From 233d9b292ef31dbe72b9878c33674eb51589eada Mon Sep 17 00:00:00 2001 From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Date: Mon, 25 Jul 2022 23:33:10 -0700 Subject: [PATCH 01/51] Version Conversion: 1.19 edition - Mostly port to 1.19 - Remaining errors include: - Fluids - Features - Registry-related code - Fake worlds - Some datagen code --- build.gradle | 9 +-- gradle.properties | 20 +++---- .../java/com/simibubi/create/AllBlocks.java | 2 +- .../create/AllEntityDataSerializers.java | 12 ++-- .../java/com/simibubi/create/AllKeys.java | 11 +++- .../com/simibubi/create/AllParticleTypes.java | 30 +++++----- .../com/simibubi/create/AllRecipeTypes.java | 38 ++++++------- .../com/simibubi/create/AllSoundEvents.java | 44 +++++++-------- .../java/com/simibubi/create/AllTags.java | 5 +- src/main/java/com/simibubi/create/Create.java | 34 +++++------ .../com/simibubi/create/CreateClient.java | 35 ++---------- .../compat/jei/BlueprintTransferHandler.java | 14 ++++- .../simibubi/create/compat/jei/CreateJEI.java | 3 +- .../jei/category/CreateRecipeCategory.java | 18 +----- .../category/MechanicalCraftingCategory.java | 4 +- .../category/SequencedAssemblyCategory.java | 11 ++-- .../base/KineticEffectHandler.java | 5 +- .../base/KineticTileEntityRenderer.java | 12 +++- .../BlockBreakingKineticTileEntity.java | 2 +- .../actors/CampfireMovementBehaviour.java | 5 +- .../components/actors/SeatBlock.java | 2 +- .../IMovedDispenseItemBehaviour.java | 5 +- .../crafter/MechanicalCrafterTileEntity.java | 4 +- .../crusher/CrushingWheelControllerBlock.java | 5 +- .../CrushingWheelControllerTileEntity.java | 4 +- .../deployer/DeployerApplicationRecipe.java | 6 +- .../deployer/DeployerFakePlayer.java | 2 +- .../components/deployer/DeployerHandler.java | 2 +- .../deployer/ManualApplicationRecipe.java | 6 +- .../components/fan/AirCurrentSound.java | 3 +- .../press/MechanicalPressTileEntity.java | 3 +- .../components/saw/SawTileEntity.java | 10 ++-- .../components/steam/PoweredShaftBlock.java | 5 +- .../steam/whistle/WhistleBlock.java | 5 +- .../steam/whistle/WhistleSoundInstance.java | 3 +- .../steam/whistle/WhistleTileEntity.java | 4 +- .../structureMovement/Contraption.java | 10 ++-- .../ContraptionHandlerClient.java | 4 +- .../IDisplayAssemblyExceptions.java | 3 +- .../glue/SuperGlueHandler.java | 4 +- .../structureMovement/glue/SuperGlueItem.java | 2 +- .../glue/SuperGlueSelectionHandler.java | 4 +- .../interaction/controls/TrainHUD.java | 8 +-- .../mounted/CartAssemblerBlock.java | 2 +- .../mounted/MinecartContraptionItem.java | 4 +- .../piston/MechanicalPistonBlock.java | 5 +- .../train/CouplingHandlerClient.java | 5 +- .../train/MinecartCouplingItem.java | 6 +- .../CapabilityMinecartController.java | 6 +- .../fluids/FluidBottleItemHook.java | 4 +- .../content/contraptions/fluids/FluidFX.java | 5 +- .../fluids/PipeAttachmentModel.java | 29 +++++----- .../contraptions/fluids/PumpBlock.java | 5 +- .../fluids/actors/FillingRecipe.java | 3 +- .../fluids/pipes/AxisPipeBlock.java | 4 +- .../fluids/pipes/EncasedPipeBlock.java | 4 +- .../fluids/pipes/FluidPipeBlock.java | 4 +- .../fluids/pipes/FluidValveBlock.java | 5 +- .../fluids/pipes/SmartFluidPipeBlock.java | 5 +- .../fluids/potion/PotionFluid.java | 3 +- .../fluids/potion/PotionFluidHandler.java | 21 ++++--- .../contraptions/fluids/tank/BoilerData.java | 13 ++--- .../fluids/tank/FluidTankModel.java | 17 +++--- .../goggles/GoggleConfigScreen.java | 9 ++- .../goggles/GoggleOverlayRenderer.java | 15 +++-- .../contraptions/goggles/GogglesModel.java | 6 +- .../goggles/IHaveGoggleInformation.java | 3 +- .../itemAssembly/SequencedAssemblyRecipe.java | 5 +- .../SequencedAssemblyRecipeSerializer.java | 4 +- .../particle/AirFlowParticle.java | 3 +- .../particle/ICustomParticleData.java | 6 +- .../ICustomParticleDataWithSprite.java | 6 +- .../contraptions/processing/BasinRecipe.java | 6 +- .../processing/BasinRenderer.java | 5 +- .../processing/BasinTileEntity.java | 10 ++-- .../ProcessingRecipeSerializer.java | 4 +- .../processing/burner/BlazeBurnerBlock.java | 2 +- .../burner/BlazeBurnerMovementBehaviour.java | 5 +- .../burner/BlazeBurnerTileEntity.java | 6 +- .../sequencer/InstructionSpeedModifiers.java | 3 +- .../sequencer/SequencedGearshiftBlock.java | 5 +- .../sequencer/SequencedGearshiftScreen.java | 3 +- .../contraptions/relays/belt/BeltBlock.java | 8 +-- .../contraptions/relays/belt/BeltModel.java | 13 +++-- .../contraptions/relays/belt/BeltSlicer.java | 4 +- .../relays/belt/BeltTileEntity.java | 7 +-- .../BracketedKineticBlockModel.java | 31 +++++----- .../relays/encased/GearshiftBlock.java | 5 +- .../contraptions/relays/gauge/GaugeBlock.java | 5 +- .../contraptions/wrench/IWrenchable.java | 2 +- .../contraptions/wrench/WrenchItem.java | 8 +-- .../curiosities/ChromaticCompoundItem.java | 7 +-- .../curiosities/armor/BackTankUtil.java | 9 ++- .../armor/CopperBacktankArmorLayer.java | 11 ++-- .../curiosities/armor/CopperBacktankItem.java | 2 +- .../armor/CopperBacktankTileEntity.java | 3 +- .../curiosities/armor/DivingBootsItem.java | 6 +- .../curiosities/armor/DivingHelmetItem.java | 6 +- .../bell/HauntedBellTileEntity.java | 9 ++- .../curiosities/bell/PeculiarBellBlock.java | 5 +- .../curiosities/deco/SlidingDoorBlock.java | 6 +- .../girder/ConnectedGirderModel.java | 19 ++++--- .../curiosities/girder/GirderBlock.java | 5 +- .../curiosities/symmetry/SymmetryHandler.java | 17 +++--- .../symmetry/SymmetryWandItem.java | 4 +- .../symmetry/SymmetryWandScreen.java | 5 +- .../curiosities/toolbox/ToolboxBlock.java | 2 +- .../toolbox/ToolboxHandlerClient.java | 8 +-- .../curiosities/tools/BlueprintEntity.java | 2 +- .../tools/BlueprintOverlayRenderer.java | 8 +-- .../curiosities/tools/ExtendoGripItem.java | 20 +++---- .../tools/ExtendoGripRenderHandler.java | 6 +- .../curiosities/tools/SandPaperItem.java | 8 +-- .../curiosities/weapons/PotatoCannonItem.java | 18 +++--- .../weapons/PotatoCannonRenderHandler.java | 5 +- .../zapper/ShootableGadgetRenderHandler.java | 4 +- .../zapper/ZapperInteractionHandler.java | 6 +- .../curiosities/zapper/ZapperScreen.java | 3 +- .../zapper/terrainzapper/WorldshaperItem.java | 4 +- .../terrainzapper/WorldshaperScreen.java | 9 ++- .../belts/tunnel/BrassTunnelTileEntity.java | 3 +- .../block/chute/AbstractChuteBlock.java | 4 +- .../block/chute/ChuteTileEntity.java | 3 +- .../block/chute/SmartChuteBlock.java | 5 +- .../block/depot/EjectorTargetHandler.java | 8 +-- .../block/diodes/PoweredLatchBlock.java | 5 +- .../block/diodes/ToggleLatchBlock.java | 5 +- .../block/display/DisplayLinkBlockItem.java | 2 +- .../block/display/DisplayLinkScreen.java | 5 +- .../AccumulatedItemCountDisplaySource.java | 4 +- .../display/source/BoilerDisplaySource.java | 12 ++-- .../block/display/source/DisplaySource.java | 10 ++-- .../source/EnchantPowerDisplaySource.java | 11 ++-- .../source/FluidAmountDisplaySource.java | 4 +- .../source/FluidListDisplaySource.java | 4 +- .../source/ItemCountDisplaySource.java | 8 +-- .../source/ItemThoughputDisplaySource.java | 3 +- .../source/KineticSpeedDisplaySource.java | 2 +- .../NumericSingleLineDisplaySource.java | 4 +- .../PercentOrProgressBarDisplaySource.java | 6 +- .../source/RedstonePowerDisplaySource.java | 4 +- .../source/ScoreboardDisplaySource.java | 4 +- .../source/SingleLineDisplaySource.java | 6 +- .../source/StationSummaryDisplaySource.java | 12 ++-- .../source/StopWatchDisplaySource.java | 4 +- .../source/TimeOfDayDisplaySource.java | 6 +- .../source/ValueListDisplaySource.java | 12 ++-- .../block/display/target/DisplayTarget.java | 4 +- .../block/funnel/AbstractFunnelBlock.java | 8 +-- .../AllArmInteractionPointTypes.java | 2 +- .../ArmInteractionPointHandler.java | 6 +- .../block/redstone/AnalogLeverBlock.java | 5 +- .../block/redstone/ContentObserverBlock.java | 5 +- .../block/redstone/NixieTubeBlock.java | 4 +- .../block/redstone/NixieTubeTileEntity.java | 4 +- .../block/redstone/RedstoneContactBlock.java | 5 +- .../block/redstone/RedstoneLinkBlock.java | 5 +- .../block/redstone/RoseQuartzLampBlock.java | 4 +- .../block/redstone/StockpileSwitchBlock.java | 5 +- .../block/redstone/StockpileSwitchScreen.java | 5 +- .../item/LinkedControllerClientHandler.java | 11 ++-- .../logistics/item/LinkedControllerItem.java | 6 +- .../item/LinkedControllerItemRenderer.java | 2 +- .../item/filter/AttributeFilterContainer.java | 4 +- .../item/filter/AttributeFilterScreen.java | 15 +++-- .../logistics/item/filter/FilterItem.java | 13 ++--- .../logistics/item/filter/FilterScreen.java | 9 ++- .../logistics/item/filter/ItemAttribute.java | 6 +- .../filter/attribute/EnchantAttribute.java | 4 +- .../attribute/FluidContentsAttribute.java | 3 +- .../AstralSorceryAmuletAttribute.java | 4 +- .../AstralSorceryAttunementAttribute.java | 4 +- .../AstralSorceryCrystalAttribute.java | 4 +- .../AstralSorceryPerkGemAttribute.java | 4 +- .../entity/CarriageContraptionEntity.java | 19 +++---- .../trains/entity/CarriageParticles.java | 5 +- .../trains/entity/CarriageSounds.java | 3 +- .../logistics/trains/entity/Train.java | 2 +- .../trains/entity/TrainRelocator.java | 4 +- .../logistics/trains/entity/TrainStatus.java | 3 +- .../management/display/FlapDisplayBlock.java | 4 +- .../display/FlapDisplayTileEntity.java | 3 +- .../edgePoint/signal/SignalBlock.java | 5 +- .../edgePoint/station/StationMarker.java | 5 +- .../edgePoint/station/StationScreen.java | 5 +- .../edgePoint/station/TrainEditPacket.java | 4 +- .../management/schedule/IScheduleInput.java | 3 +- .../trains/management/schedule/Schedule.java | 3 +- .../management/schedule/ScheduleItem.java | 9 ++- .../schedule/ScheduleItemRetrieval.java | 2 +- .../management/schedule/ScheduleRuntime.java | 10 ++-- .../management/schedule/ScheduleScreen.java | 19 +++---- .../condition/CargoThresholdCondition.java | 5 +- .../condition/FluidThresholdCondition.java | 5 +- .../condition/ItemThresholdCondition.java | 5 +- .../condition/PlayerPassengerCondition.java | 3 +- .../condition/RedstoneLinkCondition.java | 5 +- .../condition/TimeOfDayCondition.java | 3 +- .../condition/TimedWaitCondition.java | 10 ++-- .../ChangeThrottleInstruction.java | 6 +- .../destination/ChangeTitleInstruction.java | 3 +- .../destination/DestinationInstruction.java | 3 +- .../destination/TextScheduleInstruction.java | 3 +- .../trains/track/CurvedTrackInteraction.java | 6 +- .../trains/track/FakeTrackBlock.java | 5 +- .../logistics/trains/track/TrackBlock.java | 13 +++-- .../trains/track/TrackBlockOutline.java | 4 +- .../content/palettes/AllPaletteBlocks.java | 4 +- .../palettes/ConnectedPillarBlock.java | 5 +- .../create/content/palettes/WindowBlock.java | 23 +++++--- .../schematics/ClientSchematicLoader.java | 7 +-- .../content/schematics/MaterialChecklist.java | 20 +++---- .../schematics/ServerSchematicLoader.java | 10 ++-- .../schematics/block/SchematicTableBlock.java | 2 +- .../block/SchematicTableScreen.java | 11 ++-- .../schematics/block/SchematicannonBlock.java | 2 +- .../block/SchematicannonRenderer.java | 9 ++- .../block/SchematicannonScreen.java | 21 ++++--- .../client/SchematicEditScreen.java | 11 ++-- .../schematics/client/SchematicHandler.java | 10 ++-- .../client/SchematicPromptScreen.java | 3 +- .../schematics/client/SchematicRenderer.java | 37 ++++++------ .../client/ToolSelectionScreen.java | 3 +- .../client/tools/ISchematicTool.java | 4 +- .../client/tools/PlacementToolBase.java | 4 +- .../client/tools/SchematicToolBase.java | 4 +- .../schematics/client/tools/Tools.java | 4 +- .../schematics/item/SchematicItem.java | 3 +- .../simibubi/create/events/ClientEvents.java | 56 ++++++++++++------- .../simibubi/create/events/CommonEvents.java | 38 ++++++------- .../simibubi/create/events/InputEvents.java | 13 ++--- .../foundation/ModFilePackResources.java | 4 +- .../advancement/AllAdvancements.java | 10 +--- .../advancement/CreateAdvancement.java | 6 +- .../advancement/RegistryTrigger.java | 3 +- .../foundation/block/ItemUseOverrides.java | 4 +- .../connected/BakedModelWrapperWithData.java | 11 ++-- .../foundation/block/connected/CTModel.java | 17 +++--- .../DestroyProgressRenderingHandler.java | 4 +- .../block/render/ReducedDestroyEffects.java | 4 +- .../command/ClearBufferCacheCommand.java | 4 +- .../foundation/command/CloneCommand.java | 11 ++-- .../foundation/command/ConfigCommand.java | 10 ++-- .../foundation/command/CouplingCommand.java | 20 +++---- .../command/DumpRailwaysCommand.java | 7 +-- .../command/FixLightingCommand.java | 4 +- .../foundation/command/FlySpeedCommand.java | 4 +- .../foundation/command/HighlightCommand.java | 6 +- .../foundation/command/KillTPSCommand.java | 4 +- .../foundation/command/KillTrainCommand.java | 6 +- .../command/OverlayConfigCommand.java | 6 +- .../ReplaceInCommandBlocksCommand.java | 6 +- .../command/SConfigureConfigPacket.java | 30 +++++----- .../config/ui/BaseConfigScreen.java | 16 +++--- .../config/ui/ConfigModListScreen.java | 8 +-- .../foundation/config/ui/ConfigScreen.java | 2 +- .../config/ui/ConfigScreenList.java | 3 +- .../config/ui/HintableTextFieldWidget.java | 4 +- .../config/ui/OpenCreateMenuButton.java | 6 +- .../config/ui/SubMenuConfigScreen.java | 14 ++--- .../config/ui/entries/NumberEntry.java | 7 ++- .../config/ui/entries/ValueEntry.java | 12 ++-- .../foundation/data/CreateRegistrate.java | 7 +-- .../create/foundation/data/LangMerger.java | 5 +- .../create/foundation/data/WindowGen.java | 15 ++--- .../data/recipe/ProcessingRecipeGen.java | 6 +- .../foundation/fluid/FluidIngredient.java | 2 +- .../foundation/gui/AbstractSimiScreen.java | 3 +- .../foundation/gui/CreateMainMenuScreen.java | 11 ++-- .../foundation/gui/ModularGuiLineBuilder.java | 6 +- .../foundation/gui/RemovedGuiUtils.java | 24 ++++---- .../create/foundation/gui/UIRenderHelper.java | 10 ++-- .../foundation/gui/element/BoxElement.java | 2 +- .../gui/element/GuiGameElement.java | 48 +++++++++------- .../gui/element/TextStencilElement.java | 6 +- .../gui/widget/AbstractSimiWidget.java | 3 +- .../create/foundation/gui/widget/Label.java | 7 +-- .../foundation/gui/widget/ScrollInput.java | 3 +- .../gui/widget/SelectionScrollInput.java | 9 ++- .../foundation/item/CustomUseEffectsItem.java | 7 +-- .../foundation/item/ItemDescription.java | 23 ++++---- .../create/foundation/item/TooltipHelper.java | 20 +++---- .../item/render/CustomRenderedItemModel.java | 14 ++--- .../item/render/PartialItemModelRenderer.java | 40 ++++++------- .../item/render/SimpleCustomRenderer.java | 6 +- .../mixin/DestroyProgressMixin.java | 5 +- .../mixin/HeavyBootsOnPlayerMixin.java | 5 +- .../mixin/ModelDataRefreshMixin.java | 36 ------------ .../foundation/ponder/PonderRegistry.java | 18 +++--- .../ponder/PonderTooltipHandler.java | 3 +- .../ponder/content/DisplayScenes.java | 20 +++---- .../ponder/content/RedstoneScenes.java | 3 +- .../ponder/content/fluid/FluidTankScenes.java | 6 +- .../ponder/content/fluid/SpoutScenes.java | 10 ++-- .../ponder/element/TextWindowElement.java | 6 +- .../ponder/element/WorldSectionElement.java | 31 +++++----- .../ponder/ui/NavigatableSimiScreen.java | 4 +- .../ponder/ui/PonderProgressBar.java | 10 ++-- .../ponder/ui/PonderTagIndexScreen.java | 3 +- .../create/foundation/ponder/ui/PonderUI.java | 14 ++--- .../foundation/render/ShadowRenderHelper.java | 5 +- .../foundation/sound/ContinuousSound.java | 3 +- .../tileEntity/behaviour/ValueBox.java | 9 ++- .../behaviour/ValueBoxRenderer.java | 3 +- .../EdgeInteractionHandler.java | 4 +- .../EdgeInteractionRenderer.java | 4 +- .../behaviour/filtering/FilteringHandler.java | 4 +- .../filtering/FilteringRenderer.java | 5 +- .../behaviour/linked/LinkHandler.java | 4 +- .../scrollvalue/ScrollValueRenderer.java | 7 +-- .../foundation/utility/BlockHelper.java | 4 +- .../create/foundation/utility/Debug.java | 15 +++-- .../foundation/utility/DynamicComponent.java | 5 +- .../foundation/utility/FluidFormatter.java | 6 +- .../create/foundation/utility/FontHelper.java | 4 +- .../create/foundation/utility/Lang.java | 11 +--- .../foundation/utility/LangBuilder.java | 10 ++-- .../foundation/utility/ModelSwapper.java | 12 ++-- .../foundation/utility/RemapHelper.java | 23 ++++---- .../create/foundation/utility/VecHelper.java | 7 +-- .../utility/ghost/GhostBlockRenderer.java | 53 +++++++++--------- .../utility/placement/PlacementHelpers.java | 10 ++-- .../utility/placement/PlacementOffset.java | 2 +- .../foundation/worldgen/AllWorldFeatures.java | 11 ++-- .../worldgen/ConfigDrivenDecorator.java | 4 +- .../foundation/worldgen/LayerPattern.java | 6 +- .../worldgen/LayeredOreFeature.java | 8 +-- .../foundation/worldgen/OreFeatureBase.java | 6 +- .../worldgen/VanillaStyleOreFeature.java | 10 +--- src/main/resources/META-INF/mods.toml | 6 +- src/main/resources/create.mixins.json | 1 - src/main/resources/pack.mcmeta | 6 +- .../resourcepacks/legacy_copper/pack.mcmeta | 2 +- 333 files changed, 1302 insertions(+), 1444 deletions(-) delete mode 100644 src/main/java/com/simibubi/create/foundation/mixin/ModelDataRefreshMixin.java diff --git a/build.gradle b/build.gradle index 98d10e0120..3fcb9da533 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,8 @@ java.toolchain.languageVersion = JavaLanguageVersion.of(17) println('Java: ' + System.getProperty('java.version') + ' JVM: ' + System.getProperty('java.vm.version') + '(' + System.getProperty('java.vendor') + ') Arch: ' + System.getProperty('os.arch')) minecraft { - mappings channel: 'parchment', version: "${parchment_version}-${minecraft_version}" + //mappings channel: 'parchment', version: "${parchment_version}-${minecraft_version}" + mappings channel: 'official', version: "${minecraft_version}" accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg') runs { @@ -133,7 +134,7 @@ repositories { dependencies { minecraft "net.minecraftforge:forge:${minecraft_version}-${forge_version}" - jarJar(group: 'com.tterrag.registrate', name: 'Registrate', version: '[MC1.18.2-1.1.3,)') { + jarJar(group: 'com.tterrag.registrate', name: 'Registrate', version: '[MC1.19-1.1.5,)') { jarJar.pin(it, project.registrate_version) } // Uncomment once Forge fixes mixins for included jars @@ -149,8 +150,8 @@ dependencies { implementation fg.deobf("com.jozufozu.flywheel:flywheel-forge-${flywheel_minecraft_version}:${flywheel_version}") } - compileOnly fg.deobf("mezz.jei:jei-${jei_minecraft_version}:${jei_version}:api") - runtimeOnly fg.deobf("mezz.jei:jei-${jei_minecraft_version}:${jei_version}") + compileOnly fg.deobf("mezz.jei:jei-${jei_minecraft_version}-forge-api:${jei_version}") + runtimeOnly fg.deobf("mezz.jei:jei-${jei_minecraft_version}-forge:${jei_version}") compileOnly fg.deobf("top.theillusivec4.curios:curios-forge:${curios_minecraft_version}-${curios_version}:api") runtimeOnly fg.deobf("top.theillusivec4.curios:curios-forge:${curios_minecraft_version}-${curios_version}") diff --git a/gradle.properties b/gradle.properties index 6178a3b83b..eb49608b94 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,10 +5,10 @@ org.gradle.daemon = false # mod version info mod_version = 0.5.0.c -artifact_minecraft_version = 1.18.2 +artifact_minecraft_version = 1.19 -minecraft_version = 1.18.2 -forge_version = 40.1.60 +minecraft_version = 1.19 +forge_version = 41.0.110 # build dependency versions forgegradle_version = 5.1.+ @@ -19,13 +19,13 @@ cursegradle_version = 1.4.0 parchment_version = 2022.07.10 # dependency versions -registrate_version = MC1.18.2-1.1.3 -flywheel_minecraft_version = 1.18.2 -flywheel_version = 0.6.4-90 -jei_minecraft_version = 1.18.2 -jei_version = 9.7.0.209 -curios_minecraft_version = 1.18.2 -curios_version = 5.0.7.0 +registrate_version = MC1.19-1.1.5 +flywheel_minecraft_version = 1.19 +flywheel_version = 0.6.4-1 +jei_minecraft_version = 1.19 +jei_version = 11.1.0.235 +curios_minecraft_version = 1.19 +curios_version = 5.1.0.4 # curseforge information projectId = 328085 diff --git a/src/main/java/com/simibubi/create/AllBlocks.java b/src/main/java/com/simibubi/create/AllBlocks.java index 2ae37cec34..8a179bbc8f 100644 --- a/src/main/java/com/simibubi/create/AllBlocks.java +++ b/src/main/java/com/simibubi/create/AllBlocks.java @@ -600,7 +600,7 @@ public class AllBlocks { .initialProperties(SharedProperties.CRUSHING_WHEEL_CONTROLLER_MATERIAL) .properties(p -> p.color(MaterialColor.STONE)) .properties(p -> p.noOcclusion() - .noDrops() + .noLootTable() .air()) .blockstate((c, p) -> p.getVariantBuilder(c.get()) .forAllStatesExcept(state -> ConfiguredModel.builder() diff --git a/src/main/java/com/simibubi/create/AllEntityDataSerializers.java b/src/main/java/com/simibubi/create/AllEntityDataSerializers.java index 9ef17ce662..afbb63ebe2 100644 --- a/src/main/java/com/simibubi/create/AllEntityDataSerializers.java +++ b/src/main/java/com/simibubi/create/AllEntityDataSerializers.java @@ -2,17 +2,17 @@ package com.simibubi.create; import com.simibubi.create.content.logistics.trains.entity.CarriageSyncDataSerializer; -import net.minecraftforge.event.RegistryEvent; -import net.minecraftforge.registries.DataSerializerEntry; -import net.minecraftforge.registries.IForgeRegistry; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegisterEvent; public class AllEntityDataSerializers { public static final CarriageSyncDataSerializer CARRIAGE_DATA = new CarriageSyncDataSerializer(); - public static void register(RegistryEvent.Register event) { - IForgeRegistry registry = event.getRegistry(); - registry.register(new DataSerializerEntry(CARRIAGE_DATA).setRegistryName(Create.asResource("carriage_data"))); + public static void register(RegisterEvent event) { + event.register(ForgeRegistries.Keys.ENTITY_DATA_SERIALIZERS, helper -> { + helper.register(Create.asResource("carriage_data"), CARRIAGE_DATA); + }); } } diff --git a/src/main/java/com/simibubi/create/AllKeys.java b/src/main/java/com/simibubi/create/AllKeys.java index 8da43a2c8b..1257cd726a 100644 --- a/src/main/java/com/simibubi/create/AllKeys.java +++ b/src/main/java/com/simibubi/create/AllKeys.java @@ -7,8 +7,12 @@ import com.mojang.blaze3d.platform.InputConstants; import net.minecraft.client.KeyMapping; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.screens.Screen; -import net.minecraftforge.client.ClientRegistry; +import net.minecraftforge.api.distmarker.Dist; +import net.minecraftforge.client.event.RegisterKeyMappingsEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.fml.common.Mod.EventBusSubscriber; +@EventBusSubscriber(value = Dist.CLIENT, bus = EventBusSubscriber.Bus.MOD) public enum AllKeys { TOOL_MENU("toolmenu", GLFW.GLFW_KEY_LEFT_ALT), @@ -28,13 +32,14 @@ public enum AllKeys { this.modifiable = !description.isEmpty(); } - public static void register() { + @SubscribeEvent + public static void register(RegisterKeyMappingsEvent event) { for (AllKeys key : values()) { key.keybind = new KeyMapping(key.description, key.key, Create.NAME); if (!key.modifiable) continue; - ClientRegistry.registerKeyBinding(key.keybind); + event.register(key.keybind); } } diff --git a/src/main/java/com/simibubi/create/AllParticleTypes.java b/src/main/java/com/simibubi/create/AllParticleTypes.java index 722f1b5d25..d5c098fd4c 100644 --- a/src/main/java/com/simibubi/create/AllParticleTypes.java +++ b/src/main/java/com/simibubi/create/AllParticleTypes.java @@ -14,16 +14,14 @@ import com.simibubi.create.content.curiosities.bell.SoulBaseParticle; import com.simibubi.create.content.curiosities.bell.SoulParticle; import com.simibubi.create.foundation.utility.Lang; -import net.minecraft.client.Minecraft; -import net.minecraft.client.particle.ParticleEngine; +import net.minecraft.core.Registry; import net.minecraft.core.particles.ParticleOptions; import net.minecraft.core.particles.ParticleType; import net.minecraft.resources.ResourceLocation; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.event.ParticleFactoryRegisterEvent; -import net.minecraftforge.event.RegistryEvent; -import net.minecraftforge.registries.IForgeRegistry; +import net.minecraftforge.client.event.RegisterParticleProvidersEvent; +import net.minecraftforge.registries.RegisterEvent; public enum AllParticleTypes { @@ -49,16 +47,17 @@ public enum AllParticleTypes { entry = new ParticleEntry<>(new ResourceLocation(Create.ID, asId), typeFactory); } - public static void register(RegistryEvent.Register> event) { - for (AllParticleTypes particle : values()) - particle.entry.register(event.getRegistry()); + public static void register(RegisterEvent event) { + event.register(Registry.PARTICLE_TYPE_REGISTRY, helper -> { + for (AllParticleTypes particle : values()) + particle.entry.register(helper); + }); } @OnlyIn(Dist.CLIENT) - public static void registerFactories(ParticleFactoryRegisterEvent event) { - ParticleEngine particles = Minecraft.getInstance().particleEngine; + public static void registerFactories(RegisterParticleProvidersEvent event) { for (AllParticleTypes particle : values()) - particle.entry.registerFactory(particles); + particle.entry.registerFactory(event); } public ParticleType get() { @@ -79,8 +78,8 @@ public enum AllParticleTypes { this.typeFactory = typeFactory; } - void register(IForgeRegistry> registry) { - registry.register(getOrCreateType()); + void register(RegisterEvent.RegisterHelper> helper) { + helper.register(id, getOrCreateType()); } ParticleType getOrCreateType() { @@ -88,14 +87,13 @@ public enum AllParticleTypes { return type; type = typeFactory.get() .createType(); - type.setRegistryName(id); return type; } @OnlyIn(Dist.CLIENT) - void registerFactory(ParticleEngine particles) { + void registerFactory(RegisterParticleProvidersEvent event) { typeFactory.get() - .register(getOrCreateType(), particles); + .register(getOrCreateType(), event); } } diff --git a/src/main/java/com/simibubi/create/AllRecipeTypes.java b/src/main/java/com/simibubi/create/AllRecipeTypes.java index 6b9c33f421..f69b7e375e 100644 --- a/src/main/java/com/simibubi/create/AllRecipeTypes.java +++ b/src/main/java/com/simibubi/create/AllRecipeTypes.java @@ -37,7 +37,7 @@ import net.minecraft.world.item.crafting.RecipeType; import net.minecraft.world.item.crafting.ShapedRecipe; import net.minecraft.world.item.crafting.SimpleRecipeSerializer; import net.minecraft.world.level.Level; -import net.minecraftforge.event.RegistryEvent; +import net.minecraftforge.registries.RegisterEvent; public enum AllRecipeTypes implements IRecipeTypeInfo { @@ -83,7 +83,7 @@ public enum AllRecipeTypes implements IRecipeTypeInfo { AllRecipeTypes(Supplier> serializerSupplier) { this.id = Create.asResource(Lang.asId(name())); this.serializerSupplier = serializerSupplier; - this.typeSupplier = () -> simpleType(id); + this.typeSupplier = () -> RecipeType.simple(id); } AllRecipeTypes(ProcessingRecipeFactory processingFactory) { @@ -112,32 +112,28 @@ public enum AllRecipeTypes implements IRecipeTypeInfo { .getRecipeFor(getType(), inv, world); } - public static void register(RegistryEvent.Register> event) { - ShapedRecipe.setCraftingSize(9, 9); + public static void register(RegisterEvent event) { + event.register(Registry.RECIPE_SERIALIZER_REGISTRY, helper -> { + ShapedRecipe.setCraftingSize(9, 9); - for (AllRecipeTypes r : AllRecipeTypes.values()) { - r.serializer = r.serializerSupplier.get(); - r.type = r.typeSupplier.get(); - r.serializer.setRegistryName(r.id); - event.getRegistry() - .register(r.serializer); - } + for (AllRecipeTypes r : AllRecipeTypes.values()) { + r.serializer = r.serializerSupplier.get(); + helper.register(r.id, r.serializer); + } + }); + + event.register(Registry.RECIPE_TYPE_REGISTRY, helper -> { + for (AllRecipeTypes r : AllRecipeTypes.values()) { + r.type = r.typeSupplier.get(); + helper.register(r.id, r.type); + } + }); } private static Supplier> processingSerializer(ProcessingRecipeFactory factory) { return () -> new ProcessingRecipeSerializer<>(factory); } - public static > RecipeType simpleType(ResourceLocation id) { - String stringId = id.toString(); - return Registry.register(Registry.RECIPE_TYPE, id, new RecipeType() { - @Override - public String toString() { - return stringId; - } - }); - } - public static final Set RECIPE_DENY_SET = ImmutableSet.of(new ResourceLocation("occultism", "spirit_trade"), new ResourceLocation("occultism", "ritual")); diff --git a/src/main/java/com/simibubi/create/AllSoundEvents.java b/src/main/java/com/simibubi/create/AllSoundEvents.java index 3835bf89eb..8c8e56a8af 100644 --- a/src/main/java/com/simibubi/create/AllSoundEvents.java +++ b/src/main/java/com/simibubi/create/AllSoundEvents.java @@ -8,17 +8,16 @@ import java.util.List; import java.util.Map; import com.google.common.collect.Lists; -import com.google.gson.Gson; -import com.google.gson.GsonBuilder; import com.google.gson.JsonArray; import com.google.gson.JsonObject; import com.simibubi.create.foundation.utility.Couple; import com.simibubi.create.foundation.utility.Pair; +import net.minecraft.core.Registry; import net.minecraft.core.Vec3i; +import net.minecraft.data.CachedOutput; import net.minecraft.data.DataGenerator; import net.minecraft.data.DataProvider; -import net.minecraft.data.HashCache; import net.minecraft.resources.ResourceLocation; import net.minecraft.sounds.SoundEvent; import net.minecraft.sounds.SoundEvents; @@ -27,8 +26,7 @@ import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.player.Player; import net.minecraft.world.level.Level; import net.minecraft.world.phys.Vec3; -import net.minecraftforge.event.RegistryEvent; -import net.minecraftforge.registries.IForgeRegistry; +import net.minecraftforge.registries.RegisterEvent; //@EventBusSubscriber(bus = Bus.FORGE) public class AllSoundEvents { @@ -306,10 +304,11 @@ public class AllSoundEvents { return new SoundEntryBuilder(id); } - public static void register(RegistryEvent.Register event) { - IForgeRegistry registry = event.getRegistry(); - for (SoundEntry entry : entries.values()) - entry.register(registry); + public static void register(RegisterEvent event) { + event.register(Registry.SOUND_EVENT_REGISTRY, helper -> { + for (SoundEntry entry : entries.values()) + entry.register(helper); + }); } public static void prepare() { @@ -353,7 +352,7 @@ public class AllSoundEvents { } @Override - public void run(HashCache cache) throws IOException { + public void run(CachedOutput cache) throws IOException { generate(generator.getOutputFolder(), cache); } @@ -362,10 +361,7 @@ public class AllSoundEvents { return "Create's Custom Sounds"; } - public void generate(Path path, HashCache cache) { - Gson GSON = (new GsonBuilder()).setPrettyPrinting() - .disableHtmlEscaping() - .create(); + public void generate(Path path, CachedOutput cache) { path = path.resolve("assets/create"); try { @@ -377,7 +373,7 @@ public class AllSoundEvents { entry.getValue() .write(json); }); - DataProvider.save(GSON, cache, json, path.resolve("sounds.json")); + DataProvider.saveStable(cache, json, path.resolve("sounds.json")); } catch (IOException e) { e.printStackTrace(); @@ -465,7 +461,7 @@ public class AllSoundEvents { public abstract void prepare(); - public abstract void register(IForgeRegistry registry); + public abstract void register(RegisterEvent.RegisterHelper registry); public abstract void write(JsonObject json); @@ -546,16 +542,18 @@ public class AllSoundEvents { public void prepare() { for (int i = 0; i < wrappedEvents.size(); i++) { ResourceLocation location = Create.asResource(getIdOf(i)); - SoundEvent sound = new SoundEvent(location).setRegistryName(location); + SoundEvent sound = new SoundEvent(location); compiledEvents.add(Pair.of(sound, wrappedEvents.get(i) .getSecond())); } } @Override - public void register(IForgeRegistry registry) { - for (Pair> pair : compiledEvents) - registry.register(pair.getFirst()); + public void register(RegisterEvent.RegisterHelper helper) { + for (Pair> pair : compiledEvents) { + SoundEvent soundEvent = pair.getFirst(); + helper.register(soundEvent.getLocation(), soundEvent); + } } @Override @@ -621,12 +619,12 @@ public class AllSoundEvents { @Override public void prepare() { - event = new SoundEvent(id).setRegistryName(id); + event = new SoundEvent(id); } @Override - public void register(IForgeRegistry registry) { - registry.register(event); + public void register(RegisterEvent.RegisterHelper helper) { + helper.register(id, event); } @Override diff --git a/src/main/java/com/simibubi/create/AllTags.java b/src/main/java/com/simibubi/create/AllTags.java index 7a228a6112..31970d6aab 100644 --- a/src/main/java/com/simibubi/create/AllTags.java +++ b/src/main/java/com/simibubi/create/AllTags.java @@ -33,20 +33,19 @@ import net.minecraft.world.level.material.Fluids; import net.minecraftforge.common.Tags; import net.minecraftforge.registries.ForgeRegistries; import net.minecraftforge.registries.IForgeRegistry; -import net.minecraftforge.registries.IForgeRegistryEntry; public class AllTags { private static final CreateRegistrate REGISTRATE = Create.registrate() .creativeModeTab(() -> Create.BASE_CREATIVE_TAB); - public static > TagKey optionalTag(IForgeRegistry registry, + public static TagKey optionalTag(IForgeRegistry registry, ResourceLocation id) { return registry.tags() .createOptionalTagKey(id, Collections.emptySet()); } - public static > TagKey forgeTag(IForgeRegistry registry, String path) { + public static TagKey forgeTag(IForgeRegistry registry, String path) { return optionalTag(registry, new ResourceLocation("forge", path)); } diff --git a/src/main/java/com/simibubi/create/Create.java b/src/main/java/com/simibubi/create/Create.java index 7fda0fa656..42972dfa9b 100644 --- a/src/main/java/com/simibubi/create/Create.java +++ b/src/main/java/com/simibubi/create/Create.java @@ -39,16 +39,16 @@ import com.simibubi.create.foundation.networking.AllPackets; import com.simibubi.create.foundation.worldgen.AllWorldFeatures; import com.tterrag.registrate.util.nullness.NonNullSupplier; -import net.minecraft.core.particles.ParticleType; import net.minecraft.data.DataGenerator; import net.minecraft.resources.ResourceLocation; -import net.minecraft.sounds.SoundEvent; +import net.minecraft.util.RandomSource; +import net.minecraft.world.entity.Entity; import net.minecraft.world.item.CreativeModeTab; -import net.minecraft.world.item.crafting.RecipeSerializer; -import net.minecraft.world.level.levelgen.feature.Feature; +import net.minecraft.world.level.Level; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.common.ForgeMod; import net.minecraftforge.common.MinecraftForge; +import net.minecraftforge.data.event.GatherDataEvent; import net.minecraftforge.eventbus.api.EventPriority; import net.minecraftforge.eventbus.api.IEventBus; import net.minecraftforge.fml.DistExecutor; @@ -56,8 +56,6 @@ import net.minecraftforge.fml.ModLoadingContext; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent; import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; -import net.minecraftforge.forge.event.lifecycle.GatherDataEvent; -import net.minecraftforge.registries.DataSerializerEntry; @Mod(Create.ID) public class Create { @@ -80,6 +78,8 @@ public class Create { public static final TorquePropagator TORQUE_PROPAGATOR = new TorquePropagator(); public static final GlobalRailwayManager RAILWAYS = new GlobalRailwayManager(); public static final ServerLagger LAGGER = new ServerLagger(); + /** Use the {@link RandomSource} of a local {@link Level} or {@link Entity} or create one using {@link RandomSource#create()} */ + @Deprecated public static final Random RANDOM = new Random(); private static final NonNullSupplier REGISTRATE = CreateRegistrate.lazy(ID); @@ -119,11 +119,11 @@ public class Create { modEventBus.addListener(Create::init); modEventBus.addListener(EventPriority.LOWEST, Create::gatherData); - modEventBus.addGenericListener(Feature.class, AllWorldFeatures::registerOreFeatures); - modEventBus.addGenericListener(RecipeSerializer.class, AllRecipeTypes::register); - modEventBus.addGenericListener(ParticleType.class, AllParticleTypes::register); - modEventBus.addGenericListener(SoundEvent.class, AllSoundEvents::register); - modEventBus.addGenericListener(DataSerializerEntry.class, AllEntityDataSerializers::register); + modEventBus.addListener(AllWorldFeatures::registerOreFeatures); + modEventBus.addListener(AllRecipeTypes::register); + modEventBus.addListener(AllParticleTypes::register); + modEventBus.addListener(AllSoundEvents::register); + modEventBus.addListener(AllEntityDataSerializers::register); forgeEventBus.addListener(EventPriority.HIGH, SlidingDoorBlock::stopItQuark); @@ -149,12 +149,12 @@ public class Create { public static void gatherData(GatherDataEvent event) { DataGenerator gen = event.getGenerator(); - gen.addProvider(new AllAdvancements(gen)); - gen.addProvider(new LangMerger(gen)); - gen.addProvider(AllSoundEvents.provider(gen)); - gen.addProvider(new StandardRecipeGen(gen)); - gen.addProvider(new MechanicalCraftingRecipeGen(gen)); - gen.addProvider(new SequencedAssemblyRecipeGen(gen)); + gen.addProvider(true, new AllAdvancements(gen)); + gen.addProvider(true, new LangMerger(gen)); + gen.addProvider(true, AllSoundEvents.provider(gen)); + gen.addProvider(true, new StandardRecipeGen(gen)); + gen.addProvider(true, new MechanicalCraftingRecipeGen(gen)); + gen.addProvider(true, new SequencedAssemblyRecipeGen(gen)); ProcessingRecipeGen.registerAll(gen); } diff --git a/src/main/java/com/simibubi/create/CreateClient.java b/src/main/java/com/simibubi/create/CreateClient.java index 6f3da1702a..dbd87a15ea 100644 --- a/src/main/java/com/simibubi/create/CreateClient.java +++ b/src/main/java/com/simibubi/create/CreateClient.java @@ -2,18 +2,12 @@ package com.simibubi.create; import com.simibubi.create.content.contraptions.base.KineticTileEntityRenderer; import com.simibubi.create.content.contraptions.components.structureMovement.glue.SuperGlueSelectionHandler; -import com.simibubi.create.content.contraptions.components.structureMovement.interaction.controls.TrainHUD; import com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderDispatcher; import com.simibubi.create.content.contraptions.components.structureMovement.render.SBBContraptionManager; -import com.simibubi.create.content.contraptions.goggles.GoggleOverlayRenderer; import com.simibubi.create.content.contraptions.relays.encased.CasingConnectivity; -import com.simibubi.create.content.curiosities.armor.CopperBacktankArmorLayer; import com.simibubi.create.content.curiosities.bell.SoulPulseEffectHandler; -import com.simibubi.create.content.curiosities.toolbox.ToolboxHandlerClient; -import com.simibubi.create.content.curiosities.tools.BlueprintOverlayRenderer; import com.simibubi.create.content.curiosities.weapons.PotatoCannonRenderHandler; import com.simibubi.create.content.curiosities.zapper.ZapperRenderHandler; -import com.simibubi.create.content.logistics.item.LinkedControllerClientHandler; import com.simibubi.create.content.logistics.trains.GlobalRailwayManager; import com.simibubi.create.content.schematics.ClientSchematicLoader; import com.simibubi.create.content.schematics.client.SchematicAndQuillHandler; @@ -33,14 +27,11 @@ import com.simibubi.create.foundation.utility.outliner.Outliner; import net.minecraft.ChatFormatting; import net.minecraft.client.GraphicsStatus; import net.minecraft.client.Minecraft; -import net.minecraft.network.chat.ChatType; import net.minecraft.network.chat.ClickEvent; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.ComponentUtils; import net.minecraft.network.chat.HoverEvent; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; -import net.minecraftforge.client.gui.ForgeIngameGui; -import net.minecraftforge.client.gui.OverlayRegistry; import net.minecraftforge.eventbus.api.IEventBus; import net.minecraftforge.fml.event.lifecycle.FMLClientSetupEvent; @@ -84,7 +75,6 @@ public class CreateClient { BUFFER_CACHE.registerCompartment(SBBContraptionManager.CONTRAPTION, 20); BUFFER_CACHE.registerCompartment(WorldSectionElement.DOC_WORLD_SECTION, 20); - AllKeys.register(); // AllFluids.assignRenderLayers(); AllBlockPartials.init(); AllStitchedTextures.init(); @@ -92,22 +82,9 @@ public class CreateClient { PonderIndex.register(); PonderIndex.registerTags(); - registerOverlays(); - UIRenderHelper.init(); } - private static void registerOverlays() { - // Register overlays in reverse order - OverlayRegistry.registerOverlayAbove(ForgeIngameGui.AIR_LEVEL_ELEMENT, "Create's Remaining Air", CopperBacktankArmorLayer.REMAINING_AIR_OVERLAY); - OverlayRegistry.registerOverlayAbove(ForgeIngameGui.EXPERIENCE_BAR_ELEMENT, "Create's Train Driver HUD", TrainHUD.OVERLAY); - OverlayRegistry.registerOverlayAbove(ForgeIngameGui.HOTBAR_ELEMENT, "Create's Goggle Information", GoggleOverlayRenderer.OVERLAY); - OverlayRegistry.registerOverlayAbove(ForgeIngameGui.HOTBAR_ELEMENT, "Create's Blueprints", BlueprintOverlayRenderer.OVERLAY); - OverlayRegistry.registerOverlayAbove(ForgeIngameGui.HOTBAR_ELEMENT, "Create's Linked Controller", LinkedControllerClientHandler.OVERLAY); - OverlayRegistry.registerOverlayAbove(ForgeIngameGui.HOTBAR_ELEMENT, "Create's Schematics", SCHEMATIC_HANDLER.getOverlayRenderer()); - OverlayRegistry.registerOverlayAbove(ForgeIngameGui.HOTBAR_ELEMENT, "Create's Toolboxes", ToolboxHandlerClient.OVERLAY); - } - public static void invalidateRenderers() { BUFFER_CACHE.invalidate(); @@ -120,22 +97,22 @@ public class CreateClient { if (mc.player == null) return; - if (mc.options.graphicsMode != GraphicsStatus.FABULOUS) + if (mc.options.graphicsMode().get() != GraphicsStatus.FABULOUS) return; if (AllConfigs.CLIENT.ignoreFabulousWarning.get()) return; - MutableComponent text = ComponentUtils.wrapInSquareBrackets(new TextComponent("WARN")) + MutableComponent text = ComponentUtils.wrapInSquareBrackets(Component.literal("WARN")) .withStyle(ChatFormatting.GOLD) - .append(new TextComponent( + .append(Component.literal( " Some of Create's visual features will not be available while Fabulous graphics are enabled!")) .withStyle(style -> style .withClickEvent(new ClickEvent(ClickEvent.Action.RUN_COMMAND, "/create dismissFabulousWarning")) .withHoverEvent(new HoverEvent(HoverEvent.Action.SHOW_TEXT, - new TextComponent("Click here to disable this warning")))); + Component.literal("Click here to disable this warning")))); - mc.gui.handleChat(ChatType.CHAT, text, mc.player.getUUID()); + mc.player.displayClientMessage(text, false); } } diff --git a/src/main/java/com/simibubi/create/compat/jei/BlueprintTransferHandler.java b/src/main/java/com/simibubi/create/compat/jei/BlueprintTransferHandler.java index d4a25db7c6..dc72817319 100644 --- a/src/main/java/com/simibubi/create/compat/jei/BlueprintTransferHandler.java +++ b/src/main/java/com/simibubi/create/compat/jei/BlueprintTransferHandler.java @@ -1,5 +1,7 @@ package com.simibubi.create.compat.jei; +import java.util.Optional; + import javax.annotation.ParametersAreNonnullByDefault; import org.jetbrains.annotations.Nullable; @@ -8,11 +10,14 @@ import com.simibubi.create.content.curiosities.tools.BlueprintAssignCompleteReci import com.simibubi.create.content.curiosities.tools.BlueprintContainer; import com.simibubi.create.foundation.networking.AllPackets; +import mezz.jei.api.constants.RecipeTypes; import mezz.jei.api.gui.ingredient.IRecipeSlotsView; +import mezz.jei.api.recipe.RecipeType; import mezz.jei.api.recipe.transfer.IRecipeTransferError; import mezz.jei.api.recipe.transfer.IRecipeTransferHandler; import net.minecraft.MethodsReturnNonnullByDefault; import net.minecraft.world.entity.player.Player; +import net.minecraft.world.inventory.MenuType; import net.minecraft.world.item.crafting.CraftingRecipe; @ParametersAreNonnullByDefault @@ -25,8 +30,13 @@ public class BlueprintTransferHandler implements IRecipeTransferHandler getRecipeClass() { - return CraftingRecipe.class; + public Optional> getMenuType() { + return Optional.empty(); + } + + @Override + public RecipeType getRecipeType() { + return RecipeTypes.CRAFTING; } @Override diff --git a/src/main/java/com/simibubi/create/compat/jei/CreateJEI.java b/src/main/java/com/simibubi/create/compat/jei/CreateJEI.java index ee5664e190..7bb61adc14 100644 --- a/src/main/java/com/simibubi/create/compat/jei/CreateJEI.java +++ b/src/main/java/com/simibubi/create/compat/jei/CreateJEI.java @@ -75,6 +75,7 @@ import mezz.jei.api.JeiPlugin; import mezz.jei.api.constants.RecipeTypes; import mezz.jei.api.forge.ForgeTypes; import mezz.jei.api.gui.drawable.IDrawable; +import mezz.jei.api.helpers.IPlatformFluidHelper; import mezz.jei.api.recipe.category.IRecipeCategory; import mezz.jei.api.registration.IGuiHandlerRegistration; import mezz.jei.api.registration.IRecipeCatalystRegistration; @@ -349,7 +350,7 @@ public class CreateJEI implements IModPlugin { } @Override - public void registerFluidSubtypes(ISubtypeRegistration registration) { + public void registerFluidSubtypes(ISubtypeRegistration registration, IPlatformFluidHelper platformFluidHelper) { PotionFluidSubtypeInterpreter interpreter = new PotionFluidSubtypeInterpreter(); PotionFluid potionFluid = AllFluids.POTION.get(); registration.registerSubtypeInterpreter(ForgeTypes.FLUID_STACK, potionFluid.getSource(), interpreter); diff --git a/src/main/java/com/simibubi/create/compat/jei/category/CreateRecipeCategory.java b/src/main/java/com/simibubi/create/compat/jei/category/CreateRecipeCategory.java index c0487661b4..be300a89ea 100644 --- a/src/main/java/com/simibubi/create/compat/jei/category/CreateRecipeCategory.java +++ b/src/main/java/com/simibubi/create/compat/jei/category/CreateRecipeCategory.java @@ -27,8 +27,6 @@ import mezz.jei.api.registration.IRecipeRegistration; import net.minecraft.ChatFormatting; import net.minecraft.MethodsReturnNonnullByDefault; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; -import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.crafting.Recipe; import net.minecraftforge.fluids.FluidStack; @@ -77,18 +75,6 @@ public abstract class CreateRecipeCategory> implements IReci return icon; } - @Override - @Deprecated - public final ResourceLocation getUid() { - return type.getUid(); - } - - @Override - @Deprecated - public final Class getRecipeClass() { - return type.getRecipeClass(); - } - public void registerRecipes(IRecipeRegistration registration) { registration.addRecipes(type, recipes.get()); } @@ -159,12 +145,12 @@ public abstract class CreateRecipeCategory> implements IReci } int amount = mbAmount == -1 ? fluidStack.getAmount() : mbAmount; - Component text = new TextComponent(String.valueOf(amount)).append(Lang.translateDirect("generic.unit.millibuckets")).withStyle(ChatFormatting.GOLD); + Component text = Component.literal(String.valueOf(amount)).append(Lang.translateDirect("generic.unit.millibuckets")).withStyle(ChatFormatting.GOLD); if (tooltip.isEmpty()) tooltip.add(0, text); else { List siblings = tooltip.get(0).getSiblings(); - siblings.add(new TextComponent(" ")); + siblings.add(Component.literal(" ")); siblings.add(text); } }; diff --git a/src/main/java/com/simibubi/create/compat/jei/category/MechanicalCraftingCategory.java b/src/main/java/com/simibubi/create/compat/jei/category/MechanicalCraftingCategory.java index ff9d62b7a2..4f4f244584 100644 --- a/src/main/java/com/simibubi/create/compat/jei/category/MechanicalCraftingCategory.java +++ b/src/main/java/com/simibubi/create/compat/jei/category/MechanicalCraftingCategory.java @@ -23,7 +23,7 @@ import net.minecraft.client.Minecraft; import net.minecraft.client.gui.Font; import net.minecraft.client.renderer.entity.ItemRenderer; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TranslatableComponent; +import net.minecraft.network.chat.MutableComponent; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.TooltipFlag; @@ -183,7 +183,7 @@ public class MechanicalCraftingCategory extends CreateRecipeCategory list = new ArrayList<>(); - TranslatableComponent crash = new TranslatableComponent("jei.tooltip.error.crash"); + MutableComponent crash = Component.translatable("jei.tooltip.error.crash"); list.add(crash.withStyle(ChatFormatting.RED)); return list; } diff --git a/src/main/java/com/simibubi/create/compat/jei/category/SequencedAssemblyCategory.java b/src/main/java/com/simibubi/create/compat/jei/category/SequencedAssemblyCategory.java index 888818f67a..a914bf284d 100644 --- a/src/main/java/com/simibubi/create/compat/jei/category/SequencedAssemblyCategory.java +++ b/src/main/java/com/simibubi/create/compat/jei/category/SequencedAssemblyCategory.java @@ -25,8 +25,7 @@ import net.minecraft.ChatFormatting; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.Font; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; -import net.minecraft.network.chat.TranslatableComponent; +import net.minecraft.network.chat.MutableComponent; import net.minecraft.resources.ResourceLocation; @ParametersAreNonnullByDefault @@ -100,7 +99,7 @@ public class SequencedAssemblyCategory extends CreateRecipeCategory sequencedRecipe = sequence.get(i); SequencedAssemblySubCategory subCategory = getSubCategory(sequencedRecipe); int subWidth = subCategory.getWidth(); - TextComponent component = new TextComponent("" + romans[Math.min(i, 6)]); + MutableComponent component = Component.literal("" + romans[Math.min(i, 6)]); font.draw(matrixStack, component, font.width(component) / -2 + subWidth / 2, 2, 0x888888); subCategory.draw(sequencedRecipe, matrixStack, mouseX, mouseY, i); matrixStack.translate(subWidth + margin, 0, 0); @@ -144,7 +143,7 @@ public class SequencedAssemblyCategory extends CreateRecipeCategory getTooltipStrings(SequencedAssemblyRecipe recipe, IRecipeSlotsView iRecipeSlotsView, double mouseX, double mouseY) { List tooltip = new ArrayList<>(); - TranslatableComponent junk = Lang.translateDirect("recipe.assembly.junk"); + MutableComponent junk = Lang.translateDirect("recipe.assembly.junk"); boolean singleOutput = recipe.getOutputChance() == 1; boolean willRepeat = recipe.getLoops() > 1; diff --git a/src/main/java/com/simibubi/create/content/contraptions/base/KineticEffectHandler.java b/src/main/java/com/simibubi/create/content/contraptions/base/KineticEffectHandler.java index 4385eb3d09..6e9c35bac2 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/base/KineticEffectHandler.java +++ b/src/main/java/com/simibubi/create/content/contraptions/base/KineticEffectHandler.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.contraptions.base; -import java.util.Random; - import com.simibubi.create.content.contraptions.base.IRotate.SpeedLevel; import com.simibubi.create.content.contraptions.particle.RotationIndicatorParticleData; import com.simibubi.create.foundation.utility.VecHelper; @@ -11,6 +9,7 @@ import net.minecraft.core.Direction.Axis; import net.minecraft.core.particles.ParticleOptions; import net.minecraft.core.particles.ParticleTypes; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.state.BlockState; @@ -63,7 +62,7 @@ public class KineticEffectHandler { return; if (!world.isClientSide) return; - Random r = world.random; + RandomSource r = world.random; for (int i = 0; i < amount; i++) { Vec3 motion = VecHelper.offsetRandomly(Vec3.ZERO, r, maxMotion); Vec3 position = VecHelper.getCenterOf(kte.getBlockPos()); diff --git a/src/main/java/com/simibubi/create/content/contraptions/base/KineticTileEntityRenderer.java b/src/main/java/com/simibubi/create/content/contraptions/base/KineticTileEntityRenderer.java index 3ef7482b8f..9dcd8313e0 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/base/KineticTileEntityRenderer.java +++ b/src/main/java/com/simibubi/create/content/contraptions/base/KineticTileEntityRenderer.java @@ -15,16 +15,20 @@ import com.simibubi.create.foundation.tileEntity.renderer.SafeTileEntityRenderer import com.simibubi.create.foundation.utility.AnimationTickHolder; import com.simibubi.create.foundation.utility.Color; -import net.minecraft.client.renderer.ItemBlockRenderTypes; +import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider; +import net.minecraft.client.resources.model.BakedModel; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.core.Direction.Axis; import net.minecraft.core.Direction.AxisDirection; +import net.minecraft.util.RandomSource; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.block.state.properties.BlockStateProperties; +import net.minecraftforge.client.ChunkRenderTypeSet; +import net.minecraftforge.client.model.data.ModelData; public class KineticTileEntityRenderer extends SafeTileEntityRenderer { @@ -55,8 +59,12 @@ public class KineticTileEntityRenderer extends SafeTileEntityRenderer containers = new ArrayList<>(); groupedItems.grid.values() .forEach(stack -> { - if (stack.hasContainerItem()) - containers.add(stack.getContainerItem() + if (stack.hasCraftingRemainingItem()) + containers.add(stack.getCraftingRemainingItem() .copy()); }); diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/crusher/CrushingWheelControllerBlock.java b/src/main/java/com/simibubi/create/content/contraptions/components/crusher/CrushingWheelControllerBlock.java index 7bb3f606a6..f9d944d82b 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/crusher/CrushingWheelControllerBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/crusher/CrushingWheelControllerBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.contraptions.components.crusher; -import java.util.Random; - import com.simibubi.create.AllBlocks; import com.simibubi.create.AllShapes; import com.simibubi.create.AllTileEntities; @@ -16,6 +14,7 @@ import net.minecraft.core.Direction.Axis; import net.minecraft.core.particles.ParticleTypes; import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.NbtUtils; +import net.minecraft.util.RandomSource; import net.minecraft.world.Difficulty; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.player.Player; @@ -111,7 +110,7 @@ public class CrushingWheelControllerBlock extends DirectionalBlock implements IT } @Override - public void animateTick(BlockState stateIn, Level worldIn, BlockPos pos, Random rand) { + public void animateTick(BlockState stateIn, Level worldIn, BlockPos pos, RandomSource rand) { if (!stateIn.getValue(VALID)) return; if (rand.nextInt(1) != 0) diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/crusher/CrushingWheelControllerTileEntity.java b/src/main/java/com/simibubi/create/content/contraptions/components/crusher/CrushingWheelControllerTileEntity.java index 120001d632..02014d05be 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/crusher/CrushingWheelControllerTileEntity.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/crusher/CrushingWheelControllerTileEntity.java @@ -3,7 +3,6 @@ package com.simibubi.create.content.contraptions.components.crusher; import java.util.ArrayList; import java.util.List; import java.util.Optional; -import java.util.Random; import java.util.UUID; import com.simibubi.create.AllRecipeTypes; @@ -29,6 +28,7 @@ import net.minecraft.core.particles.ParticleTypes; import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.NbtUtils; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.item.ItemEntity; @@ -283,7 +283,7 @@ public class CrushingWheelControllerTileEntity extends SmartTileEntity { else particleData = new ItemParticleOption(ParticleTypes.ITEM, stack); - Random r = level.random; + RandomSource r = level.random; for (int i = 0; i < 4; i++) level.addParticle(particleData, worldPosition.getX() + r.nextFloat(), worldPosition.getY() + r.nextFloat(), worldPosition.getZ() + r.nextFloat(), 0, 0, 0); diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerApplicationRecipe.java b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerApplicationRecipe.java index 92126100dd..fe46270383 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerApplicationRecipe.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerApplicationRecipe.java @@ -15,8 +15,6 @@ import com.simibubi.create.content.contraptions.processing.ProcessingRecipeBuild import com.simibubi.create.foundation.utility.Lang; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; -import net.minecraft.network.chat.TranslatableComponent; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.crafting.Ingredient; @@ -59,9 +57,9 @@ public class DeployerApplicationRecipe extends ItemApplicationRecipe implements ItemStack[] matchingStacks = ingredients.get(1) .getItems(); if (matchingStacks.length == 0) - return new TextComponent("Invalid"); + return Component.literal("Invalid"); return Lang.translateDirect("recipe.assembly.deploying_item", - new TranslatableComponent(matchingStacks[0].getDescriptionId()).getString()); + Component.translatable(matchingStacks[0].getDescriptionId()).getString()); } @Override diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerFakePlayer.java b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerFakePlayer.java index 682b626d7f..83f329b6d1 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerFakePlayer.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerFakePlayer.java @@ -135,7 +135,7 @@ public class DeployerFakePlayer extends FakePlayer { public static void entitiesDontRetaliate(LivingSetAttackTargetEvent event) { if (!(event.getTarget() instanceof DeployerFakePlayer)) return; - LivingEntity entityLiving = event.getEntityLiving(); + LivingEntity entityLiving = event.getEntity(); if (!(entityLiving instanceof Mob)) return; Mob mob = (Mob) entityLiving; diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerHandler.java b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerHandler.java index fd663810bc..798e1de607 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerHandler.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerHandler.java @@ -392,7 +392,7 @@ public class DeployerHandler { Block.getDrops(blockstate, world, pos, tileentity, player, prevHeldItem) .forEach(item -> player.getInventory().placeItemBackInInventory(item)); - blockstate.spawnAfterBreak(world, pos, prevHeldItem); + blockstate.spawnAfterBreak(world, pos, prevHeldItem, true); return true; } diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/ManualApplicationRecipe.java b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/ManualApplicationRecipe.java index 663d18a847..d72347d51b 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/ManualApplicationRecipe.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/ManualApplicationRecipe.java @@ -38,7 +38,7 @@ public class ManualApplicationRecipe extends ItemApplicationRecipe { @SubscribeEvent public static void manualApplicationRecipesApplyInWorld(PlayerInteractEvent.RightClickBlock event) { - Level level = event.getWorld(); + Level level = event.getLevel(); ItemStack heldItem = event.getItemStack(); BlockPos pos = event.getPos(); BlockState blockState = level.getBlockState(pos); @@ -81,12 +81,12 @@ public class ManualApplicationRecipe extends ItemApplicationRecipe { if (!unbreakable && !keepHeld) { if (heldItem.isDamageableItem()) - heldItem.hurtAndBreak(1, event.getPlayer(), s -> s.broadcastBreakEvent(InteractionHand.MAIN_HAND)); + heldItem.hurtAndBreak(1, event.getEntity(), s -> s.broadcastBreakEvent(InteractionHand.MAIN_HAND)); else heldItem.shrink(1); } - awardAdvancements(event.getPlayer(), transformedBlock); + awardAdvancements(event.getEntity(), transformedBlock); event.setCancellationResult(InteractionResult.SUCCESS); event.setCanceled(true); diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/fan/AirCurrentSound.java b/src/main/java/com/simibubi/create/content/contraptions/components/fan/AirCurrentSound.java index b4ef2ea95d..dd74b12445 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/fan/AirCurrentSound.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/fan/AirCurrentSound.java @@ -1,6 +1,7 @@ package com.simibubi.create.content.contraptions.components.fan; import net.minecraft.client.resources.sounds.AbstractTickableSoundInstance; +import net.minecraft.client.resources.sounds.SoundInstance; import net.minecraft.sounds.SoundEvent; import net.minecraft.sounds.SoundSource; @@ -9,7 +10,7 @@ public class AirCurrentSound extends AbstractTickableSoundInstance { private float pitch; protected AirCurrentSound(SoundEvent p_i46532_1_, float pitch) { - super(p_i46532_1_, SoundSource.BLOCKS); + super(p_i46532_1_, SoundSource.BLOCKS, SoundInstance.createUnseededRandom()); this.pitch = pitch; volume = 0.01f; looping = true; diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/press/MechanicalPressTileEntity.java b/src/main/java/com/simibubi/create/content/contraptions/components/press/MechanicalPressTileEntity.java index 0fb8b8b73f..09ee5eeff0 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/press/MechanicalPressTileEntity.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/press/MechanicalPressTileEntity.java @@ -5,7 +5,6 @@ import java.util.Optional; import com.simibubi.create.AllBlocks; import com.simibubi.create.AllRecipeTypes; -import com.simibubi.create.Create; import com.simibubi.create.content.contraptions.components.crafter.MechanicalCraftingRecipe; import com.simibubi.create.content.contraptions.components.press.PressingBehaviour.Mode; import com.simibubi.create.content.contraptions.components.press.PressingBehaviour.PressingBehaviourSpecifics; @@ -136,7 +135,7 @@ public class MechanicalPressTileEntity extends BasinOperatingTileEntity implemen ItemEntity created = new ItemEntity(level, itemEntity.getX(), itemEntity.getY(), itemEntity.getZ(), result); created.setDefaultPickUpDelay(); - created.setDeltaMovement(VecHelper.offsetRandomly(Vec3.ZERO, Create.RANDOM, .05f)); + created.setDeltaMovement(VecHelper.offsetRandomly(Vec3.ZERO, level.random, .05f)); level.addFreshEntity(created); } item.shrink(1); diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/saw/SawTileEntity.java b/src/main/java/com/simibubi/create/content/contraptions/components/saw/SawTileEntity.java index 4a02a5415c..a3702184db 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/saw/SawTileEntity.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/saw/SawTileEntity.java @@ -4,7 +4,6 @@ import java.util.ArrayList; import java.util.LinkedList; import java.util.List; import java.util.Optional; -import java.util.Random; import java.util.function.Predicate; import java.util.function.Supplier; import java.util.stream.Collectors; @@ -34,7 +33,6 @@ import com.simibubi.create.foundation.utility.recipe.RecipeFinder; import net.minecraft.MethodsReturnNonnullByDefault; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; -import net.minecraft.core.Registry; import net.minecraft.core.particles.BlockParticleOption; import net.minecraft.core.particles.ItemParticleOption; import net.minecraft.core.particles.ParticleOptions; @@ -43,6 +41,7 @@ import net.minecraft.nbt.CompoundTag; import net.minecraft.resources.ResourceLocation; import net.minecraft.tags.BlockTags; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.entity.item.ItemEntity; import net.minecraft.world.item.BlockItem; import net.minecraft.world.item.Item; @@ -69,6 +68,7 @@ import net.minecraftforge.common.capabilities.Capability; import net.minecraftforge.common.util.LazyOptional; import net.minecraftforge.items.CapabilityItemHandler; import net.minecraftforge.items.IItemHandler; +import net.minecraftforge.registries.ForgeRegistries; @ParametersAreNonnullByDefault @MethodsReturnNonnullByDefault @@ -76,7 +76,7 @@ public class SawTileEntity extends BlockBreakingKineticTileEntity { private static final Object cuttingRecipesKey = new Object(); public static final Supplier> woodcuttingRecipeType = - Suppliers.memoize(() -> Registry.RECIPE_TYPE.get(new ResourceLocation("druidcraft", "woodcutting"))); + Suppliers.memoize(() -> ForgeRegistries.RECIPE_TYPES.getValue(new ResourceLocation("druidcraft", "woodcutting"))); public ProcessingInventory inventory; private int recipeIndex; @@ -279,7 +279,7 @@ public class SawTileEntity extends BlockBreakingKineticTileEntity { else particleData = new ItemParticleOption(ParticleTypes.ITEM, stack); - Random r = level.random; + RandomSource r = level.random; Vec3 v = VecHelper.getCenterOf(this.worldPosition) .add(0, 5 / 16f, 0); for (int i = 0; i < 10; i++) { @@ -302,7 +302,7 @@ public class SawTileEntity extends BlockBreakingKineticTileEntity { speed = .125f; } - Random r = level.random; + RandomSource r = level.random; Vec3 vec = getItemMovementVec(); Vec3 pos = VecHelper.getCenterOf(this.worldPosition); float offset = inventory.recipeDuration != 0 ? (float) (inventory.remainingTime) / inventory.recipeDuration : 0; diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/steam/PoweredShaftBlock.java b/src/main/java/com/simibubi/create/content/contraptions/components/steam/PoweredShaftBlock.java index ef16af57db..f5378a6338 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/steam/PoweredShaftBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/steam/PoweredShaftBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.contraptions.components.steam; -import java.util.Random; - import com.simibubi.create.AllBlocks; import com.simibubi.create.AllShapes; import com.simibubi.create.AllTileEntities; @@ -15,6 +13,7 @@ import com.simibubi.create.foundation.utility.placement.PlacementHelpers; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.player.Player; @@ -67,7 +66,7 @@ public class PoweredShaftBlock extends AbstractShaftBlock { } @Override - public void tick(BlockState pState, ServerLevel pLevel, BlockPos pPos, Random pRandom) { + public void tick(BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSource pRandom) { if (!stillValid(pState, pLevel, pPos)) pLevel.setBlock(pPos, AllBlocks.SHAFT.getDefaultState() .setValue(ShaftBlock.AXIS, pState.getValue(AXIS)) diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/steam/whistle/WhistleBlock.java b/src/main/java/com/simibubi/create/content/contraptions/components/steam/whistle/WhistleBlock.java index 15b2225e4a..eb4b5469f7 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/steam/whistle/WhistleBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/steam/whistle/WhistleBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.contraptions.components.steam.whistle; -import java.util.Random; - import com.simibubi.create.AllBlocks; import com.simibubi.create.AllShapes; import com.simibubi.create.AllTileEntities; @@ -19,6 +17,7 @@ import net.minecraft.server.level.ServerLevel; import net.minecraft.sounds.SoundEvent; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; +import net.minecraft.util.RandomSource; import net.minecraft.util.StringRepresentable; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; @@ -180,7 +179,7 @@ public class WhistleBlock extends Block implements ITE, IWren } @Override - public void tick(BlockState pState, ServerLevel pLevel, BlockPos pPos, Random pRandom) { + public void tick(BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSource pRandom) { withTileEntityDo(pLevel, pPos, WhistleTileEntity::updatePitch); } diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/steam/whistle/WhistleSoundInstance.java b/src/main/java/com/simibubi/create/content/contraptions/components/steam/whistle/WhistleSoundInstance.java index 4919b895b7..f482026035 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/steam/whistle/WhistleSoundInstance.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/steam/whistle/WhistleSoundInstance.java @@ -7,6 +7,7 @@ import static com.simibubi.create.AllSoundEvents.WHISTLE_MEDIUM; import com.simibubi.create.content.contraptions.components.steam.whistle.WhistleBlock.WhistleSize; import net.minecraft.client.resources.sounds.AbstractTickableSoundInstance; +import net.minecraft.client.resources.sounds.SoundInstance; import net.minecraft.core.BlockPos; import net.minecraft.sounds.SoundSource; import net.minecraft.world.phys.Vec3; @@ -19,7 +20,7 @@ public class WhistleSoundInstance extends AbstractTickableSoundInstance { public WhistleSoundInstance(WhistleSize size, BlockPos worldPosition) { super((size == WhistleSize.SMALL ? WHISTLE_HIGH : size == WhistleSize.MEDIUM ? WHISTLE_MEDIUM : WHISTLE_LOW) - .getMainEvent(), SoundSource.RECORDS); + .getMainEvent(), SoundSource.RECORDS, SoundInstance.createUnseededRandom()); this.size = size; looping = true; active = true; diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/steam/whistle/WhistleTileEntity.java b/src/main/java/com/simibubi/create/content/contraptions/components/steam/whistle/WhistleTileEntity.java index 0f2a0ecd2f..d7c48ef365 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/steam/whistle/WhistleTileEntity.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/steam/whistle/WhistleTileEntity.java @@ -25,7 +25,7 @@ import net.minecraft.core.Direction; import net.minecraft.core.Direction.Axis; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.MutableComponent; import net.minecraft.util.Mth; import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.world.level.block.entity.BlockEntityType; @@ -110,7 +110,7 @@ public class WhistleTileEntity extends SmartTileEntity implements IHaveGoggleInf String[] pitches = Lang.translateDirect("generic.notes") .getString() .split(";"); - TextComponent textComponent = new TextComponent(spacing); + MutableComponent textComponent = Component.literal(spacing); tooltip.add(textComponent.append(Lang.translateDirect("generic.pitch", pitches[pitch % pitches.length]))); return true; } diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/Contraption.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/Contraption.java index 5a66c6d05c..eba2fb78da 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/Contraption.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/Contraption.java @@ -86,7 +86,7 @@ import net.minecraft.nbt.Tag; import net.minecraft.network.protocol.game.DebugPackets; import net.minecraft.server.level.ServerLevel; import net.minecraft.world.entity.Entity; -import net.minecraft.world.entity.ai.village.poi.PoiType; +import net.minecraft.world.entity.ai.village.poi.PoiTypes; import net.minecraft.world.level.Level; import net.minecraft.world.level.LevelAccessor; import net.minecraft.world.level.block.Block; @@ -115,7 +115,7 @@ import net.minecraft.world.phys.shapes.Shapes; import net.minecraft.world.phys.shapes.VoxelShape; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.model.data.IModelData; +import net.minecraftforge.client.model.data.ModelData; import net.minecraftforge.fluids.FluidStack; import net.minecraftforge.fluids.capability.IFluidHandler; import net.minecraftforge.items.IItemHandlerModifiable; @@ -148,7 +148,7 @@ public abstract class Contraption { private CompletableFuture simplifiedEntityColliderProvider; // Client - public Map modelData; + public Map modelData; public Map presentTileEntities; public List maybeInstancedTileEntities; public List specialRenderedTileEntities; @@ -982,7 +982,7 @@ public abstract class Contraption { // we add the POI data back now // (code copied from ServerWorld.onBlockStateChange) ServerLevel serverWorld = (ServerLevel) world; - PoiType.forState(block.state) + PoiTypes.forState(block.state) .ifPresent(poiType -> { world.getServer() .execute(() -> { @@ -1136,7 +1136,7 @@ public abstract class Contraption { } protected boolean shouldUpdateAfterMovement(StructureBlockInfo info) { - if (PoiType.forState(info.state) + if (PoiTypes.forState(info.state) .isPresent()) return false; if (info.state.getBlock() instanceof SlidingDoorBlock) diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/ContraptionHandlerClient.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/ContraptionHandlerClient.java index f9d40b9cb9..6ec92487a2 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/ContraptionHandlerClient.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/ContraptionHandlerClient.java @@ -33,7 +33,7 @@ import net.minecraft.world.phys.Vec3; import net.minecraft.world.phys.shapes.VoxelShape; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.event.InputEvent.ClickInputEvent; +import net.minecraftforge.client.event.InputEvent; import net.minecraftforge.event.TickEvent.Phase; import net.minecraftforge.event.TickEvent.PlayerTickEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; @@ -69,7 +69,7 @@ public class ContraptionHandlerClient { @SubscribeEvent @OnlyIn(Dist.CLIENT) - public static void rightClickingOnContraptionsGetsHandledLocally(ClickInputEvent event) { + public static void rightClickingOnContraptionsGetsHandledLocally(InputEvent.InteractionKeyMappingTriggered event) { Minecraft mc = Minecraft.getInstance(); LocalPlayer player = mc.player; diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/IDisplayAssemblyExceptions.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/IDisplayAssemblyExceptions.java index d9477f0c35..608a2cf5d3 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/IDisplayAssemblyExceptions.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/IDisplayAssemblyExceptions.java @@ -9,7 +9,6 @@ import com.simibubi.create.foundation.utility.Lang; import net.minecraft.ChatFormatting; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; public interface IDisplayAssemblyExceptions { @@ -19,7 +18,7 @@ public interface IDisplayAssemblyExceptions { return false; if (!tooltip.isEmpty()) - tooltip.add(TextComponent.EMPTY); + tooltip.add(Component.empty()); tooltip.add(IHaveGoggleInformation.componentSpacing.plainCopy() .append(Lang.translateDirect("gui.assembly.exception") diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/glue/SuperGlueHandler.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/glue/SuperGlueHandler.java index 66ed67c86d..b0ed3ca3af 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/glue/SuperGlueHandler.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/glue/SuperGlueHandler.java @@ -26,7 +26,7 @@ import net.minecraft.world.phys.BlockHitResult; import net.minecraft.world.phys.HitResult.Type; import net.minecraft.world.phys.Vec3; import net.minecraftforge.common.ForgeMod; -import net.minecraftforge.event.world.BlockEvent.EntityPlaceEvent; +import net.minecraftforge.event.level.BlockEvent.EntityPlaceEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod.EventBusSubscriber; import net.minecraftforge.network.PacketDistributor; @@ -36,7 +36,7 @@ public class SuperGlueHandler { @SubscribeEvent public static void glueListensForBlockPlacement(EntityPlaceEvent event) { - LevelAccessor world = event.getWorld(); + LevelAccessor world = event.getLevel(); Entity entity = event.getEntity(); BlockPos pos = event.getPos(); diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/glue/SuperGlueItem.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/glue/SuperGlueItem.java index feacc0e42b..ee3b0ff270 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/glue/SuperGlueItem.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/glue/SuperGlueItem.java @@ -28,7 +28,7 @@ public class SuperGlueItem extends Item { @SubscribeEvent public static void glueItemAlwaysPlacesWhenUsed(PlayerInteractEvent.RightClickBlock event) { if (event.getHitVec() != null) { - BlockState blockState = event.getWorld() + BlockState blockState = event.getLevel() .getBlockState(event.getHitVec() .getBlockPos()); if (blockState.getBlock()instanceof AbstractChassisBlock cb) diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/glue/SuperGlueSelectionHandler.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/glue/SuperGlueSelectionHandler.java index ca772f7930..337d3e3313 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/glue/SuperGlueSelectionHandler.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/glue/SuperGlueSelectionHandler.java @@ -18,7 +18,7 @@ import net.minecraft.client.multiplayer.ClientLevel; import net.minecraft.client.player.LocalPlayer; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; import net.minecraft.world.item.ItemStack; @@ -62,7 +62,7 @@ public class SuperGlueSelectionHandler { if (clusterCooldown > 0) { if (clusterCooldown == 25) - player.displayClientMessage(TextComponent.EMPTY, true); + player.displayClientMessage(Component.empty(), true); CreateClient.OUTLINER.keep(clusterOutlineSlot); clusterCooldown--; } diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/interaction/controls/TrainHUD.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/interaction/controls/TrainHUD.java index 3a7b7d2115..3f9d39029d 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/interaction/controls/TrainHUD.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/interaction/controls/TrainHUD.java @@ -23,12 +23,12 @@ import net.minecraft.util.Mth; import net.minecraft.world.entity.Entity; import net.minecraft.world.level.GameType; import net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate.StructureBlockInfo; -import net.minecraftforge.client.gui.ForgeIngameGui; -import net.minecraftforge.client.gui.IIngameOverlay; +import net.minecraftforge.client.gui.overlay.ForgeGui; +import net.minecraftforge.client.gui.overlay.IGuiOverlay; public class TrainHUD { - public static final IIngameOverlay OVERLAY = TrainHUD::renderOverlay; + public static final IGuiOverlay OVERLAY = TrainHUD::renderOverlay; static LerpedFloat displayedSpeed = LerpedFloat.linear(); static LerpedFloat displayedThrottle = LerpedFloat.linear(); @@ -105,7 +105,7 @@ public class TrainHUD { return cce.getCarriage(); } - public static void renderOverlay(ForgeIngameGui gui, PoseStack poseStack, float partialTicks, int width, + public static void renderOverlay(ForgeGui gui, PoseStack poseStack, float partialTicks, int width, int height) { Minecraft mc = Minecraft.getInstance(); if (mc.options.hideGui || mc.gameMode.getPlayerMode() == GameType.SPECTATOR) diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/mounted/CartAssemblerBlock.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/mounted/CartAssemblerBlock.java index 4efb61f655..9f54717cf9 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/mounted/CartAssemblerBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/mounted/CartAssemblerBlock.java @@ -292,7 +292,7 @@ public class CartAssemblerBlock extends BaseRailBlock .forEach(itemStack -> player.getInventory() .placeItemBackInInventory(itemStack)); if (world instanceof ServerLevel) - state.spawnAfterBreak((ServerLevel) world, pos, ItemStack.EMPTY); + state.spawnAfterBreak((ServerLevel) world, pos, ItemStack.EMPTY, true); world.setBlockAndUpdate(pos, getRailBlock(state)); return InteractionResult.SUCCESS; } diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/mounted/MinecartContraptionItem.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/mounted/MinecartContraptionItem.java index 28c22731a9..7559c9ba1b 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/mounted/MinecartContraptionItem.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/mounted/MinecartContraptionItem.java @@ -195,7 +195,7 @@ public class MinecartContraptionItem extends Item { @SubscribeEvent public static void wrenchCanBeUsedToPickUpMinecartContraptions(PlayerInteractEvent.EntityInteract event) { Entity entity = event.getTarget(); - Player player = event.getPlayer(); + Player player = event.getEntity(); if (player == null || entity == null) return; @@ -223,7 +223,7 @@ public class MinecartContraptionItem extends Item { return; } - if (event.getWorld().isClientSide) { + if (event.getLevel().isClientSide) { event.setCancellationResult(InteractionResult.SUCCESS); event.setCanceled(true); return; diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/piston/MechanicalPistonBlock.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/piston/MechanicalPistonBlock.java index 856c5bbeae..6da40fd851 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/piston/MechanicalPistonBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/piston/MechanicalPistonBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.contraptions.components.structureMovement.piston; -import java.util.Random; - import com.simibubi.create.AllBlocks; import com.simibubi.create.AllShapes; import com.simibubi.create.AllSoundEvents; @@ -15,6 +13,7 @@ import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.core.particles.ParticleTypes; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.util.StringRepresentable; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; @@ -111,7 +110,7 @@ public class MechanicalPistonBlock extends DirectionalAxisKineticBlock implement } @Override - public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, Random r) { + public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, RandomSource r) { Direction direction = state.getValue(FACING); BlockState pole = worldIn.getBlockState(pos.relative(direction.getOpposite())); if (!AllBlocks.PISTON_EXTENSION_POLE.has(pole)) diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/train/CouplingHandlerClient.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/train/CouplingHandlerClient.java index 954241a47f..467bb0a624 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/train/CouplingHandlerClient.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/train/CouplingHandlerClient.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.contraptions.components.structureMovement.train; -import java.util.Random; - import com.mojang.math.Vector3f; import com.simibubi.create.AllItems; import com.simibubi.create.foundation.networking.AllPackets; @@ -13,6 +11,7 @@ import net.minecraft.client.player.LocalPlayer; import net.minecraft.core.particles.DustParticleOptions; import net.minecraft.core.particles.ParticleOptions; import net.minecraft.core.particles.ParticleTypes; +import net.minecraft.util.RandomSource; import net.minecraft.world.entity.player.Player; import net.minecraft.world.entity.vehicle.AbstractMinecart; import net.minecraft.world.item.ItemStack; @@ -22,7 +21,7 @@ import net.minecraft.world.phys.Vec3; public class CouplingHandlerClient { static AbstractMinecart selectedCart; - static Random r = new Random(); + static RandomSource r = RandomSource.create(); public static void tick() { if (selectedCart == null) diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/train/MinecartCouplingItem.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/train/MinecartCouplingItem.java index 0a5542e8bc..ed8094cdbc 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/train/MinecartCouplingItem.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/train/MinecartCouplingItem.java @@ -35,7 +35,7 @@ public class MinecartCouplingItem extends Item { if (!(interacted instanceof AbstractMinecart)) return; AbstractMinecart minecart = (AbstractMinecart) interacted; - Player player = event.getPlayer(); + Player player = event.getEntity(); if (player == null) return; LazyOptional capability = @@ -60,7 +60,7 @@ public class MinecartCouplingItem extends Item { protected static boolean onCouplingInteractOnMinecart(PlayerInteractEvent.EntityInteract event, AbstractMinecart minecart, Player player, MinecartController controller) { - Level world = event.getWorld(); + Level world = event.getLevel(); if (controller.isFullyCoupled()) { if (!world.isClientSide) CouplingHandler.status(player, "two_couplings_max"); @@ -76,7 +76,7 @@ public class MinecartCouplingItem extends Item { int couplings = (controller.isConnectedToCoupling() ? 1 : 0) + (controller.isLeadingCoupling() ? 1 : 0); if (couplings == 0) return false; - if (event.getWorld().isClientSide) + if (event.getLevel().isClientSide) return true; for (boolean forward : Iterate.trueAndFalse) { diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/train/capability/CapabilityMinecartController.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/train/capability/CapabilityMinecartController.java index 5433e0e855..a3fbf8c697 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/train/capability/CapabilityMinecartController.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/train/capability/CapabilityMinecartController.java @@ -36,7 +36,7 @@ import net.minecraftforge.common.util.LazyOptional; import net.minecraftforge.common.util.NonNullConsumer; import net.minecraftforge.event.AttachCapabilitiesEvent; import net.minecraftforge.event.entity.player.PlayerEvent; -import net.minecraftforge.event.world.ChunkEvent; +import net.minecraftforge.event.level.ChunkEvent; public class CapabilityMinecartController implements ICapabilitySerializable { @@ -144,7 +144,7 @@ public class CapabilityMinecartController implements ICapabilitySerializable carts = loadedMinecartsByUUID.get(event.getWorld()); + Map carts = loadedMinecartsByUUID.get(event.getLevel()); for (MinecartController minecartController : carts.values()) { if (minecartController == null) continue; @@ -153,7 +153,7 @@ public class CapabilityMinecartController implements ICapabilitySerializable getQuads(BlockState state, Direction side, Random rand, IModelData data) { - List quads = super.getQuads(state, side, rand, data); - if (data.hasProperty(PIPE_PROPERTY)) { - PipeModelData pipeData = data.getData(PIPE_PROPERTY); + public List getQuads(BlockState state, Direction side, RandomSource rand, ModelData data, RenderType renderType) { + List quads = super.getQuads(state, side, rand, data, renderType); + if (data.has(PIPE_PROPERTY)) { + PipeModelData pipeData = data.get(PIPE_PROPERTY); quads = side != null && pipeData.hasRim(side) ? new ArrayList<>() : new ArrayList<>(quads); - addQuads(quads, state, side, rand, data, pipeData); + addQuads(quads, state, side, rand, data, pipeData, renderType); } return quads; } - private void addQuads(List quads, BlockState state, Direction side, Random rand, IModelData data, - PipeModelData pipeData) { + private void addQuads(List quads, BlockState state, Direction side, RandomSource rand, ModelData data, + PipeModelData pipeData, RenderType renderType) { BakedModel bracket = pipeData.getBracket(); if (bracket != null) - quads.addAll(bracket.getQuads(state, side, rand, data)); + quads.addAll(bracket.getQuads(state, side, rand, data, renderType)); if (hideAttachmentConnector && side == Direction.UP) return; for (Direction d : Iterate.directions) @@ -81,10 +82,10 @@ public class PipeAttachmentModel extends BakedModelWrapperWithData { quads.addAll(AllBlockPartials.PIPE_ATTACHMENTS.get(pipeData.getRim(d)) .get(d) .get() - .getQuads(state, side, rand, data)); + .getQuads(state, side, rand, data, renderType)); if (pipeData.isEncased()) quads.addAll(AllBlockPartials.FLUID_PIPE_CASING.get() - .getQuads(state, side, rand, data)); + .getQuads(state, side, rand, data, renderType)); } private static class PipeModelData { diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/PumpBlock.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/PumpBlock.java index 7bf15694dc..6e4322d26a 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/PumpBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/PumpBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.contraptions.fluids; -import java.util.Random; - import com.simibubi.create.AllShapes; import com.simibubi.create.AllTileEntities; import com.simibubi.create.content.contraptions.base.DirectionalKineticBlock; @@ -13,6 +11,7 @@ import net.minecraft.core.Direction; import net.minecraft.core.Direction.Axis; import net.minecraft.network.protocol.game.DebugPackets; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.item.context.BlockPlaceContext; import net.minecraft.world.item.context.UseOnContext; import net.minecraft.world.level.BlockGetter; @@ -130,7 +129,7 @@ public class PumpBlock extends DirectionalKineticBlock implements SimpleWaterlog } @Override - public void tick(BlockState state, ServerLevel world, BlockPos pos, Random r) { + public void tick(BlockState state, ServerLevel world, BlockPos pos, RandomSource r) { FluidPropagator.propagateChangedPipe(world, pos, state); } diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/actors/FillingRecipe.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/actors/FillingRecipe.java index 380945f5ba..af9be4892f 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/actors/FillingRecipe.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/actors/FillingRecipe.java @@ -14,7 +14,6 @@ import com.simibubi.create.foundation.fluid.FluidIngredient; import com.simibubi.create.foundation.utility.Lang; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.item.crafting.Ingredient; import net.minecraft.world.level.ItemLike; import net.minecraft.world.level.Level; @@ -70,7 +69,7 @@ public class FillingRecipe extends ProcessingRecipe implements IA List matchingFluidStacks = fluidIngredients.get(0) .getMatchingFluidStacks(); if (matchingFluidStacks.size() == 0) - return new TextComponent("Invalid"); + return Component.literal("Invalid"); return Lang.translateDirect("recipe.assembly.spout_filling_fluid", matchingFluidStacks.get(0).getDisplayName().getString()); } diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/AxisPipeBlock.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/AxisPipeBlock.java index 1bcb6bbb17..685dc3ae4f 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/AxisPipeBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/AxisPipeBlock.java @@ -2,7 +2,6 @@ package com.simibubi.create.content.contraptions.fluids.pipes; import java.util.Map; import java.util.Optional; -import java.util.Random; import com.simibubi.create.AllBlocks; import com.simibubi.create.AllShapes; @@ -20,6 +19,7 @@ import net.minecraft.core.Direction.Axis; import net.minecraft.core.Direction.AxisDirection; import net.minecraft.network.protocol.game.DebugPackets; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.LivingEntity; @@ -108,7 +108,7 @@ public class AxisPipeBlock extends RotatedPillarBlock implements IWrenchableWith } @Override - public void tick(BlockState state, ServerLevel world, BlockPos pos, Random r) { + public void tick(BlockState state, ServerLevel world, BlockPos pos, RandomSource r) { FluidPropagator.propagateChangedPipe(world, pos, state); } diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/EncasedPipeBlock.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/EncasedPipeBlock.java index e5ed9a4226..3935309c7b 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/EncasedPipeBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/EncasedPipeBlock.java @@ -8,7 +8,6 @@ import static net.minecraft.world.level.block.state.properties.BlockStatePropert import static net.minecraft.world.level.block.state.properties.BlockStateProperties.WEST; import java.util.Map; -import java.util.Random; import com.simibubi.create.AllBlocks; import com.simibubi.create.AllTileEntities; @@ -25,6 +24,7 @@ import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.network.protocol.game.DebugPackets; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.player.Player; @@ -101,7 +101,7 @@ public class EncasedPipeBlock extends Block implements IWrenchable, ISpecialBloc } @Override - public void tick(BlockState state, ServerLevel world, BlockPos pos, Random r) { + public void tick(BlockState state, ServerLevel world, BlockPos pos, RandomSource r) { FluidPropagator.propagateChangedPipe(world, pos, state); } diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/FluidPipeBlock.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/FluidPipeBlock.java index b9d8d4be04..c8b93b2e1f 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/FluidPipeBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/FluidPipeBlock.java @@ -2,7 +2,6 @@ package com.simibubi.create.content.contraptions.fluids.pipes; import java.util.Arrays; import java.util.Optional; -import java.util.Random; import javax.annotation.Nullable; @@ -23,6 +22,7 @@ import net.minecraft.core.Direction; import net.minecraft.core.Direction.Axis; import net.minecraft.network.protocol.game.DebugPackets; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.LivingEntity; @@ -171,7 +171,7 @@ public class FluidPipeBlock extends PipeBlock } @Override - public void tick(BlockState state, ServerLevel world, BlockPos pos, Random r) { + public void tick(BlockState state, ServerLevel world, BlockPos pos, RandomSource r) { FluidPropagator.propagateChangedPipe(world, pos, state); } diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/FluidValveBlock.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/FluidValveBlock.java index a9bed692f0..c5417ce725 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/FluidValveBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/FluidValveBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.contraptions.fluids.pipes; -import java.util.Random; - import javax.annotation.Nonnull; import com.simibubi.create.AllShapes; @@ -16,6 +14,7 @@ import net.minecraft.core.Direction; import net.minecraft.core.Direction.Axis; import net.minecraft.network.protocol.game.DebugPackets; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.level.BlockGetter; import net.minecraft.world.level.Level; import net.minecraft.world.level.LevelReader; @@ -122,7 +121,7 @@ public class FluidValveBlock extends DirectionalAxisKineticBlock implements IAxi } @Override - public void tick(BlockState state, ServerLevel world, BlockPos pos, Random r) { + public void tick(BlockState state, ServerLevel world, BlockPos pos, RandomSource r) { FluidPropagator.propagateChangedPipe(world, pos, state); } diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/SmartFluidPipeBlock.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/SmartFluidPipeBlock.java index 768b128d1c..7079dd8fba 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/SmartFluidPipeBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/SmartFluidPipeBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.contraptions.fluids.pipes; -import java.util.Random; - import com.simibubi.create.AllShapes; import com.simibubi.create.AllTileEntities; import com.simibubi.create.content.contraptions.fluids.FluidPropagator; @@ -16,6 +14,7 @@ import net.minecraft.core.Direction; import net.minecraft.core.Direction.Axis; import net.minecraft.network.protocol.game.DebugPackets; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.context.BlockPlaceContext; @@ -124,7 +123,7 @@ public class SmartFluidPipeBlock extends FaceAttachedHorizontalDirectionalBlock } @Override - public void tick(BlockState state, ServerLevel world, BlockPos pos, Random r) { + public void tick(BlockState state, ServerLevel world, BlockPos pos, RandomSource r) { FluidPropagator.propagateChangedPipe(world, pos, state); } diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/potion/PotionFluid.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/potion/PotionFluid.java index 45059a5d99..2a7482c078 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/potion/PotionFluid.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/potion/PotionFluid.java @@ -10,7 +10,6 @@ import com.simibubi.create.foundation.utility.NBTHelper; import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.ListTag; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TranslatableComponent; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.effect.MobEffectInstance; import net.minecraft.world.item.alchemy.Potion; @@ -82,7 +81,7 @@ public class PotionFluid extends VirtualFluid { @Override public Component getDisplayName(FluidStack stack) { - return new TranslatableComponent(getTranslationKey(stack)); + return Component.translatable(getTranslationKey(stack)); } @Override diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/potion/PotionFluidHandler.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/potion/PotionFluidHandler.java index febb50e293..b4854a8a4a 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/potion/PotionFluidHandler.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/potion/PotionFluidHandler.java @@ -14,8 +14,7 @@ import com.simibubi.create.foundation.utility.Pair; import net.minecraft.ChatFormatting; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; -import net.minecraft.network.chat.TranslatableComponent; +import net.minecraft.network.chat.MutableComponent; import net.minecraft.util.Tuple; import net.minecraft.world.effect.MobEffect; import net.minecraft.world.effect.MobEffectInstance; @@ -105,10 +104,10 @@ public class PotionFluidHandler { List list = PotionUtils.getAllEffects(fs.getOrCreateTag()); List> list1 = Lists.newArrayList(); if (list.isEmpty()) { - tooltip.add((new TranslatableComponent("effect.none")).withStyle(ChatFormatting.GRAY)); + tooltip.add((Component.translatable("effect.none")).withStyle(ChatFormatting.GRAY)); } else { for (MobEffectInstance effectinstance : list) { - TranslatableComponent textcomponent = new TranslatableComponent(effectinstance.getDescriptionId()); + MutableComponent textcomponent = Component.translatable(effectinstance.getDescriptionId()); MobEffect effect = effectinstance.getEffect(); Map map = effect.getAttributeModifiers(); if (!map.isEmpty()) { @@ -125,7 +124,7 @@ public class PotionFluidHandler { if (effectinstance.getAmplifier() > 0) { textcomponent.append(" ") - .append(new TranslatableComponent("potion.potency." + effectinstance.getAmplifier()).getString()); + .append(Component.translatable("potion.potency." + effectinstance.getAmplifier()).getString()); } if (effectinstance.getDuration() > 20) { @@ -140,8 +139,8 @@ public class PotionFluidHandler { } if (!list1.isEmpty()) { - tooltip.add(new TextComponent("")); - tooltip.add((new TranslatableComponent("potion.whenDrank")).withStyle(ChatFormatting.DARK_PURPLE)); + tooltip.add(Component.literal("")); + tooltip.add((Component.translatable("potion.whenDrank")).withStyle(ChatFormatting.DARK_PURPLE)); for (Tuple tuple : list1) { AttributeModifier attributemodifier2 = tuple.getB(); @@ -155,19 +154,19 @@ public class PotionFluidHandler { } if (d0 > 0.0D) { - tooltip.add((new TranslatableComponent( + tooltip.add((Component.translatable( "attribute.modifier.plus." + attributemodifier2.getOperation() .toValue(), ItemStack.ATTRIBUTE_MODIFIER_FORMAT.format(d1), - new TranslatableComponent(tuple.getA()))) + Component.translatable(tuple.getA()))) .withStyle(ChatFormatting.BLUE)); } else if (d0 < 0.0D) { d1 = d1 * -1.0D; - tooltip.add((new TranslatableComponent( + tooltip.add((Component.translatable( "attribute.modifier.take." + attributemodifier2.getOperation() .toValue(), ItemStack.ATTRIBUTE_MODIFIER_FORMAT.format(d1), - new TranslatableComponent(tuple.getA()))) + Component.translatable(tuple.getA()))) .withStyle(ChatFormatting.RED)); } } diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/tank/BoilerData.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/tank/BoilerData.java index f204dc2017..69f3a84a6d 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/tank/BoilerData.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/tank/BoilerData.java @@ -29,7 +29,6 @@ import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.util.Mth; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.state.BlockState; @@ -147,8 +146,8 @@ public class BoilerData { if (!isActive()) return false; - Component indent = new TextComponent(IHaveGoggleInformation.spacing); - Component indent2 = new TextComponent(IHaveGoggleInformation.spacing + " "); + Component indent = Component.literal(IHaveGoggleInformation.spacing); + Component indent2 = Component.literal(IHaveGoggleInformation.spacing + " "); calcMinMaxForSize(boilerSize); @@ -169,7 +168,7 @@ public class BoilerData { double totalSU = getEngineEfficiency(boilerSize) * 16 * Math.max(boilerLevel, attachedEngines) * BlockStressValues.getCapacity(AllBlocks.STEAM_ENGINE.get()); - tooltip.add(Lang.empty()); + tooltip.add(Component.empty()); Lang.translate("tooltip.capacityProvided") .style(ChatFormatting.GRAY) @@ -234,12 +233,12 @@ public class BoilerData { } private MutableComponent blockComponent(int level) { - return new TextComponent( + return Component.literal( "" + "\u2588".repeat(minValue) + "\u2592".repeat(level - minValue) + "\u2591".repeat(maxValue - level)); } private MutableComponent barComponent(int level) { - return TextComponent.EMPTY.copy() + return Component.empty() .append(bars(Math.max(0, minValue - 1), ChatFormatting.DARK_GREEN)) .append(bars(minValue > 0 ? 1 : 0, ChatFormatting.GREEN)) .append(bars(Math.max(0, level - minValue), ChatFormatting.DARK_GREEN)) @@ -250,7 +249,7 @@ public class BoilerData { } private MutableComponent bars(int level, ChatFormatting format) { - return new TextComponent(Strings.repeat('|', level)).withStyle(format); + return Component.literal(Strings.repeat('|', level)).withStyle(format); } public boolean evaluate(FluidTankTileEntity controller) { diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/tank/FluidTankModel.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/tank/FluidTankModel.java index e239afc290..8fad341a4d 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/tank/FluidTankModel.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/tank/FluidTankModel.java @@ -4,7 +4,6 @@ import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.List; -import java.util.Random; import com.simibubi.create.AllSpriteShifts; import com.simibubi.create.api.connectivity.ConnectivityHandler; @@ -12,14 +11,16 @@ import com.simibubi.create.foundation.block.connected.CTModel; import com.simibubi.create.foundation.block.connected.CTSpriteShiftEntry; import com.simibubi.create.foundation.utility.Iterate; +import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.block.model.BakedQuad; import net.minecraft.client.resources.model.BakedModel; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; +import net.minecraft.util.RandomSource; import net.minecraft.world.level.BlockAndTintGetter; import net.minecraft.world.level.block.state.BlockState; -import net.minecraftforge.client.model.data.IModelData; -import net.minecraftforge.client.model.data.ModelDataMap.Builder; +import net.minecraftforge.client.model.data.ModelData; +import net.minecraftforge.client.model.data.ModelData.Builder; import net.minecraftforge.client.model.data.ModelProperty; public class FluidTankModel extends CTModel { @@ -46,22 +47,22 @@ public class FluidTankModel extends CTModel { CullData cullData = new CullData(); for (Direction d : Iterate.horizontalDirections) cullData.setCulled(d, ConnectivityHandler.isConnected(world, pos, pos.relative(d))); - return super.gatherModelData(builder, world, pos, state).withInitial(CULL_PROPERTY, cullData); + return super.gatherModelData(builder, world, pos, state).with(CULL_PROPERTY, cullData); } @Override - public List getQuads(BlockState state, Direction side, Random rand, IModelData extraData) { + public List getQuads(BlockState state, Direction side, RandomSource rand, ModelData extraData, RenderType renderType) { if (side != null) return Collections.emptyList(); List quads = new ArrayList<>(); for (Direction d : Iterate.directions) { - if (extraData.hasProperty(CULL_PROPERTY) && extraData.getData(CULL_PROPERTY) + if (extraData.has(CULL_PROPERTY) && extraData.get(CULL_PROPERTY) .isCulled(d)) continue; - quads.addAll(super.getQuads(state, d, rand, extraData)); + quads.addAll(super.getQuads(state, d, rand, extraData, renderType)); } - quads.addAll(super.getQuads(state, null, rand, extraData)); + quads.addAll(super.getQuads(state, null, rand, extraData, renderType)); return quads; } diff --git a/src/main/java/com/simibubi/create/content/contraptions/goggles/GoggleConfigScreen.java b/src/main/java/com/simibubi/create/content/contraptions/goggles/GoggleConfigScreen.java index 36ca4481e2..ac31ad2934 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/goggles/GoggleConfigScreen.java +++ b/src/main/java/com/simibubi/create/content/contraptions/goggles/GoggleConfigScreen.java @@ -13,7 +13,6 @@ import com.simibubi.create.foundation.utility.Lang; import net.minecraft.ChatFormatting; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.FormattedText; -import net.minecraft.network.chat.TextComponent; import net.minecraft.util.Mth; import net.minecraft.world.item.ItemStack; @@ -24,26 +23,26 @@ public class GoggleConfigScreen extends AbstractSimiScreen { private final List tooltip; public GoggleConfigScreen() { - Component componentSpacing = new TextComponent(" "); + Component componentSpacing = Component.literal(" "); tooltip = new ArrayList<>(); tooltip.add(componentSpacing.plainCopy() .append(Lang.translateDirect("gui.config.overlay1"))); tooltip.add(componentSpacing.plainCopy() .append(Lang.translateDirect("gui.config.overlay2") .withStyle(ChatFormatting.GRAY))); - tooltip.add(TextComponent.EMPTY); + tooltip.add(Component.empty()); tooltip.add(componentSpacing.plainCopy() .append(Lang.translateDirect("gui.config.overlay3"))); tooltip.add(componentSpacing.plainCopy() .append(Lang.translateDirect("gui.config.overlay4"))); - tooltip.add(TextComponent.EMPTY); + tooltip.add(Component.empty()); tooltip.add(componentSpacing.plainCopy() .append(Lang.translateDirect("gui.config.overlay5") .withStyle(ChatFormatting.GRAY))); tooltip.add(componentSpacing.plainCopy() .append(Lang.translateDirect("gui.config.overlay6") .withStyle(ChatFormatting.GRAY))); - tooltip.add(TextComponent.EMPTY); + tooltip.add(Component.empty()); tooltip.add(componentSpacing.plainCopy() .append(Lang.translateDirect("gui.config.overlay7"))); tooltip.add(componentSpacing.plainCopy() diff --git a/src/main/java/com/simibubi/create/content/contraptions/goggles/GoggleOverlayRenderer.java b/src/main/java/com/simibubi/create/content/contraptions/goggles/GoggleOverlayRenderer.java index 367f6ca2c4..d06f060a55 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/goggles/GoggleOverlayRenderer.java +++ b/src/main/java/com/simibubi/create/content/contraptions/goggles/GoggleOverlayRenderer.java @@ -30,7 +30,6 @@ import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.FormattedText; -import net.minecraft.network.chat.TextComponent; import net.minecraft.util.Mth; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.GameType; @@ -38,19 +37,19 @@ import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.phys.BlockHitResult; import net.minecraft.world.phys.HitResult; -import net.minecraftforge.client.gui.ForgeIngameGui; -import net.minecraftforge.client.gui.IIngameOverlay; +import net.minecraftforge.client.gui.overlay.ForgeGui; +import net.minecraftforge.client.gui.overlay.IGuiOverlay; public class GoggleOverlayRenderer { - public static final IIngameOverlay OVERLAY = GoggleOverlayRenderer::renderOverlay; + public static final IGuiOverlay OVERLAY = GoggleOverlayRenderer::renderOverlay; private static final Map outlines = CreateClient.OUTLINER.getOutlines(); public static int hoverTicks = 0; public static BlockPos lastHovered = null; - public static void renderOverlay(ForgeIngameGui gui, PoseStack poseStack, float partialTicks, int width, + public static void renderOverlay(ForgeGui gui, PoseStack poseStack, float partialTicks, int width, int height) { Minecraft mc = Minecraft.getInstance(); if (mc.options.hideGui || mc.gameMode.getPlayerMode() == GameType.SPECTATOR) @@ -100,7 +99,7 @@ public class GoggleOverlayRenderer { if (hasHoveringInformation) { if (!tooltip.isEmpty()) - tooltip.add(TextComponent.EMPTY); + tooltip.add(Component.empty()); IHaveHoveringInformation hte = (IHaveHoveringInformation) te; hoverAddedInformation = hte.addToTooltip(tooltip, mc.player.isShiftKeyDown()); @@ -143,11 +142,11 @@ public class GoggleOverlayRenderer { if (!pistonFound) return; if (!tooltip.isEmpty()) - tooltip.add(TextComponent.EMPTY); + tooltip.add(Component.empty()); tooltip.add(IHaveGoggleInformation.componentSpacing.plainCopy() .append(Lang.translateDirect("gui.goggles.pole_length")) - .append(new TextComponent(" " + poles))); + .append(Component.literal(" " + poles))); } if (tooltip.isEmpty()) diff --git a/src/main/java/com/simibubi/create/content/contraptions/goggles/GogglesModel.java b/src/main/java/com/simibubi/create/content/contraptions/goggles/GogglesModel.java index 84c2aae735..d683b65dd9 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/goggles/GogglesModel.java +++ b/src/main/java/com/simibubi/create/content/contraptions/goggles/GogglesModel.java @@ -14,11 +14,11 @@ public class GogglesModel extends BakedModelWrapper { } @Override - public BakedModel handlePerspective(TransformType cameraTransformType, PoseStack mat) { + public BakedModel applyTransform(TransformType cameraTransformType, PoseStack mat, boolean leftHanded) { if (cameraTransformType == TransformType.HEAD) return AllBlockPartials.GOGGLES.get() - .handlePerspective(cameraTransformType, mat); - return super.handlePerspective(cameraTransformType, mat); + .applyTransform(cameraTransformType, mat, leftHanded); + return super.applyTransform(cameraTransformType, mat, leftHanded); } } diff --git a/src/main/java/com/simibubi/create/content/contraptions/goggles/IHaveGoggleInformation.java b/src/main/java/com/simibubi/create/content/contraptions/goggles/IHaveGoggleInformation.java index 0eeaf904f9..c4acb873e4 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/goggles/IHaveGoggleInformation.java +++ b/src/main/java/com/simibubi/create/content/contraptions/goggles/IHaveGoggleInformation.java @@ -8,7 +8,6 @@ import com.simibubi.create.foundation.utility.LangBuilder; import net.minecraft.ChatFormatting; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraftforge.common.util.LazyOptional; import net.minecraftforge.fluids.FluidStack; import net.minecraftforge.fluids.capability.IFluidHandler; @@ -27,7 +26,7 @@ public interface IHaveGoggleInformation { * Use Lang.[...].forGoggles(list) */ @Deprecated - Component componentSpacing = new TextComponent(spacing); + Component componentSpacing = Component.literal(spacing); /** * this method will be called when looking at a TileEntity that implemented this diff --git a/src/main/java/com/simibubi/create/content/contraptions/itemAssembly/SequencedAssemblyRecipe.java b/src/main/java/com/simibubi/create/content/contraptions/itemAssembly/SequencedAssemblyRecipe.java index 1dca38cfe7..d09d31d626 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/itemAssembly/SequencedAssemblyRecipe.java +++ b/src/main/java/com/simibubi/create/content/contraptions/itemAssembly/SequencedAssemblyRecipe.java @@ -19,7 +19,6 @@ import net.minecraft.ChatFormatting; import net.minecraft.client.Minecraft; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.Container; import net.minecraft.world.item.ItemStack; @@ -239,7 +238,7 @@ public class SequencedAssemblyRecipe implements Recipe { int length = sequencedAssemblyRecipe.sequence.size(); int step = sequencedAssemblyRecipe.getStep(stack); int total = length * sequencedAssemblyRecipe.loops; - toolTip.add(new TextComponent("")); + toolTip.add(Component.literal("")); toolTip.add(Lang.translateDirect("recipe.sequenced_assembly") .withStyle(ChatFormatting.GRAY)); toolTip.add(Lang.translateDirect("recipe.assembly.progress", step, total) @@ -256,7 +255,7 @@ public class SequencedAssemblyRecipe implements Recipe { toolTip.add(Lang.translateDirect("recipe.assembly.next", textComponent) .withStyle(ChatFormatting.AQUA)); else - toolTip.add(new TextComponent("-> ").append(textComponent) + toolTip.add(Component.literal("-> ").append(textComponent) .withStyle(ChatFormatting.DARK_AQUA)); } diff --git a/src/main/java/com/simibubi/create/content/contraptions/itemAssembly/SequencedAssemblyRecipeSerializer.java b/src/main/java/com/simibubi/create/content/contraptions/itemAssembly/SequencedAssemblyRecipeSerializer.java index 1733661666..7a76220029 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/itemAssembly/SequencedAssemblyRecipeSerializer.java +++ b/src/main/java/com/simibubi/create/content/contraptions/itemAssembly/SequencedAssemblyRecipeSerializer.java @@ -10,10 +10,8 @@ import net.minecraft.resources.ResourceLocation; import net.minecraft.util.GsonHelper; import net.minecraft.world.item.crafting.Ingredient; import net.minecraft.world.item.crafting.RecipeSerializer; -import net.minecraftforge.registries.ForgeRegistryEntry; -public class SequencedAssemblyRecipeSerializer extends ForgeRegistryEntry> - implements RecipeSerializer { +public class SequencedAssemblyRecipeSerializer implements RecipeSerializer { public SequencedAssemblyRecipeSerializer() {} diff --git a/src/main/java/com/simibubi/create/content/contraptions/particle/AirFlowParticle.java b/src/main/java/com/simibubi/create/content/contraptions/particle/AirFlowParticle.java index e529c41260..f89c61d65e 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/particle/AirFlowParticle.java +++ b/src/main/java/com/simibubi/create/content/contraptions/particle/AirFlowParticle.java @@ -2,7 +2,6 @@ package com.simibubi.create.content.contraptions.particle; import javax.annotation.Nonnull; -import com.simibubi.create.Create; import com.simibubi.create.content.contraptions.components.fan.IAirCurrentSource; import com.simibubi.create.content.contraptions.processing.InWorldProcessing; import com.simibubi.create.foundation.utility.Color; @@ -35,7 +34,7 @@ public class AirFlowParticle extends SimpleAnimatedParticle { this.lifetime = 40; hasPhysics = false; selectSprite(7); - Vec3 offset = VecHelper.offsetRandomly(Vec3.ZERO, Create.RANDOM, .25f); + Vec3 offset = VecHelper.offsetRandomly(Vec3.ZERO, world.random, .25f); this.setPos(x + offset.x, y + offset.y, z + offset.z); this.xo = x; this.yo = y; diff --git a/src/main/java/com/simibubi/create/content/contraptions/particle/ICustomParticleData.java b/src/main/java/com/simibubi/create/content/contraptions/particle/ICustomParticleData.java index d1ee0af6c8..560502d416 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/particle/ICustomParticleData.java +++ b/src/main/java/com/simibubi/create/content/contraptions/particle/ICustomParticleData.java @@ -2,13 +2,13 @@ package com.simibubi.create.content.contraptions.particle; import com.mojang.serialization.Codec; -import net.minecraft.client.particle.ParticleEngine; import net.minecraft.client.particle.ParticleProvider; import net.minecraft.core.particles.ParticleOptions; import net.minecraft.core.particles.ParticleOptions.Deserializer; import net.minecraft.core.particles.ParticleType; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; +import net.minecraftforge.client.event.RegisterParticleProvidersEvent; public interface ICustomParticleData { @@ -30,8 +30,8 @@ public interface ICustomParticleData { public ParticleProvider getFactory(); @OnlyIn(Dist.CLIENT) - public default void register(ParticleType type, ParticleEngine particles) { - particles.register(type, getFactory()); + public default void register(ParticleType type, RegisterParticleProvidersEvent event) { + event.register(type, getFactory()); } } diff --git a/src/main/java/com/simibubi/create/content/contraptions/particle/ICustomParticleDataWithSprite.java b/src/main/java/com/simibubi/create/content/contraptions/particle/ICustomParticleDataWithSprite.java index 7f465b9b49..6a6e2909a6 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/particle/ICustomParticleDataWithSprite.java +++ b/src/main/java/com/simibubi/create/content/contraptions/particle/ICustomParticleDataWithSprite.java @@ -2,7 +2,6 @@ package com.simibubi.create.content.contraptions.particle; import com.mojang.serialization.Codec; -import net.minecraft.client.particle.ParticleEngine; import net.minecraft.client.particle.ParticleEngine.SpriteParticleRegistration; import net.minecraft.client.particle.ParticleProvider; import net.minecraft.core.particles.ParticleOptions; @@ -10,6 +9,7 @@ import net.minecraft.core.particles.ParticleOptions.Deserializer; import net.minecraft.core.particles.ParticleType; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; +import net.minecraftforge.client.event.RegisterParticleProvidersEvent; public interface ICustomParticleDataWithSprite extends ICustomParticleData { @@ -36,8 +36,8 @@ public interface ICustomParticleDataWithSprite extend @Override @OnlyIn(Dist.CLIENT) - public default void register(ParticleType type, ParticleEngine particles) { - particles.register(type, getMetaFactory()); + public default void register(ParticleType type, RegisterParticleProvidersEvent event) { + event.register(type, getMetaFactory()); } } diff --git a/src/main/java/com/simibubi/create/content/contraptions/processing/BasinRecipe.java b/src/main/java/com/simibubi/create/content/contraptions/processing/BasinRecipe.java index 7e213f2e8c..44c8df6852 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/processing/BasinRecipe.java +++ b/src/main/java/com/simibubi/create/content/contraptions/processing/BasinRecipe.java @@ -101,13 +101,13 @@ public class BasinRecipe extends ProcessingRecipe { if (!ingredient.test(extracted)) continue; // Catalyst items are never consumed - if (extracted.hasContainerItem() && extracted.getContainerItem() + if (extracted.hasCraftingRemainingItem() && extracted.getCraftingRemainingItem() .sameItem(extracted)) continue Ingredients; if (!simulate) availableItems.extractItem(slot, 1, false); - else if (extracted.hasContainerItem()) - recipeOutputItems.add(extracted.getContainerItem() + else if (extracted.hasCraftingRemainingItem()) + recipeOutputItems.add(extracted.getCraftingRemainingItem() .copy()); extractedItemsFromSlot[slot]++; continue Ingredients; diff --git a/src/main/java/com/simibubi/create/content/contraptions/processing/BasinRenderer.java b/src/main/java/com/simibubi/create/content/contraptions/processing/BasinRenderer.java index 92c1923336..05f4c8d2dd 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/processing/BasinRenderer.java +++ b/src/main/java/com/simibubi/create/content/contraptions/processing/BasinRenderer.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.contraptions.processing; -import java.util.Random; - import com.jozufozu.flywheel.util.transform.TransformStack; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.foundation.fluid.FluidRenderer; @@ -21,6 +19,7 @@ import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.core.Direction.Axis; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.phys.Vec3; @@ -49,7 +48,7 @@ public class BasinRenderer extends SmartTileEntityRenderer { TransformStack.cast(ms) .rotateY(basin.ingredientRotation.getValue(partialTicks)); - Random r = new Random(pos.hashCode()); + RandomSource r = RandomSource.create(pos.hashCode()); Vec3 baseVector = new Vec3(.125, level, 0); IItemHandlerModifiable inv = basin.itemCapability.orElse(new ItemStackHandler()); diff --git a/src/main/java/com/simibubi/create/content/contraptions/processing/BasinTileEntity.java b/src/main/java/com/simibubi/create/content/contraptions/processing/BasinTileEntity.java index f2549660aa..38297459a2 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/processing/BasinTileEntity.java +++ b/src/main/java/com/simibubi/create/content/contraptions/processing/BasinTileEntity.java @@ -5,7 +5,6 @@ import java.util.Collections; import java.util.Iterator; import java.util.List; import java.util.Optional; -import java.util.Random; import javax.annotation.Nonnull; @@ -47,6 +46,7 @@ import net.minecraft.nbt.StringTag; import net.minecraft.nbt.Tag; import net.minecraft.network.chat.Component; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.entity.BlockEntity; @@ -525,7 +525,7 @@ public class BasinTileEntity extends SmartTileEntity implements IHaveGoggleInfor if (simulate) return true; for (ItemStack itemStack : outputItems) { - if (itemStack.hasContainerItem() && itemStack.getContainerItem() + if (itemStack.hasCraftingRemainingItem() && itemStack.getCraftingRemainingItem() .sameItem(itemStack)) continue; spoutputBuffer.add(itemStack.copy()); @@ -570,7 +570,7 @@ public class BasinTileEntity extends SmartTileEntity implements IHaveGoggleInfor private boolean acceptItemOutputsIntoBasin(List outputItems, boolean simulate, IItemHandler targetInv) { for (ItemStack itemStack : outputItems) { // Catalyst items are never consumed - if (itemStack.hasContainerItem() && itemStack.getContainerItem() + if (itemStack.hasCraftingRemainingItem() && itemStack.getCraftingRemainingItem() .sameItem(itemStack)) continue; if (!ItemHandlerHelper.insertItemStacked(targetInv, itemStack.copy(), simulate) @@ -609,7 +609,7 @@ public class BasinTileEntity extends SmartTileEntity implements IHaveGoggleInfor } private void createFluidParticles() { - Random r = level.random; + RandomSource r = level.random; if (!visualizedOutputFluids.isEmpty()) createOutputFluidParticles(r); @@ -656,7 +656,7 @@ public class BasinTileEntity extends SmartTileEntity implements IHaveGoggleInfor } } - private void createOutputFluidParticles(Random r) { + private void createOutputFluidParticles(RandomSource r) { BlockState blockState = getBlockState(); if (!(blockState.getBlock() instanceof BasinBlock)) return; diff --git a/src/main/java/com/simibubi/create/content/contraptions/processing/ProcessingRecipeSerializer.java b/src/main/java/com/simibubi/create/content/contraptions/processing/ProcessingRecipeSerializer.java index 17444bb203..d7599330c3 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/processing/ProcessingRecipeSerializer.java +++ b/src/main/java/com/simibubi/create/content/contraptions/processing/ProcessingRecipeSerializer.java @@ -17,12 +17,10 @@ import net.minecraft.util.GsonHelper; import net.minecraft.world.item.crafting.Ingredient; import net.minecraft.world.item.crafting.RecipeSerializer; import net.minecraftforge.fluids.FluidStack; -import net.minecraftforge.registries.ForgeRegistryEntry; @MethodsReturnNonnullByDefault @ParametersAreNonnullByDefault -public class ProcessingRecipeSerializer> extends ForgeRegistryEntry> - implements RecipeSerializer { +public class ProcessingRecipeSerializer> implements RecipeSerializer { private final ProcessingRecipeFactory factory; diff --git a/src/main/java/com/simibubi/create/content/contraptions/processing/burner/BlazeBurnerBlock.java b/src/main/java/com/simibubi/create/content/contraptions/processing/burner/BlazeBurnerBlock.java index 073850685a..aa74f630d3 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/processing/burner/BlazeBurnerBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/processing/burner/BlazeBurnerBlock.java @@ -182,7 +182,7 @@ public class BlazeBurnerBlock extends HorizontalDirectionalBlock implements ITE< return InteractionResultHolder.fail(ItemStack.EMPTY); if (!doNotConsume) { - ItemStack container = stack.hasContainerItem() ? stack.getContainerItem() : ItemStack.EMPTY; + ItemStack container = stack.hasCraftingRemainingItem() ? stack.getCraftingRemainingItem() : ItemStack.EMPTY; if (!world.isClientSide) { stack.shrink(1); } diff --git a/src/main/java/com/simibubi/create/content/contraptions/processing/burner/BlazeBurnerMovementBehaviour.java b/src/main/java/com/simibubi/create/content/contraptions/processing/burner/BlazeBurnerMovementBehaviour.java index 28de9978c7..e4c6ca0404 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/processing/burner/BlazeBurnerMovementBehaviour.java +++ b/src/main/java/com/simibubi/create/content/contraptions/processing/burner/BlazeBurnerMovementBehaviour.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.contraptions.processing.burner; -import java.util.Random; - import com.jozufozu.flywheel.core.virtual.VirtualRenderWorld; import com.simibubi.create.content.contraptions.components.structureMovement.Contraption; import com.simibubi.create.content.contraptions.components.structureMovement.MovementBehaviour; @@ -23,6 +21,7 @@ import net.minecraft.core.Direction.Axis; import net.minecraft.core.particles.ParticleTypes; import net.minecraft.nbt.CompoundTag; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.entity.Entity; import net.minecraft.world.phys.Vec3; import net.minecraftforge.api.distmarker.Dist; @@ -42,7 +41,7 @@ public class BlazeBurnerMovementBehaviour implements MovementBehaviour { if (!shouldRender(context)) return; - Random r = context.world.getRandom(); + RandomSource r = context.world.getRandom(); Vec3 c = context.position; Vec3 v = c.add(VecHelper.offsetRandomly(Vec3.ZERO, r, .125f) .multiply(1, 0, 1)); diff --git a/src/main/java/com/simibubi/create/content/contraptions/processing/burner/BlazeBurnerTileEntity.java b/src/main/java/com/simibubi/create/content/contraptions/processing/burner/BlazeBurnerTileEntity.java index 6a17d9f85f..e4cdec3d75 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/processing/burner/BlazeBurnerTileEntity.java +++ b/src/main/java/com/simibubi/create/content/contraptions/processing/burner/BlazeBurnerTileEntity.java @@ -1,7 +1,6 @@ package com.simibubi.create.content.contraptions.processing.burner; import java.util.List; -import java.util.Random; import com.simibubi.create.AllBlocks; import com.simibubi.create.AllItems; @@ -24,6 +23,7 @@ import net.minecraft.nbt.CompoundTag; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.world.level.block.state.BlockState; @@ -291,7 +291,7 @@ public class BlazeBurnerTileEntity extends SmartTileEntity { if (heatLevel == BlazeBurnerBlock.HeatLevel.NONE) return; - Random r = level.getRandom(); + RandomSource r = level.getRandom(); Vec3 c = VecHelper.getCenterOf(worldPosition); Vec3 v = c.add(VecHelper.offsetRandomly(Vec3.ZERO, r, .125f) @@ -323,7 +323,7 @@ public class BlazeBurnerTileEntity extends SmartTileEntity { public void spawnParticleBurst(boolean soulFlame) { Vec3 c = VecHelper.getCenterOf(worldPosition); - Random r = level.random; + RandomSource r = level.random; for (int i = 0; i < 20; i++) { Vec3 offset = VecHelper.offsetRandomly(Vec3.ZERO, r, .5f) .multiply(1, .25f, 1) diff --git a/src/main/java/com/simibubi/create/content/contraptions/relays/advanced/sequencer/InstructionSpeedModifiers.java b/src/main/java/com/simibubi/create/content/contraptions/relays/advanced/sequencer/InstructionSpeedModifiers.java index 23bdf20482..2c30ecfedb 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/relays/advanced/sequencer/InstructionSpeedModifiers.java +++ b/src/main/java/com/simibubi/create/content/contraptions/relays/advanced/sequencer/InstructionSpeedModifiers.java @@ -6,7 +6,6 @@ import java.util.List; import com.simibubi.create.foundation.utility.Lang; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; public enum InstructionSpeedModifiers { @@ -24,7 +23,7 @@ public enum InstructionSpeedModifiers { value = modifier; } private InstructionSpeedModifiers(int modifier, String label) { - this.label = new TextComponent(label); + this.label = Component.literal(label); translationKey = "gui.sequenced_gearshift.speed." + Lang.asId(name()); value = modifier; } diff --git a/src/main/java/com/simibubi/create/content/contraptions/relays/advanced/sequencer/SequencedGearshiftBlock.java b/src/main/java/com/simibubi/create/content/contraptions/relays/advanced/sequencer/SequencedGearshiftBlock.java index c7c15ce82f..12d63cb628 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/relays/advanced/sequencer/SequencedGearshiftBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/relays/advanced/sequencer/SequencedGearshiftBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.contraptions.relays.advanced.sequencer; -import java.util.Random; - import com.simibubi.create.AllItems; import com.simibubi.create.AllTileEntities; import com.simibubi.create.content.contraptions.base.HorizontalAxisKineticBlock; @@ -15,6 +13,7 @@ import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.core.Direction.Axis; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.player.Player; @@ -65,7 +64,7 @@ public class SequencedGearshiftBlock extends HorizontalAxisKineticBlock implemen } @Override - public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, Random r) { + public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, RandomSource r) { boolean previouslyPowered = state.getValue(STATE) != 0; boolean isPowered = worldIn.hasNeighborSignal(pos); withTileEntityDo(worldIn, pos, sgte -> sgte.onRedstoneUpdate(isPowered, previouslyPowered)); diff --git a/src/main/java/com/simibubi/create/content/contraptions/relays/advanced/sequencer/SequencedGearshiftScreen.java b/src/main/java/com/simibubi/create/content/contraptions/relays/advanced/sequencer/SequencedGearshiftScreen.java index 087dfa4f92..11bb19fb2d 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/relays/advanced/sequencer/SequencedGearshiftScreen.java +++ b/src/main/java/com/simibubi/create/content/contraptions/relays/advanced/sequencer/SequencedGearshiftScreen.java @@ -17,7 +17,6 @@ import com.simibubi.create.foundation.utility.Lang; import net.minecraft.core.BlockPos; import net.minecraft.nbt.ListTag; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.item.ItemStack; public class SequencedGearshiftScreen extends AbstractSimiScreen { @@ -150,7 +149,7 @@ public class SequencedGearshiftScreen extends AbstractSimiScreen { if (def.hasValueParameter) { String text = def.formatValue(instruction.value); int stringWidth = font.width(text); - label(ms, 90 + (12 - stringWidth / 2), yOffset - 3, new TextComponent(text)); + label(ms, 90 + (12 - stringWidth / 2), yOffset - 3, Component.literal(text)); } if (def.hasSpeedParameter) label(ms, 127, yOffset - 3, instruction.speedModifier.label); diff --git a/src/main/java/com/simibubi/create/content/contraptions/relays/belt/BeltBlock.java b/src/main/java/com/simibubi/create/content/contraptions/relays/belt/BeltBlock.java index 501ed451fb..50fef95edc 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/relays/belt/BeltBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/relays/belt/BeltBlock.java @@ -77,7 +77,7 @@ import net.minecraft.world.phys.shapes.Shapes; import net.minecraft.world.phys.shapes.VoxelShape; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.IBlockRenderProperties; +import net.minecraftforge.client.extensions.common.IClientBlockExtensions; import net.minecraftforge.common.Tags; import net.minecraftforge.items.CapabilityItemHandler; import net.minecraftforge.items.IItemHandler; @@ -96,7 +96,7 @@ public class BeltBlock extends HorizontalKineticBlock implements ITE consumer) { + public void initializeClient(Consumer consumer) { consumer.accept(new RenderProperties()); } @@ -147,7 +147,7 @@ public class BeltBlock extends HorizontalKineticBlock implements ITE { @@ -28,11 +29,11 @@ public class BeltModel extends BakedModelWrapper { } @Override - public List getQuads(BlockState state, Direction side, Random rand, IModelData extraData) { - List quads = super.getQuads(state, side, rand, extraData); - if (!extraData.hasProperty(CASING_PROPERTY)) + public List getQuads(BlockState state, Direction side, RandomSource rand, ModelData extraData, RenderType renderType) { + List quads = super.getQuads(state, side, rand, extraData, renderType); + if (!extraData.has(CASING_PROPERTY)) return quads; - CasingType type = extraData.getData(CASING_PROPERTY); + CasingType type = extraData.get(CASING_PROPERTY); if (type == CasingType.NONE || type == CasingType.BRASS) return quads; diff --git a/src/main/java/com/simibubi/create/content/contraptions/relays/belt/BeltSlicer.java b/src/main/java/com/simibubi/create/content/contraptions/relays/belt/BeltSlicer.java index 681e16ec7e..1a3aed05a5 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/relays/belt/BeltSlicer.java +++ b/src/main/java/com/simibubi/create/content/contraptions/relays/belt/BeltSlicer.java @@ -22,7 +22,7 @@ import net.minecraft.client.multiplayer.ClientLevel; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.core.Direction.Axis; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; import net.minecraft.world.InteractionHand; @@ -473,7 +473,7 @@ public class BeltSlicer { mc.player.displayClientMessage(Lang.translateDirect(feedback.langKey) .withStyle(feedback.formatting), true); else - mc.player.displayClientMessage(new TextComponent(""), true); + mc.player.displayClientMessage(Component.literal(""), true); if (feedback.bb != null) CreateClient.OUTLINER.chaseAABB("BeltSlicer", feedback.bb) diff --git a/src/main/java/com/simibubi/create/content/contraptions/relays/belt/BeltTileEntity.java b/src/main/java/com/simibubi/create/content/contraptions/relays/belt/BeltTileEntity.java index 6405eaf324..04613a7826 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/relays/belt/BeltTileEntity.java +++ b/src/main/java/com/simibubi/create/content/contraptions/relays/belt/BeltTileEntity.java @@ -54,8 +54,7 @@ import net.minecraft.world.phys.AABB; import net.minecraft.world.phys.Vec3; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.model.data.IModelData; -import net.minecraftforge.client.model.data.ModelDataMap; +import net.minecraftforge.client.model.data.ModelData; import net.minecraftforge.client.model.data.ModelProperty; import net.minecraftforge.common.capabilities.Capability; import net.minecraftforge.common.util.LazyOptional; @@ -511,8 +510,8 @@ public class BeltTileEntity extends KineticTileEntity { public static final ModelProperty CASING_PROPERTY = new ModelProperty<>(); @Override - public IModelData getModelData() { - return new ModelDataMap.Builder().withInitial(CASING_PROPERTY, casing) + public ModelData getModelData() { + return ModelData.builder().with(CASING_PROPERTY, casing) .build(); } diff --git a/src/main/java/com/simibubi/create/content/contraptions/relays/elementary/BracketedKineticBlockModel.java b/src/main/java/com/simibubi/create/content/contraptions/relays/elementary/BracketedKineticBlockModel.java index dc52fdd690..d738810c06 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/relays/elementary/BracketedKineticBlockModel.java +++ b/src/main/java/com/simibubi/create/content/contraptions/relays/elementary/BracketedKineticBlockModel.java @@ -2,21 +2,21 @@ package com.simibubi.create.content.contraptions.relays.elementary; import java.util.Collections; import java.util.List; -import java.util.Random; -import com.jozufozu.flywheel.core.virtual.VirtualEmptyModelData; +import com.jozufozu.flywheel.core.model.ModelUtil; import com.simibubi.create.foundation.tileEntity.TileEntityBehaviour; import net.minecraft.client.Minecraft; +import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.block.model.BakedQuad; import net.minecraft.client.resources.model.BakedModel; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; +import net.minecraft.util.RandomSource; import net.minecraft.world.level.BlockAndTintGetter; import net.minecraft.world.level.block.state.BlockState; import net.minecraftforge.client.model.BakedModelWrapper; -import net.minecraftforge.client.model.data.IModelData; -import net.minecraftforge.client.model.data.ModelDataMap; +import net.minecraftforge.client.model.data.ModelData; import net.minecraftforge.client.model.data.ModelProperty; public class BracketedKineticBlockModel extends BakedModelWrapper { @@ -28,30 +28,35 @@ public class BracketedKineticBlockModel extends BakedModelWrapper { } @Override - public IModelData getModelData(BlockAndTintGetter world, BlockPos pos, BlockState state, IModelData tileData) { - if (VirtualEmptyModelData.is(tileData)) + public ModelData getModelData(BlockAndTintGetter world, BlockPos pos, BlockState state, ModelData tileData) { + if (isVirtual(tileData)) return tileData; BracketedModelData data = new BracketedModelData(); BracketedTileEntityBehaviour attachmentBehaviour = TileEntityBehaviour.get(world, pos, BracketedTileEntityBehaviour.TYPE); if (attachmentBehaviour != null) data.putBracket(attachmentBehaviour.getBracket()); - return new ModelDataMap.Builder().withInitial(BRACKET_PROPERTY, data) + return ModelData.builder().with(BRACKET_PROPERTY, data) .build(); } @Override - public List getQuads(BlockState state, Direction side, Random rand, IModelData data) { - if (!VirtualEmptyModelData.is(data)) { - if (data.hasProperty(BRACKET_PROPERTY)) { - BracketedModelData pipeData = data.getData(BRACKET_PROPERTY); + public List getQuads(BlockState state, Direction side, RandomSource rand, ModelData data, RenderType renderType) { + if (!isVirtual(data)) { + if (data.has(BRACKET_PROPERTY)) { + BracketedModelData pipeData = data.get(BRACKET_PROPERTY); BakedModel bracket = pipeData.getBracket(); if (bracket != null) - return bracket.getQuads(state, side, rand, data); + return bracket.getQuads(state, side, rand, data, renderType); } return Collections.emptyList(); } - return super.getQuads(state, side, rand, data); + return super.getQuads(state, side, rand, data, renderType); + } + + // TODO: move to Flywheel's ModelUtil + private static boolean isVirtual(ModelData data) { + return data.has(ModelUtil.VIRTUAL_PROPERTY) && data.get(ModelUtil.VIRTUAL_PROPERTY); } private static class BracketedModelData { diff --git a/src/main/java/com/simibubi/create/content/contraptions/relays/encased/GearshiftBlock.java b/src/main/java/com/simibubi/create/content/contraptions/relays/encased/GearshiftBlock.java index 099d2c3f8c..4d19ec27a9 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/relays/encased/GearshiftBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/relays/encased/GearshiftBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.contraptions.relays.encased; -import java.util.Random; - import com.simibubi.create.AllTileEntities; import com.simibubi.create.content.contraptions.RotationPropagator; import com.simibubi.create.content.contraptions.base.KineticTileEntity; @@ -9,6 +7,7 @@ import com.simibubi.create.foundation.block.ITE; import net.minecraft.core.BlockPos; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.item.context.BlockPlaceContext; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.Block; @@ -76,7 +75,7 @@ public class GearshiftBlock extends AbstractEncasedShaftBlock implements ITE { player.getInventory().placeItemBackInInventory(itemStack); }); - state.spawnAfterBreak((ServerLevel) world, pos, ItemStack.EMPTY); + state.spawnAfterBreak((ServerLevel) world, pos, ItemStack.EMPTY, true); world.destroyBlock(pos, false); playRemoveSound(world, pos); } diff --git a/src/main/java/com/simibubi/create/content/contraptions/wrench/WrenchItem.java b/src/main/java/com/simibubi/create/content/contraptions/wrench/WrenchItem.java index 58cdb01d76..9b4f63d586 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/wrench/WrenchItem.java +++ b/src/main/java/com/simibubi/create/content/contraptions/wrench/WrenchItem.java @@ -25,7 +25,7 @@ import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.state.BlockState; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.IItemRenderProperties; +import net.minecraftforge.client.extensions.common.IClientItemExtensions; import net.minecraftforge.event.entity.player.AttackEntityEvent; public class WrenchItem extends Item { @@ -71,7 +71,7 @@ public class WrenchItem extends Item { if (player != null && !player.isCreative()) Block.getDrops(state, (ServerLevel) world, pos, world.getBlockEntity(pos), player, context.getItemInHand()) .forEach(itemStack -> player.getInventory().placeItemBackInInventory(itemStack)); - state.spawnAfterBreak((ServerLevel) world, pos, ItemStack.EMPTY); + state.spawnAfterBreak((ServerLevel) world, pos, ItemStack.EMPTY, true); world.destroyBlock(pos, false); AllSoundEvents.WRENCH_REMOVE.playOnServer(world, pos, 1, Create.RANDOM.nextFloat() * .5f + .5f); return InteractionResult.SUCCESS; @@ -81,7 +81,7 @@ public class WrenchItem extends Item { Entity target = event.getTarget(); if (!(target instanceof AbstractMinecart)) return; - Player player = event.getPlayer(); + Player player = event.getEntity(); ItemStack heldItem = player.getMainHandItem(); if (!AllItems.WRENCH.isIn(heldItem)) return; @@ -93,7 +93,7 @@ public class WrenchItem extends Item { @Override @OnlyIn(Dist.CLIENT) - public void initializeClient(Consumer consumer) { + public void initializeClient(Consumer consumer) { consumer.accept(SimpleCustomRenderer.create(this, new WrenchItemRenderer())); } diff --git a/src/main/java/com/simibubi/create/content/curiosities/ChromaticCompoundItem.java b/src/main/java/com/simibubi/create/content/curiosities/ChromaticCompoundItem.java index 6d2537478f..633ade1e86 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/ChromaticCompoundItem.java +++ b/src/main/java/com/simibubi/create/content/curiosities/ChromaticCompoundItem.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.curiosities; -import java.util.Random; - import org.apache.commons.lang3.mutable.MutableBoolean; import com.simibubi.create.AllItems; @@ -20,6 +18,7 @@ import net.minecraft.core.NonNullList; import net.minecraft.core.particles.ParticleTypes; import net.minecraft.nbt.CompoundTag; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.entity.item.ItemEntity; import net.minecraft.world.item.BlockItem; import net.minecraft.world.item.CreativeModeTab; @@ -67,7 +66,7 @@ public class ChromaticCompoundItem extends Item { } @Override - public int getItemStackLimit(ItemStack stack) { + public int getMaxStackSize(ItemStack stack) { return isBarVisible(stack) ? 1 : 16; } @@ -162,7 +161,7 @@ public class ChromaticCompoundItem extends Item { } // Find a light source and eat it. - Random r = world.random; + RandomSource r = world.random; int range = 3; float rate = 1 / 2f; if (r.nextFloat() > rate) diff --git a/src/main/java/com/simibubi/create/content/curiosities/armor/BackTankUtil.java b/src/main/java/com/simibubi/create/content/curiosities/armor/BackTankUtil.java index c84a256fe0..322ed97ff3 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/armor/BackTankUtil.java +++ b/src/main/java/com/simibubi/create/content/curiosities/armor/BackTankUtil.java @@ -10,8 +10,8 @@ import net.minecraft.ChatFormatting; import net.minecraft.client.Minecraft; import net.minecraft.client.player.LocalPlayer; import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.network.protocol.game.ClientboundSetSubtitleTextPacket; import net.minecraft.network.protocol.game.ClientboundSetTitleTextPacket; import net.minecraft.network.protocol.game.ClientboundSetTitlesAnimationPacket; @@ -20,7 +20,6 @@ import net.minecraft.util.Mth; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.enchantment.EnchantmentHelper; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; @@ -70,13 +69,13 @@ public class BackTankUtil { player.connection.send(new ClientboundSetTitlesAnimationPacket(10, 40, 10)); player.connection.send(new ClientboundSetSubtitleTextPacket( - new TextComponent("\u26A0 ").withStyle(depleted ? ChatFormatting.RED : ChatFormatting.GOLD) + Component.literal("\u26A0 ").withStyle(depleted ? ChatFormatting.RED : ChatFormatting.GOLD) .append(component.withStyle(ChatFormatting.GRAY)))); - player.connection.send(new ClientboundSetTitleTextPacket(new TextComponent(""))); + player.connection.send(new ClientboundSetTitleTextPacket(Component.literal(""))); } public static int maxAir(ItemStack backtank) { - return maxAir(EnchantmentHelper.getItemEnchantmentLevel(AllEnchantments.CAPACITY.get(), backtank)); + return maxAir(backtank.getEnchantmentLevel(AllEnchantments.CAPACITY.get())); } public static int maxAir(int enchantLevel) { diff --git a/src/main/java/com/simibubi/create/content/curiosities/armor/CopperBacktankArmorLayer.java b/src/main/java/com/simibubi/create/content/curiosities/armor/CopperBacktankArmorLayer.java index 9ceefaf8e3..32893362b4 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/armor/CopperBacktankArmorLayer.java +++ b/src/main/java/com/simibubi/create/content/curiosities/armor/CopperBacktankArmorLayer.java @@ -25,7 +25,6 @@ import net.minecraft.client.renderer.entity.RenderLayerParent; import net.minecraft.client.renderer.entity.layers.RenderLayer; import net.minecraft.core.Direction; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.tags.FluidTags; import net.minecraft.util.StringUtil; import net.minecraft.world.entity.LivingEntity; @@ -33,12 +32,12 @@ import net.minecraft.world.entity.Pose; import net.minecraft.world.entity.player.Player; import net.minecraft.world.level.GameType; import net.minecraft.world.level.block.state.BlockState; -import net.minecraftforge.client.gui.ForgeIngameGui; -import net.minecraftforge.client.gui.IIngameOverlay; +import net.minecraftforge.client.gui.overlay.ForgeGui; +import net.minecraftforge.client.gui.overlay.IGuiOverlay; public class CopperBacktankArmorLayer> extends RenderLayer { - public static final IIngameOverlay REMAINING_AIR_OVERLAY = CopperBacktankArmorLayer::renderRemainingAirOverlay; + public static final IGuiOverlay REMAINING_AIR_OVERLAY = CopperBacktankArmorLayer::renderRemainingAirOverlay; public CopperBacktankArmorLayer(RenderLayerParent renderer) { super(renderer); @@ -106,7 +105,7 @@ public class CopperBacktankArmorLayer p_150895_2_) { - if (!allowdedIn(p_150895_1_)) + if (!allowedIn(p_150895_1_)) return; ItemStack stack = new ItemStack(this); diff --git a/src/main/java/com/simibubi/create/content/curiosities/armor/CopperBacktankTileEntity.java b/src/main/java/com/simibubi/create/content/curiosities/armor/CopperBacktankTileEntity.java index da941de043..181dbc8664 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/armor/CopperBacktankTileEntity.java +++ b/src/main/java/com/simibubi/create/content/curiosities/armor/CopperBacktankTileEntity.java @@ -4,7 +4,6 @@ import java.util.List; import com.simibubi.create.AllItems; import com.simibubi.create.AllSoundEvents; -import com.simibubi.create.Create; import com.simibubi.create.content.contraptions.base.KineticTileEntity; import com.simibubi.create.content.contraptions.particle.AirParticleData; import com.simibubi.create.foundation.advancement.AllAdvancements; @@ -73,7 +72,7 @@ public class CopperBacktankTileEntity extends KineticTileEntity implements Namea int max = BackTankUtil.maxAir(capacityEnchantLevel); if (level.isClientSide) { Vec3 centerOf = VecHelper.getCenterOf(worldPosition); - Vec3 v = VecHelper.offsetRandomly(centerOf, Create.RANDOM, .65f); + Vec3 v = VecHelper.offsetRandomly(centerOf, level.random, .65f); Vec3 m = centerOf.subtract(v); if (airLevel != max) level.addParticle(new AirParticleData(1, .05f), v.x, v.y, v.z, m.x, m.y, m.z); diff --git a/src/main/java/com/simibubi/create/content/curiosities/armor/DivingBootsItem.java b/src/main/java/com/simibubi/create/content/curiosities/armor/DivingBootsItem.java index 4f154a3fdc..06c796e515 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/armor/DivingBootsItem.java +++ b/src/main/java/com/simibubi/create/content/curiosities/armor/DivingBootsItem.java @@ -8,7 +8,7 @@ import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.Pose; import net.minecraft.world.entity.player.Player; import net.minecraft.world.phys.Vec3; -import net.minecraftforge.event.entity.living.LivingEvent.LivingUpdateEvent; +import net.minecraftforge.event.entity.living.LivingEvent.LivingTickEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod.EventBusSubscriber; @@ -20,8 +20,8 @@ public class DivingBootsItem extends CopperArmorItem { } @SubscribeEvent - public static void accellerateDescentUnderwater(LivingUpdateEvent event) { - LivingEntity entity = event.getEntityLiving(); + public static void accellerateDescentUnderwater(LivingTickEvent event) { + LivingEntity entity = event.getEntity(); if (!affects(entity)) return; diff --git a/src/main/java/com/simibubi/create/content/curiosities/armor/DivingHelmetItem.java b/src/main/java/com/simibubi/create/content/curiosities/armor/DivingHelmetItem.java index bde2a4e659..1183c5435b 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/armor/DivingHelmetItem.java +++ b/src/main/java/com/simibubi/create/content/curiosities/armor/DivingHelmetItem.java @@ -12,7 +12,7 @@ import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.Level; -import net.minecraftforge.event.entity.living.LivingEvent.LivingUpdateEvent; +import net.minecraftforge.event.entity.living.LivingEvent.LivingTickEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod.EventBusSubscriber; @@ -24,8 +24,8 @@ public class DivingHelmetItem extends CopperArmorItem { } @SubscribeEvent - public static void breatheUnderwater(LivingUpdateEvent event) { - LivingEntity entity = event.getEntityLiving(); + public static void breatheUnderwater(LivingTickEvent event) { + LivingEntity entity = event.getEntity(); Level world = entity.level; boolean second = world.getGameTime() % 20 == 0; boolean drowning = entity.getAirSupply() == 0; diff --git a/src/main/java/com/simibubi/create/content/curiosities/bell/HauntedBellTileEntity.java b/src/main/java/com/simibubi/create/content/curiosities/bell/HauntedBellTileEntity.java index 619e6e3f07..da99e92850 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/bell/HauntedBellTileEntity.java +++ b/src/main/java/com/simibubi/create/content/curiosities/bell/HauntedBellTileEntity.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.curiosities.bell; -import java.util.Random; - import com.jozufozu.flywheel.core.PartialModel; import com.simibubi.create.AllBlockPartials; @@ -11,6 +9,7 @@ import net.minecraft.core.particles.ParticleTypes; import net.minecraft.nbt.CompoundTag; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; +import net.minecraft.util.RandomSource; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.world.level.block.state.BlockState; @@ -67,7 +66,7 @@ public class HauntedBellTileEntity extends AbstractBellTileEntity { if (!level.isClientSide) return; - Random rand = level.getRandom(); + RandomSource rand = level.getRandom(); if (rand.nextFloat() > 0.25f) return; @@ -75,7 +74,7 @@ public class HauntedBellTileEntity extends AbstractBellTileEntity { playSound(rand); } - protected void spawnParticle(Random rand) { + protected void spawnParticle(RandomSource rand) { double x = worldPosition.getX() + rand.nextDouble(); double y = worldPosition.getY() + 0.5; double z = worldPosition.getZ() + rand.nextDouble(); @@ -85,7 +84,7 @@ public class HauntedBellTileEntity extends AbstractBellTileEntity { level.addParticle(ParticleTypes.SOUL, x, y, z, vx, vy, vz); } - protected void playSound(Random rand) { + protected void playSound(RandomSource rand) { float vol = rand.nextFloat() * 0.4F + rand.nextFloat() > 0.9F ? 0.6F : 0.0F; float pitch = 0.6F + rand.nextFloat() * 0.4F; level.playSound(null, worldPosition, SoundEvents.SOUL_ESCAPE, SoundSource.BLOCKS, vol, pitch); diff --git a/src/main/java/com/simibubi/create/content/curiosities/bell/PeculiarBellBlock.java b/src/main/java/com/simibubi/create/content/curiosities/bell/PeculiarBellBlock.java index 4eea011d7e..df6cebab29 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/bell/PeculiarBellBlock.java +++ b/src/main/java/com/simibubi/create/content/curiosities/bell/PeculiarBellBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.curiosities.bell; -import java.util.Random; - import com.simibubi.create.AllBlocks; import com.simibubi.create.AllSoundEvents; import com.simibubi.create.AllTileEntities; @@ -9,6 +7,7 @@ import com.simibubi.create.AllTileEntities; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.core.particles.ParticleTypes; +import net.minecraft.util.RandomSource; import net.minecraft.world.item.context.BlockPlaceContext; import net.minecraft.world.level.Level; import net.minecraft.world.level.LevelAccessor; @@ -81,7 +80,7 @@ public class PeculiarBellBlock extends AbstractBellBlock } public void spawnConversionParticles(LevelAccessor world, BlockPos blockPos) { - Random random = world.getRandom(); + RandomSource random = world.getRandom(); int num = random.nextInt(10) + 15; for (int i = 0; i < num; i++) { float pitch = random.nextFloat() * 120 - 90; diff --git a/src/main/java/com/simibubi/create/content/curiosities/deco/SlidingDoorBlock.java b/src/main/java/com/simibubi/create/content/curiosities/deco/SlidingDoorBlock.java index 2f1dbd3404..5cb2f4af41 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/deco/SlidingDoorBlock.java +++ b/src/main/java/com/simibubi/create/content/curiosities/deco/SlidingDoorBlock.java @@ -54,8 +54,8 @@ public class SlidingDoorBlock extends DoorBlock implements IWrenchable, ITE getQuads(BlockState state, Direction side, Random rand, IModelData extraData) { - List superQuads = super.getQuads(state, side, rand, extraData); - if (side != null || !extraData.hasProperty(CONNECTION_PROPERTY)) + public List getQuads(BlockState state, Direction side, RandomSource rand, ModelData extraData, RenderType renderType) { + List superQuads = super.getQuads(state, side, rand, extraData, renderType); + if (side != null || !extraData.has(CONNECTION_PROPERTY)) return superQuads; List quads = new ArrayList<>(superQuads); - ConnectionData data = extraData.getData(CONNECTION_PROPERTY); + ConnectionData data = extraData.get(CONNECTION_PROPERTY); for (Direction d : Iterate.horizontalDirections) if (data.isConnected(d)) quads.addAll(AllBlockPartials.METAL_GIRDER_BRACKETS.get(d) .get() - .getQuads(state, side, rand, extraData)); + .getQuads(state, side, rand, extraData, renderType)); return quads; } diff --git a/src/main/java/com/simibubi/create/content/curiosities/girder/GirderBlock.java b/src/main/java/com/simibubi/create/content/curiosities/girder/GirderBlock.java index ff20a1c6ba..8d94543429 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/girder/GirderBlock.java +++ b/src/main/java/com/simibubi/create/content/curiosities/girder/GirderBlock.java @@ -3,8 +3,6 @@ package com.simibubi.create.content.curiosities.girder; import static net.minecraft.world.level.block.FaceAttachedHorizontalDirectionalBlock.FACE; import static net.minecraft.world.level.block.state.properties.BlockStateProperties.WATERLOGGED; -import java.util.Random; - import com.simibubi.create.AllBlocks; import com.simibubi.create.AllItems; import com.simibubi.create.AllShapes; @@ -30,6 +28,7 @@ import net.minecraft.core.Direction.AxisDirection; import net.minecraft.server.level.ServerLevel; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; +import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.player.Player; @@ -145,7 +144,7 @@ public class GirderBlock extends Block implements SimpleWaterloggedBlock, IWrenc } @Override - public void tick(BlockState p_60462_, ServerLevel p_60463_, BlockPos p_60464_, Random p_60465_) { + public void tick(BlockState p_60462_, ServerLevel p_60463_, BlockPos p_60464_, RandomSource p_60465_) { Block.updateOrDestroy(p_60462_, Block.updateFromNeighbourShapes(p_60462_, p_60463_, p_60464_), p_60463_, p_60464_, 3); } diff --git a/src/main/java/com/simibubi/create/content/curiosities/symmetry/SymmetryHandler.java b/src/main/java/com/simibubi/create/content/curiosities/symmetry/SymmetryHandler.java index 0a30ce6070..9db0959dbc 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/symmetry/SymmetryHandler.java +++ b/src/main/java/com/simibubi/create/content/curiosities/symmetry/SymmetryHandler.java @@ -21,6 +21,7 @@ import net.minecraft.core.BlockPos; import net.minecraft.core.particles.DustParticleOptions; import net.minecraft.core.particles.ParticleTypes; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.entity.player.Inventory; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.ItemStack; @@ -29,11 +30,11 @@ import net.minecraft.world.phys.Vec3; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; import net.minecraftforge.client.event.RenderLevelLastEvent; -import net.minecraftforge.client.model.data.EmptyModelData; +import net.minecraftforge.client.model.data.ModelData; import net.minecraftforge.event.TickEvent.ClientTickEvent; import net.minecraftforge.event.TickEvent.Phase; -import net.minecraftforge.event.world.BlockEvent.BreakEvent; -import net.minecraftforge.event.world.BlockEvent.EntityPlaceEvent; +import net.minecraftforge.event.level.BlockEvent.BreakEvent; +import net.minecraftforge.event.level.BlockEvent.EntityPlaceEvent; import net.minecraftforge.eventbus.api.EventPriority; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod.EventBusSubscriber; @@ -46,7 +47,7 @@ public class SymmetryHandler { @SubscribeEvent(priority = EventPriority.LOWEST) public static void onBlockPlaced(EntityPlaceEvent event) { - if (event.getWorld() + if (event.getLevel() .isClientSide()) return; if (!(event.getEntity() instanceof Player)) @@ -66,7 +67,7 @@ public class SymmetryHandler { @SubscribeEvent(priority = EventPriority.LOWEST) public static void onBlockDestroyed(BreakEvent event) { - if (event.getWorld() + if (event.getLevel() .isClientSide()) return; @@ -85,7 +86,7 @@ public class SymmetryHandler { public static void render(RenderLevelLastEvent event) { Minecraft mc = Minecraft.getInstance(); LocalPlayer player = mc.player; - Random random = new Random(); + RandomSource random = RandomSource.create(); for (int i = 0; i < Inventory.getSelectionSize(); i++) { ItemStack stackInSlot = player.getInventory() @@ -122,10 +123,10 @@ public class SymmetryHandler { mc.getBlockRenderer() .getModelRenderer() .tesselateBlock(player.level, model, Blocks.AIR.defaultBlockState(), pos, ms, builder, true, - random, Mth.getSeed(pos), OverlayTexture.NO_OVERLAY, EmptyModelData.INSTANCE); + random, Mth.getSeed(pos), OverlayTexture.NO_OVERLAY, ModelData.EMPTY, RenderType.solid()); - buffer.endBatch(); ms.popPose(); + buffer.endBatch(); } } diff --git a/src/main/java/com/simibubi/create/content/curiosities/symmetry/SymmetryWandItem.java b/src/main/java/com/simibubi/create/content/curiosities/symmetry/SymmetryWandItem.java index 44aa285ba6..ad0a9904d1 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/symmetry/SymmetryWandItem.java +++ b/src/main/java/com/simibubi/create/content/curiosities/symmetry/SymmetryWandItem.java @@ -44,7 +44,7 @@ import net.minecraft.world.phys.Vec3; import net.minecraft.world.phys.shapes.CollisionContext; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.IItemRenderProperties; +import net.minecraftforge.client.extensions.common.IClientItemExtensions; import net.minecraftforge.common.util.BlockSnapshot; import net.minecraftforge.event.ForgeEventFactory; import net.minecraftforge.fml.DistExecutor; @@ -331,7 +331,7 @@ public class SymmetryWandItem extends Item { @Override @OnlyIn(Dist.CLIENT) - public void initializeClient(Consumer consumer) { + public void initializeClient(Consumer consumer) { consumer.accept(SimpleCustomRenderer.create(this, new SymmetryWandItemRenderer())); } diff --git a/src/main/java/com/simibubi/create/content/curiosities/symmetry/SymmetryWandScreen.java b/src/main/java/com/simibubi/create/content/curiosities/symmetry/SymmetryWandScreen.java index a5c77c3b59..6763bea916 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/symmetry/SymmetryWandScreen.java +++ b/src/main/java/com/simibubi/create/content/curiosities/symmetry/SymmetryWandScreen.java @@ -19,7 +19,6 @@ import com.simibubi.create.foundation.networking.AllPackets; import com.simibubi.create.foundation.utility.Lang; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.InteractionHand; import net.minecraft.world.item.ItemStack; import net.minecraft.world.phys.Vec3; @@ -61,9 +60,9 @@ public class SymmetryWandScreen extends AbstractSimiScreen { int x = guiLeft; int y = guiTop; - labelType = new Label(x + 49, y + 28, TextComponent.EMPTY).colored(0xFFFFFFFF) + labelType = new Label(x + 49, y + 28, Component.empty()).colored(0xFFFFFFFF) .withShadow(); - labelAlign = new Label(x + 49, y + 50, TextComponent.EMPTY).colored(0xFFFFFFFF) + labelAlign = new Label(x + 49, y + 50, Component.empty()).colored(0xFFFFFFFF) .withShadow(); int state = diff --git a/src/main/java/com/simibubi/create/content/curiosities/toolbox/ToolboxBlock.java b/src/main/java/com/simibubi/create/content/curiosities/toolbox/ToolboxBlock.java index 6257a88df7..bfc16a6f7f 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/toolbox/ToolboxBlock.java +++ b/src/main/java/com/simibubi/create/content/curiosities/toolbox/ToolboxBlock.java @@ -163,7 +163,7 @@ public class ToolboxBlock extends HorizontalDirectionalBlock implements SimpleWa return InteractionResult.SUCCESS; withTileEntityDo(world, pos, - toolbox -> NetworkHooks.openGui((ServerPlayer) player, toolbox, toolbox::sendToContainer)); + toolbox -> NetworkHooks.openScreen((ServerPlayer) player, toolbox, toolbox::sendToContainer)); return InteractionResult.SUCCESS; } diff --git a/src/main/java/com/simibubi/create/content/curiosities/toolbox/ToolboxHandlerClient.java b/src/main/java/com/simibubi/create/content/curiosities/toolbox/ToolboxHandlerClient.java index a4c61f2fc9..06c7d77b1a 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/toolbox/ToolboxHandlerClient.java +++ b/src/main/java/com/simibubi/create/content/curiosities/toolbox/ToolboxHandlerClient.java @@ -32,12 +32,12 @@ import net.minecraft.world.level.material.Material; import net.minecraft.world.phys.BlockHitResult; import net.minecraft.world.phys.EntityHitResult; import net.minecraft.world.phys.HitResult; -import net.minecraftforge.client.gui.ForgeIngameGui; -import net.minecraftforge.client.gui.IIngameOverlay; +import net.minecraftforge.client.gui.overlay.ForgeGui; +import net.minecraftforge.client.gui.overlay.IGuiOverlay; public class ToolboxHandlerClient { - public static final IIngameOverlay OVERLAY = ToolboxHandlerClient::renderOverlay; + public static final IGuiOverlay OVERLAY = ToolboxHandlerClient::renderOverlay; static int COOLDOWN = 0; @@ -155,7 +155,7 @@ public class ToolboxHandlerClient { ScreenOpener.open(new RadialToolboxMenu(toolboxes, RadialToolboxMenu.State.SELECT_BOX, null)); } - public static void renderOverlay(ForgeIngameGui gui, PoseStack poseStack, float partialTicks, int width, int height) { + public static void renderOverlay(ForgeGui gui, PoseStack poseStack, float partialTicks, int width, int height) { Minecraft mc = Minecraft.getInstance(); if (mc.options.hideGui) return; diff --git a/src/main/java/com/simibubi/create/content/curiosities/tools/BlueprintEntity.java b/src/main/java/com/simibubi/create/content/curiosities/tools/BlueprintEntity.java index fafa00debb..f0f336984f 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/tools/BlueprintEntity.java +++ b/src/main/java/com/simibubi/create/content/curiosities/tools/BlueprintEntity.java @@ -434,7 +434,7 @@ public class BlueprintEntity extends HangingEntity int i = section.index; if (!level.isClientSide && player instanceof ServerPlayer) { - NetworkHooks.openGui((ServerPlayer) player, section, buf -> { + NetworkHooks.openScreen((ServerPlayer) player, section, buf -> { buf.writeVarInt(getId()); buf.writeVarInt(i); }); diff --git a/src/main/java/com/simibubi/create/content/curiosities/tools/BlueprintOverlayRenderer.java b/src/main/java/com/simibubi/create/content/curiosities/tools/BlueprintOverlayRenderer.java index 6889a801e9..a0deb1c227 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/tools/BlueprintOverlayRenderer.java +++ b/src/main/java/com/simibubi/create/content/curiosities/tools/BlueprintOverlayRenderer.java @@ -36,8 +36,8 @@ import net.minecraft.world.level.GameType; import net.minecraft.world.phys.EntityHitResult; import net.minecraft.world.phys.HitResult; import net.minecraft.world.phys.HitResult.Type; -import net.minecraftforge.client.gui.ForgeIngameGui; -import net.minecraftforge.client.gui.IIngameOverlay; +import net.minecraftforge.client.gui.overlay.ForgeGui; +import net.minecraftforge.client.gui.overlay.IGuiOverlay; import net.minecraftforge.items.ItemHandlerHelper; import net.minecraftforge.items.ItemStackHandler; import net.minecraftforge.registries.ForgeRegistries; @@ -46,7 +46,7 @@ import net.minecraftforge.registries.tags.ITagManager; public class BlueprintOverlayRenderer { - public static final IIngameOverlay OVERLAY = BlueprintOverlayRenderer::renderOverlay; + public static final IGuiOverlay OVERLAY = BlueprintOverlayRenderer::renderOverlay; static boolean active; static boolean empty; @@ -239,7 +239,7 @@ public class BlueprintOverlayRenderer { } } - public static void renderOverlay(ForgeIngameGui gui, PoseStack poseStack, float partialTicks, int width, + public static void renderOverlay(ForgeGui gui, PoseStack poseStack, float partialTicks, int width, int height) { Minecraft mc = Minecraft.getInstance(); if (mc.options.hideGui) diff --git a/src/main/java/com/simibubi/create/content/curiosities/tools/ExtendoGripItem.java b/src/main/java/com/simibubi/create/content/curiosities/tools/ExtendoGripItem.java index a32a7c5ddc..e711c77a37 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/tools/ExtendoGripItem.java +++ b/src/main/java/com/simibubi/create/content/curiosities/tools/ExtendoGripItem.java @@ -36,17 +36,17 @@ import net.minecraft.world.phys.HitResult.Type; import net.minecraft.world.phys.Vec3; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.IItemRenderProperties; -import net.minecraftforge.client.event.InputEvent.ClickInputEvent; +import net.minecraftforge.client.event.InputEvent; +import net.minecraftforge.client.extensions.common.IClientItemExtensions; import net.minecraftforge.common.ForgeMod; import net.minecraftforge.event.entity.living.LivingAttackEvent; -import net.minecraftforge.event.entity.living.LivingEvent.LivingUpdateEvent; +import net.minecraftforge.event.entity.living.LivingEvent.LivingTickEvent; import net.minecraftforge.event.entity.living.LivingKnockBackEvent; import net.minecraftforge.event.entity.player.AttackEntityEvent; import net.minecraftforge.event.entity.player.PlayerEvent; import net.minecraftforge.event.entity.player.PlayerInteractEvent; -import net.minecraftforge.event.world.BlockEvent.BreakEvent; -import net.minecraftforge.event.world.BlockEvent.EntityPlaceEvent; +import net.minecraftforge.event.level.BlockEvent.BreakEvent; +import net.minecraftforge.event.level.BlockEvent.EntityPlaceEvent; import net.minecraftforge.eventbus.api.EventPriority; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod.EventBusSubscriber; @@ -79,11 +79,11 @@ public class ExtendoGripItem extends Item { public static final String DUAL_EXTENDO_MARKER = "createDualExtendo"; @SubscribeEvent - public static void holdingExtendoGripIncreasesRange(LivingUpdateEvent event) { + public static void holdingExtendoGripIncreasesRange(LivingTickEvent event) { if (!(event.getEntity() instanceof Player)) return; - Player player = (Player) event.getEntityLiving(); + Player player = (Player) event.getEntity(); CompoundTag persistentData = player.getPersistentData(); boolean inOff = AllItems.EXTENDO_GRIP.isIn(player.getOffhandItem()); @@ -124,7 +124,7 @@ public class ExtendoGripItem extends Item { @SubscribeEvent public static void addReachToJoiningPlayersHoldingExtendo(PlayerEvent.PlayerLoggedInEvent event) { - Player player = event.getPlayer(); + Player player = event.getEntity(); CompoundTag persistentData = player.getPersistentData(); if (persistentData.contains(DUAL_EXTENDO_MARKER)) @@ -137,7 +137,7 @@ public class ExtendoGripItem extends Item { @SubscribeEvent @OnlyIn(Dist.CLIENT) - public static void dontMissEntitiesWhenYouHaveHighReachDistance(ClickInputEvent event) { + public static void dontMissEntitiesWhenYouHaveHighReachDistance(InputEvent.InteractionKeyMappingTriggered event) { Minecraft mc = Minecraft.getInstance(); LocalPlayer player = mc.player; if (mc.level == null || player == null) @@ -311,7 +311,7 @@ public class ExtendoGripItem extends Item { @Override @OnlyIn(Dist.CLIENT) - public void initializeClient(Consumer consumer) { + public void initializeClient(Consumer consumer) { consumer.accept(SimpleCustomRenderer.create(this, new ExtendoGripItemRenderer())); } diff --git a/src/main/java/com/simibubi/create/content/curiosities/tools/ExtendoGripRenderHandler.java b/src/main/java/com/simibubi/create/content/curiosities/tools/ExtendoGripRenderHandler.java index fbfd0735bf..057b900b07 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/tools/ExtendoGripRenderHandler.java +++ b/src/main/java/com/simibubi/create/content/curiosities/tools/ExtendoGripRenderHandler.java @@ -109,7 +109,7 @@ public class ExtendoGripRenderHandler { // Render gun ms.pushPose(); ms.translate(flip * -0.1f, 0, -0.3f); - ItemInHandRenderer firstPersonRenderer = mc.getItemInHandRenderer(); + ItemInHandRenderer firstPersonRenderer = mc.getEntityRenderDispatcher().getItemInHandRenderer(); TransformType transform = rightHand ? TransformType.FIRST_PERSON_RIGHT_HAND : TransformType.FIRST_PERSON_LEFT_HAND; firstPersonRenderer.renderItem(mc.player, notInOffhand ? heldItem : offhandItem, transform, !rightHand, @@ -139,11 +139,11 @@ public class ExtendoGripRenderHandler { } private static ItemStack getRenderedMainHandStack() { - return Minecraft.getInstance().getItemInHandRenderer().mainHandItem; + return Minecraft.getInstance().getEntityRenderDispatcher().getItemInHandRenderer().mainHandItem; } private static ItemStack getRenderedOffHandStack() { - return Minecraft.getInstance().getItemInHandRenderer().offHandItem; + return Minecraft.getInstance().getEntityRenderDispatcher().getItemInHandRenderer().offHandItem; } } diff --git a/src/main/java/com/simibubi/create/content/curiosities/tools/SandPaperItem.java b/src/main/java/com/simibubi/create/content/curiosities/tools/SandPaperItem.java index 65ffc7bf46..3e007d31f4 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/tools/SandPaperItem.java +++ b/src/main/java/com/simibubi/create/content/curiosities/tools/SandPaperItem.java @@ -1,6 +1,5 @@ package com.simibubi.create.content.curiosities.tools; -import java.util.Random; import java.util.function.Consumer; import javax.annotation.ParametersAreNonnullByDefault; @@ -17,6 +16,7 @@ import net.minecraft.core.particles.ItemParticleOption; import net.minecraft.core.particles.ParticleTypes; import net.minecraft.nbt.CompoundTag; import net.minecraft.sounds.SoundEvent; +import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.InteractionResultHolder; @@ -36,7 +36,7 @@ import net.minecraft.world.phys.HitResult; import net.minecraft.world.phys.Vec3; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.IItemRenderProperties; +import net.minecraftforge.client.extensions.common.IClientItemExtensions; import net.minecraftforge.common.ToolAction; import net.minecraftforge.common.ToolActions; import net.minecraftforge.common.util.FakePlayer; @@ -214,7 +214,7 @@ public class SandPaperItem extends Item implements CustomUseEffectsItem { } @Override - public boolean triggerUseEffects(ItemStack stack, LivingEntity entity, int count, Random random) { + public boolean triggerUseEffects(ItemStack stack, LivingEntity entity, int count, RandomSource random) { CompoundTag tag = stack.getOrCreateTag(); if (tag.contains("Polishing")) { ItemStack polishing = ItemStack.of(tag.getCompound("Polishing")); @@ -251,7 +251,7 @@ public class SandPaperItem extends Item implements CustomUseEffectsItem { @Override @OnlyIn(Dist.CLIENT) - public void initializeClient(Consumer consumer) { + public void initializeClient(Consumer consumer) { consumer.accept(SimpleCustomRenderer.create(this, new SandPaperItemRenderer())); } diff --git a/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoCannonItem.java b/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoCannonItem.java index e878758099..f537bcb46f 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoCannonItem.java +++ b/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoCannonItem.java @@ -24,8 +24,6 @@ import net.minecraft.core.BlockPos; import net.minecraft.core.Direction.Axis; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; -import net.minecraft.network.chat.TranslatableComponent; import net.minecraft.util.Mth; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; @@ -45,7 +43,7 @@ import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.phys.Vec3; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.IItemRenderProperties; +import net.minecraftforge.client.extensions.common.IClientItemExtensions; public class PotatoCannonItem extends ProjectileWeaponItem { @@ -222,21 +220,21 @@ public class PotatoCannonItem extends ProjectileWeaponItem { String _reload = "potato_cannon.ammo.reload_ticks"; String _knockback = "potato_cannon.ammo.knockback"; - tooltip.add(new TextComponent("")); - tooltip.add(new TranslatableComponent(ammo.getDescriptionId()).append(new TextComponent(":")) + tooltip.add(Component.literal("")); + tooltip.add(Component.translatable(ammo.getDescriptionId()).append(Component.literal(":")) .withStyle(ChatFormatting.GRAY)); PotatoCannonProjectileType type = PotatoProjectileTypeManager.getTypeForStack(ammo) .get(); - TextComponent spacing = new TextComponent(" "); + MutableComponent spacing = Component.literal(" "); ChatFormatting green = ChatFormatting.GREEN; ChatFormatting darkGreen = ChatFormatting.DARK_GREEN; float damageF = type.getDamage() * additionalDamageMult; - MutableComponent damage = new TextComponent( + MutableComponent damage = Component.literal( damageF == Mth.floor(damageF) ? "" + Mth.floor(damageF) : "" + damageF); - MutableComponent reloadTicks = new TextComponent("" + type.getReloadTicks()); + MutableComponent reloadTicks = Component.literal("" + type.getReloadTicks()); MutableComponent knockback = - new TextComponent("" + (type.getKnockback() + additionalKnockback)); + Component.literal("" + (type.getKnockback() + additionalKnockback)); damage = damage.withStyle(additionalDamageMult > 1 ? green : darkGreen); knockback = knockback.withStyle(additionalKnockback > 0 ? green : darkGreen); @@ -278,7 +276,7 @@ public class PotatoCannonItem extends ProjectileWeaponItem { @Override @OnlyIn(Dist.CLIENT) - public void initializeClient(Consumer consumer) { + public void initializeClient(Consumer consumer) { consumer.accept(SimpleCustomRenderer.create(this, new PotatoCannonItemRenderer())); } diff --git a/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoCannonRenderHandler.java b/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoCannonRenderHandler.java index 916397bf30..0b0cfa4b82 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoCannonRenderHandler.java +++ b/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoCannonRenderHandler.java @@ -3,7 +3,6 @@ package com.simibubi.create.content.curiosities.weapons; import com.jozufozu.flywheel.util.transform.TransformStack; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.AllItems; -import com.simibubi.create.Create; import com.simibubi.create.content.contraptions.particle.AirParticleData; import com.simibubi.create.content.curiosities.zapper.ShootableGadgetRenderHandler; import com.simibubi.create.foundation.utility.VecHelper; @@ -37,11 +36,11 @@ public class PotatoCannonRenderHandler extends ShootableGadgetRenderHandler { return; ClientLevel world = Minecraft.getInstance().level; for (int i = 0; i < 2; i++) { - Vec3 m = VecHelper.offsetRandomly(motion.scale(0.1f), Create.RANDOM, .025f); + Vec3 m = VecHelper.offsetRandomly(motion.scale(0.1f), world.random, .025f); world.addParticle(new ItemParticleOption(ParticleTypes.ITEM, stack), location.x, location.y, location.z, m.x, m.y, m.z); - Vec3 m2 = VecHelper.offsetRandomly(motion.scale(2f), Create.RANDOM, .5f); + Vec3 m2 = VecHelper.offsetRandomly(motion.scale(2f), world.random, .5f); world.addParticle(new AirParticleData(1, 1 / 4f), location.x, location.y, location.z, m2.x, m2.y, m2.z); } } diff --git a/src/main/java/com/simibubi/create/content/curiosities/zapper/ShootableGadgetRenderHandler.java b/src/main/java/com/simibubi/create/content/curiosities/zapper/ShootableGadgetRenderHandler.java index 4c70d5dcc6..0337cd5ebd 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/zapper/ShootableGadgetRenderHandler.java +++ b/src/main/java/com/simibubi/create/content/curiosities/zapper/ShootableGadgetRenderHandler.java @@ -78,12 +78,12 @@ public abstract class ShootableGadgetRenderHandler { AbstractClientPlayer player = mc.player; PlayerRenderer playerrenderer = (PlayerRenderer) mc.getEntityRenderDispatcher() .getRenderer(player); - ItemInHandRenderer firstPersonRenderer = mc.getItemInHandRenderer(); + ItemInHandRenderer firstPersonRenderer = mc.getEntityRenderDispatcher().getItemInHandRenderer(); PoseStack ms = event.getPoseStack(); MultiBufferSource buffer = event.getMultiBufferSource(); int light = event.getPackedLight(); - float pt = event.getPartialTicks(); + float pt = event.getPartialTick(); boolean rightHand = event.getHand() == InteractionHand.MAIN_HAND ^ mc.player.getMainArm() == HumanoidArm.LEFT; float recoil = rightHand ? Mth.lerp(pt, lastRightHandAnimation, rightHandAnimation) diff --git a/src/main/java/com/simibubi/create/content/curiosities/zapper/ZapperInteractionHandler.java b/src/main/java/com/simibubi/create/content/curiosities/zapper/ZapperInteractionHandler.java index 84c37ddf97..48dc71e482 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/zapper/ZapperInteractionHandler.java +++ b/src/main/java/com/simibubi/create/content/curiosities/zapper/ZapperInteractionHandler.java @@ -30,11 +30,11 @@ public class ZapperInteractionHandler { @SubscribeEvent public static void leftClickingBlocksWithTheZapperSelectsTheBlock(PlayerInteractEvent.LeftClickBlock event) { - if (event.getWorld().isClientSide) + if (event.getLevel().isClientSide) return; - ItemStack heldItem = event.getPlayer() + ItemStack heldItem = event.getEntity() .getMainHandItem(); - if (heldItem.getItem() instanceof ZapperItem && trySelect(heldItem, event.getPlayer())) { + if (heldItem.getItem() instanceof ZapperItem && trySelect(heldItem, event.getEntity())) { event.setCancellationResult(InteractionResult.FAIL); event.setCanceled(true); } diff --git a/src/main/java/com/simibubi/create/content/curiosities/zapper/ZapperScreen.java b/src/main/java/com/simibubi/create/content/curiosities/zapper/ZapperScreen.java index 6328eaaa72..4ae79f11ad 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/zapper/ZapperScreen.java +++ b/src/main/java/com/simibubi/create/content/curiosities/zapper/ZapperScreen.java @@ -16,7 +16,6 @@ import com.simibubi.create.foundation.utility.NBTHelper; import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.NbtUtils; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.InteractionHand; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.block.Blocks; @@ -44,7 +43,7 @@ public abstract class ZapperScreen extends AbstractSimiScreen { this.background = background; this.zapper = zapper; this.hand = hand; - title = TextComponent.EMPTY; + title = Component.empty(); brightColor = 0xFEFEFE; fontColor = AllGuiTextures.FONT_COLOR; diff --git a/src/main/java/com/simibubi/create/content/curiosities/zapper/terrainzapper/WorldshaperItem.java b/src/main/java/com/simibubi/create/content/curiosities/zapper/terrainzapper/WorldshaperItem.java index ddc4901f83..067839b239 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/zapper/terrainzapper/WorldshaperItem.java +++ b/src/main/java/com/simibubi/create/content/curiosities/zapper/terrainzapper/WorldshaperItem.java @@ -23,7 +23,7 @@ import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.phys.BlockHitResult; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.IItemRenderProperties; +import net.minecraftforge.client.extensions.common.IClientItemExtensions; public class WorldshaperItem extends ZapperItem { @@ -98,7 +98,7 @@ public class WorldshaperItem extends ZapperItem { @Override @OnlyIn(Dist.CLIENT) - public void initializeClient(Consumer consumer) { + public void initializeClient(Consumer consumer) { consumer.accept(SimpleCustomRenderer.create(this, new WorldshaperItemRenderer())); } diff --git a/src/main/java/com/simibubi/create/content/curiosities/zapper/terrainzapper/WorldshaperScreen.java b/src/main/java/com/simibubi/create/content/curiosities/zapper/terrainzapper/WorldshaperScreen.java index 1028fc3197..7a7948c23d 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/zapper/terrainzapper/WorldshaperScreen.java +++ b/src/main/java/com/simibubi/create/content/curiosities/zapper/terrainzapper/WorldshaperScreen.java @@ -22,7 +22,6 @@ import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.NbtUtils; import net.minecraft.nbt.Tag; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.InteractionHand; import net.minecraft.world.item.ItemStack; @@ -82,7 +81,7 @@ public class WorldshaperScreen extends ZapperScreen { int x = guiLeft; int y = guiTop; - brushLabel = new Label(x + 61, y + 25, TextComponent.EMPTY).withShadow(); + brushLabel = new Label(x + 61, y + 25, Component.empty()).withShadow(); brushInput = new SelectionScrollInput(x + 56, y + 20, 77, 18).forOptions(brushOptions) .titled(Lang.translateDirect("gui.terrainzapper.brush")) .writingTo(brushLabel) @@ -111,7 +110,7 @@ public class WorldshaperScreen extends ZapperScreen { brushParams.clear(); for (int index = 0; index < 3; index++) { - Label label = new Label(x + 65 + 20 * index, y + 45, TextComponent.EMPTY).withShadow(); + Label label = new Label(x + 65 + 20 * index, y + 45, Component.empty()).withShadow(); final int finalIndex = index; ScrollInput input = new ScrollInput(x + 56 + 20 * index, y + 40, 18, 18) @@ -155,10 +154,10 @@ public class WorldshaperScreen extends ZapperScreen { if (currentBrush.hasConnectivityOptions()) { int x1 = x + 7 + 4 * 18; int y1 = y + 79; - followDiagonalsIndicator = new Indicator(x1, y1 - 6, TextComponent.EMPTY); + followDiagonalsIndicator = new Indicator(x1, y1 - 6, Component.empty()); followDiagonals = new IconButton(x1, y1, AllIcons.I_FOLLOW_DIAGONAL); x1 += 18; - acrossMaterialsIndicator = new Indicator(x1, y1 - 6, TextComponent.EMPTY); + acrossMaterialsIndicator = new Indicator(x1, y1 - 6, Component.empty()); acrossMaterials = new IconButton(x1, y1, AllIcons.I_FOLLOW_MATERIAL); followDiagonals.withCallback(() -> { diff --git a/src/main/java/com/simibubi/create/content/logistics/block/belts/tunnel/BrassTunnelTileEntity.java b/src/main/java/com/simibubi/create/content/logistics/block/belts/tunnel/BrassTunnelTileEntity.java index 6651acef17..84d64ad51c 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/belts/tunnel/BrassTunnelTileEntity.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/belts/tunnel/BrassTunnelTileEntity.java @@ -40,7 +40,6 @@ import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.NbtUtils; import net.minecraft.nbt.Tag; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TranslatableComponent; import net.minecraft.world.entity.item.ItemEntity; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.block.entity.BlockEntity; @@ -752,7 +751,7 @@ public class BrassTunnelTileEntity extends BeltTunnelTileEntity implements IHave .withStyle(ChatFormatting.WHITE)); for (ItemStack item : allStacks) { tooltip.add(componentSpacing.plainCopy() - .append(Lang.translateDirect("tooltip.brass_tunnel.contains_entry", new TranslatableComponent(item.getDescriptionId()) + .append(Lang.translateDirect("tooltip.brass_tunnel.contains_entry", Component.translatable(item.getDescriptionId()) .getString(), item.getCount())) .withStyle(ChatFormatting.GRAY)); } diff --git a/src/main/java/com/simibubi/create/content/logistics/block/chute/AbstractChuteBlock.java b/src/main/java/com/simibubi/create/content/logistics/block/chute/AbstractChuteBlock.java index 9bf371d8c5..c35f7c0195 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/chute/AbstractChuteBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/chute/AbstractChuteBlock.java @@ -32,7 +32,7 @@ import net.minecraft.world.phys.shapes.CollisionContext; import net.minecraft.world.phys.shapes.VoxelShape; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.IBlockRenderProperties; +import net.minecraftforge.client.extensions.common.IClientBlockExtensions; import net.minecraftforge.common.util.LazyOptional; public abstract class AbstractChuteBlock extends Block implements IWrenchable, ITE { @@ -42,7 +42,7 @@ public abstract class AbstractChuteBlock extends Block implements IWrenchable, I } @OnlyIn(Dist.CLIENT) - public void initializeClient(Consumer consumer) { + public void initializeClient(Consumer consumer) { consumer.accept(new ReducedDestroyEffects()); } diff --git a/src/main/java/com/simibubi/create/content/logistics/block/chute/ChuteTileEntity.java b/src/main/java/com/simibubi/create/content/logistics/block/chute/ChuteTileEntity.java index b24733582d..873aa83e63 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/chute/ChuteTileEntity.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/chute/ChuteTileEntity.java @@ -38,7 +38,6 @@ import net.minecraft.core.particles.ItemParticleOption; import net.minecraft.core.particles.ParticleTypes; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TranslatableComponent; import net.minecraft.util.Mth; import net.minecraft.world.Containers; import net.minecraft.world.entity.item.ItemEntity; @@ -719,7 +718,7 @@ public class ChuteTileEntity extends SmartTileEntity implements IHaveGoggleInfor .withStyle(ChatFormatting.YELLOW))); if (!item.isEmpty()) { tooltip.add(componentSpacing.plainCopy() - .append(Lang.translateDirect("tooltip.chute.contains", new TranslatableComponent(item.getDescriptionId()) + .append(Lang.translateDirect("tooltip.chute.contains", Component.translatable(item.getDescriptionId()) .getString(), item.getCount())) .withStyle(ChatFormatting.GREEN)); } diff --git a/src/main/java/com/simibubi/create/content/logistics/block/chute/SmartChuteBlock.java b/src/main/java/com/simibubi/create/content/logistics/block/chute/SmartChuteBlock.java index 92f23a34cb..88a5a4c14a 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/chute/SmartChuteBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/chute/SmartChuteBlock.java @@ -1,11 +1,10 @@ package com.simibubi.create.content.logistics.block.chute; -import java.util.Random; - import com.simibubi.create.AllTileEntities; import net.minecraft.core.BlockPos; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.item.context.BlockPlaceContext; import net.minecraft.world.level.BlockGetter; import net.minecraft.world.level.Level; @@ -38,7 +37,7 @@ public class SmartChuteBlock extends AbstractChuteBlock { } @Override - public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, Random r) { + public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, RandomSource r) { boolean previouslyPowered = state.getValue(POWERED); if (previouslyPowered != worldIn.hasNeighborSignal(pos)) worldIn.setBlock(pos, state.cycle(POWERED), 2); diff --git a/src/main/java/com/simibubi/create/content/logistics/block/depot/EjectorTargetHandler.java b/src/main/java/com/simibubi/create/content/logistics/block/depot/EjectorTargetHandler.java index fd08082eeb..8d84b0c334 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/depot/EjectorTargetHandler.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/depot/EjectorTargetHandler.java @@ -50,10 +50,10 @@ public class EjectorTargetHandler { if (currentItem == null) return; BlockPos pos = event.getPos(); - Level world = event.getWorld(); + Level world = event.getLevel(); if (!world.isClientSide) return; - Player player = event.getPlayer(); + Player player = event.getEntity(); if (player == null || player.isSpectator() || !player.isShiftKeyDown()) return; @@ -71,9 +71,9 @@ public class EjectorTargetHandler { public static void leftClickingBlocksDeselectsThem(PlayerInteractEvent.LeftClickBlock event) { if (currentItem == null) return; - if (!event.getWorld().isClientSide) + if (!event.getLevel().isClientSide) return; - if (!event.getPlayer() + if (!event.getEntity() .isShiftKeyDown()) return; BlockPos pos = event.getPos(); diff --git a/src/main/java/com/simibubi/create/content/logistics/block/diodes/PoweredLatchBlock.java b/src/main/java/com/simibubi/create/content/logistics/block/diodes/PoweredLatchBlock.java index 60119b98ab..56858b0572 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/diodes/PoweredLatchBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/diodes/PoweredLatchBlock.java @@ -1,12 +1,11 @@ package com.simibubi.create.content.logistics.block.diodes; -import java.util.Random; - import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.server.level.ServerLevel; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; +import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionResult; import net.minecraft.world.level.BlockGetter; import net.minecraft.world.level.Level; @@ -70,7 +69,7 @@ public class PoweredLatchBlock extends ToggleLatchBlock { } @Override - public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, Random random) { + public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, RandomSource random) { boolean back = state.getValue(POWERED); boolean shouldBack = this.shouldTurnOn(worldIn, pos, state); boolean side = state.getValue(POWERED_SIDE); diff --git a/src/main/java/com/simibubi/create/content/logistics/block/diodes/ToggleLatchBlock.java b/src/main/java/com/simibubi/create/content/logistics/block/diodes/ToggleLatchBlock.java index 4dc408e765..47c86403a5 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/diodes/ToggleLatchBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/diodes/ToggleLatchBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.logistics.block.diodes; -import java.util.Random; - import com.simibubi.create.AllItems; import net.minecraft.core.BlockPos; @@ -9,6 +7,7 @@ import net.minecraft.core.Direction; import net.minecraft.server.level.ServerLevel; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; +import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.player.Player; @@ -63,7 +62,7 @@ public class ToggleLatchBlock extends AbstractDiodeBlock { } @Override - public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, Random random) { + public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, RandomSource random) { boolean poweredPreviously = state.getValue(POWERED); super.tick(state, worldIn, pos, random); BlockState newState = worldIn.getBlockState(pos); diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/DisplayLinkBlockItem.java b/src/main/java/com/simibubi/create/content/logistics/block/display/DisplayLinkBlockItem.java index 7520f0de3e..9ba8cd7078 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/DisplayLinkBlockItem.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/DisplayLinkBlockItem.java @@ -39,7 +39,7 @@ public class DisplayLinkBlockItem extends BlockItem { public static void gathererItemAlwaysPlacesWhenUsed(PlayerInteractEvent.RightClickBlock event) { ItemStack usedItem = event.getItemStack(); if (usedItem.getItem() instanceof DisplayLinkBlockItem) { - if (AllBlocks.DISPLAY_LINK.has(event.getWorld() + if (AllBlocks.DISPLAY_LINK.has(event.getLevel() .getBlockState(event.getPos()))) return; event.setUseBlock(Result.DENY); diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/DisplayLinkScreen.java b/src/main/java/com/simibubi/create/content/logistics/block/display/DisplayLinkScreen.java index 5ad126c0ed..42e414a654 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/DisplayLinkScreen.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/DisplayLinkScreen.java @@ -35,7 +35,6 @@ import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; import net.minecraft.world.level.block.Block; @@ -137,7 +136,7 @@ public class DisplayLinkScreen extends AbstractSimiScreen { int rows = stats.maxRows(); int startIndex = Math.min(te.targetLine, rows); - targetLineLabel = new Label(x + 65, y + 109, TextComponent.EMPTY).withShadow(); + targetLineLabel = new Label(x + 65, y + 109, Component.empty()).withShadow(); targetLineLabel.text = target.getLineOptionText(startIndex); if (rows > 1) { @@ -189,7 +188,7 @@ public class DisplayLinkScreen extends AbstractSimiScreen { if (!sources.isEmpty()) { int startIndex = Math.max(sources.indexOf(te.activeSource), 0); - sourceTypeLabel = new Label(x + 65, y + 30, TextComponent.EMPTY).withShadow(); + sourceTypeLabel = new Label(x + 65, y + 30, Component.empty()).withShadow(); sourceTypeLabel.text = sources.get(startIndex) .getName(); diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/AccumulatedItemCountDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/AccumulatedItemCountDisplaySource.java index b72de2b781..274417f3a0 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/AccumulatedItemCountDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/AccumulatedItemCountDisplaySource.java @@ -5,14 +5,14 @@ import com.simibubi.create.content.logistics.block.display.DisplayLinkContext; import com.simibubi.create.content.logistics.block.display.DisplayLinkTileEntity; import com.simibubi.create.content.logistics.block.display.target.DisplayTargetStats; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; public class AccumulatedItemCountDisplaySource extends NumericSingleLineDisplaySource { @Override protected MutableComponent provideLine(DisplayLinkContext context, DisplayTargetStats stats) { - return new TextComponent(String.valueOf(context.sourceConfig() + return Component.literal(String.valueOf(context.sourceConfig() .getInt("Collected"))); } diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/BoilerDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/BoilerDisplaySource.java index bb7c371967..34678b6442 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/BoilerDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/BoilerDisplaySource.java @@ -15,8 +15,8 @@ import com.simibubi.create.foundation.utility.Lang; import joptsimple.internal.Strings; import net.minecraft.ChatFormatting; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.world.level.block.entity.LecternBlockEntity; @@ -50,7 +50,7 @@ public class BoilerDisplaySource extends DisplaySource { return reduce.orElse(EMPTY_LINE); }); - return List.of(componentList.reduce((comp1, comp2) -> comp1.append(new TextComponent("\n")) + return List.of(componentList.reduce((comp1, comp2) -> comp1.append(Component.literal("\n")) .append(comp2)) .orElse(EMPTY_LINE)); } @@ -128,9 +128,9 @@ public class BoilerDisplaySource extends DisplaySource { int lw = labelWidth(); if (forFlapDisplay) { - size = new TextComponent(Strings.repeat(' ', lw - labelWidthOf("size"))).append(size); - water = new TextComponent(Strings.repeat(' ', lw - labelWidthOf("water"))).append(water); - heat = new TextComponent(Strings.repeat(' ', lw - labelWidthOf("heat"))).append(heat); + size = Component.literal(Strings.repeat(' ', lw - labelWidthOf("size"))).append(size); + water = Component.literal(Strings.repeat(' ', lw - labelWidthOf("water"))).append(water); + heat = Component.literal(Strings.repeat(' ', lw - labelWidthOf("heat"))).append(heat); } return Stream.of(List.of(Lang.translateDirect(label, boiler.getHeatLevelTextComponent())), @@ -150,7 +150,7 @@ public class BoilerDisplaySource extends DisplaySource { private MutableComponent labelOf(String label) { if (label.isBlank()) - return TextComponent.EMPTY.copy(); + return Component.empty(); return Lang.translateDirect("boiler." + label); } diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/DisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/DisplaySource.java index c779b4a565..cff9268c66 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/DisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/DisplaySource.java @@ -15,16 +15,14 @@ import com.simibubi.create.foundation.gui.ModularGuiLineBuilder; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; -import net.minecraft.network.chat.TranslatableComponent; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; public abstract class DisplaySource extends DisplayBehaviour { - public static final List EMPTY = ImmutableList.of(new TextComponent("")); - public static final MutableComponent EMPTY_LINE = new TextComponent(""); - public static final MutableComponent WHITESPACE = new TextComponent(" "); + public static final List EMPTY = ImmutableList.of(Component.literal("")); + public static final MutableComponent EMPTY_LINE = Component.literal(""); + public static final MutableComponent WHITESPACE = Component.literal(" "); public abstract List provideText(DisplayLinkContext context, DisplayTargetStats stats); @@ -55,7 +53,7 @@ public abstract class DisplaySource extends DisplayBehaviour { } public Component getName() { - return new TranslatableComponent(id.getNamespace() + ".display_source." + getTranslationKey()); + return Component.translatable(id.getNamespace() + ".display_source." + getTranslationKey()); } public void loadFlapDisplayLayout(DisplayLinkContext context, FlapDisplayTileEntity flapDisplay, FlapDisplayLayout layout, int lineIndex) { diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/EnchantPowerDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/EnchantPowerDisplaySource.java index 4ce1e54b17..8ddbb5ebed 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/EnchantPowerDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/EnchantPowerDisplaySource.java @@ -1,13 +1,12 @@ package com.simibubi.create.content.logistics.block.display.source; -import java.util.Random; - import com.simibubi.create.content.logistics.block.display.DisplayLinkContext; import com.simibubi.create.content.logistics.block.display.target.DisplayTargetStats; import net.minecraft.core.BlockPos; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.util.RandomSource; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; import net.minecraft.world.item.enchantment.EnchantmentHelper; @@ -17,13 +16,13 @@ import net.minecraft.world.level.block.entity.EnchantmentTableBlockEntity; public class EnchantPowerDisplaySource extends NumericSingleLineDisplaySource { - protected static final Random random = new Random(); + protected static final RandomSource random = RandomSource.create(); protected static final ItemStack stack = new ItemStack(Items.DIAMOND_PICKAXE); @Override protected MutableComponent provideLine(DisplayLinkContext context, DisplayTargetStats stats) { if (!(context.getSourceTE() instanceof EnchantmentTableBlockEntity enchantmentTile)) - return ZERO; + return ZERO.copy(); BlockPos pos = context.getSourcePos(); Level level = context.level(); @@ -39,7 +38,7 @@ public class EnchantPowerDisplaySource extends NumericSingleLineDisplaySource { int cost = EnchantmentHelper.getEnchantmentCost(random, 2, (int) enchantPower, stack); - return new TextComponent(String.valueOf(cost)); + return Component.literal(String.valueOf(cost)); } @Override diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/FluidAmountDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/FluidAmountDisplaySource.java index 55b96be2a8..b7002bdcca 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/FluidAmountDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/FluidAmountDisplaySource.java @@ -7,8 +7,8 @@ import com.simibubi.create.foundation.tileEntity.behaviour.filtering.FilteringBe import com.simibubi.create.foundation.tileEntity.behaviour.inventory.TankManipulationBehaviour; import com.simibubi.create.foundation.utility.FluidFormatter; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraftforge.fluids.FluidStack; import net.minecraftforge.fluids.capability.IFluidHandler; @@ -38,7 +38,7 @@ public class FluidAmountDisplaySource extends SingleLineDisplaySource { collected += stack.getAmount(); } - return new TextComponent(FluidFormatter.asString(collected, false)); + return Component.literal(FluidFormatter.asString(collected, false)); } @Override diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/FluidListDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/FluidListDisplaySource.java index f0ef3d45f7..ce56dc6c3f 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/FluidListDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/FluidListDisplaySource.java @@ -19,8 +19,8 @@ import com.simibubi.create.foundation.utility.Couple; import com.simibubi.create.foundation.utility.FluidFormatter; import com.simibubi.create.foundation.utility.IntAttached; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TranslatableComponent; import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.world.level.material.Fluid; import net.minecraftforge.fluids.FluidStack; @@ -63,7 +63,7 @@ public class FluidListDisplaySource extends ValueListDisplaySource { .limit(maxRows) .map(entry -> IntAttached.with( entry.getValue(), - new TranslatableComponent(fluidNames.get(entry.getKey()).getTranslationKey())) + Component.translatable(fluidNames.get(entry.getKey()).getTranslationKey())) ); } diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/ItemCountDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/ItemCountDisplaySource.java index b74f7827f6..8ac66970e8 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/ItemCountDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/ItemCountDisplaySource.java @@ -6,8 +6,8 @@ import com.simibubi.create.content.logistics.block.redstone.ContentObserverTileE import com.simibubi.create.foundation.tileEntity.behaviour.filtering.FilteringBehaviour; import com.simibubi.create.foundation.tileEntity.behaviour.inventory.InvManipulationBehaviour; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraftforge.items.IItemHandler; @@ -18,14 +18,14 @@ public class ItemCountDisplaySource extends NumericSingleLineDisplaySource { protected MutableComponent provideLine(DisplayLinkContext context, DisplayTargetStats stats) { BlockEntity sourceTE = context.getSourceTE(); if (!(sourceTE instanceof ContentObserverTileEntity cote)) - return ZERO; + return ZERO.copy(); InvManipulationBehaviour invManipulationBehaviour = cote.getBehaviour(InvManipulationBehaviour.TYPE); FilteringBehaviour filteringBehaviour = cote.getBehaviour(FilteringBehaviour.TYPE); IItemHandler handler = invManipulationBehaviour.getInventory(); if (handler == null) - return ZERO; + return ZERO.copy(); int collected = 0; for (int i = 0; i < handler.getSlots(); i++) { @@ -37,7 +37,7 @@ public class ItemCountDisplaySource extends NumericSingleLineDisplaySource { collected += stack.getCount(); } - return new TextComponent(String.valueOf(collected)); + return Component.literal(String.valueOf(collected)); } @Override diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/ItemThoughputDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/ItemThoughputDisplaySource.java index e4e346aa0d..df059fb3dc 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/ItemThoughputDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/ItemThoughputDisplaySource.java @@ -12,7 +12,6 @@ import net.minecraft.nbt.FloatTag; import net.minecraft.nbt.ListTag; import net.minecraft.nbt.Tag; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; @@ -24,7 +23,7 @@ public class ItemThoughputDisplaySource extends AccumulatedItemCountDisplaySourc protected MutableComponent provideLine(DisplayLinkContext context, DisplayTargetStats stats) { CompoundTag conf = context.sourceConfig(); if (conf.contains("Inactive")) - return new TextComponent("0"); + return ZERO.copy(); double interval = 20 * Math.pow(60, conf.getInt("Interval")); double rate = conf.getFloat("Rate") * interval; diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/KineticSpeedDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/KineticSpeedDisplaySource.java index e04d40a4a1..0dbf26fba1 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/KineticSpeedDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/KineticSpeedDisplaySource.java @@ -15,7 +15,7 @@ public class KineticSpeedDisplaySource extends NumericSingleLineDisplaySource { @Override protected MutableComponent provideLine(DisplayLinkContext context, DisplayTargetStats stats) { if (!(context.getSourceTE()instanceof SpeedGaugeTileEntity gaugeTile)) - return ZERO; + return ZERO.copy(); boolean absoluteValue = context.sourceConfig() .getInt("Directional") == 0; diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/NumericSingleLineDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/NumericSingleLineDisplaySource.java index 475a63cc8b..78af65478e 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/NumericSingleLineDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/NumericSingleLineDisplaySource.java @@ -3,11 +3,11 @@ package com.simibubi.create.content.logistics.block.display.source; import com.simibubi.create.content.logistics.block.display.DisplayLinkContext; import com.simibubi.create.content.logistics.trains.management.display.FlapDisplaySection; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; public abstract class NumericSingleLineDisplaySource extends SingleLineDisplaySource { - protected static final TextComponent ZERO = new TextComponent("0"); + protected static final Component ZERO = Component.literal("0"); @Override protected String getFlapDisplayLayoutName(DisplayLinkContext context) { diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/PercentOrProgressBarDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/PercentOrProgressBarDisplaySource.java index 3cf68de451..8578bc41f9 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/PercentOrProgressBarDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/PercentOrProgressBarDisplaySource.java @@ -9,8 +9,8 @@ import com.simibubi.create.content.logistics.block.display.target.DisplayTargetS import com.simibubi.create.content.logistics.trains.management.display.FlapDisplaySection; import com.simibubi.create.content.logistics.trains.management.display.FlapDisplayTileEntity; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.util.Mth; import net.minecraft.world.level.block.entity.SignBlockEntity; @@ -47,11 +47,11 @@ public abstract class PercentOrProgressBarDisplaySource extends NumericSingleLin for (int i = 0; i < emptySpaces; i++) s.append("\u2592"); - return new TextComponent(s.toString()); + return Component.literal(s.toString()); } protected MutableComponent formatNumeric(DisplayLinkContext context, Float currentLevel) { - return new TextComponent(Mth.clamp((int) (currentLevel * 100), 0, 100) + "%"); + return Component.literal(Mth.clamp((int) (currentLevel * 100), 0, 100) + "%"); } @Nullable diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/RedstonePowerDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/RedstonePowerDisplaySource.java index 03e0195a84..a96cd4e4be 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/RedstonePowerDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/RedstonePowerDisplaySource.java @@ -4,8 +4,8 @@ import com.simibubi.create.content.logistics.block.display.DisplayLinkContext; import com.simibubi.create.foundation.gui.ModularGuiLineBuilder; import com.simibubi.create.foundation.utility.Lang; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.block.state.properties.BlockStateProperties; import net.minecraftforge.api.distmarker.Dist; @@ -20,7 +20,7 @@ public class RedstonePowerDisplaySource extends PercentOrProgressBarDisplaySourc @Override protected MutableComponent formatNumeric(DisplayLinkContext context, Float currentLevel) { - return new TextComponent(String.valueOf((int) (currentLevel * 15))); + return Component.literal(String.valueOf((int) (currentLevel * 15))); } @Override diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/ScoreboardDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/ScoreboardDisplaySource.java index cafedbba60..9968335a22 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/ScoreboardDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/ScoreboardDisplaySource.java @@ -9,8 +9,8 @@ import com.simibubi.create.foundation.utility.IntAttached; import com.simibubi.create.foundation.utility.Lang; import net.minecraft.ChatFormatting; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.server.level.ServerLevel; import net.minecraft.world.level.Level; import net.minecraft.world.scores.Objective; @@ -41,7 +41,7 @@ public class ScoreboardDisplaySource extends ValueListDisplaySource { .getPlayerScores(objective) .stream() .limit(maxRows) - .map(score -> IntAttached.with(score.getScore(), new TextComponent(score.getOwner()).copy())) + .map(score -> IntAttached.with(score.getScore(), Component.literal(score.getOwner()).copy())) .sorted(IntAttached.comparator()); } diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/SingleLineDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/SingleLineDisplaySource.java index c557050a06..274b3cee74 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/SingleLineDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/SingleLineDisplaySource.java @@ -12,8 +12,8 @@ import com.simibubi.create.foundation.gui.ModularGuiLineBuilder; import com.simibubi.create.foundation.utility.Lang; import net.minecraft.ChatFormatting; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; @@ -51,7 +51,7 @@ public abstract class SingleLineDisplaySource extends DisplaySource { String label = context.sourceConfig() .getString("Label"); if (!label.isEmpty()) - line = new TextComponent(label + " ").append(line); + line = Component.literal(label + " ").append(line); } return ImmutableList.of(line); @@ -64,7 +64,7 @@ public abstract class SingleLineDisplaySource extends DisplaySource { String label = context.sourceConfig() .getString("Label"); if (!label.isEmpty()) - return ImmutableList.of(ImmutableList.of(new TextComponent(label + " "), provideLine(context, stats))); + return ImmutableList.of(ImmutableList.of(Component.literal(label + " "), provideLine(context, stats))); } return super.provideFlapDisplayText(context, stats); diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/StationSummaryDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/StationSummaryDisplaySource.java index 60c5f2c136..da57d5a26d 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/StationSummaryDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/StationSummaryDisplaySource.java @@ -20,20 +20,20 @@ import com.simibubi.create.foundation.utility.Lang; import net.minecraft.ChatFormatting; import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.util.Mth; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; public class StationSummaryDisplaySource extends DisplaySource { - protected static final MutableComponent UNPREDICTABLE = new TextComponent(" ~ "); + protected static final MutableComponent UNPREDICTABLE = Component.literal(" ~ "); protected static final List EMPTY_ENTRY_4 = - ImmutableList.of(WHITESPACE, new TextComponent(" . "), WHITESPACE, WHITESPACE); + ImmutableList.of(WHITESPACE, Component.literal(" . "), WHITESPACE, WHITESPACE); protected static final List EMPTY_ENTRY_5 = - ImmutableList.of(WHITESPACE, new TextComponent(" . "), WHITESPACE, WHITESPACE, WHITESPACE); + ImmutableList.of(WHITESPACE, Component.literal(" . "), WHITESPACE, WHITESPACE, WHITESPACE); @Override public List provideText(DisplayLinkContext context, DisplayTargetStats stats) { @@ -67,7 +67,7 @@ public class StationSummaryDisplaySource extends DisplaySource { min++; sec = 0; } - lines.add(min > 0 ? new TextComponent(String.valueOf(min)) : WHITESPACE); + lines.add(min > 0 ? Component.literal(String.valueOf(min)) : WHITESPACE); lines.add(min > 0 ? Lang.translateDirect("display_source.station_summary.minutes") : Lang.translateDirect("display_source.station_summary.seconds", sec)); } @@ -86,7 +86,7 @@ public class StationSummaryDisplaySource extends DisplaySource { platform = platform.replace(string, ""); platform = platform.replace("*", "?"); - lines.add(new TextComponent(platform.trim())); + lines.add(Component.literal(platform.trim())); list.add(lines); }); diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/StopWatchDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/StopWatchDisplaySource.java index 86d42f35d9..9b0b70a833 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/StopWatchDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/StopWatchDisplaySource.java @@ -5,8 +5,8 @@ import com.simibubi.create.content.logistics.block.display.DisplayLinkContext; import com.simibubi.create.content.logistics.block.display.target.DisplayTargetStats; import com.simibubi.create.content.logistics.trains.management.display.FlapDisplaySection; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; public class StopWatchDisplaySource extends SingleLineDisplaySource { @@ -32,7 +32,7 @@ public class StopWatchDisplaySource extends SingleLineDisplaySource { int minutes = (diff / 60 / 20) % 60; int seconds = (diff / 20) % 60; - MutableComponent component = new TextComponent((hours == 0 ? "" : (hours < 10 ? " " : "") + hours + ":") + MutableComponent component = Component.literal((hours == 0 ? "" : (hours < 10 ? " " : "") + hours + ":") + (minutes < 10 ? hours == 0 ? " " : "0" : "") + minutes + ":" + (seconds < 10 ? "0" : "") + seconds); return component; diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/TimeOfDayDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/TimeOfDayDisplaySource.java index d71ef7bbf8..0f90bfe2ac 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/TimeOfDayDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/TimeOfDayDisplaySource.java @@ -8,15 +8,15 @@ import com.simibubi.create.content.logistics.trains.management.display.FlapDispl import com.simibubi.create.foundation.gui.ModularGuiLineBuilder; import com.simibubi.create.foundation.utility.Lang; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.server.level.ServerLevel; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; public class TimeOfDayDisplaySource extends SingleLineDisplaySource { - public static final MutableComponent EMPTY_TIME = new TextComponent("--:--"); + public static final MutableComponent EMPTY_TIME = Component.literal("--:--"); @Override protected MutableComponent provideLine(DisplayLinkContext context, DisplayTargetStats stats) { @@ -49,7 +49,7 @@ public class TimeOfDayDisplaySource extends SingleLineDisplaySource { minutes = Create.RANDOM.nextInt(40) + 60; } - MutableComponent component = new TextComponent( + MutableComponent component = Component.literal( (hours < 10 ? " " : "") + hours + ":" + (minutes < 10 ? "0" : "") + minutes + (c12 ? " " : "")); return c12 ? component.append(suffix) : component; diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/source/ValueListDisplaySource.java b/src/main/java/com/simibubi/create/content/logistics/block/display/source/ValueListDisplaySource.java index 193067fadf..3ac80b423b 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/source/ValueListDisplaySource.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/source/ValueListDisplaySource.java @@ -19,8 +19,8 @@ import com.simibubi.create.foundation.utility.Couple; import com.simibubi.create.foundation.utility.IntAttached; import com.simibubi.create.foundation.utility.Lang; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.level.block.entity.LecternBlockEntity; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; @@ -63,7 +63,7 @@ public abstract class ValueListDisplaySource extends DisplaySource { current = atIndex; continue; } - current.append(new TextComponent("\n")) + current.append(Component.literal("\n")) .append(atIndex); if ((i + 1) % ENTRIES_PER_PAGE == 0) { condensed.add(current); @@ -99,7 +99,7 @@ public abstract class ValueListDisplaySource extends DisplaySource { : Arrays.asList(name, shortened.getFirst(), shortened.getSecond()); } - MutableComponent formattedNumber = new TextComponent(String.valueOf(number)).append(WHITESPACE); + MutableComponent formattedNumber = Component.literal(String.valueOf(number)).append(WHITESPACE); return valueFirst() ? Arrays.asList(formattedNumber, name) : Arrays.asList(name, formattedNumber); } @@ -137,14 +137,14 @@ public abstract class ValueListDisplaySource extends DisplaySource { private Couple shorten(int number) { if (number >= 1000000) - return Couple.create(new TextComponent(String.valueOf(number / 1000000)), + return Couple.create(Component.literal(String.valueOf(number / 1000000)), Lang.translateDirect("display_source.value_list.million") .append(WHITESPACE)); if (number >= 1000) - return Couple.create(new TextComponent(String.valueOf(number / 1000)), + return Couple.create(Component.literal(String.valueOf(number / 1000)), Lang.translateDirect("display_source.value_list.thousand") .append(WHITESPACE)); - return Couple.create(new TextComponent(String.valueOf(number)), WHITESPACE); + return Couple.create(Component.literal(String.valueOf(number)), WHITESPACE); } protected boolean shortenNumbers(DisplayLinkContext context) { diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/target/DisplayTarget.java b/src/main/java/com/simibubi/create/content/logistics/block/display/target/DisplayTarget.java index 6c1848421e..819f5e32c7 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/target/DisplayTarget.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/target/DisplayTarget.java @@ -39,7 +39,7 @@ public abstract class DisplayTarget extends DisplayBehaviour { if (line == 0) return; - CompoundTag tag = target.getTileData(); + CompoundTag tag = target.getPersistentData(); CompoundTag compound = tag.getCompound("DisplayLink"); compound.putLong("Line" + line, context.te() .getBlockPos() @@ -48,7 +48,7 @@ public abstract class DisplayTarget extends DisplayBehaviour { } public boolean isReserved(int line, BlockEntity target, DisplayLinkContext context) { - CompoundTag tag = target.getTileData(); + CompoundTag tag = target.getPersistentData(); CompoundTag compound = tag.getCompound("DisplayLink"); if (!compound.contains("Line" + line)) diff --git a/src/main/java/com/simibubi/create/content/logistics/block/funnel/AbstractFunnelBlock.java b/src/main/java/com/simibubi/create/content/logistics/block/funnel/AbstractFunnelBlock.java index 4726ef2b76..a1dbe06293 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/funnel/AbstractFunnelBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/funnel/AbstractFunnelBlock.java @@ -1,6 +1,5 @@ package com.simibubi.create.content.logistics.block.funnel; -import java.util.Random; import java.util.function.Consumer; import javax.annotation.Nullable; @@ -16,6 +15,7 @@ import com.simibubi.create.foundation.tileEntity.behaviour.inventory.InvManipula import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.context.BlockPlaceContext; import net.minecraft.world.level.BlockGetter; @@ -31,7 +31,7 @@ import net.minecraft.world.level.block.state.properties.BooleanProperty; import net.minecraft.world.level.pathfinder.PathComputationType; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.IBlockRenderProperties; +import net.minecraftforge.client.extensions.common.IClientBlockExtensions; public abstract class AbstractFunnelBlock extends Block implements ITE, IWrenchable { @@ -43,7 +43,7 @@ public abstract class AbstractFunnelBlock extends Block implements ITE consumer) { + public void initializeClient(Consumer consumer) { consumer.accept(new ReducedDestroyEffects()); } @@ -77,7 +77,7 @@ public abstract class AbstractFunnelBlock extends Block implements ITE { if (te.state != 0 && rand.nextFloat() < 0.25F) addParticles(stateIn, worldIn, pos, 0.5F); diff --git a/src/main/java/com/simibubi/create/content/logistics/block/redstone/ContentObserverBlock.java b/src/main/java/com/simibubi/create/content/logistics/block/redstone/ContentObserverBlock.java index 17dd8134a9..6d04fe32e7 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/redstone/ContentObserverBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/redstone/ContentObserverBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.logistics.block.redstone; -import java.util.Random; - import com.simibubi.create.AllBlocks; import com.simibubi.create.AllShapes; import com.simibubi.create.AllTileEntities; @@ -18,6 +16,7 @@ import com.simibubi.create.foundation.utility.Iterate; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.context.BlockPlaceContext; import net.minecraft.world.level.BlockGetter; @@ -113,7 +112,7 @@ public class ContentObserverBlock extends HorizontalDirectionalBlock implements } @Override - public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, Random random) { + public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, RandomSource random) { worldIn.setBlock(pos, state.setValue(POWERED, false), 2); worldIn.updateNeighborsAt(pos, this); } diff --git a/src/main/java/com/simibubi/create/content/logistics/block/redstone/NixieTubeBlock.java b/src/main/java/com/simibubi/create/content/logistics/block/redstone/NixieTubeBlock.java index 6d72a9c41d..bfcc0f74ce 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/redstone/NixieTubeBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/redstone/NixieTubeBlock.java @@ -2,7 +2,6 @@ package com.simibubi.create.content.logistics.block.redstone; import static net.minecraft.world.level.block.state.properties.BlockStateProperties.WATERLOGGED; -import java.util.Random; import java.util.function.BiConsumer; import com.simibubi.create.AllBlocks; @@ -20,6 +19,7 @@ import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.Tag; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.player.Player; @@ -217,7 +217,7 @@ public class NixieTubeBlock extends DoubleFaceAttachedBlock } @Override - public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, Random r) { + public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, RandomSource r) { updateDisplayedRedstoneValue(state, worldIn, pos); } diff --git a/src/main/java/com/simibubi/create/content/logistics/block/redstone/NixieTubeTileEntity.java b/src/main/java/com/simibubi/create/content/logistics/block/redstone/NixieTubeTileEntity.java index 90729a8c7b..458eb28f9e 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/redstone/NixieTubeTileEntity.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/redstone/NixieTubeTileEntity.java @@ -15,8 +15,8 @@ import com.simibubi.create.foundation.utility.DynamicComponent; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.world.level.block.state.BlockState; @@ -82,7 +82,7 @@ public class NixieTubeTileEntity extends SmartTileEntity { public MutableComponent getFullText() { return customText.map(DynamicComponent::get) - .orElse(new TextComponent("" + redstoneStrength)); + .orElse(Component.literal("" + redstoneStrength)); } public void updateRedstoneStrength(int signalStrength) { diff --git a/src/main/java/com/simibubi/create/content/logistics/block/redstone/RedstoneContactBlock.java b/src/main/java/com/simibubi/create/content/logistics/block/redstone/RedstoneContactBlock.java index bb17964e98..03ee8b5e65 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/redstone/RedstoneContactBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/redstone/RedstoneContactBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.logistics.block.redstone; -import java.util.Random; - import javax.annotation.Nullable; import javax.annotation.ParametersAreNonnullByDefault; @@ -12,6 +10,7 @@ import net.minecraft.MethodsReturnNonnullByDefault; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.item.context.BlockPlaceContext; import net.minecraft.world.level.BlockGetter; import net.minecraft.world.level.Level; @@ -79,7 +78,7 @@ public class RedstoneContactBlock extends WrenchableDirectionalBlock { } @Override - public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, Random random) { + public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, RandomSource random) { boolean hasValidContact = hasValidContact(worldIn, pos, state.getValue(FACING)); if (state.getValue(POWERED) != hasValidContact) worldIn.setBlockAndUpdate(pos, state.setValue(POWERED, hasValidContact)); diff --git a/src/main/java/com/simibubi/create/content/logistics/block/redstone/RedstoneLinkBlock.java b/src/main/java/com/simibubi/create/content/logistics/block/redstone/RedstoneLinkBlock.java index 4ac22be1f6..c05385471f 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/redstone/RedstoneLinkBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/redstone/RedstoneLinkBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.logistics.block.redstone; -import java.util.Random; - import com.simibubi.create.AllShapes; import com.simibubi.create.AllTileEntities; import com.simibubi.create.foundation.block.ITE; @@ -11,6 +9,7 @@ import com.simibubi.create.foundation.utility.Iterate; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.player.Player; @@ -61,7 +60,7 @@ public class RedstoneLinkBlock extends WrenchableDirectionalBlock implements ITE } @Override - public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, Random r) { + public void tick(BlockState state, ServerLevel worldIn, BlockPos pos, RandomSource r) { updateTransmittedSignal(state, worldIn, pos); } diff --git a/src/main/java/com/simibubi/create/content/logistics/block/redstone/RoseQuartzLampBlock.java b/src/main/java/com/simibubi/create/content/logistics/block/redstone/RoseQuartzLampBlock.java index 9046030dbf..879a2a844a 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/redstone/RoseQuartzLampBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/redstone/RoseQuartzLampBlock.java @@ -3,7 +3,6 @@ package com.simibubi.create.content.logistics.block.redstone; import java.util.HashSet; import java.util.LinkedList; import java.util.List; -import java.util.Random; import java.util.Set; import java.util.function.BiConsumer; @@ -15,6 +14,7 @@ import net.minecraft.core.BlockPos; import net.minecraft.core.BlockPos.MutableBlockPos; import net.minecraft.core.Direction; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.player.Player; @@ -149,7 +149,7 @@ public class RoseQuartzLampBlock extends Block implements IWrenchable { } @Override - public void tick(BlockState pState, ServerLevel pLevel, BlockPos pPos, Random pRand) { + public void tick(BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSource pRand) { boolean wasPowering = pState.getValue(POWERING); boolean shouldBePowering = pState.getValue(ACTIVATE); diff --git a/src/main/java/com/simibubi/create/content/logistics/block/redstone/StockpileSwitchBlock.java b/src/main/java/com/simibubi/create/content/logistics/block/redstone/StockpileSwitchBlock.java index 8b28fab101..f2152a9b54 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/redstone/StockpileSwitchBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/redstone/StockpileSwitchBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.logistics.block.redstone; -import java.util.Random; - import com.simibubi.create.AllItems; import com.simibubi.create.AllShapes; import com.simibubi.create.AllTileEntities; @@ -14,6 +12,7 @@ import net.minecraft.client.player.LocalPlayer; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.player.Player; @@ -94,7 +93,7 @@ public class StockpileSwitchBlock extends HorizontalDirectionalBlock } @Override - public void tick(BlockState blockState, ServerLevel world, BlockPos pos, Random random) { + public void tick(BlockState blockState, ServerLevel world, BlockPos pos, RandomSource random) { getTileEntityOptional(world, pos).ifPresent(StockpileSwitchTileEntity::updatePowerAfterDelay); } diff --git a/src/main/java/com/simibubi/create/content/logistics/block/redstone/StockpileSwitchScreen.java b/src/main/java/com/simibubi/create/content/logistics/block/redstone/StockpileSwitchScreen.java index f6b26b01c2..0e61be3ffa 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/redstone/StockpileSwitchScreen.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/redstone/StockpileSwitchScreen.java @@ -15,7 +15,6 @@ import com.simibubi.create.foundation.utility.animation.LerpedFloat; import com.simibubi.create.foundation.utility.animation.LerpedFloat.Chaser; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.item.ItemStack; public class StockpileSwitchScreen extends AbstractSimiScreen { @@ -57,7 +56,7 @@ public class StockpileSwitchScreen extends AbstractSimiScreen { .startWithValue(te.getState() ? 1 : 0); offBelow = new ScrollInput(x + 36, y + 40, 102, 18).withRange(0, 100) - .titled(TextComponent.EMPTY.plainCopy()) + .titled(Component.empty()) .calling(state -> { lastModification = 0; offBelow.titled(Lang.translateDirect("gui.stockpile_switch.move_to_upper_at", state)); @@ -69,7 +68,7 @@ public class StockpileSwitchScreen extends AbstractSimiScreen { .setState((int) (te.offWhenBelow * 100)); onAbove = new ScrollInput(x + 36, y + 18, 102, 18).withRange(1, 101) - .titled(TextComponent.EMPTY.plainCopy()) + .titled(Component.empty()) .calling(state -> { lastModification = 0; onAbove.titled(Lang.translateDirect("gui.stockpile_switch.move_to_lower_at", state)); diff --git a/src/main/java/com/simibubi/create/content/logistics/item/LinkedControllerClientHandler.java b/src/main/java/com/simibubi/create/content/logistics/item/LinkedControllerClientHandler.java index 25ea8591d4..e232cc80bf 100644 --- a/src/main/java/com/simibubi/create/content/logistics/item/LinkedControllerClientHandler.java +++ b/src/main/java/com/simibubi/create/content/logistics/item/LinkedControllerClientHandler.java @@ -28,15 +28,14 @@ import net.minecraft.client.gui.screens.Screen; import net.minecraft.client.player.LocalPlayer; import net.minecraft.core.BlockPos; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.item.ItemStack; import net.minecraft.world.phys.shapes.VoxelShape; -import net.minecraftforge.client.gui.ForgeIngameGui; -import net.minecraftforge.client.gui.IIngameOverlay; +import net.minecraftforge.client.gui.overlay.ForgeGui; +import net.minecraftforge.client.gui.overlay.IGuiOverlay; public class LinkedControllerClientHandler { - public static final IIngameOverlay OVERLAY = LinkedControllerClientHandler::renderOverlay; + public static final IGuiOverlay OVERLAY = LinkedControllerClientHandler::renderOverlay; public static Mode MODE = Mode.IDLE; public static int PACKET_RATE = 5; @@ -210,7 +209,7 @@ public class LinkedControllerClientHandler { controls.forEach(kb -> kb.setDown(false)); } - public static void renderOverlay(ForgeIngameGui gui, PoseStack poseStack, float partialTicks, int width1, + public static void renderOverlay(ForgeGui gui, PoseStack poseStack, float partialTicks, int width1, int height1) { Minecraft mc = Minecraft.getInstance(); if (mc.options.hideGui) @@ -220,7 +219,7 @@ public class LinkedControllerClientHandler { return; poseStack.pushPose(); - Screen tooltipScreen = new Screen(TextComponent.EMPTY) { + Screen tooltipScreen = new Screen(Component.empty()) { }; tooltipScreen.init(mc, width1, height1); diff --git a/src/main/java/com/simibubi/create/content/logistics/item/LinkedControllerItem.java b/src/main/java/com/simibubi/create/content/logistics/item/LinkedControllerItem.java index 9b3ae02e74..500c06b1ed 100644 --- a/src/main/java/com/simibubi/create/content/logistics/item/LinkedControllerItem.java +++ b/src/main/java/com/simibubi/create/content/logistics/item/LinkedControllerItem.java @@ -29,7 +29,7 @@ import net.minecraft.world.level.block.LecternBlock; import net.minecraft.world.level.block.state.BlockState; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.IItemRenderProperties; +import net.minecraftforge.client.extensions.common.IClientItemExtensions; import net.minecraftforge.fml.DistExecutor; import net.minecraftforge.items.ItemStackHandler; import net.minecraftforge.network.NetworkHooks; @@ -88,7 +88,7 @@ public class LinkedControllerItem extends Item implements MenuProvider { if (player.isShiftKeyDown() && hand == InteractionHand.MAIN_HAND) { if (!world.isClientSide && player instanceof ServerPlayer && player.mayBuild()) - NetworkHooks.openGui((ServerPlayer) player, this, buf -> { + NetworkHooks.openScreen((ServerPlayer) player, this, buf -> { buf.writeItem(heldItem); }); return InteractionResultHolder.success(heldItem); @@ -143,7 +143,7 @@ public class LinkedControllerItem extends Item implements MenuProvider { @Override @OnlyIn(Dist.CLIENT) - public void initializeClient(Consumer consumer) { + public void initializeClient(Consumer consumer) { consumer.accept(SimpleCustomRenderer.create(this, new LinkedControllerItemRenderer())); } diff --git a/src/main/java/com/simibubi/create/content/logistics/item/LinkedControllerItemRenderer.java b/src/main/java/com/simibubi/create/content/logistics/item/LinkedControllerItemRenderer.java index 76cf1d624b..adfb33b814 100644 --- a/src/main/java/com/simibubi/create/content/logistics/item/LinkedControllerItemRenderer.java +++ b/src/main/java/com/simibubi/create/content/logistics/item/LinkedControllerItemRenderer.java @@ -89,7 +89,7 @@ public class LinkedControllerItemRenderer extends CustomRenderedItemModelRendere if (renderType == RenderType.NORMAL) { Minecraft mc = Minecraft.getInstance(); - boolean rightHanded = mc.options.mainHand == HumanoidArm.RIGHT; + boolean rightHanded = mc.options.mainHand().get() == HumanoidArm.RIGHT; TransformType mainHand = rightHanded ? TransformType.FIRST_PERSON_RIGHT_HAND : TransformType.FIRST_PERSON_LEFT_HAND; TransformType offHand = diff --git a/src/main/java/com/simibubi/create/content/logistics/item/filter/AttributeFilterContainer.java b/src/main/java/com/simibubi/create/content/logistics/item/filter/AttributeFilterContainer.java index 2ab82ce707..c1e2248263 100644 --- a/src/main/java/com/simibubi/create/content/logistics/item/filter/AttributeFilterContainer.java +++ b/src/main/java/com/simibubi/create/content/logistics/item/filter/AttributeFilterContainer.java @@ -11,7 +11,7 @@ import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.ListTag; import net.minecraft.nbt.Tag; import net.minecraft.network.FriendlyByteBuf; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraft.world.entity.player.Inventory; import net.minecraft.world.entity.player.Player; import net.minecraft.world.inventory.ClickType; @@ -52,7 +52,7 @@ public class AttributeFilterContainer extends AbstractFilterContainer { super.init(inv, contentHolder); ItemStack stack = new ItemStack(Items.NAME_TAG); stack.setHoverName( - new TextComponent("Selected Tags").withStyle(ChatFormatting.RESET, ChatFormatting.BLUE)); + Component.literal("Selected Tags").withStyle(ChatFormatting.RESET, ChatFormatting.BLUE)); ghostInventory.setStackInSlot(1, stack); } diff --git a/src/main/java/com/simibubi/create/content/logistics/item/filter/AttributeFilterScreen.java b/src/main/java/com/simibubi/create/content/logistics/item/filter/AttributeFilterScreen.java index fb5488ccb1..f70c5bfa3e 100644 --- a/src/main/java/com/simibubi/create/content/logistics/item/filter/AttributeFilterScreen.java +++ b/src/main/java/com/simibubi/create/content/logistics/item/filter/AttributeFilterScreen.java @@ -22,7 +22,6 @@ import net.minecraft.ChatFormatting; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.entity.player.Inventory; import net.minecraft.world.item.ItemStack; @@ -86,9 +85,9 @@ public class AttributeFilterScreen extends AbstractFilterScreen selectedAttributes.add(new TextComponent("- ") + menu.selectedAttributes.forEach(at -> selectedAttributes.add(Component.literal("- ") .append(at.getFirst() .format(at.getSecond())) .withStyle(ChatFormatting.GRAY))); @@ -243,7 +242,7 @@ public class AttributeFilterScreen extends AbstractFilterScreen makeSummary = makeSummary(stack); if (makeSummary.isEmpty()) return; - ItemDescription.add(tooltip, new TextComponent(" ")); + ItemDescription.add(tooltip, Component.literal(" ")); ItemDescription.add(tooltip, makeSummary); } } @@ -92,14 +91,14 @@ public class FilterItem extends Item implements MenuProvider { int count = 0; for (int i = 0; i < filterItems.getSlots(); i++) { if (count > 3) { - list.add(new TextComponent("- ...").withStyle(ChatFormatting.DARK_GRAY)); + list.add(Component.literal("- ...").withStyle(ChatFormatting.DARK_GRAY)); break; } ItemStack filterStack = filterItems.getStackInSlot(i); if (filterStack.isEmpty()) continue; - list.add(new TextComponent("- ").append(filterStack.getHoverName()).withStyle(ChatFormatting.GRAY)); + list.add(Component.literal("- ").append(filterStack.getHoverName()).withStyle(ChatFormatting.GRAY)); count++; } @@ -124,10 +123,10 @@ public class FilterItem extends Item implements MenuProvider { ItemAttribute attribute = ItemAttribute.fromNBT(compound); boolean inverted = compound.getBoolean("Inverted"); if (count > 3) { - list.add(new TextComponent("- ...").withStyle(ChatFormatting.DARK_GRAY)); + list.add(Component.literal("- ...").withStyle(ChatFormatting.DARK_GRAY)); break; } - list.add(new TextComponent("- ").append(attribute.format(inverted))); + list.add(Component.literal("- ").append(attribute.format(inverted))); count++; } @@ -144,7 +143,7 @@ public class FilterItem extends Item implements MenuProvider { if (!player.isShiftKeyDown() && hand == InteractionHand.MAIN_HAND) { if (!world.isClientSide && player instanceof ServerPlayer) - NetworkHooks.openGui((ServerPlayer) player, this, buf -> { + NetworkHooks.openScreen((ServerPlayer) player, this, buf -> { buf.writeItem(heldItem); }); return InteractionResultHolder.success(heldItem); diff --git a/src/main/java/com/simibubi/create/content/logistics/item/filter/FilterScreen.java b/src/main/java/com/simibubi/create/content/logistics/item/filter/FilterScreen.java index 9bae5a3e67..539d5bca1f 100644 --- a/src/main/java/com/simibubi/create/content/logistics/item/filter/FilterScreen.java +++ b/src/main/java/com/simibubi/create/content/logistics/item/filter/FilterScreen.java @@ -12,7 +12,6 @@ import com.simibubi.create.foundation.utility.Lang; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.entity.player.Inventory; public class FilterScreen extends AbstractFilterScreen { @@ -58,8 +57,8 @@ public class FilterScreen extends AbstractFilterScreen { sendOptionUpdate(Option.WHITELIST); }); whitelist.setToolTip(allowN); - blacklistIndicator = new Indicator(x + 18, y + 67, TextComponent.EMPTY); - whitelistIndicator = new Indicator(x + 36, y + 67, TextComponent.EMPTY); + blacklistIndicator = new Indicator(x + 18, y + 67, Component.empty()); + whitelistIndicator = new Indicator(x + 36, y + 67, Component.empty()); addRenderableWidgets(blacklist, whitelist, blacklistIndicator, whitelistIndicator); respectNBT = new IconButton(x + 60, y + 73, AllIcons.I_RESPECT_NBT); @@ -74,8 +73,8 @@ public class FilterScreen extends AbstractFilterScreen { sendOptionUpdate(Option.IGNORE_DATA); }); ignoreNBT.setToolTip(ignoreDataN); - respectNBTIndicator = new Indicator(x + 60, y + 67, TextComponent.EMPTY); - ignoreNBTIndicator = new Indicator(x + 78, y + 67, TextComponent.EMPTY); + respectNBTIndicator = new Indicator(x + 60, y + 67, Component.empty()); + ignoreNBTIndicator = new Indicator(x + 78, y + 67, Component.empty()); addRenderableWidgets(respectNBT, ignoreNBT, respectNBTIndicator, ignoreNBTIndicator); handleIndicators(); diff --git a/src/main/java/com/simibubi/create/content/logistics/item/filter/ItemAttribute.java b/src/main/java/com/simibubi/create/content/logistics/item/filter/ItemAttribute.java index a5353d6a77..55cef5970b 100644 --- a/src/main/java/com/simibubi/create/content/logistics/item/filter/ItemAttribute.java +++ b/src/main/java/com/simibubi/create/content/logistics/item/filter/ItemAttribute.java @@ -27,7 +27,7 @@ import com.simibubi.create.content.logistics.item.filter.attribute.astralsorcery import com.simibubi.create.foundation.utility.Lang; import net.minecraft.nbt.CompoundTag; -import net.minecraft.network.chat.TranslatableComponent; +import net.minecraft.network.chat.MutableComponent; import net.minecraft.resources.ResourceLocation; import net.minecraft.tags.ItemTags; import net.minecraft.tags.TagKey; @@ -121,7 +121,7 @@ public interface ItemAttribute { } @OnlyIn(value = Dist.CLIENT) - default TranslatableComponent format(boolean inverted) { + default MutableComponent format(boolean inverted) { return Lang.translateDirect("item_attributes." + getTranslationKey() + (inverted ? ".inverted" : ""), getTranslationParameters()); } @@ -299,7 +299,7 @@ public interface ItemAttribute { @Override @OnlyIn(value = Dist.CLIENT) - public TranslatableComponent format(boolean inverted) { + public MutableComponent format(boolean inverted) { return Lang.translateDirect("item_attributes." + getTranslationKey() + (inverted ? ".inverted" : ""), group.getDisplayName()); } diff --git a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/EnchantAttribute.java b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/EnchantAttribute.java index 3fb1102abb..2f30a0517e 100644 --- a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/EnchantAttribute.java +++ b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/EnchantAttribute.java @@ -8,7 +8,7 @@ import javax.annotation.Nullable; import com.simibubi.create.content.logistics.item.filter.ItemAttribute; import net.minecraft.nbt.CompoundTag; -import net.minecraft.network.chat.TranslatableComponent; +import net.minecraft.network.chat.Component; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.enchantment.Enchantment; @@ -43,7 +43,7 @@ public class EnchantAttribute implements ItemAttribute { public Object[] getTranslationParameters() { String parameter = ""; if(enchantment != null) - parameter = new TranslatableComponent(enchantment.getDescriptionId()).getString(); + parameter = Component.translatable(enchantment.getDescriptionId()).getString(); return new Object[] { parameter }; } diff --git a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/FluidContentsAttribute.java b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/FluidContentsAttribute.java index 7ba3997e9a..e78a756420 100644 --- a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/FluidContentsAttribute.java +++ b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/FluidContentsAttribute.java @@ -9,7 +9,6 @@ import javax.annotation.Nullable; import com.simibubi.create.content.logistics.item.filter.ItemAttribute; import net.minecraft.nbt.CompoundTag; -import net.minecraft.network.chat.TranslatableComponent; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.material.Fluid; @@ -46,7 +45,7 @@ public class FluidContentsAttribute implements ItemAttribute { public Object[] getTranslationParameters() { String parameter = ""; if (fluid != null) - parameter = new TranslatableComponent(fluid.getAttributes().getTranslationKey()).getString(); + parameter = fluid.getFluidType().getDescription().getString(); return new Object[] { parameter }; } diff --git a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryAmuletAttribute.java b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryAmuletAttribute.java index a3891eb438..b5bf2afb17 100644 --- a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryAmuletAttribute.java +++ b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryAmuletAttribute.java @@ -8,7 +8,7 @@ import com.simibubi.create.content.logistics.item.filter.ItemAttribute; import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.ListTag; import net.minecraft.nbt.Tag; -import net.minecraft.network.chat.TranslatableComponent; +import net.minecraft.network.chat.Component; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.enchantment.Enchantment; @@ -56,7 +56,7 @@ public class AstralSorceryAmuletAttribute implements ItemAttribute { Enchantment enchant = ForgeRegistries.ENCHANTMENTS.getValue(ResourceLocation.tryParse(enchName)); if(enchant != null) { - something = new TranslatableComponent(enchant.getDescriptionId()).getString(); + something = Component.translatable(enchant.getDescriptionId()).getString(); } if(enchType == 1) something = "existing " + something; diff --git a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryAttunementAttribute.java b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryAttunementAttribute.java index 6acb2fe4cc..017151f8a2 100644 --- a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryAttunementAttribute.java +++ b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryAttunementAttribute.java @@ -6,7 +6,7 @@ import java.util.List; import com.simibubi.create.content.logistics.item.filter.ItemAttribute; import net.minecraft.nbt.CompoundTag; -import net.minecraft.network.chat.TranslatableComponent; +import net.minecraft.network.chat.Component; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.ItemStack; @@ -57,7 +57,7 @@ public class AstralSorceryAttunementAttribute implements ItemAttribute { @Override public Object[] getTranslationParameters() { ResourceLocation constResource = new ResourceLocation(constellationName); - String something = new TranslatableComponent(String.format("%s.constellation.%s", constResource.getNamespace(), constResource.getPath())).getString(); + String something = Component.translatable(String.format("%s.constellation.%s", constResource.getNamespace(), constResource.getPath())).getString(); return new Object[] { something }; } diff --git a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryCrystalAttribute.java b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryCrystalAttribute.java index 968d3b8121..1d829c3c64 100644 --- a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryCrystalAttribute.java +++ b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryCrystalAttribute.java @@ -8,7 +8,7 @@ import com.simibubi.create.content.logistics.item.filter.ItemAttribute; import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.ListTag; import net.minecraft.nbt.Tag; -import net.minecraft.network.chat.TranslatableComponent; +import net.minecraft.network.chat.Component; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.ItemStack; @@ -46,7 +46,7 @@ public class AstralSorceryCrystalAttribute implements ItemAttribute { @Override public Object[] getTranslationParameters() { ResourceLocation traitResource = new ResourceLocation(traitName); - String something = new TranslatableComponent(String.format("crystal.property.%s.%s.name", traitResource.getNamespace(), traitResource.getPath())).getString(); + String something = Component.translatable(String.format("crystal.property.%s.%s.name", traitResource.getNamespace(), traitResource.getPath())).getString(); return new Object[] { something }; } diff --git a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryPerkGemAttribute.java b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryPerkGemAttribute.java index 3875b90867..1ce05d45ad 100644 --- a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryPerkGemAttribute.java +++ b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryPerkGemAttribute.java @@ -8,7 +8,7 @@ import com.simibubi.create.content.logistics.item.filter.ItemAttribute; import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.ListTag; import net.minecraft.nbt.Tag; -import net.minecraft.network.chat.TranslatableComponent; +import net.minecraft.network.chat.Component; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.ItemStack; @@ -46,7 +46,7 @@ public class AstralSorceryPerkGemAttribute implements ItemAttribute { @Override public Object[] getTranslationParameters() { ResourceLocation traitResource = new ResourceLocation(traitName); - String something = new TranslatableComponent(String.format("perk.attribute.%s.%s.name", traitResource.getNamespace(), traitResource.getPath())).getString(); + String something = Component.translatable(String.format("perk.attribute.%s.%s.name", traitResource.getNamespace(), traitResource.getPath())).getString(); return new Object[] { something }; } diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/entity/CarriageContraptionEntity.java b/src/main/java/com/simibubi/create/content/logistics/trains/entity/CarriageContraptionEntity.java index b4e0a7feae..16ec03e505 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/entity/CarriageContraptionEntity.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/entity/CarriageContraptionEntity.java @@ -37,9 +37,7 @@ import net.minecraft.core.Direction.Axis; import net.minecraft.core.particles.ParticleTypes; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.KeybindComponent; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.network.syncher.EntityDataAccessor; import net.minecraft.network.syncher.EntityDataSerializers; import net.minecraft.network.syncher.SynchedEntityData; @@ -90,6 +88,8 @@ public class CarriageContraptionEntity extends OrientedContraptionEntity { validForRender = false; firstPositionUpdate = true; arrivalSoundTicks = Integer.MIN_VALUE; + derailParticleOffset = VecHelper.offsetRandomly(Vec3.ZERO, world.random, 1.5f) + .multiply(1, .25f, 1); } @Override @@ -390,8 +390,7 @@ public class CarriageContraptionEntity extends OrientedContraptionEntity { @Override protected void handleStallInformation(float x, float y, float z, float angle) {} - Vec3 derailParticleOffset = VecHelper.offsetRandomly(Vec3.ZERO, Create.RANDOM, 1.5f) - .multiply(1, .25f, 1); + Vec3 derailParticleOffset; private void spawnDerailParticles(Carriage carriage) { if (random.nextFloat() < 1 / 20f) { @@ -592,7 +591,7 @@ public class CarriageContraptionEntity extends OrientedContraptionEntity { GlobalStation currentStation = carriage.train.getCurrentStation(); if (currentStation != null && spaceDown) { sendPrompt(player, Lang.translateDirect("train.arrived_at", - new TextComponent(currentStation.name).withStyle(s -> s.withColor(0x704630))), false); + Component.literal(currentStation.name).withStyle(s -> s.withColor(0x704630))), false); return true; } @@ -604,7 +603,7 @@ public class CarriageContraptionEntity extends OrientedContraptionEntity { if (currentStation != null && targetSpeed != 0) { stationMessage = false; sendPrompt(player, Lang.translateDirect("train.departing_from", - new TextComponent(currentStation.name).withStyle(s -> s.withColor(0x704630))), false); + Component.literal(currentStation.name).withStyle(s -> s.withColor(0x704630))), false); } if (currentStation == null) { @@ -617,8 +616,8 @@ public class CarriageContraptionEntity extends OrientedContraptionEntity { double f = (nav.distanceToDestination / navDistanceTotal); int progress = (int) (Mth.clamp(1 - ((1 - f) * (1 - f)), 0, 1) * 30); boolean arrived = progress == 0; - TextComponent whiteComponent = new TextComponent(Strings.repeat("|", progress)); - TextComponent greenComponent = new TextComponent(Strings.repeat("|", 30 - progress)); + MutableComponent whiteComponent = Component.literal(Strings.repeat("|", progress)); + MutableComponent greenComponent = Component.literal(Strings.repeat("|", 30 - progress)); int fromColor = 0x00_FFC244; int toColor = 0x00_529915; @@ -684,14 +683,14 @@ public class CarriageContraptionEntity extends OrientedContraptionEntity { private void displayApproachStationMessage(Player player, GlobalStation station) { sendPrompt(player, Lang.translateDirect("contraption.controls.approach_station", - new KeybindComponent("key.jump"), station.name), false); + Component.keybind("key.jump"), station.name), false); stationMessage = true; } private void cleanUpApproachStationMessage(Player player) { if (!stationMessage) return; - player.displayClientMessage(new TextComponent(""), true); + player.displayClientMessage(Component.literal(""), true); stationMessage = false; } diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/entity/CarriageParticles.java b/src/main/java/com/simibubi/create/content/logistics/trains/entity/CarriageParticles.java index be2e6fe412..b8fae41d9d 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/entity/CarriageParticles.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/entity/CarriageParticles.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.logistics.trains.entity; -import java.util.Random; - import com.simibubi.create.content.logistics.trains.entity.Carriage.DimensionalCarriageEntity; import com.simibubi.create.foundation.utility.Iterate; import com.simibubi.create.foundation.utility.VecHelper; @@ -11,6 +9,7 @@ import com.simibubi.create.foundation.utility.animation.LerpedFloat.Chaser; import net.minecraft.client.Minecraft; import net.minecraft.core.Direction.Axis; import net.minecraft.core.particles.ParticleTypes; +import net.minecraft.util.RandomSource; import net.minecraft.world.entity.Entity; import net.minecraft.world.level.Level; import net.minecraft.world.phys.Vec3; @@ -41,7 +40,7 @@ public class CarriageParticles { if (leadingAnchor == null || !leadingAnchor.closerThan(camEntity.position(), 64)) return; - Random r = entity.level.random; + RandomSource r = entity.level.random; Vec3 contraptionMotion = entity.position() .subtract(entity.getPrevPositionVec()); double length = contraptionMotion.length(); diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/entity/CarriageSounds.java b/src/main/java/com/simibubi/create/content/logistics/trains/entity/CarriageSounds.java index 6d109d1adb..1c5a0349b9 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/entity/CarriageSounds.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/entity/CarriageSounds.java @@ -8,6 +8,7 @@ import com.simibubi.create.foundation.utility.animation.LerpedFloat.Chaser; import net.minecraft.client.Minecraft; import net.minecraft.client.resources.sounds.AbstractTickableSoundInstance; +import net.minecraft.client.resources.sounds.SoundInstance; import net.minecraft.sounds.SoundEvent; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; @@ -248,7 +249,7 @@ public class CarriageSounds { class LoopingSound extends AbstractTickableSoundInstance { protected LoopingSound(SoundEvent p_119606_, SoundSource p_119607_) { - super(p_119606_, p_119607_); + super(p_119606_, p_119607_, SoundInstance.createUnseededRandom()); attenuation = Attenuation.LINEAR; looping = true; delay = 0; diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/entity/Train.java b/src/main/java/com/simibubi/create/content/logistics/trains/entity/Train.java index 148c06159b..8dd8b40de5 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/entity/Train.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/entity/Train.java @@ -1064,7 +1064,7 @@ public class Train { stack = fuelItems.extractItem(slot, 1, false); fuelTicks += burnTime * stack.getCount(); - ItemStack containerItem = stack.getContainerItem(); + ItemStack containerItem = stack.getCraftingRemainingItem(); if (!containerItem.isEmpty()) ItemHandlerHelper.insertItemStacked(fuelItems, containerItem, false); return; diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/entity/TrainRelocator.java b/src/main/java/com/simibubi/create/content/logistics/trains/entity/TrainRelocator.java index 838a536cc7..57858ca6ed 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/entity/TrainRelocator.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/entity/TrainRelocator.java @@ -52,7 +52,7 @@ import net.minecraft.world.phys.HitResult; import net.minecraft.world.phys.Vec3; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.event.InputEvent.ClickInputEvent; +import net.minecraftforge.client.event.InputEvent; public class TrainRelocator { @@ -71,7 +71,7 @@ public class TrainRelocator { } @OnlyIn(Dist.CLIENT) - public static void onClicked(ClickInputEvent event) { + public static void onClicked(InputEvent.InteractionKeyMappingTriggered event) { if (relocatingTrain == null) return; diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/entity/TrainStatus.java b/src/main/java/com/simibubi/create/content/logistics/trains/entity/TrainStatus.java index ac30cd36b0..f8728ef9a8 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/entity/TrainStatus.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/entity/TrainStatus.java @@ -7,7 +7,6 @@ import com.simibubi.create.foundation.utility.Lang; import net.minecraft.ChatFormatting; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.player.Player; import net.minecraft.world.level.Level; @@ -130,7 +129,7 @@ public class TrainStatus { } public void displayInformation(String key, boolean itsAGoodThing, Object... args) { - queued.add(new TextComponent(" - ").withStyle(ChatFormatting.GRAY) + queued.add(Component.literal(" - ").withStyle(ChatFormatting.GRAY) .append(Lang.translateDirect("train.status." + key, args) .withStyle(st -> st.withColor(itsAGoodThing ? 0xD5ECC2 : 0xFFD3B4)))); if (queued.size() > 3) diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/display/FlapDisplayBlock.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/display/FlapDisplayBlock.java index d1b065ffa8..e7b838349c 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/display/FlapDisplayBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/display/FlapDisplayBlock.java @@ -3,7 +3,6 @@ package com.simibubi.create.content.logistics.trains.management.display; import static net.minecraft.world.level.block.state.properties.BlockStateProperties.WATERLOGGED; import java.util.List; -import java.util.Random; import java.util.function.Predicate; import com.simibubi.create.AllBlocks; @@ -30,6 +29,7 @@ import net.minecraft.nbt.Tag; import net.minecraft.server.level.ServerLevel; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; +import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.player.Player; @@ -250,7 +250,7 @@ public class FlapDisplayBlock extends HorizontalKineticBlock } @Override - public void tick(BlockState pState, ServerLevel pLevel, BlockPos pPos, Random pRandom) { + public void tick(BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSource pRandom) { if (pState.getBlock() != this) return; BlockPos belowPos = diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/display/FlapDisplayTileEntity.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/display/FlapDisplayTileEntity.java index 37b7abb9ae..098c2df02a 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/display/FlapDisplayTileEntity.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/display/FlapDisplayTileEntity.java @@ -18,7 +18,6 @@ import net.minecraft.core.Direction; import net.minecraft.core.Vec3i; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; import net.minecraft.util.Mth; @@ -145,7 +144,7 @@ public class FlapDisplayTileEntity extends KineticTileEntity { FlapDisplaySection flapDisplaySection = sections.get(0); if (rawComponentText == null) { manualLines[lineIndex] = false; - flapDisplaySection.setText(new TextComponent("")); + flapDisplaySection.setText(Component.literal("")); notifyUpdate(); return; } diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/signal/SignalBlock.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/signal/SignalBlock.java index 15dd4fadd4..4c03fcd42f 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/signal/SignalBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/signal/SignalBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.logistics.trains.management.edgePoint.signal; -import java.util.Random; - import javax.annotation.Nullable; import com.simibubi.create.AllTileEntities; @@ -12,6 +10,7 @@ import com.simibubi.create.foundation.utility.Lang; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.util.StringRepresentable; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.player.Player; @@ -86,7 +85,7 @@ public class SignalBlock extends Block implements ITE, IWrench } @Override - public void tick(BlockState pState, ServerLevel pLevel, BlockPos pPos, Random pRand) { + public void tick(BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSource pRand) { if (pState.getValue(POWERED) && !pLevel.hasNeighborSignal(pPos)) pLevel.setBlock(pPos, pState.cycle(POWERED), 2); } diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/station/StationMarker.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/station/StationMarker.java index 42da0c2005..86bd15b07e 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/station/StationMarker.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/station/StationMarker.java @@ -19,7 +19,6 @@ import net.minecraft.core.BlockPos; import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.NbtUtils; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.level.BlockGetter; import net.minecraft.world.level.saveddata.maps.MapDecoration; import net.minecraft.world.level.saveddata.maps.MapItemSavedData; @@ -40,7 +39,7 @@ public class StationMarker { BlockPos source = NbtUtils.readBlockPos(tag.getCompound("source")); BlockPos target = NbtUtils.readBlockPos(tag.getCompound("target")); Component name = Component.Serializer.fromJson(tag.getString("name")); - if (name == null) name = TextComponent.EMPTY; + if (name == null) name = Component.empty(); return new StationMarker(source, target, name); } @@ -54,7 +53,7 @@ public class StationMarker { String name = stationOption.get() .getStation().name; return new StationMarker(pos, TileEntityBehaviour.get(stationOption.get(), TrackTargetingBehaviour.TYPE) - .getPositionForMapMarker(), new TextComponent(name)); + .getPositionForMapMarker(), Component.literal(name)); } public CompoundTag save() { diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/station/StationScreen.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/station/StationScreen.java index 89da131f39..7e384065c9 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/station/StationScreen.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/station/StationScreen.java @@ -23,7 +23,6 @@ import net.minecraft.ChatFormatting; import net.minecraft.client.gui.components.EditBox; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.util.Mth; public class StationScreen extends AbstractStationScreen { @@ -58,7 +57,7 @@ public class StationScreen extends AbstractStationScreen { onTextChanged = s -> nameBox.x = nameBoxX(s, nameBox); nameBox = new EditBox(new NoShadowFontWrapper(font), x + 23, y + 4, background.width - 20, 10, - new TextComponent(station.name)); + Component.literal(station.name)); nameBox.setBordered(false); nameBox.setMaxLength(25); nameBox.setTextColor(0x442000); @@ -92,7 +91,7 @@ public class StationScreen extends AbstractStationScreen { addRenderableWidget(dropScheduleButton); onTextChanged = s -> trainNameBox.x = nameBoxX(s, trainNameBox); - trainNameBox = new EditBox(font, x + 23, y + 47, background.width - 75, 10, new TextComponent("")); + trainNameBox = new EditBox(font, x + 23, y + 47, background.width - 75, 10, Component.literal("")); trainNameBox.setBordered(false); trainNameBox.setMaxLength(35); trainNameBox.setTextColor(0xC6C6C6); diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/station/TrainEditPacket.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/station/TrainEditPacket.java index cbf3c891b7..c44a68fb7b 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/station/TrainEditPacket.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/station/TrainEditPacket.java @@ -10,7 +10,7 @@ import com.simibubi.create.foundation.networking.AllPackets; import com.simibubi.create.foundation.networking.SimplePacketBase; import net.minecraft.network.FriendlyByteBuf; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraft.resources.ResourceLocation; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.level.Level; @@ -52,7 +52,7 @@ public class TrainEditPacket extends SimplePacketBase { if (train == null) return; if (!name.isBlank()) - train.name = new TextComponent(name); + train.name = Component.literal(name); train.icon = TrainIconType.byId(iconType); if (sender != null) AllPackets.channel.send(PacketDistributor.ALL.noArg(), new TrainEditReturnPacket(id, name, iconType)); diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/IScheduleInput.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/IScheduleInput.java index 85c1b0fe83..7c7501d05a 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/IScheduleInput.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/IScheduleInput.java @@ -11,7 +11,6 @@ import com.simibubi.create.foundation.utility.Pair; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TranslatableComponent; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.ItemStack; import net.minecraftforge.api.distmarker.Dist; @@ -32,7 +31,7 @@ public interface IScheduleInput { public default List getTitleAs(String type) { ResourceLocation id = getId(); return ImmutableList - .of(new TranslatableComponent(id.getNamespace() + ".schedule." + type + "." + id.getPath())); + .of(Component.translatable(id.getNamespace() + ".schedule." + type + "." + id.getPath())); } public default ItemStack getSecondLineIcon() { diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/Schedule.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/Schedule.java index dfc6b1f94d..ab40c131c8 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/Schedule.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/Schedule.java @@ -26,7 +26,6 @@ import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.ListTag; import net.minecraft.nbt.Tag; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TranslatableComponent; import net.minecraft.resources.ResourceLocation; public class Schedule { @@ -64,7 +63,7 @@ public class Schedule { return list.stream() .map(Pair::getFirst) .map(rl -> rl.getNamespace() + ".schedule." + langSection + rl.getPath()) - .map(TranslatableComponent::new) + .map(Component::translatable) .toList(); } diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleItem.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleItem.java index 9698773e38..006a53e344 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleItem.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleItem.java @@ -18,7 +18,6 @@ import net.minecraft.core.BlockPos; import net.minecraft.core.NonNullList; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; @@ -58,7 +57,7 @@ public class ScheduleItem extends Item implements MenuProvider { if (!player.isShiftKeyDown() && hand == InteractionHand.MAIN_HAND) { if (!world.isClientSide && player instanceof ServerPlayer) - NetworkHooks.openGui((ServerPlayer) player, this, buf -> { + NetworkHooks.openScreen((ServerPlayer) player, this, buf -> { buf.writeItem(heldItem); }); return InteractionResultHolder.success(heldItem); @@ -133,8 +132,8 @@ public class ScheduleItem extends Item implements MenuProvider { if (schedule == null || schedule.entries.isEmpty()) return; - MutableComponent caret = new TextComponent("> ").withStyle(ChatFormatting.GRAY); - MutableComponent arrow = new TextComponent("-> ").withStyle(ChatFormatting.GRAY); + MutableComponent caret = Component.literal("> ").withStyle(ChatFormatting.GRAY); + MutableComponent arrow = Component.literal("-> ").withStyle(ChatFormatting.GRAY); List entries = schedule.entries; for (int i = 0; i < entries.size(); i++) { @@ -145,7 +144,7 @@ public class ScheduleItem extends Item implements MenuProvider { ChatFormatting format = current ? ChatFormatting.YELLOW : ChatFormatting.GOLD; MutableComponent prefix = current ? arrow : caret; tooltip.add(prefix.copy() - .append(new TextComponent(destination.getFilter()).withStyle(format))); + .append(Component.literal(destination.getFilter()).withStyle(format))); } } diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleItemRetrieval.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleItemRetrieval.java index 3ff2d33954..7c7f9ae975 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleItemRetrieval.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleItemRetrieval.java @@ -25,7 +25,7 @@ public class ScheduleItemRetrieval { @SubscribeEvent public static void removeScheduleFromConductor(EntityInteract event) { Entity entity = event.getTarget(); - Player player = event.getPlayer(); + Player player = event.getEntity(); if (player == null || entity == null) return; if (player.isSpectator()) diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleRuntime.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleRuntime.java index 476d65322b..661354eaba 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleRuntime.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleRuntime.java @@ -21,8 +21,8 @@ import com.simibubi.create.foundation.utility.NBTHelper; import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.Tag; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.util.Mth; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.Level; @@ -371,7 +371,7 @@ public class ScheduleRuntime { int size = schedule.entries.size(); if (index >= size) { if (!schedule.cyclic) - return new TrainDeparturePrediction(train, time, new TextComponent(" "), destination); + return new TrainDeparturePrediction(train, time, Component.literal(" "), destination); index %= size; } @@ -389,7 +389,7 @@ public class ScheduleRuntime { } } - return new TrainDeparturePrediction(train, time, new TextComponent(text), destination); + return new TrainDeparturePrediction(train, time, Component.literal(text), destination); } public CompoundTag write() { @@ -448,12 +448,12 @@ public class ScheduleRuntime { public MutableComponent getWaitingStatus(Level level) { List> conditions = schedule.entries.get(currentEntry).conditions; if (conditions.isEmpty() || conditionProgress.isEmpty() || conditionContext.isEmpty()) - return TextComponent.EMPTY.copy(); + return Component.empty(); List list = conditions.get(0); int progress = conditionProgress.get(0); if (progress >= list.size()) - return TextComponent.EMPTY.copy(); + return Component.empty(); CompoundTag tag = conditionContext.get(0); ScheduleWaitCondition condition = list.get(progress); diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleScreen.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleScreen.java index f1e8a25d3c..c5a90f9e79 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleScreen.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleScreen.java @@ -55,14 +55,13 @@ import net.minecraft.client.gui.components.Widget; import net.minecraft.client.renderer.Rect2i; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.util.FormattedCharSequence; import net.minecraft.util.Mth; import net.minecraft.world.entity.player.Inventory; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; import net.minecraft.world.phys.Vec3; -import net.minecraftforge.client.gui.GuiUtils; +import net.minecraftforge.client.gui.ScreenUtils; public class ScheduleScreen extends AbstractSimiContainerScreen { @@ -116,7 +115,7 @@ public class ScheduleScreen extends AbstractSimiContainerScreen minecraft.player.closeContainer()); addRenderableWidget(confirmButton); - cyclicIndicator = new Indicator(leftPos + 21, topPos + 196, TextComponent.EMPTY); + cyclicIndicator = new Indicator(leftPos + 21, topPos + 196, Component.empty()); cyclicIndicator.state = schedule.cyclic ? State.ON : State.OFF; addRenderableWidget(cyclicIndicator); @@ -171,7 +170,7 @@ public class ScheduleScreen extends AbstractSimiContainerScreen getSummary() { - return Pair.of(getIcon(), new TextComponent(getOperator().formatted + " " + getThreshold()).append(getUnit())); + return Pair.of(getIcon(), Component.literal(getOperator().formatted + " " + getThreshold()).append(getUnit())); } @Override @@ -119,7 +118,7 @@ public abstract class CargoThresholdCondition extends LazyTickedScheduleConditio builder.addSelectionScrollInput(0, 24, (i, l) -> { i.forOptions(Ops.translatedOptions()) .titled(Lang.translateDirect("schedule.condition.threshold.train_holds")) - .format(state -> new TextComponent(" " + Ops.values()[state].formatted)); + .format(state -> Component.literal(" " + Ops.values()[state].formatted)); }, "Operator"); builder.addIntegerTextInput(29, 41, (e, t) -> { }, "Threshold"); diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/FluidThresholdCondition.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/FluidThresholdCondition.java index db595a20d0..e92bdb828c 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/FluidThresholdCondition.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/FluidThresholdCondition.java @@ -16,7 +16,6 @@ import net.minecraft.client.Minecraft; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.Level; @@ -31,7 +30,7 @@ public class FluidThresholdCondition extends CargoThresholdCondition { @Override protected Component getUnit() { - return new TextComponent("b"); + return Component.literal("b"); } @Override @@ -135,7 +134,7 @@ public class FluidThresholdCondition extends CargoThresholdCondition { public MutableComponent getWaitingStatus(Level level, Train train, CompoundTag tag) { int lastDisplaySnapshot = getLastDisplaySnapshot(tag); if (lastDisplaySnapshot == -1) - return TextComponent.EMPTY.copy(); + return Component.empty(); int offset = getOperator() == Ops.LESS ? -1 : getOperator() == Ops.GREATER ? 1 : 0; return Lang.translateDirect("schedule.condition.threshold.status", lastDisplaySnapshot, Math.max(0, getThreshold() + offset), Lang.translateDirect("schedule.condition.threshold.buckets")); diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/ItemThresholdCondition.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/ItemThresholdCondition.java index d33b488e23..d2535733e6 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/ItemThresholdCondition.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/ItemThresholdCondition.java @@ -14,7 +14,6 @@ import net.minecraft.ChatFormatting; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.Level; @@ -27,7 +26,7 @@ public class ItemThresholdCondition extends CargoThresholdCondition { @Override protected Component getUnit() { - return new TextComponent(inStacks() ? "\u25A4" : ""); + return Component.literal(inStacks() ? "\u25A4" : ""); } @Override @@ -126,7 +125,7 @@ public class ItemThresholdCondition extends CargoThresholdCondition { public MutableComponent getWaitingStatus(Level level, Train train, CompoundTag tag) { int lastDisplaySnapshot = getLastDisplaySnapshot(tag); if (lastDisplaySnapshot == -1) - return TextComponent.EMPTY.copy(); + return Component.empty(); int offset = getOperator() == Ops.LESS ? -1 : getOperator() == Ops.GREATER ? 1 : 0; return Lang.translateDirect("schedule.condition.threshold.status", lastDisplaySnapshot, Math.max(0, getThreshold() + offset), diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/PlayerPassengerCondition.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/PlayerPassengerCondition.java index bc2a90ee0c..c73b291bb7 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/PlayerPassengerCondition.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/PlayerPassengerCondition.java @@ -14,7 +14,6 @@ import net.minecraft.ChatFormatting; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.DyeColor; import net.minecraft.world.item.ItemStack; @@ -50,7 +49,7 @@ public class PlayerPassengerCondition extends ScheduleWaitCondition { int target = getTarget(); return ImmutableList.of(Lang.translateDirect("schedule.condition.player_count.seated", Lang.translateDirect("schedule.condition.player_count." + (target == 1 ? "summary" : "summary_plural"), - new TextComponent("" + target).withStyle(ChatFormatting.DARK_AQUA)))); + Component.literal("" + target).withStyle(ChatFormatting.DARK_AQUA)))); } @Override diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/RedstoneLinkCondition.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/RedstoneLinkCondition.java index 97e8099271..2ebac55eee 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/RedstoneLinkCondition.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/RedstoneLinkCondition.java @@ -17,7 +17,6 @@ import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.Tag; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.Level; @@ -54,13 +53,13 @@ public class RedstoneLinkCondition extends ScheduleWaitCondition { public List getTitleAs(String type) { return ImmutableList.of( Lang.translateDirect("schedule.condition.redstone_link.frequency_" + (lowActivation() ? "unpowered" : "powered")), - new TextComponent(" #1 ").withStyle(ChatFormatting.GRAY) + Component.literal(" #1 ").withStyle(ChatFormatting.GRAY) .append(freq.getFirst() .getStack() .getHoverName() .copy() .withStyle(ChatFormatting.DARK_AQUA)), - new TextComponent(" #2 ").withStyle(ChatFormatting.GRAY) + Component.literal(" #2 ").withStyle(ChatFormatting.GRAY) .append(freq.getSecond() .getStack() .getHoverName() diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/TimeOfDayCondition.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/TimeOfDayCondition.java index 1664d7f6d5..082110657d 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/TimeOfDayCondition.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/TimeOfDayCondition.java @@ -20,7 +20,6 @@ import net.minecraft.client.gui.GuiComponent; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.resources.ResourceLocation; import net.minecraft.util.Mth; import net.minecraft.world.item.ItemStack; @@ -82,7 +81,7 @@ public class TimeOfDayCondition extends ScheduleWaitCondition { public List getTitleAs(String type) { return ImmutableList.of(Lang.translateDirect("schedule.condition.time_of_day.scheduled"), getDigitalDisplay(intData("Hour"), intData("Minute"), false).withStyle(ChatFormatting.DARK_AQUA) - .append(new TextComponent(" -> ").withStyle(ChatFormatting.DARK_GRAY)) + .append(Component.literal(" -> ").withStyle(ChatFormatting.DARK_GRAY)) .append(Lang .translatedOptions("schedule.condition.time_of_day.rotation", "every_24", "every_12", "every_6", "every_4", "every_3", "every_2", "every_1", "every_0_45", "every_0_30", "every_0_15") diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/TimedWaitCondition.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/TimedWaitCondition.java index 8ea96afbce..17d29a859c 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/TimedWaitCondition.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/condition/TimedWaitCondition.java @@ -11,8 +11,6 @@ import net.minecraft.ChatFormatting; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; -import net.minecraft.network.chat.TranslatableComponent; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; import net.minecraft.world.level.Level; @@ -60,14 +58,14 @@ public abstract class TimedWaitCondition extends ScheduleWaitCondition { protected Component formatTime(boolean compact) { if (compact) - return new TextComponent(getValue() + getUnit().suffix); - return new TextComponent(getValue() + " ").append(Lang.translateDirect(getUnit().key)); + return Component.literal(getValue() + getUnit().suffix); + return Component.literal(getValue() + " ").append(Lang.translateDirect(getUnit().key)); } @Override public List getTitleAs(String type) { return ImmutableList.of( - new TranslatableComponent(getId().getNamespace() + ".schedule." + type + "." + getId().getPath()), + Component.translatable(getId().getNamespace() + ".schedule." + type + "." + getId().getPath()), Lang.translateDirect("schedule.condition.for_x_time", formatTime(false)) .withStyle(ChatFormatting.DARK_AQUA)); } @@ -117,7 +115,7 @@ public abstract class TimedWaitCondition extends ScheduleWaitCondition { String key = "generic." + (showInMinutes ? num == 1 ? "daytime.minute" : "unit.minutes" : num == 1 ? "daytime.second" : "unit.seconds"); return Lang.translateDirect("schedule.condition." + getId().getPath() + ".status", - new TextComponent(num + " ").append(Lang.translateDirect(key))); + Component.literal(num + " ").append(Lang.translateDirect(key))); } } \ No newline at end of file diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/destination/ChangeThrottleInstruction.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/destination/ChangeThrottleInstruction.java index 75fa8801a1..fa68328c41 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/destination/ChangeThrottleInstruction.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/destination/ChangeThrottleInstruction.java @@ -11,7 +11,7 @@ import com.simibubi.create.foundation.utility.Pair; import net.minecraft.ChatFormatting; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.MutableComponent; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.ItemStack; import net.minecraftforge.api.distmarker.Dist; @@ -29,8 +29,8 @@ public class ChangeThrottleInstruction extends ScheduleInstruction { return Pair.of(icon(), formatted()); } - private TextComponent formatted() { - return new TextComponent(intData("Value") + "%"); + private MutableComponent formatted() { + return Component.literal(intData("Value") + "%"); } @Override diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/destination/ChangeTitleInstruction.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/destination/ChangeTitleInstruction.java index 57c1c2f42c..ee0ba940f6 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/destination/ChangeTitleInstruction.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/destination/ChangeTitleInstruction.java @@ -9,7 +9,6 @@ import com.simibubi.create.foundation.utility.Pair; import net.minecraft.ChatFormatting; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; @@ -18,7 +17,7 @@ public class ChangeTitleInstruction extends TextScheduleInstruction { @Override public Pair getSummary() { - return Pair.of(icon(), new TextComponent(getLabelText())); + return Pair.of(icon(), Component.literal(getLabelText())); } @Override diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/destination/DestinationInstruction.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/destination/DestinationInstruction.java index 400852fbd4..4c8ff33a5b 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/destination/DestinationInstruction.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/destination/DestinationInstruction.java @@ -13,7 +13,6 @@ import com.simibubi.create.foundation.utility.Pair; import net.minecraft.ChatFormatting; import net.minecraft.client.gui.components.EditBox; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.ItemStack; import net.minecraftforge.api.distmarker.Dist; @@ -23,7 +22,7 @@ public class DestinationInstruction extends TextScheduleInstruction { @Override public Pair getSummary() { - return Pair.of(AllBlocks.TRACK_STATION.asStack(), new TextComponent(getLabelText())); + return Pair.of(AllBlocks.TRACK_STATION.asStack(), Component.literal(getLabelText())); } @Override diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/destination/TextScheduleInstruction.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/destination/TextScheduleInstruction.java index b930198696..8f80a0bee2 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/destination/TextScheduleInstruction.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/destination/TextScheduleInstruction.java @@ -9,7 +9,6 @@ import com.simibubi.create.foundation.utility.Lang; import net.minecraft.ChatFormatting; import net.minecraft.client.gui.components.EditBox; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; @@ -22,7 +21,7 @@ public abstract class TextScheduleInstruction extends ScheduleInstruction { @Override public List getTitleAs(String type) { return ImmutableList.of(Lang.translateDirect("schedule." + type + "." + getId().getPath() + ".summary") - .withStyle(ChatFormatting.GOLD), Lang.translateDirect("generic.in_quotes", new TextComponent(getLabelText()))); + .withStyle(ChatFormatting.GOLD), Lang.translateDirect("generic.in_quotes", Component.literal(getLabelText()))); } @Override diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/track/CurvedTrackInteraction.java b/src/main/java/com/simibubi/create/content/logistics/trains/track/CurvedTrackInteraction.java index 4194b591ee..b15f50616f 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/track/CurvedTrackInteraction.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/track/CurvedTrackInteraction.java @@ -23,7 +23,7 @@ import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.block.SoundType; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.phys.Vec3; -import net.minecraftforge.client.event.InputEvent.ClickInputEvent; +import net.minecraftforge.client.event.InputEvent; public class CurvedTrackInteraction { @@ -57,7 +57,7 @@ public class CurvedTrackInteraction { mc.getSoundManager() .play(new SimpleSoundInstance(soundtype.getHitSound(), SoundSource.BLOCKS, (soundtype.getVolume() + 1.0F) / 8.0F, soundtype.getPitch() * 0.5F, - new BlockPos(result.vec()))); + level.random, new BlockPos(result.vec()))); } boolean creative = player.getAbilities().instabuild; @@ -102,7 +102,7 @@ public class CurvedTrackInteraction { breakPos = null; } - public static boolean onClickInput(ClickInputEvent event) { + public static boolean onClickInput(InputEvent.InteractionKeyMappingTriggered event) { BezierPointSelection result = TrackBlockOutline.result; if (result == null) return false; diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/track/FakeTrackBlock.java b/src/main/java/com/simibubi/create/content/logistics/trains/track/FakeTrackBlock.java index cb69aba498..d447d7de67 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/track/FakeTrackBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/track/FakeTrackBlock.java @@ -1,13 +1,12 @@ package com.simibubi.create.content.logistics.trains.track; -import java.util.Random; - import com.simibubi.create.AllTileEntities; import com.simibubi.create.foundation.block.ProperWaterloggedBlock; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.item.context.BlockPlaceContext; @@ -67,7 +66,7 @@ public class FakeTrackBlock extends Block implements EntityBlock, ProperWaterlog } @Override - public void randomTick(BlockState pState, ServerLevel pLevel, BlockPos pPos, Random pRandom) { + public void randomTick(BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSource pRandom) { if (pLevel.getBlockEntity(pPos) instanceof FakeTrackTileEntity te) te.randomTick(); } diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/track/TrackBlock.java b/src/main/java/com/simibubi/create/content/logistics/trains/track/TrackBlock.java index c4b2acb680..72f1260fa6 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/track/TrackBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/track/TrackBlock.java @@ -57,12 +57,13 @@ import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.core.Direction.Axis; import net.minecraft.core.Direction.AxisDirection; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.resources.ResourceKey; import net.minecraft.server.MinecraftServer; import net.minecraft.server.level.ServerLevel; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.LivingEntity; @@ -100,7 +101,7 @@ import net.minecraft.world.phys.shapes.VoxelShape; import net.minecraft.world.ticks.LevelTickAccess; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.IBlockRenderProperties; +import net.minecraftforge.client.extensions.common.IClientBlockExtensions; public class TrackBlock extends Block implements ITE, IWrenchable, ITrackBlock, ISpecialBlockItemRequirement, ProperWaterloggedBlock { @@ -126,7 +127,7 @@ public class TrackBlock extends Block } @OnlyIn(Dist.CLIENT) - public void initializeClient(Consumer consumer) { + public void initializeClient(Consumer consumer) { consumer.accept(new RenderProperties()); } @@ -221,7 +222,7 @@ public class TrackBlock extends Block } @Override - public void tick(BlockState state, ServerLevel level, BlockPos pos, Random p_60465_) { + public void tick(BlockState state, ServerLevel level, BlockPos pos, RandomSource p_60465_) { TrackPropagator.onRailAdded(level, pos, state); if (!state.getValue(SHAPE) .isPortal()) @@ -287,12 +288,12 @@ public class TrackBlock extends Block Player player = level.getNearestPlayer(pos.getX(), pos.getY(), pos.getZ(), 10, Predicates.alwaysTrue()); if (player == null) return; - player.displayClientMessage(new TextComponent(" ").append(Lang.translateDirect("portal_track.failed")) + player.displayClientMessage(Component.literal(" ").append(Lang.translateDirect("portal_track.failed")) .withStyle(ChatFormatting.GOLD), false); MutableComponent component = failPos != null ? Lang.translateDirect("portal_track." + fail, failPos.getX(), failPos.getY(), failPos.getZ()) : Lang.translateDirect("portal_track." + fail); - player.displayClientMessage(new TextComponent(" - ").withStyle(ChatFormatting.GRAY) + player.displayClientMessage(Component.literal(" - ").withStyle(ChatFormatting.GRAY) .append(component.withStyle(st -> st.withColor(0xFFD3B4))), false); } diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/track/TrackBlockOutline.java b/src/main/java/com/simibubi/create/content/logistics/trains/track/TrackBlockOutline.java index 0417825dde..b30b268959 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/track/TrackBlockOutline.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/track/TrackBlockOutline.java @@ -36,7 +36,7 @@ import net.minecraft.world.phys.Vec3; import net.minecraft.world.phys.shapes.Shapes; import net.minecraft.world.phys.shapes.VoxelShape; import net.minecraftforge.api.distmarker.Dist; -import net.minecraftforge.client.event.DrawSelectionEvent; +import net.minecraftforge.client.event.RenderHighlightEvent; import net.minecraftforge.common.ForgeMod; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod.EventBusSubscriber; @@ -167,7 +167,7 @@ public class TrackBlockOutline { } @SubscribeEvent - public static void drawCustomBlockSelection(DrawSelectionEvent.HighlightBlock event) { + public static void drawCustomBlockSelection(RenderHighlightEvent.Block event) { Minecraft mc = Minecraft.getInstance(); BlockHitResult target = event.getTarget(); BlockPos pos = target.getBlockPos(); diff --git a/src/main/java/com/simibubi/create/content/palettes/AllPaletteBlocks.java b/src/main/java/com/simibubi/create/content/palettes/AllPaletteBlocks.java index 228a820b42..2c28be0e1a 100644 --- a/src/main/java/com/simibubi/create/content/palettes/AllPaletteBlocks.java +++ b/src/main/java/com/simibubi/create/content/palettes/AllPaletteBlocks.java @@ -67,7 +67,7 @@ public class AllPaletteBlocks { public static final BlockEntry OAK_WINDOW = woodenWindowBlock(WoodType.OAK, Blocks.OAK_PLANKS), SPRUCE_WINDOW = woodenWindowBlock(WoodType.SPRUCE, Blocks.SPRUCE_PLANKS), - BIRCH_WINDOW = woodenWindowBlock(WoodType.BIRCH, Blocks.BIRCH_PLANKS, () -> RenderType::translucent), + BIRCH_WINDOW = woodenWindowBlock(WoodType.BIRCH, Blocks.BIRCH_PLANKS, () -> RenderType::translucent, true), JUNGLE_WINDOW = woodenWindowBlock(WoodType.JUNGLE, Blocks.JUNGLE_PLANKS), ACACIA_WINDOW = woodenWindowBlock(WoodType.ACACIA, Blocks.ACACIA_PLANKS), DARK_OAK_WINDOW = woodenWindowBlock(WoodType.DARK_OAK, Blocks.DARK_OAK_PLANKS), @@ -75,7 +75,7 @@ public class AllPaletteBlocks { WARPED_WINDOW = woodenWindowBlock(WoodType.WARPED, Blocks.WARPED_PLANKS), ORNATE_IRON_WINDOW = customWindowBlock("ornate_iron_window", () -> Items.IRON_NUGGET, () -> AllSpriteShifts.ORNATE_IRON_WINDOW, - () -> RenderType::cutout, () -> MaterialColor.TERRACOTTA_LIGHT_GRAY); + () -> RenderType::cutout, false, () -> MaterialColor.TERRACOTTA_LIGHT_GRAY); public static final BlockEntry OAK_WINDOW_PANE = woodenWindowPane(WoodType.OAK, OAK_WINDOW), diff --git a/src/main/java/com/simibubi/create/content/palettes/ConnectedPillarBlock.java b/src/main/java/com/simibubi/create/content/palettes/ConnectedPillarBlock.java index 2a7e7011f8..a8d7c192a7 100644 --- a/src/main/java/com/simibubi/create/content/palettes/ConnectedPillarBlock.java +++ b/src/main/java/com/simibubi/create/content/palettes/ConnectedPillarBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.palettes; -import java.util.Random; - import com.simibubi.create.foundation.utility.Iterate; import net.minecraft.core.BlockPos; @@ -10,6 +8,7 @@ import net.minecraft.core.Direction; import net.minecraft.core.Direction.Axis; import net.minecraft.core.Direction.AxisDirection; import net.minecraft.server.level.ServerLevel; +import net.minecraft.util.RandomSource; import net.minecraft.world.item.context.BlockPlaceContext; import net.minecraft.world.level.Level; import net.minecraft.world.level.LevelAccessor; @@ -90,7 +89,7 @@ public class ConnectedPillarBlock extends LayeredBlock { } @Override - public void tick(BlockState pState, ServerLevel pLevel, BlockPos pPos, Random pRandom) { + public void tick(BlockState pState, ServerLevel pLevel, BlockPos pPos, RandomSource pRandom) { if (pState.getBlock() != this) return; BlockPos belowPos = diff --git a/src/main/java/com/simibubi/create/content/palettes/WindowBlock.java b/src/main/java/com/simibubi/create/content/palettes/WindowBlock.java index 54018f9a5a..c7695ed2bf 100644 --- a/src/main/java/com/simibubi/create/content/palettes/WindowBlock.java +++ b/src/main/java/com/simibubi/create/content/palettes/WindowBlock.java @@ -1,7 +1,5 @@ package com.simibubi.create.content.palettes; -import net.minecraft.client.renderer.ItemBlockRenderTypes; -import net.minecraft.client.renderer.RenderType; import net.minecraft.core.Direction; import net.minecraft.world.level.block.state.BlockState; import net.minecraftforge.api.distmarker.Dist; @@ -9,17 +7,28 @@ import net.minecraftforge.api.distmarker.OnlyIn; public class WindowBlock extends ConnectedGlassBlock { - public WindowBlock(Properties p_i48392_1_) { + protected final boolean translucent; + + public WindowBlock(Properties p_i48392_1_, boolean translucent) { super(p_i48392_1_); + this.translucent = translucent; + } + + public boolean isTranslucent() { + return translucent; } @Override @OnlyIn(Dist.CLIENT) public boolean skipRendering(BlockState state, BlockState adjacentBlockState, Direction side) { - return adjacentBlockState.getBlock() instanceof ConnectedGlassBlock - ? (!ItemBlockRenderTypes.canRenderInLayer(state, RenderType.translucent()) && side.getAxis() - .isHorizontal() || state.getBlock() == adjacentBlockState.getBlock()) - : super.skipRendering(state, adjacentBlockState, side); + if (state.getBlock() == adjacentBlockState.getBlock()) { + return true; + } + if (state.getBlock() instanceof WindowBlock windowBlock + && adjacentBlockState.getBlock() instanceof ConnectedGlassBlock) { + return !windowBlock.isTranslucent() && side.getAxis().isHorizontal(); + } + return super.skipRendering(state, adjacentBlockState, side); } } diff --git a/src/main/java/com/simibubi/create/content/schematics/ClientSchematicLoader.java b/src/main/java/com/simibubi/create/content/schematics/ClientSchematicLoader.java index 5ed7705905..7021169fd4 100644 --- a/src/main/java/com/simibubi/create/content/schematics/ClientSchematicLoader.java +++ b/src/main/java/com/simibubi/create/content/schematics/ClientSchematicLoader.java @@ -24,7 +24,6 @@ import com.simibubi.create.foundation.utility.Lang; import net.minecraft.client.Minecraft; import net.minecraft.client.player.LocalPlayer; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; @@ -86,8 +85,8 @@ public class ClientSchematicLoader { if (size > maxSize * 1000) { LocalPlayer player = Minecraft.getInstance().player; if (player != null) { - player.sendMessage(Lang.translateDirect("schematics.uploadTooLarge").append(" (" + size / 1000 + " KB)."), player.getUUID()); - player.sendMessage(Lang.translateDirect("schematics.maxAllowedSize").append(" " + maxSize + " KB"), player.getUUID()); + player.displayClientMessage(Lang.translateDirect("schematics.uploadTooLarge").append(" (" + size / 1000 + " KB)."), false); + player.displayClientMessage(Lang.translateDirect("schematics.maxAllowedSize").append(" " + maxSize + " KB"), false); } return false; } @@ -137,7 +136,7 @@ public class ClientSchematicLoader { if (Files.isDirectory(path)) return; - availableSchematics.add(new TextComponent(path.getFileName().toString())); + availableSchematics.add(Component.literal(path.getFileName().toString())); }); } catch (NoSuchFileException e) { // No Schematics created yet diff --git a/src/main/java/com/simibubi/create/content/schematics/MaterialChecklist.java b/src/main/java/com/simibubi/create/content/schematics/MaterialChecklist.java index 8c4fd1ec83..cbf647e62e 100644 --- a/src/main/java/com/simibubi/create/content/schematics/MaterialChecklist.java +++ b/src/main/java/com/simibubi/create/content/schematics/MaterialChecklist.java @@ -18,8 +18,6 @@ import net.minecraft.nbt.StringTag; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; import net.minecraft.network.chat.Style; -import net.minecraft.network.chat.TextComponent; -import net.minecraft.network.chat.TranslatableComponent; import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; @@ -80,7 +78,7 @@ public class MaterialChecklist { MutableComponent textComponent; if (blocksNotLoaded) { - textComponent = new TextComponent("\n" + ChatFormatting.RED); + textComponent = Component.literal("\n" + ChatFormatting.RED); textComponent = textComponent.append(Lang.translateDirect("materialChecklist.blocksNotLoaded")); pages.add(StringTag.valueOf(Component.Serializer.toJson(textComponent))); } @@ -95,7 +93,7 @@ public class MaterialChecklist { return name1.compareTo(name2); }); - textComponent = new TextComponent(""); + textComponent = Component.literal(""); List completed = new ArrayList<>(); for (Item item : keys) { int amount = getRequiredAmount(item); @@ -109,9 +107,9 @@ public class MaterialChecklist { if (itemsWritten == MAX_ENTRIES_PER_PAGE) { itemsWritten = 0; - textComponent.append(new TextComponent("\n >>>").withStyle(ChatFormatting.BLUE)); + textComponent.append(Component.literal("\n >>>").withStyle(ChatFormatting.BLUE)); pages.add(StringTag.valueOf(Component.Serializer.toJson(textComponent))); - textComponent = new TextComponent(""); + textComponent = Component.literal(""); } itemsWritten++; @@ -121,9 +119,9 @@ public class MaterialChecklist { for (Item item : completed) { if (itemsWritten == MAX_ENTRIES_PER_PAGE) { itemsWritten = 0; - textComponent.append(new TextComponent("\n >>>").withStyle(ChatFormatting.DARK_GREEN)); + textComponent.append(Component.literal("\n >>>").withStyle(ChatFormatting.DARK_GREEN)); pages.add(StringTag.valueOf(Component.Serializer.toJson(textComponent))); - textComponent = new TextComponent(""); + textComponent = Component.literal(""); } itemsWritten++; @@ -155,12 +153,12 @@ public class MaterialChecklist { private Component entry(ItemStack item, int amount, boolean unfinished) { int stacks = amount / 64; int remainder = amount % 64; - MutableComponent tc = new TranslatableComponent(item.getDescriptionId()); + MutableComponent tc = Component.translatable(item.getDescriptionId()); if (!unfinished) tc.append(" \u2714"); tc.withStyle(unfinished ? ChatFormatting.BLUE : ChatFormatting.DARK_GREEN); - return tc.append(new TextComponent("\n" + " x" + amount).withStyle(ChatFormatting.BLACK)) - .append(new TextComponent(" | " + stacks + "\u25A4 +" + remainder + "\n").withStyle(ChatFormatting.GRAY)); + return tc.append(Component.literal("\n" + " x" + amount).withStyle(ChatFormatting.BLACK)) + .append(Component.literal(" | " + stacks + "\u25A4 +" + remainder + "\n").withStyle(ChatFormatting.GRAY)); } } diff --git a/src/main/java/com/simibubi/create/content/schematics/ServerSchematicLoader.java b/src/main/java/com/simibubi/create/content/schematics/ServerSchematicLoader.java index 96c1c1479b..b590c90f2f 100644 --- a/src/main/java/com/simibubi/create/content/schematics/ServerSchematicLoader.java +++ b/src/main/java/com/simibubi/create/content/schematics/ServerSchematicLoader.java @@ -27,7 +27,7 @@ import com.simibubi.create.foundation.utility.Lang; import net.minecraft.core.BlockPos; import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.NbtIo; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.InteractionHand; import net.minecraft.world.level.Level; @@ -164,10 +164,10 @@ public class ServerSchematicLoader { Integer maxFileSize = getConfig().maxTotalSchematicSize.get(); if (size > maxFileSize * 1000) { - player.sendMessage(Lang.translateDirect("schematics.uploadTooLarge") - .append(new TextComponent(" (" + size / 1000 + " KB).")), player.getUUID()); - player.sendMessage(Lang.translateDirect("schematics.maxAllowedSize") - .append(new TextComponent(" " + maxFileSize + " KB")), player.getUUID()); + player.sendSystemMessage(Lang.translateDirect("schematics.uploadTooLarge") + .append(Component.literal(" (" + size / 1000 + " KB)."))); + player.sendSystemMessage(Lang.translateDirect("schematics.maxAllowedSize") + .append(Component.literal(" " + maxFileSize + " KB"))); return false; } return true; diff --git a/src/main/java/com/simibubi/create/content/schematics/block/SchematicTableBlock.java b/src/main/java/com/simibubi/create/content/schematics/block/SchematicTableBlock.java index 7e54b4b8b5..6c25ab9e19 100644 --- a/src/main/java/com/simibubi/create/content/schematics/block/SchematicTableBlock.java +++ b/src/main/java/com/simibubi/create/content/schematics/block/SchematicTableBlock.java @@ -65,7 +65,7 @@ public class SchematicTableBlock extends HorizontalDirectionalBlock implements I return InteractionResult.SUCCESS; withTileEntityDo(worldIn, pos, - te -> NetworkHooks.openGui((ServerPlayer) player, te, te::sendToContainer)); + te -> NetworkHooks.openScreen((ServerPlayer) player, te, te::sendToContainer)); return InteractionResult.SUCCESS; } diff --git a/src/main/java/com/simibubi/create/content/schematics/block/SchematicTableScreen.java b/src/main/java/com/simibubi/create/content/schematics/block/SchematicTableScreen.java index 525cc369a5..8f818f6b73 100644 --- a/src/main/java/com/simibubi/create/content/schematics/block/SchematicTableScreen.java +++ b/src/main/java/com/simibubi/create/content/schematics/block/SchematicTableScreen.java @@ -25,7 +25,6 @@ import com.simibubi.create.foundation.utility.Lang; import net.minecraft.Util; import net.minecraft.client.renderer.Rect2i; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.util.Mth; import net.minecraft.world.entity.player.Inventory; import net.minecraft.world.item.ItemStack; @@ -73,8 +72,8 @@ public class SchematicTableScreen extends AbstractSimiContainerScreen availableSchematics1 = schematicSender.getAvailableSchematics(); Component schematic = availableSchematics1.get(schematicsArea.getState()); - schematicSender.startNewUpload(schematic.getContents()); + schematicSender.startNewUpload(schematic.getString()); } }); @@ -118,7 +117,7 @@ public class SchematicTableScreen extends AbstractSimiContainerScreen NetworkHooks.openGui((ServerPlayer) player, te, te::sendToContainer)); + te -> NetworkHooks.openScreen((ServerPlayer) player, te, te::sendToContainer)); return InteractionResult.SUCCESS; } diff --git a/src/main/java/com/simibubi/create/content/schematics/block/SchematicannonRenderer.java b/src/main/java/com/simibubi/create/content/schematics/block/SchematicannonRenderer.java index f41be97540..041516dd68 100644 --- a/src/main/java/com/simibubi/create/content/schematics/block/SchematicannonRenderer.java +++ b/src/main/java/com/simibubi/create/content/schematics/block/SchematicannonRenderer.java @@ -1,9 +1,7 @@ package com.simibubi.create.content.schematics.block; -import java.util.Random; - import com.jozufozu.flywheel.backend.Backend; -import com.jozufozu.flywheel.core.virtual.VirtualEmptyModelData; +import com.jozufozu.flywheel.core.model.ModelUtil; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import com.mojang.math.Vector3f; @@ -25,6 +23,7 @@ import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.core.particles.ParticleTypes; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.phys.Vec3; @@ -181,7 +180,7 @@ public class SchematicannonRenderer extends SafeTileEntityRenderer { sendOptionUpdate(Option.PLAY, true); }); - playIndicator = new Indicator(x + 75, y + 79, TextComponent.EMPTY); + playIndicator = new Indicator(x + 75, y + 79, Component.empty()); pauseButton = new IconButton(x + 93, y + 86, AllIcons.I_PAUSE); pauseButton.withCallback(() -> { sendOptionUpdate(Option.PAUSE, true); }); - pauseIndicator = new Indicator(x + 93, y + 79, TextComponent.EMPTY); + pauseIndicator = new Indicator(x + 93, y + 79, Component.empty()); resetButton = new IconButton(x + 111, y + 86, AllIcons.I_STOP); resetButton.withCallback(() -> { sendOptionUpdate(Option.STOP, true); }); - resetIndicator = new Indicator(x + 111, y + 79, TextComponent.EMPTY); + resetIndicator = new Indicator(x + 111, y + 79, Component.empty()); resetIndicator.state = State.RED; addRenderableWidgets(playButton, playIndicator, pauseButton, pauseIndicator, resetButton, resetIndicator); @@ -122,7 +121,7 @@ public class SchematicannonScreen extends AbstractSimiContainerScreen { @@ -170,7 +169,7 @@ public class SchematicannonScreen extends AbstractSimiContainerScreen(3); @@ -229,11 +229,11 @@ public class SchematicHandler { } } - public IIngameOverlay getOverlayRenderer() { + public IGuiOverlay getOverlayRenderer() { return overlayRenderer; } - public void renderOverlay(ForgeIngameGui gui, PoseStack poseStack, float partialTicks, int width, int height) { + public void renderOverlay(ForgeGui gui, PoseStack poseStack, float partialTicks, int width, int height) { if (Minecraft.getInstance().options.hideGui || !active) return; if (activeSchematicItem != null) diff --git a/src/main/java/com/simibubi/create/content/schematics/client/SchematicPromptScreen.java b/src/main/java/com/simibubi/create/content/schematics/client/SchematicPromptScreen.java index ca1a4ac36d..4c1ddce8f2 100644 --- a/src/main/java/com/simibubi/create/content/schematics/client/SchematicPromptScreen.java +++ b/src/main/java/com/simibubi/create/content/schematics/client/SchematicPromptScreen.java @@ -14,7 +14,6 @@ import com.simibubi.create.foundation.utility.Lang; import net.minecraft.client.gui.components.EditBox; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; public class SchematicPromptScreen extends AbstractSimiScreen { @@ -42,7 +41,7 @@ public class SchematicPromptScreen extends AbstractSimiScreen { int x = guiLeft; int y = guiTop; - nameField = new EditBox(font, x + 49, y + 26, 131, 10, TextComponent.EMPTY); + nameField = new EditBox(font, x + 49, y + 26, 131, 10, Component.empty()); nameField.setTextColor(-1); nameField.setTextColorUneditable(-1); nameField.setBordered(false); diff --git a/src/main/java/com/simibubi/create/content/schematics/client/SchematicRenderer.java b/src/main/java/com/simibubi/create/content/schematics/client/SchematicRenderer.java index 5eea3f1698..5374336d2b 100644 --- a/src/main/java/com/simibubi/create/content/schematics/client/SchematicRenderer.java +++ b/src/main/java/com/simibubi/create/content/schematics/client/SchematicRenderer.java @@ -2,7 +2,6 @@ package com.simibubi.create.content.schematics.client; import java.util.LinkedHashMap; import java.util.Map; -import java.util.Random; import com.jozufozu.flywheel.core.model.ModelUtil; import com.jozufozu.flywheel.core.model.ShadeSeparatedBufferBuilder; @@ -17,17 +16,18 @@ import com.simibubi.create.foundation.render.SuperRenderTypeBuffer; import com.simibubi.create.foundation.render.TileEntityRenderHelper; import net.minecraft.client.Minecraft; -import net.minecraft.client.renderer.ItemBlockRenderTypes; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.block.BlockRenderDispatcher; import net.minecraft.client.renderer.block.ModelBlockRenderer; +import net.minecraft.client.renderer.texture.OverlayTexture; +import net.minecraft.client.resources.model.BakedModel; import net.minecraft.core.BlockPos; +import net.minecraft.util.RandomSource; import net.minecraft.world.level.block.RenderShape; import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.levelgen.structure.BoundingBox; -import net.minecraftforge.client.ForgeHooksClient; -import net.minecraftforge.client.model.data.EmptyModelData; +import net.minecraftforge.client.model.data.ModelData; public class SchematicRenderer { @@ -89,10 +89,11 @@ public class SchematicRenderer { protected SuperByteBuffer drawLayer(RenderType layer) { BlockRenderDispatcher dispatcher = ModelUtil.VANILLA_RENDERER; + ModelBlockRenderer renderer = dispatcher.getModelRenderer(); ThreadLocalObjects objects = THREAD_LOCAL_OBJECTS.get(); PoseStack poseStack = objects.poseStack; - Random random = objects.random; + RandomSource random = objects.random; BlockPos.MutableBlockPos mutableBlockPos = objects.mutableBlockPos; SchematicWorld renderWorld = schematic; BoundingBox bounds = renderWorld.getBounds(); @@ -105,25 +106,29 @@ public class SchematicRenderer { unshadedBuilder.begin(VertexFormat.Mode.QUADS, DefaultVertexFormat.BLOCK); shadeSeparatingWrapper.prepare(builder, unshadedBuilder); - ForgeHooksClient.setRenderType(layer); ModelBlockRenderer.enableCaching(); for (BlockPos localPos : BlockPos.betweenClosed(bounds.minX(), bounds.minY(), bounds.minZ(), bounds.maxX(), bounds.maxY(), bounds.maxZ())) { BlockPos pos = mutableBlockPos.setWithOffset(localPos, anchor); BlockState state = renderWorld.getBlockState(pos); - poseStack.pushPose(); - poseStack.translate(localPos.getX(), localPos.getY(), localPos.getZ()); - - if (state.getRenderShape() == RenderShape.MODEL && ItemBlockRenderTypes.canRenderInLayer(state, layer)) { + if (state.getRenderShape() == RenderShape.MODEL) { + BakedModel model = dispatcher.getBlockModel(state); BlockEntity tileEntity = renderWorld.getBlockEntity(localPos); - dispatcher.renderBatched(state, pos, renderWorld, poseStack, shadeSeparatingWrapper, true, random, - tileEntity != null ? tileEntity.getModelData() : EmptyModelData.INSTANCE); - } + ModelData modelData = tileEntity != null ? tileEntity.getModelData() : ModelData.EMPTY; + long seed = state.getSeed(pos); + random.setSeed(seed); + if (model.getRenderTypes(state, random, modelData).contains(layer)) { + poseStack.pushPose(); + poseStack.translate(localPos.getX(), localPos.getY(), localPos.getZ()); - poseStack.popPose(); + renderer.tesselateBlock(renderWorld, model, state, pos, poseStack, shadeSeparatingWrapper, true, + random, seed, OverlayTexture.NO_OVERLAY, modelData, layer); + + poseStack.popPose(); + } + } } ModelBlockRenderer.clearCache(); - ForgeHooksClient.setRenderType(null); shadeSeparatingWrapper.clear(); unshadedBuilder.end(); @@ -140,7 +145,7 @@ public class SchematicRenderer { private static class ThreadLocalObjects { public final PoseStack poseStack = new PoseStack(); - public final Random random = new Random(); + public final RandomSource random = RandomSource.createNewThreadLocalInstance(); public final BlockPos.MutableBlockPos mutableBlockPos = new BlockPos.MutableBlockPos(); public final ShadeSeparatingVertexConsumer shadeSeparatingWrapper = new ShadeSeparatingVertexConsumer(); public final BufferBuilder unshadedBuilder = new BufferBuilder(512); diff --git a/src/main/java/com/simibubi/create/content/schematics/client/ToolSelectionScreen.java b/src/main/java/com/simibubi/create/content/schematics/client/ToolSelectionScreen.java index 2a567a8e44..0fb23211e9 100644 --- a/src/main/java/com/simibubi/create/content/schematics/client/ToolSelectionScreen.java +++ b/src/main/java/com/simibubi/create/content/schematics/client/ToolSelectionScreen.java @@ -14,7 +14,6 @@ import com.simibubi.create.foundation.utility.Lang; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.screens.Screen; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; public class ToolSelectionScreen extends Screen { @@ -33,7 +32,7 @@ public class ToolSelectionScreen extends Screen { protected int h; public ToolSelectionScreen(List tools, Consumer callback) { - super(new TextComponent("Tool Selection")); + super(Component.literal("Tool Selection")); this.minecraft = Minecraft.getInstance(); this.tools = tools; this.callback = callback; diff --git a/src/main/java/com/simibubi/create/content/schematics/client/tools/ISchematicTool.java b/src/main/java/com/simibubi/create/content/schematics/client/tools/ISchematicTool.java index f7a2ecdf72..7a93d5fb7c 100644 --- a/src/main/java/com/simibubi/create/content/schematics/client/tools/ISchematicTool.java +++ b/src/main/java/com/simibubi/create/content/schematics/client/tools/ISchematicTool.java @@ -3,7 +3,7 @@ package com.simibubi.create.content.schematics.client.tools; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.foundation.render.SuperRenderTypeBuffer; -import net.minecraftforge.client.gui.ForgeIngameGui; +import net.minecraftforge.client.gui.overlay.ForgeGui; public interface ISchematicTool { @@ -14,7 +14,7 @@ public interface ISchematicTool { public boolean handleMouseWheel(double delta); public void renderTool(PoseStack ms, SuperRenderTypeBuffer buffer); - public void renderOverlay(ForgeIngameGui gui, PoseStack poseStack, float partialTicks, int width, int height); + public void renderOverlay(ForgeGui gui, PoseStack poseStack, float partialTicks, int width, int height); public void renderOnSchematic(PoseStack ms, SuperRenderTypeBuffer buffer); } diff --git a/src/main/java/com/simibubi/create/content/schematics/client/tools/PlacementToolBase.java b/src/main/java/com/simibubi/create/content/schematics/client/tools/PlacementToolBase.java index ca7b40d21b..b008466bfd 100644 --- a/src/main/java/com/simibubi/create/content/schematics/client/tools/PlacementToolBase.java +++ b/src/main/java/com/simibubi/create/content/schematics/client/tools/PlacementToolBase.java @@ -3,7 +3,7 @@ package com.simibubi.create.content.schematics.client.tools; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.foundation.render.SuperRenderTypeBuffer; -import net.minecraftforge.client.gui.ForgeIngameGui; +import net.minecraftforge.client.gui.overlay.ForgeGui; public abstract class PlacementToolBase extends SchematicToolBase { @@ -23,7 +23,7 @@ public abstract class PlacementToolBase extends SchematicToolBase { } @Override - public void renderOverlay(ForgeIngameGui gui, PoseStack poseStack, float partialTicks, int width, int height) { + public void renderOverlay(ForgeGui gui, PoseStack poseStack, float partialTicks, int width, int height) { super.renderOverlay(gui, poseStack, partialTicks, width, height); } diff --git a/src/main/java/com/simibubi/create/content/schematics/client/tools/SchematicToolBase.java b/src/main/java/com/simibubi/create/content/schematics/client/tools/SchematicToolBase.java index b3296d1d03..b55542e4da 100644 --- a/src/main/java/com/simibubi/create/content/schematics/client/tools/SchematicToolBase.java +++ b/src/main/java/com/simibubi/create/content/schematics/client/tools/SchematicToolBase.java @@ -24,7 +24,7 @@ import net.minecraft.world.phys.AABB; import net.minecraft.world.phys.BlockHitResult; import net.minecraft.world.phys.HitResult.Type; import net.minecraft.world.phys.Vec3; -import net.minecraftforge.client.gui.ForgeIngameGui; +import net.minecraftforge.client.gui.overlay.ForgeGui; public abstract class SchematicToolBase implements ISchematicTool { @@ -124,7 +124,7 @@ public abstract class SchematicToolBase implements ISchematicTool { public void renderTool(PoseStack ms, SuperRenderTypeBuffer buffer) {} @Override - public void renderOverlay(ForgeIngameGui gui, PoseStack poseStack, float partialTicks, int width, int height) {} + public void renderOverlay(ForgeGui gui, PoseStack poseStack, float partialTicks, int width, int height) {} @Override public void renderOnSchematic(PoseStack ms, SuperRenderTypeBuffer buffer) { diff --git a/src/main/java/com/simibubi/create/content/schematics/client/tools/Tools.java b/src/main/java/com/simibubi/create/content/schematics/client/tools/Tools.java index 9b6d9ae287..507f9565d2 100644 --- a/src/main/java/com/simibubi/create/content/schematics/client/tools/Tools.java +++ b/src/main/java/com/simibubi/create/content/schematics/client/tools/Tools.java @@ -8,7 +8,7 @@ import com.simibubi.create.foundation.gui.AllIcons; import com.simibubi.create.foundation.utility.Lang; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TranslatableComponent; +import net.minecraft.network.chat.MutableComponent; public enum Tools { @@ -31,7 +31,7 @@ public enum Tools { return tool; } - public TranslatableComponent getDisplayName() { + public MutableComponent getDisplayName() { return Lang.translateDirect("schematic.tool." + Lang.asId(name())); } diff --git a/src/main/java/com/simibubi/create/content/schematics/item/SchematicItem.java b/src/main/java/com/simibubi/create/content/schematics/item/SchematicItem.java index 78c73a66d2..d204654f02 100644 --- a/src/main/java/com/simibubi/create/content/schematics/item/SchematicItem.java +++ b/src/main/java/com/simibubi/create/content/schematics/item/SchematicItem.java @@ -31,7 +31,6 @@ import net.minecraft.nbt.NbtAccounter; import net.minecraft.nbt.NbtIo; import net.minecraft.nbt.NbtUtils; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.InteractionHand; import net.minecraft.world.InteractionResult; import net.minecraft.world.InteractionResultHolder; @@ -84,7 +83,7 @@ public class SchematicItem extends Item { if (stack.hasTag()) { if (stack.getTag() .contains("File")) - tooltip.add(new TextComponent(ChatFormatting.GOLD + stack.getTag() + tooltip.add(Component.literal(ChatFormatting.GOLD + stack.getTag() .getString("File"))); } else { tooltip.add(Lang.translateDirect("schematic.invalid").withStyle(ChatFormatting.RED)); diff --git a/src/main/java/com/simibubi/create/events/ClientEvents.java b/src/main/java/com/simibubi/create/events/ClientEvents.java index bf43cd9979..a6cd5f1d86 100644 --- a/src/main/java/com/simibubi/create/events/ClientEvents.java +++ b/src/main/java/com/simibubi/create/events/ClientEvents.java @@ -23,6 +23,7 @@ import com.simibubi.create.content.contraptions.components.structureMovement.tra import com.simibubi.create.content.contraptions.components.structureMovement.train.CouplingRenderer; import com.simibubi.create.content.contraptions.components.structureMovement.train.capability.CapabilityMinecartController; import com.simibubi.create.content.contraptions.components.turntable.TurntableHandler; +import com.simibubi.create.content.contraptions.goggles.GoggleOverlayRenderer; import com.simibubi.create.content.contraptions.itemAssembly.SequencedAssemblyRecipe; import com.simibubi.create.content.contraptions.relays.belt.item.BeltConnectorHandler; import com.simibubi.create.content.curiosities.armor.CopperBacktankArmorLayer; @@ -72,7 +73,6 @@ import net.minecraft.client.multiplayer.ClientLevel; import net.minecraft.client.renderer.entity.EntityRenderDispatcher; import net.minecraft.core.BlockPos; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.item.BlockItem; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.Level; @@ -81,21 +81,23 @@ import net.minecraft.world.level.material.Fluid; import net.minecraft.world.level.material.FluidState; import net.minecraft.world.phys.Vec3; import net.minecraftforge.api.distmarker.Dist; -import net.minecraftforge.client.ConfigGuiHandler; +import net.minecraftforge.client.ConfigScreenHandler; import net.minecraftforge.client.event.ClientPlayerNetworkEvent; -import net.minecraftforge.client.event.DrawSelectionEvent; import net.minecraftforge.client.event.EntityRenderersEvent; -import net.minecraftforge.client.event.EntityViewRenderEvent; import net.minecraftforge.client.event.RegisterClientReloadListenersEvent; +import net.minecraftforge.client.event.RegisterGuiOverlaysEvent; +import net.minecraftforge.client.event.RenderHighlightEvent; import net.minecraftforge.client.event.RenderLevelLastEvent; import net.minecraftforge.client.event.RenderTooltipEvent; +import net.minecraftforge.client.event.ViewportEvent; +import net.minecraftforge.client.gui.overlay.VanillaGuiOverlay; import net.minecraftforge.event.TickEvent.ClientTickEvent; import net.minecraftforge.event.TickEvent.Phase; import net.minecraftforge.event.TickEvent.RenderTickEvent; import net.minecraftforge.event.entity.EntityMountEvent; import net.minecraftforge.event.entity.player.ItemTooltipEvent; import net.minecraftforge.event.entity.player.PlayerInteractEvent; -import net.minecraftforge.event.world.WorldEvent; +import net.minecraftforge.event.level.LevelEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.ModContainer; import net.minecraftforge.fml.ModList; @@ -174,21 +176,21 @@ public class ClientEvents { } @SubscribeEvent - public static void onRenderSelection(DrawSelectionEvent event) {} + public static void onRenderSelection(RenderHighlightEvent.Block event) {} @SubscribeEvent - public static void onJoin(ClientPlayerNetworkEvent.LoggedInEvent event) { + public static void onJoin(ClientPlayerNetworkEvent.LoggingIn event) { CreateClient.checkGraphicsFanciness(); } @SubscribeEvent - public static void onLeave(ClientPlayerNetworkEvent.LoggedOutEvent event) { + public static void onLeave(ClientPlayerNetworkEvent.LoggingOut event) { CreateClient.RAILWAYS.cleanUp(); } @SubscribeEvent - public static void onLoadWorld(WorldEvent.Load event) { - LevelAccessor world = event.getWorld(); + public static void onLoadWorld(LevelEvent.Load event) { + LevelAccessor world = event.getLevel(); if (world.isClientSide() && world instanceof ClientLevel && !(world instanceof WrappedClientWorld)) { CreateClient.invalidateRenderers(); AnimationTickHolder.reset(); @@ -196,14 +198,14 @@ public class ClientEvents { } @SubscribeEvent - public static void onUnloadWorld(WorldEvent.Unload event) { - if (!event.getWorld() + public static void onUnloadWorld(LevelEvent.Unload event) { + if (!event.getLevel() .isClientSide()) return; CreateClient.invalidateRenderers(); CreateClient.SOUL_PULSE_EFFECT_HANDLER.refresh(); AnimationTickHolder.reset(); - ControlsHandler.levelUnloaded(event.getWorld()); + ControlsHandler.levelUnloaded(event.getLevel()); } @SubscribeEvent @@ -232,7 +234,7 @@ public class ClientEvents { } @SubscribeEvent - public static void onCameraSetup(EntityViewRenderEvent.CameraSetup event) { + public static void onCameraSetup(ViewportEvent.ComputeCameraAngles event) { float partialTicks = AnimationTickHolder.getPartialTicks(); if (CameraAngleAnimationService.isYawAnimating()) @@ -251,7 +253,7 @@ public class ClientEvents { public static void addToItemTooltip(ItemTooltipEvent event) { if (!AllConfigs.CLIENT.tooltips.get()) return; - if (event.getPlayer() == null) + if (event.getEntity() == null) return; ItemStack stack = event.getItemStack(); @@ -259,7 +261,7 @@ public class ClientEvents { .getDescriptionId(stack); if (translationKey.startsWith(ITEM_PREFIX) || translationKey.startsWith(BLOCK_PREFIX)) - if (TooltipHelper.hasTooltip(stack, event.getPlayer())) { + if (TooltipHelper.hasTooltip(stack, event.getEntity())) { List itemTooltip = event.getToolTip(); List toolTip = new ArrayList<>(); toolTip.add(itemTooltip.remove(0)); @@ -274,7 +276,7 @@ public class ClientEvents { List kineticStats = ItemDescription.getKineticStats(item.getBlock()); if (!kineticStats.isEmpty()) { event.getToolTip() - .add(new TextComponent("")); + .add(Component.literal("")); event.getToolTip() .addAll(kineticStats); } @@ -314,7 +316,7 @@ public class ClientEvents { } @SubscribeEvent - public static void getFogDensity(EntityViewRenderEvent.RenderFogEvent event) { + public static void getFogDensity(ViewportEvent.RenderFog event) { Camera info = event.getCamera(); Level level = Minecraft.getInstance().level; BlockPos blockPos = info.getBlockPosition(); @@ -347,7 +349,7 @@ public class ClientEvents { } @SubscribeEvent - public static void getFogColor(EntityViewRenderEvent.FogColors event) { + public static void getFogColor(ViewportEvent.ComputeFogColor event) { Camera info = event.getCamera(); Level level = Minecraft.getInstance().level; BlockPos blockPos = info.getBlockPosition(); @@ -398,13 +400,25 @@ public class ClientEvents { TrainHatArmorLayer.registerOnAll(dispatcher); } + @SubscribeEvent + public static void registerGuiOverlays(RegisterGuiOverlaysEvent event) { + // Register overlays in reverse order + event.registerAbove(VanillaGuiOverlay.AIR_LEVEL.id(), "Create's Remaining Air", CopperBacktankArmorLayer.REMAINING_AIR_OVERLAY); + event.registerAbove(VanillaGuiOverlay.EXPERIENCE_BAR.id(), "Create's Train Driver HUD", TrainHUD.OVERLAY); + event.registerAbove(VanillaGuiOverlay.HOTBAR.id(), "Create's Goggle Information", GoggleOverlayRenderer.OVERLAY); + event.registerAbove(VanillaGuiOverlay.HOTBAR.id(), "Create's Blueprints", BlueprintOverlayRenderer.OVERLAY); + event.registerAbove(VanillaGuiOverlay.HOTBAR.id(), "Create's Linked Controller", LinkedControllerClientHandler.OVERLAY); + event.registerAbove(VanillaGuiOverlay.HOTBAR.id(), "Create's Schematics", CreateClient.SCHEMATIC_HANDLER.getOverlayRenderer()); + event.registerAbove(VanillaGuiOverlay.HOTBAR.id(), "Create's Toolboxes", ToolboxHandlerClient.OVERLAY); + } + @SubscribeEvent public static void onLoadComplete(FMLLoadCompleteEvent event) { ModContainer createContainer = ModList.get() .getModContainerById(Create.ID) .orElseThrow(() -> new IllegalStateException("Create mod container missing on LoadComplete")); - createContainer.registerExtensionPoint(ConfigGuiHandler.ConfigGuiFactory.class, - () -> new ConfigGuiHandler.ConfigGuiFactory( + createContainer.registerExtensionPoint(ConfigScreenHandler.ConfigScreenFactory.class, + () -> new ConfigScreenHandler.ConfigScreenFactory( (mc, previousScreen) -> BaseConfigScreen.forCreate(previousScreen))); } diff --git a/src/main/java/com/simibubi/create/events/CommonEvents.java b/src/main/java/com/simibubi/create/events/CommonEvents.java index fe6332c101..7009313391 100644 --- a/src/main/java/com/simibubi/create/events/CommonEvents.java +++ b/src/main/java/com/simibubi/create/events/CommonEvents.java @@ -43,21 +43,21 @@ import net.minecraftforge.event.AddReloadListenerEvent; import net.minecraftforge.event.AttachCapabilitiesEvent; import net.minecraftforge.event.OnDatapackSyncEvent; import net.minecraftforge.event.RegisterCommandsEvent; +import net.minecraftforge.event.TickEvent.LevelTickEvent; import net.minecraftforge.event.TickEvent.Phase; import net.minecraftforge.event.TickEvent.ServerTickEvent; -import net.minecraftforge.event.TickEvent.WorldTickEvent; import net.minecraftforge.event.entity.EntityEvent; -import net.minecraftforge.event.entity.EntityJoinWorldEvent; -import net.minecraftforge.event.entity.living.LivingEvent.LivingUpdateEvent; +import net.minecraftforge.event.entity.EntityJoinLevelEvent; +import net.minecraftforge.event.entity.living.LivingEvent.LivingTickEvent; import net.minecraftforge.event.entity.player.AttackEntityEvent; import net.minecraftforge.event.entity.player.PlayerEvent; import net.minecraftforge.event.entity.player.PlayerEvent.PlayerLoggedInEvent; import net.minecraftforge.event.entity.player.PlayerEvent.PlayerLoggedOutEvent; +import net.minecraftforge.event.level.BlockEvent.FluidPlaceBlockEvent; +import net.minecraftforge.event.level.ChunkEvent; +import net.minecraftforge.event.level.LevelEvent; import net.minecraftforge.event.server.ServerStoppingEvent; import net.minecraftforge.event.world.BiomeLoadingEvent; -import net.minecraftforge.event.world.BlockEvent.FluidPlaceBlockEvent; -import net.minecraftforge.event.world.ChunkEvent; -import net.minecraftforge.event.world.WorldEvent; import net.minecraftforge.eventbus.api.EventPriority; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.ModList; @@ -85,14 +85,14 @@ public class CommonEvents { @SubscribeEvent public static void playerLoggedIn(PlayerLoggedInEvent event) { - Player player = event.getPlayer(); + Player player = event.getEntity(); ToolboxHandler.playerLogin(player); Create.RAILWAYS.playerLogin(player); } @SubscribeEvent public static void playerLoggedOut(PlayerLoggedOutEvent event) { - Player player = event.getPlayer(); + Player player = event.getEntity(); Create.RAILWAYS.playerLogout(player); } @@ -101,7 +101,7 @@ public class CommonEvents { BlockState blockState = event.getOriginalState(); FluidState fluidState = blockState.getFluidState(); BlockPos pos = event.getPos(); - LevelAccessor world = event.getWorld(); + LevelAccessor world = event.getLevel(); if (fluidState.isSource() && FluidHelper.isLava(fluidState.getType())) return; @@ -120,10 +120,10 @@ public class CommonEvents { } @SubscribeEvent - public static void onWorldTick(WorldTickEvent event) { + public static void onWorldTick(LevelTickEvent event) { if (event.phase == Phase.START) return; - Level world = event.world; + Level world = event.level; ContraptionHandler.tick(world); CapabilityMinecartController.tick(world); CouplingPhysics.tick(world); @@ -133,8 +133,8 @@ public class CommonEvents { } @SubscribeEvent - public static void onUpdateLivingEntity(LivingUpdateEvent event) { - LivingEntity entityLiving = event.getEntityLiving(); + public static void onUpdateLivingEntity(LivingTickEvent event) { + LivingEntity entityLiving = event.getEntity(); Level world = entityLiving.level; if (world == null) return; @@ -143,9 +143,9 @@ public class CommonEvents { } @SubscribeEvent - public static void onEntityAdded(EntityJoinWorldEvent event) { + public static void onEntityAdded(EntityJoinLevelEvent event) { Entity entity = event.getEntity(); - Level world = event.getWorld(); + Level world = event.getLevel(); ContraptionHandler.addSpawnedContraptionsToCollisionList(entity, world); } @@ -186,16 +186,16 @@ public class CommonEvents { } @SubscribeEvent - public static void onLoadWorld(WorldEvent.Load event) { - LevelAccessor world = event.getWorld(); + public static void onLoadWorld(LevelEvent.Load event) { + LevelAccessor world = event.getLevel(); Create.REDSTONE_LINK_NETWORK_HANDLER.onLoadWorld(world); Create.TORQUE_PROPAGATOR.onLoadWorld(world); Create.RAILWAYS.levelLoaded(world); } @SubscribeEvent - public static void onUnloadWorld(WorldEvent.Unload event) { - LevelAccessor world = event.getWorld(); + public static void onUnloadWorld(LevelEvent.Unload event) { + LevelAccessor world = event.getLevel(); Create.REDSTONE_LINK_NETWORK_HANDLER.onUnloadWorld(world); Create.TORQUE_PROPAGATOR.onUnloadWorld(world); WorldAttached.invalidateWorld(world); diff --git a/src/main/java/com/simibubi/create/events/InputEvents.java b/src/main/java/com/simibubi/create/events/InputEvents.java index b40b720cd7..2b4e847ab0 100644 --- a/src/main/java/com/simibubi/create/events/InputEvents.java +++ b/src/main/java/com/simibubi/create/events/InputEvents.java @@ -12,10 +12,7 @@ import com.simibubi.create.foundation.tileEntity.behaviour.scrollvalue.ScrollVal import net.minecraft.client.KeyMapping; import net.minecraft.client.Minecraft; import net.minecraftforge.api.distmarker.Dist; -import net.minecraftforge.client.event.InputEvent.ClickInputEvent; -import net.minecraftforge.client.event.InputEvent.KeyInputEvent; -import net.minecraftforge.client.event.InputEvent.MouseInputEvent; -import net.minecraftforge.client.event.InputEvent.MouseScrollEvent; +import net.minecraftforge.client.event.InputEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod.EventBusSubscriber; @@ -23,7 +20,7 @@ import net.minecraftforge.fml.common.Mod.EventBusSubscriber; public class InputEvents { @SubscribeEvent - public static void onKeyInput(KeyInputEvent event) { + public static void onKeyInput(InputEvent.Key event) { if (Minecraft.getInstance().screen != null) return; @@ -35,7 +32,7 @@ public class InputEvents { } @SubscribeEvent - public static void onMouseScrolled(MouseScrollEvent event) { + public static void onMouseScrolled(InputEvent.MouseScrollingEvent event) { if (Minecraft.getInstance().screen != null) return; @@ -48,7 +45,7 @@ public class InputEvents { } @SubscribeEvent - public static void onMouseInput(MouseInputEvent event) { + public static void onMouseInput(InputEvent.MouseButton event) { if (Minecraft.getInstance().screen != null) return; @@ -60,7 +57,7 @@ public class InputEvents { } @SubscribeEvent - public static void onClickInput(ClickInputEvent event) { + public static void onClickInput(InputEvent.InteractionKeyMappingTriggered event) { Minecraft mc = Minecraft.getInstance(); if (mc.screen != null) return; diff --git a/src/main/java/com/simibubi/create/foundation/ModFilePackResources.java b/src/main/java/com/simibubi/create/foundation/ModFilePackResources.java index b97943a19e..1fdae4db89 100644 --- a/src/main/java/com/simibubi/create/foundation/ModFilePackResources.java +++ b/src/main/java/com/simibubi/create/foundation/ModFilePackResources.java @@ -3,9 +3,9 @@ package com.simibubi.create.foundation; import java.nio.file.Path; import net.minecraftforge.forgespi.locating.IModFile; -import net.minecraftforge.resource.PathResourcePack; +import net.minecraftforge.resource.PathPackResources; -public class ModFilePackResources extends PathResourcePack { +public class ModFilePackResources extends PathPackResources { protected final IModFile modFile; protected final String sourcePath; diff --git a/src/main/java/com/simibubi/create/foundation/advancement/AllAdvancements.java b/src/main/java/com/simibubi/create/foundation/advancement/AllAdvancements.java index 6a55e2996a..9b40debcb2 100644 --- a/src/main/java/com/simibubi/create/foundation/advancement/AllAdvancements.java +++ b/src/main/java/com/simibubi/create/foundation/advancement/AllAdvancements.java @@ -17,8 +17,6 @@ import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import com.google.common.collect.Sets; -import com.google.gson.Gson; -import com.google.gson.GsonBuilder; import com.google.gson.JsonObject; import com.simibubi.create.AllBlocks; import com.simibubi.create.AllFluids; @@ -26,9 +24,9 @@ import com.simibubi.create.AllItems; import com.simibubi.create.foundation.advancement.CreateAdvancement.Builder; import net.minecraft.advancements.Advancement; +import net.minecraft.data.CachedOutput; import net.minecraft.data.DataGenerator; import net.minecraft.data.DataProvider; -import net.minecraft.data.HashCache; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.DyeColor; import net.minecraft.world.item.Items; @@ -619,8 +617,6 @@ public class AllAdvancements implements DataProvider { // Datagen private static final Logger LOGGER = LogManager.getLogger(); - private static final Gson GSON = (new GsonBuilder()).setPrettyPrinting() - .create(); private final DataGenerator generator; public AllAdvancements(DataGenerator generatorIn) { @@ -628,7 +624,7 @@ public class AllAdvancements implements DataProvider { } @Override - public void run(HashCache cache) throws IOException { + public void run(CachedOutput cache) throws IOException { Path path = this.generator.getOutputFolder(); Set set = Sets.newHashSet(); Consumer consumer = (p_204017_3_) -> { @@ -638,7 +634,7 @@ public class AllAdvancements implements DataProvider { Path path1 = getPath(path, p_204017_3_); try { - DataProvider.save(GSON, cache, p_204017_3_.deconstruct() + DataProvider.saveStable(cache, p_204017_3_.deconstruct() .serializeToJson(), path1); } catch (IOException ioexception) { LOGGER.error("Couldn't save advancement {}", path1, ioexception); diff --git a/src/main/java/com/simibubi/create/foundation/advancement/CreateAdvancement.java b/src/main/java/com/simibubi/create/foundation/advancement/CreateAdvancement.java index 10f37ab4d6..338368b689 100644 --- a/src/main/java/com/simibubi/create/foundation/advancement/CreateAdvancement.java +++ b/src/main/java/com/simibubi/create/foundation/advancement/CreateAdvancement.java @@ -16,7 +16,7 @@ import net.minecraft.advancements.critereon.ItemPredicate; import net.minecraft.advancements.critereon.MinMaxBounds; import net.minecraft.advancements.critereon.NbtPredicate; import net.minecraft.advancements.critereon.PlacedBlockTrigger; -import net.minecraft.network.chat.TranslatableComponent; +import net.minecraft.network.chat.Component; import net.minecraft.resources.ResourceLocation; import net.minecraft.server.level.ServerPlayer; import net.minecraft.tags.TagKey; @@ -54,8 +54,8 @@ public class CreateAdvancement { builder.addCriterion("0", builtinTrigger.instance()); } - builder.display(t.icon, new TranslatableComponent(titleKey()), - new TranslatableComponent(descriptionKey()).withStyle(s -> s.withColor(0xDBA213)), + builder.display(t.icon, Component.translatable(titleKey()), + Component.translatable(descriptionKey()).withStyle(s -> s.withColor(0xDBA213)), id.equals("root") ? BACKGROUND : null, t.type.frame, t.type.toast, t.type.announce, t.type.hide); if (t.type == TaskType.SECRET) diff --git a/src/main/java/com/simibubi/create/foundation/advancement/RegistryTrigger.java b/src/main/java/com/simibubi/create/foundation/advancement/RegistryTrigger.java index 669d7dbc87..3efb31683a 100644 --- a/src/main/java/com/simibubi/create/foundation/advancement/RegistryTrigger.java +++ b/src/main/java/com/simibubi/create/foundation/advancement/RegistryTrigger.java @@ -6,11 +6,10 @@ import javax.annotation.ParametersAreNonnullByDefault; import net.minecraft.MethodsReturnNonnullByDefault; import net.minecraft.resources.ResourceLocation; import net.minecraftforge.registries.IForgeRegistry; -import net.minecraftforge.registries.IForgeRegistryEntry; @ParametersAreNonnullByDefault @MethodsReturnNonnullByDefault -public class RegistryTrigger> extends StringSerializableTrigger { +public class RegistryTrigger extends StringSerializableTrigger { private final IForgeRegistry registry; public RegistryTrigger(String id, IForgeRegistry registry) { diff --git a/src/main/java/com/simibubi/create/foundation/block/ItemUseOverrides.java b/src/main/java/com/simibubi/create/foundation/block/ItemUseOverrides.java index ac60408745..0ce628a150 100644 --- a/src/main/java/com/simibubi/create/foundation/block/ItemUseOverrides.java +++ b/src/main/java/com/simibubi/create/foundation/block/ItemUseOverrides.java @@ -29,7 +29,7 @@ public class ItemUseOverrides { if (AllItems.WRENCH.isIn(event.getItemStack())) return; - BlockState state = event.getWorld() + BlockState state = event.getLevel() .getBlockState(event.getPos()); ResourceLocation id = state.getBlock() .getRegistryName(); @@ -39,7 +39,7 @@ public class ItemUseOverrides { BlockHitResult blockTrace = new BlockHitResult(VecHelper.getCenterOf(event.getPos()), event.getFace(), event.getPos(), true); - InteractionResult result = state.use(event.getWorld(), event.getPlayer(), event.getHand(), blockTrace); + InteractionResult result = state.use(event.getLevel(), event.getEntity(), event.getHand(), blockTrace); if (!result.consumesAction()) return; diff --git a/src/main/java/com/simibubi/create/foundation/block/connected/BakedModelWrapperWithData.java b/src/main/java/com/simibubi/create/foundation/block/connected/BakedModelWrapperWithData.java index 2cc9605652..a318ffa6e9 100644 --- a/src/main/java/com/simibubi/create/foundation/block/connected/BakedModelWrapperWithData.java +++ b/src/main/java/com/simibubi/create/foundation/block/connected/BakedModelWrapperWithData.java @@ -5,9 +5,8 @@ import net.minecraft.core.BlockPos; import net.minecraft.world.level.BlockAndTintGetter; import net.minecraft.world.level.block.state.BlockState; import net.minecraftforge.client.model.BakedModelWrapper; -import net.minecraftforge.client.model.data.IModelData; -import net.minecraftforge.client.model.data.ModelDataMap; -import net.minecraftforge.client.model.data.ModelDataMap.Builder; +import net.minecraftforge.client.model.data.ModelData; +import net.minecraftforge.client.model.data.ModelData.Builder; public abstract class BakedModelWrapperWithData extends BakedModelWrapper { @@ -16,14 +15,14 @@ public abstract class BakedModelWrapperWithData extends BakedModelWrapper getQuads(BlockState state, Direction side, Random rand, IModelData extraData) { - List quads = super.getQuads(state, side, rand, extraData); - if (!extraData.hasProperty(CT_PROPERTY)) + public List getQuads(BlockState state, Direction side, RandomSource rand, ModelData extraData, RenderType renderType) { + List quads = super.getQuads(state, side, rand, extraData, renderType); + if (!extraData.has(CT_PROPERTY)) return quads; - CTData data = extraData.getData(CT_PROPERTY); + CTData data = extraData.get(CT_PROPERTY); quads = new ArrayList<>(quads); for (int i = 0; i < quads.size(); i++) { diff --git a/src/main/java/com/simibubi/create/foundation/block/render/DestroyProgressRenderingHandler.java b/src/main/java/com/simibubi/create/foundation/block/render/DestroyProgressRenderingHandler.java index e077bad1b4..dd2f1fa781 100644 --- a/src/main/java/com/simibubi/create/foundation/block/render/DestroyProgressRenderingHandler.java +++ b/src/main/java/com/simibubi/create/foundation/block/render/DestroyProgressRenderingHandler.java @@ -4,9 +4,9 @@ import net.minecraft.client.multiplayer.ClientLevel; import net.minecraft.client.renderer.LevelRenderer; import net.minecraft.core.BlockPos; import net.minecraft.world.level.block.state.BlockState; -import net.minecraftforge.client.IBlockRenderProperties; +import net.minecraftforge.client.extensions.common.IClientBlockExtensions; -public interface DestroyProgressRenderingHandler extends IBlockRenderProperties { +public interface DestroyProgressRenderingHandler extends IClientBlockExtensions { /** * Called before the default block breaking progress overlay is rendered. * diff --git a/src/main/java/com/simibubi/create/foundation/block/render/ReducedDestroyEffects.java b/src/main/java/com/simibubi/create/foundation/block/render/ReducedDestroyEffects.java index a8daefe442..534958cd5f 100644 --- a/src/main/java/com/simibubi/create/foundation/block/render/ReducedDestroyEffects.java +++ b/src/main/java/com/simibubi/create/foundation/block/render/ReducedDestroyEffects.java @@ -10,9 +10,9 @@ import net.minecraft.util.Mth; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.phys.shapes.VoxelShape; -import net.minecraftforge.client.IBlockRenderProperties; +import net.minecraftforge.client.extensions.common.IClientBlockExtensions; -public class ReducedDestroyEffects implements IBlockRenderProperties { +public class ReducedDestroyEffects implements IClientBlockExtensions { @Override public boolean addDestroyEffects(BlockState state, Level worldIn, BlockPos pos, ParticleEngine manager) { diff --git a/src/main/java/com/simibubi/create/foundation/command/ClearBufferCacheCommand.java b/src/main/java/com/simibubi/create/foundation/command/ClearBufferCacheCommand.java index 34a47169c0..22c85d0af8 100644 --- a/src/main/java/com/simibubi/create/foundation/command/ClearBufferCacheCommand.java +++ b/src/main/java/com/simibubi/create/foundation/command/ClearBufferCacheCommand.java @@ -5,7 +5,7 @@ import com.simibubi.create.CreateClient; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; import net.minecraftforge.fml.DistExecutor; @@ -18,7 +18,7 @@ public class ClearBufferCacheCommand { .executes(ctx -> { DistExecutor.unsafeRunWhenOn(Dist.CLIENT, () -> ClearBufferCacheCommand::execute); ctx.getSource() - .sendSuccess(new TextComponent("Cleared rendering buffers."), true); + .sendSuccess(Component.literal("Cleared rendering buffers."), true); return 1; }); } diff --git a/src/main/java/com/simibubi/create/foundation/command/CloneCommand.java b/src/main/java/com/simibubi/create/foundation/command/CloneCommand.java index 11b68e60e3..4945e80065 100644 --- a/src/main/java/com/simibubi/create/foundation/command/CloneCommand.java +++ b/src/main/java/com/simibubi/create/foundation/command/CloneCommand.java @@ -14,8 +14,7 @@ import net.minecraft.commands.Commands; import net.minecraft.commands.arguments.coordinates.BlockPosArgument; import net.minecraft.core.BlockPos; import net.minecraft.nbt.CompoundTag; -import net.minecraft.network.chat.TextComponent; -import net.minecraft.network.chat.TranslatableComponent; +import net.minecraft.network.chat.Component; import net.minecraft.server.level.ServerLevel; import net.minecraft.world.Clearable; import net.minecraft.world.level.block.Blocks; @@ -30,7 +29,7 @@ import net.minecraft.world.phys.Vec3; public class CloneCommand { private static final Dynamic2CommandExceptionType CLONE_TOO_BIG_EXCEPTION = new Dynamic2CommandExceptionType( - (arg1, arg2) -> new TranslatableComponent("commands.clone.toobig", arg1, arg2)); + (arg1, arg2) -> Component.translatable("commands.clone.toobig", arg1, arg2)); public static ArgumentBuilder register() { return Commands.literal("clone") @@ -47,7 +46,7 @@ public class CloneCommand { BlockPosArgument.getLoadedBlockPos(ctx, "destination"), true))))) .executes(ctx -> { ctx.getSource() - .sendSuccess(new TextComponent( + .sendSuccess(Component.literal( "Clones all blocks as well as super glue from the specified area to the target destination"), true); @@ -78,9 +77,9 @@ public class CloneCommand { int gluePastes = cloneGlue(sourceArea, world, diffToTarget); if (cloneBlocks) - source.sendSuccess(new TextComponent("Successfully cloned " + blockPastes + " Blocks"), true); + source.sendSuccess(Component.literal("Successfully cloned " + blockPastes + " Blocks"), true); - source.sendSuccess(new TextComponent("Successfully applied glue " + gluePastes + " times"), true); + source.sendSuccess(Component.literal("Successfully applied glue " + gluePastes + " times"), true); return blockPastes + gluePastes; } diff --git a/src/main/java/com/simibubi/create/foundation/command/ConfigCommand.java b/src/main/java/com/simibubi/create/foundation/command/ConfigCommand.java index a7abc0456f..6b42373f35 100644 --- a/src/main/java/com/simibubi/create/foundation/command/ConfigCommand.java +++ b/src/main/java/com/simibubi/create/foundation/command/ConfigCommand.java @@ -9,7 +9,7 @@ import com.simibubi.create.foundation.networking.AllPackets; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraft.server.level.ServerPlayer; import net.minecraftforge.fml.config.ModConfig; import net.minecraftforge.network.PacketDistributor; @@ -55,7 +55,7 @@ public class ConfigCommand { try { configPath = ConfigHelper.ConfigPath.parse(path); } catch (IllegalArgumentException e) { - ctx.getSource().sendFailure(new TextComponent(e.getMessage())); + ctx.getSource().sendFailure(Component.literal(e.getMessage())); return 0; } @@ -71,13 +71,13 @@ public class ConfigCommand { try { ConfigHelper.setConfigValue(configPath, value); - ctx.getSource().sendSuccess(new TextComponent("Great Success!"), false); + ctx.getSource().sendSuccess(Component.literal("Great Success!"), false); return Command.SINGLE_SUCCESS; } catch (ConfigHelper.InvalidValueException e) { - ctx.getSource().sendFailure(new TextComponent("Config could not be set the the specified value!")); + ctx.getSource().sendFailure(Component.literal("Config could not be set the the specified value!")); return 0; } catch (Exception e) { - ctx.getSource().sendFailure(new TextComponent("Something went wrong while trying to set config value. Check the server logs for more information")); + ctx.getSource().sendFailure(Component.literal("Something went wrong while trying to set config value. Check the server logs for more information")); Create.LOGGER.warn("Exception during server-side config value set:", e); return 0; } diff --git a/src/main/java/com/simibubi/create/foundation/command/CouplingCommand.java b/src/main/java/com/simibubi/create/foundation/command/CouplingCommand.java index acb60d2958..20bf704749 100644 --- a/src/main/java/com/simibubi/create/foundation/command/CouplingCommand.java +++ b/src/main/java/com/simibubi/create/foundation/command/CouplingCommand.java @@ -17,7 +17,7 @@ import com.simibubi.create.foundation.utility.Iterate; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; import net.minecraft.commands.arguments.EntityArgument; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.player.Player; import net.minecraft.world.entity.vehicle.AbstractMinecart; @@ -26,11 +26,11 @@ import net.minecraftforge.common.util.LazyOptional; public class CouplingCommand { public static final SimpleCommandExceptionType ONLY_MINECARTS_ALLOWED = - new SimpleCommandExceptionType(new TextComponent("Only Minecarts can be coupled")); + new SimpleCommandExceptionType(Component.literal("Only Minecarts can be coupled")); public static final SimpleCommandExceptionType SAME_DIMENSION = - new SimpleCommandExceptionType(new TextComponent("Minecarts have to be in the same Dimension")); + new SimpleCommandExceptionType(Component.literal("Minecarts have to be in the same Dimension")); public static final DynamicCommandExceptionType TWO_CARTS = - new DynamicCommandExceptionType(a -> new TextComponent( + new DynamicCommandExceptionType(a -> Component.literal( "Your selector targeted " + a + " entities. You can only couple 2 Minecarts at a time.")); public static ArgumentBuilder register() { @@ -105,7 +105,7 @@ public class CouplingCommand { cart1.getCapability(CapabilityMinecartController.MINECART_CONTROLLER_CAPABILITY); if (!cart1Capability.isPresent()) { ctx.getSource() - .sendSuccess(new TextComponent("Minecart has no Couplings Attached"), true); + .sendSuccess(Component.literal("Minecart has no Couplings Attached"), true); return 0; } @@ -115,7 +115,7 @@ public class CouplingCommand { + (cart1Controller.isLeadingCoupling() ? 1 : 0); if (cart1Couplings == 0) { ctx.getSource() - .sendSuccess(new TextComponent("Minecart has no Couplings Attached"), true); + .sendSuccess(Component.literal("Minecart has no Couplings Attached"), true); return 0; } @@ -138,7 +138,7 @@ public class CouplingCommand { } ctx.getSource() - .sendSuccess(new TextComponent("The specified Carts are not coupled"), true); + .sendSuccess(Component.literal("The specified Carts are not coupled"), true); return 0; })))) @@ -153,7 +153,7 @@ public class CouplingCommand { cart.getCapability(CapabilityMinecartController.MINECART_CONTROLLER_CAPABILITY); if (!capability.isPresent()) { ctx.getSource() - .sendSuccess(new TextComponent("Minecart has no Couplings Attached"), true); + .sendSuccess(Component.literal("Minecart has no Couplings Attached"), true); return 0; } @@ -163,7 +163,7 @@ public class CouplingCommand { (controller.isConnectedToCoupling() ? 1 : 0) + (controller.isLeadingCoupling() ? 1 : 0); if (couplings == 0) { ctx.getSource() - .sendSuccess(new TextComponent("Minecart has no Couplings Attached"), true); + .sendSuccess(Component.literal("Minecart has no Couplings Attached"), true); return 0; } @@ -171,7 +171,7 @@ public class CouplingCommand { ctx.getSource() .sendSuccess( - new TextComponent("Removed " + couplings + " couplings from the Minecart"), true); + Component.literal("Removed " + couplings + " couplings from the Minecart"), true); return couplings; }))); diff --git a/src/main/java/com/simibubi/create/foundation/command/DumpRailwaysCommand.java b/src/main/java/com/simibubi/create/foundation/command/DumpRailwaysCommand.java index d51655d520..0efd90dc03 100644 --- a/src/main/java/com/simibubi/create/foundation/command/DumpRailwaysCommand.java +++ b/src/main/java/com/simibubi/create/foundation/command/DumpRailwaysCommand.java @@ -22,7 +22,6 @@ import net.minecraft.network.chat.ClickEvent; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.ComponentUtils; import net.minecraft.network.chat.HoverEvent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.server.level.ServerLevel; import net.minecraft.util.Mth; import net.minecraft.world.entity.LivingEntity; @@ -36,7 +35,7 @@ public class DumpRailwaysCommand { .executes(ctx -> { CommandSourceStack source = ctx.getSource(); fillReport(source.getLevel(), source.getPosition(), - (s, f) -> source.sendSuccess(new TextComponent(s).withStyle(st -> st.withColor(f)), false), + (s, f) -> source.sendSuccess(Component.literal(s).withStyle(st -> st.withColor(f)), false), (c) -> source.sendSuccess(c, false)); return 1; }); @@ -141,11 +140,11 @@ public class DumpRailwaysCommand { } private static Component createDeleteButton(Train train) { - return ComponentUtils.wrapInSquareBrackets((new TextComponent("Remove")).withStyle((p_180514_) -> { + return ComponentUtils.wrapInSquareBrackets((Component.literal("Remove")).withStyle((p_180514_) -> { return p_180514_.withColor(0xFFAD60) .withClickEvent(new ClickEvent(ClickEvent.Action.RUN_COMMAND, "/c killTrain " + train.id.toString())) .withHoverEvent(new HoverEvent(HoverEvent.Action.SHOW_TEXT, - new TextComponent("Click to remove ").append(train.name))) + Component.literal("Click to remove ").append(train.name))) .withInsertion("/c killTrain " + train.id.toString()); })); } diff --git a/src/main/java/com/simibubi/create/foundation/command/FixLightingCommand.java b/src/main/java/com/simibubi/create/foundation/command/FixLightingCommand.java index ceca349252..c0abf38271 100644 --- a/src/main/java/com/simibubi/create/foundation/command/FixLightingCommand.java +++ b/src/main/java/com/simibubi/create/foundation/command/FixLightingCommand.java @@ -5,7 +5,7 @@ import com.simibubi.create.foundation.networking.AllPackets; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraft.server.level.ServerPlayer; import net.minecraftforge.network.PacketDistributor; @@ -21,7 +21,7 @@ public class FixLightingCommand { ctx.getSource() .sendSuccess( - new TextComponent("Forge's experimental block rendering pipeline is now enabled."), true); + Component.literal("Forge's experimental block rendering pipeline is now enabled."), true); return 1; }); diff --git a/src/main/java/com/simibubi/create/foundation/command/FlySpeedCommand.java b/src/main/java/com/simibubi/create/foundation/command/FlySpeedCommand.java index 0f6bf0e27a..cf336b76e3 100644 --- a/src/main/java/com/simibubi/create/foundation/command/FlySpeedCommand.java +++ b/src/main/java/com/simibubi/create/foundation/command/FlySpeedCommand.java @@ -8,7 +8,7 @@ import com.mojang.brigadier.context.CommandContext; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; import net.minecraft.commands.arguments.EntityArgument; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraft.network.protocol.game.ClientboundPlayerAbilitiesPacket; import net.minecraft.server.level.ServerPlayer; @@ -38,7 +38,7 @@ public class FlySpeedCommand { player.connection.send(packet); ctx.getSource() - .sendSuccess(new TextComponent("Temporarily set " + player.getName() + .sendSuccess(Component.literal("Temporarily set " + player.getName() .getString() + "'s Flying Speed to: " + speed), true); return Command.SINGLE_SUCCESS; diff --git a/src/main/java/com/simibubi/create/foundation/command/HighlightCommand.java b/src/main/java/com/simibubi/create/foundation/command/HighlightCommand.java index 496885d848..643fd8aaa4 100644 --- a/src/main/java/com/simibubi/create/foundation/command/HighlightCommand.java +++ b/src/main/java/com/simibubi/create/foundation/command/HighlightCommand.java @@ -13,7 +13,7 @@ import net.minecraft.commands.Commands; import net.minecraft.commands.arguments.EntityArgument; import net.minecraft.commands.arguments.coordinates.BlockPosArgument; import net.minecraft.core.BlockPos; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.level.ClipContext; import net.minecraft.world.level.Level; @@ -60,7 +60,7 @@ public class HighlightCommand { private static void sendMissMessage(CommandSourceStack source) { source.sendSuccess( - new TextComponent("Try looking at a Block that has failed to assemble a Contraption and try again."), + Component.literal("Try looking at a Block that has failed to assemble a Contraption and try again."), true); } @@ -94,7 +94,7 @@ public class HighlightCommand { } if (!exception.hasPosition()) { - source.sendSuccess(new TextComponent("Can't highlight a specific position for this issue"), true); + source.sendSuccess(Component.literal("Can't highlight a specific position for this issue"), true); return Command.SINGLE_SUCCESS; } diff --git a/src/main/java/com/simibubi/create/foundation/command/KillTPSCommand.java b/src/main/java/com/simibubi/create/foundation/command/KillTPSCommand.java index 171a5a6ba2..1486be151c 100644 --- a/src/main/java/com/simibubi/create/foundation/command/KillTPSCommand.java +++ b/src/main/java/com/simibubi/create/foundation/command/KillTPSCommand.java @@ -46,12 +46,12 @@ public class KillTPSCommand { return 1; }) .then(Commands.argument(Lang.translateDirect("command.killTPSCommand.argument.tickTime") - .getContents(), IntegerArgumentType.integer(1)) + .getString(), IntegerArgumentType.integer(1)) .executes(ctx -> { // killtps start tickTime int tickTime = IntegerArgumentType.getInteger(ctx, Lang.translateDirect("command.killTPSCommand.argument.tickTime") - .getContents()); + .getString()); Create.LAGGER.setTickTime(tickTime); Create.LAGGER.setLagging(true); ctx.getSource() diff --git a/src/main/java/com/simibubi/create/foundation/command/KillTrainCommand.java b/src/main/java/com/simibubi/create/foundation/command/KillTrainCommand.java index c2194446c1..860829f1ab 100644 --- a/src/main/java/com/simibubi/create/foundation/command/KillTrainCommand.java +++ b/src/main/java/com/simibubi/create/foundation/command/KillTrainCommand.java @@ -9,7 +9,7 @@ import com.simibubi.create.content.logistics.trains.entity.Train; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; import net.minecraft.commands.arguments.UuidArgument; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; public class KillTrainCommand { @@ -27,13 +27,13 @@ public class KillTrainCommand { private static void run(CommandSourceStack source, UUID argument) { Train train = Create.RAILWAYS.trains.get(argument); if (train == null) { - source.sendFailure(new TextComponent("No Train with id " + argument.toString() + source.sendFailure(Component.literal("No Train with id " + argument.toString() .substring(0, 5) + "[...] was found")); return; } train.invalid = true; - source.sendSuccess(new TextComponent("Train '").append(train.name) + source.sendSuccess(Component.literal("Train '").append(train.name) .append("' removed successfully"), true); } diff --git a/src/main/java/com/simibubi/create/foundation/command/OverlayConfigCommand.java b/src/main/java/com/simibubi/create/foundation/command/OverlayConfigCommand.java index 384fc6c417..0301c0261a 100644 --- a/src/main/java/com/simibubi/create/foundation/command/OverlayConfigCommand.java +++ b/src/main/java/com/simibubi/create/foundation/command/OverlayConfigCommand.java @@ -5,7 +5,7 @@ import com.simibubi.create.foundation.networking.AllPackets; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraft.server.level.ServerPlayer; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.fml.DistExecutor; @@ -26,7 +26,7 @@ public class OverlayConfigCommand { new SConfigureConfigPacket(SConfigureConfigPacket.Actions.overlayReset.name(), ""))); ctx.getSource() - .sendSuccess(new TextComponent("reset overlay offset"), true); + .sendSuccess(Component.literal("reset overlay offset"), true); return 1; }) @@ -40,7 +40,7 @@ public class OverlayConfigCommand { new SConfigureConfigPacket(SConfigureConfigPacket.Actions.overlayScreen.name(), ""))); ctx.getSource() - .sendSuccess(new TextComponent("window opened"), true); + .sendSuccess(Component.literal("window opened"), true); return 1; }); diff --git a/src/main/java/com/simibubi/create/foundation/command/ReplaceInCommandBlocksCommand.java b/src/main/java/com/simibubi/create/foundation/command/ReplaceInCommandBlocksCommand.java index bbb8ce46bf..18bbf9692a 100644 --- a/src/main/java/com/simibubi/create/foundation/command/ReplaceInCommandBlocksCommand.java +++ b/src/main/java/com/simibubi/create/foundation/command/ReplaceInCommandBlocksCommand.java @@ -9,7 +9,7 @@ import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; import net.minecraft.commands.arguments.coordinates.BlockPosArgument; import net.minecraft.core.BlockPos; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraft.server.level.ServerLevel; import net.minecraft.world.level.BaseCommandBlock; import net.minecraft.world.level.block.CommandBlock; @@ -59,10 +59,10 @@ public class ReplaceInCommandBlocksCommand { }); int intValue = blocks.intValue(); if (intValue == 0) { - source.sendSuccess(new TextComponent("Couldn't find \"" + toReplace + "\" anywhere."), true); + source.sendSuccess(Component.literal("Couldn't find \"" + toReplace + "\" anywhere."), true); return; } - source.sendSuccess(new TextComponent("Replaced occurrences in " + intValue + " blocks."), true); + source.sendSuccess(Component.literal("Replaced occurrences in " + intValue + " blocks."), true); } } diff --git a/src/main/java/com/simibubi/create/foundation/command/SConfigureConfigPacket.java b/src/main/java/com/simibubi/create/foundation/command/SConfigureConfigPacket.java index 63036eddad..61ad3ac636 100644 --- a/src/main/java/com/simibubi/create/foundation/command/SConfigureConfigPacket.java +++ b/src/main/java/com/simibubi/create/foundation/command/SConfigureConfigPacket.java @@ -23,10 +23,8 @@ import net.minecraft.ChatFormatting; import net.minecraft.client.Minecraft; import net.minecraft.client.player.LocalPlayer; import net.minecraft.network.FriendlyByteBuf; -import net.minecraft.network.chat.ChatType; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.resources.ResourceLocation; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; @@ -87,7 +85,7 @@ public class SConfigureConfigPacket extends SimplePacketBase { try { configPath = ConfigHelper.ConfigPath.parse(option); } catch (IllegalArgumentException e) { - player.displayClientMessage(new TextComponent(e.getMessage()), false); + player.displayClientMessage(Component.literal(e.getMessage()), false); return; } @@ -98,11 +96,11 @@ public class SConfigureConfigPacket extends SimplePacketBase { try { ConfigHelper.setConfigValue(configPath, value); - player.displayClientMessage(new TextComponent("Great Success!"), false); + player.displayClientMessage(Component.literal("Great Success!"), false); } catch (ConfigHelper.InvalidValueException e) { - player.displayClientMessage(new TextComponent("Config could not be set the the specified value!"), false); + player.displayClientMessage(Component.literal("Config could not be set the the specified value!"), false); } catch (Exception e) { - player.displayClientMessage(new TextComponent("Something went wrong while trying to set config value. Check the client logs for more information"), false); + player.displayClientMessage(Component.literal("Something went wrong while trying to set config value. Check the client logs for more information"), false); Create.LOGGER.warn("Exception during client-side config value set:", e); } @@ -146,14 +144,14 @@ public class SConfigureConfigPacket extends SimplePacketBase { try { configPath = ConfigHelper.ConfigPath.parse(value); } catch (IllegalArgumentException e) { - player.displayClientMessage(new TextComponent(e.getMessage()), false); + player.displayClientMessage(Component.literal(e.getMessage()), false); return; } try { ScreenOpener.open(SubMenuConfigScreen.find(configPath)); } catch (Exception e) { - player.displayClientMessage(new TextComponent("Unable to find the specified config"), false); + player.displayClientMessage(Component.literal("Unable to find the specified config"), false); } } @@ -164,7 +162,7 @@ public class SConfigureConfigPacket extends SimplePacketBase { return; if (value.equals("info")) { - Component text = new TextComponent("Rainbow Debug Utility is currently: ") + Component text = Component.literal("Rainbow Debug Utility is currently: ") .append(boolToText(AllConfigs.CLIENT.rainbowDebug.get())); player.displayClientMessage(text, false); return; @@ -172,7 +170,7 @@ public class SConfigureConfigPacket extends SimplePacketBase { AllConfigs.CLIENT.rainbowDebug.set(Boolean.parseBoolean(value)); Component text = boolToText(AllConfigs.CLIENT.rainbowDebug.get()) - .append(new TextComponent(" Rainbow Debug Utility").withStyle(ChatFormatting.WHITE)); + .append(Component.literal(" Rainbow Debug Utility").withStyle(ChatFormatting.WHITE)); player.displayClientMessage(text, false); } @@ -213,9 +211,11 @@ public class SConfigureConfigPacket extends SimplePacketBase { @OnlyIn(Dist.CLIENT) private static void fabulousWarning(String value) { AllConfigs.CLIENT.ignoreFabulousWarning.set(true); - Minecraft.getInstance().gui.handleChat(ChatType.CHAT, - new TextComponent("Disabled Fabulous graphics warning"), - Minecraft.getInstance().player.getUUID()); + LocalPlayer player = Minecraft.getInstance().player; + if (player != null) { + player.displayClientMessage( + Component.literal("Disabled Fabulous graphics warning"), false); + } } @OnlyIn(Dist.CLIENT) @@ -268,8 +268,8 @@ public class SConfigureConfigPacket extends SimplePacketBase { } private static MutableComponent boolToText(boolean b) { - return b ? new TextComponent("enabled").withStyle(ChatFormatting.DARK_GREEN) - : new TextComponent("disabled").withStyle(ChatFormatting.RED); + return b ? Component.literal("enabled").withStyle(ChatFormatting.DARK_GREEN) + : Component.literal("disabled").withStyle(ChatFormatting.RED); } } } diff --git a/src/main/java/com/simibubi/create/foundation/config/ui/BaseConfigScreen.java b/src/main/java/com/simibubi/create/foundation/config/ui/BaseConfigScreen.java index cf5fb411f2..4689b43ebd 100644 --- a/src/main/java/com/simibubi/create/foundation/config/ui/BaseConfigScreen.java +++ b/src/main/java/com/simibubi/create/foundation/config/ui/BaseConfigScreen.java @@ -24,7 +24,7 @@ import com.simibubi.create.foundation.item.TooltipHelper; import net.minecraft.ChatFormatting; import net.minecraft.client.gui.screens.Screen; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraftforge.common.ForgeConfigSpec; import net.minecraftforge.fml.config.ModConfig; @@ -146,7 +146,7 @@ public class BaseConfigScreen extends ConfigScreen { super.init(); returnOnClose = true; - TextStencilElement clientText = new TextStencilElement(font, new TextComponent(clientTile)).centered(true, true); + TextStencilElement clientText = new TextStencilElement(font, Component.literal(clientTile)).centered(true, true); addRenderableWidget(clientConfigWidget = new BoxWidget(width / 2 - 100, height / 2 - 15 - 30, 200, 16).showingElement(clientText)); if (clientSpec != null) { @@ -158,7 +158,7 @@ public class BaseConfigScreen extends ConfigScreen { clientText.withElementRenderer(DISABLED_RENDERER); } - TextStencilElement commonText = new TextStencilElement(font, new TextComponent(commonTile)).centered(true, true); + TextStencilElement commonText = new TextStencilElement(font, Component.literal(commonTile)).centered(true, true); addRenderableWidget(commonConfigWidget = new BoxWidget(width / 2 - 100, height / 2 - 15, 200, 16).showingElement(commonText)); if (commonSpec != null) { @@ -170,7 +170,7 @@ public class BaseConfigScreen extends ConfigScreen { commonText.withElementRenderer(DISABLED_RENDERER); } - TextStencilElement serverText = new TextStencilElement(font, new TextComponent(serverTile)).centered(true, true); + TextStencilElement serverText = new TextStencilElement(font, Component.literal(serverTile)).centered(true, true); addRenderableWidget(serverConfigWidget = new BoxWidget(width / 2 - 100, height / 2 - 15 + 30, 200, 16).showingElement(serverText)); if (serverSpec == null) { @@ -180,10 +180,10 @@ public class BaseConfigScreen extends ConfigScreen { } else if (minecraft.level == null) { serverText.withElementRenderer(DISABLED_RENDERER); serverConfigWidget.getToolTip() - .add(new TextComponent("Stored individually per World")); + .add(Component.literal("Stored individually per World")); serverConfigWidget.getToolTip() .addAll(TooltipHelper.cutTextComponent( - new TextComponent( + Component.literal( "Gameplay settings can only be accessed from the in-game menu after joining a World or Server."), ChatFormatting.GRAY, ChatFormatting.GRAY)); } else { @@ -218,10 +218,10 @@ public class BaseConfigScreen extends ConfigScreen { goBack.showingElement(AllIcons.I_CONFIG_BACK.asStencil() .withElementRenderer(BoxWidget.gradientFactory.apply(goBack))); goBack.getToolTip() - .add(new TextComponent("Go Back")); + .add(Component.literal("Go Back")); addRenderableWidget(goBack); - TextStencilElement othersText = new TextStencilElement(font, new TextComponent("Access Configs of other Mods")).centered(true, true); + TextStencilElement othersText = new TextStencilElement(font, Component.literal("Access Configs of other Mods")).centered(true, true); others = new BoxWidget(width / 2 - 100, height / 2 - 15 + 90, 200, 16).showingElement(othersText); othersText.withElementRenderer(BoxWidget.gradientFactory.apply(others)); others.withCallback(() -> linkTo(new ConfigModListScreen(this))); diff --git a/src/main/java/com/simibubi/create/foundation/config/ui/ConfigModListScreen.java b/src/main/java/com/simibubi/create/foundation/config/ui/ConfigModListScreen.java index 51231e5884..fb38270603 100644 --- a/src/main/java/com/simibubi/create/foundation/config/ui/ConfigModListScreen.java +++ b/src/main/java/com/simibubi/create/foundation/config/ui/ConfigModListScreen.java @@ -16,7 +16,7 @@ import com.simibubi.create.foundation.item.TooltipHelper; import net.minecraft.ChatFormatting; import net.minecraft.client.gui.screens.Screen; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraftforge.fml.ModList; import net.minecraftforge.forgespi.language.IModInfo; @@ -58,7 +58,7 @@ public class ConfigModListScreen extends ConfigScreen { goBack.showingElement(AllIcons.I_CONFIG_BACK.asStencil() .withElementRenderer(BoxWidget.gradientFactory.apply(goBack))); goBack.getToolTip() - .add(new TextComponent("Go Back")); + .add(Component.literal("Go Back")); addRenderableWidget(goBack); search = new HintableTextFieldWidget(font, width / 2 - listWidth / 2, height - 35, listWidth, 20); @@ -112,8 +112,8 @@ public class ConfigModListScreen extends ConfigScreen { button.active = false; button.updateColorsFromState(); button.modifyElement(e -> ((DelegatedStencilElement) e).withElementRenderer(BaseConfigScreen.DISABLED_RENDERER)); - labelTooltip.add(new TextComponent(toHumanReadable(id))); - labelTooltip.addAll(TooltipHelper.cutTextComponent(new TextComponent("This Mod does not have any configs registered or is not using Forge's config system"), ChatFormatting.GRAY, ChatFormatting.GRAY)); + labelTooltip.add(Component.literal(toHumanReadable(id))); + labelTooltip.addAll(TooltipHelper.cutTextComponent(Component.literal("This Mod does not have any configs registered or is not using Forge's config system"), ChatFormatting.GRAY, ChatFormatting.GRAY)); } listeners.add(button); diff --git a/src/main/java/com/simibubi/create/foundation/config/ui/ConfigScreen.java b/src/main/java/com/simibubi/create/foundation/config/ui/ConfigScreen.java index bd86c151d0..fa0f94bfb4 100644 --- a/src/main/java/com/simibubi/create/foundation/config/ui/ConfigScreen.java +++ b/src/main/java/com/simibubi/create/foundation/config/ui/ConfigScreen.java @@ -62,7 +62,7 @@ public abstract class ConfigScreen extends AbstractSimiScreen { @Override public void renderBackground(@Nonnull PoseStack ms) { - net.minecraftforge.common.MinecraftForge.EVENT_BUS.post(new ScreenEvent.BackgroundDrawnEvent(this, ms)); + net.minecraftforge.common.MinecraftForge.EVENT_BUS.post(new ScreenEvent.BackgroundRendered(this, ms)); } @Override diff --git a/src/main/java/com/simibubi/create/foundation/config/ui/ConfigScreenList.java b/src/main/java/com/simibubi/create/foundation/config/ui/ConfigScreenList.java index f014b54246..687d065cae 100644 --- a/src/main/java/com/simibubi/create/foundation/config/ui/ConfigScreenList.java +++ b/src/main/java/com/simibubi/create/foundation/config/ui/ConfigScreenList.java @@ -28,7 +28,6 @@ import net.minecraft.client.gui.components.events.GuiEventListener; import net.minecraft.client.gui.screens.Screen; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; public class ConfigScreenList extends ObjectSelectionList implements TickableGuiEventListener { @@ -272,7 +271,7 @@ public class ConfigScreenList extends ObjectSelectionList AllIcons.I_CONFIG_LOCKED.render(ms, 0, 0)); stencil.withElementRenderer((ms, w, h, alpha) -> UIRenderHelper.angledGradient(ms, 90, 8, 0, 16, 16, red)); serverLocked.withBorderColors(red); - serverLocked.getToolTip().add(new TextComponent("Locked").withStyle(ChatFormatting.BOLD)); + serverLocked.getToolTip().add(Component.literal("Locked").withStyle(ChatFormatting.BOLD)); serverLocked.getToolTip().addAll(TooltipHelper.cutStringTextComponent("You do not have enough permissions to edit the server config. You can still look at the current values here though.", ChatFormatting.GRAY, ChatFormatting.GRAY)); } else { stencil.withStencilRenderer((ms, w, h, alpha) -> AllIcons.I_CONFIG_UNLOCKED.render(ms, 0, 0)); stencil.withElementRenderer((ms, w, h, alpha) -> UIRenderHelper.angledGradient(ms, 90, 8, 0, 16, 16, green)); serverLocked.withBorderColors(green); - serverLocked.getToolTip().add(new TextComponent("Unlocked").withStyle(ChatFormatting.BOLD)); + serverLocked.getToolTip().add(Component.literal("Unlocked").withStyle(ChatFormatting.BOLD)); serverLocked.getToolTip().addAll(TooltipHelper.cutStringTextComponent("You have enough permissions to edit the server config. Changes you make here will be synced with the server when you save them.", ChatFormatting.GRAY, ChatFormatting.GRAY)); } diff --git a/src/main/java/com/simibubi/create/foundation/config/ui/entries/NumberEntry.java b/src/main/java/com/simibubi/create/foundation/config/ui/entries/NumberEntry.java index e90668608c..9679f5397e 100644 --- a/src/main/java/com/simibubi/create/foundation/config/ui/entries/NumberEntry.java +++ b/src/main/java/com/simibubi/create/foundation/config/ui/entries/NumberEntry.java @@ -15,7 +15,8 @@ import com.simibubi.create.foundation.gui.element.TextStencilElement; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.Font; import net.minecraft.client.gui.components.EditBox; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; +import net.minecraft.network.chat.MutableComponent; import net.minecraftforge.common.ForgeConfigSpec; public abstract class NumberEntry extends ValueEntry { @@ -74,13 +75,13 @@ public abstract class NumberEntry extends ValueEntry { Font font = Minecraft.getInstance().font; if (min.doubleValue() > getTypeMin().doubleValue()) { - TextComponent t = new TextComponent(formatBound(min) + " < "); + MutableComponent t = Component.literal(formatBound(min) + " < "); minText = new TextStencilElement(font, t).centered(true, false); minText.withElementRenderer((ms, width, height, alpha) -> UIRenderHelper.angledGradient(ms, 0 ,0, height/2, height, width, Theme.p(Theme.Key.TEXT_DARKER))); minOffset = font.width(t); } if (max.doubleValue() < getTypeMax().doubleValue()) { - TextComponent t = new TextComponent(" < " + formatBound(max)); + MutableComponent t = Component.literal(" < " + formatBound(max)); maxText = new TextStencilElement(font, t).centered(true, false); maxText.withElementRenderer((ms, width, height, alpha) -> UIRenderHelper.angledGradient(ms, 0 ,0, height/2, height, width, Theme.p(Theme.Key.TEXT_DARKER))); maxOffset = font.width(t); diff --git a/src/main/java/com/simibubi/create/foundation/config/ui/entries/ValueEntry.java b/src/main/java/com/simibubi/create/foundation/config/ui/entries/ValueEntry.java index 1d3d89d3b6..6809d60812 100644 --- a/src/main/java/com/simibubi/create/foundation/config/ui/entries/ValueEntry.java +++ b/src/main/java/com/simibubi/create/foundation/config/ui/entries/ValueEntry.java @@ -21,7 +21,7 @@ import com.simibubi.create.foundation.item.TooltipHelper; import com.simibubi.create.foundation.utility.Pair; import net.minecraft.ChatFormatting; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraftforge.common.ForgeConfigSpec; public class ValueEntry extends ConfigScreenList.LabeledEntry { @@ -50,7 +50,7 @@ public class ValueEntry extends ConfigScreenList.LabeledEntry { listeners.add(resetButton); List path = value.getPath(); - labelTooltip.add(new TextComponent(label).withStyle(ChatFormatting.WHITE)); + labelTooltip.add(Component.literal(label).withStyle(ChatFormatting.WHITE)); String comment = spec.getComment(); if (comment == null || comment.isEmpty()) return; @@ -68,18 +68,18 @@ public class ValueEntry extends ConfigScreenList.LabeledEntry { // add comment to tooltip labelTooltip.addAll(commentLines.stream() .filter(Predicates.not(s -> s.startsWith("Range"))) - .map(TextComponent::new) + .map(Component::literal) .flatMap(stc -> TooltipHelper.cutTextComponent(stc, ChatFormatting.GRAY, ChatFormatting.GRAY) .stream()) .collect(Collectors.toList())); if (annotations.containsKey(ConfigAnnotations.RequiresRelog.TRUE.getName())) - labelTooltip.addAll(TooltipHelper.cutTextComponent(new TextComponent("Changing this value will require a _relog_ to take full effect"), ChatFormatting.GRAY, ChatFormatting.GOLD)); + labelTooltip.addAll(TooltipHelper.cutTextComponent(Component.literal("Changing this value will require a _relog_ to take full effect"), ChatFormatting.GRAY, ChatFormatting.GOLD)); if (annotations.containsKey(ConfigAnnotations.RequiresRestart.CLIENT.getName())) - labelTooltip.addAll(TooltipHelper.cutTextComponent(new TextComponent("Changing this value will require a _restart_ to take full effect"), ChatFormatting.GRAY, ChatFormatting.RED)); + labelTooltip.addAll(TooltipHelper.cutTextComponent(Component.literal("Changing this value will require a _restart_ to take full effect"), ChatFormatting.GRAY, ChatFormatting.RED)); - labelTooltip.add(new TextComponent(ConfigScreen.modID + ":" + path.get(path.size() - 1)).withStyle(ChatFormatting.DARK_GRAY)); + labelTooltip.add(Component.literal(ConfigScreen.modID + ":" + path.get(path.size() - 1)).withStyle(ChatFormatting.DARK_GRAY)); } @Override diff --git a/src/main/java/com/simibubi/create/foundation/data/CreateRegistrate.java b/src/main/java/com/simibubi/create/foundation/data/CreateRegistrate.java index 9a0e267183..d6caa6cba0 100644 --- a/src/main/java/com/simibubi/create/foundation/data/CreateRegistrate.java +++ b/src/main/java/com/simibubi/create/foundation/data/CreateRegistrate.java @@ -48,7 +48,6 @@ import net.minecraftforge.fluids.FluidAttributes; import net.minecraftforge.fluids.ForgeFlowingFluid; import net.minecraftforge.fml.DistExecutor; import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; -import net.minecraftforge.registries.IForgeRegistryEntry; import net.minecraftforge.registries.RegistryObject; public class CreateRegistrate extends AbstractRegistrate { @@ -78,7 +77,7 @@ public class CreateRegistrate extends AbstractRegistrate { } @Override - protected , T extends R> RegistryEntry accept(String name, + protected RegistryEntry accept(String name, ResourceKey> type, Builder builder, NonNullSupplier creator, NonNullFunction, ? extends RegistryEntry> entryFactory) { RegistryEntry ret = super.accept(name, type, builder, creator, entryFactory); @@ -94,7 +93,7 @@ public class CreateRegistrate extends AbstractRegistrate { return sectionLookup.getOrDefault(entry, AllSections.UNASSIGNED); } - public AllSections getSection(IForgeRegistryEntry entry) { + public AllSections getSection(Object entry) { return sectionLookup.entrySet() .stream() .filter(e -> e.getKey() @@ -104,7 +103,7 @@ public class CreateRegistrate extends AbstractRegistrate { .orElse(AllSections.UNASSIGNED); } - public > Collection> getAll(AllSections section, + public Collection> getAll(AllSections section, ResourceKey> registryType) { return this.getAll(registryType) .stream() diff --git a/src/main/java/com/simibubi/create/foundation/data/LangMerger.java b/src/main/java/com/simibubi/create/foundation/data/LangMerger.java index ddbb9529da..d263b57d37 100644 --- a/src/main/java/com/simibubi/create/foundation/data/LangMerger.java +++ b/src/main/java/com/simibubi/create/foundation/data/LangMerger.java @@ -26,6 +26,7 @@ import com.simibubi.create.Create; import com.simibubi.create.foundation.ponder.PonderScene; import com.simibubi.create.foundation.utility.FilesHelper; +import net.minecraft.data.CachedOutput; import net.minecraft.data.DataGenerator; import net.minecraft.data.DataProvider; import net.minecraft.data.HashCache; @@ -76,7 +77,7 @@ public class LangMerger implements DataProvider { } @Override - public void run(HashCache cache) throws IOException { + public void run(CachedOutput cache) throws IOException { Path path = this.gen.getOutputFolder() .resolve("assets/" + Create.ID + "/lang/" + "en_us.json"); @@ -224,7 +225,7 @@ public class LangMerger implements DataProvider { .getAsJsonObject()); } - private void save(HashCache cache, List dataIn, int missingKeys, Path target, String message) + private void save(CachedOutput cache, List dataIn, int missingKeys, Path target, String message) throws IOException { String data = createString(dataIn, missingKeys); // data = JavaUnicodeEscaper.outsideOf(0, 0x7f) diff --git a/src/main/java/com/simibubi/create/foundation/data/WindowGen.java b/src/main/java/com/simibubi/create/foundation/data/WindowGen.java index 312ac90646..d5029cf933 100644 --- a/src/main/java/com/simibubi/create/foundation/data/WindowGen.java +++ b/src/main/java/com/simibubi/create/foundation/data/WindowGen.java @@ -62,32 +62,33 @@ public class WindowGen { } public static BlockEntry woodenWindowBlock(WoodType woodType, Block planksBlock) { - return woodenWindowBlock(woodType, planksBlock, () -> RenderType::cutoutMipped); + return woodenWindowBlock(woodType, planksBlock, () -> RenderType::cutoutMipped, false); } public static BlockEntry customWindowBlock(String name, Supplier ingredient, - Supplier ct, Supplier> renderType, Supplier color) { + Supplier ct, Supplier> renderType, boolean translucent, + Supplier color) { NonNullFunction end_texture = n -> Create.asResource(palettesDir() + name + "_end"); NonNullFunction side_texture = n -> Create.asResource(palettesDir() + n); - return windowBlock(name, ingredient, ct, renderType, end_texture, side_texture, color); + return windowBlock(name, ingredient, ct, renderType, translucent, end_texture, side_texture, color); } public static BlockEntry woodenWindowBlock(WoodType woodType, Block planksBlock, - Supplier> renderType) { + Supplier> renderType, boolean translucent) { String woodName = woodType.name(); String name = woodName + "_window"; NonNullFunction end_texture = $ -> new ResourceLocation("block/" + woodName + "_planks"); NonNullFunction side_texture = n -> Create.asResource(palettesDir() + n); return windowBlock(name, () -> planksBlock, () -> AllSpriteShifts.getWoodenWindow(woodType), renderType, - end_texture, side_texture, planksBlock::defaultMaterialColor); + translucent, end_texture, side_texture, planksBlock::defaultMaterialColor); } public static BlockEntry windowBlock(String name, Supplier ingredient, - Supplier ct, Supplier> renderType, + Supplier ct, Supplier> renderType, boolean translucent, NonNullFunction endTexture, NonNullFunction sideTexture, Supplier color) { - return REGISTRATE.block(name, WindowBlock::new) + return REGISTRATE.block(name, p -> new WindowBlock(p, translucent)) .onRegister(connectedTextures(() -> new HorizontalCTBehaviour(ct.get()))) .addLayer(renderType) .recipe((c, p) -> ShapedRecipeBuilder.shaped(c.get(), 2) diff --git a/src/main/java/com/simibubi/create/foundation/data/recipe/ProcessingRecipeGen.java b/src/main/java/com/simibubi/create/foundation/data/recipe/ProcessingRecipeGen.java index 71a9f20a82..a41ff49c50 100644 --- a/src/main/java/com/simibubi/create/foundation/data/recipe/ProcessingRecipeGen.java +++ b/src/main/java/com/simibubi/create/foundation/data/recipe/ProcessingRecipeGen.java @@ -12,9 +12,9 @@ import com.simibubi.create.content.contraptions.processing.ProcessingRecipeBuild import com.simibubi.create.content.contraptions.processing.ProcessingRecipeSerializer; import com.simibubi.create.foundation.utility.recipe.IRecipeTypeInfo; +import net.minecraft.data.CachedOutput; import net.minecraft.data.DataGenerator; import net.minecraft.data.DataProvider; -import net.minecraft.data.HashCache; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.crafting.Ingredient; import net.minecraft.world.level.ItemLike; @@ -41,7 +41,7 @@ public abstract class ProcessingRecipeGen extends CreateRecipeProvider { GENERATORS.add(new HauntingRecipeGen(gen)); GENERATORS.add(new ItemApplicationRecipeGen(gen)); - gen.addProvider(new DataProvider() { + gen.addProvider(true, new DataProvider() { @Override public String getName() { @@ -49,7 +49,7 @@ public abstract class ProcessingRecipeGen extends CreateRecipeProvider { } @Override - public void run(HashCache dc) throws IOException { + public void run(CachedOutput dc) throws IOException { GENERATORS.forEach(g -> { try { g.run(dc); diff --git a/src/main/java/com/simibubi/create/foundation/fluid/FluidIngredient.java b/src/main/java/com/simibubi/create/foundation/fluid/FluidIngredient.java index 10097c729e..cbd3f9fb8c 100644 --- a/src/main/java/com/simibubi/create/foundation/fluid/FluidIngredient.java +++ b/src/main/java/com/simibubi/create/foundation/fluid/FluidIngredient.java @@ -170,7 +170,7 @@ public abstract class FluidIngredient implements Predicate { @Override protected void writeInternal(FriendlyByteBuf buffer) { - buffer.writeRegistryId(fluid); + buffer.writeRegistryId(ForgeRegistries.FLUIDS, fluid); buffer.writeNbt(tagToMatch); } diff --git a/src/main/java/com/simibubi/create/foundation/gui/AbstractSimiScreen.java b/src/main/java/com/simibubi/create/foundation/gui/AbstractSimiScreen.java index f0388bc00f..9e7feeb556 100644 --- a/src/main/java/com/simibubi/create/foundation/gui/AbstractSimiScreen.java +++ b/src/main/java/com/simibubi/create/foundation/gui/AbstractSimiScreen.java @@ -13,7 +13,6 @@ import net.minecraft.client.gui.components.events.GuiEventListener; import net.minecraft.client.gui.narration.NarratableEntry; import net.minecraft.client.gui.screens.Screen; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; @@ -29,7 +28,7 @@ public abstract class AbstractSimiScreen extends Screen { } protected AbstractSimiScreen() { - this(TextComponent.EMPTY); + this(Component.empty()); } /** diff --git a/src/main/java/com/simibubi/create/foundation/gui/CreateMainMenuScreen.java b/src/main/java/com/simibubi/create/foundation/gui/CreateMainMenuScreen.java index 51889c28f1..1f974eba73 100644 --- a/src/main/java/com/simibubi/create/foundation/gui/CreateMainMenuScreen.java +++ b/src/main/java/com/simibubi/create/foundation/gui/CreateMainMenuScreen.java @@ -25,7 +25,6 @@ import net.minecraft.client.gui.screens.TitleScreen; import net.minecraft.client.renderer.CubeMap; import net.minecraft.client.renderer.PanoramaRenderer; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.resources.ResourceLocation; import net.minecraft.util.Mth; @@ -37,8 +36,8 @@ public class CreateMainMenuScreen extends AbstractSimiScreen { new ResourceLocation("textures/gui/title/background/panorama_overlay.png"); public static final PanoramaRenderer PANORAMA = new PanoramaRenderer(PANORAMA_RESOURCES); - private static final Component CURSEFORGE_TOOLTIP = new TextComponent("CurseForge").withStyle(s -> s.withColor(0xFC785C).withBold(true)); - private static final Component MODRINTH_TOOLTIP = new TextComponent("Modrinth").withStyle(s -> s.withColor(0x3FD32B).withBold(true)); + private static final Component CURSEFORGE_TOOLTIP = Component.literal("CurseForge").withStyle(s -> s.withColor(0xFC785C).withBold(true)); + private static final Component MODRINTH_TOOLTIP = Component.literal("Modrinth").withStyle(s -> s.withColor(0x3FD32B).withBold(true)); public static final String CURSEFORGE_LINK = "https://www.curseforge.com/minecraft/mc-mods/create"; public static final String MODRINTH_LINK = "https://modrinth.com/mod/create"; @@ -120,9 +119,9 @@ public class CreateMainMenuScreen extends AbstractSimiScreen { ms.pushPose(); ms.translate(0, 0, 200); - drawCenteredString(ms, font, new TextComponent(Create.NAME).withStyle(ChatFormatting.BOLD) + drawCenteredString(ms, font, Component.literal(Create.NAME).withStyle(ChatFormatting.BOLD) .append( - new TextComponent(" v" + Create.VERSION).withStyle(ChatFormatting.BOLD, ChatFormatting.WHITE)), + Component.literal(" v" + Create.VERSION).withStyle(ChatFormatting.BOLD, ChatFormatting.WHITE)), width / 2, 89, 0xFF_E4BB67); ms.popPose(); @@ -209,7 +208,7 @@ public class CreateMainMenuScreen extends AbstractSimiScreen { protected final float scale; public PlatformIconButton(int pX, int pY, int pWidth, int pHeight, AllGuiTextures icon, float scale, OnPress pOnPress, OnTooltip pOnTooltip) { - super(pX, pY, pWidth, pHeight, TextComponent.EMPTY, pOnPress, pOnTooltip); + super(pX, pY, pWidth, pHeight, Component.empty(), pOnPress, pOnTooltip); this.icon = icon; this.scale = scale; } diff --git a/src/main/java/com/simibubi/create/foundation/gui/ModularGuiLineBuilder.java b/src/main/java/com/simibubi/create/foundation/gui/ModularGuiLineBuilder.java index 4a2a56e6e3..8cabaaf90d 100644 --- a/src/main/java/com/simibubi/create/foundation/gui/ModularGuiLineBuilder.java +++ b/src/main/java/com/simibubi/create/foundation/gui/ModularGuiLineBuilder.java @@ -11,7 +11,7 @@ import com.simibubi.create.foundation.utility.Pair; import net.minecraft.client.gui.Font; import net.minecraft.client.gui.components.EditBox; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; public class ModularGuiLineBuilder { @@ -52,7 +52,7 @@ public class ModularGuiLineBuilder { } private void addScrollInput(T input, BiConsumer inputTransform, String dataKey) { - Label label = new Label(input.x + 5, y, TextComponent.EMPTY); + Label label = new Label(input.x + 5, y, Component.empty()); label.withShadow(); inputTransform.accept(input, label); input.writingTo(label); @@ -76,7 +76,7 @@ public class ModularGuiLineBuilder { public ModularGuiLineBuilder addTextInput(int x, int width, BiConsumer inputTransform, String dataKey) { - EditBox input = new EditBox(font, x + this.x + 5, y, width - 9, 8, TextComponent.EMPTY); + EditBox input = new EditBox(font, x + this.x + 5, y, width - 9, 8, Component.empty()); input.setBordered(false); input.setTextColor(0xffffff); input.changeFocus(false); diff --git a/src/main/java/com/simibubi/create/foundation/gui/RemovedGuiUtils.java b/src/main/java/com/simibubi/create/foundation/gui/RemovedGuiUtils.java index a33b5f66b0..7d93d3b644 100644 --- a/src/main/java/com/simibubi/create/foundation/gui/RemovedGuiUtils.java +++ b/src/main/java/com/simibubi/create/foundation/gui/RemovedGuiUtils.java @@ -18,7 +18,7 @@ import net.minecraft.network.chat.Style; import net.minecraft.world.item.ItemStack; import net.minecraftforge.client.ForgeHooksClient; import net.minecraftforge.client.event.RenderTooltipEvent; -import net.minecraftforge.client.gui.GuiUtils; +import net.minecraftforge.client.gui.ScreenUtils; import net.minecraftforge.common.MinecraftForge; public class RemovedGuiUtils { @@ -36,7 +36,7 @@ public class RemovedGuiUtils { public static void drawHoveringText(PoseStack mStack, List textLines, int mouseX, int mouseY, int screenWidth, int screenHeight, int maxTextWidth, Font font) { drawHoveringText(mStack, textLines, mouseX, mouseY, screenWidth, screenHeight, maxTextWidth, - GuiUtils.DEFAULT_BACKGROUND_COLOR, GuiUtils.DEFAULT_BORDER_COLOR_START, GuiUtils.DEFAULT_BORDER_COLOR_END, + ScreenUtils.DEFAULT_BACKGROUND_COLOR, ScreenUtils.DEFAULT_BORDER_COLOR_START, ScreenUtils.DEFAULT_BORDER_COLOR_END, font); } @@ -51,7 +51,7 @@ public class RemovedGuiUtils { List textLines, int mouseX, int mouseY, int screenWidth, int screenHeight, int maxTextWidth, Font font) { drawHoveringText(stack, mStack, textLines, mouseX, mouseY, screenWidth, screenHeight, maxTextWidth, - GuiUtils.DEFAULT_BACKGROUND_COLOR, GuiUtils.DEFAULT_BORDER_COLOR_START, GuiUtils.DEFAULT_BORDER_COLOR_END, + ScreenUtils.DEFAULT_BACKGROUND_COLOR, ScreenUtils.DEFAULT_BORDER_COLOR_START, ScreenUtils.DEFAULT_BORDER_COLOR_END, font); } @@ -156,23 +156,23 @@ public class RemovedGuiUtils { pStack.pushPose(); Matrix4f mat = pStack.last() .pose(); - GuiUtils.drawGradientRect(mat, zLevel, tooltipX - 3, tooltipY - 4, tooltipX + tooltipTextWidth + 3, + ScreenUtils.drawGradientRect(mat, zLevel, tooltipX - 3, tooltipY - 4, tooltipX + tooltipTextWidth + 3, tooltipY - 3, backgroundColor, backgroundColor); - GuiUtils.drawGradientRect(mat, zLevel, tooltipX - 3, tooltipY + tooltipHeight + 3, + ScreenUtils.drawGradientRect(mat, zLevel, tooltipX - 3, tooltipY + tooltipHeight + 3, tooltipX + tooltipTextWidth + 3, tooltipY + tooltipHeight + 4, backgroundColor, backgroundColor); - GuiUtils.drawGradientRect(mat, zLevel, tooltipX - 3, tooltipY - 3, tooltipX + tooltipTextWidth + 3, + ScreenUtils.drawGradientRect(mat, zLevel, tooltipX - 3, tooltipY - 3, tooltipX + tooltipTextWidth + 3, tooltipY + tooltipHeight + 3, backgroundColor, backgroundColor); - GuiUtils.drawGradientRect(mat, zLevel, tooltipX - 4, tooltipY - 3, tooltipX - 3, tooltipY + tooltipHeight + 3, + ScreenUtils.drawGradientRect(mat, zLevel, tooltipX - 4, tooltipY - 3, tooltipX - 3, tooltipY + tooltipHeight + 3, backgroundColor, backgroundColor); - GuiUtils.drawGradientRect(mat, zLevel, tooltipX + tooltipTextWidth + 3, tooltipY - 3, + ScreenUtils.drawGradientRect(mat, zLevel, tooltipX + tooltipTextWidth + 3, tooltipY - 3, tooltipX + tooltipTextWidth + 4, tooltipY + tooltipHeight + 3, backgroundColor, backgroundColor); - GuiUtils.drawGradientRect(mat, zLevel, tooltipX - 3, tooltipY - 3 + 1, tooltipX - 3 + 1, + ScreenUtils.drawGradientRect(mat, zLevel, tooltipX - 3, tooltipY - 3 + 1, tooltipX - 3 + 1, tooltipY + tooltipHeight + 3 - 1, borderColorStart, borderColorEnd); - GuiUtils.drawGradientRect(mat, zLevel, tooltipX + tooltipTextWidth + 2, tooltipY - 3 + 1, + ScreenUtils.drawGradientRect(mat, zLevel, tooltipX + tooltipTextWidth + 2, tooltipY - 3 + 1, tooltipX + tooltipTextWidth + 3, tooltipY + tooltipHeight + 3 - 1, borderColorStart, borderColorEnd); - GuiUtils.drawGradientRect(mat, zLevel, tooltipX - 3, tooltipY - 3, tooltipX + tooltipTextWidth + 3, + ScreenUtils.drawGradientRect(mat, zLevel, tooltipX - 3, tooltipY - 3, tooltipX + tooltipTextWidth + 3, tooltipY - 3 + 1, borderColorStart, borderColorStart); - GuiUtils.drawGradientRect(mat, zLevel, tooltipX - 3, tooltipY + tooltipHeight + 2, + ScreenUtils.drawGradientRect(mat, zLevel, tooltipX - 3, tooltipY + tooltipHeight + 2, tooltipX + tooltipTextWidth + 3, tooltipY + tooltipHeight + 3, borderColorEnd, borderColorEnd); MultiBufferSource.BufferSource renderType = MultiBufferSource.immediate(Tesselator.getInstance() diff --git a/src/main/java/com/simibubi/create/foundation/gui/UIRenderHelper.java b/src/main/java/com/simibubi/create/foundation/gui/UIRenderHelper.java index b59168cd0e..4bffc3e76a 100644 --- a/src/main/java/com/simibubi/create/foundation/gui/UIRenderHelper.java +++ b/src/main/java/com/simibubi/create/foundation/gui/UIRenderHelper.java @@ -22,7 +22,7 @@ import com.simibubi.create.foundation.utility.Couple; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.GameRenderer; -import net.minecraftforge.client.gui.GuiUtils; +import net.minecraftforge.client.gui.ScreenUtils; public class UIRenderHelper { @@ -107,9 +107,9 @@ public class UIRenderHelper { double split1 = .5; double split2 = .75; Matrix4f model = ms.last().pose(); - GuiUtils.drawGradientRect(model, 0, -width, 0, width, (int) (split1 * height), c1, c2); - GuiUtils.drawGradientRect(model, 0, -width, (int) (split1 * height), width, (int) (split2 * height), c2, c3); - GuiUtils.drawGradientRect(model, 0, -width, (int) (split2 * height), width, height, c3, c4); + ScreenUtils.drawGradientRect(model, 0, -width, 0, width, (int) (split1 * height), c1, c2); + ScreenUtils.drawGradientRect(model, 0, -width, (int) (split1 * height), width, (int) (split2 * height), c2, c3); + ScreenUtils.drawGradientRect(model, 0, -width, (int) (split2 * height), width, height, c3, c4); } /** @@ -148,7 +148,7 @@ public class UIRenderHelper { Matrix4f model = ms.last().pose(); int w = breadth / 2; - GuiUtils.drawGradientRect(model, 0, -w, 0, w, length, color1.getRGB(), color2.getRGB()); + ScreenUtils.drawGradientRect(model, 0, -w, 0, w, length, color1.getRGB(), color2.getRGB()); ms.popPose(); } diff --git a/src/main/java/com/simibubi/create/foundation/gui/element/BoxElement.java b/src/main/java/com/simibubi/create/foundation/gui/element/BoxElement.java index 4196dd7e07..a578989e08 100644 --- a/src/main/java/com/simibubi/create/foundation/gui/element/BoxElement.java +++ b/src/main/java/com/simibubi/create/foundation/gui/element/BoxElement.java @@ -71,7 +71,7 @@ public class BoxElement extends RenderElement { //total box width = 1 * 2 (outer border) + 1 * 2 (inner color border) + 2 * borderOffset + width //defaults to 2 + 2 + 4 + 16 = 24px - //batch everything together to save a bunch of gl calls over GuiUtils + //batch everything together to save a bunch of gl calls over ScreenUtils protected void renderBox(PoseStack ms) { /* * _____________ diff --git a/src/main/java/com/simibubi/create/foundation/gui/element/GuiGameElement.java b/src/main/java/com/simibubi/create/foundation/gui/element/GuiGameElement.java index 0309b9532c..c03978e250 100644 --- a/src/main/java/com/simibubi/create/foundation/gui/element/GuiGameElement.java +++ b/src/main/java/com/simibubi/create/foundation/gui/element/GuiGameElement.java @@ -3,14 +3,13 @@ package com.simibubi.create.foundation.gui.element; import javax.annotation.Nullable; import com.jozufozu.flywheel.core.PartialModel; -import com.jozufozu.flywheel.core.virtual.VirtualEmptyModelData; +import com.jozufozu.flywheel.core.model.ModelUtil; import com.mojang.blaze3d.platform.GlStateManager; import com.mojang.blaze3d.platform.GlStateManager.DestFactor; import com.mojang.blaze3d.platform.GlStateManager.SourceFactor; import com.mojang.blaze3d.platform.Lighting; import com.mojang.blaze3d.systems.RenderSystem; import com.mojang.blaze3d.vertex.PoseStack; -import com.mojang.blaze3d.vertex.VertexConsumer; import com.mojang.math.Vector3f; import com.simibubi.create.foundation.fluid.FluidRenderer; import com.simibubi.create.foundation.gui.ILightingSettings; @@ -19,7 +18,6 @@ import com.simibubi.create.foundation.utility.Color; import com.simibubi.create.foundation.utility.VecHelper; import net.minecraft.client.Minecraft; -import net.minecraft.client.renderer.ItemBlockRenderTypes; import net.minecraft.client.renderer.LightTexture; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; @@ -30,6 +28,7 @@ import net.minecraft.client.renderer.entity.ItemRenderer; import net.minecraft.client.renderer.texture.OverlayTexture; import net.minecraft.client.resources.model.BakedModel; import net.minecraft.core.BlockPos; +import net.minecraft.util.RandomSource; import net.minecraft.world.inventory.InventoryMenu; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.ItemLike; @@ -39,6 +38,7 @@ import net.minecraft.world.level.block.LiquidBlock; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.material.Fluid; import net.minecraft.world.phys.Vec3; +import net.minecraftforge.client.RenderTypeHelper; import net.minecraftforge.fluids.FluidStack; public class GuiGameElement { @@ -171,27 +171,37 @@ public class GuiGameElement { BlockRenderDispatcher blockRenderer = mc.getBlockRenderer(); MultiBufferSource.BufferSource buffer = mc.renderBuffers() .bufferSource(); - RenderType renderType = blockState.getBlock() == Blocks.AIR ? Sheets.translucentCullBlockSheet() - : ItemBlockRenderTypes.getRenderType(blockState, true); - VertexConsumer vb = buffer.getBuffer(renderType); transformMatrix(matrixStack); RenderSystem.setShaderTexture(0, InventoryMenu.BLOCK_ATLAS); - renderModel(blockRenderer, buffer, renderType, vb, matrixStack); + renderModel(blockRenderer, buffer, matrixStack); cleanUpMatrix(matrixStack); } protected void renderModel(BlockRenderDispatcher blockRenderer, MultiBufferSource.BufferSource buffer, - RenderType renderType, VertexConsumer vb, PoseStack ms) { - int color = Minecraft.getInstance() - .getBlockColors() - .getColor(blockState, null, null, 0); - Color rgb = new Color(color == -1 ? this.color : color); - blockRenderer.getModelRenderer() - .renderModel(ms.last(), vb, blockState, blockModel, rgb.getRedAsFloat(), rgb.getGreenAsFloat(), rgb.getBlueAsFloat(), - LightTexture.FULL_BRIGHT, OverlayTexture.NO_OVERLAY, VirtualEmptyModelData.INSTANCE); + PoseStack ms) { + if (blockState.getBlock() == Blocks.AIR) { + RenderType renderType = Sheets.translucentCullBlockSheet(); + blockRenderer.getModelRenderer() + .renderModel(ms.last(), buffer.getBuffer(renderType), blockState, blockModel, 1, 1, 1, + LightTexture.FULL_BRIGHT, OverlayTexture.NO_OVERLAY, ModelUtil.VIRTUAL_DATA, null); + } else { + int color = Minecraft.getInstance() + .getBlockColors() + .getColor(blockState, null, null, 0); + Color rgb = new Color(color == -1 ? this.color : color); + + for (RenderType chunkType : blockModel.getRenderTypes(blockState, RandomSource.create(42L), ModelUtil.VIRTUAL_DATA)) { + RenderType renderType = RenderTypeHelper.getEntityRenderType(chunkType, true); + blockRenderer.getModelRenderer() + .renderModel(ms.last(), buffer.getBuffer(renderType), blockState, blockModel, + rgb.getRedAsFloat(), rgb.getGreenAsFloat(), rgb.getBlueAsFloat(), + LightTexture.FULL_BRIGHT, OverlayTexture.NO_OVERLAY, ModelUtil.VIRTUAL_DATA, chunkType); + } + } + buffer.endBatch(); } @@ -207,17 +217,15 @@ public class GuiGameElement { @Override protected void renderModel(BlockRenderDispatcher blockRenderer, MultiBufferSource.BufferSource buffer, - RenderType renderType, VertexConsumer vb, PoseStack ms) { + PoseStack ms) { if (blockState.getBlock() instanceof BaseFireBlock) { Lighting.setupForFlatItems(); - blockRenderer.renderSingleBlock(blockState, ms, buffer, LightTexture.FULL_BRIGHT, OverlayTexture.NO_OVERLAY, - VirtualEmptyModelData.INSTANCE); - buffer.endBatch(); + super.renderModel(blockRenderer, buffer, ms); Lighting.setupFor3DItems(); return; } - super.renderModel(blockRenderer, buffer, renderType, vb, ms); + super.renderModel(blockRenderer, buffer, ms); if (blockState.getFluidState() .isEmpty()) diff --git a/src/main/java/com/simibubi/create/foundation/gui/element/TextStencilElement.java b/src/main/java/com/simibubi/create/foundation/gui/element/TextStencilElement.java index d735a33aa6..d051500e79 100644 --- a/src/main/java/com/simibubi/create/foundation/gui/element/TextStencilElement.java +++ b/src/main/java/com/simibubi/create/foundation/gui/element/TextStencilElement.java @@ -3,8 +3,8 @@ package com.simibubi.create.foundation.gui.element; import com.mojang.blaze3d.vertex.PoseStack; import net.minecraft.client.gui.Font; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; public class TextStencilElement extends DelegatedStencilElement { @@ -21,7 +21,7 @@ public class TextStencilElement extends DelegatedStencilElement { public TextStencilElement(Font font, String text) { this(font); - component = new TextComponent(text); + component = Component.literal(text); } public TextStencilElement(Font font, MutableComponent component) { @@ -30,7 +30,7 @@ public class TextStencilElement extends DelegatedStencilElement { } public TextStencilElement withText(String text) { - component = new TextComponent(text); + component = Component.literal(text); return this; } diff --git a/src/main/java/com/simibubi/create/foundation/gui/widget/AbstractSimiWidget.java b/src/main/java/com/simibubi/create/foundation/gui/widget/AbstractSimiWidget.java index 85cdd4ae18..54031894ee 100644 --- a/src/main/java/com/simibubi/create/foundation/gui/widget/AbstractSimiWidget.java +++ b/src/main/java/com/simibubi/create/foundation/gui/widget/AbstractSimiWidget.java @@ -12,7 +12,6 @@ import com.simibubi.create.foundation.gui.TickableGuiEventListener; import net.minecraft.client.gui.components.AbstractWidget; import net.minecraft.client.gui.narration.NarrationElementOutput; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; public abstract class AbstractSimiWidget extends AbstractWidget implements TickableGuiEventListener { @@ -31,7 +30,7 @@ public abstract class AbstractSimiWidget extends AbstractWidget implements Ticka } protected AbstractSimiWidget(int x, int y, int width, int height) { - this(x, y, width, height, TextComponent.EMPTY); + this(x, y, width, height, Component.empty()); } protected AbstractSimiWidget(int x, int y, int width, int height, Component message) { diff --git a/src/main/java/com/simibubi/create/foundation/gui/widget/Label.java b/src/main/java/com/simibubi/create/foundation/gui/widget/Label.java index 414f5ab5b7..7f25e75d1d 100644 --- a/src/main/java/com/simibubi/create/foundation/gui/widget/Label.java +++ b/src/main/java/com/simibubi/create/foundation/gui/widget/Label.java @@ -9,7 +9,6 @@ import net.minecraft.client.Minecraft; import net.minecraft.client.gui.Font; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; public class Label extends AbstractSimiWidget { @@ -22,7 +21,7 @@ public class Label extends AbstractSimiWidget { public Label(int x, int y, Component text) { super(x, y, Minecraft.getInstance().font.width(text), 10); font = Minecraft.getInstance().font; - this.text = new TextComponent("Label"); + this.text = Component.literal("Label"); color = 0xFFFFFF; hasShadow = false; suffix = ""; @@ -62,8 +61,8 @@ public class Label extends AbstractSimiWidget { for (int i = startIndex; i != endIndex; i += step) { String sub = builder.substring(trimFront ? i : startIndex, trimFront ? endIndex + 1 : i + 1); - if (fontRenderer.width(new TextComponent(sub).setStyle(newText.getStyle())) + trimWidth <= maxWidthPx) { - text = new TextComponent(trimFront ? trim + sub : sub + trim).setStyle(newText.getStyle()); + if (fontRenderer.width(Component.literal(sub).setStyle(newText.getStyle())) + trimWidth <= maxWidthPx) { + text = Component.literal(trimFront ? trim + sub : sub + trim).setStyle(newText.getStyle()); return; } } diff --git a/src/main/java/com/simibubi/create/foundation/gui/widget/ScrollInput.java b/src/main/java/com/simibubi/create/foundation/gui/widget/ScrollInput.java index 337729b27a..e97b756480 100644 --- a/src/main/java/com/simibubi/create/foundation/gui/widget/ScrollInput.java +++ b/src/main/java/com/simibubi/create/foundation/gui/widget/ScrollInput.java @@ -10,7 +10,6 @@ import com.simibubi.create.foundation.utility.Lang; import net.minecraft.ChatFormatting; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; public class ScrollInput extends AbstractSimiWidget { @@ -34,7 +33,7 @@ public class ScrollInput extends AbstractSimiWidget { max = 1; shiftStep = 5; step = standardStep(); - formatter = i -> new TextComponent(String.valueOf(i)); + formatter = i -> Component.literal(String.valueOf(i)); } public Function standardStep() { diff --git a/src/main/java/com/simibubi/create/foundation/gui/widget/SelectionScrollInput.java b/src/main/java/com/simibubi/create/foundation/gui/widget/SelectionScrollInput.java index 1a570d4462..897c2d1572 100644 --- a/src/main/java/com/simibubi/create/foundation/gui/widget/SelectionScrollInput.java +++ b/src/main/java/com/simibubi/create/foundation/gui/widget/SelectionScrollInput.java @@ -8,7 +8,6 @@ import com.simibubi.create.foundation.utility.Lang; import net.minecraft.ChatFormatting; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; public class SelectionScrollInput extends ScrollInput { @@ -43,23 +42,23 @@ public class SelectionScrollInput extends ScrollInput { if (this.min + 1 == min) min--; if (min > this.min) - toolTip.add(new TextComponent("> ...").withStyle(ChatFormatting.GRAY)); + toolTip.add(Component.literal("> ...").withStyle(ChatFormatting.GRAY)); if (this.max - 1 == max) max++; for (int i = min; i < max; i++) { if (i == state) - toolTip.add(TextComponent.EMPTY.plainCopy() + toolTip.add(Component.empty() .append("-> ") .append(options.get(i)) .withStyle(ChatFormatting.WHITE)); else - toolTip.add(TextComponent.EMPTY.plainCopy() + toolTip.add(Component.empty() .append("> ") .append(options.get(i)) .withStyle(ChatFormatting.GRAY)); } if (max < this.max) - toolTip.add(new TextComponent("> ...").withStyle(ChatFormatting.GRAY)); + toolTip.add(Component.literal("> ...").withStyle(ChatFormatting.GRAY)); toolTip.add(scrollToSelect.plainCopy() .withStyle(ChatFormatting.DARK_GRAY, ChatFormatting.ITALIC)); diff --git a/src/main/java/com/simibubi/create/foundation/item/CustomUseEffectsItem.java b/src/main/java/com/simibubi/create/foundation/item/CustomUseEffectsItem.java index ac9d791569..58c76c7536 100644 --- a/src/main/java/com/simibubi/create/foundation/item/CustomUseEffectsItem.java +++ b/src/main/java/com/simibubi/create/foundation/item/CustomUseEffectsItem.java @@ -1,7 +1,6 @@ package com.simibubi.create.foundation.item; -import java.util.Random; - +import net.minecraft.util.RandomSource; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.item.ItemStack; @@ -23,8 +22,8 @@ public interface CustomUseEffectsItem { * @param stack The ItemStack being used. * @param entity The LivingEntity using the item. * @param count The amount of times effects should be applied. Can safely be ignored. - * @param random The LivingEntity's Random. + * @param random The LivingEntity's RandomSource. * @return if the default behavior should be cancelled or not */ - boolean triggerUseEffects(ItemStack stack, LivingEntity entity, int count, Random random); + boolean triggerUseEffects(ItemStack stack, LivingEntity entity, int count, RandomSource random); } diff --git a/src/main/java/com/simibubi/create/foundation/item/ItemDescription.java b/src/main/java/com/simibubi/create/foundation/item/ItemDescription.java index 3f0be8ba23..73d4ac2e08 100644 --- a/src/main/java/com/simibubi/create/foundation/item/ItemDescription.java +++ b/src/main/java/com/simibubi/create/foundation/item/ItemDescription.java @@ -36,13 +36,12 @@ import net.minecraft.client.Minecraft; import net.minecraft.client.gui.screens.Screen; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.level.block.Block; public class ItemDescription { public static final ItemDescription MISSING = new ItemDescription(null); - public static Component trim = new TextComponent(" ").withStyle(WHITE, STRIKETHROUGH); + public static Component trim = Component.literal(" ").withStyle(WHITE, STRIKETHROUGH); public enum Palette { @@ -175,13 +174,13 @@ public class ItemDescription { } public ItemDescription withBehaviour(String condition, String behaviour) { - add(linesOnShift, new TextComponent(condition).withStyle(GRAY)); + add(linesOnShift, Component.literal(condition).withStyle(GRAY)); addStrings(linesOnShift, cutStringTextComponent(behaviour, palette.color, palette.hColor, 1)); return this; } public ItemDescription withControl(String condition, String action) { - add(linesOnCtrl, new TextComponent(condition).withStyle(GRAY)); + add(linesOnCtrl, Component.literal(condition).withStyle(GRAY)); addStrings(linesOnCtrl, cutStringTextComponent(action, palette.color, palette.hColor, 1)); return this; } @@ -204,30 +203,30 @@ public class ItemDescription { boolean ctrl = list == linesOnCtrl; if (holdDesc.length != 2 || holdCtrl.length != 2) { - list.add(0, new TextComponent("Invalid lang formatting!")); + list.add(0, Component.literal("Invalid lang formatting!")); continue; } if (hasControls) { - MutableComponent tabBuilder = new TextComponent(""); - tabBuilder.append(new TextComponent(holdCtrl[0]).withStyle(DARK_GRAY)); + MutableComponent tabBuilder = Component.literal(""); + tabBuilder.append(Component.literal(holdCtrl[0]).withStyle(DARK_GRAY)); tabBuilder.append(keyCtrl.plainCopy() .withStyle(ctrl ? WHITE : GRAY)); - tabBuilder.append(new TextComponent(holdCtrl[1]).withStyle(DARK_GRAY)); + tabBuilder.append(Component.literal(holdCtrl[1]).withStyle(DARK_GRAY)); list.add(0, tabBuilder); } if (hasDescription) { - MutableComponent tabBuilder = new TextComponent(""); - tabBuilder.append(new TextComponent(holdDesc[0]).withStyle(DARK_GRAY)); + MutableComponent tabBuilder = Component.literal(""); + tabBuilder.append(Component.literal(holdDesc[0]).withStyle(DARK_GRAY)); tabBuilder.append(keyShift.plainCopy() .withStyle(shift ? WHITE : GRAY)); - tabBuilder.append(new TextComponent(holdDesc[1]).withStyle(DARK_GRAY)); + tabBuilder.append(Component.literal(holdDesc[1]).withStyle(DARK_GRAY)); list.add(0, tabBuilder); } if (shift || ctrl) - list.add(hasDescription && hasControls ? 2 : 1, new TextComponent("")); + list.add(hasDescription && hasControls ? 2 : 1, Component.literal("")); } } diff --git a/src/main/java/com/simibubi/create/foundation/item/TooltipHelper.java b/src/main/java/com/simibubi/create/foundation/item/TooltipHelper.java index bccd617619..28d9ebf547 100644 --- a/src/main/java/com/simibubi/create/foundation/item/TooltipHelper.java +++ b/src/main/java/com/simibubi/create/foundation/item/TooltipHelper.java @@ -24,12 +24,10 @@ import net.minecraft.client.gui.Font; import net.minecraft.client.resources.language.I18n; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.ItemLike; -import net.minecraftforge.client.MinecraftForgeClient; public class TooltipHelper { @@ -69,7 +67,7 @@ public class TooltipHelper { @Deprecated public static List cutString(Component s, ChatFormatting defaultColor, ChatFormatting highlightColor) { - return cutString(s.getContents(), defaultColor, highlightColor, 0); + return cutString(s.getString(), defaultColor, highlightColor, 0); } @Deprecated @@ -80,7 +78,7 @@ public class TooltipHelper { // Split words List words = new LinkedList<>(); - BreakIterator iterator = BreakIterator.getLineInstance(MinecraftForgeClient.getLocale()); + BreakIterator iterator = BreakIterator.getLineInstance(Minecraft.getInstance().getLocale()); iterator.setText(markedUp); int start = iterator.first(); for (int end = iterator.next(); end != BreakIterator.DONE; start = end, end = iterator.next()) { @@ -105,7 +103,7 @@ public class TooltipHelper { public static List cutStringTextComponent(String c, ChatFormatting defaultColor, ChatFormatting highlightColor) { - return cutTextComponent(new TextComponent(c), defaultColor, highlightColor, 0); + return cutTextComponent(Component.literal(c), defaultColor, highlightColor, 0); } public static List cutTextComponent(Component c, ChatFormatting defaultColor, @@ -115,7 +113,7 @@ public class TooltipHelper { public static List cutStringTextComponent(String c, ChatFormatting defaultColor, ChatFormatting highlightColor, int indent) { - return cutTextComponent(new TextComponent(c), defaultColor, highlightColor, indent); + return cutTextComponent(Component.literal(c), defaultColor, highlightColor, indent); } public static List cutTextComponent(Component c, ChatFormatting defaultColor, @@ -127,7 +125,7 @@ public class TooltipHelper { // Split words List words = new LinkedList<>(); - BreakIterator iterator = BreakIterator.getLineInstance(MinecraftForgeClient.getLocale()); + BreakIterator iterator = BreakIterator.getLineInstance(Minecraft.getInstance().getLocale()); iterator.setText(markedUp); int start = iterator.first(); for (int end = iterator.next(); end != BreakIterator.DONE; start = end, end = iterator.next()) { @@ -161,7 +159,7 @@ public class TooltipHelper { } // Format - MutableComponent lineStart = new TextComponent(Strings.repeat(" ", indent)); + MutableComponent lineStart = Component.literal(Strings.repeat(" ", indent)); lineStart.withStyle(defaultColor); List formattedLines = new ArrayList<>(lines.size()); Couple f = Couple.create(highlightColor, defaultColor); @@ -171,7 +169,7 @@ public class TooltipHelper { MutableComponent currentComponent = lineStart.plainCopy(); String[] split = string.split("_"); for (String part : split) { - currentComponent.append(new TextComponent(part).withStyle(f.get(currentlyHighlighted))); + currentComponent.append(Component.literal(part).withStyle(f.get(currentlyHighlighted))); currentlyHighlighted = !currentlyHighlighted; } @@ -275,7 +273,7 @@ public class TooltipHelper { // Summary if (I18n.exists(summaryKey)) - tooltip = tooltip.withSummary(new TextComponent(I18n.get(summaryKey))); + tooltip = tooltip.withSummary(Component.literal(I18n.get(summaryKey))); // Requirements // if (stack.getItem() instanceof BlockItem) { @@ -293,7 +291,7 @@ public class TooltipHelper { break; if (i == 1) tooltip.getLinesOnShift() - .add(new TextComponent("")); + .add(Component.literal("")); tooltip.withBehaviour(I18n.get(conditionKey), I18n.get(behaviourKey)); } diff --git a/src/main/java/com/simibubi/create/foundation/item/render/CustomRenderedItemModel.java b/src/main/java/com/simibubi/create/foundation/item/render/CustomRenderedItemModel.java index 21e6664c28..ed9c457e41 100644 --- a/src/main/java/com/simibubi/create/foundation/item/render/CustomRenderedItemModel.java +++ b/src/main/java/com/simibubi/create/foundation/item/render/CustomRenderedItemModel.java @@ -10,10 +10,10 @@ import com.mojang.blaze3d.vertex.PoseStack; import net.minecraft.client.renderer.block.model.ItemTransforms; import net.minecraft.client.resources.model.BakedModel; import net.minecraft.client.resources.model.BlockModelRotation; +import net.minecraft.client.resources.model.ModelBakery; import net.minecraft.resources.ResourceLocation; -import net.minecraftforge.client.event.ModelBakeEvent; +import net.minecraftforge.client.event.ModelEvent; import net.minecraftforge.client.model.BakedModelWrapper; -import net.minecraftforge.client.model.ForgeModelBakery; public abstract class CustomRenderedItemModel extends BakedModelWrapper { @@ -33,10 +33,10 @@ public abstract class CustomRenderedItemModel extends BakedModelWrapper renderer; @@ -19,7 +19,7 @@ public class SimpleCustomRenderer implements IItemRenderProperties { } @Override - public CustomRenderedItemModelRenderer getItemStackRenderer() { + public CustomRenderedItemModelRenderer getCustomRenderer() { return renderer; } diff --git a/src/main/java/com/simibubi/create/foundation/mixin/DestroyProgressMixin.java b/src/main/java/com/simibubi/create/foundation/mixin/DestroyProgressMixin.java index cfad693395..45aa59fefd 100644 --- a/src/main/java/com/simibubi/create/foundation/mixin/DestroyProgressMixin.java +++ b/src/main/java/com/simibubi/create/foundation/mixin/DestroyProgressMixin.java @@ -13,8 +13,7 @@ import net.minecraft.client.multiplayer.ClientLevel; import net.minecraft.client.renderer.LevelRenderer; import net.minecraft.core.BlockPos; import net.minecraft.world.level.block.state.BlockState; -import net.minecraftforge.client.IBlockRenderProperties; -import net.minecraftforge.client.RenderProperties; +import net.minecraftforge.client.extensions.common.IClientBlockExtensions; @Mixin(ClientLevel.class) public class DestroyProgressMixin { @@ -26,7 +25,7 @@ public class DestroyProgressMixin { private void onDestroyBlockProgress(int breakerId, BlockPos pos, int progress, CallbackInfo ci) { ClientLevel self = (ClientLevel) (Object) this; BlockState state = self.getBlockState(pos); - IBlockRenderProperties properties = RenderProperties.get(state); + IClientBlockExtensions properties = IClientBlockExtensions.of(state); if (properties instanceof DestroyProgressRenderingHandler handler) { if (handler.renderDestroyProgress(self, levelRenderer, breakerId, pos, progress, state)) { ci.cancel(); diff --git a/src/main/java/com/simibubi/create/foundation/mixin/HeavyBootsOnPlayerMixin.java b/src/main/java/com/simibubi/create/foundation/mixin/HeavyBootsOnPlayerMixin.java index f29265549b..4895f3b6a4 100644 --- a/src/main/java/com/simibubi/create/foundation/mixin/HeavyBootsOnPlayerMixin.java +++ b/src/main/java/com/simibubi/create/foundation/mixin/HeavyBootsOnPlayerMixin.java @@ -11,6 +11,7 @@ import net.minecraft.client.multiplayer.ClientLevel; import net.minecraft.client.player.AbstractClientPlayer; import net.minecraft.client.player.LocalPlayer; import net.minecraft.nbt.CompoundTag; +import net.minecraft.world.entity.player.ProfilePublicKey; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; @@ -18,8 +19,8 @@ import net.minecraftforge.api.distmarker.OnlyIn; @Mixin(LocalPlayer.class) public abstract class HeavyBootsOnPlayerMixin extends AbstractClientPlayer { - private HeavyBootsOnPlayerMixin(ClientLevel level, GameProfile profile) { - super(level, profile); + private HeavyBootsOnPlayerMixin(ClientLevel level, GameProfile profile, ProfilePublicKey profileKey) { + super(level, profile, profileKey); } @Inject(at = @At("HEAD"), method = "isUnderWater", cancellable = true) diff --git a/src/main/java/com/simibubi/create/foundation/mixin/ModelDataRefreshMixin.java b/src/main/java/com/simibubi/create/foundation/mixin/ModelDataRefreshMixin.java deleted file mode 100644 index 8814dacffe..0000000000 --- a/src/main/java/com/simibubi/create/foundation/mixin/ModelDataRefreshMixin.java +++ /dev/null @@ -1,36 +0,0 @@ -package com.simibubi.create.foundation.mixin; - -import org.spongepowered.asm.mixin.Mixin; -import org.spongepowered.asm.mixin.injection.At; -import org.spongepowered.asm.mixin.injection.Inject; -import org.spongepowered.asm.mixin.injection.callback.CallbackInfo; - -import com.simibubi.create.content.schematics.SchematicWorld; - -import net.minecraft.client.Minecraft; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.entity.BlockEntity; -import net.minecraftforge.api.distmarker.Dist; -import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.model.ModelDataManager; - -@OnlyIn(Dist.CLIENT) -@Mixin(ModelDataManager.class) -public class ModelDataRefreshMixin { - - /** - * Normally ModelDataManager will throw an exception if a tile entity tries - * to refresh its model data from a world the client isn't currently in, - * but we need that to not happen for tile entities in fake schematic - * worlds, so in those cases just do nothing instead. - */ - @Inject(at = @At("HEAD"), method = "requestModelDataRefresh", cancellable = true, remap = false) - private static void requestModelDataRefresh(BlockEntity te, CallbackInfo ci) { - if (te != null) { - Level world = te.getLevel(); - if (world != Minecraft.getInstance().level && world instanceof SchematicWorld) - ci.cancel(); - } - } - -} diff --git a/src/main/java/com/simibubi/create/foundation/ponder/PonderRegistry.java b/src/main/java/com/simibubi/create/foundation/ponder/PonderRegistry.java index 0bf8893c26..218a22bc8f 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/PonderRegistry.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/PonderRegistry.java @@ -2,7 +2,6 @@ package com.simibubi.create.foundation.ponder; import java.io.BufferedInputStream; import java.io.DataInputStream; -import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; @@ -10,6 +9,7 @@ import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; +import java.util.Optional; import java.util.zip.GZIPInputStream; import com.simibubi.create.Create; @@ -99,12 +99,16 @@ public class PonderRegistry { String path = "ponder/" + location.getPath() + ".nbt"; ResourceLocation location1 = new ResourceLocation(namespace, path); - try (Resource resource = resourceManager.getResource(location1)) { - return loadSchematic(resource.getInputStream()); - } catch (FileNotFoundException e) { - Create.LOGGER.error("Ponder schematic missing: " + location1, e); - } catch (IOException e) { - Create.LOGGER.error("Failed to read ponder schematic: " + location1, e); + Optional optionalResource = resourceManager.getResource(location1); + if (optionalResource.isPresent()) { + Resource resource = optionalResource.get(); + try (InputStream inputStream = resource.open()) { + return loadSchematic(inputStream); + } catch (IOException e) { + Create.LOGGER.error("Failed to read ponder schematic: " + location1, e); + } + } else { + Create.LOGGER.error("Ponder schematic missing: " + location1); } return new StructureTemplate(); } diff --git a/src/main/java/com/simibubi/create/foundation/ponder/PonderTooltipHandler.java b/src/main/java/com/simibubi/create/foundation/ponder/PonderTooltipHandler.java index cf22e348c9..55f4b02b2f 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/PonderTooltipHandler.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/PonderTooltipHandler.java @@ -18,7 +18,6 @@ import net.minecraft.client.gui.Font; import net.minecraft.client.gui.screens.Screen; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.item.ItemStack; import net.minecraftforge.client.event.RenderTooltipEvent; @@ -165,7 +164,7 @@ public class PonderTooltipHandler { bars += ChatFormatting.GRAY + Strings.repeat("|", current); if (progress < 1) bars += ChatFormatting.DARK_GRAY + Strings.repeat("|", total - current); - return new TextComponent(bars); + return Component.literal(bars); } return holdW; diff --git a/src/main/java/com/simibubi/create/foundation/ponder/content/DisplayScenes.java b/src/main/java/com/simibubi/create/foundation/ponder/content/DisplayScenes.java index 06fb92e84b..4fa2c59e4a 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/content/DisplayScenes.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/content/DisplayScenes.java @@ -14,7 +14,7 @@ import com.simibubi.create.foundation.utility.Pointing; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraft.world.item.DyeColor; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; @@ -135,7 +135,7 @@ public class DisplayScenes { scene.world.hideSection(depot, Direction.SOUTH); scene.idle(5); - scene.world.setDisplayBoardText(board, 1, TextComponent.EMPTY); + scene.world.setDisplayBoardText(board, 1, Component.empty()); scene.world.flashDisplayLink(linkPos); scene.idle(5); ElementLink dirtElement = scene.world.showIndependentSection(dirt, Direction.SOUTH); @@ -156,7 +156,7 @@ public class DisplayScenes { scene.world.moveSection(stressElement, util.vector.of(0, -2, 0), 0); scene.idle(10); scene.world.setDisplayBoardText(board, 1, - new TextComponent(1024 + " ").append(Lang.translateDirect("generic.unit.stress"))); + Component.literal(1024 + " ").append(Lang.translateDirect("generic.unit.stress"))); scene.world.flashDisplayLink(linkPos); scene.idle(40); scene.world.hideIndependentSection(stressElement, Direction.SOUTH); @@ -166,8 +166,8 @@ public class DisplayScenes { scene.world.moveSection(chestElement, util.vector.of(0, -3, 0), 0); scene.idle(10); scene.world.setDisplayBoardText(board, 1, - new TextComponent(418 + " ").append(new ItemStack(Items.DEEPSLATE).getHoverName())); - scene.world.setDisplayBoardText(board, 2, new TextComponent(14 + " ").append(AllBlocks.COGWHEEL.asStack() + Component.literal(418 + " ").append(new ItemStack(Items.DEEPSLATE).getHoverName())); + scene.world.setDisplayBoardText(board, 2, Component.literal(14 + " ").append(AllBlocks.COGWHEEL.asStack() .getHoverName())); scene.world.flashDisplayLink(linkPos); scene.idle(40); @@ -185,8 +185,8 @@ public class DisplayScenes { scene.world.moveSection(cuckooElement, util.vector.of(0, -1, 0), 0); scene.idle(10); scene.world.setDisplayBoardText(board, 1, - new TextComponent("6:00 ").append(Lang.translateDirect("generic.daytime.pm"))); - scene.world.setDisplayBoardText(board, 2, TextComponent.EMPTY); + Component.literal("6:00 ").append(Lang.translateDirect("generic.daytime.pm"))); + scene.world.setDisplayBoardText(board, 2, Component.empty()); scene.world.flashDisplayLink(linkPos); scene.idle(90); @@ -286,7 +286,7 @@ public class DisplayScenes { .showControls(new InputWindowElement(target, Pointing.RIGHT).withItem(new ItemStack(Items.NAME_TAG)) .rightClick(), 40); scene.idle(6); - scene.world.setDisplayBoardText(board, 0, new TextComponent("Create")); + scene.world.setDisplayBoardText(board, 0, Component.literal("Create")); scene.idle(25); scene.overlay.showText(50) @@ -360,7 +360,7 @@ public class DisplayScenes { scene.overlay.showControls(new InputWindowElement(target, Pointing.RIGHT).rightClick(), 40); scene.idle(6); - scene.world.setDisplayBoardText(board, 0, new TextComponent("")); + scene.world.setDisplayBoardText(board, 0, Component.literal("")); scene.idle(25); scene.overlay.showText(70) @@ -452,7 +452,7 @@ public class DisplayScenes { scene.world.moveSection(redstoneBlock, util.vector.of(-1, 0, 1), 0); scene.idle(10); scene.world.flashDisplayLink(linkPos); - scene.world.setDisplayBoardText(board, 1, TextComponent.EMPTY); + scene.world.setDisplayBoardText(board, 1, Component.empty()); scene.idle(25); scene.overlay.showSelectionWithText(depot, 80) diff --git a/src/main/java/com/simibubi/create/foundation/ponder/content/RedstoneScenes.java b/src/main/java/com/simibubi/create/foundation/ponder/content/RedstoneScenes.java index 7e7bb5c1fc..8510cbaccf 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/content/RedstoneScenes.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/content/RedstoneScenes.java @@ -27,7 +27,6 @@ import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.item.DyeColor; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; @@ -630,7 +629,7 @@ public class RedstoneScenes { .withItem(new ItemStack(Items.NAME_TAG)), 40); scene.idle(7); - Component component = new TextComponent("CREATE"); + Component component = Component.literal("CREATE"); for (int i = 0; i < 3; i++) { final int index = i; scene.world.modifyTileNBT(util.select.position(3 - i, 1, 3), NixieTubeTileEntity.class, nbt -> { diff --git a/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/FluidTankScenes.java b/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/FluidTankScenes.java index aca6c625e2..bd82d86e7e 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/FluidTankScenes.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/FluidTankScenes.java @@ -2,7 +2,6 @@ package com.simibubi.create.foundation.ponder.content.fluid; import com.simibubi.create.AllBlocks; import com.simibubi.create.AllFluids; -import com.simibubi.create.Create; import com.simibubi.create.content.contraptions.fluids.FluidFX; import com.simibubi.create.content.contraptions.fluids.actors.SpoutTileEntity; import com.simibubi.create.content.contraptions.fluids.tank.CreativeFluidTankTileEntity; @@ -25,6 +24,7 @@ import com.simibubi.create.foundation.utility.VecHelper; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; +import net.minecraft.util.RandomSource; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; import net.minecraft.world.level.material.Fluids; @@ -36,6 +36,8 @@ import net.minecraftforge.fluids.capability.IFluidHandler.FluidAction; public class FluidTankScenes { public static void storage(SceneBuilder scene, SceneBuildingUtil util) { + RandomSource random = RandomSource.create(); + scene.title("fluid_tank_storage", "Storing Fluids in Fluid Tanks"); scene.configureBasePlate(0, 0, 5); scene.showBasePlate(); @@ -210,7 +212,7 @@ public class FluidTankScenes { scene.effects.emitParticles(util.vector.topOf(3, 1, 1) .add(0, 1 / 16f, 0), Emitter.simple(FluidFX.getFluidParticle(content), - VecHelper.offsetRandomly(Vec3.ZERO, Create.RANDOM, .1f)), + VecHelper.offsetRandomly(Vec3.ZERO, random, .1f)), 1, 1); } diff --git a/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/SpoutScenes.java b/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/SpoutScenes.java index 8f86f5d708..ffde57593e 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/SpoutScenes.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/SpoutScenes.java @@ -1,7 +1,6 @@ package com.simibubi.create.foundation.ponder.content.fluid; import com.simibubi.create.AllFluids; -import com.simibubi.create.Create; import com.simibubi.create.content.contraptions.fluids.FluidFX; import com.simibubi.create.content.contraptions.fluids.actors.SpoutTileEntity; import com.simibubi.create.foundation.fluid.FluidHelper; @@ -21,6 +20,7 @@ import com.simibubi.create.foundation.utility.VecHelper; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.core.particles.ParticleOptions; +import net.minecraft.util.RandomSource; import net.minecraft.world.item.ItemStack; import net.minecraft.world.item.Items; import net.minecraft.world.phys.Vec3; @@ -29,6 +29,8 @@ import net.minecraftforge.fluids.FluidStack; public class SpoutScenes { public static void filling(SceneBuilder scene, SceneBuildingUtil util) { + RandomSource random = RandomSource.create(); + scene.title("spout_filling", "Filling Items using a Spout"); scene.configureBasePlate(0, 0, 5); scene.showBasePlate(); @@ -112,7 +114,7 @@ public class SpoutScenes { for (int i = 0; i < 10; i++) { scene.effects.emitParticles(util.vector.topOf(depotPos.south()) .add(0, 1 / 16f, 0), - Emitter.simple(fluidParticle, VecHelper.offsetRandomly(Vec3.ZERO, Create.RANDOM, .1f)), 1, 1); + Emitter.simple(fluidParticle, VecHelper.offsetRandomly(Vec3.ZERO, random, .1f)), 1, 1); } scene.idle(10); scene.overlay.showControls(new InputWindowElement(depotCenter, Pointing.UP).withItem(potion), 50); @@ -149,7 +151,7 @@ public class SpoutScenes { for (int i = 0; i < 10; i++) { scene.effects.emitParticles(util.vector.topOf(depotPos.south()) .add(0, 1 / 16f, 0), - Emitter.simple(fluidParticle, VecHelper.offsetRandomly(Vec3.ZERO, Create.RANDOM, .1f)), 1, 1); + Emitter.simple(fluidParticle, VecHelper.offsetRandomly(Vec3.ZERO, random, .1f)), 1, 1); } scene.world.removeItemsFromBelt(spoutPos.below(2)); ingot = scene.world.createItemOnBelt(spoutPos.below(2), Direction.UP, potion); @@ -163,7 +165,7 @@ public class SpoutScenes { for (int i = 0; i < 10; i++) { scene.effects.emitParticles(util.vector.topOf(depotPos.south()) .add(0, 1 / 16f, 0), - Emitter.simple(fluidParticle, VecHelper.offsetRandomly(Vec3.ZERO, Create.RANDOM, .1f)), 1, 1); + Emitter.simple(fluidParticle, VecHelper.offsetRandomly(Vec3.ZERO, random, .1f)), 1, 1); } scene.world.removeItemsFromBelt(spoutPos.below(2)); ingot2 = scene.world.createItemOnBelt(spoutPos.below(2), Direction.UP, potion); diff --git a/src/main/java/com/simibubi/create/foundation/ponder/element/TextWindowElement.java b/src/main/java/com/simibubi/create/foundation/ponder/element/TextWindowElement.java index 6d792a8afd..7dcbd1c0a2 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/element/TextWindowElement.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/element/TextWindowElement.java @@ -19,7 +19,7 @@ import net.minecraft.resources.ResourceLocation; import net.minecraft.util.Mth; import net.minecraft.world.phys.Vec2; import net.minecraft.world.phys.Vec3; -import net.minecraftforge.client.gui.GuiUtils; +import net.minecraftforge.client.gui.ScreenUtils; public class TextWindowElement extends AnimatedOverlayElement { @@ -134,8 +134,8 @@ public class TextWindowElement extends AnimatedOverlayElement { double lineTarget = (targetX - sceneToScreen.x) * fade; ms.scale((float) lineTarget, 1, 1); Matrix4f model = ms.last().pose(); - GuiUtils.drawGradientRect(model, -100, 0, 0, 1, 1, brighterColor, brighterColor); - GuiUtils.drawGradientRect(model, -100, 0, 1, 1, 2, 0xFF494949, 0xFF393939); + ScreenUtils.drawGradientRect(model, -100, 0, 0, 1, 1, brighterColor, brighterColor); + ScreenUtils.drawGradientRect(model, -100, 0, 1, 1, 2, 0xFF494949, 0xFF393939); ms.popPose(); } diff --git a/src/main/java/com/simibubi/create/foundation/ponder/element/WorldSectionElement.java b/src/main/java/com/simibubi/create/foundation/ponder/element/WorldSectionElement.java index ad25496309..e16313ba23 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/element/WorldSectionElement.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/element/WorldSectionElement.java @@ -4,7 +4,6 @@ import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.Map.Entry; -import java.util.Random; import java.util.function.Consumer; import com.jozufozu.flywheel.core.model.ModelUtil; @@ -36,10 +35,13 @@ import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.block.BlockRenderDispatcher; import net.minecraft.client.renderer.block.ModelBlockRenderer; +import net.minecraft.client.renderer.texture.OverlayTexture; +import net.minecraft.client.resources.model.BakedModel; import net.minecraft.client.resources.model.ModelBakery; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction.Axis; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.level.ClipContext; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.Block; @@ -53,8 +55,7 @@ import net.minecraft.world.phys.BlockHitResult; import net.minecraft.world.phys.Vec3; import net.minecraft.world.phys.shapes.CollisionContext; import net.minecraft.world.phys.shapes.VoxelShape; -import net.minecraftforge.client.ForgeHooksClient; -import net.minecraftforge.client.model.data.EmptyModelData; +import net.minecraftforge.client.model.data.ModelData; public class WorldSectionElement extends AnimatedSceneElement { @@ -342,8 +343,7 @@ public class WorldSectionElement extends AnimatedSceneElement { overlayMS.last() .normal()); ModelUtil.VANILLA_RENDERER - .renderBatched(world.getBlockState(pos), pos, world, ms, builder, true, new Random(), - EmptyModelData.INSTANCE); + .renderBreakingTexture(world.getBlockState(pos), pos, world, ms, builder, ModelData.EMPTY); ms.popPose(); } @@ -407,10 +407,11 @@ public class WorldSectionElement extends AnimatedSceneElement { private SuperByteBuffer buildStructureBuffer(PonderWorld world, RenderType layer) { BlockRenderDispatcher dispatcher = ModelUtil.VANILLA_RENDERER; + ModelBlockRenderer renderer = dispatcher.getModelRenderer(); ThreadLocalObjects objects = THREAD_LOCAL_OBJECTS.get(); PoseStack poseStack = objects.poseStack; - Random random = objects.random; + RandomSource random = objects.random; ShadeSeparatingVertexConsumer shadeSeparatingWrapper = objects.shadeSeparatingWrapper; ShadeSeparatedBufferBuilder builder = new ShadeSeparatedBufferBuilder(512); BufferBuilder unshadedBuilder = objects.unshadedBuilder; @@ -420,7 +421,6 @@ public class WorldSectionElement extends AnimatedSceneElement { shadeSeparatingWrapper.prepare(builder, unshadedBuilder); world.setMask(this.section); - ForgeHooksClient.setRenderType(layer); ModelBlockRenderer.enableCaching(); section.forEach(pos -> { BlockState state = world.getBlockState(pos); @@ -429,19 +429,24 @@ public class WorldSectionElement extends AnimatedSceneElement { poseStack.pushPose(); poseStack.translate(pos.getX(), pos.getY(), pos.getZ()); - if (state.getRenderShape() == RenderShape.MODEL && ItemBlockRenderTypes.canRenderInLayer(state, layer)) { + if (state.getRenderShape() == RenderShape.MODEL) { + BakedModel model = dispatcher.getBlockModel(state); BlockEntity tileEntity = world.getBlockEntity(pos); - dispatcher.renderBatched(state, pos, world, poseStack, shadeSeparatingWrapper, true, random, - tileEntity != null ? tileEntity.getModelData() : EmptyModelData.INSTANCE); + ModelData modelData = tileEntity != null ? tileEntity.getModelData() : ModelData.EMPTY; + long seed = state.getSeed(pos); + random.setSeed(seed); + if (model.getRenderTypes(state, random, modelData).contains(layer)) { + renderer.tesselateBlock(world, model, state, pos, poseStack, shadeSeparatingWrapper, true, + random, seed, OverlayTexture.NO_OVERLAY, modelData, layer); + } } - if (!fluidState.isEmpty() && ItemBlockRenderTypes.canRenderInLayer(fluidState, layer)) + if (!fluidState.isEmpty() && ItemBlockRenderTypes.getRenderLayer(fluidState) == layer) dispatcher.renderLiquid(pos, world, builder, state, fluidState); poseStack.popPose(); }); ModelBlockRenderer.clearCache(); - ForgeHooksClient.setRenderType(null); world.clearMask(); shadeSeparatingWrapper.clear(); @@ -454,7 +459,7 @@ public class WorldSectionElement extends AnimatedSceneElement { private static class ThreadLocalObjects { public final PoseStack poseStack = new PoseStack(); - public final Random random = new Random(); + public final RandomSource random = RandomSource.createNewThreadLocalInstance(); public final ShadeSeparatingVertexConsumer shadeSeparatingWrapper = new ShadeSeparatingVertexConsumer(); public final BufferBuilder unshadedBuilder = new BufferBuilder(512); } diff --git a/src/main/java/com/simibubi/create/foundation/ponder/ui/NavigatableSimiScreen.java b/src/main/java/com/simibubi/create/foundation/ponder/ui/NavigatableSimiScreen.java index 2b1bb46827..afb234ff30 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/ui/NavigatableSimiScreen.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/ui/NavigatableSimiScreen.java @@ -23,7 +23,7 @@ import com.simibubi.create.foundation.utility.animation.LerpedFloat; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.screens.Screen; -import net.minecraft.network.chat.TranslatableComponent; +import net.minecraft.network.chat.MutableComponent; import net.minecraft.util.Mth; public abstract class NavigatableSimiScreen extends AbstractSimiScreen { @@ -96,7 +96,7 @@ public abstract class NavigatableSimiScreen extends AbstractSimiScreen { ms.pushPose(); ms.translate(0, 0, 500); if (backTrack.isHoveredOrFocused()) { - TranslatableComponent translate = Lang.translateDirect(backTrackingLangKey()); + MutableComponent translate = Lang.translateDirect(backTrackingLangKey()); font.draw(ms, translate, 41 - font.width(translate) / 2, height - 16, Theme.i(Theme.Key.TEXT_DARKER)); if (Mth.equal(arrowAnimation.getValue(), arrowAnimation.getChaseTarget())) { diff --git a/src/main/java/com/simibubi/create/foundation/ponder/ui/PonderProgressBar.java b/src/main/java/com/simibubi/create/foundation/ponder/ui/PonderProgressBar.java index ab3e5b0e91..e8719917e3 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/ui/PonderProgressBar.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/ui/PonderProgressBar.java @@ -12,7 +12,7 @@ import com.simibubi.create.foundation.utility.animation.LerpedFloat; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.Font; import net.minecraft.client.sounds.SoundManager; -import net.minecraftforge.client.gui.GuiUtils; +import net.minecraftforge.client.gui.ScreenUtils; public class PonderProgressBar extends AbstractSimiWidget { @@ -103,8 +103,8 @@ public class PonderProgressBar extends AbstractSimiWidget { ms.scale((width + 4) * progress.getValue(partialTicks), 1, 1); int c1 = Theme.i(Theme.Key.PONDER_PROGRESSBAR, true); int c2 = Theme.i(Theme.Key.PONDER_PROGRESSBAR, false); - GuiUtils.drawGradientRect(ms.last().pose(), 310, 0, 3, 1, 4, c1, c1); - GuiUtils.drawGradientRect(ms.last().pose(), 310, 0, 4, 1, 5, c2, c2); + ScreenUtils.drawGradientRect(ms.last().pose(), 310, 0, 3, 1, 4, c1, c1); + ScreenUtils.drawGradientRect(ms.last().pose(), 310, 0, 4, 1, 5, c2, c2); ms.popPose(); renderKeyframes(ms, mouseX, partialTicks); @@ -149,7 +149,7 @@ public class PonderProgressBar extends AbstractSimiWidget { private void drawKeyframe(PoseStack ms, PonderScene activeScene, boolean selected, int keyframeTime, int keyframePos, int startColor, int endColor, int height) { if (selected) { Font font = Minecraft.getInstance().font; - GuiUtils.drawGradientRect(ms.last() + ScreenUtils.drawGradientRect(ms.last() .pose(), 600, keyframePos, 10, keyframePos + 1, 10 + height, endColor, startColor); ms.pushPose(); ms.translate(0, 0, 200); @@ -166,7 +166,7 @@ public class PonderProgressBar extends AbstractSimiWidget { ms.popPose(); } - GuiUtils.drawGradientRect(ms.last() + ScreenUtils.drawGradientRect(ms.last() .pose(), 400, keyframePos, -1, keyframePos + 1, 2 + height, startColor, endColor); } diff --git a/src/main/java/com/simibubi/create/foundation/ponder/ui/PonderTagIndexScreen.java b/src/main/java/com/simibubi/create/foundation/ponder/ui/PonderTagIndexScreen.java index c7bd9bc8bc..7fe3e01985 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/ui/PonderTagIndexScreen.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/ui/PonderTagIndexScreen.java @@ -24,7 +24,6 @@ import net.minecraft.ChatFormatting; import net.minecraft.client.gui.components.events.GuiEventListener; import net.minecraft.client.renderer.Rect2i; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.util.Mth; public class PonderTagIndexScreen extends NavigatableSimiScreen { @@ -214,7 +213,7 @@ public class PonderTagIndexScreen extends NavigatableSimiScreen { if (hoveredItem != null) { List list = TooltipHelper.cutStringTextComponent(hoveredItem.getDescription(), ChatFormatting.GRAY, ChatFormatting.GRAY); - list.add(0, new TextComponent(hoveredItem.getTitle())); + list.add(0, Component.literal(hoveredItem.getTitle())); renderComponentTooltip(ms, list, mouseX, mouseY); } diff --git a/src/main/java/com/simibubi/create/foundation/ponder/ui/PonderUI.java b/src/main/java/com/simibubi/create/foundation/ponder/ui/PonderUI.java index b0258e4038..5a681488a5 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/ui/PonderUI.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/ui/PonderUI.java @@ -5,7 +5,6 @@ import static com.simibubi.create.foundation.ponder.PonderLocalization.LANG_PREF import java.util.ArrayList; import java.util.Collections; import java.util.List; -import java.util.Random; import java.util.stream.IntStream; import com.mojang.blaze3d.platform.ClipboardManager; @@ -51,18 +50,19 @@ import net.minecraft.client.gui.Font; import net.minecraft.client.gui.components.events.GuiEventListener; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; import net.minecraft.network.chat.Style; -import net.minecraft.network.chat.TextComponent; import net.minecraft.resources.ResourceLocation; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.levelgen.structure.BoundingBox; import net.minecraft.world.level.levelgen.structure.templatesystem.StructurePlaceSettings; import net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate; import net.minecraft.world.phys.Vec3; -import net.minecraftforge.client.gui.GuiUtils; +import net.minecraftforge.client.gui.ScreenUtils; import net.minecraftforge.registries.ForgeRegistries; public class PonderUI extends NavigatableSimiScreen { @@ -383,7 +383,7 @@ public class PonderUI extends NavigatableSimiScreen { PonderStoryBoardEntry sb = list.get(index); StructureTemplate activeTemplate = PonderRegistry.loadSchematic(sb.getSchematicLocation()); PonderWorld world = new PonderWorld(BlockPos.ZERO, Minecraft.getInstance().level); - activeTemplate.placeInWorld(world, BlockPos.ZERO, BlockPos.ZERO, new StructurePlaceSettings(), new Random(), + activeTemplate.placeInWorld(world, BlockPos.ZERO, BlockPos.ZERO, new StructurePlaceSettings(), RandomSource.create(), Block.UPDATE_CLIENTS); world.createBackup(); scene = PonderRegistry.compileScene(index, sb, world); @@ -484,14 +484,14 @@ public class PonderUI extends NavigatableSimiScreen { if (flash > 0) { ms.pushPose(); ms.scale(1, .5f + flash * .75f, 1); - GuiUtils.drawGradientRect(ms.last() + ScreenUtils.drawGradientRect(ms.last() .pose(), 0, 0, -1, -story.getBasePlateSize(), 0, 0x00_c6ffc9, new Color(0xaa_c6ffc9).scaleAlpha(alpha) .getRGB()); ms.popPose(); } ms.translate(0, 0, 2 / 1024f); - GuiUtils.drawGradientRect(ms.last() + ScreenUtils.drawGradientRect(ms.last() .pose(), 0, 0, 0, -story.getBasePlateSize(), 4, 0x66_000000, 0x00_000000); ms.popPose(); ms.mulPose(Vector3f.YP.rotationDegrees(-90)); @@ -654,7 +654,7 @@ public class PonderUI extends NavigatableSimiScreen { if (hoveredBlockPos != null && PonderIndex.editingModeActive() && !userViewMode) { ms.translate(0, -15, 0); boolean copied = copiedBlockPos != null && hoveredBlockPos.equals(copiedBlockPos); - MutableComponent coords = new TextComponent( + MutableComponent coords = Component.literal( hoveredBlockPos.getX() + ", " + hoveredBlockPos.getY() + ", " + hoveredBlockPos.getZ()) .withStyle(copied ? ChatFormatting.GREEN : ChatFormatting.GOLD); renderTooltip(ms, coords, 0, 0); diff --git a/src/main/java/com/simibubi/create/foundation/render/ShadowRenderHelper.java b/src/main/java/com/simibubi/create/foundation/render/ShadowRenderHelper.java index e7c3fca175..febc733512 100644 --- a/src/main/java/com/simibubi/create/foundation/render/ShadowRenderHelper.java +++ b/src/main/java/com/simibubi/create/foundation/render/ShadowRenderHelper.java @@ -67,9 +67,8 @@ public class ShadowRenderHelper { if (blockstate.isCollisionShapeFullBlock(world, blockpos)) { VoxelShape voxelshape = blockstate.getShape(world, pos.below()); if (!voxelshape.isEmpty()) { - @SuppressWarnings("deprecation") - float f = (float) (((double) opacity - (y - (double) pos.getY()) / 2.0D) - * 0.5D * (double) world.getBrightness(pos)); + float brightness = LightTexture.getBrightness(world.dimensionType(), world.getMaxLocalRawBrightness(pos)); + float f = (float) ((opacity - (y - pos.getY()) / 2.0D) * 0.5D * brightness); if (f >= 0.0F) { if (f > 1.0F) { f = 1.0F; diff --git a/src/main/java/com/simibubi/create/foundation/sound/ContinuousSound.java b/src/main/java/com/simibubi/create/foundation/sound/ContinuousSound.java index 4edc12751e..a0b58bb5a6 100644 --- a/src/main/java/com/simibubi/create/foundation/sound/ContinuousSound.java +++ b/src/main/java/com/simibubi/create/foundation/sound/ContinuousSound.java @@ -1,6 +1,7 @@ package com.simibubi.create.foundation.sound; import net.minecraft.client.resources.sounds.AbstractTickableSoundInstance; +import net.minecraft.client.resources.sounds.SoundInstance; import net.minecraft.sounds.SoundEvent; import net.minecraft.sounds.SoundSource; @@ -11,7 +12,7 @@ public class ContinuousSound extends AbstractTickableSoundInstance { private float relativeVolume; protected ContinuousSound(SoundEvent event, SoundScape scape, float sharedPitch, float relativeVolume) { - super(event, SoundSource.AMBIENT); + super(event, SoundSource.AMBIENT, SoundInstance.createUnseededRandom()); this.scape = scape; this.sharedPitch = sharedPitch; this.relativeVolume = relativeVolume; diff --git a/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/ValueBox.java b/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/ValueBox.java index e50ad52c21..30e39dd714 100644 --- a/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/ValueBox.java +++ b/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/ValueBox.java @@ -16,7 +16,6 @@ import net.minecraft.client.renderer.LightTexture; import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.core.BlockPos; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.phys.AABB; @@ -25,8 +24,8 @@ import net.minecraft.world.phys.Vec3; public class ValueBox extends ChasingAABBOutline { protected Component label; - protected Component sublabel = TextComponent.EMPTY; - protected Component scrollTooltip = TextComponent.EMPTY; + protected Component sublabel = Component.empty(); + protected Component scrollTooltip = Component.empty(); protected Vec3 labelOffset = Vec3.ZERO; protected int passiveColor; @@ -110,7 +109,7 @@ public class ValueBox extends ChasingAABBOutline { ms.translate(0, 10, 0); renderHoveringText(ms, buffer, sublabel); } - if (!scrollTooltip.getContents().isEmpty()) { + if (!scrollTooltip.getString().isEmpty()) { ms.translate(0, 10, 0); renderHoveringText(ms, buffer, scrollTooltip, 0x998899, 0x111111); } @@ -137,7 +136,7 @@ public class ValueBox extends ChasingAABBOutline { public void renderContents(PoseStack ms, MultiBufferSource buffer) { super.renderContents(ms, buffer); Font font = Minecraft.getInstance().font; - Component countString = new TextComponent(count == 0 ? "*" : count + ""); + Component countString = Component.literal(count == 0 ? "*" : count + ""); ms.translate(17.5f, -5f, 7f); boolean isFilter = stack.getItem() instanceof FilterItem; diff --git a/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/ValueBoxRenderer.java b/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/ValueBoxRenderer.java index 58b93c7e8b..d7ea74898a 100644 --- a/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/ValueBoxRenderer.java +++ b/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/ValueBoxRenderer.java @@ -16,7 +16,6 @@ import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.block.FenceBlock; -import net.minecraftforge.client.model.ItemMultiLayerBakedModel; public class ValueBoxRenderer { @@ -25,7 +24,7 @@ public class ValueBoxRenderer { ItemRenderer itemRenderer = Minecraft.getInstance() .getItemRenderer(); BakedModel modelWithOverrides = itemRenderer.getModel(filter, null, null, 0); - boolean blockItem = modelWithOverrides.isGui3d() && !(modelWithOverrides instanceof ItemMultiLayerBakedModel); + boolean blockItem = modelWithOverrides.isGui3d() && modelWithOverrides.getRenderPasses(filter, false).size() <= 1; float scale = (!blockItem ? .5f : 1f) - 1 / 64f; float zOffset = (!blockItem ? -.225f : 0) + customZOffset(filter.getItem()); ms.scale(scale, scale, scale); diff --git a/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/edgeInteraction/EdgeInteractionHandler.java b/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/edgeInteraction/EdgeInteractionHandler.java index 4ec901624c..99798bc13a 100644 --- a/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/edgeInteraction/EdgeInteractionHandler.java +++ b/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/edgeInteraction/EdgeInteractionHandler.java @@ -31,9 +31,9 @@ public class EdgeInteractionHandler { @SubscribeEvent public static void onBlockActivated(PlayerInteractEvent.RightClickBlock event) { - Level world = event.getWorld(); + Level world = event.getLevel(); BlockPos pos = event.getPos(); - Player player = event.getPlayer(); + Player player = event.getEntity(); InteractionHand hand = event.getHand(); ItemStack heldItem = player.getItemInHand(hand); diff --git a/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/edgeInteraction/EdgeInteractionRenderer.java b/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/edgeInteraction/EdgeInteractionRenderer.java index d801e692da..c4b5440ee7 100644 --- a/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/edgeInteraction/EdgeInteractionRenderer.java +++ b/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/edgeInteraction/EdgeInteractionRenderer.java @@ -13,7 +13,7 @@ import net.minecraft.client.multiplayer.ClientLevel; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.core.Direction.AxisDirection; -import net.minecraft.network.chat.TextComponent; +import net.minecraft.network.chat.Component; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.ItemStack; import net.minecraft.world.phys.AABB; @@ -64,7 +64,7 @@ public class EdgeInteractionRenderer { AABB bb = EdgeInteractionHandler.getBB(pos, closestEdge); boolean hit = bb.contains(target.getLocation()); - ValueBox box = new ValueBox(TextComponent.EMPTY, bb.move(-pos.getX(), -pos.getY(), -pos.getZ()), pos); + ValueBox box = new ValueBox(Component.empty(), bb.move(-pos.getX(), -pos.getY(), -pos.getZ()), pos); Vec3 textOffset = Vec3.ZERO; boolean positive = closestEdge.getAxisDirection() == AxisDirection.POSITIVE; diff --git a/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/filtering/FilteringHandler.java b/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/filtering/FilteringHandler.java index 88ecece529..efe864b318 100644 --- a/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/filtering/FilteringHandler.java +++ b/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/filtering/FilteringHandler.java @@ -39,9 +39,9 @@ public class FilteringHandler { @SubscribeEvent public static void onBlockActivated(PlayerInteractEvent.RightClickBlock event) { - Level world = event.getWorld(); + Level world = event.getLevel(); BlockPos pos = event.getPos(); - Player player = event.getPlayer(); + Player player = event.getEntity(); InteractionHand hand = event.getHand(); if (player.isShiftKeyDown() || player.isSpectator()) diff --git a/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/filtering/FilteringRenderer.java b/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/filtering/FilteringRenderer.java index 9afef6ce7d..d91b107526 100644 --- a/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/filtering/FilteringRenderer.java +++ b/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/filtering/FilteringRenderer.java @@ -23,7 +23,6 @@ import net.minecraft.client.renderer.MultiBufferSource; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.entity.Entity; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.block.state.BlockState; @@ -66,7 +65,7 @@ public class FilteringRenderer { boolean isFilterSlotted = filter.getItem() instanceof FilterItem; boolean showCount = behaviour.isCountVisible(); boolean fluids = behaviour.fluidFilter; - Component label = isFilterSlotted ? TextComponent.EMPTY + Component label = isFilterSlotted ? Component.empty() : Lang.translateDirect(behaviour.recipeFilter ? "logistics.recipe_filter" : fluids ? "logistics.fluid_filter" : "logistics.filter"); boolean hit = behaviour.slotPositioning.testHit(state, target.getLocation() @@ -80,7 +79,7 @@ public class FilteringRenderer { box.offsetLabel(behaviour.textShift) .withColors(fluids ? 0x407088 : 0x7A6A2C, fluids ? 0x70adb5 : 0xB79D64) - .scrollTooltip(showCount && !isFilterSlotted ? new TextComponent("[").append(Lang.translateDirect("action.scroll")).append("]") : TextComponent.EMPTY) + .scrollTooltip(showCount && !isFilterSlotted ? Component.literal("[").append(Lang.translateDirect("action.scroll")).append("]") : Component.empty()) .passive(!hit); CreateClient.OUTLINER.showValueBox(Pair.of("filter", pos), box.transform(behaviour.slotPositioning)) diff --git a/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/linked/LinkHandler.java b/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/linked/LinkHandler.java index 0b75fce294..69f08cb5b5 100644 --- a/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/linked/LinkHandler.java +++ b/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/linked/LinkHandler.java @@ -25,9 +25,9 @@ public class LinkHandler { @SubscribeEvent public static void onBlockActivated(PlayerInteractEvent.RightClickBlock event) { - Level world = event.getWorld(); + Level world = event.getLevel(); BlockPos pos = event.getPos(); - Player player = event.getPlayer(); + Player player = event.getEntity(); InteractionHand hand = event.getHand(); if (player.isShiftKeyDown() || player.isSpectator()) diff --git a/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/scrollvalue/ScrollValueRenderer.java b/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/scrollvalue/ScrollValueRenderer.java index ec75457429..b3a7d874b0 100644 --- a/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/scrollvalue/ScrollValueRenderer.java +++ b/src/main/java/com/simibubi/create/foundation/tileEntity/behaviour/scrollvalue/ScrollValueRenderer.java @@ -15,7 +15,6 @@ import net.minecraft.client.multiplayer.ClientLevel; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; import net.minecraft.world.phys.AABB; import net.minecraft.world.phys.BlockHitResult; import net.minecraft.world.phys.HitResult; @@ -65,12 +64,12 @@ public class ScrollValueRenderer { if (behaviour instanceof ScrollOptionBehaviour) { box = new IconValueBox(label, ((ScrollOptionBehaviour) behaviour).getIconForSelected(), bb, pos); } else { - box = new TextValueBox(label, bb, pos, new TextComponent(behaviour.formatValue())); + box = new TextValueBox(label, bb, pos, Component.literal(behaviour.formatValue())); if (behaviour.unit != null) - box.subLabel(new TextComponent("(").append(behaviour.unit.apply(behaviour.scrollableValue)).append(")")); + box.subLabel(Component.literal("(").append(behaviour.unit.apply(behaviour.scrollableValue)).append(")")); } - box.scrollTooltip(new TextComponent("[").append(Lang.translateDirect("action.scroll")).append("]")); + box.scrollTooltip(Component.literal("[").append(Lang.translateDirect("action.scroll")).append("]")); box.offsetLabel(behaviour.textShift.add(20, -10, 0)) .withColors(0x5A5D5A, 0xB5B7B6) .passive(!highlight); diff --git a/src/main/java/com/simibubi/create/foundation/utility/BlockHelper.java b/src/main/java/com/simibubi/create/foundation/utility/BlockHelper.java index 4817470f3c..08a67ea5e8 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/BlockHelper.java +++ b/src/main/java/com/simibubi/create/foundation/utility/BlockHelper.java @@ -42,7 +42,7 @@ import net.minecraft.world.level.chunk.LevelChunkSection; import net.minecraft.world.level.material.FluidState; import net.minecraftforge.common.IPlantable; import net.minecraftforge.common.MinecraftForge; -import net.minecraftforge.event.world.BlockEvent; +import net.minecraftforge.event.level.BlockEvent; public class BlockHelper { @@ -178,7 +178,7 @@ public class BlockHelper { && (player == null || !player.isCreative())) { for (ItemStack itemStack : Block.getDrops(state, (ServerLevel) world, pos, tileentity, player, usedTool)) droppedItemCallback.accept(itemStack); - state.spawnAfterBreak((ServerLevel) world, pos, ItemStack.EMPTY); + state.spawnAfterBreak((ServerLevel) world, pos, ItemStack.EMPTY, true); } world.setBlockAndUpdate(pos, fluidState.createLegacyBlock()); diff --git a/src/main/java/com/simibubi/create/foundation/utility/Debug.java b/src/main/java/com/simibubi/create/foundation/utility/Debug.java index 74e2f881cd..740f382372 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/Debug.java +++ b/src/main/java/com/simibubi/create/foundation/utility/Debug.java @@ -6,7 +6,6 @@ import net.minecraft.ChatFormatting; import net.minecraft.client.Minecraft; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; import net.minecraftforge.fml.util.thread.EffectiveSide; @@ -18,20 +17,20 @@ public class Debug { @Deprecated public static void debugChat(String message) { if (Minecraft.getInstance().player != null) - Minecraft.getInstance().player.displayClientMessage(new TextComponent(message), false); + Minecraft.getInstance().player.displayClientMessage(Component.literal(message), false); } @Deprecated public static void debugChatAndShowStack(String message, int depth) { if (Minecraft.getInstance().player != null) - Minecraft.getInstance().player.displayClientMessage(new TextComponent(message).append("@") + Minecraft.getInstance().player.displayClientMessage(Component.literal(message).append("@") .append(debugStack(depth)), false); } @Deprecated public static void debugMessage(String message) { if (Minecraft.getInstance().player != null) - Minecraft.getInstance().player.displayClientMessage(new TextComponent(message), true); + Minecraft.getInstance().player.displayClientMessage(Component.literal(message), true); } @Deprecated @@ -49,18 +48,18 @@ public class Debug { public static Component debugStack(int depth) { StackTraceElement[] stackTraceElements = Thread.currentThread() .getStackTrace(); - MutableComponent text = new TextComponent("[") - .append(new TextComponent(getLogicalSide()).withStyle(ChatFormatting.GOLD)) + MutableComponent text = Component.literal("[") + .append(Component.literal(getLogicalSide()).withStyle(ChatFormatting.GOLD)) .append("] "); for (int i = 1; i < depth + 2 && i < stackTraceElements.length; i++) { StackTraceElement e = stackTraceElements[i]; if (e.getClassName() .equals(Debug.class.getName())) continue; - text.append(new TextComponent(e.getMethodName()).withStyle(ChatFormatting.YELLOW)) + text.append(Component.literal(e.getMethodName()).withStyle(ChatFormatting.YELLOW)) .append(", "); } - return text.append(new TextComponent(" ...").withStyle(ChatFormatting.GRAY)); + return text.append(Component.literal(" ...").withStyle(ChatFormatting.GRAY)); } @Deprecated diff --git a/src/main/java/com/simibubi/create/foundation/utility/DynamicComponent.java b/src/main/java/com/simibubi/create/foundation/utility/DynamicComponent.java index 25d982d7a4..750d75d907 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/DynamicComponent.java +++ b/src/main/java/com/simibubi/create/foundation/utility/DynamicComponent.java @@ -13,7 +13,6 @@ import net.minecraft.nbt.CompoundTag; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.ComponentUtils; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; import net.minecraft.server.level.ServerLevel; import net.minecraft.world.level.Level; import net.minecraft.world.phys.Vec2; @@ -47,7 +46,7 @@ public class DynamicComponent { } public MutableComponent get() { - return parsedCustomText == null ? TextComponent.EMPTY.copy() : parsedCustomText.copy(); + return parsedCustomText == null ? Component.empty() : parsedCustomText.copy(); } public void read(Level level, BlockPos pos, CompoundTag nbt) { @@ -90,7 +89,7 @@ public class DynamicComponent { public static CommandSourceStack getCommandSource(ServerLevel level, BlockPos pos) { return new CommandSourceStack(CommandSource.NULL, Vec3.atCenterOf(pos), Vec2.ZERO, level, 2, Create.ID, - new TextComponent(Create.ID), level.getServer(), null); + Component.literal(Create.ID), level.getServer(), null); } } diff --git a/src/main/java/com/simibubi/create/foundation/utility/FluidFormatter.java b/src/main/java/com/simibubi/create/foundation/utility/FluidFormatter.java index 5e9ac98dc9..99936d6892 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/FluidFormatter.java +++ b/src/main/java/com/simibubi/create/foundation/utility/FluidFormatter.java @@ -1,7 +1,7 @@ package com.simibubi.create.foundation.utility; +import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; public class FluidFormatter { @@ -13,13 +13,13 @@ public class FluidFormatter { public static Couple asComponents(long amount, boolean shorten) { if (shorten && amount >= 1000) { return Couple.create( - new TextComponent(String.format("%.1f" , amount / 1000d)), + Component.literal(String.format("%.1f" , amount / 1000d)), Lang.translateDirect("generic.unit.buckets") ); } return Couple.create( - new TextComponent(String.valueOf(amount)), + Component.literal(String.valueOf(amount)), Lang.translateDirect("generic.unit.millibuckets") ); } diff --git a/src/main/java/com/simibubi/create/foundation/utility/FontHelper.java b/src/main/java/com/simibubi/create/foundation/utility/FontHelper.java index c9914e91e1..7235243443 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/FontHelper.java +++ b/src/main/java/com/simibubi/create/foundation/utility/FontHelper.java @@ -8,10 +8,10 @@ import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.Tesselator; import com.mojang.math.Matrix4f; +import net.minecraft.client.Minecraft; import net.minecraft.client.gui.Font; import net.minecraft.client.renderer.LightTexture; import net.minecraft.client.renderer.MultiBufferSource; -import net.minecraftforge.client.MinecraftForgeClient; public final class FontHelper { @@ -20,7 +20,7 @@ public final class FontHelper { public static List cutString(Font font, String text, int maxWidthPerLine) { // Split words List words = new LinkedList<>(); - BreakIterator iterator = BreakIterator.getLineInstance(MinecraftForgeClient.getLocale()); + BreakIterator iterator = BreakIterator.getLineInstance(Minecraft.getInstance().getLocale()); iterator.setText(text); int start = iterator.first(); for (int end = iterator.next(); end != BreakIterator.DONE; start = end, end = iterator.next()) { diff --git a/src/main/java/com/simibubi/create/foundation/utility/Lang.java b/src/main/java/com/simibubi/create/foundation/utility/Lang.java index 3e062b8bb1..eee8cf30d9 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/Lang.java +++ b/src/main/java/com/simibubi/create/foundation/utility/Lang.java @@ -7,8 +7,7 @@ import java.util.Locale; import com.simibubi.create.Create; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.TextComponent; -import net.minecraft.network.chat.TranslatableComponent; +import net.minecraft.network.chat.MutableComponent; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.block.state.BlockState; import net.minecraftforge.fluids.FluidStack; @@ -22,8 +21,8 @@ public class Lang { * @param args * @return */ - public static TranslatableComponent translateDirect(String key, Object... args) { - return new TranslatableComponent(Create.ID + "." + key, resolveBuilders(args)); + public static MutableComponent translateDirect(String key, Object... args) { + return Component.translatable(Create.ID + "." + key, resolveBuilders(args)); } public static String asId(String name) { @@ -42,10 +41,6 @@ public class Lang { return result; } - public static Component empty() { - return TextComponent.EMPTY; - } - // public static LangBuilder builder() { diff --git a/src/main/java/com/simibubi/create/foundation/utility/LangBuilder.java b/src/main/java/com/simibubi/create/foundation/utility/LangBuilder.java index 5440c102ae..164cef899a 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/LangBuilder.java +++ b/src/main/java/com/simibubi/create/foundation/utility/LangBuilder.java @@ -6,8 +6,6 @@ import joptsimple.internal.Strings; import net.minecraft.ChatFormatting; import net.minecraft.network.chat.Component; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; -import net.minecraft.network.chat.TranslatableComponent; import net.minecraft.world.entity.player.Player; public class LangBuilder { @@ -37,7 +35,7 @@ public class LangBuilder { * @return */ public LangBuilder translate(String langKey, Object... args) { - return add(new TranslatableComponent(namespace + "." + langKey, Lang.resolveBuilders(args))); + return add(Component.translatable(namespace + "." + langKey, Lang.resolveBuilders(args))); } /** @@ -47,7 +45,7 @@ public class LangBuilder { * @return */ public LangBuilder text(String literalText) { - return add(new TextComponent(literalText)); + return add(Component.literal(literalText)); } /** @@ -58,7 +56,7 @@ public class LangBuilder { * @return */ public LangBuilder text(ChatFormatting format, String literalText) { - return add(new TextComponent(literalText).withStyle(format)); + return add(Component.literal(literalText).withStyle(format)); } /** @@ -69,7 +67,7 @@ public class LangBuilder { * @return */ public LangBuilder text(int color, String literalText) { - return add(new TextComponent(literalText).withStyle(s -> s.withColor(color))); + return add(Component.literal(literalText).withStyle(s -> s.withColor(color))); } /** diff --git a/src/main/java/com/simibubi/create/foundation/utility/ModelSwapper.java b/src/main/java/com/simibubi/create/foundation/utility/ModelSwapper.java index bfd0fd91f9..6b1ae978dd 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/ModelSwapper.java +++ b/src/main/java/com/simibubi/create/foundation/utility/ModelSwapper.java @@ -16,9 +16,7 @@ import net.minecraft.client.resources.model.ModelResourceLocation; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.Item; import net.minecraft.world.level.block.Block; -import net.minecraftforge.client.event.ModelBakeEvent; -import net.minecraftforge.client.event.ModelRegistryEvent; -import net.minecraftforge.client.model.ForgeModelBakery; +import net.minecraftforge.client.event.ModelEvent; import net.minecraftforge.eventbus.api.IEventBus; public class ModelSwapper { @@ -39,14 +37,14 @@ public class ModelSwapper { return customRenderedItems; } - public void onModelRegistry(ModelRegistryEvent event) { + public void onModelRegistry(ModelEvent.RegisterAdditional event) { customRenderedItems.forEach((item, modelFunc) -> modelFunc.apply(null) .getModelLocations() - .forEach(ForgeModelBakery::addSpecialModel)); + .forEach(event::register)); } - public void onModelBake(ModelBakeEvent event) { - Map modelRegistry = event.getModelRegistry(); + public void onModelBake(ModelEvent.BakingCompleted event) { + Map modelRegistry = event.getModels(); customBlockModels.forEach((block, modelFunc) -> swapModels(modelRegistry, getAllBlockStateModelLocations(block), modelFunc)); customItemModels.forEach((item, modelFunc) -> swapModels(modelRegistry, getItemModelLocation(item), modelFunc)); diff --git a/src/main/java/com/simibubi/create/foundation/utility/RemapHelper.java b/src/main/java/com/simibubi/create/foundation/utility/RemapHelper.java index ff66d8ffc1..41cee2c9a7 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/RemapHelper.java +++ b/src/main/java/com/simibubi/create/foundation/utility/RemapHelper.java @@ -53,17 +53,18 @@ import java.util.Map; import com.simibubi.create.Create; +import net.minecraft.core.Registry; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.Item; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.material.Fluid; import net.minecraftforge.common.ForgeMod; -import net.minecraftforge.event.RegistryEvent; -import net.minecraftforge.event.RegistryEvent.MissingMappings.Mapping; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.MissingMappingsEvent; +import net.minecraftforge.registries.MissingMappingsEvent.Mapping; @Mod.EventBusSubscriber public class RemapHelper { @@ -221,9 +222,9 @@ public class RemapHelper { } @SubscribeEvent - public static void remapBlocks(RegistryEvent.MissingMappings event) { - for (Mapping mapping : event.getMappings(Create.ID)) { - ResourceLocation key = mapping.key; + public static void remapBlocks(MissingMappingsEvent event) { + for (Mapping mapping : event.getMappings(Registry.BLOCK_REGISTRY, Create.ID)) { + ResourceLocation key = mapping.getKey(); String path = key.getPath(); ResourceLocation remappedId = reMap.get(path); if (remappedId != null) { @@ -241,9 +242,9 @@ public class RemapHelper { } @SubscribeEvent - public static void remapItems(RegistryEvent.MissingMappings event) { - for (Mapping mapping : event.getMappings(Create.ID)) { - ResourceLocation key = mapping.key; + public static void remapItems(MissingMappingsEvent event) { + for (Mapping mapping : event.getMappings(Registry.ITEM_REGISTRY, Create.ID)) { + ResourceLocation key = mapping.getKey(); String path = key.getPath(); ResourceLocation remappedId = reMap.get(path); if (remappedId != null) { @@ -261,9 +262,9 @@ public class RemapHelper { } @SubscribeEvent - public static void remapFluids(RegistryEvent.MissingMappings event) { - for (Mapping mapping : event.getMappings(Create.ID)) { - ResourceLocation key = mapping.key; + public static void remapFluids(MissingMappingsEvent event) { + for (Mapping mapping : event.getMappings(Registry.FLUID_REGISTRY, Create.ID)) { + ResourceLocation key = mapping.getKey(); String path = key.getPath(); if (path.equals("milk")) mapping.remap(ForgeMod.MILK.get()); diff --git a/src/main/java/com/simibubi/create/foundation/utility/VecHelper.java b/src/main/java/com/simibubi/create/foundation/utility/VecHelper.java index ffb52b2b36..6d350b110f 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/VecHelper.java +++ b/src/main/java/com/simibubi/create/foundation/utility/VecHelper.java @@ -1,7 +1,5 @@ package com.simibubi.create.foundation.utility; -import java.util.Random; - import javax.annotation.Nullable; import com.mojang.math.Quaternion; @@ -20,6 +18,7 @@ import net.minecraft.nbt.ListTag; import net.minecraft.nbt.Tag; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.player.Player; import net.minecraft.world.level.block.Mirror; @@ -116,7 +115,7 @@ public class VecHelper { .add(.5f, .5f, .5f); } - public static Vec3 offsetRandomly(Vec3 vec, Random r, float radius) { + public static Vec3 offsetRandomly(Vec3 vec, RandomSource r, float radius) { return new Vec3(vec.x + (r.nextFloat() - .5f) * 2 * radius, vec.y + (r.nextFloat() - .5f) * 2 * radius, vec.z + (r.nextFloat() - .5f) * 2 * radius); } @@ -251,7 +250,7 @@ public class VecHelper { // ----- compensate for view bobbing (if active) ----- // the following code adapted from GameRenderer::applyBobbing (to invert it) Minecraft mc = Minecraft.getInstance(); - if (mc.options.bobView) { + if (mc.options.bobView().get()) { Entity renderViewEntity = mc.getCameraEntity(); if (renderViewEntity instanceof Player) { Player playerentity = (Player) renderViewEntity; diff --git a/src/main/java/com/simibubi/create/foundation/utility/ghost/GhostBlockRenderer.java b/src/main/java/com/simibubi/create/foundation/utility/ghost/GhostBlockRenderer.java index 1f7cbc5005..0eb5a259dd 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/ghost/GhostBlockRenderer.java +++ b/src/main/java/com/simibubi/create/foundation/utility/ghost/GhostBlockRenderer.java @@ -1,30 +1,30 @@ package com.simibubi.create.foundation.utility.ghost; import java.util.List; -import java.util.Random; import javax.annotation.Nullable; -import com.jozufozu.flywheel.core.virtual.VirtualEmptyModelData; +import com.jozufozu.flywheel.core.model.ModelUtil; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import com.simibubi.create.foundation.render.SuperRenderTypeBuffer; import com.simibubi.create.foundation.utility.placement.PlacementHelpers; import net.minecraft.client.Minecraft; -import net.minecraft.client.renderer.ItemBlockRenderTypes; import net.minecraft.client.renderer.LevelRenderer; import net.minecraft.client.renderer.LightTexture; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.block.BlockRenderDispatcher; +import net.minecraft.client.renderer.block.ModelBlockRenderer; import net.minecraft.client.renderer.block.model.BakedQuad; import net.minecraft.client.renderer.texture.OverlayTexture; import net.minecraft.client.resources.model.BakedModel; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.level.block.state.BlockState; -import net.minecraftforge.client.model.data.IModelData; +import net.minecraftforge.client.model.data.ModelData; public abstract class GhostBlockRenderer { @@ -46,22 +46,23 @@ public abstract class GhostBlockRenderer { @Override public void render(PoseStack ms, SuperRenderTypeBuffer buffer, GhostBlockParams params) { - ms.pushPose(); - BlockRenderDispatcher dispatcher = Minecraft.getInstance() .getBlockRenderer(); + ModelBlockRenderer renderer = dispatcher.getModelRenderer(); - BakedModel model = dispatcher.getBlockModel(params.state); - - RenderType layer = ItemBlockRenderTypes.getRenderType(params.state, false); - VertexConsumer vb = buffer.getEarlyBuffer(layer); - + BlockState state = params.state; BlockPos pos = params.pos; + + BakedModel model = dispatcher.getBlockModel(state); + + ms.pushPose(); ms.translate(pos.getX(), pos.getY(), pos.getZ()); - dispatcher.getModelRenderer() - .renderModel(ms.last(), vb, params.state, model, 1f, 1f, 1f, LightTexture.FULL_BRIGHT, OverlayTexture.NO_OVERLAY, - VirtualEmptyModelData.INSTANCE); + for (RenderType layer : model.getRenderTypes(state, RandomSource.create(42L), ModelUtil.VIRTUAL_DATA)) { + VertexConsumer vb = buffer.getEarlyBuffer(layer); + renderer.renderModel(ms.last(), vb, state, model, 1f, 1f, 1f, LightTexture.FULL_BRIGHT, OverlayTexture.NO_OVERLAY, + ModelUtil.VIRTUAL_DATA, layer); + } ms.popPose(); } @@ -72,27 +73,27 @@ public abstract class GhostBlockRenderer { @Override public void render(PoseStack ms, SuperRenderTypeBuffer buffer, GhostBlockParams params) { - ms.pushPose(); - Minecraft mc = Minecraft.getInstance(); BlockRenderDispatcher dispatcher = mc.getBlockRenderer(); - BakedModel model = dispatcher.getBlockModel(params.state); + BlockState state = params.state; + BlockPos pos = params.pos; + float alpha = params.alphaSupplier.get() * .75f * PlacementHelpers.getCurrentAlpha(); + BakedModel model = dispatcher.getBlockModel(state); RenderType layer = RenderType.translucent(); VertexConsumer vb = buffer.getEarlyBuffer(layer); - BlockPos pos = params.pos; + ms.pushPose(); ms.translate(pos.getX(), pos.getY(), pos.getZ()); ms.translate(.5, .5, .5); ms.scale(.85f, .85f, .85f); ms.translate(-.5, -.5, -.5); - float alpha = params.alphaSupplier.get() * .75f * PlacementHelpers.getCurrentAlpha(); - renderModel(ms.last(), vb, params.state, model, 1f, 1f, 1f, alpha, + renderModel(ms.last(), vb, state, model, 1f, 1f, 1f, alpha, LevelRenderer.getLightColor(mc.level, pos), OverlayTexture.NO_OVERLAY, - VirtualEmptyModelData.INSTANCE); + ModelUtil.VIRTUAL_DATA, layer); ms.popPose(); } @@ -100,18 +101,18 @@ public abstract class GhostBlockRenderer { // ModelBlockRenderer public void renderModel(PoseStack.Pose pose, VertexConsumer consumer, @Nullable BlockState state, BakedModel model, float red, float green, float blue, - float alpha, int packedLight, int packedOverlay, IModelData modelData) { - Random random = new Random(); + float alpha, int packedLight, int packedOverlay, ModelData modelData, RenderType renderType) { + RandomSource random = RandomSource.create(); for (Direction direction : Direction.values()) { random.setSeed(42L); renderQuadList(pose, consumer, red, green, blue, alpha, - model.getQuads(state, direction, random, modelData), packedLight, packedOverlay); + model.getQuads(state, direction, random, modelData, renderType), packedLight, packedOverlay); } random.setSeed(42L); renderQuadList(pose, consumer, red, green, blue, alpha, - model.getQuads(state, null, random, modelData), packedLight, packedOverlay); + model.getQuads(state, null, random, modelData, renderType), packedLight, packedOverlay); } // ModelBlockRenderer @@ -132,7 +133,7 @@ public abstract class GhostBlockRenderer { f2 = 1.0F; } - consumer.putBulkData(pose, quad, f, f1, f2, alpha, packedLight, packedOverlay); + consumer.putBulkData(pose, quad, f, f1, f2, alpha, packedLight, packedOverlay, true); } } diff --git a/src/main/java/com/simibubi/create/foundation/utility/placement/PlacementHelpers.java b/src/main/java/com/simibubi/create/foundation/utility/placement/PlacementHelpers.java index e3427f52c3..3c8516699d 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/placement/PlacementHelpers.java +++ b/src/main/java/com/simibubi/create/foundation/utility/placement/PlacementHelpers.java @@ -33,8 +33,8 @@ import net.minecraft.world.phys.BlockHitResult; import net.minecraft.world.phys.Vec3; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.client.event.RenderGameOverlayEvent; -import net.minecraftforge.client.gui.ForgeIngameGui; +import net.minecraftforge.client.event.RenderGuiOverlayEvent; +import net.minecraftforge.client.gui.overlay.VanillaGuiOverlay; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod; @@ -153,8 +153,8 @@ public class PlacementHelpers { @SubscribeEvent @OnlyIn(Dist.CLIENT) - public static void afterRenderOverlayLayer(RenderGameOverlayEvent.PostLayer event) { - if (event.getOverlay() != ForgeIngameGui.CROSSHAIR_ELEMENT) + public static void afterRenderOverlayLayer(RenderGuiOverlayEvent.Post event) { + if (event.getOverlay() != VanillaGuiOverlay.CROSSHAIR.type()) return; Minecraft mc = Minecraft.getInstance(); @@ -167,7 +167,7 @@ public class PlacementHelpers { float screenX = res.getGuiScaledWidth() / 2f; float progress = getCurrentAlpha(); - drawDirectionIndicator(event.getMatrixStack(), event.getPartialTicks(), screenX, screenY, progress); + drawDirectionIndicator(event.getPoseStack(), event.getPartialTick(), screenX, screenY, progress); } } diff --git a/src/main/java/com/simibubi/create/foundation/utility/placement/PlacementOffset.java b/src/main/java/com/simibubi/create/foundation/utility/placement/PlacementOffset.java index 912dde2713..7603b5d1fe 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/placement/PlacementOffset.java +++ b/src/main/java/com/simibubi/create/foundation/utility/placement/PlacementOffset.java @@ -23,7 +23,7 @@ import net.minecraft.world.level.material.Fluids; import net.minecraft.world.phys.BlockHitResult; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.common.util.BlockSnapshot; -import net.minecraftforge.event.world.BlockEvent; +import net.minecraftforge.event.level.BlockEvent; public class PlacementOffset { diff --git a/src/main/java/com/simibubi/create/foundation/worldgen/AllWorldFeatures.java b/src/main/java/com/simibubi/create/foundation/worldgen/AllWorldFeatures.java index 11a7036448..8db1b4845e 100644 --- a/src/main/java/com/simibubi/create/foundation/worldgen/AllWorldFeatures.java +++ b/src/main/java/com/simibubi/create/foundation/worldgen/AllWorldFeatures.java @@ -14,12 +14,11 @@ import net.minecraft.resources.ResourceLocation; import net.minecraft.world.level.biome.Biome.BiomeCategory; import net.minecraft.world.level.levelgen.GenerationStep; import net.minecraft.world.level.levelgen.GenerationStep.Decoration; -import net.minecraft.world.level.levelgen.feature.Feature; import net.minecraft.world.level.levelgen.placement.PlacedFeature; import net.minecraftforge.common.ForgeConfigSpec; import net.minecraftforge.common.world.BiomeGenerationSettingsBuilder; -import net.minecraftforge.event.RegistryEvent; import net.minecraftforge.event.world.BiomeLoadingEvent; +import net.minecraftforge.registries.RegisterEvent; public class AllWorldFeatures { @@ -103,9 +102,11 @@ public class AllWorldFeatures { public static void register() {} - public static void registerOreFeatures(RegistryEvent.Register> event) { - event.getRegistry() - .registerAll(VanillaStyleOreFeature.INSTANCE, LayeredOreFeature.INSTANCE); + public static void registerOreFeatures(RegisterEvent event) { + event.register(Registry.FEATURE_REGISTRY, helper -> { + helper.register(Create.asResource("config_driven_ore"), VanillaStyleOreFeature.INSTANCE); + helper.register(Create.asResource("config_driven_layered_ore"), LayeredOreFeature.INSTANCE); + }); } public static void registerPlacementTypes() { diff --git a/src/main/java/com/simibubi/create/foundation/worldgen/ConfigDrivenDecorator.java b/src/main/java/com/simibubi/create/foundation/worldgen/ConfigDrivenDecorator.java index a1af6270de..206fbc2096 100644 --- a/src/main/java/com/simibubi/create/foundation/worldgen/ConfigDrivenDecorator.java +++ b/src/main/java/com/simibubi/create/foundation/worldgen/ConfigDrivenDecorator.java @@ -1,6 +1,5 @@ package com.simibubi.create.foundation.worldgen; -import java.util.Random; import java.util.stream.IntStream; import java.util.stream.Stream; @@ -11,6 +10,7 @@ import com.simibubi.create.Create; import net.minecraft.core.BlockPos; import net.minecraft.resources.ResourceLocation; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.level.levelgen.placement.PlacementContext; import net.minecraft.world.level.levelgen.placement.PlacementModifier; import net.minecraft.world.level.levelgen.placement.PlacementModifierType; @@ -37,7 +37,7 @@ public class ConfigDrivenDecorator extends PlacementModifier { } @Override - public Stream getPositions(PlacementContext context, Random random, BlockPos pos) { + public Stream getPositions(PlacementContext context, RandomSource random, BlockPos pos) { ConfigDrivenOreConfiguration config = (ConfigDrivenOreConfiguration) entry().configuredFeature.value() .config(); diff --git a/src/main/java/com/simibubi/create/foundation/worldgen/LayerPattern.java b/src/main/java/com/simibubi/create/foundation/worldgen/LayerPattern.java index 71ad7fd2e4..6b0722d2d7 100644 --- a/src/main/java/com/simibubi/create/foundation/worldgen/LayerPattern.java +++ b/src/main/java/com/simibubi/create/foundation/worldgen/LayerPattern.java @@ -2,7 +2,6 @@ package com.simibubi.create.foundation.worldgen; import java.util.ArrayList; import java.util.List; -import java.util.Random; import javax.annotation.Nullable; @@ -12,6 +11,7 @@ import com.simibubi.create.foundation.worldgen.LayerPattern.Layer.LayerBuilder; import com.tterrag.registrate.util.nullness.NonNullSupplier; import net.minecraft.data.worldgen.features.OreFeatures; +import net.minecraft.util.RandomSource; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.block.state.BlockState; @@ -32,7 +32,7 @@ public class LayerPattern { return ore.new Builder(); } - public Layer rollNext(@Nullable Layer previous, Random random) { + public Layer rollNext(@Nullable Layer previous, RandomSource random) { int totalWeight = 0; for (Layer layer : layers) if (layer != previous) @@ -87,7 +87,7 @@ public class LayerPattern { this.weight = 1; } - public List rollBlock(Random random) { + public List rollBlock(RandomSource random) { if (targets.size() == 1) return targets.get(0); return targets.get(random.nextInt(targets.size())); diff --git a/src/main/java/com/simibubi/create/foundation/worldgen/LayeredOreFeature.java b/src/main/java/com/simibubi/create/foundation/worldgen/LayeredOreFeature.java index 36ccebdedd..a1b994614b 100644 --- a/src/main/java/com/simibubi/create/foundation/worldgen/LayeredOreFeature.java +++ b/src/main/java/com/simibubi/create/foundation/worldgen/LayeredOreFeature.java @@ -4,7 +4,6 @@ import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; -import java.util.Random; import com.simibubi.create.foundation.worldgen.LayerPattern.Layer; @@ -13,6 +12,7 @@ import net.minecraft.core.BlockPos.MutableBlockPos; import net.minecraft.core.SectionPos; import net.minecraft.resources.ResourceLocation; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.level.WorldGenLevel; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.chunk.BulkSectionAccess; @@ -28,13 +28,9 @@ public class LayeredOreFeature extends OreFeatureBase { public static final LayeredOreFeature INSTANCE = new LayeredOreFeature(); - public LayeredOreFeature() { - setRegistryName("config_driven_layered_ore"); - } - public boolean place(FeaturePlaceContext pContext) { - Random random = pContext.random(); + RandomSource random = pContext.random(); BlockPos blockpos = pContext.origin(); WorldGenLevel worldgenlevel = pContext.level(); ConfigDrivenOreConfiguration config = pContext.config(); diff --git a/src/main/java/com/simibubi/create/foundation/worldgen/OreFeatureBase.java b/src/main/java/com/simibubi/create/foundation/worldgen/OreFeatureBase.java index c886cd155f..ba211f1ed6 100644 --- a/src/main/java/com/simibubi/create/foundation/worldgen/OreFeatureBase.java +++ b/src/main/java/com/simibubi/create/foundation/worldgen/OreFeatureBase.java @@ -1,9 +1,9 @@ package com.simibubi.create.foundation.worldgen; -import java.util.Random; import java.util.function.Function; import net.minecraft.core.BlockPos; +import net.minecraft.util.RandomSource; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.levelgen.feature.Feature; import net.minecraft.world.level.levelgen.feature.configurations.OreConfiguration; @@ -15,7 +15,7 @@ public abstract class OreFeatureBase extends Feature pAdjacentStateAccessor, - Random pRandom, ConfigDrivenOreConfiguration pConfig, OreConfiguration.TargetBlockState pTargetState, + RandomSource pRandom, ConfigDrivenOreConfiguration pConfig, OreConfiguration.TargetBlockState pTargetState, BlockPos.MutableBlockPos pMatablePos) { if (!pTargetState.target.test(pState, pRandom)) return false; @@ -25,7 +25,7 @@ public abstract class OreFeatureBase extends Feature= 1 ? false : pRandom.nextFloat() >= pChance; } } diff --git a/src/main/java/com/simibubi/create/foundation/worldgen/VanillaStyleOreFeature.java b/src/main/java/com/simibubi/create/foundation/worldgen/VanillaStyleOreFeature.java index 011ccda9df..66a0593755 100644 --- a/src/main/java/com/simibubi/create/foundation/worldgen/VanillaStyleOreFeature.java +++ b/src/main/java/com/simibubi/create/foundation/worldgen/VanillaStyleOreFeature.java @@ -1,11 +1,11 @@ package com.simibubi.create.foundation.worldgen; import java.util.BitSet; -import java.util.Random; import net.minecraft.core.BlockPos; import net.minecraft.core.SectionPos; import net.minecraft.util.Mth; +import net.minecraft.util.RandomSource; import net.minecraft.world.level.WorldGenLevel; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.chunk.BulkSectionAccess; @@ -18,15 +18,11 @@ public class VanillaStyleOreFeature extends OreFeatureBase { public static final VanillaStyleOreFeature INSTANCE = new VanillaStyleOreFeature(); - public VanillaStyleOreFeature() { - setRegistryName("config_driven_ore"); - } - // From OreFeature, slight adjustments public boolean place(FeaturePlaceContext pContext) { - Random random = pContext.random(); + RandomSource random = pContext.random(); BlockPos blockpos = pContext.origin(); WorldGenLevel worldgenlevel = pContext.level(); ConfigDrivenOreConfiguration oreconfiguration = pContext.config(); @@ -55,7 +51,7 @@ public class VanillaStyleOreFeature extends OreFeatureBase { return false; } - protected boolean doPlace(WorldGenLevel pLevel, Random pRandom, ConfigDrivenOreConfiguration pConfig, double pMinX, + protected boolean doPlace(WorldGenLevel pLevel, RandomSource pRandom, ConfigDrivenOreConfiguration pConfig, double pMinX, double pMaxX, double pMinZ, double pMaxZ, double pMinY, double pMaxY, int pX, int pY, int pZ, int pWidth, int pHeight) { int i = 0; diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 5bdb2b8e72..15cb95eaa6 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -1,5 +1,5 @@ modLoader="javafml" -loaderVersion="[40,)" +loaderVersion="[41,)" issueTrackerURL="https://github.com/Creators-of-Create/Create/issues" license="MIT" @@ -19,14 +19,14 @@ Technology that empowers the player.''' [[dependencies.create]] modId="forge" mandatory=true - versionRange="[40.1.60,)" + versionRange="[41.0.110,)" ordering="NONE" side="BOTH" [[dependencies.create]] modId="minecraft" mandatory=true - versionRange="[1.18.2,1.19)" + versionRange="[1.19,1.20)" ordering="NONE" side="BOTH" diff --git a/src/main/resources/create.mixins.json b/src/main/resources/create.mixins.json index f3af761902..774bf7439c 100644 --- a/src/main/resources/create.mixins.json +++ b/src/main/resources/create.mixins.json @@ -23,7 +23,6 @@ "GameRendererMixin", "HeavyBootsOnPlayerMixin", "MapRendererMixin", - "ModelDataRefreshMixin", "WindowResizeMixin", "accessor.AgeableListModelAccessor", "accessor.GameRendererAccessor", diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta index 1101e6add8..69f140c3b7 100644 --- a/src/main/resources/pack.mcmeta +++ b/src/main/resources/pack.mcmeta @@ -1,8 +1,8 @@ { "pack": { "description": "Create resources", - "pack_format": 9, - "forge:resource_pack_format": 8, - "forge:data_pack_format": 9 + "pack_format": 10, + "forge:resource_pack_format": 9, + "forge:data_pack_format": 10 } } diff --git a/src/main/resources/resourcepacks/legacy_copper/pack.mcmeta b/src/main/resources/resourcepacks/legacy_copper/pack.mcmeta index 6e8fb911bd..7eb0e75f51 100644 --- a/src/main/resources/resourcepacks/legacy_copper/pack.mcmeta +++ b/src/main/resources/resourcepacks/legacy_copper/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { - "pack_format": 8, + "pack_format": 9, "description": "Replacement textures for Vanilla Copper" } } From 4d2526d1b6891e43422cfcc6fcf260415e39951c Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Mon, 1 Aug 2022 22:37:39 +0200 Subject: [PATCH 02/51] Fluids & Biome Modifiers --- .../java/com/simibubi/create/AllFluids.java | 130 +++++++++++++----- src/main/java/com/simibubi/create/Create.java | 3 +- .../crafter/MechanicalCraftingInventory.java | 5 + .../actors/FluidManipulationBehaviour.java | 15 +- .../fluids/particle/FluidStackParticle.java | 28 ++-- .../fluids/potion/PotionFluid.java | 25 ++-- .../fluids/tank/FluidTankBlock.java | 16 +-- .../fluids/tank/FluidTankRenderer.java | 2 +- .../fluids/tank/FluidTankTileEntity.java | 10 +- .../curiosities/deco/SlidingDoorBlock.java | 20 --- .../curiosities/tools/BlueprintEntity.java | 5 + .../simibubi/create/events/CommonEvents.java | 8 -- .../foundation/data/CreateRegistrate.java | 33 ++--- .../foundation/data/VirtualFluidBuilder.java | 9 +- .../data/recipe/ProcessingRecipeGen.java | 3 +- .../create/foundation/fluid/FluidHelper.java | 30 +++- .../foundation/fluid/FluidRenderer.java | 72 +++++----- .../fluid/FluidMovementActorScenes.java | 2 +- .../ponder/content/fluid/FluidTankScenes.java | 2 +- .../ponder/content/fluid/PipeScenes.java | 2 +- .../ponder/content/fluid/SpoutScenes.java | 2 +- .../foundation/worldgen/AllWorldFeatures.java | 62 +++++---- .../foundation/worldgen/BiomeFilter.java | 9 +- .../worldgen/ConfigDrivenFeatureEntry.java | 4 +- 24 files changed, 275 insertions(+), 222 deletions(-) diff --git a/src/main/java/com/simibubi/create/AllFluids.java b/src/main/java/com/simibubi/create/AllFluids.java index 50e6ed2635..47688078d6 100644 --- a/src/main/java/com/simibubi/create/AllFluids.java +++ b/src/main/java/com/simibubi/create/AllFluids.java @@ -1,11 +1,13 @@ package com.simibubi.create; +import java.util.function.Consumer; + import javax.annotation.Nullable; import com.simibubi.create.AllTags.AllFluidTags; import com.simibubi.create.content.contraptions.fluids.VirtualFluid; import com.simibubi.create.content.contraptions.fluids.potion.PotionFluid; -import com.simibubi.create.content.contraptions.fluids.potion.PotionFluid.PotionFluidAttributes; +import com.simibubi.create.content.contraptions.fluids.potion.PotionFluid.PotionFluidType; import com.simibubi.create.content.palettes.AllPaletteStoneTypes; import com.simibubi.create.foundation.data.CreateRegistrate; import com.tterrag.registrate.util.entry.FluidEntry; @@ -13,13 +15,16 @@ import com.tterrag.registrate.util.entry.FluidEntry; import net.minecraft.client.renderer.ItemBlockRenderTypes; import net.minecraft.client.renderer.RenderType; import net.minecraft.core.BlockPos; +import net.minecraft.resources.ResourceLocation; import net.minecraft.world.level.BlockAndTintGetter; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.material.Fluid; import net.minecraft.world.level.material.FluidState; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.fluids.FluidAttributes; +import net.minecraftforge.client.extensions.common.IClientFluidTypeExtensions; +import net.minecraftforge.fluids.FluidStack; +import net.minecraftforge.fluids.FluidType; import net.minecraftforge.fluids.ForgeFlowingFluid; public class AllFluids { @@ -27,42 +32,42 @@ public class AllFluids { private static final CreateRegistrate REGISTRATE = Create.registrate(); public static final FluidEntry POTION = - REGISTRATE.virtualFluid("potion", PotionFluidAttributes::new, PotionFluid::new) - .lang(f -> "fluid.create.potion", "Potion") - .register(); - - public static final FluidEntry TEA = REGISTRATE.virtualFluid("tea") - .lang(f -> "fluid.create.tea", "Builder's Tea") - .tag(AllTags.forgeFluidTag("tea")) + REGISTRATE.virtualFluid("potion", PotionFluidType::new, PotionFluid::new) + .lang(f -> "fluid.create.potion", "Potion") .register(); + public static final FluidEntry TEA = REGISTRATE.virtualFluid("tea") + .lang(f -> "fluid.create.tea", "Builder's Tea") + .tag(AllTags.forgeFluidTag("tea")) + .register(); + public static final FluidEntry HONEY = - REGISTRATE.standardFluid("honey", NoColorFluidAttributes::new) - .lang(f -> "fluid.create.honey", "Honey") - .attributes(b -> b.viscosity(2000) - .density(1400)) - .properties(p -> p.levelDecreasePerBlock(2) - .tickRate(25) - .slopeFindDistance(3) - .explosionResistance(100f)) - .tag(AllFluidTags.HONEY.tag) - .source(ForgeFlowingFluid.Source::new) // TODO: remove when Registrate fixes FluidBuilder - .bucket() - .tag(AllTags.forgeItemTag("buckets/honey")) - .build() - .register(); + REGISTRATE.standardFluid("honey", NoColorFluidAttributes::new) + .lang(f -> "fluid.create.honey", "Honey") + .properties(b -> b.viscosity(2000) + .density(1400)) + .fluidProperties(p -> p.levelDecreasePerBlock(2) + .tickRate(25) + .slopeFindDistance(3) + .explosionResistance(100f)) + .tag(AllFluidTags.HONEY.tag) + .source(ForgeFlowingFluid.Source::new) // TODO: remove when Registrate fixes FluidBuilder + .bucket() + .tag(AllTags.forgeItemTag("buckets/honey")) + .build() + .register(); public static final FluidEntry CHOCOLATE = - REGISTRATE.standardFluid("chocolate", NoColorFluidAttributes::new) - .lang(f -> "fluid.create.chocolate", "Chocolate") - .tag(AllTags.forgeFluidTag("chocolate")) - .attributes(b -> b.viscosity(1500) - .density(1400)) - .properties(p -> p.levelDecreasePerBlock(2) - .tickRate(25) - .slopeFindDistance(3) - .explosionResistance(100f)) - .register(); + REGISTRATE.standardFluid("chocolate", NoColorFluidAttributes::new) + .lang(f -> "fluid.create.chocolate", "Chocolate") + .tag(AllTags.forgeFluidTag("chocolate")) + .properties(b -> b.viscosity(1500) + .density(1400)) + .fluidProperties(p -> p.levelDecreasePerBlock(2) + .tickRate(25) + .slopeFindDistance(3) + .explosionResistance(100f)) + .register(); // Load this class @@ -92,21 +97,70 @@ public class AllFluids { return null; } + public static abstract class TintedFluidType extends FluidType { + + protected static final int NO_TINT = 0xffffffff; + private ResourceLocation stillTexture; + private ResourceLocation flowingTexture; + + public TintedFluidType(Properties properties, ResourceLocation stillTexture, ResourceLocation flowingTexture) { + super(properties); + } + + @Override + public void initializeClient(Consumer consumer) { + consumer.accept(new IClientFluidTypeExtensions() { + + @Override + public ResourceLocation getFlowingTexture() { + return flowingTexture; + } + + @Override + public ResourceLocation getStillTexture() { + return stillTexture; + } + + @Override + public int getTintColor(FluidStack stack) { + return getTintColor(stack); + } + + @Override + public int getTintColor(FluidState state, BlockAndTintGetter getter, BlockPos pos) { + return getTintColor(state, getter, pos); + } + + }); + } + + protected abstract int getTintColor(FluidStack stack); + + protected abstract int getTintColor(FluidState state, BlockAndTintGetter getter, BlockPos pos); + + } + /** * Removing alpha from tint prevents optifine from forcibly applying biome * colors to modded fluids (Makes translucent fluids disappear) */ - private static class NoColorFluidAttributes extends FluidAttributes { + private static class NoColorFluidAttributes extends TintedFluidType { - protected NoColorFluidAttributes(Builder builder, Fluid fluid) { - super(builder, fluid); + public NoColorFluidAttributes(Properties properties, ResourceLocation stillTexture, + ResourceLocation flowingTexture) { + super(properties, stillTexture, flowingTexture); } @Override - public int getColor(BlockAndTintGetter world, BlockPos pos) { + public int getTintColor(FluidState state, BlockAndTintGetter world, BlockPos pos) { return 0x00ffffff; } + @Override + protected int getTintColor(FluidStack stack) { + return NO_TINT; + } + } - + } diff --git a/src/main/java/com/simibubi/create/Create.java b/src/main/java/com/simibubi/create/Create.java index 42972dfa9b..4f3392d437 100644 --- a/src/main/java/com/simibubi/create/Create.java +++ b/src/main/java/com/simibubi/create/Create.java @@ -125,8 +125,6 @@ public class Create { modEventBus.addListener(AllSoundEvents::register); modEventBus.addListener(AllEntityDataSerializers::register); - forgeEventBus.addListener(EventPriority.HIGH, SlidingDoorBlock::stopItQuark); - DistExecutor.unsafeRunWhenOn(Dist.CLIENT, () -> () -> CreateClient.onCtorClient(modEventBus, forgeEventBus)); Mods.CURIOS.executeIfInstalled(() -> Curios::init); @@ -156,6 +154,7 @@ public class Create { gen.addProvider(true, new MechanicalCraftingRecipeGen(gen)); gen.addProvider(true, new SequencedAssemblyRecipeGen(gen)); ProcessingRecipeGen.registerAll(gen); + AllWorldFeatures.generateBiomeModifiers(event); } public static CreateRegistrate registrate() { diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/crafter/MechanicalCraftingInventory.java b/src/main/java/com/simibubi/create/content/contraptions/components/crafter/MechanicalCraftingInventory.java index 239c9c7b69..7e228de1ec 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/crafter/MechanicalCraftingInventory.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/crafter/MechanicalCraftingInventory.java @@ -15,6 +15,11 @@ public class MechanicalCraftingInventory extends CraftingContainer { public boolean stillValid(Player playerIn) { return false; } + + @Override + public ItemStack quickMoveStack(Player p_38941_, int p_38942_) { + return ItemStack.EMPTY; + } }; public MechanicalCraftingInventory(GroupedItems items) { diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/actors/FluidManipulationBehaviour.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/actors/FluidManipulationBehaviour.java index a3f4282742..c54ce7f5c4 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/actors/FluidManipulationBehaviour.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/actors/FluidManipulationBehaviour.java @@ -23,9 +23,7 @@ import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.NbtUtils; import net.minecraft.server.level.ServerLevel; import net.minecraft.sounds.SoundEvent; -import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; -import net.minecraft.tags.FluidTags; import net.minecraft.world.level.Level; import net.minecraft.world.level.levelgen.structure.BoundingBox; import net.minecraft.world.level.material.Fluid; @@ -197,19 +195,12 @@ public abstract class FluidManipulationBehaviour extends TileEntityBehaviour { protected void playEffect(Level world, BlockPos pos, Fluid fluid, boolean fillSound) { BlockPos splooshPos = pos == null ? tileEntity.getBlockPos() : pos; + FluidStack stack = new FluidStack(fluid, 1); - SoundEvent soundevent = fillSound ? fluid.getAttributes() - .getFillSound() - : fluid.getAttributes() - .getEmptySound(); - if (soundevent == null) - soundevent = FluidHelper.isTag(fluid, FluidTags.LAVA) - ? fillSound ? SoundEvents.BUCKET_FILL_LAVA : SoundEvents.BUCKET_EMPTY_LAVA - : fillSound ? SoundEvents.BUCKET_FILL : SoundEvents.BUCKET_EMPTY; - + SoundEvent soundevent = fillSound ? FluidHelper.getFillSound(stack) : FluidHelper.getEmptySound(stack); world.playSound(null, splooshPos, soundevent, SoundSource.BLOCKS, 0.3F, 1.0F); if (world instanceof ServerLevel) - AllPackets.sendToNear(world, splooshPos, 10, new FluidSplashPacket(splooshPos, new FluidStack(fluid, 1))); + AllPackets.sendToNear(world, splooshPos, 10, new FluidSplashPacket(splooshPos, stack)); } protected boolean canDrainInfinitely(Fluid fluid) { diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/particle/FluidStackParticle.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/particle/FluidStackParticle.java index f0e3a670cc..b383b9405d 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/particle/FluidStackParticle.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/particle/FluidStackParticle.java @@ -11,15 +11,17 @@ import net.minecraft.client.particle.TextureSheetParticle; import net.minecraft.core.particles.ParticleType; import net.minecraft.core.particles.ParticleTypes; import net.minecraft.world.inventory.InventoryMenu; +import net.minecraftforge.client.extensions.common.IClientFluidTypeExtensions; import net.minecraftforge.fluids.FluidStack; public class FluidStackParticle extends TextureSheetParticle { private final float uo; private final float vo; private FluidStack fluid; + private IClientFluidTypeExtensions clientFluid; - public static FluidStackParticle create(ParticleType type, ClientLevel world, FluidStack fluid, double x, - double y, double z, double vx, double vy, double vz) { + public static FluidStackParticle create(ParticleType type, ClientLevel world, FluidStack fluid, + double x, double y, double z, double vx, double vy, double vz) { if (type == AllParticleTypes.BASIN_FLUID.get()) return new BasinFluidParticle(world, fluid, x, y, z, vx, vy, vz); return new FluidStackParticle(world, fluid, x, y, z, vx, vy, vz); @@ -28,20 +30,19 @@ public class FluidStackParticle extends TextureSheetParticle { public FluidStackParticle(ClientLevel world, FluidStack fluid, double x, double y, double z, double vx, double vy, double vz) { super(world, x, y, z, vx, vy, vz); + + clientFluid = IClientFluidTypeExtensions.of(fluid.getFluid()); + this.fluid = fluid; this.setSprite(Minecraft.getInstance() .getTextureAtlas(InventoryMenu.BLOCK_ATLAS) - .apply(fluid.getFluid() - .getAttributes() - .getStillTexture())); + .apply(clientFluid.getStillTexture(fluid))); this.gravity = 1.0F; this.rCol = 0.8F; this.gCol = 0.8F; this.bCol = 0.8F; - this.multiplyColor(fluid.getFluid() - .getAttributes() - .getColor(fluid)); + this.multiplyColor(clientFluid.getTintColor(fluid)); this.xd = vx; this.yd = vy; @@ -58,8 +59,8 @@ public class FluidStackParticle extends TextureSheetParticle { int skyLight = brightnessForRender >> 20; int blockLight = (brightnessForRender >> 4) & 0xf; blockLight = Math.max(blockLight, fluid.getFluid() - .getAttributes() - .getLuminosity(fluid)); + .getFluidType() + .getLightLevel(fluid)); return (skyLight << 20) | (blockLight << 4); } @@ -97,10 +98,9 @@ public class FluidStackParticle extends TextureSheetParticle { if (!onGround && level.random.nextFloat() < 1 / 8f) return; - Color color = new Color(fluid.getFluid() - .getAttributes() - .getColor(fluid)); - level.addParticle(ParticleTypes.ENTITY_EFFECT, x, y, z, color.getRedAsFloat(), color.getGreenAsFloat(), color.getBlueAsFloat()); + Color color = new Color(clientFluid.getTintColor(fluid)); + level.addParticle(ParticleTypes.ENTITY_EFFECT, x, y, z, color.getRedAsFloat(), color.getGreenAsFloat(), + color.getBlueAsFloat()); } protected boolean canEvaporate() { diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/potion/PotionFluid.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/potion/PotionFluid.java index 2a7482c078..892f09bcc0 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/potion/PotionFluid.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/potion/PotionFluid.java @@ -4,9 +4,11 @@ import java.util.Collection; import java.util.List; import com.simibubi.create.AllFluids; +import com.simibubi.create.AllFluids.TintedFluidType; import com.simibubi.create.content.contraptions.fluids.VirtualFluid; import com.simibubi.create.foundation.utility.NBTHelper; +import net.minecraft.core.BlockPos; import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.ListTag; import net.minecraft.network.chat.Component; @@ -15,9 +17,9 @@ import net.minecraft.world.effect.MobEffectInstance; import net.minecraft.world.item.alchemy.Potion; import net.minecraft.world.item.alchemy.PotionUtils; import net.minecraft.world.item.alchemy.Potions; +import net.minecraft.world.level.BlockAndTintGetter; import net.minecraft.world.level.ItemLike; -import net.minecraft.world.level.material.Fluid; -import net.minecraftforge.fluids.FluidAttributes; +import net.minecraft.world.level.material.FluidState; import net.minecraftforge.fluids.FluidStack; import net.minecraftforge.registries.ForgeRegistries; @@ -66,26 +68,26 @@ public class PotionFluid extends VirtualFluid { REGULAR, SPLASH, LINGERING; } - public static class PotionFluidAttributes extends FluidAttributes { + public static class PotionFluidType extends TintedFluidType { - public PotionFluidAttributes(Builder builder, Fluid fluid) { - super(builder, fluid); + public PotionFluidType(Properties properties, ResourceLocation stillTexture, ResourceLocation flowingTexture) { + super(properties, stillTexture, flowingTexture); } @Override - public int getColor(FluidStack stack) { + public int getTintColor(FluidStack stack) { CompoundTag tag = stack.getOrCreateTag(); int color = PotionUtils.getColor(PotionUtils.getAllEffects(tag)) | 0xff000000; return color; } @Override - public Component getDisplayName(FluidStack stack) { - return Component.translatable(getTranslationKey(stack)); + public Component getDescription(FluidStack stack) { + return Component.translatable(getDescriptionId(stack)); } @Override - public String getTranslationKey(FluidStack stack) { + public String getDescriptionId(FluidStack stack) { CompoundTag tag = stack.getOrCreateTag(); ItemLike itemFromBottleType = PotionFluidHandler.itemFromBottleType(NBTHelper.readEnum(tag, "Bottle", BottleType.class)); @@ -94,6 +96,11 @@ public class PotionFluid extends VirtualFluid { .getDescriptionId() + ".effect."); } + @Override + protected int getTintColor(FluidState state, BlockAndTintGetter getter, BlockPos pos) { + return NO_TINT; + } + } } diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/tank/FluidTankBlock.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/tank/FluidTankBlock.java index 901263a438..a050729ea2 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/tank/FluidTankBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/tank/FluidTankBlock.java @@ -20,7 +20,6 @@ import net.minecraft.core.particles.ParticleTypes; import net.minecraft.sounds.SoundEvent; import net.minecraft.sounds.SoundEvents; import net.minecraft.sounds.SoundSource; -import net.minecraft.tags.FluidTags; import net.minecraft.util.Mth; import net.minecraft.util.StringRepresentable; import net.minecraft.world.InteractionHand; @@ -52,7 +51,6 @@ import net.minecraft.world.phys.shapes.Shapes; import net.minecraft.world.phys.shapes.VoxelShape; import net.minecraftforge.common.util.ForgeSoundType; import net.minecraftforge.common.util.LazyOptional; -import net.minecraftforge.fluids.FluidAttributes; import net.minecraftforge.fluids.FluidStack; import net.minecraftforge.fluids.capability.CapabilityFluidHandler; import net.minecraftforge.fluids.capability.IFluidHandler; @@ -196,11 +194,7 @@ public class FluidTankBlock extends Block implements IWrenchable, ITE { @@ -52,24 +50,6 @@ public class SlidingDoorBlock extends DoorBlock implements IWrenchable, ITE items) { diff --git a/src/main/java/com/simibubi/create/events/CommonEvents.java b/src/main/java/com/simibubi/create/events/CommonEvents.java index 7009313391..04159c8da9 100644 --- a/src/main/java/com/simibubi/create/events/CommonEvents.java +++ b/src/main/java/com/simibubi/create/events/CommonEvents.java @@ -20,7 +20,6 @@ import com.simibubi.create.foundation.utility.Iterate; import com.simibubi.create.foundation.utility.ServerSpeedProvider; import com.simibubi.create.foundation.utility.WorldAttached; import com.simibubi.create.foundation.utility.recipe.RecipeFinder; -import com.simibubi.create.foundation.worldgen.AllWorldFeatures; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; @@ -57,8 +56,6 @@ import net.minecraftforge.event.level.BlockEvent.FluidPlaceBlockEvent; import net.minecraftforge.event.level.ChunkEvent; import net.minecraftforge.event.level.LevelEvent; import net.minecraftforge.event.server.ServerStoppingEvent; -import net.minecraftforge.event.world.BiomeLoadingEvent; -import net.minecraftforge.eventbus.api.EventPriority; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.ModList; import net.minecraftforge.fml.common.Mod.EventBusSubscriber; @@ -211,11 +208,6 @@ public class CommonEvents { CapabilityMinecartController.startTracking(event); } - @SubscribeEvent(priority = EventPriority.HIGH) - public static void onBiomeLoad(BiomeLoadingEvent event) { - AllWorldFeatures.reload(event); - } - public static void leftClickEmpty(ServerPlayer player) { ItemStack stack = player.getMainHandItem(); if (stack.getItem() instanceof ZapperItem) { diff --git a/src/main/java/com/simibubi/create/foundation/data/CreateRegistrate.java b/src/main/java/com/simibubi/create/foundation/data/CreateRegistrate.java index d6caa6cba0..8249a4b194 100644 --- a/src/main/java/com/simibubi/create/foundation/data/CreateRegistrate.java +++ b/src/main/java/com/simibubi/create/foundation/data/CreateRegistrate.java @@ -7,7 +7,6 @@ import java.util.IdentityHashMap; import java.util.Map; import java.util.Map.Entry; import java.util.function.BiConsumer; -import java.util.function.BiFunction; import java.util.function.Supplier; import java.util.stream.Collectors; @@ -24,7 +23,6 @@ import com.tterrag.registrate.builders.BlockEntityBuilder.BlockEntityFactory; import com.tterrag.registrate.builders.Builder; import com.tterrag.registrate.builders.FluidBuilder; import com.tterrag.registrate.util.entry.RegistryEntry; -import com.tterrag.registrate.util.nullness.NonNullBiFunction; import com.tterrag.registrate.util.nullness.NonNullConsumer; import com.tterrag.registrate.util.nullness.NonNullFunction; import com.tterrag.registrate.util.nullness.NonNullSupplier; @@ -41,10 +39,8 @@ import net.minecraft.world.item.Item; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.world.level.block.state.BlockBehaviour.Properties; -import net.minecraft.world.level.material.Fluid; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.fluids.FluidAttributes; import net.minecraftforge.fluids.ForgeFlowingFluid; import net.minecraftforge.fml.DistExecutor; import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; @@ -77,8 +73,8 @@ public class CreateRegistrate extends AbstractRegistrate { } @Override - protected RegistryEntry accept(String name, - ResourceKey> type, Builder builder, NonNullSupplier creator, + protected RegistryEntry accept(String name, ResourceKey> type, + Builder builder, NonNullSupplier creator, NonNullFunction, ? extends RegistryEntry> entryFactory) { RegistryEntry ret = super.accept(name, type, builder, creator, entryFactory); sectionLookup.put(ret, currentSection()); @@ -164,19 +160,16 @@ public class CreateRegistrate extends AbstractRegistrate { /* Fluids */ public FluidBuilder virtualFluid(String name, - BiFunction attributesFactory, - NonNullFunction factory) { + FluidBuilder.FluidTypeFactory typeFactory, NonNullFunction factory) { return entry(name, c -> new VirtualFluidBuilder<>(self(), self(), name, c, Create.asResource("fluid/" + name + "_still"), - Create.asResource("fluid/" + name + "_flow"), attributesFactory, factory)); + Create.asResource("fluid/" + name + "_flow"), typeFactory, factory)); } - public FluidBuilder virtualFluid(String name, ResourceLocation still, ResourceLocation flow, - BiFunction attributesFactory, - NonNullFunction factory) { - return entry(name, - c -> new VirtualFluidBuilder<>(self(), self(), name, c, still, - flow, attributesFactory, factory)); + public FluidBuilder virtualFluid(String name, + ResourceLocation still, ResourceLocation flow, FluidBuilder.FluidTypeFactory typeFactory, + NonNullFunction factory) { + return entry(name, c -> new VirtualFluidBuilder<>(self(), self(), name, c, still, flow, typeFactory, factory)); } public FluidBuilder virtualFluid(String name) { @@ -185,10 +178,10 @@ public class CreateRegistrate extends AbstractRegistrate { Create.asResource("fluid/" + name + "_flow"), null, VirtualFluid::new)); } - public FluidBuilder virtualFluid(String name, ResourceLocation still, ResourceLocation flow) { + public FluidBuilder virtualFluid(String name, ResourceLocation still, + ResourceLocation flow) { return entry(name, - c -> new VirtualFluidBuilder<>(self(), self(), name, c, still, - flow, null, VirtualFluid::new)); + c -> new VirtualFluidBuilder<>(self(), self(), name, c, still, flow, null, VirtualFluid::new)); } public FluidBuilder standardFluid(String name) { @@ -196,9 +189,9 @@ public class CreateRegistrate extends AbstractRegistrate { } public FluidBuilder standardFluid(String name, - NonNullBiFunction attributesFactory) { + FluidBuilder.FluidTypeFactory typeFactory) { return fluid(name, Create.asResource("fluid/" + name + "_still"), Create.asResource("fluid/" + name + "_flow"), - attributesFactory); + typeFactory); } /* Util */ diff --git a/src/main/java/com/simibubi/create/foundation/data/VirtualFluidBuilder.java b/src/main/java/com/simibubi/create/foundation/data/VirtualFluidBuilder.java index fa57f81e1f..9b72503466 100644 --- a/src/main/java/com/simibubi/create/foundation/data/VirtualFluidBuilder.java +++ b/src/main/java/com/simibubi/create/foundation/data/VirtualFluidBuilder.java @@ -1,7 +1,5 @@ package com.simibubi.create.foundation.data; -import java.util.function.BiFunction; - import com.tterrag.registrate.AbstractRegistrate; import com.tterrag.registrate.builders.BuilderCallback; import com.tterrag.registrate.builders.FluidBuilder; @@ -9,8 +7,6 @@ import com.tterrag.registrate.util.nullness.NonNullFunction; import com.tterrag.registrate.util.nullness.NonNullSupplier; import net.minecraft.resources.ResourceLocation; -import net.minecraft.world.level.material.Fluid; -import net.minecraftforge.fluids.FluidAttributes; import net.minecraftforge.fluids.ForgeFlowingFluid; import net.minecraftforge.fluids.ForgeFlowingFluid.Properties; @@ -20,10 +16,9 @@ import net.minecraftforge.fluids.ForgeFlowingFluid.Properties; public class VirtualFluidBuilder extends FluidBuilder { public VirtualFluidBuilder(AbstractRegistrate owner, P parent, String name, BuilderCallback callback, - ResourceLocation stillTexture, ResourceLocation flowingTexture, - BiFunction attributesFactory, + ResourceLocation stillTexture, ResourceLocation flowingTexture, FluidBuilder.FluidTypeFactory typeFactory, NonNullFunction factory) { - super(owner, parent, name, callback, stillTexture, flowingTexture, attributesFactory, factory); + super(owner, parent, name, callback, stillTexture, flowingTexture, typeFactory, factory); source(factory); } diff --git a/src/main/java/com/simibubi/create/foundation/data/recipe/ProcessingRecipeGen.java b/src/main/java/com/simibubi/create/foundation/data/recipe/ProcessingRecipeGen.java index a41ff49c50..e36c844ccc 100644 --- a/src/main/java/com/simibubi/create/foundation/data/recipe/ProcessingRecipeGen.java +++ b/src/main/java/com/simibubi/create/foundation/data/recipe/ProcessingRecipeGen.java @@ -19,11 +19,12 @@ import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.crafting.Ingredient; import net.minecraft.world.level.ItemLike; import net.minecraftforge.fluids.FluidAttributes; +import net.minecraftforge.fluids.FluidType; public abstract class ProcessingRecipeGen extends CreateRecipeProvider { protected static final List GENERATORS = new ArrayList<>(); - protected static final int BUCKET = FluidAttributes.BUCKET_VOLUME; + protected static final int BUCKET = FluidType.BUCKET_VOLUME; protected static final int BOTTLE = 250; public static void registerAll(DataGenerator gen) { diff --git a/src/main/java/com/simibubi/create/foundation/fluid/FluidHelper.java b/src/main/java/com/simibubi/create/foundation/fluid/FluidHelper.java index be7a06a2ff..cffe97b808 100644 --- a/src/main/java/com/simibubi/create/foundation/fluid/FluidHelper.java +++ b/src/main/java/com/simibubi/create/foundation/fluid/FluidHelper.java @@ -15,6 +15,9 @@ import com.simibubi.create.foundation.utility.Pair; import net.minecraft.nbt.TagParser; import net.minecraft.resources.ResourceLocation; +import net.minecraft.sounds.SoundEvent; +import net.minecraft.sounds.SoundEvents; +import net.minecraft.tags.FluidTags; import net.minecraft.tags.TagKey; import net.minecraft.util.GsonHelper; import net.minecraft.world.InteractionHand; @@ -26,6 +29,7 @@ import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.material.Fluid; import net.minecraft.world.level.material.FluidState; import net.minecraft.world.level.material.Fluids; +import net.minecraftforge.common.SoundActions; import net.minecraftforge.common.util.LazyOptional; import net.minecraftforge.fluids.FluidStack; import net.minecraftforge.fluids.ForgeFlowingFluid; @@ -62,6 +66,26 @@ public class FluidHelper { return isTag(fluid.getFluid(), tag); } + public static SoundEvent getFillSound(FluidStack fluid) { + SoundEvent soundevent = fluid.getFluid() + .getFluidType() + .getSound(fluid, SoundActions.BUCKET_FILL); + if (soundevent == null) + soundevent = + FluidHelper.isTag(fluid, FluidTags.LAVA) ? SoundEvents.BUCKET_FILL_LAVA : SoundEvents.BUCKET_FILL; + return soundevent; + } + + public static SoundEvent getEmptySound(FluidStack fluid) { + SoundEvent soundevent = fluid.getFluid() + .getFluidType() + .getSound(fluid, SoundActions.BUCKET_EMPTY); + if (soundevent == null) + soundevent = + FluidHelper.isTag(fluid, FluidTags.LAVA) ? SoundEvents.BUCKET_EMPTY_LAVA : SoundEvents.BUCKET_EMPTY; + return soundevent; + } + public static boolean hasBlockState(Fluid fluid) { BlockState blockState = fluid.defaultFluidState() .createLegacyBlock(); @@ -157,7 +181,8 @@ public class FluidHelper { player.setItemInHand(handIn, emptyingResult.getSecond()); else { player.setItemInHand(handIn, copyOfHeld); - player.getInventory().placeItemBackInInventory(emptyingResult.getSecond()); + player.getInventory() + .placeItemBackInInventory(emptyingResult.getSecond()); } } return true; @@ -196,7 +221,8 @@ public class FluidHelper { tank.drain(copy, FluidAction.EXECUTE); if (!player.isCreative()) - player.getInventory().placeItemBackInInventory(out); + player.getInventory() + .placeItemBackInInventory(out); te.notifyUpdate(); return true; } diff --git a/src/main/java/com/simibubi/create/foundation/fluid/FluidRenderer.java b/src/main/java/com/simibubi/create/foundation/fluid/FluidRenderer.java index 3cd201912e..a4cc110864 100644 --- a/src/main/java/com/simibubi/create/foundation/fluid/FluidRenderer.java +++ b/src/main/java/com/simibubi/create/foundation/fluid/FluidRenderer.java @@ -25,8 +25,9 @@ import net.minecraft.world.level.material.Fluid; import net.minecraft.world.phys.Vec3; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; -import net.minecraftforge.fluids.FluidAttributes; +import net.minecraftforge.client.extensions.common.IClientFluidTypeExtensions; import net.minecraftforge.fluids.FluidStack; +import net.minecraftforge.fluids.FluidType; @OnlyIn(Dist.CLIENT) public class FluidRenderer { @@ -43,15 +44,16 @@ public class FluidRenderer { public static void renderFluidStream(FluidStack fluidStack, Direction direction, float radius, float progress, boolean inbound, VertexConsumer builder, PoseStack ms, int light) { Fluid fluid = fluidStack.getFluid(); - FluidAttributes fluidAttributes = fluid.getAttributes(); + IClientFluidTypeExtensions clientFluid = IClientFluidTypeExtensions.of(fluid); + FluidType fluidAttributes = fluid.getFluidType(); Function spriteAtlas = Minecraft.getInstance() .getTextureAtlas(InventoryMenu.BLOCK_ATLAS); - TextureAtlasSprite flowTexture = spriteAtlas.apply(fluidAttributes.getFlowingTexture(fluidStack)); - TextureAtlasSprite stillTexture = spriteAtlas.apply(fluidAttributes.getStillTexture(fluidStack)); + TextureAtlasSprite flowTexture = spriteAtlas.apply(clientFluid.getFlowingTexture(fluidStack)); + TextureAtlasSprite stillTexture = spriteAtlas.apply(clientFluid.getStillTexture(fluidStack)); - int color = fluidAttributes.getColor(fluidStack); + int color = clientFluid.getTintColor(fluidStack); int blockLightIn = (light >> 4) & 0xF; - int luminosity = Math.max(blockLightIn, fluidAttributes.getLuminosity(fluidStack)); + int luminosity = Math.max(blockLightIn, fluidAttributes.getLightLevel(fluidStack)); light = (light & 0xF00000) | luminosity << 4; if (inbound) @@ -74,42 +76,40 @@ public class FluidRenderer { for (int i = 0; i < 4; i++) { ms.pushPose(); - renderFlowingTiledFace(Direction.SOUTH, hMin, yMin, hMax, yMax, h, - builder, ms, light, color, flowTexture); + renderFlowingTiledFace(Direction.SOUTH, hMin, yMin, hMax, yMax, h, builder, ms, light, color, flowTexture); ms.popPose(); msr.rotateY(90); } if (progress != 1) - renderStillTiledFace(Direction.DOWN, hMin, hMin, hMax, hMax, yMin, - builder, ms, light, color, stillTexture); + renderStillTiledFace(Direction.DOWN, hMin, hMin, hMax, hMax, yMin, builder, ms, light, color, stillTexture); ms.popPose(); } - public static void renderFluidBox(FluidStack fluidStack, float xMin, float yMin, float zMin, float xMax, - float yMax, float zMax, MultiBufferSource buffer, PoseStack ms, int light, boolean renderBottom) { - renderFluidBox(fluidStack, xMin, yMin, zMin, xMax, yMax, zMax, getFluidBuilder(buffer), ms, light, renderBottom); + public static void renderFluidBox(FluidStack fluidStack, float xMin, float yMin, float zMin, float xMax, float yMax, + float zMax, MultiBufferSource buffer, PoseStack ms, int light, boolean renderBottom) { + renderFluidBox(fluidStack, xMin, yMin, zMin, xMax, yMax, zMax, getFluidBuilder(buffer), ms, light, + renderBottom); } - public static void renderFluidBox(FluidStack fluidStack, float xMin, float yMin, float zMin, float xMax, - float yMax, float zMax, VertexConsumer builder, PoseStack ms, int light, boolean renderBottom) { + public static void renderFluidBox(FluidStack fluidStack, float xMin, float yMin, float zMin, float xMax, float yMax, + float zMax, VertexConsumer builder, PoseStack ms, int light, boolean renderBottom) { Fluid fluid = fluidStack.getFluid(); - FluidAttributes fluidAttributes = fluid.getAttributes(); + IClientFluidTypeExtensions clientFluid = IClientFluidTypeExtensions.of(fluid); + FluidType fluidAttributes = fluid.getFluidType(); TextureAtlasSprite fluidTexture = Minecraft.getInstance() .getTextureAtlas(InventoryMenu.BLOCK_ATLAS) - .apply(fluidAttributes.getStillTexture(fluidStack)); + .apply(clientFluid.getStillTexture(fluidStack)); - int color = fluidAttributes.getColor(fluidStack); + int color = clientFluid.getTintColor(fluidStack); int blockLightIn = (light >> 4) & 0xF; - int luminosity = Math.max(blockLightIn, fluidAttributes.getLuminosity(fluidStack)); + int luminosity = Math.max(blockLightIn, fluidAttributes.getLightLevel(fluidStack)); light = (light & 0xF00000) | luminosity << 4; Vec3 center = new Vec3(xMin + (xMax - xMin) / 2, yMin + (yMax - yMin) / 2, zMin + (zMax - zMin) / 2); ms.pushPose(); - if (fluidStack.getFluid() - .getAttributes() - .isLighterThanAir()) + if (fluidAttributes.isLighterThanAir()) TransformStack.cast(ms) .translate(center) .rotateX(180) @@ -123,36 +123,36 @@ public class FluidRenderer { if (side.getAxis() .isHorizontal()) { if (side.getAxis() == Axis.X) { - renderStillTiledFace(side, zMin, yMin, zMax, yMax, positive ? xMax : xMin, - builder, ms, light, color, fluidTexture); + renderStillTiledFace(side, zMin, yMin, zMax, yMax, positive ? xMax : xMin, builder, ms, light, + color, fluidTexture); } else { - renderStillTiledFace(side, xMin, yMin, xMax, yMax, positive ? zMax : zMin, - builder, ms, light, color, fluidTexture); + renderStillTiledFace(side, xMin, yMin, xMax, yMax, positive ? zMax : zMin, builder, ms, light, + color, fluidTexture); } } else { - renderStillTiledFace(side, xMin, zMin, xMax, zMax, positive ? yMax : yMin, - builder, ms, light, color, fluidTexture); + renderStillTiledFace(side, xMin, zMin, xMax, zMax, positive ? yMax : yMin, builder, ms, light, color, + fluidTexture); } } ms.popPose(); } - public static void renderStillTiledFace(Direction dir, float left, float down, float right, float up, - float depth, VertexConsumer builder, PoseStack ms, int light, int color, TextureAtlasSprite texture) { + public static void renderStillTiledFace(Direction dir, float left, float down, float right, float up, float depth, + VertexConsumer builder, PoseStack ms, int light, int color, TextureAtlasSprite texture) { FluidRenderer.renderTiledFace(dir, left, down, right, up, depth, builder, ms, light, color, texture, 1); } - public static void renderFlowingTiledFace(Direction dir, float left, float down, float right, float up, - float depth, VertexConsumer builder, PoseStack ms, int light, int color, TextureAtlasSprite texture) { + public static void renderFlowingTiledFace(Direction dir, float left, float down, float right, float up, float depth, + VertexConsumer builder, PoseStack ms, int light, int color, TextureAtlasSprite texture) { FluidRenderer.renderTiledFace(dir, left, down, right, up, depth, builder, ms, light, color, texture, 0.5f); } - public static void renderTiledFace(Direction dir, float left, float down, float right, float up, - float depth, VertexConsumer builder, PoseStack ms, int light, int color, TextureAtlasSprite texture, - float textureScale) { + public static void renderTiledFace(Direction dir, float left, float down, float right, float up, float depth, + VertexConsumer builder, PoseStack ms, int light, int color, TextureAtlasSprite texture, float textureScale) { boolean positive = dir.getAxisDirection() == Direction.AxisDirection.POSITIVE; - boolean horizontal = dir.getAxis().isHorizontal(); + boolean horizontal = dir.getAxis() + .isHorizontal(); boolean x = dir.getAxis() == Axis.X; float shrink = texture.uvShrinkRatio() * 0.25f * textureScale; diff --git a/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/FluidMovementActorScenes.java b/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/FluidMovementActorScenes.java index a0f01576d3..6b861150a9 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/FluidMovementActorScenes.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/FluidMovementActorScenes.java @@ -45,7 +45,7 @@ public class FluidMovementActorScenes { Capability fhc = CapabilityFluidHandler.FLUID_HANDLER_CAPABILITY; Class type = FluidTankTileEntity.class; ItemStack bucket = AllFluids.CHOCOLATE.get() - .getAttributes() + .getFluidType() .getBucket(chocolate); scene.world.modifyTileEntity(st, type, te -> te.getCapability(fhc) diff --git a/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/FluidTankScenes.java b/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/FluidTankScenes.java index bd82d86e7e..fde7871698 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/FluidTankScenes.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/FluidTankScenes.java @@ -199,7 +199,7 @@ public class FluidTankScenes { scene.idle(90); ItemStack chocBucket = AllFluids.CHOCOLATE.get() - .getAttributes() + .getFluidType() .getBucket(new FluidStack(FluidHelper.convertToStill(AllFluids.CHOCOLATE.get()), 1000)); scene.world.createItemOnBeltLike(util.grid.at(3, 1, 0), Direction.WEST, chocBucket); scene.idle(40); diff --git a/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/PipeScenes.java b/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/PipeScenes.java index 891b072354..418837fc78 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/PipeScenes.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/PipeScenes.java @@ -527,7 +527,7 @@ public class PipeScenes { FluidStack chocolate = new FluidStack(FluidHelper.convertToStill(AllFluids.CHOCOLATE.get()), 1000); ItemStack bucket = AllFluids.CHOCOLATE.get() - .getAttributes() + .getFluidType() .getBucket(chocolate); ItemStack milkBucket = new ItemStack(Items.MILK_BUCKET); scene.overlay.showControls(new InputWindowElement(filterVec, Pointing.DOWN).rightClick() diff --git a/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/SpoutScenes.java b/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/SpoutScenes.java index ffde57593e..95f67f4d7b 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/SpoutScenes.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/content/fluid/SpoutScenes.java @@ -70,7 +70,7 @@ public class SpoutScenes { scene.idle(20); FluidStack honey = new FluidStack(FluidHelper.convertToStill(AllFluids.HONEY.get()), 1000); ItemStack bucket = AllFluids.HONEY.get() - .getAttributes() + .getFluidType() .getBucket(honey); scene.overlay.showControls( new InputWindowElement(util.vector.blockSurface(util.grid.at(2, 3, 2), Direction.NORTH), Pointing.RIGHT) diff --git a/src/main/java/com/simibubi/create/foundation/worldgen/AllWorldFeatures.java b/src/main/java/com/simibubi/create/foundation/worldgen/AllWorldFeatures.java index 8db1b4845e..fabcec9b4a 100644 --- a/src/main/java/com/simibubi/create/foundation/worldgen/AllWorldFeatures.java +++ b/src/main/java/com/simibubi/create/foundation/worldgen/AllWorldFeatures.java @@ -2,41 +2,47 @@ package com.simibubi.create.foundation.worldgen; import java.util.HashMap; import java.util.Map; +import java.util.Map.Entry; import com.google.common.collect.ImmutableList; +import com.google.gson.JsonElement; +import com.mojang.serialization.JsonOps; import com.simibubi.create.AllBlocks; import com.simibubi.create.Create; import com.simibubi.create.foundation.utility.Couple; +import net.minecraft.core.HolderSet; import net.minecraft.core.Registry; +import net.minecraft.core.RegistryAccess; import net.minecraft.data.BuiltinRegistries; +import net.minecraft.data.DataGenerator; +import net.minecraft.resources.RegistryOps; import net.minecraft.resources.ResourceLocation; -import net.minecraft.world.level.biome.Biome.BiomeCategory; -import net.minecraft.world.level.levelgen.GenerationStep; +import net.minecraft.tags.BiomeTags; +import net.minecraft.tags.TagKey; +import net.minecraft.world.level.biome.Biome; import net.minecraft.world.level.levelgen.GenerationStep.Decoration; import net.minecraft.world.level.levelgen.placement.PlacedFeature; import net.minecraftforge.common.ForgeConfigSpec; -import net.minecraftforge.common.world.BiomeGenerationSettingsBuilder; -import net.minecraftforge.event.world.BiomeLoadingEvent; +import net.minecraftforge.common.data.JsonCodecProvider; +import net.minecraftforge.common.world.BiomeModifier; +import net.minecraftforge.common.world.ForgeBiomeModifiers.AddFeaturesBiomeModifier; +import net.minecraftforge.data.event.GatherDataEvent; +import net.minecraftforge.registries.ForgeRegistries.Keys; import net.minecraftforge.registries.RegisterEvent; public class AllWorldFeatures { public static final Map ENTRIES = new HashMap<>(); - private static final BiomeFilter OVERWORLD_BIOMES = - (r, b) -> b != BiomeCategory.NETHER && b != BiomeCategory.THEEND && b != BiomeCategory.NONE; - - private static final BiomeFilter NETHER_BIOMES = (r, b) -> b == BiomeCategory.NETHER; - // public static final ConfigDrivenFeatureEntry ZINC_ORE = - register("zinc_ore", 12, 8, OVERWORLD_BIOMES).between(-63, 70) + register("zinc_ore", 12, 8, BiomeTags.IS_OVERWORLD).between(-63, 70) .withBlocks(Couple.create(AllBlocks.ZINC_ORE, AllBlocks.DEEPSLATE_ZINC_ORE)); public static final ConfigDrivenFeatureEntry STRIATED_ORES_OVERWORLD = - register("striated_ores_overworld", 32, 1 / 12f, OVERWORLD_BIOMES).between(-30, 70) + register("striated_ores_overworld", 32, 1 / 12f, BiomeTags.IS_OVERWORLD).between(-30, 70) .withLayerPattern(AllLayerPatterns.SCORIA) .withLayerPattern(AllLayerPatterns.CINNABAR) .withLayerPattern(AllLayerPatterns.MAGNETITE) @@ -45,16 +51,16 @@ public class AllWorldFeatures { .withLayerPattern(AllLayerPatterns.OCHRESTONE); public static final ConfigDrivenFeatureEntry STRIATED_ORES_NETHER = - register("striated_ores_nether", 32, 1 / 12f, NETHER_BIOMES).between(40, 90) + register("striated_ores_nether", 32, 1 / 12f, BiomeTags.IS_NETHER).between(40, 90) .withLayerPattern(AllLayerPatterns.SCORIA_NETHER) .withLayerPattern(AllLayerPatterns.SCORCHIA_NETHER); // private static ConfigDrivenFeatureEntry register(String id, int clusterSize, float frequency, - BiomeFilter biomeFilter) { + TagKey biomeTag) { ConfigDrivenFeatureEntry configDrivenFeatureEntry = new ConfigDrivenFeatureEntry(id, clusterSize, frequency); - configDrivenFeatureEntry.biomeFilter = biomeFilter; + configDrivenFeatureEntry.biomeTag = biomeTag; ENTRIES.put(Create.asResource(id), configDrivenFeatureEntry); return configDrivenFeatureEntry; } @@ -80,17 +86,6 @@ public class AllWorldFeatures { }); } - public static void reload(BiomeLoadingEvent event) { - BiomeGenerationSettingsBuilder generation = event.getGeneration(); - Decoration decoStep = GenerationStep.Decoration.UNDERGROUND_ORES; - ENTRIES.values() - .forEach(entry -> { - ConfigDrivenFeatureEntry value = entry; - if (value.biomeFilter.test(event.getName(), event.getCategory())) - generation.addFeature(decoStep, value.placedFeature); - }); - } - public static void fillConfig(ForgeConfigSpec.Builder builder) { ENTRIES.values() .forEach(entry -> { @@ -114,4 +109,21 @@ public class AllWorldFeatures { Registry.register(Registry.PLACEMENT_MODIFIERS, "create_config_driven", () -> ConfigDrivenDecorator.CODEC); } + public static void generateBiomeModifiers(GatherDataEvent event) { + Map modifiers = new HashMap<>(); + RegistryOps ops = RegistryOps.create(JsonOps.INSTANCE, RegistryAccess.builtinCopy()); + + for (Entry entry : ENTRIES.entrySet()) { + ConfigDrivenFeatureEntry feature = entry.getValue(); + HolderSet biomes = new HolderSet.Named<>(ops.registry(Registry.BIOME_REGISTRY) + .get(), feature.biomeTag); + modifiers.put(entry.getKey(), new AddFeaturesBiomeModifier(biomes, HolderSet.direct(feature.placedFeature), + Decoration.UNDERGROUND_ORES)); + } + + DataGenerator generator = event.getGenerator(); + generator.addProvider(event.includeServer(), JsonCodecProvider.forDatapackRegistry(generator, + event.getExistingFileHelper(), Create.ID, ops, Keys.BIOME_MODIFIERS, modifiers)); + } + } diff --git a/src/main/java/com/simibubi/create/foundation/worldgen/BiomeFilter.java b/src/main/java/com/simibubi/create/foundation/worldgen/BiomeFilter.java index b3cd9e2c9f..4f65996102 100644 --- a/src/main/java/com/simibubi/create/foundation/worldgen/BiomeFilter.java +++ b/src/main/java/com/simibubi/create/foundation/worldgen/BiomeFilter.java @@ -1,10 +1,11 @@ package com.simibubi.create.foundation.worldgen; -import java.util.function.BiPredicate; +import java.util.function.Function; -import net.minecraft.resources.ResourceLocation; -import net.minecraft.world.level.biome.Biome.BiomeCategory; +import net.minecraft.core.HolderSet; +import net.minecraft.resources.RegistryOps; +import net.minecraft.world.level.biome.Biome; -public interface BiomeFilter extends BiPredicate { +public interface BiomeFilter extends Function, HolderSet> { } diff --git a/src/main/java/com/simibubi/create/foundation/worldgen/ConfigDrivenFeatureEntry.java b/src/main/java/com/simibubi/create/foundation/worldgen/ConfigDrivenFeatureEntry.java index b2b87db7c3..f6b15b9838 100644 --- a/src/main/java/com/simibubi/create/foundation/worldgen/ConfigDrivenFeatureEntry.java +++ b/src/main/java/com/simibubi/create/foundation/worldgen/ConfigDrivenFeatureEntry.java @@ -12,6 +12,8 @@ import com.tterrag.registrate.util.nullness.NonNullSupplier; import net.minecraft.core.Holder; import net.minecraft.data.worldgen.features.OreFeatures; +import net.minecraft.tags.TagKey; +import net.minecraft.world.level.biome.Biome; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.levelgen.feature.ConfiguredFeature; import net.minecraft.world.level.levelgen.feature.configurations.OreConfiguration; @@ -22,7 +24,7 @@ import net.minecraftforge.common.ForgeConfigSpec; public class ConfigDrivenFeatureEntry extends ConfigBase { public final String id; - public BiomeFilter biomeFilter; + public TagKey biomeTag; private NonNullSupplier block; private NonNullSupplier deepblock; From 1797eddf0f944af9836f7016637300c245862cb5 Mon Sep 17 00:00:00 2001 From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Date: Wed, 3 Aug 2022 14:52:44 -0700 Subject: [PATCH 03/51] Sequenced Porting - Resolve all remaining 1.19 errors except for SuperByteBuffer --- .../create/AllInteractionBehaviours.java | 6 ----- .../create/AllMovementBehaviours.java | 6 ----- .../deployer/DeployerFakePlayer.java | 9 ++++++- .../fluids/tank/BoilerHeaters.java | 6 ----- .../BracketedKineticBlockModel.java | 2 +- .../armor/CopperBacktankArmorLayer.java | 4 +-- .../armor/CopperBacktankBlock.java | 3 +-- .../curiosities/armor/DivingHelmetItem.java | 6 ++--- .../weapons/BuiltinPotatoProjectileTypes.java | 5 ++-- .../curiosities/weapons/PotatoCannonItem.java | 5 ++-- .../weapons/PotatoCannonProjectileType.java | 16 ++++++----- .../weapons/PotatoProjectileEntity.java | 8 +++--- .../block/display/AllDisplayBehaviours.java | 15 ++--------- .../filter/attribute/EnchantAttribute.java | 2 +- .../attribute/FluidContentsAttribute.java | 3 +-- .../AstralSorceryAttunementAttribute.java | 5 ++-- .../schematics/SchematicChunkSource.java | 20 +++++++++++--- .../foundation/block/CopperBlockSet.java | 8 +++--- .../foundation/data/BuilderTransformers.java | 2 +- .../create/foundation/data/LangMerger.java | 27 ++++++------------- .../data/recipe/ProcessingRecipeGen.java | 1 - .../CustomRenderedItemModelRenderer.java | 4 +-- .../foundation/networking/AllPackets.java | 2 +- .../create/foundation/utility/Components.java | 17 ++++++------ .../foundation/utility/CreateRegistry.java | 3 +-- .../foundation/utility/RegisteredObjects.java | 9 +++---- .../worldWrappers/WrappedServerWorld.java | 14 +++++----- .../utility/worldWrappers/WrappedWorld.java | 15 ++++++++++- 28 files changed, 107 insertions(+), 116 deletions(-) diff --git a/src/main/java/com/simibubi/create/AllInteractionBehaviours.java b/src/main/java/com/simibubi/create/AllInteractionBehaviours.java index 0ce0c7465d..e953871cc9 100644 --- a/src/main/java/com/simibubi/create/AllInteractionBehaviours.java +++ b/src/main/java/com/simibubi/create/AllInteractionBehaviours.java @@ -18,7 +18,6 @@ import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.block.state.BlockState; import net.minecraftforge.registries.ForgeRegistries; -import net.minecraftforge.registries.IRegistryDelegate; public class AllInteractionBehaviours { private static final CreateRegistry BLOCK_BEHAVIOURS = new CreateRegistry<>(ForgeRegistries.BLOCKS); @@ -32,11 +31,6 @@ public class AllInteractionBehaviours { BLOCK_BEHAVIOURS.register(block, provider); } - @Deprecated(forRemoval = true) - public static void registerBehaviour(IRegistryDelegate block, MovingInteractionBehaviour provider) { - registerBehaviour(block.name(), provider); - } - public static void registerBehaviourProvider(BehaviourProvider provider) { GLOBAL_BEHAVIOURS.add(provider); } diff --git a/src/main/java/com/simibubi/create/AllMovementBehaviours.java b/src/main/java/com/simibubi/create/AllMovementBehaviours.java index 843ece1f73..a663522859 100644 --- a/src/main/java/com/simibubi/create/AllMovementBehaviours.java +++ b/src/main/java/com/simibubi/create/AllMovementBehaviours.java @@ -18,7 +18,6 @@ import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.block.state.BlockState; import net.minecraftforge.registries.ForgeRegistries; -import net.minecraftforge.registries.IRegistryDelegate; public class AllMovementBehaviours { private static final CreateRegistry BLOCK_BEHAVIOURS = new CreateRegistry<>(ForgeRegistries.BLOCKS); @@ -32,11 +31,6 @@ public class AllMovementBehaviours { BLOCK_BEHAVIOURS.register(block, behaviour); } - @Deprecated(forRemoval = true) - public static void registerBehaviour(IRegistryDelegate block, MovementBehaviour behaviour) { - registerBehaviour(block.name(), behaviour); - } - public static void registerBehaviourProvider(BehaviourProvider provider) { GLOBAL_BEHAVIOURS.add(provider); } diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerFakePlayer.java b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerFakePlayer.java index 83f329b6d1..5d820649d1 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerFakePlayer.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerFakePlayer.java @@ -24,6 +24,7 @@ import net.minecraft.server.network.ServerGamePacketListenerImpl; import net.minecraft.world.MenuProvider; import net.minecraft.world.damagesource.EntityDamageSource; import net.minecraft.world.entity.Entity; +import net.minecraft.world.entity.EquipmentSlot; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.Mob; import net.minecraft.world.entity.Pose; @@ -55,6 +56,7 @@ public class DeployerFakePlayer extends FakePlayer { public DeployerFakePlayer(ServerLevel world) { super(world, DEPLOYER_PROFILE); connection = new FakePlayNetHandler(world.getServer(), this); + this.playEquipSound(spawnedItemEffects); } @Override @@ -116,7 +118,12 @@ public class DeployerFakePlayer extends FakePlayer { } @Override - protected void equipEventAndSound(ItemStack p_147219_) {} + protected boolean doesEmitEquipEvent(EquipmentSlot p_217035_) { + return false; + } + + @Override + protected void playEquipSound(ItemStack p_217042_) {} @Override public void remove(RemovalReason p_150097_) { diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/tank/BoilerHeaters.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/tank/BoilerHeaters.java index 12bde6e818..07776ca013 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/tank/BoilerHeaters.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/tank/BoilerHeaters.java @@ -17,7 +17,6 @@ import net.minecraft.world.level.Level; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.state.BlockState; import net.minecraftforge.registries.ForgeRegistries; -import net.minecraftforge.registries.IRegistryDelegate; public class BoilerHeaters { private static final CreateRegistry BLOCK_HEATERS = new CreateRegistry<>(ForgeRegistries.BLOCKS); @@ -31,11 +30,6 @@ public class BoilerHeaters { BLOCK_HEATERS.register(block, heater); } - @Deprecated(forRemoval = true) - public static void registerHeater(IRegistryDelegate block, Heater heater) { - registerHeater(block.name(), heater); - } - public static void registerHeaterProvider(HeaterProvider provider) { GLOBAL_HEATERS.add(provider); } diff --git a/src/main/java/com/simibubi/create/content/contraptions/relays/elementary/BracketedKineticBlockModel.java b/src/main/java/com/simibubi/create/content/contraptions/relays/elementary/BracketedKineticBlockModel.java index d738810c06..8fca030035 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/relays/elementary/BracketedKineticBlockModel.java +++ b/src/main/java/com/simibubi/create/content/contraptions/relays/elementary/BracketedKineticBlockModel.java @@ -54,7 +54,7 @@ public class BracketedKineticBlockModel extends BakedModelWrapper { return super.getQuads(state, side, rand, data, renderType); } - // TODO: move to Flywheel's ModelUtil + // TODO 1.19: move to Flywheel's ModelUtil private static boolean isVirtual(ModelData data) { return data.has(ModelUtil.VIRTUAL_PROPERTY) && data.get(ModelUtil.VIRTUAL_PROPERTY); } diff --git a/src/main/java/com/simibubi/create/content/curiosities/armor/CopperBacktankArmorLayer.java b/src/main/java/com/simibubi/create/content/curiosities/armor/CopperBacktankArmorLayer.java index b2c65ee0ec..d2d156c680 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/armor/CopperBacktankArmorLayer.java +++ b/src/main/java/com/simibubi/create/content/curiosities/armor/CopperBacktankArmorLayer.java @@ -26,7 +26,6 @@ import net.minecraft.client.renderer.entity.RenderLayerParent; import net.minecraft.client.renderer.entity.layers.RenderLayer; import net.minecraft.core.Direction; import net.minecraft.network.chat.Component; -import net.minecraft.tags.FluidTags; import net.minecraft.util.StringUtil; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.Pose; @@ -35,6 +34,7 @@ import net.minecraft.world.level.GameType; import net.minecraft.world.level.block.state.BlockState; import net.minecraftforge.client.gui.overlay.ForgeGui; import net.minecraftforge.client.gui.overlay.IGuiOverlay; +import net.minecraftforge.common.ForgeMod; public class CopperBacktankArmorLayer> extends RenderLayer { @@ -119,7 +119,7 @@ public class CopperBacktankArmorLayer { - te.setCapacityEnchantLevel(EnchantmentHelper.getItemEnchantmentLevel(AllEnchantments.CAPACITY.get(), stack)); + te.setCapacityEnchantLevel(stack.getEnchantmentLevel(AllEnchantments.CAPACITY.get())); te.setAirLevel(stack.getOrCreateTag() .getInt("Air")); if (stack.isEnchanted()) diff --git a/src/main/java/com/simibubi/create/content/curiosities/armor/DivingHelmetItem.java b/src/main/java/com/simibubi/create/content/curiosities/armor/DivingHelmetItem.java index 1183c5435b..a9a3b346d3 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/armor/DivingHelmetItem.java +++ b/src/main/java/com/simibubi/create/content/curiosities/armor/DivingHelmetItem.java @@ -4,7 +4,6 @@ import com.simibubi.create.AllItems; import com.simibubi.create.foundation.advancement.AllAdvancements; import net.minecraft.server.level.ServerPlayer; -import net.minecraft.tags.FluidTags; import net.minecraft.world.effect.MobEffectInstance; import net.minecraft.world.effect.MobEffects; import net.minecraft.world.entity.EquipmentSlot; @@ -12,6 +11,7 @@ import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.Level; +import net.minecraftforge.common.ForgeMod; import net.minecraftforge.event.entity.living.LivingEvent.LivingTickEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod.EventBusSubscriber; @@ -38,8 +38,8 @@ public class DivingHelmetItem extends CopperArmorItem { .isWornBy(entity)) return; - boolean lavaDiving = entity.isEyeInFluid(FluidTags.LAVA); - if (!entity.isEyeInFluid(FluidTags.WATER) && !lavaDiving) + boolean lavaDiving = entity.isEyeInFluidType(ForgeMod.LAVA_TYPE.get()); + if (!entity.isEyeInFluidType(ForgeMod.WATER_TYPE.get()) && !lavaDiving) return; if (entity instanceof Player && ((Player) entity).isCreative()) return; diff --git a/src/main/java/com/simibubi/create/content/curiosities/weapons/BuiltinPotatoProjectileTypes.java b/src/main/java/com/simibubi/create/content/curiosities/weapons/BuiltinPotatoProjectileTypes.java index 8603595f53..fbe0f53966 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/weapons/BuiltinPotatoProjectileTypes.java +++ b/src/main/java/com/simibubi/create/content/curiosities/weapons/BuiltinPotatoProjectileTypes.java @@ -44,6 +44,7 @@ import net.minecraftforge.common.IPlantable; import net.minecraftforge.common.util.FakePlayer; import net.minecraftforge.event.ForgeEventFactory; import net.minecraftforge.event.entity.EntityTeleportEvent; +import net.minecraftforge.registries.ForgeRegistries; public class BuiltinPotatoProjectileTypes { @@ -329,7 +330,7 @@ public class BuiltinPotatoProjectileTypes { } private static BiPredicate plantCrop(Block cropBlock) { - return plantCrop(cropBlock.delegate); + return plantCrop(ForgeRegistries.BLOCKS.getDelegateOrThrow(cropBlock)); } private static BiPredicate placeBlockOnGround( @@ -369,7 +370,7 @@ public class BuiltinPotatoProjectileTypes { } private static BiPredicate placeBlockOnGround(Block block) { - return placeBlockOnGround(block.delegate); + return placeBlockOnGround(ForgeRegistries.BLOCKS.getDelegateOrThrow(block)); } private static Predicate chorusTeleport(double teleportDiameter) { diff --git a/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoCannonItem.java b/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoCannonItem.java index 6084bb3d7c..cd7293bcd3 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoCannonItem.java +++ b/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoCannonItem.java @@ -37,7 +37,6 @@ import net.minecraft.world.item.TooltipFlag; import net.minecraft.world.item.UseAnim; import net.minecraft.world.item.context.UseOnContext; import net.minecraft.world.item.enchantment.Enchantment; -import net.minecraft.world.item.enchantment.EnchantmentHelper; import net.minecraft.world.item.enchantment.Enchantments; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.state.BlockState; @@ -211,8 +210,8 @@ public class PotatoCannonItem extends ProjectileWeaponItem { @Override @OnlyIn(Dist.CLIENT) public void appendHoverText(ItemStack stack, Level world, List tooltip, TooltipFlag flag) { - int power = EnchantmentHelper.getItemEnchantmentLevel(Enchantments.POWER_ARROWS, stack); - int punch = EnchantmentHelper.getItemEnchantmentLevel(Enchantments.PUNCH_ARROWS, stack); + int power = stack.getEnchantmentLevel(Enchantments.POWER_ARROWS); + int punch = stack.getEnchantmentLevel(Enchantments.PUNCH_ARROWS); final float additionalDamageMult = 1 + power * .2f; final float additionalKnockback = punch * .5f; diff --git a/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoCannonProjectileType.java b/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoCannonProjectileType.java index 795c56b803..48c35e29a1 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoCannonProjectileType.java +++ b/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoCannonProjectileType.java @@ -2,6 +2,7 @@ package com.simibubi.create.content.curiosities.weapons; import java.util.ArrayList; import java.util.List; +import java.util.Optional; import java.util.function.BiPredicate; import java.util.function.Consumer; import java.util.function.Predicate; @@ -13,6 +14,7 @@ import com.google.gson.JsonPrimitive; import com.simibubi.create.foundation.utility.RegisteredObjects; import net.minecraft.ResourceLocationException; +import net.minecraft.core.Holder; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.Item; @@ -110,9 +112,9 @@ public class PotatoCannonProjectileType { JsonPrimitive primitive = element.getAsJsonPrimitive(); if (primitive.isString()) { try { - Item item = ForgeRegistries.ITEMS.getValue(new ResourceLocation(primitive.getAsString())); - if (item != null) { - type.items.add(item.delegate); + Optional> reference = ForgeRegistries.ITEMS.getDelegate(new ResourceLocation(primitive.getAsString())); + if (reference.isPresent()) { + type.items.add(reference.get()); } } catch (ResourceLocationException e) { // @@ -167,9 +169,9 @@ public class PotatoCannonProjectileType { PotatoCannonProjectileType type = new PotatoCannonProjectileType(); int size = buffer.readVarInt(); for (int i = 0; i < size; i++) { - Item item = ForgeRegistries.ITEMS.getValue(buffer.readResourceLocation()); - if (item != null) { - type.items.add(item.delegate); + Optional> reference = ForgeRegistries.ITEMS.getDelegate(buffer.readResourceLocation()); + if (reference.isPresent()) { + type.items.add(reference.get()); } } type.reloadTicks = buffer.readInt(); @@ -276,7 +278,7 @@ public class PotatoCannonProjectileType { public Builder addItems(ItemLike... items) { for (ItemLike provider : items) - result.items.add(provider.asItem().delegate); + result.items.add(ForgeRegistries.ITEMS.getDelegateOrThrow(provider.asItem())); return this; } diff --git a/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoProjectileEntity.java b/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoProjectileEntity.java index 4303de112b..e5da6d7a4b 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoProjectileEntity.java +++ b/src/main/java/com/simibubi/create/content/curiosities/weapons/PotatoProjectileEntity.java @@ -71,10 +71,10 @@ public class PotatoProjectileEntity extends AbstractHurtingProjectile implements } public void setEnchantmentEffectsFromCannon(ItemStack cannon) { - int power = EnchantmentHelper.getItemEnchantmentLevel(Enchantments.POWER_ARROWS, cannon); - int punch = EnchantmentHelper.getItemEnchantmentLevel(Enchantments.PUNCH_ARROWS, cannon); - int flame = EnchantmentHelper.getItemEnchantmentLevel(Enchantments.FLAMING_ARROWS, cannon); - int recovery = EnchantmentHelper.getItemEnchantmentLevel(AllEnchantments.POTATO_RECOVERY.get(), cannon); + int power = cannon.getEnchantmentLevel(Enchantments.POWER_ARROWS); + int punch = cannon.getEnchantmentLevel(Enchantments.PUNCH_ARROWS); + int flame = cannon.getEnchantmentLevel(Enchantments.FLAMING_ARROWS); + int recovery = cannon.getEnchantmentLevel(AllEnchantments.POTATO_RECOVERY.get()); if (power > 0) additionalDamageMult = 1 + power * .2f; diff --git a/src/main/java/com/simibubi/create/content/logistics/block/display/AllDisplayBehaviours.java b/src/main/java/com/simibubi/create/content/logistics/block/display/AllDisplayBehaviours.java index 55637bae26..badc3f5629 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/display/AllDisplayBehaviours.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/display/AllDisplayBehaviours.java @@ -30,16 +30,15 @@ import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.world.level.block.state.BlockState; import net.minecraftforge.registries.ForgeRegistries; -import net.minecraftforge.registries.IRegistryDelegate; public class AllDisplayBehaviours { public static final Map GATHERER_BEHAVIOURS = new HashMap<>(); private static final CreateRegistry> SOURCES_BY_BLOCK = new CreateRegistry<>(ForgeRegistries.BLOCKS); - private static final CreateRegistry, List> SOURCES_BY_TILE = new CreateRegistry<>(ForgeRegistries.BLOCK_ENTITIES); + private static final CreateRegistry, List> SOURCES_BY_TILE = new CreateRegistry<>(ForgeRegistries.BLOCK_ENTITY_TYPES); private static final CreateRegistry TARGETS_BY_BLOCK = new CreateRegistry<>(ForgeRegistries.BLOCKS); - private static final CreateRegistry, DisplayTarget> TARGETS_BY_TILE = new CreateRegistry<>(ForgeRegistries.BLOCK_ENTITIES); + private static final CreateRegistry, DisplayTarget> TARGETS_BY_TILE = new CreateRegistry<>(ForgeRegistries.BLOCK_ENTITY_TYPES); public static DisplayBehaviour register(ResourceLocation id, DisplayBehaviour behaviour) { behaviour.id = id; @@ -103,16 +102,6 @@ public class AllDisplayBehaviours { } } - @Deprecated(forRemoval = true) - public static void assignBlock(DisplayBehaviour behaviour, IRegistryDelegate block) { - assignBlock(behaviour, block.name()); - } - - @Deprecated(forRemoval = true) - public static void assignTile(DisplayBehaviour behaviour, IRegistryDelegate> teType) { - assignTile(behaviour, teType.name()); - } - public static NonNullConsumer assignDataBehaviour(DisplayBehaviour behaviour, String... suffix) { return b -> { diff --git a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/EnchantAttribute.java b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/EnchantAttribute.java index c68e1e837a..f64614243b 100644 --- a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/EnchantAttribute.java +++ b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/EnchantAttribute.java @@ -51,7 +51,7 @@ public class EnchantAttribute implements ItemAttribute { public void writeNBT(CompoundTag nbt) { if (enchantment == null) return; - ResourceLocation id = enchantment.getRegistryName(); + ResourceLocation id = ForgeRegistries.ENCHANTMENTS.getKey(enchantment); if (id == null) return; nbt.putString("id", id.toString()); diff --git a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/FluidContentsAttribute.java b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/FluidContentsAttribute.java index a41be06eed..e78a756420 100644 --- a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/FluidContentsAttribute.java +++ b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/FluidContentsAttribute.java @@ -7,7 +7,6 @@ import java.util.stream.Collectors; import javax.annotation.Nullable; import com.simibubi.create.content.logistics.item.filter.ItemAttribute; -import com.simibubi.create.foundation.utility.Components; import net.minecraft.nbt.CompoundTag; import net.minecraft.resources.ResourceLocation; @@ -54,7 +53,7 @@ public class FluidContentsAttribute implements ItemAttribute { public void writeNBT(CompoundTag nbt) { if (fluid == null) return; - ResourceLocation id = fluid.getRegistryName(); + ResourceLocation id = ForgeRegistries.FLUIDS.getKey(fluid); if (id == null) return; nbt.putString("id", id.toString()); diff --git a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryAttunementAttribute.java b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryAttunementAttribute.java index ee5a5c1c1c..be706047b3 100644 --- a/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryAttunementAttribute.java +++ b/src/main/java/com/simibubi/create/content/logistics/item/filter/attribute/astralsorcery/AstralSorceryAttunementAttribute.java @@ -9,6 +9,7 @@ import com.simibubi.create.foundation.utility.Components; import net.minecraft.nbt.CompoundTag; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.ItemStack; +import net.minecraftforge.registries.ForgeRegistries; public class AstralSorceryAttunementAttribute implements ItemAttribute { String constellationName; @@ -23,7 +24,7 @@ public class AstralSorceryAttunementAttribute implements ItemAttribute { String constellation = nbt.contains("constellation") ? nbt.getString("constellation") : nbt.getString("constellationName"); // Special handling for shifting stars - ResourceLocation itemResource = itemStack.getItem().getRegistryName(); + ResourceLocation itemResource = ForgeRegistries.ITEMS.getKey(itemStack.getItem()); if (itemResource != null && itemResource.toString().contains("shifting_star_")) { constellation = itemResource.toString().replace("shifting_star_", ""); } @@ -37,7 +38,7 @@ public class AstralSorceryAttunementAttribute implements ItemAttribute { String constellation = nbt.contains("constellation") ? nbt.getString("constellation") : nbt.getString("constellationName"); // Special handling for shifting stars - ResourceLocation itemResource = itemStack.getItem().getRegistryName(); + ResourceLocation itemResource = ForgeRegistries.ITEMS.getKey(itemStack.getItem()); if (itemResource != null && itemResource.toString().contains("shifting_star_")) { constellation = itemResource.toString().replace("shifting_star_", ""); } diff --git a/src/main/java/com/simibubi/create/content/schematics/SchematicChunkSource.java b/src/main/java/com/simibubi/create/content/schematics/SchematicChunkSource.java index 1a51bb12b5..fa07d62b2a 100644 --- a/src/main/java/com/simibubi/create/content/schematics/SchematicChunkSource.java +++ b/src/main/java/com/simibubi/create/content/schematics/SchematicChunkSource.java @@ -30,15 +30,18 @@ import net.minecraft.world.level.chunk.ChunkAccess; import net.minecraft.world.level.chunk.ChunkSource; import net.minecraft.world.level.chunk.ChunkStatus; import net.minecraft.world.level.chunk.LevelChunk; +import net.minecraft.world.level.dimension.BuiltinDimensionTypes; import net.minecraft.world.level.dimension.DimensionType; import net.minecraft.world.level.entity.LevelEntityGetter; import net.minecraft.world.level.gameevent.GameEvent; +import net.minecraft.world.level.gameevent.GameEvent.Context; import net.minecraft.world.level.lighting.LevelLightEngine; import net.minecraft.world.level.material.Fluid; import net.minecraft.world.level.material.FluidState; import net.minecraft.world.level.material.Fluids; import net.minecraft.world.level.saveddata.maps.MapItemSavedData; import net.minecraft.world.level.storage.WritableLevelData; +import net.minecraft.world.phys.Vec3; import net.minecraft.world.scores.Scoreboard; import net.minecraft.world.ticks.BlackholeTickAccess; import net.minecraft.world.ticks.LevelTickAccess; @@ -95,8 +98,8 @@ public class SchematicChunkSource extends ChunkSource { private RegistryAccess access; private DummyLevel(WritableLevelData p_46450_, ResourceKey p_46451_, Holder p_46452_, - Supplier p_46453_, boolean p_46454_, boolean p_46455_, long p_46456_) { - super(p_46450_, p_46451_, p_46452_, p_46453_, p_46454_, p_46455_, p_46456_); + Supplier p_46453_, boolean p_46454_, boolean p_46455_, long p_46456_, int p_220359_) { + super(p_46450_, p_46451_, p_46452_, p_46453_, p_46454_, p_46455_, p_46456_, p_220359_); } public Level withAccess(RegistryAccess access) { @@ -115,6 +118,9 @@ public class SchematicChunkSource extends ChunkSource { @Override public void gameEvent(Entity pEntity, GameEvent pEvent, BlockPos pPos) {} + @Override + public void gameEvent(GameEvent p_220404_, Vec3 p_220405_, Context p_220406_) {} + @Override public RegistryAccess registryAccess() { return access; @@ -146,6 +152,14 @@ public class SchematicChunkSource extends ChunkSource { public void playSound(Player pPlayer, Entity pEntity, SoundEvent pEvent, SoundSource pCategory, float pVolume, float pPitch) {} + @Override + public void playSeededSound(Player p_220363_, double p_220364_, double p_220365_, double p_220366_, + SoundEvent p_220367_, SoundSource p_220368_, float p_220369_, float p_220370_, long p_220371_) {} + + @Override + public void playSeededSound(Player p_220372_, Entity p_220373_, SoundEvent p_220374_, SoundSource p_220375_, + float p_220376_, float p_220377_, long p_220378_) {} + @Override public String gatherChunkSourceStats() { return null; @@ -200,7 +214,7 @@ public class SchematicChunkSource extends ChunkSource { private static final DummyLevel DUMMY_LEVEL = new DummyLevel(null, null, RegistryAccess.BUILTIN.get() .registryOrThrow(Registry.DIMENSION_TYPE_REGISTRY) - .getHolderOrThrow(DimensionType.OVERWORLD_LOCATION), null, false, false, 0); + .getHolderOrThrow(BuiltinDimensionTypes.OVERWORLD), null, false, false, 0, 0); public EmptierChunk(RegistryAccess registryAccess) { super(DUMMY_LEVEL.withAccess(registryAccess), null); diff --git a/src/main/java/com/simibubi/create/foundation/block/CopperBlockSet.java b/src/main/java/com/simibubi/create/foundation/block/CopperBlockSet.java index 46cb8558eb..cffe002d3c 100644 --- a/src/main/java/com/simibubi/create/foundation/block/CopperBlockSet.java +++ b/src/main/java/com/simibubi/create/foundation/block/CopperBlockSet.java @@ -47,10 +47,10 @@ public class CopperBlockSet { protected static final Map> BASE_BLOCKS = new EnumMap<>(WeatherState.class); static { - BASE_BLOCKS.put(WeatherState.UNAFFECTED, Blocks.COPPER_BLOCK.delegate); - BASE_BLOCKS.put(WeatherState.EXPOSED, Blocks.EXPOSED_COPPER.delegate); - BASE_BLOCKS.put(WeatherState.WEATHERED, Blocks.WEATHERED_COPPER.delegate); - BASE_BLOCKS.put(WeatherState.OXIDIZED, Blocks.OXIDIZED_COPPER.delegate); + BASE_BLOCKS.put(WeatherState.UNAFFECTED, () -> Blocks.COPPER_BLOCK); + BASE_BLOCKS.put(WeatherState.EXPOSED, () -> Blocks.EXPOSED_COPPER); + BASE_BLOCKS.put(WeatherState.WEATHERED, () -> Blocks.WEATHERED_COPPER); + BASE_BLOCKS.put(WeatherState.OXIDIZED, () -> Blocks.OXIDIZED_COPPER); } public static final Variant[] DEFAULT_VARIANTS = diff --git a/src/main/java/com/simibubi/create/foundation/data/BuilderTransformers.java b/src/main/java/com/simibubi/create/foundation/data/BuilderTransformers.java index 2c410b692d..c1afa52cef 100644 --- a/src/main/java/com/simibubi/create/foundation/data/BuilderTransformers.java +++ b/src/main/java/com/simibubi/create/foundation/data/BuilderTransformers.java @@ -117,7 +117,7 @@ public class BuilderTransformers { .blockstate((c, p) -> { ModelFile bottom = AssetLookup.partialBaseModel(c, p, "bottom"); ModelFile top = AssetLookup.partialBaseModel(c, p, "top"); - p.doorBlock(c.get(), bottom, bottom, top, top); + p.doorBlock(c.get(), bottom, bottom, bottom, bottom, top, top, top, top); }) .addLayer(() -> RenderType::cutoutMipped) .transform(pickaxeOnly()) diff --git a/src/main/java/com/simibubi/create/foundation/data/LangMerger.java b/src/main/java/com/simibubi/create/foundation/data/LangMerger.java index d263b57d37..9041b44033 100644 --- a/src/main/java/com/simibubi/create/foundation/data/LangMerger.java +++ b/src/main/java/com/simibubi/create/foundation/data/LangMerger.java @@ -1,10 +1,10 @@ package com.simibubi.create.foundation.data; import java.io.BufferedReader; -import java.io.BufferedWriter; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; +import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; import java.util.ArrayList; @@ -12,12 +12,13 @@ import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; -import java.util.Objects; import org.apache.commons.lang3.mutable.MutableInt; import org.apache.commons.lang3.mutable.MutableObject; import org.apache.commons.lang3.tuple.Pair; +import com.google.common.hash.HashCode; +import com.google.common.hash.Hashing; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.JsonElement; @@ -29,7 +30,6 @@ import com.simibubi.create.foundation.utility.FilesHelper; import net.minecraft.data.CachedOutput; import net.minecraft.data.DataGenerator; import net.minecraft.data.DataProvider; -import net.minecraft.data.HashCache; import net.minecraft.util.GsonHelper; public class LangMerger implements DataProvider { @@ -225,24 +225,13 @@ public class LangMerger implements DataProvider { .getAsJsonObject()); } + @SuppressWarnings("deprecation") private void save(CachedOutput cache, List dataIn, int missingKeys, Path target, String message) throws IOException { - String data = createString(dataIn, missingKeys); -// data = JavaUnicodeEscaper.outsideOf(0, 0x7f) -// .translate(data); - String hash = DataProvider.SHA1.hashUnencodedChars(data) - .toString(); - if (!Objects.equals(cache.getHash(target), hash) || !Files.exists(target)) { - Files.createDirectories(target.getParent()); - - try (BufferedWriter bufferedwriter = Files.newBufferedWriter(target)) { - Create.LOGGER.info(message); - bufferedwriter.write(data); - bufferedwriter.close(); - } - } - - cache.putNew(target, hash); + Create.LOGGER.info(message); + byte[] data = createString(dataIn, missingKeys).getBytes(StandardCharsets.UTF_8); + HashCode hash = Hashing.sha1().hashBytes(data); + cache.writeIfNeeded(target, data, hash); } protected String createString(List data, int missingKeys) { diff --git a/src/main/java/com/simibubi/create/foundation/data/recipe/ProcessingRecipeGen.java b/src/main/java/com/simibubi/create/foundation/data/recipe/ProcessingRecipeGen.java index 22f447403a..1e56194780 100644 --- a/src/main/java/com/simibubi/create/foundation/data/recipe/ProcessingRecipeGen.java +++ b/src/main/java/com/simibubi/create/foundation/data/recipe/ProcessingRecipeGen.java @@ -19,7 +19,6 @@ import net.minecraft.data.DataProvider; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.item.crafting.Ingredient; import net.minecraft.world.level.ItemLike; -import net.minecraftforge.fluids.FluidAttributes; import net.minecraftforge.fluids.FluidType; public abstract class ProcessingRecipeGen extends CreateRecipeProvider { diff --git a/src/main/java/com/simibubi/create/foundation/item/render/CustomRenderedItemModelRenderer.java b/src/main/java/com/simibubi/create/foundation/item/render/CustomRenderedItemModelRenderer.java index 08f7a990a5..7d6205ba19 100644 --- a/src/main/java/com/simibubi/create/foundation/item/render/CustomRenderedItemModelRenderer.java +++ b/src/main/java/com/simibubi/create/foundation/item/render/CustomRenderedItemModelRenderer.java @@ -14,7 +14,7 @@ import net.minecraft.client.renderer.block.model.ItemTransforms; import net.minecraft.client.resources.model.BakedModel; import net.minecraft.world.item.Item; import net.minecraft.world.item.ItemStack; -import net.minecraftforge.client.RenderProperties; +import net.minecraftforge.client.extensions.common.IClientItemExtensions; import net.minecraftforge.registries.ForgeRegistries; public abstract class CustomRenderedItemModelRenderer extends BlockEntityWithoutLevelRenderer { @@ -57,7 +57,7 @@ public abstract class CustomRenderedItemModelRenderer> consumer) { for (Item item : ITEMS) { if (ForgeRegistries.ITEMS.containsValue(item)) { - BlockEntityWithoutLevelRenderer renderer = RenderProperties.get(item).getItemStackRenderer(); + BlockEntityWithoutLevelRenderer renderer = IClientItemExtensions.of(item).getCustomRenderer(); if (renderer instanceof CustomRenderedItemModelRenderer customRenderer) { consumer.accept(item, customRenderer::createModel); } diff --git a/src/main/java/com/simibubi/create/foundation/networking/AllPackets.java b/src/main/java/com/simibubi/create/foundation/networking/AllPackets.java index a87c02ef66..6dabd9875b 100644 --- a/src/main/java/com/simibubi/create/foundation/networking/AllPackets.java +++ b/src/main/java/com/simibubi/create/foundation/networking/AllPackets.java @@ -236,7 +236,7 @@ public enum AllPackets { channel.messageBuilder(type, index++, direction) .encoder(encoder) .decoder(decoder) - .consumer(handler) + .consumerNetworkThread(handler) .add(); } } diff --git a/src/main/java/com/simibubi/create/foundation/utility/Components.java b/src/main/java/com/simibubi/create/foundation/utility/Components.java index 1a892adccf..415b9e9deb 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/Components.java +++ b/src/main/java/com/simibubi/create/foundation/utility/Components.java @@ -1,34 +1,33 @@ package com.simibubi.create.foundation.utility; import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.KeybindComponent; import net.minecraft.network.chat.MutableComponent; -import net.minecraft.network.chat.TextComponent; -import net.minecraft.network.chat.TranslatableComponent; public final class Components { + private static final Component IMMUTABLE_EMPTY = Component.empty(); + public static Component immutableEmpty() { - return TextComponent.EMPTY; + return IMMUTABLE_EMPTY; } /** Use {@link #immutableEmpty()} when possible to prevent creating an extra object. */ public static MutableComponent empty() { - return TextComponent.EMPTY.copy(); + return Component.empty(); } public static MutableComponent literal(String str) { - return new TextComponent(str); + return Component.literal(str); } public static MutableComponent translatable(String key) { - return new TranslatableComponent(key); + return Component.translatable(key); } public static MutableComponent translatable(String key, Object... args) { - return new TranslatableComponent(key, args); + return Component.translatable(key, args); } public static MutableComponent keybind(String name) { - return new KeybindComponent(name); + return Component.keybind(name); } } diff --git a/src/main/java/com/simibubi/create/foundation/utility/CreateRegistry.java b/src/main/java/com/simibubi/create/foundation/utility/CreateRegistry.java index 6e1e92d5ec..3012d74639 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/CreateRegistry.java +++ b/src/main/java/com/simibubi/create/foundation/utility/CreateRegistry.java @@ -12,9 +12,8 @@ import com.simibubi.create.Create; import net.minecraft.resources.ResourceLocation; import net.minecraftforge.registries.IForgeRegistry; -import net.minecraftforge.registries.IForgeRegistryEntry; -public class CreateRegistry, V> { +public class CreateRegistry { private static final List> ALL = new ArrayList<>(); protected final IForgeRegistry objectRegistry; diff --git a/src/main/java/com/simibubi/create/foundation/utility/RegisteredObjects.java b/src/main/java/com/simibubi/create/foundation/utility/RegisteredObjects.java index 1fde9bb2dd..58121191fe 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/RegisteredObjects.java +++ b/src/main/java/com/simibubi/create/foundation/utility/RegisteredObjects.java @@ -13,13 +13,12 @@ import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.world.level.material.Fluid; import net.minecraftforge.registries.ForgeRegistries; import net.minecraftforge.registries.IForgeRegistry; -import net.minecraftforge.registries.IForgeRegistryEntry; public final class RegisteredObjects { // registry argument for easier porting to 1.19 @NotNull - public static > ResourceLocation getKeyOrThrow(IForgeRegistry registry, V value) { - ResourceLocation key = value.getRegistryName(); + public static ResourceLocation getKeyOrThrow(IForgeRegistry registry, V value) { + ResourceLocation key = registry.getKey(value); if (key == null) { throw new IllegalArgumentException("Could not get key for value " + value + "!"); } @@ -43,12 +42,12 @@ public final class RegisteredObjects { @NotNull public static ResourceLocation getKeyOrThrow(EntityType value) { - return getKeyOrThrow(ForgeRegistries.ENTITIES, value); + return getKeyOrThrow(ForgeRegistries.ENTITY_TYPES, value); } @NotNull public static ResourceLocation getKeyOrThrow(BlockEntityType value) { - return getKeyOrThrow(ForgeRegistries.BLOCK_ENTITIES, value); + return getKeyOrThrow(ForgeRegistries.BLOCK_ENTITY_TYPES, value); } @NotNull diff --git a/src/main/java/com/simibubi/create/foundation/utility/worldWrappers/WrappedServerWorld.java b/src/main/java/com/simibubi/create/foundation/utility/worldWrappers/WrappedServerWorld.java index 9996c4ddbf..ce75d7772e 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/worldWrappers/WrappedServerWorld.java +++ b/src/main/java/com/simibubi/create/foundation/utility/worldWrappers/WrappedServerWorld.java @@ -9,7 +9,6 @@ import net.minecraft.MethodsReturnNonnullByDefault; import net.minecraft.Util; import net.minecraft.core.BlockPos; import net.minecraft.core.Holder; -import net.minecraft.server.level.ServerChunkCache; import net.minecraft.server.level.ServerLevel; import net.minecraft.server.level.ServerPlayer; import net.minecraft.sounds.SoundEvent; @@ -17,10 +16,10 @@ import net.minecraft.sounds.SoundSource; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.crafting.RecipeManager; -import net.minecraft.world.level.Level; import net.minecraft.world.level.biome.Biome; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.dimension.LevelStem; import net.minecraft.world.level.material.Fluid; import net.minecraft.world.level.saveddata.maps.MapItemSavedData; import net.minecraft.world.level.storage.ServerLevelData; @@ -30,13 +29,14 @@ import net.minecraft.world.ticks.LevelTicks; @MethodsReturnNonnullByDefault public class WrappedServerWorld extends ServerLevel { - protected Level world; + protected ServerLevel world; - public WrappedServerWorld(Level world) { + public WrappedServerWorld(ServerLevel world) { super(world.getServer(), Util.backgroundExecutor(), world.getServer().storageSource, - (ServerLevelData) world.getLevelData(), world.dimension(), world.dimensionTypeRegistration(), - new DummyStatusListener(), ((ServerChunkCache) world.getChunkSource()).getGenerator(), world.isDebug(), - world.getBiomeManager().biomeZoomSeed, Collections.emptyList(), false); + (ServerLevelData) world.getLevelData(), world.dimension(), + new LevelStem(world.dimensionTypeRegistration(), world.getChunkSource().getGenerator()), + new DummyStatusListener(), world.isDebug(), world.getBiomeManager().biomeZoomSeed, + Collections.emptyList(), false); this.world = world; } diff --git a/src/main/java/com/simibubi/create/foundation/utility/worldWrappers/WrappedWorld.java b/src/main/java/com/simibubi/create/foundation/utility/worldWrappers/WrappedWorld.java index fe0e82d5d3..82c5a9bfbc 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/worldWrappers/WrappedWorld.java +++ b/src/main/java/com/simibubi/create/foundation/utility/worldWrappers/WrappedWorld.java @@ -24,10 +24,12 @@ import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.chunk.ChunkSource; import net.minecraft.world.level.entity.LevelEntityGetter; import net.minecraft.world.level.gameevent.GameEvent; +import net.minecraft.world.level.gameevent.GameEvent.Context; import net.minecraft.world.level.lighting.LevelLightEngine; import net.minecraft.world.level.material.Fluid; import net.minecraft.world.level.saveddata.maps.MapItemSavedData; import net.minecraft.world.level.storage.WritableLevelData; +import net.minecraft.world.phys.Vec3; import net.minecraft.world.scores.Scoreboard; import net.minecraft.world.ticks.LevelTickAccess; @@ -40,7 +42,7 @@ public class WrappedWorld extends Level { public WrappedWorld(Level world) { super((WritableLevelData) world.getLevelData(), world.dimension(), world.dimensionTypeRegistration(), - world::getProfiler, world.isClientSide, world.isDebug(), 0); + world::getProfiler, world.isClientSide, world.isDebug(), 0, 0); this.world = world; } @@ -111,6 +113,14 @@ public class WrappedWorld extends Level { return Collections.emptyList(); } + @Override + public void playSeededSound(Player p_220363_, double p_220364_, double p_220365_, double p_220366_, + SoundEvent p_220367_, SoundSource p_220368_, float p_220369_, float p_220370_, long p_220371_) {} + + @Override + public void playSeededSound(Player p_220372_, Entity p_220373_, SoundEvent p_220374_, SoundSource p_220375_, + float p_220376_, float p_220377_, long p_220378_) {} + @Override public void playSound(@Nullable Player player, double x, double y, double z, SoundEvent soundIn, SoundSource category, float volume, float pitch) {} @@ -177,6 +187,9 @@ public class WrappedWorld extends Level { @Override public void gameEvent(Entity pEntity, GameEvent pEvent, BlockPos pPos) {} + @Override + public void gameEvent(GameEvent p_220404_, Vec3 p_220405_, Context p_220406_) {} + @Override public String gatherChunkSourceStats() { return world.gatherChunkSourceStats(); From 4ea1f3e620481b30948830d1996026cef45c8ecb Mon Sep 17 00:00:00 2001 From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Date: Wed, 3 Aug 2022 23:43:36 -0700 Subject: [PATCH 04/51] Final Flywheel Fixes - Update Flywheel - Resolve all remaining errors --- gradle.properties | 2 +- .../components/deployer/DeployerFakePlayer.java | 1 - .../render/ContraptionRenderDispatcher.java | 6 +++--- .../elementary/BracketedKineticBlockModel.java | 9 ++------- .../schematics/client/SchematicRenderer.java | 11 +++++------ .../ponder/element/WorldSectionElement.java | 10 ++++------ .../render/BakedModelRenderHelper.java | 7 ++++--- .../foundation/render/SuperByteBuffer.java | 17 +++++++++-------- 8 files changed, 28 insertions(+), 35 deletions(-) diff --git a/gradle.properties b/gradle.properties index eb49608b94..47ba5fd887 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ parchment_version = 2022.07.10 # dependency versions registrate_version = MC1.19-1.1.5 flywheel_minecraft_version = 1.19 -flywheel_version = 0.6.4-1 +flywheel_version = 0.6.4-2 jei_minecraft_version = 1.19 jei_version = 11.1.0.235 curios_minecraft_version = 1.19 diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerFakePlayer.java b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerFakePlayer.java index 5d820649d1..b6d72d72d1 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerFakePlayer.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerFakePlayer.java @@ -56,7 +56,6 @@ public class DeployerFakePlayer extends FakePlayer { public DeployerFakePlayer(ServerLevel world) { super(world, DEPLOYER_PROFILE); connection = new FakePlayNetHandler(world.getServer(), this); - this.playEquipSound(spawnedItemEffects); } @Override diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/render/ContraptionRenderDispatcher.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/render/ContraptionRenderDispatcher.java index c6c5e30cf9..891de4d755 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/render/ContraptionRenderDispatcher.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/render/ContraptionRenderDispatcher.java @@ -15,7 +15,7 @@ import com.jozufozu.flywheel.event.ReloadRenderersEvent; import com.jozufozu.flywheel.event.RenderLayerEvent; import com.jozufozu.flywheel.util.WorldAttached; import com.jozufozu.flywheel.util.transform.TransformStack; -import com.mojang.blaze3d.vertex.BufferBuilder; +import com.mojang.blaze3d.vertex.BufferBuilder.RenderedBuffer; import com.mojang.blaze3d.vertex.PoseStack; import com.simibubi.create.AllMovementBehaviours; import com.simibubi.create.content.contraptions.components.structureMovement.AbstractContraptionEntity; @@ -171,11 +171,11 @@ public class ContraptionRenderDispatcher { public static SuperByteBuffer buildStructureBuffer(VirtualRenderWorld renderWorld, Contraption c, RenderType layer) { Collection values = c.getRenderedBlocks(); - BufferBuilder builder = new WorldModelBuilder(layer).withRenderWorld(renderWorld) + com.jozufozu.flywheel.util.Pair pair = new WorldModelBuilder(layer).withRenderWorld(renderWorld) .withBlocks(values) .withModelData(c.modelData) .build(); - return new SuperByteBuffer(builder); + return new SuperByteBuffer(pair.first(), pair.second()); } public static int getLight(Level world, float lx, float ly, float lz) { diff --git a/src/main/java/com/simibubi/create/content/contraptions/relays/elementary/BracketedKineticBlockModel.java b/src/main/java/com/simibubi/create/content/contraptions/relays/elementary/BracketedKineticBlockModel.java index 8fca030035..0872227c15 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/relays/elementary/BracketedKineticBlockModel.java +++ b/src/main/java/com/simibubi/create/content/contraptions/relays/elementary/BracketedKineticBlockModel.java @@ -29,7 +29,7 @@ public class BracketedKineticBlockModel extends BakedModelWrapper { @Override public ModelData getModelData(BlockAndTintGetter world, BlockPos pos, BlockState state, ModelData tileData) { - if (isVirtual(tileData)) + if (ModelUtil.isVirtual(tileData)) return tileData; BracketedModelData data = new BracketedModelData(); BracketedTileEntityBehaviour attachmentBehaviour = @@ -42,7 +42,7 @@ public class BracketedKineticBlockModel extends BakedModelWrapper { @Override public List getQuads(BlockState state, Direction side, RandomSource rand, ModelData data, RenderType renderType) { - if (!isVirtual(data)) { + if (!ModelUtil.isVirtual(data)) { if (data.has(BRACKET_PROPERTY)) { BracketedModelData pipeData = data.get(BRACKET_PROPERTY); BakedModel bracket = pipeData.getBracket(); @@ -54,11 +54,6 @@ public class BracketedKineticBlockModel extends BakedModelWrapper { return super.getQuads(state, side, rand, data, renderType); } - // TODO 1.19: move to Flywheel's ModelUtil - private static boolean isVirtual(ModelData data) { - return data.has(ModelUtil.VIRTUAL_PROPERTY) && data.get(ModelUtil.VIRTUAL_PROPERTY); - } - private static class BracketedModelData { private BakedModel bracket; diff --git a/src/main/java/com/simibubi/create/content/schematics/client/SchematicRenderer.java b/src/main/java/com/simibubi/create/content/schematics/client/SchematicRenderer.java index fbc0863627..ffce00ef39 100644 --- a/src/main/java/com/simibubi/create/content/schematics/client/SchematicRenderer.java +++ b/src/main/java/com/simibubi/create/content/schematics/client/SchematicRenderer.java @@ -4,9 +4,10 @@ import java.util.LinkedHashMap; import java.util.Map; import com.jozufozu.flywheel.core.model.ModelUtil; -import com.jozufozu.flywheel.core.model.ShadeSeparatedBufferBuilder; import com.jozufozu.flywheel.core.model.ShadeSeparatingVertexConsumer; +import com.jozufozu.flywheel.util.Pair; import com.mojang.blaze3d.vertex.BufferBuilder; +import com.mojang.blaze3d.vertex.BufferBuilder.RenderedBuffer; import com.mojang.blaze3d.vertex.DefaultVertexFormat; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexFormat; @@ -100,7 +101,7 @@ public class SchematicRenderer { BoundingBox bounds = renderWorld.getBounds(); ShadeSeparatingVertexConsumer shadeSeparatingWrapper = objects.shadeSeparatingWrapper; - ShadeSeparatedBufferBuilder builder = new ShadeSeparatedBufferBuilder(512); + BufferBuilder builder = new BufferBuilder(512); BufferBuilder unshadedBuilder = objects.unshadedBuilder; builder.begin(VertexFormat.Mode.QUADS, DefaultVertexFormat.BLOCK); @@ -132,13 +133,11 @@ public class SchematicRenderer { ModelBlockRenderer.clearCache(); shadeSeparatingWrapper.clear(); - unshadedBuilder.end(); - builder.appendUnshadedVertices(unshadedBuilder); - builder.end(); + Pair pair = ModelUtil.endShadeSeparated(builder, unshadedBuilder); renderWorld.renderMode = false; - return new SuperByteBuffer(builder); + return new SuperByteBuffer(pair.first(), pair.second()); } private static int getLayerCount() { diff --git a/src/main/java/com/simibubi/create/foundation/ponder/element/WorldSectionElement.java b/src/main/java/com/simibubi/create/foundation/ponder/element/WorldSectionElement.java index 4d54b75806..bd00f1d8c6 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/element/WorldSectionElement.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/element/WorldSectionElement.java @@ -7,10 +7,10 @@ import java.util.Map.Entry; import java.util.function.Consumer; import com.jozufozu.flywheel.core.model.ModelUtil; -import com.jozufozu.flywheel.core.model.ShadeSeparatedBufferBuilder; import com.jozufozu.flywheel.core.model.ShadeSeparatingVertexConsumer; import com.jozufozu.flywheel.util.transform.TransformStack; import com.mojang.blaze3d.vertex.BufferBuilder; +import com.mojang.blaze3d.vertex.BufferBuilder.RenderedBuffer; import com.mojang.blaze3d.vertex.DefaultVertexFormat; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.SheetedDecalTextureGenerator; @@ -418,7 +418,7 @@ public class WorldSectionElement extends AnimatedSceneElement { PoseStack poseStack = objects.poseStack; RandomSource random = objects.random; ShadeSeparatingVertexConsumer shadeSeparatingWrapper = objects.shadeSeparatingWrapper; - ShadeSeparatedBufferBuilder builder = new ShadeSeparatedBufferBuilder(512); + BufferBuilder builder = new BufferBuilder(512); BufferBuilder unshadedBuilder = objects.unshadedBuilder; builder.begin(VertexFormat.Mode.QUADS, DefaultVertexFormat.BLOCK); @@ -455,11 +455,9 @@ public class WorldSectionElement extends AnimatedSceneElement { world.clearMask(); shadeSeparatingWrapper.clear(); - unshadedBuilder.end(); - builder.appendUnshadedVertices(unshadedBuilder); - builder.end(); + com.jozufozu.flywheel.util.Pair pair = ModelUtil.endShadeSeparated(builder, unshadedBuilder); - return new SuperByteBuffer(builder); + return new SuperByteBuffer(pair.first(), pair.second()); } private static class ThreadLocalObjects { diff --git a/src/main/java/com/simibubi/create/foundation/render/BakedModelRenderHelper.java b/src/main/java/com/simibubi/create/foundation/render/BakedModelRenderHelper.java index aa8300cde5..c5e675c7ea 100644 --- a/src/main/java/com/simibubi/create/foundation/render/BakedModelRenderHelper.java +++ b/src/main/java/com/simibubi/create/foundation/render/BakedModelRenderHelper.java @@ -1,7 +1,8 @@ package com.simibubi.create.foundation.render; import com.jozufozu.flywheel.core.model.ModelUtil; -import com.mojang.blaze3d.vertex.BufferBuilder; +import com.jozufozu.flywheel.util.Pair; +import com.mojang.blaze3d.vertex.BufferBuilder.RenderedBuffer; import com.mojang.blaze3d.vertex.PoseStack; import net.minecraft.client.Minecraft; @@ -22,8 +23,8 @@ public class BakedModelRenderHelper { } public static SuperByteBuffer standardModelRender(BakedModel model, BlockState referenceState, PoseStack ms) { - BufferBuilder builder = ModelUtil.getBufferBuilder(model, referenceState, ms); - return new SuperByteBuffer(builder); + Pair pair = ModelUtil.getBufferBuilder(model, referenceState, ms); + return new SuperByteBuffer(pair.first(), pair.second()); } } diff --git a/src/main/java/com/simibubi/create/foundation/render/SuperByteBuffer.java b/src/main/java/com/simibubi/create/foundation/render/SuperByteBuffer.java index 0890291913..0419b5d39f 100644 --- a/src/main/java/com/simibubi/create/foundation/render/SuperByteBuffer.java +++ b/src/main/java/com/simibubi/create/foundation/render/SuperByteBuffer.java @@ -5,12 +5,12 @@ import java.util.function.IntPredicate; import com.jozufozu.flywheel.api.vertex.ShadedVertexList; import com.jozufozu.flywheel.api.vertex.VertexList; import com.jozufozu.flywheel.backend.ShadersModHandler; -import com.jozufozu.flywheel.core.model.ShadeSeparatedBufferBuilder; import com.jozufozu.flywheel.core.vertex.BlockVertexList; import com.jozufozu.flywheel.util.DiffuseLightCalculator; import com.jozufozu.flywheel.util.transform.TStack; import com.jozufozu.flywheel.util.transform.Transform; -import com.mojang.blaze3d.vertex.BufferBuilder; +import com.mojang.blaze3d.vertex.BufferBuilder.DrawState; +import com.mojang.blaze3d.vertex.BufferBuilder.RenderedBuffer; import com.mojang.blaze3d.vertex.PoseStack; import com.mojang.blaze3d.vertex.VertexConsumer; import com.mojang.math.Matrix3f; @@ -66,13 +66,14 @@ public class SuperByteBuffer implements Transform, TStack true; } transforms = new PoseStack(); @@ -233,7 +234,7 @@ public class SuperByteBuffer implements Transform, TStack Date: Thu, 4 Aug 2022 12:56:08 +0200 Subject: [PATCH 05/51] Chipping away --- .../com/simibubi/create/AllRecipeTypes.java | 2 ++ .../java/com/simibubi/create/AllTags.java | 5 +-- .../simibubi/create/events/ClientEvents.java | 14 ++++---- .../foundation/data/CreateRegistrate.java | 32 ++++++++++++++++--- .../data/recipe/CuttingRecipeGen.java | 2 ++ .../EntityContraptionInteractionMixin.java | 4 +-- .../models/block/blaze_burner/block.json | 2 +- .../block/blaze_burner/block_with_blaze.json | 2 +- .../block/blaze_burner/block_with_fire.json | 2 +- .../blaze_burner/block_with_soul_fire.json | 2 +- .../models/block/blaze_burner/flame.json | 2 +- .../models/block/blaze_burner/rods_large.json | 2 +- .../models/block/blaze_burner/rods_small.json | 2 +- .../blaze_burner/superheated_rods_large.json | 2 +- .../blaze_burner/superheated_rods_small.json | 2 +- .../create/models/block/flywheel/block.json | 2 +- .../create/models/block/flywheel/item.json | 2 +- .../create/models/block/track/ascending.json | 2 +- .../models/block/track/bogey/bogey_drive.json | 2 +- .../block/track/bogey/bogey_drive_piston.json | 2 +- .../block/track/bogey/bogey_drive_wheel.json | 2 +- .../track/bogey/bogey_drive_wheel_pin.json | 2 +- .../models/block/track/bogey/bogey_frame.json | 2 +- .../models/block/track/bogey/bogey_wheel.json | 2 +- .../models/block/track/cross_d1_xo.json | 2 +- .../models/block/track/cross_d1_zo.json | 2 +- .../models/block/track/cross_d2_xo.json | 2 +- .../models/block/track/cross_d2_zo.json | 2 +- .../create/models/block/track/cross_diag.json | 2 +- .../create/models/block/track/diag.json | 2 +- .../create/models/block/track/diag_2.json | 2 +- 31 files changed, 69 insertions(+), 40 deletions(-) diff --git a/src/main/java/com/simibubi/create/AllRecipeTypes.java b/src/main/java/com/simibubi/create/AllRecipeTypes.java index ed0c56b0e9..d803d6f4b6 100644 --- a/src/main/java/com/simibubi/create/AllRecipeTypes.java +++ b/src/main/java/com/simibubi/create/AllRecipeTypes.java @@ -126,6 +126,8 @@ public enum AllRecipeTypes implements IRecipeTypeInfo { event.register(Registry.RECIPE_TYPE_REGISTRY, helper -> { for (AllRecipeTypes r : AllRecipeTypes.values()) { r.type = r.typeSupplier.get(); + if (r.type == RecipeType.CRAFTING) + continue; helper.register(r.id, r.type); } }); diff --git a/src/main/java/com/simibubi/create/AllTags.java b/src/main/java/com/simibubi/create/AllTags.java index 3903693a5b..cb9cb2e485 100644 --- a/src/main/java/com/simibubi/create/AllTags.java +++ b/src/main/java/com/simibubi/create/AllTags.java @@ -373,13 +373,14 @@ public class AllTags { AllItemTags.VANILLA_STRIPPED_LOGS.add(Items.STRIPPED_ACACIA_LOG, Items.STRIPPED_BIRCH_LOG, Items.STRIPPED_CRIMSON_STEM, Items.STRIPPED_DARK_OAK_LOG, Items.STRIPPED_JUNGLE_LOG, Items.STRIPPED_OAK_LOG, - Items.STRIPPED_SPRUCE_LOG, Items.STRIPPED_WARPED_STEM); + Items.STRIPPED_SPRUCE_LOG, Items.STRIPPED_MANGROVE_LOG, Items.STRIPPED_WARPED_STEM); AllItemTags.VANILLA_STRIPPED_LOGS.includeIn(AllItemTags.STRIPPED_LOGS); AllItemTags.VANILLA_STRIPPED_WOOD.add(Items.STRIPPED_ACACIA_WOOD, Items.STRIPPED_BIRCH_WOOD, Items.STRIPPED_CRIMSON_HYPHAE, Items.STRIPPED_DARK_OAK_WOOD, Items.STRIPPED_JUNGLE_WOOD, - Items.STRIPPED_OAK_WOOD, Items.STRIPPED_SPRUCE_WOOD, Items.STRIPPED_WARPED_HYPHAE); + Items.STRIPPED_OAK_WOOD, Items.STRIPPED_MANGROVE_WOOD, Items.STRIPPED_SPRUCE_WOOD, + Items.STRIPPED_WARPED_HYPHAE); AllItemTags.VANILLA_STRIPPED_WOOD.includeIn(AllItemTags.STRIPPED_WOOD); diff --git a/src/main/java/com/simibubi/create/events/ClientEvents.java b/src/main/java/com/simibubi/create/events/ClientEvents.java index 24f30cd2ba..2acd54a57c 100644 --- a/src/main/java/com/simibubi/create/events/ClientEvents.java +++ b/src/main/java/com/simibubi/create/events/ClientEvents.java @@ -404,13 +404,13 @@ public class ClientEvents { @SubscribeEvent public static void registerGuiOverlays(RegisterGuiOverlaysEvent event) { // Register overlays in reverse order - event.registerAbove(VanillaGuiOverlay.AIR_LEVEL.id(), "Create's Remaining Air", CopperBacktankArmorLayer.REMAINING_AIR_OVERLAY); - event.registerAbove(VanillaGuiOverlay.EXPERIENCE_BAR.id(), "Create's Train Driver HUD", TrainHUD.OVERLAY); - event.registerAbove(VanillaGuiOverlay.HOTBAR.id(), "Create's Goggle Information", GoggleOverlayRenderer.OVERLAY); - event.registerAbove(VanillaGuiOverlay.HOTBAR.id(), "Create's Blueprints", BlueprintOverlayRenderer.OVERLAY); - event.registerAbove(VanillaGuiOverlay.HOTBAR.id(), "Create's Linked Controller", LinkedControllerClientHandler.OVERLAY); - event.registerAbove(VanillaGuiOverlay.HOTBAR.id(), "Create's Schematics", CreateClient.SCHEMATIC_HANDLER.getOverlayRenderer()); - event.registerAbove(VanillaGuiOverlay.HOTBAR.id(), "Create's Toolboxes", ToolboxHandlerClient.OVERLAY); + event.registerAbove(VanillaGuiOverlay.AIR_LEVEL.id(), "remaining_air", CopperBacktankArmorLayer.REMAINING_AIR_OVERLAY); + event.registerAbove(VanillaGuiOverlay.EXPERIENCE_BAR.id(), "train_hud", TrainHUD.OVERLAY); + event.registerAbove(VanillaGuiOverlay.HOTBAR.id(), "goggle_info", GoggleOverlayRenderer.OVERLAY); + event.registerAbove(VanillaGuiOverlay.HOTBAR.id(), "blueprint", BlueprintOverlayRenderer.OVERLAY); + event.registerAbove(VanillaGuiOverlay.HOTBAR.id(), "linked_controller", LinkedControllerClientHandler.OVERLAY); + event.registerAbove(VanillaGuiOverlay.HOTBAR.id(), "schematic", CreateClient.SCHEMATIC_HANDLER.getOverlayRenderer()); + event.registerAbove(VanillaGuiOverlay.HOTBAR.id(), "toolbox", ToolboxHandlerClient.OVERLAY); } @SubscribeEvent diff --git a/src/main/java/com/simibubi/create/foundation/data/CreateRegistrate.java b/src/main/java/com/simibubi/create/foundation/data/CreateRegistrate.java index 04e1fc6391..e571e4244e 100644 --- a/src/main/java/com/simibubi/create/foundation/data/CreateRegistrate.java +++ b/src/main/java/com/simibubi/create/foundation/data/CreateRegistrate.java @@ -7,6 +7,7 @@ import java.util.IdentityHashMap; import java.util.Map; import java.util.Map.Entry; import java.util.function.BiConsumer; +import java.util.function.Consumer; import java.util.function.Supplier; import java.util.stream.Collectors; @@ -42,6 +43,8 @@ import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.world.level.block.state.BlockBehaviour.Properties; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; +import net.minecraftforge.client.extensions.common.IClientFluidTypeExtensions; +import net.minecraftforge.fluids.FluidType; import net.minecraftforge.fluids.ForgeFlowingFluid; import net.minecraftforge.fml.DistExecutor; import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; @@ -175,14 +178,15 @@ public class CreateRegistrate extends AbstractRegistrate { public FluidBuilder virtualFluid(String name) { return entry(name, - c -> new VirtualFluidBuilder<>(self(), self(), name, c, Create.asResource("fluid/" + name + "_still"), - Create.asResource("fluid/" + name + "_flow"), null, VirtualFluid::new)); + c -> new VirtualFluidBuilder(self(), self(), name, c, + Create.asResource("fluid/" + name + "_still"), Create.asResource("fluid/" + name + "_flow"), + CreateRegistrate::defaultFluidType, VirtualFluid::new)); } public FluidBuilder virtualFluid(String name, ResourceLocation still, ResourceLocation flow) { - return entry(name, - c -> new VirtualFluidBuilder<>(self(), self(), name, c, still, flow, null, VirtualFluid::new)); + return entry(name, c -> new VirtualFluidBuilder<>(self(), self(), name, c, still, flow, + CreateRegistrate::defaultFluidType, VirtualFluid::new)); } public FluidBuilder standardFluid(String name) { @@ -195,6 +199,26 @@ public class CreateRegistrate extends AbstractRegistrate { typeFactory); } + public static FluidType defaultFluidType(FluidType.Properties properties, ResourceLocation stillTexture, + ResourceLocation flowingTexture) { + return new FluidType(properties) { + @Override + public void initializeClient(Consumer consumer) { + consumer.accept(new IClientFluidTypeExtensions() { + @Override + public ResourceLocation getStillTexture() { + return stillTexture; + } + + @Override + public ResourceLocation getFlowingTexture() { + return flowingTexture; + } + }); + } + }; + } + /* Util */ public static NonNullConsumer casingConnectivity( diff --git a/src/main/java/com/simibubi/create/foundation/data/recipe/CuttingRecipeGen.java b/src/main/java/com/simibubi/create/foundation/data/recipe/CuttingRecipeGen.java index 2da2495969..6dd8b01507 100644 --- a/src/main/java/com/simibubi/create/foundation/data/recipe/CuttingRecipeGen.java +++ b/src/main/java/com/simibubi/create/foundation/data/recipe/CuttingRecipeGen.java @@ -20,6 +20,7 @@ public class CuttingRecipeGen extends ProcessingRecipeGen { JUNGLE_WOOD = stripAndMakePlanks(Blocks.JUNGLE_WOOD, Blocks.STRIPPED_JUNGLE_WOOD, Blocks.JUNGLE_PLANKS), ACACIA_WOOD = stripAndMakePlanks(Blocks.ACACIA_WOOD, Blocks.STRIPPED_ACACIA_WOOD, Blocks.ACACIA_PLANKS), DARK_OAK_WOOD = stripAndMakePlanks(Blocks.DARK_OAK_WOOD, Blocks.STRIPPED_DARK_OAK_WOOD, Blocks.DARK_OAK_PLANKS), + MANGROVE_WOOD = stripAndMakePlanks(Blocks.MANGROVE_WOOD, Blocks.STRIPPED_MANGROVE_WOOD, Blocks.MANGROVE_PLANKS), CRIMSON_WOOD = stripAndMakePlanks(Blocks.CRIMSON_HYPHAE, Blocks.STRIPPED_CRIMSON_HYPHAE, Blocks.CRIMSON_PLANKS), WARPED_WOOD = stripAndMakePlanks(Blocks.WARPED_HYPHAE, Blocks.STRIPPED_WARPED_HYPHAE, Blocks.WARPED_PLANKS), @@ -29,6 +30,7 @@ public class CuttingRecipeGen extends ProcessingRecipeGen { JUNGLE_LOG = stripAndMakePlanks(Blocks.JUNGLE_LOG, Blocks.STRIPPED_JUNGLE_LOG, Blocks.JUNGLE_PLANKS), ACACIA_LOG = stripAndMakePlanks(Blocks.ACACIA_LOG, Blocks.STRIPPED_ACACIA_LOG, Blocks.ACACIA_PLANKS), DARK_OAK_LOG = stripAndMakePlanks(Blocks.DARK_OAK_LOG, Blocks.STRIPPED_DARK_OAK_LOG, Blocks.DARK_OAK_PLANKS), + MANGROVE_LOG = stripAndMakePlanks(Blocks.MANGROVE_LOG, Blocks.STRIPPED_MANGROVE_LOG, Blocks.MANGROVE_PLANKS), CRIMSON_LOG = stripAndMakePlanks(Blocks.CRIMSON_STEM, Blocks.STRIPPED_CRIMSON_STEM, Blocks.CRIMSON_PLANKS), WARPED_LOG = stripAndMakePlanks(Blocks.WARPED_STEM, Blocks.STRIPPED_WARPED_STEM, Blocks.WARPED_PLANKS), diff --git a/src/main/java/com/simibubi/create/foundation/mixin/EntityContraptionInteractionMixin.java b/src/main/java/com/simibubi/create/foundation/mixin/EntityContraptionInteractionMixin.java index dff3c07414..7363000afe 100644 --- a/src/main/java/com/simibubi/create/foundation/mixin/EntityContraptionInteractionMixin.java +++ b/src/main/java/com/simibubi/create/foundation/mixin/EntityContraptionInteractionMixin.java @@ -1,7 +1,6 @@ package com.simibubi.create.foundation.mixin; import java.lang.ref.Reference; -import java.util.Random; import java.util.Set; import java.util.concurrent.atomic.AtomicBoolean; import java.util.stream.Collectors; @@ -23,6 +22,7 @@ import net.minecraft.core.BlockPos; import net.minecraft.core.particles.BlockParticleOption; import net.minecraft.core.particles.ParticleTypes; import net.minecraft.sounds.SoundEvent; +import net.minecraft.util.RandomSource; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.MoverType; import net.minecraft.world.entity.player.Player; @@ -44,7 +44,7 @@ public abstract class EntityContraptionInteractionMixin extends CapabilityProvid @Final @Shadow - protected Random random; + protected RandomSource random; @Shadow private float nextStep; diff --git a/src/main/resources/assets/create/models/block/blaze_burner/block.json b/src/main/resources/assets/create/models/block/blaze_burner/block.json index d068693ff1..bf4ac65bdd 100644 --- a/src/main/resources/assets/create/models/block/blaze_burner/block.json +++ b/src/main/resources/assets/create/models/block/blaze_burner/block.json @@ -1,7 +1,7 @@ { "parent": "block/block", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/blaze_burner/blaze_cage.obj", "textures": { "0": "create:block/blaze_heater_brazier", diff --git a/src/main/resources/assets/create/models/block/blaze_burner/block_with_blaze.json b/src/main/resources/assets/create/models/block/blaze_burner/block_with_blaze.json index efff713bc0..95eaabaa28 100644 --- a/src/main/resources/assets/create/models/block/blaze_burner/block_with_blaze.json +++ b/src/main/resources/assets/create/models/block/blaze_burner/block_with_blaze.json @@ -1,7 +1,7 @@ { "parent": "block/block", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/blaze_burner/item.obj", "textures": { "0": "create:block/blaze_heater_brazier", diff --git a/src/main/resources/assets/create/models/block/blaze_burner/block_with_fire.json b/src/main/resources/assets/create/models/block/blaze_burner/block_with_fire.json index 6538543e77..ea0e239280 100644 --- a/src/main/resources/assets/create/models/block/blaze_burner/block_with_fire.json +++ b/src/main/resources/assets/create/models/block/blaze_burner/block_with_fire.json @@ -1,7 +1,7 @@ { "parent": "block/block", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/blaze_burner/campfire.obj", "textures": { "0": "create:block/blaze_heater_brazier", diff --git a/src/main/resources/assets/create/models/block/blaze_burner/block_with_soul_fire.json b/src/main/resources/assets/create/models/block/blaze_burner/block_with_soul_fire.json index d5c2ebf347..4b3180f6b0 100644 --- a/src/main/resources/assets/create/models/block/blaze_burner/block_with_soul_fire.json +++ b/src/main/resources/assets/create/models/block/blaze_burner/block_with_soul_fire.json @@ -1,7 +1,7 @@ { "parent": "block/block", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/blaze_burner/campfire.obj", "textures": { "0": "create:block/blaze_heater_brazier_soul", diff --git a/src/main/resources/assets/create/models/block/blaze_burner/flame.json b/src/main/resources/assets/create/models/block/blaze_burner/flame.json index b520161d73..c111c8b3a1 100644 --- a/src/main/resources/assets/create/models/block/blaze_burner/flame.json +++ b/src/main/resources/assets/create/models/block/blaze_burner/flame.json @@ -1,7 +1,7 @@ { "parent": "block/block", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/blaze_burner/blaze_flame.obj", "textures": { "0": "create:block/blaze_burner_flame" diff --git a/src/main/resources/assets/create/models/block/blaze_burner/rods_large.json b/src/main/resources/assets/create/models/block/blaze_burner/rods_large.json index 8a2e5b3f3f..6256422818 100644 --- a/src/main/resources/assets/create/models/block/blaze_burner/rods_large.json +++ b/src/main/resources/assets/create/models/block/blaze_burner/rods_large.json @@ -1,7 +1,7 @@ { "parent": "block/block", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/blaze_burner/blaze_rods_large.obj", "textures": { "0": "create:block/blaze_active" diff --git a/src/main/resources/assets/create/models/block/blaze_burner/rods_small.json b/src/main/resources/assets/create/models/block/blaze_burner/rods_small.json index 09a6e97672..285fbff7cb 100644 --- a/src/main/resources/assets/create/models/block/blaze_burner/rods_small.json +++ b/src/main/resources/assets/create/models/block/blaze_burner/rods_small.json @@ -1,7 +1,7 @@ { "parent": "block/block", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/blaze_burner/blaze_rods_small.obj", "textures": { "0": "create:block/blaze_active" diff --git a/src/main/resources/assets/create/models/block/blaze_burner/superheated_rods_large.json b/src/main/resources/assets/create/models/block/blaze_burner/superheated_rods_large.json index 971443123b..0b3b4c0451 100644 --- a/src/main/resources/assets/create/models/block/blaze_burner/superheated_rods_large.json +++ b/src/main/resources/assets/create/models/block/blaze_burner/superheated_rods_large.json @@ -1,7 +1,7 @@ { "parent": "block/block", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/blaze_burner/blaze_rods_large.obj", "textures": { "0": "create:block/blaze_super" diff --git a/src/main/resources/assets/create/models/block/blaze_burner/superheated_rods_small.json b/src/main/resources/assets/create/models/block/blaze_burner/superheated_rods_small.json index 47e6ef7fc7..3a1ceb70d2 100644 --- a/src/main/resources/assets/create/models/block/blaze_burner/superheated_rods_small.json +++ b/src/main/resources/assets/create/models/block/blaze_burner/superheated_rods_small.json @@ -1,7 +1,7 @@ { "parent": "block/block", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/blaze_burner/blaze_rods_small.obj", "textures": { "0": "create:block/blaze_super" diff --git a/src/main/resources/assets/create/models/block/flywheel/block.json b/src/main/resources/assets/create/models/block/flywheel/block.json index 4add27c0c3..ee0e2e49ff 100644 --- a/src/main/resources/assets/create/models/block/flywheel/block.json +++ b/src/main/resources/assets/create/models/block/flywheel/block.json @@ -1,6 +1,6 @@ { "parent": "create:block/flywheel/flywheel", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/flywheel/flywheel_shaftless.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/flywheel/item.json b/src/main/resources/assets/create/models/block/flywheel/item.json index 36e6e75e22..054c1efd06 100644 --- a/src/main/resources/assets/create/models/block/flywheel/item.json +++ b/src/main/resources/assets/create/models/block/flywheel/item.json @@ -1,7 +1,7 @@ { "parent": "create:block/flywheel/flywheel", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/flywheel/flywheel.obj", "display": { "gui": { diff --git a/src/main/resources/assets/create/models/block/track/ascending.json b/src/main/resources/assets/create/models/block/track/ascending.json index b5232533aa..9e9373d9fb 100644 --- a/src/main/resources/assets/create/models/block/track/ascending.json +++ b/src/main/resources/assets/create/models/block/track/ascending.json @@ -1,7 +1,7 @@ { "loader": "forge:obj", "ambientocclusion": false, - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/ascending.obj", "textures": { "0": "create:block/standard_track", diff --git a/src/main/resources/assets/create/models/block/track/bogey/bogey_drive.json b/src/main/resources/assets/create/models/block/track/bogey/bogey_drive.json index b4ea2f4144..23542b4637 100644 --- a/src/main/resources/assets/create/models/block/track/bogey/bogey_drive.json +++ b/src/main/resources/assets/create/models/block/track/bogey/bogey_drive.json @@ -1,6 +1,6 @@ { "parent": "create:block/track/bogey/textures", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/bogey/bogey_drive.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/track/bogey/bogey_drive_piston.json b/src/main/resources/assets/create/models/block/track/bogey/bogey_drive_piston.json index 7ac2000a1e..37fd4ec944 100644 --- a/src/main/resources/assets/create/models/block/track/bogey/bogey_drive_piston.json +++ b/src/main/resources/assets/create/models/block/track/bogey/bogey_drive_piston.json @@ -1,6 +1,6 @@ { "parent": "create:block/track/bogey/textures", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/bogey/bogey_drive_piston.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/track/bogey/bogey_drive_wheel.json b/src/main/resources/assets/create/models/block/track/bogey/bogey_drive_wheel.json index 203caf372d..6a620cc408 100644 --- a/src/main/resources/assets/create/models/block/track/bogey/bogey_drive_wheel.json +++ b/src/main/resources/assets/create/models/block/track/bogey/bogey_drive_wheel.json @@ -1,6 +1,6 @@ { "parent": "create:block/track/bogey/textures", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/bogey/bogey_drive_wheel.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/track/bogey/bogey_drive_wheel_pin.json b/src/main/resources/assets/create/models/block/track/bogey/bogey_drive_wheel_pin.json index 9cfafddfba..cb5eae82db 100644 --- a/src/main/resources/assets/create/models/block/track/bogey/bogey_drive_wheel_pin.json +++ b/src/main/resources/assets/create/models/block/track/bogey/bogey_drive_wheel_pin.json @@ -1,6 +1,6 @@ { "parent": "create:block/track/bogey/textures", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/bogey/bogey_drive_wheel_pin.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/track/bogey/bogey_frame.json b/src/main/resources/assets/create/models/block/track/bogey/bogey_frame.json index f9b2073b18..0a64ff3ffb 100644 --- a/src/main/resources/assets/create/models/block/track/bogey/bogey_frame.json +++ b/src/main/resources/assets/create/models/block/track/bogey/bogey_frame.json @@ -1,6 +1,6 @@ { "parent": "create:block/track/bogey/textures", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/bogey/bogey_frame.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/track/bogey/bogey_wheel.json b/src/main/resources/assets/create/models/block/track/bogey/bogey_wheel.json index fd8f602ff4..759fb73c98 100644 --- a/src/main/resources/assets/create/models/block/track/bogey/bogey_wheel.json +++ b/src/main/resources/assets/create/models/block/track/bogey/bogey_wheel.json @@ -1,6 +1,6 @@ { "parent": "create:block/track/bogey/textures", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/bogey/bogey_wheel.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/track/cross_d1_xo.json b/src/main/resources/assets/create/models/block/track/cross_d1_xo.json index 96ced4cc20..8ae284d702 100644 --- a/src/main/resources/assets/create/models/block/track/cross_d1_xo.json +++ b/src/main/resources/assets/create/models/block/track/cross_d1_xo.json @@ -1,6 +1,6 @@ { "parent": "create:block/track/obj_track", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/cross_d1_xo.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/track/cross_d1_zo.json b/src/main/resources/assets/create/models/block/track/cross_d1_zo.json index 2c8a79c55c..74f5e64822 100644 --- a/src/main/resources/assets/create/models/block/track/cross_d1_zo.json +++ b/src/main/resources/assets/create/models/block/track/cross_d1_zo.json @@ -1,6 +1,6 @@ { "parent": "create:block/track/obj_track", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/cross_d1_zo.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/track/cross_d2_xo.json b/src/main/resources/assets/create/models/block/track/cross_d2_xo.json index 6437cfc98d..33b170ec09 100644 --- a/src/main/resources/assets/create/models/block/track/cross_d2_xo.json +++ b/src/main/resources/assets/create/models/block/track/cross_d2_xo.json @@ -1,6 +1,6 @@ { "parent": "create:block/track/obj_track", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/cross_d2_xo.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/track/cross_d2_zo.json b/src/main/resources/assets/create/models/block/track/cross_d2_zo.json index 03290ed4cc..4bd8858772 100644 --- a/src/main/resources/assets/create/models/block/track/cross_d2_zo.json +++ b/src/main/resources/assets/create/models/block/track/cross_d2_zo.json @@ -1,6 +1,6 @@ { "parent": "create:block/track/obj_track", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/cross_d2_zo.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/track/cross_diag.json b/src/main/resources/assets/create/models/block/track/cross_diag.json index 172e7325e2..89f77fd845 100644 --- a/src/main/resources/assets/create/models/block/track/cross_diag.json +++ b/src/main/resources/assets/create/models/block/track/cross_diag.json @@ -1,6 +1,6 @@ { "parent": "create:block/track/obj_track", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/cross_diag.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/track/diag.json b/src/main/resources/assets/create/models/block/track/diag.json index c9a00029cc..755ce9639d 100644 --- a/src/main/resources/assets/create/models/block/track/diag.json +++ b/src/main/resources/assets/create/models/block/track/diag.json @@ -1,6 +1,6 @@ { "parent": "create:block/track/obj_track", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/diag.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/track/diag_2.json b/src/main/resources/assets/create/models/block/track/diag_2.json index 6f6ff1165c..50f81215fc 100644 --- a/src/main/resources/assets/create/models/block/track/diag_2.json +++ b/src/main/resources/assets/create/models/block/track/diag_2.json @@ -1,6 +1,6 @@ { "parent": "create:block/track/obj_track", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/diag_2.obj" } \ No newline at end of file From 164dd62a29a4ec2aabc376903f2092bdd07f806a Mon Sep 17 00:00:00 2001 From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Date: Sun, 7 Aug 2022 12:21:41 -0700 Subject: [PATCH 06/51] Chocolate Can Cause Crashes - Fix crash when rendering Create fluids - Fix Create fluids not having a texture --- .../java/com/simibubi/create/AllFluids.java | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/src/main/java/com/simibubi/create/AllFluids.java b/src/main/java/com/simibubi/create/AllFluids.java index c1c7915d2a..b6e2b7a92b 100644 --- a/src/main/java/com/simibubi/create/AllFluids.java +++ b/src/main/java/com/simibubi/create/AllFluids.java @@ -91,30 +91,32 @@ public class AllFluids { public TintedFluidType(Properties properties, ResourceLocation stillTexture, ResourceLocation flowingTexture) { super(properties); + this.stillTexture = stillTexture; + this.flowingTexture = flowingTexture; } @Override public void initializeClient(Consumer consumer) { consumer.accept(new IClientFluidTypeExtensions() { - @Override - public ResourceLocation getFlowingTexture() { - return flowingTexture; - } - @Override public ResourceLocation getStillTexture() { return stillTexture; } + @Override + public ResourceLocation getFlowingTexture() { + return flowingTexture; + } + @Override public int getTintColor(FluidStack stack) { - return getTintColor(stack); + return TintedFluidType.this.getTintColor(stack); } @Override public int getTintColor(FluidState state, BlockAndTintGetter getter, BlockPos pos) { - return getTintColor(state, getter, pos); + return TintedFluidType.this.getTintColor(state, getter, pos); } }); @@ -138,13 +140,13 @@ public class AllFluids { } @Override - public int getTintColor(FluidState state, BlockAndTintGetter world, BlockPos pos) { - return 0x00ffffff; + protected int getTintColor(FluidStack stack) { + return NO_TINT; } @Override - protected int getTintColor(FluidStack stack) { - return NO_TINT; + public int getTintColor(FluidState state, BlockAndTintGetter world, BlockPos pos) { + return 0x00ffffff; } } From f7280b799ce334aa637efd8522daff465bf6f2e1 Mon Sep 17 00:00:00 2001 From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Date: Sat, 13 Aug 2022 23:42:34 -0700 Subject: [PATCH 07/51] 1.19.2 and improvements - Update to 1.19.2 - SuperByteBuffer no longer accepts a null RenderedBuffer - Add datagen code for BiomeModifiers - Switch back to Parchment mappings --- build.gradle | 3 +-- gradle.properties | 18 +++++++-------- .../deployer/DeployerFakePlayer.java | 7 +++--- .../display/FlapDisplayRenderer.java | 2 +- .../station/NoShadowFontWrapper.java | 2 +- .../foundation/command/HighlightCommand.java | 2 +- .../config/ui/ConfigScreenList.java | 4 ++-- .../config/ui/SubMenuConfigScreen.java | 2 +- .../foundation/render/SuperByteBuffer.java | 22 +++++-------------- .../worldgen/AllOreFeatureConfigEntries.java | 17 ++++++++++++++ src/main/resources/META-INF/mods.toml | 6 ++--- 11 files changed, 46 insertions(+), 39 deletions(-) diff --git a/build.gradle b/build.gradle index dde4ac24f0..367a574d5a 100644 --- a/build.gradle +++ b/build.gradle @@ -39,8 +39,7 @@ java.toolchain.languageVersion = JavaLanguageVersion.of(17) println('Java: ' + System.getProperty('java.version') + ' JVM: ' + System.getProperty('java.vm.version') + '(' + System.getProperty('java.vendor') + ') Arch: ' + System.getProperty('os.arch')) minecraft { - //mappings channel: 'parchment', version: "${parchment_version}-${minecraft_version}" - mappings channel: 'official', version: "${minecraft_version}" + mappings channel: 'parchment', version: "${parchment_version}-${minecraft_version}" accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg') runs { diff --git a/gradle.properties b/gradle.properties index 827f321e5a..87dcfda520 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,10 +5,10 @@ org.gradle.daemon = false # mod version info mod_version = 0.5.0.d -artifact_minecraft_version = 1.19 +artifact_minecraft_version = 1.19.2 -minecraft_version = 1.19 -forge_version = 41.0.110 +minecraft_version = 1.19.2 +forge_version = 43.0.8 # build dependency versions forgegradle_version = 5.1.53 @@ -16,16 +16,16 @@ mixingradle_version = 0.7-SNAPSHOT mixin_version = 0.8.5 librarian_version = 1.+ cursegradle_version = 1.4.0 -parchment_version = 2022.07.10 +parchment_version = 2022.08.10 # dependency versions registrate_version = MC1.19-1.1.5 -flywheel_minecraft_version = 1.19 +flywheel_minecraft_version = 1.19.2 flywheel_version = 0.6.5-3 -jei_minecraft_version = 1.19 -jei_version = 11.1.0.235 -curios_minecraft_version = 1.19 -curios_version = 5.1.0.4 +jei_minecraft_version = 1.19.2 +jei_version = 11.2.0.246 +curios_minecraft_version = 1.19.2 +curios_version = 5.1.1.0 # curseforge information projectId = 328085 diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerFakePlayer.java b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerFakePlayer.java index cf01fe6fd5..89f732c9be 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerFakePlayer.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/DeployerFakePlayer.java @@ -3,6 +3,8 @@ package com.simibubi.create.content.contraptions.components.deployer; import java.util.OptionalInt; import java.util.UUID; +import javax.annotation.Nullable; + import org.apache.commons.lang3.tuple.Pair; import com.mojang.authlib.GameProfile; @@ -10,10 +12,9 @@ import com.simibubi.create.foundation.config.AllConfigs; import com.simibubi.create.foundation.config.CKinetics; import com.simibubi.create.foundation.utility.Lang; -import io.netty.util.concurrent.Future; -import io.netty.util.concurrent.GenericFutureListener; import net.minecraft.core.BlockPos; import net.minecraft.network.Connection; +import net.minecraft.network.PacketSendListener; import net.minecraft.network.chat.Component; import net.minecraft.network.protocol.Packet; import net.minecraft.network.protocol.PacketFlow; @@ -171,7 +172,7 @@ public class DeployerFakePlayer extends FakePlayer { public void send(Packet packetIn) {} @Override - public void send(Packet packetIn, GenericFutureListener> futureListeners) {} + public void send(Packet p_243227_, @Nullable PacketSendListener p_243273_) {} } } diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/display/FlapDisplayRenderer.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/display/FlapDisplayRenderer.java index f4902659bf..06f6842caa 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/display/FlapDisplayRenderer.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/display/FlapDisplayRenderer.java @@ -156,7 +156,7 @@ public class FlapDisplayRenderer extends KineticTileEntityRenderer { dim = 0.75f; } - GlyphInfo glyphinfo = fontset.getGlyphInfo(glyph); + GlyphInfo glyphinfo = fontset.getGlyphInfo(glyph, false); float glyphWidth = glyphinfo.getAdvance(false); if (!section.renderCharsIndividually() && section.spinning[0]) { diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/station/NoShadowFontWrapper.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/station/NoShadowFontWrapper.java index eb0144d9d8..cc6b3b452d 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/station/NoShadowFontWrapper.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/edgePoint/station/NoShadowFontWrapper.java @@ -19,7 +19,7 @@ public class NoShadowFontWrapper extends Font { private Font wrapped; public NoShadowFontWrapper(Font wrapped) { - super(null); + super(null, false); this.wrapped = wrapped; } diff --git a/src/main/java/com/simibubi/create/foundation/command/HighlightCommand.java b/src/main/java/com/simibubi/create/foundation/command/HighlightCommand.java index 605c5782ec..47b0f876e0 100644 --- a/src/main/java/com/simibubi/create/foundation/command/HighlightCommand.java +++ b/src/main/java/com/simibubi/create/foundation/command/HighlightCommand.java @@ -101,6 +101,6 @@ public class HighlightCommand { BlockPos p = exception.getPosition(); String command = "/create highlight " + p.getX() + " " + p.getY() + " " + p.getZ(); return player.server.getCommands() - .performCommand(source, command); + .performPrefixedCommand(source, command); } } diff --git a/src/main/java/com/simibubi/create/foundation/config/ui/ConfigScreenList.java b/src/main/java/com/simibubi/create/foundation/config/ui/ConfigScreenList.java index 3e537be81f..f8918c6f89 100644 --- a/src/main/java/com/simibubi/create/foundation/config/ui/ConfigScreenList.java +++ b/src/main/java/com/simibubi/create/foundation/config/ui/ConfigScreenList.java @@ -55,11 +55,11 @@ public class ConfigScreenList extends ObjectSelectionList, TStack { - private final VertexList template; - private final IntPredicate shadedPredicate; + private final ShadedVertexList template; // Vertex Position private final PoseStack transforms; @@ -67,15 +63,9 @@ public class SuperByteBuffer implements Transform, TStack true; - } + DrawState drawState = buf.drawState(); + template = new BlockVertexList.Shaded(buf.vertexBuffer(), drawState.vertexCount(), drawState.format().getVertexSize(), unshadedStartVertex); + transforms = new PoseStack(); transforms.pushPose(); } @@ -158,7 +148,7 @@ public class SuperByteBuffer implements Transform, TStack, TStack biomeModifiers = new HashMap<>(); + for (Map.Entry entry : OreFeatureConfigEntry.ALL.entrySet()) { + DatagenExtension datagenExt = entry.getValue().datagenExt(); + if (datagenExt != null) { + biomeModifiers.put(entry.getKey(), datagenExt.createBiomeModifier(registryAccess)); + } + } + + DynamicDataProvider biomeModifierProvider = DynamicDataProvider.create(generator, "Create's Biome Modifiers", registryAccess, ForgeRegistries.Keys.BIOME_MODIFIERS, biomeModifiers); + if (biomeModifierProvider != null) { + generator.addProvider(true, biomeModifierProvider); + } } } diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 6da1989f10..e93d0ee8c6 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -1,5 +1,5 @@ modLoader="javafml" -loaderVersion="[41,)" +loaderVersion="[43,)" issueTrackerURL="https://github.com/Creators-of-Create/Create/issues" license="MIT" @@ -19,14 +19,14 @@ Technology that empowers the player.''' [[dependencies.create]] modId="forge" mandatory=true - versionRange="[41.0.110,)" + versionRange="[43.0.0,)" ordering="NONE" side="BOTH" [[dependencies.create]] modId="minecraft" mandatory=true - versionRange="[1.19,1.20)" + versionRange="[1.19.2,1.20)" ordering="NONE" side="BOTH" From 62f7364b06b2de0f12812d4e7d890cbabc8389cd Mon Sep 17 00:00:00 2001 From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Date: Thu, 18 Aug 2022 09:27:06 -0700 Subject: [PATCH 08/51] Fix build and JiJ Flywheel - JiJ Flywheel since Forge 1.19 fixed mixin JiJ - Add JEI common API as compile time dependency --- build.gradle | 8 ++++---- gradle.properties | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 367a574d5a..e53be1a4dd 100644 --- a/build.gradle +++ b/build.gradle @@ -143,10 +143,9 @@ dependencies { jarJar(group: 'com.tterrag.registrate', name: 'Registrate', version: '[MC1.19-1.1.5,)') { jarJar.pin(it, project.registrate_version) } - // Uncomment once Forge fixes mixins for included jars - //jarJar(group: 'com.jozufozu.flywheel', name: "flywheel-forge-${flywheel_minecraft_version}", version: '[0.6.4,0.6.5)') { - // jarJar.pin(it, project.flywheel_version) - //} + jarJar(group: 'com.jozufozu.flywheel', name: "flywheel-forge-${flywheel_minecraft_version}", version: '[0.6.5,0.6.6)') { + jarJar.pin(it, project.flywheel_version) + } implementation fg.deobf("com.tterrag.registrate:Registrate:${registrate_version}") @@ -156,6 +155,7 @@ dependencies { implementation fg.deobf("com.jozufozu.flywheel:flywheel-forge-${flywheel_minecraft_version}:${flywheel_version}") } + compileOnly fg.deobf("mezz.jei:jei-${jei_minecraft_version}-common-api:${jei_version}") compileOnly fg.deobf("mezz.jei:jei-${jei_minecraft_version}-forge-api:${jei_version}") runtimeOnly fg.deobf("mezz.jei:jei-${jei_minecraft_version}-forge:${jei_version}") diff --git a/gradle.properties b/gradle.properties index 87dcfda520..53752768da 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ mod_version = 0.5.0.d artifact_minecraft_version = 1.19.2 minecraft_version = 1.19.2 -forge_version = 43.0.8 +forge_version = 43.1.0 # build dependency versions forgegradle_version = 5.1.53 @@ -23,7 +23,7 @@ registrate_version = MC1.19-1.1.5 flywheel_minecraft_version = 1.19.2 flywheel_version = 0.6.5-3 jei_minecraft_version = 1.19.2 -jei_version = 11.2.0.246 +jei_version = 11.2.0.254 curios_minecraft_version = 1.19.2 curios_version = 5.1.1.0 From 7ea13cd6b15301aff4daa441cc716df5fa441570 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Fri, 19 Aug 2022 13:49:11 +0200 Subject: [PATCH 09/51] Datagen snowball - Fixed lang merger merging with its full output from previous rundata cycles --- .../12afe0d97856fb2040b8407470e6d13529994eaa | 4 + .../455c485c9c8ef171bbc1ce4d435b3110ba1557ba | 95 + .../4c6aefd01d2f404cb6dd8a4f408ce8f3778751da | 18 + .../6ec3b5a261c9ae3df674f7595dc66530ce54feb9 | 5 + .../82992cbf8f2794d83ac94034835eac0acd7915b9 | 416 ++ .../8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 | 4600 +++++++++++++ .../b256105d8411632b0d585496ea8944a751a08034 | 617 ++ .../c24b4d2b8d15abff51c78bd94f4403d9eae6c139 | 2 + src/generated/resources/.cache/cache | 5745 ----------------- .../blockstates/acacia_window_pane.json | 48 +- .../adjustable_chain_gearshift.json | 254 +- .../create/blockstates/analog_lever.json | 50 +- .../blockstates/andesite_belt_funnel.json | 160 +- .../andesite_encased_cogwheel.json | 44 +- .../andesite_encased_large_cogwheel.json | 44 +- .../blockstates/andesite_encased_shaft.json | 8 +- .../create/blockstates/andesite_funnel.json | 100 +- .../create/blockstates/andesite_ladder.json | 30 +- .../create/blockstates/andesite_tunnel.json | 40 +- .../assets/create/blockstates/basin.json | 8 +- .../assets/create/blockstates/belt.json | 1044 +-- .../create/blockstates/birch_window_pane.json | 48 +- .../create/blockstates/black_nixie_tube.json | 156 +- .../assets/create/blockstates/black_sail.json | 14 +- .../create/blockstates/black_toolbox.json | 30 +- .../blockstates/black_valve_handle.json | 14 +- .../create/blockstates/blue_nixie_tube.json | 156 +- .../assets/create/blockstates/blue_sail.json | 14 +- .../create/blockstates/blue_toolbox.json | 30 +- .../create/blockstates/blue_valve_handle.json | 14 +- .../create/blockstates/brass_belt_funnel.json | 160 +- .../blockstates/brass_encased_cogwheel.json | 44 +- .../brass_encased_large_cogwheel.json | 44 +- .../blockstates/brass_encased_shaft.json | 8 +- .../create/blockstates/brass_funnel.json | 100 +- .../create/blockstates/brass_ladder.json | 30 +- .../create/blockstates/brass_tunnel.json | 40 +- .../create/blockstates/brown_nixie_tube.json | 156 +- .../assets/create/blockstates/brown_sail.json | 14 +- .../create/blockstates/brown_toolbox.json | 30 +- .../blockstates/brown_valve_handle.json | 14 +- .../create/blockstates/cart_assembler.json | 552 +- .../assets/create/blockstates/chute.json | 50 +- .../create/blockstates/clockwork_bearing.json | 14 +- .../assets/create/blockstates/clutch.json | 16 +- .../create/blockstates/content_observer.json | 30 +- .../create/blockstates/controller_rail.json | 128 +- .../assets/create/blockstates/controls.json | 172 +- .../create/blockstates/copper_backtank.json | 30 +- .../create/blockstates/copper_ladder.json | 30 +- .../blockstates/copper_shingle_slab.json | 6 +- .../blockstates/copper_shingle_stairs.json | 330 +- .../create/blockstates/copper_tile_slab.json | 6 +- .../blockstates/copper_tile_stairs.json | 330 +- .../blockstates/copper_valve_handle.json | 14 +- .../create/blockstates/creative_crate.json | 6 +- .../blockstates/creative_fluid_tank.json | 98 +- .../create/blockstates/creative_motor.json | 12 +- .../blockstates/crimson_window_pane.json | 48 +- .../create/blockstates/cuckoo_clock.json | 8 +- .../blockstates/cut_andesite_brick_slab.json | 6 +- .../cut_andesite_brick_stairs.json | 330 +- .../blockstates/cut_andesite_brick_wall.json | 82 +- .../create/blockstates/cut_andesite_slab.json | 6 +- .../blockstates/cut_andesite_stairs.json | 330 +- .../create/blockstates/cut_andesite_wall.json | 82 +- .../blockstates/cut_asurine_brick_slab.json | 6 +- .../blockstates/cut_asurine_brick_stairs.json | 330 +- .../blockstates/cut_asurine_brick_wall.json | 82 +- .../create/blockstates/cut_asurine_slab.json | 6 +- .../blockstates/cut_asurine_stairs.json | 330 +- .../create/blockstates/cut_asurine_wall.json | 82 +- .../blockstates/cut_calcite_brick_slab.json | 6 +- .../blockstates/cut_calcite_brick_stairs.json | 330 +- .../blockstates/cut_calcite_brick_wall.json | 82 +- .../create/blockstates/cut_calcite_slab.json | 6 +- .../blockstates/cut_calcite_stairs.json | 330 +- .../create/blockstates/cut_calcite_wall.json | 82 +- .../blockstates/cut_crimsite_brick_slab.json | 6 +- .../cut_crimsite_brick_stairs.json | 330 +- .../blockstates/cut_crimsite_brick_wall.json | 82 +- .../create/blockstates/cut_crimsite_slab.json | 6 +- .../blockstates/cut_crimsite_stairs.json | 330 +- .../create/blockstates/cut_crimsite_wall.json | 82 +- .../blockstates/cut_deepslate_brick_slab.json | 6 +- .../cut_deepslate_brick_stairs.json | 330 +- .../blockstates/cut_deepslate_brick_wall.json | 82 +- .../blockstates/cut_deepslate_slab.json | 6 +- .../blockstates/cut_deepslate_stairs.json | 330 +- .../blockstates/cut_deepslate_wall.json | 82 +- .../blockstates/cut_diorite_brick_slab.json | 6 +- .../blockstates/cut_diorite_brick_stairs.json | 330 +- .../blockstates/cut_diorite_brick_wall.json | 82 +- .../create/blockstates/cut_diorite_slab.json | 6 +- .../blockstates/cut_diorite_stairs.json | 330 +- .../create/blockstates/cut_diorite_wall.json | 82 +- .../blockstates/cut_dripstone_brick_slab.json | 6 +- .../cut_dripstone_brick_stairs.json | 330 +- .../blockstates/cut_dripstone_brick_wall.json | 82 +- .../blockstates/cut_dripstone_slab.json | 6 +- .../blockstates/cut_dripstone_stairs.json | 330 +- .../blockstates/cut_dripstone_wall.json | 82 +- .../blockstates/cut_granite_brick_slab.json | 6 +- .../blockstates/cut_granite_brick_stairs.json | 330 +- .../blockstates/cut_granite_brick_wall.json | 82 +- .../create/blockstates/cut_granite_slab.json | 6 +- .../blockstates/cut_granite_stairs.json | 330 +- .../create/blockstates/cut_granite_wall.json | 82 +- .../blockstates/cut_limestone_brick_slab.json | 6 +- .../cut_limestone_brick_stairs.json | 330 +- .../blockstates/cut_limestone_brick_wall.json | 82 +- .../blockstates/cut_limestone_slab.json | 6 +- .../blockstates/cut_limestone_stairs.json | 330 +- .../blockstates/cut_limestone_wall.json | 82 +- .../blockstates/cut_ochrum_brick_slab.json | 6 +- .../blockstates/cut_ochrum_brick_stairs.json | 330 +- .../blockstates/cut_ochrum_brick_wall.json | 82 +- .../create/blockstates/cut_ochrum_slab.json | 6 +- .../create/blockstates/cut_ochrum_stairs.json | 330 +- .../create/blockstates/cut_ochrum_wall.json | 82 +- .../blockstates/cut_scorchia_brick_slab.json | 6 +- .../cut_scorchia_brick_stairs.json | 330 +- .../blockstates/cut_scorchia_brick_wall.json | 82 +- .../create/blockstates/cut_scorchia_slab.json | 6 +- .../blockstates/cut_scorchia_stairs.json | 330 +- .../create/blockstates/cut_scorchia_wall.json | 82 +- .../blockstates/cut_scoria_brick_slab.json | 6 +- .../blockstates/cut_scoria_brick_stairs.json | 330 +- .../blockstates/cut_scoria_brick_wall.json | 82 +- .../create/blockstates/cut_scoria_slab.json | 6 +- .../create/blockstates/cut_scoria_stairs.json | 330 +- .../create/blockstates/cut_scoria_wall.json | 82 +- .../blockstates/cut_tuff_brick_slab.json | 6 +- .../blockstates/cut_tuff_brick_stairs.json | 330 +- .../blockstates/cut_tuff_brick_wall.json | 82 +- .../create/blockstates/cut_tuff_slab.json | 6 +- .../create/blockstates/cut_tuff_stairs.json | 330 +- .../create/blockstates/cut_tuff_wall.json | 82 +- .../blockstates/cut_veridium_brick_slab.json | 6 +- .../cut_veridium_brick_stairs.json | 330 +- .../blockstates/cut_veridium_brick_wall.json | 82 +- .../create/blockstates/cut_veridium_slab.json | 6 +- .../blockstates/cut_veridium_stairs.json | 330 +- .../create/blockstates/cut_veridium_wall.json | 82 +- .../create/blockstates/cyan_nixie_tube.json | 156 +- .../assets/create/blockstates/cyan_sail.json | 14 +- .../create/blockstates/cyan_toolbox.json | 30 +- .../create/blockstates/cyan_valve_handle.json | 14 +- .../blockstates/dark_oak_window_pane.json | 48 +- .../assets/create/blockstates/deployer.json | 38 +- .../create/blockstates/display_board.json | 136 +- .../create/blockstates/display_link.json | 56 +- .../blockstates/encased_chain_drive.json | 126 +- .../create/blockstates/encased_fan.json | 14 +- .../blockstates/encased_fluid_pipe.json | 76 +- .../exposed_copper_shingle_slab.json | 6 +- .../exposed_copper_shingle_stairs.json | 330 +- .../blockstates/exposed_copper_tile_slab.json | 6 +- .../exposed_copper_tile_stairs.json | 330 +- .../assets/create/blockstates/fluid_pipe.json | 360 +- .../assets/create/blockstates/fluid_tank.json | 98 +- .../create/blockstates/fluid_valve.json | 118 +- .../create/blockstates/framed_glass_door.json | 382 +- .../create/blockstates/framed_glass_pane.json | 48 +- .../blockstates/framed_glass_trapdoor.json | 68 +- .../create/blockstates/gantry_carriage.json | 38 +- .../create/blockstates/gantry_shaft.json | 306 +- .../assets/create/blockstates/gearbox.json | 8 +- .../assets/create/blockstates/gearshift.json | 16 +- .../create/blockstates/glass_fluid_pipe.json | 16 +- .../create/blockstates/gray_nixie_tube.json | 156 +- .../assets/create/blockstates/gray_sail.json | 14 +- .../create/blockstates/gray_toolbox.json | 30 +- .../create/blockstates/gray_valve_handle.json | 14 +- .../create/blockstates/green_nixie_tube.json | 156 +- .../assets/create/blockstates/green_sail.json | 14 +- .../create/blockstates/green_toolbox.json | 30 +- .../blockstates/green_valve_handle.json | 14 +- .../assets/create/blockstates/hand_crank.json | 14 +- .../create/blockstates/haunted_bell.json | 142 +- .../horizontal_framed_glass_pane.json | 48 +- .../create/blockstates/hose_pulley.json | 8 +- .../assets/create/blockstates/item_vault.json | 6 +- .../blockstates/jungle_window_pane.json | 48 +- .../create/blockstates/large_bogey.json | 6 +- .../blockstates/lectern_controller.json | 78 +- .../blockstates/light_blue_nixie_tube.json | 156 +- .../create/blockstates/light_blue_sail.json | 14 +- .../blockstates/light_blue_toolbox.json | 30 +- .../blockstates/light_blue_valve_handle.json | 14 +- .../blockstates/light_gray_nixie_tube.json | 156 +- .../create/blockstates/light_gray_sail.json | 14 +- .../blockstates/light_gray_toolbox.json | 30 +- .../blockstates/light_gray_valve_handle.json | 14 +- .../create/blockstates/lime_nixie_tube.json | 156 +- .../assets/create/blockstates/lime_sail.json | 14 +- .../create/blockstates/lime_toolbox.json | 30 +- .../create/blockstates/lime_valve_handle.json | 14 +- .../create/blockstates/linear_chassis.json | 44 +- .../blockstates/magenta_nixie_tube.json | 156 +- .../create/blockstates/magenta_sail.json | 14 +- .../create/blockstates/magenta_toolbox.json | 30 +- .../blockstates/magenta_valve_handle.json | 14 +- .../blockstates/mechanical_bearing.json | 14 +- .../blockstates/mechanical_crafter.json | 68 +- .../create/blockstates/mechanical_drill.json | 52 +- .../blockstates/mechanical_harvester.json | 8 +- .../create/blockstates/mechanical_piston.json | 178 +- .../blockstates/mechanical_piston_head.json | 56 +- .../create/blockstates/mechanical_plough.json | 8 +- .../create/blockstates/mechanical_press.json | 8 +- .../create/blockstates/mechanical_pump.json | 14 +- .../create/blockstates/mechanical_saw.json | 46 +- .../create/blockstates/metal_bracket.json | 224 +- .../create/blockstates/metal_girder.json | 52 +- .../metal_girder_encased_shaft.json | 24 +- .../blockstates/mysterious_cuckoo_clock.json | 8 +- .../assets/create/blockstates/nixie_tube.json | 156 +- .../assets/create/blockstates/nozzle.json | 14 +- .../create/blockstates/oak_window_pane.json | 48 +- .../create/blockstates/orange_sail.json | 14 +- .../create/blockstates/orange_toolbox.json | 30 +- .../blockstates/orange_valve_handle.json | 14 +- .../blockstates/ornate_iron_window_pane.json | 48 +- .../oxidized_copper_shingle_slab.json | 6 +- .../oxidized_copper_shingle_stairs.json | 330 +- .../oxidized_copper_tile_slab.json | 6 +- .../oxidized_copper_tile_stairs.json | 330 +- .../create/blockstates/peculiar_bell.json | 142 +- .../create/blockstates/pink_nixie_tube.json | 156 +- .../assets/create/blockstates/pink_sail.json | 14 +- .../create/blockstates/pink_toolbox.json | 30 +- .../create/blockstates/pink_valve_handle.json | 14 +- .../blockstates/piston_extension_pole.json | 14 +- .../assets/create/blockstates/placard.json | 252 +- .../polished_cut_andesite_slab.json | 6 +- .../polished_cut_andesite_stairs.json | 330 +- .../polished_cut_andesite_wall.json | 82 +- .../polished_cut_asurine_slab.json | 6 +- .../polished_cut_asurine_stairs.json | 330 +- .../polished_cut_asurine_wall.json | 82 +- .../polished_cut_calcite_slab.json | 6 +- .../polished_cut_calcite_stairs.json | 330 +- .../polished_cut_calcite_wall.json | 82 +- .../polished_cut_crimsite_slab.json | 6 +- .../polished_cut_crimsite_stairs.json | 330 +- .../polished_cut_crimsite_wall.json | 82 +- .../polished_cut_deepslate_slab.json | 6 +- .../polished_cut_deepslate_stairs.json | 330 +- .../polished_cut_deepslate_wall.json | 82 +- .../polished_cut_diorite_slab.json | 6 +- .../polished_cut_diorite_stairs.json | 330 +- .../polished_cut_diorite_wall.json | 82 +- .../polished_cut_dripstone_slab.json | 6 +- .../polished_cut_dripstone_stairs.json | 330 +- .../polished_cut_dripstone_wall.json | 82 +- .../polished_cut_granite_slab.json | 6 +- .../polished_cut_granite_stairs.json | 330 +- .../polished_cut_granite_wall.json | 82 +- .../polished_cut_limestone_slab.json | 6 +- .../polished_cut_limestone_stairs.json | 330 +- .../polished_cut_limestone_wall.json | 82 +- .../blockstates/polished_cut_ochrum_slab.json | 6 +- .../polished_cut_ochrum_stairs.json | 330 +- .../blockstates/polished_cut_ochrum_wall.json | 82 +- .../polished_cut_scorchia_slab.json | 6 +- .../polished_cut_scorchia_stairs.json | 330 +- .../polished_cut_scorchia_wall.json | 82 +- .../blockstates/polished_cut_scoria_slab.json | 6 +- .../polished_cut_scoria_stairs.json | 330 +- .../blockstates/polished_cut_scoria_wall.json | 82 +- .../blockstates/polished_cut_tuff_slab.json | 6 +- .../blockstates/polished_cut_tuff_stairs.json | 330 +- .../blockstates/polished_cut_tuff_wall.json | 82 +- .../polished_cut_veridium_slab.json | 6 +- .../polished_cut_veridium_stairs.json | 330 +- .../polished_cut_veridium_wall.json | 82 +- .../blockstates/portable_fluid_interface.json | 14 +- .../portable_storage_interface.json | 14 +- .../create/blockstates/powered_latch.json | 198 +- .../blockstates/powered_toggle_latch.json | 94 +- .../create/blockstates/pulse_extender.json | 198 +- .../create/blockstates/pulse_repeater.json | 198 +- .../create/blockstates/purple_nixie_tube.json | 156 +- .../create/blockstates/purple_sail.json | 14 +- .../create/blockstates/purple_toolbox.json | 30 +- .../blockstates/purple_valve_handle.json | 14 +- .../create/blockstates/radial_chassis.json | 204 +- .../create/blockstates/red_nixie_tube.json | 156 +- .../assets/create/blockstates/red_sail.json | 14 +- .../create/blockstates/red_toolbox.json | 30 +- .../create/blockstates/red_valve_handle.json | 14 +- .../create/blockstates/redstone_contact.json | 56 +- .../create/blockstates/redstone_link.json | 128 +- .../create/blockstates/rose_quartz_lamp.json | 16 +- .../assets/create/blockstates/sail_frame.json | 14 +- .../create/blockstates/schematic_table.json | 8 +- .../blockstates/secondary_linear_chassis.json | 44 +- .../blockstates/sequenced_gearshift.json | 106 +- .../small_andesite_brick_slab.json | 6 +- .../small_andesite_brick_stairs.json | 330 +- .../small_andesite_brick_wall.json | 82 +- .../blockstates/small_asurine_brick_slab.json | 6 +- .../small_asurine_brick_stairs.json | 330 +- .../blockstates/small_asurine_brick_wall.json | 82 +- .../create/blockstates/small_bogey.json | 6 +- .../blockstates/small_calcite_brick_slab.json | 6 +- .../small_calcite_brick_stairs.json | 330 +- .../blockstates/small_calcite_brick_wall.json | 82 +- .../small_crimsite_brick_slab.json | 6 +- .../small_crimsite_brick_stairs.json | 330 +- .../small_crimsite_brick_wall.json | 82 +- .../small_deepslate_brick_slab.json | 6 +- .../small_deepslate_brick_stairs.json | 330 +- .../small_deepslate_brick_wall.json | 82 +- .../blockstates/small_diorite_brick_slab.json | 6 +- .../small_diorite_brick_stairs.json | 330 +- .../blockstates/small_diorite_brick_wall.json | 82 +- .../small_dripstone_brick_slab.json | 6 +- .../small_dripstone_brick_stairs.json | 330 +- .../small_dripstone_brick_wall.json | 82 +- .../blockstates/small_granite_brick_slab.json | 6 +- .../small_granite_brick_stairs.json | 330 +- .../blockstates/small_granite_brick_wall.json | 82 +- .../small_limestone_brick_slab.json | 6 +- .../small_limestone_brick_stairs.json | 330 +- .../small_limestone_brick_wall.json | 82 +- .../blockstates/small_ochrum_brick_slab.json | 6 +- .../small_ochrum_brick_stairs.json | 330 +- .../blockstates/small_ochrum_brick_wall.json | 82 +- .../small_scorchia_brick_slab.json | 6 +- .../small_scorchia_brick_stairs.json | 330 +- .../small_scorchia_brick_wall.json | 82 +- .../blockstates/small_scoria_brick_slab.json | 6 +- .../small_scoria_brick_stairs.json | 330 +- .../blockstates/small_scoria_brick_wall.json | 82 +- .../blockstates/small_tuff_brick_slab.json | 6 +- .../blockstates/small_tuff_brick_stairs.json | 330 +- .../blockstates/small_tuff_brick_wall.json | 82 +- .../small_veridium_brick_slab.json | 6 +- .../small_veridium_brick_stairs.json | 330 +- .../small_veridium_brick_wall.json | 82 +- .../create/blockstates/smart_fluid_pipe.json | 50 +- .../create/blockstates/speedometer.json | 50 +- .../blockstates/spruce_window_pane.json | 48 +- .../create/blockstates/steam_engine.json | 98 +- .../create/blockstates/steam_whistle.json | 272 +- .../blockstates/steam_whistle_extension.json | 72 +- .../assets/create/blockstates/sticker.json | 86 +- .../blockstates/sticky_mechanical_piston.json | 178 +- .../create/blockstates/stockpile_switch.json | 140 +- .../create/blockstates/stressometer.json | 50 +- .../create/blockstates/tiled_glass_pane.json | 48 +- .../assets/create/blockstates/track.json | 416 +- .../create/blockstates/track_signal.json | 12 +- .../assets/create/blockstates/train_door.json | 382 +- .../create/blockstates/train_trapdoor.json | 74 +- .../vertical_framed_glass_pane.json | 48 +- .../blockstates/warped_window_pane.json | 48 +- .../create/blockstates/water_wheel.json | 14 +- .../waxed_copper_shingle_slab.json | 6 +- .../waxed_copper_shingle_stairs.json | 330 +- .../blockstates/waxed_copper_tile_slab.json | 6 +- .../blockstates/waxed_copper_tile_stairs.json | 330 +- .../waxed_exposed_copper_shingle_slab.json | 6 +- .../waxed_exposed_copper_shingle_stairs.json | 330 +- .../waxed_exposed_copper_tile_slab.json | 6 +- .../waxed_exposed_copper_tile_stairs.json | 330 +- .../waxed_oxidized_copper_shingle_slab.json | 6 +- .../waxed_oxidized_copper_shingle_stairs.json | 330 +- .../waxed_oxidized_copper_tile_slab.json | 6 +- .../waxed_oxidized_copper_tile_stairs.json | 330 +- .../waxed_weathered_copper_shingle_slab.json | 6 +- ...waxed_weathered_copper_shingle_stairs.json | 330 +- .../waxed_weathered_copper_tile_slab.json | 6 +- .../waxed_weathered_copper_tile_stairs.json | 330 +- .../weathered_copper_shingle_slab.json | 6 +- .../weathered_copper_shingle_stairs.json | 330 +- .../weathered_copper_tile_slab.json | 6 +- .../weathered_copper_tile_stairs.json | 330 +- .../create/blockstates/weighted_ejector.json | 8 +- .../create/blockstates/white_nixie_tube.json | 156 +- .../assets/create/blockstates/white_sail.json | 14 +- .../create/blockstates/white_toolbox.json | 30 +- .../blockstates/white_valve_handle.json | 14 +- .../create/blockstates/windmill_bearing.json | 14 +- .../create/blockstates/wooden_bracket.json | 224 +- .../create/blockstates/yellow_nixie_tube.json | 156 +- .../create/blockstates/yellow_sail.json | 14 +- .../create/blockstates/yellow_toolbox.json | 30 +- .../blockstates/yellow_valve_handle.json | 14 +- .../resources/assets/create/lang/en_ud.json | 1312 ++-- .../resources/assets/create/lang/en_us.json | 2 + .../assets/create/lang/unfinished/de_de.json | 4 +- .../assets/create/lang/unfinished/es_cl.json | 4 +- .../assets/create/lang/unfinished/es_es.json | 4 +- .../assets/create/lang/unfinished/fr_fr.json | 4 +- .../assets/create/lang/unfinished/it_it.json | 4 +- .../assets/create/lang/unfinished/ja_jp.json | 4 +- .../assets/create/lang/unfinished/ko_kr.json | 4 +- .../assets/create/lang/unfinished/nl_nl.json | 4 +- .../assets/create/lang/unfinished/pl_pl.json | 4 +- .../assets/create/lang/unfinished/pt_br.json | 4 +- .../assets/create/lang/unfinished/pt_pt.json | 4 +- .../assets/create/lang/unfinished/ro_ro.json | 4 +- .../assets/create/lang/unfinished/ru_ru.json | 4 +- .../assets/create/lang/unfinished/uk_ua.json | 4 +- .../assets/create/lang/unfinished/zh_cn.json | 4 +- .../assets/create/lang/unfinished/zh_tw.json | 4 +- .../create/models/block/acacia_window.json | 4 +- .../block/acacia_window_pane_noside.json | 4 +- .../block/acacia_window_pane_noside_alt.json | 4 +- .../models/block/acacia_window_pane_post.json | 4 +- .../models/block/acacia_window_pane_side.json | 4 +- .../block/acacia_window_pane_side_alt.json | 4 +- .../block/andesite_belt_funnel_extended.json | 4 +- ...andesite_belt_funnel_extended_powered.json | 4 +- .../block/andesite_belt_funnel_pulling.json | 4 +- .../andesite_belt_funnel_pulling_powered.json | 4 +- .../block/andesite_belt_funnel_pushing.json | 4 +- .../andesite_belt_funnel_pushing_powered.json | 4 +- .../block/andesite_belt_funnel_retracted.json | 4 +- ...ndesite_belt_funnel_retracted_powered.json | 4 +- .../block/andesite_encased_cogwheel.json | 2 +- .../andesite_encased_cogwheel_bottom.json | 2 +- .../block/andesite_encased_cogwheel_top.json | 2 +- .../andesite_encased_cogwheel_top_bottom.json | 2 +- .../andesite_encased_large_cogwheel.json | 2 +- ...ndesite_encased_large_cogwheel_bottom.json | 2 +- .../andesite_encased_large_cogwheel_top.json | 2 +- ...ite_encased_large_cogwheel_top_bottom.json | 2 +- .../andesite_funnel_horizontal_pull.json | 8 +- ...desite_funnel_horizontal_pull_powered.json | 8 +- .../andesite_funnel_horizontal_push.json | 8 +- ...desite_funnel_horizontal_push_powered.json | 8 +- ...esite_funnel_vertical_filterless_pull.json | 8 +- ...nnel_vertical_filterless_pull_powered.json | 8 +- ...esite_funnel_vertical_filterless_push.json | 8 +- ...nnel_vertical_filterless_push_powered.json | 8 +- .../create/models/block/andesite_pillar.json | 4 +- .../block/andesite_pillar_horizontal.json | 4 +- .../create/models/block/asurine_pillar.json | 4 +- .../block/asurine_pillar_horizontal.json | 4 +- .../create/models/block/birch_window.json | 4 +- .../block/birch_window_pane_noside.json | 4 +- .../block/birch_window_pane_noside_alt.json | 4 +- .../models/block/birch_window_pane_post.json | 4 +- .../models/block/birch_window_pane_side.json | 4 +- .../block/birch_window_pane_side_alt.json | 4 +- .../block/brass_belt_funnel_extended.json | 4 +- .../brass_belt_funnel_extended_powered.json | 4 +- .../block/brass_belt_funnel_pulling.json | 4 +- .../brass_belt_funnel_pulling_powered.json | 4 +- .../block/brass_belt_funnel_pushing.json | 4 +- .../brass_belt_funnel_pushing_powered.json | 4 +- .../block/brass_belt_funnel_retracted.json | 4 +- .../brass_belt_funnel_retracted_powered.json | 4 +- .../models/block/brass_encased_cogwheel.json | 2 +- .../block/brass_encased_cogwheel_bottom.json | 2 +- .../block/brass_encased_cogwheel_top.json | 2 +- .../brass_encased_cogwheel_top_bottom.json | 2 +- .../block/brass_encased_large_cogwheel.json | 2 +- .../brass_encased_large_cogwheel_bottom.json | 2 +- .../brass_encased_large_cogwheel_top.json | 2 +- ...ass_encased_large_cogwheel_top_bottom.json | 2 +- .../block/brass_funnel_horizontal_pull.json | 8 +- .../brass_funnel_horizontal_pull_powered.json | 8 +- .../block/brass_funnel_horizontal_push.json | 8 +- .../brass_funnel_horizontal_push_powered.json | 8 +- .../block/brass_funnel_vertical_pull.json | 8 +- .../brass_funnel_vertical_pull_powered.json | 8 +- .../block/brass_funnel_vertical_push.json | 8 +- .../brass_funnel_vertical_push_powered.json | 8 +- .../create/models/block/calcite_pillar.json | 4 +- .../block/calcite_pillar_horizontal.json | 4 +- .../models/block/clockwork_bearing.json | 4 +- .../models/block/copper_shingle_slab.json | 2 +- .../models/block/copper_shingle_slab_top.json | 2 +- .../models/block/copper_shingle_stairs.json | 2 +- .../block/copper_shingle_stairs_inner.json | 2 +- .../block/copper_shingle_stairs_outer.json | 2 +- .../create/models/block/copper_shingles.json | 4 +- .../create/models/block/copper_tile_slab.json | 2 +- .../models/block/copper_tile_slab_top.json | 2 +- .../models/block/copper_tile_stairs.json | 2 +- .../block/copper_tile_stairs_inner.json | 2 +- .../block/copper_tile_stairs_outer.json | 2 +- .../create/models/block/copper_tiles.json | 4 +- .../models/block/crate/creative/bottom.json | 4 +- .../models/block/crate/creative/left.json | 4 +- .../models/block/crate/creative/right.json | 4 +- .../models/block/crate/creative/single.json | 4 +- .../models/block/crate/creative/top.json | 4 +- .../create/models/block/crimsite_pillar.json | 4 +- .../block/crimsite_pillar_horizontal.json | 4 +- .../create/models/block/crimson_window.json | 4 +- .../block/crimson_window_pane_noside.json | 4 +- .../block/crimson_window_pane_noside_alt.json | 4 +- .../block/crimson_window_pane_post.json | 4 +- .../block/crimson_window_pane_side.json | 4 +- .../block/crimson_window_pane_side_alt.json | 4 +- .../models/block/cut_andesite_brick_slab.json | 2 +- .../block/cut_andesite_brick_slab_top.json | 2 +- .../block/cut_andesite_brick_stairs.json | 2 +- .../cut_andesite_brick_stairs_inner.json | 2 +- .../cut_andesite_brick_stairs_outer.json | 2 +- .../models/block/cut_andesite_slab.json | 2 +- .../models/block/cut_andesite_slab_top.json | 2 +- .../models/block/cut_andesite_stairs.json | 2 +- .../block/cut_andesite_stairs_inner.json | 2 +- .../block/cut_andesite_stairs_outer.json | 2 +- .../models/block/cut_asurine_brick_slab.json | 2 +- .../block/cut_asurine_brick_slab_top.json | 2 +- .../block/cut_asurine_brick_stairs.json | 2 +- .../block/cut_asurine_brick_stairs_inner.json | 2 +- .../block/cut_asurine_brick_stairs_outer.json | 2 +- .../create/models/block/cut_asurine_slab.json | 2 +- .../models/block/cut_asurine_slab_top.json | 2 +- .../models/block/cut_asurine_stairs.json | 2 +- .../block/cut_asurine_stairs_inner.json | 2 +- .../block/cut_asurine_stairs_outer.json | 2 +- .../models/block/cut_calcite_brick_slab.json | 2 +- .../block/cut_calcite_brick_slab_top.json | 2 +- .../block/cut_calcite_brick_stairs.json | 2 +- .../block/cut_calcite_brick_stairs_inner.json | 2 +- .../block/cut_calcite_brick_stairs_outer.json | 2 +- .../create/models/block/cut_calcite_slab.json | 2 +- .../models/block/cut_calcite_slab_top.json | 2 +- .../models/block/cut_calcite_stairs.json | 2 +- .../block/cut_calcite_stairs_inner.json | 2 +- .../block/cut_calcite_stairs_outer.json | 2 +- .../models/block/cut_crimsite_brick_slab.json | 2 +- .../block/cut_crimsite_brick_slab_top.json | 2 +- .../block/cut_crimsite_brick_stairs.json | 2 +- .../cut_crimsite_brick_stairs_inner.json | 2 +- .../cut_crimsite_brick_stairs_outer.json | 2 +- .../models/block/cut_crimsite_slab.json | 2 +- .../models/block/cut_crimsite_slab_top.json | 2 +- .../models/block/cut_crimsite_stairs.json | 2 +- .../block/cut_crimsite_stairs_inner.json | 2 +- .../block/cut_crimsite_stairs_outer.json | 2 +- .../block/cut_deepslate_brick_slab.json | 2 +- .../block/cut_deepslate_brick_slab_top.json | 2 +- .../block/cut_deepslate_brick_stairs.json | 2 +- .../cut_deepslate_brick_stairs_inner.json | 2 +- .../cut_deepslate_brick_stairs_outer.json | 2 +- .../models/block/cut_deepslate_slab.json | 2 +- .../models/block/cut_deepslate_slab_top.json | 2 +- .../models/block/cut_deepslate_stairs.json | 2 +- .../block/cut_deepslate_stairs_inner.json | 2 +- .../block/cut_deepslate_stairs_outer.json | 2 +- .../models/block/cut_diorite_brick_slab.json | 2 +- .../block/cut_diorite_brick_slab_top.json | 2 +- .../block/cut_diorite_brick_stairs.json | 2 +- .../block/cut_diorite_brick_stairs_inner.json | 2 +- .../block/cut_diorite_brick_stairs_outer.json | 2 +- .../create/models/block/cut_diorite_slab.json | 2 +- .../models/block/cut_diorite_slab_top.json | 2 +- .../models/block/cut_diorite_stairs.json | 2 +- .../block/cut_diorite_stairs_inner.json | 2 +- .../block/cut_diorite_stairs_outer.json | 2 +- .../block/cut_dripstone_brick_slab.json | 2 +- .../block/cut_dripstone_brick_slab_top.json | 2 +- .../block/cut_dripstone_brick_stairs.json | 2 +- .../cut_dripstone_brick_stairs_inner.json | 2 +- .../cut_dripstone_brick_stairs_outer.json | 2 +- .../models/block/cut_dripstone_slab.json | 2 +- .../models/block/cut_dripstone_slab_top.json | 2 +- .../models/block/cut_dripstone_stairs.json | 2 +- .../block/cut_dripstone_stairs_inner.json | 2 +- .../block/cut_dripstone_stairs_outer.json | 2 +- .../models/block/cut_granite_brick_slab.json | 2 +- .../block/cut_granite_brick_slab_top.json | 2 +- .../block/cut_granite_brick_stairs.json | 2 +- .../block/cut_granite_brick_stairs_inner.json | 2 +- .../block/cut_granite_brick_stairs_outer.json | 2 +- .../create/models/block/cut_granite_slab.json | 2 +- .../models/block/cut_granite_slab_top.json | 2 +- .../models/block/cut_granite_stairs.json | 2 +- .../block/cut_granite_stairs_inner.json | 2 +- .../block/cut_granite_stairs_outer.json | 2 +- .../block/cut_limestone_brick_slab.json | 2 +- .../block/cut_limestone_brick_slab_top.json | 2 +- .../block/cut_limestone_brick_stairs.json | 2 +- .../cut_limestone_brick_stairs_inner.json | 2 +- .../cut_limestone_brick_stairs_outer.json | 2 +- .../models/block/cut_limestone_slab.json | 2 +- .../models/block/cut_limestone_slab_top.json | 2 +- .../models/block/cut_limestone_stairs.json | 2 +- .../block/cut_limestone_stairs_inner.json | 2 +- .../block/cut_limestone_stairs_outer.json | 2 +- .../models/block/cut_ochrum_brick_slab.json | 2 +- .../block/cut_ochrum_brick_slab_top.json | 2 +- .../models/block/cut_ochrum_brick_stairs.json | 2 +- .../block/cut_ochrum_brick_stairs_inner.json | 2 +- .../block/cut_ochrum_brick_stairs_outer.json | 2 +- .../create/models/block/cut_ochrum_slab.json | 2 +- .../models/block/cut_ochrum_slab_top.json | 2 +- .../models/block/cut_ochrum_stairs.json | 2 +- .../models/block/cut_ochrum_stairs_inner.json | 2 +- .../models/block/cut_ochrum_stairs_outer.json | 2 +- .../models/block/cut_scorchia_brick_slab.json | 2 +- .../block/cut_scorchia_brick_slab_top.json | 2 +- .../block/cut_scorchia_brick_stairs.json | 2 +- .../cut_scorchia_brick_stairs_inner.json | 2 +- .../cut_scorchia_brick_stairs_outer.json | 2 +- .../models/block/cut_scorchia_slab.json | 2 +- .../models/block/cut_scorchia_slab_top.json | 2 +- .../models/block/cut_scorchia_stairs.json | 2 +- .../block/cut_scorchia_stairs_inner.json | 2 +- .../block/cut_scorchia_stairs_outer.json | 2 +- .../models/block/cut_scoria_brick_slab.json | 2 +- .../block/cut_scoria_brick_slab_top.json | 2 +- .../models/block/cut_scoria_brick_stairs.json | 2 +- .../block/cut_scoria_brick_stairs_inner.json | 2 +- .../block/cut_scoria_brick_stairs_outer.json | 2 +- .../create/models/block/cut_scoria_slab.json | 2 +- .../models/block/cut_scoria_slab_top.json | 2 +- .../models/block/cut_scoria_stairs.json | 2 +- .../models/block/cut_scoria_stairs_inner.json | 2 +- .../models/block/cut_scoria_stairs_outer.json | 2 +- .../models/block/cut_tuff_brick_slab.json | 2 +- .../models/block/cut_tuff_brick_slab_top.json | 2 +- .../models/block/cut_tuff_brick_stairs.json | 2 +- .../block/cut_tuff_brick_stairs_inner.json | 2 +- .../block/cut_tuff_brick_stairs_outer.json | 2 +- .../create/models/block/cut_tuff_slab.json | 2 +- .../models/block/cut_tuff_slab_top.json | 2 +- .../create/models/block/cut_tuff_stairs.json | 2 +- .../models/block/cut_tuff_stairs_inner.json | 2 +- .../models/block/cut_tuff_stairs_outer.json | 2 +- .../models/block/cut_veridium_brick_slab.json | 2 +- .../block/cut_veridium_brick_slab_top.json | 2 +- .../block/cut_veridium_brick_stairs.json | 2 +- .../cut_veridium_brick_stairs_inner.json | 2 +- .../cut_veridium_brick_stairs_outer.json | 2 +- .../models/block/cut_veridium_slab.json | 2 +- .../models/block/cut_veridium_slab_top.json | 2 +- .../models/block/cut_veridium_stairs.json | 2 +- .../block/cut_veridium_stairs_inner.json | 2 +- .../block/cut_veridium_stairs_outer.json | 2 +- .../create/models/block/dark_oak_window.json | 4 +- .../block/dark_oak_window_pane_noside.json | 4 +- .../dark_oak_window_pane_noside_alt.json | 4 +- .../block/dark_oak_window_pane_post.json | 4 +- .../block/dark_oak_window_pane_side.json | 4 +- .../block/dark_oak_window_pane_side_alt.json | 4 +- .../create/models/block/deepslate_pillar.json | 4 +- .../block/deepslate_pillar_horizontal.json | 4 +- .../create/models/block/diorite_pillar.json | 4 +- .../block/diorite_pillar_horizontal.json | 4 +- .../create/models/block/dripstone_pillar.json | 4 +- .../block/dripstone_pillar_horizontal.json | 4 +- .../block/exposed_copper_shingle_slab.json | 2 +- .../exposed_copper_shingle_slab_top.json | 2 +- .../block/exposed_copper_shingle_stairs.json | 2 +- .../exposed_copper_shingle_stairs_inner.json | 2 +- .../exposed_copper_shingle_stairs_outer.json | 2 +- .../models/block/exposed_copper_shingles.json | 4 +- .../block/exposed_copper_tile_slab.json | 2 +- .../block/exposed_copper_tile_slab_top.json | 2 +- .../block/exposed_copper_tile_stairs.json | 2 +- .../exposed_copper_tile_stairs_inner.json | 2 +- .../exposed_copper_tile_stairs_outer.json | 2 +- .../models/block/exposed_copper_tiles.json | 4 +- .../create/models/block/fluid_pipe/d_x.json | 42 +- .../create/models/block/fluid_pipe/d_y.json | 22 +- .../create/models/block/fluid_pipe/d_z.json | 22 +- .../create/models/block/fluid_pipe/l_x.json | 42 +- .../create/models/block/fluid_pipe/l_y.json | 22 +- .../create/models/block/fluid_pipe/l_z.json | 22 +- .../create/models/block/fluid_pipe/ld_x.json | 42 +- .../create/models/block/fluid_pipe/ld_y.json | 22 +- .../create/models/block/fluid_pipe/ld_z.json | 22 +- .../create/models/block/fluid_pipe/lr_x.json | 42 +- .../create/models/block/fluid_pipe/lr_y.json | 22 +- .../create/models/block/fluid_pipe/lr_z.json | 22 +- .../create/models/block/fluid_pipe/lu_x.json | 42 +- .../create/models/block/fluid_pipe/lu_y.json | 22 +- .../create/models/block/fluid_pipe/lu_z.json | 22 +- .../create/models/block/fluid_pipe/r_x.json | 42 +- .../create/models/block/fluid_pipe/r_y.json | 22 +- .../create/models/block/fluid_pipe/r_z.json | 22 +- .../create/models/block/fluid_pipe/rd_x.json | 42 +- .../create/models/block/fluid_pipe/rd_y.json | 22 +- .../create/models/block/fluid_pipe/rd_z.json | 22 +- .../create/models/block/fluid_pipe/ru_x.json | 42 +- .../create/models/block/fluid_pipe/ru_y.json | 22 +- .../create/models/block/fluid_pipe/ru_z.json | 22 +- .../create/models/block/fluid_pipe/u_x.json | 42 +- .../create/models/block/fluid_pipe/u_y.json | 22 +- .../create/models/block/fluid_pipe/u_z.json | 22 +- .../create/models/block/fluid_pipe/ud_x.json | 42 +- .../create/models/block/fluid_pipe/ud_y.json | 22 +- .../create/models/block/fluid_pipe/ud_z.json | 22 +- .../block/framed_glass_pane_noside.json | 4 +- .../block/framed_glass_pane_noside_alt.json | 4 +- .../models/block/framed_glass_pane_post.json | 4 +- .../models/block/framed_glass_pane_side.json | 4 +- .../block/framed_glass_pane_side_alt.json | 4 +- .../create/models/block/granite_pillar.json | 4 +- .../block/granite_pillar_horizontal.json | 4 +- .../horizontal_framed_glass_pane_noside.json | 4 +- ...rizontal_framed_glass_pane_noside_alt.json | 4 +- .../horizontal_framed_glass_pane_post.json | 4 +- .../horizontal_framed_glass_pane_side.json | 4 +- ...horizontal_framed_glass_pane_side_alt.json | 4 +- .../create/models/block/jungle_window.json | 4 +- .../block/jungle_window_pane_noside.json | 4 +- .../block/jungle_window_pane_noside_alt.json | 4 +- .../models/block/jungle_window_pane_post.json | 4 +- .../models/block/jungle_window_pane_side.json | 4 +- .../block/jungle_window_pane_side_alt.json | 4 +- .../create/models/block/layered_andesite.json | 4 +- .../create/models/block/layered_asurine.json | 4 +- .../create/models/block/layered_calcite.json | 4 +- .../create/models/block/layered_crimsite.json | 4 +- .../models/block/layered_deepslate.json | 4 +- .../create/models/block/layered_diorite.json | 4 +- .../models/block/layered_dripstone.json | 4 +- .../create/models/block/layered_granite.json | 4 +- .../models/block/layered_limestone.json | 4 +- .../create/models/block/layered_ochrum.json | 4 +- .../create/models/block/layered_scorchia.json | 4 +- .../create/models/block/layered_scoria.json | 4 +- .../create/models/block/layered_tuff.json | 4 +- .../create/models/block/layered_veridium.json | 4 +- .../create/models/block/limestone_pillar.json | 4 +- .../block/limestone_pillar_horizontal.json | 4 +- .../create/models/block/linear_chassis.json | 2 +- .../models/block/linear_chassis_bottom.json | 2 +- .../models/block/linear_chassis_top.json | 2 +- .../block/linear_chassis_top_bottom.json | 2 +- .../models/block/mechanical_bearing.json | 4 +- .../create/models/block/oak_window.json | 4 +- .../models/block/oak_window_pane_noside.json | 4 +- .../block/oak_window_pane_noside_alt.json | 4 +- .../models/block/oak_window_pane_post.json | 4 +- .../models/block/oak_window_pane_side.json | 4 +- .../block/oak_window_pane_side_alt.json | 4 +- .../create/models/block/ochrum_pillar.json | 4 +- .../block/ochrum_pillar_horizontal.json | 4 +- .../models/block/ornate_iron_window.json | 4 +- .../block/ornate_iron_window_pane_noside.json | 4 +- .../ornate_iron_window_pane_noside_alt.json | 4 +- .../block/ornate_iron_window_pane_post.json | 4 +- .../block/ornate_iron_window_pane_side.json | 4 +- .../ornate_iron_window_pane_side_alt.json | 4 +- .../block/oxidized_copper_shingle_slab.json | 2 +- .../oxidized_copper_shingle_slab_top.json | 2 +- .../block/oxidized_copper_shingle_stairs.json | 2 +- .../oxidized_copper_shingle_stairs_inner.json | 2 +- .../oxidized_copper_shingle_stairs_outer.json | 2 +- .../block/oxidized_copper_shingles.json | 4 +- .../block/oxidized_copper_tile_slab.json | 2 +- .../block/oxidized_copper_tile_slab_top.json | 2 +- .../block/oxidized_copper_tile_stairs.json | 2 +- .../oxidized_copper_tile_stairs_inner.json | 2 +- .../oxidized_copper_tile_stairs_outer.json | 2 +- .../models/block/oxidized_copper_tiles.json | 4 +- .../block/polished_cut_andesite_slab.json | 2 +- .../polished_cut_andesite_slab_double.json | 4 +- .../block/polished_cut_andesite_slab_top.json | 2 +- .../block/polished_cut_andesite_stairs.json | 2 +- .../polished_cut_andesite_stairs_inner.json | 2 +- .../polished_cut_andesite_stairs_outer.json | 2 +- .../block/polished_cut_asurine_slab.json | 2 +- .../polished_cut_asurine_slab_double.json | 4 +- .../block/polished_cut_asurine_slab_top.json | 2 +- .../block/polished_cut_asurine_stairs.json | 2 +- .../polished_cut_asurine_stairs_inner.json | 2 +- .../polished_cut_asurine_stairs_outer.json | 2 +- .../block/polished_cut_calcite_slab.json | 2 +- .../polished_cut_calcite_slab_double.json | 4 +- .../block/polished_cut_calcite_slab_top.json | 2 +- .../block/polished_cut_calcite_stairs.json | 2 +- .../polished_cut_calcite_stairs_inner.json | 2 +- .../polished_cut_calcite_stairs_outer.json | 2 +- .../block/polished_cut_crimsite_slab.json | 2 +- .../polished_cut_crimsite_slab_double.json | 4 +- .../block/polished_cut_crimsite_slab_top.json | 2 +- .../block/polished_cut_crimsite_stairs.json | 2 +- .../polished_cut_crimsite_stairs_inner.json | 2 +- .../polished_cut_crimsite_stairs_outer.json | 2 +- .../block/polished_cut_deepslate_slab.json | 2 +- .../polished_cut_deepslate_slab_double.json | 4 +- .../polished_cut_deepslate_slab_top.json | 2 +- .../block/polished_cut_deepslate_stairs.json | 2 +- .../polished_cut_deepslate_stairs_inner.json | 2 +- .../polished_cut_deepslate_stairs_outer.json | 2 +- .../block/polished_cut_diorite_slab.json | 2 +- .../polished_cut_diorite_slab_double.json | 4 +- .../block/polished_cut_diorite_slab_top.json | 2 +- .../block/polished_cut_diorite_stairs.json | 2 +- .../polished_cut_diorite_stairs_inner.json | 2 +- .../polished_cut_diorite_stairs_outer.json | 2 +- .../block/polished_cut_dripstone_slab.json | 2 +- .../polished_cut_dripstone_slab_double.json | 4 +- .../polished_cut_dripstone_slab_top.json | 2 +- .../block/polished_cut_dripstone_stairs.json | 2 +- .../polished_cut_dripstone_stairs_inner.json | 2 +- .../polished_cut_dripstone_stairs_outer.json | 2 +- .../block/polished_cut_granite_slab.json | 2 +- .../polished_cut_granite_slab_double.json | 4 +- .../block/polished_cut_granite_slab_top.json | 2 +- .../block/polished_cut_granite_stairs.json | 2 +- .../polished_cut_granite_stairs_inner.json | 2 +- .../polished_cut_granite_stairs_outer.json | 2 +- .../block/polished_cut_limestone_slab.json | 2 +- .../polished_cut_limestone_slab_double.json | 4 +- .../polished_cut_limestone_slab_top.json | 2 +- .../block/polished_cut_limestone_stairs.json | 2 +- .../polished_cut_limestone_stairs_inner.json | 2 +- .../polished_cut_limestone_stairs_outer.json | 2 +- .../block/polished_cut_ochrum_slab.json | 2 +- .../polished_cut_ochrum_slab_double.json | 4 +- .../block/polished_cut_ochrum_slab_top.json | 2 +- .../block/polished_cut_ochrum_stairs.json | 2 +- .../polished_cut_ochrum_stairs_inner.json | 2 +- .../polished_cut_ochrum_stairs_outer.json | 2 +- .../block/polished_cut_scorchia_slab.json | 2 +- .../polished_cut_scorchia_slab_double.json | 4 +- .../block/polished_cut_scorchia_slab_top.json | 2 +- .../block/polished_cut_scorchia_stairs.json | 2 +- .../polished_cut_scorchia_stairs_inner.json | 2 +- .../polished_cut_scorchia_stairs_outer.json | 2 +- .../block/polished_cut_scoria_slab.json | 2 +- .../polished_cut_scoria_slab_double.json | 4 +- .../block/polished_cut_scoria_slab_top.json | 2 +- .../block/polished_cut_scoria_stairs.json | 2 +- .../polished_cut_scoria_stairs_inner.json | 2 +- .../polished_cut_scoria_stairs_outer.json | 2 +- .../models/block/polished_cut_tuff_slab.json | 2 +- .../block/polished_cut_tuff_slab_double.json | 4 +- .../block/polished_cut_tuff_slab_top.json | 2 +- .../block/polished_cut_tuff_stairs.json | 2 +- .../block/polished_cut_tuff_stairs_inner.json | 2 +- .../block/polished_cut_tuff_stairs_outer.json | 2 +- .../block/polished_cut_veridium_slab.json | 2 +- .../polished_cut_veridium_slab_double.json | 4 +- .../block/polished_cut_veridium_slab_top.json | 2 +- .../block/polished_cut_veridium_stairs.json | 2 +- .../polished_cut_veridium_stairs_inner.json | 2 +- .../polished_cut_veridium_stairs_outer.json | 2 +- .../pulse_extender_powered_powering.json | 4 +- .../models/block/pulse_extender_powering.json | 4 +- .../pulse_repeater_powered_powering.json | 4 +- .../models/block/pulse_repeater_powering.json | 4 +- .../create/models/block/railway_casing.json | 4 +- .../models/block/rose_quartz_block.json | 4 +- .../block/rose_quartz_block_horizontal.json | 4 +- .../create/models/block/scorchia_pillar.json | 4 +- .../block/scorchia_pillar_horizontal.json | 4 +- .../create/models/block/scoria_pillar.json | 4 +- .../block/scoria_pillar_horizontal.json | 4 +- .../block/secondary_linear_chassis.json | 2 +- .../secondary_linear_chassis_bottom.json | 2 +- .../block/secondary_linear_chassis_top.json | 2 +- .../secondary_linear_chassis_top_bottom.json | 2 +- .../block/small_andesite_brick_slab.json | 2 +- .../block/small_andesite_brick_slab_top.json | 2 +- .../block/small_andesite_brick_stairs.json | 2 +- .../small_andesite_brick_stairs_inner.json | 2 +- .../small_andesite_brick_stairs_outer.json | 2 +- .../block/small_asurine_brick_slab.json | 2 +- .../block/small_asurine_brick_slab_top.json | 2 +- .../block/small_asurine_brick_stairs.json | 2 +- .../small_asurine_brick_stairs_inner.json | 2 +- .../small_asurine_brick_stairs_outer.json | 2 +- .../block/small_calcite_brick_slab.json | 2 +- .../block/small_calcite_brick_slab_top.json | 2 +- .../block/small_calcite_brick_stairs.json | 2 +- .../small_calcite_brick_stairs_inner.json | 2 +- .../small_calcite_brick_stairs_outer.json | 2 +- .../block/small_crimsite_brick_slab.json | 2 +- .../block/small_crimsite_brick_slab_top.json | 2 +- .../block/small_crimsite_brick_stairs.json | 2 +- .../small_crimsite_brick_stairs_inner.json | 2 +- .../small_crimsite_brick_stairs_outer.json | 2 +- .../block/small_deepslate_brick_slab.json | 2 +- .../block/small_deepslate_brick_slab_top.json | 2 +- .../block/small_deepslate_brick_stairs.json | 2 +- .../small_deepslate_brick_stairs_inner.json | 2 +- .../small_deepslate_brick_stairs_outer.json | 2 +- .../block/small_diorite_brick_slab.json | 2 +- .../block/small_diorite_brick_slab_top.json | 2 +- .../block/small_diorite_brick_stairs.json | 2 +- .../small_diorite_brick_stairs_inner.json | 2 +- .../small_diorite_brick_stairs_outer.json | 2 +- .../block/small_dripstone_brick_slab.json | 2 +- .../block/small_dripstone_brick_slab_top.json | 2 +- .../block/small_dripstone_brick_stairs.json | 2 +- .../small_dripstone_brick_stairs_inner.json | 2 +- .../small_dripstone_brick_stairs_outer.json | 2 +- .../block/small_granite_brick_slab.json | 2 +- .../block/small_granite_brick_slab_top.json | 2 +- .../block/small_granite_brick_stairs.json | 2 +- .../small_granite_brick_stairs_inner.json | 2 +- .../small_granite_brick_stairs_outer.json | 2 +- .../block/small_limestone_brick_slab.json | 2 +- .../block/small_limestone_brick_slab_top.json | 2 +- .../block/small_limestone_brick_stairs.json | 2 +- .../small_limestone_brick_stairs_inner.json | 2 +- .../small_limestone_brick_stairs_outer.json | 2 +- .../models/block/small_ochrum_brick_slab.json | 2 +- .../block/small_ochrum_brick_slab_top.json | 2 +- .../block/small_ochrum_brick_stairs.json | 2 +- .../small_ochrum_brick_stairs_inner.json | 2 +- .../small_ochrum_brick_stairs_outer.json | 2 +- .../block/small_scorchia_brick_slab.json | 2 +- .../block/small_scorchia_brick_slab_top.json | 2 +- .../block/small_scorchia_brick_stairs.json | 2 +- .../small_scorchia_brick_stairs_inner.json | 2 +- .../small_scorchia_brick_stairs_outer.json | 2 +- .../models/block/small_scoria_brick_slab.json | 2 +- .../block/small_scoria_brick_slab_top.json | 2 +- .../block/small_scoria_brick_stairs.json | 2 +- .../small_scoria_brick_stairs_inner.json | 2 +- .../small_scoria_brick_stairs_outer.json | 2 +- .../models/block/small_tuff_brick_slab.json | 2 +- .../block/small_tuff_brick_slab_top.json | 2 +- .../models/block/small_tuff_brick_stairs.json | 2 +- .../block/small_tuff_brick_stairs_inner.json | 2 +- .../block/small_tuff_brick_stairs_outer.json | 2 +- .../block/small_veridium_brick_slab.json | 2 +- .../block/small_veridium_brick_slab_top.json | 2 +- .../block/small_veridium_brick_stairs.json | 2 +- .../small_veridium_brick_stairs_inner.json | 2 +- .../small_veridium_brick_stairs_outer.json | 2 +- .../create/models/block/spruce_window.json | 4 +- .../block/spruce_window_pane_noside.json | 4 +- .../block/spruce_window_pane_noside_alt.json | 4 +- .../models/block/spruce_window_pane_post.json | 4 +- .../models/block/spruce_window_pane_side.json | 4 +- .../block/spruce_window_pane_side_alt.json | 4 +- .../models/block/tiled_glass_pane_post.json | 4 +- .../models/block/tiled_glass_pane_side.json | 4 +- .../block/tiled_glass_pane_side_alt.json | 4 +- .../create/models/block/tuff_pillar.json | 4 +- .../models/block/tuff_pillar_horizontal.json | 4 +- .../create/models/block/veridium_pillar.json | 4 +- .../block/veridium_pillar_horizontal.json | 4 +- .../vertical_framed_glass_pane_noside.json | 4 +- ...vertical_framed_glass_pane_noside_alt.json | 4 +- .../vertical_framed_glass_pane_post.json | 4 +- .../vertical_framed_glass_pane_side.json | 4 +- .../vertical_framed_glass_pane_side_alt.json | 4 +- .../create/models/block/warped_window.json | 4 +- .../block/warped_window_pane_noside.json | 4 +- .../block/warped_window_pane_noside_alt.json | 4 +- .../models/block/warped_window_pane_post.json | 4 +- .../models/block/warped_window_pane_side.json | 4 +- .../block/warped_window_pane_side_alt.json | 4 +- .../block/waxed_copper_shingle_slab.json | 2 +- .../block/waxed_copper_shingle_slab_top.json | 2 +- .../block/waxed_copper_shingle_stairs.json | 2 +- .../waxed_copper_shingle_stairs_inner.json | 2 +- .../waxed_copper_shingle_stairs_outer.json | 2 +- .../models/block/waxed_copper_shingles.json | 4 +- .../models/block/waxed_copper_tile_slab.json | 2 +- .../block/waxed_copper_tile_slab_top.json | 2 +- .../block/waxed_copper_tile_stairs.json | 2 +- .../block/waxed_copper_tile_stairs_inner.json | 2 +- .../block/waxed_copper_tile_stairs_outer.json | 2 +- .../models/block/waxed_copper_tiles.json | 4 +- .../waxed_exposed_copper_shingle_slab.json | 2 +- ...waxed_exposed_copper_shingle_slab_top.json | 2 +- .../waxed_exposed_copper_shingle_stairs.json | 2 +- ...d_exposed_copper_shingle_stairs_inner.json | 2 +- ...d_exposed_copper_shingle_stairs_outer.json | 2 +- .../block/waxed_exposed_copper_shingles.json | 4 +- .../block/waxed_exposed_copper_tile_slab.json | 2 +- .../waxed_exposed_copper_tile_slab_top.json | 2 +- .../waxed_exposed_copper_tile_stairs.json | 2 +- ...axed_exposed_copper_tile_stairs_inner.json | 2 +- ...axed_exposed_copper_tile_stairs_outer.json | 2 +- .../block/waxed_exposed_copper_tiles.json | 4 +- .../waxed_oxidized_copper_shingle_slab.json | 2 +- ...axed_oxidized_copper_shingle_slab_top.json | 2 +- .../waxed_oxidized_copper_shingle_stairs.json | 2 +- ..._oxidized_copper_shingle_stairs_inner.json | 2 +- ..._oxidized_copper_shingle_stairs_outer.json | 2 +- .../block/waxed_oxidized_copper_shingles.json | 4 +- .../waxed_oxidized_copper_tile_slab.json | 2 +- .../waxed_oxidized_copper_tile_slab_top.json | 2 +- .../waxed_oxidized_copper_tile_stairs.json | 2 +- ...xed_oxidized_copper_tile_stairs_inner.json | 2 +- ...xed_oxidized_copper_tile_stairs_outer.json | 2 +- .../block/waxed_oxidized_copper_tiles.json | 4 +- .../waxed_weathered_copper_shingle_slab.json | 2 +- ...xed_weathered_copper_shingle_slab_top.json | 2 +- ...waxed_weathered_copper_shingle_stairs.json | 2 +- ...weathered_copper_shingle_stairs_inner.json | 2 +- ...weathered_copper_shingle_stairs_outer.json | 2 +- .../waxed_weathered_copper_shingles.json | 4 +- .../waxed_weathered_copper_tile_slab.json | 2 +- .../waxed_weathered_copper_tile_slab_top.json | 2 +- .../waxed_weathered_copper_tile_stairs.json | 2 +- ...ed_weathered_copper_tile_stairs_inner.json | 2 +- ...ed_weathered_copper_tile_stairs_outer.json | 2 +- .../block/waxed_weathered_copper_tiles.json | 4 +- .../block/weathered_copper_shingle_slab.json | 2 +- .../weathered_copper_shingle_slab_top.json | 2 +- .../weathered_copper_shingle_stairs.json | 2 +- ...weathered_copper_shingle_stairs_inner.json | 2 +- ...weathered_copper_shingle_stairs_outer.json | 2 +- .../block/weathered_copper_shingles.json | 4 +- .../block/weathered_copper_tile_slab.json | 2 +- .../block/weathered_copper_tile_slab_top.json | 2 +- .../block/weathered_copper_tile_stairs.json | 2 +- .../weathered_copper_tile_stairs_inner.json | 2 +- .../weathered_copper_tile_stairs_outer.json | 2 +- .../models/block/weathered_copper_tiles.json | 4 +- .../create/models/block/windmill_bearing.json | 4 +- .../models/item/acacia_window_pane.json | 4 +- .../item/andesite_encased_cogwheel.json | 2 +- .../item/andesite_encased_large_cogwheel.json | 2 +- .../create/models/item/andesite_funnel.json | 8 +- .../create/models/item/birch_window_pane.json | 4 +- .../models/item/brass_encased_cogwheel.json | 2 +- .../item/brass_encased_large_cogwheel.json | 2 +- .../create/models/item/brass_funnel.json | 8 +- .../create/models/item/clockwork_bearing.json | 4 +- .../models/item/creative_fluid_tank.json | 6 +- .../models/item/crimson_window_pane.json | 4 +- .../models/item/dark_oak_window_pane.json | 4 +- .../create/models/item/framed_glass.json | 4 +- .../create/models/item/framed_glass_pane.json | 4 +- .../models/item/horizontal_framed_glass.json | 4 +- .../item/horizontal_framed_glass_pane.json | 4 +- .../models/item/jungle_window_pane.json | 4 +- .../models/item/mechanical_bearing.json | 4 +- .../create/models/item/oak_window_pane.json | 4 +- .../models/item/ornate_iron_window_pane.json | 4 +- .../create/models/item/radial_chassis.json | 4 +- .../models/item/spruce_window_pane.json | 4 +- .../create/models/item/tiled_glass_pane.json | 4 +- .../models/item/vertical_framed_glass.json | 4 +- .../item/vertical_framed_glass_pane.json | 4 +- .../models/item/warped_window_pane.json | 4 +- .../create/models/item/windmill_bearing.json | 4 +- .../resources/assets/create/sounds.json | 260 +- .../create/advancements/andesite_alloy.json | 36 +- .../create/advancements/andesite_casing.json | 26 +- .../create/advancements/anvil_plough.json | 26 +- .../create/advancements/arm_blaze_burner.json | 26 +- .../create/advancements/arm_many_targets.json | 26 +- .../data/create/advancements/backtank.json | 26 +- .../data/create/advancements/belt.json | 26 +- .../create/advancements/belt_funnel_kiss.json | 26 +- .../data/create/advancements/brass.json | 36 +- .../create/advancements/brass_casing.json | 26 +- .../data/create/advancements/burner.json | 36 +- .../data/create/advancements/cart_pickup.json | 26 +- .../create/advancements/chained_drain.json | 26 +- .../create/advancements/chocolate_bucket.json | 36 +- .../data/create/advancements/chute.json | 26 +- .../advancements/clockwork_bearing.json | 26 +- .../data/create/advancements/compacting.json | 26 +- .../data/create/advancements/conductor.json | 26 +- .../advancements/contraption_actors.json | 26 +- .../data/create/advancements/copper.json | 36 +- .../create/advancements/copper_casing.json | 26 +- .../create/advancements/crafter_lazy_000.json | 26 +- .../create/advancements/cross_streams.json | 26 +- .../advancements/crusher_maxed_0000.json | 26 +- .../create/advancements/crushing_wheel.json | 26 +- .../create/advancements/cuckoo_clock.json | 26 +- .../data/create/advancements/deployer.json | 26 +- .../create/advancements/display_board_0.json | 26 +- .../create/advancements/display_link.json | 26 +- .../data/create/advancements/diving_suit.json | 28 +- .../create/advancements/diving_suit_lava.json | 28 +- .../data/create/advancements/drain.json | 26 +- .../create/advancements/ejector_maxed.json | 26 +- .../data/create/advancements/encased_fan.json | 26 +- .../create/advancements/extendo_grip.json | 28 +- .../advancements/extendo_grip_dual.json | 28 +- .../create/advancements/fan_processing.json | 26 +- .../data/create/advancements/fist_bump.json | 26 +- .../data/create/advancements/foods.json | 26 +- .../data/create/advancements/funnel.json | 26 +- .../data/create/advancements/glass_pipe.json | 26 +- .../create/advancements/hand_crank_000.json | 26 +- .../create/advancements/haunted_bell.json | 26 +- .../data/create/advancements/honey_drain.json | 26 +- .../data/create/advancements/hose_pulley.json | 26 +- .../create/advancements/hose_pulley_lava.json | 26 +- .../create/advancements/lava_wheel_00000.json | 26 +- .../advancements/linked_controller.json | 26 +- .../data/create/advancements/long_bend.json | 26 +- .../data/create/advancements/long_train.json | 26 +- .../data/create/advancements/long_travel.json | 26 +- .../create/advancements/mechanical_arm.json | 26 +- .../advancements/mechanical_crafter.json | 26 +- .../create/advancements/mechanical_mixer.json | 26 +- .../create/advancements/mechanical_press.json | 26 +- .../advancements/mechanical_pump_0.json | 26 +- .../data/create/advancements/millstone.json | 26 +- .../data/create/advancements/musical_arm.json | 26 +- .../data/create/advancements/pipe_organ.json | 26 +- .../portable_storage_interface.json | 26 +- .../create/advancements/potato_cannon.json | 28 +- .../advancements/potato_cannon_collide.json | 26 +- .../advancements/precision_mechanism.json | 36 +- .../create/advancements/pulley_maxed.json | 26 +- ..._aluminum_compat_immersiveengineering.json | 20 +- ...ngot_lead_compat_immersiveengineering.json | 20 +- .../blasting/ingot_lead_compat_mekanism.json | 20 +- ...ot_nickel_compat_immersiveengineering.json | 20 +- .../ingot_osmium_compat_mekanism.json | 20 +- ...ot_silver_compat_immersiveengineering.json | 20 +- .../blasting/ingot_tin_compat_mekanism.json | 20 +- ...t_uranium_compat_immersiveengineering.json | 20 +- .../ingot_uranium_compat_mekanism.json | 20 +- .../blasting/lead_ingot_compat_thermal.json | 20 +- .../blasting/nickel_ingot_compat_thermal.json | 20 +- .../blasting/silver_ingot_compat_thermal.json | 20 +- .../blasting/tin_ingot_compat_thermal.json | 20 +- .../smelting/glass_from_framed_glass.json | 20 +- .../glass_from_horizontal_framed_glass.json | 20 +- .../smelting/glass_from_tiled_glass.json | 20 +- .../glass_from_vertical_framed_glass.json | 20 +- ..._aluminum_compat_immersiveengineering.json | 20 +- ...ngot_lead_compat_immersiveengineering.json | 20 +- .../smelting/ingot_lead_compat_mekanism.json | 20 +- ...ot_nickel_compat_immersiveengineering.json | 20 +- .../ingot_osmium_compat_mekanism.json | 20 +- ...ot_silver_compat_immersiveengineering.json | 20 +- .../smelting/ingot_tin_compat_mekanism.json | 20 +- ...t_uranium_compat_immersiveengineering.json | 20 +- .../ingot_uranium_compat_mekanism.json | 20 +- .../smelting/lead_ingot_compat_thermal.json | 20 +- .../smelting/nickel_ingot_compat_thermal.json | 20 +- .../smelting/silver_ingot_compat_thermal.json | 20 +- .../smelting/tin_ingot_compat_thermal.json | 20 +- .../blasting/zinc_ingot_from_crushed.json | 20 +- .../blasting/zinc_ingot_from_ore.json | 20 +- .../blasting/zinc_ingot_from_raw_ore.json | 20 +- ...ladder_from_plates_brass_stonecutting.json | 20 +- ...adder_from_plates_copper_stonecutting.json | 20 +- .../create.base/copper_shingle_slab.json | 20 +- ...lab_from_copper_shingles_stonecutting.json | 20 +- .../create.base/copper_shingle_stairs.json | 20 +- ...irs_from_copper_shingles_stonecutting.json | 20 +- ...ngles_from_plates_copper_stonecutting.json | 20 +- .../recipes/create.base/copper_tile_slab.json | 20 +- ...e_slab_from_copper_tiles_stonecutting.json | 20 +- .../create.base/copper_tile_stairs.json | 20 +- ...stairs_from_copper_tiles_stonecutting.json | 20 +- ...tiles_from_plates_copper_stonecutting.json | 20 +- .../crafting/appliances/copper_backtank.json | 20 +- .../appliances/crafting_blueprint.json | 20 +- .../crafting/appliances/diving_boots.json | 20 +- .../crafting/appliances/diving_helmet.json | 20 +- .../crafting/appliances/dough.json | 20 +- .../appliances/linked_controller.json | 20 +- .../crafting/appliances/tree_fertilizer.json | 20 +- ...ed_copper_shingle_slab_from_honeycomb.json | 28 +- ..._copper_shingle_stairs_from_honeycomb.json | 28 +- .../waxed_copper_shingles_from_honeycomb.json | 28 +- ...waxed_copper_tile_slab_from_honeycomb.json | 28 +- ...xed_copper_tile_stairs_from_honeycomb.json | 28 +- .../waxed_copper_tiles_from_honeycomb.json | 28 +- ...ed_copper_shingle_slab_from_honeycomb.json | 28 +- ..._copper_shingle_stairs_from_honeycomb.json | 28 +- ...xposed_copper_shingles_from_honeycomb.json | 28 +- ...posed_copper_tile_slab_from_honeycomb.json | 28 +- ...sed_copper_tile_stairs_from_honeycomb.json | 28 +- ...d_exposed_copper_tiles_from_honeycomb.json | 28 +- ...ed_copper_shingle_slab_from_honeycomb.json | 28 +- ..._copper_shingle_stairs_from_honeycomb.json | 28 +- ...idized_copper_shingles_from_honeycomb.json | 28 +- ...dized_copper_tile_slab_from_honeycomb.json | 28 +- ...zed_copper_tile_stairs_from_honeycomb.json | 28 +- ..._oxidized_copper_tiles_from_honeycomb.json | 28 +- ...ed_copper_shingle_slab_from_honeycomb.json | 28 +- ..._copper_shingle_stairs_from_honeycomb.json | 28 +- ...thered_copper_shingles_from_honeycomb.json | 28 +- ...hered_copper_tile_slab_from_honeycomb.json | 28 +- ...red_copper_tile_stairs_from_honeycomb.json | 28 +- ...weathered_copper_tiles_from_honeycomb.json | 28 +- .../crafting/curiosities/brown_toolbox.json | 20 +- .../curiosities/minecart_coupling.json | 20 +- .../crafting/curiosities/peculiar_bell.json | 20 +- .../kinetics/adjustable_chain_gearshift.json | 20 +- .../crafting/kinetics/analog_lever.json | 20 +- .../crafting/kinetics/andesite_ladder.json | 20 +- .../crafting/kinetics/attribute_filter.json | 20 +- .../create.base/crafting/kinetics/basin.json | 20 +- .../crafting/kinetics/belt_connector.json | 20 +- .../crafting/kinetics/black_seat.json | 28 +- .../kinetics/black_seat_from_other_seat.json | 20 +- ..._valve_handle_from_other_valve_handle.json | 28 +- .../crafting/kinetics/blue_seat.json | 28 +- .../kinetics/blue_seat_from_other_seat.json | 20 +- ..._valve_handle_from_other_valve_handle.json | 28 +- .../crafting/kinetics/brass_hand.json | 20 +- .../crafting/kinetics/brown_seat.json | 28 +- .../kinetics/brown_seat_from_other_seat.json | 20 +- ..._valve_handle_from_other_valve_handle.json | 28 +- .../crafting/kinetics/cart_assembler.json | 20 +- .../create.base/crafting/kinetics/chute.json | 20 +- .../crafting/kinetics/clockwork_bearing.json | 20 +- .../create.base/crafting/kinetics/clutch.json | 20 +- .../crafting/kinetics/cogwheel.json | 20 +- .../crafting/kinetics/controller_rail.json | 20 +- .../crafting/kinetics/controls.json | 20 +- .../kinetics/copper_valve_handle.json | 20 +- .../copper_valve_handle_from_others.json | 20 +- .../crafting/kinetics/crafter_slot_cover.json | 20 +- .../crafting/kinetics/cuckoo_clock.json | 20 +- .../crafting/kinetics/cyan_seat.json | 28 +- .../kinetics/cyan_seat_from_other_seat.json | 20 +- ..._valve_handle_from_other_valve_handle.json | 28 +- .../crafting/kinetics/deployer.json | 20 +- .../create.base/crafting/kinetics/depot.json | 20 +- .../crafting/kinetics/display_board.json | 20 +- .../crafting/kinetics/empty_blaze_burner.json | 20 +- .../kinetics/encased_chain_drive.json | 20 +- .../crafting/kinetics/encased_fan.json | 20 +- .../create.base/crafting/kinetics/filter.json | 20 +- .../crafting/kinetics/fluid_pipe.json | 20 +- .../kinetics/fluid_pipe_vertical.json | 20 +- .../crafting/kinetics/fluid_tank.json | 20 +- .../crafting/kinetics/fluid_valve.json | 20 +- .../crafting/kinetics/flywheel.json | 20 +- .../crafting/kinetics/framed_glass_door.json | 20 +- .../kinetics/framed_glass_trapdoor.json | 20 +- .../crafting/kinetics/gantry_carriage.json | 20 +- .../crafting/kinetics/gantry_shaft.json | 20 +- .../crafting/kinetics/gearbox.json | 20 +- .../kinetics/gearboxfrom_conversion.json | 20 +- .../crafting/kinetics/gearshift.json | 20 +- .../crafting/kinetics/goggles.json | 20 +- .../crafting/kinetics/gray_seat.json | 28 +- .../kinetics/gray_seat_from_other_seat.json | 20 +- ..._valve_handle_from_other_valve_handle.json | 28 +- .../crafting/kinetics/green_seat.json | 28 +- .../kinetics/green_seat_from_other_seat.json | 20 +- ..._valve_handle_from_other_valve_handle.json | 28 +- .../crafting/kinetics/hand_crank.json | 20 +- .../crafting/kinetics/hose_pulley.json | 20 +- .../crafting/kinetics/item_drain.json | 20 +- .../crafting/kinetics/item_vault.json | 20 +- .../crafting/kinetics/large_cogwheel.json | 20 +- .../kinetics/large_cogwheelfrom_little.json | 20 +- .../crafting/kinetics/light_blue_seat.json | 28 +- .../light_blue_seat_from_other_seat.json | 20 +- ..._valve_handle_from_other_valve_handle.json | 28 +- .../crafting/kinetics/light_gray_seat.json | 28 +- .../light_gray_seat_from_other_seat.json | 20 +- ..._valve_handle_from_other_valve_handle.json | 28 +- .../crafting/kinetics/lime_seat.json | 28 +- .../kinetics/lime_seat_from_other_seat.json | 20 +- ..._valve_handle_from_other_valve_handle.json | 28 +- .../crafting/kinetics/linear_chassis.json | 20 +- .../linear_chassisfrom_conversion.json | 20 +- .../crafting/kinetics/magenta_seat.json | 28 +- .../magenta_seat_from_other_seat.json | 20 +- ..._valve_handle_from_other_valve_handle.json | 28 +- .../crafting/kinetics/mechanical_arm.json | 20 +- .../crafting/kinetics/mechanical_bearing.json | 20 +- .../crafting/kinetics/mechanical_crafter.json | 20 +- .../crafting/kinetics/mechanical_drill.json | 20 +- .../kinetics/mechanical_harvester.json | 20 +- .../crafting/kinetics/mechanical_mixer.json | 20 +- .../crafting/kinetics/mechanical_piston.json | 20 +- .../crafting/kinetics/mechanical_plough.json | 20 +- .../crafting/kinetics/mechanical_press.json | 20 +- .../crafting/kinetics/mechanical_pump.json | 20 +- .../crafting/kinetics/mechanical_saw.json | 20 +- .../crafting/kinetics/metal_bracket.json | 20 +- .../crafting/kinetics/metal_girder.json | 20 +- .../crafting/kinetics/millstone.json | 20 +- .../kinetics/mysterious_cuckoo_clock.json | 20 +- .../crafting/kinetics/nixie_tube.json | 20 +- .../create.base/crafting/kinetics/nozzle.json | 20 +- .../crafting/kinetics/orange_seat.json | 28 +- .../kinetics/orange_seat_from_other_seat.json | 20 +- ..._valve_handle_from_other_valve_handle.json | 28 +- .../crafting/kinetics/pink_seat.json | 28 +- .../kinetics/pink_seat_from_other_seat.json | 20 +- ..._valve_handle_from_other_valve_handle.json | 28 +- .../kinetics/piston_extension_pole.json | 20 +- .../crafting/kinetics/placard.json | 20 +- .../kinetics/portable_fluid_interface.json | 20 +- .../kinetics/portable_storage_interface.json | 20 +- .../crafting/kinetics/propeller.json | 20 +- .../crafting/kinetics/purple_seat.json | 28 +- .../kinetics/purple_seat_from_other_seat.json | 20 +- ..._valve_handle_from_other_valve_handle.json | 28 +- .../crafting/kinetics/radial_chassis.json | 20 +- .../crafting/kinetics/red_seat.json | 28 +- .../kinetics/red_seat_from_other_seat.json | 20 +- ..._valve_handle_from_other_valve_handle.json | 28 +- .../crafting/kinetics/rope_pulley.json | 20 +- .../crafting/kinetics/rose_quartz_lamp.json | 20 +- .../kinetics/rotation_speed_controller.json | 20 +- .../kinetics/sail_framefrom_conversion.json | 20 +- .../crafting/kinetics/schedule.json | 20 +- ...condary_linear_chassisfrom_conversion.json | 20 +- .../kinetics/sequenced_gearshift.json | 20 +- .../create.base/crafting/kinetics/shaft.json | 20 +- .../crafting/kinetics/smart_chute.json | 20 +- .../crafting/kinetics/smart_fluid_pipe.json | 20 +- .../crafting/kinetics/speedometer.json | 20 +- .../kinetics/speedometerfrom_conversion.json | 20 +- .../create.base/crafting/kinetics/spout.json | 20 +- .../crafting/kinetics/steam_engine.json | 20 +- .../crafting/kinetics/steam_whistle.json | 20 +- .../crafting/kinetics/sticker.json | 20 +- .../kinetics/sticky_mechanical_piston.json | 20 +- .../kinetics/stressometerfrom_conversion.json | 20 +- .../crafting/kinetics/super_glue.json | 20 +- .../crafting/kinetics/track_observer.json | 20 +- .../track_observer_from_other_plates.json | 20 +- .../crafting/kinetics/track_signal.json | 20 +- .../crafting/kinetics/track_station.json | 20 +- .../crafting/kinetics/train_door.json | 20 +- .../crafting/kinetics/train_trapdoor.json | 20 +- .../crafting/kinetics/turntable.json | 20 +- .../vertical_gearboxfrom_conversion.json | 20 +- .../crafting/kinetics/water_wheel.json | 20 +- .../crafting/kinetics/weighted_ejector.json | 20 +- .../create.base/crafting/kinetics/whisk.json | 20 +- .../crafting/kinetics/white_sail.json | 20 +- .../kinetics/white_sailfrom_conversion.json | 20 +- .../crafting/kinetics/white_seat.json | 28 +- .../kinetics/white_seat_from_other_seat.json | 20 +- ..._valve_handle_from_other_valve_handle.json | 28 +- .../crafting/kinetics/windmill_bearing.json | 20 +- .../crafting/kinetics/wooden_bracket.json | 20 +- .../create.base/crafting/kinetics/wrench.json | 20 +- .../crafting/kinetics/yellow_seat.json | 28 +- .../kinetics/yellow_seat_from_other_seat.json | 20 +- ..._valve_handle_from_other_valve_handle.json | 28 +- .../crafting/logistics/andesite_funnel.json | 20 +- .../crafting/logistics/andesite_tunnel.json | 20 +- .../crafting/logistics/brass_funnel.json | 20 +- .../crafting/logistics/brass_tunnel.json | 20 +- .../crafting/logistics/content_observer.json | 20 +- .../content_observerfrom_conversion.json | 20 +- .../crafting/logistics/display_link.json | 20 +- .../crafting/logistics/powered_latch.json | 20 +- .../logistics/powered_toggle_latch.json | 20 +- .../crafting/logistics/pulse_extender.json | 20 +- .../crafting/logistics/pulse_repeater.json | 20 +- .../crafting/logistics/redstone_contact.json | 20 +- .../crafting/logistics/redstone_link.json | 20 +- .../stockpile_switchfrom_conversion.json | 20 +- .../crafting/materials/andesite_alloy.json | 20 +- .../materials/andesite_alloy_from_zinc.json | 20 +- .../brass_block_from_compacting.json | 20 +- .../brass_ingot_from_compacting.json | 20 +- .../brass_ingot_from_decompacting.json | 20 +- .../brass_nugget_from_decompacting.json | 20 +- .../crafting/materials/copper_nugget.json | 20 +- .../crafting/materials/electron_tube.json | 20 +- .../crafting/materials/raw_zinc.json | 20 +- .../crafting/materials/raw_zinc_block.json | 20 +- .../crafting/materials/red_sand_paper.json | 20 +- .../crafting/materials/rose_quartz.json | 20 +- .../rose_quartz_tilesfrom_conversion.json | 20 +- .../crafting/materials/sand_paper.json | 20 +- ...mall_rose_quartz_tilesfrom_conversion.json | 20 +- .../materials/zinc_block_from_compacting.json | 20 +- .../materials/zinc_ingot_from_compacting.json | 20 +- .../zinc_ingot_from_decompacting.json | 20 +- .../zinc_nugget_from_decompacting.json | 20 +- .../crafting/schematics/empty_schematic.json | 20 +- .../schematics/schematic_and_quill.json | 20 +- .../crafting/schematics/schematic_table.json | 20 +- .../crafting/schematics/schematicannon.json | 20 +- .../exposed_copper_shingle_slab.json | 20 +- ..._exposed_copper_shingles_stonecutting.json | 20 +- .../exposed_copper_shingle_stairs.json | 20 +- ..._exposed_copper_shingles_stonecutting.json | 20 +- .../create.base/exposed_copper_tile_slab.json | 20 +- ...rom_exposed_copper_tiles_stonecutting.json | 20 +- .../exposed_copper_tile_stairs.json | 20 +- ...rom_exposed_copper_tiles_stonecutting.json | 20 +- .../oxidized_copper_shingle_slab.json | 20 +- ...oxidized_copper_shingles_stonecutting.json | 20 +- .../oxidized_copper_shingle_stairs.json | 20 +- ...oxidized_copper_shingles_stonecutting.json | 20 +- .../oxidized_copper_tile_slab.json | 20 +- ...om_oxidized_copper_tiles_stonecutting.json | 20 +- .../oxidized_copper_tile_stairs.json | 20 +- ...om_oxidized_copper_tiles_stonecutting.json | 20 +- ...z_block_from_rose_quartz_stonecutting.json | 20 +- ...rom_polished_rose_quartz_stonecutting.json | 20 +- ...rom_polished_rose_quartz_stonecutting.json | 20 +- .../smelting/zinc_ingot_from_crushed.json | 20 +- .../smelting/zinc_ingot_from_ore.json | 20 +- .../smelting/zinc_ingot_from_raw_ore.json | 20 +- .../weathered_copper_shingle_slab.json | 28 +- ...eathered_copper_shingles_stonecutting.json | 28 +- .../weathered_copper_shingle_stairs.json | 28 +- ...eathered_copper_shingles_stonecutting.json | 28 +- .../weathered_copper_tile_slab.json | 28 +- ...m_weathered_copper_tiles_stonecutting.json | 28 +- .../weathered_copper_tile_stairs.json | 28 +- ...m_weathered_copper_tiles_stonecutting.json | 28 +- .../create.palettes/acacia_window.json | 20 +- .../create.palettes/acacia_window_pane.json | 20 +- ...ite_pillar_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- ...rine_pillar_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- .../recipes/create.palettes/birch_window.json | 20 +- .../create.palettes/birch_window_pane.json | 20 +- ...cite_pillar_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- .../crafting/palettes/scorchia.json | 20 +- ...ite_pillar_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- .../create.palettes/crimson_window.json | 20 +- .../create.palettes/crimson_window_pane.json | 20 +- .../cut_andesite_brick_slab.json | 20 +- ...brick_slab_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- .../cut_andesite_brick_slab_recycling.json | 20 +- .../cut_andesite_brick_stairs.json | 20 +- ...ick_stairs_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- .../cut_andesite_brick_wall.json | 20 +- ...brick_wall_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- ...ite_bricks_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- ...t_andesite_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- .../create.palettes/cut_andesite_slab.json | 20 +- ...esite_slab_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- .../cut_andesite_slab_recycling.json | 20 +- .../create.palettes/cut_andesite_stairs.json | 20 +- ...ite_stairs_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- .../create.palettes/cut_andesite_wall.json | 20 +- ...esite_wall_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- .../cut_asurine_brick_slab.json | 20 +- ..._brick_slab_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- .../cut_asurine_brick_slab_recycling.json | 20 +- .../cut_asurine_brick_stairs.json | 20 +- ...rick_stairs_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- .../cut_asurine_brick_wall.json | 20 +- ..._brick_wall_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- ...rine_bricks_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- ...cut_asurine_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- .../create.palettes/cut_asurine_slab.json | 20 +- ...surine_slab_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- .../cut_asurine_slab_recycling.json | 20 +- .../create.palettes/cut_asurine_stairs.json | 20 +- ...rine_stairs_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- .../create.palettes/cut_asurine_wall.json | 20 +- ...surine_wall_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- .../cut_calcite_brick_slab.json | 20 +- ..._brick_slab_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- .../cut_calcite_brick_slab_recycling.json | 20 +- .../cut_calcite_brick_stairs.json | 20 +- ...rick_stairs_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- .../cut_calcite_brick_wall.json | 20 +- ..._brick_wall_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- ...cite_bricks_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- ...cut_calcite_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- .../create.palettes/cut_calcite_slab.json | 20 +- ...alcite_slab_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- .../cut_calcite_slab_recycling.json | 20 +- .../create.palettes/cut_calcite_stairs.json | 20 +- ...cite_stairs_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- .../create.palettes/cut_calcite_wall.json | 20 +- ...alcite_wall_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- .../cut_crimsite_brick_slab.json | 20 +- ...brick_slab_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- .../cut_crimsite_brick_slab_recycling.json | 20 +- .../cut_crimsite_brick_stairs.json | 20 +- ...ick_stairs_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- .../cut_crimsite_brick_wall.json | 20 +- ...brick_wall_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- ...ite_bricks_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- ...t_crimsite_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- .../create.palettes/cut_crimsite_slab.json | 20 +- ...msite_slab_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- .../cut_crimsite_slab_recycling.json | 20 +- .../create.palettes/cut_crimsite_stairs.json | 20 +- ...ite_stairs_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- .../create.palettes/cut_crimsite_wall.json | 20 +- ...msite_wall_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- .../cut_deepslate_brick_slab.json | 20 +- ...rick_slab_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- .../cut_deepslate_brick_slab_recycling.json | 20 +- .../cut_deepslate_brick_stairs.json | 20 +- ...ck_stairs_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- .../cut_deepslate_brick_wall.json | 20 +- ...rick_wall_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- ...te_bricks_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- ...deepslate_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- .../create.palettes/cut_deepslate_slab.json | 20 +- ...late_slab_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- .../cut_deepslate_slab_recycling.json | 20 +- .../create.palettes/cut_deepslate_stairs.json | 20 +- ...te_stairs_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- .../create.palettes/cut_deepslate_wall.json | 20 +- ...late_wall_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- .../cut_diorite_brick_slab.json | 20 +- ..._brick_slab_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- .../cut_diorite_brick_slab_recycling.json | 20 +- .../cut_diorite_brick_stairs.json | 20 +- ...rick_stairs_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- .../cut_diorite_brick_wall.json | 20 +- ..._brick_wall_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- ...rite_bricks_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- ...cut_diorite_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- .../create.palettes/cut_diorite_slab.json | 20 +- ...iorite_slab_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- .../cut_diorite_slab_recycling.json | 20 +- .../create.palettes/cut_diorite_stairs.json | 20 +- ...rite_stairs_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- .../create.palettes/cut_diorite_wall.json | 20 +- ...iorite_wall_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- .../cut_dripstone_brick_slab.json | 20 +- ...lab_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- .../cut_dripstone_brick_slab_recycling.json | 20 +- .../cut_dripstone_brick_stairs.json | 20 +- ...irs_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- .../cut_dripstone_brick_wall.json | 20 +- ...all_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- ...cks_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- ...one_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- .../create.palettes/cut_dripstone_slab.json | 20 +- ...lab_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- .../cut_dripstone_slab_recycling.json | 20 +- .../create.palettes/cut_dripstone_stairs.json | 20 +- ...irs_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- .../create.palettes/cut_dripstone_wall.json | 20 +- ...all_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- .../cut_granite_brick_slab.json | 20 +- ..._brick_slab_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- .../cut_granite_brick_slab_recycling.json | 20 +- .../cut_granite_brick_stairs.json | 20 +- ...rick_stairs_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- .../cut_granite_brick_wall.json | 20 +- ..._brick_wall_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- ...nite_bricks_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- ...cut_granite_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- .../create.palettes/cut_granite_slab.json | 20 +- ...ranite_slab_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- .../cut_granite_slab_recycling.json | 20 +- .../create.palettes/cut_granite_stairs.json | 20 +- ...nite_stairs_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- .../create.palettes/cut_granite_wall.json | 20 +- ...ranite_wall_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- .../cut_limestone_brick_slab.json | 20 +- ...rick_slab_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- .../cut_limestone_brick_slab_recycling.json | 20 +- .../cut_limestone_brick_stairs.json | 20 +- ...ck_stairs_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- .../cut_limestone_brick_wall.json | 20 +- ...rick_wall_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- ...ne_bricks_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- ...limestone_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- .../create.palettes/cut_limestone_slab.json | 20 +- ...tone_slab_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- .../cut_limestone_slab_recycling.json | 20 +- .../create.palettes/cut_limestone_stairs.json | 20 +- ...ne_stairs_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- .../create.palettes/cut_limestone_wall.json | 20 +- ...tone_wall_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- .../cut_ochrum_brick_slab.json | 20 +- ...m_brick_slab_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- .../cut_ochrum_brick_slab_recycling.json | 20 +- .../cut_ochrum_brick_stairs.json | 20 +- ...brick_stairs_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- .../cut_ochrum_brick_wall.json | 20 +- ...m_brick_wall_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- ...chrum_bricks_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- .../cut_ochrum_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- .../create.palettes/cut_ochrum_slab.json | 20 +- ..._ochrum_slab_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- .../cut_ochrum_slab_recycling.json | 20 +- .../create.palettes/cut_ochrum_stairs.json | 20 +- ...chrum_stairs_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- .../create.palettes/cut_ochrum_wall.json | 20 +- ..._ochrum_wall_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- .../cut_scorchia_brick_slab.json | 20 +- ...brick_slab_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- .../cut_scorchia_brick_slab_recycling.json | 20 +- .../cut_scorchia_brick_stairs.json | 20 +- ...ick_stairs_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- .../cut_scorchia_brick_wall.json | 20 +- ...brick_wall_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- ...hia_bricks_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- ...t_scorchia_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- .../create.palettes/cut_scorchia_slab.json | 20 +- ...rchia_slab_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- .../cut_scorchia_slab_recycling.json | 20 +- .../create.palettes/cut_scorchia_stairs.json | 20 +- ...hia_stairs_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- .../create.palettes/cut_scorchia_wall.json | 20 +- ...rchia_wall_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- .../cut_scoria_brick_slab.json | 20 +- ...a_brick_slab_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- .../cut_scoria_brick_slab_recycling.json | 20 +- .../cut_scoria_brick_stairs.json | 20 +- ...brick_stairs_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- .../cut_scoria_brick_wall.json | 20 +- ...a_brick_wall_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- ...coria_bricks_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- .../cut_scoria_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- .../create.palettes/cut_scoria_slab.json | 20 +- ..._scoria_slab_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- .../cut_scoria_slab_recycling.json | 20 +- .../create.palettes/cut_scoria_stairs.json | 20 +- ...coria_stairs_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- .../create.palettes/cut_scoria_wall.json | 20 +- ..._scoria_wall_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- .../create.palettes/cut_tuff_brick_slab.json | 20 +- ...ab_from_stone_types_tuff_stonecutting.json | 20 +- ...uff_brick_slab_from_tuff_stonecutting.json | 28 +- .../cut_tuff_brick_slab_recycling.json | 20 +- .../cut_tuff_brick_stairs.json | 20 +- ...rs_from_stone_types_tuff_stonecutting.json | 20 +- ...f_brick_stairs_from_tuff_stonecutting.json | 28 +- .../create.palettes/cut_tuff_brick_wall.json | 20 +- ...ll_from_stone_types_tuff_stonecutting.json | 20 +- ...uff_brick_wall_from_tuff_stonecutting.json | 28 +- ...ks_from_stone_types_tuff_stonecutting.json | 20 +- ...ut_tuff_bricks_from_tuff_stonecutting.json | 28 +- ...ff_from_stone_types_tuff_stonecutting.json | 20 +- .../cut_tuff_from_tuff_stonecutting.json | 28 +- .../create.palettes/cut_tuff_slab.json | 20 +- ...ab_from_stone_types_tuff_stonecutting.json | 20 +- .../cut_tuff_slab_from_tuff_stonecutting.json | 28 +- .../cut_tuff_slab_recycling.json | 20 +- .../create.palettes/cut_tuff_stairs.json | 20 +- ...rs_from_stone_types_tuff_stonecutting.json | 20 +- ...ut_tuff_stairs_from_tuff_stonecutting.json | 28 +- .../create.palettes/cut_tuff_wall.json | 20 +- ...ll_from_stone_types_tuff_stonecutting.json | 20 +- .../cut_tuff_wall_from_tuff_stonecutting.json | 28 +- .../cut_veridium_brick_slab.json | 20 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...brick_slab_from_veridium_stonecutting.json | 28 +- .../cut_veridium_brick_slab_recycling.json | 20 +- .../cut_veridium_brick_stairs.json | 20 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...ick_stairs_from_veridium_stonecutting.json | 28 +- .../cut_veridium_brick_wall.json | 20 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...brick_wall_from_veridium_stonecutting.json | 28 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...ium_bricks_from_veridium_stonecutting.json | 28 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...t_veridium_from_veridium_stonecutting.json | 28 +- .../create.palettes/cut_veridium_slab.json | 20 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...idium_slab_from_veridium_stonecutting.json | 28 +- .../cut_veridium_slab_recycling.json | 20 +- .../create.palettes/cut_veridium_stairs.json | 20 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...ium_stairs_from_veridium_stonecutting.json | 28 +- .../create.palettes/cut_veridium_wall.json | 20 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...idium_wall_from_veridium_stonecutting.json | 28 +- .../create.palettes/dark_oak_window.json | 20 +- .../create.palettes/dark_oak_window_pane.json | 20 +- ...te_pillar_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- ...rite_pillar_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- ...lar_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- ...ass_from_glass_colorless_stonecutting.json | 20 +- .../create.palettes/framed_glass_pane.json | 20 +- ...nite_pillar_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- ...ass_from_glass_colorless_stonecutting.json | 20 +- .../horizontal_framed_glass_pane.json | 20 +- .../create.palettes/jungle_window.json | 20 +- .../create.palettes/jungle_window_pane.json | 20 +- ...d_andesite_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- ...red_asurine_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- ...red_calcite_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- ...d_crimsite_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- ...deepslate_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- ...red_diorite_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- ...one_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- ...red_granite_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- ...limestone_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- ...yered_ochrum_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- ...d_scorchia_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- ...yered_scoria_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- ...ff_from_stone_types_tuff_stonecutting.json | 20 +- .../layered_tuff_from_tuff_stonecutting.json | 28 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...d_veridium_from_veridium_stonecutting.json | 28 +- ...ne_pillar_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- .../recipes/create.palettes/oak_window.json | 20 +- .../create.palettes/oak_window_pane.json | 20 +- ...chrum_pillar_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- .../create.palettes/ornate_iron_window.json | 20 +- .../ornate_iron_window_pane.json | 20 +- ...t_andesite_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- .../polished_cut_andesite_slab.json | 20 +- ...esite_slab_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- .../polished_cut_andesite_slab_recycling.json | 20 +- .../polished_cut_andesite_stairs.json | 20 +- ...ite_stairs_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- .../polished_cut_andesite_wall.json | 20 +- ...esite_wall_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- ...cut_asurine_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- .../polished_cut_asurine_slab.json | 20 +- ...surine_slab_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- .../polished_cut_asurine_slab_recycling.json | 20 +- .../polished_cut_asurine_stairs.json | 20 +- ...rine_stairs_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- .../polished_cut_asurine_wall.json | 20 +- ...surine_wall_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- ...cut_calcite_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- .../polished_cut_calcite_slab.json | 20 +- ...alcite_slab_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- .../polished_cut_calcite_slab_recycling.json | 20 +- .../polished_cut_calcite_stairs.json | 20 +- ...cite_stairs_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- .../polished_cut_calcite_wall.json | 20 +- ...alcite_wall_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- ...t_crimsite_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- .../polished_cut_crimsite_slab.json | 20 +- ...msite_slab_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- .../polished_cut_crimsite_slab_recycling.json | 20 +- .../polished_cut_crimsite_stairs.json | 20 +- ...ite_stairs_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- .../polished_cut_crimsite_wall.json | 20 +- ...msite_wall_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- ...deepslate_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- .../polished_cut_deepslate_slab.json | 20 +- ...late_slab_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- ...polished_cut_deepslate_slab_recycling.json | 20 +- .../polished_cut_deepslate_stairs.json | 20 +- ...te_stairs_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- .../polished_cut_deepslate_wall.json | 20 +- ...late_wall_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- ...cut_diorite_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- .../polished_cut_diorite_slab.json | 20 +- ...iorite_slab_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- .../polished_cut_diorite_slab_recycling.json | 20 +- .../polished_cut_diorite_stairs.json | 20 +- ...rite_stairs_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- .../polished_cut_diorite_wall.json | 20 +- ...iorite_wall_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- ...one_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- .../polished_cut_dripstone_slab.json | 20 +- ...lab_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- ...polished_cut_dripstone_slab_recycling.json | 20 +- .../polished_cut_dripstone_stairs.json | 20 +- ...irs_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- .../polished_cut_dripstone_wall.json | 20 +- ...all_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- ...cut_granite_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- .../polished_cut_granite_slab.json | 20 +- ...ranite_slab_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- .../polished_cut_granite_slab_recycling.json | 20 +- .../polished_cut_granite_stairs.json | 20 +- ...nite_stairs_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- .../polished_cut_granite_wall.json | 20 +- ...ranite_wall_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- ...limestone_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- .../polished_cut_limestone_slab.json | 20 +- ...tone_slab_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- ...polished_cut_limestone_slab_recycling.json | 20 +- .../polished_cut_limestone_stairs.json | 20 +- ...ne_stairs_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- .../polished_cut_limestone_wall.json | 20 +- ...tone_wall_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- ...d_cut_ochrum_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- .../polished_cut_ochrum_slab.json | 20 +- ..._ochrum_slab_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- .../polished_cut_ochrum_slab_recycling.json | 20 +- .../polished_cut_ochrum_stairs.json | 20 +- ...chrum_stairs_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- .../polished_cut_ochrum_wall.json | 20 +- ..._ochrum_wall_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- ...t_scorchia_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- .../polished_cut_scorchia_slab.json | 20 +- ...rchia_slab_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- .../polished_cut_scorchia_slab_recycling.json | 20 +- .../polished_cut_scorchia_stairs.json | 20 +- ...hia_stairs_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- .../polished_cut_scorchia_wall.json | 20 +- ...rchia_wall_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- ...d_cut_scoria_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- .../polished_cut_scoria_slab.json | 20 +- ..._scoria_slab_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- .../polished_cut_scoria_slab_recycling.json | 20 +- .../polished_cut_scoria_stairs.json | 20 +- ...coria_stairs_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- .../polished_cut_scoria_wall.json | 20 +- ..._scoria_wall_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- ...ff_from_stone_types_tuff_stonecutting.json | 20 +- ...ished_cut_tuff_from_tuff_stonecutting.json | 28 +- .../polished_cut_tuff_slab.json | 20 +- ...ab_from_stone_types_tuff_stonecutting.json | 20 +- ..._cut_tuff_slab_from_tuff_stonecutting.json | 28 +- .../polished_cut_tuff_slab_recycling.json | 20 +- .../polished_cut_tuff_stairs.json | 20 +- ...rs_from_stone_types_tuff_stonecutting.json | 20 +- ...ut_tuff_stairs_from_tuff_stonecutting.json | 28 +- .../polished_cut_tuff_wall.json | 20 +- ...ll_from_stone_types_tuff_stonecutting.json | 20 +- ..._cut_tuff_wall_from_tuff_stonecutting.json | 28 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...t_veridium_from_veridium_stonecutting.json | 28 +- .../polished_cut_veridium_slab.json | 20 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...idium_slab_from_veridium_stonecutting.json | 28 +- .../polished_cut_veridium_slab_recycling.json | 20 +- .../polished_cut_veridium_stairs.json | 20 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...ium_stairs_from_veridium_stonecutting.json | 28 +- .../polished_cut_veridium_wall.json | 20 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...idium_wall_from_veridium_stonecutting.json | 28 +- ...hia_pillar_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- ...coria_pillar_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- .../small_andesite_brick_slab.json | 20 +- ...brick_slab_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- .../small_andesite_brick_slab_recycling.json | 20 +- .../small_andesite_brick_stairs.json | 20 +- ...ick_stairs_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- .../small_andesite_brick_wall.json | 20 +- ...brick_wall_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- ...ite_bricks_from_andesite_stonecutting.json | 20 +- ...rom_stone_types_andesite_stonecutting.json | 20 +- .../small_asurine_brick_slab.json | 20 +- ..._brick_slab_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- .../small_asurine_brick_slab_recycling.json | 20 +- .../small_asurine_brick_stairs.json | 20 +- ...rick_stairs_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- .../small_asurine_brick_wall.json | 20 +- ..._brick_wall_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- ...rine_bricks_from_asurine_stonecutting.json | 20 +- ...from_stone_types_asurine_stonecutting.json | 20 +- .../small_calcite_brick_slab.json | 20 +- ..._brick_slab_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- .../small_calcite_brick_slab_recycling.json | 20 +- .../small_calcite_brick_stairs.json | 20 +- ...rick_stairs_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- .../small_calcite_brick_wall.json | 20 +- ..._brick_wall_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- ...cite_bricks_from_calcite_stonecutting.json | 20 +- ...from_stone_types_calcite_stonecutting.json | 20 +- .../small_crimsite_brick_slab.json | 20 +- ...brick_slab_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- .../small_crimsite_brick_slab_recycling.json | 20 +- .../small_crimsite_brick_stairs.json | 20 +- ...ick_stairs_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- .../small_crimsite_brick_wall.json | 20 +- ...brick_wall_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- ...ite_bricks_from_crimsite_stonecutting.json | 20 +- ...rom_stone_types_crimsite_stonecutting.json | 20 +- .../small_deepslate_brick_slab.json | 20 +- ...rick_slab_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- .../small_deepslate_brick_slab_recycling.json | 20 +- .../small_deepslate_brick_stairs.json | 20 +- ...ck_stairs_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- .../small_deepslate_brick_wall.json | 20 +- ...rick_wall_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- ...te_bricks_from_deepslate_stonecutting.json | 20 +- ...om_stone_types_deepslate_stonecutting.json | 20 +- .../small_diorite_brick_slab.json | 20 +- ..._brick_slab_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- .../small_diorite_brick_slab_recycling.json | 20 +- .../small_diorite_brick_stairs.json | 20 +- ...rick_stairs_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- .../small_diorite_brick_wall.json | 20 +- ..._brick_wall_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- ...rite_bricks_from_diorite_stonecutting.json | 20 +- ...from_stone_types_diorite_stonecutting.json | 20 +- .../small_dripstone_brick_slab.json | 20 +- ...lab_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- .../small_dripstone_brick_slab_recycling.json | 20 +- .../small_dripstone_brick_stairs.json | 20 +- ...irs_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- .../small_dripstone_brick_wall.json | 20 +- ...all_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- ...cks_from_dripstone_block_stonecutting.json | 20 +- ...om_stone_types_dripstone_stonecutting.json | 20 +- .../small_granite_brick_slab.json | 20 +- ..._brick_slab_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- .../small_granite_brick_slab_recycling.json | 20 +- .../small_granite_brick_stairs.json | 20 +- ...rick_stairs_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- .../small_granite_brick_wall.json | 20 +- ..._brick_wall_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- ...nite_bricks_from_granite_stonecutting.json | 20 +- ...from_stone_types_granite_stonecutting.json | 20 +- .../small_limestone_brick_slab.json | 20 +- ...rick_slab_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- .../small_limestone_brick_slab_recycling.json | 20 +- .../small_limestone_brick_stairs.json | 20 +- ...ck_stairs_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- .../small_limestone_brick_wall.json | 20 +- ...rick_wall_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- ...ne_bricks_from_limestone_stonecutting.json | 20 +- ...om_stone_types_limestone_stonecutting.json | 20 +- .../small_ochrum_brick_slab.json | 20 +- ...m_brick_slab_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- .../small_ochrum_brick_slab_recycling.json | 20 +- .../small_ochrum_brick_stairs.json | 20 +- ...brick_stairs_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- .../small_ochrum_brick_wall.json | 20 +- ...m_brick_wall_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- ...chrum_bricks_from_ochrum_stonecutting.json | 20 +- ..._from_stone_types_ochrum_stonecutting.json | 20 +- .../small_scorchia_brick_slab.json | 20 +- ...brick_slab_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- .../small_scorchia_brick_slab_recycling.json | 20 +- .../small_scorchia_brick_stairs.json | 20 +- ...ick_stairs_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- .../small_scorchia_brick_wall.json | 20 +- ...brick_wall_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- ...hia_bricks_from_scorchia_stonecutting.json | 20 +- ...rom_stone_types_scorchia_stonecutting.json | 20 +- .../small_scoria_brick_slab.json | 20 +- ...a_brick_slab_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- .../small_scoria_brick_slab_recycling.json | 20 +- .../small_scoria_brick_stairs.json | 20 +- ...brick_stairs_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- .../small_scoria_brick_wall.json | 20 +- ...a_brick_wall_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- ...coria_bricks_from_scoria_stonecutting.json | 20 +- ..._from_stone_types_scoria_stonecutting.json | 20 +- .../small_tuff_brick_slab.json | 20 +- ...ab_from_stone_types_tuff_stonecutting.json | 20 +- ...uff_brick_slab_from_tuff_stonecutting.json | 28 +- .../small_tuff_brick_slab_recycling.json | 20 +- .../small_tuff_brick_stairs.json | 20 +- ...rs_from_stone_types_tuff_stonecutting.json | 20 +- ...f_brick_stairs_from_tuff_stonecutting.json | 28 +- .../small_tuff_brick_wall.json | 20 +- ...ll_from_stone_types_tuff_stonecutting.json | 20 +- ...uff_brick_wall_from_tuff_stonecutting.json | 28 +- ...ks_from_stone_types_tuff_stonecutting.json | 20 +- ...ll_tuff_bricks_from_tuff_stonecutting.json | 28 +- .../small_veridium_brick_slab.json | 20 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...brick_slab_from_veridium_stonecutting.json | 28 +- .../small_veridium_brick_slab_recycling.json | 20 +- .../small_veridium_brick_stairs.json | 20 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...ick_stairs_from_veridium_stonecutting.json | 28 +- .../small_veridium_brick_wall.json | 20 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...brick_wall_from_veridium_stonecutting.json | 28 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...ium_bricks_from_veridium_stonecutting.json | 28 +- .../create.palettes/smelting/scoria.json | 20 +- .../create.palettes/spruce_window.json | 20 +- .../create.palettes/spruce_window_pane.json | 20 +- ...ass_from_glass_colorless_stonecutting.json | 20 +- .../create.palettes/tiled_glass_pane.json | 20 +- ...ar_from_stone_types_tuff_stonecutting.json | 20 +- .../tuff_pillar_from_tuff_stonecutting.json | 28 +- ...rom_stone_types_veridium_stonecutting.json | 20 +- ...ium_pillar_from_veridium_stonecutting.json | 28 +- ...ass_from_glass_colorless_stonecutting.json | 20 +- .../vertical_framed_glass_pane.json | 20 +- .../create.palettes/warped_window.json | 20 +- .../create.palettes/warped_window_pane.json | 20 +- .../glass_pane_from_framed_glass_pane.json | 20 +- ...ane_from_horizontal_framed_glass_pane.json | 20 +- .../glass_pane_from_tiled_glass_pane.json | 20 +- ..._pane_from_vertical_framed_glass_pane.json | 20 +- .../recipes/food/campfire_cooking/bread.json | 20 +- .../food/crafting/curiosities/cake.json | 20 +- .../recipes/food/smelting/bread.json | 20 +- .../recipes/food/smoking/bread.json | 20 +- .../blasting/copper_ingot_from_crushed.json | 20 +- .../blasting/gold_ingot_from_crushed.json | 20 +- .../blasting/iron_ingot_from_crushed.json | 20 +- .../misc/crafting/appliances/slime_ball.json | 20 +- .../misc/crafting/materials/copper_ingot.json | 20 +- .../smelting/copper_ingot_from_crushed.json | 20 +- .../smelting/gold_ingot_from_crushed.json | 20 +- .../smelting/iron_ingot_from_crushed.json | 20 +- ...urnace_minecart_from_contraption_cart.json | 20 +- .../minecart_from_contraption_cart.json | 20 +- .../data/create/advancements/red_signal.json | 26 +- .../data/create/advancements/root.json | 28 +- .../data/create/advancements/rose_quartz.json | 36 +- .../create/advancements/saw_processing.json | 26 +- .../create/advancements/self_deploying.json | 26 +- .../create/advancements/shifting_gears.json | 26 +- .../create/advancements/speed_controller.json | 26 +- .../data/create/advancements/spout.json | 26 +- .../create/advancements/steam_engine.json | 26 +- .../advancements/steam_engine_maxed.json | 26 +- .../create/advancements/steam_whistle.json | 26 +- .../create/advancements/stressometer.json | 26 +- .../advancements/stressometer_maxed.json | 26 +- .../create/advancements/sturdy_sheet.json | 36 +- .../data/create/advancements/super_glue.json | 28 +- .../data/create/advancements/track_0.json | 36 +- .../advancements/track_crafting_factory.json | 26 +- .../create/advancements/track_signal.json | 26 +- .../data/create/advancements/train.json | 26 +- .../create/advancements/train_casing_00.json | 26 +- .../data/create/advancements/train_crash.json | 26 +- .../advancements/train_crash_backwards.json | 26 +- .../create/advancements/train_portal.json | 26 +- .../create/advancements/train_roadkill.json | 28 +- .../create/advancements/train_whistle.json | 26 +- .../create/advancements/water_supply.json | 26 +- .../data/create/advancements/water_wheel.json | 26 +- .../data/create/advancements/windmill.json | 26 +- .../create/advancements/windmill_maxed.json | 26 +- .../create/advancements/wrench_goggles.json | 40 +- .../loot_tables/blocks/acacia_window.json | 16 +- .../blocks/acacia_window_pane.json | 16 +- .../blocks/adjustable_chain_gearshift.json | 12 +- .../loot_tables/blocks/analog_lever.json | 12 +- .../blocks/andesite_belt_funnel.json | 12 +- .../loot_tables/blocks/andesite_casing.json | 12 +- .../blocks/andesite_encased_cogwheel.json | 12 +- .../andesite_encased_large_cogwheel.json | 12 +- .../blocks/andesite_encased_shaft.json | 12 +- .../loot_tables/blocks/andesite_funnel.json | 12 +- .../loot_tables/blocks/andesite_ladder.json | 12 +- .../loot_tables/blocks/andesite_pillar.json | 12 +- .../loot_tables/blocks/andesite_tunnel.json | 12 +- .../create/loot_tables/blocks/asurine.json | 12 +- .../loot_tables/blocks/asurine_pillar.json | 12 +- .../data/create/loot_tables/blocks/basin.json | 12 +- .../data/create/loot_tables/blocks/belt.json | 12 +- .../loot_tables/blocks/birch_window.json | 16 +- .../loot_tables/blocks/birch_window_pane.json | 16 +- .../loot_tables/blocks/black_nixie_tube.json | 12 +- .../create/loot_tables/blocks/black_sail.json | 12 +- .../create/loot_tables/blocks/black_seat.json | 12 +- .../loot_tables/blocks/black_toolbox.json | 28 +- .../blocks/black_valve_handle.json | 12 +- .../loot_tables/blocks/blaze_burner.json | 14 +- .../loot_tables/blocks/blue_nixie_tube.json | 12 +- .../create/loot_tables/blocks/blue_sail.json | 12 +- .../create/loot_tables/blocks/blue_seat.json | 12 +- .../loot_tables/blocks/blue_toolbox.json | 28 +- .../loot_tables/blocks/blue_valve_handle.json | 12 +- .../loot_tables/blocks/brass_belt_funnel.json | 12 +- .../loot_tables/blocks/brass_block.json | 12 +- .../loot_tables/blocks/brass_casing.json | 12 +- .../blocks/brass_encased_cogwheel.json | 12 +- .../blocks/brass_encased_large_cogwheel.json | 12 +- .../blocks/brass_encased_shaft.json | 12 +- .../loot_tables/blocks/brass_funnel.json | 12 +- .../loot_tables/blocks/brass_ladder.json | 12 +- .../loot_tables/blocks/brass_tunnel.json | 12 +- .../loot_tables/blocks/brown_nixie_tube.json | 12 +- .../create/loot_tables/blocks/brown_sail.json | 12 +- .../create/loot_tables/blocks/brown_seat.json | 12 +- .../loot_tables/blocks/brown_toolbox.json | 28 +- .../blocks/brown_valve_handle.json | 12 +- .../loot_tables/blocks/calcite_pillar.json | 12 +- .../loot_tables/blocks/cart_assembler.json | 12 +- .../data/create/loot_tables/blocks/chute.json | 12 +- .../loot_tables/blocks/clockwork_bearing.json | 12 +- .../create/loot_tables/blocks/clutch.json | 12 +- .../create/loot_tables/blocks/cogwheel.json | 12 +- .../loot_tables/blocks/content_observer.json | 12 +- .../loot_tables/blocks/controller_rail.json | 12 +- .../create/loot_tables/blocks/controls.json | 12 +- .../loot_tables/blocks/copper_backtank.json | 28 +- .../loot_tables/blocks/copper_casing.json | 12 +- .../loot_tables/blocks/copper_ladder.json | 12 +- .../blocks/copper_shingle_slab.json | 10 +- .../blocks/copper_shingle_stairs.json | 12 +- .../loot_tables/blocks/copper_shingles.json | 12 +- .../loot_tables/blocks/copper_tile_slab.json | 10 +- .../blocks/copper_tile_stairs.json | 12 +- .../loot_tables/blocks/copper_tiles.json | 12 +- .../blocks/copper_valve_handle.json | 12 +- .../loot_tables/blocks/creative_crate.json | 12 +- .../blocks/creative_fluid_tank.json | 12 +- .../loot_tables/blocks/creative_motor.json | 12 +- .../create/loot_tables/blocks/crimsite.json | 12 +- .../loot_tables/blocks/crimsite_pillar.json | 12 +- .../loot_tables/blocks/crimson_window.json | 16 +- .../blocks/crimson_window_pane.json | 16 +- .../loot_tables/blocks/crushing_wheel.json | 12 +- .../loot_tables/blocks/cuckoo_clock.json | 12 +- .../loot_tables/blocks/cut_andesite.json | 12 +- .../blocks/cut_andesite_brick_slab.json | 10 +- .../blocks/cut_andesite_brick_stairs.json | 12 +- .../blocks/cut_andesite_brick_wall.json | 12 +- .../blocks/cut_andesite_bricks.json | 12 +- .../loot_tables/blocks/cut_andesite_slab.json | 10 +- .../blocks/cut_andesite_stairs.json | 12 +- .../loot_tables/blocks/cut_andesite_wall.json | 12 +- .../loot_tables/blocks/cut_asurine.json | 12 +- .../blocks/cut_asurine_brick_slab.json | 10 +- .../blocks/cut_asurine_brick_stairs.json | 12 +- .../blocks/cut_asurine_brick_wall.json | 12 +- .../blocks/cut_asurine_bricks.json | 12 +- .../loot_tables/blocks/cut_asurine_slab.json | 10 +- .../blocks/cut_asurine_stairs.json | 12 +- .../loot_tables/blocks/cut_asurine_wall.json | 12 +- .../loot_tables/blocks/cut_calcite.json | 12 +- .../blocks/cut_calcite_brick_slab.json | 10 +- .../blocks/cut_calcite_brick_stairs.json | 12 +- .../blocks/cut_calcite_brick_wall.json | 12 +- .../blocks/cut_calcite_bricks.json | 12 +- .../loot_tables/blocks/cut_calcite_slab.json | 10 +- .../blocks/cut_calcite_stairs.json | 12 +- .../loot_tables/blocks/cut_calcite_wall.json | 12 +- .../loot_tables/blocks/cut_crimsite.json | 12 +- .../blocks/cut_crimsite_brick_slab.json | 10 +- .../blocks/cut_crimsite_brick_stairs.json | 12 +- .../blocks/cut_crimsite_brick_wall.json | 12 +- .../blocks/cut_crimsite_bricks.json | 12 +- .../loot_tables/blocks/cut_crimsite_slab.json | 10 +- .../blocks/cut_crimsite_stairs.json | 12 +- .../loot_tables/blocks/cut_crimsite_wall.json | 12 +- .../loot_tables/blocks/cut_deepslate.json | 12 +- .../blocks/cut_deepslate_brick_slab.json | 10 +- .../blocks/cut_deepslate_brick_stairs.json | 12 +- .../blocks/cut_deepslate_brick_wall.json | 12 +- .../blocks/cut_deepslate_bricks.json | 12 +- .../blocks/cut_deepslate_slab.json | 10 +- .../blocks/cut_deepslate_stairs.json | 12 +- .../blocks/cut_deepslate_wall.json | 12 +- .../loot_tables/blocks/cut_diorite.json | 12 +- .../blocks/cut_diorite_brick_slab.json | 10 +- .../blocks/cut_diorite_brick_stairs.json | 12 +- .../blocks/cut_diorite_brick_wall.json | 12 +- .../blocks/cut_diorite_bricks.json | 12 +- .../loot_tables/blocks/cut_diorite_slab.json | 10 +- .../blocks/cut_diorite_stairs.json | 12 +- .../loot_tables/blocks/cut_diorite_wall.json | 12 +- .../loot_tables/blocks/cut_dripstone.json | 12 +- .../blocks/cut_dripstone_brick_slab.json | 10 +- .../blocks/cut_dripstone_brick_stairs.json | 12 +- .../blocks/cut_dripstone_brick_wall.json | 12 +- .../blocks/cut_dripstone_bricks.json | 12 +- .../blocks/cut_dripstone_slab.json | 10 +- .../blocks/cut_dripstone_stairs.json | 12 +- .../blocks/cut_dripstone_wall.json | 12 +- .../loot_tables/blocks/cut_granite.json | 12 +- .../blocks/cut_granite_brick_slab.json | 10 +- .../blocks/cut_granite_brick_stairs.json | 12 +- .../blocks/cut_granite_brick_wall.json | 12 +- .../blocks/cut_granite_bricks.json | 12 +- .../loot_tables/blocks/cut_granite_slab.json | 10 +- .../blocks/cut_granite_stairs.json | 12 +- .../loot_tables/blocks/cut_granite_wall.json | 12 +- .../loot_tables/blocks/cut_limestone.json | 12 +- .../blocks/cut_limestone_brick_slab.json | 10 +- .../blocks/cut_limestone_brick_stairs.json | 12 +- .../blocks/cut_limestone_brick_wall.json | 12 +- .../blocks/cut_limestone_bricks.json | 12 +- .../blocks/cut_limestone_slab.json | 10 +- .../blocks/cut_limestone_stairs.json | 12 +- .../blocks/cut_limestone_wall.json | 12 +- .../create/loot_tables/blocks/cut_ochrum.json | 12 +- .../blocks/cut_ochrum_brick_slab.json | 10 +- .../blocks/cut_ochrum_brick_stairs.json | 12 +- .../blocks/cut_ochrum_brick_wall.json | 12 +- .../loot_tables/blocks/cut_ochrum_bricks.json | 12 +- .../loot_tables/blocks/cut_ochrum_slab.json | 10 +- .../loot_tables/blocks/cut_ochrum_stairs.json | 12 +- .../loot_tables/blocks/cut_ochrum_wall.json | 12 +- .../loot_tables/blocks/cut_scorchia.json | 12 +- .../blocks/cut_scorchia_brick_slab.json | 10 +- .../blocks/cut_scorchia_brick_stairs.json | 12 +- .../blocks/cut_scorchia_brick_wall.json | 12 +- .../blocks/cut_scorchia_bricks.json | 12 +- .../loot_tables/blocks/cut_scorchia_slab.json | 10 +- .../blocks/cut_scorchia_stairs.json | 12 +- .../loot_tables/blocks/cut_scorchia_wall.json | 12 +- .../create/loot_tables/blocks/cut_scoria.json | 12 +- .../blocks/cut_scoria_brick_slab.json | 10 +- .../blocks/cut_scoria_brick_stairs.json | 12 +- .../blocks/cut_scoria_brick_wall.json | 12 +- .../loot_tables/blocks/cut_scoria_bricks.json | 12 +- .../loot_tables/blocks/cut_scoria_slab.json | 10 +- .../loot_tables/blocks/cut_scoria_stairs.json | 12 +- .../loot_tables/blocks/cut_scoria_wall.json | 12 +- .../create/loot_tables/blocks/cut_tuff.json | 12 +- .../blocks/cut_tuff_brick_slab.json | 10 +- .../blocks/cut_tuff_brick_stairs.json | 12 +- .../blocks/cut_tuff_brick_wall.json | 12 +- .../loot_tables/blocks/cut_tuff_bricks.json | 12 +- .../loot_tables/blocks/cut_tuff_slab.json | 10 +- .../loot_tables/blocks/cut_tuff_stairs.json | 12 +- .../loot_tables/blocks/cut_tuff_wall.json | 12 +- .../loot_tables/blocks/cut_veridium.json | 12 +- .../blocks/cut_veridium_brick_slab.json | 10 +- .../blocks/cut_veridium_brick_stairs.json | 12 +- .../blocks/cut_veridium_brick_wall.json | 12 +- .../blocks/cut_veridium_bricks.json | 12 +- .../loot_tables/blocks/cut_veridium_slab.json | 10 +- .../blocks/cut_veridium_stairs.json | 12 +- .../loot_tables/blocks/cut_veridium_wall.json | 12 +- .../loot_tables/blocks/cyan_nixie_tube.json | 12 +- .../create/loot_tables/blocks/cyan_sail.json | 12 +- .../create/loot_tables/blocks/cyan_seat.json | 12 +- .../loot_tables/blocks/cyan_toolbox.json | 28 +- .../loot_tables/blocks/cyan_valve_handle.json | 12 +- .../loot_tables/blocks/dark_oak_window.json | 16 +- .../blocks/dark_oak_window_pane.json | 16 +- .../loot_tables/blocks/deepslate_pillar.json | 12 +- .../blocks/deepslate_zinc_ore.json | 8 +- .../create/loot_tables/blocks/deployer.json | 12 +- .../data/create/loot_tables/blocks/depot.json | 12 +- .../loot_tables/blocks/diorite_pillar.json | 12 +- .../loot_tables/blocks/display_board.json | 12 +- .../loot_tables/blocks/display_link.json | 12 +- .../loot_tables/blocks/dripstone_pillar.json | 12 +- .../blocks/encased_chain_drive.json | 12 +- .../loot_tables/blocks/encased_fan.json | 12 +- .../blocks/encased_fluid_pipe.json | 12 +- .../blocks/exposed_copper_shingle_slab.json | 10 +- .../blocks/exposed_copper_shingle_stairs.json | 12 +- .../blocks/exposed_copper_shingles.json | 12 +- .../blocks/exposed_copper_tile_slab.json | 10 +- .../blocks/exposed_copper_tile_stairs.json | 12 +- .../blocks/exposed_copper_tiles.json | 12 +- .../create/loot_tables/blocks/fake_track.json | 12 +- .../create/loot_tables/blocks/fluid_pipe.json | 12 +- .../create/loot_tables/blocks/fluid_tank.json | 12 +- .../loot_tables/blocks/fluid_valve.json | 12 +- .../create/loot_tables/blocks/flywheel.json | 12 +- .../loot_tables/blocks/framed_glass.json | 16 +- .../loot_tables/blocks/framed_glass_door.json | 14 +- .../loot_tables/blocks/framed_glass_pane.json | 16 +- .../blocks/framed_glass_trapdoor.json | 12 +- .../loot_tables/blocks/gantry_carriage.json | 12 +- .../loot_tables/blocks/gantry_shaft.json | 12 +- .../create/loot_tables/blocks/gearbox.json | 12 +- .../create/loot_tables/blocks/gearshift.json | 12 +- .../loot_tables/blocks/glass_fluid_pipe.json | 12 +- .../loot_tables/blocks/granite_pillar.json | 12 +- .../loot_tables/blocks/gray_nixie_tube.json | 12 +- .../create/loot_tables/blocks/gray_sail.json | 12 +- .../create/loot_tables/blocks/gray_seat.json | 12 +- .../loot_tables/blocks/gray_toolbox.json | 28 +- .../loot_tables/blocks/gray_valve_handle.json | 12 +- .../loot_tables/blocks/green_nixie_tube.json | 12 +- .../create/loot_tables/blocks/green_sail.json | 12 +- .../create/loot_tables/blocks/green_seat.json | 12 +- .../loot_tables/blocks/green_toolbox.json | 28 +- .../blocks/green_valve_handle.json | 12 +- .../create/loot_tables/blocks/hand_crank.json | 12 +- .../loot_tables/blocks/haunted_bell.json | 12 +- .../blocks/horizontal_framed_glass.json | 16 +- .../blocks/horizontal_framed_glass_pane.json | 16 +- .../loot_tables/blocks/hose_pulley.json | 12 +- .../create/loot_tables/blocks/item_drain.json | 12 +- .../create/loot_tables/blocks/item_vault.json | 12 +- .../loot_tables/blocks/jungle_window.json | 16 +- .../blocks/jungle_window_pane.json | 16 +- .../loot_tables/blocks/large_bogey.json | 12 +- .../loot_tables/blocks/large_cogwheel.json | 12 +- .../loot_tables/blocks/layered_andesite.json | 12 +- .../loot_tables/blocks/layered_asurine.json | 12 +- .../loot_tables/blocks/layered_calcite.json | 12 +- .../loot_tables/blocks/layered_crimsite.json | 12 +- .../loot_tables/blocks/layered_deepslate.json | 12 +- .../loot_tables/blocks/layered_diorite.json | 12 +- .../loot_tables/blocks/layered_dripstone.json | 12 +- .../loot_tables/blocks/layered_granite.json | 12 +- .../loot_tables/blocks/layered_limestone.json | 12 +- .../loot_tables/blocks/layered_ochrum.json | 12 +- .../loot_tables/blocks/layered_scorchia.json | 12 +- .../loot_tables/blocks/layered_scoria.json | 12 +- .../loot_tables/blocks/layered_tuff.json | 12 +- .../loot_tables/blocks/layered_veridium.json | 12 +- .../blocks/lectern_controller.json | 12 +- .../blocks/light_blue_nixie_tube.json | 12 +- .../loot_tables/blocks/light_blue_sail.json | 12 +- .../loot_tables/blocks/light_blue_seat.json | 12 +- .../blocks/light_blue_toolbox.json | 28 +- .../blocks/light_blue_valve_handle.json | 12 +- .../blocks/light_gray_nixie_tube.json | 12 +- .../loot_tables/blocks/light_gray_sail.json | 12 +- .../loot_tables/blocks/light_gray_seat.json | 12 +- .../blocks/light_gray_toolbox.json | 28 +- .../blocks/light_gray_valve_handle.json | 12 +- .../loot_tables/blocks/lime_nixie_tube.json | 12 +- .../create/loot_tables/blocks/lime_sail.json | 12 +- .../create/loot_tables/blocks/lime_seat.json | 12 +- .../loot_tables/blocks/lime_toolbox.json | 28 +- .../loot_tables/blocks/lime_valve_handle.json | 12 +- .../create/loot_tables/blocks/limestone.json | 12 +- .../loot_tables/blocks/limestone_pillar.json | 12 +- .../loot_tables/blocks/linear_chassis.json | 12 +- .../loot_tables/blocks/lit_blaze_burner.json | 12 +- .../blocks/magenta_nixie_tube.json | 12 +- .../loot_tables/blocks/magenta_sail.json | 12 +- .../loot_tables/blocks/magenta_seat.json | 12 +- .../loot_tables/blocks/magenta_toolbox.json | 28 +- .../blocks/magenta_valve_handle.json | 12 +- .../loot_tables/blocks/mechanical_arm.json | 12 +- .../blocks/mechanical_bearing.json | 12 +- .../blocks/mechanical_crafter.json | 12 +- .../loot_tables/blocks/mechanical_drill.json | 12 +- .../blocks/mechanical_harvester.json | 12 +- .../loot_tables/blocks/mechanical_mixer.json | 12 +- .../loot_tables/blocks/mechanical_piston.json | 12 +- .../blocks/mechanical_piston_head.json | 12 +- .../loot_tables/blocks/mechanical_plough.json | 12 +- .../loot_tables/blocks/mechanical_press.json | 12 +- .../loot_tables/blocks/mechanical_pump.json | 12 +- .../loot_tables/blocks/mechanical_saw.json | 12 +- .../loot_tables/blocks/metal_bracket.json | 12 +- .../loot_tables/blocks/metal_girder.json | 12 +- .../blocks/metal_girder_encased_shaft.json | 22 +- .../create/loot_tables/blocks/millstone.json | 12 +- .../loot_tables/blocks/minecart_anchor.json | 12 +- .../blocks/mysterious_cuckoo_clock.json | 12 +- .../create/loot_tables/blocks/nixie_tube.json | 12 +- .../create/loot_tables/blocks/nozzle.json | 12 +- .../create/loot_tables/blocks/oak_window.json | 16 +- .../loot_tables/blocks/oak_window_pane.json | 16 +- .../create/loot_tables/blocks/ochrum.json | 12 +- .../loot_tables/blocks/ochrum_pillar.json | 12 +- .../loot_tables/blocks/orange_sail.json | 12 +- .../loot_tables/blocks/orange_seat.json | 12 +- .../loot_tables/blocks/orange_toolbox.json | 28 +- .../blocks/orange_valve_handle.json | 12 +- .../blocks/ornate_iron_window.json | 16 +- .../blocks/ornate_iron_window_pane.json | 16 +- .../blocks/oxidized_copper_shingle_slab.json | 10 +- .../oxidized_copper_shingle_stairs.json | 12 +- .../blocks/oxidized_copper_shingles.json | 12 +- .../blocks/oxidized_copper_tile_slab.json | 10 +- .../blocks/oxidized_copper_tile_stairs.json | 12 +- .../blocks/oxidized_copper_tiles.json | 12 +- .../loot_tables/blocks/peculiar_bell.json | 12 +- .../loot_tables/blocks/pink_nixie_tube.json | 12 +- .../create/loot_tables/blocks/pink_sail.json | 12 +- .../create/loot_tables/blocks/pink_seat.json | 12 +- .../loot_tables/blocks/pink_toolbox.json | 28 +- .../loot_tables/blocks/pink_valve_handle.json | 12 +- .../blocks/piston_extension_pole.json | 12 +- .../create/loot_tables/blocks/placard.json | 12 +- .../blocks/polished_cut_andesite.json | 12 +- .../blocks/polished_cut_andesite_slab.json | 10 +- .../blocks/polished_cut_andesite_stairs.json | 12 +- .../blocks/polished_cut_andesite_wall.json | 12 +- .../blocks/polished_cut_asurine.json | 12 +- .../blocks/polished_cut_asurine_slab.json | 10 +- .../blocks/polished_cut_asurine_stairs.json | 12 +- .../blocks/polished_cut_asurine_wall.json | 12 +- .../blocks/polished_cut_calcite.json | 12 +- .../blocks/polished_cut_calcite_slab.json | 10 +- .../blocks/polished_cut_calcite_stairs.json | 12 +- .../blocks/polished_cut_calcite_wall.json | 12 +- .../blocks/polished_cut_crimsite.json | 12 +- .../blocks/polished_cut_crimsite_slab.json | 10 +- .../blocks/polished_cut_crimsite_stairs.json | 12 +- .../blocks/polished_cut_crimsite_wall.json | 12 +- .../blocks/polished_cut_deepslate.json | 12 +- .../blocks/polished_cut_deepslate_slab.json | 10 +- .../blocks/polished_cut_deepslate_stairs.json | 12 +- .../blocks/polished_cut_deepslate_wall.json | 12 +- .../blocks/polished_cut_diorite.json | 12 +- .../blocks/polished_cut_diorite_slab.json | 10 +- .../blocks/polished_cut_diorite_stairs.json | 12 +- .../blocks/polished_cut_diorite_wall.json | 12 +- .../blocks/polished_cut_dripstone.json | 12 +- .../blocks/polished_cut_dripstone_slab.json | 10 +- .../blocks/polished_cut_dripstone_stairs.json | 12 +- .../blocks/polished_cut_dripstone_wall.json | 12 +- .../blocks/polished_cut_granite.json | 12 +- .../blocks/polished_cut_granite_slab.json | 10 +- .../blocks/polished_cut_granite_stairs.json | 12 +- .../blocks/polished_cut_granite_wall.json | 12 +- .../blocks/polished_cut_limestone.json | 12 +- .../blocks/polished_cut_limestone_slab.json | 10 +- .../blocks/polished_cut_limestone_stairs.json | 12 +- .../blocks/polished_cut_limestone_wall.json | 12 +- .../blocks/polished_cut_ochrum.json | 12 +- .../blocks/polished_cut_ochrum_slab.json | 10 +- .../blocks/polished_cut_ochrum_stairs.json | 12 +- .../blocks/polished_cut_ochrum_wall.json | 12 +- .../blocks/polished_cut_scorchia.json | 12 +- .../blocks/polished_cut_scorchia_slab.json | 10 +- .../blocks/polished_cut_scorchia_stairs.json | 12 +- .../blocks/polished_cut_scorchia_wall.json | 12 +- .../blocks/polished_cut_scoria.json | 12 +- .../blocks/polished_cut_scoria_slab.json | 10 +- .../blocks/polished_cut_scoria_stairs.json | 12 +- .../blocks/polished_cut_scoria_wall.json | 12 +- .../loot_tables/blocks/polished_cut_tuff.json | 12 +- .../blocks/polished_cut_tuff_slab.json | 10 +- .../blocks/polished_cut_tuff_stairs.json | 12 +- .../blocks/polished_cut_tuff_wall.json | 12 +- .../blocks/polished_cut_veridium.json | 12 +- .../blocks/polished_cut_veridium_slab.json | 10 +- .../blocks/polished_cut_veridium_stairs.json | 12 +- .../blocks/polished_cut_veridium_wall.json | 12 +- .../blocks/portable_fluid_interface.json | 12 +- .../blocks/portable_storage_interface.json | 12 +- .../loot_tables/blocks/powered_latch.json | 12 +- .../loot_tables/blocks/powered_shaft.json | 12 +- .../blocks/powered_toggle_latch.json | 12 +- .../loot_tables/blocks/pulley_magnet.json | 12 +- .../loot_tables/blocks/pulse_extender.json | 12 +- .../loot_tables/blocks/pulse_repeater.json | 12 +- .../loot_tables/blocks/purple_nixie_tube.json | 12 +- .../loot_tables/blocks/purple_sail.json | 12 +- .../loot_tables/blocks/purple_seat.json | 12 +- .../loot_tables/blocks/purple_toolbox.json | 28 +- .../blocks/purple_valve_handle.json | 12 +- .../loot_tables/blocks/radial_chassis.json | 12 +- .../loot_tables/blocks/railway_casing.json | 12 +- .../loot_tables/blocks/raw_zinc_block.json | 12 +- .../loot_tables/blocks/red_nixie_tube.json | 12 +- .../create/loot_tables/blocks/red_sail.json | 12 +- .../create/loot_tables/blocks/red_seat.json | 12 +- .../loot_tables/blocks/red_toolbox.json | 28 +- .../loot_tables/blocks/red_valve_handle.json | 12 +- .../loot_tables/blocks/redstone_contact.json | 12 +- .../loot_tables/blocks/redstone_link.json | 12 +- .../blocks/refined_radiance_casing.json | 12 +- .../data/create/loot_tables/blocks/rope.json | 12 +- .../loot_tables/blocks/rope_pulley.json | 12 +- .../loot_tables/blocks/rose_quartz_block.json | 12 +- .../loot_tables/blocks/rose_quartz_lamp.json | 12 +- .../loot_tables/blocks/rose_quartz_tiles.json | 12 +- .../blocks/rotation_speed_controller.json | 12 +- .../create/loot_tables/blocks/sail_frame.json | 12 +- .../loot_tables/blocks/schematic_table.json | 12 +- .../loot_tables/blocks/schematicannon.json | 20 +- .../create/loot_tables/blocks/scorchia.json | 12 +- .../loot_tables/blocks/scorchia_pillar.json | 12 +- .../create/loot_tables/blocks/scoria.json | 12 +- .../loot_tables/blocks/scoria_pillar.json | 12 +- .../blocks/secondary_linear_chassis.json | 12 +- .../blocks/sequenced_gearshift.json | 12 +- .../blocks/shadow_steel_casing.json | 12 +- .../data/create/loot_tables/blocks/shaft.json | 12 +- .../blocks/small_andesite_brick_slab.json | 10 +- .../blocks/small_andesite_brick_stairs.json | 12 +- .../blocks/small_andesite_brick_wall.json | 12 +- .../blocks/small_andesite_bricks.json | 12 +- .../blocks/small_asurine_brick_slab.json | 10 +- .../blocks/small_asurine_brick_stairs.json | 12 +- .../blocks/small_asurine_brick_wall.json | 12 +- .../blocks/small_asurine_bricks.json | 12 +- .../loot_tables/blocks/small_bogey.json | 12 +- .../blocks/small_calcite_brick_slab.json | 10 +- .../blocks/small_calcite_brick_stairs.json | 12 +- .../blocks/small_calcite_brick_wall.json | 12 +- .../blocks/small_calcite_bricks.json | 12 +- .../blocks/small_crimsite_brick_slab.json | 10 +- .../blocks/small_crimsite_brick_stairs.json | 12 +- .../blocks/small_crimsite_brick_wall.json | 12 +- .../blocks/small_crimsite_bricks.json | 12 +- .../blocks/small_deepslate_brick_slab.json | 10 +- .../blocks/small_deepslate_brick_stairs.json | 12 +- .../blocks/small_deepslate_brick_wall.json | 12 +- .../blocks/small_deepslate_bricks.json | 12 +- .../blocks/small_diorite_brick_slab.json | 10 +- .../blocks/small_diorite_brick_stairs.json | 12 +- .../blocks/small_diorite_brick_wall.json | 12 +- .../blocks/small_diorite_bricks.json | 12 +- .../blocks/small_dripstone_brick_slab.json | 10 +- .../blocks/small_dripstone_brick_stairs.json | 12 +- .../blocks/small_dripstone_brick_wall.json | 12 +- .../blocks/small_dripstone_bricks.json | 12 +- .../blocks/small_granite_brick_slab.json | 10 +- .../blocks/small_granite_brick_stairs.json | 12 +- .../blocks/small_granite_brick_wall.json | 12 +- .../blocks/small_granite_bricks.json | 12 +- .../blocks/small_limestone_brick_slab.json | 10 +- .../blocks/small_limestone_brick_stairs.json | 12 +- .../blocks/small_limestone_brick_wall.json | 12 +- .../blocks/small_limestone_bricks.json | 12 +- .../blocks/small_ochrum_brick_slab.json | 10 +- .../blocks/small_ochrum_brick_stairs.json | 12 +- .../blocks/small_ochrum_brick_wall.json | 12 +- .../blocks/small_ochrum_bricks.json | 12 +- .../blocks/small_rose_quartz_tiles.json | 12 +- .../blocks/small_scorchia_brick_slab.json | 10 +- .../blocks/small_scorchia_brick_stairs.json | 12 +- .../blocks/small_scorchia_brick_wall.json | 12 +- .../blocks/small_scorchia_bricks.json | 12 +- .../blocks/small_scoria_brick_slab.json | 10 +- .../blocks/small_scoria_brick_stairs.json | 12 +- .../blocks/small_scoria_brick_wall.json | 12 +- .../blocks/small_scoria_bricks.json | 12 +- .../blocks/small_tuff_brick_slab.json | 10 +- .../blocks/small_tuff_brick_stairs.json | 12 +- .../blocks/small_tuff_brick_wall.json | 12 +- .../loot_tables/blocks/small_tuff_bricks.json | 12 +- .../blocks/small_veridium_brick_slab.json | 10 +- .../blocks/small_veridium_brick_stairs.json | 12 +- .../blocks/small_veridium_brick_wall.json | 12 +- .../blocks/small_veridium_bricks.json | 12 +- .../loot_tables/blocks/smart_chute.json | 12 +- .../loot_tables/blocks/smart_fluid_pipe.json | 12 +- .../loot_tables/blocks/speedometer.json | 12 +- .../data/create/loot_tables/blocks/spout.json | 12 +- .../loot_tables/blocks/spruce_window.json | 16 +- .../blocks/spruce_window_pane.json | 16 +- .../loot_tables/blocks/steam_engine.json | 12 +- .../loot_tables/blocks/steam_whistle.json | 12 +- .../blocks/steam_whistle_extension.json | 12 +- .../create/loot_tables/blocks/sticker.json | 12 +- .../blocks/sticky_mechanical_piston.json | 12 +- .../loot_tables/blocks/stockpile_switch.json | 12 +- .../loot_tables/blocks/stressometer.json | 12 +- .../loot_tables/blocks/tiled_glass.json | 12 +- .../loot_tables/blocks/tiled_glass_pane.json | 16 +- .../data/create/loot_tables/blocks/track.json | 12 +- .../loot_tables/blocks/track_observer.json | 12 +- .../loot_tables/blocks/track_signal.json | 12 +- .../loot_tables/blocks/track_station.json | 12 +- .../create/loot_tables/blocks/train_door.json | 14 +- .../loot_tables/blocks/train_trapdoor.json | 12 +- .../loot_tables/blocks/tuff_pillar.json | 12 +- .../create/loot_tables/blocks/turntable.json | 12 +- .../create/loot_tables/blocks/veridium.json | 12 +- .../loot_tables/blocks/veridium_pillar.json | 12 +- .../blocks/vertical_framed_glass.json | 16 +- .../blocks/vertical_framed_glass_pane.json | 16 +- .../loot_tables/blocks/warped_window.json | 16 +- .../blocks/warped_window_pane.json | 16 +- .../loot_tables/blocks/water_wheel.json | 12 +- .../blocks/waxed_copper_shingle_slab.json | 10 +- .../blocks/waxed_copper_shingle_stairs.json | 12 +- .../blocks/waxed_copper_shingles.json | 12 +- .../blocks/waxed_copper_tile_slab.json | 10 +- .../blocks/waxed_copper_tile_stairs.json | 12 +- .../blocks/waxed_copper_tiles.json | 12 +- .../waxed_exposed_copper_shingle_slab.json | 10 +- .../waxed_exposed_copper_shingle_stairs.json | 12 +- .../blocks/waxed_exposed_copper_shingles.json | 12 +- .../waxed_exposed_copper_tile_slab.json | 10 +- .../waxed_exposed_copper_tile_stairs.json | 12 +- .../blocks/waxed_exposed_copper_tiles.json | 12 +- .../waxed_oxidized_copper_shingle_slab.json | 10 +- .../waxed_oxidized_copper_shingle_stairs.json | 12 +- .../waxed_oxidized_copper_shingles.json | 12 +- .../waxed_oxidized_copper_tile_slab.json | 10 +- .../waxed_oxidized_copper_tile_stairs.json | 12 +- .../blocks/waxed_oxidized_copper_tiles.json | 12 +- .../waxed_weathered_copper_shingle_slab.json | 10 +- ...waxed_weathered_copper_shingle_stairs.json | 12 +- .../waxed_weathered_copper_shingles.json | 12 +- .../waxed_weathered_copper_tile_slab.json | 10 +- .../waxed_weathered_copper_tile_stairs.json | 12 +- .../blocks/waxed_weathered_copper_tiles.json | 12 +- .../blocks/weathered_copper_shingle_slab.json | 10 +- .../weathered_copper_shingle_stairs.json | 12 +- .../blocks/weathered_copper_shingles.json | 12 +- .../blocks/weathered_copper_tile_slab.json | 10 +- .../blocks/weathered_copper_tile_stairs.json | 12 +- .../blocks/weathered_copper_tiles.json | 12 +- .../loot_tables/blocks/weighted_ejector.json | 12 +- .../loot_tables/blocks/white_nixie_tube.json | 12 +- .../create/loot_tables/blocks/white_sail.json | 12 +- .../create/loot_tables/blocks/white_seat.json | 12 +- .../loot_tables/blocks/white_toolbox.json | 28 +- .../blocks/white_valve_handle.json | 12 +- .../loot_tables/blocks/windmill_bearing.json | 12 +- .../loot_tables/blocks/wooden_bracket.json | 12 +- .../loot_tables/blocks/yellow_nixie_tube.json | 12 +- .../loot_tables/blocks/yellow_sail.json | 12 +- .../loot_tables/blocks/yellow_seat.json | 12 +- .../loot_tables/blocks/yellow_toolbox.json | 28 +- .../blocks/yellow_valve_handle.json | 12 +- .../create/loot_tables/blocks/zinc_block.json | 12 +- .../create/loot_tables/blocks/zinc_ore.json | 8 +- .../data/create/recipes/acacia_window.json | 12 +- .../create/recipes/acacia_window_pane.json | 12 +- ...ite_pillar_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- ...rine_pillar_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- .../data/create/recipes/birch_window.json | 12 +- .../create/recipes/birch_window_pane.json | 12 +- .../blasting/copper_ingot_from_crushed.json | 6 +- .../blasting/gold_ingot_from_crushed.json | 6 +- ..._aluminum_compat_immersiveengineering.json | 18 +- ...ngot_lead_compat_immersiveengineering.json | 18 +- .../blasting/ingot_lead_compat_mekanism.json | 18 +- ...ot_nickel_compat_immersiveengineering.json | 18 +- .../ingot_osmium_compat_mekanism.json | 18 +- ...ot_silver_compat_immersiveengineering.json | 18 +- .../blasting/ingot_tin_compat_mekanism.json | 18 +- ...t_uranium_compat_immersiveengineering.json | 18 +- .../ingot_uranium_compat_mekanism.json | 18 +- .../blasting/iron_ingot_from_crushed.json | 6 +- .../blasting/lead_ingot_compat_thermal.json | 18 +- .../blasting/nickel_ingot_compat_thermal.json | 18 +- .../blasting/silver_ingot_compat_thermal.json | 18 +- .../blasting/tin_ingot_compat_thermal.json | 18 +- .../blasting/zinc_ingot_from_crushed.json | 6 +- .../recipes/blasting/zinc_ingot_from_ore.json | 6 +- .../blasting/zinc_ingot_from_raw_ore.json | 6 +- ...ladder_from_plates_brass_stonecutting.json | 4 +- ...cite_pillar_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- .../recipes/campfire_cooking/bread.json | 6 +- .../compacting/andesite_from_flint.json | 4 +- .../create/recipes/compacting/chocolate.json | 4 +- .../compacting/diorite_from_flint.json | 4 +- .../compacting/granite_from_flint.json | 4 +- .../data/create/recipes/compacting/honey.json | 4 +- ...adder_from_plates_copper_stonecutting.json | 4 +- .../create/recipes/copper_shingle_slab.json | 10 +- ...lab_from_copper_shingles_stonecutting.json | 4 +- .../create/recipes/copper_shingle_stairs.json | 14 +- ...irs_from_copper_shingles_stonecutting.json | 4 +- ...ngles_from_plates_copper_stonecutting.json | 4 +- .../data/create/recipes/copper_tile_slab.json | 10 +- ...e_slab_from_copper_tiles_stonecutting.json | 4 +- .../create/recipes/copper_tile_stairs.json | 14 +- ...stairs_from_copper_tiles_stonecutting.json | 4 +- ...tiles_from_plates_copper_stonecutting.json | 4 +- .../crafting/appliances/copper_backtank.json | 16 +- .../crafting/appliances/diving_boots.json | 10 +- .../crafting/appliances/diving_helmet.json | 8 +- .../appliances/linked_controller.json | 16 +- .../crafting/appliances/tree_fertilizer.json | 4 +- .../crafting/curiosities/brown_toolbox.json | 28 +- .../recipes/crafting/curiosities/cake.json | 28 +- .../curiosities/minecart_coupling.json | 10 +- .../crafting/curiosities/peculiar_bell.json | 8 +- .../crafting/kinetics/analog_lever.json | 16 +- .../crafting/kinetics/andesite_ladder.json | 14 +- .../crafting/kinetics/attribute_filter.json | 16 +- .../recipes/crafting/kinetics/basin.json | 8 +- .../crafting/kinetics/belt_connector.json | 8 +- .../recipes/crafting/kinetics/brass_hand.json | 10 +- .../crafting/kinetics/cart_assembler.json | 14 +- .../recipes/crafting/kinetics/chute.json | 14 +- .../crafting/kinetics/clockwork_bearing.json | 16 +- .../crafting/kinetics/controller_rail.json | 14 +- .../recipes/crafting/kinetics/controls.json | 16 +- .../kinetics/copper_valve_handle.json | 16 +- .../crafting/kinetics/crafter_slot_cover.json | 6 +- .../crafting/kinetics/cuckoo_clock.json | 16 +- .../recipes/crafting/kinetics/deployer.json | 16 +- .../crafting/kinetics/display_board.json | 10 +- .../crafting/kinetics/empty_blaze_burner.json | 10 +- .../crafting/kinetics/encased_fan.json | 22 +- .../recipes/crafting/kinetics/filter.json | 16 +- .../recipes/crafting/kinetics/fluid_pipe.json | 20 +- .../kinetics/fluid_pipe_vertical.json | 20 +- .../recipes/crafting/kinetics/fluid_tank.json | 10 +- .../recipes/crafting/kinetics/flywheel.json | 16 +- .../crafting/kinetics/gantry_carriage.json | 10 +- .../crafting/kinetics/gantry_shaft.json | 14 +- .../recipes/crafting/kinetics/gearbox.json | 16 +- .../recipes/crafting/kinetics/goggles.json | 8 +- .../recipes/crafting/kinetics/hand_crank.json | 8 +- .../crafting/kinetics/hose_pulley.json | 10 +- .../recipes/crafting/kinetics/item_drain.json | 8 +- .../recipes/crafting/kinetics/item_vault.json | 10 +- .../crafting/kinetics/linear_chassis.json | 20 +- .../crafting/kinetics/mechanical_arm.json | 22 +- .../crafting/kinetics/mechanical_bearing.json | 10 +- .../crafting/kinetics/mechanical_crafter.json | 26 +- .../crafting/kinetics/mechanical_drill.json | 16 +- .../kinetics/mechanical_harvester.json | 16 +- .../crafting/kinetics/mechanical_mixer.json | 22 +- .../crafting/kinetics/mechanical_piston.json | 10 +- .../crafting/kinetics/mechanical_plough.json | 16 +- .../crafting/kinetics/mechanical_press.json | 22 +- .../crafting/kinetics/mechanical_saw.json | 16 +- .../crafting/kinetics/metal_bracket.json | 20 +- .../crafting/kinetics/metal_girder.json | 20 +- .../recipes/crafting/kinetics/millstone.json | 22 +- .../kinetics/mysterious_cuckoo_clock.json | 16 +- .../recipes/crafting/kinetics/nixie_tube.json | 4 +- .../recipes/crafting/kinetics/nozzle.json | 16 +- .../kinetics/piston_extension_pole.json | 14 +- .../recipes/crafting/kinetics/propeller.json | 16 +- .../crafting/kinetics/radial_chassis.json | 20 +- .../crafting/kinetics/rope_pulley.json | 10 +- .../kinetics/rotation_speed_controller.json | 8 +- .../recipes/crafting/kinetics/schedule.json | 4 +- .../recipes/crafting/kinetics/shaft.json | 12 +- .../crafting/kinetics/smart_chute.json | 16 +- .../crafting/kinetics/smart_fluid_pipe.json | 16 +- .../crafting/kinetics/speedometer.json | 16 +- .../recipes/crafting/kinetics/spout.json | 16 +- .../crafting/kinetics/steam_engine.json | 22 +- .../crafting/kinetics/steam_whistle.json | 16 +- .../recipes/crafting/kinetics/sticker.json | 14 +- .../kinetics/sticky_mechanical_piston.json | 16 +- .../recipes/crafting/kinetics/super_glue.json | 14 +- .../crafting/kinetics/track_observer.json | 4 +- .../track_observer_from_other_plates.json | 4 +- .../crafting/kinetics/track_signal.json | 4 +- .../crafting/kinetics/track_station.json | 4 +- .../recipes/crafting/kinetics/turntable.json | 16 +- .../crafting/kinetics/water_wheel.json | 16 +- .../crafting/kinetics/weighted_ejector.json | 10 +- .../recipes/crafting/kinetics/whisk.json | 16 +- .../recipes/crafting/kinetics/white_sail.json | 20 +- .../crafting/kinetics/windmill_bearing.json | 10 +- .../crafting/kinetics/wooden_bracket.json | 20 +- .../recipes/crafting/kinetics/wrench.json | 10 +- .../crafting/logistics/andesite_funnel.json | 12 +- .../crafting/logistics/andesite_tunnel.json | 12 +- .../crafting/logistics/brass_funnel.json | 26 +- .../crafting/logistics/brass_tunnel.json | 26 +- .../crafting/logistics/content_observer.json | 22 +- .../crafting/logistics/display_link.json | 16 +- .../crafting/logistics/powered_latch.json | 16 +- .../logistics/powered_toggle_latch.json | 16 +- .../crafting/logistics/pulse_extender.json | 16 +- .../crafting/logistics/pulse_repeater.json | 14 +- .../crafting/logistics/redstone_contact.json | 20 +- .../crafting/logistics/redstone_link.json | 12 +- .../crafting/materials/andesite_alloy.json | 8 +- .../materials/andesite_alloy_from_zinc.json | 8 +- .../brass_block_from_compacting.json | 10 +- .../brass_ingot_from_compacting.json | 10 +- .../brass_ingot_from_decompacting.json | 4 +- .../brass_nugget_from_decompacting.json | 4 +- .../crafting/materials/copper_ingot.json | 10 +- .../crafting/materials/copper_nugget.json | 4 +- .../crafting/materials/electron_tube.json | 8 +- .../recipes/crafting/materials/raw_zinc.json | 4 +- .../crafting/materials/raw_zinc_block.json | 10 +- .../materials/zinc_block_from_compacting.json | 10 +- .../materials/zinc_ingot_from_compacting.json | 10 +- .../zinc_ingot_from_decompacting.json | 4 +- .../zinc_nugget_from_decompacting.json | 4 +- .../recipes/crafting/palettes/scorchia.json | 14 +- .../crafting/schematics/schematic_table.json | 16 +- .../crafting/schematics/schematicannon.json | 28 +- ...ite_pillar_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- .../data/create/recipes/crimson_window.json | 12 +- .../create/recipes/crimson_window_pane.json | 12 +- .../create/recipes/crushing/aluminum_ore.json | 28 +- .../recipes/crushing/amethyst_block.json | 12 +- .../recipes/crushing/amethyst_cluster.json | 12 +- .../data/create/recipes/crushing/asurine.json | 12 +- .../recipes/crushing/asurine_recycling.json | 12 +- .../create/recipes/crushing/blaze_rod.json | 12 +- .../create/recipes/crushing/coal_ore.json | 16 +- .../create/recipes/crushing/copper_ore.json | 20 +- .../create/recipes/crushing/crimsite.json | 12 +- .../recipes/crushing/crimsite_recycling.json | 12 +- .../recipes/crushing/deepslate_coal_ore.json | 16 +- .../crushing/deepslate_copper_ore.json | 20 +- .../crushing/deepslate_diamond_ore.json | 20 +- .../crushing/deepslate_emerald_ore.json | 20 +- .../recipes/crushing/deepslate_gold_ore.json | 20 +- .../recipes/crushing/deepslate_iron_ore.json | 20 +- .../recipes/crushing/deepslate_lapis_ore.json | 20 +- .../crushing/deepslate_redstone_ore.json | 20 +- .../recipes/crushing/deepslate_zinc_ore.json | 20 +- .../recipes/crushing/diamond_horse_armor.json | 16 +- .../create/recipes/crushing/diamond_ore.json | 16 +- .../data/create/recipes/crushing/diorite.json | 8 +- .../recipes/crushing/diorite_recycling.json | 8 +- .../create/recipes/crushing/emerald_ore.json | 16 +- .../create/recipes/crushing/glowstone.json | 12 +- .../create/recipes/crushing/gold_ore.json | 16 +- .../recipes/crushing/golden_horse_armor.json | 28 +- .../data/create/recipes/crushing/gravel.json | 12 +- .../recipes/crushing/iron_horse_armor.json | 36 +- .../create/recipes/crushing/iron_ore.json | 16 +- .../create/recipes/crushing/lapis_ore.json | 20 +- .../create/recipes/crushing/lead_ore.json | 28 +- .../recipes/crushing/leather_horse_armor.json | 12 +- .../recipes/crushing/nether_gold_ore.json | 16 +- .../recipes/crushing/nether_quartz_ore.json | 20 +- .../recipes/crushing/nether_wart_block.json | 8 +- .../create/recipes/crushing/netherrack.json | 8 +- .../create/recipes/crushing/nickel_ore.json | 28 +- .../create/recipes/crushing/obsidian.json | 8 +- .../data/create/recipes/crushing/ochrum.json | 12 +- .../recipes/crushing/ochrum_recycling.json | 12 +- .../create/recipes/crushing/osmium_ore.json | 28 +- .../create/recipes/crushing/platinum_ore.json | 28 +- .../recipes/crushing/prismarine_crystals.json | 12 +- .../recipes/crushing/quicksilver_ore.json | 28 +- .../recipes/crushing/raw_aluminum_block.json | 28 +- .../recipes/crushing/raw_aluminum_ore.json | 24 +- .../create/recipes/crushing/raw_copper.json | 8 +- .../recipes/crushing/raw_copper_block.json | 12 +- .../create/recipes/crushing/raw_gold.json | 8 +- .../recipes/crushing/raw_gold_block.json | 12 +- .../create/recipes/crushing/raw_iron.json | 8 +- .../recipes/crushing/raw_iron_block.json | 12 +- .../recipes/crushing/raw_lead_block.json | 28 +- .../create/recipes/crushing/raw_lead_ore.json | 24 +- .../recipes/crushing/raw_nickel_block.json | 28 +- .../recipes/crushing/raw_nickel_ore.json | 24 +- .../recipes/crushing/raw_osmium_block.json | 28 +- .../recipes/crushing/raw_osmium_ore.json | 24 +- .../recipes/crushing/raw_platinum_block.json | 28 +- .../recipes/crushing/raw_platinum_ore.json | 24 +- .../crushing/raw_quicksilver_block.json | 28 +- .../recipes/crushing/raw_quicksilver_ore.json | 24 +- .../recipes/crushing/raw_silver_block.json | 28 +- .../recipes/crushing/raw_silver_ore.json | 24 +- .../recipes/crushing/raw_tin_block.json | 28 +- .../create/recipes/crushing/raw_tin_ore.json | 24 +- .../recipes/crushing/raw_uranium_block.json | 28 +- .../recipes/crushing/raw_uranium_ore.json | 24 +- .../create/recipes/crushing/raw_zinc.json | 8 +- .../recipes/crushing/raw_zinc_block.json | 12 +- .../create/recipes/crushing/redstone_ore.json | 20 +- .../create/recipes/crushing/silver_ore.json | 28 +- .../data/create/recipes/crushing/tin_ore.json | 28 +- .../data/create/recipes/crushing/tuff.json | 24 +- .../recipes/crushing/tuff_recycling.json | 24 +- .../create/recipes/crushing/uranium_ore.json | 28 +- .../create/recipes/crushing/veridium.json | 12 +- .../recipes/crushing/veridium_recycling.json | 12 +- .../data/create/recipes/crushing/wool.json | 12 +- .../create/recipes/crushing/zinc_ore.json | 16 +- .../recipes/cut_andesite_brick_slab.json | 10 +- ...brick_slab_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- .../recipes/cut_andesite_brick_stairs.json | 14 +- ...ick_stairs_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- .../recipes/cut_andesite_brick_wall.json | 12 +- ...brick_wall_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- ...ite_bricks_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- ...t_andesite_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- .../create/recipes/cut_andesite_slab.json | 10 +- ...esite_slab_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- .../create/recipes/cut_andesite_stairs.json | 14 +- ...ite_stairs_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- .../create/recipes/cut_andesite_wall.json | 12 +- ...esite_wall_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- .../recipes/cut_asurine_brick_slab.json | 10 +- ..._brick_slab_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- .../recipes/cut_asurine_brick_stairs.json | 14 +- ...rick_stairs_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- .../recipes/cut_asurine_brick_wall.json | 12 +- ..._brick_wall_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- ...rine_bricks_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- ...cut_asurine_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- .../data/create/recipes/cut_asurine_slab.json | 10 +- ...surine_slab_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- .../create/recipes/cut_asurine_stairs.json | 14 +- ...rine_stairs_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- .../data/create/recipes/cut_asurine_wall.json | 12 +- ...surine_wall_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- .../recipes/cut_calcite_brick_slab.json | 10 +- ..._brick_slab_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- .../recipes/cut_calcite_brick_stairs.json | 14 +- ...rick_stairs_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- .../recipes/cut_calcite_brick_wall.json | 12 +- ..._brick_wall_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- ...cite_bricks_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- ...cut_calcite_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- .../data/create/recipes/cut_calcite_slab.json | 10 +- ...alcite_slab_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- .../create/recipes/cut_calcite_stairs.json | 14 +- ...cite_stairs_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- .../data/create/recipes/cut_calcite_wall.json | 12 +- ...alcite_wall_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- .../recipes/cut_crimsite_brick_slab.json | 10 +- ...brick_slab_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- .../recipes/cut_crimsite_brick_stairs.json | 14 +- ...ick_stairs_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- .../recipes/cut_crimsite_brick_wall.json | 12 +- ...brick_wall_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- ...ite_bricks_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- ...t_crimsite_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- .../create/recipes/cut_crimsite_slab.json | 10 +- ...msite_slab_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- .../create/recipes/cut_crimsite_stairs.json | 14 +- ...ite_stairs_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- .../create/recipes/cut_crimsite_wall.json | 12 +- ...msite_wall_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- .../recipes/cut_deepslate_brick_slab.json | 10 +- ...rick_slab_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- .../recipes/cut_deepslate_brick_stairs.json | 14 +- ...ck_stairs_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- .../recipes/cut_deepslate_brick_wall.json | 12 +- ...rick_wall_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- ...te_bricks_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- ...deepslate_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- .../create/recipes/cut_deepslate_slab.json | 10 +- ...late_slab_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- .../create/recipes/cut_deepslate_stairs.json | 14 +- ...te_stairs_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- .../create/recipes/cut_deepslate_wall.json | 12 +- ...late_wall_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- .../recipes/cut_diorite_brick_slab.json | 10 +- ..._brick_slab_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- .../recipes/cut_diorite_brick_stairs.json | 14 +- ...rick_stairs_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- .../recipes/cut_diorite_brick_wall.json | 12 +- ..._brick_wall_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- ...rite_bricks_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- ...cut_diorite_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- .../data/create/recipes/cut_diorite_slab.json | 10 +- ...iorite_slab_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- .../create/recipes/cut_diorite_stairs.json | 14 +- ...rite_stairs_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- .../data/create/recipes/cut_diorite_wall.json | 12 +- ...iorite_wall_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- .../recipes/cut_dripstone_brick_slab.json | 10 +- ...lab_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- .../recipes/cut_dripstone_brick_stairs.json | 14 +- ...irs_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- .../recipes/cut_dripstone_brick_wall.json | 12 +- ...all_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- ...cks_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- ...one_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- .../create/recipes/cut_dripstone_slab.json | 10 +- ...lab_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- .../create/recipes/cut_dripstone_stairs.json | 14 +- ...irs_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- .../create/recipes/cut_dripstone_wall.json | 12 +- ...all_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- .../recipes/cut_granite_brick_slab.json | 10 +- ..._brick_slab_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- .../recipes/cut_granite_brick_stairs.json | 14 +- ...rick_stairs_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- .../recipes/cut_granite_brick_wall.json | 12 +- ..._brick_wall_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- ...nite_bricks_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- ...cut_granite_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- .../data/create/recipes/cut_granite_slab.json | 10 +- ...ranite_slab_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- .../create/recipes/cut_granite_stairs.json | 14 +- ...nite_stairs_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- .../data/create/recipes/cut_granite_wall.json | 12 +- ...ranite_wall_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- .../recipes/cut_limestone_brick_slab.json | 10 +- ...rick_slab_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- .../recipes/cut_limestone_brick_stairs.json | 14 +- ...ck_stairs_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- .../recipes/cut_limestone_brick_wall.json | 12 +- ...rick_wall_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- ...ne_bricks_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- ...limestone_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- .../create/recipes/cut_limestone_slab.json | 10 +- ...tone_slab_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- .../create/recipes/cut_limestone_stairs.json | 14 +- ...ne_stairs_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- .../create/recipes/cut_limestone_wall.json | 12 +- ...tone_wall_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- .../create/recipes/cut_ochrum_brick_slab.json | 10 +- ...m_brick_slab_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- .../recipes/cut_ochrum_brick_stairs.json | 14 +- ...brick_stairs_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- .../create/recipes/cut_ochrum_brick_wall.json | 12 +- ...m_brick_wall_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- ...chrum_bricks_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- .../cut_ochrum_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- .../data/create/recipes/cut_ochrum_slab.json | 10 +- ..._ochrum_slab_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- .../create/recipes/cut_ochrum_stairs.json | 14 +- ...chrum_stairs_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- .../data/create/recipes/cut_ochrum_wall.json | 12 +- ..._ochrum_wall_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- .../recipes/cut_scorchia_brick_slab.json | 10 +- ...brick_slab_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- .../recipes/cut_scorchia_brick_stairs.json | 14 +- ...ick_stairs_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- .../recipes/cut_scorchia_brick_wall.json | 12 +- ...brick_wall_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- ...hia_bricks_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- ...t_scorchia_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- .../create/recipes/cut_scorchia_slab.json | 10 +- ...rchia_slab_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- .../create/recipes/cut_scorchia_stairs.json | 14 +- ...hia_stairs_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- .../create/recipes/cut_scorchia_wall.json | 12 +- ...rchia_wall_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- .../create/recipes/cut_scoria_brick_slab.json | 10 +- ...a_brick_slab_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- .../recipes/cut_scoria_brick_stairs.json | 14 +- ...brick_stairs_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- .../create/recipes/cut_scoria_brick_wall.json | 12 +- ...a_brick_wall_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- ...coria_bricks_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- .../cut_scoria_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- .../data/create/recipes/cut_scoria_slab.json | 10 +- ..._scoria_slab_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- .../create/recipes/cut_scoria_stairs.json | 14 +- ...coria_stairs_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- .../data/create/recipes/cut_scoria_wall.json | 12 +- ..._scoria_wall_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- .../create/recipes/cut_tuff_brick_slab.json | 10 +- ...ab_from_stone_types_tuff_stonecutting.json | 4 +- ...uff_brick_slab_from_tuff_stonecutting.json | 4 +- .../create/recipes/cut_tuff_brick_stairs.json | 14 +- ...rs_from_stone_types_tuff_stonecutting.json | 4 +- ...f_brick_stairs_from_tuff_stonecutting.json | 4 +- .../create/recipes/cut_tuff_brick_wall.json | 12 +- ...ll_from_stone_types_tuff_stonecutting.json | 4 +- ...uff_brick_wall_from_tuff_stonecutting.json | 4 +- ...ks_from_stone_types_tuff_stonecutting.json | 4 +- ...ut_tuff_bricks_from_tuff_stonecutting.json | 4 +- ...ff_from_stone_types_tuff_stonecutting.json | 4 +- .../cut_tuff_from_tuff_stonecutting.json | 4 +- .../data/create/recipes/cut_tuff_slab.json | 10 +- ...ab_from_stone_types_tuff_stonecutting.json | 4 +- .../cut_tuff_slab_from_tuff_stonecutting.json | 4 +- .../data/create/recipes/cut_tuff_stairs.json | 14 +- ...rs_from_stone_types_tuff_stonecutting.json | 4 +- ...ut_tuff_stairs_from_tuff_stonecutting.json | 4 +- .../data/create/recipes/cut_tuff_wall.json | 12 +- ...ll_from_stone_types_tuff_stonecutting.json | 4 +- .../cut_tuff_wall_from_tuff_stonecutting.json | 4 +- .../recipes/cut_veridium_brick_slab.json | 10 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...brick_slab_from_veridium_stonecutting.json | 4 +- .../recipes/cut_veridium_brick_stairs.json | 14 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...ick_stairs_from_veridium_stonecutting.json | 4 +- .../recipes/cut_veridium_brick_wall.json | 12 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...brick_wall_from_veridium_stonecutting.json | 4 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...ium_bricks_from_veridium_stonecutting.json | 4 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...t_veridium_from_veridium_stonecutting.json | 4 +- .../create/recipes/cut_veridium_slab.json | 10 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...idium_slab_from_veridium_stonecutting.json | 4 +- .../create/recipes/cut_veridium_stairs.json | 14 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...ium_stairs_from_veridium_stonecutting.json | 4 +- .../create/recipes/cut_veridium_wall.json | 12 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...idium_wall_from_veridium_stonecutting.json | 4 +- .../create/recipes/cutting/acacia_log.json | 4 +- .../create/recipes/cutting/acacia_wood.json | 4 +- .../recipes/cutting/andesite_alloy.json | 8 +- .../create/recipes/cutting/birch_log.json | 4 +- .../create/recipes/cutting/birch_wood.json | 4 +- .../stripped_twisted_log.json | 18 +- .../stripped_twisted_wood.json | 18 +- .../architects_palette/twisted_log.json | 14 +- .../architects_palette/twisted_wood.json | 14 +- .../compat/ars_nouveau/blue_archwood_log.json | 14 +- .../ars_nouveau/blue_archwood_wood.json | 14 +- .../ars_nouveau/green_archwood_log.json | 14 +- .../ars_nouveau/green_archwood_wood.json | 14 +- .../ars_nouveau/purple_archwood_log.json | 14 +- .../ars_nouveau/purple_archwood_wood.json | 14 +- .../compat/ars_nouveau/red_archwood_log.json | 14 +- .../compat/ars_nouveau/red_archwood_wood.json | 14 +- .../stripped_blue_archwood_log.json | 18 +- .../stripped_blue_archwood_wood.json | 18 +- .../stripped_green_archwood_log.json | 18 +- .../stripped_green_archwood_wood.json | 18 +- .../stripped_purple_archwood_log.json | 18 +- .../stripped_purple_archwood_wood.json | 18 +- .../stripped_red_archwood_log.json | 18 +- .../stripped_red_archwood_wood.json | 18 +- .../compat/biomesoplenty/cherry_log.json | 14 +- .../compat/biomesoplenty/cherry_wood.json | 14 +- .../compat/biomesoplenty/dead_log.json | 14 +- .../compat/biomesoplenty/dead_wood.json | 14 +- .../cutting/compat/biomesoplenty/fir_log.json | 14 +- .../compat/biomesoplenty/fir_wood.json | 14 +- .../compat/biomesoplenty/hellbark_log.json | 14 +- .../compat/biomesoplenty/hellbark_wood.json | 14 +- .../compat/biomesoplenty/jacaranda_log.json | 14 +- .../compat/biomesoplenty/jacaranda_wood.json | 14 +- .../compat/biomesoplenty/magic_log.json | 14 +- .../compat/biomesoplenty/magic_wood.json | 14 +- .../compat/biomesoplenty/mahogany_log.json | 14 +- .../compat/biomesoplenty/mahogany_wood.json | 14 +- .../compat/biomesoplenty/palm_log.json | 14 +- .../compat/biomesoplenty/palm_wood.json | 14 +- .../compat/biomesoplenty/redwood_log.json | 14 +- .../compat/biomesoplenty/redwood_wood.json | 14 +- .../biomesoplenty/stripped_cherry_log.json | 18 +- .../biomesoplenty/stripped_cherry_wood.json | 18 +- .../biomesoplenty/stripped_dead_log.json | 18 +- .../biomesoplenty/stripped_dead_wood.json | 18 +- .../biomesoplenty/stripped_fir_log.json | 18 +- .../biomesoplenty/stripped_fir_wood.json | 18 +- .../biomesoplenty/stripped_hellbark_log.json | 18 +- .../biomesoplenty/stripped_hellbark_wood.json | 18 +- .../biomesoplenty/stripped_jacaranda_log.json | 18 +- .../stripped_jacaranda_wood.json | 18 +- .../biomesoplenty/stripped_magic_log.json | 18 +- .../biomesoplenty/stripped_magic_wood.json | 18 +- .../biomesoplenty/stripped_mahogany_log.json | 18 +- .../biomesoplenty/stripped_mahogany_wood.json | 18 +- .../biomesoplenty/stripped_palm_log.json | 18 +- .../biomesoplenty/stripped_palm_wood.json | 18 +- .../biomesoplenty/stripped_redwood_log.json | 18 +- .../biomesoplenty/stripped_redwood_wood.json | 18 +- .../biomesoplenty/stripped_umbran_log.json | 18 +- .../biomesoplenty/stripped_umbran_wood.json | 18 +- .../biomesoplenty/stripped_willow_log.json | 18 +- .../biomesoplenty/stripped_willow_wood.json | 18 +- .../compat/biomesoplenty/umbran_log.json | 14 +- .../compat/biomesoplenty/umbran_wood.json | 14 +- .../compat/biomesoplenty/willow_log.json | 14 +- .../compat/biomesoplenty/willow_wood.json | 14 +- .../compat/blue_skies/bluebright_log.json | 14 +- .../compat/blue_skies/bluebright_wood.json | 14 +- .../cutting/compat/blue_skies/cherry_log.json | 14 +- .../compat/blue_skies/cherry_wood.json | 14 +- .../compat/blue_skies/crystallized_log.json | 18 +- .../compat/blue_skies/crystallized_wood.json | 18 +- .../cutting/compat/blue_skies/dusk_log.json | 14 +- .../cutting/compat/blue_skies/dusk_wood.json | 14 +- .../compat/blue_skies/frostbright_log.json | 14 +- .../compat/blue_skies/frostbright_wood.json | 14 +- .../cutting/compat/blue_skies/lunar_log.json | 14 +- .../cutting/compat/blue_skies/lunar_wood.json | 14 +- .../cutting/compat/blue_skies/maple_log.json | 14 +- .../cutting/compat/blue_skies/maple_wood.json | 14 +- .../compat/blue_skies/starlit_log.json | 14 +- .../compat/blue_skies/starlit_wood.json | 14 +- .../blue_skies/stripped_bluebright_log.json | 18 +- .../blue_skies/stripped_bluebright_wood.json | 18 +- .../blue_skies/stripped_cherry_log.json | 18 +- .../blue_skies/stripped_cherry_wood.json | 18 +- .../compat/blue_skies/stripped_dusk_log.json | 18 +- .../compat/blue_skies/stripped_dusk_wood.json | 18 +- .../blue_skies/stripped_frostbright_log.json | 18 +- .../blue_skies/stripped_frostbright_wood.json | 18 +- .../compat/blue_skies/stripped_lunar_log.json | 18 +- .../blue_skies/stripped_lunar_wood.json | 18 +- .../compat/blue_skies/stripped_maple_log.json | 18 +- .../blue_skies/stripped_maple_wood.json | 18 +- .../blue_skies/stripped_starlit_log.json | 18 +- .../blue_skies/stripped_starlit_wood.json | 18 +- .../cutting/compat/botania/dreamwood.json | 14 +- .../cutting/compat/botania/dreamwood_log.json | 14 +- .../compat/botania/glimmering_dreamwood.json | 14 +- .../botania/glimmering_dreamwood_log.json | 14 +- .../compat/botania/glimmering_livingwood.json | 14 +- .../botania/glimmering_livingwood_log.json | 14 +- .../glimmering_stripped_dreamwood.json | 18 +- .../glimmering_stripped_dreamwood_log.json | 18 +- .../glimmering_stripped_livingwood.json | 18 +- .../glimmering_stripped_livingwood_log.json | 18 +- .../cutting/compat/botania/livingwood.json | 14 +- .../compat/botania/livingwood_log.json | 14 +- .../compat/botania/stripped_dreamwood.json | 18 +- .../botania/stripped_dreamwood_log.json | 18 +- .../compat/botania/stripped_livingwood.json | 18 +- .../botania/stripped_livingwood_log.json | 18 +- .../recipes/cutting/compat/byg/aspen_log.json | 14 +- .../cutting/compat/byg/aspen_wood.json | 14 +- .../cutting/compat/byg/baobab_log.json | 14 +- .../cutting/compat/byg/baobab_wood.json | 14 +- .../compat/byg/blue_enchanted_log.json | 14 +- .../compat/byg/blue_enchanted_wood.json | 14 +- .../cutting/compat/byg/bulbis_stem.json | 14 +- .../cutting/compat/byg/bulbis_wood.json | 14 +- .../cutting/compat/byg/cherry_log.json | 14 +- .../cutting/compat/byg/cherry_wood.json | 14 +- .../recipes/cutting/compat/byg/cika_log.json | 14 +- .../recipes/cutting/compat/byg/cika_wood.json | 14 +- .../cutting/compat/byg/cypress_log.json | 14 +- .../cutting/compat/byg/cypress_wood.json | 14 +- .../recipes/cutting/compat/byg/ebony_log.json | 14 +- .../cutting/compat/byg/ebony_wood.json | 14 +- .../recipes/cutting/compat/byg/ether_log.json | 14 +- .../cutting/compat/byg/ether_wood.json | 14 +- .../recipes/cutting/compat/byg/fir_log.json | 14 +- .../recipes/cutting/compat/byg/fir_wood.json | 14 +- .../compat/byg/fungal_imparius_hyphae.json | 18 +- .../compat/byg/fungal_imparius_stem.json | 18 +- .../compat/byg/green_enchanted_log.json | 14 +- .../compat/byg/green_enchanted_wood.json | 14 +- .../recipes/cutting/compat/byg/holly_log.json | 14 +- .../cutting/compat/byg/holly_wood.json | 14 +- .../cutting/compat/byg/imparius_hyphae.json | 18 +- .../cutting/compat/byg/imparius_stem.json | 18 +- .../cutting/compat/byg/jacaranda_log.json | 14 +- .../cutting/compat/byg/jacaranda_wood.json | 14 +- .../cutting/compat/byg/lament_log.json | 14 +- .../cutting/compat/byg/lament_wood.json | 14 +- .../cutting/compat/byg/mahogany_log.json | 14 +- .../cutting/compat/byg/mahogany_wood.json | 14 +- .../cutting/compat/byg/mangrove_log.json | 14 +- .../cutting/compat/byg/mangrove_wood.json | 14 +- .../recipes/cutting/compat/byg/maple_log.json | 14 +- .../cutting/compat/byg/maple_wood.json | 14 +- .../cutting/compat/byg/nightshade_log.json | 14 +- .../cutting/compat/byg/nightshade_wood.json | 14 +- .../recipes/cutting/compat/byg/palm_log.json | 14 +- .../recipes/cutting/compat/byg/palm_wood.json | 14 +- .../cutting/compat/byg/palo_verde_log.json | 14 +- .../cutting/compat/byg/palo_verde_wood.json | 14 +- .../recipes/cutting/compat/byg/pine_log.json | 14 +- .../recipes/cutting/compat/byg/pine_wood.json | 14 +- .../compat/byg/rainbow_eucalyptus_log.json | 14 +- .../compat/byg/rainbow_eucalyptus_wood.json | 14 +- .../cutting/compat/byg/redwood_log.json | 14 +- .../cutting/compat/byg/redwood_wood.json | 14 +- .../cutting/compat/byg/skyris_log.json | 14 +- .../cutting/compat/byg/skyris_wood.json | 14 +- .../compat/byg/stripped_aspen_log.json | 18 +- .../compat/byg/stripped_aspen_wood.json | 18 +- .../compat/byg/stripped_baobab_log.json | 18 +- .../compat/byg/stripped_baobab_wood.json | 18 +- .../byg/stripped_blue_enchanted_log.json | 18 +- .../byg/stripped_blue_enchanted_wood.json | 18 +- .../compat/byg/stripped_bulbis_stem.json | 18 +- .../compat/byg/stripped_bulbis_wood.json | 18 +- .../compat/byg/stripped_cherry_log.json | 18 +- .../compat/byg/stripped_cherry_wood.json | 18 +- .../cutting/compat/byg/stripped_cika_log.json | 18 +- .../compat/byg/stripped_cika_wood.json | 18 +- .../compat/byg/stripped_cypress_log.json | 18 +- .../compat/byg/stripped_cypress_wood.json | 18 +- .../compat/byg/stripped_ebony_log.json | 18 +- .../compat/byg/stripped_ebony_wood.json | 18 +- .../compat/byg/stripped_ether_log.json | 18 +- .../compat/byg/stripped_ether_wood.json | 18 +- .../cutting/compat/byg/stripped_fir_log.json | 18 +- .../cutting/compat/byg/stripped_fir_wood.json | 18 +- .../byg/stripped_green_enchanted_log.json | 18 +- .../byg/stripped_green_enchanted_wood.json | 18 +- .../compat/byg/stripped_holly_log.json | 18 +- .../compat/byg/stripped_holly_wood.json | 18 +- .../compat/byg/stripped_jacaranda_log.json | 18 +- .../compat/byg/stripped_jacaranda_wood.json | 18 +- .../compat/byg/stripped_lament_log.json | 18 +- .../compat/byg/stripped_lament_wood.json | 18 +- .../compat/byg/stripped_mahogany_log.json | 18 +- .../compat/byg/stripped_mahogany_wood.json | 18 +- .../compat/byg/stripped_mangrove_log.json | 18 +- .../compat/byg/stripped_mangrove_wood.json | 18 +- .../compat/byg/stripped_maple_log.json | 18 +- .../compat/byg/stripped_maple_wood.json | 18 +- .../compat/byg/stripped_nightshade_log.json | 18 +- .../compat/byg/stripped_nightshade_wood.json | 18 +- .../cutting/compat/byg/stripped_palm_log.json | 18 +- .../compat/byg/stripped_palm_wood.json | 18 +- .../cutting/compat/byg/stripped_pine_log.json | 18 +- .../compat/byg/stripped_pine_wood.json | 18 +- .../byg/stripped_rainbow_eucalyptus_log.json | 18 +- .../byg/stripped_rainbow_eucalyptus_wood.json | 18 +- .../compat/byg/stripped_redwood_log.json | 18 +- .../compat/byg/stripped_redwood_wood.json | 18 +- .../compat/byg/stripped_skyris_log.json | 18 +- .../compat/byg/stripped_skyris_wood.json | 18 +- .../compat/byg/stripped_willow_log.json | 18 +- .../compat/byg/stripped_willow_wood.json | 18 +- .../compat/byg/stripped_witch_hazel_log.json | 18 +- .../compat/byg/stripped_witch_hazel_wood.json | 18 +- .../compat/byg/stripped_zelkova_log.json | 18 +- .../compat/byg/stripped_zelkova_wood.json | 18 +- .../cutting/compat/byg/willow_log.json | 14 +- .../cutting/compat/byg/willow_wood.json | 14 +- .../cutting/compat/byg/witch_hazel_log.json | 14 +- .../cutting/compat/byg/witch_hazel_wood.json | 14 +- .../cutting/compat/byg/zelkova_log.json | 14 +- .../cutting/compat/byg/zelkova_wood.json | 14 +- .../cutting/compat/ecologics/azalea_log.json | 14 +- .../cutting/compat/ecologics/azalea_wood.json | 14 +- .../cutting/compat/ecologics/coconut_log.json | 14 +- .../compat/ecologics/coconut_wood.json | 14 +- .../ecologics/flowering_azalea_log.json | 14 +- .../ecologics/flowering_azalea_wood.json | 14 +- .../compat/ecologics/stripped_azalea_log.json | 18 +- .../ecologics/stripped_azalea_wood.json | 18 +- .../ecologics/stripped_coconut_log.json | 18 +- .../ecologics/stripped_coconut_wood.json | 18 +- .../compat/ecologics/stripped_walnut_log.json | 18 +- .../ecologics/stripped_walnut_wood.json | 18 +- .../cutting/compat/ecologics/walnut_log.json | 14 +- .../cutting/compat/ecologics/walnut_wood.json | 14 +- .../compat/forbidden_arcanus/cherrywood.json | 14 +- .../forbidden_arcanus/cherrywood_log.json | 14 +- .../compat/forbidden_arcanus/mysterywood.json | 14 +- .../forbidden_arcanus/mysterywood_log.json | 14 +- .../stripped_cherrywood.json | 18 +- .../stripped_cherrywood_log.json | 18 +- .../stripped_mysterywood.json | 18 +- .../stripped_mysterywood_log.json | 18 +- .../compat/hexcasting/akashic_log.json | 14 +- .../hexcasting/akashic_log_stripped.json | 18 +- .../compat/hexcasting/akashic_wood.json | 14 +- .../hexcasting/akashic_wood_stripped.json | 18 +- .../compat/integrateddynamics/menril_log.json | 14 +- .../menril_log_stripped.json | 18 +- .../integrateddynamics/menril_wood.json | 14 +- .../menril_wood_stripped.json | 18 +- .../cutting/compat/quark/azalea_log.json | 14 +- .../cutting/compat/quark/azalea_wood.json | 14 +- .../cutting/compat/quark/blossom_log.json | 14 +- .../cutting/compat/quark/blossom_wood.json | 14 +- .../compat/quark/stripped_azalea_log.json | 18 +- .../compat/quark/stripped_azalea_wood.json | 18 +- .../compat/quark/stripped_blossom_log.json | 18 +- .../compat/quark/stripped_blossom_wood.json | 18 +- .../compat/silentgear/netherwood_log.json | 14 +- .../compat/silentgear/netherwood_wood.json | 14 +- .../silentgear/stripped_netherwood_log.json | 18 +- .../silentgear/stripped_netherwood_wood.json | 18 +- .../compat/tconstruct/bloodshroom_log.json | 14 +- .../compat/tconstruct/bloodshroom_wood.json | 14 +- .../compat/tconstruct/greenheart_log.json | 14 +- .../compat/tconstruct/greenheart_wood.json | 14 +- .../compat/tconstruct/skyroot_log.json | 14 +- .../compat/tconstruct/skyroot_wood.json | 14 +- .../tconstruct/stripped_bloodshroom_log.json | 18 +- .../tconstruct/stripped_bloodshroom_wood.json | 18 +- .../tconstruct/stripped_greenheart_log.json | 18 +- .../tconstruct/stripped_greenheart_wood.json | 18 +- .../tconstruct/stripped_skyroot_log.json | 18 +- .../tconstruct/stripped_skyroot_wood.json | 18 +- .../compat/twilightforest/canopy_log.json | 14 +- .../compat/twilightforest/canopy_wood.json | 14 +- .../compat/twilightforest/dark_log.json | 14 +- .../compat/twilightforest/dark_wood.json | 14 +- .../compat/twilightforest/mangrove_log.json | 14 +- .../compat/twilightforest/mangrove_wood.json | 14 +- .../compat/twilightforest/mining_log.json | 14 +- .../compat/twilightforest/mining_wood.json | 14 +- .../compat/twilightforest/sorting_log.json | 14 +- .../compat/twilightforest/sorting_wood.json | 14 +- .../twilightforest/stripped_canopy_log.json | 18 +- .../twilightforest/stripped_canopy_wood.json | 18 +- .../twilightforest/stripped_dark_log.json | 18 +- .../twilightforest/stripped_dark_wood.json | 18 +- .../twilightforest/stripped_mangrove_log.json | 18 +- .../stripped_mangrove_wood.json | 18 +- .../twilightforest/stripped_mining_log.json | 18 +- .../twilightforest/stripped_mining_wood.json | 18 +- .../twilightforest/stripped_sorting_log.json | 18 +- .../twilightforest/stripped_sorting_wood.json | 18 +- .../twilightforest/stripped_time_log.json | 18 +- .../twilightforest/stripped_time_wood.json | 18 +- .../stripped_transformation_log.json | 18 +- .../stripped_transformation_wood.json | 18 +- .../stripped_twilight_oak_log.json | 18 +- .../stripped_twilight_oak_wood.json | 18 +- .../compat/twilightforest/time_log.json | 14 +- .../compat/twilightforest/time_wood.json | 14 +- .../twilightforest/transformation_log.json | 14 +- .../twilightforest/transformation_wood.json | 14 +- .../twilightforest/twilight_oak_log.json | 14 +- .../twilightforest/twilight_oak_wood.json | 14 +- .../recipes/cutting/crimson_hyphae.json | 4 +- .../create/recipes/cutting/crimson_stem.json | 4 +- .../create/recipes/cutting/dark_oak_log.json | 4 +- .../create/recipes/cutting/dark_oak_wood.json | 4 +- .../create/recipes/cutting/jungle_log.json | 4 +- .../create/recipes/cutting/jungle_wood.json | 4 +- .../create/recipes/cutting/mangrove_log.json | 14 + .../create/recipes/cutting/mangrove_wood.json | 14 + .../data/create/recipes/cutting/oak_log.json | 4 +- .../data/create/recipes/cutting/oak_wood.json | 4 +- .../create/recipes/cutting/spruce_log.json | 4 +- .../create/recipes/cutting/spruce_wood.json | 4 +- .../recipes/cutting/stripped_acacia_log.json | 8 +- .../recipes/cutting/stripped_acacia_wood.json | 8 +- .../recipes/cutting/stripped_birch_log.json | 8 +- .../recipes/cutting/stripped_birch_wood.json | 8 +- .../cutting/stripped_crimson_hyphae.json | 8 +- .../cutting/stripped_crimson_stem.json | 8 +- .../cutting/stripped_dark_oak_log.json | 8 +- .../cutting/stripped_dark_oak_wood.json | 8 +- .../recipes/cutting/stripped_jungle_log.json | 8 +- .../recipes/cutting/stripped_jungle_wood.json | 8 +- .../cutting/stripped_mangrove_log.json | 15 + .../cutting/stripped_mangrove_wood.json | 15 + .../recipes/cutting/stripped_oak_log.json | 8 +- .../recipes/cutting/stripped_oak_wood.json | 8 +- .../recipes/cutting/stripped_spruce_log.json | 8 +- .../recipes/cutting/stripped_spruce_wood.json | 8 +- .../cutting/stripped_warped_hyphae.json | 8 +- .../recipes/cutting/stripped_warped_stem.json | 8 +- .../create/recipes/cutting/warped_hyphae.json | 4 +- .../create/recipes/cutting/warped_stem.json | 4 +- .../data/create/recipes/dark_oak_window.json | 12 +- .../create/recipes/dark_oak_window_pane.json | 12 +- ...te_pillar_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- .../waxed_copper_block_from_adding_wax.json | 4 +- ...d_copper_shingle_slab_from_adding_wax.json | 4 +- ...copper_shingle_stairs_from_adding_wax.json | 4 +- ...waxed_copper_shingles_from_adding_wax.json | 4 +- ...axed_copper_tile_slab_from_adding_wax.json | 4 +- ...ed_copper_tile_stairs_from_adding_wax.json | 4 +- .../waxed_copper_tiles_from_adding_wax.json | 4 +- .../waxed_cut_copper_from_adding_wax.json | 4 +- ...waxed_cut_copper_slab_from_adding_wax.json | 4 +- ...xed_cut_copper_stairs_from_adding_wax.json | 4 +- .../waxed_exposed_copper_from_adding_wax.json | 4 +- ...d_copper_shingle_slab_from_adding_wax.json | 4 +- ...copper_shingle_stairs_from_adding_wax.json | 4 +- ...posed_copper_shingles_from_adding_wax.json | 4 +- ...osed_copper_tile_slab_from_adding_wax.json | 4 +- ...ed_copper_tile_stairs_from_adding_wax.json | 4 +- ..._exposed_copper_tiles_from_adding_wax.json | 4 +- ...ed_exposed_cut_copper_from_adding_wax.json | 4 +- ...posed_cut_copper_slab_from_adding_wax.json | 4 +- ...sed_cut_copper_stairs_from_adding_wax.json | 4 +- ...waxed_oxidized_copper_from_adding_wax.json | 4 +- ...d_copper_shingle_slab_from_adding_wax.json | 4 +- ...copper_shingle_stairs_from_adding_wax.json | 4 +- ...dized_copper_shingles_from_adding_wax.json | 4 +- ...ized_copper_tile_slab_from_adding_wax.json | 4 +- ...ed_copper_tile_stairs_from_adding_wax.json | 4 +- ...oxidized_copper_tiles_from_adding_wax.json | 4 +- ...d_oxidized_cut_copper_from_adding_wax.json | 4 +- ...dized_cut_copper_slab_from_adding_wax.json | 4 +- ...zed_cut_copper_stairs_from_adding_wax.json | 4 +- ...axed_weathered_copper_from_adding_wax.json | 4 +- ...d_copper_shingle_slab_from_adding_wax.json | 4 +- ...copper_shingle_stairs_from_adding_wax.json | 4 +- ...hered_copper_shingles_from_adding_wax.json | 4 +- ...ered_copper_tile_slab_from_adding_wax.json | 4 +- ...ed_copper_tile_stairs_from_adding_wax.json | 4 +- ...eathered_copper_tiles_from_adding_wax.json | 4 +- ..._weathered_cut_copper_from_adding_wax.json | 4 +- ...hered_cut_copper_slab_from_adding_wax.json | 4 +- ...red_cut_copper_stairs_from_adding_wax.json | 4 +- ...rite_pillar_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- ...lar_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- .../create/recipes/emptying/builders_tea.json | 4 +- .../compat/farmersdelight/milk_bottle.json | 16 +- .../create/recipes/emptying/honey_bottle.json | 4 +- .../recipes/exposed_copper_shingle_slab.json | 10 +- ..._exposed_copper_shingles_stonecutting.json | 4 +- .../exposed_copper_shingle_stairs.json | 14 +- ..._exposed_copper_shingles_stonecutting.json | 4 +- .../recipes/exposed_copper_tile_slab.json | 10 +- ...rom_exposed_copper_tiles_stonecutting.json | 4 +- .../recipes/exposed_copper_tile_stairs.json | 14 +- ...rom_exposed_copper_tiles_stonecutting.json | 4 +- .../create/recipes/filling/blaze_cake.json | 4 +- .../create/recipes/filling/builders_tea.json | 4 +- .../filling/chocolate_glazed_berries.json | 4 +- .../compat/farmersdelight/milk_bottle.json | 16 +- .../create/recipes/filling/glowstone.json | 4 +- .../create/recipes/filling/grass_block.json | 4 +- .../create/recipes/filling/gunpowder.json | 4 +- .../create/recipes/filling/honey_bottle.json | 4 +- .../create/recipes/filling/honeyed_apple.json | 4 +- .../data/create/recipes/filling/redstone.json | 4 +- .../create/recipes/filling/sweet_roll.json | 4 +- ...ass_from_glass_colorless_stonecutting.json | 4 +- .../create/recipes/framed_glass_pane.json | 12 +- ...nite_pillar_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- .../recipes/haunting/lapis_recycling.json | 8 +- ...ass_from_glass_colorless_stonecutting.json | 4 +- .../recipes/horizontal_framed_glass_pane.json | 12 +- .../data/create/recipes/jungle_window.json | 12 +- .../create/recipes/jungle_window_pane.json | 12 +- ...d_andesite_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- ...red_asurine_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- ...red_calcite_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- ...d_crimsite_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- ...deepslate_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- ...red_diorite_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- ...one_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- ...red_granite_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- ...limestone_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- ...yered_ochrum_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- ...d_scorchia_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- ...yered_scoria_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- ...ff_from_stone_types_tuff_stonecutting.json | 4 +- .../layered_tuff_from_tuff_stonecutting.json | 4 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...d_veridium_from_veridium_stonecutting.json | 4 +- ...ne_pillar_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- .../mechanical_crafting/crushing_wheel.json | 30 +- .../mechanical_crafting/extendo_grip.json | 32 +- .../mechanical_crafting/potato_cannon.json | 18 +- .../mechanical_crafting/wand_of_symmetry.json | 38 +- .../data/create/recipes/milling/allium.json | 20 +- .../data/create/recipes/milling/andesite.json | 4 +- .../create/recipes/milling/azure_bluet.json | 12 +- .../data/create/recipes/milling/beetroot.json | 12 +- .../create/recipes/milling/blue_orchid.json | 12 +- .../data/create/recipes/milling/bone.json | 24 +- .../create/recipes/milling/bone_meal.json | 12 +- .../data/create/recipes/milling/cactus.json | 28 +- .../data/create/recipes/milling/calcite.json | 8 +- .../data/create/recipes/milling/charcoal.json | 8 +- .../data/create/recipes/milling/clay.json | 12 +- .../data/create/recipes/milling/coal.json | 12 +- .../create/recipes/milling/cobblestone.json | 4 +- .../create/recipes/milling/cocoa_beans.json | 12 +- .../create/recipes/milling/cornflower.json | 8 +- .../create/recipes/milling/dandelion.json | 12 +- .../recipes/milling/dripstone_block.json | 4 +- .../data/create/recipes/milling/fern.json | 8 +- .../data/create/recipes/milling/granite.json | 4 +- .../data/create/recipes/milling/grass.json | 8 +- .../data/create/recipes/milling/gravel.json | 4 +- .../data/create/recipes/milling/ink_sac.json | 12 +- .../create/recipes/milling/lapis_lazuli.json | 12 +- .../create/recipes/milling/large_fern.json | 16 +- .../data/create/recipes/milling/lilac.json | 16 +- .../recipes/milling/lily_of_the_valley.json | 16 +- .../create/recipes/milling/orange_tulip.json | 12 +- .../create/recipes/milling/oxeye_daisy.json | 16 +- .../data/create/recipes/milling/peony.json | 16 +- .../create/recipes/milling/pink_tulip.json | 12 +- .../data/create/recipes/milling/poppy.json | 12 +- .../create/recipes/milling/red_tulip.json | 12 +- .../create/recipes/milling/rose_bush.json | 16 +- .../data/create/recipes/milling/saddle.json | 12 +- .../create/recipes/milling/sandstone.json | 4 +- .../create/recipes/milling/sea_pickle.json | 12 +- .../create/recipes/milling/sugar_cane.json | 12 +- .../create/recipes/milling/sunflower.json | 16 +- .../create/recipes/milling/tall_grass.json | 8 +- .../create/recipes/milling/terracotta.json | 4 +- .../data/create/recipes/milling/wheat.json | 12 +- .../create/recipes/milling/white_tulip.json | 12 +- .../create/recipes/milling/wither_rose.json | 12 +- .../data/create/recipes/milling/wool.json | 4 +- .../create/recipes/mixing/brass_ingot.json | 8 +- .../data/create/recipes/mixing/chocolate.json | 12 +- .../recipes/mixing/chocolate_melting.json | 8 +- .../recipes/mixing/dough_by_mixing.json | 4 +- .../data/create/recipes/mixing/honey.json | 8 +- .../recipes/mixing/lava_from_cobble.json | 8 +- .../data/create/recipes/mixing/tea.json | 16 +- .../data/create/recipes/oak_window.json | 12 +- .../data/create/recipes/oak_window_pane.json | 12 +- ...chrum_pillar_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- .../create/recipes/ornate_iron_window.json | 12 +- .../recipes/ornate_iron_window_pane.json | 12 +- .../recipes/oxidized_copper_shingle_slab.json | 10 +- ...oxidized_copper_shingles_stonecutting.json | 4 +- .../oxidized_copper_shingle_stairs.json | 14 +- ...oxidized_copper_shingles_stonecutting.json | 4 +- .../recipes/oxidized_copper_tile_slab.json | 10 +- ...om_oxidized_copper_tiles_stonecutting.json | 4 +- .../recipes/oxidized_copper_tile_stairs.json | 14 +- ...om_oxidized_copper_tiles_stonecutting.json | 4 +- ...t_andesite_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- .../recipes/polished_cut_andesite_slab.json | 10 +- ...esite_slab_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- .../recipes/polished_cut_andesite_stairs.json | 14 +- ...ite_stairs_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- .../recipes/polished_cut_andesite_wall.json | 12 +- ...esite_wall_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- ...cut_asurine_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- .../recipes/polished_cut_asurine_slab.json | 10 +- ...surine_slab_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- .../recipes/polished_cut_asurine_stairs.json | 14 +- ...rine_stairs_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- .../recipes/polished_cut_asurine_wall.json | 12 +- ...surine_wall_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- ...cut_calcite_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- .../recipes/polished_cut_calcite_slab.json | 10 +- ...alcite_slab_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- .../recipes/polished_cut_calcite_stairs.json | 14 +- ...cite_stairs_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- .../recipes/polished_cut_calcite_wall.json | 12 +- ...alcite_wall_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- ...t_crimsite_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- .../recipes/polished_cut_crimsite_slab.json | 10 +- ...msite_slab_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- .../recipes/polished_cut_crimsite_stairs.json | 14 +- ...ite_stairs_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- .../recipes/polished_cut_crimsite_wall.json | 12 +- ...msite_wall_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- ...deepslate_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- .../recipes/polished_cut_deepslate_slab.json | 10 +- ...late_slab_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- .../polished_cut_deepslate_stairs.json | 14 +- ...te_stairs_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- .../recipes/polished_cut_deepslate_wall.json | 12 +- ...late_wall_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- ...cut_diorite_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- .../recipes/polished_cut_diorite_slab.json | 10 +- ...iorite_slab_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- .../recipes/polished_cut_diorite_stairs.json | 14 +- ...rite_stairs_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- .../recipes/polished_cut_diorite_wall.json | 12 +- ...iorite_wall_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- ...one_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- .../recipes/polished_cut_dripstone_slab.json | 10 +- ...lab_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- .../polished_cut_dripstone_stairs.json | 14 +- ...irs_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- .../recipes/polished_cut_dripstone_wall.json | 12 +- ...all_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- ...cut_granite_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- .../recipes/polished_cut_granite_slab.json | 10 +- ...ranite_slab_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- .../recipes/polished_cut_granite_stairs.json | 14 +- ...nite_stairs_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- .../recipes/polished_cut_granite_wall.json | 12 +- ...ranite_wall_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- ...limestone_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- .../recipes/polished_cut_limestone_slab.json | 10 +- ...tone_slab_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- .../polished_cut_limestone_stairs.json | 14 +- ...ne_stairs_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- .../recipes/polished_cut_limestone_wall.json | 12 +- ...tone_wall_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- ...d_cut_ochrum_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- .../recipes/polished_cut_ochrum_slab.json | 10 +- ..._ochrum_slab_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- .../recipes/polished_cut_ochrum_stairs.json | 14 +- ...chrum_stairs_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- .../recipes/polished_cut_ochrum_wall.json | 12 +- ..._ochrum_wall_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- ...t_scorchia_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- .../recipes/polished_cut_scorchia_slab.json | 10 +- ...rchia_slab_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- .../recipes/polished_cut_scorchia_stairs.json | 14 +- ...hia_stairs_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- .../recipes/polished_cut_scorchia_wall.json | 12 +- ...rchia_wall_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- ...d_cut_scoria_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- .../recipes/polished_cut_scoria_slab.json | 10 +- ..._scoria_slab_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- .../recipes/polished_cut_scoria_stairs.json | 14 +- ...coria_stairs_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- .../recipes/polished_cut_scoria_wall.json | 12 +- ..._scoria_wall_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- ...ff_from_stone_types_tuff_stonecutting.json | 4 +- ...ished_cut_tuff_from_tuff_stonecutting.json | 4 +- .../recipes/polished_cut_tuff_slab.json | 10 +- ...ab_from_stone_types_tuff_stonecutting.json | 4 +- ..._cut_tuff_slab_from_tuff_stonecutting.json | 4 +- .../recipes/polished_cut_tuff_stairs.json | 14 +- ...rs_from_stone_types_tuff_stonecutting.json | 4 +- ...ut_tuff_stairs_from_tuff_stonecutting.json | 4 +- .../recipes/polished_cut_tuff_wall.json | 12 +- ...ll_from_stone_types_tuff_stonecutting.json | 4 +- ..._cut_tuff_wall_from_tuff_stonecutting.json | 4 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...t_veridium_from_veridium_stonecutting.json | 4 +- .../recipes/polished_cut_veridium_slab.json | 10 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...idium_slab_from_veridium_stonecutting.json | 4 +- .../recipes/polished_cut_veridium_stairs.json | 14 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...ium_stairs_from_veridium_stonecutting.json | 4 +- .../recipes/polished_cut_veridium_wall.json | 12 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...idium_wall_from_veridium_stonecutting.json | 4 +- ...z_block_from_rose_quartz_stonecutting.json | 4 +- ...rom_polished_rose_quartz_stonecutting.json | 4 +- ...hia_pillar_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- ...coria_pillar_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- .../precision_mechanism.json | 80 +- .../sequenced_assembly/sturdy_sheet.json | 22 +- .../recipes/sequenced_assembly/track.json | 18 +- .../recipes/small_andesite_brick_slab.json | 10 +- ...brick_slab_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- .../recipes/small_andesite_brick_stairs.json | 14 +- ...ick_stairs_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- .../recipes/small_andesite_brick_wall.json | 12 +- ...brick_wall_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- ...ite_bricks_from_andesite_stonecutting.json | 4 +- ...rom_stone_types_andesite_stonecutting.json | 4 +- .../recipes/small_asurine_brick_slab.json | 10 +- ..._brick_slab_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- .../recipes/small_asurine_brick_stairs.json | 14 +- ...rick_stairs_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- .../recipes/small_asurine_brick_wall.json | 12 +- ..._brick_wall_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- ...rine_bricks_from_asurine_stonecutting.json | 4 +- ...from_stone_types_asurine_stonecutting.json | 4 +- .../recipes/small_calcite_brick_slab.json | 10 +- ..._brick_slab_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- .../recipes/small_calcite_brick_stairs.json | 14 +- ...rick_stairs_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- .../recipes/small_calcite_brick_wall.json | 12 +- ..._brick_wall_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- ...cite_bricks_from_calcite_stonecutting.json | 4 +- ...from_stone_types_calcite_stonecutting.json | 4 +- .../recipes/small_crimsite_brick_slab.json | 10 +- ...brick_slab_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- .../recipes/small_crimsite_brick_stairs.json | 14 +- ...ick_stairs_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- .../recipes/small_crimsite_brick_wall.json | 12 +- ...brick_wall_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- ...ite_bricks_from_crimsite_stonecutting.json | 4 +- ...rom_stone_types_crimsite_stonecutting.json | 4 +- .../recipes/small_deepslate_brick_slab.json | 10 +- ...rick_slab_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- .../recipes/small_deepslate_brick_stairs.json | 14 +- ...ck_stairs_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- .../recipes/small_deepslate_brick_wall.json | 12 +- ...rick_wall_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- ...te_bricks_from_deepslate_stonecutting.json | 4 +- ...om_stone_types_deepslate_stonecutting.json | 4 +- .../recipes/small_diorite_brick_slab.json | 10 +- ..._brick_slab_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- .../recipes/small_diorite_brick_stairs.json | 14 +- ...rick_stairs_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- .../recipes/small_diorite_brick_wall.json | 12 +- ..._brick_wall_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- ...rite_bricks_from_diorite_stonecutting.json | 4 +- ...from_stone_types_diorite_stonecutting.json | 4 +- .../recipes/small_dripstone_brick_slab.json | 10 +- ...lab_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- .../recipes/small_dripstone_brick_stairs.json | 14 +- ...irs_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- .../recipes/small_dripstone_brick_wall.json | 12 +- ...all_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- ...cks_from_dripstone_block_stonecutting.json | 4 +- ...om_stone_types_dripstone_stonecutting.json | 4 +- .../recipes/small_granite_brick_slab.json | 10 +- ..._brick_slab_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- .../recipes/small_granite_brick_stairs.json | 14 +- ...rick_stairs_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- .../recipes/small_granite_brick_wall.json | 12 +- ..._brick_wall_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- ...nite_bricks_from_granite_stonecutting.json | 4 +- ...from_stone_types_granite_stonecutting.json | 4 +- .../recipes/small_limestone_brick_slab.json | 10 +- ...rick_slab_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- .../recipes/small_limestone_brick_stairs.json | 14 +- ...ck_stairs_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- .../recipes/small_limestone_brick_wall.json | 12 +- ...rick_wall_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- ...ne_bricks_from_limestone_stonecutting.json | 4 +- ...om_stone_types_limestone_stonecutting.json | 4 +- .../recipes/small_ochrum_brick_slab.json | 10 +- ...m_brick_slab_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- .../recipes/small_ochrum_brick_stairs.json | 14 +- ...brick_stairs_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- .../recipes/small_ochrum_brick_wall.json | 12 +- ...m_brick_wall_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- ...chrum_bricks_from_ochrum_stonecutting.json | 4 +- ..._from_stone_types_ochrum_stonecutting.json | 4 +- ...rom_polished_rose_quartz_stonecutting.json | 4 +- .../recipes/small_scorchia_brick_slab.json | 10 +- ...brick_slab_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- .../recipes/small_scorchia_brick_stairs.json | 14 +- ...ick_stairs_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- .../recipes/small_scorchia_brick_wall.json | 12 +- ...brick_wall_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- ...hia_bricks_from_scorchia_stonecutting.json | 4 +- ...rom_stone_types_scorchia_stonecutting.json | 4 +- .../recipes/small_scoria_brick_slab.json | 10 +- ...a_brick_slab_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- .../recipes/small_scoria_brick_stairs.json | 14 +- ...brick_stairs_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- .../recipes/small_scoria_brick_wall.json | 12 +- ...a_brick_wall_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- ...coria_bricks_from_scoria_stonecutting.json | 4 +- ..._from_stone_types_scoria_stonecutting.json | 4 +- .../create/recipes/small_tuff_brick_slab.json | 10 +- ...ab_from_stone_types_tuff_stonecutting.json | 4 +- ...uff_brick_slab_from_tuff_stonecutting.json | 4 +- .../recipes/small_tuff_brick_stairs.json | 14 +- ...rs_from_stone_types_tuff_stonecutting.json | 4 +- ...f_brick_stairs_from_tuff_stonecutting.json | 4 +- .../create/recipes/small_tuff_brick_wall.json | 12 +- ...ll_from_stone_types_tuff_stonecutting.json | 4 +- ...uff_brick_wall_from_tuff_stonecutting.json | 4 +- ...ks_from_stone_types_tuff_stonecutting.json | 4 +- ...ll_tuff_bricks_from_tuff_stonecutting.json | 4 +- .../recipes/small_veridium_brick_slab.json | 10 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...brick_slab_from_veridium_stonecutting.json | 4 +- .../recipes/small_veridium_brick_stairs.json | 14 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...ick_stairs_from_veridium_stonecutting.json | 4 +- .../recipes/small_veridium_brick_wall.json | 12 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...brick_wall_from_veridium_stonecutting.json | 4 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...ium_bricks_from_veridium_stonecutting.json | 4 +- .../data/create/recipes/smelting/bread.json | 6 +- .../smelting/copper_ingot_from_crushed.json | 6 +- .../smelting/glass_from_framed_glass.json | 6 +- .../glass_from_horizontal_framed_glass.json | 6 +- .../smelting/glass_from_tiled_glass.json | 6 +- .../glass_from_vertical_framed_glass.json | 6 +- .../glass_pane_from_framed_glass_pane.json | 6 +- ...ane_from_horizontal_framed_glass_pane.json | 6 +- .../glass_pane_from_tiled_glass_pane.json | 6 +- ..._pane_from_vertical_framed_glass_pane.json | 6 +- .../smelting/gold_ingot_from_crushed.json | 6 +- ..._aluminum_compat_immersiveengineering.json | 18 +- ...ngot_lead_compat_immersiveengineering.json | 18 +- .../smelting/ingot_lead_compat_mekanism.json | 18 +- ...ot_nickel_compat_immersiveengineering.json | 18 +- .../ingot_osmium_compat_mekanism.json | 18 +- ...ot_silver_compat_immersiveengineering.json | 18 +- .../smelting/ingot_tin_compat_mekanism.json | 18 +- ...t_uranium_compat_immersiveengineering.json | 18 +- .../ingot_uranium_compat_mekanism.json | 18 +- .../smelting/iron_ingot_from_crushed.json | 6 +- .../smelting/lead_ingot_compat_thermal.json | 18 +- .../smelting/nickel_ingot_compat_thermal.json | 18 +- .../data/create/recipes/smelting/scoria.json | 6 +- .../smelting/silver_ingot_compat_thermal.json | 18 +- .../smelting/tin_ingot_compat_thermal.json | 18 +- .../smelting/zinc_ingot_from_crushed.json | 6 +- .../recipes/smelting/zinc_ingot_from_ore.json | 6 +- .../smelting/zinc_ingot_from_raw_ore.json | 6 +- .../data/create/recipes/smoking/bread.json | 6 +- .../recipes/splashing/crushed_copper_ore.json | 8 +- .../recipes/splashing/crushed_gold_ore.json | 8 +- .../recipes/splashing/crushed_iron_ore.json | 8 +- .../recipes/splashing/crushed_zinc_ore.json | 8 +- .../data/create/recipes/splashing/gravel.json | 8 +- .../crushed_aluminum_ore.json | 16 +- .../crushed_lead_ore.json | 16 +- .../crushed_nickel_ore.json | 16 +- .../crushed_silver_ore.json | 16 +- .../crushed_uranium_ore.json | 16 +- .../splashing/mekanism/crushed_lead_ore.json | 16 +- .../mekanism/crushed_osmium_ore.json | 16 +- .../splashing/mekanism/crushed_tin_ore.json | 16 +- .../mekanism/crushed_uranium_ore.json | 16 +- .../create/recipes/splashing/red_sand.json | 8 +- .../data/create/recipes/splashing/sand.json | 4 +- .../create/recipes/splashing/soul_sand.json | 8 +- .../splashing/thermal/crushed_lead_ore.json | 16 +- .../splashing/thermal/crushed_nickel_ore.json | 16 +- .../splashing/thermal/crushed_silver_ore.json | 16 +- .../splashing/thermal/crushed_tin_ore.json | 16 +- .../data/create/recipes/spruce_window.json | 12 +- .../create/recipes/spruce_window_pane.json | 12 +- ...ass_from_glass_colorless_stonecutting.json | 4 +- .../data/create/recipes/tiled_glass_pane.json | 12 +- ...ar_from_stone_types_tuff_stonecutting.json | 4 +- .../tuff_pillar_from_tuff_stonecutting.json | 4 +- ...rom_stone_types_veridium_stonecutting.json | 4 +- ...ium_pillar_from_veridium_stonecutting.json | 4 +- ...ass_from_glass_colorless_stonecutting.json | 4 +- .../recipes/vertical_framed_glass_pane.json | 12 +- .../data/create/recipes/warped_window.json | 12 +- .../create/recipes/warped_window_pane.json | 12 +- .../weathered_copper_shingle_slab.json | 10 +- ...eathered_copper_shingles_stonecutting.json | 4 +- .../weathered_copper_shingle_stairs.json | 14 +- ...eathered_copper_shingles_stonecutting.json | 4 +- .../recipes/weathered_copper_tile_slab.json | 10 +- ...m_weathered_copper_tiles_stonecutting.json | 4 +- .../recipes/weathered_copper_tile_stairs.json | 14 +- ...m_weathered_copper_tiles_stonecutting.json | 4 +- .../data/create/tags/blocks/brittle.json | 1 - .../data/create/tags/blocks/casing.json | 1 - .../create/tags/blocks/fan_transparent.json | 1 - .../data/create/tags/blocks/non_movable.json | 1 - .../tags/blocks/ore_override_stone.json | 1 - .../tags/blocks/passive_boiler_heaters.json | 1 - .../data/create/tags/blocks/safe_nbt.json | 1 - .../data/create/tags/blocks/seats.json | 1 - .../data/create/tags/blocks/toolboxes.json | 1 - .../create/tags/blocks/valve_handles.json | 1 - .../create/tags/blocks/windmill_sails.json | 1 - .../data/create/tags/blocks/windowable.json | 1 - .../create/tags/blocks/wrench_pickup.json | 1 - .../create/tags/fluids/bottomless/allow.json | 1 - .../create/tags/fluids/bottomless/deny.json | 1 - .../tags/items/blaze_burner_fuel/regular.json | 1 - .../tags/items/blaze_burner_fuel/special.json | 1 - .../data/create/tags/items/casing.json | 1 - .../data/create/tags/items/create_ingots.json | 1 - .../data/create/tags/items/crushed_ores.json | 1 - .../tags/items/modded_stripped_logs.json | 1 - .../tags/items/modded_stripped_wood.json | 1 - .../tags/items/pressurized_air_sources.json | 1 - .../data/create/tags/items/sandpaper.json | 1 - .../data/create/tags/items/seats.json | 1 - .../data/create/tags/items/sleepers.json | 1 - .../tags/items/stone_types/andesite.json | 1 - .../tags/items/stone_types/asurine.json | 1 - .../tags/items/stone_types/calcite.json | 1 - .../tags/items/stone_types/crimsite.json | 1 - .../tags/items/stone_types/deepslate.json | 1 - .../tags/items/stone_types/diorite.json | 1 - .../tags/items/stone_types/dripstone.json | 1 - .../tags/items/stone_types/granite.json | 1 - .../tags/items/stone_types/limestone.json | 1 - .../create/tags/items/stone_types/ochrum.json | 1 - .../tags/items/stone_types/scorchia.json | 1 - .../create/tags/items/stone_types/scoria.json | 1 - .../create/tags/items/stone_types/tuff.json | 1 - .../tags/items/stone_types/veridium.json | 1 - .../data/create/tags/items/toolboxes.json | 1 - .../create/tags/items/upright_on_belt.json | 1 - .../data/create/tags/items/valve_handles.json | 1 - .../tags/items/vanilla_stripped_logs.json | 2 +- .../tags/items/vanilla_stripped_wood.json | 2 +- .../forge/tags/blocks/glass/colorless.json | 1 - .../data/forge/tags/blocks/glass_panes.json | 1 - .../data/forge/tags/blocks/ores.json | 1 - .../data/forge/tags/blocks/ores/zinc.json | 1 - .../tags/blocks/ores_in_ground/deepslate.json | 1 - .../tags/blocks/ores_in_ground/stone.json | 1 - .../tags/blocks/relocation_not_supported.json | 1 - .../forge/tags/blocks/storage_blocks.json | 1 - .../tags/blocks/storage_blocks/brass.json | 1 - .../tags/blocks/storage_blocks/raw_zinc.json | 1 - .../tags/blocks/storage_blocks/zinc.json | 1 - .../data/forge/tags/fluids/chocolate.json | 1 - .../data/forge/tags/fluids/honey.json | 1 - .../resources/data/forge/tags/fluids/tea.json | 1 - .../data/forge/tags/items/beacon_payment.json | 1 - .../data/forge/tags/items/buckets/honey.json | 1 - .../data/forge/tags/items/dough.json | 1 - .../data/forge/tags/items/dough/wheat.json | 1 - .../data/forge/tags/items/flour.json | 1 - .../data/forge/tags/items/flour/wheat.json | 1 - .../forge/tags/items/glass/colorless.json | 1 - .../data/forge/tags/items/glass_panes.json | 1 - .../data/forge/tags/items/ingots.json | 1 - .../data/forge/tags/items/ingots/brass.json | 1 - .../data/forge/tags/items/ingots/zinc.json | 1 - .../data/forge/tags/items/nuggets.json | 1 - .../data/forge/tags/items/nuggets/brass.json | 1 - .../data/forge/tags/items/nuggets/copper.json | 1 - .../data/forge/tags/items/nuggets/zinc.json | 1 - .../resources/data/forge/tags/items/ores.json | 1 - .../data/forge/tags/items/ores/zinc.json | 1 - .../tags/items/ores_in_ground/deepslate.json | 1 - .../tags/items/ores_in_ground/stone.json | 1 - .../data/forge/tags/items/plates.json | 1 - .../data/forge/tags/items/plates/brass.json | 1 - .../data/forge/tags/items/plates/copper.json | 1 - .../data/forge/tags/items/plates/gold.json | 1 - .../data/forge/tags/items/plates/iron.json | 1 - .../forge/tags/items/plates/obsidian.json | 1 - .../data/forge/tags/items/raw_materials.json | 1 - .../forge/tags/items/raw_materials/zinc.json | 1 - .../data/forge/tags/items/storage_blocks.json | 1 - .../tags/items/storage_blocks/brass.json | 1 - .../tags/items/storage_blocks/raw_zinc.json | 1 - .../forge/tags/items/storage_blocks/zinc.json | 1 - .../data/forge/tags/items/stripped_logs.json | 1 - .../data/forge/tags/items/stripped_wood.json | 1 - .../data/forge/tags/items/tools/wrench.json | 1 - .../tags/blocks/azalea_root_replaceable.json | 1 - .../tags/blocks/beacon_base_blocks.json | 1 - .../data/minecraft/tags/blocks/climbable.json | 1 - .../data/minecraft/tags/blocks/doors.json | 1 - .../blocks/dripstone_replaceable_blocks.json | 1 - .../minecraft/tags/blocks/impermeable.json | 1 - .../tags/blocks/lush_ground_replaceable.json | 1 - .../minecraft/tags/blocks/mineable/axe.json | 1 - .../tags/blocks/mineable/pickaxe.json | 1 - .../tags/blocks/moss_replaceable.json | 1 - .../tags/blocks/needs_iron_tool.json | 1 - .../tags/blocks/needs_stone_tool.json | 1 - .../data/minecraft/tags/blocks/rails.json | 1 - .../data/minecraft/tags/blocks/slabs.json | 1 - .../data/minecraft/tags/blocks/stairs.json | 1 - .../data/minecraft/tags/blocks/trapdoors.json | 1 - .../data/minecraft/tags/blocks/walls.json | 1 - .../minecraft/tags/blocks/wooden_doors.json | 1 - .../data/minecraft/tags/fluids/water.json | 9 - .../data/minecraft/tags/items/doors.json | 1 - .../minecraft/tags/items/piglin_loved.json | 1 - .../data/minecraft/tags/items/slabs.json | 1 - .../data/minecraft/tags/items/stairs.json | 1 - .../data/minecraft/tags/items/trapdoors.json | 1 - .../data/minecraft/tags/items/walls.json | 1 - .../quark/tags/blocks/non_double_door.json | 1 - .../create/foundation/data/LangMerger.java | 43 +- 4350 files changed, 52701 insertions(+), 52687 deletions(-) create mode 100644 src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa create mode 100644 src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba create mode 100644 src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da create mode 100644 src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 create mode 100644 src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 create mode 100644 src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 create mode 100644 src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 create mode 100644 src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 delete mode 100644 src/generated/resources/.cache/cache create mode 100644 src/generated/resources/data/create/recipes/cutting/mangrove_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/mangrove_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_mangrove_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_mangrove_wood.json delete mode 100644 src/generated/resources/data/minecraft/tags/fluids/water.json diff --git a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa new file mode 100644 index 0000000000..8179016b19 --- /dev/null +++ b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa @@ -0,0 +1,4 @@ +// 1.19.2 2022-08-19T13:22:19.0640652 Create's Sequenced Assembly Recipes +e6efd0d76dc451a44b663a453cef6e6656ad523f data/create/recipes/sequenced_assembly/precision_mechanism.json +0cdbd4f583aa0a2aa8f3ca2827199bede1732722 data/create/recipes/sequenced_assembly/sturdy_sheet.json +1274315b5c570722d6f5b2ed7f5e53fe01b6288a data/create/recipes/sequenced_assembly/track.json diff --git a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba new file mode 100644 index 0000000000..4ae508aecf --- /dev/null +++ b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba @@ -0,0 +1,95 @@ +// 1.19.2 2022-08-19T13:22:19.0132011 Create's Advancements +2079ae09cf699108a8035ced7ca712fed4ab1577 data/create/advancements/andesite_alloy.json +082d3987c5e074ed50be4a94a6fdc17120af241b data/create/advancements/andesite_casing.json +4618109cfb4550fd8e19dc9d794ef24398b10a61 data/create/advancements/anvil_plough.json +1aa4a19d97df326b9e4819bc72290524ea094b88 data/create/advancements/arm_blaze_burner.json +fc07423190bc857f061ea41a4f51458b8088f0e1 data/create/advancements/arm_many_targets.json +cc0dc0fe3aa523c6ee33406b33aeba1a3e519786 data/create/advancements/backtank.json +fde2d0dc2736c1667daa19427463c1640ac23a48 data/create/advancements/belt.json +e85010c3b13619256af80b980414c43735495d41 data/create/advancements/belt_funnel_kiss.json +2fbfe98e16080e01f80c26a30b73983822782bcf data/create/advancements/brass.json +c4c14f3b3d618ca34578aabcae2627414e693f55 data/create/advancements/brass_casing.json +a4d492aa22abf32c01d2c4d268e084a7915ef7d4 data/create/advancements/burner.json +d24f44937e0b4f39d2940cca3ee6c3ef120d311a data/create/advancements/cart_pickup.json +8d746fc89acf4a8bdff5aea545cf5449348851ff data/create/advancements/chained_drain.json +0ec464b6ce70a65185dbb2d74c76c0dbf402851f data/create/advancements/chocolate_bucket.json +38ee84ce98990539a3d836c57b2c6402b5675a48 data/create/advancements/chute.json +63176510af010ed317537dbfe523269bbfa30402 data/create/advancements/clockwork_bearing.json +7460abf9783ddd9bfd43100ab697012a1c9ffd93 data/create/advancements/compacting.json +5b9f08cf6ddf3f0948854176327cfe2be895bb21 data/create/advancements/conductor.json +de60e46cfe009d1b8caf6c993b6c347b400711f1 data/create/advancements/contraption_actors.json +ad3df5cc4154c81d4311aae9c30a9d4c54c5085f data/create/advancements/copper.json +28468549782c8fad58ebf248d0d4018fcde8b2c2 data/create/advancements/copper_casing.json +6c0bcf572a634b5cdb01793b063fd7bb9344fab5 data/create/advancements/crafter_lazy_000.json +d46530f2c2bbb5a9da5af7b1c49b1243b1e38663 data/create/advancements/cross_streams.json +fe159e9ca1f688b5d3e42f35f9b1bde2214e3cd0 data/create/advancements/crusher_maxed_0000.json +e564c7aa283e81d5aa4c043b6de97b7328aa877d data/create/advancements/crushing_wheel.json +7db45385ae69534ff40d7b2b40de7ec5ae1f1905 data/create/advancements/cuckoo_clock.json +f175d1f816f32e1c50891321331e475863ce1e89 data/create/advancements/deployer.json +62ffffc6834c54ae1abca584522c577226f7f891 data/create/advancements/display_board_0.json +68749521feb4832c8da666454c70f883129f9335 data/create/advancements/display_link.json +02af5f59f671b59efb1419b67463326984a971fc data/create/advancements/diving_suit.json +df385d36b345e919cca92ba212818bc39032fd02 data/create/advancements/diving_suit_lava.json +2d19468ffed9345ebe8cecf220acc15651917082 data/create/advancements/drain.json +492d8ebc5d10e7efd100570f1507413d78723782 data/create/advancements/ejector_maxed.json +7e19fd15b675494d2a8d5ac3cef4a50cf58c203f data/create/advancements/encased_fan.json +45cccc0f06160ba5c01676e2015b70fd0f8daee2 data/create/advancements/extendo_grip.json +19375d4672fddd04f175b1e933913f61f2d479ea data/create/advancements/extendo_grip_dual.json +42e63e00c7706c6ca2fffaa3c32016c66606775c data/create/advancements/fan_processing.json +ed8ce124b7fbb33c09b35507a317d97f039f469b data/create/advancements/fist_bump.json +59c0c761919d504d31123cb0d1b046814e8a6aca data/create/advancements/foods.json +b68f4baee272682b6f4c9a34089837fec2cd9c58 data/create/advancements/funnel.json +7f968a34d7c81ce222166fc00386cbfbbdfd2413 data/create/advancements/glass_pipe.json +9850d8b5cc6b2e749c78e64cc56d20fd6c001106 data/create/advancements/hand_crank_000.json +0cf4fcd4efedbff71db45e7a85b56123f5307ffd data/create/advancements/haunted_bell.json +747e6b21d7dc74502a75a4ea28a66ac6b111565e data/create/advancements/honey_drain.json +6076d0f75bc693f6a8635fc3656eaa8c4f29693b data/create/advancements/hose_pulley.json +c365ee5c1175fa4bf4627d78c7bdce6ca7a2defb data/create/advancements/hose_pulley_lava.json +c0f0689a4497affe0feb20bc20d708aa0d8eb90e data/create/advancements/lava_wheel_00000.json +2bef7aa7c863c9b149c67a506725ffa0fee3d977 data/create/advancements/linked_controller.json +29a4c44e4f89cbb0f4d694c6c28a0e2c03dc64f3 data/create/advancements/long_bend.json +74bc9d3d1df777980634861e0ea11b6343e3bbc5 data/create/advancements/long_train.json +333335c09683319ceaaa2974a9f746c0545bf425 data/create/advancements/long_travel.json +1025b22c5ff39a4d54bb5857e04e35a5d806ceba data/create/advancements/mechanical_arm.json +7703192ff1ccba4cc006bcfae349084756ae62d7 data/create/advancements/mechanical_crafter.json +5892215b26cf4ba12f2c969d5b7bf75e72afcb48 data/create/advancements/mechanical_mixer.json +82174d713d926d2cbb20fabe9f0e326758d74804 data/create/advancements/mechanical_press.json +30299312adb50b253c22e0da53424ffcfadb9768 data/create/advancements/mechanical_pump_0.json +78ad377d18e0f812a80b234a30d26fdcc3d6f65d data/create/advancements/millstone.json +ab64e2f1efce94c53542727ca2d146c70b7ce079 data/create/advancements/musical_arm.json +4b38ed714396b05f48aedb9cdda1b7fde723866d data/create/advancements/pipe_organ.json +4610121385be0a9c7dfa3cb61aabf8a67ffd1b74 data/create/advancements/portable_storage_interface.json +23e36cb10df00aef1277c2de054fab72a4406a32 data/create/advancements/potato_cannon.json +d0070bb320214dd308f060f9271efe2538e9ce78 data/create/advancements/potato_cannon_collide.json +194dcfa145aab4c4c44c7bea43f5632b9d271829 data/create/advancements/precision_mechanism.json +ce6f407629718a08046895b9f388912598eb54f0 data/create/advancements/pulley_maxed.json +7bc1fbbb6d129727c9bf5fc65c9d0b85926801a9 data/create/advancements/red_signal.json +93d6cf1883a9e2cb8d476ac42f61a401033b1163 data/create/advancements/root.json +948bd2f2c98c7e42e62cf00b6ac17aeb83b665a3 data/create/advancements/rose_quartz.json +caee573f0fc6c297b12a7e96b90f7fb8fce787de data/create/advancements/saw_processing.json +16f463cda4842cfa69d484899a5e3a5ebc7c6531 data/create/advancements/self_deploying.json +a6893c0d8e123346eb74d4f98053a7bd7d45a5f3 data/create/advancements/shifting_gears.json +c213cfe4b14239b6a8d572ea4beb9cdee83543ba data/create/advancements/speed_controller.json +1664bfda74ce4830f8c6eef3e395da593c3d3615 data/create/advancements/spout.json +064d23021711418a2647b1127a3feaa9983147a7 data/create/advancements/steam_engine.json +d2f108ffaf809d2a1d7ace0c27333d20efe32ffe data/create/advancements/steam_engine_maxed.json +6612e1e4a448ee2004cc6b8dbf79af5486502e46 data/create/advancements/steam_whistle.json +4ee4a064fd2546a7e8e6ede0fe723860aef22dbb data/create/advancements/stressometer.json +7a926370e36cf0f5921d338261ad5b5a78ffbfab data/create/advancements/stressometer_maxed.json +46e63a1d780ab00193ab9edbac7a2d3aaf146951 data/create/advancements/sturdy_sheet.json +758ae0f196771f69bdb793b1753e20725a1c7395 data/create/advancements/super_glue.json +73f42aff732071b11be611ceb3065087182a5f65 data/create/advancements/track_0.json +d365ccfa43deba1c0faab1dd804a4985b2a48cc3 data/create/advancements/track_crafting_factory.json +9962cc67809593e548465a5e5da23053dd673d26 data/create/advancements/track_signal.json +336ba2464a66c94be4599c38cac8a8461f107558 data/create/advancements/train.json +cb32d8ead0afe2bc25557bf7563a519e16101230 data/create/advancements/train_casing_00.json +10225f8c16e30ebb21ead266191d53d84b7525dd data/create/advancements/train_crash.json +bc67c56d024c649a9900c1f71d3eec19ee1ae923 data/create/advancements/train_crash_backwards.json +f55b9f99589550ae941daced826d52284fb9b12e data/create/advancements/train_portal.json +2635ec3f90229a107ac553e26011ca86fd9fc2d6 data/create/advancements/train_roadkill.json +6efe2b3e0f5f570d4711d2893a3d73d415fdc49c data/create/advancements/train_whistle.json +6afde0aa8aa67cbe5821a78f72dc430d8ae0563e data/create/advancements/water_supply.json +6b8f8656ff9aa4809add88b8071748eb26db9460 data/create/advancements/water_wheel.json +9b0f6863fe78327bcd06f512b6f32fbf556c4ca3 data/create/advancements/windmill.json +d0d5fc5dcc05dbb60cbcac1607c85d24af72ab82 data/create/advancements/windmill_maxed.json +cb636e49d3131c859336655de4cbc2f6e8a795a5 data/create/advancements/wrench_goggles.json diff --git a/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da b/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da new file mode 100644 index 0000000000..2f982d85a3 --- /dev/null +++ b/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da @@ -0,0 +1,18 @@ +// 1.19.2 2022-08-19T13:22:19.0062195 Lang merger +75ff93ca417508e99366b12fb847ae538c9efd3f assets/create/lang/en_us.json +d35c5761372f7d24895831d072ee5fa2c9d62989 assets/create/lang/unfinished/de_de.json +ea839cef2282b2adf87f389db484d42132f020e5 assets/create/lang/unfinished/es_cl.json +9602fc4fdea27ce127327579293a5211c1d146f1 assets/create/lang/unfinished/es_es.json +9cf5e657bcb9dced3762b4c37f435043c2257689 assets/create/lang/unfinished/fr_fr.json +8b3d3bc7092f9bd06282931a3cbc909b337e7000 assets/create/lang/unfinished/it_it.json +5a0dfc27e00c9edbe605bff1acd484d316ac4234 assets/create/lang/unfinished/ja_jp.json +9c13085d2a94687a693369724c9280aca5ec9acd assets/create/lang/unfinished/ko_kr.json +9143a669f24557bd31f559ac9db215d120ac6640 assets/create/lang/unfinished/nl_nl.json +f944f6188b5f4732172485b4f07ef498550bc1b9 assets/create/lang/unfinished/pl_pl.json +fda24e5f60550f683eb2082ef45e42c0937887db assets/create/lang/unfinished/pt_br.json +8ff2f07fe8c5d9473e4f08f4c8bce3733637190b assets/create/lang/unfinished/pt_pt.json +a6ddb0fd2350f1d92416b0a23de60e591f59edad assets/create/lang/unfinished/ro_ro.json +9cab5179ea484f0a2256c3bb9aaa215646555662 assets/create/lang/unfinished/ru_ru.json +8497a7199ce98e43e3d0a7957b1f681557f54b53 assets/create/lang/unfinished/uk_ua.json +1e6355c5e6d5f9ea93cbbabf07291b8bc6bfefb9 assets/create/lang/unfinished/zh_cn.json +2a3e0a986682278d96c3d2fdd316255fde7e9e55 assets/create/lang/unfinished/zh_tw.json diff --git a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 new file mode 100644 index 0000000000..10b86d5c6d --- /dev/null +++ b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 @@ -0,0 +1,5 @@ +// 1.19.2 2022-08-19T13:22:19.005224 Create's Mechanical Crafting Recipes +f076d64d9f30709bed34775136c9241097b28aa9 data/create/recipes/mechanical_crafting/crushing_wheel.json +694dca9dcff246bb7f560b3304fcc244c53217d5 data/create/recipes/mechanical_crafting/extendo_grip.json +3b2837b08607c1ca466fa3eb418209b2e55da6ba data/create/recipes/mechanical_crafting/potato_cannon.json +fee8df727370175f5bf42584c981edaf8fd58ac8 data/create/recipes/mechanical_crafting/wand_of_symmetry.json diff --git a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 new file mode 100644 index 0000000000..58596de183 --- /dev/null +++ b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 @@ -0,0 +1,416 @@ +// 1.19.2 2022-08-19T13:22:19.0072169 Create's Standard Recipes +b397254b7cdb19d1c64ed1c30e1f6aa5c8af7270 data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json +c14aec90afe9450b7dd472ff612e2f8013d09abf data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json +fd9a8eb94364c8424f23c510900ef9cd0904b53e data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json +6ace306d3b83e6cc0f3c958fbfb5b0338ddc9142 data/create/advancements/recipes/building_blocks/blasting/ingot_nickel_compat_immersiveengineering.json +33f823ee80bbe8d9a1f32ce3590887670cdc3210 data/create/advancements/recipes/building_blocks/blasting/ingot_osmium_compat_mekanism.json +60525ff76c59ccf23906a95e16d2b601285845b3 data/create/advancements/recipes/building_blocks/blasting/ingot_silver_compat_immersiveengineering.json +0cb0a85bf670779e53df79e168e4fc9c1beecae1 data/create/advancements/recipes/building_blocks/blasting/ingot_tin_compat_mekanism.json +335bd0bb7eb3536e753cae1fec5d4c3f1b98ff1f data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_immersiveengineering.json +85d5b8d2299cce40661d978a3ef9e621b25ef31f data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_mekanism.json +c4593c1179944d2363b3ef758fc1c3e448862f0d data/create/advancements/recipes/building_blocks/blasting/lead_ingot_compat_thermal.json +d171dcc76bee96f91e9f86d2f773c40ce2a0df8a data/create/advancements/recipes/building_blocks/blasting/nickel_ingot_compat_thermal.json +b659e790ee00e6c610846825a103ec33b9728854 data/create/advancements/recipes/building_blocks/blasting/silver_ingot_compat_thermal.json +f009abec013a0be4b6d091a73cd24726df5247bb data/create/advancements/recipes/building_blocks/blasting/tin_ingot_compat_thermal.json +f0570274cf54c73b95d9665ea17432b63b2da525 data/create/advancements/recipes/building_blocks/smelting/glass_from_framed_glass.json +7c5a7a087bc6644b0944fd37211d4e69a863a8c2 data/create/advancements/recipes/building_blocks/smelting/glass_from_horizontal_framed_glass.json +e83398ba06339e3bd559b839c725de4f7535be5e data/create/advancements/recipes/building_blocks/smelting/glass_from_tiled_glass.json +94ebf2a541daade4b3b6a50e13c6306418025c77 data/create/advancements/recipes/building_blocks/smelting/glass_from_vertical_framed_glass.json +dcdb226aa6c01e980167875165b728b108a17e16 data/create/advancements/recipes/building_blocks/smelting/ingot_aluminum_compat_immersiveengineering.json +584fd95f54abebf25128b2fcbe74e40bde27e754 data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_immersiveengineering.json +482afbd502aa06474485c7d72dd61d88cef071b0 data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_mekanism.json +ddbe38ae24f3acb73f1245b6c85fcc4f84072b70 data/create/advancements/recipes/building_blocks/smelting/ingot_nickel_compat_immersiveengineering.json +4f599f5d0b8161efe5bf80d4a20868b8221f0880 data/create/advancements/recipes/building_blocks/smelting/ingot_osmium_compat_mekanism.json +62cb2511311b46230aaaf01edf078623c4537f3a data/create/advancements/recipes/building_blocks/smelting/ingot_silver_compat_immersiveengineering.json +4f2073e10a7aa2fc04c98af87f2f75ddee299f63 data/create/advancements/recipes/building_blocks/smelting/ingot_tin_compat_mekanism.json +1019b83a4a49d6f4012ee7b684c96e70a85505a2 data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_immersiveengineering.json +aed63497f7722be9f5076627820e02abfb5f2197 data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_mekanism.json +ebc50e0c5b1e8ad8ac78f312aba6fd191352ad87 data/create/advancements/recipes/building_blocks/smelting/lead_ingot_compat_thermal.json +9b8d60765a963debcd4cc4f8955523b79736ae27 data/create/advancements/recipes/building_blocks/smelting/nickel_ingot_compat_thermal.json +8487c9879fc1e3ff9c10e4d590810c0dc752ebbd data/create/advancements/recipes/building_blocks/smelting/silver_ingot_compat_thermal.json +cecd6d02b0d0a2c6be92a8c7bbc60cf8fa45b9b9 data/create/advancements/recipes/building_blocks/smelting/tin_ingot_compat_thermal.json +1c0d9e8b8f722121435e8d142cbc81489d46bb4a data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_crushed.json +7afe4a5f978a1c3a4224ca9d71b88f5e92e4a74b data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_ore.json +faeca323b9061761f494a1ad5e9d3eca2b268583 data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json +d9b8ad4ceef37123bf0eec823084b60f433bec5e data/create/advancements/recipes/create.base/crafting/appliances/copper_backtank.json +aba81978b5805f48cd718df2dd80be4f0875f3c3 data/create/advancements/recipes/create.base/crafting/appliances/crafting_blueprint.json +3b4d57e676b9e4be4012f6dc0618db30872f7e20 data/create/advancements/recipes/create.base/crafting/appliances/diving_boots.json +a5a142e1877ef25523662582c374e95220fe093f data/create/advancements/recipes/create.base/crafting/appliances/diving_helmet.json +db851de3567c71d078a186afb78f356bd98c5b24 data/create/advancements/recipes/create.base/crafting/appliances/dough.json +020c48f351bb8f98ff58e0a44c841cfcbcd2e647 data/create/advancements/recipes/create.base/crafting/appliances/linked_controller.json +702bbec6bc2d272dac2bfe7558b6bc1ef70f4ccb data/create/advancements/recipes/create.base/crafting/appliances/tree_fertilizer.json +17c1e7a8ce5b54d00ed5a927d2f5d6e84cd73383 data/create/advancements/recipes/create.base/crafting/curiosities/brown_toolbox.json +0b4fd2cf9ab5d50e2d1f3466e471dc8599cb35d6 data/create/advancements/recipes/create.base/crafting/curiosities/minecart_coupling.json +ccff47a9ff3cc5b101e758aa5de747af24c7617e data/create/advancements/recipes/create.base/crafting/curiosities/peculiar_bell.json +101605853b71bcb7ef0388f329dffe35549df83e data/create/advancements/recipes/create.base/crafting/kinetics/adjustable_chain_gearshift.json +13fd40f039ec9ba07b25ba94ace23f7d0ba61b47 data/create/advancements/recipes/create.base/crafting/kinetics/analog_lever.json +099c89be4865d5f5c1c23a4567a63b7c5dc899ab data/create/advancements/recipes/create.base/crafting/kinetics/andesite_ladder.json +815d392dde95d1b25792c4e4ddfe50dd3ccc687d data/create/advancements/recipes/create.base/crafting/kinetics/attribute_filter.json +e0367cd3c396d99c7ffefc8748d1806b27cba1c2 data/create/advancements/recipes/create.base/crafting/kinetics/basin.json +77585206954c25c4c1b8c56d72e6f4cc6d639415 data/create/advancements/recipes/create.base/crafting/kinetics/belt_connector.json +96fddc180a85bce7f38db24637879a1d3959128a data/create/advancements/recipes/create.base/crafting/kinetics/brass_hand.json +0bd6b4c848e848262d21e0066634657e166ceba9 data/create/advancements/recipes/create.base/crafting/kinetics/cart_assembler.json +3c5607faec15cee9aa0199ca41f707e54e293d44 data/create/advancements/recipes/create.base/crafting/kinetics/chute.json +b66fea562c25d0f685271139a6c4a11f01d381eb data/create/advancements/recipes/create.base/crafting/kinetics/clockwork_bearing.json +96b037ef1cf8c4f01d3320d96da56866308fef65 data/create/advancements/recipes/create.base/crafting/kinetics/clutch.json +add1b00551b8bd58b22370cdc45483e1ea8ccd80 data/create/advancements/recipes/create.base/crafting/kinetics/cogwheel.json +fb224fd7b448c53434d5c65c2114e6041712532f data/create/advancements/recipes/create.base/crafting/kinetics/controller_rail.json +635ce0ca8b8a2bc5906adffea10819ded518c781 data/create/advancements/recipes/create.base/crafting/kinetics/controls.json +5ce1a2d78f6f3d1cc03084d4d58aa7ba7a9e5f14 data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle.json +fe3e9d3eeee5c73b08d38d51d503eb1657306208 data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle_from_others.json +08d35f93d0be26ef003648d4d9e95fb6c88c132d data/create/advancements/recipes/create.base/crafting/kinetics/crafter_slot_cover.json +8c28c154cf4db2a6e5c6674a74dd2de1109456e5 data/create/advancements/recipes/create.base/crafting/kinetics/cuckoo_clock.json +6a5f75bb1b5388548471cd19b0541d5994a968d7 data/create/advancements/recipes/create.base/crafting/kinetics/deployer.json +874a2bb3627a13b812b7d509a4341cc486173034 data/create/advancements/recipes/create.base/crafting/kinetics/depot.json +484d3187f638fe6ad2832390faa71d084bf9965c data/create/advancements/recipes/create.base/crafting/kinetics/display_board.json +d582587d3b2449468d77bc0017ca22538c5d04a8 data/create/advancements/recipes/create.base/crafting/kinetics/empty_blaze_burner.json +a8c4c201c452f1cc2135ab241ef08811627759d9 data/create/advancements/recipes/create.base/crafting/kinetics/encased_chain_drive.json +daa737129d6fad1eab2f6c7c24d420632cf686fc data/create/advancements/recipes/create.base/crafting/kinetics/encased_fan.json +b0f042253e850ed7bad7596ae0a4770d567b23a8 data/create/advancements/recipes/create.base/crafting/kinetics/filter.json +ccd132c144b6df808ada62adbedb09aae159d7c5 data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe.json +0bef8ce57f10471e542b4d1695e535bfb36780a4 data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe_vertical.json +769f42c4f28c6e78a2254a25fc6ad6c4d34aca3c data/create/advancements/recipes/create.base/crafting/kinetics/fluid_tank.json +e91c11c9d3e905e6346a4c6ea18c84c271885c69 data/create/advancements/recipes/create.base/crafting/kinetics/fluid_valve.json +ab76967977a75cd2abad10c1350194e653a70d3a data/create/advancements/recipes/create.base/crafting/kinetics/flywheel.json +fce50c246fb7cc5dad19db7602ccc71ba13403a8 data/create/advancements/recipes/create.base/crafting/kinetics/framed_glass_door.json +d32c2625d6dd15ad1978211c41521887f95e7577 data/create/advancements/recipes/create.base/crafting/kinetics/framed_glass_trapdoor.json +fa379bdc26064fafff3ccb84e705cdca532e9044 data/create/advancements/recipes/create.base/crafting/kinetics/gantry_carriage.json +9b853ce1ba4456e5a186663b6107cc48689f163a data/create/advancements/recipes/create.base/crafting/kinetics/gantry_shaft.json +c34fc4606a9196d954e4630ab88620d5e84a5292 data/create/advancements/recipes/create.base/crafting/kinetics/gearbox.json +315e827cc63a842cf04603bdeeef5289bd761549 data/create/advancements/recipes/create.base/crafting/kinetics/gearboxfrom_conversion.json +1aecf0c5a421245627872e3a2dfff663a25e3e34 data/create/advancements/recipes/create.base/crafting/kinetics/gearshift.json +2f37fd40c1d6b0bb4196a501ac72284922cac138 data/create/advancements/recipes/create.base/crafting/kinetics/goggles.json +a3396e2e838c8b1719ed65e4195afa09c0286e52 data/create/advancements/recipes/create.base/crafting/kinetics/hand_crank.json +24b86aafcdca946ecd5eb7f067e933175fc849a5 data/create/advancements/recipes/create.base/crafting/kinetics/hose_pulley.json +27619361a9b229791449e9d4954ed0890156efb7 data/create/advancements/recipes/create.base/crafting/kinetics/item_drain.json +ce49f3e4c85b36298c764e28a14f328194530e6e data/create/advancements/recipes/create.base/crafting/kinetics/item_vault.json +38c97a8961dc55b007fc675efaee19be03ba70e9 data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheel.json +3d14c3f268c5ed9b3b335d11fa7bae7d5503278c data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheelfrom_little.json +66b12ce8935b3b4c2baecad22121b770987e0cbe data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassis.json +03541b64f2b6978ec10c71323012b34e80b32a37 data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassisfrom_conversion.json +6609c0187d3d9bb0cdfc82019d859930fcd23b3a data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_arm.json +691aacd36d35b3f2771757e7231f89fb12d3c289 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_bearing.json +da010ac963d572e4856d89a00388881cf7891cc6 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_crafter.json +0cc038b1264ad2a437b145fbb8ad10b91def462b data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_drill.json +53154b62cdbf5ad89d759296fb1d6bade8bbab36 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_harvester.json +c9834e76909bd803f6d8faa5badb4051cd1f4c46 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_mixer.json +7cefbd3aeb31dcd313a4dd09850016096a556168 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_piston.json +53de4ed3248e562ff2c1ac858b7aa0d4c77f5071 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_plough.json +4a4ef72828a33cc31198801421e6e271c18e13f6 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_press.json +9d01d3aeca84606f93225dfb7b625c27617c078d data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_pump.json +f2e0d416f067ec3b9da478d9006b12b02ea053ab data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_saw.json +92b97be9722c87ed607458c658da71193f421618 data/create/advancements/recipes/create.base/crafting/kinetics/metal_bracket.json +80197e7c951bd45f532af7c952c6c989433433de data/create/advancements/recipes/create.base/crafting/kinetics/metal_girder.json +818678f975ae3c20054eadd28f7cd78a83987b8a data/create/advancements/recipes/create.base/crafting/kinetics/millstone.json +472fae580e969a2df3f2796a9593bb30e95147f3 data/create/advancements/recipes/create.base/crafting/kinetics/mysterious_cuckoo_clock.json +343e0c25689652bfac630e4c716ad1c047922209 data/create/advancements/recipes/create.base/crafting/kinetics/nixie_tube.json +463903d7e8612ff5d66ecd827b3c06fcd67b3d94 data/create/advancements/recipes/create.base/crafting/kinetics/nozzle.json +6abd1d4e6185039a83c2c1f09af511229cd7c6f4 data/create/advancements/recipes/create.base/crafting/kinetics/piston_extension_pole.json +09ae58db7f9335b94eacdc1ac65f328d4e74b296 data/create/advancements/recipes/create.base/crafting/kinetics/placard.json +a6518e2e35ce01e7e65b0cf8a95ced88482d7121 data/create/advancements/recipes/create.base/crafting/kinetics/portable_fluid_interface.json +46cfd0dfc5f94b8dd3f879660f580f8797192e9a data/create/advancements/recipes/create.base/crafting/kinetics/portable_storage_interface.json +b296ad4df0631fdc1f2bce405d5618fc80a8c327 data/create/advancements/recipes/create.base/crafting/kinetics/propeller.json +9f1e5525e24b0d03e2536e5555359e5e3c7f2286 data/create/advancements/recipes/create.base/crafting/kinetics/radial_chassis.json +e24541eaeeb7d40c1f82c2d2c663e35e77633be5 data/create/advancements/recipes/create.base/crafting/kinetics/rope_pulley.json +9aa077afe33c25eea88b879ad87e6e04092b275c data/create/advancements/recipes/create.base/crafting/kinetics/rose_quartz_lamp.json +f5a30e6fdd9feaa6debe5d713419e5353d243b5b data/create/advancements/recipes/create.base/crafting/kinetics/rotation_speed_controller.json +784a456abf36cc407f440e9354827e6cb6e5d4d6 data/create/advancements/recipes/create.base/crafting/kinetics/sail_framefrom_conversion.json +81e459c334d7645b1cd1777af57576029949bb0b data/create/advancements/recipes/create.base/crafting/kinetics/schedule.json +bd9bad79f220ec42b1bb3f56041a9390f4923ba9 data/create/advancements/recipes/create.base/crafting/kinetics/secondary_linear_chassisfrom_conversion.json +eeafd91b680ec02f5bc45302924f6f3fd5c706ef data/create/advancements/recipes/create.base/crafting/kinetics/sequenced_gearshift.json +3e407ded7ff0dde48cbc22b8db5f48743bf04c94 data/create/advancements/recipes/create.base/crafting/kinetics/shaft.json +70807bda145cbba1db92b84ec40e1ba53b8b022c data/create/advancements/recipes/create.base/crafting/kinetics/smart_chute.json +108f6658b0c3ab1166dc8802de312a4fb4ab238d data/create/advancements/recipes/create.base/crafting/kinetics/smart_fluid_pipe.json +162d5df15a994c6af6ed2835dea82efe0062f095 data/create/advancements/recipes/create.base/crafting/kinetics/speedometer.json +a8e99cadf16a16b137afca1b13f83d9e181c0784 data/create/advancements/recipes/create.base/crafting/kinetics/speedometerfrom_conversion.json +a81deb7155fa93e3d76c034e28aa7a5c0c2778fe data/create/advancements/recipes/create.base/crafting/kinetics/spout.json +601377dc97f21688369a89fc15adcf85f0a5da94 data/create/advancements/recipes/create.base/crafting/kinetics/steam_engine.json +56abc0f7f60edbbcfd9ff167d52d3a2d309e7199 data/create/advancements/recipes/create.base/crafting/kinetics/steam_whistle.json +ac12278d65d59b168086867c69354848f906316c data/create/advancements/recipes/create.base/crafting/kinetics/sticker.json +4a74c1de70258281987a0fedc03437812c440376 data/create/advancements/recipes/create.base/crafting/kinetics/sticky_mechanical_piston.json +5ae5808b464ee7b9e810c1dc81ef945a28520c27 data/create/advancements/recipes/create.base/crafting/kinetics/stressometerfrom_conversion.json +70c16dcff438b8009524a247ba6f8ce17c68ef4f data/create/advancements/recipes/create.base/crafting/kinetics/super_glue.json +f7ec77491cba04c96a5df0f3a9b66dfdeecd6a67 data/create/advancements/recipes/create.base/crafting/kinetics/track_observer.json +f24315de4ad61c85094c1620d47ccc02f94e4498 data/create/advancements/recipes/create.base/crafting/kinetics/track_observer_from_other_plates.json +eb90657a95c9aecdc3b8ab9aeeb6abe5ccb7ff76 data/create/advancements/recipes/create.base/crafting/kinetics/track_signal.json +78cf68d5afca01ea37e2d32f54e655ec87924be1 data/create/advancements/recipes/create.base/crafting/kinetics/track_station.json +1b7ea4648eb851560056942ea3cec29ab82e2035 data/create/advancements/recipes/create.base/crafting/kinetics/train_door.json +02f3fb7faadd1c56302b94a6b50f58147e481db8 data/create/advancements/recipes/create.base/crafting/kinetics/train_trapdoor.json +3fa26c6b2a5ef120aa47b35f7d9eb06fec090149 data/create/advancements/recipes/create.base/crafting/kinetics/turntable.json +babadcfb9adc3527e03e8f8db57a34cacfffa6a5 data/create/advancements/recipes/create.base/crafting/kinetics/vertical_gearboxfrom_conversion.json +0fa99ddc934336fb3d40a69a9ed461dba1d6b99e data/create/advancements/recipes/create.base/crafting/kinetics/water_wheel.json +6797fd44ff94f444fefde51402068df41b07b35f data/create/advancements/recipes/create.base/crafting/kinetics/weighted_ejector.json +50fe4d7138e7fb2845be8662b4ef5a75fa3c2665 data/create/advancements/recipes/create.base/crafting/kinetics/whisk.json +e3192f97e211bb8a091ab02c9e53e7b901f1efbd data/create/advancements/recipes/create.base/crafting/kinetics/white_sail.json +ea80606f44b28da43ffcd0d8b0d775f4d135d7de data/create/advancements/recipes/create.base/crafting/kinetics/white_sailfrom_conversion.json +c60164c566ae69770bca1298827f1b9cd29b10b6 data/create/advancements/recipes/create.base/crafting/kinetics/windmill_bearing.json +88bab58867cbd501b0362695540abfb0c224c47e data/create/advancements/recipes/create.base/crafting/kinetics/wooden_bracket.json +dd61958220601f34fdacc349f3caf286d450896e data/create/advancements/recipes/create.base/crafting/kinetics/wrench.json +ddd41210dfa2d30b3872c9798b677746bc4e5426 data/create/advancements/recipes/create.base/crafting/logistics/andesite_funnel.json +e7820ca532f075b43b4fea791ad64ab290f25bdc data/create/advancements/recipes/create.base/crafting/logistics/andesite_tunnel.json +79e47eb39470f604b3f26ef8af82d3e64611514e data/create/advancements/recipes/create.base/crafting/logistics/brass_funnel.json +756a724f71c5946017b6718eb93bff7fe73d4f7f data/create/advancements/recipes/create.base/crafting/logistics/brass_tunnel.json +e136998b146cfdf213fd658012d38bf32aeedbd7 data/create/advancements/recipes/create.base/crafting/logistics/content_observer.json +cfe99716b3f963dc05675fcc0eb2b26c24269702 data/create/advancements/recipes/create.base/crafting/logistics/content_observerfrom_conversion.json +f1e6f8e73156edebafe619144e82e01c0b5ec93e data/create/advancements/recipes/create.base/crafting/logistics/display_link.json +f33284d7166e5c6e3adf1b6dca662eb97636b939 data/create/advancements/recipes/create.base/crafting/logistics/powered_latch.json +06a42ee83527fdceb7d870b0e4a67245453a2c34 data/create/advancements/recipes/create.base/crafting/logistics/powered_toggle_latch.json +2116d36fd16e586f9e4b8cdcc3e3428ad71cedb8 data/create/advancements/recipes/create.base/crafting/logistics/pulse_extender.json +c7c6ca10962f5e42da5319841fbf2866cca30dd3 data/create/advancements/recipes/create.base/crafting/logistics/pulse_repeater.json +52ad675c3aaee020376264f9580fcadf12655b21 data/create/advancements/recipes/create.base/crafting/logistics/redstone_contact.json +9d7e5cf97bb11473b78d390e936792d9d3c1c276 data/create/advancements/recipes/create.base/crafting/logistics/redstone_link.json +cfdfecd3a25123805f5e1cd7930c15d1fecd2270 data/create/advancements/recipes/create.base/crafting/logistics/stockpile_switchfrom_conversion.json +b350925f30c7309038c7f33ee81bda6ada6c4794 data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy.json +58b40049eee5cce2c5d49a0add95732eb49098d0 data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy_from_zinc.json +e35662919f851ca1c27b56cf71e61cce611a00d7 data/create/advancements/recipes/create.base/crafting/materials/brass_block_from_compacting.json +e8db20956f6bbf0a895e3d790672ae52d198fc7a data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_compacting.json +909a449ee9ec80894ba93df9be40dc3b87d13d69 data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_decompacting.json +d2823e614d4a333f725d3dce3e543f047f3adbcb data/create/advancements/recipes/create.base/crafting/materials/brass_nugget_from_decompacting.json +f7207947160f3aa549e953bc95e3a64d13bc974c data/create/advancements/recipes/create.base/crafting/materials/copper_nugget.json +2da087da9ad33e060e8122e260474d5a2ca3575c data/create/advancements/recipes/create.base/crafting/materials/electron_tube.json +43333df116133be43c8c164ddd611e2f74e5e540 data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json +2d34f50774357f9ac8a4ae2e23fb668757e09daa data/create/advancements/recipes/create.base/crafting/materials/raw_zinc_block.json +e59ad68feb5898d04394970ba9d57566b9c19d7e data/create/advancements/recipes/create.base/crafting/materials/red_sand_paper.json +43dc5381b6df36905e086e63ed497f36eff8e45d data/create/advancements/recipes/create.base/crafting/materials/rose_quartz.json +a5130418a2b8f2354fe9fd77e7c83b26e2892330 data/create/advancements/recipes/create.base/crafting/materials/rose_quartz_tilesfrom_conversion.json +2a25ea763292539970c354073b267e106a33fd0e data/create/advancements/recipes/create.base/crafting/materials/sand_paper.json +30522b55773b9f94b46345478efeff4426f88757 data/create/advancements/recipes/create.base/crafting/materials/small_rose_quartz_tilesfrom_conversion.json +26928e1e0af9e9af720d197343898ce4c236608d data/create/advancements/recipes/create.base/crafting/materials/zinc_block_from_compacting.json +d4cc3d549e64c259c5a8cd5b7afa4b0cd28cbe38 data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_compacting.json +ca5777a2ac86c304a09adeaa6fd8ba654fa859c7 data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_decompacting.json +cedbd75bbe4fa7fd0504183e284a5099bc4db39b data/create/advancements/recipes/create.base/crafting/materials/zinc_nugget_from_decompacting.json +ce2986087f7be38db504c202876c8a3c2c885555 data/create/advancements/recipes/create.base/crafting/schematics/empty_schematic.json +4180e78185f03013d8affe9d54fc761280abf8d3 data/create/advancements/recipes/create.base/crafting/schematics/schematicannon.json +8379bfe85932f3681f4a59061a1c76192c565c3c data/create/advancements/recipes/create.base/crafting/schematics/schematic_and_quill.json +ae2e2c9a612d818eab78f140799159fbc5ec0159 data/create/advancements/recipes/create.base/crafting/schematics/schematic_table.json +b3e591920caf8a45511cdfa73a24ece466bd019d data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_crushed.json +de8a70a51962a8a79c67cc8d71d9855b7ec68f12 data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_ore.json +d4b80705766e648ca07c682ef53c5e7a8b5011bb data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json +a23f39321d836b0bb175fa3ad066044af3eefb1b data/create/advancements/recipes/create.palettes/crafting/palettes/scorchia.json +de7e685c1d81e32d50bfe0445ff5062faff7cbc5 data/create/advancements/recipes/create.palettes/smelting/scoria.json +6fb78f08dcde45b763d878f69c8ea3e08cdf1ac7 data/create/advancements/recipes/decorations/smelting/glass_pane_from_framed_glass_pane.json +21eeaaa865c069d49dfb85161ea26065f949572c data/create/advancements/recipes/decorations/smelting/glass_pane_from_horizontal_framed_glass_pane.json +203c4a4e8fc1959c2e119f26d13f18db803aed06 data/create/advancements/recipes/decorations/smelting/glass_pane_from_tiled_glass_pane.json +6bdcc8384564f207c22d4240b341c8ec31188a6d data/create/advancements/recipes/decorations/smelting/glass_pane_from_vertical_framed_glass_pane.json +c070b31d39acd1f9a1f5ee9ec23d8e977a2a2be4 data/create/advancements/recipes/food/campfire_cooking/bread.json +ca0dbfc3222435fb25e9c188bd1c2e44375ca8e0 data/create/advancements/recipes/food/crafting/curiosities/cake.json +745addcb7d24943c9aa05f16ae1e3d645425093f data/create/advancements/recipes/food/smelting/bread.json +d4012346e139ef643ac4c83713cbe6b5a5beac8a data/create/advancements/recipes/food/smoking/bread.json +58edc0e6eadb9fdd15113d313e331deb15867ab1 data/create/advancements/recipes/misc/blasting/copper_ingot_from_crushed.json +c5c7a524b797c47093c17f363a805df18765e5d1 data/create/advancements/recipes/misc/blasting/gold_ingot_from_crushed.json +7330c11fcdd6de110f141ac97b497d57c4e6291b data/create/advancements/recipes/misc/blasting/iron_ingot_from_crushed.json +37b0c39f4cd0f1c983b78f6d6c0bafd766595da5 data/create/advancements/recipes/misc/crafting/appliances/slime_ball.json +1c4b5bceed1aed2f09c4544cefe71fae4d1fc1bb data/create/advancements/recipes/misc/crafting/materials/copper_ingot.json +22506522c5debb2db0f9dc6df6094aadcc0a3aa1 data/create/advancements/recipes/misc/smelting/copper_ingot_from_crushed.json +57ac07b3fb4e1213b02eb81ff914be19e53ae174 data/create/advancements/recipes/misc/smelting/gold_ingot_from_crushed.json +adf07902937c70d3e19fbaf1bdfa368e1ce4b8bf data/create/advancements/recipes/misc/smelting/iron_ingot_from_crushed.json +5fb61ed3f88a2da15705f5672d2eca002b44b065 data/create/advancements/recipes/transportation/crafting/kinetics/furnace_minecart_from_contraption_cart.json +ab7d109fd99b2e6b84941955529941eea15196af data/create/advancements/recipes/transportation/crafting/kinetics/minecart_from_contraption_cart.json +b29b0c1fe62f6c95b6d4a21275f1586f40013bcf data/create/recipes/blasting/copper_ingot_from_crushed.json +c2368a9a8dde7619cd987ce3c33d2c2deb629b16 data/create/recipes/blasting/gold_ingot_from_crushed.json +bb8c899cde88835ee342e38374b3d548b2b0f340 data/create/recipes/blasting/ingot_aluminum_compat_immersiveengineering.json +1313322fabd87f36511c922392f0da0645ac1351 data/create/recipes/blasting/ingot_lead_compat_immersiveengineering.json +7e3956eab328182a87fc98ddce6b30730a48e2e7 data/create/recipes/blasting/ingot_lead_compat_mekanism.json +2cac4e1a6a054e21f731d80cc2618bf7de3ebfb6 data/create/recipes/blasting/ingot_nickel_compat_immersiveengineering.json +2497eccaa755824cd072795ab8feca07f4c6735b data/create/recipes/blasting/ingot_osmium_compat_mekanism.json +a7055293499be92fd4ace8a420a7d8a18b95f77e data/create/recipes/blasting/ingot_silver_compat_immersiveengineering.json +c6d21bf023babf8bb9508ec25eb6679ae0a2460e data/create/recipes/blasting/ingot_tin_compat_mekanism.json +e68cade928372eb2fe095b3b8478d7aff473d70a data/create/recipes/blasting/ingot_uranium_compat_immersiveengineering.json +276e808ad08755d674b59ba725145e2bf8e2d606 data/create/recipes/blasting/ingot_uranium_compat_mekanism.json +678f1908befd670340c0f378c316627df5f3e2e7 data/create/recipes/blasting/iron_ingot_from_crushed.json +90d632ac74100f1fb1f6027b39d28d2ae90fd882 data/create/recipes/blasting/lead_ingot_compat_thermal.json +de4bdaadcde996179423bde3fb41067c28384613 data/create/recipes/blasting/nickel_ingot_compat_thermal.json +b0e7daa083c4e5cbe6865ec808b720d920dd7f21 data/create/recipes/blasting/silver_ingot_compat_thermal.json +c0d6b87a541e6d01be4a358bf6ae4a845e9c7933 data/create/recipes/blasting/tin_ingot_compat_thermal.json +6314d1aed3105209d01533e60ff768a0c54c5712 data/create/recipes/blasting/zinc_ingot_from_crushed.json +3cb807025b9ba230848119fc82ffcb704a557f37 data/create/recipes/blasting/zinc_ingot_from_ore.json +495b514e749f6325c8cd51b7ed64fcf18777f5a2 data/create/recipes/blasting/zinc_ingot_from_raw_ore.json +1ccff315d6b56db32a4843d48b369459aa0ad86d data/create/recipes/campfire_cooking/bread.json +dbb9ba88806a7b2ea0c1bd95062a0bceb3630662 data/create/recipes/crafting/appliances/copper_backtank.json +b8665ff12b3736f41dd6bd096ad6e24992be554b data/create/recipes/crafting/appliances/crafting_blueprint.json +703399ec9cbd1f5b87c1fd0d3ddcc68ddb0f1e9e data/create/recipes/crafting/appliances/diving_boots.json +c679ba53950b2844dea4418d6c84d017a32b2ad7 data/create/recipes/crafting/appliances/diving_helmet.json +206780d6050ba937571c49ae669ede12fc92f08d data/create/recipes/crafting/appliances/dough.json +e6bfe9d4b015546d970f5ece35c08a642f9167b6 data/create/recipes/crafting/appliances/linked_controller.json +7fae8ba5e9a2595b11bd35d7ae2248255c486c18 data/create/recipes/crafting/appliances/slime_ball.json +dd9f00d27d2d9e1ba971542eb6daed341e88ce42 data/create/recipes/crafting/appliances/tree_fertilizer.json +6ef7cdb7154dcb04212690d4d6ffd57f19fc4685 data/create/recipes/crafting/curiosities/brown_toolbox.json +26e24c537c5126320f617319c6a0c10a5701e868 data/create/recipes/crafting/curiosities/cake.json +2e6908eeaf1c49ea81b1538b986b19f3be5f39b8 data/create/recipes/crafting/curiosities/minecart_coupling.json +b7289088fdb01f307f41d3df29b46e0d7930ba4a data/create/recipes/crafting/curiosities/peculiar_bell.json +43b60bbdbb912f0bd8ca46aa0c415e7ab442ad0b data/create/recipes/crafting/curiosities/toolbox_dyeing.json +9402ffe97f6f2154896a367e614e61c604def8b8 data/create/recipes/crafting/kinetics/adjustable_chain_gearshift.json +1901d2f2c6ec1d436a6cf6a2500f871ea6a3cf28 data/create/recipes/crafting/kinetics/analog_lever.json +909782ff5364318ca04dad95ae2004b27d6f71f5 data/create/recipes/crafting/kinetics/andesite_ladder.json +c0caa3f8b85b78b30cd9ece6a47925627e066594 data/create/recipes/crafting/kinetics/attribute_filter.json +5b5f5c5c8054b8dca9ca18d9af8154edf5795b2b data/create/recipes/crafting/kinetics/basin.json +cdde069ac88b72e7203e53d83f80a8c1cda2af0f data/create/recipes/crafting/kinetics/belt_connector.json +af2fa71eda99d12c14802975f08fb00c00edb94c data/create/recipes/crafting/kinetics/brass_hand.json +f068350679deb440a15f0ec223f586198657e909 data/create/recipes/crafting/kinetics/cart_assembler.json +e8444504108e93355dd11a65d4e016fdfe40d08e data/create/recipes/crafting/kinetics/chute.json +2ec7bb6b9409532a56c3b1b81517aeea203f8143 data/create/recipes/crafting/kinetics/clockwork_bearing.json +49b3d9def884b1870a31f1ec5e496a1028771e1d data/create/recipes/crafting/kinetics/clutch.json +fa21d2e62568ac41bc8c1b3323b59b8ebc0bc3c0 data/create/recipes/crafting/kinetics/cogwheel.json +a07c4bc2d9013c901b14e982c3db0aafdef53fdc data/create/recipes/crafting/kinetics/controller_rail.json +737820d2794336d093ce0fa61174a6d3f2280221 data/create/recipes/crafting/kinetics/controls.json +d6e0e297dd2eecac433a4d4e2133fcc0c3d4754a data/create/recipes/crafting/kinetics/copper_valve_handle.json +f5691833e385258bc6082dfc845bcfa2eb11e919 data/create/recipes/crafting/kinetics/copper_valve_handle_from_others.json +fb46c8748a1f29d4c4aeb1cf8e5dd487cb9831b0 data/create/recipes/crafting/kinetics/crafter_slot_cover.json +825c1b3fa9f0cfe78e1881eaa53ae5c89d022f0a data/create/recipes/crafting/kinetics/cuckoo_clock.json +12291a6327d682d48a71d483fa8791404c20cdaf data/create/recipes/crafting/kinetics/deployer.json +0fd3c9f549e6ca252285e14e38f7a6671ec795b6 data/create/recipes/crafting/kinetics/depot.json +07aaa07452319b8914b4b7c10daeca2acf89fec1 data/create/recipes/crafting/kinetics/display_board.json +5a04ede3f8f8fce09a04abebb017780360685968 data/create/recipes/crafting/kinetics/empty_blaze_burner.json +9a6b9089624b678dc0f34b3c579584be48ba71ff data/create/recipes/crafting/kinetics/encased_chain_drive.json +68ee1a593eb55717d5d38e50c40a2a6a24913ff7 data/create/recipes/crafting/kinetics/encased_fan.json +701bb4c796a161349e1f344b0956fd5230e2b9ad data/create/recipes/crafting/kinetics/filter.json +021b872eab1192bcfda9a814ca4614cfe05cf87b data/create/recipes/crafting/kinetics/fluid_pipe.json +839a66494f0f217ac634369b40bdc69b2276b3dc data/create/recipes/crafting/kinetics/fluid_pipe_vertical.json +ca72642ea501dcb6f2cefda29f4848f34438fb30 data/create/recipes/crafting/kinetics/fluid_tank.json +6b3334092172648235368de8ce9ce907967c8e70 data/create/recipes/crafting/kinetics/fluid_valve.json +7fb89f262e8297c83bf1348e357ba1c2d1bcf724 data/create/recipes/crafting/kinetics/flywheel.json +fc30c2ffd4ba45371f2a6204b23703cd86af7197 data/create/recipes/crafting/kinetics/framed_glass_door.json +cce9a34f0955ebebcdac654b0305d9457b3724fe data/create/recipes/crafting/kinetics/framed_glass_trapdoor.json +951262c954db16c8b20b1da36a806222ac9c4153 data/create/recipes/crafting/kinetics/furnace_minecart_from_contraption_cart.json +e7099968c2ec0b9e014ae14765574f7c40aa2cd9 data/create/recipes/crafting/kinetics/gantry_carriage.json +ade723d3ee0bd30e1eca77a28b075f5cac619f02 data/create/recipes/crafting/kinetics/gantry_shaft.json +951d298137741ac40ff60d41bbc9c35363d35e04 data/create/recipes/crafting/kinetics/gearbox.json +9600d1dda33bf2a5248c8e9df55cafd37cbd39cc data/create/recipes/crafting/kinetics/gearboxfrom_conversion.json +111789890856ffeff792ecff52832a04199c763d data/create/recipes/crafting/kinetics/gearshift.json +4b1a676d8f8cd3a6c4dc56e345d7dc5ef651bf7b data/create/recipes/crafting/kinetics/goggles.json +57817abc42f5e3e37f4ba9e0ae84df7f718dc69c data/create/recipes/crafting/kinetics/hand_crank.json +fac5e5d38e5f5308a667ec2b2bf160c06613716a data/create/recipes/crafting/kinetics/hose_pulley.json +d8d9226fa3e395fabca7f62f2477379e9e1be50f data/create/recipes/crafting/kinetics/item_drain.json +60497f93df883630f06c0073a54b42a0593cb074 data/create/recipes/crafting/kinetics/item_vault.json +fd20b1e2b35706d6f353a61fb2ea75f69e0a329f data/create/recipes/crafting/kinetics/large_cogwheel.json +ef9e3965e7010273a4eb2ede07e8e59fd436cedd data/create/recipes/crafting/kinetics/large_cogwheelfrom_little.json +fe68fed5b2d3081cb3b90d11e67caa30bfefcdf5 data/create/recipes/crafting/kinetics/linear_chassis.json +6313dcdccf63832385d54533322c31f10f817f8b data/create/recipes/crafting/kinetics/linear_chassisfrom_conversion.json +4bda099afaef73d3b24dc340f3c3b7a7e0778b47 data/create/recipes/crafting/kinetics/mechanical_arm.json +a02c6b77c74b2f3c66a53a33e04764339d10e202 data/create/recipes/crafting/kinetics/mechanical_bearing.json +1ea3e37e0daf78acf54566b5380a8d730a7480c9 data/create/recipes/crafting/kinetics/mechanical_crafter.json +ee97158233fc488e920142f5a6d658b26514778f data/create/recipes/crafting/kinetics/mechanical_drill.json +d03b6a4f99ad614034fa2988a54503637c8b965b data/create/recipes/crafting/kinetics/mechanical_harvester.json +8d72b073ae4d220ca9a04a4f6ffbb018260dd6b9 data/create/recipes/crafting/kinetics/mechanical_mixer.json +97dd6d45d04a3bdac13468a0176205e22e294721 data/create/recipes/crafting/kinetics/mechanical_piston.json +333db3532e6a5c86b176a304e5dfe1d7306712cc data/create/recipes/crafting/kinetics/mechanical_plough.json +20ab2182efe192c904a65b9d3ecb61ee9a90993d data/create/recipes/crafting/kinetics/mechanical_press.json +a7dd6c89d0ad567836a5b667d3cd102c053824e9 data/create/recipes/crafting/kinetics/mechanical_pump.json +256256ddbe3d9d1d3a79ece010dcf75415ad8d31 data/create/recipes/crafting/kinetics/mechanical_saw.json +a54ed12c21d66dde0fdd7d4a004f4c063392ca95 data/create/recipes/crafting/kinetics/metal_bracket.json +0627fcc3c7fd72c4929cdaaac00dd135133544e0 data/create/recipes/crafting/kinetics/metal_girder.json +bee823d1d7d012682c1bcb71bcad8716368d9777 data/create/recipes/crafting/kinetics/millstone.json +b879ad80a9939bb8ef1b20a22d72a328e943615c data/create/recipes/crafting/kinetics/minecart_from_contraption_cart.json +280a84432472c6b9f3146526bdfb9c64981c228f data/create/recipes/crafting/kinetics/mysterious_cuckoo_clock.json +9e48ebc432a2f21b9e8f10714adbb96121167e2e data/create/recipes/crafting/kinetics/nixie_tube.json +8ba11e1ae93e8afa7c203e9dd69cc081796da3cf data/create/recipes/crafting/kinetics/nozzle.json +7ac9f6d3a0ea7ebddad200b33a728f1c754509e4 data/create/recipes/crafting/kinetics/piston_extension_pole.json +89cdd21d898a08ee42ca2c04d9eacbeffc830750 data/create/recipes/crafting/kinetics/placard.json +a9fdd02eac8fa5620912ea85c4460be00688c324 data/create/recipes/crafting/kinetics/portable_fluid_interface.json +8b596eda0bd364aaa96db5e69ac0b409d2ca48f2 data/create/recipes/crafting/kinetics/portable_storage_interface.json +61871f78b7f134c261485ec575c49de143ca8b2c data/create/recipes/crafting/kinetics/propeller.json +9bd6ae7c0ef6e0d3aa34106b6e79f773edc92fdc data/create/recipes/crafting/kinetics/radial_chassis.json +3a8c93fd5036671eb9b5e8d463666e201d31f4f4 data/create/recipes/crafting/kinetics/rope_pulley.json +1609f5814143e6c6bed344684195f50b97bbfc3c data/create/recipes/crafting/kinetics/rose_quartz_lamp.json +a34a64195876a2334f274584cf170b9f3bc42d77 data/create/recipes/crafting/kinetics/rotation_speed_controller.json +a85b372b60956600c26374bde7abd50eb4aa85b5 data/create/recipes/crafting/kinetics/sail_framefrom_conversion.json +9d2b082574901473fefab6237654cb2e25e6119f data/create/recipes/crafting/kinetics/schedule.json +9a6fdc0523c7ff2728589d9bc0b147d9da5a0cf9 data/create/recipes/crafting/kinetics/secondary_linear_chassisfrom_conversion.json +42073ff286455037402fd929cd94c7274fe36fda data/create/recipes/crafting/kinetics/sequenced_gearshift.json +a190c616240e0d5f510005669c2797ef544f4367 data/create/recipes/crafting/kinetics/shaft.json +7a165cbad55e9c580bb1c7e61c2165b12db5022c data/create/recipes/crafting/kinetics/smart_chute.json +4ea696d24035279e0e54c4a6a01178fbbaab74b8 data/create/recipes/crafting/kinetics/smart_fluid_pipe.json +76005ce6fdef128e38e93e72108830ce6449ef50 data/create/recipes/crafting/kinetics/speedometer.json +99eb689bb0a02e0a44775ad1069bc698d6ad21f8 data/create/recipes/crafting/kinetics/speedometerfrom_conversion.json +988f6c0034cfc80fa2bd73116d0405c9916b1392 data/create/recipes/crafting/kinetics/spout.json +47d03aec5f819e76907005d139e17ebf809d5d7c data/create/recipes/crafting/kinetics/steam_engine.json +14903135afc43f3979d2b731541105d5f4d5333e data/create/recipes/crafting/kinetics/steam_whistle.json +dde7f31762f0cb16e61ff3215b0892daeaadd6a8 data/create/recipes/crafting/kinetics/sticker.json +7b8a6c791a89ef9661088d7cd5822cdd3ca27326 data/create/recipes/crafting/kinetics/sticky_mechanical_piston.json +3830a9d6a1cb8586aa146a64f10efc57eba8292f data/create/recipes/crafting/kinetics/stressometerfrom_conversion.json +06718c38f6f0c5d33655f808b9c8ae5aa340875e data/create/recipes/crafting/kinetics/super_glue.json +f92276b774c42d676abf05564c28599d96814459 data/create/recipes/crafting/kinetics/track_observer.json +edc418e84ae78e557c9a9214842939086ab58b5f data/create/recipes/crafting/kinetics/track_observer_from_other_plates.json +baaabf43821cb3c61ed2bf8a2431ee5ac108c923 data/create/recipes/crafting/kinetics/track_signal.json +795a3b326ed6c7dc679b4b7dc028b4aed711d78f data/create/recipes/crafting/kinetics/track_station.json +b666a65a0760e05ee0bce0cec29ee7add1858f64 data/create/recipes/crafting/kinetics/train_door.json +209092942156813b81154de79092d367f87136b4 data/create/recipes/crafting/kinetics/train_trapdoor.json +051e9a912e57dcbe12f8a711e54ed8e498bd1d93 data/create/recipes/crafting/kinetics/turntable.json +4b387b6bd8ab9897d6cb51ce1ebe6fbfe9cfabfd data/create/recipes/crafting/kinetics/vertical_gearboxfrom_conversion.json +34228c0d6ea9ad73613dd4ff661f6ab9dd66c5df data/create/recipes/crafting/kinetics/water_wheel.json +a76910afdacf010a04dcd1095ff2867d1a6a6548 data/create/recipes/crafting/kinetics/weighted_ejector.json +b3db03edb9fe3aa0bff523efc9bef08c6c205b92 data/create/recipes/crafting/kinetics/whisk.json +68b1e851f806459b9e9f788eb584407b82d4340f data/create/recipes/crafting/kinetics/white_sail.json +000d570eeeb2efa21b6f5bdb77eb6646d10af4bb data/create/recipes/crafting/kinetics/white_sailfrom_conversion.json +79d44065e5e2a4a0947d05df25e5ac075ddb4dc5 data/create/recipes/crafting/kinetics/windmill_bearing.json +c4c2a04e2949132e28c2838280ebd8ef22d3d770 data/create/recipes/crafting/kinetics/wooden_bracket.json +c8bf929c604b35ab64f90c0c4245fea2418989ad data/create/recipes/crafting/kinetics/wrench.json +81fa6d58358e053ca974d1fcc7fc5b0886370e83 data/create/recipes/crafting/logistics/andesite_funnel.json +19623c53ab3b3ebcb7f469b6521f083dcb19a749 data/create/recipes/crafting/logistics/andesite_tunnel.json +dcb067590e24905d0914f1615fdae4be6591d185 data/create/recipes/crafting/logistics/brass_funnel.json +5fd9148832345b777b4a932678e09640edd2913f data/create/recipes/crafting/logistics/brass_tunnel.json +69e68edf23b7de01095357e5fe8487603d205896 data/create/recipes/crafting/logistics/content_observer.json +1d7c944cab69013700f7a3b1662a9a8c469276fa data/create/recipes/crafting/logistics/content_observerfrom_conversion.json +20d73510c51cbd823dff5a3afc83a402b66f9cce data/create/recipes/crafting/logistics/display_link.json +98691840eb3cc967554d4175ca5f27e87ceff86a data/create/recipes/crafting/logistics/powered_latch.json +a7e0e52e6829a23236414782e1e66b2dafa336c7 data/create/recipes/crafting/logistics/powered_toggle_latch.json +690f9966db7f0cd230ccd6d022845165fc1812e9 data/create/recipes/crafting/logistics/pulse_extender.json +e6faf54c173bf7fed2a830023c70070245eb52fb data/create/recipes/crafting/logistics/pulse_repeater.json +478c7d0f63f9bf692bcb97ef224d6f1ad0f72a8a data/create/recipes/crafting/logistics/redstone_contact.json +d78395b4352d6df560d39e8edbc006fd389d18b5 data/create/recipes/crafting/logistics/redstone_link.json +f6322d1b42adb7561b2213d89b4d399eeba95b21 data/create/recipes/crafting/logistics/stockpile_switchfrom_conversion.json +98f636802918fa58fe75dad5bb7a34b771dd1e1c data/create/recipes/crafting/materials/andesite_alloy.json +2090c075d464f5d010bbf719af753563c543b26d data/create/recipes/crafting/materials/andesite_alloy_from_zinc.json +728a7148deeed0e08d4d4359832a507392fb6e3b data/create/recipes/crafting/materials/brass_block_from_compacting.json +ee8427fa3ebcfee734b3f718577c1fa740a11f1e data/create/recipes/crafting/materials/brass_ingot_from_compacting.json +2e18db2f267b6e55bb7839f9ccffa476428fb330 data/create/recipes/crafting/materials/brass_ingot_from_decompacting.json +e046761f97081d6660671e88a728d06d88336fdb data/create/recipes/crafting/materials/brass_nugget_from_decompacting.json +3a520ea04d0f40b55ae30ed6457f8372946db5c8 data/create/recipes/crafting/materials/copper_ingot.json +fd8a5b6c12d7efa480f0701647d7a44bcbf31b72 data/create/recipes/crafting/materials/copper_nugget.json +8d4048e6ec6567a806f156631f74c8e162662dec data/create/recipes/crafting/materials/electron_tube.json +12d038c14062f754103ac727375908450158258e data/create/recipes/crafting/materials/raw_zinc.json +a7c498009bd0809a6e25406e78ea6c274111ca6d data/create/recipes/crafting/materials/raw_zinc_block.json +833b7e849421269b8d0f117028a628e5bd518e86 data/create/recipes/crafting/materials/red_sand_paper.json +1cd8f6c0c4adeb14ccbf877940f456bc128a6afe data/create/recipes/crafting/materials/rose_quartz.json +601b7544d531f3bd660074d265c09498e8e32e24 data/create/recipes/crafting/materials/rose_quartz_tilesfrom_conversion.json +4b428f375bf70b7148b5e64f3cbbfadcde90af2a data/create/recipes/crafting/materials/sand_paper.json +af99275e567462ddb4da509cffdbf5be1d32ff7f data/create/recipes/crafting/materials/small_rose_quartz_tilesfrom_conversion.json +bd5f579e6e422c988cfc8c8431295cffd7a50f19 data/create/recipes/crafting/materials/zinc_block_from_compacting.json +6f5e06ad4b861021eb89e392be178c2c492a0400 data/create/recipes/crafting/materials/zinc_ingot_from_compacting.json +7dd50c655b65ed4aba0402c100e581bf1575c214 data/create/recipes/crafting/materials/zinc_ingot_from_decompacting.json +2c6feb98c32ba5fb5f91c10bf9f652062b93419a data/create/recipes/crafting/materials/zinc_nugget_from_decompacting.json +e59abb7feba1ad23b8802fef4240ba3de01ec9e9 data/create/recipes/crafting/palettes/scorchia.json +4c3ebffd6768f66ed441dc9beff23e45e9bf094f data/create/recipes/crafting/schematics/empty_schematic.json +3cfe01cdac3179433e158b3c0821f5bfc6b61271 data/create/recipes/crafting/schematics/schematicannon.json +cae056792a0dfca680970b745057b50323e722ba data/create/recipes/crafting/schematics/schematic_and_quill.json +f9a52bde9335db96923867d3ea5d5bceae6331c3 data/create/recipes/crafting/schematics/schematic_table.json +3be566c8348edd56e7f0a5abb66e9b0ebc6730e5 data/create/recipes/smelting/bread.json +7b07239bfff25c1ee802ce74dfd1300eca7dfc90 data/create/recipes/smelting/copper_ingot_from_crushed.json +b43d736230229587b24693f4059c974c83c99832 data/create/recipes/smelting/glass_from_framed_glass.json +2f4d1a869eacab3a96ea3c66fd419e7dff4b1d56 data/create/recipes/smelting/glass_from_horizontal_framed_glass.json +9e4bf66d04caf9cc9102e4f2b10d381b32be5554 data/create/recipes/smelting/glass_from_tiled_glass.json +148ccb922ddb5422edde2c067292a7f1f239a3d1 data/create/recipes/smelting/glass_from_vertical_framed_glass.json +58aef9c7b855408afa8b7b61b5c0561dab014aa0 data/create/recipes/smelting/glass_pane_from_framed_glass_pane.json +9f94ad24c77fd4f578c03599e334218f57c1c1aa data/create/recipes/smelting/glass_pane_from_horizontal_framed_glass_pane.json +ac8519dc87331facee57802dad374c0b32b8bf0c data/create/recipes/smelting/glass_pane_from_tiled_glass_pane.json +1cfea94ee0c921056a6aee8ca381be4f84b9e2e1 data/create/recipes/smelting/glass_pane_from_vertical_framed_glass_pane.json +e967f8e402bcdccf549ca0cc1adf63942ba773ea data/create/recipes/smelting/gold_ingot_from_crushed.json +6b1825325c5c4725e6d2766c8c37f6e1462ada28 data/create/recipes/smelting/ingot_aluminum_compat_immersiveengineering.json +4a9b9ec951f2bd28b2175ae8483c22e4f01a5ca3 data/create/recipes/smelting/ingot_lead_compat_immersiveengineering.json +4fbae02a1a5e31eaebe984da4b89ecf0588b8038 data/create/recipes/smelting/ingot_lead_compat_mekanism.json +2bd5ee952ee239268810faf4f775cf1cc6bd55ce data/create/recipes/smelting/ingot_nickel_compat_immersiveengineering.json +dd5505531154976c871d90adfb1e2068fb062872 data/create/recipes/smelting/ingot_osmium_compat_mekanism.json +69e16e594b634a1d0c36d976aab81a4db82762f3 data/create/recipes/smelting/ingot_silver_compat_immersiveengineering.json +f07da9dc059e0b34c8ae76b358ddc0dac3b70cdb data/create/recipes/smelting/ingot_tin_compat_mekanism.json +8769483e70a7433e8fff8032e9e00083f87bc078 data/create/recipes/smelting/ingot_uranium_compat_immersiveengineering.json +00a4e6438750a7aeadfeb656a622146110142ac0 data/create/recipes/smelting/ingot_uranium_compat_mekanism.json +080766dbc942e19e68927092deb9c247d670b755 data/create/recipes/smelting/iron_ingot_from_crushed.json +5f8104c7904280023ef6274f13929a8aef0811eb data/create/recipes/smelting/lead_ingot_compat_thermal.json +0799cca80e89b6d05e7bad5b790184d788be532d data/create/recipes/smelting/nickel_ingot_compat_thermal.json +c6527e3de9bc1de66d5540343aec49b4008cd242 data/create/recipes/smelting/scoria.json +cae57936d7bff825e12fd9a77c014e061e2eff86 data/create/recipes/smelting/silver_ingot_compat_thermal.json +44eb009ee0f8d0c59cbbe23d0cf712e679cf9e8c data/create/recipes/smelting/tin_ingot_compat_thermal.json +cb758bb5b8e811aad041f991fce2af66fffd2ce1 data/create/recipes/smelting/zinc_ingot_from_crushed.json +5e5e4c2fcd75a47e7c20a698f45ad637c6630ef8 data/create/recipes/smelting/zinc_ingot_from_ore.json +c14b00614519e77736e14ff03ef77218f1a83948 data/create/recipes/smelting/zinc_ingot_from_raw_ore.json +47768ba669cabe491e8b9da71ac7fb9766f12186 data/create/recipes/smoking/bread.json diff --git a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 new file mode 100644 index 0000000000..1a04d9d689 --- /dev/null +++ b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 @@ -0,0 +1,4600 @@ +// 1.19.2 2022-08-19T13:22:19.0141977 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] +60bbdf92d2ac9824ea6144955c74043a6005f79d assets/create/blockstates/acacia_window.json +6a67703c2697d81b7dc83e9d72a66f9c9ff08383 assets/create/blockstates/acacia_window_pane.json +c3ae87b62e81d8e9476eccd793bb1548d74c66a1 assets/create/blockstates/adjustable_chain_gearshift.json +188fb038919138844cf018d5afeeddd8808c413b assets/create/blockstates/analog_lever.json +e316413e43e67314846a706ba36201b8c4658481 assets/create/blockstates/andesite_belt_funnel.json +6cd5574ad64b212440ae07ab75b732e04ee3aab5 assets/create/blockstates/andesite_casing.json +84dacd6144568b97ae00a55525290b4f295a72e7 assets/create/blockstates/andesite_encased_cogwheel.json +c9aa3f6acdcadfcd6f0c48457ddafcdd9ff37104 assets/create/blockstates/andesite_encased_large_cogwheel.json +4946d26000065d09b51752b6ad34d0050f829a0d assets/create/blockstates/andesite_encased_shaft.json +b42ab84c580d1ff955fb7eee26008003f9f277e1 assets/create/blockstates/andesite_funnel.json +1299bde31535b381cc2d9b40f58097702bd12b92 assets/create/blockstates/andesite_ladder.json +afff577673aec43b9a596c4663024cb35127e0c3 assets/create/blockstates/andesite_pillar.json +7e6808d9128828ae470ab6bf006ff871e1f0dcd4 assets/create/blockstates/andesite_tunnel.json +86f0d13f99ea4223651e81cb632ba5101896772c assets/create/blockstates/asurine.json +7f07775d89e3bea45d7161d289daf15470e7f544 assets/create/blockstates/asurine_pillar.json +9c62e0ce5d85ac4081bc04c85db7676b996b0f12 assets/create/blockstates/basin.json +51e18c0b0d730230b84f4659fe94c81c196bc30e assets/create/blockstates/belt.json +0ea03133af234921a3313f52521d8cfd02bf5d81 assets/create/blockstates/birch_window.json +2003c43151b731bf19cae58290c63bcb3785848a assets/create/blockstates/birch_window_pane.json +c8b65faf51122eb411f5895e718869da9b260c2e assets/create/blockstates/black_nixie_tube.json +980ae9ba3f6d4e0faea8f3878985f9a9dadc0796 assets/create/blockstates/black_sail.json +da3ad0225984a0dcbfb4ed800e307e45aff5aaa1 assets/create/blockstates/black_seat.json +0083f6aa3fda2c7ebb2e5f2a032e740cf3ae3846 assets/create/blockstates/black_toolbox.json +ebd2d9541744c987eb493e86ead8ca25cfdf06a6 assets/create/blockstates/black_valve_handle.json +06ecd28cd97f4e8200dc396858695cad57b871c8 assets/create/blockstates/blaze_burner.json +37caf031254b5171a1fbfe9906f4bc65e8dbc909 assets/create/blockstates/blue_nixie_tube.json +d540f0f23e0d7c03f8e147cf3eebbaf7caec9f93 assets/create/blockstates/blue_sail.json +d2fdb432bb037de781260c789e905b223fab408c assets/create/blockstates/blue_seat.json +f91092da79b69fece9583ccc15350612f439ee1b assets/create/blockstates/blue_toolbox.json +e58b9a65b27334833c3cf57c99f645e2ea2b68ba assets/create/blockstates/blue_valve_handle.json +f88ccf59cced46a7c2965077d4c36f7db0a8e7aa assets/create/blockstates/brass_belt_funnel.json +5a2551315557447abc579cf9225e3a12d9a46641 assets/create/blockstates/brass_block.json +ac2f8f5e1d556e5c697da95729e82f107b115f09 assets/create/blockstates/brass_casing.json +bac88b313b63acfc77c25b1463276a714f22f336 assets/create/blockstates/brass_encased_cogwheel.json +8a152aeb42b1e8fc3596886124139c811976bf7b assets/create/blockstates/brass_encased_large_cogwheel.json +64008f70adf8067b5691a8a26f66d6715c73411e assets/create/blockstates/brass_encased_shaft.json +abd422776d9b3273699405c6be0a413f3f2f1a39 assets/create/blockstates/brass_funnel.json +1e8eba1ac6a0beb744f8b5feb96bbe5f3a75f214 assets/create/blockstates/brass_ladder.json +277e81dd612b3b08d6bf76616da95c9bb9493a9c assets/create/blockstates/brass_tunnel.json +debf33346bf410216f21082e1e8d07aa6250b84c assets/create/blockstates/brown_nixie_tube.json +1334fc9e71d9f2a6117f448817263467a9c695de assets/create/blockstates/brown_sail.json +19524b2c0672632e63372f405a87dbea35f1d160 assets/create/blockstates/brown_seat.json +1ffc38bf682e84aad4cb300c573375eb0cdcc434 assets/create/blockstates/brown_toolbox.json +78ee794048441269f2c8ceee43b38655a9974348 assets/create/blockstates/brown_valve_handle.json +2064534de4791b339fdcd4ef3a8129a2e233ec50 assets/create/blockstates/calcite_pillar.json +060c957b28afed9f4e0954cbef7e80cbf4b99f58 assets/create/blockstates/cart_assembler.json +c7eca70054241944171b1d4ffcba0376b071ec62 assets/create/blockstates/chocolate.json +1dbc25ad2b02467fc322c44d3c816e8194b3d330 assets/create/blockstates/chute.json +6aaece104960d0b586644085c990d051972bf8b2 assets/create/blockstates/clockwork_bearing.json +418f2519202c4159d3309834bb121d5e23a51f29 assets/create/blockstates/clutch.json +6ea849c441a5444e896cbb246c7d10862b3b6b19 assets/create/blockstates/cogwheel.json +3f61e31c5c189eda9b249c3edd519647abb0ea4d assets/create/blockstates/content_observer.json +2f1914af1078db737e338359bc8c8ac493cae050 assets/create/blockstates/controller_rail.json +8bb9865ebfa6db9a13a29c9a327c2ccc4151222d assets/create/blockstates/controls.json +134c62bbd8ea43ff54c8edb2da5ea707f0a228fe assets/create/blockstates/copper_backtank.json +33175a9b530554e42e2ac68a9761d55f7f8623cf assets/create/blockstates/copper_casing.json +736777de0eb038ff1ef9e8fe9d04c23d80239eda assets/create/blockstates/copper_ladder.json +4d3d29e8a74bf103da39e76a1466b03eb5dcf916 assets/create/blockstates/copper_shingles.json +1ea8fdb990f8cda1762ab69ac38ea3161a835227 assets/create/blockstates/copper_shingle_slab.json +7c35bb802099d6bb5d92eafd8cbb7ea146979a2e assets/create/blockstates/copper_shingle_stairs.json +9a9f03140a57a7a8903d3e1b159bdc052566a6ec assets/create/blockstates/copper_tiles.json +7db7a0d81887091ca889f40bb8a508d3098c5164 assets/create/blockstates/copper_tile_slab.json +c0b7eca017242913d156e4623147add0d03574f6 assets/create/blockstates/copper_tile_stairs.json +61538ee993b0e887d4763f2a4c75a77beb63dad8 assets/create/blockstates/copper_valve_handle.json +61aff016059d737c970202cfe22e1cf9e111fb01 assets/create/blockstates/creative_crate.json +a04c7aa7dc994b76252b0d35d0a90f8ee79c7282 assets/create/blockstates/creative_fluid_tank.json +185cf1232b3db390c24653c17c0522d8320f94a4 assets/create/blockstates/creative_motor.json +95a09387cfc61cdcf3f9eb6961b489cb5633ccb4 assets/create/blockstates/crimsite.json +45d667c79a7c22cc8f636c8c44264ba521fedbdf assets/create/blockstates/crimsite_pillar.json +41926b920da593ed2e529986304f7c4c12333402 assets/create/blockstates/crimson_window.json +cffc87d0896e1946b8bf211e282eb4cdd9b1ca5c assets/create/blockstates/crimson_window_pane.json +03dc209ae3a5e680729a98746873d41f7dad6d66 assets/create/blockstates/crushing_wheel.json +4b0e51a1c10685f7d432467339afc9c2e24793b0 assets/create/blockstates/crushing_wheel_controller.json +ba9c3ecfacbd398048440d247decffeaefc714b5 assets/create/blockstates/cuckoo_clock.json +1f6d84cba69062a1989d671c9c97317e2c2455b6 assets/create/blockstates/cut_andesite.json +cc62a6499ce8dcfc5e8695f0e8bb3c3d67f41efc assets/create/blockstates/cut_andesite_bricks.json +50d88f806122818af2ffecbd514d13ebbd21e4c9 assets/create/blockstates/cut_andesite_brick_slab.json +32d801225ea18209792921fa91618ed41794dbd0 assets/create/blockstates/cut_andesite_brick_stairs.json +3bf8204bf8c7c5b7b3c388fbc3478bb2d7c47129 assets/create/blockstates/cut_andesite_brick_wall.json +34e89a828f14383c6115954a235b19851b74f277 assets/create/blockstates/cut_andesite_slab.json +49d58ae14544d89305ddc707cf7f6a81998200fa assets/create/blockstates/cut_andesite_stairs.json +1cc235cb6c388324793ac40f7bf89df8b048faac assets/create/blockstates/cut_andesite_wall.json +13ea54a4b9b89e576879a6e23a029c6341b7c098 assets/create/blockstates/cut_asurine.json +51c22c0547ab8ed2564890afb8733bbe356899f5 assets/create/blockstates/cut_asurine_bricks.json +cf09de38f826fe000c5efe5afe56cf746125691d assets/create/blockstates/cut_asurine_brick_slab.json +1835482d5e9a59f2214336a63b12c7132ad815b4 assets/create/blockstates/cut_asurine_brick_stairs.json +c48ab37bf7a2aba676af281d29cb6a2103c72fba assets/create/blockstates/cut_asurine_brick_wall.json +1523a57124239a99da0b12a6b435c09d3d4276a5 assets/create/blockstates/cut_asurine_slab.json +cc1acf5e118f1b1e78c5bb291176008960794d59 assets/create/blockstates/cut_asurine_stairs.json +139640bf41070e8eeb48647319eee54bb6804692 assets/create/blockstates/cut_asurine_wall.json +06b8c5cf98366608c480a37e6944d0d668bc8983 assets/create/blockstates/cut_calcite.json +979c70e35d806f1f63fe3381f27d881a17f9f6be assets/create/blockstates/cut_calcite_bricks.json +a8f83cb8e1eae587f4e11e37c4cd3d0a1bbef377 assets/create/blockstates/cut_calcite_brick_slab.json +1eabb2e485aa323d317fa9648be02c12556593b7 assets/create/blockstates/cut_calcite_brick_stairs.json +a0a33df71c5d26344a7bb0dd7a4622c30cc7825f assets/create/blockstates/cut_calcite_brick_wall.json +e3ddaae92b52cc3ea230088ff23260b5c5c93017 assets/create/blockstates/cut_calcite_slab.json +80c5249eaf9504c743c427fdd1a2c7bfa0f3d48f assets/create/blockstates/cut_calcite_stairs.json +b4bbdb08d8114b6741546a0418cb54d645481c02 assets/create/blockstates/cut_calcite_wall.json +449f5180c72a028393afdac55a34e59862728224 assets/create/blockstates/cut_crimsite.json +25d731077a131d03347296c38c76b547194a6320 assets/create/blockstates/cut_crimsite_bricks.json +d2c8a3580d3578c8afe44b94d4448be3680dbdeb assets/create/blockstates/cut_crimsite_brick_slab.json +a3d9d2190a23b881dd3a7538ab248e0b0a3efa8e assets/create/blockstates/cut_crimsite_brick_stairs.json +3791c00ed477c0aaf7c5a20803a89dfc0e20f013 assets/create/blockstates/cut_crimsite_brick_wall.json +c9f19e7a976a7428b3dd58f45d734700ca1a18cd assets/create/blockstates/cut_crimsite_slab.json +1b8d4ac53dc5823083c2af605165a05b73c9ff79 assets/create/blockstates/cut_crimsite_stairs.json +484f9253ed92e963f398973a99fbeacb67ba1188 assets/create/blockstates/cut_crimsite_wall.json +c4e95ceb7914da09ebe42d539bf5d976a3d70972 assets/create/blockstates/cut_deepslate.json +75d4ef863cd85d8f3df78226177966954e02ee2b assets/create/blockstates/cut_deepslate_bricks.json +e1dc99a48b9066732fc5c62071c5ead16f34f438 assets/create/blockstates/cut_deepslate_brick_slab.json +dbb2eddaf1d4ae3e687beb611552ea4283a1e7d8 assets/create/blockstates/cut_deepslate_brick_stairs.json +91c1f3da848503067c64b966ddda22ab91ff8fd5 assets/create/blockstates/cut_deepslate_brick_wall.json +593198ffd37eae124a8366ae1d4a40b682788f92 assets/create/blockstates/cut_deepslate_slab.json +f8cd1f9002ed8593ab71af9cfb7f962625994108 assets/create/blockstates/cut_deepslate_stairs.json +c2d8060a0c830e5b8bbb084457083324b5b6f4c9 assets/create/blockstates/cut_deepslate_wall.json +aaa6ac5f4fc399c4b03a7f8de856fa7aae97e049 assets/create/blockstates/cut_diorite.json +08b6289ca8b4193c87324ca23ca081e8773fb223 assets/create/blockstates/cut_diorite_bricks.json +423f809f06fa3fd96643f068ba0d3520269b3844 assets/create/blockstates/cut_diorite_brick_slab.json +9011fb92f57e7695c4484c923dd40ecd749ff307 assets/create/blockstates/cut_diorite_brick_stairs.json +41bad89777a33737bc0365ce2c7ffc20720f9620 assets/create/blockstates/cut_diorite_brick_wall.json +b03e7cf494c53c6f24ba93d0ef531e839026932b assets/create/blockstates/cut_diorite_slab.json +95c8094204979acfb0e59c2826003e0274a02fe5 assets/create/blockstates/cut_diorite_stairs.json +e2f163d36dd5d03c0741dd2e87d8f77a0c86ae00 assets/create/blockstates/cut_diorite_wall.json +f42ca2ce8e8f657c64376759413ec611f8045531 assets/create/blockstates/cut_dripstone.json +2d696162b2085c3d5723308a8d1ccafb29660f01 assets/create/blockstates/cut_dripstone_bricks.json +9310a800fb091014e7c0a220f5f2511c1de379ad assets/create/blockstates/cut_dripstone_brick_slab.json +3ff2f65dafcb4654b99e0d65b7e851760f9a4075 assets/create/blockstates/cut_dripstone_brick_stairs.json +cafc956d8dc2053e5a0e8437c4ccde7fa24fc17e assets/create/blockstates/cut_dripstone_brick_wall.json +9cb32af3b952b841e9da94789da17cd274c3cfb9 assets/create/blockstates/cut_dripstone_slab.json +da0300f54bdfcc705beb8d84f26406be660de5de assets/create/blockstates/cut_dripstone_stairs.json +83ff3eaeb481202c77e6dbdc442b4dd195ca568c assets/create/blockstates/cut_dripstone_wall.json +bf501250fd2226838afe0baf68db08cd832e3c4f assets/create/blockstates/cut_granite.json +5c029d7ec837b3239d17ab91a70f025df1bfb124 assets/create/blockstates/cut_granite_bricks.json +773717bd5c140cf025f463c99c67efb9d27bd696 assets/create/blockstates/cut_granite_brick_slab.json +97d20b21e5b7f329c1b21b436fd0bdcaa8d173d0 assets/create/blockstates/cut_granite_brick_stairs.json +5e4175b6c89039ded48937ad1cd13d3bb2d2992a assets/create/blockstates/cut_granite_brick_wall.json +42549436ce26ad7b44f2e1cba54357b3f25bcb18 assets/create/blockstates/cut_granite_slab.json +e9d8fd028d8092e5fa0fd13cd638516f57a22d53 assets/create/blockstates/cut_granite_stairs.json +2daab523202dd2e31daeaf3b9a04cde2a7da4ca5 assets/create/blockstates/cut_granite_wall.json +0652c8b9c41acc1a8da901bd7b8b6018b3581d5b assets/create/blockstates/cut_limestone.json +508ee569f313b7e804f6268ca86f5a61851563ec assets/create/blockstates/cut_limestone_bricks.json +4efbeb34c96918e9b48dc484a82b1ef4811ed39d assets/create/blockstates/cut_limestone_brick_slab.json +11b99cf9b33d7f8de9d11cc1e405e2681682ba32 assets/create/blockstates/cut_limestone_brick_stairs.json +b6c02a9e9e47a8e521a54ef9488259267068f032 assets/create/blockstates/cut_limestone_brick_wall.json +fb63a2581211fe62344985a06feec9dcec4b1888 assets/create/blockstates/cut_limestone_slab.json +ffcca1e66718f3e78e544b5fa9954a852c095e91 assets/create/blockstates/cut_limestone_stairs.json +a1a90f84b47f96b4384fc2d60bfc48ddbb5ed179 assets/create/blockstates/cut_limestone_wall.json +1b7a133518780d4f49474a70e7f6263d6e88ff51 assets/create/blockstates/cut_ochrum.json +6f37e5e2dca3b443951131cb82c15a981a4e2005 assets/create/blockstates/cut_ochrum_bricks.json +f1e9d54a6f9f41b968f117a7be711011effa71a5 assets/create/blockstates/cut_ochrum_brick_slab.json +8d334e026e94b304a1ff1ee96097f434b50175f2 assets/create/blockstates/cut_ochrum_brick_stairs.json +e92c026ee7ab2aa35003ad475bef3d6c0e29818c assets/create/blockstates/cut_ochrum_brick_wall.json +5a61edb7d146e83d951795fae33dc306e71b2cb6 assets/create/blockstates/cut_ochrum_slab.json +b31944bf6297685acd37631083dde0889c08ede7 assets/create/blockstates/cut_ochrum_stairs.json +df33a8af1dc8cb08ddcfd22a50a305499479a4dd assets/create/blockstates/cut_ochrum_wall.json +1606d7481e56755f07e9331cf85a8d7cc9aace9a assets/create/blockstates/cut_scorchia.json +bc2a0e7f11400b8c2a03071be87dadb5edc097de assets/create/blockstates/cut_scorchia_bricks.json +43db25ebac2f5bcaa7ca9cfb6da8fcb20fad8269 assets/create/blockstates/cut_scorchia_brick_slab.json +7a80620590ba5e61967c5168f5c67ecabf09dc00 assets/create/blockstates/cut_scorchia_brick_stairs.json +e4eb79360a41bb1a7ca835d61446ea5166e4cda8 assets/create/blockstates/cut_scorchia_brick_wall.json +c0d262f54e3b2fce8bc941a2a6df71db5f0229ea assets/create/blockstates/cut_scorchia_slab.json +de2e918058e9dd7eafd085a8dec634f6a2832c21 assets/create/blockstates/cut_scorchia_stairs.json +5d2d06799b82449754f62b1d80b9ee9a24c65bad assets/create/blockstates/cut_scorchia_wall.json +76ea4f3438a3effedfc93d2bbabac0899610cd28 assets/create/blockstates/cut_scoria.json +6d9c79e1b71656a73bb69e2a9b100be59084dd2e assets/create/blockstates/cut_scoria_bricks.json +7c7dcd1fe82f3673910620c2eefebad5d0029cdf assets/create/blockstates/cut_scoria_brick_slab.json +d535b387bf0a6f9e124eed8b76d899e13699bca9 assets/create/blockstates/cut_scoria_brick_stairs.json +c426e1b5e4c77c25cd0d16d10fba0e0731673dd1 assets/create/blockstates/cut_scoria_brick_wall.json +fb692494c88358d4d8e687b216f729d6b6bd7174 assets/create/blockstates/cut_scoria_slab.json +950f43bae8f4e3220103ce0c62f444856129ca12 assets/create/blockstates/cut_scoria_stairs.json +01350030831c5b9edef0dc2c778b92f1ebc2b2fc assets/create/blockstates/cut_scoria_wall.json +c0c1c4d44eba5babe9703eca31f0279ebd11ed8e assets/create/blockstates/cut_tuff.json +9bddef4a2b4a338c15f03e2397c4cd4c3ae9e5d9 assets/create/blockstates/cut_tuff_bricks.json +11306e83915e0106d48f890df3212c3a47443a08 assets/create/blockstates/cut_tuff_brick_slab.json +e8951d94e0d3228700bcb56819928f1c179c3973 assets/create/blockstates/cut_tuff_brick_stairs.json +619340b7cf014cfb72a4b5440b90881535f16108 assets/create/blockstates/cut_tuff_brick_wall.json +3577e3f4933ea8cb7464c28e80867ce84917898d assets/create/blockstates/cut_tuff_slab.json +5673fdb02439d622c56dc0ff47a0dca98dc6d027 assets/create/blockstates/cut_tuff_stairs.json +12a46ee82536665400ec2f3befed3be58325d5c6 assets/create/blockstates/cut_tuff_wall.json +beb9e47f8d811c2146f68daf992fb805342a65cb assets/create/blockstates/cut_veridium.json +04d07986eb86ffd66baaaf9b65e02d00022e98e2 assets/create/blockstates/cut_veridium_bricks.json +952543c03e730443d85059ec43642efb089485e7 assets/create/blockstates/cut_veridium_brick_slab.json +6a033e7b5a0b26cce5956c6c7c1eff558f866cb5 assets/create/blockstates/cut_veridium_brick_stairs.json +43689138c8018b3ee9f35a11870887e9df3c8fe5 assets/create/blockstates/cut_veridium_brick_wall.json +212d8ee5dfa78802b9539640cf8b263fd5880b87 assets/create/blockstates/cut_veridium_slab.json +c11f09df4a23e951bdf9a345515183f4fac7cde3 assets/create/blockstates/cut_veridium_stairs.json +3aa6f5e613ff73952e3de00408051f92316e7f81 assets/create/blockstates/cut_veridium_wall.json +bb627b2e78dba6833cf2d357033f253fc89aa1b8 assets/create/blockstates/cyan_nixie_tube.json +f1061b8f9757374d6608fda07e301a2623e79f72 assets/create/blockstates/cyan_sail.json +538c6d95da5cc460e99c91647dac61726a91479f assets/create/blockstates/cyan_seat.json +c4d84b719762aca46cdb8decddfeb97dcc50676c assets/create/blockstates/cyan_toolbox.json +ecb885f156cab8b7fad41eadf6323a5bb2f4a203 assets/create/blockstates/cyan_valve_handle.json +f4d7f5a38db9b92399a81f49ff1787d025c6f41f assets/create/blockstates/dark_oak_window.json +a1b25bf2a5ec3cc2d6db727a3779703d2dc60bbc assets/create/blockstates/dark_oak_window_pane.json +c705f9cd47042867c87fab3a898a57152dec6dd5 assets/create/blockstates/deepslate_pillar.json +1073fe9e96ea170c81b613835064034f967945b5 assets/create/blockstates/deepslate_zinc_ore.json +d0ec99fdd534e1f3a84cc51fa914d3b74fb2c96a assets/create/blockstates/deployer.json +4f18fd003ca756417fd036bd8b66f323e0ca4852 assets/create/blockstates/depot.json +26a5a4c176e75b1f48f3eb653a45c23e606f07b4 assets/create/blockstates/diorite_pillar.json +d45d92164f81fd42cc1f8c6ba4ac25df0fca79b1 assets/create/blockstates/display_board.json +a65771f280051a884725073d14a831539bc0d658 assets/create/blockstates/display_link.json +ce43c78368724a2e1a6048c5b4e4fb45297b1593 assets/create/blockstates/dripstone_pillar.json +2fa96f480365dcbd867635eaa665d1ad5936ca65 assets/create/blockstates/encased_chain_drive.json +d47bc65703e9582cc710e6408fb565e16d3514a6 assets/create/blockstates/encased_fan.json +651f9fdb11f56d887d131be8f936f508d0b2fc1d assets/create/blockstates/encased_fluid_pipe.json +5f6c60a30889b043709066707e80a21081d98155 assets/create/blockstates/exposed_copper_shingles.json +74c8a72db3dd3fa919e29baaa8c5865f13490461 assets/create/blockstates/exposed_copper_shingle_slab.json +4e0b5a9be15f0c2861f5f6bd71bd9c2a4db2a21d assets/create/blockstates/exposed_copper_shingle_stairs.json +5299b4f7b9b3490872e8c26a6b212e14dd05fd9a assets/create/blockstates/exposed_copper_tiles.json +6ee73ff3608d51fdad6e9810feee66ed1773b81c assets/create/blockstates/exposed_copper_tile_slab.json +f93e4059876bfc6d70b9fa2bc24d8e3d6943d56f assets/create/blockstates/exposed_copper_tile_stairs.json +f1a03ede031d8c4e33a4d07c529e71936da9dc6d assets/create/blockstates/fake_track.json +21fa4a1bf4ee851e090a21c97c9a38d18cfddf0d assets/create/blockstates/fluid_pipe.json +185e6367c5c5b3632e54148c74987057cbfccaca assets/create/blockstates/fluid_tank.json +3523dd12d6940591d94171d0c27a13dda029a53b assets/create/blockstates/fluid_valve.json +dd631893f279aa1446a1c54c50014220555216a2 assets/create/blockstates/flywheel.json +a8c3ef55b001fc92ca92c73ace5f56a8c759c8aa assets/create/blockstates/framed_glass.json +6efecd71555a36cc959448e5c200dba45b0d7a07 assets/create/blockstates/framed_glass_door.json +c2cde00617b83cf9b4665da06767b52c19152da3 assets/create/blockstates/framed_glass_pane.json +769d082c3ddd34974760f9b9d387434bf8d778fc assets/create/blockstates/framed_glass_trapdoor.json +ff9f56912d8ac4069df90505232820f9c45f5e06 assets/create/blockstates/gantry_carriage.json +24d73e83808bf81957ad73ccb78c490770ab66c7 assets/create/blockstates/gantry_shaft.json +346deaaba10a03d5b25e03c2d5b88ff98dbd3a78 assets/create/blockstates/gearbox.json +8ac0d74f418d2789a61dc5b451defcd2cb2687cc assets/create/blockstates/gearshift.json +5a193991f33a1af8659192f3693e4d8d3ed0082b assets/create/blockstates/glass_fluid_pipe.json +e3f2a093c436cb65c5a7ac049a14cc4dadb22526 assets/create/blockstates/granite_pillar.json +921cf220c44a67195c90a30c4c296e65311738da assets/create/blockstates/gray_nixie_tube.json +30ba031a6b5a327d2a4caa12169676da573c2133 assets/create/blockstates/gray_sail.json +f35a502c4a5e2703e7c6811b3d2ba16a9c47d4c8 assets/create/blockstates/gray_seat.json +87457e0eddae80225dbb3145f2d120296ea1bfcd assets/create/blockstates/gray_toolbox.json +15191b6f516a8e95d968375734e9304ae595a4d8 assets/create/blockstates/gray_valve_handle.json +0f0fe2bf83f763e04cd2d7a979beb547feac3191 assets/create/blockstates/green_nixie_tube.json +0a2a5fbf2cf084e1be0426a224c291dc22a826fd assets/create/blockstates/green_sail.json +b4aede1847d204ecdb7847559066d9d2ffb66903 assets/create/blockstates/green_seat.json +6f080890b3b30c46ba9ceb382c1171940bf4966f assets/create/blockstates/green_toolbox.json +abead4f89d857eb90a33ea8a475dbfe9512b81ad assets/create/blockstates/green_valve_handle.json +bc6a79e4b6830b499d1a1313fbe9095cf522d613 assets/create/blockstates/hand_crank.json +d0b26c085df3ee5189082bc18945e5f74ee529fa assets/create/blockstates/haunted_bell.json +035dd3adaaf86510237f516d2657535da3d56d37 assets/create/blockstates/honey.json +44343f14fb6e43a93882b4f9ce0640e54876fdf8 assets/create/blockstates/horizontal_framed_glass.json +bffc2169f5fc3a8e22f8952a90767e0bb8d726b5 assets/create/blockstates/horizontal_framed_glass_pane.json +8ae52808eba950c36b75d62113e9cea9441a1a54 assets/create/blockstates/hose_pulley.json +2788ad2d29996076f7f18ab8d47e40c1ad10b348 assets/create/blockstates/item_drain.json +3e99569e978c0fe17ec18b97881434a9da1a8421 assets/create/blockstates/item_vault.json +8680e9d2a94231f4bbad87b26ab2efdb714903d3 assets/create/blockstates/jungle_window.json +ddcf1010e43c5d4a8c93aad37cc97a94343fd9f5 assets/create/blockstates/jungle_window_pane.json +e986248237013eea755bccd300f745e44d0a183f assets/create/blockstates/large_bogey.json +bf3ee4416935ba760777e0702eef28ad94332d76 assets/create/blockstates/large_cogwheel.json +ecc6a978a44636a43f12728da56268de05e9bfbd assets/create/blockstates/layered_andesite.json +8917eb8a3bb805e79bdc6a837c38f4d7b5ccc4fd assets/create/blockstates/layered_asurine.json +3198434c68e45a274c31f0c95929dd03a80ab034 assets/create/blockstates/layered_calcite.json +9ad8f8f4952d5a455871953cfcad346c2f35bb43 assets/create/blockstates/layered_crimsite.json +d601c68b678ccb2e800f5e9673f90126c0279469 assets/create/blockstates/layered_deepslate.json +832900628fe20d3572f46774b56944db800c5dfe assets/create/blockstates/layered_diorite.json +3673fc29ef06bc359bfaa291a911b81a53a0c755 assets/create/blockstates/layered_dripstone.json +704cfee4c6a706b792d75c21e60e6d9f153fc8c4 assets/create/blockstates/layered_granite.json +a6714e9ac328db3253615e31be11e2aa624e98a1 assets/create/blockstates/layered_limestone.json +46206ef278d6ae0baec15fb9fe99bfc960826a1c assets/create/blockstates/layered_ochrum.json +2b0a2aed9cec311e6a5b3b24e429be6f53a11013 assets/create/blockstates/layered_scorchia.json +fc0d3c258d8ee61c9bd16fdfc6565bce4e6df7b2 assets/create/blockstates/layered_scoria.json +ca124508c59130d21f23d7b1ef354d78bdd24dd4 assets/create/blockstates/layered_tuff.json +2ff5466f9ea3b1292c24a8ddb31666d74635c592 assets/create/blockstates/layered_veridium.json +fcf02725651ab5973fab1cfc09fdd68cb4b93579 assets/create/blockstates/lectern_controller.json +5d7e1b08b1ec7c7c11b70db11df09311fcd7cf45 assets/create/blockstates/light_blue_nixie_tube.json +f2354e8cb6086473ac97a5228b99706858dcad8a assets/create/blockstates/light_blue_sail.json +6b7045eaf9efe3a90f2d9a6785be6a5fd534b8e7 assets/create/blockstates/light_blue_seat.json +b7065e7871c3c7f1a0656c2f92f82544e606f2fb assets/create/blockstates/light_blue_toolbox.json +ba040111377ebb37488b8e889d183ee3308da1e9 assets/create/blockstates/light_blue_valve_handle.json +fa5fb2be73c7c54b70e927b66adf3f4d64c5cb6b assets/create/blockstates/light_gray_nixie_tube.json +3d95c9c4442d1bdd660bae382c72c68134db86dd assets/create/blockstates/light_gray_sail.json +8ec5144da4a49dd5b497af07b0d4b88c9c0b6cc0 assets/create/blockstates/light_gray_seat.json +35b151db396069b146d223fbe46be5b0c3dda8a9 assets/create/blockstates/light_gray_toolbox.json +a3c29d1679e783ed4d3d679c6613ad817c49e6fe assets/create/blockstates/light_gray_valve_handle.json +a6f319c803c03e34bbf841ea52d82f0f7ec7a413 assets/create/blockstates/limestone.json +7ff65e1c4c8e48a0b694cd17506a192e6a7e6e44 assets/create/blockstates/limestone_pillar.json +7f20b548dd535942b2d6f41c39de7ad4fafe637e assets/create/blockstates/lime_nixie_tube.json +ad1ec304729fd6d336c0d4d0c27c9345af636695 assets/create/blockstates/lime_sail.json +b9934a558e1b495403dc2c71ffb43cce7d396013 assets/create/blockstates/lime_seat.json +49a02f7fc16697ba1cf16cee7e45ab6bfd8b06ce assets/create/blockstates/lime_toolbox.json +29e215de4762dc3c9ae712ec135bba44657290c2 assets/create/blockstates/lime_valve_handle.json +654e845cebed82b7afbcf81380921e0a475b01e9 assets/create/blockstates/linear_chassis.json +e195e82e4d0c1fc20474535bc9068cbb77a5e175 assets/create/blockstates/lit_blaze_burner.json +296186b196af94e1ab3f7e8a3254f6d31ae47a5c assets/create/blockstates/magenta_nixie_tube.json +f150922cbed1c05fb3892d4ac91eb471234252e2 assets/create/blockstates/magenta_sail.json +bb1ab5c70647933400b3a99ef9d166ba5e3d4709 assets/create/blockstates/magenta_seat.json +fcd226c7863262d98765c701538bf9e44d2b177e assets/create/blockstates/magenta_toolbox.json +da853e67740f457e8b4489dfaf5ed645e0973e9c assets/create/blockstates/magenta_valve_handle.json +9386361f50a60bb14f397821285e64d33ed21fd2 assets/create/blockstates/mechanical_arm.json +aafb4c62ae10fd65003f05160f3e1fbddbb01c5e assets/create/blockstates/mechanical_bearing.json +be119eeeb8e0d9a9a5515dd2c49eaf91268d49b3 assets/create/blockstates/mechanical_crafter.json +d17606a48ba154490c539fb07747ddf1fc15cb89 assets/create/blockstates/mechanical_drill.json +e1defe84b150f07258f4e0629cd8baa9cdfde326 assets/create/blockstates/mechanical_harvester.json +3238f7a31049bc6a810936366bba417ed7b0e5f2 assets/create/blockstates/mechanical_mixer.json +916a6ebe785f37afbf153dc0e8fe6be264eb5425 assets/create/blockstates/mechanical_piston.json +039686cb1a0f9b3eea44ff39431ebe9c57081fc3 assets/create/blockstates/mechanical_piston_head.json +7719852bceb6e42ed00a07871ce7c7521d468911 assets/create/blockstates/mechanical_plough.json +383a36c7aebf2351de9b1f2d41552c743840bc0d assets/create/blockstates/mechanical_press.json +ed641766febe7fb28ea284609f1c76ee923faecb assets/create/blockstates/mechanical_pump.json +31d870761dd21aae90e5977df458a5a06c6ce13a assets/create/blockstates/mechanical_saw.json +884ea4362ec7ce45666a34da4ae21706a29dd1cc assets/create/blockstates/metal_bracket.json +2ccd64475bf5be5cd6e8e029277293e9f3a604cf assets/create/blockstates/metal_girder.json +2c1c3bb461ffb640fa241c69dc12d9cbdd266ffd assets/create/blockstates/metal_girder_encased_shaft.json +6e3247f54dfbfd4dccab046b2d4507ca41af87ba assets/create/blockstates/millstone.json +dc8dcde498e19cf11a81266ba422c21e298b8df5 assets/create/blockstates/minecart_anchor.json +ba9c3ecfacbd398048440d247decffeaefc714b5 assets/create/blockstates/mysterious_cuckoo_clock.json +8875635297883533de5fae78e24f7b08f5638c63 assets/create/blockstates/nixie_tube.json +2aaa022b8ee325faa3dfe6f560f04edffed2bfbf assets/create/blockstates/nozzle.json +22d97edd763e503b99ebe041eceee5f499c770f5 assets/create/blockstates/oak_window.json +7f2c5728e24d60ed2f7a095e3a954d7ca4e410e9 assets/create/blockstates/oak_window_pane.json +7e5f1947ae6886d6dbfcbb92fae69cb8e566c712 assets/create/blockstates/ochrum.json +09c9bee3d26edc4b87cb7a5042f125c439ee5956 assets/create/blockstates/ochrum_pillar.json +af4c2c4861d1410e1b7371a5bf3fe09ed3ab0077 assets/create/blockstates/orange_sail.json +aab812cecf7d10d4e7587f4dead8a98238a15f41 assets/create/blockstates/orange_seat.json +2bc30ed9907230271b4e2d0786f106f3e1e25029 assets/create/blockstates/orange_toolbox.json +9ae860d993c9392975912fd1f56c26ed92e45a99 assets/create/blockstates/orange_valve_handle.json +515ed7dae09b052f289419ba09998a23e0d7083d assets/create/blockstates/ornate_iron_window.json +8118444f37536b9104ef4818d374b0c8a7c987bf assets/create/blockstates/ornate_iron_window_pane.json +97cd78453af94f44cef1187988966626574b29d5 assets/create/blockstates/oxidized_copper_shingles.json +2ddc762b8d8558e69a2f81c028702f3a25b5e978 assets/create/blockstates/oxidized_copper_shingle_slab.json +ac536ae742c12e97bfd0b2483c87ff29f3935eaf assets/create/blockstates/oxidized_copper_shingle_stairs.json +110a6c19bcc9f044e5e982ac6e4b295b03ec0145 assets/create/blockstates/oxidized_copper_tiles.json +3f3924f0f0e368edfa04f4fdd6d6c2319276ddfe assets/create/blockstates/oxidized_copper_tile_slab.json +5e634cfb9abb06d8b29f39d751fc56b28ea5a9cd assets/create/blockstates/oxidized_copper_tile_stairs.json +36742cc6ce052ead143366d31b11e828a525c1b8 assets/create/blockstates/peculiar_bell.json +53d102e706d53cb2c0dbc0bc11da828084a43519 assets/create/blockstates/pink_nixie_tube.json +213da5c04a33ae8ae7c0a4dec9844bbb6d670e33 assets/create/blockstates/pink_sail.json +8d5c80d5dc561240dfe8d7f212ffc33ac4e0fcd8 assets/create/blockstates/pink_seat.json +90bd26c7c6933f5ebbe17b0fe58f840e2924a0f5 assets/create/blockstates/pink_toolbox.json +ffe2fe5eb76d844956d9ce4a093194421d0867dd assets/create/blockstates/pink_valve_handle.json +73c2a6e6e2e0dad1bdcf2d8b089b28dd4c72c825 assets/create/blockstates/piston_extension_pole.json +7f51f7590e5a54ced28cefedff541bda5bdff6a7 assets/create/blockstates/placard.json +c5b4aa064acbbb5f1d245427f90a0b737289edd1 assets/create/blockstates/polished_cut_andesite.json +6237aaa0179a61104a5e7d697e8ddf09fb7af906 assets/create/blockstates/polished_cut_andesite_slab.json +fad77de1ddd217f19d535fdc22e911d43a0d66cd assets/create/blockstates/polished_cut_andesite_stairs.json +6642652c1a0808b1f7814ac540036a084b221a53 assets/create/blockstates/polished_cut_andesite_wall.json +a0c74a565e2f19046bde6fafa05bb16156792f2f assets/create/blockstates/polished_cut_asurine.json +7be86a88e53bd460cd1a141f98eb5ccafee182d3 assets/create/blockstates/polished_cut_asurine_slab.json +8539a9d1ce731ea6a4c81624c4a1d2cb01387ba1 assets/create/blockstates/polished_cut_asurine_stairs.json +c9519e06513914bb357b06ea92509c31857a1b77 assets/create/blockstates/polished_cut_asurine_wall.json +8fc1585fea0153f62d7886561f1a9b5a5988f0a0 assets/create/blockstates/polished_cut_calcite.json +7185bdca350da4b60f050fc34ac7a4e005812c98 assets/create/blockstates/polished_cut_calcite_slab.json +9a68b5b11fb3daceac8d6797aced2ac7cd462921 assets/create/blockstates/polished_cut_calcite_stairs.json +34d80ba1277456fa631e193b33c7d91ffe4e46de assets/create/blockstates/polished_cut_calcite_wall.json +d4c0842c84a9dcd3efa95e17a14d3610c7c414b6 assets/create/blockstates/polished_cut_crimsite.json +5bafbbbafde7e857931f9a0a12933f0cc351c14d assets/create/blockstates/polished_cut_crimsite_slab.json +8522670b5ee6ddf51e1a2113b253155b6c7fb52c assets/create/blockstates/polished_cut_crimsite_stairs.json +dc1dd3d9cf5545178ede1cd85ca935f47d378f14 assets/create/blockstates/polished_cut_crimsite_wall.json +eccf5d912432cd73f64d523bfa6c7e2b28a6f2a2 assets/create/blockstates/polished_cut_deepslate.json +722e3b7c9fbdd9059a73a972f0ff0163f8fe5581 assets/create/blockstates/polished_cut_deepslate_slab.json +3a8114a2d37d2974d4fb20cbc85c600183ceb82d assets/create/blockstates/polished_cut_deepslate_stairs.json +38bc7e43ab9baa967a72e32b7f4558095a2d229c assets/create/blockstates/polished_cut_deepslate_wall.json +b5af822d4dccf671fc4de4cbbb88a93307bd04cb assets/create/blockstates/polished_cut_diorite.json +6c1ddabddad74e5e87894eefb16ec48287bf2b7b assets/create/blockstates/polished_cut_diorite_slab.json +98268e7de4c6ed6c461a85ea7354a928439db5a3 assets/create/blockstates/polished_cut_diorite_stairs.json +2f3acb4dfa2e8623e22445e2a314ca919d4ad9ba assets/create/blockstates/polished_cut_diorite_wall.json +5ef1f3e7975ae88f4372da41ad14dd9f58855c3d assets/create/blockstates/polished_cut_dripstone.json +4c926828672a5fe26360a31fdab21ef2228f2e77 assets/create/blockstates/polished_cut_dripstone_slab.json +93e68c5046faf6627fc38d649a1d3b9836d9309b assets/create/blockstates/polished_cut_dripstone_stairs.json +41a6f9963960baffa1365ea54c43233beb618397 assets/create/blockstates/polished_cut_dripstone_wall.json +02a6c4a79772d995da2ff7f12b8efdeb159f6847 assets/create/blockstates/polished_cut_granite.json +f8ae631cacbf4fd5aa3e6c8ca233b4ea28f310fc assets/create/blockstates/polished_cut_granite_slab.json +3dfdb08065ef18288891e75298df0be3308ebc69 assets/create/blockstates/polished_cut_granite_stairs.json +8561b98bfa38f88980289374a59303ea5dbef709 assets/create/blockstates/polished_cut_granite_wall.json +0fa262c70f813729b119bd6599ea37d2edb230c1 assets/create/blockstates/polished_cut_limestone.json +bc7786b6e9252b7a9ed4d440adf31a64f7253c06 assets/create/blockstates/polished_cut_limestone_slab.json +cc4d9d34690792a066ebb1d03b90a71b58cab8aa assets/create/blockstates/polished_cut_limestone_stairs.json +8e57227afb346a37f12d6639360657d180270d08 assets/create/blockstates/polished_cut_limestone_wall.json +56d10bcf39e02212dcb4b8c86e08b48a961a1f87 assets/create/blockstates/polished_cut_ochrum.json +4bf9a5d4dc98eb33d092d64a5a03d2a3e1c5739f assets/create/blockstates/polished_cut_ochrum_slab.json +23a5e57b70765dbf47df9c5fa1eb6afd6fe4f422 assets/create/blockstates/polished_cut_ochrum_stairs.json +4fafc0408ae9e46b14ddf9e8d5d8eede734f0ef1 assets/create/blockstates/polished_cut_ochrum_wall.json +1e0e501575232f9899653faefec48a33f94acb50 assets/create/blockstates/polished_cut_scorchia.json +3f6f2ce42d15f46c924e8cf1dd66db29c525956f assets/create/blockstates/polished_cut_scorchia_slab.json +6de9d0e9fd3b4f78e4576e4c12583bee06dbd373 assets/create/blockstates/polished_cut_scorchia_stairs.json +131e729752be02a65fd28afea409d7e6b874cfa8 assets/create/blockstates/polished_cut_scorchia_wall.json +bddd79ab8dee9fcbdd6d0ac85020c9de763d9c2c assets/create/blockstates/polished_cut_scoria.json +647fde8b0bb06e40c882712ea787bd2d81df081d assets/create/blockstates/polished_cut_scoria_slab.json +62dee08f19d66e54073176889c637ab40e1c3825 assets/create/blockstates/polished_cut_scoria_stairs.json +38a0103382679a829c673bef4d1d7c5c95ca7269 assets/create/blockstates/polished_cut_scoria_wall.json +c3302c99294ba701cd522b60a334992b67614cff assets/create/blockstates/polished_cut_tuff.json +56ae25865d219530bed066646d36da88ba4943f4 assets/create/blockstates/polished_cut_tuff_slab.json +1f7cb5e0f52d647ea1087b64ae6afd5bd3a5c732 assets/create/blockstates/polished_cut_tuff_stairs.json +054cc1565ac68207228c28d6441cbfc9fd0a54a4 assets/create/blockstates/polished_cut_tuff_wall.json +723cecea328b1d755fb2af5fa614094f49036309 assets/create/blockstates/polished_cut_veridium.json +864136dc0bd502db381852eef2535bbce15d572c assets/create/blockstates/polished_cut_veridium_slab.json +4015bfd4c8fa6ef906b3ac318406f0e35211262c assets/create/blockstates/polished_cut_veridium_stairs.json +93cec945f0c89170767cf5f48e15dd9439e4b23c assets/create/blockstates/polished_cut_veridium_wall.json +65dd096d343a3efdbe4dd795ef2f4559dcfd94f1 assets/create/blockstates/portable_fluid_interface.json +a87f617c1eed91b4e3487476374b7f66bbd06c41 assets/create/blockstates/portable_storage_interface.json +7e12b74591cb0a59c6f1875879b29537ab08f579 assets/create/blockstates/powered_latch.json +b1f5ad596067cb4c84eb53b2c7b359be76f1cfbe assets/create/blockstates/powered_shaft.json +7281bf33f8902be83eaabe8cc50e69df22e49394 assets/create/blockstates/powered_toggle_latch.json +df7af1e49c53ae99ac3f0b2fca5d948b8ea91938 assets/create/blockstates/pulley_magnet.json +89d763258c53aa12a1e0c0e586ab701f3de5a1b5 assets/create/blockstates/pulse_extender.json +81281435b8d1eeb4f1e318c6d14d49fa1fd86820 assets/create/blockstates/pulse_repeater.json +b658654aa97e8dd2c897f432a601835a3f8aca10 assets/create/blockstates/purple_nixie_tube.json +f8f9802df9c0b4e39edeefc3b1abb38255d79801 assets/create/blockstates/purple_sail.json +91b5ab66d7ec5235d278ee2bed6ddd88f39ce81d assets/create/blockstates/purple_seat.json +6aa467b3588359fdf5d7201f844193d5b70f20f7 assets/create/blockstates/purple_toolbox.json +82475c16b1578fc548d876152c866ab8dd2fd1db assets/create/blockstates/purple_valve_handle.json +3aca01f2eddb22adb1b25735b98a990bfc7220d2 assets/create/blockstates/radial_chassis.json +72faac9777be540f95f8b662a833856e0e1b8f35 assets/create/blockstates/railway_casing.json +7ce346fa18702f6fe6e2a939efcfa26eda63fe38 assets/create/blockstates/raw_zinc_block.json +ec546afd3ec8036e4393b97d535f05a86f57dbc1 assets/create/blockstates/redstone_contact.json +ff205f032b36486753dddb1f2029ef8d53e9c86f assets/create/blockstates/redstone_link.json +e3fd62e466e3e6e7bd6fc8661f764ba972a466fc assets/create/blockstates/red_nixie_tube.json +4c36b562da58ef2af57009da7cf2426059249228 assets/create/blockstates/red_sail.json +145f4e9ffaeff9be180e6c4e4989f2cf44cf0686 assets/create/blockstates/red_seat.json +380f46b7cb72b13c0f16fd4a4287a1a33adeff41 assets/create/blockstates/red_toolbox.json +09a14ebba493303b59e5b90d67c8672bf2acf595 assets/create/blockstates/red_valve_handle.json +87ab7ca62ecf24d60d7e5c61bd5af97714dad0ad assets/create/blockstates/refined_radiance_casing.json +3807bcc6ccc3dad0dbfcc8fcf260a361aa488659 assets/create/blockstates/rope.json +baa7da231c6c45d5eabaf04985d46e206a3346f8 assets/create/blockstates/rope_pulley.json +a8b42f047fe9099f81334e2e1082067de67549db assets/create/blockstates/rose_quartz_block.json +dd63fd8443a2be507281548df838d878b0c3c8c8 assets/create/blockstates/rose_quartz_lamp.json +dfe69ee57f832a2e4c576ee01bdde1617c81e46a assets/create/blockstates/rose_quartz_tiles.json +b9cbbc7c4e1d9abd312263a9a270315bd5f0106b assets/create/blockstates/rotation_speed_controller.json +5a25ecb95b7978cc487491cb24478e4d6a73e977 assets/create/blockstates/sail_frame.json +bff758cc56bece375b40c32067b903b675065328 assets/create/blockstates/schematicannon.json +505510656c77d93ecd3691e7111615193275f29e assets/create/blockstates/schematic_table.json +82c9ceb19cfc4e247fbb62a9605630ba08423efe assets/create/blockstates/scorchia.json +6fa99d5f1ff05153660f9917286d4b157eaa1b40 assets/create/blockstates/scorchia_pillar.json +8c34743564aa0473745ecec304a19e15e9e87cf2 assets/create/blockstates/scoria.json +e5aff9dc8fa5e98b060232974194afb06d497d09 assets/create/blockstates/scoria_pillar.json +9f94cca240761a9898334c7bef9849b9aff5e73e assets/create/blockstates/secondary_linear_chassis.json +3343224d6da4e75f0bc7a7634ba010a4ba54ad70 assets/create/blockstates/sequenced_gearshift.json +4c261d54117ee295b307f6ea3e56a09437631f73 assets/create/blockstates/shadow_steel_casing.json +4c67d2a1a1faea5be2a81ebc0722c32d8e2e84d6 assets/create/blockstates/shaft.json +c606f103619088e8a5afe969ba54929af480a3d2 assets/create/blockstates/small_andesite_bricks.json +c5469de5957d77fc11febaa658ee2bfb0d11b0bc assets/create/blockstates/small_andesite_brick_slab.json +ed0bcfd07959aa208085910bd3780756979c985d assets/create/blockstates/small_andesite_brick_stairs.json +78e30e63adedf1ca95261eb4010a1db45aecfe9e assets/create/blockstates/small_andesite_brick_wall.json +b9fedc13dc8cb53a8bb16ce2257ea65f0ac94a6b assets/create/blockstates/small_asurine_bricks.json +653fa70f0aa7fc319d50f72692d507ff7c59c0f4 assets/create/blockstates/small_asurine_brick_slab.json +e61a0b891729565434d6ab34aa3aeada7d189f9d assets/create/blockstates/small_asurine_brick_stairs.json +02556b916c198c683279eb4392ebaa31fb41e182 assets/create/blockstates/small_asurine_brick_wall.json +e986248237013eea755bccd300f745e44d0a183f assets/create/blockstates/small_bogey.json +031d9492dbcc5de77431e8f54b9b04db412b5690 assets/create/blockstates/small_calcite_bricks.json +898bca10ff6e5402c4b8b84e1b9ba9036b32b8bc assets/create/blockstates/small_calcite_brick_slab.json +ecc2276bdb2b24f54e31372bf207171a348e55d3 assets/create/blockstates/small_calcite_brick_stairs.json +d9dd243b5b754a487755b53609d404ac1b3fde99 assets/create/blockstates/small_calcite_brick_wall.json +3d4e0b54ffda83f7f6e08b6a745db81049d95f3b assets/create/blockstates/small_crimsite_bricks.json +4094bf00cad8dea2dd234866b482c07175802c4c assets/create/blockstates/small_crimsite_brick_slab.json +7f73a2505e2a3a98a7749fa98f4623aa2d216edd assets/create/blockstates/small_crimsite_brick_stairs.json +b477c7f1855c9eb2ef1bf672376e972678dc563f assets/create/blockstates/small_crimsite_brick_wall.json +17359d1b87399bb066cfc23002bcf0d8f71d8ccd assets/create/blockstates/small_deepslate_bricks.json +c67f32adc49f0b24b34f098a390a398813365260 assets/create/blockstates/small_deepslate_brick_slab.json +d05aed31d45ed12f8f117a9c64312b1abff8bd2f assets/create/blockstates/small_deepslate_brick_stairs.json +6952b02d8c5adf3d0d1a243221b637c50edaa287 assets/create/blockstates/small_deepslate_brick_wall.json +6c0ac59e09feb76afc078a88431442a2a6381c6c assets/create/blockstates/small_diorite_bricks.json +ee39994b434a17ec7497b271a6e0a006cf6311cb assets/create/blockstates/small_diorite_brick_slab.json +eb335cf0a857299b9cd0c4f60e00bc8e4ca7efe8 assets/create/blockstates/small_diorite_brick_stairs.json +b6f7c563c30483c749849899b96d4f0030b71df1 assets/create/blockstates/small_diorite_brick_wall.json +d51095bfb9d5758f8b3972a973fbe282569b0234 assets/create/blockstates/small_dripstone_bricks.json +3d8109d327099c65ca0fafcb5651051059cad1df assets/create/blockstates/small_dripstone_brick_slab.json +3931e24229db79115ffe2a9f3a069202b9b8dcab assets/create/blockstates/small_dripstone_brick_stairs.json +0d16cefcb8e619bc81ef65111d16d331db58d0aa assets/create/blockstates/small_dripstone_brick_wall.json +11dcaf8a6da96d178024b4c3ee76b9c373e5d082 assets/create/blockstates/small_granite_bricks.json +096b064f28fbe381e1b637d4668550851cbbb2c2 assets/create/blockstates/small_granite_brick_slab.json +e99cc3251937fbf9fc858623d5ea525ed5b79704 assets/create/blockstates/small_granite_brick_stairs.json +62f2b570ac6073c8a98369523095d2c18a353eed assets/create/blockstates/small_granite_brick_wall.json +346dbff9a84b988bd9c9af670b486b6af5e18179 assets/create/blockstates/small_limestone_bricks.json +d640eed81abaa013ed1c53d68a552f639168ae8b assets/create/blockstates/small_limestone_brick_slab.json +d470967200aa6ca618421cf375140b352c45cc90 assets/create/blockstates/small_limestone_brick_stairs.json +8d4a1eff66a3f45d595ff8371c0d1ebaa0ba1773 assets/create/blockstates/small_limestone_brick_wall.json +1464b01d4c8bd9ec56460c1250fd4bb07e936e22 assets/create/blockstates/small_ochrum_bricks.json +ddee92141e00898e8d70145cf00c0d64f56b4f48 assets/create/blockstates/small_ochrum_brick_slab.json +bad9a5820c64c125494c0eba4f6c7ebebe93341c assets/create/blockstates/small_ochrum_brick_stairs.json +ed899a18522adc70ae46185c308904c8de5b5834 assets/create/blockstates/small_ochrum_brick_wall.json +c520e9ba54ff6dfb96f7863bb093cdf15cc95ce4 assets/create/blockstates/small_rose_quartz_tiles.json +371ff795eb4e7cb1220d307abf8cb003f455cbec assets/create/blockstates/small_scorchia_bricks.json +384a1331b92b7beba988f729bb7cda42abec0172 assets/create/blockstates/small_scorchia_brick_slab.json +046a84030a23f5a40f4deac13f2e60ced436cadf assets/create/blockstates/small_scorchia_brick_stairs.json +58bc6e3bb10ed72b8cb5813a88cab300d1183b7d assets/create/blockstates/small_scorchia_brick_wall.json +0aa51dbfda8349b878e2f6c9bb3314fcfc1a9c39 assets/create/blockstates/small_scoria_bricks.json +5b227400e588abae33c1682196f098adc8006d13 assets/create/blockstates/small_scoria_brick_slab.json +51420bb12b757d3888fd1ceb5c21d83b42bd2266 assets/create/blockstates/small_scoria_brick_stairs.json +36e9bd161fa4ffe18f07153b2945cfeae55e7c0b assets/create/blockstates/small_scoria_brick_wall.json +c1f9f986dd0bfdbdee210c6c7d71981b251c27db assets/create/blockstates/small_tuff_bricks.json +8d1af444031291fe58d850ae344aaf7e97b8bd87 assets/create/blockstates/small_tuff_brick_slab.json +26879e6cadf0035c3eed4b54b3a1fdc0c080a485 assets/create/blockstates/small_tuff_brick_stairs.json +5d58ca7b81ae537454c3cdbb5fc8aacca83cff3f assets/create/blockstates/small_tuff_brick_wall.json +ad79aa8ff306695f65386fdeb44c5285547934b6 assets/create/blockstates/small_veridium_bricks.json +6226471fdcadbbf0e02704bb0e7de607e99302a8 assets/create/blockstates/small_veridium_brick_slab.json +b54200ebe65c4ad2e5661c81ba5bf939039277ca assets/create/blockstates/small_veridium_brick_stairs.json +0237d58443ca9dc2a9186c2387dd6633702a7598 assets/create/blockstates/small_veridium_brick_wall.json +4d987859e5f5a930c20e955919304088fb6fc6d1 assets/create/blockstates/smart_chute.json +4485611f21dedacfb637b7940d0ad3425c304b12 assets/create/blockstates/smart_fluid_pipe.json +a70c025de5d85180f371ff05bbdc531d8bdfaab1 assets/create/blockstates/speedometer.json +e118ee8a8be4ef171215733b7e9fcfedd64a548a assets/create/blockstates/spout.json +50c775e32c0d7ea3f5199323875f6437afe85b61 assets/create/blockstates/spruce_window.json +3c5e1e9474943200e572cf3556cdc6953369a580 assets/create/blockstates/spruce_window_pane.json +9fdb8e076be1b511a769755582657fbb8cdc723a assets/create/blockstates/steam_engine.json +a60c9c8241e40c2e28f5760c0ca6e80cfe9d59f3 assets/create/blockstates/steam_whistle.json +636ec6c7e1ef3b737edc716200f138bc63681d78 assets/create/blockstates/steam_whistle_extension.json +8865500bcd2e4d467e74edb3509850fa92a5809f assets/create/blockstates/sticker.json +bed0534e618105184bc877b104230403ca85bb58 assets/create/blockstates/sticky_mechanical_piston.json +be2ac84a015296e0717dc63bbfa9130efc0b9276 assets/create/blockstates/stockpile_switch.json +a70c025de5d85180f371ff05bbdc531d8bdfaab1 assets/create/blockstates/stressometer.json +8086f80c532fad42b37fcdc590b890ed7e8c3fe9 assets/create/blockstates/tiled_glass.json +1143ab7223c655764a81ed72ac385ea179664072 assets/create/blockstates/tiled_glass_pane.json +4ece6f758ff42664c144a23572032578b68bc320 assets/create/blockstates/track.json +0423e02613735b9b6372580c407430483dbaca92 assets/create/blockstates/track_observer.json +87bc9a64852029e4c2c12d135ff2df7a6515dadb assets/create/blockstates/track_signal.json +0a2ef17ddcff1d59f927884cb2fcc3c07b62e6e2 assets/create/blockstates/track_station.json +0adb7caefd90860e1241c1738292f8e4b09eb239 assets/create/blockstates/train_door.json +635468424f86e159628fb6f8f8e4e81f87486055 assets/create/blockstates/train_trapdoor.json +01e40ddbc83d714b543e319963ddc6b27514bccb assets/create/blockstates/tuff_pillar.json +bfb2b7eabba2e7aef4d783328c8a5a1558e7e493 assets/create/blockstates/turntable.json +7ba695698b74d35e10a65b041d00de30dc3c605f assets/create/blockstates/veridium.json +09ffd28ac9044c7c6597f9bdb75f2bd66e0f591d assets/create/blockstates/veridium_pillar.json +673ca844beebe630ab847fb4d6bf0d3b9a183ba6 assets/create/blockstates/vertical_framed_glass.json +52aa6d08d9b950c2194bf126640f684342d3b0b5 assets/create/blockstates/vertical_framed_glass_pane.json +04b90c8216a1ab87eb2158313796fa687f8c619a assets/create/blockstates/warped_window.json +116d0a8fb72bcc00bd511db7893ea3e96efda297 assets/create/blockstates/warped_window_pane.json +00089f3c08fc3e53bd38ea67caca473f9cc07848 assets/create/blockstates/water_wheel.json +2ae175c489b86b78b4646306250ca2dba66b0a5e assets/create/blockstates/waxed_copper_shingles.json +85ed36dcb0a3542e0638601116360202a9670d53 assets/create/blockstates/waxed_copper_shingle_slab.json +aaf49f1b6785e2195c5dc2e8792c99c960745f89 assets/create/blockstates/waxed_copper_shingle_stairs.json +835bfe0d2137ad60e5f8322fa4449d5c7a02187f assets/create/blockstates/waxed_copper_tiles.json +b52eda74c9000507a4f34e10fbd1a7846b66c16d assets/create/blockstates/waxed_copper_tile_slab.json +5428969f6f27213d0ec5140d911b3844b5332006 assets/create/blockstates/waxed_copper_tile_stairs.json +306b9cd1efe3abd1fcca11bc464560837fb8fdfa assets/create/blockstates/waxed_exposed_copper_shingles.json +bc8f3bb75bdb094c8372d61a68927270d3347437 assets/create/blockstates/waxed_exposed_copper_shingle_slab.json +32382e5f524b50393080fdbd2415a98ddb700c9c assets/create/blockstates/waxed_exposed_copper_shingle_stairs.json +ae92a9051f1603e7ad4f93cb668706ccffc7a85b assets/create/blockstates/waxed_exposed_copper_tiles.json +ca37c3e54d5c78a77fcb4a4aca004a34e271f246 assets/create/blockstates/waxed_exposed_copper_tile_slab.json +a864f82ccd6b3e0fa181c800da886ebd3239fb82 assets/create/blockstates/waxed_exposed_copper_tile_stairs.json +729ca65a140b3d7571a2072f7406cc5f4a2e27c5 assets/create/blockstates/waxed_oxidized_copper_shingles.json +ef99e849f9dd6ad53ddf04625c81750f11eaae1c assets/create/blockstates/waxed_oxidized_copper_shingle_slab.json +9386068220f9bb5d2f6d3cc408dc4f78f26b4eeb assets/create/blockstates/waxed_oxidized_copper_shingle_stairs.json +17acf3486e92aabc3efbe99fa1e5d7d664e6ec97 assets/create/blockstates/waxed_oxidized_copper_tiles.json +fe79f7eab017d714c0331664a3a2b5579104194e assets/create/blockstates/waxed_oxidized_copper_tile_slab.json +10bbe77a0334b5578b1ec40b398a45cf7d2bb534 assets/create/blockstates/waxed_oxidized_copper_tile_stairs.json +079acbfd6a9375899687b581f95bbe74940afce2 assets/create/blockstates/waxed_weathered_copper_shingles.json +73572bbe16957e63853ee425d8f34d98e14e4a10 assets/create/blockstates/waxed_weathered_copper_shingle_slab.json +ab05925d5bb70e53fec9c149982304f31acd2b1a assets/create/blockstates/waxed_weathered_copper_shingle_stairs.json +202b0f2e6fca9eab949f47eaa1f4ddee249a633a assets/create/blockstates/waxed_weathered_copper_tiles.json +fc1b53d3b2b1f0977069abec3c376f3f5c4cd7c8 assets/create/blockstates/waxed_weathered_copper_tile_slab.json +6cd93476a45c3b77f5eda66f68425bae486cfba8 assets/create/blockstates/waxed_weathered_copper_tile_stairs.json +c11562afd9a5f85945e521dcea5f911d1b6d13c6 assets/create/blockstates/weathered_copper_shingles.json +5a5a1e95988edb7a2b6dc6c6ba5677c2d896a5ae assets/create/blockstates/weathered_copper_shingle_slab.json +07019fc8890cb5e966a42ca636a0ab9cf71cc881 assets/create/blockstates/weathered_copper_shingle_stairs.json +236e072d9056c0dbffdf5d7d973a85a56c2c8de1 assets/create/blockstates/weathered_copper_tiles.json +fee668eb9a45dca0d287fee5811219d69f9ec3e2 assets/create/blockstates/weathered_copper_tile_slab.json +da110f382368257e15431c77164aef82e014e3f8 assets/create/blockstates/weathered_copper_tile_stairs.json +82e1fb7c4df72be25bc5645937ea6dc928411fd5 assets/create/blockstates/weighted_ejector.json +2974b34a8cfb0d4e8e010f8bd085584ea631d541 assets/create/blockstates/white_nixie_tube.json +f079469d186087d23f0d91b384040f777b0088b1 assets/create/blockstates/white_sail.json +317a6463db64b66d215d25b65ab52fe7f26ba9f8 assets/create/blockstates/white_seat.json +6cb8c82a429b54d6a87d02eec5cfd1fcd5365f1e assets/create/blockstates/white_toolbox.json +edfa0c21824f76e6d7725a379ce6392d13ebaa2a assets/create/blockstates/white_valve_handle.json +ec2720e3f1bc84304d0c81cd23ff1e155b0c2f2c assets/create/blockstates/windmill_bearing.json +d688e80dfbd5b17970814887c3698fc721981caa assets/create/blockstates/wooden_bracket.json +157942a838aa02909fb2238ad9ce77edc82f6142 assets/create/blockstates/yellow_nixie_tube.json +68b6e267e93b96dbc0596ea4a1cd26636aa0e04a assets/create/blockstates/yellow_sail.json +4face2dd50a30bda0b21742319e701e666d51f8c assets/create/blockstates/yellow_seat.json +b0d8f08968763a5f74e5cd5644377a76a9f39753 assets/create/blockstates/yellow_toolbox.json +2843dd63dd5f770dd59909b6a522d6f85cec8f3c assets/create/blockstates/yellow_valve_handle.json +e819e93fdcbe9fd9c050a052d2718ff3b3539365 assets/create/blockstates/zinc_block.json +64121dcb216381c83b4fe28aa361ea07c24c9ad0 assets/create/blockstates/zinc_ore.json +af25fce0cd0f61c6f0feaf6cfe00e92fb6d0e6e0 assets/create/lang/en_ud.json +3496fbbc3f6903761fe5a77db3f2b23c2e654bd7 assets/create/lang/en_us.json +a97e1060e00ae701a02e39cd4ef8054cf345fac4 assets/create/models/block/acacia_window.json +103e032c0b1a0a6a27c67da8c91179a564bd281c assets/create/models/block/acacia_window_pane_noside.json +fb00b627abda76ad4fea867ca57dbfadd24fffa3 assets/create/models/block/acacia_window_pane_noside_alt.json +b42003cb62b4c8f744bb8a9f1c4c57db0deaa68f assets/create/models/block/acacia_window_pane_post.json +61231ff951b3e095613714b0a85a0312564ad1d8 assets/create/models/block/acacia_window_pane_side.json +0ae11e8e2cfdb071f830540b37ffbf92e626d470 assets/create/models/block/acacia_window_pane_side_alt.json +f761bd17f9599050c988e5d682432ed8fe4ce2e2 assets/create/models/block/adjustable_chain_gearshift_end_horizontal.json +14962b0ccf4b30161debadc4083f7365005730ce assets/create/models/block/adjustable_chain_gearshift_end_horizontal_powered.json +b3395dc098640a77ff226f9c6a5c518a4d2919ff assets/create/models/block/adjustable_chain_gearshift_end_vertical.json +36f1c438e6f8f52b908b805dd9dfc40833105f96 assets/create/models/block/adjustable_chain_gearshift_end_vertical_powered.json +60bed6686367ea2baa8db38731cb20bc6960f7c6 assets/create/models/block/adjustable_chain_gearshift_middle_horizontal.json +335808e4dc9c133a4ab03ac8cdd9fa6b232561c7 assets/create/models/block/adjustable_chain_gearshift_middle_horizontal_powered.json +09ee126f785152c4e60d9077aff93647a563b6cc assets/create/models/block/adjustable_chain_gearshift_middle_vertical.json +7aa37fa87c81ae4704871710fe9ce90c70194ed4 assets/create/models/block/adjustable_chain_gearshift_middle_vertical_powered.json +b6ff6e0f4e70bd194ffb28d489587ad0c7549e9d assets/create/models/block/adjustable_chain_gearshift_single.json +998e44d53c59dd176945b936c9c0dbf733bd66c4 assets/create/models/block/adjustable_chain_gearshift_single_powered.json +a033ad7c4c73a09335bdeb3ae563facfd901a1c8 assets/create/models/block/andesite_belt_funnel_extended.json +58d2c7133de3a31a2e0719a022022786e00c8a5a assets/create/models/block/andesite_belt_funnel_extended_powered.json +e2e6c946390bf3e40815a3b6bce25c6e702b6b91 assets/create/models/block/andesite_belt_funnel_pulling.json +bb9b09581a6a7535aec03b1f621a94c49afda5e3 assets/create/models/block/andesite_belt_funnel_pulling_powered.json +8a63bee9a9a15fa751c97e7b583b16fb80c2034b assets/create/models/block/andesite_belt_funnel_pushing.json +d88e234d5a0c50049a4b22aae81176de9235982f assets/create/models/block/andesite_belt_funnel_pushing_powered.json +467dcce21b1ef913168e79b027ee54411fceb659 assets/create/models/block/andesite_belt_funnel_retracted.json +6c6d181a50e82139d682bfc9586fe50117056965 assets/create/models/block/andesite_belt_funnel_retracted_powered.json +b69b845d2a5f93ec3c2339fd5d38fa8e1360a3ee assets/create/models/block/andesite_casing.json +cfb697c3c9935bf484ffeb2f40704d7275b2bc5e assets/create/models/block/andesite_encased_cogwheel.json +e85e4623c550beb3ea88d57debebc611038b8e97 assets/create/models/block/andesite_encased_cogwheel_bottom.json +ea3d5d65aa4b11edba4a837a542be8beffb26f45 assets/create/models/block/andesite_encased_cogwheel_top.json +e963124e598c99340bbdb3ab6b67530236ff2658 assets/create/models/block/andesite_encased_cogwheel_top_bottom.json +90940a7e32e97647cc523877374540da968c0ae4 assets/create/models/block/andesite_encased_large_cogwheel.json +1041a07e89a86ae36b38748c426350c77c093348 assets/create/models/block/andesite_encased_large_cogwheel_bottom.json +31fe80580ff3e56814c675ca74a5c70cea221960 assets/create/models/block/andesite_encased_large_cogwheel_top.json +15f3dff551c508f698fff89eb35f20fc482eb4ae assets/create/models/block/andesite_encased_large_cogwheel_top_bottom.json +9c76184f7f25cbf89d38ca59f12a4c9b7e05c0d8 assets/create/models/block/andesite_funnel_horizontal_pull.json +e819df27d4de2c4b3b3451ccdf626e61a1eebd71 assets/create/models/block/andesite_funnel_horizontal_pull_powered.json +9be27e50953499461b7f463f7f4a792aec91bbd4 assets/create/models/block/andesite_funnel_horizontal_push.json +1454be0431ec6c948eb1e4762c05478baefe5660 assets/create/models/block/andesite_funnel_horizontal_push_powered.json +cb880ca2eb8514af5acb95c58176bae5e4709be3 assets/create/models/block/andesite_funnel_vertical_filterless_pull.json +16b78bd653797b67f1fae5059456ad2c506d05d2 assets/create/models/block/andesite_funnel_vertical_filterless_pull_powered.json +75b7b59f0c9e2c2cf2a89e8a749d71bc329104ca assets/create/models/block/andesite_funnel_vertical_filterless_push.json +45aed296685893b0fa7658f58e204f9cbda74a16 assets/create/models/block/andesite_funnel_vertical_filterless_push_powered.json +b39661fd20e4b3f5ab2b20cbd51af4ca98e2410e assets/create/models/block/andesite_ladder.json +338ecc4d7d7c71fec17c8370a1313049d5179bb3 assets/create/models/block/andesite_pillar.json +46d6434572f5514e9af63c7234f581d6b2a873fb assets/create/models/block/andesite_pillar_horizontal.json +c2d91fcdf2aae1291861f449f96bedbdbb9aef80 assets/create/models/block/andesite_tunnel/cross.json +793427dab4e9046143a65f9bd216c82e2255238c assets/create/models/block/andesite_tunnel/straight.json +95de25b3e0fd0cea938b447ac5d1c372d2c7aef0 assets/create/models/block/andesite_tunnel/t_left.json +11721ac2d9fb8d2e2a84468248b86ac97c8f7bd9 assets/create/models/block/andesite_tunnel/t_right.json +d29ebb7c1840ce434d1ff2797fb1ee20cca39c21 assets/create/models/block/andesite_tunnel/window.json +0a48412af05856e5bc61cafd27f2dbb50dc3bd0b assets/create/models/block/asurine.json +1c3ddf07bdd9fc5fcf7c1f35c7a06846cc1add54 assets/create/models/block/asurine_pillar.json +403efa3dcd07e94c351594cc6c5b5becc15e6690 assets/create/models/block/asurine_pillar_horizontal.json +930e154155eaba67acb96109472b6d8c502907dc assets/create/models/block/birch_window.json +3ba397e70b642bdfa458dd3046b094ccf73b42e5 assets/create/models/block/birch_window_pane_noside.json +3ff792e09a83b47640083f4da20701e47e6a46bb assets/create/models/block/birch_window_pane_noside_alt.json +ee71b0992edc2496025c22806e8de3a3243882aa assets/create/models/block/birch_window_pane_post.json +3088aa5e46cf9caa912c80a4e7791904e64e9def assets/create/models/block/birch_window_pane_side.json +cb9d3a0dbac6a884d5ce0dc82085322f8c666707 assets/create/models/block/birch_window_pane_side_alt.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/black_nixie_tube.json +62c92a681b5a86a5415cc7a70263ffdc794cdd59 assets/create/models/block/black_sail.json +443ed49b053fdd7356cd56f0495e18f2570d57d9 assets/create/models/block/black_seat.json +f48989d377de8e5067e807adf7e38da781e37ed9 assets/create/models/block/black_toolbox.json +8715787d72c3ef47c5651abcd819539bad6a96f7 assets/create/models/block/black_valve_handle.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/blue_nixie_tube.json +ddc740084aa5f387bee062bd4141ad8fadb56355 assets/create/models/block/blue_sail.json +96431b1f3a531ce89f876c9286b81838aec9b6d3 assets/create/models/block/blue_seat.json +89932aab163b14a21fffd4fab4b8b88a94163089 assets/create/models/block/blue_toolbox.json +3e052466f0b8db75779945c0f1231af9611b723e assets/create/models/block/blue_valve_handle.json +159e2b37a0866c9dbcdd6554be8a207883098168 assets/create/models/block/bracket/cog/ground_metal.json +2bdf2c31ca892be1f48a46c3116c1318dc6223ac assets/create/models/block/bracket/cog/ground_wooden.json +63d404bf4912e3294acc69ad112ccbbd64eef1de assets/create/models/block/bracket/cog/wall_metal.json +f368079ed8a762a7240d1c66fff9ec70e17279dc assets/create/models/block/bracket/cog/wall_wooden.json +b4e36f40b5c18f9d6fcf546e0a4e42734d70a81b assets/create/models/block/bracket/pipe/ground_metal.json +809132ce64d91756cd8a2604481d90dc3327b8ec assets/create/models/block/bracket/pipe/ground_wooden.json +91893fe005e8d933c76673fbc9a4b375f61dca73 assets/create/models/block/bracket/pipe/wall_metal.json +ec42bfd9670c0981ede9cb89c3da199c8d927b0d assets/create/models/block/bracket/pipe/wall_wooden.json +b628e6d5cd66a84b7efb5bb7ab5c5a06ab9a81e6 assets/create/models/block/bracket/shaft/ground_metal.json +f766eee9623c2bfa62a35e5637fcdd2a3a54cfaa assets/create/models/block/bracket/shaft/ground_wooden.json +c841b4f04c0aaf388d279f2c0f3aed128cfbafc1 assets/create/models/block/bracket/shaft/wall_metal.json +7f39cb914b74a5643567da90160a43959eabee8f assets/create/models/block/bracket/shaft/wall_wooden.json +492f3021447cf13a51e489d2af43b745f221f4f0 assets/create/models/block/brass_belt_funnel_extended.json +6f848d352a6fa91b36b25c59c7f78036aff1821f assets/create/models/block/brass_belt_funnel_extended_powered.json +62bf77afa03c1c96f071e18bd6e7a351262cd7d3 assets/create/models/block/brass_belt_funnel_pulling.json +016a94de2413b412c7e2dfe130c08c4869da1e6b assets/create/models/block/brass_belt_funnel_pulling_powered.json +3b5e7b6d31e3f7cac63ce6164a7bd93affe95690 assets/create/models/block/brass_belt_funnel_pushing.json +01237bdde4727d3ec6a1b667a12c3de2ec9c8195 assets/create/models/block/brass_belt_funnel_pushing_powered.json +295cf9044e18e1dfea4b23e981afdb918fc84311 assets/create/models/block/brass_belt_funnel_retracted.json +fb39a27228862fdb5c34acdcf91828de2ba2012d assets/create/models/block/brass_belt_funnel_retracted_powered.json +4d02b6debedd7da0c0c5082d1da93e736edd33db assets/create/models/block/brass_block.json +d2c11a9d736b8cb17b7face08f00202ecb12b4df assets/create/models/block/brass_casing.json +23d4000981b7e5d7ca5626bbd93018972a079729 assets/create/models/block/brass_encased_cogwheel.json +0333996c2e42edd3f9330fb57c58432bfc42ac9d assets/create/models/block/brass_encased_cogwheel_bottom.json +f7a8b95481c4f85c294a8a16dcee298b5d54d5ee assets/create/models/block/brass_encased_cogwheel_top.json +7634a06f5ea5b80e38550a44886acf20fab50a77 assets/create/models/block/brass_encased_cogwheel_top_bottom.json +06a1cdaf43b4b8118acd97435e9a4de7bf623023 assets/create/models/block/brass_encased_large_cogwheel.json +0d83b45a761df448c80cfe98cf4257eae5fdfe99 assets/create/models/block/brass_encased_large_cogwheel_bottom.json +179a4fca6999a775fca520436589b51b68e9bf75 assets/create/models/block/brass_encased_large_cogwheel_top.json +d32b38a238ddb4eeea8d942788f1c7056c548211 assets/create/models/block/brass_encased_large_cogwheel_top_bottom.json +92b97464dfeb4ebf3558c1888a3e3e67644c491e assets/create/models/block/brass_funnel_horizontal_pull.json +8ba56683235a30a9eaaf068894d4ac16b30d9086 assets/create/models/block/brass_funnel_horizontal_pull_powered.json +6754956f052226385403f87c12c03f0f4f3ad6f1 assets/create/models/block/brass_funnel_horizontal_push.json +7b95be3a8103138024151e59c5ba1b383b56b307 assets/create/models/block/brass_funnel_horizontal_push_powered.json +956ce081b9960a94db8f1f41fcb8b77440fec832 assets/create/models/block/brass_funnel_vertical_pull.json +d81454fa4e62248add402cc2736558bc26db8f63 assets/create/models/block/brass_funnel_vertical_pull_powered.json +c2cb02a13923c2de5ccfee53b6c06471d8a6a38a assets/create/models/block/brass_funnel_vertical_push.json +048d963708199a451dcecefcb3bd22a2b1ed7829 assets/create/models/block/brass_funnel_vertical_push_powered.json +4e4ac84ae8d864cc8a7d8e2c4d002be7d5c08304 assets/create/models/block/brass_ladder.json +69a1afc1290d909ed7a49ed845b6a61e31d6e43d assets/create/models/block/brass_tunnel/cross.json +c24b5b79c413639b1ab1e0f21274ac60db16f8c5 assets/create/models/block/brass_tunnel/straight.json +be59010a5fea25305da7a74f6e58851b73debb6e assets/create/models/block/brass_tunnel/t_left.json +9fd9eff3324ad051fabf8ce4f719a997306c0c3f assets/create/models/block/brass_tunnel/t_right.json +3f8bbc1d90909fd6927bdd6e7130c5bedfb0ca52 assets/create/models/block/brass_tunnel/window.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/brown_nixie_tube.json +50a054d1e0660d16e86cf7a520b9bf36e38401b6 assets/create/models/block/brown_sail.json +0616de192825246e6036d1f69911170438a83b81 assets/create/models/block/brown_seat.json +4226a7c5f1bfb0a75457fb4dfd22448503110e5c assets/create/models/block/brown_toolbox.json +0e1fece0854ccea20df2f0abc865e4f44af54d1a assets/create/models/block/brown_valve_handle.json +40a224ce4ea989599f7bd66bd2437ac2b98247d8 assets/create/models/block/calcite_pillar.json +141fc72bb7296c6b5a13499622c0c7384179a7fa assets/create/models/block/calcite_pillar_horizontal.json +e9d61ba17fa2619af01ef604c3f65cbe9272f010 assets/create/models/block/chocolate.json +1029bf6dac53e0c7c805ae911221722e54909f4b assets/create/models/block/clockwork_bearing.json +d8053f194ee9331288aadac94bc23fff5a63ae9c assets/create/models/block/copper_casing.json +2606721928394e80b24b5f0ff7011c1c552cfe7c assets/create/models/block/copper_ladder.json +32fdb85b5b62d5a0fb41732874c854788cdd2ba1 assets/create/models/block/copper_shingles.json +fb7fb6deebd502946ab57f1b8a9f4a6b5dd48da3 assets/create/models/block/copper_shingle_slab.json +660f61112b8e46dec5050cb0ed4ee936965a7c58 assets/create/models/block/copper_shingle_slab_top.json +5d74be967bbe9feba4b630751f13af817a733d1d assets/create/models/block/copper_shingle_stairs.json +35cb89f29ce3f8d8af13602c08ecd7afbb7cf56a assets/create/models/block/copper_shingle_stairs_inner.json +fcb9295f4f388e6d439ec9a3906ca326b6d69077 assets/create/models/block/copper_shingle_stairs_outer.json +32f06f39d0b34e4431795aa6e64f87e58dc1597b assets/create/models/block/copper_tiles.json +298c6100de02ed9f813397d8ba38c46f35035c69 assets/create/models/block/copper_tile_slab.json +d4422c2d96fb329087d1be70d8b983a8cf6c7f01 assets/create/models/block/copper_tile_slab_top.json +fca72048f916d3a3e567b385c948cc1b59711ef4 assets/create/models/block/copper_tile_stairs.json +997479b62ed3d81ab633279ecc2fabd9588a3bf3 assets/create/models/block/copper_tile_stairs_inner.json +d5c5bbfb9aaa282e11ad6e6309b1880b172ee653 assets/create/models/block/copper_tile_stairs_outer.json +fa2fa91e674eb4de440617049dae34064fd6fa39 assets/create/models/block/copper_valve_handle.json +52ae02c17509e483e35a1b6055296c3a663f85d7 assets/create/models/block/crate/creative/bottom.json +689989ecbd4d59d5836deb8adf7af1d473a377c0 assets/create/models/block/crate/creative/left.json +76dbf337d724164260e5ced19a8068bfec93c6a0 assets/create/models/block/crate/creative/right.json +c33d5810378e169bb8a86d08026ecde5fc41360a assets/create/models/block/crate/creative/single.json +82c4d25ee5c856303771c600403f365498f1ff79 assets/create/models/block/crate/creative/top.json +8baba3f0b94ff4f144b5509e8c8ee4e1a9dfaade assets/create/models/block/creative_bottom.json +7e8c982255fa390670b321d43dd661b5e582f578 assets/create/models/block/creative_bottom_window.json +5c9f883b39f844c10e9ef8695fee6525e1ae61d3 assets/create/models/block/creative_bottom_window_ne.json +bbecbd80fd08ebd92b9a9bb59ff4c0066f303e22 assets/create/models/block/creative_bottom_window_nw.json +75f823f66ba679346e240d669b65038013ecb079 assets/create/models/block/creative_bottom_window_se.json +7643c5f8b4348a0f2905f7468631de9fa426ec1a assets/create/models/block/creative_bottom_window_sw.json +4a823751f1e7e4d00267d65caeb2d49cf00b297b assets/create/models/block/creative_middle.json +91e6be60eb5def8f8ebf5c2c67a1167f6094780c assets/create/models/block/creative_middle_window.json +034f3da6f168815241e6c475723b0b365dda9ee9 assets/create/models/block/creative_middle_window_ne.json +122a8d6f56e8ef77467f2c6b154d90ca06f3b9cf assets/create/models/block/creative_middle_window_nw.json +c06d6f3e2706bd2ce04d99213ce70b91b22350ba assets/create/models/block/creative_middle_window_se.json +a0f6067903560b44ce64db9b9feb3ca8cb546756 assets/create/models/block/creative_middle_window_sw.json +283429b95655749315bc61eeb44eb9d1d101480c assets/create/models/block/creative_single.json +2b377b8219c40b48a3aad0764b842470ea0fecc0 assets/create/models/block/creative_single_window.json +677530be23b2d86d0c3e5cd99e4b3b300f977948 assets/create/models/block/creative_single_window_ne.json +cd1450b5512240a5771ae72a978d37995529f33d assets/create/models/block/creative_single_window_nw.json +bedffd9e30f340c6644e9216ab685d997dd0d2d1 assets/create/models/block/creative_single_window_se.json +1b7066b362ca4ea12b02517863ca5a7a8199575b assets/create/models/block/creative_single_window_sw.json +6e809e997c40876b1f2183e7fafd7eb5a30ab048 assets/create/models/block/creative_top.json +097574fee5e508ded5406506b9d43657094c82f5 assets/create/models/block/creative_top_window.json +606f523a14cc7ec196a0fc1d85d21c44516d0a1a assets/create/models/block/creative_top_window_ne.json +53accbd8241624398b0cca14bbd3261733e3a673 assets/create/models/block/creative_top_window_nw.json +8c8facc1969c416d7a297334f982b8ef123d7563 assets/create/models/block/creative_top_window_se.json +93ca6f95a8613e155e38f8f3c534ca054d037f9d assets/create/models/block/creative_top_window_sw.json +e0c2f1773af6768e26436bb8fe2125b3e9706587 assets/create/models/block/crimsite.json +2679b3d1594a600afc02c914f2b00cfb900b90e9 assets/create/models/block/crimsite_pillar.json +9234f132f7c179bbf23bbc74f4fddb82d8a2074b assets/create/models/block/crimsite_pillar_horizontal.json +e5bf0e7cf732ac1cba943d5d297b2167f5523db4 assets/create/models/block/crimson_window.json +4b6b2c6282ef28863707086f59a98c20db86f5dd assets/create/models/block/crimson_window_pane_noside.json +b3f403f77e3b1b44c56450e387136bca12a84a99 assets/create/models/block/crimson_window_pane_noside_alt.json +9e847f017cfff4c2c60359590d018470cfe66e18 assets/create/models/block/crimson_window_pane_post.json +117d14a1f25cc8ac633bb4cc8a81830a1c016096 assets/create/models/block/crimson_window_pane_side.json +ee13522aadfca40f856499d5c29bd86d8f4dda57 assets/create/models/block/crimson_window_pane_side_alt.json +40042ce15d51445ec71b73da34477fa735f3fdd4 assets/create/models/block/cut_andesite.json +5be7d431ac56e2ceb9e3d95589d687f757d5257c assets/create/models/block/cut_andesite_bricks.json +c78e2acf9b54d7370f12e34dcca5c71743f47d55 assets/create/models/block/cut_andesite_bricks_wall_post.json +88e3c8eadf97f772fbafe3b71c8dd27c91c0c0e3 assets/create/models/block/cut_andesite_bricks_wall_side.json +bc264e09c506418b01c6032dcab8ca28080cb70b assets/create/models/block/cut_andesite_bricks_wall_side_tall.json +fcbe246aca067dcfeef7afb4e6068b8932da8792 assets/create/models/block/cut_andesite_brick_slab.json +e384a98b54ed7317b6ad0e86cf87500491eea824 assets/create/models/block/cut_andesite_brick_slab_top.json +91699e60e29e7524271a2f87200951ee8bfeb8ef assets/create/models/block/cut_andesite_brick_stairs.json +e314e0837aed319cdf34a1aaa60f0be6ca169636 assets/create/models/block/cut_andesite_brick_stairs_inner.json +aba679c4c6a8d5afc2924d2c9c84af5a2208fde3 assets/create/models/block/cut_andesite_brick_stairs_outer.json +8c17ba39e50a440497af089f5fd85649f05bdf8c assets/create/models/block/cut_andesite_slab.json +b95ab966cf8c177c799e228759d0cd28c1cfa71f assets/create/models/block/cut_andesite_slab_top.json +81a407a5ff4393b66f784ba4ceee971c3c62de7f assets/create/models/block/cut_andesite_stairs.json +f06abcb3ce691fd30db81b40ea0430462fc972cf assets/create/models/block/cut_andesite_stairs_inner.json +84dd3522b4f68627eb50f21a6ed92616d1e49907 assets/create/models/block/cut_andesite_stairs_outer.json +57d7c709bc639f10f685e2100a980ee41a3e3599 assets/create/models/block/cut_andesite_wall_post.json +81cef9548137aaff5b6e77d417f387796f2608b2 assets/create/models/block/cut_andesite_wall_side.json +dbb99ac37333ee12b7d3859207409aa2599f28eb assets/create/models/block/cut_andesite_wall_side_tall.json +a48f77e90c1d02d5b4e6540db723f748118788e9 assets/create/models/block/cut_asurine.json +3b0b7bd63870ac19b9444ce9add9930ec9120821 assets/create/models/block/cut_asurine_bricks.json +89142424e1d702a0f2bc27829304520e48ee1eb3 assets/create/models/block/cut_asurine_bricks_wall_post.json +1f1fcf92e91b1f0d15ba389d6d25e1fba3ad8e5b assets/create/models/block/cut_asurine_bricks_wall_side.json +858d15aff53fe938304bafb52ef32e54e3d44a44 assets/create/models/block/cut_asurine_bricks_wall_side_tall.json +4107317f71d07fb1c113e056c832e963f57b41d7 assets/create/models/block/cut_asurine_brick_slab.json +fba2e8dc513184eaa9c4449471b32f206dfe425a assets/create/models/block/cut_asurine_brick_slab_top.json +72bb7b2df330f8d5981f4c12b23429d8d874362d assets/create/models/block/cut_asurine_brick_stairs.json +e753ba3830c51539565abbd9b49df9a34f97f2ff assets/create/models/block/cut_asurine_brick_stairs_inner.json +ec9182d14517ffc71749e3e016e6546db79e6800 assets/create/models/block/cut_asurine_brick_stairs_outer.json +b4512f7cef7cef0bc5f85cb955c2dec6de2cbb56 assets/create/models/block/cut_asurine_slab.json +7c1befdd97b1556e9658e968e705c9edbf1ed667 assets/create/models/block/cut_asurine_slab_top.json +d04b8a8cf9a50aa7e0b068ceb9a5a2970abc81a7 assets/create/models/block/cut_asurine_stairs.json +ee6cafd36919c335940c9e9258ce3ba149b4137f assets/create/models/block/cut_asurine_stairs_inner.json +baaad640ed0911e2a58b442f55da2006ebfcc168 assets/create/models/block/cut_asurine_stairs_outer.json +ac544a8f948119945aa21362ad26ed8b1c922b0d assets/create/models/block/cut_asurine_wall_post.json +a253210cba60f58e720598323bd0d9ed4c209b4d assets/create/models/block/cut_asurine_wall_side.json +c0c2cc13288771699a80c5c80e8e35d352cea684 assets/create/models/block/cut_asurine_wall_side_tall.json +a6b10dc7984d22cac7aa314d46ac0928a00e667b assets/create/models/block/cut_calcite.json +6230a499321b175fc441bb662e0655662b3597de assets/create/models/block/cut_calcite_bricks.json +be1462847e9001a062091162802fab2fe6737693 assets/create/models/block/cut_calcite_bricks_wall_post.json +6e6b34468a7a0786efe5f4ebd917a4640b4be6ae assets/create/models/block/cut_calcite_bricks_wall_side.json +8b10c0f4f17f3844cee6d514cc22ddc6cb056c8a assets/create/models/block/cut_calcite_bricks_wall_side_tall.json +f046be4f44936946bd3cc2ad5549d112b2e60d97 assets/create/models/block/cut_calcite_brick_slab.json +64953ca8a302ecab9311c617f69e5dcf8c138718 assets/create/models/block/cut_calcite_brick_slab_top.json +19e1b342d05d3cd69c410952dc22507c3c988c15 assets/create/models/block/cut_calcite_brick_stairs.json +18317b0a8bab345abd779f5d43f9620b73df0e67 assets/create/models/block/cut_calcite_brick_stairs_inner.json +0631d4e1bdaf724752f2e55401eb7a54af705b56 assets/create/models/block/cut_calcite_brick_stairs_outer.json +6b35e0f9e6a7e247bf38d8d6d911a2bcc53c2517 assets/create/models/block/cut_calcite_slab.json +0eec7692ee8e119c1258bdb7e852204771c2232d assets/create/models/block/cut_calcite_slab_top.json +d07ebf8982e4947852da8b2b0052f6b6000d334f assets/create/models/block/cut_calcite_stairs.json +e8b7b983168ad9f4f4fa1642ca20ff56621935db assets/create/models/block/cut_calcite_stairs_inner.json +84fa8230ce53c09252af6160175056820491060e assets/create/models/block/cut_calcite_stairs_outer.json +4f0c68b306e786208f07e6dd5c3a7ff210386cec assets/create/models/block/cut_calcite_wall_post.json +421e128177bb4dd51391e360f11ba83c5d891cd1 assets/create/models/block/cut_calcite_wall_side.json +5add4bde51bbdd7c229b05f4fabd8a769414fb79 assets/create/models/block/cut_calcite_wall_side_tall.json +2e93da554ea72b90a576bbc9230aea373d3aed0f assets/create/models/block/cut_crimsite.json +39d1a3cdd978c761bc0d67baaba82d11953fc2a0 assets/create/models/block/cut_crimsite_bricks.json +8614cb38c52447fea5245fcf295a951a977071c0 assets/create/models/block/cut_crimsite_bricks_wall_post.json +b0b16f4a2f6dd3f77ec4f65f05e9edb70a196316 assets/create/models/block/cut_crimsite_bricks_wall_side.json +ac41e5b092c6ed81d14004f9427b6151b88dc924 assets/create/models/block/cut_crimsite_bricks_wall_side_tall.json +c2474a10109d0476a46d2a509fc1cd37cd52822d assets/create/models/block/cut_crimsite_brick_slab.json +efeb149835a389409b7f94bc35765b0871ad7342 assets/create/models/block/cut_crimsite_brick_slab_top.json +e5096a1bae43341bae5706f02cd6d564b5a82502 assets/create/models/block/cut_crimsite_brick_stairs.json +af3c0018e5e12bbe0f118bc0174b6ca513ae58ae assets/create/models/block/cut_crimsite_brick_stairs_inner.json +ed30baef426f2ccf158d87111c7b53f3600bc32a assets/create/models/block/cut_crimsite_brick_stairs_outer.json +a6cdd4b227210b7487b8431b8d76bbe490636b81 assets/create/models/block/cut_crimsite_slab.json +5c585dba4dbfa9ff0a22a84aa726260cffdeebeb assets/create/models/block/cut_crimsite_slab_top.json +91f60b4277ca48dabfb5d3eebb1ed64a2681a083 assets/create/models/block/cut_crimsite_stairs.json +e6b39a0b1dbab462479fc60fab2efc6a9ceb6a55 assets/create/models/block/cut_crimsite_stairs_inner.json +9f7b4533d184ed23f955f22f039eaf7972e725ab assets/create/models/block/cut_crimsite_stairs_outer.json +4ab57a6912cc3b1d541413e45d4f524205e0ff62 assets/create/models/block/cut_crimsite_wall_post.json +5b3783862e50fde6ffffc92068900afcc066002f assets/create/models/block/cut_crimsite_wall_side.json +b59fbbfe9c6738b1f93f03d59a747f5610164c34 assets/create/models/block/cut_crimsite_wall_side_tall.json +144ec3864fb0a7981e74d357200a96033c75a2d6 assets/create/models/block/cut_deepslate.json +0d599ae1b4e9309f2a7b3362e86061e2150ba3ec assets/create/models/block/cut_deepslate_bricks.json +601894e096edbcd3d96ce0160f06e17a4efca819 assets/create/models/block/cut_deepslate_bricks_wall_post.json +42db46cb5c9c02d684c86f3a518feb3348d83fa0 assets/create/models/block/cut_deepslate_bricks_wall_side.json +c046436d59c350c6beb6b395675513c12184ffe2 assets/create/models/block/cut_deepslate_bricks_wall_side_tall.json +af8c7c652e75bf904093bbafc1cf805f842a39c9 assets/create/models/block/cut_deepslate_brick_slab.json +2a01dd0244b07f28454c061a565d1028ca7e3066 assets/create/models/block/cut_deepslate_brick_slab_top.json +62d39eec3621204de82377e74936b9cd338e8004 assets/create/models/block/cut_deepslate_brick_stairs.json +5f90dfbb45b57bd894bf03fcc6c347cb525e3a73 assets/create/models/block/cut_deepslate_brick_stairs_inner.json +512d588c77bdf5a7232826e2f4ce4b3cb991d0ce assets/create/models/block/cut_deepslate_brick_stairs_outer.json +c79ae6e97e94d36f2586865ea63f3fab43f8ccbc assets/create/models/block/cut_deepslate_slab.json +5978b93805ccf0bdd953938b34a8dd0ffdcf5565 assets/create/models/block/cut_deepslate_slab_top.json +06a508b2395c3f738d2c5651f366792ee9b9c5ec assets/create/models/block/cut_deepslate_stairs.json +c2850e9f223c459ba53d575a1ef8231589c48c0b assets/create/models/block/cut_deepslate_stairs_inner.json +309a0503e101877f88e4f7ce50835dea1d5b8281 assets/create/models/block/cut_deepslate_stairs_outer.json +6a33bd49e312300b3d294525aa67a33144dd08ae assets/create/models/block/cut_deepslate_wall_post.json +e901746d3e50fe7d9b79d268f4d02251d5cf95f4 assets/create/models/block/cut_deepslate_wall_side.json +1ef794aab31a10bf150a0015cd46e5b5f3c70042 assets/create/models/block/cut_deepslate_wall_side_tall.json +4abb502ea3f6764797641f55a2c48f4858be1ba6 assets/create/models/block/cut_diorite.json +e97babf115a4f81f8555994aba435cf76bebf7a3 assets/create/models/block/cut_diorite_bricks.json +4f7cf44e4d6431587266a4fac78c0812e99d780c assets/create/models/block/cut_diorite_bricks_wall_post.json +1f96f9e190d8e28496ce2db5712f33e449215985 assets/create/models/block/cut_diorite_bricks_wall_side.json +45246192d9cd39837b426e425fc5082422642b65 assets/create/models/block/cut_diorite_bricks_wall_side_tall.json +ab61b1b94946f315006a29113f594c234d796bee assets/create/models/block/cut_diorite_brick_slab.json +73597772386c6bbd38907cbea8db816f174a9f8f assets/create/models/block/cut_diorite_brick_slab_top.json +c9fbd953ef0789a0e9a915d5f283fd09a76784d6 assets/create/models/block/cut_diorite_brick_stairs.json +5d721f1b3f4376a91707b56950a1f9635adbe603 assets/create/models/block/cut_diorite_brick_stairs_inner.json +9a446bf02732e1873fa96d7745fced0fa04d48d6 assets/create/models/block/cut_diorite_brick_stairs_outer.json +15195975e7e0ffb7010591b957a657f492e6d59d assets/create/models/block/cut_diorite_slab.json +01c320637843dc0d8b74b48b8d6946cd663d51f6 assets/create/models/block/cut_diorite_slab_top.json +7dcbfe4dc2ec62345da660ecc6ca44056fcd64e7 assets/create/models/block/cut_diorite_stairs.json +6293b2dcef46e4a751f6f1cfedf054c387f01829 assets/create/models/block/cut_diorite_stairs_inner.json +12e8187803ede1ced8e012c3058cba15f7b60e65 assets/create/models/block/cut_diorite_stairs_outer.json +8af947b2401550a198d368e0fbaa5751680698a2 assets/create/models/block/cut_diorite_wall_post.json +29075eaaba51ba158f030c2a9583ed5ba52379c8 assets/create/models/block/cut_diorite_wall_side.json +1fb50473359147c7147ea85bc1907e6015ce06bc assets/create/models/block/cut_diorite_wall_side_tall.json +59ee053a884bc9731b4d1b01ae22e0e2b5916cfb assets/create/models/block/cut_dripstone.json +6a4b26a117f58d0187b2cc0c5b117ef71d03d4e9 assets/create/models/block/cut_dripstone_bricks.json +0bb1fa8fb9698dae61096483a01b41bf829666b0 assets/create/models/block/cut_dripstone_bricks_wall_post.json +2019fdc38b401bac72e8344d118d85049ec3efb9 assets/create/models/block/cut_dripstone_bricks_wall_side.json +ebb790b2b6f47d40c92c9bba680e82cb8f054fa9 assets/create/models/block/cut_dripstone_bricks_wall_side_tall.json +84d714b29dcb7eb95a82de8d48491413e26d5fa8 assets/create/models/block/cut_dripstone_brick_slab.json +28b0b1a641d11f8ade57c444e4c1bfd9d617f66a assets/create/models/block/cut_dripstone_brick_slab_top.json +05900c156a6341c12b366790c7e8d15e59a873f0 assets/create/models/block/cut_dripstone_brick_stairs.json +35fb2c83dc89b96951c69253f7502f78c903a9b8 assets/create/models/block/cut_dripstone_brick_stairs_inner.json +f69244c1706c95aaadd32d45a24c91ce0848509f assets/create/models/block/cut_dripstone_brick_stairs_outer.json +9e42cf588f57de5166f2a2ccdae656743c8b9481 assets/create/models/block/cut_dripstone_slab.json +0da2f782d8ad8fecd81b98c72db182b817bf19eb assets/create/models/block/cut_dripstone_slab_top.json +b3c903a1edcd1786ea51a2ccdad5734a1d04ea98 assets/create/models/block/cut_dripstone_stairs.json +876bad854314c2feb35e24869edb579d47b2ea0b assets/create/models/block/cut_dripstone_stairs_inner.json +5d7bc7e01a0c3fea7826868f5cd84d541de574f2 assets/create/models/block/cut_dripstone_stairs_outer.json +6e93261638121887dafab8cf300ddad59da347df assets/create/models/block/cut_dripstone_wall_post.json +7fab5102d7fa4cd824b9393425639d05727b2ad2 assets/create/models/block/cut_dripstone_wall_side.json +c41514cda1c9f5d942d222cbc5f6e620e367afc6 assets/create/models/block/cut_dripstone_wall_side_tall.json +dff602c8d2fcd1ceca79f90ae15dbdfbd6cb157d assets/create/models/block/cut_granite.json +31c5299a42f82992e50f711e1e33549c373bd034 assets/create/models/block/cut_granite_bricks.json +ef5a851e57cc4b9c0e625176b1256441e1c17c66 assets/create/models/block/cut_granite_bricks_wall_post.json +815e8dc551c3e813b0b2af29df23a28860de0b53 assets/create/models/block/cut_granite_bricks_wall_side.json +ba241f9c82e27dd98ba6f4e4180922388ab5d1a3 assets/create/models/block/cut_granite_bricks_wall_side_tall.json +9e00dc8fcee23548c0cebda6eadbcfc559e4c20b assets/create/models/block/cut_granite_brick_slab.json +5ad061096451f74e773c3030f96d59424aa93314 assets/create/models/block/cut_granite_brick_slab_top.json +94f8ce607aae5c04ccf9e56f177f9d69203ae879 assets/create/models/block/cut_granite_brick_stairs.json +11d511844fec3bfd05cac8b788332f2decd53021 assets/create/models/block/cut_granite_brick_stairs_inner.json +418eb6a2b52e748a26c2d1914c6c1de94106589f assets/create/models/block/cut_granite_brick_stairs_outer.json +81be5e86cbdaec4945d3ccaf6d376f69c49f40d6 assets/create/models/block/cut_granite_slab.json +f72a14e7cf3dd7d93b4462a3bee49683353dfb57 assets/create/models/block/cut_granite_slab_top.json +33bf924f01aae3a7720475f4b32b3a637e69ee36 assets/create/models/block/cut_granite_stairs.json +ab238690eb19e1de6eaf1445d2a652aef1d06de3 assets/create/models/block/cut_granite_stairs_inner.json +fb4969e562ad2039d3bad2dc57a6845d3243d453 assets/create/models/block/cut_granite_stairs_outer.json +30324ac79ec11fc73a26e0d3865fc109ae5d4943 assets/create/models/block/cut_granite_wall_post.json +2972b40134bcb15950a0118306f0251ff5e377b7 assets/create/models/block/cut_granite_wall_side.json +abbe71fd17dbb5f176553db2f6edf2f1f7d8974a assets/create/models/block/cut_granite_wall_side_tall.json +019d3c4ffb39e328b5458aee44fee90e0ecbd829 assets/create/models/block/cut_limestone.json +7eae0f9766506f713933bde9f301d2f7f2bbef13 assets/create/models/block/cut_limestone_bricks.json +817e8cf8956af36c70e4b4e30b5d141086d006dd assets/create/models/block/cut_limestone_bricks_wall_post.json +1291cacff1b0980e58b5702a84c9b87ac5ef835d assets/create/models/block/cut_limestone_bricks_wall_side.json +6c9bc8803fe17ac623bde56f85683dd2ff13c33e assets/create/models/block/cut_limestone_bricks_wall_side_tall.json +c93f33ba39c62b10dfb94c6e1c339cd4fbebffae assets/create/models/block/cut_limestone_brick_slab.json +b12a340897ba98ed732a91dbd4129db7a7188e68 assets/create/models/block/cut_limestone_brick_slab_top.json +3e90b32d95ad1cf7b8a16dae3c16724510d41490 assets/create/models/block/cut_limestone_brick_stairs.json +b2e7311667d14b2aa8c00e207f69f76207226567 assets/create/models/block/cut_limestone_brick_stairs_inner.json +aac619ec1fb8aa56f1752ad3f354f9cb128771f8 assets/create/models/block/cut_limestone_brick_stairs_outer.json +adc21af1c07edaf0573cfd2c95ebe38e50f7282c assets/create/models/block/cut_limestone_slab.json +2d1ea8fc5c8ce5549c7f7888371b6612bf0f5301 assets/create/models/block/cut_limestone_slab_top.json +c1416808a2178996be75e0a9c1cd45849fcd6646 assets/create/models/block/cut_limestone_stairs.json +6f36b838efe3f48a2e664ff1e8e8bc741986694d assets/create/models/block/cut_limestone_stairs_inner.json +3c0c1ea220299d657a4476aaedcd5602b205ce9b assets/create/models/block/cut_limestone_stairs_outer.json +40e7eee6dce223ecef0d5bd28312557cd7a443f7 assets/create/models/block/cut_limestone_wall_post.json +2b5e65e662069a5c59e702224778dd407f5d11dd assets/create/models/block/cut_limestone_wall_side.json +052f130fef646242acccbbed2b510add21e18921 assets/create/models/block/cut_limestone_wall_side_tall.json +66cb6054821d45a60ae4d4d1d904dbef0b9f7c0f assets/create/models/block/cut_ochrum.json +0a7e38e3ac32352c5b3ec56a8c26212dbbb637a3 assets/create/models/block/cut_ochrum_bricks.json +47d0c58dd190f1ea894a5ca40ea7efd54a845d3e assets/create/models/block/cut_ochrum_bricks_wall_post.json +b502b5b213996bce0a626d86414045c80921511e assets/create/models/block/cut_ochrum_bricks_wall_side.json +c3f27545b3b7654c3e7a2df6b482d1a9895ccae9 assets/create/models/block/cut_ochrum_bricks_wall_side_tall.json +ce16ec490ae8a33671502804e0b45fc42b6f228f assets/create/models/block/cut_ochrum_brick_slab.json +fcbee94fdbd96b0b3d4aa245c6c87443abd1de90 assets/create/models/block/cut_ochrum_brick_slab_top.json +827349ed3eb05f5fe700e8f5816bcd82d0347612 assets/create/models/block/cut_ochrum_brick_stairs.json +aa81d4135400eb40f891f8c41fcf7fa516ef64f1 assets/create/models/block/cut_ochrum_brick_stairs_inner.json +ecd7e1cb9cae717e35eeb58dbe482833e98f5ac0 assets/create/models/block/cut_ochrum_brick_stairs_outer.json +e23998f88eb77826f5e4d58f3f4bb41a2e09ea97 assets/create/models/block/cut_ochrum_slab.json +cd14f1abe3d0c65fbdd052f4a8e0b8fc2a15ad0e assets/create/models/block/cut_ochrum_slab_top.json +a751feb4b609df141f971e341b204e76379dcda7 assets/create/models/block/cut_ochrum_stairs.json +737affa4fe761a030e5fce2a45dc359357f8b1ad assets/create/models/block/cut_ochrum_stairs_inner.json +bed6843e39e7e771f6de151dfab0586d3ebad58c assets/create/models/block/cut_ochrum_stairs_outer.json +276196f2573c8a6578aa6600c5c5d2ef91b0cc89 assets/create/models/block/cut_ochrum_wall_post.json +df267fb690642cac139aaabefa9eab802f13ddc1 assets/create/models/block/cut_ochrum_wall_side.json +ed363b80cc61cb4d0b6fad9da855a0543ecaccc9 assets/create/models/block/cut_ochrum_wall_side_tall.json +a65a54a08d9cc3b45e2320482dc2d9e317dd4f3d assets/create/models/block/cut_scorchia.json +9c93a554ab680d7c98c648c16472b52cc2646c50 assets/create/models/block/cut_scorchia_bricks.json +615dc444bb677caa774a4e95686ac24ebe4ec6dc assets/create/models/block/cut_scorchia_bricks_wall_post.json +758a2ad6677f857fbe955c26853eadc7150c105a assets/create/models/block/cut_scorchia_bricks_wall_side.json +f918dfa0751589d18a3eb054c290f669b5c61308 assets/create/models/block/cut_scorchia_bricks_wall_side_tall.json +a032cf0a77e4f416ed153b1ffa834c065a73b2ae assets/create/models/block/cut_scorchia_brick_slab.json +716fc6ef58c240b3e6b45acf08d6e1472fe38e7c assets/create/models/block/cut_scorchia_brick_slab_top.json +b2870e5ba7c5d5053b3639bf0aa1771ee050810b assets/create/models/block/cut_scorchia_brick_stairs.json +3e8a815eabd1991039a8ad18cedc9c57f46cd097 assets/create/models/block/cut_scorchia_brick_stairs_inner.json +0a9dc3149e7219a70642c242cd86dce5ba5cf4cc assets/create/models/block/cut_scorchia_brick_stairs_outer.json +a85c4d0467c6746a8ef9c6ac0167d3e16f307d4e assets/create/models/block/cut_scorchia_slab.json +23fd6c65ea83f7ca7ef67dd7faf902c4fa662d70 assets/create/models/block/cut_scorchia_slab_top.json +e42329f6fa3aeb958d2349a5442856e9473dc6b5 assets/create/models/block/cut_scorchia_stairs.json +488974c07d241089d1079a2e194db226ca586a9a assets/create/models/block/cut_scorchia_stairs_inner.json +b651c6eaa7320431d95c67211dc1658d0576be51 assets/create/models/block/cut_scorchia_stairs_outer.json +b9a911675861fee414f82c745399a7707c258f77 assets/create/models/block/cut_scorchia_wall_post.json +e61af066960897d50dc7f7bc17f95baa962829bd assets/create/models/block/cut_scorchia_wall_side.json +846f84efddca7d51b58ebe5e3bbed78312fb052d assets/create/models/block/cut_scorchia_wall_side_tall.json +ce9dcf5b7fe58a97fab832fb98b4f5b6d3778255 assets/create/models/block/cut_scoria.json +fa3ef2bb65299c985b70f6959421e243a9ebc6d8 assets/create/models/block/cut_scoria_bricks.json +24ea1a30f68a918e6737dc8d9babe4528af5716a assets/create/models/block/cut_scoria_bricks_wall_post.json +ba7ae110d51fe510566ab42f5ead299b4409f2b7 assets/create/models/block/cut_scoria_bricks_wall_side.json +f04d12bc4e0b939bb443abcc6eb808e66c352c66 assets/create/models/block/cut_scoria_bricks_wall_side_tall.json +edf04cbfb19b6ce99c1b74a71d40cd40c8120551 assets/create/models/block/cut_scoria_brick_slab.json +f05725fd6d2764b277f01985d0e2fcbd3bf4a41e assets/create/models/block/cut_scoria_brick_slab_top.json +4bccbaef9dd9a8322087d3feb973e14d740ff27a assets/create/models/block/cut_scoria_brick_stairs.json +13f3b55dfdd97e68a6d525166618477e5bcb336d assets/create/models/block/cut_scoria_brick_stairs_inner.json +465862fb20542cae723fd72818be73aec05dad60 assets/create/models/block/cut_scoria_brick_stairs_outer.json +aeef239ca6b0eee527f75091d11d4a947740416d assets/create/models/block/cut_scoria_slab.json +5dfda9fa8117d35ebc324a5c9cb026e206e3b936 assets/create/models/block/cut_scoria_slab_top.json +dfe8dbdb6deca69d847ee46fedfefe2da98dc329 assets/create/models/block/cut_scoria_stairs.json +dacd989df05695fa8817da8d29b0fc381ac44a7a assets/create/models/block/cut_scoria_stairs_inner.json +eff46540ee57be9223011f46d40ffd92a7518616 assets/create/models/block/cut_scoria_stairs_outer.json +e0b2a94ff4b3f1c1e4282c9c8eecf2583bd7c68e assets/create/models/block/cut_scoria_wall_post.json +cf18e3fde94e3ba611f430fe527a9042a57e6936 assets/create/models/block/cut_scoria_wall_side.json +92475d7758b2bf582c585c2aafa6510f330c6f45 assets/create/models/block/cut_scoria_wall_side_tall.json +9f6543d21d9c24a429aae00511e6dbf61caf8030 assets/create/models/block/cut_tuff.json +8b3d9fe37ab7fda79ea4d90f674c525350883ba0 assets/create/models/block/cut_tuff_bricks.json +6b80481e15ff3d6eb40a42128da883c2027e0074 assets/create/models/block/cut_tuff_bricks_wall_post.json +057a34015b49565cb9858a2eea995a446ac0cfd4 assets/create/models/block/cut_tuff_bricks_wall_side.json +9f20bd04ef163076db9a8bf83c20cc802b57ae60 assets/create/models/block/cut_tuff_bricks_wall_side_tall.json +8c16599fda76c38978a2faa14f842a68fbbe4b9c assets/create/models/block/cut_tuff_brick_slab.json +696036e5900bdbb366dd49f5df71a1e701fd8ee3 assets/create/models/block/cut_tuff_brick_slab_top.json +54d4603e36be86e88d9302d61eab81e76cac1bbc assets/create/models/block/cut_tuff_brick_stairs.json +0ebb41a1ce5bf4ca86cbaf95e83cd2edf8f309ea assets/create/models/block/cut_tuff_brick_stairs_inner.json +5d5ed291db4b4bca464717c7fcde682b33d71c3f assets/create/models/block/cut_tuff_brick_stairs_outer.json +f2a904b7943555e8ec9dcc07513ca1ad9af809c3 assets/create/models/block/cut_tuff_slab.json +ea74bb8a69f6acbd520ac8922e147495e5f99f6f assets/create/models/block/cut_tuff_slab_top.json +0262700e59de947907a04fdea9974f9d7e5a22f2 assets/create/models/block/cut_tuff_stairs.json +521566105ff046f384989629401c28a9a14b5f18 assets/create/models/block/cut_tuff_stairs_inner.json +97f90b43ab4a91eb29bad2d86624072251f0f51d assets/create/models/block/cut_tuff_stairs_outer.json +54075c4d773e376bdc6edd4ab5a4a92f6a2a616f assets/create/models/block/cut_tuff_wall_post.json +8c6492dc9e09359e5bac67ae4d473cffc8f93dbb assets/create/models/block/cut_tuff_wall_side.json +f5f24066b6281303f52e25745881d5bca8c49c54 assets/create/models/block/cut_tuff_wall_side_tall.json +167e9a084987bcf7f67f655d0de88ae8ca2fcebb assets/create/models/block/cut_veridium.json +f8ab87c34f211a63525f6d386397face67460f8c assets/create/models/block/cut_veridium_bricks.json +e4e717fa8412032e184aebd1186470f41a2089c0 assets/create/models/block/cut_veridium_bricks_wall_post.json +8c40ccb8f10ef8dcda1bef46ad3490f697d178d2 assets/create/models/block/cut_veridium_bricks_wall_side.json +2c4671c66d904e15883ec3a14681b97ac537135c assets/create/models/block/cut_veridium_bricks_wall_side_tall.json +07c330c501375d5c316677edee80fb040c0fc237 assets/create/models/block/cut_veridium_brick_slab.json +4c8c660afe72e8ce9eaef53a37fdc63eb0c69513 assets/create/models/block/cut_veridium_brick_slab_top.json +f802e4ae758e2c37c3129594ce4f5d9ffcfe173d assets/create/models/block/cut_veridium_brick_stairs.json +0d60d5cd0269e05816d28fcbbd2c680fe60cd316 assets/create/models/block/cut_veridium_brick_stairs_inner.json +22656f90b55aeaeeffa448b5f061fb26b5de7b0f assets/create/models/block/cut_veridium_brick_stairs_outer.json +d736230e9b49a9fd40bc8f31df4d5144cdb429c8 assets/create/models/block/cut_veridium_slab.json +750e536c7b71dfb3a005d9b7a128ac435461e57f assets/create/models/block/cut_veridium_slab_top.json +8b05c19560e97ce15a66202717e3d32f6ee153a9 assets/create/models/block/cut_veridium_stairs.json +d6423c0fd0af4fbd929d26d6097a1722567acc9d assets/create/models/block/cut_veridium_stairs_inner.json +4ce6de4eee4502981649d7cb33b8c83ff67edb41 assets/create/models/block/cut_veridium_stairs_outer.json +579e9da7420bfb7fdd354c80534426262a941a7c assets/create/models/block/cut_veridium_wall_post.json +b2e847cee8c01791c15fcdd35787af33ebe46f0a assets/create/models/block/cut_veridium_wall_side.json +5ab4db4245b852edf985fe72595f678eb7372801 assets/create/models/block/cut_veridium_wall_side_tall.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/cyan_nixie_tube.json +27c9aff76b32e4de18d581e133fc23a8239ca412 assets/create/models/block/cyan_sail.json +01a324a92552076589e2aaaeca9d4da2d1e3b39d assets/create/models/block/cyan_seat.json +663f431fe8a02e057980cf9bcfc566eb5adc876f assets/create/models/block/cyan_toolbox.json +febd2b2f94194441fb73020b667d0398853add4a assets/create/models/block/cyan_valve_handle.json +339993f53eacf042d8caab6101eb5d4088b35746 assets/create/models/block/dark_oak_window.json +587b285c89fa05cb734b18fd7713902f13a70eb2 assets/create/models/block/dark_oak_window_pane_noside.json +f5b40036909608e120bbb9eb56b08936e59043d6 assets/create/models/block/dark_oak_window_pane_noside_alt.json +32e4addbbaaaf39eee75fc42217b23c54b45616e assets/create/models/block/dark_oak_window_pane_post.json +02afb82fc2839344c21ee5a4fb5041108b926b40 assets/create/models/block/dark_oak_window_pane_side.json +d4364dc3c1e9826f7aa2a5b04e2a35fffca3c656 assets/create/models/block/dark_oak_window_pane_side_alt.json +39f4e31b2a90ac3a5f54224918b4d58ea31e4d96 assets/create/models/block/deepslate_pillar.json +2e33bce9abbcf56c1654443e5fcb73dccbe491c4 assets/create/models/block/deepslate_pillar_horizontal.json +8cab177ae309ef996ab07e4b9039e229d0e4cf01 assets/create/models/block/deepslate_zinc_ore.json +db89bc32d0e466bc5008aa7091c682ba3aeec611 assets/create/models/block/diorite_pillar.json +a21387ab955f2b91e402b2189145f5fd6623592d assets/create/models/block/diorite_pillar_horizontal.json +44af455badc2b35a763007bba3537bda7d0ac289 assets/create/models/block/dripstone_pillar.json +1e23e3758e3311d0063c83742abb750a05021075 assets/create/models/block/dripstone_pillar_horizontal.json +19a773f91c58c49301f35965bac02d0c05fb2764 assets/create/models/block/exposed_copper_shingles.json +a3420b91fdebec40e508a5eebb145c0201bd80c8 assets/create/models/block/exposed_copper_shingle_slab.json +4178ea5e50ee17b3c15f4a59efd019c4a19bb892 assets/create/models/block/exposed_copper_shingle_slab_top.json +dd2d747774abc86e428a883e299db66cded78e11 assets/create/models/block/exposed_copper_shingle_stairs.json +b6845da62d96a33cee624bb70360e256b26eda83 assets/create/models/block/exposed_copper_shingle_stairs_inner.json +3d8b758e50e75c5adc26ab6f39f9d73f00866673 assets/create/models/block/exposed_copper_shingle_stairs_outer.json +9cb20c9d41629d8b9426cb65829365d10966338f assets/create/models/block/exposed_copper_tiles.json +cd21d9d2935b6d0103502e2731c11ea27ff64ecf assets/create/models/block/exposed_copper_tile_slab.json +0ec039ba59fb0028183433e52131ff355ace5bff assets/create/models/block/exposed_copper_tile_slab_top.json +c51dbd34996ac4513234800e427ac308067d5e1d assets/create/models/block/exposed_copper_tile_stairs.json +68772d4352dc7ade995dfa57ba41a38ef819e855 assets/create/models/block/exposed_copper_tile_stairs_inner.json +d932671822ba93b71a9c8b50e7207803a1c4dbab assets/create/models/block/exposed_copper_tile_stairs_outer.json +2d1ade82820569936fd3021a877283474ced09d0 assets/create/models/block/fake_track.json +9e41f0b90dd1e71766c9d07bdb75d1e553f3392f assets/create/models/block/fluid_pipe/d_x.json +13507730f6ca6462c4cfeddc46e5b21e93fb1287 assets/create/models/block/fluid_pipe/d_y.json +84c09934d3537343a1226389993dabfa850b745e assets/create/models/block/fluid_pipe/d_z.json +eacc5ee5f164ccc7c13cfbbd37a92b401222debe assets/create/models/block/fluid_pipe/ld_x.json +33fc0ecce85fae051c54d5a538793d7081238894 assets/create/models/block/fluid_pipe/ld_y.json +638f1a259cabed1f8d63c6fdaa6d4d4dff539e7d assets/create/models/block/fluid_pipe/ld_z.json +b23c3c83c0cbf52e94fe318a4749faaad2e41114 assets/create/models/block/fluid_pipe/lr_x.json +1a973387c6f6176af0fbb5650ee802ed4e552f73 assets/create/models/block/fluid_pipe/lr_y.json +c52521cd566294c797312104284ddd343fad9c2e assets/create/models/block/fluid_pipe/lr_z.json +99637310d3ca1ccfbe62b03aa9b0d82a0cf6f724 assets/create/models/block/fluid_pipe/lu_x.json +986800d441e95553464d1869d39baf456f5d70dc assets/create/models/block/fluid_pipe/lu_y.json +11dcf7d2dcd0df9b043035cb072deee96ab9e6da assets/create/models/block/fluid_pipe/lu_z.json +b8fd54e514bd50fb287c6b758647818c6b08ef75 assets/create/models/block/fluid_pipe/l_x.json +e985ff9dbe7324cf69ab38e6e9e85c9b554af56c assets/create/models/block/fluid_pipe/l_y.json +e24957d63bac1e754fcc1647a4a86337a67f6298 assets/create/models/block/fluid_pipe/l_z.json +bde9ec36b86113a6ca7a51a4f405994460a2eb56 assets/create/models/block/fluid_pipe/rd_x.json +bd325f5b37ff08328ddddeeceac1a41be586d20a assets/create/models/block/fluid_pipe/rd_y.json +28f351fd215af3a991ccd9aa05c57b9cd9e6f58d assets/create/models/block/fluid_pipe/rd_z.json +1ff3ea321aeacca70709eb76370c11c7f13163b6 assets/create/models/block/fluid_pipe/ru_x.json +95bc5342fd3909981430c2e13ef98cdbd8f02709 assets/create/models/block/fluid_pipe/ru_y.json +e1fc0d1297a83749ac55f51c9cf33ff2ecc9fdc2 assets/create/models/block/fluid_pipe/ru_z.json +d44ff2aed71039a7d0ff913d0d9e8398e1318f39 assets/create/models/block/fluid_pipe/r_x.json +92d4044b51a90da0b2277b0613c7ca0bb80c66fe assets/create/models/block/fluid_pipe/r_y.json +fb9a23de00ef4edb4f7e24fb60de345cd12e513f assets/create/models/block/fluid_pipe/r_z.json +65a41f4b680af197776e03cae6f1815b6d04def2 assets/create/models/block/fluid_pipe/ud_x.json +26398801d89889ffe17b6513b786d27707f6a480 assets/create/models/block/fluid_pipe/ud_y.json +07747cc2b936e1b326bae7ac32a8a5ba77fdffa9 assets/create/models/block/fluid_pipe/ud_z.json +4e3debb2ba60398a0730866f781e0455f4316610 assets/create/models/block/fluid_pipe/u_x.json +0f98b30ba09706b8a5ee09aeef912b39acea0216 assets/create/models/block/fluid_pipe/u_y.json +83bf9b1af633c319c051055170debff4cc3508c0 assets/create/models/block/fluid_pipe/u_z.json +5f70af15ec2569c68a17d31024c7a37cb5c68c7e assets/create/models/block/framed_glass.json +f0100e1d44146b256998fbd2af05da80d147e8d9 assets/create/models/block/framed_glass_pane_noside.json +4a032c6ae3f459e3349c2a2218da186170c31e03 assets/create/models/block/framed_glass_pane_noside_alt.json +a1a239714f5feb45a692f5c2873c37d6614e1b8b assets/create/models/block/framed_glass_pane_post.json +0f7e518ef02428c55e1683bc9de0d20e2c1e6883 assets/create/models/block/framed_glass_pane_side.json +db3f9472815fb6acc1ee1d9941b8cc19518ebcbf assets/create/models/block/framed_glass_pane_side_alt.json +56592acfc3654de65ee0b89ad0b620ec68d86531 assets/create/models/block/gantry_shaft_end_flipped.json +edd786da786c07736c753484733785d34fcbe131 assets/create/models/block/gantry_shaft_end_powered.json +1faff4f4935bf2356924c26d9b3e48384da85e10 assets/create/models/block/gantry_shaft_end_powered_flipped.json +569697f2115156c8bd14a0984b710a07db898913 assets/create/models/block/gantry_shaft_middle_flipped.json +1ce0365190f03fdf42d21f014590b792dd4ac87c assets/create/models/block/gantry_shaft_middle_powered.json +78fa3fc2d82238f4a81975fdf61dfc80c0c1d2d0 assets/create/models/block/gantry_shaft_middle_powered_flipped.json +76f5141b53516f1ec3c4eef02ca3d43f9b985d5d assets/create/models/block/gantry_shaft_single_flipped.json +d0fa41de17f65693188f1868ace5fc2ac518739b assets/create/models/block/gantry_shaft_single_powered.json +6c1d6a15bce998a04297cee1d551bd7d89936bbf assets/create/models/block/gantry_shaft_single_powered_flipped.json +99f181fb94d09c28ee7a7e53cfea9e7e3e8ac625 assets/create/models/block/gantry_shaft_start_flipped.json +353b0aa77cfc64d61463e265edf957cc58679ad3 assets/create/models/block/gantry_shaft_start_powered.json +2cf599d083948513c5fbfd92ea8f47c0c215cfbc assets/create/models/block/gantry_shaft_start_powered_flipped.json +3356069e112cde817da0c99ceb40cd8f207de822 assets/create/models/block/granite_pillar.json +ee860a8bd95fda14a859d6632652ee2a95f06c19 assets/create/models/block/granite_pillar_horizontal.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/gray_nixie_tube.json +97f382e9b435c81d1d8e0ed487a7fc16e6945958 assets/create/models/block/gray_sail.json +58b51da5c80e4f43582452d97453c93145a516ad assets/create/models/block/gray_seat.json +cd3cff8e38d559dcb78df014556a78d5a538af43 assets/create/models/block/gray_toolbox.json +3ee19f46bdeb0ac7489dcd4d51f90ab01ad863c9 assets/create/models/block/gray_valve_handle.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/green_nixie_tube.json +26577589688ec1f39cae9f42704cb36cbc1c48ae assets/create/models/block/green_sail.json +ae51eaa500dd036fa27474a7392f381afb677dfd assets/create/models/block/green_seat.json +801d277b241332d5f4b49bdb00b911dcd01a7db2 assets/create/models/block/green_toolbox.json +f7762c9388198b51686541edbef9a1546041f6e4 assets/create/models/block/green_valve_handle.json +f8b51eec36c2eddc08a1b60894d863bb58f55625 assets/create/models/block/haunted_bell_ceiling.json +f70f83cfec770879c478eea3760ea187700f2878 assets/create/models/block/haunted_bell_double_wall.json +b9c9d00b844ca2f217ae21cc502cd4d082fed2d5 assets/create/models/block/haunted_bell_floor.json +f7b09c243cfeda8bb38a29a917b9fbdafe47eece assets/create/models/block/haunted_bell_single_wall.json +8237c99cd0752b6284c68ffb629d1667ad0c174c assets/create/models/block/honey.json +5f70af15ec2569c68a17d31024c7a37cb5c68c7e assets/create/models/block/horizontal_framed_glass.json +f0100e1d44146b256998fbd2af05da80d147e8d9 assets/create/models/block/horizontal_framed_glass_pane_noside.json +4a032c6ae3f459e3349c2a2218da186170c31e03 assets/create/models/block/horizontal_framed_glass_pane_noside_alt.json +a1a239714f5feb45a692f5c2873c37d6614e1b8b assets/create/models/block/horizontal_framed_glass_pane_post.json +0f7e518ef02428c55e1683bc9de0d20e2c1e6883 assets/create/models/block/horizontal_framed_glass_pane_side.json +db3f9472815fb6acc1ee1d9941b8cc19518ebcbf assets/create/models/block/horizontal_framed_glass_pane_side_alt.json +cdc4f1c608f74824fd270521a846823ca4b6ef16 assets/create/models/block/jungle_window.json +8c5ee8e36756fcff3095c564567a35be1db23cee assets/create/models/block/jungle_window_pane_noside.json +2bb34fe17c7cfafc8658cd0b44ab636191f81348 assets/create/models/block/jungle_window_pane_noside_alt.json +1b51842516181ccf7af71ffbfe01bddf2420aa12 assets/create/models/block/jungle_window_pane_post.json +680b3c9fad3b393e0081fa0a637b954a604a3bd6 assets/create/models/block/jungle_window_pane_side.json +151e0933954d4e9a451babef95a21d1cfa700e6e assets/create/models/block/jungle_window_pane_side_alt.json +a8d8cfa5eb6dcd4b4ef96fb034f8ab8e8a0cf18b assets/create/models/block/layered_andesite.json +bfd7dc02a29e784c5ba06db05a57c71285e10d04 assets/create/models/block/layered_asurine.json +abe59d50512e16f4d1f01603f48b6729a61bda48 assets/create/models/block/layered_calcite.json +792f95d68c501bc0c2d5f1add2faa0cf36b124a2 assets/create/models/block/layered_crimsite.json +5cebe042b4fa1de89e83b550920f23cdf0f5c938 assets/create/models/block/layered_deepslate.json +5856997a60c69936eababab22896391a2c0ea7d9 assets/create/models/block/layered_diorite.json +b37a6a0528f96b9da4dee70a6a7c60528480a1d5 assets/create/models/block/layered_dripstone.json +ecd77532dd0d42644990a437558bc67595e11a88 assets/create/models/block/layered_granite.json +db84cc407981578446a6b3f8a786134d8b3642fb assets/create/models/block/layered_limestone.json +8c3783407773f755f6376887bc525cfc6ba15f06 assets/create/models/block/layered_ochrum.json +b843a6e27c4f90e31108f9f3c1573e70fb3d0927 assets/create/models/block/layered_scorchia.json +714fce357bab1fd9b9134aba560125c39b733a4e assets/create/models/block/layered_scoria.json +5fb53db0c6623dc16e486ac0bd094b5a90e2e080 assets/create/models/block/layered_tuff.json +336d1646294e018ea3de60b30a621a10ca7aa6d7 assets/create/models/block/layered_veridium.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/light_blue_nixie_tube.json +2e83d3aaa92640d6b3da2a2644f6a160f97b08e4 assets/create/models/block/light_blue_sail.json +ba917560f40a4e46ef190649f18adad9962c5c02 assets/create/models/block/light_blue_seat.json +c20616aa90feab3003cecb4a5be5466c0fc83072 assets/create/models/block/light_blue_toolbox.json +bcd3d28b8a062649301648ea5e2d0463f93d008d assets/create/models/block/light_blue_valve_handle.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/light_gray_nixie_tube.json +09f284574b38ab57579e939bbb088b8d36e0b8f5 assets/create/models/block/light_gray_sail.json +d1813d0f548fcddb361df7cc3b5d97582842b10f assets/create/models/block/light_gray_seat.json +4ec5d701dd8b2d8c3dc44d05f527a3d737002cd4 assets/create/models/block/light_gray_toolbox.json +adb8dbed70419e0310e7a20f3656bf325b348434 assets/create/models/block/light_gray_valve_handle.json +8f53caad3899a30be5087a0ba155080834418cc0 assets/create/models/block/limestone.json +2b80f9421c2fe902d55d9bd95183ad4bae46c315 assets/create/models/block/limestone_pillar.json +fb18280a2a708f60b00cc7c675804c219784871a assets/create/models/block/limestone_pillar_horizontal.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/lime_nixie_tube.json +5a95a72444f523cfba6e8c5adf8eacbb37e2d21e assets/create/models/block/lime_sail.json +09e7bf50cf88c449dbd9e77829cdb5afffb7d88d assets/create/models/block/lime_seat.json +b92822a01e4fbed2463b1bdf7dcc736023988e20 assets/create/models/block/lime_toolbox.json +802b47f34b1053b7af980b08b6511f468e7dd7c1 assets/create/models/block/lime_valve_handle.json +84b9ac6eafdbd037f3ff558c250a8b8952415af1 assets/create/models/block/linear_chassis.json +29ee936c09c1222c6a144e5bb39577b5a9cd28bf assets/create/models/block/linear_chassis_bottom.json +a1a3804ddcb1db0a7b5c0693555f8eb326950dd0 assets/create/models/block/linear_chassis_top.json +f885acc0ba705cfa9c65b62626ab4007f3b6e329 assets/create/models/block/linear_chassis_top_bottom.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/magenta_nixie_tube.json +81122f26a12b7ab40fed6d31c97376f4dfffa111 assets/create/models/block/magenta_sail.json +b5cd13b021400b3c37499ec4ef22e560c721ac54 assets/create/models/block/magenta_seat.json +d7b2b16ba2d6a0b2441aeaf7faa76f61fbdc35e7 assets/create/models/block/magenta_toolbox.json +c0d29851d48cebd376b3b6e8f0454e0369d0e265 assets/create/models/block/magenta_valve_handle.json +19d9b5215ea3d32da398118274c8bfe112a74a56 assets/create/models/block/mechanical_bearing.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/nixie_tube.json +e298cb8398f551c5af5f563f95123b18f39d4753 assets/create/models/block/oak_window.json +ed54366f117e121aa887cb6f8df9fa9457910153 assets/create/models/block/oak_window_pane_noside.json +3be5c04fa0e983ee99d0032b5960e881804da8b8 assets/create/models/block/oak_window_pane_noside_alt.json +b16726446c5706091984c145751d7f3612ecc1b8 assets/create/models/block/oak_window_pane_post.json +38bc0c1757bbb45d0d3ce961025d8b720dde53ed assets/create/models/block/oak_window_pane_side.json +ad522b2cf9193978d6f6bb112e7badeb0f8bedcb assets/create/models/block/oak_window_pane_side_alt.json +3be67dea08c613ded673d91ac5a44cdbb4689147 assets/create/models/block/ochrum.json +24669a4e93925940477fcfc0aca10ab9d87368e0 assets/create/models/block/ochrum_pillar.json +c8dd33a0b71dce37712788a61729de89574b117f assets/create/models/block/ochrum_pillar_horizontal.json +cb4cd4e4bfb0d105a09c56454abf4795b155d12b assets/create/models/block/orange_sail.json +6c4addc75fb03911fca3083f891b22f55209b8db assets/create/models/block/orange_seat.json +f68eeb8cd828a0659fe8665373daf093ea65f0fc assets/create/models/block/orange_toolbox.json +992367362e20777dd2e1245c6b26b6ffab86b21c assets/create/models/block/orange_valve_handle.json +f9010894858512398bddd5d31b922e12594d2e3c assets/create/models/block/ornate_iron_window.json +5433899a034d8f6fbab6cbecbf399019c8555e14 assets/create/models/block/ornate_iron_window_pane_noside.json +49956ce8301cc2fc411457f17982877e042835d6 assets/create/models/block/ornate_iron_window_pane_noside_alt.json +92637fbd6bf54891411b32a494064b9a48e59411 assets/create/models/block/ornate_iron_window_pane_post.json +8416d497e7fc8ca4f9f4c608ccc0651036850256 assets/create/models/block/ornate_iron_window_pane_side.json +1cdaa9d4bd23f7b1eb14672dc9322d9dad966502 assets/create/models/block/ornate_iron_window_pane_side_alt.json +561beafce41b9e9c0b07bc6b7176dd4f6918c116 assets/create/models/block/oxidized_copper_shingles.json +7e0bab8109e322c6db5fe1d5999c06536c21c6eb assets/create/models/block/oxidized_copper_shingle_slab.json +42df32c4e2d1ffb2ee62748becfd1717118b440c assets/create/models/block/oxidized_copper_shingle_slab_top.json +b55a733e3e68cfbd08d45bb9ac56deef9f728b60 assets/create/models/block/oxidized_copper_shingle_stairs.json +7b8745213af5aa7938fc04a295be6a087c72daa8 assets/create/models/block/oxidized_copper_shingle_stairs_inner.json +d89419d48d6ee2f6747e7c93de8699db22ea3f59 assets/create/models/block/oxidized_copper_shingle_stairs_outer.json +5cf92b628ff1f832966138a58ed87d747681274c assets/create/models/block/oxidized_copper_tiles.json +ad6134598869711a12e2f95c9b5f25a0f7b8dd93 assets/create/models/block/oxidized_copper_tile_slab.json +c17bac0fd6a20540813c6a1c000a553b7c5ac849 assets/create/models/block/oxidized_copper_tile_slab_top.json +d5b30340364f5536e46bc67e777ef4fa20a36e04 assets/create/models/block/oxidized_copper_tile_stairs.json +b40b315c23cbd3eb4658518bfac836f6091321a5 assets/create/models/block/oxidized_copper_tile_stairs_inner.json +f4eaadab29b4f2e915237340e2d6f4aad4ba21d6 assets/create/models/block/oxidized_copper_tile_stairs_outer.json +f8b51eec36c2eddc08a1b60894d863bb58f55625 assets/create/models/block/peculiar_bell_ceiling.json +f70f83cfec770879c478eea3760ea187700f2878 assets/create/models/block/peculiar_bell_double_wall.json +b9c9d00b844ca2f217ae21cc502cd4d082fed2d5 assets/create/models/block/peculiar_bell_floor.json +f7b09c243cfeda8bb38a29a917b9fbdafe47eece assets/create/models/block/peculiar_bell_single_wall.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/pink_nixie_tube.json +90113a1f53f0f8d9ce11ff14128eb860063f5ddc assets/create/models/block/pink_sail.json +888dba067e751a55205dbd919db8e92ef2be604d assets/create/models/block/pink_seat.json +3cb69299c7787f88fb41c6397362aa7b607c0960 assets/create/models/block/pink_toolbox.json +cf2fda0a37a0e5771cf882793ca21f277219796f assets/create/models/block/pink_valve_handle.json +44b05f0e3847c526514f7a7e167d275415408b39 assets/create/models/block/polished_cut_andesite.json +a3bfaeb88c65bf31ec53666b6a56637d37e5e374 assets/create/models/block/polished_cut_andesite_slab.json +2b0a6d9e0789d673027507bcd3aac03cc744adb2 assets/create/models/block/polished_cut_andesite_slab_double.json +fdb4b23cbcac5e5a92d625f49c3cd4c0d762fa25 assets/create/models/block/polished_cut_andesite_slab_top.json +218cd50458898c26fecc879ea21cce5e8092bd2f assets/create/models/block/polished_cut_andesite_stairs.json +5a226e7798d5d697f80f7968fdfbfe8e58c35515 assets/create/models/block/polished_cut_andesite_stairs_inner.json +5cd04d2d8d5160c188f709cac3a3fbff9dd76256 assets/create/models/block/polished_cut_andesite_stairs_outer.json +1db089eb2e3322e2e68c8a6bdd5b052292c1276c assets/create/models/block/polished_cut_andesite_wall_post.json +9523a2f8778afd0f9224e80b84d72fe808ec11ed assets/create/models/block/polished_cut_andesite_wall_side.json +5f684b9d6c207be4a789485dd542d7debe417c35 assets/create/models/block/polished_cut_andesite_wall_side_tall.json +f1916eed5f030dd3fe07349be3fd4cb433734975 assets/create/models/block/polished_cut_asurine.json +e236e5dd50f384786ea1a8b90c85990c5ef60c5d assets/create/models/block/polished_cut_asurine_slab.json +9983b8fae1d844f5612fc77960493672f9b1eb75 assets/create/models/block/polished_cut_asurine_slab_double.json +ab4f515a1ecf76d61d31d290d1bdc1efd7d1b67c assets/create/models/block/polished_cut_asurine_slab_top.json +98a0f9f62dba4954333fc9307d5e42d00a2101c5 assets/create/models/block/polished_cut_asurine_stairs.json +6bc55dfa92245556fc0d2a18bb21226214abacdd assets/create/models/block/polished_cut_asurine_stairs_inner.json +9a7b7ba730aecf63eb85020f91fc01e12040b6a5 assets/create/models/block/polished_cut_asurine_stairs_outer.json +9f82704474f5af71619f4a47bdbbc376c65766bb assets/create/models/block/polished_cut_asurine_wall_post.json +648de74167452d4fbc36a255432e0f247f26e4fa assets/create/models/block/polished_cut_asurine_wall_side.json +7c92b1ecba2837e06617582a20e6c26392c4b9cc assets/create/models/block/polished_cut_asurine_wall_side_tall.json +0c42fc5e70bca0ecdef7af3337b4c0e0a6e17158 assets/create/models/block/polished_cut_calcite.json +b9b0b03e721bd9b64239101b78797a00bdf1344f assets/create/models/block/polished_cut_calcite_slab.json +bef27986d8fed9a9220556279cc3fe8dfd443635 assets/create/models/block/polished_cut_calcite_slab_double.json +16a4148d92eccd23faca11d64c29cb8599435954 assets/create/models/block/polished_cut_calcite_slab_top.json +cec0aadd617da50669d7d74dedab03d1fe54e4e9 assets/create/models/block/polished_cut_calcite_stairs.json +f263db0923bb6bbea789444b94cec976838d8a3d assets/create/models/block/polished_cut_calcite_stairs_inner.json +eab7a04e66882a3c4294e6586345514bb71ee35b assets/create/models/block/polished_cut_calcite_stairs_outer.json +61d8408d5dd32bcf9fc1b98ee29d98d19459fb11 assets/create/models/block/polished_cut_calcite_wall_post.json +1d8cfe782b9bca964dd07b7c96b6bc53a61dbe0f assets/create/models/block/polished_cut_calcite_wall_side.json +74533191c13ab77a0e9698eae7a1d69f39c3485a assets/create/models/block/polished_cut_calcite_wall_side_tall.json +c2fb3d97299023e5461fd36f8098b0040772bec9 assets/create/models/block/polished_cut_crimsite.json +250e14bbe9b57b1ccf3dc240e694ac3853e24a20 assets/create/models/block/polished_cut_crimsite_slab.json +ba9f6dc39726322656ccce9acdda690a354e3e65 assets/create/models/block/polished_cut_crimsite_slab_double.json +de872a9c5ec1a712b8614cc2a9ab15f832d0f6b0 assets/create/models/block/polished_cut_crimsite_slab_top.json +b42924665974ff25f5d4798e8f703479c160cd81 assets/create/models/block/polished_cut_crimsite_stairs.json +43e61403644170371cca37b7e8854d9ff8c9bfec assets/create/models/block/polished_cut_crimsite_stairs_inner.json +a941fa6e5c01d930c18384befc8a3fa9f3d7733e assets/create/models/block/polished_cut_crimsite_stairs_outer.json +63ff8e7690e2ec383705e06655ef98a1693d98f2 assets/create/models/block/polished_cut_crimsite_wall_post.json +136b0f02c45f515a6fb74cad7a2fdb34c8266e62 assets/create/models/block/polished_cut_crimsite_wall_side.json +86d6775316f746c23804b5629714eef29774773a assets/create/models/block/polished_cut_crimsite_wall_side_tall.json +6178542d744fda852d29e807a48cd76cb041f2c0 assets/create/models/block/polished_cut_deepslate.json +c4e1af1fc3ad12d2c8909ee7870f5f71f6ca0cc5 assets/create/models/block/polished_cut_deepslate_slab.json +0aef1ccc17d86ae2ee97b252243cdcd3609aa369 assets/create/models/block/polished_cut_deepslate_slab_double.json +2ccd60911bb0867a64ad46fab469826c6c7f9b36 assets/create/models/block/polished_cut_deepslate_slab_top.json +5996821cb442695bacd31be24a2ffc3148559b8c assets/create/models/block/polished_cut_deepslate_stairs.json +56734ad401edc8be16f529f8642ef4cde1a404c4 assets/create/models/block/polished_cut_deepslate_stairs_inner.json +b6566fc1b5092b900539ab71795f3279ba30d541 assets/create/models/block/polished_cut_deepslate_stairs_outer.json +5b4ba22e1e0d6011b1cd68bd428fbe3c6f929b87 assets/create/models/block/polished_cut_deepslate_wall_post.json +7c6835d4c9fe394e884672a7c31f2b9dd10d7227 assets/create/models/block/polished_cut_deepslate_wall_side.json +c0891f05a4a531c7740d934e8edb8a362f6c4463 assets/create/models/block/polished_cut_deepslate_wall_side_tall.json +2f05fea4662a466ff3091da9778b055d07aaea8d assets/create/models/block/polished_cut_diorite.json +18f09fab36780fd6528202faaa0d236746300454 assets/create/models/block/polished_cut_diorite_slab.json +42db58773901c09b90523632824e4c053a32fbf7 assets/create/models/block/polished_cut_diorite_slab_double.json +00b62872a8f41e4b551edb13d09d061803ce91fc assets/create/models/block/polished_cut_diorite_slab_top.json +dfb8fe72baca503501415654140ca8ba31208d77 assets/create/models/block/polished_cut_diorite_stairs.json +dcebf7b4242ee688065e130f07d59f1f871f270c assets/create/models/block/polished_cut_diorite_stairs_inner.json +5fca8655767cf8190733acae65bbb336510c58b5 assets/create/models/block/polished_cut_diorite_stairs_outer.json +7ea83142f6693ce4e4084ea114b635f3ce7cc319 assets/create/models/block/polished_cut_diorite_wall_post.json +847fba138e41157313bd560c0592fe830fbd3225 assets/create/models/block/polished_cut_diorite_wall_side.json +6f055eb827b4bf89faaa01b221bfa5d69f62b474 assets/create/models/block/polished_cut_diorite_wall_side_tall.json +6d5b684622c70c4534809415aa1b06ae331ba8f8 assets/create/models/block/polished_cut_dripstone.json +ccda6fcc895476f67206b01c81ae9733ce20cc40 assets/create/models/block/polished_cut_dripstone_slab.json +5a8a1cbb8b667b0940832696c04d8b138621b04b assets/create/models/block/polished_cut_dripstone_slab_double.json +32d6e8b050e611d46ee2b445db4c48ebccebb180 assets/create/models/block/polished_cut_dripstone_slab_top.json +715eb0634034dc6cb7d744c6f46dbeb382e8495b assets/create/models/block/polished_cut_dripstone_stairs.json +763ba691dfb2d2699ff15e86c993309604b5de8d assets/create/models/block/polished_cut_dripstone_stairs_inner.json +da115a89991a71807104ad4839388379a7c097ab assets/create/models/block/polished_cut_dripstone_stairs_outer.json +07c7401263db0021bc1cddb84faf98ca11cc91d5 assets/create/models/block/polished_cut_dripstone_wall_post.json +123486a0ee10396dd7c66c6107fd933c0c1d1751 assets/create/models/block/polished_cut_dripstone_wall_side.json +51a9e26da62ae3177d3d1f8e2d3655aff14d4047 assets/create/models/block/polished_cut_dripstone_wall_side_tall.json +70cc8139b7d652a14b19f56782b7865da4bb7557 assets/create/models/block/polished_cut_granite.json +98ed2e4f54124e1bb483724d1e9572a7359573d3 assets/create/models/block/polished_cut_granite_slab.json +860c9e0cbec40b17686b0a87d035739bd17d935d assets/create/models/block/polished_cut_granite_slab_double.json +ca44846ac1a8cc525eb169ee7a42d4b75c3d9566 assets/create/models/block/polished_cut_granite_slab_top.json +d03b5957fcb6e8293e03a3406d5a88ecd09350fb assets/create/models/block/polished_cut_granite_stairs.json +2afdcc8ba3d70bc601e1f1b8f279832fbec84daa assets/create/models/block/polished_cut_granite_stairs_inner.json +4526db98a5df6ebd148738b7dc6529cdae1c7204 assets/create/models/block/polished_cut_granite_stairs_outer.json +1feedce7cd35333efe2f696dcd90f7c9ab383f7d assets/create/models/block/polished_cut_granite_wall_post.json +c097a0797536a3b50db7a2ba78bc17d1aec11ff7 assets/create/models/block/polished_cut_granite_wall_side.json +f17cbe6166e96233c83ec29ab8403b5586a0eb71 assets/create/models/block/polished_cut_granite_wall_side_tall.json +cb3bfb3af69c918c5dbe97c1cd31dc91e438605b assets/create/models/block/polished_cut_limestone.json +2f71e1efbdbe4bf0f0aa434bf0b783255618b81c assets/create/models/block/polished_cut_limestone_slab.json +2f3343b818ff2c04b4c7239d916d2d390f6449bd assets/create/models/block/polished_cut_limestone_slab_double.json +7052a663194324847d17505ffd32e4cd46b8311f assets/create/models/block/polished_cut_limestone_slab_top.json +a45df6e2c63ca9f56dc3841ea5a7ec41602270bc assets/create/models/block/polished_cut_limestone_stairs.json +6ee9a137653323a4c6ff9dab6d091ce0101b5e73 assets/create/models/block/polished_cut_limestone_stairs_inner.json +3381e66fb4f14bc90e1f9a3112e6676ac917ac02 assets/create/models/block/polished_cut_limestone_stairs_outer.json +a1430e1801611233336a909fe2192c7a133bce76 assets/create/models/block/polished_cut_limestone_wall_post.json +862d58f72c26afdced5efe73fc979a5c963e8bc5 assets/create/models/block/polished_cut_limestone_wall_side.json +68ffda4517d9f72c31c0c5f6198488fbc4a07174 assets/create/models/block/polished_cut_limestone_wall_side_tall.json +200772c923affaec2786f94ee3ce7c7870c1030d assets/create/models/block/polished_cut_ochrum.json +ff929b6ffbe96f3e0f9fee7548a8433f50e53ccd assets/create/models/block/polished_cut_ochrum_slab.json +cd2ceebff6aeb8e16403e96eea951cb2b25edb66 assets/create/models/block/polished_cut_ochrum_slab_double.json +464be832b7fc86419d2b117026b83b6766885e48 assets/create/models/block/polished_cut_ochrum_slab_top.json +65169cc7c511928ed6519d8df6153d03058570c1 assets/create/models/block/polished_cut_ochrum_stairs.json +971644febbccf1faca2008855b56f468c1e96a7e assets/create/models/block/polished_cut_ochrum_stairs_inner.json +00dbea2b4f6d44d7d35a4b6f865027a3f3ee4bbe assets/create/models/block/polished_cut_ochrum_stairs_outer.json +e167cc5d74952f1b5a83704076579987418f7dfb assets/create/models/block/polished_cut_ochrum_wall_post.json +c58b1dd85ee814eb7beadb2ae11871bf3fc7b9ad assets/create/models/block/polished_cut_ochrum_wall_side.json +4d315b296b28c83e218055fc8c05f24de76f5b27 assets/create/models/block/polished_cut_ochrum_wall_side_tall.json +2ee58aa66c4a89d2579e7303af4635240e928582 assets/create/models/block/polished_cut_scorchia.json +3f7b477f1f1c578ba0e16d940085214b27ed677f assets/create/models/block/polished_cut_scorchia_slab.json +3dd94b8457f4b05e0bab2548777f39e70daccaf2 assets/create/models/block/polished_cut_scorchia_slab_double.json +785b969e358cf4e8a19a788d1bd63da856b07d92 assets/create/models/block/polished_cut_scorchia_slab_top.json +33e0002de4d81bc4640e966eb5f751e14e01f9a2 assets/create/models/block/polished_cut_scorchia_stairs.json +3341e9b15233e281bf7c81f4c1df4f4e509c108b assets/create/models/block/polished_cut_scorchia_stairs_inner.json +576cb144269cab0c53bea48468d2a145ee6e513b assets/create/models/block/polished_cut_scorchia_stairs_outer.json +86c13b99f8a324019fbedececf5735853cd077a9 assets/create/models/block/polished_cut_scorchia_wall_post.json +bf1feb1194fff279a32e3f4673f70de2fe26e650 assets/create/models/block/polished_cut_scorchia_wall_side.json +ddcf0b336256ba8f2daa1c4d9a0929d82c08a491 assets/create/models/block/polished_cut_scorchia_wall_side_tall.json +2fdde14d3c66e5e1d75bc6918c1d2f0cda8ecc10 assets/create/models/block/polished_cut_scoria.json +5ed68dcae31255cf26900496225b2731869920a3 assets/create/models/block/polished_cut_scoria_slab.json +844c27d5d1714701f77031c64443053cffbaf59e assets/create/models/block/polished_cut_scoria_slab_double.json +dfe246a6a37cc1a99b048170ea671b0fe46ef6b4 assets/create/models/block/polished_cut_scoria_slab_top.json +7032950ca56f3853fd469b175f315126548abbb9 assets/create/models/block/polished_cut_scoria_stairs.json +7de72417f532a00490af48cee748db64c6bbf072 assets/create/models/block/polished_cut_scoria_stairs_inner.json +336e62a7dff4e3683f941b691095fced56de93c3 assets/create/models/block/polished_cut_scoria_stairs_outer.json +454a41e230c0ac45c362303d686fa952aec6fa5d assets/create/models/block/polished_cut_scoria_wall_post.json +467630010722cfb43ecbf4d09987df64622a0e3b assets/create/models/block/polished_cut_scoria_wall_side.json +ad96e936421f8a25bfdea8a44cc061ce1a6985c2 assets/create/models/block/polished_cut_scoria_wall_side_tall.json +5dc98ad38d75018b815e695bf0db94ad5b1fcc90 assets/create/models/block/polished_cut_tuff.json +dde501accaef95594fb4935d358f45278b835a42 assets/create/models/block/polished_cut_tuff_slab.json +95cf10dda0bee0ab5b85695e299a6aeb780516dc assets/create/models/block/polished_cut_tuff_slab_double.json +e5d50c761151035630a4b19afec9bac32244a855 assets/create/models/block/polished_cut_tuff_slab_top.json +d545464a355b6096207305b388296196ac08c85d assets/create/models/block/polished_cut_tuff_stairs.json +0e23c841f309732c7af0a752d4d02aedb80e0ff1 assets/create/models/block/polished_cut_tuff_stairs_inner.json +4aadd259595559a2ee914e12d0a8f2bc5c9f7b20 assets/create/models/block/polished_cut_tuff_stairs_outer.json +88ca17bf41d94963c015bcbb80e827580432b65a assets/create/models/block/polished_cut_tuff_wall_post.json +65e9c3856bb345258838fa125f63279c3c6be3cd assets/create/models/block/polished_cut_tuff_wall_side.json +b77d945bf79929f3cc99968a09d642a942605c21 assets/create/models/block/polished_cut_tuff_wall_side_tall.json +adcdbfcff8407fc096686a99817a96419f9a015f assets/create/models/block/polished_cut_veridium.json +d184befcb6e5c6933fd20396135c588c8b0c7734 assets/create/models/block/polished_cut_veridium_slab.json +127022c02c9e5097d263370c8087073a72a56fa6 assets/create/models/block/polished_cut_veridium_slab_double.json +b382ef5c7420b58c491b1ae9d9f6df6937e3f8ee assets/create/models/block/polished_cut_veridium_slab_top.json +282e2882b64cc0a60c453a25f5e28d5d537c2f63 assets/create/models/block/polished_cut_veridium_stairs.json +1dcbf04d090d6b59150e448b64018ef467a243cb assets/create/models/block/polished_cut_veridium_stairs_inner.json +18f97dcade9dc6b992fdd842d2b90f07ceb42301 assets/create/models/block/polished_cut_veridium_stairs_outer.json +11567f467745901ba59002fad1b9520f7cbf951c assets/create/models/block/polished_cut_veridium_wall_post.json +b21ec7cde56398b65f44922ddb026d9adb7b6072 assets/create/models/block/polished_cut_veridium_wall_side.json +12c8aa432902b55a7f9a9f0e8e555ba8580ae584 assets/create/models/block/polished_cut_veridium_wall_side_tall.json +595e5b03cb60eaac907c4106566c4fcba7850e45 assets/create/models/block/powered_latch.json +941add7a472dee994b06ac99a1aaf8231bc89d89 assets/create/models/block/powered_latch_powered.json +07aafcd56465c9aa81b6760f5a253b8378fe4b2f assets/create/models/block/powered_toggle_latch_off_powered.json +40492635ab814508e2f6aba2e02c439cd1c60111 assets/create/models/block/powered_toggle_latch_on_powered.json +11841707ff4b618d29d1481e0b5b6b0d42e90220 assets/create/models/block/pulse_extender_powered.json +1cf90efe8807a68bb477c97de8b95c85f54be891 assets/create/models/block/pulse_extender_powered_powering.json +4080506d71d0af1572eb8d006e9450baa1a19c09 assets/create/models/block/pulse_extender_powering.json +66374fdc4d3d55f99b03e406f3b594f8b1bab94d assets/create/models/block/pulse_repeater_powered.json +6bd0d85ca18b468bee279e7bc398bc8395e33a8b assets/create/models/block/pulse_repeater_powered_powering.json +de0cc956e7ff1510d0947ca8fd2b6e642944f0ee assets/create/models/block/pulse_repeater_powering.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/purple_nixie_tube.json +356378a5839b0b400aa5e0a67740634113c09a38 assets/create/models/block/purple_sail.json +bc8e473a5662b6180b00b85e5006241a283c9baa assets/create/models/block/purple_seat.json +5e85ec98c165a0b5bfe25d391e96df9164372a3a assets/create/models/block/purple_toolbox.json +b7e5f69044c7a1d0a31fd2f6efe81a5be060bf19 assets/create/models/block/purple_valve_handle.json +e1fdd5fb88d9f5af7d0e90e65cf5ecea0667e1c7 assets/create/models/block/radial_chassis_side_x.json +7001f66fb40c7b76b540bede11c63b1f60e398fb assets/create/models/block/radial_chassis_side_x_sticky.json +5592108b1cd30d3574408adb7b30deb8d85d5dd4 assets/create/models/block/radial_chassis_side_y.json +ff65b89683fbb9326f625b9a68f954def5ed000d assets/create/models/block/radial_chassis_side_y_sticky.json +39205c4af1feca29a741d718698176dd441dcca0 assets/create/models/block/radial_chassis_side_z.json +2a59eb4074dba8ea4acbef2260171c11d93e12e6 assets/create/models/block/radial_chassis_side_z_sticky.json +9d234d1294f927d1e70a5c9b1e6de73ef65e7014 assets/create/models/block/railway_casing.json +be8042806b08990786ced1cf140c4942d7a6788b assets/create/models/block/raw_zinc_block.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/red_nixie_tube.json +b692deeb65f338212fb1073b725a122b7b1359d5 assets/create/models/block/red_sail.json +bf3f4ba33e1a61254073ecee3e753958f8debb35 assets/create/models/block/red_seat.json +2a13766aebac1a392ae7bf934bd81d9210c87a24 assets/create/models/block/red_toolbox.json +36f525b420b040b9f78032abe84cd125766cf320 assets/create/models/block/red_valve_handle.json +2aa9e5c535979c912593f30b654ae96334f72a80 assets/create/models/block/refined_radiance_casing.json +def5c2b3b47ee882e585896c8b4dc648150254fa assets/create/models/block/rose_quartz_block.json +b3db804b7d7d66bd83702c042934fcdb5022108e assets/create/models/block/rose_quartz_block_horizontal.json +4c62c8656754cd803c38412edc50117d0894c929 assets/create/models/block/rose_quartz_lamp.json +b63779c44318d2b2f9b9f68c81e72338e9f8cf5a assets/create/models/block/rose_quartz_lamp_powered.json +a0eb7694a2b86570759e4443ecf724059302e16c assets/create/models/block/rose_quartz_tiles.json +2955563914c2f84ed06474c135062e91189ddf3a assets/create/models/block/scorchia.json +1a5a09873b5d4f45e6e2d47c3e257b4a658651b5 assets/create/models/block/scorchia_pillar.json +c5ab309e73ad6ee9089305bf8e1764a692d7a52b assets/create/models/block/scorchia_pillar_horizontal.json +ff52eb59dadfe675e416440f3115856a501428a6 assets/create/models/block/scoria.json +35fe5d3db081ec19ec1ad4e2ca8278de9010d05f assets/create/models/block/scoria_pillar.json +88e51a8c6c5abc003d3cca0bfbc55e728858f6b6 assets/create/models/block/scoria_pillar_horizontal.json +2b8ccf50f6935434f7992754cfc11299d5582eaa assets/create/models/block/secondary_linear_chassis.json +9b7ac1e8aa2bf26b9154ea7c43498b4a34b6779a assets/create/models/block/secondary_linear_chassis_bottom.json +4d7d36f974d25a310db2f75800e8c7e0377881c6 assets/create/models/block/secondary_linear_chassis_top.json +5ecb821ac06873015d2d7ebcfb7e1f5fe85cf504 assets/create/models/block/secondary_linear_chassis_top_bottom.json +e697898a0ec4c308314a4e0b7235fa0a9229da45 assets/create/models/block/shadow_steel_casing.json +73edb947b52c73e85a83422853d0b8a0fb34e82b assets/create/models/block/small_andesite_bricks.json +3bb5c8413b9e81a1adc339f873f37eb656904e06 assets/create/models/block/small_andesite_bricks_wall_post.json +0e70d94fc6ffdc0fd4a50a5910bc1455b401982f assets/create/models/block/small_andesite_bricks_wall_side.json +597fec784e40c1ff3b622824c32773d6d271f3b7 assets/create/models/block/small_andesite_bricks_wall_side_tall.json +593b962350c8de53156901b308617c6a246afa09 assets/create/models/block/small_andesite_brick_slab.json +c83de8118653ccdce92a1b7f3501bf7359e0b310 assets/create/models/block/small_andesite_brick_slab_top.json +f019380bcc81d52681e2beaf63e2b11836c45922 assets/create/models/block/small_andesite_brick_stairs.json +4fa72fe0115ad9ec83837852a2b2e2d22dde19ca assets/create/models/block/small_andesite_brick_stairs_inner.json +f80f485f62dce86e98815b343c89e96b10623e53 assets/create/models/block/small_andesite_brick_stairs_outer.json +4750724972cbac6d7dac31e0689681eab6c37093 assets/create/models/block/small_asurine_bricks.json +407c7bea509bb0e9bf9f04e947ace584103d012d assets/create/models/block/small_asurine_bricks_wall_post.json +60491dfb4f2a6b78effdf18612b9a1cd7d930d8a assets/create/models/block/small_asurine_bricks_wall_side.json +e5d3172c08b65696a6d72220495463636d8b352c assets/create/models/block/small_asurine_bricks_wall_side_tall.json +cdd354726eda82d83dc89871fa587b8c07b02a16 assets/create/models/block/small_asurine_brick_slab.json +7bdb6ed1e74437d083bca7d89c0d1b7c81e80b53 assets/create/models/block/small_asurine_brick_slab_top.json +086b9d4284d343967a582fd0a7d194bafd980e13 assets/create/models/block/small_asurine_brick_stairs.json +db69f1580ca405b9a99f0e4ea8d9b9950ed6444e assets/create/models/block/small_asurine_brick_stairs_inner.json +dd572cbff713b0f4830aef0bf3ba4adb80ee9908 assets/create/models/block/small_asurine_brick_stairs_outer.json +c2c72734ac526c319cb01e982824680bfb5f1186 assets/create/models/block/small_calcite_bricks.json +f17f2ecd5e5a32f92ec0ad0ba9e861a80432c0f2 assets/create/models/block/small_calcite_bricks_wall_post.json +1ad7654125aff67267567c0007cc03b8a15131b0 assets/create/models/block/small_calcite_bricks_wall_side.json +10c339f64c0e78f4fbb7a95c10bf7f9f399c0c6b assets/create/models/block/small_calcite_bricks_wall_side_tall.json +d07c57748981a54ffcdadc30ec21f728a3557bea assets/create/models/block/small_calcite_brick_slab.json +9a5e6a93328ad35b256b2512c28e683a74e807a9 assets/create/models/block/small_calcite_brick_slab_top.json +c3d39e013dd0142f044f8f0a90de849a0d961e84 assets/create/models/block/small_calcite_brick_stairs.json +4e47a4708dafc0ea476e2d5b6567acfdc2c5c148 assets/create/models/block/small_calcite_brick_stairs_inner.json +6a41c44680a958299a787d8c8c8778d52167cd65 assets/create/models/block/small_calcite_brick_stairs_outer.json +485f6c0e37b24124ff23efa3f0caa2cfe85663dd assets/create/models/block/small_crimsite_bricks.json +57b050751e68c9a881d9598cfe8dfb45f19df08c assets/create/models/block/small_crimsite_bricks_wall_post.json +cb01f90c7ac1f56a6f79e1fecb126c349b6d53b0 assets/create/models/block/small_crimsite_bricks_wall_side.json +80932617b1d4b718071c1f8558398ba881743892 assets/create/models/block/small_crimsite_bricks_wall_side_tall.json +827867ddd9b5f6e2daa916c968531c7183ce7fa2 assets/create/models/block/small_crimsite_brick_slab.json +dd19ebdbd1a2de827d467b0abd2d1d3ee5822305 assets/create/models/block/small_crimsite_brick_slab_top.json +58048cb41b740b008a98420ea93b567f38e2910f assets/create/models/block/small_crimsite_brick_stairs.json +a943586885ea7d48fc27595d9741f97d852446e7 assets/create/models/block/small_crimsite_brick_stairs_inner.json +8dc173b8a9912341ccb9cd8c9a0d2d893571eb85 assets/create/models/block/small_crimsite_brick_stairs_outer.json +cd855b25c38be2c36dcbf6ab0d963a2c76043171 assets/create/models/block/small_deepslate_bricks.json +88a6c43f64c6d53b34719f41707622635108342b assets/create/models/block/small_deepslate_bricks_wall_post.json +dea1773ca9baf9e1a6a7a4288d348127b858c42d assets/create/models/block/small_deepslate_bricks_wall_side.json +673ab543b38a597fd74285cd25b8004c9e2bd706 assets/create/models/block/small_deepslate_bricks_wall_side_tall.json +67c78a3e9250351d0ea18538640b596f05e957a4 assets/create/models/block/small_deepslate_brick_slab.json +bc1af783fbcbe73df05e12c93625035db8089d16 assets/create/models/block/small_deepslate_brick_slab_top.json +91e00675337592d17a04032808ca64c4a159c814 assets/create/models/block/small_deepslate_brick_stairs.json +39e78262242637628628a07dc47908fb1593d3f2 assets/create/models/block/small_deepslate_brick_stairs_inner.json +d7a61bc4c84070e0fd53e0957a5282078daff7f1 assets/create/models/block/small_deepslate_brick_stairs_outer.json +73e801fb607d76b42e1862323e9d149910a68298 assets/create/models/block/small_diorite_bricks.json +2bdb593d3ae4d856e96cc877f4927da25841af54 assets/create/models/block/small_diorite_bricks_wall_post.json +dd064be7962a2418784a513725fc7b5835e4ab40 assets/create/models/block/small_diorite_bricks_wall_side.json +3753c64785d74f1997b9f8f856fa873302621f39 assets/create/models/block/small_diorite_bricks_wall_side_tall.json +59fc1d9dac0b6867779346413953174fc6b55d3c assets/create/models/block/small_diorite_brick_slab.json +cbd6fe711e1203aa746d86d12bb85016b7142749 assets/create/models/block/small_diorite_brick_slab_top.json +a6c823fa96ba8a06d101ca96a6898fe8a1faf83e assets/create/models/block/small_diorite_brick_stairs.json +7f128501d989122df9d2ab002a497356831caa1c assets/create/models/block/small_diorite_brick_stairs_inner.json +26222975b0efb2acea6473d0bcc99453aa9ed561 assets/create/models/block/small_diorite_brick_stairs_outer.json +7f55f9c8cae6a79a9ab22a4b593a2c5829390573 assets/create/models/block/small_dripstone_bricks.json +fd0880b2e55435c8dc6945fa71c67ba34d7b1e69 assets/create/models/block/small_dripstone_bricks_wall_post.json +c00e9c0bfb108b70975514694f38d3c4cd63e819 assets/create/models/block/small_dripstone_bricks_wall_side.json +26382c01766e04cfe7ea585cabc1baa1c409e0a0 assets/create/models/block/small_dripstone_bricks_wall_side_tall.json +7b18bb56d4509f490a73b2812a8e40333f400369 assets/create/models/block/small_dripstone_brick_slab.json +39b7aa7d1494e5328e8774acb8adec8a346e972f assets/create/models/block/small_dripstone_brick_slab_top.json +3d265aed7a723713d525d0fabf3a70600d9d60e4 assets/create/models/block/small_dripstone_brick_stairs.json +2be41e9c1367af7f0eb99856e35900df96974bd4 assets/create/models/block/small_dripstone_brick_stairs_inner.json +4026a9327d47d55218b00b0b4b92464b6448ad91 assets/create/models/block/small_dripstone_brick_stairs_outer.json +ad4cf29e0e67d0d202d5836486531551909c71bf assets/create/models/block/small_granite_bricks.json +d20963cbb5d2321a069bf42d203855a5584f8607 assets/create/models/block/small_granite_bricks_wall_post.json +b860879b66d2d23349fa95ff644d9eba21eb29bd assets/create/models/block/small_granite_bricks_wall_side.json +11593a2a0e307b3e1d847c84d8c61bc78fef2967 assets/create/models/block/small_granite_bricks_wall_side_tall.json +cb0a72cedb6b2b043eaf8c8869648802d74a2eeb assets/create/models/block/small_granite_brick_slab.json +d635840492541787d55cc005c7e207532edcdef3 assets/create/models/block/small_granite_brick_slab_top.json +ba9bfedf5854fccaba8a5e60c26efb6e34ede3cd assets/create/models/block/small_granite_brick_stairs.json +9bebe59176e74926e28a139dc557c25283285e89 assets/create/models/block/small_granite_brick_stairs_inner.json +15d71900e76c131285447628e63bf1479ce7025a assets/create/models/block/small_granite_brick_stairs_outer.json +6224f2763224d3e746dafdaaf14fae68e2469b93 assets/create/models/block/small_limestone_bricks.json +ca038e240e4157897a6273692db2c952ab5b17d7 assets/create/models/block/small_limestone_bricks_wall_post.json +7920f8cfda77b22d4d29638faa6ae07d89e51ab3 assets/create/models/block/small_limestone_bricks_wall_side.json +6e1fa27744f4592111945e5cafee6d7d67b5299b assets/create/models/block/small_limestone_bricks_wall_side_tall.json +0e0f551bac87421e6b693aa9ca98fd5da2ee168b assets/create/models/block/small_limestone_brick_slab.json +6669c1e87ed79097f96e7e46eecf3ab6e7c9778c assets/create/models/block/small_limestone_brick_slab_top.json +5aff0145d2fc89549ac541db325dda25b8941583 assets/create/models/block/small_limestone_brick_stairs.json +250aa2c237a9532b19621fa604027433183961c3 assets/create/models/block/small_limestone_brick_stairs_inner.json +92da57d330e9905d017705dd931af1d1d6c1a00d assets/create/models/block/small_limestone_brick_stairs_outer.json +242e4f39f6df26917f21899f0c7d0415a166d4b9 assets/create/models/block/small_ochrum_bricks.json +06cb9faca0062947c08b2a7309a958aac5ab24ac assets/create/models/block/small_ochrum_bricks_wall_post.json +8d9d53206e222839333026c779b66b9fd8cf2cf9 assets/create/models/block/small_ochrum_bricks_wall_side.json +f412fbaa509f7b2d47a27d4bcb13590bfcae74ca assets/create/models/block/small_ochrum_bricks_wall_side_tall.json +517e3605a9e86a07c673e18d94c2c37109a2aef5 assets/create/models/block/small_ochrum_brick_slab.json +855ad9f6fe03ceb2cc33d9df3536cb4394acfa9b assets/create/models/block/small_ochrum_brick_slab_top.json +c5fc35d6b0fe96c11537bc10d34a63ef80f3270c assets/create/models/block/small_ochrum_brick_stairs.json +9a2631d9f6821d2c01bc8b2588a69702d3b083cc assets/create/models/block/small_ochrum_brick_stairs_inner.json +1f0ccdef29dae18535ea304e954e06c91bb0620b assets/create/models/block/small_ochrum_brick_stairs_outer.json +be96f070be1f838c6fb442c164b5f9b4e5cfcee5 assets/create/models/block/small_rose_quartz_tiles.json +41e56d8e334b81a0d5270bdbe87617981e1f98b4 assets/create/models/block/small_scorchia_bricks.json +56aa81e05019533ce0e0f1ee3ef7bf20fcc400b4 assets/create/models/block/small_scorchia_bricks_wall_post.json +1e1fa90c8b144813770c4d53a3b734ae450895d6 assets/create/models/block/small_scorchia_bricks_wall_side.json +6a46cf73c03a2abea25a81dbb28f4150b355900c assets/create/models/block/small_scorchia_bricks_wall_side_tall.json +6aa3825ace2e73bec454aaa8597e3a892ee29eb7 assets/create/models/block/small_scorchia_brick_slab.json +f0378625001171c449a403e372e59623f0fc6569 assets/create/models/block/small_scorchia_brick_slab_top.json +49fa4a3940f84902319df257d39812eb71c8a9e2 assets/create/models/block/small_scorchia_brick_stairs.json +4dee6e6dbe6a98a8eaa04f6812f322343f62fca1 assets/create/models/block/small_scorchia_brick_stairs_inner.json +8a19e7e5c03c155c9ef9332486ae0b069dea0502 assets/create/models/block/small_scorchia_brick_stairs_outer.json +6b435123d852579ba8467c4915cd5d0adaadeca0 assets/create/models/block/small_scoria_bricks.json +86b243074845ca66916ce96ef3774862cf9a39d4 assets/create/models/block/small_scoria_bricks_wall_post.json +57ccb3efbdc4a69cad60c8b90321338ba2e68321 assets/create/models/block/small_scoria_bricks_wall_side.json +d4c5398e10b25d2dc3cb3754a449fc2b60e4074f assets/create/models/block/small_scoria_bricks_wall_side_tall.json +918351c1270c26932c0c4783543779a25ca7e986 assets/create/models/block/small_scoria_brick_slab.json +4138e756b4b36f227e178acbcc233edb082ae603 assets/create/models/block/small_scoria_brick_slab_top.json +b8e70cd7d9acdcf91be9783cd91d70275a006ea2 assets/create/models/block/small_scoria_brick_stairs.json +625bfbd58440ea4e270d57cc748f2b5f6cece63b assets/create/models/block/small_scoria_brick_stairs_inner.json +602a46fb2736acb8c50b0d04222e6c33e52dee87 assets/create/models/block/small_scoria_brick_stairs_outer.json +a8e8c633dfb6d9f14425b1fd28e88ecf08a88cc6 assets/create/models/block/small_tuff_bricks.json +1c3a22bed504cd7a7e507e83ee21399f8a3fb299 assets/create/models/block/small_tuff_bricks_wall_post.json +1aeb8cac7d0178a18ac1cf98c9a45ca8e67514b0 assets/create/models/block/small_tuff_bricks_wall_side.json +4c6b5c7c60ec4cad314064b171413a3e866e5f99 assets/create/models/block/small_tuff_bricks_wall_side_tall.json +6b2c4d8c8609de0d3d6ce1e30b1dd26ba59cb86d assets/create/models/block/small_tuff_brick_slab.json +1ba07367fcba6a3914f1703115304a7c19979542 assets/create/models/block/small_tuff_brick_slab_top.json +1a5ab239d0f2f041ee04005ceb60111e6848f5de assets/create/models/block/small_tuff_brick_stairs.json +be3ee2c36f85a534a71d42a7d63a7816945b3c30 assets/create/models/block/small_tuff_brick_stairs_inner.json +aa84e448041d5f74c75565f5e409b1e9b7e5155d assets/create/models/block/small_tuff_brick_stairs_outer.json +e9c75f1b4b663dce09b0a2f8282e574839c19d06 assets/create/models/block/small_veridium_bricks.json +725f6d3dbcfb469cede6fb27a98c1f398f3f3c8c assets/create/models/block/small_veridium_bricks_wall_post.json +b33ee496d43e315a5bed5eaabfd553e361fec1a9 assets/create/models/block/small_veridium_bricks_wall_side.json +80e950f93def51d82a63848b1fb6ac11600ab1bf assets/create/models/block/small_veridium_bricks_wall_side_tall.json +30b150fe3cf9bdb6ee32cd6b0f51179b44be57d3 assets/create/models/block/small_veridium_brick_slab.json +2158dd9e71f6f60e5132105c68a41ad6e3927438 assets/create/models/block/small_veridium_brick_slab_top.json +bbbfc8e3696945ed1f6c3afe73ae0745ff8deda1 assets/create/models/block/small_veridium_brick_stairs.json +fc3a996b0ca01c2c09ad84b881c46e92918d084f assets/create/models/block/small_veridium_brick_stairs_inner.json +e27a77984e8e28e6032f26bb010efcadfaeb5407 assets/create/models/block/small_veridium_brick_stairs_outer.json +d7c1c2679c8ba543ae7be3b9cf3f4eea3c1a2f68 assets/create/models/block/spruce_window.json +f4a4fbb9eea6fb1d0633e349eae6acdaf329e8d5 assets/create/models/block/spruce_window_pane_noside.json +02a25202a42debcd2b4aaa4113e3de4f8f6ee47c assets/create/models/block/spruce_window_pane_noside_alt.json +25387c9dece1626ff96edc9c43f7f23a6e73a2cf assets/create/models/block/spruce_window_pane_post.json +e13aabf77b949a4eaf33c772e8b7112b1a7f1e72 assets/create/models/block/spruce_window_pane_side.json +96fd27f27d9ef23611cf43c5a7c337260e076d5f assets/create/models/block/spruce_window_pane_side_alt.json +7d1b92cf1a87e6dc0170c545ce88f376e3d6d182 assets/create/models/block/steam_whistle/block_large_floor_powered.json +376b5947c52afd1a3ece25c7c18ea4dc38331106 assets/create/models/block/steam_whistle/block_large_wall_powered.json +993375d35570fcac442ace0ca1a0e8ea15aadfa4 assets/create/models/block/steam_whistle/block_medium_floor_powered.json +9bf5008df74b7caea128580021605a6abcae6841 assets/create/models/block/steam_whistle/block_medium_wall_powered.json +92eba6564e2c65e08bc628107fbf89a5ff7ab53e assets/create/models/block/steam_whistle/block_small_floor_powered.json +d768a02c31606cc46a4bbd619906e313099cce2d assets/create/models/block/steam_whistle/block_small_wall_powered.json +057c92cc040a48e2c43868d5a62383d3809f4e28 assets/create/models/block/stockpile_switch_0.json +2bf8d40bb1b3d13b41cd2dec72c504c6674e6dfb assets/create/models/block/stockpile_switch_1.json +ad3c2c6a877d403df25a2c103c8d70e111ce11bf assets/create/models/block/stockpile_switch_2.json +b83e834cc3473a10f3042535c1febf52b88b0079 assets/create/models/block/stockpile_switch_3.json +6294701ea01580224c0e6eaf24bba13fa1faefe7 assets/create/models/block/stockpile_switch_4.json +bb12d368350de91367a6989ca291f85bd1b1424e assets/create/models/block/stockpile_switch_5.json +51655f0e5ccd15b13745738d38ea430a0e65daca assets/create/models/block/stockpile_switch_6.json +9e74256a37ee71de978395fb911e6e6db9fcc41e assets/create/models/block/tiled_glass.json +49c76af85635454ba3b6278f7317bb1729c4c58a assets/create/models/block/tiled_glass_pane_noside.json +4319255a3fcb0b9b60cba96273c513329a480a6b assets/create/models/block/tiled_glass_pane_noside_alt.json +91b1d80b1fa38d5616818494b3c7ae4f359b8157 assets/create/models/block/tiled_glass_pane_post.json +13daac217dbb4fcc5c0591c6c76b512e829f3986 assets/create/models/block/tiled_glass_pane_side.json +4666d4fa04549c2fc182da43295b15ba6e35e874 assets/create/models/block/tiled_glass_pane_side_alt.json +c6772ce52c8e9e763a2ae26bd367deb02d9b7949 assets/create/models/block/tuff_pillar.json +5b62f55f41de41cdc80af2c474a4b2bbdf9cd629 assets/create/models/block/tuff_pillar_horizontal.json +dd0cfb9dbea4064562869ec6b7c8633b881dff41 assets/create/models/block/veridium.json +25cc486b31fca67b84f44ff4b5c220a059bc8589 assets/create/models/block/veridium_pillar.json +e0fd360f1fa4324ddd7f190b1d14696463ab7d1c assets/create/models/block/veridium_pillar_horizontal.json +5f70af15ec2569c68a17d31024c7a37cb5c68c7e assets/create/models/block/vertical_framed_glass.json +f0100e1d44146b256998fbd2af05da80d147e8d9 assets/create/models/block/vertical_framed_glass_pane_noside.json +4a032c6ae3f459e3349c2a2218da186170c31e03 assets/create/models/block/vertical_framed_glass_pane_noside_alt.json +a1a239714f5feb45a692f5c2873c37d6614e1b8b assets/create/models/block/vertical_framed_glass_pane_post.json +0f7e518ef02428c55e1683bc9de0d20e2c1e6883 assets/create/models/block/vertical_framed_glass_pane_side.json +db3f9472815fb6acc1ee1d9941b8cc19518ebcbf assets/create/models/block/vertical_framed_glass_pane_side_alt.json +f42dee6a64f8b1db8ec7b281de05bc11088b42fe assets/create/models/block/warped_window.json +e84875a4eb11e2161a93ec7569aa2ac1c2f60cef assets/create/models/block/warped_window_pane_noside.json +1e8adba26f93d80a75f5842c8e353a6300ed8fb6 assets/create/models/block/warped_window_pane_noside_alt.json +378c865ff8213ff56f1f7a4b2d9cf26c71f036e8 assets/create/models/block/warped_window_pane_post.json +f320de08cb113a9ad17acd2ebb8dfc57759e4f7d assets/create/models/block/warped_window_pane_side.json +2fc182d9697b5cddd93b01d1236931af27eee8fe assets/create/models/block/warped_window_pane_side_alt.json +32fdb85b5b62d5a0fb41732874c854788cdd2ba1 assets/create/models/block/waxed_copper_shingles.json +fb7fb6deebd502946ab57f1b8a9f4a6b5dd48da3 assets/create/models/block/waxed_copper_shingle_slab.json +660f61112b8e46dec5050cb0ed4ee936965a7c58 assets/create/models/block/waxed_copper_shingle_slab_top.json +5d74be967bbe9feba4b630751f13af817a733d1d assets/create/models/block/waxed_copper_shingle_stairs.json +35cb89f29ce3f8d8af13602c08ecd7afbb7cf56a assets/create/models/block/waxed_copper_shingle_stairs_inner.json +fcb9295f4f388e6d439ec9a3906ca326b6d69077 assets/create/models/block/waxed_copper_shingle_stairs_outer.json +32f06f39d0b34e4431795aa6e64f87e58dc1597b assets/create/models/block/waxed_copper_tiles.json +298c6100de02ed9f813397d8ba38c46f35035c69 assets/create/models/block/waxed_copper_tile_slab.json +d4422c2d96fb329087d1be70d8b983a8cf6c7f01 assets/create/models/block/waxed_copper_tile_slab_top.json +fca72048f916d3a3e567b385c948cc1b59711ef4 assets/create/models/block/waxed_copper_tile_stairs.json +997479b62ed3d81ab633279ecc2fabd9588a3bf3 assets/create/models/block/waxed_copper_tile_stairs_inner.json +d5c5bbfb9aaa282e11ad6e6309b1880b172ee653 assets/create/models/block/waxed_copper_tile_stairs_outer.json +19a773f91c58c49301f35965bac02d0c05fb2764 assets/create/models/block/waxed_exposed_copper_shingles.json +a3420b91fdebec40e508a5eebb145c0201bd80c8 assets/create/models/block/waxed_exposed_copper_shingle_slab.json +4178ea5e50ee17b3c15f4a59efd019c4a19bb892 assets/create/models/block/waxed_exposed_copper_shingle_slab_top.json +dd2d747774abc86e428a883e299db66cded78e11 assets/create/models/block/waxed_exposed_copper_shingle_stairs.json +b6845da62d96a33cee624bb70360e256b26eda83 assets/create/models/block/waxed_exposed_copper_shingle_stairs_inner.json +3d8b758e50e75c5adc26ab6f39f9d73f00866673 assets/create/models/block/waxed_exposed_copper_shingle_stairs_outer.json +9cb20c9d41629d8b9426cb65829365d10966338f assets/create/models/block/waxed_exposed_copper_tiles.json +cd21d9d2935b6d0103502e2731c11ea27ff64ecf assets/create/models/block/waxed_exposed_copper_tile_slab.json +0ec039ba59fb0028183433e52131ff355ace5bff assets/create/models/block/waxed_exposed_copper_tile_slab_top.json +c51dbd34996ac4513234800e427ac308067d5e1d assets/create/models/block/waxed_exposed_copper_tile_stairs.json +68772d4352dc7ade995dfa57ba41a38ef819e855 assets/create/models/block/waxed_exposed_copper_tile_stairs_inner.json +d932671822ba93b71a9c8b50e7207803a1c4dbab assets/create/models/block/waxed_exposed_copper_tile_stairs_outer.json +561beafce41b9e9c0b07bc6b7176dd4f6918c116 assets/create/models/block/waxed_oxidized_copper_shingles.json +7e0bab8109e322c6db5fe1d5999c06536c21c6eb assets/create/models/block/waxed_oxidized_copper_shingle_slab.json +42df32c4e2d1ffb2ee62748becfd1717118b440c assets/create/models/block/waxed_oxidized_copper_shingle_slab_top.json +b55a733e3e68cfbd08d45bb9ac56deef9f728b60 assets/create/models/block/waxed_oxidized_copper_shingle_stairs.json +7b8745213af5aa7938fc04a295be6a087c72daa8 assets/create/models/block/waxed_oxidized_copper_shingle_stairs_inner.json +d89419d48d6ee2f6747e7c93de8699db22ea3f59 assets/create/models/block/waxed_oxidized_copper_shingle_stairs_outer.json +5cf92b628ff1f832966138a58ed87d747681274c assets/create/models/block/waxed_oxidized_copper_tiles.json +ad6134598869711a12e2f95c9b5f25a0f7b8dd93 assets/create/models/block/waxed_oxidized_copper_tile_slab.json +c17bac0fd6a20540813c6a1c000a553b7c5ac849 assets/create/models/block/waxed_oxidized_copper_tile_slab_top.json +d5b30340364f5536e46bc67e777ef4fa20a36e04 assets/create/models/block/waxed_oxidized_copper_tile_stairs.json +b40b315c23cbd3eb4658518bfac836f6091321a5 assets/create/models/block/waxed_oxidized_copper_tile_stairs_inner.json +f4eaadab29b4f2e915237340e2d6f4aad4ba21d6 assets/create/models/block/waxed_oxidized_copper_tile_stairs_outer.json +9c73020e80c31cd710c218f9699ba9a795758ad0 assets/create/models/block/waxed_weathered_copper_shingles.json +897cfc177b073ca1bcb635c74108567f8748b5c4 assets/create/models/block/waxed_weathered_copper_shingle_slab.json +efa57ba131c27e0064c0d958e69b10530a26ac41 assets/create/models/block/waxed_weathered_copper_shingle_slab_top.json +4ef11a7e3de630ad46b9179e8a9a34d55202f6c5 assets/create/models/block/waxed_weathered_copper_shingle_stairs.json +f32a18c76cfaca2153f6321880a8da1347be37ce assets/create/models/block/waxed_weathered_copper_shingle_stairs_inner.json +9637f78e51ca7ed812e4c64c52e08f6fa0adbfc3 assets/create/models/block/waxed_weathered_copper_shingle_stairs_outer.json +9782a25341dd2ffb146430edbe6916932250c326 assets/create/models/block/waxed_weathered_copper_tiles.json +0c9669588972d4c2152bd2b043b8386b76a6e1c4 assets/create/models/block/waxed_weathered_copper_tile_slab.json +2d01a583cc948e9e0cb814cad968ed16a07dd46c assets/create/models/block/waxed_weathered_copper_tile_slab_top.json +e26dd64495ff8801593e9c22203cbf364075badd assets/create/models/block/waxed_weathered_copper_tile_stairs.json +b658c1022587bd670b5acee267607719c1544332 assets/create/models/block/waxed_weathered_copper_tile_stairs_inner.json +e7ae89577be9d26a071bf96cbd7ed80293902b63 assets/create/models/block/waxed_weathered_copper_tile_stairs_outer.json +9c73020e80c31cd710c218f9699ba9a795758ad0 assets/create/models/block/weathered_copper_shingles.json +897cfc177b073ca1bcb635c74108567f8748b5c4 assets/create/models/block/weathered_copper_shingle_slab.json +efa57ba131c27e0064c0d958e69b10530a26ac41 assets/create/models/block/weathered_copper_shingle_slab_top.json +4ef11a7e3de630ad46b9179e8a9a34d55202f6c5 assets/create/models/block/weathered_copper_shingle_stairs.json +f32a18c76cfaca2153f6321880a8da1347be37ce assets/create/models/block/weathered_copper_shingle_stairs_inner.json +9637f78e51ca7ed812e4c64c52e08f6fa0adbfc3 assets/create/models/block/weathered_copper_shingle_stairs_outer.json +9782a25341dd2ffb146430edbe6916932250c326 assets/create/models/block/weathered_copper_tiles.json +0c9669588972d4c2152bd2b043b8386b76a6e1c4 assets/create/models/block/weathered_copper_tile_slab.json +2d01a583cc948e9e0cb814cad968ed16a07dd46c assets/create/models/block/weathered_copper_tile_slab_top.json +e26dd64495ff8801593e9c22203cbf364075badd assets/create/models/block/weathered_copper_tile_stairs.json +b658c1022587bd670b5acee267607719c1544332 assets/create/models/block/weathered_copper_tile_stairs_inner.json +e7ae89577be9d26a071bf96cbd7ed80293902b63 assets/create/models/block/weathered_copper_tile_stairs_outer.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/white_nixie_tube.json +99f0628623a36ac1700a5876cec010ee6353162f assets/create/models/block/white_seat.json +f252f8c68702a0c050797a2dc2a51c586408722d assets/create/models/block/white_toolbox.json +c9e344a06ee8bca1bfddd70481198135cabafbce assets/create/models/block/white_valve_handle.json +893643a67b4f3ff16cf6523f6f90e3ca0d39139e assets/create/models/block/windmill_bearing.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/yellow_nixie_tube.json +cf8477d6c7558ceba38416fae755567086a856a6 assets/create/models/block/yellow_sail.json +07b68f0e4c617dfe3e935a1b9e8e020ab3131c0b assets/create/models/block/yellow_seat.json +21bb6e0b43984214c496e531e16dd60aeb619a42 assets/create/models/block/yellow_toolbox.json +467109ede866fb030d2cdc46c832643630d982b5 assets/create/models/block/yellow_valve_handle.json +23d6852eca1bf1480dc74ed51d15c098e26a520f assets/create/models/block/zinc_block.json +617330267f01a08062b05b8516082d7ebdab3d0b assets/create/models/block/zinc_ore.json +86b835fa8d2264feb2159262b069c6c2cf68e818 assets/create/models/item/acacia_window.json +697eda24a3a1c79401d7d073a503804cb589e2f5 assets/create/models/item/acacia_window_pane.json +feb7bd45dc6ec0542c7af648b371e54168641d1e assets/create/models/item/adjustable_chain_gearshift.json +be9e4a7937dcb87bce696e6ad234c9eff8cd299e assets/create/models/item/analog_lever.json +626cc26c8a7a2742b991b432c5104981183f1eb6 assets/create/models/item/andesite_alloy.json +11c747281cbe2d96324db27fec020100b50977d0 assets/create/models/item/andesite_casing.json +ddb782a38f13bfc7da34c00871b38048a4a08792 assets/create/models/item/andesite_encased_cogwheel.json +6e0bb25ef4ca5b148592c2cddd8c96c9017d999b assets/create/models/item/andesite_encased_large_cogwheel.json +af792bb7d70029e66cc8aa21ed61322f899fb134 assets/create/models/item/andesite_encased_shaft.json +8ab8027d257d512c369d57a8dcc6fc9077008973 assets/create/models/item/andesite_funnel.json +113fb6cb131bc3cdf63f558be71b8d77f9ae64c9 assets/create/models/item/andesite_ladder.json +f187d676688c728804ab3758eb4b78a431c7ec21 assets/create/models/item/andesite_pillar.json +c541ce58f49adac21bab57114b80e9da8106cf99 assets/create/models/item/andesite_tunnel.json +bd95deec527040a50f28da8855c623b4d8dfc3f2 assets/create/models/item/asurine.json +8b61987c61ae461e4bea0fccf5b1bb3399ac9226 assets/create/models/item/asurine_pillar.json +6913f9acbb272de28387918ce92984fa767b4389 assets/create/models/item/bar_of_chocolate.json +def88cd2c79a1f0ed40bbf5a0332187dd1d6006e assets/create/models/item/basin.json +35a1e2cb2645a8386dfee2697b47547b3f9a1dd2 assets/create/models/item/belt_connector.json +f5dcb9096a52d5d2eab1e4204fbd1222e0d5094d assets/create/models/item/birch_window.json +eccafeec52e4195fbe211c602b4fc71a260d8a64 assets/create/models/item/birch_window_pane.json +7ca635d45fef81e6681a492be6c7bb71fd0f4574 assets/create/models/item/black_seat.json +e2dc1a8db84d84d592bfd91a26464343b8706bc0 assets/create/models/item/black_toolbox.json +20fbeb136e85d146c0e041f7f1570b1d1fd34585 assets/create/models/item/black_valve_handle.json +c31038397821b6abe296d2799aa81edf3c12d095 assets/create/models/item/blaze_burner.json +9d28754112688323a6b55ecb6742e918eabfd6a3 assets/create/models/item/blaze_cake.json +01637416bb932d861e9c9b10b256b2fdf4c96d44 assets/create/models/item/blaze_cake_base.json +de8beb7ef521822eb9b2826806baf1fa3344a45d assets/create/models/item/blue_seat.json +a82bc56a503cd15d2354c86a49fc6d1d4ed22767 assets/create/models/item/blue_toolbox.json +2f90f781cd9b5d144a6cfd4748ae3a87c9f12ba8 assets/create/models/item/blue_valve_handle.json +136f97f26217c51c932d79bf715b2a1a92e6595e assets/create/models/item/brass_block.json +c876713c3b8ed6511679d1e3186e6d6031190dd5 assets/create/models/item/brass_casing.json +aeba15ecd6e6f0914b6ce2c0cf5787cb41f856e4 assets/create/models/item/brass_encased_cogwheel.json +fd9b8984bfb2523031c4acc5f8c7f6323dd57568 assets/create/models/item/brass_encased_large_cogwheel.json +67a6ed2caa2ae35b8a9e81219ab678102c28072d assets/create/models/item/brass_encased_shaft.json +eb6cd761122d76e709362dd6156f9a9351da2d8f assets/create/models/item/brass_funnel.json +6da5a17e2595ce82fa29dc815250fbdebae7c7ae assets/create/models/item/brass_hand.json +dac449cb08713a7c9290ceb0d2669b3fc62a06de assets/create/models/item/brass_ingot.json +a51a28424e75dbd11c845f455c778d4c578b9da4 assets/create/models/item/brass_ladder.json +55208677f9135c3ca897c2432caa332bb1b858f2 assets/create/models/item/brass_nugget.json +b78e9274156f5027a9a3b6fb7725c57a7aecc8bb assets/create/models/item/brass_sheet.json +27063d589fe0c14819cac7db34ed29998a8420c1 assets/create/models/item/brass_tunnel.json +fce64539b36fc8a5ffa39d7a3f73765818437cbf assets/create/models/item/brown_seat.json +90c1ec317beed0b5735c8731e3115a695b7060f7 assets/create/models/item/brown_toolbox.json +9477ab491586f1314bebf4d58387425ae56d0bad assets/create/models/item/brown_valve_handle.json +1db479848369140bb913ba09f3f1d994e4ac864c assets/create/models/item/builders_tea.json +f5ff4e2ed2ea2e43b6d02f6a95ba02b2e4b611dc assets/create/models/item/calcite_pillar.json +1cdb2b8801551c1540bb9b2a9cc3d725a2b433e7 assets/create/models/item/cart_assembler.json +a197d08618f4035182c91a6b16031eb681ab8a7c assets/create/models/item/chest_minecart_contraption.json +293cfa8b1073f8641a2c623b73a90907576c36ed assets/create/models/item/chocolate_bucket.json +77654cbd16cdfa95181ea3f85fcfa3cd352b69fd assets/create/models/item/chocolate_glazed_berries.json +6e24ec6cd22448fcf4282563a6612034a4a4a05e assets/create/models/item/chute.json +e42f988403c87b0601fa7c5ddc6168d06e91a8a4 assets/create/models/item/cinder_flour.json +9656ebb104b88231f2582a8a854b3d00383802f9 assets/create/models/item/clockwork_bearing.json +09a557848d21d15a8484b53fda67e9b86ab6b40d assets/create/models/item/clutch.json +83ebd837c4752b23d9dc7e54e54c182b02e0f26d assets/create/models/item/cogwheel.json +dcaabf9723d27f154f012fb308edbabf9b3d76dd assets/create/models/item/content_observer.json +33cfd6dcf11287f5e666c6a4f4af026b9b05f30c assets/create/models/item/controller_rail.json +6a4e8aa37120fa8238be72fb2c732f9ab5670d53 assets/create/models/item/controls.json +68d0bd260e5062448ca9008f7cf44e963d941653 assets/create/models/item/copper_backtank.json +6c53b1a6ed28929b7a0a090edf6101e610f842fc assets/create/models/item/copper_backtank_placeable.json +688e4dee99126b7507761de618d6788c18f17153 assets/create/models/item/copper_casing.json +4a849d8ae080dca8bb53c7f53558c76e89e1609e assets/create/models/item/copper_ladder.json +ccdf08652511e5737a8489d86ea9422ade4f4ca5 assets/create/models/item/copper_nugget.json +a4fd2f4f00e03b2ac5d863e93827d39a984cc2ff assets/create/models/item/copper_sheet.json +13b18ba2938e283d507fbca70518cf52198cdc71 assets/create/models/item/copper_shingles.json +79d9f8667965072f12e51e6601b5c36f8acc125f assets/create/models/item/copper_shingle_slab.json +9fe6f0bdea4595b403ed2d2cbc2023a9abeb79f0 assets/create/models/item/copper_shingle_stairs.json +19642e4ea5deecaf57059827c4c13a19d2e73822 assets/create/models/item/copper_tiles.json +a7147444fc28a4cce21b6cf38e9528537e27c352 assets/create/models/item/copper_tile_slab.json +7330324d6c64f0340d676ecef83a930515d9130e assets/create/models/item/copper_tile_stairs.json +08c35e85afe4eb2b106133c5d9c7d7c64ca9a915 assets/create/models/item/copper_valve_handle.json +d042526836aa5261a49557e6c656ee06d6eeb2b0 assets/create/models/item/crafter_slot_cover.json +ae5f96175f8b70144a940789aaa3956173906939 assets/create/models/item/crafting_blueprint.json +21ac802aa450b5917f1883e8e3d8b8e2f80bace8 assets/create/models/item/creative_blaze_cake.json +27a8a2681d7a128da49f8c828ffd67a9ec4c9d63 assets/create/models/item/creative_crate.json +01fbc5c7662880fb67a8a38b909b0bd55864a34b assets/create/models/item/creative_fluid_tank.json +ad620bd5eb32a41b0a8a130f49ab3dbb398907e5 assets/create/models/item/creative_motor.json +03a39539f5124e0872fc43f1529cb59a8c0edf7e assets/create/models/item/crimsite.json +e432e359b77e7129e18c1d4daf68d11c4a661110 assets/create/models/item/crimsite_pillar.json +9c77e6d7d56310b34468a6d52080e477e893494d assets/create/models/item/crimson_window.json +43625514f941a61cfbae339419d0de4b22db9662 assets/create/models/item/crimson_window_pane.json +5ca45663ebe86fa950422dbb9b01466b7481fb61 assets/create/models/item/crushed_aluminum_ore.json +2444b785037622848eba0e4c28a4b08e721d092c assets/create/models/item/crushed_copper_ore.json +66ac146278a0f6fbd8786ef54973de43774938e9 assets/create/models/item/crushed_gold_ore.json +1eb56f88fadc6e59ab2a99d4e695f4b6f0b45170 assets/create/models/item/crushed_iron_ore.json +9d5a2184c2cd323ca2b85b7e20f306af4e57d855 assets/create/models/item/crushed_lead_ore.json +9eb46a88b86076c907dadab3e3bfa1bacd721f90 assets/create/models/item/crushed_nickel_ore.json +086bbb62b3d04cba493e6ea79283a6425bdfcd1c assets/create/models/item/crushed_osmium_ore.json +dd716a4af46045021fe5ff8a7a497efc00277dc0 assets/create/models/item/crushed_platinum_ore.json +392262ebebe5f36b14136df479f2a7e111888586 assets/create/models/item/crushed_quicksilver_ore.json +fc1d202bb318061ae8d9f30993bc5aa84d428e66 assets/create/models/item/crushed_silver_ore.json +5b6cb4201eb3af671e415f6b263f80e6d186c9e0 assets/create/models/item/crushed_tin_ore.json +9659c432fdf348c81aaf39b8745eb796eca93c11 assets/create/models/item/crushed_uranium_ore.json +1c5eb12c78687fa35c075845febddff1dadb1d4e assets/create/models/item/crushed_zinc_ore.json +a253eda226cb3bdcd6fb5cd851ea15ea672a1e3b assets/create/models/item/crushing_wheel.json +af189b0c04482064520d84546d81af8154824292 assets/create/models/item/cuckoo_clock.json +314fb287c7b16a6478fbefde0da80de8828b684e assets/create/models/item/cut_andesite.json +e2840073eac2e6419cd312b3d0177d4c64a5346c assets/create/models/item/cut_andesite_bricks.json +680fe77d50f7c3253ec4997f74761f962b784e15 assets/create/models/item/cut_andesite_brick_slab.json +3c1d56f9686bb2b97c168b0509ddfd06e80be9a0 assets/create/models/item/cut_andesite_brick_stairs.json +4222b965f8a18f78b92838e4642a28fa3e0ad648 assets/create/models/item/cut_andesite_brick_wall.json +c100e02ef9b05f4f6df3ddbbfe91db1032d4854b assets/create/models/item/cut_andesite_slab.json +f435a67b3d89d12b6e8cb5071a67e35f0918dc79 assets/create/models/item/cut_andesite_stairs.json +df9084d532a085220280bc7bee579e1079fbf786 assets/create/models/item/cut_andesite_wall.json +025eedca45b222b91d93b9a3a89fac5ad328b152 assets/create/models/item/cut_asurine.json +1ceb483f428448f00a08541fbcf4f4787aef3f1e assets/create/models/item/cut_asurine_bricks.json +022c56e7aafa7ca4cdd1a88426eb43f9e02c3cc2 assets/create/models/item/cut_asurine_brick_slab.json +3131e09a221c2f0a17cfc7277603f2e3c8164bc7 assets/create/models/item/cut_asurine_brick_stairs.json +dc1f5f03acc1165606c48df97953164f6bd7f092 assets/create/models/item/cut_asurine_brick_wall.json +e81d7df1f1b8281c38400713b09cbac59c4d53cc assets/create/models/item/cut_asurine_slab.json +cf534603fe71423e0ab80d431ab12394d0a6bb21 assets/create/models/item/cut_asurine_stairs.json +7ca803f5a7798ea034db6385a5f36a48e235c247 assets/create/models/item/cut_asurine_wall.json +707fb799ca44280cad0b817f29a7c75dd0f0ce5e assets/create/models/item/cut_calcite.json +5678b9f76823efac2c6624acc7b2b911402112f4 assets/create/models/item/cut_calcite_bricks.json +f794423b242228c43345dc1f40653133fb7f3db6 assets/create/models/item/cut_calcite_brick_slab.json +8e9b46e52758ec7f21c3b84c212e2f6565bf71d9 assets/create/models/item/cut_calcite_brick_stairs.json +1447d21b7fc331528bfd15e5b9d694eb1a31cfb3 assets/create/models/item/cut_calcite_brick_wall.json +c78c99c78a19097d890414b21270014b52bafd8d assets/create/models/item/cut_calcite_slab.json +e6a9144a4bb9e5af3f57d0acdb26d66dc4547217 assets/create/models/item/cut_calcite_stairs.json +daf2a2513f6636d140c23b90ba87aad35476c498 assets/create/models/item/cut_calcite_wall.json +29f2bc72aa50cdf34d1d5bfd01a4512d5974dc65 assets/create/models/item/cut_crimsite.json +20bc810ca5b2a35a423e57f287e2f42ad9940b89 assets/create/models/item/cut_crimsite_bricks.json +7c37d3de9674e70595498d1c46c5693d9f39a502 assets/create/models/item/cut_crimsite_brick_slab.json +b974c0f2f0e5119d9bac6a36946d4dfdd65b4b5f assets/create/models/item/cut_crimsite_brick_stairs.json +c1289ddff572149b2171859689228615802dc825 assets/create/models/item/cut_crimsite_brick_wall.json +8855eb44a68277668c77858715652d6851fa507f assets/create/models/item/cut_crimsite_slab.json +57101d3c2d570bc2c389c1e05e1354d79de70a0a assets/create/models/item/cut_crimsite_stairs.json +a10cd65d675a05b9dfbdac67a2d9ca3b4381396a assets/create/models/item/cut_crimsite_wall.json +a4ad900cf65136835c259c1e349781538d537a9c assets/create/models/item/cut_deepslate.json +81b10b5d159db4000f4f6569b83fc7e8f702f015 assets/create/models/item/cut_deepslate_bricks.json +a63bbe474ca7d8ceafb6bfcb21a88841980fe8e6 assets/create/models/item/cut_deepslate_brick_slab.json +7c1ad49844eafbd87f8c69a077a8c18ccdd4a919 assets/create/models/item/cut_deepslate_brick_stairs.json +6a4ee2e810731e0702c1493237343a567cc736d6 assets/create/models/item/cut_deepslate_brick_wall.json +ff0d08d1b59de36b016f7952d2bd72d8e1eb1293 assets/create/models/item/cut_deepslate_slab.json +627c806a6eba8b730682821deb31627d75683e88 assets/create/models/item/cut_deepslate_stairs.json +9bdb85a688b09eb34eb8024a6808406118f78133 assets/create/models/item/cut_deepslate_wall.json +c33c48d71d98f4b8a84c7f0a4ee88918fed3e798 assets/create/models/item/cut_diorite.json +e8a697df63b0b5fa74dbc70e76b55718a2cc388f assets/create/models/item/cut_diorite_bricks.json +63bc297b782c40c513873b7f8fd8284abce01753 assets/create/models/item/cut_diorite_brick_slab.json +f604d088c8c7c6d847795459231d0df8c73d95fb assets/create/models/item/cut_diorite_brick_stairs.json +b06be3da6017aa7fbc38b8aecda0d30dae313c13 assets/create/models/item/cut_diorite_brick_wall.json +4650f375365caeb237947f6e933d174ebbfbc1e2 assets/create/models/item/cut_diorite_slab.json +933d14f51272b39fc13e94d58f3100469d7cbe06 assets/create/models/item/cut_diorite_stairs.json +0cc44bb9ad0ed3ff11bc6113d0a9e31e99b169b8 assets/create/models/item/cut_diorite_wall.json +e2123180fd5312d1e67b3a030fcbc4b6f11aa8bf assets/create/models/item/cut_dripstone.json +4b5d7bbee5741b112e2cb354c5fe49c088fc9b2f assets/create/models/item/cut_dripstone_bricks.json +a815b2a927853d6d82d8b69f862be3091c5c8caa assets/create/models/item/cut_dripstone_brick_slab.json +b8cb1b04eb869a06ded04c4c3acac6e5a315ee78 assets/create/models/item/cut_dripstone_brick_stairs.json +87fafd603eb4ba41981cd9c9371ac4618909f94d assets/create/models/item/cut_dripstone_brick_wall.json +756c801f6bba006fbfd3486e95ba870909ab2902 assets/create/models/item/cut_dripstone_slab.json +c59d314e1b5cce1c3745ce164c2a094e17f7a003 assets/create/models/item/cut_dripstone_stairs.json +125b24d28a9957740855467440ad8508d21c24d7 assets/create/models/item/cut_dripstone_wall.json +2fbce0b481f7cf2cf4f0fd03c86ef743b7c30879 assets/create/models/item/cut_granite.json +d8860602cc52fac5a09354c56e78fdfd7d9cb6a9 assets/create/models/item/cut_granite_bricks.json +3584117ed8a69c3842fde1d6accfaaa2c72e44f4 assets/create/models/item/cut_granite_brick_slab.json +c68d1c09b9091bc501279115be16f83508b88fed assets/create/models/item/cut_granite_brick_stairs.json +5a37b24319a8708e444902eae3596b68daaffd15 assets/create/models/item/cut_granite_brick_wall.json +c2f6603e8cbfc0cdf5e5ef10c6a4baef9c917b6d assets/create/models/item/cut_granite_slab.json +66f8e6d556446441e157427437e9563075e2d6ce assets/create/models/item/cut_granite_stairs.json +fe06c8aeab9e4c8a145375af46cbdaed701baad4 assets/create/models/item/cut_granite_wall.json +b5c3df9c28a14683a363769cad5d154af56b8da4 assets/create/models/item/cut_limestone.json +7d026353711a464400e69c7e86c9b9c6aa70bf6d assets/create/models/item/cut_limestone_bricks.json +2822ebe1d4211f240e31866759e25add5f0fb56d assets/create/models/item/cut_limestone_brick_slab.json +694dfb73585167011d8123d64f5896697594f4ce assets/create/models/item/cut_limestone_brick_stairs.json +db8851d6a1b7604ca1ba7615e1f162f6f5220801 assets/create/models/item/cut_limestone_brick_wall.json +75584aa5e06168d8866b022fcd72377351b774d9 assets/create/models/item/cut_limestone_slab.json +1df9a186a146e597b48da4c4461f1a98ecf3646a assets/create/models/item/cut_limestone_stairs.json +b70ac5462ef4d0363332656aa7cb82919f679893 assets/create/models/item/cut_limestone_wall.json +92bc693db4e0ba6164cd35d4f5fa0982f3b8f796 assets/create/models/item/cut_ochrum.json +3e8e00c602b1fbce888e6fe22d9525f1c025129d assets/create/models/item/cut_ochrum_bricks.json +1edc47c279fadde74322d3fa89ef776bdd6fb354 assets/create/models/item/cut_ochrum_brick_slab.json +4678e2a97c73139b458cea657a55f74659bc36d5 assets/create/models/item/cut_ochrum_brick_stairs.json +85044ec7033cd4c6aa913c4c4bb6c0e3a4386023 assets/create/models/item/cut_ochrum_brick_wall.json +e0e494fb7fa1767241507347318560335339a2a8 assets/create/models/item/cut_ochrum_slab.json +de7c5917bcb14f398d39e3932bfe5e1967ed7a24 assets/create/models/item/cut_ochrum_stairs.json +5a8f8c84e95ee0ab97106a801a456282f5ac207c assets/create/models/item/cut_ochrum_wall.json +1631a807135cf993d9a81068c65e78face2f24e0 assets/create/models/item/cut_scorchia.json +5ecb9692e478e29d64aeb5867e8677671560755d assets/create/models/item/cut_scorchia_bricks.json +ac3a29573ce099ac57f59d0a2f1cdc0a453e0621 assets/create/models/item/cut_scorchia_brick_slab.json +d3a8a8e0e85aaaadccb18cdce33da54ae0e8a8d7 assets/create/models/item/cut_scorchia_brick_stairs.json +83be13f6cbd9a58e10869e4152066cf3b265f347 assets/create/models/item/cut_scorchia_brick_wall.json +0fee2e7f8e80bbd33e4d928c8374e6dae65f0b1f assets/create/models/item/cut_scorchia_slab.json +88a6b3709bab76390ace6f641eac18d43c9d099f assets/create/models/item/cut_scorchia_stairs.json +d733d43252bf27b6fb1d7e016dc77556c3d1eb71 assets/create/models/item/cut_scorchia_wall.json +ce75fb80c38c94bf6bf631eeb756909decaaaab0 assets/create/models/item/cut_scoria.json +81aa0bd4ec878754043a107466dcd87d49b3697c assets/create/models/item/cut_scoria_bricks.json +d78a5126aefdd4cd182f9ec0ddda64df00d0f01c assets/create/models/item/cut_scoria_brick_slab.json +661d49b996f9c97a333e7e39dd13a0476db6b142 assets/create/models/item/cut_scoria_brick_stairs.json +3be69c075b479ac53c6201d7d7224d399f8009b6 assets/create/models/item/cut_scoria_brick_wall.json +824bedfbeec53ec8f539fe73c0a3c3d927a21aa4 assets/create/models/item/cut_scoria_slab.json +15560f1251f18d53fe1b71adc6be5060c4d8fb94 assets/create/models/item/cut_scoria_stairs.json +e35ebcc4f7f7b94623af85b181d916e48fbbb5ed assets/create/models/item/cut_scoria_wall.json +71284d3d6dba230dbecd01eb015e0e65877b820d assets/create/models/item/cut_tuff.json +4de100799e290db3fd46923781a83e6a12654266 assets/create/models/item/cut_tuff_bricks.json +4c7d5fadb0b0eaecf2055a0cd279f9ec130b93d0 assets/create/models/item/cut_tuff_brick_slab.json +6f32b83c9f82424c0e2a2e0a8813eb44c2ac4527 assets/create/models/item/cut_tuff_brick_stairs.json +9088296b7677bddf16d670858a619d846a134ef6 assets/create/models/item/cut_tuff_brick_wall.json +e9134027cc917e2e878456edb49bcfee382e73b1 assets/create/models/item/cut_tuff_slab.json +8235a34249197c100645b55ded5ff619a055d8a6 assets/create/models/item/cut_tuff_stairs.json +a1626993eafa8d85dc950e17cbf78378ed64c7d2 assets/create/models/item/cut_tuff_wall.json +a343c74f1e55426330df18f522e6d2a81276c499 assets/create/models/item/cut_veridium.json +3c3fd197f8e299ff90850e24c6507ea12f373123 assets/create/models/item/cut_veridium_bricks.json +c1c5561ce31e237b7ea8f1adfb6a79e661b7f940 assets/create/models/item/cut_veridium_brick_slab.json +f633006045ccfcdf486d7a240217229d6eed717e assets/create/models/item/cut_veridium_brick_stairs.json +8182109a002317dd8d2767b3828f8c44166a053f assets/create/models/item/cut_veridium_brick_wall.json +410b949304faa5856028f7c42ab762b7498ffd95 assets/create/models/item/cut_veridium_slab.json +62697c0922b11537914d2f4f84faa0b909ee518d assets/create/models/item/cut_veridium_stairs.json +3921d61a26d48d999cbb2f6645611e53ea71978b assets/create/models/item/cut_veridium_wall.json +eef3be2fa3b6424436a553e3c1bfee3979015962 assets/create/models/item/cyan_seat.json +265d5d6de4238442bb9b161dba0a2fc2f063df0b assets/create/models/item/cyan_toolbox.json +8beb6459822efe59d0f60749143d73c5390e39f2 assets/create/models/item/cyan_valve_handle.json +2e0a1bb3f3498454eb23dab5d4eb6fad98fe586c assets/create/models/item/dark_oak_window.json +34088ac6ee20cd56c309ad687e2b721fc6070b0b assets/create/models/item/dark_oak_window_pane.json +5b90f8778ae1c2dbd99da89407f12bfb4775b123 assets/create/models/item/deepslate_pillar.json +9b5b804fe75a3e748a0d9a6761ab46178e5f3850 assets/create/models/item/deepslate_zinc_ore.json +7ff5075e907b57d6b0f6fd0a31d0e46464afe634 assets/create/models/item/deployer.json +aa44d681c3ccffe08aedbda093062b1a5ab3302e assets/create/models/item/depot.json +85a5830ca034be9a0ed534186210aa975278b20b assets/create/models/item/diorite_pillar.json +2a992f0961b8bab5628e075da413c91e903e424c assets/create/models/item/display_board.json +0dd4d33644c9ec7dbf920d7fd7b713e4b413b330 assets/create/models/item/display_link.json +68149ba11c8224bd8c15f52c3d04505d4640d809 assets/create/models/item/diving_boots.json +faa024189d2e552d4224f9941c3f65397e1b0418 assets/create/models/item/diving_helmet.json +eb750000addd1c25e79fc9fb277ccdcc3274852c assets/create/models/item/dough.json +5803643723c0aa65d6c531c1f9798556cd36d21a assets/create/models/item/dripstone_pillar.json +97ef1363d4a64103d2ec3b0e8640cf931d0c3f94 assets/create/models/item/electron_tube.json +890e519d407cab18c04ee439e7d5f67eb4f76ab3 assets/create/models/item/empty_blaze_burner.json +badd4326fac0b0a1590a2e9bce7c2cdd4e4562f3 assets/create/models/item/empty_schematic.json +5daa4b49db850923319916aaa9842c33f99e0a00 assets/create/models/item/encased_chain_drive.json +7ec3ed4aaab72d76f6414447bbb3ad7887adf61f assets/create/models/item/encased_fan.json +9775e83414c0febb5c5b832437b0580e91bcbff3 assets/create/models/item/experience_nugget.json +87add851ae3271d733c9e6888865c288b6716f3b assets/create/models/item/exposed_copper_shingles.json +721c8ac46bf23abec2bbf4cff6dbfdf96cc569a6 assets/create/models/item/exposed_copper_shingle_slab.json +6e1c7fcd8da84dc2d49adb9802ce4fb431eddae1 assets/create/models/item/exposed_copper_shingle_stairs.json +fa7ffb172a43774cc07a2bb201e7010a2549001d assets/create/models/item/exposed_copper_tiles.json +a443633d90ef9ac2a866b69b2ecdfad1841dc3e1 assets/create/models/item/exposed_copper_tile_slab.json +9bb425a14635fc8b36a9a95f3d0c54e0b129b7b4 assets/create/models/item/exposed_copper_tile_stairs.json +8b64a93d9b6e33e3caa66adb7a0cc8c5cd473023 assets/create/models/item/extendo_grip.json +575047531b8e324df9e58abba79cfe9ee3db8b16 assets/create/models/item/fluid_pipe.json +51d34caaa63685e901b8bfe6ced13ff2e8914ce7 assets/create/models/item/fluid_tank.json +2abb05e5097eab5e4bece05c0e48561ce1b0e59e assets/create/models/item/fluid_valve.json +37dcb8911cd29d883849b655e3e388dbba5df6c0 assets/create/models/item/flywheel.json +ddeba2ef1d185629be5c88aeb2105fe0aaae3951 assets/create/models/item/framed_glass.json +02a88f5c9aab6fc2f6cbbdaa871fd67476c9a9c2 assets/create/models/item/framed_glass_door.json +c27e10488bd56237af75b1fd8742a5e633d7ec4a assets/create/models/item/framed_glass_pane.json +127386f4dee6c305023e45ad6b2f04fd6d4e5009 assets/create/models/item/framed_glass_trapdoor.json +b17d9fd1a92db0965f2e5da6215956b0451af29e assets/create/models/item/furnace_minecart_contraption.json +7b3a197eed9dec75f95aaed8e438d49d46948f1d assets/create/models/item/gantry_carriage.json +8fb838ee0868f371eb538f98ffeeaa6d0cfa5f0c assets/create/models/item/gantry_shaft.json +99eca35e3a966fc2a252b23a7c49c093db4d0537 assets/create/models/item/gearbox.json +41438bcba9657f3db9ae35cc20b03dced22c99db assets/create/models/item/gearshift.json +7c850a41a754e46bb9c9f257ed621e37a1b9506a assets/create/models/item/goggles.json +b1ae37998326c8ca054e57b0cbff0b51cad98625 assets/create/models/item/golden_sheet.json +85c301898775d5720d4d11c1c555b331a5c2e93b assets/create/models/item/granite_pillar.json +b8d6d2d163e2ab5f654bbc4eda9ad63f8064d27c assets/create/models/item/gray_seat.json +6492f86b693f924d0222d0ca1d16fbe33d797b1a assets/create/models/item/gray_toolbox.json +2a9500f9630b1da44615c7c9ca145b56324c46bb assets/create/models/item/gray_valve_handle.json +2843370b0e693e1ba1777c26416914edbd87c4f9 assets/create/models/item/green_seat.json +561e0579101bf602b252c0b9a5eec468c89d0e40 assets/create/models/item/green_toolbox.json +7d3ddad087b4d2c6a32f97092533cbfb5de0cb3b assets/create/models/item/green_valve_handle.json +9e352162c8135773a4eca41871beea8f3ca650ae assets/create/models/item/handheld_worldshaper.json +dac0331061c464e6d3e2070b232781c632840191 assets/create/models/item/hand_crank.json +7bb435c53cbf935d80a28746125aebbd6263e45c assets/create/models/item/haunted_bell.json +81d67fb0e59f25762a412990884813c72d399d55 assets/create/models/item/honeyed_apple.json +2e97629313eab1a4ac4b38785dbe7ed45346e625 assets/create/models/item/honey_bucket.json +70185e640169d6253f06fb98f31b240f4807a53e assets/create/models/item/horizontal_framed_glass.json +e623c9541adc0fa877c5615e3211f47886383f2d assets/create/models/item/horizontal_framed_glass_pane.json +58b6f4ec2af3a69ae7145fb25d73451b6e8a2834 assets/create/models/item/hose_pulley.json +14ae1ba5e842715fc4526b19e20c74d10102eb4a assets/create/models/item/incomplete_precision_mechanism.json +ae5c5925ecf775a4f5c3dc3c79d9766d7dd34ab6 assets/create/models/item/incomplete_track.json +c6e3e4ca8b3dfdaaa943faa3dc89c0b2e6f2b5c4 assets/create/models/item/iron_sheet.json +d1fbf1be53208c3ab5384dfd6be4d980c858941c assets/create/models/item/item_drain.json +908dd0a4eafd868d280e25cfb7721f20b649560f assets/create/models/item/item_vault.json +5fba1fa33e360c2744ec74d7ccb63f9baa295546 assets/create/models/item/jungle_window.json +b3a0c9664465f49a2f53e4ded6c29710a357e6ca assets/create/models/item/jungle_window_pane.json +26c3f75074779ec0286e19219bd277147bfb9e96 assets/create/models/item/large_cogwheel.json +33978f928e1f548a2b53081d6a7517e41d875ec3 assets/create/models/item/layered_andesite.json +c4282864fa5dd189b851a2494e55d4cbcb67ad50 assets/create/models/item/layered_asurine.json +1baba6ebcb0d9f9caea736ede395032d91138b7d assets/create/models/item/layered_calcite.json +0b125c352a50dae3b7473ae203f411f6f7a49936 assets/create/models/item/layered_crimsite.json +e57b9a96c7ce0eb85f7dd3dfc0c396ccc42e047d assets/create/models/item/layered_deepslate.json +595fb61683e4dadeca1567fe86c03b7d0cf61c65 assets/create/models/item/layered_diorite.json +8d1e8ee93322492c3a759dbf97a88502054a818d assets/create/models/item/layered_dripstone.json +a22638fd361a8185175e107a8ee092a9ac030b7b assets/create/models/item/layered_granite.json +082a810be93074d9be64bafd04aed9e01a61787f assets/create/models/item/layered_limestone.json +5dce9fcf047617deb7598f6444b6dc45ccba2a45 assets/create/models/item/layered_ochrum.json +2d19b81d7452d83908b11611fa30f36e7e05e3c2 assets/create/models/item/layered_scorchia.json +14494272713544a1595d654fd397a986b2da0951 assets/create/models/item/layered_scoria.json +b1174d783c62dda84aafd4259c622197f4664421 assets/create/models/item/layered_tuff.json +952b07dbf9ecc1883deabaa1344667f13936f7f2 assets/create/models/item/layered_veridium.json +b44a9f1bd9079f3533d7f708d76eb19a864e5ebb assets/create/models/item/light_blue_seat.json +dae914625ff1bc3ebe1463485cad4526a7d7e9f5 assets/create/models/item/light_blue_toolbox.json +1d94314f185151eb9dcabcef950abf6f86c3c836 assets/create/models/item/light_blue_valve_handle.json +1747bcdea3b1d3f5dfb786102069e07198d36dfe assets/create/models/item/light_gray_seat.json +c8513eb1c89652783e26d7dcfcf64afa97619bc8 assets/create/models/item/light_gray_toolbox.json +3774d23e76b5712e7004e333e0a770f2230c2998 assets/create/models/item/light_gray_valve_handle.json +9a124c76d659aced2aaa16f3019d1f1bd58d5cd3 assets/create/models/item/limestone.json +fba1e7d1cad39c89976b427db62544d80f47ad5d assets/create/models/item/limestone_pillar.json +32cd55a1c97a31a13ad106a457ec9925aa91f6d3 assets/create/models/item/lime_seat.json +931d187c11cb95a0eeae8f256187ef551b42007e assets/create/models/item/lime_toolbox.json +d0f4148bdb0a905e68f54b5dfd829fd47e528fea assets/create/models/item/lime_valve_handle.json +1d30f9b525e8e9736b34a92f848e235c71fd6bd8 assets/create/models/item/linear_chassis.json +8f622f5f79446f6060d9e8815205fce919c8c829 assets/create/models/item/linked_controller.json +ad6fd371ee989c9c3c21e762273e8a4e903f0af8 assets/create/models/item/magenta_seat.json +7c0e3f91e5ab029473736deffb2b2aab9d4763c7 assets/create/models/item/magenta_toolbox.json +6d82582e5afea919927606b20a74cbda5223956f assets/create/models/item/magenta_valve_handle.json +d5b1665cdcf03baef41a8d3fbbdcc747cd6867f8 assets/create/models/item/mechanical_arm.json +95d437fffd455e5a22d288bb7683fbdce211fa8a assets/create/models/item/mechanical_bearing.json +08dcab9d0cdb7fb6426b8dee508eecc3f5d71fb1 assets/create/models/item/mechanical_crafter.json +940cf30fa5a57b86a51b95f1f975cc9924ddba98 assets/create/models/item/mechanical_drill.json +16d2bbc82369aeedb8f194c625666867e8ccbafb assets/create/models/item/mechanical_harvester.json +7673e14a84a38a603804d28ec288ac701a1dbc83 assets/create/models/item/mechanical_mixer.json +4f3f62fc36717797d7e731d80b2a1396ddb34c03 assets/create/models/item/mechanical_piston.json +a5637c3d0477113ef87311510892256476c30e17 assets/create/models/item/mechanical_plough.json +df4da272a430c5af74d7f456278589cf09691eed assets/create/models/item/mechanical_press.json +3a9bdf4c1283a74cb9a70c0089b3b00fb6e0a3c7 assets/create/models/item/mechanical_pump.json +a897baeb9c43c36ce733991fdb08241ce932d29c assets/create/models/item/mechanical_saw.json +285f49039c8356204d9d19b998da56dd93dbb39d assets/create/models/item/metal_bracket.json +6fea2ff006272a950c229c817ab76c54bdf83837 assets/create/models/item/metal_girder.json +e850316869094c83c1479197e1778634a8c5e42b assets/create/models/item/millstone.json +2735d3a17e7e655736eac0f2799eed954ea0001a assets/create/models/item/minecart_contraption.json +fb4dc1f636ffe66b64a8a4179212a1cf798ac58b assets/create/models/item/minecart_coupling.json +af189b0c04482064520d84546d81af8154824292 assets/create/models/item/mysterious_cuckoo_clock.json +f80358eba19bc8d1741e4e25753866799631a118 assets/create/models/item/nixie_tube.json +33c5dfa7ef718fb29cf59bb0c04ebd88cf20eb1c assets/create/models/item/nozzle.json +39626402ba637abced828902d9d657ab09edcadb assets/create/models/item/oak_window.json +061587faf0e53e4fac0c8f2f3bd6b22020b2a3ee assets/create/models/item/oak_window_pane.json +21ef5c891ac03669e3c825bc2e0f946bd7ab31ac assets/create/models/item/ochrum.json +62ec1afee14f9de3f5b02ee930d002a240a3c337 assets/create/models/item/ochrum_pillar.json +56e7d28824d3fc566b5f551babbe423a550ef08c assets/create/models/item/orange_seat.json +96cc543d5afed90a022ece7b8671cd47a9b6fb68 assets/create/models/item/orange_toolbox.json +7e767ca9e0ddb769b38fabd9289648ac63f5413d assets/create/models/item/orange_valve_handle.json +82152bca4310111d91584a2a78f05e158bb4bd90 assets/create/models/item/ornate_iron_window.json +f9064c1f199bcd8db321078e2363ed91cb2acc09 assets/create/models/item/ornate_iron_window_pane.json +09b3cd8ff7b29a6dd59f739a95bb708646d23537 assets/create/models/item/oxidized_copper_shingles.json +c9c7ccdb68de2e77cd9f7053fab19493dd30a985 assets/create/models/item/oxidized_copper_shingle_slab.json +89c5f7a0a28f238ebed2641e243a47e4be2ad5ab assets/create/models/item/oxidized_copper_shingle_stairs.json +1c3428e2aed32a013631db012642a34d4eaf0785 assets/create/models/item/oxidized_copper_tiles.json +f1af7c5f3840efc3ae07940ee6719eb3417a0e1a assets/create/models/item/oxidized_copper_tile_slab.json +ef2fe68d407a03bf1ed8f2d2f3e7323777d061bb assets/create/models/item/oxidized_copper_tile_stairs.json +76aeceb41bb7df873dbafe1bd5e26deb24abf93f assets/create/models/item/peculiar_bell.json +df13d4281dc45041ecd93504d45daef61d070581 assets/create/models/item/pink_seat.json +842afb2a345dbaba857e90f7dffa724841ef7b2d assets/create/models/item/pink_toolbox.json +6b85a0da81b2d18fb54eb05e187a2ce8cd7b09eb assets/create/models/item/pink_valve_handle.json +9e8b4c1a0bbcb0ea9b15aec174d8f98b572133d1 assets/create/models/item/piston_extension_pole.json +c146c83b6e22b08663586c068a49e4f8b13b62aa assets/create/models/item/placard.json +e7af5e60ae5bea6818e2130f2186b0027ad11cb7 assets/create/models/item/polished_cut_andesite.json +bea24ec6f8f388bc62498a934b8b8bf931bf8170 assets/create/models/item/polished_cut_andesite_slab.json +58a624985eef4c41cb0738133566e880dee421f1 assets/create/models/item/polished_cut_andesite_stairs.json +d3b2e24f153f9e288fb56d474f0b8feeccfae7ae assets/create/models/item/polished_cut_andesite_wall.json +2de98d6bf74dade4b1e94f419b4511966e095f06 assets/create/models/item/polished_cut_asurine.json +39483db3944873b7ef99e67fe7e23db9b49487a8 assets/create/models/item/polished_cut_asurine_slab.json +30caf1cad8d09ee7992a5d0aee329da852bf7226 assets/create/models/item/polished_cut_asurine_stairs.json +8cf5b122c024ff7c398ad9a185b5d0267fee401a assets/create/models/item/polished_cut_asurine_wall.json +5745cf6602e2aadc6897c3951e9d23648371a77f assets/create/models/item/polished_cut_calcite.json +a6961b6562ba86e47e2f3bd3524adfb946c5fb7f assets/create/models/item/polished_cut_calcite_slab.json +9f142b570a24cd693e4fc0e46d41101249cc546c assets/create/models/item/polished_cut_calcite_stairs.json +ea6d092404ce471d8d9cf912a24e85100e559515 assets/create/models/item/polished_cut_calcite_wall.json +0d75b2cdf2ee0ca9366b26c1f7042bb9b3e3753c assets/create/models/item/polished_cut_crimsite.json +4eaf830038b0684b8be5a37e8b62280f454c0d94 assets/create/models/item/polished_cut_crimsite_slab.json +01e7053aaa8d1583714be17b445cf90312540f9e assets/create/models/item/polished_cut_crimsite_stairs.json +f76d84032f0b26e8a694b3975b1566fff5ece685 assets/create/models/item/polished_cut_crimsite_wall.json +fdc01c9d9baf014168558962f302c6a9b2cd38da assets/create/models/item/polished_cut_deepslate.json +d01c305db85a2be216849606b068e6670fdc6bc1 assets/create/models/item/polished_cut_deepslate_slab.json +d43b7a19e39fab494df52bbeea082436caa868ed assets/create/models/item/polished_cut_deepslate_stairs.json +4df1fa4deb87b12550b55b5f6700320e99a37880 assets/create/models/item/polished_cut_deepslate_wall.json +a3dbfb3fd5d6cb27e9ce47e75e2e16d2b4d65fa9 assets/create/models/item/polished_cut_diorite.json +61195beac08641af7a1f13552a4b0077897e8552 assets/create/models/item/polished_cut_diorite_slab.json +99b8f22e26bb0fc48f036d90a692d990bf552451 assets/create/models/item/polished_cut_diorite_stairs.json +1329f356bf861be8d364bf3b459d76ad3ca4c0f1 assets/create/models/item/polished_cut_diorite_wall.json +71927f3fd3380836c900415606eab949ec86e25d assets/create/models/item/polished_cut_dripstone.json +224cdaa14e176d89a7d2f67c177ca9076da21ea8 assets/create/models/item/polished_cut_dripstone_slab.json +1e81eecf324f4932faf19b85f289fb9a6fa6fe73 assets/create/models/item/polished_cut_dripstone_stairs.json +22c3d7380a8649113a3e1503691433da695bc550 assets/create/models/item/polished_cut_dripstone_wall.json +775004268b0c6bd967d64f39e3608874a8d22124 assets/create/models/item/polished_cut_granite.json +cde5e71f2d1ba95a96a4f8d5e448263e674d632c assets/create/models/item/polished_cut_granite_slab.json +8a6a0ae23ad011c4f37f4426b3c341fa41a5fb9e assets/create/models/item/polished_cut_granite_stairs.json +6db86ac9c0cb5c1ac70d111667f29e702953b493 assets/create/models/item/polished_cut_granite_wall.json +6cdac5d468fe1048f28b97f25c492461935f3d3e assets/create/models/item/polished_cut_limestone.json +3cc8a3ac60048ad2ac53b951b34e4558484d512a assets/create/models/item/polished_cut_limestone_slab.json +6b23a45d715b347205d88322ba5357736038bdcc assets/create/models/item/polished_cut_limestone_stairs.json +621229d04220d9461f86a11c2a0dedcecdf55c70 assets/create/models/item/polished_cut_limestone_wall.json +fec9427e82dc7482d51bc6a69d5f8064c0bb5169 assets/create/models/item/polished_cut_ochrum.json +fb43ab3e2e47855f701cff43b030c96d06544de7 assets/create/models/item/polished_cut_ochrum_slab.json +46feb1f7cf17b1891e0a13b91f7ce0ae4788859f assets/create/models/item/polished_cut_ochrum_stairs.json +499916f4d1246048904874d1dd96043018fce084 assets/create/models/item/polished_cut_ochrum_wall.json +7ee7f71b331268b83c4d88e84aa61cd2b0d84039 assets/create/models/item/polished_cut_scorchia.json +465ce7731f07c5d0c30baac9bbe98ce3de7d1867 assets/create/models/item/polished_cut_scorchia_slab.json +1f9183d7391877edf537d6fefacefacd6294bd69 assets/create/models/item/polished_cut_scorchia_stairs.json +f9c637017fef273a5db10e4274b114c53b816be1 assets/create/models/item/polished_cut_scorchia_wall.json +77930b949fcfd26f92948d579e0ba1ea469529bf assets/create/models/item/polished_cut_scoria.json +4534ba5dc2ef9f3e82be3e0ad7a2a822f37eb928 assets/create/models/item/polished_cut_scoria_slab.json +c7cd8ddbbb743d496967342fdb6429fee30c2cd4 assets/create/models/item/polished_cut_scoria_stairs.json +3f798afe8f9289886466655c500f72372739e276 assets/create/models/item/polished_cut_scoria_wall.json +974f2e2f73274d41958155ed4b1293c20c4ac17d assets/create/models/item/polished_cut_tuff.json +5f9ec4f49e7f1d9dbf47eee3d6b853109322d652 assets/create/models/item/polished_cut_tuff_slab.json +885dd48c9f6c6c042bdefda92cfaf99d7279ffbb assets/create/models/item/polished_cut_tuff_stairs.json +4b6667928da0ce360aa5e2a0386c5d4dcdb84532 assets/create/models/item/polished_cut_tuff_wall.json +922ed7985f52aca87cfd058facde3e8831ca7e52 assets/create/models/item/polished_cut_veridium.json +4c6ae9e84eb2a6bfbb1b3ad5333bcba8ffce0cc3 assets/create/models/item/polished_cut_veridium_slab.json +a8301c6a6829cd38756de308ca295941ca0feaea assets/create/models/item/polished_cut_veridium_stairs.json +6246017e60e6c16ee890bcd069706328ecf74f83 assets/create/models/item/polished_cut_veridium_wall.json +d4fab67193aa83af93250d85c5afcb726ff02e80 assets/create/models/item/polished_rose_quartz.json +e367355acdd2206b003e6e581db6fd0755ed87e4 assets/create/models/item/portable_fluid_interface.json +d4c6b58e05da230410a2e8338be9f829924eb936 assets/create/models/item/portable_storage_interface.json +7b42172683521605ec006d62b7b3444c0f45ad35 assets/create/models/item/potato_cannon.json +28b870dd4da7697855bffb4fe3a08cefbe862e88 assets/create/models/item/powdered_obsidian.json +a06275da5e5cec7c17edaae8b5a693a3eeff2fe2 assets/create/models/item/powered_latch.json +a1c6fd9b035eed7de732f4080cedaa118a2bc559 assets/create/models/item/powered_toggle_latch.json +bd70b798ca9f73f4e5aabc30e286487f5363122e assets/create/models/item/precision_mechanism.json +d9a736e7a6fc70e0848de3e318c739d58b1e563f assets/create/models/item/propeller.json +9b41eec5759887be9bae3d27654bf478a7eff676 assets/create/models/item/pulse_extender.json +ea76bd3bd9e5bea4d64d91347d473b538e926b02 assets/create/models/item/pulse_repeater.json +7e165f83266edf34bb03fa3e8d2a83d44829c10a assets/create/models/item/purple_seat.json +d75c4969334f2ee1ae4a3d8ac28b001735c76b97 assets/create/models/item/purple_toolbox.json +ebffb05119f499fcec051a4337aadc47654baed2 assets/create/models/item/purple_valve_handle.json +f91405b9aec1e0142c1b90582e03a1973251da05 assets/create/models/item/radial_chassis.json +1c984ea9dbaec02e88dba1b81906c9acca7ed672 assets/create/models/item/railway_casing.json +5f8e5283fbebb452f1a1141b33ee73f08879c75d assets/create/models/item/raw_zinc.json +4631d67976cef148c346a7016baaa6703e4f243e assets/create/models/item/raw_zinc_block.json +9dc6c52e258b00cac6ed23147983045c43218b5d assets/create/models/item/redstone_contact.json +f8f733364bdd32b2ad597e81103bc02344ce63bd assets/create/models/item/redstone_link.json +8d00eb1a10055a802556eab10e13f522d12acd1c assets/create/models/item/red_sand_paper.json +b64a054c92cbd2e055502d470f3921d1077e63a1 assets/create/models/item/red_seat.json +ac4695cc465d094b4adba1a4e9efec42c916f37d assets/create/models/item/red_toolbox.json +02473f42ef4b53dc809c7c58ae657c014bfaf652 assets/create/models/item/red_valve_handle.json +9926bbe6dad7c4c1a146492116d232e941c80d2b assets/create/models/item/refined_radiance.json +bf827486dc7a1b3aeae577844d2dab2a97051db9 assets/create/models/item/refined_radiance_casing.json +69dc8139280bce3a7e08532afbbc5c41e7942be1 assets/create/models/item/rope_pulley.json +7a93e1b9557422f6b5dfc17e44524805ec4575c6 assets/create/models/item/rose_quartz.json +bfbe599cada68962c66cbc6a3e88019fbd9cffd5 assets/create/models/item/rose_quartz_block.json +bddc983c3d285eb14d9153f062ca6d727e4caf3f assets/create/models/item/rose_quartz_lamp.json +d45005a89e2c0d29944e0112be274365e0e318a5 assets/create/models/item/rose_quartz_tiles.json +33f17e0ab46d9bde5f3ef76d4501c72a4325087e assets/create/models/item/rotation_speed_controller.json +872b9714eb8e7c55cfb10c83be7e1698857ca028 assets/create/models/item/sail_frame.json +670e978a34faf6a3acd7880b2f94c2574178d586 assets/create/models/item/sand_paper.json +6854451e331242ec50c186a545538024b07ec123 assets/create/models/item/schedule.json +0effa517c214ba07dba2f4ed12dfcf4785e42dd8 assets/create/models/item/schematic.json +8b7727844d8c12c3c22828c7f65fc7ac2d273e36 assets/create/models/item/schematicannon.json +2a52f084fa8187dd8da28fe820dde50c47a93b57 assets/create/models/item/schematic_and_quill.json +4c8b34627001e35ee15412a0cd037d0f24ba914e assets/create/models/item/schematic_table.json +e4a68c3e8a6eee3058a119052987f1862f5f0c2d assets/create/models/item/scorchia.json +669041e5ad29d2166cc8895f85aa262040671d3e assets/create/models/item/scorchia_pillar.json +d5675fdeec92ed67cf04621ab47248e4d2f6f58e assets/create/models/item/scoria.json +2b5db844faf2dea0672def113dddbac323ca71e7 assets/create/models/item/scoria_pillar.json +ff36a19e124caf2ee8a03767e39601df6866075b assets/create/models/item/secondary_linear_chassis.json +480a7585107ebbfd54f3288eccb68e639790fe3c assets/create/models/item/sequenced_gearshift.json +abaa6da82babc26717ffff44fc41327bd015c9a6 assets/create/models/item/shadow_steel.json +ffaec38d11b91add4e150e33d0e0e49394f5beca assets/create/models/item/shadow_steel_casing.json +b6fcd9722e5a09a9207964cba68752512e3b945a assets/create/models/item/shaft.json +58ca190177e77db90c8195347c29d52c2cd0c556 assets/create/models/item/small_andesite_bricks.json +fa92996fada8545fc340fb401bd0568f56809bf0 assets/create/models/item/small_andesite_brick_slab.json +08474bf814a55795c1f94203ceb8a969be2a2132 assets/create/models/item/small_andesite_brick_stairs.json +0e00bc6aa5be242217ed6fe8cbe1ccdf180742fb assets/create/models/item/small_andesite_brick_wall.json +543055fabb706a93037c6a9e47c334508e41b06c assets/create/models/item/small_asurine_bricks.json +b160c3277f00f19687cffb87f9cb3aa32d3633aa assets/create/models/item/small_asurine_brick_slab.json +183fa4919f06e8c3c10f1efeceefd55389a96102 assets/create/models/item/small_asurine_brick_stairs.json +d6a5ffdb493fb2c8176a7e6b42e05c2d393a2782 assets/create/models/item/small_asurine_brick_wall.json +26d9361e33e362a772220146724c0927453831e0 assets/create/models/item/small_calcite_bricks.json +8c1b5d5d40393636c9ff10afc09038c89bc1b383 assets/create/models/item/small_calcite_brick_slab.json +481ce90fb6abb05c904f01df3fe635f702bbfac0 assets/create/models/item/small_calcite_brick_stairs.json +02adb90bdf06a7c4c57d09dfd3c77cceef9b7fbe assets/create/models/item/small_calcite_brick_wall.json +d5a033d3dedb799c4752b7e68b6881529f38f8e5 assets/create/models/item/small_crimsite_bricks.json +8f382537c99eac3335f72db8dba33ab71f99a919 assets/create/models/item/small_crimsite_brick_slab.json +b5d012cf0c5c94b73e6825b6884ab1d3eee7d64e assets/create/models/item/small_crimsite_brick_stairs.json +236457bb16bc7e949c16f3f091ee74dc3f3e6973 assets/create/models/item/small_crimsite_brick_wall.json +6ce2cb7882f41fcbcd641a442c98767bda61f65f assets/create/models/item/small_deepslate_bricks.json +ce79900b7aa1eff0d42cabcd0a7f80ef20824551 assets/create/models/item/small_deepslate_brick_slab.json +a260711af72c749a6b72f72515bbecb2e01e3ed8 assets/create/models/item/small_deepslate_brick_stairs.json +4e474891c6a269166c2eb413fae78699e5657af4 assets/create/models/item/small_deepslate_brick_wall.json +e412eaa393965ef5426c3d8d95d5c9d69e37e054 assets/create/models/item/small_diorite_bricks.json +55b82c2f30d52acee5c3807ab2ffaed1d773cfa8 assets/create/models/item/small_diorite_brick_slab.json +49a17610b5b05595894ca2683056cecd724c1111 assets/create/models/item/small_diorite_brick_stairs.json +dd3630a9c5500e6cf09e95d09e7a3cc99db11899 assets/create/models/item/small_diorite_brick_wall.json +c29d35da520d0fe828bb364db403b8cdf55f0a2e assets/create/models/item/small_dripstone_bricks.json +21e281ec7a82d48018366a0737c6867f625b4663 assets/create/models/item/small_dripstone_brick_slab.json +6862e72eedf80536f40b6ac42ff78f13f62d012f assets/create/models/item/small_dripstone_brick_stairs.json +ca8613bb64ceb562c36dd1d6a3b76b5f15f35be9 assets/create/models/item/small_dripstone_brick_wall.json +81eae95d20a9e99a070dfb8f6e6c22ef29f628d3 assets/create/models/item/small_granite_bricks.json +a19aa13eb3c04a9e0931e22e4170eec80950efab assets/create/models/item/small_granite_brick_slab.json +51bc02587cad5dfcfaf9d040848faa5277a25a5f assets/create/models/item/small_granite_brick_stairs.json +147a6f42be8312fbf050ad53c1625a1458f73cc3 assets/create/models/item/small_granite_brick_wall.json +bfa76583bca68134bbe2793c263cc0b71e1406af assets/create/models/item/small_limestone_bricks.json +a9599981e872e683dacd01b2f0af511f416dd526 assets/create/models/item/small_limestone_brick_slab.json +d8f8eadea13fc90a1c8ee5aca4be71fb22a79fd0 assets/create/models/item/small_limestone_brick_stairs.json +67626afe8b0fc9135456a24ea49c602b83d6970d assets/create/models/item/small_limestone_brick_wall.json +2d4b22d4028c55cbabc7eb405c2c6d485390afab assets/create/models/item/small_ochrum_bricks.json +f7547aacb8bdaf61424cd56565e40d3cd40a1cfa assets/create/models/item/small_ochrum_brick_slab.json +8a320ff9e75e16a182cb7d07784a595fe7876e04 assets/create/models/item/small_ochrum_brick_stairs.json +0eedd4fe5b0a82de16fed148836087ff4ae64a74 assets/create/models/item/small_ochrum_brick_wall.json +97b8e3eaddac0b93d4b6bc140f573969fcba5823 assets/create/models/item/small_rose_quartz_tiles.json +ac1bf1d2344517c18b945afa198d5d05e2866f6b assets/create/models/item/small_scorchia_bricks.json +63ef9901ba1014027e8c873d8374d86abb73158e assets/create/models/item/small_scorchia_brick_slab.json +f52601fe54695c225a595a65e9130665582db856 assets/create/models/item/small_scorchia_brick_stairs.json +b4e0db087dc88e0a3a4a82197a0ce347d3c7a7aa assets/create/models/item/small_scorchia_brick_wall.json +25b6bb40701e782ed64414ec8391b304ad5e6b12 assets/create/models/item/small_scoria_bricks.json +a4bdeb066dcc44f8be058e6d9dfc0a3fd34819bf assets/create/models/item/small_scoria_brick_slab.json +5ffb0e7de917013cd82cece2506d72fce2cd5fc6 assets/create/models/item/small_scoria_brick_stairs.json +67dcbc7d52fbbe88f89b36e04f970b27024741e4 assets/create/models/item/small_scoria_brick_wall.json +90943707d8b232d816392bec8ae05e06b6eedd72 assets/create/models/item/small_tuff_bricks.json +91a144100eea8b4e67a0a4f31b35a714693fa001 assets/create/models/item/small_tuff_brick_slab.json +b3f89c9f8e46fbdfc58171073d6ad91c588e5853 assets/create/models/item/small_tuff_brick_stairs.json +52c1d4cfb5f1726c9ccbb00db60bdd6f760bf40f assets/create/models/item/small_tuff_brick_wall.json +6935d6d9dbdb99fe7258d9347419d65571711263 assets/create/models/item/small_veridium_bricks.json +0bb60fc6ab570db83214fd10c83d931f6677e361 assets/create/models/item/small_veridium_brick_slab.json +89918d98b6830477b21ab7fb9e30807d3ca1d379 assets/create/models/item/small_veridium_brick_stairs.json +ab4e7695e99548f83a89f3d5ad7690a576bafcc0 assets/create/models/item/small_veridium_brick_wall.json +6cf508dbd3d015ea730366db92bb17844dc2ca06 assets/create/models/item/smart_chute.json +9201f00edcf2ffa33cb079c28b5c33e39872c824 assets/create/models/item/smart_fluid_pipe.json +67804bdd890f167010f6101a700e85a3245f4cc3 assets/create/models/item/speedometer.json +4bc463849e2309aa7bb996c403bfb565e950aa49 assets/create/models/item/spout.json +09784bf20529fdc5bb76892c10cea14187748a82 assets/create/models/item/spruce_window.json +368bc939a79864c4bce0fa05d91760bd75c9e5cd assets/create/models/item/spruce_window_pane.json +b82ab0c69df330f6f938ed1beee7b4add67d2e50 assets/create/models/item/steam_engine.json +24acc593a5e910b6301afcb3f23cba526d23a0ab assets/create/models/item/steam_whistle.json +54f200be903e056e5cf9e2186f0a0a51f8f0f84e assets/create/models/item/sticker.json +0f88de164439640cc175ceef2017f7416b5a7018 assets/create/models/item/sticky_mechanical_piston.json +24daa2871904a5bb24902d0b3d3eea8a5922c59a assets/create/models/item/stockpile_switch.json +6ee792277b9fd980c40e18e841afa63fc500ed0b assets/create/models/item/stressometer.json +8d4ce1ccf180016506292f63188c10d0dabe0ee3 assets/create/models/item/sturdy_sheet.json +a10bb4d6d1a4483a806e3aaa086d48c0e20aaefe assets/create/models/item/super_glue.json +dddac09bb9dd962d99502ab10929ae6886fbd831 assets/create/models/item/sweet_roll.json +6264be89eb998566b171beb073594393041780ca assets/create/models/item/tiled_glass.json +0ef4d2df2a4096b87b86506efc5c9404944fe982 assets/create/models/item/tiled_glass_pane.json +4683ab824d93cd96a82143eb9c62c9777f278f18 assets/create/models/item/track.json +c4bd1224b988ca10708fe9538a0baa8b88272eb5 assets/create/models/item/track_observer.json +236d89ebd8ae45344b374264d39947d82a2d1914 assets/create/models/item/track_signal.json +c08a82b94666ca81a6d9134c740cc9c28ddae892 assets/create/models/item/track_station.json +be3b40aee1c62680ddcf9129fd9f926bab790590 assets/create/models/item/train_door.json +1d45bba128629e6c962a9260d49f2df83958ed16 assets/create/models/item/train_trapdoor.json +ba7a9f542e9f65bdce3d3330a95f1166a0be0673 assets/create/models/item/tree_fertilizer.json +55aafc103c38057faa3295ccc76da99f4a91de52 assets/create/models/item/tuff_pillar.json +0e199ab3e450156aae2d54c227383af9bb3f7082 assets/create/models/item/turntable.json +3e7f095acd023ec549fe41ceed9fc3997de24a25 assets/create/models/item/unprocessed_obsidian_sheet.json +240bbf789dd5ead15d2584e0d7dac54a56ba99f0 assets/create/models/item/veridium.json +38970acde350735e00b53e6836ccee428c630fcc assets/create/models/item/veridium_pillar.json +9b2e4da1ab7e20cd744adb469dd3690e33cc905f assets/create/models/item/vertical_framed_glass.json +63d94954704691fccde1b13b320ec62a4e12a13a assets/create/models/item/vertical_framed_glass_pane.json +b0f6d37aa695395e28a23d36775092f63ab3f5a5 assets/create/models/item/vertical_gearbox.json +011ef16e912638b4095d34c8c711ebd67cb85fba assets/create/models/item/wand_of_symmetry.json +9c5087114e35052c5e56bb752252de5d092408c5 assets/create/models/item/warped_window.json +83502f4b8d0134e793611b36a56cca59af097ed5 assets/create/models/item/warped_window_pane.json +b34e50348a7e80235be32b980f16dfa5262ed5cf assets/create/models/item/water_wheel.json +be2f058a7ecb015599ee052ec27c4360d636999a assets/create/models/item/waxed_copper_shingles.json +adc188e4e48bea80607c6e0c7076c9bdd7236cb0 assets/create/models/item/waxed_copper_shingle_slab.json +7e224aceaa94361256e95e4c44d8814aebaf297c assets/create/models/item/waxed_copper_shingle_stairs.json +eced19a2f721c54b968e5979cde2705f15faf3e1 assets/create/models/item/waxed_copper_tiles.json +68b3632c34adb9991aa993385f53624632c260f2 assets/create/models/item/waxed_copper_tile_slab.json +a7fc0cc2d32dcd49c3274597ce7121f01fca03f8 assets/create/models/item/waxed_copper_tile_stairs.json +5336907eba067492f6d00b4b8514f9663830a1d5 assets/create/models/item/waxed_exposed_copper_shingles.json +fd428034c46a240c4bb2a1aee625b8767f41c3ef assets/create/models/item/waxed_exposed_copper_shingle_slab.json +43d714187fe6c0cd1ed7abcddef1ebcd63979ff4 assets/create/models/item/waxed_exposed_copper_shingle_stairs.json +962b24b3611abefc21920d01452944710ab0da3f assets/create/models/item/waxed_exposed_copper_tiles.json +25f5a10fe8e6acbdbf8457d56aeee065835a93ec assets/create/models/item/waxed_exposed_copper_tile_slab.json +22917505d328fb5b489b9f7f9068f1514b784abb assets/create/models/item/waxed_exposed_copper_tile_stairs.json +12c3dd893bddb66b9b387652c67c8f0e24b643ff assets/create/models/item/waxed_oxidized_copper_shingles.json +9b7c82376ea8c1c8ecbc7bbe15283f84b0d50d94 assets/create/models/item/waxed_oxidized_copper_shingle_slab.json +fbb6043eb935aa0641a482ee7300c780be257440 assets/create/models/item/waxed_oxidized_copper_shingle_stairs.json +6b8f75d4818db903b22f4626d02671ab76a61023 assets/create/models/item/waxed_oxidized_copper_tiles.json +6e7bc8eb9a87d903dcc590e9918ce8d4411bf190 assets/create/models/item/waxed_oxidized_copper_tile_slab.json +10136759b31e4d957e8374948460d6c984711326 assets/create/models/item/waxed_oxidized_copper_tile_stairs.json +ce2dcfc01205da1dc70f34091a2c24f563e72466 assets/create/models/item/waxed_weathered_copper_shingles.json +2bf249c677d30a4febf950fa7c6caa87c348c54e assets/create/models/item/waxed_weathered_copper_shingle_slab.json +9fa84f2555d82b5a1550b748a332ceb443a04fae assets/create/models/item/waxed_weathered_copper_shingle_stairs.json +02d2ac048c9bea86d10673254dfc107f3c9c5bb5 assets/create/models/item/waxed_weathered_copper_tiles.json +ab40b1a5a03cd290d53ef2ea65f90dcfcd2673de assets/create/models/item/waxed_weathered_copper_tile_slab.json +dadc7b65a4527e288c21a20df978796a8c444fd2 assets/create/models/item/waxed_weathered_copper_tile_stairs.json +86b8e71fa8b7aeb73eafda89d8d06d83da6a5d25 assets/create/models/item/weathered_copper_shingles.json +94db30ad2381d2f2c37cdfd0d5ce5c45a2807640 assets/create/models/item/weathered_copper_shingle_slab.json +7262c01df4b5a8cd8c6a5545062f251d5ad9fd06 assets/create/models/item/weathered_copper_shingle_stairs.json +99f17b16b68201aefb78298b3e6c657e3c2235e0 assets/create/models/item/weathered_copper_tiles.json +0b1b299d6dfab65b6060305a8b3e51f6e2df09f4 assets/create/models/item/weathered_copper_tile_slab.json +0c3989b44fde934ba8b88b071887e5ede522c417 assets/create/models/item/weathered_copper_tile_stairs.json +79431edb868e6560f4f6d5b3441c0176c7699f5e assets/create/models/item/weighted_ejector.json +0fd2214cdff8a92e05d9d5ee888329b3235143c0 assets/create/models/item/wheat_flour.json +aacced59d21212090d508a9684bb46c9472a8a2f assets/create/models/item/whisk.json +4e112e82185e2c1a5c57f5a94fa11c59c92cef0d assets/create/models/item/white_sail.json +17ed8ac7d745117f622190a46c5e1b42892afc29 assets/create/models/item/white_seat.json +432040f39177ab3df6003df24e818c73e28cf754 assets/create/models/item/white_toolbox.json +8ba8a6d4baf98f0f037f83b4b704f75a8d46a26e assets/create/models/item/white_valve_handle.json +cf1da9216e263f2ea26c58135a01ad70b5ae7be2 assets/create/models/item/windmill_bearing.json +47c6ad1c146366156a0ec4bc1cbf74282784698f assets/create/models/item/wooden_bracket.json +6c08d2fa59e56e4848063ab6f3e45894b89f1744 assets/create/models/item/wrench.json +ac59f141cd3c3f7e57a794e542d6e22bf8ebb8f9 assets/create/models/item/yellow_seat.json +532a429d58a177f61b4d67180db7676fa7536052 assets/create/models/item/yellow_toolbox.json +2c87ef8a26a01a17b2f3799d62cb27cf1107d061 assets/create/models/item/yellow_valve_handle.json +bcf63b7198d31d3a94b2566171b7e3e84464601c assets/create/models/item/zinc_block.json +d4a3290393c1c659f3d4dd4e267a87d287bd49a6 assets/create/models/item/zinc_ingot.json +1e9656f81ec01a89796b175cf029d1de45b758fe assets/create/models/item/zinc_nugget.json +f3719d4d3a8d1e0d9f36db5d1317894ecacf3bf3 assets/create/models/item/zinc_ore.json +6316458bc99f3345544ffc6f520040754a25cb28 data/create/advancements/recipes/create.base/brass_ladder_from_plates_brass_stonecutting.json +be5461c9b18fd39c312b38559502121eaa8299b1 data/create/advancements/recipes/create.base/copper_ladder_from_plates_copper_stonecutting.json +ef7d276010ae99b6c58156d05f9850fb867f0dd1 data/create/advancements/recipes/create.base/copper_shingles_from_plates_copper_stonecutting.json +abff4ac821c5a8381450290652d7a5b06b22323d data/create/advancements/recipes/create.base/copper_shingle_slab.json +4e75e2ec0c2a38933763a195e9a22b9724cee621 data/create/advancements/recipes/create.base/copper_shingle_slab_from_copper_shingles_stonecutting.json +1d6584da36f0ab13a9115f152edb3b8a9f56bba3 data/create/advancements/recipes/create.base/copper_shingle_stairs.json +d49e06b0ac01376f9181d843f28336fc62db4fbe data/create/advancements/recipes/create.base/copper_shingle_stairs_from_copper_shingles_stonecutting.json +4b32adeceabe4e24933872027562851663ab0b63 data/create/advancements/recipes/create.base/copper_tiles_from_plates_copper_stonecutting.json +7c679df626dfdc5c4b8d4aedba173f39ceffe96c data/create/advancements/recipes/create.base/copper_tile_slab.json +8e7bc4261031c0de44dbc2da7675c8789ec65084 data/create/advancements/recipes/create.base/copper_tile_slab_from_copper_tiles_stonecutting.json +96b1f1da1e7e1130f73adc7669d915bc075f966c data/create/advancements/recipes/create.base/copper_tile_stairs.json +0976b6dcdbb42277f7547bbeff7f6bd0e7ee6c64 data/create/advancements/recipes/create.base/copper_tile_stairs_from_copper_tiles_stonecutting.json +47f9eede564a3a7db56468ac8c6fd5980a9fa96a data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingles_from_honeycomb.json +6631f01c66a3358ca3f9fa8c6b7cae35e7c90f6d data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingle_slab_from_honeycomb.json +612ac623c661376aaa14f4b6785845f6c2d87c9f data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingle_stairs_from_honeycomb.json +92d4dfcb5a48b79e25e3c6cd94759e1875a669ee data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tiles_from_honeycomb.json +865f125d3b1b7d3898205ae02888f1ba77a1a004 data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tile_slab_from_honeycomb.json +eda0a300b8dae9e11a0dc383189650701a90024b data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tile_stairs_from_honeycomb.json +aa3103ae4055a857b55d62c5981f5c970c692d7d data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingles_from_honeycomb.json +949042abbe5fc773b94fe50210943e1e69bd38c5 data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingle_slab_from_honeycomb.json +668aa7bf5f35ed69ad8a040d71c26747c44e8e34 data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingle_stairs_from_honeycomb.json +9f77a7f784a2726d24ee44636d40ca8409028d8f data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tiles_from_honeycomb.json +8015bdbe6d076fe28e441df5eb37c8d2abb6c24e data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tile_slab_from_honeycomb.json +ca395a7fb373f08a8dac6d77d146db91c996356c data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tile_stairs_from_honeycomb.json +6c8dd190f1a3950daac5a9877d2f9e8338412be0 data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingles_from_honeycomb.json +a394a9f986d1d510be85b48e9925bdf25097213f data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingle_slab_from_honeycomb.json +92e6304d52c8d436b044b2d387d26824959f47e4 data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingle_stairs_from_honeycomb.json +2851b0911e486e6a09e0b2d506cebfe6927f5d85 data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tiles_from_honeycomb.json +d60ad63cf0f3ae3d375ca7afd6c6c6e06ed100e1 data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tile_slab_from_honeycomb.json +b51451483fca0dd242d5f841478bcdd6b4cd7302 data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tile_stairs_from_honeycomb.json +b4c198189ee25a6228b58cea27ea6018bef889dc data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingles_from_honeycomb.json +6f6b272803d701d373a3e980738f7281a25a0c1e data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingle_slab_from_honeycomb.json +5e4d6fcf2eaae2e393300296b73b40b48a0f9542 data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingle_stairs_from_honeycomb.json +6cb21b4e9db83313dc0e09c4cf079347639e2de9 data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tiles_from_honeycomb.json +9b3c2b22d161670b004bd55b92287a0ca9029cdb data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tile_slab_from_honeycomb.json +c7155f56b7d31f5f8f6bb284fb71b39019d967a1 data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tile_stairs_from_honeycomb.json +3f256f95ccf0acdf47d05893ee4e21d3c7df2c0c data/create/advancements/recipes/create.base/crafting/kinetics/black_seat.json +6c41c0225fa2fdd6c52405c6d3c38414fd676aa9 data/create/advancements/recipes/create.base/crafting/kinetics/black_seat_from_other_seat.json +1f923bc2a94b18c132c74e3113a2f6cb6ffd3eff data/create/advancements/recipes/create.base/crafting/kinetics/black_valve_handle_from_other_valve_handle.json +988d6bb62ca303051a3898632a175cbda12ae289 data/create/advancements/recipes/create.base/crafting/kinetics/blue_seat.json +bd1348d231e7c2d306e9cc8a760143bd6cfffb73 data/create/advancements/recipes/create.base/crafting/kinetics/blue_seat_from_other_seat.json +d0abd9afa18f6bb5f5dde56b9c7ea24e7a72da16 data/create/advancements/recipes/create.base/crafting/kinetics/blue_valve_handle_from_other_valve_handle.json +5d729ff1a81a3a0118f5949aaa1111489f88e4ec data/create/advancements/recipes/create.base/crafting/kinetics/brown_seat.json +722a52c3a8c23fcbbbc08177ab135ca40c58f53a data/create/advancements/recipes/create.base/crafting/kinetics/brown_seat_from_other_seat.json +9af96918d3ac5d7d0e2458377afe57b1a51b5f2b data/create/advancements/recipes/create.base/crafting/kinetics/brown_valve_handle_from_other_valve_handle.json +69768ed726ff11680beceb15f34f8a52ba3b6b67 data/create/advancements/recipes/create.base/crafting/kinetics/cyan_seat.json +794f03e20084b9fc0d65dfe60b21a34e6e0002ec data/create/advancements/recipes/create.base/crafting/kinetics/cyan_seat_from_other_seat.json +320141bd8354173aab49f4872419b823b63ed4c6 data/create/advancements/recipes/create.base/crafting/kinetics/cyan_valve_handle_from_other_valve_handle.json +2696a3b8645fd09d830cf7d7a76f5aab54dcd02e data/create/advancements/recipes/create.base/crafting/kinetics/gray_seat.json +e55d3bca5ac8090d46ab18b5b768bdd135f3e8ed data/create/advancements/recipes/create.base/crafting/kinetics/gray_seat_from_other_seat.json +b251ad62b0070165fd7fdd4f4070d81abc3db378 data/create/advancements/recipes/create.base/crafting/kinetics/gray_valve_handle_from_other_valve_handle.json +540b652774130e8ad707cb0f79a9397857408563 data/create/advancements/recipes/create.base/crafting/kinetics/green_seat.json +717ab89326073d9327767f65c9ef8f0ebca7a02e data/create/advancements/recipes/create.base/crafting/kinetics/green_seat_from_other_seat.json +fc9dbff58b30fdddab1eede2f9eb363c153e07ba data/create/advancements/recipes/create.base/crafting/kinetics/green_valve_handle_from_other_valve_handle.json +93374c0d142ce125b86a7017308eb3da50415a23 data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_seat.json +64193680060042e4069497b1ead22470ce1912f8 data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_seat_from_other_seat.json +c162f742bf7b5dcede43ac9ae554dbcd5aa87c1a data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_valve_handle_from_other_valve_handle.json +b2da019020d8feabf57b3d0cedc3e9ecb7331272 data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_seat.json +b7e1966db2269995ffa1065a0aeaa6e47e1eda9d data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_seat_from_other_seat.json +b95ddd390594ecc1f448f90fffd8ae7aa049648a data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_valve_handle_from_other_valve_handle.json +481daedd0b8fe95ae10efc38fa34e0bc800512d3 data/create/advancements/recipes/create.base/crafting/kinetics/lime_seat.json +4b9f96c0171731bee73512314f7c5d18552601ab data/create/advancements/recipes/create.base/crafting/kinetics/lime_seat_from_other_seat.json +e5ca46744418212f92b4456caa83190e01cda488 data/create/advancements/recipes/create.base/crafting/kinetics/lime_valve_handle_from_other_valve_handle.json +847bc1e330f0c20b728f2c4b1709a34f4322f169 data/create/advancements/recipes/create.base/crafting/kinetics/magenta_seat.json +8f42db87f1767fa6fd2847374be3646d72934e7d data/create/advancements/recipes/create.base/crafting/kinetics/magenta_seat_from_other_seat.json +b62aa1c8ecca4a4b6e23739e4cc174d3cd361198 data/create/advancements/recipes/create.base/crafting/kinetics/magenta_valve_handle_from_other_valve_handle.json +7bde8a042ceeeacf716b6b161bafed6d65bade5d data/create/advancements/recipes/create.base/crafting/kinetics/orange_seat.json +3148ec4ccf8eb6894f4457a0aa73c89944016a8d data/create/advancements/recipes/create.base/crafting/kinetics/orange_seat_from_other_seat.json +8a674107130bc16111e147cb313a521a9a80011b data/create/advancements/recipes/create.base/crafting/kinetics/orange_valve_handle_from_other_valve_handle.json +6f9dfb04857f7e442848fa8daab13a28ca35199c data/create/advancements/recipes/create.base/crafting/kinetics/pink_seat.json +e8bad3149b616f469e7173e9cd03656f146cdadb data/create/advancements/recipes/create.base/crafting/kinetics/pink_seat_from_other_seat.json +c76bcc3a4207a4cccb7b0f3ac2fcbb14959c837a data/create/advancements/recipes/create.base/crafting/kinetics/pink_valve_handle_from_other_valve_handle.json +6b0f3cbd721e042b6541c1d1eb9fa98afec3c3b7 data/create/advancements/recipes/create.base/crafting/kinetics/purple_seat.json +77cc0fed3db9f111dfb453d252a0ea5c2f92f183 data/create/advancements/recipes/create.base/crafting/kinetics/purple_seat_from_other_seat.json +3d7c12e26f44b872e3789905aefb993816a856e5 data/create/advancements/recipes/create.base/crafting/kinetics/purple_valve_handle_from_other_valve_handle.json +db8494bbd886ca1639541e4d85699d3300da274b data/create/advancements/recipes/create.base/crafting/kinetics/red_seat.json +98427f485f606219f1d189b34d4af72bf2a2d248 data/create/advancements/recipes/create.base/crafting/kinetics/red_seat_from_other_seat.json +1f58782364747d8286c7dee4d7066e9f2894ee39 data/create/advancements/recipes/create.base/crafting/kinetics/red_valve_handle_from_other_valve_handle.json +4a7001a6af435f49a993af706e0b81074d080147 data/create/advancements/recipes/create.base/crafting/kinetics/white_seat.json +3b63ced7008a10c802ea5bb30e9a8e040e4b6e53 data/create/advancements/recipes/create.base/crafting/kinetics/white_seat_from_other_seat.json +c5ab0b03813a31bb26d44aa36e3ad79b61880f05 data/create/advancements/recipes/create.base/crafting/kinetics/white_valve_handle_from_other_valve_handle.json +46f6347035596f6cbb8a19aacfe4c89e8ad82ba8 data/create/advancements/recipes/create.base/crafting/kinetics/yellow_seat.json +fe5e4d607d6a26ada2e51fc8481a3ce5aea8d3c1 data/create/advancements/recipes/create.base/crafting/kinetics/yellow_seat_from_other_seat.json +ebb8227c6d5a45448826ae2d72c6f7c52f836ab9 data/create/advancements/recipes/create.base/crafting/kinetics/yellow_valve_handle_from_other_valve_handle.json +651ca0fa268d08fb50cd14a0a978c10fe1c58ad7 data/create/advancements/recipes/create.base/exposed_copper_shingle_slab.json +ae6f36f689789a7482919cc5aba073befc3c6911 data/create/advancements/recipes/create.base/exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting.json +d3c94982ffcbed05f030fc337357349e1988b160 data/create/advancements/recipes/create.base/exposed_copper_shingle_stairs.json +516f1753e0ed14361dbc170b09f2dc0e6a1d6d9b data/create/advancements/recipes/create.base/exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting.json +684268832d7b9ac77218df435711cabe2296d342 data/create/advancements/recipes/create.base/exposed_copper_tile_slab.json +1f8b7bd2e1b4c9d6188e33c1f9cdc9b2c52e1f4d data/create/advancements/recipes/create.base/exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting.json +24da087a9a8a1693c8b09ab3657063d1aa7757db data/create/advancements/recipes/create.base/exposed_copper_tile_stairs.json +affdc8d4e2e6023d829a6fa9274296bbabc205f7 data/create/advancements/recipes/create.base/exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting.json +9f45be55c0425b077bc0fad3dd8cc7f90092fdd3 data/create/advancements/recipes/create.base/oxidized_copper_shingle_slab.json +c9ec3f974bda0596b342636024f2d147fdd33c6d data/create/advancements/recipes/create.base/oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting.json +2827411231479697420164c8994ec7da5083b618 data/create/advancements/recipes/create.base/oxidized_copper_shingle_stairs.json +642350a5329112eee917feb8374f9116f0bc2733 data/create/advancements/recipes/create.base/oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting.json +44e85d572315db5643b88ac1ada7be843f94d20f data/create/advancements/recipes/create.base/oxidized_copper_tile_slab.json +38db970e9383ef2840e59e2d55174b0ef8c452ea data/create/advancements/recipes/create.base/oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting.json +323894a12012e29ba987dedff8c3b5ec7b462063 data/create/advancements/recipes/create.base/oxidized_copper_tile_stairs.json +f8d98349f5d7f485a235989e677429948e6fde01 data/create/advancements/recipes/create.base/oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting.json +8bea81a106b37711be7e5432d1e6f285887d4646 data/create/advancements/recipes/create.base/rose_quartz_block_from_rose_quartz_stonecutting.json +7df54ae1e872e1d61d3158402c2ca12f64f7ffbd data/create/advancements/recipes/create.base/rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json +5726f2bfc28a2151d9caf157244bfc4f44c40810 data/create/advancements/recipes/create.base/small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json +6007b0325a0476aa97d327bec7e34546003ae566 data/create/advancements/recipes/create.base/weathered_copper_shingle_slab.json +bf64d9bb01a06cdbbbee54a156e504d51d24d00c data/create/advancements/recipes/create.base/weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting.json +b5961084cfcef7cede5a84a2731d63a087aa0fe2 data/create/advancements/recipes/create.base/weathered_copper_shingle_stairs.json +3c6bf7d1da2f0dac6aa2fad6e86caf3bbc8d065f data/create/advancements/recipes/create.base/weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting.json +51f72f9104782f3426d7e952417646a5f7f04039 data/create/advancements/recipes/create.base/weathered_copper_tile_slab.json +3152f4f16beeff6cf9b490629b729861a8450822 data/create/advancements/recipes/create.base/weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting.json +8deb43c34b46ca097c61c333080875abf827608d data/create/advancements/recipes/create.base/weathered_copper_tile_stairs.json +2c54cd102bf05d2461fda9833be4fa0cb52e8cac data/create/advancements/recipes/create.base/weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting.json +59c1c7f291378e9e4ca9978142943aa4bec507db data/create/advancements/recipes/create.palettes/acacia_window.json +bfa00dd7eb3d71f2c2649c2ecc17065e877a7bd4 data/create/advancements/recipes/create.palettes/acacia_window_pane.json +2eefefa8b8885786f296bde1451ed5f6245444ed data/create/advancements/recipes/create.palettes/andesite_pillar_from_andesite_stonecutting.json +fdddf63ddd501b57deba33fae92fc9870b0613e2 data/create/advancements/recipes/create.palettes/andesite_pillar_from_stone_types_andesite_stonecutting.json +9d8a0267e8656efa1982f0c875f347300ce17e79 data/create/advancements/recipes/create.palettes/asurine_pillar_from_asurine_stonecutting.json +cf3c9bb7ebb89e695b09e89e53e9c956c6ee098e data/create/advancements/recipes/create.palettes/asurine_pillar_from_stone_types_asurine_stonecutting.json +25da416d2c0b1ede72a2acafff9313f8aa06b88a data/create/advancements/recipes/create.palettes/birch_window.json +77ca712c533da5849a44e50ece9b6c973cb255b7 data/create/advancements/recipes/create.palettes/birch_window_pane.json +6e5255d06209867c54bd531f6f1c4b78830d7e29 data/create/advancements/recipes/create.palettes/calcite_pillar_from_calcite_stonecutting.json +ef61bc5be05186488d225af223348e83af61388b data/create/advancements/recipes/create.palettes/calcite_pillar_from_stone_types_calcite_stonecutting.json +ff7608f0da2f5b94c4df8132c6da7bd7d9764801 data/create/advancements/recipes/create.palettes/crimsite_pillar_from_crimsite_stonecutting.json +16ce341b487f5002196918dabbf302c3da3538c6 data/create/advancements/recipes/create.palettes/crimsite_pillar_from_stone_types_crimsite_stonecutting.json +2652b6913e74ec8a703cabf9c8cfdb6d3ca2d0bf data/create/advancements/recipes/create.palettes/crimson_window.json +5dbb30639d0fe95348b6c322a947b2bc0b896a2f data/create/advancements/recipes/create.palettes/crimson_window_pane.json +56561ed49a403cea4f29e2625c52b846e508ad49 data/create/advancements/recipes/create.palettes/cut_andesite_bricks_from_andesite_stonecutting.json +708ac3126d72b122422bbfa45ac403b9a2214666 data/create/advancements/recipes/create.palettes/cut_andesite_bricks_from_stone_types_andesite_stonecutting.json +0b2e1484b37f4b26ba87df25ca3dc4f38e34cde1 data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab.json +17cec491ecca38cf4a9fa0cd6c23e932c351ed97 data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_from_andesite_stonecutting.json +aa24b9647ca5ff054ddc53ee17d56aa3759e43c9 data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_from_stone_types_andesite_stonecutting.json +306461ec050c1a8ce6ed13f25c0b9a64927612cb data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_recycling.json +df9ca9fdceb1d078321573f0b6e0a3a635cd9783 data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs.json +21d87c6ce372424c82452bc0c8409148b00f18b1 data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs_from_andesite_stonecutting.json +7112575113cd0d665cdd74286f80d941fab9a495 data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json +e779e799d4a12c6dbed33826844471197189101d data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall.json +5b336b46dce710e45e0459a21440d1d6f004751c data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall_from_andesite_stonecutting.json +e5fe278f1d85c4de71c742b561ec3c8ef3f4edcc data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall_from_stone_types_andesite_stonecutting.json +79cefdc7ec2ee5fd1600ce5a4835d7a61c0a5dae data/create/advancements/recipes/create.palettes/cut_andesite_from_andesite_stonecutting.json +15fc1adaf5cd5456e7fd83faee6be0cd87767d72 data/create/advancements/recipes/create.palettes/cut_andesite_from_stone_types_andesite_stonecutting.json +09bb56d4f758e8d8370e43958b63b69aa03d0942 data/create/advancements/recipes/create.palettes/cut_andesite_slab.json +bdcbe940d65b2bb1298a4c100696c1f1f9532af0 data/create/advancements/recipes/create.palettes/cut_andesite_slab_from_andesite_stonecutting.json +bddad75d8e87ea1da4ab05750d2c865e59aa002a data/create/advancements/recipes/create.palettes/cut_andesite_slab_from_stone_types_andesite_stonecutting.json +7d5114c22d7f918577994f27b0a2715081206399 data/create/advancements/recipes/create.palettes/cut_andesite_slab_recycling.json +5a589ca3ab88bae2bd39010d419d66e59fab188d data/create/advancements/recipes/create.palettes/cut_andesite_stairs.json +54487c32b2eed979065e0ee8872b7abc495baecd data/create/advancements/recipes/create.palettes/cut_andesite_stairs_from_andesite_stonecutting.json +0f61aa2d78881eb02c90b0f0b95fb60fc2eab4b3 data/create/advancements/recipes/create.palettes/cut_andesite_stairs_from_stone_types_andesite_stonecutting.json +b4890d0feacd4957b95ce63d2a0f99650890719d data/create/advancements/recipes/create.palettes/cut_andesite_wall.json +dc162932e5fb89b1a21a5d2c8956537ea5884820 data/create/advancements/recipes/create.palettes/cut_andesite_wall_from_andesite_stonecutting.json +3a8ac226e7a56e528e0f368e3266c109362728dd data/create/advancements/recipes/create.palettes/cut_andesite_wall_from_stone_types_andesite_stonecutting.json +d9c14cdabef2e3163441cfd411b1e865c5166294 data/create/advancements/recipes/create.palettes/cut_asurine_bricks_from_asurine_stonecutting.json +5dadaf62f6ec649663d70b558c3d04a2f7ae7cc7 data/create/advancements/recipes/create.palettes/cut_asurine_bricks_from_stone_types_asurine_stonecutting.json +cba88968955e066522f9cc90ddc588628614e074 data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab.json +5344eab09b4c07c66c1e323ec93a896734cd939a data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_from_asurine_stonecutting.json +0b0d5a1d2e29786960845a113be30c044b528b89 data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_from_stone_types_asurine_stonecutting.json +0149e2ab1b841ed9389d71163806de06532e90f4 data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_recycling.json +702ca91d575f411ad5c4cfa4f44a872ea34ea340 data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs.json +4dcab177c2d604e88812c01339b8f5db3f76f7a7 data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs_from_asurine_stonecutting.json +492916c176a370ad34ffc3d8d77baae404a8ee93 data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json +aa2b82480a69ffc8968de09b39fb19ab9be47eac data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall.json +1c8fabcd814dd47b244c8c8bb7eac40d98637f94 data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall_from_asurine_stonecutting.json +39e8e6e1df10792369f1ddb4405cba2eeeb953b2 data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall_from_stone_types_asurine_stonecutting.json +8bb4220979b29c1dcb7bb89ec1ca516a4b583036 data/create/advancements/recipes/create.palettes/cut_asurine_from_asurine_stonecutting.json +f23c4e2bd710c96387abfdd0facc0944578d83dc data/create/advancements/recipes/create.palettes/cut_asurine_from_stone_types_asurine_stonecutting.json +5f153a15d33907059ad8a44fb9933d740913d134 data/create/advancements/recipes/create.palettes/cut_asurine_slab.json +123cf0cf1fff979e8977f8972754e27494d37550 data/create/advancements/recipes/create.palettes/cut_asurine_slab_from_asurine_stonecutting.json +66ac215c3a782d258a9c954a4fe85488d31c3301 data/create/advancements/recipes/create.palettes/cut_asurine_slab_from_stone_types_asurine_stonecutting.json +c3ea11fc1e0d6e966389bec4a97b46829f5cbc6e data/create/advancements/recipes/create.palettes/cut_asurine_slab_recycling.json +9fe9aa4eb44ffccecb84e493b429053887ec1110 data/create/advancements/recipes/create.palettes/cut_asurine_stairs.json +05f0625d50b4521d59ea6561e5ccae84edea04bf data/create/advancements/recipes/create.palettes/cut_asurine_stairs_from_asurine_stonecutting.json +fe1199da4db28e7bcee4565c9fe48f7c7cfef5a4 data/create/advancements/recipes/create.palettes/cut_asurine_stairs_from_stone_types_asurine_stonecutting.json +53a4338d5072996de61bac224d48b0ae8d4c5e95 data/create/advancements/recipes/create.palettes/cut_asurine_wall.json +3b0f12a97c38e555398423beab1ba41b5be75fb6 data/create/advancements/recipes/create.palettes/cut_asurine_wall_from_asurine_stonecutting.json +6fabd216f093e6248fefdf84abbe8cc760dd4444 data/create/advancements/recipes/create.palettes/cut_asurine_wall_from_stone_types_asurine_stonecutting.json +212959de90b53c9087c588e2c9e1725790f23de2 data/create/advancements/recipes/create.palettes/cut_calcite_bricks_from_calcite_stonecutting.json +284b7c402a62eb4b88bced25dd788b4d1d8bb780 data/create/advancements/recipes/create.palettes/cut_calcite_bricks_from_stone_types_calcite_stonecutting.json +7ae1099c47a34f8cef3a9d23382a64a1f2a69247 data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab.json +5d613f80bd68b6550778900868aced1a67038cb6 data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_from_calcite_stonecutting.json +733924da5125fccd4fe2548d53a722cef5e3c4d0 data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_from_stone_types_calcite_stonecutting.json +a532d6f958dffa4fba38c02edd45ead7be781aae data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_recycling.json +b414d2a3d35a010d2bba7bee0c585400d022ba56 data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs.json +acab5b98215f04a669c754b54768ddc4fbfe7736 data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs_from_calcite_stonecutting.json +cdc6d74e43c2eb2324b0fd6943dbba68654556c8 data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json +11b9f64328e03ebf8f44a15ff57c93057622b3db data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall.json +15a63e60699dc262e5b0a7e5aa62faa6e6fe2b6a data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall_from_calcite_stonecutting.json +90fff2ca15d728192a710901cda78ee94a95b8b6 data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall_from_stone_types_calcite_stonecutting.json +e7814cecbbb59e943443db241ff8af93828620bc data/create/advancements/recipes/create.palettes/cut_calcite_from_calcite_stonecutting.json +6cf01b382487d445ab194f5c3134fc57059b8d2a data/create/advancements/recipes/create.palettes/cut_calcite_from_stone_types_calcite_stonecutting.json +82e6cf4332106c4ce56f06fd8f6e9d891066c600 data/create/advancements/recipes/create.palettes/cut_calcite_slab.json +d2de637abb56a85ad2fcea2239c22a362c1231bd data/create/advancements/recipes/create.palettes/cut_calcite_slab_from_calcite_stonecutting.json +fd6a0027a03865ac8c979efcf7e5acd58cec97a7 data/create/advancements/recipes/create.palettes/cut_calcite_slab_from_stone_types_calcite_stonecutting.json +97cc22fc946f7a78d74f4f69e47f472a830efc12 data/create/advancements/recipes/create.palettes/cut_calcite_slab_recycling.json +f83c60a9cf5be56108b5fbab1627e8a37ced68bb data/create/advancements/recipes/create.palettes/cut_calcite_stairs.json +d489be901acab2333da4096faa17abf6bdd46bad data/create/advancements/recipes/create.palettes/cut_calcite_stairs_from_calcite_stonecutting.json +c5d76d3fe9df6b0b612e14af5e38ef6a52154750 data/create/advancements/recipes/create.palettes/cut_calcite_stairs_from_stone_types_calcite_stonecutting.json +779736acebdb449b52eda5482a0eede6ac3dd87b data/create/advancements/recipes/create.palettes/cut_calcite_wall.json +d991090a8d2aea8e987a3036275c2c3349900823 data/create/advancements/recipes/create.palettes/cut_calcite_wall_from_calcite_stonecutting.json +39030f771cdb9c66eacdb1fd4f614ca4207cd460 data/create/advancements/recipes/create.palettes/cut_calcite_wall_from_stone_types_calcite_stonecutting.json +a2fef7e28a04b1ea385df72f847325e5e65e8005 data/create/advancements/recipes/create.palettes/cut_crimsite_bricks_from_crimsite_stonecutting.json +383acca53bfa1796d92f44a3f463f508cb820b21 data/create/advancements/recipes/create.palettes/cut_crimsite_bricks_from_stone_types_crimsite_stonecutting.json +4581ccfe72f3cc57db03e8a1fa8f6b3331e6fe13 data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab.json +8f9807664d74ef69bcbd00bdd3d25367af1b34cd data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_from_crimsite_stonecutting.json +2410b456788ec8d0be02b9e76a7fca556cabca87 data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json +75d8b6e4d97434d6b558937958ff0be74c55752d data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_recycling.json +4498fa30c26edd0d2d71639547b766b1043b717a data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs.json +5ebc75ed56cd332e74a27444e0b591258296f67b data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs_from_crimsite_stonecutting.json +ecaff640603e0587965788c0a5c65b46bda0aa6d data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json +97d0c94525c04a97577b60dece1ddb2a4aaac7d1 data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall.json +ca547583c2c6a413b3cfcc0b9ea2d57953efc57b data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall_from_crimsite_stonecutting.json +b35546df16e9d29bc7086a352819074dbbe04761 data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json +cd6a8a3462f6b7e739ba01280848d980ae03cb51 data/create/advancements/recipes/create.palettes/cut_crimsite_from_crimsite_stonecutting.json +310c2feb52093d45bd00103ed0eefb7d72120780 data/create/advancements/recipes/create.palettes/cut_crimsite_from_stone_types_crimsite_stonecutting.json +3365d6bc10fbf2ae6f27459e9836789ce68db222 data/create/advancements/recipes/create.palettes/cut_crimsite_slab.json +13e6f1d70eae8e107b85a773626776f444ae1ad5 data/create/advancements/recipes/create.palettes/cut_crimsite_slab_from_crimsite_stonecutting.json +26293949d6f5dbae7d528a366501257bc4e698dd data/create/advancements/recipes/create.palettes/cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json +30a08e737e68357717e881762ddc47d520c7b629 data/create/advancements/recipes/create.palettes/cut_crimsite_slab_recycling.json +55dfa898f2c1a784f3558ea35cf104ace0c2729e data/create/advancements/recipes/create.palettes/cut_crimsite_stairs.json +a3b51a32f1101e5244030c6eee269c2acb3f51e5 data/create/advancements/recipes/create.palettes/cut_crimsite_stairs_from_crimsite_stonecutting.json +b5edac3f3466640c80ae0fcba02da0c3b73df95a data/create/advancements/recipes/create.palettes/cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json +9c1c4ea38f486b1cbaa9cd85ead6cc43dacf9c45 data/create/advancements/recipes/create.palettes/cut_crimsite_wall.json +e22bc7f9e7d833308b6aae1ba068a86bfbfd6b35 data/create/advancements/recipes/create.palettes/cut_crimsite_wall_from_crimsite_stonecutting.json +a1921b19b9457e3641867c2941070c0ae69fc0cb data/create/advancements/recipes/create.palettes/cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json +0093bd41ee9dc1555fd680deda20495344195f27 data/create/advancements/recipes/create.palettes/cut_deepslate_bricks_from_deepslate_stonecutting.json +c3fdf1643bfe035da5870df1873a5e2e0883218d data/create/advancements/recipes/create.palettes/cut_deepslate_bricks_from_stone_types_deepslate_stonecutting.json +6e7e83ea1d9f6b379ce7db3c598db9f4cbb98675 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab.json +11fdb31286dd90ecb931cad7deef60d7a50b4959 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_from_deepslate_stonecutting.json +e2b8b4a7afcd705abfd75b5c9b0861ab01d115c9 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json +b4b8a0eb229abce4a0c9d761e9da37087f66c2ac data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_recycling.json +c7df63690b9c73c43cf93611fb3a3e22dca95339 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs.json +326e398fc2d05044b8c445f754e728ca59864fa4 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs_from_deepslate_stonecutting.json +cdc335c4386681c67d54e5786caae2c5146b78f3 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json +88a721cd2e0bdae836a7bbf9e1fe21edd3d9f4ad data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall.json +48341b4a62da271cfb4150c3e45cd553ac61f090 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall_from_deepslate_stonecutting.json +a4f9b6946e6d1ecc58917342a16714a217dcf383 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json +41e169cef8648a4bb2abe52361644194acd43a91 data/create/advancements/recipes/create.palettes/cut_deepslate_from_deepslate_stonecutting.json +1ba32ee6c39d65577d34046893e56e393f9f1d35 data/create/advancements/recipes/create.palettes/cut_deepslate_from_stone_types_deepslate_stonecutting.json +9e55733c80762ae531fba22fa829b30a448b0f25 data/create/advancements/recipes/create.palettes/cut_deepslate_slab.json +8b293d572e4d471c96e578a22df342595cbddb7d data/create/advancements/recipes/create.palettes/cut_deepslate_slab_from_deepslate_stonecutting.json +91fd9447a1956930989c6c27ae085a9e2d02543f data/create/advancements/recipes/create.palettes/cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json +9e89809bc079b1ef37ae8957fa04bb8120aa0b89 data/create/advancements/recipes/create.palettes/cut_deepslate_slab_recycling.json +35db33f42eaf2195284433cc183a35e192933472 data/create/advancements/recipes/create.palettes/cut_deepslate_stairs.json +0a7e9fe5014033ccd8feea9615e9b60b6c05a0e9 data/create/advancements/recipes/create.palettes/cut_deepslate_stairs_from_deepslate_stonecutting.json +d1d48964172cc0e9597f96a140c14e216fadd98b data/create/advancements/recipes/create.palettes/cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json +a7aa30e5ebd9ce9cfe3a96a64289ac1cdf452243 data/create/advancements/recipes/create.palettes/cut_deepslate_wall.json +d152fb611d31b1144fed0ba0797c080b3b61482c data/create/advancements/recipes/create.palettes/cut_deepslate_wall_from_deepslate_stonecutting.json +f499128e6724523b07b2b2ff892224d11f026e50 data/create/advancements/recipes/create.palettes/cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json +47122a1b3398920f4a1abdff86773c3303818735 data/create/advancements/recipes/create.palettes/cut_diorite_bricks_from_diorite_stonecutting.json +39327fe977fd95b4258b1c97d1c60f6b0684a562 data/create/advancements/recipes/create.palettes/cut_diorite_bricks_from_stone_types_diorite_stonecutting.json +a9623d6c71b7b386dba519cddd508266a6f46816 data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab.json +ffa1a61f077ddfbe6981bafbfd8c68c05c87cb7a data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_from_diorite_stonecutting.json +79999ab8a8ecffbfad1769777cd8611be30fb8df data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_from_stone_types_diorite_stonecutting.json +07cf9a3a9345c4102916ab4a8c524869f57c082b data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_recycling.json +6eadd400cee51bc64af1217690fc700a93cb49f1 data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs.json +2d158c8dd797ef993cffc8db86272b149ace02cf data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs_from_diorite_stonecutting.json +586e3dd71cab20d8163097dfb6a74e069958d35d data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json +0cc127dc6859b1b289344a083cb10313ba4f48f7 data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall.json +0268df0c27906a6f6177ab8ee0e08da0c7a894d8 data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall_from_diorite_stonecutting.json +7574be2a077307389027e2e48ca18090511be1a7 data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall_from_stone_types_diorite_stonecutting.json +d25a7aeb5a183c15aac958d6b4faf47a1bf04a68 data/create/advancements/recipes/create.palettes/cut_diorite_from_diorite_stonecutting.json +837fd66c341b9bb1b39ae959ec9b93962d3d7678 data/create/advancements/recipes/create.palettes/cut_diorite_from_stone_types_diorite_stonecutting.json +d1f26286e4b1f86f80095e68749c49c09a0524c2 data/create/advancements/recipes/create.palettes/cut_diorite_slab.json +cfaf281b28870310d30fb0cfc9bc19271353a347 data/create/advancements/recipes/create.palettes/cut_diorite_slab_from_diorite_stonecutting.json +36a47132e7345646c38d196e2484ba85aeef1179 data/create/advancements/recipes/create.palettes/cut_diorite_slab_from_stone_types_diorite_stonecutting.json +4fd0d42f5b12b156e098addd0f37658fd2b6d173 data/create/advancements/recipes/create.palettes/cut_diorite_slab_recycling.json +9789c93d92a97cd220f979fea4760d6a4be54c16 data/create/advancements/recipes/create.palettes/cut_diorite_stairs.json +23b91aa1d94e899f245d5958bf58a2c9cc317131 data/create/advancements/recipes/create.palettes/cut_diorite_stairs_from_diorite_stonecutting.json +2aab681d1c5f0a0bac70386e7a9afa82dc36d834 data/create/advancements/recipes/create.palettes/cut_diorite_stairs_from_stone_types_diorite_stonecutting.json +d716f0061b6b8b99ba35db3a6196042af10b6c6d data/create/advancements/recipes/create.palettes/cut_diorite_wall.json +23148b7bf27a481b1470e4ea3fb7cba3e46a6f61 data/create/advancements/recipes/create.palettes/cut_diorite_wall_from_diorite_stonecutting.json +b1e18dafd815604c7b5220787fd7916941f1d7ba data/create/advancements/recipes/create.palettes/cut_diorite_wall_from_stone_types_diorite_stonecutting.json +30ea84f16282d2f9eff2ccd023d4ef40059fe6ea data/create/advancements/recipes/create.palettes/cut_dripstone_bricks_from_dripstone_block_stonecutting.json +b9030bc3e7373dba83518fefa792153065d971be data/create/advancements/recipes/create.palettes/cut_dripstone_bricks_from_stone_types_dripstone_stonecutting.json +b7714fb2dca84382f0f76419f287f52db41404dc data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab.json +1872499c6f6d289a310c4ce09d1c7a736e3d70e0 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_from_dripstone_block_stonecutting.json +8e500f1a62569bb233a8beac53b137b48c472253 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json +d4aaf6aa370bef0aee964ad95af516a0dde884ab data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_recycling.json +3e5e6249ab04fbf33d311d7087c560fe326f30c3 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs.json +38f734b65530ec069523f9fa83318de4bb3ff864 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs_from_dripstone_block_stonecutting.json +61e3602da6c7718fc45d178202f1bbadfb3918e1 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json +830680c94855a6fa03c988bc3ddd2d65a31a8f97 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall.json +897cb82e590d8ca87ecd1c4197b3e49b0258eee7 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall_from_dripstone_block_stonecutting.json +596687e309271cc33f744f812e9aea2e118b247f data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json +f9b080a09988af397756518d9ff6023acba485f0 data/create/advancements/recipes/create.palettes/cut_dripstone_from_dripstone_block_stonecutting.json +f739f4fe8184f9dbcc42053f8176c2ef4c88db72 data/create/advancements/recipes/create.palettes/cut_dripstone_from_stone_types_dripstone_stonecutting.json +3e3dd804cc959c860a92f616a9a7a5a08587a1a8 data/create/advancements/recipes/create.palettes/cut_dripstone_slab.json +f602e534be981ea1cca16c6e43ad20a2142bd055 data/create/advancements/recipes/create.palettes/cut_dripstone_slab_from_dripstone_block_stonecutting.json +c984c6a4e149083c493691434adf88bbd7095757 data/create/advancements/recipes/create.palettes/cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json +d410bf3b921f22e5772ce45b19780ec185904811 data/create/advancements/recipes/create.palettes/cut_dripstone_slab_recycling.json +dafdb3144b410324ecc38eca7c4885a7618a695e data/create/advancements/recipes/create.palettes/cut_dripstone_stairs.json +90ea25a4e848bf218bd42989b492c6c71e4b296e data/create/advancements/recipes/create.palettes/cut_dripstone_stairs_from_dripstone_block_stonecutting.json +1eab1b587bfcacc476704a6f8b4f9ee64961e4c3 data/create/advancements/recipes/create.palettes/cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json +f4ce6ceb6c841ce445fbba924806fc13fcf0705b data/create/advancements/recipes/create.palettes/cut_dripstone_wall.json +798461c07d93b43aacc2deaa015d3543adc56be5 data/create/advancements/recipes/create.palettes/cut_dripstone_wall_from_dripstone_block_stonecutting.json +b96c2f3cf9709838a972d6aa21c941e05639b8da data/create/advancements/recipes/create.palettes/cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json +0a5ecbc1497b3bdd4fc0da784a31cbe3e6617fbc data/create/advancements/recipes/create.palettes/cut_granite_bricks_from_granite_stonecutting.json +96650d4d0921386d9613e99f4baa2f042c0a5b42 data/create/advancements/recipes/create.palettes/cut_granite_bricks_from_stone_types_granite_stonecutting.json +c377471c8e7c0653f869899b927994ad9d412644 data/create/advancements/recipes/create.palettes/cut_granite_brick_slab.json +c39cfc13a38b435c0ada8200e7bc19a90bf4679a data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_from_granite_stonecutting.json +da218c04867a52da9b6334055b01d71b4bdf651a data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_from_stone_types_granite_stonecutting.json +0461e4077f6f3d686a517d43ac6c9f06c5405ea2 data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_recycling.json +8a1d57f0847f0e55c79673d65a7f1e701777ff59 data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs.json +37935f48710def2e77726c9c0ac32e93bfbd2881 data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs_from_granite_stonecutting.json +fd520491bbcd4575912079e1622e1d7c89c131db data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs_from_stone_types_granite_stonecutting.json +a40b37b199babeea632276bf5f1310d6b4d8829e data/create/advancements/recipes/create.palettes/cut_granite_brick_wall.json +10d4b3b2429f2ca7b0c137f268d00aa1eb5bfb8b data/create/advancements/recipes/create.palettes/cut_granite_brick_wall_from_granite_stonecutting.json +d068647afab93764854e14a94e5ea1fd6dfb3484 data/create/advancements/recipes/create.palettes/cut_granite_brick_wall_from_stone_types_granite_stonecutting.json +f34b29a07695391fe99779642dcb34afd04f7469 data/create/advancements/recipes/create.palettes/cut_granite_from_granite_stonecutting.json +31748f7ec56093e52d05473f535f2a240e47c830 data/create/advancements/recipes/create.palettes/cut_granite_from_stone_types_granite_stonecutting.json +31226217d85432d4dd7179a055161be3bf16edcb data/create/advancements/recipes/create.palettes/cut_granite_slab.json +8d911f621c6b1b153785082fb2f2d85cddfa9a28 data/create/advancements/recipes/create.palettes/cut_granite_slab_from_granite_stonecutting.json +11f148ffff12d511b53e3d3abe26c5002585a67c data/create/advancements/recipes/create.palettes/cut_granite_slab_from_stone_types_granite_stonecutting.json +f2ee1a39c5bcd2b37e387be4e20fdf11c5d78f4c data/create/advancements/recipes/create.palettes/cut_granite_slab_recycling.json +89686a4eb4d188aef0517d2283ee19a5b0a29f0a data/create/advancements/recipes/create.palettes/cut_granite_stairs.json +c25b7a28b8838af602cac80034b0c7a03e225b8e data/create/advancements/recipes/create.palettes/cut_granite_stairs_from_granite_stonecutting.json +180e5839e302870819658ad83e3440f726773072 data/create/advancements/recipes/create.palettes/cut_granite_stairs_from_stone_types_granite_stonecutting.json +6b614a82011720d62151174816c199a594dff58b data/create/advancements/recipes/create.palettes/cut_granite_wall.json +ba748bd337d1d9630952f5fef4d5f49cf2198f15 data/create/advancements/recipes/create.palettes/cut_granite_wall_from_granite_stonecutting.json +5158ed942423382e388e4fe3a2c89fb8cbe796da data/create/advancements/recipes/create.palettes/cut_granite_wall_from_stone_types_granite_stonecutting.json +acdda8b229ae01cdac0c4e9683f997b13b730e33 data/create/advancements/recipes/create.palettes/cut_limestone_bricks_from_limestone_stonecutting.json +79ba7f9095e9c6fbafc2301b5f14853648be7499 data/create/advancements/recipes/create.palettes/cut_limestone_bricks_from_stone_types_limestone_stonecutting.json +b784dddc5fd797ef6433ad81d8a9e3e4e3d9e169 data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab.json +07af41858234af8a7fd72e09a168c39d33f2f0cf data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_from_limestone_stonecutting.json +c08f26b595f3698b821442628a76ced351ba22ab data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_from_stone_types_limestone_stonecutting.json +cc9fabd6eff3764e4eacfcdccd0c52d63ca98ed6 data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_recycling.json +760079b842724c503af85f3f886e6357719a4949 data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs.json +a9c7ce48f4ed19bc286e21dfb9baf2ca799340b1 data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs_from_limestone_stonecutting.json +d96ea6795a98441103f88192212fc5c58c1f09ef data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json +e1a3f4d70fc3d0ac9729dad3bd48448684a4ba37 data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall.json +a3e682ae6d72a6ea03944175ddf7dd79a42e0a05 data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall_from_limestone_stonecutting.json +3c4e65f2065dc189aa0a05ac5ccce18f00b47222 data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall_from_stone_types_limestone_stonecutting.json +1db9820651c5bbc36b041950bf0443594ed546a1 data/create/advancements/recipes/create.palettes/cut_limestone_from_limestone_stonecutting.json +344965b0887d70bfbf5bd0d3d20e39caf7feebb0 data/create/advancements/recipes/create.palettes/cut_limestone_from_stone_types_limestone_stonecutting.json +a96a733b4764b0a803ddab9cf55e846b3329a6fd data/create/advancements/recipes/create.palettes/cut_limestone_slab.json +ebb6baae16d0a47a37000eba1d18cc0b580372df data/create/advancements/recipes/create.palettes/cut_limestone_slab_from_limestone_stonecutting.json +0613e2241b57cd8891b212d6600040b63cc99920 data/create/advancements/recipes/create.palettes/cut_limestone_slab_from_stone_types_limestone_stonecutting.json +9ca3c0747875febf44ee8d66e06679b29af35a8d data/create/advancements/recipes/create.palettes/cut_limestone_slab_recycling.json +b823847bd61bf4d7f4f1628df8ffa75228e4bd1f data/create/advancements/recipes/create.palettes/cut_limestone_stairs.json +c6a71a5a5f679a18223b118c72ca9f22fb5b120d data/create/advancements/recipes/create.palettes/cut_limestone_stairs_from_limestone_stonecutting.json +d5197bb60805ebe14bad712ce3c91d80505493dc data/create/advancements/recipes/create.palettes/cut_limestone_stairs_from_stone_types_limestone_stonecutting.json +2d5da1dc9892e8063274859870b360d3c923de2a data/create/advancements/recipes/create.palettes/cut_limestone_wall.json +2797e9747e02fd18efa55ae08a29c1cfa0c8ca50 data/create/advancements/recipes/create.palettes/cut_limestone_wall_from_limestone_stonecutting.json +b65bfead9674a9bde10343ac58cc26ae8f297d70 data/create/advancements/recipes/create.palettes/cut_limestone_wall_from_stone_types_limestone_stonecutting.json +bb9bf4b428a71190f126ce61babae82f8704a43e data/create/advancements/recipes/create.palettes/cut_ochrum_bricks_from_ochrum_stonecutting.json +a5a6e408e70a40723aa7eb2209229dd31e3d0204 data/create/advancements/recipes/create.palettes/cut_ochrum_bricks_from_stone_types_ochrum_stonecutting.json +38c6bb5fa61edb3109a93c51043a050bf1fcffa2 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab.json +b44333e12d37e0f540e9e42ca08525102e7ce1b1 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_from_ochrum_stonecutting.json +90bdf413be0f6292ceccf0670fdca411f6f6971c data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json +97cdc8d1896869a16d33f76e5a7db20fee94b40e data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_recycling.json +367ab7ccfef088011bfdc3d8d9e343120d657068 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs.json +71d7855b8e789a64b3bc5c5c8dcd8b52352aeb48 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs_from_ochrum_stonecutting.json +3e35d96f31fa946ae1d85d458ca4edc3a7711668 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json +df602423bb9c3bede26856f0b11f2da025af688d data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall.json +9026ed9f112911309cddc106631ed066a3541c93 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall_from_ochrum_stonecutting.json +bb6dc3849fc45c8819ceae2833a979315ceb28f6 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json +eb2bf8805ea37a3a45628dec8ffc56c9477775ab data/create/advancements/recipes/create.palettes/cut_ochrum_from_ochrum_stonecutting.json +30fcf27da458a97f62fd9736ae1d7f257c1285c1 data/create/advancements/recipes/create.palettes/cut_ochrum_from_stone_types_ochrum_stonecutting.json +2b88c9eeb81ceaa648d6af36b076af465be25a1d data/create/advancements/recipes/create.palettes/cut_ochrum_slab.json +9e2696912f918f76dfd9cfb3d9a2f09a2f7c867b data/create/advancements/recipes/create.palettes/cut_ochrum_slab_from_ochrum_stonecutting.json +bf46068cb39da19fad5d1dac202980106f4ef8d9 data/create/advancements/recipes/create.palettes/cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json +e05482fd195f1da78e56a7e22099b370853e3c66 data/create/advancements/recipes/create.palettes/cut_ochrum_slab_recycling.json +1571dc2c5f8756e8c9abbb880883c2a7cc66b7e4 data/create/advancements/recipes/create.palettes/cut_ochrum_stairs.json +860302b624776d0d6dfd7c020a13a4e521c30c9e data/create/advancements/recipes/create.palettes/cut_ochrum_stairs_from_ochrum_stonecutting.json +5035972081ce71fb47d7fda3710952d69d47a011 data/create/advancements/recipes/create.palettes/cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json +36fd28d75f1daaadc9db8539214cab39a8b43100 data/create/advancements/recipes/create.palettes/cut_ochrum_wall.json +ed79972b188962b505e817b055b7396f9316a54d data/create/advancements/recipes/create.palettes/cut_ochrum_wall_from_ochrum_stonecutting.json +161303d1e900c82fd30525ed8b4da0da520086f8 data/create/advancements/recipes/create.palettes/cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json +54dc84c462fc3da8720a4e1cd708b66e28cf6d6e data/create/advancements/recipes/create.palettes/cut_scorchia_bricks_from_scorchia_stonecutting.json +ed9ee091c10e110dd3ab679bf9d4ea61e0b44656 data/create/advancements/recipes/create.palettes/cut_scorchia_bricks_from_stone_types_scorchia_stonecutting.json +98d5b30230229e2d60c45aa95e816c26c0e8ba1f data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab.json +fad18af568401fdf92b0992c00824d48cf34c731 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_from_scorchia_stonecutting.json +43b71c34677ec02217260ae11d91fc8b12aee135 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json +516c57259e6f6cc4c45571cc3eff1aa46018d294 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_recycling.json +233bf60edd3c574bc634423d1fd04edf7548f1dd data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs.json +e56724641d801bc118fc0a6cd23abee3c0d4b910 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs_from_scorchia_stonecutting.json +2dbc08e67fb633370dc07000d00c40a0aaaa4226 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json +1932fb5747a127c8f51b72c5f924973888ed2088 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall.json +d46b4a262f5ab63e5b8390f296232cbf37e84a0a data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall_from_scorchia_stonecutting.json +7feb499670488e0780421351bbc869c898e7ef16 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json +4b30b16c8bb798dcac82205f73972fea2c9b3219 data/create/advancements/recipes/create.palettes/cut_scorchia_from_scorchia_stonecutting.json +ad397fdf5670bf920395092943dc6bdf55f10f80 data/create/advancements/recipes/create.palettes/cut_scorchia_from_stone_types_scorchia_stonecutting.json +bd24111dec3fa0d12af98933bc4a752e78df19ac data/create/advancements/recipes/create.palettes/cut_scorchia_slab.json +4b73a206bb2999be336528886037033122b5047c data/create/advancements/recipes/create.palettes/cut_scorchia_slab_from_scorchia_stonecutting.json +86ef51b9eb6876c6cb25e6fde5311b9e1221a4e2 data/create/advancements/recipes/create.palettes/cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json +cb643c4dcc020e3e3b9fc7a22aebd2c8acf5d0ce data/create/advancements/recipes/create.palettes/cut_scorchia_slab_recycling.json +eda42cf974320d1dbeb369c3429fb8d4ba3dc93f data/create/advancements/recipes/create.palettes/cut_scorchia_stairs.json +7ff8ac4f704395e34fd3039d1744db2bb2bfec96 data/create/advancements/recipes/create.palettes/cut_scorchia_stairs_from_scorchia_stonecutting.json +7d7e87c02f9790b13cb3b2aa2ebdcbb3a09ef283 data/create/advancements/recipes/create.palettes/cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json +989df5b9969d6f0c30a5551e34092e1bb3e02a72 data/create/advancements/recipes/create.palettes/cut_scorchia_wall.json +b1baa58fe09b12263b4378ff295e18b72d352df0 data/create/advancements/recipes/create.palettes/cut_scorchia_wall_from_scorchia_stonecutting.json +60ad492ec09218adf32b0ccb5c634aeaa7acab4e data/create/advancements/recipes/create.palettes/cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json +77d3d9f50fd3fc666fc987766c9a1ad3d876fd34 data/create/advancements/recipes/create.palettes/cut_scoria_bricks_from_scoria_stonecutting.json +9c4a52735c4ea9a609a091ebf8e42dfb76d7f703 data/create/advancements/recipes/create.palettes/cut_scoria_bricks_from_stone_types_scoria_stonecutting.json +d4d22ab2ca7132016be29000bfe9a901f5f1f75a data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab.json +c110264a717eae1f6a011665f624ac265dfc1662 data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_from_scoria_stonecutting.json +f6b957a9b6fc7effe8237607f4ce05fd63302d86 data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_from_stone_types_scoria_stonecutting.json +6cfa3570b0308c2757fb872d7eeedb999deb0fa6 data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_recycling.json +e71f945ef28a9cf4f08b11207588225b5667a578 data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs.json +ec4af6f34c536ebf53086eafd1a19d80f5755465 data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs_from_scoria_stonecutting.json +75f656063f07862c7dc2a521b532bd9506dfabaa data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json +d7fb1c9baabab142b5e2e5a782a860a10e957082 data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall.json +a387769c09c164cbd78b9cc893f9179e453049d3 data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall_from_scoria_stonecutting.json +58a7308b42028d816d518fee36523d81889d5a08 data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall_from_stone_types_scoria_stonecutting.json +67ea1e4441da82fa02ae14f987acc36c8665bc1a data/create/advancements/recipes/create.palettes/cut_scoria_from_scoria_stonecutting.json +04e9276e96d869dfaf337e437af483620716cab2 data/create/advancements/recipes/create.palettes/cut_scoria_from_stone_types_scoria_stonecutting.json +98b2440c3c364c10a362a7a9800e2eb25117a984 data/create/advancements/recipes/create.palettes/cut_scoria_slab.json +c9932cb7e9dee370da7ea03d6bcc79f818f1c872 data/create/advancements/recipes/create.palettes/cut_scoria_slab_from_scoria_stonecutting.json +e4bb42a4e62897c7e2c56c7e0a6ae9c0567c5973 data/create/advancements/recipes/create.palettes/cut_scoria_slab_from_stone_types_scoria_stonecutting.json +5cf1b7fb1d30dd72b569767594c35d91292c987e data/create/advancements/recipes/create.palettes/cut_scoria_slab_recycling.json +b4f846b58c8fb233b4dc71c3c6cb7bc66dda4409 data/create/advancements/recipes/create.palettes/cut_scoria_stairs.json +e37677e7be04b3ddab286098fdaa3a6993ccfc41 data/create/advancements/recipes/create.palettes/cut_scoria_stairs_from_scoria_stonecutting.json +a4042343319182d29300b7f858d16de14fb557f7 data/create/advancements/recipes/create.palettes/cut_scoria_stairs_from_stone_types_scoria_stonecutting.json +a8e4ef868cbacecf0e46cb64cadcfdc743745297 data/create/advancements/recipes/create.palettes/cut_scoria_wall.json +33bbaa2fb618cbe0cb8b45b53358023e49f86c19 data/create/advancements/recipes/create.palettes/cut_scoria_wall_from_scoria_stonecutting.json +38c849899f158855f4fb791aaa74721649582293 data/create/advancements/recipes/create.palettes/cut_scoria_wall_from_stone_types_scoria_stonecutting.json +eb2491491a16dd5cb60c09a67b77e4481e3f270c data/create/advancements/recipes/create.palettes/cut_tuff_bricks_from_stone_types_tuff_stonecutting.json +df967cfb1d08ef83d600ccfef37609000f22751e data/create/advancements/recipes/create.palettes/cut_tuff_bricks_from_tuff_stonecutting.json +5aa81455a0d9b811d14c5f53247ec27f4cde08f2 data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab.json +75c8d96609b9ef1fee812be5363825e8a54f5dda data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_from_stone_types_tuff_stonecutting.json +a5f9f8417f383267194d2664d3fecf261562677d data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_from_tuff_stonecutting.json +173afee112bcdd2a7b37f2ca722da325159c111f data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_recycling.json +cead30768e5ec30b16d0b7a79b03b84ab3dd7579 data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs.json +b960f114a094f7799fb26eb1d813e0ac53a5c725 data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json +0cce8a5c7526570209825a9c3f6fad305eb22b75 data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs_from_tuff_stonecutting.json +8844c9ad810b7f6cb5394766aada241264e9b4e1 data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall.json +e4cc4b782fe7f513a28d0816233557a1e07398f4 data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall_from_stone_types_tuff_stonecutting.json +4af97307dd625d2dbb027b79e0a45e72a3cf8020 data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall_from_tuff_stonecutting.json +e6f1ffe762eff05c0362816a95d663d51893c63d data/create/advancements/recipes/create.palettes/cut_tuff_from_stone_types_tuff_stonecutting.json +798b7a82245302f6a6f1a039f2308cc90adfc34a data/create/advancements/recipes/create.palettes/cut_tuff_from_tuff_stonecutting.json +59d165efc116e9c8578df9ba670c3692b83d90c2 data/create/advancements/recipes/create.palettes/cut_tuff_slab.json +7f8734665ee1ea740b23a93253adddda373b768c data/create/advancements/recipes/create.palettes/cut_tuff_slab_from_stone_types_tuff_stonecutting.json +db251babf07944ea73a4a9ee9829efae6cba471b data/create/advancements/recipes/create.palettes/cut_tuff_slab_from_tuff_stonecutting.json +386ebb544c83c98a9081fd2a2c7f21869138cdce data/create/advancements/recipes/create.palettes/cut_tuff_slab_recycling.json +15ea987d28b8d39598a0744db6bff6885d9a06a0 data/create/advancements/recipes/create.palettes/cut_tuff_stairs.json +2ecd34dbf08d7b0fb076d4541951a1af8503988a data/create/advancements/recipes/create.palettes/cut_tuff_stairs_from_stone_types_tuff_stonecutting.json +834b9efde836381d0371ecc6813e6561c3603a0d data/create/advancements/recipes/create.palettes/cut_tuff_stairs_from_tuff_stonecutting.json +41fa7083f2968ec691e614b6aadfc5580f71a9f0 data/create/advancements/recipes/create.palettes/cut_tuff_wall.json +99ffe2f2f0f2fe57ce0a3a8790b7403070dabe0c data/create/advancements/recipes/create.palettes/cut_tuff_wall_from_stone_types_tuff_stonecutting.json +bb0f1482f5fdf9af1175b36c6172e15de53d3adc data/create/advancements/recipes/create.palettes/cut_tuff_wall_from_tuff_stonecutting.json +5efb0e802537382669d543be8581f14af87f2243 data/create/advancements/recipes/create.palettes/cut_veridium_bricks_from_stone_types_veridium_stonecutting.json +e12b80821aa4c84de3d3ab090b02b26da9620f02 data/create/advancements/recipes/create.palettes/cut_veridium_bricks_from_veridium_stonecutting.json +08b84146aec0df756b892b966b8ff584941e3822 data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab.json +a15d11707c379ec89f827469ab66185094b83d57 data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_from_stone_types_veridium_stonecutting.json +dd208ff2321ce2233c702d765bffa233b674ea32 data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_from_veridium_stonecutting.json +7b0345456315824f48051c441a1af8234185dbb7 data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_recycling.json +63c8064573effe77eee9f19651a93c6703a8f1a5 data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs.json +c9f04e36272ec15408701cf5f087cfaf5bc86df3 data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json +ace8d62f7cce63244166576da46b610e04f6fac5 data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs_from_veridium_stonecutting.json +cc42ae471f9e2206ada28e6a6556bd823fe96297 data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall.json +cb27e519f7699a5e406acc38122f78c9bc4ef469 data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall_from_stone_types_veridium_stonecutting.json +723266d55a52c45ec12ed2f8c3dd54115cd2f027 data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall_from_veridium_stonecutting.json +30abd94643a7da5e9121333dcfbae0bd77f3426c data/create/advancements/recipes/create.palettes/cut_veridium_from_stone_types_veridium_stonecutting.json +ad8fa53d153f3b6d762ea24f58e1c23d644d6210 data/create/advancements/recipes/create.palettes/cut_veridium_from_veridium_stonecutting.json +222c2bf6e94ca73bcab991f6a7dc9704d67371a2 data/create/advancements/recipes/create.palettes/cut_veridium_slab.json +4e6a5cf062e512e19e7f48dea4e2284459a9d4fa data/create/advancements/recipes/create.palettes/cut_veridium_slab_from_stone_types_veridium_stonecutting.json +378ae1c96e1e0afc0293cfb88bb270f8c8b1366f data/create/advancements/recipes/create.palettes/cut_veridium_slab_from_veridium_stonecutting.json +9d3ffa5ae608511debd28b9e58bd81f8be00ac5f data/create/advancements/recipes/create.palettes/cut_veridium_slab_recycling.json +8d044d8d6ef860dfb86625985a2737c75c1e4467 data/create/advancements/recipes/create.palettes/cut_veridium_stairs.json +7ba505ccf811a1c5b006b8915a97b644a20065f2 data/create/advancements/recipes/create.palettes/cut_veridium_stairs_from_stone_types_veridium_stonecutting.json +cc54c9be13c8f32496edb53023c26e2e15bc270a data/create/advancements/recipes/create.palettes/cut_veridium_stairs_from_veridium_stonecutting.json +0cb34fe57e0511442d8238b5366392ca6dee5042 data/create/advancements/recipes/create.palettes/cut_veridium_wall.json +fe24697ae691e34e57e67e76e890167a5b0c9842 data/create/advancements/recipes/create.palettes/cut_veridium_wall_from_stone_types_veridium_stonecutting.json +965a1e54e1465979b9ec525f6881ac06783eb4d9 data/create/advancements/recipes/create.palettes/cut_veridium_wall_from_veridium_stonecutting.json +c9a36346d9d739842bddddf46da7cba53be5ca94 data/create/advancements/recipes/create.palettes/dark_oak_window.json +86f9ec8ac357c859536478d5b4e5a47295b1a3ba data/create/advancements/recipes/create.palettes/dark_oak_window_pane.json +09078c95e0e506b8e1fd425b896d4494f554600b data/create/advancements/recipes/create.palettes/deepslate_pillar_from_deepslate_stonecutting.json +c594333560ef54e1cd7fe01830137c4032e9ed1a data/create/advancements/recipes/create.palettes/deepslate_pillar_from_stone_types_deepslate_stonecutting.json +1c007bafa64424498a52cfeeee92ca02864086d7 data/create/advancements/recipes/create.palettes/diorite_pillar_from_diorite_stonecutting.json +4922ea5e65bd3b4b094a0ebda17f7d57baf98d13 data/create/advancements/recipes/create.palettes/diorite_pillar_from_stone_types_diorite_stonecutting.json +0d9d56e1516f5fc84c77a947d26fb37bfbdcdab4 data/create/advancements/recipes/create.palettes/dripstone_pillar_from_dripstone_block_stonecutting.json +5bdef473b0abedf9419e8b90508f3ab582257044 data/create/advancements/recipes/create.palettes/dripstone_pillar_from_stone_types_dripstone_stonecutting.json +a4c411397c83da08aff4fdf1e6a152e6920ce041 data/create/advancements/recipes/create.palettes/framed_glass_from_glass_colorless_stonecutting.json +91d78a68f15e58f3bfff27c2b95a2afc541ebc09 data/create/advancements/recipes/create.palettes/framed_glass_pane.json +98c31ae7e1474653c4fac748404ba8e28efe4df1 data/create/advancements/recipes/create.palettes/granite_pillar_from_granite_stonecutting.json +30bef4f7198cd8c3be730dd535bdee5f4531a333 data/create/advancements/recipes/create.palettes/granite_pillar_from_stone_types_granite_stonecutting.json +ffd0d7c16c76f60ce23f719110b0f222821cc141 data/create/advancements/recipes/create.palettes/horizontal_framed_glass_from_glass_colorless_stonecutting.json +f468fd03b657eec91e744537078e8fe9856b7678 data/create/advancements/recipes/create.palettes/horizontal_framed_glass_pane.json +25c2ade22e31fd8096714aee7cfd6e7001c1cc60 data/create/advancements/recipes/create.palettes/jungle_window.json +a6ebf3d38ab309f40d64f84d76f491d0e1b0cb80 data/create/advancements/recipes/create.palettes/jungle_window_pane.json +6c78b7f52deb8b529e6d402b061bb9ed43dc2e18 data/create/advancements/recipes/create.palettes/layered_andesite_from_andesite_stonecutting.json +a39f3e144e63fceeb33a234b3b286812f6826c19 data/create/advancements/recipes/create.palettes/layered_andesite_from_stone_types_andesite_stonecutting.json +8623aa35c08fb3dfa26dc65efafc4d80d3f753a4 data/create/advancements/recipes/create.palettes/layered_asurine_from_asurine_stonecutting.json +6daaed4b4616b066c396eb9739807c336b454516 data/create/advancements/recipes/create.palettes/layered_asurine_from_stone_types_asurine_stonecutting.json +f8d18eff90a7963c5e5a41f2d8602120ade433c6 data/create/advancements/recipes/create.palettes/layered_calcite_from_calcite_stonecutting.json +78a11a6f884ad59b2a5ca4f0e505ef98d065d220 data/create/advancements/recipes/create.palettes/layered_calcite_from_stone_types_calcite_stonecutting.json +e1571697be5a836402e1263c78a041853f9d0877 data/create/advancements/recipes/create.palettes/layered_crimsite_from_crimsite_stonecutting.json +66f15a7e69b0144e0c80132441eed4e248dcae70 data/create/advancements/recipes/create.palettes/layered_crimsite_from_stone_types_crimsite_stonecutting.json +f6c91ecb190b987497629f96c312e775b1013378 data/create/advancements/recipes/create.palettes/layered_deepslate_from_deepslate_stonecutting.json +624331627975c134a04ce4f5dd39bd89772b2d51 data/create/advancements/recipes/create.palettes/layered_deepslate_from_stone_types_deepslate_stonecutting.json +06d9a08d34c3755d21bdd3210b8205aa86f401d2 data/create/advancements/recipes/create.palettes/layered_diorite_from_diorite_stonecutting.json +0a275dade16abd876fb89765f93afb24bf02713d data/create/advancements/recipes/create.palettes/layered_diorite_from_stone_types_diorite_stonecutting.json +1fc49676029a6b7f755eb6d28acdb95af13cfecb data/create/advancements/recipes/create.palettes/layered_dripstone_from_dripstone_block_stonecutting.json +ab06ad6dd8ac2f426adef80415211cd08939526c data/create/advancements/recipes/create.palettes/layered_dripstone_from_stone_types_dripstone_stonecutting.json +5f53dbbc44dc56e29b85a62956ed6b07d10e8b00 data/create/advancements/recipes/create.palettes/layered_granite_from_granite_stonecutting.json +2dbc9bfe3589ce284dfdf57d787e2ef8c2a40ad2 data/create/advancements/recipes/create.palettes/layered_granite_from_stone_types_granite_stonecutting.json +8f7135a765da22a7404522abc715dfc1264f0be2 data/create/advancements/recipes/create.palettes/layered_limestone_from_limestone_stonecutting.json +68ee05e89aa4f27e0c2f94b1246b4cb495aecc07 data/create/advancements/recipes/create.palettes/layered_limestone_from_stone_types_limestone_stonecutting.json +fd6b29adc71e3642546ac2dcfa8777bc8c680aa5 data/create/advancements/recipes/create.palettes/layered_ochrum_from_ochrum_stonecutting.json +75a7a6e313d32319c32b3ce0df21e8cc6774f402 data/create/advancements/recipes/create.palettes/layered_ochrum_from_stone_types_ochrum_stonecutting.json +2824cc2f2238c63bc5b1a7d69df92434700590e1 data/create/advancements/recipes/create.palettes/layered_scorchia_from_scorchia_stonecutting.json +4f0c829edd12729014dcb63650720aaf917eb439 data/create/advancements/recipes/create.palettes/layered_scorchia_from_stone_types_scorchia_stonecutting.json +122a63ebbefbf8b7d52d3dfc2e140c5e6cf33e53 data/create/advancements/recipes/create.palettes/layered_scoria_from_scoria_stonecutting.json +ed3743e70c493b07c3101c0dc92215526c387db0 data/create/advancements/recipes/create.palettes/layered_scoria_from_stone_types_scoria_stonecutting.json +e5feef288669aa930ae12cf9a783d620af7d91b4 data/create/advancements/recipes/create.palettes/layered_tuff_from_stone_types_tuff_stonecutting.json +2ad27157bac4c1e216ce8e6e5e27072a475e73ee data/create/advancements/recipes/create.palettes/layered_tuff_from_tuff_stonecutting.json +dfb4f2e119b8017d5db975fb541713048703e2c6 data/create/advancements/recipes/create.palettes/layered_veridium_from_stone_types_veridium_stonecutting.json +bb080e7c3cb91c344b5f208a998608f62e7c2b71 data/create/advancements/recipes/create.palettes/layered_veridium_from_veridium_stonecutting.json +da0792b639766a20b70fd5b85b6a60135da7900c data/create/advancements/recipes/create.palettes/limestone_pillar_from_limestone_stonecutting.json +de18b7fbe72ebab8664dc8bad74b11c8f963d201 data/create/advancements/recipes/create.palettes/limestone_pillar_from_stone_types_limestone_stonecutting.json +72a0bf990de9157649f4a35d107691336ac251cd data/create/advancements/recipes/create.palettes/oak_window.json +0df92ddbd45927fffcd6e7dd64e23a9c1a480987 data/create/advancements/recipes/create.palettes/oak_window_pane.json +deb88749c15101a17619e18c4de3a32eac6d674e data/create/advancements/recipes/create.palettes/ochrum_pillar_from_ochrum_stonecutting.json +d1622650c35ab63ad763bcae9daa2faa0475a6c1 data/create/advancements/recipes/create.palettes/ochrum_pillar_from_stone_types_ochrum_stonecutting.json +cee0b2d010e5aac246498d3f2e693a229b484de9 data/create/advancements/recipes/create.palettes/ornate_iron_window.json +ac65691f3ee1cca8063653605f507de264b90755 data/create/advancements/recipes/create.palettes/ornate_iron_window_pane.json +f0bfb3c97a0d7f036484326ef25959b956626015 data/create/advancements/recipes/create.palettes/polished_cut_andesite_from_andesite_stonecutting.json +87e2b764ee25608a5e616dd67d457c4683b5f7f0 data/create/advancements/recipes/create.palettes/polished_cut_andesite_from_stone_types_andesite_stonecutting.json +56044e65f870706a64e5db0d31b6bc233b4ca771 data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab.json +24f0ff38c2ba66491895a43256a359ff3917fece data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_from_andesite_stonecutting.json +bd8759817186f4e2ab0626092cf5b3b9ab69dc6e data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_from_stone_types_andesite_stonecutting.json +0402b4622b45632d9611cff3be31136592db6d9e data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_recycling.json +c81cfec067185165a1291010be997e7c0767679f data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs.json +1b1c166b6c610c1c4e9a3fe5bb80fc2f92a88ac3 data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs_from_andesite_stonecutting.json +014828f212838ee0112c93dba1e59e1a3d2951d6 data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting.json +78eb944a0ba1009c083391578210a9dbbbeb1a51 data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall.json +793b9f64260b1ae87791f8155bb3622bfd9a2aa4 data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall_from_andesite_stonecutting.json +a99cfabefc305c676adb52688e5465ff1438104b data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall_from_stone_types_andesite_stonecutting.json +ce0d3f812b0ddcba63575d3d3f2279f761241393 data/create/advancements/recipes/create.palettes/polished_cut_asurine_from_asurine_stonecutting.json +ce453fa5a19ba6db69f33615bdf6dffc1e061fb1 data/create/advancements/recipes/create.palettes/polished_cut_asurine_from_stone_types_asurine_stonecutting.json +5c3a4cbe313a89bb9298d6adc242ae5a5505299e data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab.json +1a4eb8eee354fe90c6e40f32d2d6bdaa9c15f2c5 data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_from_asurine_stonecutting.json +9ba88be9d02731b267cebe0cf77cab7b486c80e4 data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_from_stone_types_asurine_stonecutting.json +d9e0db07102ecc634d72fde55d5841b4fec09b3a data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_recycling.json +78b220c9f84be02e9a21552e60c67a778863935c data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs.json +fc3372fa3a2a909a5d8b748a189b2334582579d5 data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs_from_asurine_stonecutting.json +14cae4987773d4126a372b2e0431fafb0112b48d data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting.json +a641b25a792497b114867323612ddb4daf112390 data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall.json +c5e3cb2e9bcbacc9c2ca3f72ad85cb66aeb6ccdd data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall_from_asurine_stonecutting.json +e45bf9d53e7f30bd4d2b931b640c95e173d4ccd7 data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall_from_stone_types_asurine_stonecutting.json +db1aa527e0da6f634afebb6b813db1454453f45a data/create/advancements/recipes/create.palettes/polished_cut_calcite_from_calcite_stonecutting.json +e1be2af7938a206959a9faa8cc822446f256f747 data/create/advancements/recipes/create.palettes/polished_cut_calcite_from_stone_types_calcite_stonecutting.json +0bd8ba44a6008a2429b3f90c44359fd1e1a66227 data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab.json +1f57101dada977599221f46709d64d63b18b10f1 data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_from_calcite_stonecutting.json +fbbc756afe198573208fa5241042565d5c48ffad data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_from_stone_types_calcite_stonecutting.json +b52e69396690a4fbd306cf8c280f0780542418cd data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_recycling.json +0f85cf66fb414481c848eaaceae4cefa0c7f628f data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs.json +8a08e6e095dee9deee72ef18bdb77f80c6b688ea data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs_from_calcite_stonecutting.json +14ad9e88b4671b981441f0a02e8ad3f65b065944 data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting.json +a64e4d43cbd115b89245c67907e474215ca64e97 data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall.json +aef9526d769c8b3d78cc7e34bf540a47698b5d78 data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall_from_calcite_stonecutting.json +974cd9faa99230dcbf93d31a80611de8c01dabff data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall_from_stone_types_calcite_stonecutting.json +015feccc9da045e671bc470e44bb31b9cce1aade data/create/advancements/recipes/create.palettes/polished_cut_crimsite_from_crimsite_stonecutting.json +733b5b8c289840efc4d060f2d202d4b90363f675 data/create/advancements/recipes/create.palettes/polished_cut_crimsite_from_stone_types_crimsite_stonecutting.json +1d78f6c45f7c5675e404c40d0dd6abbcb4cda01b data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab.json +f6fb6766814d066dfe023ae6a69f314002fe7c9d data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_from_crimsite_stonecutting.json +d5356a34686a0c6f19b47816a8f400512316537f data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json +743fbd4306d368cb4e4b0d22c74c80e74f2cbd91 data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_recycling.json +39521721a019e20070320c799c1581d16875bab0 data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs.json +5516ddedf37ae6900dae7953dc17fccdd86c6065 data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs_from_crimsite_stonecutting.json +750d4d09dd1e2cda1c34a73c449b07b9c2ea4296 data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json +eef80b2717b9092fc958407cddaa4cc89f7cc459 data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall.json +7e420e5b1e3a1180d9ec7c47d5f9ac9a5404daf8 data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall_from_crimsite_stonecutting.json +d496be98d0943bf49a02c2682d42727362d94f5e data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json +fe4d5f127a5ec1c7e342e9886b01cdb8fc0c3c85 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_from_deepslate_stonecutting.json +fc927719af1bd26d3e8cbfaacf4d05afb0ac457f data/create/advancements/recipes/create.palettes/polished_cut_deepslate_from_stone_types_deepslate_stonecutting.json +2e60738cd3dc77fb7dedf3811d6d09ab27230563 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab.json +ec3ce9a08e1ba5d2f306a82b9a8a8bef95aa790b data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_from_deepslate_stonecutting.json +7e2bdfe97262a51361eb5b8c35ae8e255593f310 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json +42f31b2ec87726ec51a5b849edaf1a825012a73f data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_recycling.json +17030bdcd06e3f52a604aa6c293a11e46dbb0a47 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs.json +9145225b7c5f77d7e0a0720a2e00f11250d59a1e data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs_from_deepslate_stonecutting.json +9dfc4fd5f88b60c41b4ab0f5f3677aaab5b28d6a data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json +d08dbd0babed893966486a4545a7a24f6f0f560b data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall.json +b7a44ceb7656204a7af0809c020f2b647b4fcef0 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall_from_deepslate_stonecutting.json +2d311b911fbfdd26c080dbbdcae8cc8a3d2520f1 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json +74cfe3cfe71046edbde90907100d7bb406af5135 data/create/advancements/recipes/create.palettes/polished_cut_diorite_from_diorite_stonecutting.json +de71a69f54bd24d9fc882f4317c8cff7dcd3da48 data/create/advancements/recipes/create.palettes/polished_cut_diorite_from_stone_types_diorite_stonecutting.json +d8f9f4daa2bff3b7aba51d27834f4b9c8db7eec8 data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab.json +c78d225547da5c9455ab3914b56a8df2138c4ab6 data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_from_diorite_stonecutting.json +9a4aea18c2237a714178af2baff90bd958b3d924 data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_from_stone_types_diorite_stonecutting.json +9e72e81c93cd837fd43a1d77eae8116863bfef17 data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_recycling.json +90cd3e07b9802619709525a81a1c1fbd74705286 data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs.json +341bdb4871abb92499807f8acce4fa44c17ae6f1 data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs_from_diorite_stonecutting.json +85b9d415fef40a8d3ab023c7a9e9117a15b75c94 data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting.json +812a8c9375b2ed654d71748415a14c7b1b1609d0 data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall.json +f75679d70b1de13fccbe76a765830169ae1bee3b data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall_from_diorite_stonecutting.json +ca63c7f68fad077053b8b29139f4019bdef0e050 data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall_from_stone_types_diorite_stonecutting.json +c85875b596fdbdb68b57278c4b5621303509471a data/create/advancements/recipes/create.palettes/polished_cut_dripstone_from_dripstone_block_stonecutting.json +11371c271e03942cd49daeed6fa978509eb45e30 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_from_stone_types_dripstone_stonecutting.json +cee2143d1ae757492011c281a94e24afe08874dd data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab.json +e973c34a8921bc4b4098f4772ca29414c45f14b0 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_from_dripstone_block_stonecutting.json +2ddf70a17df85fb6a46ace6141788d2b0dd61980 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json +f7bae45ba3c91ff89a2e641d1277fc188872454b data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_recycling.json +9171343ce754e96fc2cc24605e88026be7e20e02 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs.json +33fb066aace3986b7b1f8c515e2cbf6c580e681d data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs_from_dripstone_block_stonecutting.json +ecd8b7df5c98e854df3c1bf7fd128c3b51dc5fd3 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json +1635be562287e2187f6917e234dd5a8b98a94edc data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall.json +42af59b805726b1c650ad51443694058c968f84f data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall_from_dripstone_block_stonecutting.json +353d093250d70108453ab7f16c15dfd224515986 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json +57ff6d8b95242644f06f198c83064a9a23476c90 data/create/advancements/recipes/create.palettes/polished_cut_granite_from_granite_stonecutting.json +42148f769d22b6228a37ca25aaa0b81851ffdef7 data/create/advancements/recipes/create.palettes/polished_cut_granite_from_stone_types_granite_stonecutting.json +bec1b27e1b40f88eba68afc83167ed381c2f9ce1 data/create/advancements/recipes/create.palettes/polished_cut_granite_slab.json +5774a14e5c813b41ebcc29534b7fc6092f43a8e8 data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_from_granite_stonecutting.json +2b4c0748f62ecd67fc780c1e39587af095b7dda3 data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_from_stone_types_granite_stonecutting.json +35b15a1c1a985a0527942f374cb7a65016f69a29 data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_recycling.json +05cb927ea057ec082d49a060dd942b27f59316bd data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs.json +0cbe19a89225385e5ae0c79f241a5f41ad06c779 data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs_from_granite_stonecutting.json +747c521600debe796fd82a67bf1d2ee393ada20d data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs_from_stone_types_granite_stonecutting.json +304d47863b4521021081090c6d42f0310b0058bc data/create/advancements/recipes/create.palettes/polished_cut_granite_wall.json +becbe8320b1c7916b734c365b1b4a98feac8c99e data/create/advancements/recipes/create.palettes/polished_cut_granite_wall_from_granite_stonecutting.json +8e23bef4cdc74e74c1046918ef9fe1fd93f438b7 data/create/advancements/recipes/create.palettes/polished_cut_granite_wall_from_stone_types_granite_stonecutting.json +99651c4b19095864948bbe34dfd86b72d80a8f27 data/create/advancements/recipes/create.palettes/polished_cut_limestone_from_limestone_stonecutting.json +32925d1bb83f8039945530aa954c12e2319b7512 data/create/advancements/recipes/create.palettes/polished_cut_limestone_from_stone_types_limestone_stonecutting.json +bb1f57bf47974c9b64eebce016f0af6aa7199f64 data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab.json +115220e1ad44ca3585d735e23ec980e72f148e63 data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_from_limestone_stonecutting.json +103aa558f05728c564480927b25ce32b15870435 data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_from_stone_types_limestone_stonecutting.json +f29077df1a3706614309f5317936b335102bfa06 data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_recycling.json +820f2c0a803767c325e7589f4643e88dfa160f9c data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs.json +6efe0166d4d5d2674551f93dc8011abe1c3752c8 data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs_from_limestone_stonecutting.json +f8346a8196fccb3790d444bff91be21bb1551559 data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting.json +c22ea50eea88bac5ec22c884fbafa741e3feb8e6 data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall.json +f878e73130a51c3aeae8014f56a4d3d840df7447 data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall_from_limestone_stonecutting.json +5ac9e432dd60a147a86d4a2462438ebe20eeaf26 data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall_from_stone_types_limestone_stonecutting.json +ebef67f5d032d9bf272ad40c6f571c7e47c2c353 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_from_ochrum_stonecutting.json +74eb441ff391d48c2f3bd444d9d113475eed8454 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_from_stone_types_ochrum_stonecutting.json +eeb5f15290c193030dda3e67663cee8d821f56e1 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab.json +59b0e780eb286f61aa83a93d0d13334b8272e09d data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_from_ochrum_stonecutting.json +562f948ee3129177bb0decbf5e794e0da379df35 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json +844f9a89e6d1e961222be0c36a1a26ad686fd978 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_recycling.json +771ac021228b5a2e9aa79844466383c363d5c429 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs.json +22ebc95b43a8204629d388c7022131b378d5eaac data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs_from_ochrum_stonecutting.json +4b10c2073ad9394ab77aaefbb5508d30d8b8dfe2 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json +322fdbbb7121cb6dac318ed19ac6cc47445c008d data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall.json +5f514570f239992fd7b4e98c360763872ed89fa4 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall_from_ochrum_stonecutting.json +c725c9f6dbc16c6cc3938c30f9443c6187be5bf4 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json +e84d862c3310a71838bedf280bcda85e226b9a42 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_from_scorchia_stonecutting.json +d1f0ce4819a7edade4ab546f6cc5e29690b13b81 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_from_stone_types_scorchia_stonecutting.json +9712d2d270bdba9869cf77b2336b166347128a9a data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab.json +e0c17f7ae37157ff60ec9a8e9b390fac586c802c data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_from_scorchia_stonecutting.json +dc5d46d905d0ee24b6271c369b2b13278691b00b data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json +1193b4d04da1c64ba383345c807b0beec15f8aa8 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_recycling.json +2116f04d7857b5fa05c2dc295b4eed7535ea4b70 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs.json +41133a2acc5f56651623f23559e00c2f56a28f17 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs_from_scorchia_stonecutting.json +4684fbf3187c171fd50ec5a4190251f5aa42f9f1 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json +cc9d5c26274d0a90185399eb6faa584623fa879d data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall.json +21cb6cfe7956dcdee588c49844c107964193a254 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall_from_scorchia_stonecutting.json +52dc08e1a1068e77b36964c0f561477a4d033984 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json +c45ad4c7732914ce6dd36c22c445d257ba8fe18b data/create/advancements/recipes/create.palettes/polished_cut_scoria_from_scoria_stonecutting.json +adac266360d879be47fd07c14ad0251c2751d2c6 data/create/advancements/recipes/create.palettes/polished_cut_scoria_from_stone_types_scoria_stonecutting.json +50b550dd3d2e48173c6124de445e9370590fe1f1 data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab.json +ba60bf03f7135072e41f09e72e8984e0ed733457 data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_from_scoria_stonecutting.json +2c781b6cacf4f128db1a4d9202a3c7e6d8ba31f6 data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_from_stone_types_scoria_stonecutting.json +10b1ab8a11f1ae49cd65142fef0ab80c09f95097 data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_recycling.json +36de862bd8cf39dcef4c1b2f98cf74868897ee3c data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs.json +f32d2ad9d0092482d6e0cf06d6dc0e5539f085a5 data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs_from_scoria_stonecutting.json +1e2fd943098090c1dc572f6724f91befebe25835 data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting.json +30d402883893aea3417e78f9dfdc9cb65728717e data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall.json +e5ae4d31cc1c2180e168f635ad0c761ec67d42eb data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall_from_scoria_stonecutting.json +357bbd5b5cfdd3b06fdf64b6717e03817394e6ee data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall_from_stone_types_scoria_stonecutting.json +fd183ac1971f718a60a24951511650be0280b85d data/create/advancements/recipes/create.palettes/polished_cut_tuff_from_stone_types_tuff_stonecutting.json +2f12f90f0ef41eac8fe31fa6c85911cb3b4be391 data/create/advancements/recipes/create.palettes/polished_cut_tuff_from_tuff_stonecutting.json +58fa91dc84360c7806a14a840f41f9df41084065 data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab.json +d810fea4c007b6efc1b5ba63c7b2ed0e2a1a9e64 data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_from_stone_types_tuff_stonecutting.json +4712bfe8e6c7a14ad0eb81bc575c85f89de8ea2a data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_from_tuff_stonecutting.json +61e78fc4390afc28cc4e6a9759f836fe85d2f928 data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_recycling.json +81b4c37bc0a9b4301079da4050b2084af05329d3 data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs.json +58ed35ba42820f59385c52e1ab3a701d231c1849 data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting.json +63b41b0e721e959585b78dfc292b9d13e8d7097e data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs_from_tuff_stonecutting.json +8c50df95e49355504b9475bb97e288be7f9c0068 data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall.json +65e48daaa45b15c2ac5049571bde967a5184e1bf data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall_from_stone_types_tuff_stonecutting.json +b773afaf746e73b4c17542b274192e3876ab6248 data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall_from_tuff_stonecutting.json +b4a53b96d45e8b5c0ced15b988174e1fe5944639 data/create/advancements/recipes/create.palettes/polished_cut_veridium_from_stone_types_veridium_stonecutting.json +38072344ca3a2b3a1a8da5aa56c1912bb05ae13d data/create/advancements/recipes/create.palettes/polished_cut_veridium_from_veridium_stonecutting.json +69a10ac4a77c3595350e4dcd5ea837fd96976ccf data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab.json +894f5a897b85ea5407da3efe1dc06e183b6409ca data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_from_stone_types_veridium_stonecutting.json +ec956d5484f363dd9151cac54644d17a9c9d2f17 data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_from_veridium_stonecutting.json +d4cbeca358f3996000b5278fcd775336dab6378d data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_recycling.json +fb2ee402fe6fd24b2459f133eacdfed19601eef2 data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs.json +2a8fb44e7534ca0f39bae9cbeab5009bd5a84e07 data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting.json +40d4e6e43b718e882f281d9dcc097fab4d9b330e data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs_from_veridium_stonecutting.json +052281d742987d3456b91463e390f37726033d4b data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall.json +e25273889fffad567fc3d5e6130b0cd7d935829d data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall_from_stone_types_veridium_stonecutting.json +780447628273616412360ba3ced244fe715bbb44 data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall_from_veridium_stonecutting.json +70ef3a57fa2279f49e409b4b799efe5f056b73b4 data/create/advancements/recipes/create.palettes/scorchia_pillar_from_scorchia_stonecutting.json +1d72cd68a6265a9c4724f0aefd15bc7b4797f559 data/create/advancements/recipes/create.palettes/scorchia_pillar_from_stone_types_scorchia_stonecutting.json +a6b9ed06818f9a49202f420b17270b58f6256784 data/create/advancements/recipes/create.palettes/scoria_pillar_from_scoria_stonecutting.json +0a365d58fbcbad21a77cbf1e20d98d3a8af6f418 data/create/advancements/recipes/create.palettes/scoria_pillar_from_stone_types_scoria_stonecutting.json +4814118f7d05a4bce1dc1b37d1f8055b8249596f data/create/advancements/recipes/create.palettes/small_andesite_bricks_from_andesite_stonecutting.json +a7f5ff6824fb2f316616cd4e134797ad22d2ee66 data/create/advancements/recipes/create.palettes/small_andesite_bricks_from_stone_types_andesite_stonecutting.json +1789e279b6de73a98b295c4942a476bc3d38dd9a data/create/advancements/recipes/create.palettes/small_andesite_brick_slab.json +5f98ecd44b886feea3e3b76bed101d044bf6e0ed data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_from_andesite_stonecutting.json +0d1d248f202f0deb40ba49e177df8586f12f37eb data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_from_stone_types_andesite_stonecutting.json +bc20a7f4160b5bebfdda451b287f846f91182d5c data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_recycling.json +c22d881802f106981fed1ca5cd38ee6862400fd2 data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs.json +dfe3d60b5614282fc622f04676e50d3ad522f20e data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs_from_andesite_stonecutting.json +6540aa9c8d64d7819ae3f517f016dc018a2e0d12 data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json +8c6d9e3a9511723db7df84c52ea789afec14d39b data/create/advancements/recipes/create.palettes/small_andesite_brick_wall.json +fb67df4773453a1296b44d2ce441200fa7ca1384 data/create/advancements/recipes/create.palettes/small_andesite_brick_wall_from_andesite_stonecutting.json +85456fc1a20cabbe3f5b242852681165ae564b65 data/create/advancements/recipes/create.palettes/small_andesite_brick_wall_from_stone_types_andesite_stonecutting.json +3365609bbda40bc55bc16e421f9e4b9d49dd4820 data/create/advancements/recipes/create.palettes/small_asurine_bricks_from_asurine_stonecutting.json +04b0c0fd65bdee5613cce2af3a70c896bcd05a25 data/create/advancements/recipes/create.palettes/small_asurine_bricks_from_stone_types_asurine_stonecutting.json +20d6b979945c97ad793a2ee7e76462ec8666a2c5 data/create/advancements/recipes/create.palettes/small_asurine_brick_slab.json +cf6f94807f42842e58ed0726188b0298d30bc687 data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_from_asurine_stonecutting.json +3d9fa7cf70db4d36ddc265107af9413cc53e1773 data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_from_stone_types_asurine_stonecutting.json +db00b0de569c4e7123ec32594300b81d461e10d1 data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_recycling.json +a9c5927c48d20925f6b48de68fd65dc07e63b9a0 data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs.json +f890251ed3367270a9567f52357b677727c31b72 data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs_from_asurine_stonecutting.json +6f06768b6dacd285ebbca197ac3b8143d73ce4f2 data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json +677b259ea798f8f23d08edd16c882463df2089d9 data/create/advancements/recipes/create.palettes/small_asurine_brick_wall.json +52545ed8d5106f9b197db3b5e1a592adbdc5449c data/create/advancements/recipes/create.palettes/small_asurine_brick_wall_from_asurine_stonecutting.json +ddfb29ffebcb2f5af04537c585887c87429715dd data/create/advancements/recipes/create.palettes/small_asurine_brick_wall_from_stone_types_asurine_stonecutting.json +66978cec93e792b13d5eba1140063ea32b1261b3 data/create/advancements/recipes/create.palettes/small_calcite_bricks_from_calcite_stonecutting.json +23fa022abb382a4f80e56af347bd1b4c28d3d720 data/create/advancements/recipes/create.palettes/small_calcite_bricks_from_stone_types_calcite_stonecutting.json +ff9e6190e79331b6e0162adbd3c66f1af1bcb7fd data/create/advancements/recipes/create.palettes/small_calcite_brick_slab.json +d2b0e019c102929f7759cee55108c69047a29046 data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_from_calcite_stonecutting.json +a1319037285be81db4254f67aaf2ab7fc7ec9127 data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_from_stone_types_calcite_stonecutting.json +56e5164897ed62999c836462b32bd2dc12582ddf data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_recycling.json +a7b394adf6157b304069ad946005530083df33bf data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs.json +b479bfe16955d922e99e3533c29c1d6c59eb12ac data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs_from_calcite_stonecutting.json +346f3dc1829a52266c4c900edfb886283715864c data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json +532b2b55855cdde057d65cfd01ce0cf9ebea6f31 data/create/advancements/recipes/create.palettes/small_calcite_brick_wall.json +39b23661bbf7d9d62eb38b1afe20238e4bad3e16 data/create/advancements/recipes/create.palettes/small_calcite_brick_wall_from_calcite_stonecutting.json +34f37aa07bb36c91d3024d5eda41104208f2080a data/create/advancements/recipes/create.palettes/small_calcite_brick_wall_from_stone_types_calcite_stonecutting.json +adbd957b4dd89e7fe4ba26340ea55c0fb423eef3 data/create/advancements/recipes/create.palettes/small_crimsite_bricks_from_crimsite_stonecutting.json +96b2b6ad28365170ce7f455fbcbca3224ac14933 data/create/advancements/recipes/create.palettes/small_crimsite_bricks_from_stone_types_crimsite_stonecutting.json +7a6b95cb5b8c810ba2d839f69895f389175ff408 data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab.json +2864947509552452071e31a0d1a555432caf8838 data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_from_crimsite_stonecutting.json +448bc0f89c2225645dd60f9f30c42a39e8bd53cb data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json +4482ce2e29bb1521ce2460bbf0b207cf88a19c22 data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_recycling.json +0f4662e48240abf0e901825e4465207a88a2217c data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs.json +f2947ab9561bfcba94c8dcff20db4ff795bf107e data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs_from_crimsite_stonecutting.json +184338025eccdd8d04f845b8258ebd7407835986 data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json +0d6d597aa80b57edde938668385db43d420af98e data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall.json +b58ae10e67304eeb2b3b2f5279b1a64bdcfe4c6c data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall_from_crimsite_stonecutting.json +aeb2725cbf8c199dd7265400c572d1ed6ca91562 data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json +31620ecb1087061fa0a376d7d53b6c15f0534f9c data/create/advancements/recipes/create.palettes/small_deepslate_bricks_from_deepslate_stonecutting.json +30b85e84ed217d8922e51ec55185427d2a2d086a data/create/advancements/recipes/create.palettes/small_deepslate_bricks_from_stone_types_deepslate_stonecutting.json +feedbaf30137c46abee2121d2722ea33093a4416 data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab.json +a40e98e4a73ef619600404ae56a2ad55aa30d524 data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_from_deepslate_stonecutting.json +8995c947661005788139b21e2619f1effb3cdef3 data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json +46499a57073daa229e9d7d246d140613eea6c1f2 data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_recycling.json +c1eed3f8f35e1cc727248739c6dfc895cea582f6 data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs.json +fbd87be950e5a6208d0bb580359aa0e3d22b4985 data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs_from_deepslate_stonecutting.json +2edbab4009e556b14401d1b68ea84e2c528a88da data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json +355b624f750b2d7e35e9d702cc49c1a52a256fd4 data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall.json +43ad8f7909ed449bd025d3d76fd6b526b7235461 data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall_from_deepslate_stonecutting.json +49059b58da67551f1a3ab28a928fd7dad9af3ea9 data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json +8c0ee02a5dc6aedb59a357c3d89f6ef5e429b050 data/create/advancements/recipes/create.palettes/small_diorite_bricks_from_diorite_stonecutting.json +6927548e361b70e9b8ef0aaaa51b1dfbf65d18fd data/create/advancements/recipes/create.palettes/small_diorite_bricks_from_stone_types_diorite_stonecutting.json +3f790638b8317ad8b9ae6f328f37f9eef25f06d3 data/create/advancements/recipes/create.palettes/small_diorite_brick_slab.json +0f5a6c0a37eeec5882a0511f6c40365745cef6ec data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_from_diorite_stonecutting.json +176a72cc538a2a90b9555f95e32e3d2ce23269d9 data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_from_stone_types_diorite_stonecutting.json +fe2754dc055e0354be7c20778fe3e80a810ab438 data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_recycling.json +18f401796ed693dadc4dea18d6037ed69e2c12f6 data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs.json +e18121b3e6039c6179b57833c07fbec1b11f5cd5 data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs_from_diorite_stonecutting.json +3749e01ce6c74a563cd04e978696debbdca203bc data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json +d0ac16024b551016068be0899b733fdef72ea9f9 data/create/advancements/recipes/create.palettes/small_diorite_brick_wall.json +02be9eb2ca70c4e703264fdb21fce75e55e97456 data/create/advancements/recipes/create.palettes/small_diorite_brick_wall_from_diorite_stonecutting.json +bc87c8dab082a77c959c827f0701f67850817949 data/create/advancements/recipes/create.palettes/small_diorite_brick_wall_from_stone_types_diorite_stonecutting.json +e6e95a7fbfc8b3496dcdab16ef1eac0b0bb94eae data/create/advancements/recipes/create.palettes/small_dripstone_bricks_from_dripstone_block_stonecutting.json +5878f41ace273540e31b96cbaf02634f8538c88a data/create/advancements/recipes/create.palettes/small_dripstone_bricks_from_stone_types_dripstone_stonecutting.json +836bd34938c6a595cb44eda586bcc192968668e9 data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab.json +e1ae6fed398f564dfc0a4479fb43028354b416c1 data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_from_dripstone_block_stonecutting.json +27ee215de13d67cce47eee2af17ae9842c970643 data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json +4db8af71c3e19b278345b4609b111eb04dbfdf89 data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_recycling.json +1b1282448e7ead212dc6e06c9be3fb7db085f8b7 data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs.json +bdf395e8ed249da1be352e60c7887ec2f94e5c8a data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs_from_dripstone_block_stonecutting.json +5b9ecba2ec4e811cc198900b7a450710b264a753 data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json +139d6afec080422204fcbdc196cb15cd96f46569 data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall.json +d9198ec9f6f32075773242057e1f161073bb2dad data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall_from_dripstone_block_stonecutting.json +66ef69489c13d9ee2c6f95d394f459bd150419d7 data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json +302f0c875b3161b3a27317a5c304d58826eaa819 data/create/advancements/recipes/create.palettes/small_granite_bricks_from_granite_stonecutting.json +8f0ce0fdc6fcbeffb6191073bfea9ebd2ad2a02e data/create/advancements/recipes/create.palettes/small_granite_bricks_from_stone_types_granite_stonecutting.json +f65865a9e9f16f0fa54c4816d9b0055248fbaa55 data/create/advancements/recipes/create.palettes/small_granite_brick_slab.json +88edd7ff2dfad777cecda4124447efcbdc8e718e data/create/advancements/recipes/create.palettes/small_granite_brick_slab_from_granite_stonecutting.json +446b4826ebcde9b00abf8097dc109d8604264347 data/create/advancements/recipes/create.palettes/small_granite_brick_slab_from_stone_types_granite_stonecutting.json +edb952e30dbfeed1ec3e5b7e2c3b4a70e228e6b2 data/create/advancements/recipes/create.palettes/small_granite_brick_slab_recycling.json +2111445829f6df6ba62a9ecb4fb7a3bb34d7b778 data/create/advancements/recipes/create.palettes/small_granite_brick_stairs.json +e96634deadd5921b886da118adb228d3881d5d24 data/create/advancements/recipes/create.palettes/small_granite_brick_stairs_from_granite_stonecutting.json +163fcc206f102e5ce11c892cb8e76c61a569a3d8 data/create/advancements/recipes/create.palettes/small_granite_brick_stairs_from_stone_types_granite_stonecutting.json +67bf539fa68126d305052c391431b1ad7d71144c data/create/advancements/recipes/create.palettes/small_granite_brick_wall.json +7da46eda5f8e9f5db5f4efd46d1ce34b00b63be8 data/create/advancements/recipes/create.palettes/small_granite_brick_wall_from_granite_stonecutting.json +cf10fb6a02ae12e65879364c9590432b3498d4e7 data/create/advancements/recipes/create.palettes/small_granite_brick_wall_from_stone_types_granite_stonecutting.json +1b1d08fb045d86572400c286f85cef5989469237 data/create/advancements/recipes/create.palettes/small_limestone_bricks_from_limestone_stonecutting.json +2ff1edd231c0b2acfd34f39eac1fc80bd752f244 data/create/advancements/recipes/create.palettes/small_limestone_bricks_from_stone_types_limestone_stonecutting.json +b604dc2918b573af37f718af988cf3c89a24709e data/create/advancements/recipes/create.palettes/small_limestone_brick_slab.json +5955f67784d27b04b30fe27296d2fe63fad9ed39 data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_from_limestone_stonecutting.json +a20865d998aa936aad25396be1ff00b6d5e8f63a data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_from_stone_types_limestone_stonecutting.json +9bf7c0d00e9b1f4c7ae36147a5762793236566ea data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_recycling.json +594c73f4ccdd35ee5e911b993917919b17e80714 data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs.json +872266f9aa7571483abf2ca4ec04c0771140eac5 data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs_from_limestone_stonecutting.json +cdc07a2d3696bfeb6fb9575f94af1100a0e7de9b data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json +0f12d7eb36c104ad77399830dd22db77b022f530 data/create/advancements/recipes/create.palettes/small_limestone_brick_wall.json +accc8d340112c86dad6be368eecea3e70aa9d3dd data/create/advancements/recipes/create.palettes/small_limestone_brick_wall_from_limestone_stonecutting.json +e6293510710de1f6d307d4b54d84f4bdabbdc345 data/create/advancements/recipes/create.palettes/small_limestone_brick_wall_from_stone_types_limestone_stonecutting.json +7cf0fe6afe51c584a320c4ca2120855a12b30e55 data/create/advancements/recipes/create.palettes/small_ochrum_bricks_from_ochrum_stonecutting.json +44eb790d07b41879e995aeb83795b4cc103eb9f3 data/create/advancements/recipes/create.palettes/small_ochrum_bricks_from_stone_types_ochrum_stonecutting.json +07fffaf1b1bc0f253f6ae543706999a0da4b4c27 data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab.json +c54f7d7b26550b1364201fe3aee0e46ac60521cd data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_from_ochrum_stonecutting.json +7c2c5022487e4132b9f6be53cccfb4262e9731ba data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json +e70c573bd8f089c14d383c1c5804840a3b400fff data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_recycling.json +3e36b894950127455c9bb8b343a78d14476aa400 data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs.json +fefc69b6b138e86fc11963e8a83bc53936b9a1c4 data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs_from_ochrum_stonecutting.json +4e629b37d1b744d72a9fc2b65891ec3a705f7248 data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json +a5e5c89ac9f955738447dd6ec085cc1e3dcf2b5d data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall.json +ce03b9a6f85015d5299da833fad67576b1430750 data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall_from_ochrum_stonecutting.json +be3be3408e5790fe1dde49ca67418727013c30cb data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json +6b7fc376cab6110fae81e20859139cec6be18746 data/create/advancements/recipes/create.palettes/small_scorchia_bricks_from_scorchia_stonecutting.json +e401f6070e3a3c9a65dd71c9fd53be02f0436cfb data/create/advancements/recipes/create.palettes/small_scorchia_bricks_from_stone_types_scorchia_stonecutting.json +f5ffaad4354b5c1a981010f078a044c3ebd8d7f2 data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab.json +26ebf0c69b4afd69f94a6c1eb7715658528dabcd data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_from_scorchia_stonecutting.json +4c286c0099347c96007e0e691502589ff3e0146d data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json +c8f638c6f17ac0f32dc04913c47f0c3eea8ed37c data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_recycling.json +93b46f1d97a536758043cceebc477f627d4101e6 data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs.json +5c5be6d9797a62a6be548419a9644d66a388f8e4 data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs_from_scorchia_stonecutting.json +5030c44417e4a91260350832feb9778f69d47d12 data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json +d9b1479eb23b05d2f0682de0e87ca2f3742b4411 data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall.json +5833239eb6ffb0a20b460937405830047ab0b6dd data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall_from_scorchia_stonecutting.json +83928d13769bd6ae80aef2db76d11469b7f7c3c4 data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json +5607e7047009c3cb6b202d8eaab798aec22d1d33 data/create/advancements/recipes/create.palettes/small_scoria_bricks_from_scoria_stonecutting.json +650c1ab08e635ef947eece59d46d14307ca1197c data/create/advancements/recipes/create.palettes/small_scoria_bricks_from_stone_types_scoria_stonecutting.json +77819931bbbe728366ec869d4fe8021f9db2daae data/create/advancements/recipes/create.palettes/small_scoria_brick_slab.json +8d47ae001eae586ec5a00e33e891fe76a8000fa3 data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_from_scoria_stonecutting.json +abd35e55a8ae318c8fb6487054cbdce3a51fe10d data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_from_stone_types_scoria_stonecutting.json +f2dd9d62d885293ea4b73a7bac1086e9337416f1 data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_recycling.json +843da192a81e34815359503f0e28e4ff09167dda data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs.json +58f31b26b5e3d5b8a64ac42f65cbfa48d06bf3a7 data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs_from_scoria_stonecutting.json +c38bb834170af090f10ad7f31287c7b5a65a197c data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json +7c92dc02a0aab36049ab5b28d34e5b4d977d78d6 data/create/advancements/recipes/create.palettes/small_scoria_brick_wall.json +422de1524c11b51541d78690f1bff5a63c902b13 data/create/advancements/recipes/create.palettes/small_scoria_brick_wall_from_scoria_stonecutting.json +8a4ba027c1868e1e6bc6b8bb14213bc78516d06b data/create/advancements/recipes/create.palettes/small_scoria_brick_wall_from_stone_types_scoria_stonecutting.json +666043b181f9ef520933c5891b55b0cb8815f569 data/create/advancements/recipes/create.palettes/small_tuff_bricks_from_stone_types_tuff_stonecutting.json +f854d2173b983025e3f77bca4e0f65f98fc74765 data/create/advancements/recipes/create.palettes/small_tuff_bricks_from_tuff_stonecutting.json +e5c1b96e7b0649d922b13a4dfb97c7e87cf7810a data/create/advancements/recipes/create.palettes/small_tuff_brick_slab.json +cc54d9ae5cee7f64a885ff2dfcf8f32dce300226 data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_from_stone_types_tuff_stonecutting.json +53540225f1dcfa9c27161aa0a158ad02769ec3e4 data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_from_tuff_stonecutting.json +63490d19d507a254964ee8c4a4d727995baa067a data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_recycling.json +a8fe179f7828fcd88e7c967f445572d1292b6700 data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs.json +a5a474a0ad98a4db967e327189049ac1b1766cae data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json +0dc82045d3792278f476feb57f7261cdd4362d5c data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs_from_tuff_stonecutting.json +e2ca887e45707197386de17a0957d949c232de50 data/create/advancements/recipes/create.palettes/small_tuff_brick_wall.json +2d946f1f93bcab5d8a185084179af23ec892c933 data/create/advancements/recipes/create.palettes/small_tuff_brick_wall_from_stone_types_tuff_stonecutting.json +d35089e98f4d6b505e497e4eaea0f4c50b03af4e data/create/advancements/recipes/create.palettes/small_tuff_brick_wall_from_tuff_stonecutting.json +fbe365e0e2af1c1f99486cc63a179c5723c28647 data/create/advancements/recipes/create.palettes/small_veridium_bricks_from_stone_types_veridium_stonecutting.json +32f36849586bd2f1028e5ea672704b608ac497d2 data/create/advancements/recipes/create.palettes/small_veridium_bricks_from_veridium_stonecutting.json +c7099d2e99562aff9fb0f1d7eb2bdfa93ba08306 data/create/advancements/recipes/create.palettes/small_veridium_brick_slab.json +57f41a5e2b596b5e0ba585dd94dd3cb58411db47 data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_from_stone_types_veridium_stonecutting.json +8668b73cd9976e496a7e29454867cf3953bc8496 data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_from_veridium_stonecutting.json +1f5c23b6047c0348d3dae55df4046fddcdda182a data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_recycling.json +3a51956ea746166bc970b482f2d45ce66b008ed6 data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs.json +eed29c40d4b3462913a0fe788d4bbfe6ff2bbb49 data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json +61591e5fc2533a8c033eea9ff0616bc97e57d052 data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs_from_veridium_stonecutting.json +bb9c80736dee49dc5e41bb023a186ada7357228e data/create/advancements/recipes/create.palettes/small_veridium_brick_wall.json +a858e59c54ad76abbb7753e3e4f6158e059a1f35 data/create/advancements/recipes/create.palettes/small_veridium_brick_wall_from_stone_types_veridium_stonecutting.json +4e6b6a5cedf8ae071d48aceb65a64c41c22b44a4 data/create/advancements/recipes/create.palettes/small_veridium_brick_wall_from_veridium_stonecutting.json +4ed9b0fc048e8d78998e0bee17191d9da7a750e3 data/create/advancements/recipes/create.palettes/spruce_window.json +529619c18bd1356ede6f169680a3e12636e2ec2d data/create/advancements/recipes/create.palettes/spruce_window_pane.json +1eb1b91c3bae5e9a661037563dda7f86319a5767 data/create/advancements/recipes/create.palettes/tiled_glass_from_glass_colorless_stonecutting.json +7ac376cb5955695acb2dc5156408be6ee273e3ae data/create/advancements/recipes/create.palettes/tiled_glass_pane.json +44be73e4dd89092099eba20c0f6265ec5001b1a8 data/create/advancements/recipes/create.palettes/tuff_pillar_from_stone_types_tuff_stonecutting.json +7b7d81c7a7d2d5ea686b8c7210ba03130b706a3b data/create/advancements/recipes/create.palettes/tuff_pillar_from_tuff_stonecutting.json +feffc531fb2738122f422760156c1c7ca511dbee data/create/advancements/recipes/create.palettes/veridium_pillar_from_stone_types_veridium_stonecutting.json +7aecf8a778275d8e37febd993d618123d52fea90 data/create/advancements/recipes/create.palettes/veridium_pillar_from_veridium_stonecutting.json +cf3cd34bbd1914f236a5504a026c889bde3b0b2f data/create/advancements/recipes/create.palettes/vertical_framed_glass_from_glass_colorless_stonecutting.json +52a605757015ad6f87296432de3809ce9572ec87 data/create/advancements/recipes/create.palettes/vertical_framed_glass_pane.json +235d4fd9853e8568e1957a4899cdabcacd669942 data/create/advancements/recipes/create.palettes/warped_window.json +0023137eaf3204db14b355bcd71c992b46274173 data/create/advancements/recipes/create.palettes/warped_window_pane.json +a3f56145a37a381502c8d0f33f3f68d19fbb84a7 data/create/loot_tables/blocks/acacia_window.json +82759d6df5b84d56b8d9900798de33ac2ee386fc data/create/loot_tables/blocks/acacia_window_pane.json +5a11afdbcac60ec59c9d4992612582c0ac4a97c8 data/create/loot_tables/blocks/adjustable_chain_gearshift.json +dc713ff2984b1508550a8e4dcc2e2eb14961545b data/create/loot_tables/blocks/analog_lever.json +4d642dedba06f0561c85af361a00560576a88077 data/create/loot_tables/blocks/andesite_belt_funnel.json +126d941149f72edc6ba8e7798a471e4c1daf6a5c data/create/loot_tables/blocks/andesite_casing.json +13267c1251e76ae6271f7de72db60bde86aa0bfa data/create/loot_tables/blocks/andesite_encased_cogwheel.json +9d010fc3c8d0821d69b550ff0bcbf117be9a7005 data/create/loot_tables/blocks/andesite_encased_large_cogwheel.json +658d76088e3926c72da86a75b4b14946bd809239 data/create/loot_tables/blocks/andesite_encased_shaft.json +4d642dedba06f0561c85af361a00560576a88077 data/create/loot_tables/blocks/andesite_funnel.json +989f9dece4281e85aa64fc45f7a6ee37bc0c9b3e data/create/loot_tables/blocks/andesite_ladder.json +f61ca02f172d6a4e922005dee01d64069afc1a01 data/create/loot_tables/blocks/andesite_pillar.json +6d0215a853fafcbe7b3b9b0f02cd5d7440f2f7d3 data/create/loot_tables/blocks/andesite_tunnel.json +9817128641e5c21acd9110a38c451a2374e5611b data/create/loot_tables/blocks/asurine.json +daa279a1f4c5aec62fb44bd9c5569a4b2c5cb30b data/create/loot_tables/blocks/asurine_pillar.json +d8c63a7465a469f31012da053c672c5a5da52aa0 data/create/loot_tables/blocks/basin.json +ea1892420a0e254f4cf2c67dbe8aa4da9379537d data/create/loot_tables/blocks/belt.json +3d72a8e7136d7272978e5f6449b1fd7e9d27944e data/create/loot_tables/blocks/birch_window.json +5a5e54ebad79407a4dd80f1045409799ac2b685d data/create/loot_tables/blocks/birch_window_pane.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/black_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/black_sail.json +0bc9a00e0074a957fcf26e3ba74bdc55d60d4826 data/create/loot_tables/blocks/black_seat.json +fd6abd404d0a8f38acdfb62b3f76ab711a509232 data/create/loot_tables/blocks/black_toolbox.json +3d1b133a655dfd78125fbbc3eb1e8d9b899251f3 data/create/loot_tables/blocks/black_valve_handle.json +a0b234d90bb6e342b6d188d4bd1a11a16497c840 data/create/loot_tables/blocks/blaze_burner.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/blue_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/blue_sail.json +3168fb6ceb78d373ff0b8c8d74a4796af0d945dc data/create/loot_tables/blocks/blue_seat.json +f7fdef100b60b5cb8fb1189d3e70b9c828a3b8d4 data/create/loot_tables/blocks/blue_toolbox.json +4426cab1afcfca4f71e741dcf877b2a31ca92897 data/create/loot_tables/blocks/blue_valve_handle.json +ccd1691115bb92e00c70633b28cb2e5129296326 data/create/loot_tables/blocks/brass_belt_funnel.json +8f9cf04579010ecf2752ad1319ee97dd342dd78b data/create/loot_tables/blocks/brass_block.json +fdfce33b43b245a4f87bcf91583211d814ec3448 data/create/loot_tables/blocks/brass_casing.json +13267c1251e76ae6271f7de72db60bde86aa0bfa data/create/loot_tables/blocks/brass_encased_cogwheel.json +9d010fc3c8d0821d69b550ff0bcbf117be9a7005 data/create/loot_tables/blocks/brass_encased_large_cogwheel.json +658d76088e3926c72da86a75b4b14946bd809239 data/create/loot_tables/blocks/brass_encased_shaft.json +ccd1691115bb92e00c70633b28cb2e5129296326 data/create/loot_tables/blocks/brass_funnel.json +1a84be40ab40c95805dcdb8fcbf80db551b236e5 data/create/loot_tables/blocks/brass_ladder.json +df96035dce4aa8f514774f4133d27843ebc3918d data/create/loot_tables/blocks/brass_tunnel.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/brown_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/brown_sail.json +2fc1089e2293db83fd9b766e3329989fb5383add data/create/loot_tables/blocks/brown_seat.json +2208507d99a47df8bbdc0e2e34ab1d7f94ccd893 data/create/loot_tables/blocks/brown_toolbox.json +e578a068014c1d5a467f2a4e73e4b6d94271eb3d data/create/loot_tables/blocks/brown_valve_handle.json +5cc7f05f186d9158bbf635a622a99b17da294dbb data/create/loot_tables/blocks/calcite_pillar.json +0cb4fd02ee64e1ad37eb8ce89387667f951cf926 data/create/loot_tables/blocks/cart_assembler.json +985a3ce38a503d4b952e4bb7b927823aae8eed58 data/create/loot_tables/blocks/chute.json +b7f29e901c19e2b8f443dc99d3d8960505bf89c7 data/create/loot_tables/blocks/clockwork_bearing.json +83383e5c7a0cdeb63b5401b43a7f94055ee03d3b data/create/loot_tables/blocks/clutch.json +13267c1251e76ae6271f7de72db60bde86aa0bfa data/create/loot_tables/blocks/cogwheel.json +fbf91043151dd047828e9101f08bac463694c303 data/create/loot_tables/blocks/content_observer.json +6ab9e45341420e4760691c471539bbcd222ebac9 data/create/loot_tables/blocks/controller_rail.json +feade294112e66f472a3d33d6cfa29145ed136b5 data/create/loot_tables/blocks/controls.json +adc3f334ffce3c11fb545a2883edea4d234ace51 data/create/loot_tables/blocks/copper_backtank.json +8d546d5efd1612c1f1c2971216473516b38d748d data/create/loot_tables/blocks/copper_casing.json +210ca7a6ad459b403dcd41149ad0544df2028143 data/create/loot_tables/blocks/copper_ladder.json +c4f60d880f72a24068e35f022ccf646daeea4c24 data/create/loot_tables/blocks/copper_shingles.json +ed41ba3fce95485fe143393b19cd5357356ceb9b data/create/loot_tables/blocks/copper_shingle_slab.json +7733a3f8398c19dd51d1528cd85d786895c100ed data/create/loot_tables/blocks/copper_shingle_stairs.json +1ae9aa9098355ea9edefcc4dda1f7bd0ae057672 data/create/loot_tables/blocks/copper_tiles.json +931a705bab6638521964e1ae93cc9980e539bb88 data/create/loot_tables/blocks/copper_tile_slab.json +de0fa9ebeabe64dcfe5a64da0e697509b73477f8 data/create/loot_tables/blocks/copper_tile_stairs.json +6ed1886e41def643b9b8881d0b1bcb5b5c80106e data/create/loot_tables/blocks/copper_valve_handle.json +70b7d7cb3d8ae394544e4c5c7c7fdbf3d58c311e data/create/loot_tables/blocks/creative_crate.json +dacd34a8c7cadd5679177bd10a4374b4dd7a5fec data/create/loot_tables/blocks/creative_fluid_tank.json +f6c2bf40f31406fc1f86d71ba616eac23fc5854a data/create/loot_tables/blocks/creative_motor.json +6351dd6b09327353dd84622e69df9754646f8160 data/create/loot_tables/blocks/crimsite.json +b900dbe6dc1d979954731d22843a12a22a2e970b data/create/loot_tables/blocks/crimsite_pillar.json +c3dc2a944dfdd6c728974969a8bd7cc0958c4133 data/create/loot_tables/blocks/crimson_window.json +1e7b11bb741cc6d5deab287baa904b79bbf88799 data/create/loot_tables/blocks/crimson_window_pane.json +34262544d4e2cc61a2e4b13faad4a0c1a3f8fbc6 data/create/loot_tables/blocks/crushing_wheel.json +e10afce2c4c9561e605791fadf39fa5904b71935 data/create/loot_tables/blocks/cuckoo_clock.json +a503ad7307b86f5ab9e032106b42056bf30503c9 data/create/loot_tables/blocks/cut_andesite.json +7a7784f3017c8f707ee682902b2422ee7503f7bb data/create/loot_tables/blocks/cut_andesite_bricks.json +45e71188d60a50c8568ad12b465db5ff3d10d652 data/create/loot_tables/blocks/cut_andesite_brick_slab.json +e1dbf420a33da1184b3e207617d8fa5d02532f84 data/create/loot_tables/blocks/cut_andesite_brick_stairs.json +1c19c4e7ca1de451e346ada6c07d90bcd0bcdff2 data/create/loot_tables/blocks/cut_andesite_brick_wall.json +82ebec1373845449baea3f259103c23bb0f28aa1 data/create/loot_tables/blocks/cut_andesite_slab.json +c63a80bc349f2c15cce137c5ea8693ccdd6c69e8 data/create/loot_tables/blocks/cut_andesite_stairs.json +4d48a1cb444bbb7d093cd295bd80ddba5358f276 data/create/loot_tables/blocks/cut_andesite_wall.json +9390a7ff3dbf76b315e369cd7481b3609982d29b data/create/loot_tables/blocks/cut_asurine.json +88dac0bbfd2df7c04f9a5e46879a0f3dfa00313a data/create/loot_tables/blocks/cut_asurine_bricks.json +144ebcc6c0995b9627e6c5aaf9ea0f497ba1dcc8 data/create/loot_tables/blocks/cut_asurine_brick_slab.json +f1ca8b3ebac4c0d9e262a7505104a65b2ae9cb7b data/create/loot_tables/blocks/cut_asurine_brick_stairs.json +dc216529d9413a983039d29494dc0f0d18ccdf35 data/create/loot_tables/blocks/cut_asurine_brick_wall.json +6c50a9f3359f1dfd3387d31e987761bd1415ccf9 data/create/loot_tables/blocks/cut_asurine_slab.json +ef0b4a0d778d695994fd307798519d1a905513b1 data/create/loot_tables/blocks/cut_asurine_stairs.json +ca3eddf49d70fa61ecf230c8da820fc0481f2082 data/create/loot_tables/blocks/cut_asurine_wall.json +2ff4aa5fd6dbef57bae4544b49de8da40bcde046 data/create/loot_tables/blocks/cut_calcite.json +d5857f4e5e14c80fdf1001fa842cfe75c66c18d2 data/create/loot_tables/blocks/cut_calcite_bricks.json +38fd1814345562aebeb5a22b5b715f332c6d8175 data/create/loot_tables/blocks/cut_calcite_brick_slab.json +a12f52629d004ffcc8c546e201a2132504545a37 data/create/loot_tables/blocks/cut_calcite_brick_stairs.json +d594d07bd3ef662c94b450345272e2771839cec1 data/create/loot_tables/blocks/cut_calcite_brick_wall.json +6fd203e8e2f917890937d0211985235c9e2be1bf data/create/loot_tables/blocks/cut_calcite_slab.json +5e443a91f0001fcbf9c5aee369cf2e10502b2f50 data/create/loot_tables/blocks/cut_calcite_stairs.json +e81d757dca04c3f65602106243ecd65961bd6051 data/create/loot_tables/blocks/cut_calcite_wall.json +d27568c7d4ca52f9d664b3b5abdc2e5d6c581e45 data/create/loot_tables/blocks/cut_crimsite.json +2e8d45efbacca40cf972f3cf0ddf5fef5171378e data/create/loot_tables/blocks/cut_crimsite_bricks.json +a45464991432fc39cefec2f5279179a59cfbab94 data/create/loot_tables/blocks/cut_crimsite_brick_slab.json +14698145d8130fd298b4d27672020155b4af6aac data/create/loot_tables/blocks/cut_crimsite_brick_stairs.json +106ca2064b2e31760a1497e73fa377d2f2481a85 data/create/loot_tables/blocks/cut_crimsite_brick_wall.json +bb4e7196666fc7398e1485e5fd96fe26e98c20ac data/create/loot_tables/blocks/cut_crimsite_slab.json +d78b4e1eebed2ee3c43b8fa031e856c7dee0377e data/create/loot_tables/blocks/cut_crimsite_stairs.json +d80e975da1f1d2102cc3e26b82e38bdf67268620 data/create/loot_tables/blocks/cut_crimsite_wall.json +ab39b2ce08ae88d8a7c5f3792d875c7c6b03c15c data/create/loot_tables/blocks/cut_deepslate.json +85ab2b5ff3d113129e264dc1711d5474e1c8f9a3 data/create/loot_tables/blocks/cut_deepslate_bricks.json +703927b401edd9f4f2ec24da91281d67e17e11e7 data/create/loot_tables/blocks/cut_deepslate_brick_slab.json +2271753c641db17818ee3cd9dc2ed71caeb29a30 data/create/loot_tables/blocks/cut_deepslate_brick_stairs.json +5f9970337b3eb65b7174573383f26601c17c71f2 data/create/loot_tables/blocks/cut_deepslate_brick_wall.json +188792f4dae69e06c188445318455a8a187e0c67 data/create/loot_tables/blocks/cut_deepslate_slab.json +8aef29345bba63a0400fdf1a3f16b57117bebfe6 data/create/loot_tables/blocks/cut_deepslate_stairs.json +2bb96f139d8d0c72e047433d7620928459f30e04 data/create/loot_tables/blocks/cut_deepslate_wall.json +4214fd91588dcae02770d3535f74042d3e779065 data/create/loot_tables/blocks/cut_diorite.json +7378869d0f813019ed5acec6697bea987b691a21 data/create/loot_tables/blocks/cut_diorite_bricks.json +9a6b3450f37e47db8619ef41d6b88bbf745171ec data/create/loot_tables/blocks/cut_diorite_brick_slab.json +3df8419bb50d47701807780f463a2e01be4ea939 data/create/loot_tables/blocks/cut_diorite_brick_stairs.json +6eb875f2dca074013cbf40d8be36825e40f23cb4 data/create/loot_tables/blocks/cut_diorite_brick_wall.json +c06a11e5ab5a43e8a91c363e94e5bf704aeb9b59 data/create/loot_tables/blocks/cut_diorite_slab.json +4b617830baa3931ee0580e01683619894824336d data/create/loot_tables/blocks/cut_diorite_stairs.json +d3404dd80ab9e11cb8cf6475bcff2555956bf5ce data/create/loot_tables/blocks/cut_diorite_wall.json +4f30cc3cf58ed6098f41e18431143bf315744c3f data/create/loot_tables/blocks/cut_dripstone.json +e10d12b3da3925f7c5decba7157d257d202deafe data/create/loot_tables/blocks/cut_dripstone_bricks.json +20a03efb2b2ced5d97b8e24fdda6747945bf8842 data/create/loot_tables/blocks/cut_dripstone_brick_slab.json +00d4d4db41452c79986f13f99063af3d73b700b3 data/create/loot_tables/blocks/cut_dripstone_brick_stairs.json +ed48c071c75e31e3dc6aa894579be6b73b87131a data/create/loot_tables/blocks/cut_dripstone_brick_wall.json +2d2ccf18aa89f69c396ca0b961cae2991c55651f data/create/loot_tables/blocks/cut_dripstone_slab.json +01b42cd22e3137f8f1f66b00b4ac920d63a03b04 data/create/loot_tables/blocks/cut_dripstone_stairs.json +f5551f0baed342a8b0f3d5eb5d5d2a882df8d785 data/create/loot_tables/blocks/cut_dripstone_wall.json +3264381f8aef8995f0f142552bd5b36dbec164f1 data/create/loot_tables/blocks/cut_granite.json +ff753d2cbc944f5b34c7f21c52d27ceb2c7bd462 data/create/loot_tables/blocks/cut_granite_bricks.json +ee444f2e75b4b233f908d20e3729b102cef01cb2 data/create/loot_tables/blocks/cut_granite_brick_slab.json +a47eac046541643710532f628de5058f7321755b data/create/loot_tables/blocks/cut_granite_brick_stairs.json +5e6ebc6016ee5ed5223d69af650b51320c6a9f5b data/create/loot_tables/blocks/cut_granite_brick_wall.json +9d3e3400f008c1dda9683f79270330bfec837307 data/create/loot_tables/blocks/cut_granite_slab.json +32b4c40f76d9c8ba13d7dfdf8311751c3015daf9 data/create/loot_tables/blocks/cut_granite_stairs.json +d62cd257fa28b81604b453fd7758a79e11c1c464 data/create/loot_tables/blocks/cut_granite_wall.json +0951b15016e7940e3317f4e83211a197b4f63d4a data/create/loot_tables/blocks/cut_limestone.json +40b7bd607d8b5e210b67acbdea2f3af5334d8baf data/create/loot_tables/blocks/cut_limestone_bricks.json +913050830bc9fa15d09914e05d15846c71afcca9 data/create/loot_tables/blocks/cut_limestone_brick_slab.json +55c1dbfdc3fc75b504e2faa847ff4266504c8075 data/create/loot_tables/blocks/cut_limestone_brick_stairs.json +5173d99b31a75ed189f627412d07cfa58778a1b3 data/create/loot_tables/blocks/cut_limestone_brick_wall.json +2fee0b2be930be806d8d8f03dc7c5bff7f5638f1 data/create/loot_tables/blocks/cut_limestone_slab.json +9cde54a07092cc784f6d3b1365b8899c796817a5 data/create/loot_tables/blocks/cut_limestone_stairs.json +00fbfa80289d836ce9f83fc30375dceea69d32ba data/create/loot_tables/blocks/cut_limestone_wall.json +aeb068ce84010e4e4bfe8e1c7151c7239c47f759 data/create/loot_tables/blocks/cut_ochrum.json +217b9eb98a991afce1060addcc8e0a68b373f4af data/create/loot_tables/blocks/cut_ochrum_bricks.json +23cc29ed27d04e4791667cf8058ce9dd90b3dd08 data/create/loot_tables/blocks/cut_ochrum_brick_slab.json +8271694c926320d6153f1ce643c4b06968b19024 data/create/loot_tables/blocks/cut_ochrum_brick_stairs.json +1c52d65cd1cf21167835482da8cba1a9fc3e2944 data/create/loot_tables/blocks/cut_ochrum_brick_wall.json +0cea47d6285e69dfcf9aef099a4751c3439e6d2a data/create/loot_tables/blocks/cut_ochrum_slab.json +c330247600e1cd93313f95015b4e92497873953c data/create/loot_tables/blocks/cut_ochrum_stairs.json +b5b6b9e22cd0638c53c03cb07e7948a84365c1b4 data/create/loot_tables/blocks/cut_ochrum_wall.json +dd9a499a90f75fdc55597e450e1413e667cb9f1d data/create/loot_tables/blocks/cut_scorchia.json +b31e46c1100f9fd0a313afb6468d13a446ee1d6b data/create/loot_tables/blocks/cut_scorchia_bricks.json +278a2c97bf0add278ade05881b61023936e01405 data/create/loot_tables/blocks/cut_scorchia_brick_slab.json +da814c2bd834bafd6a430efc88220ce2ce5d6d3b data/create/loot_tables/blocks/cut_scorchia_brick_stairs.json +5d6c404650d72a620ca945a0c52835c2969541be data/create/loot_tables/blocks/cut_scorchia_brick_wall.json +cad74f3dd7a1086e81fa573176c9da085b3ee6b0 data/create/loot_tables/blocks/cut_scorchia_slab.json +897a6886e3f3341568606fb3e21e779621165909 data/create/loot_tables/blocks/cut_scorchia_stairs.json +e1c73fa87ffab9fe3e087ba3f0a76da7a9ab91c6 data/create/loot_tables/blocks/cut_scorchia_wall.json +74ca01c1bafb81f6d9f1ea2c8747582332d2115b data/create/loot_tables/blocks/cut_scoria.json +5bf971d60ecca78cd8bc088d1d82b702d00220be data/create/loot_tables/blocks/cut_scoria_bricks.json +3dd1666e9aaaef2f10b1498b6f1a3916f2d9b760 data/create/loot_tables/blocks/cut_scoria_brick_slab.json +1bda280899d5eb4664cd433d6715bbc83dabf737 data/create/loot_tables/blocks/cut_scoria_brick_stairs.json +e8b6f934ce96fa0e9d29eee46d8a9bc3b83aa041 data/create/loot_tables/blocks/cut_scoria_brick_wall.json +809c38ce0262b35ed76c0b5821ddb16a8c999701 data/create/loot_tables/blocks/cut_scoria_slab.json +33e67734a246e76dc1728efd4e9dd35f3a83c981 data/create/loot_tables/blocks/cut_scoria_stairs.json +fec2e2c15aadc2f7f5245fe1b30ec1bb237a4bb2 data/create/loot_tables/blocks/cut_scoria_wall.json +84c4d512e943808d82560bfc85fd26048d022bf8 data/create/loot_tables/blocks/cut_tuff.json +51f8b574067bd55d9578139c2e623853a9652221 data/create/loot_tables/blocks/cut_tuff_bricks.json +d5ead706a71374f4e83156827adc3ef6ae751d5d data/create/loot_tables/blocks/cut_tuff_brick_slab.json +569d1f3e5a84d23b40ccc78453217f627bb4924f data/create/loot_tables/blocks/cut_tuff_brick_stairs.json +200689cf9954f919378be7f3dcf50ad20b1beb37 data/create/loot_tables/blocks/cut_tuff_brick_wall.json +0b7890363595e22b6612e20beeaa1d13bf0c4d9e data/create/loot_tables/blocks/cut_tuff_slab.json +9db563c56419548a1d5dc3fd491df45c331f633e data/create/loot_tables/blocks/cut_tuff_stairs.json +6b280847ccf8d37794781cb701b2b2a919e7be23 data/create/loot_tables/blocks/cut_tuff_wall.json +2b1dbc0772c3584a1125e06ad0ff64f979afb356 data/create/loot_tables/blocks/cut_veridium.json +16bd30695ed498e76d98e8ef908256eda1f338a9 data/create/loot_tables/blocks/cut_veridium_bricks.json +09d2296159d1f08c9134eed3c7f2d1a81d42adad data/create/loot_tables/blocks/cut_veridium_brick_slab.json +cadcc8b9f5d7e34909b65aee1bc362ff3631db78 data/create/loot_tables/blocks/cut_veridium_brick_stairs.json +e501230091650250e5802b660eb17c90c70368e7 data/create/loot_tables/blocks/cut_veridium_brick_wall.json +5c15f2fd915e848a5f133495c72ca6aa7f05fa76 data/create/loot_tables/blocks/cut_veridium_slab.json +e117ee499282131996ee650aad2c822954e1fbe0 data/create/loot_tables/blocks/cut_veridium_stairs.json +ecdbea059f58ede86dc2e3a05be64bda4e8ef018 data/create/loot_tables/blocks/cut_veridium_wall.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/cyan_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/cyan_sail.json +779e729b8d706861672b9c95b30caf8c56262bce data/create/loot_tables/blocks/cyan_seat.json +7ceea7d697a94300a0299c50faedf4c5f1ac75f4 data/create/loot_tables/blocks/cyan_toolbox.json +7a37d53cef9dbe542b4d695d8b0d5b090e926356 data/create/loot_tables/blocks/cyan_valve_handle.json +88c34f1440d8e068aa7d14e9f286dec883f5ae69 data/create/loot_tables/blocks/dark_oak_window.json +77074529121f3f7dac9ca1d9bd7e256094252a9d data/create/loot_tables/blocks/dark_oak_window_pane.json +78498a2d6bc1ab8b6f16eaa88bf544b238999128 data/create/loot_tables/blocks/deepslate_pillar.json +66258ca1f5ec9a52688083aa390e4f87dfc86b8f data/create/loot_tables/blocks/deepslate_zinc_ore.json +38c4ec9845fa40115d4df5276c6deca07b58614a data/create/loot_tables/blocks/deployer.json +7c9cd839b39c75cbede5133f88239342550e6513 data/create/loot_tables/blocks/depot.json +8d05f7386dd4377a4945dd7e4bc2759566a4a24f data/create/loot_tables/blocks/diorite_pillar.json +e969a183d6ea9569e40c3d5d17a9eba4999ce220 data/create/loot_tables/blocks/display_board.json +e46f3f710972d17bccb9244f22fb267082b2ec7c data/create/loot_tables/blocks/display_link.json +4fabe2419bf98de2d664d782f7decc585a028a65 data/create/loot_tables/blocks/dripstone_pillar.json +6df2d9239e5d8897033cb1d7b95b3094654af745 data/create/loot_tables/blocks/encased_chain_drive.json +66008f776f345a3fa3f740790bbc0bf4013bdcd6 data/create/loot_tables/blocks/encased_fan.json +3b11d74298e8f808207d85ce6426d597d51cceef data/create/loot_tables/blocks/encased_fluid_pipe.json +dad8f04e24e5da8b693d4de0e00e5cfafb64cf7b data/create/loot_tables/blocks/exposed_copper_shingles.json +dcccb5082e6fbae664c00946402daa1b081c0748 data/create/loot_tables/blocks/exposed_copper_shingle_slab.json +c1324ca2cf242708be48c211e411e56c8c3d7c78 data/create/loot_tables/blocks/exposed_copper_shingle_stairs.json +9517a903713d1996fadd13db50848eefe5bccf99 data/create/loot_tables/blocks/exposed_copper_tiles.json +8e0d8b3eb961a080c350c171090121d0a5c881e4 data/create/loot_tables/blocks/exposed_copper_tile_slab.json +041ef73960a3b08f30a775997fe6648836c0bb26 data/create/loot_tables/blocks/exposed_copper_tile_stairs.json +2b2a4bde1a1c86393b28fa3ff9b81ef1ddeed22d data/create/loot_tables/blocks/fake_track.json +3b11d74298e8f808207d85ce6426d597d51cceef data/create/loot_tables/blocks/fluid_pipe.json +14490ad4a6168721b09baeb5dcab1c4c580fa293 data/create/loot_tables/blocks/fluid_tank.json +df37c1bbbd2136bf6934b454938fcf04a40984c6 data/create/loot_tables/blocks/fluid_valve.json +f4fc579c705a5de7eabbb8acdc5f5951038ca6bd data/create/loot_tables/blocks/flywheel.json +3e464d1dfe58c317a8e6291ea6fee25d2e95d8ce data/create/loot_tables/blocks/framed_glass.json +c6345ae9383aff6b92dfaeda8efd41fb85e273f1 data/create/loot_tables/blocks/framed_glass_door.json +02aa9999205c2a426d093db23a3ac9c25d71d4f6 data/create/loot_tables/blocks/framed_glass_pane.json +f6ea9d893550138d469d1b9758a673890638f115 data/create/loot_tables/blocks/framed_glass_trapdoor.json +0d10bee81d5369778f9adc85481717333210d4ca data/create/loot_tables/blocks/gantry_carriage.json +2b33f6804abcc99e6e605af0e320b38d2686b22e data/create/loot_tables/blocks/gantry_shaft.json +88198261807f52c50fb9c7589024f1c75e97f273 data/create/loot_tables/blocks/gearbox.json +33ab3c497978ed5cd860e05a84503526e7ee00b5 data/create/loot_tables/blocks/gearshift.json +3b11d74298e8f808207d85ce6426d597d51cceef data/create/loot_tables/blocks/glass_fluid_pipe.json +630572221e3fa6501b3b0a9db7205715b3c02696 data/create/loot_tables/blocks/granite_pillar.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/gray_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/gray_sail.json +a3f1602cddcbce20fea594d78d62970ccfec1601 data/create/loot_tables/blocks/gray_seat.json +db7c73cb9fe4495a1f1935836aba8992f9e586a9 data/create/loot_tables/blocks/gray_toolbox.json +2cae46f6f1fe2f59177c7b981953c52db3a8aafe data/create/loot_tables/blocks/gray_valve_handle.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/green_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/green_sail.json +a6d39a9eac6032784d85ab65466aab0c04b248ac data/create/loot_tables/blocks/green_seat.json +b8424574bbc31ed63239ad1b3162eb17b1c1944e data/create/loot_tables/blocks/green_toolbox.json +5541538cbd83a179aa1406fb86c175c592906110 data/create/loot_tables/blocks/green_valve_handle.json +ceaaf7d5b59c545effb603cd0b413dc635b409ec data/create/loot_tables/blocks/hand_crank.json +f9e23ff774f537a06b4c7909c36d92b2163300b2 data/create/loot_tables/blocks/haunted_bell.json +4abd856b6b3ed7585da0044dd794a733a6f991dc data/create/loot_tables/blocks/horizontal_framed_glass.json +77b52d1c33ce7b867dc6ce61379284b52fa9e957 data/create/loot_tables/blocks/horizontal_framed_glass_pane.json +53eab855ca00e912fa9f99ab57d215e5c6d9fcd6 data/create/loot_tables/blocks/hose_pulley.json +716a25f2e6e647216d6af4773a84f5ba0371096c data/create/loot_tables/blocks/item_drain.json +207c22f3b1ac6b1596a9ea595550f2e6fdd997a1 data/create/loot_tables/blocks/item_vault.json +c46cc42432ddc44b89e9c7800a5b3d2a785a317e data/create/loot_tables/blocks/jungle_window.json +f7e20610036cd620535fc1544f0ba03936c4545c data/create/loot_tables/blocks/jungle_window_pane.json +fee742e0fcd8c3e6e5553d4290cc698fb0a7679f data/create/loot_tables/blocks/large_bogey.json +9d010fc3c8d0821d69b550ff0bcbf117be9a7005 data/create/loot_tables/blocks/large_cogwheel.json +bb8f6da8793701a0e099c797a48e3556705281b4 data/create/loot_tables/blocks/layered_andesite.json +d36e3236bcb56a1a5c171cd5023b4a3535b78d8d data/create/loot_tables/blocks/layered_asurine.json +b33fb36b8f1869f188f3b372d42d989f29473782 data/create/loot_tables/blocks/layered_calcite.json +99b42dd46bdc4ae1aa106d67d29a3b6ad144e35f data/create/loot_tables/blocks/layered_crimsite.json +05c46330e3b6a5cd0fc6ecdd87256d26cfdc28af data/create/loot_tables/blocks/layered_deepslate.json +45808f66c78a6fca10b469bd6bdfcc6d2e432a49 data/create/loot_tables/blocks/layered_diorite.json +b77292ff663f96288b53ad0cf9ba33829401e41a data/create/loot_tables/blocks/layered_dripstone.json +cfa54b117b7a52332637f0623b9e2884e45c7662 data/create/loot_tables/blocks/layered_granite.json +bcc2c4c6680c3e4465dde94cc65b955c776bfc94 data/create/loot_tables/blocks/layered_limestone.json +46665a39a35d3b5b4818a9688d104b59e0a1dd2a data/create/loot_tables/blocks/layered_ochrum.json +b298deac92064abfc4a3f91bb4942600b1892fbe data/create/loot_tables/blocks/layered_scorchia.json +bc211962712be5156aa9e4aea35de1cece6b6784 data/create/loot_tables/blocks/layered_scoria.json +47c7328c629bfb9e285ae6de3c5970a675204df4 data/create/loot_tables/blocks/layered_tuff.json +e0d2610c39bddccb6dc2159c1eac730a590da047 data/create/loot_tables/blocks/layered_veridium.json +7f12403d5c795d42ff9af7ae0ac6dd66bcb54905 data/create/loot_tables/blocks/lectern_controller.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/light_blue_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/light_blue_sail.json +0fc94a91e51b506e51783318c4198f9a93fd4dde data/create/loot_tables/blocks/light_blue_seat.json +ddc66dca50b307922882de88913ddfd5717e210d data/create/loot_tables/blocks/light_blue_toolbox.json +822662e7bfb654b376fb2bad9b1f839dbac7eade data/create/loot_tables/blocks/light_blue_valve_handle.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/light_gray_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/light_gray_sail.json +d9af75cc2dc66cfdf9ca4ce17d4bdde7a0f3204d data/create/loot_tables/blocks/light_gray_seat.json +ced618f429411ec6d24cdb3fd6cfeeba91d28d58 data/create/loot_tables/blocks/light_gray_toolbox.json +7010ccf5c5d06a5f0df899eb1348709fd5542e19 data/create/loot_tables/blocks/light_gray_valve_handle.json +b99fc3c47d24211826e6d9e8a76a4e7c6b24059c data/create/loot_tables/blocks/limestone.json +b97cf862801db3613d588a69e1f5b123b1dfc22b data/create/loot_tables/blocks/limestone_pillar.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/lime_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/lime_sail.json +94c565c700ab9061a6b83652eb5ed7942ebe46fe data/create/loot_tables/blocks/lime_seat.json +8628738f6dc87283f593a08579be2c0b7637904f data/create/loot_tables/blocks/lime_toolbox.json +5dfe90bcdb3d46e570d5a751f96bfdf48a878c31 data/create/loot_tables/blocks/lime_valve_handle.json +3899ba01bf3f4a89e1a1bcc1109491ab96833b08 data/create/loot_tables/blocks/linear_chassis.json +1678a0f2a087abf138e2888b07d418c7ef00c6a5 data/create/loot_tables/blocks/lit_blaze_burner.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/magenta_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/magenta_sail.json +ccae04c0e944f9f3909c3210ae3eb910207cd57c data/create/loot_tables/blocks/magenta_seat.json +dbdcad9959ec94b2f214f121a0361f2eeac5cab9 data/create/loot_tables/blocks/magenta_toolbox.json +6020e533ed7121ee33409a4422a8098295af49d0 data/create/loot_tables/blocks/magenta_valve_handle.json +e86b6745d61732cfd95356df84e71cae8b9be10d data/create/loot_tables/blocks/mechanical_arm.json +6ffb8f41c3c42d57c9ff9ce8520b2327f51e2731 data/create/loot_tables/blocks/mechanical_bearing.json +1f166934a75ea3d1bdcf65394632636e6f9cf5ff data/create/loot_tables/blocks/mechanical_crafter.json +a764c3852334eb2a0cc8276b3772db0166b9e731 data/create/loot_tables/blocks/mechanical_drill.json +f15a9dcff58129571c001d3e0e6f1452aabec8e1 data/create/loot_tables/blocks/mechanical_harvester.json +f5cc7a3c730c5dcde600b3a14880c6d521a36032 data/create/loot_tables/blocks/mechanical_mixer.json +89a35b6a56540b4a409cbbd9e6ce144c08741708 data/create/loot_tables/blocks/mechanical_piston.json +ada6bd9d74e6089f89f674a941c67809b238f9ba data/create/loot_tables/blocks/mechanical_piston_head.json +7ae5e04247a7865ed31cc371ad320e048705920e data/create/loot_tables/blocks/mechanical_plough.json +d7a65d9412c86788a751ac2910a1d12afe5c698d data/create/loot_tables/blocks/mechanical_press.json +7a5b9e322c8cb37c0851dddb9ec5eeee226e3dc7 data/create/loot_tables/blocks/mechanical_pump.json +f6b645e4fb6cff56c670ebbdac6faf7a54392d54 data/create/loot_tables/blocks/mechanical_saw.json +e543aa1464cd13e8584648ec9837bf5668d18676 data/create/loot_tables/blocks/metal_bracket.json +5fef81f04d62c6d568d015348997c3c244140cfa data/create/loot_tables/blocks/metal_girder.json +74c3c91938129ad62427d4e331c417ab0bf16e83 data/create/loot_tables/blocks/metal_girder_encased_shaft.json +1789145ba000b1df482623669ffcf7d596aba556 data/create/loot_tables/blocks/millstone.json +2b2a4bde1a1c86393b28fa3ff9b81ef1ddeed22d data/create/loot_tables/blocks/minecart_anchor.json +8ca400d182203a8edc3e917fd36ae74a2304929e data/create/loot_tables/blocks/mysterious_cuckoo_clock.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/nixie_tube.json +d23b04662f5d0886e1881ce0b83517526886e8de data/create/loot_tables/blocks/nozzle.json +be36ab5e2c22d3a8bed728d2ca859212ad75fc08 data/create/loot_tables/blocks/oak_window.json +75a8f246ef65d782ea5fbb574795fcdba2b9d515 data/create/loot_tables/blocks/oak_window_pane.json +a1ba76f8a5480a522c94c66be3ddb806d3fe9c30 data/create/loot_tables/blocks/ochrum.json +13f74daea0ceb182c9352532d4f5e9440d0509b6 data/create/loot_tables/blocks/ochrum_pillar.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/orange_sail.json +d09f90473e8a49eacffbf97a68251c190236af55 data/create/loot_tables/blocks/orange_seat.json +bf0353e3245f69cbe342d796d199d0e5d80f1fd1 data/create/loot_tables/blocks/orange_toolbox.json +903102e9deb831a5c5865df93c484a7618a255f7 data/create/loot_tables/blocks/orange_valve_handle.json +567d4973045071dd6ed66d26a2c8411b7cba2a80 data/create/loot_tables/blocks/ornate_iron_window.json +9c39b348d6cdcf3291e250246581837076f054fb data/create/loot_tables/blocks/ornate_iron_window_pane.json +bb598c8bef6444550228fe6ffc3950c0f280b757 data/create/loot_tables/blocks/oxidized_copper_shingles.json +0631729f2bc0df1e935425b05dd395e6f31e0ecd data/create/loot_tables/blocks/oxidized_copper_shingle_slab.json +665bd9964af4e9087d802df6b915622cb58a977b data/create/loot_tables/blocks/oxidized_copper_shingle_stairs.json +5a07d5e1b8d1e2206e3125463d0cd6f8b9dc92f8 data/create/loot_tables/blocks/oxidized_copper_tiles.json +937e4cf70d10ba44bf08afccdd85d5c199d7e3c8 data/create/loot_tables/blocks/oxidized_copper_tile_slab.json +c679633837f9007f263787ae99fbc9b30d41119a data/create/loot_tables/blocks/oxidized_copper_tile_stairs.json +4d107fcae10d658d27f2a32a6fa2fe7bd3566dae data/create/loot_tables/blocks/peculiar_bell.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/pink_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/pink_sail.json +bdb1e76525179fdbf39ac5b1640ccaeaee7b5cee data/create/loot_tables/blocks/pink_seat.json +2ca7c6a6d9d12fcac6380940052961de92ca0431 data/create/loot_tables/blocks/pink_toolbox.json +b9d747c93b1ba1d5351bbc90969955e417a491ff data/create/loot_tables/blocks/pink_valve_handle.json +ada6bd9d74e6089f89f674a941c67809b238f9ba data/create/loot_tables/blocks/piston_extension_pole.json +65affa822c042e23be89eb8c3255058443f29d87 data/create/loot_tables/blocks/placard.json +05272166860c8bd813c375420befcac9bcc3ad3d data/create/loot_tables/blocks/polished_cut_andesite.json +5b1e6a9409abc1721fccba99066f0be0193b9aa8 data/create/loot_tables/blocks/polished_cut_andesite_slab.json +0b69bae0adbd90aa55e80191d6c11d081c998190 data/create/loot_tables/blocks/polished_cut_andesite_stairs.json +8cb4c06fe1b617d3424568e7a07558f182eec385 data/create/loot_tables/blocks/polished_cut_andesite_wall.json +2b4aac29c7a5fa5169ba3b11a0da59cfaf0339ee data/create/loot_tables/blocks/polished_cut_asurine.json +a77e3a80026e37f4d03b3276494f59103fd5864e data/create/loot_tables/blocks/polished_cut_asurine_slab.json +f7d7401265db9a706cfe1302e45e72b1a833fba7 data/create/loot_tables/blocks/polished_cut_asurine_stairs.json +87373898b5b2cb178203d61c4377e7641109fa45 data/create/loot_tables/blocks/polished_cut_asurine_wall.json +76e4e76f8ec198749117053846972c16a9c64edb data/create/loot_tables/blocks/polished_cut_calcite.json +b0974100597e00bd7f98a0449aeb18fb260e3bc1 data/create/loot_tables/blocks/polished_cut_calcite_slab.json +b82963f1d08caa7981569a5d95092569b5e0b326 data/create/loot_tables/blocks/polished_cut_calcite_stairs.json +f8473f26d7fb70a67fb7660b20e21ebf1f3c8c75 data/create/loot_tables/blocks/polished_cut_calcite_wall.json +b75b7625e353724273541b26eb7da5acafdc96a3 data/create/loot_tables/blocks/polished_cut_crimsite.json +2b900c5c29eb4264b61bc80cfae78cc9cb53240c data/create/loot_tables/blocks/polished_cut_crimsite_slab.json +9ef5c110250839417fed010b1f69c152a925041e data/create/loot_tables/blocks/polished_cut_crimsite_stairs.json +6b5b186415a8d2c3dd1dd72df163f0141e4dfc9f data/create/loot_tables/blocks/polished_cut_crimsite_wall.json +80bee4b3fb3a4615d778f18cf6cdb48355559648 data/create/loot_tables/blocks/polished_cut_deepslate.json +0b769d440dc98838945ba17768219badfea3453f data/create/loot_tables/blocks/polished_cut_deepslate_slab.json +74b54c5fe34c4c0ceeea99ce6199210380ac9b96 data/create/loot_tables/blocks/polished_cut_deepslate_stairs.json +43489d2705caf8de9f36c665320845ccdd0c7ad6 data/create/loot_tables/blocks/polished_cut_deepslate_wall.json +d6180778aca98e2c2398295b556a8b971bda012f data/create/loot_tables/blocks/polished_cut_diorite.json +e83da3737c8bcc2993ca3db029f197f68bfd005d data/create/loot_tables/blocks/polished_cut_diorite_slab.json +499eff1482cd7bf6e4c0251f2b93ccba964320dd data/create/loot_tables/blocks/polished_cut_diorite_stairs.json +3d000caa27e0e8fc27fa97ad41777f3b1af8ffde data/create/loot_tables/blocks/polished_cut_diorite_wall.json +c72ea192979668ace3ac5a891afeb136424be726 data/create/loot_tables/blocks/polished_cut_dripstone.json +289db964dfa1a3bb46687842f91705480b4aa34d data/create/loot_tables/blocks/polished_cut_dripstone_slab.json +34e46c923db9209bc157ba76493d267d0558984f data/create/loot_tables/blocks/polished_cut_dripstone_stairs.json +4efc923e403c4f04261d478575e430f8bc743229 data/create/loot_tables/blocks/polished_cut_dripstone_wall.json +e03d308a5c98eb424435e16aecbd82457e52ed53 data/create/loot_tables/blocks/polished_cut_granite.json +d3045f661c91703095583ce0579e86eb9a0506df data/create/loot_tables/blocks/polished_cut_granite_slab.json +662fb4cdace9926be23aae9005d2a06a065ed16d data/create/loot_tables/blocks/polished_cut_granite_stairs.json +d71a91618190f1c595326297dbcb228381aeb8cb data/create/loot_tables/blocks/polished_cut_granite_wall.json +49dff0c21322422a27a7db493bd7d814f3b15ac1 data/create/loot_tables/blocks/polished_cut_limestone.json +b6f1140bb194d28f0d005564c9bbfa4bfd784834 data/create/loot_tables/blocks/polished_cut_limestone_slab.json +5b91377b582cf3f6f0ad52e0cdbc5c4aabb11392 data/create/loot_tables/blocks/polished_cut_limestone_stairs.json +80496d1d830a352acf76fcd961a48458a3c5fb67 data/create/loot_tables/blocks/polished_cut_limestone_wall.json +d19749821587ad441fcd6c152b4bd7af9131ec42 data/create/loot_tables/blocks/polished_cut_ochrum.json +86450cc80691df1e358572432f05b57d4a14199a data/create/loot_tables/blocks/polished_cut_ochrum_slab.json +03f1e2c2313fd655799719761bc7b511164d6c15 data/create/loot_tables/blocks/polished_cut_ochrum_stairs.json +fa0198efdf68717721515d3f0a12f9f9c2f08eb9 data/create/loot_tables/blocks/polished_cut_ochrum_wall.json +aa4fce1bed426f589334260fbfc4366aafb1875d data/create/loot_tables/blocks/polished_cut_scorchia.json +eba676b6ea907ad60ef99c6b8b9dbf71ee06dc74 data/create/loot_tables/blocks/polished_cut_scorchia_slab.json +848ecd82505b1d648cdcfeb4fa44dec6b6cb3f2c data/create/loot_tables/blocks/polished_cut_scorchia_stairs.json +9af70192d5a0c26cbee6f6b06f09336cc2e1f169 data/create/loot_tables/blocks/polished_cut_scorchia_wall.json +d85820b0f7715f4f6e9c481e15a93cdbdbdbe4f3 data/create/loot_tables/blocks/polished_cut_scoria.json +3783ac0402f9338c192e2b8620ff7b4075a375df data/create/loot_tables/blocks/polished_cut_scoria_slab.json +d354fe58529cf7b7c3156f8c4eac3bbc6318b39d data/create/loot_tables/blocks/polished_cut_scoria_stairs.json +22b8de442ce455b68db26d311800cd441f9c25ba data/create/loot_tables/blocks/polished_cut_scoria_wall.json +4ad7c16a1cfbc09519fd6165046330f446324715 data/create/loot_tables/blocks/polished_cut_tuff.json +bcb32cf289683e14bb4d32d1d2d104e7ec8bceb2 data/create/loot_tables/blocks/polished_cut_tuff_slab.json +9290d6d9760152e6dfd67e899757923179aafef8 data/create/loot_tables/blocks/polished_cut_tuff_stairs.json +fada430708678ac8edbee5f9bd2d1fed02e64ca8 data/create/loot_tables/blocks/polished_cut_tuff_wall.json +11d23b3a7cffaa8e9fa3016f3f4ddc64901c7fde data/create/loot_tables/blocks/polished_cut_veridium.json +cfb3a8d50d8e29fa60168456be0eb93609e3c36c data/create/loot_tables/blocks/polished_cut_veridium_slab.json +f1600b7def719e0846f4230982299721862203eb data/create/loot_tables/blocks/polished_cut_veridium_stairs.json +8bc7e42bcfad5940d9fbfc0a7b5486b4ea9cddc2 data/create/loot_tables/blocks/polished_cut_veridium_wall.json +d36db9ed79baff41c8404c68fda23414994503cb data/create/loot_tables/blocks/portable_fluid_interface.json +8f5c2420ca9b46d47600c0ccf3c7429fb9241f10 data/create/loot_tables/blocks/portable_storage_interface.json +84b850c78e48d950f14508f0b4773d27b2e6dee1 data/create/loot_tables/blocks/powered_latch.json +658d76088e3926c72da86a75b4b14946bd809239 data/create/loot_tables/blocks/powered_shaft.json +6fa5ec40ad639e4ad08b52ee1e2546853405569a data/create/loot_tables/blocks/powered_toggle_latch.json +2b2a4bde1a1c86393b28fa3ff9b81ef1ddeed22d data/create/loot_tables/blocks/pulley_magnet.json +f7430b020a51acd296cbc4813908db5e2b3ff69c data/create/loot_tables/blocks/pulse_extender.json +831a4939df3f92c87294962080e5047591ea63f9 data/create/loot_tables/blocks/pulse_repeater.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/purple_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/purple_sail.json +e35d1a2f4daccb9cb0e00633e1e21133280f126b data/create/loot_tables/blocks/purple_seat.json +35688f3fa3245f583b198e27a2b123ce073503e5 data/create/loot_tables/blocks/purple_toolbox.json +fa8f1c9b3c87bf170cc409d806b330501376da39 data/create/loot_tables/blocks/purple_valve_handle.json +050f02bb5e42b7f4fc0e8dd92efc4266724f52eb data/create/loot_tables/blocks/radial_chassis.json +fee742e0fcd8c3e6e5553d4290cc698fb0a7679f data/create/loot_tables/blocks/railway_casing.json +77f12177b8850282229f0adf6cc8a10b1e334238 data/create/loot_tables/blocks/raw_zinc_block.json +07402ea8550107f765a5937dfe180a3800f12f84 data/create/loot_tables/blocks/redstone_contact.json +542ebb76861587547bcf94b886f602288fa89f01 data/create/loot_tables/blocks/redstone_link.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/red_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/red_sail.json +bd900a72a8bbd70b8049f35aeb829926b0910703 data/create/loot_tables/blocks/red_seat.json +1c1787bfc09f5cbb9e2c61f37856413d0994ba17 data/create/loot_tables/blocks/red_toolbox.json +7923bdefac57ee57242ca39f8d97ad9c349fcfbc data/create/loot_tables/blocks/red_valve_handle.json +567770d270aadeaa8b8193a919237a0f31d39b8a data/create/loot_tables/blocks/refined_radiance_casing.json +2b2a4bde1a1c86393b28fa3ff9b81ef1ddeed22d data/create/loot_tables/blocks/rope.json +8a86698193be451efbce89b67e571fac056119d2 data/create/loot_tables/blocks/rope_pulley.json +087780f0b9f16dd2829871ea560b5db66caae537 data/create/loot_tables/blocks/rose_quartz_block.json +00f00dcb09fb53f9a7d836125a36f7a28829c892 data/create/loot_tables/blocks/rose_quartz_lamp.json +297482d94ce32919fb03d29748e1894bcd3c093b data/create/loot_tables/blocks/rose_quartz_tiles.json +81206cee7576bdfaeb949569e81e6c0e3c1c02f4 data/create/loot_tables/blocks/rotation_speed_controller.json +437e5799f6319b2e60b95bde781a8ee7a2c9cbca data/create/loot_tables/blocks/sail_frame.json +7f67bcb104376d522cfad1901bee3711305d9a58 data/create/loot_tables/blocks/schematicannon.json +0ae70fbcd57edd9cd53e2a20faa068bb0e7abb9d data/create/loot_tables/blocks/schematic_table.json +6d4f52194e33877826328e6d3bbf94ba543397de data/create/loot_tables/blocks/scorchia.json +06a714df2400fdbdce4abc7ec2e467cddf633686 data/create/loot_tables/blocks/scorchia_pillar.json +0cd14ef2ffb45b7030b5dc5312e1edf1d0816e3b data/create/loot_tables/blocks/scoria.json +b3d3995ba63c94da77b562af2672f9ea58b45691 data/create/loot_tables/blocks/scoria_pillar.json +aeae7ea7b0e81b4433f47d5da3b92d48acdb1e17 data/create/loot_tables/blocks/secondary_linear_chassis.json +ea437e27e15909985ee93a5e92c7a9ec0cfd70e1 data/create/loot_tables/blocks/sequenced_gearshift.json +f380c7fcc21651e3ffb5425150d8340b86ec6da8 data/create/loot_tables/blocks/shadow_steel_casing.json +658d76088e3926c72da86a75b4b14946bd809239 data/create/loot_tables/blocks/shaft.json +4268246cfe056205a552b9279ee9222aa151144d data/create/loot_tables/blocks/small_andesite_bricks.json +1ee8ce0a4aa7daf07738facbf0f2a89c545c548e data/create/loot_tables/blocks/small_andesite_brick_slab.json +47a2f4d5d5b49dfaef20b9caf7f3227728afe152 data/create/loot_tables/blocks/small_andesite_brick_stairs.json +ebdeb927ac80a9a537b308f97ff2a9099f80292d data/create/loot_tables/blocks/small_andesite_brick_wall.json +2464db69910366ee6bf4ea602eb5b5b576489805 data/create/loot_tables/blocks/small_asurine_bricks.json +b1d0bf435d84ac214e82c2285ecfeb6a3ab57544 data/create/loot_tables/blocks/small_asurine_brick_slab.json +3dcc08d113f161f7f300291be95faa0fab1e663d data/create/loot_tables/blocks/small_asurine_brick_stairs.json +7b5070d41ce1e20de2cd4331b8c12ad5457e0699 data/create/loot_tables/blocks/small_asurine_brick_wall.json +fee742e0fcd8c3e6e5553d4290cc698fb0a7679f data/create/loot_tables/blocks/small_bogey.json +c3497a5f77a35b15977dc539f3b53d8f62348b08 data/create/loot_tables/blocks/small_calcite_bricks.json +f176e0f9135c5bc305e1cab2a8ac5fa9469e8109 data/create/loot_tables/blocks/small_calcite_brick_slab.json +c0661811b5e96c4d9eeb34ba53120bbc73fce3c2 data/create/loot_tables/blocks/small_calcite_brick_stairs.json +71bfd38ab95ea257e5212f1dff2fbb57e60f2a1f data/create/loot_tables/blocks/small_calcite_brick_wall.json +4f21812a3ec90e8159cc7a51aed0308a9f29e3e8 data/create/loot_tables/blocks/small_crimsite_bricks.json +242a6d6888b5f924feb202d67a63002f131834df data/create/loot_tables/blocks/small_crimsite_brick_slab.json +96003a52801c92752ce72e7c9ca696cbd754e711 data/create/loot_tables/blocks/small_crimsite_brick_stairs.json +39cd5b918d614f0e3b3b37920379e558bb631fa3 data/create/loot_tables/blocks/small_crimsite_brick_wall.json +91c0e7eb273e86c3c7f30f4d645c3de05a79da0a data/create/loot_tables/blocks/small_deepslate_bricks.json +683da7ed1fb98ddaab31f26fb9caa11b3dc357c6 data/create/loot_tables/blocks/small_deepslate_brick_slab.json +75ae856cdecbe709627621c044625ef1d15c434b data/create/loot_tables/blocks/small_deepslate_brick_stairs.json +c40a9b7d37e08c8f1f35a470a88a7ac1f19e610b data/create/loot_tables/blocks/small_deepslate_brick_wall.json +03df6744a1db9e3ddd515b415292f8b856e8db37 data/create/loot_tables/blocks/small_diorite_bricks.json +44143d9685e2077114dae50ac395e0a5a6fc2554 data/create/loot_tables/blocks/small_diorite_brick_slab.json +69c532f54a97181a241e5ec80ce9b7e29ec32a7d data/create/loot_tables/blocks/small_diorite_brick_stairs.json +af3efc0d4c6979493801363f0a0423781605b9d0 data/create/loot_tables/blocks/small_diorite_brick_wall.json +18bdcdb48ae522386e3230c07d5cdf788f05d534 data/create/loot_tables/blocks/small_dripstone_bricks.json +7a52537f9b9d64a8a3db07a5d3aab3a5ac27651b data/create/loot_tables/blocks/small_dripstone_brick_slab.json +1a12d476ebd36990a101ef581a47728b6ff2601d data/create/loot_tables/blocks/small_dripstone_brick_stairs.json +a8302ade92c7f34229812fbb1190fd235264e07b data/create/loot_tables/blocks/small_dripstone_brick_wall.json +f009cc1c5bfe90ed0951c04df5372148991b718c data/create/loot_tables/blocks/small_granite_bricks.json +894021477c6ed30b7d6036581ac57dfeaf021099 data/create/loot_tables/blocks/small_granite_brick_slab.json +6989cba715d7899d08d89593dd98034af7cacc04 data/create/loot_tables/blocks/small_granite_brick_stairs.json +112d322f1ddaf1e2dc79266e51af1ee891288e61 data/create/loot_tables/blocks/small_granite_brick_wall.json +2e7e562370a166845f82ce36a2349921f3df2331 data/create/loot_tables/blocks/small_limestone_bricks.json +59292049ef60db1c82ca40a5baa5474815958d91 data/create/loot_tables/blocks/small_limestone_brick_slab.json +1cc652397c397419ef106bf70e63fb277e5352f4 data/create/loot_tables/blocks/small_limestone_brick_stairs.json +6f94b4ae0209c5e7655dae887902e3cf4a0eb97b data/create/loot_tables/blocks/small_limestone_brick_wall.json +98df3c417ff81dd037cf17051202c94b3983a7b8 data/create/loot_tables/blocks/small_ochrum_bricks.json +4983d4e46e34dc053afc6c41604c37007c226ffd data/create/loot_tables/blocks/small_ochrum_brick_slab.json +d55a8ffa557aa9b770ff08eb6ecf0d0946142c94 data/create/loot_tables/blocks/small_ochrum_brick_stairs.json +d1d8b0d993c88106c61102612f3aaea240d1d69d data/create/loot_tables/blocks/small_ochrum_brick_wall.json +18a2a54f96451d6ca0bcd8af9f6d20b6f0da14a1 data/create/loot_tables/blocks/small_rose_quartz_tiles.json +967575e3428c7cbdafe714dec324f4a56c16a069 data/create/loot_tables/blocks/small_scorchia_bricks.json +f150bfbcecaf95971207dd3b6dc75652003d9a4e data/create/loot_tables/blocks/small_scorchia_brick_slab.json +8a3df3de45bb184cad20d6c8f5a38a0715e05228 data/create/loot_tables/blocks/small_scorchia_brick_stairs.json +0ca656af1c4d925adf4804a50cd1cc993f61900b data/create/loot_tables/blocks/small_scorchia_brick_wall.json +ab3170183e5913ced28c363d7d2e00006b9e2484 data/create/loot_tables/blocks/small_scoria_bricks.json +62169e179b50f4286b31ad61ff470363c5b0d699 data/create/loot_tables/blocks/small_scoria_brick_slab.json +91ee6607b8f7ccfa6457e47516246178ee7c734d data/create/loot_tables/blocks/small_scoria_brick_stairs.json +2b53ab399ef77b7172fcb946a4f201525fba9fbf data/create/loot_tables/blocks/small_scoria_brick_wall.json +5edaff383b55beef17dc86643b7a0e2f4040a4b4 data/create/loot_tables/blocks/small_tuff_bricks.json +bad4f61264beffce3c2053fbd43a0e42e8f5548b data/create/loot_tables/blocks/small_tuff_brick_slab.json +9589a89c7d7fec924ac6ee003f025a3b2057b5b2 data/create/loot_tables/blocks/small_tuff_brick_stairs.json +9064375f398b9425814199722b3d91af0d18eca0 data/create/loot_tables/blocks/small_tuff_brick_wall.json +ab7274cfb94fd302beed5a4f0c0bddc0e44254aa data/create/loot_tables/blocks/small_veridium_bricks.json +044f1e794c31cab1233627033db30859f3dd9a19 data/create/loot_tables/blocks/small_veridium_brick_slab.json +4aa1c72bd9cc0421006e0a3c568b4a1176411ed3 data/create/loot_tables/blocks/small_veridium_brick_stairs.json +483c256c0f8890083919a15371335c4865f0668d data/create/loot_tables/blocks/small_veridium_brick_wall.json +e00d2a91ad0c984a175b20ea76d0d97a68219097 data/create/loot_tables/blocks/smart_chute.json +aeef9300a4f721957066e713d0bc2421316c3e51 data/create/loot_tables/blocks/smart_fluid_pipe.json +395fdef86a94a42fd8957865f5ce9e3c00ef8866 data/create/loot_tables/blocks/speedometer.json +4be0bc34cc949a8a071d49d1d8e2e1e77e636493 data/create/loot_tables/blocks/spout.json +05430553198d5bf02b53873e7eec47af381a6ad3 data/create/loot_tables/blocks/spruce_window.json +60c1c9eb6a3151c5bc38f07e57c69d39f9b0bda3 data/create/loot_tables/blocks/spruce_window_pane.json +0e7ef16e08c9e6a69feda428f276356904220a60 data/create/loot_tables/blocks/steam_engine.json +8046528ebababb91548db3d9a5f8eefa5fc383f9 data/create/loot_tables/blocks/steam_whistle.json +2b2a4bde1a1c86393b28fa3ff9b81ef1ddeed22d data/create/loot_tables/blocks/steam_whistle_extension.json +008ab79059db16b785eaed7d29bae07902e0cf18 data/create/loot_tables/blocks/sticker.json +f3e65433dca96029dfd7b62a0e065c12e03c8577 data/create/loot_tables/blocks/sticky_mechanical_piston.json +0c1c96cd4282571e5a687fbf307c2aff3e141286 data/create/loot_tables/blocks/stockpile_switch.json +d4349935a15fd210e7d3aac28c7627138ac3d40b data/create/loot_tables/blocks/stressometer.json +86d571cec1ec9b4d65560ac8fc36fd375ec47902 data/create/loot_tables/blocks/tiled_glass.json +8312dcf33d6ee53b1d160299bcadae2a32c55068 data/create/loot_tables/blocks/tiled_glass_pane.json +1156b83b9edbb82278dc1939a936f369dcf66d09 data/create/loot_tables/blocks/track.json +fe945a7be2b853a41dfad1788b710bbcc8195d21 data/create/loot_tables/blocks/track_observer.json +a2cf2f583ae516dd83c20745d7434bf7b7be074c data/create/loot_tables/blocks/track_signal.json +cc2bdf7a0b831911a716f647ea2ae03d5fca79ec data/create/loot_tables/blocks/track_station.json +61bd78ea7d0941dd4afc533b63e18c0ef45aee94 data/create/loot_tables/blocks/train_door.json +39b0970f3d0079763017a4a1e5ba286d9bb52ca8 data/create/loot_tables/blocks/train_trapdoor.json +331a45449be223374cc73205970deb1d182a95ac data/create/loot_tables/blocks/tuff_pillar.json +468c0d9391be531525aa8793d2dfcf9e273eed91 data/create/loot_tables/blocks/turntable.json +dfefc9afd631cfdff543c11ffd8682617793e204 data/create/loot_tables/blocks/veridium.json +2d92edfc895196cb1fa89bd18a7e7d0c2f46c8da data/create/loot_tables/blocks/veridium_pillar.json +2fdc23baa36d0a3d3008193d362abcac8b8ac93f data/create/loot_tables/blocks/vertical_framed_glass.json +8105ac2ef881804d48f5893a829b64351c292721 data/create/loot_tables/blocks/vertical_framed_glass_pane.json +8e3f9f7ea93908d7cdfe2a11142e1f705c0b8211 data/create/loot_tables/blocks/warped_window.json +f60d8b639de25d4829505d994e19afbd1e34df85 data/create/loot_tables/blocks/warped_window_pane.json +17207bb6d7180aa86a59a205f5cd88fea5ec20dd data/create/loot_tables/blocks/water_wheel.json +7037fe5803d3cba148d6a3c608bf3516ce101fe9 data/create/loot_tables/blocks/waxed_copper_shingles.json +46ee38f31f486439c756679ff2e0d99dd08170e0 data/create/loot_tables/blocks/waxed_copper_shingle_slab.json +1bf2316aa8826ed347cd8d4f34c541ca370e885e data/create/loot_tables/blocks/waxed_copper_shingle_stairs.json +3a29061cd3507e735378415cdcde52c3fe73f131 data/create/loot_tables/blocks/waxed_copper_tiles.json +c99013b9d124e0bb0db5befbb6e236ea553c30c8 data/create/loot_tables/blocks/waxed_copper_tile_slab.json +9e239587f7a66bcb256ea678209149f8427b4d0e data/create/loot_tables/blocks/waxed_copper_tile_stairs.json +a6303da1058b31feca06b5c8e8b3a7f843e40773 data/create/loot_tables/blocks/waxed_exposed_copper_shingles.json +74ec2f5f0c43960f0871cbe625b279254d248f1a data/create/loot_tables/blocks/waxed_exposed_copper_shingle_slab.json +7eb68ab06ab452cfe7b5fdbf56d16111fb9aabfc data/create/loot_tables/blocks/waxed_exposed_copper_shingle_stairs.json +4c9b09b347835e157ee21bb471343288029774f4 data/create/loot_tables/blocks/waxed_exposed_copper_tiles.json +1936dfd5f8d7617eeaf5924712e3027bc9cfeb6e data/create/loot_tables/blocks/waxed_exposed_copper_tile_slab.json +da38da6a43112b333b47d099dcdee98e6beaf815 data/create/loot_tables/blocks/waxed_exposed_copper_tile_stairs.json +e4c666b0e201dce09494d5c310259c663984e445 data/create/loot_tables/blocks/waxed_oxidized_copper_shingles.json +72638d4c759ae9270c6596a95b83a771243dfbaa data/create/loot_tables/blocks/waxed_oxidized_copper_shingle_slab.json +6686457cac793e9c6e1cd06677436e2a213536dc data/create/loot_tables/blocks/waxed_oxidized_copper_shingle_stairs.json +c840f139ec7763d629f1a46c0b91b979e63a94aa data/create/loot_tables/blocks/waxed_oxidized_copper_tiles.json +7e399741ecca0f8d400a5cdaf4f81387501acfdc data/create/loot_tables/blocks/waxed_oxidized_copper_tile_slab.json +15b1e187163c07e78d96b1c4bdd6fdf9cfa00c14 data/create/loot_tables/blocks/waxed_oxidized_copper_tile_stairs.json +52d06cc860a5633a401abc21bd33b29ebd4677a0 data/create/loot_tables/blocks/waxed_weathered_copper_shingles.json +15741ad3b837720461e1f8f24d81388dc1c905fc data/create/loot_tables/blocks/waxed_weathered_copper_shingle_slab.json +bf29dd56f168b709d95a0d40414750f2012058c0 data/create/loot_tables/blocks/waxed_weathered_copper_shingle_stairs.json +e4dfa154bcfaac73585619db7050c9a1f8a6c12a data/create/loot_tables/blocks/waxed_weathered_copper_tiles.json +906abc6c64fd32a19b6a8153f0353845236a8c24 data/create/loot_tables/blocks/waxed_weathered_copper_tile_slab.json +03ba1325e6dc737071bf9a40e136494e3ceb398b data/create/loot_tables/blocks/waxed_weathered_copper_tile_stairs.json +8e158f2a4dcf44eeba765dcabe39a7eea04601cb data/create/loot_tables/blocks/weathered_copper_shingles.json +cee4cf666ae788dada60bf68a800c5ba6a555a40 data/create/loot_tables/blocks/weathered_copper_shingle_slab.json +b6c8464730dc57e1f3a75d3f7449e662935e905e data/create/loot_tables/blocks/weathered_copper_shingle_stairs.json +95d06b6d8c2aafe7118323b99f38d1bf7a96ba71 data/create/loot_tables/blocks/weathered_copper_tiles.json +8bab897b00ffc344b66b3908aeb7054b1a224df6 data/create/loot_tables/blocks/weathered_copper_tile_slab.json +c232e78a2c218eacc335b28d64c58507196bf294 data/create/loot_tables/blocks/weathered_copper_tile_stairs.json +3d45d36fed5c722824f321754f0b7efa8c1bd080 data/create/loot_tables/blocks/weighted_ejector.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/white_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/white_sail.json +0385f329cb44fb3446916329135303a5724f0a62 data/create/loot_tables/blocks/white_seat.json +f4a1a05c4fa1a18fbef9a27aeceb7b215d4e215d data/create/loot_tables/blocks/white_toolbox.json +cd58f614ea94466ba299ed4701813ca3387b6d95 data/create/loot_tables/blocks/white_valve_handle.json +a08f47f0832fabad79ba3e81c8ba959fd8b89eda data/create/loot_tables/blocks/windmill_bearing.json +96e8abe73af557303263dffc13fc34e15c02f906 data/create/loot_tables/blocks/wooden_bracket.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/yellow_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/yellow_sail.json +6963efbd897df38a15ca16fbf8c1785dd3d54010 data/create/loot_tables/blocks/yellow_seat.json +88a73484917a9bc3c74e5224dd11366d01ed38b6 data/create/loot_tables/blocks/yellow_toolbox.json +3cde6cb4e831f953987b33b59549e6ad1904fee7 data/create/loot_tables/blocks/yellow_valve_handle.json +65bc3646c74c58f9d4a8fc213ae2c464d4c756ca data/create/loot_tables/blocks/zinc_block.json +991d2706fbbb28d4d830af85a8799d49ec6f6881 data/create/loot_tables/blocks/zinc_ore.json +76983b5bc302bbaa6b3ebe66c5c9a9b66ef133e0 data/create/recipes/acacia_window.json +652d90f03917e22a3bd66bc092f7922d2ca08e1e data/create/recipes/acacia_window_pane.json +18d8161ab7a44900a1d2c6b77cc795d6e352b86a data/create/recipes/andesite_pillar_from_andesite_stonecutting.json +0b3896151533d220c2d1f3768c6f8e428516ff5b data/create/recipes/andesite_pillar_from_stone_types_andesite_stonecutting.json +fed1f650ade58ee82afdc29aafa3eba68aa18019 data/create/recipes/asurine_pillar_from_asurine_stonecutting.json +5bf4b9baf782a461efc36d463b99b9acb0ab4607 data/create/recipes/asurine_pillar_from_stone_types_asurine_stonecutting.json +653fea84356d039ca47a69d510798187a9ab12af data/create/recipes/birch_window.json +d1e2a3de908d4bc3e8bf7c83aff15657147f37d0 data/create/recipes/birch_window_pane.json +c1e8a51e47518b7c8f7d9b3b7524702084222f8a data/create/recipes/brass_ladder_from_plates_brass_stonecutting.json +e9c7070f59841bc69a6c172fd36a29ae8650fe73 data/create/recipes/calcite_pillar_from_calcite_stonecutting.json +da3692808565988e21ec5b1d5e976338ccc4a037 data/create/recipes/calcite_pillar_from_stone_types_calcite_stonecutting.json +0bd1f4c236e9a1c311f6d6dd0ec0596478df0c1b data/create/recipes/copper_ladder_from_plates_copper_stonecutting.json +a499b2391594f316168c1bf69b9f2348c8f81967 data/create/recipes/copper_shingles_from_plates_copper_stonecutting.json +636fc789743ff7360070e14b849874e4888ab844 data/create/recipes/copper_shingle_slab.json +3689feaca2bd5355fa2d4226cd2cc519fa9b97c1 data/create/recipes/copper_shingle_slab_from_copper_shingles_stonecutting.json +81abf820dbdac75d9cd7ac8fdcc0312ad72e3603 data/create/recipes/copper_shingle_stairs.json +59f672e8e88d5f4655467e2696616b552debaf46 data/create/recipes/copper_shingle_stairs_from_copper_shingles_stonecutting.json +5655027fc198b60cb670c7883b2cc8a95b87ee51 data/create/recipes/copper_tiles_from_plates_copper_stonecutting.json +40589911d582fc369c2502243862998c24f4c767 data/create/recipes/copper_tile_slab.json +91b0390e0c772d43eb46b94a0113323f0f6a4387 data/create/recipes/copper_tile_slab_from_copper_tiles_stonecutting.json +4a802573c3c008f4f2f17d4345132bc9793219ff data/create/recipes/copper_tile_stairs.json +bf1b0a447169029161fb07feacd22d5aa806b2bf data/create/recipes/copper_tile_stairs_from_copper_tiles_stonecutting.json +053636964b893c66da42751d73dd73f42e4c9352 data/create/recipes/crafting/copper/waxed_copper_shingles_from_honeycomb.json +43ac8d51f02e9fb355d6dae82aec19c615cdedc6 data/create/recipes/crafting/copper/waxed_copper_shingle_slab_from_honeycomb.json +eca378393be9599d0c0e70824391b70dea08392e data/create/recipes/crafting/copper/waxed_copper_shingle_stairs_from_honeycomb.json +2ec98e72a67f5bd5e7826bfe67849c31d1f5eb8c data/create/recipes/crafting/copper/waxed_copper_tiles_from_honeycomb.json +6f7f48d74d5deded060f3b8679b2f678643938f5 data/create/recipes/crafting/copper/waxed_copper_tile_slab_from_honeycomb.json +62c523cc32c8b6107010fd3c634f9858cf3f7665 data/create/recipes/crafting/copper/waxed_copper_tile_stairs_from_honeycomb.json +b40f73c35d1c00cf06d38e540bc79579922d8378 data/create/recipes/crafting/copper/waxed_exposed_copper_shingles_from_honeycomb.json +b0b3a6870ccce4bce0f6c4a650bb72f22f8f215a data/create/recipes/crafting/copper/waxed_exposed_copper_shingle_slab_from_honeycomb.json +4cf518579a7a6daf505bb0db186df4e2a8954200 data/create/recipes/crafting/copper/waxed_exposed_copper_shingle_stairs_from_honeycomb.json +2119b818237d6f60a4fae4567ff51b8e2ca6af32 data/create/recipes/crafting/copper/waxed_exposed_copper_tiles_from_honeycomb.json +c74be932366bd949b4c359002b2dc075345057b9 data/create/recipes/crafting/copper/waxed_exposed_copper_tile_slab_from_honeycomb.json +0c6b8c9b9fad6e7ada9356e026a4b57fb396c112 data/create/recipes/crafting/copper/waxed_exposed_copper_tile_stairs_from_honeycomb.json +db939a2358d2e03bec36eb976e003923e98acb73 data/create/recipes/crafting/copper/waxed_oxidized_copper_shingles_from_honeycomb.json +d19f148fa41deec41e60e9ded0c543ebb5257c5c data/create/recipes/crafting/copper/waxed_oxidized_copper_shingle_slab_from_honeycomb.json +fe10661c44eb1ad96cbe9b8eaffed92ca043af39 data/create/recipes/crafting/copper/waxed_oxidized_copper_shingle_stairs_from_honeycomb.json +9854bd200fdc6190739d9ed9e7e7c501133bf066 data/create/recipes/crafting/copper/waxed_oxidized_copper_tiles_from_honeycomb.json +9fb6b3007b65c6aee661afb616ca48ca6b26ca1d data/create/recipes/crafting/copper/waxed_oxidized_copper_tile_slab_from_honeycomb.json +10204f896e57acd61c11abc2ef5cd26efa157c33 data/create/recipes/crafting/copper/waxed_oxidized_copper_tile_stairs_from_honeycomb.json +03d97d063768fb7104e366d1d2ee45b9f9852488 data/create/recipes/crafting/copper/waxed_weathered_copper_shingles_from_honeycomb.json +f4d433e9efdf560b4b54680c337c25f1ce1083ed data/create/recipes/crafting/copper/waxed_weathered_copper_shingle_slab_from_honeycomb.json +7e9f501343e715804fc6228cb7868d3b27bf9f5d data/create/recipes/crafting/copper/waxed_weathered_copper_shingle_stairs_from_honeycomb.json +bcf4022c4b86993b12e07eb18afb669969dcf588 data/create/recipes/crafting/copper/waxed_weathered_copper_tiles_from_honeycomb.json +b1ec8d695b1efd296bc3da23fdf6b743e3c70519 data/create/recipes/crafting/copper/waxed_weathered_copper_tile_slab_from_honeycomb.json +6d4e727c00442107c3ecee8d5144ea93f53fbe7c data/create/recipes/crafting/copper/waxed_weathered_copper_tile_stairs_from_honeycomb.json +8cd1533a709c70d45df15471f5228ce1e54d9e61 data/create/recipes/crafting/kinetics/black_seat.json +22117d985945679dd38b23ecf365c7a2357bb0ce data/create/recipes/crafting/kinetics/black_seat_from_other_seat.json +b1fa2cebda1fc721094f1ec111f7c2226c777a6b data/create/recipes/crafting/kinetics/black_valve_handle_from_other_valve_handle.json +3fac2cf3c0dca081f381e3d3ccd92ffd86921a33 data/create/recipes/crafting/kinetics/blue_seat.json +6495d9db0a42d7fee57a353b68245313176ea379 data/create/recipes/crafting/kinetics/blue_seat_from_other_seat.json +e1ef32576f0ae2ee8f229ae4bb945cda7ba11131 data/create/recipes/crafting/kinetics/blue_valve_handle_from_other_valve_handle.json +1655a87be942f9390646cd94511154de349d3480 data/create/recipes/crafting/kinetics/brown_seat.json +9b09806242f292b5ef7a58c2a8c68159b8759e08 data/create/recipes/crafting/kinetics/brown_seat_from_other_seat.json +d4d32a3afd55a2aebdb934969846d8cc6bf6e8f5 data/create/recipes/crafting/kinetics/brown_valve_handle_from_other_valve_handle.json +7280ffac3d33934c8b5df5cd2293d8dccb65cacd data/create/recipes/crafting/kinetics/cyan_seat.json +5a27e3e5d1df41c92967d1f56caab1c4f73c3db2 data/create/recipes/crafting/kinetics/cyan_seat_from_other_seat.json +79cd83b69d6045109d724ac7d633afe050613206 data/create/recipes/crafting/kinetics/cyan_valve_handle_from_other_valve_handle.json +1dd123332cfa075a15a21a8695fbb165cd4b81ee data/create/recipes/crafting/kinetics/gray_seat.json +ff6eab5cc5f8b0075b0c7d7c4dbf350735ebcf40 data/create/recipes/crafting/kinetics/gray_seat_from_other_seat.json +c26e2d6599d42881c3b3a85938029ae00b582560 data/create/recipes/crafting/kinetics/gray_valve_handle_from_other_valve_handle.json +931084f9550dd22dd248947bbfb8ec06ca2668a5 data/create/recipes/crafting/kinetics/green_seat.json +ddf3c120a07526c07d08353000a66ca2f77b939c data/create/recipes/crafting/kinetics/green_seat_from_other_seat.json +d70e5ca1c835275d18e566779e52d452de0de523 data/create/recipes/crafting/kinetics/green_valve_handle_from_other_valve_handle.json +11eecc4b244a840c50f15b8abe74c8475bf7af17 data/create/recipes/crafting/kinetics/light_blue_seat.json +502d9df77d3a959afb9d55140f7adcfa9acdd8f3 data/create/recipes/crafting/kinetics/light_blue_seat_from_other_seat.json +87358c07bed359097c53d149a25d3fec2b8ed3b4 data/create/recipes/crafting/kinetics/light_blue_valve_handle_from_other_valve_handle.json +8c416298d962c16523904cfc968e0d12f47b490e data/create/recipes/crafting/kinetics/light_gray_seat.json +7a13b3307430beeac465d2b38f13c6ef5fa7ba3d data/create/recipes/crafting/kinetics/light_gray_seat_from_other_seat.json +118217a1aceab6becde031f8364f451d5e4579a6 data/create/recipes/crafting/kinetics/light_gray_valve_handle_from_other_valve_handle.json +62cf6f795afd196208f55a48ad594224d6efed97 data/create/recipes/crafting/kinetics/lime_seat.json +f820ab88693744565d6ae417612b8942b9576408 data/create/recipes/crafting/kinetics/lime_seat_from_other_seat.json +f026035b88dff29202d8429f9e6b54871c516535 data/create/recipes/crafting/kinetics/lime_valve_handle_from_other_valve_handle.json +34c9d9d47b864670a46bf5ea6c80610f16445172 data/create/recipes/crafting/kinetics/magenta_seat.json +471ceba0129b9e9eee4f5bf91f6219cfe1fbbb7b data/create/recipes/crafting/kinetics/magenta_seat_from_other_seat.json +ca17cc33725d1256fb355a2c5338e882c5e185f1 data/create/recipes/crafting/kinetics/magenta_valve_handle_from_other_valve_handle.json +0906aea0987e59ca338dec59c0e8d919a5c6aab2 data/create/recipes/crafting/kinetics/orange_seat.json +028aae0e3cb832d3621a5e899f437ee41bec3003 data/create/recipes/crafting/kinetics/orange_seat_from_other_seat.json +9a661be7c4433f1a2dce70db44e7d948879277ef data/create/recipes/crafting/kinetics/orange_valve_handle_from_other_valve_handle.json +7f0dee3635e10c4c4b8fb1ed1ff0c4087e094943 data/create/recipes/crafting/kinetics/pink_seat.json +8477406baf159088d0d4028d31909e802e4aaa57 data/create/recipes/crafting/kinetics/pink_seat_from_other_seat.json +1408011f39748b790f910c831762b3a040cc54b2 data/create/recipes/crafting/kinetics/pink_valve_handle_from_other_valve_handle.json +b9b81481c8261b31df6116c421e349f396887172 data/create/recipes/crafting/kinetics/purple_seat.json +bc1a068972cd55fc25f70d475fec1fd49462af50 data/create/recipes/crafting/kinetics/purple_seat_from_other_seat.json +115877305315525e45f4398f1248c12cccbe3049 data/create/recipes/crafting/kinetics/purple_valve_handle_from_other_valve_handle.json +b9063ec4f33197540abbd2922c153987eed184f5 data/create/recipes/crafting/kinetics/red_seat.json +f754c53adfedc41c3df2648ca593a573e94821c6 data/create/recipes/crafting/kinetics/red_seat_from_other_seat.json +7238bf19a65066860356acd121f69de2c4d9893a data/create/recipes/crafting/kinetics/red_valve_handle_from_other_valve_handle.json +c09dd721a4172bfe586b3abee38eb94c90b4eb43 data/create/recipes/crafting/kinetics/white_seat.json +5fc33a35a3a80b3f1544069465eaa0a19fd34e24 data/create/recipes/crafting/kinetics/white_seat_from_other_seat.json +34856ed504691daa2c1255301e5ee6b4ff7ab780 data/create/recipes/crafting/kinetics/white_valve_handle_from_other_valve_handle.json +6a0656c41131680bf0e4b9350edeea2c76bef98a data/create/recipes/crafting/kinetics/yellow_seat.json +3620a5d6c0b4becf7ca7adbde0b71aca1e2c64c9 data/create/recipes/crafting/kinetics/yellow_seat_from_other_seat.json +6206c662aca0eb28bd3f5063fdd59e3032a970b9 data/create/recipes/crafting/kinetics/yellow_valve_handle_from_other_valve_handle.json +effe2c40e08c7c8e12a416c6f6644ce9800441f9 data/create/recipes/crimsite_pillar_from_crimsite_stonecutting.json +c3f4fd2206f3885904913289761f2b8b758e4c95 data/create/recipes/crimsite_pillar_from_stone_types_crimsite_stonecutting.json +67a1a0f3d74cd79c37ff44c7557ecbfd86ffbf04 data/create/recipes/crimson_window.json +c1fc4016dfa48ef5de48d4ccb8a279ded310f10e data/create/recipes/crimson_window_pane.json +7243161e8af022c06870a9883caaa48979bd9de9 data/create/recipes/cut_andesite_bricks_from_andesite_stonecutting.json +82cb9be82ce5109781169bdb47bbd49238b9824b data/create/recipes/cut_andesite_bricks_from_stone_types_andesite_stonecutting.json +5b61eb046bdec4b812b021e65628ee084d7a959a data/create/recipes/cut_andesite_brick_slab.json +a714f38e3ce53910bf5508a63e89c4dba9b71c2c data/create/recipes/cut_andesite_brick_slab_from_andesite_stonecutting.json +edf981198463ac58524606f86dc15d2265e8b993 data/create/recipes/cut_andesite_brick_slab_from_stone_types_andesite_stonecutting.json +d7357765136068e164b1e63e19c18103e5b5165a data/create/recipes/cut_andesite_brick_slab_recycling.json +11f0aca8fe2758a59e090bf068e62c0bafe47c3d data/create/recipes/cut_andesite_brick_stairs.json +8711801778dfcdc332436344b3b1ea01b2374842 data/create/recipes/cut_andesite_brick_stairs_from_andesite_stonecutting.json +22f463c679249738bf1a340a3b8ff14806303a70 data/create/recipes/cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json +a8b642375aed4af81396fb15a2c741e43f8ebc03 data/create/recipes/cut_andesite_brick_wall.json +b7781431b89171be888c36232e69fa13990b240a data/create/recipes/cut_andesite_brick_wall_from_andesite_stonecutting.json +7d25517650c9f66b65f0f8841cf9bcda7ea401ec data/create/recipes/cut_andesite_brick_wall_from_stone_types_andesite_stonecutting.json +2fd48c9cc76601797d3a9cfc6108caa2ce13ef88 data/create/recipes/cut_andesite_from_andesite_stonecutting.json +c3ab483224c3adbd467a4ec0b26a1f6a53fe81c4 data/create/recipes/cut_andesite_from_stone_types_andesite_stonecutting.json +4c2f2e24f4bf6fa6c2e41596bddf8bfb6a59c7e8 data/create/recipes/cut_andesite_slab.json +c57c4fefe073bde657432d4a3a65f7744d9a1154 data/create/recipes/cut_andesite_slab_from_andesite_stonecutting.json +50dcff201da369bdc591fdc320aae3547f114284 data/create/recipes/cut_andesite_slab_from_stone_types_andesite_stonecutting.json +700b40dbf4def28d0ea59b5155af034410350bdc data/create/recipes/cut_andesite_slab_recycling.json +425cc0dc5c3ce1e3fa80c8144ba48c3657ef64c6 data/create/recipes/cut_andesite_stairs.json +80a1a2a2738ec674e55d22ae7801a9292fea9694 data/create/recipes/cut_andesite_stairs_from_andesite_stonecutting.json +c284fc46aabae9c5ab79071eb63ec9b07a9d1002 data/create/recipes/cut_andesite_stairs_from_stone_types_andesite_stonecutting.json +e3fd55901f5a8987c0c696ca2d095ee7320a89ea data/create/recipes/cut_andesite_wall.json +539531924a1efea2f45a5fd94f46c02145d71870 data/create/recipes/cut_andesite_wall_from_andesite_stonecutting.json +5df6e8d558f656533aff514aee8cdec7cf8d6fdf data/create/recipes/cut_andesite_wall_from_stone_types_andesite_stonecutting.json +536de7758c89c7df53df30be0ab7f13f2a050c61 data/create/recipes/cut_asurine_bricks_from_asurine_stonecutting.json +e335b15907be053ab0f2649338b12a86371b78f7 data/create/recipes/cut_asurine_bricks_from_stone_types_asurine_stonecutting.json +d734111d918ecca4d7216c3f3b8d1963a2f97def data/create/recipes/cut_asurine_brick_slab.json +17390070f7c90789481b8abad0d9cd3ec5095e5a data/create/recipes/cut_asurine_brick_slab_from_asurine_stonecutting.json +cf61e0806a3988a771675a261a540cbb62352d80 data/create/recipes/cut_asurine_brick_slab_from_stone_types_asurine_stonecutting.json +52d0b850fc64372d58b8eb4fffb49164b5ac70df data/create/recipes/cut_asurine_brick_slab_recycling.json +cd8fa46aa2651fb5b819bd57696573cf9a0ee0e3 data/create/recipes/cut_asurine_brick_stairs.json +d22bf68c563cff89ed7e73941e4764bb01131846 data/create/recipes/cut_asurine_brick_stairs_from_asurine_stonecutting.json +382a7faa460ac286631fe063280541f2f499d895 data/create/recipes/cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json +e778e9bf3973dc57152ae2194072b57ef0be20af data/create/recipes/cut_asurine_brick_wall.json +481c8bdceb10dc381209276d3347732d64d674e0 data/create/recipes/cut_asurine_brick_wall_from_asurine_stonecutting.json +8bb8a9f8e8dd0d6585311c326dcf3f40227149a9 data/create/recipes/cut_asurine_brick_wall_from_stone_types_asurine_stonecutting.json +78b3945f79b97e5c3402ccda04eb9e71cf17ec41 data/create/recipes/cut_asurine_from_asurine_stonecutting.json +0188d62fbeede94f8596dd5cc73d361a160e8c95 data/create/recipes/cut_asurine_from_stone_types_asurine_stonecutting.json +ea2e7bb7765f5ab6145a88b5a3e9b4e222f57cc3 data/create/recipes/cut_asurine_slab.json +7506908017f8d86f8428baf46da2d74469108c66 data/create/recipes/cut_asurine_slab_from_asurine_stonecutting.json +37c502094ee96da9e4983142dae5e023c6bcfe14 data/create/recipes/cut_asurine_slab_from_stone_types_asurine_stonecutting.json +7fb8749f4909162898f8bab37c75633028219ddf data/create/recipes/cut_asurine_slab_recycling.json +6b61f7c42a66c01c2e32dbb98236889592f2927e data/create/recipes/cut_asurine_stairs.json +bee833998555b831b2478829a1ac68e34ea3b59e data/create/recipes/cut_asurine_stairs_from_asurine_stonecutting.json +cade93c9328afcacf4507aa7699c4b09fb4592d4 data/create/recipes/cut_asurine_stairs_from_stone_types_asurine_stonecutting.json +7728b47c895f99abfa7ac881976a76071fc77a8e data/create/recipes/cut_asurine_wall.json +28609858396684bc85694b8cf74545ea2ea8fc0f data/create/recipes/cut_asurine_wall_from_asurine_stonecutting.json +45a712e41a74982cfb94a39da199ec6c95eef798 data/create/recipes/cut_asurine_wall_from_stone_types_asurine_stonecutting.json +a435f899ea6bc1569cbbd356ec9d29f7df0e4d9b data/create/recipes/cut_calcite_bricks_from_calcite_stonecutting.json +da11f21280ba1ed06ffe8afe77db3e9e1bbcb1a3 data/create/recipes/cut_calcite_bricks_from_stone_types_calcite_stonecutting.json +675479b236bce6994b2dc6a3ac3abda270dc72ab data/create/recipes/cut_calcite_brick_slab.json +fa5aefb14087829b77c93006eb9dada04f1321d0 data/create/recipes/cut_calcite_brick_slab_from_calcite_stonecutting.json +1c21eb6c785729a8ea274513e1313aed952e105e data/create/recipes/cut_calcite_brick_slab_from_stone_types_calcite_stonecutting.json +5f266eaeee2445752f40dd6868d19b4a9f2a0e43 data/create/recipes/cut_calcite_brick_slab_recycling.json +f3e29f66fc87329b2d10309a63aa68c748d4e9f7 data/create/recipes/cut_calcite_brick_stairs.json +527d7ba8e8cb74e1b8d3ae20f4b7fd23c40175fd data/create/recipes/cut_calcite_brick_stairs_from_calcite_stonecutting.json +10fe509e01e3ed1b04bd2f384c0aa3db96b117f1 data/create/recipes/cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json +5bbfdf637bf668cd1ff50a3e99b93bd7f30e870b data/create/recipes/cut_calcite_brick_wall.json +6798e2458f85eebfa5503a893110333ff3680b0f data/create/recipes/cut_calcite_brick_wall_from_calcite_stonecutting.json +1e67376e484923b84bd64b0b22b4e55b581ac419 data/create/recipes/cut_calcite_brick_wall_from_stone_types_calcite_stonecutting.json +3fcb0b8e66abe09e63de63fee58c2d60d11e66a0 data/create/recipes/cut_calcite_from_calcite_stonecutting.json +98b014b64c97371f04aaacbdd23e13e274e36e3b data/create/recipes/cut_calcite_from_stone_types_calcite_stonecutting.json +d03e4184157193413e3d26e6999120a8b6e99471 data/create/recipes/cut_calcite_slab.json +6b9dd0dd06a63e2a91a8e631bf013acb36dbb68d data/create/recipes/cut_calcite_slab_from_calcite_stonecutting.json +8426a494b776148056cb4525e62744d0be8b28cd data/create/recipes/cut_calcite_slab_from_stone_types_calcite_stonecutting.json +d518017beb7f485db86e221ac61c135243220efc data/create/recipes/cut_calcite_slab_recycling.json +112f975724ea6ab797ee825c0c1566e62e2bd857 data/create/recipes/cut_calcite_stairs.json +a16168f0fb539ff961d515492739b05f1f27d6f3 data/create/recipes/cut_calcite_stairs_from_calcite_stonecutting.json +a7e7fb425d3c1f21f5ed53da79957363fed824df data/create/recipes/cut_calcite_stairs_from_stone_types_calcite_stonecutting.json +d5f3b5da689f96183d403f72423f0516a8123cc7 data/create/recipes/cut_calcite_wall.json +4407e77e5521a17237f66004218a0f10f4d557ba data/create/recipes/cut_calcite_wall_from_calcite_stonecutting.json +01b4c23362f15ee0e5c207c46383f96032c89d98 data/create/recipes/cut_calcite_wall_from_stone_types_calcite_stonecutting.json +79de2cf7d1909fe0f8d63b1edf9e517e398a2cdb data/create/recipes/cut_crimsite_bricks_from_crimsite_stonecutting.json +07aff2bb6424de46463b2c965418ed52efd0a790 data/create/recipes/cut_crimsite_bricks_from_stone_types_crimsite_stonecutting.json +210a49e2cd8acd867988a554e010bd3398b212ec data/create/recipes/cut_crimsite_brick_slab.json +7f9ae90ec35513a565b74203b466c3987ff30449 data/create/recipes/cut_crimsite_brick_slab_from_crimsite_stonecutting.json +86c3a5c64561052489b3ceb9e08be5a8729198a9 data/create/recipes/cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json +42fbc409c8a87e1fc8175201695329215eab113d data/create/recipes/cut_crimsite_brick_slab_recycling.json +5d0a44f59f77ac6ef541b2585f8a7caa1e5e744e data/create/recipes/cut_crimsite_brick_stairs.json +6a704e9f4512270bd3b52af4b1189ec82d5b3fe1 data/create/recipes/cut_crimsite_brick_stairs_from_crimsite_stonecutting.json +c7186fb1a75f59aff929e843f50a162a090b7bb3 data/create/recipes/cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json +666cb0d42d605e5383bec4fe5c680c7453a1875b data/create/recipes/cut_crimsite_brick_wall.json +cbd645a0309985e28bd5e4fb1c3dae4034f6c846 data/create/recipes/cut_crimsite_brick_wall_from_crimsite_stonecutting.json +13ac9464098e8c67e820dc898c025ab0382d852a data/create/recipes/cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json +d4793c400caa6d5db3590635ff59e6b8f1d35adc data/create/recipes/cut_crimsite_from_crimsite_stonecutting.json +18ce9ff32eda2d869bd11f398a86e78b71f6d0fe data/create/recipes/cut_crimsite_from_stone_types_crimsite_stonecutting.json +862e2bc7d4a88add00363d4c553e3c345c418a6b data/create/recipes/cut_crimsite_slab.json +f50d8b9b7cbd2ea6af7bddc697f71e82b617dd70 data/create/recipes/cut_crimsite_slab_from_crimsite_stonecutting.json +6271d5bc0377814ba06061bfffcb812ca2ef8f03 data/create/recipes/cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json +e10e22075950f9a72415f01f1027071452185543 data/create/recipes/cut_crimsite_slab_recycling.json +64b7064db387da938fdf150586c3c4ab2206db8c data/create/recipes/cut_crimsite_stairs.json +eb62c79974224d53e1a67e233346b1659cf64ee3 data/create/recipes/cut_crimsite_stairs_from_crimsite_stonecutting.json +90b03cf1e72d3b803e33755832e0722ff264681b data/create/recipes/cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json +f6df845bb4be7cc265ab42d4204aadd05be1a084 data/create/recipes/cut_crimsite_wall.json +a5062e05ccd16d605d6259a880cd855592c701a3 data/create/recipes/cut_crimsite_wall_from_crimsite_stonecutting.json +18f9548175baab0173785d7ef308096067712dd2 data/create/recipes/cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json +07c35918ebb5bec0c9823816501ff5236b9da175 data/create/recipes/cut_deepslate_bricks_from_deepslate_stonecutting.json +de1a11b7ed71f1f7aeea2791fe922feef689fd35 data/create/recipes/cut_deepslate_bricks_from_stone_types_deepslate_stonecutting.json +eefd97919559beb1bd3b537aed63f364c1099ae9 data/create/recipes/cut_deepslate_brick_slab.json +abfcb16669e75d653bcf6b264c2b6bce1397a747 data/create/recipes/cut_deepslate_brick_slab_from_deepslate_stonecutting.json +2c0795b92759dab751f86f50aa80440df2245526 data/create/recipes/cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json +1babf94c29e3195afa800bab4f75dec5b162c2b4 data/create/recipes/cut_deepslate_brick_slab_recycling.json +37a272a3648e6911921ccf6b8f6ed1bc549d2cb5 data/create/recipes/cut_deepslate_brick_stairs.json +5bde28e0acd2a52933250ef1d6ef2447ce0bfcb7 data/create/recipes/cut_deepslate_brick_stairs_from_deepslate_stonecutting.json +7b3489e5b629a995691be117c5a378769c743449 data/create/recipes/cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json +a6e1daf34cc4c90982408d98857cce1867ddcef9 data/create/recipes/cut_deepslate_brick_wall.json +221ad71058cec76b20ea04ad229622f7aa23f610 data/create/recipes/cut_deepslate_brick_wall_from_deepslate_stonecutting.json +73a07a5fa665bb20d131f0a0e40806116316928a data/create/recipes/cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json +4e993c28463098cd05c6455e6fb84a10e78eb8f6 data/create/recipes/cut_deepslate_from_deepslate_stonecutting.json +992fdc2eba2afe3ff8aad0ceee5424ecd3f3026d data/create/recipes/cut_deepslate_from_stone_types_deepslate_stonecutting.json +5f3eb83bff21540644bf13bdec20c7c392a1a1cb data/create/recipes/cut_deepslate_slab.json +1cd05a86df000c359ea00d0d8ed62c9031265c4d data/create/recipes/cut_deepslate_slab_from_deepslate_stonecutting.json +f341d30b7fd427dea09a51d67e1e9532e5184be8 data/create/recipes/cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json +d8c65f549d18985b1f504b47c430c2785328ec68 data/create/recipes/cut_deepslate_slab_recycling.json +53b146a8b8f6bc977c3b01c687cad3057f4188f7 data/create/recipes/cut_deepslate_stairs.json +ed6b93bef652c01316ef99845b3a396e116719d6 data/create/recipes/cut_deepslate_stairs_from_deepslate_stonecutting.json +e6deec1352fb5c74c470dc488b71e5f8f55bdfbf data/create/recipes/cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json +50642a13ec5bd46a18bf1d0175d276df8baa505f data/create/recipes/cut_deepslate_wall.json +cecc667302b8c9ceac10980c54366e50fecb8d74 data/create/recipes/cut_deepslate_wall_from_deepslate_stonecutting.json +e752527479f71f96bb34878008bf8cfb23fd3045 data/create/recipes/cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json +0b711a1957af3d7b1c73be8ac5ddde05c87a515b data/create/recipes/cut_diorite_bricks_from_diorite_stonecutting.json +2c23d13f48f3685bda6c564e080053fbfa71ab99 data/create/recipes/cut_diorite_bricks_from_stone_types_diorite_stonecutting.json +dd165eb6501f557d1dd8f80b4de10f3aed910bdd data/create/recipes/cut_diorite_brick_slab.json +662da05168e2236c9495771c94956527b26223f9 data/create/recipes/cut_diorite_brick_slab_from_diorite_stonecutting.json +9d51c690c77321437561a006dc2f9bba975875e6 data/create/recipes/cut_diorite_brick_slab_from_stone_types_diorite_stonecutting.json +6abe5839b601c5556eea1704d079a70edc804114 data/create/recipes/cut_diorite_brick_slab_recycling.json +19eec96d94bcf9bb44f09417c9f03bd267374fcb data/create/recipes/cut_diorite_brick_stairs.json +90aef5c6ca96dd88709c08cba87c50e6b8bddb33 data/create/recipes/cut_diorite_brick_stairs_from_diorite_stonecutting.json +9a26c4097519a9300e591b6578bbaf6c11f909e1 data/create/recipes/cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json +b90891a643167a0b8651bfdce989bcacc3f729f2 data/create/recipes/cut_diorite_brick_wall.json +da9a9ff1660ef29d03584649cddb3fe5297ae7c4 data/create/recipes/cut_diorite_brick_wall_from_diorite_stonecutting.json +f668f2c78a779bc3d0546a82dea02b9f4688e05c data/create/recipes/cut_diorite_brick_wall_from_stone_types_diorite_stonecutting.json +807be7075019afcca4ba14fe8984e0aed996a584 data/create/recipes/cut_diorite_from_diorite_stonecutting.json +1918ecb2ab16ca7dbb30eee4852b67dd963d872e data/create/recipes/cut_diorite_from_stone_types_diorite_stonecutting.json +02af79b203a5f872d96fa0309585ba7e32e4c4b9 data/create/recipes/cut_diorite_slab.json +5adefea65e9c4200d3f10785ee181002df5b238a data/create/recipes/cut_diorite_slab_from_diorite_stonecutting.json +28765ac7f8b62373b32f014d1dd7f4afb50e1906 data/create/recipes/cut_diorite_slab_from_stone_types_diorite_stonecutting.json +b5371e56e0bb9690dacaed99bdbdd0c365eff657 data/create/recipes/cut_diorite_slab_recycling.json +1cd0d72238a3c0ba3d464f8867180b27780fe761 data/create/recipes/cut_diorite_stairs.json +774bdde391828433a8a2a83ff663530a5a86b95d data/create/recipes/cut_diorite_stairs_from_diorite_stonecutting.json +be2c6c01630b90895e7215edce3d02352793dbc4 data/create/recipes/cut_diorite_stairs_from_stone_types_diorite_stonecutting.json +6ba16971a01a083ae7f246469caa9712513035b2 data/create/recipes/cut_diorite_wall.json +035701e0acb53bb936e7453c83cfff1c201f31b1 data/create/recipes/cut_diorite_wall_from_diorite_stonecutting.json +8ff5d1ecff2202595f7cba5bd65c466c53ac2cc5 data/create/recipes/cut_diorite_wall_from_stone_types_diorite_stonecutting.json +6983cdc50f48b70d18552aa03db796892b3acefd data/create/recipes/cut_dripstone_bricks_from_dripstone_block_stonecutting.json +10550b023989113c26d430136daf1dc49f10ce63 data/create/recipes/cut_dripstone_bricks_from_stone_types_dripstone_stonecutting.json +4ca22169db1b79c401963e41126246bb55d2b577 data/create/recipes/cut_dripstone_brick_slab.json +78bdda67d3272415cb6516d42d44500c61c98815 data/create/recipes/cut_dripstone_brick_slab_from_dripstone_block_stonecutting.json +f04bf1189b53e24974779d9e959e8973d9677162 data/create/recipes/cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json +611db74fa02672bbf00c57a3ba283ad5147462ff data/create/recipes/cut_dripstone_brick_slab_recycling.json +f917512f374c5028a64f1316f1d3c3ca77df8cf9 data/create/recipes/cut_dripstone_brick_stairs.json +b0f62e0ad9a6ed98d242c101bf35fa1d1a24883e data/create/recipes/cut_dripstone_brick_stairs_from_dripstone_block_stonecutting.json +17bf8160eaf16655d454ddfe22b82c9a86462146 data/create/recipes/cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json +56ea4e4590c7b7591ac972bb255355048cdbb3bc data/create/recipes/cut_dripstone_brick_wall.json +b497214a8f711afed01410ce8554591bab1dc531 data/create/recipes/cut_dripstone_brick_wall_from_dripstone_block_stonecutting.json +154931db54115cf4a64147cdd6d1eb7efff48737 data/create/recipes/cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json +fc427cf309998e12606a7513fc4812b777be0d6e data/create/recipes/cut_dripstone_from_dripstone_block_stonecutting.json +7147f9199f174c9864109fe5723528921aaa0c46 data/create/recipes/cut_dripstone_from_stone_types_dripstone_stonecutting.json +fbe8e6b396dc5f35a41e8fd33f12be047820690c data/create/recipes/cut_dripstone_slab.json +09be97b0367decc3fda8efa9855a258c6f6ef218 data/create/recipes/cut_dripstone_slab_from_dripstone_block_stonecutting.json +a4f62a1a30592f82789988f93d8ae35d176eca59 data/create/recipes/cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json +e6811af1e41f8ae33a37192b255cdd591ab9575b data/create/recipes/cut_dripstone_slab_recycling.json +5e24ada7d74ecc50d51dff72b47e51f3d2751f61 data/create/recipes/cut_dripstone_stairs.json +d9b65b1accc87e0140ea6fc220505bfa74248907 data/create/recipes/cut_dripstone_stairs_from_dripstone_block_stonecutting.json +f2df5efedb6fb25ecb877b888007990082d9aca4 data/create/recipes/cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json +cc5973c3fcf8daa00a3eb330ef63b3b69b763c40 data/create/recipes/cut_dripstone_wall.json +b6c7324e271cb00585b5d251cf19ab341cf40d1b data/create/recipes/cut_dripstone_wall_from_dripstone_block_stonecutting.json +a3731ef689d3ac790bc3e3fd507f1134c99a751a data/create/recipes/cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json +49e8e125ec50629b9552d8870b836348bb1fe0ec data/create/recipes/cut_granite_bricks_from_granite_stonecutting.json +9c4c64666b18d3adb11cd3d56667fabf6e88dfe2 data/create/recipes/cut_granite_bricks_from_stone_types_granite_stonecutting.json +1601147246873f4472621aa8ad97f565d7bc6dd8 data/create/recipes/cut_granite_brick_slab.json +87660ea785e21396f6bc0ab08c69f8dc9606f690 data/create/recipes/cut_granite_brick_slab_from_granite_stonecutting.json +d073b9b0b8ca2fbdc5e1ed16f6f195a5f3af4588 data/create/recipes/cut_granite_brick_slab_from_stone_types_granite_stonecutting.json +a555b441c26fabcec9016212fe23f58cf08f6b26 data/create/recipes/cut_granite_brick_slab_recycling.json +148cc08d5bdef289cf83efa6ee7c34416fca6772 data/create/recipes/cut_granite_brick_stairs.json +24e2aed08787d55404c2d3c8dfc4552fe4569ee0 data/create/recipes/cut_granite_brick_stairs_from_granite_stonecutting.json +f38fc7014aa83d4914d50d87ee3f8f762c078a78 data/create/recipes/cut_granite_brick_stairs_from_stone_types_granite_stonecutting.json +ff96e0eb308ac64ecbde8dfe8ddeda8ef6e85762 data/create/recipes/cut_granite_brick_wall.json +97da75a8c87454c915ccbebef0051ef858d2eb27 data/create/recipes/cut_granite_brick_wall_from_granite_stonecutting.json +b81db94b6228f512049324dd1436880f1e86e444 data/create/recipes/cut_granite_brick_wall_from_stone_types_granite_stonecutting.json +5bd19a9545c021ef07febdff8ff7336658ff8e44 data/create/recipes/cut_granite_from_granite_stonecutting.json +01970a95f17648a7ef1fb0337ee2e82eb2279e9e data/create/recipes/cut_granite_from_stone_types_granite_stonecutting.json +b2f2494ade061997413814b9d5120db046a5220d data/create/recipes/cut_granite_slab.json +e833ef1586e12714979b1230dc23d613bd2635d0 data/create/recipes/cut_granite_slab_from_granite_stonecutting.json +d239323b7a3b65b2fd7005350a90d578671c2b81 data/create/recipes/cut_granite_slab_from_stone_types_granite_stonecutting.json +15c318af5b24eaec1c65506d2fae58712fcdcb25 data/create/recipes/cut_granite_slab_recycling.json +da44d9f6b5a870aa2b4c0895f5a64f3352829738 data/create/recipes/cut_granite_stairs.json +cd07c17c6f4e09f25666bf19e7b359cac4f80f53 data/create/recipes/cut_granite_stairs_from_granite_stonecutting.json +3d85d483073d37fea7d9a95831b3b856c0725b98 data/create/recipes/cut_granite_stairs_from_stone_types_granite_stonecutting.json +ef998f687d9808c4f84281ad394ec1e1d206b0ad data/create/recipes/cut_granite_wall.json +bf395379f03fd47918f1e74c059c823a35d7cde9 data/create/recipes/cut_granite_wall_from_granite_stonecutting.json +d43a876bf89bf3536c80fd5e3ef0ee36c147cd06 data/create/recipes/cut_granite_wall_from_stone_types_granite_stonecutting.json +c496c95dd5f3e82dc1cc047285d106657ed30798 data/create/recipes/cut_limestone_bricks_from_limestone_stonecutting.json +7cdd3cf302cfe4ef21c0a89dadef4f781e307bb0 data/create/recipes/cut_limestone_bricks_from_stone_types_limestone_stonecutting.json +7e0076e535e39dfe0658c95c17c74625ce532b45 data/create/recipes/cut_limestone_brick_slab.json +e99d1201ec9b3c5ceaf9f61de491812ac6d0380d data/create/recipes/cut_limestone_brick_slab_from_limestone_stonecutting.json +c3d3ff37e29c435b2a13d30bd4ded0f6ca9fbfbc data/create/recipes/cut_limestone_brick_slab_from_stone_types_limestone_stonecutting.json +775d6f4bc87d6828465e61b10d7d3f2ac3f81b7b data/create/recipes/cut_limestone_brick_slab_recycling.json +6432a85501e1d27050d2ea38ede33bce7c627c46 data/create/recipes/cut_limestone_brick_stairs.json +742db2049912dff875beebf1b9a8725328181bf8 data/create/recipes/cut_limestone_brick_stairs_from_limestone_stonecutting.json +570983b2b27862dabe9f3d1bcd76d2909b8bdb3c data/create/recipes/cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json +43901df763e6429a1181e66fb08ed10e22f59142 data/create/recipes/cut_limestone_brick_wall.json +f4a3ef7017bfdcb7dee7840ed58a06a54d143291 data/create/recipes/cut_limestone_brick_wall_from_limestone_stonecutting.json +5ac226aff9d854efc47ed71241e6c098b170b9b0 data/create/recipes/cut_limestone_brick_wall_from_stone_types_limestone_stonecutting.json +a38a4fcfbce4de0af2c930994feb2eb4491ad29a data/create/recipes/cut_limestone_from_limestone_stonecutting.json +329950373aaaf8e70c54cf5e2467c7a84f372078 data/create/recipes/cut_limestone_from_stone_types_limestone_stonecutting.json +7a190675085bb725dad21534930f6b575a9c8090 data/create/recipes/cut_limestone_slab.json +1b5723ea0cd76d730f0b1fa1496a1e6eed0657a4 data/create/recipes/cut_limestone_slab_from_limestone_stonecutting.json +628a0a64c2dcd63f17a3ec9ce55ac643b194eacc data/create/recipes/cut_limestone_slab_from_stone_types_limestone_stonecutting.json +01432939afd4810c1084ab8bf1827a3cb114f2c9 data/create/recipes/cut_limestone_slab_recycling.json +5756f3dd7d9109eb6c4f4c14e98956e853b460f3 data/create/recipes/cut_limestone_stairs.json +e66de64fc32ebf33fd6618c93f44d8dceb702cc9 data/create/recipes/cut_limestone_stairs_from_limestone_stonecutting.json +ba301da212ee14ff42c38487d0906a2da203e3c3 data/create/recipes/cut_limestone_stairs_from_stone_types_limestone_stonecutting.json +086436217d10e6eb45f480fb5ec1a3a7f54d2c5c data/create/recipes/cut_limestone_wall.json +109e7326ec2394c6ed4434f715143870c5870db2 data/create/recipes/cut_limestone_wall_from_limestone_stonecutting.json +b14e6972f8586e569a7ab4ecf6ed5d6db1a2bded data/create/recipes/cut_limestone_wall_from_stone_types_limestone_stonecutting.json +190ff1643b6dd7e6695f8cdb3c3c9988db59e94f data/create/recipes/cut_ochrum_bricks_from_ochrum_stonecutting.json +a1a2b95283d88e1d990e00da9a095fe928b2aa2f data/create/recipes/cut_ochrum_bricks_from_stone_types_ochrum_stonecutting.json +6d21c14e64228ce9bfaf6641d05ae64c16041fd8 data/create/recipes/cut_ochrum_brick_slab.json +f199654f858ba908a5395620e147b8f7c980f3a0 data/create/recipes/cut_ochrum_brick_slab_from_ochrum_stonecutting.json +58514a5f216706e9bb62b27ad03701fe02bac013 data/create/recipes/cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json +406a3935684cc65646e10fcbb3baf6613c7b9520 data/create/recipes/cut_ochrum_brick_slab_recycling.json +3b2b0ac7407d535c1aa8b5bdb2d6bb4fe618f439 data/create/recipes/cut_ochrum_brick_stairs.json +d1372cf4308badf29f32d0fdf863e4a90c2a1fb3 data/create/recipes/cut_ochrum_brick_stairs_from_ochrum_stonecutting.json +ec6339d6658b0d32e46c8a4a4e06d94a388a6332 data/create/recipes/cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json +23ca4d3c300f129c7d1f59573e6d44d6622e9663 data/create/recipes/cut_ochrum_brick_wall.json +c6312c871b0a75eb2024eeacd808a425177e2356 data/create/recipes/cut_ochrum_brick_wall_from_ochrum_stonecutting.json +1b8a4c81680df542a5e6b9e665c96649cf3eb7fa data/create/recipes/cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json +10b1919a030c2a89160dcfc17fde1079c1f9c9b2 data/create/recipes/cut_ochrum_from_ochrum_stonecutting.json +2b967f3424196b5da9b396ea58fb969d406af789 data/create/recipes/cut_ochrum_from_stone_types_ochrum_stonecutting.json +588e5a2d50e36622691f83d2cb12b5f5566315fb data/create/recipes/cut_ochrum_slab.json +0058b7b0a8d62338528e5b7bfa3c004b4a2c5f49 data/create/recipes/cut_ochrum_slab_from_ochrum_stonecutting.json +9a26cba276cf135a10c71d31f5b960b2ee6ac444 data/create/recipes/cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json +902661581aaa4133c431297acd2972ef725faff0 data/create/recipes/cut_ochrum_slab_recycling.json +f048fd140559f17ad0db4ae3d788750137b788b0 data/create/recipes/cut_ochrum_stairs.json +2a6499d322cd1fbe8d5cc70f4eac6456672026c1 data/create/recipes/cut_ochrum_stairs_from_ochrum_stonecutting.json +75a232ccede0ffa7feb3e69da17c6a514a908907 data/create/recipes/cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json +4d856f6a615e67c5eda02fb7a5d93195eea9d9f9 data/create/recipes/cut_ochrum_wall.json +bffa6c3edddf5870c7b3bb71ea84471683a96e6a data/create/recipes/cut_ochrum_wall_from_ochrum_stonecutting.json +ee0dff8e1317aeffd061688879b97e81a00b7adb data/create/recipes/cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json +aace29cc50503c23c5b76f5ee9c7ff31f7dffae0 data/create/recipes/cut_scorchia_bricks_from_scorchia_stonecutting.json +087eefb8ffd61fd88f1db6ca25f9ac31e93f2fdf data/create/recipes/cut_scorchia_bricks_from_stone_types_scorchia_stonecutting.json +a6421d75c5dc8e3e068ae80fef1ab7fb8661fcfc data/create/recipes/cut_scorchia_brick_slab.json +394b13f93341e403516ce3624c13395166ab53da data/create/recipes/cut_scorchia_brick_slab_from_scorchia_stonecutting.json +2f38c410d5eb93bdb8c8be0f68ac89726e3c765c data/create/recipes/cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json +c66e8713b6cdc5698b253db427509aa8c2d14cb7 data/create/recipes/cut_scorchia_brick_slab_recycling.json +16a058d4cb3253c85d9799cce4fe820e56ec4541 data/create/recipes/cut_scorchia_brick_stairs.json +eb94f1fec3887171262630cdd508aa60af0fa094 data/create/recipes/cut_scorchia_brick_stairs_from_scorchia_stonecutting.json +bd5c803c855222a29998dd784e6d12a18dd612d9 data/create/recipes/cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json +a2a29598750927ac11bfdb650a7a2630afc506b4 data/create/recipes/cut_scorchia_brick_wall.json +e0b25f32f0c3d1fef071a506d284b6cd4883135b data/create/recipes/cut_scorchia_brick_wall_from_scorchia_stonecutting.json +37fc5ae45d0260de9a5c45b0a1b208e4d146a562 data/create/recipes/cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json +fe22c5c5dd5ece4ed3fe0d665abe1af6bbb22d7f data/create/recipes/cut_scorchia_from_scorchia_stonecutting.json +f6dfd648418f24da093b80978c2f6e070f33ff6d data/create/recipes/cut_scorchia_from_stone_types_scorchia_stonecutting.json +61f5bd9b0c7515ee5a4bf3c448bbe4c4fc93fdd7 data/create/recipes/cut_scorchia_slab.json +59caf2cdbf6db1e201400003a092c3f0afcb50a1 data/create/recipes/cut_scorchia_slab_from_scorchia_stonecutting.json +fbd9a92d3c3d9e823cac51347320219f1734ec04 data/create/recipes/cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json +09e05c325c7f6f3927321fb4f570cf766e1db8b9 data/create/recipes/cut_scorchia_slab_recycling.json +1ae5bd2fb397206b8d6eb880660627d9491de9f2 data/create/recipes/cut_scorchia_stairs.json +2dcb3dcaff2504cf718a82239b3e6fee95f90e75 data/create/recipes/cut_scorchia_stairs_from_scorchia_stonecutting.json +1ddfefce136201ae78dbc53ba472080332fd6366 data/create/recipes/cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json +6cc7a1037de11acc47c98f9f32a6fec24be696d4 data/create/recipes/cut_scorchia_wall.json +7872bd382f38ae60418619b2940631a41058f4b7 data/create/recipes/cut_scorchia_wall_from_scorchia_stonecutting.json +c594d886a303ad6e24d1283004442835ee861fbc data/create/recipes/cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json +a442cc3ea48102050d46aee6935bf9204036e661 data/create/recipes/cut_scoria_bricks_from_scoria_stonecutting.json +8650c0db70a3521b50404252106e0185b4f25a45 data/create/recipes/cut_scoria_bricks_from_stone_types_scoria_stonecutting.json +b7f0188340988e96aa9e05ca93f760019e01a9b9 data/create/recipes/cut_scoria_brick_slab.json +2276b9b644ddcd2d66f81244377af184aad3e6e2 data/create/recipes/cut_scoria_brick_slab_from_scoria_stonecutting.json +e7080ca9b6a507bec4a4a3dd52a28c1c33975628 data/create/recipes/cut_scoria_brick_slab_from_stone_types_scoria_stonecutting.json +7908ade36d0bc3b070db1219b66ef97e43c15c9d data/create/recipes/cut_scoria_brick_slab_recycling.json +0b7a575941589530cfeb9244d35c2cbfd9a98171 data/create/recipes/cut_scoria_brick_stairs.json +cfa141ea7d8b4ae515a2b129fed06bf98748196c data/create/recipes/cut_scoria_brick_stairs_from_scoria_stonecutting.json +3fd560355163f0afafefe886e75fd8b2c3cf2b6f data/create/recipes/cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json +9c53ef1babedc73b86077b13aa0ec885c5d42a4a data/create/recipes/cut_scoria_brick_wall.json +9325c4639c4ee8ad649eb5738a272e276bb8a8b8 data/create/recipes/cut_scoria_brick_wall_from_scoria_stonecutting.json +553642a4e0dc5f934da8127a427ccdf53d3f51f9 data/create/recipes/cut_scoria_brick_wall_from_stone_types_scoria_stonecutting.json +35aa3e233f8293c34c3ca908ae94ac95c1ea6823 data/create/recipes/cut_scoria_from_scoria_stonecutting.json +5702063be3d38fa6b3ae5c998337676a0cf91149 data/create/recipes/cut_scoria_from_stone_types_scoria_stonecutting.json +195939d38e21c74484655507ec2d273280f9c38f data/create/recipes/cut_scoria_slab.json +92aa2e15f4fbafe303aa4d5e97ba048c39043fb4 data/create/recipes/cut_scoria_slab_from_scoria_stonecutting.json +1656e822e823fcdf04120b55235aa477845a69a6 data/create/recipes/cut_scoria_slab_from_stone_types_scoria_stonecutting.json +47368baea132b2752ab85941e8b2548013cfd796 data/create/recipes/cut_scoria_slab_recycling.json +b98f2dc04055e868493528350992bebd2b2e9fba data/create/recipes/cut_scoria_stairs.json +d836f281d6bdfd0022bbee340977243a9627d1d3 data/create/recipes/cut_scoria_stairs_from_scoria_stonecutting.json +8748df6152c923930452397367562bb6007058cf data/create/recipes/cut_scoria_stairs_from_stone_types_scoria_stonecutting.json +d9e391ec481d7bf5291f9407cbf24945e6f53ccc data/create/recipes/cut_scoria_wall.json +585e08168d03f722b0cdb40f9fe0940706364072 data/create/recipes/cut_scoria_wall_from_scoria_stonecutting.json +42235c6ded520ecda3321e8cd8910dcfa05cd61e data/create/recipes/cut_scoria_wall_from_stone_types_scoria_stonecutting.json +c02b4daf0050d705c145c0698aaa3094724ba2f1 data/create/recipes/cut_tuff_bricks_from_stone_types_tuff_stonecutting.json +c525dceb7dfcadfc8c002c7e33da86e7e843bdca data/create/recipes/cut_tuff_bricks_from_tuff_stonecutting.json +f69eddc6d336f5d5b071246f840199e7e5e51d82 data/create/recipes/cut_tuff_brick_slab.json +9e0182206fab754daa0596259be0b98a712ba859 data/create/recipes/cut_tuff_brick_slab_from_stone_types_tuff_stonecutting.json +20e7420ececccf4c04c422a66875c8737afec0de data/create/recipes/cut_tuff_brick_slab_from_tuff_stonecutting.json +f968158591e2d5000153b8f3908e69f152445842 data/create/recipes/cut_tuff_brick_slab_recycling.json +14d9b11573292281ef609e22972cb443da69de46 data/create/recipes/cut_tuff_brick_stairs.json +90f3241a3eb47d9b0902b639fadee76e41b92a72 data/create/recipes/cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json +fb4162ca8c2459b539e3908c4f0a42a11735eaf9 data/create/recipes/cut_tuff_brick_stairs_from_tuff_stonecutting.json +b1250275b2b4a53048922f4d7df605395420d2c8 data/create/recipes/cut_tuff_brick_wall.json +aa41f89028dfa995dc11b881894e5a5993e4c4f9 data/create/recipes/cut_tuff_brick_wall_from_stone_types_tuff_stonecutting.json +0a10cc890cf09577aa26efeedfe7de0cb5a4985c data/create/recipes/cut_tuff_brick_wall_from_tuff_stonecutting.json +41dc800ae0a8918f4602d610ff0ba9714cdfe8dc data/create/recipes/cut_tuff_from_stone_types_tuff_stonecutting.json +edb6c5c8646b8ab49978f303f7269ca19013972b data/create/recipes/cut_tuff_from_tuff_stonecutting.json +f14b83af61a6709b3b330ae16693d0691726b139 data/create/recipes/cut_tuff_slab.json +94667fb1e6203bd66bef10acfee7cd990009d26f data/create/recipes/cut_tuff_slab_from_stone_types_tuff_stonecutting.json +3c6f321e4113a301d1b7a86308391d61db201396 data/create/recipes/cut_tuff_slab_from_tuff_stonecutting.json +4597ffc2598bf3553459990dceb04c4d35a13554 data/create/recipes/cut_tuff_slab_recycling.json +f48c593c36fec5ef355a66a2b952357d1cf02575 data/create/recipes/cut_tuff_stairs.json +3b3ba319bd67a4e7f555cfcb54f9dc1fc22cf015 data/create/recipes/cut_tuff_stairs_from_stone_types_tuff_stonecutting.json +1a6c1a84daa9900dd7b635c73f512462c902f55c data/create/recipes/cut_tuff_stairs_from_tuff_stonecutting.json +d9eb167cd7a158b30b9f3b8f896dc3fbc34aa9d6 data/create/recipes/cut_tuff_wall.json +5705b0312c5c70d48662c2ff375f0b2cfe3b4902 data/create/recipes/cut_tuff_wall_from_stone_types_tuff_stonecutting.json +7d3eed92480c491455960b3edce7c8a2ef576f44 data/create/recipes/cut_tuff_wall_from_tuff_stonecutting.json +8ab3c640b57421a8c0341ab4ec5bade31376d059 data/create/recipes/cut_veridium_bricks_from_stone_types_veridium_stonecutting.json +644243f7b0a817c86e92f7ed45d9b972e4c106e7 data/create/recipes/cut_veridium_bricks_from_veridium_stonecutting.json +d26f8e96eec28b7e136e55eac942aec865742a31 data/create/recipes/cut_veridium_brick_slab.json +1705fd5fc9ecc9a650812c89f500b5ef9aec2626 data/create/recipes/cut_veridium_brick_slab_from_stone_types_veridium_stonecutting.json +80c4661bd1bbd015bbc892441b437d0be61b1e05 data/create/recipes/cut_veridium_brick_slab_from_veridium_stonecutting.json +d9c640858594099d7c76478986a388e30cc0cd8b data/create/recipes/cut_veridium_brick_slab_recycling.json +5a0d455285f2c9f8bf5ecf3cf3cfa459db0ea92f data/create/recipes/cut_veridium_brick_stairs.json +db2ea87f3ec8924ba9e0b87cd6a6edeb93c0c2d8 data/create/recipes/cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json +2facd233cb21df177daedb727a6ba69b479c8a99 data/create/recipes/cut_veridium_brick_stairs_from_veridium_stonecutting.json +58ed115bb25f2de9f0813208ec86985262d5c170 data/create/recipes/cut_veridium_brick_wall.json +ed752a7f698e3ecbb5e4f848a78f8b3c7c6bf12e data/create/recipes/cut_veridium_brick_wall_from_stone_types_veridium_stonecutting.json +ac149ccb1b622bf6990b0d628a8cfdc0458dc10c data/create/recipes/cut_veridium_brick_wall_from_veridium_stonecutting.json +e0355543105e4ec9d672d2a050e70b5c198ea472 data/create/recipes/cut_veridium_from_stone_types_veridium_stonecutting.json +6e3ffb0dce296c09e95d46d00029b3104e32e314 data/create/recipes/cut_veridium_from_veridium_stonecutting.json +01da52704b0aa35c71008f562302995a194949a3 data/create/recipes/cut_veridium_slab.json +7d7c80ac03ad8623f9a5d7f0ff0bb6f68985efa5 data/create/recipes/cut_veridium_slab_from_stone_types_veridium_stonecutting.json +5cd9ba34020421ea7ac27fb85046790c0bb92200 data/create/recipes/cut_veridium_slab_from_veridium_stonecutting.json +dfb490ea80a5e4fabe04e1291e4aef950e09234f data/create/recipes/cut_veridium_slab_recycling.json +6a166d7c22e40c128c7093edc739f7860d07db1c data/create/recipes/cut_veridium_stairs.json +9b0e33c891f7b8cdfbf5afb2842f46622d3a60f5 data/create/recipes/cut_veridium_stairs_from_stone_types_veridium_stonecutting.json +ae983b31b3302add7f3af689ca4ccbe89bcefae1 data/create/recipes/cut_veridium_stairs_from_veridium_stonecutting.json +3e3804ceb890eeb622a311f39fd76cad8d41e943 data/create/recipes/cut_veridium_wall.json +17bb07daada50992c21df4bb32a5bf4a548aeca7 data/create/recipes/cut_veridium_wall_from_stone_types_veridium_stonecutting.json +15cc8019a19e2946c410ed45ab069587870fa561 data/create/recipes/cut_veridium_wall_from_veridium_stonecutting.json +a41e048c51fbfbef0877651caa3972b9c7100c49 data/create/recipes/dark_oak_window.json +47d992be278e9c33752d724620054f40b616ee45 data/create/recipes/dark_oak_window_pane.json +c2853dcdcc3fce4d7810f4568b4af9bf8c8cc9ce data/create/recipes/deepslate_pillar_from_deepslate_stonecutting.json +0fc27886b3806a1be2eb3206427f6b06c78dd383 data/create/recipes/deepslate_pillar_from_stone_types_deepslate_stonecutting.json +7cbd2d360c5fc88cebf31ae4f25ad0dc1e5b851e data/create/recipes/diorite_pillar_from_diorite_stonecutting.json +c57911a258f3371c717d2a497c57b9b57639a91b data/create/recipes/diorite_pillar_from_stone_types_diorite_stonecutting.json +e8a6d92296afa51d5c091281660772301e7b1898 data/create/recipes/dripstone_pillar_from_dripstone_block_stonecutting.json +48e26ac18bc3d0e965e66b68a91186a0d73dc3b3 data/create/recipes/dripstone_pillar_from_stone_types_dripstone_stonecutting.json +c568c40be33ee991b12ff14997547edd3a92685b data/create/recipes/exposed_copper_shingle_slab.json +c4da022fcd01aa4bc094e2032d1d55a36fd66d9a data/create/recipes/exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting.json +92cd7231f743bf0416813cad3dcb2d66acaad5c4 data/create/recipes/exposed_copper_shingle_stairs.json +d1924ca908bcf7c6aabfc1414dbbbb8daee925b7 data/create/recipes/exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting.json +390d2f7d01df433214a23f2284d822c5dd0f0452 data/create/recipes/exposed_copper_tile_slab.json +fe4c573326d76db2064244c7252ac83b9106d5a9 data/create/recipes/exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting.json +0bf58b77d0426113bdecfdd96f6715dfd0fa2b70 data/create/recipes/exposed_copper_tile_stairs.json +ed6a7c88aaeba36b77315b6c35c898ea70eb6852 data/create/recipes/exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting.json +33eb062b453631b8341111bffc4b0b14ea74061e data/create/recipes/framed_glass_from_glass_colorless_stonecutting.json +802a64a3346ba6af2519c8489eb7592c0c389522 data/create/recipes/framed_glass_pane.json +96b0a69470495dbff4509d640883992d47bc9f7a data/create/recipes/granite_pillar_from_granite_stonecutting.json +1a84a0816303c0cab0cc3c894aaea74d797ae3d3 data/create/recipes/granite_pillar_from_stone_types_granite_stonecutting.json +8d6448c67261138b6331273024b757a9a58b41c4 data/create/recipes/horizontal_framed_glass_from_glass_colorless_stonecutting.json +2c3122aa7545ea633b11fdaff291a020c1600716 data/create/recipes/horizontal_framed_glass_pane.json +f9e36c46cc3b59cbe4e78214d9b1d2ba7c0631d9 data/create/recipes/jungle_window.json +d9c2b163130c79ec972d46fa88156cbc558f5bb3 data/create/recipes/jungle_window_pane.json +64adc0f09a3ae56c3f632b2348bb004a05c61f97 data/create/recipes/layered_andesite_from_andesite_stonecutting.json +66da7fc9adbe0119bc41bfad0f6422fb93dcf3b6 data/create/recipes/layered_andesite_from_stone_types_andesite_stonecutting.json +ba92a12179f3f883cc84bc8561949b3de3af8eb0 data/create/recipes/layered_asurine_from_asurine_stonecutting.json +7e665da668493db4528f161811ac25d156490701 data/create/recipes/layered_asurine_from_stone_types_asurine_stonecutting.json +78e4552a5d11356a7b37bff19bbb633a16434e3e data/create/recipes/layered_calcite_from_calcite_stonecutting.json +4d4d3f1881840fc9998d82f5f761940b3c141328 data/create/recipes/layered_calcite_from_stone_types_calcite_stonecutting.json +379858685cdbd8ad9e86286e37ede4684612f4a9 data/create/recipes/layered_crimsite_from_crimsite_stonecutting.json +57380b06939d1403aa735cd6d2e275013c1b2e4c data/create/recipes/layered_crimsite_from_stone_types_crimsite_stonecutting.json +78768a15e4ceb040dc36b7eb4f2bfd0ff2b18ee0 data/create/recipes/layered_deepslate_from_deepslate_stonecutting.json +72270564767247dad20ac22c4c2a5769e4388dc1 data/create/recipes/layered_deepslate_from_stone_types_deepslate_stonecutting.json +13945b89802ab2e22f725d41e494ac8837869345 data/create/recipes/layered_diorite_from_diorite_stonecutting.json +60456938d8741e5974eba1827e8dd2cbbeae4524 data/create/recipes/layered_diorite_from_stone_types_diorite_stonecutting.json +e8df7caafaab9cabecfb74b0f72baad1934b6ceb data/create/recipes/layered_dripstone_from_dripstone_block_stonecutting.json +de08436139f2bf8910efaddeb481c4800bf52b58 data/create/recipes/layered_dripstone_from_stone_types_dripstone_stonecutting.json +339776e288b3837258c4646b9a329103745d9473 data/create/recipes/layered_granite_from_granite_stonecutting.json +b29698f893ec3462cd0a9da204abbc07fa547894 data/create/recipes/layered_granite_from_stone_types_granite_stonecutting.json +cae27b52731d550c1b9201b2f2988327cd9b6788 data/create/recipes/layered_limestone_from_limestone_stonecutting.json +f92843acc321c657c7e8a7d81693e6f4efdc89e8 data/create/recipes/layered_limestone_from_stone_types_limestone_stonecutting.json +427f7e051e48c29fa3e00fcf4adc480cfaeb6c78 data/create/recipes/layered_ochrum_from_ochrum_stonecutting.json +dcab6440b947b36f60b8ac45a203302608f8b236 data/create/recipes/layered_ochrum_from_stone_types_ochrum_stonecutting.json +272ba47e33d9f28bb9cb4e3498b5cdf8951fa78f data/create/recipes/layered_scorchia_from_scorchia_stonecutting.json +aa336f458af977f8a1e82ba0a449f244f487baa2 data/create/recipes/layered_scorchia_from_stone_types_scorchia_stonecutting.json +5df6873f7c1b280f9300539d1d9e0daf11450131 data/create/recipes/layered_scoria_from_scoria_stonecutting.json +c7f5c1245aba2d98590756c6760005a3c622966c data/create/recipes/layered_scoria_from_stone_types_scoria_stonecutting.json +efcbb602a5274a037af323bf5ef40756cbb8683c data/create/recipes/layered_tuff_from_stone_types_tuff_stonecutting.json +09b299a0a7d428d91e6aafc7013fe3f528e091b1 data/create/recipes/layered_tuff_from_tuff_stonecutting.json +6861c7c7d75d669a948a3dc617137759fb387d49 data/create/recipes/layered_veridium_from_stone_types_veridium_stonecutting.json +66c5ccfa1c3394f15f1f914ab89ab548adbd14e1 data/create/recipes/layered_veridium_from_veridium_stonecutting.json +b929d6dad71cff79b42d7e9b72072b49d45cb4d0 data/create/recipes/limestone_pillar_from_limestone_stonecutting.json +923e6a5bec0018849c1bf9e5714195ab7f839f44 data/create/recipes/limestone_pillar_from_stone_types_limestone_stonecutting.json +106f5e57b11aeb799eef2d485c047701e23adad6 data/create/recipes/oak_window.json +050fab7045837fef1a2c7c2471058b641f0c99fc data/create/recipes/oak_window_pane.json +8db8765323edfd6a807e78a32e41bd50da722f0c data/create/recipes/ochrum_pillar_from_ochrum_stonecutting.json +308dbf17a3a418849d9db74e7f88af442f50025a data/create/recipes/ochrum_pillar_from_stone_types_ochrum_stonecutting.json +cfbaf2850eacfa9f53eceb5a891733b1aa474e3c data/create/recipes/ornate_iron_window.json +cce6bd865c37b8a8d7b419622c9f57c0d53622b0 data/create/recipes/ornate_iron_window_pane.json +9aba7ccc4ca8bddb3637122bf714ad6cf493dbc9 data/create/recipes/oxidized_copper_shingle_slab.json +63e59a3229e92f9cd62a8e2821a5d64056ecfe7d data/create/recipes/oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting.json +58587eb3b83086c8e2b607790572d84543a68d9c data/create/recipes/oxidized_copper_shingle_stairs.json +282a67a4f47e80e24c642358d97f18343ab03728 data/create/recipes/oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting.json +3bdd9b2a6b099e6d1d39b0c1f6b0f07d891a4c1a data/create/recipes/oxidized_copper_tile_slab.json +9875c927cc1807066bf58f44a08688127411654d data/create/recipes/oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting.json +43a3d9a61c595f36f11df72fede7215ff2884531 data/create/recipes/oxidized_copper_tile_stairs.json +cda1bd8a1a97938a7b11666eeaec5e293f52bc85 data/create/recipes/oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting.json +8d608887a95be067f83d7cebfe6ca94edce4802c data/create/recipes/polished_cut_andesite_from_andesite_stonecutting.json +892f4a5355cbd29c89bc5a5d422c277385e6b145 data/create/recipes/polished_cut_andesite_from_stone_types_andesite_stonecutting.json +68e85bd22bfb7eb04df29933b70153b77be8f741 data/create/recipes/polished_cut_andesite_slab.json +bae14f83750ce9bd97b4b86a531cb9e2c53e0b14 data/create/recipes/polished_cut_andesite_slab_from_andesite_stonecutting.json +3f537f7b1feedcd199024661f492ee02d98565d3 data/create/recipes/polished_cut_andesite_slab_from_stone_types_andesite_stonecutting.json +26bfb4788b934cc07041ab8a79268cfde24220a1 data/create/recipes/polished_cut_andesite_slab_recycling.json +a96379d35b498fbab1bb5e5946ec261e7b19ba6a data/create/recipes/polished_cut_andesite_stairs.json +4dcf620868eaa801fcf1146c269cc053b3470bd1 data/create/recipes/polished_cut_andesite_stairs_from_andesite_stonecutting.json +0b33435c1f9a84c3301a6944389b39c1740d3483 data/create/recipes/polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting.json +ef70a747c2510d78baae38df69025936d66fe10e data/create/recipes/polished_cut_andesite_wall.json +6684d4fc2a8b540888943f1d86c9256ba6ca0490 data/create/recipes/polished_cut_andesite_wall_from_andesite_stonecutting.json +c10f8b3e761aad30077da2dae67b76a0ecc6642e data/create/recipes/polished_cut_andesite_wall_from_stone_types_andesite_stonecutting.json +6ef234f6e3b0ab89e5e04be33a9789d693621b54 data/create/recipes/polished_cut_asurine_from_asurine_stonecutting.json +23f0bd64850ac80495b71dce10b3a46ec54d63af data/create/recipes/polished_cut_asurine_from_stone_types_asurine_stonecutting.json +aeae1b938d8d8a1e3b2290f56ab7bdeb0f54063c data/create/recipes/polished_cut_asurine_slab.json +8b69996a13a9931adf2dcb5c3467a0136792e64d data/create/recipes/polished_cut_asurine_slab_from_asurine_stonecutting.json +15a34f66b742c6e7a777077447eb42592619f877 data/create/recipes/polished_cut_asurine_slab_from_stone_types_asurine_stonecutting.json +97f07f3d878b7c3873d95bf2543b1583cfbc5f8e data/create/recipes/polished_cut_asurine_slab_recycling.json +5a1bf24fc17e674c152981c83840c6b383c4803b data/create/recipes/polished_cut_asurine_stairs.json +56c9de7b8f1f34418f966efc7d2225848edd92a6 data/create/recipes/polished_cut_asurine_stairs_from_asurine_stonecutting.json +c3bab7748fa69d3d9f65231d0bbbbab14a931669 data/create/recipes/polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting.json +e2ca629572207dc6a937cfc90e21cfb1ba2ece0f data/create/recipes/polished_cut_asurine_wall.json +f6cefce100a37d7736bc34e473a970453dfb57e7 data/create/recipes/polished_cut_asurine_wall_from_asurine_stonecutting.json +2f4c9bca714918532fb553e1292e527f36797b37 data/create/recipes/polished_cut_asurine_wall_from_stone_types_asurine_stonecutting.json +d7d41b9f760d74c7a4e3cc4ddb7f2717eb773bfd data/create/recipes/polished_cut_calcite_from_calcite_stonecutting.json +aff85dd6940bc48c8912aeed6f5ab695d2cb5aad data/create/recipes/polished_cut_calcite_from_stone_types_calcite_stonecutting.json +6cd4b6f33bd5c061137bf6ac60c853b9e61ca6e9 data/create/recipes/polished_cut_calcite_slab.json +35211c520ec12743f7ba4b5be0c4cfb6b2c20491 data/create/recipes/polished_cut_calcite_slab_from_calcite_stonecutting.json +de13feff1e46ab98ff014cf1ab0206ce4a9ee6d5 data/create/recipes/polished_cut_calcite_slab_from_stone_types_calcite_stonecutting.json +868157531bab2133cc626389155c04cb6cd61806 data/create/recipes/polished_cut_calcite_slab_recycling.json +d6297d04724b4bc0fd0429c5aaa5ed98b0d82983 data/create/recipes/polished_cut_calcite_stairs.json +2aeeb43cbdb4ba04256406dd9799758cb0d4c822 data/create/recipes/polished_cut_calcite_stairs_from_calcite_stonecutting.json +b2e00eefb60bdd0516e799861172232e7188704a data/create/recipes/polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting.json +2d078eda7f5537693a2f3b038ad99b34e50e43ca data/create/recipes/polished_cut_calcite_wall.json +c675933a02ddd5aa8bbb3a2387d224255b9dd653 data/create/recipes/polished_cut_calcite_wall_from_calcite_stonecutting.json +53f1a4191f28d24dc89f0865f1fcc86c24a3bec1 data/create/recipes/polished_cut_calcite_wall_from_stone_types_calcite_stonecutting.json +160689d60c25ee44813083c8f226f56f191bf49d data/create/recipes/polished_cut_crimsite_from_crimsite_stonecutting.json +46f1a15740c26b3e9958c754ef7107e74776dce3 data/create/recipes/polished_cut_crimsite_from_stone_types_crimsite_stonecutting.json +e8fcd98ae261c10ec71967de9f1519045dbfef01 data/create/recipes/polished_cut_crimsite_slab.json +b2c1ab2195c72d69fb8d2b4e9222801fe638c50d data/create/recipes/polished_cut_crimsite_slab_from_crimsite_stonecutting.json +801325afb9cbe6f94f98563add4dfc19fc06d0fc data/create/recipes/polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json +6f0553407a810777ab199f0c94c2cc46746cebdc data/create/recipes/polished_cut_crimsite_slab_recycling.json +ee9a99e0037ae1a44950dbd81eeba46c62218db7 data/create/recipes/polished_cut_crimsite_stairs.json +423cd7d3a3f7ef8564f5a01e33723d95cfcdd720 data/create/recipes/polished_cut_crimsite_stairs_from_crimsite_stonecutting.json +8b584a5bcad5c4eba4721eae61d118bb6707d3df data/create/recipes/polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json +9201bff759a3047ab214150acbfdfed5837bf986 data/create/recipes/polished_cut_crimsite_wall.json +eb5d5e8a7b44a0727d3f8b3dd1fc611b331d0c23 data/create/recipes/polished_cut_crimsite_wall_from_crimsite_stonecutting.json +c8b0b21d4377a40dcb259952d564b566fda64a8f data/create/recipes/polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json +43e8f8965bd27eb0a0820d4670a3aefea3d055ee data/create/recipes/polished_cut_deepslate_from_deepslate_stonecutting.json +a68bbadd60b37fa9037c554f7335850a5ee04fd3 data/create/recipes/polished_cut_deepslate_from_stone_types_deepslate_stonecutting.json +f64ad55721652b5a0b9b37bc9f951c29f00d87ba data/create/recipes/polished_cut_deepslate_slab.json +153353ff3d67f056336ded0c97a87f3f2415702a data/create/recipes/polished_cut_deepslate_slab_from_deepslate_stonecutting.json +9d899540998649d627ef9b0446134f8d94a567a6 data/create/recipes/polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json +4bb649a5f2d57381b66c177bd992e04bc4f2bce2 data/create/recipes/polished_cut_deepslate_slab_recycling.json +34cc3c7e7f074c81b6249340745cba2f9594f00b data/create/recipes/polished_cut_deepslate_stairs.json +2f5f1bd3e05cc976673b0ee18b1b11071881751b data/create/recipes/polished_cut_deepslate_stairs_from_deepslate_stonecutting.json +95ef22cf96e167e8cba9bc72e23bb03a3144f497 data/create/recipes/polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json +4a7a1c23c0999d9f6e1d21625f4b22ad837af297 data/create/recipes/polished_cut_deepslate_wall.json +73efa954944696c2c945d7f28eb37360c00d0319 data/create/recipes/polished_cut_deepslate_wall_from_deepslate_stonecutting.json +d4461e8aa51227196b34fdced1ab8947e29a6027 data/create/recipes/polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json +e9e39ec0b8780b98570bc0b7f28fe43987b50b2a data/create/recipes/polished_cut_diorite_from_diorite_stonecutting.json +3869640b431a841e4363f8fbb63e9468224e2bf8 data/create/recipes/polished_cut_diorite_from_stone_types_diorite_stonecutting.json +22bff3c93362ae4efa302eaed50d68f2ff901623 data/create/recipes/polished_cut_diorite_slab.json +00d3671b44775e7e33983746de756acb1ed71086 data/create/recipes/polished_cut_diorite_slab_from_diorite_stonecutting.json +4a69608cbcd70e33602c44d37a5db7811fe5b04c data/create/recipes/polished_cut_diorite_slab_from_stone_types_diorite_stonecutting.json +be3b39879aea59b78aa5339ab2666f18ae965ec1 data/create/recipes/polished_cut_diorite_slab_recycling.json +e373787191812e445b2fb35ed8231cfc510728f7 data/create/recipes/polished_cut_diorite_stairs.json +a70dc0deb0262d822625d165dd797c2067416bb8 data/create/recipes/polished_cut_diorite_stairs_from_diorite_stonecutting.json +6ae315321aea719479cdf081f1ab649f5833bdfa data/create/recipes/polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting.json +930c7b2b2d790e11c447c4b4c6c50ab0eff31104 data/create/recipes/polished_cut_diorite_wall.json +3b5d8c7dad65206a3fe828acd5a157a652400d79 data/create/recipes/polished_cut_diorite_wall_from_diorite_stonecutting.json +0594aec0451471a90eee3f81b2a642160f829283 data/create/recipes/polished_cut_diorite_wall_from_stone_types_diorite_stonecutting.json +dbbbc4c216659d94f88c9bb147904a96299c11a4 data/create/recipes/polished_cut_dripstone_from_dripstone_block_stonecutting.json +c0542972572ee3645374c4495c536b4962071906 data/create/recipes/polished_cut_dripstone_from_stone_types_dripstone_stonecutting.json +cfddd83b2782ecb013089820f9a255c849e3b554 data/create/recipes/polished_cut_dripstone_slab.json +38783794bb00dd7f8fb8cde35d5674aa273184e1 data/create/recipes/polished_cut_dripstone_slab_from_dripstone_block_stonecutting.json +b3aba4c82062407557d4724d8eae5192f093b132 data/create/recipes/polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json +5c688baa3a2e6fed0a9f7af8af4a1b8dd00d2872 data/create/recipes/polished_cut_dripstone_slab_recycling.json +7605a131a0e7ae95371a3183e683f54ac260e031 data/create/recipes/polished_cut_dripstone_stairs.json +0fb220de87e8484cf7162988116e254c4d3c4880 data/create/recipes/polished_cut_dripstone_stairs_from_dripstone_block_stonecutting.json +039850e397a69f65f406269b4cb131fbfee83978 data/create/recipes/polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json +ef0beebd452f6931b7efd3741dc3949001484c14 data/create/recipes/polished_cut_dripstone_wall.json +69a79a049754b9f84d91042c1b7c4c81e55abfd3 data/create/recipes/polished_cut_dripstone_wall_from_dripstone_block_stonecutting.json +94847065f17859cabaa1ada493df76dd0e1ee88b data/create/recipes/polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json +f0b8079459199b649890dd6d0c1e1f41912b0d60 data/create/recipes/polished_cut_granite_from_granite_stonecutting.json +c9858f9023307c5b8a2659f988ec010e1fb579b3 data/create/recipes/polished_cut_granite_from_stone_types_granite_stonecutting.json +9ff40b622503a91e08aa625125cdf49e4d93e84d data/create/recipes/polished_cut_granite_slab.json +d529b24ee4aa054070f47c540bd8714b8d1b69cb data/create/recipes/polished_cut_granite_slab_from_granite_stonecutting.json +a4ddbd03e796d488e40c397f12ba923c4877b9dd data/create/recipes/polished_cut_granite_slab_from_stone_types_granite_stonecutting.json +7eef40d518da5815c1490ae05e933bb1ff38f133 data/create/recipes/polished_cut_granite_slab_recycling.json +88a1366506bfaa51e334dcb9cdc1284e7458232f data/create/recipes/polished_cut_granite_stairs.json +f6e956175134e4ca727679254a57c8d254377815 data/create/recipes/polished_cut_granite_stairs_from_granite_stonecutting.json +96046c1afebd55964f2c595021d06f91eda3c624 data/create/recipes/polished_cut_granite_stairs_from_stone_types_granite_stonecutting.json +b2125e36c7795fdc233362c769ea393ef6bc56de data/create/recipes/polished_cut_granite_wall.json +f5019720a09dec8ce98f8083164d53baae9e5956 data/create/recipes/polished_cut_granite_wall_from_granite_stonecutting.json +2933927280ceeed29442665f47b5280baf2db2cf data/create/recipes/polished_cut_granite_wall_from_stone_types_granite_stonecutting.json +a56c59b3d453f6e3ab1e35fe9641c57bc37e66eb data/create/recipes/polished_cut_limestone_from_limestone_stonecutting.json +9d08c4c106ec36115b256b0319eeec7c0042b875 data/create/recipes/polished_cut_limestone_from_stone_types_limestone_stonecutting.json +0989050fd69b8c165794b7274153b1a83c636286 data/create/recipes/polished_cut_limestone_slab.json +5f28c829ef51866d6b229f49abd93d8323e9c960 data/create/recipes/polished_cut_limestone_slab_from_limestone_stonecutting.json +bfeded973be92ef8741401c01342564b7620caec data/create/recipes/polished_cut_limestone_slab_from_stone_types_limestone_stonecutting.json +e7d32feb1e4027185c60f3f19a448a4161ebecce data/create/recipes/polished_cut_limestone_slab_recycling.json +08b51ea46f118d9687df0879630b17cfacd593c5 data/create/recipes/polished_cut_limestone_stairs.json +9a77b15b623ff6ad8bbc7c4183ab59f13c1ca83a data/create/recipes/polished_cut_limestone_stairs_from_limestone_stonecutting.json +dd9383d5b0b6b4fd38bf3025dc443ead77dfd7a0 data/create/recipes/polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting.json +5b2f1358bb5b6428800493d03dfd2e1f83e047d1 data/create/recipes/polished_cut_limestone_wall.json +e9e4e3b467e5e2aaae1084f40f17247d19e573c9 data/create/recipes/polished_cut_limestone_wall_from_limestone_stonecutting.json +8676eab4596f7abb4b45b1f17d2b0f317fc4a2a3 data/create/recipes/polished_cut_limestone_wall_from_stone_types_limestone_stonecutting.json +65f0331b1436c0be896a8ed2fcbadd90ce26b6ae data/create/recipes/polished_cut_ochrum_from_ochrum_stonecutting.json +da78ba83f0578905cbdbb7f7aed8438f5ba0b6cd data/create/recipes/polished_cut_ochrum_from_stone_types_ochrum_stonecutting.json +41b93d98a16594ab8367c28b41f7e7a3ab0fae87 data/create/recipes/polished_cut_ochrum_slab.json +0c347d1a719d4ce654dec73ecb4ca437ed56c432 data/create/recipes/polished_cut_ochrum_slab_from_ochrum_stonecutting.json +ba8497aef79a97aa7dcb795f132bc2b1bb40026a data/create/recipes/polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json +b3296fbc32bc095e873bd9ec674f6f6d0a4ec86f data/create/recipes/polished_cut_ochrum_slab_recycling.json +f7d4ba0b00883ba9b9f60a8eb883fb3827548f2b data/create/recipes/polished_cut_ochrum_stairs.json +7dd6eabd4db7400d3048e5fe61370fc4abc4c724 data/create/recipes/polished_cut_ochrum_stairs_from_ochrum_stonecutting.json +f0b09407460d27db3367d46e734933d5436711c0 data/create/recipes/polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json +b58469ed02f07ec15a32aee9f9b68373213e5edd data/create/recipes/polished_cut_ochrum_wall.json +91d9d9561d6c4e91a1da0934442373152e40ad47 data/create/recipes/polished_cut_ochrum_wall_from_ochrum_stonecutting.json +35e975040560b70005d8bfe015782cd4bbe39b27 data/create/recipes/polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json +7112f1216b4c56b39859a6d1ab8b88d142943b14 data/create/recipes/polished_cut_scorchia_from_scorchia_stonecutting.json +cf1cd1709341d2f2c280e79a4ca8aa9751df3407 data/create/recipes/polished_cut_scorchia_from_stone_types_scorchia_stonecutting.json +420879685f0aef48c6c30a3dd8c52d22b6486aae data/create/recipes/polished_cut_scorchia_slab.json +04d9c95f7b3086fcd34bdd934f5a6b002c6f1ec3 data/create/recipes/polished_cut_scorchia_slab_from_scorchia_stonecutting.json +6f08dab03a2bad2603dce6c248fe13f3608e7424 data/create/recipes/polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json +8ab44f1c6b8dcad493b93b0d8ff899c6963b4a20 data/create/recipes/polished_cut_scorchia_slab_recycling.json +52d45f918ee0ecd9becfcc2e7321a9cb2f815a27 data/create/recipes/polished_cut_scorchia_stairs.json +25b1e29666aff34cd4b06372e36d8ca5d05a057c data/create/recipes/polished_cut_scorchia_stairs_from_scorchia_stonecutting.json +78660fe29058bb61073cdfb6be0003700b9be6e7 data/create/recipes/polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json +6835e052c0883b03db26549b35601451c95e8c7e data/create/recipes/polished_cut_scorchia_wall.json +3cb0fe20e0504044af056863616c64351e6e6701 data/create/recipes/polished_cut_scorchia_wall_from_scorchia_stonecutting.json +61d2dcd9716349686175ad70e6054e5e2e7fdc80 data/create/recipes/polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json +ae0b6cc2b250c5ca9e60cfdb7317d28187c13403 data/create/recipes/polished_cut_scoria_from_scoria_stonecutting.json +43660c3c000538f1d4a242ee08033073f564cba9 data/create/recipes/polished_cut_scoria_from_stone_types_scoria_stonecutting.json +0b7bf2e17084494e3cadef762612c6c837b3c4fa data/create/recipes/polished_cut_scoria_slab.json +c036f5f7f646671da6ec13585e008a7f8f7e83df data/create/recipes/polished_cut_scoria_slab_from_scoria_stonecutting.json +2f56b9f79d59609dbe1f340cad7a6f08d82caf91 data/create/recipes/polished_cut_scoria_slab_from_stone_types_scoria_stonecutting.json +3a54cd56a0474f9fedebbbefedb4cf277c82bb83 data/create/recipes/polished_cut_scoria_slab_recycling.json +6191f975cc8fdc14a7f68c85bbe5342231b70378 data/create/recipes/polished_cut_scoria_stairs.json +1ae8784b08146deb9f51282a47859aecc425d97e data/create/recipes/polished_cut_scoria_stairs_from_scoria_stonecutting.json +a7e9682ddff0aeec17b9d65609e057e80d9348e2 data/create/recipes/polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting.json +aba16ed16afc833bbe77a3b9584d2e21f52f6eaa data/create/recipes/polished_cut_scoria_wall.json +fbc8fa39b35259fa1987c499c5a9b87a2a69e94b data/create/recipes/polished_cut_scoria_wall_from_scoria_stonecutting.json +107cb077a12d24d5d2368663f84da083ea0438f1 data/create/recipes/polished_cut_scoria_wall_from_stone_types_scoria_stonecutting.json +14deacf26b83b06de47d5076ea8ba3c24561d966 data/create/recipes/polished_cut_tuff_from_stone_types_tuff_stonecutting.json +d971abfe2c86fe8d4bc0bf2e57f2bed0d2a72df9 data/create/recipes/polished_cut_tuff_from_tuff_stonecutting.json +e72b5d3542ebbe25b05767267d7ee20887b81be9 data/create/recipes/polished_cut_tuff_slab.json +0bea69fa87263b4c7b3d3886014fc21ae448227a data/create/recipes/polished_cut_tuff_slab_from_stone_types_tuff_stonecutting.json +a0f24fdeed8add8200e74ecd4868d819b7ed1554 data/create/recipes/polished_cut_tuff_slab_from_tuff_stonecutting.json +724afe7ffcf9d59b50dccbb8526ac056940e80ae data/create/recipes/polished_cut_tuff_slab_recycling.json +b46d96afc0dc240414fae38efcf42cc3cfe46582 data/create/recipes/polished_cut_tuff_stairs.json +3710e827fee86de70d405cd9662392940fe19f48 data/create/recipes/polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting.json +980504b98e72f70ed483a6a8165bf0a7f69693ce data/create/recipes/polished_cut_tuff_stairs_from_tuff_stonecutting.json +4e5d2e633b55ded02175f02ad0cfe45aab3ae6eb data/create/recipes/polished_cut_tuff_wall.json +434abdef7effbffb972fa2307d002b4fd9d268be data/create/recipes/polished_cut_tuff_wall_from_stone_types_tuff_stonecutting.json +9f97eb42193d2b53d80f7e5fd5138c4528964679 data/create/recipes/polished_cut_tuff_wall_from_tuff_stonecutting.json +1a7ffa6b0d600e1fd17ad1e191516154bc483143 data/create/recipes/polished_cut_veridium_from_stone_types_veridium_stonecutting.json +b0c83c90ff81cdf64af0c8d2dc30219605132d86 data/create/recipes/polished_cut_veridium_from_veridium_stonecutting.json +16f56a3c0e9e787dc1667c1a8d49362276e96322 data/create/recipes/polished_cut_veridium_slab.json +6e9c06200021725680567da873cb698e59be9b81 data/create/recipes/polished_cut_veridium_slab_from_stone_types_veridium_stonecutting.json +394e039d0a4750d739a9982e68b4ba2d5f34d3fc data/create/recipes/polished_cut_veridium_slab_from_veridium_stonecutting.json +f525ac69960e886e233db2817a892b3c2ac33a1f data/create/recipes/polished_cut_veridium_slab_recycling.json +f2526cbcf8b6e48dd26501a2f8d6038ecfd2c925 data/create/recipes/polished_cut_veridium_stairs.json +f5bbca51e5f51d8d9bbcf96232c3cbae5c4b1b9a data/create/recipes/polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting.json +e09041419224b68714e7e95c9ff6c48b8f9e272d data/create/recipes/polished_cut_veridium_stairs_from_veridium_stonecutting.json +bf30b87461ccb82d6712e9ddbed7ed08a8cc652f data/create/recipes/polished_cut_veridium_wall.json +08439ab71413688d6f07b41df54eae6c87255ec6 data/create/recipes/polished_cut_veridium_wall_from_stone_types_veridium_stonecutting.json +4129317f4829751bdb5fd8a4bcb2e3fae5b89836 data/create/recipes/polished_cut_veridium_wall_from_veridium_stonecutting.json +a157a43e7788d285b8d72eade5955369c9b9a1de data/create/recipes/rose_quartz_block_from_rose_quartz_stonecutting.json +24b3df9eaf6322590029fccc96493ec23aeec931 data/create/recipes/rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json +17e26ceaaeeaf9ff00348e807b8e78813fc00392 data/create/recipes/scorchia_pillar_from_scorchia_stonecutting.json +1268cc2bdd088d26b84fb4e481db27af61f94bd1 data/create/recipes/scorchia_pillar_from_stone_types_scorchia_stonecutting.json +988dca80f01a8ca61bbcf8c67e5434d3d222eb19 data/create/recipes/scoria_pillar_from_scoria_stonecutting.json +770d3453c75f77b16db661f6e636892d3117690b data/create/recipes/scoria_pillar_from_stone_types_scoria_stonecutting.json +d7d07a2bb5a27398e1beb6d8fa994f171ce9f74c data/create/recipes/small_andesite_bricks_from_andesite_stonecutting.json +75dc56fcdcd6a10288f2d607bf6dcbbe10b35a64 data/create/recipes/small_andesite_bricks_from_stone_types_andesite_stonecutting.json +fd4daf726d6ac12451aebb26c0841939f4a3872a data/create/recipes/small_andesite_brick_slab.json +b0b0a2bf7446990ea221ac6607151b2e468d1e85 data/create/recipes/small_andesite_brick_slab_from_andesite_stonecutting.json +311727e5c08ddbe0aa26275be74e9b83201ac8ab data/create/recipes/small_andesite_brick_slab_from_stone_types_andesite_stonecutting.json +c6a9df8218a8d953dd632c4505544aa3a2c23128 data/create/recipes/small_andesite_brick_slab_recycling.json +cd5defe1d8c2149b146dbf9d5c96b7b53372cd1a data/create/recipes/small_andesite_brick_stairs.json +acf1e392955749e53062fbb882e6500389ca783c data/create/recipes/small_andesite_brick_stairs_from_andesite_stonecutting.json +9e82896e00c1e14e514fac818e11e5b9ef5b10d7 data/create/recipes/small_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json +afac0df01edaae180fe0f528b6cd1c8516462da7 data/create/recipes/small_andesite_brick_wall.json +7ebc9fea0900069cf7c225aeec6f532e4f0e01b5 data/create/recipes/small_andesite_brick_wall_from_andesite_stonecutting.json +1172ca76affd948c50b207124ee03c4f480f4ee8 data/create/recipes/small_andesite_brick_wall_from_stone_types_andesite_stonecutting.json +04792833e80ffd0318e473be0cb658ccb93589f0 data/create/recipes/small_asurine_bricks_from_asurine_stonecutting.json +e3b69122b2cfe64b043384235eeb6d04f346e58b data/create/recipes/small_asurine_bricks_from_stone_types_asurine_stonecutting.json +9d24e02f36e5ec5e289ebfe0cfa873a97003bf54 data/create/recipes/small_asurine_brick_slab.json +e205a2b3fbb95fe76122f3438ac8b0accbe0ce27 data/create/recipes/small_asurine_brick_slab_from_asurine_stonecutting.json +f4cc3330837a647c098ccb24fbbbf583c3f960fc data/create/recipes/small_asurine_brick_slab_from_stone_types_asurine_stonecutting.json +795ff7666c4b53a570d4bad39cdbfc36358e4ff5 data/create/recipes/small_asurine_brick_slab_recycling.json +f25230eec9664436cfe12f540213b913aa10a6f2 data/create/recipes/small_asurine_brick_stairs.json +6691f4b8b69633af59f73b075b543113a6f33a2e data/create/recipes/small_asurine_brick_stairs_from_asurine_stonecutting.json +c7cb218b0d8a1e358d593fc1fef82fc074289552 data/create/recipes/small_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json +87dbfcb168d7b15df8b0e85e6ded10d1cdea827d data/create/recipes/small_asurine_brick_wall.json +cf5e5d494080285b063369b6ebb954b497316a68 data/create/recipes/small_asurine_brick_wall_from_asurine_stonecutting.json +4c0aa6203295a36a6d7ffe9d7bf0973277162689 data/create/recipes/small_asurine_brick_wall_from_stone_types_asurine_stonecutting.json +4ce8b01e8347eccd6cf06dd7e5366ba33aabe755 data/create/recipes/small_calcite_bricks_from_calcite_stonecutting.json +07125218f9025833afa189fa0090f4d6b4660db0 data/create/recipes/small_calcite_bricks_from_stone_types_calcite_stonecutting.json +f9b0b5f8990108431e3b5c259f0e89840019921e data/create/recipes/small_calcite_brick_slab.json +19965bb00f12fb9ca742f8beb88f07dbc79a69f7 data/create/recipes/small_calcite_brick_slab_from_calcite_stonecutting.json +d8ebf6f1eb2e2372fb20def956398089adec5d13 data/create/recipes/small_calcite_brick_slab_from_stone_types_calcite_stonecutting.json +4166ad33b02bec9979219aa144c74b1511060e84 data/create/recipes/small_calcite_brick_slab_recycling.json +82fc4e4f8d50c55b4b61b42e74dcc1cf897944dd data/create/recipes/small_calcite_brick_stairs.json +15c5501609611b529c186beba935d6de1f2889c9 data/create/recipes/small_calcite_brick_stairs_from_calcite_stonecutting.json +4e066bfc60ea142d54ce939d025b6679ac9634ad data/create/recipes/small_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json +1fbcdd5fdf28ca6dccb38bd4c8b3b9e7ca990ab6 data/create/recipes/small_calcite_brick_wall.json +4bc260bf497f1be3cbccabe7aa03ea6d50bfd5a8 data/create/recipes/small_calcite_brick_wall_from_calcite_stonecutting.json +3ba736ae76249fa61692c13f7879af954f9bbd36 data/create/recipes/small_calcite_brick_wall_from_stone_types_calcite_stonecutting.json +1160e0f8301a93b4cce24c6681978e146d165df6 data/create/recipes/small_crimsite_bricks_from_crimsite_stonecutting.json +a3309c81f84bf4fb78e9db2316fb758f9b2f8429 data/create/recipes/small_crimsite_bricks_from_stone_types_crimsite_stonecutting.json +dd4ca13342fd36dad315b7b35735f73caff99b6f data/create/recipes/small_crimsite_brick_slab.json +8a940cd8e641da477d407da9846e8fa58051bb7c data/create/recipes/small_crimsite_brick_slab_from_crimsite_stonecutting.json +b993e081103c019b7b9b73b38ef8c408fb4500ac data/create/recipes/small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json +29cae30ba2cbc10aa71bd0d830a8a4ec7a5b433b data/create/recipes/small_crimsite_brick_slab_recycling.json +605ec1db73b24d933a3e1584a5f8364180373578 data/create/recipes/small_crimsite_brick_stairs.json +1aaa6de353a1e578a76ca5fc0c228db95fa083cd data/create/recipes/small_crimsite_brick_stairs_from_crimsite_stonecutting.json +260da721849d1afd6f431d51538d1587ee3af8d5 data/create/recipes/small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json +919003830ddc8b42b7bf89f8f5fbd7a15ddd9c3e data/create/recipes/small_crimsite_brick_wall.json +dc45f0660bb0d93955e03e58ee2ebde089e23649 data/create/recipes/small_crimsite_brick_wall_from_crimsite_stonecutting.json +8b8280a8282fa8718620ee3d69182e241a7852c0 data/create/recipes/small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json +433b789160268837fc790cd8525c33b7860b5f08 data/create/recipes/small_deepslate_bricks_from_deepslate_stonecutting.json +e7a3cb889ce6b530cd40f19e23bad943374e61b5 data/create/recipes/small_deepslate_bricks_from_stone_types_deepslate_stonecutting.json +1737ea182577544bb7a2d3d811277f2ec1559268 data/create/recipes/small_deepslate_brick_slab.json +a26f1343be50f143fee2ea8aa65df173d77fb897 data/create/recipes/small_deepslate_brick_slab_from_deepslate_stonecutting.json +655be9ddf21dea2255fb2cb2628a5fee39eb10e2 data/create/recipes/small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json +900fd6cd626a73b7d573723df194b9ad23fa4dfe data/create/recipes/small_deepslate_brick_slab_recycling.json +e0e07c1b2516a47e1b44716472727039466b3e7b data/create/recipes/small_deepslate_brick_stairs.json +945843a822322cc1f271ef058fe22b7a56965b9d data/create/recipes/small_deepslate_brick_stairs_from_deepslate_stonecutting.json +0a458e8248fe395748bd6025d43c002db5a7d343 data/create/recipes/small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json +4be662dc489993fa80431aaa23912838b1458918 data/create/recipes/small_deepslate_brick_wall.json +029dce220f82bc354baaedd5ed3d50c0848996ae data/create/recipes/small_deepslate_brick_wall_from_deepslate_stonecutting.json +e5644f4227b9cc9b98158ce3ded98bff1ffb97f9 data/create/recipes/small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json +8eb0c1fd2f2a07e0e2a6fa9cec4db9bc078ac615 data/create/recipes/small_diorite_bricks_from_diorite_stonecutting.json +38b80603a86df24f6be0df9fd5f7d9b7aa33d2f9 data/create/recipes/small_diorite_bricks_from_stone_types_diorite_stonecutting.json +9b59f0215a3fb31a81df5a421d85681fb0a8105c data/create/recipes/small_diorite_brick_slab.json +b731f90988862436bc8f19c4db37e8896f6a50ea data/create/recipes/small_diorite_brick_slab_from_diorite_stonecutting.json +801f6cc6e06db56344b37c9b76c69f921c6d9293 data/create/recipes/small_diorite_brick_slab_from_stone_types_diorite_stonecutting.json +0737adcb6b20f0f2125770927be9a6d8118300ff data/create/recipes/small_diorite_brick_slab_recycling.json +593770b6791fbd45985f867f8763048b6c5567de data/create/recipes/small_diorite_brick_stairs.json +25fd1dc9c64e21cac58dc6b543300e82664cfffe data/create/recipes/small_diorite_brick_stairs_from_diorite_stonecutting.json +30a6f2bdfec2b3f578572c9f94112906411e7c54 data/create/recipes/small_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json +340bd57765914a7cb59ae9e47feee078470c6e1c data/create/recipes/small_diorite_brick_wall.json +63cf4e288cb2e71b5dc3f1ce0710c23ff817b140 data/create/recipes/small_diorite_brick_wall_from_diorite_stonecutting.json +7a1fdcef7091d76230fbee410fa5241f584845c4 data/create/recipes/small_diorite_brick_wall_from_stone_types_diorite_stonecutting.json +31d3e9e79cbe7bdfbb518c4b6b06804f6e51536a data/create/recipes/small_dripstone_bricks_from_dripstone_block_stonecutting.json +8840d538648516dd02628fbe3ea4f032ceda78bb data/create/recipes/small_dripstone_bricks_from_stone_types_dripstone_stonecutting.json +fbf7a38d3d97151ea1a2bbea0bba2b6e7594e2d8 data/create/recipes/small_dripstone_brick_slab.json +adfb33d0e3267b6608b2fc08ed60fa993da133a6 data/create/recipes/small_dripstone_brick_slab_from_dripstone_block_stonecutting.json +c91e4dc211305456c38e5823def91811ad851202 data/create/recipes/small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json +5d2a9c10ad8ab4cb64eb88814730a2fb28c686b6 data/create/recipes/small_dripstone_brick_slab_recycling.json +90f2baaca8998933d81432c2768c02396b58b5c3 data/create/recipes/small_dripstone_brick_stairs.json +a7a110c9de5d03110c5d3dd00e038b5d29c443fd data/create/recipes/small_dripstone_brick_stairs_from_dripstone_block_stonecutting.json +1e23c8df90aef6cd3561369f72c6c3106da883f5 data/create/recipes/small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json +daa2771b3b58f2f0894521bc1cd2bb6ad5efe8fd data/create/recipes/small_dripstone_brick_wall.json +7dd1b480b1971c0da866013fd4e420217264efe4 data/create/recipes/small_dripstone_brick_wall_from_dripstone_block_stonecutting.json +336e47b35437ffea4bb86d34f94e6361b2bbcfb0 data/create/recipes/small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json +5743078fe45348007bf51ce5e2c8a8d8ae751a75 data/create/recipes/small_granite_bricks_from_granite_stonecutting.json +42c74dec6c64d3675e15b2b73cb32fc9d24839e9 data/create/recipes/small_granite_bricks_from_stone_types_granite_stonecutting.json +b93f19ab01474197856347d383b0d1bdafda6bfd data/create/recipes/small_granite_brick_slab.json +d9cb5f8b9c851b6f02dc43a0199d053c492219c1 data/create/recipes/small_granite_brick_slab_from_granite_stonecutting.json +ddb2f4652607b56332a927af939212a5789a34db data/create/recipes/small_granite_brick_slab_from_stone_types_granite_stonecutting.json +77e6d669060a8117e6e725f4a20aeed1162346b5 data/create/recipes/small_granite_brick_slab_recycling.json +d90df060ba61d2d94dbe4d487c341f9e0e8e5a52 data/create/recipes/small_granite_brick_stairs.json +c0a6225beecce256b826e6d59c17a8d49c2388a1 data/create/recipes/small_granite_brick_stairs_from_granite_stonecutting.json +ba935a3d64eedbd9b7017d0abfab351f57589593 data/create/recipes/small_granite_brick_stairs_from_stone_types_granite_stonecutting.json +49da3789c9ca0d4cd78e6003b872aecb05804098 data/create/recipes/small_granite_brick_wall.json +8f0bf921e4ac4e0e61ca4f087c00e910f2c7aa4b data/create/recipes/small_granite_brick_wall_from_granite_stonecutting.json +7a8d9e2291675de9e72363d93410de9039216f32 data/create/recipes/small_granite_brick_wall_from_stone_types_granite_stonecutting.json +c66f188666134d101f450438502c3f3e735d3edc data/create/recipes/small_limestone_bricks_from_limestone_stonecutting.json +714f6a84a5b3d5d57c07364925555e6f545b0b3d data/create/recipes/small_limestone_bricks_from_stone_types_limestone_stonecutting.json +86a24bf33a8e67c70960b3415c85a5b2a2f3fa0e data/create/recipes/small_limestone_brick_slab.json +a0846474ed3fc69b6fd8178355f2c8d1c8ebc934 data/create/recipes/small_limestone_brick_slab_from_limestone_stonecutting.json +a1c0bc263cd4659a89213f4fcdd87eba7ae04427 data/create/recipes/small_limestone_brick_slab_from_stone_types_limestone_stonecutting.json +07900b3ecc5c3735b9db5e9e4c575bb39bf42cf4 data/create/recipes/small_limestone_brick_slab_recycling.json +1c5963070f18334c7845a23aa12730e04ce07927 data/create/recipes/small_limestone_brick_stairs.json +d4f610b3aeb40a3473dd880c336158e4fd6c6259 data/create/recipes/small_limestone_brick_stairs_from_limestone_stonecutting.json +6943fdc8162e4d53c459f425b2ff5b34e9caa477 data/create/recipes/small_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json +3ebc3256e26d8b62f571da5df7ada2d77f25130e data/create/recipes/small_limestone_brick_wall.json +f127558b3a61c158479c3aea7426931a7d20a143 data/create/recipes/small_limestone_brick_wall_from_limestone_stonecutting.json +98a83f757f0ac9cc2a876ae407bb5765071e700d data/create/recipes/small_limestone_brick_wall_from_stone_types_limestone_stonecutting.json +4f94bb5cc07b70bdecb1f063596003c38593e4c1 data/create/recipes/small_ochrum_bricks_from_ochrum_stonecutting.json +22c69e391110280e13d50693b9c81355da57a315 data/create/recipes/small_ochrum_bricks_from_stone_types_ochrum_stonecutting.json +7f4bc3704206f7f70ad73e53fa7e2ba4635fc60a data/create/recipes/small_ochrum_brick_slab.json +7baf69d884d62320615d22c49633941f018196a5 data/create/recipes/small_ochrum_brick_slab_from_ochrum_stonecutting.json +e37612fa2523fa3711242cac4ec5e596b3e55698 data/create/recipes/small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json +ad3a4bb3364beb6e544343591655307352ffadfc data/create/recipes/small_ochrum_brick_slab_recycling.json +6f4624e75b166117eb208a4be366e4145433c340 data/create/recipes/small_ochrum_brick_stairs.json +468cca8f2f86763aa46730f308839148d0445b9f data/create/recipes/small_ochrum_brick_stairs_from_ochrum_stonecutting.json +04ebbdd14f81f4b4dc7986cb5241caa9f48f4ff1 data/create/recipes/small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json +e9663e2cce18ed1e7cdc16885a435fa70f228d7a data/create/recipes/small_ochrum_brick_wall.json +8ad778b534f94e98d2ffffc2382138b8f90961e1 data/create/recipes/small_ochrum_brick_wall_from_ochrum_stonecutting.json +2331801569ec95562afc802f7e2ff191d329a5c6 data/create/recipes/small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json +68a9f80b97d9322ed33067d7717180494b904bed data/create/recipes/small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json +6a400e581b49f517a7288dd036beb841b4d356ba data/create/recipes/small_scorchia_bricks_from_scorchia_stonecutting.json +bf27af2e54ed1b09611d67ee7afa6c7f56d00d09 data/create/recipes/small_scorchia_bricks_from_stone_types_scorchia_stonecutting.json +5fc0dd9f56fde650d7e7bce4e0791bd6da87e9fd data/create/recipes/small_scorchia_brick_slab.json +6eb5d0dadb6fdc4e0d487465f34a404765022563 data/create/recipes/small_scorchia_brick_slab_from_scorchia_stonecutting.json +dad342d215c98f3214752e0ebfaf3015943c5ac7 data/create/recipes/small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json +0be6cc2520620e0c59266adccae001c14120d3ac data/create/recipes/small_scorchia_brick_slab_recycling.json +ce87e8152803db8896c1142ead652dfd9fd96277 data/create/recipes/small_scorchia_brick_stairs.json +a3d942f204aff7579c8fa7065a59928790d8ae2a data/create/recipes/small_scorchia_brick_stairs_from_scorchia_stonecutting.json +7f89c9c6dcea06a3022c72029a5e547aa1721773 data/create/recipes/small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json +2847bd29f23aedc09060a7294afe5ceba78dafcb data/create/recipes/small_scorchia_brick_wall.json +6a43cb5b1eceeb56e7ef367cc1bce583b2101ff1 data/create/recipes/small_scorchia_brick_wall_from_scorchia_stonecutting.json +de8edc4fa5eec031ad0a63c7f59141985ae9af9e data/create/recipes/small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json +079301340c00f203663804d83d359f46461f5155 data/create/recipes/small_scoria_bricks_from_scoria_stonecutting.json +b1a67d052e26c2129c34ee0732cfe533beb3e571 data/create/recipes/small_scoria_bricks_from_stone_types_scoria_stonecutting.json +2440e1cd71f239e3b37b2ee69c59acc4d63d456d data/create/recipes/small_scoria_brick_slab.json +d709eb0697dddb8f538259fe56eba34bcccfdf1d data/create/recipes/small_scoria_brick_slab_from_scoria_stonecutting.json +34f4dd094f2949e3fd21f95ac890ae803b81fbea data/create/recipes/small_scoria_brick_slab_from_stone_types_scoria_stonecutting.json +0e8da84b5e1115a365c367425bdedb9cd2b53a1c data/create/recipes/small_scoria_brick_slab_recycling.json +b1554477a62bfe1288718817fb40b5bad79fa7c9 data/create/recipes/small_scoria_brick_stairs.json +acabb209031fb745e76f21c6f3b58aaa149543a2 data/create/recipes/small_scoria_brick_stairs_from_scoria_stonecutting.json +d36428daf8bf4e560f649e5eb40a8cd7a27e7a0e data/create/recipes/small_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json +0ab83b9b09a8da5fe6f1b75e347602c61c2aebf7 data/create/recipes/small_scoria_brick_wall.json +63310cb02151d3ffed614d8ed4b64602dec95e82 data/create/recipes/small_scoria_brick_wall_from_scoria_stonecutting.json +9cff8370aaa81ece466fe15642c00a9992bd416c data/create/recipes/small_scoria_brick_wall_from_stone_types_scoria_stonecutting.json +e51ced16059f7c37fe3652a1cf4d938f91e956fc data/create/recipes/small_tuff_bricks_from_stone_types_tuff_stonecutting.json +7c577b883e87755af73fdeb6035af34f75f06128 data/create/recipes/small_tuff_bricks_from_tuff_stonecutting.json +9806285cf2731bbdc31b00628ee16f27dd20865c data/create/recipes/small_tuff_brick_slab.json +e3a12b87830e47387e9ac118bb3d12b73558d757 data/create/recipes/small_tuff_brick_slab_from_stone_types_tuff_stonecutting.json +5c019708682bcc4b8b70aae50593a517c6065f2d data/create/recipes/small_tuff_brick_slab_from_tuff_stonecutting.json +abfd59186b36af4be0b8d4e46eaad2cf853197ca data/create/recipes/small_tuff_brick_slab_recycling.json +1b7471f8458300f557a1425d61ac99bef0b4c724 data/create/recipes/small_tuff_brick_stairs.json +cd50bb5842c90038f6ac74e45971ab2e914d1463 data/create/recipes/small_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json +d760d954ec83f0eab9b799d115bc10d8cd6abc62 data/create/recipes/small_tuff_brick_stairs_from_tuff_stonecutting.json +4b446f7bc3a8010599c478f5b603ebfe77496066 data/create/recipes/small_tuff_brick_wall.json +34471a7ebb431b6d1e3be5fa480b800b96556fee data/create/recipes/small_tuff_brick_wall_from_stone_types_tuff_stonecutting.json +d48d5fc69f9c1dfdb57a51c48dc10925d31c2783 data/create/recipes/small_tuff_brick_wall_from_tuff_stonecutting.json +82f17edc61a319c74dbdfa730584305899bd7572 data/create/recipes/small_veridium_bricks_from_stone_types_veridium_stonecutting.json +4088898aa3fdcf6a4ddecf77265117218e662963 data/create/recipes/small_veridium_bricks_from_veridium_stonecutting.json +de67590cd2504e912b604542c7c8f471136a45d4 data/create/recipes/small_veridium_brick_slab.json +234c3baee4c9428caab3e344f396ec87064103e3 data/create/recipes/small_veridium_brick_slab_from_stone_types_veridium_stonecutting.json +b645c6def08cd555f7578ce898853b27dae0fd4f data/create/recipes/small_veridium_brick_slab_from_veridium_stonecutting.json +ce095d799ad90c4ceffb1bbd47ebe17f8e81dda4 data/create/recipes/small_veridium_brick_slab_recycling.json +517c971d5e355042edbcc70b70d030c8825dd0b9 data/create/recipes/small_veridium_brick_stairs.json +f63031587a64ed88ddba1df07767dd8d8caa1d2e data/create/recipes/small_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json +5e98ac217a1738c82784c9de6ba5b4439084c70b data/create/recipes/small_veridium_brick_stairs_from_veridium_stonecutting.json +7f0ffdf07c2bde8660f60306035ca5c31c73ac59 data/create/recipes/small_veridium_brick_wall.json +1ba48c5cae05b6f4b1ad223ce80925f1eaaf5dfd data/create/recipes/small_veridium_brick_wall_from_stone_types_veridium_stonecutting.json +f9905212d11f8b229f55393c693b65dfec8c0956 data/create/recipes/small_veridium_brick_wall_from_veridium_stonecutting.json +fbe4f03322f44ffc848637df3e526a0ed2161c7e data/create/recipes/spruce_window.json +52fd64c7ca7d3f1b4deb3210471eb2c728ed713d data/create/recipes/spruce_window_pane.json +e343a80c92dab60f99c9b441d00189aceee477a0 data/create/recipes/tiled_glass_from_glass_colorless_stonecutting.json +cc6d8e58655f2c7929f66d097f6790fa244ed7e5 data/create/recipes/tiled_glass_pane.json +fdd28fc956dbec71ba24cdea5adfc049d6eb31e3 data/create/recipes/tuff_pillar_from_stone_types_tuff_stonecutting.json +38ac241ef03ca06f3b9936e49feeff0c5c869837 data/create/recipes/tuff_pillar_from_tuff_stonecutting.json +689c523599dcf37398e7217f2732723f6f726049 data/create/recipes/veridium_pillar_from_stone_types_veridium_stonecutting.json +445d653a5d2622127071155e3b6481907e7e8ade data/create/recipes/veridium_pillar_from_veridium_stonecutting.json +310b9e72aebc37d1e883292c21af914b1026b8fe data/create/recipes/vertical_framed_glass_from_glass_colorless_stonecutting.json +c6267e02c62a6ee807330101e5fda2ac23018f7b data/create/recipes/vertical_framed_glass_pane.json +d47456885d5142a3ae460f3851fe0d6cb908223b data/create/recipes/warped_window.json +d17cb8ef2ef82e1c264fb2c8d5314c3b42cf2e28 data/create/recipes/warped_window_pane.json +3dfebcc8235617caa50a00d9fd914f43f05a1a49 data/create/recipes/weathered_copper_shingle_slab.json +7edbc24cec31108f7cf1a8704624d6a0291b3150 data/create/recipes/weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting.json +4a800d7b088296a25d72cd213976b03465640258 data/create/recipes/weathered_copper_shingle_stairs.json +12c32217b44bffd8ea9bd5141a0dba9f0992fbd4 data/create/recipes/weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting.json +5456f83dadce618e0d2f439ba0567ae44df86705 data/create/recipes/weathered_copper_tile_slab.json +93c61ebeda451ebeb37c3047459f95f14fa9f1f9 data/create/recipes/weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting.json +fd2aaa5ab155c675e7ef4c143106428f181056af data/create/recipes/weathered_copper_tile_stairs.json +f1a03ac86925e26cbec6aeeada2eafb40008fc8e data/create/recipes/weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting.json +9987e9a451ed98d1879639e0604a040c46c3055a data/create/tags/blocks/brittle.json +8b6c0b444b15f7fb2d55b9cbcb68537c1269f877 data/create/tags/blocks/casing.json +e22ec7123f64a49ed0c4912ce10fc116e1c20d46 data/create/tags/blocks/fan_transparent.json +4970078b49ddac1b1d500ed0469cedf42bdc3d35 data/create/tags/blocks/non_movable.json +06e13efbb7b0d09ff7ecd1a7dc45a0760b91ad67 data/create/tags/blocks/ore_override_stone.json +e3510f08cc217e52b58692dcc7f3eda0289ff751 data/create/tags/blocks/passive_boiler_heaters.json +5ac75e77c57ab675e5d36a1e2bd7d37804b7de05 data/create/tags/blocks/safe_nbt.json +79418bd729cef417b322cef9b491e7ae83317d61 data/create/tags/blocks/seats.json +5def5088f7fd31b80e6f28c1c4ea146aa9d7d15b data/create/tags/blocks/toolboxes.json +da739ad2160e7df4e0e5cc89587670ce5e9450c3 data/create/tags/blocks/valve_handles.json +72143286fb5cb372a0696550e2eac76ca50e6fbc data/create/tags/blocks/windmill_sails.json +35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/create/tags/blocks/windowable.json +678621ed2b9a02be7ad3dc6de46600206f027f24 data/create/tags/blocks/wrench_pickup.json +894e1e4fd1e32712abdda18ec64ab13750d3c039 data/create/tags/fluids/bottomless/allow.json +35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/create/tags/fluids/bottomless/deny.json +35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/create/tags/items/blaze_burner_fuel/regular.json +8ba98bf390a326abeebfd5d84be5f740c935a8b6 data/create/tags/items/blaze_burner_fuel/special.json +8b6c0b444b15f7fb2d55b9cbcb68537c1269f877 data/create/tags/items/casing.json +d371dfd35e49a7bef19f59c03e7f4ae20992f03d data/create/tags/items/create_ingots.json +878b7281fa78d0ef5f873322281da8f5ebbb782c data/create/tags/items/crushed_ores.json +29ca12609f7c419c5c06338a86c7f4ba1fc7390e data/create/tags/items/modded_stripped_logs.json +ae63f7dc5d9221890ee593ff03cd2aff8cd6a356 data/create/tags/items/modded_stripped_wood.json +7424e0342059943fab84b7103569d9bed7e871c5 data/create/tags/items/pressurized_air_sources.json +2cd3adffd8b151354df137a990dcb97996a665bb data/create/tags/items/sandpaper.json +79418bd729cef417b322cef9b491e7ae83317d61 data/create/tags/items/seats.json +e02cb3bc2373336dc04495b0b414107f6f754b61 data/create/tags/items/sleepers.json +fb26cd137213a6a27522a9bca58848643600295b data/create/tags/items/stone_types/andesite.json +d886a124ebbf89a03b13a2dd54a81964af4ddfd6 data/create/tags/items/stone_types/asurine.json +adf6655f51b7f23a92eaf2ad463a3b908c1bd192 data/create/tags/items/stone_types/calcite.json +cdba278ddf807fe9ed71b1f7c0765353a92393f1 data/create/tags/items/stone_types/crimsite.json +fe5dc1842e27063c5b5c3897fd58d6fe8db9dea6 data/create/tags/items/stone_types/deepslate.json +c3db3eb3fcb8ebe9550d3d51d08ca1418d088718 data/create/tags/items/stone_types/diorite.json +ef42e3be8a8ba26cb8f206cd1fad98bcbf43d0ac data/create/tags/items/stone_types/dripstone.json +b3735b01479b142e3debbc008b4d1df11a502d2e data/create/tags/items/stone_types/granite.json +f705e384898686a9a6fbb7780773c5d1f201a91d data/create/tags/items/stone_types/limestone.json +d9e385892147c5cf3d209a759b0699c4af75f175 data/create/tags/items/stone_types/ochrum.json +991af193106b7935330cbe0d7e46a2f5ae35efea data/create/tags/items/stone_types/scorchia.json +d5f544bfab05d4590a77d70c01df3d417bfae766 data/create/tags/items/stone_types/scoria.json +4652677bbb1188555eedcfb1cf5198521bb216f6 data/create/tags/items/stone_types/tuff.json +260bab070ffdcdd5a9f16d0d0738c37affdd4784 data/create/tags/items/stone_types/veridium.json +5def5088f7fd31b80e6f28c1c4ea146aa9d7d15b data/create/tags/items/toolboxes.json +22c744a157399a21492bcd8b211578f8f504e653 data/create/tags/items/upright_on_belt.json +da739ad2160e7df4e0e5cc89587670ce5e9450c3 data/create/tags/items/valve_handles.json +c069fb85e27982aa9b5dd36b8454cd32a1426790 data/create/tags/items/vanilla_stripped_logs.json +aed37b54e9aae2d9276d3066b20b69d07bc09ef6 data/create/tags/items/vanilla_stripped_wood.json +10d5f0c1763f80860a39398ecc33dbbe43099471 data/forge/tags/blocks/glass/colorless.json +3101d4cdeb57fae0e777ed7a773eccbd7d757b76 data/forge/tags/blocks/glass_panes.json +81b107ada9c6ac5679a21f8c6a006bf230f69c39 data/forge/tags/blocks/ores.json +81b107ada9c6ac5679a21f8c6a006bf230f69c39 data/forge/tags/blocks/ores/zinc.json +e475ad1c52bffedfc544e5331a87c1f5c45149fd data/forge/tags/blocks/ores_in_ground/deepslate.json +2f6068972e364599b6849dc46fcb0724d4219d53 data/forge/tags/blocks/ores_in_ground/stone.json +2589b135c0e96ad29076569e144528fe32ea5b39 data/forge/tags/blocks/relocation_not_supported.json +ef8aee2a9fc838d97ba822d68ff94dbf94da7e61 data/forge/tags/blocks/storage_blocks.json +70bba470740dc7a77f51b4cb1747a105b62d4bde data/forge/tags/blocks/storage_blocks/brass.json +bcd593714f43bc6a0aefbd714c24db3cf9e71250 data/forge/tags/blocks/storage_blocks/raw_zinc.json +41b2a17b5ebcff5623e25dc6232f73cf9aa70387 data/forge/tags/blocks/storage_blocks/zinc.json +8140415f1c16f09167f41eeee25c09706a944be0 data/forge/tags/fluids/chocolate.json +0ccc9ff76001cdd7db1b79c1371f59d3283abe64 data/forge/tags/fluids/honey.json +cca816b34ac2e9b7933df680aa9778ff2cfe9605 data/forge/tags/fluids/tea.json +01d32d3b7b033aff44c047bf289d696de0b0c715 data/forge/tags/items/beacon_payment.json +06ebf72e8f6c081862236d4b068b5dfb275a8385 data/forge/tags/items/buckets/honey.json +801d097b0af7153e0c5c72a924d61f8afb4cf264 data/forge/tags/items/dough.json +801d097b0af7153e0c5c72a924d61f8afb4cf264 data/forge/tags/items/dough/wheat.json +745512f10c4ba52f2c224607377e41011fb2ecfe data/forge/tags/items/flour.json +745512f10c4ba52f2c224607377e41011fb2ecfe data/forge/tags/items/flour/wheat.json +10d5f0c1763f80860a39398ecc33dbbe43099471 data/forge/tags/items/glass/colorless.json +3101d4cdeb57fae0e777ed7a773eccbd7d757b76 data/forge/tags/items/glass_panes.json +01d32d3b7b033aff44c047bf289d696de0b0c715 data/forge/tags/items/ingots.json +5a7bffd1d604bc6ea8b35714ef02b95773240f90 data/forge/tags/items/ingots/brass.json +ccf5b08295f6362a3f6b3b595f1de1bba4b224ec data/forge/tags/items/ingots/zinc.json +64e93741470484e63350bc4be984aee0ef7da6f1 data/forge/tags/items/nuggets.json +7b0359cfb65849b6e66668ffe619399117867307 data/forge/tags/items/nuggets/brass.json +219b4cef254c20c6ec17d04d7204f5f8e7a45188 data/forge/tags/items/nuggets/copper.json +0a43fcf4ab5fc91e0027730780edd6f23af3d69e data/forge/tags/items/nuggets/zinc.json +81b107ada9c6ac5679a21f8c6a006bf230f69c39 data/forge/tags/items/ores.json +81b107ada9c6ac5679a21f8c6a006bf230f69c39 data/forge/tags/items/ores/zinc.json +e475ad1c52bffedfc544e5331a87c1f5c45149fd data/forge/tags/items/ores_in_ground/deepslate.json +2f6068972e364599b6849dc46fcb0724d4219d53 data/forge/tags/items/ores_in_ground/stone.json +12c3455bbb7edcea84d47ad6ccde9c209a25d811 data/forge/tags/items/plates.json +23f4874238f7d06e80c699b672d4e9fab6eb464f data/forge/tags/items/plates/brass.json +ef5256892a9d4167bf7371c7138a933a107a123a data/forge/tags/items/plates/copper.json +3ca40ae504b1f68d6e7279726a2bf411509ce322 data/forge/tags/items/plates/gold.json +6f72d5205b399f03e481cee15bd5c085bfe6fe3c data/forge/tags/items/plates/iron.json +07a6e69488ff6994a9ef1cca75b6e911bc3e3358 data/forge/tags/items/plates/obsidian.json +30496416fffaf4f845052a264023e64e52894ee7 data/forge/tags/items/raw_materials.json +30496416fffaf4f845052a264023e64e52894ee7 data/forge/tags/items/raw_materials/zinc.json +ef8aee2a9fc838d97ba822d68ff94dbf94da7e61 data/forge/tags/items/storage_blocks.json +70bba470740dc7a77f51b4cb1747a105b62d4bde data/forge/tags/items/storage_blocks/brass.json +bcd593714f43bc6a0aefbd714c24db3cf9e71250 data/forge/tags/items/storage_blocks/raw_zinc.json +41b2a17b5ebcff5623e25dc6232f73cf9aa70387 data/forge/tags/items/storage_blocks/zinc.json +b69fcc7227d44fc000c8ab94524230f55b89aa27 data/forge/tags/items/stripped_logs.json +1ac851b8f78458339cf09ad498d14e783615eb3d data/forge/tags/items/stripped_wood.json +c741ba83b562ae3459d7c4f2db69537f549ea411 data/forge/tags/items/tools/wrench.json +515a1c773e617dd7e38aa1b893acc7db2dd30e08 data/minecraft/tags/blocks/azalea_root_replaceable.json +4030577647f1d28385f7fca1426b43848263264d data/minecraft/tags/blocks/beacon_base_blocks.json +2eadd112a70daba732d5e982eb0397aa53d16c93 data/minecraft/tags/blocks/climbable.json +b53d2d87aa0c3f62874f418180b0f1ff00d8cae7 data/minecraft/tags/blocks/doors.json +515a1c773e617dd7e38aa1b893acc7db2dd30e08 data/minecraft/tags/blocks/dripstone_replaceable_blocks.json +84c712d8f5ec8ba4e0d9de9a0485af5115a5cfe2 data/minecraft/tags/blocks/impermeable.json +515a1c773e617dd7e38aa1b893acc7db2dd30e08 data/minecraft/tags/blocks/lush_ground_replaceable.json +fc6d9f863e27938f8b81bff7e0b613a6776a108e data/minecraft/tags/blocks/mineable/axe.json +1c3912e5e020a47c30f36a058bc2bdcdc58c76ff data/minecraft/tags/blocks/mineable/pickaxe.json +515a1c773e617dd7e38aa1b893acc7db2dd30e08 data/minecraft/tags/blocks/moss_replaceable.json +0c13aae0eeb99e89febe8dbe5e002af2ff843a9e data/minecraft/tags/blocks/needs_iron_tool.json +3cb2a92cbdf32ed5978f740dc378d363306c3e84 data/minecraft/tags/blocks/needs_stone_tool.json +5555e9722ecf1d4a3119d118e5aab8a17ef628cb data/minecraft/tags/blocks/rails.json +1ac7c46815461cbec0d4d97f25c085fdc8375dab data/minecraft/tags/blocks/slabs.json +dafa3bdb72fef5e6c0201c05846db3f2b214e587 data/minecraft/tags/blocks/stairs.json +11427a72e181857e22ec37a22462bc652e127cc5 data/minecraft/tags/blocks/trapdoors.json +2bcba05954ff7bc4cf9cc520478083da9973ec76 data/minecraft/tags/blocks/walls.json +b53d2d87aa0c3f62874f418180b0f1ff00d8cae7 data/minecraft/tags/blocks/wooden_doors.json +b53d2d87aa0c3f62874f418180b0f1ff00d8cae7 data/minecraft/tags/items/doors.json +a4b539d506b2273020e043c895d7ecc8a2e1064e data/minecraft/tags/items/piglin_loved.json +1ac7c46815461cbec0d4d97f25c085fdc8375dab data/minecraft/tags/items/slabs.json +dafa3bdb72fef5e6c0201c05846db3f2b214e587 data/minecraft/tags/items/stairs.json +11427a72e181857e22ec37a22462bc652e127cc5 data/minecraft/tags/items/trapdoors.json +2bcba05954ff7bc4cf9cc520478083da9973ec76 data/minecraft/tags/items/walls.json +b53d2d87aa0c3f62874f418180b0f1ff00d8cae7 data/quark/tags/blocks/non_double_door.json diff --git a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 new file mode 100644 index 0000000000..e19aac39ec --- /dev/null +++ b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 @@ -0,0 +1,617 @@ +// 1.19.2 2022-08-19T13:22:19.0650621 Create's Processing Recipes +3c94326fb730f68c1e44fe1e2ef09c9db6ffd92b data/create/recipes/compacting/andesite_from_flint.json +8d3d5b31f3601b9f681ff710e0545a483a1494c6 data/create/recipes/compacting/blaze_cake.json +8bd7f4e3a686ab520b2d55594d2018d0e9a50c91 data/create/recipes/compacting/chocolate.json +5e2514e027cc0dbad48160e6b8e5bf0f25eba8f0 data/create/recipes/compacting/diorite_from_flint.json +54c94ae8d964dba1de2441088f6a312c687cbf71 data/create/recipes/compacting/granite_from_flint.json +c558dddeacf6f8bfa29d74b68093ecfea619d43f data/create/recipes/compacting/honey.json +636b8147ff2f133e473df6fd277f5d0400ea9fbc data/create/recipes/crushing/aluminum_ore.json +60262e911676a7f8309408fd15b373f1498493b9 data/create/recipes/crushing/amethyst_block.json +8e20ddc94fda889dbac25de59e7a3158984098c3 data/create/recipes/crushing/amethyst_cluster.json +c9265011e7953d9edb7d58663bbc608bea0c235a data/create/recipes/crushing/asurine.json +a158bc7f2d3d0a7e15600ac3cd5fc5f636a71119 data/create/recipes/crushing/asurine_recycling.json +66b51fd1036641802667338a1d79a825a338077c data/create/recipes/crushing/blaze_rod.json +29e7e74108755e0a07b1d3d1e8d4dcaf2b401572 data/create/recipes/crushing/coal_ore.json +2c24633f90cd5349b65bd1d132545bafe405d711 data/create/recipes/crushing/copper_ore.json +548215e02e7dbe83d94002bd95e500123eeb4427 data/create/recipes/crushing/crimsite.json +e6bd623592a604751e5559dbc78f964ab1779a86 data/create/recipes/crushing/crimsite_recycling.json +b6995978092ed3080efd49e52571ff59205f7c85 data/create/recipes/crushing/deepslate_coal_ore.json +bbc5320b1441b6873c48545fa272eecc537e88ab data/create/recipes/crushing/deepslate_copper_ore.json +4afc9cc723bdee47ed2176f32323f1fca152765f data/create/recipes/crushing/deepslate_diamond_ore.json +94d706cac7779cf8dc3aa8822605a4ee9d0ba047 data/create/recipes/crushing/deepslate_emerald_ore.json +8821dce4f4e5ae2f9f165a16869789987d836a71 data/create/recipes/crushing/deepslate_gold_ore.json +6d4f5d66dff59118515e23ae8434075236da6a5c data/create/recipes/crushing/deepslate_iron_ore.json +8b721de1578798a8996d2f8dec61b3bc03b8064d data/create/recipes/crushing/deepslate_lapis_ore.json +26365dd1f80ecc859dc510cd5278907d2fa6f2f7 data/create/recipes/crushing/deepslate_redstone_ore.json +4815670dfd6a51ff8b018d95dccbc8bc2f7074d8 data/create/recipes/crushing/deepslate_zinc_ore.json +69e0a401b424cb82ab3387a0b23bd7241f80f56e data/create/recipes/crushing/diamond_horse_armor.json +35cff9ebc59e837a2beafd2d4ec80e088459344c data/create/recipes/crushing/diamond_ore.json +a0511a15499653d983ad8b85b9f763643cca3aca data/create/recipes/crushing/diorite.json +df364151c75a7d84446b2c6213e339115bc9d298 data/create/recipes/crushing/diorite_recycling.json +9e89294e53a94a05af47948c21ad192ef18f7710 data/create/recipes/crushing/emerald_ore.json +3c4c78e3a7137022f8f6e90324af6c8f97050e80 data/create/recipes/crushing/glowstone.json +95b76da439260151355fff74b3b7398ce13d6968 data/create/recipes/crushing/golden_horse_armor.json +5134f5386ce39bba41b184ef4ac1d0aa9d6155d7 data/create/recipes/crushing/gold_ore.json +cc939ba59b95db1c7a034df6f9e656772074a5fd data/create/recipes/crushing/gravel.json +17ab2d789c9c2df122b6a96ab06bbe2c02592a93 data/create/recipes/crushing/iron_horse_armor.json +cf3a2fc0ff89209f4503f1f5a1a3020e73e8be61 data/create/recipes/crushing/iron_ore.json +855b6655dea911724ee68d07b993f17440ac422e data/create/recipes/crushing/lapis_ore.json +06a4b918304db3e72240848fd0c7f6553f86a4f4 data/create/recipes/crushing/lead_ore.json +e170bc17a796c73a05d2d77a85c086cfaac55c31 data/create/recipes/crushing/leather_horse_armor.json +4317165fc125d179cfbe66d15ba6368cdf1d7811 data/create/recipes/crushing/netherrack.json +07e8991a2161aab4dd73bb74900fd0c70aad2847 data/create/recipes/crushing/nether_gold_ore.json +c7c0d94707c2858a87d01cff6b284d7fb85acdbe data/create/recipes/crushing/nether_quartz_ore.json +0380b9416b263de2ee6a6cd1f4064df2e243c047 data/create/recipes/crushing/nether_wart_block.json +28fbbccacd4ad5dee14c3240a0e29d533061ec4b data/create/recipes/crushing/nickel_ore.json +66f75530e30d8572bdbf4696a32edc5a7850ac00 data/create/recipes/crushing/obsidian.json +fd82103848126334c3dcca9dbb59bd4802c7e1ae data/create/recipes/crushing/ochrum.json +076c3c8f1cfeb13ae0926e0613074c9e90a4e8a2 data/create/recipes/crushing/ochrum_recycling.json +386493bbd6435079a1c7fc88e9d2970fe10e4388 data/create/recipes/crushing/osmium_ore.json +fde0abe21825c231937c4cd5ed08bebd0bef48f6 data/create/recipes/crushing/platinum_ore.json +acb785fd57d14ac337beacc0a0a0651d75dd45da data/create/recipes/crushing/prismarine_crystals.json +d0b4791661e13d0f2b660e99fc3ddc03e9d8ad35 data/create/recipes/crushing/quicksilver_ore.json +e24db46d1709bf8b36dbcc6bbac19f84a6652349 data/create/recipes/crushing/raw_aluminum_block.json +be8178791bd977ca9f085fe2d3e716bb65314def data/create/recipes/crushing/raw_aluminum_ore.json +e670e09323c301f2246e3f896a2523180e8d3adc data/create/recipes/crushing/raw_copper.json +1bccbf51b1452309a4cd0299bfc6c4aaa9f933c3 data/create/recipes/crushing/raw_copper_block.json +4cc836b7188d4d8e3f01f6df8ae0b3ee74f717c2 data/create/recipes/crushing/raw_gold.json +bb2d461ebe8ea19f7308c89da1042a1822b6f1fc data/create/recipes/crushing/raw_gold_block.json +b207fbee07bc36c8bebaca0384e4ac956fa29c99 data/create/recipes/crushing/raw_iron.json +1b747fad32f8a660c8beb2a7f25da40683f4f562 data/create/recipes/crushing/raw_iron_block.json +cba8acb9c98438a8711a20082a9e02efb9e1a087 data/create/recipes/crushing/raw_lead_block.json +7123b82799c75944e305b961cfcbdfe781a137a0 data/create/recipes/crushing/raw_lead_ore.json +676d32c3d34dcb777a05a1df29f78ea16a573f99 data/create/recipes/crushing/raw_nickel_block.json +f06197145fa972a4fdbe91553f3bd24b6e907193 data/create/recipes/crushing/raw_nickel_ore.json +934dab7a0a7aaaf44c6e309c7dc3ab46bc438212 data/create/recipes/crushing/raw_osmium_block.json +7514b24afa93d6aeee7a89bc87e1ef10c2c784b3 data/create/recipes/crushing/raw_osmium_ore.json +009da27a12e0191ca88c2aebc25380206a25b3ac data/create/recipes/crushing/raw_platinum_block.json +e4be847fe279dd906992020348a5ff2f28dc6be8 data/create/recipes/crushing/raw_platinum_ore.json +c2fdb33f73b63b17bfa24e7018d21b955b1eae85 data/create/recipes/crushing/raw_quicksilver_block.json +847049b925146f2af7cbfddfd24a488e27bf43bf data/create/recipes/crushing/raw_quicksilver_ore.json +e0ca95946955ade59f0ed4272b556facd6e29daa data/create/recipes/crushing/raw_silver_block.json +a6cffb8fa65a55876105295c18bfc8f00317dcec data/create/recipes/crushing/raw_silver_ore.json +d92c7cbaaee6c0d082a50f5b1629d62edd944151 data/create/recipes/crushing/raw_tin_block.json +0ac72f60b0de26b051cdc54243b501640cc4173e data/create/recipes/crushing/raw_tin_ore.json +da12942204f6aee63d7a8112a410e6aec74370e5 data/create/recipes/crushing/raw_uranium_block.json +4e90a98768c0c462b4bdf1c827461af17b5d8561 data/create/recipes/crushing/raw_uranium_ore.json +5a3bb980c8583e2e8bc3484e20d3ee0932d48b61 data/create/recipes/crushing/raw_zinc.json +628dcdf4d230362ef574be978e0e38a6fadc5824 data/create/recipes/crushing/raw_zinc_block.json +268f64d9d7f99e12d0a8228d3455c70e436ebd7f data/create/recipes/crushing/redstone_ore.json +e1181a36ecf2b628c3630031ccd2e21d0c16c49f data/create/recipes/crushing/silver_ore.json +8468739f330361e9fadbd2dcfc71372d30718d16 data/create/recipes/crushing/tin_ore.json +97beb27a8fb05f799c215a4cb5691d4e03a6820e data/create/recipes/crushing/tuff.json +d16603ecf47014f2f8c6d9b5ce0ec5a5a398978f data/create/recipes/crushing/tuff_recycling.json +e80e766d07a0ab4ab6308749efa33ca1b930136d data/create/recipes/crushing/uranium_ore.json +37267cc5414a10929dcf1a6632f88557bd28547e data/create/recipes/crushing/veridium.json +560634c216c8bd55e72007a81cd2acb6d56f955f data/create/recipes/crushing/veridium_recycling.json +b135e3faf6afef4b6a5f00197997b47ff8e90568 data/create/recipes/crushing/wool.json +b62894fb1442ad947a976284bd7c1b23a6143798 data/create/recipes/crushing/zinc_ore.json +b5c33d039e3c9771b3ffc322aadae7e75a823635 data/create/recipes/cutting/acacia_log.json +b45b88bf2ac614b2518437656746f8e8a465d693 data/create/recipes/cutting/acacia_wood.json +cdb26cd91feeda5901f31f57c16517dda5287810 data/create/recipes/cutting/andesite_alloy.json +1a3dd0e51603a3e47da4465da210004c78028faf data/create/recipes/cutting/birch_log.json +71c3a093c849a99fbaef8772114ac9305627f2c1 data/create/recipes/cutting/birch_wood.json +4f756e256a7814e2b9a6632d38633bb78c5046cd data/create/recipes/cutting/compat/architects_palette/stripped_twisted_log.json +310dfb6c7e7649c0ede306fda71459e7f2bc8c7e data/create/recipes/cutting/compat/architects_palette/stripped_twisted_wood.json +8645e8ee47b0a6a432f85b7f2e07957e21adeb70 data/create/recipes/cutting/compat/architects_palette/twisted_log.json +085c2e98ccd55576f4948bccfda443ff3d95824b data/create/recipes/cutting/compat/architects_palette/twisted_wood.json +60a64dc871d6b23274e01edfa9cdd331aa4365c9 data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_log.json +e4c23f6502bae92d3baa1845da87073e1719938e data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_wood.json +1ff887f11099b4536bf6fad3e407a37e83d3bfca data/create/recipes/cutting/compat/ars_nouveau/green_archwood_log.json +ec130b4ca348a1245e18785df0714bf41b11aecd data/create/recipes/cutting/compat/ars_nouveau/green_archwood_wood.json +da71348a35a0c921b447a817e6e2d48b6df47307 data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_log.json +af1ca00e05d554bba1d85c766e52560d5ea8fe4d data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_wood.json +1f8e313658c55cef063d6301c4cc4305df9342e8 data/create/recipes/cutting/compat/ars_nouveau/red_archwood_log.json +144d0b6fdce5a7d394161f61c1bab37630be4d64 data/create/recipes/cutting/compat/ars_nouveau/red_archwood_wood.json +6bfcfc513f45b9cf9fba86b2c20c19e781ea6392 data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json +498bd7d0acc0be5d343d800ee3b191748ca77492 data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json +6f51d9c5490e7249b19ea98b8b995e6efcc5f83f data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_log.json +31d05d982d59f11bd1aba2e3a1a54557e3370163 data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json +080e8f9c81b692bf396a41e7fe2800ebf83cb640 data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json +1a66e7e6dfba9531bbb5a1d0bf014e16d6cbb6be data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json +5c1c8275b2e30fdf387dcf358fd41e995e817c86 data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_log.json +9dc5bd8a1002b9d299d60a405720950eb0b4e9ab data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json +2469ee3ee07486d125fa476845533ef6bb1c9eb6 data/create/recipes/cutting/compat/biomesoplenty/cherry_log.json +0b80cdc4c48ce36d300aaa54be2f49fa684d2b41 data/create/recipes/cutting/compat/biomesoplenty/cherry_wood.json +76872508fd1b302d4e94a2017ea72f7d38de6273 data/create/recipes/cutting/compat/biomesoplenty/dead_log.json +6bee03a37457acfc937c36ffb2d58ca97218c002 data/create/recipes/cutting/compat/biomesoplenty/dead_wood.json +c62f06b79bdac37704f0fa31459f98aeb2d4f7ae data/create/recipes/cutting/compat/biomesoplenty/fir_log.json +530425aed6c6acd1463f17e88aba7794118758a1 data/create/recipes/cutting/compat/biomesoplenty/fir_wood.json +e88e60e59fe0eb3118b00b02af9e529c866785d3 data/create/recipes/cutting/compat/biomesoplenty/hellbark_log.json +6997475ab7fb0c489188749447a0212d5facc1ca data/create/recipes/cutting/compat/biomesoplenty/hellbark_wood.json +4838e37981d65e3a732e320fd75f8e4762271ef9 data/create/recipes/cutting/compat/biomesoplenty/jacaranda_log.json +96bac76034038740a7c9e84c48ba90442a669774 data/create/recipes/cutting/compat/biomesoplenty/jacaranda_wood.json +4c5c28264e05e294de2b316fdd0dd2de8b8a1ed2 data/create/recipes/cutting/compat/biomesoplenty/magic_log.json +3634bb459019791c1010b7b93886e9d70fb00aa4 data/create/recipes/cutting/compat/biomesoplenty/magic_wood.json +697be2e1eccbf5ec96d5f00ab7ec03918a32f5c3 data/create/recipes/cutting/compat/biomesoplenty/mahogany_log.json +fa8a8440905213675dd769ae29509a1cbcabb1c1 data/create/recipes/cutting/compat/biomesoplenty/mahogany_wood.json +1130274e3e8abc3d3c7fe646898db7c68a59fed0 data/create/recipes/cutting/compat/biomesoplenty/palm_log.json +184b9042633580815a6d1e2e1f1d3c543f26a3e4 data/create/recipes/cutting/compat/biomesoplenty/palm_wood.json +919a8fbf9f8e7f398a28a8af71ca4ad48ed8d6db data/create/recipes/cutting/compat/biomesoplenty/redwood_log.json +165e2642f98885734b3f815579ff589b8f0b870e data/create/recipes/cutting/compat/biomesoplenty/redwood_wood.json +e01b8ec89beb25e803d5c7a3cc02b8623065584c data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_log.json +c7290c1339ca052176a1907ae9264ad106cd0238 data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_wood.json +1a3f84111c5027304bfe8d037fa853125b2183c2 data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_log.json +8f2c2015927767d627be865dc603530dd05328ee data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_wood.json +822d84a550496c7f2c3ee127314a50512dfe5c8c data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_log.json +737f59278b7b08c743b1ba5dc336c906b7fdd0e5 data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_wood.json +03196fc1d845abe7f16ebbf25c64c86ad9c42efe data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_log.json +b067086760701e8c11ced7b871b97e0ef7b1b2f0 data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_wood.json +06dc710f86bfebb1a6927f3dff8d64e48009acf2 data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_log.json +a300edf8cae5ad7b3e2c129b44d1ea956e517c41 data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_wood.json +285b0ec232953870c714ce0b05b129e3e5833ee1 data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_log.json +91647155034c4ffa87005d38416704dbb3c7b569 data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_wood.json +3df1098856ffc9ae705f3ed577be378801e1fff9 data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_log.json +be8856c7ddcac88a2d51980d963964c98b623dd8 data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_wood.json +a77cbccc69c38b78bf15ee90fa377c11a8539cef data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_log.json +e5df4bc6f127838474fadcb14e7bfaee739dddad data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_wood.json +dfe420fd232ddf6ef27dd97baebef38b1087a55b data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_log.json +5bb6720ae1472207587a935d3fca5f065e0efa1a data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_wood.json +079b43a27f33868a776e27f22432d81051067ea1 data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_log.json +35c64750475e72b01333694c1d588213838528cd data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_wood.json +cf2036fe04660304257d7e5822eeff6656685417 data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_log.json +f69bfa1c375c67d63d7b35475dedbe76644c10a5 data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_wood.json +71a5963ad5dd9de348451ae4bfbad46cc06b8d8f data/create/recipes/cutting/compat/biomesoplenty/umbran_log.json +4cc971f56409befacd039a09ed5b561702681172 data/create/recipes/cutting/compat/biomesoplenty/umbran_wood.json +f3c630ba88419ea2fdf55b03eac22aac88acd56c data/create/recipes/cutting/compat/biomesoplenty/willow_log.json +f661dc5faff7e08489ef6ac4996864b79e53804a data/create/recipes/cutting/compat/biomesoplenty/willow_wood.json +c3c4999b33f2f29f31f1ac2cd0256694e530b6ab data/create/recipes/cutting/compat/blue_skies/bluebright_log.json +686bb3eab9fd2fc0439ffe7c31c08dee37eb17c3 data/create/recipes/cutting/compat/blue_skies/bluebright_wood.json +297eec4fefb378592eb2f74c082379cd93e5c2a9 data/create/recipes/cutting/compat/blue_skies/cherry_log.json +62b05ddc8d5d634d9fe0262490f3bf08435ba9ee data/create/recipes/cutting/compat/blue_skies/cherry_wood.json +dfcee56f35b64e0b6d9a86a113f56de78f0ce6b3 data/create/recipes/cutting/compat/blue_skies/crystallized_log.json +0f6fa127bf9fd14a799985437eb1554a527f71c8 data/create/recipes/cutting/compat/blue_skies/crystallized_wood.json +a0ca7db3a2a631be843c697347ad70501b4e700c data/create/recipes/cutting/compat/blue_skies/dusk_log.json +ccfa435f7714312b8f307503203cb53d1643282a data/create/recipes/cutting/compat/blue_skies/dusk_wood.json +d7d5a3b1dfc58f0779819ce96fb382a5b023fba5 data/create/recipes/cutting/compat/blue_skies/frostbright_log.json +eee254d6e658b9584223d3fdb52d02e6257cbf02 data/create/recipes/cutting/compat/blue_skies/frostbright_wood.json +80499299707fbaad688fada38255b0dd076371f0 data/create/recipes/cutting/compat/blue_skies/lunar_log.json +177c8fd94e40a9ed839f43fbf6ee6afa53da7d93 data/create/recipes/cutting/compat/blue_skies/lunar_wood.json +a8cbd0e4f80fa6cf5b295c488a5795af9d20c923 data/create/recipes/cutting/compat/blue_skies/maple_log.json +a5ceee5b1c402dfcb06851a696c4ba4e3c15d790 data/create/recipes/cutting/compat/blue_skies/maple_wood.json +137ccda54b20e644f2aedafd924a976ffd88d452 data/create/recipes/cutting/compat/blue_skies/starlit_log.json +1960934756be7cb82421e9428622eb853c96c451 data/create/recipes/cutting/compat/blue_skies/starlit_wood.json +c96c5ecb3913b7611cea45dd45be447313a53278 data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_log.json +26af6c6fc9e093d466b8a920de16e95aca9e0fe6 data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_wood.json +92086d7f5a5090e934868726542173c0f4694cfe data/create/recipes/cutting/compat/blue_skies/stripped_cherry_log.json +5b0a7d97c604b80cd81f30c6c9baa02dce908f9b data/create/recipes/cutting/compat/blue_skies/stripped_cherry_wood.json +2ef370bdc202010ef3f3d28a3df050b785178966 data/create/recipes/cutting/compat/blue_skies/stripped_dusk_log.json +e64dc0f1b77303152596c2c092783d06cfaed371 data/create/recipes/cutting/compat/blue_skies/stripped_dusk_wood.json +523239c7e97a4d0ea9a602324926ff8c7de21122 data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_log.json +a29748d29a707f36cc660b833fc1d1caab2c7c2a data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_wood.json +5eec34196ea44c10cd72a75a843b22fa5a4ab419 data/create/recipes/cutting/compat/blue_skies/stripped_lunar_log.json +c3be04b553399fe0a7e0ec551086abc7c3eedf36 data/create/recipes/cutting/compat/blue_skies/stripped_lunar_wood.json +43af28179df2cdd235293c8be0ec9fdd30393b6d data/create/recipes/cutting/compat/blue_skies/stripped_maple_log.json +6972e2bde54d352e14431fd334a06bfb1c83ecb6 data/create/recipes/cutting/compat/blue_skies/stripped_maple_wood.json +d4c2e45ea9525bb4d8df7e8ffaa4fba18c40d30f data/create/recipes/cutting/compat/blue_skies/stripped_starlit_log.json +964a494326ee801e693c9f4d870a8420a532e8cb data/create/recipes/cutting/compat/blue_skies/stripped_starlit_wood.json +158cde5b02ffefebe1d2a393f443c918fce9987e data/create/recipes/cutting/compat/botania/dreamwood.json +159b2c750e34c4782146554c6dc4b10a67e68c98 data/create/recipes/cutting/compat/botania/dreamwood_log.json +5d137232772d1f78be59fb8f382cee312b6df601 data/create/recipes/cutting/compat/botania/glimmering_dreamwood.json +eb5e05b5cab9fa314277121a0cbf94bdafa2e14b data/create/recipes/cutting/compat/botania/glimmering_dreamwood_log.json +f335b36e818ad653a245f54c9c77a7d9c041c561 data/create/recipes/cutting/compat/botania/glimmering_livingwood.json +49b875f3a21b5a85c33ac5de992d071aa0c8f4fd data/create/recipes/cutting/compat/botania/glimmering_livingwood_log.json +eb48e281f17bc125511870ff02a58cab915e435d data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood.json +217ea2bc83a98334f0f155a64a1ea1e19a661e56 data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood_log.json +8e39b16d4d1db2643cc5ec79773b1ae2b5bed1ab data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood.json +407698357fb1ff81ef4e35b32f3f1692cbb317c9 data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood_log.json +0c43382655638d8bca0c84fadb6d609ecc16ecd2 data/create/recipes/cutting/compat/botania/livingwood.json +da68af0ba1b040e8049a224e8ea8ada7fcc1f45a data/create/recipes/cutting/compat/botania/livingwood_log.json +eed98e7a9d5c4cd1bf39e4268bac6f1dc348d512 data/create/recipes/cutting/compat/botania/stripped_dreamwood.json +7fadb54f614bfe0af2c2c22f46c6923a14fefa8c data/create/recipes/cutting/compat/botania/stripped_dreamwood_log.json +2786670eacfe51a1f4adc4b83e825f93c328a1ea data/create/recipes/cutting/compat/botania/stripped_livingwood.json +9f471696da339cadeb3d805c3ea61310b1d81ff4 data/create/recipes/cutting/compat/botania/stripped_livingwood_log.json +4e775fd59f7c5b4ca0861cd9a077d3e0e464b4a4 data/create/recipes/cutting/compat/byg/aspen_log.json +bd21d721698b1d46f2a0483e2ea926558ba8f0ea data/create/recipes/cutting/compat/byg/aspen_wood.json +cef520dc7a7c4ec257f2b4ab2b1b134ef29874f0 data/create/recipes/cutting/compat/byg/baobab_log.json +56002a9c9d210fdce2d21c4abb17851b5bc770f9 data/create/recipes/cutting/compat/byg/baobab_wood.json +5492c3b2db0fefb3f1498bbb440d5c92bad7e072 data/create/recipes/cutting/compat/byg/blue_enchanted_log.json +6b32af35555c83fee27c43858ebe03711c825d36 data/create/recipes/cutting/compat/byg/blue_enchanted_wood.json +2325864b4f7a80d466f5eef373f65cccb0557d55 data/create/recipes/cutting/compat/byg/bulbis_stem.json +52320312ae0aa6d957f841b430355d96afdbfe0b data/create/recipes/cutting/compat/byg/bulbis_wood.json +a1aae5af9bc5a95d90d7350330986743e6ddf408 data/create/recipes/cutting/compat/byg/cherry_log.json +82b41df50cfc394aa8e439bf259bba640bb375e8 data/create/recipes/cutting/compat/byg/cherry_wood.json +588ea2463640155d79724a694b5152574ea3f2a7 data/create/recipes/cutting/compat/byg/cika_log.json +880d0190030e3a70fd2a21ab4fc11604fbaac447 data/create/recipes/cutting/compat/byg/cika_wood.json +1fc63cafc946178443d1e362b9730455f2192b25 data/create/recipes/cutting/compat/byg/cypress_log.json +c27c16aec08599e76020ac4b40dc5085b2a85d3a data/create/recipes/cutting/compat/byg/cypress_wood.json +5daca7d84f07e72a961fce6e405cd13428411bd3 data/create/recipes/cutting/compat/byg/ebony_log.json +5e7650fdc0541e996db733880ddd7746f6998660 data/create/recipes/cutting/compat/byg/ebony_wood.json +0357f1d46f7b79de4b20af24eff754c5d280ed3f data/create/recipes/cutting/compat/byg/ether_log.json +464978c5018fb884aecad8455caefa3396b88bea data/create/recipes/cutting/compat/byg/ether_wood.json +3053408dcc0deedd992e4ca8c9181fff1a952ad8 data/create/recipes/cutting/compat/byg/fir_log.json +dfd2ce56f18327ac7feea783d5c7439dd2516884 data/create/recipes/cutting/compat/byg/fir_wood.json +40af5f403a0681833109b26b6da8762d99df484a data/create/recipes/cutting/compat/byg/fungal_imparius_hyphae.json +3d7de0bab24b7ea34c34a25383c4937cc9f585d8 data/create/recipes/cutting/compat/byg/fungal_imparius_stem.json +121375152c841b695bbd23fa4a4ad408243464fe data/create/recipes/cutting/compat/byg/green_enchanted_log.json +16b991e08d10fe32b93d987113c12dc9568517c3 data/create/recipes/cutting/compat/byg/green_enchanted_wood.json +65d3c6f12bd86be2060487adce703896c596207d data/create/recipes/cutting/compat/byg/holly_log.json +6ccd44a9607d8ac1b34896f6b0f427865a18a447 data/create/recipes/cutting/compat/byg/holly_wood.json +47dd1a429986a790a418c97f56884fa19dcbc74e data/create/recipes/cutting/compat/byg/imparius_hyphae.json +a24ac854f3b3ebf57bea9ebd58fd9655fed8e922 data/create/recipes/cutting/compat/byg/imparius_stem.json +6152e117579369ae3388f6f458331a6747a83272 data/create/recipes/cutting/compat/byg/jacaranda_log.json +3e58caf860dfa0432bad58aae44d5713264010da data/create/recipes/cutting/compat/byg/jacaranda_wood.json +58c4d750ed6a08f30908c7508106a224c2047de8 data/create/recipes/cutting/compat/byg/lament_log.json +d93f6deefd5bcf4d91242534d9b588fa2ab1a7de data/create/recipes/cutting/compat/byg/lament_wood.json +6f3a120fae7fdcc98a416185107381a6caf739b0 data/create/recipes/cutting/compat/byg/mahogany_log.json +19cf897802135c3ebdf68f6e2bc41f3cf8d0ddb0 data/create/recipes/cutting/compat/byg/mahogany_wood.json +3a43eb5e02d1ac6f4ea95d4b376d5876a36f0b61 data/create/recipes/cutting/compat/byg/mangrove_log.json +9660d7a107fecef2975f55aa4a221742abb6095f data/create/recipes/cutting/compat/byg/mangrove_wood.json +d13e02245ca4acd0c4c4d38359eddf3b22fcff7f data/create/recipes/cutting/compat/byg/maple_log.json +9c947dd9fb94709b481daa3ec5156b227b061cdd data/create/recipes/cutting/compat/byg/maple_wood.json +f25cdfa7c0ff0d9c0bfb8fd4c678d1ad61d6f755 data/create/recipes/cutting/compat/byg/nightshade_log.json +7b58e103b01afc4b730b5b3f71cb9fd893427916 data/create/recipes/cutting/compat/byg/nightshade_wood.json +ab8cd4e768bb4b6945498249f9d5302909de199e data/create/recipes/cutting/compat/byg/palm_log.json +c446697efd034229fb5334af83f75b6418806074 data/create/recipes/cutting/compat/byg/palm_wood.json +476fceb3e5b0284125de9c53227e318e1025ca63 data/create/recipes/cutting/compat/byg/palo_verde_log.json +bb3f841b52b75cd14aa5ea82f1459f2a7b234c36 data/create/recipes/cutting/compat/byg/palo_verde_wood.json +eeb2e2db22875cfe74b30f834637dd74006bde5d data/create/recipes/cutting/compat/byg/pine_log.json +911a25900b077a512dc59331055b06481944f207 data/create/recipes/cutting/compat/byg/pine_wood.json +4ca5a84e9f098c9a935b1321fca795f6fcccd0f9 data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_log.json +5735995aa9f0717817b819268e3885ac6f7ed1e0 data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_wood.json +28823f07067a1df8f152d6c1ddeeae8e61bf47eb data/create/recipes/cutting/compat/byg/redwood_log.json +dbd5003c9b08a7794b0aeac2eb1e0996f00de73f data/create/recipes/cutting/compat/byg/redwood_wood.json +0a25e874ba7b36357a6d4172eb74af363db339cb data/create/recipes/cutting/compat/byg/skyris_log.json +0ff912a98f11fdeee6f5ad34f36c591ce944b1cf data/create/recipes/cutting/compat/byg/skyris_wood.json +201ef4c331f3083cf2272ce1bf3aacbd76d91c54 data/create/recipes/cutting/compat/byg/stripped_aspen_log.json +cc9d820a5d2a987494884a682d9648dfcbfb1055 data/create/recipes/cutting/compat/byg/stripped_aspen_wood.json +a844fac33edd99c0f166f17cd493c4c01ffe1d35 data/create/recipes/cutting/compat/byg/stripped_baobab_log.json +bb1d318dbfb3deada9db8c5c679977684468b60f data/create/recipes/cutting/compat/byg/stripped_baobab_wood.json +fec45c1d4084c9de211876a3fd313313c18920b2 data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_log.json +608a3d0bb5ca12e95141016099085821e47f4e98 data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_wood.json +087dd3a1c516f9db9729974781bc68e13ff4b3de data/create/recipes/cutting/compat/byg/stripped_bulbis_stem.json +f45c17bea93fc15f10b0c135ebf334a41a2e68d2 data/create/recipes/cutting/compat/byg/stripped_bulbis_wood.json +cb67e5541cef77a6dafdc825b39040ee95f86652 data/create/recipes/cutting/compat/byg/stripped_cherry_log.json +4fe4537e4e38cbf19e6a2d04481e6d849edc8374 data/create/recipes/cutting/compat/byg/stripped_cherry_wood.json +4187543812af8be22977b2b503ffb16ff82e38e6 data/create/recipes/cutting/compat/byg/stripped_cika_log.json +72c90971b638693cf7425ff59530672f37433b52 data/create/recipes/cutting/compat/byg/stripped_cika_wood.json +c66c179d9989be618909104ba8e0f399ca34a630 data/create/recipes/cutting/compat/byg/stripped_cypress_log.json +0dbf97db4afd35580faadb6d5964ef9098438ac4 data/create/recipes/cutting/compat/byg/stripped_cypress_wood.json +944b0993af3591956df6c2c5cd7fd08643c2dccb data/create/recipes/cutting/compat/byg/stripped_ebony_log.json +ee3de122e8ff85f1eda9a1834e3c19eef1250685 data/create/recipes/cutting/compat/byg/stripped_ebony_wood.json +e64357b673fe4f983e9547305f8f95272e8b8b77 data/create/recipes/cutting/compat/byg/stripped_ether_log.json +c2ecdaadf564d496ab679b38356ce9614237668b data/create/recipes/cutting/compat/byg/stripped_ether_wood.json +a267fc6425816b6bc01396221470e0814e6bd942 data/create/recipes/cutting/compat/byg/stripped_fir_log.json +b7647e89ee29a4e116c49c1ae419d3d053608017 data/create/recipes/cutting/compat/byg/stripped_fir_wood.json +3b0e0a3a91e8f19b2f48f53044a2e3d5479578a3 data/create/recipes/cutting/compat/byg/stripped_green_enchanted_log.json +1406357c702c4d82f372e4f1a837591586faff97 data/create/recipes/cutting/compat/byg/stripped_green_enchanted_wood.json +2772e21459b48648f3c54b82243994f38a691c84 data/create/recipes/cutting/compat/byg/stripped_holly_log.json +46b523df1967aca55cc9f9763016bcd6133a3cb8 data/create/recipes/cutting/compat/byg/stripped_holly_wood.json +0b4b05df393e5e0bda59877b9f9048b7c510043d data/create/recipes/cutting/compat/byg/stripped_jacaranda_log.json +503bc3dcefeee34b91527eeb61a6ebd50d678fbd data/create/recipes/cutting/compat/byg/stripped_jacaranda_wood.json +4fbaedf8e7a601f592c6c671de6435b52c44b6d4 data/create/recipes/cutting/compat/byg/stripped_lament_log.json +0b4478eba4e2d9bd835d9ad91dcf2eccfc538f12 data/create/recipes/cutting/compat/byg/stripped_lament_wood.json +3550d5eb7f8eab95f4dd840d72cc14dea7acdb67 data/create/recipes/cutting/compat/byg/stripped_mahogany_log.json +d66b3e69b6bcf38a9d01fc9290b81778b46459f0 data/create/recipes/cutting/compat/byg/stripped_mahogany_wood.json +e82ba4d10c33003e06c85bc4f21092453a3a8286 data/create/recipes/cutting/compat/byg/stripped_mangrove_log.json +15fbb8520e495097186a1563fc185c0e14f06951 data/create/recipes/cutting/compat/byg/stripped_mangrove_wood.json +4778e5d9e1b5a5d254483dedf9cf22cbda73ca2d data/create/recipes/cutting/compat/byg/stripped_maple_log.json +18b5f67be3d28bc6c8764d2ad576f16745d95109 data/create/recipes/cutting/compat/byg/stripped_maple_wood.json +1446329655130e0cf0f0da7c1c17f517bbfb9d79 data/create/recipes/cutting/compat/byg/stripped_nightshade_log.json +c1ddc415556ebf6c6b518d3dc1c54f389ecc6ca9 data/create/recipes/cutting/compat/byg/stripped_nightshade_wood.json +cc7a000cf42f792912531e83f00cc694bf47d0ee data/create/recipes/cutting/compat/byg/stripped_palm_log.json +6ad7a35bfef1334a0566496f9a4658c4213db72e data/create/recipes/cutting/compat/byg/stripped_palm_wood.json +1ac1701b9779eb875b371a3e8742b1de203a0339 data/create/recipes/cutting/compat/byg/stripped_pine_log.json +9be87d49f1f20967d115c842d551cbcfe813fe50 data/create/recipes/cutting/compat/byg/stripped_pine_wood.json +39bda1670d29736ae18a72115b5525e2b54b26c2 data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_log.json +da8e26696706d6a0c5af520bcde6246f463a6e7d data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_wood.json +b2720a4858848f941e264a8f78653477d7283403 data/create/recipes/cutting/compat/byg/stripped_redwood_log.json +ff3707171e4422b08b6eb9b9bf6a1a4bdffdbe16 data/create/recipes/cutting/compat/byg/stripped_redwood_wood.json +a72ab3e1f450e11903d403ede28ac1395c360d2e data/create/recipes/cutting/compat/byg/stripped_skyris_log.json +096b56116fe9c02005e68c84c15d7ba4c590572a data/create/recipes/cutting/compat/byg/stripped_skyris_wood.json +b6f1b9584cb32d329023815be6b3df8e17dbcf0b data/create/recipes/cutting/compat/byg/stripped_willow_log.json +8925bfb2575712dd3abc306b64bafd93d168dd3b data/create/recipes/cutting/compat/byg/stripped_willow_wood.json +03bda6ad269d122e39adb211b1f3a8ed1ba11eb9 data/create/recipes/cutting/compat/byg/stripped_witch_hazel_log.json +03865937f2c740871024d8bd51ef5e07567f1c3d data/create/recipes/cutting/compat/byg/stripped_witch_hazel_wood.json +611bed180fa9ec6fa5e7cc3e8958836c2fb24489 data/create/recipes/cutting/compat/byg/stripped_zelkova_log.json +f4283de13917784d85c0ba84f68424ec8b69545f data/create/recipes/cutting/compat/byg/stripped_zelkova_wood.json +667d33f61cb4c5f5d204169c9e3adf11154bdfc2 data/create/recipes/cutting/compat/byg/willow_log.json +53f2571f67a1991676981a239875814d99f62e6c data/create/recipes/cutting/compat/byg/willow_wood.json +73e9929c94048d2fa4646dc92eaf02cc0f2b71da data/create/recipes/cutting/compat/byg/witch_hazel_log.json +88b328cf0c0a02f296056abb423e4f3745e5ab4d data/create/recipes/cutting/compat/byg/witch_hazel_wood.json +31a331b2294c726f0e6b4573b1db14c2423116b2 data/create/recipes/cutting/compat/byg/zelkova_log.json +f249713773128375a0869a8df3205b384e2b54f4 data/create/recipes/cutting/compat/byg/zelkova_wood.json +363da3d703f57ccac27632b573734a940799374b data/create/recipes/cutting/compat/ecologics/azalea_log.json +052c45bc088143aae8508af521a8f91a2c263459 data/create/recipes/cutting/compat/ecologics/azalea_wood.json +10b5a67570271c02e12d3d46e48c2ed8fe2fd2fb data/create/recipes/cutting/compat/ecologics/coconut_log.json +8d34f87daf269250af59bae242322bc869017d84 data/create/recipes/cutting/compat/ecologics/coconut_wood.json +bec2975b6e10bb12261feb952e8e7cd6e0019619 data/create/recipes/cutting/compat/ecologics/flowering_azalea_log.json +701a522dbdfab4a7772b0f8dd5d9759ce24052e3 data/create/recipes/cutting/compat/ecologics/flowering_azalea_wood.json +b12bab3ed019328ce83f64b828b366b72503e823 data/create/recipes/cutting/compat/ecologics/stripped_azalea_log.json +2a5d12c6b39847533e6940931ad201e6924aae38 data/create/recipes/cutting/compat/ecologics/stripped_azalea_wood.json +37a3e9f0220b51d51250fe6febb7348858f0e8b5 data/create/recipes/cutting/compat/ecologics/stripped_coconut_log.json +e2308624a37abc099e2349456afa1c4064b02fdb data/create/recipes/cutting/compat/ecologics/stripped_coconut_wood.json +c6b1455c29d3bd0ff387edad10328ba4dd8b7f44 data/create/recipes/cutting/compat/ecologics/stripped_walnut_log.json +0026f35ef1445df9c3bb83bdfe25898cceffd5e4 data/create/recipes/cutting/compat/ecologics/stripped_walnut_wood.json +e4c5b799335a71a4259de6519ff9fe86fc014c85 data/create/recipes/cutting/compat/ecologics/walnut_log.json +45734ddd48ac17b25b88cf1f5b0d227431946cf7 data/create/recipes/cutting/compat/ecologics/walnut_wood.json +cbd3c2674078ba4966965990aaa51ee5afc2cf8f data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood.json +17c1e13d1261454992c6063dcecf7e54d4a645a5 data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood_log.json +e5c3b98a78aa3995654583f3ce1c70e7cf8c2130 data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood.json +58166d1cdb0e04952667484b6568de9d081aeba3 data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood_log.json +9cc60d3115f09eee286781905a1d0ca11976dbb5 data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood.json +4b2e710b98a3fd0a883cf5be9ec75835f8e4631b data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood_log.json +a3035cdad141574294844b8aaa41b92ac76dac2e data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood.json +20e75208dcb1720de5bbf629911f52b95612227f data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood_log.json +4bfafcc6fe8372535420dde28fcb3670cf171ad6 data/create/recipes/cutting/compat/hexcasting/akashic_log.json +ff7713c6899e7c4cd921f0e72d1cfc26f506ada5 data/create/recipes/cutting/compat/hexcasting/akashic_log_stripped.json +0bb9d6dd590881c9b8c4b7297694e78196cd9f85 data/create/recipes/cutting/compat/hexcasting/akashic_wood.json +e01ed96c30daba091c4f435858795f1aa088f1be data/create/recipes/cutting/compat/hexcasting/akashic_wood_stripped.json +f87872a26b790bd29abfc036486474c5db8ee518 data/create/recipes/cutting/compat/integrateddynamics/menril_log.json +cd568df5168a0cfccbdaaf767ec63d71871ba3ba data/create/recipes/cutting/compat/integrateddynamics/menril_log_stripped.json +b5573785c73cbf3b2c2bd096bb0a12b054819b74 data/create/recipes/cutting/compat/integrateddynamics/menril_wood.json +ebca8e98bca0a5c8926c4aa5b197d5d436e2e00b data/create/recipes/cutting/compat/integrateddynamics/menril_wood_stripped.json +a0194f77f72349786f6b87e641c9628f7fe46fdf data/create/recipes/cutting/compat/quark/azalea_log.json +17daa6e2505ae75e51def1f1523f9d6f120de696 data/create/recipes/cutting/compat/quark/azalea_wood.json +118122fbd3154c0090768d9103e802d2e68b3f06 data/create/recipes/cutting/compat/quark/blossom_log.json +57b23b572f4d75bb39f7f84277f0a0a4e6be992b data/create/recipes/cutting/compat/quark/blossom_wood.json +e05b81a5609420153b3ecace758a153bd88a4bef data/create/recipes/cutting/compat/quark/stripped_azalea_log.json +f820204e8d99f21203b001da23e8b44cf61e33e2 data/create/recipes/cutting/compat/quark/stripped_azalea_wood.json +af71513af8de414036ff73fee0eaca4b823de99c data/create/recipes/cutting/compat/quark/stripped_blossom_log.json +071c8a562233a342875c9cdd392bbebfe719e321 data/create/recipes/cutting/compat/quark/stripped_blossom_wood.json +8a9e25c2c196ab94c9e7b5fcb2cf27bc161a8d1c data/create/recipes/cutting/compat/silentgear/netherwood_log.json +9e869a4b7bbb08fefa140292f0cb0806a795fc59 data/create/recipes/cutting/compat/silentgear/netherwood_wood.json +d9cdc0eb674cdf08963ac8f97ee6a7ea2f99e779 data/create/recipes/cutting/compat/silentgear/stripped_netherwood_log.json +071ed83f5ce7f15688e95a1bf33142061ec4aa22 data/create/recipes/cutting/compat/silentgear/stripped_netherwood_wood.json +b2ced0a8d2f9e610ccca5c849bf460492d5fa568 data/create/recipes/cutting/compat/tconstruct/bloodshroom_log.json +9a3551fe7a74cbf4107fa4b26eb2b92a4f19dc44 data/create/recipes/cutting/compat/tconstruct/bloodshroom_wood.json +2a8f39581c635bb98ab437fb48796505df99cfec data/create/recipes/cutting/compat/tconstruct/greenheart_log.json +c68a24ed72589e9427f60fbf8c33cbf8403297fa data/create/recipes/cutting/compat/tconstruct/greenheart_wood.json +4a548deea4a151fc1d58c81ab26bd30a61900864 data/create/recipes/cutting/compat/tconstruct/skyroot_log.json +763616da266a28b8c4b1a88df0ce87c6ce37367c data/create/recipes/cutting/compat/tconstruct/skyroot_wood.json +ad4a650ace874dab7f039e53afa0164de2601a05 data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_log.json +fcda399dee09fd7b7f8486fe5000522a4211c6d2 data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_wood.json +e7f542ab1523379f218d47c7365f1d3be41036b4 data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_log.json +aaa2b8cde03e0141fc4ccd3702fcb0d13966b391 data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_wood.json +dec7bfbdc2c974655110651365f701121370394a data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_log.json +0486cee0f932eee89bb26c2fe5b0ed076d05d1be data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_wood.json +9a2d7361718e64bf25c3660123ab9f506fad7dba data/create/recipes/cutting/compat/twilightforest/canopy_log.json +35f470c4fb8c1e651bcf8f161ebcaa0f9f888be2 data/create/recipes/cutting/compat/twilightforest/canopy_wood.json +02ef237d075e3033676e0229946c9c2bc9ae27e0 data/create/recipes/cutting/compat/twilightforest/dark_log.json +a032ee8a436f2f7efc993a6d791217d4096c55a9 data/create/recipes/cutting/compat/twilightforest/dark_wood.json +541b21973ffebe85f9e6c31879a46e60d29ec3ba data/create/recipes/cutting/compat/twilightforest/mangrove_log.json +7a8f8746a1d3851ed064138600439749fb619225 data/create/recipes/cutting/compat/twilightforest/mangrove_wood.json +f0018c0a0276f09c26a4ffa8dbff756e70e84af9 data/create/recipes/cutting/compat/twilightforest/mining_log.json +d6e04a2c5139229993067515749038519e664407 data/create/recipes/cutting/compat/twilightforest/mining_wood.json +d03b8d192ba433bd1660fee4cbac81b52b37b332 data/create/recipes/cutting/compat/twilightforest/sorting_log.json +acade83e3e155d869bb66a4c514eff14eaf43130 data/create/recipes/cutting/compat/twilightforest/sorting_wood.json +a819a899a63885169df3c5ff9a21981821154222 data/create/recipes/cutting/compat/twilightforest/stripped_canopy_log.json +cfa1a8b90368d788c29ef3ff57dafad780c29ca4 data/create/recipes/cutting/compat/twilightforest/stripped_canopy_wood.json +bbd6724c3e7b294620d148a283724847428e41ec data/create/recipes/cutting/compat/twilightforest/stripped_dark_log.json +31a5f34120e0fabe91e532e0e86d77a71c66139c data/create/recipes/cutting/compat/twilightforest/stripped_dark_wood.json +ef5428c754626c390bdc3bd5f0c4ceaae069259c data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_log.json +4db7b6856995a1fcb3d4f019816607bf242c043a data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_wood.json +49fd097bf3182fcdd2cf180dc333f7fe853b586c data/create/recipes/cutting/compat/twilightforest/stripped_mining_log.json +4f231e9c88cc7441a097effd59caca0ff8c7b291 data/create/recipes/cutting/compat/twilightforest/stripped_mining_wood.json +939d8b45db3554e7d9a6157ab13889606f5926ec data/create/recipes/cutting/compat/twilightforest/stripped_sorting_log.json +a4beff8b63bfcaef2e14fc74eaf991a2f0e09b09 data/create/recipes/cutting/compat/twilightforest/stripped_sorting_wood.json +1388f289e43aa0b7a4642af5fff252602dd274c4 data/create/recipes/cutting/compat/twilightforest/stripped_time_log.json +6f21b5b4c2d4aee61ac2d990fee1651def801a67 data/create/recipes/cutting/compat/twilightforest/stripped_time_wood.json +c7c462798f3935b300e0fbc1a616736276e13292 data/create/recipes/cutting/compat/twilightforest/stripped_transformation_log.json +4770650398d3787991fa0dde2274611e241ab330 data/create/recipes/cutting/compat/twilightforest/stripped_transformation_wood.json +d87200bda38ba06d6eaf732e05ba74110cb888e5 data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_log.json +d1a18db626fb8c1ed4684e99154a73f1ba94c341 data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_wood.json +bc6a18b90847c9e27a28c19a391fd343237f1788 data/create/recipes/cutting/compat/twilightforest/time_log.json +d9ea151935b7257f9a799be5959d736a20eabf44 data/create/recipes/cutting/compat/twilightforest/time_wood.json +917862f3314fd636f65ef8ca1826182cce386ee2 data/create/recipes/cutting/compat/twilightforest/transformation_log.json +29649f4c23ddc00eebe7352dcca0d4c695807c62 data/create/recipes/cutting/compat/twilightforest/transformation_wood.json +10227f5cf8a9995f7e59c509ad20a33f907a1203 data/create/recipes/cutting/compat/twilightforest/twilight_oak_log.json +60c949a998c4ffe6f838faf729ef9a7a247a59df data/create/recipes/cutting/compat/twilightforest/twilight_oak_wood.json +0a3c2e35782d54a28c3c60eae10bdd6247d5977f data/create/recipes/cutting/crimson_hyphae.json +cc4d09728d2407c0c972e696037d1b45db9a8bc2 data/create/recipes/cutting/crimson_stem.json +ebdf404a6de7880a42527c35727fa4214eb8cff3 data/create/recipes/cutting/dark_oak_log.json +5b3eab6a44b9c76e6317254214991128450c0cd7 data/create/recipes/cutting/dark_oak_wood.json +8dc8b46f4e75470466806da9d851db52a8166baf data/create/recipes/cutting/jungle_log.json +e34df7cc80df6139a0f77cd5f7b8b17b0abbffa9 data/create/recipes/cutting/jungle_wood.json +7f2d46fb9d896915469177e1647615de926cac08 data/create/recipes/cutting/mangrove_log.json +9f6520bfecff967456ca5c529810e1245e51bebd data/create/recipes/cutting/mangrove_wood.json +3617011bd39d6cdc5b9b326272d19df0b3510590 data/create/recipes/cutting/oak_log.json +554409e54c85164ae8e832208623f3400fd80750 data/create/recipes/cutting/oak_wood.json +0e67c6e6685d4b752b129456c607039a203d341a data/create/recipes/cutting/spruce_log.json +85cf63074b922696ea691cfbc2cf7c348d4e0977 data/create/recipes/cutting/spruce_wood.json +1e83972fa75e6cef279da72312ae0577e6b074a3 data/create/recipes/cutting/stripped_acacia_log.json +070aa9790369a368666c03bf1cea9643ed0e5bc7 data/create/recipes/cutting/stripped_acacia_wood.json +944dc5880749a146067716dd34b7edef77b925f5 data/create/recipes/cutting/stripped_birch_log.json +0ce39eb489b8d876954cbfcf715e94af79a57119 data/create/recipes/cutting/stripped_birch_wood.json +b90e5b0a18d6d2e7eae62d0caf41fb3dd597c1e9 data/create/recipes/cutting/stripped_crimson_hyphae.json +7244f0450df30a3b08139a1a43c82d3dfcc9f9a7 data/create/recipes/cutting/stripped_crimson_stem.json +fc37b271373157c95e306bb33b6585dae45d3edb data/create/recipes/cutting/stripped_dark_oak_log.json +a6ea6cec83389e333fb5f4a422043a1bd9f70f32 data/create/recipes/cutting/stripped_dark_oak_wood.json +7ec8691fc9236ded232cbac0454fb0f8ea57949b data/create/recipes/cutting/stripped_jungle_log.json +a8970a4ea88a0c3c75df9ab5e7a70e6ed385f5ce data/create/recipes/cutting/stripped_jungle_wood.json +6e96401efad8c35011369717614cd0f81f45c71b data/create/recipes/cutting/stripped_mangrove_log.json +a31d2317362342119530798385f12e76402fc0e8 data/create/recipes/cutting/stripped_mangrove_wood.json +4ff147a23e6314ab02b904b9026970f9a2498c99 data/create/recipes/cutting/stripped_oak_log.json +ba1eb67a609cecffd2ec06cb21a17191960bbc67 data/create/recipes/cutting/stripped_oak_wood.json +4c212147311aec6714936a630b95c5102d50acf9 data/create/recipes/cutting/stripped_spruce_log.json +d9f2558fd566bc362c8330b26d201b2774a530ea data/create/recipes/cutting/stripped_spruce_wood.json +58b61b31381bd7d663a6575b074dfb4bec8a50d3 data/create/recipes/cutting/stripped_warped_hyphae.json +39060c0293e8681bbce3444f702c1ec5cae967fb data/create/recipes/cutting/stripped_warped_stem.json +ddb27a32c1b01812db7cc317c962e35d794dae88 data/create/recipes/cutting/warped_hyphae.json +688e5c5719ce1c6a331cd9ac05ba21fdb2da96a9 data/create/recipes/cutting/warped_stem.json +7a01147d3c7d8fb9acb870b33e5a792328f88c3c data/create/recipes/deploying/cogwheel.json +1230f449873262e79585752d3430e5f7f383bcb2 data/create/recipes/deploying/large_cogwheel.json +dc35369da8514a5650704fd39e84861cce084b5d data/create/recipes/deploying/waxed_copper_block_from_adding_wax.json +7b7d596cdaa4000222177b405c04c6e8906561b4 data/create/recipes/deploying/waxed_copper_shingles_from_adding_wax.json +afbe0c612651ee90651ee7b39683c8baac2a115e data/create/recipes/deploying/waxed_copper_shingle_slab_from_adding_wax.json +66cd83c15d46692f27deaac280ef782bb2bd7909 data/create/recipes/deploying/waxed_copper_shingle_stairs_from_adding_wax.json +bcb9750b7c3504996d6177d5980128af018942a8 data/create/recipes/deploying/waxed_copper_tiles_from_adding_wax.json +eecd6194b0efc2bee321ba7fac7348cd3f5911ab data/create/recipes/deploying/waxed_copper_tile_slab_from_adding_wax.json +dfc1f8f6b0d1b6d23c9125c97eba31dadc370904 data/create/recipes/deploying/waxed_copper_tile_stairs_from_adding_wax.json +e260cded2b746bd79afaaa1e086cf2f0faffde76 data/create/recipes/deploying/waxed_cut_copper_from_adding_wax.json +33e338242aff64f9d52169392d2eb8e617b8da5c data/create/recipes/deploying/waxed_cut_copper_slab_from_adding_wax.json +5f4671548b18634ae440d7c64c4c97e5e533601b data/create/recipes/deploying/waxed_cut_copper_stairs_from_adding_wax.json +ff182d5c0c4b832ff566691d9b680c9039c55c16 data/create/recipes/deploying/waxed_exposed_copper_from_adding_wax.json +eff2e77f004873e695e419afc71a7011328d3de8 data/create/recipes/deploying/waxed_exposed_copper_shingles_from_adding_wax.json +5a7a622d5b340f83ba2d32fe53620744c5193a32 data/create/recipes/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json +b895ef423e64936b5d94ee54a6527316ed48d9d6 data/create/recipes/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json +9d566e599cc05aefde637faab1957813a5b6f3f7 data/create/recipes/deploying/waxed_exposed_copper_tiles_from_adding_wax.json +582083e0fed8760cde2c53aa2b02237eb59a3df0 data/create/recipes/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json +fec9d744770bfc517a72a2be45701aab6f3040b2 data/create/recipes/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json +0f18c91f36e3abae99a7dca72f3d80e59f03cf7d data/create/recipes/deploying/waxed_exposed_cut_copper_from_adding_wax.json +7ed36f4f3abfd37aec13a273b87d97c8ccc36cb4 data/create/recipes/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json +9cd5a6c71b5102ef2660e8a5c650cbd2c2327580 data/create/recipes/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json +97b7b3f65807328d0a036cb66ee53d898504da77 data/create/recipes/deploying/waxed_oxidized_copper_from_adding_wax.json +bd37d658666b2912c07b6daa6adaff99a479223a data/create/recipes/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json +07c82e555617f9d9166f2d2c9068ac421eb0b37a data/create/recipes/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json +d0c7805681e3ed6a6bc5775d42c702af924e8785 data/create/recipes/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json +41c879946a24ff330466476bdee9148859398842 data/create/recipes/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json +af72234311a9abf5c57c767c05274c466dceac53 data/create/recipes/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json +b35d22f891d1c9cab4340399e3426c96132b3fc7 data/create/recipes/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json +9d78f4d16273015d181be586f91e77f3b82ee18f data/create/recipes/deploying/waxed_oxidized_cut_copper_from_adding_wax.json +2a9c57a8ca9b013b7bc11d2588d4ba00b402f97f data/create/recipes/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json +5670c074c0f1961a5e499953a49c7e3f1f617ebf data/create/recipes/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json +58679c5c37eaa5a52ef9e0f4f7cc695c58ddee96 data/create/recipes/deploying/waxed_weathered_copper_from_adding_wax.json +5817055c1cf3ae572ffbe2765f3e519fda4c3342 data/create/recipes/deploying/waxed_weathered_copper_shingles_from_adding_wax.json +e962429c48ed12bb2d7b299719513c23a2088879 data/create/recipes/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json +2321ea4ed39d09b12a80be8df2c7c1dc4c6d2c18 data/create/recipes/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json +b635490492a22f88e24003bffb09c4d5e3fa2d61 data/create/recipes/deploying/waxed_weathered_copper_tiles_from_adding_wax.json +d0fc937a3e7ae42fb1891b7b87adb2b57292e01d data/create/recipes/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json +6852ea4c7f27520fb3388ec641be4cb94d907199 data/create/recipes/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json +9ab3ba5847c3abbc17c476436978141f2c039ce9 data/create/recipes/deploying/waxed_weathered_cut_copper_from_adding_wax.json +733dd94b46186c19fdecced5d8231e46ea612cf2 data/create/recipes/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json +cd4c050e6ad9227bf293768f2d8b965c0ecafeab data/create/recipes/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json +6a9fa669a5cbdc2406ecc5eaf6992e0e8fa83b88 data/create/recipes/emptying/builders_tea.json +5fb7e705b53ed84b607858be1db6a6d2765bea9c data/create/recipes/emptying/compat/farmersdelight/milk_bottle.json +ab35f7d885d8f2c8ccf562938ac804f6cb4c38ad data/create/recipes/emptying/honey_bottle.json +b4e78bf89677ff211c9a740231836ae0598cf0d8 data/create/recipes/filling/blaze_cake.json +aea7837e33bfcbdd1e0b4386372b6595fd00ad1d data/create/recipes/filling/builders_tea.json +0c69ff301d149af8d36be10a1e49b0be53a21a49 data/create/recipes/filling/chocolate_glazed_berries.json +1280689ba81877c6583c6941ed307ca35d4f00e4 data/create/recipes/filling/compat/farmersdelight/milk_bottle.json +12c19b46eec5bd371300dfcff5d2a9dd7169bb1b data/create/recipes/filling/glowstone.json +afeb566e5f989c58d239a2f66084ce3d813d111a data/create/recipes/filling/grass_block.json +36d0f06ea9fa065ed85fc596e08725a2e6c8d4af data/create/recipes/filling/gunpowder.json +c07c662c2ba8d7e5c72437096acfd7fdb99704f3 data/create/recipes/filling/honeyed_apple.json +c4e0373516bc98def80d0a13803cf980e3f905e0 data/create/recipes/filling/honey_bottle.json +3acf4a649751c23c8e39d649131939659c105a53 data/create/recipes/filling/redstone.json +deab6ea169b756376d89ea2200e0387a865ed2fc data/create/recipes/filling/sweet_roll.json +788cce637f455ea33408e5be5b75ce0e4cc57c95 data/create/recipes/haunting/blackstone.json +6f4039ea3aa482f15a18deba3d7d5fbd0e907c2e data/create/recipes/haunting/crimson_fungus.json +130d971b626bc871c23bd13d24b4fd23a954dbf2 data/create/recipes/haunting/glow_berries.json +4319a7d8ca417f1f2f1995b867c979e831a4de59 data/create/recipes/haunting/glow_ink_sac.json +ad3b1ecd1128b54f00b981b2672a27f1a5e39dc2 data/create/recipes/haunting/haunted_bell.json +6a8eb2597dc2efd538ed0540c4a8182058e9705c data/create/recipes/haunting/infested_chiseled_stone_bricks.json +77db0c662d274b42c896b88487fdf5152c22f4e6 data/create/recipes/haunting/infested_cracked_stone_bricks.json +077cd6bc7c0df7dfadf99562bf37a2d0b09b5100 data/create/recipes/haunting/infested_deepslate.json +26f60874d9583eca51b86e0179565007d3ff2738 data/create/recipes/haunting/infested_mossy_stone_bricks.json +c77509af1f1f394f13b99ce1f9a8d5c9068a8bc2 data/create/recipes/haunting/infested_stone.json +2eb4fc92d99c4b90ead42ba39dd9f7daab5ea409 data/create/recipes/haunting/infested_stone_bricks.json +17568d497edfe8e59ada60792df55bd60559584e data/create/recipes/haunting/lapis_recycling.json +dccb36fbb2ecfddf9b7f8ecbb5447debf85d1954 data/create/recipes/haunting/nether_brick.json +06b55546f08643c4dcb97c67742bae484906422b data/create/recipes/haunting/poisonous_potato.json +b8d1afc51e1424e627228119d919d4a7bcde8175 data/create/recipes/haunting/soul_campfire.json +47a860aaf489792d7ec7bfc77d0fb020886c92cd data/create/recipes/haunting/soul_lantern.json +a701fb82072d60320aa9b0280fa58c58296e8e42 data/create/recipes/haunting/soul_sand.json +901941fc33197c38391e6b23241081123f41c59c data/create/recipes/haunting/soul_soil.json +70492107d7e7573140937c6176c72e7a0a1e8744 data/create/recipes/haunting/soul_torch.json +b18c81c17d395fb6e9291fc010576914000f069d data/create/recipes/haunting/warped_fungus.json +409c94b597bc0e35cce51282428fc02b919bb55e data/create/recipes/item_application/andesite_casing_from_log.json +4816a96aa0117b826ec01f9351c98eaec4e132fd data/create/recipes/item_application/andesite_casing_from_wood.json +ac734bd72012ab3f0fd362fdcf237191874e1eae data/create/recipes/item_application/brass_casing_from_log.json +df1d95a4e41fb01d0ac240f89dcf734e00d92853 data/create/recipes/item_application/brass_casing_from_wood.json +e9a1683091c56c762a5509c31658593cd4cf2b6b data/create/recipes/item_application/copper_casing_from_log.json +66589dac860c8f248f1ca3704698d984793763c6 data/create/recipes/item_application/copper_casing_from_wood.json +d8a741b87c14ab45d7f32a8f569c3f874b3a3076 data/create/recipes/item_application/railway_casing.json +9336b8b9f590ed993fd88c8707b57d845a5aa115 data/create/recipes/milling/allium.json +d480b1b4c48440c6d6cb775321e95be7ea171aa5 data/create/recipes/milling/andesite.json +62ad8298a8d65935137fe5895b5351472405d66b data/create/recipes/milling/azure_bluet.json +329b96a869b6151d8e45190820a9d3537a9a2e04 data/create/recipes/milling/beetroot.json +a3b4a9eb3970eea745dff83c2d5fbab403ed481f data/create/recipes/milling/blue_orchid.json +720ff9753bb30e874483fc850c3cbc8bfa973224 data/create/recipes/milling/bone.json +e84433fe6ec772c212d20109268fa74ceb8fa3ab data/create/recipes/milling/bone_meal.json +08771e9c43212ed8a378a7f4b2e5147ebe37fe0b data/create/recipes/milling/cactus.json +d6073794b0be05fb52faf2d78d0daeb6ce3beab5 data/create/recipes/milling/calcite.json +5b6ccdbc1bf1dcc3fc3fca94ff1fa46c17f46622 data/create/recipes/milling/charcoal.json +6323f36ea7a1a46d0999dfe24e4fa86d677e319d data/create/recipes/milling/clay.json +a303570c10fc5ad55646555b1a72d2e2620fa34e data/create/recipes/milling/coal.json +9787581b978c78b40f92233556c6380c6ee9de53 data/create/recipes/milling/cobblestone.json +680b49ceb7d1052e5fe19e33f2eba6b7841ca817 data/create/recipes/milling/cocoa_beans.json +0130258652f73a3cad7ec1b1c55aa34a4e2ad062 data/create/recipes/milling/cornflower.json +78eefaaebdcab5ded5bda2b87ecfacc0afa7de7a data/create/recipes/milling/dandelion.json +2833601a45709b33c60d49e5647831df542db7f3 data/create/recipes/milling/dripstone_block.json +e135d8ec7a8a66134e5191ced390c2232d047f5f data/create/recipes/milling/fern.json +5bbbbbc70e2cac53ff0a21f48639848483438fa0 data/create/recipes/milling/granite.json +6f98f067d53badf3f9c9f52404ee561261d2da34 data/create/recipes/milling/grass.json +47979c8810fecba4bd3d205c11eb7fe9606a3e4d data/create/recipes/milling/gravel.json +eca463f7a6bb450b631512c619a160fea6c50a7e data/create/recipes/milling/ink_sac.json +64fe041a3d76a2c360afdc2b7b9725429d059a36 data/create/recipes/milling/lapis_lazuli.json +1213f90813e90822288e510043a31d867d61324c data/create/recipes/milling/large_fern.json +7de8589f629c4832157dc05cce3afd4095a7d0b0 data/create/recipes/milling/lilac.json +dd92906041688b897fe8259eb63ab5a26fb790c4 data/create/recipes/milling/lily_of_the_valley.json +fc6f30a97d0d9da10ae70547f2b1cf59ed1345a2 data/create/recipes/milling/orange_tulip.json +f788ef9822a5884afe3ac6db187bddd86b0d5d89 data/create/recipes/milling/oxeye_daisy.json +ce353a1083c769d5984cf2c9f6b70132a19c4a2f data/create/recipes/milling/peony.json +a654ff381c572da2b860b20e53f017f59828e4d9 data/create/recipes/milling/pink_tulip.json +9fb8da4cf864ebd5d32acf3048153afc778bd5f9 data/create/recipes/milling/poppy.json +7af146a5537a561343938d9377e8ee5a92fbd587 data/create/recipes/milling/red_tulip.json +a816354b8323dad95e552ff959b5101b65be8742 data/create/recipes/milling/rose_bush.json +c08c312639d14142f7e3040a31a597461ec7e04d data/create/recipes/milling/saddle.json +f4f8d3d7e14580c5926b325b04db9cc9c0ab76bd data/create/recipes/milling/sandstone.json +5808443b01181b490a80f1c6053c95b6eee4823f data/create/recipes/milling/sea_pickle.json +34acf6be71c477bcef77e59a2c28467d313d6ebb data/create/recipes/milling/sugar_cane.json +b9f76af7f58d3e9b0689795dcad4c72be7f75211 data/create/recipes/milling/sunflower.json +1c4d6364e5b3f2dd361756f481615088d5cf8331 data/create/recipes/milling/tall_grass.json +c5846a4c7ccbe7b4bf6251f7ee11f3899c8926d2 data/create/recipes/milling/terracotta.json +67ad673d1f7b6000b8b2c88d8205210c8a563f68 data/create/recipes/milling/wheat.json +a91dae829938d3f69a7007d3cf8db02b70fe3a7f data/create/recipes/milling/white_tulip.json +023ab0c2abaf87295fb7c3fbe841a09c519b74f7 data/create/recipes/milling/wither_rose.json +74bb289e20e891112f4964761eb76c3ce4d3c8cd data/create/recipes/milling/wool.json +5f1b8a82af091cd4589ecfa5c13a4db6ad9c51b9 data/create/recipes/mixing/andesite_alloy.json +48604c2205b18fe1401eac58d14aa1677cbd9c2b data/create/recipes/mixing/andesite_alloy_from_zinc.json +b8dfa0e65b356e88f264ac4ee95672e0afc5961c data/create/recipes/mixing/brass_ingot.json +840a9008d4531425beadfcf224d21e938acc4502 data/create/recipes/mixing/chocolate.json +e7b86d4ca5de2df474794424d93b447e5f9dcdc3 data/create/recipes/mixing/chocolate_melting.json +4cf9a0979fb6401c51c763d71f0bb53ea2c8c32b data/create/recipes/mixing/dough_by_mixing.json +ac2a2456e2f0ccd74db6dc5ad029eb4e6781a25d data/create/recipes/mixing/honey.json +251c09ac25bb73e092fac483ceb5a9196a479919 data/create/recipes/mixing/lava_from_cobble.json +4454cb7a73571d90e19826ee394b0c9e52ac8620 data/create/recipes/mixing/tea.json +8bd950c78b4db3b7f5a9a1f42c116677049b77fc data/create/recipes/pressing/brass_ingot.json +8dee39f86784636639790b0ed1bbd5c845522952 data/create/recipes/pressing/copper_ingot.json +744e1a66857f20a094ba02a3e3613210a815493e data/create/recipes/pressing/gold_ingot.json +fb105ac920ce9dc0b883bfa40029b69709bceb38 data/create/recipes/pressing/iron_ingot.json +daf5c0c9e3f13d2004d53c54f4c1c36ae098d1ae data/create/recipes/pressing/path.json +629f7feb2048319f575e08effa8f79c3910a7147 data/create/recipes/pressing/sugar_cane.json +eaff1b1f905b1073366cb8b504f0ae68a59ad3a3 data/create/recipes/sandpaper_polishing/rose_quartz.json +1eb8656f14fffd3e6c3791465e6880ab8c179765 data/create/recipes/splashing/black_concrete_powder.json +5215f9b283ba582e1029de2b21cac5986c1eadbd data/create/recipes/splashing/blue_concrete_powder.json +3ce6bc6cfbdeb52c2514f5620db9f0b95ee18d3a data/create/recipes/splashing/brown_concrete_powder.json +d2aad9e39b79334927d96a00a4ad6b090ca9f506 data/create/recipes/splashing/crushed_copper_ore.json +52eb840345f866a62b8d75501699eb8b8603415c data/create/recipes/splashing/crushed_gold_ore.json +8f2216a9038deaaf0ffe606024ea1e1ce6f5c6d5 data/create/recipes/splashing/crushed_iron_ore.json +f5f7c1ca90e474ae1803120953bcf94f1a016111 data/create/recipes/splashing/crushed_zinc_ore.json +e0746e69dbfee5a7e226980d496490b534f848a9 data/create/recipes/splashing/cyan_concrete_powder.json +64535aaa3a5d4b98791337b1a8ce50ad3d39a8ac data/create/recipes/splashing/gravel.json +dd9508767f68cc8b5cc2f642690961e0c22c9985 data/create/recipes/splashing/gray_concrete_powder.json +8908b452e6bc1290ebb8cfefc2c066460de93bff data/create/recipes/splashing/green_concrete_powder.json +32d3cbf2d10b97a40c9f1f70b004c720782eabda data/create/recipes/splashing/ice.json +ad4f0b1d7b4217a9f42aaab32e49a9eb87fdae33 data/create/recipes/splashing/immersiveengineering/crushed_aluminum_ore.json +19078e218768b271e7cd15fbd8e5c931af6725b9 data/create/recipes/splashing/immersiveengineering/crushed_lead_ore.json +90830efd768c4fc4977420a19aa3bfa831e1b947 data/create/recipes/splashing/immersiveengineering/crushed_nickel_ore.json +261cfdeb96c717eb08abe51260a69f7b32a2ad60 data/create/recipes/splashing/immersiveengineering/crushed_silver_ore.json +b674384fde3e03b72f73cb8191c5d827d69e0ca6 data/create/recipes/splashing/immersiveengineering/crushed_uranium_ore.json +676a409aadcbf2497b366234c5186c6192a67c8d data/create/recipes/splashing/light_blue_concrete_powder.json +d4053dba524524329f43df5bdde81d9ee07838b5 data/create/recipes/splashing/light_gray_concrete_powder.json +3d87975758344a4e420c3c5a138dd300e97cf3c4 data/create/recipes/splashing/lime_concrete_powder.json +a7d14062310d6c34aebd20dc7ea1f81d8877fe5f data/create/recipes/splashing/magenta_concrete_powder.json +8d787ccbb817d773616405afc255e298803c9573 data/create/recipes/splashing/magma_block.json +95738b9fbf01d379e349b15d8c7794e60e29bdee data/create/recipes/splashing/mekanism/crushed_lead_ore.json +d390c3cf34ae98508be18c2841ccd99a82ee2229 data/create/recipes/splashing/mekanism/crushed_osmium_ore.json +d621005642e070acfa7b3f589bd680e6263f9d52 data/create/recipes/splashing/mekanism/crushed_tin_ore.json +8bbd37609e1d95b623e7421027a9966f090c5e4e data/create/recipes/splashing/mekanism/crushed_uranium_ore.json +33010500d02167a49b9e697fdeba3c169a80dee3 data/create/recipes/splashing/orange_concrete_powder.json +bead7ac4cb59e935f62bb87c077494fcbca6f18f data/create/recipes/splashing/pink_concrete_powder.json +2b2404f137bb0fac204abddd4259e916a0b1c7b5 data/create/recipes/splashing/purple_concrete_powder.json +8ad27aeffbd10f19eb9e3e8c71c9851024056999 data/create/recipes/splashing/red_concrete_powder.json +c4230c9499ced6d542f7ac2bf8601037f37ec7b5 data/create/recipes/splashing/red_sand.json +cccf4ef0891992687dcb7ce5c644499d93210b8a data/create/recipes/splashing/sand.json +5f830a62c14cfa86fdc59d3405ac79fa626c53ea data/create/recipes/splashing/soul_sand.json +0ee6d52e8966b6189f2841bcdf41417df1ab072c data/create/recipes/splashing/stained_glass.json +f241ec6a8ad063b28281c18e1fbb03c482d7af8b data/create/recipes/splashing/stained_glass_pane.json +f1f13577f5c652994badea98607a62ec9eb16723 data/create/recipes/splashing/thermal/crushed_lead_ore.json +371cc9440b2eb4fb3a5a669092e66fb75d822a58 data/create/recipes/splashing/thermal/crushed_nickel_ore.json +8c0c0a2dc62f48478cec15b78445d0f6bb02e3f2 data/create/recipes/splashing/thermal/crushed_silver_ore.json +52820b76b21e2c58c615f6c52ee53245118448b2 data/create/recipes/splashing/thermal/crushed_tin_ore.json +23d70b869e50a1e11df264f3640becac4ec9100d data/create/recipes/splashing/wheat_flour.json +a883796342143a5f2b5bc68d230b725964abdb8f data/create/recipes/splashing/white_concrete_powder.json +d09bcaa2334e05e6cce37b7342c7de84ce954bb9 data/create/recipes/splashing/wool.json +0d8201d59773c8b33f4b066b74654d9c802220f2 data/create/recipes/splashing/yellow_concrete_powder.json diff --git a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 new file mode 100644 index 0000000000..4a1542dac9 --- /dev/null +++ b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 @@ -0,0 +1,2 @@ +// 1.19.2 2022-08-19T13:22:19.0032266 Create's Custom Sounds +043955db25ffe58e7debb9a4f11e41a9571376e6 assets/create/sounds.json diff --git a/src/generated/resources/.cache/cache b/src/generated/resources/.cache/cache deleted file mode 100644 index 57579baa99..0000000000 --- a/src/generated/resources/.cache/cache +++ /dev/null @@ -1,5745 +0,0 @@ -16539ad12ee9e1ee004dec3fd62122b3e17c8e77 assets/create/blockstates/acacia_window.json -f0d6baaabda94151134f569246d61a6e710c35a9 assets/create/blockstates/acacia_window_pane.json -6b70306397316d6ebfa1cb07f2308d5c7fce83e0 assets/create/blockstates/adjustable_chain_gearshift.json -9dd79bf5430f674e7d3e3fc7d59edee3d66e241e assets/create/blockstates/analog_lever.json -96097d97028f38d61d64fec7c7095aaf64650db3 assets/create/blockstates/andesite_belt_funnel.json -9999a75c7766781eadb12510a09264600bc846e4 assets/create/blockstates/andesite_casing.json -96bd534d3d84336927fb6512f9848d837d557084 assets/create/blockstates/andesite_encased_cogwheel.json -1673172100317477ca559c32fd91d16b165e0085 assets/create/blockstates/andesite_encased_large_cogwheel.json -9639b901ffdd2ecccab5575c5c9e6c7b5c901e02 assets/create/blockstates/andesite_encased_shaft.json -ca9a629472625abf741f02b94ce4578292fb14a7 assets/create/blockstates/andesite_funnel.json -73154ab9fe5463116d06d0732f9a1c2fa817dc3f assets/create/blockstates/andesite_ladder.json -3adca59d03198c273f13c21c6058348c9fa71735 assets/create/blockstates/andesite_pillar.json -1d2d8081581e07d9be4b382aede4f2de4401cc6b assets/create/blockstates/andesite_tunnel.json -70a2eff30918c6369fc90aaa6a56ffa5c959065a assets/create/blockstates/asurine.json -bb61f3f336ebe0ff08d84cb6a83e86a823dac7aa assets/create/blockstates/asurine_pillar.json -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 -95bada2b3bf55536f85e82bc6f9d16501b6e1a95 assets/create/blockstates/black_nixie_tube.json -e0f1e44c9bce4a7478592cf3a8ee7b91d9083d65 assets/create/blockstates/black_sail.json -58b07d2af6030342f0354f6d3fd0ee128d2d74b4 assets/create/blockstates/black_seat.json -73db8bd55bd5bd21f939ee9eb4b4b02209d9c5ed assets/create/blockstates/black_toolbox.json -a71ddf3291bd13d7877f2fe32c42f50407f99afb assets/create/blockstates/black_valve_handle.json -923aeb2a556f67bc0526f237dd97af2d37b4c9f1 assets/create/blockstates/blaze_burner.json -ea1a792572af1ee4c9831cd55825514d6568952d assets/create/blockstates/blue_nixie_tube.json -ec2ab87734acc209e6be3bc4898b1199f819bfd3 assets/create/blockstates/blue_sail.json -4854d1ef52130a7887aecc60bcaffbd66f0871a8 assets/create/blockstates/blue_seat.json -dea175335c5db0abe758cd208dc984c22506a176 assets/create/blockstates/blue_toolbox.json -9d7341a5cae5d47788c595167946dfb6441cebd1 assets/create/blockstates/blue_valve_handle.json -5f57741e500903b70c80d2a72788a25e97387e2e assets/create/blockstates/brass_belt_funnel.json -8b1dd00adcc7e74c5a9feed069e2610b15a338cb assets/create/blockstates/brass_block.json -b8dd6e505943e06706d0718ece620ab3cf943650 assets/create/blockstates/brass_casing.json -577adb030af119fb980ededaa7fc2a3d3ed14220 assets/create/blockstates/brass_encased_cogwheel.json -e69a71fdeb5855b2a59a31598f25eaea589c1748 assets/create/blockstates/brass_encased_large_cogwheel.json -288bad07593a8a2c8efaf44bba0ffb0011d36cd3 assets/create/blockstates/brass_encased_shaft.json -adfbd6cc5e44a0f431180aedbe65a19428299d8e assets/create/blockstates/brass_funnel.json -f9234ab4324892587c4b0bf38523ee7770072f6b assets/create/blockstates/brass_ladder.json -672eedcd3520c6d39603449165a23be9c612c620 assets/create/blockstates/brass_tunnel.json -ffe31d5ad0486949b049cf2060d1f34ef7ceaa82 assets/create/blockstates/brown_nixie_tube.json -11ebdd9bd0815833e62ec1bea03a4cdd86ce00f3 assets/create/blockstates/brown_sail.json -e81608346d43406ee72cae0f78b8bcfb37ba2d75 assets/create/blockstates/brown_seat.json -bd73bfdbe88c58883cc15fe31a9dac7860482ca3 assets/create/blockstates/brown_toolbox.json -322289524c058fac66bbe76b4924c3b0c0c33b84 assets/create/blockstates/brown_valve_handle.json -ff1073a5451691c492102243084d92de42abfc26 assets/create/blockstates/calcite_pillar.json -d01a750e6e8214ca8481e40aa69cedeb5c7210f8 assets/create/blockstates/cart_assembler.json -470e8c6a9c37b91fa745bc4f6e9d3740bd72467e assets/create/blockstates/chocolate.json -b59324f051f21d8ce1a48a08f4721a61a3c414d6 assets/create/blockstates/chute.json -4947c261310445fa55b92038326ac82967d192dd assets/create/blockstates/clockwork_bearing.json -1f33834c685e3243882acfe20183fe64dfa872be assets/create/blockstates/clutch.json -e5e3757e99c139d67b2a70288466d8a74d818841 assets/create/blockstates/cogwheel.json -36f54136a7756c97f71bc6b47ef4e8e575e72879 assets/create/blockstates/content_observer.json -7d11142092c89ccba3e74e0a3bdd0ccb446d63b5 assets/create/blockstates/controller_rail.json -80d71365995d4c2a61dd1c15e99cae18551af6e8 assets/create/blockstates/controls.json -961b615124ea9a5a5735e8a79f81a702de7da2cf assets/create/blockstates/copper_backtank.json -cabf6b8c59eb0e3d56a0a5a856ca058bb3200882 assets/create/blockstates/copper_casing.json -a54d18937f8ce000f7ed0dc627d6d3414805006a assets/create/blockstates/copper_ladder.json -b3d0dee8f6e14fa6c637e98cc1c6f1ea55b5f0d5 assets/create/blockstates/copper_shingle_slab.json -a002289d0bb7df6927e8e6a99e9eb9ec77bd179d assets/create/blockstates/copper_shingle_stairs.json -7db3cd84768bf2dcb8420cbf45492f543ddfd893 assets/create/blockstates/copper_shingles.json -a87097f3a092264d9b74966ee9e3bcfc0b743f80 assets/create/blockstates/copper_tile_slab.json -1cc9cdcd48ea76fe3407dce0973220ff9f63f51a assets/create/blockstates/copper_tile_stairs.json -cbae7653d6a6f2d98370e9a4a3bd91fdb529f89d assets/create/blockstates/copper_tiles.json -890be245b914c1a9f29f48a8c5d325640b5be160 assets/create/blockstates/copper_valve_handle.json -b759be6f47fb960a7757b70d194921a38261c90a assets/create/blockstates/creative_crate.json -da3f1203dd0b0096ce19e09705060a0ed0478bee assets/create/blockstates/creative_fluid_tank.json -f0031f5e970b3d5695472ed384950b8631b015ed assets/create/blockstates/creative_motor.json -23ef8777fb1eb48d1d719bd5a2f5ff7ed40a62c1 assets/create/blockstates/crimsite.json -f7c283460879e70ed0fa112a24caa06a7122358f assets/create/blockstates/crimsite_pillar.json -24ee16e3dadb3e0221afce7af37643494f471fb0 assets/create/blockstates/crimson_window.json -3e6cd0945390b390b963474f7cf708e2dcba631c assets/create/blockstates/crimson_window_pane.json -fe2f78b94c20944399101e7369e2d43324297fb6 assets/create/blockstates/crushing_wheel.json -a1dd6cb3daa97ea871290ef7b178d28b564ee2a2 assets/create/blockstates/crushing_wheel_controller.json -b1126c191877cff86b4e2de83e1fcbd151451cb7 assets/create/blockstates/cuckoo_clock.json -7b4147b215d676a528ee8782a4528d42dac02198 assets/create/blockstates/cut_andesite.json -dda050ee95fb282d5c8f5d8368e8f6979578db23 assets/create/blockstates/cut_andesite_brick_slab.json -ec6ad43e1b4a14ac3e26d3848b8f9fdc376606b7 assets/create/blockstates/cut_andesite_brick_stairs.json -d30d196eaeeec9d38786edeb7637602b181ca691 assets/create/blockstates/cut_andesite_brick_wall.json -191a716ec23f6c8d14d7e98644b79decdf7037e0 assets/create/blockstates/cut_andesite_bricks.json -d4c4837b2d3f7681ebb1b2fa3bbcdd2803b161e7 assets/create/blockstates/cut_andesite_slab.json -63c335ee6f72761a8428d5567c7493a8451ec2d4 assets/create/blockstates/cut_andesite_stairs.json -d5d8bfaf2407284cffce23e1d0c28b7073693b84 assets/create/blockstates/cut_andesite_wall.json -6026dd571157861ba8c35a5468bf8e9f48320bdd assets/create/blockstates/cut_asurine.json -df271c7d5db7763978cd8e36a1def89241ac5177 assets/create/blockstates/cut_asurine_brick_slab.json -a4d5cef7d3a94efd402f1294bc52451659370ea9 assets/create/blockstates/cut_asurine_brick_stairs.json -48f2ae084e97a9e2602db09127dff9f3f8c96167 assets/create/blockstates/cut_asurine_brick_wall.json -8e8f5ed4798f7ced6ab2cddc378e5bed4feefa8d assets/create/blockstates/cut_asurine_bricks.json -386df25fe931ba34c770c4f4ed233c5da0d360a8 assets/create/blockstates/cut_asurine_slab.json -91159d82b1cde2dc96b39b2aa72064b677fa761b assets/create/blockstates/cut_asurine_stairs.json -2f4a4a566aae2ba1c25517c32bef5f37113cb49f assets/create/blockstates/cut_asurine_wall.json -e945ca5e027609fa72b03d7cf8643b5a9075f647 assets/create/blockstates/cut_calcite.json -412fce823e2476aaee3153c41991ddf021166800 assets/create/blockstates/cut_calcite_brick_slab.json -6ec697a8c611e5ebc95aa6ced5584e26882137f8 assets/create/blockstates/cut_calcite_brick_stairs.json -70a026a83d5f22b1dfc04c3324b23dc92adbbed8 assets/create/blockstates/cut_calcite_brick_wall.json -0bd44725a22f50a22a362bfabe92e3426450f1e8 assets/create/blockstates/cut_calcite_bricks.json -2c5620b424fd8e906eed359c81a0cf03a3a8919e assets/create/blockstates/cut_calcite_slab.json -7e4c972d336ed9d868318a9fbdcbcdbf6cd5f0e4 assets/create/blockstates/cut_calcite_stairs.json -fd83da33b6b308f6c15da3874d032d55dfd94e1e assets/create/blockstates/cut_calcite_wall.json -97d6a306832d323e3e7a2201faeefd49d479936b assets/create/blockstates/cut_crimsite.json -f82ad4da29a4e28984903e40d8093982fce942f2 assets/create/blockstates/cut_crimsite_brick_slab.json -6ecce4c44f05efdbf7499a30fc5d02ee0f1b2e73 assets/create/blockstates/cut_crimsite_brick_stairs.json -4e7426afbb18007f374aebb6d67b040d29ba0ffa assets/create/blockstates/cut_crimsite_brick_wall.json -145963836f1377a3c3010f11143871ac2a27843b assets/create/blockstates/cut_crimsite_bricks.json -4592a2c6e5b95cdcbc8479755e699dfad29b1c2b assets/create/blockstates/cut_crimsite_slab.json -4232adc19cb9823f396e23af634e1c99119bfe81 assets/create/blockstates/cut_crimsite_stairs.json -927410fd610db0d19a9423635dac5b5e4b7d40fa assets/create/blockstates/cut_crimsite_wall.json -b23c5d11543cd44ee2d691e5508a6160dfe780b8 assets/create/blockstates/cut_deepslate.json -67178654d3db79290b9c258f739677e0216cb3fa assets/create/blockstates/cut_deepslate_brick_slab.json -e29661edf73dc418ef3cf83ccf6b323adb966b88 assets/create/blockstates/cut_deepslate_brick_stairs.json -23645744b9884fb9f7d6f0f7bb6b67c170cb660f assets/create/blockstates/cut_deepslate_brick_wall.json -c98bae4d74159cb3dbc66f25491e9257d1d8ef7e assets/create/blockstates/cut_deepslate_bricks.json -4c90cd62af9f0814179e3ca9748aa8e8ba1943ad assets/create/blockstates/cut_deepslate_slab.json -f98e86104b4827a05e9b9c4f9fac8f7291767ab6 assets/create/blockstates/cut_deepslate_stairs.json -438caeb88af54ea5ed14339f51ef2636040dba3d assets/create/blockstates/cut_deepslate_wall.json -d45dfb2d2fb44bfdb10dc0ac5a6901e5969f7c77 assets/create/blockstates/cut_diorite.json -d229b691cf79cc7a58603b7926bcf701c89ecb0d assets/create/blockstates/cut_diorite_brick_slab.json -e02d518e2c8e2e3d549fe14a86567ca15b651b5e assets/create/blockstates/cut_diorite_brick_stairs.json -35e9491b22a27b348f33fde3ee0226eba2a96b3a assets/create/blockstates/cut_diorite_brick_wall.json -9ecc42ec86bd9d88d0b0a565083e4ecfaec024bb assets/create/blockstates/cut_diorite_bricks.json -46537e20af532f34a5ee6467497b33ce9bd09747 assets/create/blockstates/cut_diorite_slab.json -f5eb3a5005b38f78b3d28c4a3abef0078729eb85 assets/create/blockstates/cut_diorite_stairs.json -500b15fa6ea983212530a66380a5e306f367f99a assets/create/blockstates/cut_diorite_wall.json -46be31a72a02b916b22aa73f4c7a19c4ce6e2d2f assets/create/blockstates/cut_dripstone.json -9d1a60c166a8f2052896147168f5d6211eee22f3 assets/create/blockstates/cut_dripstone_brick_slab.json -29c1224809ee3b0eefc6c73df9d23789d049051d assets/create/blockstates/cut_dripstone_brick_stairs.json -763db946a3fa8bdbfce526d34c0b684867b9f020 assets/create/blockstates/cut_dripstone_brick_wall.json -574e6a475233be4b4f35f2b60d35716f9e6884f0 assets/create/blockstates/cut_dripstone_bricks.json -2538c7787387eb768a7549f333b8789e2ddb029f assets/create/blockstates/cut_dripstone_slab.json -0e65e55b143642a4a8199dccd57c37795113f6df assets/create/blockstates/cut_dripstone_stairs.json -3419f70f437d0bd5ad8bda883ac07a5d36512beb assets/create/blockstates/cut_dripstone_wall.json -33e56b5171ff3f7557b4a8b7a247d8c53a05253b assets/create/blockstates/cut_granite.json -9b8024367a3545b8681321fdc155b25f5f9e7dc8 assets/create/blockstates/cut_granite_brick_slab.json -328902f9a7672273f9ef40721c849ef84915aa19 assets/create/blockstates/cut_granite_brick_stairs.json -15d25ec1be6bfce2865ed6312d3bc6507782c00d assets/create/blockstates/cut_granite_brick_wall.json -17a39715f116c6c9f7c93d6138503eb8b0f29323 assets/create/blockstates/cut_granite_bricks.json -786eb3d2e2c139c2aa3bc67694c42c1b6cf36208 assets/create/blockstates/cut_granite_slab.json -eacd552f03e7b7c48244974fe95a0ab6a1b96c2d assets/create/blockstates/cut_granite_stairs.json -6b897c702f9c201bb5270ea9f906074c8dd22390 assets/create/blockstates/cut_granite_wall.json -1aa992267b2ce2b29f68a83026c273900af904de assets/create/blockstates/cut_limestone.json -cab0daa87d1b084cdce3f42a16b589de79d34afa assets/create/blockstates/cut_limestone_brick_slab.json -bcf10e4419b3e746ba18c786723e9903053b320c assets/create/blockstates/cut_limestone_brick_stairs.json -ebf1bdf68fedb29e850ee39ef3ce2aeaeb8679fc assets/create/blockstates/cut_limestone_brick_wall.json -4870a6b3105edb2b6a7da5e68d0aa9e3e61ad498 assets/create/blockstates/cut_limestone_bricks.json -28d31ad2b49ad077de7b468ee5f67a425589bb8f assets/create/blockstates/cut_limestone_slab.json -4760e0e6a0165e6f8d8daadea97773ea38098a68 assets/create/blockstates/cut_limestone_stairs.json -24ba3e0ca3acba45fe19ba7b100e40008018cb6e assets/create/blockstates/cut_limestone_wall.json -3160d62623426d2c9e99a25a726b57b088376928 assets/create/blockstates/cut_ochrum.json -dc27a0ebc523239417a82c0b2d7494faccf4a161 assets/create/blockstates/cut_ochrum_brick_slab.json -f61b3c082680c3efae645433d79279fc9b049bd6 assets/create/blockstates/cut_ochrum_brick_stairs.json -3d756174c1ebbd7a087e09f76abf2e8a7b3e95cd assets/create/blockstates/cut_ochrum_brick_wall.json -5884bdcf73080dc2e318609f076b64176d37d5bf assets/create/blockstates/cut_ochrum_bricks.json -1675799ed63d33c088b38d356eed91ed20cc73fd assets/create/blockstates/cut_ochrum_slab.json -12780c70305fed32717c78ddeca59d4e9412a530 assets/create/blockstates/cut_ochrum_stairs.json -d00b6061b11efee29f358eed17c33b61cec33e1a assets/create/blockstates/cut_ochrum_wall.json -57a3fe4de698feb6a628ee031427c62620a22d4c assets/create/blockstates/cut_scorchia.json -82346e71363beaa9a0691a612cb256853491abed assets/create/blockstates/cut_scorchia_brick_slab.json -4fe1021698817967f482ca203aa166d66f279976 assets/create/blockstates/cut_scorchia_brick_stairs.json -d58c404703b94a972f6248667e9133e329c3a4fc assets/create/blockstates/cut_scorchia_brick_wall.json -39161bd23b138c50357c1654748df174bc05b33d assets/create/blockstates/cut_scorchia_bricks.json -10e5c96e75b087ad07c0e493b114719842d6c98f assets/create/blockstates/cut_scorchia_slab.json -e3cf3329fd140ddc26d05bd64ce9fabd59f22816 assets/create/blockstates/cut_scorchia_stairs.json -287e77eb672e55c719c25b39c69574419d7caa10 assets/create/blockstates/cut_scorchia_wall.json -82103eb708c4cad2af0e5aae381748403d1924db assets/create/blockstates/cut_scoria.json -b3d506632d8d1cfc73b02450fca09781d145d19a assets/create/blockstates/cut_scoria_brick_slab.json -c73b426f65d7a9921f2db2e220f9e9b7e47a2926 assets/create/blockstates/cut_scoria_brick_stairs.json -0d8e288212c30cc6e88405b4aa500b500f304a62 assets/create/blockstates/cut_scoria_brick_wall.json -ee17eb626b68266221b611ec5be7098bff6ed9e9 assets/create/blockstates/cut_scoria_bricks.json -4bfafc5b5eb0deed2da8141c4040aae44c448ec3 assets/create/blockstates/cut_scoria_slab.json -85733fb4cc4528cd02af351dc02563465b4a9644 assets/create/blockstates/cut_scoria_stairs.json -67133a4c2db4a214aa488b83d5e1cb19ba0c0936 assets/create/blockstates/cut_scoria_wall.json -f68891bc5f6bc74d6c635a2a47c9104b47defb3a assets/create/blockstates/cut_tuff.json -a362a6afdf2c13dcbf6a0759a9625908ef91f8bf assets/create/blockstates/cut_tuff_brick_slab.json -ba66cf941ebb42b9b5426560f63215526de2996e assets/create/blockstates/cut_tuff_brick_stairs.json -4f8617ce60271ed28683983c13a20882617d0ab9 assets/create/blockstates/cut_tuff_brick_wall.json -75580687541587ae54524fac2206f9b8cec7bf34 assets/create/blockstates/cut_tuff_bricks.json -93843e5006d677403dfb1c75399f0f36f94144ad assets/create/blockstates/cut_tuff_slab.json -0fc0c0265f668e08d5015bb0d21c16105ca12efb assets/create/blockstates/cut_tuff_stairs.json -22e21b4d1c8f96269c46672846f8e8d9aaa6a656 assets/create/blockstates/cut_tuff_wall.json -97831036b750e0d6e66f54efcd301d60af7cac38 assets/create/blockstates/cut_veridium.json -1dedab2e32d4504ae5f05fd742787bef4e0582de assets/create/blockstates/cut_veridium_brick_slab.json -749a3ffafac34bfb50cce9e9c2f1aef983e974e5 assets/create/blockstates/cut_veridium_brick_stairs.json -9cf9e7c5e346a8ac027fcfda68792f425550d98c assets/create/blockstates/cut_veridium_brick_wall.json -8fe2ebb0c7861868e939210bcc32663725be2163 assets/create/blockstates/cut_veridium_bricks.json -d6a8c385c9ebc5bae603c908b6f8eccd6f5ad94b assets/create/blockstates/cut_veridium_slab.json -3f3ab7e6792c6ecbc0201b728a3dba091f56334f assets/create/blockstates/cut_veridium_stairs.json -62b181dcbb1f8de809be2625e8735ff3d7169a7d assets/create/blockstates/cut_veridium_wall.json -34adbe403ba4f36ca005e82997cc3b6b6fa17e36 assets/create/blockstates/cyan_nixie_tube.json -b496452f2f7dbbba385e1fc10b560ec266e4b5e7 assets/create/blockstates/cyan_sail.json -4de72f65bff4e5d9c8153fa3adeee6b61d6f912b assets/create/blockstates/cyan_seat.json -8e14112e948e492da8151b773c1fa40bf1467490 assets/create/blockstates/cyan_toolbox.json -2c04d57e56849f243aec8a1e769574d24daac1e9 assets/create/blockstates/cyan_valve_handle.json -1726b1b9e04a0634e7e1fdcf1cf4cc898efc5c2f assets/create/blockstates/dark_oak_window.json -50d4627d8e8b5adade12de764ab528ddacfa9ea5 assets/create/blockstates/dark_oak_window_pane.json -de0116bf32a26d697a3b999044d6fb0b1b98320e assets/create/blockstates/deepslate_pillar.json -c3317a94c509d4bb2fe9c6f64a072334421998d3 assets/create/blockstates/deepslate_zinc_ore.json -ac85f55d82d96fc15750e6b954297cfd1e00d04d assets/create/blockstates/deployer.json -3660f44309279a0347347f23ce7444c6ed98cafd assets/create/blockstates/depot.json -0270b68550e19720d0cdc9e44f63618908628192 assets/create/blockstates/diorite_pillar.json -62cc543abb242836570d07d619fcdb4c79c75db4 assets/create/blockstates/display_board.json -6766818ea63026a3af2fb9d81110d3887c74b0f8 assets/create/blockstates/display_link.json -30b3422bfee9878c92521429b2536d3e0313cedb assets/create/blockstates/dripstone_pillar.json -35fc68eb1d031d28ad09b7b603e64ae459634179 assets/create/blockstates/encased_chain_drive.json -7b2b836649e729feafa60972bf95e3afb2143131 assets/create/blockstates/encased_fan.json -d13940ed213d7acbc6ebe3bdd21175ef89e4d613 assets/create/blockstates/encased_fluid_pipe.json -5d2f1f2366b6b70213f06e22545774b3a0d724a9 assets/create/blockstates/exposed_copper_shingle_slab.json -9b5f3a605f48fae074d9b98aca410b68fe72bb2d assets/create/blockstates/exposed_copper_shingle_stairs.json -9849af21d0e48d17fc7fbef4423329b0b073b9f9 assets/create/blockstates/exposed_copper_shingles.json -8bc601601858042859cd834e7fa391a8235d3d75 assets/create/blockstates/exposed_copper_tile_slab.json -8a87e42262f3f161b0e6fe10b795ff00eccf768f assets/create/blockstates/exposed_copper_tile_stairs.json -fb41aa1a0828c9256b3f886fdcb55bb54252ba09 assets/create/blockstates/exposed_copper_tiles.json -7a2259a71fbbbb9491fc1e6a9c935bc9fef14042 assets/create/blockstates/fake_track.json -dd6dadfeb65c4a4c4d1dc92516c411355e90dcca assets/create/blockstates/fluid_pipe.json -f0eaab18e16c4f3f65ebf3b55b08f0dc445720fe assets/create/blockstates/fluid_tank.json -5408d92ab02af86539ac42971d4033545970bb3a assets/create/blockstates/fluid_valve.json -95b0775bf4d619ca5b0a42dbdc47c6f2c15d7b3d assets/create/blockstates/flywheel.json -ac00d40e1ef50a37041c0481afa1a23a14dea78e assets/create/blockstates/framed_glass.json -b5a2e05ed9557992c6093b76e9d80073eb986d5a assets/create/blockstates/framed_glass_door.json -61df7769fa61f6dd2868a4377e54320fdd473b4e assets/create/blockstates/framed_glass_pane.json -21661698b4aea1984661a0eaf4e98fd02ba2dd52 assets/create/blockstates/framed_glass_trapdoor.json -23744450886af88ed468aecbbd7b8d7babcbbd6f assets/create/blockstates/gantry_carriage.json -9fa39a44bba30c5ae8fa245b122a837c705462b4 assets/create/blockstates/gantry_shaft.json -eca1f0e56efdadb241f42dc6ebb036f1d52213a9 assets/create/blockstates/gearbox.json -f34814b17cde3231a1dfb271f3dabf8d6de4fbf6 assets/create/blockstates/gearshift.json -dc3a593d2e32386c24b203165808cc6dee121a57 assets/create/blockstates/glass_fluid_pipe.json -f5928e309add6e414cf69e675cef9287750a427c assets/create/blockstates/granite_pillar.json -e506b85ed71dc4567295be3989f3302e57777ad9 assets/create/blockstates/gray_nixie_tube.json -5c40c4a27e1dec747a467dd251700c72a6ceb07d assets/create/blockstates/gray_sail.json -a5ec5401ba9f3e102a2e1b35837f643847afbca4 assets/create/blockstates/gray_seat.json -191d2cc56af51349688ccb2dea75801a9bc9de85 assets/create/blockstates/gray_toolbox.json -5f17a5868616b33eb157965a661046cab7a1427f assets/create/blockstates/gray_valve_handle.json -497dd226b6520a6d754413508c74b98e50563e2f assets/create/blockstates/green_nixie_tube.json -52b849faef96b8ab9d9d64a1518c8f299af057b8 assets/create/blockstates/green_sail.json -13059309684db0cc7a0f1f4fce2407cf06cce80a assets/create/blockstates/green_seat.json -e91dcebe132d5b745df0f6c5b1c90d5fc4e8af52 assets/create/blockstates/green_toolbox.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 -30ec347dfc827a9ae52cf3da964b828005acede1 assets/create/blockstates/hose_pulley.json -6651c84ea621777d572a3d7aa13b75d9f061191b assets/create/blockstates/item_drain.json -10ef455fd61ed1ca831d27bf2b533d05dec9c67d assets/create/blockstates/item_vault.json -5d851c90d23de5087ce546d4bbe509e112b84c49 assets/create/blockstates/jungle_window.json -b15bea757ef981e0ca60f740ca234ee2014eb7b7 assets/create/blockstates/jungle_window_pane.json -a922b31bc4a91f5825b643ba5fa2c9a836d612cd assets/create/blockstates/large_bogey.json -f651091db216b009b3379b2f48d56d03481c8675 assets/create/blockstates/large_cogwheel.json -a38184e035c2ebca7471e1714494fea213af259e assets/create/blockstates/layered_andesite.json -2409f04042380a8ad086f9c4f98032e85771c3f3 assets/create/blockstates/layered_asurine.json -ca1648840d9f5786f85e4214a0951306c1247c73 assets/create/blockstates/layered_calcite.json -4e9e99f93fe5cfca2e661cae4e7357ececc214c2 assets/create/blockstates/layered_crimsite.json -fc2e19a6206deb31c622b0ccf3452dcd14565ae3 assets/create/blockstates/layered_deepslate.json -924a0291410406c86ded448f95c97ac3b9d2bd2e assets/create/blockstates/layered_diorite.json -88453017441f762c5f62862980c540b5c99fb880 assets/create/blockstates/layered_dripstone.json -8dccf7882a46a3d3eb9df16f324711f5f7809486 assets/create/blockstates/layered_granite.json -038f532f7364c1e793196fcc5856df9ceff93578 assets/create/blockstates/layered_limestone.json -89d7d1a64f3ca49ff56834bfe4527fe5a8746888 assets/create/blockstates/layered_ochrum.json -aed03a18238b6635de06f351d872076248e94476 assets/create/blockstates/layered_scorchia.json -8535d628f8834be62cdf62ef4b60c2ce3a7af99f assets/create/blockstates/layered_scoria.json -b743ef11048fc284ba5622e1fbae3082f0616382 assets/create/blockstates/layered_tuff.json -21233210f6e68a47bb66207613c08df6cd97e796 assets/create/blockstates/layered_veridium.json -6a3c81d62c7c5a5fa2f4a1e239319d83875bbe55 assets/create/blockstates/lectern_controller.json -2d1f10ee52f74a20021b9222781a772b19cc29a3 assets/create/blockstates/light_blue_nixie_tube.json -029904f21970947a4423a6e0c8c65c4e02f2e8e6 assets/create/blockstates/light_blue_sail.json -2a0a8b1715700bf1e284ee57ef9f7f163c12f3ee assets/create/blockstates/light_blue_seat.json -527f32e0d2b5b975cfeb515542098bb2d5224755 assets/create/blockstates/light_blue_toolbox.json -9bee040558a6b24e21f837fc808e17fae1883e71 assets/create/blockstates/light_blue_valve_handle.json -bda5c5e9e42b31fdbb819484c74d457ba11fc9a0 assets/create/blockstates/light_gray_nixie_tube.json -93537c4e2ab86218a777e7b000c3fcd55a80b1cd assets/create/blockstates/light_gray_sail.json -d9a2551e001bb315d071bb9f1f013323a66a5d09 assets/create/blockstates/light_gray_seat.json -0c40d13637f00a533175d29ba67559461101ead5 assets/create/blockstates/light_gray_toolbox.json -8bea8c86de8c218c8932eef140f0ed439e173156 assets/create/blockstates/light_gray_valve_handle.json -d023ef67d23da0b3e7b221b1b4ddf7f1f0c09ea7 assets/create/blockstates/lime_nixie_tube.json -ba2c4e3ddafa3c89a72cc243b14e8518fab369aa assets/create/blockstates/lime_sail.json -1de3a88c003df03f5006e1bbaa0236589aba08ad assets/create/blockstates/lime_seat.json -db46a5b6d0b595293a672236d0a64548b0816cab assets/create/blockstates/lime_toolbox.json -179a3e68b9f2e289eafe0e98e768befbbf91c5c2 assets/create/blockstates/lime_valve_handle.json -e7cb0b25e511610b46dfd219e0cc5ea60a79d56b assets/create/blockstates/limestone.json -bff90a8d674a839b13fd9cd1f78bf3d0ad9fad4f assets/create/blockstates/limestone_pillar.json -69790737767e06f000c7824749c46664a123160e assets/create/blockstates/linear_chassis.json -56b111c8a345627e9f37deac141138064271c2f1 assets/create/blockstates/lit_blaze_burner.json -0210042f2801d262b011e48bfdceed0ac0cd09e2 assets/create/blockstates/magenta_nixie_tube.json -85a58ac539775f90903d9ce66374f3f2ffd4fecf assets/create/blockstates/magenta_sail.json -84c494d24cc58af274fdd054896c680e8095d2d0 assets/create/blockstates/magenta_seat.json -2334006c152d6773040ca03ef3b3d26a58f0dfa0 assets/create/blockstates/magenta_toolbox.json -3bfce5016e5c929b74368dc2d734e62ae34587a4 assets/create/blockstates/magenta_valve_handle.json -3b3250d6e209403a93d025604a8081087965016e assets/create/blockstates/mechanical_arm.json -ddcf4bb281e046fbb1026b8f46a2cf12448598df assets/create/blockstates/mechanical_bearing.json -5586beef2d9183dc34d8e8d2723620c0569592ae assets/create/blockstates/mechanical_crafter.json -0cfa8a4a37f4142fa07e04666e0aef080c517053 assets/create/blockstates/mechanical_drill.json -0fb175e5260ec60e130e589d682a4d3301d7364e assets/create/blockstates/mechanical_harvester.json -d9afcfa27c42df5fd54a7b783acb0eb45ddf5aa5 assets/create/blockstates/mechanical_mixer.json -da612a05f94dc19e07e250efc35a7b2839d2ee76 assets/create/blockstates/mechanical_piston.json -94ec340a50b2406f833735f7501a1840c692e32a assets/create/blockstates/mechanical_piston_head.json -debef0f5dde74103aaf4422de4bc90e4099b0c47 assets/create/blockstates/mechanical_plough.json -92269fe66d7b83095a2e04e121af0be792f55dd6 assets/create/blockstates/mechanical_press.json -b7c4a0ff0c6f16e14d71fc0fb7fc66d032b65cf3 assets/create/blockstates/mechanical_pump.json -264d72320ee0f1e014319f7d99dcc1fa953a4ad4 assets/create/blockstates/mechanical_saw.json -94bbcb7e622471dbf418d78f9200ad321c7168de assets/create/blockstates/metal_bracket.json -c253a827d9f0b0e29f67dfd19d65b259d3d4f045 assets/create/blockstates/metal_girder.json -e20699a753e7b12abd4a881de473d494a4ffeaa9 assets/create/blockstates/metal_girder_encased_shaft.json -4e48ad0936647065c2322390e7c0fe115c853a98 assets/create/blockstates/millstone.json -468202df0802e17c75fcad0993daf1bc5300ca91 assets/create/blockstates/minecart_anchor.json -b1126c191877cff86b4e2de83e1fcbd151451cb7 assets/create/blockstates/mysterious_cuckoo_clock.json -304e5e7b2927f3e8e8b8c6932c35c5c6892d2eb5 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 -285034384826e8d63ca6c63ba421360c0af6cd74 assets/create/blockstates/ochrum.json -619df622d542a298361279126bf69bf63e8c0fd5 assets/create/blockstates/ochrum_pillar.json -b0be3d4ff92cb123ec21ec2788db35d0f392ba8a assets/create/blockstates/orange_sail.json -5764a24f6c4fa552b61d2a02135adfc7d93c2e10 assets/create/blockstates/orange_seat.json -7541e5efb98cddf8cdf62138b674458cda877a4c assets/create/blockstates/orange_toolbox.json -1445074ec21a3735ea912b624c0f9f18a450d2d3 assets/create/blockstates/orange_valve_handle.json -8e2028e1a0450a592eed5e10276ba19b1195a206 assets/create/blockstates/ornate_iron_window.json -f59198fd966927e21e9bf76e64de533d05ea893b assets/create/blockstates/ornate_iron_window_pane.json -af8601235f08eb2b8104e1fabe352531c24d4992 assets/create/blockstates/oxidized_copper_shingle_slab.json -d07871916ffa965de287bad26d96dde3e7d15b86 assets/create/blockstates/oxidized_copper_shingle_stairs.json -ed1a1d7a8b47027a1fcac2014e80f4e061d0f983 assets/create/blockstates/oxidized_copper_shingles.json -836ceee0f1db4802b761cd2bc0b99dbc3daa5715 assets/create/blockstates/oxidized_copper_tile_slab.json -94761f4295416261080bc6a1b21a5790ac7104dc assets/create/blockstates/oxidized_copper_tile_stairs.json -9257b8d0d1edd9c707d1fc6c9819eca569d954e0 assets/create/blockstates/oxidized_copper_tiles.json -005cc195712aca252326ae8239ed0caf9a69a314 assets/create/blockstates/peculiar_bell.json -1286ad485c73b70714094bb9d5ad411021856399 assets/create/blockstates/pink_nixie_tube.json -30971f2f76fe56f144178c33ad6bde5fc9fb61c3 assets/create/blockstates/pink_sail.json -919a79e4a4a5fab0aac3ef48e1c786017d6aa001 assets/create/blockstates/pink_seat.json -588ebcdb4c1d8d4c75225e92f26d6cf80cac2f15 assets/create/blockstates/pink_toolbox.json -471a3bb474a0ae0453143888d561256cce894e3f assets/create/blockstates/pink_valve_handle.json -975c97018e9e2419943eaab43aed0970e96feaf7 assets/create/blockstates/piston_extension_pole.json -7f008a4a1d6a01c49c3f29d5821295e39ce4a3f5 assets/create/blockstates/placard.json -dae40222478caff3a5337c4f44cceaf5a30d4595 assets/create/blockstates/polished_cut_andesite.json -6bf8b8e1305843ff5a85765be27ded8cb44edbcc assets/create/blockstates/polished_cut_andesite_slab.json -d87cca0a7e3c9bcf4bcc14cdb068cd778de5de01 assets/create/blockstates/polished_cut_andesite_stairs.json -68ab80a6c38e05eb8daf101d2e929be55fc4daea assets/create/blockstates/polished_cut_andesite_wall.json -093d91d6284ae99b85166af0f8e969a6b07cf014 assets/create/blockstates/polished_cut_asurine.json -c069e2a1d778baed0f511e6d6d4eb40e20d832b0 assets/create/blockstates/polished_cut_asurine_slab.json -907281e1c47641695a7a7a62052acc198a294dda assets/create/blockstates/polished_cut_asurine_stairs.json -2b70e5ae05deb2709bf6638e02a0dbc2c7938ed7 assets/create/blockstates/polished_cut_asurine_wall.json -5b2144d3196e5c7e9f98aa4f1e449b46a12391f4 assets/create/blockstates/polished_cut_calcite.json -e289792c3503c6aaa0fccee1fdc076ddc33885a7 assets/create/blockstates/polished_cut_calcite_slab.json -9a121f7b699f46625509520c114b30e75915af7c assets/create/blockstates/polished_cut_calcite_stairs.json -b0fbe12a60543b026390ed16785de75a950370ef assets/create/blockstates/polished_cut_calcite_wall.json -873fbf43a50c4619d5feb0d9196202b84f7629e8 assets/create/blockstates/polished_cut_crimsite.json -714499ecb3e72314c9cc0ab3c07c585d118c3532 assets/create/blockstates/polished_cut_crimsite_slab.json -7ca114bf7f923938f34ecae5841df293d2b7502d assets/create/blockstates/polished_cut_crimsite_stairs.json -56b46f24c96c715592a040a365994da594fa8a1e assets/create/blockstates/polished_cut_crimsite_wall.json -5294c0b864fccb9fa4e44380d7f6d54526820fd9 assets/create/blockstates/polished_cut_deepslate.json -851b3982121c36a443ea6108efdc360c9564e0a1 assets/create/blockstates/polished_cut_deepslate_slab.json -ada58efbef7a0b2c31427e7e0eb6138c8bf9c5a6 assets/create/blockstates/polished_cut_deepslate_stairs.json -fa4e6f8802cf8b01e69295f9757edef38ab65551 assets/create/blockstates/polished_cut_deepslate_wall.json -1a5762bada0018907db159a2f794755348a44125 assets/create/blockstates/polished_cut_diorite.json -291a616ec93b104fe35edbaf5869df593f06a20a assets/create/blockstates/polished_cut_diorite_slab.json -0b9d218c781df26a517ab74267b7606b27210067 assets/create/blockstates/polished_cut_diorite_stairs.json -10912a3017fbc694b2a6a0db1129031ddb05ba5e assets/create/blockstates/polished_cut_diorite_wall.json -eba3511ebebfbd194f0d2ff7a57c04e626a14ceb assets/create/blockstates/polished_cut_dripstone.json -d6a0805003b35087fc6f0dccc001e3220642c600 assets/create/blockstates/polished_cut_dripstone_slab.json -fbafa5cdc027b2dceabbbef177b6ba023eca8f65 assets/create/blockstates/polished_cut_dripstone_stairs.json -966af5762cc23c525086d3d96d7d7cea701bed37 assets/create/blockstates/polished_cut_dripstone_wall.json -566cfccf646e8029b626c289f2baf0a0d3271a24 assets/create/blockstates/polished_cut_granite.json -0fc9004b514a7b35ad545e37ff2f46f8235ffc9a assets/create/blockstates/polished_cut_granite_slab.json -7a4900a6f65d789a1c37c25ad6c46e5b0e307427 assets/create/blockstates/polished_cut_granite_stairs.json -39569ee82bde5aeb9961c7a579a516e2f531aa51 assets/create/blockstates/polished_cut_granite_wall.json -e9a3edafe5e3768650292667af17926ce21e9f40 assets/create/blockstates/polished_cut_limestone.json -ff2eeee230400b273230fa5416ff9e37753e5694 assets/create/blockstates/polished_cut_limestone_slab.json -88bb1a4464481263fc74dd2febb23a9a07c0d990 assets/create/blockstates/polished_cut_limestone_stairs.json -a066e3810c8ffb28bb935d66d958985f1888e9ee assets/create/blockstates/polished_cut_limestone_wall.json -ffc178d67c2039dad73bfe878f7fa66a0695628c assets/create/blockstates/polished_cut_ochrum.json -0e3bdc18560934745d8d637cca94cf41c52a66ec assets/create/blockstates/polished_cut_ochrum_slab.json -646fed4c32f1af159ed1d3bef11aba3a37170a4d assets/create/blockstates/polished_cut_ochrum_stairs.json -143eaebed25130276bb3978ee348717aff5057ab assets/create/blockstates/polished_cut_ochrum_wall.json -2cd3e50ef5813cb215ce3b2ea81d7c39c2323ed6 assets/create/blockstates/polished_cut_scorchia.json -a829d00eca5edd9d591587c263427c3628eba4c1 assets/create/blockstates/polished_cut_scorchia_slab.json -dc4f5ffd2e30a944b386409f480ffbb79f2ac94e assets/create/blockstates/polished_cut_scorchia_stairs.json -9d495b99a166bf13d8ec3e28743c146789edbdbf assets/create/blockstates/polished_cut_scorchia_wall.json -7a57cfac5684da08cc2187088207930b5284f881 assets/create/blockstates/polished_cut_scoria.json -8b81c050f4ee088ad182711bcfe0d5ecd42893f1 assets/create/blockstates/polished_cut_scoria_slab.json -6e82eab7b44487a5e422d432cb743eb997b17aa7 assets/create/blockstates/polished_cut_scoria_stairs.json -705bfb7bf9a75bddccc3c02e1560abb816809eaa assets/create/blockstates/polished_cut_scoria_wall.json -f99c5cd230265fcf4e7c1d9c910a0bc6175ee06f assets/create/blockstates/polished_cut_tuff.json -bbd23dd0331245ee3389280c1e589ddf8e50b58e assets/create/blockstates/polished_cut_tuff_slab.json -020b800b1b5d671b180217cca51a1898f0a6218d assets/create/blockstates/polished_cut_tuff_stairs.json -b495835b5e602e2515a376751798a70f13393279 assets/create/blockstates/polished_cut_tuff_wall.json -5ad5983ef31eb56c794c09be9042cbc4b3d6ec6e assets/create/blockstates/polished_cut_veridium.json -bc91f1cbdf0c2f9867edb36652bda43aa614e414 assets/create/blockstates/polished_cut_veridium_slab.json -248f475e568c0d07b19cfc45043b942c566b9486 assets/create/blockstates/polished_cut_veridium_stairs.json -7ec9ecc4f1cce16222ffdd1b9e824d442ade49d4 assets/create/blockstates/polished_cut_veridium_wall.json -3bb571d0a2597907bf3a30686b4bfa0841ac990a assets/create/blockstates/portable_fluid_interface.json -1b70b4e5792dccd2110b84e209016ac258005e28 assets/create/blockstates/portable_storage_interface.json -8296d43d5f1c2113012d127038fb319af83aaee4 assets/create/blockstates/powered_latch.json -c650bece9b333daba3174f944e6ebd41a010c850 assets/create/blockstates/powered_shaft.json -e8b0a401c10d1ba67ed71ba31bd5f9bc28571b65 assets/create/blockstates/powered_toggle_latch.json -3a739f9d4276828d83f2d2750bf3227c87bcd438 assets/create/blockstates/pulley_magnet.json -2a825cb867b9738b34d80b4151c55f76eb95e2ef assets/create/blockstates/pulse_extender.json -9035c427fdb0035312f617196e65a1e3814bd0fa assets/create/blockstates/pulse_repeater.json -ea8200550190eb65d8631c7842e06d99274b3c79 assets/create/blockstates/purple_nixie_tube.json -d06cd9a1101b18d306a786320aab12018b1325d6 assets/create/blockstates/purple_sail.json -92957119abd5fbcca36a113b2a80255fd70fc303 assets/create/blockstates/purple_seat.json -b78c6057ef94b03f541a17e625b3778ca526a6ad assets/create/blockstates/purple_toolbox.json -61035f8afe75ff7bbd291da5d8690bcbebe679eb assets/create/blockstates/purple_valve_handle.json -4439fc83a8c7370ab44b211a3fd48abde20a4728 assets/create/blockstates/radial_chassis.json -e61e77d19c1abe9d76895909ee520e1bf0f7b512 assets/create/blockstates/railway_casing.json -c9ccf6fe4c80357ba2e4d053f5a1b35df4f377a8 assets/create/blockstates/raw_zinc_block.json -9315e0004ad46eb4c855f452c7447db86ad23fe1 assets/create/blockstates/red_nixie_tube.json -45877c4d90a7185c2f304edbd67379d800920439 assets/create/blockstates/red_sail.json -da1b08387af7afa0855ee8d040f620c01f20660a assets/create/blockstates/red_seat.json -27fad7876f5a2de16f13dfde16d4a05dfe093989 assets/create/blockstates/red_toolbox.json -722fc77bbf387af8a4016e42cbf9501d2b968881 assets/create/blockstates/red_valve_handle.json -8929677f2cc5354aa19ef182af69f9f0b41eb242 assets/create/blockstates/redstone_contact.json -c29213b77ac0c78d8979c5f6188d2b265696f9b9 assets/create/blockstates/redstone_link.json -b76ed5f6d271349b2509708c11e713bb299a57b6 assets/create/blockstates/refined_radiance_casing.json -e2990fe70ad5d10437a376e70e167d1856277cc1 assets/create/blockstates/rope.json -e14d5f7252105934295b4e156ec0e6d62d3d6b1c assets/create/blockstates/rope_pulley.json -9c08b924c0106c2d69f9da5d0fb1c5f82d3ac745 assets/create/blockstates/rose_quartz_block.json -89a864f5997e106660d7e13f1965b01e926d2832 assets/create/blockstates/rose_quartz_lamp.json -735d77e8db553f7ccebde64e926f2f4215c3e249 assets/create/blockstates/rose_quartz_tiles.json -cc4cf3420fa290cb844f9cf4dfdd836aa9b70500 assets/create/blockstates/rotation_speed_controller.json -ff5525783431f5047fc1ebf71d6c5ad526072b14 assets/create/blockstates/sail_frame.json -7120f29e4b88a1c40125a8cdbe8af3570f4ee352 assets/create/blockstates/schematic_table.json -36592a6542332b35445931e8e9531adf786b63ba assets/create/blockstates/schematicannon.json -ca5b15972c478c2aaf42f4265b96402db9582288 assets/create/blockstates/scorchia.json -9bf74d2ba3517933f5075993a47946cad731c8b8 assets/create/blockstates/scorchia_pillar.json -a5befc14551f043675e985027609aeb7e6bacc0d assets/create/blockstates/scoria.json -2b352bf9293e555f3410a701589a60bc8293d029 assets/create/blockstates/scoria_pillar.json -89e10f35b93b5c72dd235eb79e5fc6f3655027a1 assets/create/blockstates/secondary_linear_chassis.json -81931eb1027dfb42ba4b2186185a4c0a36e0dbe4 assets/create/blockstates/sequenced_gearshift.json -c4c3613ad353e721e7109628aa06ab0664d0862b assets/create/blockstates/shadow_steel_casing.json -79ae6d86a829b9ce82fce68a6377d3810fcfcb10 assets/create/blockstates/shaft.json -532e0b1faac4a88fa23adf5d3b06f275f8c70132 assets/create/blockstates/small_andesite_brick_slab.json -5fdaf8df3ec916788013b536a08cf8f87cc3aab0 assets/create/blockstates/small_andesite_brick_stairs.json -c3d8e2e8a8c217b25d11c91710b3c92d2fe09302 assets/create/blockstates/small_andesite_brick_wall.json -93fdc4ef670b994fcb647a9e47df81f42dc6e130 assets/create/blockstates/small_andesite_bricks.json -e05f2e98984127aa6b601c4e4909e4c8207b5407 assets/create/blockstates/small_asurine_brick_slab.json -636028cb348cf9a0f060b4232cdb5dc4d26a4d40 assets/create/blockstates/small_asurine_brick_stairs.json -d9b5e23652ca70b29a9142ff8f2efd33dfe74904 assets/create/blockstates/small_asurine_brick_wall.json -6fc5be0d465faa59aebe016d4ecb4d5284507bef assets/create/blockstates/small_asurine_bricks.json -a922b31bc4a91f5825b643ba5fa2c9a836d612cd assets/create/blockstates/small_bogey.json -2371c092ecbefa9a844889e0a471714d070569dd assets/create/blockstates/small_calcite_brick_slab.json -134ba0452fc721333177695882c8cef3cb7eca8e assets/create/blockstates/small_calcite_brick_stairs.json -7112ac7498acdd196b05af977e7e12cbab29df14 assets/create/blockstates/small_calcite_brick_wall.json -720b036a1dc20d3a1cfa569391e280421ff3e439 assets/create/blockstates/small_calcite_bricks.json -64c1a56de3d47864bfaf5e7ef6ee5fa3d03ad3ae assets/create/blockstates/small_crimsite_brick_slab.json -24b5ee7c4023a759b93071c2d7d2c28ed5982ce3 assets/create/blockstates/small_crimsite_brick_stairs.json -373adafa29f03d2ef51b53941cec07a075dd94d8 assets/create/blockstates/small_crimsite_brick_wall.json -fa66eb68807f1ab452c40ac5d24874a0770d5fb2 assets/create/blockstates/small_crimsite_bricks.json -603251917feb4df07dc69d44fc0e9c50d723ceb2 assets/create/blockstates/small_deepslate_brick_slab.json -357c2584a70624589cf3fef86b39f0a426923145 assets/create/blockstates/small_deepslate_brick_stairs.json -9f3063b7cc095a5d40938a168a7f5c3e56407d3f assets/create/blockstates/small_deepslate_brick_wall.json -cfa95971b6a097df5434f50fca188479d5a1e3f3 assets/create/blockstates/small_deepslate_bricks.json -307720c90b6c832ffc4bf0cf9bf02b9a898f372d assets/create/blockstates/small_diorite_brick_slab.json -cf9b2af1c5659bc973570c1305ca88b4a787d43c assets/create/blockstates/small_diorite_brick_stairs.json -04956bf3d80a740de2952d49ea724c3103b4a23a assets/create/blockstates/small_diorite_brick_wall.json -fa24c275d9c46f1638111149992ef138cdeab7d7 assets/create/blockstates/small_diorite_bricks.json -71a3445dad67ca8fdaf879f52aad5d75f98a9d45 assets/create/blockstates/small_dripstone_brick_slab.json -9dc16c0f9ad0d5274ba2827021fac5271c36d564 assets/create/blockstates/small_dripstone_brick_stairs.json -dbc0cf22ad4be85e5559221f8f3c4d85c3e44422 assets/create/blockstates/small_dripstone_brick_wall.json -a4b16c3c19e1479375d9b7e400293ea8f513ebac assets/create/blockstates/small_dripstone_bricks.json -43085e83823a4442376f7f8682a00426bb3431e4 assets/create/blockstates/small_granite_brick_slab.json -972ca1f1c3a184d3691ecf22c7d9531be23a4953 assets/create/blockstates/small_granite_brick_stairs.json -b435e6d25ace2efcf7ef05f990f1b6c3e676cf58 assets/create/blockstates/small_granite_brick_wall.json -1af0794844ccbaaf73d04d4bed6c152b546cf8b1 assets/create/blockstates/small_granite_bricks.json -748dae99547af664e71513ea28275b03c60b05de assets/create/blockstates/small_limestone_brick_slab.json -a21b3578fa96a0b59fb15030a0c037318fc0ea84 assets/create/blockstates/small_limestone_brick_stairs.json -65c0b537d209b6194ea011a44473c1ffdff53251 assets/create/blockstates/small_limestone_brick_wall.json -61b8908a322aa77cb08187c2f621b0cd0431a76f assets/create/blockstates/small_limestone_bricks.json -f6c1d9c3e5c80f9bc8c586789b6461a9c26c81e3 assets/create/blockstates/small_ochrum_brick_slab.json -b3d1769b0b0949ee7a5be3242ca9ee2e87f6c9fa assets/create/blockstates/small_ochrum_brick_stairs.json -c5e83818ad04eb47aab24bd61f6bed2ae223380c assets/create/blockstates/small_ochrum_brick_wall.json -939e083a4cef60a8894df0b9db3cd0bdbd00e0bb assets/create/blockstates/small_ochrum_bricks.json -7d976651157c012c422462bba31d988653b6f6e4 assets/create/blockstates/small_rose_quartz_tiles.json -776cce85751f1874f4d958a0c251201709f9c9c2 assets/create/blockstates/small_scorchia_brick_slab.json -98c7141374a0caa5a2b93546ce93c57fe57a0aa2 assets/create/blockstates/small_scorchia_brick_stairs.json -6cd911850f5e974db579ea82796d0410e6eceaf4 assets/create/blockstates/small_scorchia_brick_wall.json -6da89eeb2d78cbece03404fd1cb2d55304191b18 assets/create/blockstates/small_scorchia_bricks.json -f7a86f76fa3126f445e9b952dd749cc011a3cde7 assets/create/blockstates/small_scoria_brick_slab.json -6212e830b96fbd00b72cf06b7acf737bd635b1bc assets/create/blockstates/small_scoria_brick_stairs.json -ab3eef38d3010b01657e8b460b536a0b692cc5dc assets/create/blockstates/small_scoria_brick_wall.json -a2a5d69f1aeb86a2115e94c3c814d1460d9e93df assets/create/blockstates/small_scoria_bricks.json -f0bef20f0e9a6b5d6a993b5fdc6ec3f7dc75d630 assets/create/blockstates/small_tuff_brick_slab.json -8800ef1306472e410e912a763d705397d59e3269 assets/create/blockstates/small_tuff_brick_stairs.json -47aaf579d30c5d5f7aeee3db88e925c383fb2472 assets/create/blockstates/small_tuff_brick_wall.json -1a004c7ed4d616d27071560518d30087dbe08207 assets/create/blockstates/small_tuff_bricks.json -87967a0dd298eed0521e684ae5bfe6b2028dbe2b assets/create/blockstates/small_veridium_brick_slab.json -1d766402ca7f916560e24f90a4961994dc8bb704 assets/create/blockstates/small_veridium_brick_stairs.json -70192eb20909ca590e0a851dc7a283bc0899ebe4 assets/create/blockstates/small_veridium_brick_wall.json -4396af91ae23b9783fa34b861e4f01631dd53d49 assets/create/blockstates/small_veridium_bricks.json -fa4ffec5eac02c0180226d994d51756e44f85674 assets/create/blockstates/smart_chute.json -f0f72cc1faacc8f37c8ac1833c22eb910771c800 assets/create/blockstates/smart_fluid_pipe.json -e815bfd854c2653f10828bb11950f7fb991d7efc assets/create/blockstates/speedometer.json -1cb7cdbefa0ff199263782809287854b9d85074c assets/create/blockstates/spout.json -d62b7908119fa4f51715a186d0882b388bb25cab assets/create/blockstates/spruce_window.json -8d7dfa60630a8b4bae4e8eca5c66e1cfa34dda1f assets/create/blockstates/spruce_window_pane.json -0378b27d9ad698b37d72cd958e15112f9ca418d3 assets/create/blockstates/steam_engine.json -9419d87b17175a5177854a2a508a0ffe0b43b018 assets/create/blockstates/steam_whistle.json -442d959d019088d9dbe04c530f5fcabbbb65819f assets/create/blockstates/steam_whistle_extension.json -5d7385d28a23dcfc95a221d36d82337908582726 assets/create/blockstates/sticker.json -3d93eabbb327aecc526beae9c62283f1d43eb710 assets/create/blockstates/sticky_mechanical_piston.json -f385988cb6fa9c48b5d59a6942ec50ed2b60c8bf assets/create/blockstates/stockpile_switch.json -e815bfd854c2653f10828bb11950f7fb991d7efc assets/create/blockstates/stressometer.json -8b0c2c7ac72529565b3339aa8df7565858100afa assets/create/blockstates/tiled_glass.json -a2454400b1cf9889f70aebdc89c52a1be25f543c assets/create/blockstates/tiled_glass_pane.json -96c45abe7a5d9273feaf5f747d14cee8e04b58da assets/create/blockstates/track.json -98b936d72da49ee02eacd0b3244fe133e5575bb1 assets/create/blockstates/track_observer.json -2bc61c806a9a903c139a79d4d296c119d9f590b2 assets/create/blockstates/track_signal.json -60609cfbcc9be6f7e41fb493ef3147beb9750b60 assets/create/blockstates/track_station.json -b000a6cde143f8a12fc8996d1ac8b5164f75253b assets/create/blockstates/train_door.json -836c443ab8778f0ff2b16bdf5f3339a0871c273e assets/create/blockstates/train_trapdoor.json -29af21c8d82891139d48d69f0393f612f2b6f8f1 assets/create/blockstates/tuff_pillar.json -a8094531617e27a545c4815ab2062bf0ffca3633 assets/create/blockstates/turntable.json -c9bf881ea71aa274b2803142456f1bbed9539076 assets/create/blockstates/veridium.json -1eb9e8f352d4315f70d772fe41102c57b2559cfe assets/create/blockstates/veridium_pillar.json -69dfe8afaa8eb6105dae9f76ab8b7847bf90b8c6 assets/create/blockstates/vertical_framed_glass.json -c4db76b9d36cfb098df0d158cb6f8b82768ebe14 assets/create/blockstates/vertical_framed_glass_pane.json -3a5da54d9763e9512cfaa47b25226b79738b25f3 assets/create/blockstates/warped_window.json -19ef7a16c82f07d304fb60d121845185d189aecf assets/create/blockstates/warped_window_pane.json -d31fce8315c8715521d66b5dcc166c84e949dd1d assets/create/blockstates/water_wheel.json -97a8f4cf45776b1fb5249fe1a9314b5c615fb130 assets/create/blockstates/waxed_copper_shingle_slab.json -d31a8ad9ffa09cbabfb284d44c9c44d036072083 assets/create/blockstates/waxed_copper_shingle_stairs.json -e7be350dd2fd80357c56a0fbad3e000818b822c9 assets/create/blockstates/waxed_copper_shingles.json -6196af303c2017af089a0d2b5a895b52f022504f assets/create/blockstates/waxed_copper_tile_slab.json -855184c78cf2260e088d78861409844f65605639 assets/create/blockstates/waxed_copper_tile_stairs.json -35ff87256c7d24d52308ef1cc88d8b96e225af6c assets/create/blockstates/waxed_copper_tiles.json -051f10440f050524519cb76bdd9102fdc1d1ae99 assets/create/blockstates/waxed_exposed_copper_shingle_slab.json -ba47d3b249367a4bd47be2bb3554c6b41036db3a assets/create/blockstates/waxed_exposed_copper_shingle_stairs.json -89166abc5bc785b44125fe42ce9e607dcd9d097f assets/create/blockstates/waxed_exposed_copper_shingles.json -bfec682e731be428da215a82ad66946dda5a94c8 assets/create/blockstates/waxed_exposed_copper_tile_slab.json -31028db7e502bb1b239b47d3b1a3479bd0c24b8f assets/create/blockstates/waxed_exposed_copper_tile_stairs.json -9671e68ff13187addbc29c134795da51b075a1e4 assets/create/blockstates/waxed_exposed_copper_tiles.json -f0efb472b24a30c4161037a0635e662428470706 assets/create/blockstates/waxed_oxidized_copper_shingle_slab.json -187abe48e2073d9af85654f41a10d29a3550f161 assets/create/blockstates/waxed_oxidized_copper_shingle_stairs.json -559693120789aab6b9994b0a4b6cb874bbd1154c assets/create/blockstates/waxed_oxidized_copper_shingles.json -f32fe074b02a6b50395494087cda93588b24b599 assets/create/blockstates/waxed_oxidized_copper_tile_slab.json -e293165b099aef3904c8599fd5b349d19eca70fa assets/create/blockstates/waxed_oxidized_copper_tile_stairs.json -c5f607ac6971204dc95fa67df4a52140a8fe7cd6 assets/create/blockstates/waxed_oxidized_copper_tiles.json -9e4927580732a7ae88687f84ffa062f51f4c8098 assets/create/blockstates/waxed_weathered_copper_shingle_slab.json -dbbc122887c636574510ed9fb264d0c8e24e453f assets/create/blockstates/waxed_weathered_copper_shingle_stairs.json -ba3c45ed93606a96cce6720f5b821c51fce16095 assets/create/blockstates/waxed_weathered_copper_shingles.json -7854fa32553c3a99828b34849b1b0228b853e4f5 assets/create/blockstates/waxed_weathered_copper_tile_slab.json -22f48906df62d8f4c2a864a682e687aaf6cf4199 assets/create/blockstates/waxed_weathered_copper_tile_stairs.json -9c4da2ea464b7f426a11cd79dfe3650b61ed5a00 assets/create/blockstates/waxed_weathered_copper_tiles.json -29004a88481224e387adb03c74deb87146c937d6 assets/create/blockstates/weathered_copper_shingle_slab.json -9f93214ecda204efac8193f8c83ffc5f99b97b9a assets/create/blockstates/weathered_copper_shingle_stairs.json -f2a261f2f2daeab2a6ac403497c469364d2bfaaa assets/create/blockstates/weathered_copper_shingles.json -266c4035d82db747411592faebaf425ecb759672 assets/create/blockstates/weathered_copper_tile_slab.json -d7588ea4a82633c38c7a33f17d4c1c2876d7f6a9 assets/create/blockstates/weathered_copper_tile_stairs.json -3d4fec3f32782c7158b10baf768ce85b3232d8fe assets/create/blockstates/weathered_copper_tiles.json -c838c0792511ca2e14493b40032bb1370fac588a assets/create/blockstates/weighted_ejector.json -1ed177e00c30ab8ca44ad4041cd95084a86b810c assets/create/blockstates/white_nixie_tube.json -512bf17c9ea309b1f7da54440f923530d25e467c assets/create/blockstates/white_sail.json -4647010162eb4c350fad236d860317eaa1884c77 assets/create/blockstates/white_seat.json -3695510f11231c8a5c1a0be94a92703e4b5a0f9c assets/create/blockstates/white_toolbox.json -89000903d0ab8139e919abea7aa0361b34c24e55 assets/create/blockstates/white_valve_handle.json -c4cd1131113667da0180898b5db3ebad609db8ba assets/create/blockstates/windmill_bearing.json -d4f804f2818376950ef28fc8d6250419f4e12218 assets/create/blockstates/wooden_bracket.json -21cbde8ab2ab1bebe8bd36b23d1b480091fa9d57 assets/create/blockstates/yellow_nixie_tube.json -e03c48512967845fce09d84b955d3bc7b480fedc assets/create/blockstates/yellow_sail.json -a3a11524cd3515fc01d905767b4b7ea782adaf03 assets/create/blockstates/yellow_seat.json -bf2b0310500213ff853c748c236eb5d01f61658e assets/create/blockstates/yellow_toolbox.json -6801fa1f466f172700e573e5b8ee8ee5f9ca4583 assets/create/blockstates/yellow_valve_handle.json -7f39521b211441f5c3e06d60c5978cebe16cacfb assets/create/blockstates/zinc_block.json -b7181bcd8182b2f17088e5aa881f374c9c65470c assets/create/blockstates/zinc_ore.json -f85edc574ee6de0de7693ffb031266643db6724a assets/create/lang/en_ud.json -b093292a09f18cce236ddb4ab0461891c5a70fe6 assets/create/lang/en_us.json -603af7f8a80b09da7ef5765f2aa863bbef1fc8ea assets/create/lang/unfinished/de_de.json -48858781b80b77a0d00b6fab733482ae4a9115fc assets/create/lang/unfinished/es_cl.json -ee47168049448ffa0959210d8f06b8f4b7219c85 assets/create/lang/unfinished/es_es.json -8fd4488ce0579f7b71a7cf20fe5556cdbb515834 assets/create/lang/unfinished/fr_fr.json -d4266c22c1265a2ef0784a13b223e4bb17ec11d0 assets/create/lang/unfinished/it_it.json -6578c40b206d61ac0aad1311d02c9bdbcd5f9d45 assets/create/lang/unfinished/ja_jp.json -f642160ce3c6ffe0ded12c7e05a15cb6536c4def assets/create/lang/unfinished/ko_kr.json -fdc3bda8618e963b6023af13caa0050f48ba0c26 assets/create/lang/unfinished/nl_nl.json -c498bb7eb6f030b7b4934882e8bfc418dd8f6174 assets/create/lang/unfinished/pl_pl.json -b9e51c59ae50ae274d0c56f60803d8a397524547 assets/create/lang/unfinished/pt_br.json -2b1ecada0e99852d604fd718e6ef87dbaff180e6 assets/create/lang/unfinished/pt_pt.json -71d01c97da2fd3c15576fb183871833b272174bf assets/create/lang/unfinished/ro_ro.json -6be78dc74952189c50f70df3182c3614cd49fdec assets/create/lang/unfinished/ru_ru.json -573a499be537300fb93d254b45923de80978d434 assets/create/lang/unfinished/uk_ua.json -2e6e637071b2ea70de178c77fe8b85544cc89a6b assets/create/lang/unfinished/zh_cn.json -5ec18f7aee828e35dcf76d491b26d76fc81b010e 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 -1358ff546e99004444fccca5355853d1738ef191 assets/create/models/block/acacia_window_pane_post.json -bd33b944ec6ad89850a1d275b3d2843fe6f831cc assets/create/models/block/acacia_window_pane_side.json -b272035cd746364a0bd3bf13061f51190e9b46d6 assets/create/models/block/acacia_window_pane_side_alt.json -8e1e834bab1c09591006a063216e93c832503852 assets/create/models/block/adjustable_chain_gearshift_end_horizontal.json -5d3d8b3989b087a5e9177951e9246f27a1838e84 assets/create/models/block/adjustable_chain_gearshift_end_horizontal_powered.json -0ae6c67468b448f2f05c06f41bb162fafd86846a assets/create/models/block/adjustable_chain_gearshift_end_vertical.json -5a392f3c7378ab0cdf7d04658c735d8ffb7912f3 assets/create/models/block/adjustable_chain_gearshift_end_vertical_powered.json -7c40a7a4df23ae502561ac2ef333db3dee7e9f66 assets/create/models/block/adjustable_chain_gearshift_middle_horizontal.json -c3fdfa0ef84a598a17b2194fd0ea56fb323441d6 assets/create/models/block/adjustable_chain_gearshift_middle_horizontal_powered.json -9375c7e826b521209b73a2a8ba7fe63d3beb1bc0 assets/create/models/block/adjustable_chain_gearshift_middle_vertical.json -11c034a7689e3bc96cf54f67fd93bc3839ae19e9 assets/create/models/block/adjustable_chain_gearshift_middle_vertical_powered.json -221b65e4fed640dc77f8ec5fee300f2a199d05b1 assets/create/models/block/adjustable_chain_gearshift_single.json -ef644b33e136692c19cf8e79fcd28431b40dbb62 assets/create/models/block/adjustable_chain_gearshift_single_powered.json -10832d276445d8a5f94413de1979349db1364ec4 assets/create/models/block/andesite_belt_funnel_extended.json -d01611179d3ed6c013f4f649127239772cbdeba3 assets/create/models/block/andesite_belt_funnel_extended_powered.json -c862af2b37ccfd0123e9e96a5400be82033bbdd3 assets/create/models/block/andesite_belt_funnel_pulling.json -ed52e27fd7d645c25dc9dc58a44f29be12cb6d5e assets/create/models/block/andesite_belt_funnel_pulling_powered.json -884aaf754de0bfd51690aab6e01f775419728cf7 assets/create/models/block/andesite_belt_funnel_pushing.json -3c8ed64100de95994580a8e6e24c7b72f2332081 assets/create/models/block/andesite_belt_funnel_pushing_powered.json -7b1888eec72c04677a3dfb709b04ad10d08d74d0 assets/create/models/block/andesite_belt_funnel_retracted.json -240230f29d092505d47c83ae59f5c908e4bf4932 assets/create/models/block/andesite_belt_funnel_retracted_powered.json -4e44ccdc5e396c4380a7e59408db50553fa25226 assets/create/models/block/andesite_casing.json -762509cfb8602c6d0d3f959c08ad4934c2b5d8fa assets/create/models/block/andesite_encased_cogwheel.json -314489582d1cde98bc5e4fd4d2f0c9ab3cb731d3 assets/create/models/block/andesite_encased_cogwheel_bottom.json -650fa63c126652c8501a657e1b89d0ef42a8b4be assets/create/models/block/andesite_encased_cogwheel_top.json -c8f215c191f46ff1ea6f098ab32c7d27d04cb017 assets/create/models/block/andesite_encased_cogwheel_top_bottom.json -41d4e8fd8ccdf915bd4d00b97cb87be87de33486 assets/create/models/block/andesite_encased_large_cogwheel.json -f8f131a53664faa5bd84b61e83d62ed5b367bf1d assets/create/models/block/andesite_encased_large_cogwheel_bottom.json -77b3bbcb47e83f985d68b0ed0344e9f79999e797 assets/create/models/block/andesite_encased_large_cogwheel_top.json -01189fb179863ce1ef524bd5ddd5b4bebd5bbc6b assets/create/models/block/andesite_encased_large_cogwheel_top_bottom.json -8d4e4a7c6ad6d45c7aa7ca3105a025511571ff26 assets/create/models/block/andesite_funnel_horizontal_pull.json -9841d6a09a09bf4d5d6a39bdc4904d86b3a825f8 assets/create/models/block/andesite_funnel_horizontal_pull_powered.json -86d5df6e365d9b2e9682f0839f61058360828ba2 assets/create/models/block/andesite_funnel_horizontal_push.json -50af1ff6ce9af162d4e438f21952c7215608dc8e assets/create/models/block/andesite_funnel_horizontal_push_powered.json -75c914bf9448e25fd01d597de48375a9782bef36 assets/create/models/block/andesite_funnel_vertical_filterless_pull.json -4d70a221809f5bc598a0a0e98bd152e9ab7a2f7f assets/create/models/block/andesite_funnel_vertical_filterless_pull_powered.json -a41c7351513a9514dfdc0fc552b646b1d715c977 assets/create/models/block/andesite_funnel_vertical_filterless_push.json -e7931f28887baadd52ac988fc8eeeb84ee6f0d27 assets/create/models/block/andesite_funnel_vertical_filterless_push_powered.json -ee665cf464ead6135de3f60c7e2ac475af6496d7 assets/create/models/block/andesite_ladder.json -882871d4cd7b4925f300c09d00ba58785b27119e assets/create/models/block/andesite_pillar.json -587491f19767bd682bbef00eaa890d4b8a320b7a assets/create/models/block/andesite_pillar_horizontal.json -2294f74b5c30430de89a345af60f6669c975f33a assets/create/models/block/andesite_tunnel/cross.json -17f860947f51e84a3f9b32b10cdf61f863db3afc assets/create/models/block/andesite_tunnel/straight.json -e74aa39f8142293c202e57dbd92e8660818b18b5 assets/create/models/block/andesite_tunnel/t_left.json -c93978d636fe70d456a6e1914b65527cbc18544c assets/create/models/block/andesite_tunnel/t_right.json -2a86780c6825edce8fbdaa118a267fc09ce410b0 assets/create/models/block/andesite_tunnel/window.json -7b2e3b7e9d72286b202bb38ab6e4d69465365d47 assets/create/models/block/asurine.json -a9167990e3f894f92a9de24c8b77d040b1c1ff0a assets/create/models/block/asurine_pillar.json -e40c3a7e6f7b895770f544d79536c744d18c462f assets/create/models/block/asurine_pillar_horizontal.json -0ce09f6fdfb07dead5936c118efb4064f2f6f50f assets/create/models/block/birch_window.json -a5f0ed76e27d2ca706445f7f7c5f9270f98e34f9 assets/create/models/block/birch_window_pane_noside.json -9ad5224419ab7165c5208852bc4a4a5e65dcbf83 assets/create/models/block/birch_window_pane_noside_alt.json -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 -fd31e42c40ceec10c4973f3c4ac728a3c2144d49 assets/create/models/block/black_toolbox.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 -a79f5632a2d489355317021b6ad383c30d208b30 assets/create/models/block/blue_toolbox.json -c7f91468b196fbda137e6b31764870b3bbfda6b6 assets/create/models/block/blue_valve_handle.json -213e99062a7f2a5e7464082d7975066bc6fc45e0 assets/create/models/block/bracket/cog/ground_metal.json -16e824026066d930187d812e77e2e582c0d3c1cc assets/create/models/block/bracket/cog/ground_wooden.json -8c22623c9565c66346600c0ccf9648c77c4a5870 assets/create/models/block/bracket/cog/wall_metal.json -3a9fc3d3f30af61b2db0cfdf365ec8d01f78f9b4 assets/create/models/block/bracket/cog/wall_wooden.json -f545a7631bce14e75c0a7df0baef00f9163c91d6 assets/create/models/block/bracket/pipe/ground_metal.json -ef4f1a0f5499674d5b3de8e584f380074c1ecb24 assets/create/models/block/bracket/pipe/ground_wooden.json -1de8d82b6355ab0028e7259ada0cc7a28bb0509b assets/create/models/block/bracket/pipe/wall_metal.json -6b8e7f992f6be00c22bda0dbeb71c3979c6ae903 assets/create/models/block/bracket/pipe/wall_wooden.json -c86a455b8e85ef190261718726b344cf15ba1e4f assets/create/models/block/bracket/shaft/ground_metal.json -8fa9ce896412af894d7c431a50104445d91b1d4d assets/create/models/block/bracket/shaft/ground_wooden.json -3956168840aca9425d3bf240650406c1dbc8ea66 assets/create/models/block/bracket/shaft/wall_metal.json -7aaa2fbdb618e8aab7e0da19a5393e1eaa608623 assets/create/models/block/bracket/shaft/wall_wooden.json -3fac6b1da6a81fc44a1ffe1e13dc6cfe37c3b738 assets/create/models/block/brass_belt_funnel_extended.json -2d10825bfd94419d5dbb4e60187127c4a1ce1526 assets/create/models/block/brass_belt_funnel_extended_powered.json -dfc6250e28e12ff193a45891978ec50c406fc0c2 assets/create/models/block/brass_belt_funnel_pulling.json -5ff7e01c5b65eb210a054556068d75426b547d9b assets/create/models/block/brass_belt_funnel_pulling_powered.json -5409325494780afe32e6e30377314e2992ca4aa5 assets/create/models/block/brass_belt_funnel_pushing.json -e981727fd71e32ea2ecb8e057dfe123f1b940101 assets/create/models/block/brass_belt_funnel_pushing_powered.json -97410a12b7c1461f88fb633f26ff566a0636b627 assets/create/models/block/brass_belt_funnel_retracted.json -bc23a91f300e46761bb14c597fad39c3d414e84d assets/create/models/block/brass_belt_funnel_retracted_powered.json -5adb8b446817eee3a31971d708320c7104d6bbd8 assets/create/models/block/brass_block.json -2e67c147d7c69aabd9ab9f7aa80f60671d5a03aa assets/create/models/block/brass_casing.json -8cb0039684377c27a7fe20bdcacf24f871221478 assets/create/models/block/brass_encased_cogwheel.json -c735917634c87b3d289bd912c7ceb465a3cc65b6 assets/create/models/block/brass_encased_cogwheel_bottom.json -c2199a633597a73a1c2d508e5dfe0a7589b02329 assets/create/models/block/brass_encased_cogwheel_top.json -69ea566328350c282878de2ef6aa197037c5e5de assets/create/models/block/brass_encased_cogwheel_top_bottom.json -7ab46e52da9ef474f38e5b9eefbed9ba9dc53b78 assets/create/models/block/brass_encased_large_cogwheel.json -ed150a9e18889217b7f010412e4317af04af7dc1 assets/create/models/block/brass_encased_large_cogwheel_bottom.json -bb4155627c1f189e2e3bc07822d227bb0fc64bc4 assets/create/models/block/brass_encased_large_cogwheel_top.json -421cbc9bcb6511c66ff7122d1800bcd8ab866b2b assets/create/models/block/brass_encased_large_cogwheel_top_bottom.json -f7fd1f49857eca94e4135e65c85127510d666e4f assets/create/models/block/brass_funnel_horizontal_pull.json -45a23298ad03fd3b5dc2757dcd7edc18b8cce222 assets/create/models/block/brass_funnel_horizontal_pull_powered.json -a9fc7210d44b47202438668f11b31099e82c9ebd assets/create/models/block/brass_funnel_horizontal_push.json -4049bf503ec2ee22412c59e05299de20319b0dc6 assets/create/models/block/brass_funnel_horizontal_push_powered.json -320e377a4380ac637bff2e0535f229c52d886437 assets/create/models/block/brass_funnel_vertical_pull.json -28c2f8ca6403f98b82e3a0eadb608a41490cc96f assets/create/models/block/brass_funnel_vertical_pull_powered.json -c4c46d47854c9a6cf8f410006a35bbc8e599f0d5 assets/create/models/block/brass_funnel_vertical_push.json -fd6f6607a4742fa87dfe1768927a29dc4975ce7a assets/create/models/block/brass_funnel_vertical_push_powered.json -5620cf6b033dbfb3c43d03ddad18c432eb821997 assets/create/models/block/brass_ladder.json -520087db8d479c66f85f3483af813fb668f27503 assets/create/models/block/brass_tunnel/cross.json -347ed67bf3426e323354e2d959fc9563dc7eeecd assets/create/models/block/brass_tunnel/straight.json -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 -81ce3254c2dbe73668ced13b3ee0ab2462f9d51f assets/create/models/block/brown_toolbox.json -6c39677f8c3a84280835c717ea1ef569b7c76a1b assets/create/models/block/brown_valve_handle.json -3fd5c08a6fe54d38383c8bd92ff7331218ca396c assets/create/models/block/calcite_pillar.json -c4d1e1b6e195c0b71c0b96546978cd24c4a4bfc4 assets/create/models/block/calcite_pillar_horizontal.json -4156227e18c0896ce83f260f71b939abbbf4f01e assets/create/models/block/chocolate.json -30fe120af3cb32faf0729df4d2cdf868f804be17 assets/create/models/block/clockwork_bearing.json -1f01a4b6608f75145734b60ddf4a33ce318425ff assets/create/models/block/copper_casing.json -c53dacdeb2e5c51de0706d87ad2d2c02a0d004b0 assets/create/models/block/copper_ladder.json -9967651b9323174836a3179f088fa1dd7518270d assets/create/models/block/copper_shingle_slab.json -a8b28ae828c1e092bf499dd1fbeb9b19c40e3206 assets/create/models/block/copper_shingle_slab_top.json -e577cb469c8adfb3fed81232419393611665a5f6 assets/create/models/block/copper_shingle_stairs.json -ed9e72e163883a784cee42157701955f30831fbf assets/create/models/block/copper_shingle_stairs_inner.json -8ae100e7aa52c0e5baa3685974258e4e070242bb assets/create/models/block/copper_shingle_stairs_outer.json -d4cb771acc143cb4361270db0025ca92864434cd assets/create/models/block/copper_shingles.json -8a10c93a3fc2d7bc7019a47a9fa89711bdd9232e assets/create/models/block/copper_tile_slab.json -92c7cb2584fe0b1071eeafca2abb3f4d9143c330 assets/create/models/block/copper_tile_slab_top.json -5ae6a5c2d7ab022a7df376d54c06316a9da77314 assets/create/models/block/copper_tile_stairs.json -b29f92f112697e75abc4d06d82828d51af33211c assets/create/models/block/copper_tile_stairs_inner.json -03e92c069769c3cca611857b65382750a372029c assets/create/models/block/copper_tile_stairs_outer.json -4f84e68bc827ccb93867ce202b38bb55f7348630 assets/create/models/block/copper_tiles.json -b2c528cfd24a5cb0cb96c45d0a914f1090f8c32b assets/create/models/block/copper_valve_handle.json -917914f6b8aa9234bbffb434ba07f706c5d1232a assets/create/models/block/crate/creative/bottom.json -03a56c112a947735ff1682d5d9c3202e7796bce9 assets/create/models/block/crate/creative/left.json -7635211e4d833748acaea37ea48b1f749c32ea5f assets/create/models/block/crate/creative/right.json -a123e3c8a9e2ea1665f268cf3991aa7e4b3119c6 assets/create/models/block/crate/creative/single.json -29ab5cfe7aed1271ede125e91bf78c1372b5f96e assets/create/models/block/crate/creative/top.json -6eb7b7126ed20b135a485459ea1156c739a16374 assets/create/models/block/creative_bottom.json -688ab896cc22f0f77edad284052e0360eb23a051 assets/create/models/block/creative_bottom_window.json -058ec08508af48b4a34f05be7365956adaea4558 assets/create/models/block/creative_bottom_window_ne.json -e03d8b144c2c2d660c014d681592b2cd0f268894 assets/create/models/block/creative_bottom_window_nw.json -a6124e88882a51f6d8d787719f5d0252c7a806b9 assets/create/models/block/creative_bottom_window_se.json -0db2acbff12d45e78d234cf64fb447eaada676e3 assets/create/models/block/creative_bottom_window_sw.json -b432c460546eac80a87ec7b362d0ae73a110d1a4 assets/create/models/block/creative_middle.json -08ef6d91d68b700e1076623e6279bde73ab06e7e assets/create/models/block/creative_middle_window.json -9ccf56c81101c3d02d9d65658e0bb5c7460fb184 assets/create/models/block/creative_middle_window_ne.json -773f5181451f1d9d321d4a7cc3de3d86dfbbb967 assets/create/models/block/creative_middle_window_nw.json -82e0fb1f849bb0a1e8fc5271f0e2275175256011 assets/create/models/block/creative_middle_window_se.json -ee0b7a301471c670ec35e90d8c98071c63405fae assets/create/models/block/creative_middle_window_sw.json -f95a49cae9790eb9eae2259f02c0f4c5470916a6 assets/create/models/block/creative_single.json -d7d45ab1c926533163444ed7eacd72ca3fb3e9ab assets/create/models/block/creative_single_window.json -ee5b4f8d131ad2619e89e18219acac23b0202053 assets/create/models/block/creative_single_window_ne.json -6bb170fbb5f89e0daf9e805c2357d7a3e53b8a60 assets/create/models/block/creative_single_window_nw.json -3908432ebae65c49cc27495b199fc0248100d82b assets/create/models/block/creative_single_window_se.json -72741ede003624b0c807a26dbdb989e5ce945fe6 assets/create/models/block/creative_single_window_sw.json -b4768e862b301187108afb3b7aae46225501afcf assets/create/models/block/creative_top.json -15026aff02a2c39b457e5cfe0ed073c2a18a24c4 assets/create/models/block/creative_top_window.json -9886e0cf6aa7b9f9e143244d3a8646544d971e76 assets/create/models/block/creative_top_window_ne.json -bb8a304b450bce6bc2371dbad2a9424157ed265f assets/create/models/block/creative_top_window_nw.json -8f25499c6dac9a144a2640714ed3774f268cfb0c assets/create/models/block/creative_top_window_se.json -3370f17d6f1773d1d81849ef3fc30330d801d2be assets/create/models/block/creative_top_window_sw.json -049054773bda458837111308ec2a8d8d08809b8f assets/create/models/block/crimsite.json -3ad2613e9d29b1174b6829d28abb2dc0e7477e6b assets/create/models/block/crimsite_pillar.json -e93336aeb8513d85d6bffd9ea520b0747731d55b assets/create/models/block/crimsite_pillar_horizontal.json -8390ebba3a149135c21a3e48fcc84660eea5f766 assets/create/models/block/crimson_window.json -5e0c0ac8b2d222bb359a84a1f179c54c823ad5b8 assets/create/models/block/crimson_window_pane_noside.json -19503fe4a6eec4d250efb1a7a4fe53fd1035b429 assets/create/models/block/crimson_window_pane_noside_alt.json -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 -ba2a8dcd6dadcf9e76e0acbe0783c7a2ced29fb8 assets/create/models/block/cut_andesite.json -8b5d39c647f495de88c7bdec78ed55ae28e1bb57 assets/create/models/block/cut_andesite_brick_slab.json -8cbf1529966a8462a3c7a1bf40f98fb788e77b55 assets/create/models/block/cut_andesite_brick_slab_top.json -264ce32052f9cebb94510b05b89ba2d03f3dc805 assets/create/models/block/cut_andesite_brick_stairs.json -646817da29535b2c4930af7be7ab617bb970e952 assets/create/models/block/cut_andesite_brick_stairs_inner.json -6fe178b05f16662f112c8acef91666fd6058dba9 assets/create/models/block/cut_andesite_brick_stairs_outer.json -282a6b211beccc5b434c3d3f6e7543de2b48712f assets/create/models/block/cut_andesite_bricks.json -45ed7924c3b346a772d36daf98c9278ac01891b9 assets/create/models/block/cut_andesite_bricks_wall_post.json -5449675d9e2e659effc9198852ce74a6be76cd4c assets/create/models/block/cut_andesite_bricks_wall_side.json -36e485aca4c7e5aa238d71861f6dcc2a710aef36 assets/create/models/block/cut_andesite_bricks_wall_side_tall.json -5f7a4b22ce26dde7e3c3b0c0043db8417222a09f assets/create/models/block/cut_andesite_slab.json -1f858e5448edd25f985a62f29745e6be061f149e assets/create/models/block/cut_andesite_slab_top.json -acc892f9f079371e54daaa130074e97f147f8862 assets/create/models/block/cut_andesite_stairs.json -c0d6bd566a29f415a112f064c338f6606a614342 assets/create/models/block/cut_andesite_stairs_inner.json -e52718eb3d9b5be9b87427c31f88c6b3ccc0a41d assets/create/models/block/cut_andesite_stairs_outer.json -a7260213553ba5ba15ab32b6d1d9827b4881fcdb assets/create/models/block/cut_andesite_wall_post.json -d465f4076baa1255cbda752f17c0837b65bd6488 assets/create/models/block/cut_andesite_wall_side.json -3bc83d8b2c35f6b50e905789cd027fe064576982 assets/create/models/block/cut_andesite_wall_side_tall.json -cb4565fac8749b6483b23cedf0a2a990bf595f4b assets/create/models/block/cut_asurine.json -ca6cb0e060691ef43ea00831199f5622545fd63d assets/create/models/block/cut_asurine_brick_slab.json -e2fa0d2cc1b8561ce82fbc08ccf9d0f1e3d3b7c3 assets/create/models/block/cut_asurine_brick_slab_top.json -7e2f335993de595ace84ffb33b0c934610ce725f assets/create/models/block/cut_asurine_brick_stairs.json -1681778e5b295a9b89f2e6853a6a2ab43797f37a assets/create/models/block/cut_asurine_brick_stairs_inner.json -6ea62f1a2a293038cb70bea6e4db7c17338b4c96 assets/create/models/block/cut_asurine_brick_stairs_outer.json -0bf14c177e101f1bcecd1905369a92e6986b2c6d assets/create/models/block/cut_asurine_bricks.json -63cc439f651bbfa63fbd925b7eb81498bbccfe05 assets/create/models/block/cut_asurine_bricks_wall_post.json -2cd10ea35c66d6c11c53e85bc37acb509ddb90eb assets/create/models/block/cut_asurine_bricks_wall_side.json -1b2cad6bf5e0f1bdbd62016e6e63eb5130d949e1 assets/create/models/block/cut_asurine_bricks_wall_side_tall.json -837a4c3343aef918f852abf69cc2192523edbf07 assets/create/models/block/cut_asurine_slab.json -c240ab2f5af4872199d952cc24aef95aac6dd8e2 assets/create/models/block/cut_asurine_slab_top.json -975fa30367917a692305b1fb4c7fb83d98bab43d assets/create/models/block/cut_asurine_stairs.json -26a3c8ebd4413f26c5488edd675eb347f144ba40 assets/create/models/block/cut_asurine_stairs_inner.json -de633258ac7297ba32ad142f4c7586e84a343588 assets/create/models/block/cut_asurine_stairs_outer.json -46c00130e6a4bb5b2d7f9a1e9361e29f48ba2be4 assets/create/models/block/cut_asurine_wall_post.json -c8f2fc74383866011e5dcbe34d6f7b6a0925d3e6 assets/create/models/block/cut_asurine_wall_side.json -556da04cae3e585baec6419857a54ffe5b34d50e assets/create/models/block/cut_asurine_wall_side_tall.json -523e5e4e5f1d566259d2ebbc09f5b19d986c8ec8 assets/create/models/block/cut_calcite.json -be5783d91884d14e709938099a5098f02e4598be assets/create/models/block/cut_calcite_brick_slab.json -46b40bd3b4cb9e2e51a2f350f01ed2ef5b37f596 assets/create/models/block/cut_calcite_brick_slab_top.json -92706d0e9eca87bf1decb6fda90420604ec9f477 assets/create/models/block/cut_calcite_brick_stairs.json -ec715b3fe06e266124154125a4c6b09062959a08 assets/create/models/block/cut_calcite_brick_stairs_inner.json -d93a7a2059920778bea8b0caeecc74f42fee9bd9 assets/create/models/block/cut_calcite_brick_stairs_outer.json -4d221874598f716f2af6eea86c28015ffc3eee18 assets/create/models/block/cut_calcite_bricks.json -fd69c70a98aaae5894f16f61333e93909282fc16 assets/create/models/block/cut_calcite_bricks_wall_post.json -97f85f67e9c95da52d684c909cd21da202aa5495 assets/create/models/block/cut_calcite_bricks_wall_side.json -06c76263caac80550e23d4f6a86a6835d844dd0d assets/create/models/block/cut_calcite_bricks_wall_side_tall.json -3207f3e1eb5fe51c304729adade7ea8d3f4a6dcb assets/create/models/block/cut_calcite_slab.json -9b747c3f0abe1d22faf81abd37baa21362d2c894 assets/create/models/block/cut_calcite_slab_top.json -8d625643130fad63c4bdd3f5dc4bdd56e4129ac1 assets/create/models/block/cut_calcite_stairs.json -75b4243047bafcce097115b2c5cdd51153964b49 assets/create/models/block/cut_calcite_stairs_inner.json -b202d055eebc2e2f603a6f4b6b2e18fe1b204c96 assets/create/models/block/cut_calcite_stairs_outer.json -48051bd6408e39047be02ff90c8c146cfafec728 assets/create/models/block/cut_calcite_wall_post.json -771fe6888fdaaefa464f9890c6e0ef7ac4a24741 assets/create/models/block/cut_calcite_wall_side.json -da84381731be235a257e2121b8324230d63a64f5 assets/create/models/block/cut_calcite_wall_side_tall.json -39b9a3313388027b9f043a3242ff9c3ea124f894 assets/create/models/block/cut_crimsite.json -20d7768beb281f96986948ebd6323fe7274bfb63 assets/create/models/block/cut_crimsite_brick_slab.json -47946f874ef517b9ee5db4b2b7a3f7e10b71f27a assets/create/models/block/cut_crimsite_brick_slab_top.json -adeaf933c7e3664f8b8212e732ea53050cfb0600 assets/create/models/block/cut_crimsite_brick_stairs.json -cc5c8dc556926f3c66506c557def9d12b564a781 assets/create/models/block/cut_crimsite_brick_stairs_inner.json -238ae8df62a6f1f63647b0115d6ae5477dc4076f assets/create/models/block/cut_crimsite_brick_stairs_outer.json -2db89e763163230b89ab72b9bcddb679253f4540 assets/create/models/block/cut_crimsite_bricks.json -5e10e6a559f409bd3ffbe669ff6e59265b112b39 assets/create/models/block/cut_crimsite_bricks_wall_post.json -8645275d6564613c2f33151ddbf6458b03898f76 assets/create/models/block/cut_crimsite_bricks_wall_side.json -cbad3c7c0b1b06c64808b559509f548f3c305692 assets/create/models/block/cut_crimsite_bricks_wall_side_tall.json -e19ebfc8a199a76c22098a4de038435b50d61b98 assets/create/models/block/cut_crimsite_slab.json -057ab44a695206ae06ce73d7403ea64b1e213850 assets/create/models/block/cut_crimsite_slab_top.json -893bd01a8d4c36d01a9096a35460002238c59069 assets/create/models/block/cut_crimsite_stairs.json -a07fa0741c6fe6465f7af7873415872497fade5b assets/create/models/block/cut_crimsite_stairs_inner.json -30eb5416cad5d2baa2616db4ae25aabedaf95faa assets/create/models/block/cut_crimsite_stairs_outer.json -3588ce545ac96eeef3e09227ca652ae9629b4461 assets/create/models/block/cut_crimsite_wall_post.json -0fd3418200e290e4fbc38e93eba3169f0c0f4706 assets/create/models/block/cut_crimsite_wall_side.json -ece2a32580e17c846edbb0fc2a8fff0a59b77a0d assets/create/models/block/cut_crimsite_wall_side_tall.json -b78d1c0f9f1adc21c5e8a88afe1d774329747045 assets/create/models/block/cut_deepslate.json -7656d44df802413ab8b674712c63b85b5f5e6bfd assets/create/models/block/cut_deepslate_brick_slab.json -ab914c01fcee92c1acd530837ca7e1537e729db6 assets/create/models/block/cut_deepslate_brick_slab_top.json -3590d5e9a0045d2388dcad1e9b39b7c2d8c187db assets/create/models/block/cut_deepslate_brick_stairs.json -caff8b2e323e4d1c0b117ee73aa15811afaab202 assets/create/models/block/cut_deepslate_brick_stairs_inner.json -6dcf5333576b9df8b79dffa1df01a5ab944ad68e assets/create/models/block/cut_deepslate_brick_stairs_outer.json -5a34118b88f1f227015a1d9470ca7e2b7bac05da assets/create/models/block/cut_deepslate_bricks.json -cb4ed23823747efa4645747d770a9c8822d82333 assets/create/models/block/cut_deepslate_bricks_wall_post.json -dc65a8da216b9f6de830b81491aa61e2d88092f5 assets/create/models/block/cut_deepslate_bricks_wall_side.json -6563b5838288e7b628c6cf634a7db8d6db39e650 assets/create/models/block/cut_deepslate_bricks_wall_side_tall.json -229943ccc0d4196f40919dadf4365add83cd39b1 assets/create/models/block/cut_deepslate_slab.json -0f081b33a3c0249e35583ed5ae95080b2fcf8e91 assets/create/models/block/cut_deepslate_slab_top.json -27984fa01bbcce4f873666b95d550a20648057e0 assets/create/models/block/cut_deepslate_stairs.json -bb7f0a5c8efdacf2caa4ce01bcb2061ca107fe53 assets/create/models/block/cut_deepslate_stairs_inner.json -612ad3c5417f35e50de6630569ccd3e01ee67878 assets/create/models/block/cut_deepslate_stairs_outer.json -a8259209502316a1e61c6eefccfd72e2819464b4 assets/create/models/block/cut_deepslate_wall_post.json -709f74ff1d10da6c073b09817fdd6a5f87b8413f assets/create/models/block/cut_deepslate_wall_side.json -f211a719ca596ba94129feda36ca7912fa4fee57 assets/create/models/block/cut_deepslate_wall_side_tall.json -8653c171b846b5cc18b518efba56f826db7bca4e assets/create/models/block/cut_diorite.json -833be296cd8e884a9d5b0fd5ad1a59ad3b23399f assets/create/models/block/cut_diorite_brick_slab.json -54c4ceae3bc5ec81c31e550d384f23e6aaa60074 assets/create/models/block/cut_diorite_brick_slab_top.json -d3c356db8d7f94f10cebda1189cbf812285fc3ed assets/create/models/block/cut_diorite_brick_stairs.json -fb4731b3f2c49a4ac96e5f6d59c5bd8ce587725f assets/create/models/block/cut_diorite_brick_stairs_inner.json -4564b9cd288f05d7d99bc7882358aa5a22972283 assets/create/models/block/cut_diorite_brick_stairs_outer.json -ff0ed4381e91494e0aecd02613c6188437112244 assets/create/models/block/cut_diorite_bricks.json -b1685b880026eaaf102539590a30cb7cd40a7078 assets/create/models/block/cut_diorite_bricks_wall_post.json -1a32c081c8701d8d8218513bc5489f6cadb73ddc assets/create/models/block/cut_diorite_bricks_wall_side.json -21993406ccdbe26b326abab141f4d5877f109858 assets/create/models/block/cut_diorite_bricks_wall_side_tall.json -68f5ea1554f293b328451e8ef43e226561550c86 assets/create/models/block/cut_diorite_slab.json -7ec560e707e7be69a42b8bc7cbcc4cfe0f5dcc98 assets/create/models/block/cut_diorite_slab_top.json -9a4c5163a9b1435fefde25525665b56322611462 assets/create/models/block/cut_diorite_stairs.json -044488d0bc732ad8bee9be32c982ff67e92a6cde assets/create/models/block/cut_diorite_stairs_inner.json -b5643e5129f62f569ce0856416ba96b6ce42da6d assets/create/models/block/cut_diorite_stairs_outer.json -8c392e40ddc3553ad6d841cf8c8efa5fee378a6a assets/create/models/block/cut_diorite_wall_post.json -260388f3a412c6a20ea1e7b314e99f048ba3d59d assets/create/models/block/cut_diorite_wall_side.json -bd09e0089f6f84f9313c85eceb5ae353a3474112 assets/create/models/block/cut_diorite_wall_side_tall.json -50fee6d5ffd4a4d8b733e2b24624de2036e7a332 assets/create/models/block/cut_dripstone.json -6bfbf3e93dc2f08084a6950b6f818fac55ab7fd0 assets/create/models/block/cut_dripstone_brick_slab.json -0054e1dad992445f9c9bef5f1ddca664a4ecfa80 assets/create/models/block/cut_dripstone_brick_slab_top.json -789087d8e99d690ab4f4e27ac36d7ce62861ec33 assets/create/models/block/cut_dripstone_brick_stairs.json -dd142e6c44991b6afd2e32ac5bbb9bcaf57b801b assets/create/models/block/cut_dripstone_brick_stairs_inner.json -047e7402239df71378869ba49cf3d2a8e5a11064 assets/create/models/block/cut_dripstone_brick_stairs_outer.json -f7bfd79f7210e691446432428430fe6dea83d0ee assets/create/models/block/cut_dripstone_bricks.json -c8e477a6b4715e32b0e80a050ad75f95be4720d7 assets/create/models/block/cut_dripstone_bricks_wall_post.json -c598143789ce606c8a768463edf14b03a4e305bd assets/create/models/block/cut_dripstone_bricks_wall_side.json -1ecded9b21c3a33934aa9877dfc57e97e6de921a assets/create/models/block/cut_dripstone_bricks_wall_side_tall.json -ba858e5844a3359d0ee870cef16e0e7196537875 assets/create/models/block/cut_dripstone_slab.json -c57d81172c0b8c06f2e69a55e9ba1a9c375d9fe2 assets/create/models/block/cut_dripstone_slab_top.json -77c7548ae243beaa0d41ae3eb3fddc74624d272b assets/create/models/block/cut_dripstone_stairs.json -588b12a901cd892660b99d8c68b931e4285f8c3a assets/create/models/block/cut_dripstone_stairs_inner.json -fc55e9c64ee52da74aac8184e08b7224ebe72c3b assets/create/models/block/cut_dripstone_stairs_outer.json -735af7062bc371575b5ffbfeaee9c31f7ac21d5d assets/create/models/block/cut_dripstone_wall_post.json -e2fc8b1e17160ad6304da1c5047326b45ef38664 assets/create/models/block/cut_dripstone_wall_side.json -e6c015f55f6a5d5b86589eea2bfbcc2fa3fc5ddc assets/create/models/block/cut_dripstone_wall_side_tall.json -3009184a2d0ad8d7bde03b1ef715c2a82c14670b assets/create/models/block/cut_granite.json -9ff2850a0ad0c1e99c1af11e47060afe364f0432 assets/create/models/block/cut_granite_brick_slab.json -cc977c1e3b3f59cec29fad11e806ee1a286c2e21 assets/create/models/block/cut_granite_brick_slab_top.json -106c69ac237ebcb84565c2b8f492ba4f88196ecc assets/create/models/block/cut_granite_brick_stairs.json -45c37119133b146aa4f5893a82217a0f19ef57a1 assets/create/models/block/cut_granite_brick_stairs_inner.json -0d4b8595786d21a0584d9e9a78644efc731bf392 assets/create/models/block/cut_granite_brick_stairs_outer.json -d8d9c753868cf9a6ef4ff5a40f2b7ff3e3aecced assets/create/models/block/cut_granite_bricks.json -7b7d7bbddfda8af539c6a01ca688e33a08423478 assets/create/models/block/cut_granite_bricks_wall_post.json -1c9ca5818ca69229b36eebff818e9ccb0743d621 assets/create/models/block/cut_granite_bricks_wall_side.json -1048f5dd6c1d204ebce5374ae79d6f55debb9173 assets/create/models/block/cut_granite_bricks_wall_side_tall.json -66e1e1768773e381d2424155c133d3c31619fc11 assets/create/models/block/cut_granite_slab.json -14b0e2f6199836ee58e0d7a67110e2217b53e5c7 assets/create/models/block/cut_granite_slab_top.json -0199902b587697d0690989ceeb2710e8941b5587 assets/create/models/block/cut_granite_stairs.json -ce9171daab9906942b1ca812153eb3e95ca11b64 assets/create/models/block/cut_granite_stairs_inner.json -2a8725f3298db726293dcd8478949c66d3307548 assets/create/models/block/cut_granite_stairs_outer.json -61c8e68e4109378f3f9f503e378a2ddddc60f311 assets/create/models/block/cut_granite_wall_post.json -96959a2846c082371bcc6082ef601820077b70f6 assets/create/models/block/cut_granite_wall_side.json -8ae6a7d630291b13c596a73be04ee3a5ccc95860 assets/create/models/block/cut_granite_wall_side_tall.json -d1751a56cc76ddf5bdd20641bf9ab7cce601b212 assets/create/models/block/cut_limestone.json -24ad12272f8618c24587bf88f04569eb9feab729 assets/create/models/block/cut_limestone_brick_slab.json -b1d188fec10885343331273d9d5f7a7b0cede72e assets/create/models/block/cut_limestone_brick_slab_top.json -f69202b57655c2d55f0a25468670eca07da29daf assets/create/models/block/cut_limestone_brick_stairs.json -3ff3bbbab2b79a20c556524f2546904a27b2f35b assets/create/models/block/cut_limestone_brick_stairs_inner.json -70a16d547a58271750e7e061158400b8cb18d4bc assets/create/models/block/cut_limestone_brick_stairs_outer.json -7c0f634528dfdda9dace116551aadd6e6936010c assets/create/models/block/cut_limestone_bricks.json -832ffdfbb17bafeb28098478509d63f6d8e02fd6 assets/create/models/block/cut_limestone_bricks_wall_post.json -0eb60f5011068155b29c81e1679712de986eea68 assets/create/models/block/cut_limestone_bricks_wall_side.json -b1da878776ed93051a079ed42cbd45ed861789c6 assets/create/models/block/cut_limestone_bricks_wall_side_tall.json -49f66be5f28844c1e33aed238305964bb8e9e8de assets/create/models/block/cut_limestone_slab.json -39f1766f8232b0dd77ea031ddf03a9d14d9b380d assets/create/models/block/cut_limestone_slab_top.json -8f1219df38dbdc62f6d4bff9ed640267f6faa6c6 assets/create/models/block/cut_limestone_stairs.json -b8e26e7aeddccc139ab7110e762eb9320c952203 assets/create/models/block/cut_limestone_stairs_inner.json -0a3fe3d59433eb5bb4a1f8035eefcf738a7323c6 assets/create/models/block/cut_limestone_stairs_outer.json -52d8f2ffde0d2259d09b47953c47dbf3d6c452c5 assets/create/models/block/cut_limestone_wall_post.json -04687b7b7f8cbfb2896551fa65f9cf74db73f600 assets/create/models/block/cut_limestone_wall_side.json -27cface655cad9e6a4fbf54b859aba0b925bdf28 assets/create/models/block/cut_limestone_wall_side_tall.json -45c038fec2cd50775d4f5c47dc63b96b0d4c1bfc assets/create/models/block/cut_ochrum.json -a6690de163ce4242849acc8f4c875c24faae5f3a assets/create/models/block/cut_ochrum_brick_slab.json -faa5142f95cf70e5592225b8aaa2966cadc8d11a assets/create/models/block/cut_ochrum_brick_slab_top.json -df7000fadcfa9c6f9a92c9aabbaf7ba0a1ab2ee5 assets/create/models/block/cut_ochrum_brick_stairs.json -3b7cd2bd25b6119adb50bae468afe5661f876484 assets/create/models/block/cut_ochrum_brick_stairs_inner.json -3272de77c6ea8e466a116890f7796e66fe9effff assets/create/models/block/cut_ochrum_brick_stairs_outer.json -47bbec20af72917ddb9caaceffa2e9401f73f644 assets/create/models/block/cut_ochrum_bricks.json -69f42c85aa7c097d191896328e6dbc805687ee1f assets/create/models/block/cut_ochrum_bricks_wall_post.json -b9b9feeb0e10ea70b9c4b7a04115edc33ce463de assets/create/models/block/cut_ochrum_bricks_wall_side.json -42012f10d893f59e2d6c8f3babedbb4ebb2e5cb8 assets/create/models/block/cut_ochrum_bricks_wall_side_tall.json -9b0b3e2c9a49ba8c3e86449d9fa5a778e53b762a assets/create/models/block/cut_ochrum_slab.json -6a435dc700a7ce3539f64102ec85223ac963e2ee assets/create/models/block/cut_ochrum_slab_top.json -9dcb0e0864522193b8be4af5849db6d0490c9d53 assets/create/models/block/cut_ochrum_stairs.json -4b42d79e928dc84d1cf3a41b02863a022f5f3820 assets/create/models/block/cut_ochrum_stairs_inner.json -89ab60e2da6218a00547ff6874ebe48087e0b3b9 assets/create/models/block/cut_ochrum_stairs_outer.json -b701f9bbeefaeae77e7b293c412cc6a8247cf044 assets/create/models/block/cut_ochrum_wall_post.json -662430c6d58a3453cf002baef8434baab536de92 assets/create/models/block/cut_ochrum_wall_side.json -a0b6f7302357692220133ea6d25d572621f17c12 assets/create/models/block/cut_ochrum_wall_side_tall.json -1b880f4f96ffd7018d1969815d1ddb91ac7b822f assets/create/models/block/cut_scorchia.json -7bc084eb30107a37269eb167b88bdf5727a992b5 assets/create/models/block/cut_scorchia_brick_slab.json -184bf590e038291291ee41cc20dc8f1f476df8d5 assets/create/models/block/cut_scorchia_brick_slab_top.json -66caa30fc2d0589f51e90008db906b21ffa5b0e9 assets/create/models/block/cut_scorchia_brick_stairs.json -00547c4e985c955daf5ced6b18a9cd88b839f8a0 assets/create/models/block/cut_scorchia_brick_stairs_inner.json -4cce88c6845b5029e97cc0d380c50d610877335a assets/create/models/block/cut_scorchia_brick_stairs_outer.json -59cc17b081f15d3be7a1075edec9e32a8caba5c5 assets/create/models/block/cut_scorchia_bricks.json -cd70e4b2f163b81947c870430655589383623f72 assets/create/models/block/cut_scorchia_bricks_wall_post.json -467e2ee522e3c82cbc2ce62aa2755b46f5909b61 assets/create/models/block/cut_scorchia_bricks_wall_side.json -872b5e60dae9c9c2f11970970e1ef15173467004 assets/create/models/block/cut_scorchia_bricks_wall_side_tall.json -dbc4ce356b22fd1a13f3b81ab22245720a89d43e assets/create/models/block/cut_scorchia_slab.json -e02ef295ba1987cbd838196b326efbab13bec802 assets/create/models/block/cut_scorchia_slab_top.json -8648e3483121a49006c48c2ab7084f1c5dbb2c09 assets/create/models/block/cut_scorchia_stairs.json -6a0c6a98e37f5f21166bfe593aa0d759c262e40e assets/create/models/block/cut_scorchia_stairs_inner.json -c065fa12994a9d8070c988db3261d3a238f61886 assets/create/models/block/cut_scorchia_stairs_outer.json -17683ac33fc0da1c5978ded38cb5b7b975df5b0b assets/create/models/block/cut_scorchia_wall_post.json -fac16175b09b883648860e8d3125392c18b7bba5 assets/create/models/block/cut_scorchia_wall_side.json -3d7be71924bc137bc59bd8a046528d9a9ef2c606 assets/create/models/block/cut_scorchia_wall_side_tall.json -029c1380109f54a9d52f134b67406ae1cc96b2c0 assets/create/models/block/cut_scoria.json -1e58e9adf8b0de715950a7f34029ff1657bb9d6e assets/create/models/block/cut_scoria_brick_slab.json -2eea2aadbd37b1e946c5626d2b61310a46719847 assets/create/models/block/cut_scoria_brick_slab_top.json -072bd6a9bb6efc36b7b6ef6ac7e667d22e2a5c5f assets/create/models/block/cut_scoria_brick_stairs.json -d28b1a74c6cf48faa0294c525a9fea45676066a7 assets/create/models/block/cut_scoria_brick_stairs_inner.json -fe26e9144ba6aac3d660eb5d0bec609422ee7de4 assets/create/models/block/cut_scoria_brick_stairs_outer.json -809cd0894d4781d8dab9a738a91c4c5d265181e7 assets/create/models/block/cut_scoria_bricks.json -faf5f82824a16e4fb1b52ea1d0e775429e5ee61f assets/create/models/block/cut_scoria_bricks_wall_post.json -744e393e090ead8fe0b588dcac291c93e76a72c7 assets/create/models/block/cut_scoria_bricks_wall_side.json -168c83f6bb04a2c5929a2dabf1fcb643ea059b65 assets/create/models/block/cut_scoria_bricks_wall_side_tall.json -94b78abec24afe60ed8a271207c7106cea61e2d7 assets/create/models/block/cut_scoria_slab.json -b995b01585d849bc30a6c83093d158b35c371f03 assets/create/models/block/cut_scoria_slab_top.json -d4d89fffee5b12e0ea2c691030d9a8669529cd75 assets/create/models/block/cut_scoria_stairs.json -cf23e346ce469632106c59c235c5f19f9a396d1c assets/create/models/block/cut_scoria_stairs_inner.json -0218e3446fc60b4c8d48a714a4462d1bfb94dfb9 assets/create/models/block/cut_scoria_stairs_outer.json -6f3b999b32a1df6dde02882d3d5865719d66e0ed assets/create/models/block/cut_scoria_wall_post.json -2a22fd2043207793924e799aaa4f3f773ac0a836 assets/create/models/block/cut_scoria_wall_side.json -3c4fbb6e982d4aebaef5aaf00fa24b90cec4a7b8 assets/create/models/block/cut_scoria_wall_side_tall.json -be69052370db8ea212f452c03fe5554ae96909bb assets/create/models/block/cut_tuff.json -1bf0cd556964aa782f8548352d36aea4bccbb661 assets/create/models/block/cut_tuff_brick_slab.json -c775fc7f07a47d09648ea6e0c649f76162ebd709 assets/create/models/block/cut_tuff_brick_slab_top.json -e6dd6d1628e9292992fe86e40939be65d98627b5 assets/create/models/block/cut_tuff_brick_stairs.json -30efd0bacd38aee4264a8ebd45dfb06985e5e2a2 assets/create/models/block/cut_tuff_brick_stairs_inner.json -8c9b5986d00aee36ea26d9c430b64eef26de1cf1 assets/create/models/block/cut_tuff_brick_stairs_outer.json -d251a041ca96a9304dc4a8f70aa48011e0732f7b assets/create/models/block/cut_tuff_bricks.json -63ae034691d014441b8b84b6987bb9ada18366f3 assets/create/models/block/cut_tuff_bricks_wall_post.json -834bed6050ac34de8291cfcc72f6a77653257af5 assets/create/models/block/cut_tuff_bricks_wall_side.json -a8c807fb9588781eec7abc298d3870c2b3ccc271 assets/create/models/block/cut_tuff_bricks_wall_side_tall.json -bba5f0d4520108211d0b07f93e60ee8c111bc93b assets/create/models/block/cut_tuff_slab.json -b88887a4a3bb84833a85150d663bfa00cb614459 assets/create/models/block/cut_tuff_slab_top.json -33536c0746a01a85bbb3d0c4b3837639d94ed3b7 assets/create/models/block/cut_tuff_stairs.json -5fe3087e43d5d414826c373c44d348dd2fc4741f assets/create/models/block/cut_tuff_stairs_inner.json -bb1bf47a881dc407aabc1a3d54482318979cd14c assets/create/models/block/cut_tuff_stairs_outer.json -8adfead3f9901fb63c54b7e44a043625d9e3ba61 assets/create/models/block/cut_tuff_wall_post.json -49a64a8d7a06f08effe645a4a4a6d85ea1de5f3d assets/create/models/block/cut_tuff_wall_side.json -736395461f36060efb1283ecdcc7b178dbd368af assets/create/models/block/cut_tuff_wall_side_tall.json -b810d6c723b9661a88d5a822c0b402602d3c077e assets/create/models/block/cut_veridium.json -a30350de5597220139f674df27b689afb922d76c assets/create/models/block/cut_veridium_brick_slab.json -2eb42f4857c4e101abe5e6310c390feec446e16d assets/create/models/block/cut_veridium_brick_slab_top.json -469c7e4861883be035c81d1fc1498d4a818235d8 assets/create/models/block/cut_veridium_brick_stairs.json -aca2554653c6a5ad6f54012fd625a9f858066191 assets/create/models/block/cut_veridium_brick_stairs_inner.json -789f4b90e5e4b20da1e856b43e1fac83d7b21f4a assets/create/models/block/cut_veridium_brick_stairs_outer.json -13827c61a62c2f533d5f0cf29af8b470d16c8d6f assets/create/models/block/cut_veridium_bricks.json -e27ff777240e36faae69cfe0d3f5971970a3c2e6 assets/create/models/block/cut_veridium_bricks_wall_post.json -ed406d90d55b1ebffb351872d17309d5711d2888 assets/create/models/block/cut_veridium_bricks_wall_side.json -ae8a681e3ce8e646299bb36deb25601da7cede04 assets/create/models/block/cut_veridium_bricks_wall_side_tall.json -b9d8e0c2e368d4fbb149d89c45705d6017e71b1a assets/create/models/block/cut_veridium_slab.json -5345099dad2bef7d3992c72186b210da2ce08242 assets/create/models/block/cut_veridium_slab_top.json -443db91b45c27fcd62f75673cd3708d4113ba1d9 assets/create/models/block/cut_veridium_stairs.json -4fff894b33a4664309234fce5551645caa4d235b assets/create/models/block/cut_veridium_stairs_inner.json -c18ab834087c8e3bc09e40df8ffe47e9e3237acc assets/create/models/block/cut_veridium_stairs_outer.json -bc7cbb43b68926cb53fbbf32c2336e6961d54cf3 assets/create/models/block/cut_veridium_wall_post.json -b8ff1f042e7e0588365d78b268e83a769eb117ce assets/create/models/block/cut_veridium_wall_side.json -b7899b6bf2bbe80cce5a5d0b4f6bd5ea5662b720 assets/create/models/block/cut_veridium_wall_side_tall.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 -9d92e6340036cbcf5886fa9d36047ba938b51294 assets/create/models/block/cyan_toolbox.json -f45ef4a5f0aa8482d493661673b1c0ab6d061157 assets/create/models/block/cyan_valve_handle.json -f5ac5007454cb04490e36f39e9047cc90501b2f6 assets/create/models/block/dark_oak_window.json -d1914f0b453d360221b14ff128f5a5040441a0c6 assets/create/models/block/dark_oak_window_pane_noside.json -ebee7c581235fb4166862c238469bf7c81bf0b8c assets/create/models/block/dark_oak_window_pane_noside_alt.json -92f856a51b8cf433beed6aebea70304062e0073b assets/create/models/block/dark_oak_window_pane_post.json -7be662a7534de3932eb0790a0387ba4049938e0d assets/create/models/block/dark_oak_window_pane_side.json -22a3f10d9c541c5503fa7c1a4d5caef06f53f287 assets/create/models/block/dark_oak_window_pane_side_alt.json -7127475aeadd76ec72e25012332be5fa24c1670b assets/create/models/block/deepslate_pillar.json -faa427e011f11807909232194df6cfc5310e16af assets/create/models/block/deepslate_pillar_horizontal.json -deee6fe9c828af56afe5299718b2e961d52b79a6 assets/create/models/block/deepslate_zinc_ore.json -d1c0a266ca0f5ce7ddeb170cd36635b10b8ccc0f assets/create/models/block/diorite_pillar.json -64704a24de13b33326944a6779ca2c0bfd71d803 assets/create/models/block/diorite_pillar_horizontal.json -0d02622fc395760d1807fab74c53e83760e6a91c assets/create/models/block/dripstone_pillar.json -3e00a1807b94a1365cf5ef925c63b55587c11b1d assets/create/models/block/dripstone_pillar_horizontal.json -408ac77bce9415ae6fe8f6d98615c1d2c6738fc9 assets/create/models/block/exposed_copper_shingle_slab.json -edb51e91f336afa38004693cd0c7694f0b6013ce assets/create/models/block/exposed_copper_shingle_slab_top.json -0de63a143bc3f862c216d05ad6d07dac0a1c3912 assets/create/models/block/exposed_copper_shingle_stairs.json -365730e711b1d22d6180b731e097ff7f01ca41d9 assets/create/models/block/exposed_copper_shingle_stairs_inner.json -8f83751c3cc1289eaac9a3def4430a187fbfddbc assets/create/models/block/exposed_copper_shingle_stairs_outer.json -d974379d8dc1dabe22fa02e9c92e14092748b59d assets/create/models/block/exposed_copper_shingles.json -b0cb8216be4d5476bcd4bc13ff09b1a8b0ccf2a5 assets/create/models/block/exposed_copper_tile_slab.json -90d57d4b15bf03d4957b0ca0e8d19041d953f85c assets/create/models/block/exposed_copper_tile_slab_top.json -e63e6e0bd97cd73953a6079ff3005b33ace5a648 assets/create/models/block/exposed_copper_tile_stairs.json -67e3bfb61e3237a2cf863189411fdbf4cf898638 assets/create/models/block/exposed_copper_tile_stairs_inner.json -c833caddf850cbec1f7b590b064773b8c64feeb1 assets/create/models/block/exposed_copper_tile_stairs_outer.json -d23e75ad96bb2e670f88d8c7361dfbfc9a2e3b2c assets/create/models/block/exposed_copper_tiles.json -7c36ca6b27a15a866df7b717a17d0025dc1407a3 assets/create/models/block/fake_track.json -254807760fd69eb103e89244f758525dd3dc40e3 assets/create/models/block/fluid_pipe/d_x.json -4eff30466cd0f81ea1cf7e6d99de7d24848afc20 assets/create/models/block/fluid_pipe/d_y.json -d33d12a8d8c8b7adcf0f3a3e69f4be14dfb74727 assets/create/models/block/fluid_pipe/d_z.json -c86a37ba578dd3006f87b0ede91f9643e69cbc5c assets/create/models/block/fluid_pipe/l_x.json -b904bc8ffbd8bfaee0e6ff47a990b4f8f980702a assets/create/models/block/fluid_pipe/l_y.json -e357fbe982a7585d654ab95865269eb33e5ebd9f assets/create/models/block/fluid_pipe/l_z.json -6fd71a19479cd725dd80288c8ce9d35bf90cedbe assets/create/models/block/fluid_pipe/ld_x.json -d1b75f433b702ede960d45572d484d4b5ce6c2f7 assets/create/models/block/fluid_pipe/ld_y.json -143736eb49ba163c8f457145ab3064ac12dd8ee9 assets/create/models/block/fluid_pipe/ld_z.json -026be5e1cce95985fdb86f655257514d1cb1bc45 assets/create/models/block/fluid_pipe/lr_x.json -a611ec9ef8647d31efccf916d144a652ad18740a assets/create/models/block/fluid_pipe/lr_y.json -abb8810d05128749bd7ffbbbd9d7c425886d8ef3 assets/create/models/block/fluid_pipe/lr_z.json -eefb0e3b0ed7b6d5a99ff715d4aae42db4133343 assets/create/models/block/fluid_pipe/lu_x.json -a55a9ef109c4166c767459f88bce4f5c614fe13e assets/create/models/block/fluid_pipe/lu_y.json -d933b8a9e5d166cb6b250eb8f359180872daa276 assets/create/models/block/fluid_pipe/lu_z.json -968fc1c2d555592134554bd16abb0b38629a76dd assets/create/models/block/fluid_pipe/r_x.json -c8fee17269f33f5e55ff0b019e535e9506dd964b assets/create/models/block/fluid_pipe/r_y.json -f63e221319b2703083e55f4034ed2d7b7a79a5da assets/create/models/block/fluid_pipe/r_z.json -070e6bc21df3875e8aa6effa72207f7429a989a3 assets/create/models/block/fluid_pipe/rd_x.json -e7fa64a1960a20b465b6ba63a8492da3d0d4b8ab assets/create/models/block/fluid_pipe/rd_y.json -2e2552573d8248426dee656291599f91a0d62f81 assets/create/models/block/fluid_pipe/rd_z.json -9fce43e8ffcfbde0d237ce953ad04fbd26228fa6 assets/create/models/block/fluid_pipe/ru_x.json -d4f2deb2dc78b46ae1551e7b49b36bf8d71802a0 assets/create/models/block/fluid_pipe/ru_y.json -724179ab01791c502f24e310bb841f68eed5436f assets/create/models/block/fluid_pipe/ru_z.json -4a3c1229fb9ce2bd117c4d5063ef61420c8da81b assets/create/models/block/fluid_pipe/u_x.json -1b55e0296ccfff6ea59769b08d0199737a125cf6 assets/create/models/block/fluid_pipe/u_y.json -3406864795e3b59497be674d5d5356dfbfa8dec9 assets/create/models/block/fluid_pipe/u_z.json -763b489129b920c640bbf5911ed8899124ee6a82 assets/create/models/block/fluid_pipe/ud_x.json -c13d818fa02a76abc089b7bd3ae0e7e9e4d1ecbb assets/create/models/block/fluid_pipe/ud_y.json -f7d3a9ff5a0d050f5822dba9ec6cb68a2e4cdecf assets/create/models/block/fluid_pipe/ud_z.json -b1e94d2858c3a8807def6c5131b6f63fe586fb91 assets/create/models/block/framed_glass.json -d13df8a5920c5778d98081fb0e97f045e2fd46a2 assets/create/models/block/framed_glass_pane_noside.json -3e975bec02e2670ce2b1868cebcbd780a5ebf3f8 assets/create/models/block/framed_glass_pane_noside_alt.json -a5938ddd48109f067a19a90a0f9abab655c18821 assets/create/models/block/framed_glass_pane_post.json -41645919ece236df5804a5a73ef682720194de34 assets/create/models/block/framed_glass_pane_side.json -8bc0abaabdc62d0c27730dba7eb6da54607b7e96 assets/create/models/block/framed_glass_pane_side_alt.json -f7f55d8107d9128f7be42b2a07fd99aeeba44954 assets/create/models/block/gantry_shaft_end_flipped.json -33196bb0c2f7ca356fc62854349a3ab5fdf2d119 assets/create/models/block/gantry_shaft_end_powered.json -410c0ae1995a079766cab96a3545bb61159feba3 assets/create/models/block/gantry_shaft_end_powered_flipped.json -d66f23d811a09c7e3dad5900f9851282be2f64b7 assets/create/models/block/gantry_shaft_middle_flipped.json -9551abd37c295fe2541f2aee01dd72bfb71b8ae1 assets/create/models/block/gantry_shaft_middle_powered.json -deff4f1163284c22a60d403000c0cd7553d6caff assets/create/models/block/gantry_shaft_middle_powered_flipped.json -16eb7950f81e7242d277f5b0b2710ade820f5645 assets/create/models/block/gantry_shaft_single_flipped.json -78b51bdfa1d26f909e2d3a3ddb70a5631f4fa75f assets/create/models/block/gantry_shaft_single_powered.json -c81b86c2186cbe9867ea041776c8e70059d70f7e assets/create/models/block/gantry_shaft_single_powered_flipped.json -347430ecc316d502cea2e0f90d43ff106e9cb15c assets/create/models/block/gantry_shaft_start_flipped.json -0e1a5a8f38cd6cd3e2f7d2c0d147d924414b0560 assets/create/models/block/gantry_shaft_start_powered.json -4b2f2e9eb3d426b56bb2e0f530b249469200afd0 assets/create/models/block/gantry_shaft_start_powered_flipped.json -26ce92ff30b3f2f05cbf296e868e53233728e4b6 assets/create/models/block/granite_pillar.json -2c434b3221c506a968fbf96bd516b9075bc4d5aa assets/create/models/block/granite_pillar_horizontal.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 -38c5d8f0d4c4fff545c825cf9ae2f50387590e9c assets/create/models/block/gray_toolbox.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 -33f82e8da2b6e9b5df34157f91f2f01a542c7a33 assets/create/models/block/green_toolbox.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 -3e975bec02e2670ce2b1868cebcbd780a5ebf3f8 assets/create/models/block/horizontal_framed_glass_pane_noside_alt.json -a5938ddd48109f067a19a90a0f9abab655c18821 assets/create/models/block/horizontal_framed_glass_pane_post.json -41645919ece236df5804a5a73ef682720194de34 assets/create/models/block/horizontal_framed_glass_pane_side.json -8bc0abaabdc62d0c27730dba7eb6da54607b7e96 assets/create/models/block/horizontal_framed_glass_pane_side_alt.json -35253c91ed72c7c2ce981c384d334c1113851469 assets/create/models/block/jungle_window.json -65da656d412d973865f50ab7f02e278fe5398bea assets/create/models/block/jungle_window_pane_noside.json -9f4144df2e6b35c1fad04e594be5adb3b107bdb8 assets/create/models/block/jungle_window_pane_noside_alt.json -2e8cec84ae0fe8933a3e2e39721937673c4941d1 assets/create/models/block/jungle_window_pane_post.json -4e3cc8764a8e5cefd2dfb415e66e75c4059cb804 assets/create/models/block/jungle_window_pane_side.json -b233d493ec57204f7527c6ccf803580c1131b2ae assets/create/models/block/jungle_window_pane_side_alt.json -3472b9b13900be53b3377753c6744582bc5c0ba1 assets/create/models/block/layered_andesite.json -99dfe2cce5df234455d833081349f63ab5b1a2ae assets/create/models/block/layered_asurine.json -5a76d955a59f004f3172d63fcf564b47c4c73817 assets/create/models/block/layered_calcite.json -eaa483aa99f360c6baf3d6b6f46f232601cb2d22 assets/create/models/block/layered_crimsite.json -2c2b1f4a8a26532536178a59a698fe2bfc18e345 assets/create/models/block/layered_deepslate.json -5ffbb6dcdb08c4472f8d6db6cbd80d0975bdaf40 assets/create/models/block/layered_diorite.json -5cde6bc6515c70d85a388a652fec3edf89efc9c2 assets/create/models/block/layered_dripstone.json -6368d0b7f7556c6b24851de5d2b8e00c88108b14 assets/create/models/block/layered_granite.json -d642caf34851ebb9a1b252598313d0468178b212 assets/create/models/block/layered_limestone.json -dbe050f875e3274a722ee329de296c6ab24bc84d assets/create/models/block/layered_ochrum.json -dfffb75a673845f59aa84f77fd8b7cffc1417444 assets/create/models/block/layered_scorchia.json -d870ca5e51ec8418596444ee30431172232c0775 assets/create/models/block/layered_scoria.json -9c8ee05a2f8e5741ede50c6067d36819eae7d134 assets/create/models/block/layered_tuff.json -1f5a341cb68985c24825f4a510a99351acc4f0bb assets/create/models/block/layered_veridium.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 -f7ad67c312235e8b83ec44e0a3f37ad2ed4d4d42 assets/create/models/block/light_blue_toolbox.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 -1fbb180e0cd56220876fe8e7ee2aaa1ce57c0d0b assets/create/models/block/light_gray_toolbox.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 -70e8eae2dcb116ca452bc2e847bed87869a75cf6 assets/create/models/block/lime_toolbox.json -74008bd0d775b0e2e96b43be2e51d0f3c3abdf21 assets/create/models/block/lime_valve_handle.json -8161e01220df7bc95b0ea83a223dcc68b96e838c assets/create/models/block/limestone.json -3a5027b8e4dafa27b5c999b084c2a298574902af assets/create/models/block/limestone_pillar.json -7ada3d2c45fd649b48ce1727495ad17977609c17 assets/create/models/block/limestone_pillar_horizontal.json -0766a12c95977dfb8f3a8ea453d45c9832e7e824 assets/create/models/block/linear_chassis.json -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 -fa56f9bec902e6fea9cc25e6f474ee00c3dc558d assets/create/models/block/magenta_toolbox.json -bc5a03a5552eb4a518abefe5e8615f14ee13ca29 assets/create/models/block/magenta_valve_handle.json -2e67f27a895c9163a5d1be62897d5e66b119767a assets/create/models/block/mechanical_bearing.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 -8c3fdc51742897d110641ba9127f857297300edb assets/create/models/block/oak_window_pane_post.json -8f77db5a66b165d2ca85f9119666907dcf65105f assets/create/models/block/oak_window_pane_side.json -b3e056a176e86660fc2d3a51f9ba8b01eebb56c5 assets/create/models/block/oak_window_pane_side_alt.json -09a39af799262f80ff009be4feab03e65d32befe assets/create/models/block/ochrum.json -37758cc8bd6c7cfe452aab5dd3b91fd1ada2d906 assets/create/models/block/ochrum_pillar.json -889872c17f117008606b3bdad6fc80252fd25121 assets/create/models/block/ochrum_pillar_horizontal.json -ff9b51fcaffe54e321b9479f035f4ea7b278bfec assets/create/models/block/orange_sail.json -fda0628a09ef726e3e8323b2f38b6a3e612dc2ca assets/create/models/block/orange_seat.json -ba86892a5f633b0256b7b4d9a661779d8f483257 assets/create/models/block/orange_toolbox.json -3b07f3f1985495051d173725b01ddd52b5f70ac4 assets/create/models/block/orange_valve_handle.json -de5ecd753303b2c5dc3819299b9a316f0d7035f6 assets/create/models/block/ornate_iron_window.json -cc9614e892b12c6053d45a35d534eddf36285cf1 assets/create/models/block/ornate_iron_window_pane_noside.json -6b935d54de7c37f835df48f7b6e5e614a0d12b6e assets/create/models/block/ornate_iron_window_pane_noside_alt.json -19942331411716035d79adabe6d2daadd6025e90 assets/create/models/block/ornate_iron_window_pane_post.json -f400ef18ae2860f52dafaf4fe869146ae87b7ed4 assets/create/models/block/ornate_iron_window_pane_side.json -fddc53d6ead0d834e964e6a0d5b4e3cf2ea2d48b assets/create/models/block/ornate_iron_window_pane_side_alt.json -b493f12e45a4ad1e4a6d37bd76db30103b671b1a assets/create/models/block/oxidized_copper_shingle_slab.json -372d514eb4d5ab8c0bd2a016e8f0fa7015d600cb assets/create/models/block/oxidized_copper_shingle_slab_top.json -e405983770995ae9b85a1549da4635f28fdf9d96 assets/create/models/block/oxidized_copper_shingle_stairs.json -a672121a28128d91735d16a170037b853d11ebd5 assets/create/models/block/oxidized_copper_shingle_stairs_inner.json -4e474ee8c18904f6e96ff18279cf8cae22ce9403 assets/create/models/block/oxidized_copper_shingle_stairs_outer.json -3dd32c5ddc4de2baaec4eb916deac540cb54d97e assets/create/models/block/oxidized_copper_shingles.json -1f455e2e4f767ffd3967939149594b8f47f1765d assets/create/models/block/oxidized_copper_tile_slab.json -bfb02f1a721d51ee1081c2ef4ad7ac891e174a2f assets/create/models/block/oxidized_copper_tile_slab_top.json -93c45a72950fb955bba3ca1ae374ead869e394a8 assets/create/models/block/oxidized_copper_tile_stairs.json -f344c447335fbe494dfe71cfe60df865e4eb6b63 assets/create/models/block/oxidized_copper_tile_stairs_inner.json -287ebbc64ad91d19a7efca9d19850749839e89e2 assets/create/models/block/oxidized_copper_tile_stairs_outer.json -55223e244cd48134d2cc85a63c65814722bcee6f assets/create/models/block/oxidized_copper_tiles.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 -56b893cf30b33c825cbd6d00b8fc02b4f96aa8b0 assets/create/models/block/pink_toolbox.json -7ada61878d3a3c1d3cc33bcf9a80c21b8f9aaff2 assets/create/models/block/pink_valve_handle.json -346cb962e2a7078558e2ccad58e599fed2992edd assets/create/models/block/polished_cut_andesite.json -6a11b4c7bf72954e113922d9be340e093b5e2b2e assets/create/models/block/polished_cut_andesite_slab.json -e5aa69c41d5c3194cb7b4fe8bd30c02432dc4236 assets/create/models/block/polished_cut_andesite_slab_double.json -a4fc1b5eb2b4d436989f3674e89d13c350337512 assets/create/models/block/polished_cut_andesite_slab_top.json -33ff5f3d1e3e1f0384795646a7e4fe13ef672b0c assets/create/models/block/polished_cut_andesite_stairs.json -65a3e39f1668e21b74617745f01546e441e99eeb assets/create/models/block/polished_cut_andesite_stairs_inner.json -326c869691c4233b2ed7ec5482cf0ed5b7a89836 assets/create/models/block/polished_cut_andesite_stairs_outer.json -66e2546040228cd36784b73cc16f5a3dd7ef18dd assets/create/models/block/polished_cut_andesite_wall_post.json -eba67099b4a7746947806ec350ebecd3d40cf19e assets/create/models/block/polished_cut_andesite_wall_side.json -3ad2617ca95e06839b09f437a9a81dbe45e02a43 assets/create/models/block/polished_cut_andesite_wall_side_tall.json -274cc0b6defbd52ad172d291e1c418e0c3f9c8c7 assets/create/models/block/polished_cut_asurine.json -e6aa076ed6414486e65c04c5c0c38bc6b19c76bb assets/create/models/block/polished_cut_asurine_slab.json -48ec686bd4688ce58b60d17f671572bd7f9ace36 assets/create/models/block/polished_cut_asurine_slab_double.json -9eac05fdcf7f914c50591d727a70d25b48b54089 assets/create/models/block/polished_cut_asurine_slab_top.json -ff75021b35a0c78a86e5ee4719dff5bec50e7d35 assets/create/models/block/polished_cut_asurine_stairs.json -2b6d3285451685938b1c02d6a9eb3df203695cb8 assets/create/models/block/polished_cut_asurine_stairs_inner.json -b8f182e75eebe25b8002d9ac4081ca3c4c5a0b0f assets/create/models/block/polished_cut_asurine_stairs_outer.json -c9818f234ac7f264d73895bbfa9bcd8c83f0dda0 assets/create/models/block/polished_cut_asurine_wall_post.json -19482595a075b71a5a60ca19610589c9f099a613 assets/create/models/block/polished_cut_asurine_wall_side.json -00ef7908edb4faf30c9b2f0355554c269a628d3d assets/create/models/block/polished_cut_asurine_wall_side_tall.json -29a5f40fcb52c859d951df6528d9a8642d70d6d1 assets/create/models/block/polished_cut_calcite.json -e4f32a04b83b852325ea1b3a244218cd302455b6 assets/create/models/block/polished_cut_calcite_slab.json -a999df4fc0ac663dca9375e151abc81f260e8ce0 assets/create/models/block/polished_cut_calcite_slab_double.json -906767fddebce6b757998c6bc88efe703aba5b28 assets/create/models/block/polished_cut_calcite_slab_top.json -beaed025c9e6a319ccbd0f7a87028bae6bafd3a1 assets/create/models/block/polished_cut_calcite_stairs.json -2ff09089b35d5b93692849a9c6b926166f76baac assets/create/models/block/polished_cut_calcite_stairs_inner.json -dd5e359d0ffabeb87efc9a03a4f32f6a273a07f3 assets/create/models/block/polished_cut_calcite_stairs_outer.json -394e97b6e29e6ab433af3fcbbedba8d5c4b2d039 assets/create/models/block/polished_cut_calcite_wall_post.json -71fcab57f9574249fdb2e16f90afaaf4e3f98ab9 assets/create/models/block/polished_cut_calcite_wall_side.json -b1972e8ae0bbdceae64b7d3e59bb6baf887fde61 assets/create/models/block/polished_cut_calcite_wall_side_tall.json -25eef5f78f0ed3616f6749a50cc48aa6a0d0a3b4 assets/create/models/block/polished_cut_crimsite.json -e592bec9c7b81232fb60292be1b71d727e570707 assets/create/models/block/polished_cut_crimsite_slab.json -2e7c9f2788daa11d519075122439f830ba6a8405 assets/create/models/block/polished_cut_crimsite_slab_double.json -4b188fc914b5bbae5d259fa2f147934e7f90c96b assets/create/models/block/polished_cut_crimsite_slab_top.json -e09e355e128d00645cc2cda63159e3f29013e383 assets/create/models/block/polished_cut_crimsite_stairs.json -86b82322863d4bcc8281a1131bb9d62421020c3d assets/create/models/block/polished_cut_crimsite_stairs_inner.json -b459935dcd1babc589a0287c0d4d8162bd20b28c assets/create/models/block/polished_cut_crimsite_stairs_outer.json -292b82145e16945da503692984c024e2d8852b5f assets/create/models/block/polished_cut_crimsite_wall_post.json -999922be795a14b5009ccd9a496aae60aa68b003 assets/create/models/block/polished_cut_crimsite_wall_side.json -44bf35f51ddd1c6e2441950a368f3277ba4008eb assets/create/models/block/polished_cut_crimsite_wall_side_tall.json -8f9323fc2f5bc57ad16906dbbe8f486f6cd78d82 assets/create/models/block/polished_cut_deepslate.json -6e2dddc92ddbc7d5f0691d25f5777ab10c8a938c assets/create/models/block/polished_cut_deepslate_slab.json -fee66606d77069b310073843a2a5fafc4f237921 assets/create/models/block/polished_cut_deepslate_slab_double.json -beee664db479a04f4c1765647fb0c3b4728149cd assets/create/models/block/polished_cut_deepslate_slab_top.json -fe1946c85285e4b70229c7c84b8fd6ec3d15b89a assets/create/models/block/polished_cut_deepslate_stairs.json -7122e461341c675f42b6ec57e472325cf47ca8e6 assets/create/models/block/polished_cut_deepslate_stairs_inner.json -a177a94cf7631f6e6031c74446658bccf9d027d6 assets/create/models/block/polished_cut_deepslate_stairs_outer.json -c2e3124e3aee86a8235565e32a2183614a60c7f1 assets/create/models/block/polished_cut_deepslate_wall_post.json -0c537b3aea2d756844ae316c99edcc9dee8eac24 assets/create/models/block/polished_cut_deepslate_wall_side.json -e74aa330ff3457af62a3565845977e011c8514fb assets/create/models/block/polished_cut_deepslate_wall_side_tall.json -e737a7ded839e4415c22f636b67bca65b02b8a31 assets/create/models/block/polished_cut_diorite.json -2a3355b598a331a0c5897f47926b717fb798a245 assets/create/models/block/polished_cut_diorite_slab.json -d53cc7bf3a3c9d40a379a96c7806ff0331d5178f assets/create/models/block/polished_cut_diorite_slab_double.json -4e692cd3619be98d258b8d05726624d2a90e1dc4 assets/create/models/block/polished_cut_diorite_slab_top.json -854dcbaef27071a442d69227085d543ee3e25368 assets/create/models/block/polished_cut_diorite_stairs.json -3a7b640df149e851b29196958da370331942ca60 assets/create/models/block/polished_cut_diorite_stairs_inner.json -8369c87cefbcdf01d29acb13802bdfa8e7d7c0af assets/create/models/block/polished_cut_diorite_stairs_outer.json -b3e5eb00741913da5521af0516d557f63c22128c assets/create/models/block/polished_cut_diorite_wall_post.json -1b2b27f4ea4fd87f5c1a0cae53be973071a66567 assets/create/models/block/polished_cut_diorite_wall_side.json -fb97cdf9eff996160df08cf0a27af26ed8b6c486 assets/create/models/block/polished_cut_diorite_wall_side_tall.json -01e28581fd633ceb2cef64af116e2628a87281a9 assets/create/models/block/polished_cut_dripstone.json -b7da7c71183c183e05994b89a7fc104c2ad963d3 assets/create/models/block/polished_cut_dripstone_slab.json -3bb17a7db0ba17ac533aa77ed8f0c0a686d762f8 assets/create/models/block/polished_cut_dripstone_slab_double.json -04bae2a95cf0a8479f3761e3cf4ee3b99b8b0f16 assets/create/models/block/polished_cut_dripstone_slab_top.json -111a0bd3e33b2a6b9ec3ae23588da873d3c004f1 assets/create/models/block/polished_cut_dripstone_stairs.json -22455b58682e9f70d674ec218787389e26eb76bb assets/create/models/block/polished_cut_dripstone_stairs_inner.json -9fee8b0c10829fd5a25a28d37a4cec92c0975162 assets/create/models/block/polished_cut_dripstone_stairs_outer.json -34648a70a09570818a029e3449e021d53ab38032 assets/create/models/block/polished_cut_dripstone_wall_post.json -2b9d993855aa3d9bcdef5c1c13229b0b3438bddb assets/create/models/block/polished_cut_dripstone_wall_side.json -800d84afe4196d1665ada434acb6146acf83038c assets/create/models/block/polished_cut_dripstone_wall_side_tall.json -1df4704268d09fda60f2b798f47ee4f29d19e5e4 assets/create/models/block/polished_cut_granite.json -edf7596a8e92e6ce9d0c3f8c6ed80d8e21b5c010 assets/create/models/block/polished_cut_granite_slab.json -c061645ee75ba464873e1cfda78d51d0440af479 assets/create/models/block/polished_cut_granite_slab_double.json -4914fd746b48cd1897a7c23e6ce4cb5531ac148c assets/create/models/block/polished_cut_granite_slab_top.json -9e30c2ca7e75024f7965b558816ebcf99d4f7802 assets/create/models/block/polished_cut_granite_stairs.json -60c98a8077b158565b3bfa9702045aed2a5c0db1 assets/create/models/block/polished_cut_granite_stairs_inner.json -b4a4ac7c01b737499ba240740ec2e6b8ddd7042b assets/create/models/block/polished_cut_granite_stairs_outer.json -356ee4144274490f3d8f7e89979e39e5d4bddd00 assets/create/models/block/polished_cut_granite_wall_post.json -7caab17220bdbe29cf6a7ad68ce69f7f39ab1c9c assets/create/models/block/polished_cut_granite_wall_side.json -a0ecbe2144974583c2c50012fc8c2d361ab38d07 assets/create/models/block/polished_cut_granite_wall_side_tall.json -5ba7893fb6eee5645f95d927e3f09960b2e72713 assets/create/models/block/polished_cut_limestone.json -b6eb98d46043d19802bb77e354c83bcd07b56c69 assets/create/models/block/polished_cut_limestone_slab.json -63896e127b1a23da183dae301759bd3db8ae3b5d assets/create/models/block/polished_cut_limestone_slab_double.json -e5ddee573fc493bad5ea6a3194d4a82f2541673c assets/create/models/block/polished_cut_limestone_slab_top.json -3e3fc74bfce22f350defdba1e8396cfd27ff4bfa assets/create/models/block/polished_cut_limestone_stairs.json -46b949b9a31ee3c12bbaef7ea231702fe47361c5 assets/create/models/block/polished_cut_limestone_stairs_inner.json -f28d7d84268357820788fc497223c650f1dbc37c assets/create/models/block/polished_cut_limestone_stairs_outer.json -8f078f6a4b47f265f3678cf994f9219e838bd6b9 assets/create/models/block/polished_cut_limestone_wall_post.json -fea4bdd8f5ea9d8e977944ec77b0b5c41dc248cd assets/create/models/block/polished_cut_limestone_wall_side.json -d79242dac634306b9c9914551f81144bf2d3ba28 assets/create/models/block/polished_cut_limestone_wall_side_tall.json -3bd00f297f892a7826b31fd7b19f623658158e52 assets/create/models/block/polished_cut_ochrum.json -aeec19836952e85b16974b8eed3699f8e662d2ac assets/create/models/block/polished_cut_ochrum_slab.json -9aad1272e9cab5bb4ea5790fcbd34f3cecfbc2ec assets/create/models/block/polished_cut_ochrum_slab_double.json -a6b087e7c3605e7cd604fb593d26ebae2e542247 assets/create/models/block/polished_cut_ochrum_slab_top.json -33521e370492a928bb2b81b568be9c4a1353c59a assets/create/models/block/polished_cut_ochrum_stairs.json -c9ac20c41bdeb679e2716f14db7801274de78333 assets/create/models/block/polished_cut_ochrum_stairs_inner.json -3416b4d5f13112600df4b8b5437639aa12bd73ee assets/create/models/block/polished_cut_ochrum_stairs_outer.json -e5e8cce5b780e42128415ef73df983289684344d assets/create/models/block/polished_cut_ochrum_wall_post.json -09eb630883999c6ffaac53eb7b1fc6e99e04c42f assets/create/models/block/polished_cut_ochrum_wall_side.json -bc91548bd99efc4fd92fbe827056df81ac96098f assets/create/models/block/polished_cut_ochrum_wall_side_tall.json -3009e5dcc122bf50e2fbe26689c2295c3f1a39c8 assets/create/models/block/polished_cut_scorchia.json -e7d5a6d41339ba6a0647ea094e67fa290fefc1b8 assets/create/models/block/polished_cut_scorchia_slab.json -8a061cc044a4bdd12d90bd2a308fa876bbc4cf44 assets/create/models/block/polished_cut_scorchia_slab_double.json -365b7afe69af3a3048834fdcfa02a72def6d3f47 assets/create/models/block/polished_cut_scorchia_slab_top.json -7c0e4c72265460a19f6210e5c92fd703b6629e0c assets/create/models/block/polished_cut_scorchia_stairs.json -d6687ba63a98e286ba49775585103b86e842ddd5 assets/create/models/block/polished_cut_scorchia_stairs_inner.json -c2d9cc73b717e29d7b6f037e602108044a73783e assets/create/models/block/polished_cut_scorchia_stairs_outer.json -f134fcf234a458eb903ad478eb765f9c7594b8a5 assets/create/models/block/polished_cut_scorchia_wall_post.json -549597cda8aa763d2fe206424016de0c6dad46d6 assets/create/models/block/polished_cut_scorchia_wall_side.json -1ec4fcd75b2c6cf53c24c5a9cbbf733daa46e0fc assets/create/models/block/polished_cut_scorchia_wall_side_tall.json -4a41dacbbc55da9cb51b14eeb73a6dce15785372 assets/create/models/block/polished_cut_scoria.json -9986be11ba2cb5fb6d2b73fe65c00e76e977d46a assets/create/models/block/polished_cut_scoria_slab.json -d746422c7b16c826068e11fd6a11824bd6172960 assets/create/models/block/polished_cut_scoria_slab_double.json -dd25af066afd490eaf6f6b6be12a65aee93e928f assets/create/models/block/polished_cut_scoria_slab_top.json -d8d0b3e9e1280bcdf182dc5b9ab2696bd0b08864 assets/create/models/block/polished_cut_scoria_stairs.json -6ec282a3b0f8633a18b3a43cbff429b479e110ce assets/create/models/block/polished_cut_scoria_stairs_inner.json -b8be743274e075705f49d22254bef53695588d60 assets/create/models/block/polished_cut_scoria_stairs_outer.json -375ec2556c04ad91c673e3245214f7ce3dee7378 assets/create/models/block/polished_cut_scoria_wall_post.json -426cdb3c147a735f51486d4a0a101e545ad31c89 assets/create/models/block/polished_cut_scoria_wall_side.json -fcc3243db99e3b2ed275a69d50f1d5ca707d4dae assets/create/models/block/polished_cut_scoria_wall_side_tall.json -ddac62d7f768c3bd87b1677f1e9c09d767d6bf82 assets/create/models/block/polished_cut_tuff.json -14fa085e9fcf896a804b3e62eda594330038bcd7 assets/create/models/block/polished_cut_tuff_slab.json -1d87dcc0bbe0f8bac20801c1095bf0fc3cad0c86 assets/create/models/block/polished_cut_tuff_slab_double.json -44d42aab69d81465cb046856c7f91484127fb30f assets/create/models/block/polished_cut_tuff_slab_top.json -7d81c4f72c9f27dbcd424e66d2a66e336e007c09 assets/create/models/block/polished_cut_tuff_stairs.json -94448e20ee4eb42a5cd440721b3ce18c9aa3d314 assets/create/models/block/polished_cut_tuff_stairs_inner.json -1fcec5015bc333dfcdec5dba1c755f95ee08ed62 assets/create/models/block/polished_cut_tuff_stairs_outer.json -1e555b8072f98ccd34fafe05f563c54e704b1790 assets/create/models/block/polished_cut_tuff_wall_post.json -d2fd97b26191127a0545ede80bdde214559a259b assets/create/models/block/polished_cut_tuff_wall_side.json -64826a7d6bd2207dfada35469bf1692bab7dd81d assets/create/models/block/polished_cut_tuff_wall_side_tall.json -cbd752fe71620456c08193e2e344cff23dedd329 assets/create/models/block/polished_cut_veridium.json -1d70e9044d9ab6dcbd83fd6123f04fb3713e193e assets/create/models/block/polished_cut_veridium_slab.json -9b437eadcfff6bb9f7780d1b78d4d587633560d5 assets/create/models/block/polished_cut_veridium_slab_double.json -dfaa5ca17287d4b34f9b6ccb5dda13d2bf2dd883 assets/create/models/block/polished_cut_veridium_slab_top.json -b6ee415289c7a36dabae1840d2986816483df11f assets/create/models/block/polished_cut_veridium_stairs.json -dffdaecfd89d82c7b9edb273d44f2c4edc862610 assets/create/models/block/polished_cut_veridium_stairs_inner.json -98ca47e3af3ffae0bca6bef3d8a1e4579e3188ea assets/create/models/block/polished_cut_veridium_stairs_outer.json -5e510ea769428b1bc3aa45907181611b89292842 assets/create/models/block/polished_cut_veridium_wall_post.json -d740b3804546b99897b87d948617f02674c0baaf assets/create/models/block/polished_cut_veridium_wall_side.json -eb63aadcfce5b9cae564ab6d78a964ac8b2d1285 assets/create/models/block/polished_cut_veridium_wall_side_tall.json -1c5e97ce8e5b3f5b320873120a4f3084915c0af7 assets/create/models/block/powered_latch.json -3e414b053b973729577a61bb1d73b9a2c2eb56a4 assets/create/models/block/powered_latch_powered.json -f22d7d8263dcabd726aa04784031ae9062633579 assets/create/models/block/powered_toggle_latch_off_powered.json -e6097d9ab9dc9954cbc750020bc33c7a423b73c6 assets/create/models/block/powered_toggle_latch_on_powered.json -e071e1586c3517b9575744e658c0ddcc0614f2ce assets/create/models/block/pulse_extender_powered.json -f2986f733e7bff1a0e7c8286b41511e69b97bf23 assets/create/models/block/pulse_extender_powered_powering.json -8590953783462a6f4e148e7582930d8d3fc65cd3 assets/create/models/block/pulse_extender_powering.json -622239a3a09fcac7235b9670eb395a530839a59b assets/create/models/block/pulse_repeater_powered.json -31610d977b4fe5ce848e97d47a85068c9cf68c6b assets/create/models/block/pulse_repeater_powered_powering.json -d5967f954940281df937cfaabc97f833322c8953 assets/create/models/block/pulse_repeater_powering.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 -5f7b588729634be592b67309ff475a72693ca338 assets/create/models/block/purple_toolbox.json -062406aacf25e099f9b28a3bf7cacfcaa1da4ef6 assets/create/models/block/purple_valve_handle.json -27d64a828607f94296c0b86cdb35fad996bc5d23 assets/create/models/block/radial_chassis_side_x.json -7d1439a0b06e4014e396d498a9e42168f67773a5 assets/create/models/block/radial_chassis_side_x_sticky.json -a9885a3f69e3e2a2812c33bafd9140fcc5cc7c25 assets/create/models/block/radial_chassis_side_y.json -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 -2bfc1ada36c8c2927481fe3e12b6f95b98aaa2ec assets/create/models/block/railway_casing.json -ad0a90f73d8e95689497b55bc4042bc04fcb179a assets/create/models/block/raw_zinc_block.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 -8b3de1161707901173accaf66c1f45233be8f8bd assets/create/models/block/red_toolbox.json -0064825ee3c1702c524d34abb6adb66906586851 assets/create/models/block/red_valve_handle.json -61ce6e1ba7fee30683c86b09ec35da4fbff8f9cb assets/create/models/block/refined_radiance_casing.json -2e1b4451c1fcac841990b1ab5558c48d0f75ea81 assets/create/models/block/rose_quartz_block.json -a13018e43079b8ef35c60400022b3e63b81f7a61 assets/create/models/block/rose_quartz_block_horizontal.json -d34e5f35166385cbed3f7f43097532ec39027535 assets/create/models/block/rose_quartz_lamp.json -b39e42b5d38e0d4b67c02a349faf7110c99d8bc4 assets/create/models/block/rose_quartz_lamp_powered.json -7c5a8eab242c943942e1bacf1432cd0d2617e043 assets/create/models/block/rose_quartz_tiles.json -81d2645d12ce902757d7f066af8522ee0e42f2fc assets/create/models/block/scorchia.json -79a6136536775bdfef7844ab97889f75fbe9169b assets/create/models/block/scorchia_pillar.json -21862a9eb051b382ad5a57579c3c214cef27ad6c assets/create/models/block/scorchia_pillar_horizontal.json -81f9677034ae62ba872287bb3b5e3574694a94fb assets/create/models/block/scoria.json -a9aa5b82069607081a270eaa27c8ec6f459e31a1 assets/create/models/block/scoria_pillar.json -15effb0f523834850f529f24dedba4e2c3c5eeff assets/create/models/block/scoria_pillar_horizontal.json -0dc7fb2eab3443bb029d9433036db0a67fcce4f2 assets/create/models/block/secondary_linear_chassis.json -73bbca2adae7ebe54115df8c3dcd31280241cab5 assets/create/models/block/secondary_linear_chassis_bottom.json -dc120319696c6bd58472383c2b5f8f656c0a4d7c assets/create/models/block/secondary_linear_chassis_top.json -6a1aae30a9ca08d28a224bfc532a6bf56411e026 assets/create/models/block/secondary_linear_chassis_top_bottom.json -d2d943d45826352f96158a393f0d750c71fd50a3 assets/create/models/block/shadow_steel_casing.json -3fc03994347673e339d85e5094cea8795a276724 assets/create/models/block/small_andesite_brick_slab.json -069f01c736f179ee6c2d6904f480ee2728cd30fd assets/create/models/block/small_andesite_brick_slab_top.json -1bf711ade4308b487e4b02e9fa37932b1fca92d1 assets/create/models/block/small_andesite_brick_stairs.json -e99cd7659570cfc18b6a519fce75910a2c684185 assets/create/models/block/small_andesite_brick_stairs_inner.json -ee50026ead454a47275f8e83e71944864869e62b assets/create/models/block/small_andesite_brick_stairs_outer.json -bf2c1ace59d7f09faaa1c0eebb21869c774af290 assets/create/models/block/small_andesite_bricks.json -12f9e67094ed090cafa02afd229eb7948aa8b4a7 assets/create/models/block/small_andesite_bricks_wall_post.json -781a4ef20603313a86cad1ac4d93ed4aaffa171b assets/create/models/block/small_andesite_bricks_wall_side.json -d064516623760b5f662e654e430f7c9bc194ae6a assets/create/models/block/small_andesite_bricks_wall_side_tall.json -30d51c2377f8e9ea6093fc2ee6b40762f7905bc5 assets/create/models/block/small_asurine_brick_slab.json -f895fcd1610b2987bcc55d434f4d6a2412b0ff0a assets/create/models/block/small_asurine_brick_slab_top.json -5965bdf79fe3d9473ed68396c8a766efd4342d79 assets/create/models/block/small_asurine_brick_stairs.json -15d9acf1b5446e2a38a9a7a5f56b26e858913ffc assets/create/models/block/small_asurine_brick_stairs_inner.json -40464bc9d327d3ed378bd5c92ed8e50ae1b6c4cd assets/create/models/block/small_asurine_brick_stairs_outer.json -29f719bd569552fcd84f521156100fed88631c0f assets/create/models/block/small_asurine_bricks.json -cf055fc66a0f3b37e3986bb42d581a7002cd737b assets/create/models/block/small_asurine_bricks_wall_post.json -e360e12a5800ba0a3ed0680e501d969b8f080a33 assets/create/models/block/small_asurine_bricks_wall_side.json -458f8348f11e07ff615d995905ef437225195cf1 assets/create/models/block/small_asurine_bricks_wall_side_tall.json -094f9eee36f1ec097b0f82c96689c3f2d768822a assets/create/models/block/small_calcite_brick_slab.json -37ed6c5029527002de77ddcd85ddccac0d5da574 assets/create/models/block/small_calcite_brick_slab_top.json -c2c25f04a67a4a94251bd735dbef6c2d5a8849dd assets/create/models/block/small_calcite_brick_stairs.json -d33ab48fea9fbb7452436b2c708873e2abb6da17 assets/create/models/block/small_calcite_brick_stairs_inner.json -bc0310c4425f3b7137f67440c5774b699b3cb203 assets/create/models/block/small_calcite_brick_stairs_outer.json -d6d2c833d14ecc8b602a6cc685da03b4f3c9aa73 assets/create/models/block/small_calcite_bricks.json -e0abf1cef574f9dbc0d8ec6689e7f2258bcd4adc assets/create/models/block/small_calcite_bricks_wall_post.json -1a7d8a22c3f216e6ce7bd52af1d76ddf3e86cad8 assets/create/models/block/small_calcite_bricks_wall_side.json -ad267450f5ba1724232f8de4db387e4ca6688a1a assets/create/models/block/small_calcite_bricks_wall_side_tall.json -90e449cd18d922df6680ca016ce215dbc6fea552 assets/create/models/block/small_crimsite_brick_slab.json -de38f4c61deba9695ce9a3d3f51e4c79455e0a31 assets/create/models/block/small_crimsite_brick_slab_top.json -2673ad1ca58c4f82a928409341a297c9e5e64eca assets/create/models/block/small_crimsite_brick_stairs.json -b0daf3d23a5ac5f5bf261aac549132dbfb317030 assets/create/models/block/small_crimsite_brick_stairs_inner.json -ba43800e03ac0d5c64f6442a94e03a8bcca9b08e assets/create/models/block/small_crimsite_brick_stairs_outer.json -d983a9915f4a1b571a8a06d11aad2b0ade564453 assets/create/models/block/small_crimsite_bricks.json -0a35da4abfe19027e2a9a81baa5c16079c3c2675 assets/create/models/block/small_crimsite_bricks_wall_post.json -458d08371cc3df94adc437f0f2959a3d6e071141 assets/create/models/block/small_crimsite_bricks_wall_side.json -d8a5df2473b33ab4571a0dfaa4977dfc1cea6bff assets/create/models/block/small_crimsite_bricks_wall_side_tall.json -7525f5fac776688b3170d98d792a2a602057750b assets/create/models/block/small_deepslate_brick_slab.json -06d04142e9c1191fd4b41f69435bfe1e2c8d2112 assets/create/models/block/small_deepslate_brick_slab_top.json -e1c8e6a82bb864e96cf2fba41945ba3a37b7fbbe assets/create/models/block/small_deepslate_brick_stairs.json -99cfc06eaa1d9ee5237d8e673a9d8ad1d43793af assets/create/models/block/small_deepslate_brick_stairs_inner.json -343a0b903c79b6a0c139bd7b9409cb2488c0ccb0 assets/create/models/block/small_deepslate_brick_stairs_outer.json -9f7dbe1e08c8edfc1be08a31f99def0bd676ce1c assets/create/models/block/small_deepslate_bricks.json -2deaf4f7c92a00eecc4f91cbc33a1d16233edc4e assets/create/models/block/small_deepslate_bricks_wall_post.json -7bff36292cf385c4d87dc8ae2690c5d3460c200f assets/create/models/block/small_deepslate_bricks_wall_side.json -5be11663579e638039fb1557601ba0a2b93f7205 assets/create/models/block/small_deepslate_bricks_wall_side_tall.json -0f5ccbf93ec207be1066917803d8628e316d3102 assets/create/models/block/small_diorite_brick_slab.json -53ef498ea71674f71c5bbead04fe5a85831b5bbc assets/create/models/block/small_diorite_brick_slab_top.json -8590d87c454ae96094ec82bb0bdc9bacc3c12719 assets/create/models/block/small_diorite_brick_stairs.json -b3a90cbde623a1118ce36a734d0b39f4648d86b2 assets/create/models/block/small_diorite_brick_stairs_inner.json -0d70af2fbdfcbf659591426a0b923a5ac575bf26 assets/create/models/block/small_diorite_brick_stairs_outer.json -442e98d6df5a308e7c8724b450d8e912f0158c9c assets/create/models/block/small_diorite_bricks.json -27a6fe788ff7e4bf4386fcd101657b3cdc3b9def assets/create/models/block/small_diorite_bricks_wall_post.json -e8bacf6060c12cdb317f356577deaa8914180e7e assets/create/models/block/small_diorite_bricks_wall_side.json -1ffb4d4c014b8ff5d738ad5573f2365d69c25ca1 assets/create/models/block/small_diorite_bricks_wall_side_tall.json -ab7bc9f0b5b430a39fc3860114df81484a831342 assets/create/models/block/small_dripstone_brick_slab.json -f5eea6397319821d7c8c170f91b0bd3e4853f7c9 assets/create/models/block/small_dripstone_brick_slab_top.json -71c8490e113e1624cae175921c48c7eaef956d24 assets/create/models/block/small_dripstone_brick_stairs.json -c9e7ec77736bad18ea711d11f582b6fbdff67734 assets/create/models/block/small_dripstone_brick_stairs_inner.json -8c81dbf8df41cd29541841121a3123143f8dd1d0 assets/create/models/block/small_dripstone_brick_stairs_outer.json -5c0becfcb177478b40331d25043b83155c706c6e assets/create/models/block/small_dripstone_bricks.json -66151a41ffd65244193475db2c0e4a3f7a516eff assets/create/models/block/small_dripstone_bricks_wall_post.json -08e729912363a8cdaaf5d6c55c6449454fd8c99f assets/create/models/block/small_dripstone_bricks_wall_side.json -1c29bc7be092452fe16823d83f4c4f363bfdc567 assets/create/models/block/small_dripstone_bricks_wall_side_tall.json -1ca8fee21f7368d2b07043a9dcf23c595809b690 assets/create/models/block/small_granite_brick_slab.json -53cbfad9b74da678d468c7e58755efb6a9ef88d6 assets/create/models/block/small_granite_brick_slab_top.json -fdd094851ce4cb1cb28173564206563889d9b71a assets/create/models/block/small_granite_brick_stairs.json -bf471645b784f11d40fc563d5bc3fcd5d6196821 assets/create/models/block/small_granite_brick_stairs_inner.json -e72ed82f2f870b2e1d6b50edf5403b5938d95c55 assets/create/models/block/small_granite_brick_stairs_outer.json -50e7e307e485d9e729c35b330ada271479f03454 assets/create/models/block/small_granite_bricks.json -a5d3821ade8ea5a1d8c567fd78678d760f9f4b0f assets/create/models/block/small_granite_bricks_wall_post.json -0e14399e7dfb8ed584fb15cfe977f5573ba5c08f assets/create/models/block/small_granite_bricks_wall_side.json -6589814113f45cd7a8967e01e37d796e22f69649 assets/create/models/block/small_granite_bricks_wall_side_tall.json -0071ac34ef37504b6ed2f97b38053b86df56a447 assets/create/models/block/small_limestone_brick_slab.json -8aa48f5786fcf0ed4a91073bc61c208860425420 assets/create/models/block/small_limestone_brick_slab_top.json -12d3f4e21c5e08acc6fc45f13ba7002f4216a765 assets/create/models/block/small_limestone_brick_stairs.json -85fdf97df391aacd1295ca8399e5f700ff5a3c85 assets/create/models/block/small_limestone_brick_stairs_inner.json -c4a79799de38dcd7acbe69e967849faa8469b241 assets/create/models/block/small_limestone_brick_stairs_outer.json -fb0c2af5b1d840f5fa788ce068139bfc986a99b2 assets/create/models/block/small_limestone_bricks.json -f1bf5b8412ebb8a1cd68a2b3e8573e14544fde3f assets/create/models/block/small_limestone_bricks_wall_post.json -7f9fe7a62e6424d6d1c1a2e4fe246e9695c1b0e5 assets/create/models/block/small_limestone_bricks_wall_side.json -cb45cf780764c61c50da86a550b53b472f32970f assets/create/models/block/small_limestone_bricks_wall_side_tall.json -6a493177a178f60e63e968ab4c314d3c70a09c1f assets/create/models/block/small_ochrum_brick_slab.json -57c3d848758fd451d854b129503ac3dac9d9c382 assets/create/models/block/small_ochrum_brick_slab_top.json -a82bcb91b256c2fd8a6f0c47b3d3028274456f21 assets/create/models/block/small_ochrum_brick_stairs.json -83d32b37f690a321695f50e19242f052eaaaa701 assets/create/models/block/small_ochrum_brick_stairs_inner.json -b5282b30dd206009e0ee09660a4d239d273c9529 assets/create/models/block/small_ochrum_brick_stairs_outer.json -1452b62a500a09fece6d69981c7799186c7b781c assets/create/models/block/small_ochrum_bricks.json -c1babd12b3246333e1689df1e37870a5789f77e3 assets/create/models/block/small_ochrum_bricks_wall_post.json -be7b99a7d0c97e006730d58f06189c33ec3afa9b assets/create/models/block/small_ochrum_bricks_wall_side.json -7be594d2f85ff44ecd74cd0489ac73c3d6e27a49 assets/create/models/block/small_ochrum_bricks_wall_side_tall.json -bd7a7a4e5de87fe70fd738505da1b9de9819fdb6 assets/create/models/block/small_rose_quartz_tiles.json -3ce1712b963b554b6d8a3bc9be25901bc4222945 assets/create/models/block/small_scorchia_brick_slab.json -921ec159878d182bf27815ac3848b4c28056377a assets/create/models/block/small_scorchia_brick_slab_top.json -e2d5a04b96d5fdb4db1841ea25bdee906fa49c5a assets/create/models/block/small_scorchia_brick_stairs.json -4263fe129b955bcb53a3ba20d89a64699667c2f5 assets/create/models/block/small_scorchia_brick_stairs_inner.json -eb00c911077194953486ce74af80843725d1a831 assets/create/models/block/small_scorchia_brick_stairs_outer.json -79cf328e5ddaa314ca93fd49d7d046b01638c48d assets/create/models/block/small_scorchia_bricks.json -03338fb418352c088e1d19f8292dfc766ac50f07 assets/create/models/block/small_scorchia_bricks_wall_post.json -d1044dc622c5d9be9efed44d1037a37574fe771e assets/create/models/block/small_scorchia_bricks_wall_side.json -c3795381afae51648276b9f73b1be2235008e95e assets/create/models/block/small_scorchia_bricks_wall_side_tall.json -15a5050a72bc79f94a035ca7d10a6c6666986331 assets/create/models/block/small_scoria_brick_slab.json -b51a012fe468c368efbb1d45e3c03e7d9a2d74fe assets/create/models/block/small_scoria_brick_slab_top.json -5886a795e40aeba859568114b4dbd59e4e56f4f0 assets/create/models/block/small_scoria_brick_stairs.json -9f645b8fef184f12f4ae3b6e1467983871bdb744 assets/create/models/block/small_scoria_brick_stairs_inner.json -e71183309f209fdf4ef585c48bc03b2ffef28694 assets/create/models/block/small_scoria_brick_stairs_outer.json -92adca3fa098f0e8ad582d053af07515a04ae875 assets/create/models/block/small_scoria_bricks.json -a60969dd1b351250d3690733c68c8e205ecdfdc5 assets/create/models/block/small_scoria_bricks_wall_post.json -c45911f1c860098d7058f7b4a0461071a99695d0 assets/create/models/block/small_scoria_bricks_wall_side.json -1a1c97d59404082a79bbba3e94f9b3412d72b3a2 assets/create/models/block/small_scoria_bricks_wall_side_tall.json -d1666f6c82bb6b0ba63bac80edcc5438fd9825de assets/create/models/block/small_tuff_brick_slab.json -77cf7de2f9363eac7a7a96fc93c138644183cfbf assets/create/models/block/small_tuff_brick_slab_top.json -56442bffb8d9e2ab267ff09bf3e237426f49c779 assets/create/models/block/small_tuff_brick_stairs.json -eb10210bbcb6040cccf922b7b974577672e97511 assets/create/models/block/small_tuff_brick_stairs_inner.json -eb65f7bad12e91b51f85540d8d2f492d13abeaa6 assets/create/models/block/small_tuff_brick_stairs_outer.json -23423ee62b76e6fc9c45695a42418d09710252c5 assets/create/models/block/small_tuff_bricks.json -9a29b4bc1d93fef62b7cd8ea43d3126f3e087142 assets/create/models/block/small_tuff_bricks_wall_post.json -1b9529f0b4b5e522c0cf9b3244b461fd006b5008 assets/create/models/block/small_tuff_bricks_wall_side.json -7003043f12f7c5471f65b90e8c963d9a5fba60d2 assets/create/models/block/small_tuff_bricks_wall_side_tall.json -90647d88c2351e5bc928ecbfbdbefccb4456cd72 assets/create/models/block/small_veridium_brick_slab.json -05fecf046f0c951b759c4a327d73c72ebd29a67c assets/create/models/block/small_veridium_brick_slab_top.json -ced2f790dfb83d5275c050c8832e0e2cf9a39786 assets/create/models/block/small_veridium_brick_stairs.json -9dd4b29ab33b4738f9edee9bab36dd0d20683bc5 assets/create/models/block/small_veridium_brick_stairs_inner.json -666c82057e31c539558d46d78634c8404bceb8de assets/create/models/block/small_veridium_brick_stairs_outer.json -47446e87a70a24b196625ddb7c889bda378ba1f1 assets/create/models/block/small_veridium_bricks.json -9ff89231759d99ba8cf96c7aee0b7102a3e11ae3 assets/create/models/block/small_veridium_bricks_wall_post.json -99eca093038f139b514b45283f6ea5727ccfe8ad assets/create/models/block/small_veridium_bricks_wall_side.json -63c669f89dca5c4f1a22a256130616d7ce043428 assets/create/models/block/small_veridium_bricks_wall_side_tall.json -5757ae82250167dff2fb56fd38624d1cb312fd71 assets/create/models/block/spruce_window.json -f6096d529b8f97f0bfdec75c13e4b31958346c58 assets/create/models/block/spruce_window_pane_noside.json -703b2f32430e2cc55b4f617cab5a1fa38c4de962 assets/create/models/block/spruce_window_pane_noside_alt.json -ea7952f49c78f0d7b95f3ed34df35a44a921ce15 assets/create/models/block/spruce_window_pane_post.json -04b92ecb2aea4264c58e2d3df0d77ab9fcdcf2d7 assets/create/models/block/spruce_window_pane_side.json -a5bb90cb3f5353bbfe767b3d42f4d1dbac3b498a assets/create/models/block/spruce_window_pane_side_alt.json -c45b9d390c3119503209c0a950d4499116fbf828 assets/create/models/block/steam_whistle/block_large_floor_powered.json -76b70be89147d94471e3b36884dae2cfc51b35a5 assets/create/models/block/steam_whistle/block_large_wall_powered.json -b18fd30c44895bc993db27b6516addd2ad75fe55 assets/create/models/block/steam_whistle/block_medium_floor_powered.json -7820c8787d56b3f9beb283512a01ac8fc44dfc57 assets/create/models/block/steam_whistle/block_medium_wall_powered.json -d144085e04718356d8b1fec7a4f46650b943e180 assets/create/models/block/steam_whistle/block_small_floor_powered.json -1fae9dd3da45f35b63ea9282d24723b2794869d0 assets/create/models/block/steam_whistle/block_small_wall_powered.json -3bda065e24a71b82b92b9c805790ba6d1791ef6a assets/create/models/block/stockpile_switch_0.json -335d6bc2b19d3cdbc9ed8b344142e2e3aa397994 assets/create/models/block/stockpile_switch_1.json -655d5cd249291a550bb3508c97f5a7a3606a7848 assets/create/models/block/stockpile_switch_2.json -cd8242a881e78831f6573c1fef99f9941ecf6ef7 assets/create/models/block/stockpile_switch_3.json -ad1950ba333cb2095c0dba5c0c020517acbfeb28 assets/create/models/block/stockpile_switch_4.json -ba22751c2d11fbe0ee03d90d408250edb4148080 assets/create/models/block/stockpile_switch_5.json -d6a49bf3c26ab83de70190db5f8a9c6dca85df52 assets/create/models/block/stockpile_switch_6.json -050ba6ad19c79ca0c7e5a2876981f47b54c1dad1 assets/create/models/block/tiled_glass.json -105f953f708c78f95de5db5def20c6ff0d1af4c9 assets/create/models/block/tiled_glass_pane_noside.json -d257b024117a6003196c1feb85e759a3e1c180f7 assets/create/models/block/tiled_glass_pane_noside_alt.json -87abdc362465124e14b49ea5fd4135a071e71eae assets/create/models/block/tiled_glass_pane_post.json -53f8eeba028cdef5fecbdfa91a573d6f19bfd150 assets/create/models/block/tiled_glass_pane_side.json -6b1727111d9178162598b4ef7106da807d590bf0 assets/create/models/block/tiled_glass_pane_side_alt.json -6b44ab14b227f3c46ee99eecfe47a86c9fb0865c assets/create/models/block/tuff_pillar.json -f0faeee9e124a25280fb58bd66045cfb2758b42e assets/create/models/block/tuff_pillar_horizontal.json -dee64127644e7b09168be26b6665389885476e05 assets/create/models/block/veridium.json -ebfad96e85ac6107642eaaf48b57315b268355ff assets/create/models/block/veridium_pillar.json -c49bb21ef60ff10540952271c863415b4ad07aa0 assets/create/models/block/veridium_pillar_horizontal.json -b1e94d2858c3a8807def6c5131b6f63fe586fb91 assets/create/models/block/vertical_framed_glass.json -d13df8a5920c5778d98081fb0e97f045e2fd46a2 assets/create/models/block/vertical_framed_glass_pane_noside.json -3e975bec02e2670ce2b1868cebcbd780a5ebf3f8 assets/create/models/block/vertical_framed_glass_pane_noside_alt.json -a5938ddd48109f067a19a90a0f9abab655c18821 assets/create/models/block/vertical_framed_glass_pane_post.json -41645919ece236df5804a5a73ef682720194de34 assets/create/models/block/vertical_framed_glass_pane_side.json -8bc0abaabdc62d0c27730dba7eb6da54607b7e96 assets/create/models/block/vertical_framed_glass_pane_side_alt.json -c6c7067a760d8c787841a72c8048172fb534d8c5 assets/create/models/block/warped_window.json -01a1034b3bad86f23874b045c5eceb0f1078d6d9 assets/create/models/block/warped_window_pane_noside.json -51179b8e4e3d91cfb6fbeb08e1920afc2c16c237 assets/create/models/block/warped_window_pane_noside_alt.json -82b11c5dbd3ffdbbd129c4b4244487a8f3256f33 assets/create/models/block/warped_window_pane_post.json -b3682b275994e1dac31d56b56f3f3c1e3b2962d7 assets/create/models/block/warped_window_pane_side.json -0b1c6b66d22338e0152a62f869475d734029611e assets/create/models/block/warped_window_pane_side_alt.json -9967651b9323174836a3179f088fa1dd7518270d assets/create/models/block/waxed_copper_shingle_slab.json -a8b28ae828c1e092bf499dd1fbeb9b19c40e3206 assets/create/models/block/waxed_copper_shingle_slab_top.json -e577cb469c8adfb3fed81232419393611665a5f6 assets/create/models/block/waxed_copper_shingle_stairs.json -ed9e72e163883a784cee42157701955f30831fbf assets/create/models/block/waxed_copper_shingle_stairs_inner.json -8ae100e7aa52c0e5baa3685974258e4e070242bb assets/create/models/block/waxed_copper_shingle_stairs_outer.json -d4cb771acc143cb4361270db0025ca92864434cd assets/create/models/block/waxed_copper_shingles.json -8a10c93a3fc2d7bc7019a47a9fa89711bdd9232e assets/create/models/block/waxed_copper_tile_slab.json -92c7cb2584fe0b1071eeafca2abb3f4d9143c330 assets/create/models/block/waxed_copper_tile_slab_top.json -5ae6a5c2d7ab022a7df376d54c06316a9da77314 assets/create/models/block/waxed_copper_tile_stairs.json -b29f92f112697e75abc4d06d82828d51af33211c assets/create/models/block/waxed_copper_tile_stairs_inner.json -03e92c069769c3cca611857b65382750a372029c assets/create/models/block/waxed_copper_tile_stairs_outer.json -4f84e68bc827ccb93867ce202b38bb55f7348630 assets/create/models/block/waxed_copper_tiles.json -408ac77bce9415ae6fe8f6d98615c1d2c6738fc9 assets/create/models/block/waxed_exposed_copper_shingle_slab.json -edb51e91f336afa38004693cd0c7694f0b6013ce assets/create/models/block/waxed_exposed_copper_shingle_slab_top.json -0de63a143bc3f862c216d05ad6d07dac0a1c3912 assets/create/models/block/waxed_exposed_copper_shingle_stairs.json -365730e711b1d22d6180b731e097ff7f01ca41d9 assets/create/models/block/waxed_exposed_copper_shingle_stairs_inner.json -8f83751c3cc1289eaac9a3def4430a187fbfddbc assets/create/models/block/waxed_exposed_copper_shingle_stairs_outer.json -d974379d8dc1dabe22fa02e9c92e14092748b59d assets/create/models/block/waxed_exposed_copper_shingles.json -b0cb8216be4d5476bcd4bc13ff09b1a8b0ccf2a5 assets/create/models/block/waxed_exposed_copper_tile_slab.json -90d57d4b15bf03d4957b0ca0e8d19041d953f85c assets/create/models/block/waxed_exposed_copper_tile_slab_top.json -e63e6e0bd97cd73953a6079ff3005b33ace5a648 assets/create/models/block/waxed_exposed_copper_tile_stairs.json -67e3bfb61e3237a2cf863189411fdbf4cf898638 assets/create/models/block/waxed_exposed_copper_tile_stairs_inner.json -c833caddf850cbec1f7b590b064773b8c64feeb1 assets/create/models/block/waxed_exposed_copper_tile_stairs_outer.json -d23e75ad96bb2e670f88d8c7361dfbfc9a2e3b2c assets/create/models/block/waxed_exposed_copper_tiles.json -b493f12e45a4ad1e4a6d37bd76db30103b671b1a assets/create/models/block/waxed_oxidized_copper_shingle_slab.json -372d514eb4d5ab8c0bd2a016e8f0fa7015d600cb assets/create/models/block/waxed_oxidized_copper_shingle_slab_top.json -e405983770995ae9b85a1549da4635f28fdf9d96 assets/create/models/block/waxed_oxidized_copper_shingle_stairs.json -a672121a28128d91735d16a170037b853d11ebd5 assets/create/models/block/waxed_oxidized_copper_shingle_stairs_inner.json -4e474ee8c18904f6e96ff18279cf8cae22ce9403 assets/create/models/block/waxed_oxidized_copper_shingle_stairs_outer.json -3dd32c5ddc4de2baaec4eb916deac540cb54d97e assets/create/models/block/waxed_oxidized_copper_shingles.json -1f455e2e4f767ffd3967939149594b8f47f1765d assets/create/models/block/waxed_oxidized_copper_tile_slab.json -bfb02f1a721d51ee1081c2ef4ad7ac891e174a2f assets/create/models/block/waxed_oxidized_copper_tile_slab_top.json -93c45a72950fb955bba3ca1ae374ead869e394a8 assets/create/models/block/waxed_oxidized_copper_tile_stairs.json -f344c447335fbe494dfe71cfe60df865e4eb6b63 assets/create/models/block/waxed_oxidized_copper_tile_stairs_inner.json -287ebbc64ad91d19a7efca9d19850749839e89e2 assets/create/models/block/waxed_oxidized_copper_tile_stairs_outer.json -55223e244cd48134d2cc85a63c65814722bcee6f assets/create/models/block/waxed_oxidized_copper_tiles.json -76249b2b99cf42ac09b5b8e0ed58abe682bb7acd assets/create/models/block/waxed_weathered_copper_shingle_slab.json -680b25254c243d60faaa77c31d1d1d4fef71b40a assets/create/models/block/waxed_weathered_copper_shingle_slab_top.json -7a0c2c79b713dc89adab343588e49e974a112d12 assets/create/models/block/waxed_weathered_copper_shingle_stairs.json -a740d763094c302423e05661df2f1abe6a16d8ea assets/create/models/block/waxed_weathered_copper_shingle_stairs_inner.json -3b8288b77f885607e932f6264b73633a93b4aaf6 assets/create/models/block/waxed_weathered_copper_shingle_stairs_outer.json -787e2ae42d41f59fd4898c8fa853532ce13a8edb assets/create/models/block/waxed_weathered_copper_shingles.json -acfd275878d6761c098c9b1f35c7b970b5498cdc assets/create/models/block/waxed_weathered_copper_tile_slab.json -5d929dab15c3287d5597d401d3b7e85829269393 assets/create/models/block/waxed_weathered_copper_tile_slab_top.json -3dd4f14d8aa8bd9b48122f516b332de34a4c8b42 assets/create/models/block/waxed_weathered_copper_tile_stairs.json -2cdc72ab0e650d6221313dce6c641c73ea1cccf5 assets/create/models/block/waxed_weathered_copper_tile_stairs_inner.json -ef1e719dc94d0b3ab37239467631be3aa877173b assets/create/models/block/waxed_weathered_copper_tile_stairs_outer.json -751ed043908f2ccc930255e9f36ee3fd6acc9894 assets/create/models/block/waxed_weathered_copper_tiles.json -76249b2b99cf42ac09b5b8e0ed58abe682bb7acd assets/create/models/block/weathered_copper_shingle_slab.json -680b25254c243d60faaa77c31d1d1d4fef71b40a assets/create/models/block/weathered_copper_shingle_slab_top.json -7a0c2c79b713dc89adab343588e49e974a112d12 assets/create/models/block/weathered_copper_shingle_stairs.json -a740d763094c302423e05661df2f1abe6a16d8ea assets/create/models/block/weathered_copper_shingle_stairs_inner.json -3b8288b77f885607e932f6264b73633a93b4aaf6 assets/create/models/block/weathered_copper_shingle_stairs_outer.json -787e2ae42d41f59fd4898c8fa853532ce13a8edb assets/create/models/block/weathered_copper_shingles.json -acfd275878d6761c098c9b1f35c7b970b5498cdc assets/create/models/block/weathered_copper_tile_slab.json -5d929dab15c3287d5597d401d3b7e85829269393 assets/create/models/block/weathered_copper_tile_slab_top.json -3dd4f14d8aa8bd9b48122f516b332de34a4c8b42 assets/create/models/block/weathered_copper_tile_stairs.json -2cdc72ab0e650d6221313dce6c641c73ea1cccf5 assets/create/models/block/weathered_copper_tile_stairs_inner.json -ef1e719dc94d0b3ab37239467631be3aa877173b assets/create/models/block/weathered_copper_tile_stairs_outer.json -751ed043908f2ccc930255e9f36ee3fd6acc9894 assets/create/models/block/weathered_copper_tiles.json -71cd22dc2d847d317f19afb4b21802fbf5347e0b assets/create/models/block/white_nixie_tube.json -1377e12f56dce1466ce44078d7154870c5cf7b2a assets/create/models/block/white_seat.json -94f882c4bf1664a9acfe57e1eccfd8129134aaaa assets/create/models/block/white_toolbox.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 -4a3f7dbbcc00be047e862a1b908021f916151292 assets/create/models/block/yellow_toolbox.json -55edee7b0833ab19b98694fab21ae0c8e91f76fd assets/create/models/block/yellow_valve_handle.json -36c27bad342c82aa8dc097da87637dca042cce17 assets/create/models/block/zinc_block.json -f3059145a84ddbd54d08167e984112c7baf5ef4a assets/create/models/block/zinc_ore.json -67ef6fd6ec26fc216fa5319b8538beb223da1530 assets/create/models/item/acacia_window.json -c695dab3964186a857767b2b4975aebffa86dcf9 assets/create/models/item/acacia_window_pane.json -564f6245f92ec48a733e34d91b96b1beebbaf44a assets/create/models/item/adjustable_chain_gearshift.json -e7759d9b3cd64d2719a58dc35fc75ca65b9e14fa assets/create/models/item/analog_lever.json -2e90c7abfcad12ca656ae253d834fbb799e15277 assets/create/models/item/andesite_alloy.json -174c9705d25f149052835fdcf7c85626afead90b assets/create/models/item/andesite_casing.json -420020284d01c72a7fb3387750fe1dd2dcfb9550 assets/create/models/item/andesite_encased_cogwheel.json -6e246e91b4ebffd5c45311057feb5d26d1cb8aec assets/create/models/item/andesite_encased_large_cogwheel.json -bc6e7469744604e578200ea87690e4dd3b25e447 assets/create/models/item/andesite_encased_shaft.json -a3866ea9f44e80b64989f2b5f8a9f344da959c87 assets/create/models/item/andesite_funnel.json -4c9232a6249ad1ef51a7978a8e642a8c88dda0ab assets/create/models/item/andesite_ladder.json -75b8b00c2418b9660d35a7fabd0774925cf1c02f assets/create/models/item/andesite_pillar.json -795541cf7205d90531a23cd5b388f93a03bbf925 assets/create/models/item/andesite_tunnel.json -cc6471e712a6db7856e62a99b8ef7e378480fa27 assets/create/models/item/asurine.json -840a34731a823e185a180bef029dd16ee3f78541 assets/create/models/item/asurine_pillar.json -cf9e35bfea0b0a324e1c6384990425b3d359792c assets/create/models/item/bar_of_chocolate.json -421e481b7fbca4c4a1080ed703401eb25375e087 assets/create/models/item/basin.json -ffdb36349fa2e50451c208585162b6a8386ec494 assets/create/models/item/belt_connector.json -9044243882cfd49a2827e1b910a4c9b0e46daa47 assets/create/models/item/birch_window.json -d537fffaede521efa525fb2a7f9863fe6a80054e assets/create/models/item/birch_window_pane.json -22632bd681c8a605f0845f7549770389a741156a assets/create/models/item/black_seat.json -41967bd41a318f703182b5df8525ff4858db2682 assets/create/models/item/black_toolbox.json -56a6baedc608792cd6ab72a1c4fd53046cbda070 assets/create/models/item/black_valve_handle.json -80a6e8b00709fe0521aca5b789ae17485ed9c56d assets/create/models/item/blaze_burner.json -6e350231e9f217019883096b4f0bb95ab0af4728 assets/create/models/item/blaze_cake.json -5d4e5c22295f9b5cc62cf6e74fe1384fbbb319f9 assets/create/models/item/blaze_cake_base.json -0e1977585128fc0ecef640f72e5fc5e9fb47ef92 assets/create/models/item/blue_seat.json -c637be1586260cf91e6da57c71c33f4515008227 assets/create/models/item/blue_toolbox.json -bec96ebf3369d3cffa9bb1b8bf9f2a5cd5d0ef96 assets/create/models/item/blue_valve_handle.json -17d340c3678bd24cb085ba49490b2b4cb341a9e7 assets/create/models/item/brass_block.json -f5a18f4279c2e845a5967b1c2f9e807c2bb77afb assets/create/models/item/brass_casing.json -099179a466a2f370dd2c4fea0d841517fa3a558b assets/create/models/item/brass_encased_cogwheel.json -6e60b5939747835b2247cbc4907d633b017abc79 assets/create/models/item/brass_encased_large_cogwheel.json -c723011e09203821b6b59cff9de22454c5e4395a assets/create/models/item/brass_encased_shaft.json -12781f22d9b91df903d38bc55c4fe9f75dba8867 assets/create/models/item/brass_funnel.json -965f3f992fde899719506fd584f3fbbbf69af93c assets/create/models/item/brass_hand.json -d5e8b577aee56671e117a4a2ac93e58680b51949 assets/create/models/item/brass_ingot.json -1f93ec11bd28a3f063f27e8c53fc45d027218560 assets/create/models/item/brass_ladder.json -44565b9b2c227e99e336357e5caa588438e7076b assets/create/models/item/brass_nugget.json -f7aca6aff65e1de269a99cf2a280d9841b7a0076 assets/create/models/item/brass_sheet.json -427bef12405e2a99fbf49e27ea5944add244252a assets/create/models/item/brass_tunnel.json -24df6f8391d8ba09cef46e69d65d32ea770745cd assets/create/models/item/brown_seat.json -9d66f8bdc2db7cacf52168d5a267d5f52a2b351c assets/create/models/item/brown_toolbox.json -54211d3bdbeba2ea4dbaed43daa740ae3331640f assets/create/models/item/brown_valve_handle.json -329c17cd2ac693babf6f05d0be94cfb1683a87cc assets/create/models/item/builders_tea.json -695b58beb528da6fe4854179d293fd45dd3d3550 assets/create/models/item/calcite_pillar.json -3e232a103f7f916fc11edb4d541ca99fe7b44181 assets/create/models/item/cart_assembler.json -36a680c6d0cd485402b72056cead58fd3dbff5f8 assets/create/models/item/chest_minecart_contraption.json -7a3737f6156213762e28a4dbedc4c6828dc1878c assets/create/models/item/chocolate_bucket.json -87637b39c3a5a386457d52b37eb65f1c4bcabaf0 assets/create/models/item/chocolate_glazed_berries.json -fe67c3f380d17735a9436a4579a8be1a02b8e4a0 assets/create/models/item/chute.json -6680a68526576ded5dac2aa3bc9fb9de3e744146 assets/create/models/item/cinder_flour.json -c1da21be9f1af4f7a2ef4ec9cd92195d65ada316 assets/create/models/item/clockwork_bearing.json -0a2a0f0aafeab0088172f77afd40c1fa2cc1f2b8 assets/create/models/item/clutch.json -dcb09deae110077bcddf090996b51cc66e9a7de3 assets/create/models/item/cogwheel.json -7717e3b21cff39f497f07687c70c1fa40eaa756d assets/create/models/item/content_observer.json -9dbd63c9e1b09a663fd4b83d76e3ab5967086167 assets/create/models/item/controller_rail.json -9a93b3ccef02cd0abd8106edec954dc0f2269229 assets/create/models/item/controls.json -10397036fc0bb1e18a767cfd7b19b10d805a83fe assets/create/models/item/copper_backtank.json -3652f8f7b454940050f090ab32d38e04b93e14f8 assets/create/models/item/copper_backtank_placeable.json -759bcb5fe7dfdd628716f9b4ff19a5ab00393381 assets/create/models/item/copper_casing.json -599845f2382da5b43a3c610f6ed7a87c032e1c6a assets/create/models/item/copper_ladder.json -751324b03f657f4166460eb10a64dae47cb97bd4 assets/create/models/item/copper_nugget.json -177dafb51d70c55ec62036332868efed4e01f353 assets/create/models/item/copper_sheet.json -b4f378b2552ab0893a8a1a8abb71f2fcda658132 assets/create/models/item/copper_shingle_slab.json -1e67f3b28e9488091086b2ff46ae612f6c68af0e assets/create/models/item/copper_shingle_stairs.json -ecaea6626101acc4c655a33e2148c336bfde9895 assets/create/models/item/copper_shingles.json -1a5414d4f9591fdb7295101e07b48e7109fbb13e assets/create/models/item/copper_tile_slab.json -0f6e8e2ff3543fd0b076da64fa2cf8c2bfd017e9 assets/create/models/item/copper_tile_stairs.json -532d2c60de6129082b7ff5a713e9a70d89078f58 assets/create/models/item/copper_tiles.json -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 -146d28b21fa97c427ba39c48191f36218be96f49 assets/create/models/item/creative_fluid_tank.json -5b39403f6c81f05e566b621b62e267267de47c41 assets/create/models/item/creative_motor.json -aed654ee2b4ec44a9f7a67f39d03e03beb18ba69 assets/create/models/item/crimsite.json -5522f0b31ee0c7b31cd6fd5f40316545eb6478f8 assets/create/models/item/crimsite_pillar.json -5680d7cee347c46bb29db8c77dc33f234a7eba41 assets/create/models/item/crimson_window.json -cdcc4c773bdda431e2aef26e83c061db36e66bae assets/create/models/item/crimson_window_pane.json -e5f43ee61a7f434a487a5c91890d7eb295928d73 assets/create/models/item/crushed_aluminum_ore.json -cd148cb7e881091ecce2390dac0d9f545573c91c assets/create/models/item/crushed_copper_ore.json -5b701661c7b847dfe5b4cbc854b48f128f90090c assets/create/models/item/crushed_gold_ore.json -38181d7bf4284534666cfd62c1c9defed69d0788 assets/create/models/item/crushed_iron_ore.json -23bd807b2e667810c800ad56dc1133b96aa32726 assets/create/models/item/crushed_lead_ore.json -5a3e06b518bf5ba66366da2e01797f6d014ec003 assets/create/models/item/crushed_nickel_ore.json -635e874e6e07133786b19110f901363f18930187 assets/create/models/item/crushed_osmium_ore.json -d8af07fa338c986bcadaa3cec0ae9d36bd852f43 assets/create/models/item/crushed_platinum_ore.json -d99a0ad01203ed70cd110acda082a1d55a06b9a5 assets/create/models/item/crushed_quicksilver_ore.json -cecee6daf2619dcf035c7aea5fff1bd892f6ff06 assets/create/models/item/crushed_silver_ore.json -a8d3f330d312f82b0de59940581910090b2bd012 assets/create/models/item/crushed_tin_ore.json -b359064405d189e2802969715cd5f682ddbf0bb1 assets/create/models/item/crushed_uranium_ore.json -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 -120cb6f4fc6b28d86117dbe059b990c1303c46ee assets/create/models/item/cut_andesite.json -9c94151d18e0201e1e1967713f2ab86ebc9c647b assets/create/models/item/cut_andesite_brick_slab.json -70f436baf90985a409f643ebb14c5c4fe45c3fd1 assets/create/models/item/cut_andesite_brick_stairs.json -aeee006db637fad3ef9e060cfbd66453915ef5f9 assets/create/models/item/cut_andesite_brick_wall.json -9bd2d8946b1ad0fb007af7833cc190d0055f9bbe assets/create/models/item/cut_andesite_bricks.json -69c4de56d8537e94a55e6d152b68d3c6f95f6834 assets/create/models/item/cut_andesite_slab.json -0951d0ece2c2dc88c6fb12a8fd9685b9ee88d489 assets/create/models/item/cut_andesite_stairs.json -f747cddf40888fb83a05ff85fb75894b545a08b4 assets/create/models/item/cut_andesite_wall.json -ff283c1fca820293dab94f0d4a1bbe3c28889c9e assets/create/models/item/cut_asurine.json -058bc625491625adb93f0ef220dbeaa8fec1f6d9 assets/create/models/item/cut_asurine_brick_slab.json -4b22a74e59f45fb192027bf56aedf71265050ffa assets/create/models/item/cut_asurine_brick_stairs.json -3c732ddbfec4f48153eb23df1fce67dd4a652e10 assets/create/models/item/cut_asurine_brick_wall.json -c85f76d62b3cd681cbd5d03d43554b81ccd9aeec assets/create/models/item/cut_asurine_bricks.json -051a97d02d5cea15fd4758746d614b419ce07a45 assets/create/models/item/cut_asurine_slab.json -3aa7d7766f4275a60dad19239e8e2e04291399b0 assets/create/models/item/cut_asurine_stairs.json -4bf106d6bd2259ec56cb163f6a88e6118ab44a9d assets/create/models/item/cut_asurine_wall.json -74ee7f53db98f176e6e3351b5869425d9bd75335 assets/create/models/item/cut_calcite.json -463c83b1b1026c447aca5470939e62d93ade23f8 assets/create/models/item/cut_calcite_brick_slab.json -78bd5dc3a6c9a9138c8364324253b6816b9813ae assets/create/models/item/cut_calcite_brick_stairs.json -af9cd6f29e696d411115d926667537422521f05f assets/create/models/item/cut_calcite_brick_wall.json -a2b8aa35b70dbc6350843d93b1026ebcaa706ca2 assets/create/models/item/cut_calcite_bricks.json -551f733604229e9a0b409967d86aa890f72532c6 assets/create/models/item/cut_calcite_slab.json -973abbfffc0fea8ebd13f526f72ca55ed80312c4 assets/create/models/item/cut_calcite_stairs.json -db045497bdb2737fd85c7c96d1ba7358eb946066 assets/create/models/item/cut_calcite_wall.json -211b0a38beae8c8cdfe8b1e8e118fa903526817d assets/create/models/item/cut_crimsite.json -b046bf777ffe0ff922329ed4bf0ff89f81fbc007 assets/create/models/item/cut_crimsite_brick_slab.json -92b4c2bf1184e2675adcab33430a9056c5e174a2 assets/create/models/item/cut_crimsite_brick_stairs.json -81885646dde6e169d4ab200e115f7d683fb43cab assets/create/models/item/cut_crimsite_brick_wall.json -f9c6d60fe53e1563ac6870080317eeeeeaea53cc assets/create/models/item/cut_crimsite_bricks.json -232f0376b4ca2b8b2c52bad31f2cb806cf2fbd89 assets/create/models/item/cut_crimsite_slab.json -d6af14cf4ddf8b4b869231f339cb751a8cf8ce11 assets/create/models/item/cut_crimsite_stairs.json -4975909090deec371209cc10fa9e5218da06fe35 assets/create/models/item/cut_crimsite_wall.json -ea83c78a35182c3dbf75d041aba1ff046e595fe1 assets/create/models/item/cut_deepslate.json -5defbc17f9f9068609bdc7cc3adf2596c3a5a7fc assets/create/models/item/cut_deepslate_brick_slab.json -063bb980cb5aeb12ae7dfcd9e2a88f5afb9ee54e assets/create/models/item/cut_deepslate_brick_stairs.json -7a34115d25298094fb6c60fbefbc9704cd6f176d assets/create/models/item/cut_deepslate_brick_wall.json -3dc3033135a66d01fae3272b674edaef75e80ffe assets/create/models/item/cut_deepslate_bricks.json -dc294f0aac737e9c66b851b786966431121d3773 assets/create/models/item/cut_deepslate_slab.json -79865180182a41aa75ca76373d66feec093f69fd assets/create/models/item/cut_deepslate_stairs.json -28dddb347237c1022479055dc1aa9fe844871d0c assets/create/models/item/cut_deepslate_wall.json -323da889fcfaadb2096b34d363e4dfcfce4d0a18 assets/create/models/item/cut_diorite.json -ff0566ee4b5df16827631f572830a766626883a1 assets/create/models/item/cut_diorite_brick_slab.json -7b0e6e152a04de509b8f76d6cf18d2743e467fcb assets/create/models/item/cut_diorite_brick_stairs.json -e65b6918caed680b7376846984289fb0611ca54a assets/create/models/item/cut_diorite_brick_wall.json -30b967dbcc44505e08280557469109a3ccc44882 assets/create/models/item/cut_diorite_bricks.json -4656a4b3f83df632ac6748dcf30be27fa31d3669 assets/create/models/item/cut_diorite_slab.json -5829892bd461a16c06c8de35411e6da91a6493f0 assets/create/models/item/cut_diorite_stairs.json -5f37d496dc1e9bfad87af8d9f2ba66e09560e73b assets/create/models/item/cut_diorite_wall.json -20948a375cc439b29d5c0c1a6d4e5551d9bcc495 assets/create/models/item/cut_dripstone.json -c92cba9dcfea54bdfe34a14ac7bd031299b557f8 assets/create/models/item/cut_dripstone_brick_slab.json -ad92c729585f1c6048ecad966d56cf5d6ebd4008 assets/create/models/item/cut_dripstone_brick_stairs.json -34d9e2c0407e1dfc9296fc51679c6b753d64c2f5 assets/create/models/item/cut_dripstone_brick_wall.json -73882fde882cb9788f32446ae58f74f2d0ea28d9 assets/create/models/item/cut_dripstone_bricks.json -96d84a49fdd8bb0eb7adcf14b13fcede81e2cecf assets/create/models/item/cut_dripstone_slab.json -a9d531178b1d9eee5e3fde1bec6f5c435a4bca41 assets/create/models/item/cut_dripstone_stairs.json -c9dc0770fc5e7519025137162550b80d499f8225 assets/create/models/item/cut_dripstone_wall.json -9746590daa6e5dd36b3e0368339aa96017207319 assets/create/models/item/cut_granite.json -7a93634494f0d6b6bdcb68ff7d8de16fb67f087d assets/create/models/item/cut_granite_brick_slab.json -4b0a8d3a943db9489ac82dc7731cea75cb6d6834 assets/create/models/item/cut_granite_brick_stairs.json -a0c96a91685f522d1f01c5d2001567d0d57e3d20 assets/create/models/item/cut_granite_brick_wall.json -5ddbe0500dc715e4375a3ef363c9f2a37887f300 assets/create/models/item/cut_granite_bricks.json -0cbfe8fd23afa44fa862e5ffd1e9b50482c5ba0a assets/create/models/item/cut_granite_slab.json -22f7e37f4048810689746caa2d7ed63b56ef4009 assets/create/models/item/cut_granite_stairs.json -d7422316530f18d9a31462385f8c497d358dae59 assets/create/models/item/cut_granite_wall.json -2bfb0c57c091ae4e3aabaf6869b5b47591da42a5 assets/create/models/item/cut_limestone.json -fe30b8bb2d7f0127684d711403e7a1beb969a54b assets/create/models/item/cut_limestone_brick_slab.json -547059a38a04a0cd34a745768b2d92d884f59690 assets/create/models/item/cut_limestone_brick_stairs.json -46b3104f4fbd87b86b23ff016e3b738b027a2228 assets/create/models/item/cut_limestone_brick_wall.json -de8a77c9aacd837d9a17303a819f02c1e541d0db assets/create/models/item/cut_limestone_bricks.json -43de433d5db0a4a9fcb47ae70fe357900f2d373f assets/create/models/item/cut_limestone_slab.json -8dd1a28ec316605529e8202e29ab1d3f8193c91d assets/create/models/item/cut_limestone_stairs.json -06457cfd7ef623d5d7baeb60476afa74bfaa053b assets/create/models/item/cut_limestone_wall.json -f73d371bcf89b15de54f6a77de38e2250d1b637c assets/create/models/item/cut_ochrum.json -ef32e6d3d6fe416a5b3081908d5fbd53bb42d316 assets/create/models/item/cut_ochrum_brick_slab.json -8a95dff12c0a553a9d8d62a7c35880d6e63f19bd assets/create/models/item/cut_ochrum_brick_stairs.json -7775e2aa5780b310622b750f3fa72f5b1b770e71 assets/create/models/item/cut_ochrum_brick_wall.json -ba12d9af34de663d476d3c0fae884ccdde3e3154 assets/create/models/item/cut_ochrum_bricks.json -55d7568db4e4911008f662d0f4746a9a5ad5c4bf assets/create/models/item/cut_ochrum_slab.json -504540eee624c8849820c00abff46bb7a7f9247d assets/create/models/item/cut_ochrum_stairs.json -6440e8d02939c41fecff18b24c0a6d920a53a588 assets/create/models/item/cut_ochrum_wall.json -a36ef36c0a969430c1d798778f0deea05382c53b assets/create/models/item/cut_scorchia.json -284094f293684412be3c43311a3e0bd2f9893355 assets/create/models/item/cut_scorchia_brick_slab.json -faec0b354f1c2b10e4f2725b7274dcb2dcd45673 assets/create/models/item/cut_scorchia_brick_stairs.json -7bd4668689e48b24bce9459f487bfa398b2514d0 assets/create/models/item/cut_scorchia_brick_wall.json -ebb21630f3bc25295fc5d27d63d8394bb4340faf assets/create/models/item/cut_scorchia_bricks.json -c39d16c20a5ea353eaa34335cf08d8da5de7a07e assets/create/models/item/cut_scorchia_slab.json -68ddc90798d2bdb6aa5dd77b092d3c6cbdbe5c5c assets/create/models/item/cut_scorchia_stairs.json -f3d38f9ead8e84b30c0ffd5519b061fa40afa2c8 assets/create/models/item/cut_scorchia_wall.json -c9052e9ff18cb01ba8470a7733b77c44ff6a83a1 assets/create/models/item/cut_scoria.json -2c35706170868d99d49eec97100ddc1cfcff6504 assets/create/models/item/cut_scoria_brick_slab.json -4209eb5a8e44042ab73e25fe4c2978d4ae59c769 assets/create/models/item/cut_scoria_brick_stairs.json -de8a39bd1d80571b2ceffe765a42c6ccaf6bb019 assets/create/models/item/cut_scoria_brick_wall.json -69fb9f8f08d608db88a07cb0a99243687fbcc103 assets/create/models/item/cut_scoria_bricks.json -f9c80343fa5486767eaaf9ad3acc4edb46838668 assets/create/models/item/cut_scoria_slab.json -3e7899a046c114663d47991ca40cb7cd602ca7ef assets/create/models/item/cut_scoria_stairs.json -8255c548af266af17f56b6c32796c1c72bff5a9c assets/create/models/item/cut_scoria_wall.json -3079b20b4947970fd194046db64d9f30a8e39d00 assets/create/models/item/cut_tuff.json -f57cc603bcf96b8bc82a7e29e9a910ca90330bae assets/create/models/item/cut_tuff_brick_slab.json -496e32e78687b07c036fbc9463159edb91b5a11f assets/create/models/item/cut_tuff_brick_stairs.json -04d5f3dbb5d3ddcfd44d0472bcdcca2505329dca assets/create/models/item/cut_tuff_brick_wall.json -4a8c81045708717ee8dcc5f1dbc05342eff852f8 assets/create/models/item/cut_tuff_bricks.json -4ce0a9f69f481d1a5c18d6fbf8777810060668c1 assets/create/models/item/cut_tuff_slab.json -4dd681c7acc4adcaf2382fd17f2edc6a2a543019 assets/create/models/item/cut_tuff_stairs.json -288b9e2b2c070086ce1b682c78b96c643301070f assets/create/models/item/cut_tuff_wall.json -04bc0140f68373f2ca6ef8ead64103c2341df83e assets/create/models/item/cut_veridium.json -b1eace1d7fe80e2b8dc0d844621f0d485f34cbf8 assets/create/models/item/cut_veridium_brick_slab.json -311b2eceec0bf0631a94a88eaacfdaa5bae53c73 assets/create/models/item/cut_veridium_brick_stairs.json -8e9a83632235f86696464a6ba984c780b414461a assets/create/models/item/cut_veridium_brick_wall.json -8141fda92def586e13855daf7050c2147ff6ab34 assets/create/models/item/cut_veridium_bricks.json -3a2b58651864ddfafcd313a59979145525607a60 assets/create/models/item/cut_veridium_slab.json -31ad5708e2fae12483ad4a25ef6945d8059c42df assets/create/models/item/cut_veridium_stairs.json -7bb90f421bcfaea437e1bb6429fde771a2e324e1 assets/create/models/item/cut_veridium_wall.json -3e3edc9ccded444496d3336926b93bbf1234cd84 assets/create/models/item/cyan_seat.json -8ad7b5e1f0baf9df082a9250f57c7229d07e82ea assets/create/models/item/cyan_toolbox.json -523cd531eadaadc45fb356ca58b99a8fe206c3a7 assets/create/models/item/cyan_valve_handle.json -f786a43e296d9f10d7c302fe3ae9cddf4ba9984e assets/create/models/item/dark_oak_window.json -515d55b1ce18543fdb44b194901040fd29e75818 assets/create/models/item/dark_oak_window_pane.json -422c5ab12029ffdf37b315a158168d71725bd334 assets/create/models/item/deepslate_pillar.json -0f220a538e6a083debf68b4f1135d5f3ae4a3918 assets/create/models/item/deepslate_zinc_ore.json -2104c1276259ab67b94f3d4fe97e14b6bc6941ac assets/create/models/item/deployer.json -84d87f715efab45dc7bcb2e3c0870ed56fa20ee9 assets/create/models/item/depot.json -e0ecc0a20cf9dd54ccfc48e0041d5220b2c8316e assets/create/models/item/diorite_pillar.json -0ff9267a39783dce5e0aa59e78088c64337ad6ee assets/create/models/item/display_board.json -c89ab6316518a19974cbed73edb54aaaafd073f5 assets/create/models/item/display_link.json -6006f88e56d74a3fd75a9dddb25af39075e0482b assets/create/models/item/diving_boots.json -df8cfe7e8eb527329094396e11222e9097e309d7 assets/create/models/item/diving_helmet.json -4b2af721dccfcf4e5b5a7b0f64f295d7cfd27f69 assets/create/models/item/dough.json -c25cd4d5cdf67b0d7e15f5a56c63e6bf35fe2917 assets/create/models/item/dripstone_pillar.json -5c45bf31bc4b6d2c6482318f19a660ad949d796b assets/create/models/item/electron_tube.json -971be8e52e8dfef50c8329be83f9c5d5ea869279 assets/create/models/item/empty_blaze_burner.json -5312db341e777c79feeaec99e5cb85bb99bb76ff assets/create/models/item/empty_schematic.json -cf34fd7e891a131d763126aa070d5b919e304a51 assets/create/models/item/encased_chain_drive.json -250bd0716cc1f04b03892ab74eb0b3a0f32a6158 assets/create/models/item/encased_fan.json -3dbe101503c83630778605c50499d049adbf86ff assets/create/models/item/experience_nugget.json -a6bc828ce1b0727f7db6af68eb2decbda0a2e84b assets/create/models/item/exposed_copper_shingle_slab.json -c7608e082a0ab2de3be5e404919f08bbda1bbc3d assets/create/models/item/exposed_copper_shingle_stairs.json -c27240a3e097ecae7cbb16e52c43f0d5a73faeac assets/create/models/item/exposed_copper_shingles.json -d455c713ef442632db1556a1c84d56b09b23754f assets/create/models/item/exposed_copper_tile_slab.json -2b1de143ed0dfb42f4414d085ded1e0d3154866a assets/create/models/item/exposed_copper_tile_stairs.json -492e6b68180bc2a7be052b9a1acb2b685d8295aa assets/create/models/item/exposed_copper_tiles.json -68833e2a7836c73776551565783a1d175b715c66 assets/create/models/item/extendo_grip.json -e5e6fb6eb182b85b977e1025a7fe84d46de59320 assets/create/models/item/fluid_pipe.json -e7d2097256fed545064a37d233e7b810b04c26a4 assets/create/models/item/fluid_tank.json -f4727119b75ab632c3ad295be4d398b1919d782f assets/create/models/item/fluid_valve.json -8707332c0cb6ee123e7962d08536a60725c64ce8 assets/create/models/item/flywheel.json -f2496d3b16e5b5415474bcfb7d6c6a6c3b28ed60 assets/create/models/item/framed_glass.json -fe7a9c2130d8c4d6f4ed4ea7c56b63c4a5e709d2 assets/create/models/item/framed_glass_door.json -1041d462c6e856f7f3f2365c299c0599703d1ed7 assets/create/models/item/framed_glass_pane.json -1c2ec286c36a791fc7c6ddabb7fcb302fbeaf0a1 assets/create/models/item/framed_glass_trapdoor.json -a703b16625ad9d3b9042b6b19fdb88407726898b assets/create/models/item/furnace_minecart_contraption.json -a642f570ec8223c066e542f062aff3b7f93e002b assets/create/models/item/gantry_carriage.json -b4bfd5041b62f3a0a955fa4872d178b590614f22 assets/create/models/item/gantry_shaft.json -6ab0d17f3d02678ed992e188ff09f6b2c00b5b03 assets/create/models/item/gearbox.json -2fe29893d74c176ea35aed73a169c13dd4ddb2a8 assets/create/models/item/gearshift.json -299b2008f34ec7eca601ebc90f7be97e2ff0d1c0 assets/create/models/item/goggles.json -b8d9269a48244fbda1735aa54a11633b49051e2f assets/create/models/item/golden_sheet.json -b84a947a1b297513c85bb8d2dbbb780304c95e43 assets/create/models/item/granite_pillar.json -e7daa31c1fc445d542bad476dfe1d6a8811f2070 assets/create/models/item/gray_seat.json -e93e0d31a92f7f6faa758966e347568c56a2ddee assets/create/models/item/gray_toolbox.json -0f4981408b08a736ff3eb5bdf1823cd7019ae9fe assets/create/models/item/gray_valve_handle.json -1c9c9157a06108bf58967bfc4fb069c35d20e90a assets/create/models/item/green_seat.json -94cf943dd6621674790cc4b70c3d5f3620ae0dc7 assets/create/models/item/green_toolbox.json -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 -153a185852af79654f0fb216c4b1b8e69c85ee8a assets/create/models/item/incomplete_precision_mechanism.json -d4883a5c777abb6c5235563eadb70e2b1b3de17b assets/create/models/item/incomplete_track.json -9d605ce0da83a73b535bce45c107e604364e2b20 assets/create/models/item/iron_sheet.json -52e435014cb03e93411666c4799ebff206e55fc9 assets/create/models/item/item_drain.json -76ab46c9b64faf5e94391579eec5115360dff73d assets/create/models/item/item_vault.json -83fa8699318e51f838b483b40b3e897c34ed53d1 assets/create/models/item/jungle_window.json -766323f6026c3505a75db2dee2996d342370d9c2 assets/create/models/item/jungle_window_pane.json -bcaaf60d9a853cce90169dabcb36d29a3ce19e18 assets/create/models/item/large_cogwheel.json -281e2b055c6eb6994ca306c8957fc80a98fb5473 assets/create/models/item/layered_andesite.json -ad814f2eef3415c44e1df73a84011fbe801a0de3 assets/create/models/item/layered_asurine.json -d188923db1e37aeac3b24ee2e6f0a4a13a794da9 assets/create/models/item/layered_calcite.json -06e806d8e1556a1f18200914089f972780c846ad assets/create/models/item/layered_crimsite.json -831246876d6b1124fd9447e60bbda27ad5d74fb0 assets/create/models/item/layered_deepslate.json -385e9d787613af2d1079b899315f45efe9eec489 assets/create/models/item/layered_diorite.json -c5179422f0746c9c2b5d8f3f492b45633f610d5e assets/create/models/item/layered_dripstone.json -1220b440881e5d794dea2db41bc31f233b13eed1 assets/create/models/item/layered_granite.json -ad40f8eb28bea731131aeaffee55abecb8bc6a56 assets/create/models/item/layered_limestone.json -2b7406c3ad512b36d47618e595c95e1eb991e204 assets/create/models/item/layered_ochrum.json -e7f3305d5b73078a3a9f6161090a153723e6055d assets/create/models/item/layered_scorchia.json -e7585210cf4754c89b4ba3dc95827b75029f0523 assets/create/models/item/layered_scoria.json -ebed5d19a0ad63a1e59c4b5ea39b4fd3141cf793 assets/create/models/item/layered_tuff.json -bbbbbb5f0dc7f7993adc7b6b12f950b6a24333ce assets/create/models/item/layered_veridium.json -be2b6d54afc515d93d6d5b3023c506c53cc946f8 assets/create/models/item/light_blue_seat.json -06c81dc35110b580a52fbfca78c60665156cb002 assets/create/models/item/light_blue_toolbox.json -34c308977750da24db80bf2ea2dd6cfc22ea1db6 assets/create/models/item/light_blue_valve_handle.json -1b36382eae41b35585e5659cda019310731000fc assets/create/models/item/light_gray_seat.json -b90d9b897793324371a4e32725dcc76f8a132cbb assets/create/models/item/light_gray_toolbox.json -a89d397ac14482a973f7937f046dbf8e42d017bc assets/create/models/item/light_gray_valve_handle.json -2127f20dca4421802812e249b3caca6230a37eee assets/create/models/item/lime_seat.json -e36a80686d7813cdc4db0d309ca7e14884c0dc7a assets/create/models/item/lime_toolbox.json -785b008d703728497f5f941e3211d6e10389f1b5 assets/create/models/item/lime_valve_handle.json -e0a1c6102acc10a36de5ae87da629dd3d676e204 assets/create/models/item/limestone.json -8065de871ad2fbaed711735561b8ed91a2ce0004 assets/create/models/item/limestone_pillar.json -d245aa4994ff197b1ffeb7980d05f96bd20cdeb3 assets/create/models/item/linear_chassis.json -2866bff509b060cd3ee99b4eef25a4e1e4639703 assets/create/models/item/linked_controller.json -d912be3e87f2beaa8e22747f867739139667241b assets/create/models/item/magenta_seat.json -cf29193c19b15f2b12edeecaf41e14602be4d247 assets/create/models/item/magenta_toolbox.json -928c5e3747fb758d2610475258cc168b0d4ee7b6 assets/create/models/item/magenta_valve_handle.json -932facf4bf93b471e8630f4132a4284a9f4d0d39 assets/create/models/item/mechanical_arm.json -e19c7a06697adc2da9d66c5c81e1c6ff131acb65 assets/create/models/item/mechanical_bearing.json -65ac4f19973ddeb1bb4d672f57319130e736e116 assets/create/models/item/mechanical_crafter.json -b416a3a2545a63d6839f7f2cb958c58e485a7eb6 assets/create/models/item/mechanical_drill.json -bbf18e5d54128375139c712e93b35ec25f59f2d0 assets/create/models/item/mechanical_harvester.json -06553037470a5ca5386c0d0bb1011d20580c0e76 assets/create/models/item/mechanical_mixer.json -f8d0d4b2a890ea7a69ab0c390947b48fe0478d3f assets/create/models/item/mechanical_piston.json -726ae61699dc379a4f535c1be3ec2672a2f03583 assets/create/models/item/mechanical_plough.json -6c2acb80e53256fbb85f76851f335f9248ace6da assets/create/models/item/mechanical_press.json -4e363477e3e8059dd7b2bad04046521b31923d1b assets/create/models/item/mechanical_pump.json -3fc1fcb2016d2782c3667c21575423122b66705a assets/create/models/item/mechanical_saw.json -3afa723a8ba4160a4bd8778a56e1880e7ff53ed9 assets/create/models/item/metal_bracket.json -56494f6d8743241836f7e68122ad9cc83f77658a assets/create/models/item/metal_girder.json -0eb5726c8c0de462f432411c210d6132b2c446a4 assets/create/models/item/millstone.json -363c5a2b8ac945b676c838cdf7b0494c3ab13599 assets/create/models/item/minecart_contraption.json -01e3fda31e549a3b6a1e5e615b59478e8f06f16a assets/create/models/item/minecart_coupling.json -dae5cffa4e1263d6a113469f79fba8695fa8232a assets/create/models/item/mysterious_cuckoo_clock.json -bafe601f186e868819da3d29f7be7dc96f9ba790 assets/create/models/item/nixie_tube.json -366a60447bbbd61eb25aecf191a01e8d9417ad61 assets/create/models/item/nozzle.json -7a336a340f3e4927d7a35f9d79e8a03693b802aa assets/create/models/item/oak_window.json -d0a6219860420f910300e86cbec1b08d4b47f436 assets/create/models/item/oak_window_pane.json -a08220de44706ae42b03b2ac55762ea4c7691118 assets/create/models/item/ochrum.json -76120fa1849dea15406909aa711803e2eee59a25 assets/create/models/item/ochrum_pillar.json -25dfcc8b6f085722f6b2a0c686b77d437e61542e assets/create/models/item/orange_seat.json -a951cefc4b35f5a2d5b7c7ed689384a20b3c9115 assets/create/models/item/orange_toolbox.json -62ac36250e2505f23ea4d2c3b4630239c049f276 assets/create/models/item/orange_valve_handle.json -0ffe242e3165d9a0e3fe16ad4c4ca91c7e9828b2 assets/create/models/item/ornate_iron_window.json -7d7da05da6248abc177e89988ed5c2aff1151767 assets/create/models/item/ornate_iron_window_pane.json -bf6e39633f397fbbcaad640b3f7b63300c461006 assets/create/models/item/oxidized_copper_shingle_slab.json -cbfec01ec81a3595baa9be6e57662a8bfed7c15a assets/create/models/item/oxidized_copper_shingle_stairs.json -d7a18b43ce284e0a4bef4c0e05e718da0c25d5a3 assets/create/models/item/oxidized_copper_shingles.json -0ea3b3f13f620f7a1df57e4796df5594fa30bd09 assets/create/models/item/oxidized_copper_tile_slab.json -8dbee928bbdadcc032b7b6d0d31de56b596f79eb assets/create/models/item/oxidized_copper_tile_stairs.json -df1a91a00fb5390d7a95d9e34cb7646b203291bd assets/create/models/item/oxidized_copper_tiles.json -477cf0b4dd4482353668f6307f3f94d0fd77dd62 assets/create/models/item/peculiar_bell.json -9664f171c7856661776c5c4ef0b6880a77db648e assets/create/models/item/pink_seat.json -1c95a98a6f55eb74626e6a51fb5a896f97741681 assets/create/models/item/pink_toolbox.json -7d12cc24b86fcb3f0ca6fee650d1dee683859c0d assets/create/models/item/pink_valve_handle.json -04ce23dc141bedccc75b4512263da8b498f13205 assets/create/models/item/piston_extension_pole.json -c432703d42e47b7a5b218985e405935aaaf6d844 assets/create/models/item/placard.json -b3f3fb6cde14674358bf6985a9481b993dabb7fe assets/create/models/item/polished_cut_andesite.json -84a053659489a9aaa3b15cf63e7cfe391ede1810 assets/create/models/item/polished_cut_andesite_slab.json -40a745f659796c9672df8226a0c666fc6e75bba1 assets/create/models/item/polished_cut_andesite_stairs.json -aaf0ac117f6648426cd180e1f6924a9389a0caf6 assets/create/models/item/polished_cut_andesite_wall.json -2b841e5c19fa8b229c61c2dc8c8afb89f4607570 assets/create/models/item/polished_cut_asurine.json -1494acf990067aeaaafa37580c68355e84e63321 assets/create/models/item/polished_cut_asurine_slab.json -2a25da3a6a626671242e4027ae178277b8af35ef assets/create/models/item/polished_cut_asurine_stairs.json -44b5f2972ace3825a164e94c1c27d7ab51c84d54 assets/create/models/item/polished_cut_asurine_wall.json -f22364d55606336139018683a3c409f60eb8d86c assets/create/models/item/polished_cut_calcite.json -f8327d310844d71de32f92cb1035deee14c677f5 assets/create/models/item/polished_cut_calcite_slab.json -18de06c1bf4b45f54b3abf8c811e0c3d2e0461fd assets/create/models/item/polished_cut_calcite_stairs.json -4bd91b0630c081d20325776bb1a525dea21665c8 assets/create/models/item/polished_cut_calcite_wall.json -fffd4b5c33d2f9577fe99ac263ba1d30c415c09a assets/create/models/item/polished_cut_crimsite.json -f4cce9e6dbe800b97c3baab7cd4d58795e3da2ec assets/create/models/item/polished_cut_crimsite_slab.json -6cba618c098c6de3674306835cb0a5e1c3cf83b4 assets/create/models/item/polished_cut_crimsite_stairs.json -e97f6b341401ba6349d9de31538e43f463416974 assets/create/models/item/polished_cut_crimsite_wall.json -6b6a81989c61e2a2abd96fa600703dd8ef845a63 assets/create/models/item/polished_cut_deepslate.json -a4cad269bbde45dd50da6165c8b49044d6a607a1 assets/create/models/item/polished_cut_deepslate_slab.json -e06c0fb0882832757741da9fcf1279c1d2c32644 assets/create/models/item/polished_cut_deepslate_stairs.json -2e180738aac2dcc2f9c2b92bb4af35e5ab327e7c assets/create/models/item/polished_cut_deepslate_wall.json -56910fca97d6844d72ce09bf61c33755930132df assets/create/models/item/polished_cut_diorite.json -4b5fa7e5ec0a17632e71d321848656d5367e923e assets/create/models/item/polished_cut_diorite_slab.json -0bdcf2a160fc64d37142aa3029d597446202c233 assets/create/models/item/polished_cut_diorite_stairs.json -59edc14f6214ca44d12bfcdea1ad89e28e569d0a assets/create/models/item/polished_cut_diorite_wall.json -3a01a5027141e1b66544a8d5b954504160d13800 assets/create/models/item/polished_cut_dripstone.json -fd66ff08e0de8133fa9400beb8d519a33ab87c9b assets/create/models/item/polished_cut_dripstone_slab.json -765f37f8af50dbad26f1602b6070d550b4178100 assets/create/models/item/polished_cut_dripstone_stairs.json -10de1d2294a7447b9022c66646a05448b6890aca assets/create/models/item/polished_cut_dripstone_wall.json -0c8c581cf0c36c7862ac63279937db99d5fce195 assets/create/models/item/polished_cut_granite.json -3874064fe91be31cc094fe82de2d48102c2f9ffe assets/create/models/item/polished_cut_granite_slab.json -41a213c6ebed9f1d907a91876f5f36bbe040b879 assets/create/models/item/polished_cut_granite_stairs.json -6f3382c2b594589f0b807ee5bc230308ea7a2024 assets/create/models/item/polished_cut_granite_wall.json -43b93b18f0c3bf5bea24747f3e2efad3414dc764 assets/create/models/item/polished_cut_limestone.json -76fefd6d420fc0304ec46965d223cd189be0252a assets/create/models/item/polished_cut_limestone_slab.json -fa88073b1ca7ab74975367129548136b0d2ec6cf assets/create/models/item/polished_cut_limestone_stairs.json -11171b106843a203fe02c4dced660e108c5d4f1c assets/create/models/item/polished_cut_limestone_wall.json -68df4c54b33b35ffd68e04a380548a761ea237d5 assets/create/models/item/polished_cut_ochrum.json -6d330f0f729e2c56f583db39e10c8550c1a3bbf0 assets/create/models/item/polished_cut_ochrum_slab.json -8f8a87a321f8c0ed0734df0e92c4ac7f8291ae23 assets/create/models/item/polished_cut_ochrum_stairs.json -e59b4c75325cf635ad2157a5641292209d32745a assets/create/models/item/polished_cut_ochrum_wall.json -111e3ab3437dc1f2b1e793a9559ec8c6e401d2a3 assets/create/models/item/polished_cut_scorchia.json -8dac2cdd35019a4c5f477c395e5ebfdec5feb1ce assets/create/models/item/polished_cut_scorchia_slab.json -55a55bf4cb13b7a8e9cc6dff2519d24374d6a53f assets/create/models/item/polished_cut_scorchia_stairs.json -4c546b31f1ed87d927aacb8736d1ef70fb6ded26 assets/create/models/item/polished_cut_scorchia_wall.json -c74e6f3a4001b7f7f514a51bdb79ae4d403582c0 assets/create/models/item/polished_cut_scoria.json -58df7eff7e9da38d86764511b64653b91ccadb87 assets/create/models/item/polished_cut_scoria_slab.json -651c8af577eefa0e8f780b6174a13ccee661f636 assets/create/models/item/polished_cut_scoria_stairs.json -f6a5a0cb7ac8fe2618660bde4caaad038da98604 assets/create/models/item/polished_cut_scoria_wall.json -e1b270a15a210ed44b9506791c327734bbd20b4b assets/create/models/item/polished_cut_tuff.json -dc797088733345cce41a4f5a9e915291bfa4c9e7 assets/create/models/item/polished_cut_tuff_slab.json -784fc198c878a32ca1f88cfbc4d9a0cbfd7e594b assets/create/models/item/polished_cut_tuff_stairs.json -8c01a1b8b89368487b36590a1d188a65c38b26f3 assets/create/models/item/polished_cut_tuff_wall.json -d52c58afeeadcaa28bbe55938c28b930a2499033 assets/create/models/item/polished_cut_veridium.json -8e13b28dd382827803515290abc7938c9ca575c1 assets/create/models/item/polished_cut_veridium_slab.json -77395b4216d44c3dda65f54a9497dce6d4cbcd51 assets/create/models/item/polished_cut_veridium_stairs.json -e5d02846508b25c0f55ecb875235e7c2153aa40c assets/create/models/item/polished_cut_veridium_wall.json -06a29cabc9def019ad5fc663f64bfaba0eed81ad assets/create/models/item/polished_rose_quartz.json -0e5638cdbf04d7af2222ec15fbe1d960385ea237 assets/create/models/item/portable_fluid_interface.json -3bc60b0d9884c2ee0f1dd530e90fceb699eea737 assets/create/models/item/portable_storage_interface.json -b97c891ebe74e7850ef1f982e4cc043338baa30f assets/create/models/item/potato_cannon.json -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 -8010c989e4ff7a865a7c1744695674abf6b239e8 assets/create/models/item/pulse_extender.json -056cf051a6bb256658b7a66a5dd38c7ddc56def1 assets/create/models/item/pulse_repeater.json -a598b2f5eb34b061e81efb8a55267a02f8e08a61 assets/create/models/item/purple_seat.json -f309695ba0470c5228f38443f09bad85d09de8bd assets/create/models/item/purple_toolbox.json -e5138f9e37ca4d24cda2eb7b24a021eb7c8ae21c assets/create/models/item/purple_valve_handle.json -efbda15b53084acdac2d36b8e0a764a9ab34d723 assets/create/models/item/radial_chassis.json -84dabec3fa8a39e28c427da22a0234c5a3785502 assets/create/models/item/railway_casing.json -a96589fb40cc02bd649205bad4d9bbdc7e3937a5 assets/create/models/item/raw_zinc.json -56d356cc825b202966731121e8c78b7b91279528 assets/create/models/item/raw_zinc_block.json -fc05c4492da3d17add7e410323a47456c0d21e0e assets/create/models/item/red_sand_paper.json -3e251514aa698076b73fdbfef720b78b21d3bd93 assets/create/models/item/red_seat.json -7d3bbb52975ab67b9f9aabe61fdf0cd2d63d5fc2 assets/create/models/item/red_toolbox.json -b959a1b35105c2c21933418bd29ce12a090716f8 assets/create/models/item/red_valve_handle.json -b9a4ac219a27e60a82f55129f2df5ae6183981e2 assets/create/models/item/redstone_contact.json -52e561abeb954d0349e640566de92ef80ccbf919 assets/create/models/item/redstone_link.json -81c7f4381cbda69aebcb07700cb998f49c38c8c1 assets/create/models/item/refined_radiance.json -ef52b3734a47e96c5f83d60da73110e925737933 assets/create/models/item/refined_radiance_casing.json -6daff6b82b33374d7add65e352e05ecb2fd9ebdd assets/create/models/item/rope_pulley.json -0817505d2d3ee516424100b985ca3fe2d2e7f01e assets/create/models/item/rose_quartz.json -3c5da7e30898440778c12d00a7352a4fcf25699d assets/create/models/item/rose_quartz_block.json -7865f7b18b1f3262ebb6a9b97d59e150d0918983 assets/create/models/item/rose_quartz_lamp.json -fa7f02934d8bcb938eb173dc6db2613a01e90266 assets/create/models/item/rose_quartz_tiles.json -acfbf487ee65c2c58d89cb2644e33fda75751fde assets/create/models/item/rotation_speed_controller.json -171c343f7f536008f79ea1d63e0a443d064e9ef1 assets/create/models/item/sail_frame.json -5fa0bfe8642e2614a7e97d27af1a95dd2e012097 assets/create/models/item/sand_paper.json -98a33e62ab6ef0d1f7eec886ce56f9b4bd01ce1c assets/create/models/item/schedule.json -3202829de06e9c532dc8a61c955458648b70d645 assets/create/models/item/schematic.json -3f07bc7d4587d78de463ae2ce236e4f363b923cd assets/create/models/item/schematic_and_quill.json -8dd5caa4d7a0ee45bd9b39e09c4503159933d089 assets/create/models/item/schematic_table.json -0a1c4080ca572106c19a0ba6e2df4baba5f45d35 assets/create/models/item/schematicannon.json -0ad05b25ee5f9f322c03aba1d29a6548045fffe9 assets/create/models/item/scorchia.json -9a6d1ad28bcee9257fc7c00dd75894f34574885f assets/create/models/item/scorchia_pillar.json -22a6dfdc3cbb1b6ac20ec123b490e15c72dfbfcf assets/create/models/item/scoria.json -1f0cfa084107c05b010556f609371285295a0d12 assets/create/models/item/scoria_pillar.json -083b9fc316cef1d24ea20f06a6aaa4cb52f1ef94 assets/create/models/item/secondary_linear_chassis.json -0df94333da5700f01dcf4ffa46e3f3bf26bb8cf7 assets/create/models/item/sequenced_gearshift.json -8d114060ee1b55dc4bd9edaf2c5b55999c535b35 assets/create/models/item/shadow_steel.json -081326d6666cfcfe34c45c1b74bfceba0b01ae6e assets/create/models/item/shadow_steel_casing.json -106ae694f7e03a218c37003dca8291b1d39b3c55 assets/create/models/item/shaft.json -037c8bd1ce54911450a8a89b27d1a33914461fa3 assets/create/models/item/small_andesite_brick_slab.json -d44d97663ba656d155dd57f370d6483306636b82 assets/create/models/item/small_andesite_brick_stairs.json -92a42c436fe2c4a23dae6ed0a0a2d12970787fbe assets/create/models/item/small_andesite_brick_wall.json -8a991e95a427d6e783d58fa807d654d0456ed309 assets/create/models/item/small_andesite_bricks.json -81a0afa1d4bfabf6350bc13a46b98ebccdd7b75a assets/create/models/item/small_asurine_brick_slab.json -dcfa65bcbbb2a1f746730d940251a400cef766cb assets/create/models/item/small_asurine_brick_stairs.json -059840d20c35f03b10f9e422107f5da3821b18b7 assets/create/models/item/small_asurine_brick_wall.json -b9291ba7199582a69f07b732e4c0a09142b0c0ad assets/create/models/item/small_asurine_bricks.json -cff1fb36cf636c8b79140278b7bd65ed591a20c6 assets/create/models/item/small_calcite_brick_slab.json -fa806ead1aa0071cec61848871bc615d5ace08b0 assets/create/models/item/small_calcite_brick_stairs.json -3407341d34df2ebe7beb4b3542b17bc060b50ec1 assets/create/models/item/small_calcite_brick_wall.json -b7af95ea9a7779a96ca1bc2a5fba7345742c00b6 assets/create/models/item/small_calcite_bricks.json -6a10ba19f1879080ac51a5e9c655deea1730e343 assets/create/models/item/small_crimsite_brick_slab.json -e0cc46d16b57ca094e3596619b85ef5fe92211b3 assets/create/models/item/small_crimsite_brick_stairs.json -3989c78344e3e7929fc1936ab384d5bfaa386b7d assets/create/models/item/small_crimsite_brick_wall.json -49e78b47a5a7d742217cf14b09fa888c8168cca6 assets/create/models/item/small_crimsite_bricks.json -59cea0623143e451950a09630c36c595fe6bdf27 assets/create/models/item/small_deepslate_brick_slab.json -dfabf1870db69a50693ed85f4e58d99b0d6cdd7b assets/create/models/item/small_deepslate_brick_stairs.json -d715ad01a3fada04bf8f9882e4ad785bcb54109e assets/create/models/item/small_deepslate_brick_wall.json -63f786712237ce8b6d25b20f1b1268f2438c673b assets/create/models/item/small_deepslate_bricks.json -b66a2eb5279aecbdd55285c24a38a7965257336a assets/create/models/item/small_diorite_brick_slab.json -a8671e147fad441dfe1f512b0c25d2c906c854bf assets/create/models/item/small_diorite_brick_stairs.json -141eaf4bf31bc1a0a9682c47df0d6d1e2196f643 assets/create/models/item/small_diorite_brick_wall.json -08d24523e035c78275a374e0f11f451e7c3c2f68 assets/create/models/item/small_diorite_bricks.json -8733337477c1b5980dcfaeb33ac78013ff7b7f6a assets/create/models/item/small_dripstone_brick_slab.json -edee8b14d66df927e948131d55ff32979205d3f0 assets/create/models/item/small_dripstone_brick_stairs.json -4519c8c7b56c59dd0623a43d5a6bd3df8e7033f1 assets/create/models/item/small_dripstone_brick_wall.json -9d8ba8bbdc4f86a2df82cdbff74d8d02bbe5e7b3 assets/create/models/item/small_dripstone_bricks.json -627759dd188ac229b96ee3bf8e5a92339e6ed9cf assets/create/models/item/small_granite_brick_slab.json -2a9024f3533b88569898f9c97eb43e19d7ff8341 assets/create/models/item/small_granite_brick_stairs.json -226ec9a033a8e6ebeaa07a968ec93f1279754908 assets/create/models/item/small_granite_brick_wall.json -9ad8f4cdfc46cbf2b83eab43999308c6b81b21f6 assets/create/models/item/small_granite_bricks.json -9d4be89c6b6719f3df4f4d681829c4fb540e967e assets/create/models/item/small_limestone_brick_slab.json -4b8357a6e45d00192edf4794149a1e1b2943f533 assets/create/models/item/small_limestone_brick_stairs.json -24061dd50918f15f20d1f9ac6df2b928e6ee3959 assets/create/models/item/small_limestone_brick_wall.json -8cf0e3fa6d316a365ab7b0474cb795359df2ae3c assets/create/models/item/small_limestone_bricks.json -433ab02a5ca03990c65a6dab878779e60f1ef3fb assets/create/models/item/small_ochrum_brick_slab.json -8e6284a8b152b5bafcfb696357a6c26dacb55ffd assets/create/models/item/small_ochrum_brick_stairs.json -90bda363dfa9ccfeeafe873491e17fbac9f5f775 assets/create/models/item/small_ochrum_brick_wall.json -9443bab4eb6f6ec8ded1127815218b290636d559 assets/create/models/item/small_ochrum_bricks.json -7577433c23ba7d31304826d2b695421669371018 assets/create/models/item/small_rose_quartz_tiles.json -6e065de96020d3005bd7b91ebd8f71bde48c9a61 assets/create/models/item/small_scorchia_brick_slab.json -62f53248d2255a347bb9e40492a250b45da1219e assets/create/models/item/small_scorchia_brick_stairs.json -ba7266a207086cb72899ec8234a426a3cec26d97 assets/create/models/item/small_scorchia_brick_wall.json -7b7c1e407677cbacbb24e0b692252b5373dfd0b4 assets/create/models/item/small_scorchia_bricks.json -a54bdc507f90333d6bb9704e81036f5aab962040 assets/create/models/item/small_scoria_brick_slab.json -2447bcc2de64ade6af81c28fee15a2e983ba040a assets/create/models/item/small_scoria_brick_stairs.json -9129471bce4161ec8c39fd253753cf68c31fa480 assets/create/models/item/small_scoria_brick_wall.json -690dc1590066f3c08219476ac508b15b7f81c4eb assets/create/models/item/small_scoria_bricks.json -d6db7cf4702717e0e9c85463a4fe6038b48e23a3 assets/create/models/item/small_tuff_brick_slab.json -8c934a62a585dac5b72d9861fb733cf164eb29d8 assets/create/models/item/small_tuff_brick_stairs.json -fc8f97824e22c96b852ee067045f65e5daede4b6 assets/create/models/item/small_tuff_brick_wall.json -b6b370bf16d31401f9fb0567cccc1faac0dbf47d assets/create/models/item/small_tuff_bricks.json -c77f960856b529558dd71987eb92c57f6af1100c assets/create/models/item/small_veridium_brick_slab.json -f95da582429673febbda522a624ee228b74ba038 assets/create/models/item/small_veridium_brick_stairs.json -1e19531b94445a38bfcb75fa2c1ef54d396fdbda assets/create/models/item/small_veridium_brick_wall.json -0e380c00457030e13d2e7a2df63f243463f5de31 assets/create/models/item/small_veridium_bricks.json -0f6bc6a4328ef317d50903c7b50ab5f78fce37eb assets/create/models/item/smart_chute.json -188c49e5d8d9a2d5a570dbccdf3efd1b472dae18 assets/create/models/item/smart_fluid_pipe.json -d6fb0d38b1b5bcc199b52ac8889eaecd167f6725 assets/create/models/item/speedometer.json -b9abe1331d49871838231f3a8e5d2973634e9325 assets/create/models/item/spout.json -b305e81f1dc5272634745b6e822af40955a2ef28 assets/create/models/item/spruce_window.json -f3ec8df2ee1690353ae1ec687b822d0fd962160e assets/create/models/item/spruce_window_pane.json -6c0693011f4104999c03328ba5e3bb25ffcf6359 assets/create/models/item/steam_engine.json -ba37dbd2da76713468312b2fe66a3706ffb2ae3e assets/create/models/item/steam_whistle.json -bb546e5342c6d1a6b4040cf7ccdd2f10c6f79965 assets/create/models/item/sticker.json -891abc24593d53d282773eca5534065056d89b4c assets/create/models/item/sticky_mechanical_piston.json -bbb5773adc23128c70174bfc531af936e6e063e3 assets/create/models/item/stockpile_switch.json -bab8f78c319b2a79ed55c5d2a94b521ddaa44996 assets/create/models/item/stressometer.json -6a8f7af1715484d1e7aa4aa548db921f90899cb2 assets/create/models/item/sturdy_sheet.json -67cbfc1413ad5201f462c618a8fc6265edb3b8ad assets/create/models/item/super_glue.json -088af343cda8a949f1d950e15e72b51ffca20a1d assets/create/models/item/sweet_roll.json -b1d3d00ff05908feacad06a86800da96cc9bc65d assets/create/models/item/tiled_glass.json -a7d0b746637897209bd86b1a6501ecbfb46d8270 assets/create/models/item/tiled_glass_pane.json -6b5569f25fa2d905729a3f18deb56b6c67c5dfa4 assets/create/models/item/track.json -c7beb7db3e00ff2475e53ef163376b94bb4022be assets/create/models/item/track_observer.json -c317adb86ee47765dd7716539c65f31f329deb85 assets/create/models/item/track_signal.json -447b472ee2e4796dde9e96a2be3c12e015756845 assets/create/models/item/track_station.json -c802b2ba62dca48eaad28dafbe67961f44697696 assets/create/models/item/train_door.json -96a711ce9da69af155332f72f81f4135e859ea17 assets/create/models/item/train_trapdoor.json -f8a4fa1ccecb16a3941cc46db7481ed8e8429a5e assets/create/models/item/tree_fertilizer.json -3f6810da54724de551591b46cd5b47a98a4737ef assets/create/models/item/tuff_pillar.json -fb24881c4e92bbb7ffa54a71e0af6b1c66d84829 assets/create/models/item/turntable.json -0e4293d5b585bafb76eca66b88bfe43d831f9aad assets/create/models/item/unprocessed_obsidian_sheet.json -309146512095aafae89955e0eb1299ea717242ea assets/create/models/item/veridium.json -3d1459a79ec7d4b9486aad5e04c6be277c5cabeb assets/create/models/item/veridium_pillar.json -2a6be52ddedd614dc3b8a6b659bfbd7a4be54252 assets/create/models/item/vertical_framed_glass.json -5e331da9d4086412f5722923e3008246ed286a00 assets/create/models/item/vertical_framed_glass_pane.json -00c2929de9b7171656bea74e1a6d694c6a45b075 assets/create/models/item/vertical_gearbox.json -2d4a31321cc13f62f5fd73aabdc5fd97e635bfbc assets/create/models/item/wand_of_symmetry.json -89493fa0691453d6c604e3ed9ae077fe43648d18 assets/create/models/item/warped_window.json -5f169d526b4697c85e6d113be4ff81a2b45b6e6a assets/create/models/item/warped_window_pane.json -ae20383b0b0806431d0fdd8ffdd16fe2b0cc61ad assets/create/models/item/water_wheel.json -d4be2b3cc812b5a692162c1be03744c151bdfe2d assets/create/models/item/waxed_copper_shingle_slab.json -5133884393aeb3d812d437983e0ddee84ad82c71 assets/create/models/item/waxed_copper_shingle_stairs.json -69f7261ed8967a728298ca89b1018704cf4c01d4 assets/create/models/item/waxed_copper_shingles.json -29286feca885fcaf42d1581d381ab165573938ff assets/create/models/item/waxed_copper_tile_slab.json -bf83d7561070b51fef10c15118059b79fa535ccc assets/create/models/item/waxed_copper_tile_stairs.json -4e50ca766408d19dd6d567bedf3405090d93e908 assets/create/models/item/waxed_copper_tiles.json -661b05f48753d8594939b6bfbe26ed65c7f792c4 assets/create/models/item/waxed_exposed_copper_shingle_slab.json -6c27627f6229b071c85de9fee40b958df4ad7249 assets/create/models/item/waxed_exposed_copper_shingle_stairs.json -cf5be1fee3f2d176674d259e833ffddc6fdd12d0 assets/create/models/item/waxed_exposed_copper_shingles.json -a1d90db04840f5c41d3c3860dc28d155967f5947 assets/create/models/item/waxed_exposed_copper_tile_slab.json -51b302b241d4ba1596086e53df0b846af6d1e8c4 assets/create/models/item/waxed_exposed_copper_tile_stairs.json -c17a906b08432b2626d607e18e37b025f23b23b2 assets/create/models/item/waxed_exposed_copper_tiles.json -961d07b338a71b85d24a5b1b6d06a0da6620c214 assets/create/models/item/waxed_oxidized_copper_shingle_slab.json -c9cc6d26da3f518c69db7a25d6d103e724494bbc assets/create/models/item/waxed_oxidized_copper_shingle_stairs.json -9365c3b8755b17aa3425de0403cbf47602c62c14 assets/create/models/item/waxed_oxidized_copper_shingles.json -f146f62f7c255d612867bc2990b8c2e52111414d assets/create/models/item/waxed_oxidized_copper_tile_slab.json -8b8d46bc8d2222e40af88295f389ed23723fc7bd assets/create/models/item/waxed_oxidized_copper_tile_stairs.json -091fc113555e8a1a1ed1221d90f749be1c770468 assets/create/models/item/waxed_oxidized_copper_tiles.json -b2e3c605824ffa472b5291dc2ca36555f369c67f assets/create/models/item/waxed_weathered_copper_shingle_slab.json -9bd6eb3303b85ee2b0e579f5bb43ce5612f267b3 assets/create/models/item/waxed_weathered_copper_shingle_stairs.json -e344fc5655897e925311d7aafbd553a175642425 assets/create/models/item/waxed_weathered_copper_shingles.json -3ff913fed072529ca018357c89f1c128442b1945 assets/create/models/item/waxed_weathered_copper_tile_slab.json -80ce68e1f2a62ff28612088d303576bfa55c287f assets/create/models/item/waxed_weathered_copper_tile_stairs.json -09a66ae140a209f5ec74c59bb507fe836ac0e112 assets/create/models/item/waxed_weathered_copper_tiles.json -26f5b9dfbae048d4bfa54590d815703b60b22ac9 assets/create/models/item/weathered_copper_shingle_slab.json -01fe348a3fc24d0763684428cda7be53c17a0856 assets/create/models/item/weathered_copper_shingle_stairs.json -25a6f2f0bece135e63920bfca6801ac83a7dec14 assets/create/models/item/weathered_copper_shingles.json -143b053cdb621078497aec682c7ebef1b076f600 assets/create/models/item/weathered_copper_tile_slab.json -71c7a5307134494814cf169b9d695979f1a79167 assets/create/models/item/weathered_copper_tile_stairs.json -de67df7b89103425a9fa7947f063c304c19b8a73 assets/create/models/item/weathered_copper_tiles.json -c36834070e12d25cd9e818d0d0181e267584b483 assets/create/models/item/weighted_ejector.json -30c449f637e8d56b7670b81ec2a90942e2972739 assets/create/models/item/wheat_flour.json -9502a51ed2f6a110b6d41731a5948be4d70c8af8 assets/create/models/item/whisk.json -c6253e0f8db3c3992d3f78fe5045e276d39d5b22 assets/create/models/item/white_sail.json -69328eb4f91c4407fbcad5e3c4b88363f1a9572c assets/create/models/item/white_seat.json -29d8e92edf11c79091e49689a97ab700121cdeb3 assets/create/models/item/white_toolbox.json -be7a2d59d43083d7f2427193dcb9d68004224dd3 assets/create/models/item/white_valve_handle.json -d080b1b25e5bc8baf5aee68691b08c7f12ece3b0 assets/create/models/item/windmill_bearing.json -500abf752654a904d78a967f6c6d29a75a4821ab assets/create/models/item/wooden_bracket.json -2527b52413965a3e84b4718e08a9b8bb30a741ea assets/create/models/item/wrench.json -4b49bc2418410cded5f0b7da3430f1a22e049f18 assets/create/models/item/yellow_seat.json -4a34f526f9310198424d1f96a0c1d748ae5cccbf assets/create/models/item/yellow_toolbox.json -790daf016f980801e7587b548a325082c65f6f03 assets/create/models/item/yellow_valve_handle.json -9365b5cf29e35d070d077c54520f6cc780aeb842 assets/create/models/item/zinc_block.json -866fbb0ce2878a73e0440d1caf6534c8bd7c384f assets/create/models/item/zinc_ingot.json -a80fb25a0b655e76be986b5b49fcb0f03461a1ab assets/create/models/item/zinc_nugget.json -b1689617190c05ef34bd18456b0c7ae09bb3210f assets/create/models/item/zinc_ore.json -de7cdf8d734a067af32883e9d86a10e0542a0f5b assets/create/sounds.json -7048adc6db09a949173a824b26569ade94081d3e data/create/advancements/andesite_alloy.json -595a47eb334ca5110fe30134d4aec87b97e53f42 data/create/advancements/andesite_casing.json -faee191c4987a8b4152246a686a80c07610e6049 data/create/advancements/anvil_plough.json -58dd8f0bb56cb46e5d516db3b83be4fbd183006f data/create/advancements/arm_blaze_burner.json -e3e59c04894a6dac2c23b8c3852e23ea9949e44b data/create/advancements/arm_many_targets.json -522bf0d9d181a396d101111db1494f028e569d92 data/create/advancements/backtank.json -def489b881b36db187fc17ed0978cdda71e01603 data/create/advancements/belt.json -bcbdf225c9c106e41d40f9ca710404d77808071f data/create/advancements/belt_funnel_kiss.json -8e18e41419d4ff6d74ab400e2653591e82420205 data/create/advancements/brass.json -75666c5d0e3d6be2a48d7311cd88a74b0e2f875b data/create/advancements/brass_casing.json -3fb7e33298464f37dfdfe2aa9f7031351819c72e data/create/advancements/burner.json -5cdb87ab811e40fc69ccd8ff6c7171501cb68abf data/create/advancements/cart_pickup.json -15bc45fb4fa8c19f55390e9be03c5b1da06046c5 data/create/advancements/chained_drain.json -9eb251876632753cbc8b64efcd9bb733d7e6fe48 data/create/advancements/chocolate_bucket.json -b68de12905a8b0e974244ee5495313f1eb3eb036 data/create/advancements/chute.json -d3249cb69d89767edf92b099ca3d8956b89d14da data/create/advancements/clockwork_bearing.json -aa99a20a160eff86c554b5a3c099f6600f440235 data/create/advancements/compacting.json -7905635b7418c1671e48c5c351c4aae8ee9b1e14 data/create/advancements/conductor.json -c0f6882fef92d498e836e997874cfd68daa45085 data/create/advancements/contraption_actors.json -024c1ff4ca71def7b54dc7cc028330fed8000a87 data/create/advancements/copper.json -2e17a462e5b7f693678e685a3880edd32cf1ff76 data/create/advancements/copper_casing.json -6ab91bc3e50bf0958f9db8aa9d84df3f8db0411a data/create/advancements/crafter_lazy_000.json -cc30b754325abef54374c749eb8a7daa53e020e2 data/create/advancements/cross_streams.json -b1e89eef05602a89543741152ce5517d78846a21 data/create/advancements/crusher_maxed_0000.json -9a17ca32b15efeab08f783f0ca996abc78cc3960 data/create/advancements/crushing_wheel.json -d53e397aef8dc2fc674f6f1c7a059a17678ec56c data/create/advancements/cuckoo_clock.json -27c72072683dad1a8ca9976a58367c965ca35fe7 data/create/advancements/deployer.json -b30ed29c6e69d0964e810a470a8725bf9496e9b5 data/create/advancements/display_board_0.json -92fdb65633cf93b7aca5f359abeb5a9ec715ae40 data/create/advancements/display_link.json -12a4c76b2d1eff364ed15926711fdf5a79957899 data/create/advancements/diving_suit.json -9e3fc44ae8997b03881fddd3938397cac3f580e1 data/create/advancements/diving_suit_lava.json -ebf21bebdeb29fc7f1ffa078123256241921681f data/create/advancements/drain.json -f87f17fb29afda4fc46a81b5c3967bd21c068e36 data/create/advancements/ejector_maxed.json -0c19f535f04e653e0263ab9c3e9f04a203fa6765 data/create/advancements/encased_fan.json -106314522940d924feda64e7ea6dfa811724c1f1 data/create/advancements/extendo_grip.json -d2e58cec0b68a795e1e35a3c32d396571c0e1a23 data/create/advancements/extendo_grip_dual.json -3aee086b8bba61137292d3a29c41f7fa2027fa6c data/create/advancements/fan_processing.json -ea7865282e9213b8e6c5813cf9d1adfdf7405dee data/create/advancements/fist_bump.json -6fad376b6996276823ccfb1a45f178d3a4d2d305 data/create/advancements/foods.json -87ad810e4f480c9c30ba18270c33cc50423aab3e data/create/advancements/funnel.json -cb6bb43732da5fd0067a8fd6c4e200e9acfa41b6 data/create/advancements/glass_pipe.json -1fe880366f827a3c38ffbdabdf6eaebcdc1eaf95 data/create/advancements/hand_crank_000.json -d1c26ce73e2b044a46a88278b500ec7e4758111f data/create/advancements/haunted_bell.json -7465836bfbf3e10ab78b5054e007c62c6fa325ab data/create/advancements/honey_drain.json -eff2f22dfdf7ed94f868bfdf960fd6a6c8f6a567 data/create/advancements/hose_pulley.json -c119d8187e57286836579cf33d4bcdced2406932 data/create/advancements/hose_pulley_lava.json -ce5a2e1e2ac7049f03c6c8f15130112500bbae2f data/create/advancements/lava_wheel_00000.json -63d86087604035e4e70c203d9b73a7d567a173c1 data/create/advancements/linked_controller.json -f81d3e42370e8429bcd165d745dfc19fdcf6dedd data/create/advancements/long_bend.json -22d19a986e27169ad170792ef5dcbcdf2ea4d214 data/create/advancements/long_train.json -648e40cace7bd3d2cb1375ae89fd2ee0e0ad561e data/create/advancements/long_travel.json -258a8c893b8a0265fb1c80f6fa528e80157884e8 data/create/advancements/mechanical_arm.json -418feaeabccc9bfa6ed89fa36de9d6991ce2c7c2 data/create/advancements/mechanical_crafter.json -9aa23efa14966c92dd4494b691a99f86e7db9dc1 data/create/advancements/mechanical_mixer.json -3bfcb9323dacf31654b7e2d080755e30b07c0c57 data/create/advancements/mechanical_press.json -aef4fc0e1daf139fc2c058c700b703bbd156ffba data/create/advancements/mechanical_pump_0.json -5ab5cc9a9aa5c27b4289f7d60fde528445c70fd9 data/create/advancements/millstone.json -76e1a0b2608a063750e2afd131f6920e874e8a9e data/create/advancements/musical_arm.json -aec7192be51a921f7c2f9e52ca64e65cf92abf1f data/create/advancements/pipe_organ.json -732590ae998de3666b2e519816f23204957cf4ec data/create/advancements/portable_storage_interface.json -392a3b5e607e1759394bd8b98349bdaa1c2a615e data/create/advancements/potato_cannon.json -5db7899425c9447e445eec82116f987ed40eb03a data/create/advancements/potato_cannon_collide.json -abf054890da41c46221fddc2474e18d077b3c1a2 data/create/advancements/precision_mechanism.json -9eb2508128ae938f0e654f3b316aa324dd6a18e8 data/create/advancements/pulley_maxed.json -13f64882c60b483994e459e03ed92f2f3b7e6c41 data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json -7300a6323cd8691bdcd40320d4acbadfe5f3d04a data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json -170a50a7dceba01ac0045febc9edc6def36ca298 data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json -75710420fbe61a464622cc9156c6d84f7f98a8a9 data/create/advancements/recipes/building_blocks/blasting/ingot_nickel_compat_immersiveengineering.json -dc06aa37c1b472ea858722a7581c08eb0fe69804 data/create/advancements/recipes/building_blocks/blasting/ingot_osmium_compat_mekanism.json -4094ca28b10796295546d6b7179b506bec2ce108 data/create/advancements/recipes/building_blocks/blasting/ingot_silver_compat_immersiveengineering.json -ee1f722092b9a585fcb7dcd09a1d410f7d69981f data/create/advancements/recipes/building_blocks/blasting/ingot_tin_compat_mekanism.json -0247efcf60344d18a3608f2b02fca84aaf20b826 data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_immersiveengineering.json -97356ef8345c59f9a3e6db03b44045aa554e6260 data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_mekanism.json -f76428286bcb90ffb64e047c569454c3072acab1 data/create/advancements/recipes/building_blocks/blasting/lead_ingot_compat_thermal.json -1ca216658d4b23ae184e56b148de175d43551c78 data/create/advancements/recipes/building_blocks/blasting/nickel_ingot_compat_thermal.json -12ed2b24c0c85365ad730b48bc53d7164fa1f773 data/create/advancements/recipes/building_blocks/blasting/silver_ingot_compat_thermal.json -fd4e7ae476bf9437a1bcf68b220f48f1c16e8bbc data/create/advancements/recipes/building_blocks/blasting/tin_ingot_compat_thermal.json -2d00fe72239e014f7f6fe692773c3d7f28c4f103 data/create/advancements/recipes/building_blocks/smelting/glass_from_framed_glass.json -78972bdf05d79e5357ff5771caa13d631e2c2740 data/create/advancements/recipes/building_blocks/smelting/glass_from_horizontal_framed_glass.json -c8edb1be5163aaeebdd94f4c25ef45bf839200c0 data/create/advancements/recipes/building_blocks/smelting/glass_from_tiled_glass.json -c70af1a552a80137cf25780b481387a585e551f3 data/create/advancements/recipes/building_blocks/smelting/glass_from_vertical_framed_glass.json -5529b916be5f410b5f2f338e2d83d9fbfd32c010 data/create/advancements/recipes/building_blocks/smelting/ingot_aluminum_compat_immersiveengineering.json -9a733e7285c5d1a12b0c525115403104e7892cda data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_immersiveengineering.json -e926c42b80c4a9ee759d4cecb65a7086b9e53101 data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_mekanism.json -1d60079e4644536085253256a4fc1206ccf7507a data/create/advancements/recipes/building_blocks/smelting/ingot_nickel_compat_immersiveengineering.json -c3bf072fd67943b8601a71716a414d0e45a8cfdf data/create/advancements/recipes/building_blocks/smelting/ingot_osmium_compat_mekanism.json -ef5cee97f7c33e30f5f24597fa3747afb644724c data/create/advancements/recipes/building_blocks/smelting/ingot_silver_compat_immersiveengineering.json -c933f9afb06c2baccc1669a57f185983539661e4 data/create/advancements/recipes/building_blocks/smelting/ingot_tin_compat_mekanism.json -f29455937a0bb2681f27d8d80e8576708d77b0c6 data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_immersiveengineering.json -cbe6b6d0eb188a8c0600b54cee860116d305e905 data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_mekanism.json -33fcb551e025c032e186f044c7f81d278638cd19 data/create/advancements/recipes/building_blocks/smelting/lead_ingot_compat_thermal.json -34ceb3033f5f41a5fdffeea0a3adead36748f65a data/create/advancements/recipes/building_blocks/smelting/nickel_ingot_compat_thermal.json -edb22e0bb018cf00e51f37d912939207c4bf5ac5 data/create/advancements/recipes/building_blocks/smelting/silver_ingot_compat_thermal.json -f10041d864bfb1e6f017e442ae85ee9503b3f5a4 data/create/advancements/recipes/building_blocks/smelting/tin_ingot_compat_thermal.json -ba80332510acab3f60f30d8b802ee2d450fd51b9 data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_crushed.json -4bb60ef5e186f12a9d52e61319db8c78300c64ab data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_ore.json -00ff89f208cb9023d7a2657c43d267e21755fb2e data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json -13ce2dba955de3b6b943fa406e3dde6863093820 data/create/advancements/recipes/create.base/brass_ladder_from_plates_brass_stonecutting.json -1dea56b4759da676f0edf0878ec834a4129d110b data/create/advancements/recipes/create.base/copper_ladder_from_plates_copper_stonecutting.json -19b18800dfc55508e250ebb87fbaa70510736834 data/create/advancements/recipes/create.base/copper_shingle_slab.json -0a8b2f2e35c128e470d0fd1a886b9d6ca2e99483 data/create/advancements/recipes/create.base/copper_shingle_slab_from_copper_shingles_stonecutting.json -6b066af05bef4c41a6b8fefa2cb38bcdb821eada data/create/advancements/recipes/create.base/copper_shingle_stairs.json -f5ab02df55489afd71af8a54f41a7d9b89e28b6c data/create/advancements/recipes/create.base/copper_shingle_stairs_from_copper_shingles_stonecutting.json -c2ca0ac0d670fa4d7e8150ba6e314de2881248b6 data/create/advancements/recipes/create.base/copper_shingles_from_plates_copper_stonecutting.json -6d86dd16e892ea7fcaa9c98d6f1c80ee8b2b3d50 data/create/advancements/recipes/create.base/copper_tile_slab.json -4976383641eb8308fdaf9c5c02af7191154e232e data/create/advancements/recipes/create.base/copper_tile_slab_from_copper_tiles_stonecutting.json -9a4f929ad023abc111e4da7dce14104bcd162949 data/create/advancements/recipes/create.base/copper_tile_stairs.json -f605ac221fbd565152f8e987beb7697299588da2 data/create/advancements/recipes/create.base/copper_tile_stairs_from_copper_tiles_stonecutting.json -5190d5c155ebd9a670dc8271e4920a048e633d25 data/create/advancements/recipes/create.base/copper_tiles_from_plates_copper_stonecutting.json -376bda381f3dedb52b03eb1504b103d8ddd1b672 data/create/advancements/recipes/create.base/crafting/appliances/copper_backtank.json -265a953eaac909fd2817c6dc3d1a08b376579a25 data/create/advancements/recipes/create.base/crafting/appliances/crafting_blueprint.json -29a77555e4d9eb1c8d4740f95b784fe0e53c72b1 data/create/advancements/recipes/create.base/crafting/appliances/diving_boots.json -638f93712e176fa3ef5cd6ecaf8dac4eebe1cd1e data/create/advancements/recipes/create.base/crafting/appliances/diving_helmet.json -fa2e18298f7710465d9b0798a69288e846c646fd data/create/advancements/recipes/create.base/crafting/appliances/dough.json -a9b163744b1c494d07ec256d0367884f9601176d data/create/advancements/recipes/create.base/crafting/appliances/linked_controller.json -c4769d7ac9c537eb4409b02883e89d0930514a8b data/create/advancements/recipes/create.base/crafting/appliances/tree_fertilizer.json -9a3666ff51dc8bc84fc19a662cbe7a74ba2ea6e1 data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingle_slab_from_honeycomb.json -4401458a7b24d26a1195b1bcc8aa98dbc49b5343 data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingle_stairs_from_honeycomb.json -af9f28793d0fe25c09ffe695412f76db8e00aac9 data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingles_from_honeycomb.json -f4b00c480033de4122a8910760be937c3c14b6fa data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tile_slab_from_honeycomb.json -819573e770501ae2877502bde97f88f18674d664 data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tile_stairs_from_honeycomb.json -88a1a812e70a839d881d6a2de0c7bd2901cd7110 data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tiles_from_honeycomb.json -b3c40ad7ba1d3168c2f107437356bdf2c1b656cd data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingle_slab_from_honeycomb.json -95a9872f9fa780a4becd99922dc1a07dc49f6197 data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingle_stairs_from_honeycomb.json -1d507e15315a0e8021a3896048fee38074ad59be data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingles_from_honeycomb.json -42624cd60adfa07d8b54ff995017663f2c080b4c data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tile_slab_from_honeycomb.json -3a9adacc43929f920094bb126e1d83c856a86bfe data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tile_stairs_from_honeycomb.json -efd9cd067c1b2693ca8dbb587418ed224de4a0e5 data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tiles_from_honeycomb.json -a61208fab2c5ac4abdeca0a1f43359820d34cff8 data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingle_slab_from_honeycomb.json -546507f9ec60f2b282440c5cbe873865749f7267 data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingle_stairs_from_honeycomb.json -30da09d01454489196caca640975799c54ff7fe4 data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingles_from_honeycomb.json -e56eeb0bf21f743236ffaf061efab5e75b1cba2a data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tile_slab_from_honeycomb.json -c43e0847e84d5909c2d5f943faeb641bb33b3814 data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tile_stairs_from_honeycomb.json -18ad4ce8a00680c49e42f232352dbd56bc4b9b13 data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tiles_from_honeycomb.json -2ade4a47afb8a9eab6bf6b965571051a3bdda6c6 data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingle_slab_from_honeycomb.json -abda25ed5695780b534412b4501e927ec3a6fe16 data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingle_stairs_from_honeycomb.json -7675fa9d8f2914f68f425f20d2ef9fab0287051e data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingles_from_honeycomb.json -5a3e5b3285e44d543c55ab92510864f031f0ccf8 data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tile_slab_from_honeycomb.json -2e8b01267e308929961be0b1f268b34f5faa3aa3 data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tile_stairs_from_honeycomb.json -1ed6fd1f67443f5d6d955218dc45254db407d8ac data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tiles_from_honeycomb.json -bb138bedd2aec741fa54b6b52be384fdbd741249 data/create/advancements/recipes/create.base/crafting/curiosities/brown_toolbox.json -773faf96b003868e35ceeb0bf738281d066e343b data/create/advancements/recipes/create.base/crafting/curiosities/minecart_coupling.json -a8c72e7e02fd0843d33fa4c5d43de81f29bc3aa4 data/create/advancements/recipes/create.base/crafting/curiosities/peculiar_bell.json -5a6613ff9c493c02f70b54d6dd162948002d533b data/create/advancements/recipes/create.base/crafting/kinetics/adjustable_chain_gearshift.json -1eed818673d57a9e9c28e90a2d87b97c28f85784 data/create/advancements/recipes/create.base/crafting/kinetics/analog_lever.json -0c84fb9afd00efcdbfbee8fab7894742a723ef2b data/create/advancements/recipes/create.base/crafting/kinetics/andesite_ladder.json -3e9753006da898d4569bbeabf95997e8c90847c8 data/create/advancements/recipes/create.base/crafting/kinetics/attribute_filter.json -08b21b30437a1c6e7ba61b137f17aabb6c24acab data/create/advancements/recipes/create.base/crafting/kinetics/basin.json -de5160b4c1813b62ecc0c1955085da13f1c74d88 data/create/advancements/recipes/create.base/crafting/kinetics/belt_connector.json -80d87f1dde60adb5334e0cff25a9f0b7f67c1526 data/create/advancements/recipes/create.base/crafting/kinetics/black_seat.json -771e2fc2f3be2867f6d83af8030ed321c0b8ab8d data/create/advancements/recipes/create.base/crafting/kinetics/black_seat_from_other_seat.json -86d3e8ba30723ad87e32a589171a35ca907b5db9 data/create/advancements/recipes/create.base/crafting/kinetics/black_valve_handle_from_other_valve_handle.json -ffbe212a442084b0688bbee82ad71c482c9b032c data/create/advancements/recipes/create.base/crafting/kinetics/blue_seat.json -2cc2a11839ad826340fcc7bca1aa1a4d92953b96 data/create/advancements/recipes/create.base/crafting/kinetics/blue_seat_from_other_seat.json -17ffdf52575a3905a8b6372f749858604334c5f0 data/create/advancements/recipes/create.base/crafting/kinetics/blue_valve_handle_from_other_valve_handle.json -0a49cc7cb958c64de1dd35b0acd30070d6a0d81d data/create/advancements/recipes/create.base/crafting/kinetics/brass_hand.json -3d16de97e9821ea473d6fc8b22026cca9e9e172b data/create/advancements/recipes/create.base/crafting/kinetics/brown_seat.json -5a53f4229ce56608207d430c7f87ee44f8d41f6f data/create/advancements/recipes/create.base/crafting/kinetics/brown_seat_from_other_seat.json -d12c6127aa397138d490ccfcf31148fb3754b7a6 data/create/advancements/recipes/create.base/crafting/kinetics/brown_valve_handle_from_other_valve_handle.json -94ad3db260f33ee255265d36d9b865f7dbc78c5f data/create/advancements/recipes/create.base/crafting/kinetics/cart_assembler.json -bf3bcb52176b43f1886c7538705ca7a4f0e84a9e data/create/advancements/recipes/create.base/crafting/kinetics/chute.json -d5e444853f95bcdb3b19d0d222806ac077e2e72d data/create/advancements/recipes/create.base/crafting/kinetics/clockwork_bearing.json -cc7d35a428412b995e46165b10873b538063d1e1 data/create/advancements/recipes/create.base/crafting/kinetics/clutch.json -f1d8029514853b25356dbdeadd56c4d765fb2a08 data/create/advancements/recipes/create.base/crafting/kinetics/cogwheel.json -261bcfc98cc5ccd25b63776a32e8c0d1075640b4 data/create/advancements/recipes/create.base/crafting/kinetics/controller_rail.json -c66893266dac69fdcc9ba6bae432e915678b0706 data/create/advancements/recipes/create.base/crafting/kinetics/controls.json -70ba0f80929fb60409518d03fbeecd21d5002cb3 data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle.json -cfcb1053b7311aeea03ee9caa66e783801ae74f3 data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle_from_others.json -adb639c5e0c2b12c22c29af2218e450ebbe2e07a data/create/advancements/recipes/create.base/crafting/kinetics/crafter_slot_cover.json -bb771079e7e814a2a7a854d48bbf270db16a420e data/create/advancements/recipes/create.base/crafting/kinetics/cuckoo_clock.json -44cf4c0a792e8742a030c82f92a529ade059b475 data/create/advancements/recipes/create.base/crafting/kinetics/cyan_seat.json -80dc8151d0b9dff01a8a2abf6b84057c9ef5b908 data/create/advancements/recipes/create.base/crafting/kinetics/cyan_seat_from_other_seat.json -2691122d20392bffa45a2b39c84555c90fe07e7d data/create/advancements/recipes/create.base/crafting/kinetics/cyan_valve_handle_from_other_valve_handle.json -cd1a6ea80663ec9251bb13e27d90e6ccdd10ce3e data/create/advancements/recipes/create.base/crafting/kinetics/deployer.json -2c85a7080390156ce05985bbba840ad9ffbaed8f data/create/advancements/recipes/create.base/crafting/kinetics/depot.json -f79cc141e2cfc8dde9f27b1e3b2e00aced8ee632 data/create/advancements/recipes/create.base/crafting/kinetics/display_board.json -81a3fe7e87c26767e3be6f97ea1de50f1cd74b65 data/create/advancements/recipes/create.base/crafting/kinetics/empty_blaze_burner.json -77ee6740d2e0f3ec4bffb298d9d8ce4c77ebff0e data/create/advancements/recipes/create.base/crafting/kinetics/encased_chain_drive.json -3a9aef30af8d9694548da236fe3129c16dba4883 data/create/advancements/recipes/create.base/crafting/kinetics/encased_fan.json -0669da1ba8a761589d14c9b172abd65f8a995bad data/create/advancements/recipes/create.base/crafting/kinetics/filter.json -8d4b4ebfe4b7b70dcb34f1b79eda3aee4f5b7abb data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe.json -47137fffc868c37338e64549eff93714379ce603 data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe_vertical.json -450a84018a6df61921e2c7eac507928e42d82b93 data/create/advancements/recipes/create.base/crafting/kinetics/fluid_tank.json -5b68a2e467e01d2255c448691ec5b4be20ac35c2 data/create/advancements/recipes/create.base/crafting/kinetics/fluid_valve.json -36f5f608cba7cb563a4c8bffc964cd4baa5c3997 data/create/advancements/recipes/create.base/crafting/kinetics/flywheel.json -842a332a966d80cc4680f91f376a2264ef3bb268 data/create/advancements/recipes/create.base/crafting/kinetics/framed_glass_door.json -61d73f42d67b73eb51c1da98f573279389ec3abf data/create/advancements/recipes/create.base/crafting/kinetics/framed_glass_trapdoor.json -4049cbeed4452bf6fe7608e06f4a4c90f58d6da0 data/create/advancements/recipes/create.base/crafting/kinetics/gantry_carriage.json -10529af8626e0d60d041aaebeadd4ac6a22cf061 data/create/advancements/recipes/create.base/crafting/kinetics/gantry_shaft.json -60beaa4f519b92eea28a4db11739313da9168beb data/create/advancements/recipes/create.base/crafting/kinetics/gearbox.json -710c5c73147a3a92841b823ed41d45faa0ffeb90 data/create/advancements/recipes/create.base/crafting/kinetics/gearboxfrom_conversion.json -d5a9e092f1b591c648487454d10ce7bac208c7de data/create/advancements/recipes/create.base/crafting/kinetics/gearshift.json -0b465aeff26c469f525dbf92f2dfaa6d90eb5d76 data/create/advancements/recipes/create.base/crafting/kinetics/goggles.json -585378d03f5ae23e43a587468d183951e3fa58a9 data/create/advancements/recipes/create.base/crafting/kinetics/gray_seat.json -f0a0c371c6851a5418b4b9480797677c8e871372 data/create/advancements/recipes/create.base/crafting/kinetics/gray_seat_from_other_seat.json -c023b9221d7983487d21e5ecc7d92246cfc7e791 data/create/advancements/recipes/create.base/crafting/kinetics/gray_valve_handle_from_other_valve_handle.json -72194ca0c9820e8b098534007df7f2b2d3813af6 data/create/advancements/recipes/create.base/crafting/kinetics/green_seat.json -2ba23f019a110a3e035a49e56ee8156fc11d74c0 data/create/advancements/recipes/create.base/crafting/kinetics/green_seat_from_other_seat.json -9af3d92d11c3f520df3e22f3069042bf34585010 data/create/advancements/recipes/create.base/crafting/kinetics/green_valve_handle_from_other_valve_handle.json -f2dadb365c75dd2604ee96e0217cd8024d0d137d data/create/advancements/recipes/create.base/crafting/kinetics/hand_crank.json -f4e8fd79cb27e0677460f5c260b106338f2a48cc data/create/advancements/recipes/create.base/crafting/kinetics/hose_pulley.json -a9f2c8a0b0b322741575ef833a461006ef2f0421 data/create/advancements/recipes/create.base/crafting/kinetics/item_drain.json -2ccfaf572456e8642a0070ea6928a082f98c63af data/create/advancements/recipes/create.base/crafting/kinetics/item_vault.json -73433a5cd400ed392796a4e543f15c42dd499fe8 data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheel.json -1c9e9888ccc51ddf76b9df0c186e74efaefb1256 data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheelfrom_little.json -eb007bb079bbe6b6aaad2ca90f5af84261e3f8ea data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_seat.json -571da50fbf5f2fcd3363b3dab91e7233e0ebffa0 data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_seat_from_other_seat.json -ddd80e84a7d595bbb3cf405a902ebbfd4ea5263c data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_valve_handle_from_other_valve_handle.json -e72a9e36ee72b838d83dee29129085c9717bd1c0 data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_seat.json -b670caaa6822ba7d9dc59ab4b6f21ab7d1ab2482 data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_seat_from_other_seat.json -ef79bf45e7aa43374d05a258ccb62a8243047fbb data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_valve_handle_from_other_valve_handle.json -471b41b1beb16be7885b32e3ab5e37e835888ed3 data/create/advancements/recipes/create.base/crafting/kinetics/lime_seat.json -7621220bcda54b559156a5dfb047de3429f1d4d2 data/create/advancements/recipes/create.base/crafting/kinetics/lime_seat_from_other_seat.json -0ce3062d3094ac20cc191b37fe948b54afe1f939 data/create/advancements/recipes/create.base/crafting/kinetics/lime_valve_handle_from_other_valve_handle.json -7e9adf73981fe03b76c5e22c59ebfdb9408a665e data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassis.json -bcb507ccb27c297339634f8575842a27bbf1c10e data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassisfrom_conversion.json -bf36904e7e691a150379561fb6f945123ebd3978 data/create/advancements/recipes/create.base/crafting/kinetics/magenta_seat.json -da90875fb845ee952ca2cb71f96b8de4f6420c21 data/create/advancements/recipes/create.base/crafting/kinetics/magenta_seat_from_other_seat.json -8ae8701f89b0881fbf9fcdf18b550e4bdf8d1483 data/create/advancements/recipes/create.base/crafting/kinetics/magenta_valve_handle_from_other_valve_handle.json -7de075574fa72f6cf5155490c306354474ec1efa data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_arm.json -79684098e8677dcd3e0741fb56897ad89d18192d data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_bearing.json -02a7999c121ca49daf80bc50967502697cd12daf data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_crafter.json -c7721ddbef2fa8288595159a1438e73fbc807bc9 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_drill.json -eb01ac69f9b0895cd58c08074c7502d88e3aa844 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_harvester.json -c32f74a21df56b67f99366fba747277c40b09935 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_mixer.json -7e483bca3d5d609fcba1f65128e8c20341f03af0 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_piston.json -ab3cb22e7cb2469c69a177ba83e29a2e1abdc3f8 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_plough.json -6b1ae84d071e8fc7a1789aaeb01a15260831fc82 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_press.json -90434eccfbcff42e8bc397881fd9d68f2dcb7ad4 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_pump.json -40a87b7abbc22436efab546fad3910f4a945c5fc data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_saw.json -ed6f472a0de659074e384d20e6c5903bda543acc data/create/advancements/recipes/create.base/crafting/kinetics/metal_bracket.json -3072592260b044257cc53be8f023909394b6cfea data/create/advancements/recipes/create.base/crafting/kinetics/metal_girder.json -1c06cd141f9ec29fd78ca4010115074865aef335 data/create/advancements/recipes/create.base/crafting/kinetics/millstone.json -25839b28208552ffe2a7dc094679514b200a065c data/create/advancements/recipes/create.base/crafting/kinetics/mysterious_cuckoo_clock.json -59f300d33fb2a0be6cb07fefebc6a9d59fb2476b data/create/advancements/recipes/create.base/crafting/kinetics/nixie_tube.json -e1390d3436bacda88c126fa6f6e349fa11852fbc data/create/advancements/recipes/create.base/crafting/kinetics/nozzle.json -ccd49c33260333ba850d0b843c4913cb6371eee9 data/create/advancements/recipes/create.base/crafting/kinetics/orange_seat.json -0556cca38a52f819e7f786ffbf284d5ef3364d0a data/create/advancements/recipes/create.base/crafting/kinetics/orange_seat_from_other_seat.json -58c0a2742e8f10e45a09cb97e40b542a58c7134b data/create/advancements/recipes/create.base/crafting/kinetics/orange_valve_handle_from_other_valve_handle.json -460240d4e8437b35c24262c5724884ae213e1b9c data/create/advancements/recipes/create.base/crafting/kinetics/pink_seat.json -ca21e2192a2fea0f112764f96c928d337762158b data/create/advancements/recipes/create.base/crafting/kinetics/pink_seat_from_other_seat.json -6c11444884679c4dd03d43f5893fca5cdc271915 data/create/advancements/recipes/create.base/crafting/kinetics/pink_valve_handle_from_other_valve_handle.json -bb2250aa06cc87e8eb39dfde45c53f6f263be7e7 data/create/advancements/recipes/create.base/crafting/kinetics/piston_extension_pole.json -6cdb61c0f53ddfda3274cd6cdb598741ba482fcd data/create/advancements/recipes/create.base/crafting/kinetics/placard.json -d1f5c8d73a700ad1022563e73844ea80f76d32b4 data/create/advancements/recipes/create.base/crafting/kinetics/portable_fluid_interface.json -e43aa4b89f57ba643cd5b4885e8fd6abd8c514b3 data/create/advancements/recipes/create.base/crafting/kinetics/portable_storage_interface.json -02258b70f1db3d91f0ccb5a5ffd362349f8f359d data/create/advancements/recipes/create.base/crafting/kinetics/propeller.json -d2a430820a87c24104729eede57628c6a92b277e data/create/advancements/recipes/create.base/crafting/kinetics/purple_seat.json -8eb1319984a8bf9502d8fddb717b11a1ee082f39 data/create/advancements/recipes/create.base/crafting/kinetics/purple_seat_from_other_seat.json -a295c929f7c9b31fd97607f8f6a1f8c56c16c7c8 data/create/advancements/recipes/create.base/crafting/kinetics/purple_valve_handle_from_other_valve_handle.json -03f1d8ece03d2090bdc807675d458b8f51a6ea0f data/create/advancements/recipes/create.base/crafting/kinetics/radial_chassis.json -f639481c8e1485019bf120463e67811b6d2d8ef9 data/create/advancements/recipes/create.base/crafting/kinetics/red_seat.json -038e18d0815e7de55fc8fcb5fe7127cdad62210f data/create/advancements/recipes/create.base/crafting/kinetics/red_seat_from_other_seat.json -dba0696069fe0850120dc6e1ca1ab741b0fe6d21 data/create/advancements/recipes/create.base/crafting/kinetics/red_valve_handle_from_other_valve_handle.json -6aea000b80ac153ed6a027fff5ca0a1d55250d43 data/create/advancements/recipes/create.base/crafting/kinetics/rope_pulley.json -43c694f0058538dd14cb06dde267c96b0f34bdf0 data/create/advancements/recipes/create.base/crafting/kinetics/rose_quartz_lamp.json -13f9944cdcafb651740b3670a6a75b3289886c6e data/create/advancements/recipes/create.base/crafting/kinetics/rotation_speed_controller.json -ab164782e70772371d2900c9b9d8ced048c52dea data/create/advancements/recipes/create.base/crafting/kinetics/sail_framefrom_conversion.json -5f33f1d9e97ea54b5137210fd088ff4105cd416a data/create/advancements/recipes/create.base/crafting/kinetics/schedule.json -338df97a6142704eea36ecd89bd3379188fd23a2 data/create/advancements/recipes/create.base/crafting/kinetics/secondary_linear_chassisfrom_conversion.json -d177c347ce9ef4a3c021b337b6e974894941e0b3 data/create/advancements/recipes/create.base/crafting/kinetics/sequenced_gearshift.json -883ef3fc5f79903ca39049a01b1da8a02d67cbb0 data/create/advancements/recipes/create.base/crafting/kinetics/shaft.json -65d5626037d2e8bdcbbbf127c08cadab62f22d14 data/create/advancements/recipes/create.base/crafting/kinetics/smart_chute.json -aa081b762579ed614eeace1c02a66243921b5ab7 data/create/advancements/recipes/create.base/crafting/kinetics/smart_fluid_pipe.json -4cc0acdf9bfd6c3575b81c8129002aca558fc723 data/create/advancements/recipes/create.base/crafting/kinetics/speedometer.json -fe70a9ffa16e5063f4fc99da4459a647c56174cf data/create/advancements/recipes/create.base/crafting/kinetics/speedometerfrom_conversion.json -1874d4f0df7b2bf8c95bdc6614c07fdd098b4d7c data/create/advancements/recipes/create.base/crafting/kinetics/spout.json -d38501f861c1842f20447f9312cad5bdbb006382 data/create/advancements/recipes/create.base/crafting/kinetics/steam_engine.json -e8bea7022c2d36276922a59eca0e9364efe9ee03 data/create/advancements/recipes/create.base/crafting/kinetics/steam_whistle.json -48f32dac75fdca978a9a18f9917b9ad94bee17b3 data/create/advancements/recipes/create.base/crafting/kinetics/sticker.json -f14d533b42261bd4c5366cd6afaf44bf184a9f03 data/create/advancements/recipes/create.base/crafting/kinetics/sticky_mechanical_piston.json -f640ded44cb4cf4c31e49deb0fc14e3495cd2edf data/create/advancements/recipes/create.base/crafting/kinetics/stressometerfrom_conversion.json -f3fc3d4fee0712906f833aa17185f0bacb21922f data/create/advancements/recipes/create.base/crafting/kinetics/super_glue.json -78a36489e5295d5bd53619e7f1e42edb6ba7116a data/create/advancements/recipes/create.base/crafting/kinetics/track_observer.json -e7df922cf9c6b39ee866d224d1812288073c7907 data/create/advancements/recipes/create.base/crafting/kinetics/track_observer_from_other_plates.json -23c1ecff946d41c74d4fb78e2bbc5e348c4487f5 data/create/advancements/recipes/create.base/crafting/kinetics/track_signal.json -da30636ca7e77f2947d0d28542c0b99747c9939e data/create/advancements/recipes/create.base/crafting/kinetics/track_station.json -050b8c527083e624a01f38ea8b34771a19ed2bc5 data/create/advancements/recipes/create.base/crafting/kinetics/train_door.json -3b6779f388eaf07f3c18fec33713f41f39a0032d data/create/advancements/recipes/create.base/crafting/kinetics/train_trapdoor.json -9d7bbda05cebecc0922f4d344e9a51d4c2774a18 data/create/advancements/recipes/create.base/crafting/kinetics/turntable.json -c1bb8d9022dff3dcf6c42f651b421281924c7dd2 data/create/advancements/recipes/create.base/crafting/kinetics/vertical_gearboxfrom_conversion.json -a67713418e505fa68ecde6b8bc83c09ccced7a65 data/create/advancements/recipes/create.base/crafting/kinetics/water_wheel.json -1a90a33a8334a778972a16ca92a2303cb083830a data/create/advancements/recipes/create.base/crafting/kinetics/weighted_ejector.json -7c146cc51139c2a8e287a60c8d645fa6f6f48cb1 data/create/advancements/recipes/create.base/crafting/kinetics/whisk.json -85c29c56780b4ee3e9c758dd4baa9a78e824cf5a data/create/advancements/recipes/create.base/crafting/kinetics/white_sail.json -8c1194d26957352943841ba6cf368157cb8dd0f7 data/create/advancements/recipes/create.base/crafting/kinetics/white_sailfrom_conversion.json -37e545b016a7c5cd283168ac71ace6467a5ad3ef data/create/advancements/recipes/create.base/crafting/kinetics/white_seat.json -856760c4b120f7b29a94dd22fe04d62df061d409 data/create/advancements/recipes/create.base/crafting/kinetics/white_seat_from_other_seat.json -b73e6f8b89e6ef94167b6fa3d0837a27222edb01 data/create/advancements/recipes/create.base/crafting/kinetics/white_valve_handle_from_other_valve_handle.json -9ca9cf9b09753369ad10284579a48eefa06674eb data/create/advancements/recipes/create.base/crafting/kinetics/windmill_bearing.json -8f5b25390f53d9e2c2b7b8c37b7c46a2eb9f2ebb data/create/advancements/recipes/create.base/crafting/kinetics/wooden_bracket.json -99fe89639e2aea18b4a0461cc85f27a6c7c665bb data/create/advancements/recipes/create.base/crafting/kinetics/wrench.json -14c1cac4545f544a78bfd80cf7dd6355794c6679 data/create/advancements/recipes/create.base/crafting/kinetics/yellow_seat.json -e8c2001863d9819d2a2c1fddeda41a4f126a5c09 data/create/advancements/recipes/create.base/crafting/kinetics/yellow_seat_from_other_seat.json -f05bbae1e39eabb51dffa0babecf07f5de2cee3d data/create/advancements/recipes/create.base/crafting/kinetics/yellow_valve_handle_from_other_valve_handle.json -0af26235bc51f73b0656d26a4232ae26419cee38 data/create/advancements/recipes/create.base/crafting/logistics/andesite_funnel.json -3443156df3d50b283be20d466797075064ddd59d data/create/advancements/recipes/create.base/crafting/logistics/andesite_tunnel.json -66dbb3486c5d38d309dd480e3f2ab0eb5ff9e559 data/create/advancements/recipes/create.base/crafting/logistics/brass_funnel.json -2127c0f1d822cc88a24d98ebb9eead9de5837ffe data/create/advancements/recipes/create.base/crafting/logistics/brass_tunnel.json -6ee9a16973001dcce16afc4c085f6dc3abbc344a data/create/advancements/recipes/create.base/crafting/logistics/content_observer.json -e20925f3c67f4a7b4acbbd61f8375efe09416edc data/create/advancements/recipes/create.base/crafting/logistics/content_observerfrom_conversion.json -cf8418ddb94198b900c6b8a281e59cee404b1b63 data/create/advancements/recipes/create.base/crafting/logistics/display_link.json -b9b0a8bfff61a89149d4fcadf679f753385212d0 data/create/advancements/recipes/create.base/crafting/logistics/powered_latch.json -9951f2d35f7444c98c022142119b18b1289ca734 data/create/advancements/recipes/create.base/crafting/logistics/powered_toggle_latch.json -7513a5f19cc03098b3fb6922561fb2fea0a147aa data/create/advancements/recipes/create.base/crafting/logistics/pulse_extender.json -76d4c5f04d0a3e6817127a828594388b18f210c4 data/create/advancements/recipes/create.base/crafting/logistics/pulse_repeater.json -0020b5c5cc6301c576d392ace447235de3e1b70c data/create/advancements/recipes/create.base/crafting/logistics/redstone_contact.json -4bb511d1407ad4e21a53f7d67daa3b0de9b6c01e data/create/advancements/recipes/create.base/crafting/logistics/redstone_link.json -5da3e404c9195ee68c25e91a4fd29ab21a8e9316 data/create/advancements/recipes/create.base/crafting/logistics/stockpile_switchfrom_conversion.json -8e137e9ad4870708d4c015400f91d78cb37b4a92 data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy.json -6ad84f6f8b4ef85e67ebcc68c5326a22b59bc81a data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy_from_zinc.json -a7d9a6dda3049332f04f4db027340070e1a9e597 data/create/advancements/recipes/create.base/crafting/materials/brass_block_from_compacting.json -7716dae5a22a02fa9ea129985eb14639811c2045 data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_compacting.json -906a26d805d46f44ce094a14ce138a6ce14431fa data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_decompacting.json -90d4658a26a32bfdade4573797ea4d913151c707 data/create/advancements/recipes/create.base/crafting/materials/brass_nugget_from_decompacting.json -dbfba4474ce5229205245d46680a651754a593ce data/create/advancements/recipes/create.base/crafting/materials/copper_nugget.json -a8a032b40204919242bf5043d2920627cd28d348 data/create/advancements/recipes/create.base/crafting/materials/electron_tube.json -121f9d02b1405327ff01113e32c1a1019f9b2f35 data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json -433e9dae24a4167b2cbd23e37e59bc84cfe352e5 data/create/advancements/recipes/create.base/crafting/materials/raw_zinc_block.json -2d875ed3e78b4840863f2188aea2b9dd23304512 data/create/advancements/recipes/create.base/crafting/materials/red_sand_paper.json -bc58b9bec08df3ae2ba9aa871097f0113e4f9075 data/create/advancements/recipes/create.base/crafting/materials/rose_quartz.json -37ff5e0f0a1224e310c4a63e9690913b525db337 data/create/advancements/recipes/create.base/crafting/materials/rose_quartz_tilesfrom_conversion.json -75cbc691e7443b566c1639d0c77c96cab66677c8 data/create/advancements/recipes/create.base/crafting/materials/sand_paper.json -401f3b540c745c05bfb7b24e27367790aa232d74 data/create/advancements/recipes/create.base/crafting/materials/small_rose_quartz_tilesfrom_conversion.json -d8a83ace588c01d781fea3e62fa3762ee04e0250 data/create/advancements/recipes/create.base/crafting/materials/zinc_block_from_compacting.json -827269a9749c37af9221d27281a85de09942fa2a data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_compacting.json -b15e93ea48cc71a78dca4d5fa5738d5354a3a944 data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_decompacting.json -b13ffffe311c3e16c3577aeeca881a04aeed7ee6 data/create/advancements/recipes/create.base/crafting/materials/zinc_nugget_from_decompacting.json -4f8b8c90b7659b41f282127a0c6e509309a26200 data/create/advancements/recipes/create.base/crafting/schematics/empty_schematic.json -453c39a149831f27b4c0069fae40cb1a8c87ed5e data/create/advancements/recipes/create.base/crafting/schematics/schematic_and_quill.json -d5efcd206b74c5165cbd4c2f5bb7bf3cf3eeae34 data/create/advancements/recipes/create.base/crafting/schematics/schematic_table.json -cd1f66066664ed58995f8a7988fb1aa22605650b data/create/advancements/recipes/create.base/crafting/schematics/schematicannon.json -513de02268c39a5e9e35aa048b95bdef089b0506 data/create/advancements/recipes/create.base/exposed_copper_shingle_slab.json -cdd290ecaaba6c2debf40bbb4619834b53873478 data/create/advancements/recipes/create.base/exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting.json -cf780e8976aabaed5c8af81c8bb0575566b1192e data/create/advancements/recipes/create.base/exposed_copper_shingle_stairs.json -c66711a5e902e052806b3b963b36f8d66a19b04d data/create/advancements/recipes/create.base/exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting.json -960333a7850f7ad2be6609b6acc28ca16ef55100 data/create/advancements/recipes/create.base/exposed_copper_tile_slab.json -73c87bb34bb523d1253ef447ca7a74f8996e4f6c data/create/advancements/recipes/create.base/exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting.json -9342614352d7359477ed968da90ac4decb6b5f57 data/create/advancements/recipes/create.base/exposed_copper_tile_stairs.json -4e982ff097886f4b6b36ff381ff55e335496526d data/create/advancements/recipes/create.base/exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting.json -f252ece4cb4229302f9f7cb490d3a2722856660a data/create/advancements/recipes/create.base/oxidized_copper_shingle_slab.json -71c3e234e634292b28a4409179d9c96982d88631 data/create/advancements/recipes/create.base/oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting.json -a0cca91653064ca509a1dc499ff6d9fd8ae80584 data/create/advancements/recipes/create.base/oxidized_copper_shingle_stairs.json -b089b6900828f642f87c4502293f69e0ce2841a4 data/create/advancements/recipes/create.base/oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting.json -f35f31c4ce11e8aaf6eef0e840eced22d969c614 data/create/advancements/recipes/create.base/oxidized_copper_tile_slab.json -873bedb88243757360f8c49b15eef4d8f28c09da data/create/advancements/recipes/create.base/oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting.json -f89386ad5e50a50cfb2d423b9543c1bb7b6fd867 data/create/advancements/recipes/create.base/oxidized_copper_tile_stairs.json -18dac4389d7b0fac7287dfa8dd21b65a0b04cfb6 data/create/advancements/recipes/create.base/oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting.json -57b304371e080df11d87a539b1c5b30721057ce6 data/create/advancements/recipes/create.base/rose_quartz_block_from_rose_quartz_stonecutting.json -6afa5267c43c3592a5da7d9f4526b712d5ef5b15 data/create/advancements/recipes/create.base/rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json -8547f4a498595eb11dde29df4b6f9e9051d2bf5f data/create/advancements/recipes/create.base/small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json -b2b9c6d93ff4d912081cee2ab5e68209828cdc86 data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_crushed.json -16e52ba04279bcf803c5f6be46550ba5d81be1a3 data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_ore.json -88a8661167993de0f2897c95e398b6f77429d724 data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json -7116a947db0270e0948da79fbb89ba8a9585fc06 data/create/advancements/recipes/create.base/weathered_copper_shingle_slab.json -3596f5854c2791d92cb0cad28870b4cfffeda7da data/create/advancements/recipes/create.base/weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting.json -072a42e28fa53adc050b76e68cf513019322b071 data/create/advancements/recipes/create.base/weathered_copper_shingle_stairs.json -7e0ecedccf437fc33b061791e46fe9818b2342e1 data/create/advancements/recipes/create.base/weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting.json -11147672814885dd3752eff396018d76f1275092 data/create/advancements/recipes/create.base/weathered_copper_tile_slab.json -6e197869c90b2ee996fac4735336183939d1fe2b data/create/advancements/recipes/create.base/weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting.json -5ff8d9ec43683be5be130f980091222ffccfb2d9 data/create/advancements/recipes/create.base/weathered_copper_tile_stairs.json -2a058814de30b03625e90da7188cea7cabe7b4a0 data/create/advancements/recipes/create.base/weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting.json -e7134f9dd47eb9f706f1ec1bd886a14eb7d3010a data/create/advancements/recipes/create.palettes/acacia_window.json -abeb5dfa9931aac86b080309bd0ed5397fd1254b data/create/advancements/recipes/create.palettes/acacia_window_pane.json -60545d0d6d70b4be2a22b03b09de45c6d4f7434b data/create/advancements/recipes/create.palettes/andesite_pillar_from_andesite_stonecutting.json -e742f68e9374ad009cd0325094b113c83570bcd2 data/create/advancements/recipes/create.palettes/andesite_pillar_from_stone_types_andesite_stonecutting.json -72ec3cf271a07b0bd4d63265904280e8607c052d data/create/advancements/recipes/create.palettes/asurine_pillar_from_asurine_stonecutting.json -f1ba98fa90ae0b81cef3e8bfed4a63565539b4a2 data/create/advancements/recipes/create.palettes/asurine_pillar_from_stone_types_asurine_stonecutting.json -2e69af13ca72acd06ceb1079a371add27a1c0db0 data/create/advancements/recipes/create.palettes/birch_window.json -62772c540e195fc6b8cfa91f9ae32898c649f93e data/create/advancements/recipes/create.palettes/birch_window_pane.json -bfa045d74386df70fd1130c934ed814376442dee data/create/advancements/recipes/create.palettes/calcite_pillar_from_calcite_stonecutting.json -7d0d2554ea3e646941a1ed59c8f5e9d45f9d76d6 data/create/advancements/recipes/create.palettes/calcite_pillar_from_stone_types_calcite_stonecutting.json -265595b70feaec33e5a2d7fb552b0284fcc09030 data/create/advancements/recipes/create.palettes/crafting/palettes/scorchia.json -0577e7cff04b9fb37d8d4fccf8218271fc7983ca data/create/advancements/recipes/create.palettes/crimsite_pillar_from_crimsite_stonecutting.json -97c48ddf1f9ef0f8433bf34ed7c4f6a7f44cf445 data/create/advancements/recipes/create.palettes/crimsite_pillar_from_stone_types_crimsite_stonecutting.json -203e85e700f1122545ff04b215983048f68a3391 data/create/advancements/recipes/create.palettes/crimson_window.json -33bf129965a516f9d5f239900d1c844737cecaad data/create/advancements/recipes/create.palettes/crimson_window_pane.json -ed4530b3a2c074868b2e59145840ad1a19ccba8a data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab.json -94f17edc574e5f7c6d8a7b53d006cb1cbcde25ae data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_from_andesite_stonecutting.json -4bd0c00092d0f9bc61d9c4024588109d66ddcc86 data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_from_stone_types_andesite_stonecutting.json -e43b1433cb2a69411501b559b0314f1ec10a2e92 data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_recycling.json -4cfaf94df2b896cf72cab1d3a64f0a581214824f data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs.json -925fe65983678ffe844e91c60960af4f678d0613 data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs_from_andesite_stonecutting.json -89b206cac06cb0cff8610924ec049d8c55e50476 data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json -98a12597165abfad0d624f31d3319f0fa1319fe0 data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall.json -d438fb733ad85e32915d22d4b90a2f030b2c8af7 data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall_from_andesite_stonecutting.json -6653fbf0a0e467614e3dae0449391fde17ddc13a data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall_from_stone_types_andesite_stonecutting.json -b08740a89c92e7a1631db8d3fe75575e0d124684 data/create/advancements/recipes/create.palettes/cut_andesite_bricks_from_andesite_stonecutting.json -d2ef2a017d948ef65d7c650b5942e8400cd90631 data/create/advancements/recipes/create.palettes/cut_andesite_bricks_from_stone_types_andesite_stonecutting.json -0a96201e3db9566258a92921a532482174bc4c5c data/create/advancements/recipes/create.palettes/cut_andesite_from_andesite_stonecutting.json -ce5e8f5028f3c034288d83ec75e4a0d4707083e3 data/create/advancements/recipes/create.palettes/cut_andesite_from_stone_types_andesite_stonecutting.json -8870b4ac0c0e9b85014900e7332a9cd2d2566088 data/create/advancements/recipes/create.palettes/cut_andesite_slab.json -135db9d4173c37b16c2fc65932eac1a4e54dceca data/create/advancements/recipes/create.palettes/cut_andesite_slab_from_andesite_stonecutting.json -d1efc4cfc0f7176726ffcb331518bd254c5c7258 data/create/advancements/recipes/create.palettes/cut_andesite_slab_from_stone_types_andesite_stonecutting.json -a044b810d6545600702a431b6d2686f66318015c data/create/advancements/recipes/create.palettes/cut_andesite_slab_recycling.json -62024570060391333c9486fad7a583a42e37c223 data/create/advancements/recipes/create.palettes/cut_andesite_stairs.json -7361895dddec1a3adfa4b95c8b37ef9069708169 data/create/advancements/recipes/create.palettes/cut_andesite_stairs_from_andesite_stonecutting.json -b1376510a8b23d6583c598f4d72fe6efe8db8397 data/create/advancements/recipes/create.palettes/cut_andesite_stairs_from_stone_types_andesite_stonecutting.json -4e1e7906a468aae37a50f2fbc2974f76f0d5cc45 data/create/advancements/recipes/create.palettes/cut_andesite_wall.json -d34cd111c437bfe2a1e3861f3260929748e8cd47 data/create/advancements/recipes/create.palettes/cut_andesite_wall_from_andesite_stonecutting.json -f51fc6f6f143755bcc6f5c23b0fabc28ffa0bac2 data/create/advancements/recipes/create.palettes/cut_andesite_wall_from_stone_types_andesite_stonecutting.json -2f8534038e4eaf900d5713f7da9c1777c94206ff data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab.json -1912d017ba8ca9566a9d1f88e77590360069ad45 data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_from_asurine_stonecutting.json -ae13c7ccbc88bbdb18c0ab3b9cacb17a9180a4d8 data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_from_stone_types_asurine_stonecutting.json -3eafcea4cd7c89bfefb28f2cd777254e4ff3d0a2 data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_recycling.json -bfa993105851f003de6aa1c00e98ecb45f887221 data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs.json -fb3a53300eb9455f6f43101657c47129d91da9a2 data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs_from_asurine_stonecutting.json -82969baccbae9fc780bcacc153373e4c950d40ea data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json -d79ab014cfd342c4d0d2f009efbd9c184e63febf data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall.json -444b4ea33df8e0df2ded71eab421d2b9bdc3cda0 data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall_from_asurine_stonecutting.json -f577588ecfb59ac292b7b70e2941019e8df21786 data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall_from_stone_types_asurine_stonecutting.json -5ff70e673771131564de6322cc35b6e593577295 data/create/advancements/recipes/create.palettes/cut_asurine_bricks_from_asurine_stonecutting.json -a54da6f90bc65a172ca0fb91ad07ba9d5417c4b2 data/create/advancements/recipes/create.palettes/cut_asurine_bricks_from_stone_types_asurine_stonecutting.json -2632008bb91d0e11a33673d700d167110e8a2382 data/create/advancements/recipes/create.palettes/cut_asurine_from_asurine_stonecutting.json -6b941f80605fa3975a85599aad98548ef7aa75f9 data/create/advancements/recipes/create.palettes/cut_asurine_from_stone_types_asurine_stonecutting.json -1d690ad6b8872c53ead4605811d7af05ef6ff1fa data/create/advancements/recipes/create.palettes/cut_asurine_slab.json -92dfaf6c019a8ca312b8166b9405dfa8fc913b6d data/create/advancements/recipes/create.palettes/cut_asurine_slab_from_asurine_stonecutting.json -c8e47f89166125399c0589214f3b2b9e97292c9f data/create/advancements/recipes/create.palettes/cut_asurine_slab_from_stone_types_asurine_stonecutting.json -d95398cb5c655ba6847c67d02157b0271b60388c data/create/advancements/recipes/create.palettes/cut_asurine_slab_recycling.json -cbb810c11d85d06db6b7a359fbe6cd0a9dcbcf45 data/create/advancements/recipes/create.palettes/cut_asurine_stairs.json -e1662afaa8c7d51147a0a6de026e6af4e3531d42 data/create/advancements/recipes/create.palettes/cut_asurine_stairs_from_asurine_stonecutting.json -9ab3524bd285b037f4fdc6326043ae2961d65530 data/create/advancements/recipes/create.palettes/cut_asurine_stairs_from_stone_types_asurine_stonecutting.json -21297a6c5e5a199d726bd69d14e428f1aec7812c data/create/advancements/recipes/create.palettes/cut_asurine_wall.json -8bee425cf3538bd56a58aa1fe9395b4345b74136 data/create/advancements/recipes/create.palettes/cut_asurine_wall_from_asurine_stonecutting.json -71d251ce3df2336600f95ab30d631f97e658ef7e data/create/advancements/recipes/create.palettes/cut_asurine_wall_from_stone_types_asurine_stonecutting.json -9d14ee83bcf0ffc34726c3d8779cbfd837cf1939 data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab.json -d9f421cff97701cc410cb8331a98acbf6f55735e data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_from_calcite_stonecutting.json -bd7156472c1196cc9c9e3ee9a7495b457b5cef9e data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_from_stone_types_calcite_stonecutting.json -7da4dda4a0cdf01d3f85d9bf0ba654963fec20fe data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_recycling.json -c7977b9ff93275fa47bbd35a2d8363ba1ddfe88e data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs.json -6983a9c816c71bd48e0f8eab6694dd9807b3b89d data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs_from_calcite_stonecutting.json -2bb344a67b931a751b55416ebac2ab06148253c6 data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json -af44c65cf9c10193ab59c3e00d2f4975855ab982 data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall.json -9f53fd8a316a07875e4506368b0f7f4a4d654013 data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall_from_calcite_stonecutting.json -51e705c29c29f806c6c0e6a90f892f66a0d6c1f8 data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall_from_stone_types_calcite_stonecutting.json -f0d336a0e2acccc8c89c2572df264bd5101fdf5a data/create/advancements/recipes/create.palettes/cut_calcite_bricks_from_calcite_stonecutting.json -07267856fbc82e1c8e8e43321f1f2102af2280a3 data/create/advancements/recipes/create.palettes/cut_calcite_bricks_from_stone_types_calcite_stonecutting.json -e41e44f35ad264f9fb34badd9098f7b5e9a568d2 data/create/advancements/recipes/create.palettes/cut_calcite_from_calcite_stonecutting.json -e19dba28493a65974667ee7ee7b24a5fca4b1808 data/create/advancements/recipes/create.palettes/cut_calcite_from_stone_types_calcite_stonecutting.json -4ca3f81cf9e5ce231199703f4e1bc8be8fc2bbb3 data/create/advancements/recipes/create.palettes/cut_calcite_slab.json -85e2368b7d6e4cd355725efc1d1ff96168000be1 data/create/advancements/recipes/create.palettes/cut_calcite_slab_from_calcite_stonecutting.json -e5148a533f8f5f88d62c076a2a39258dc59f9262 data/create/advancements/recipes/create.palettes/cut_calcite_slab_from_stone_types_calcite_stonecutting.json -3789eac9c5e1f5b9ef022d9f9646c89e39c2d347 data/create/advancements/recipes/create.palettes/cut_calcite_slab_recycling.json -039675196670f72286f297d9f8ccf0c0b20bdcc5 data/create/advancements/recipes/create.palettes/cut_calcite_stairs.json -c8a130c3f9e1f56f23fe893d8a2ba77178351eae data/create/advancements/recipes/create.palettes/cut_calcite_stairs_from_calcite_stonecutting.json -6bbcb9895d83e36a3ae97384493c3be8ee5fe55c data/create/advancements/recipes/create.palettes/cut_calcite_stairs_from_stone_types_calcite_stonecutting.json -36063f9a43bbcce80061060b81dea3aef05c28bb data/create/advancements/recipes/create.palettes/cut_calcite_wall.json -4618952de8369790936ffa075fa6f5ce5bf12503 data/create/advancements/recipes/create.palettes/cut_calcite_wall_from_calcite_stonecutting.json -801baf1ca0e70909c92d76ad0235a5b3f29a5ba5 data/create/advancements/recipes/create.palettes/cut_calcite_wall_from_stone_types_calcite_stonecutting.json -ea71950b15b6a4220d6215e338f9ae5f5e06b3ef data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab.json -842bb39066516a4812294a65d5049e86000d01c3 data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_from_crimsite_stonecutting.json -83a5f94eb99c16fab64fc6500b80d83a9af5db1f data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json -04264884a2152d916e815b9748293182021cc4f1 data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_recycling.json -01709a99d0c590db01be2a93009f8f9ace341332 data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs.json -e2db045f5f59f2307442b747851fec77ca5b8483 data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs_from_crimsite_stonecutting.json -0e2b7313cd6cbc9f11a08a509e6332ae108749de data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json -b74f939a78a6ae8cc5f7862543b66d62af08406a data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall.json -372c493b13a25301ab44d65e5f8115a2c0820494 data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall_from_crimsite_stonecutting.json -1b66941a2e8122f6a668d6bc984acc7dc3d16714 data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json -81ddf327faca5a5ac231fb508747f5f45f41081a data/create/advancements/recipes/create.palettes/cut_crimsite_bricks_from_crimsite_stonecutting.json -529f9ea8f68bea9a08d78ff5a8c9bc8177cacdc3 data/create/advancements/recipes/create.palettes/cut_crimsite_bricks_from_stone_types_crimsite_stonecutting.json -2adb46ea5f694625cd59ad6bd2b2d9780229fbc3 data/create/advancements/recipes/create.palettes/cut_crimsite_from_crimsite_stonecutting.json -1f13d1ca2433dc0773c670baf1d05bacc798a57c data/create/advancements/recipes/create.palettes/cut_crimsite_from_stone_types_crimsite_stonecutting.json -840c9d7d245f0f42115b2743a91b8d4c1dc088ed data/create/advancements/recipes/create.palettes/cut_crimsite_slab.json -67ded3941e324e446603c202c437f5b562e24d81 data/create/advancements/recipes/create.palettes/cut_crimsite_slab_from_crimsite_stonecutting.json -ec4b8d4d62814de99215dbfb3bba5699a5b8a679 data/create/advancements/recipes/create.palettes/cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json -6eb7b166ad302f2fa68a9850f7f70bd9b8c87c12 data/create/advancements/recipes/create.palettes/cut_crimsite_slab_recycling.json -1929009937c54d27b3d0795ea9696f8dd1bd0e40 data/create/advancements/recipes/create.palettes/cut_crimsite_stairs.json -ff4c0629e38d8957fd7a717d5f4be0cf124ff57a data/create/advancements/recipes/create.palettes/cut_crimsite_stairs_from_crimsite_stonecutting.json -02ea17a131cbf5cf33f676a81001882b48ac4a14 data/create/advancements/recipes/create.palettes/cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json -39783496e980de6d46d0b2cfbed511f0e5aa4b29 data/create/advancements/recipes/create.palettes/cut_crimsite_wall.json -e1ba89b360f00e8d3eef835ff9eff85caae7d73c data/create/advancements/recipes/create.palettes/cut_crimsite_wall_from_crimsite_stonecutting.json -8f660ddb06f9a1ae967f60a78500c68e8275a953 data/create/advancements/recipes/create.palettes/cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json -1a7b4b885a9b7d79b19cf242388b7ff1742e7322 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab.json -13a710791758f5b9140b15c2e8ae2fed995d580e data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_from_deepslate_stonecutting.json -8ee86edd13132095dfc39a6ed6df42388ec5572d data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json -3e8051f691d443482bb310b8b2944e465f730473 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_recycling.json -dda71649a4c6cfb98b52f56359ba8591bd75a7c7 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs.json -b8d3a864f169933ab2d675ab7076584e0ed65c93 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs_from_deepslate_stonecutting.json -0e19dd19b645e65d6011023c5427b6a2702a78d1 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json -3a5d6017059db9ca093d939f94e06d7c6b22b026 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall.json -0bfcbb510f4fad6f22cc7e9d49ed1c2a140e87db data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall_from_deepslate_stonecutting.json -c42cd084901a39d4634c1293180439b8abee69bb data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json -164eb4390657f4b711f7b0776e8854c505a0cd93 data/create/advancements/recipes/create.palettes/cut_deepslate_bricks_from_deepslate_stonecutting.json -ccb68f8f5202411738532d3decb403435ea65f3f data/create/advancements/recipes/create.palettes/cut_deepslate_bricks_from_stone_types_deepslate_stonecutting.json -feb39ae181092afc477b5f25bb803134e7cf50bd data/create/advancements/recipes/create.palettes/cut_deepslate_from_deepslate_stonecutting.json -7680fa2a942b2bed38cda9e7b5e3f9b114a36cb8 data/create/advancements/recipes/create.palettes/cut_deepslate_from_stone_types_deepslate_stonecutting.json -580882992706de7aa6d22a99b27b6fb43d3ee446 data/create/advancements/recipes/create.palettes/cut_deepslate_slab.json -7703abba82b7c66274d78724a3676c133bf5f54f data/create/advancements/recipes/create.palettes/cut_deepslate_slab_from_deepslate_stonecutting.json -2e198c264887a731e785d1b0ea06c526097067db data/create/advancements/recipes/create.palettes/cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json -74383206fffb712349b72e5682d58f3923b93499 data/create/advancements/recipes/create.palettes/cut_deepslate_slab_recycling.json -4ef416feb9052e7560d8926fffdd9402441fb69e data/create/advancements/recipes/create.palettes/cut_deepslate_stairs.json -6612f1a52b9f73cfa8f3dc305407ab6bfbeae801 data/create/advancements/recipes/create.palettes/cut_deepslate_stairs_from_deepslate_stonecutting.json -ecb46ad524f0cbe3b1a6ad7b12f8ec9fb980442a data/create/advancements/recipes/create.palettes/cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json -4058f68b3eddf3b45ebbefc8c4c78c0638b70837 data/create/advancements/recipes/create.palettes/cut_deepslate_wall.json -1aaac5c2e9eff578887d4ee6eff310841e8d2773 data/create/advancements/recipes/create.palettes/cut_deepslate_wall_from_deepslate_stonecutting.json -9a58b1950d7d907b068c686c00c649bda4783d36 data/create/advancements/recipes/create.palettes/cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json -b9ca24915029eae5b1eee5774d7099a715f5c942 data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab.json -514203d3c4d8e2920f3dfdb0897f154ddd39a5fd data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_from_diorite_stonecutting.json -cbebac4a5d65912436fc644085ffff850b0a1951 data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_from_stone_types_diorite_stonecutting.json -85662add4d3976ffc189bd3d45cd22bb3a953686 data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_recycling.json -4c6a2ec9b08f050ca8cdac58daf0d226a6cec5ef data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs.json -d07cc218496efa412e03dc3cf0c089a71e478a21 data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs_from_diorite_stonecutting.json -d172ddb80c9911a9ac3c9c192e0d9126d73a8cd0 data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json -7e7b4eae4020e785fd29168215c391d768cf3648 data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall.json -10d653a811083f84ae1bce77f4bca65885dd7668 data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall_from_diorite_stonecutting.json -6e8270df13af7eaa9f6d4713757bdb4c5b5572f6 data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall_from_stone_types_diorite_stonecutting.json -a693f2d3e5b303289ce21ace8317d542b456024a data/create/advancements/recipes/create.palettes/cut_diorite_bricks_from_diorite_stonecutting.json -253482c6b7be447425d63318bce8d50a5a5e3704 data/create/advancements/recipes/create.palettes/cut_diorite_bricks_from_stone_types_diorite_stonecutting.json -e5cfac9e7474aa34407d4ae41fb38d92a0ca59d5 data/create/advancements/recipes/create.palettes/cut_diorite_from_diorite_stonecutting.json -d5274319ebf41708cfb2c84fd06ce64583ab9577 data/create/advancements/recipes/create.palettes/cut_diorite_from_stone_types_diorite_stonecutting.json -531c66991e42aaf169b64ba9b93eb08cd5aa60a1 data/create/advancements/recipes/create.palettes/cut_diorite_slab.json -d5041d0925e15a1ab83ce51710d22ab1ffbafa13 data/create/advancements/recipes/create.palettes/cut_diorite_slab_from_diorite_stonecutting.json -6114e07219bba9090e9c1e51150e809bd830d8ae data/create/advancements/recipes/create.palettes/cut_diorite_slab_from_stone_types_diorite_stonecutting.json -eea5a315b65f20bcc35bd82d403993b36cca59a3 data/create/advancements/recipes/create.palettes/cut_diorite_slab_recycling.json -13b33317fee528281a285cd0aa81543eb966f36b data/create/advancements/recipes/create.palettes/cut_diorite_stairs.json -5f22908071957276dbe3496d56b57299a45e9ee5 data/create/advancements/recipes/create.palettes/cut_diorite_stairs_from_diorite_stonecutting.json -69097d2673bd2e3108b2c51b5f444ae48f53f93f data/create/advancements/recipes/create.palettes/cut_diorite_stairs_from_stone_types_diorite_stonecutting.json -4b0d8c17903387d17b00f0ba4d04009c340204ee data/create/advancements/recipes/create.palettes/cut_diorite_wall.json -18b5fc74dfb4f4d1e220273b1324a680e147b026 data/create/advancements/recipes/create.palettes/cut_diorite_wall_from_diorite_stonecutting.json -e01243eb51ff9554c51e0acb391a5674a9f78acd data/create/advancements/recipes/create.palettes/cut_diorite_wall_from_stone_types_diorite_stonecutting.json -948d6c357a67e2b535eaccf91ba10b9e1b154bde data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab.json -ab6f0088274a89a925039383a0899039d3be6f87 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_from_dripstone_block_stonecutting.json -a8a7a85d873026eb3b0139baa6cda9036cce7ad0 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json -37ed0d2ac50cbe3eae2293de18a9a2b5f6ae8261 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_recycling.json -c91657409f41c707a2da3c41726f33ef0a2208e3 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs.json -46e8a8a54133a66c5d194d174a1847befdb2eedb data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs_from_dripstone_block_stonecutting.json -8b594a7297ed5b4ab870e5c93661209dc9c71445 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json -927e551e7d9d43b03717453af3c6c30684ba12da data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall.json -576fddccf646453dc6bf8aafd94b8d1ac8c25b77 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall_from_dripstone_block_stonecutting.json -cb368165b3c9d2c0e55eaad4d653068eb23b06aa data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json -adfe5459b3e99e60f6c644bad64d30a982ab1101 data/create/advancements/recipes/create.palettes/cut_dripstone_bricks_from_dripstone_block_stonecutting.json -c4ffd6b94835ee6c3fd9f57211f81e010682a86f data/create/advancements/recipes/create.palettes/cut_dripstone_bricks_from_stone_types_dripstone_stonecutting.json -5173d5d4858a2f7c591113e4415705e8c03e66cb data/create/advancements/recipes/create.palettes/cut_dripstone_from_dripstone_block_stonecutting.json -91a5bcd2e5bd62b05f06a09fa3468ec0410f03a7 data/create/advancements/recipes/create.palettes/cut_dripstone_from_stone_types_dripstone_stonecutting.json -d37d039b66c69653ea0220ad4be9ddc4e2de05f7 data/create/advancements/recipes/create.palettes/cut_dripstone_slab.json -e82133bba107ec937e7a403d99ece14203299b4e data/create/advancements/recipes/create.palettes/cut_dripstone_slab_from_dripstone_block_stonecutting.json -d3b41ed76e5b72b07f7d8496f6396680d2bd9ce6 data/create/advancements/recipes/create.palettes/cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json -27001803f39f327873f3a3be8a755640ebcb1cb1 data/create/advancements/recipes/create.palettes/cut_dripstone_slab_recycling.json -eeb39079c0677c89d166497963c7036d072174fb data/create/advancements/recipes/create.palettes/cut_dripstone_stairs.json -60f0147009231acfb7e7b732a59dcf80cd5bc527 data/create/advancements/recipes/create.palettes/cut_dripstone_stairs_from_dripstone_block_stonecutting.json -fa915c08ac484c141882a8d67808df0a575b0f86 data/create/advancements/recipes/create.palettes/cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json -1512d4705c0fa89f1cfaf08f130dfc73cb266f6d data/create/advancements/recipes/create.palettes/cut_dripstone_wall.json -cd3af424e32d5bdf0df86f283b5a05f821b32671 data/create/advancements/recipes/create.palettes/cut_dripstone_wall_from_dripstone_block_stonecutting.json -a4683c2cb715958e28d41ef3815ab7bfb9457ca7 data/create/advancements/recipes/create.palettes/cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json -f5ea0be8a3fbf4c43909dbe4406beb0ec2192e13 data/create/advancements/recipes/create.palettes/cut_granite_brick_slab.json -9b5ee834a63a6bed03ee0f72c29a1a1a1b721d27 data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_from_granite_stonecutting.json -3a6b3cb61b2e4e9d6a3c6460282390225ca5b1a3 data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_from_stone_types_granite_stonecutting.json -7a02490ca3f70fcf88331b0f26a033a916b810e8 data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_recycling.json -671f6973814216ec04f42b7d7535aa7b61b55b26 data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs.json -47c0cf03575a11321bcde3c3ac0a1fd1bfeaa3b3 data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs_from_granite_stonecutting.json -4b8412e62f3f0c44ca008ce4a13f48a6289fce78 data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs_from_stone_types_granite_stonecutting.json -56fc4c60fe99e8ca6130b3714f1be6f4966d1ab4 data/create/advancements/recipes/create.palettes/cut_granite_brick_wall.json -e3d1d56a58171943f52d2bd7f55444410c31e490 data/create/advancements/recipes/create.palettes/cut_granite_brick_wall_from_granite_stonecutting.json -e1a1a24c843869427afc43980215a56fa2b22a7e data/create/advancements/recipes/create.palettes/cut_granite_brick_wall_from_stone_types_granite_stonecutting.json -686ea3f73b7ba7db9d733f162deec5599cec62e2 data/create/advancements/recipes/create.palettes/cut_granite_bricks_from_granite_stonecutting.json -5dbce50c004b049d3904f0a93aa5a7f69fd2cb68 data/create/advancements/recipes/create.palettes/cut_granite_bricks_from_stone_types_granite_stonecutting.json -77ed7edee3a5be5a04fe4cad4b5cf71016d1c4a9 data/create/advancements/recipes/create.palettes/cut_granite_from_granite_stonecutting.json -f30f34b296b0884759c5aa147c282bad27ddd992 data/create/advancements/recipes/create.palettes/cut_granite_from_stone_types_granite_stonecutting.json -958e8b048745fb67608771e8a76e692dc2409739 data/create/advancements/recipes/create.palettes/cut_granite_slab.json -79c09173c4e162a9edc526e2daf3169194db6363 data/create/advancements/recipes/create.palettes/cut_granite_slab_from_granite_stonecutting.json -7352a3471cbcecfd95aac0052f82c3af29ffad32 data/create/advancements/recipes/create.palettes/cut_granite_slab_from_stone_types_granite_stonecutting.json -3f7effd2b9e22e0ec996f19656f708e528fc7f81 data/create/advancements/recipes/create.palettes/cut_granite_slab_recycling.json -41bf95f5f8c2983a79610e05e5e5657667779117 data/create/advancements/recipes/create.palettes/cut_granite_stairs.json -24c850200e40cec34b3575b2872b70e81da5ff62 data/create/advancements/recipes/create.palettes/cut_granite_stairs_from_granite_stonecutting.json -0b6c32b17e4f5d88faa0986301a9a84c93566272 data/create/advancements/recipes/create.palettes/cut_granite_stairs_from_stone_types_granite_stonecutting.json -0a856a007ee8107e6e141a7c4d3db61b3f42a75f data/create/advancements/recipes/create.palettes/cut_granite_wall.json -651e9fff7b0ca7c7e33fbae68f1a5268c48051d8 data/create/advancements/recipes/create.palettes/cut_granite_wall_from_granite_stonecutting.json -0c38e6cfbca90f40daa49fab1114a12a6403816f data/create/advancements/recipes/create.palettes/cut_granite_wall_from_stone_types_granite_stonecutting.json -dbeb316b62ed53a36c3a77619e8a7847107f828c data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab.json -64fb60e342657c1fc80f42634fa312696efd2bb4 data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_from_limestone_stonecutting.json -bfc7bfad55e8afa583f30d5504674f2fc017d2b3 data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_from_stone_types_limestone_stonecutting.json -0a9b5d1f6cddb3e3bc249e8182f22e53007337db data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_recycling.json -ac5e10d641bcffa6ed7baea1690cef93ab872987 data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs.json -3f63787b154d5dbf4f85555af28cdc53c9b82cf6 data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs_from_limestone_stonecutting.json -985eb26bfee853fe43b2479bd71a43d923fc6c21 data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json -776d430cb58597be6d3f2d3f93978c2d57eb3703 data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall.json -eb12ec324ee169772cca06265919d7b7259bd9d7 data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall_from_limestone_stonecutting.json -6d5846c46ccfce35bf389b08a31c863c9612b498 data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall_from_stone_types_limestone_stonecutting.json -46bf4386d4b9c4348f305198dd3bd47f4c60d805 data/create/advancements/recipes/create.palettes/cut_limestone_bricks_from_limestone_stonecutting.json -3c00d099ff1958b2549a4e8b04f14dfcc1469db3 data/create/advancements/recipes/create.palettes/cut_limestone_bricks_from_stone_types_limestone_stonecutting.json -50ba84a90bc126e5171b8bee5c3546119488bd2c data/create/advancements/recipes/create.palettes/cut_limestone_from_limestone_stonecutting.json -5bad7318b3c241a75fb1ff111c660c755c2181b0 data/create/advancements/recipes/create.palettes/cut_limestone_from_stone_types_limestone_stonecutting.json -a2eda8210e7c97058fbcd27d4934dfd1d03267fd data/create/advancements/recipes/create.palettes/cut_limestone_slab.json -9e391d9c97f617af06657819fc3712c1a4263a52 data/create/advancements/recipes/create.palettes/cut_limestone_slab_from_limestone_stonecutting.json -5c44837ff0108cb2ee2e200ea7fc3609469ca585 data/create/advancements/recipes/create.palettes/cut_limestone_slab_from_stone_types_limestone_stonecutting.json -df8254521080fc9f9eff64036ec3d4b0e00f5c4d data/create/advancements/recipes/create.palettes/cut_limestone_slab_recycling.json -1efc4f73c5ed7c181ac23178aba4da174c68c1af data/create/advancements/recipes/create.palettes/cut_limestone_stairs.json -c0feff8f8e607ec5ca8d6a75ebbf20382825139c data/create/advancements/recipes/create.palettes/cut_limestone_stairs_from_limestone_stonecutting.json -50cd6653df844e6cdd17027745e9acbe7e50affc data/create/advancements/recipes/create.palettes/cut_limestone_stairs_from_stone_types_limestone_stonecutting.json -5a677ebd58bf5570c4390f964c8ab7c355baeee8 data/create/advancements/recipes/create.palettes/cut_limestone_wall.json -b545759d95e9a3fed6591a6cba8304c6d930ec00 data/create/advancements/recipes/create.palettes/cut_limestone_wall_from_limestone_stonecutting.json -a2fe1ee0ba424ed35f13e6e5248c805486ef9008 data/create/advancements/recipes/create.palettes/cut_limestone_wall_from_stone_types_limestone_stonecutting.json -2120a327cc45f3e856198b87ea8bedb0d3fa9b9f data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab.json -309c4025c0b538188b6554cf26f888af3b78cfe9 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_from_ochrum_stonecutting.json -dd71c858dafd641c776e4c1af9fd37bc4484e906 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json -3bfa629fd5cba5352429bdd3d6a4ed86ae522ce3 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_recycling.json -6ea27f007b02f22753a8e8a943ebf11be93268f7 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs.json -0d11e7e4ac1a602b6ec4f5edc58618a28fcd327a data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs_from_ochrum_stonecutting.json -df55d8cfb16b41886d8dd8fa07036ffb94a48641 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json -fcb3ad214aacdfc228adf8f637ade0d62cc84dff data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall.json -ca74feca7dae05bbb8bdc742df3bfb039b6e6542 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall_from_ochrum_stonecutting.json -3ecefca0632744c2f83c64d39944fa45c6bea50e data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json -f31b47e3d3560d2f3928d7b13720092a48833861 data/create/advancements/recipes/create.palettes/cut_ochrum_bricks_from_ochrum_stonecutting.json -c46df872eebb7578fc5c670ffb02c51b838ae0fa data/create/advancements/recipes/create.palettes/cut_ochrum_bricks_from_stone_types_ochrum_stonecutting.json -82bfe44e446b950141236666b654e690de9b87ec data/create/advancements/recipes/create.palettes/cut_ochrum_from_ochrum_stonecutting.json -d128fb5785174ad7c96fd27b8383a7910372a46a data/create/advancements/recipes/create.palettes/cut_ochrum_from_stone_types_ochrum_stonecutting.json -c4a36b6ae85368f1c8ffb93f233d38525b258e39 data/create/advancements/recipes/create.palettes/cut_ochrum_slab.json -7dad77e90a5711ccee0dbf02624b5a193dadace5 data/create/advancements/recipes/create.palettes/cut_ochrum_slab_from_ochrum_stonecutting.json -b8557a404a534267e3e98ad2ba8a527d57e6fb02 data/create/advancements/recipes/create.palettes/cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json -a8ab8009f2934625f11b72b558c73302502e1e63 data/create/advancements/recipes/create.palettes/cut_ochrum_slab_recycling.json -265c91096b029829973674c5de20dc547da36db5 data/create/advancements/recipes/create.palettes/cut_ochrum_stairs.json -9b9d576ecb2ac3259db9437d0b5ec1301b73aced data/create/advancements/recipes/create.palettes/cut_ochrum_stairs_from_ochrum_stonecutting.json -767fa7f43d83b4f4cb08ab56b757c0d597097e99 data/create/advancements/recipes/create.palettes/cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json -7385e2a71da32d1a53ef0de2873d7181e6f8fd32 data/create/advancements/recipes/create.palettes/cut_ochrum_wall.json -7d0a5d7cce1abacb4dd8683b21a7c4777f57113e data/create/advancements/recipes/create.palettes/cut_ochrum_wall_from_ochrum_stonecutting.json -018765fbfda5b14edb7796b3fbb8e89ab11fdd6d data/create/advancements/recipes/create.palettes/cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json -648ba0d229c3285a0d29e3d0c3bfe3a35f18c42e data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab.json -b1fbd6078eec777b49c924ec4510614cf276c8fa data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_from_scorchia_stonecutting.json -7c9a476ec80f2596bc4892176e4d3a8512c5623c data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json -bbdb70ad3afec15e80f4d76784830372d4703573 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_recycling.json -75f39ad0c03ab1527d872a898f38d45b19e29553 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs.json -a6bf6d18b99fabe332a951c0394a224f357e41f8 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs_from_scorchia_stonecutting.json -6629748757115717bfe14cbf3d3d6ab528d3694d data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json -693587803f1d9cf432ffc98efc38a7301863e7e4 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall.json -712205ccf5262fe9e7ab28453d2d7d709f7ef423 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall_from_scorchia_stonecutting.json -b1584b4b178daf18794594b2480abcc7f3fccef2 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json -3404169dbd586a5ca6d9cd3a700d429fad990327 data/create/advancements/recipes/create.palettes/cut_scorchia_bricks_from_scorchia_stonecutting.json -6446650bc090e554a84e2ca8f47ab498d648c5d1 data/create/advancements/recipes/create.palettes/cut_scorchia_bricks_from_stone_types_scorchia_stonecutting.json -f14269d1b25e89a35bfdb7df171adaed6db0e34b data/create/advancements/recipes/create.palettes/cut_scorchia_from_scorchia_stonecutting.json -431d969a9a542ed892f57226e00dda55ac148c1e data/create/advancements/recipes/create.palettes/cut_scorchia_from_stone_types_scorchia_stonecutting.json -e8966a786652b83a082702db58ebd48975d9c39b data/create/advancements/recipes/create.palettes/cut_scorchia_slab.json -bb848c2588162414dc29cf29eed8e53b152456df data/create/advancements/recipes/create.palettes/cut_scorchia_slab_from_scorchia_stonecutting.json -70a29ee26b3f75c5b592316b9c2f8cb7a8911989 data/create/advancements/recipes/create.palettes/cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json -b0a16e7fa0781a0b1ec88e459b3f0f9ce4a8694e data/create/advancements/recipes/create.palettes/cut_scorchia_slab_recycling.json -dd9435b2712de63fe276557060c8526c0814089d data/create/advancements/recipes/create.palettes/cut_scorchia_stairs.json -20c9d0e6757d676d22aaf161a1c5fcbceaf3ed03 data/create/advancements/recipes/create.palettes/cut_scorchia_stairs_from_scorchia_stonecutting.json -931e056dbab47c2443ad599410266c4f734449b9 data/create/advancements/recipes/create.palettes/cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json -cfed62ee22025b8b81386ff60d6b98ebe5021680 data/create/advancements/recipes/create.palettes/cut_scorchia_wall.json -c2048348b425351899a720552c9b60d246d344ab data/create/advancements/recipes/create.palettes/cut_scorchia_wall_from_scorchia_stonecutting.json -5d6270c11595156c91b03dbf8678c96d2334281b data/create/advancements/recipes/create.palettes/cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json -ada66ca04cf48339915e20871cc0b8491f2f5348 data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab.json -42138c8287f2006502b4d5fb1de0cb470f6a6713 data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_from_scoria_stonecutting.json -1b84a09b6490223ab5f90b6736bb36909cbb1b5c data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_from_stone_types_scoria_stonecutting.json -09dc9f9206ea2417d7cec4d34044cb12b0b33b01 data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_recycling.json -4a3bea2d8a975290c9e233dbbd29d2eb6c7fa7c8 data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs.json -b017c15c67995b8ac6a3abe6b4c4e8377b29ae00 data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs_from_scoria_stonecutting.json -efbc323c5b72779a5e15a7f4ea65890b52b23622 data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json -263f108b99aa88921842d1a3c54c4848f11be33c data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall.json -05f536b24f94d4fdebba8fed7e8fd38ef6613b6f data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall_from_scoria_stonecutting.json -0c4d7fadd78c936d0a2ce39f8322ab23ef74b9dd data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall_from_stone_types_scoria_stonecutting.json -f342f7a18b2eb879e8f78ab64718121bbc9179bc data/create/advancements/recipes/create.palettes/cut_scoria_bricks_from_scoria_stonecutting.json -d85bec26fe30e699ec34a65f141f4e7f7ca1feee data/create/advancements/recipes/create.palettes/cut_scoria_bricks_from_stone_types_scoria_stonecutting.json -a8579934fc32aa4ef87edaab8a95fa15eabc2a11 data/create/advancements/recipes/create.palettes/cut_scoria_from_scoria_stonecutting.json -c9a7ce0bbd9adcba5e0778915b3c581806027e85 data/create/advancements/recipes/create.palettes/cut_scoria_from_stone_types_scoria_stonecutting.json -0f2773b05f66834e24849757b5f0db0d6303cde3 data/create/advancements/recipes/create.palettes/cut_scoria_slab.json -1251ab2f5db6871bec830705990a1687882bb4a2 data/create/advancements/recipes/create.palettes/cut_scoria_slab_from_scoria_stonecutting.json -66482c7da597ecd80dab359964be19edc9e8e34e data/create/advancements/recipes/create.palettes/cut_scoria_slab_from_stone_types_scoria_stonecutting.json -4fe5898b8bcbe50a7659d46cff98df634acd1a06 data/create/advancements/recipes/create.palettes/cut_scoria_slab_recycling.json -42a763570344a099ff2b65cf64d7b99b618ecf1e data/create/advancements/recipes/create.palettes/cut_scoria_stairs.json -a1cf05108e524b4dbe3cd5bb8482f64b1c7b3f9a data/create/advancements/recipes/create.palettes/cut_scoria_stairs_from_scoria_stonecutting.json -721fd1c870080ee0fea7899488a32bf97a26993e data/create/advancements/recipes/create.palettes/cut_scoria_stairs_from_stone_types_scoria_stonecutting.json -58d35a5095bd9e5342244ae10b08c552b9b8115a data/create/advancements/recipes/create.palettes/cut_scoria_wall.json -10f172bdf7c5b9539aea5948d83e9af325fb7b8d data/create/advancements/recipes/create.palettes/cut_scoria_wall_from_scoria_stonecutting.json -86759d164402ae98db84b9aafc5823a3dd3811c1 data/create/advancements/recipes/create.palettes/cut_scoria_wall_from_stone_types_scoria_stonecutting.json -9637e9799d86ce911fd993f2720e0ba0eb856024 data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab.json -b4301c349fcbc1e033b67e2ffcbfcb37593d0d2a data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_from_stone_types_tuff_stonecutting.json -cafb286a19630493130146b99a7ccc7be0dcc14f data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_from_tuff_stonecutting.json -0b98ab0cee6f96433892e38828814805cf4b91f1 data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_recycling.json -554e7de94e12145f03a17c9649cfb5167cad6ba8 data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs.json -1b5507c2a12bea515e098d21f1ee10b5321db8ce data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json -ba970a16dd336a4be3e3fbb97f82373861aa559e data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs_from_tuff_stonecutting.json -9ee5223788023d5762bec6ce04c5f41ca331b664 data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall.json -42cb7c6b86aad7cbaf69089f45e38965e66781ff data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall_from_stone_types_tuff_stonecutting.json -038bd1d415b84429f42c2eb95fcb2e27a7e5b6c2 data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall_from_tuff_stonecutting.json -65fd41988bec5d85d2a82babacf80991efa62b0b data/create/advancements/recipes/create.palettes/cut_tuff_bricks_from_stone_types_tuff_stonecutting.json -0bd67f5eb8f7c38d6ccddd798d2ef3bbf63e2921 data/create/advancements/recipes/create.palettes/cut_tuff_bricks_from_tuff_stonecutting.json -6d0f8f4b2c3e25e4c9749a43e9cff2cdec411042 data/create/advancements/recipes/create.palettes/cut_tuff_from_stone_types_tuff_stonecutting.json -d460a959a10428b7cfe7f73dae22af56c605e33c data/create/advancements/recipes/create.palettes/cut_tuff_from_tuff_stonecutting.json -a6e26d9b445cc7edc3621f01351211569ce172ca data/create/advancements/recipes/create.palettes/cut_tuff_slab.json -73dd3380e6ad5ec1da3818c637ffe8f3e772e586 data/create/advancements/recipes/create.palettes/cut_tuff_slab_from_stone_types_tuff_stonecutting.json -0370696b91be4c6a318f6e5c3a7e22eedfba4dba data/create/advancements/recipes/create.palettes/cut_tuff_slab_from_tuff_stonecutting.json -b315307fde8bf63d0072820aee13d4efcb12ffa3 data/create/advancements/recipes/create.palettes/cut_tuff_slab_recycling.json -ee713365e9ecef75f6941e243872ef65d9d476f1 data/create/advancements/recipes/create.palettes/cut_tuff_stairs.json -1e89398126c2113492924c4880b6c964cbb8409d data/create/advancements/recipes/create.palettes/cut_tuff_stairs_from_stone_types_tuff_stonecutting.json -7a79b60deed6cd3e95b9579c2487aa033e8f16f4 data/create/advancements/recipes/create.palettes/cut_tuff_stairs_from_tuff_stonecutting.json -7f6306c60cc2aa9aa548fdceb37e2dd1d2b79486 data/create/advancements/recipes/create.palettes/cut_tuff_wall.json -ebdbf3f3ef03ec96ec86510547c1e748b1afa5c0 data/create/advancements/recipes/create.palettes/cut_tuff_wall_from_stone_types_tuff_stonecutting.json -f2c5743f76105a5f4395bf0c9b7761b687a34bbb data/create/advancements/recipes/create.palettes/cut_tuff_wall_from_tuff_stonecutting.json -6a81d22158c6506d623091272368bdca5853268e data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab.json -3e4ed2dcff2b6a0f788ae461875bebbe5532419d data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_from_stone_types_veridium_stonecutting.json -bf2185260292777e0c06baaa98def71c36475996 data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_from_veridium_stonecutting.json -48dee94d24be14aa8f275a474e1a8f95bc563f28 data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_recycling.json -f3819ca3bd1b50a1ac87a990c3a97d9b161f3feb data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs.json -b27c6f31d9d9f67675cee3c525b4c8a7ed998b0f data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json -27ae0292076b9025bb0a5fd890b2d5c4ccddf922 data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs_from_veridium_stonecutting.json -acc9de007a3604d4a639a0c5ed9efaa95e899f0a data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall.json -8ced7547c271428a50d255fd6553d55268b238b2 data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall_from_stone_types_veridium_stonecutting.json -785f4928bcaa7282ba487094e6663ff420ca0da1 data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall_from_veridium_stonecutting.json -8b584556f0a0ff7f71d4eb7f544bab545fe875cd data/create/advancements/recipes/create.palettes/cut_veridium_bricks_from_stone_types_veridium_stonecutting.json -a8cfbd173a14ecb6ff6a2d0116c1a80f167a8dbd data/create/advancements/recipes/create.palettes/cut_veridium_bricks_from_veridium_stonecutting.json -8feed403d077cad87f295fe33bfc54a850dfd470 data/create/advancements/recipes/create.palettes/cut_veridium_from_stone_types_veridium_stonecutting.json -1ee547c7713948f9a9aab374aafc0a09545ec0ff data/create/advancements/recipes/create.palettes/cut_veridium_from_veridium_stonecutting.json -5b40bf7228e05720dfb6a902461e735c82c694bc data/create/advancements/recipes/create.palettes/cut_veridium_slab.json -6a80d8d39c79f232ae70ebd4f3c2588593f3ca84 data/create/advancements/recipes/create.palettes/cut_veridium_slab_from_stone_types_veridium_stonecutting.json -a6588bb646607750cd8e889e665d63fbf5c8009e data/create/advancements/recipes/create.palettes/cut_veridium_slab_from_veridium_stonecutting.json -fe55bb155073bb02a9f3e6e5c1aeb42d99889d1b data/create/advancements/recipes/create.palettes/cut_veridium_slab_recycling.json -16f32df46decaaf7a5ca39855c29cfde85d57aff data/create/advancements/recipes/create.palettes/cut_veridium_stairs.json -04baf71fb6c6d700f93fc6500d1d8ad4aeae4b55 data/create/advancements/recipes/create.palettes/cut_veridium_stairs_from_stone_types_veridium_stonecutting.json -43ffa6bae9cb94d413d2bfa445b54da8ead70bf9 data/create/advancements/recipes/create.palettes/cut_veridium_stairs_from_veridium_stonecutting.json -462dad973e5a5d7c0232e121cf2f393bbcb2a1af data/create/advancements/recipes/create.palettes/cut_veridium_wall.json -ec49c9c74384046302ab83c6a5d85f3639ca15cf data/create/advancements/recipes/create.palettes/cut_veridium_wall_from_stone_types_veridium_stonecutting.json -57cd9d8f2c3d626acf1adf2cff932953965bd4f2 data/create/advancements/recipes/create.palettes/cut_veridium_wall_from_veridium_stonecutting.json -6110ac033d24e463a31fb641ce6c3a03505bdfaa data/create/advancements/recipes/create.palettes/dark_oak_window.json -fc2da04056c0a1a3347c227696c13d85394e27e6 data/create/advancements/recipes/create.palettes/dark_oak_window_pane.json -2b60559e5ac50dfb2292d481f7be0c183f75becd data/create/advancements/recipes/create.palettes/deepslate_pillar_from_deepslate_stonecutting.json -1d92970498686beaba3ee97a964d95f00bd8aef8 data/create/advancements/recipes/create.palettes/deepslate_pillar_from_stone_types_deepslate_stonecutting.json -9581791d1a820d85d105bc1efae2df9ba34204cb data/create/advancements/recipes/create.palettes/diorite_pillar_from_diorite_stonecutting.json -79375ff88b84f85e1983cba3e4af45abe399f881 data/create/advancements/recipes/create.palettes/diorite_pillar_from_stone_types_diorite_stonecutting.json -7a0e600fdcc58aa91f06c7049209a7af138451e8 data/create/advancements/recipes/create.palettes/dripstone_pillar_from_dripstone_block_stonecutting.json -9c64a60aa3741533d1fe6d43bfcdf52673880651 data/create/advancements/recipes/create.palettes/dripstone_pillar_from_stone_types_dripstone_stonecutting.json -05331b5f1701453ecdfd0b3e6429b22ec209ba67 data/create/advancements/recipes/create.palettes/framed_glass_from_glass_colorless_stonecutting.json -a2146b1cb0dab36728469c0792bc3ec187ea950b data/create/advancements/recipes/create.palettes/framed_glass_pane.json -c89d97bf7dbdc3740c4c3cc9446f0921b9bbe6e3 data/create/advancements/recipes/create.palettes/granite_pillar_from_granite_stonecutting.json -b19bee1283f3ba551d61c55a1c06eb55251a1cae data/create/advancements/recipes/create.palettes/granite_pillar_from_stone_types_granite_stonecutting.json -cbb40e82dba460ee126966a52f0164e740ac1f11 data/create/advancements/recipes/create.palettes/horizontal_framed_glass_from_glass_colorless_stonecutting.json -ebea30dbcdd4122277d34d7fce8da3b8a8847a42 data/create/advancements/recipes/create.palettes/horizontal_framed_glass_pane.json -c6dcd54313fd12beefb3e01f4e920c38dd4dd199 data/create/advancements/recipes/create.palettes/jungle_window.json -0cdc5053b1cf611cc1b547474bb07002cb937d10 data/create/advancements/recipes/create.palettes/jungle_window_pane.json -7d6d3a25a07cef49d063efdb3f08e398af8a35ac data/create/advancements/recipes/create.palettes/layered_andesite_from_andesite_stonecutting.json -ed7c2b3e8ff59650f778e5e59091160504cadcbf data/create/advancements/recipes/create.palettes/layered_andesite_from_stone_types_andesite_stonecutting.json -ba48b5d40355f78d28d625880a7fe9d08a8fa794 data/create/advancements/recipes/create.palettes/layered_asurine_from_asurine_stonecutting.json -e0d81bbdf528639801e356638586e3f99a50df88 data/create/advancements/recipes/create.palettes/layered_asurine_from_stone_types_asurine_stonecutting.json -2550ea6568993184477477ce1c719288cd0e0711 data/create/advancements/recipes/create.palettes/layered_calcite_from_calcite_stonecutting.json -de419f3101e178df221db89037b46e1d96052cc1 data/create/advancements/recipes/create.palettes/layered_calcite_from_stone_types_calcite_stonecutting.json -a48d42cfecc29f7569409938e5946e7e205d80c6 data/create/advancements/recipes/create.palettes/layered_crimsite_from_crimsite_stonecutting.json -95c44bdacc04b0c31f2a998a3160b69913e57bdb data/create/advancements/recipes/create.palettes/layered_crimsite_from_stone_types_crimsite_stonecutting.json -1d070b4add75d96fb794ede0d6d618afa62a93de data/create/advancements/recipes/create.palettes/layered_deepslate_from_deepslate_stonecutting.json -6263226c942c1beb37d03cff355484278e951ab7 data/create/advancements/recipes/create.palettes/layered_deepslate_from_stone_types_deepslate_stonecutting.json -5180fe223dbe3074004ab87d17557d2ce0cd11aa data/create/advancements/recipes/create.palettes/layered_diorite_from_diorite_stonecutting.json -d30377692acc40c521e395f7733ebb9657b94801 data/create/advancements/recipes/create.palettes/layered_diorite_from_stone_types_diorite_stonecutting.json -fe64f0ae3d3011281bcff85eee513925ae9d23cc data/create/advancements/recipes/create.palettes/layered_dripstone_from_dripstone_block_stonecutting.json -e69181339b04a35aed5f70f13bbc71fee33a7c49 data/create/advancements/recipes/create.palettes/layered_dripstone_from_stone_types_dripstone_stonecutting.json -d0f7155542a4350efa92297cf8fec0649e963b21 data/create/advancements/recipes/create.palettes/layered_granite_from_granite_stonecutting.json -2d734268284b9493fb1f5531893459de2dab8984 data/create/advancements/recipes/create.palettes/layered_granite_from_stone_types_granite_stonecutting.json -c9d170be3d0ad11171449da98d3edac42de2dfab data/create/advancements/recipes/create.palettes/layered_limestone_from_limestone_stonecutting.json -f2985b6b3ae1c9f4af2eae76ba63f129ef6f6e28 data/create/advancements/recipes/create.palettes/layered_limestone_from_stone_types_limestone_stonecutting.json -5e26afbed98e1403897c00dc4f546e2e50bd8dfb data/create/advancements/recipes/create.palettes/layered_ochrum_from_ochrum_stonecutting.json -9d6f09080e3822bad136e405157dfe316b2e6371 data/create/advancements/recipes/create.palettes/layered_ochrum_from_stone_types_ochrum_stonecutting.json -9a3ee6235c6f817fabdd78799fd28184f39f00b5 data/create/advancements/recipes/create.palettes/layered_scorchia_from_scorchia_stonecutting.json -8ccd1142c7384665e8c4ee8fd1a0b70e19629f22 data/create/advancements/recipes/create.palettes/layered_scorchia_from_stone_types_scorchia_stonecutting.json -24402ed4dc9a76c1e3d5d0e307d6ad7b926e798b data/create/advancements/recipes/create.palettes/layered_scoria_from_scoria_stonecutting.json -857dc86c30226f766d28317ed6822d8b2254e0a5 data/create/advancements/recipes/create.palettes/layered_scoria_from_stone_types_scoria_stonecutting.json -0141f9a512a8a7e8f595265d1ce3015cc6291c56 data/create/advancements/recipes/create.palettes/layered_tuff_from_stone_types_tuff_stonecutting.json -55df0bebc3e4c3f4e1c55b3ff24f9340605af24e data/create/advancements/recipes/create.palettes/layered_tuff_from_tuff_stonecutting.json -94722b51c4fbe9f9ff75a002cbdbdad244c434b1 data/create/advancements/recipes/create.palettes/layered_veridium_from_stone_types_veridium_stonecutting.json -6372ecc3cad33f5b1b6224bba09ceeba84c72a55 data/create/advancements/recipes/create.palettes/layered_veridium_from_veridium_stonecutting.json -a50ae92f63a26e0baa28fc5ab0b04356c046df3f data/create/advancements/recipes/create.palettes/limestone_pillar_from_limestone_stonecutting.json -00529d5adf436743a3b5e1cd32db4198cbe7d5e0 data/create/advancements/recipes/create.palettes/limestone_pillar_from_stone_types_limestone_stonecutting.json -888b844c55a3457db50de4b3150f3db64717815b data/create/advancements/recipes/create.palettes/oak_window.json -ea8ec2e00c9d88b9a58202033c483efa068a15b5 data/create/advancements/recipes/create.palettes/oak_window_pane.json -7ac4e8386d77e36c0d921e31b3860eb8d0eb9f46 data/create/advancements/recipes/create.palettes/ochrum_pillar_from_ochrum_stonecutting.json -5c662131b9d73434a5ee6abda5b6f5b9819e194d data/create/advancements/recipes/create.palettes/ochrum_pillar_from_stone_types_ochrum_stonecutting.json -fc374d88e9f4ffeb54348a611dc470f148c572de data/create/advancements/recipes/create.palettes/ornate_iron_window.json -47aebe2078baf3b0c22f09934461f7376ebbea39 data/create/advancements/recipes/create.palettes/ornate_iron_window_pane.json -0b40d3c37e27d9d9297f050ad710af6c17821954 data/create/advancements/recipes/create.palettes/polished_cut_andesite_from_andesite_stonecutting.json -eb1770f5e5f4384e84ae90e566d0d48a857b7748 data/create/advancements/recipes/create.palettes/polished_cut_andesite_from_stone_types_andesite_stonecutting.json -f586b7389c46acb2ade3286ea234e5b37bfd728c data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab.json -5b516a1a4d06ef3feda840a17210163c2ca877dc data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_from_andesite_stonecutting.json -498fc5a6424fe6c88ebd4cc8b53f6d676e9d9188 data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_from_stone_types_andesite_stonecutting.json -ffb80923d91ca656fe305c11bba42558586fe0e1 data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_recycling.json -e45b2859f682f0d5a79c8f512d729cdab0f41b07 data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs.json -b9cb136ee1bcdbae5baa6704f41344243f5652a0 data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs_from_andesite_stonecutting.json -10cc2ca75bb30b053fa69d068d2a9c7ef87637ba data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting.json -583ce4d1c1cd552d5a72699a37674249fe7401f0 data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall.json -c90cb91b0727412c50f4305f1adef672eb8f8cf8 data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall_from_andesite_stonecutting.json -9f8caf52e6c3dfc2016c426a50f815f960d5269b data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall_from_stone_types_andesite_stonecutting.json -4ebcf46e0f0d7137edffd0b5aac21891166ccb63 data/create/advancements/recipes/create.palettes/polished_cut_asurine_from_asurine_stonecutting.json -0b3a9ded875cda304807d42cda63ae21501b7634 data/create/advancements/recipes/create.palettes/polished_cut_asurine_from_stone_types_asurine_stonecutting.json -a130d8dbcce578935f80f88ec0fa358f4228dac5 data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab.json -783b09282793015d63e0b1cf4985d3f7c244ab0f data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_from_asurine_stonecutting.json -cc13d3f0bff3f2b0bf2de85abca00705e4a81e37 data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_from_stone_types_asurine_stonecutting.json -7010ab9ffc821bb275b4cec27f2c9db9622af9d1 data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_recycling.json -1096c59d9bd15cb8aab394fe0ff66da80cc46a81 data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs.json -b2e6570b18c61be6eb6a2444ed39bf0fa5c95aa0 data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs_from_asurine_stonecutting.json -cdfb66d340fa033a39542c01037f5496e855bd23 data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting.json -e320c6c5dbd309ba5350849272bb23144efb3476 data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall.json -7f1d8de21421010fb26d1c766937b325e189299e data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall_from_asurine_stonecutting.json -6f5ffa6740da9bf04fdda7c98c3cdb5cbd57197c data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall_from_stone_types_asurine_stonecutting.json -a4c629631e8e5c7986f57f3d6bb91f7b7d3e418c data/create/advancements/recipes/create.palettes/polished_cut_calcite_from_calcite_stonecutting.json -8d10a06915727fb18d700ae070bc86ea043016e0 data/create/advancements/recipes/create.palettes/polished_cut_calcite_from_stone_types_calcite_stonecutting.json -dffa80dc9d33f51a09e83a2cd0853bb1b8fe02f2 data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab.json -77d2be04354b5dae58a2caa21a58da8850f1eb56 data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_from_calcite_stonecutting.json -29f32235d5e2c2c459be7713aa3a1483e97f4962 data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_from_stone_types_calcite_stonecutting.json -efdd09efc26d6bb5c09bb675000cd2184270b7d2 data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_recycling.json -741258ec7ed31fe52b6ba4dbbcb862416aaa58f7 data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs.json -df7e7d2a22cbdee7d1da8de5f3b72442888f95e9 data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs_from_calcite_stonecutting.json -aad8f2c37d1f9afc4458af9bc80e7c6126439405 data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting.json -a7b17e5de70e3bafe3c8baa6eaca46d2960a4e8f data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall.json -33a3beefad529ad38530465187c47d220d7ee67b data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall_from_calcite_stonecutting.json -5c01adcb1cb87295fd04dacebb5233dcb0f106f3 data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall_from_stone_types_calcite_stonecutting.json -2a2287b48f280d708bf1ace15a6cf47f843bcc3d data/create/advancements/recipes/create.palettes/polished_cut_crimsite_from_crimsite_stonecutting.json -836c453c4402f4ab1987739ee6917fdbf8876c67 data/create/advancements/recipes/create.palettes/polished_cut_crimsite_from_stone_types_crimsite_stonecutting.json -921bba5dd275e352ec70dae77d4cb5f827b102fb data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab.json -262379573371a647dc8db16c20b6839f8d84a83a data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_from_crimsite_stonecutting.json -c789071c930dd96e5bb94c52cb5e829cf8f1af85 data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json -68acda5eec2763d5dfb5b5a3a4189c038be977fe data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_recycling.json -d815d1c9ac0ce8da57d70c9d032b89735c4b195a data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs.json -a08fbc497ae4ac3d5329a9d821f34122d4594f5b data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs_from_crimsite_stonecutting.json -fe7bf3b4a8ba0198cd554e6688b63882f06598c8 data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json -7d98c180a3e607debdf445716a0afb7871365c55 data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall.json -1e4dc3659a7b4ea19892f46e79e64d39e00f91eb data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall_from_crimsite_stonecutting.json -3288269fcb833e800eb85b63772f6ac31470fcac data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json -a5af84ab6d956cd2e792089c29a537fac38385af data/create/advancements/recipes/create.palettes/polished_cut_deepslate_from_deepslate_stonecutting.json -a8f643103c2a090ec8528bb809e34b62a7be6e30 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_from_stone_types_deepslate_stonecutting.json -cf7e54d4de0878a8897b88d2f665e18a5f9a2c98 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab.json -c7362df3fc83656fe7303b4387d73025f2b4ad99 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_from_deepslate_stonecutting.json -13452ee3337ec5593a39ef5bef11d417954bd2d4 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json -f81f073c058eb2cc11d9da867623de6236334d1f data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_recycling.json -b20598c000e99606a312afc03ba7b42848df8577 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs.json -061f866c67d85de04de23c0b50e4452d0e4873b4 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs_from_deepslate_stonecutting.json -24a45f95f9712d5a1c13d3ff9b39852315642ab3 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json -0311f17cd4a3fe104ddbc7274b79af4ac1d225f8 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall.json -fb97fa5120b6fb5517ee10dd9881bcd9d963056b data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall_from_deepslate_stonecutting.json -96503ff4f30270817cd1533a8176c79bbf31ace5 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json -5508cc3ff907f1d14aa8d3f95f76b3f78f8ec92a data/create/advancements/recipes/create.palettes/polished_cut_diorite_from_diorite_stonecutting.json -5c2db9e1c43373ac00b3b4d8e91ef6fc02c44246 data/create/advancements/recipes/create.palettes/polished_cut_diorite_from_stone_types_diorite_stonecutting.json -3b29c85c6b110ac2972b4256ba7263e8c9f8b8eb data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab.json -1db0b4fc490e3be9940e9be389640158576cde1c data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_from_diorite_stonecutting.json -451845eeb640288c8bf71217beaeff72ad6cf193 data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_from_stone_types_diorite_stonecutting.json -7744af97556df2cc2e0a0df82848fbfc83b84e5e data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_recycling.json -9c65eb9ef807c50a6b4bff8e84155ec571f43b97 data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs.json -558ab6f3ccd4093620c2fc3d55d97c2f072cd052 data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs_from_diorite_stonecutting.json -9a2b884dba5c009b3270362a96a2e35af8f6c7a3 data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting.json -f5776826b97bb85f2dcb5e31f38ea0861f09fa34 data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall.json -bbc453f07cbce4aab18c8b268ef0e67d2c67ac9d data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall_from_diorite_stonecutting.json -a13b9c144f6b4025bc09321bcaf10d6e8819fe6c data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall_from_stone_types_diorite_stonecutting.json -5f0d40b2900cb1b7524851b3378dc54db5899bd9 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_from_dripstone_block_stonecutting.json -5f3e729a2078e9c4a63910ffb94643c8e404b4b9 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_from_stone_types_dripstone_stonecutting.json -7aea176a86176ba501a6dd81a510c4b7aee6bc1f data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab.json -cdb572a8e8d0947abad7751217c922fc02774feb data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_from_dripstone_block_stonecutting.json -d7fad9d7b21fa919e2748559ae19fe8469802f18 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json -285183adee8c2a49533cfbb90e43c6d52479aba3 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_recycling.json -c6d87b066cb569cb02b2e45350ad9dd501119da8 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs.json -2feffefb1a004a6351e77fef280f715b19f23ce5 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs_from_dripstone_block_stonecutting.json -ac6c23c5055b6f6d052ef77fd5e5d9abe03aae50 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json -9c00100b2480e96208878ebeb5d4bd0fad8b2f1b data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall.json -6400512ddccf789552754c4926af61e9d756b0e5 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall_from_dripstone_block_stonecutting.json -9a7aab1384a2bd16e9c770b1ee4272ec7da3a0b7 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json -c1fde3a2ae63f264607d2636fd7a941bd69ada4a data/create/advancements/recipes/create.palettes/polished_cut_granite_from_granite_stonecutting.json -02f95a7c77a6f3fb4c0e9dee5e2b0a1ed29c6829 data/create/advancements/recipes/create.palettes/polished_cut_granite_from_stone_types_granite_stonecutting.json -b2996c37a3c275fa660efacb5dec09018186ed0d data/create/advancements/recipes/create.palettes/polished_cut_granite_slab.json -fbeb3b9dfc033b5a42015ba3e7d86efd64e3540e data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_from_granite_stonecutting.json -5443afc05d1b2ddf40529b464b4dc1c23f842c08 data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_from_stone_types_granite_stonecutting.json -10fd18e20c3fb1ceeab330dbf31e26955529e828 data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_recycling.json -1b2dc9a3fe173206b9f1245d37c09eb38170fc3f data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs.json -6ecfa15ad72f14a2bea19f46d3094d8ba9c62d42 data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs_from_granite_stonecutting.json -97569ef21a72a255d19686160784867cc3432abf data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs_from_stone_types_granite_stonecutting.json -8091977361291921fd9f243e12a5aa1cca86a18c data/create/advancements/recipes/create.palettes/polished_cut_granite_wall.json -5470b3e84aba29d3a7d2aa97b58ddf11bf2bd151 data/create/advancements/recipes/create.palettes/polished_cut_granite_wall_from_granite_stonecutting.json -f3bf3d42c94118089e325b665defa5d247200ff4 data/create/advancements/recipes/create.palettes/polished_cut_granite_wall_from_stone_types_granite_stonecutting.json -c96de26c50e58385cad94a78cfeb58608661772d data/create/advancements/recipes/create.palettes/polished_cut_limestone_from_limestone_stonecutting.json -9b382f040e4d2242d622d41e1e79d3968098bda3 data/create/advancements/recipes/create.palettes/polished_cut_limestone_from_stone_types_limestone_stonecutting.json -cae79fa85c4a0b5ce93bfcd6bbb5fed19bb7d949 data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab.json -e032f7dd47f920cdcc92022f765b9c1cb3a226a5 data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_from_limestone_stonecutting.json -7ec1c771d5999fe790c73acd3270897c6598568a data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_from_stone_types_limestone_stonecutting.json -93355df15c9e8121be008d60999d50b51937a398 data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_recycling.json -894b1fe416b1ae96063ed2ba31705ed4ad688053 data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs.json -e0e891afe059478ecb7dc3af703f8d588415319e data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs_from_limestone_stonecutting.json -047785396cae4b06ca4adceb3fe3015c409d0ba0 data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting.json -c58d0114ce5fff8707391bde70427fdc566da9df data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall.json -04b685f0b61c0d51a5487b5dd8de637b4bf831e7 data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall_from_limestone_stonecutting.json -2095b7ecf5c436fb8f74dfa36c3ffacbcf96e085 data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall_from_stone_types_limestone_stonecutting.json -8b73abf2e6ee23bf4ba88403fa2c5f35d5891347 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_from_ochrum_stonecutting.json -6ba244a42d0c383b21fe18a397c29622995e05dc data/create/advancements/recipes/create.palettes/polished_cut_ochrum_from_stone_types_ochrum_stonecutting.json -b2b8109f6d9fb8d029316003d0e9d74d484fe116 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab.json -20fab23493e8cb492a8e3125c03745a8a29fd020 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_from_ochrum_stonecutting.json -db6dc05898baf5cceaf815640bf2ac7d2e4a0915 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json -50a4287e0e8f76ac7f2925bdf6f7f49f3c97da38 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_recycling.json -8e6cf6b4f820aa723c8d1c662c67b50b4f724e63 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs.json -838e99e7e4f101fc55e4ed92d030a54f8e8aee46 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs_from_ochrum_stonecutting.json -70f9e2092b03692a8920c690795215cb29c471f3 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json -af0d4bbd836b87bf38a7a4117f614e4aad777b4a data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall.json -d14cf0e70d39c721df6275c18ae8a15ec34222cc data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall_from_ochrum_stonecutting.json -e4d857ced76c0b5c114bc9ee7f2c0564913e2328 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json -fdab7e664df92355afa6cf69ddafcf3b4c7953c1 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_from_scorchia_stonecutting.json -6432437da5619bc6b1e444afed630e5eed306809 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_from_stone_types_scorchia_stonecutting.json -753e307037d68b9d2fdccf0c81df38e8f3d455ff data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab.json -f0b3ae066debd5cb47dbd0ba0ca10687fe85b5aa data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_from_scorchia_stonecutting.json -abb08b61c0397fcac8da1ea1d9bc4893e34ee785 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json -f43693ed17af0a290d4c6617e19bcbe96c45c948 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_recycling.json -d3336915f5107648e5cbb88faf5b9a7933544290 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs.json -c55240e40f9eff5b80c9c03e10145c3ee730c0cd data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs_from_scorchia_stonecutting.json -42c1752adaad2165bdac0b9c7dad92378551afa5 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json -0b188fe4f974de39e0bc95455d7535a23e360da3 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall.json -e224056d60c369e2660f80f76d18ac2805a5bc50 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall_from_scorchia_stonecutting.json -41550259417179d27e4c4757d5d3238fad7e604c data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json -699455869dd9c5da41c75837128f8ea8869b03a9 data/create/advancements/recipes/create.palettes/polished_cut_scoria_from_scoria_stonecutting.json -7ba8670830cc9d75d9fde0b9f8755ce17a8e9ef0 data/create/advancements/recipes/create.palettes/polished_cut_scoria_from_stone_types_scoria_stonecutting.json -66703005f99a94fc6ea5116137cdd9f92587c65b data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab.json -5b975acadbb183094d163d6adf86e383570a568b data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_from_scoria_stonecutting.json -845e9a421824a08cbaa1e1fc6ec5a516951aeb8b data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_from_stone_types_scoria_stonecutting.json -4eb724b4e98fdbac78cd477c81bddf311baa7be1 data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_recycling.json -78b17572dcb97167336e578884cd654e6722c736 data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs.json -a128199102f8470872df8795d447d42a6b3e3f2a data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs_from_scoria_stonecutting.json -06d4e87d154a43a1b24ef0a59f5bfd86ff1aa7fd data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting.json -b23bfe7dec5d9d1653f80083372b09a175346c09 data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall.json -44700241f1ac0dd1b89fc5f4e2e1278282905b15 data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall_from_scoria_stonecutting.json -f0fdcd21fc01252a09c011c3b7b90976e5c9a13e data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall_from_stone_types_scoria_stonecutting.json -0a8e730ebb689e91be2612322b75f2cb6741c278 data/create/advancements/recipes/create.palettes/polished_cut_tuff_from_stone_types_tuff_stonecutting.json -87a070369be46ec6bdd832b9cd68c91d7ce30d08 data/create/advancements/recipes/create.palettes/polished_cut_tuff_from_tuff_stonecutting.json -2167409e5ce55b3aac7459adff0c8f0d292d1ee4 data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab.json -d32637133a669cfe3e79162d5b81371424c30e1a data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_from_stone_types_tuff_stonecutting.json -25047a59d37af5ac03a653a78e281f2018ddd59c data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_from_tuff_stonecutting.json -3a0ac46378189ad7a277404c1b8cf8531d4a1af9 data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_recycling.json -f1b33402a22f88b3800c13937c5ca5d520100c61 data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs.json -83f06b5a4df8123f030636d63e593ee3e707c9e6 data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting.json -78ebd52a223e6487f4cce74d1ba989b3a8d9593e data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs_from_tuff_stonecutting.json -1d26b42d8c61dbb217d6ad556c7834c539d516f3 data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall.json -8eebf6f7e1b35b2450c1cdb359f945afe938842d data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall_from_stone_types_tuff_stonecutting.json -4fbd528e080da120b653cacaca3a0f31bc01966e data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall_from_tuff_stonecutting.json -dd96bad1261056a3dc85daa14a86ae35c3359ebc data/create/advancements/recipes/create.palettes/polished_cut_veridium_from_stone_types_veridium_stonecutting.json -f2c6750f75781a820b2336e6bdf4306d843fb367 data/create/advancements/recipes/create.palettes/polished_cut_veridium_from_veridium_stonecutting.json -2c41806191b7fa295626ebff3f730c57e7548366 data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab.json -40dee410400577705156205da0283210f316df73 data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_from_stone_types_veridium_stonecutting.json -5d8d8bdedad5c1e1c9f1eb433907b96994647293 data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_from_veridium_stonecutting.json -0f5ede2179f6111df2ab5b122992e0ed3b07cc12 data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_recycling.json -d3c67a4faf93190e1de2cc3a45ceff05b566f143 data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs.json -f9654753495f21ebc977577bd68b48f9342d28eb data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting.json -9aeefc092662b2e70ae5f31f87ea8b08e1e44e91 data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs_from_veridium_stonecutting.json -cddfc113bdeb65b6c3b6c03464f8c1b58184a03a data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall.json -3fba2f3cbf33e52859936c79dbe35889e1feca9f data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall_from_stone_types_veridium_stonecutting.json -7530647e53e597277c53f774a48482322b4950e0 data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall_from_veridium_stonecutting.json -4436c573f6c2f8f2e3b5de43e405e832546e04e0 data/create/advancements/recipes/create.palettes/scorchia_pillar_from_scorchia_stonecutting.json -3b5e6ce9528b42d64c0250a09ed4e0e3d4102f31 data/create/advancements/recipes/create.palettes/scorchia_pillar_from_stone_types_scorchia_stonecutting.json -a18f7ceb32cf98586d8ddd6e1df329d2a6b1a65d data/create/advancements/recipes/create.palettes/scoria_pillar_from_scoria_stonecutting.json -0bbd23987408b918e3e5766c61cb39ac59dbd544 data/create/advancements/recipes/create.palettes/scoria_pillar_from_stone_types_scoria_stonecutting.json -300cacc3afa69c36c6b1391381270dba70187acc data/create/advancements/recipes/create.palettes/small_andesite_brick_slab.json -de4845cc4b4f437b24c98b7a15a8b7c5786402e0 data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_from_andesite_stonecutting.json -d6c0a0785c9008027f7f63068df1e82dfee732f6 data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_from_stone_types_andesite_stonecutting.json -afd51e720e7779ab3238d73ef18f377758f02945 data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_recycling.json -96c29ddb61670374f4cf766f9c6d64c97a931d87 data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs.json -dc92752a2bd894fcdaef6749b1b99ba89fe6d2bd data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs_from_andesite_stonecutting.json -827f8ef1514d72e8312e0a9024eadd2e7f326d37 data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json -73f91c7b0977aee86db964dfa06482ead7d34d59 data/create/advancements/recipes/create.palettes/small_andesite_brick_wall.json -8c7303cbf6fd0725d020eeb19dde94b4184f3f14 data/create/advancements/recipes/create.palettes/small_andesite_brick_wall_from_andesite_stonecutting.json -17932fec4f5f86c474950dd2b5ea5b55448d0e52 data/create/advancements/recipes/create.palettes/small_andesite_brick_wall_from_stone_types_andesite_stonecutting.json -6435a60dc0a4ef7f404203a8cf8f648fbdb34ffc data/create/advancements/recipes/create.palettes/small_andesite_bricks_from_andesite_stonecutting.json -9318600c5c8ef54223304f64a165c6bc2f7156fa data/create/advancements/recipes/create.palettes/small_andesite_bricks_from_stone_types_andesite_stonecutting.json -4f14581c6b4a2c239be0bef509da8411d9ef8e26 data/create/advancements/recipes/create.palettes/small_asurine_brick_slab.json -6745e4ebb518ad80091556cbf32b973992e19b6c data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_from_asurine_stonecutting.json -16273c6c2cb763447d19c12e99479d4315745ed7 data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_from_stone_types_asurine_stonecutting.json -6892bde03d8a34708bd8765f757f71ec0d4e49fa data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_recycling.json -37ba73538f245171593ac0a904b6bccf6d8bb2ef data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs.json -2b97cf57bbb3ea62960106ba7cbaf9c56bbd315b data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs_from_asurine_stonecutting.json -31427a313d87a0ed3c5834a1a268fc09c9d58d54 data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json -033cb0012b30bf16337c19cde62ed1e10315e6f3 data/create/advancements/recipes/create.palettes/small_asurine_brick_wall.json -54f142325e10921e7b3ebeace53ed15d1079c32a data/create/advancements/recipes/create.palettes/small_asurine_brick_wall_from_asurine_stonecutting.json -fcb103d6bb39b7143488d0579e033df829816d56 data/create/advancements/recipes/create.palettes/small_asurine_brick_wall_from_stone_types_asurine_stonecutting.json -b0735c0b0728d71ea71cc0fc3d683fb31b261334 data/create/advancements/recipes/create.palettes/small_asurine_bricks_from_asurine_stonecutting.json -6b946dfe1474d04e07583143eda6ff7300fb2e1c data/create/advancements/recipes/create.palettes/small_asurine_bricks_from_stone_types_asurine_stonecutting.json -5f374ed58d180ec77574fca1876eb7b2cbdb3a41 data/create/advancements/recipes/create.palettes/small_calcite_brick_slab.json -a24fddfe8d820ef1be9363f0fc9f2c09a70fc14c data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_from_calcite_stonecutting.json -a145e089e956de4784fd72ade7b38c857a89a12a data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_from_stone_types_calcite_stonecutting.json -cd69414cae0aeac920b8d2ee564a937e7a010bc0 data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_recycling.json -ea5be41090edbe664014b9c524484e031b928694 data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs.json -ced939524a59cfbad011466d0e8753ae64540ac6 data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs_from_calcite_stonecutting.json -21379acdf4151f44e13cd655554e4656477940ee data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json -60223eee91b2700c398dce8cd591e7cd87c10894 data/create/advancements/recipes/create.palettes/small_calcite_brick_wall.json -e16ef0a5f3f17ec00cdea70b13b82c18c5da4509 data/create/advancements/recipes/create.palettes/small_calcite_brick_wall_from_calcite_stonecutting.json -deaa1726d8abb3ca45138f8e2df80ee7f9d9c7f9 data/create/advancements/recipes/create.palettes/small_calcite_brick_wall_from_stone_types_calcite_stonecutting.json -d064e0898e77e15b872e7443a1ca2fc7d681f5af data/create/advancements/recipes/create.palettes/small_calcite_bricks_from_calcite_stonecutting.json -e32092ab21903a55160f18963f541d08bda8cadf data/create/advancements/recipes/create.palettes/small_calcite_bricks_from_stone_types_calcite_stonecutting.json -5a072dcdeb8110b8a9d168e375ef1a640d969c97 data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab.json -b679037ec984a118274ce6960c4c6f45620426d9 data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_from_crimsite_stonecutting.json -d392a5d566c1068fdcb249e6d9e716a6f4a94d20 data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json -4d69e7036a2634920ef70e8011cc0608bde1eca1 data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_recycling.json -9d136af48f43718fc26652e5d8916fbde25e8701 data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs.json -ee72409dbfeee185e67c13ade6e32f458c531ed1 data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs_from_crimsite_stonecutting.json -e80548fd94390467a8905f22a25998342246d9fa data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json -79d090f6779afdd6d9d67a745398ac249d832ff6 data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall.json -80dd89a2ededa556394892c116f1cc7685e83910 data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall_from_crimsite_stonecutting.json -d3971d31714ce7f275b9a443c5dd866f6b801894 data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json -712a112040f7ac193ba189b4a8628f2d13da3bc9 data/create/advancements/recipes/create.palettes/small_crimsite_bricks_from_crimsite_stonecutting.json -29784f85f09d61f787325b2f5e74ebfd00dda19f data/create/advancements/recipes/create.palettes/small_crimsite_bricks_from_stone_types_crimsite_stonecutting.json -1b8c01d276baafa9a191755a6fd6ce7cb801d457 data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab.json -16fcc4339bbbbd0d1cd17c2e3b62750d08fa7fec data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_from_deepslate_stonecutting.json -2ed38cbe7c1d40b35dd6cb37afd88547ae16e9a4 data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json -70e7e03e53c2216a260b72c9ea09b23b4de067d4 data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_recycling.json -43eb80bfac7fa5f472a99351271f4dc3f4aeab07 data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs.json -8bc70944652d1e77f4c72112ea0f1b2e254e081b data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs_from_deepslate_stonecutting.json -83f7dad65ad4ea3bd94be6044befa01702fbb353 data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json -2dcffd52b1f7944785ba99152bb03560e0129376 data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall.json -229e5fd0e8d134f77a6ffc82df399d74ee945609 data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall_from_deepslate_stonecutting.json -4f6383db36710be1c631906f55db5bb1ad218a06 data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json -82034fa5341a792b44b57da0fb93da5afd5203a2 data/create/advancements/recipes/create.palettes/small_deepslate_bricks_from_deepslate_stonecutting.json -16495dbb600f4211928fed061ed4c47572838fa5 data/create/advancements/recipes/create.palettes/small_deepslate_bricks_from_stone_types_deepslate_stonecutting.json -c0f83424aec4cbadf07ef0badea726ce29e0167a data/create/advancements/recipes/create.palettes/small_diorite_brick_slab.json -02d7f9a8205eebbe40557f3846a4685cdcc03021 data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_from_diorite_stonecutting.json -668c9cfd9894ae917aab4b7844dfb2fe76602f41 data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_from_stone_types_diorite_stonecutting.json -3267f2eeffef0339d3b13e67dc090786d28914d5 data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_recycling.json -a83a561c5f0bf3987c55cebc95a55d57534d9e84 data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs.json -4b67330f1267b11fea38b0d01d394724f4009ba6 data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs_from_diorite_stonecutting.json -4960ed2fa02a1f9b7db3d1c67f46c05a149deaf9 data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json -effd3e58e297d221b34b4c8e8a75de4270fee267 data/create/advancements/recipes/create.palettes/small_diorite_brick_wall.json -be04f12a749038ec48af9894e764dcc11d518290 data/create/advancements/recipes/create.palettes/small_diorite_brick_wall_from_diorite_stonecutting.json -a7bf592296f090230c24ac943f116ae278550ffa data/create/advancements/recipes/create.palettes/small_diorite_brick_wall_from_stone_types_diorite_stonecutting.json -2518f2c946f826c8a05fec1e2059b40ce37fba53 data/create/advancements/recipes/create.palettes/small_diorite_bricks_from_diorite_stonecutting.json -1f25dfce9a68ea2bbb7da6434b434cf00b61665f data/create/advancements/recipes/create.palettes/small_diorite_bricks_from_stone_types_diorite_stonecutting.json -35c8fb272097f6213ded13d27c5d02e6015065aa data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab.json -1ac0f3a17716627ff5e05d35cd24bd5938a257d8 data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_from_dripstone_block_stonecutting.json -87c04f24bc2f25f3e143f10def190801c29e6fd7 data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json -e3d2179ca50b41efe35aa03bfd61e559a7d5630c data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_recycling.json -37d7a1be30004d7ccdfec25d33c7d74b21d4febf data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs.json -2d0e980957e0b87aad7c16ec07eb953c0c129c42 data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs_from_dripstone_block_stonecutting.json -93bead666003e19d05b8d3b0807c5d8301f551d3 data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json -3427010fbad93888b0ae0587f823fea9a7f452b3 data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall.json -ef1fffab529415aecedd0cd18156928498134885 data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall_from_dripstone_block_stonecutting.json -010e881452348a399b97d17bf6fcf5295b972338 data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json -e3c0b46ec5d1641764688c1b8cf59b68b2e567e6 data/create/advancements/recipes/create.palettes/small_dripstone_bricks_from_dripstone_block_stonecutting.json -0a97ad6d3c486f53f63db57614ec3a02e4ca4a39 data/create/advancements/recipes/create.palettes/small_dripstone_bricks_from_stone_types_dripstone_stonecutting.json -3620b5cae44dcd9ec9677a5fba350927fb9ba947 data/create/advancements/recipes/create.palettes/small_granite_brick_slab.json -9529ed99ecc43c45c852ab06dd36dfeccb6b9cc4 data/create/advancements/recipes/create.palettes/small_granite_brick_slab_from_granite_stonecutting.json -e416f759a2f8906a091ab1c3774c41ee02c75aea data/create/advancements/recipes/create.palettes/small_granite_brick_slab_from_stone_types_granite_stonecutting.json -4e76602a927f8dcc5c26e9012d4b3a2ee5fb91a3 data/create/advancements/recipes/create.palettes/small_granite_brick_slab_recycling.json -274c73f6ab4df8b657c1eee190701764d544ad17 data/create/advancements/recipes/create.palettes/small_granite_brick_stairs.json -e9297f7257a1c1b6290b56a619f3c41498908132 data/create/advancements/recipes/create.palettes/small_granite_brick_stairs_from_granite_stonecutting.json -f502f9f45f1ddb1b9671bfa83d0e72e28d0137ad data/create/advancements/recipes/create.palettes/small_granite_brick_stairs_from_stone_types_granite_stonecutting.json -4c5144c09f531780cb5c483ff8478c0ebbefe066 data/create/advancements/recipes/create.palettes/small_granite_brick_wall.json -0c270bb2fbd33e3c7ec884ed3ac8c117cf6c4828 data/create/advancements/recipes/create.palettes/small_granite_brick_wall_from_granite_stonecutting.json -e701e3364b5510a0ae07ab4eb337271a7422d8a3 data/create/advancements/recipes/create.palettes/small_granite_brick_wall_from_stone_types_granite_stonecutting.json -f574aeb1a2cb7e3a161f4b06094ce2c3122ab76f data/create/advancements/recipes/create.palettes/small_granite_bricks_from_granite_stonecutting.json -31ca38c6d4b37dcc184e138a40711f9739ebc0e3 data/create/advancements/recipes/create.palettes/small_granite_bricks_from_stone_types_granite_stonecutting.json -fc5e47a6b92409624b4524ebfa7112752125a53a data/create/advancements/recipes/create.palettes/small_limestone_brick_slab.json -782790a0adc91304d2a825554c6e96a67c2a1d38 data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_from_limestone_stonecutting.json -1ccde69d64ad3c55a4cdf16b1046c37696f215d5 data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_from_stone_types_limestone_stonecutting.json -1eaeac979c42614cb9a08c44a5de3b07d15b72dc data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_recycling.json -70942e63057e406ed162c0d0d8e6de1b70ddeeb0 data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs.json -0fa64aeea56fdedcd9c13e4f6d601f15492df446 data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs_from_limestone_stonecutting.json -e62535e212b37ed1f7b078ccd7d351debe5961f7 data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json -f47fe8dff9d7c2f19e4237a6a50f15d62c496c33 data/create/advancements/recipes/create.palettes/small_limestone_brick_wall.json -8d75fa20565fa1441b25ca8798e2067e165e657b data/create/advancements/recipes/create.palettes/small_limestone_brick_wall_from_limestone_stonecutting.json -2ac7e83b39b31b51b65694830f86d87d0306a275 data/create/advancements/recipes/create.palettes/small_limestone_brick_wall_from_stone_types_limestone_stonecutting.json -c00c6d4f1073b90ca92175720dc10a0c11985a9f data/create/advancements/recipes/create.palettes/small_limestone_bricks_from_limestone_stonecutting.json -40d9f7b6cf7f667c6b103112cb1332a7b0b6fd90 data/create/advancements/recipes/create.palettes/small_limestone_bricks_from_stone_types_limestone_stonecutting.json -79e9f47906ce74614f3b864a7e58b64f322999b8 data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab.json -7765cf2ad88cf892c4ddf4e3de0a3de797db680a data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_from_ochrum_stonecutting.json -ebb3c89e517fb251883614048eba4f69a2928e52 data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json -e81cb716f08131530ecde01bef626ef160deb504 data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_recycling.json -368fffcbf70709aaee394fc5b1e39c7ee7c3e5e9 data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs.json -2371b8195b3b02581221345be41a212dfb11656e data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs_from_ochrum_stonecutting.json -4dd2775d21b085db35c798e2e402b3bc8e55a977 data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json -fc5c86d935760cd49916773ca9b3625dabfac841 data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall.json -8654f40c78c65ff2069c434562f7929aa4e2d293 data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall_from_ochrum_stonecutting.json -5f9a53d974c34dd146a4bba599349608be0bca07 data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json -6eaba6b9654bd90c42fe4cde9de3cc4e59f4dd91 data/create/advancements/recipes/create.palettes/small_ochrum_bricks_from_ochrum_stonecutting.json -c7c4893d0f539dfb37a68752c8d5334bdab47eef data/create/advancements/recipes/create.palettes/small_ochrum_bricks_from_stone_types_ochrum_stonecutting.json -ece579c71a88be47b633e8c5dd3b4bf37aa459cf data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab.json -cb37044471b3cb8f264ed078ce68069d5fae92ce data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_from_scorchia_stonecutting.json -1d3911ee4791cd4610e21eb56d64f3b0ad80f68a data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json -e6037926126e8dd8ee7ad66a8b8ff8ae30ee9598 data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_recycling.json -7f3b331d41710ef046f0568b98ab9909187d24f8 data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs.json -73963827986a441ed2e48933b6a3f4f7abd1364b data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs_from_scorchia_stonecutting.json -dfdfae1211103dba882347f03a391854a1b777ed data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json -9f67f1e196c4d8a79e4d2f9c89b9474b8d2296c1 data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall.json -f893900560b9d181e4cd3b5d5d64d2714cc18fe1 data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall_from_scorchia_stonecutting.json -b116bc5e471d41e923301c2b2e5e98eed3a321cb data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json -915ecd3d436c13b2a99c511d6d9344e29513b7e9 data/create/advancements/recipes/create.palettes/small_scorchia_bricks_from_scorchia_stonecutting.json -e974bed81b41e70dbb0843f578a36743e35b32ca data/create/advancements/recipes/create.palettes/small_scorchia_bricks_from_stone_types_scorchia_stonecutting.json -cba080ab3f583bef645b4352582bd20bdbe9c689 data/create/advancements/recipes/create.palettes/small_scoria_brick_slab.json -ab2c50c139e30a4bb81656f4e0b6a2a9db597766 data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_from_scoria_stonecutting.json -6a776f133e41ec78bce1b8977926aee34be9cec0 data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_from_stone_types_scoria_stonecutting.json -14fd4673916e285a52be589d1f3896caaad1aad1 data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_recycling.json -5c5bf5ba99284116306fe1b2ebcd097af6c0339d data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs.json -20958ea6e3d2b2381d173550b9944e47762451ac data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs_from_scoria_stonecutting.json -8798a719383020f0676abb75a21e865f22dc6aac data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json -a3d9e134156633a36b2cc8b7b726db04bf3128e1 data/create/advancements/recipes/create.palettes/small_scoria_brick_wall.json -ac660bb4d4361b211e15469cb35a3e1a3a6f8e66 data/create/advancements/recipes/create.palettes/small_scoria_brick_wall_from_scoria_stonecutting.json -aee085608b2783338d237de097ecb8d56232c70b data/create/advancements/recipes/create.palettes/small_scoria_brick_wall_from_stone_types_scoria_stonecutting.json -05dfab0a1ea49c27d1340915615f13040d25b224 data/create/advancements/recipes/create.palettes/small_scoria_bricks_from_scoria_stonecutting.json -96aa8101f2898c511344038f4147d671964d8e6b data/create/advancements/recipes/create.palettes/small_scoria_bricks_from_stone_types_scoria_stonecutting.json -695fd912be2dd851f1fd88a1d5da705fe31bbbd8 data/create/advancements/recipes/create.palettes/small_tuff_brick_slab.json -3b0d147ae4fdd29a269566653cf72e8ccb89924f data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_from_stone_types_tuff_stonecutting.json -22beafb48ff7e62e325909cb5b0f024a0db78ea0 data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_from_tuff_stonecutting.json -702409b115a333852c109ee1ea3d1171f9a92aed data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_recycling.json -6ad25f61bcdca8666ebda2ac545879d2378f2ff5 data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs.json -13548e5be1ad4fa16ee4ebec8e92e957ee5bbb35 data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json -15f69e65317572dd4711f6138c6d300aa61f4bef data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs_from_tuff_stonecutting.json -64e070de55266a5baeab104b0038e2ad2213de57 data/create/advancements/recipes/create.palettes/small_tuff_brick_wall.json -d2025c2ff16fde9e894dc1233e082cf41a0d5746 data/create/advancements/recipes/create.palettes/small_tuff_brick_wall_from_stone_types_tuff_stonecutting.json -1c6dbeab80771e4443f4e525fdb10f9c6aa37a34 data/create/advancements/recipes/create.palettes/small_tuff_brick_wall_from_tuff_stonecutting.json -0fa4de5ac062d18f6da7e2b3479f98538179b3ea data/create/advancements/recipes/create.palettes/small_tuff_bricks_from_stone_types_tuff_stonecutting.json -b9f7672130294d582d0b7e42d586b2a374cd84dd data/create/advancements/recipes/create.palettes/small_tuff_bricks_from_tuff_stonecutting.json -c1d651c71e069591a84f82528739ab85fbd0aab5 data/create/advancements/recipes/create.palettes/small_veridium_brick_slab.json -ae1b0c860e09f6ea133e907347438e66fcc70546 data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_from_stone_types_veridium_stonecutting.json -f82f070d9847f22cbc214d21b2e395cf07959302 data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_from_veridium_stonecutting.json -1bf0e0949679bac7ae08750db6ebcc4249532f13 data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_recycling.json -2b6385e8818dc1dd49b4a548a02f7fa1835a0c69 data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs.json -11c34ab4c7870be987179b2234aa16950e75ef43 data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json -97b26042e85c3567b849041f099fbbeabe4f481f data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs_from_veridium_stonecutting.json -4d7784260f803a5b1e613f9b21fccb03caf60d89 data/create/advancements/recipes/create.palettes/small_veridium_brick_wall.json -80a9aa2619cd4cffca4508babeb19fbc0a286f2a data/create/advancements/recipes/create.palettes/small_veridium_brick_wall_from_stone_types_veridium_stonecutting.json -2011c91886e942a9da7a2bd9de5a29f25e650cba data/create/advancements/recipes/create.palettes/small_veridium_brick_wall_from_veridium_stonecutting.json -754de16cc88c011ac1d4e2694f360275ac033055 data/create/advancements/recipes/create.palettes/small_veridium_bricks_from_stone_types_veridium_stonecutting.json -4fa09ae6e4836eb7455a09192a632106834322f4 data/create/advancements/recipes/create.palettes/small_veridium_bricks_from_veridium_stonecutting.json -4550af183202b037472e0c36fdcebbee634f9dde data/create/advancements/recipes/create.palettes/smelting/scoria.json -de4224f7b90c28fe5e9c96fc0b4cfc96f7210849 data/create/advancements/recipes/create.palettes/spruce_window.json -01c22ed9ded738f86839904914be9d45152509a7 data/create/advancements/recipes/create.palettes/spruce_window_pane.json -ab0cacba05f8def9cc91b993d464c297babf6fc3 data/create/advancements/recipes/create.palettes/tiled_glass_from_glass_colorless_stonecutting.json -2ba583f7c01b6f9f3f66e12d338ecd596d726538 data/create/advancements/recipes/create.palettes/tiled_glass_pane.json -5cdb738efecdd51938c1a83b2fc0c65feb732b69 data/create/advancements/recipes/create.palettes/tuff_pillar_from_stone_types_tuff_stonecutting.json -b620a4db35a7f02adf97ed03afd39910feb38eb5 data/create/advancements/recipes/create.palettes/tuff_pillar_from_tuff_stonecutting.json -024648eadff0dfd43354f194b035251fe61718d0 data/create/advancements/recipes/create.palettes/veridium_pillar_from_stone_types_veridium_stonecutting.json -ff8a4ea4ad4e56379f4dfc78909b669c72702680 data/create/advancements/recipes/create.palettes/veridium_pillar_from_veridium_stonecutting.json -24fafe59013a3e0439a73ea4e0cef114fc9a8e4b data/create/advancements/recipes/create.palettes/vertical_framed_glass_from_glass_colorless_stonecutting.json -8f719c087e4344de4cb57e06f10ebd49850f17b5 data/create/advancements/recipes/create.palettes/vertical_framed_glass_pane.json -7211458c5fb7116de2e789252da01b08820ec207 data/create/advancements/recipes/create.palettes/warped_window.json -cce0482d2f60d11478bb73c778e157744899b7d3 data/create/advancements/recipes/create.palettes/warped_window_pane.json -340b7f0161ec9513273c90f28bf4c7edc18f3c7f data/create/advancements/recipes/decorations/smelting/glass_pane_from_framed_glass_pane.json -6cf30c17433f545140d247414b6d211b904a63be data/create/advancements/recipes/decorations/smelting/glass_pane_from_horizontal_framed_glass_pane.json -d759d42813afa08afa27fdc6b986ad89b735be4a data/create/advancements/recipes/decorations/smelting/glass_pane_from_tiled_glass_pane.json -7da268d7218d56d829e2fdb9a23b42eb3c448a1a data/create/advancements/recipes/decorations/smelting/glass_pane_from_vertical_framed_glass_pane.json -086d805fcd6196d25d3a82383d857c2d0782a726 data/create/advancements/recipes/food/campfire_cooking/bread.json -80fe5293559824f72be963717c8c317004a28a47 data/create/advancements/recipes/food/crafting/curiosities/cake.json -94422ef3a72d5454732722d0d65ba74882bd2df7 data/create/advancements/recipes/food/smelting/bread.json -d40ef19fffb27cde542e0c6a5e8014a2662d211d data/create/advancements/recipes/food/smoking/bread.json -18d6171548bd5206f812e658f06e1d8835a5dd88 data/create/advancements/recipes/misc/blasting/copper_ingot_from_crushed.json -6e8fb3e344e829f4bca99b4281adddf9a33a2dbc data/create/advancements/recipes/misc/blasting/gold_ingot_from_crushed.json -54d51527a901b21a85692f9b0a41f0007e33f261 data/create/advancements/recipes/misc/blasting/iron_ingot_from_crushed.json -64e58d40d56b89e467d76e7805b61a795b1ba499 data/create/advancements/recipes/misc/crafting/appliances/slime_ball.json -a0889b6df1627dea4787ca340560ed5b1f50d6a0 data/create/advancements/recipes/misc/crafting/materials/copper_ingot.json -d7b126eef46e9179c10d19d247f58e74f61818bc data/create/advancements/recipes/misc/smelting/copper_ingot_from_crushed.json -86944a0a96717ae6afca305ea18039fd6c34cef6 data/create/advancements/recipes/misc/smelting/gold_ingot_from_crushed.json -2599cc5ed09e70881aca4bb1550d21b4f65a9608 data/create/advancements/recipes/misc/smelting/iron_ingot_from_crushed.json -a1afb005cc23607cb4d84d42664b4bc28eef9ead data/create/advancements/recipes/transportation/crafting/kinetics/furnace_minecart_from_contraption_cart.json -c1434c26c854d6b723c4f4d0fbb051268043da07 data/create/advancements/recipes/transportation/crafting/kinetics/minecart_from_contraption_cart.json -6c10d0d7cf04b62ddf6709d7cd7a6ba807cf87c9 data/create/advancements/red_signal.json -3d17995a147581b9b7f47a75e4b71019e120715d data/create/advancements/root.json -dc96c3d69a8dd94651c35b8f6d88f33aed17617a data/create/advancements/rose_quartz.json -3f1ddf92a3a92de2362bebf5e2289d9dd6654a96 data/create/advancements/saw_processing.json -6040b5f8b941092dc5268431c6ff65f6f583e675 data/create/advancements/self_deploying.json -5e2a0b6426588b921529fbf144edd61a68944779 data/create/advancements/shifting_gears.json -0b0a0087dc2d974a462a3b60a9f79130f19e30fa data/create/advancements/speed_controller.json -e84dbeb43d1126c0744ac3214b0d37c26cfc63cd data/create/advancements/spout.json -7b7f8ba659b8d40e416080328fdef0f69834aac2 data/create/advancements/steam_engine.json -da2b506787e84d055cdbdb4aa0fb4cbdd96a8ad0 data/create/advancements/steam_engine_maxed.json -c02335d1e84dffdc0c50e8ba2a27ce84366a5f6d data/create/advancements/steam_whistle.json -9f287ee0bd6a6c51bd7741a746673980c7b0f6fa data/create/advancements/stressometer.json -0cb2a6357d3bcabb9dc2c87863a77cf53e8dcef1 data/create/advancements/stressometer_maxed.json -566d3804e962be45c80c8debb2eb2761b2ded905 data/create/advancements/sturdy_sheet.json -1c431334d71f7e25b9bedc525c642c8cb5271b9f data/create/advancements/super_glue.json -58fd8b7440508a8128d2860eb70a2c5b7a2531f9 data/create/advancements/track_0.json -7388901df65f05074c2a2ad8156cbd76a069cdc6 data/create/advancements/track_crafting_factory.json -c6c3a803ff7738a36ac0956eda593f9774e567b5 data/create/advancements/track_signal.json -7f4cb81f3ddf26f47055b369b3f3af82f1894fcb data/create/advancements/train.json -909914f283b800cd08d24a1deab9769eb468bfb6 data/create/advancements/train_casing_00.json -ace10c57d3abfe6be0140fa0f0d189a8f669df0d data/create/advancements/train_crash.json -1b45c83ff51265fa7997103f1cb67d8602216de4 data/create/advancements/train_crash_backwards.json -da319b7ed5ac8a0da75bffb4f4f7c41bc4927197 data/create/advancements/train_portal.json -acf935749fed7fda52f79454867f9294f8a729c5 data/create/advancements/train_roadkill.json -22b44cae03e11d66af79d30b60b788e34068b2a4 data/create/advancements/train_whistle.json -80251a764630aeb0a5fb316613357d7768af004a data/create/advancements/water_supply.json -3bddec26fb0e108170d8a15787e4ad069179b1ca data/create/advancements/water_wheel.json -f92b20e0ae4c8808479df3553203c1b5e334cfe3 data/create/advancements/windmill.json -77e2acb38ebc94745ec0004ac4dcb8b4e5a0fdf6 data/create/advancements/windmill_maxed.json -369b8766a8423e0c52ef3c09812524ffe95a7b9d data/create/advancements/wrench_goggles.json -875873c46f48bee4a1cdd2a0b866727e0882966e data/create/loot_tables/blocks/acacia_window.json -98f71c17409a37a584eed6cb6ee3878efebf3ef6 data/create/loot_tables/blocks/acacia_window_pane.json -c5c0b82ab3bcd7ffd1bcb65d00876aaba69363f9 data/create/loot_tables/blocks/adjustable_chain_gearshift.json -a4716789704bb30cf1c518b04c61661ba6289efa data/create/loot_tables/blocks/analog_lever.json -468759c042e8410da9230357f4b602766190df79 data/create/loot_tables/blocks/andesite_belt_funnel.json -f9b768b3b9bbddede80912f1319e7b290cd90f20 data/create/loot_tables/blocks/andesite_casing.json -982a41e1bccd9a130a2874aff995d4f7da0f0316 data/create/loot_tables/blocks/andesite_encased_cogwheel.json -a70fcfe474ba023adc9c326218c5664fbd7b58f8 data/create/loot_tables/blocks/andesite_encased_large_cogwheel.json -09907573ad2602251401bc53db0e389a45d6833c data/create/loot_tables/blocks/andesite_encased_shaft.json -468759c042e8410da9230357f4b602766190df79 data/create/loot_tables/blocks/andesite_funnel.json -7587038b38c8668cdaf877951366d73ac1cfb46d data/create/loot_tables/blocks/andesite_ladder.json -e03a5c4d5ff2a171290d76d8748d1b5fe6405e4a data/create/loot_tables/blocks/andesite_pillar.json -50c317613430a3d7b303765d8272b92cd91fccc9 data/create/loot_tables/blocks/andesite_tunnel.json -15d31b6a146f5d4e2dd0fc3062f0d60a47cb2e51 data/create/loot_tables/blocks/asurine.json -d1778ef9cc3e3e67460e02b433229e3b957d37cb data/create/loot_tables/blocks/asurine_pillar.json -4e5e29f3ab407c30ca97377713b5170b23e3287f data/create/loot_tables/blocks/basin.json -1df121ba58ae10b64ec22c96866ac91232c3c459 data/create/loot_tables/blocks/belt.json -731fc2559e0ae1a7f6278215440fd62fc3977b4d data/create/loot_tables/blocks/birch_window.json -5208f2b92003e30ba6d540d7e31fcb0311d9d6b9 data/create/loot_tables/blocks/birch_window_pane.json -2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/black_nixie_tube.json -be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/black_sail.json -e74278230fbc87da67f60a833392b08de39b158c data/create/loot_tables/blocks/black_seat.json -31be6b507fcd0808aca8bc42ade721b557589a60 data/create/loot_tables/blocks/black_toolbox.json -bd1d32280b49bd66c423ed5394d762c35bc4a011 data/create/loot_tables/blocks/black_valve_handle.json -12612d085484033645991f10031a655c42cbddd9 data/create/loot_tables/blocks/blaze_burner.json -2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/blue_nixie_tube.json -be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/blue_sail.json -d9ac8bc87a48f7deae99440f10c361f46853951e data/create/loot_tables/blocks/blue_seat.json -0e06e0aee6b00090905b1455989ed585dc22d024 data/create/loot_tables/blocks/blue_toolbox.json -f5709ddd387ac4634244f5d002122fc4e62644e2 data/create/loot_tables/blocks/blue_valve_handle.json -fae7b622f27b426b1d3e6f31cd0157aff672a42d data/create/loot_tables/blocks/brass_belt_funnel.json -e8535a9acc565e8d80fa4c15f0ef6c4ffd842856 data/create/loot_tables/blocks/brass_block.json -a2d433dcfe44c9a3c1b5dd16415a2f31edbe309d data/create/loot_tables/blocks/brass_casing.json -982a41e1bccd9a130a2874aff995d4f7da0f0316 data/create/loot_tables/blocks/brass_encased_cogwheel.json -a70fcfe474ba023adc9c326218c5664fbd7b58f8 data/create/loot_tables/blocks/brass_encased_large_cogwheel.json -09907573ad2602251401bc53db0e389a45d6833c data/create/loot_tables/blocks/brass_encased_shaft.json -fae7b622f27b426b1d3e6f31cd0157aff672a42d data/create/loot_tables/blocks/brass_funnel.json -b8eeab4d503cc9e43824ddd5aeeb007089780a07 data/create/loot_tables/blocks/brass_ladder.json -1081f76c85bdda3f68f9a190fb2a8dcd45b0e17c data/create/loot_tables/blocks/brass_tunnel.json -2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/brown_nixie_tube.json -be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/brown_sail.json -8c16379303a9eb876900698ab108be3a0dee95d7 data/create/loot_tables/blocks/brown_seat.json -ce827895d9e1ac4ddb72a8228ec981c68d47a18e data/create/loot_tables/blocks/brown_toolbox.json -68253066e95b62b6c70a0e0e370dee2733660c3b data/create/loot_tables/blocks/brown_valve_handle.json -0730271bf0b0f648993e26aded5870588eb52588 data/create/loot_tables/blocks/calcite_pillar.json -28cb11556296be42449dcd1c165c345adfb0eb82 data/create/loot_tables/blocks/cart_assembler.json -1f748ab0b793350314446552693702874e34c910 data/create/loot_tables/blocks/chute.json -bd4ed53c029fcd6e5da7e43ebe4d15030d3fd9de data/create/loot_tables/blocks/clockwork_bearing.json -8a5655e16f3da654e801cbfd81478c30180892a0 data/create/loot_tables/blocks/clutch.json -982a41e1bccd9a130a2874aff995d4f7da0f0316 data/create/loot_tables/blocks/cogwheel.json -c2b075008849e152f20e8da946e89c9722325df6 data/create/loot_tables/blocks/content_observer.json -28856dc862efc6bcc421d035d26386740458f868 data/create/loot_tables/blocks/controller_rail.json -2c2785e39e1891dff2c50cba93e814b56d935154 data/create/loot_tables/blocks/controls.json -3abf04f6132955275ad490668cd28f481afb4ec2 data/create/loot_tables/blocks/copper_backtank.json -8010db6b2427536c74312c85425b3ba83abc363c data/create/loot_tables/blocks/copper_casing.json -bb51540df81ea359cdc9d8a4d08ba6410ecd4919 data/create/loot_tables/blocks/copper_ladder.json -31b3e00f6ab3e593a0d6abd42961b3e5e03fc888 data/create/loot_tables/blocks/copper_shingle_slab.json -485bc910ebaa9f509d15a0a4ddff50e5bf4d187c data/create/loot_tables/blocks/copper_shingle_stairs.json -dccfbda7fd3a7a75c323dea619d8d309ae980469 data/create/loot_tables/blocks/copper_shingles.json -5369a993bf9f7ccb7a9c90997538bbc7c078d0f3 data/create/loot_tables/blocks/copper_tile_slab.json -8abac40a29800a0ca18c50ec8ce346cad15ad47a data/create/loot_tables/blocks/copper_tile_stairs.json -3eddbc442b37ba3bb309eaf26c2f4ad06de40df7 data/create/loot_tables/blocks/copper_tiles.json -6430f776846393ab6d70d23faeccb3e353c66129 data/create/loot_tables/blocks/copper_valve_handle.json -24f8cf0606fda07ecc26970f9aeb3f9da75e9a8f data/create/loot_tables/blocks/creative_crate.json -02efe9913be9d546c73f89e29016abf486c25f39 data/create/loot_tables/blocks/creative_fluid_tank.json -ea6580ed7d1b08ec10838bff7fa46b907e981277 data/create/loot_tables/blocks/creative_motor.json -311b9911d662ed67d77e3af1ff56853eb4385471 data/create/loot_tables/blocks/crimsite.json -c633372228a13023f9dde2cd3478a7dc90affcea data/create/loot_tables/blocks/crimsite_pillar.json -62800d2baf79e7a45b246896f2679fd6f5082efe data/create/loot_tables/blocks/crimson_window.json -572dfdf4daaaf2c97882f3b2a856737365bf5873 data/create/loot_tables/blocks/crimson_window_pane.json -3503b55a82b94ddaeebbc510eece2cc313c33e43 data/create/loot_tables/blocks/crushing_wheel.json -252a6476bd2dd730dd97afbf2c69d9627f0d1672 data/create/loot_tables/blocks/cuckoo_clock.json -838c008dc2881fbb4136773b3c84c3d988483f73 data/create/loot_tables/blocks/cut_andesite.json -accd5aecce569330b1821d12f031a68259a42f27 data/create/loot_tables/blocks/cut_andesite_brick_slab.json -e255005aac9dec33b0e5049a464ddb0bf56b8d3c data/create/loot_tables/blocks/cut_andesite_brick_stairs.json -240b734dc306ea233a73a742cd28c48207b40fbd data/create/loot_tables/blocks/cut_andesite_brick_wall.json -ea93f959df5569aac9b76f2e496c60677dd2921f data/create/loot_tables/blocks/cut_andesite_bricks.json -9e24fcf0dd7af0b86bc81813d0ad48a4634e4022 data/create/loot_tables/blocks/cut_andesite_slab.json -98c06893ef0fe64561896a172ec4011a8e6975b9 data/create/loot_tables/blocks/cut_andesite_stairs.json -e983f3fa6fe2f7e41d5c0682c14117ed9273c8f3 data/create/loot_tables/blocks/cut_andesite_wall.json -3cab49f1ab56da8f444d9fbfb0bf61645174275c data/create/loot_tables/blocks/cut_asurine.json -9fc1ceeca80ccc2d893a416026cd836bb4f837b6 data/create/loot_tables/blocks/cut_asurine_brick_slab.json -85a9e778028d8ed2f955ce1b858fba0f07121bb5 data/create/loot_tables/blocks/cut_asurine_brick_stairs.json -e97c63132a123231c654b3439680b1f84090d44c data/create/loot_tables/blocks/cut_asurine_brick_wall.json -e64e05e6c94953a1d1aef5200bb27204d9e08a84 data/create/loot_tables/blocks/cut_asurine_bricks.json -8aff3608d061cdc215463f780f21d1f20559f62b data/create/loot_tables/blocks/cut_asurine_slab.json -76c231792bb679099d85c41bcdb2d75b0bfba9b2 data/create/loot_tables/blocks/cut_asurine_stairs.json -f5afc6d361ddb6887ea41b0d6437b44e937d6ba5 data/create/loot_tables/blocks/cut_asurine_wall.json -33f751cdef4ea3c990f87ffd507c13be39914a5c data/create/loot_tables/blocks/cut_calcite.json -0e080daa457bb565a8063c12439f40a2ea02ff21 data/create/loot_tables/blocks/cut_calcite_brick_slab.json -6c634b2dcc805e431cf16b412298000ff70f606a data/create/loot_tables/blocks/cut_calcite_brick_stairs.json -f3e3a7905b01910da81bb6de22d1b5f797afb61b data/create/loot_tables/blocks/cut_calcite_brick_wall.json -e381b146141f1efeb546df0810b7205699e32543 data/create/loot_tables/blocks/cut_calcite_bricks.json -2b0ec60710a45c326fb782969f8e60e6073d4def data/create/loot_tables/blocks/cut_calcite_slab.json -262ab05f6e15249e69f18c9ac560d71bb170b0d3 data/create/loot_tables/blocks/cut_calcite_stairs.json -f65de77e48ec5d481de34711309899774a5cfad8 data/create/loot_tables/blocks/cut_calcite_wall.json -789a981ea801f035cad7096b3cf45bd5c410305e data/create/loot_tables/blocks/cut_crimsite.json -3370bf4ae09e62ef96304a6cb455eb96e16ef481 data/create/loot_tables/blocks/cut_crimsite_brick_slab.json -69c4994e3198e51c0e0ffb424ba941df6c61e224 data/create/loot_tables/blocks/cut_crimsite_brick_stairs.json -0c0239f6c07ec815549ca0a57e186e11fea1c6af data/create/loot_tables/blocks/cut_crimsite_brick_wall.json -75c07306f29b01ab5f582b785b4dced9042904b5 data/create/loot_tables/blocks/cut_crimsite_bricks.json -e044daa45b52d6d9dd66ec48e27b52449b664d57 data/create/loot_tables/blocks/cut_crimsite_slab.json -1bf4cb982565ba2316110c074f0d15353074eb8a data/create/loot_tables/blocks/cut_crimsite_stairs.json -c58ccbce713c28f95545f78f657fdd1f45cb44db data/create/loot_tables/blocks/cut_crimsite_wall.json -c2adb3c98d7c4863a90f5f3f9d35fd96ac7af1d3 data/create/loot_tables/blocks/cut_deepslate.json -422ad059ab033a395ac6a1860bf3a6d803d9fb51 data/create/loot_tables/blocks/cut_deepslate_brick_slab.json -5dc7a14ded2f28f41dee946497d40fc318168830 data/create/loot_tables/blocks/cut_deepslate_brick_stairs.json -3a6320f3735ae4e32ac142af660ded91c9562732 data/create/loot_tables/blocks/cut_deepslate_brick_wall.json -680b6f23ba4ab9222302da344922cd07d53201a1 data/create/loot_tables/blocks/cut_deepslate_bricks.json -079a32b85ac895c501d6bc54f10205d5d1575570 data/create/loot_tables/blocks/cut_deepslate_slab.json -f6cac06b98175bbeb3726ef58ca75442309da46d data/create/loot_tables/blocks/cut_deepslate_stairs.json -ef805369f0f520e8068ae6ee4e306cbb7818b1d6 data/create/loot_tables/blocks/cut_deepslate_wall.json -ea9fa8682ab62f1618e64cf36b5ad6b45e1d49ed data/create/loot_tables/blocks/cut_diorite.json -83761c2840e186f35bc21a9f02220f5cba52bf98 data/create/loot_tables/blocks/cut_diorite_brick_slab.json -c2257c99b5150fd21c8791db1c4c27977026e0c3 data/create/loot_tables/blocks/cut_diorite_brick_stairs.json -5fcdc0039d7864579cbeba055d369b0bbcee4155 data/create/loot_tables/blocks/cut_diorite_brick_wall.json -ca84517914f330152070c6ed3c82ffec2895a382 data/create/loot_tables/blocks/cut_diorite_bricks.json -04bdd65c8c717ebabcba792859d437d71c5a029d data/create/loot_tables/blocks/cut_diorite_slab.json -59cfc1dbdd01ff46eebd0716afc8e6af13d2ef16 data/create/loot_tables/blocks/cut_diorite_stairs.json -6a218db49cfa8631d12d4ae2f5f4f3a4704b5f12 data/create/loot_tables/blocks/cut_diorite_wall.json -3c4fbd3501495861f623e3b1cd7aba6370990cf5 data/create/loot_tables/blocks/cut_dripstone.json -20af1a383fa5d0cfa2585dbe0a60bf5a995a7f28 data/create/loot_tables/blocks/cut_dripstone_brick_slab.json -98a782f834404133753db67b12c4debeb05aa62b data/create/loot_tables/blocks/cut_dripstone_brick_stairs.json -ac8e998b45bd6d6e3662f21d8895284d0455d10e data/create/loot_tables/blocks/cut_dripstone_brick_wall.json -f84478e4f2644df6c96e5bd128fda32be4d4698e data/create/loot_tables/blocks/cut_dripstone_bricks.json -1ecd7d6182b3f4e6ed74dfda3644705a3c4c8ab3 data/create/loot_tables/blocks/cut_dripstone_slab.json -d24ff7b0b0d9ea12f228838612c716d722b1a456 data/create/loot_tables/blocks/cut_dripstone_stairs.json -c773a636c8edc5613a40d0a315906771af116c62 data/create/loot_tables/blocks/cut_dripstone_wall.json -f939eb43f325ba8aaaf6179d80e6032357eb46bd data/create/loot_tables/blocks/cut_granite.json -9d0553a2e2183fcea6f940428a454465f592e16f data/create/loot_tables/blocks/cut_granite_brick_slab.json -4ae0d76f131936a8dbcb93ae6db824ba13b3a223 data/create/loot_tables/blocks/cut_granite_brick_stairs.json -562fef65adc7f42906085a5a34d37b159c8b8c39 data/create/loot_tables/blocks/cut_granite_brick_wall.json -e4a498a9fca4ac6c169e06c98d7fa9e5eb3cf94b data/create/loot_tables/blocks/cut_granite_bricks.json -9109d0c2442b8c1668fdb27f35e18abc113d11f8 data/create/loot_tables/blocks/cut_granite_slab.json -c164c0823929aa36d23522e2a92e153316cb0024 data/create/loot_tables/blocks/cut_granite_stairs.json -1de014d86d99a280b1f5bccff397e6e6e54d060c data/create/loot_tables/blocks/cut_granite_wall.json -d8d689a5b0854688ab1e02b2358637405de958a5 data/create/loot_tables/blocks/cut_limestone.json -b753d6a4f5a5e645585c421b2f393a933364de38 data/create/loot_tables/blocks/cut_limestone_brick_slab.json -d9c157ea83492031aecded494af20b9bb507cbe8 data/create/loot_tables/blocks/cut_limestone_brick_stairs.json -60ff8ac59e4bb6b000af81d30e953532cec30a07 data/create/loot_tables/blocks/cut_limestone_brick_wall.json -9365fa6def64c496d48d8c799b1187eca7203274 data/create/loot_tables/blocks/cut_limestone_bricks.json -35e1ef466c2a608633f43eb4bddaa737ed6ff93e data/create/loot_tables/blocks/cut_limestone_slab.json -bad9dbae461b181aece636e630bd191d19ea6f5b data/create/loot_tables/blocks/cut_limestone_stairs.json -bc08c14df44ecba40dbcdab7410352d5d4d10d42 data/create/loot_tables/blocks/cut_limestone_wall.json -1aeafee906eda0e2c08fd82f2f93e1cc38913d30 data/create/loot_tables/blocks/cut_ochrum.json -61eedfe11b4ade465732a6ac6a2edfae8301ffe3 data/create/loot_tables/blocks/cut_ochrum_brick_slab.json -859f7e6f0e5b8731b1d020cd5b2b7e1b4ddf9769 data/create/loot_tables/blocks/cut_ochrum_brick_stairs.json -200bf715cf0d21e655034ec6b4085cab2a0e2b25 data/create/loot_tables/blocks/cut_ochrum_brick_wall.json -df942f2490c087efbef7cd13a2ee666bb447cc53 data/create/loot_tables/blocks/cut_ochrum_bricks.json -ab40452162db3ab7aaa1424ed7e1983ef956912e data/create/loot_tables/blocks/cut_ochrum_slab.json -a62a13feebbb5a08199a26ee8dba02935e892b58 data/create/loot_tables/blocks/cut_ochrum_stairs.json -5cbd63eedc4159954c8a7fe48acec18604581602 data/create/loot_tables/blocks/cut_ochrum_wall.json -f706310fc3278670be20652dd67b38a08adca768 data/create/loot_tables/blocks/cut_scorchia.json -ff881e2803620af3b4e005363f0c975e3aa7cd4f data/create/loot_tables/blocks/cut_scorchia_brick_slab.json -a5e9a62dd83e07169534d250bed7258764d3fcc7 data/create/loot_tables/blocks/cut_scorchia_brick_stairs.json -dcfa6f52bb530d9b23452be4ed1bbdaa621836b2 data/create/loot_tables/blocks/cut_scorchia_brick_wall.json -250249d05a85ea1e2b7763ba1030934180f48a72 data/create/loot_tables/blocks/cut_scorchia_bricks.json -f6846c1b236b2b30dfb08a6d892ac37e4e9b8e2b data/create/loot_tables/blocks/cut_scorchia_slab.json -544362640327a7a959f04605bda7ccf024a001de data/create/loot_tables/blocks/cut_scorchia_stairs.json -42fb088741d924e7bed067197cebb91e75a188b1 data/create/loot_tables/blocks/cut_scorchia_wall.json -bd086b8bf1f980497413e29fddb884d520efb475 data/create/loot_tables/blocks/cut_scoria.json -270960133956250208849b863aa18e800602df49 data/create/loot_tables/blocks/cut_scoria_brick_slab.json -9761f0e6a141610957dcce9bb96de51db66f430a data/create/loot_tables/blocks/cut_scoria_brick_stairs.json -c93616bd12896a3865d6eeb82beaaa604b5a5109 data/create/loot_tables/blocks/cut_scoria_brick_wall.json -30d71143e2b74e62cb4dc38e9f9832ed30983e12 data/create/loot_tables/blocks/cut_scoria_bricks.json -d8feab08d4b7b237efdc7ba5fc810c664b4e1974 data/create/loot_tables/blocks/cut_scoria_slab.json -5b72002e8a4b94828b59efa284aab7243675fc06 data/create/loot_tables/blocks/cut_scoria_stairs.json -701c046502321ce5c600f4dfcc71936981baf01e data/create/loot_tables/blocks/cut_scoria_wall.json -4db2df813360a9f4e96316c07a42daa60a0f21f3 data/create/loot_tables/blocks/cut_tuff.json -660e0e0d8a98819a49a6378ca77fae9dc81dae1f data/create/loot_tables/blocks/cut_tuff_brick_slab.json -6bb9821cb04c30049860120a2f58cc061f9c7cbb data/create/loot_tables/blocks/cut_tuff_brick_stairs.json -b725721fa6cf252fd99ec4c29d1cf5083029044f data/create/loot_tables/blocks/cut_tuff_brick_wall.json -9b223e51233037675122316a074aa346233a5d46 data/create/loot_tables/blocks/cut_tuff_bricks.json -fb06476bf60ddc6402a7f17db2e73affa2ba15e9 data/create/loot_tables/blocks/cut_tuff_slab.json -0d4969b97a3babf721c5a507824b8545af813da0 data/create/loot_tables/blocks/cut_tuff_stairs.json -e4b1082c8428403341535a98afd2a8125edc3848 data/create/loot_tables/blocks/cut_tuff_wall.json -378964497f235404f1eb1cc5810cb269bb9f0b59 data/create/loot_tables/blocks/cut_veridium.json -5b84c2b6831f231993774293c0fa67cc1c40f01e data/create/loot_tables/blocks/cut_veridium_brick_slab.json -3facd606ca3fafc4894556cbd2b228ac7a12e82d data/create/loot_tables/blocks/cut_veridium_brick_stairs.json -2da667f6a71ce6e8f4b7172a3d8981cb08043e30 data/create/loot_tables/blocks/cut_veridium_brick_wall.json -d54cfa0d77c056bce4a0aa04a10382af7aaae9c3 data/create/loot_tables/blocks/cut_veridium_bricks.json -a56419c9602c81d6fbf5160d01ed82c679d36a7e data/create/loot_tables/blocks/cut_veridium_slab.json -79b19e50f89ad009e95f74c5b6e0e3a299da704e data/create/loot_tables/blocks/cut_veridium_stairs.json -9772071c3b11739816cb3b7665a6d34341e39f3f data/create/loot_tables/blocks/cut_veridium_wall.json -2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/cyan_nixie_tube.json -be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/cyan_sail.json -db7ea40bfd36b5fa864453716256aba748435e36 data/create/loot_tables/blocks/cyan_seat.json -3b04995d398f4a2b024f21822f0ec8f34462030f data/create/loot_tables/blocks/cyan_toolbox.json -8854c95ee0d78abfb0393f7b4185618dc9aecba3 data/create/loot_tables/blocks/cyan_valve_handle.json -0d17705688109e9cf81c99ef559b1183b0e6053c data/create/loot_tables/blocks/dark_oak_window.json -636acaf2ebbbd790f8efe45a98cd036ffe848407 data/create/loot_tables/blocks/dark_oak_window_pane.json -18f29fec67600edc66b25217017b5b618efb1f4b data/create/loot_tables/blocks/deepslate_pillar.json -841d6010e87a4bf4e35e8ccc411e5d7f513b484a data/create/loot_tables/blocks/deepslate_zinc_ore.json -12a02b7737557a81281369826907b7e75076b8a0 data/create/loot_tables/blocks/deployer.json -b6118279802f1a27e6e0c3d0feca86f0792f85df data/create/loot_tables/blocks/depot.json -48eba3e521b190fedfb6e7580bdb10bcb3f290bd data/create/loot_tables/blocks/diorite_pillar.json -2a8d81a07e9d209349264787eee93a0b973d2510 data/create/loot_tables/blocks/display_board.json -fd63effdc29cf565f561f8901a93c8ee3124bcaa data/create/loot_tables/blocks/display_link.json -7ab5f0aa32d6641999943636766c806a1d59e1d2 data/create/loot_tables/blocks/dripstone_pillar.json -2186860c4a0cb47a66bdfdefcde302c599cddeea data/create/loot_tables/blocks/encased_chain_drive.json -7fcc15674a7583b965441fb079b8997e4244a4ff data/create/loot_tables/blocks/encased_fan.json -b4df9a8b28f29587e75ffe11ca26d85ddbe926da data/create/loot_tables/blocks/encased_fluid_pipe.json -7b16eb41d59c2fd90319f3e1f0e37a87dda618e3 data/create/loot_tables/blocks/exposed_copper_shingle_slab.json -16e8862269d5794122727de1ce580edfc658692a data/create/loot_tables/blocks/exposed_copper_shingle_stairs.json -d89c4d7d212091b1aee2db2b0dedd252d4c301b9 data/create/loot_tables/blocks/exposed_copper_shingles.json -d638deb1f6b22026b4b971f85948ce20c5688e7d data/create/loot_tables/blocks/exposed_copper_tile_slab.json -bcd1139bc46d9c740e10e67246f8f7f67f909165 data/create/loot_tables/blocks/exposed_copper_tile_stairs.json -5e1d740db92d21bc89db5f62c687ce29af01ac88 data/create/loot_tables/blocks/exposed_copper_tiles.json -5c1df8443043b3fe3b665dba348e2ff188bcbe31 data/create/loot_tables/blocks/fake_track.json -b4df9a8b28f29587e75ffe11ca26d85ddbe926da data/create/loot_tables/blocks/fluid_pipe.json -5e781289562aad213b5528aa4974b811d7f04e97 data/create/loot_tables/blocks/fluid_tank.json -33e579946fc8350773eadccf000abe0b975f1483 data/create/loot_tables/blocks/fluid_valve.json -45637f479b3f90ce86ff84fd8c96074e622452a7 data/create/loot_tables/blocks/flywheel.json -3e65b0c51768fb0076c7de39c425961167709988 data/create/loot_tables/blocks/framed_glass.json -1088a023e61d0115de836c8f6309fc447ae4322a data/create/loot_tables/blocks/framed_glass_door.json -f76fe7d876150a43be05977ec596d1fe2a3b9868 data/create/loot_tables/blocks/framed_glass_pane.json -badc3b5364aa8df59aabda61a455ea56cb82d2ff data/create/loot_tables/blocks/framed_glass_trapdoor.json -891f0d334c3f596af081328be8d6ac0461592183 data/create/loot_tables/blocks/gantry_carriage.json -795c88efe80319220902da231f45d63d1130fde5 data/create/loot_tables/blocks/gantry_shaft.json -8a0d3f52474ea610efd6f2053d3b666d5f7db0f7 data/create/loot_tables/blocks/gearbox.json -bafc6543856b00cdd9fe7bf65311c4703868d791 data/create/loot_tables/blocks/gearshift.json -b4df9a8b28f29587e75ffe11ca26d85ddbe926da data/create/loot_tables/blocks/glass_fluid_pipe.json -d24684f3d9e2d7cbb254367d687847caa6c8f145 data/create/loot_tables/blocks/granite_pillar.json -2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/gray_nixie_tube.json -be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/gray_sail.json -f74aa8f43131c55d926f3b0f95d635738ecf46f3 data/create/loot_tables/blocks/gray_seat.json -6711b76446cc115f76a973ad634b7aac9d5dc523 data/create/loot_tables/blocks/gray_toolbox.json -a5af5bf44e128e5b8181fb0cffea9d0663a2e73c data/create/loot_tables/blocks/gray_valve_handle.json -2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/green_nixie_tube.json -be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/green_sail.json -fa23bfe79481d49d16db2bd7a59a40ab1da89d8d data/create/loot_tables/blocks/green_seat.json -f0a0e39cb62f676eb11215ab6dbf285ed6e45c1a data/create/loot_tables/blocks/green_toolbox.json -57b142dc6e079f5acfe5ba7512cdfa83242f2735 data/create/loot_tables/blocks/green_valve_handle.json -a48b02b21e0d02c20c0aed710dd1d7d2e0a90f50 data/create/loot_tables/blocks/hand_crank.json -f3502cb946b3997856b3a9bdb2d9f4ce01e2013a data/create/loot_tables/blocks/haunted_bell.json -c8083116de11904c1c6d53e1b869e322d18c589a data/create/loot_tables/blocks/horizontal_framed_glass.json -5f5ffb0271b312e2696493b336653b4aeeb3dca2 data/create/loot_tables/blocks/horizontal_framed_glass_pane.json -a58348cd828fb2b0f4bc116ebc14645a97ead843 data/create/loot_tables/blocks/hose_pulley.json -feed1cd9639de957c9b34212d1c4aef2044d1e31 data/create/loot_tables/blocks/item_drain.json -af3042824de4aff38e27657ebb084077a7d4f925 data/create/loot_tables/blocks/item_vault.json -db23fee08abdb61fe2f200a5016e41523159feef data/create/loot_tables/blocks/jungle_window.json -67f7d9162d3b86e198ab7faa1ddcfdfce605d10c data/create/loot_tables/blocks/jungle_window_pane.json -7ed68e33a8c488242a2d9039797498068797c5a6 data/create/loot_tables/blocks/large_bogey.json -a70fcfe474ba023adc9c326218c5664fbd7b58f8 data/create/loot_tables/blocks/large_cogwheel.json -81013913c3cc88e2390608420a2911d57414bd2c data/create/loot_tables/blocks/layered_andesite.json -a89d357d3b8d7633bffe12a4197ab19cba891005 data/create/loot_tables/blocks/layered_asurine.json -93950e03d141e59948c4aadca09ecd8b898a5276 data/create/loot_tables/blocks/layered_calcite.json -dee5d1666ce7c58b4256eeec78cb1b0516e4bfd7 data/create/loot_tables/blocks/layered_crimsite.json -12adac901b65b6a1612cdaf37b52bc6b5e6a5a4a data/create/loot_tables/blocks/layered_deepslate.json -1a9d4d2f512b945190816cbefbf2078d37909ab2 data/create/loot_tables/blocks/layered_diorite.json -fc3c5aed6d62390181501e523f7c343eb8c25c1f data/create/loot_tables/blocks/layered_dripstone.json -a309145608cc791140d3cdc037d95f90a60d4de2 data/create/loot_tables/blocks/layered_granite.json -f78039cbac037276b1ae650f9b7ea8aa45b10062 data/create/loot_tables/blocks/layered_limestone.json -53f669a76bdfa6400d0e72aae6704ea12cfe1a00 data/create/loot_tables/blocks/layered_ochrum.json -c9db9e191d42fd2ea00d9a1282db7c31aca5edea data/create/loot_tables/blocks/layered_scorchia.json -126e9578c69048189b2369ec664b9718796fcae9 data/create/loot_tables/blocks/layered_scoria.json -6666b76714be5dba113ad31c39ace305a0aba0c8 data/create/loot_tables/blocks/layered_tuff.json -74bd17480f9a07cd4873ed7195ea7b1ac0dd9b23 data/create/loot_tables/blocks/layered_veridium.json -b7cd5765bd183c4b78249f2a494f42e3d3110423 data/create/loot_tables/blocks/lectern_controller.json -2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/light_blue_nixie_tube.json -be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/light_blue_sail.json -f34badd2e1fa88fff5a15f7642fa77d71c756377 data/create/loot_tables/blocks/light_blue_seat.json -dd51112bd6e234538d955bfd5c32bcda0b7d2e7b data/create/loot_tables/blocks/light_blue_toolbox.json -e067f03df25ebfefed2a73a9a07d76a8207d5555 data/create/loot_tables/blocks/light_blue_valve_handle.json -2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/light_gray_nixie_tube.json -be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/light_gray_sail.json -4cf90660b454003586cf890ae03269fd5340c1d1 data/create/loot_tables/blocks/light_gray_seat.json -3347dd79da1824aebdc7afdf3f4fde015214044a data/create/loot_tables/blocks/light_gray_toolbox.json -977905455930b3f6e6a001f13dd4328f4d36ce48 data/create/loot_tables/blocks/light_gray_valve_handle.json -2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/lime_nixie_tube.json -be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/lime_sail.json -c3b0681a8910ccbad19189000f3376c8455cdb37 data/create/loot_tables/blocks/lime_seat.json -c5b4113100408a4254910eafd53d97b15588e790 data/create/loot_tables/blocks/lime_toolbox.json -ec88debd738c96b0139a928efe2cdb6f72454bc9 data/create/loot_tables/blocks/lime_valve_handle.json -4592fbcb8dc20c1c66ce5f448633964e55bfe463 data/create/loot_tables/blocks/limestone.json -80fdc02dd12368961b7df440b5ec298bc23d12e0 data/create/loot_tables/blocks/limestone_pillar.json -00d34ad31d2bb9cfa462f1e9fca4ca3679672e0d data/create/loot_tables/blocks/linear_chassis.json -0099aedb7177eacb4857b95f39813f44c8354568 data/create/loot_tables/blocks/lit_blaze_burner.json -2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/magenta_nixie_tube.json -be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/magenta_sail.json -a33f90d452640325767994468b5cd0c6589cbda8 data/create/loot_tables/blocks/magenta_seat.json -8965244fdb73ce448f98404404b078ac783401c8 data/create/loot_tables/blocks/magenta_toolbox.json -d6d7ff0876529b107429e19888261a50773fd38f data/create/loot_tables/blocks/magenta_valve_handle.json -808bed370d33aca91ddd383d2a53ce7c87e89d09 data/create/loot_tables/blocks/mechanical_arm.json -5ce2c13f5dd1bc91d584c471c4022c7073024066 data/create/loot_tables/blocks/mechanical_bearing.json -aac55f57fc1ff797e4eaf57c017963f93cf86f0a data/create/loot_tables/blocks/mechanical_crafter.json -e8fc2a03b3c24c7939c30a60a637b84ead4ac475 data/create/loot_tables/blocks/mechanical_drill.json -f4b49d5753c30745d6525f774e5ebb92b0eecead data/create/loot_tables/blocks/mechanical_harvester.json -05fdc42998655923c8faddc7adfbbb24a0c4715d data/create/loot_tables/blocks/mechanical_mixer.json -a396636259341a6370407e0f4626307d9068e583 data/create/loot_tables/blocks/mechanical_piston.json -a21c4e4eebeff2daf1f081cd6226f29adfeade7c data/create/loot_tables/blocks/mechanical_piston_head.json -b8f5a9201775b711195a01882888307dd273aeab data/create/loot_tables/blocks/mechanical_plough.json -ff55d31ae8f7a8943f1e9fcc330d18e246566997 data/create/loot_tables/blocks/mechanical_press.json -8f885b8cec8f1ef9e35bd9b93a64a0f6e14c31b0 data/create/loot_tables/blocks/mechanical_pump.json -6c88dd3f096f2a7572573158f8e6d9f4b3dedae0 data/create/loot_tables/blocks/mechanical_saw.json -fcd800d7abf5dc5ce50b6fff6f2fc934b3d47b4b data/create/loot_tables/blocks/metal_bracket.json -afdff197c9d1a6940e988c00435135f9705fd0e5 data/create/loot_tables/blocks/metal_girder.json -5ca3e3098beb32c75d1cba5c48c1265bfbfb2556 data/create/loot_tables/blocks/metal_girder_encased_shaft.json -b83a90fbe83906b171fc0de6bdc2d9aa3a8c542e data/create/loot_tables/blocks/millstone.json -5c1df8443043b3fe3b665dba348e2ff188bcbe31 data/create/loot_tables/blocks/minecart_anchor.json -1e73d28fdd2e54910074aeadbe5617425a8ae656 data/create/loot_tables/blocks/mysterious_cuckoo_clock.json -2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/nixie_tube.json -f6b4095a518a01081f3663d7268d67063bdb44ee data/create/loot_tables/blocks/nozzle.json -d378be8f13fc7ed625813eae3a50b68e8706a297 data/create/loot_tables/blocks/oak_window.json -233b287ba69544ab0fdb2cacfbb8050cd0df9003 data/create/loot_tables/blocks/oak_window_pane.json -76c9031d3c2a9d9c1b0d10d08bc988da4bca1360 data/create/loot_tables/blocks/ochrum.json -552c1b6e0b0b1a9ba74770dc882fd7960570f562 data/create/loot_tables/blocks/ochrum_pillar.json -be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/orange_sail.json -0735f60f8dd0f6277426a12cdb449b83fc5666ca data/create/loot_tables/blocks/orange_seat.json -8f0f27889a614fa01634f869a8f8e046d97bf1bd data/create/loot_tables/blocks/orange_toolbox.json -5c77db710f535602b1029d9b5b4fa8194914dbb8 data/create/loot_tables/blocks/orange_valve_handle.json -f347b600b3d5ba444fc715e6e5d445de63352224 data/create/loot_tables/blocks/ornate_iron_window.json -33e93cbc86f49f53abe6fa79d08c07cd9e825b83 data/create/loot_tables/blocks/ornate_iron_window_pane.json -43766c942cd5a698b82d0ecd97c44a30c113dd50 data/create/loot_tables/blocks/oxidized_copper_shingle_slab.json -0c75921b3bfa87c7a3cd6ae92cb87d58e910e786 data/create/loot_tables/blocks/oxidized_copper_shingle_stairs.json -503a75528e0d99519a71291653ffa136203f7add data/create/loot_tables/blocks/oxidized_copper_shingles.json -ee3a8e618891971e783ea0b348154e861128b4f1 data/create/loot_tables/blocks/oxidized_copper_tile_slab.json -a642330259b86f5a686d86d5d6773e89adb021d5 data/create/loot_tables/blocks/oxidized_copper_tile_stairs.json -a8fedc4caa72f8690fddc3c7ebaa809d2255f5b6 data/create/loot_tables/blocks/oxidized_copper_tiles.json -f589c7b2fe51fb13a221b451563477c134ce6c1b data/create/loot_tables/blocks/peculiar_bell.json -2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/pink_nixie_tube.json -be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/pink_sail.json -b8cc129efabb2b0fc7bfd7b760bbeabe2b352b94 data/create/loot_tables/blocks/pink_seat.json -8d172008beb6997da65b35c2a567e931f66db586 data/create/loot_tables/blocks/pink_toolbox.json -cb1bcb0a6eb276a6f6beac7fec4f15eab2f2f0a7 data/create/loot_tables/blocks/pink_valve_handle.json -a21c4e4eebeff2daf1f081cd6226f29adfeade7c data/create/loot_tables/blocks/piston_extension_pole.json -f97286598e2a70dc41f63282fa023e196e9b37ef data/create/loot_tables/blocks/placard.json -769c0336901e3fe3b2cd2b33c9d23c676545bd25 data/create/loot_tables/blocks/polished_cut_andesite.json -36c25b9be595011daf42ee40f946d01ef5e4b31b data/create/loot_tables/blocks/polished_cut_andesite_slab.json -82e3468477e26940804ac785802ff987b91dce1b data/create/loot_tables/blocks/polished_cut_andesite_stairs.json -c1d38534c098d08c49ecbceee7aea0118955f78f data/create/loot_tables/blocks/polished_cut_andesite_wall.json -372962be72b45f27fc49d1bdca3ce878467a5190 data/create/loot_tables/blocks/polished_cut_asurine.json -c85ca06ae1845c2b9cbfdd3cd4732c7c160a4955 data/create/loot_tables/blocks/polished_cut_asurine_slab.json -d0b780cc89a97db500a2b5aabed54e8e5236a1fa data/create/loot_tables/blocks/polished_cut_asurine_stairs.json -63f3c326f852c4a2755c1ccf5bb6984c8141b533 data/create/loot_tables/blocks/polished_cut_asurine_wall.json -be4140ca274ddd9bdc2e9e3e43cfb90c2f375636 data/create/loot_tables/blocks/polished_cut_calcite.json -87bf0d959dd9773aaa006b78829c048a6b61cccf data/create/loot_tables/blocks/polished_cut_calcite_slab.json -67a0e12b5b851e2ba57e4405e87a24778d8502e4 data/create/loot_tables/blocks/polished_cut_calcite_stairs.json -9daeeaf797c04cded378d9ae4982b0217daf23f3 data/create/loot_tables/blocks/polished_cut_calcite_wall.json -f532c56a5d2936f2c10dcee2c69bf7f8936a1c97 data/create/loot_tables/blocks/polished_cut_crimsite.json -425a7523314d1124d8c4106d8a4e2fb0afeda1a3 data/create/loot_tables/blocks/polished_cut_crimsite_slab.json -b534ec73eaa228cab0aa894d49988cdc007b21cb data/create/loot_tables/blocks/polished_cut_crimsite_stairs.json -55be2b47f52f987fc85e45db9d90fd15e717b3fc data/create/loot_tables/blocks/polished_cut_crimsite_wall.json -842ba9bdc5e6acd0c61d1eef3e096e3c7f191ba8 data/create/loot_tables/blocks/polished_cut_deepslate.json -ab271d457a5e8cfb7c34c191253097b459430c7c data/create/loot_tables/blocks/polished_cut_deepslate_slab.json -069c349b91dd055b5fef32504ede605f215767ac data/create/loot_tables/blocks/polished_cut_deepslate_stairs.json -2a906603a1aef287d314e42c61257e553dd07acc data/create/loot_tables/blocks/polished_cut_deepslate_wall.json -66beccf0b205ae05107310c97795832fc4c93138 data/create/loot_tables/blocks/polished_cut_diorite.json -ae62ce97d3834dfe1a632a795f71a7a9d52a00d2 data/create/loot_tables/blocks/polished_cut_diorite_slab.json -a313edf8cf24f00e0809ebdaa32b458aa8c42f99 data/create/loot_tables/blocks/polished_cut_diorite_stairs.json -a44bfe88e2b085ba8c48eec851fbea19ecc8e500 data/create/loot_tables/blocks/polished_cut_diorite_wall.json -bb3fb7a01d920a3661eeb3de6c1cbb1091575e2c data/create/loot_tables/blocks/polished_cut_dripstone.json -6fd644ff02f474f674bbdd53cd832c9901b0f9f0 data/create/loot_tables/blocks/polished_cut_dripstone_slab.json -3a7c26c53f12a37f6018fd63721bfdceaf4b3544 data/create/loot_tables/blocks/polished_cut_dripstone_stairs.json -2a4bcb62c2ad7dcece63175ae980a35f7b75eaf9 data/create/loot_tables/blocks/polished_cut_dripstone_wall.json -52b5939190948e5aa919347b14f966f6e9ce6cbd data/create/loot_tables/blocks/polished_cut_granite.json -5da014e86d2031c8f1e6b80a733587f7ac4a5dbd data/create/loot_tables/blocks/polished_cut_granite_slab.json -df2c0d207bbcef7e6cbc06d5a05ba81227a29c0d data/create/loot_tables/blocks/polished_cut_granite_stairs.json -f6c38f6f32e6e7e066c0bdfb9f4a2f48856baf51 data/create/loot_tables/blocks/polished_cut_granite_wall.json -52c71fa1debf7fa80a9e92572970290ef9704059 data/create/loot_tables/blocks/polished_cut_limestone.json -df1bfb4e315eb6c4f37de85a671ef1962247896d data/create/loot_tables/blocks/polished_cut_limestone_slab.json -f1ed266b4f81b56cbf1a005184f004b18f12ea3b data/create/loot_tables/blocks/polished_cut_limestone_stairs.json -a04bb99ef09d345b381a8cfcdb7d548a5a42be93 data/create/loot_tables/blocks/polished_cut_limestone_wall.json -753acaf7d3d694e63024773ca0151e2d66c489d6 data/create/loot_tables/blocks/polished_cut_ochrum.json -19dbdd20ee3d1c9d80453e1edd47c570a90f3e87 data/create/loot_tables/blocks/polished_cut_ochrum_slab.json -f54f0fb71631ac61a7bed412b40d73f8858c0b95 data/create/loot_tables/blocks/polished_cut_ochrum_stairs.json -0826a43ccfbdd620ffc0197c5aa05d6204d2ba4d data/create/loot_tables/blocks/polished_cut_ochrum_wall.json -581b3b70157e1cd7a005273a87fe863eff3213a3 data/create/loot_tables/blocks/polished_cut_scorchia.json -0bf67d11ce3b2449b42361f1822321a8591c34fe data/create/loot_tables/blocks/polished_cut_scorchia_slab.json -0f5b2f97647e901725d52ea0b51dbfa292760f63 data/create/loot_tables/blocks/polished_cut_scorchia_stairs.json -14b295ec8de395220efd23fac3b43bedb2f7ac73 data/create/loot_tables/blocks/polished_cut_scorchia_wall.json -b83edd7620e0b4f68214b3dacaedc058798710cc data/create/loot_tables/blocks/polished_cut_scoria.json -e7295d9d36176a32577a3124f435ced509ee4d57 data/create/loot_tables/blocks/polished_cut_scoria_slab.json -254fad21a5101c5b39c5cab2593ef92379f9407a data/create/loot_tables/blocks/polished_cut_scoria_stairs.json -3071c5034efe2ace0d77ddbd235b30b03a64093e data/create/loot_tables/blocks/polished_cut_scoria_wall.json -8ac007d68c23dae82b8ae15eac0c71aeefa02414 data/create/loot_tables/blocks/polished_cut_tuff.json -0ef2c05249af84f45dc7fc83aabbc012fb0c71e5 data/create/loot_tables/blocks/polished_cut_tuff_slab.json -6af8fddb77bc5154cf2de4680bdb098d4b913a9b data/create/loot_tables/blocks/polished_cut_tuff_stairs.json -f9a92801df311ef95df7bcdf6cc8b0614733a8d0 data/create/loot_tables/blocks/polished_cut_tuff_wall.json -d89604a13d12db49a78a308798d2805c19cd9107 data/create/loot_tables/blocks/polished_cut_veridium.json -d058b0a438b859a9cf4361adf4172635e56ac9e8 data/create/loot_tables/blocks/polished_cut_veridium_slab.json -f35d81d75c48479b8b5f117dcb885c84f42a1595 data/create/loot_tables/blocks/polished_cut_veridium_stairs.json -622bb393d479869930f728f305e26279765119d2 data/create/loot_tables/blocks/polished_cut_veridium_wall.json -ea720d675f34385735dd43dd249d2d0262864adc data/create/loot_tables/blocks/portable_fluid_interface.json -450920992b5eae0db50aab90dcc822a74986fe6d data/create/loot_tables/blocks/portable_storage_interface.json -b7979db39c2c055cb59154bc8a6ab875a52f222b data/create/loot_tables/blocks/powered_latch.json -09907573ad2602251401bc53db0e389a45d6833c data/create/loot_tables/blocks/powered_shaft.json -46a097e6c8d14e36144083f6f4ba824a542c3878 data/create/loot_tables/blocks/powered_toggle_latch.json -5c1df8443043b3fe3b665dba348e2ff188bcbe31 data/create/loot_tables/blocks/pulley_magnet.json -9957bf7cc65b94530d5cf4f337d7ce7c6c1b1ca1 data/create/loot_tables/blocks/pulse_extender.json -cda556236d8a962063df80076e71523ce0dcedee data/create/loot_tables/blocks/pulse_repeater.json -2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/purple_nixie_tube.json -be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/purple_sail.json -ffb977985f89f738c3cb1e78c1432e4904ab402d data/create/loot_tables/blocks/purple_seat.json -edef80f2c39a4acf860780c66ccc5a0420d9f7c2 data/create/loot_tables/blocks/purple_toolbox.json -92660efc4bafe51284610656cccbacc999fff7a2 data/create/loot_tables/blocks/purple_valve_handle.json -3b0af2f3c1b28c52e0ce8f3be362395f5f957e43 data/create/loot_tables/blocks/radial_chassis.json -7ed68e33a8c488242a2d9039797498068797c5a6 data/create/loot_tables/blocks/railway_casing.json -7c5745aa14d006ce939e84d47e106c6998079211 data/create/loot_tables/blocks/raw_zinc_block.json -2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/red_nixie_tube.json -be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/red_sail.json -12e93c22244d4933e19dfbb040b78a45a6172f7f data/create/loot_tables/blocks/red_seat.json -e4d219d417304d224427ca4c16015c5637b80ffc data/create/loot_tables/blocks/red_toolbox.json -1891a98a261737b93a5c4fee27831772688b45db data/create/loot_tables/blocks/red_valve_handle.json -5ef611585677ea3108fa034b2629434a98a9bb5c data/create/loot_tables/blocks/redstone_contact.json -cc736576fd98c14436b3b66688994a2ba43a17e4 data/create/loot_tables/blocks/redstone_link.json -88ae3451da5d59d14d0e8d1dda7554cdb11003cd data/create/loot_tables/blocks/refined_radiance_casing.json -5c1df8443043b3fe3b665dba348e2ff188bcbe31 data/create/loot_tables/blocks/rope.json -7a12c2e7f3b33faedbd5be6434c090d6d6148581 data/create/loot_tables/blocks/rope_pulley.json -3de632f11589ba68d55f479f75a1f10b7e3be6ca data/create/loot_tables/blocks/rose_quartz_block.json -f8b7e94ad0901331c3e3defe4029ed3da51aa119 data/create/loot_tables/blocks/rose_quartz_lamp.json -e5b0b0d37e276e866f788f53eceb600585e9b894 data/create/loot_tables/blocks/rose_quartz_tiles.json -c1b854434fa68dd80ba720af13f80d19d7c54652 data/create/loot_tables/blocks/rotation_speed_controller.json -e3bef23ba89cde128632d6fa2ea6237be2f0f11a data/create/loot_tables/blocks/sail_frame.json -ae954ea6c9847ebffbe26c2f380dfb7bf8c08a40 data/create/loot_tables/blocks/schematic_table.json -cdd7b70941d9183002bd04a8fd82c2d69f2534ab data/create/loot_tables/blocks/schematicannon.json -2c7eced90be6972db13b296bde49ba5378cb4317 data/create/loot_tables/blocks/scorchia.json -b485d731359a3af0b8f9f72e799f74a8fd46503a data/create/loot_tables/blocks/scorchia_pillar.json -eb74c71b5d714e3a277aada069b1a688a917b05a data/create/loot_tables/blocks/scoria.json -a14cbed0737acdf3292881f93e263b2f893c13a9 data/create/loot_tables/blocks/scoria_pillar.json -b574766fe8cd8c0c0f0353471d8b99a119907413 data/create/loot_tables/blocks/secondary_linear_chassis.json -f500e70ffefb7de7c0acfde2fca0d5c68d8ae143 data/create/loot_tables/blocks/sequenced_gearshift.json -7399790c81229990f3bd921e12cd6d6b1d1860dd data/create/loot_tables/blocks/shadow_steel_casing.json -09907573ad2602251401bc53db0e389a45d6833c data/create/loot_tables/blocks/shaft.json -db62aecd17a828e4df9d54a368fd46091f736650 data/create/loot_tables/blocks/small_andesite_brick_slab.json -f7d75b38488c8aa6e89022a7ccdc1b64ced80f86 data/create/loot_tables/blocks/small_andesite_brick_stairs.json -2f2c44200994f2ca2c9e80b6ec74dc645c94c897 data/create/loot_tables/blocks/small_andesite_brick_wall.json -50fee9febb4a06eb55aa85652c9ee36b2423e6a5 data/create/loot_tables/blocks/small_andesite_bricks.json -af9c104f3d5863191aedf25c83c647de439c215f data/create/loot_tables/blocks/small_asurine_brick_slab.json -56aa727f02da49231e52593f4904eff3a93475ab data/create/loot_tables/blocks/small_asurine_brick_stairs.json -172dc3a9a866895035553e6ff166755a24afd0ff data/create/loot_tables/blocks/small_asurine_brick_wall.json -db97cf328010da9b5f643dbfde12660e9f8a33f8 data/create/loot_tables/blocks/small_asurine_bricks.json -7ed68e33a8c488242a2d9039797498068797c5a6 data/create/loot_tables/blocks/small_bogey.json -9a48f87a53b61188cfddbcf217b251ba13ee08df data/create/loot_tables/blocks/small_calcite_brick_slab.json -542fb74a3b02b5f947dbe9bd9d919b631ffd3ff3 data/create/loot_tables/blocks/small_calcite_brick_stairs.json -8b03b9773f2be01cf639c0fedcf69bb05f9a0f7d data/create/loot_tables/blocks/small_calcite_brick_wall.json -7ad525ee83e54cb4ab87b1bd0a83c30180440391 data/create/loot_tables/blocks/small_calcite_bricks.json -919708596d6935bd10fdfa3b63fadb9b3dfe378e data/create/loot_tables/blocks/small_crimsite_brick_slab.json -8bcc0984263eacf0c05386dd28fc1ded12b87416 data/create/loot_tables/blocks/small_crimsite_brick_stairs.json -f0b299c20217801df26f92513702d5a9e9086efa data/create/loot_tables/blocks/small_crimsite_brick_wall.json -95d2101faf54225b51498ca15567d28615da2d1d data/create/loot_tables/blocks/small_crimsite_bricks.json -56dda5ab58c0e1b6bec31fddd73044996afa3c37 data/create/loot_tables/blocks/small_deepslate_brick_slab.json -f720b2cb93657a7d5d6b7d67d43e60eb20b31c49 data/create/loot_tables/blocks/small_deepslate_brick_stairs.json -8a2c399f024ccfbb1b62b13d61fc6a53df526347 data/create/loot_tables/blocks/small_deepslate_brick_wall.json -d58194ed7e02dc64d353a8830526a4f17e5f96c1 data/create/loot_tables/blocks/small_deepslate_bricks.json -7cdb1a3620b603a1c8e8ce9be2a16b70cf4007e5 data/create/loot_tables/blocks/small_diorite_brick_slab.json -5e94bb0e8ed380abe218c928f7b43ba84fe68e54 data/create/loot_tables/blocks/small_diorite_brick_stairs.json -8d3fa20996c58fcfd4e8d05872c8fb50346b733d data/create/loot_tables/blocks/small_diorite_brick_wall.json -183b92bda5079cee00f4d952ad208886791476cc data/create/loot_tables/blocks/small_diorite_bricks.json -387031e7aaf17cec473b7584809eafdf6aac0d5e data/create/loot_tables/blocks/small_dripstone_brick_slab.json -16aa4d15d94b7f94c21599dafb95e30e873e6f2f data/create/loot_tables/blocks/small_dripstone_brick_stairs.json -36e425933517649d0f34f9f103dd48754fbf4733 data/create/loot_tables/blocks/small_dripstone_brick_wall.json -5d618747b992b5d4977c2c8b7f138c8bf8668773 data/create/loot_tables/blocks/small_dripstone_bricks.json -d304f4e64977e339535c2eb4b109b4d012fdabef data/create/loot_tables/blocks/small_granite_brick_slab.json -f7f809820d265722d5bb34664843b9aead12d08c data/create/loot_tables/blocks/small_granite_brick_stairs.json -aaf2f70f8ff4b7c126d4584b5111bbc4667ce5f9 data/create/loot_tables/blocks/small_granite_brick_wall.json -4da2f9aa7094374dd4271fe586ac08b8f1b0edb1 data/create/loot_tables/blocks/small_granite_bricks.json -67243b9c863c2f77914ebde2495a10506661c8be data/create/loot_tables/blocks/small_limestone_brick_slab.json -8e9260a3eb526133930c4f67b0b3f494cc38df70 data/create/loot_tables/blocks/small_limestone_brick_stairs.json -ba01c69bcaf485693d03dc124b2e1a7b0ff35467 data/create/loot_tables/blocks/small_limestone_brick_wall.json -a5515a5dc14d7f09a7f8f0cb36471fe1987c0781 data/create/loot_tables/blocks/small_limestone_bricks.json -fd511a192600c31e00090909970c863e5de22762 data/create/loot_tables/blocks/small_ochrum_brick_slab.json -09cc343fe01e837537e3a7b97a9d2ba31076e44f data/create/loot_tables/blocks/small_ochrum_brick_stairs.json -98d8a76d4d694f7ffe2f9ab278b68919ae66d6b1 data/create/loot_tables/blocks/small_ochrum_brick_wall.json -8deeec5e9baecc95170fd7c55177fcc3a5631e47 data/create/loot_tables/blocks/small_ochrum_bricks.json -90abb679f0f22fb7f170d047e4d66aaf28015c33 data/create/loot_tables/blocks/small_rose_quartz_tiles.json -719866898f418f6deaa909c6f857ccc122e30a3b data/create/loot_tables/blocks/small_scorchia_brick_slab.json -09c28555152ca9605fbfa48c62a8c330e2394901 data/create/loot_tables/blocks/small_scorchia_brick_stairs.json -93c14189425d4f1400c6f00eae5cd97c8199eb9b data/create/loot_tables/blocks/small_scorchia_brick_wall.json -5d89ac57830e673bbbfe9d6afd5f71f4d6b428de data/create/loot_tables/blocks/small_scorchia_bricks.json -1909d3e19e57641310c212ef56580a12bbf46094 data/create/loot_tables/blocks/small_scoria_brick_slab.json -6897cd387ec350b80eb67f23ec4e4cdd39f07063 data/create/loot_tables/blocks/small_scoria_brick_stairs.json -675d7f7486a831f9378dbd017e719585a4a31ab1 data/create/loot_tables/blocks/small_scoria_brick_wall.json -13ced21d76b88d4af8af70fd21633de4e4ebf016 data/create/loot_tables/blocks/small_scoria_bricks.json -cd12e4f5a3de504a534924ee2f67a2754bff5594 data/create/loot_tables/blocks/small_tuff_brick_slab.json -35a636bef909884432fc9246091230215897dafd data/create/loot_tables/blocks/small_tuff_brick_stairs.json -e673e747d4f5ac76e6380f5a11ba26fda90e0be3 data/create/loot_tables/blocks/small_tuff_brick_wall.json -669578e617db4efa3538e9152137d68f2ad245ae data/create/loot_tables/blocks/small_tuff_bricks.json -7e33ab7ec974f6d5c8607d4ab06c24938f6ff5ab data/create/loot_tables/blocks/small_veridium_brick_slab.json -85c8578e1d753fcd62cdbaa8410b4e880855c729 data/create/loot_tables/blocks/small_veridium_brick_stairs.json -33f7a999490b9003a369b99fbcefaaa666a34a1a data/create/loot_tables/blocks/small_veridium_brick_wall.json -e257576e224e673ecf3aadc32d145e489c86349e data/create/loot_tables/blocks/small_veridium_bricks.json -037393d1d3991d0a6037de793319549148264efa data/create/loot_tables/blocks/smart_chute.json -7bebf64d60e2e32cb3fce05dee0e21eb1dd71e59 data/create/loot_tables/blocks/smart_fluid_pipe.json -549d30e1bc5c39d222866d3cfb912dc2e62f891c data/create/loot_tables/blocks/speedometer.json -2ef9d90b2f03d86a758e3a2fb626ecc1d6709a51 data/create/loot_tables/blocks/spout.json -8f52215e5954a5a14b14db0304cb8471ad26f9fd data/create/loot_tables/blocks/spruce_window.json -ad771358ecd71e2f0c4b71f7244947fc2dc2a1c9 data/create/loot_tables/blocks/spruce_window_pane.json -e3f024bb8366efe8a8b4335a769a93595adcdb18 data/create/loot_tables/blocks/steam_engine.json -de42002e7b77c3bdc8e69407f6dcab57bf5fa96e data/create/loot_tables/blocks/steam_whistle.json -5c1df8443043b3fe3b665dba348e2ff188bcbe31 data/create/loot_tables/blocks/steam_whistle_extension.json -1ab6f4764b93da0e78494dd2deb3a4fff0ed9553 data/create/loot_tables/blocks/sticker.json -94f516dd7e6fd4bd4ee26fad2d2d84b79f40de0b data/create/loot_tables/blocks/sticky_mechanical_piston.json -69cc8ce9ff7b905b62f52d9ac4819e79f3235f58 data/create/loot_tables/blocks/stockpile_switch.json -da3ceb80799d349b91781b0dd43a02e548045c66 data/create/loot_tables/blocks/stressometer.json -811674fd816503cd78fc4df267dc23f760940e8f data/create/loot_tables/blocks/tiled_glass.json -313344ef4ee67ffd0f7fd44adcb3ad08de571c92 data/create/loot_tables/blocks/tiled_glass_pane.json -e2846b8823918bce402eb361f703ecdc14251ccc data/create/loot_tables/blocks/track.json -749a2f82cc5315d10447d644b13c1c1e9a7673a6 data/create/loot_tables/blocks/track_observer.json -f589afc404f98c42d2d9b0b03bcac87f7f6444cc data/create/loot_tables/blocks/track_signal.json -4617a11e220dcd0094c29d204fe90c01495c4e9b data/create/loot_tables/blocks/track_station.json -7f337ebb7f9a6ec83af12f3cf99517762689ac25 data/create/loot_tables/blocks/train_door.json -f74bc454bda585bc5ab0b5b3e0b4d345a6ff039b data/create/loot_tables/blocks/train_trapdoor.json -8fbe59bc77b029b802c43fb8a930778dede440ea data/create/loot_tables/blocks/tuff_pillar.json -2419d50b6086e92ab05624fdf38ef2b55c0b0944 data/create/loot_tables/blocks/turntable.json -2706ebca18074fe8d7a988d2c0002c857bff5c2b data/create/loot_tables/blocks/veridium.json -807db49465d08d0764531966fdc959c44ee26ca8 data/create/loot_tables/blocks/veridium_pillar.json -58817975fa17542fa8ac9c1999728ee04e2a97d1 data/create/loot_tables/blocks/vertical_framed_glass.json -36bf2789bcdad7456e8a8d7977f53cd4ffbe8a39 data/create/loot_tables/blocks/vertical_framed_glass_pane.json -183444f27542a3a7ab933243b61c2714357f7361 data/create/loot_tables/blocks/warped_window.json -2fa711af9d00bd47f256fe6b0cc83a303644b1c0 data/create/loot_tables/blocks/warped_window_pane.json -e6c1f19127a3fcf010ed6fb004a40a69458c54e3 data/create/loot_tables/blocks/water_wheel.json -815cddd9fb217a69b3a0ac4554d830c04d0ef173 data/create/loot_tables/blocks/waxed_copper_shingle_slab.json -b28ea9be9de982b6561839c61f4a7264c8ba4171 data/create/loot_tables/blocks/waxed_copper_shingle_stairs.json -b26f12b81e4f801cc107b5c6316ad9006c5ea391 data/create/loot_tables/blocks/waxed_copper_shingles.json -6a0c2eb0b7992b2c98ef39cebfbed186a283ef98 data/create/loot_tables/blocks/waxed_copper_tile_slab.json -24f57a8fab8f3a4db8b3f15cf394cd17309a9be6 data/create/loot_tables/blocks/waxed_copper_tile_stairs.json -90789cecd853b790ed63f57faff0013aa186b75b data/create/loot_tables/blocks/waxed_copper_tiles.json -26fac39e8634f42fb45e5faf78fb8a6ac0de7128 data/create/loot_tables/blocks/waxed_exposed_copper_shingle_slab.json -ce36123d93f7204cad85f3287b246bcc4b3b5574 data/create/loot_tables/blocks/waxed_exposed_copper_shingle_stairs.json -94f83c9b2cbd53d4c44f882f6806bd4ec201ccde data/create/loot_tables/blocks/waxed_exposed_copper_shingles.json -99bb32c83a0d598f5ad09605d235dfbcb22e133e data/create/loot_tables/blocks/waxed_exposed_copper_tile_slab.json -1dd33e60b63503ff4fa742369f7c1f91c6e207b3 data/create/loot_tables/blocks/waxed_exposed_copper_tile_stairs.json -7c8f6f04f86368a8c4f0aec88ae83c0d7485a713 data/create/loot_tables/blocks/waxed_exposed_copper_tiles.json -1bc524e85140d80153bc23f676868a5a74c54bc0 data/create/loot_tables/blocks/waxed_oxidized_copper_shingle_slab.json -bdd0ff9cf7f074bdd070c033ccd3589851addbac data/create/loot_tables/blocks/waxed_oxidized_copper_shingle_stairs.json -cf4001413082d63a8e87c251531f3c78a00746ed data/create/loot_tables/blocks/waxed_oxidized_copper_shingles.json -8e6ec3f2d3db08105cb7a3ab95b79eaea501c2a0 data/create/loot_tables/blocks/waxed_oxidized_copper_tile_slab.json -2fa935fa77951fe0f1d860e42e7a67fea9a9b321 data/create/loot_tables/blocks/waxed_oxidized_copper_tile_stairs.json -66c7bc0abcb4b6c216163b81957083c3de57c6d2 data/create/loot_tables/blocks/waxed_oxidized_copper_tiles.json -268d2ad44b21399e06d4c92918e8df9000227e83 data/create/loot_tables/blocks/waxed_weathered_copper_shingle_slab.json -4490bad01037e12adfd529343fd03a862090cfb4 data/create/loot_tables/blocks/waxed_weathered_copper_shingle_stairs.json -90c8f746925a4d53bb176adc5ffaa6e7b7602259 data/create/loot_tables/blocks/waxed_weathered_copper_shingles.json -bd6bab9dff68eedb4d88ca2ea11dc50f9f70210c data/create/loot_tables/blocks/waxed_weathered_copper_tile_slab.json -b249f07d3a5e7f95cf5d190e1f8b9281b1fd6273 data/create/loot_tables/blocks/waxed_weathered_copper_tile_stairs.json -95393bead789d39c74b0da29ec1dc1e5518cfd1f data/create/loot_tables/blocks/waxed_weathered_copper_tiles.json -2f1322d7f818d83781d3c77323e831987ec9f5ea data/create/loot_tables/blocks/weathered_copper_shingle_slab.json -9db21fd00af00d5d5c911eb078f39b145820c935 data/create/loot_tables/blocks/weathered_copper_shingle_stairs.json -46fae57024a47f46c9edde7722465ee578022911 data/create/loot_tables/blocks/weathered_copper_shingles.json -73152fd32d6661e5d3c6044e19980e8728f6271a data/create/loot_tables/blocks/weathered_copper_tile_slab.json -eb2bb750d61b6540dd90797c173bf1ca51a13a6e data/create/loot_tables/blocks/weathered_copper_tile_stairs.json -dba3230dc18539a3cbadab684f3ddb3bce84f119 data/create/loot_tables/blocks/weathered_copper_tiles.json -9303346e6288419fbb4b0aec6f0b39592337b0ee data/create/loot_tables/blocks/weighted_ejector.json -2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/white_nixie_tube.json -be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/white_sail.json -c8d93b23e1d359b95a32573155f4a37537154fb9 data/create/loot_tables/blocks/white_seat.json -4a1d1d9141f91cd4c8287c66565e94caafd59666 data/create/loot_tables/blocks/white_toolbox.json -7b6b83d0bf524bc8eb4b3f6f51e50b69f3e7a87f data/create/loot_tables/blocks/white_valve_handle.json -aff7f8bcd7202072a95d8b84f66d9ce4a00787b6 data/create/loot_tables/blocks/windmill_bearing.json -7132d07dea55b7e29465b4ab9499af8c28de7af5 data/create/loot_tables/blocks/wooden_bracket.json -2e21a06c0d671e543bffecb0b67d97b51fa83ddc data/create/loot_tables/blocks/yellow_nixie_tube.json -be99e48382ef8ccfb94c227c4dec7b627b4128e7 data/create/loot_tables/blocks/yellow_sail.json -1db8d7be9a0258a9ab07821b453be2eb85602e04 data/create/loot_tables/blocks/yellow_seat.json -663b330df1638209d18200bbdeb52afe38016594 data/create/loot_tables/blocks/yellow_toolbox.json -be7104a6f726371b18564b1f08d704ff1cd90306 data/create/loot_tables/blocks/yellow_valve_handle.json -efb30e3d24a700cf35b29406ee0b5d5021545d51 data/create/loot_tables/blocks/zinc_block.json -d54859b2eb9c8c06aca8a8484bc65c8e4e0bb80a data/create/loot_tables/blocks/zinc_ore.json -b65bac8bc2fbfd476040c1aab1c0588b8bd59ebe data/create/recipes/acacia_window.json -35b4da9c14da60584c32e959efc2223f64bb3ec2 data/create/recipes/acacia_window_pane.json -dcdad7a04838ef202b42f84a15243e3d2472b14e data/create/recipes/andesite_pillar_from_andesite_stonecutting.json -b1f2f8a0f78bcd856e0352d88b6392ca6d5ed74f data/create/recipes/andesite_pillar_from_stone_types_andesite_stonecutting.json -a30aa616e2b62c848dd194e319a90bf7ba3db81b data/create/recipes/asurine_pillar_from_asurine_stonecutting.json -a133d4d2542c0b9309873d06a72e7efff4cee219 data/create/recipes/asurine_pillar_from_stone_types_asurine_stonecutting.json -2b291b77860254b7ba8500cf2199a04ca1fca7b5 data/create/recipes/birch_window.json -288d80210f7efb4664e2e9c9d9111049863e5f60 data/create/recipes/birch_window_pane.json -7fc9cec199788a1151f9760b2e2c6eec870f830f data/create/recipes/blasting/copper_ingot_from_crushed.json -d9021504be855cd2d4d91503a82b84233052adb0 data/create/recipes/blasting/gold_ingot_from_crushed.json -f2307aa01ddf7accb3fe19c4d3f9b46dec1acf97 data/create/recipes/blasting/ingot_aluminum_compat_immersiveengineering.json -8315c188802bd64f7226a9e942be45173112c7ac data/create/recipes/blasting/ingot_lead_compat_immersiveengineering.json -a000546cea7ea3fcf7fdd741d367d3d2da744871 data/create/recipes/blasting/ingot_lead_compat_mekanism.json -368fd45a8e9d5d2fc0e1f8af1ffb48984b85601c data/create/recipes/blasting/ingot_nickel_compat_immersiveengineering.json -d167828a4fe3a20d765831c1df433fc3c8efeab8 data/create/recipes/blasting/ingot_osmium_compat_mekanism.json -9b5a388f0f8a3a8fae9e6bbf6460913b7c1f6fe7 data/create/recipes/blasting/ingot_silver_compat_immersiveengineering.json -7997e66e5e7aebe2c6da764902d78e3bf5f4c530 data/create/recipes/blasting/ingot_tin_compat_mekanism.json -ba7498521a1e07b9bd46ec230d952fb232eaaba0 data/create/recipes/blasting/ingot_uranium_compat_immersiveengineering.json -ee290750b334b7996ba856a8f66f4948346c99f6 data/create/recipes/blasting/ingot_uranium_compat_mekanism.json -69cda0f54c47cd44c296608cc379db855602410f data/create/recipes/blasting/iron_ingot_from_crushed.json -606b46f5af59d7bd71462807ceb95edebb09a07e data/create/recipes/blasting/lead_ingot_compat_thermal.json -bd26be2cc7044537628e10ff057a7ce78b720025 data/create/recipes/blasting/nickel_ingot_compat_thermal.json -c49e88f38ad624a56865bb293e2b81da09ebdf37 data/create/recipes/blasting/silver_ingot_compat_thermal.json -539c30c3c06489815b0a356735a0dd42ac432b26 data/create/recipes/blasting/tin_ingot_compat_thermal.json -70b58fa5ee4ca088f5cd9d4bce2853b1bbf98780 data/create/recipes/blasting/zinc_ingot_from_crushed.json -3b1f91669d1133bb41f2d8e129d885465cb5b30e data/create/recipes/blasting/zinc_ingot_from_ore.json -2dff1a64b2c9974b768f4861ad90a9a110bdd021 data/create/recipes/blasting/zinc_ingot_from_raw_ore.json -25af3c80132496b17d71800a43538bc34812efa3 data/create/recipes/brass_ladder_from_plates_brass_stonecutting.json -89cc3710a1925239030329b151f9764901a647e5 data/create/recipes/calcite_pillar_from_calcite_stonecutting.json -2cf7208bfe82b26443d41c05edd321f76a3a3df0 data/create/recipes/calcite_pillar_from_stone_types_calcite_stonecutting.json -339bcf4a9c4e7b36c15970aa671af8620703b23e data/create/recipes/campfire_cooking/bread.json -ca137d5bce3b5f10069041657fdf630529d06bda data/create/recipes/compacting/andesite_from_flint.json -f7879d404d7a848d818278b4e788f285a9087e63 data/create/recipes/compacting/blaze_cake.json -27c23592d8fec03072a04544d3598ca9b1c798ff data/create/recipes/compacting/chocolate.json -ac91109efa5a253f54257904190b80a400ec6d0c data/create/recipes/compacting/diorite_from_flint.json -7657603e95ccf83dd0d4b104635db66e531d092a data/create/recipes/compacting/granite_from_flint.json -739a1d004c4be50cda2d706a64b797f66c3ca9c8 data/create/recipes/compacting/honey.json -72ae29ce953c855eb52fa48e8dbde566574a45f6 data/create/recipes/copper_ladder_from_plates_copper_stonecutting.json -1a03af7f858946c395cc05714dd4d0a02206d2d4 data/create/recipes/copper_shingle_slab.json -059abbf567f7b5cf376447bdbee27285b29b7f0f data/create/recipes/copper_shingle_slab_from_copper_shingles_stonecutting.json -0d7569afe35b4bf7da05cd500d1b8d9bd78f9842 data/create/recipes/copper_shingle_stairs.json -88e7c02b8a3ac9cc8692fa44751d88880114b0a7 data/create/recipes/copper_shingle_stairs_from_copper_shingles_stonecutting.json -bea832822e0e5f0048eb94649641ea541e11f943 data/create/recipes/copper_shingles_from_plates_copper_stonecutting.json -4c8597b9fba9b0f2b35c7c62df21fa11037a9af7 data/create/recipes/copper_tile_slab.json -454138a8adc681124e3e64fa9da54627e9413982 data/create/recipes/copper_tile_slab_from_copper_tiles_stonecutting.json -0c52acde7dc4d19349d859d76527b712542d36c5 data/create/recipes/copper_tile_stairs.json -15da07234ee005be984f060520d0cf87bca672f5 data/create/recipes/copper_tile_stairs_from_copper_tiles_stonecutting.json -10fdc13f5b2b745e13e6e4e949a07ceaf4544a26 data/create/recipes/copper_tiles_from_plates_copper_stonecutting.json -eb18d5972484418fa5a768633e68688ad20d2bd7 data/create/recipes/crafting/appliances/copper_backtank.json -c077375d16b4505e52548613fbc9356993556e6b data/create/recipes/crafting/appliances/crafting_blueprint.json -cba3566f09234b9cd17d8bc87dc87b2f779214e9 data/create/recipes/crafting/appliances/diving_boots.json -3e6bbbd6aa2b1373e9d6063d48560e4b547a5a5b data/create/recipes/crafting/appliances/diving_helmet.json -edf96556bb2357f54fd398fe573641afa15239b2 data/create/recipes/crafting/appliances/dough.json -75cdbd88973a8ca943ebe890153b01a344b96b01 data/create/recipes/crafting/appliances/linked_controller.json -7b5f863dda3d05a79cb85943a178eba0bd8a7dc7 data/create/recipes/crafting/appliances/slime_ball.json -b159ba84428eee6ef6e23df1766f2a18f2c8a63e data/create/recipes/crafting/appliances/tree_fertilizer.json -395f5fc62e27448121e3447a24a752be1a91def2 data/create/recipes/crafting/copper/waxed_copper_shingle_slab_from_honeycomb.json -abeea1ad82cfac1f47db07db361a16faaae69860 data/create/recipes/crafting/copper/waxed_copper_shingle_stairs_from_honeycomb.json -f13f4341dc07d91cb9ddeb6bb13cb6aa15d9a4ff data/create/recipes/crafting/copper/waxed_copper_shingles_from_honeycomb.json -25cd2ed197e99dd4590860be3eb5cd09082844bb data/create/recipes/crafting/copper/waxed_copper_tile_slab_from_honeycomb.json -9350b0fd8a965eb28f8840d285b27e99783abe0f data/create/recipes/crafting/copper/waxed_copper_tile_stairs_from_honeycomb.json -e3739a6db0c4987a43da3997bf1cd17c7b570752 data/create/recipes/crafting/copper/waxed_copper_tiles_from_honeycomb.json -a809017a4b6acf78e6f1baf3994120b23ca288c2 data/create/recipes/crafting/copper/waxed_exposed_copper_shingle_slab_from_honeycomb.json -e2e7a98e87d87cf76efb83d771fb74850fbe8833 data/create/recipes/crafting/copper/waxed_exposed_copper_shingle_stairs_from_honeycomb.json -e35e107dbd5d2e933e0f756450ae66de5d25ff2d data/create/recipes/crafting/copper/waxed_exposed_copper_shingles_from_honeycomb.json -fcd6eda324b5842717c6ff2009e374352910f76d data/create/recipes/crafting/copper/waxed_exposed_copper_tile_slab_from_honeycomb.json -9369bb7c37b890f3afe61a641b52af69accd97ec data/create/recipes/crafting/copper/waxed_exposed_copper_tile_stairs_from_honeycomb.json -51ef9877d1cf67f794430c0a3e8a3caab7fb8d0c data/create/recipes/crafting/copper/waxed_exposed_copper_tiles_from_honeycomb.json -38a2318202e2afd038bebbcb53ea56621ae6476f data/create/recipes/crafting/copper/waxed_oxidized_copper_shingle_slab_from_honeycomb.json -56a4d34eb97c5bf34758973da317e44d7a5a435a data/create/recipes/crafting/copper/waxed_oxidized_copper_shingle_stairs_from_honeycomb.json -cb1e89df3f0289d1a08fd20f2579d4c7aa879a50 data/create/recipes/crafting/copper/waxed_oxidized_copper_shingles_from_honeycomb.json -586dff9164c4761cadae04de2651dda57827a9e5 data/create/recipes/crafting/copper/waxed_oxidized_copper_tile_slab_from_honeycomb.json -a47812eae90abeccd459364cc2f05bdeafa57b82 data/create/recipes/crafting/copper/waxed_oxidized_copper_tile_stairs_from_honeycomb.json -668f70afd768e9e03d9ab650e0c5cf53b313dd62 data/create/recipes/crafting/copper/waxed_oxidized_copper_tiles_from_honeycomb.json -28a7d930b997567399fe7f9010259c395e905609 data/create/recipes/crafting/copper/waxed_weathered_copper_shingle_slab_from_honeycomb.json -0c79280bd84247144baf5290f7299ea9644e237e data/create/recipes/crafting/copper/waxed_weathered_copper_shingle_stairs_from_honeycomb.json -36cfa23ca1da0068ed5565e8f48ecae01ea025aa data/create/recipes/crafting/copper/waxed_weathered_copper_shingles_from_honeycomb.json -6ad0323369669ed9eca7826e42cae74487cc7921 data/create/recipes/crafting/copper/waxed_weathered_copper_tile_slab_from_honeycomb.json -b8c398ca1f483ce673b66af80c6f43902f51e2a6 data/create/recipes/crafting/copper/waxed_weathered_copper_tile_stairs_from_honeycomb.json -21bf282501c5fd1b53672df76ba99c5d8cd57023 data/create/recipes/crafting/copper/waxed_weathered_copper_tiles_from_honeycomb.json -4754ca20a7efdf382f32be150f38bdf4e8183fc4 data/create/recipes/crafting/curiosities/brown_toolbox.json -ab875f89a22504f3d3fd6ee2aa004d5f0082f169 data/create/recipes/crafting/curiosities/cake.json -660e92da2b1b6698b1c0df74bd74a56a25fb3eca data/create/recipes/crafting/curiosities/minecart_coupling.json -1f8f96ab57363166b7e132a1dd082001a5a0d5f0 data/create/recipes/crafting/curiosities/peculiar_bell.json -07b3ca3a3e44ee1f76c69132ffa6556e027e5b0e data/create/recipes/crafting/curiosities/toolbox_dyeing.json -4e9630bad12e6879ae7357ce7c8d455dddded9a4 data/create/recipes/crafting/kinetics/adjustable_chain_gearshift.json -88de51b451469698665b7319e5b9cfb9a87ae3e0 data/create/recipes/crafting/kinetics/analog_lever.json -8dc42e21f4d45dee83645b0cc96543bbe0ea4472 data/create/recipes/crafting/kinetics/andesite_ladder.json -cf1f3a6306d47025cebe153cf05949ef69ccbe5a data/create/recipes/crafting/kinetics/attribute_filter.json -059d12526529b2896ed583555373afa31839a0de data/create/recipes/crafting/kinetics/basin.json -dcf98e667d321fb4bd9fa6dfec7927a84cdbd5d6 data/create/recipes/crafting/kinetics/belt_connector.json -2e40aee7ff7b5518a56ac9b042b925caecac7528 data/create/recipes/crafting/kinetics/black_seat.json -f1f831df77345ade0b62837bb1fb45ad1c763405 data/create/recipes/crafting/kinetics/black_seat_from_other_seat.json -d02a23b12abe105660ae613e69979cc7e86bfbca data/create/recipes/crafting/kinetics/black_valve_handle_from_other_valve_handle.json -19cf1b77431fc50bee7c7adae51c5025b5f0b6bc data/create/recipes/crafting/kinetics/blue_seat.json -6e03e06a20832116a1daa1a2ebe781b9cb44cb0d data/create/recipes/crafting/kinetics/blue_seat_from_other_seat.json -f7ed975f13585273832f12d9f28808e0215308af data/create/recipes/crafting/kinetics/blue_valve_handle_from_other_valve_handle.json -23fe800a45e81a08eb0aa732c5cb52e4e8ebfe86 data/create/recipes/crafting/kinetics/brass_hand.json -23b98f9772b1567172607cb0aecc65e2fdd933de data/create/recipes/crafting/kinetics/brown_seat.json -ab3b69d035dae7fe696f5dd983d7018649f466a2 data/create/recipes/crafting/kinetics/brown_seat_from_other_seat.json -9eab21724f64455376c12b14f42a09a3af547201 data/create/recipes/crafting/kinetics/brown_valve_handle_from_other_valve_handle.json -ac71fb7ad49c64bbe37230deeb1b06f7ea76036c data/create/recipes/crafting/kinetics/cart_assembler.json -7f48f8db6c9fbc7e39bf6e3580a86364b53df057 data/create/recipes/crafting/kinetics/chute.json -507e4d788144224d977c5f136800b6c9e277f837 data/create/recipes/crafting/kinetics/clockwork_bearing.json -031788926b5d8b77ec061773a11c3cfd2b361cd1 data/create/recipes/crafting/kinetics/clutch.json -a79bb44c6b136ea3d3f28926adf84e37e6aa6aa6 data/create/recipes/crafting/kinetics/cogwheel.json -11fe2ccc11f470e5735c3e848a944f889697ff73 data/create/recipes/crafting/kinetics/controller_rail.json -397c6c0691a54987b67854673b8d3c16c7f74e14 data/create/recipes/crafting/kinetics/controls.json -3093be508f6597eee2f3230cd9072f12d2821a6f data/create/recipes/crafting/kinetics/copper_valve_handle.json -886caa21481e62d44d70fd103f8d29f9bac64d60 data/create/recipes/crafting/kinetics/copper_valve_handle_from_others.json -59db5170cec390fe6c20a27d6154deebe044580c data/create/recipes/crafting/kinetics/crafter_slot_cover.json -92e84058e4bf36a770405a4dd37fa3df17cb240e data/create/recipes/crafting/kinetics/cuckoo_clock.json -67583ae5a8c9f71e3856a1787c6650c34070428e data/create/recipes/crafting/kinetics/cyan_seat.json -6c4d1e8f5b903cc804330a799ad20df59c427d05 data/create/recipes/crafting/kinetics/cyan_seat_from_other_seat.json -40018bc6f631c443279c410dc7c5765060f7446a data/create/recipes/crafting/kinetics/cyan_valve_handle_from_other_valve_handle.json -0c9f611a3982b04f817136b8bcee2548f2eff450 data/create/recipes/crafting/kinetics/deployer.json -2fe66b3d37ff5b0f7f30d5baa4efd713dd8b502a data/create/recipes/crafting/kinetics/depot.json -37012670f9913fbaf83a44a5655693390dcf4a2b data/create/recipes/crafting/kinetics/display_board.json -93940e00c442077ce101dca50dbc28e0f1178560 data/create/recipes/crafting/kinetics/empty_blaze_burner.json -882d1f0f2a05a067cc6c5d73440464310514f95b data/create/recipes/crafting/kinetics/encased_chain_drive.json -665cf36bbca980b538eee76c87e1d80dffca0669 data/create/recipes/crafting/kinetics/encased_fan.json -0dd0cc11eaa6789fc612af3231ed247893852178 data/create/recipes/crafting/kinetics/filter.json -9df7da02bcae5ae7c3b441ff0299f75394133145 data/create/recipes/crafting/kinetics/fluid_pipe.json -16e1192dbd5b54e4ebfdc3310170b6a1d51b8f6f data/create/recipes/crafting/kinetics/fluid_pipe_vertical.json -284e8554d7285989a1684a5e14c72063d152cc9e data/create/recipes/crafting/kinetics/fluid_tank.json -5f229a7024101b27d95e6c13991a5be81f400dad data/create/recipes/crafting/kinetics/fluid_valve.json -bae222e1eab464b25431909abe9a7da2ef9bd7a6 data/create/recipes/crafting/kinetics/flywheel.json -2e8dbe8a7dac8195d9a47818d57618420b758bd4 data/create/recipes/crafting/kinetics/framed_glass_door.json -f94e2f405186afed7f5b9f2dc289fab6becedfe5 data/create/recipes/crafting/kinetics/framed_glass_trapdoor.json -84153bd478c0e63a04c77579d6595043f604b7ab data/create/recipes/crafting/kinetics/furnace_minecart_from_contraption_cart.json -eda6469171edb77bf82d05f0b196f003a4d4ad34 data/create/recipes/crafting/kinetics/gantry_carriage.json -21095a156547d4a7d215964be793f1e960b81c09 data/create/recipes/crafting/kinetics/gantry_shaft.json -5eb05cdf88bccdaddfe7ebfbd8b70d1196d422a6 data/create/recipes/crafting/kinetics/gearbox.json -b5da8c58f6b8aba525ae8a12ad906db37b78a566 data/create/recipes/crafting/kinetics/gearboxfrom_conversion.json -0939038638e99737decca86808d49e3b54ca2392 data/create/recipes/crafting/kinetics/gearshift.json -5b07af1b09125f874500c3fb140efda90061a19e data/create/recipes/crafting/kinetics/goggles.json -4e6db62bd4e72a5b19db4ed634c273cd7206ec61 data/create/recipes/crafting/kinetics/gray_seat.json -89ff5b0b6e78221b78d1daff0401b4a32eccb213 data/create/recipes/crafting/kinetics/gray_seat_from_other_seat.json -8fc378f0641dee74ca17e4fe94f64930f48a5072 data/create/recipes/crafting/kinetics/gray_valve_handle_from_other_valve_handle.json -01fbdedbb05c66a207784cae902484245c1d6f62 data/create/recipes/crafting/kinetics/green_seat.json -9a11f2a6d34cb0031392c32bffc70c5f5e0bfeed data/create/recipes/crafting/kinetics/green_seat_from_other_seat.json -574e32cd8c194576a1c060cfcd7476bcc3f319df data/create/recipes/crafting/kinetics/green_valve_handle_from_other_valve_handle.json -fe806e84a575e83da4709e1d48426bda1b6421d1 data/create/recipes/crafting/kinetics/hand_crank.json -312c6be229299f1d426e13545091f671b2a09226 data/create/recipes/crafting/kinetics/hose_pulley.json -f4fbb11ef55f3431bd387f3f6f258513bfbc8011 data/create/recipes/crafting/kinetics/item_drain.json -8f7110447f039f80a6f5b1d854bc760c3d77da82 data/create/recipes/crafting/kinetics/item_vault.json -7f105694e02d4ce69a02740edfa4a0d0bc4f4eac data/create/recipes/crafting/kinetics/large_cogwheel.json -197c174c28f294b23ae6496b7a31c35e7e8b4771 data/create/recipes/crafting/kinetics/large_cogwheelfrom_little.json -0397b107ab380cd23390c96f298971a70e9bceef data/create/recipes/crafting/kinetics/light_blue_seat.json -aa06f0594e1b2d31aa41bace309ed95a16529498 data/create/recipes/crafting/kinetics/light_blue_seat_from_other_seat.json -bb8759b51aef768fa841962b9ad49676a6096a1c data/create/recipes/crafting/kinetics/light_blue_valve_handle_from_other_valve_handle.json -31b9cb3b37118ff339acbba4fcb13bd18983ce24 data/create/recipes/crafting/kinetics/light_gray_seat.json -7bdf2f1b8829fc2fc2db4b325867bb0c1e7daf47 data/create/recipes/crafting/kinetics/light_gray_seat_from_other_seat.json -b83f189682a8d5426895687c84a9ed90b42f7220 data/create/recipes/crafting/kinetics/light_gray_valve_handle_from_other_valve_handle.json -8eb806f51491ecd30bf22ac6b28d6f92c4c150a4 data/create/recipes/crafting/kinetics/lime_seat.json -70f75291e20b72140f7893f67c062e5e6800ce51 data/create/recipes/crafting/kinetics/lime_seat_from_other_seat.json -49a2bedd4ea900eef269006b27635e191f4b364b data/create/recipes/crafting/kinetics/lime_valve_handle_from_other_valve_handle.json -61332f88f51bbd465ee0da879e706b994710d949 data/create/recipes/crafting/kinetics/linear_chassis.json -9bf76daab65d048a135d70db522989ebc77ccaf1 data/create/recipes/crafting/kinetics/linear_chassisfrom_conversion.json -fd0fced8aa6ae01ffb1dc0f55ec5d8522d864a02 data/create/recipes/crafting/kinetics/magenta_seat.json -ba2fb8e07f03b376d3629262b2eaeda988e76af2 data/create/recipes/crafting/kinetics/magenta_seat_from_other_seat.json -631039797c71547fb4fe33ab5cb688e222f123ae data/create/recipes/crafting/kinetics/magenta_valve_handle_from_other_valve_handle.json -659cd6acdd15511c4b0a396740118b99b76a619d data/create/recipes/crafting/kinetics/mechanical_arm.json -9dc5cec519159712eb7b49859a560a011b47ce9e data/create/recipes/crafting/kinetics/mechanical_bearing.json -a8174961cfd32d41823a065a0587ec193d25c383 data/create/recipes/crafting/kinetics/mechanical_crafter.json -4372830100d39c4a89ff397a62b01940e1a28cb3 data/create/recipes/crafting/kinetics/mechanical_drill.json -0972ab663a9f51ffc63463ee7329efe516321fbb data/create/recipes/crafting/kinetics/mechanical_harvester.json -21e29a75aae3e21012c32ef13a53e204396ea013 data/create/recipes/crafting/kinetics/mechanical_mixer.json -e8d842e3bd9949ea12682d9cddf29e7d54f926ec data/create/recipes/crafting/kinetics/mechanical_piston.json -8a2f9068d6fab81f46699f897e619461ca89e38f data/create/recipes/crafting/kinetics/mechanical_plough.json -be0b5c980c310807253d54006a714534a4b27065 data/create/recipes/crafting/kinetics/mechanical_press.json -4307cc2c988ac19602f2f86afa2146c7e7fef026 data/create/recipes/crafting/kinetics/mechanical_pump.json -ce28bcb47a379976d4a1bdfcfd1cdd0bae0bcdae data/create/recipes/crafting/kinetics/mechanical_saw.json -353146e9501096b4cd9632ad5500b0a2406c6f5d data/create/recipes/crafting/kinetics/metal_bracket.json -0ef8088b775f551c6f5b44f21f419fba366a971e data/create/recipes/crafting/kinetics/metal_girder.json -43d0ba7b15a4280eb6c8932e877c14aad24cb022 data/create/recipes/crafting/kinetics/millstone.json -13fa2887d3c988973c9222ce5e2e3dd0d9bd8374 data/create/recipes/crafting/kinetics/minecart_from_contraption_cart.json -be4c7fdb0ba1e9ee6d3dcf200dc2718ad83ec8fb data/create/recipes/crafting/kinetics/mysterious_cuckoo_clock.json -34a00c20ad6cbf7e458459ef51594c883eb703c1 data/create/recipes/crafting/kinetics/nixie_tube.json -6b1b626394d7269a6861a836992ccdb344b6e7dd data/create/recipes/crafting/kinetics/nozzle.json -4088c9f8d9d74495860c2d0102277f5af1c22893 data/create/recipes/crafting/kinetics/orange_seat.json -7d87c973228c6a6705ed106ea7c195866f9f4f63 data/create/recipes/crafting/kinetics/orange_seat_from_other_seat.json -1f404bfa8381f4734b66a6e03dd4f4e8ad3fa7d2 data/create/recipes/crafting/kinetics/orange_valve_handle_from_other_valve_handle.json -d41f850475814e099f21b7232596c1ba12d30798 data/create/recipes/crafting/kinetics/pink_seat.json -e6997dae188b5b07b5ca33c0843628dc73df1cc1 data/create/recipes/crafting/kinetics/pink_seat_from_other_seat.json -7b57fdc904ad0cf8cda25fca8f7008d0268a3d64 data/create/recipes/crafting/kinetics/pink_valve_handle_from_other_valve_handle.json -5399c3496a90bed9428c48fdd334ad4f763cbf9a data/create/recipes/crafting/kinetics/piston_extension_pole.json -d28040674cfec64644db064100f243906349cb09 data/create/recipes/crafting/kinetics/placard.json -e8f953212e80eda389e223cd192629a6054324bc data/create/recipes/crafting/kinetics/portable_fluid_interface.json -e9f84dcb9820a8500769a507d776c6fc88b0ae8e data/create/recipes/crafting/kinetics/portable_storage_interface.json -16199a6729005a279854cb1838401f6e73bdebae data/create/recipes/crafting/kinetics/propeller.json -b90fdb1047afc234b126a071fb7ddad003203db2 data/create/recipes/crafting/kinetics/purple_seat.json -8be4a393acce649d57178a62f81705abcd919a56 data/create/recipes/crafting/kinetics/purple_seat_from_other_seat.json -5e630362d97da5ebc8148f890115a1c5265e8a46 data/create/recipes/crafting/kinetics/purple_valve_handle_from_other_valve_handle.json -af84b939ced1c0254a27469f857f571afbadc4f6 data/create/recipes/crafting/kinetics/radial_chassis.json -419a93ed1f41a20936a7d66f7271da0a0be4d593 data/create/recipes/crafting/kinetics/red_seat.json -c0c248fa1b8d8d8cb63d3c299e8b35c72b0aab03 data/create/recipes/crafting/kinetics/red_seat_from_other_seat.json -73c8d12da8a5d9ec8a0d0d5c413bc2f66e463e81 data/create/recipes/crafting/kinetics/red_valve_handle_from_other_valve_handle.json -16279b2c2862ff9a9442851dd051acee51fd4614 data/create/recipes/crafting/kinetics/rope_pulley.json -6d09fba7d3efb71720a3a8de7dfee32f91391ced data/create/recipes/crafting/kinetics/rose_quartz_lamp.json -0add4bc98e3b36de6b1636dc8b28a4122e81ccfa data/create/recipes/crafting/kinetics/rotation_speed_controller.json -9f6fedefe1c1fda86fbb17763ec34c237d8e32c3 data/create/recipes/crafting/kinetics/sail_framefrom_conversion.json -5355790e4e3ca6f99b40d953afe989566b72f97d data/create/recipes/crafting/kinetics/schedule.json -66922e18791c87fadb7629cdf32d3dd2f50ccd13 data/create/recipes/crafting/kinetics/secondary_linear_chassisfrom_conversion.json -e5d97ca14c50fb2a4ae4df43751f94d0bf2b7bbd data/create/recipes/crafting/kinetics/sequenced_gearshift.json -2e36438665bfb97265fd4e6ea85505970eae67fd data/create/recipes/crafting/kinetics/shaft.json -683c9e128a976282eaa6cdbbee3914e4c66b1676 data/create/recipes/crafting/kinetics/smart_chute.json -319e75dc4be645efd4809dafc1331581a8022e93 data/create/recipes/crafting/kinetics/smart_fluid_pipe.json -3f793f95427696d7568e735ee9d742e51714a108 data/create/recipes/crafting/kinetics/speedometer.json -8d632845deeb723e1a56083536ee5f9d60de2fcb data/create/recipes/crafting/kinetics/speedometerfrom_conversion.json -dc287743a0f2c605be0e6664737cf681812445ab data/create/recipes/crafting/kinetics/spout.json -474b52575dcf6d0a9e191044c54712bf139c215c data/create/recipes/crafting/kinetics/steam_engine.json -726929444c0e42986ae200e8d8fbca33994e29f3 data/create/recipes/crafting/kinetics/steam_whistle.json -e532a5c405e48b415e3fcd4f7c6183ea335cb915 data/create/recipes/crafting/kinetics/sticker.json -3be40664acfd150d0617bc138dc2dd9d54a21b3a data/create/recipes/crafting/kinetics/sticky_mechanical_piston.json -af5854ee2fa3be195ad9abcdeebe6ed7306b651c data/create/recipes/crafting/kinetics/stressometerfrom_conversion.json -21f885a674603367b67e1e993c175638cbda9ea3 data/create/recipes/crafting/kinetics/super_glue.json -ea173b87f9a8c86abcf7f662a7b1d510b8a13f83 data/create/recipes/crafting/kinetics/track_observer.json -a6d074a4a400e82223211badfd923bb28c3c0bd0 data/create/recipes/crafting/kinetics/track_observer_from_other_plates.json -456d59d0fff2b042e1e886ebbe46b84fbd212c40 data/create/recipes/crafting/kinetics/track_signal.json -3c8fd3b5fe4d264cfe405c8d222b451769c816d5 data/create/recipes/crafting/kinetics/track_station.json -c38984c432bd410261aaf6a6f30744c58481b325 data/create/recipes/crafting/kinetics/train_door.json -5e2af5ce3957d5ce4f54ceb667dcfed5cffafb32 data/create/recipes/crafting/kinetics/train_trapdoor.json -8494f5fcd85a740fa0f0384e3522d8cdd905ce49 data/create/recipes/crafting/kinetics/turntable.json -057c889b0a306f44b8835c896663154ccd9ff12f data/create/recipes/crafting/kinetics/vertical_gearboxfrom_conversion.json -4fb009b86a51b2e259bd1f73848803f6276dd820 data/create/recipes/crafting/kinetics/water_wheel.json -06b5b371ae9dd81df8fd3dee6d3559b1ed0db35c data/create/recipes/crafting/kinetics/weighted_ejector.json -f508d510576c93712e7f5265345a32e8818bbf0d data/create/recipes/crafting/kinetics/whisk.json -98546e5e5f1fe111e84c4a17569c8e7b57f8cc8d data/create/recipes/crafting/kinetics/white_sail.json -2d9725bd3bfc082fb0ff5fd020bb7f7e90258561 data/create/recipes/crafting/kinetics/white_sailfrom_conversion.json -61894b1302aef9413ca263eb89c3d9f4cfb92239 data/create/recipes/crafting/kinetics/white_seat.json -ceb3d574336ce5ff151db080fe517ba43ff77a49 data/create/recipes/crafting/kinetics/white_seat_from_other_seat.json -54a182603347c2d8898f9990f1536128611af749 data/create/recipes/crafting/kinetics/white_valve_handle_from_other_valve_handle.json -d1c461b3541dd62032ed69232a3a539fe1230e53 data/create/recipes/crafting/kinetics/windmill_bearing.json -d11eee4005372b1d0fad283b28c8016d823b5e37 data/create/recipes/crafting/kinetics/wooden_bracket.json -3ec8bb5660656f1c676035d8ba5460462c1d1865 data/create/recipes/crafting/kinetics/wrench.json -8b7ca850a23126fd7d65084cbc6506145efee7af data/create/recipes/crafting/kinetics/yellow_seat.json -c574b993d49874bbed5d064205c436271dfa27b8 data/create/recipes/crafting/kinetics/yellow_seat_from_other_seat.json -19333b83d10e307d715b5667b8623915880e1861 data/create/recipes/crafting/kinetics/yellow_valve_handle_from_other_valve_handle.json -cdef45f9fe02b031648b7b4dd4786b838f7ad105 data/create/recipes/crafting/logistics/andesite_funnel.json -660e824ab6042c145f02ffcfe95a34c38f113e19 data/create/recipes/crafting/logistics/andesite_tunnel.json -262879a029ed80e2068a4de26a6117e8847069e3 data/create/recipes/crafting/logistics/brass_funnel.json -2ae06df0357c494b53db0ddf9655c60ef2022d0b data/create/recipes/crafting/logistics/brass_tunnel.json -ce2228d3cbec4b770ba95a3940c36dfe156ebc1b data/create/recipes/crafting/logistics/content_observer.json -22d18bf94275f8e4153da4f03c657b7eaa766716 data/create/recipes/crafting/logistics/content_observerfrom_conversion.json -abef83d640e02a715854ec4f7a90aa1fab8f4f5f data/create/recipes/crafting/logistics/display_link.json -a32ac53848862837f3044ff9c81ed62c1134fe4f data/create/recipes/crafting/logistics/powered_latch.json -660eb73bcc66c1528cbd4d4204ad6b771f4bd721 data/create/recipes/crafting/logistics/powered_toggle_latch.json -08be50405433365f483a1b5f2ff688e3adbf6a7b data/create/recipes/crafting/logistics/pulse_extender.json -9f079a853c128f68f15277448bbf72dfbc212f26 data/create/recipes/crafting/logistics/pulse_repeater.json -739f0d8b7f98a5639ed37f7fb8ce474d5e6ba0c6 data/create/recipes/crafting/logistics/redstone_contact.json -8de2f5220d719feeaeab99cb526e890cdc97340d data/create/recipes/crafting/logistics/redstone_link.json -7dd23fbdd0fbd5471ed78108e6171e43db9b75f3 data/create/recipes/crafting/logistics/stockpile_switchfrom_conversion.json -0dc99b8a8c68d6a9250c3a1167ffb565be9622ec data/create/recipes/crafting/materials/andesite_alloy.json -8bb306454795fd6a2066152717c169e0e8aaf480 data/create/recipes/crafting/materials/andesite_alloy_from_zinc.json -fa23f8ff9f43ed39a70a86d0c9080102d57d14b6 data/create/recipes/crafting/materials/brass_block_from_compacting.json -6a7d69e7e6abeb643f3158c575061e3edac01421 data/create/recipes/crafting/materials/brass_ingot_from_compacting.json -7e10c06f4d77b17efb03252801d9fe189de8aefe data/create/recipes/crafting/materials/brass_ingot_from_decompacting.json -49c263368f8c02509332654c0ce97b7472d45cd3 data/create/recipes/crafting/materials/brass_nugget_from_decompacting.json -62ce480f3b5a2f9de27858fdde4f48cf8b91fe2c data/create/recipes/crafting/materials/copper_ingot.json -9a8cef55dc3b7cecef500bad0c7bbb86c51f4b5f data/create/recipes/crafting/materials/copper_nugget.json -399f7148fcec3a5c1eed40069d777f16622ff32d data/create/recipes/crafting/materials/electron_tube.json -e73e4abd1306e2bfeb59ab5ca2d804c23fc66f7e data/create/recipes/crafting/materials/raw_zinc.json -cc167074d22aff7ba824ec738653e84f131a1bf0 data/create/recipes/crafting/materials/raw_zinc_block.json -9c9e40ffd41ce46c65113080a92ff9b4f27e5fab data/create/recipes/crafting/materials/red_sand_paper.json -7eb292bc564de70227f4bf947050bcdbfc5a8d67 data/create/recipes/crafting/materials/rose_quartz.json -4e5a99f14a3a4d87cfdc533198d658522545969d data/create/recipes/crafting/materials/rose_quartz_tilesfrom_conversion.json -5ca47ec1bca9a5ce28aabd9868b74b71c829ca07 data/create/recipes/crafting/materials/sand_paper.json -5d148aebab84f3a39b757029029dd2f1c6fc5c33 data/create/recipes/crafting/materials/small_rose_quartz_tilesfrom_conversion.json -e1ac783d1f8fd96a1dd1088cf736e95ee3f7b025 data/create/recipes/crafting/materials/zinc_block_from_compacting.json -06cc0ec46bc5a7d2e98dbd4ece82d451c5f79de9 data/create/recipes/crafting/materials/zinc_ingot_from_compacting.json -fe1d69b1e33d5748eb3c0ea732b8d67e2d612203 data/create/recipes/crafting/materials/zinc_ingot_from_decompacting.json -4b66d8769b6a7c5c294e2affd0dad4b3c70be62c data/create/recipes/crafting/materials/zinc_nugget_from_decompacting.json -3ae9ca2bee194045cbf4366f60f2e44e787531f7 data/create/recipes/crafting/palettes/scorchia.json -0b7acc249bed992387aa9702a2c05836ecf584df data/create/recipes/crafting/schematics/empty_schematic.json -5c47ac2e2b596439a684126fef7265f13de2379b data/create/recipes/crafting/schematics/schematic_and_quill.json -9fb943be76c51a24aa9d8a09de5b7bd17b44ab08 data/create/recipes/crafting/schematics/schematic_table.json -c4a88166bb906a88b986c37a002057a86d2ece00 data/create/recipes/crafting/schematics/schematicannon.json -3b0989052d6b500fad9fa9adc26f6a012182155c data/create/recipes/crimsite_pillar_from_crimsite_stonecutting.json -c60542c99008f7abecdd03c47137b51e20a4747b data/create/recipes/crimsite_pillar_from_stone_types_crimsite_stonecutting.json -4629d9a1a8a98a6b5b8b82c4507ca9e321c3a210 data/create/recipes/crimson_window.json -72cffde4281a1e34d77aa91c847e811833b68f21 data/create/recipes/crimson_window_pane.json -56a3d0064869779ee97911cc406fb09f45b91cff data/create/recipes/crushing/aluminum_ore.json -03f2a05276bdb94ad68ecc65870bb881f405cebc data/create/recipes/crushing/amethyst_block.json -63a5543dbd89b250664fee43c036f2a29fef3fe1 data/create/recipes/crushing/amethyst_cluster.json -ace6ea5ed1828f4cbb1be0ae8ef10049bd4a07fc data/create/recipes/crushing/asurine.json -11fb7eaaf31336e0b2d7b0bba217a40bd37bf057 data/create/recipes/crushing/asurine_recycling.json -3da7a3cdb84f44e259b5399a94ddfbf94ebebd37 data/create/recipes/crushing/blaze_rod.json -46ff1282677d08157bed54f1c1fa758e2504496a data/create/recipes/crushing/coal_ore.json -2089312b012db32c158858d5624135b11873857a data/create/recipes/crushing/copper_ore.json -495d8bcc4491fb1e96793580879da2eb3e848ccf data/create/recipes/crushing/crimsite.json -26ae3467194635947f3bc3f3424c7da63de23d6b data/create/recipes/crushing/crimsite_recycling.json -c0f2d4de4d00504607a8f3e2d1327d754835eebe data/create/recipes/crushing/deepslate_coal_ore.json -dedb4d7e958efa2218561686974ad9223848ec30 data/create/recipes/crushing/deepslate_copper_ore.json -2f9f26daadda2d291989bccd2b0ea5f85e3ef5ae data/create/recipes/crushing/deepslate_diamond_ore.json -ae3070fc3ae237192949ad06ebb8a4c157f7e832 data/create/recipes/crushing/deepslate_emerald_ore.json -ae0418f47a68c15247350e8b31fd24905f1bced8 data/create/recipes/crushing/deepslate_gold_ore.json -21e591d215993dcecd92db86e14334958198d7c7 data/create/recipes/crushing/deepslate_iron_ore.json -b85ba487f2867564c10a0870b55ce213558156bf data/create/recipes/crushing/deepslate_lapis_ore.json -3384241f2441a047f9a226629238ece0b986e613 data/create/recipes/crushing/deepslate_redstone_ore.json -06ea6aed66fec9fd71a7b2f716fd83f77ab4b242 data/create/recipes/crushing/deepslate_zinc_ore.json -4c482db5575b74b4111800602d7fce22b2e6d32a data/create/recipes/crushing/diamond_horse_armor.json -c42d105c8567c0844fcd811349093c2d754ea7d0 data/create/recipes/crushing/diamond_ore.json -f2b1c52cde3ecd83f021eff5114375e2f6526d90 data/create/recipes/crushing/diorite.json -38e958ba2e12daeed2fb0bc65a9ab9e04c98b816 data/create/recipes/crushing/diorite_recycling.json -1327589e844cb587a02167e4428fd604350d60e1 data/create/recipes/crushing/emerald_ore.json -b26b1f0dccf2ffb194ce12173890a83e93369b39 data/create/recipes/crushing/glowstone.json -ec88e04ee72d54a3ba22c8348369809a30d5a095 data/create/recipes/crushing/gold_ore.json -55c0656723bd5a87089965651fe268b2d2956771 data/create/recipes/crushing/golden_horse_armor.json -7ce0637578ab3198de54ac74111b6d458eaf08bd data/create/recipes/crushing/gravel.json -a7c97582bae243ab04ff5ff9914b24af25d40d59 data/create/recipes/crushing/iron_horse_armor.json -554b6555888fe01de349efaaab36b68a338ac397 data/create/recipes/crushing/iron_ore.json -c9a9d6d28a7eac1210108d52840b60b26d58bcfe data/create/recipes/crushing/lapis_ore.json -3115ebab35acb16337eb46b8656df51662a93913 data/create/recipes/crushing/lead_ore.json -e870d049abc5cd5f389f70414c67e76ddc14060d data/create/recipes/crushing/leather_horse_armor.json -cab15acd2d62f1d70e0972b443f7987048d5183a data/create/recipes/crushing/nether_gold_ore.json -6cd97c6f12687790943db810f85036b02586c753 data/create/recipes/crushing/nether_quartz_ore.json -6e424d7e9f7d8b585384053a713db28f9d36448b data/create/recipes/crushing/nether_wart_block.json -8003e7db3ee11066b365c251f04f84028820de94 data/create/recipes/crushing/netherrack.json -cc1ccbd6fae9c21abe909e3e74a595f69bdf556d data/create/recipes/crushing/nickel_ore.json -dd4b9e88a723f6c3f2456f36ef2354cd86d85433 data/create/recipes/crushing/obsidian.json -6cc26e132efe43afdaacac2ba4f6061e909a86b5 data/create/recipes/crushing/ochrum.json -d3088533d37c75d096c685ad40d8d8d11a6b00a1 data/create/recipes/crushing/ochrum_recycling.json -4d0ee84c6b63888111da7673fc99ec46d8a5d985 data/create/recipes/crushing/osmium_ore.json -e88a0ba6f75f3b14e3e2242a9b4b28fd9363f686 data/create/recipes/crushing/platinum_ore.json -67197bbbb9667ab481410d21cb014bf9ca71ea60 data/create/recipes/crushing/prismarine_crystals.json -2c188fca95a5b1b2e91cbbd35056f5d6828f2fec data/create/recipes/crushing/quicksilver_ore.json -b8321baf1d2427f5f83ac765b9f806a78414ad6a data/create/recipes/crushing/raw_aluminum_block.json -d933949ff9e10b2574f72b7defdf69e01eaad902 data/create/recipes/crushing/raw_aluminum_ore.json -3602170b10ed1e0bb5e7aa806dcc73170b999517 data/create/recipes/crushing/raw_copper.json -ad62bd9e067efbc026ed7ed0a0e47232d14f2fe5 data/create/recipes/crushing/raw_copper_block.json -f2c64ade6ef62e73d7f5aa0a0706de55cf12e464 data/create/recipes/crushing/raw_gold.json -c9fc914e0762f8d9b4fef7d1c69dea6e7bae5a87 data/create/recipes/crushing/raw_gold_block.json -2ee02db1746e2297aa0860b5bb8554625724c964 data/create/recipes/crushing/raw_iron.json -cbdbad0020b8a48dd2f5a658e3f93ff9ab648406 data/create/recipes/crushing/raw_iron_block.json -27ecec6314eefcdb4b49ba567c243ead5a79174a data/create/recipes/crushing/raw_lead_block.json -1aa8026b99f035740a195e64009cd5e9df3b22f2 data/create/recipes/crushing/raw_lead_ore.json -1ffa26adcce4c26b1165c431bdf4f1f91bf9b332 data/create/recipes/crushing/raw_nickel_block.json -b810bae2ee542ad9dbd346ff70ec18b8593c26e0 data/create/recipes/crushing/raw_nickel_ore.json -ae4273c390221737563ba3c9ed9d54422b83d561 data/create/recipes/crushing/raw_osmium_block.json -9eed02f057c49c8432f32cfab1f3c59b2df0e205 data/create/recipes/crushing/raw_osmium_ore.json -63be4cf26147e5f8a3baad92db158f1a14c8566d data/create/recipes/crushing/raw_platinum_block.json -83502a4c7ba3e1ed6b1e8b627e2f8dda19415f93 data/create/recipes/crushing/raw_platinum_ore.json -dba381754136d490d1e95f06a27b46144c0acba2 data/create/recipes/crushing/raw_quicksilver_block.json -8f02dce896fc8c1ebd010ef6a2593241ed5138d4 data/create/recipes/crushing/raw_quicksilver_ore.json -68d5c89e7e523df5aeba40e5fd0804a46eacf533 data/create/recipes/crushing/raw_silver_block.json -224e7814cf2f477dd49ccb2f917165c333280784 data/create/recipes/crushing/raw_silver_ore.json -95f7b1f207bd4a9ed5fc301c542ef208968fa813 data/create/recipes/crushing/raw_tin_block.json -ece741d86d091e6620c0ffb7b173a04a6e66bf16 data/create/recipes/crushing/raw_tin_ore.json -56d3c4ef354d3c4a132c7c5c03533cee23f04197 data/create/recipes/crushing/raw_uranium_block.json -ec89d96e9e9aaf6c62353930fa6f16996d97730e data/create/recipes/crushing/raw_uranium_ore.json -68cc75b755626aecea2e3cf6db98b986dbd905f4 data/create/recipes/crushing/raw_zinc.json -62eff7a33870aae32552672eeec3c128ddcef9f7 data/create/recipes/crushing/raw_zinc_block.json -a2d3e1feb660a89c09038853859302726fa863c1 data/create/recipes/crushing/redstone_ore.json -b235cbaca0a8a5ac39460aadb73c644b63917aba data/create/recipes/crushing/silver_ore.json -080541177a40a1f3ae87aa8b3bdb398268614a61 data/create/recipes/crushing/tin_ore.json -7f6c7b88464ecb023165d379bfe8d0117b2f37d6 data/create/recipes/crushing/tuff.json -d984b77c6f9ef221f6fcca8f88bd03de016159e6 data/create/recipes/crushing/tuff_recycling.json -61b3ace3aeb4b104a85fdb9eee46a8aa0003c9ff data/create/recipes/crushing/uranium_ore.json -d4aa6615971d37ecf52bf750925488a7b3559d79 data/create/recipes/crushing/veridium.json -5bc83e378751a393354a03910b27b7953d5ff7a3 data/create/recipes/crushing/veridium_recycling.json -b6b97f139ee0a06a4ec1ed9f43e1f845b3c502d3 data/create/recipes/crushing/wool.json -24ee57fbe5a1656df6b9c63a3f414112b31caf15 data/create/recipes/crushing/zinc_ore.json -842f2178550ecf8823024fad696a0f2a1237a9c3 data/create/recipes/cut_andesite_brick_slab.json -91834cdc9e3e8913279259a35c89aed68b9197eb data/create/recipes/cut_andesite_brick_slab_from_andesite_stonecutting.json -65d64b820bb819f02281c6a86b656bb7e73f4763 data/create/recipes/cut_andesite_brick_slab_from_stone_types_andesite_stonecutting.json -f7b360ac3e11bef0a20b36f0a577cdf747d6f684 data/create/recipes/cut_andesite_brick_slab_recycling.json -9a7c5f99feb219438ef26abeec7be4aefa4dd674 data/create/recipes/cut_andesite_brick_stairs.json -797adf229693518357547f10bb44f1cf6dfce9c9 data/create/recipes/cut_andesite_brick_stairs_from_andesite_stonecutting.json -1cf17a25333d10cecdd8423bb83514a80c080f7f data/create/recipes/cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json -9f076b09812478ecd1f7faf5b0d7597d899caea7 data/create/recipes/cut_andesite_brick_wall.json -86cf3f68ed91ef00428dc8af5b77a96e5451a5f2 data/create/recipes/cut_andesite_brick_wall_from_andesite_stonecutting.json -cca4c74d1bf92be751d05e818d50b2c19cb3c737 data/create/recipes/cut_andesite_brick_wall_from_stone_types_andesite_stonecutting.json -0bc847a59b44ecb55babae85dae116647cab5701 data/create/recipes/cut_andesite_bricks_from_andesite_stonecutting.json -9caf7547fa130791da63a44b8ecaec332cda2d0a data/create/recipes/cut_andesite_bricks_from_stone_types_andesite_stonecutting.json -7444ed52b6f280e650984608821f7304c2522d6c data/create/recipes/cut_andesite_from_andesite_stonecutting.json -066f87115afcef674e9b86b5e8eb9732723f50bb data/create/recipes/cut_andesite_from_stone_types_andesite_stonecutting.json -8e5b95f70339d611d46734a7ff143e853160a01f data/create/recipes/cut_andesite_slab.json -27102fbdc6db5e54a4e5315c42aefe0acc7a06e2 data/create/recipes/cut_andesite_slab_from_andesite_stonecutting.json -8ffb11a4c72d354fa4a3a9c4dc18b050a49ba471 data/create/recipes/cut_andesite_slab_from_stone_types_andesite_stonecutting.json -378a6dc29c9232250937cf7dfcbf042d62a586fa data/create/recipes/cut_andesite_slab_recycling.json -29a2251a68b44381f5096c77b1e222fecf230388 data/create/recipes/cut_andesite_stairs.json -c004baf5879e8f579b3d2f30fbbd8de156cf6a2c data/create/recipes/cut_andesite_stairs_from_andesite_stonecutting.json -f70ab733ec102c475b40b74cc45b9fb5e053b259 data/create/recipes/cut_andesite_stairs_from_stone_types_andesite_stonecutting.json -529ccc46844ff08ab0fe73a64cc0d3399e104bc1 data/create/recipes/cut_andesite_wall.json -5299126b511ac33dcb817043cc75b1b9fd2e498b data/create/recipes/cut_andesite_wall_from_andesite_stonecutting.json -323803280d08cbc2c583287e06877e4e1a2d6bce data/create/recipes/cut_andesite_wall_from_stone_types_andesite_stonecutting.json -1b17baab14795c75233153ea19a97b1702320fe5 data/create/recipes/cut_asurine_brick_slab.json -66592ae14907217632505dfc9b890bfb5f8a4bd5 data/create/recipes/cut_asurine_brick_slab_from_asurine_stonecutting.json -fe2eaa4785f239125e75f05fca9f74b99617fed8 data/create/recipes/cut_asurine_brick_slab_from_stone_types_asurine_stonecutting.json -61ac9ef00e6f0c71131acb8a8182d49c2c9e043a data/create/recipes/cut_asurine_brick_slab_recycling.json -da3b579fed85bb8e37a7bc45a6f1a5ac883080e0 data/create/recipes/cut_asurine_brick_stairs.json -860cc939f9e11fdcf065339c1b12a8b0bf9d7c3d data/create/recipes/cut_asurine_brick_stairs_from_asurine_stonecutting.json -6882b73ae16f20f28de15145204e042b0fabcfec data/create/recipes/cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json -514cb9c948987ba7f5d45eabe321849f5f8b843f data/create/recipes/cut_asurine_brick_wall.json -c489b042d3b4e0c1ba1defc21a25b2cd32f4ae74 data/create/recipes/cut_asurine_brick_wall_from_asurine_stonecutting.json -940f127448e385be5d6ebe6a3d20818459849964 data/create/recipes/cut_asurine_brick_wall_from_stone_types_asurine_stonecutting.json -7842c9d7a3bedae8a782f7a39958730cc6f54559 data/create/recipes/cut_asurine_bricks_from_asurine_stonecutting.json -bbb854873399b8fe4f134731341c74cbcb30239a data/create/recipes/cut_asurine_bricks_from_stone_types_asurine_stonecutting.json -4b6ce6bdb380eb7b158d895351f104d9e2d281e4 data/create/recipes/cut_asurine_from_asurine_stonecutting.json -9060ef417855e007e4952681b1832c630dd65073 data/create/recipes/cut_asurine_from_stone_types_asurine_stonecutting.json -265cca0a2fceaf663a3862c24ac85e93d1ccbc74 data/create/recipes/cut_asurine_slab.json -0a007dd117541c3a7c6c6c23976cf7928707c7f1 data/create/recipes/cut_asurine_slab_from_asurine_stonecutting.json -a5406f592b408dcf1eefa698289e9ed6badd214a data/create/recipes/cut_asurine_slab_from_stone_types_asurine_stonecutting.json -f70341f94f2865f10863df17574b2cd9003d3c3a data/create/recipes/cut_asurine_slab_recycling.json -777c6b411494f94c59b47e1cf8633f3197288f78 data/create/recipes/cut_asurine_stairs.json -a7344366697eb313c2e21d25f26640a82764143a data/create/recipes/cut_asurine_stairs_from_asurine_stonecutting.json -95f38ba3575e2a5c234232f60a448f535f80079a data/create/recipes/cut_asurine_stairs_from_stone_types_asurine_stonecutting.json -a3c35bd229c92d626ea3a64713f306c72b4f853a data/create/recipes/cut_asurine_wall.json -222f19e3fe035f30c38a7c9a670847158bba3222 data/create/recipes/cut_asurine_wall_from_asurine_stonecutting.json -72c23ff75ed42cb188071a577a0d703a6f82be7b data/create/recipes/cut_asurine_wall_from_stone_types_asurine_stonecutting.json -3fd33e5b052a1496af76d26bc32059f650416feb data/create/recipes/cut_calcite_brick_slab.json -9f1c2188552f926ba55be4852b6eed75c2cd4c9e data/create/recipes/cut_calcite_brick_slab_from_calcite_stonecutting.json -d359d4dbc7815a11a689736c064cbad390cbc177 data/create/recipes/cut_calcite_brick_slab_from_stone_types_calcite_stonecutting.json -5a0b7ed0624dadf2b2f297bc38b18a0efb0c300d data/create/recipes/cut_calcite_brick_slab_recycling.json -9b7979e8903e7bd4fe304d9d3c71edbedd63d138 data/create/recipes/cut_calcite_brick_stairs.json -3832582795c5df1a63c8dbecd926d5a6c343109a data/create/recipes/cut_calcite_brick_stairs_from_calcite_stonecutting.json -3d9c408380a96801785ca25ddeecd6fd691846b9 data/create/recipes/cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json -5743877d5bc49dcb7893f7d81bba2583fa58c953 data/create/recipes/cut_calcite_brick_wall.json -888c0c1444f008ea7a031fca457b60e034f73f77 data/create/recipes/cut_calcite_brick_wall_from_calcite_stonecutting.json -a399cd9ed5d60d223f9c725e3f0283361d25d8fb data/create/recipes/cut_calcite_brick_wall_from_stone_types_calcite_stonecutting.json -137c9f469aa2004fb76b9d472383bcd4aa809d08 data/create/recipes/cut_calcite_bricks_from_calcite_stonecutting.json -6b480cba587d5c13859265a5e044c5c501148c6d data/create/recipes/cut_calcite_bricks_from_stone_types_calcite_stonecutting.json -a7a65b44a79ba176588f46d23720f4962c9bcf13 data/create/recipes/cut_calcite_from_calcite_stonecutting.json -495ba6c1763727d7fba6b49f551491b37e6c7438 data/create/recipes/cut_calcite_from_stone_types_calcite_stonecutting.json -dc5e4c133e3a550a3290dcdafe29b16a0fb61348 data/create/recipes/cut_calcite_slab.json -e8de3bb6fdf6b1e5554409533efa049f9e42730b data/create/recipes/cut_calcite_slab_from_calcite_stonecutting.json -f0275caefb2eed57c6404787fe14e1a5b17bd7c8 data/create/recipes/cut_calcite_slab_from_stone_types_calcite_stonecutting.json -c8591d979e164d5c14195161051329e1e55ff88d data/create/recipes/cut_calcite_slab_recycling.json -147fa7b8a24b7a4abfeaadc1618f52a4f4d112c3 data/create/recipes/cut_calcite_stairs.json -de5d2c4aa8b69955d292f9a4475c2456fbe436fd data/create/recipes/cut_calcite_stairs_from_calcite_stonecutting.json -7b5e417ed8aad0139e9b8faa1ec0b26c4ba53945 data/create/recipes/cut_calcite_stairs_from_stone_types_calcite_stonecutting.json -6b11f2e602956750820c26175b4ffae73c5d4415 data/create/recipes/cut_calcite_wall.json -8595bd32148c68dc59c991f06b1fa4d82d64519b data/create/recipes/cut_calcite_wall_from_calcite_stonecutting.json -d4655f73cebc3511742a738b949358d29a36ed3f data/create/recipes/cut_calcite_wall_from_stone_types_calcite_stonecutting.json -9e82d5bff2ce6ffe567fc3ae5e1fe0723919d0de data/create/recipes/cut_crimsite_brick_slab.json -3612677fe0dbe2245e18705bf014ae688dd00072 data/create/recipes/cut_crimsite_brick_slab_from_crimsite_stonecutting.json -4a5efc04f9ca418821dd4907a3b91e6d018d4d7d data/create/recipes/cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json -e33433cb5ad59a576117a17ab1e1a13c4258f2f1 data/create/recipes/cut_crimsite_brick_slab_recycling.json -a2f1d6ae9274dc7516573c6237e74526a48e3f03 data/create/recipes/cut_crimsite_brick_stairs.json -8bad8202dfdab43ef7478966381ff5a58f79db1f data/create/recipes/cut_crimsite_brick_stairs_from_crimsite_stonecutting.json -596a312e5f5ebf3997991c62af1cebe519dbc0b9 data/create/recipes/cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json -dd5e81a6915ea8b1b5a901383c8bd329a9ddcedc data/create/recipes/cut_crimsite_brick_wall.json -4e319d4f0562b19648606ab4fddb75d81b097986 data/create/recipes/cut_crimsite_brick_wall_from_crimsite_stonecutting.json -d0651398370c342a68a7af5f593035dcf08d2f26 data/create/recipes/cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json -d885a21ead2dd37c243a6b8ea5c11d656b6110f0 data/create/recipes/cut_crimsite_bricks_from_crimsite_stonecutting.json -253695beb82dbade30e0cae07d2961ff41b6a986 data/create/recipes/cut_crimsite_bricks_from_stone_types_crimsite_stonecutting.json -2d0a4309d8abdb0d252c42094c4fd63fa9d4ffea data/create/recipes/cut_crimsite_from_crimsite_stonecutting.json -3a2723601e7d8b8bd18a22071f47469a1469a2f1 data/create/recipes/cut_crimsite_from_stone_types_crimsite_stonecutting.json -80201565aa1d92103b0101ea8ab933288dbbca32 data/create/recipes/cut_crimsite_slab.json -6d7520526a26e1234b56f8727c5d3cf90ef02442 data/create/recipes/cut_crimsite_slab_from_crimsite_stonecutting.json -baa2b93b7d1bfd4d05e9ab9fc51dfda2eebf4a4f data/create/recipes/cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json -237334153c8410f3dabc7f323e2bcbabf99d3a66 data/create/recipes/cut_crimsite_slab_recycling.json -6b9e9ca395a62575538d2916d2747dcd69b1aa56 data/create/recipes/cut_crimsite_stairs.json -97c0ef5b63163775475263e742551de3ed08276f data/create/recipes/cut_crimsite_stairs_from_crimsite_stonecutting.json -3eab6d439b94c1a0858c6054d6d27348d8d29c4c data/create/recipes/cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json -51435d77e4484da3b86dd275f36b9ce6f3753d04 data/create/recipes/cut_crimsite_wall.json -24aa0d772df14e5ddad73f40c2c2731d915506cd data/create/recipes/cut_crimsite_wall_from_crimsite_stonecutting.json -1691a06054f78393db3d6d9f65ee002690977768 data/create/recipes/cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json -9c1ec72dc34e1f316f9e811979edd84a12bb8423 data/create/recipes/cut_deepslate_brick_slab.json -f1879204c7ceea14510c78d00cb8837be01f238c data/create/recipes/cut_deepslate_brick_slab_from_deepslate_stonecutting.json -2d4204b4c9def7b3da91578d37c85ea809c8e219 data/create/recipes/cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json -b3601b4ec8c78e9a3d80119d6f4bff335a49ca03 data/create/recipes/cut_deepslate_brick_slab_recycling.json -af3bd8e19c64da1910dd07945767fcbf6561ab5e data/create/recipes/cut_deepslate_brick_stairs.json -f0ceec1d0809a9958c441ec1b9ffc76e090cc626 data/create/recipes/cut_deepslate_brick_stairs_from_deepslate_stonecutting.json -12da0954e261110f797e1a12a20ac0fa86000371 data/create/recipes/cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json -ca74d76eb17785730c034f9baefe32fc8a363cbe data/create/recipes/cut_deepslate_brick_wall.json -b78ed12924fd43d3777a13421b64fdabc52d3ed7 data/create/recipes/cut_deepslate_brick_wall_from_deepslate_stonecutting.json -b9174bf4116f15ab6290a93b35f9d048a5dbb618 data/create/recipes/cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json -ab335827fe6f3664afd389d0417521216afb3519 data/create/recipes/cut_deepslate_bricks_from_deepslate_stonecutting.json -f287f510ca91f2150e9041e843f405db2af3a17a data/create/recipes/cut_deepslate_bricks_from_stone_types_deepslate_stonecutting.json -fff9ba2a2f08a253fd031a6016405bb948f9f1bd data/create/recipes/cut_deepslate_from_deepslate_stonecutting.json -f54c967d636cd08660474248f670316ec7126eec data/create/recipes/cut_deepslate_from_stone_types_deepslate_stonecutting.json -431edd5fcf06efd46fc397c6d4e8517772eaee43 data/create/recipes/cut_deepslate_slab.json -37bef4ed1acb27f1e5beb9d49ceac99944ffebbe data/create/recipes/cut_deepslate_slab_from_deepslate_stonecutting.json -7da030d5cfda22c10ccd923728b0e05b5c303431 data/create/recipes/cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json -82a5c6ff2e75224992247522a5d57e1487afa728 data/create/recipes/cut_deepslate_slab_recycling.json -5196db0e9336bd4b9027c509747bf3bbf1dba566 data/create/recipes/cut_deepslate_stairs.json -a111cfa53ad431ea6b8dc4dcda9a8779a9656d30 data/create/recipes/cut_deepslate_stairs_from_deepslate_stonecutting.json -abb15289f965005b38bb8bb0edbb7d1cb08bb139 data/create/recipes/cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json -1c9bba7ca7042bc25ff8480aa295d0ca90d3d4df data/create/recipes/cut_deepslate_wall.json -eaad7bd011377deeba738ba40d8f26f7fdfd20de data/create/recipes/cut_deepslate_wall_from_deepslate_stonecutting.json -29f6b39a93a944b8b3cd50be6b7c1d4626ba8c05 data/create/recipes/cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json -20743791e0b2341e4215d7a987217333e3e6e59d data/create/recipes/cut_diorite_brick_slab.json -d9b1b7699b25b304172a607cd0030d4b95d5434e data/create/recipes/cut_diorite_brick_slab_from_diorite_stonecutting.json -ac029e5922231cf9ed7ab474956b1ea59a9e2edb data/create/recipes/cut_diorite_brick_slab_from_stone_types_diorite_stonecutting.json -fbc3a52de60722413b08cc26fb03a00e399f1bd2 data/create/recipes/cut_diorite_brick_slab_recycling.json -17ecf43839080e0dc41e5df72d2f3160473ed3c1 data/create/recipes/cut_diorite_brick_stairs.json -ae58b125ae3ec0d9ed5d09110425c8fa14e78769 data/create/recipes/cut_diorite_brick_stairs_from_diorite_stonecutting.json -6d66eb0d4de4100a4fb143662673ca467ca9a6cc data/create/recipes/cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json -247695b5d06eb7858c68b7b2104638b65f55a29f data/create/recipes/cut_diorite_brick_wall.json -c54e9518f33dbcd71850aa8f0f32d1feb07b19bf data/create/recipes/cut_diorite_brick_wall_from_diorite_stonecutting.json -47c217553576bf02a04d1f78af88cb912a1b963b data/create/recipes/cut_diorite_brick_wall_from_stone_types_diorite_stonecutting.json -22c988ed9cadc1cafc4b4c94721ed224c5201c26 data/create/recipes/cut_diorite_bricks_from_diorite_stonecutting.json -9e9dee223bae5c31d9c5510991c38b54b6c772c5 data/create/recipes/cut_diorite_bricks_from_stone_types_diorite_stonecutting.json -d28305a749529af2df7bb2007ac92c99f666e712 data/create/recipes/cut_diorite_from_diorite_stonecutting.json -b25e5f337ffb8e1023ed8c143dddfb998282751f data/create/recipes/cut_diorite_from_stone_types_diorite_stonecutting.json -2c9d524ebccdd416418f8c8bfea2d04b1bbbe5f8 data/create/recipes/cut_diorite_slab.json -acbcb8a01c0e47bfb37751a6987b11d94ea8e6c3 data/create/recipes/cut_diorite_slab_from_diorite_stonecutting.json -0a51b36ac49912100db4ded7f8ce906667b55d6e data/create/recipes/cut_diorite_slab_from_stone_types_diorite_stonecutting.json -f44b83a4235ee0c08db5e53f6de52e3953c5be33 data/create/recipes/cut_diorite_slab_recycling.json -6f9d25f7ef10350c83121025857e2d96251a7a7a data/create/recipes/cut_diorite_stairs.json -019815d93c34772c39f81186aa81a09d75d24eae data/create/recipes/cut_diorite_stairs_from_diorite_stonecutting.json -ad4fbeea5527c7d7d47b95fc15dc46552d1cc941 data/create/recipes/cut_diorite_stairs_from_stone_types_diorite_stonecutting.json -fe0aa717cd53388ffd6d2b91a0300d0288dc7eda data/create/recipes/cut_diorite_wall.json -676ffd1f5f429c330c452a10f56e0df56ec8bb23 data/create/recipes/cut_diorite_wall_from_diorite_stonecutting.json -2e9033529bf1e055bb9f7a5f6858b2def24d4cc6 data/create/recipes/cut_diorite_wall_from_stone_types_diorite_stonecutting.json -f39f7ab7eae57b3a8d3a1437b912400e1094fd74 data/create/recipes/cut_dripstone_brick_slab.json -b9073374ec61486ea6fb5e734a3ea80989a47bd0 data/create/recipes/cut_dripstone_brick_slab_from_dripstone_block_stonecutting.json -f93dadd0beb5347a9816f4d30035fdc6e82d76fb data/create/recipes/cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json -37d70a9b847c225bfbfd1589c1ba4232b2b0606e data/create/recipes/cut_dripstone_brick_slab_recycling.json -f3b8e6a011a4203f8dafec815337b1b0614a14a9 data/create/recipes/cut_dripstone_brick_stairs.json -8d09a0150c56c0256194654525ecd41c73967b45 data/create/recipes/cut_dripstone_brick_stairs_from_dripstone_block_stonecutting.json -45e0bf8ad690f9f7051d57c28392fc1680b996f3 data/create/recipes/cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json -608a37356802e6618c4ded6d705dec11a06d2c89 data/create/recipes/cut_dripstone_brick_wall.json -fdf69920dfdfb888ecbe7a427a8ac8d8a86ce986 data/create/recipes/cut_dripstone_brick_wall_from_dripstone_block_stonecutting.json -d917ff115333ff1c95bac965876579efc64e5fef data/create/recipes/cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json -674f95d7e293ffeb7cc16feda664f3e1ade8d025 data/create/recipes/cut_dripstone_bricks_from_dripstone_block_stonecutting.json -5c95f756f8335ab72d4829aab0c741645db83eb6 data/create/recipes/cut_dripstone_bricks_from_stone_types_dripstone_stonecutting.json -f2197c954c690f3eb08bac91e83bcf8ce8c00b0a data/create/recipes/cut_dripstone_from_dripstone_block_stonecutting.json -1b659203b606281824390d609cc56e39732b72e7 data/create/recipes/cut_dripstone_from_stone_types_dripstone_stonecutting.json -1ff316c0f90f87caf4f5311e7be337d240d3f21a data/create/recipes/cut_dripstone_slab.json -1f1903ee3d1e68dabab8f829fbf22b034de37ad1 data/create/recipes/cut_dripstone_slab_from_dripstone_block_stonecutting.json -c9c23735e8ac41ff99fadb631676bf8c2077a9fc data/create/recipes/cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json -03bcabf77b344e834deb860483c7bcc811841387 data/create/recipes/cut_dripstone_slab_recycling.json -638cc274f83cf151f80232aec69e5c4a8413545b data/create/recipes/cut_dripstone_stairs.json -8ef5d9a7de2658edf30e30a4737e95c70341898e data/create/recipes/cut_dripstone_stairs_from_dripstone_block_stonecutting.json -40b80d8431d4df16b89e176087caa7f8ca7c2319 data/create/recipes/cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json -6e3282d2e82766819cd5ccddd9da71619b85ea6a data/create/recipes/cut_dripstone_wall.json -e912adb6fb724639ad0e1476f96ea6d26711d530 data/create/recipes/cut_dripstone_wall_from_dripstone_block_stonecutting.json -ab925013ae6f38d8352405ae0b895f2e3372ca30 data/create/recipes/cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json -9df824a28b4330c590ee40203bee000d2580014a data/create/recipes/cut_granite_brick_slab.json -bc5c1e59323a6f395992b4686318196d304e9302 data/create/recipes/cut_granite_brick_slab_from_granite_stonecutting.json -7f2577972bb322f9bf78f38c8833b58616af12cb data/create/recipes/cut_granite_brick_slab_from_stone_types_granite_stonecutting.json -b3515d1c63b2eeaeba3629d9d67214e3eda2f238 data/create/recipes/cut_granite_brick_slab_recycling.json -9ac61049f09670d8121ddedc16ca12f3873ec3b2 data/create/recipes/cut_granite_brick_stairs.json -d39ee2d47e1e72af17e7adec466d6597bcd761c1 data/create/recipes/cut_granite_brick_stairs_from_granite_stonecutting.json -71d696d5597fb417157074a1227d1c236de8852c data/create/recipes/cut_granite_brick_stairs_from_stone_types_granite_stonecutting.json -2bc4e62498ea408ba9e0dcdbc732a774c0384676 data/create/recipes/cut_granite_brick_wall.json -10c8a36d9def7d16a444a8615adac4f34a2c814b data/create/recipes/cut_granite_brick_wall_from_granite_stonecutting.json -47ecf6437ee866f6d7e39d3862e9b545856d3890 data/create/recipes/cut_granite_brick_wall_from_stone_types_granite_stonecutting.json -87dbf3787d037be517c2617285000c152fb2003d data/create/recipes/cut_granite_bricks_from_granite_stonecutting.json -fce4cd5fd1bc915bdfd0b362b530e002bd737ce3 data/create/recipes/cut_granite_bricks_from_stone_types_granite_stonecutting.json -e8bd91182e54315fd140abb5f54084b762a52735 data/create/recipes/cut_granite_from_granite_stonecutting.json -87a49c60384f875d39c93018deb3bb6c525a9bc1 data/create/recipes/cut_granite_from_stone_types_granite_stonecutting.json -9a908887c5ae16681c4b3d7954ebc685e16e3635 data/create/recipes/cut_granite_slab.json -690ecfa45f6886224d987781a0ce2850419e78b8 data/create/recipes/cut_granite_slab_from_granite_stonecutting.json -e6f3fa1bce1faf5836bb835e273166d90fd7ba9d data/create/recipes/cut_granite_slab_from_stone_types_granite_stonecutting.json -404d8a65466f7003f568796b5249c828ae7b5b89 data/create/recipes/cut_granite_slab_recycling.json -3c48bce5fdf554d2adc989d50c842fde9438c644 data/create/recipes/cut_granite_stairs.json -0c8bb133fc3ef5be874ac00d15aaa87c480a9842 data/create/recipes/cut_granite_stairs_from_granite_stonecutting.json -1de6884767a80fe42e2f7a403c302d61c6ce6eca data/create/recipes/cut_granite_stairs_from_stone_types_granite_stonecutting.json -c282e474409c764ab27089247b9688e31a1931b6 data/create/recipes/cut_granite_wall.json -4a478726dbbed10d5d42d7b1c422b6b956cf318f data/create/recipes/cut_granite_wall_from_granite_stonecutting.json -d7dafe27d2fd3480f4e810a4877a0037b1762e17 data/create/recipes/cut_granite_wall_from_stone_types_granite_stonecutting.json -8bbf07fd52f9a9c66df94a297189c2b5069fb519 data/create/recipes/cut_limestone_brick_slab.json -e7eddc9c49205c207d1a30640df80b3bed03f9cc data/create/recipes/cut_limestone_brick_slab_from_limestone_stonecutting.json -420ba5a8fd9c8dac02ed03c029bd3d834b7a0b00 data/create/recipes/cut_limestone_brick_slab_from_stone_types_limestone_stonecutting.json -52ba0ec58d597ee0595b39f7372095bd7d398393 data/create/recipes/cut_limestone_brick_slab_recycling.json -6954f1e0748e6ffd43cc3b2b815a22562c94759d data/create/recipes/cut_limestone_brick_stairs.json -8411c7363d71318e20adc7f994cf07dccd86017c data/create/recipes/cut_limestone_brick_stairs_from_limestone_stonecutting.json -1bdb656d5304e0b87f733372940e4631b23f6ea1 data/create/recipes/cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json -721a087b079ff441ddd2e4ceb37a0d8cce58fe38 data/create/recipes/cut_limestone_brick_wall.json -68a45e162c0c07002622c476b866d8a85752b985 data/create/recipes/cut_limestone_brick_wall_from_limestone_stonecutting.json -363487c60002df299cd6d0d34bbf0e5d10d6fcf8 data/create/recipes/cut_limestone_brick_wall_from_stone_types_limestone_stonecutting.json -9dbfde2c3d8838b6a49641bceb64bf7e5f865c2b data/create/recipes/cut_limestone_bricks_from_limestone_stonecutting.json -19668c2ee889d007e60c3308f597c842bd5e2c35 data/create/recipes/cut_limestone_bricks_from_stone_types_limestone_stonecutting.json -b415fa1d434d1123021f3d4ec000b17f5e3653b1 data/create/recipes/cut_limestone_from_limestone_stonecutting.json -fdd15dda0ea54cbe682985a11b9b8dfb91da21ca data/create/recipes/cut_limestone_from_stone_types_limestone_stonecutting.json -1bb50d5dbb106005b4966cc67a16eb55a869b6f3 data/create/recipes/cut_limestone_slab.json -687ab56ae9e514eb7bc1e4f4e88cc376f2ae7311 data/create/recipes/cut_limestone_slab_from_limestone_stonecutting.json -97805f197b03cb34baf0a1b9e08484811fe126bf data/create/recipes/cut_limestone_slab_from_stone_types_limestone_stonecutting.json -d785cb943c37f871d45b66ed3c43e47aa73e564a data/create/recipes/cut_limestone_slab_recycling.json -7a3fa70f90c9cbda8ca1fedaa80cc2a9af6ae01f data/create/recipes/cut_limestone_stairs.json -f92abb5f21feaf1765a1a79de0173aab2d6c8191 data/create/recipes/cut_limestone_stairs_from_limestone_stonecutting.json -45e24f699513d9ec493195eedbcac2a46ec5c1fa data/create/recipes/cut_limestone_stairs_from_stone_types_limestone_stonecutting.json -e3aa0e52b7cbb49a653bbc07df87e90b7e8bbcb1 data/create/recipes/cut_limestone_wall.json -c957c4e5861aef12029db4d8ff3fac16f604eec4 data/create/recipes/cut_limestone_wall_from_limestone_stonecutting.json -60a5ffd982889da59b218bbeef3e4b92ec4bdb25 data/create/recipes/cut_limestone_wall_from_stone_types_limestone_stonecutting.json -f6e41630440d99e6b23078df16a82c83510b502c data/create/recipes/cut_ochrum_brick_slab.json -3db3e13028917e9cc85206674d8e1fa3e6bedd06 data/create/recipes/cut_ochrum_brick_slab_from_ochrum_stonecutting.json -ae34b11f49791764ba3239475d92ad2183d9c0dc data/create/recipes/cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json -bd8d5997e4d4cf1f442e552e18c2b68b9da64392 data/create/recipes/cut_ochrum_brick_slab_recycling.json -f22c4cc844655e7acd489dba4da5481aa5a10459 data/create/recipes/cut_ochrum_brick_stairs.json -309f8c599aae6701f7770b857ec495d499b1dcf3 data/create/recipes/cut_ochrum_brick_stairs_from_ochrum_stonecutting.json -3d78a7ce0dcefc161d273a7ef8150b0dd2c1aca8 data/create/recipes/cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json -fcb4a5e98d9fe275c6111411d4e6f34fb1fc56a7 data/create/recipes/cut_ochrum_brick_wall.json -549648ea7c53849ef55a778ea1104939abe53827 data/create/recipes/cut_ochrum_brick_wall_from_ochrum_stonecutting.json -8f8d67104128cdf8c28d79fc8c6d59940ecf424d data/create/recipes/cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json -8713862a780807c57c163389edefb6b08fc4cc97 data/create/recipes/cut_ochrum_bricks_from_ochrum_stonecutting.json -441aa38e742ed3f653e5345c1bd981dd8d6e455c data/create/recipes/cut_ochrum_bricks_from_stone_types_ochrum_stonecutting.json -ad105631306d978451391a87966bf5c4fe347481 data/create/recipes/cut_ochrum_from_ochrum_stonecutting.json -67c201f92171199585daa122baa6f067826a8455 data/create/recipes/cut_ochrum_from_stone_types_ochrum_stonecutting.json -97465d145af4b16878b15a7c87d00a9d372e2e70 data/create/recipes/cut_ochrum_slab.json -c646be50734ac99cbff9545a3fc053886075f615 data/create/recipes/cut_ochrum_slab_from_ochrum_stonecutting.json -066e2e98c7e2db5010e7734d8e90949953712e16 data/create/recipes/cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json -d1426df155ad72363a505e8677412cef53d09ab8 data/create/recipes/cut_ochrum_slab_recycling.json -c738356d0fec562e06b87101e32022645b402168 data/create/recipes/cut_ochrum_stairs.json -f6d58e64f9bb04011fdc89a2e46b8501dc22ec75 data/create/recipes/cut_ochrum_stairs_from_ochrum_stonecutting.json -e74f5930403d876b676370aa164b666def597557 data/create/recipes/cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json -47aa2bd46eae1462644e3f5bec1da68a89df0122 data/create/recipes/cut_ochrum_wall.json -bd726fc73efbea5ee6662b8226495788c845b151 data/create/recipes/cut_ochrum_wall_from_ochrum_stonecutting.json -cd50ae8c6ac4a489e216a3aebe86e5ce6b04d1c2 data/create/recipes/cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json -39723f600dcb9b974d0febe87ea32eaa16ccd3ff data/create/recipes/cut_scorchia_brick_slab.json -29eb9e83870b29daa3dd774af3a0ba1389331611 data/create/recipes/cut_scorchia_brick_slab_from_scorchia_stonecutting.json -e293a34ba24a472434a120d53225fc807e11d03a data/create/recipes/cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json -17187d9b84183b096a0b4459c38c22f7a393173b data/create/recipes/cut_scorchia_brick_slab_recycling.json -3d5172fba0a05b69cc176deb604e2cec5d3f4353 data/create/recipes/cut_scorchia_brick_stairs.json -ce03f832322119130f8cfe773cecf77a00830ac0 data/create/recipes/cut_scorchia_brick_stairs_from_scorchia_stonecutting.json -218e82c332146a6f2f0b63f4d784904cdb30df16 data/create/recipes/cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json -f8fa5003fa95cc2613f7875330b1033e29fbe49e data/create/recipes/cut_scorchia_brick_wall.json -6943c96f1493190d09f1f51ef4e2bc041f4ef1b2 data/create/recipes/cut_scorchia_brick_wall_from_scorchia_stonecutting.json -66ecfdef569cd2b99d4a455bc3e84dfd43be5391 data/create/recipes/cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json -81b6a67050be2a1381347f83fdc1483b734c11bb data/create/recipes/cut_scorchia_bricks_from_scorchia_stonecutting.json -1bd033f8b99ea153fa909278083fa7a2af48ad97 data/create/recipes/cut_scorchia_bricks_from_stone_types_scorchia_stonecutting.json -b4d443a49ff2b2821d2cb91b514b66eb3ae60002 data/create/recipes/cut_scorchia_from_scorchia_stonecutting.json -040b8930dbdc07610c74e25d88f3b326a0acf995 data/create/recipes/cut_scorchia_from_stone_types_scorchia_stonecutting.json -35416b2780b31c32cd2383e109e606ca95020d6a data/create/recipes/cut_scorchia_slab.json -fb5e80198495624037c1c0380432345778827d85 data/create/recipes/cut_scorchia_slab_from_scorchia_stonecutting.json -1f434c381cb917ce54967d537be6074a10d40777 data/create/recipes/cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json -cf3b41ff15f646f62703df08c66848de07de681c data/create/recipes/cut_scorchia_slab_recycling.json -4a7852cae64905f88d734cd4582c5c7944c59833 data/create/recipes/cut_scorchia_stairs.json -4c7a052687d6d1c03f915fb3f4412c728a321f3b data/create/recipes/cut_scorchia_stairs_from_scorchia_stonecutting.json -93a2c1a7052e9ade18215036e8edcd7c262464a7 data/create/recipes/cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json -1ce78d16473b5584703f364b931849c174f18d1a data/create/recipes/cut_scorchia_wall.json -9fc1903ad94e62ce0dcc8a47db06bf4528cb56ff data/create/recipes/cut_scorchia_wall_from_scorchia_stonecutting.json -763ade34396fa3c090a717fcb3ba120b3fd94fad data/create/recipes/cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json -7cc228d053085c380f92020b8b472b0918991684 data/create/recipes/cut_scoria_brick_slab.json -f5f396c154037d30924ea99cf0a6fc208ecb3af9 data/create/recipes/cut_scoria_brick_slab_from_scoria_stonecutting.json -ba54d72c7699f3f759ccc63b3fb012b7ffcefb6a data/create/recipes/cut_scoria_brick_slab_from_stone_types_scoria_stonecutting.json -cc13cf7fa7f202c888af184b4a0e1223a4d67630 data/create/recipes/cut_scoria_brick_slab_recycling.json -a1580d7883b59dadd26370836e376da1078e814f data/create/recipes/cut_scoria_brick_stairs.json -5cca228836d0a7a2fb22b008ed717e1802a0e110 data/create/recipes/cut_scoria_brick_stairs_from_scoria_stonecutting.json -b43f4a04679be832375f7f5d4e12c73d40ab8040 data/create/recipes/cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json -5fbeff61169743f454d0f95d39b02d86c3e6d2c7 data/create/recipes/cut_scoria_brick_wall.json -d9ce9f31b894ad843ba8db3aed57aa0d7ce945b0 data/create/recipes/cut_scoria_brick_wall_from_scoria_stonecutting.json -9b6d0533e480cada8cba44894d27f361d71856a3 data/create/recipes/cut_scoria_brick_wall_from_stone_types_scoria_stonecutting.json -e6c9b8b4e43bb8e7b1172b8b0b3930f1a6826630 data/create/recipes/cut_scoria_bricks_from_scoria_stonecutting.json -db0f4261bee31ade4aaee2eb1b9f4019a59d48cb data/create/recipes/cut_scoria_bricks_from_stone_types_scoria_stonecutting.json -fd78693fe1f35b3758f895a6a5e629a12b8f3aec data/create/recipes/cut_scoria_from_scoria_stonecutting.json -a0255233253aa41ffaf6d39d7593eb66a99665ba data/create/recipes/cut_scoria_from_stone_types_scoria_stonecutting.json -2759ac6dba69179775e24f005f4d3335a9512355 data/create/recipes/cut_scoria_slab.json -f29b7f33014f6b03ff51dace2f8015221b49ca93 data/create/recipes/cut_scoria_slab_from_scoria_stonecutting.json -c59b0f5d4fceea9f532b5de2e8c291a45ff34331 data/create/recipes/cut_scoria_slab_from_stone_types_scoria_stonecutting.json -5099baaa6b30ea458a616ea03fef47625688517c data/create/recipes/cut_scoria_slab_recycling.json -ad260a9e9eca0a3f5c1976c80efe8123d09df650 data/create/recipes/cut_scoria_stairs.json -2093dbdd4e9e16a7b11cba31d2f84bf19e49bece data/create/recipes/cut_scoria_stairs_from_scoria_stonecutting.json -7a86a29afa1e55f9b41b6ce01d13a5fdbfcd7cf9 data/create/recipes/cut_scoria_stairs_from_stone_types_scoria_stonecutting.json -a3a80ed693bd0666d35d34478a23b6164023784f data/create/recipes/cut_scoria_wall.json -62d8b2a92e5e20df9f553ad8a9fc4c0b9a59e8ed data/create/recipes/cut_scoria_wall_from_scoria_stonecutting.json -08b8145539b47430bc47cbd33434ef30e426b01a data/create/recipes/cut_scoria_wall_from_stone_types_scoria_stonecutting.json -fbb2fd805be4c02bf0e4950bf797277a779c5158 data/create/recipes/cut_tuff_brick_slab.json -563c12d89569a6fc1351f1eefcb628644ada9bb3 data/create/recipes/cut_tuff_brick_slab_from_stone_types_tuff_stonecutting.json -b4279cf6307c6b2b1114036df2311829afdff639 data/create/recipes/cut_tuff_brick_slab_from_tuff_stonecutting.json -73ba45acf00c496d937c2f595480fe5cf16772fc data/create/recipes/cut_tuff_brick_slab_recycling.json -1c23bd61c50ff0c4dbb5917cf7ca4e3bc75b418c data/create/recipes/cut_tuff_brick_stairs.json -44dbe9b8842e9ea5b229102265ffe8d4827bd4ec data/create/recipes/cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json -54848cb9983e3a308061a154d2b091f7155c45d8 data/create/recipes/cut_tuff_brick_stairs_from_tuff_stonecutting.json -42a310b221a72d2d9659197790a7680f2149a6f8 data/create/recipes/cut_tuff_brick_wall.json -f9643874ff70436db6aea81d5a65ee7a5b4d09f0 data/create/recipes/cut_tuff_brick_wall_from_stone_types_tuff_stonecutting.json -8719b2c09e1f897ab1f67a08a84cd790c566ceb4 data/create/recipes/cut_tuff_brick_wall_from_tuff_stonecutting.json -dcd88eab8ce716c74c52402ec17f47f96763425e data/create/recipes/cut_tuff_bricks_from_stone_types_tuff_stonecutting.json -7a2e05c9a415daaf12c26a436250d5c267779421 data/create/recipes/cut_tuff_bricks_from_tuff_stonecutting.json -f78979f86766766302ceabe773c495f9cf6a95cc data/create/recipes/cut_tuff_from_stone_types_tuff_stonecutting.json -b65e9c1995d796f5eeed81b30b9ccb75947abe19 data/create/recipes/cut_tuff_from_tuff_stonecutting.json -a29adcab883cd75fa1ed2673e941c4633ee568be data/create/recipes/cut_tuff_slab.json -a2e1ab43a556d8e912f4614b3031956ce5ab91a5 data/create/recipes/cut_tuff_slab_from_stone_types_tuff_stonecutting.json -796921c49d87e11426251aa206aa4ab5aa71561d data/create/recipes/cut_tuff_slab_from_tuff_stonecutting.json -776c236a1d3519105cb5ed3718028b4feeecf2b9 data/create/recipes/cut_tuff_slab_recycling.json -341054dfcdc3134f9fdbd91dcc9471f32a80ff10 data/create/recipes/cut_tuff_stairs.json -f5e17c640b82e16c89f01091b2e74f307a799fe3 data/create/recipes/cut_tuff_stairs_from_stone_types_tuff_stonecutting.json -fab50f8ce5e92e1c2c11b1d73661f12c19dd86b2 data/create/recipes/cut_tuff_stairs_from_tuff_stonecutting.json -39d95b4581097acc4516dc7165ec398a21fea66f data/create/recipes/cut_tuff_wall.json -70977fef39516cba472bd70c22fd3d7f795b7a4a data/create/recipes/cut_tuff_wall_from_stone_types_tuff_stonecutting.json -a5ad4c69c9826672ea7bdb3c1168f8ed87be94d1 data/create/recipes/cut_tuff_wall_from_tuff_stonecutting.json -d6836fb65bf25b1d03558d25537cfe799aa9fa06 data/create/recipes/cut_veridium_brick_slab.json -ff213cd1862b18b87d282b099fd223012acac2a4 data/create/recipes/cut_veridium_brick_slab_from_stone_types_veridium_stonecutting.json -e296874200d6e27379da132208497970e42df70a data/create/recipes/cut_veridium_brick_slab_from_veridium_stonecutting.json -1c5eea047b9b97873f25ca92655fed9bf88af09d data/create/recipes/cut_veridium_brick_slab_recycling.json -52a946ffcf7803152cac5bda44a5ab5ca17e9957 data/create/recipes/cut_veridium_brick_stairs.json -0528db8361ce4240f83d1cf1d984a8bb13d9e06d data/create/recipes/cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json -12a8d15297e51f4e15689a8f75c49c581df65059 data/create/recipes/cut_veridium_brick_stairs_from_veridium_stonecutting.json -f3a78eb1a9e40d6c9a4b6476b45d660398417d79 data/create/recipes/cut_veridium_brick_wall.json -404968ff3d110a02ee45e9c445612ab297a78c79 data/create/recipes/cut_veridium_brick_wall_from_stone_types_veridium_stonecutting.json -f457d994794f3a1b4c16afacf627d531eb855a8c data/create/recipes/cut_veridium_brick_wall_from_veridium_stonecutting.json -9b9f345537f857072ec15b724158e5b26794c0ce data/create/recipes/cut_veridium_bricks_from_stone_types_veridium_stonecutting.json -f69dcdc2456caccf230b32f5068abe0b6cf061b2 data/create/recipes/cut_veridium_bricks_from_veridium_stonecutting.json -8978ab046d07ea557ae3206a187855c1fa45d08b data/create/recipes/cut_veridium_from_stone_types_veridium_stonecutting.json -e54221e96a1c7e5ab4c10c2c212909c144cefe62 data/create/recipes/cut_veridium_from_veridium_stonecutting.json -e090bf94419cea95a0d6bbd4ef669a2a0c66cf25 data/create/recipes/cut_veridium_slab.json -1591fa8db71ebf527d7de94ca990f432f0090b9f data/create/recipes/cut_veridium_slab_from_stone_types_veridium_stonecutting.json -d42076067fe8f7309f9e3778628bf3441f93d7da data/create/recipes/cut_veridium_slab_from_veridium_stonecutting.json -cbc616702880595cc90daa77274e90e2d3271088 data/create/recipes/cut_veridium_slab_recycling.json -d8768131267a25c8a17055a8047115ba7940a659 data/create/recipes/cut_veridium_stairs.json -08095cedff046be4fb1ebb9d234974fda50d35e5 data/create/recipes/cut_veridium_stairs_from_stone_types_veridium_stonecutting.json -f634d57b24e2d155c6f107dd013956c91feaf8e9 data/create/recipes/cut_veridium_stairs_from_veridium_stonecutting.json -802720e08a91f4f85c0f57be480e576a889009ac data/create/recipes/cut_veridium_wall.json -292e6eff892c286beeccc57e9ae6e115bc4c94ca data/create/recipes/cut_veridium_wall_from_stone_types_veridium_stonecutting.json -71440ef44d5ee5370d433538565ad4bef967c826 data/create/recipes/cut_veridium_wall_from_veridium_stonecutting.json -86b1e391fe567ad1ca9f27c963e16c2f6e6b3bc9 data/create/recipes/cutting/acacia_log.json -3601e7100d6de215a524a12c641b5111c95d314c data/create/recipes/cutting/acacia_wood.json -68687da80b9dc7ea69729b0e16d3e75efed8679a data/create/recipes/cutting/andesite_alloy.json -08e2da1149421b9edffdd227f40f6023d7e8ff0e data/create/recipes/cutting/birch_log.json -f3e6a435ccdfac3da0482e0eee825f75485370dd data/create/recipes/cutting/birch_wood.json -cb9d9e478287e44b9601168f6a2bbd48bce31472 data/create/recipes/cutting/compat/architects_palette/stripped_twisted_log.json -c72e7911d10831fb95cfa906e8455388b495dae9 data/create/recipes/cutting/compat/architects_palette/stripped_twisted_wood.json -647ba4bd2f7df4e44290c9bf0bc851b5d6cf6d38 data/create/recipes/cutting/compat/architects_palette/twisted_log.json -e9deaf6f61202a78573bed23eaefd3742541ac72 data/create/recipes/cutting/compat/architects_palette/twisted_wood.json -b1c0676a3825bea26c560d8ec13e4a13159a0312 data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_log.json -c73d8975e0f3f08ff4347c4c27c04758443318b4 data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_wood.json -66cd5e49159aad2cfaa5b9c820e4f1092d140399 data/create/recipes/cutting/compat/ars_nouveau/green_archwood_log.json -063a06057835e62f695de5916d9e07401226c1b4 data/create/recipes/cutting/compat/ars_nouveau/green_archwood_wood.json -5bd00e97ae39dc78ed84f81f139eb4bf84f3a9f7 data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_log.json -ae020c2a04a108344fa3635b1c2585eb6fa33001 data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_wood.json -8e97713f1258c2239dc0182ac868bbf5363d536c data/create/recipes/cutting/compat/ars_nouveau/red_archwood_log.json -79eb120b8864e0bc3b5b5007192fe612850fb29a data/create/recipes/cutting/compat/ars_nouveau/red_archwood_wood.json -38266c92fff0a2bf3cafe627fe611fb03471dd20 data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json -83d241695e4a9f0c786deb694fdab1299c89ff37 data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json -120758127e58a1a2ede32b8e696ae7dc01fe6d4a data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_log.json -52d4fa52aa3bc67bc12945acec1d2881dfdbde42 data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json -e7c430aad5448eff11de898d25e770719b6421cc data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json -6e8e5cd2ff02789c837347c47c2d387f6552cf66 data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json -ba64bd3b55a5298d4fc766155c42c949b52f54af data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_log.json -49ef7018bcb3c78592fd1e139cb9645304083a6c data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json -017c63264d3c10505aec6d68b697257ad89eed7d data/create/recipes/cutting/compat/biomesoplenty/cherry_log.json -51e03ee52dcc41f8d63864b47eb85330d999db2e data/create/recipes/cutting/compat/biomesoplenty/cherry_wood.json -10a52d5cc273a24b3f6cadd7ebc5d440dfccd420 data/create/recipes/cutting/compat/biomesoplenty/dead_log.json -75782f297209530c2be97b0de4937a339ed7eaaf data/create/recipes/cutting/compat/biomesoplenty/dead_wood.json -790719597003c7bc3de6f312ca4acb74feb451bb data/create/recipes/cutting/compat/biomesoplenty/fir_log.json -a15178d8c2a94052fdf02ce772003ebf65331177 data/create/recipes/cutting/compat/biomesoplenty/fir_wood.json -63a6a052021bf5a070da77e0985f64d32a7790ae data/create/recipes/cutting/compat/biomesoplenty/hellbark_log.json -6efc07ca1bf6b9bee8c30a6e514cca5deba93bf9 data/create/recipes/cutting/compat/biomesoplenty/hellbark_wood.json -a567a101f3becdd522000a9b0735fd25e3848010 data/create/recipes/cutting/compat/biomesoplenty/jacaranda_log.json -968ba4f6e6007e955274ec03170bdb572c3da71e data/create/recipes/cutting/compat/biomesoplenty/jacaranda_wood.json -a3f990543b64c25b4122c6561dd59e36026eccf4 data/create/recipes/cutting/compat/biomesoplenty/magic_log.json -b29b92d88b7c2f00c48cc9d0e0ceb75afbb39f98 data/create/recipes/cutting/compat/biomesoplenty/magic_wood.json -3ccec6b65473d6e94b6d8cb9264baf7832c327a4 data/create/recipes/cutting/compat/biomesoplenty/mahogany_log.json -1a02a640001367be3bf0340aa8f39fb85c1b5053 data/create/recipes/cutting/compat/biomesoplenty/mahogany_wood.json -c515cdd50a3c98bf871ed124fffdbce8c372c48b data/create/recipes/cutting/compat/biomesoplenty/palm_log.json -0d404b5495d5b9c6c37710f5b785c9bd4aa9b556 data/create/recipes/cutting/compat/biomesoplenty/palm_wood.json -06b6a960a349da8998d8abf081d7198a3c9cf59e data/create/recipes/cutting/compat/biomesoplenty/redwood_log.json -a9bd708ea123c9d9b6e44aea0b76338e0b7548b6 data/create/recipes/cutting/compat/biomesoplenty/redwood_wood.json -7e55dcf2bd4ff4a135b2bb17c4aa2cadf8696ad6 data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_log.json -452246fcd87de874b30640cdc4beb9ebbedc1df2 data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_wood.json -7e95ea02fdc508031c4988b20718b3927d7245a6 data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_log.json -43ec57e7e952968f62068e98bf55c4d02b317f34 data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_wood.json -33a70c724c2fc8d4d4d831cd9f7bf1a39ed71efa data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_log.json -0efe7edcd8809cd56c9318ccba8327e40e695e8a data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_wood.json -87667ab578a2a40a33d875b2cd816a3e89488f7b data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_log.json -f1fe6e82af24326dc0b674e3ce36c6514b08af7c data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_wood.json -1c29f3ce9501c15950f5fbd8da01f41399ff8099 data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_log.json -9a6fb48fe2894be08f134a2ae9bbdf81ba05fcaf data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_wood.json -def866ff3998cc290c103f74fab5df6724a23ba4 data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_log.json -b23b1fcecef08446f9b247254c336ea60d665c1c data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_wood.json -22863d1e4bd163d19a3961ac21e36b810b79703f data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_log.json -bc2c208031315646043e1ee4b873e51881f3950b data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_wood.json -9cd9dce49c76a236fba55506c09453a11f900525 data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_log.json -7e48822e4189e0b6a2dfd6286f7481ee308e1c5f data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_wood.json -2e36016403b2a79dcb25e4df51f6deb6f6bab5b6 data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_log.json -ce89ef337370d9ec8bf58fb8c2901def71dc1c2a data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_wood.json -3a29b4e40f34ec907586aa0923c4cf8a83386c2b data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_log.json -2c5c9333978b70950a2bbd5be1720646c53469c4 data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_wood.json -ef93c55f609b33d95d2326c8d2f2b08b58711eca data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_log.json -25531e41ffb2fe24e2086b9e7071802000e26c05 data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_wood.json -c3e1784e283185549d1b0ba73e2294e360dc09ad data/create/recipes/cutting/compat/biomesoplenty/umbran_log.json -591e04db59a5ea16d49d226d0c34f6e954226339 data/create/recipes/cutting/compat/biomesoplenty/umbran_wood.json -3fb4954645aaa6ac0065ec3abbeeb4a867b7466d data/create/recipes/cutting/compat/biomesoplenty/willow_log.json -33982ed45d5a63d5dee0439ad572d9c0cb3aa838 data/create/recipes/cutting/compat/biomesoplenty/willow_wood.json -df55b9cd725149e5840185dde64a1c53b309abf3 data/create/recipes/cutting/compat/blue_skies/bluebright_log.json -fbfec822a809858c07998f615e1533381e3130f5 data/create/recipes/cutting/compat/blue_skies/bluebright_wood.json -a0227c70f31f480b7bef48b306af20f8665941ab data/create/recipes/cutting/compat/blue_skies/cherry_log.json -fbc4046f0c76e22266d96f7675555aa40850ea39 data/create/recipes/cutting/compat/blue_skies/cherry_wood.json -48cd0d721382a7ecffcb6d1c5699a5cee5ada8f3 data/create/recipes/cutting/compat/blue_skies/crystallized_log.json -fee8405c0515c96dc936b378efeb8cd9af2a2a52 data/create/recipes/cutting/compat/blue_skies/crystallized_wood.json -aff052b44c2025470e8258cf34800eae7f4352f3 data/create/recipes/cutting/compat/blue_skies/dusk_log.json -7df0b7b29927d20f3c0a50b0d3624f0178282197 data/create/recipes/cutting/compat/blue_skies/dusk_wood.json -fe5fd4d3b805e39bc1b9cd9eba60fc73d601fd6e data/create/recipes/cutting/compat/blue_skies/frostbright_log.json -de646c387c98439a8da68a454483ea8771c8d99f data/create/recipes/cutting/compat/blue_skies/frostbright_wood.json -11863099eccf157f3a1a7fbda25cdc31263a9809 data/create/recipes/cutting/compat/blue_skies/lunar_log.json -18ca54cec92f4f2e2d3b592382ecc74939b5cc71 data/create/recipes/cutting/compat/blue_skies/lunar_wood.json -599012ec48c6999a367515b7445ff537089fa69e data/create/recipes/cutting/compat/blue_skies/maple_log.json -937abbfe7fdc5b64a3e5b36ae24ad32cb0ef488f data/create/recipes/cutting/compat/blue_skies/maple_wood.json -74921a6f72ac0d4be6d1908f8cc94e80127f272c data/create/recipes/cutting/compat/blue_skies/starlit_log.json -170acc37bdcdc63ca83725ac6d8eecaea7cc8f47 data/create/recipes/cutting/compat/blue_skies/starlit_wood.json -819db7c60ff8bcbd113ca4d139c9664ac9a47dde data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_log.json -8f1765ecfa4c2fa4a09f39430210f23774fd34a6 data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_wood.json -eca93cd1d441496cac843af2fdf2df8123753efb data/create/recipes/cutting/compat/blue_skies/stripped_cherry_log.json -d31078818490dc60e8ec76d1c52b48497cffe10e data/create/recipes/cutting/compat/blue_skies/stripped_cherry_wood.json -6466612af3b2d13aae23b2b6a0c713b1b7fa24c5 data/create/recipes/cutting/compat/blue_skies/stripped_dusk_log.json -8b2a1de420303687a98b95ee9c05f5d8659cd67d data/create/recipes/cutting/compat/blue_skies/stripped_dusk_wood.json -5ef68ce3414f68a5f14db05a2db2472b30084119 data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_log.json -1d9a3f57014dca8e695dfe488fc2f78cf54ff79d data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_wood.json -1b44361758fc793787ff16f4bf2c2281762ca4e8 data/create/recipes/cutting/compat/blue_skies/stripped_lunar_log.json -26d853d93393c6c072280caf7d3c6df854d95800 data/create/recipes/cutting/compat/blue_skies/stripped_lunar_wood.json -ff4c9e8e3de54eb26d0783b1aa8dc7641c69cf8b data/create/recipes/cutting/compat/blue_skies/stripped_maple_log.json -8975efb6fce3cc37ee92e0d976e153ea7de2ede2 data/create/recipes/cutting/compat/blue_skies/stripped_maple_wood.json -3bb1821e6fcaa662fc3530b86eb848416bdbb6ff data/create/recipes/cutting/compat/blue_skies/stripped_starlit_log.json -35ee78f56ce9716ad800b4be9175c7ad5c83f9f8 data/create/recipes/cutting/compat/blue_skies/stripped_starlit_wood.json -80531f18a982afec2458b6bdbaaf27a1fa035c33 data/create/recipes/cutting/compat/botania/dreamwood.json -3b1b9b6d3a55be7554b6527364ae6b0cf8377c4b data/create/recipes/cutting/compat/botania/dreamwood_log.json -c1d95f8d8347d585c8c65f67818287054bd09f75 data/create/recipes/cutting/compat/botania/glimmering_dreamwood.json -3f025d35314e442b0b08ddc10b10ee3fc571acc3 data/create/recipes/cutting/compat/botania/glimmering_dreamwood_log.json -e613016247bb04096b1fdfbefd205177785974fa data/create/recipes/cutting/compat/botania/glimmering_livingwood.json -3b7530a23a95bd086bfce3c127b065c322420898 data/create/recipes/cutting/compat/botania/glimmering_livingwood_log.json -7144bccf01969bcb31dee2f9c771079674cc0afb data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood.json -d7c82681a4e4aee2e129b6192f04603ce3867cea data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood_log.json -1fb97a4a3dd2c8bc597a68c5ae1d18b8c5945ae4 data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood.json -aa7a6a41de0ea633d3c0467e93454d1b71b85ce4 data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood_log.json -d89baed4e7bf2c360e7f66402f94970cfe9aa17c data/create/recipes/cutting/compat/botania/livingwood.json -7c16be13b56b069fe07831cb53f2bf7de8bc8e84 data/create/recipes/cutting/compat/botania/livingwood_log.json -ba56ec85447e8124aed91344ddac3190504c5882 data/create/recipes/cutting/compat/botania/stripped_dreamwood.json -735803bd1b592d1aa5904fb0ffa2911404d6004c data/create/recipes/cutting/compat/botania/stripped_dreamwood_log.json -caab8bc29fb8e9f41b395daabf37d92d5c9e5328 data/create/recipes/cutting/compat/botania/stripped_livingwood.json -95130cc3f36f47b0cd57d020a6ecb085d2686ac1 data/create/recipes/cutting/compat/botania/stripped_livingwood_log.json -672276e4f4e4cdd9b0839b5a31e4fd631ca5576a data/create/recipes/cutting/compat/byg/aspen_log.json -bf909af0a7d5b8dc953da45b09c61235a696d836 data/create/recipes/cutting/compat/byg/aspen_wood.json -8a1565026cfde495f780b043484de1ed5f3d3cda data/create/recipes/cutting/compat/byg/baobab_log.json -afbbae7f9ff9e548af60981e2e5afe8de361aadb data/create/recipes/cutting/compat/byg/baobab_wood.json -3c235ae4dee2f0b0948a44ebefe35f52c71d0bcb data/create/recipes/cutting/compat/byg/blue_enchanted_log.json -2c3d267d801eab4ed23f35cd85d2aa640c7788ac data/create/recipes/cutting/compat/byg/blue_enchanted_wood.json -c8b9c422dec17512f289b2da845471d6f68abf83 data/create/recipes/cutting/compat/byg/bulbis_stem.json -a36880df13105243a549a29f8526bc250b3b9a0a data/create/recipes/cutting/compat/byg/bulbis_wood.json -6b8ed989f83d5fa9b1a2f165002d095f622363de data/create/recipes/cutting/compat/byg/cherry_log.json -b498ecde1649554aa44a8e6e8747a8d687e0afa6 data/create/recipes/cutting/compat/byg/cherry_wood.json -a43c32740bb3fb7275ad69fc51d1504ea70c9f8c data/create/recipes/cutting/compat/byg/cika_log.json -f12ebe8b2e1d13259bbbb841cdbf9a54193dca3f data/create/recipes/cutting/compat/byg/cika_wood.json -d2a2fe05135166a1649ada4c80c527e246b78371 data/create/recipes/cutting/compat/byg/cypress_log.json -7cafcb0763bfec9a7fdb945c83003aa4c1238524 data/create/recipes/cutting/compat/byg/cypress_wood.json -a0962583e778abe03642aec5d8a94cd72dfd178c data/create/recipes/cutting/compat/byg/ebony_log.json -42b8dc3c81fc01f60d6f37261d41f1daea33e621 data/create/recipes/cutting/compat/byg/ebony_wood.json -22a0c96ddbda55d7b493779b83f565d4f49863e0 data/create/recipes/cutting/compat/byg/ether_log.json -8751631f70d11af567f5de0f8d9119e57cc2c538 data/create/recipes/cutting/compat/byg/ether_wood.json -f4bfb9b12006df6c6428c09336566c687728388d data/create/recipes/cutting/compat/byg/fir_log.json -71b8903d417756cb95be2a3bbac5ad42e3590552 data/create/recipes/cutting/compat/byg/fir_wood.json -66b4a92a730fa608f6813630a404a65a090f659a data/create/recipes/cutting/compat/byg/fungal_imparius_hyphae.json -96203c040c1945d2984111234fcbc05858583310 data/create/recipes/cutting/compat/byg/fungal_imparius_stem.json -9fa891c938ca20ab741b68473aa2c124c48b82a5 data/create/recipes/cutting/compat/byg/green_enchanted_log.json -9e8d05cd6ff313fb0fbd0ed45024f272f865c96b data/create/recipes/cutting/compat/byg/green_enchanted_wood.json -ed077b8de9fd7b5dd401dd91f3f27c85da4b1b3e data/create/recipes/cutting/compat/byg/holly_log.json -f6a34320aaeebe43983e91b8071e6784eb9f6c39 data/create/recipes/cutting/compat/byg/holly_wood.json -53ce8a899759edcbbca29db76207ff8b51c92b75 data/create/recipes/cutting/compat/byg/imparius_hyphae.json -af2137369cf4d8c13ac2c93fcf1578edb4018449 data/create/recipes/cutting/compat/byg/imparius_stem.json -34c6eb51d22a62bc6a4a5ac60b4b1133f754d182 data/create/recipes/cutting/compat/byg/jacaranda_log.json -f9c28309c044e9ffd8c1aabb193673ce3683715e data/create/recipes/cutting/compat/byg/jacaranda_wood.json -69982c769625d23d440eda55f21d4fd57e123a76 data/create/recipes/cutting/compat/byg/lament_log.json -b07342f8ba9a2803716d7b54ce5824f95e3de38d data/create/recipes/cutting/compat/byg/lament_wood.json -b73dc2035b3523a1cdbbd0e1c1a224d6aeefb82f data/create/recipes/cutting/compat/byg/mahogany_log.json -7013627b1f9147c9c0aa74a0078cac2bc368f938 data/create/recipes/cutting/compat/byg/mahogany_wood.json -457c6316c4884ac100cfe0b862eb0e40d653e6d6 data/create/recipes/cutting/compat/byg/mangrove_log.json -0f6b8bf82c6e0ce1fb7ef6f2b4a81b31dd5daa94 data/create/recipes/cutting/compat/byg/mangrove_wood.json -43962b502c5ac9beae58106ec3e36f802d99af40 data/create/recipes/cutting/compat/byg/maple_log.json -d2745c58d102c6fdfccedd30c021450554291078 data/create/recipes/cutting/compat/byg/maple_wood.json -0bdac69cdc64510963e10d5488d7bc21ad807824 data/create/recipes/cutting/compat/byg/nightshade_log.json -8eb318c001b7234e162d6052b1a5f43992e15404 data/create/recipes/cutting/compat/byg/nightshade_wood.json -9a92f9eef5da7ab9aca5db3dba1626165c819527 data/create/recipes/cutting/compat/byg/palm_log.json -140539e86ca6ff24200c80de3a6cbdff507a8a12 data/create/recipes/cutting/compat/byg/palm_wood.json -b882bf91d249bd750d6a1337e61909ebd936d8cf data/create/recipes/cutting/compat/byg/palo_verde_log.json -1f80479829497caedd246360bec0f3cee883b13a data/create/recipes/cutting/compat/byg/palo_verde_wood.json -2bb6929fc6b994474c2df77f9b4cdb2cafa15903 data/create/recipes/cutting/compat/byg/pine_log.json -439d674a7bc01a7d5eaddaa9402acf5eead7fa83 data/create/recipes/cutting/compat/byg/pine_wood.json -12e0647fdc4b41e574de3d764c69a686cc7ad5ce data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_log.json -22a3582a30d8a1f181daffb6896e4772b1db0af1 data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_wood.json -f448a478e9f03d249ac4f22daa1707776d9cd3fe data/create/recipes/cutting/compat/byg/redwood_log.json -e07ee76619a71159a2710fb0864b06aab6fcd8de data/create/recipes/cutting/compat/byg/redwood_wood.json -6d01c3ee34e0b176314c85f9fd7351770eb1fc50 data/create/recipes/cutting/compat/byg/skyris_log.json -28d1adcf3dcbef12483f60da2e5f1d7666735f0c data/create/recipes/cutting/compat/byg/skyris_wood.json -1a4b78da466aa43892bdd007452343407eebb27c data/create/recipes/cutting/compat/byg/stripped_aspen_log.json -9e9ac950fa521dac59ce58ed1a7c399dcc13d50d data/create/recipes/cutting/compat/byg/stripped_aspen_wood.json -68d85b22c48c9acc14ce023c9dc4f90ff376df12 data/create/recipes/cutting/compat/byg/stripped_baobab_log.json -f3fb5b7eddd0f602f22f91996c61b799c3e6faa0 data/create/recipes/cutting/compat/byg/stripped_baobab_wood.json -7bc647710fb58d158c44f9fdfbb786bd6d770a09 data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_log.json -9f37fae3006c970d5d1b85b3e8b9d32ebf2f3eab data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_wood.json -2ff858ca1a01b6283b2000f2bc027310f502e3bc data/create/recipes/cutting/compat/byg/stripped_bulbis_stem.json -7e3d68bd0f34d0da7bc23f0d9d7e0cc5c334b6b4 data/create/recipes/cutting/compat/byg/stripped_bulbis_wood.json -72f808d9e099da6f7f5915cfdeafb1c9a5c1b9d1 data/create/recipes/cutting/compat/byg/stripped_cherry_log.json -c30d71f88b1c9cf15dcd2f303af430f2ce7fdfa0 data/create/recipes/cutting/compat/byg/stripped_cherry_wood.json -1d6b14848a45e7c346c86cf71136a10a93d53c96 data/create/recipes/cutting/compat/byg/stripped_cika_log.json -7b104c19bf1a4a9ece698a225a77bc8ce318fb3d data/create/recipes/cutting/compat/byg/stripped_cika_wood.json -ec286cda8bb4af5089467ffc894a8f2081455279 data/create/recipes/cutting/compat/byg/stripped_cypress_log.json -4f2e938c20fe0a8ea43a3a680a60bca40e704f93 data/create/recipes/cutting/compat/byg/stripped_cypress_wood.json -1b4270b463462ac53ce0307b83a4cbe0d21438de data/create/recipes/cutting/compat/byg/stripped_ebony_log.json -7c2ac9adfc599e83ee42989750029cd560f885cd data/create/recipes/cutting/compat/byg/stripped_ebony_wood.json -18773d55fb941829f83813f7280dd70051387df5 data/create/recipes/cutting/compat/byg/stripped_ether_log.json -c027ff9b7f90e820140bb17b8330c15830600a9a data/create/recipes/cutting/compat/byg/stripped_ether_wood.json -ec90a57b3031620e8331637d5f3003593743860b data/create/recipes/cutting/compat/byg/stripped_fir_log.json -209dc65db8f02f6a6335260b0be005a06c8644a4 data/create/recipes/cutting/compat/byg/stripped_fir_wood.json -90051fbe4e4fb0a1cd35fe2f81e124645b528dea data/create/recipes/cutting/compat/byg/stripped_green_enchanted_log.json -475559b5f9bcb3d5ec0efd842cdb5ab9a2d70133 data/create/recipes/cutting/compat/byg/stripped_green_enchanted_wood.json -3953cec8a4cb94c455a45c7ffc7085fecc28b39a data/create/recipes/cutting/compat/byg/stripped_holly_log.json -17774dbd225131358cfea46ee3e6108bc4f7acfa data/create/recipes/cutting/compat/byg/stripped_holly_wood.json -c96ff38db659ec1f16a2a28e6a2280a8b2095809 data/create/recipes/cutting/compat/byg/stripped_jacaranda_log.json -f7abbfe78ed6d017d5cc8044f13722161b62ce00 data/create/recipes/cutting/compat/byg/stripped_jacaranda_wood.json -4ebb64860de2cbab58a96ef327279df7bf48e3b0 data/create/recipes/cutting/compat/byg/stripped_lament_log.json -e914c5da2123129132e12a6cad20984b885f9f68 data/create/recipes/cutting/compat/byg/stripped_lament_wood.json -7b6aa2b6d857be18980d8fd0c2ac55abab625fbc data/create/recipes/cutting/compat/byg/stripped_mahogany_log.json -9e82f1e4e0027e1808e1713c123f920f9674ddca data/create/recipes/cutting/compat/byg/stripped_mahogany_wood.json -cb22583fd95252f68f28790b8e114cef03f695b8 data/create/recipes/cutting/compat/byg/stripped_mangrove_log.json -0fe2b61c02e0b1d98d152908fd651aabfa740ed2 data/create/recipes/cutting/compat/byg/stripped_mangrove_wood.json -f8d890e6dae7f6443aa1320ec2ae5c35703a0243 data/create/recipes/cutting/compat/byg/stripped_maple_log.json -47e0a980777cc9bf21ac261d57d1e8b5feb726fd data/create/recipes/cutting/compat/byg/stripped_maple_wood.json -307c03ac1ff745637c9951e1df7f94e572c09038 data/create/recipes/cutting/compat/byg/stripped_nightshade_log.json -7f0fe8b01170a7b1db35ae094a46dd4566bf2a99 data/create/recipes/cutting/compat/byg/stripped_nightshade_wood.json -8efd1475eacfc0e91a2357151abc5b26f3c99d6a data/create/recipes/cutting/compat/byg/stripped_palm_log.json -df10ac081740228a2f258f8cd5f008e93b951d6c data/create/recipes/cutting/compat/byg/stripped_palm_wood.json -e6e45fb34b14c48cd95ce86caa995aa9e90b99b8 data/create/recipes/cutting/compat/byg/stripped_pine_log.json -b574e91d2d5664ed4db89d0778b08053704cd4d6 data/create/recipes/cutting/compat/byg/stripped_pine_wood.json -e28ddbc0f63b21bf36348eff37d7455cf7b333c5 data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_log.json -0fbb981caa042d39ffb985486f1046af32d77890 data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_wood.json -386b0c4449dc41390c2d57ae935ec7d7e066dc26 data/create/recipes/cutting/compat/byg/stripped_redwood_log.json -d2a5fb9eeb28d1a724e3a729c1372e4b27c3f470 data/create/recipes/cutting/compat/byg/stripped_redwood_wood.json -ff407978a76208a17b18574548bd56257771c7f4 data/create/recipes/cutting/compat/byg/stripped_skyris_log.json -1ca5c3355856a7b21c49fdcae6b0fc0c636b4f4b data/create/recipes/cutting/compat/byg/stripped_skyris_wood.json -d212153074777c15c91de5e8fab7ed90dfdbdfc3 data/create/recipes/cutting/compat/byg/stripped_willow_log.json -0b67fc33b3d750d45b3161b184539a4426040aee data/create/recipes/cutting/compat/byg/stripped_willow_wood.json -b70a322754a55b53e5a7698be90286943b951a75 data/create/recipes/cutting/compat/byg/stripped_witch_hazel_log.json -1a4f1833ad904253d68d0e9cc70f2c31f6791038 data/create/recipes/cutting/compat/byg/stripped_witch_hazel_wood.json -0fe18f65c1b90b656571f6f6196ec44d8d8cc24b data/create/recipes/cutting/compat/byg/stripped_zelkova_log.json -16c3f65f38457b5f4d3a67c09c812b037035105a data/create/recipes/cutting/compat/byg/stripped_zelkova_wood.json -88c80272bdaeab8ce294281f85d1eba1d33cceb0 data/create/recipes/cutting/compat/byg/willow_log.json -254a9f1038c737ccb865dd13b2c4150af560f75b data/create/recipes/cutting/compat/byg/willow_wood.json -d99a0a74d5bc38b216ff01c0fd3a6013a1ffd3e3 data/create/recipes/cutting/compat/byg/witch_hazel_log.json -858b6439c8bb76e96538739118497c40a64d4718 data/create/recipes/cutting/compat/byg/witch_hazel_wood.json -0d46a7c95cff26075fecd6eec36f68beafa1c2d3 data/create/recipes/cutting/compat/byg/zelkova_log.json -207ea74314552ee1a2bfc9d88c79cb447dfdd988 data/create/recipes/cutting/compat/byg/zelkova_wood.json -419bdadbf391ead00081a8cc9ad3c2432fa4068f data/create/recipes/cutting/compat/ecologics/azalea_log.json -efbe54cc729e6c6f3387a8cd06f7e54856588273 data/create/recipes/cutting/compat/ecologics/azalea_wood.json -f489c736da97bc2af308dc19c737c27c8f47e5e5 data/create/recipes/cutting/compat/ecologics/coconut_log.json -9c5b21423e34ac5ed61363c4ee5dd67d6df6829f data/create/recipes/cutting/compat/ecologics/coconut_wood.json -72b3b338e24f5467f033e5bd9d46e421256945a7 data/create/recipes/cutting/compat/ecologics/flowering_azalea_log.json -c73b31cb02a710de48241313033a310dac376132 data/create/recipes/cutting/compat/ecologics/flowering_azalea_wood.json -c40941595ea8241c4b64906226e01bcc1f2a1950 data/create/recipes/cutting/compat/ecologics/stripped_azalea_log.json -4ba63c972ed02f2b6aad6719f479bae2b71fcef1 data/create/recipes/cutting/compat/ecologics/stripped_azalea_wood.json -ea1a6cf16e709dac525019523fe92704eaef6c83 data/create/recipes/cutting/compat/ecologics/stripped_coconut_log.json -a7161c4e4935dc47ab83120833a1ffd73e8fd394 data/create/recipes/cutting/compat/ecologics/stripped_coconut_wood.json -fa4c6d4a584130896959e541ad50d02543a47e7e data/create/recipes/cutting/compat/ecologics/stripped_walnut_log.json -214893f24507ad37192e291d3125b4775211b529 data/create/recipes/cutting/compat/ecologics/stripped_walnut_wood.json -06dbaeb37ac40675b2479923b976818821453cfd data/create/recipes/cutting/compat/ecologics/walnut_log.json -65e4fb8096eed59d331bb4bb4495e0baa1eeba29 data/create/recipes/cutting/compat/ecologics/walnut_wood.json -9e3c05523b2bb4a4bb62638ce3957638f73c1ff6 data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood.json -91ad953c119a74f809359d39653fef231b712343 data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood_log.json -64a2975a19d70ca4a6ce8cc69e6d23150354f7ca data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood.json -7acc59c992a1d81709a1eb086dfe475f8923114f data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood_log.json -28a4be06b2e0325393cfc3fc180baf297cf81d69 data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood.json -eaa0599e0fff7a00315259d3a53160e5feff7266 data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood_log.json -e6aecacc6816937d8f4bf7e7615df886785c1503 data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood.json -3550826a40e75ebf7aaf51a3735e8e1f7206899b data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood_log.json -f67caf37dfcc07f741a15406cbedd6e220577521 data/create/recipes/cutting/compat/hexcasting/akashic_log.json -e61d2f5634cfb2f53dece0223ed709220d8c21bb data/create/recipes/cutting/compat/hexcasting/akashic_log_stripped.json -c4bd130cb8c9a8c12d3874b29afb08817e4ef6a7 data/create/recipes/cutting/compat/hexcasting/akashic_wood.json -620fe5a2ac976beed2994a92e5958698a7a14f8e data/create/recipes/cutting/compat/hexcasting/akashic_wood_stripped.json -4be2ff79bc439b905b32775ecd05a5f782b7c9f6 data/create/recipes/cutting/compat/integrateddynamics/menril_log.json -18f8b1e1cd6fa3d96f826e98c9a92b5ff6f89039 data/create/recipes/cutting/compat/integrateddynamics/menril_log_stripped.json -032144255e50e551e9547023824bc1cb1c196678 data/create/recipes/cutting/compat/integrateddynamics/menril_wood.json -f378eff4b875c77ea2e0d2971f95d2c9b66ef01b data/create/recipes/cutting/compat/integrateddynamics/menril_wood_stripped.json -f36d0e981c523a6c034d3811dd90fc135464af15 data/create/recipes/cutting/compat/quark/azalea_log.json -630d5842ff08c5f830167b866d54fe150d3cfddb data/create/recipes/cutting/compat/quark/azalea_wood.json -d374395b64877a1c44055f637c5cb65ff0029081 data/create/recipes/cutting/compat/quark/blossom_log.json -40702bb0bb208ae4885c0a55e1b4abd443378aff data/create/recipes/cutting/compat/quark/blossom_wood.json -13b032bf60a19d0599e4b5012f7df456baf5b657 data/create/recipes/cutting/compat/quark/stripped_azalea_log.json -99479e2734031ca4e36ef0feefae7f48eb6bd84d data/create/recipes/cutting/compat/quark/stripped_azalea_wood.json -ac8b246d88041a6f08ee680a3ee92382bde3c426 data/create/recipes/cutting/compat/quark/stripped_blossom_log.json -2a9906953d8b70e5ea4c4046d4a51f11afedb99f data/create/recipes/cutting/compat/quark/stripped_blossom_wood.json -945cf3f770d2300bba69d1d0bb4c2faeecf525de data/create/recipes/cutting/compat/silentgear/netherwood_log.json -5e9cfdcc1c961cd4d4e6f81b528e49553d7cb03c data/create/recipes/cutting/compat/silentgear/netherwood_wood.json -4ab25500abe3aa0b75ec76efc985b8b677084c76 data/create/recipes/cutting/compat/silentgear/stripped_netherwood_log.json -5ccf8c9fb370e2798c04a5442e03c381ac36ac2e data/create/recipes/cutting/compat/silentgear/stripped_netherwood_wood.json -bef2853001463e319ea0f324f26c2141872d91b6 data/create/recipes/cutting/compat/tconstruct/bloodshroom_log.json -029adc245d7c93bd27fc2f2a39bcf6f290e4e0fe data/create/recipes/cutting/compat/tconstruct/bloodshroom_wood.json -a7f6cd98555c144bd022146e9c4d42586682df66 data/create/recipes/cutting/compat/tconstruct/greenheart_log.json -b40e9d5903ebd8344b25529de2b144791356f774 data/create/recipes/cutting/compat/tconstruct/greenheart_wood.json -40aa79ec6dcb2dcf413f8edfe0e5b5004e1199bd data/create/recipes/cutting/compat/tconstruct/skyroot_log.json -941ef2e51dad11032d39fcec26ad1ec8c7126766 data/create/recipes/cutting/compat/tconstruct/skyroot_wood.json -dc47b016e62f866c00c5ce0222246b30c9b1dc65 data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_log.json -6e3cce87c8977fd34745d91d67ee3ee35ec09445 data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_wood.json -c4ed4295efcaeba93548ebfdb0e2df12f7d5cc2e data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_log.json -fbf94d091ecada77824bbda85d8abd6e6e9aab1b data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_wood.json -b7257b9c3fddcd811e6cdd0a2aec41878627c9fe data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_log.json -8d6cf1ccbb15ad72309eda32decdede78e67cd15 data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_wood.json -bcca510ab7e0be1f3273993af96c6fe57d68f8cb data/create/recipes/cutting/compat/twilightforest/canopy_log.json -be8ac8e5ad45fe23824bfe3b9ca237d9068daebd data/create/recipes/cutting/compat/twilightforest/canopy_wood.json -ddb409d22726cc24a5af0893031bfe917292a596 data/create/recipes/cutting/compat/twilightforest/dark_log.json -f36c3e50b0cffab888d48df7f80dd3b9deba9754 data/create/recipes/cutting/compat/twilightforest/dark_wood.json -2313107c87104d5f285bec0f22b534d6d09ef4c6 data/create/recipes/cutting/compat/twilightforest/mangrove_log.json -f1451ecf2f196179b7b811c4aa0d4532d8253e5b data/create/recipes/cutting/compat/twilightforest/mangrove_wood.json -9cf43e6f2eed8dd65e18f8951dab41205b0147f8 data/create/recipes/cutting/compat/twilightforest/mining_log.json -dc9c4d749e600f5e28e213bedaa691d4e7a64a34 data/create/recipes/cutting/compat/twilightforest/mining_wood.json -1b1067ed8f8e721df0d8c1df8bdbd5b797234f53 data/create/recipes/cutting/compat/twilightforest/sorting_log.json -5fad051259df99813f54504433f645a664105b6f data/create/recipes/cutting/compat/twilightforest/sorting_wood.json -8a8cf9cef6620db32c5ee7b50435aa8838da118d data/create/recipes/cutting/compat/twilightforest/stripped_canopy_log.json -2f5e0349a6e48b99283041c900a7bbf95a558595 data/create/recipes/cutting/compat/twilightforest/stripped_canopy_wood.json -3d8da2d00c8085cff88770e850394768f058d6b9 data/create/recipes/cutting/compat/twilightforest/stripped_dark_log.json -3c133f616f9c2cfa1a0d72c07f5329beefdc07a8 data/create/recipes/cutting/compat/twilightforest/stripped_dark_wood.json -b804c985ea01619352f416ad4365f3cb2786f0ee data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_log.json -41a04735d32b6fc8ef13b4cfa484d503dac3301d data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_wood.json -bdd0fed014dbc1ca13320e5e5f721fe11919de93 data/create/recipes/cutting/compat/twilightforest/stripped_mining_log.json -5f4854e56122c468365ebda63b9dd1caa269309a data/create/recipes/cutting/compat/twilightforest/stripped_mining_wood.json -65a68a555c25829af8547092db7925b0eae9fd36 data/create/recipes/cutting/compat/twilightforest/stripped_sorting_log.json -718ce72a4ba218bdde14edfa84016ad39a9246d0 data/create/recipes/cutting/compat/twilightforest/stripped_sorting_wood.json -4476b184757166c4a5971d4028f71088ac88de76 data/create/recipes/cutting/compat/twilightforest/stripped_time_log.json -fe9fa81ba36d1e804d9c4a048c8abd70efcff283 data/create/recipes/cutting/compat/twilightforest/stripped_time_wood.json -f4c021eea922947b570198fe5af6f630b53a9d0a data/create/recipes/cutting/compat/twilightforest/stripped_transformation_log.json -c620ddedb572209447732e6855ae01b1d9f45008 data/create/recipes/cutting/compat/twilightforest/stripped_transformation_wood.json -fd11858085c7fc73a7020dcffd32dbe8ba783366 data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_log.json -e82803282e8692b6d5914d254b17fb56e92d68db data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_wood.json -0350e0d98f71c9b65c622426fc5518dfcc942e56 data/create/recipes/cutting/compat/twilightforest/time_log.json -c125d5b8088a5a37ecdf77814220d2c0f5fd2ee1 data/create/recipes/cutting/compat/twilightforest/time_wood.json -3810bd868ad31201f4652b514a2730d3887a88dc data/create/recipes/cutting/compat/twilightforest/transformation_log.json -a9981ca1dff2b3c75b5f539e0054c75aa4f473d1 data/create/recipes/cutting/compat/twilightforest/transformation_wood.json -4460fe49a2be02420b2771b28ff164e94af491c1 data/create/recipes/cutting/compat/twilightforest/twilight_oak_log.json -d61e70b16b07f9d2a173b2ef0ae38aaef6038cb8 data/create/recipes/cutting/compat/twilightforest/twilight_oak_wood.json -7d9e56b0dc595052fbdcca6bad0375cf937146f6 data/create/recipes/cutting/crimson_hyphae.json -0c877153c4e080cf1c9a07247e7f5b59e7cfc9a8 data/create/recipes/cutting/crimson_stem.json -8d71bb2524538a0d8fd044427cf7134bc2b31d8b data/create/recipes/cutting/dark_oak_log.json -bb4c6b1ef57e5aceeaf8c1840e880e671788256f data/create/recipes/cutting/dark_oak_wood.json -f0eb32c6d9f7a5a78f08ee6ac3b97f70747c89f9 data/create/recipes/cutting/jungle_log.json -f218210af2282903968f84df77b16cac7a9d244e data/create/recipes/cutting/jungle_wood.json -fd565e84aff897968be805c03623757c11ea57ed data/create/recipes/cutting/oak_log.json -2bf4234c994073addb7341fa1ef8b721572dde37 data/create/recipes/cutting/oak_wood.json -2cd588872f6bbf63686a92a12735aa65d1960fe3 data/create/recipes/cutting/spruce_log.json -5ae29d81388c3d0d7966e703b6e9463ea58221ef data/create/recipes/cutting/spruce_wood.json -7326bd8a2ec38c22dd7ce4bba5d732b1eaad2651 data/create/recipes/cutting/stripped_acacia_log.json -56a7b89a750ff320e9939ab811260e05056b7c60 data/create/recipes/cutting/stripped_acacia_wood.json -5bf1850bbb48e743b05f8d582f41a1736d5948f1 data/create/recipes/cutting/stripped_birch_log.json -0e487a41951e758cf523145dcbaaa2087d9ea718 data/create/recipes/cutting/stripped_birch_wood.json -9efc61317fbda72fc2924aa3f9113cced46aad77 data/create/recipes/cutting/stripped_crimson_hyphae.json -22b36652bef66fbcae960a5f6c0b4b0df3216eca data/create/recipes/cutting/stripped_crimson_stem.json -bb6fc75a5d21ad5cb17907a452b40f280b774349 data/create/recipes/cutting/stripped_dark_oak_log.json -0ead24be657900834f15dd19cafee385c9b3db44 data/create/recipes/cutting/stripped_dark_oak_wood.json -e3e08b3a69356be3e169ee3c6df9983c7c136b9c data/create/recipes/cutting/stripped_jungle_log.json -d59b1c12331db8a91e9284ed5b9b1e60f7357b94 data/create/recipes/cutting/stripped_jungle_wood.json -21b544e00ecad0a209e3dd7d1c65a698cdfdd889 data/create/recipes/cutting/stripped_oak_log.json -a9a78bafc9a90a5cd71cfa8ed8604584eea3ee17 data/create/recipes/cutting/stripped_oak_wood.json -42a519e2150a2578b9588068efa627626f8920f6 data/create/recipes/cutting/stripped_spruce_log.json -0bbac641024c34d7f38872ace1343e123f281a37 data/create/recipes/cutting/stripped_spruce_wood.json -fcf37b9ee3d691f1fd9c70fa297555eadceb039f data/create/recipes/cutting/stripped_warped_hyphae.json -f6462f1593d1275db331b0a8fc3f5d09bac60b23 data/create/recipes/cutting/stripped_warped_stem.json -a022f2d541f04a9e2bed6b72af4e74703076fcbe data/create/recipes/cutting/warped_hyphae.json -1bd01df5540df7db06afde28a3f9ebe4d25e4001 data/create/recipes/cutting/warped_stem.json -f2c317e03ac4d42fb631e1625607061e10c480fe data/create/recipes/dark_oak_window.json -d9dbae6e237eb38e53a619a0f1b339fca7c59b4d data/create/recipes/dark_oak_window_pane.json -3a0fa13409b2c55e98bf99bf96261033adb3e4a6 data/create/recipes/deepslate_pillar_from_deepslate_stonecutting.json -1feb1de96d35277e2c8b6eee6f572e59105f8463 data/create/recipes/deepslate_pillar_from_stone_types_deepslate_stonecutting.json -b826def1e64ec25c2bcecb7260a2c44ed2f73656 data/create/recipes/deploying/cogwheel.json -254a515061028eab180c2e818258608c0686a340 data/create/recipes/deploying/large_cogwheel.json -e2f4c7f74d1a6e354bb6727f56b1d19e6e32420e data/create/recipes/deploying/waxed_copper_block_from_adding_wax.json -ade2adabcc76d3c17bdf008f3b61b9a71ff9b2f4 data/create/recipes/deploying/waxed_copper_shingle_slab_from_adding_wax.json -d7a950358a62df498d89dd5730a0bd8f0240773c data/create/recipes/deploying/waxed_copper_shingle_stairs_from_adding_wax.json -4690ec34c4581b4ea5dd67a9e79c682bf7246a6f data/create/recipes/deploying/waxed_copper_shingles_from_adding_wax.json -9371414981a61077a161ca1ecd3b9b3ed917c32d data/create/recipes/deploying/waxed_copper_tile_slab_from_adding_wax.json -c81fb52d6e6df96e2db805a6859e083b12e0d7bc data/create/recipes/deploying/waxed_copper_tile_stairs_from_adding_wax.json -6303f2de82c9a026698ef261237e507584e7334f data/create/recipes/deploying/waxed_copper_tiles_from_adding_wax.json -a3c73d0cb90f20463154e8fa7be45440713460c1 data/create/recipes/deploying/waxed_cut_copper_from_adding_wax.json -f843752c72c59596420bb75acf38c32ab17237a4 data/create/recipes/deploying/waxed_cut_copper_slab_from_adding_wax.json -d748e1da6c37ac765eb262a973a534db79c7136f data/create/recipes/deploying/waxed_cut_copper_stairs_from_adding_wax.json -78a0362ce6b919f852f2b6f5f3bcdb6de4856eec data/create/recipes/deploying/waxed_exposed_copper_from_adding_wax.json -5d1dc901881dd0e0219a01893c1cc41b141fefad data/create/recipes/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json -3de89a39dfbc71c6094a0789a9389942b8ba8ef8 data/create/recipes/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json -154b65ad2a611975d6ca35c553c676fcbf211114 data/create/recipes/deploying/waxed_exposed_copper_shingles_from_adding_wax.json -da0a3422ca883bcd6248441b0357b0df5337bbdf data/create/recipes/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json -97cdd3f42553b5cf53970b31b520e35250e63b9d data/create/recipes/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json -5032ca6ad859330404c807f89b5ff64c896171a1 data/create/recipes/deploying/waxed_exposed_copper_tiles_from_adding_wax.json -b7805b0368b0b4aaa2676e9acf5340ba2c173844 data/create/recipes/deploying/waxed_exposed_cut_copper_from_adding_wax.json -88ff993e86f2e67c2a0365ad28e41d007d1e16b1 data/create/recipes/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json -363f810c31d85fdbdb50089fba02a2f4725ed828 data/create/recipes/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json -f675240daae845260c899a5286135fc4d7295aee data/create/recipes/deploying/waxed_oxidized_copper_from_adding_wax.json -f658c5ccd9cd7d14df457d851f48abcf156e075b data/create/recipes/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json -d3a97f572c276b68cd66d9756784e10b4ff1955d data/create/recipes/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json -d90779b032d516742879dddf2f6ae9e37c9cd747 data/create/recipes/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json -add55103fe46df11d702a9566c87ee166d339e76 data/create/recipes/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json -9aab2cc616b3d3672a7d95de781af8425563ad37 data/create/recipes/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json -bc7f97c84864f740b8ad2d166e672cdd71cd68c8 data/create/recipes/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json -fc83a960793c6e0d992c8fbfd45afab42033c195 data/create/recipes/deploying/waxed_oxidized_cut_copper_from_adding_wax.json -aa4dc21175b6618bb5cdf0d245d7b619c5fbf640 data/create/recipes/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json -eecb617a866a20f41b74b790d7c7ecd698b4f9fa data/create/recipes/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json -400b704dae123ff9958189975715fcb16072f648 data/create/recipes/deploying/waxed_weathered_copper_from_adding_wax.json -fd127ed267f9b15a1bd152a9680c1994a8da3f55 data/create/recipes/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json -a741b46549e3e091acae478ad4b8bdd6666cb3fb data/create/recipes/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json -96f56c5f2436f2060b09fb354d4b25db5e4e46b0 data/create/recipes/deploying/waxed_weathered_copper_shingles_from_adding_wax.json -4f2cbf8b7ec5b158b4d0c0f416677fd7f7ad226c data/create/recipes/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json -fb7241299a2d56391aa0ba498da6399d20d04329 data/create/recipes/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json -2e82cc0eea54d9d74161691242c37b070ce5fc8c data/create/recipes/deploying/waxed_weathered_copper_tiles_from_adding_wax.json -e98ea64ba1a6780456e135628239251add737f2e data/create/recipes/deploying/waxed_weathered_cut_copper_from_adding_wax.json -2fd07845ec24bf5cca318530052b27320c352ce1 data/create/recipes/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json -26189574af933edd8af11f98ee29d300e042a1f8 data/create/recipes/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json -3019172274fdfcc606ad0f5569db433913231c28 data/create/recipes/diorite_pillar_from_diorite_stonecutting.json -31ad09aca642a48d197854c3d10065077f234379 data/create/recipes/diorite_pillar_from_stone_types_diorite_stonecutting.json -72110302ade0a3b7d82c5e778c63e0b457a2470b data/create/recipes/dripstone_pillar_from_dripstone_block_stonecutting.json -27d9bf05a610447e90314e658dbbcd191f378fc9 data/create/recipes/dripstone_pillar_from_stone_types_dripstone_stonecutting.json -d81ceba2946286d374801e698a4ca2116395cbad data/create/recipes/emptying/builders_tea.json -c26d003e921720308c05ad7b9f3cb57de94a10a8 data/create/recipes/emptying/compat/farmersdelight/milk_bottle.json -20b7c7c62fa2e33199e08188dd8836844a6d9cfd data/create/recipes/emptying/honey_bottle.json -dfc1bbb05a4eca31f47d1b25c5975866cb4b61f9 data/create/recipes/exposed_copper_shingle_slab.json -4e1cfc70d9089d90adbed4bef37b36e66751f5db data/create/recipes/exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting.json -56d763d835ccf0edded442e6a5fcf1af78347d2c data/create/recipes/exposed_copper_shingle_stairs.json -eeec90a33edb8d72b3738a3c04fc432b60f5a9dc data/create/recipes/exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting.json -dc3f87e973c70231de34fa8ea056c3df2f92f1ba data/create/recipes/exposed_copper_tile_slab.json -abc70fa1d413c017207942c9ecb6050560864eb7 data/create/recipes/exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting.json -bd0b912354c987863a0791536376c5ba43326deb data/create/recipes/exposed_copper_tile_stairs.json -c2f40d447fbac4b4975e578fe32635658b73ebf7 data/create/recipes/exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting.json -133e79f78a7f2c2f63ac7695d2be57d56e8955f4 data/create/recipes/filling/blaze_cake.json -642e96ce5dd2f31e7a33c6ef4060eecb0bf2aa86 data/create/recipes/filling/builders_tea.json -1367357fc36adc4b67467d90589ef91e657380a4 data/create/recipes/filling/chocolate_glazed_berries.json -0e79248178f8c1690b4e5a5ad2ffaf63711ad3c7 data/create/recipes/filling/compat/farmersdelight/milk_bottle.json -5bec6c2068a3c1005810d18bd45ce916389b5423 data/create/recipes/filling/glowstone.json -5eb6227ccb6fa940b662d3ec029c3bd61fe61c8d data/create/recipes/filling/grass_block.json -244f27eadefefbc966ac384ac087c57d19484321 data/create/recipes/filling/gunpowder.json -c8ca74a6cd071308a1750a2ad1153e79422598a0 data/create/recipes/filling/honey_bottle.json -d20703b67dd5e4c9b75718db02d575b1c7415c12 data/create/recipes/filling/honeyed_apple.json -08ce1420d1551ecfef5988977436c087123851a6 data/create/recipes/filling/redstone.json -fb8e4378cd2240644a4b5c0d06e27ad772ec7695 data/create/recipes/filling/sweet_roll.json -5b8bbde7f8b270ab75fac18d6858f2fadbc0efa3 data/create/recipes/framed_glass_from_glass_colorless_stonecutting.json -d697de0c9b706ca4e18da7a2d769e7e5fe8d769d data/create/recipes/framed_glass_pane.json -d0c541bbefb9f3f861ae5751645493c8e1687b5c data/create/recipes/granite_pillar_from_granite_stonecutting.json -dc3a5cc1a91cd35051b9e0f701e9fb44600a7dfb data/create/recipes/granite_pillar_from_stone_types_granite_stonecutting.json -4e6283794e3b99043e92465d55440ad607d30965 data/create/recipes/haunting/blackstone.json -b0ebe3a1a7f2b9f3fd446f9639a7b6b20b9f726d data/create/recipes/haunting/crimson_fungus.json -18a730b19a44869b034cd0b991538b56eddaee54 data/create/recipes/haunting/glow_berries.json -53e5be55e26a70a7961306ff1dff8989ae511c10 data/create/recipes/haunting/glow_ink_sac.json -f1a2b5d5bd8dfd9c6ab4c40dc4e99cbabba06e84 data/create/recipes/haunting/haunted_bell.json -e4357d04f9ded16aa6517c25b87b471009e68a1f data/create/recipes/haunting/infested_chiseled_stone_bricks.json -aae84905211c980bd4ebef8ccb140c4a3b83346b data/create/recipes/haunting/infested_cracked_stone_bricks.json -b30b718b5dd040cd12cf555b5320cbde610456d7 data/create/recipes/haunting/infested_deepslate.json -3ad01318e43b43fed8da14f215596c61af0aaa06 data/create/recipes/haunting/infested_mossy_stone_bricks.json -e3459905e0b93a003b49e5d0ddab03f22093ef08 data/create/recipes/haunting/infested_stone.json -fc4218386a97ff4512fcb899eaba283d13d011b9 data/create/recipes/haunting/infested_stone_bricks.json -0b0197fdbe9e7f5e642a0167a5ccb7fab3d4d67d data/create/recipes/haunting/lapis_recycling.json -272eb0ffe124c11bea614143d80da373696dd703 data/create/recipes/haunting/nether_brick.json -fc5ec1cd344c4903b6c0337921f1bce36f9caa9a data/create/recipes/haunting/poisonous_potato.json -c0551bf5c928ec3fa1c5bddccaff28e4584ec664 data/create/recipes/haunting/soul_campfire.json -35efd3abfba3b77c8a3076b626b852cd5d1698ff data/create/recipes/haunting/soul_lantern.json -d34fe1f6d1eccc9f40ede3bd11e879140014401e data/create/recipes/haunting/soul_sand.json -c0aab10c6c323b92931e8b59bf9902a47165b263 data/create/recipes/haunting/soul_soil.json -890f23b77e2c51c60ffa4c04dd6ee53db504b5f6 data/create/recipes/haunting/soul_torch.json -a6c387d19c357d7c89aa44a10b9deb9e93b6c614 data/create/recipes/haunting/warped_fungus.json -05908d48b6ac0c117da0b4b9ae4ae5e933ed900e data/create/recipes/horizontal_framed_glass_from_glass_colorless_stonecutting.json -4e8d49934f9899f788d45d4347bfc085b2836699 data/create/recipes/horizontal_framed_glass_pane.json -1f14e213ce80509fe51d76016d0c9707d3ad12b8 data/create/recipes/item_application/andesite_casing_from_log.json -ec1cd543397750e5f74a78d1f79d49dafdd46460 data/create/recipes/item_application/andesite_casing_from_wood.json -27586f2309eacfc05a7a9eb1490357ea40576647 data/create/recipes/item_application/brass_casing_from_log.json -c67a9b39b0d7af304d130b5872ba806e1c127b75 data/create/recipes/item_application/brass_casing_from_wood.json -a97f29b1bdd1227f6c9e488a398415a5b4c1cac1 data/create/recipes/item_application/copper_casing_from_log.json -4b326ff824751ccfd60ec469a1352c4a7b780023 data/create/recipes/item_application/copper_casing_from_wood.json -5f44bb9745023db87264b98a416e7802d9b7e1b0 data/create/recipes/item_application/railway_casing.json -c3ccd16b7fe9878cc734d699b4c8b219ad556f46 data/create/recipes/jungle_window.json -76dab06d0bda78c4247f76d6a849e1aa083fceb1 data/create/recipes/jungle_window_pane.json -fc00b0e336c45698df1f94ad470f9941e19b0e24 data/create/recipes/layered_andesite_from_andesite_stonecutting.json -499b8768d9f46b0708c371dc9af3a00159a4f16a data/create/recipes/layered_andesite_from_stone_types_andesite_stonecutting.json -94da64d7741846d763837778f6117406393d7fb6 data/create/recipes/layered_asurine_from_asurine_stonecutting.json -56bc25b5a3b987e8dd85111b34aa31a2408adcff data/create/recipes/layered_asurine_from_stone_types_asurine_stonecutting.json -1e00d022d59a25213375a33f365439d7a5c7aea9 data/create/recipes/layered_calcite_from_calcite_stonecutting.json -8703db5625c9ca2780e24f813072575519043e49 data/create/recipes/layered_calcite_from_stone_types_calcite_stonecutting.json -ca481fb0f5f305d40cfec78c695f661e332a2978 data/create/recipes/layered_crimsite_from_crimsite_stonecutting.json -e68e76a8ab189d9e7dbc0faab60a5eed3342c69b data/create/recipes/layered_crimsite_from_stone_types_crimsite_stonecutting.json -4dfb6643d0e7289578716f9b5472a59e0516f194 data/create/recipes/layered_deepslate_from_deepslate_stonecutting.json -caf08e73209d2da717b91d0a99696c92d2debbbe data/create/recipes/layered_deepslate_from_stone_types_deepslate_stonecutting.json -938b2805fbed7a68afe26e4cf9b20ac5d3c3a91f data/create/recipes/layered_diorite_from_diorite_stonecutting.json -0d363f637f7a30b0c6150b56355539d00d793039 data/create/recipes/layered_diorite_from_stone_types_diorite_stonecutting.json -7cc46ea3d1fc8a544ca40f58e7dc04d5a0eff2c7 data/create/recipes/layered_dripstone_from_dripstone_block_stonecutting.json -10aec94db307041cc3c820d144f883c6607d945a data/create/recipes/layered_dripstone_from_stone_types_dripstone_stonecutting.json -321027b7062a70243b7f24149186630d05f8943b data/create/recipes/layered_granite_from_granite_stonecutting.json -a75d1c4381c3dcff54efd3dca39a24e14afcfe02 data/create/recipes/layered_granite_from_stone_types_granite_stonecutting.json -9712031277020c39e8e643690a6a968c5e275a75 data/create/recipes/layered_limestone_from_limestone_stonecutting.json -bbc5f0256189cdd77f0eefa1cf65c966ef92f7de data/create/recipes/layered_limestone_from_stone_types_limestone_stonecutting.json -d744f3d4ce8802aed56e1faec0d9eb4e68f1e8f4 data/create/recipes/layered_ochrum_from_ochrum_stonecutting.json -38e32c94adaa84074ebd6add791a5aa72999f7c8 data/create/recipes/layered_ochrum_from_stone_types_ochrum_stonecutting.json -c62abbe732e185d7fcd3c7f672f9ff8d659b0736 data/create/recipes/layered_scorchia_from_scorchia_stonecutting.json -9438c1543d204307c2e87c67b5adc77094711872 data/create/recipes/layered_scorchia_from_stone_types_scorchia_stonecutting.json -fdfbe941eb56a98c3d28639154b7bcd4dcc66dfa data/create/recipes/layered_scoria_from_scoria_stonecutting.json -c2a5f37bb5421129c6444cc6d659c39129008873 data/create/recipes/layered_scoria_from_stone_types_scoria_stonecutting.json -c1b71a9a0f5449192058aaa24b6c859428db8e70 data/create/recipes/layered_tuff_from_stone_types_tuff_stonecutting.json -c4a21f71406f68639b8242aac58ebef123328137 data/create/recipes/layered_tuff_from_tuff_stonecutting.json -35d92cbbdf2868062e2d12181aec236f6d6b6713 data/create/recipes/layered_veridium_from_stone_types_veridium_stonecutting.json -9376cd2abe79314b0445b80b560d2d80d53b8394 data/create/recipes/layered_veridium_from_veridium_stonecutting.json -c2e15ac0c9109bad3face6d13efc32d7116b4c25 data/create/recipes/limestone_pillar_from_limestone_stonecutting.json -484e6c52ad534d2fa2bbacb7c03a349ae68d0803 data/create/recipes/limestone_pillar_from_stone_types_limestone_stonecutting.json -66674d07de63aada0991d2fdff07e22e00450135 data/create/recipes/mechanical_crafting/crushing_wheel.json -599f8b87c24c131350ba7ceb69a0c8b9829c62bc data/create/recipes/mechanical_crafting/extendo_grip.json -fa356eb82c08339bb0064017d88b1e5b053fd4ff data/create/recipes/mechanical_crafting/potato_cannon.json -7e695ab2b684c23968a23765072603be5da13d75 data/create/recipes/mechanical_crafting/wand_of_symmetry.json -98f877bf8f3f8a686fc6cf7479a0fba5744248ce data/create/recipes/milling/allium.json -bcff4d30ae09a0729bce8b2dbde4ddd6719a998b data/create/recipes/milling/andesite.json -ac3f1c92115a113a1ea7e5543c1e061e3d2a0b36 data/create/recipes/milling/azure_bluet.json -83fc4663a012e78cebbb0f08e01a10df06b04873 data/create/recipes/milling/beetroot.json -95d673bb272d273c2ad25bf01723dd978642faed data/create/recipes/milling/blue_orchid.json -25d008621c461a1f6fef0e45913dc8654c645ea3 data/create/recipes/milling/bone.json -8c09dc48b3e3c3c6bfdc4ed7683bdee860802172 data/create/recipes/milling/bone_meal.json -c152f6ae0c5bdcd4eaf3e714864a318f462b64a0 data/create/recipes/milling/cactus.json -7ed9fa038cf48d6fc1cb0dc0e207903d1da65787 data/create/recipes/milling/calcite.json -b8eff5bcc773a7ce75146423e5997ee24f69a92c data/create/recipes/milling/charcoal.json -e34c20506e9054da0e3b22fb27a093222eeb9a9c data/create/recipes/milling/clay.json -ccce7e6d1ab703d6567046b9c99c254e8baa88f7 data/create/recipes/milling/coal.json -851e4f3b84f431003264bc902a3351b6d769c897 data/create/recipes/milling/cobblestone.json -929d5c69bfd4eefc33766954e1ed7cbc284180b6 data/create/recipes/milling/cocoa_beans.json -31da5a1a6cc6f6cf90bf091d968d8b6f8555b292 data/create/recipes/milling/cornflower.json -623c1a134f8ce6b7d52476b6da8e8d210dba7bb1 data/create/recipes/milling/dandelion.json -54d544e24263acc564dc14f6544198f9d705dc9c data/create/recipes/milling/dripstone_block.json -28bad3c34cf0f5e20c48486c15130f6c552a93ec data/create/recipes/milling/fern.json -51d692a94c69e10e3b77542f9cd98500104d5a42 data/create/recipes/milling/granite.json -6f9d6891b2bc2e6f1dc24a7802f9a0f7982e9d20 data/create/recipes/milling/grass.json -407a82fb6ca49d8e6159b0e900f856021b1dd771 data/create/recipes/milling/gravel.json -7932570ab897c0afe71ca368372f7628cb2c9b31 data/create/recipes/milling/ink_sac.json -b2e80b5752eec591f4110f6a5fc5e052aeecab78 data/create/recipes/milling/lapis_lazuli.json -1720439fd1c8eb808d1a1d29510b71860afbdec2 data/create/recipes/milling/large_fern.json -3c8a3b3d8c91e107c2ff64b2115f5cf94197fc91 data/create/recipes/milling/lilac.json -f2a7518eeef43052785dff6c3bf305c8c74c4789 data/create/recipes/milling/lily_of_the_valley.json -5ba9cd55d4a551350b64ecbbff6bfd32e130c00c data/create/recipes/milling/orange_tulip.json -e5f121e244cd0afa2fe3d76a1e15ca9974bee96b data/create/recipes/milling/oxeye_daisy.json -077edce210beb2cbe5e37062b0518be473784dc7 data/create/recipes/milling/peony.json -00c67bfbfc780b0d0343c9d31fda9f477341bc88 data/create/recipes/milling/pink_tulip.json -47fabce9ae3fbc2cc888697b11e6d48748631ef5 data/create/recipes/milling/poppy.json -ea6fb7e30fa22cd87ff4760288e11f909b78ac86 data/create/recipes/milling/red_tulip.json -bda581c2039f41f7d55527814a46903f10da7e05 data/create/recipes/milling/rose_bush.json -54be62a1bf098a370d315f79068ec326e4f4d6c2 data/create/recipes/milling/saddle.json -42c5837c16132632da52325cddea3cdbb318e822 data/create/recipes/milling/sandstone.json -d11b247b41fc1c36c75a68a56eca8404367707f8 data/create/recipes/milling/sea_pickle.json -1e14bd30032aab6dfaff5bca50c791332ffc1aaa data/create/recipes/milling/sugar_cane.json -af2beca9f934601ad029f34bad08be3cee07f6b4 data/create/recipes/milling/sunflower.json -949c7aa8f5172c07b0b5ea178d8046ffaac9f527 data/create/recipes/milling/tall_grass.json -542ffcedc9b1467ec41c6f4e162453e76fa1ead1 data/create/recipes/milling/terracotta.json -4f61f0efbd980407d4e0fa1067dd320f01496c6c data/create/recipes/milling/wheat.json -0a598bfc39ad473856887703d7971ba3a70339f8 data/create/recipes/milling/white_tulip.json -19a16516ce26afddef5604b118899a50671a9a9a data/create/recipes/milling/wither_rose.json -eec880075efd6008b604a4b8064d782752b4bad6 data/create/recipes/milling/wool.json -b3cc5e61bab40ca6135dc1f706f3ab447e9f78bf data/create/recipes/mixing/andesite_alloy.json -ce9dc7dacb85cb23a7187c19a115b40e597ad36b data/create/recipes/mixing/andesite_alloy_from_zinc.json -5a0ff7f1284d3c5e476552170cfee2e8164fb087 data/create/recipes/mixing/brass_ingot.json -ab602a53a5d8d057aad910dd1c5529cde2d587ab data/create/recipes/mixing/chocolate.json -d3bf74bb3826cf2dccaf7377b8b3e0fdaa38f1aa data/create/recipes/mixing/chocolate_melting.json -adb717169af550b6b89f119403b268e4f3f3dbbf data/create/recipes/mixing/dough_by_mixing.json -ffba306dbb52e4d7afeaec183b92821dbc402a7c data/create/recipes/mixing/honey.json -cd9a78454bce20cf3557f5c44febae77ebd43e54 data/create/recipes/mixing/lava_from_cobble.json -0f89b3f2d81585591513619b8d1e8694eb874316 data/create/recipes/mixing/tea.json -4865d07d0e07e22d41b961f0673041e087df7d5f data/create/recipes/oak_window.json -f06c8d1565a1f4d4914436b21e32d147de868d46 data/create/recipes/oak_window_pane.json -04a3c1b34a98d17cac734959e44f22ccb8be0fa5 data/create/recipes/ochrum_pillar_from_ochrum_stonecutting.json -6125d797561e861f1160c1d6d23c1036964bfb98 data/create/recipes/ochrum_pillar_from_stone_types_ochrum_stonecutting.json -3ef05e87a09a171e6d66e0dd003d6c308926f4bc data/create/recipes/ornate_iron_window.json -4ef1a7279f8deff6e2fd5fe027ec903694656bf9 data/create/recipes/ornate_iron_window_pane.json -dcdde1728dbf3dcfdff215337d242a32c5aac921 data/create/recipes/oxidized_copper_shingle_slab.json -88a001be9a98b584a5b066826fd8d10aa2400e3e data/create/recipes/oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting.json -3431c244bb15a9efa06ef74ab25e0932a9a838c6 data/create/recipes/oxidized_copper_shingle_stairs.json -e033a44b28132687d614f1a1d4f5fb2d0c2d8c11 data/create/recipes/oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting.json -f5715361c4509338914ecc994c783102f74a88ec data/create/recipes/oxidized_copper_tile_slab.json -b5a2a1c365c1f8b5d9b3ef7ecabd170e9a6060e3 data/create/recipes/oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting.json -1ffebf4859c9b98e1c57cd2d237acada571a74af data/create/recipes/oxidized_copper_tile_stairs.json -377e3481318bfa32c8f2eb2f4300354b10ac519f data/create/recipes/oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting.json -bc65cf8cbc093325e5c4d0fe1743ab5b653401e4 data/create/recipes/polished_cut_andesite_from_andesite_stonecutting.json -306e65e1a5d8dbe3e1b8f90aefea5133205f5c2b data/create/recipes/polished_cut_andesite_from_stone_types_andesite_stonecutting.json -919e8e463470e19dcbca3b1115717135f44d5a27 data/create/recipes/polished_cut_andesite_slab.json -4f0791a3e6df52fdadc9cc6a802aa4947cb626e5 data/create/recipes/polished_cut_andesite_slab_from_andesite_stonecutting.json -1be8e234f9f7e863d191089db8c22489c786ede4 data/create/recipes/polished_cut_andesite_slab_from_stone_types_andesite_stonecutting.json -6cfd1e9a380a03cc9f15cb24f0917d5b2b8992ae data/create/recipes/polished_cut_andesite_slab_recycling.json -45d85e0d1fcfed0e753f37bb55b74dd2a2aeb584 data/create/recipes/polished_cut_andesite_stairs.json -a941996d0ebec398313f6f1f96cfbb4d8eec8a11 data/create/recipes/polished_cut_andesite_stairs_from_andesite_stonecutting.json -27e3b0f3ea307187d9214370370bc4b9a0dd23e7 data/create/recipes/polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting.json -3001a13ad0c8d4efcf0ff949ae16cb99d07172b4 data/create/recipes/polished_cut_andesite_wall.json -aa05bd7a17b3ea572d1fc3cee637e75a50193411 data/create/recipes/polished_cut_andesite_wall_from_andesite_stonecutting.json -ea75144570185f97901f6e258759636c9295a41d data/create/recipes/polished_cut_andesite_wall_from_stone_types_andesite_stonecutting.json -80bde040d8eb6554f8bf8f9a51f3cf38a4ac2f43 data/create/recipes/polished_cut_asurine_from_asurine_stonecutting.json -a41d9a04b8d027fe5ade290d7aa47ad3af59ff4e data/create/recipes/polished_cut_asurine_from_stone_types_asurine_stonecutting.json -6b33493cfc9280adc971b26b0bf8133d4e186cc3 data/create/recipes/polished_cut_asurine_slab.json -a5fa2c3829c7aaf9d2a667e5e6cd1aabf09f72bb data/create/recipes/polished_cut_asurine_slab_from_asurine_stonecutting.json -0b62920600d8accd80fb48d2e025f484972d8396 data/create/recipes/polished_cut_asurine_slab_from_stone_types_asurine_stonecutting.json -12ea745762fa8923bc890757f4b917e4bc5cfd4c data/create/recipes/polished_cut_asurine_slab_recycling.json -5ee8671af19b7d6de8e1f18f9095bf596c7e004e data/create/recipes/polished_cut_asurine_stairs.json -79544f90f540949c690e97a5576b0ebcab4d4d4d data/create/recipes/polished_cut_asurine_stairs_from_asurine_stonecutting.json -d1d7080d459d2dd136b497b2bcabd6f08cf646d6 data/create/recipes/polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting.json -2254caeb403438a70894a0315c85254ff849ca30 data/create/recipes/polished_cut_asurine_wall.json -48f8f4d0cfdec4631ff2acf7d302174aa682705a data/create/recipes/polished_cut_asurine_wall_from_asurine_stonecutting.json -d11d802f63a113407785b620eb0c457210097082 data/create/recipes/polished_cut_asurine_wall_from_stone_types_asurine_stonecutting.json -361f491733912b0db20f2d2fa11a2fb3fc46c839 data/create/recipes/polished_cut_calcite_from_calcite_stonecutting.json -52690c39bda59dee117b9ce91ced91d3cc596ce3 data/create/recipes/polished_cut_calcite_from_stone_types_calcite_stonecutting.json -65faa37d4988cd9e2e922ef014dc5ac33648cd43 data/create/recipes/polished_cut_calcite_slab.json -e2703a1fb7bd2006fe235c98514dc96eae13458c data/create/recipes/polished_cut_calcite_slab_from_calcite_stonecutting.json -c67df9523b4b71c5352ac89eba2ad5940eb5988a data/create/recipes/polished_cut_calcite_slab_from_stone_types_calcite_stonecutting.json -4f534286ae4ec553c17a3da320562a43c050035c data/create/recipes/polished_cut_calcite_slab_recycling.json -9d1c84e59ee69460daea88db1a4a89fc08055183 data/create/recipes/polished_cut_calcite_stairs.json -b708c802f3b902c57ced2ff81dc6246fd648ee66 data/create/recipes/polished_cut_calcite_stairs_from_calcite_stonecutting.json -8e19bd7aafe4f118d893d9ae4f11089250a70c2c data/create/recipes/polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting.json -44bcb44900a3302d3ff910f5ec5438cd76071911 data/create/recipes/polished_cut_calcite_wall.json -66abfc57d3121c8ba9b0a8e2b7d0d97559536768 data/create/recipes/polished_cut_calcite_wall_from_calcite_stonecutting.json -6d87171b25a848dca5f3882456a929a92f448bd1 data/create/recipes/polished_cut_calcite_wall_from_stone_types_calcite_stonecutting.json -68220f5dc856082e4ec130a79f54f39488be293f data/create/recipes/polished_cut_crimsite_from_crimsite_stonecutting.json -b31f8bfbdcd8d63a890534ca860878f9a12650de data/create/recipes/polished_cut_crimsite_from_stone_types_crimsite_stonecutting.json -dfe0c6f88ec478120d890ccdac8e17c2e0cd547b data/create/recipes/polished_cut_crimsite_slab.json -29157f5d5675f3f99244e9b5f90a33cd18335bbe data/create/recipes/polished_cut_crimsite_slab_from_crimsite_stonecutting.json -5b0f30df08d00ea3d69b0d059b3ba446b1cee16e data/create/recipes/polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json -71b5ebe1de4684fc6c5338d4aaae6fe236bfb7ba data/create/recipes/polished_cut_crimsite_slab_recycling.json -6f216721e8674fb3c20573b59a0c9b0e641b86cd data/create/recipes/polished_cut_crimsite_stairs.json -0da02eca1a983bfc4e611eb42dab8773369056d5 data/create/recipes/polished_cut_crimsite_stairs_from_crimsite_stonecutting.json -f6c0acf233c3d88d96a7271510eff5094d0b66a3 data/create/recipes/polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json -eaa01119b0f774358da0711942b990102c6ed014 data/create/recipes/polished_cut_crimsite_wall.json -5cf0d268cb4de40d5f31b70021473b11eb0fffed data/create/recipes/polished_cut_crimsite_wall_from_crimsite_stonecutting.json -6432078791cda86cd92fbbc76700e25f12505089 data/create/recipes/polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json -722957d7b55a0d9fca28f2248388396652da5f61 data/create/recipes/polished_cut_deepslate_from_deepslate_stonecutting.json -74c57501f152aa0c10b8737379f86f2fcbe82cae data/create/recipes/polished_cut_deepslate_from_stone_types_deepslate_stonecutting.json -3f14f462a6a8b8acb0483f117e0b523cae462f5c data/create/recipes/polished_cut_deepslate_slab.json -735f43512f92c8123b247f45ced75bfe67e29b1f data/create/recipes/polished_cut_deepslate_slab_from_deepslate_stonecutting.json -fba78ea50f44728207a4c771a35781f7e1b98d17 data/create/recipes/polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json -7893513ceb3550ae90ef9d77e3e5b8112e3a4767 data/create/recipes/polished_cut_deepslate_slab_recycling.json -23e2aba75cc8f93f23e1a78fe7063b025786e9b6 data/create/recipes/polished_cut_deepslate_stairs.json -607cc7146725f11a6544dddf718877e45079aa92 data/create/recipes/polished_cut_deepslate_stairs_from_deepslate_stonecutting.json -d45e8ac817169921d24ecd6bc409d82a65d92c80 data/create/recipes/polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json -0247a8ae38914296a8a164c5b48cef0cd49b625f data/create/recipes/polished_cut_deepslate_wall.json -a24a4e0885e150a291832974919b6d8b68284819 data/create/recipes/polished_cut_deepslate_wall_from_deepslate_stonecutting.json -9261153c24443feabeff02d18272298729b22466 data/create/recipes/polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json -645483796acd435916a3b682a216fe1ea8eab5b3 data/create/recipes/polished_cut_diorite_from_diorite_stonecutting.json -d85978baf13255cd250d261cbb4c33feca7c53d1 data/create/recipes/polished_cut_diorite_from_stone_types_diorite_stonecutting.json -a8f47da94d37203c3c9f7719078947886763aeeb data/create/recipes/polished_cut_diorite_slab.json -6d141d57acb02d86c2d28806ab33b2c6bbd5ddca data/create/recipes/polished_cut_diorite_slab_from_diorite_stonecutting.json -557f4ce6020587fa6fcbddd4446f81615b0db78e data/create/recipes/polished_cut_diorite_slab_from_stone_types_diorite_stonecutting.json -1d9061e1148336aa1b5b67c326e3f1077f2ff700 data/create/recipes/polished_cut_diorite_slab_recycling.json -6b298db32d66c58975f00a5cd56a6f78d7233b70 data/create/recipes/polished_cut_diorite_stairs.json -a50509dfe7303aba8827f87cc0f7a581a03d014c data/create/recipes/polished_cut_diorite_stairs_from_diorite_stonecutting.json -0dbe62338ffa902138370274781a6b517be2eef3 data/create/recipes/polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting.json -a66bb9359819668deebcc51d9bc8610a480bbf0f data/create/recipes/polished_cut_diorite_wall.json -728b79c97c27ccfa91b39e4be0bf7197d1efa469 data/create/recipes/polished_cut_diorite_wall_from_diorite_stonecutting.json -98a4d857b5783f2222c21893134551ba14686ace data/create/recipes/polished_cut_diorite_wall_from_stone_types_diorite_stonecutting.json -43539e703bb4281bd3ab6f5339d1c3da76bd34d5 data/create/recipes/polished_cut_dripstone_from_dripstone_block_stonecutting.json -3900601cbb6b8b0e173f158dd3232dc1bb295035 data/create/recipes/polished_cut_dripstone_from_stone_types_dripstone_stonecutting.json -9fc3f24813191a9943cdd5baa65e6ae1c59f3caf data/create/recipes/polished_cut_dripstone_slab.json -ed2159af7b64fdced6b489a5d3111615c6f3f817 data/create/recipes/polished_cut_dripstone_slab_from_dripstone_block_stonecutting.json -794daddf0385ee5ef7b4f7a04881ceb083d4cabb data/create/recipes/polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json -0a8c830f3367cb8187b67b4289073c1559727d8f data/create/recipes/polished_cut_dripstone_slab_recycling.json -618be3a6feff14b53cc87cf393907db58660b4bd data/create/recipes/polished_cut_dripstone_stairs.json -6e25a9967c72a83ef1f2f196d29f1b13cfb409a2 data/create/recipes/polished_cut_dripstone_stairs_from_dripstone_block_stonecutting.json -75382f4551ab20168f94b8fec37322a7f0b92acf data/create/recipes/polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json -731592df7f28d37acf8465710e464496dedd0f81 data/create/recipes/polished_cut_dripstone_wall.json -130e3968528aed948c9635a9d62bfa3283779133 data/create/recipes/polished_cut_dripstone_wall_from_dripstone_block_stonecutting.json -60a66d686a28739843060e2c4b28a8cddd3fe778 data/create/recipes/polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json -9b61822bf36a49f9250a543269e1f44aed2fb51a data/create/recipes/polished_cut_granite_from_granite_stonecutting.json -a8dd33bf05a6102e185f6dccf64b9b0eb92f9936 data/create/recipes/polished_cut_granite_from_stone_types_granite_stonecutting.json -2f228306bcba06c4651a106ec9c387e98cdb4f45 data/create/recipes/polished_cut_granite_slab.json -0570554ecc61579eae716e6767efa1d025d2d3be data/create/recipes/polished_cut_granite_slab_from_granite_stonecutting.json -534150f7b4739be914717fe1f83648e861338fd0 data/create/recipes/polished_cut_granite_slab_from_stone_types_granite_stonecutting.json -98cb7d9c5a56282a448e783ea8ad86cc5dab5a3a data/create/recipes/polished_cut_granite_slab_recycling.json -fdc8738ca841c718a07a0c7c4c0a79bc4da9e5c1 data/create/recipes/polished_cut_granite_stairs.json -4a35d0bc2cd4ba61f5e3b8fbd51c21b7f420fe7d data/create/recipes/polished_cut_granite_stairs_from_granite_stonecutting.json -75055965b592f3205da6f7974695ffa745a63b46 data/create/recipes/polished_cut_granite_stairs_from_stone_types_granite_stonecutting.json -87cb6427d9c51995ad288c3ab27dbcabb5d24f9b data/create/recipes/polished_cut_granite_wall.json -18db2a13c28c9aeb9333895a18410fcfdb3e1017 data/create/recipes/polished_cut_granite_wall_from_granite_stonecutting.json -306abb1abaaeeca3b72d6445c39cd72ad265c5a7 data/create/recipes/polished_cut_granite_wall_from_stone_types_granite_stonecutting.json -82fd9bbe4822a6cdf18d78ba4343bfc1250c5b4e data/create/recipes/polished_cut_limestone_from_limestone_stonecutting.json -fb77af037d793f4d11fab310b65c8975e3f97545 data/create/recipes/polished_cut_limestone_from_stone_types_limestone_stonecutting.json -521ef9b148993b2ed444764003660de68909b2ec data/create/recipes/polished_cut_limestone_slab.json -e879621fb43b461714f7c1457c6f7206b008c999 data/create/recipes/polished_cut_limestone_slab_from_limestone_stonecutting.json -55d8427423c14f7542ac9e9437b364333433f0ae data/create/recipes/polished_cut_limestone_slab_from_stone_types_limestone_stonecutting.json -0c3beddc0791517981fadf14bbb53871c6273012 data/create/recipes/polished_cut_limestone_slab_recycling.json -bb2818f53b662e04848841fd5cd8b9722745733b data/create/recipes/polished_cut_limestone_stairs.json -87d9527a8cafbcc7b8a6a27415349fc1b99ccc20 data/create/recipes/polished_cut_limestone_stairs_from_limestone_stonecutting.json -7e8f23264f3ad66b3103066440c585ce1ae99625 data/create/recipes/polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting.json -a31ebb2df98fbfa1e9dcd76fc99dfac6faeca673 data/create/recipes/polished_cut_limestone_wall.json -d349595bb697a1fb2ec1f61d90743c95828c7e08 data/create/recipes/polished_cut_limestone_wall_from_limestone_stonecutting.json -431e6011b37528c3580507d606b3fb421fa3f31c data/create/recipes/polished_cut_limestone_wall_from_stone_types_limestone_stonecutting.json -576d504b78c1c9d57d406126a5dc954c3e158858 data/create/recipes/polished_cut_ochrum_from_ochrum_stonecutting.json -6dbd3717d9dbc31d0f1354b904c8f4ec37d82159 data/create/recipes/polished_cut_ochrum_from_stone_types_ochrum_stonecutting.json -6c038c99bab7a0070cbbfa156f0a9c63d7b94aa8 data/create/recipes/polished_cut_ochrum_slab.json -547648128db7bb075098894a9cb1b9626a8c61d5 data/create/recipes/polished_cut_ochrum_slab_from_ochrum_stonecutting.json -fe4d5a35061db999e52b5972f150e0ef1b2f2d48 data/create/recipes/polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json -0709e3a16e8bdefe5206113646dda360b33e41a8 data/create/recipes/polished_cut_ochrum_slab_recycling.json -cc40b138e2183beb79fbe15e26e7cd114953cbd9 data/create/recipes/polished_cut_ochrum_stairs.json -b04452a05ae54cc0e2adee90eaaf2dffe06fbfec data/create/recipes/polished_cut_ochrum_stairs_from_ochrum_stonecutting.json -5b3f3078d65891f27be729f2bcfadab42ddfd327 data/create/recipes/polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json -c087c2df41b80fe297c10b7ff77d122bd0f9d80b data/create/recipes/polished_cut_ochrum_wall.json -6babe92ddc55f0dc1ca85ab28bbda5a4bc103012 data/create/recipes/polished_cut_ochrum_wall_from_ochrum_stonecutting.json -0dc1d25f0b52deb1bf2102925b0a89bfda53de4b data/create/recipes/polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json -45f35b80f0985de9abaf300a5e6c9cb0e794ad13 data/create/recipes/polished_cut_scorchia_from_scorchia_stonecutting.json -281c3e774e63ae8ecd3ad51a9e1095c5a353f0f5 data/create/recipes/polished_cut_scorchia_from_stone_types_scorchia_stonecutting.json -83c405e43c61cc68643ef055c4e9791297ba7819 data/create/recipes/polished_cut_scorchia_slab.json -99e530bad1498160ddad45213eea663d53a3e915 data/create/recipes/polished_cut_scorchia_slab_from_scorchia_stonecutting.json -65238b394bce38bcc2c9d50091f49abd46af8a07 data/create/recipes/polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json -936d19a7a1fbcf03e48408387ff2f14b8e228cb2 data/create/recipes/polished_cut_scorchia_slab_recycling.json -540453866b03c20daaa23442e07193802649894d data/create/recipes/polished_cut_scorchia_stairs.json -2138c2410614b0ee3a8d8314eb639f879dce0afb data/create/recipes/polished_cut_scorchia_stairs_from_scorchia_stonecutting.json -9638a2ff6e4c03631b1875898099b08f2c37b424 data/create/recipes/polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json -38e810f77c94b0ccaeb871ecd88d75edf8116d1c data/create/recipes/polished_cut_scorchia_wall.json -3fc95f99f4cb314f134eaec0ab3ee5afe971aedb data/create/recipes/polished_cut_scorchia_wall_from_scorchia_stonecutting.json -a094235cec1fa17d4a4bea2bb3bf4695c1096636 data/create/recipes/polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json -480af411282a28421bed9fd324e0bfdda72d6158 data/create/recipes/polished_cut_scoria_from_scoria_stonecutting.json -93088b2199e84a033fe2dddea7426e0299ea1944 data/create/recipes/polished_cut_scoria_from_stone_types_scoria_stonecutting.json -9bdf7a4e40ba8b698579bb6d3771a9c243239275 data/create/recipes/polished_cut_scoria_slab.json -13c035e2d30b315bd4143066c7606dd86135a1b9 data/create/recipes/polished_cut_scoria_slab_from_scoria_stonecutting.json -bbd069da38e0232c3a71729bbfc7c2512501a51a data/create/recipes/polished_cut_scoria_slab_from_stone_types_scoria_stonecutting.json -ce44a14c538f7efca11fcefa4c461eee0a815921 data/create/recipes/polished_cut_scoria_slab_recycling.json -14ca22b7d4ac90bd587605afe5c714e596d756d0 data/create/recipes/polished_cut_scoria_stairs.json -0da26723e237688c60199febe50e1eecd768b872 data/create/recipes/polished_cut_scoria_stairs_from_scoria_stonecutting.json -b4b4f40d56b2bcf23a7451f7cef9d0a82971aa1e data/create/recipes/polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting.json -03e96f7146b4df7adb191a49d0afc1d53d5f51cd data/create/recipes/polished_cut_scoria_wall.json -5d1bdade3dce29b5245949e66aa470e6fa0155ca data/create/recipes/polished_cut_scoria_wall_from_scoria_stonecutting.json -62ef0cf498bd82990677a0f1c929d0602997dd97 data/create/recipes/polished_cut_scoria_wall_from_stone_types_scoria_stonecutting.json -656d6b1c6f56b1effe559954bf05fc91e5bf0dd5 data/create/recipes/polished_cut_tuff_from_stone_types_tuff_stonecutting.json -0068a765b8859726442a8255f812fe96bbc46133 data/create/recipes/polished_cut_tuff_from_tuff_stonecutting.json -c3324f97f51ba34e31170910ec14458bc77c60b9 data/create/recipes/polished_cut_tuff_slab.json -5675e926256c607865534be0034ccb6b01a1dbf2 data/create/recipes/polished_cut_tuff_slab_from_stone_types_tuff_stonecutting.json -66b36ac886d8bcb5083b6ed615c1ba00ae4e8d58 data/create/recipes/polished_cut_tuff_slab_from_tuff_stonecutting.json -fde1293c2a53e4f76b6a2241b82e0725326509be data/create/recipes/polished_cut_tuff_slab_recycling.json -6f403abe02af937bccfbd954a9a9cfaa596016af data/create/recipes/polished_cut_tuff_stairs.json -3dd12be148dc9bb13779785f59ff862883bf8813 data/create/recipes/polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting.json -702350ef8d6646c816f92b560da26aac6f7b570f data/create/recipes/polished_cut_tuff_stairs_from_tuff_stonecutting.json -a012343cc276e1185d7e109d9fb6751dd1432ad6 data/create/recipes/polished_cut_tuff_wall.json -d38e9cb45813d048d34ec40d5bd90fa3e17af077 data/create/recipes/polished_cut_tuff_wall_from_stone_types_tuff_stonecutting.json -7faab011135fccd345715a9804a460a5211aec95 data/create/recipes/polished_cut_tuff_wall_from_tuff_stonecutting.json -575179ed756d6a1b20687230030785913a2e0fac data/create/recipes/polished_cut_veridium_from_stone_types_veridium_stonecutting.json -7c40ade33f0706aad5d36cba716b4b07b12161ab data/create/recipes/polished_cut_veridium_from_veridium_stonecutting.json -40169ddf2080d93467ff07f8249e673c27d3c928 data/create/recipes/polished_cut_veridium_slab.json -ab0b36882a4aa4559d405b00902f9e986f4c42c0 data/create/recipes/polished_cut_veridium_slab_from_stone_types_veridium_stonecutting.json -edce66e6c75d5f2436c9902605d2eb02b790a9d3 data/create/recipes/polished_cut_veridium_slab_from_veridium_stonecutting.json -3805c054db2cec0fc5dab25f5a6435e40ffc5ad5 data/create/recipes/polished_cut_veridium_slab_recycling.json -e3fcb12b64c60ba3fefdf87b5bf523626c04fbf0 data/create/recipes/polished_cut_veridium_stairs.json -381afe6bd144ac986777ed6927ee96a4116aed09 data/create/recipes/polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting.json -aae8046d1f33efc935a43b5afb72c8dc84cc17c4 data/create/recipes/polished_cut_veridium_stairs_from_veridium_stonecutting.json -1f931fd2de2055c4715bf6e56d10459506700813 data/create/recipes/polished_cut_veridium_wall.json -838e0684d7a1e78d05b129a5347cc8ed60bfa14f data/create/recipes/polished_cut_veridium_wall_from_stone_types_veridium_stonecutting.json -d6687f51d5a46cd402cf261345064e39d6921bb8 data/create/recipes/polished_cut_veridium_wall_from_veridium_stonecutting.json -9c8b3ec11152820acd5ee99971fd22c1484c8815 data/create/recipes/pressing/brass_ingot.json -3d5c154da126ad7ac0a6887ce1254f6f966ca2c3 data/create/recipes/pressing/copper_ingot.json -0fa8386648398724f6fd373178b706c6b11ddefc data/create/recipes/pressing/gold_ingot.json -a104ef6eb8872a40ea7b2ef67ae54cec943162f0 data/create/recipes/pressing/iron_ingot.json -83bcbf6a56b5df3be97d86744fcfbb866879d133 data/create/recipes/pressing/path.json -bd57ccc8eb4357b4a5af021db7b806b514cd2558 data/create/recipes/pressing/sugar_cane.json -1153c482560d086580caefc8a9374d8738992acd data/create/recipes/rose_quartz_block_from_rose_quartz_stonecutting.json -9ea9e0786785e2dd9fbbfe9e828cc15a3732a16d data/create/recipes/rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json -141173778757d87e7f2e9466bdab6ff1263c8e98 data/create/recipes/sandpaper_polishing/rose_quartz.json -f6e2fb5725f3730d01fae4a2b1a04d11095eab5f data/create/recipes/scorchia_pillar_from_scorchia_stonecutting.json -66e8559dc15ce13042bd007247e2851022362b9e data/create/recipes/scorchia_pillar_from_stone_types_scorchia_stonecutting.json -2e0ecbd3619f080d0fc6fe48307c5a5bcc2e91b4 data/create/recipes/scoria_pillar_from_scoria_stonecutting.json -d6e16599de7424513e1457b07acb6370815d2bd7 data/create/recipes/scoria_pillar_from_stone_types_scoria_stonecutting.json -b3fad45a09a05b285de31283a720b32e6fc63dc6 data/create/recipes/sequenced_assembly/precision_mechanism.json -de17d82738a5e0242eb3109fd2a75337160fc843 data/create/recipes/sequenced_assembly/sturdy_sheet.json -7610e0be633b1ade7ae39db3dbbfe1bd14aa333a data/create/recipes/sequenced_assembly/track.json -5e7648d55555c263539a2696b8d1f8d352a71dc9 data/create/recipes/small_andesite_brick_slab.json -180c1ca843163ef4ed3701ac93e3eac060ad2cc4 data/create/recipes/small_andesite_brick_slab_from_andesite_stonecutting.json -4734a4ed04708b841f530ea95f23214e3b5d0ea4 data/create/recipes/small_andesite_brick_slab_from_stone_types_andesite_stonecutting.json -367846bd0dd7c921b9ed954b0efbf07c3638fbc4 data/create/recipes/small_andesite_brick_slab_recycling.json -e69a8a88e85ae52cb0cbe97be5fd9b696a83d72f data/create/recipes/small_andesite_brick_stairs.json -2c2a04d8fb2e28b8e252491baaca862fecaa74a5 data/create/recipes/small_andesite_brick_stairs_from_andesite_stonecutting.json -a084333b7432755440db1d1ce1c919f410cb1309 data/create/recipes/small_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json -2ffb458dc0876cb29632f6e3480610af93716c77 data/create/recipes/small_andesite_brick_wall.json -e1d57c530b1a426dd79a0580e222c470afc76e47 data/create/recipes/small_andesite_brick_wall_from_andesite_stonecutting.json -507ac0a1e5b5f68f2c22f8348e5a7b7f935b794b data/create/recipes/small_andesite_brick_wall_from_stone_types_andesite_stonecutting.json -17b4d6d3345fd26b22b7499a0420e4fd44422da7 data/create/recipes/small_andesite_bricks_from_andesite_stonecutting.json -f511f2f85f6ffc74a2f346a861906579e843624d data/create/recipes/small_andesite_bricks_from_stone_types_andesite_stonecutting.json -f554eccdc11ccf00505069f9c3162d329ca5259e data/create/recipes/small_asurine_brick_slab.json -aebd7be0a01ec87f5ae9a363b1349cb7d689f2bc data/create/recipes/small_asurine_brick_slab_from_asurine_stonecutting.json -485bffc8fb234449e1abf2dc6b9ace5e9ae60c23 data/create/recipes/small_asurine_brick_slab_from_stone_types_asurine_stonecutting.json -9f32654009574a0c1938e9d6fb1c769405193f32 data/create/recipes/small_asurine_brick_slab_recycling.json -f88eb2d46ad7c9e106064464318a0adc6a757b53 data/create/recipes/small_asurine_brick_stairs.json -7911dcaa395add592e6bf388658922a97fa306eb data/create/recipes/small_asurine_brick_stairs_from_asurine_stonecutting.json -66c562962215e364b45e97f699060bc46ae44e50 data/create/recipes/small_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json -96b4a09a82bece8fa78a0b95ad0fab1c209dd081 data/create/recipes/small_asurine_brick_wall.json -6125af18290bbde036590a35947bb65d54e5ada5 data/create/recipes/small_asurine_brick_wall_from_asurine_stonecutting.json -1c11b931e11eee81ffd82ada022350bf8fa9121c data/create/recipes/small_asurine_brick_wall_from_stone_types_asurine_stonecutting.json -58468ade0633ab4d38d9998a5dde664ae799b471 data/create/recipes/small_asurine_bricks_from_asurine_stonecutting.json -dcbe40c1281533833fe3c8c2998f05098ce81bbb data/create/recipes/small_asurine_bricks_from_stone_types_asurine_stonecutting.json -cf0c394236538ef87b9aa4151d19641f1ec42e27 data/create/recipes/small_calcite_brick_slab.json -83e399c35e2090a12483d5b6b2a34065249947b2 data/create/recipes/small_calcite_brick_slab_from_calcite_stonecutting.json -546c43c35afd371b2fcf55c3fe9472c641e9e2bb data/create/recipes/small_calcite_brick_slab_from_stone_types_calcite_stonecutting.json -b2e0d356c3133c6ba8cccc4c21d7dd1e8fcfcf55 data/create/recipes/small_calcite_brick_slab_recycling.json -2039140032c984d59010a9872a0184fc289eeac3 data/create/recipes/small_calcite_brick_stairs.json -317e940ece93bc3d07c36e31830a0ee92b9887dc data/create/recipes/small_calcite_brick_stairs_from_calcite_stonecutting.json -f1fa8c250a78233960864cb375c6d87b75ecae0b data/create/recipes/small_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json -bfbf224a0e50709419d4bd8a6976c2990cdb3557 data/create/recipes/small_calcite_brick_wall.json -0b0ea70e6497f70e4a562b7257cff67882aac96e data/create/recipes/small_calcite_brick_wall_from_calcite_stonecutting.json -8a7594b18c006daf0ab4180b0f53260fd7fc8aa4 data/create/recipes/small_calcite_brick_wall_from_stone_types_calcite_stonecutting.json -1baf16c816f22ebffe3a6714f004c2ed9fe88180 data/create/recipes/small_calcite_bricks_from_calcite_stonecutting.json -401583a379c6efe6f0508d4123e473d3b3f06abc data/create/recipes/small_calcite_bricks_from_stone_types_calcite_stonecutting.json -86e73f41e87664131813116e430f1df689670193 data/create/recipes/small_crimsite_brick_slab.json -3a5157c9d2ff03c4dc53f19b8341c28c21ce5b85 data/create/recipes/small_crimsite_brick_slab_from_crimsite_stonecutting.json -719bab5f18c2f0d282f1585862a77e6462b5a648 data/create/recipes/small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json -4b277b8937b9c5eb3323727cb9a8897e1ddfde5e data/create/recipes/small_crimsite_brick_slab_recycling.json -241f68033c4638c65f21ee440806e1a7aab1bf67 data/create/recipes/small_crimsite_brick_stairs.json -3d8388b903fc9b857cff8c3b1ea623d5a68473f2 data/create/recipes/small_crimsite_brick_stairs_from_crimsite_stonecutting.json -4a9f776e3e517faf3c922e54c7c03a7a48f7c926 data/create/recipes/small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json -08ced1dff1a3497dc821d496bbd888867e89a794 data/create/recipes/small_crimsite_brick_wall.json -1cded5af09457ab41633bba1a2936a82458d4774 data/create/recipes/small_crimsite_brick_wall_from_crimsite_stonecutting.json -50f1410c1f807cf2e107edbd88c99aef114f1c5f data/create/recipes/small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json -4ea98d40f1292b45da096bb90e2dfd2725d4ad26 data/create/recipes/small_crimsite_bricks_from_crimsite_stonecutting.json -e63aabee4403fd013f272c8cd8b32f57fb56dca0 data/create/recipes/small_crimsite_bricks_from_stone_types_crimsite_stonecutting.json -ef2f129e9e0303d4c17acf525a44c63a8efb8ee0 data/create/recipes/small_deepslate_brick_slab.json -58abf0a1b054a1dcd0795efbd0c1c9a8ed7127ea data/create/recipes/small_deepslate_brick_slab_from_deepslate_stonecutting.json -62548e08bb3afb255e29be2d83dedc4336cc369f data/create/recipes/small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json -adf86b99f1060fcf49ee962add99260fcbcb6cb4 data/create/recipes/small_deepslate_brick_slab_recycling.json -5d316b6ed79e63d0e5bdf5b687754b0a0cd97e61 data/create/recipes/small_deepslate_brick_stairs.json -4063eecad42aed2f6cc493ee39950230874ed954 data/create/recipes/small_deepslate_brick_stairs_from_deepslate_stonecutting.json -0ac30c75290d1b255467015d08e920b0a6c86e1e data/create/recipes/small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json -8431b12b1e8b060762611c28d3757ba8a9526de8 data/create/recipes/small_deepslate_brick_wall.json -33329d9d1aa2e7ab52cc4435d56a391deff18dcd data/create/recipes/small_deepslate_brick_wall_from_deepslate_stonecutting.json -3fca37edc3ccc071ab0c96438963d8f7a5d93dcf data/create/recipes/small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json -a21af942ff5cbb4cbe6c78a1a39da6d8a395e2cc data/create/recipes/small_deepslate_bricks_from_deepslate_stonecutting.json -1188a16913e9e3ce8b2799596a8097d50ad0f9cc data/create/recipes/small_deepslate_bricks_from_stone_types_deepslate_stonecutting.json -92bf5dee370ad1d5d19f9b3a8eef31324e7c9365 data/create/recipes/small_diorite_brick_slab.json -b10292d3910774c4f305a1f7b8e1be25b5fe5ca3 data/create/recipes/small_diorite_brick_slab_from_diorite_stonecutting.json -db439fc105e1bfbeff5682b1ec580ad299e5060c data/create/recipes/small_diorite_brick_slab_from_stone_types_diorite_stonecutting.json -97e0ad171c8c82da035f450ca739092f00a3017d data/create/recipes/small_diorite_brick_slab_recycling.json -f53b4274f2c487cd1156de5468d8f0e2d68caa4f data/create/recipes/small_diorite_brick_stairs.json -9750ed55089f24ccbad8de98dff01690bbba32f6 data/create/recipes/small_diorite_brick_stairs_from_diorite_stonecutting.json -0cf269c87335b595a6a2126650fce6aef94dc9a8 data/create/recipes/small_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json -ae6382937e940718055901d19304afc67b2a5e7d data/create/recipes/small_diorite_brick_wall.json -ab99c469044212ca760a6408f934f8b1047f4988 data/create/recipes/small_diorite_brick_wall_from_diorite_stonecutting.json -2fee11d4cac813d20f108f2bc3151ac79a864192 data/create/recipes/small_diorite_brick_wall_from_stone_types_diorite_stonecutting.json -e5cd344a6e92fd8c17de992e9f45cb7637c5fea7 data/create/recipes/small_diorite_bricks_from_diorite_stonecutting.json -12ce8256b0734ec37b1d5c044d16d225ce135ba6 data/create/recipes/small_diorite_bricks_from_stone_types_diorite_stonecutting.json -56bf6f1517196a4d1d057f50fdc69156bf18a634 data/create/recipes/small_dripstone_brick_slab.json -45869c98e3b967c9618d97773caf1b6290ff3a3a data/create/recipes/small_dripstone_brick_slab_from_dripstone_block_stonecutting.json -f8119fb760ec693fd40b9cfb41c14f448c82057c data/create/recipes/small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json -493f9e96bbb480574f145f3d038da99c07f24ad6 data/create/recipes/small_dripstone_brick_slab_recycling.json -079dc6c5ca9a25a460e77b1706cad84613b28ddb data/create/recipes/small_dripstone_brick_stairs.json -d72a4e1a52575e69f2e7a7df6bb896facb5453f2 data/create/recipes/small_dripstone_brick_stairs_from_dripstone_block_stonecutting.json -86505f1547c331b367d04f472466e3489c304477 data/create/recipes/small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json -7143a6257f7b4f42c5b2abf622e5bdb962d67e1c data/create/recipes/small_dripstone_brick_wall.json -c50942a470a38378e96e84f5c53f8fb37d35127b data/create/recipes/small_dripstone_brick_wall_from_dripstone_block_stonecutting.json -6885797e835c559e5488372fe0c647ecff33eb04 data/create/recipes/small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json -a6efc6aa12c00155c1e7f2dfce65f2a31d47b8aa data/create/recipes/small_dripstone_bricks_from_dripstone_block_stonecutting.json -c57496f57f659cb3237537fb89ca99e2db517dc8 data/create/recipes/small_dripstone_bricks_from_stone_types_dripstone_stonecutting.json -76ee8c59d69ac9f9480f89596e3ca88a45fc341c data/create/recipes/small_granite_brick_slab.json -9b5a6dc9df7c98d09d5daca775b9d21aca756efe data/create/recipes/small_granite_brick_slab_from_granite_stonecutting.json -c201a53b0ffc1fc55d8a996c833b37e7bfe5a5df data/create/recipes/small_granite_brick_slab_from_stone_types_granite_stonecutting.json -006234bc138fe67c300b5e6e3534386ce4ff6c9a data/create/recipes/small_granite_brick_slab_recycling.json -8461088f64fb790e9b4c28621a90cb1717f4f89a data/create/recipes/small_granite_brick_stairs.json -21f3a4db6e75327a4f0594c9c4542ddd33cafb99 data/create/recipes/small_granite_brick_stairs_from_granite_stonecutting.json -068ad8093cf591263f0a5bbf2dafe60c547c51ef data/create/recipes/small_granite_brick_stairs_from_stone_types_granite_stonecutting.json -31907f4603822976e068cf11ee0dc257fb868437 data/create/recipes/small_granite_brick_wall.json -84abf5c90bed2a55656af6d20a307c92ad1960e8 data/create/recipes/small_granite_brick_wall_from_granite_stonecutting.json -314097b894456a4b3cb1ef2bb35fc4eba4125375 data/create/recipes/small_granite_brick_wall_from_stone_types_granite_stonecutting.json -de5090fb2764881ad2e08c89ab2db37898b50556 data/create/recipes/small_granite_bricks_from_granite_stonecutting.json -f441ad96e9863579cad86f04c2aec964eccdd42f data/create/recipes/small_granite_bricks_from_stone_types_granite_stonecutting.json -fcc71162fc42455d81817ba2bb0bc90873ac50e8 data/create/recipes/small_limestone_brick_slab.json -f883688ff3b8bf7eb648f00f995a8d985291ea3f data/create/recipes/small_limestone_brick_slab_from_limestone_stonecutting.json -60b6e0b57d8de0997c04b1bc56f5d063a81b5407 data/create/recipes/small_limestone_brick_slab_from_stone_types_limestone_stonecutting.json -a15081e60fc524de3afaf0c3c6ce4982588ae559 data/create/recipes/small_limestone_brick_slab_recycling.json -2afb7b83fa0aac387f9b2c6ea645e3419119cd90 data/create/recipes/small_limestone_brick_stairs.json -7530477dee61f63fb58ebe47421bc126538b6690 data/create/recipes/small_limestone_brick_stairs_from_limestone_stonecutting.json -dccbc75cca68252884facd2c85ad30115e6c4f81 data/create/recipes/small_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json -394a68c576e74de97bf82a6d0ee52202c27ace81 data/create/recipes/small_limestone_brick_wall.json -fa9ca36bd50390cfcbeaf811c32d1dfebf8f0be5 data/create/recipes/small_limestone_brick_wall_from_limestone_stonecutting.json -5f4ed594312d111afa95b55875fbff45606919d6 data/create/recipes/small_limestone_brick_wall_from_stone_types_limestone_stonecutting.json -e4cb939685384d7eac4d041927e34fe7bcb0b259 data/create/recipes/small_limestone_bricks_from_limestone_stonecutting.json -170dea00a0544110b334cea97046363a8ad1d6eb data/create/recipes/small_limestone_bricks_from_stone_types_limestone_stonecutting.json -ae4e8ab0ba6ad160cfc7a0762385f6133ca3a5de data/create/recipes/small_ochrum_brick_slab.json -8ba37208ff7781469f4659a7c27aa18e61fcd25c data/create/recipes/small_ochrum_brick_slab_from_ochrum_stonecutting.json -00b07114a7d80bf6354514083b150d3b13fb9f72 data/create/recipes/small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json -8db9dbf1d849ded3142dcb4ac6c41f4fcc280089 data/create/recipes/small_ochrum_brick_slab_recycling.json -88c53ec8fd244ed2fd73490062ff6f0be02e42fd data/create/recipes/small_ochrum_brick_stairs.json -f5c9591062d93d2e50741eca510d2cc5c3b699f5 data/create/recipes/small_ochrum_brick_stairs_from_ochrum_stonecutting.json -ad6c2b392a66f4a40403331569784672b4dc9058 data/create/recipes/small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json -77475ae651a8ce037150345cd452ac66904c01f8 data/create/recipes/small_ochrum_brick_wall.json -955e374abdfecf6cb70cae3b16e5b19d781ba157 data/create/recipes/small_ochrum_brick_wall_from_ochrum_stonecutting.json -30e63c3ef2f4aefe04b4e292af53fa802707586b data/create/recipes/small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json -304510fe42134b9e4e7803d3bc0bf8d8de68d59c data/create/recipes/small_ochrum_bricks_from_ochrum_stonecutting.json -1aa5fa555efae53709a85861c655892eadad0beb data/create/recipes/small_ochrum_bricks_from_stone_types_ochrum_stonecutting.json -d8e9ef4c8b100eac61fcd31403f3f852b553005f data/create/recipes/small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json -80ce12b2f7b6e5457b8a14800b5ffc089c765dc5 data/create/recipes/small_scorchia_brick_slab.json -a39b9317766c7078d6db6ac527998ac08c78dbed data/create/recipes/small_scorchia_brick_slab_from_scorchia_stonecutting.json -ddc87bc0fe6ad23db9d77191da59003638482601 data/create/recipes/small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json -8bed17c18a9108321ec90d13c475ecfcdc04eb3c data/create/recipes/small_scorchia_brick_slab_recycling.json -5738a0b6cca88ad5d7955ee189b8e2463c594c2e data/create/recipes/small_scorchia_brick_stairs.json -f0ac931bb68526e78e72b47ec0056480c6a23ef1 data/create/recipes/small_scorchia_brick_stairs_from_scorchia_stonecutting.json -a94111e9e008aed30b60e7f39dac5277a968db07 data/create/recipes/small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json -3888a7b3a3bdd3688abaa4a6444147b0bfa85255 data/create/recipes/small_scorchia_brick_wall.json -8e49d16a5ced800d086d570d954ca417e3c0a694 data/create/recipes/small_scorchia_brick_wall_from_scorchia_stonecutting.json -656cdb50f8b587fc4ceb840d090a36bb42e83f44 data/create/recipes/small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json -7f3291ced5341133e967fc9950d72e7b9e8adc08 data/create/recipes/small_scorchia_bricks_from_scorchia_stonecutting.json -3fd39bcd1d44ec081126a4020040da68c5aa410e data/create/recipes/small_scorchia_bricks_from_stone_types_scorchia_stonecutting.json -7d98cb3e4ff0c48d83d1d65e589aa325ea6f62cd data/create/recipes/small_scoria_brick_slab.json -71a05eb9a39c000abea2990a11ac75febc2842b0 data/create/recipes/small_scoria_brick_slab_from_scoria_stonecutting.json -638cd15202f897326840429aaf4fe8a96c912a1d data/create/recipes/small_scoria_brick_slab_from_stone_types_scoria_stonecutting.json -81103fccfb1a4d3a68f7b7f0349781d2d34ff27d data/create/recipes/small_scoria_brick_slab_recycling.json -ac0f624293fff3b9bd998b282f447407e6d63d1e data/create/recipes/small_scoria_brick_stairs.json -a765daa95b9723ed0173d4f66138f7ce7cc1242e data/create/recipes/small_scoria_brick_stairs_from_scoria_stonecutting.json -51928781388e3e639080e32db772cf60bd9513c0 data/create/recipes/small_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json -fb7e03021f0977dbd61f1c5062fb1f8573a4f8d3 data/create/recipes/small_scoria_brick_wall.json -4bc56731f6a1447ed81274c88361bb5fcd00c70d data/create/recipes/small_scoria_brick_wall_from_scoria_stonecutting.json -9fb8503a319674b4ea508ac28b5aa880db053ed2 data/create/recipes/small_scoria_brick_wall_from_stone_types_scoria_stonecutting.json -abc75e39d8142132aa72ab0091331d99c2b8649a data/create/recipes/small_scoria_bricks_from_scoria_stonecutting.json -4ed86eaa6c92ce0fd0fe3067802b50fe64690d91 data/create/recipes/small_scoria_bricks_from_stone_types_scoria_stonecutting.json -8e71856442619f1548bd8a351e4af60c8789e8ba data/create/recipes/small_tuff_brick_slab.json -916a6a4afad82e0c3da143490c8f4647b05eacb0 data/create/recipes/small_tuff_brick_slab_from_stone_types_tuff_stonecutting.json -cc4a0dea476dcb655bc63113e5d73e9cc011e725 data/create/recipes/small_tuff_brick_slab_from_tuff_stonecutting.json -25bcf2bf7145483ba8f094d4e845ad7a19019813 data/create/recipes/small_tuff_brick_slab_recycling.json -e66d1f6fb24eba975ac7dc9869748e3b359b4c02 data/create/recipes/small_tuff_brick_stairs.json -7fd0a2dc3c7f67a528aa4b76c833668a596b3b38 data/create/recipes/small_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json -1add42da229cead73dddd56ce6653389884e5a29 data/create/recipes/small_tuff_brick_stairs_from_tuff_stonecutting.json -a85d353747ea2269d3db53773b7f7c23a690da80 data/create/recipes/small_tuff_brick_wall.json -768a5c8cf826bcecc27da28607dd38be8e4da3d7 data/create/recipes/small_tuff_brick_wall_from_stone_types_tuff_stonecutting.json -426ff4673287aae0d8303df65b7b33aa9632535b data/create/recipes/small_tuff_brick_wall_from_tuff_stonecutting.json -29e1953130e35550f1b7fecdd4ebc0e9e069e6b0 data/create/recipes/small_tuff_bricks_from_stone_types_tuff_stonecutting.json -cee041348fb3f87a68cbf46ce83dcfe03d5da612 data/create/recipes/small_tuff_bricks_from_tuff_stonecutting.json -b7c0ed1a1436007ea7518cb36e40533415ea04bf data/create/recipes/small_veridium_brick_slab.json -ef8a3071661b9d77f15d52d96cf537f86e62a44f data/create/recipes/small_veridium_brick_slab_from_stone_types_veridium_stonecutting.json -bc34dbd01d64500111c30e6fd650fd6c7e4d44ee data/create/recipes/small_veridium_brick_slab_from_veridium_stonecutting.json -516b395fa7278100e8b8365415465e4527bf0375 data/create/recipes/small_veridium_brick_slab_recycling.json -3ee4c5643288df6f4b81298df869aa1cce274801 data/create/recipes/small_veridium_brick_stairs.json -48561b72e153708aa9b6cd6007a90928437803c3 data/create/recipes/small_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json -20511e871230e42cae3c2b725d7f77ff3c1d7a36 data/create/recipes/small_veridium_brick_stairs_from_veridium_stonecutting.json -c39a26e7736e0f41a6327e3fa3af33f4d8c9d260 data/create/recipes/small_veridium_brick_wall.json -4b7f311fb3862cc2bac471422a657c90d34001c2 data/create/recipes/small_veridium_brick_wall_from_stone_types_veridium_stonecutting.json -a3f260d58bcd1b58ef4393ff58c7d2acdabaf3d4 data/create/recipes/small_veridium_brick_wall_from_veridium_stonecutting.json -1ef8382e55056d9d12b49277c6ee330850c7658b data/create/recipes/small_veridium_bricks_from_stone_types_veridium_stonecutting.json -29423f9302cdfc312f26a01652b4ddff657a0ba2 data/create/recipes/small_veridium_bricks_from_veridium_stonecutting.json -64cbf425effba00ff2e31d95cffc2be2e0191932 data/create/recipes/smelting/bread.json -1c537423aeeb2a0a787f4499c7b339f3a5f152d1 data/create/recipes/smelting/copper_ingot_from_crushed.json -11857aff0104cce17a318e440b6b38cf414f7174 data/create/recipes/smelting/glass_from_framed_glass.json -8097d4c4c67188e48306b3bc26c95813bb66f970 data/create/recipes/smelting/glass_from_horizontal_framed_glass.json -4a370d04bc50fd081fbb33b3de029b92c2c6e9f3 data/create/recipes/smelting/glass_from_tiled_glass.json -28717c180696abf7f57c10b3ba424a4e492ec39e data/create/recipes/smelting/glass_from_vertical_framed_glass.json -daaa640dbfaa86685de636b89afe2fdd74cd0cf9 data/create/recipes/smelting/glass_pane_from_framed_glass_pane.json -3a9d729f22b603f9149d2da78e3eb66c4135a7e2 data/create/recipes/smelting/glass_pane_from_horizontal_framed_glass_pane.json -48bdeff8ca1ae7bf732fc870fb0fa294de56188a data/create/recipes/smelting/glass_pane_from_tiled_glass_pane.json -7035be7cce5a38c794d9cc872801329af81bac46 data/create/recipes/smelting/glass_pane_from_vertical_framed_glass_pane.json -b032c79090adad2262ae94609e0b3747327d51a2 data/create/recipes/smelting/gold_ingot_from_crushed.json -5cd79470a32c77fc7347a04ad2096df08769a59f data/create/recipes/smelting/ingot_aluminum_compat_immersiveengineering.json -ce34f496dca15378b5e4b21c70505e9d1184848d data/create/recipes/smelting/ingot_lead_compat_immersiveengineering.json -7a9e989c963ebbb286eb8d7a291e8b6a7a96408c data/create/recipes/smelting/ingot_lead_compat_mekanism.json -428b3981a13c63381115384496d89375e3d20837 data/create/recipes/smelting/ingot_nickel_compat_immersiveengineering.json -36a8f88fe3a9b09674bbba99a8f41c8ac5542cdb data/create/recipes/smelting/ingot_osmium_compat_mekanism.json -456ec25989f6d882fc931764341d8217386cf9ab data/create/recipes/smelting/ingot_silver_compat_immersiveengineering.json -d2ab440819e4534f717315b7a737bcc2883072ed data/create/recipes/smelting/ingot_tin_compat_mekanism.json -7ca0d75c667e171f2abc5faeb96ef17282b130ac data/create/recipes/smelting/ingot_uranium_compat_immersiveengineering.json -6179556218ef8de57e7a7093498b5c810af9bd7f data/create/recipes/smelting/ingot_uranium_compat_mekanism.json -fe3e4c244c34aa6948243fabd6b42f04f80d4992 data/create/recipes/smelting/iron_ingot_from_crushed.json -5247ec83241f698e363d676ad1f19070c736f150 data/create/recipes/smelting/lead_ingot_compat_thermal.json -76b02e4111687e1013a2ae0d171fb01f5787626f data/create/recipes/smelting/nickel_ingot_compat_thermal.json -2c230522bb0946bde6a51442cb15c5efeea99b15 data/create/recipes/smelting/scoria.json -c01f5fdef7419a2da5e0f24d61637ec35a006fd1 data/create/recipes/smelting/silver_ingot_compat_thermal.json -8d6139a5463119f2930476c429c175e14c7c7a58 data/create/recipes/smelting/tin_ingot_compat_thermal.json -a5d23be4cc959eb47d84b210190abaafcf41f022 data/create/recipes/smelting/zinc_ingot_from_crushed.json -4e622fc77e2a630af1b4115e0c60d55682baff72 data/create/recipes/smelting/zinc_ingot_from_ore.json -4060cc921ea26b36cf5a505048f4a812f0569ae0 data/create/recipes/smelting/zinc_ingot_from_raw_ore.json -ce7c3c6e1da9d6684c9537d1a558423925d89f33 data/create/recipes/smoking/bread.json -6b1d2483fe717657f7188f6490eab2da715609e8 data/create/recipes/splashing/black_concrete_powder.json -1aedfde11712827604bbef34e992c411c0b02876 data/create/recipes/splashing/blue_concrete_powder.json -6e11d592dc9b19c4cd9bf2df2aa46b7ec4d9a331 data/create/recipes/splashing/brown_concrete_powder.json -2063d4133977bacf14a08be563bd40510e9bdcbe data/create/recipes/splashing/crushed_copper_ore.json -c01d2b2d12418a79124c941a803476c1047db4f9 data/create/recipes/splashing/crushed_gold_ore.json -e367e92deaf0f3601f6dd60676ac46444a6b955f data/create/recipes/splashing/crushed_iron_ore.json -6c49c0bf4a8c5c586ef005644684d5d7b1a87221 data/create/recipes/splashing/crushed_zinc_ore.json -42cee25fabf4f0f9fb4815a98134eaf38ae197d0 data/create/recipes/splashing/cyan_concrete_powder.json -c4d680eed98791fe45fa93aeeae9e8dbd508d6f5 data/create/recipes/splashing/gravel.json -7af4d9ae50af13da0d4fc814687f9586ff872798 data/create/recipes/splashing/gray_concrete_powder.json -23fb61c0e4bcca58fa7241db9cbef07bf4bd9a9b data/create/recipes/splashing/green_concrete_powder.json -0a15fffe26190b78d2177c8302c92fc2232ce398 data/create/recipes/splashing/ice.json -f0b4be08f5803a403ef2f6e14a953ba9f6f5bf26 data/create/recipes/splashing/immersiveengineering/crushed_aluminum_ore.json -9291dca28f54bdeed71e45593c02535da28bcf37 data/create/recipes/splashing/immersiveengineering/crushed_lead_ore.json -5b4dd867a5e4bb0f67b269695a9b7c099fd7777a data/create/recipes/splashing/immersiveengineering/crushed_nickel_ore.json -daa63db4f101c9923cdbb03ff1ecc21539583f8a data/create/recipes/splashing/immersiveengineering/crushed_silver_ore.json -236763fb438f58622d379516e56ec244d610b5bf data/create/recipes/splashing/immersiveengineering/crushed_uranium_ore.json -601e460575d3d1f45dca3e259f5a7c2701f45888 data/create/recipes/splashing/light_blue_concrete_powder.json -11792305bc949f08e7c1199ead8430f20848fa54 data/create/recipes/splashing/light_gray_concrete_powder.json -a43d7c9a6369a48ef7d1396f2c11dc1f3704a61e data/create/recipes/splashing/lime_concrete_powder.json -862f7b68bb107d7c4ecc82ddd10c788eb0a07b03 data/create/recipes/splashing/magenta_concrete_powder.json -004e05fed3684de8603905d9c9381cbbd789a882 data/create/recipes/splashing/magma_block.json -d0d4ff1b927cea965ae0d371ffbf9b90fd8f4a89 data/create/recipes/splashing/mekanism/crushed_lead_ore.json -bd39c8ae599da8201eb3087a1a7e655d7dacaae7 data/create/recipes/splashing/mekanism/crushed_osmium_ore.json -8d830d8768baaf5a937333370149b7a3e1e48f0e data/create/recipes/splashing/mekanism/crushed_tin_ore.json -3ed995c7ee1ddd12470904168b0c4c9eac3b6f2d data/create/recipes/splashing/mekanism/crushed_uranium_ore.json -625c2d68ad722209523925375bc4f7494667feb2 data/create/recipes/splashing/orange_concrete_powder.json -fb0c5fb2da0ac1fd236b19823747b9c15b536b02 data/create/recipes/splashing/pink_concrete_powder.json -2599fcd240eacdf4ace0dffe64f026d0bb4919d9 data/create/recipes/splashing/purple_concrete_powder.json -9c10bfdd047fb9ac17d51ebdd38bc8be0883d970 data/create/recipes/splashing/red_concrete_powder.json -87ddb764bcff88c12686d171540cea4cc6edaf16 data/create/recipes/splashing/red_sand.json -3a5dea804e0aec6fa8711eb07b006d8b1de098ff data/create/recipes/splashing/sand.json -cf0dcdb8ec3f3e75b315faa377eccef662dea71f data/create/recipes/splashing/soul_sand.json -ba660fe5786c95a359a6ddfdeb73d7109cbebe5d data/create/recipes/splashing/stained_glass.json -c7a51fd1b730d48991cf6b4f1b56da4144537f1d data/create/recipes/splashing/stained_glass_pane.json -97bb2aa9e3f1ff67dbcb679ad9445e2311d318db data/create/recipes/splashing/thermal/crushed_lead_ore.json -c4030e816d783bd195c56ae52a970c38593d178b data/create/recipes/splashing/thermal/crushed_nickel_ore.json -aa831e7fe830732b773d8ad144cb0d31ecffd489 data/create/recipes/splashing/thermal/crushed_silver_ore.json -df4276c923839620f284ac7c2d6a44bfd9ba356e data/create/recipes/splashing/thermal/crushed_tin_ore.json -0f68e57c82914c99082fe0e22da789a575df83ab data/create/recipes/splashing/wheat_flour.json -24cedf74a5a118fa03c7e91a3fdaae3e41f6ec40 data/create/recipes/splashing/white_concrete_powder.json -4ad9a4699a6e28c4406ab2aa453bbe50fcb34abc data/create/recipes/splashing/wool.json -e2c1774577aeb0756fb1d092245d9d77e40ba5f8 data/create/recipes/splashing/yellow_concrete_powder.json -7a4e163767827fc8cef3646204c2f2bf0f8aac99 data/create/recipes/spruce_window.json -96d515ff0172dafa04d650ab69d68ed508e99e6f data/create/recipes/spruce_window_pane.json -1f689453146c7dd2d315e8b5fb5e7cdc0aaf0fa2 data/create/recipes/tiled_glass_from_glass_colorless_stonecutting.json -39bd4bcaad003edbe035c91ffde61c51ee1edb87 data/create/recipes/tiled_glass_pane.json -e6e4207dfa302cf6a397f2c227c8792dc4829020 data/create/recipes/tuff_pillar_from_stone_types_tuff_stonecutting.json -e478b78f8cecc128a8082a142def956ed30a2eef data/create/recipes/tuff_pillar_from_tuff_stonecutting.json -865d292fa0b3305be4fd46b66e42f8dea5c2bcb3 data/create/recipes/veridium_pillar_from_stone_types_veridium_stonecutting.json -8d7061c869ad35d49cfc077eda5387fc62a56469 data/create/recipes/veridium_pillar_from_veridium_stonecutting.json -7c6778a30bb670762c3a410cb19d1effc55a7063 data/create/recipes/vertical_framed_glass_from_glass_colorless_stonecutting.json -dc6093427210bd7034a0e2184f6a1630c7b33b3e data/create/recipes/vertical_framed_glass_pane.json -40ec72d571002206c276aec5de72459155e043ce data/create/recipes/warped_window.json -8f4b0a3cfb0073f1414bf18c0d4e5e751c4a9185 data/create/recipes/warped_window_pane.json -79be44c9db01484e5e62eb9d4d623332df72fc33 data/create/recipes/weathered_copper_shingle_slab.json -e625d07505af9d643fc8029c1db80406325dae57 data/create/recipes/weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting.json -9bfce823d881b27212b1a04949f8fef8fcbb10de data/create/recipes/weathered_copper_shingle_stairs.json -dc4d2d85e7c63d5f92c765ce66dce1556ce3d43d data/create/recipes/weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting.json -d79c82bc6cf59b073b2f51f5fea9c98e81d14b68 data/create/recipes/weathered_copper_tile_slab.json -452d480dd50b97fce72e0c89429cf68db534c6b2 data/create/recipes/weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting.json -ac265a674626e0e832330086fd18fe0be37fc327 data/create/recipes/weathered_copper_tile_stairs.json -5942a571f79c40524bbf408775cf91de4715f2b6 data/create/recipes/weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting.json -2d549ea56fb226c0e31e66c0391996093f8bece9 data/create/tags/blocks/brittle.json -d99d5c67bdffff60789a19bd51a5c5267c75e0a4 data/create/tags/blocks/casing.json -443f75adbf3d2f6fb0aad4b344372669470065b8 data/create/tags/blocks/fan_transparent.json -6e5d3b2123fbb00e7f439c091623619502551bca data/create/tags/blocks/non_movable.json -10781e8cfcbb3486327aace3aa00e437fb44b331 data/create/tags/blocks/ore_override_stone.json -418c6da531d6206e3cbe4049dce3db23c4270bed data/create/tags/blocks/passive_boiler_heaters.json -74f4ba5f6f61c30e27947c6fb4557e888d018285 data/create/tags/blocks/safe_nbt.json -6cdeeac1689f7b5bfd9bc40b462143d8eaf3ad0b data/create/tags/blocks/seats.json -d063e12c9ef75f39518c6d129ea35d833464d547 data/create/tags/blocks/toolboxes.json -50936b211d94167a35ec78c89954082a336b6269 data/create/tags/blocks/valve_handles.json -eac71740fb12bdb38b5dfaa2268613d7ba82b809 data/create/tags/blocks/windmill_sails.json -74700d556ca80c7a1db5fd4efb09c3ddb26cad66 data/create/tags/blocks/windowable.json -893a01e6004d6d8272bd1658e98da88bb572ee57 data/create/tags/blocks/wrench_pickup.json -a8bdc387cfa6296ebcc4af14323e2ddb632234dc data/create/tags/fluids/bottomless/allow.json -74700d556ca80c7a1db5fd4efb09c3ddb26cad66 data/create/tags/fluids/bottomless/deny.json -74700d556ca80c7a1db5fd4efb09c3ddb26cad66 data/create/tags/items/blaze_burner_fuel/regular.json -97061ef67cac1fafd869493d06115b968bcb99bf data/create/tags/items/blaze_burner_fuel/special.json -d99d5c67bdffff60789a19bd51a5c5267c75e0a4 data/create/tags/items/casing.json -c98ffdc2780c2a7690c590f46f014aeee7b0b504 data/create/tags/items/create_ingots.json -4480f211f4a37bfee193eba945bc9f5a8d2c6e34 data/create/tags/items/crushed_ores.json -67385d5198d0796ec8f0d2c6ae144c672f4317a1 data/create/tags/items/modded_stripped_logs.json -27a1074a88a7b939c811341086afece325ed724c data/create/tags/items/modded_stripped_wood.json -7973972edb524683ef365bc103fcfcde0858a854 data/create/tags/items/pressurized_air_sources.json -bce28787b0271382842823d04a977912a88b01c2 data/create/tags/items/sandpaper.json -6cdeeac1689f7b5bfd9bc40b462143d8eaf3ad0b data/create/tags/items/seats.json -0f4276a6b7da5f4dee8909802e6717a4c97f0555 data/create/tags/items/sleepers.json -e15f9670cc533d7213b8335c06c0bcf2ecbeced2 data/create/tags/items/stone_types/andesite.json -36dfa31df7c27919a4cfcb7cf7ac7a21e6b3fa54 data/create/tags/items/stone_types/asurine.json -3df3af195de5c9f398600e0532fc4faa4ec82c50 data/create/tags/items/stone_types/calcite.json -62c7e1beb6e87c26cfce77290bdb1e31435795bd data/create/tags/items/stone_types/crimsite.json -a9c1b268c3b81b5b2f3ff5f0a400d8998c384929 data/create/tags/items/stone_types/deepslate.json -5b59e95e21703ef655f1b4dc2ad17077f0a2ec46 data/create/tags/items/stone_types/diorite.json -a1fad64188a06194c8915542d73e25817ff9f423 data/create/tags/items/stone_types/dripstone.json -5887f53e2d2d3c170aad64270b4401680476b73a data/create/tags/items/stone_types/granite.json -22a9223972bd00754e708c8deeeb3fd1b84b98ff data/create/tags/items/stone_types/limestone.json -a274206a333968fb6ca24a3ebd4708a1b597f52e data/create/tags/items/stone_types/ochrum.json -edcdc38dc00f42b224b4cfe5ab19a543fe5aa81a data/create/tags/items/stone_types/scorchia.json -ed2d9221e4101a572b86187bfa5e49f6b72dce2c data/create/tags/items/stone_types/scoria.json -7bdc28df7939f04ea03439d7a902c96471aff7b1 data/create/tags/items/stone_types/tuff.json -8c118f0008386df65a70eb9f09272403867f1f71 data/create/tags/items/stone_types/veridium.json -d063e12c9ef75f39518c6d129ea35d833464d547 data/create/tags/items/toolboxes.json -2f4044c2989b9a8aa394c88617d67a6a310e6b1b data/create/tags/items/upright_on_belt.json -50936b211d94167a35ec78c89954082a336b6269 data/create/tags/items/valve_handles.json -f8d83f446d0a2071dca4481251339c4249b2fd3f data/create/tags/items/vanilla_stripped_logs.json -f3e20d8b3ca5652d3975da680740cc36326fdfc9 data/create/tags/items/vanilla_stripped_wood.json -16bcb8fcbe9170c2c11f1ca8d99d8b36cd812bbd data/forge/tags/blocks/glass/colorless.json -81d3eb40b048160fcc2d6bb7ff12b49276297efd data/forge/tags/blocks/glass_panes.json -6eec92869baa44d3ac53aec6a7a92c15147b59f0 data/forge/tags/blocks/ores.json -6eec92869baa44d3ac53aec6a7a92c15147b59f0 data/forge/tags/blocks/ores/zinc.json -9fc688d8fac1033c7b8f4b8de1138e56d2faf527 data/forge/tags/blocks/ores_in_ground/deepslate.json -d5ea262a0f5fb210612d22521818e26cf08e591a data/forge/tags/blocks/ores_in_ground/stone.json -ad8fa04f7bbbafd70d0ce158af78a35e899301e2 data/forge/tags/blocks/relocation_not_supported.json -66065a698fca917446a0fb766593dbcc77fabeac data/forge/tags/blocks/storage_blocks.json -ff1900963bc4cd8ceffa78d58ef1952ceacb2fb7 data/forge/tags/blocks/storage_blocks/brass.json -823d05187626797205381d4620a84abda3bc8f89 data/forge/tags/blocks/storage_blocks/raw_zinc.json -7f71a774800111e50b42de0e6159ed2d2a807d32 data/forge/tags/blocks/storage_blocks/zinc.json -6b73c57912934d09233ad2966110968a6109f2c9 data/forge/tags/fluids/chocolate.json -391c9b2be5740aea943a8a5fe27eb327e2d973b0 data/forge/tags/fluids/honey.json -d6a4e4fe1204b718010543a28a9b9ec4e0977bd7 data/forge/tags/fluids/tea.json -d9ffc62a496946fc4848934e7c0a6e917337f8be data/forge/tags/items/beacon_payment.json -5af3164b14c92d2d6e235b5d4eebd93cbee37c0a data/forge/tags/items/buckets/honey.json -2f7cf5a2d485f25d451da9771ed466591cfa5204 data/forge/tags/items/dough.json -2f7cf5a2d485f25d451da9771ed466591cfa5204 data/forge/tags/items/dough/wheat.json -25078dad07e8f75134a98c2dd0f0511c55146bd5 data/forge/tags/items/flour.json -25078dad07e8f75134a98c2dd0f0511c55146bd5 data/forge/tags/items/flour/wheat.json -16bcb8fcbe9170c2c11f1ca8d99d8b36cd812bbd data/forge/tags/items/glass/colorless.json -81d3eb40b048160fcc2d6bb7ff12b49276297efd data/forge/tags/items/glass_panes.json -d9ffc62a496946fc4848934e7c0a6e917337f8be data/forge/tags/items/ingots.json -2dfd21017cb51d4bdc18d977a7d16f103cc3a985 data/forge/tags/items/ingots/brass.json -2f9ac80569a5cc168061742f9e3c36277d4d056e data/forge/tags/items/ingots/zinc.json -ece57d101227f1656ec82c1d899a081123cc5582 data/forge/tags/items/nuggets.json -cc82188fe8d986f4457301ed4f75ae833d263601 data/forge/tags/items/nuggets/brass.json -7affb30e30a252566a77467994b0c99331f1076c data/forge/tags/items/nuggets/copper.json -0d8cb5092ee6ec01ea09324c80d649ba05549799 data/forge/tags/items/nuggets/zinc.json -6eec92869baa44d3ac53aec6a7a92c15147b59f0 data/forge/tags/items/ores.json -6eec92869baa44d3ac53aec6a7a92c15147b59f0 data/forge/tags/items/ores/zinc.json -9fc688d8fac1033c7b8f4b8de1138e56d2faf527 data/forge/tags/items/ores_in_ground/deepslate.json -d5ea262a0f5fb210612d22521818e26cf08e591a data/forge/tags/items/ores_in_ground/stone.json -e32b78851bc4fce0745d8b72c85cbd4e89e8c221 data/forge/tags/items/plates.json -39f0d70ec10597e85df7c4783bbc5e0e4a5ffb80 data/forge/tags/items/plates/brass.json -c3dab5fe379bc1b7b10d4a0ba7009eee1b75a27c data/forge/tags/items/plates/copper.json -fb9bfb4c84ed9cf2da8c4b2fbc4cd4d9f37d3016 data/forge/tags/items/plates/gold.json -04d947ed7a5066f3cfe75a8dc564fe2dca8a9c93 data/forge/tags/items/plates/iron.json -d82758dd3c2972fa94736733dc6b3944129f5a11 data/forge/tags/items/plates/obsidian.json -dc96331cded39b2d2f24853f4dd6c1f6f3863115 data/forge/tags/items/raw_materials.json -dc96331cded39b2d2f24853f4dd6c1f6f3863115 data/forge/tags/items/raw_materials/zinc.json -66065a698fca917446a0fb766593dbcc77fabeac data/forge/tags/items/storage_blocks.json -ff1900963bc4cd8ceffa78d58ef1952ceacb2fb7 data/forge/tags/items/storage_blocks/brass.json -823d05187626797205381d4620a84abda3bc8f89 data/forge/tags/items/storage_blocks/raw_zinc.json -7f71a774800111e50b42de0e6159ed2d2a807d32 data/forge/tags/items/storage_blocks/zinc.json -cfa16b75227c9bf4f245c97ac55999b3903e5471 data/forge/tags/items/stripped_logs.json -5bfe8bc7ce944566878cd502e6b770c766990484 data/forge/tags/items/stripped_wood.json -e002dfedc5e8762de0f97ea1f3fa546e92e748ae data/forge/tags/items/tools/wrench.json -2db7759fe036160c14c6ed19a68604ca16f4de60 data/minecraft/tags/blocks/azalea_root_replaceable.json -9f7a428085b1aac66da32a43e9d51c7efc1f0d81 data/minecraft/tags/blocks/beacon_base_blocks.json -dea0b54b33b1ae3b4fa8091dfcc4ad5687978ab1 data/minecraft/tags/blocks/climbable.json -e16d74571ae10007f06f3b86ddf05d3ca9b73559 data/minecraft/tags/blocks/doors.json -2db7759fe036160c14c6ed19a68604ca16f4de60 data/minecraft/tags/blocks/dripstone_replaceable_blocks.json -69f596fcb065e26b02ce246760432b5174191b76 data/minecraft/tags/blocks/impermeable.json -2db7759fe036160c14c6ed19a68604ca16f4de60 data/minecraft/tags/blocks/lush_ground_replaceable.json -71480793b5e5ac5eb33c5271118c62227a2769d8 data/minecraft/tags/blocks/mineable/axe.json -77511f0fca91aa40c8b2566bf9bfb78964a56db3 data/minecraft/tags/blocks/mineable/pickaxe.json -2db7759fe036160c14c6ed19a68604ca16f4de60 data/minecraft/tags/blocks/moss_replaceable.json -e157c1d3af30e409e34bbefbe15a037e6e1c8daa data/minecraft/tags/blocks/needs_iron_tool.json -a08f67865337f62601c5e333b4011382d10020e4 data/minecraft/tags/blocks/needs_stone_tool.json -6bcabbc1c0479caa80a0ebc676bb34ce0052efb0 data/minecraft/tags/blocks/rails.json -49a043b38ca8d4e2fa8cba9ceee3b69715a8476e data/minecraft/tags/blocks/slabs.json -bc0917bead5b198feeeaa5c5b92dddae48bbb6f5 data/minecraft/tags/blocks/stairs.json -d622e97373b1e96632ffb0a312ef04696da0ed4d data/minecraft/tags/blocks/trapdoors.json -0ec220675cbf8a6eeb47d42b7409395a0cb6ae6e data/minecraft/tags/blocks/walls.json -e16d74571ae10007f06f3b86ddf05d3ca9b73559 data/minecraft/tags/blocks/wooden_doors.json -09d26bcd0f94459f945219997277c4fbf14adeb7 data/minecraft/tags/fluids/water.json -e16d74571ae10007f06f3b86ddf05d3ca9b73559 data/minecraft/tags/items/doors.json -49cadea86f6b63d5065b859a0d0e7ad772cf51d6 data/minecraft/tags/items/piglin_loved.json -49a043b38ca8d4e2fa8cba9ceee3b69715a8476e data/minecraft/tags/items/slabs.json -bc0917bead5b198feeeaa5c5b92dddae48bbb6f5 data/minecraft/tags/items/stairs.json -d622e97373b1e96632ffb0a312ef04696da0ed4d data/minecraft/tags/items/trapdoors.json -0ec220675cbf8a6eeb47d42b7409395a0cb6ae6e data/minecraft/tags/items/walls.json -e16d74571ae10007f06f3b86ddf05d3ca9b73559 data/quark/tags/blocks/non_double_door.json diff --git a/src/generated/resources/assets/create/blockstates/acacia_window_pane.json b/src/generated/resources/assets/create/blockstates/acacia_window_pane.json index 6f968dffc9..0986d8c521 100644 --- a/src/generated/resources/assets/create/blockstates/acacia_window_pane.json +++ b/src/generated/resources/assets/create/blockstates/acacia_window_pane.json @@ -6,71 +6,71 @@ } }, { - "when": { - "north": "true" - }, "apply": { "model": "create:block/acacia_window_pane_side" + }, + "when": { + "north": "true" } }, { - "when": { - "north": "false" - }, "apply": { "model": "create:block/acacia_window_pane_noside" + }, + "when": { + "north": "false" } }, { - "when": { - "south": "true" - }, "apply": { "model": "create:block/acacia_window_pane_side_alt" + }, + "when": { + "south": "true" } }, { - "when": { - "south": "false" - }, "apply": { "model": "create:block/acacia_window_pane_noside_alt", "y": 90 + }, + "when": { + "south": "false" } }, { - "when": { - "west": "true" - }, "apply": { "model": "create:block/acacia_window_pane_side_alt", "y": 90 + }, + "when": { + "west": "true" } }, { - "when": { - "west": "false" - }, "apply": { "model": "create:block/acacia_window_pane_noside", "y": 270 + }, + "when": { + "west": "false" } }, { - "when": { - "east": "true" - }, "apply": { "model": "create:block/acacia_window_pane_side", "y": 90 + }, + "when": { + "east": "true" } }, { - "when": { - "east": "false" - }, "apply": { "model": "create:block/acacia_window_pane_noside_alt" + }, + "when": { + "east": "false" } } ] diff --git a/src/generated/resources/assets/create/blockstates/adjustable_chain_gearshift.json b/src/generated/resources/assets/create/blockstates/adjustable_chain_gearshift.json index 1e034b3658..112560cdf9 100644 --- a/src/generated/resources/assets/create/blockstates/adjustable_chain_gearshift.json +++ b/src/generated/resources/assets/create/blockstates/adjustable_chain_gearshift.json @@ -1,190 +1,190 @@ { "variants": { + "axis=x,axis_along_first=false,part=end,powered=false": { + "model": "create:block/adjustable_chain_gearshift_end_horizontal" + }, + "axis=x,axis_along_first=false,part=end,powered=true": { + "model": "create:block/adjustable_chain_gearshift_end_horizontal_powered" + }, + "axis=x,axis_along_first=false,part=middle,powered=false": { + "model": "create:block/adjustable_chain_gearshift_middle_horizontal" + }, + "axis=x,axis_along_first=false,part=middle,powered=true": { + "model": "create:block/adjustable_chain_gearshift_middle_horizontal_powered" + }, + "axis=x,axis_along_first=false,part=none,powered=false": { + "model": "create:block/adjustable_chain_gearshift_single", + "y": 90 + }, + "axis=x,axis_along_first=false,part=none,powered=true": { + "model": "create:block/adjustable_chain_gearshift_single_powered", + "y": 90 + }, "axis=x,axis_along_first=false,part=start,powered=false": { "model": "create:block/adjustable_chain_gearshift_end_horizontal", "x": 180 }, - "axis=y,axis_along_first=false,part=start,powered=false": { - "model": "create:block/adjustable_chain_gearshift_end_vertical" + "axis=x,axis_along_first=false,part=start,powered=true": { + "model": "create:block/adjustable_chain_gearshift_end_horizontal_powered", + "x": 180 }, - "axis=z,axis_along_first=false,part=start,powered=false": { + "axis=x,axis_along_first=true,part=end,powered=false": { "model": "create:block/adjustable_chain_gearshift_end_horizontal", - "x": 270, + "x": 90 + }, + "axis=x,axis_along_first=true,part=end,powered=true": { + "model": "create:block/adjustable_chain_gearshift_end_horizontal_powered", + "x": 90 + }, + "axis=x,axis_along_first=true,part=middle,powered=false": { + "model": "create:block/adjustable_chain_gearshift_middle_horizontal", + "x": 90 + }, + "axis=x,axis_along_first=true,part=middle,powered=true": { + "model": "create:block/adjustable_chain_gearshift_middle_horizontal_powered", + "x": 90 + }, + "axis=x,axis_along_first=true,part=none,powered=false": { + "model": "create:block/adjustable_chain_gearshift_single", + "y": 90 + }, + "axis=x,axis_along_first=true,part=none,powered=true": { + "model": "create:block/adjustable_chain_gearshift_single_powered", "y": 90 }, "axis=x,axis_along_first=true,part=start,powered=false": { "model": "create:block/adjustable_chain_gearshift_end_horizontal", "x": 270 }, - "axis=y,axis_along_first=true,part=start,powered=false": { - "model": "create:block/adjustable_chain_gearshift_end_vertical", - "y": 270 - }, - "axis=z,axis_along_first=true,part=start,powered=false": { - "model": "create:block/adjustable_chain_gearshift_end_horizontal", - "y": 90 - }, - "axis=x,axis_along_first=false,part=middle,powered=false": { - "model": "create:block/adjustable_chain_gearshift_middle_horizontal" - }, - "axis=y,axis_along_first=false,part=middle,powered=false": { - "model": "create:block/adjustable_chain_gearshift_middle_vertical" - }, - "axis=z,axis_along_first=false,part=middle,powered=false": { - "model": "create:block/adjustable_chain_gearshift_middle_horizontal", - "x": 90, - "y": 90 - }, - "axis=x,axis_along_first=true,part=middle,powered=false": { - "model": "create:block/adjustable_chain_gearshift_middle_horizontal", - "x": 90 - }, - "axis=y,axis_along_first=true,part=middle,powered=false": { - "model": "create:block/adjustable_chain_gearshift_middle_vertical", - "y": 90 - }, - "axis=z,axis_along_first=true,part=middle,powered=false": { - "model": "create:block/adjustable_chain_gearshift_middle_horizontal", - "y": 90 - }, - "axis=x,axis_along_first=false,part=end,powered=false": { - "model": "create:block/adjustable_chain_gearshift_end_horizontal" + "axis=x,axis_along_first=true,part=start,powered=true": { + "model": "create:block/adjustable_chain_gearshift_end_horizontal_powered", + "x": 270 }, "axis=y,axis_along_first=false,part=end,powered=false": { "model": "create:block/adjustable_chain_gearshift_end_vertical", "y": 180 }, - "axis=z,axis_along_first=false,part=end,powered=false": { - "model": "create:block/adjustable_chain_gearshift_end_horizontal", - "x": 90, - "y": 90 + "axis=y,axis_along_first=false,part=end,powered=true": { + "model": "create:block/adjustable_chain_gearshift_end_vertical_powered", + "y": 180 }, - "axis=x,axis_along_first=true,part=end,powered=false": { - "model": "create:block/adjustable_chain_gearshift_end_horizontal", - "x": 90 + "axis=y,axis_along_first=false,part=middle,powered=false": { + "model": "create:block/adjustable_chain_gearshift_middle_vertical" }, - "axis=y,axis_along_first=true,part=end,powered=false": { - "model": "create:block/adjustable_chain_gearshift_end_vertical", - "y": 90 - }, - "axis=z,axis_along_first=true,part=end,powered=false": { - "model": "create:block/adjustable_chain_gearshift_end_horizontal", - "y": 270 - }, - "axis=x,axis_along_first=false,part=none,powered=false": { - "model": "create:block/adjustable_chain_gearshift_single", - "y": 90 + "axis=y,axis_along_first=false,part=middle,powered=true": { + "model": "create:block/adjustable_chain_gearshift_middle_vertical_powered" }, "axis=y,axis_along_first=false,part=none,powered=false": { "model": "create:block/adjustable_chain_gearshift_single", "x": 90 }, - "axis=z,axis_along_first=false,part=none,powered=false": { - "model": "create:block/adjustable_chain_gearshift_single" + "axis=y,axis_along_first=false,part=none,powered=true": { + "model": "create:block/adjustable_chain_gearshift_single_powered", + "x": 90 }, - "axis=x,axis_along_first=true,part=none,powered=false": { - "model": "create:block/adjustable_chain_gearshift_single", + "axis=y,axis_along_first=false,part=start,powered=false": { + "model": "create:block/adjustable_chain_gearshift_end_vertical" + }, + "axis=y,axis_along_first=false,part=start,powered=true": { + "model": "create:block/adjustable_chain_gearshift_end_vertical_powered" + }, + "axis=y,axis_along_first=true,part=end,powered=false": { + "model": "create:block/adjustable_chain_gearshift_end_vertical", + "y": 90 + }, + "axis=y,axis_along_first=true,part=end,powered=true": { + "model": "create:block/adjustable_chain_gearshift_end_vertical_powered", + "y": 90 + }, + "axis=y,axis_along_first=true,part=middle,powered=false": { + "model": "create:block/adjustable_chain_gearshift_middle_vertical", + "y": 90 + }, + "axis=y,axis_along_first=true,part=middle,powered=true": { + "model": "create:block/adjustable_chain_gearshift_middle_vertical_powered", "y": 90 }, "axis=y,axis_along_first=true,part=none,powered=false": { "model": "create:block/adjustable_chain_gearshift_single", "x": 90 }, - "axis=z,axis_along_first=true,part=none,powered=false": { - "model": "create:block/adjustable_chain_gearshift_single" + "axis=y,axis_along_first=true,part=none,powered=true": { + "model": "create:block/adjustable_chain_gearshift_single_powered", + "x": 90 }, - "axis=x,axis_along_first=false,part=start,powered=true": { - "model": "create:block/adjustable_chain_gearshift_end_horizontal_powered", - "x": 180 - }, - "axis=y,axis_along_first=false,part=start,powered=true": { - "model": "create:block/adjustable_chain_gearshift_end_vertical_powered" - }, - "axis=z,axis_along_first=false,part=start,powered=true": { - "model": "create:block/adjustable_chain_gearshift_end_horizontal_powered", - "x": 270, - "y": 90 - }, - "axis=x,axis_along_first=true,part=start,powered=true": { - "model": "create:block/adjustable_chain_gearshift_end_horizontal_powered", - "x": 270 + "axis=y,axis_along_first=true,part=start,powered=false": { + "model": "create:block/adjustable_chain_gearshift_end_vertical", + "y": 270 }, "axis=y,axis_along_first=true,part=start,powered=true": { "model": "create:block/adjustable_chain_gearshift_end_vertical_powered", "y": 270 }, - "axis=z,axis_along_first=true,part=start,powered=true": { - "model": "create:block/adjustable_chain_gearshift_end_horizontal_powered", - "y": 90 - }, - "axis=x,axis_along_first=false,part=middle,powered=true": { - "model": "create:block/adjustable_chain_gearshift_middle_horizontal_powered" - }, - "axis=y,axis_along_first=false,part=middle,powered=true": { - "model": "create:block/adjustable_chain_gearshift_middle_vertical_powered" - }, - "axis=z,axis_along_first=false,part=middle,powered=true": { - "model": "create:block/adjustable_chain_gearshift_middle_horizontal_powered", + "axis=z,axis_along_first=false,part=end,powered=false": { + "model": "create:block/adjustable_chain_gearshift_end_horizontal", "x": 90, "y": 90 }, - "axis=x,axis_along_first=true,part=middle,powered=true": { - "model": "create:block/adjustable_chain_gearshift_middle_horizontal_powered", - "x": 90 - }, - "axis=y,axis_along_first=true,part=middle,powered=true": { - "model": "create:block/adjustable_chain_gearshift_middle_vertical_powered", - "y": 90 - }, - "axis=z,axis_along_first=true,part=middle,powered=true": { - "model": "create:block/adjustable_chain_gearshift_middle_horizontal_powered", - "y": 90 - }, - "axis=x,axis_along_first=false,part=end,powered=true": { - "model": "create:block/adjustable_chain_gearshift_end_horizontal_powered" - }, - "axis=y,axis_along_first=false,part=end,powered=true": { - "model": "create:block/adjustable_chain_gearshift_end_vertical_powered", - "y": 180 - }, "axis=z,axis_along_first=false,part=end,powered=true": { "model": "create:block/adjustable_chain_gearshift_end_horizontal_powered", "x": 90, "y": 90 }, - "axis=x,axis_along_first=true,part=end,powered=true": { - "model": "create:block/adjustable_chain_gearshift_end_horizontal_powered", - "x": 90 - }, - "axis=y,axis_along_first=true,part=end,powered=true": { - "model": "create:block/adjustable_chain_gearshift_end_vertical_powered", + "axis=z,axis_along_first=false,part=middle,powered=false": { + "model": "create:block/adjustable_chain_gearshift_middle_horizontal", + "x": 90, "y": 90 }, + "axis=z,axis_along_first=false,part=middle,powered=true": { + "model": "create:block/adjustable_chain_gearshift_middle_horizontal_powered", + "x": 90, + "y": 90 + }, + "axis=z,axis_along_first=false,part=none,powered=false": { + "model": "create:block/adjustable_chain_gearshift_single" + }, + "axis=z,axis_along_first=false,part=none,powered=true": { + "model": "create:block/adjustable_chain_gearshift_single_powered" + }, + "axis=z,axis_along_first=false,part=start,powered=false": { + "model": "create:block/adjustable_chain_gearshift_end_horizontal", + "x": 270, + "y": 90 + }, + "axis=z,axis_along_first=false,part=start,powered=true": { + "model": "create:block/adjustable_chain_gearshift_end_horizontal_powered", + "x": 270, + "y": 90 + }, + "axis=z,axis_along_first=true,part=end,powered=false": { + "model": "create:block/adjustable_chain_gearshift_end_horizontal", + "y": 270 + }, "axis=z,axis_along_first=true,part=end,powered=true": { "model": "create:block/adjustable_chain_gearshift_end_horizontal_powered", "y": 270 }, - "axis=x,axis_along_first=false,part=none,powered=true": { - "model": "create:block/adjustable_chain_gearshift_single_powered", + "axis=z,axis_along_first=true,part=middle,powered=false": { + "model": "create:block/adjustable_chain_gearshift_middle_horizontal", "y": 90 }, - "axis=y,axis_along_first=false,part=none,powered=true": { - "model": "create:block/adjustable_chain_gearshift_single_powered", - "x": 90 - }, - "axis=z,axis_along_first=false,part=none,powered=true": { - "model": "create:block/adjustable_chain_gearshift_single_powered" - }, - "axis=x,axis_along_first=true,part=none,powered=true": { - "model": "create:block/adjustable_chain_gearshift_single_powered", + "axis=z,axis_along_first=true,part=middle,powered=true": { + "model": "create:block/adjustable_chain_gearshift_middle_horizontal_powered", "y": 90 }, - "axis=y,axis_along_first=true,part=none,powered=true": { - "model": "create:block/adjustable_chain_gearshift_single_powered", - "x": 90 + "axis=z,axis_along_first=true,part=none,powered=false": { + "model": "create:block/adjustable_chain_gearshift_single" }, "axis=z,axis_along_first=true,part=none,powered=true": { "model": "create:block/adjustable_chain_gearshift_single_powered" + }, + "axis=z,axis_along_first=true,part=start,powered=false": { + "model": "create:block/adjustable_chain_gearshift_end_horizontal", + "y": 90 + }, + "axis=z,axis_along_first=true,part=start,powered=true": { + "model": "create:block/adjustable_chain_gearshift_end_horizontal_powered", + "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/analog_lever.json b/src/generated/resources/assets/create/blockstates/analog_lever.json index a20c14925a..8c4d4fd256 100644 --- a/src/generated/resources/assets/create/blockstates/analog_lever.json +++ b/src/generated/resources/assets/create/blockstates/analog_lever.json @@ -1,39 +1,19 @@ { "variants": { - "face=floor,facing=north": { - "model": "create:block/analog_lever/block" - }, - "face=wall,facing=north": { + "face=ceiling,facing=east": { "model": "create:block/analog_lever/block", - "x": 90 + "x": 180, + "y": 270 }, "face=ceiling,facing=north": { "model": "create:block/analog_lever/block", "x": 180, "y": 180 }, - "face=floor,facing=south": { - "model": "create:block/analog_lever/block", - "y": 180 - }, - "face=wall,facing=south": { - "model": "create:block/analog_lever/block", - "x": 90, - "y": 180 - }, "face=ceiling,facing=south": { "model": "create:block/analog_lever/block", "x": 180 }, - "face=floor,facing=west": { - "model": "create:block/analog_lever/block", - "y": 270 - }, - "face=wall,facing=west": { - "model": "create:block/analog_lever/block", - "x": 90, - "y": 270 - }, "face=ceiling,facing=west": { "model": "create:block/analog_lever/block", "x": 180, @@ -43,14 +23,34 @@ "model": "create:block/analog_lever/block", "y": 90 }, + "face=floor,facing=north": { + "model": "create:block/analog_lever/block" + }, + "face=floor,facing=south": { + "model": "create:block/analog_lever/block", + "y": 180 + }, + "face=floor,facing=west": { + "model": "create:block/analog_lever/block", + "y": 270 + }, "face=wall,facing=east": { "model": "create:block/analog_lever/block", "x": 90, "y": 90 }, - "face=ceiling,facing=east": { + "face=wall,facing=north": { "model": "create:block/analog_lever/block", - "x": 180, + "x": 90 + }, + "face=wall,facing=south": { + "model": "create:block/analog_lever/block", + "x": 90, + "y": 180 + }, + "face=wall,facing=west": { + "model": "create:block/analog_lever/block", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/andesite_belt_funnel.json b/src/generated/resources/assets/create/blockstates/andesite_belt_funnel.json index 0199a6d72e..5e8c26aea6 100644 --- a/src/generated/resources/assets/create/blockstates/andesite_belt_funnel.json +++ b/src/generated/resources/assets/create/blockstates/andesite_belt_funnel.json @@ -1,30 +1,32 @@ { "variants": { - "facing=north,powered=false,shape=retracted": { - "model": "create:block/andesite_belt_funnel_retracted" + "facing=east,powered=false,shape=extended": { + "model": "create:block/andesite_belt_funnel_extended", + "y": 90 }, - "facing=south,powered=false,shape=retracted": { - "model": "create:block/andesite_belt_funnel_retracted", - "y": 180 + "facing=east,powered=false,shape=pulling": { + "model": "create:block/andesite_belt_funnel_pulling", + "y": 90 }, - "facing=west,powered=false,shape=retracted": { - "model": "create:block/andesite_belt_funnel_retracted", - "y": 270 + "facing=east,powered=false,shape=pushing": { + "model": "create:block/andesite_belt_funnel_pushing", + "y": 90 }, "facing=east,powered=false,shape=retracted": { "model": "create:block/andesite_belt_funnel_retracted", "y": 90 }, - "facing=north,powered=true,shape=retracted": { - "model": "create:block/andesite_belt_funnel_retracted_powered" + "facing=east,powered=true,shape=extended": { + "model": "create:block/andesite_belt_funnel_extended_powered", + "y": 90 }, - "facing=south,powered=true,shape=retracted": { - "model": "create:block/andesite_belt_funnel_retracted_powered", - "y": 180 + "facing=east,powered=true,shape=pulling": { + "model": "create:block/andesite_belt_funnel_pulling_powered", + "y": 90 }, - "facing=west,powered=true,shape=retracted": { - "model": "create:block/andesite_belt_funnel_retracted_powered", - "y": 270 + "facing=east,powered=true,shape=pushing": { + "model": "create:block/andesite_belt_funnel_pushing_powered", + "y": 90 }, "facing=east,powered=true,shape=retracted": { "model": "create:block/andesite_belt_funnel_retracted_powered", @@ -33,92 +35,90 @@ "facing=north,powered=false,shape=extended": { "model": "create:block/andesite_belt_funnel_extended" }, + "facing=north,powered=false,shape=pulling": { + "model": "create:block/andesite_belt_funnel_pulling" + }, + "facing=north,powered=false,shape=pushing": { + "model": "create:block/andesite_belt_funnel_pushing" + }, + "facing=north,powered=false,shape=retracted": { + "model": "create:block/andesite_belt_funnel_retracted" + }, + "facing=north,powered=true,shape=extended": { + "model": "create:block/andesite_belt_funnel_extended_powered" + }, + "facing=north,powered=true,shape=pulling": { + "model": "create:block/andesite_belt_funnel_pulling_powered" + }, + "facing=north,powered=true,shape=pushing": { + "model": "create:block/andesite_belt_funnel_pushing_powered" + }, + "facing=north,powered=true,shape=retracted": { + "model": "create:block/andesite_belt_funnel_retracted_powered" + }, "facing=south,powered=false,shape=extended": { "model": "create:block/andesite_belt_funnel_extended", "y": 180 }, + "facing=south,powered=false,shape=pulling": { + "model": "create:block/andesite_belt_funnel_pulling", + "y": 180 + }, + "facing=south,powered=false,shape=pushing": { + "model": "create:block/andesite_belt_funnel_pushing", + "y": 180 + }, + "facing=south,powered=false,shape=retracted": { + "model": "create:block/andesite_belt_funnel_retracted", + "y": 180 + }, + "facing=south,powered=true,shape=extended": { + "model": "create:block/andesite_belt_funnel_extended_powered", + "y": 180 + }, + "facing=south,powered=true,shape=pulling": { + "model": "create:block/andesite_belt_funnel_pulling_powered", + "y": 180 + }, + "facing=south,powered=true,shape=pushing": { + "model": "create:block/andesite_belt_funnel_pushing_powered", + "y": 180 + }, + "facing=south,powered=true,shape=retracted": { + "model": "create:block/andesite_belt_funnel_retracted_powered", + "y": 180 + }, "facing=west,powered=false,shape=extended": { "model": "create:block/andesite_belt_funnel_extended", "y": 270 }, - "facing=east,powered=false,shape=extended": { - "model": "create:block/andesite_belt_funnel_extended", - "y": 90 - }, - "facing=north,powered=true,shape=extended": { - "model": "create:block/andesite_belt_funnel_extended_powered" - }, - "facing=south,powered=true,shape=extended": { - "model": "create:block/andesite_belt_funnel_extended_powered", - "y": 180 - }, - "facing=west,powered=true,shape=extended": { - "model": "create:block/andesite_belt_funnel_extended_powered", + "facing=west,powered=false,shape=pulling": { + "model": "create:block/andesite_belt_funnel_pulling", "y": 270 }, - "facing=east,powered=true,shape=extended": { - "model": "create:block/andesite_belt_funnel_extended_powered", - "y": 90 - }, - "facing=north,powered=false,shape=pushing": { - "model": "create:block/andesite_belt_funnel_pushing" - }, - "facing=south,powered=false,shape=pushing": { - "model": "create:block/andesite_belt_funnel_pushing", - "y": 180 - }, "facing=west,powered=false,shape=pushing": { "model": "create:block/andesite_belt_funnel_pushing", "y": 270 }, - "facing=east,powered=false,shape=pushing": { - "model": "create:block/andesite_belt_funnel_pushing", - "y": 90 - }, - "facing=north,powered=true,shape=pushing": { - "model": "create:block/andesite_belt_funnel_pushing_powered" - }, - "facing=south,powered=true,shape=pushing": { - "model": "create:block/andesite_belt_funnel_pushing_powered", - "y": 180 - }, - "facing=west,powered=true,shape=pushing": { - "model": "create:block/andesite_belt_funnel_pushing_powered", + "facing=west,powered=false,shape=retracted": { + "model": "create:block/andesite_belt_funnel_retracted", "y": 270 }, - "facing=east,powered=true,shape=pushing": { - "model": "create:block/andesite_belt_funnel_pushing_powered", - "y": 90 - }, - "facing=north,powered=false,shape=pulling": { - "model": "create:block/andesite_belt_funnel_pulling" - }, - "facing=south,powered=false,shape=pulling": { - "model": "create:block/andesite_belt_funnel_pulling", - "y": 180 - }, - "facing=west,powered=false,shape=pulling": { - "model": "create:block/andesite_belt_funnel_pulling", + "facing=west,powered=true,shape=extended": { + "model": "create:block/andesite_belt_funnel_extended_powered", "y": 270 }, - "facing=east,powered=false,shape=pulling": { - "model": "create:block/andesite_belt_funnel_pulling", - "y": 90 - }, - "facing=north,powered=true,shape=pulling": { - "model": "create:block/andesite_belt_funnel_pulling_powered" - }, - "facing=south,powered=true,shape=pulling": { - "model": "create:block/andesite_belt_funnel_pulling_powered", - "y": 180 - }, "facing=west,powered=true,shape=pulling": { "model": "create:block/andesite_belt_funnel_pulling_powered", "y": 270 }, - "facing=east,powered=true,shape=pulling": { - "model": "create:block/andesite_belt_funnel_pulling_powered", - "y": 90 + "facing=west,powered=true,shape=pushing": { + "model": "create:block/andesite_belt_funnel_pushing_powered", + "y": 270 + }, + "facing=west,powered=true,shape=retracted": { + "model": "create:block/andesite_belt_funnel_retracted_powered", + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/andesite_encased_cogwheel.json b/src/generated/resources/assets/create/blockstates/andesite_encased_cogwheel.json index a85b57d29a..43a67027f7 100644 --- a/src/generated/resources/assets/create/blockstates/andesite_encased_cogwheel.json +++ b/src/generated/resources/assets/create/blockstates/andesite_encased_cogwheel.json @@ -5,47 +5,47 @@ "x": 90, "y": 90 }, - "axis=y,bottom_shaft=false,top_shaft=false": { - "model": "create:block/andesite_encased_cogwheel" - }, - "axis=z,bottom_shaft=false,top_shaft=false": { - "model": "create:block/andesite_encased_cogwheel", + "axis=x,bottom_shaft=false,top_shaft=true": { + "model": "create:block/andesite_encased_cogwheel_top", "x": 90, - "y": 180 + "y": 90 }, "axis=x,bottom_shaft=true,top_shaft=false": { "model": "create:block/andesite_encased_cogwheel_bottom", "x": 90, "y": 90 }, - "axis=y,bottom_shaft=true,top_shaft=false": { - "model": "create:block/andesite_encased_cogwheel_bottom" - }, - "axis=z,bottom_shaft=true,top_shaft=false": { - "model": "create:block/andesite_encased_cogwheel_bottom", - "x": 90, - "y": 180 - }, - "axis=x,bottom_shaft=false,top_shaft=true": { - "model": "create:block/andesite_encased_cogwheel_top", + "axis=x,bottom_shaft=true,top_shaft=true": { + "model": "create:block/andesite_encased_cogwheel_top_bottom", "x": 90, "y": 90 }, + "axis=y,bottom_shaft=false,top_shaft=false": { + "model": "create:block/andesite_encased_cogwheel" + }, "axis=y,bottom_shaft=false,top_shaft=true": { "model": "create:block/andesite_encased_cogwheel_top" }, + "axis=y,bottom_shaft=true,top_shaft=false": { + "model": "create:block/andesite_encased_cogwheel_bottom" + }, + "axis=y,bottom_shaft=true,top_shaft=true": { + "model": "create:block/andesite_encased_cogwheel_top_bottom" + }, + "axis=z,bottom_shaft=false,top_shaft=false": { + "model": "create:block/andesite_encased_cogwheel", + "x": 90, + "y": 180 + }, "axis=z,bottom_shaft=false,top_shaft=true": { "model": "create:block/andesite_encased_cogwheel_top", "x": 90, "y": 180 }, - "axis=x,bottom_shaft=true,top_shaft=true": { - "model": "create:block/andesite_encased_cogwheel_top_bottom", + "axis=z,bottom_shaft=true,top_shaft=false": { + "model": "create:block/andesite_encased_cogwheel_bottom", "x": 90, - "y": 90 - }, - "axis=y,bottom_shaft=true,top_shaft=true": { - "model": "create:block/andesite_encased_cogwheel_top_bottom" + "y": 180 }, "axis=z,bottom_shaft=true,top_shaft=true": { "model": "create:block/andesite_encased_cogwheel_top_bottom", diff --git a/src/generated/resources/assets/create/blockstates/andesite_encased_large_cogwheel.json b/src/generated/resources/assets/create/blockstates/andesite_encased_large_cogwheel.json index 2159814852..8cee1e10be 100644 --- a/src/generated/resources/assets/create/blockstates/andesite_encased_large_cogwheel.json +++ b/src/generated/resources/assets/create/blockstates/andesite_encased_large_cogwheel.json @@ -5,47 +5,47 @@ "x": 90, "y": 90 }, - "axis=y,bottom_shaft=false,top_shaft=false": { - "model": "create:block/andesite_encased_large_cogwheel" - }, - "axis=z,bottom_shaft=false,top_shaft=false": { - "model": "create:block/andesite_encased_large_cogwheel", + "axis=x,bottom_shaft=false,top_shaft=true": { + "model": "create:block/andesite_encased_large_cogwheel_top", "x": 90, - "y": 180 + "y": 90 }, "axis=x,bottom_shaft=true,top_shaft=false": { "model": "create:block/andesite_encased_large_cogwheel_bottom", "x": 90, "y": 90 }, - "axis=y,bottom_shaft=true,top_shaft=false": { - "model": "create:block/andesite_encased_large_cogwheel_bottom" - }, - "axis=z,bottom_shaft=true,top_shaft=false": { - "model": "create:block/andesite_encased_large_cogwheel_bottom", - "x": 90, - "y": 180 - }, - "axis=x,bottom_shaft=false,top_shaft=true": { - "model": "create:block/andesite_encased_large_cogwheel_top", + "axis=x,bottom_shaft=true,top_shaft=true": { + "model": "create:block/andesite_encased_large_cogwheel_top_bottom", "x": 90, "y": 90 }, + "axis=y,bottom_shaft=false,top_shaft=false": { + "model": "create:block/andesite_encased_large_cogwheel" + }, "axis=y,bottom_shaft=false,top_shaft=true": { "model": "create:block/andesite_encased_large_cogwheel_top" }, + "axis=y,bottom_shaft=true,top_shaft=false": { + "model": "create:block/andesite_encased_large_cogwheel_bottom" + }, + "axis=y,bottom_shaft=true,top_shaft=true": { + "model": "create:block/andesite_encased_large_cogwheel_top_bottom" + }, + "axis=z,bottom_shaft=false,top_shaft=false": { + "model": "create:block/andesite_encased_large_cogwheel", + "x": 90, + "y": 180 + }, "axis=z,bottom_shaft=false,top_shaft=true": { "model": "create:block/andesite_encased_large_cogwheel_top", "x": 90, "y": 180 }, - "axis=x,bottom_shaft=true,top_shaft=true": { - "model": "create:block/andesite_encased_large_cogwheel_top_bottom", + "axis=z,bottom_shaft=true,top_shaft=false": { + "model": "create:block/andesite_encased_large_cogwheel_bottom", "x": 90, - "y": 90 - }, - "axis=y,bottom_shaft=true,top_shaft=true": { - "model": "create:block/andesite_encased_large_cogwheel_top_bottom" + "y": 180 }, "axis=z,bottom_shaft=true,top_shaft=true": { "model": "create:block/andesite_encased_large_cogwheel_top_bottom", diff --git a/src/generated/resources/assets/create/blockstates/andesite_encased_shaft.json b/src/generated/resources/assets/create/blockstates/andesite_encased_shaft.json index c78b4a1c45..b116626ca8 100644 --- a/src/generated/resources/assets/create/blockstates/andesite_encased_shaft.json +++ b/src/generated/resources/assets/create/blockstates/andesite_encased_shaft.json @@ -2,9 +2,9 @@ "variants": { "axis=x": { "model": "create:block/encased_shaft/block_andesite", + "uvlock": true, "x": 90, - "y": 90, - "uvlock": true + "y": 90 }, "axis=y": { "model": "create:block/encased_shaft/block_andesite", @@ -12,9 +12,9 @@ }, "axis=z": { "model": "create:block/encased_shaft/block_andesite", + "uvlock": true, "x": 90, - "y": 180, - "uvlock": true + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/andesite_funnel.json b/src/generated/resources/assets/create/blockstates/andesite_funnel.json index 9ea4b09ee2..6078134f2d 100644 --- a/src/generated/resources/assets/create/blockstates/andesite_funnel.json +++ b/src/generated/resources/assets/create/blockstates/andesite_funnel.json @@ -5,51 +5,51 @@ "x": 180, "y": 180 }, - "extracting=true,facing=down,powered=false": { - "model": "create:block/andesite_funnel_vertical_filterless_push", + "extracting=false,facing=down,powered=true": { + "model": "create:block/andesite_funnel_vertical_filterless_pull_powered", "x": 180, "y": 180 }, + "extracting=false,facing=east,powered=false": { + "model": "create:block/andesite_funnel_horizontal_pull", + "y": 90 + }, + "extracting=false,facing=east,powered=true": { + "model": "create:block/andesite_funnel_horizontal_pull_powered", + "y": 90 + }, + "extracting=false,facing=north,powered=false": { + "model": "create:block/andesite_funnel_horizontal_pull" + }, + "extracting=false,facing=north,powered=true": { + "model": "create:block/andesite_funnel_horizontal_pull_powered" + }, + "extracting=false,facing=south,powered=false": { + "model": "create:block/andesite_funnel_horizontal_pull", + "y": 180 + }, + "extracting=false,facing=south,powered=true": { + "model": "create:block/andesite_funnel_horizontal_pull_powered", + "y": 180 + }, "extracting=false,facing=up,powered=false": { "model": "create:block/andesite_funnel_vertical_filterless_pull", "y": 180 }, - "extracting=true,facing=up,powered=false": { - "model": "create:block/andesite_funnel_vertical_filterless_push", - "y": 180 - }, - "extracting=false,facing=north,powered=false": { - "model": "create:block/andesite_funnel_horizontal_pull" - }, - "extracting=true,facing=north,powered=false": { - "model": "create:block/andesite_funnel_horizontal_push" - }, - "extracting=false,facing=south,powered=false": { - "model": "create:block/andesite_funnel_horizontal_pull", - "y": 180 - }, - "extracting=true,facing=south,powered=false": { - "model": "create:block/andesite_funnel_horizontal_push", + "extracting=false,facing=up,powered=true": { + "model": "create:block/andesite_funnel_vertical_filterless_pull_powered", "y": 180 }, "extracting=false,facing=west,powered=false": { "model": "create:block/andesite_funnel_horizontal_pull", "y": 270 }, - "extracting=true,facing=west,powered=false": { - "model": "create:block/andesite_funnel_horizontal_push", + "extracting=false,facing=west,powered=true": { + "model": "create:block/andesite_funnel_horizontal_pull_powered", "y": 270 }, - "extracting=false,facing=east,powered=false": { - "model": "create:block/andesite_funnel_horizontal_pull", - "y": 90 - }, - "extracting=true,facing=east,powered=false": { - "model": "create:block/andesite_funnel_horizontal_push", - "y": 90 - }, - "extracting=false,facing=down,powered=true": { - "model": "create:block/andesite_funnel_vertical_filterless_pull_powered", + "extracting=true,facing=down,powered=false": { + "model": "create:block/andesite_funnel_vertical_filterless_push", "x": 180, "y": 180 }, @@ -58,43 +58,43 @@ "x": 180, "y": 180 }, - "extracting=false,facing=up,powered=true": { - "model": "create:block/andesite_funnel_vertical_filterless_pull_powered", - "y": 180 + "extracting=true,facing=east,powered=false": { + "model": "create:block/andesite_funnel_horizontal_push", + "y": 90 }, - "extracting=true,facing=up,powered=true": { - "model": "create:block/andesite_funnel_vertical_filterless_push_powered", - "y": 180 + "extracting=true,facing=east,powered=true": { + "model": "create:block/andesite_funnel_horizontal_push_powered", + "y": 90 }, - "extracting=false,facing=north,powered=true": { - "model": "create:block/andesite_funnel_horizontal_pull_powered" + "extracting=true,facing=north,powered=false": { + "model": "create:block/andesite_funnel_horizontal_push" }, "extracting=true,facing=north,powered=true": { "model": "create:block/andesite_funnel_horizontal_push_powered" }, - "extracting=false,facing=south,powered=true": { - "model": "create:block/andesite_funnel_horizontal_pull_powered", + "extracting=true,facing=south,powered=false": { + "model": "create:block/andesite_funnel_horizontal_push", "y": 180 }, "extracting=true,facing=south,powered=true": { "model": "create:block/andesite_funnel_horizontal_push_powered", "y": 180 }, - "extracting=false,facing=west,powered=true": { - "model": "create:block/andesite_funnel_horizontal_pull_powered", + "extracting=true,facing=up,powered=false": { + "model": "create:block/andesite_funnel_vertical_filterless_push", + "y": 180 + }, + "extracting=true,facing=up,powered=true": { + "model": "create:block/andesite_funnel_vertical_filterless_push_powered", + "y": 180 + }, + "extracting=true,facing=west,powered=false": { + "model": "create:block/andesite_funnel_horizontal_push", "y": 270 }, "extracting=true,facing=west,powered=true": { "model": "create:block/andesite_funnel_horizontal_push_powered", "y": 270 - }, - "extracting=false,facing=east,powered=true": { - "model": "create:block/andesite_funnel_horizontal_pull_powered", - "y": 90 - }, - "extracting=true,facing=east,powered=true": { - "model": "create:block/andesite_funnel_horizontal_push_powered", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/andesite_ladder.json b/src/generated/resources/assets/create/blockstates/andesite_ladder.json index 3527f5d610..908fbe9ae8 100644 --- a/src/generated/resources/assets/create/blockstates/andesite_ladder.json +++ b/src/generated/resources/assets/create/blockstates/andesite_ladder.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/andesite_ladder", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/andesite_ladder", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/andesite_ladder" }, + "facing=north,waterlogged=true": { + "model": "create:block/andesite_ladder" + }, "facing=south,waterlogged=false": { "model": "create:block/andesite_ladder", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/andesite_ladder", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/andesite_ladder", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/andesite_ladder", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/andesite_ladder" - }, - "facing=south,waterlogged=true": { - "model": "create:block/andesite_ladder", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/andesite_ladder", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/andesite_ladder", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/andesite_tunnel.json b/src/generated/resources/assets/create/blockstates/andesite_tunnel.json index c38dbb250b..dfa3950997 100644 --- a/src/generated/resources/assets/create/blockstates/andesite_tunnel.json +++ b/src/generated/resources/assets/create/blockstates/andesite_tunnel.json @@ -1,45 +1,45 @@ { "variants": { + "axis=x,shape=closed": { + "model": "create:block/andesite_tunnel/straight" + }, + "axis=x,shape=cross": { + "model": "create:block/andesite_tunnel/cross" + }, "axis=x,shape=straight": { "model": "create:block/andesite_tunnel/straight" }, - "axis=z,shape=straight": { - "model": "create:block/andesite_tunnel/straight", - "y": 90 + "axis=x,shape=t_left": { + "model": "create:block/andesite_tunnel/t_left" + }, + "axis=x,shape=t_right": { + "model": "create:block/andesite_tunnel/t_right" }, "axis=x,shape=window": { "model": "create:block/andesite_tunnel/window" }, - "axis=z,shape=window": { - "model": "create:block/andesite_tunnel/window", - "y": 90 - }, - "axis=x,shape=closed": { - "model": "create:block/andesite_tunnel/straight" - }, "axis=z,shape=closed": { "model": "create:block/andesite_tunnel/straight", "y": 90 }, - "axis=x,shape=t_left": { - "model": "create:block/andesite_tunnel/t_left" + "axis=z,shape=cross": { + "model": "create:block/andesite_tunnel/cross", + "y": 90 + }, + "axis=z,shape=straight": { + "model": "create:block/andesite_tunnel/straight", + "y": 90 }, "axis=z,shape=t_left": { "model": "create:block/andesite_tunnel/t_left", "y": 90 }, - "axis=x,shape=t_right": { - "model": "create:block/andesite_tunnel/t_right" - }, "axis=z,shape=t_right": { "model": "create:block/andesite_tunnel/t_right", "y": 90 }, - "axis=x,shape=cross": { - "model": "create:block/andesite_tunnel/cross" - }, - "axis=z,shape=cross": { - "model": "create:block/andesite_tunnel/cross", + "axis=z,shape=window": { + "model": "create:block/andesite_tunnel/window", "y": 90 } } diff --git a/src/generated/resources/assets/create/blockstates/basin.json b/src/generated/resources/assets/create/blockstates/basin.json index 0e511666e0..f081622ece 100644 --- a/src/generated/resources/assets/create/blockstates/basin.json +++ b/src/generated/resources/assets/create/blockstates/basin.json @@ -3,6 +3,10 @@ "facing=down": { "model": "create:block/basin/block" }, + "facing=east": { + "model": "create:block/basin/block_directional", + "y": 270 + }, "facing=north": { "model": "create:block/basin/block_directional", "y": 180 @@ -13,10 +17,6 @@ "facing=west": { "model": "create:block/basin/block_directional", "y": 90 - }, - "facing=east": { - "model": "create:block/basin/block_directional", - "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/belt.json b/src/generated/resources/assets/create/blockstates/belt.json index c09a0cb211..1a446f785b 100644 --- a/src/generated/resources/assets/create/blockstates/belt.json +++ b/src/generated/resources/assets/create/blockstates/belt.json @@ -1,588 +1,415 @@ { "variants": { - "casing=false,facing=north,part=start,slope=horizontal": { - "model": "create:block/belt/particle", - "y": 180 - }, - "casing=true,facing=north,part=start,slope=horizontal": { - "model": "create:block/belt_casing/horizontal_start", - "y": 180 - }, - "casing=false,facing=south,part=start,slope=horizontal": { - "model": "create:block/belt/particle" - }, - "casing=true,facing=south,part=start,slope=horizontal": { - "model": "create:block/belt_casing/horizontal_start" - }, - "casing=false,facing=west,part=start,slope=horizontal": { - "model": "create:block/belt/particle", - "y": 90 - }, - "casing=true,facing=west,part=start,slope=horizontal": { - "model": "create:block/belt_casing/horizontal_start", - "y": 90 - }, - "casing=false,facing=east,part=start,slope=horizontal": { + "casing=false,facing=east,part=end,slope=downward": { "model": "create:block/belt/particle", "y": 270 }, - "casing=true,facing=east,part=start,slope=horizontal": { - "model": "create:block/belt_casing/horizontal_start", - "y": 270 - }, - "casing=false,facing=north,part=middle,slope=horizontal": { - "model": "create:block/belt/particle", - "y": 180 - }, - "casing=true,facing=north,part=middle,slope=horizontal": { - "model": "create:block/belt_casing/horizontal_middle", - "y": 180 - }, - "casing=false,facing=south,part=middle,slope=horizontal": { - "model": "create:block/belt/particle" - }, - "casing=true,facing=south,part=middle,slope=horizontal": { - "model": "create:block/belt_casing/horizontal_middle" - }, - "casing=false,facing=west,part=middle,slope=horizontal": { - "model": "create:block/belt/particle", - "y": 90 - }, - "casing=true,facing=west,part=middle,slope=horizontal": { - "model": "create:block/belt_casing/horizontal_middle", - "y": 90 - }, - "casing=false,facing=east,part=middle,slope=horizontal": { - "model": "create:block/belt/particle", - "y": 270 - }, - "casing=true,facing=east,part=middle,slope=horizontal": { - "model": "create:block/belt_casing/horizontal_middle", - "y": 270 - }, - "casing=false,facing=north,part=end,slope=horizontal": { - "model": "create:block/belt/particle", - "y": 180 - }, - "casing=true,facing=north,part=end,slope=horizontal": { - "model": "create:block/belt_casing/horizontal_end", - "y": 180 - }, - "casing=false,facing=south,part=end,slope=horizontal": { - "model": "create:block/belt/particle" - }, - "casing=true,facing=south,part=end,slope=horizontal": { - "model": "create:block/belt_casing/horizontal_end" - }, - "casing=false,facing=west,part=end,slope=horizontal": { - "model": "create:block/belt/particle", - "y": 90 - }, - "casing=true,facing=west,part=end,slope=horizontal": { - "model": "create:block/belt_casing/horizontal_end", - "y": 90 - }, "casing=false,facing=east,part=end,slope=horizontal": { "model": "create:block/belt/particle", "y": 270 }, - "casing=true,facing=east,part=end,slope=horizontal": { - "model": "create:block/belt_casing/horizontal_end", - "y": 270 - }, - "casing=false,facing=north,part=pulley,slope=horizontal": { + "casing=false,facing=east,part=end,slope=sideways": { "model": "create:block/belt/particle", - "y": 180 - }, - "casing=true,facing=north,part=pulley,slope=horizontal": { - "model": "create:block/belt_casing/horizontal_pulley", - "y": 180 - }, - "casing=false,facing=south,part=pulley,slope=horizontal": { - "model": "create:block/belt/particle" - }, - "casing=true,facing=south,part=pulley,slope=horizontal": { - "model": "create:block/belt_casing/horizontal_pulley" - }, - "casing=false,facing=west,part=pulley,slope=horizontal": { - "model": "create:block/belt/particle", - "y": 90 - }, - "casing=true,facing=west,part=pulley,slope=horizontal": { - "model": "create:block/belt_casing/horizontal_pulley", - "y": 90 - }, - "casing=false,facing=east,part=pulley,slope=horizontal": { - "model": "create:block/belt/particle", - "y": 270 - }, - "casing=true,facing=east,part=pulley,slope=horizontal": { - "model": "create:block/belt_casing/horizontal_pulley", - "y": 270 - }, - "casing=false,facing=north,part=start,slope=upward": { - "model": "create:block/belt/particle" - }, - "casing=true,facing=north,part=start,slope=upward": { - "model": "create:block/belt_casing/diagonal_start" - }, - "casing=false,facing=south,part=start,slope=upward": { - "model": "create:block/belt/particle", - "y": 180 - }, - "casing=true,facing=south,part=start,slope=upward": { - "model": "create:block/belt_casing/diagonal_start", - "y": 180 - }, - "casing=false,facing=west,part=start,slope=upward": { - "model": "create:block/belt/particle", - "y": 270 - }, - "casing=true,facing=west,part=start,slope=upward": { - "model": "create:block/belt_casing/diagonal_start", - "y": 270 - }, - "casing=false,facing=east,part=start,slope=upward": { - "model": "create:block/belt/particle", - "y": 90 - }, - "casing=true,facing=east,part=start,slope=upward": { - "model": "create:block/belt_casing/diagonal_start", - "y": 90 - }, - "casing=false,facing=north,part=middle,slope=upward": { - "model": "create:block/belt/particle" - }, - "casing=true,facing=north,part=middle,slope=upward": { - "model": "create:block/belt_casing/diagonal_middle" - }, - "casing=false,facing=south,part=middle,slope=upward": { - "model": "create:block/belt/particle", - "y": 180 - }, - "casing=true,facing=south,part=middle,slope=upward": { - "model": "create:block/belt_casing/diagonal_middle", - "y": 180 - }, - "casing=false,facing=west,part=middle,slope=upward": { - "model": "create:block/belt/particle", - "y": 270 - }, - "casing=true,facing=west,part=middle,slope=upward": { - "model": "create:block/belt_casing/diagonal_middle", - "y": 270 - }, - "casing=false,facing=east,part=middle,slope=upward": { - "model": "create:block/belt/particle", - "y": 90 - }, - "casing=true,facing=east,part=middle,slope=upward": { - "model": "create:block/belt_casing/diagonal_middle", - "y": 90 - }, - "casing=false,facing=north,part=end,slope=upward": { - "model": "create:block/belt/particle" - }, - "casing=true,facing=north,part=end,slope=upward": { - "model": "create:block/belt_casing/diagonal_end" - }, - "casing=false,facing=south,part=end,slope=upward": { - "model": "create:block/belt/particle", - "y": 180 - }, - "casing=true,facing=south,part=end,slope=upward": { - "model": "create:block/belt_casing/diagonal_end", - "y": 180 - }, - "casing=false,facing=west,part=end,slope=upward": { - "model": "create:block/belt/particle", - "y": 270 - }, - "casing=true,facing=west,part=end,slope=upward": { - "model": "create:block/belt_casing/diagonal_end", "y": 270 }, "casing=false,facing=east,part=end,slope=upward": { "model": "create:block/belt/particle", "y": 90 }, - "casing=true,facing=east,part=end,slope=upward": { - "model": "create:block/belt_casing/diagonal_end", - "y": 90 - }, - "casing=false,facing=north,part=pulley,slope=upward": { - "model": "create:block/belt/particle" - }, - "casing=true,facing=north,part=pulley,slope=upward": { - "model": "create:block/belt_casing/diagonal_pulley" - }, - "casing=false,facing=south,part=pulley,slope=upward": { - "model": "create:block/belt/particle", - "y": 180 - }, - "casing=true,facing=south,part=pulley,slope=upward": { - "model": "create:block/belt_casing/diagonal_pulley", - "y": 180 - }, - "casing=false,facing=west,part=pulley,slope=upward": { + "casing=false,facing=east,part=end,slope=vertical": { "model": "create:block/belt/particle", + "x": 90, "y": 270 }, - "casing=true,facing=west,part=pulley,slope=upward": { - "model": "create:block/belt_casing/diagonal_pulley", - "y": 270 - }, - "casing=false,facing=east,part=pulley,slope=upward": { - "model": "create:block/belt/particle", - "y": 90 - }, - "casing=true,facing=east,part=pulley,slope=upward": { - "model": "create:block/belt_casing/diagonal_pulley", - "y": 90 - }, - "casing=false,facing=north,part=start,slope=downward": { - "model": "create:block/belt/particle", - "y": 180 - }, - "casing=true,facing=north,part=start,slope=downward": { - "model": "create:block/belt_casing/diagonal_end", - "y": 180 - }, - "casing=false,facing=south,part=start,slope=downward": { - "model": "create:block/belt/particle" - }, - "casing=true,facing=south,part=start,slope=downward": { - "model": "create:block/belt_casing/diagonal_end" - }, - "casing=false,facing=west,part=start,slope=downward": { - "model": "create:block/belt/particle", - "y": 90 - }, - "casing=true,facing=west,part=start,slope=downward": { - "model": "create:block/belt_casing/diagonal_end", - "y": 90 - }, - "casing=false,facing=east,part=start,slope=downward": { - "model": "create:block/belt/particle", - "y": 270 - }, - "casing=true,facing=east,part=start,slope=downward": { - "model": "create:block/belt_casing/diagonal_end", - "y": 270 - }, - "casing=false,facing=north,part=middle,slope=downward": { - "model": "create:block/belt/particle", - "y": 180 - }, - "casing=true,facing=north,part=middle,slope=downward": { - "model": "create:block/belt_casing/diagonal_middle", - "y": 180 - }, - "casing=false,facing=south,part=middle,slope=downward": { - "model": "create:block/belt/particle" - }, - "casing=true,facing=south,part=middle,slope=downward": { - "model": "create:block/belt_casing/diagonal_middle" - }, - "casing=false,facing=west,part=middle,slope=downward": { - "model": "create:block/belt/particle", - "y": 90 - }, - "casing=true,facing=west,part=middle,slope=downward": { - "model": "create:block/belt_casing/diagonal_middle", - "y": 90 - }, "casing=false,facing=east,part=middle,slope=downward": { "model": "create:block/belt/particle", "y": 270 }, - "casing=true,facing=east,part=middle,slope=downward": { - "model": "create:block/belt_casing/diagonal_middle", - "y": 270 - }, - "casing=false,facing=north,part=end,slope=downward": { - "model": "create:block/belt/particle", - "y": 180 - }, - "casing=true,facing=north,part=end,slope=downward": { - "model": "create:block/belt_casing/diagonal_start", - "y": 180 - }, - "casing=false,facing=south,part=end,slope=downward": { - "model": "create:block/belt/particle" - }, - "casing=true,facing=south,part=end,slope=downward": { - "model": "create:block/belt_casing/diagonal_start" - }, - "casing=false,facing=west,part=end,slope=downward": { - "model": "create:block/belt/particle", - "y": 90 - }, - "casing=true,facing=west,part=end,slope=downward": { - "model": "create:block/belt_casing/diagonal_start", - "y": 90 - }, - "casing=false,facing=east,part=end,slope=downward": { + "casing=false,facing=east,part=middle,slope=horizontal": { "model": "create:block/belt/particle", "y": 270 }, - "casing=true,facing=east,part=end,slope=downward": { - "model": "create:block/belt_casing/diagonal_start", - "y": 270 - }, - "casing=false,facing=north,part=pulley,slope=downward": { - "model": "create:block/belt/particle", - "y": 180 - }, - "casing=true,facing=north,part=pulley,slope=downward": { - "model": "create:block/belt_casing/diagonal_pulley", - "y": 180 - }, - "casing=false,facing=south,part=pulley,slope=downward": { - "model": "create:block/belt/particle" - }, - "casing=true,facing=south,part=pulley,slope=downward": { - "model": "create:block/belt_casing/diagonal_pulley" - }, - "casing=false,facing=west,part=pulley,slope=downward": { - "model": "create:block/belt/particle", - "y": 90 - }, - "casing=true,facing=west,part=pulley,slope=downward": { - "model": "create:block/belt_casing/diagonal_pulley", - "y": 90 - }, - "casing=false,facing=east,part=pulley,slope=downward": { + "casing=false,facing=east,part=middle,slope=sideways": { "model": "create:block/belt/particle", "y": 270 }, - "casing=true,facing=east,part=pulley,slope=downward": { - "model": "create:block/belt_casing/diagonal_pulley", - "y": 270 - }, - "casing=false,facing=north,part=start,slope=vertical": { + "casing=false,facing=east,part=middle,slope=upward": { "model": "create:block/belt/particle", - "x": 90, - "y": 180 - }, - "casing=true,facing=north,part=start,slope=vertical": { - "model": "create:block/belt_casing/sideways_end", - "x": 90, - "y": 270 - }, - "casing=false,facing=south,part=start,slope=vertical": { - "model": "create:block/belt/particle", - "x": 90 - }, - "casing=true,facing=south,part=start,slope=vertical": { - "model": "create:block/belt_casing/sideways_start", - "x": 90, "y": 90 }, - "casing=false,facing=west,part=start,slope=vertical": { - "model": "create:block/belt/particle", - "x": 90, - "y": 90 - }, - "casing=true,facing=west,part=start,slope=vertical": { - "model": "create:block/belt_casing/sideways_end", - "x": 90, - "y": 180 - }, - "casing=false,facing=east,part=start,slope=vertical": { - "model": "create:block/belt/particle", - "x": 90, - "y": 270 - }, - "casing=true,facing=east,part=start,slope=vertical": { - "model": "create:block/belt_casing/sideways_start", - "x": 90 - }, - "casing=false,facing=north,part=middle,slope=vertical": { - "model": "create:block/belt/particle", - "x": 90, - "y": 180 - }, - "casing=true,facing=north,part=middle,slope=vertical": { - "model": "create:block/belt_casing/sideways_middle", - "x": 90, - "y": 270 - }, - "casing=false,facing=south,part=middle,slope=vertical": { - "model": "create:block/belt/particle", - "x": 90 - }, - "casing=true,facing=south,part=middle,slope=vertical": { - "model": "create:block/belt_casing/sideways_middle", - "x": 90, - "y": 90 - }, - "casing=false,facing=west,part=middle,slope=vertical": { - "model": "create:block/belt/particle", - "x": 90, - "y": 90 - }, - "casing=true,facing=west,part=middle,slope=vertical": { - "model": "create:block/belt_casing/sideways_middle", - "x": 90, - "y": 180 - }, "casing=false,facing=east,part=middle,slope=vertical": { "model": "create:block/belt/particle", "x": 90, "y": 270 }, - "casing=true,facing=east,part=middle,slope=vertical": { - "model": "create:block/belt_casing/sideways_middle", - "x": 90 - }, - "casing=false,facing=north,part=end,slope=vertical": { + "casing=false,facing=east,part=pulley,slope=downward": { "model": "create:block/belt/particle", - "x": 90, - "y": 180 - }, - "casing=true,facing=north,part=end,slope=vertical": { - "model": "create:block/belt_casing/sideways_start", - "x": 90, "y": 270 }, - "casing=false,facing=south,part=end,slope=vertical": { + "casing=false,facing=east,part=pulley,slope=horizontal": { "model": "create:block/belt/particle", - "x": 90 - }, - "casing=true,facing=south,part=end,slope=vertical": { - "model": "create:block/belt_casing/sideways_end", - "x": 90, - "y": 90 - }, - "casing=false,facing=west,part=end,slope=vertical": { - "model": "create:block/belt/particle", - "x": 90, - "y": 90 - }, - "casing=true,facing=west,part=end,slope=vertical": { - "model": "create:block/belt_casing/sideways_start", - "x": 90, - "y": 180 - }, - "casing=false,facing=east,part=end,slope=vertical": { - "model": "create:block/belt/particle", - "x": 90, "y": 270 }, - "casing=true,facing=east,part=end,slope=vertical": { - "model": "create:block/belt_casing/sideways_end", - "x": 90 - }, - "casing=false,facing=north,part=pulley,slope=vertical": { + "casing=false,facing=east,part=pulley,slope=sideways": { "model": "create:block/belt/particle", - "x": 90, - "y": 180 - }, - "casing=true,facing=north,part=pulley,slope=vertical": { - "model": "create:block/belt_casing/sideways_pulley", - "x": 90, "y": 270 }, - "casing=false,facing=south,part=pulley,slope=vertical": { + "casing=false,facing=east,part=pulley,slope=upward": { "model": "create:block/belt/particle", - "x": 90 - }, - "casing=true,facing=south,part=pulley,slope=vertical": { - "model": "create:block/belt_casing/sideways_pulley", - "x": 90, "y": 90 }, - "casing=false,facing=west,part=pulley,slope=vertical": { - "model": "create:block/belt/particle", - "x": 90, - "y": 90 - }, - "casing=true,facing=west,part=pulley,slope=vertical": { - "model": "create:block/belt_casing/sideways_pulley", - "x": 90, - "y": 180 - }, "casing=false,facing=east,part=pulley,slope=vertical": { "model": "create:block/belt/particle", "x": 90, "y": 270 }, - "casing=true,facing=east,part=pulley,slope=vertical": { - "model": "create:block/belt_casing/sideways_pulley", - "x": 90 - }, - "casing=false,facing=north,part=start,slope=sideways": { + "casing=false,facing=east,part=start,slope=downward": { "model": "create:block/belt/particle", - "x": 180, - "y": 180 + "y": 270 }, - "casing=true,facing=north,part=start,slope=sideways": { - "model": "create:block/belt_casing/sideways_end", - "x": 180, - "y": 180 - }, - "casing=false,facing=south,part=start,slope=sideways": { - "model": "create:block/belt/particle" - }, - "casing=true,facing=south,part=start,slope=sideways": { - "model": "create:block/belt_casing/sideways_start" - }, - "casing=false,facing=west,part=start,slope=sideways": { + "casing=false,facing=east,part=start,slope=horizontal": { "model": "create:block/belt/particle", - "x": 180, - "y": 90 - }, - "casing=true,facing=west,part=start,slope=sideways": { - "model": "create:block/belt_casing/sideways_end", - "x": 180, - "y": 90 + "y": 270 }, "casing=false,facing=east,part=start,slope=sideways": { "model": "create:block/belt/particle", "y": 270 }, - "casing=true,facing=east,part=start,slope=sideways": { - "model": "create:block/belt_casing/sideways_start", + "casing=false,facing=east,part=start,slope=upward": { + "model": "create:block/belt/particle", + "y": 90 + }, + "casing=false,facing=east,part=start,slope=vertical": { + "model": "create:block/belt/particle", + "x": 90, "y": 270 }, + "casing=false,facing=north,part=end,slope=downward": { + "model": "create:block/belt/particle", + "y": 180 + }, + "casing=false,facing=north,part=end,slope=horizontal": { + "model": "create:block/belt/particle", + "y": 180 + }, + "casing=false,facing=north,part=end,slope=sideways": { + "model": "create:block/belt/particle", + "x": 180, + "y": 180 + }, + "casing=false,facing=north,part=end,slope=upward": { + "model": "create:block/belt/particle" + }, + "casing=false,facing=north,part=end,slope=vertical": { + "model": "create:block/belt/particle", + "x": 90, + "y": 180 + }, + "casing=false,facing=north,part=middle,slope=downward": { + "model": "create:block/belt/particle", + "y": 180 + }, + "casing=false,facing=north,part=middle,slope=horizontal": { + "model": "create:block/belt/particle", + "y": 180 + }, "casing=false,facing=north,part=middle,slope=sideways": { "model": "create:block/belt/particle", "x": 180, "y": 180 }, - "casing=true,facing=north,part=middle,slope=sideways": { - "model": "create:block/belt_casing/sideways_middle", + "casing=false,facing=north,part=middle,slope=upward": { + "model": "create:block/belt/particle" + }, + "casing=false,facing=north,part=middle,slope=vertical": { + "model": "create:block/belt/particle", + "x": 90, + "y": 180 + }, + "casing=false,facing=north,part=pulley,slope=downward": { + "model": "create:block/belt/particle", + "y": 180 + }, + "casing=false,facing=north,part=pulley,slope=horizontal": { + "model": "create:block/belt/particle", + "y": 180 + }, + "casing=false,facing=north,part=pulley,slope=sideways": { + "model": "create:block/belt/particle", "x": 180, "y": 180 }, + "casing=false,facing=north,part=pulley,slope=upward": { + "model": "create:block/belt/particle" + }, + "casing=false,facing=north,part=pulley,slope=vertical": { + "model": "create:block/belt/particle", + "x": 90, + "y": 180 + }, + "casing=false,facing=north,part=start,slope=downward": { + "model": "create:block/belt/particle", + "y": 180 + }, + "casing=false,facing=north,part=start,slope=horizontal": { + "model": "create:block/belt/particle", + "y": 180 + }, + "casing=false,facing=north,part=start,slope=sideways": { + "model": "create:block/belt/particle", + "x": 180, + "y": 180 + }, + "casing=false,facing=north,part=start,slope=upward": { + "model": "create:block/belt/particle" + }, + "casing=false,facing=north,part=start,slope=vertical": { + "model": "create:block/belt/particle", + "x": 90, + "y": 180 + }, + "casing=false,facing=south,part=end,slope=downward": { + "model": "create:block/belt/particle" + }, + "casing=false,facing=south,part=end,slope=horizontal": { + "model": "create:block/belt/particle" + }, + "casing=false,facing=south,part=end,slope=sideways": { + "model": "create:block/belt/particle" + }, + "casing=false,facing=south,part=end,slope=upward": { + "model": "create:block/belt/particle", + "y": 180 + }, + "casing=false,facing=south,part=end,slope=vertical": { + "model": "create:block/belt/particle", + "x": 90 + }, + "casing=false,facing=south,part=middle,slope=downward": { + "model": "create:block/belt/particle" + }, + "casing=false,facing=south,part=middle,slope=horizontal": { + "model": "create:block/belt/particle" + }, "casing=false,facing=south,part=middle,slope=sideways": { "model": "create:block/belt/particle" }, - "casing=true,facing=south,part=middle,slope=sideways": { - "model": "create:block/belt_casing/sideways_middle" + "casing=false,facing=south,part=middle,slope=upward": { + "model": "create:block/belt/particle", + "y": 180 + }, + "casing=false,facing=south,part=middle,slope=vertical": { + "model": "create:block/belt/particle", + "x": 90 + }, + "casing=false,facing=south,part=pulley,slope=downward": { + "model": "create:block/belt/particle" + }, + "casing=false,facing=south,part=pulley,slope=horizontal": { + "model": "create:block/belt/particle" + }, + "casing=false,facing=south,part=pulley,slope=sideways": { + "model": "create:block/belt/particle" + }, + "casing=false,facing=south,part=pulley,slope=upward": { + "model": "create:block/belt/particle", + "y": 180 + }, + "casing=false,facing=south,part=pulley,slope=vertical": { + "model": "create:block/belt/particle", + "x": 90 + }, + "casing=false,facing=south,part=start,slope=downward": { + "model": "create:block/belt/particle" + }, + "casing=false,facing=south,part=start,slope=horizontal": { + "model": "create:block/belt/particle" + }, + "casing=false,facing=south,part=start,slope=sideways": { + "model": "create:block/belt/particle" + }, + "casing=false,facing=south,part=start,slope=upward": { + "model": "create:block/belt/particle", + "y": 180 + }, + "casing=false,facing=south,part=start,slope=vertical": { + "model": "create:block/belt/particle", + "x": 90 + }, + "casing=false,facing=west,part=end,slope=downward": { + "model": "create:block/belt/particle", + "y": 90 + }, + "casing=false,facing=west,part=end,slope=horizontal": { + "model": "create:block/belt/particle", + "y": 90 + }, + "casing=false,facing=west,part=end,slope=sideways": { + "model": "create:block/belt/particle", + "x": 180, + "y": 90 + }, + "casing=false,facing=west,part=end,slope=upward": { + "model": "create:block/belt/particle", + "y": 270 + }, + "casing=false,facing=west,part=end,slope=vertical": { + "model": "create:block/belt/particle", + "x": 90, + "y": 90 + }, + "casing=false,facing=west,part=middle,slope=downward": { + "model": "create:block/belt/particle", + "y": 90 + }, + "casing=false,facing=west,part=middle,slope=horizontal": { + "model": "create:block/belt/particle", + "y": 90 }, "casing=false,facing=west,part=middle,slope=sideways": { "model": "create:block/belt/particle", "x": 180, "y": 90 }, - "casing=true,facing=west,part=middle,slope=sideways": { - "model": "create:block/belt_casing/sideways_middle", + "casing=false,facing=west,part=middle,slope=upward": { + "model": "create:block/belt/particle", + "y": 270 + }, + "casing=false,facing=west,part=middle,slope=vertical": { + "model": "create:block/belt/particle", + "x": 90, + "y": 90 + }, + "casing=false,facing=west,part=pulley,slope=downward": { + "model": "create:block/belt/particle", + "y": 90 + }, + "casing=false,facing=west,part=pulley,slope=horizontal": { + "model": "create:block/belt/particle", + "y": 90 + }, + "casing=false,facing=west,part=pulley,slope=sideways": { + "model": "create:block/belt/particle", "x": 180, "y": 90 }, - "casing=false,facing=east,part=middle,slope=sideways": { + "casing=false,facing=west,part=pulley,slope=upward": { "model": "create:block/belt/particle", "y": 270 }, + "casing=false,facing=west,part=pulley,slope=vertical": { + "model": "create:block/belt/particle", + "x": 90, + "y": 90 + }, + "casing=false,facing=west,part=start,slope=downward": { + "model": "create:block/belt/particle", + "y": 90 + }, + "casing=false,facing=west,part=start,slope=horizontal": { + "model": "create:block/belt/particle", + "y": 90 + }, + "casing=false,facing=west,part=start,slope=sideways": { + "model": "create:block/belt/particle", + "x": 180, + "y": 90 + }, + "casing=false,facing=west,part=start,slope=upward": { + "model": "create:block/belt/particle", + "y": 270 + }, + "casing=false,facing=west,part=start,slope=vertical": { + "model": "create:block/belt/particle", + "x": 90, + "y": 90 + }, + "casing=true,facing=east,part=end,slope=downward": { + "model": "create:block/belt_casing/diagonal_start", + "y": 270 + }, + "casing=true,facing=east,part=end,slope=horizontal": { + "model": "create:block/belt_casing/horizontal_end", + "y": 270 + }, + "casing=true,facing=east,part=end,slope=sideways": { + "model": "create:block/belt_casing/sideways_end", + "y": 270 + }, + "casing=true,facing=east,part=end,slope=upward": { + "model": "create:block/belt_casing/diagonal_end", + "y": 90 + }, + "casing=true,facing=east,part=end,slope=vertical": { + "model": "create:block/belt_casing/sideways_end", + "x": 90 + }, + "casing=true,facing=east,part=middle,slope=downward": { + "model": "create:block/belt_casing/diagonal_middle", + "y": 270 + }, + "casing=true,facing=east,part=middle,slope=horizontal": { + "model": "create:block/belt_casing/horizontal_middle", + "y": 270 + }, "casing=true,facing=east,part=middle,slope=sideways": { "model": "create:block/belt_casing/sideways_middle", "y": 270 }, - "casing=false,facing=north,part=end,slope=sideways": { - "model": "create:block/belt/particle", - "x": 180, + "casing=true,facing=east,part=middle,slope=upward": { + "model": "create:block/belt_casing/diagonal_middle", + "y": 90 + }, + "casing=true,facing=east,part=middle,slope=vertical": { + "model": "create:block/belt_casing/sideways_middle", + "x": 90 + }, + "casing=true,facing=east,part=pulley,slope=downward": { + "model": "create:block/belt_casing/diagonal_pulley", + "y": 270 + }, + "casing=true,facing=east,part=pulley,slope=horizontal": { + "model": "create:block/belt_casing/horizontal_pulley", + "y": 270 + }, + "casing=true,facing=east,part=pulley,slope=sideways": { + "model": "create:block/belt_casing/sideways_pulley", + "y": 270 + }, + "casing=true,facing=east,part=pulley,slope=upward": { + "model": "create:block/belt_casing/diagonal_pulley", + "y": 90 + }, + "casing=true,facing=east,part=pulley,slope=vertical": { + "model": "create:block/belt_casing/sideways_pulley", + "x": 90 + }, + "casing=true,facing=east,part=start,slope=downward": { + "model": "create:block/belt_casing/diagonal_end", + "y": 270 + }, + "casing=true,facing=east,part=start,slope=horizontal": { + "model": "create:block/belt_casing/horizontal_start", + "y": 270 + }, + "casing=true,facing=east,part=start,slope=sideways": { + "model": "create:block/belt_casing/sideways_start", + "y": 270 + }, + "casing=true,facing=east,part=start,slope=upward": { + "model": "create:block/belt_casing/diagonal_start", + "y": 90 + }, + "casing=true,facing=east,part=start,slope=vertical": { + "model": "create:block/belt_casing/sideways_start", + "x": 90 + }, + "casing=true,facing=north,part=end,slope=downward": { + "model": "create:block/belt_casing/diagonal_start", + "y": 180 + }, + "casing=true,facing=north,part=end,slope=horizontal": { + "model": "create:block/belt_casing/horizontal_end", "y": 180 }, "casing=true,facing=north,part=end,slope=sideways": { @@ -590,33 +417,41 @@ "x": 180, "y": 180 }, - "casing=false,facing=south,part=end,slope=sideways": { - "model": "create:block/belt/particle" + "casing=true,facing=north,part=end,slope=upward": { + "model": "create:block/belt_casing/diagonal_end" }, - "casing=true,facing=south,part=end,slope=sideways": { - "model": "create:block/belt_casing/sideways_end" - }, - "casing=false,facing=west,part=end,slope=sideways": { - "model": "create:block/belt/particle", - "x": 180, - "y": 90 - }, - "casing=true,facing=west,part=end,slope=sideways": { + "casing=true,facing=north,part=end,slope=vertical": { "model": "create:block/belt_casing/sideways_start", - "x": 180, - "y": 90 - }, - "casing=false,facing=east,part=end,slope=sideways": { - "model": "create:block/belt/particle", + "x": 90, "y": 270 }, - "casing=true,facing=east,part=end,slope=sideways": { - "model": "create:block/belt_casing/sideways_end", + "casing=true,facing=north,part=middle,slope=downward": { + "model": "create:block/belt_casing/diagonal_middle", + "y": 180 + }, + "casing=true,facing=north,part=middle,slope=horizontal": { + "model": "create:block/belt_casing/horizontal_middle", + "y": 180 + }, + "casing=true,facing=north,part=middle,slope=sideways": { + "model": "create:block/belt_casing/sideways_middle", + "x": 180, + "y": 180 + }, + "casing=true,facing=north,part=middle,slope=upward": { + "model": "create:block/belt_casing/diagonal_middle" + }, + "casing=true,facing=north,part=middle,slope=vertical": { + "model": "create:block/belt_casing/sideways_middle", + "x": 90, "y": 270 }, - "casing=false,facing=north,part=pulley,slope=sideways": { - "model": "create:block/belt/particle", - "x": 180, + "casing=true,facing=north,part=pulley,slope=downward": { + "model": "create:block/belt_casing/diagonal_pulley", + "y": 180 + }, + "casing=true,facing=north,part=pulley,slope=horizontal": { + "model": "create:block/belt_casing/horizontal_pulley", "y": 180 }, "casing=true,facing=north,part=pulley,slope=sideways": { @@ -624,29 +459,194 @@ "x": 180, "y": 180 }, - "casing=false,facing=south,part=pulley,slope=sideways": { - "model": "create:block/belt/particle" + "casing=true,facing=north,part=pulley,slope=upward": { + "model": "create:block/belt_casing/diagonal_pulley" + }, + "casing=true,facing=north,part=pulley,slope=vertical": { + "model": "create:block/belt_casing/sideways_pulley", + "x": 90, + "y": 270 + }, + "casing=true,facing=north,part=start,slope=downward": { + "model": "create:block/belt_casing/diagonal_end", + "y": 180 + }, + "casing=true,facing=north,part=start,slope=horizontal": { + "model": "create:block/belt_casing/horizontal_start", + "y": 180 + }, + "casing=true,facing=north,part=start,slope=sideways": { + "model": "create:block/belt_casing/sideways_end", + "x": 180, + "y": 180 + }, + "casing=true,facing=north,part=start,slope=upward": { + "model": "create:block/belt_casing/diagonal_start" + }, + "casing=true,facing=north,part=start,slope=vertical": { + "model": "create:block/belt_casing/sideways_end", + "x": 90, + "y": 270 + }, + "casing=true,facing=south,part=end,slope=downward": { + "model": "create:block/belt_casing/diagonal_start" + }, + "casing=true,facing=south,part=end,slope=horizontal": { + "model": "create:block/belt_casing/horizontal_end" + }, + "casing=true,facing=south,part=end,slope=sideways": { + "model": "create:block/belt_casing/sideways_end" + }, + "casing=true,facing=south,part=end,slope=upward": { + "model": "create:block/belt_casing/diagonal_end", + "y": 180 + }, + "casing=true,facing=south,part=end,slope=vertical": { + "model": "create:block/belt_casing/sideways_end", + "x": 90, + "y": 90 + }, + "casing=true,facing=south,part=middle,slope=downward": { + "model": "create:block/belt_casing/diagonal_middle" + }, + "casing=true,facing=south,part=middle,slope=horizontal": { + "model": "create:block/belt_casing/horizontal_middle" + }, + "casing=true,facing=south,part=middle,slope=sideways": { + "model": "create:block/belt_casing/sideways_middle" + }, + "casing=true,facing=south,part=middle,slope=upward": { + "model": "create:block/belt_casing/diagonal_middle", + "y": 180 + }, + "casing=true,facing=south,part=middle,slope=vertical": { + "model": "create:block/belt_casing/sideways_middle", + "x": 90, + "y": 90 + }, + "casing=true,facing=south,part=pulley,slope=downward": { + "model": "create:block/belt_casing/diagonal_pulley" + }, + "casing=true,facing=south,part=pulley,slope=horizontal": { + "model": "create:block/belt_casing/horizontal_pulley" }, "casing=true,facing=south,part=pulley,slope=sideways": { "model": "create:block/belt_casing/sideways_pulley" }, - "casing=false,facing=west,part=pulley,slope=sideways": { - "model": "create:block/belt/particle", + "casing=true,facing=south,part=pulley,slope=upward": { + "model": "create:block/belt_casing/diagonal_pulley", + "y": 180 + }, + "casing=true,facing=south,part=pulley,slope=vertical": { + "model": "create:block/belt_casing/sideways_pulley", + "x": 90, + "y": 90 + }, + "casing=true,facing=south,part=start,slope=downward": { + "model": "create:block/belt_casing/diagonal_end" + }, + "casing=true,facing=south,part=start,slope=horizontal": { + "model": "create:block/belt_casing/horizontal_start" + }, + "casing=true,facing=south,part=start,slope=sideways": { + "model": "create:block/belt_casing/sideways_start" + }, + "casing=true,facing=south,part=start,slope=upward": { + "model": "create:block/belt_casing/diagonal_start", + "y": 180 + }, + "casing=true,facing=south,part=start,slope=vertical": { + "model": "create:block/belt_casing/sideways_start", + "x": 90, + "y": 90 + }, + "casing=true,facing=west,part=end,slope=downward": { + "model": "create:block/belt_casing/diagonal_start", + "y": 90 + }, + "casing=true,facing=west,part=end,slope=horizontal": { + "model": "create:block/belt_casing/horizontal_end", + "y": 90 + }, + "casing=true,facing=west,part=end,slope=sideways": { + "model": "create:block/belt_casing/sideways_start", "x": 180, "y": 90 }, + "casing=true,facing=west,part=end,slope=upward": { + "model": "create:block/belt_casing/diagonal_end", + "y": 270 + }, + "casing=true,facing=west,part=end,slope=vertical": { + "model": "create:block/belt_casing/sideways_start", + "x": 90, + "y": 180 + }, + "casing=true,facing=west,part=middle,slope=downward": { + "model": "create:block/belt_casing/diagonal_middle", + "y": 90 + }, + "casing=true,facing=west,part=middle,slope=horizontal": { + "model": "create:block/belt_casing/horizontal_middle", + "y": 90 + }, + "casing=true,facing=west,part=middle,slope=sideways": { + "model": "create:block/belt_casing/sideways_middle", + "x": 180, + "y": 90 + }, + "casing=true,facing=west,part=middle,slope=upward": { + "model": "create:block/belt_casing/diagonal_middle", + "y": 270 + }, + "casing=true,facing=west,part=middle,slope=vertical": { + "model": "create:block/belt_casing/sideways_middle", + "x": 90, + "y": 180 + }, + "casing=true,facing=west,part=pulley,slope=downward": { + "model": "create:block/belt_casing/diagonal_pulley", + "y": 90 + }, + "casing=true,facing=west,part=pulley,slope=horizontal": { + "model": "create:block/belt_casing/horizontal_pulley", + "y": 90 + }, "casing=true,facing=west,part=pulley,slope=sideways": { "model": "create:block/belt_casing/sideways_pulley", "x": 180, "y": 90 }, - "casing=false,facing=east,part=pulley,slope=sideways": { - "model": "create:block/belt/particle", + "casing=true,facing=west,part=pulley,slope=upward": { + "model": "create:block/belt_casing/diagonal_pulley", "y": 270 }, - "casing=true,facing=east,part=pulley,slope=sideways": { + "casing=true,facing=west,part=pulley,slope=vertical": { "model": "create:block/belt_casing/sideways_pulley", + "x": 90, + "y": 180 + }, + "casing=true,facing=west,part=start,slope=downward": { + "model": "create:block/belt_casing/diagonal_end", + "y": 90 + }, + "casing=true,facing=west,part=start,slope=horizontal": { + "model": "create:block/belt_casing/horizontal_start", + "y": 90 + }, + "casing=true,facing=west,part=start,slope=sideways": { + "model": "create:block/belt_casing/sideways_end", + "x": 180, + "y": 90 + }, + "casing=true,facing=west,part=start,slope=upward": { + "model": "create:block/belt_casing/diagonal_start", "y": 270 + }, + "casing=true,facing=west,part=start,slope=vertical": { + "model": "create:block/belt_casing/sideways_end", + "x": 90, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/birch_window_pane.json b/src/generated/resources/assets/create/blockstates/birch_window_pane.json index 63d3598a6d..cda0ea1174 100644 --- a/src/generated/resources/assets/create/blockstates/birch_window_pane.json +++ b/src/generated/resources/assets/create/blockstates/birch_window_pane.json @@ -6,71 +6,71 @@ } }, { - "when": { - "north": "true" - }, "apply": { "model": "create:block/birch_window_pane_side" + }, + "when": { + "north": "true" } }, { - "when": { - "north": "false" - }, "apply": { "model": "create:block/birch_window_pane_noside" + }, + "when": { + "north": "false" } }, { - "when": { - "south": "true" - }, "apply": { "model": "create:block/birch_window_pane_side_alt" + }, + "when": { + "south": "true" } }, { - "when": { - "south": "false" - }, "apply": { "model": "create:block/birch_window_pane_noside_alt", "y": 90 + }, + "when": { + "south": "false" } }, { - "when": { - "west": "true" - }, "apply": { "model": "create:block/birch_window_pane_side_alt", "y": 90 + }, + "when": { + "west": "true" } }, { - "when": { - "west": "false" - }, "apply": { "model": "create:block/birch_window_pane_noside", "y": 270 + }, + "when": { + "west": "false" } }, { - "when": { - "east": "true" - }, "apply": { "model": "create:block/birch_window_pane_side", "y": 90 + }, + "when": { + "east": "true" } }, { - "when": { - "east": "false" - }, "apply": { "model": "create:block/birch_window_pane_noside_alt" + }, + "when": { + "east": "false" } } ] diff --git a/src/generated/resources/assets/create/blockstates/black_nixie_tube.json b/src/generated/resources/assets/create/blockstates/black_nixie_tube.json index d2031573ae..af307d35e0 100644 --- a/src/generated/resources/assets/create/blockstates/black_nixie_tube.json +++ b/src/generated/resources/assets/create/blockstates/black_nixie_tube.json @@ -1,135 +1,112 @@ { "variants": { - "double_face=floor,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=false": { "model": "create:block/black_nixie_tube", - "y": 180 + "x": 180, + "y": 270 }, - "double_face=wall,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=true": { "model": "create:block/black_nixie_tube", - "x": 90 - }, - "double_face=wall_reversed,facing=north,waterlogged=false": { - "model": "create:block/black_nixie_tube", - "x": 90 + "x": 180, + "y": 270 }, "double_face=ceiling,facing=north,waterlogged=false": { "model": "create:block/black_nixie_tube", "x": 180, "y": 180 }, - "double_face=floor,facing=south,waterlogged=false": { - "model": "create:block/black_nixie_tube" - }, - "double_face=wall,facing=south,waterlogged=false": { + "double_face=ceiling,facing=north,waterlogged=true": { "model": "create:block/black_nixie_tube", - "x": 90, - "y": 180 - }, - "double_face=wall_reversed,facing=south,waterlogged=false": { - "model": "create:block/black_nixie_tube", - "x": 90, + "x": 180, "y": 180 }, "double_face=ceiling,facing=south,waterlogged=false": { "model": "create:block/black_nixie_tube", "x": 180 }, - "double_face=floor,facing=west,waterlogged=false": { + "double_face=ceiling,facing=south,waterlogged=true": { "model": "create:block/black_nixie_tube", - "y": 90 - }, - "double_face=wall,facing=west,waterlogged=false": { - "model": "create:block/black_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=wall_reversed,facing=west,waterlogged=false": { - "model": "create:block/black_nixie_tube", - "x": 90, - "y": 270 + "x": 180 }, "double_face=ceiling,facing=west,waterlogged=false": { "model": "create:block/black_nixie_tube", "x": 180, "y": 90 }, + "double_face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/black_nixie_tube", + "x": 180, + "y": 90 + }, "double_face=floor,facing=east,waterlogged=false": { "model": "create:block/black_nixie_tube", "y": 270 }, - "double_face=wall,facing=east,waterlogged=false": { + "double_face=floor,facing=east,waterlogged=true": { "model": "create:block/black_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=wall_reversed,facing=east,waterlogged=false": { - "model": "create:block/black_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/black_nixie_tube", - "x": 180, "y": 270 }, + "double_face=floor,facing=north,waterlogged=false": { + "model": "create:block/black_nixie_tube", + "y": 180 + }, "double_face=floor,facing=north,waterlogged=true": { "model": "create:block/black_nixie_tube", "y": 180 }, + "double_face=floor,facing=south,waterlogged=false": { + "model": "create:block/black_nixie_tube" + }, + "double_face=floor,facing=south,waterlogged=true": { + "model": "create:block/black_nixie_tube" + }, + "double_face=floor,facing=west,waterlogged=false": { + "model": "create:block/black_nixie_tube", + "y": 90 + }, + "double_face=floor,facing=west,waterlogged=true": { + "model": "create:block/black_nixie_tube", + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=false": { + "model": "create:block/black_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=true": { + "model": "create:block/black_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=north,waterlogged=false": { + "model": "create:block/black_nixie_tube", + "x": 90 + }, "double_face=wall,facing=north,waterlogged=true": { "model": "create:block/black_nixie_tube", "x": 90 }, - "double_face=wall_reversed,facing=north,waterlogged=true": { + "double_face=wall,facing=south,waterlogged=false": { "model": "create:block/black_nixie_tube", - "x": 90 - }, - "double_face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/black_nixie_tube", - "x": 180, + "x": 90, "y": 180 }, - "double_face=floor,facing=south,waterlogged=true": { - "model": "create:block/black_nixie_tube" - }, "double_face=wall,facing=south,waterlogged=true": { "model": "create:block/black_nixie_tube", "x": 90, "y": 180 }, - "double_face=wall_reversed,facing=south,waterlogged=true": { + "double_face=wall,facing=west,waterlogged=false": { "model": "create:block/black_nixie_tube", "x": 90, - "y": 180 - }, - "double_face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/black_nixie_tube", - "x": 180 - }, - "double_face=floor,facing=west,waterlogged=true": { - "model": "create:block/black_nixie_tube", - "y": 90 + "y": 270 }, "double_face=wall,facing=west,waterlogged=true": { "model": "create:block/black_nixie_tube", "x": 90, "y": 270 }, - "double_face=wall_reversed,facing=west,waterlogged=true": { - "model": "create:block/black_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/black_nixie_tube", - "x": 180, - "y": 90 - }, - "double_face=floor,facing=east,waterlogged=true": { - "model": "create:block/black_nixie_tube", - "y": 270 - }, - "double_face=wall,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=east,waterlogged=false": { "model": "create:block/black_nixie_tube", "x": 90, "y": 90 @@ -139,9 +116,32 @@ "x": 90, "y": 90 }, - "double_face=ceiling,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=north,waterlogged=false": { "model": "create:block/black_nixie_tube", - "x": 180, + "x": 90 + }, + "double_face=wall_reversed,facing=north,waterlogged=true": { + "model": "create:block/black_nixie_tube", + "x": 90 + }, + "double_face=wall_reversed,facing=south,waterlogged=false": { + "model": "create:block/black_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=south,waterlogged=true": { + "model": "create:block/black_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=west,waterlogged=false": { + "model": "create:block/black_nixie_tube", + "x": 90, + "y": 270 + }, + "double_face=wall_reversed,facing=west,waterlogged=true": { + "model": "create:block/black_nixie_tube", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/black_sail.json b/src/generated/resources/assets/create/blockstates/black_sail.json index 04c433e996..95096ef3b0 100644 --- a/src/generated/resources/assets/create/blockstates/black_sail.json +++ b/src/generated/resources/assets/create/blockstates/black_sail.json @@ -4,8 +4,10 @@ "model": "create:block/black_sail", "x": 180 }, - "facing=up": { - "model": "create:block/black_sail" + "facing=east": { + "model": "create:block/black_sail", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/black_sail", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/black_sail" + }, "facing=west": { "model": "create:block/black_sail", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/black_sail", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/black_toolbox.json b/src/generated/resources/assets/create/blockstates/black_toolbox.json index 9641add4d2..d6bea172cd 100644 --- a/src/generated/resources/assets/create/blockstates/black_toolbox.json +++ b/src/generated/resources/assets/create/blockstates/black_toolbox.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/black_toolbox", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/black_toolbox", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/black_toolbox" }, + "facing=north,waterlogged=true": { + "model": "create:block/black_toolbox" + }, "facing=south,waterlogged=false": { "model": "create:block/black_toolbox", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/black_toolbox", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/black_toolbox", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/black_toolbox", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/black_toolbox" - }, - "facing=south,waterlogged=true": { - "model": "create:block/black_toolbox", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/black_toolbox", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/black_toolbox", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/black_valve_handle.json b/src/generated/resources/assets/create/blockstates/black_valve_handle.json index ab5f48af83..e0f429ce90 100644 --- a/src/generated/resources/assets/create/blockstates/black_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/black_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/black_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/black_valve_handle" + "facing=east": { + "model": "create:block/black_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/black_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/black_valve_handle" + }, "facing=west": { "model": "create:block/black_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/black_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/blue_nixie_tube.json b/src/generated/resources/assets/create/blockstates/blue_nixie_tube.json index e2ef98fac3..ab010c4023 100644 --- a/src/generated/resources/assets/create/blockstates/blue_nixie_tube.json +++ b/src/generated/resources/assets/create/blockstates/blue_nixie_tube.json @@ -1,135 +1,112 @@ { "variants": { - "double_face=floor,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=false": { "model": "create:block/blue_nixie_tube", - "y": 180 + "x": 180, + "y": 270 }, - "double_face=wall,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=true": { "model": "create:block/blue_nixie_tube", - "x": 90 - }, - "double_face=wall_reversed,facing=north,waterlogged=false": { - "model": "create:block/blue_nixie_tube", - "x": 90 + "x": 180, + "y": 270 }, "double_face=ceiling,facing=north,waterlogged=false": { "model": "create:block/blue_nixie_tube", "x": 180, "y": 180 }, - "double_face=floor,facing=south,waterlogged=false": { - "model": "create:block/blue_nixie_tube" - }, - "double_face=wall,facing=south,waterlogged=false": { + "double_face=ceiling,facing=north,waterlogged=true": { "model": "create:block/blue_nixie_tube", - "x": 90, - "y": 180 - }, - "double_face=wall_reversed,facing=south,waterlogged=false": { - "model": "create:block/blue_nixie_tube", - "x": 90, + "x": 180, "y": 180 }, "double_face=ceiling,facing=south,waterlogged=false": { "model": "create:block/blue_nixie_tube", "x": 180 }, - "double_face=floor,facing=west,waterlogged=false": { + "double_face=ceiling,facing=south,waterlogged=true": { "model": "create:block/blue_nixie_tube", - "y": 90 - }, - "double_face=wall,facing=west,waterlogged=false": { - "model": "create:block/blue_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=wall_reversed,facing=west,waterlogged=false": { - "model": "create:block/blue_nixie_tube", - "x": 90, - "y": 270 + "x": 180 }, "double_face=ceiling,facing=west,waterlogged=false": { "model": "create:block/blue_nixie_tube", "x": 180, "y": 90 }, + "double_face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/blue_nixie_tube", + "x": 180, + "y": 90 + }, "double_face=floor,facing=east,waterlogged=false": { "model": "create:block/blue_nixie_tube", "y": 270 }, - "double_face=wall,facing=east,waterlogged=false": { + "double_face=floor,facing=east,waterlogged=true": { "model": "create:block/blue_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=wall_reversed,facing=east,waterlogged=false": { - "model": "create:block/blue_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/blue_nixie_tube", - "x": 180, "y": 270 }, + "double_face=floor,facing=north,waterlogged=false": { + "model": "create:block/blue_nixie_tube", + "y": 180 + }, "double_face=floor,facing=north,waterlogged=true": { "model": "create:block/blue_nixie_tube", "y": 180 }, + "double_face=floor,facing=south,waterlogged=false": { + "model": "create:block/blue_nixie_tube" + }, + "double_face=floor,facing=south,waterlogged=true": { + "model": "create:block/blue_nixie_tube" + }, + "double_face=floor,facing=west,waterlogged=false": { + "model": "create:block/blue_nixie_tube", + "y": 90 + }, + "double_face=floor,facing=west,waterlogged=true": { + "model": "create:block/blue_nixie_tube", + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=false": { + "model": "create:block/blue_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=true": { + "model": "create:block/blue_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=north,waterlogged=false": { + "model": "create:block/blue_nixie_tube", + "x": 90 + }, "double_face=wall,facing=north,waterlogged=true": { "model": "create:block/blue_nixie_tube", "x": 90 }, - "double_face=wall_reversed,facing=north,waterlogged=true": { + "double_face=wall,facing=south,waterlogged=false": { "model": "create:block/blue_nixie_tube", - "x": 90 - }, - "double_face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/blue_nixie_tube", - "x": 180, + "x": 90, "y": 180 }, - "double_face=floor,facing=south,waterlogged=true": { - "model": "create:block/blue_nixie_tube" - }, "double_face=wall,facing=south,waterlogged=true": { "model": "create:block/blue_nixie_tube", "x": 90, "y": 180 }, - "double_face=wall_reversed,facing=south,waterlogged=true": { + "double_face=wall,facing=west,waterlogged=false": { "model": "create:block/blue_nixie_tube", "x": 90, - "y": 180 - }, - "double_face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/blue_nixie_tube", - "x": 180 - }, - "double_face=floor,facing=west,waterlogged=true": { - "model": "create:block/blue_nixie_tube", - "y": 90 + "y": 270 }, "double_face=wall,facing=west,waterlogged=true": { "model": "create:block/blue_nixie_tube", "x": 90, "y": 270 }, - "double_face=wall_reversed,facing=west,waterlogged=true": { - "model": "create:block/blue_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/blue_nixie_tube", - "x": 180, - "y": 90 - }, - "double_face=floor,facing=east,waterlogged=true": { - "model": "create:block/blue_nixie_tube", - "y": 270 - }, - "double_face=wall,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=east,waterlogged=false": { "model": "create:block/blue_nixie_tube", "x": 90, "y": 90 @@ -139,9 +116,32 @@ "x": 90, "y": 90 }, - "double_face=ceiling,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=north,waterlogged=false": { "model": "create:block/blue_nixie_tube", - "x": 180, + "x": 90 + }, + "double_face=wall_reversed,facing=north,waterlogged=true": { + "model": "create:block/blue_nixie_tube", + "x": 90 + }, + "double_face=wall_reversed,facing=south,waterlogged=false": { + "model": "create:block/blue_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=south,waterlogged=true": { + "model": "create:block/blue_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=west,waterlogged=false": { + "model": "create:block/blue_nixie_tube", + "x": 90, + "y": 270 + }, + "double_face=wall_reversed,facing=west,waterlogged=true": { + "model": "create:block/blue_nixie_tube", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/blue_sail.json b/src/generated/resources/assets/create/blockstates/blue_sail.json index bbd4eb965c..b38d7b229a 100644 --- a/src/generated/resources/assets/create/blockstates/blue_sail.json +++ b/src/generated/resources/assets/create/blockstates/blue_sail.json @@ -4,8 +4,10 @@ "model": "create:block/blue_sail", "x": 180 }, - "facing=up": { - "model": "create:block/blue_sail" + "facing=east": { + "model": "create:block/blue_sail", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/blue_sail", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/blue_sail" + }, "facing=west": { "model": "create:block/blue_sail", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/blue_sail", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/blue_toolbox.json b/src/generated/resources/assets/create/blockstates/blue_toolbox.json index 3f3aa455ce..6ba5af6135 100644 --- a/src/generated/resources/assets/create/blockstates/blue_toolbox.json +++ b/src/generated/resources/assets/create/blockstates/blue_toolbox.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/blue_toolbox", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/blue_toolbox", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/blue_toolbox" }, + "facing=north,waterlogged=true": { + "model": "create:block/blue_toolbox" + }, "facing=south,waterlogged=false": { "model": "create:block/blue_toolbox", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/blue_toolbox", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/blue_toolbox", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/blue_toolbox", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/blue_toolbox" - }, - "facing=south,waterlogged=true": { - "model": "create:block/blue_toolbox", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/blue_toolbox", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/blue_toolbox", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/blue_valve_handle.json b/src/generated/resources/assets/create/blockstates/blue_valve_handle.json index fa05f73c2f..427ba9845c 100644 --- a/src/generated/resources/assets/create/blockstates/blue_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/blue_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/blue_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/blue_valve_handle" + "facing=east": { + "model": "create:block/blue_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/blue_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/blue_valve_handle" + }, "facing=west": { "model": "create:block/blue_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/blue_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/brass_belt_funnel.json b/src/generated/resources/assets/create/blockstates/brass_belt_funnel.json index f4466bfb26..2e22faa407 100644 --- a/src/generated/resources/assets/create/blockstates/brass_belt_funnel.json +++ b/src/generated/resources/assets/create/blockstates/brass_belt_funnel.json @@ -1,30 +1,32 @@ { "variants": { - "facing=north,powered=false,shape=retracted": { - "model": "create:block/brass_belt_funnel_retracted" + "facing=east,powered=false,shape=extended": { + "model": "create:block/brass_belt_funnel_extended", + "y": 90 }, - "facing=south,powered=false,shape=retracted": { - "model": "create:block/brass_belt_funnel_retracted", - "y": 180 + "facing=east,powered=false,shape=pulling": { + "model": "create:block/brass_belt_funnel_pulling", + "y": 90 }, - "facing=west,powered=false,shape=retracted": { - "model": "create:block/brass_belt_funnel_retracted", - "y": 270 + "facing=east,powered=false,shape=pushing": { + "model": "create:block/brass_belt_funnel_pushing", + "y": 90 }, "facing=east,powered=false,shape=retracted": { "model": "create:block/brass_belt_funnel_retracted", "y": 90 }, - "facing=north,powered=true,shape=retracted": { - "model": "create:block/brass_belt_funnel_retracted_powered" + "facing=east,powered=true,shape=extended": { + "model": "create:block/brass_belt_funnel_extended_powered", + "y": 90 }, - "facing=south,powered=true,shape=retracted": { - "model": "create:block/brass_belt_funnel_retracted_powered", - "y": 180 + "facing=east,powered=true,shape=pulling": { + "model": "create:block/brass_belt_funnel_pulling_powered", + "y": 90 }, - "facing=west,powered=true,shape=retracted": { - "model": "create:block/brass_belt_funnel_retracted_powered", - "y": 270 + "facing=east,powered=true,shape=pushing": { + "model": "create:block/brass_belt_funnel_pushing_powered", + "y": 90 }, "facing=east,powered=true,shape=retracted": { "model": "create:block/brass_belt_funnel_retracted_powered", @@ -33,92 +35,90 @@ "facing=north,powered=false,shape=extended": { "model": "create:block/brass_belt_funnel_extended" }, + "facing=north,powered=false,shape=pulling": { + "model": "create:block/brass_belt_funnel_pulling" + }, + "facing=north,powered=false,shape=pushing": { + "model": "create:block/brass_belt_funnel_pushing" + }, + "facing=north,powered=false,shape=retracted": { + "model": "create:block/brass_belt_funnel_retracted" + }, + "facing=north,powered=true,shape=extended": { + "model": "create:block/brass_belt_funnel_extended_powered" + }, + "facing=north,powered=true,shape=pulling": { + "model": "create:block/brass_belt_funnel_pulling_powered" + }, + "facing=north,powered=true,shape=pushing": { + "model": "create:block/brass_belt_funnel_pushing_powered" + }, + "facing=north,powered=true,shape=retracted": { + "model": "create:block/brass_belt_funnel_retracted_powered" + }, "facing=south,powered=false,shape=extended": { "model": "create:block/brass_belt_funnel_extended", "y": 180 }, + "facing=south,powered=false,shape=pulling": { + "model": "create:block/brass_belt_funnel_pulling", + "y": 180 + }, + "facing=south,powered=false,shape=pushing": { + "model": "create:block/brass_belt_funnel_pushing", + "y": 180 + }, + "facing=south,powered=false,shape=retracted": { + "model": "create:block/brass_belt_funnel_retracted", + "y": 180 + }, + "facing=south,powered=true,shape=extended": { + "model": "create:block/brass_belt_funnel_extended_powered", + "y": 180 + }, + "facing=south,powered=true,shape=pulling": { + "model": "create:block/brass_belt_funnel_pulling_powered", + "y": 180 + }, + "facing=south,powered=true,shape=pushing": { + "model": "create:block/brass_belt_funnel_pushing_powered", + "y": 180 + }, + "facing=south,powered=true,shape=retracted": { + "model": "create:block/brass_belt_funnel_retracted_powered", + "y": 180 + }, "facing=west,powered=false,shape=extended": { "model": "create:block/brass_belt_funnel_extended", "y": 270 }, - "facing=east,powered=false,shape=extended": { - "model": "create:block/brass_belt_funnel_extended", - "y": 90 - }, - "facing=north,powered=true,shape=extended": { - "model": "create:block/brass_belt_funnel_extended_powered" - }, - "facing=south,powered=true,shape=extended": { - "model": "create:block/brass_belt_funnel_extended_powered", - "y": 180 - }, - "facing=west,powered=true,shape=extended": { - "model": "create:block/brass_belt_funnel_extended_powered", + "facing=west,powered=false,shape=pulling": { + "model": "create:block/brass_belt_funnel_pulling", "y": 270 }, - "facing=east,powered=true,shape=extended": { - "model": "create:block/brass_belt_funnel_extended_powered", - "y": 90 - }, - "facing=north,powered=false,shape=pushing": { - "model": "create:block/brass_belt_funnel_pushing" - }, - "facing=south,powered=false,shape=pushing": { - "model": "create:block/brass_belt_funnel_pushing", - "y": 180 - }, "facing=west,powered=false,shape=pushing": { "model": "create:block/brass_belt_funnel_pushing", "y": 270 }, - "facing=east,powered=false,shape=pushing": { - "model": "create:block/brass_belt_funnel_pushing", - "y": 90 - }, - "facing=north,powered=true,shape=pushing": { - "model": "create:block/brass_belt_funnel_pushing_powered" - }, - "facing=south,powered=true,shape=pushing": { - "model": "create:block/brass_belt_funnel_pushing_powered", - "y": 180 - }, - "facing=west,powered=true,shape=pushing": { - "model": "create:block/brass_belt_funnel_pushing_powered", + "facing=west,powered=false,shape=retracted": { + "model": "create:block/brass_belt_funnel_retracted", "y": 270 }, - "facing=east,powered=true,shape=pushing": { - "model": "create:block/brass_belt_funnel_pushing_powered", - "y": 90 - }, - "facing=north,powered=false,shape=pulling": { - "model": "create:block/brass_belt_funnel_pulling" - }, - "facing=south,powered=false,shape=pulling": { - "model": "create:block/brass_belt_funnel_pulling", - "y": 180 - }, - "facing=west,powered=false,shape=pulling": { - "model": "create:block/brass_belt_funnel_pulling", + "facing=west,powered=true,shape=extended": { + "model": "create:block/brass_belt_funnel_extended_powered", "y": 270 }, - "facing=east,powered=false,shape=pulling": { - "model": "create:block/brass_belt_funnel_pulling", - "y": 90 - }, - "facing=north,powered=true,shape=pulling": { - "model": "create:block/brass_belt_funnel_pulling_powered" - }, - "facing=south,powered=true,shape=pulling": { - "model": "create:block/brass_belt_funnel_pulling_powered", - "y": 180 - }, "facing=west,powered=true,shape=pulling": { "model": "create:block/brass_belt_funnel_pulling_powered", "y": 270 }, - "facing=east,powered=true,shape=pulling": { - "model": "create:block/brass_belt_funnel_pulling_powered", - "y": 90 + "facing=west,powered=true,shape=pushing": { + "model": "create:block/brass_belt_funnel_pushing_powered", + "y": 270 + }, + "facing=west,powered=true,shape=retracted": { + "model": "create:block/brass_belt_funnel_retracted_powered", + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/brass_encased_cogwheel.json b/src/generated/resources/assets/create/blockstates/brass_encased_cogwheel.json index 2d173cc6d3..534912b913 100644 --- a/src/generated/resources/assets/create/blockstates/brass_encased_cogwheel.json +++ b/src/generated/resources/assets/create/blockstates/brass_encased_cogwheel.json @@ -5,47 +5,47 @@ "x": 90, "y": 90 }, - "axis=y,bottom_shaft=false,top_shaft=false": { - "model": "create:block/brass_encased_cogwheel" - }, - "axis=z,bottom_shaft=false,top_shaft=false": { - "model": "create:block/brass_encased_cogwheel", + "axis=x,bottom_shaft=false,top_shaft=true": { + "model": "create:block/brass_encased_cogwheel_top", "x": 90, - "y": 180 + "y": 90 }, "axis=x,bottom_shaft=true,top_shaft=false": { "model": "create:block/brass_encased_cogwheel_bottom", "x": 90, "y": 90 }, - "axis=y,bottom_shaft=true,top_shaft=false": { - "model": "create:block/brass_encased_cogwheel_bottom" - }, - "axis=z,bottom_shaft=true,top_shaft=false": { - "model": "create:block/brass_encased_cogwheel_bottom", - "x": 90, - "y": 180 - }, - "axis=x,bottom_shaft=false,top_shaft=true": { - "model": "create:block/brass_encased_cogwheel_top", + "axis=x,bottom_shaft=true,top_shaft=true": { + "model": "create:block/brass_encased_cogwheel_top_bottom", "x": 90, "y": 90 }, + "axis=y,bottom_shaft=false,top_shaft=false": { + "model": "create:block/brass_encased_cogwheel" + }, "axis=y,bottom_shaft=false,top_shaft=true": { "model": "create:block/brass_encased_cogwheel_top" }, + "axis=y,bottom_shaft=true,top_shaft=false": { + "model": "create:block/brass_encased_cogwheel_bottom" + }, + "axis=y,bottom_shaft=true,top_shaft=true": { + "model": "create:block/brass_encased_cogwheel_top_bottom" + }, + "axis=z,bottom_shaft=false,top_shaft=false": { + "model": "create:block/brass_encased_cogwheel", + "x": 90, + "y": 180 + }, "axis=z,bottom_shaft=false,top_shaft=true": { "model": "create:block/brass_encased_cogwheel_top", "x": 90, "y": 180 }, - "axis=x,bottom_shaft=true,top_shaft=true": { - "model": "create:block/brass_encased_cogwheel_top_bottom", + "axis=z,bottom_shaft=true,top_shaft=false": { + "model": "create:block/brass_encased_cogwheel_bottom", "x": 90, - "y": 90 - }, - "axis=y,bottom_shaft=true,top_shaft=true": { - "model": "create:block/brass_encased_cogwheel_top_bottom" + "y": 180 }, "axis=z,bottom_shaft=true,top_shaft=true": { "model": "create:block/brass_encased_cogwheel_top_bottom", diff --git a/src/generated/resources/assets/create/blockstates/brass_encased_large_cogwheel.json b/src/generated/resources/assets/create/blockstates/brass_encased_large_cogwheel.json index f092dffe11..4e61d6cd4f 100644 --- a/src/generated/resources/assets/create/blockstates/brass_encased_large_cogwheel.json +++ b/src/generated/resources/assets/create/blockstates/brass_encased_large_cogwheel.json @@ -5,47 +5,47 @@ "x": 90, "y": 90 }, - "axis=y,bottom_shaft=false,top_shaft=false": { - "model": "create:block/brass_encased_large_cogwheel" - }, - "axis=z,bottom_shaft=false,top_shaft=false": { - "model": "create:block/brass_encased_large_cogwheel", + "axis=x,bottom_shaft=false,top_shaft=true": { + "model": "create:block/brass_encased_large_cogwheel_top", "x": 90, - "y": 180 + "y": 90 }, "axis=x,bottom_shaft=true,top_shaft=false": { "model": "create:block/brass_encased_large_cogwheel_bottom", "x": 90, "y": 90 }, - "axis=y,bottom_shaft=true,top_shaft=false": { - "model": "create:block/brass_encased_large_cogwheel_bottom" - }, - "axis=z,bottom_shaft=true,top_shaft=false": { - "model": "create:block/brass_encased_large_cogwheel_bottom", - "x": 90, - "y": 180 - }, - "axis=x,bottom_shaft=false,top_shaft=true": { - "model": "create:block/brass_encased_large_cogwheel_top", + "axis=x,bottom_shaft=true,top_shaft=true": { + "model": "create:block/brass_encased_large_cogwheel_top_bottom", "x": 90, "y": 90 }, + "axis=y,bottom_shaft=false,top_shaft=false": { + "model": "create:block/brass_encased_large_cogwheel" + }, "axis=y,bottom_shaft=false,top_shaft=true": { "model": "create:block/brass_encased_large_cogwheel_top" }, + "axis=y,bottom_shaft=true,top_shaft=false": { + "model": "create:block/brass_encased_large_cogwheel_bottom" + }, + "axis=y,bottom_shaft=true,top_shaft=true": { + "model": "create:block/brass_encased_large_cogwheel_top_bottom" + }, + "axis=z,bottom_shaft=false,top_shaft=false": { + "model": "create:block/brass_encased_large_cogwheel", + "x": 90, + "y": 180 + }, "axis=z,bottom_shaft=false,top_shaft=true": { "model": "create:block/brass_encased_large_cogwheel_top", "x": 90, "y": 180 }, - "axis=x,bottom_shaft=true,top_shaft=true": { - "model": "create:block/brass_encased_large_cogwheel_top_bottom", + "axis=z,bottom_shaft=true,top_shaft=false": { + "model": "create:block/brass_encased_large_cogwheel_bottom", "x": 90, - "y": 90 - }, - "axis=y,bottom_shaft=true,top_shaft=true": { - "model": "create:block/brass_encased_large_cogwheel_top_bottom" + "y": 180 }, "axis=z,bottom_shaft=true,top_shaft=true": { "model": "create:block/brass_encased_large_cogwheel_top_bottom", diff --git a/src/generated/resources/assets/create/blockstates/brass_encased_shaft.json b/src/generated/resources/assets/create/blockstates/brass_encased_shaft.json index af39836284..6b5a464733 100644 --- a/src/generated/resources/assets/create/blockstates/brass_encased_shaft.json +++ b/src/generated/resources/assets/create/blockstates/brass_encased_shaft.json @@ -2,9 +2,9 @@ "variants": { "axis=x": { "model": "create:block/encased_shaft/block_brass", + "uvlock": true, "x": 90, - "y": 90, - "uvlock": true + "y": 90 }, "axis=y": { "model": "create:block/encased_shaft/block_brass", @@ -12,9 +12,9 @@ }, "axis=z": { "model": "create:block/encased_shaft/block_brass", + "uvlock": true, "x": 90, - "y": 180, - "uvlock": true + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/brass_funnel.json b/src/generated/resources/assets/create/blockstates/brass_funnel.json index 19a543d73d..3c6d9e0732 100644 --- a/src/generated/resources/assets/create/blockstates/brass_funnel.json +++ b/src/generated/resources/assets/create/blockstates/brass_funnel.json @@ -5,51 +5,51 @@ "x": 180, "y": 180 }, - "extracting=true,facing=down,powered=false": { - "model": "create:block/brass_funnel_vertical_push", + "extracting=false,facing=down,powered=true": { + "model": "create:block/brass_funnel_vertical_pull_powered", "x": 180, "y": 180 }, + "extracting=false,facing=east,powered=false": { + "model": "create:block/brass_funnel_horizontal_pull", + "y": 90 + }, + "extracting=false,facing=east,powered=true": { + "model": "create:block/brass_funnel_horizontal_pull_powered", + "y": 90 + }, + "extracting=false,facing=north,powered=false": { + "model": "create:block/brass_funnel_horizontal_pull" + }, + "extracting=false,facing=north,powered=true": { + "model": "create:block/brass_funnel_horizontal_pull_powered" + }, + "extracting=false,facing=south,powered=false": { + "model": "create:block/brass_funnel_horizontal_pull", + "y": 180 + }, + "extracting=false,facing=south,powered=true": { + "model": "create:block/brass_funnel_horizontal_pull_powered", + "y": 180 + }, "extracting=false,facing=up,powered=false": { "model": "create:block/brass_funnel_vertical_pull", "y": 180 }, - "extracting=true,facing=up,powered=false": { - "model": "create:block/brass_funnel_vertical_push", - "y": 180 - }, - "extracting=false,facing=north,powered=false": { - "model": "create:block/brass_funnel_horizontal_pull" - }, - "extracting=true,facing=north,powered=false": { - "model": "create:block/brass_funnel_horizontal_push" - }, - "extracting=false,facing=south,powered=false": { - "model": "create:block/brass_funnel_horizontal_pull", - "y": 180 - }, - "extracting=true,facing=south,powered=false": { - "model": "create:block/brass_funnel_horizontal_push", + "extracting=false,facing=up,powered=true": { + "model": "create:block/brass_funnel_vertical_pull_powered", "y": 180 }, "extracting=false,facing=west,powered=false": { "model": "create:block/brass_funnel_horizontal_pull", "y": 270 }, - "extracting=true,facing=west,powered=false": { - "model": "create:block/brass_funnel_horizontal_push", + "extracting=false,facing=west,powered=true": { + "model": "create:block/brass_funnel_horizontal_pull_powered", "y": 270 }, - "extracting=false,facing=east,powered=false": { - "model": "create:block/brass_funnel_horizontal_pull", - "y": 90 - }, - "extracting=true,facing=east,powered=false": { - "model": "create:block/brass_funnel_horizontal_push", - "y": 90 - }, - "extracting=false,facing=down,powered=true": { - "model": "create:block/brass_funnel_vertical_pull_powered", + "extracting=true,facing=down,powered=false": { + "model": "create:block/brass_funnel_vertical_push", "x": 180, "y": 180 }, @@ -58,43 +58,43 @@ "x": 180, "y": 180 }, - "extracting=false,facing=up,powered=true": { - "model": "create:block/brass_funnel_vertical_pull_powered", - "y": 180 + "extracting=true,facing=east,powered=false": { + "model": "create:block/brass_funnel_horizontal_push", + "y": 90 }, - "extracting=true,facing=up,powered=true": { - "model": "create:block/brass_funnel_vertical_push_powered", - "y": 180 + "extracting=true,facing=east,powered=true": { + "model": "create:block/brass_funnel_horizontal_push_powered", + "y": 90 }, - "extracting=false,facing=north,powered=true": { - "model": "create:block/brass_funnel_horizontal_pull_powered" + "extracting=true,facing=north,powered=false": { + "model": "create:block/brass_funnel_horizontal_push" }, "extracting=true,facing=north,powered=true": { "model": "create:block/brass_funnel_horizontal_push_powered" }, - "extracting=false,facing=south,powered=true": { - "model": "create:block/brass_funnel_horizontal_pull_powered", + "extracting=true,facing=south,powered=false": { + "model": "create:block/brass_funnel_horizontal_push", "y": 180 }, "extracting=true,facing=south,powered=true": { "model": "create:block/brass_funnel_horizontal_push_powered", "y": 180 }, - "extracting=false,facing=west,powered=true": { - "model": "create:block/brass_funnel_horizontal_pull_powered", + "extracting=true,facing=up,powered=false": { + "model": "create:block/brass_funnel_vertical_push", + "y": 180 + }, + "extracting=true,facing=up,powered=true": { + "model": "create:block/brass_funnel_vertical_push_powered", + "y": 180 + }, + "extracting=true,facing=west,powered=false": { + "model": "create:block/brass_funnel_horizontal_push", "y": 270 }, "extracting=true,facing=west,powered=true": { "model": "create:block/brass_funnel_horizontal_push_powered", "y": 270 - }, - "extracting=false,facing=east,powered=true": { - "model": "create:block/brass_funnel_horizontal_pull_powered", - "y": 90 - }, - "extracting=true,facing=east,powered=true": { - "model": "create:block/brass_funnel_horizontal_push_powered", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/brass_ladder.json b/src/generated/resources/assets/create/blockstates/brass_ladder.json index 24a56f2fb0..b1ee4b8ecf 100644 --- a/src/generated/resources/assets/create/blockstates/brass_ladder.json +++ b/src/generated/resources/assets/create/blockstates/brass_ladder.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/brass_ladder", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/brass_ladder", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/brass_ladder" }, + "facing=north,waterlogged=true": { + "model": "create:block/brass_ladder" + }, "facing=south,waterlogged=false": { "model": "create:block/brass_ladder", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/brass_ladder", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/brass_ladder", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/brass_ladder", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/brass_ladder" - }, - "facing=south,waterlogged=true": { - "model": "create:block/brass_ladder", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/brass_ladder", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/brass_ladder", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/brass_tunnel.json b/src/generated/resources/assets/create/blockstates/brass_tunnel.json index 1566c2619d..7edc2c4907 100644 --- a/src/generated/resources/assets/create/blockstates/brass_tunnel.json +++ b/src/generated/resources/assets/create/blockstates/brass_tunnel.json @@ -1,45 +1,45 @@ { "variants": { + "axis=x,shape=closed": { + "model": "create:block/brass_tunnel/straight" + }, + "axis=x,shape=cross": { + "model": "create:block/brass_tunnel/cross" + }, "axis=x,shape=straight": { "model": "create:block/brass_tunnel/straight" }, - "axis=z,shape=straight": { - "model": "create:block/brass_tunnel/straight", - "y": 90 + "axis=x,shape=t_left": { + "model": "create:block/brass_tunnel/t_left" + }, + "axis=x,shape=t_right": { + "model": "create:block/brass_tunnel/t_right" }, "axis=x,shape=window": { "model": "create:block/brass_tunnel/window" }, - "axis=z,shape=window": { - "model": "create:block/brass_tunnel/window", - "y": 90 - }, - "axis=x,shape=closed": { - "model": "create:block/brass_tunnel/straight" - }, "axis=z,shape=closed": { "model": "create:block/brass_tunnel/straight", "y": 90 }, - "axis=x,shape=t_left": { - "model": "create:block/brass_tunnel/t_left" + "axis=z,shape=cross": { + "model": "create:block/brass_tunnel/cross", + "y": 90 + }, + "axis=z,shape=straight": { + "model": "create:block/brass_tunnel/straight", + "y": 90 }, "axis=z,shape=t_left": { "model": "create:block/brass_tunnel/t_left", "y": 90 }, - "axis=x,shape=t_right": { - "model": "create:block/brass_tunnel/t_right" - }, "axis=z,shape=t_right": { "model": "create:block/brass_tunnel/t_right", "y": 90 }, - "axis=x,shape=cross": { - "model": "create:block/brass_tunnel/cross" - }, - "axis=z,shape=cross": { - "model": "create:block/brass_tunnel/cross", + "axis=z,shape=window": { + "model": "create:block/brass_tunnel/window", "y": 90 } } diff --git a/src/generated/resources/assets/create/blockstates/brown_nixie_tube.json b/src/generated/resources/assets/create/blockstates/brown_nixie_tube.json index 8f3f1eba57..1e50638a67 100644 --- a/src/generated/resources/assets/create/blockstates/brown_nixie_tube.json +++ b/src/generated/resources/assets/create/blockstates/brown_nixie_tube.json @@ -1,135 +1,112 @@ { "variants": { - "double_face=floor,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=false": { "model": "create:block/brown_nixie_tube", - "y": 180 + "x": 180, + "y": 270 }, - "double_face=wall,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=true": { "model": "create:block/brown_nixie_tube", - "x": 90 - }, - "double_face=wall_reversed,facing=north,waterlogged=false": { - "model": "create:block/brown_nixie_tube", - "x": 90 + "x": 180, + "y": 270 }, "double_face=ceiling,facing=north,waterlogged=false": { "model": "create:block/brown_nixie_tube", "x": 180, "y": 180 }, - "double_face=floor,facing=south,waterlogged=false": { - "model": "create:block/brown_nixie_tube" - }, - "double_face=wall,facing=south,waterlogged=false": { + "double_face=ceiling,facing=north,waterlogged=true": { "model": "create:block/brown_nixie_tube", - "x": 90, - "y": 180 - }, - "double_face=wall_reversed,facing=south,waterlogged=false": { - "model": "create:block/brown_nixie_tube", - "x": 90, + "x": 180, "y": 180 }, "double_face=ceiling,facing=south,waterlogged=false": { "model": "create:block/brown_nixie_tube", "x": 180 }, - "double_face=floor,facing=west,waterlogged=false": { + "double_face=ceiling,facing=south,waterlogged=true": { "model": "create:block/brown_nixie_tube", - "y": 90 - }, - "double_face=wall,facing=west,waterlogged=false": { - "model": "create:block/brown_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=wall_reversed,facing=west,waterlogged=false": { - "model": "create:block/brown_nixie_tube", - "x": 90, - "y": 270 + "x": 180 }, "double_face=ceiling,facing=west,waterlogged=false": { "model": "create:block/brown_nixie_tube", "x": 180, "y": 90 }, + "double_face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/brown_nixie_tube", + "x": 180, + "y": 90 + }, "double_face=floor,facing=east,waterlogged=false": { "model": "create:block/brown_nixie_tube", "y": 270 }, - "double_face=wall,facing=east,waterlogged=false": { + "double_face=floor,facing=east,waterlogged=true": { "model": "create:block/brown_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=wall_reversed,facing=east,waterlogged=false": { - "model": "create:block/brown_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/brown_nixie_tube", - "x": 180, "y": 270 }, + "double_face=floor,facing=north,waterlogged=false": { + "model": "create:block/brown_nixie_tube", + "y": 180 + }, "double_face=floor,facing=north,waterlogged=true": { "model": "create:block/brown_nixie_tube", "y": 180 }, + "double_face=floor,facing=south,waterlogged=false": { + "model": "create:block/brown_nixie_tube" + }, + "double_face=floor,facing=south,waterlogged=true": { + "model": "create:block/brown_nixie_tube" + }, + "double_face=floor,facing=west,waterlogged=false": { + "model": "create:block/brown_nixie_tube", + "y": 90 + }, + "double_face=floor,facing=west,waterlogged=true": { + "model": "create:block/brown_nixie_tube", + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=false": { + "model": "create:block/brown_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=true": { + "model": "create:block/brown_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=north,waterlogged=false": { + "model": "create:block/brown_nixie_tube", + "x": 90 + }, "double_face=wall,facing=north,waterlogged=true": { "model": "create:block/brown_nixie_tube", "x": 90 }, - "double_face=wall_reversed,facing=north,waterlogged=true": { + "double_face=wall,facing=south,waterlogged=false": { "model": "create:block/brown_nixie_tube", - "x": 90 - }, - "double_face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/brown_nixie_tube", - "x": 180, + "x": 90, "y": 180 }, - "double_face=floor,facing=south,waterlogged=true": { - "model": "create:block/brown_nixie_tube" - }, "double_face=wall,facing=south,waterlogged=true": { "model": "create:block/brown_nixie_tube", "x": 90, "y": 180 }, - "double_face=wall_reversed,facing=south,waterlogged=true": { + "double_face=wall,facing=west,waterlogged=false": { "model": "create:block/brown_nixie_tube", "x": 90, - "y": 180 - }, - "double_face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/brown_nixie_tube", - "x": 180 - }, - "double_face=floor,facing=west,waterlogged=true": { - "model": "create:block/brown_nixie_tube", - "y": 90 + "y": 270 }, "double_face=wall,facing=west,waterlogged=true": { "model": "create:block/brown_nixie_tube", "x": 90, "y": 270 }, - "double_face=wall_reversed,facing=west,waterlogged=true": { - "model": "create:block/brown_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/brown_nixie_tube", - "x": 180, - "y": 90 - }, - "double_face=floor,facing=east,waterlogged=true": { - "model": "create:block/brown_nixie_tube", - "y": 270 - }, - "double_face=wall,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=east,waterlogged=false": { "model": "create:block/brown_nixie_tube", "x": 90, "y": 90 @@ -139,9 +116,32 @@ "x": 90, "y": 90 }, - "double_face=ceiling,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=north,waterlogged=false": { "model": "create:block/brown_nixie_tube", - "x": 180, + "x": 90 + }, + "double_face=wall_reversed,facing=north,waterlogged=true": { + "model": "create:block/brown_nixie_tube", + "x": 90 + }, + "double_face=wall_reversed,facing=south,waterlogged=false": { + "model": "create:block/brown_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=south,waterlogged=true": { + "model": "create:block/brown_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=west,waterlogged=false": { + "model": "create:block/brown_nixie_tube", + "x": 90, + "y": 270 + }, + "double_face=wall_reversed,facing=west,waterlogged=true": { + "model": "create:block/brown_nixie_tube", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/brown_sail.json b/src/generated/resources/assets/create/blockstates/brown_sail.json index 9e99f20447..39fe1ba152 100644 --- a/src/generated/resources/assets/create/blockstates/brown_sail.json +++ b/src/generated/resources/assets/create/blockstates/brown_sail.json @@ -4,8 +4,10 @@ "model": "create:block/brown_sail", "x": 180 }, - "facing=up": { - "model": "create:block/brown_sail" + "facing=east": { + "model": "create:block/brown_sail", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/brown_sail", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/brown_sail" + }, "facing=west": { "model": "create:block/brown_sail", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/brown_sail", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/brown_toolbox.json b/src/generated/resources/assets/create/blockstates/brown_toolbox.json index f0ccd296a7..ce7a09e159 100644 --- a/src/generated/resources/assets/create/blockstates/brown_toolbox.json +++ b/src/generated/resources/assets/create/blockstates/brown_toolbox.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/brown_toolbox", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/brown_toolbox", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/brown_toolbox" }, + "facing=north,waterlogged=true": { + "model": "create:block/brown_toolbox" + }, "facing=south,waterlogged=false": { "model": "create:block/brown_toolbox", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/brown_toolbox", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/brown_toolbox", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/brown_toolbox", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/brown_toolbox" - }, - "facing=south,waterlogged=true": { - "model": "create:block/brown_toolbox", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/brown_toolbox", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/brown_toolbox", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/brown_valve_handle.json b/src/generated/resources/assets/create/blockstates/brown_valve_handle.json index aac125cd98..9da17b0596 100644 --- a/src/generated/resources/assets/create/blockstates/brown_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/brown_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/brown_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/brown_valve_handle" + "facing=east": { + "model": "create:block/brown_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/brown_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/brown_valve_handle" + }, "facing=west": { "model": "create:block/brown_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/brown_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cart_assembler.json b/src/generated/resources/assets/create/blockstates/cart_assembler.json index bbfa8664a1..112208dc13 100644 --- a/src/generated/resources/assets/create/blockstates/cart_assembler.json +++ b/src/generated/resources/assets/create/blockstates/cart_assembler.json @@ -1,304 +1,304 @@ { "variants": { - "backwards=false,powered=false,rail_type=regular,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_regular" - }, - "backwards=true,powered=false,rail_type=regular,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_regular", - "y": 180 - }, - "backwards=false,powered=true,rail_type=regular,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_regular_powered" - }, - "backwards=true,powered=true,rail_type=regular,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_regular_powered", - "y": 180 - }, - "backwards=false,powered=false,rail_type=powered_rail,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_powered_rail" - }, - "backwards=true,powered=false,rail_type=powered_rail,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_powered_rail", - "y": 180 - }, - "backwards=false,powered=true,rail_type=powered_rail,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_powered_rail_powered" - }, - "backwards=true,powered=true,rail_type=powered_rail,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_powered_rail_powered", - "y": 180 - }, - "backwards=false,powered=false,rail_type=detector_rail,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_detector_rail" - }, - "backwards=true,powered=false,rail_type=detector_rail,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_detector_rail", - "y": 180 - }, - "backwards=false,powered=true,rail_type=detector_rail,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_detector_rail_powered" - }, - "backwards=true,powered=true,rail_type=detector_rail,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_detector_rail_powered", - "y": 180 - }, - "backwards=false,powered=false,rail_type=activator_rail,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_activator_rail" - }, - "backwards=true,powered=false,rail_type=activator_rail,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_activator_rail", - "y": 180 - }, - "backwards=false,powered=true,rail_type=activator_rail,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_activator_rail_powered" - }, - "backwards=true,powered=true,rail_type=activator_rail,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_activator_rail_powered", - "y": 180 - }, - "backwards=false,powered=false,rail_type=controller_rail,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_controller_rail" - }, - "backwards=true,powered=false,rail_type=controller_rail,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_controller_rail", - "y": 180 - }, - "backwards=false,powered=true,rail_type=controller_rail,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_controller_rail_powered" - }, - "backwards=true,powered=true,rail_type=controller_rail,shape=north_south,waterlogged=false": { - "model": "create:block/cart_assembler/block_controller_rail_powered", - "y": 180 - }, - "backwards=false,powered=false,rail_type=regular,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_regular", - "y": 270 - }, - "backwards=true,powered=false,rail_type=regular,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_regular", - "y": 90 - }, - "backwards=false,powered=true,rail_type=regular,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_regular_powered", - "y": 270 - }, - "backwards=true,powered=true,rail_type=regular,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_regular_powered", - "y": 90 - }, - "backwards=false,powered=false,rail_type=powered_rail,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_powered_rail", - "y": 270 - }, - "backwards=true,powered=false,rail_type=powered_rail,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_powered_rail", - "y": 90 - }, - "backwards=false,powered=true,rail_type=powered_rail,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_powered_rail_powered", - "y": 270 - }, - "backwards=true,powered=true,rail_type=powered_rail,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_powered_rail_powered", - "y": 90 - }, - "backwards=false,powered=false,rail_type=detector_rail,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_detector_rail", - "y": 270 - }, - "backwards=true,powered=false,rail_type=detector_rail,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_detector_rail", - "y": 90 - }, - "backwards=false,powered=true,rail_type=detector_rail,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_detector_rail_powered", - "y": 270 - }, - "backwards=true,powered=true,rail_type=detector_rail,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_detector_rail_powered", - "y": 90 - }, "backwards=false,powered=false,rail_type=activator_rail,shape=east_west,waterlogged=false": { "model": "create:block/cart_assembler/block_activator_rail", "y": 270 }, - "backwards=true,powered=false,rail_type=activator_rail,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_activator_rail", - "y": 90 - }, - "backwards=false,powered=true,rail_type=activator_rail,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_activator_rail_powered", - "y": 270 - }, - "backwards=true,powered=true,rail_type=activator_rail,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_activator_rail_powered", - "y": 90 - }, - "backwards=false,powered=false,rail_type=controller_rail,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_controller_rail", - "y": 270 - }, - "backwards=true,powered=false,rail_type=controller_rail,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_controller_rail", - "y": 90 - }, - "backwards=false,powered=true,rail_type=controller_rail,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_controller_rail_powered", - "y": 270 - }, - "backwards=true,powered=true,rail_type=controller_rail,shape=east_west,waterlogged=false": { - "model": "create:block/cart_assembler/block_controller_rail_powered", - "y": 90 - }, - "backwards=false,powered=false,rail_type=regular,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_regular" - }, - "backwards=true,powered=false,rail_type=regular,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_regular", - "y": 180 - }, - "backwards=false,powered=true,rail_type=regular,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_regular_powered" - }, - "backwards=true,powered=true,rail_type=regular,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_regular_powered", - "y": 180 - }, - "backwards=false,powered=false,rail_type=powered_rail,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_powered_rail" - }, - "backwards=true,powered=false,rail_type=powered_rail,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_powered_rail", - "y": 180 - }, - "backwards=false,powered=true,rail_type=powered_rail,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_powered_rail_powered" - }, - "backwards=true,powered=true,rail_type=powered_rail,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_powered_rail_powered", - "y": 180 - }, - "backwards=false,powered=false,rail_type=detector_rail,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_detector_rail" - }, - "backwards=true,powered=false,rail_type=detector_rail,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_detector_rail", - "y": 180 - }, - "backwards=false,powered=true,rail_type=detector_rail,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_detector_rail_powered" - }, - "backwards=true,powered=true,rail_type=detector_rail,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_detector_rail_powered", - "y": 180 - }, - "backwards=false,powered=false,rail_type=activator_rail,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_activator_rail" - }, - "backwards=true,powered=false,rail_type=activator_rail,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_activator_rail", - "y": 180 - }, - "backwards=false,powered=true,rail_type=activator_rail,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_activator_rail_powered" - }, - "backwards=true,powered=true,rail_type=activator_rail,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_activator_rail_powered", - "y": 180 - }, - "backwards=false,powered=false,rail_type=controller_rail,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_controller_rail" - }, - "backwards=true,powered=false,rail_type=controller_rail,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_controller_rail", - "y": 180 - }, - "backwards=false,powered=true,rail_type=controller_rail,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_controller_rail_powered" - }, - "backwards=true,powered=true,rail_type=controller_rail,shape=north_south,waterlogged=true": { - "model": "create:block/cart_assembler/block_controller_rail_powered", - "y": 180 - }, - "backwards=false,powered=false,rail_type=regular,shape=east_west,waterlogged=true": { - "model": "create:block/cart_assembler/block_regular", - "y": 270 - }, - "backwards=true,powered=false,rail_type=regular,shape=east_west,waterlogged=true": { - "model": "create:block/cart_assembler/block_regular", - "y": 90 - }, - "backwards=false,powered=true,rail_type=regular,shape=east_west,waterlogged=true": { - "model": "create:block/cart_assembler/block_regular_powered", - "y": 270 - }, - "backwards=true,powered=true,rail_type=regular,shape=east_west,waterlogged=true": { - "model": "create:block/cart_assembler/block_regular_powered", - "y": 90 - }, - "backwards=false,powered=false,rail_type=powered_rail,shape=east_west,waterlogged=true": { - "model": "create:block/cart_assembler/block_powered_rail", - "y": 270 - }, - "backwards=true,powered=false,rail_type=powered_rail,shape=east_west,waterlogged=true": { - "model": "create:block/cart_assembler/block_powered_rail", - "y": 90 - }, - "backwards=false,powered=true,rail_type=powered_rail,shape=east_west,waterlogged=true": { - "model": "create:block/cart_assembler/block_powered_rail_powered", - "y": 270 - }, - "backwards=true,powered=true,rail_type=powered_rail,shape=east_west,waterlogged=true": { - "model": "create:block/cart_assembler/block_powered_rail_powered", - "y": 90 - }, - "backwards=false,powered=false,rail_type=detector_rail,shape=east_west,waterlogged=true": { - "model": "create:block/cart_assembler/block_detector_rail", - "y": 270 - }, - "backwards=true,powered=false,rail_type=detector_rail,shape=east_west,waterlogged=true": { - "model": "create:block/cart_assembler/block_detector_rail", - "y": 90 - }, - "backwards=false,powered=true,rail_type=detector_rail,shape=east_west,waterlogged=true": { - "model": "create:block/cart_assembler/block_detector_rail_powered", - "y": 270 - }, - "backwards=true,powered=true,rail_type=detector_rail,shape=east_west,waterlogged=true": { - "model": "create:block/cart_assembler/block_detector_rail_powered", - "y": 90 - }, "backwards=false,powered=false,rail_type=activator_rail,shape=east_west,waterlogged=true": { "model": "create:block/cart_assembler/block_activator_rail", "y": 270 }, - "backwards=true,powered=false,rail_type=activator_rail,shape=east_west,waterlogged=true": { - "model": "create:block/cart_assembler/block_activator_rail", - "y": 90 + "backwards=false,powered=false,rail_type=activator_rail,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_activator_rail" }, - "backwards=false,powered=true,rail_type=activator_rail,shape=east_west,waterlogged=true": { - "model": "create:block/cart_assembler/block_activator_rail_powered", + "backwards=false,powered=false,rail_type=activator_rail,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_activator_rail" + }, + "backwards=false,powered=false,rail_type=controller_rail,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_controller_rail", "y": 270 }, - "backwards=true,powered=true,rail_type=activator_rail,shape=east_west,waterlogged=true": { - "model": "create:block/cart_assembler/block_activator_rail_powered", - "y": 90 - }, "backwards=false,powered=false,rail_type=controller_rail,shape=east_west,waterlogged=true": { "model": "create:block/cart_assembler/block_controller_rail", "y": 270 }, - "backwards=true,powered=false,rail_type=controller_rail,shape=east_west,waterlogged=true": { - "model": "create:block/cart_assembler/block_controller_rail", - "y": 90 + "backwards=false,powered=false,rail_type=controller_rail,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_controller_rail" + }, + "backwards=false,powered=false,rail_type=controller_rail,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_controller_rail" + }, + "backwards=false,powered=false,rail_type=detector_rail,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_detector_rail", + "y": 270 + }, + "backwards=false,powered=false,rail_type=detector_rail,shape=east_west,waterlogged=true": { + "model": "create:block/cart_assembler/block_detector_rail", + "y": 270 + }, + "backwards=false,powered=false,rail_type=detector_rail,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_detector_rail" + }, + "backwards=false,powered=false,rail_type=detector_rail,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_detector_rail" + }, + "backwards=false,powered=false,rail_type=powered_rail,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_powered_rail", + "y": 270 + }, + "backwards=false,powered=false,rail_type=powered_rail,shape=east_west,waterlogged=true": { + "model": "create:block/cart_assembler/block_powered_rail", + "y": 270 + }, + "backwards=false,powered=false,rail_type=powered_rail,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_powered_rail" + }, + "backwards=false,powered=false,rail_type=powered_rail,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_powered_rail" + }, + "backwards=false,powered=false,rail_type=regular,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_regular", + "y": 270 + }, + "backwards=false,powered=false,rail_type=regular,shape=east_west,waterlogged=true": { + "model": "create:block/cart_assembler/block_regular", + "y": 270 + }, + "backwards=false,powered=false,rail_type=regular,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_regular" + }, + "backwards=false,powered=false,rail_type=regular,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_regular" + }, + "backwards=false,powered=true,rail_type=activator_rail,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_activator_rail_powered", + "y": 270 + }, + "backwards=false,powered=true,rail_type=activator_rail,shape=east_west,waterlogged=true": { + "model": "create:block/cart_assembler/block_activator_rail_powered", + "y": 270 + }, + "backwards=false,powered=true,rail_type=activator_rail,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_activator_rail_powered" + }, + "backwards=false,powered=true,rail_type=activator_rail,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_activator_rail_powered" + }, + "backwards=false,powered=true,rail_type=controller_rail,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_controller_rail_powered", + "y": 270 }, "backwards=false,powered=true,rail_type=controller_rail,shape=east_west,waterlogged=true": { "model": "create:block/cart_assembler/block_controller_rail_powered", "y": 270 }, + "backwards=false,powered=true,rail_type=controller_rail,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_controller_rail_powered" + }, + "backwards=false,powered=true,rail_type=controller_rail,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_controller_rail_powered" + }, + "backwards=false,powered=true,rail_type=detector_rail,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_detector_rail_powered", + "y": 270 + }, + "backwards=false,powered=true,rail_type=detector_rail,shape=east_west,waterlogged=true": { + "model": "create:block/cart_assembler/block_detector_rail_powered", + "y": 270 + }, + "backwards=false,powered=true,rail_type=detector_rail,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_detector_rail_powered" + }, + "backwards=false,powered=true,rail_type=detector_rail,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_detector_rail_powered" + }, + "backwards=false,powered=true,rail_type=powered_rail,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_powered_rail_powered", + "y": 270 + }, + "backwards=false,powered=true,rail_type=powered_rail,shape=east_west,waterlogged=true": { + "model": "create:block/cart_assembler/block_powered_rail_powered", + "y": 270 + }, + "backwards=false,powered=true,rail_type=powered_rail,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_powered_rail_powered" + }, + "backwards=false,powered=true,rail_type=powered_rail,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_powered_rail_powered" + }, + "backwards=false,powered=true,rail_type=regular,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_regular_powered", + "y": 270 + }, + "backwards=false,powered=true,rail_type=regular,shape=east_west,waterlogged=true": { + "model": "create:block/cart_assembler/block_regular_powered", + "y": 270 + }, + "backwards=false,powered=true,rail_type=regular,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_regular_powered" + }, + "backwards=false,powered=true,rail_type=regular,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_regular_powered" + }, + "backwards=true,powered=false,rail_type=activator_rail,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_activator_rail", + "y": 90 + }, + "backwards=true,powered=false,rail_type=activator_rail,shape=east_west,waterlogged=true": { + "model": "create:block/cart_assembler/block_activator_rail", + "y": 90 + }, + "backwards=true,powered=false,rail_type=activator_rail,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_activator_rail", + "y": 180 + }, + "backwards=true,powered=false,rail_type=activator_rail,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_activator_rail", + "y": 180 + }, + "backwards=true,powered=false,rail_type=controller_rail,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_controller_rail", + "y": 90 + }, + "backwards=true,powered=false,rail_type=controller_rail,shape=east_west,waterlogged=true": { + "model": "create:block/cart_assembler/block_controller_rail", + "y": 90 + }, + "backwards=true,powered=false,rail_type=controller_rail,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_controller_rail", + "y": 180 + }, + "backwards=true,powered=false,rail_type=controller_rail,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_controller_rail", + "y": 180 + }, + "backwards=true,powered=false,rail_type=detector_rail,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_detector_rail", + "y": 90 + }, + "backwards=true,powered=false,rail_type=detector_rail,shape=east_west,waterlogged=true": { + "model": "create:block/cart_assembler/block_detector_rail", + "y": 90 + }, + "backwards=true,powered=false,rail_type=detector_rail,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_detector_rail", + "y": 180 + }, + "backwards=true,powered=false,rail_type=detector_rail,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_detector_rail", + "y": 180 + }, + "backwards=true,powered=false,rail_type=powered_rail,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_powered_rail", + "y": 90 + }, + "backwards=true,powered=false,rail_type=powered_rail,shape=east_west,waterlogged=true": { + "model": "create:block/cart_assembler/block_powered_rail", + "y": 90 + }, + "backwards=true,powered=false,rail_type=powered_rail,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_powered_rail", + "y": 180 + }, + "backwards=true,powered=false,rail_type=powered_rail,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_powered_rail", + "y": 180 + }, + "backwards=true,powered=false,rail_type=regular,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_regular", + "y": 90 + }, + "backwards=true,powered=false,rail_type=regular,shape=east_west,waterlogged=true": { + "model": "create:block/cart_assembler/block_regular", + "y": 90 + }, + "backwards=true,powered=false,rail_type=regular,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_regular", + "y": 180 + }, + "backwards=true,powered=false,rail_type=regular,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_regular", + "y": 180 + }, + "backwards=true,powered=true,rail_type=activator_rail,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_activator_rail_powered", + "y": 90 + }, + "backwards=true,powered=true,rail_type=activator_rail,shape=east_west,waterlogged=true": { + "model": "create:block/cart_assembler/block_activator_rail_powered", + "y": 90 + }, + "backwards=true,powered=true,rail_type=activator_rail,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_activator_rail_powered", + "y": 180 + }, + "backwards=true,powered=true,rail_type=activator_rail,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_activator_rail_powered", + "y": 180 + }, + "backwards=true,powered=true,rail_type=controller_rail,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_controller_rail_powered", + "y": 90 + }, "backwards=true,powered=true,rail_type=controller_rail,shape=east_west,waterlogged=true": { "model": "create:block/cart_assembler/block_controller_rail_powered", "y": 90 + }, + "backwards=true,powered=true,rail_type=controller_rail,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_controller_rail_powered", + "y": 180 + }, + "backwards=true,powered=true,rail_type=controller_rail,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_controller_rail_powered", + "y": 180 + }, + "backwards=true,powered=true,rail_type=detector_rail,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_detector_rail_powered", + "y": 90 + }, + "backwards=true,powered=true,rail_type=detector_rail,shape=east_west,waterlogged=true": { + "model": "create:block/cart_assembler/block_detector_rail_powered", + "y": 90 + }, + "backwards=true,powered=true,rail_type=detector_rail,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_detector_rail_powered", + "y": 180 + }, + "backwards=true,powered=true,rail_type=detector_rail,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_detector_rail_powered", + "y": 180 + }, + "backwards=true,powered=true,rail_type=powered_rail,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_powered_rail_powered", + "y": 90 + }, + "backwards=true,powered=true,rail_type=powered_rail,shape=east_west,waterlogged=true": { + "model": "create:block/cart_assembler/block_powered_rail_powered", + "y": 90 + }, + "backwards=true,powered=true,rail_type=powered_rail,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_powered_rail_powered", + "y": 180 + }, + "backwards=true,powered=true,rail_type=powered_rail,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_powered_rail_powered", + "y": 180 + }, + "backwards=true,powered=true,rail_type=regular,shape=east_west,waterlogged=false": { + "model": "create:block/cart_assembler/block_regular_powered", + "y": 90 + }, + "backwards=true,powered=true,rail_type=regular,shape=east_west,waterlogged=true": { + "model": "create:block/cart_assembler/block_regular_powered", + "y": 90 + }, + "backwards=true,powered=true,rail_type=regular,shape=north_south,waterlogged=false": { + "model": "create:block/cart_assembler/block_regular_powered", + "y": 180 + }, + "backwards=true,powered=true,rail_type=regular,shape=north_south,waterlogged=true": { + "model": "create:block/cart_assembler/block_regular_powered", + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/chute.json b/src/generated/resources/assets/create/blockstates/chute.json index 3e82ef8a8a..ee09f0e444 100644 --- a/src/generated/resources/assets/create/blockstates/chute.json +++ b/src/generated/resources/assets/create/blockstates/chute.json @@ -3,56 +3,56 @@ "facing=down,shape=intersection": { "model": "create:block/chute/block_intersection" }, - "facing=north,shape=intersection": { - "model": "create:block/chute/block_diagonal_intersection", - "y": 180 + "facing=down,shape=normal": { + "model": "create:block/chute/block" }, - "facing=south,shape=intersection": { - "model": "create:block/chute/block_diagonal_intersection" - }, - "facing=west,shape=intersection": { - "model": "create:block/chute/block_diagonal_intersection", - "y": 90 + "facing=down,shape=window": { + "model": "create:block/chute/block_windowed" }, "facing=east,shape=intersection": { "model": "create:block/chute/block_diagonal_intersection", "y": 270 }, - "facing=down,shape=window": { - "model": "create:block/chute/block_windowed" - }, - "facing=north,shape=window": { + "facing=east,shape=normal": { "model": "create:block/chute/block_diagonal", - "y": 180 - }, - "facing=south,shape=window": { - "model": "create:block/chute/block_diagonal" - }, - "facing=west,shape=window": { - "model": "create:block/chute/block_diagonal", - "y": 90 + "y": 270 }, "facing=east,shape=window": { "model": "create:block/chute/block_diagonal", "y": 270 }, - "facing=down,shape=normal": { - "model": "create:block/chute/block" + "facing=north,shape=intersection": { + "model": "create:block/chute/block_diagonal_intersection", + "y": 180 }, "facing=north,shape=normal": { "model": "create:block/chute/block_diagonal", "y": 180 }, + "facing=north,shape=window": { + "model": "create:block/chute/block_diagonal", + "y": 180 + }, + "facing=south,shape=intersection": { + "model": "create:block/chute/block_diagonal_intersection" + }, "facing=south,shape=normal": { "model": "create:block/chute/block_diagonal" }, + "facing=south,shape=window": { + "model": "create:block/chute/block_diagonal" + }, + "facing=west,shape=intersection": { + "model": "create:block/chute/block_diagonal_intersection", + "y": 90 + }, "facing=west,shape=normal": { "model": "create:block/chute/block_diagonal", "y": 90 }, - "facing=east,shape=normal": { + "facing=west,shape=window": { "model": "create:block/chute/block_diagonal", - "y": 270 + "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/clockwork_bearing.json b/src/generated/resources/assets/create/blockstates/clockwork_bearing.json index 38ad28d305..476d2455ed 100644 --- a/src/generated/resources/assets/create/blockstates/clockwork_bearing.json +++ b/src/generated/resources/assets/create/blockstates/clockwork_bearing.json @@ -4,8 +4,10 @@ "model": "create:block/clockwork_bearing", "x": 180 }, - "facing=up": { - "model": "create:block/clockwork_bearing" + "facing=east": { + "model": "create:block/clockwork_bearing", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/clockwork_bearing", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/clockwork_bearing" + }, "facing=west": { "model": "create:block/clockwork_bearing", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/clockwork_bearing", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/clutch.json b/src/generated/resources/assets/create/blockstates/clutch.json index d07be4675d..abe1770bd2 100644 --- a/src/generated/resources/assets/create/blockstates/clutch.json +++ b/src/generated/resources/assets/create/blockstates/clutch.json @@ -5,22 +5,22 @@ "x": 90, "y": 90 }, - "axis=y,powered=false": { - "model": "create:block/clutch/block" - }, - "axis=z,powered=false": { - "model": "create:block/clutch/block", - "x": 90, - "y": 180 - }, "axis=x,powered=true": { "model": "create:block/clutch/block_powered", "x": 90, "y": 90 }, + "axis=y,powered=false": { + "model": "create:block/clutch/block" + }, "axis=y,powered=true": { "model": "create:block/clutch/block_powered" }, + "axis=z,powered=false": { + "model": "create:block/clutch/block", + "x": 90, + "y": 180 + }, "axis=z,powered=true": { "model": "create:block/clutch/block_powered", "x": 90, diff --git a/src/generated/resources/assets/create/blockstates/content_observer.json b/src/generated/resources/assets/create/blockstates/content_observer.json index e66a1472ce..f974c23326 100644 --- a/src/generated/resources/assets/create/blockstates/content_observer.json +++ b/src/generated/resources/assets/create/blockstates/content_observer.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,powered=false": { + "model": "create:block/content_observer/block", + "y": 90 + }, + "facing=east,powered=true": { + "model": "create:block/content_observer/block_powered", + "y": 90 + }, "facing=north,powered=false": { "model": "create:block/content_observer/block" }, + "facing=north,powered=true": { + "model": "create:block/content_observer/block_powered" + }, "facing=south,powered=false": { "model": "create:block/content_observer/block", "y": 180 }, + "facing=south,powered=true": { + "model": "create:block/content_observer/block_powered", + "y": 180 + }, "facing=west,powered=false": { "model": "create:block/content_observer/block", "y": 270 }, - "facing=east,powered=false": { - "model": "create:block/content_observer/block", - "y": 90 - }, - "facing=north,powered=true": { - "model": "create:block/content_observer/block_powered" - }, - "facing=south,powered=true": { - "model": "create:block/content_observer/block_powered", - "y": 180 - }, "facing=west,powered=true": { "model": "create:block/content_observer/block_powered", "y": 270 - }, - "facing=east,powered=true": { - "model": "create:block/content_observer/block_powered", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/controller_rail.json b/src/generated/resources/assets/create/blockstates/controller_rail.json index 9db0cd0c57..f861c1731f 100644 --- a/src/generated/resources/assets/create/blockstates/controller_rail.json +++ b/src/generated/resources/assets/create/blockstates/controller_rail.json @@ -1,94 +1,94 @@ { "variants": { - "backwards=false,shape=north_south,waterlogged=false": { - "model": "create:block/controller_rail/block_north_south" - }, - "backwards=true,shape=north_south,waterlogged=false": { - "model": "create:block/controller_rail/block_north_south", - "y": 180 - }, - "backwards=false,shape=east_west,waterlogged=false": { - "model": "create:block/controller_rail/block_north_south", - "y": 270 - }, - "backwards=true,shape=east_west,waterlogged=false": { - "model": "create:block/controller_rail/block_north_south", - "y": 90 - }, "backwards=false,shape=ascending_east,waterlogged=false": { "model": "create:block/controller_rail/block_ascending_south", "y": 270 }, - "backwards=true,shape=ascending_east,waterlogged=false": { - "model": "create:block/controller_rail/block_ascending_north", - "y": 90 - }, - "backwards=false,shape=ascending_west,waterlogged=false": { - "model": "create:block/controller_rail/block_ascending_north", - "y": 270 - }, - "backwards=true,shape=ascending_west,waterlogged=false": { - "model": "create:block/controller_rail/block_ascending_south", - "y": 90 - }, - "backwards=false,shape=ascending_north,waterlogged=false": { - "model": "create:block/controller_rail/block_ascending_north" - }, - "backwards=true,shape=ascending_north,waterlogged=false": { - "model": "create:block/controller_rail/block_ascending_south", - "y": 180 - }, - "backwards=false,shape=ascending_south,waterlogged=false": { - "model": "create:block/controller_rail/block_ascending_south" - }, - "backwards=true,shape=ascending_south,waterlogged=false": { - "model": "create:block/controller_rail/block_ascending_north", - "y": 180 - }, - "backwards=false,shape=north_south,waterlogged=true": { - "model": "create:block/controller_rail/block_north_south" - }, - "backwards=true,shape=north_south,waterlogged=true": { - "model": "create:block/controller_rail/block_north_south", - "y": 180 - }, - "backwards=false,shape=east_west,waterlogged=true": { - "model": "create:block/controller_rail/block_north_south", - "y": 270 - }, - "backwards=true,shape=east_west,waterlogged=true": { - "model": "create:block/controller_rail/block_north_south", - "y": 90 - }, "backwards=false,shape=ascending_east,waterlogged=true": { "model": "create:block/controller_rail/block_ascending_south", "y": 270 }, - "backwards=true,shape=ascending_east,waterlogged=true": { + "backwards=false,shape=ascending_north,waterlogged=false": { + "model": "create:block/controller_rail/block_ascending_north" + }, + "backwards=false,shape=ascending_north,waterlogged=true": { + "model": "create:block/controller_rail/block_ascending_north" + }, + "backwards=false,shape=ascending_south,waterlogged=false": { + "model": "create:block/controller_rail/block_ascending_south" + }, + "backwards=false,shape=ascending_south,waterlogged=true": { + "model": "create:block/controller_rail/block_ascending_south" + }, + "backwards=false,shape=ascending_west,waterlogged=false": { "model": "create:block/controller_rail/block_ascending_north", - "y": 90 + "y": 270 }, "backwards=false,shape=ascending_west,waterlogged=true": { "model": "create:block/controller_rail/block_ascending_north", "y": 270 }, - "backwards=true,shape=ascending_west,waterlogged=true": { - "model": "create:block/controller_rail/block_ascending_south", + "backwards=false,shape=east_west,waterlogged=false": { + "model": "create:block/controller_rail/block_north_south", + "y": 270 + }, + "backwards=false,shape=east_west,waterlogged=true": { + "model": "create:block/controller_rail/block_north_south", + "y": 270 + }, + "backwards=false,shape=north_south,waterlogged=false": { + "model": "create:block/controller_rail/block_north_south" + }, + "backwards=false,shape=north_south,waterlogged=true": { + "model": "create:block/controller_rail/block_north_south" + }, + "backwards=true,shape=ascending_east,waterlogged=false": { + "model": "create:block/controller_rail/block_ascending_north", "y": 90 }, - "backwards=false,shape=ascending_north,waterlogged=true": { - "model": "create:block/controller_rail/block_ascending_north" + "backwards=true,shape=ascending_east,waterlogged=true": { + "model": "create:block/controller_rail/block_ascending_north", + "y": 90 + }, + "backwards=true,shape=ascending_north,waterlogged=false": { + "model": "create:block/controller_rail/block_ascending_south", + "y": 180 }, "backwards=true,shape=ascending_north,waterlogged=true": { "model": "create:block/controller_rail/block_ascending_south", "y": 180 }, - "backwards=false,shape=ascending_south,waterlogged=true": { - "model": "create:block/controller_rail/block_ascending_south" + "backwards=true,shape=ascending_south,waterlogged=false": { + "model": "create:block/controller_rail/block_ascending_north", + "y": 180 }, "backwards=true,shape=ascending_south,waterlogged=true": { "model": "create:block/controller_rail/block_ascending_north", "y": 180 + }, + "backwards=true,shape=ascending_west,waterlogged=false": { + "model": "create:block/controller_rail/block_ascending_south", + "y": 90 + }, + "backwards=true,shape=ascending_west,waterlogged=true": { + "model": "create:block/controller_rail/block_ascending_south", + "y": 90 + }, + "backwards=true,shape=east_west,waterlogged=false": { + "model": "create:block/controller_rail/block_north_south", + "y": 90 + }, + "backwards=true,shape=east_west,waterlogged=true": { + "model": "create:block/controller_rail/block_north_south", + "y": 90 + }, + "backwards=true,shape=north_south,waterlogged=false": { + "model": "create:block/controller_rail/block_north_south", + "y": 180 + }, + "backwards=true,shape=north_south,waterlogged=true": { + "model": "create:block/controller_rail/block_north_south", + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/controls.json b/src/generated/resources/assets/create/blockstates/controls.json index 6ee55b909c..0ee7ef133f 100644 --- a/src/generated/resources/assets/create/blockstates/controls.json +++ b/src/generated/resources/assets/create/blockstates/controls.json @@ -1,124 +1,124 @@ { "variants": { + "facing=east,open=false,virtual=false,waterlogged=false": { + "model": "create:block/controls/block_closed", + "y": 90 + }, + "facing=east,open=false,virtual=false,waterlogged=true": { + "model": "create:block/controls/block_closed", + "y": 90 + }, + "facing=east,open=false,virtual=true,waterlogged=false": { + "model": "create:block/controls/block_virtual", + "y": 90 + }, + "facing=east,open=false,virtual=true,waterlogged=true": { + "model": "create:block/controls/block_virtual", + "y": 90 + }, + "facing=east,open=true,virtual=false,waterlogged=false": { + "model": "create:block/controls/block_open", + "y": 90 + }, + "facing=east,open=true,virtual=false,waterlogged=true": { + "model": "create:block/controls/block_open", + "y": 90 + }, + "facing=east,open=true,virtual=true,waterlogged=false": { + "model": "create:block/controls/block_virtual", + "y": 90 + }, + "facing=east,open=true,virtual=true,waterlogged=true": { + "model": "create:block/controls/block_virtual", + "y": 90 + }, "facing=north,open=false,virtual=false,waterlogged=false": { "model": "create:block/controls/block_closed" }, + "facing=north,open=false,virtual=false,waterlogged=true": { + "model": "create:block/controls/block_closed" + }, + "facing=north,open=false,virtual=true,waterlogged=false": { + "model": "create:block/controls/block_virtual" + }, + "facing=north,open=false,virtual=true,waterlogged=true": { + "model": "create:block/controls/block_virtual" + }, + "facing=north,open=true,virtual=false,waterlogged=false": { + "model": "create:block/controls/block_open" + }, + "facing=north,open=true,virtual=false,waterlogged=true": { + "model": "create:block/controls/block_open" + }, + "facing=north,open=true,virtual=true,waterlogged=false": { + "model": "create:block/controls/block_virtual" + }, + "facing=north,open=true,virtual=true,waterlogged=true": { + "model": "create:block/controls/block_virtual" + }, "facing=south,open=false,virtual=false,waterlogged=false": { "model": "create:block/controls/block_closed", "y": 180 }, + "facing=south,open=false,virtual=false,waterlogged=true": { + "model": "create:block/controls/block_closed", + "y": 180 + }, + "facing=south,open=false,virtual=true,waterlogged=false": { + "model": "create:block/controls/block_virtual", + "y": 180 + }, + "facing=south,open=false,virtual=true,waterlogged=true": { + "model": "create:block/controls/block_virtual", + "y": 180 + }, + "facing=south,open=true,virtual=false,waterlogged=false": { + "model": "create:block/controls/block_open", + "y": 180 + }, + "facing=south,open=true,virtual=false,waterlogged=true": { + "model": "create:block/controls/block_open", + "y": 180 + }, + "facing=south,open=true,virtual=true,waterlogged=false": { + "model": "create:block/controls/block_virtual", + "y": 180 + }, + "facing=south,open=true,virtual=true,waterlogged=true": { + "model": "create:block/controls/block_virtual", + "y": 180 + }, "facing=west,open=false,virtual=false,waterlogged=false": { "model": "create:block/controls/block_closed", "y": 270 }, - "facing=east,open=false,virtual=false,waterlogged=false": { + "facing=west,open=false,virtual=false,waterlogged=true": { "model": "create:block/controls/block_closed", - "y": 90 - }, - "facing=north,open=true,virtual=false,waterlogged=false": { - "model": "create:block/controls/block_open" - }, - "facing=south,open=true,virtual=false,waterlogged=false": { - "model": "create:block/controls/block_open", - "y": 180 - }, - "facing=west,open=true,virtual=false,waterlogged=false": { - "model": "create:block/controls/block_open", "y": 270 }, - "facing=east,open=true,virtual=false,waterlogged=false": { - "model": "create:block/controls/block_open", - "y": 90 - }, - "facing=north,open=false,virtual=true,waterlogged=false": { - "model": "create:block/controls/block_virtual" - }, - "facing=south,open=false,virtual=true,waterlogged=false": { - "model": "create:block/controls/block_virtual", - "y": 180 - }, "facing=west,open=false,virtual=true,waterlogged=false": { "model": "create:block/controls/block_virtual", "y": 270 }, - "facing=east,open=false,virtual=true,waterlogged=false": { - "model": "create:block/controls/block_virtual", - "y": 90 - }, - "facing=north,open=true,virtual=true,waterlogged=false": { - "model": "create:block/controls/block_virtual" - }, - "facing=south,open=true,virtual=true,waterlogged=false": { - "model": "create:block/controls/block_virtual", - "y": 180 - }, - "facing=west,open=true,virtual=true,waterlogged=false": { + "facing=west,open=false,virtual=true,waterlogged=true": { "model": "create:block/controls/block_virtual", "y": 270 }, - "facing=east,open=true,virtual=true,waterlogged=false": { - "model": "create:block/controls/block_virtual", - "y": 90 - }, - "facing=north,open=false,virtual=false,waterlogged=true": { - "model": "create:block/controls/block_closed" - }, - "facing=south,open=false,virtual=false,waterlogged=true": { - "model": "create:block/controls/block_closed", - "y": 180 - }, - "facing=west,open=false,virtual=false,waterlogged=true": { - "model": "create:block/controls/block_closed", - "y": 270 - }, - "facing=east,open=false,virtual=false,waterlogged=true": { - "model": "create:block/controls/block_closed", - "y": 90 - }, - "facing=north,open=true,virtual=false,waterlogged=true": { - "model": "create:block/controls/block_open" - }, - "facing=south,open=true,virtual=false,waterlogged=true": { + "facing=west,open=true,virtual=false,waterlogged=false": { "model": "create:block/controls/block_open", - "y": 180 + "y": 270 }, "facing=west,open=true,virtual=false,waterlogged=true": { "model": "create:block/controls/block_open", "y": 270 }, - "facing=east,open=true,virtual=false,waterlogged=true": { - "model": "create:block/controls/block_open", - "y": 90 - }, - "facing=north,open=false,virtual=true,waterlogged=true": { - "model": "create:block/controls/block_virtual" - }, - "facing=south,open=false,virtual=true,waterlogged=true": { - "model": "create:block/controls/block_virtual", - "y": 180 - }, - "facing=west,open=false,virtual=true,waterlogged=true": { + "facing=west,open=true,virtual=true,waterlogged=false": { "model": "create:block/controls/block_virtual", "y": 270 }, - "facing=east,open=false,virtual=true,waterlogged=true": { - "model": "create:block/controls/block_virtual", - "y": 90 - }, - "facing=north,open=true,virtual=true,waterlogged=true": { - "model": "create:block/controls/block_virtual" - }, - "facing=south,open=true,virtual=true,waterlogged=true": { - "model": "create:block/controls/block_virtual", - "y": 180 - }, "facing=west,open=true,virtual=true,waterlogged=true": { "model": "create:block/controls/block_virtual", "y": 270 - }, - "facing=east,open=true,virtual=true,waterlogged=true": { - "model": "create:block/controls/block_virtual", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/copper_backtank.json b/src/generated/resources/assets/create/blockstates/copper_backtank.json index 7aa8d20456..5038bfcec9 100644 --- a/src/generated/resources/assets/create/blockstates/copper_backtank.json +++ b/src/generated/resources/assets/create/blockstates/copper_backtank.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/copper_backtank/block", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/copper_backtank/block", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/copper_backtank/block" }, + "facing=north,waterlogged=true": { + "model": "create:block/copper_backtank/block" + }, "facing=south,waterlogged=false": { "model": "create:block/copper_backtank/block", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/copper_backtank/block", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/copper_backtank/block", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/copper_backtank/block", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/copper_backtank/block" - }, - "facing=south,waterlogged=true": { - "model": "create:block/copper_backtank/block", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/copper_backtank/block", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/copper_backtank/block", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/copper_ladder.json b/src/generated/resources/assets/create/blockstates/copper_ladder.json index f73199951c..f596b561f2 100644 --- a/src/generated/resources/assets/create/blockstates/copper_ladder.json +++ b/src/generated/resources/assets/create/blockstates/copper_ladder.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/copper_ladder", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/copper_ladder", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/copper_ladder" }, + "facing=north,waterlogged=true": { + "model": "create:block/copper_ladder" + }, "facing=south,waterlogged=false": { "model": "create:block/copper_ladder", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/copper_ladder", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/copper_ladder", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/copper_ladder", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/copper_ladder" - }, - "facing=south,waterlogged=true": { - "model": "create:block/copper_ladder", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/copper_ladder", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/copper_ladder", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/copper_shingle_slab.json b/src/generated/resources/assets/create/blockstates/copper_shingle_slab.json index 398319e0b5..a124c6fbfe 100644 --- a/src/generated/resources/assets/create/blockstates/copper_shingle_slab.json +++ b/src/generated/resources/assets/create/blockstates/copper_shingle_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/copper_shingle_slab_top" - }, "type=bottom": { "model": "create:block/copper_shingle_slab" }, "type=double": { "model": "create:block/copper_shingles" + }, + "type=top": { + "model": "create:block/copper_shingle_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/copper_shingle_stairs.json b/src/generated/resources/assets/create/blockstates/copper_shingle_stairs.json index f024afdb78..bdd3d787e3 100644 --- a/src/generated/resources/assets/create/blockstates/copper_shingle_stairs.json +++ b/src/generated/resources/assets/create/blockstates/copper_shingle_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/copper_shingle_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/copper_shingle_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/copper_shingle_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/copper_shingle_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/copper_shingle_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/copper_shingle_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/copper_shingle_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/copper_shingle_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/copper_shingle_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/copper_shingle_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/copper_shingle_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/copper_shingle_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/copper_shingle_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/copper_shingle_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/copper_shingle_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/copper_shingle_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/copper_shingle_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/copper_shingle_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/copper_shingle_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/copper_shingle_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/copper_shingle_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/copper_shingle_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/copper_shingle_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/copper_shingle_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/copper_shingle_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/copper_shingle_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/copper_shingle_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/copper_shingle_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/copper_shingle_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/copper_shingle_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/copper_shingle_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/copper_shingle_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/copper_shingle_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/copper_shingle_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/copper_shingle_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/copper_shingle_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/copper_shingle_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/copper_shingle_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/copper_shingle_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/copper_shingle_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/copper_shingle_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/copper_shingle_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/copper_shingle_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/copper_shingle_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/copper_shingle_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/copper_shingle_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/copper_shingle_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/copper_shingle_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/copper_shingle_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/copper_shingle_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/copper_shingle_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/copper_shingle_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/copper_shingle_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/copper_shingle_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/copper_shingle_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/copper_shingle_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/copper_shingle_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/copper_shingle_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/copper_shingle_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/copper_shingle_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/copper_shingle_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/copper_shingle_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/copper_tile_slab.json b/src/generated/resources/assets/create/blockstates/copper_tile_slab.json index 52a3b05671..5749448c60 100644 --- a/src/generated/resources/assets/create/blockstates/copper_tile_slab.json +++ b/src/generated/resources/assets/create/blockstates/copper_tile_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/copper_tile_slab_top" - }, "type=bottom": { "model": "create:block/copper_tile_slab" }, "type=double": { "model": "create:block/copper_tiles" + }, + "type=top": { + "model": "create:block/copper_tile_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/copper_tile_stairs.json b/src/generated/resources/assets/create/blockstates/copper_tile_stairs.json index 70b6f63c81..69e941f665 100644 --- a/src/generated/resources/assets/create/blockstates/copper_tile_stairs.json +++ b/src/generated/resources/assets/create/blockstates/copper_tile_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/copper_tile_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/copper_tile_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/copper_tile_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/copper_tile_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/copper_tile_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/copper_tile_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/copper_tile_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/copper_tile_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/copper_tile_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/copper_tile_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/copper_tile_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/copper_tile_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/copper_tile_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/copper_tile_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/copper_tile_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/copper_tile_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/copper_tile_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/copper_tile_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/copper_tile_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/copper_tile_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/copper_tile_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/copper_tile_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/copper_tile_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/copper_tile_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/copper_tile_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/copper_tile_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/copper_tile_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/copper_tile_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/copper_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/copper_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/copper_tile_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/copper_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/copper_tile_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/copper_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/copper_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/copper_tile_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/copper_tile_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/copper_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/copper_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/copper_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/copper_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/copper_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/copper_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/copper_tile_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/copper_tile_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/copper_tile_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/copper_tile_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/copper_tile_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/copper_tile_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/copper_tile_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/copper_tile_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/copper_tile_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/copper_tile_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/copper_tile_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/copper_tile_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/copper_tile_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/copper_tile_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/copper_tile_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/copper_tile_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/copper_tile_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/copper_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/copper_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/copper_valve_handle.json b/src/generated/resources/assets/create/blockstates/copper_valve_handle.json index d8e3712972..e77c9dbd41 100644 --- a/src/generated/resources/assets/create/blockstates/copper_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/copper_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/copper_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/copper_valve_handle" + "facing=east": { + "model": "create:block/copper_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/copper_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/copper_valve_handle" + }, "facing=west": { "model": "create:block/copper_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/copper_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/creative_crate.json b/src/generated/resources/assets/create/blockstates/creative_crate.json index 384ef7f599..feb257ddf3 100644 --- a/src/generated/resources/assets/create/blockstates/creative_crate.json +++ b/src/generated/resources/assets/create/blockstates/creative_crate.json @@ -3,7 +3,7 @@ "facing=down": { "model": "create:block/crate/creative/single" }, - "facing=up": { + "facing=east": { "model": "create:block/crate/creative/single" }, "facing=north": { @@ -12,10 +12,10 @@ "facing=south": { "model": "create:block/crate/creative/single" }, - "facing=west": { + "facing=up": { "model": "create:block/crate/creative/single" }, - "facing=east": { + "facing=west": { "model": "create:block/crate/creative/single" } } diff --git a/src/generated/resources/assets/create/blockstates/creative_fluid_tank.json b/src/generated/resources/assets/create/blockstates/creative_fluid_tank.json index 45118d24e9..93ee169a20 100644 --- a/src/generated/resources/assets/create/blockstates/creative_fluid_tank.json +++ b/src/generated/resources/assets/create/blockstates/creative_fluid_tank.json @@ -3,74 +3,74 @@ "bottom=false,shape=plain,top=false": { "model": "create:block/creative_middle" }, - "bottom=true,shape=plain,top=false": { - "model": "create:block/creative_bottom" + "bottom=false,shape=plain,top=true": { + "model": "create:block/creative_top" }, "bottom=false,shape=window,top=false": { "model": "create:block/creative_middle_window" }, - "bottom=true,shape=window,top=false": { - "model": "create:block/creative_bottom_window" - }, - "bottom=false,shape=window_nw,top=false": { - "model": "create:block/creative_middle_window_nw" - }, - "bottom=true,shape=window_nw,top=false": { - "model": "create:block/creative_bottom_window_nw" - }, - "bottom=false,shape=window_sw,top=false": { - "model": "create:block/creative_middle_window_sw" - }, - "bottom=true,shape=window_sw,top=false": { - "model": "create:block/creative_bottom_window_sw" + "bottom=false,shape=window,top=true": { + "model": "create:block/creative_top_window" }, "bottom=false,shape=window_ne,top=false": { "model": "create:block/creative_middle_window_ne" }, - "bottom=true,shape=window_ne,top=false": { - "model": "create:block/creative_bottom_window_ne" + "bottom=false,shape=window_ne,top=true": { + "model": "create:block/creative_top_window_ne" }, - "bottom=false,shape=window_se,top=false": { - "model": "create:block/creative_middle_window_se" - }, - "bottom=true,shape=window_se,top=false": { - "model": "create:block/creative_bottom_window_se" - }, - "bottom=false,shape=plain,top=true": { - "model": "create:block/creative_top" - }, - "bottom=true,shape=plain,top=true": { - "model": "create:block/creative_single" - }, - "bottom=false,shape=window,top=true": { - "model": "create:block/creative_top_window" - }, - "bottom=true,shape=window,top=true": { - "model": "create:block/creative_single_window" + "bottom=false,shape=window_nw,top=false": { + "model": "create:block/creative_middle_window_nw" }, "bottom=false,shape=window_nw,top=true": { "model": "create:block/creative_top_window_nw" }, - "bottom=true,shape=window_nw,top=true": { - "model": "create:block/creative_single_window_nw" - }, - "bottom=false,shape=window_sw,top=true": { - "model": "create:block/creative_top_window_sw" - }, - "bottom=true,shape=window_sw,top=true": { - "model": "create:block/creative_single_window_sw" - }, - "bottom=false,shape=window_ne,top=true": { - "model": "create:block/creative_top_window_ne" - }, - "bottom=true,shape=window_ne,top=true": { - "model": "create:block/creative_single_window_ne" + "bottom=false,shape=window_se,top=false": { + "model": "create:block/creative_middle_window_se" }, "bottom=false,shape=window_se,top=true": { "model": "create:block/creative_top_window_se" }, + "bottom=false,shape=window_sw,top=false": { + "model": "create:block/creative_middle_window_sw" + }, + "bottom=false,shape=window_sw,top=true": { + "model": "create:block/creative_top_window_sw" + }, + "bottom=true,shape=plain,top=false": { + "model": "create:block/creative_bottom" + }, + "bottom=true,shape=plain,top=true": { + "model": "create:block/creative_single" + }, + "bottom=true,shape=window,top=false": { + "model": "create:block/creative_bottom_window" + }, + "bottom=true,shape=window,top=true": { + "model": "create:block/creative_single_window" + }, + "bottom=true,shape=window_ne,top=false": { + "model": "create:block/creative_bottom_window_ne" + }, + "bottom=true,shape=window_ne,top=true": { + "model": "create:block/creative_single_window_ne" + }, + "bottom=true,shape=window_nw,top=false": { + "model": "create:block/creative_bottom_window_nw" + }, + "bottom=true,shape=window_nw,top=true": { + "model": "create:block/creative_single_window_nw" + }, + "bottom=true,shape=window_se,top=false": { + "model": "create:block/creative_bottom_window_se" + }, "bottom=true,shape=window_se,top=true": { "model": "create:block/creative_single_window_se" + }, + "bottom=true,shape=window_sw,top=false": { + "model": "create:block/creative_bottom_window_sw" + }, + "bottom=true,shape=window_sw,top=true": { + "model": "create:block/creative_single_window_sw" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/creative_motor.json b/src/generated/resources/assets/create/blockstates/creative_motor.json index b7cb5e4c85..93922c917f 100644 --- a/src/generated/resources/assets/create/blockstates/creative_motor.json +++ b/src/generated/resources/assets/create/blockstates/creative_motor.json @@ -4,8 +4,9 @@ "model": "create:block/creative_motor/block_vertical", "x": 180 }, - "facing=up": { - "model": "create:block/creative_motor/block_vertical" + "facing=east": { + "model": "create:block/creative_motor/block", + "y": 270 }, "facing=north": { "model": "create:block/creative_motor/block", @@ -14,13 +15,12 @@ "facing=south": { "model": "create:block/creative_motor/block" }, + "facing=up": { + "model": "create:block/creative_motor/block_vertical" + }, "facing=west": { "model": "create:block/creative_motor/block", "y": 90 - }, - "facing=east": { - "model": "create:block/creative_motor/block", - "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/crimson_window_pane.json b/src/generated/resources/assets/create/blockstates/crimson_window_pane.json index 017e51dbf7..6a8de27bff 100644 --- a/src/generated/resources/assets/create/blockstates/crimson_window_pane.json +++ b/src/generated/resources/assets/create/blockstates/crimson_window_pane.json @@ -6,71 +6,71 @@ } }, { - "when": { - "north": "true" - }, "apply": { "model": "create:block/crimson_window_pane_side" + }, + "when": { + "north": "true" } }, { - "when": { - "north": "false" - }, "apply": { "model": "create:block/crimson_window_pane_noside" + }, + "when": { + "north": "false" } }, { - "when": { - "south": "true" - }, "apply": { "model": "create:block/crimson_window_pane_side_alt" + }, + "when": { + "south": "true" } }, { - "when": { - "south": "false" - }, "apply": { "model": "create:block/crimson_window_pane_noside_alt", "y": 90 + }, + "when": { + "south": "false" } }, { - "when": { - "west": "true" - }, "apply": { "model": "create:block/crimson_window_pane_side_alt", "y": 90 + }, + "when": { + "west": "true" } }, { - "when": { - "west": "false" - }, "apply": { "model": "create:block/crimson_window_pane_noside", "y": 270 + }, + "when": { + "west": "false" } }, { - "when": { - "east": "true" - }, "apply": { "model": "create:block/crimson_window_pane_side", "y": 90 + }, + "when": { + "east": "true" } }, { - "when": { - "east": "false" - }, "apply": { "model": "create:block/crimson_window_pane_noside_alt" + }, + "when": { + "east": "false" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cuckoo_clock.json b/src/generated/resources/assets/create/blockstates/cuckoo_clock.json index df80ece2d8..726af6c545 100644 --- a/src/generated/resources/assets/create/blockstates/cuckoo_clock.json +++ b/src/generated/resources/assets/create/blockstates/cuckoo_clock.json @@ -1,5 +1,9 @@ { "variants": { + "facing=east": { + "model": "create:block/cuckoo_clock/block", + "y": 90 + }, "facing=north": { "model": "create:block/cuckoo_clock/block" }, @@ -10,10 +14,6 @@ "facing=west": { "model": "create:block/cuckoo_clock/block", "y": 270 - }, - "facing=east": { - "model": "create:block/cuckoo_clock/block", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_andesite_brick_slab.json b/src/generated/resources/assets/create/blockstates/cut_andesite_brick_slab.json index e78f269583..bb433b394e 100644 --- a/src/generated/resources/assets/create/blockstates/cut_andesite_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_andesite_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_andesite_brick_slab_top" - }, "type=bottom": { "model": "create:block/cut_andesite_brick_slab" }, "type=double": { "model": "create:block/cut_andesite_bricks" + }, + "type=top": { + "model": "create:block/cut_andesite_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_andesite_brick_stairs.json b/src/generated/resources/assets/create/blockstates/cut_andesite_brick_stairs.json index 36babf04db..70724e3466 100644 --- a/src/generated/resources/assets/create/blockstates/cut_andesite_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_andesite_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_andesite_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_andesite_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_andesite_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_andesite_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_andesite_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_andesite_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_andesite_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_andesite_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_andesite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_andesite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_andesite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_andesite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_andesite_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_andesite_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_andesite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_andesite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_andesite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_andesite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_andesite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_andesite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_andesite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_andesite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_andesite_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_andesite_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_andesite_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_andesite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_andesite_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_andesite_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_andesite_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_andesite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_andesite_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_andesite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_andesite_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_andesite_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_andesite_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_andesite_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_andesite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_andesite_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_andesite_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_andesite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_andesite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_andesite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_andesite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_andesite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_andesite_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_andesite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_andesite_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_andesite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_andesite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_andesite_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_andesite_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_andesite_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_andesite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_andesite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_andesite_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_andesite_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_andesite_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_andesite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_andesite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_andesite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_andesite_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_andesite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_andesite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_andesite_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_andesite_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_andesite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_andesite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_andesite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_andesite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_andesite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_andesite_brick_wall.json b/src/generated/resources/assets/create/blockstates/cut_andesite_brick_wall.json index 50bfbd85cd..d02e4ecf50 100644 --- a/src/generated/resources/assets/create/blockstates/cut_andesite_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_andesite_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_andesite_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_andesite_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_andesite_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_andesite_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_andesite_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_andesite_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_andesite_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_andesite_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_andesite_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_andesite_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_andesite_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_andesite_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_andesite_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_andesite_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_andesite_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_andesite_slab.json b/src/generated/resources/assets/create/blockstates/cut_andesite_slab.json index c9b9e3f48f..4dca1e6199 100644 --- a/src/generated/resources/assets/create/blockstates/cut_andesite_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_andesite_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_andesite_slab_top" - }, "type=bottom": { "model": "create:block/cut_andesite_slab" }, "type=double": { "model": "create:block/cut_andesite" + }, + "type=top": { + "model": "create:block/cut_andesite_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_andesite_stairs.json b/src/generated/resources/assets/create/blockstates/cut_andesite_stairs.json index 6b338ffaba..e5105975d9 100644 --- a/src/generated/resources/assets/create/blockstates/cut_andesite_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_andesite_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_andesite_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_andesite_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_andesite_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_andesite_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_andesite_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_andesite_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_andesite_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_andesite_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_andesite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_andesite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_andesite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_andesite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_andesite_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_andesite_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_andesite_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_andesite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_andesite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_andesite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_andesite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_andesite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_andesite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_andesite_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_andesite_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_andesite_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_andesite_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_andesite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_andesite_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_andesite_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_andesite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_andesite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_andesite_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_andesite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_andesite_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_andesite_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_andesite_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_andesite_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_andesite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_andesite_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_andesite_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_andesite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_andesite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_andesite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_andesite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_andesite_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_andesite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_andesite_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_andesite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_andesite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_andesite_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_andesite_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_andesite_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_andesite_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_andesite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_andesite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_andesite_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_andesite_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_andesite_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_andesite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_andesite_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_andesite_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_andesite_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_andesite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_andesite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_andesite_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_andesite_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_andesite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_andesite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_andesite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_andesite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_andesite_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_andesite_wall.json b/src/generated/resources/assets/create/blockstates/cut_andesite_wall.json index ec86120acd..7cbf044120 100644 --- a/src/generated/resources/assets/create/blockstates/cut_andesite_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_andesite_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_andesite_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_andesite_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_andesite_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_andesite_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_andesite_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_andesite_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_andesite_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_andesite_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_andesite_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_andesite_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_andesite_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_andesite_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_andesite_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_andesite_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_andesite_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_asurine_brick_slab.json b/src/generated/resources/assets/create/blockstates/cut_asurine_brick_slab.json index c6c4964b16..1fca1b5ebb 100644 --- a/src/generated/resources/assets/create/blockstates/cut_asurine_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_asurine_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_asurine_brick_slab_top" - }, "type=bottom": { "model": "create:block/cut_asurine_brick_slab" }, "type=double": { "model": "create:block/cut_asurine_bricks" + }, + "type=top": { + "model": "create:block/cut_asurine_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_asurine_brick_stairs.json b/src/generated/resources/assets/create/blockstates/cut_asurine_brick_stairs.json index aa833a5d02..908b6162ff 100644 --- a/src/generated/resources/assets/create/blockstates/cut_asurine_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_asurine_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_asurine_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_asurine_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_asurine_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_asurine_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_asurine_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_asurine_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_asurine_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_asurine_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_asurine_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_asurine_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_asurine_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_asurine_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_asurine_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_asurine_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_asurine_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_asurine_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_asurine_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_asurine_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_asurine_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_asurine_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_asurine_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_asurine_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_asurine_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_asurine_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_asurine_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_asurine_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_asurine_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_asurine_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_asurine_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_asurine_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_asurine_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_asurine_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_asurine_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_asurine_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_asurine_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_asurine_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_asurine_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_asurine_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_asurine_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_asurine_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_asurine_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_asurine_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_asurine_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_asurine_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_asurine_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_asurine_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_asurine_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_asurine_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_asurine_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_asurine_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_asurine_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_asurine_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_asurine_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_asurine_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_asurine_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_asurine_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_asurine_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_asurine_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_asurine_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_asurine_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_asurine_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_asurine_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_asurine_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_asurine_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_asurine_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_asurine_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_asurine_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_asurine_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_asurine_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_asurine_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_asurine_brick_wall.json b/src/generated/resources/assets/create/blockstates/cut_asurine_brick_wall.json index 345a8e1007..74bdf65eb6 100644 --- a/src/generated/resources/assets/create/blockstates/cut_asurine_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_asurine_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_asurine_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_asurine_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_asurine_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_asurine_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_asurine_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_asurine_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_asurine_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_asurine_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_asurine_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_asurine_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_asurine_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_asurine_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_asurine_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_asurine_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_asurine_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_asurine_slab.json b/src/generated/resources/assets/create/blockstates/cut_asurine_slab.json index e428951123..e66e6b0002 100644 --- a/src/generated/resources/assets/create/blockstates/cut_asurine_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_asurine_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_asurine_slab_top" - }, "type=bottom": { "model": "create:block/cut_asurine_slab" }, "type=double": { "model": "create:block/cut_asurine" + }, + "type=top": { + "model": "create:block/cut_asurine_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_asurine_stairs.json b/src/generated/resources/assets/create/blockstates/cut_asurine_stairs.json index 6a834f4b78..5320234f66 100644 --- a/src/generated/resources/assets/create/blockstates/cut_asurine_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_asurine_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_asurine_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_asurine_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_asurine_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_asurine_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_asurine_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_asurine_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_asurine_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_asurine_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_asurine_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_asurine_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_asurine_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_asurine_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_asurine_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_asurine_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_asurine_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_asurine_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_asurine_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_asurine_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_asurine_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_asurine_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_asurine_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_asurine_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_asurine_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_asurine_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_asurine_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_asurine_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_asurine_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_asurine_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_asurine_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_asurine_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_asurine_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_asurine_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_asurine_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_asurine_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_asurine_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_asurine_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_asurine_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_asurine_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_asurine_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_asurine_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_asurine_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_asurine_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_asurine_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_asurine_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_asurine_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_asurine_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_asurine_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_asurine_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_asurine_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_asurine_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_asurine_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_asurine_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_asurine_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_asurine_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_asurine_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_asurine_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_asurine_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_asurine_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_asurine_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_asurine_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_asurine_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_asurine_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_asurine_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_asurine_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_asurine_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_asurine_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_asurine_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_asurine_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_asurine_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_asurine_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_asurine_wall.json b/src/generated/resources/assets/create/blockstates/cut_asurine_wall.json index e37093f943..cdd8c0b4ee 100644 --- a/src/generated/resources/assets/create/blockstates/cut_asurine_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_asurine_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_asurine_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_asurine_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_asurine_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_asurine_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_asurine_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_asurine_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_asurine_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_asurine_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_asurine_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_asurine_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_asurine_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_asurine_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_asurine_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_asurine_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_asurine_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_calcite_brick_slab.json b/src/generated/resources/assets/create/blockstates/cut_calcite_brick_slab.json index 601e4d2b2e..44a51661d7 100644 --- a/src/generated/resources/assets/create/blockstates/cut_calcite_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_calcite_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_calcite_brick_slab_top" - }, "type=bottom": { "model": "create:block/cut_calcite_brick_slab" }, "type=double": { "model": "create:block/cut_calcite_bricks" + }, + "type=top": { + "model": "create:block/cut_calcite_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_calcite_brick_stairs.json b/src/generated/resources/assets/create/blockstates/cut_calcite_brick_stairs.json index 70bec35c20..30204d3cd7 100644 --- a/src/generated/resources/assets/create/blockstates/cut_calcite_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_calcite_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_calcite_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_calcite_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_calcite_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_calcite_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_calcite_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_calcite_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_calcite_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_calcite_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_calcite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_calcite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_calcite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_calcite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_calcite_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_calcite_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_calcite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_calcite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_calcite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_calcite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_calcite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_calcite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_calcite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_calcite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_calcite_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_calcite_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_calcite_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_calcite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_calcite_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_calcite_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_calcite_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_calcite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_calcite_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_calcite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_calcite_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_calcite_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_calcite_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_calcite_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_calcite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_calcite_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_calcite_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_calcite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_calcite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_calcite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_calcite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_calcite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_calcite_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_calcite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_calcite_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_calcite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_calcite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_calcite_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_calcite_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_calcite_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_calcite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_calcite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_calcite_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_calcite_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_calcite_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_calcite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_calcite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_calcite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_calcite_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_calcite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_calcite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_calcite_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_calcite_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_calcite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_calcite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_calcite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_calcite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_calcite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_calcite_brick_wall.json b/src/generated/resources/assets/create/blockstates/cut_calcite_brick_wall.json index 9c608938dc..df4e5a0a75 100644 --- a/src/generated/resources/assets/create/blockstates/cut_calcite_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_calcite_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_calcite_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_calcite_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_calcite_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_calcite_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_calcite_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_calcite_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_calcite_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_calcite_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_calcite_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_calcite_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_calcite_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_calcite_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_calcite_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_calcite_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_calcite_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_calcite_slab.json b/src/generated/resources/assets/create/blockstates/cut_calcite_slab.json index afc4179c6b..c8a2952533 100644 --- a/src/generated/resources/assets/create/blockstates/cut_calcite_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_calcite_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_calcite_slab_top" - }, "type=bottom": { "model": "create:block/cut_calcite_slab" }, "type=double": { "model": "create:block/cut_calcite" + }, + "type=top": { + "model": "create:block/cut_calcite_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_calcite_stairs.json b/src/generated/resources/assets/create/blockstates/cut_calcite_stairs.json index 56634704dd..5d95e50d10 100644 --- a/src/generated/resources/assets/create/blockstates/cut_calcite_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_calcite_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_calcite_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_calcite_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_calcite_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_calcite_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_calcite_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_calcite_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_calcite_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_calcite_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_calcite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_calcite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_calcite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_calcite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_calcite_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_calcite_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_calcite_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_calcite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_calcite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_calcite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_calcite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_calcite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_calcite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_calcite_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_calcite_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_calcite_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_calcite_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_calcite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_calcite_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_calcite_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_calcite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_calcite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_calcite_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_calcite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_calcite_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_calcite_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_calcite_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_calcite_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_calcite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_calcite_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_calcite_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_calcite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_calcite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_calcite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_calcite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_calcite_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_calcite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_calcite_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_calcite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_calcite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_calcite_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_calcite_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_calcite_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_calcite_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_calcite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_calcite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_calcite_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_calcite_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_calcite_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_calcite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_calcite_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_calcite_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_calcite_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_calcite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_calcite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_calcite_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_calcite_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_calcite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_calcite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_calcite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_calcite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_calcite_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_calcite_wall.json b/src/generated/resources/assets/create/blockstates/cut_calcite_wall.json index 01e497ef37..1b5f6dfc08 100644 --- a/src/generated/resources/assets/create/blockstates/cut_calcite_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_calcite_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_calcite_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_calcite_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_calcite_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_calcite_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_calcite_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_calcite_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_calcite_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_calcite_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_calcite_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_calcite_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_calcite_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_calcite_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_calcite_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_calcite_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_calcite_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_crimsite_brick_slab.json b/src/generated/resources/assets/create/blockstates/cut_crimsite_brick_slab.json index 044dedc23c..8bf8673b26 100644 --- a/src/generated/resources/assets/create/blockstates/cut_crimsite_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_crimsite_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_crimsite_brick_slab_top" - }, "type=bottom": { "model": "create:block/cut_crimsite_brick_slab" }, "type=double": { "model": "create:block/cut_crimsite_bricks" + }, + "type=top": { + "model": "create:block/cut_crimsite_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_crimsite_brick_stairs.json b/src/generated/resources/assets/create/blockstates/cut_crimsite_brick_stairs.json index 3a3367b6e1..fe4ff21a4b 100644 --- a/src/generated/resources/assets/create/blockstates/cut_crimsite_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_crimsite_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_crimsite_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_crimsite_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_crimsite_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_crimsite_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_crimsite_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_crimsite_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_crimsite_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_crimsite_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_crimsite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_crimsite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_crimsite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_crimsite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_crimsite_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_crimsite_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_crimsite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_crimsite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_crimsite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_crimsite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_crimsite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_crimsite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_crimsite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_crimsite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_crimsite_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_crimsite_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_crimsite_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_crimsite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_crimsite_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_crimsite_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_crimsite_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_crimsite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_crimsite_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_crimsite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_crimsite_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_crimsite_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_crimsite_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_crimsite_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_crimsite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_crimsite_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_crimsite_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_crimsite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_crimsite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_crimsite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_crimsite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_crimsite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_crimsite_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_crimsite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_crimsite_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_crimsite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_crimsite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_crimsite_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_crimsite_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_crimsite_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_crimsite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_crimsite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_crimsite_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_crimsite_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_crimsite_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_crimsite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_crimsite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_crimsite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_crimsite_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_crimsite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_crimsite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_crimsite_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_crimsite_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_crimsite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_crimsite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_crimsite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_crimsite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_crimsite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_crimsite_brick_wall.json b/src/generated/resources/assets/create/blockstates/cut_crimsite_brick_wall.json index 4327f2e21f..cbd4b2c528 100644 --- a/src/generated/resources/assets/create/blockstates/cut_crimsite_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_crimsite_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_crimsite_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_crimsite_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_crimsite_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_crimsite_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_crimsite_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_crimsite_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_crimsite_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_crimsite_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_crimsite_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_crimsite_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_crimsite_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_crimsite_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_crimsite_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_crimsite_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_crimsite_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_crimsite_slab.json b/src/generated/resources/assets/create/blockstates/cut_crimsite_slab.json index 883aa2f0bb..370903d9a0 100644 --- a/src/generated/resources/assets/create/blockstates/cut_crimsite_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_crimsite_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_crimsite_slab_top" - }, "type=bottom": { "model": "create:block/cut_crimsite_slab" }, "type=double": { "model": "create:block/cut_crimsite" + }, + "type=top": { + "model": "create:block/cut_crimsite_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_crimsite_stairs.json b/src/generated/resources/assets/create/blockstates/cut_crimsite_stairs.json index 7ea86a85b5..18fd5cb8a9 100644 --- a/src/generated/resources/assets/create/blockstates/cut_crimsite_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_crimsite_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_crimsite_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_crimsite_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_crimsite_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_crimsite_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_crimsite_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_crimsite_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_crimsite_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_crimsite_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_crimsite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_crimsite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_crimsite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_crimsite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_crimsite_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_crimsite_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_crimsite_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_crimsite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_crimsite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_crimsite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_crimsite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_crimsite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_crimsite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_crimsite_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_crimsite_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_crimsite_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_crimsite_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_crimsite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_crimsite_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_crimsite_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_crimsite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_crimsite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_crimsite_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_crimsite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_crimsite_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_crimsite_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_crimsite_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_crimsite_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_crimsite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_crimsite_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_crimsite_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_crimsite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_crimsite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_crimsite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_crimsite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_crimsite_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_crimsite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_crimsite_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_crimsite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_crimsite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_crimsite_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_crimsite_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_crimsite_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_crimsite_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_crimsite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_crimsite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_crimsite_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_crimsite_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_crimsite_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_crimsite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_crimsite_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_crimsite_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_crimsite_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_crimsite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_crimsite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_crimsite_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_crimsite_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_crimsite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_crimsite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_crimsite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_crimsite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_crimsite_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_crimsite_wall.json b/src/generated/resources/assets/create/blockstates/cut_crimsite_wall.json index bcae87b662..80559a299c 100644 --- a/src/generated/resources/assets/create/blockstates/cut_crimsite_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_crimsite_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_crimsite_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_crimsite_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_crimsite_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_crimsite_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_crimsite_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_crimsite_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_crimsite_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_crimsite_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_crimsite_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_crimsite_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_crimsite_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_crimsite_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_crimsite_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_crimsite_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_crimsite_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_deepslate_brick_slab.json b/src/generated/resources/assets/create/blockstates/cut_deepslate_brick_slab.json index 0ae40614f1..c32ebcb2cf 100644 --- a/src/generated/resources/assets/create/blockstates/cut_deepslate_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_deepslate_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_deepslate_brick_slab_top" - }, "type=bottom": { "model": "create:block/cut_deepslate_brick_slab" }, "type=double": { "model": "create:block/cut_deepslate_bricks" + }, + "type=top": { + "model": "create:block/cut_deepslate_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_deepslate_brick_stairs.json b/src/generated/resources/assets/create/blockstates/cut_deepslate_brick_stairs.json index 49b2c1d741..a6361eb418 100644 --- a/src/generated/resources/assets/create/blockstates/cut_deepslate_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_deepslate_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_deepslate_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_deepslate_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_deepslate_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_deepslate_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_deepslate_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_deepslate_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_deepslate_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_deepslate_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_deepslate_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_deepslate_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_deepslate_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_deepslate_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_deepslate_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_deepslate_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_deepslate_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_deepslate_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_deepslate_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_deepslate_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_deepslate_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_deepslate_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_deepslate_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_deepslate_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_deepslate_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_deepslate_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_deepslate_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_deepslate_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_deepslate_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_deepslate_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_deepslate_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_deepslate_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_deepslate_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_deepslate_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_deepslate_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_deepslate_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_deepslate_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_deepslate_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_deepslate_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_deepslate_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_deepslate_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_deepslate_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_deepslate_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_deepslate_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_deepslate_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_deepslate_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_deepslate_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_deepslate_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_deepslate_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_deepslate_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_deepslate_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_deepslate_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_deepslate_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_deepslate_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_deepslate_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_deepslate_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_deepslate_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_deepslate_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_deepslate_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_deepslate_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_deepslate_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_deepslate_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_deepslate_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_deepslate_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_deepslate_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_deepslate_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_deepslate_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_deepslate_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_deepslate_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_deepslate_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_deepslate_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_deepslate_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_deepslate_brick_wall.json b/src/generated/resources/assets/create/blockstates/cut_deepslate_brick_wall.json index 47f0aed710..140dde06d0 100644 --- a/src/generated/resources/assets/create/blockstates/cut_deepslate_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_deepslate_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_deepslate_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_deepslate_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_deepslate_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_deepslate_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_deepslate_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_deepslate_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_deepslate_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_deepslate_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_deepslate_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_deepslate_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_deepslate_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_deepslate_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_deepslate_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_deepslate_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_deepslate_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_deepslate_slab.json b/src/generated/resources/assets/create/blockstates/cut_deepslate_slab.json index a012da87a4..92de7b646e 100644 --- a/src/generated/resources/assets/create/blockstates/cut_deepslate_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_deepslate_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_deepslate_slab_top" - }, "type=bottom": { "model": "create:block/cut_deepslate_slab" }, "type=double": { "model": "create:block/cut_deepslate" + }, + "type=top": { + "model": "create:block/cut_deepslate_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_deepslate_stairs.json b/src/generated/resources/assets/create/blockstates/cut_deepslate_stairs.json index ec4e1d92d6..7de8517b3e 100644 --- a/src/generated/resources/assets/create/blockstates/cut_deepslate_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_deepslate_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_deepslate_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_deepslate_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_deepslate_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_deepslate_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_deepslate_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_deepslate_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_deepslate_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_deepslate_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_deepslate_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_deepslate_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_deepslate_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_deepslate_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_deepslate_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_deepslate_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_deepslate_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_deepslate_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_deepslate_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_deepslate_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_deepslate_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_deepslate_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_deepslate_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_deepslate_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_deepslate_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_deepslate_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_deepslate_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_deepslate_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_deepslate_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_deepslate_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_deepslate_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_deepslate_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_deepslate_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_deepslate_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_deepslate_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_deepslate_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_deepslate_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_deepslate_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_deepslate_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_deepslate_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_deepslate_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_deepslate_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_deepslate_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_deepslate_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_deepslate_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_deepslate_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_deepslate_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_deepslate_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_deepslate_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_deepslate_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_deepslate_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_deepslate_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_deepslate_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_deepslate_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_deepslate_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_deepslate_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_deepslate_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_deepslate_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_deepslate_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_deepslate_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_deepslate_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_deepslate_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_deepslate_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_deepslate_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_deepslate_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_deepslate_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_deepslate_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_deepslate_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_deepslate_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_deepslate_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_deepslate_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_deepslate_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_deepslate_wall.json b/src/generated/resources/assets/create/blockstates/cut_deepslate_wall.json index a539d28f36..e7b106aa90 100644 --- a/src/generated/resources/assets/create/blockstates/cut_deepslate_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_deepslate_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_deepslate_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_deepslate_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_deepslate_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_deepslate_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_deepslate_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_deepslate_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_deepslate_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_deepslate_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_deepslate_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_deepslate_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_deepslate_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_deepslate_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_deepslate_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_deepslate_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_deepslate_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_diorite_brick_slab.json b/src/generated/resources/assets/create/blockstates/cut_diorite_brick_slab.json index 79405bfcaf..43b7167312 100644 --- a/src/generated/resources/assets/create/blockstates/cut_diorite_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_diorite_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_diorite_brick_slab_top" - }, "type=bottom": { "model": "create:block/cut_diorite_brick_slab" }, "type=double": { "model": "create:block/cut_diorite_bricks" + }, + "type=top": { + "model": "create:block/cut_diorite_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_diorite_brick_stairs.json b/src/generated/resources/assets/create/blockstates/cut_diorite_brick_stairs.json index 1da0dc1277..a9ab4b5c85 100644 --- a/src/generated/resources/assets/create/blockstates/cut_diorite_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_diorite_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_diorite_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_diorite_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_diorite_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_diorite_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_diorite_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_diorite_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_diorite_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_diorite_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_diorite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_diorite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_diorite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_diorite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_diorite_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_diorite_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_diorite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_diorite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_diorite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_diorite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_diorite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_diorite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_diorite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_diorite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_diorite_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_diorite_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_diorite_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_diorite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_diorite_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_diorite_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_diorite_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_diorite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_diorite_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_diorite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_diorite_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_diorite_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_diorite_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_diorite_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_diorite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_diorite_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_diorite_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_diorite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_diorite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_diorite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_diorite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_diorite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_diorite_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_diorite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_diorite_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_diorite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_diorite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_diorite_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_diorite_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_diorite_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_diorite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_diorite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_diorite_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_diorite_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_diorite_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_diorite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_diorite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_diorite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_diorite_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_diorite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_diorite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_diorite_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_diorite_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_diorite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_diorite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_diorite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_diorite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_diorite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_diorite_brick_wall.json b/src/generated/resources/assets/create/blockstates/cut_diorite_brick_wall.json index d7aa0776cf..45664158e1 100644 --- a/src/generated/resources/assets/create/blockstates/cut_diorite_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_diorite_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_diorite_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_diorite_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_diorite_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_diorite_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_diorite_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_diorite_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_diorite_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_diorite_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_diorite_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_diorite_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_diorite_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_diorite_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_diorite_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_diorite_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_diorite_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_diorite_slab.json b/src/generated/resources/assets/create/blockstates/cut_diorite_slab.json index 8820c140b1..615eb5aac7 100644 --- a/src/generated/resources/assets/create/blockstates/cut_diorite_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_diorite_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_diorite_slab_top" - }, "type=bottom": { "model": "create:block/cut_diorite_slab" }, "type=double": { "model": "create:block/cut_diorite" + }, + "type=top": { + "model": "create:block/cut_diorite_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_diorite_stairs.json b/src/generated/resources/assets/create/blockstates/cut_diorite_stairs.json index 2530ec94d9..078502e64a 100644 --- a/src/generated/resources/assets/create/blockstates/cut_diorite_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_diorite_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_diorite_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_diorite_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_diorite_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_diorite_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_diorite_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_diorite_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_diorite_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_diorite_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_diorite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_diorite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_diorite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_diorite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_diorite_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_diorite_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_diorite_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_diorite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_diorite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_diorite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_diorite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_diorite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_diorite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_diorite_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_diorite_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_diorite_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_diorite_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_diorite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_diorite_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_diorite_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_diorite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_diorite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_diorite_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_diorite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_diorite_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_diorite_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_diorite_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_diorite_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_diorite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_diorite_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_diorite_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_diorite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_diorite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_diorite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_diorite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_diorite_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_diorite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_diorite_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_diorite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_diorite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_diorite_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_diorite_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_diorite_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_diorite_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_diorite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_diorite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_diorite_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_diorite_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_diorite_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_diorite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_diorite_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_diorite_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_diorite_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_diorite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_diorite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_diorite_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_diorite_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_diorite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_diorite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_diorite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_diorite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_diorite_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_diorite_wall.json b/src/generated/resources/assets/create/blockstates/cut_diorite_wall.json index d16d6fa64b..d2e8b00322 100644 --- a/src/generated/resources/assets/create/blockstates/cut_diorite_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_diorite_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_diorite_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_diorite_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_diorite_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_diorite_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_diorite_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_diorite_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_diorite_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_diorite_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_diorite_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_diorite_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_diorite_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_diorite_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_diorite_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_diorite_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_diorite_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_dripstone_brick_slab.json b/src/generated/resources/assets/create/blockstates/cut_dripstone_brick_slab.json index b022615cd3..e009bb4220 100644 --- a/src/generated/resources/assets/create/blockstates/cut_dripstone_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_dripstone_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_dripstone_brick_slab_top" - }, "type=bottom": { "model": "create:block/cut_dripstone_brick_slab" }, "type=double": { "model": "create:block/cut_dripstone_bricks" + }, + "type=top": { + "model": "create:block/cut_dripstone_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_dripstone_brick_stairs.json b/src/generated/resources/assets/create/blockstates/cut_dripstone_brick_stairs.json index 3b4f0f1a64..4287b9f656 100644 --- a/src/generated/resources/assets/create/blockstates/cut_dripstone_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_dripstone_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_dripstone_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_dripstone_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_dripstone_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_dripstone_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_dripstone_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_dripstone_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_dripstone_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_dripstone_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_dripstone_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_dripstone_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_dripstone_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_dripstone_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_dripstone_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_dripstone_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_dripstone_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_dripstone_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_dripstone_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_dripstone_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_dripstone_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_dripstone_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_dripstone_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_dripstone_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_dripstone_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_dripstone_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_dripstone_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_dripstone_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_dripstone_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_dripstone_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_dripstone_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_dripstone_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_dripstone_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_dripstone_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_dripstone_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_dripstone_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_dripstone_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_dripstone_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_dripstone_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_dripstone_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_dripstone_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_dripstone_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_dripstone_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_dripstone_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_dripstone_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_dripstone_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_dripstone_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_dripstone_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_dripstone_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_dripstone_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_dripstone_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_dripstone_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_dripstone_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_dripstone_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_dripstone_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_dripstone_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_dripstone_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_dripstone_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_dripstone_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_dripstone_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_dripstone_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_dripstone_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_dripstone_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_dripstone_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_dripstone_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_dripstone_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_dripstone_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_dripstone_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_dripstone_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_dripstone_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_dripstone_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_dripstone_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_dripstone_brick_wall.json b/src/generated/resources/assets/create/blockstates/cut_dripstone_brick_wall.json index 7421d0842a..c8c0ed83cd 100644 --- a/src/generated/resources/assets/create/blockstates/cut_dripstone_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_dripstone_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_dripstone_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_dripstone_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_dripstone_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_dripstone_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_dripstone_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_dripstone_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_dripstone_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_dripstone_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_dripstone_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_dripstone_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_dripstone_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_dripstone_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_dripstone_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_dripstone_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_dripstone_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_dripstone_slab.json b/src/generated/resources/assets/create/blockstates/cut_dripstone_slab.json index 15764b73f7..71e7ae5baf 100644 --- a/src/generated/resources/assets/create/blockstates/cut_dripstone_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_dripstone_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_dripstone_slab_top" - }, "type=bottom": { "model": "create:block/cut_dripstone_slab" }, "type=double": { "model": "create:block/cut_dripstone" + }, + "type=top": { + "model": "create:block/cut_dripstone_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_dripstone_stairs.json b/src/generated/resources/assets/create/blockstates/cut_dripstone_stairs.json index 0a4d3817bf..5c4a59f9a1 100644 --- a/src/generated/resources/assets/create/blockstates/cut_dripstone_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_dripstone_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_dripstone_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_dripstone_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_dripstone_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_dripstone_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_dripstone_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_dripstone_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_dripstone_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_dripstone_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_dripstone_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_dripstone_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_dripstone_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_dripstone_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_dripstone_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_dripstone_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_dripstone_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_dripstone_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_dripstone_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_dripstone_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_dripstone_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_dripstone_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_dripstone_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_dripstone_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_dripstone_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_dripstone_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_dripstone_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_dripstone_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_dripstone_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_dripstone_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_dripstone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_dripstone_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_dripstone_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_dripstone_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_dripstone_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_dripstone_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_dripstone_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_dripstone_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_dripstone_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_dripstone_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_dripstone_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_dripstone_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_dripstone_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_dripstone_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_dripstone_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_dripstone_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_dripstone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_dripstone_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_dripstone_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_dripstone_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_dripstone_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_dripstone_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_dripstone_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_dripstone_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_dripstone_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_dripstone_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_dripstone_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_dripstone_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_dripstone_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_dripstone_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_dripstone_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_dripstone_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_dripstone_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_dripstone_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_dripstone_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_dripstone_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_dripstone_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_dripstone_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_dripstone_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_dripstone_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_dripstone_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_dripstone_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_dripstone_wall.json b/src/generated/resources/assets/create/blockstates/cut_dripstone_wall.json index ca85d8dbc5..255e4e8440 100644 --- a/src/generated/resources/assets/create/blockstates/cut_dripstone_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_dripstone_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_dripstone_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_dripstone_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_dripstone_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_dripstone_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_dripstone_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_dripstone_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_dripstone_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_dripstone_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_dripstone_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_dripstone_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_dripstone_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_dripstone_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_dripstone_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_dripstone_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_dripstone_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_granite_brick_slab.json b/src/generated/resources/assets/create/blockstates/cut_granite_brick_slab.json index a33f086c26..542a1b832e 100644 --- a/src/generated/resources/assets/create/blockstates/cut_granite_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_granite_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_granite_brick_slab_top" - }, "type=bottom": { "model": "create:block/cut_granite_brick_slab" }, "type=double": { "model": "create:block/cut_granite_bricks" + }, + "type=top": { + "model": "create:block/cut_granite_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_granite_brick_stairs.json b/src/generated/resources/assets/create/blockstates/cut_granite_brick_stairs.json index cd285b697a..ee845587f4 100644 --- a/src/generated/resources/assets/create/blockstates/cut_granite_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_granite_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_granite_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_granite_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_granite_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_granite_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_granite_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_granite_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_granite_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_granite_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_granite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_granite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_granite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_granite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_granite_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_granite_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_granite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_granite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_granite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_granite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_granite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_granite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_granite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_granite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_granite_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_granite_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_granite_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_granite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_granite_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_granite_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_granite_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_granite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_granite_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_granite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_granite_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_granite_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_granite_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_granite_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_granite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_granite_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_granite_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_granite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_granite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_granite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_granite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_granite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_granite_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_granite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_granite_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_granite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_granite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_granite_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_granite_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_granite_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_granite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_granite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_granite_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_granite_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_granite_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_granite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_granite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_granite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_granite_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_granite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_granite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_granite_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_granite_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_granite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_granite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_granite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_granite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_granite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_granite_brick_wall.json b/src/generated/resources/assets/create/blockstates/cut_granite_brick_wall.json index 28ac5c2b27..2230f63e9f 100644 --- a/src/generated/resources/assets/create/blockstates/cut_granite_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_granite_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_granite_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_granite_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_granite_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_granite_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_granite_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_granite_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_granite_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_granite_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_granite_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_granite_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_granite_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_granite_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_granite_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_granite_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_granite_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_granite_slab.json b/src/generated/resources/assets/create/blockstates/cut_granite_slab.json index 1761bef2d6..16d4167b78 100644 --- a/src/generated/resources/assets/create/blockstates/cut_granite_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_granite_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_granite_slab_top" - }, "type=bottom": { "model": "create:block/cut_granite_slab" }, "type=double": { "model": "create:block/cut_granite" + }, + "type=top": { + "model": "create:block/cut_granite_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_granite_stairs.json b/src/generated/resources/assets/create/blockstates/cut_granite_stairs.json index 946d6ac5e4..53c844ce4f 100644 --- a/src/generated/resources/assets/create/blockstates/cut_granite_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_granite_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_granite_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_granite_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_granite_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_granite_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_granite_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_granite_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_granite_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_granite_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_granite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_granite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_granite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_granite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_granite_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_granite_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_granite_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_granite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_granite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_granite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_granite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_granite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_granite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_granite_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_granite_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_granite_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_granite_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_granite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_granite_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_granite_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_granite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_granite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_granite_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_granite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_granite_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_granite_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_granite_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_granite_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_granite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_granite_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_granite_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_granite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_granite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_granite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_granite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_granite_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_granite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_granite_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_granite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_granite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_granite_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_granite_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_granite_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_granite_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_granite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_granite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_granite_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_granite_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_granite_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_granite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_granite_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_granite_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_granite_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_granite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_granite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_granite_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_granite_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_granite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_granite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_granite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_granite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_granite_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_granite_wall.json b/src/generated/resources/assets/create/blockstates/cut_granite_wall.json index 2ef10ec511..9612e875d8 100644 --- a/src/generated/resources/assets/create/blockstates/cut_granite_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_granite_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_granite_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_granite_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_granite_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_granite_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_granite_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_granite_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_granite_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_granite_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_granite_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_granite_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_granite_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_granite_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_granite_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_granite_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_granite_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_limestone_brick_slab.json b/src/generated/resources/assets/create/blockstates/cut_limestone_brick_slab.json index 7e4d3ff336..2b8572d613 100644 --- a/src/generated/resources/assets/create/blockstates/cut_limestone_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_limestone_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_limestone_brick_slab_top" - }, "type=bottom": { "model": "create:block/cut_limestone_brick_slab" }, "type=double": { "model": "create:block/cut_limestone_bricks" + }, + "type=top": { + "model": "create:block/cut_limestone_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_limestone_brick_stairs.json b/src/generated/resources/assets/create/blockstates/cut_limestone_brick_stairs.json index 91336c0159..ee1963cd4d 100644 --- a/src/generated/resources/assets/create/blockstates/cut_limestone_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_limestone_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_limestone_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_limestone_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_limestone_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_limestone_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_limestone_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_limestone_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_limestone_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_limestone_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_limestone_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_limestone_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_limestone_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_limestone_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_limestone_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_limestone_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_limestone_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_limestone_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_limestone_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_limestone_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_limestone_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_limestone_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_limestone_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_limestone_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_limestone_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_limestone_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_limestone_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_limestone_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_limestone_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_limestone_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_limestone_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_limestone_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_limestone_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_limestone_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_limestone_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_limestone_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_limestone_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_limestone_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_limestone_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_limestone_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_limestone_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_limestone_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_limestone_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_limestone_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_limestone_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_limestone_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_limestone_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_limestone_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_limestone_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_limestone_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_limestone_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_limestone_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_limestone_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_limestone_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_limestone_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_limestone_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_limestone_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_limestone_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_limestone_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_limestone_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_limestone_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_limestone_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_limestone_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_limestone_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_limestone_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_limestone_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_limestone_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_limestone_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_limestone_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_limestone_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_limestone_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_limestone_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_limestone_brick_wall.json b/src/generated/resources/assets/create/blockstates/cut_limestone_brick_wall.json index 8796ddc659..9c23e6ffd9 100644 --- a/src/generated/resources/assets/create/blockstates/cut_limestone_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_limestone_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_limestone_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_limestone_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_limestone_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_limestone_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_limestone_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_limestone_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_limestone_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_limestone_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_limestone_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_limestone_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_limestone_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_limestone_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_limestone_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_limestone_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_limestone_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_limestone_slab.json b/src/generated/resources/assets/create/blockstates/cut_limestone_slab.json index 70bc58f2a0..08a4db50d9 100644 --- a/src/generated/resources/assets/create/blockstates/cut_limestone_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_limestone_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_limestone_slab_top" - }, "type=bottom": { "model": "create:block/cut_limestone_slab" }, "type=double": { "model": "create:block/cut_limestone" + }, + "type=top": { + "model": "create:block/cut_limestone_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_limestone_stairs.json b/src/generated/resources/assets/create/blockstates/cut_limestone_stairs.json index 2a76ae6c75..d5c6fa207a 100644 --- a/src/generated/resources/assets/create/blockstates/cut_limestone_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_limestone_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_limestone_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_limestone_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_limestone_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_limestone_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_limestone_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_limestone_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_limestone_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_limestone_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_limestone_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_limestone_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_limestone_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_limestone_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_limestone_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_limestone_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_limestone_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_limestone_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_limestone_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_limestone_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_limestone_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_limestone_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_limestone_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_limestone_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_limestone_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_limestone_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_limestone_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_limestone_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_limestone_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_limestone_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_limestone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_limestone_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_limestone_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_limestone_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_limestone_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_limestone_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_limestone_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_limestone_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_limestone_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_limestone_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_limestone_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_limestone_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_limestone_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_limestone_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_limestone_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_limestone_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_limestone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_limestone_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_limestone_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_limestone_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_limestone_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_limestone_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_limestone_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_limestone_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_limestone_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_limestone_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_limestone_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_limestone_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_limestone_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_limestone_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_limestone_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_limestone_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_limestone_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_limestone_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_limestone_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_limestone_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_limestone_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_limestone_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_limestone_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_limestone_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_limestone_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_limestone_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_limestone_wall.json b/src/generated/resources/assets/create/blockstates/cut_limestone_wall.json index f952409ac8..775cc16e77 100644 --- a/src/generated/resources/assets/create/blockstates/cut_limestone_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_limestone_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_limestone_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_limestone_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_limestone_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_limestone_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_limestone_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_limestone_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_limestone_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_limestone_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_limestone_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_limestone_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_limestone_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_limestone_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_limestone_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_limestone_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_limestone_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_ochrum_brick_slab.json b/src/generated/resources/assets/create/blockstates/cut_ochrum_brick_slab.json index 7200c12916..d84a7963e4 100644 --- a/src/generated/resources/assets/create/blockstates/cut_ochrum_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_ochrum_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_ochrum_brick_slab_top" - }, "type=bottom": { "model": "create:block/cut_ochrum_brick_slab" }, "type=double": { "model": "create:block/cut_ochrum_bricks" + }, + "type=top": { + "model": "create:block/cut_ochrum_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_ochrum_brick_stairs.json b/src/generated/resources/assets/create/blockstates/cut_ochrum_brick_stairs.json index 568df7f591..58ba53ad14 100644 --- a/src/generated/resources/assets/create/blockstates/cut_ochrum_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_ochrum_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_ochrum_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_ochrum_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_ochrum_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_ochrum_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_ochrum_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_ochrum_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_ochrum_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_ochrum_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_ochrum_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_ochrum_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_ochrum_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_ochrum_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_ochrum_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_ochrum_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_ochrum_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_ochrum_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_ochrum_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_ochrum_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_ochrum_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_ochrum_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_ochrum_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_ochrum_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_ochrum_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_ochrum_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_ochrum_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_ochrum_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_ochrum_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_ochrum_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_ochrum_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_ochrum_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_ochrum_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_ochrum_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_ochrum_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_ochrum_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_ochrum_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_ochrum_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_ochrum_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_ochrum_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_ochrum_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_ochrum_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_ochrum_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_ochrum_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_ochrum_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_ochrum_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_ochrum_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_ochrum_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_ochrum_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_ochrum_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_ochrum_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_ochrum_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_ochrum_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_ochrum_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_ochrum_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_ochrum_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_ochrum_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_ochrum_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_ochrum_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_ochrum_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_ochrum_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_ochrum_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_ochrum_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_ochrum_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_ochrum_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_ochrum_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_ochrum_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_ochrum_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_ochrum_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_ochrum_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_ochrum_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_ochrum_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_ochrum_brick_wall.json b/src/generated/resources/assets/create/blockstates/cut_ochrum_brick_wall.json index 04cd39cb28..023aef5036 100644 --- a/src/generated/resources/assets/create/blockstates/cut_ochrum_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_ochrum_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_ochrum_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_ochrum_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_ochrum_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_ochrum_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_ochrum_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_ochrum_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_ochrum_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_ochrum_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_ochrum_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_ochrum_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_ochrum_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_ochrum_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_ochrum_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_ochrum_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_ochrum_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_ochrum_slab.json b/src/generated/resources/assets/create/blockstates/cut_ochrum_slab.json index 347e8a29b7..2ecca609b4 100644 --- a/src/generated/resources/assets/create/blockstates/cut_ochrum_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_ochrum_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_ochrum_slab_top" - }, "type=bottom": { "model": "create:block/cut_ochrum_slab" }, "type=double": { "model": "create:block/cut_ochrum" + }, + "type=top": { + "model": "create:block/cut_ochrum_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_ochrum_stairs.json b/src/generated/resources/assets/create/blockstates/cut_ochrum_stairs.json index 2fdd2ae5de..37a0b5ec62 100644 --- a/src/generated/resources/assets/create/blockstates/cut_ochrum_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_ochrum_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_ochrum_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_ochrum_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_ochrum_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_ochrum_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_ochrum_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_ochrum_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_ochrum_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_ochrum_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_ochrum_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_ochrum_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_ochrum_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_ochrum_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_ochrum_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_ochrum_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_ochrum_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_ochrum_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_ochrum_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_ochrum_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_ochrum_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_ochrum_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_ochrum_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_ochrum_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_ochrum_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_ochrum_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_ochrum_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_ochrum_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_ochrum_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_ochrum_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_ochrum_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_ochrum_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_ochrum_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_ochrum_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_ochrum_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_ochrum_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_ochrum_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_ochrum_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_ochrum_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_ochrum_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_ochrum_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_ochrum_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_ochrum_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_ochrum_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_ochrum_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_ochrum_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_ochrum_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_ochrum_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_ochrum_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_ochrum_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_ochrum_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_ochrum_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_ochrum_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_ochrum_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_ochrum_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_ochrum_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_ochrum_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_ochrum_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_ochrum_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_ochrum_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_ochrum_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_ochrum_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_ochrum_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_ochrum_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_ochrum_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_ochrum_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_ochrum_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_ochrum_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_ochrum_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_ochrum_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_ochrum_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_ochrum_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_ochrum_wall.json b/src/generated/resources/assets/create/blockstates/cut_ochrum_wall.json index 4efa8c68ec..56b05543e6 100644 --- a/src/generated/resources/assets/create/blockstates/cut_ochrum_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_ochrum_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_ochrum_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_ochrum_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_ochrum_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_ochrum_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_ochrum_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_ochrum_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_ochrum_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_ochrum_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_ochrum_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_ochrum_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_ochrum_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_ochrum_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_ochrum_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_ochrum_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_ochrum_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_scorchia_brick_slab.json b/src/generated/resources/assets/create/blockstates/cut_scorchia_brick_slab.json index 6236e6dcfa..373dd51d3a 100644 --- a/src/generated/resources/assets/create/blockstates/cut_scorchia_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_scorchia_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_scorchia_brick_slab_top" - }, "type=bottom": { "model": "create:block/cut_scorchia_brick_slab" }, "type=double": { "model": "create:block/cut_scorchia_bricks" + }, + "type=top": { + "model": "create:block/cut_scorchia_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_scorchia_brick_stairs.json b/src/generated/resources/assets/create/blockstates/cut_scorchia_brick_stairs.json index d939d30677..39820df9ef 100644 --- a/src/generated/resources/assets/create/blockstates/cut_scorchia_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_scorchia_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_scorchia_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_scorchia_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_scorchia_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_scorchia_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_scorchia_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_scorchia_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_scorchia_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_scorchia_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_scorchia_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_scorchia_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_scorchia_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_scorchia_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_scorchia_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_scorchia_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_scorchia_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_scorchia_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_scorchia_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_scorchia_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_scorchia_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_scorchia_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_scorchia_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_scorchia_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_scorchia_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_scorchia_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_scorchia_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_scorchia_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_scorchia_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_scorchia_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_scorchia_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_scorchia_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_scorchia_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_scorchia_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_scorchia_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_scorchia_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_scorchia_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_scorchia_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_scorchia_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_scorchia_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_scorchia_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_scorchia_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_scorchia_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_scorchia_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_scorchia_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_scorchia_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_scorchia_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_scorchia_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_scorchia_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_scorchia_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_scorchia_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_scorchia_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_scorchia_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_scorchia_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_scorchia_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_scorchia_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_scorchia_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_scorchia_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_scorchia_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_scorchia_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_scorchia_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_scorchia_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_scorchia_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_scorchia_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_scorchia_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_scorchia_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_scorchia_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_scorchia_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_scorchia_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_scorchia_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_scorchia_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_scorchia_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_scorchia_brick_wall.json b/src/generated/resources/assets/create/blockstates/cut_scorchia_brick_wall.json index 0f2df20657..6a0500203e 100644 --- a/src/generated/resources/assets/create/blockstates/cut_scorchia_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_scorchia_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_scorchia_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_scorchia_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_scorchia_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scorchia_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_scorchia_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scorchia_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_scorchia_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scorchia_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_scorchia_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scorchia_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_scorchia_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scorchia_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_scorchia_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_scorchia_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_scorchia_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_scorchia_slab.json b/src/generated/resources/assets/create/blockstates/cut_scorchia_slab.json index 500ffcd9dc..9219406ad9 100644 --- a/src/generated/resources/assets/create/blockstates/cut_scorchia_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_scorchia_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_scorchia_slab_top" - }, "type=bottom": { "model": "create:block/cut_scorchia_slab" }, "type=double": { "model": "create:block/cut_scorchia" + }, + "type=top": { + "model": "create:block/cut_scorchia_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_scorchia_stairs.json b/src/generated/resources/assets/create/blockstates/cut_scorchia_stairs.json index 29a0388992..cea938deaa 100644 --- a/src/generated/resources/assets/create/blockstates/cut_scorchia_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_scorchia_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_scorchia_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_scorchia_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_scorchia_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_scorchia_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_scorchia_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_scorchia_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_scorchia_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_scorchia_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_scorchia_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_scorchia_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_scorchia_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_scorchia_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_scorchia_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_scorchia_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_scorchia_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_scorchia_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_scorchia_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_scorchia_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_scorchia_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_scorchia_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_scorchia_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_scorchia_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_scorchia_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_scorchia_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_scorchia_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_scorchia_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_scorchia_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_scorchia_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_scorchia_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_scorchia_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_scorchia_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_scorchia_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_scorchia_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_scorchia_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_scorchia_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_scorchia_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_scorchia_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_scorchia_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_scorchia_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_scorchia_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_scorchia_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_scorchia_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_scorchia_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_scorchia_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_scorchia_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_scorchia_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_scorchia_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_scorchia_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_scorchia_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_scorchia_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_scorchia_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_scorchia_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_scorchia_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_scorchia_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_scorchia_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_scorchia_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_scorchia_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_scorchia_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_scorchia_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_scorchia_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_scorchia_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_scorchia_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_scorchia_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_scorchia_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_scorchia_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_scorchia_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_scorchia_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_scorchia_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_scorchia_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_scorchia_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_scorchia_wall.json b/src/generated/resources/assets/create/blockstates/cut_scorchia_wall.json index fb83b60f26..d378e9038b 100644 --- a/src/generated/resources/assets/create/blockstates/cut_scorchia_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_scorchia_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_scorchia_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_scorchia_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_scorchia_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scorchia_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_scorchia_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scorchia_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_scorchia_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scorchia_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_scorchia_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scorchia_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_scorchia_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scorchia_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_scorchia_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_scorchia_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_scorchia_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_scoria_brick_slab.json b/src/generated/resources/assets/create/blockstates/cut_scoria_brick_slab.json index f880aaa819..c6d96fab82 100644 --- a/src/generated/resources/assets/create/blockstates/cut_scoria_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_scoria_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_scoria_brick_slab_top" - }, "type=bottom": { "model": "create:block/cut_scoria_brick_slab" }, "type=double": { "model": "create:block/cut_scoria_bricks" + }, + "type=top": { + "model": "create:block/cut_scoria_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_scoria_brick_stairs.json b/src/generated/resources/assets/create/blockstates/cut_scoria_brick_stairs.json index 6cef376689..6f301ec8dd 100644 --- a/src/generated/resources/assets/create/blockstates/cut_scoria_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_scoria_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_scoria_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_scoria_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_scoria_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_scoria_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_scoria_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_scoria_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_scoria_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_scoria_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_scoria_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_scoria_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_scoria_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_scoria_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_scoria_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_scoria_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_scoria_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_scoria_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_scoria_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_scoria_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_scoria_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_scoria_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_scoria_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_scoria_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_scoria_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_scoria_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_scoria_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_scoria_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_scoria_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_scoria_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_scoria_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_scoria_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_scoria_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_scoria_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_scoria_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_scoria_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_scoria_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_scoria_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_scoria_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_scoria_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_scoria_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_scoria_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_scoria_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_scoria_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_scoria_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_scoria_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_scoria_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_scoria_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_scoria_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_scoria_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_scoria_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_scoria_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_scoria_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_scoria_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_scoria_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_scoria_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_scoria_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_scoria_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_scoria_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_scoria_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_scoria_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_scoria_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_scoria_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_scoria_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_scoria_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_scoria_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_scoria_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_scoria_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_scoria_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_scoria_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_scoria_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_scoria_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_scoria_brick_wall.json b/src/generated/resources/assets/create/blockstates/cut_scoria_brick_wall.json index 8d92f04f54..8b8fcefae2 100644 --- a/src/generated/resources/assets/create/blockstates/cut_scoria_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_scoria_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_scoria_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_scoria_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_scoria_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scoria_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_scoria_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scoria_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_scoria_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scoria_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_scoria_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scoria_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_scoria_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scoria_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_scoria_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_scoria_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_scoria_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_scoria_slab.json b/src/generated/resources/assets/create/blockstates/cut_scoria_slab.json index 1db921ee6c..bb57bbddac 100644 --- a/src/generated/resources/assets/create/blockstates/cut_scoria_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_scoria_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_scoria_slab_top" - }, "type=bottom": { "model": "create:block/cut_scoria_slab" }, "type=double": { "model": "create:block/cut_scoria" + }, + "type=top": { + "model": "create:block/cut_scoria_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_scoria_stairs.json b/src/generated/resources/assets/create/blockstates/cut_scoria_stairs.json index 2b7ddebe4e..8de9892b8b 100644 --- a/src/generated/resources/assets/create/blockstates/cut_scoria_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_scoria_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_scoria_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_scoria_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_scoria_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_scoria_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_scoria_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_scoria_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_scoria_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_scoria_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_scoria_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_scoria_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_scoria_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_scoria_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_scoria_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_scoria_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_scoria_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_scoria_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_scoria_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_scoria_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_scoria_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_scoria_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_scoria_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_scoria_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_scoria_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_scoria_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_scoria_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_scoria_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_scoria_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_scoria_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_scoria_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_scoria_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_scoria_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_scoria_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_scoria_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_scoria_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_scoria_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_scoria_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_scoria_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_scoria_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_scoria_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_scoria_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_scoria_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_scoria_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_scoria_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_scoria_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_scoria_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_scoria_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_scoria_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_scoria_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_scoria_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_scoria_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_scoria_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_scoria_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_scoria_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_scoria_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_scoria_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_scoria_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_scoria_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_scoria_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_scoria_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_scoria_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_scoria_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_scoria_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_scoria_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_scoria_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_scoria_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_scoria_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_scoria_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_scoria_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_scoria_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_scoria_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_scoria_wall.json b/src/generated/resources/assets/create/blockstates/cut_scoria_wall.json index 6d7ff0cbba..eab1e7e96a 100644 --- a/src/generated/resources/assets/create/blockstates/cut_scoria_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_scoria_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_scoria_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_scoria_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_scoria_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scoria_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_scoria_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scoria_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_scoria_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scoria_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_scoria_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scoria_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_scoria_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_scoria_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_scoria_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_scoria_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_scoria_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_tuff_brick_slab.json b/src/generated/resources/assets/create/blockstates/cut_tuff_brick_slab.json index a00409efd5..c00bc38024 100644 --- a/src/generated/resources/assets/create/blockstates/cut_tuff_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_tuff_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_tuff_brick_slab_top" - }, "type=bottom": { "model": "create:block/cut_tuff_brick_slab" }, "type=double": { "model": "create:block/cut_tuff_bricks" + }, + "type=top": { + "model": "create:block/cut_tuff_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_tuff_brick_stairs.json b/src/generated/resources/assets/create/blockstates/cut_tuff_brick_stairs.json index d7d79e0827..b6843b15f4 100644 --- a/src/generated/resources/assets/create/blockstates/cut_tuff_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_tuff_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_tuff_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_tuff_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_tuff_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_tuff_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_tuff_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_tuff_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_tuff_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_tuff_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_tuff_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_tuff_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_tuff_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_tuff_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_tuff_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_tuff_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_tuff_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_tuff_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_tuff_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_tuff_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_tuff_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_tuff_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_tuff_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_tuff_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_tuff_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_tuff_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_tuff_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_tuff_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_tuff_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_tuff_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_tuff_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_tuff_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_tuff_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_tuff_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_tuff_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_tuff_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_tuff_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_tuff_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_tuff_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_tuff_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_tuff_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_tuff_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_tuff_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_tuff_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_tuff_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_tuff_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_tuff_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_tuff_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_tuff_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_tuff_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_tuff_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_tuff_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_tuff_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_tuff_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_tuff_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_tuff_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_tuff_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_tuff_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_tuff_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_tuff_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_tuff_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_tuff_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_tuff_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_tuff_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_tuff_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_tuff_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_tuff_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_tuff_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_tuff_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_tuff_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_tuff_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_tuff_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_tuff_brick_wall.json b/src/generated/resources/assets/create/blockstates/cut_tuff_brick_wall.json index 85114cd214..9532cc0314 100644 --- a/src/generated/resources/assets/create/blockstates/cut_tuff_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_tuff_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_tuff_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_tuff_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_tuff_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_tuff_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_tuff_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_tuff_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_tuff_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_tuff_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_tuff_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_tuff_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_tuff_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_tuff_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_tuff_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_tuff_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_tuff_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_tuff_slab.json b/src/generated/resources/assets/create/blockstates/cut_tuff_slab.json index f26055cc7d..f89a81ba33 100644 --- a/src/generated/resources/assets/create/blockstates/cut_tuff_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_tuff_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_tuff_slab_top" - }, "type=bottom": { "model": "create:block/cut_tuff_slab" }, "type=double": { "model": "create:block/cut_tuff" + }, + "type=top": { + "model": "create:block/cut_tuff_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_tuff_stairs.json b/src/generated/resources/assets/create/blockstates/cut_tuff_stairs.json index 6f1931903a..6681f10174 100644 --- a/src/generated/resources/assets/create/blockstates/cut_tuff_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_tuff_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_tuff_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_tuff_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_tuff_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_tuff_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_tuff_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_tuff_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_tuff_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_tuff_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_tuff_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_tuff_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_tuff_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_tuff_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_tuff_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_tuff_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_tuff_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_tuff_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_tuff_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_tuff_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_tuff_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_tuff_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_tuff_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_tuff_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_tuff_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_tuff_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_tuff_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_tuff_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_tuff_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_tuff_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_tuff_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_tuff_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_tuff_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_tuff_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_tuff_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_tuff_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_tuff_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_tuff_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_tuff_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_tuff_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_tuff_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_tuff_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_tuff_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_tuff_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_tuff_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_tuff_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_tuff_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_tuff_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_tuff_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_tuff_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_tuff_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_tuff_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_tuff_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_tuff_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_tuff_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_tuff_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_tuff_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_tuff_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_tuff_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_tuff_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_tuff_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_tuff_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_tuff_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_tuff_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_tuff_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_tuff_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_tuff_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_tuff_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_tuff_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_tuff_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_tuff_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_tuff_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_tuff_wall.json b/src/generated/resources/assets/create/blockstates/cut_tuff_wall.json index 040a9f6e59..284d928a7c 100644 --- a/src/generated/resources/assets/create/blockstates/cut_tuff_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_tuff_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_tuff_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_tuff_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_tuff_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_tuff_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_tuff_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_tuff_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_tuff_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_tuff_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_tuff_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_tuff_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_tuff_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_tuff_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_tuff_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_tuff_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_tuff_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_veridium_brick_slab.json b/src/generated/resources/assets/create/blockstates/cut_veridium_brick_slab.json index c5b44cb199..708959c19d 100644 --- a/src/generated/resources/assets/create/blockstates/cut_veridium_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_veridium_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_veridium_brick_slab_top" - }, "type=bottom": { "model": "create:block/cut_veridium_brick_slab" }, "type=double": { "model": "create:block/cut_veridium_bricks" + }, + "type=top": { + "model": "create:block/cut_veridium_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_veridium_brick_stairs.json b/src/generated/resources/assets/create/blockstates/cut_veridium_brick_stairs.json index 6252c6caca..e3077ea602 100644 --- a/src/generated/resources/assets/create/blockstates/cut_veridium_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_veridium_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_veridium_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_veridium_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_veridium_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_veridium_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_veridium_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_veridium_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_veridium_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_veridium_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_veridium_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_veridium_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_veridium_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_veridium_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_veridium_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_veridium_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_veridium_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_veridium_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_veridium_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_veridium_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_veridium_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_veridium_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_veridium_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_veridium_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_veridium_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_veridium_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_veridium_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_veridium_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_veridium_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_veridium_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_veridium_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_veridium_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_veridium_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_veridium_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_veridium_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_veridium_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_veridium_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_veridium_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_veridium_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_veridium_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_veridium_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_veridium_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_veridium_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_veridium_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_veridium_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_veridium_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_veridium_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_veridium_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_veridium_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_veridium_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_veridium_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_veridium_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_veridium_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_veridium_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_veridium_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_veridium_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_veridium_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_veridium_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_veridium_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_veridium_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_veridium_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_veridium_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_veridium_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_veridium_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_veridium_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_veridium_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_veridium_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_veridium_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_veridium_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_veridium_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_veridium_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_veridium_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_veridium_brick_wall.json b/src/generated/resources/assets/create/blockstates/cut_veridium_brick_wall.json index 703f8f0f29..7b6e4d25e9 100644 --- a/src/generated/resources/assets/create/blockstates/cut_veridium_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_veridium_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_veridium_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_veridium_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_veridium_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_veridium_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_veridium_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_veridium_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_veridium_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_veridium_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_veridium_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_veridium_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_veridium_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_veridium_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_veridium_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_veridium_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_veridium_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cut_veridium_slab.json b/src/generated/resources/assets/create/blockstates/cut_veridium_slab.json index fc5ffaa335..107445753f 100644 --- a/src/generated/resources/assets/create/blockstates/cut_veridium_slab.json +++ b/src/generated/resources/assets/create/blockstates/cut_veridium_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/cut_veridium_slab_top" - }, "type=bottom": { "model": "create:block/cut_veridium_slab" }, "type=double": { "model": "create:block/cut_veridium" + }, + "type=top": { + "model": "create:block/cut_veridium_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_veridium_stairs.json b/src/generated/resources/assets/create/blockstates/cut_veridium_stairs.json index e24e0dfc8a..831235e1e0 100644 --- a/src/generated/resources/assets/create/blockstates/cut_veridium_stairs.json +++ b/src/generated/resources/assets/create/blockstates/cut_veridium_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/cut_veridium_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/cut_veridium_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/cut_veridium_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/cut_veridium_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/cut_veridium_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/cut_veridium_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/cut_veridium_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/cut_veridium_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/cut_veridium_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/cut_veridium_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/cut_veridium_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/cut_veridium_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/cut_veridium_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/cut_veridium_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/cut_veridium_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/cut_veridium_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/cut_veridium_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/cut_veridium_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/cut_veridium_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/cut_veridium_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/cut_veridium_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/cut_veridium_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/cut_veridium_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/cut_veridium_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/cut_veridium_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/cut_veridium_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/cut_veridium_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/cut_veridium_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/cut_veridium_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/cut_veridium_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/cut_veridium_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/cut_veridium_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/cut_veridium_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/cut_veridium_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/cut_veridium_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/cut_veridium_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/cut_veridium_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/cut_veridium_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/cut_veridium_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/cut_veridium_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/cut_veridium_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/cut_veridium_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/cut_veridium_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/cut_veridium_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/cut_veridium_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/cut_veridium_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/cut_veridium_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/cut_veridium_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/cut_veridium_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/cut_veridium_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/cut_veridium_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/cut_veridium_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/cut_veridium_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/cut_veridium_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/cut_veridium_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/cut_veridium_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/cut_veridium_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/cut_veridium_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/cut_veridium_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/cut_veridium_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/cut_veridium_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/cut_veridium_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/cut_veridium_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/cut_veridium_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/cut_veridium_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/cut_veridium_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/cut_veridium_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/cut_veridium_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/cut_veridium_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/cut_veridium_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cut_veridium_wall.json b/src/generated/resources/assets/create/blockstates/cut_veridium_wall.json index 72a566c077..ff6f014a8d 100644 --- a/src/generated/resources/assets/create/blockstates/cut_veridium_wall.json +++ b/src/generated/resources/assets/create/blockstates/cut_veridium_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/cut_veridium_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/cut_veridium_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/cut_veridium_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_veridium_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/cut_veridium_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_veridium_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/cut_veridium_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_veridium_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/cut_veridium_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_veridium_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/cut_veridium_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/cut_veridium_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/cut_veridium_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/cut_veridium_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/cut_veridium_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/cyan_nixie_tube.json b/src/generated/resources/assets/create/blockstates/cyan_nixie_tube.json index 609b60c804..928478283b 100644 --- a/src/generated/resources/assets/create/blockstates/cyan_nixie_tube.json +++ b/src/generated/resources/assets/create/blockstates/cyan_nixie_tube.json @@ -1,135 +1,112 @@ { "variants": { - "double_face=floor,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=false": { "model": "create:block/cyan_nixie_tube", - "y": 180 + "x": 180, + "y": 270 }, - "double_face=wall,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=true": { "model": "create:block/cyan_nixie_tube", - "x": 90 - }, - "double_face=wall_reversed,facing=north,waterlogged=false": { - "model": "create:block/cyan_nixie_tube", - "x": 90 + "x": 180, + "y": 270 }, "double_face=ceiling,facing=north,waterlogged=false": { "model": "create:block/cyan_nixie_tube", "x": 180, "y": 180 }, - "double_face=floor,facing=south,waterlogged=false": { - "model": "create:block/cyan_nixie_tube" - }, - "double_face=wall,facing=south,waterlogged=false": { + "double_face=ceiling,facing=north,waterlogged=true": { "model": "create:block/cyan_nixie_tube", - "x": 90, - "y": 180 - }, - "double_face=wall_reversed,facing=south,waterlogged=false": { - "model": "create:block/cyan_nixie_tube", - "x": 90, + "x": 180, "y": 180 }, "double_face=ceiling,facing=south,waterlogged=false": { "model": "create:block/cyan_nixie_tube", "x": 180 }, - "double_face=floor,facing=west,waterlogged=false": { + "double_face=ceiling,facing=south,waterlogged=true": { "model": "create:block/cyan_nixie_tube", - "y": 90 - }, - "double_face=wall,facing=west,waterlogged=false": { - "model": "create:block/cyan_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=wall_reversed,facing=west,waterlogged=false": { - "model": "create:block/cyan_nixie_tube", - "x": 90, - "y": 270 + "x": 180 }, "double_face=ceiling,facing=west,waterlogged=false": { "model": "create:block/cyan_nixie_tube", "x": 180, "y": 90 }, + "double_face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/cyan_nixie_tube", + "x": 180, + "y": 90 + }, "double_face=floor,facing=east,waterlogged=false": { "model": "create:block/cyan_nixie_tube", "y": 270 }, - "double_face=wall,facing=east,waterlogged=false": { + "double_face=floor,facing=east,waterlogged=true": { "model": "create:block/cyan_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=wall_reversed,facing=east,waterlogged=false": { - "model": "create:block/cyan_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/cyan_nixie_tube", - "x": 180, "y": 270 }, + "double_face=floor,facing=north,waterlogged=false": { + "model": "create:block/cyan_nixie_tube", + "y": 180 + }, "double_face=floor,facing=north,waterlogged=true": { "model": "create:block/cyan_nixie_tube", "y": 180 }, + "double_face=floor,facing=south,waterlogged=false": { + "model": "create:block/cyan_nixie_tube" + }, + "double_face=floor,facing=south,waterlogged=true": { + "model": "create:block/cyan_nixie_tube" + }, + "double_face=floor,facing=west,waterlogged=false": { + "model": "create:block/cyan_nixie_tube", + "y": 90 + }, + "double_face=floor,facing=west,waterlogged=true": { + "model": "create:block/cyan_nixie_tube", + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=false": { + "model": "create:block/cyan_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=true": { + "model": "create:block/cyan_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=north,waterlogged=false": { + "model": "create:block/cyan_nixie_tube", + "x": 90 + }, "double_face=wall,facing=north,waterlogged=true": { "model": "create:block/cyan_nixie_tube", "x": 90 }, - "double_face=wall_reversed,facing=north,waterlogged=true": { + "double_face=wall,facing=south,waterlogged=false": { "model": "create:block/cyan_nixie_tube", - "x": 90 - }, - "double_face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/cyan_nixie_tube", - "x": 180, + "x": 90, "y": 180 }, - "double_face=floor,facing=south,waterlogged=true": { - "model": "create:block/cyan_nixie_tube" - }, "double_face=wall,facing=south,waterlogged=true": { "model": "create:block/cyan_nixie_tube", "x": 90, "y": 180 }, - "double_face=wall_reversed,facing=south,waterlogged=true": { + "double_face=wall,facing=west,waterlogged=false": { "model": "create:block/cyan_nixie_tube", "x": 90, - "y": 180 - }, - "double_face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/cyan_nixie_tube", - "x": 180 - }, - "double_face=floor,facing=west,waterlogged=true": { - "model": "create:block/cyan_nixie_tube", - "y": 90 + "y": 270 }, "double_face=wall,facing=west,waterlogged=true": { "model": "create:block/cyan_nixie_tube", "x": 90, "y": 270 }, - "double_face=wall_reversed,facing=west,waterlogged=true": { - "model": "create:block/cyan_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/cyan_nixie_tube", - "x": 180, - "y": 90 - }, - "double_face=floor,facing=east,waterlogged=true": { - "model": "create:block/cyan_nixie_tube", - "y": 270 - }, - "double_face=wall,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=east,waterlogged=false": { "model": "create:block/cyan_nixie_tube", "x": 90, "y": 90 @@ -139,9 +116,32 @@ "x": 90, "y": 90 }, - "double_face=ceiling,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=north,waterlogged=false": { "model": "create:block/cyan_nixie_tube", - "x": 180, + "x": 90 + }, + "double_face=wall_reversed,facing=north,waterlogged=true": { + "model": "create:block/cyan_nixie_tube", + "x": 90 + }, + "double_face=wall_reversed,facing=south,waterlogged=false": { + "model": "create:block/cyan_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=south,waterlogged=true": { + "model": "create:block/cyan_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=west,waterlogged=false": { + "model": "create:block/cyan_nixie_tube", + "x": 90, + "y": 270 + }, + "double_face=wall_reversed,facing=west,waterlogged=true": { + "model": "create:block/cyan_nixie_tube", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/cyan_sail.json b/src/generated/resources/assets/create/blockstates/cyan_sail.json index f5049536d2..59943830ec 100644 --- a/src/generated/resources/assets/create/blockstates/cyan_sail.json +++ b/src/generated/resources/assets/create/blockstates/cyan_sail.json @@ -4,8 +4,10 @@ "model": "create:block/cyan_sail", "x": 180 }, - "facing=up": { - "model": "create:block/cyan_sail" + "facing=east": { + "model": "create:block/cyan_sail", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/cyan_sail", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/cyan_sail" + }, "facing=west": { "model": "create:block/cyan_sail", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/cyan_sail", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cyan_toolbox.json b/src/generated/resources/assets/create/blockstates/cyan_toolbox.json index 497aa4ab32..8d38aaaed9 100644 --- a/src/generated/resources/assets/create/blockstates/cyan_toolbox.json +++ b/src/generated/resources/assets/create/blockstates/cyan_toolbox.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/cyan_toolbox", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/cyan_toolbox", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/cyan_toolbox" }, + "facing=north,waterlogged=true": { + "model": "create:block/cyan_toolbox" + }, "facing=south,waterlogged=false": { "model": "create:block/cyan_toolbox", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/cyan_toolbox", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/cyan_toolbox", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/cyan_toolbox", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/cyan_toolbox" - }, - "facing=south,waterlogged=true": { - "model": "create:block/cyan_toolbox", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/cyan_toolbox", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/cyan_toolbox", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/cyan_valve_handle.json b/src/generated/resources/assets/create/blockstates/cyan_valve_handle.json index ca7d5322d6..a05f289cb8 100644 --- a/src/generated/resources/assets/create/blockstates/cyan_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/cyan_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/cyan_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/cyan_valve_handle" + "facing=east": { + "model": "create:block/cyan_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/cyan_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/cyan_valve_handle" + }, "facing=west": { "model": "create:block/cyan_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/cyan_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/dark_oak_window_pane.json b/src/generated/resources/assets/create/blockstates/dark_oak_window_pane.json index 23745e9da8..29edef5691 100644 --- a/src/generated/resources/assets/create/blockstates/dark_oak_window_pane.json +++ b/src/generated/resources/assets/create/blockstates/dark_oak_window_pane.json @@ -6,71 +6,71 @@ } }, { - "when": { - "north": "true" - }, "apply": { "model": "create:block/dark_oak_window_pane_side" + }, + "when": { + "north": "true" } }, { - "when": { - "north": "false" - }, "apply": { "model": "create:block/dark_oak_window_pane_noside" + }, + "when": { + "north": "false" } }, { - "when": { - "south": "true" - }, "apply": { "model": "create:block/dark_oak_window_pane_side_alt" + }, + "when": { + "south": "true" } }, { - "when": { - "south": "false" - }, "apply": { "model": "create:block/dark_oak_window_pane_noside_alt", "y": 90 + }, + "when": { + "south": "false" } }, { - "when": { - "west": "true" - }, "apply": { "model": "create:block/dark_oak_window_pane_side_alt", "y": 90 + }, + "when": { + "west": "true" } }, { - "when": { - "west": "false" - }, "apply": { "model": "create:block/dark_oak_window_pane_noside", "y": 270 + }, + "when": { + "west": "false" } }, { - "when": { - "east": "true" - }, "apply": { "model": "create:block/dark_oak_window_pane_side", "y": 90 + }, + "when": { + "east": "true" } }, { - "when": { - "east": "false" - }, "apply": { "model": "create:block/dark_oak_window_pane_noside_alt" + }, + "when": { + "east": "false" } } ] diff --git a/src/generated/resources/assets/create/blockstates/deployer.json b/src/generated/resources/assets/create/blockstates/deployer.json index e2be81afeb..b66f40f197 100644 --- a/src/generated/resources/assets/create/blockstates/deployer.json +++ b/src/generated/resources/assets/create/blockstates/deployer.json @@ -5,48 +5,48 @@ "x": 270, "y": 90 }, - "axis_along_first=true,facing=down": { + "axis_along_first=false,facing=east": { "model": "create:block/deployer/horizontal", - "x": 270 + "y": 270 + }, + "axis_along_first=false,facing=north": { + "model": "create:block/deployer/vertical", + "y": 180 + }, + "axis_along_first=false,facing=south": { + "model": "create:block/deployer/vertical" }, "axis_along_first=false,facing=up": { "model": "create:block/deployer/horizontal", "x": 90, "y": 90 }, - "axis_along_first=true,facing=up": { + "axis_along_first=false,facing=west": { "model": "create:block/deployer/horizontal", - "x": 90 + "y": 90 }, - "axis_along_first=false,facing=north": { + "axis_along_first=true,facing=down": { + "model": "create:block/deployer/horizontal", + "x": 270 + }, + "axis_along_first=true,facing=east": { "model": "create:block/deployer/vertical", - "y": 180 + "y": 270 }, "axis_along_first=true,facing=north": { "model": "create:block/deployer/horizontal", "y": 180 }, - "axis_along_first=false,facing=south": { - "model": "create:block/deployer/vertical" - }, "axis_along_first=true,facing=south": { "model": "create:block/deployer/horizontal" }, - "axis_along_first=false,facing=west": { + "axis_along_first=true,facing=up": { "model": "create:block/deployer/horizontal", - "y": 90 + "x": 90 }, "axis_along_first=true,facing=west": { "model": "create:block/deployer/vertical", "y": 90 - }, - "axis_along_first=false,facing=east": { - "model": "create:block/deployer/horizontal", - "y": 270 - }, - "axis_along_first=true,facing=east": { - "model": "create:block/deployer/vertical", - "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/display_board.json b/src/generated/resources/assets/create/blockstates/display_board.json index 82092b62f1..d17ff0cf90 100644 --- a/src/generated/resources/assets/create/blockstates/display_board.json +++ b/src/generated/resources/assets/create/blockstates/display_board.json @@ -1,16 +1,46 @@ { "variants": { + "down=false,facing=east,up=false,waterlogged=false": { + "model": "create:block/display_board/block", + "y": 90 + }, + "down=false,facing=east,up=false,waterlogged=true": { + "model": "create:block/display_board/block", + "y": 90 + }, + "down=false,facing=east,up=true,waterlogged=false": { + "model": "create:block/display_board/block", + "y": 90 + }, + "down=false,facing=east,up=true,waterlogged=true": { + "model": "create:block/display_board/block", + "y": 90 + }, "down=false,facing=north,up=false,waterlogged=false": { "model": "create:block/display_board/block" }, - "down=true,facing=north,up=false,waterlogged=false": { + "down=false,facing=north,up=false,waterlogged=true": { + "model": "create:block/display_board/block" + }, + "down=false,facing=north,up=true,waterlogged=false": { + "model": "create:block/display_board/block" + }, + "down=false,facing=north,up=true,waterlogged=true": { "model": "create:block/display_board/block" }, "down=false,facing=south,up=false,waterlogged=false": { "model": "create:block/display_board/block", "y": 180 }, - "down=true,facing=south,up=false,waterlogged=false": { + "down=false,facing=south,up=false,waterlogged=true": { + "model": "create:block/display_board/block", + "y": 180 + }, + "down=false,facing=south,up=true,waterlogged=false": { + "model": "create:block/display_board/block", + "y": 180 + }, + "down=false,facing=south,up=true,waterlogged=true": { "model": "create:block/display_board/block", "y": 180 }, @@ -18,71 +48,19 @@ "model": "create:block/display_board/block", "y": 270 }, - "down=true,facing=west,up=false,waterlogged=false": { + "down=false,facing=west,up=false,waterlogged=true": { "model": "create:block/display_board/block", "y": 270 }, - "down=false,facing=east,up=false,waterlogged=false": { - "model": "create:block/display_board/block", - "y": 90 - }, - "down=true,facing=east,up=false,waterlogged=false": { - "model": "create:block/display_board/block", - "y": 90 - }, - "down=false,facing=north,up=true,waterlogged=false": { - "model": "create:block/display_board/block" - }, - "down=true,facing=north,up=true,waterlogged=false": { - "model": "create:block/display_board/block" - }, - "down=false,facing=south,up=true,waterlogged=false": { - "model": "create:block/display_board/block", - "y": 180 - }, - "down=true,facing=south,up=true,waterlogged=false": { - "model": "create:block/display_board/block", - "y": 180 - }, "down=false,facing=west,up=true,waterlogged=false": { "model": "create:block/display_board/block", "y": 270 }, - "down=true,facing=west,up=true,waterlogged=false": { + "down=false,facing=west,up=true,waterlogged=true": { "model": "create:block/display_board/block", "y": 270 }, - "down=false,facing=east,up=true,waterlogged=false": { - "model": "create:block/display_board/block", - "y": 90 - }, - "down=true,facing=east,up=true,waterlogged=false": { - "model": "create:block/display_board/block", - "y": 90 - }, - "down=false,facing=north,up=false,waterlogged=true": { - "model": "create:block/display_board/block" - }, - "down=true,facing=north,up=false,waterlogged=true": { - "model": "create:block/display_board/block" - }, - "down=false,facing=south,up=false,waterlogged=true": { - "model": "create:block/display_board/block", - "y": 180 - }, - "down=true,facing=south,up=false,waterlogged=true": { - "model": "create:block/display_board/block", - "y": 180 - }, - "down=false,facing=west,up=false,waterlogged=true": { - "model": "create:block/display_board/block", - "y": 270 - }, - "down=true,facing=west,up=false,waterlogged=true": { - "model": "create:block/display_board/block", - "y": 270 - }, - "down=false,facing=east,up=false,waterlogged=true": { + "down=true,facing=east,up=false,waterlogged=false": { "model": "create:block/display_board/block", "y": 90 }, @@ -90,13 +68,35 @@ "model": "create:block/display_board/block", "y": 90 }, - "down=false,facing=north,up=true,waterlogged=true": { + "down=true,facing=east,up=true,waterlogged=false": { + "model": "create:block/display_board/block", + "y": 90 + }, + "down=true,facing=east,up=true,waterlogged=true": { + "model": "create:block/display_board/block", + "y": 90 + }, + "down=true,facing=north,up=false,waterlogged=false": { + "model": "create:block/display_board/block" + }, + "down=true,facing=north,up=false,waterlogged=true": { + "model": "create:block/display_board/block" + }, + "down=true,facing=north,up=true,waterlogged=false": { "model": "create:block/display_board/block" }, "down=true,facing=north,up=true,waterlogged=true": { "model": "create:block/display_board/block" }, - "down=false,facing=south,up=true,waterlogged=true": { + "down=true,facing=south,up=false,waterlogged=false": { + "model": "create:block/display_board/block", + "y": 180 + }, + "down=true,facing=south,up=false,waterlogged=true": { + "model": "create:block/display_board/block", + "y": 180 + }, + "down=true,facing=south,up=true,waterlogged=false": { "model": "create:block/display_board/block", "y": 180 }, @@ -104,21 +104,21 @@ "model": "create:block/display_board/block", "y": 180 }, - "down=false,facing=west,up=true,waterlogged=true": { + "down=true,facing=west,up=false,waterlogged=false": { + "model": "create:block/display_board/block", + "y": 270 + }, + "down=true,facing=west,up=false,waterlogged=true": { + "model": "create:block/display_board/block", + "y": 270 + }, + "down=true,facing=west,up=true,waterlogged=false": { "model": "create:block/display_board/block", "y": 270 }, "down=true,facing=west,up=true,waterlogged=true": { "model": "create:block/display_board/block", "y": 270 - }, - "down=false,facing=east,up=true,waterlogged=true": { - "model": "create:block/display_board/block", - "y": 90 - }, - "down=true,facing=east,up=true,waterlogged=true": { - "model": "create:block/display_board/block", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/display_link.json b/src/generated/resources/assets/create/blockstates/display_link.json index 3baae8857c..7fca1535dc 100644 --- a/src/generated/resources/assets/create/blockstates/display_link.json +++ b/src/generated/resources/assets/create/blockstates/display_link.json @@ -4,53 +4,53 @@ "model": "create:block/display_link/block", "x": 180 }, - "facing=up,powered=false": { - "model": "create:block/display_link/block" + "facing=down,powered=true": { + "model": "create:block/display_link/block_powered", + "x": 180 + }, + "facing=east,powered=false": { + "model": "create:block/display_link/block", + "x": 90, + "y": 90 + }, + "facing=east,powered=true": { + "model": "create:block/display_link/block_powered", + "x": 90, + "y": 90 }, "facing=north,powered=false": { "model": "create:block/display_link/block", "x": 90 }, + "facing=north,powered=true": { + "model": "create:block/display_link/block_powered", + "x": 90 + }, "facing=south,powered=false": { "model": "create:block/display_link/block", "x": 90, "y": 180 }, - "facing=west,powered=false": { - "model": "create:block/display_link/block", - "x": 90, - "y": 270 - }, - "facing=east,powered=false": { - "model": "create:block/display_link/block", - "x": 90, - "y": 90 - }, - "facing=down,powered=true": { - "model": "create:block/display_link/block_powered", - "x": 180 - }, - "facing=up,powered=true": { - "model": "create:block/display_link/block_powered" - }, - "facing=north,powered=true": { - "model": "create:block/display_link/block_powered", - "x": 90 - }, "facing=south,powered=true": { "model": "create:block/display_link/block_powered", "x": 90, "y": 180 }, + "facing=up,powered=false": { + "model": "create:block/display_link/block" + }, + "facing=up,powered=true": { + "model": "create:block/display_link/block_powered" + }, + "facing=west,powered=false": { + "model": "create:block/display_link/block", + "x": 90, + "y": 270 + }, "facing=west,powered=true": { "model": "create:block/display_link/block_powered", "x": 90, "y": 270 - }, - "facing=east,powered=true": { - "model": "create:block/display_link/block_powered", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/encased_chain_drive.json b/src/generated/resources/assets/create/blockstates/encased_chain_drive.json index 6e8df78a8e..20c05044bb 100644 --- a/src/generated/resources/assets/create/blockstates/encased_chain_drive.json +++ b/src/generated/resources/assets/create/blockstates/encased_chain_drive.json @@ -1,97 +1,97 @@ { "variants": { + "axis=x,axis_along_first=false,part=end": { + "model": "create:block/encased_chain_drive/end_horizontal" + }, + "axis=x,axis_along_first=false,part=middle": { + "model": "create:block/encased_chain_drive/middle_horizontal" + }, + "axis=x,axis_along_first=false,part=none": { + "model": "create:block/encased_chain_drive/single", + "y": 90 + }, "axis=x,axis_along_first=false,part=start": { "model": "create:block/encased_chain_drive/end_horizontal", "x": 180 }, - "axis=y,axis_along_first=false,part=start": { - "model": "create:block/encased_chain_drive/end_vertical" - }, - "axis=z,axis_along_first=false,part=start": { + "axis=x,axis_along_first=true,part=end": { "model": "create:block/encased_chain_drive/end_horizontal", - "x": 270, + "x": 90 + }, + "axis=x,axis_along_first=true,part=middle": { + "model": "create:block/encased_chain_drive/middle_horizontal", + "x": 90 + }, + "axis=x,axis_along_first=true,part=none": { + "model": "create:block/encased_chain_drive/single", "y": 90 }, "axis=x,axis_along_first=true,part=start": { "model": "create:block/encased_chain_drive/end_horizontal", "x": 270 }, - "axis=y,axis_along_first=true,part=start": { - "model": "create:block/encased_chain_drive/end_vertical", - "y": 270 - }, - "axis=z,axis_along_first=true,part=start": { - "model": "create:block/encased_chain_drive/end_horizontal", - "y": 90 - }, - "axis=x,axis_along_first=false,part=middle": { - "model": "create:block/encased_chain_drive/middle_horizontal" - }, - "axis=y,axis_along_first=false,part=middle": { - "model": "create:block/encased_chain_drive/middle_vertical" - }, - "axis=z,axis_along_first=false,part=middle": { - "model": "create:block/encased_chain_drive/middle_horizontal", - "x": 90, - "y": 90 - }, - "axis=x,axis_along_first=true,part=middle": { - "model": "create:block/encased_chain_drive/middle_horizontal", - "x": 90 - }, - "axis=y,axis_along_first=true,part=middle": { - "model": "create:block/encased_chain_drive/middle_vertical", - "y": 90 - }, - "axis=z,axis_along_first=true,part=middle": { - "model": "create:block/encased_chain_drive/middle_horizontal", - "y": 90 - }, - "axis=x,axis_along_first=false,part=end": { - "model": "create:block/encased_chain_drive/end_horizontal" - }, "axis=y,axis_along_first=false,part=end": { "model": "create:block/encased_chain_drive/end_vertical", "y": 180 }, - "axis=z,axis_along_first=false,part=end": { - "model": "create:block/encased_chain_drive/end_horizontal", - "x": 90, - "y": 90 - }, - "axis=x,axis_along_first=true,part=end": { - "model": "create:block/encased_chain_drive/end_horizontal", - "x": 90 - }, - "axis=y,axis_along_first=true,part=end": { - "model": "create:block/encased_chain_drive/end_vertical", - "y": 90 - }, - "axis=z,axis_along_first=true,part=end": { - "model": "create:block/encased_chain_drive/end_horizontal", - "y": 270 - }, - "axis=x,axis_along_first=false,part=none": { - "model": "create:block/encased_chain_drive/single", - "y": 90 + "axis=y,axis_along_first=false,part=middle": { + "model": "create:block/encased_chain_drive/middle_vertical" }, "axis=y,axis_along_first=false,part=none": { "model": "create:block/encased_chain_drive/single", "x": 90 }, - "axis=z,axis_along_first=false,part=none": { - "model": "create:block/encased_chain_drive/single" + "axis=y,axis_along_first=false,part=start": { + "model": "create:block/encased_chain_drive/end_vertical" }, - "axis=x,axis_along_first=true,part=none": { - "model": "create:block/encased_chain_drive/single", + "axis=y,axis_along_first=true,part=end": { + "model": "create:block/encased_chain_drive/end_vertical", + "y": 90 + }, + "axis=y,axis_along_first=true,part=middle": { + "model": "create:block/encased_chain_drive/middle_vertical", "y": 90 }, "axis=y,axis_along_first=true,part=none": { "model": "create:block/encased_chain_drive/single", "x": 90 }, + "axis=y,axis_along_first=true,part=start": { + "model": "create:block/encased_chain_drive/end_vertical", + "y": 270 + }, + "axis=z,axis_along_first=false,part=end": { + "model": "create:block/encased_chain_drive/end_horizontal", + "x": 90, + "y": 90 + }, + "axis=z,axis_along_first=false,part=middle": { + "model": "create:block/encased_chain_drive/middle_horizontal", + "x": 90, + "y": 90 + }, + "axis=z,axis_along_first=false,part=none": { + "model": "create:block/encased_chain_drive/single" + }, + "axis=z,axis_along_first=false,part=start": { + "model": "create:block/encased_chain_drive/end_horizontal", + "x": 270, + "y": 90 + }, + "axis=z,axis_along_first=true,part=end": { + "model": "create:block/encased_chain_drive/end_horizontal", + "y": 270 + }, + "axis=z,axis_along_first=true,part=middle": { + "model": "create:block/encased_chain_drive/middle_horizontal", + "y": 90 + }, "axis=z,axis_along_first=true,part=none": { "model": "create:block/encased_chain_drive/single" + }, + "axis=z,axis_along_first=true,part=start": { + "model": "create:block/encased_chain_drive/end_horizontal", + "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/encased_fan.json b/src/generated/resources/assets/create/blockstates/encased_fan.json index 8ef6e2d1fd..da4e19e3ef 100644 --- a/src/generated/resources/assets/create/blockstates/encased_fan.json +++ b/src/generated/resources/assets/create/blockstates/encased_fan.json @@ -4,8 +4,10 @@ "model": "create:block/encased_fan/block", "x": 180 }, - "facing=up": { - "model": "create:block/encased_fan/block" + "facing=east": { + "model": "create:block/encased_fan/block", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/encased_fan/block", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/encased_fan/block" + }, "facing=west": { "model": "create:block/encased_fan/block", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/encased_fan/block", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/encased_fluid_pipe.json b/src/generated/resources/assets/create/blockstates/encased_fluid_pipe.json index dc11492f3c..5c9c2b2e1a 100644 --- a/src/generated/resources/assets/create/blockstates/encased_fluid_pipe.json +++ b/src/generated/resources/assets/create/blockstates/encased_fluid_pipe.json @@ -1,109 +1,109 @@ { "multipart": [ { + "apply": { + "model": "create:block/encased_fluid_pipe/block_flat", + "x": -90 + }, "when": { "down": "false" - }, - "apply": { - "model": "create:block/encased_fluid_pipe/block_flat", - "x": -90 } }, { + "apply": { + "model": "create:block/encased_fluid_pipe/block_flat", + "x": 90 + }, "when": { "up": "false" - }, - "apply": { - "model": "create:block/encased_fluid_pipe/block_flat", - "x": 90 } }, { - "when": { - "north": "false" - }, "apply": { "model": "create:block/encased_fluid_pipe/block_flat", "y": 180 + }, + "when": { + "north": "false" } }, { - "when": { - "south": "false" - }, "apply": { "model": "create:block/encased_fluid_pipe/block_flat" + }, + "when": { + "south": "false" } }, { - "when": { - "west": "false" - }, "apply": { "model": "create:block/encased_fluid_pipe/block_flat", "y": 90 + }, + "when": { + "west": "false" } }, { - "when": { - "east": "false" - }, "apply": { "model": "create:block/encased_fluid_pipe/block_flat", "y": 270 + }, + "when": { + "east": "false" } }, { - "when": { - "down": "true" - }, "apply": { "model": "create:block/encased_fluid_pipe/block_open", "x": -90 + }, + "when": { + "down": "true" } }, { - "when": { - "up": "true" - }, "apply": { "model": "create:block/encased_fluid_pipe/block_open", "x": 90 + }, + "when": { + "up": "true" } }, { - "when": { - "north": "true" - }, "apply": { "model": "create:block/encased_fluid_pipe/block_open", "y": 180 + }, + "when": { + "north": "true" } }, { - "when": { - "south": "true" - }, "apply": { "model": "create:block/encased_fluid_pipe/block_open" + }, + "when": { + "south": "true" } }, { - "when": { - "west": "true" - }, "apply": { "model": "create:block/encased_fluid_pipe/block_open", "y": 90 + }, + "when": { + "west": "true" } }, { - "when": { - "east": "true" - }, "apply": { "model": "create:block/encased_fluid_pipe/block_open", "y": 270 + }, + "when": { + "east": "true" } } ] diff --git a/src/generated/resources/assets/create/blockstates/exposed_copper_shingle_slab.json b/src/generated/resources/assets/create/blockstates/exposed_copper_shingle_slab.json index fdb37d4861..eded0ddb6b 100644 --- a/src/generated/resources/assets/create/blockstates/exposed_copper_shingle_slab.json +++ b/src/generated/resources/assets/create/blockstates/exposed_copper_shingle_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/exposed_copper_shingle_slab_top" - }, "type=bottom": { "model": "create:block/exposed_copper_shingle_slab" }, "type=double": { "model": "create:block/exposed_copper_shingles" + }, + "type=top": { + "model": "create:block/exposed_copper_shingle_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/exposed_copper_shingle_stairs.json b/src/generated/resources/assets/create/blockstates/exposed_copper_shingle_stairs.json index c10778a65b..f1dc0e98e5 100644 --- a/src/generated/resources/assets/create/blockstates/exposed_copper_shingle_stairs.json +++ b/src/generated/resources/assets/create/blockstates/exposed_copper_shingle_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/exposed_copper_shingle_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/exposed_copper_shingle_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/exposed_copper_shingle_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/exposed_copper_shingle_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/exposed_copper_shingle_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/exposed_copper_shingle_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/exposed_copper_shingle_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/exposed_copper_shingle_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/exposed_copper_shingle_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/exposed_copper_shingle_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/exposed_copper_shingle_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/exposed_copper_shingle_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/exposed_copper_shingle_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/exposed_copper_shingle_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/exposed_copper_shingle_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/exposed_copper_shingle_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/exposed_copper_shingle_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/exposed_copper_shingle_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/exposed_copper_shingle_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/exposed_copper_shingle_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/exposed_copper_shingle_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/exposed_copper_shingle_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/exposed_copper_shingle_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/exposed_copper_shingle_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/exposed_copper_shingle_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/exposed_copper_shingle_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/exposed_copper_shingle_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/exposed_copper_shingle_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/exposed_copper_shingle_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/exposed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/exposed_copper_shingle_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/exposed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/exposed_copper_shingle_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/exposed_copper_shingle_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/exposed_copper_shingle_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/exposed_copper_shingle_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/exposed_copper_shingle_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/exposed_copper_shingle_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/exposed_copper_shingle_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/exposed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/exposed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/exposed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/exposed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/exposed_copper_shingle_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/exposed_copper_shingle_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/exposed_copper_shingle_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/exposed_copper_shingle_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/exposed_copper_shingle_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/exposed_copper_shingle_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/exposed_copper_shingle_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/exposed_copper_shingle_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/exposed_copper_shingle_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/exposed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/exposed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/exposed_copper_shingle_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/exposed_copper_shingle_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/exposed_copper_shingle_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/exposed_copper_shingle_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/exposed_copper_shingle_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/exposed_copper_shingle_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/exposed_copper_shingle_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/exposed_copper_shingle_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/exposed_copper_shingle_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/exposed_copper_shingle_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/exposed_copper_shingle_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/exposed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/exposed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/exposed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/exposed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/exposed_copper_shingle_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/exposed_copper_tile_slab.json b/src/generated/resources/assets/create/blockstates/exposed_copper_tile_slab.json index df51eb7628..97ee2268aa 100644 --- a/src/generated/resources/assets/create/blockstates/exposed_copper_tile_slab.json +++ b/src/generated/resources/assets/create/blockstates/exposed_copper_tile_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/exposed_copper_tile_slab_top" - }, "type=bottom": { "model": "create:block/exposed_copper_tile_slab" }, "type=double": { "model": "create:block/exposed_copper_tiles" + }, + "type=top": { + "model": "create:block/exposed_copper_tile_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/exposed_copper_tile_stairs.json b/src/generated/resources/assets/create/blockstates/exposed_copper_tile_stairs.json index 1adf58ac0f..2ac43d1746 100644 --- a/src/generated/resources/assets/create/blockstates/exposed_copper_tile_stairs.json +++ b/src/generated/resources/assets/create/blockstates/exposed_copper_tile_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/exposed_copper_tile_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/exposed_copper_tile_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/exposed_copper_tile_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/exposed_copper_tile_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/exposed_copper_tile_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/exposed_copper_tile_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/exposed_copper_tile_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/exposed_copper_tile_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/exposed_copper_tile_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/exposed_copper_tile_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/exposed_copper_tile_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/exposed_copper_tile_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/exposed_copper_tile_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/exposed_copper_tile_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/exposed_copper_tile_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/exposed_copper_tile_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/exposed_copper_tile_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/exposed_copper_tile_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/exposed_copper_tile_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/exposed_copper_tile_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/exposed_copper_tile_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/exposed_copper_tile_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/exposed_copper_tile_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/exposed_copper_tile_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/exposed_copper_tile_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/exposed_copper_tile_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/exposed_copper_tile_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/exposed_copper_tile_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/exposed_copper_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/exposed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/exposed_copper_tile_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/exposed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/exposed_copper_tile_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/exposed_copper_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/exposed_copper_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/exposed_copper_tile_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/exposed_copper_tile_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/exposed_copper_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/exposed_copper_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/exposed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/exposed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/exposed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/exposed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/exposed_copper_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/exposed_copper_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/exposed_copper_tile_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/exposed_copper_tile_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/exposed_copper_tile_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/exposed_copper_tile_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/exposed_copper_tile_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/exposed_copper_tile_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/exposed_copper_tile_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/exposed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/exposed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/exposed_copper_tile_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/exposed_copper_tile_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/exposed_copper_tile_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/exposed_copper_tile_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/exposed_copper_tile_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/exposed_copper_tile_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/exposed_copper_tile_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/exposed_copper_tile_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/exposed_copper_tile_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/exposed_copper_tile_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/exposed_copper_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/exposed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/exposed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/exposed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/exposed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/exposed_copper_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/fluid_pipe.json b/src/generated/resources/assets/create/blockstates/fluid_pipe.json index ca0117aec4..e26c233478 100644 --- a/src/generated/resources/assets/create/blockstates/fluid_pipe.json +++ b/src/generated/resources/assets/create/blockstates/fluid_pipe.json @@ -1,333 +1,333 @@ { "multipart": [ { - "when": { - "up": "true", - "south": "true", - "north": "false", - "down": "false" - }, "apply": { "model": "create:block/fluid_pipe/lu_x" + }, + "when": { + "down": "false", + "north": "false", + "south": "true", + "up": "true" } }, { - "when": { - "up": "true", - "south": "false", - "north": "true", - "down": "false" - }, "apply": { "model": "create:block/fluid_pipe/ru_x" + }, + "when": { + "down": "false", + "north": "true", + "south": "false", + "up": "true" } }, { - "when": { - "up": "false", - "south": "true", - "north": "false", - "down": "true" - }, "apply": { "model": "create:block/fluid_pipe/ld_x" + }, + "when": { + "down": "true", + "north": "false", + "south": "true", + "up": "false" } }, { - "when": { - "up": "false", - "south": "false", - "north": "true", - "down": "true" - }, "apply": { "model": "create:block/fluid_pipe/rd_x" + }, + "when": { + "down": "true", + "north": "true", + "south": "false", + "up": "false" } }, { - "when": { - "up": "true", - "south": "false", - "north": "false", - "down": "true" - }, "apply": { "model": "create:block/fluid_pipe/ud_x" + }, + "when": { + "down": "true", + "north": "false", + "south": "false", + "up": "true" } }, { - "when": { - "up": "true", - "south": "false", - "north": "false", - "down": "false" - }, "apply": { "model": "create:block/fluid_pipe/u_x" + }, + "when": { + "down": "false", + "north": "false", + "south": "false", + "up": "true" } }, { - "when": { - "up": "false", - "south": "false", - "north": "false", - "down": "true" - }, "apply": { "model": "create:block/fluid_pipe/d_x" + }, + "when": { + "down": "true", + "north": "false", + "south": "false", + "up": "false" } }, { - "when": { - "up": "false", - "south": "true", - "north": "true", - "down": "false" - }, "apply": { "model": "create:block/fluid_pipe/lr_x" + }, + "when": { + "down": "false", + "north": "true", + "south": "true", + "up": "false" } }, { - "when": { - "up": "false", - "south": "true", - "north": "false", - "down": "false" - }, "apply": { "model": "create:block/fluid_pipe/l_x" + }, + "when": { + "down": "false", + "north": "false", + "south": "true", + "up": "false" } }, { - "when": { - "up": "false", - "south": "false", - "north": "true", - "down": "false" - }, "apply": { "model": "create:block/fluid_pipe/r_x" + }, + "when": { + "down": "false", + "north": "true", + "south": "false", + "up": "false" } }, { - "when": { - "south": "true", - "east": "true", - "west": "false", - "north": "false" - }, "apply": { "model": "create:block/fluid_pipe/lu_y" + }, + "when": { + "east": "true", + "north": "false", + "south": "true", + "west": "false" } }, { - "when": { - "south": "true", - "east": "false", - "west": "true", - "north": "false" - }, "apply": { "model": "create:block/fluid_pipe/ru_y" + }, + "when": { + "east": "false", + "north": "false", + "south": "true", + "west": "true" } }, { - "when": { - "south": "false", - "east": "true", - "west": "false", - "north": "true" - }, "apply": { "model": "create:block/fluid_pipe/ld_y" + }, + "when": { + "east": "true", + "north": "true", + "south": "false", + "west": "false" } }, { - "when": { - "south": "false", - "east": "false", - "west": "true", - "north": "true" - }, "apply": { "model": "create:block/fluid_pipe/rd_y" + }, + "when": { + "east": "false", + "north": "true", + "south": "false", + "west": "true" } }, { - "when": { - "south": "true", - "east": "false", - "west": "false", - "north": "true" - }, "apply": { "model": "create:block/fluid_pipe/ud_y" + }, + "when": { + "east": "false", + "north": "true", + "south": "true", + "west": "false" } }, { - "when": { - "south": "true", - "east": "false", - "west": "false", - "north": "false" - }, "apply": { "model": "create:block/fluid_pipe/u_y" + }, + "when": { + "east": "false", + "north": "false", + "south": "true", + "west": "false" } }, { - "when": { - "south": "false", - "east": "false", - "west": "false", - "north": "true" - }, "apply": { "model": "create:block/fluid_pipe/d_y" + }, + "when": { + "east": "false", + "north": "true", + "south": "false", + "west": "false" } }, { - "when": { - "south": "false", - "east": "true", - "west": "true", - "north": "false" - }, "apply": { "model": "create:block/fluid_pipe/lr_y" + }, + "when": { + "east": "true", + "north": "false", + "south": "false", + "west": "true" } }, { - "when": { - "south": "false", - "east": "true", - "west": "false", - "north": "false" - }, "apply": { "model": "create:block/fluid_pipe/l_y" + }, + "when": { + "east": "true", + "north": "false", + "south": "false", + "west": "false" } }, { - "when": { - "south": "false", - "east": "false", - "west": "true", - "north": "false" - }, "apply": { "model": "create:block/fluid_pipe/r_y" + }, + "when": { + "east": "false", + "north": "false", + "south": "false", + "west": "true" } }, { - "when": { - "up": "true", - "east": "true", - "west": "false", - "down": "false" - }, "apply": { "model": "create:block/fluid_pipe/lu_z" + }, + "when": { + "down": "false", + "east": "true", + "up": "true", + "west": "false" } }, { - "when": { - "up": "true", - "east": "false", - "west": "true", - "down": "false" - }, "apply": { "model": "create:block/fluid_pipe/ru_z" + }, + "when": { + "down": "false", + "east": "false", + "up": "true", + "west": "true" } }, { - "when": { - "up": "false", - "east": "true", - "west": "false", - "down": "true" - }, "apply": { "model": "create:block/fluid_pipe/ld_z" + }, + "when": { + "down": "true", + "east": "true", + "up": "false", + "west": "false" } }, { - "when": { - "up": "false", - "east": "false", - "west": "true", - "down": "true" - }, "apply": { "model": "create:block/fluid_pipe/rd_z" + }, + "when": { + "down": "true", + "east": "false", + "up": "false", + "west": "true" } }, { - "when": { - "up": "true", - "east": "false", - "west": "false", - "down": "true" - }, "apply": { "model": "create:block/fluid_pipe/ud_z" + }, + "when": { + "down": "true", + "east": "false", + "up": "true", + "west": "false" } }, { - "when": { - "up": "true", - "east": "false", - "west": "false", - "down": "false" - }, "apply": { "model": "create:block/fluid_pipe/u_z" + }, + "when": { + "down": "false", + "east": "false", + "up": "true", + "west": "false" } }, { - "when": { - "up": "false", - "east": "false", - "west": "false", - "down": "true" - }, "apply": { "model": "create:block/fluid_pipe/d_z" + }, + "when": { + "down": "true", + "east": "false", + "up": "false", + "west": "false" } }, { - "when": { - "up": "false", - "east": "true", - "west": "true", - "down": "false" - }, "apply": { "model": "create:block/fluid_pipe/lr_z" + }, + "when": { + "down": "false", + "east": "true", + "up": "false", + "west": "true" } }, { - "when": { - "up": "false", - "east": "true", - "west": "false", - "down": "false" - }, "apply": { "model": "create:block/fluid_pipe/l_z" + }, + "when": { + "down": "false", + "east": "true", + "up": "false", + "west": "false" } }, { - "when": { - "up": "false", - "east": "false", - "west": "true", - "down": "false" - }, "apply": { "model": "create:block/fluid_pipe/r_z" + }, + "when": { + "down": "false", + "east": "false", + "up": "false", + "west": "true" } } ] diff --git a/src/generated/resources/assets/create/blockstates/fluid_tank.json b/src/generated/resources/assets/create/blockstates/fluid_tank.json index ab140d2453..7d38b201ff 100644 --- a/src/generated/resources/assets/create/blockstates/fluid_tank.json +++ b/src/generated/resources/assets/create/blockstates/fluid_tank.json @@ -3,74 +3,74 @@ "bottom=false,shape=plain,top=false": { "model": "create:block/fluid_tank/block_middle" }, - "bottom=true,shape=plain,top=false": { - "model": "create:block/fluid_tank/block_bottom" + "bottom=false,shape=plain,top=true": { + "model": "create:block/fluid_tank/block_top" }, "bottom=false,shape=window,top=false": { "model": "create:block/fluid_tank/block_middle_window" }, - "bottom=true,shape=window,top=false": { - "model": "create:block/fluid_tank/block_bottom_window" - }, - "bottom=false,shape=window_nw,top=false": { - "model": "create:block/fluid_tank/block_middle_window_nw" - }, - "bottom=true,shape=window_nw,top=false": { - "model": "create:block/fluid_tank/block_bottom_window_nw" - }, - "bottom=false,shape=window_sw,top=false": { - "model": "create:block/fluid_tank/block_middle_window_sw" - }, - "bottom=true,shape=window_sw,top=false": { - "model": "create:block/fluid_tank/block_bottom_window_sw" + "bottom=false,shape=window,top=true": { + "model": "create:block/fluid_tank/block_top_window" }, "bottom=false,shape=window_ne,top=false": { "model": "create:block/fluid_tank/block_middle_window_ne" }, - "bottom=true,shape=window_ne,top=false": { - "model": "create:block/fluid_tank/block_bottom_window_ne" + "bottom=false,shape=window_ne,top=true": { + "model": "create:block/fluid_tank/block_top_window_ne" }, - "bottom=false,shape=window_se,top=false": { - "model": "create:block/fluid_tank/block_middle_window_se" - }, - "bottom=true,shape=window_se,top=false": { - "model": "create:block/fluid_tank/block_bottom_window_se" - }, - "bottom=false,shape=plain,top=true": { - "model": "create:block/fluid_tank/block_top" - }, - "bottom=true,shape=plain,top=true": { - "model": "create:block/fluid_tank/block_single" - }, - "bottom=false,shape=window,top=true": { - "model": "create:block/fluid_tank/block_top_window" - }, - "bottom=true,shape=window,top=true": { - "model": "create:block/fluid_tank/block_single_window" + "bottom=false,shape=window_nw,top=false": { + "model": "create:block/fluid_tank/block_middle_window_nw" }, "bottom=false,shape=window_nw,top=true": { "model": "create:block/fluid_tank/block_top_window_nw" }, - "bottom=true,shape=window_nw,top=true": { - "model": "create:block/fluid_tank/block_single_window_nw" - }, - "bottom=false,shape=window_sw,top=true": { - "model": "create:block/fluid_tank/block_top_window_sw" - }, - "bottom=true,shape=window_sw,top=true": { - "model": "create:block/fluid_tank/block_single_window_sw" - }, - "bottom=false,shape=window_ne,top=true": { - "model": "create:block/fluid_tank/block_top_window_ne" - }, - "bottom=true,shape=window_ne,top=true": { - "model": "create:block/fluid_tank/block_single_window_ne" + "bottom=false,shape=window_se,top=false": { + "model": "create:block/fluid_tank/block_middle_window_se" }, "bottom=false,shape=window_se,top=true": { "model": "create:block/fluid_tank/block_top_window_se" }, + "bottom=false,shape=window_sw,top=false": { + "model": "create:block/fluid_tank/block_middle_window_sw" + }, + "bottom=false,shape=window_sw,top=true": { + "model": "create:block/fluid_tank/block_top_window_sw" + }, + "bottom=true,shape=plain,top=false": { + "model": "create:block/fluid_tank/block_bottom" + }, + "bottom=true,shape=plain,top=true": { + "model": "create:block/fluid_tank/block_single" + }, + "bottom=true,shape=window,top=false": { + "model": "create:block/fluid_tank/block_bottom_window" + }, + "bottom=true,shape=window,top=true": { + "model": "create:block/fluid_tank/block_single_window" + }, + "bottom=true,shape=window_ne,top=false": { + "model": "create:block/fluid_tank/block_bottom_window_ne" + }, + "bottom=true,shape=window_ne,top=true": { + "model": "create:block/fluid_tank/block_single_window_ne" + }, + "bottom=true,shape=window_nw,top=false": { + "model": "create:block/fluid_tank/block_bottom_window_nw" + }, + "bottom=true,shape=window_nw,top=true": { + "model": "create:block/fluid_tank/block_single_window_nw" + }, + "bottom=true,shape=window_se,top=false": { + "model": "create:block/fluid_tank/block_bottom_window_se" + }, "bottom=true,shape=window_se,top=true": { "model": "create:block/fluid_tank/block_single_window_se" + }, + "bottom=true,shape=window_sw,top=false": { + "model": "create:block/fluid_tank/block_bottom_window_sw" + }, + "bottom=true,shape=window_sw,top=true": { + "model": "create:block/fluid_tank/block_single_window_sw" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/fluid_valve.json b/src/generated/resources/assets/create/blockstates/fluid_valve.json index 41d048d24c..9d45c0a536 100644 --- a/src/generated/resources/assets/create/blockstates/fluid_valve.json +++ b/src/generated/resources/assets/create/blockstates/fluid_valve.json @@ -5,96 +5,96 @@ "x": 270, "y": 90 }, - "axis_along_first=true,enabled=false,facing=down": { + "axis_along_first=false,enabled=false,facing=east": { "model": "create:block/fluid_valve/block_horizontal_closed", - "x": 270 + "y": 270 }, - "axis_along_first=false,enabled=true,facing=down": { - "model": "create:block/fluid_valve/block_horizontal_open", - "x": 270, - "y": 90 + "axis_along_first=false,enabled=false,facing=north": { + "model": "create:block/fluid_valve/block_vertical_closed", + "y": 180 }, - "axis_along_first=true,enabled=true,facing=down": { - "model": "create:block/fluid_valve/block_horizontal_open", - "x": 270 + "axis_along_first=false,enabled=false,facing=south": { + "model": "create:block/fluid_valve/block_vertical_closed" }, "axis_along_first=false,enabled=false,facing=up": { "model": "create:block/fluid_valve/block_horizontal_closed", "x": 90, "y": 90 }, - "axis_along_first=true,enabled=false,facing=up": { + "axis_along_first=false,enabled=false,facing=west": { "model": "create:block/fluid_valve/block_horizontal_closed", - "x": 90 + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=down": { + "model": "create:block/fluid_valve/block_horizontal_open", + "x": 270, + "y": 90 + }, + "axis_along_first=false,enabled=true,facing=east": { + "model": "create:block/fluid_valve/block_horizontal_open", + "y": 270 + }, + "axis_along_first=false,enabled=true,facing=north": { + "model": "create:block/fluid_valve/block_vertical_open", + "y": 180 + }, + "axis_along_first=false,enabled=true,facing=south": { + "model": "create:block/fluid_valve/block_vertical_open" }, "axis_along_first=false,enabled=true,facing=up": { "model": "create:block/fluid_valve/block_horizontal_open", "x": 90, "y": 90 }, - "axis_along_first=true,enabled=true,facing=up": { - "model": "create:block/fluid_valve/block_horizontal_open", - "x": 90 - }, - "axis_along_first=false,enabled=false,facing=north": { - "model": "create:block/fluid_valve/block_vertical_closed", - "y": 180 - }, - "axis_along_first=true,enabled=false,facing=north": { - "model": "create:block/fluid_valve/block_horizontal_closed", - "y": 180 - }, - "axis_along_first=false,enabled=true,facing=north": { - "model": "create:block/fluid_valve/block_vertical_open", - "y": 180 - }, - "axis_along_first=true,enabled=true,facing=north": { - "model": "create:block/fluid_valve/block_horizontal_open", - "y": 180 - }, - "axis_along_first=false,enabled=false,facing=south": { - "model": "create:block/fluid_valve/block_vertical_closed" - }, - "axis_along_first=true,enabled=false,facing=south": { - "model": "create:block/fluid_valve/block_horizontal_closed" - }, - "axis_along_first=false,enabled=true,facing=south": { - "model": "create:block/fluid_valve/block_vertical_open" - }, - "axis_along_first=true,enabled=true,facing=south": { - "model": "create:block/fluid_valve/block_horizontal_open" - }, - "axis_along_first=false,enabled=false,facing=west": { - "model": "create:block/fluid_valve/block_horizontal_closed", - "y": 90 - }, - "axis_along_first=true,enabled=false,facing=west": { - "model": "create:block/fluid_valve/block_vertical_closed", - "y": 90 - }, "axis_along_first=false,enabled=true,facing=west": { "model": "create:block/fluid_valve/block_horizontal_open", "y": 90 }, - "axis_along_first=true,enabled=true,facing=west": { - "model": "create:block/fluid_valve/block_vertical_open", - "y": 90 - }, - "axis_along_first=false,enabled=false,facing=east": { + "axis_along_first=true,enabled=false,facing=down": { "model": "create:block/fluid_valve/block_horizontal_closed", - "y": 270 + "x": 270 }, "axis_along_first=true,enabled=false,facing=east": { "model": "create:block/fluid_valve/block_vertical_closed", "y": 270 }, - "axis_along_first=false,enabled=true,facing=east": { + "axis_along_first=true,enabled=false,facing=north": { + "model": "create:block/fluid_valve/block_horizontal_closed", + "y": 180 + }, + "axis_along_first=true,enabled=false,facing=south": { + "model": "create:block/fluid_valve/block_horizontal_closed" + }, + "axis_along_first=true,enabled=false,facing=up": { + "model": "create:block/fluid_valve/block_horizontal_closed", + "x": 90 + }, + "axis_along_first=true,enabled=false,facing=west": { + "model": "create:block/fluid_valve/block_vertical_closed", + "y": 90 + }, + "axis_along_first=true,enabled=true,facing=down": { "model": "create:block/fluid_valve/block_horizontal_open", - "y": 270 + "x": 270 }, "axis_along_first=true,enabled=true,facing=east": { "model": "create:block/fluid_valve/block_vertical_open", "y": 270 + }, + "axis_along_first=true,enabled=true,facing=north": { + "model": "create:block/fluid_valve/block_horizontal_open", + "y": 180 + }, + "axis_along_first=true,enabled=true,facing=south": { + "model": "create:block/fluid_valve/block_horizontal_open" + }, + "axis_along_first=true,enabled=true,facing=up": { + "model": "create:block/fluid_valve/block_horizontal_open", + "x": 90 + }, + "axis_along_first=true,enabled=true,facing=west": { + "model": "create:block/fluid_valve/block_vertical_open", + "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/framed_glass_door.json b/src/generated/resources/assets/create/blockstates/framed_glass_door.json index 59d35a0be9..8c19e1e885 100644 --- a/src/generated/resources/assets/create/blockstates/framed_glass_door.json +++ b/src/generated/resources/assets/create/blockstates/framed_glass_door.json @@ -1,244 +1,244 @@ { "variants": { - "facing=north,half=upper,hinge=left,open=false,visible=false": { - "model": "create:block/framed_glass_door/block_top", - "y": 270 - }, - "facing=south,half=upper,hinge=left,open=false,visible=false": { - "model": "create:block/framed_glass_door/block_top", - "y": 90 - }, - "facing=west,half=upper,hinge=left,open=false,visible=false": { - "model": "create:block/framed_glass_door/block_top", - "y": 180 - }, - "facing=east,half=upper,hinge=left,open=false,visible=false": { - "model": "create:block/framed_glass_door/block_top" - }, - "facing=north,half=lower,hinge=left,open=false,visible=false": { - "model": "create:block/framed_glass_door/block_bottom", - "y": 270 - }, - "facing=south,half=lower,hinge=left,open=false,visible=false": { - "model": "create:block/framed_glass_door/block_bottom", - "y": 90 - }, - "facing=west,half=lower,hinge=left,open=false,visible=false": { - "model": "create:block/framed_glass_door/block_bottom", - "y": 180 - }, "facing=east,half=lower,hinge=left,open=false,visible=false": { "model": "create:block/framed_glass_door/block_bottom" }, - "facing=north,half=upper,hinge=right,open=false,visible=false": { - "model": "create:block/framed_glass_door/block_top", - "y": 270 + "facing=east,half=lower,hinge=left,open=false,visible=true": { + "model": "create:block/framed_glass_door/block_bottom" }, - "facing=south,half=upper,hinge=right,open=false,visible=false": { - "model": "create:block/framed_glass_door/block_top", - "y": 90 - }, - "facing=west,half=upper,hinge=right,open=false,visible=false": { - "model": "create:block/framed_glass_door/block_top", - "y": 180 - }, - "facing=east,half=upper,hinge=right,open=false,visible=false": { - "model": "create:block/framed_glass_door/block_top" - }, - "facing=north,half=lower,hinge=right,open=false,visible=false": { - "model": "create:block/framed_glass_door/block_bottom", - "y": 270 - }, - "facing=south,half=lower,hinge=right,open=false,visible=false": { + "facing=east,half=lower,hinge=left,open=true,visible=false": { "model": "create:block/framed_glass_door/block_bottom", "y": 90 }, - "facing=west,half=lower,hinge=right,open=false,visible=false": { + "facing=east,half=lower,hinge=left,open=true,visible=true": { "model": "create:block/framed_glass_door/block_bottom", - "y": 180 + "y": 90 }, "facing=east,half=lower,hinge=right,open=false,visible=false": { "model": "create:block/framed_glass_door/block_bottom" }, - "facing=north,half=upper,hinge=left,open=true,visible=false": { + "facing=east,half=lower,hinge=right,open=false,visible=true": { + "model": "create:block/framed_glass_door/block_bottom" + }, + "facing=east,half=lower,hinge=right,open=true,visible=false": { + "model": "create:block/framed_glass_door/block_bottom", + "y": 270 + }, + "facing=east,half=lower,hinge=right,open=true,visible=true": { + "model": "create:block/framed_glass_door/block_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false,visible=false": { "model": "create:block/framed_glass_door/block_top" }, - "facing=south,half=upper,hinge=left,open=true,visible=false": { - "model": "create:block/framed_glass_door/block_top", - "y": 180 - }, - "facing=west,half=upper,hinge=left,open=true,visible=false": { - "model": "create:block/framed_glass_door/block_top", - "y": 270 + "facing=east,half=upper,hinge=left,open=false,visible=true": { + "model": "create:block/framed_glass_door/block_top" }, "facing=east,half=upper,hinge=left,open=true,visible=false": { "model": "create:block/framed_glass_door/block_top", "y": 90 }, + "facing=east,half=upper,hinge=left,open=true,visible=true": { + "model": "create:block/framed_glass_door/block_top", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false,visible=false": { + "model": "create:block/framed_glass_door/block_top" + }, + "facing=east,half=upper,hinge=right,open=false,visible=true": { + "model": "create:block/framed_glass_door/block_top" + }, + "facing=east,half=upper,hinge=right,open=true,visible=false": { + "model": "create:block/framed_glass_door/block_top", + "y": 270 + }, + "facing=east,half=upper,hinge=right,open=true,visible=true": { + "model": "create:block/framed_glass_door/block_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false,visible=false": { + "model": "create:block/framed_glass_door/block_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false,visible=true": { + "model": "create:block/framed_glass_door/block_bottom", + "y": 270 + }, "facing=north,half=lower,hinge=left,open=true,visible=false": { "model": "create:block/framed_glass_door/block_bottom" }, + "facing=north,half=lower,hinge=left,open=true,visible=true": { + "model": "create:block/framed_glass_door/block_bottom" + }, + "facing=north,half=lower,hinge=right,open=false,visible=false": { + "model": "create:block/framed_glass_door/block_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=false,visible=true": { + "model": "create:block/framed_glass_door/block_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true,visible=false": { + "model": "create:block/framed_glass_door/block_bottom", + "y": 180 + }, + "facing=north,half=lower,hinge=right,open=true,visible=true": { + "model": "create:block/framed_glass_door/block_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false,visible=false": { + "model": "create:block/framed_glass_door/block_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=false,visible=true": { + "model": "create:block/framed_glass_door/block_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true,visible=false": { + "model": "create:block/framed_glass_door/block_top" + }, + "facing=north,half=upper,hinge=left,open=true,visible=true": { + "model": "create:block/framed_glass_door/block_top" + }, + "facing=north,half=upper,hinge=right,open=false,visible=false": { + "model": "create:block/framed_glass_door/block_top", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=false,visible=true": { + "model": "create:block/framed_glass_door/block_top", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true,visible=false": { + "model": "create:block/framed_glass_door/block_top", + "y": 180 + }, + "facing=north,half=upper,hinge=right,open=true,visible=true": { + "model": "create:block/framed_glass_door/block_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false,visible=false": { + "model": "create:block/framed_glass_door/block_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=false,visible=true": { + "model": "create:block/framed_glass_door/block_bottom", + "y": 90 + }, "facing=south,half=lower,hinge=left,open=true,visible=false": { "model": "create:block/framed_glass_door/block_bottom", "y": 180 }, + "facing=south,half=lower,hinge=left,open=true,visible=true": { + "model": "create:block/framed_glass_door/block_bottom", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false,visible=false": { + "model": "create:block/framed_glass_door/block_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=false,visible=true": { + "model": "create:block/framed_glass_door/block_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true,visible=false": { + "model": "create:block/framed_glass_door/block_bottom" + }, + "facing=south,half=lower,hinge=right,open=true,visible=true": { + "model": "create:block/framed_glass_door/block_bottom" + }, + "facing=south,half=upper,hinge=left,open=false,visible=false": { + "model": "create:block/framed_glass_door/block_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=false,visible=true": { + "model": "create:block/framed_glass_door/block_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true,visible=false": { + "model": "create:block/framed_glass_door/block_top", + "y": 180 + }, + "facing=south,half=upper,hinge=left,open=true,visible=true": { + "model": "create:block/framed_glass_door/block_top", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false,visible=false": { + "model": "create:block/framed_glass_door/block_top", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=false,visible=true": { + "model": "create:block/framed_glass_door/block_top", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true,visible=false": { + "model": "create:block/framed_glass_door/block_top" + }, + "facing=south,half=upper,hinge=right,open=true,visible=true": { + "model": "create:block/framed_glass_door/block_top" + }, + "facing=west,half=lower,hinge=left,open=false,visible=false": { + "model": "create:block/framed_glass_door/block_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=false,visible=true": { + "model": "create:block/framed_glass_door/block_bottom", + "y": 180 + }, "facing=west,half=lower,hinge=left,open=true,visible=false": { "model": "create:block/framed_glass_door/block_bottom", "y": 270 }, - "facing=east,half=lower,hinge=left,open=true,visible=false": { + "facing=west,half=lower,hinge=left,open=true,visible=true": { "model": "create:block/framed_glass_door/block_bottom", - "y": 90 - }, - "facing=north,half=upper,hinge=right,open=true,visible=false": { - "model": "create:block/framed_glass_door/block_top", - "y": 180 - }, - "facing=south,half=upper,hinge=right,open=true,visible=false": { - "model": "create:block/framed_glass_door/block_top" - }, - "facing=west,half=upper,hinge=right,open=true,visible=false": { - "model": "create:block/framed_glass_door/block_top", - "y": 90 - }, - "facing=east,half=upper,hinge=right,open=true,visible=false": { - "model": "create:block/framed_glass_door/block_top", "y": 270 }, - "facing=north,half=lower,hinge=right,open=true,visible=false": { + "facing=west,half=lower,hinge=right,open=false,visible=false": { "model": "create:block/framed_glass_door/block_bottom", "y": 180 }, - "facing=south,half=lower,hinge=right,open=true,visible=false": { - "model": "create:block/framed_glass_door/block_bottom" - }, - "facing=west,half=lower,hinge=right,open=true,visible=false": { - "model": "create:block/framed_glass_door/block_bottom", - "y": 90 - }, - "facing=east,half=lower,hinge=right,open=true,visible=false": { - "model": "create:block/framed_glass_door/block_bottom", - "y": 270 - }, - "facing=north,half=upper,hinge=left,open=false,visible=true": { - "model": "create:block/framed_glass_door/block_top", - "y": 270 - }, - "facing=south,half=upper,hinge=left,open=false,visible=true": { - "model": "create:block/framed_glass_door/block_top", - "y": 90 - }, - "facing=west,half=upper,hinge=left,open=false,visible=true": { - "model": "create:block/framed_glass_door/block_top", - "y": 180 - }, - "facing=east,half=upper,hinge=left,open=false,visible=true": { - "model": "create:block/framed_glass_door/block_top" - }, - "facing=north,half=lower,hinge=left,open=false,visible=true": { - "model": "create:block/framed_glass_door/block_bottom", - "y": 270 - }, - "facing=south,half=lower,hinge=left,open=false,visible=true": { - "model": "create:block/framed_glass_door/block_bottom", - "y": 90 - }, - "facing=west,half=lower,hinge=left,open=false,visible=true": { - "model": "create:block/framed_glass_door/block_bottom", - "y": 180 - }, - "facing=east,half=lower,hinge=left,open=false,visible=true": { - "model": "create:block/framed_glass_door/block_bottom" - }, - "facing=north,half=upper,hinge=right,open=false,visible=true": { - "model": "create:block/framed_glass_door/block_top", - "y": 270 - }, - "facing=south,half=upper,hinge=right,open=false,visible=true": { - "model": "create:block/framed_glass_door/block_top", - "y": 90 - }, - "facing=west,half=upper,hinge=right,open=false,visible=true": { - "model": "create:block/framed_glass_door/block_top", - "y": 180 - }, - "facing=east,half=upper,hinge=right,open=false,visible=true": { - "model": "create:block/framed_glass_door/block_top" - }, - "facing=north,half=lower,hinge=right,open=false,visible=true": { - "model": "create:block/framed_glass_door/block_bottom", - "y": 270 - }, - "facing=south,half=lower,hinge=right,open=false,visible=true": { - "model": "create:block/framed_glass_door/block_bottom", - "y": 90 - }, "facing=west,half=lower,hinge=right,open=false,visible=true": { "model": "create:block/framed_glass_door/block_bottom", "y": 180 }, - "facing=east,half=lower,hinge=right,open=false,visible=true": { - "model": "create:block/framed_glass_door/block_bottom" - }, - "facing=north,half=upper,hinge=left,open=true,visible=true": { - "model": "create:block/framed_glass_door/block_top" - }, - "facing=south,half=upper,hinge=left,open=true,visible=true": { - "model": "create:block/framed_glass_door/block_top", - "y": 180 - }, - "facing=west,half=upper,hinge=left,open=true,visible=true": { - "model": "create:block/framed_glass_door/block_top", - "y": 270 - }, - "facing=east,half=upper,hinge=left,open=true,visible=true": { - "model": "create:block/framed_glass_door/block_top", - "y": 90 - }, - "facing=north,half=lower,hinge=left,open=true,visible=true": { - "model": "create:block/framed_glass_door/block_bottom" - }, - "facing=south,half=lower,hinge=left,open=true,visible=true": { - "model": "create:block/framed_glass_door/block_bottom", - "y": 180 - }, - "facing=west,half=lower,hinge=left,open=true,visible=true": { - "model": "create:block/framed_glass_door/block_bottom", - "y": 270 - }, - "facing=east,half=lower,hinge=left,open=true,visible=true": { + "facing=west,half=lower,hinge=right,open=true,visible=false": { "model": "create:block/framed_glass_door/block_bottom", "y": 90 }, - "facing=north,half=upper,hinge=right,open=true,visible=true": { - "model": "create:block/framed_glass_door/block_top", - "y": 180 - }, - "facing=south,half=upper,hinge=right,open=true,visible=true": { - "model": "create:block/framed_glass_door/block_top" - }, - "facing=west,half=upper,hinge=right,open=true,visible=true": { - "model": "create:block/framed_glass_door/block_top", - "y": 90 - }, - "facing=east,half=upper,hinge=right,open=true,visible=true": { - "model": "create:block/framed_glass_door/block_top", - "y": 270 - }, - "facing=north,half=lower,hinge=right,open=true,visible=true": { - "model": "create:block/framed_glass_door/block_bottom", - "y": 180 - }, - "facing=south,half=lower,hinge=right,open=true,visible=true": { - "model": "create:block/framed_glass_door/block_bottom" - }, "facing=west,half=lower,hinge=right,open=true,visible=true": { "model": "create:block/framed_glass_door/block_bottom", "y": 90 }, - "facing=east,half=lower,hinge=right,open=true,visible=true": { - "model": "create:block/framed_glass_door/block_bottom", + "facing=west,half=upper,hinge=left,open=false,visible=false": { + "model": "create:block/framed_glass_door/block_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=false,visible=true": { + "model": "create:block/framed_glass_door/block_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true,visible=false": { + "model": "create:block/framed_glass_door/block_top", "y": 270 + }, + "facing=west,half=upper,hinge=left,open=true,visible=true": { + "model": "create:block/framed_glass_door/block_top", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false,visible=false": { + "model": "create:block/framed_glass_door/block_top", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=false,visible=true": { + "model": "create:block/framed_glass_door/block_top", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true,visible=false": { + "model": "create:block/framed_glass_door/block_top", + "y": 90 + }, + "facing=west,half=upper,hinge=right,open=true,visible=true": { + "model": "create:block/framed_glass_door/block_top", + "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/framed_glass_pane.json b/src/generated/resources/assets/create/blockstates/framed_glass_pane.json index 99f80b10ba..0152063733 100644 --- a/src/generated/resources/assets/create/blockstates/framed_glass_pane.json +++ b/src/generated/resources/assets/create/blockstates/framed_glass_pane.json @@ -6,71 +6,71 @@ } }, { - "when": { - "north": "true" - }, "apply": { "model": "create:block/framed_glass_pane_side" + }, + "when": { + "north": "true" } }, { - "when": { - "north": "false" - }, "apply": { "model": "create:block/framed_glass_pane_noside" + }, + "when": { + "north": "false" } }, { - "when": { - "south": "true" - }, "apply": { "model": "create:block/framed_glass_pane_side_alt" + }, + "when": { + "south": "true" } }, { - "when": { - "south": "false" - }, "apply": { "model": "create:block/framed_glass_pane_noside_alt", "y": 90 + }, + "when": { + "south": "false" } }, { - "when": { - "west": "true" - }, "apply": { "model": "create:block/framed_glass_pane_side_alt", "y": 90 + }, + "when": { + "west": "true" } }, { - "when": { - "west": "false" - }, "apply": { "model": "create:block/framed_glass_pane_noside", "y": 270 + }, + "when": { + "west": "false" } }, { - "when": { - "east": "true" - }, "apply": { "model": "create:block/framed_glass_pane_side", "y": 90 + }, + "when": { + "east": "true" } }, { - "when": { - "east": "false" - }, "apply": { "model": "create:block/framed_glass_pane_noside_alt" + }, + "when": { + "east": "false" } } ] diff --git a/src/generated/resources/assets/create/blockstates/framed_glass_trapdoor.json b/src/generated/resources/assets/create/blockstates/framed_glass_trapdoor.json index 5868ba8f88..595d5f93fa 100644 --- a/src/generated/resources/assets/create/blockstates/framed_glass_trapdoor.json +++ b/src/generated/resources/assets/create/blockstates/framed_glass_trapdoor.json @@ -1,66 +1,66 @@ { "variants": { - "facing=north,half=top,open=false": { - "model": "create:block/framed_glass_trapdoor/block_top", + "facing=east,half=bottom,open=false": { + "model": "create:block/framed_glass_trapdoor/block_bottom", "uvlock": true }, - "facing=south,half=top,open=false": { - "model": "create:block/framed_glass_trapdoor/block_top", - "uvlock": true - }, - "facing=west,half=top,open=false": { - "model": "create:block/framed_glass_trapdoor/block_top", - "uvlock": true + "facing=east,half=bottom,open=true": { + "model": "create:block/framed_glass_trapdoor/block_open", + "y": 90 }, "facing=east,half=top,open=false": { "model": "create:block/framed_glass_trapdoor/block_top", "uvlock": true }, + "facing=east,half=top,open=true": { + "model": "create:block/framed_glass_trapdoor/block_open", + "y": 90 + }, "facing=north,half=bottom,open=false": { "model": "create:block/framed_glass_trapdoor/block_bottom", "uvlock": true }, - "facing=south,half=bottom,open=false": { - "model": "create:block/framed_glass_trapdoor/block_bottom", - "uvlock": true + "facing=north,half=bottom,open=true": { + "model": "create:block/framed_glass_trapdoor/block_open" }, - "facing=west,half=bottom,open=false": { - "model": "create:block/framed_glass_trapdoor/block_bottom", - "uvlock": true - }, - "facing=east,half=bottom,open=false": { - "model": "create:block/framed_glass_trapdoor/block_bottom", + "facing=north,half=top,open=false": { + "model": "create:block/framed_glass_trapdoor/block_top", "uvlock": true }, "facing=north,half=top,open=true": { "model": "create:block/framed_glass_trapdoor/block_open" }, - "facing=south,half=top,open=true": { - "model": "create:block/framed_glass_trapdoor/block_open", - "y": 180 - }, - "facing=west,half=top,open=true": { - "model": "create:block/framed_glass_trapdoor/block_open", - "y": 270 - }, - "facing=east,half=top,open=true": { - "model": "create:block/framed_glass_trapdoor/block_open", - "y": 90 - }, - "facing=north,half=bottom,open=true": { - "model": "create:block/framed_glass_trapdoor/block_open" + "facing=south,half=bottom,open=false": { + "model": "create:block/framed_glass_trapdoor/block_bottom", + "uvlock": true }, "facing=south,half=bottom,open=true": { "model": "create:block/framed_glass_trapdoor/block_open", "y": 180 }, + "facing=south,half=top,open=false": { + "model": "create:block/framed_glass_trapdoor/block_top", + "uvlock": true + }, + "facing=south,half=top,open=true": { + "model": "create:block/framed_glass_trapdoor/block_open", + "y": 180 + }, + "facing=west,half=bottom,open=false": { + "model": "create:block/framed_glass_trapdoor/block_bottom", + "uvlock": true + }, "facing=west,half=bottom,open=true": { "model": "create:block/framed_glass_trapdoor/block_open", "y": 270 }, - "facing=east,half=bottom,open=true": { + "facing=west,half=top,open=false": { + "model": "create:block/framed_glass_trapdoor/block_top", + "uvlock": true + }, + "facing=west,half=top,open=true": { "model": "create:block/framed_glass_trapdoor/block_open", - "y": 90 + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/gantry_carriage.json b/src/generated/resources/assets/create/blockstates/gantry_carriage.json index 06cac5b0c9..396973fa64 100644 --- a/src/generated/resources/assets/create/blockstates/gantry_carriage.json +++ b/src/generated/resources/assets/create/blockstates/gantry_carriage.json @@ -5,48 +5,48 @@ "x": 270, "y": 90 }, - "axis_along_first=true,facing=down": { + "axis_along_first=false,facing=east": { "model": "create:block/gantry_carriage/horizontal", - "x": 270 + "y": 270 + }, + "axis_along_first=false,facing=north": { + "model": "create:block/gantry_carriage/vertical", + "y": 180 + }, + "axis_along_first=false,facing=south": { + "model": "create:block/gantry_carriage/vertical" }, "axis_along_first=false,facing=up": { "model": "create:block/gantry_carriage/horizontal", "x": 90, "y": 90 }, - "axis_along_first=true,facing=up": { + "axis_along_first=false,facing=west": { "model": "create:block/gantry_carriage/horizontal", - "x": 90 + "y": 90 }, - "axis_along_first=false,facing=north": { + "axis_along_first=true,facing=down": { + "model": "create:block/gantry_carriage/horizontal", + "x": 270 + }, + "axis_along_first=true,facing=east": { "model": "create:block/gantry_carriage/vertical", - "y": 180 + "y": 270 }, "axis_along_first=true,facing=north": { "model": "create:block/gantry_carriage/horizontal", "y": 180 }, - "axis_along_first=false,facing=south": { - "model": "create:block/gantry_carriage/vertical" - }, "axis_along_first=true,facing=south": { "model": "create:block/gantry_carriage/horizontal" }, - "axis_along_first=false,facing=west": { + "axis_along_first=true,facing=up": { "model": "create:block/gantry_carriage/horizontal", - "y": 90 + "x": 90 }, "axis_along_first=true,facing=west": { "model": "create:block/gantry_carriage/vertical", "y": 90 - }, - "axis_along_first=false,facing=east": { - "model": "create:block/gantry_carriage/horizontal", - "y": 270 - }, - "axis_along_first=true,facing=east": { - "model": "create:block/gantry_carriage/vertical", - "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/gantry_shaft.json b/src/generated/resources/assets/create/blockstates/gantry_shaft.json index 379d7a3daa..c258f8fccc 100644 --- a/src/generated/resources/assets/create/blockstates/gantry_shaft.json +++ b/src/generated/resources/assets/create/blockstates/gantry_shaft.json @@ -1,212 +1,212 @@ { "variants": { - "facing=down,part=start,powered=false": { - "model": "create:block/gantry_shaft_start_flipped", + "facing=down,part=end,powered=false": { + "model": "create:block/gantry_shaft_end_flipped", "x": 180 }, - "facing=up,part=start,powered=false": { - "model": "create:block/gantry_shaft/block_start" - }, - "facing=north,part=start,powered=false": { - "model": "create:block/gantry_shaft_start_flipped", - "x": 90 - }, - "facing=south,part=start,powered=false": { - "model": "create:block/gantry_shaft/block_start", - "x": 90, - "y": 180 - }, - "facing=west,part=start,powered=false": { - "model": "create:block/gantry_shaft_start_flipped", - "x": 90, - "y": 270 - }, - "facing=east,part=start,powered=false": { - "model": "create:block/gantry_shaft/block_start", - "x": 90, - "y": 90 + "facing=down,part=end,powered=true": { + "model": "create:block/gantry_shaft_end_powered_flipped", + "x": 180 }, "facing=down,part=middle,powered=false": { "model": "create:block/gantry_shaft_middle_flipped", "x": 180 }, - "facing=up,part=middle,powered=false": { - "model": "create:block/gantry_shaft/block_middle" + "facing=down,part=middle,powered=true": { + "model": "create:block/gantry_shaft_middle_powered_flipped", + "x": 180 }, - "facing=north,part=middle,powered=false": { - "model": "create:block/gantry_shaft_middle_flipped", - "x": 90 + "facing=down,part=single,powered=false": { + "model": "create:block/gantry_shaft_single_flipped", + "x": 180 }, - "facing=south,part=middle,powered=false": { - "model": "create:block/gantry_shaft/block_middle", + "facing=down,part=single,powered=true": { + "model": "create:block/gantry_shaft_single_powered_flipped", + "x": 180 + }, + "facing=down,part=start,powered=false": { + "model": "create:block/gantry_shaft_start_flipped", + "x": 180 + }, + "facing=down,part=start,powered=true": { + "model": "create:block/gantry_shaft_start_powered_flipped", + "x": 180 + }, + "facing=east,part=end,powered=false": { + "model": "create:block/gantry_shaft/block_end", "x": 90, - "y": 180 + "y": 90 }, - "facing=west,part=middle,powered=false": { - "model": "create:block/gantry_shaft_middle_flipped", + "facing=east,part=end,powered=true": { + "model": "create:block/gantry_shaft_end_powered", "x": 90, - "y": 270 + "y": 90 }, "facing=east,part=middle,powered=false": { "model": "create:block/gantry_shaft/block_middle", "x": 90, "y": 90 }, - "facing=down,part=end,powered=false": { - "model": "create:block/gantry_shaft_end_flipped", - "x": 180 + "facing=east,part=middle,powered=true": { + "model": "create:block/gantry_shaft_middle_powered", + "x": 90, + "y": 90 }, - "facing=up,part=end,powered=false": { - "model": "create:block/gantry_shaft/block_end" + "facing=east,part=single,powered=false": { + "model": "create:block/gantry_shaft/block_single", + "x": 90, + "y": 90 + }, + "facing=east,part=single,powered=true": { + "model": "create:block/gantry_shaft_single_powered", + "x": 90, + "y": 90 + }, + "facing=east,part=start,powered=false": { + "model": "create:block/gantry_shaft/block_start", + "x": 90, + "y": 90 + }, + "facing=east,part=start,powered=true": { + "model": "create:block/gantry_shaft_start_powered", + "x": 90, + "y": 90 }, "facing=north,part=end,powered=false": { "model": "create:block/gantry_shaft_end_flipped", "x": 90 }, + "facing=north,part=end,powered=true": { + "model": "create:block/gantry_shaft_end_powered_flipped", + "x": 90 + }, + "facing=north,part=middle,powered=false": { + "model": "create:block/gantry_shaft_middle_flipped", + "x": 90 + }, + "facing=north,part=middle,powered=true": { + "model": "create:block/gantry_shaft_middle_powered_flipped", + "x": 90 + }, + "facing=north,part=single,powered=false": { + "model": "create:block/gantry_shaft_single_flipped", + "x": 90 + }, + "facing=north,part=single,powered=true": { + "model": "create:block/gantry_shaft_single_powered_flipped", + "x": 90 + }, + "facing=north,part=start,powered=false": { + "model": "create:block/gantry_shaft_start_flipped", + "x": 90 + }, + "facing=north,part=start,powered=true": { + "model": "create:block/gantry_shaft_start_powered_flipped", + "x": 90 + }, "facing=south,part=end,powered=false": { "model": "create:block/gantry_shaft/block_end", "x": 90, "y": 180 }, - "facing=west,part=end,powered=false": { - "model": "create:block/gantry_shaft_end_flipped", - "x": 90, - "y": 270 - }, - "facing=east,part=end,powered=false": { - "model": "create:block/gantry_shaft/block_end", - "x": 90, - "y": 90 - }, - "facing=down,part=single,powered=false": { - "model": "create:block/gantry_shaft_single_flipped", - "x": 180 - }, - "facing=up,part=single,powered=false": { - "model": "create:block/gantry_shaft/block_single" - }, - "facing=north,part=single,powered=false": { - "model": "create:block/gantry_shaft_single_flipped", - "x": 90 - }, - "facing=south,part=single,powered=false": { - "model": "create:block/gantry_shaft/block_single", + "facing=south,part=end,powered=true": { + "model": "create:block/gantry_shaft_end_powered", "x": 90, "y": 180 }, - "facing=west,part=single,powered=false": { - "model": "create:block/gantry_shaft_single_flipped", - "x": 90, - "y": 270 - }, - "facing=east,part=single,powered=false": { - "model": "create:block/gantry_shaft/block_single", - "x": 90, - "y": 90 - }, - "facing=down,part=start,powered=true": { - "model": "create:block/gantry_shaft_start_powered_flipped", - "x": 180 - }, - "facing=up,part=start,powered=true": { - "model": "create:block/gantry_shaft_start_powered" - }, - "facing=north,part=start,powered=true": { - "model": "create:block/gantry_shaft_start_powered_flipped", - "x": 90 - }, - "facing=south,part=start,powered=true": { - "model": "create:block/gantry_shaft_start_powered", + "facing=south,part=middle,powered=false": { + "model": "create:block/gantry_shaft/block_middle", "x": 90, "y": 180 }, - "facing=west,part=start,powered=true": { - "model": "create:block/gantry_shaft_start_powered_flipped", - "x": 90, - "y": 270 - }, - "facing=east,part=start,powered=true": { - "model": "create:block/gantry_shaft_start_powered", - "x": 90, - "y": 90 - }, - "facing=down,part=middle,powered=true": { - "model": "create:block/gantry_shaft_middle_powered_flipped", - "x": 180 - }, - "facing=up,part=middle,powered=true": { - "model": "create:block/gantry_shaft_middle_powered" - }, - "facing=north,part=middle,powered=true": { - "model": "create:block/gantry_shaft_middle_powered_flipped", - "x": 90 - }, "facing=south,part=middle,powered=true": { "model": "create:block/gantry_shaft_middle_powered", "x": 90, "y": 180 }, - "facing=west,part=middle,powered=true": { - "model": "create:block/gantry_shaft_middle_powered_flipped", - "x": 90, - "y": 270 - }, - "facing=east,part=middle,powered=true": { - "model": "create:block/gantry_shaft_middle_powered", - "x": 90, - "y": 90 - }, - "facing=down,part=end,powered=true": { - "model": "create:block/gantry_shaft_end_powered_flipped", - "x": 180 - }, - "facing=up,part=end,powered=true": { - "model": "create:block/gantry_shaft_end_powered" - }, - "facing=north,part=end,powered=true": { - "model": "create:block/gantry_shaft_end_powered_flipped", - "x": 90 - }, - "facing=south,part=end,powered=true": { - "model": "create:block/gantry_shaft_end_powered", + "facing=south,part=single,powered=false": { + "model": "create:block/gantry_shaft/block_single", "x": 90, "y": 180 }, - "facing=west,part=end,powered=true": { - "model": "create:block/gantry_shaft_end_powered_flipped", - "x": 90, - "y": 270 - }, - "facing=east,part=end,powered=true": { - "model": "create:block/gantry_shaft_end_powered", - "x": 90, - "y": 90 - }, - "facing=down,part=single,powered=true": { - "model": "create:block/gantry_shaft_single_powered_flipped", - "x": 180 - }, - "facing=up,part=single,powered=true": { - "model": "create:block/gantry_shaft_single_powered" - }, - "facing=north,part=single,powered=true": { - "model": "create:block/gantry_shaft_single_powered_flipped", - "x": 90 - }, "facing=south,part=single,powered=true": { "model": "create:block/gantry_shaft_single_powered", "x": 90, "y": 180 }, + "facing=south,part=start,powered=false": { + "model": "create:block/gantry_shaft/block_start", + "x": 90, + "y": 180 + }, + "facing=south,part=start,powered=true": { + "model": "create:block/gantry_shaft_start_powered", + "x": 90, + "y": 180 + }, + "facing=up,part=end,powered=false": { + "model": "create:block/gantry_shaft/block_end" + }, + "facing=up,part=end,powered=true": { + "model": "create:block/gantry_shaft_end_powered" + }, + "facing=up,part=middle,powered=false": { + "model": "create:block/gantry_shaft/block_middle" + }, + "facing=up,part=middle,powered=true": { + "model": "create:block/gantry_shaft_middle_powered" + }, + "facing=up,part=single,powered=false": { + "model": "create:block/gantry_shaft/block_single" + }, + "facing=up,part=single,powered=true": { + "model": "create:block/gantry_shaft_single_powered" + }, + "facing=up,part=start,powered=false": { + "model": "create:block/gantry_shaft/block_start" + }, + "facing=up,part=start,powered=true": { + "model": "create:block/gantry_shaft_start_powered" + }, + "facing=west,part=end,powered=false": { + "model": "create:block/gantry_shaft_end_flipped", + "x": 90, + "y": 270 + }, + "facing=west,part=end,powered=true": { + "model": "create:block/gantry_shaft_end_powered_flipped", + "x": 90, + "y": 270 + }, + "facing=west,part=middle,powered=false": { + "model": "create:block/gantry_shaft_middle_flipped", + "x": 90, + "y": 270 + }, + "facing=west,part=middle,powered=true": { + "model": "create:block/gantry_shaft_middle_powered_flipped", + "x": 90, + "y": 270 + }, + "facing=west,part=single,powered=false": { + "model": "create:block/gantry_shaft_single_flipped", + "x": 90, + "y": 270 + }, "facing=west,part=single,powered=true": { "model": "create:block/gantry_shaft_single_powered_flipped", "x": 90, "y": 270 }, - "facing=east,part=single,powered=true": { - "model": "create:block/gantry_shaft_single_powered", + "facing=west,part=start,powered=false": { + "model": "create:block/gantry_shaft_start_flipped", "x": 90, - "y": 90 + "y": 270 + }, + "facing=west,part=start,powered=true": { + "model": "create:block/gantry_shaft_start_powered_flipped", + "x": 90, + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/gearbox.json b/src/generated/resources/assets/create/blockstates/gearbox.json index 2c7b4ca204..d13170a4d1 100644 --- a/src/generated/resources/assets/create/blockstates/gearbox.json +++ b/src/generated/resources/assets/create/blockstates/gearbox.json @@ -2,9 +2,9 @@ "variants": { "axis=x": { "model": "create:block/gearbox/block", + "uvlock": true, "x": 90, - "y": 90, - "uvlock": true + "y": 90 }, "axis=y": { "model": "create:block/gearbox/block", @@ -12,9 +12,9 @@ }, "axis=z": { "model": "create:block/gearbox/block", + "uvlock": true, "x": 90, - "y": 180, - "uvlock": true + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/gearshift.json b/src/generated/resources/assets/create/blockstates/gearshift.json index 7efea836f5..03daeb944e 100644 --- a/src/generated/resources/assets/create/blockstates/gearshift.json +++ b/src/generated/resources/assets/create/blockstates/gearshift.json @@ -5,22 +5,22 @@ "x": 90, "y": 90 }, - "axis=y,powered=false": { - "model": "create:block/gearshift/block" - }, - "axis=z,powered=false": { - "model": "create:block/gearshift/block", - "x": 90, - "y": 180 - }, "axis=x,powered=true": { "model": "create:block/gearshift/block_powered", "x": 90, "y": 90 }, + "axis=y,powered=false": { + "model": "create:block/gearshift/block" + }, "axis=y,powered=true": { "model": "create:block/gearshift/block_powered" }, + "axis=z,powered=false": { + "model": "create:block/gearshift/block", + "x": 90, + "y": 180 + }, "axis=z,powered=true": { "model": "create:block/gearshift/block_powered", "x": 90, diff --git a/src/generated/resources/assets/create/blockstates/glass_fluid_pipe.json b/src/generated/resources/assets/create/blockstates/glass_fluid_pipe.json index f1843f0671..db8231fe5a 100644 --- a/src/generated/resources/assets/create/blockstates/glass_fluid_pipe.json +++ b/src/generated/resources/assets/create/blockstates/glass_fluid_pipe.json @@ -5,21 +5,21 @@ "x": 90, "y": 90 }, - "alt=true,axis=x": { - "model": "create:block/fluid_pipe/window", - "x": 90, - "y": 90 - }, "alt=false,axis=y": { "model": "create:block/fluid_pipe/window" }, - "alt=true,axis=y": { - "model": "create:block/fluid_pipe/window" - }, "alt=false,axis=z": { "model": "create:block/fluid_pipe/window", "x": 90 }, + "alt=true,axis=x": { + "model": "create:block/fluid_pipe/window", + "x": 90, + "y": 90 + }, + "alt=true,axis=y": { + "model": "create:block/fluid_pipe/window" + }, "alt=true,axis=z": { "model": "create:block/fluid_pipe/window", "x": 90 diff --git a/src/generated/resources/assets/create/blockstates/gray_nixie_tube.json b/src/generated/resources/assets/create/blockstates/gray_nixie_tube.json index d70905d4a7..cbb86fbe4a 100644 --- a/src/generated/resources/assets/create/blockstates/gray_nixie_tube.json +++ b/src/generated/resources/assets/create/blockstates/gray_nixie_tube.json @@ -1,135 +1,112 @@ { "variants": { - "double_face=floor,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=false": { "model": "create:block/gray_nixie_tube", - "y": 180 + "x": 180, + "y": 270 }, - "double_face=wall,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=true": { "model": "create:block/gray_nixie_tube", - "x": 90 - }, - "double_face=wall_reversed,facing=north,waterlogged=false": { - "model": "create:block/gray_nixie_tube", - "x": 90 + "x": 180, + "y": 270 }, "double_face=ceiling,facing=north,waterlogged=false": { "model": "create:block/gray_nixie_tube", "x": 180, "y": 180 }, - "double_face=floor,facing=south,waterlogged=false": { - "model": "create:block/gray_nixie_tube" - }, - "double_face=wall,facing=south,waterlogged=false": { + "double_face=ceiling,facing=north,waterlogged=true": { "model": "create:block/gray_nixie_tube", - "x": 90, - "y": 180 - }, - "double_face=wall_reversed,facing=south,waterlogged=false": { - "model": "create:block/gray_nixie_tube", - "x": 90, + "x": 180, "y": 180 }, "double_face=ceiling,facing=south,waterlogged=false": { "model": "create:block/gray_nixie_tube", "x": 180 }, - "double_face=floor,facing=west,waterlogged=false": { + "double_face=ceiling,facing=south,waterlogged=true": { "model": "create:block/gray_nixie_tube", - "y": 90 - }, - "double_face=wall,facing=west,waterlogged=false": { - "model": "create:block/gray_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=wall_reversed,facing=west,waterlogged=false": { - "model": "create:block/gray_nixie_tube", - "x": 90, - "y": 270 + "x": 180 }, "double_face=ceiling,facing=west,waterlogged=false": { "model": "create:block/gray_nixie_tube", "x": 180, "y": 90 }, + "double_face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/gray_nixie_tube", + "x": 180, + "y": 90 + }, "double_face=floor,facing=east,waterlogged=false": { "model": "create:block/gray_nixie_tube", "y": 270 }, - "double_face=wall,facing=east,waterlogged=false": { + "double_face=floor,facing=east,waterlogged=true": { "model": "create:block/gray_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=wall_reversed,facing=east,waterlogged=false": { - "model": "create:block/gray_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/gray_nixie_tube", - "x": 180, "y": 270 }, + "double_face=floor,facing=north,waterlogged=false": { + "model": "create:block/gray_nixie_tube", + "y": 180 + }, "double_face=floor,facing=north,waterlogged=true": { "model": "create:block/gray_nixie_tube", "y": 180 }, + "double_face=floor,facing=south,waterlogged=false": { + "model": "create:block/gray_nixie_tube" + }, + "double_face=floor,facing=south,waterlogged=true": { + "model": "create:block/gray_nixie_tube" + }, + "double_face=floor,facing=west,waterlogged=false": { + "model": "create:block/gray_nixie_tube", + "y": 90 + }, + "double_face=floor,facing=west,waterlogged=true": { + "model": "create:block/gray_nixie_tube", + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=false": { + "model": "create:block/gray_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=true": { + "model": "create:block/gray_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=north,waterlogged=false": { + "model": "create:block/gray_nixie_tube", + "x": 90 + }, "double_face=wall,facing=north,waterlogged=true": { "model": "create:block/gray_nixie_tube", "x": 90 }, - "double_face=wall_reversed,facing=north,waterlogged=true": { + "double_face=wall,facing=south,waterlogged=false": { "model": "create:block/gray_nixie_tube", - "x": 90 - }, - "double_face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/gray_nixie_tube", - "x": 180, + "x": 90, "y": 180 }, - "double_face=floor,facing=south,waterlogged=true": { - "model": "create:block/gray_nixie_tube" - }, "double_face=wall,facing=south,waterlogged=true": { "model": "create:block/gray_nixie_tube", "x": 90, "y": 180 }, - "double_face=wall_reversed,facing=south,waterlogged=true": { + "double_face=wall,facing=west,waterlogged=false": { "model": "create:block/gray_nixie_tube", "x": 90, - "y": 180 - }, - "double_face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/gray_nixie_tube", - "x": 180 - }, - "double_face=floor,facing=west,waterlogged=true": { - "model": "create:block/gray_nixie_tube", - "y": 90 + "y": 270 }, "double_face=wall,facing=west,waterlogged=true": { "model": "create:block/gray_nixie_tube", "x": 90, "y": 270 }, - "double_face=wall_reversed,facing=west,waterlogged=true": { - "model": "create:block/gray_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/gray_nixie_tube", - "x": 180, - "y": 90 - }, - "double_face=floor,facing=east,waterlogged=true": { - "model": "create:block/gray_nixie_tube", - "y": 270 - }, - "double_face=wall,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=east,waterlogged=false": { "model": "create:block/gray_nixie_tube", "x": 90, "y": 90 @@ -139,9 +116,32 @@ "x": 90, "y": 90 }, - "double_face=ceiling,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=north,waterlogged=false": { "model": "create:block/gray_nixie_tube", - "x": 180, + "x": 90 + }, + "double_face=wall_reversed,facing=north,waterlogged=true": { + "model": "create:block/gray_nixie_tube", + "x": 90 + }, + "double_face=wall_reversed,facing=south,waterlogged=false": { + "model": "create:block/gray_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=south,waterlogged=true": { + "model": "create:block/gray_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=west,waterlogged=false": { + "model": "create:block/gray_nixie_tube", + "x": 90, + "y": 270 + }, + "double_face=wall_reversed,facing=west,waterlogged=true": { + "model": "create:block/gray_nixie_tube", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/gray_sail.json b/src/generated/resources/assets/create/blockstates/gray_sail.json index a8295fe9eb..5c78900519 100644 --- a/src/generated/resources/assets/create/blockstates/gray_sail.json +++ b/src/generated/resources/assets/create/blockstates/gray_sail.json @@ -4,8 +4,10 @@ "model": "create:block/gray_sail", "x": 180 }, - "facing=up": { - "model": "create:block/gray_sail" + "facing=east": { + "model": "create:block/gray_sail", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/gray_sail", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/gray_sail" + }, "facing=west": { "model": "create:block/gray_sail", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/gray_sail", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/gray_toolbox.json b/src/generated/resources/assets/create/blockstates/gray_toolbox.json index 69b09774fa..e4f5cbceec 100644 --- a/src/generated/resources/assets/create/blockstates/gray_toolbox.json +++ b/src/generated/resources/assets/create/blockstates/gray_toolbox.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/gray_toolbox", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/gray_toolbox", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/gray_toolbox" }, + "facing=north,waterlogged=true": { + "model": "create:block/gray_toolbox" + }, "facing=south,waterlogged=false": { "model": "create:block/gray_toolbox", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/gray_toolbox", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/gray_toolbox", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/gray_toolbox", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/gray_toolbox" - }, - "facing=south,waterlogged=true": { - "model": "create:block/gray_toolbox", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/gray_toolbox", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/gray_toolbox", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/gray_valve_handle.json b/src/generated/resources/assets/create/blockstates/gray_valve_handle.json index 9b85eb8431..8266c5845f 100644 --- a/src/generated/resources/assets/create/blockstates/gray_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/gray_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/gray_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/gray_valve_handle" + "facing=east": { + "model": "create:block/gray_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/gray_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/gray_valve_handle" + }, "facing=west": { "model": "create:block/gray_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/gray_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/green_nixie_tube.json b/src/generated/resources/assets/create/blockstates/green_nixie_tube.json index bd97ff2b4e..751e7f4e91 100644 --- a/src/generated/resources/assets/create/blockstates/green_nixie_tube.json +++ b/src/generated/resources/assets/create/blockstates/green_nixie_tube.json @@ -1,135 +1,112 @@ { "variants": { - "double_face=floor,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=false": { "model": "create:block/green_nixie_tube", - "y": 180 + "x": 180, + "y": 270 }, - "double_face=wall,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=true": { "model": "create:block/green_nixie_tube", - "x": 90 - }, - "double_face=wall_reversed,facing=north,waterlogged=false": { - "model": "create:block/green_nixie_tube", - "x": 90 + "x": 180, + "y": 270 }, "double_face=ceiling,facing=north,waterlogged=false": { "model": "create:block/green_nixie_tube", "x": 180, "y": 180 }, - "double_face=floor,facing=south,waterlogged=false": { - "model": "create:block/green_nixie_tube" - }, - "double_face=wall,facing=south,waterlogged=false": { + "double_face=ceiling,facing=north,waterlogged=true": { "model": "create:block/green_nixie_tube", - "x": 90, - "y": 180 - }, - "double_face=wall_reversed,facing=south,waterlogged=false": { - "model": "create:block/green_nixie_tube", - "x": 90, + "x": 180, "y": 180 }, "double_face=ceiling,facing=south,waterlogged=false": { "model": "create:block/green_nixie_tube", "x": 180 }, - "double_face=floor,facing=west,waterlogged=false": { + "double_face=ceiling,facing=south,waterlogged=true": { "model": "create:block/green_nixie_tube", - "y": 90 - }, - "double_face=wall,facing=west,waterlogged=false": { - "model": "create:block/green_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=wall_reversed,facing=west,waterlogged=false": { - "model": "create:block/green_nixie_tube", - "x": 90, - "y": 270 + "x": 180 }, "double_face=ceiling,facing=west,waterlogged=false": { "model": "create:block/green_nixie_tube", "x": 180, "y": 90 }, + "double_face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/green_nixie_tube", + "x": 180, + "y": 90 + }, "double_face=floor,facing=east,waterlogged=false": { "model": "create:block/green_nixie_tube", "y": 270 }, - "double_face=wall,facing=east,waterlogged=false": { + "double_face=floor,facing=east,waterlogged=true": { "model": "create:block/green_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=wall_reversed,facing=east,waterlogged=false": { - "model": "create:block/green_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/green_nixie_tube", - "x": 180, "y": 270 }, + "double_face=floor,facing=north,waterlogged=false": { + "model": "create:block/green_nixie_tube", + "y": 180 + }, "double_face=floor,facing=north,waterlogged=true": { "model": "create:block/green_nixie_tube", "y": 180 }, + "double_face=floor,facing=south,waterlogged=false": { + "model": "create:block/green_nixie_tube" + }, + "double_face=floor,facing=south,waterlogged=true": { + "model": "create:block/green_nixie_tube" + }, + "double_face=floor,facing=west,waterlogged=false": { + "model": "create:block/green_nixie_tube", + "y": 90 + }, + "double_face=floor,facing=west,waterlogged=true": { + "model": "create:block/green_nixie_tube", + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=false": { + "model": "create:block/green_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=true": { + "model": "create:block/green_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=north,waterlogged=false": { + "model": "create:block/green_nixie_tube", + "x": 90 + }, "double_face=wall,facing=north,waterlogged=true": { "model": "create:block/green_nixie_tube", "x": 90 }, - "double_face=wall_reversed,facing=north,waterlogged=true": { + "double_face=wall,facing=south,waterlogged=false": { "model": "create:block/green_nixie_tube", - "x": 90 - }, - "double_face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/green_nixie_tube", - "x": 180, + "x": 90, "y": 180 }, - "double_face=floor,facing=south,waterlogged=true": { - "model": "create:block/green_nixie_tube" - }, "double_face=wall,facing=south,waterlogged=true": { "model": "create:block/green_nixie_tube", "x": 90, "y": 180 }, - "double_face=wall_reversed,facing=south,waterlogged=true": { + "double_face=wall,facing=west,waterlogged=false": { "model": "create:block/green_nixie_tube", "x": 90, - "y": 180 - }, - "double_face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/green_nixie_tube", - "x": 180 - }, - "double_face=floor,facing=west,waterlogged=true": { - "model": "create:block/green_nixie_tube", - "y": 90 + "y": 270 }, "double_face=wall,facing=west,waterlogged=true": { "model": "create:block/green_nixie_tube", "x": 90, "y": 270 }, - "double_face=wall_reversed,facing=west,waterlogged=true": { - "model": "create:block/green_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/green_nixie_tube", - "x": 180, - "y": 90 - }, - "double_face=floor,facing=east,waterlogged=true": { - "model": "create:block/green_nixie_tube", - "y": 270 - }, - "double_face=wall,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=east,waterlogged=false": { "model": "create:block/green_nixie_tube", "x": 90, "y": 90 @@ -139,9 +116,32 @@ "x": 90, "y": 90 }, - "double_face=ceiling,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=north,waterlogged=false": { "model": "create:block/green_nixie_tube", - "x": 180, + "x": 90 + }, + "double_face=wall_reversed,facing=north,waterlogged=true": { + "model": "create:block/green_nixie_tube", + "x": 90 + }, + "double_face=wall_reversed,facing=south,waterlogged=false": { + "model": "create:block/green_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=south,waterlogged=true": { + "model": "create:block/green_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=west,waterlogged=false": { + "model": "create:block/green_nixie_tube", + "x": 90, + "y": 270 + }, + "double_face=wall_reversed,facing=west,waterlogged=true": { + "model": "create:block/green_nixie_tube", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/green_sail.json b/src/generated/resources/assets/create/blockstates/green_sail.json index 5ee371035e..95682d6a67 100644 --- a/src/generated/resources/assets/create/blockstates/green_sail.json +++ b/src/generated/resources/assets/create/blockstates/green_sail.json @@ -4,8 +4,10 @@ "model": "create:block/green_sail", "x": 180 }, - "facing=up": { - "model": "create:block/green_sail" + "facing=east": { + "model": "create:block/green_sail", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/green_sail", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/green_sail" + }, "facing=west": { "model": "create:block/green_sail", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/green_sail", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/green_toolbox.json b/src/generated/resources/assets/create/blockstates/green_toolbox.json index caf60c8eab..6dee9e452a 100644 --- a/src/generated/resources/assets/create/blockstates/green_toolbox.json +++ b/src/generated/resources/assets/create/blockstates/green_toolbox.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/green_toolbox", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/green_toolbox", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/green_toolbox" }, + "facing=north,waterlogged=true": { + "model": "create:block/green_toolbox" + }, "facing=south,waterlogged=false": { "model": "create:block/green_toolbox", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/green_toolbox", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/green_toolbox", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/green_toolbox", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/green_toolbox" - }, - "facing=south,waterlogged=true": { - "model": "create:block/green_toolbox", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/green_toolbox", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/green_toolbox", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/green_valve_handle.json b/src/generated/resources/assets/create/blockstates/green_valve_handle.json index aed9eac23e..e4a4b4ddf1 100644 --- a/src/generated/resources/assets/create/blockstates/green_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/green_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/green_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/green_valve_handle" + "facing=east": { + "model": "create:block/green_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/green_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/green_valve_handle" + }, "facing=west": { "model": "create:block/green_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/green_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/hand_crank.json b/src/generated/resources/assets/create/blockstates/hand_crank.json index e10d67ce05..5a0184ce04 100644 --- a/src/generated/resources/assets/create/blockstates/hand_crank.json +++ b/src/generated/resources/assets/create/blockstates/hand_crank.json @@ -4,8 +4,10 @@ "model": "create:block/hand_crank/block", "x": 180 }, - "facing=up": { - "model": "create:block/hand_crank/block" + "facing=east": { + "model": "create:block/hand_crank/block", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/hand_crank/block", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/hand_crank/block" + }, "facing=west": { "model": "create:block/hand_crank/block", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/hand_crank/block", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/haunted_bell.json b/src/generated/resources/assets/create/blockstates/haunted_bell.json index aff2482867..c0bb7b29fa 100644 --- a/src/generated/resources/assets/create/blockstates/haunted_bell.json +++ b/src/generated/resources/assets/create/blockstates/haunted_bell.json @@ -1,124 +1,124 @@ { "variants": { - "attachment=floor,facing=north,powered=false": { - "model": "create:block/haunted_bell_floor" + "attachment=ceiling,facing=east,powered=false": { + "model": "create:block/haunted_bell_ceiling", + "y": 90 + }, + "attachment=ceiling,facing=east,powered=true": { + "model": "create:block/haunted_bell_ceiling", + "y": 90 }, "attachment=ceiling,facing=north,powered=false": { "model": "create:block/haunted_bell_ceiling" }, - "attachment=single_wall,facing=north,powered=false": { - "model": "create:block/haunted_bell_single_wall" - }, - "attachment=double_wall,facing=north,powered=false": { - "model": "create:block/haunted_bell_double_wall" - }, - "attachment=floor,facing=south,powered=false": { - "model": "create:block/haunted_bell_floor", - "y": 180 + "attachment=ceiling,facing=north,powered=true": { + "model": "create:block/haunted_bell_ceiling" }, "attachment=ceiling,facing=south,powered=false": { "model": "create:block/haunted_bell_ceiling", "y": 180 }, - "attachment=single_wall,facing=south,powered=false": { - "model": "create:block/haunted_bell_single_wall", + "attachment=ceiling,facing=south,powered=true": { + "model": "create:block/haunted_bell_ceiling", "y": 180 }, - "attachment=double_wall,facing=south,powered=false": { - "model": "create:block/haunted_bell_double_wall", - "y": 180 - }, - "attachment=floor,facing=west,powered=false": { - "model": "create:block/haunted_bell_floor", - "y": 270 - }, "attachment=ceiling,facing=west,powered=false": { "model": "create:block/haunted_bell_ceiling", "y": 270 }, - "attachment=single_wall,facing=west,powered=false": { - "model": "create:block/haunted_bell_single_wall", + "attachment=ceiling,facing=west,powered=true": { + "model": "create:block/haunted_bell_ceiling", "y": 270 }, + "attachment=double_wall,facing=east,powered=false": { + "model": "create:block/haunted_bell_double_wall", + "y": 90 + }, + "attachment=double_wall,facing=east,powered=true": { + "model": "create:block/haunted_bell_double_wall", + "y": 90 + }, + "attachment=double_wall,facing=north,powered=false": { + "model": "create:block/haunted_bell_double_wall" + }, + "attachment=double_wall,facing=north,powered=true": { + "model": "create:block/haunted_bell_double_wall" + }, + "attachment=double_wall,facing=south,powered=false": { + "model": "create:block/haunted_bell_double_wall", + "y": 180 + }, + "attachment=double_wall,facing=south,powered=true": { + "model": "create:block/haunted_bell_double_wall", + "y": 180 + }, "attachment=double_wall,facing=west,powered=false": { "model": "create:block/haunted_bell_double_wall", "y": 270 }, + "attachment=double_wall,facing=west,powered=true": { + "model": "create:block/haunted_bell_double_wall", + "y": 270 + }, "attachment=floor,facing=east,powered=false": { "model": "create:block/haunted_bell_floor", "y": 90 }, - "attachment=ceiling,facing=east,powered=false": { - "model": "create:block/haunted_bell_ceiling", + "attachment=floor,facing=east,powered=true": { + "model": "create:block/haunted_bell_floor", "y": 90 }, - "attachment=single_wall,facing=east,powered=false": { - "model": "create:block/haunted_bell_single_wall", - "y": 90 - }, - "attachment=double_wall,facing=east,powered=false": { - "model": "create:block/haunted_bell_double_wall", - "y": 90 + "attachment=floor,facing=north,powered=false": { + "model": "create:block/haunted_bell_floor" }, "attachment=floor,facing=north,powered=true": { "model": "create:block/haunted_bell_floor" }, - "attachment=ceiling,facing=north,powered=true": { - "model": "create:block/haunted_bell_ceiling" - }, - "attachment=single_wall,facing=north,powered=true": { - "model": "create:block/haunted_bell_single_wall" - }, - "attachment=double_wall,facing=north,powered=true": { - "model": "create:block/haunted_bell_double_wall" + "attachment=floor,facing=south,powered=false": { + "model": "create:block/haunted_bell_floor", + "y": 180 }, "attachment=floor,facing=south,powered=true": { "model": "create:block/haunted_bell_floor", "y": 180 }, - "attachment=ceiling,facing=south,powered=true": { - "model": "create:block/haunted_bell_ceiling", - "y": 180 - }, - "attachment=single_wall,facing=south,powered=true": { - "model": "create:block/haunted_bell_single_wall", - "y": 180 - }, - "attachment=double_wall,facing=south,powered=true": { - "model": "create:block/haunted_bell_double_wall", - "y": 180 + "attachment=floor,facing=west,powered=false": { + "model": "create:block/haunted_bell_floor", + "y": 270 }, "attachment=floor,facing=west,powered=true": { "model": "create:block/haunted_bell_floor", "y": 270 }, - "attachment=ceiling,facing=west,powered=true": { - "model": "create:block/haunted_bell_ceiling", - "y": 270 - }, - "attachment=single_wall,facing=west,powered=true": { + "attachment=single_wall,facing=east,powered=false": { "model": "create:block/haunted_bell_single_wall", - "y": 270 - }, - "attachment=double_wall,facing=west,powered=true": { - "model": "create:block/haunted_bell_double_wall", - "y": 270 - }, - "attachment=floor,facing=east,powered=true": { - "model": "create:block/haunted_bell_floor", - "y": 90 - }, - "attachment=ceiling,facing=east,powered=true": { - "model": "create:block/haunted_bell_ceiling", "y": 90 }, "attachment=single_wall,facing=east,powered=true": { "model": "create:block/haunted_bell_single_wall", "y": 90 }, - "attachment=double_wall,facing=east,powered=true": { - "model": "create:block/haunted_bell_double_wall", - "y": 90 + "attachment=single_wall,facing=north,powered=false": { + "model": "create:block/haunted_bell_single_wall" + }, + "attachment=single_wall,facing=north,powered=true": { + "model": "create:block/haunted_bell_single_wall" + }, + "attachment=single_wall,facing=south,powered=false": { + "model": "create:block/haunted_bell_single_wall", + "y": 180 + }, + "attachment=single_wall,facing=south,powered=true": { + "model": "create:block/haunted_bell_single_wall", + "y": 180 + }, + "attachment=single_wall,facing=west,powered=false": { + "model": "create:block/haunted_bell_single_wall", + "y": 270 + }, + "attachment=single_wall,facing=west,powered=true": { + "model": "create:block/haunted_bell_single_wall", + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/horizontal_framed_glass_pane.json b/src/generated/resources/assets/create/blockstates/horizontal_framed_glass_pane.json index 85d2dc8090..268ffea597 100644 --- a/src/generated/resources/assets/create/blockstates/horizontal_framed_glass_pane.json +++ b/src/generated/resources/assets/create/blockstates/horizontal_framed_glass_pane.json @@ -6,71 +6,71 @@ } }, { - "when": { - "north": "true" - }, "apply": { "model": "create:block/horizontal_framed_glass_pane_side" + }, + "when": { + "north": "true" } }, { - "when": { - "north": "false" - }, "apply": { "model": "create:block/horizontal_framed_glass_pane_noside" + }, + "when": { + "north": "false" } }, { - "when": { - "south": "true" - }, "apply": { "model": "create:block/horizontal_framed_glass_pane_side_alt" + }, + "when": { + "south": "true" } }, { - "when": { - "south": "false" - }, "apply": { "model": "create:block/horizontal_framed_glass_pane_noside_alt", "y": 90 + }, + "when": { + "south": "false" } }, { - "when": { - "west": "true" - }, "apply": { "model": "create:block/horizontal_framed_glass_pane_side_alt", "y": 90 + }, + "when": { + "west": "true" } }, { - "when": { - "west": "false" - }, "apply": { "model": "create:block/horizontal_framed_glass_pane_noside", "y": 270 + }, + "when": { + "west": "false" } }, { - "when": { - "east": "true" - }, "apply": { "model": "create:block/horizontal_framed_glass_pane_side", "y": 90 + }, + "when": { + "east": "true" } }, { - "when": { - "east": "false" - }, "apply": { "model": "create:block/horizontal_framed_glass_pane_noside_alt" + }, + "when": { + "east": "false" } } ] diff --git a/src/generated/resources/assets/create/blockstates/hose_pulley.json b/src/generated/resources/assets/create/blockstates/hose_pulley.json index b69e3b7db6..70e0014a7f 100644 --- a/src/generated/resources/assets/create/blockstates/hose_pulley.json +++ b/src/generated/resources/assets/create/blockstates/hose_pulley.json @@ -1,5 +1,9 @@ { "variants": { + "facing=east": { + "model": "create:block/hose_pulley/block", + "y": 90 + }, "facing=north": { "model": "create:block/hose_pulley/block" }, @@ -10,10 +14,6 @@ "facing=west": { "model": "create:block/hose_pulley/block", "y": 270 - }, - "facing=east": { - "model": "create:block/hose_pulley/block", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/item_vault.json b/src/generated/resources/assets/create/blockstates/item_vault.json index 5f3e114123..80ea2e795f 100644 --- a/src/generated/resources/assets/create/blockstates/item_vault.json +++ b/src/generated/resources/assets/create/blockstates/item_vault.json @@ -4,13 +4,13 @@ "model": "create:block/item_vault", "y": 90 }, - "axis=z,large=false": { - "model": "create:block/item_vault" - }, "axis=x,large=true": { "model": "create:block/item_vault", "y": 90 }, + "axis=z,large=false": { + "model": "create:block/item_vault" + }, "axis=z,large=true": { "model": "create:block/item_vault" } diff --git a/src/generated/resources/assets/create/blockstates/jungle_window_pane.json b/src/generated/resources/assets/create/blockstates/jungle_window_pane.json index 00b0c5a9da..8e4c06f645 100644 --- a/src/generated/resources/assets/create/blockstates/jungle_window_pane.json +++ b/src/generated/resources/assets/create/blockstates/jungle_window_pane.json @@ -6,71 +6,71 @@ } }, { - "when": { - "north": "true" - }, "apply": { "model": "create:block/jungle_window_pane_side" + }, + "when": { + "north": "true" } }, { - "when": { - "north": "false" - }, "apply": { "model": "create:block/jungle_window_pane_noside" + }, + "when": { + "north": "false" } }, { - "when": { - "south": "true" - }, "apply": { "model": "create:block/jungle_window_pane_side_alt" + }, + "when": { + "south": "true" } }, { - "when": { - "south": "false" - }, "apply": { "model": "create:block/jungle_window_pane_noside_alt", "y": 90 + }, + "when": { + "south": "false" } }, { - "when": { - "west": "true" - }, "apply": { "model": "create:block/jungle_window_pane_side_alt", "y": 90 + }, + "when": { + "west": "true" } }, { - "when": { - "west": "false" - }, "apply": { "model": "create:block/jungle_window_pane_noside", "y": 270 + }, + "when": { + "west": "false" } }, { - "when": { - "east": "true" - }, "apply": { "model": "create:block/jungle_window_pane_side", "y": 90 + }, + "when": { + "east": "true" } }, { - "when": { - "east": "false" - }, "apply": { "model": "create:block/jungle_window_pane_noside_alt" + }, + "when": { + "east": "false" } } ] diff --git a/src/generated/resources/assets/create/blockstates/large_bogey.json b/src/generated/resources/assets/create/blockstates/large_bogey.json index 64d662e09e..3b7ea3198b 100644 --- a/src/generated/resources/assets/create/blockstates/large_bogey.json +++ b/src/generated/resources/assets/create/blockstates/large_bogey.json @@ -4,13 +4,13 @@ "model": "create:block/track/bogey/top", "y": 90 }, - "axis=z,waterlogged=false": { - "model": "create:block/track/bogey/top" - }, "axis=x,waterlogged=true": { "model": "create:block/track/bogey/top", "y": 90 }, + "axis=z,waterlogged=false": { + "model": "create:block/track/bogey/top" + }, "axis=z,waterlogged=true": { "model": "create:block/track/bogey/top" } diff --git a/src/generated/resources/assets/create/blockstates/lectern_controller.json b/src/generated/resources/assets/create/blockstates/lectern_controller.json index 8b7b2962bb..fda4883713 100644 --- a/src/generated/resources/assets/create/blockstates/lectern_controller.json +++ b/src/generated/resources/assets/create/blockstates/lectern_controller.json @@ -1,64 +1,64 @@ { "variants": { + "facing=east,has_book=false,powered=false": { + "model": "minecraft:block/lectern", + "y": 90 + }, + "facing=east,has_book=false,powered=true": { + "model": "minecraft:block/lectern", + "y": 90 + }, + "facing=east,has_book=true,powered=false": { + "model": "minecraft:block/lectern", + "y": 90 + }, + "facing=east,has_book=true,powered=true": { + "model": "minecraft:block/lectern", + "y": 90 + }, "facing=north,has_book=false,powered=false": { "model": "minecraft:block/lectern" }, + "facing=north,has_book=false,powered=true": { + "model": "minecraft:block/lectern" + }, + "facing=north,has_book=true,powered=false": { + "model": "minecraft:block/lectern" + }, + "facing=north,has_book=true,powered=true": { + "model": "minecraft:block/lectern" + }, "facing=south,has_book=false,powered=false": { "model": "minecraft:block/lectern", "y": 180 }, + "facing=south,has_book=false,powered=true": { + "model": "minecraft:block/lectern", + "y": 180 + }, + "facing=south,has_book=true,powered=false": { + "model": "minecraft:block/lectern", + "y": 180 + }, + "facing=south,has_book=true,powered=true": { + "model": "minecraft:block/lectern", + "y": 180 + }, "facing=west,has_book=false,powered=false": { "model": "minecraft:block/lectern", "y": 270 }, - "facing=east,has_book=false,powered=false": { + "facing=west,has_book=false,powered=true": { "model": "minecraft:block/lectern", - "y": 90 - }, - "facing=north,has_book=true,powered=false": { - "model": "minecraft:block/lectern" - }, - "facing=south,has_book=true,powered=false": { - "model": "minecraft:block/lectern", - "y": 180 + "y": 270 }, "facing=west,has_book=true,powered=false": { "model": "minecraft:block/lectern", "y": 270 }, - "facing=east,has_book=true,powered=false": { - "model": "minecraft:block/lectern", - "y": 90 - }, - "facing=north,has_book=false,powered=true": { - "model": "minecraft:block/lectern" - }, - "facing=south,has_book=false,powered=true": { - "model": "minecraft:block/lectern", - "y": 180 - }, - "facing=west,has_book=false,powered=true": { - "model": "minecraft:block/lectern", - "y": 270 - }, - "facing=east,has_book=false,powered=true": { - "model": "minecraft:block/lectern", - "y": 90 - }, - "facing=north,has_book=true,powered=true": { - "model": "minecraft:block/lectern" - }, - "facing=south,has_book=true,powered=true": { - "model": "minecraft:block/lectern", - "y": 180 - }, "facing=west,has_book=true,powered=true": { "model": "minecraft:block/lectern", "y": 270 - }, - "facing=east,has_book=true,powered=true": { - "model": "minecraft:block/lectern", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/light_blue_nixie_tube.json b/src/generated/resources/assets/create/blockstates/light_blue_nixie_tube.json index 8cc22888ed..78571f863c 100644 --- a/src/generated/resources/assets/create/blockstates/light_blue_nixie_tube.json +++ b/src/generated/resources/assets/create/blockstates/light_blue_nixie_tube.json @@ -1,135 +1,112 @@ { "variants": { - "double_face=floor,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=false": { "model": "create:block/light_blue_nixie_tube", - "y": 180 + "x": 180, + "y": 270 }, - "double_face=wall,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=true": { "model": "create:block/light_blue_nixie_tube", - "x": 90 - }, - "double_face=wall_reversed,facing=north,waterlogged=false": { - "model": "create:block/light_blue_nixie_tube", - "x": 90 + "x": 180, + "y": 270 }, "double_face=ceiling,facing=north,waterlogged=false": { "model": "create:block/light_blue_nixie_tube", "x": 180, "y": 180 }, - "double_face=floor,facing=south,waterlogged=false": { - "model": "create:block/light_blue_nixie_tube" - }, - "double_face=wall,facing=south,waterlogged=false": { + "double_face=ceiling,facing=north,waterlogged=true": { "model": "create:block/light_blue_nixie_tube", - "x": 90, - "y": 180 - }, - "double_face=wall_reversed,facing=south,waterlogged=false": { - "model": "create:block/light_blue_nixie_tube", - "x": 90, + "x": 180, "y": 180 }, "double_face=ceiling,facing=south,waterlogged=false": { "model": "create:block/light_blue_nixie_tube", "x": 180 }, - "double_face=floor,facing=west,waterlogged=false": { + "double_face=ceiling,facing=south,waterlogged=true": { "model": "create:block/light_blue_nixie_tube", - "y": 90 - }, - "double_face=wall,facing=west,waterlogged=false": { - "model": "create:block/light_blue_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=wall_reversed,facing=west,waterlogged=false": { - "model": "create:block/light_blue_nixie_tube", - "x": 90, - "y": 270 + "x": 180 }, "double_face=ceiling,facing=west,waterlogged=false": { "model": "create:block/light_blue_nixie_tube", "x": 180, "y": 90 }, + "double_face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/light_blue_nixie_tube", + "x": 180, + "y": 90 + }, "double_face=floor,facing=east,waterlogged=false": { "model": "create:block/light_blue_nixie_tube", "y": 270 }, - "double_face=wall,facing=east,waterlogged=false": { + "double_face=floor,facing=east,waterlogged=true": { "model": "create:block/light_blue_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=wall_reversed,facing=east,waterlogged=false": { - "model": "create:block/light_blue_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/light_blue_nixie_tube", - "x": 180, "y": 270 }, + "double_face=floor,facing=north,waterlogged=false": { + "model": "create:block/light_blue_nixie_tube", + "y": 180 + }, "double_face=floor,facing=north,waterlogged=true": { "model": "create:block/light_blue_nixie_tube", "y": 180 }, + "double_face=floor,facing=south,waterlogged=false": { + "model": "create:block/light_blue_nixie_tube" + }, + "double_face=floor,facing=south,waterlogged=true": { + "model": "create:block/light_blue_nixie_tube" + }, + "double_face=floor,facing=west,waterlogged=false": { + "model": "create:block/light_blue_nixie_tube", + "y": 90 + }, + "double_face=floor,facing=west,waterlogged=true": { + "model": "create:block/light_blue_nixie_tube", + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=false": { + "model": "create:block/light_blue_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=true": { + "model": "create:block/light_blue_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=north,waterlogged=false": { + "model": "create:block/light_blue_nixie_tube", + "x": 90 + }, "double_face=wall,facing=north,waterlogged=true": { "model": "create:block/light_blue_nixie_tube", "x": 90 }, - "double_face=wall_reversed,facing=north,waterlogged=true": { + "double_face=wall,facing=south,waterlogged=false": { "model": "create:block/light_blue_nixie_tube", - "x": 90 - }, - "double_face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/light_blue_nixie_tube", - "x": 180, + "x": 90, "y": 180 }, - "double_face=floor,facing=south,waterlogged=true": { - "model": "create:block/light_blue_nixie_tube" - }, "double_face=wall,facing=south,waterlogged=true": { "model": "create:block/light_blue_nixie_tube", "x": 90, "y": 180 }, - "double_face=wall_reversed,facing=south,waterlogged=true": { + "double_face=wall,facing=west,waterlogged=false": { "model": "create:block/light_blue_nixie_tube", "x": 90, - "y": 180 - }, - "double_face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/light_blue_nixie_tube", - "x": 180 - }, - "double_face=floor,facing=west,waterlogged=true": { - "model": "create:block/light_blue_nixie_tube", - "y": 90 + "y": 270 }, "double_face=wall,facing=west,waterlogged=true": { "model": "create:block/light_blue_nixie_tube", "x": 90, "y": 270 }, - "double_face=wall_reversed,facing=west,waterlogged=true": { - "model": "create:block/light_blue_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/light_blue_nixie_tube", - "x": 180, - "y": 90 - }, - "double_face=floor,facing=east,waterlogged=true": { - "model": "create:block/light_blue_nixie_tube", - "y": 270 - }, - "double_face=wall,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=east,waterlogged=false": { "model": "create:block/light_blue_nixie_tube", "x": 90, "y": 90 @@ -139,9 +116,32 @@ "x": 90, "y": 90 }, - "double_face=ceiling,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=north,waterlogged=false": { "model": "create:block/light_blue_nixie_tube", - "x": 180, + "x": 90 + }, + "double_face=wall_reversed,facing=north,waterlogged=true": { + "model": "create:block/light_blue_nixie_tube", + "x": 90 + }, + "double_face=wall_reversed,facing=south,waterlogged=false": { + "model": "create:block/light_blue_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=south,waterlogged=true": { + "model": "create:block/light_blue_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=west,waterlogged=false": { + "model": "create:block/light_blue_nixie_tube", + "x": 90, + "y": 270 + }, + "double_face=wall_reversed,facing=west,waterlogged=true": { + "model": "create:block/light_blue_nixie_tube", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/light_blue_sail.json b/src/generated/resources/assets/create/blockstates/light_blue_sail.json index f11f20a7bb..3a8f5c332f 100644 --- a/src/generated/resources/assets/create/blockstates/light_blue_sail.json +++ b/src/generated/resources/assets/create/blockstates/light_blue_sail.json @@ -4,8 +4,10 @@ "model": "create:block/light_blue_sail", "x": 180 }, - "facing=up": { - "model": "create:block/light_blue_sail" + "facing=east": { + "model": "create:block/light_blue_sail", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/light_blue_sail", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/light_blue_sail" + }, "facing=west": { "model": "create:block/light_blue_sail", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/light_blue_sail", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/light_blue_toolbox.json b/src/generated/resources/assets/create/blockstates/light_blue_toolbox.json index e90b536149..1ea0f71cbf 100644 --- a/src/generated/resources/assets/create/blockstates/light_blue_toolbox.json +++ b/src/generated/resources/assets/create/blockstates/light_blue_toolbox.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/light_blue_toolbox", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/light_blue_toolbox", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/light_blue_toolbox" }, + "facing=north,waterlogged=true": { + "model": "create:block/light_blue_toolbox" + }, "facing=south,waterlogged=false": { "model": "create:block/light_blue_toolbox", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/light_blue_toolbox", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/light_blue_toolbox", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/light_blue_toolbox", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/light_blue_toolbox" - }, - "facing=south,waterlogged=true": { - "model": "create:block/light_blue_toolbox", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/light_blue_toolbox", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/light_blue_toolbox", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/light_blue_valve_handle.json b/src/generated/resources/assets/create/blockstates/light_blue_valve_handle.json index e42c11775e..cb430c071e 100644 --- a/src/generated/resources/assets/create/blockstates/light_blue_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/light_blue_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/light_blue_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/light_blue_valve_handle" + "facing=east": { + "model": "create:block/light_blue_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/light_blue_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/light_blue_valve_handle" + }, "facing=west": { "model": "create:block/light_blue_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/light_blue_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/light_gray_nixie_tube.json b/src/generated/resources/assets/create/blockstates/light_gray_nixie_tube.json index 347bc8305e..5517bfdcb0 100644 --- a/src/generated/resources/assets/create/blockstates/light_gray_nixie_tube.json +++ b/src/generated/resources/assets/create/blockstates/light_gray_nixie_tube.json @@ -1,135 +1,112 @@ { "variants": { - "double_face=floor,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=false": { "model": "create:block/light_gray_nixie_tube", - "y": 180 + "x": 180, + "y": 270 }, - "double_face=wall,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=true": { "model": "create:block/light_gray_nixie_tube", - "x": 90 - }, - "double_face=wall_reversed,facing=north,waterlogged=false": { - "model": "create:block/light_gray_nixie_tube", - "x": 90 + "x": 180, + "y": 270 }, "double_face=ceiling,facing=north,waterlogged=false": { "model": "create:block/light_gray_nixie_tube", "x": 180, "y": 180 }, - "double_face=floor,facing=south,waterlogged=false": { - "model": "create:block/light_gray_nixie_tube" - }, - "double_face=wall,facing=south,waterlogged=false": { + "double_face=ceiling,facing=north,waterlogged=true": { "model": "create:block/light_gray_nixie_tube", - "x": 90, - "y": 180 - }, - "double_face=wall_reversed,facing=south,waterlogged=false": { - "model": "create:block/light_gray_nixie_tube", - "x": 90, + "x": 180, "y": 180 }, "double_face=ceiling,facing=south,waterlogged=false": { "model": "create:block/light_gray_nixie_tube", "x": 180 }, - "double_face=floor,facing=west,waterlogged=false": { + "double_face=ceiling,facing=south,waterlogged=true": { "model": "create:block/light_gray_nixie_tube", - "y": 90 - }, - "double_face=wall,facing=west,waterlogged=false": { - "model": "create:block/light_gray_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=wall_reversed,facing=west,waterlogged=false": { - "model": "create:block/light_gray_nixie_tube", - "x": 90, - "y": 270 + "x": 180 }, "double_face=ceiling,facing=west,waterlogged=false": { "model": "create:block/light_gray_nixie_tube", "x": 180, "y": 90 }, + "double_face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/light_gray_nixie_tube", + "x": 180, + "y": 90 + }, "double_face=floor,facing=east,waterlogged=false": { "model": "create:block/light_gray_nixie_tube", "y": 270 }, - "double_face=wall,facing=east,waterlogged=false": { + "double_face=floor,facing=east,waterlogged=true": { "model": "create:block/light_gray_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=wall_reversed,facing=east,waterlogged=false": { - "model": "create:block/light_gray_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/light_gray_nixie_tube", - "x": 180, "y": 270 }, + "double_face=floor,facing=north,waterlogged=false": { + "model": "create:block/light_gray_nixie_tube", + "y": 180 + }, "double_face=floor,facing=north,waterlogged=true": { "model": "create:block/light_gray_nixie_tube", "y": 180 }, + "double_face=floor,facing=south,waterlogged=false": { + "model": "create:block/light_gray_nixie_tube" + }, + "double_face=floor,facing=south,waterlogged=true": { + "model": "create:block/light_gray_nixie_tube" + }, + "double_face=floor,facing=west,waterlogged=false": { + "model": "create:block/light_gray_nixie_tube", + "y": 90 + }, + "double_face=floor,facing=west,waterlogged=true": { + "model": "create:block/light_gray_nixie_tube", + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=false": { + "model": "create:block/light_gray_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=true": { + "model": "create:block/light_gray_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=north,waterlogged=false": { + "model": "create:block/light_gray_nixie_tube", + "x": 90 + }, "double_face=wall,facing=north,waterlogged=true": { "model": "create:block/light_gray_nixie_tube", "x": 90 }, - "double_face=wall_reversed,facing=north,waterlogged=true": { + "double_face=wall,facing=south,waterlogged=false": { "model": "create:block/light_gray_nixie_tube", - "x": 90 - }, - "double_face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/light_gray_nixie_tube", - "x": 180, + "x": 90, "y": 180 }, - "double_face=floor,facing=south,waterlogged=true": { - "model": "create:block/light_gray_nixie_tube" - }, "double_face=wall,facing=south,waterlogged=true": { "model": "create:block/light_gray_nixie_tube", "x": 90, "y": 180 }, - "double_face=wall_reversed,facing=south,waterlogged=true": { + "double_face=wall,facing=west,waterlogged=false": { "model": "create:block/light_gray_nixie_tube", "x": 90, - "y": 180 - }, - "double_face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/light_gray_nixie_tube", - "x": 180 - }, - "double_face=floor,facing=west,waterlogged=true": { - "model": "create:block/light_gray_nixie_tube", - "y": 90 + "y": 270 }, "double_face=wall,facing=west,waterlogged=true": { "model": "create:block/light_gray_nixie_tube", "x": 90, "y": 270 }, - "double_face=wall_reversed,facing=west,waterlogged=true": { - "model": "create:block/light_gray_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/light_gray_nixie_tube", - "x": 180, - "y": 90 - }, - "double_face=floor,facing=east,waterlogged=true": { - "model": "create:block/light_gray_nixie_tube", - "y": 270 - }, - "double_face=wall,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=east,waterlogged=false": { "model": "create:block/light_gray_nixie_tube", "x": 90, "y": 90 @@ -139,9 +116,32 @@ "x": 90, "y": 90 }, - "double_face=ceiling,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=north,waterlogged=false": { "model": "create:block/light_gray_nixie_tube", - "x": 180, + "x": 90 + }, + "double_face=wall_reversed,facing=north,waterlogged=true": { + "model": "create:block/light_gray_nixie_tube", + "x": 90 + }, + "double_face=wall_reversed,facing=south,waterlogged=false": { + "model": "create:block/light_gray_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=south,waterlogged=true": { + "model": "create:block/light_gray_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=west,waterlogged=false": { + "model": "create:block/light_gray_nixie_tube", + "x": 90, + "y": 270 + }, + "double_face=wall_reversed,facing=west,waterlogged=true": { + "model": "create:block/light_gray_nixie_tube", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/light_gray_sail.json b/src/generated/resources/assets/create/blockstates/light_gray_sail.json index c1bb74562b..3ad5738596 100644 --- a/src/generated/resources/assets/create/blockstates/light_gray_sail.json +++ b/src/generated/resources/assets/create/blockstates/light_gray_sail.json @@ -4,8 +4,10 @@ "model": "create:block/light_gray_sail", "x": 180 }, - "facing=up": { - "model": "create:block/light_gray_sail" + "facing=east": { + "model": "create:block/light_gray_sail", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/light_gray_sail", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/light_gray_sail" + }, "facing=west": { "model": "create:block/light_gray_sail", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/light_gray_sail", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/light_gray_toolbox.json b/src/generated/resources/assets/create/blockstates/light_gray_toolbox.json index a4fdede714..41216e3004 100644 --- a/src/generated/resources/assets/create/blockstates/light_gray_toolbox.json +++ b/src/generated/resources/assets/create/blockstates/light_gray_toolbox.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/light_gray_toolbox", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/light_gray_toolbox", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/light_gray_toolbox" }, + "facing=north,waterlogged=true": { + "model": "create:block/light_gray_toolbox" + }, "facing=south,waterlogged=false": { "model": "create:block/light_gray_toolbox", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/light_gray_toolbox", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/light_gray_toolbox", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/light_gray_toolbox", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/light_gray_toolbox" - }, - "facing=south,waterlogged=true": { - "model": "create:block/light_gray_toolbox", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/light_gray_toolbox", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/light_gray_toolbox", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/light_gray_valve_handle.json b/src/generated/resources/assets/create/blockstates/light_gray_valve_handle.json index 488dc982a2..f60f10d39c 100644 --- a/src/generated/resources/assets/create/blockstates/light_gray_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/light_gray_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/light_gray_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/light_gray_valve_handle" + "facing=east": { + "model": "create:block/light_gray_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/light_gray_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/light_gray_valve_handle" + }, "facing=west": { "model": "create:block/light_gray_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/light_gray_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/lime_nixie_tube.json b/src/generated/resources/assets/create/blockstates/lime_nixie_tube.json index 8de938871d..435d9a27dc 100644 --- a/src/generated/resources/assets/create/blockstates/lime_nixie_tube.json +++ b/src/generated/resources/assets/create/blockstates/lime_nixie_tube.json @@ -1,135 +1,112 @@ { "variants": { - "double_face=floor,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=false": { "model": "create:block/lime_nixie_tube", - "y": 180 + "x": 180, + "y": 270 }, - "double_face=wall,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=true": { "model": "create:block/lime_nixie_tube", - "x": 90 - }, - "double_face=wall_reversed,facing=north,waterlogged=false": { - "model": "create:block/lime_nixie_tube", - "x": 90 + "x": 180, + "y": 270 }, "double_face=ceiling,facing=north,waterlogged=false": { "model": "create:block/lime_nixie_tube", "x": 180, "y": 180 }, - "double_face=floor,facing=south,waterlogged=false": { - "model": "create:block/lime_nixie_tube" - }, - "double_face=wall,facing=south,waterlogged=false": { + "double_face=ceiling,facing=north,waterlogged=true": { "model": "create:block/lime_nixie_tube", - "x": 90, - "y": 180 - }, - "double_face=wall_reversed,facing=south,waterlogged=false": { - "model": "create:block/lime_nixie_tube", - "x": 90, + "x": 180, "y": 180 }, "double_face=ceiling,facing=south,waterlogged=false": { "model": "create:block/lime_nixie_tube", "x": 180 }, - "double_face=floor,facing=west,waterlogged=false": { + "double_face=ceiling,facing=south,waterlogged=true": { "model": "create:block/lime_nixie_tube", - "y": 90 - }, - "double_face=wall,facing=west,waterlogged=false": { - "model": "create:block/lime_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=wall_reversed,facing=west,waterlogged=false": { - "model": "create:block/lime_nixie_tube", - "x": 90, - "y": 270 + "x": 180 }, "double_face=ceiling,facing=west,waterlogged=false": { "model": "create:block/lime_nixie_tube", "x": 180, "y": 90 }, + "double_face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/lime_nixie_tube", + "x": 180, + "y": 90 + }, "double_face=floor,facing=east,waterlogged=false": { "model": "create:block/lime_nixie_tube", "y": 270 }, - "double_face=wall,facing=east,waterlogged=false": { + "double_face=floor,facing=east,waterlogged=true": { "model": "create:block/lime_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=wall_reversed,facing=east,waterlogged=false": { - "model": "create:block/lime_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/lime_nixie_tube", - "x": 180, "y": 270 }, + "double_face=floor,facing=north,waterlogged=false": { + "model": "create:block/lime_nixie_tube", + "y": 180 + }, "double_face=floor,facing=north,waterlogged=true": { "model": "create:block/lime_nixie_tube", "y": 180 }, + "double_face=floor,facing=south,waterlogged=false": { + "model": "create:block/lime_nixie_tube" + }, + "double_face=floor,facing=south,waterlogged=true": { + "model": "create:block/lime_nixie_tube" + }, + "double_face=floor,facing=west,waterlogged=false": { + "model": "create:block/lime_nixie_tube", + "y": 90 + }, + "double_face=floor,facing=west,waterlogged=true": { + "model": "create:block/lime_nixie_tube", + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=false": { + "model": "create:block/lime_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=true": { + "model": "create:block/lime_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=north,waterlogged=false": { + "model": "create:block/lime_nixie_tube", + "x": 90 + }, "double_face=wall,facing=north,waterlogged=true": { "model": "create:block/lime_nixie_tube", "x": 90 }, - "double_face=wall_reversed,facing=north,waterlogged=true": { + "double_face=wall,facing=south,waterlogged=false": { "model": "create:block/lime_nixie_tube", - "x": 90 - }, - "double_face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/lime_nixie_tube", - "x": 180, + "x": 90, "y": 180 }, - "double_face=floor,facing=south,waterlogged=true": { - "model": "create:block/lime_nixie_tube" - }, "double_face=wall,facing=south,waterlogged=true": { "model": "create:block/lime_nixie_tube", "x": 90, "y": 180 }, - "double_face=wall_reversed,facing=south,waterlogged=true": { + "double_face=wall,facing=west,waterlogged=false": { "model": "create:block/lime_nixie_tube", "x": 90, - "y": 180 - }, - "double_face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/lime_nixie_tube", - "x": 180 - }, - "double_face=floor,facing=west,waterlogged=true": { - "model": "create:block/lime_nixie_tube", - "y": 90 + "y": 270 }, "double_face=wall,facing=west,waterlogged=true": { "model": "create:block/lime_nixie_tube", "x": 90, "y": 270 }, - "double_face=wall_reversed,facing=west,waterlogged=true": { - "model": "create:block/lime_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/lime_nixie_tube", - "x": 180, - "y": 90 - }, - "double_face=floor,facing=east,waterlogged=true": { - "model": "create:block/lime_nixie_tube", - "y": 270 - }, - "double_face=wall,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=east,waterlogged=false": { "model": "create:block/lime_nixie_tube", "x": 90, "y": 90 @@ -139,9 +116,32 @@ "x": 90, "y": 90 }, - "double_face=ceiling,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=north,waterlogged=false": { "model": "create:block/lime_nixie_tube", - "x": 180, + "x": 90 + }, + "double_face=wall_reversed,facing=north,waterlogged=true": { + "model": "create:block/lime_nixie_tube", + "x": 90 + }, + "double_face=wall_reversed,facing=south,waterlogged=false": { + "model": "create:block/lime_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=south,waterlogged=true": { + "model": "create:block/lime_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=west,waterlogged=false": { + "model": "create:block/lime_nixie_tube", + "x": 90, + "y": 270 + }, + "double_face=wall_reversed,facing=west,waterlogged=true": { + "model": "create:block/lime_nixie_tube", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/lime_sail.json b/src/generated/resources/assets/create/blockstates/lime_sail.json index 7aeea435af..c64cbafab7 100644 --- a/src/generated/resources/assets/create/blockstates/lime_sail.json +++ b/src/generated/resources/assets/create/blockstates/lime_sail.json @@ -4,8 +4,10 @@ "model": "create:block/lime_sail", "x": 180 }, - "facing=up": { - "model": "create:block/lime_sail" + "facing=east": { + "model": "create:block/lime_sail", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/lime_sail", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/lime_sail" + }, "facing=west": { "model": "create:block/lime_sail", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/lime_sail", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/lime_toolbox.json b/src/generated/resources/assets/create/blockstates/lime_toolbox.json index 43aeddf74a..decf91433b 100644 --- a/src/generated/resources/assets/create/blockstates/lime_toolbox.json +++ b/src/generated/resources/assets/create/blockstates/lime_toolbox.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/lime_toolbox", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/lime_toolbox", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/lime_toolbox" }, + "facing=north,waterlogged=true": { + "model": "create:block/lime_toolbox" + }, "facing=south,waterlogged=false": { "model": "create:block/lime_toolbox", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/lime_toolbox", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/lime_toolbox", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/lime_toolbox", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/lime_toolbox" - }, - "facing=south,waterlogged=true": { - "model": "create:block/lime_toolbox", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/lime_toolbox", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/lime_toolbox", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/lime_valve_handle.json b/src/generated/resources/assets/create/blockstates/lime_valve_handle.json index e761549f89..197a3b270d 100644 --- a/src/generated/resources/assets/create/blockstates/lime_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/lime_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/lime_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/lime_valve_handle" + "facing=east": { + "model": "create:block/lime_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/lime_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/lime_valve_handle" + }, "facing=west": { "model": "create:block/lime_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/lime_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/linear_chassis.json b/src/generated/resources/assets/create/blockstates/linear_chassis.json index a8000d0c96..f628e03d41 100644 --- a/src/generated/resources/assets/create/blockstates/linear_chassis.json +++ b/src/generated/resources/assets/create/blockstates/linear_chassis.json @@ -5,47 +5,47 @@ "x": 90, "y": 90 }, - "axis=y,sticky_bottom=false,sticky_top=false": { - "model": "create:block/linear_chassis" - }, - "axis=z,sticky_bottom=false,sticky_top=false": { - "model": "create:block/linear_chassis", + "axis=x,sticky_bottom=false,sticky_top=true": { + "model": "create:block/linear_chassis_top", "x": 90, - "y": 180 + "y": 90 }, "axis=x,sticky_bottom=true,sticky_top=false": { "model": "create:block/linear_chassis_bottom", "x": 90, "y": 90 }, - "axis=y,sticky_bottom=true,sticky_top=false": { - "model": "create:block/linear_chassis_bottom" - }, - "axis=z,sticky_bottom=true,sticky_top=false": { - "model": "create:block/linear_chassis_bottom", - "x": 90, - "y": 180 - }, - "axis=x,sticky_bottom=false,sticky_top=true": { - "model": "create:block/linear_chassis_top", + "axis=x,sticky_bottom=true,sticky_top=true": { + "model": "create:block/linear_chassis_top_bottom", "x": 90, "y": 90 }, + "axis=y,sticky_bottom=false,sticky_top=false": { + "model": "create:block/linear_chassis" + }, "axis=y,sticky_bottom=false,sticky_top=true": { "model": "create:block/linear_chassis_top" }, + "axis=y,sticky_bottom=true,sticky_top=false": { + "model": "create:block/linear_chassis_bottom" + }, + "axis=y,sticky_bottom=true,sticky_top=true": { + "model": "create:block/linear_chassis_top_bottom" + }, + "axis=z,sticky_bottom=false,sticky_top=false": { + "model": "create:block/linear_chassis", + "x": 90, + "y": 180 + }, "axis=z,sticky_bottom=false,sticky_top=true": { "model": "create:block/linear_chassis_top", "x": 90, "y": 180 }, - "axis=x,sticky_bottom=true,sticky_top=true": { - "model": "create:block/linear_chassis_top_bottom", + "axis=z,sticky_bottom=true,sticky_top=false": { + "model": "create:block/linear_chassis_bottom", "x": 90, - "y": 90 - }, - "axis=y,sticky_bottom=true,sticky_top=true": { - "model": "create:block/linear_chassis_top_bottom" + "y": 180 }, "axis=z,sticky_bottom=true,sticky_top=true": { "model": "create:block/linear_chassis_top_bottom", diff --git a/src/generated/resources/assets/create/blockstates/magenta_nixie_tube.json b/src/generated/resources/assets/create/blockstates/magenta_nixie_tube.json index 3514329257..9e876e37af 100644 --- a/src/generated/resources/assets/create/blockstates/magenta_nixie_tube.json +++ b/src/generated/resources/assets/create/blockstates/magenta_nixie_tube.json @@ -1,135 +1,112 @@ { "variants": { - "double_face=floor,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=false": { "model": "create:block/magenta_nixie_tube", - "y": 180 + "x": 180, + "y": 270 }, - "double_face=wall,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=true": { "model": "create:block/magenta_nixie_tube", - "x": 90 - }, - "double_face=wall_reversed,facing=north,waterlogged=false": { - "model": "create:block/magenta_nixie_tube", - "x": 90 + "x": 180, + "y": 270 }, "double_face=ceiling,facing=north,waterlogged=false": { "model": "create:block/magenta_nixie_tube", "x": 180, "y": 180 }, - "double_face=floor,facing=south,waterlogged=false": { - "model": "create:block/magenta_nixie_tube" - }, - "double_face=wall,facing=south,waterlogged=false": { + "double_face=ceiling,facing=north,waterlogged=true": { "model": "create:block/magenta_nixie_tube", - "x": 90, - "y": 180 - }, - "double_face=wall_reversed,facing=south,waterlogged=false": { - "model": "create:block/magenta_nixie_tube", - "x": 90, + "x": 180, "y": 180 }, "double_face=ceiling,facing=south,waterlogged=false": { "model": "create:block/magenta_nixie_tube", "x": 180 }, - "double_face=floor,facing=west,waterlogged=false": { + "double_face=ceiling,facing=south,waterlogged=true": { "model": "create:block/magenta_nixie_tube", - "y": 90 - }, - "double_face=wall,facing=west,waterlogged=false": { - "model": "create:block/magenta_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=wall_reversed,facing=west,waterlogged=false": { - "model": "create:block/magenta_nixie_tube", - "x": 90, - "y": 270 + "x": 180 }, "double_face=ceiling,facing=west,waterlogged=false": { "model": "create:block/magenta_nixie_tube", "x": 180, "y": 90 }, + "double_face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/magenta_nixie_tube", + "x": 180, + "y": 90 + }, "double_face=floor,facing=east,waterlogged=false": { "model": "create:block/magenta_nixie_tube", "y": 270 }, - "double_face=wall,facing=east,waterlogged=false": { + "double_face=floor,facing=east,waterlogged=true": { "model": "create:block/magenta_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=wall_reversed,facing=east,waterlogged=false": { - "model": "create:block/magenta_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/magenta_nixie_tube", - "x": 180, "y": 270 }, + "double_face=floor,facing=north,waterlogged=false": { + "model": "create:block/magenta_nixie_tube", + "y": 180 + }, "double_face=floor,facing=north,waterlogged=true": { "model": "create:block/magenta_nixie_tube", "y": 180 }, + "double_face=floor,facing=south,waterlogged=false": { + "model": "create:block/magenta_nixie_tube" + }, + "double_face=floor,facing=south,waterlogged=true": { + "model": "create:block/magenta_nixie_tube" + }, + "double_face=floor,facing=west,waterlogged=false": { + "model": "create:block/magenta_nixie_tube", + "y": 90 + }, + "double_face=floor,facing=west,waterlogged=true": { + "model": "create:block/magenta_nixie_tube", + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=false": { + "model": "create:block/magenta_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=true": { + "model": "create:block/magenta_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=north,waterlogged=false": { + "model": "create:block/magenta_nixie_tube", + "x": 90 + }, "double_face=wall,facing=north,waterlogged=true": { "model": "create:block/magenta_nixie_tube", "x": 90 }, - "double_face=wall_reversed,facing=north,waterlogged=true": { + "double_face=wall,facing=south,waterlogged=false": { "model": "create:block/magenta_nixie_tube", - "x": 90 - }, - "double_face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/magenta_nixie_tube", - "x": 180, + "x": 90, "y": 180 }, - "double_face=floor,facing=south,waterlogged=true": { - "model": "create:block/magenta_nixie_tube" - }, "double_face=wall,facing=south,waterlogged=true": { "model": "create:block/magenta_nixie_tube", "x": 90, "y": 180 }, - "double_face=wall_reversed,facing=south,waterlogged=true": { + "double_face=wall,facing=west,waterlogged=false": { "model": "create:block/magenta_nixie_tube", "x": 90, - "y": 180 - }, - "double_face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/magenta_nixie_tube", - "x": 180 - }, - "double_face=floor,facing=west,waterlogged=true": { - "model": "create:block/magenta_nixie_tube", - "y": 90 + "y": 270 }, "double_face=wall,facing=west,waterlogged=true": { "model": "create:block/magenta_nixie_tube", "x": 90, "y": 270 }, - "double_face=wall_reversed,facing=west,waterlogged=true": { - "model": "create:block/magenta_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/magenta_nixie_tube", - "x": 180, - "y": 90 - }, - "double_face=floor,facing=east,waterlogged=true": { - "model": "create:block/magenta_nixie_tube", - "y": 270 - }, - "double_face=wall,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=east,waterlogged=false": { "model": "create:block/magenta_nixie_tube", "x": 90, "y": 90 @@ -139,9 +116,32 @@ "x": 90, "y": 90 }, - "double_face=ceiling,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=north,waterlogged=false": { "model": "create:block/magenta_nixie_tube", - "x": 180, + "x": 90 + }, + "double_face=wall_reversed,facing=north,waterlogged=true": { + "model": "create:block/magenta_nixie_tube", + "x": 90 + }, + "double_face=wall_reversed,facing=south,waterlogged=false": { + "model": "create:block/magenta_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=south,waterlogged=true": { + "model": "create:block/magenta_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=west,waterlogged=false": { + "model": "create:block/magenta_nixie_tube", + "x": 90, + "y": 270 + }, + "double_face=wall_reversed,facing=west,waterlogged=true": { + "model": "create:block/magenta_nixie_tube", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/magenta_sail.json b/src/generated/resources/assets/create/blockstates/magenta_sail.json index 78b975de07..0d30b7faac 100644 --- a/src/generated/resources/assets/create/blockstates/magenta_sail.json +++ b/src/generated/resources/assets/create/blockstates/magenta_sail.json @@ -4,8 +4,10 @@ "model": "create:block/magenta_sail", "x": 180 }, - "facing=up": { - "model": "create:block/magenta_sail" + "facing=east": { + "model": "create:block/magenta_sail", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/magenta_sail", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/magenta_sail" + }, "facing=west": { "model": "create:block/magenta_sail", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/magenta_sail", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/magenta_toolbox.json b/src/generated/resources/assets/create/blockstates/magenta_toolbox.json index 3378cd9036..01c2306c78 100644 --- a/src/generated/resources/assets/create/blockstates/magenta_toolbox.json +++ b/src/generated/resources/assets/create/blockstates/magenta_toolbox.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/magenta_toolbox", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/magenta_toolbox", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/magenta_toolbox" }, + "facing=north,waterlogged=true": { + "model": "create:block/magenta_toolbox" + }, "facing=south,waterlogged=false": { "model": "create:block/magenta_toolbox", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/magenta_toolbox", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/magenta_toolbox", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/magenta_toolbox", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/magenta_toolbox" - }, - "facing=south,waterlogged=true": { - "model": "create:block/magenta_toolbox", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/magenta_toolbox", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/magenta_toolbox", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/magenta_valve_handle.json b/src/generated/resources/assets/create/blockstates/magenta_valve_handle.json index bfcd42027e..4242eff05e 100644 --- a/src/generated/resources/assets/create/blockstates/magenta_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/magenta_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/magenta_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/magenta_valve_handle" + "facing=east": { + "model": "create:block/magenta_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/magenta_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/magenta_valve_handle" + }, "facing=west": { "model": "create:block/magenta_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/magenta_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mechanical_bearing.json b/src/generated/resources/assets/create/blockstates/mechanical_bearing.json index 97fd52d1fa..a9c97a0ee4 100644 --- a/src/generated/resources/assets/create/blockstates/mechanical_bearing.json +++ b/src/generated/resources/assets/create/blockstates/mechanical_bearing.json @@ -4,8 +4,10 @@ "model": "create:block/mechanical_bearing", "x": 180 }, - "facing=up": { - "model": "create:block/mechanical_bearing" + "facing=east": { + "model": "create:block/mechanical_bearing", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/mechanical_bearing", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/mechanical_bearing" + }, "facing=west": { "model": "create:block/mechanical_bearing", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/mechanical_bearing", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mechanical_crafter.json b/src/generated/resources/assets/create/blockstates/mechanical_crafter.json index 4a74d8676a..8b699d775e 100644 --- a/src/generated/resources/assets/create/blockstates/mechanical_crafter.json +++ b/src/generated/resources/assets/create/blockstates/mechanical_crafter.json @@ -1,64 +1,64 @@ { "variants": { - "facing=north,pointing=up": { - "model": "create:block/mechanical_crafter/block" - }, - "facing=south,pointing=up": { - "model": "create:block/mechanical_crafter/block", - "y": 180 - }, - "facing=west,pointing=up": { - "model": "create:block/mechanical_crafter/block", - "y": 270 - }, - "facing=east,pointing=up": { + "facing=east,pointing=down": { "model": "create:block/mechanical_crafter/block", "y": 90 }, - "facing=north,pointing=left": { - "model": "create:block/mechanical_crafter/block" - }, - "facing=south,pointing=left": { - "model": "create:block/mechanical_crafter/block", - "y": 180 - }, - "facing=west,pointing=left": { - "model": "create:block/mechanical_crafter/block", - "y": 270 - }, "facing=east,pointing=left": { "model": "create:block/mechanical_crafter/block", "y": 90 }, + "facing=east,pointing=right": { + "model": "create:block/mechanical_crafter/block", + "y": 90 + }, + "facing=east,pointing=up": { + "model": "create:block/mechanical_crafter/block", + "y": 90 + }, "facing=north,pointing=down": { "model": "create:block/mechanical_crafter/block" }, + "facing=north,pointing=left": { + "model": "create:block/mechanical_crafter/block" + }, + "facing=north,pointing=right": { + "model": "create:block/mechanical_crafter/block" + }, + "facing=north,pointing=up": { + "model": "create:block/mechanical_crafter/block" + }, "facing=south,pointing=down": { "model": "create:block/mechanical_crafter/block", "y": 180 }, + "facing=south,pointing=left": { + "model": "create:block/mechanical_crafter/block", + "y": 180 + }, + "facing=south,pointing=right": { + "model": "create:block/mechanical_crafter/block", + "y": 180 + }, + "facing=south,pointing=up": { + "model": "create:block/mechanical_crafter/block", + "y": 180 + }, "facing=west,pointing=down": { "model": "create:block/mechanical_crafter/block", "y": 270 }, - "facing=east,pointing=down": { + "facing=west,pointing=left": { "model": "create:block/mechanical_crafter/block", - "y": 90 - }, - "facing=north,pointing=right": { - "model": "create:block/mechanical_crafter/block" - }, - "facing=south,pointing=right": { - "model": "create:block/mechanical_crafter/block", - "y": 180 + "y": 270 }, "facing=west,pointing=right": { "model": "create:block/mechanical_crafter/block", "y": 270 }, - "facing=east,pointing=right": { + "facing=west,pointing=up": { "model": "create:block/mechanical_crafter/block", - "y": 90 + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mechanical_drill.json b/src/generated/resources/assets/create/blockstates/mechanical_drill.json index 3ce6048e5c..f7aaea084e 100644 --- a/src/generated/resources/assets/create/blockstates/mechanical_drill.json +++ b/src/generated/resources/assets/create/blockstates/mechanical_drill.json @@ -4,53 +4,53 @@ "model": "create:block/mechanical_drill/block", "x": 180 }, - "facing=up,waterlogged=false": { - "model": "create:block/mechanical_drill/block" + "facing=down,waterlogged=true": { + "model": "create:block/mechanical_drill/block", + "x": 180 + }, + "facing=east,waterlogged=false": { + "model": "create:block/mechanical_drill/block", + "x": 90, + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/mechanical_drill/block", + "x": 90, + "y": 90 }, "facing=north,waterlogged=false": { "model": "create:block/mechanical_drill/block", "x": 90 }, + "facing=north,waterlogged=true": { + "model": "create:block/mechanical_drill/block", + "x": 90 + }, "facing=south,waterlogged=false": { "model": "create:block/mechanical_drill/block", "x": 90, "y": 180 }, - "facing=west,waterlogged=false": { - "model": "create:block/mechanical_drill/block", - "x": 90, - "y": 270 - }, - "facing=east,waterlogged=false": { - "model": "create:block/mechanical_drill/block", - "x": 90, - "y": 90 - }, - "facing=down,waterlogged=true": { - "model": "create:block/mechanical_drill/block", - "x": 180 - }, - "facing=up,waterlogged=true": { - "model": "create:block/mechanical_drill/block" - }, - "facing=north,waterlogged=true": { - "model": "create:block/mechanical_drill/block", - "x": 90 - }, "facing=south,waterlogged=true": { "model": "create:block/mechanical_drill/block", "x": 90, "y": 180 }, - "facing=west,waterlogged=true": { + "facing=up,waterlogged=false": { + "model": "create:block/mechanical_drill/block" + }, + "facing=up,waterlogged=true": { + "model": "create:block/mechanical_drill/block" + }, + "facing=west,waterlogged=false": { "model": "create:block/mechanical_drill/block", "x": 90, "y": 270 }, - "facing=east,waterlogged=true": { + "facing=west,waterlogged=true": { "model": "create:block/mechanical_drill/block", "x": 90, - "y": 90 + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mechanical_harvester.json b/src/generated/resources/assets/create/blockstates/mechanical_harvester.json index 3c36b86270..2669ab3cb0 100644 --- a/src/generated/resources/assets/create/blockstates/mechanical_harvester.json +++ b/src/generated/resources/assets/create/blockstates/mechanical_harvester.json @@ -1,5 +1,9 @@ { "variants": { + "facing=east": { + "model": "create:block/mechanical_harvester/block", + "y": 90 + }, "facing=north": { "model": "create:block/mechanical_harvester/block" }, @@ -10,10 +14,6 @@ "facing=west": { "model": "create:block/mechanical_harvester/block", "y": 270 - }, - "facing=east": { - "model": "create:block/mechanical_harvester/block", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mechanical_piston.json b/src/generated/resources/assets/create/blockstates/mechanical_piston.json index 0b7e8ebfbc..c010119622 100644 --- a/src/generated/resources/assets/create/blockstates/mechanical_piston.json +++ b/src/generated/resources/assets/create/blockstates/mechanical_piston.json @@ -1,101 +1,97 @@ { "variants": { + "axis_along_first=false,facing=down,state=extended": { + "model": "create:block/mechanical_piston/extended/block", + "x": 180 + }, + "axis_along_first=false,facing=down,state=moving": { + "model": "create:block/mechanical_piston/moving/block", + "x": 180 + }, "axis_along_first=false,facing=down,state=retracted": { "model": "create:block/mechanical_piston/normal/block", "x": 180 }, - "axis_along_first=true,facing=down,state=retracted": { - "model": "create:block/mechanical_piston/normal/block_rotated", - "x": 180 - }, - "axis_along_first=false,facing=up,state=retracted": { - "model": "create:block/mechanical_piston/normal/block" - }, - "axis_along_first=true,facing=up,state=retracted": { - "model": "create:block/mechanical_piston/normal/block_rotated" - }, - "axis_along_first=false,facing=north,state=retracted": { - "model": "create:block/mechanical_piston/normal/block", - "x": 90 - }, - "axis_along_first=true,facing=north,state=retracted": { - "model": "create:block/mechanical_piston/normal/block_rotated", - "x": 90 - }, - "axis_along_first=false,facing=south,state=retracted": { - "model": "create:block/mechanical_piston/normal/block", + "axis_along_first=false,facing=east,state=extended": { + "model": "create:block/mechanical_piston/extended/block_rotated", "x": 90, - "y": 180 + "y": 90 }, - "axis_along_first=true,facing=south,state=retracted": { - "model": "create:block/mechanical_piston/normal/block_rotated", + "axis_along_first=false,facing=east,state=moving": { + "model": "create:block/mechanical_piston/moving/block_rotated", "x": 90, - "y": 180 - }, - "axis_along_first=false,facing=west,state=retracted": { - "model": "create:block/mechanical_piston/normal/block_rotated", - "x": 90, - "y": 270 - }, - "axis_along_first=true,facing=west,state=retracted": { - "model": "create:block/mechanical_piston/normal/block", - "x": 90, - "y": 270 + "y": 90 }, "axis_along_first=false,facing=east,state=retracted": { "model": "create:block/mechanical_piston/normal/block_rotated", "x": 90, "y": 90 }, - "axis_along_first=true,facing=east,state=retracted": { - "model": "create:block/mechanical_piston/normal/block", - "x": 90, - "y": 90 - }, - "axis_along_first=false,facing=down,state=moving": { - "model": "create:block/mechanical_piston/moving/block", - "x": 180 - }, - "axis_along_first=true,facing=down,state=moving": { - "model": "create:block/mechanical_piston/moving/block_rotated", - "x": 180 - }, - "axis_along_first=false,facing=up,state=moving": { - "model": "create:block/mechanical_piston/moving/block" - }, - "axis_along_first=true,facing=up,state=moving": { - "model": "create:block/mechanical_piston/moving/block_rotated" + "axis_along_first=false,facing=north,state=extended": { + "model": "create:block/mechanical_piston/extended/block", + "x": 90 }, "axis_along_first=false,facing=north,state=moving": { "model": "create:block/mechanical_piston/moving/block", "x": 90 }, - "axis_along_first=true,facing=north,state=moving": { - "model": "create:block/mechanical_piston/moving/block_rotated", + "axis_along_first=false,facing=north,state=retracted": { + "model": "create:block/mechanical_piston/normal/block", "x": 90 }, + "axis_along_first=false,facing=south,state=extended": { + "model": "create:block/mechanical_piston/extended/block", + "x": 90, + "y": 180 + }, "axis_along_first=false,facing=south,state=moving": { "model": "create:block/mechanical_piston/moving/block", "x": 90, "y": 180 }, - "axis_along_first=true,facing=south,state=moving": { - "model": "create:block/mechanical_piston/moving/block_rotated", + "axis_along_first=false,facing=south,state=retracted": { + "model": "create:block/mechanical_piston/normal/block", "x": 90, "y": 180 }, + "axis_along_first=false,facing=up,state=extended": { + "model": "create:block/mechanical_piston/extended/block" + }, + "axis_along_first=false,facing=up,state=moving": { + "model": "create:block/mechanical_piston/moving/block" + }, + "axis_along_first=false,facing=up,state=retracted": { + "model": "create:block/mechanical_piston/normal/block" + }, + "axis_along_first=false,facing=west,state=extended": { + "model": "create:block/mechanical_piston/extended/block_rotated", + "x": 90, + "y": 270 + }, "axis_along_first=false,facing=west,state=moving": { "model": "create:block/mechanical_piston/moving/block_rotated", "x": 90, "y": 270 }, - "axis_along_first=true,facing=west,state=moving": { - "model": "create:block/mechanical_piston/moving/block", + "axis_along_first=false,facing=west,state=retracted": { + "model": "create:block/mechanical_piston/normal/block_rotated", "x": 90, "y": 270 }, - "axis_along_first=false,facing=east,state=moving": { + "axis_along_first=true,facing=down,state=extended": { + "model": "create:block/mechanical_piston/extended/block_rotated", + "x": 180 + }, + "axis_along_first=true,facing=down,state=moving": { "model": "create:block/mechanical_piston/moving/block_rotated", + "x": 180 + }, + "axis_along_first=true,facing=down,state=retracted": { + "model": "create:block/mechanical_piston/normal/block_rotated", + "x": 180 + }, + "axis_along_first=true,facing=east,state=extended": { + "model": "create:block/mechanical_piston/extended/block", "x": 90, "y": 90 }, @@ -104,57 +100,61 @@ "x": 90, "y": 90 }, - "axis_along_first=false,facing=down,state=extended": { - "model": "create:block/mechanical_piston/extended/block", - "x": 180 - }, - "axis_along_first=true,facing=down,state=extended": { - "model": "create:block/mechanical_piston/extended/block_rotated", - "x": 180 - }, - "axis_along_first=false,facing=up,state=extended": { - "model": "create:block/mechanical_piston/extended/block" - }, - "axis_along_first=true,facing=up,state=extended": { - "model": "create:block/mechanical_piston/extended/block_rotated" - }, - "axis_along_first=false,facing=north,state=extended": { - "model": "create:block/mechanical_piston/extended/block", - "x": 90 + "axis_along_first=true,facing=east,state=retracted": { + "model": "create:block/mechanical_piston/normal/block", + "x": 90, + "y": 90 }, "axis_along_first=true,facing=north,state=extended": { "model": "create:block/mechanical_piston/extended/block_rotated", "x": 90 }, - "axis_along_first=false,facing=south,state=extended": { - "model": "create:block/mechanical_piston/extended/block", - "x": 90, - "y": 180 + "axis_along_first=true,facing=north,state=moving": { + "model": "create:block/mechanical_piston/moving/block_rotated", + "x": 90 + }, + "axis_along_first=true,facing=north,state=retracted": { + "model": "create:block/mechanical_piston/normal/block_rotated", + "x": 90 }, "axis_along_first=true,facing=south,state=extended": { "model": "create:block/mechanical_piston/extended/block_rotated", "x": 90, "y": 180 }, - "axis_along_first=false,facing=west,state=extended": { - "model": "create:block/mechanical_piston/extended/block_rotated", + "axis_along_first=true,facing=south,state=moving": { + "model": "create:block/mechanical_piston/moving/block_rotated", "x": 90, - "y": 270 + "y": 180 + }, + "axis_along_first=true,facing=south,state=retracted": { + "model": "create:block/mechanical_piston/normal/block_rotated", + "x": 90, + "y": 180 + }, + "axis_along_first=true,facing=up,state=extended": { + "model": "create:block/mechanical_piston/extended/block_rotated" + }, + "axis_along_first=true,facing=up,state=moving": { + "model": "create:block/mechanical_piston/moving/block_rotated" + }, + "axis_along_first=true,facing=up,state=retracted": { + "model": "create:block/mechanical_piston/normal/block_rotated" }, "axis_along_first=true,facing=west,state=extended": { "model": "create:block/mechanical_piston/extended/block", "x": 90, "y": 270 }, - "axis_along_first=false,facing=east,state=extended": { - "model": "create:block/mechanical_piston/extended/block_rotated", + "axis_along_first=true,facing=west,state=moving": { + "model": "create:block/mechanical_piston/moving/block", "x": 90, - "y": 90 + "y": 270 }, - "axis_along_first=true,facing=east,state=extended": { - "model": "create:block/mechanical_piston/extended/block", + "axis_along_first=true,facing=west,state=retracted": { + "model": "create:block/mechanical_piston/normal/block", "x": 90, - "y": 90 + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mechanical_piston_head.json b/src/generated/resources/assets/create/blockstates/mechanical_piston_head.json index a97257b0a9..bef0e9b32e 100644 --- a/src/generated/resources/assets/create/blockstates/mechanical_piston_head.json +++ b/src/generated/resources/assets/create/blockstates/mechanical_piston_head.json @@ -4,53 +4,53 @@ "model": "create:block/mechanical_piston/normal/head", "x": 180 }, - "facing=up,type=normal": { - "model": "create:block/mechanical_piston/normal/head" + "facing=down,type=sticky": { + "model": "create:block/mechanical_piston/sticky/head", + "x": 180 + }, + "facing=east,type=normal": { + "model": "create:block/mechanical_piston/normal/head", + "x": 90, + "y": 90 + }, + "facing=east,type=sticky": { + "model": "create:block/mechanical_piston/sticky/head", + "x": 90, + "y": 90 }, "facing=north,type=normal": { "model": "create:block/mechanical_piston/normal/head", "x": 90 }, + "facing=north,type=sticky": { + "model": "create:block/mechanical_piston/sticky/head", + "x": 90 + }, "facing=south,type=normal": { "model": "create:block/mechanical_piston/normal/head", "x": 90, "y": 180 }, - "facing=west,type=normal": { - "model": "create:block/mechanical_piston/normal/head", - "x": 90, - "y": 270 - }, - "facing=east,type=normal": { - "model": "create:block/mechanical_piston/normal/head", - "x": 90, - "y": 90 - }, - "facing=down,type=sticky": { - "model": "create:block/mechanical_piston/sticky/head", - "x": 180 - }, - "facing=up,type=sticky": { - "model": "create:block/mechanical_piston/sticky/head" - }, - "facing=north,type=sticky": { - "model": "create:block/mechanical_piston/sticky/head", - "x": 90 - }, "facing=south,type=sticky": { "model": "create:block/mechanical_piston/sticky/head", "x": 90, "y": 180 }, + "facing=up,type=normal": { + "model": "create:block/mechanical_piston/normal/head" + }, + "facing=up,type=sticky": { + "model": "create:block/mechanical_piston/sticky/head" + }, + "facing=west,type=normal": { + "model": "create:block/mechanical_piston/normal/head", + "x": 90, + "y": 270 + }, "facing=west,type=sticky": { "model": "create:block/mechanical_piston/sticky/head", "x": 90, "y": 270 - }, - "facing=east,type=sticky": { - "model": "create:block/mechanical_piston/sticky/head", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mechanical_plough.json b/src/generated/resources/assets/create/blockstates/mechanical_plough.json index 83bfa6dbd2..716f103e0a 100644 --- a/src/generated/resources/assets/create/blockstates/mechanical_plough.json +++ b/src/generated/resources/assets/create/blockstates/mechanical_plough.json @@ -1,5 +1,9 @@ { "variants": { + "facing=east": { + "model": "create:block/mechanical_plough", + "y": 90 + }, "facing=north": { "model": "create:block/mechanical_plough" }, @@ -10,10 +14,6 @@ "facing=west": { "model": "create:block/mechanical_plough", "y": 270 - }, - "facing=east": { - "model": "create:block/mechanical_plough", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mechanical_press.json b/src/generated/resources/assets/create/blockstates/mechanical_press.json index 5508dd837b..fb01ba4116 100644 --- a/src/generated/resources/assets/create/blockstates/mechanical_press.json +++ b/src/generated/resources/assets/create/blockstates/mechanical_press.json @@ -1,5 +1,9 @@ { "variants": { + "facing=east": { + "model": "create:block/mechanical_press/block", + "y": 90 + }, "facing=north": { "model": "create:block/mechanical_press/block" }, @@ -10,10 +14,6 @@ "facing=west": { "model": "create:block/mechanical_press/block", "y": 270 - }, - "facing=east": { - "model": "create:block/mechanical_press/block", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mechanical_pump.json b/src/generated/resources/assets/create/blockstates/mechanical_pump.json index 3b8c68f808..e75e38f7e6 100644 --- a/src/generated/resources/assets/create/blockstates/mechanical_pump.json +++ b/src/generated/resources/assets/create/blockstates/mechanical_pump.json @@ -4,8 +4,10 @@ "model": "create:block/mechanical_pump/block", "x": 180 }, - "facing=up": { - "model": "create:block/mechanical_pump/block" + "facing=east": { + "model": "create:block/mechanical_pump/block", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/mechanical_pump/block", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/mechanical_pump/block" + }, "facing=west": { "model": "create:block/mechanical_pump/block", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/mechanical_pump/block", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mechanical_saw.json b/src/generated/resources/assets/create/blockstates/mechanical_saw.json index bad1bc6d7f..80617ec972 100644 --- a/src/generated/resources/assets/create/blockstates/mechanical_saw.json +++ b/src/generated/resources/assets/create/blockstates/mechanical_saw.json @@ -4,47 +4,47 @@ "model": "create:block/mechanical_saw/vertical", "x": 180 }, - "axis_along_first=true,facing=down": { - "model": "create:block/mechanical_saw/vertical", - "x": 180, - "y": 90 - }, - "axis_along_first=false,facing=up": { - "model": "create:block/mechanical_saw/vertical" - }, - "axis_along_first=true,facing=up": { - "model": "create:block/mechanical_saw/vertical", - "y": 90 + "axis_along_first=false,facing=east": { + "model": "create:block/mechanical_saw/horizontal", + "y": 270 }, "axis_along_first=false,facing=north": { "model": "create:block/mechanical_saw/horizontal", "y": 180 }, - "axis_along_first=true,facing=north": { - "model": "create:block/mechanical_saw/horizontal", - "y": 180 - }, "axis_along_first=false,facing=south": { "model": "create:block/mechanical_saw/horizontal" }, - "axis_along_first=true,facing=south": { - "model": "create:block/mechanical_saw/horizontal" + "axis_along_first=false,facing=up": { + "model": "create:block/mechanical_saw/vertical" }, "axis_along_first=false,facing=west": { "model": "create:block/mechanical_saw/horizontal", "y": 90 }, - "axis_along_first=true,facing=west": { - "model": "create:block/mechanical_saw/horizontal", + "axis_along_first=true,facing=down": { + "model": "create:block/mechanical_saw/vertical", + "x": 180, "y": 90 }, - "axis_along_first=false,facing=east": { - "model": "create:block/mechanical_saw/horizontal", - "y": 270 - }, "axis_along_first=true,facing=east": { "model": "create:block/mechanical_saw/horizontal", "y": 270 + }, + "axis_along_first=true,facing=north": { + "model": "create:block/mechanical_saw/horizontal", + "y": 180 + }, + "axis_along_first=true,facing=south": { + "model": "create:block/mechanical_saw/horizontal" + }, + "axis_along_first=true,facing=up": { + "model": "create:block/mechanical_saw/vertical", + "y": 90 + }, + "axis_along_first=true,facing=west": { + "model": "create:block/mechanical_saw/horizontal", + "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/metal_bracket.json b/src/generated/resources/assets/create/blockstates/metal_bracket.json index 12e229a337..797e74f9ac 100644 --- a/src/generated/resources/assets/create/blockstates/metal_bracket.json +++ b/src/generated/resources/assets/create/blockstates/metal_bracket.json @@ -1,78 +1,39 @@ { "variants": { - "axis_along_first=false,facing=down,type=pipe": { - "model": "create:block/bracket/pipe/ground_metal", - "x": 180 - }, - "axis_along_first=true,facing=down,type=pipe": { - "model": "create:block/bracket/pipe/ground_metal", - "x": 180, - "y": 90 - }, - "axis_along_first=false,facing=up,type=pipe": { - "model": "create:block/bracket/pipe/ground_metal" - }, - "axis_along_first=true,facing=up,type=pipe": { - "model": "create:block/bracket/pipe/ground_metal", - "y": 90 - }, - "axis_along_first=false,facing=north,type=pipe": { - "model": "create:block/bracket/pipe/wall_metal", - "x": 90, - "y": 270 - }, - "axis_along_first=true,facing=north,type=pipe": { - "model": "create:block/bracket/pipe/wall_metal", - "y": 270 - }, - "axis_along_first=false,facing=south,type=pipe": { - "model": "create:block/bracket/pipe/wall_metal", - "x": 90, - "y": 90 - }, - "axis_along_first=true,facing=south,type=pipe": { - "model": "create:block/bracket/pipe/wall_metal", - "y": 90 - }, - "axis_along_first=false,facing=west,type=pipe": { - "model": "create:block/bracket/pipe/wall_metal", - "y": 180 - }, - "axis_along_first=true,facing=west,type=pipe": { - "model": "create:block/bracket/pipe/wall_metal", - "x": 90, - "y": 180 - }, - "axis_along_first=false,facing=east,type=pipe": { - "model": "create:block/bracket/pipe/wall_metal" - }, - "axis_along_first=true,facing=east,type=pipe": { - "model": "create:block/bracket/pipe/wall_metal", - "x": 90 - }, "axis_along_first=false,facing=down,type=cog": { "model": "create:block/bracket/cog/ground_metal", "x": 180 }, - "axis_along_first=true,facing=down,type=cog": { - "model": "create:block/bracket/cog/ground_metal", - "x": 180, - "y": 90 + "axis_along_first=false,facing=down,type=pipe": { + "model": "create:block/bracket/pipe/ground_metal", + "x": 180 }, - "axis_along_first=false,facing=up,type=cog": { - "model": "create:block/bracket/cog/ground_metal" + "axis_along_first=false,facing=down,type=shaft": { + "model": "create:block/bracket/shaft/ground_metal", + "x": 180 }, - "axis_along_first=true,facing=up,type=cog": { - "model": "create:block/bracket/cog/ground_metal", - "y": 90 + "axis_along_first=false,facing=east,type=cog": { + "model": "create:block/bracket/cog/wall_metal" + }, + "axis_along_first=false,facing=east,type=pipe": { + "model": "create:block/bracket/pipe/wall_metal" + }, + "axis_along_first=false,facing=east,type=shaft": { + "model": "create:block/bracket/shaft/wall_metal" }, "axis_along_first=false,facing=north,type=cog": { "model": "create:block/bracket/cog/wall_metal", "x": 90, "y": 270 }, - "axis_along_first=true,facing=north,type=cog": { - "model": "create:block/bracket/cog/wall_metal", + "axis_along_first=false,facing=north,type=pipe": { + "model": "create:block/bracket/pipe/wall_metal", + "x": 90, + "y": 270 + }, + "axis_along_first=false,facing=north,type=shaft": { + "model": "create:block/bracket/shaft/wall_metal", + "x": 90, "y": 270 }, "axis_along_first=false,facing=south,type=cog": { @@ -80,75 +41,114 @@ "x": 90, "y": 90 }, - "axis_along_first=true,facing=south,type=cog": { - "model": "create:block/bracket/cog/wall_metal", - "y": 90 - }, - "axis_along_first=false,facing=west,type=cog": { - "model": "create:block/bracket/cog/wall_metal", - "y": 180 - }, - "axis_along_first=true,facing=west,type=cog": { - "model": "create:block/bracket/cog/wall_metal", + "axis_along_first=false,facing=south,type=pipe": { + "model": "create:block/bracket/pipe/wall_metal", "x": 90, - "y": 180 - }, - "axis_along_first=false,facing=east,type=cog": { - "model": "create:block/bracket/cog/wall_metal" - }, - "axis_along_first=true,facing=east,type=cog": { - "model": "create:block/bracket/cog/wall_metal", - "x": 90 - }, - "axis_along_first=false,facing=down,type=shaft": { - "model": "create:block/bracket/shaft/ground_metal", - "x": 180 - }, - "axis_along_first=true,facing=down,type=shaft": { - "model": "create:block/bracket/shaft/ground_metal", - "x": 180, "y": 90 }, - "axis_along_first=false,facing=up,type=shaft": { - "model": "create:block/bracket/shaft/ground_metal" - }, - "axis_along_first=true,facing=up,type=shaft": { - "model": "create:block/bracket/shaft/ground_metal", - "y": 90 - }, - "axis_along_first=false,facing=north,type=shaft": { - "model": "create:block/bracket/shaft/wall_metal", - "x": 90, - "y": 270 - }, - "axis_along_first=true,facing=north,type=shaft": { - "model": "create:block/bracket/shaft/wall_metal", - "y": 270 - }, "axis_along_first=false,facing=south,type=shaft": { "model": "create:block/bracket/shaft/wall_metal", "x": 90, "y": 90 }, + "axis_along_first=false,facing=up,type=cog": { + "model": "create:block/bracket/cog/ground_metal" + }, + "axis_along_first=false,facing=up,type=pipe": { + "model": "create:block/bracket/pipe/ground_metal" + }, + "axis_along_first=false,facing=up,type=shaft": { + "model": "create:block/bracket/shaft/ground_metal" + }, + "axis_along_first=false,facing=west,type=cog": { + "model": "create:block/bracket/cog/wall_metal", + "y": 180 + }, + "axis_along_first=false,facing=west,type=pipe": { + "model": "create:block/bracket/pipe/wall_metal", + "y": 180 + }, + "axis_along_first=false,facing=west,type=shaft": { + "model": "create:block/bracket/shaft/wall_metal", + "y": 180 + }, + "axis_along_first=true,facing=down,type=cog": { + "model": "create:block/bracket/cog/ground_metal", + "x": 180, + "y": 90 + }, + "axis_along_first=true,facing=down,type=pipe": { + "model": "create:block/bracket/pipe/ground_metal", + "x": 180, + "y": 90 + }, + "axis_along_first=true,facing=down,type=shaft": { + "model": "create:block/bracket/shaft/ground_metal", + "x": 180, + "y": 90 + }, + "axis_along_first=true,facing=east,type=cog": { + "model": "create:block/bracket/cog/wall_metal", + "x": 90 + }, + "axis_along_first=true,facing=east,type=pipe": { + "model": "create:block/bracket/pipe/wall_metal", + "x": 90 + }, + "axis_along_first=true,facing=east,type=shaft": { + "model": "create:block/bracket/shaft/wall_metal", + "x": 90 + }, + "axis_along_first=true,facing=north,type=cog": { + "model": "create:block/bracket/cog/wall_metal", + "y": 270 + }, + "axis_along_first=true,facing=north,type=pipe": { + "model": "create:block/bracket/pipe/wall_metal", + "y": 270 + }, + "axis_along_first=true,facing=north,type=shaft": { + "model": "create:block/bracket/shaft/wall_metal", + "y": 270 + }, + "axis_along_first=true,facing=south,type=cog": { + "model": "create:block/bracket/cog/wall_metal", + "y": 90 + }, + "axis_along_first=true,facing=south,type=pipe": { + "model": "create:block/bracket/pipe/wall_metal", + "y": 90 + }, "axis_along_first=true,facing=south,type=shaft": { "model": "create:block/bracket/shaft/wall_metal", "y": 90 }, - "axis_along_first=false,facing=west,type=shaft": { - "model": "create:block/bracket/shaft/wall_metal", + "axis_along_first=true,facing=up,type=cog": { + "model": "create:block/bracket/cog/ground_metal", + "y": 90 + }, + "axis_along_first=true,facing=up,type=pipe": { + "model": "create:block/bracket/pipe/ground_metal", + "y": 90 + }, + "axis_along_first=true,facing=up,type=shaft": { + "model": "create:block/bracket/shaft/ground_metal", + "y": 90 + }, + "axis_along_first=true,facing=west,type=cog": { + "model": "create:block/bracket/cog/wall_metal", + "x": 90, + "y": 180 + }, + "axis_along_first=true,facing=west,type=pipe": { + "model": "create:block/bracket/pipe/wall_metal", + "x": 90, "y": 180 }, "axis_along_first=true,facing=west,type=shaft": { "model": "create:block/bracket/shaft/wall_metal", "x": 90, "y": 180 - }, - "axis_along_first=false,facing=east,type=shaft": { - "model": "create:block/bracket/shaft/wall_metal" - }, - "axis_along_first=true,facing=east,type=shaft": { - "model": "create:block/bracket/shaft/wall_metal", - "x": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/metal_girder.json b/src/generated/resources/assets/create/blockstates/metal_girder.json index 5b2035a7f3..b5615b2db8 100644 --- a/src/generated/resources/assets/create/blockstates/metal_girder.json +++ b/src/generated/resources/assets/create/blockstates/metal_girder.json @@ -1,77 +1,77 @@ { "multipart": [ { - "when": { - "x": "false", - "z": "false" - }, "apply": { "model": "create:block/metal_girder/block_pole" + }, + "when": { + "x": "false", + "z": "false" } }, { - "when": { - "x": "true" - }, "apply": { "model": "create:block/metal_girder/block_x" + }, + "when": { + "x": "true" } }, { - "when": { - "z": "true" - }, "apply": { "model": "create:block/metal_girder/block_z" + }, + "when": { + "z": "true" } }, { + "apply": { + "model": "create:block/metal_girder/block_top" + }, "when": { "top": "true", "x": "true", "z": "false" - }, - "apply": { - "model": "create:block/metal_girder/block_top" } }, { + "apply": { + "model": "create:block/metal_girder/block_bottom" + }, "when": { "bottom": "true", "x": "true", "z": "false" - }, - "apply": { - "model": "create:block/metal_girder/block_bottom" } }, { + "apply": { + "model": "create:block/metal_girder/block_top" + }, "when": { "top": "true", "x": "false", "z": "true" - }, - "apply": { - "model": "create:block/metal_girder/block_top" } }, { + "apply": { + "model": "create:block/metal_girder/block_bottom" + }, "when": { "bottom": "true", "x": "false", "z": "true" - }, - "apply": { - "model": "create:block/metal_girder/block_bottom" } }, { - "when": { - "x": "true", - "z": "true" - }, "apply": { "model": "create:block/metal_girder/block_cross" + }, + "when": { + "x": "true", + "z": "true" } } ] diff --git a/src/generated/resources/assets/create/blockstates/metal_girder_encased_shaft.json b/src/generated/resources/assets/create/blockstates/metal_girder_encased_shaft.json index c3c05d2d81..ef4e1677e1 100644 --- a/src/generated/resources/assets/create/blockstates/metal_girder_encased_shaft.json +++ b/src/generated/resources/assets/create/blockstates/metal_girder_encased_shaft.json @@ -1,36 +1,36 @@ { "multipart": [ { - "when": { - "axis": "z" - }, "apply": { "model": "create:block/metal_girder_encased_shaft/block" + }, + "when": { + "axis": "z" } }, { - "when": { - "axis": "x" - }, "apply": { "model": "create:block/metal_girder_encased_shaft/block", "y": 90 + }, + "when": { + "axis": "x" } }, { - "when": { - "top": "true" - }, "apply": { "model": "create:block/metal_girder_encased_shaft/block_top" + }, + "when": { + "top": "true" } }, { - "when": { - "bottom": "true" - }, "apply": { "model": "create:block/metal_girder_encased_shaft/block_bottom" + }, + "when": { + "bottom": "true" } } ] diff --git a/src/generated/resources/assets/create/blockstates/mysterious_cuckoo_clock.json b/src/generated/resources/assets/create/blockstates/mysterious_cuckoo_clock.json index df80ece2d8..726af6c545 100644 --- a/src/generated/resources/assets/create/blockstates/mysterious_cuckoo_clock.json +++ b/src/generated/resources/assets/create/blockstates/mysterious_cuckoo_clock.json @@ -1,5 +1,9 @@ { "variants": { + "facing=east": { + "model": "create:block/cuckoo_clock/block", + "y": 90 + }, "facing=north": { "model": "create:block/cuckoo_clock/block" }, @@ -10,10 +14,6 @@ "facing=west": { "model": "create:block/cuckoo_clock/block", "y": 270 - }, - "facing=east": { - "model": "create:block/cuckoo_clock/block", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/nixie_tube.json b/src/generated/resources/assets/create/blockstates/nixie_tube.json index 1bc8057d17..ca751d85cd 100644 --- a/src/generated/resources/assets/create/blockstates/nixie_tube.json +++ b/src/generated/resources/assets/create/blockstates/nixie_tube.json @@ -1,135 +1,112 @@ { "variants": { - "double_face=floor,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=false": { "model": "create:block/nixie_tube", - "y": 180 + "x": 180, + "y": 270 }, - "double_face=wall,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=true": { "model": "create:block/nixie_tube", - "x": 90 - }, - "double_face=wall_reversed,facing=north,waterlogged=false": { - "model": "create:block/nixie_tube", - "x": 90 + "x": 180, + "y": 270 }, "double_face=ceiling,facing=north,waterlogged=false": { "model": "create:block/nixie_tube", "x": 180, "y": 180 }, - "double_face=floor,facing=south,waterlogged=false": { - "model": "create:block/nixie_tube" - }, - "double_face=wall,facing=south,waterlogged=false": { + "double_face=ceiling,facing=north,waterlogged=true": { "model": "create:block/nixie_tube", - "x": 90, - "y": 180 - }, - "double_face=wall_reversed,facing=south,waterlogged=false": { - "model": "create:block/nixie_tube", - "x": 90, + "x": 180, "y": 180 }, "double_face=ceiling,facing=south,waterlogged=false": { "model": "create:block/nixie_tube", "x": 180 }, - "double_face=floor,facing=west,waterlogged=false": { + "double_face=ceiling,facing=south,waterlogged=true": { "model": "create:block/nixie_tube", - "y": 90 - }, - "double_face=wall,facing=west,waterlogged=false": { - "model": "create:block/nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=wall_reversed,facing=west,waterlogged=false": { - "model": "create:block/nixie_tube", - "x": 90, - "y": 270 + "x": 180 }, "double_face=ceiling,facing=west,waterlogged=false": { "model": "create:block/nixie_tube", "x": 180, "y": 90 }, + "double_face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/nixie_tube", + "x": 180, + "y": 90 + }, "double_face=floor,facing=east,waterlogged=false": { "model": "create:block/nixie_tube", "y": 270 }, - "double_face=wall,facing=east,waterlogged=false": { + "double_face=floor,facing=east,waterlogged=true": { "model": "create:block/nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=wall_reversed,facing=east,waterlogged=false": { - "model": "create:block/nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/nixie_tube", - "x": 180, "y": 270 }, + "double_face=floor,facing=north,waterlogged=false": { + "model": "create:block/nixie_tube", + "y": 180 + }, "double_face=floor,facing=north,waterlogged=true": { "model": "create:block/nixie_tube", "y": 180 }, + "double_face=floor,facing=south,waterlogged=false": { + "model": "create:block/nixie_tube" + }, + "double_face=floor,facing=south,waterlogged=true": { + "model": "create:block/nixie_tube" + }, + "double_face=floor,facing=west,waterlogged=false": { + "model": "create:block/nixie_tube", + "y": 90 + }, + "double_face=floor,facing=west,waterlogged=true": { + "model": "create:block/nixie_tube", + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=false": { + "model": "create:block/nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=true": { + "model": "create:block/nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=north,waterlogged=false": { + "model": "create:block/nixie_tube", + "x": 90 + }, "double_face=wall,facing=north,waterlogged=true": { "model": "create:block/nixie_tube", "x": 90 }, - "double_face=wall_reversed,facing=north,waterlogged=true": { + "double_face=wall,facing=south,waterlogged=false": { "model": "create:block/nixie_tube", - "x": 90 - }, - "double_face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/nixie_tube", - "x": 180, + "x": 90, "y": 180 }, - "double_face=floor,facing=south,waterlogged=true": { - "model": "create:block/nixie_tube" - }, "double_face=wall,facing=south,waterlogged=true": { "model": "create:block/nixie_tube", "x": 90, "y": 180 }, - "double_face=wall_reversed,facing=south,waterlogged=true": { + "double_face=wall,facing=west,waterlogged=false": { "model": "create:block/nixie_tube", "x": 90, - "y": 180 - }, - "double_face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/nixie_tube", - "x": 180 - }, - "double_face=floor,facing=west,waterlogged=true": { - "model": "create:block/nixie_tube", - "y": 90 + "y": 270 }, "double_face=wall,facing=west,waterlogged=true": { "model": "create:block/nixie_tube", "x": 90, "y": 270 }, - "double_face=wall_reversed,facing=west,waterlogged=true": { - "model": "create:block/nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/nixie_tube", - "x": 180, - "y": 90 - }, - "double_face=floor,facing=east,waterlogged=true": { - "model": "create:block/nixie_tube", - "y": 270 - }, - "double_face=wall,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=east,waterlogged=false": { "model": "create:block/nixie_tube", "x": 90, "y": 90 @@ -139,9 +116,32 @@ "x": 90, "y": 90 }, - "double_face=ceiling,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=north,waterlogged=false": { "model": "create:block/nixie_tube", - "x": 180, + "x": 90 + }, + "double_face=wall_reversed,facing=north,waterlogged=true": { + "model": "create:block/nixie_tube", + "x": 90 + }, + "double_face=wall_reversed,facing=south,waterlogged=false": { + "model": "create:block/nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=south,waterlogged=true": { + "model": "create:block/nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=west,waterlogged=false": { + "model": "create:block/nixie_tube", + "x": 90, + "y": 270 + }, + "double_face=wall_reversed,facing=west,waterlogged=true": { + "model": "create:block/nixie_tube", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/nozzle.json b/src/generated/resources/assets/create/blockstates/nozzle.json index f8b8eef952..26cabccd1b 100644 --- a/src/generated/resources/assets/create/blockstates/nozzle.json +++ b/src/generated/resources/assets/create/blockstates/nozzle.json @@ -4,8 +4,10 @@ "model": "create:block/nozzle/block", "x": 180 }, - "facing=up": { - "model": "create:block/nozzle/block" + "facing=east": { + "model": "create:block/nozzle/block", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/nozzle/block", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/nozzle/block" + }, "facing=west": { "model": "create:block/nozzle/block", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/nozzle/block", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/oak_window_pane.json b/src/generated/resources/assets/create/blockstates/oak_window_pane.json index 42b8f12268..11b6706c2b 100644 --- a/src/generated/resources/assets/create/blockstates/oak_window_pane.json +++ b/src/generated/resources/assets/create/blockstates/oak_window_pane.json @@ -6,71 +6,71 @@ } }, { - "when": { - "north": "true" - }, "apply": { "model": "create:block/oak_window_pane_side" + }, + "when": { + "north": "true" } }, { - "when": { - "north": "false" - }, "apply": { "model": "create:block/oak_window_pane_noside" + }, + "when": { + "north": "false" } }, { - "when": { - "south": "true" - }, "apply": { "model": "create:block/oak_window_pane_side_alt" + }, + "when": { + "south": "true" } }, { - "when": { - "south": "false" - }, "apply": { "model": "create:block/oak_window_pane_noside_alt", "y": 90 + }, + "when": { + "south": "false" } }, { - "when": { - "west": "true" - }, "apply": { "model": "create:block/oak_window_pane_side_alt", "y": 90 + }, + "when": { + "west": "true" } }, { - "when": { - "west": "false" - }, "apply": { "model": "create:block/oak_window_pane_noside", "y": 270 + }, + "when": { + "west": "false" } }, { - "when": { - "east": "true" - }, "apply": { "model": "create:block/oak_window_pane_side", "y": 90 + }, + "when": { + "east": "true" } }, { - "when": { - "east": "false" - }, "apply": { "model": "create:block/oak_window_pane_noside_alt" + }, + "when": { + "east": "false" } } ] diff --git a/src/generated/resources/assets/create/blockstates/orange_sail.json b/src/generated/resources/assets/create/blockstates/orange_sail.json index 5495d60aae..341c638e5a 100644 --- a/src/generated/resources/assets/create/blockstates/orange_sail.json +++ b/src/generated/resources/assets/create/blockstates/orange_sail.json @@ -4,8 +4,10 @@ "model": "create:block/orange_sail", "x": 180 }, - "facing=up": { - "model": "create:block/orange_sail" + "facing=east": { + "model": "create:block/orange_sail", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/orange_sail", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/orange_sail" + }, "facing=west": { "model": "create:block/orange_sail", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/orange_sail", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/orange_toolbox.json b/src/generated/resources/assets/create/blockstates/orange_toolbox.json index b11c165b58..26cd921efc 100644 --- a/src/generated/resources/assets/create/blockstates/orange_toolbox.json +++ b/src/generated/resources/assets/create/blockstates/orange_toolbox.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/orange_toolbox", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/orange_toolbox", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/orange_toolbox" }, + "facing=north,waterlogged=true": { + "model": "create:block/orange_toolbox" + }, "facing=south,waterlogged=false": { "model": "create:block/orange_toolbox", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/orange_toolbox", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/orange_toolbox", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/orange_toolbox", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/orange_toolbox" - }, - "facing=south,waterlogged=true": { - "model": "create:block/orange_toolbox", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/orange_toolbox", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/orange_toolbox", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/orange_valve_handle.json b/src/generated/resources/assets/create/blockstates/orange_valve_handle.json index 696d65489f..b0a9ceb87e 100644 --- a/src/generated/resources/assets/create/blockstates/orange_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/orange_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/orange_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/orange_valve_handle" + "facing=east": { + "model": "create:block/orange_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/orange_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/orange_valve_handle" + }, "facing=west": { "model": "create:block/orange_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/orange_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/ornate_iron_window_pane.json b/src/generated/resources/assets/create/blockstates/ornate_iron_window_pane.json index 0f3f4b6d93..b382a7d55a 100644 --- a/src/generated/resources/assets/create/blockstates/ornate_iron_window_pane.json +++ b/src/generated/resources/assets/create/blockstates/ornate_iron_window_pane.json @@ -6,71 +6,71 @@ } }, { - "when": { - "north": "true" - }, "apply": { "model": "create:block/ornate_iron_window_pane_side" + }, + "when": { + "north": "true" } }, { - "when": { - "north": "false" - }, "apply": { "model": "create:block/ornate_iron_window_pane_noside" + }, + "when": { + "north": "false" } }, { - "when": { - "south": "true" - }, "apply": { "model": "create:block/ornate_iron_window_pane_side_alt" + }, + "when": { + "south": "true" } }, { - "when": { - "south": "false" - }, "apply": { "model": "create:block/ornate_iron_window_pane_noside_alt", "y": 90 + }, + "when": { + "south": "false" } }, { - "when": { - "west": "true" - }, "apply": { "model": "create:block/ornate_iron_window_pane_side_alt", "y": 90 + }, + "when": { + "west": "true" } }, { - "when": { - "west": "false" - }, "apply": { "model": "create:block/ornate_iron_window_pane_noside", "y": 270 + }, + "when": { + "west": "false" } }, { - "when": { - "east": "true" - }, "apply": { "model": "create:block/ornate_iron_window_pane_side", "y": 90 + }, + "when": { + "east": "true" } }, { - "when": { - "east": "false" - }, "apply": { "model": "create:block/ornate_iron_window_pane_noside_alt" + }, + "when": { + "east": "false" } } ] diff --git a/src/generated/resources/assets/create/blockstates/oxidized_copper_shingle_slab.json b/src/generated/resources/assets/create/blockstates/oxidized_copper_shingle_slab.json index a486ca123b..627cbe958f 100644 --- a/src/generated/resources/assets/create/blockstates/oxidized_copper_shingle_slab.json +++ b/src/generated/resources/assets/create/blockstates/oxidized_copper_shingle_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/oxidized_copper_shingle_slab_top" - }, "type=bottom": { "model": "create:block/oxidized_copper_shingle_slab" }, "type=double": { "model": "create:block/oxidized_copper_shingles" + }, + "type=top": { + "model": "create:block/oxidized_copper_shingle_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/oxidized_copper_shingle_stairs.json b/src/generated/resources/assets/create/blockstates/oxidized_copper_shingle_stairs.json index 53063dc6af..fcde0e3dda 100644 --- a/src/generated/resources/assets/create/blockstates/oxidized_copper_shingle_stairs.json +++ b/src/generated/resources/assets/create/blockstates/oxidized_copper_shingle_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/oxidized_copper_shingle_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/oxidized_copper_shingle_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/oxidized_copper_shingle_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/oxidized_copper_shingle_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/oxidized_copper_shingle_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/oxidized_copper_shingle_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/oxidized_copper_shingle_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/oxidized_copper_shingle_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/oxidized_copper_shingle_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/oxidized_copper_shingle_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/oxidized_copper_shingle_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/oxidized_copper_shingle_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/oxidized_copper_shingle_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/oxidized_copper_shingle_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/oxidized_copper_shingle_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/oxidized_copper_shingle_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/oxidized_copper_shingle_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/oxidized_copper_shingle_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/oxidized_copper_shingle_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/oxidized_copper_shingle_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/oxidized_copper_shingle_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/oxidized_copper_shingle_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/oxidized_copper_shingle_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/oxidized_copper_shingle_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/oxidized_copper_shingle_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/oxidized_copper_shingle_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/oxidized_copper_shingle_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/oxidized_copper_shingle_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/oxidized_copper_shingle_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/oxidized_copper_shingle_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/oxidized_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/oxidized_copper_shingle_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/oxidized_copper_shingle_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/oxidized_copper_shingle_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/oxidized_copper_shingle_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/oxidized_copper_shingle_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/oxidized_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/oxidized_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/oxidized_copper_shingle_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/oxidized_copper_shingle_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/oxidized_copper_shingle_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/oxidized_copper_shingle_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/oxidized_copper_shingle_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/oxidized_copper_shingle_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/oxidized_copper_shingle_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/oxidized_copper_shingle_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/oxidized_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/oxidized_copper_shingle_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/oxidized_copper_shingle_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/oxidized_copper_shingle_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/oxidized_copper_shingle_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/oxidized_copper_shingle_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/oxidized_copper_shingle_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/oxidized_copper_shingle_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/oxidized_copper_shingle_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/oxidized_copper_shingle_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/oxidized_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/oxidized_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/oxidized_copper_shingle_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/oxidized_copper_tile_slab.json b/src/generated/resources/assets/create/blockstates/oxidized_copper_tile_slab.json index c745f718dd..ef4dd2d884 100644 --- a/src/generated/resources/assets/create/blockstates/oxidized_copper_tile_slab.json +++ b/src/generated/resources/assets/create/blockstates/oxidized_copper_tile_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/oxidized_copper_tile_slab_top" - }, "type=bottom": { "model": "create:block/oxidized_copper_tile_slab" }, "type=double": { "model": "create:block/oxidized_copper_tiles" + }, + "type=top": { + "model": "create:block/oxidized_copper_tile_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/oxidized_copper_tile_stairs.json b/src/generated/resources/assets/create/blockstates/oxidized_copper_tile_stairs.json index 4fae56d784..4f0787005e 100644 --- a/src/generated/resources/assets/create/blockstates/oxidized_copper_tile_stairs.json +++ b/src/generated/resources/assets/create/blockstates/oxidized_copper_tile_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/oxidized_copper_tile_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/oxidized_copper_tile_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/oxidized_copper_tile_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/oxidized_copper_tile_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/oxidized_copper_tile_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/oxidized_copper_tile_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/oxidized_copper_tile_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/oxidized_copper_tile_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/oxidized_copper_tile_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/oxidized_copper_tile_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/oxidized_copper_tile_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/oxidized_copper_tile_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/oxidized_copper_tile_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/oxidized_copper_tile_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/oxidized_copper_tile_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/oxidized_copper_tile_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/oxidized_copper_tile_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/oxidized_copper_tile_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/oxidized_copper_tile_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/oxidized_copper_tile_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/oxidized_copper_tile_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/oxidized_copper_tile_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/oxidized_copper_tile_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/oxidized_copper_tile_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/oxidized_copper_tile_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/oxidized_copper_tile_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/oxidized_copper_tile_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/oxidized_copper_tile_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/oxidized_copper_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/oxidized_copper_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/oxidized_copper_tile_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/oxidized_copper_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/oxidized_copper_tile_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/oxidized_copper_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/oxidized_copper_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/oxidized_copper_tile_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/oxidized_copper_tile_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/oxidized_copper_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/oxidized_copper_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/oxidized_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/oxidized_copper_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/oxidized_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/oxidized_copper_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/oxidized_copper_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/oxidized_copper_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/oxidized_copper_tile_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/oxidized_copper_tile_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/oxidized_copper_tile_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/oxidized_copper_tile_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/oxidized_copper_tile_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/oxidized_copper_tile_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/oxidized_copper_tile_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/oxidized_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/oxidized_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/oxidized_copper_tile_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/oxidized_copper_tile_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/oxidized_copper_tile_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/oxidized_copper_tile_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/oxidized_copper_tile_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/oxidized_copper_tile_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/oxidized_copper_tile_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/oxidized_copper_tile_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/oxidized_copper_tile_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/oxidized_copper_tile_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/oxidized_copper_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/oxidized_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/oxidized_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/oxidized_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/oxidized_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/oxidized_copper_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/peculiar_bell.json b/src/generated/resources/assets/create/blockstates/peculiar_bell.json index c688d01c78..3540cf0e3a 100644 --- a/src/generated/resources/assets/create/blockstates/peculiar_bell.json +++ b/src/generated/resources/assets/create/blockstates/peculiar_bell.json @@ -1,124 +1,124 @@ { "variants": { - "attachment=floor,facing=north,powered=false": { - "model": "create:block/peculiar_bell_floor" + "attachment=ceiling,facing=east,powered=false": { + "model": "create:block/peculiar_bell_ceiling", + "y": 90 + }, + "attachment=ceiling,facing=east,powered=true": { + "model": "create:block/peculiar_bell_ceiling", + "y": 90 }, "attachment=ceiling,facing=north,powered=false": { "model": "create:block/peculiar_bell_ceiling" }, - "attachment=single_wall,facing=north,powered=false": { - "model": "create:block/peculiar_bell_single_wall" - }, - "attachment=double_wall,facing=north,powered=false": { - "model": "create:block/peculiar_bell_double_wall" - }, - "attachment=floor,facing=south,powered=false": { - "model": "create:block/peculiar_bell_floor", - "y": 180 + "attachment=ceiling,facing=north,powered=true": { + "model": "create:block/peculiar_bell_ceiling" }, "attachment=ceiling,facing=south,powered=false": { "model": "create:block/peculiar_bell_ceiling", "y": 180 }, - "attachment=single_wall,facing=south,powered=false": { - "model": "create:block/peculiar_bell_single_wall", + "attachment=ceiling,facing=south,powered=true": { + "model": "create:block/peculiar_bell_ceiling", "y": 180 }, - "attachment=double_wall,facing=south,powered=false": { - "model": "create:block/peculiar_bell_double_wall", - "y": 180 - }, - "attachment=floor,facing=west,powered=false": { - "model": "create:block/peculiar_bell_floor", - "y": 270 - }, "attachment=ceiling,facing=west,powered=false": { "model": "create:block/peculiar_bell_ceiling", "y": 270 }, - "attachment=single_wall,facing=west,powered=false": { - "model": "create:block/peculiar_bell_single_wall", + "attachment=ceiling,facing=west,powered=true": { + "model": "create:block/peculiar_bell_ceiling", "y": 270 }, + "attachment=double_wall,facing=east,powered=false": { + "model": "create:block/peculiar_bell_double_wall", + "y": 90 + }, + "attachment=double_wall,facing=east,powered=true": { + "model": "create:block/peculiar_bell_double_wall", + "y": 90 + }, + "attachment=double_wall,facing=north,powered=false": { + "model": "create:block/peculiar_bell_double_wall" + }, + "attachment=double_wall,facing=north,powered=true": { + "model": "create:block/peculiar_bell_double_wall" + }, + "attachment=double_wall,facing=south,powered=false": { + "model": "create:block/peculiar_bell_double_wall", + "y": 180 + }, + "attachment=double_wall,facing=south,powered=true": { + "model": "create:block/peculiar_bell_double_wall", + "y": 180 + }, "attachment=double_wall,facing=west,powered=false": { "model": "create:block/peculiar_bell_double_wall", "y": 270 }, + "attachment=double_wall,facing=west,powered=true": { + "model": "create:block/peculiar_bell_double_wall", + "y": 270 + }, "attachment=floor,facing=east,powered=false": { "model": "create:block/peculiar_bell_floor", "y": 90 }, - "attachment=ceiling,facing=east,powered=false": { - "model": "create:block/peculiar_bell_ceiling", + "attachment=floor,facing=east,powered=true": { + "model": "create:block/peculiar_bell_floor", "y": 90 }, - "attachment=single_wall,facing=east,powered=false": { - "model": "create:block/peculiar_bell_single_wall", - "y": 90 - }, - "attachment=double_wall,facing=east,powered=false": { - "model": "create:block/peculiar_bell_double_wall", - "y": 90 + "attachment=floor,facing=north,powered=false": { + "model": "create:block/peculiar_bell_floor" }, "attachment=floor,facing=north,powered=true": { "model": "create:block/peculiar_bell_floor" }, - "attachment=ceiling,facing=north,powered=true": { - "model": "create:block/peculiar_bell_ceiling" - }, - "attachment=single_wall,facing=north,powered=true": { - "model": "create:block/peculiar_bell_single_wall" - }, - "attachment=double_wall,facing=north,powered=true": { - "model": "create:block/peculiar_bell_double_wall" + "attachment=floor,facing=south,powered=false": { + "model": "create:block/peculiar_bell_floor", + "y": 180 }, "attachment=floor,facing=south,powered=true": { "model": "create:block/peculiar_bell_floor", "y": 180 }, - "attachment=ceiling,facing=south,powered=true": { - "model": "create:block/peculiar_bell_ceiling", - "y": 180 - }, - "attachment=single_wall,facing=south,powered=true": { - "model": "create:block/peculiar_bell_single_wall", - "y": 180 - }, - "attachment=double_wall,facing=south,powered=true": { - "model": "create:block/peculiar_bell_double_wall", - "y": 180 + "attachment=floor,facing=west,powered=false": { + "model": "create:block/peculiar_bell_floor", + "y": 270 }, "attachment=floor,facing=west,powered=true": { "model": "create:block/peculiar_bell_floor", "y": 270 }, - "attachment=ceiling,facing=west,powered=true": { - "model": "create:block/peculiar_bell_ceiling", - "y": 270 - }, - "attachment=single_wall,facing=west,powered=true": { + "attachment=single_wall,facing=east,powered=false": { "model": "create:block/peculiar_bell_single_wall", - "y": 270 - }, - "attachment=double_wall,facing=west,powered=true": { - "model": "create:block/peculiar_bell_double_wall", - "y": 270 - }, - "attachment=floor,facing=east,powered=true": { - "model": "create:block/peculiar_bell_floor", - "y": 90 - }, - "attachment=ceiling,facing=east,powered=true": { - "model": "create:block/peculiar_bell_ceiling", "y": 90 }, "attachment=single_wall,facing=east,powered=true": { "model": "create:block/peculiar_bell_single_wall", "y": 90 }, - "attachment=double_wall,facing=east,powered=true": { - "model": "create:block/peculiar_bell_double_wall", - "y": 90 + "attachment=single_wall,facing=north,powered=false": { + "model": "create:block/peculiar_bell_single_wall" + }, + "attachment=single_wall,facing=north,powered=true": { + "model": "create:block/peculiar_bell_single_wall" + }, + "attachment=single_wall,facing=south,powered=false": { + "model": "create:block/peculiar_bell_single_wall", + "y": 180 + }, + "attachment=single_wall,facing=south,powered=true": { + "model": "create:block/peculiar_bell_single_wall", + "y": 180 + }, + "attachment=single_wall,facing=west,powered=false": { + "model": "create:block/peculiar_bell_single_wall", + "y": 270 + }, + "attachment=single_wall,facing=west,powered=true": { + "model": "create:block/peculiar_bell_single_wall", + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/pink_nixie_tube.json b/src/generated/resources/assets/create/blockstates/pink_nixie_tube.json index 261e236755..f9885050f0 100644 --- a/src/generated/resources/assets/create/blockstates/pink_nixie_tube.json +++ b/src/generated/resources/assets/create/blockstates/pink_nixie_tube.json @@ -1,135 +1,112 @@ { "variants": { - "double_face=floor,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=false": { "model": "create:block/pink_nixie_tube", - "y": 180 + "x": 180, + "y": 270 }, - "double_face=wall,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=true": { "model": "create:block/pink_nixie_tube", - "x": 90 - }, - "double_face=wall_reversed,facing=north,waterlogged=false": { - "model": "create:block/pink_nixie_tube", - "x": 90 + "x": 180, + "y": 270 }, "double_face=ceiling,facing=north,waterlogged=false": { "model": "create:block/pink_nixie_tube", "x": 180, "y": 180 }, - "double_face=floor,facing=south,waterlogged=false": { - "model": "create:block/pink_nixie_tube" - }, - "double_face=wall,facing=south,waterlogged=false": { + "double_face=ceiling,facing=north,waterlogged=true": { "model": "create:block/pink_nixie_tube", - "x": 90, - "y": 180 - }, - "double_face=wall_reversed,facing=south,waterlogged=false": { - "model": "create:block/pink_nixie_tube", - "x": 90, + "x": 180, "y": 180 }, "double_face=ceiling,facing=south,waterlogged=false": { "model": "create:block/pink_nixie_tube", "x": 180 }, - "double_face=floor,facing=west,waterlogged=false": { + "double_face=ceiling,facing=south,waterlogged=true": { "model": "create:block/pink_nixie_tube", - "y": 90 - }, - "double_face=wall,facing=west,waterlogged=false": { - "model": "create:block/pink_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=wall_reversed,facing=west,waterlogged=false": { - "model": "create:block/pink_nixie_tube", - "x": 90, - "y": 270 + "x": 180 }, "double_face=ceiling,facing=west,waterlogged=false": { "model": "create:block/pink_nixie_tube", "x": 180, "y": 90 }, + "double_face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/pink_nixie_tube", + "x": 180, + "y": 90 + }, "double_face=floor,facing=east,waterlogged=false": { "model": "create:block/pink_nixie_tube", "y": 270 }, - "double_face=wall,facing=east,waterlogged=false": { + "double_face=floor,facing=east,waterlogged=true": { "model": "create:block/pink_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=wall_reversed,facing=east,waterlogged=false": { - "model": "create:block/pink_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/pink_nixie_tube", - "x": 180, "y": 270 }, + "double_face=floor,facing=north,waterlogged=false": { + "model": "create:block/pink_nixie_tube", + "y": 180 + }, "double_face=floor,facing=north,waterlogged=true": { "model": "create:block/pink_nixie_tube", "y": 180 }, + "double_face=floor,facing=south,waterlogged=false": { + "model": "create:block/pink_nixie_tube" + }, + "double_face=floor,facing=south,waterlogged=true": { + "model": "create:block/pink_nixie_tube" + }, + "double_face=floor,facing=west,waterlogged=false": { + "model": "create:block/pink_nixie_tube", + "y": 90 + }, + "double_face=floor,facing=west,waterlogged=true": { + "model": "create:block/pink_nixie_tube", + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=false": { + "model": "create:block/pink_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=true": { + "model": "create:block/pink_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=north,waterlogged=false": { + "model": "create:block/pink_nixie_tube", + "x": 90 + }, "double_face=wall,facing=north,waterlogged=true": { "model": "create:block/pink_nixie_tube", "x": 90 }, - "double_face=wall_reversed,facing=north,waterlogged=true": { + "double_face=wall,facing=south,waterlogged=false": { "model": "create:block/pink_nixie_tube", - "x": 90 - }, - "double_face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/pink_nixie_tube", - "x": 180, + "x": 90, "y": 180 }, - "double_face=floor,facing=south,waterlogged=true": { - "model": "create:block/pink_nixie_tube" - }, "double_face=wall,facing=south,waterlogged=true": { "model": "create:block/pink_nixie_tube", "x": 90, "y": 180 }, - "double_face=wall_reversed,facing=south,waterlogged=true": { + "double_face=wall,facing=west,waterlogged=false": { "model": "create:block/pink_nixie_tube", "x": 90, - "y": 180 - }, - "double_face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/pink_nixie_tube", - "x": 180 - }, - "double_face=floor,facing=west,waterlogged=true": { - "model": "create:block/pink_nixie_tube", - "y": 90 + "y": 270 }, "double_face=wall,facing=west,waterlogged=true": { "model": "create:block/pink_nixie_tube", "x": 90, "y": 270 }, - "double_face=wall_reversed,facing=west,waterlogged=true": { - "model": "create:block/pink_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/pink_nixie_tube", - "x": 180, - "y": 90 - }, - "double_face=floor,facing=east,waterlogged=true": { - "model": "create:block/pink_nixie_tube", - "y": 270 - }, - "double_face=wall,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=east,waterlogged=false": { "model": "create:block/pink_nixie_tube", "x": 90, "y": 90 @@ -139,9 +116,32 @@ "x": 90, "y": 90 }, - "double_face=ceiling,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=north,waterlogged=false": { "model": "create:block/pink_nixie_tube", - "x": 180, + "x": 90 + }, + "double_face=wall_reversed,facing=north,waterlogged=true": { + "model": "create:block/pink_nixie_tube", + "x": 90 + }, + "double_face=wall_reversed,facing=south,waterlogged=false": { + "model": "create:block/pink_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=south,waterlogged=true": { + "model": "create:block/pink_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=west,waterlogged=false": { + "model": "create:block/pink_nixie_tube", + "x": 90, + "y": 270 + }, + "double_face=wall_reversed,facing=west,waterlogged=true": { + "model": "create:block/pink_nixie_tube", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/pink_sail.json b/src/generated/resources/assets/create/blockstates/pink_sail.json index 454f70dfc1..e12486769a 100644 --- a/src/generated/resources/assets/create/blockstates/pink_sail.json +++ b/src/generated/resources/assets/create/blockstates/pink_sail.json @@ -4,8 +4,10 @@ "model": "create:block/pink_sail", "x": 180 }, - "facing=up": { - "model": "create:block/pink_sail" + "facing=east": { + "model": "create:block/pink_sail", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/pink_sail", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/pink_sail" + }, "facing=west": { "model": "create:block/pink_sail", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/pink_sail", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/pink_toolbox.json b/src/generated/resources/assets/create/blockstates/pink_toolbox.json index 847ea1127e..1c0846e4df 100644 --- a/src/generated/resources/assets/create/blockstates/pink_toolbox.json +++ b/src/generated/resources/assets/create/blockstates/pink_toolbox.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/pink_toolbox", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/pink_toolbox", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/pink_toolbox" }, + "facing=north,waterlogged=true": { + "model": "create:block/pink_toolbox" + }, "facing=south,waterlogged=false": { "model": "create:block/pink_toolbox", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/pink_toolbox", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/pink_toolbox", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/pink_toolbox", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/pink_toolbox" - }, - "facing=south,waterlogged=true": { - "model": "create:block/pink_toolbox", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/pink_toolbox", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/pink_toolbox", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/pink_valve_handle.json b/src/generated/resources/assets/create/blockstates/pink_valve_handle.json index 6097d8deec..31128bd5a7 100644 --- a/src/generated/resources/assets/create/blockstates/pink_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/pink_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/pink_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/pink_valve_handle" + "facing=east": { + "model": "create:block/pink_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/pink_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/pink_valve_handle" + }, "facing=west": { "model": "create:block/pink_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/pink_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/piston_extension_pole.json b/src/generated/resources/assets/create/blockstates/piston_extension_pole.json index 987043b228..1a0fabc2b6 100644 --- a/src/generated/resources/assets/create/blockstates/piston_extension_pole.json +++ b/src/generated/resources/assets/create/blockstates/piston_extension_pole.json @@ -4,8 +4,10 @@ "model": "create:block/piston_extension_pole", "x": 180 }, - "facing=up": { - "model": "create:block/piston_extension_pole" + "facing=east": { + "model": "create:block/piston_extension_pole", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/piston_extension_pole", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/piston_extension_pole" + }, "facing=west": { "model": "create:block/piston_extension_pole", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/piston_extension_pole", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/placard.json b/src/generated/resources/assets/create/blockstates/placard.json index 9cf24083e5..a311335cce 100644 --- a/src/generated/resources/assets/create/blockstates/placard.json +++ b/src/generated/resources/assets/create/blockstates/placard.json @@ -1,152 +1,144 @@ { "variants": { - "face=floor,facing=north,powered=false,waterlogged=false": { - "model": "create:block/placard" - }, - "face=wall,facing=north,powered=false,waterlogged=false": { + "face=ceiling,facing=east,powered=false,waterlogged=false": { "model": "create:block/placard", - "x": 90 + "x": 180, + "y": 270 + }, + "face=ceiling,facing=east,powered=false,waterlogged=true": { + "model": "create:block/placard", + "x": 180, + "y": 270 + }, + "face=ceiling,facing=east,powered=true,waterlogged=false": { + "model": "create:block/placard", + "x": 180, + "y": 270 + }, + "face=ceiling,facing=east,powered=true,waterlogged=true": { + "model": "create:block/placard", + "x": 180, + "y": 270 }, "face=ceiling,facing=north,powered=false,waterlogged=false": { "model": "create:block/placard", "x": 180, "y": 180 }, - "face=floor,facing=south,powered=false,waterlogged=false": { + "face=ceiling,facing=north,powered=false,waterlogged=true": { "model": "create:block/placard", + "x": 180, "y": 180 }, - "face=wall,facing=south,powered=false,waterlogged=false": { + "face=ceiling,facing=north,powered=true,waterlogged=false": { "model": "create:block/placard", - "x": 90, + "x": 180, + "y": 180 + }, + "face=ceiling,facing=north,powered=true,waterlogged=true": { + "model": "create:block/placard", + "x": 180, "y": 180 }, "face=ceiling,facing=south,powered=false,waterlogged=false": { "model": "create:block/placard", "x": 180 }, - "face=floor,facing=west,powered=false,waterlogged=false": { + "face=ceiling,facing=south,powered=false,waterlogged=true": { "model": "create:block/placard", - "y": 270 + "x": 180 }, - "face=wall,facing=west,powered=false,waterlogged=false": { + "face=ceiling,facing=south,powered=true,waterlogged=false": { "model": "create:block/placard", - "x": 90, - "y": 270 + "x": 180 + }, + "face=ceiling,facing=south,powered=true,waterlogged=true": { + "model": "create:block/placard", + "x": 180 }, "face=ceiling,facing=west,powered=false,waterlogged=false": { "model": "create:block/placard", "x": 180, "y": 90 }, + "face=ceiling,facing=west,powered=false,waterlogged=true": { + "model": "create:block/placard", + "x": 180, + "y": 90 + }, + "face=ceiling,facing=west,powered=true,waterlogged=false": { + "model": "create:block/placard", + "x": 180, + "y": 90 + }, + "face=ceiling,facing=west,powered=true,waterlogged=true": { + "model": "create:block/placard", + "x": 180, + "y": 90 + }, "face=floor,facing=east,powered=false,waterlogged=false": { "model": "create:block/placard", "y": 90 }, - "face=wall,facing=east,powered=false,waterlogged=false": { + "face=floor,facing=east,powered=false,waterlogged=true": { "model": "create:block/placard", - "x": 90, - "y": 90 - }, - "face=ceiling,facing=east,powered=false,waterlogged=false": { - "model": "create:block/placard", - "x": 180, - "y": 270 - }, - "face=floor,facing=north,powered=true,waterlogged=false": { - "model": "create:block/placard" - }, - "face=wall,facing=north,powered=true,waterlogged=false": { - "model": "create:block/placard", - "x": 90 - }, - "face=ceiling,facing=north,powered=true,waterlogged=false": { - "model": "create:block/placard", - "x": 180, - "y": 180 - }, - "face=floor,facing=south,powered=true,waterlogged=false": { - "model": "create:block/placard", - "y": 180 - }, - "face=wall,facing=south,powered=true,waterlogged=false": { - "model": "create:block/placard", - "x": 90, - "y": 180 - }, - "face=ceiling,facing=south,powered=true,waterlogged=false": { - "model": "create:block/placard", - "x": 180 - }, - "face=floor,facing=west,powered=true,waterlogged=false": { - "model": "create:block/placard", - "y": 270 - }, - "face=wall,facing=west,powered=true,waterlogged=false": { - "model": "create:block/placard", - "x": 90, - "y": 270 - }, - "face=ceiling,facing=west,powered=true,waterlogged=false": { - "model": "create:block/placard", - "x": 180, "y": 90 }, "face=floor,facing=east,powered=true,waterlogged=false": { "model": "create:block/placard", "y": 90 }, - "face=wall,facing=east,powered=true,waterlogged=false": { + "face=floor,facing=east,powered=true,waterlogged=true": { "model": "create:block/placard", - "x": 90, "y": 90 }, - "face=ceiling,facing=east,powered=true,waterlogged=false": { - "model": "create:block/placard", - "x": 180, - "y": 270 + "face=floor,facing=north,powered=false,waterlogged=false": { + "model": "create:block/placard" }, "face=floor,facing=north,powered=false,waterlogged=true": { "model": "create:block/placard" }, - "face=wall,facing=north,powered=false,waterlogged=true": { - "model": "create:block/placard", - "x": 90 + "face=floor,facing=north,powered=true,waterlogged=false": { + "model": "create:block/placard" }, - "face=ceiling,facing=north,powered=false,waterlogged=true": { + "face=floor,facing=north,powered=true,waterlogged=true": { + "model": "create:block/placard" + }, + "face=floor,facing=south,powered=false,waterlogged=false": { "model": "create:block/placard", - "x": 180, "y": 180 }, "face=floor,facing=south,powered=false,waterlogged=true": { "model": "create:block/placard", "y": 180 }, - "face=wall,facing=south,powered=false,waterlogged=true": { + "face=floor,facing=south,powered=true,waterlogged=false": { "model": "create:block/placard", - "x": 90, "y": 180 }, - "face=ceiling,facing=south,powered=false,waterlogged=true": { + "face=floor,facing=south,powered=true,waterlogged=true": { "model": "create:block/placard", - "x": 180 + "y": 180 + }, + "face=floor,facing=west,powered=false,waterlogged=false": { + "model": "create:block/placard", + "y": 270 }, "face=floor,facing=west,powered=false,waterlogged=true": { "model": "create:block/placard", "y": 270 }, - "face=wall,facing=west,powered=false,waterlogged=true": { + "face=floor,facing=west,powered=true,waterlogged=false": { "model": "create:block/placard", - "x": 90, "y": 270 }, - "face=ceiling,facing=west,powered=false,waterlogged=true": { + "face=floor,facing=west,powered=true,waterlogged=true": { "model": "create:block/placard", - "x": 180, - "y": 90 + "y": 270 }, - "face=floor,facing=east,powered=false,waterlogged=true": { + "face=wall,facing=east,powered=false,waterlogged=false": { "model": "create:block/placard", + "x": 90, "y": 90 }, "face=wall,facing=east,powered=false,waterlogged=true": { @@ -154,52 +146,9 @@ "x": 90, "y": 90 }, - "face=ceiling,facing=east,powered=false,waterlogged=true": { - "model": "create:block/placard", - "x": 180, - "y": 270 - }, - "face=floor,facing=north,powered=true,waterlogged=true": { - "model": "create:block/placard" - }, - "face=wall,facing=north,powered=true,waterlogged=true": { - "model": "create:block/placard", - "x": 90 - }, - "face=ceiling,facing=north,powered=true,waterlogged=true": { - "model": "create:block/placard", - "x": 180, - "y": 180 - }, - "face=floor,facing=south,powered=true,waterlogged=true": { - "model": "create:block/placard", - "y": 180 - }, - "face=wall,facing=south,powered=true,waterlogged=true": { + "face=wall,facing=east,powered=true,waterlogged=false": { "model": "create:block/placard", "x": 90, - "y": 180 - }, - "face=ceiling,facing=south,powered=true,waterlogged=true": { - "model": "create:block/placard", - "x": 180 - }, - "face=floor,facing=west,powered=true,waterlogged=true": { - "model": "create:block/placard", - "y": 270 - }, - "face=wall,facing=west,powered=true,waterlogged=true": { - "model": "create:block/placard", - "x": 90, - "y": 270 - }, - "face=ceiling,facing=west,powered=true,waterlogged=true": { - "model": "create:block/placard", - "x": 180, - "y": 90 - }, - "face=floor,facing=east,powered=true,waterlogged=true": { - "model": "create:block/placard", "y": 90 }, "face=wall,facing=east,powered=true,waterlogged=true": { @@ -207,9 +156,60 @@ "x": 90, "y": 90 }, - "face=ceiling,facing=east,powered=true,waterlogged=true": { + "face=wall,facing=north,powered=false,waterlogged=false": { "model": "create:block/placard", - "x": 180, + "x": 90 + }, + "face=wall,facing=north,powered=false,waterlogged=true": { + "model": "create:block/placard", + "x": 90 + }, + "face=wall,facing=north,powered=true,waterlogged=false": { + "model": "create:block/placard", + "x": 90 + }, + "face=wall,facing=north,powered=true,waterlogged=true": { + "model": "create:block/placard", + "x": 90 + }, + "face=wall,facing=south,powered=false,waterlogged=false": { + "model": "create:block/placard", + "x": 90, + "y": 180 + }, + "face=wall,facing=south,powered=false,waterlogged=true": { + "model": "create:block/placard", + "x": 90, + "y": 180 + }, + "face=wall,facing=south,powered=true,waterlogged=false": { + "model": "create:block/placard", + "x": 90, + "y": 180 + }, + "face=wall,facing=south,powered=true,waterlogged=true": { + "model": "create:block/placard", + "x": 90, + "y": 180 + }, + "face=wall,facing=west,powered=false,waterlogged=false": { + "model": "create:block/placard", + "x": 90, + "y": 270 + }, + "face=wall,facing=west,powered=false,waterlogged=true": { + "model": "create:block/placard", + "x": 90, + "y": 270 + }, + "face=wall,facing=west,powered=true,waterlogged=false": { + "model": "create:block/placard", + "x": 90, + "y": 270 + }, + "face=wall,facing=west,powered=true,waterlogged=true": { + "model": "create:block/placard", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_andesite_slab.json b/src/generated/resources/assets/create/blockstates/polished_cut_andesite_slab.json index 47da051fa1..140b3cea45 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_andesite_slab.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_andesite_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/polished_cut_andesite_slab_top" - }, "type=bottom": { "model": "create:block/polished_cut_andesite_slab" }, "type=double": { "model": "create:block/polished_cut_andesite_slab_double" + }, + "type=top": { + "model": "create:block/polished_cut_andesite_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_andesite_stairs.json b/src/generated/resources/assets/create/blockstates/polished_cut_andesite_stairs.json index ea3f5863ba..1a7e59c432 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_andesite_stairs.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_andesite_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/polished_cut_andesite_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/polished_cut_andesite_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/polished_cut_andesite_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/polished_cut_andesite_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/polished_cut_andesite_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/polished_cut_andesite_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/polished_cut_andesite_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/polished_cut_andesite_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/polished_cut_andesite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/polished_cut_andesite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/polished_cut_andesite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/polished_cut_andesite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_andesite_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_andesite_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_andesite_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/polished_cut_andesite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/polished_cut_andesite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/polished_cut_andesite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/polished_cut_andesite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/polished_cut_andesite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_andesite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_andesite_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_andesite_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/polished_cut_andesite_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_andesite_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/polished_cut_andesite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_andesite_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/polished_cut_andesite_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/polished_cut_andesite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/polished_cut_andesite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/polished_cut_andesite_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/polished_cut_andesite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/polished_cut_andesite_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/polished_cut_andesite_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_andesite_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_andesite_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_andesite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_andesite_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/polished_cut_andesite_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/polished_cut_andesite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/polished_cut_andesite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/polished_cut_andesite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/polished_cut_andesite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/polished_cut_andesite_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_andesite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_andesite_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_andesite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_andesite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/polished_cut_andesite_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/polished_cut_andesite_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/polished_cut_andesite_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/polished_cut_andesite_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/polished_cut_andesite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/polished_cut_andesite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/polished_cut_andesite_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/polished_cut_andesite_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/polished_cut_andesite_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/polished_cut_andesite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_andesite_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_andesite_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_andesite_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_andesite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_andesite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_andesite_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/polished_cut_andesite_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/polished_cut_andesite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/polished_cut_andesite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/polished_cut_andesite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/polished_cut_andesite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/polished_cut_andesite_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_andesite_wall.json b/src/generated/resources/assets/create/blockstates/polished_cut_andesite_wall.json index 574f4f0bb1..1ad5d01673 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_andesite_wall.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_andesite_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/polished_cut_andesite_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/polished_cut_andesite_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/polished_cut_andesite_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_andesite_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/polished_cut_andesite_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_andesite_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/polished_cut_andesite_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_andesite_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/polished_cut_andesite_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_andesite_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/polished_cut_andesite_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_andesite_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/polished_cut_andesite_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/polished_cut_andesite_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/polished_cut_andesite_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_asurine_slab.json b/src/generated/resources/assets/create/blockstates/polished_cut_asurine_slab.json index a11f592919..0545eb7645 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_asurine_slab.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_asurine_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/polished_cut_asurine_slab_top" - }, "type=bottom": { "model": "create:block/polished_cut_asurine_slab" }, "type=double": { "model": "create:block/polished_cut_asurine_slab_double" + }, + "type=top": { + "model": "create:block/polished_cut_asurine_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_asurine_stairs.json b/src/generated/resources/assets/create/blockstates/polished_cut_asurine_stairs.json index 6907bf58b3..84b0cad475 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_asurine_stairs.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_asurine_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/polished_cut_asurine_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/polished_cut_asurine_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/polished_cut_asurine_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/polished_cut_asurine_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/polished_cut_asurine_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/polished_cut_asurine_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/polished_cut_asurine_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/polished_cut_asurine_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/polished_cut_asurine_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/polished_cut_asurine_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/polished_cut_asurine_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/polished_cut_asurine_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_asurine_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_asurine_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_asurine_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/polished_cut_asurine_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/polished_cut_asurine_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/polished_cut_asurine_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/polished_cut_asurine_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/polished_cut_asurine_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_asurine_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_asurine_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_asurine_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/polished_cut_asurine_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_asurine_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/polished_cut_asurine_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_asurine_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/polished_cut_asurine_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/polished_cut_asurine_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/polished_cut_asurine_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/polished_cut_asurine_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/polished_cut_asurine_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/polished_cut_asurine_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/polished_cut_asurine_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_asurine_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_asurine_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_asurine_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_asurine_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/polished_cut_asurine_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/polished_cut_asurine_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/polished_cut_asurine_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/polished_cut_asurine_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/polished_cut_asurine_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/polished_cut_asurine_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_asurine_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_asurine_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_asurine_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_asurine_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/polished_cut_asurine_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/polished_cut_asurine_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/polished_cut_asurine_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/polished_cut_asurine_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/polished_cut_asurine_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/polished_cut_asurine_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/polished_cut_asurine_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/polished_cut_asurine_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/polished_cut_asurine_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/polished_cut_asurine_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_asurine_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_asurine_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_asurine_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_asurine_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_asurine_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_asurine_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/polished_cut_asurine_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/polished_cut_asurine_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/polished_cut_asurine_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/polished_cut_asurine_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/polished_cut_asurine_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/polished_cut_asurine_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_asurine_wall.json b/src/generated/resources/assets/create/blockstates/polished_cut_asurine_wall.json index 1d091adc82..6c444b4833 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_asurine_wall.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_asurine_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/polished_cut_asurine_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/polished_cut_asurine_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/polished_cut_asurine_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_asurine_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/polished_cut_asurine_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_asurine_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/polished_cut_asurine_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_asurine_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/polished_cut_asurine_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_asurine_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/polished_cut_asurine_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_asurine_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/polished_cut_asurine_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/polished_cut_asurine_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/polished_cut_asurine_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_calcite_slab.json b/src/generated/resources/assets/create/blockstates/polished_cut_calcite_slab.json index fb17a9d9f3..4b19d00595 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_calcite_slab.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_calcite_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/polished_cut_calcite_slab_top" - }, "type=bottom": { "model": "create:block/polished_cut_calcite_slab" }, "type=double": { "model": "create:block/polished_cut_calcite_slab_double" + }, + "type=top": { + "model": "create:block/polished_cut_calcite_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_calcite_stairs.json b/src/generated/resources/assets/create/blockstates/polished_cut_calcite_stairs.json index d9e669f82b..24989a6402 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_calcite_stairs.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_calcite_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/polished_cut_calcite_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/polished_cut_calcite_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/polished_cut_calcite_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/polished_cut_calcite_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/polished_cut_calcite_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/polished_cut_calcite_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/polished_cut_calcite_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/polished_cut_calcite_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/polished_cut_calcite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/polished_cut_calcite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/polished_cut_calcite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/polished_cut_calcite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_calcite_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_calcite_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_calcite_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/polished_cut_calcite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/polished_cut_calcite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/polished_cut_calcite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/polished_cut_calcite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/polished_cut_calcite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_calcite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_calcite_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_calcite_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/polished_cut_calcite_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_calcite_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/polished_cut_calcite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_calcite_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/polished_cut_calcite_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/polished_cut_calcite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/polished_cut_calcite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/polished_cut_calcite_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/polished_cut_calcite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/polished_cut_calcite_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/polished_cut_calcite_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_calcite_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_calcite_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_calcite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_calcite_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/polished_cut_calcite_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/polished_cut_calcite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/polished_cut_calcite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/polished_cut_calcite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/polished_cut_calcite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/polished_cut_calcite_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_calcite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_calcite_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_calcite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_calcite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/polished_cut_calcite_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/polished_cut_calcite_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/polished_cut_calcite_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/polished_cut_calcite_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/polished_cut_calcite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/polished_cut_calcite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/polished_cut_calcite_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/polished_cut_calcite_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/polished_cut_calcite_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/polished_cut_calcite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_calcite_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_calcite_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_calcite_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_calcite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_calcite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_calcite_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/polished_cut_calcite_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/polished_cut_calcite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/polished_cut_calcite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/polished_cut_calcite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/polished_cut_calcite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/polished_cut_calcite_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_calcite_wall.json b/src/generated/resources/assets/create/blockstates/polished_cut_calcite_wall.json index 1b438f8cc9..b309559224 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_calcite_wall.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_calcite_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/polished_cut_calcite_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/polished_cut_calcite_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/polished_cut_calcite_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_calcite_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/polished_cut_calcite_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_calcite_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/polished_cut_calcite_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_calcite_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/polished_cut_calcite_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_calcite_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/polished_cut_calcite_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_calcite_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/polished_cut_calcite_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/polished_cut_calcite_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/polished_cut_calcite_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_crimsite_slab.json b/src/generated/resources/assets/create/blockstates/polished_cut_crimsite_slab.json index 84a1ecbadc..82ee41b5c4 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_crimsite_slab.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_crimsite_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/polished_cut_crimsite_slab_top" - }, "type=bottom": { "model": "create:block/polished_cut_crimsite_slab" }, "type=double": { "model": "create:block/polished_cut_crimsite_slab_double" + }, + "type=top": { + "model": "create:block/polished_cut_crimsite_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_crimsite_stairs.json b/src/generated/resources/assets/create/blockstates/polished_cut_crimsite_stairs.json index fee902687f..2784fc43e9 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_crimsite_stairs.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_crimsite_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/polished_cut_crimsite_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/polished_cut_crimsite_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/polished_cut_crimsite_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/polished_cut_crimsite_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/polished_cut_crimsite_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/polished_cut_crimsite_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/polished_cut_crimsite_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/polished_cut_crimsite_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/polished_cut_crimsite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/polished_cut_crimsite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/polished_cut_crimsite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/polished_cut_crimsite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_crimsite_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_crimsite_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_crimsite_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/polished_cut_crimsite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/polished_cut_crimsite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/polished_cut_crimsite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/polished_cut_crimsite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/polished_cut_crimsite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_crimsite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_crimsite_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_crimsite_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/polished_cut_crimsite_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_crimsite_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/polished_cut_crimsite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_crimsite_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/polished_cut_crimsite_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/polished_cut_crimsite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/polished_cut_crimsite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/polished_cut_crimsite_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/polished_cut_crimsite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/polished_cut_crimsite_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/polished_cut_crimsite_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_crimsite_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_crimsite_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_crimsite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_crimsite_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/polished_cut_crimsite_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/polished_cut_crimsite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/polished_cut_crimsite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/polished_cut_crimsite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/polished_cut_crimsite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/polished_cut_crimsite_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_crimsite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_crimsite_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_crimsite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_crimsite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/polished_cut_crimsite_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/polished_cut_crimsite_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/polished_cut_crimsite_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/polished_cut_crimsite_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/polished_cut_crimsite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/polished_cut_crimsite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/polished_cut_crimsite_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/polished_cut_crimsite_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/polished_cut_crimsite_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/polished_cut_crimsite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_crimsite_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_crimsite_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_crimsite_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_crimsite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_crimsite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_crimsite_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/polished_cut_crimsite_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/polished_cut_crimsite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/polished_cut_crimsite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/polished_cut_crimsite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/polished_cut_crimsite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/polished_cut_crimsite_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_crimsite_wall.json b/src/generated/resources/assets/create/blockstates/polished_cut_crimsite_wall.json index 56d935fe86..1ee0578e4e 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_crimsite_wall.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_crimsite_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/polished_cut_crimsite_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/polished_cut_crimsite_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/polished_cut_crimsite_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_crimsite_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/polished_cut_crimsite_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_crimsite_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/polished_cut_crimsite_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_crimsite_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/polished_cut_crimsite_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_crimsite_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/polished_cut_crimsite_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_crimsite_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/polished_cut_crimsite_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/polished_cut_crimsite_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/polished_cut_crimsite_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_deepslate_slab.json b/src/generated/resources/assets/create/blockstates/polished_cut_deepslate_slab.json index 2a21998f73..06409df01d 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_deepslate_slab.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_deepslate_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/polished_cut_deepslate_slab_top" - }, "type=bottom": { "model": "create:block/polished_cut_deepslate_slab" }, "type=double": { "model": "create:block/polished_cut_deepslate_slab_double" + }, + "type=top": { + "model": "create:block/polished_cut_deepslate_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_deepslate_stairs.json b/src/generated/resources/assets/create/blockstates/polished_cut_deepslate_stairs.json index 3bdfb153a8..1965daca9f 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_deepslate_stairs.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_deepslate_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/polished_cut_deepslate_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/polished_cut_deepslate_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/polished_cut_deepslate_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/polished_cut_deepslate_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/polished_cut_deepslate_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/polished_cut_deepslate_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/polished_cut_deepslate_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/polished_cut_deepslate_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/polished_cut_deepslate_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/polished_cut_deepslate_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/polished_cut_deepslate_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/polished_cut_deepslate_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_deepslate_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_deepslate_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_deepslate_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/polished_cut_deepslate_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/polished_cut_deepslate_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/polished_cut_deepslate_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/polished_cut_deepslate_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/polished_cut_deepslate_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_deepslate_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_deepslate_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_deepslate_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/polished_cut_deepslate_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_deepslate_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/polished_cut_deepslate_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_deepslate_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/polished_cut_deepslate_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/polished_cut_deepslate_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/polished_cut_deepslate_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/polished_cut_deepslate_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/polished_cut_deepslate_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/polished_cut_deepslate_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/polished_cut_deepslate_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_deepslate_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_deepslate_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_deepslate_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_deepslate_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/polished_cut_deepslate_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/polished_cut_deepslate_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/polished_cut_deepslate_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/polished_cut_deepslate_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/polished_cut_deepslate_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/polished_cut_deepslate_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_deepslate_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_deepslate_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_deepslate_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_deepslate_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/polished_cut_deepslate_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/polished_cut_deepslate_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/polished_cut_deepslate_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/polished_cut_deepslate_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/polished_cut_deepslate_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/polished_cut_deepslate_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/polished_cut_deepslate_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/polished_cut_deepslate_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/polished_cut_deepslate_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/polished_cut_deepslate_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_deepslate_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_deepslate_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_deepslate_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_deepslate_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_deepslate_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_deepslate_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/polished_cut_deepslate_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/polished_cut_deepslate_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/polished_cut_deepslate_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/polished_cut_deepslate_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/polished_cut_deepslate_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/polished_cut_deepslate_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_deepslate_wall.json b/src/generated/resources/assets/create/blockstates/polished_cut_deepslate_wall.json index 204a9b921e..1dd16cebda 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_deepslate_wall.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_deepslate_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/polished_cut_deepslate_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/polished_cut_deepslate_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/polished_cut_deepslate_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_deepslate_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/polished_cut_deepslate_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_deepslate_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/polished_cut_deepslate_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_deepslate_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/polished_cut_deepslate_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_deepslate_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/polished_cut_deepslate_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_deepslate_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/polished_cut_deepslate_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/polished_cut_deepslate_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/polished_cut_deepslate_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_diorite_slab.json b/src/generated/resources/assets/create/blockstates/polished_cut_diorite_slab.json index 0268a4a9e8..310c915f11 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_diorite_slab.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_diorite_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/polished_cut_diorite_slab_top" - }, "type=bottom": { "model": "create:block/polished_cut_diorite_slab" }, "type=double": { "model": "create:block/polished_cut_diorite_slab_double" + }, + "type=top": { + "model": "create:block/polished_cut_diorite_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_diorite_stairs.json b/src/generated/resources/assets/create/blockstates/polished_cut_diorite_stairs.json index 40f3d0e7cb..bc05a36885 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_diorite_stairs.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_diorite_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/polished_cut_diorite_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/polished_cut_diorite_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/polished_cut_diorite_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/polished_cut_diorite_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/polished_cut_diorite_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/polished_cut_diorite_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/polished_cut_diorite_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/polished_cut_diorite_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/polished_cut_diorite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/polished_cut_diorite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/polished_cut_diorite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/polished_cut_diorite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_diorite_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_diorite_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_diorite_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/polished_cut_diorite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/polished_cut_diorite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/polished_cut_diorite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/polished_cut_diorite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/polished_cut_diorite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_diorite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_diorite_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_diorite_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/polished_cut_diorite_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_diorite_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/polished_cut_diorite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_diorite_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/polished_cut_diorite_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/polished_cut_diorite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/polished_cut_diorite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/polished_cut_diorite_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/polished_cut_diorite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/polished_cut_diorite_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/polished_cut_diorite_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_diorite_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_diorite_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_diorite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_diorite_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/polished_cut_diorite_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/polished_cut_diorite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/polished_cut_diorite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/polished_cut_diorite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/polished_cut_diorite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/polished_cut_diorite_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_diorite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_diorite_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_diorite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_diorite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/polished_cut_diorite_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/polished_cut_diorite_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/polished_cut_diorite_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/polished_cut_diorite_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/polished_cut_diorite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/polished_cut_diorite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/polished_cut_diorite_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/polished_cut_diorite_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/polished_cut_diorite_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/polished_cut_diorite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_diorite_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_diorite_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_diorite_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_diorite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_diorite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_diorite_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/polished_cut_diorite_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/polished_cut_diorite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/polished_cut_diorite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/polished_cut_diorite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/polished_cut_diorite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/polished_cut_diorite_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_diorite_wall.json b/src/generated/resources/assets/create/blockstates/polished_cut_diorite_wall.json index a912eba054..81fb715bd7 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_diorite_wall.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_diorite_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/polished_cut_diorite_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/polished_cut_diorite_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/polished_cut_diorite_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_diorite_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/polished_cut_diorite_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_diorite_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/polished_cut_diorite_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_diorite_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/polished_cut_diorite_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_diorite_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/polished_cut_diorite_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_diorite_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/polished_cut_diorite_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/polished_cut_diorite_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/polished_cut_diorite_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_dripstone_slab.json b/src/generated/resources/assets/create/blockstates/polished_cut_dripstone_slab.json index d60a88ad3a..b14be93201 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_dripstone_slab.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_dripstone_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/polished_cut_dripstone_slab_top" - }, "type=bottom": { "model": "create:block/polished_cut_dripstone_slab" }, "type=double": { "model": "create:block/polished_cut_dripstone_slab_double" + }, + "type=top": { + "model": "create:block/polished_cut_dripstone_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_dripstone_stairs.json b/src/generated/resources/assets/create/blockstates/polished_cut_dripstone_stairs.json index fb82eca475..ba7d98d82d 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_dripstone_stairs.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_dripstone_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/polished_cut_dripstone_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/polished_cut_dripstone_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/polished_cut_dripstone_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/polished_cut_dripstone_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/polished_cut_dripstone_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/polished_cut_dripstone_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/polished_cut_dripstone_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/polished_cut_dripstone_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/polished_cut_dripstone_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/polished_cut_dripstone_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/polished_cut_dripstone_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/polished_cut_dripstone_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_dripstone_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_dripstone_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_dripstone_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/polished_cut_dripstone_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/polished_cut_dripstone_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/polished_cut_dripstone_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/polished_cut_dripstone_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/polished_cut_dripstone_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_dripstone_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_dripstone_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_dripstone_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/polished_cut_dripstone_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_dripstone_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/polished_cut_dripstone_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_dripstone_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/polished_cut_dripstone_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/polished_cut_dripstone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/polished_cut_dripstone_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/polished_cut_dripstone_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/polished_cut_dripstone_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/polished_cut_dripstone_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/polished_cut_dripstone_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_dripstone_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_dripstone_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_dripstone_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_dripstone_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/polished_cut_dripstone_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/polished_cut_dripstone_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/polished_cut_dripstone_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/polished_cut_dripstone_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/polished_cut_dripstone_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/polished_cut_dripstone_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_dripstone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_dripstone_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_dripstone_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_dripstone_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/polished_cut_dripstone_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/polished_cut_dripstone_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/polished_cut_dripstone_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/polished_cut_dripstone_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/polished_cut_dripstone_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/polished_cut_dripstone_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/polished_cut_dripstone_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/polished_cut_dripstone_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/polished_cut_dripstone_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/polished_cut_dripstone_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_dripstone_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_dripstone_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_dripstone_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_dripstone_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_dripstone_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_dripstone_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/polished_cut_dripstone_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/polished_cut_dripstone_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/polished_cut_dripstone_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/polished_cut_dripstone_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/polished_cut_dripstone_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/polished_cut_dripstone_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_dripstone_wall.json b/src/generated/resources/assets/create/blockstates/polished_cut_dripstone_wall.json index cf21709017..63b2955311 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_dripstone_wall.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_dripstone_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/polished_cut_dripstone_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/polished_cut_dripstone_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/polished_cut_dripstone_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_dripstone_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/polished_cut_dripstone_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_dripstone_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/polished_cut_dripstone_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_dripstone_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/polished_cut_dripstone_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_dripstone_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/polished_cut_dripstone_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_dripstone_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/polished_cut_dripstone_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/polished_cut_dripstone_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/polished_cut_dripstone_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_granite_slab.json b/src/generated/resources/assets/create/blockstates/polished_cut_granite_slab.json index 4ea19ac405..a3e3464c65 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_granite_slab.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_granite_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/polished_cut_granite_slab_top" - }, "type=bottom": { "model": "create:block/polished_cut_granite_slab" }, "type=double": { "model": "create:block/polished_cut_granite_slab_double" + }, + "type=top": { + "model": "create:block/polished_cut_granite_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_granite_stairs.json b/src/generated/resources/assets/create/blockstates/polished_cut_granite_stairs.json index 1b93c9ff5a..26d0bf07ff 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_granite_stairs.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_granite_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/polished_cut_granite_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/polished_cut_granite_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/polished_cut_granite_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/polished_cut_granite_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/polished_cut_granite_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/polished_cut_granite_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/polished_cut_granite_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/polished_cut_granite_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/polished_cut_granite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/polished_cut_granite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/polished_cut_granite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/polished_cut_granite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_granite_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_granite_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_granite_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/polished_cut_granite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/polished_cut_granite_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/polished_cut_granite_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/polished_cut_granite_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/polished_cut_granite_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_granite_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_granite_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_granite_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/polished_cut_granite_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_granite_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/polished_cut_granite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_granite_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/polished_cut_granite_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/polished_cut_granite_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/polished_cut_granite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/polished_cut_granite_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/polished_cut_granite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/polished_cut_granite_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/polished_cut_granite_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_granite_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_granite_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_granite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_granite_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/polished_cut_granite_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/polished_cut_granite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/polished_cut_granite_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/polished_cut_granite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/polished_cut_granite_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/polished_cut_granite_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_granite_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_granite_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_granite_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_granite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/polished_cut_granite_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/polished_cut_granite_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/polished_cut_granite_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/polished_cut_granite_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/polished_cut_granite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/polished_cut_granite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/polished_cut_granite_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/polished_cut_granite_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/polished_cut_granite_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/polished_cut_granite_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_granite_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_granite_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_granite_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_granite_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_granite_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_granite_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/polished_cut_granite_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/polished_cut_granite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/polished_cut_granite_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/polished_cut_granite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/polished_cut_granite_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/polished_cut_granite_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_granite_wall.json b/src/generated/resources/assets/create/blockstates/polished_cut_granite_wall.json index bcab7bfa7e..73114fc837 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_granite_wall.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_granite_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/polished_cut_granite_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/polished_cut_granite_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/polished_cut_granite_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_granite_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/polished_cut_granite_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_granite_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/polished_cut_granite_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_granite_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/polished_cut_granite_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_granite_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/polished_cut_granite_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_granite_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/polished_cut_granite_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/polished_cut_granite_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/polished_cut_granite_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_limestone_slab.json b/src/generated/resources/assets/create/blockstates/polished_cut_limestone_slab.json index 1889000e40..070a0c58cc 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_limestone_slab.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_limestone_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/polished_cut_limestone_slab_top" - }, "type=bottom": { "model": "create:block/polished_cut_limestone_slab" }, "type=double": { "model": "create:block/polished_cut_limestone_slab_double" + }, + "type=top": { + "model": "create:block/polished_cut_limestone_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_limestone_stairs.json b/src/generated/resources/assets/create/blockstates/polished_cut_limestone_stairs.json index 06803d0139..f7723f3107 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_limestone_stairs.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_limestone_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/polished_cut_limestone_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/polished_cut_limestone_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/polished_cut_limestone_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/polished_cut_limestone_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/polished_cut_limestone_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/polished_cut_limestone_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/polished_cut_limestone_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/polished_cut_limestone_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/polished_cut_limestone_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/polished_cut_limestone_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/polished_cut_limestone_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/polished_cut_limestone_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_limestone_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_limestone_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_limestone_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/polished_cut_limestone_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/polished_cut_limestone_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/polished_cut_limestone_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/polished_cut_limestone_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/polished_cut_limestone_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_limestone_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_limestone_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_limestone_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/polished_cut_limestone_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_limestone_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/polished_cut_limestone_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_limestone_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/polished_cut_limestone_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/polished_cut_limestone_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/polished_cut_limestone_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/polished_cut_limestone_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/polished_cut_limestone_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/polished_cut_limestone_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/polished_cut_limestone_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_limestone_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_limestone_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_limestone_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_limestone_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/polished_cut_limestone_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/polished_cut_limestone_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/polished_cut_limestone_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/polished_cut_limestone_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/polished_cut_limestone_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/polished_cut_limestone_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_limestone_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_limestone_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_limestone_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_limestone_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/polished_cut_limestone_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/polished_cut_limestone_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/polished_cut_limestone_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/polished_cut_limestone_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/polished_cut_limestone_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/polished_cut_limestone_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/polished_cut_limestone_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/polished_cut_limestone_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/polished_cut_limestone_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/polished_cut_limestone_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_limestone_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_limestone_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_limestone_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_limestone_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_limestone_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_limestone_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/polished_cut_limestone_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/polished_cut_limestone_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/polished_cut_limestone_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/polished_cut_limestone_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/polished_cut_limestone_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/polished_cut_limestone_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_limestone_wall.json b/src/generated/resources/assets/create/blockstates/polished_cut_limestone_wall.json index 2465a70914..17a2b2203e 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_limestone_wall.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_limestone_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/polished_cut_limestone_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/polished_cut_limestone_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/polished_cut_limestone_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_limestone_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/polished_cut_limestone_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_limestone_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/polished_cut_limestone_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_limestone_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/polished_cut_limestone_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_limestone_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/polished_cut_limestone_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_limestone_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/polished_cut_limestone_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/polished_cut_limestone_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/polished_cut_limestone_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_ochrum_slab.json b/src/generated/resources/assets/create/blockstates/polished_cut_ochrum_slab.json index c8094a8daf..13b96049da 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_ochrum_slab.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_ochrum_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/polished_cut_ochrum_slab_top" - }, "type=bottom": { "model": "create:block/polished_cut_ochrum_slab" }, "type=double": { "model": "create:block/polished_cut_ochrum_slab_double" + }, + "type=top": { + "model": "create:block/polished_cut_ochrum_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_ochrum_stairs.json b/src/generated/resources/assets/create/blockstates/polished_cut_ochrum_stairs.json index afcf6dee49..db8e4e424d 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_ochrum_stairs.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_ochrum_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/polished_cut_ochrum_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/polished_cut_ochrum_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/polished_cut_ochrum_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/polished_cut_ochrum_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/polished_cut_ochrum_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/polished_cut_ochrum_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/polished_cut_ochrum_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/polished_cut_ochrum_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/polished_cut_ochrum_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/polished_cut_ochrum_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/polished_cut_ochrum_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/polished_cut_ochrum_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_ochrum_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_ochrum_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_ochrum_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/polished_cut_ochrum_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/polished_cut_ochrum_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/polished_cut_ochrum_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/polished_cut_ochrum_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/polished_cut_ochrum_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_ochrum_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_ochrum_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_ochrum_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/polished_cut_ochrum_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_ochrum_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/polished_cut_ochrum_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_ochrum_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/polished_cut_ochrum_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/polished_cut_ochrum_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/polished_cut_ochrum_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/polished_cut_ochrum_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/polished_cut_ochrum_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/polished_cut_ochrum_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/polished_cut_ochrum_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_ochrum_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_ochrum_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_ochrum_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_ochrum_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/polished_cut_ochrum_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/polished_cut_ochrum_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/polished_cut_ochrum_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/polished_cut_ochrum_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/polished_cut_ochrum_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/polished_cut_ochrum_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_ochrum_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_ochrum_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_ochrum_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_ochrum_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/polished_cut_ochrum_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/polished_cut_ochrum_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/polished_cut_ochrum_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/polished_cut_ochrum_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/polished_cut_ochrum_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/polished_cut_ochrum_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/polished_cut_ochrum_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/polished_cut_ochrum_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/polished_cut_ochrum_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/polished_cut_ochrum_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_ochrum_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_ochrum_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_ochrum_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_ochrum_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_ochrum_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_ochrum_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/polished_cut_ochrum_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/polished_cut_ochrum_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/polished_cut_ochrum_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/polished_cut_ochrum_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/polished_cut_ochrum_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/polished_cut_ochrum_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_ochrum_wall.json b/src/generated/resources/assets/create/blockstates/polished_cut_ochrum_wall.json index 1edcf94c0a..8e980e59bd 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_ochrum_wall.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_ochrum_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/polished_cut_ochrum_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/polished_cut_ochrum_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/polished_cut_ochrum_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_ochrum_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/polished_cut_ochrum_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_ochrum_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/polished_cut_ochrum_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_ochrum_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/polished_cut_ochrum_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_ochrum_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/polished_cut_ochrum_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_ochrum_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/polished_cut_ochrum_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/polished_cut_ochrum_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/polished_cut_ochrum_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_scorchia_slab.json b/src/generated/resources/assets/create/blockstates/polished_cut_scorchia_slab.json index e9d681405a..f56f030444 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_scorchia_slab.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_scorchia_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/polished_cut_scorchia_slab_top" - }, "type=bottom": { "model": "create:block/polished_cut_scorchia_slab" }, "type=double": { "model": "create:block/polished_cut_scorchia_slab_double" + }, + "type=top": { + "model": "create:block/polished_cut_scorchia_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_scorchia_stairs.json b/src/generated/resources/assets/create/blockstates/polished_cut_scorchia_stairs.json index 9947a96dad..f6a3da81f8 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_scorchia_stairs.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_scorchia_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/polished_cut_scorchia_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/polished_cut_scorchia_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/polished_cut_scorchia_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/polished_cut_scorchia_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/polished_cut_scorchia_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/polished_cut_scorchia_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/polished_cut_scorchia_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/polished_cut_scorchia_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/polished_cut_scorchia_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/polished_cut_scorchia_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/polished_cut_scorchia_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/polished_cut_scorchia_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_scorchia_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_scorchia_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_scorchia_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/polished_cut_scorchia_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/polished_cut_scorchia_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/polished_cut_scorchia_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/polished_cut_scorchia_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/polished_cut_scorchia_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_scorchia_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_scorchia_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_scorchia_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/polished_cut_scorchia_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_scorchia_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/polished_cut_scorchia_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_scorchia_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/polished_cut_scorchia_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/polished_cut_scorchia_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/polished_cut_scorchia_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/polished_cut_scorchia_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/polished_cut_scorchia_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/polished_cut_scorchia_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/polished_cut_scorchia_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_scorchia_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_scorchia_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_scorchia_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_scorchia_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/polished_cut_scorchia_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/polished_cut_scorchia_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/polished_cut_scorchia_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/polished_cut_scorchia_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/polished_cut_scorchia_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/polished_cut_scorchia_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_scorchia_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_scorchia_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_scorchia_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_scorchia_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/polished_cut_scorchia_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/polished_cut_scorchia_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/polished_cut_scorchia_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/polished_cut_scorchia_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/polished_cut_scorchia_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/polished_cut_scorchia_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/polished_cut_scorchia_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/polished_cut_scorchia_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/polished_cut_scorchia_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/polished_cut_scorchia_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_scorchia_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_scorchia_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_scorchia_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_scorchia_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_scorchia_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_scorchia_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/polished_cut_scorchia_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/polished_cut_scorchia_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/polished_cut_scorchia_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/polished_cut_scorchia_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/polished_cut_scorchia_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/polished_cut_scorchia_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_scorchia_wall.json b/src/generated/resources/assets/create/blockstates/polished_cut_scorchia_wall.json index a13ab5a869..d7b90b569e 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_scorchia_wall.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_scorchia_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/polished_cut_scorchia_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/polished_cut_scorchia_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/polished_cut_scorchia_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_scorchia_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/polished_cut_scorchia_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_scorchia_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/polished_cut_scorchia_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_scorchia_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/polished_cut_scorchia_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_scorchia_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/polished_cut_scorchia_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_scorchia_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/polished_cut_scorchia_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/polished_cut_scorchia_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/polished_cut_scorchia_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_scoria_slab.json b/src/generated/resources/assets/create/blockstates/polished_cut_scoria_slab.json index 4006376d66..f06f48f1cb 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_scoria_slab.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_scoria_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/polished_cut_scoria_slab_top" - }, "type=bottom": { "model": "create:block/polished_cut_scoria_slab" }, "type=double": { "model": "create:block/polished_cut_scoria_slab_double" + }, + "type=top": { + "model": "create:block/polished_cut_scoria_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_scoria_stairs.json b/src/generated/resources/assets/create/blockstates/polished_cut_scoria_stairs.json index 0087fc42c5..16b79e8707 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_scoria_stairs.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_scoria_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/polished_cut_scoria_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/polished_cut_scoria_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/polished_cut_scoria_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/polished_cut_scoria_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/polished_cut_scoria_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/polished_cut_scoria_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/polished_cut_scoria_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/polished_cut_scoria_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/polished_cut_scoria_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/polished_cut_scoria_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/polished_cut_scoria_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/polished_cut_scoria_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_scoria_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_scoria_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_scoria_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/polished_cut_scoria_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/polished_cut_scoria_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/polished_cut_scoria_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/polished_cut_scoria_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/polished_cut_scoria_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_scoria_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_scoria_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_scoria_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/polished_cut_scoria_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_scoria_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/polished_cut_scoria_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_scoria_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/polished_cut_scoria_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/polished_cut_scoria_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/polished_cut_scoria_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/polished_cut_scoria_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/polished_cut_scoria_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/polished_cut_scoria_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/polished_cut_scoria_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_scoria_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_scoria_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_scoria_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_scoria_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/polished_cut_scoria_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/polished_cut_scoria_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/polished_cut_scoria_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/polished_cut_scoria_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/polished_cut_scoria_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/polished_cut_scoria_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_scoria_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_scoria_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_scoria_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_scoria_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/polished_cut_scoria_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/polished_cut_scoria_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/polished_cut_scoria_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/polished_cut_scoria_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/polished_cut_scoria_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/polished_cut_scoria_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/polished_cut_scoria_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/polished_cut_scoria_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/polished_cut_scoria_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/polished_cut_scoria_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_scoria_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_scoria_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_scoria_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_scoria_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_scoria_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_scoria_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/polished_cut_scoria_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/polished_cut_scoria_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/polished_cut_scoria_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/polished_cut_scoria_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/polished_cut_scoria_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/polished_cut_scoria_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_scoria_wall.json b/src/generated/resources/assets/create/blockstates/polished_cut_scoria_wall.json index ce8ed46e17..26392ad528 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_scoria_wall.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_scoria_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/polished_cut_scoria_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/polished_cut_scoria_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/polished_cut_scoria_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_scoria_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/polished_cut_scoria_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_scoria_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/polished_cut_scoria_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_scoria_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/polished_cut_scoria_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_scoria_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/polished_cut_scoria_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_scoria_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/polished_cut_scoria_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/polished_cut_scoria_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/polished_cut_scoria_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_tuff_slab.json b/src/generated/resources/assets/create/blockstates/polished_cut_tuff_slab.json index c23ce2659e..e6d98d2c4c 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_tuff_slab.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_tuff_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/polished_cut_tuff_slab_top" - }, "type=bottom": { "model": "create:block/polished_cut_tuff_slab" }, "type=double": { "model": "create:block/polished_cut_tuff_slab_double" + }, + "type=top": { + "model": "create:block/polished_cut_tuff_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_tuff_stairs.json b/src/generated/resources/assets/create/blockstates/polished_cut_tuff_stairs.json index 6af76a683c..bd9ca0a713 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_tuff_stairs.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_tuff_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/polished_cut_tuff_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/polished_cut_tuff_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/polished_cut_tuff_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/polished_cut_tuff_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/polished_cut_tuff_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/polished_cut_tuff_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/polished_cut_tuff_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/polished_cut_tuff_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/polished_cut_tuff_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/polished_cut_tuff_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/polished_cut_tuff_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/polished_cut_tuff_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_tuff_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_tuff_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_tuff_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/polished_cut_tuff_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/polished_cut_tuff_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/polished_cut_tuff_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/polished_cut_tuff_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/polished_cut_tuff_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_tuff_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_tuff_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_tuff_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/polished_cut_tuff_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_tuff_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/polished_cut_tuff_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_tuff_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/polished_cut_tuff_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/polished_cut_tuff_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/polished_cut_tuff_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/polished_cut_tuff_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/polished_cut_tuff_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/polished_cut_tuff_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/polished_cut_tuff_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_tuff_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_tuff_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_tuff_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_tuff_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/polished_cut_tuff_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/polished_cut_tuff_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/polished_cut_tuff_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/polished_cut_tuff_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/polished_cut_tuff_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/polished_cut_tuff_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_tuff_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_tuff_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_tuff_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_tuff_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/polished_cut_tuff_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/polished_cut_tuff_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/polished_cut_tuff_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/polished_cut_tuff_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/polished_cut_tuff_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/polished_cut_tuff_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/polished_cut_tuff_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/polished_cut_tuff_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/polished_cut_tuff_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/polished_cut_tuff_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_tuff_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_tuff_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_tuff_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_tuff_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_tuff_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_tuff_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/polished_cut_tuff_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/polished_cut_tuff_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/polished_cut_tuff_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/polished_cut_tuff_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/polished_cut_tuff_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/polished_cut_tuff_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_tuff_wall.json b/src/generated/resources/assets/create/blockstates/polished_cut_tuff_wall.json index 66f6cacfd2..3ffb186566 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_tuff_wall.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_tuff_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/polished_cut_tuff_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/polished_cut_tuff_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/polished_cut_tuff_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_tuff_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/polished_cut_tuff_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_tuff_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/polished_cut_tuff_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_tuff_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/polished_cut_tuff_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_tuff_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/polished_cut_tuff_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_tuff_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/polished_cut_tuff_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/polished_cut_tuff_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/polished_cut_tuff_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_veridium_slab.json b/src/generated/resources/assets/create/blockstates/polished_cut_veridium_slab.json index 7cc69290a5..7a52dc62f9 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_veridium_slab.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_veridium_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/polished_cut_veridium_slab_top" - }, "type=bottom": { "model": "create:block/polished_cut_veridium_slab" }, "type=double": { "model": "create:block/polished_cut_veridium_slab_double" + }, + "type=top": { + "model": "create:block/polished_cut_veridium_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_veridium_stairs.json b/src/generated/resources/assets/create/blockstates/polished_cut_veridium_stairs.json index 6c902bec35..678f2c60eb 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_veridium_stairs.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_veridium_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/polished_cut_veridium_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/polished_cut_veridium_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/polished_cut_veridium_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/polished_cut_veridium_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/polished_cut_veridium_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/polished_cut_veridium_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/polished_cut_veridium_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/polished_cut_veridium_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/polished_cut_veridium_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/polished_cut_veridium_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/polished_cut_veridium_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/polished_cut_veridium_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_veridium_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_veridium_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/polished_cut_veridium_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/polished_cut_veridium_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/polished_cut_veridium_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/polished_cut_veridium_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/polished_cut_veridium_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/polished_cut_veridium_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_veridium_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_veridium_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/polished_cut_veridium_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/polished_cut_veridium_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_veridium_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/polished_cut_veridium_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_veridium_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/polished_cut_veridium_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/polished_cut_veridium_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/polished_cut_veridium_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/polished_cut_veridium_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/polished_cut_veridium_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/polished_cut_veridium_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/polished_cut_veridium_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_veridium_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_veridium_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_veridium_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/polished_cut_veridium_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/polished_cut_veridium_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/polished_cut_veridium_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/polished_cut_veridium_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/polished_cut_veridium_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/polished_cut_veridium_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/polished_cut_veridium_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_veridium_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_veridium_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_veridium_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_veridium_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/polished_cut_veridium_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/polished_cut_veridium_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/polished_cut_veridium_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/polished_cut_veridium_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/polished_cut_veridium_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/polished_cut_veridium_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/polished_cut_veridium_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/polished_cut_veridium_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/polished_cut_veridium_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/polished_cut_veridium_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/polished_cut_veridium_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_veridium_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/polished_cut_veridium_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/polished_cut_veridium_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/polished_cut_veridium_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/polished_cut_veridium_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/polished_cut_veridium_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/polished_cut_veridium_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/polished_cut_veridium_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/polished_cut_veridium_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/polished_cut_veridium_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/polished_cut_veridium_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/polished_cut_veridium_wall.json b/src/generated/resources/assets/create/blockstates/polished_cut_veridium_wall.json index f8bff59953..6f08ea9b81 100644 --- a/src/generated/resources/assets/create/blockstates/polished_cut_veridium_wall.json +++ b/src/generated/resources/assets/create/blockstates/polished_cut_veridium_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/polished_cut_veridium_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/polished_cut_veridium_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/polished_cut_veridium_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_veridium_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/polished_cut_veridium_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_veridium_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/polished_cut_veridium_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_veridium_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/polished_cut_veridium_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_veridium_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/polished_cut_veridium_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/polished_cut_veridium_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/polished_cut_veridium_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/polished_cut_veridium_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/polished_cut_veridium_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/portable_fluid_interface.json b/src/generated/resources/assets/create/blockstates/portable_fluid_interface.json index e231a5b5a8..4d06279200 100644 --- a/src/generated/resources/assets/create/blockstates/portable_fluid_interface.json +++ b/src/generated/resources/assets/create/blockstates/portable_fluid_interface.json @@ -4,8 +4,10 @@ "model": "create:block/portable_fluid_interface/block", "x": 180 }, - "facing=up": { - "model": "create:block/portable_fluid_interface/block" + "facing=east": { + "model": "create:block/portable_fluid_interface/block", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/portable_fluid_interface/block", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/portable_fluid_interface/block" + }, "facing=west": { "model": "create:block/portable_fluid_interface/block", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/portable_fluid_interface/block", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/portable_storage_interface.json b/src/generated/resources/assets/create/blockstates/portable_storage_interface.json index 331749529d..cb3912b1bd 100644 --- a/src/generated/resources/assets/create/blockstates/portable_storage_interface.json +++ b/src/generated/resources/assets/create/blockstates/portable_storage_interface.json @@ -4,8 +4,10 @@ "model": "create:block/portable_storage_interface/block", "x": 180 }, - "facing=up": { - "model": "create:block/portable_storage_interface/block" + "facing=east": { + "model": "create:block/portable_storage_interface/block", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/portable_storage_interface/block", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/portable_storage_interface/block" + }, "facing=west": { "model": "create:block/portable_storage_interface/block", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/portable_storage_interface/block", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/powered_latch.json b/src/generated/resources/assets/create/blockstates/powered_latch.json index 34fff0296e..f74d932fe3 100644 --- a/src/generated/resources/assets/create/blockstates/powered_latch.json +++ b/src/generated/resources/assets/create/blockstates/powered_latch.json @@ -1,124 +1,124 @@ { "variants": { - "facing=north,powered=false,powered_side=false,powering=false": { - "model": "create:block/powered_latch", - "y": 180 - }, - "facing=south,powered=false,powered_side=false,powering=false": { - "model": "create:block/powered_latch" - }, - "facing=west,powered=false,powered_side=false,powering=false": { - "model": "create:block/powered_latch", - "y": 90 - }, "facing=east,powered=false,powered_side=false,powering=false": { "model": "create:block/powered_latch", "y": 270 }, - "facing=north,powered=true,powered_side=false,powering=false": { - "model": "create:block/powered_latch", - "y": 180 - }, - "facing=south,powered=true,powered_side=false,powering=false": { - "model": "create:block/powered_latch" - }, - "facing=west,powered=true,powered_side=false,powering=false": { - "model": "create:block/powered_latch", - "y": 90 - }, - "facing=east,powered=true,powered_side=false,powering=false": { - "model": "create:block/powered_latch", - "y": 270 - }, - "facing=north,powered=false,powered_side=true,powering=false": { - "model": "create:block/powered_latch", - "y": 180 - }, - "facing=south,powered=false,powered_side=true,powering=false": { - "model": "create:block/powered_latch" - }, - "facing=west,powered=false,powered_side=true,powering=false": { - "model": "create:block/powered_latch", - "y": 90 - }, - "facing=east,powered=false,powered_side=true,powering=false": { - "model": "create:block/powered_latch", - "y": 270 - }, - "facing=north,powered=true,powered_side=true,powering=false": { - "model": "create:block/powered_latch", - "y": 180 - }, - "facing=south,powered=true,powered_side=true,powering=false": { - "model": "create:block/powered_latch" - }, - "facing=west,powered=true,powered_side=true,powering=false": { - "model": "create:block/powered_latch", - "y": 90 - }, - "facing=east,powered=true,powered_side=true,powering=false": { - "model": "create:block/powered_latch", - "y": 270 - }, - "facing=north,powered=false,powered_side=false,powering=true": { - "model": "create:block/powered_latch_powered", - "y": 180 - }, - "facing=south,powered=false,powered_side=false,powering=true": { - "model": "create:block/powered_latch_powered" - }, - "facing=west,powered=false,powered_side=false,powering=true": { - "model": "create:block/powered_latch_powered", - "y": 90 - }, "facing=east,powered=false,powered_side=false,powering=true": { "model": "create:block/powered_latch_powered", "y": 270 }, - "facing=north,powered=true,powered_side=false,powering=true": { - "model": "create:block/powered_latch_powered", - "y": 180 - }, - "facing=south,powered=true,powered_side=false,powering=true": { - "model": "create:block/powered_latch_powered" - }, - "facing=west,powered=true,powered_side=false,powering=true": { - "model": "create:block/powered_latch_powered", - "y": 90 - }, - "facing=east,powered=true,powered_side=false,powering=true": { - "model": "create:block/powered_latch_powered", + "facing=east,powered=false,powered_side=true,powering=false": { + "model": "create:block/powered_latch", "y": 270 }, - "facing=north,powered=false,powered_side=true,powering=true": { - "model": "create:block/powered_latch_powered", - "y": 180 - }, - "facing=south,powered=false,powered_side=true,powering=true": { - "model": "create:block/powered_latch_powered" - }, - "facing=west,powered=false,powered_side=true,powering=true": { - "model": "create:block/powered_latch_powered", - "y": 90 - }, "facing=east,powered=false,powered_side=true,powering=true": { "model": "create:block/powered_latch_powered", "y": 270 }, - "facing=north,powered=true,powered_side=true,powering=true": { - "model": "create:block/powered_latch_powered", - "y": 180 + "facing=east,powered=true,powered_side=false,powering=false": { + "model": "create:block/powered_latch", + "y": 270 }, - "facing=south,powered=true,powered_side=true,powering=true": { - "model": "create:block/powered_latch_powered" - }, - "facing=west,powered=true,powered_side=true,powering=true": { + "facing=east,powered=true,powered_side=false,powering=true": { "model": "create:block/powered_latch_powered", - "y": 90 + "y": 270 + }, + "facing=east,powered=true,powered_side=true,powering=false": { + "model": "create:block/powered_latch", + "y": 270 }, "facing=east,powered=true,powered_side=true,powering=true": { "model": "create:block/powered_latch_powered", "y": 270 + }, + "facing=north,powered=false,powered_side=false,powering=false": { + "model": "create:block/powered_latch", + "y": 180 + }, + "facing=north,powered=false,powered_side=false,powering=true": { + "model": "create:block/powered_latch_powered", + "y": 180 + }, + "facing=north,powered=false,powered_side=true,powering=false": { + "model": "create:block/powered_latch", + "y": 180 + }, + "facing=north,powered=false,powered_side=true,powering=true": { + "model": "create:block/powered_latch_powered", + "y": 180 + }, + "facing=north,powered=true,powered_side=false,powering=false": { + "model": "create:block/powered_latch", + "y": 180 + }, + "facing=north,powered=true,powered_side=false,powering=true": { + "model": "create:block/powered_latch_powered", + "y": 180 + }, + "facing=north,powered=true,powered_side=true,powering=false": { + "model": "create:block/powered_latch", + "y": 180 + }, + "facing=north,powered=true,powered_side=true,powering=true": { + "model": "create:block/powered_latch_powered", + "y": 180 + }, + "facing=south,powered=false,powered_side=false,powering=false": { + "model": "create:block/powered_latch" + }, + "facing=south,powered=false,powered_side=false,powering=true": { + "model": "create:block/powered_latch_powered" + }, + "facing=south,powered=false,powered_side=true,powering=false": { + "model": "create:block/powered_latch" + }, + "facing=south,powered=false,powered_side=true,powering=true": { + "model": "create:block/powered_latch_powered" + }, + "facing=south,powered=true,powered_side=false,powering=false": { + "model": "create:block/powered_latch" + }, + "facing=south,powered=true,powered_side=false,powering=true": { + "model": "create:block/powered_latch_powered" + }, + "facing=south,powered=true,powered_side=true,powering=false": { + "model": "create:block/powered_latch" + }, + "facing=south,powered=true,powered_side=true,powering=true": { + "model": "create:block/powered_latch_powered" + }, + "facing=west,powered=false,powered_side=false,powering=false": { + "model": "create:block/powered_latch", + "y": 90 + }, + "facing=west,powered=false,powered_side=false,powering=true": { + "model": "create:block/powered_latch_powered", + "y": 90 + }, + "facing=west,powered=false,powered_side=true,powering=false": { + "model": "create:block/powered_latch", + "y": 90 + }, + "facing=west,powered=false,powered_side=true,powering=true": { + "model": "create:block/powered_latch_powered", + "y": 90 + }, + "facing=west,powered=true,powered_side=false,powering=false": { + "model": "create:block/powered_latch", + "y": 90 + }, + "facing=west,powered=true,powered_side=false,powering=true": { + "model": "create:block/powered_latch_powered", + "y": 90 + }, + "facing=west,powered=true,powered_side=true,powering=false": { + "model": "create:block/powered_latch", + "y": 90 + }, + "facing=west,powered=true,powered_side=true,powering=true": { + "model": "create:block/powered_latch_powered", + "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/powered_toggle_latch.json b/src/generated/resources/assets/create/blockstates/powered_toggle_latch.json index ed39f54e71..d7b6743552 100644 --- a/src/generated/resources/assets/create/blockstates/powered_toggle_latch.json +++ b/src/generated/resources/assets/create/blockstates/powered_toggle_latch.json @@ -1,64 +1,64 @@ { "variants": { - "facing=north,powered=false,powering=false": { - "model": "create:block/diodes/latch_off", - "y": 180 - }, - "facing=south,powered=false,powering=false": { - "model": "create:block/diodes/latch_off" - }, - "facing=west,powered=false,powering=false": { - "model": "create:block/diodes/latch_off", - "y": 90 - }, "facing=east,powered=false,powering=false": { "model": "create:block/diodes/latch_off", "y": 270 }, - "facing=north,powered=true,powering=false": { - "model": "create:block/powered_toggle_latch_off_powered", - "y": 180 - }, - "facing=south,powered=true,powering=false": { - "model": "create:block/powered_toggle_latch_off_powered" - }, - "facing=west,powered=true,powering=false": { - "model": "create:block/powered_toggle_latch_off_powered", - "y": 90 - }, - "facing=east,powered=true,powering=false": { - "model": "create:block/powered_toggle_latch_off_powered", - "y": 270 - }, - "facing=north,powered=false,powering=true": { - "model": "create:block/diodes/latch_on", - "y": 180 - }, - "facing=south,powered=false,powering=true": { - "model": "create:block/diodes/latch_on" - }, - "facing=west,powered=false,powering=true": { - "model": "create:block/diodes/latch_on", - "y": 90 - }, "facing=east,powered=false,powering=true": { "model": "create:block/diodes/latch_on", "y": 270 }, - "facing=north,powered=true,powering=true": { - "model": "create:block/powered_toggle_latch_on_powered", - "y": 180 - }, - "facing=south,powered=true,powering=true": { - "model": "create:block/powered_toggle_latch_on_powered" - }, - "facing=west,powered=true,powering=true": { - "model": "create:block/powered_toggle_latch_on_powered", - "y": 90 + "facing=east,powered=true,powering=false": { + "model": "create:block/powered_toggle_latch_off_powered", + "y": 270 }, "facing=east,powered=true,powering=true": { "model": "create:block/powered_toggle_latch_on_powered", "y": 270 + }, + "facing=north,powered=false,powering=false": { + "model": "create:block/diodes/latch_off", + "y": 180 + }, + "facing=north,powered=false,powering=true": { + "model": "create:block/diodes/latch_on", + "y": 180 + }, + "facing=north,powered=true,powering=false": { + "model": "create:block/powered_toggle_latch_off_powered", + "y": 180 + }, + "facing=north,powered=true,powering=true": { + "model": "create:block/powered_toggle_latch_on_powered", + "y": 180 + }, + "facing=south,powered=false,powering=false": { + "model": "create:block/diodes/latch_off" + }, + "facing=south,powered=false,powering=true": { + "model": "create:block/diodes/latch_on" + }, + "facing=south,powered=true,powering=false": { + "model": "create:block/powered_toggle_latch_off_powered" + }, + "facing=south,powered=true,powering=true": { + "model": "create:block/powered_toggle_latch_on_powered" + }, + "facing=west,powered=false,powering=false": { + "model": "create:block/diodes/latch_off", + "y": 90 + }, + "facing=west,powered=false,powering=true": { + "model": "create:block/diodes/latch_on", + "y": 90 + }, + "facing=west,powered=true,powering=false": { + "model": "create:block/powered_toggle_latch_off_powered", + "y": 90 + }, + "facing=west,powered=true,powering=true": { + "model": "create:block/powered_toggle_latch_on_powered", + "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/pulse_extender.json b/src/generated/resources/assets/create/blockstates/pulse_extender.json index 75748fbcd4..e0add3c682 100644 --- a/src/generated/resources/assets/create/blockstates/pulse_extender.json +++ b/src/generated/resources/assets/create/blockstates/pulse_extender.json @@ -1,124 +1,124 @@ { "variants": { - "facing=north,inverted=false,powered=false,powering=false": { - "model": "create:block/diodes/pulse_extender", - "y": 180 - }, - "facing=south,inverted=false,powered=false,powering=false": { - "model": "create:block/diodes/pulse_extender" - }, - "facing=west,inverted=false,powered=false,powering=false": { - "model": "create:block/diodes/pulse_extender", - "y": 90 - }, "facing=east,inverted=false,powered=false,powering=false": { "model": "create:block/diodes/pulse_extender", "y": 270 }, - "facing=north,inverted=true,powered=false,powering=false": { - "model": "create:block/pulse_extender_powering", - "y": 180 - }, - "facing=south,inverted=true,powered=false,powering=false": { - "model": "create:block/pulse_extender_powering" - }, - "facing=west,inverted=true,powered=false,powering=false": { - "model": "create:block/pulse_extender_powering", - "y": 90 - }, - "facing=east,inverted=true,powered=false,powering=false": { - "model": "create:block/pulse_extender_powering", - "y": 270 - }, - "facing=north,inverted=false,powered=true,powering=false": { - "model": "create:block/pulse_extender_powered", - "y": 180 - }, - "facing=south,inverted=false,powered=true,powering=false": { - "model": "create:block/pulse_extender_powered" - }, - "facing=west,inverted=false,powered=true,powering=false": { - "model": "create:block/pulse_extender_powered", - "y": 90 - }, - "facing=east,inverted=false,powered=true,powering=false": { - "model": "create:block/pulse_extender_powered", - "y": 270 - }, - "facing=north,inverted=true,powered=true,powering=false": { - "model": "create:block/pulse_extender_powered_powering", - "y": 180 - }, - "facing=south,inverted=true,powered=true,powering=false": { - "model": "create:block/pulse_extender_powered_powering" - }, - "facing=west,inverted=true,powered=true,powering=false": { - "model": "create:block/pulse_extender_powered_powering", - "y": 90 - }, - "facing=east,inverted=true,powered=true,powering=false": { - "model": "create:block/pulse_extender_powered_powering", - "y": 270 - }, - "facing=north,inverted=false,powered=false,powering=true": { - "model": "create:block/pulse_extender_powering", - "y": 180 - }, - "facing=south,inverted=false,powered=false,powering=true": { - "model": "create:block/pulse_extender_powering" - }, - "facing=west,inverted=false,powered=false,powering=true": { - "model": "create:block/pulse_extender_powering", - "y": 90 - }, "facing=east,inverted=false,powered=false,powering=true": { "model": "create:block/pulse_extender_powering", "y": 270 }, - "facing=north,inverted=true,powered=false,powering=true": { - "model": "create:block/diodes/pulse_extender", - "y": 180 - }, - "facing=south,inverted=true,powered=false,powering=true": { - "model": "create:block/diodes/pulse_extender" - }, - "facing=west,inverted=true,powered=false,powering=true": { - "model": "create:block/diodes/pulse_extender", - "y": 90 - }, - "facing=east,inverted=true,powered=false,powering=true": { - "model": "create:block/diodes/pulse_extender", + "facing=east,inverted=false,powered=true,powering=false": { + "model": "create:block/pulse_extender_powered", "y": 270 }, - "facing=north,inverted=false,powered=true,powering=true": { - "model": "create:block/pulse_extender_powered_powering", - "y": 180 - }, - "facing=south,inverted=false,powered=true,powering=true": { - "model": "create:block/pulse_extender_powered_powering" - }, - "facing=west,inverted=false,powered=true,powering=true": { - "model": "create:block/pulse_extender_powered_powering", - "y": 90 - }, "facing=east,inverted=false,powered=true,powering=true": { "model": "create:block/pulse_extender_powered_powering", "y": 270 }, - "facing=north,inverted=true,powered=true,powering=true": { - "model": "create:block/pulse_extender_powered", - "y": 180 + "facing=east,inverted=true,powered=false,powering=false": { + "model": "create:block/pulse_extender_powering", + "y": 270 }, - "facing=south,inverted=true,powered=true,powering=true": { - "model": "create:block/pulse_extender_powered" + "facing=east,inverted=true,powered=false,powering=true": { + "model": "create:block/diodes/pulse_extender", + "y": 270 }, - "facing=west,inverted=true,powered=true,powering=true": { - "model": "create:block/pulse_extender_powered", - "y": 90 + "facing=east,inverted=true,powered=true,powering=false": { + "model": "create:block/pulse_extender_powered_powering", + "y": 270 }, "facing=east,inverted=true,powered=true,powering=true": { "model": "create:block/pulse_extender_powered", "y": 270 + }, + "facing=north,inverted=false,powered=false,powering=false": { + "model": "create:block/diodes/pulse_extender", + "y": 180 + }, + "facing=north,inverted=false,powered=false,powering=true": { + "model": "create:block/pulse_extender_powering", + "y": 180 + }, + "facing=north,inverted=false,powered=true,powering=false": { + "model": "create:block/pulse_extender_powered", + "y": 180 + }, + "facing=north,inverted=false,powered=true,powering=true": { + "model": "create:block/pulse_extender_powered_powering", + "y": 180 + }, + "facing=north,inverted=true,powered=false,powering=false": { + "model": "create:block/pulse_extender_powering", + "y": 180 + }, + "facing=north,inverted=true,powered=false,powering=true": { + "model": "create:block/diodes/pulse_extender", + "y": 180 + }, + "facing=north,inverted=true,powered=true,powering=false": { + "model": "create:block/pulse_extender_powered_powering", + "y": 180 + }, + "facing=north,inverted=true,powered=true,powering=true": { + "model": "create:block/pulse_extender_powered", + "y": 180 + }, + "facing=south,inverted=false,powered=false,powering=false": { + "model": "create:block/diodes/pulse_extender" + }, + "facing=south,inverted=false,powered=false,powering=true": { + "model": "create:block/pulse_extender_powering" + }, + "facing=south,inverted=false,powered=true,powering=false": { + "model": "create:block/pulse_extender_powered" + }, + "facing=south,inverted=false,powered=true,powering=true": { + "model": "create:block/pulse_extender_powered_powering" + }, + "facing=south,inverted=true,powered=false,powering=false": { + "model": "create:block/pulse_extender_powering" + }, + "facing=south,inverted=true,powered=false,powering=true": { + "model": "create:block/diodes/pulse_extender" + }, + "facing=south,inverted=true,powered=true,powering=false": { + "model": "create:block/pulse_extender_powered_powering" + }, + "facing=south,inverted=true,powered=true,powering=true": { + "model": "create:block/pulse_extender_powered" + }, + "facing=west,inverted=false,powered=false,powering=false": { + "model": "create:block/diodes/pulse_extender", + "y": 90 + }, + "facing=west,inverted=false,powered=false,powering=true": { + "model": "create:block/pulse_extender_powering", + "y": 90 + }, + "facing=west,inverted=false,powered=true,powering=false": { + "model": "create:block/pulse_extender_powered", + "y": 90 + }, + "facing=west,inverted=false,powered=true,powering=true": { + "model": "create:block/pulse_extender_powered_powering", + "y": 90 + }, + "facing=west,inverted=true,powered=false,powering=false": { + "model": "create:block/pulse_extender_powering", + "y": 90 + }, + "facing=west,inverted=true,powered=false,powering=true": { + "model": "create:block/diodes/pulse_extender", + "y": 90 + }, + "facing=west,inverted=true,powered=true,powering=false": { + "model": "create:block/pulse_extender_powered_powering", + "y": 90 + }, + "facing=west,inverted=true,powered=true,powering=true": { + "model": "create:block/pulse_extender_powered", + "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/pulse_repeater.json b/src/generated/resources/assets/create/blockstates/pulse_repeater.json index 2088b496f6..555633208c 100644 --- a/src/generated/resources/assets/create/blockstates/pulse_repeater.json +++ b/src/generated/resources/assets/create/blockstates/pulse_repeater.json @@ -1,124 +1,124 @@ { "variants": { - "facing=north,inverted=false,powered=false,powering=false": { - "model": "create:block/diodes/pulse_repeater", - "y": 180 - }, - "facing=south,inverted=false,powered=false,powering=false": { - "model": "create:block/diodes/pulse_repeater" - }, - "facing=west,inverted=false,powered=false,powering=false": { - "model": "create:block/diodes/pulse_repeater", - "y": 90 - }, "facing=east,inverted=false,powered=false,powering=false": { "model": "create:block/diodes/pulse_repeater", "y": 270 }, - "facing=north,inverted=true,powered=false,powering=false": { - "model": "create:block/pulse_repeater_powering", - "y": 180 - }, - "facing=south,inverted=true,powered=false,powering=false": { - "model": "create:block/pulse_repeater_powering" - }, - "facing=west,inverted=true,powered=false,powering=false": { - "model": "create:block/pulse_repeater_powering", - "y": 90 - }, - "facing=east,inverted=true,powered=false,powering=false": { - "model": "create:block/pulse_repeater_powering", - "y": 270 - }, - "facing=north,inverted=false,powered=true,powering=false": { - "model": "create:block/pulse_repeater_powered", - "y": 180 - }, - "facing=south,inverted=false,powered=true,powering=false": { - "model": "create:block/pulse_repeater_powered" - }, - "facing=west,inverted=false,powered=true,powering=false": { - "model": "create:block/pulse_repeater_powered", - "y": 90 - }, - "facing=east,inverted=false,powered=true,powering=false": { - "model": "create:block/pulse_repeater_powered", - "y": 270 - }, - "facing=north,inverted=true,powered=true,powering=false": { - "model": "create:block/pulse_repeater_powered_powering", - "y": 180 - }, - "facing=south,inverted=true,powered=true,powering=false": { - "model": "create:block/pulse_repeater_powered_powering" - }, - "facing=west,inverted=true,powered=true,powering=false": { - "model": "create:block/pulse_repeater_powered_powering", - "y": 90 - }, - "facing=east,inverted=true,powered=true,powering=false": { - "model": "create:block/pulse_repeater_powered_powering", - "y": 270 - }, - "facing=north,inverted=false,powered=false,powering=true": { - "model": "create:block/pulse_repeater_powering", - "y": 180 - }, - "facing=south,inverted=false,powered=false,powering=true": { - "model": "create:block/pulse_repeater_powering" - }, - "facing=west,inverted=false,powered=false,powering=true": { - "model": "create:block/pulse_repeater_powering", - "y": 90 - }, "facing=east,inverted=false,powered=false,powering=true": { "model": "create:block/pulse_repeater_powering", "y": 270 }, - "facing=north,inverted=true,powered=false,powering=true": { - "model": "create:block/diodes/pulse_repeater", - "y": 180 - }, - "facing=south,inverted=true,powered=false,powering=true": { - "model": "create:block/diodes/pulse_repeater" - }, - "facing=west,inverted=true,powered=false,powering=true": { - "model": "create:block/diodes/pulse_repeater", - "y": 90 - }, - "facing=east,inverted=true,powered=false,powering=true": { - "model": "create:block/diodes/pulse_repeater", + "facing=east,inverted=false,powered=true,powering=false": { + "model": "create:block/pulse_repeater_powered", "y": 270 }, - "facing=north,inverted=false,powered=true,powering=true": { - "model": "create:block/pulse_repeater_powered_powering", - "y": 180 - }, - "facing=south,inverted=false,powered=true,powering=true": { - "model": "create:block/pulse_repeater_powered_powering" - }, - "facing=west,inverted=false,powered=true,powering=true": { - "model": "create:block/pulse_repeater_powered_powering", - "y": 90 - }, "facing=east,inverted=false,powered=true,powering=true": { "model": "create:block/pulse_repeater_powered_powering", "y": 270 }, - "facing=north,inverted=true,powered=true,powering=true": { - "model": "create:block/pulse_repeater_powered", - "y": 180 + "facing=east,inverted=true,powered=false,powering=false": { + "model": "create:block/pulse_repeater_powering", + "y": 270 }, - "facing=south,inverted=true,powered=true,powering=true": { - "model": "create:block/pulse_repeater_powered" + "facing=east,inverted=true,powered=false,powering=true": { + "model": "create:block/diodes/pulse_repeater", + "y": 270 }, - "facing=west,inverted=true,powered=true,powering=true": { - "model": "create:block/pulse_repeater_powered", - "y": 90 + "facing=east,inverted=true,powered=true,powering=false": { + "model": "create:block/pulse_repeater_powered_powering", + "y": 270 }, "facing=east,inverted=true,powered=true,powering=true": { "model": "create:block/pulse_repeater_powered", "y": 270 + }, + "facing=north,inverted=false,powered=false,powering=false": { + "model": "create:block/diodes/pulse_repeater", + "y": 180 + }, + "facing=north,inverted=false,powered=false,powering=true": { + "model": "create:block/pulse_repeater_powering", + "y": 180 + }, + "facing=north,inverted=false,powered=true,powering=false": { + "model": "create:block/pulse_repeater_powered", + "y": 180 + }, + "facing=north,inverted=false,powered=true,powering=true": { + "model": "create:block/pulse_repeater_powered_powering", + "y": 180 + }, + "facing=north,inverted=true,powered=false,powering=false": { + "model": "create:block/pulse_repeater_powering", + "y": 180 + }, + "facing=north,inverted=true,powered=false,powering=true": { + "model": "create:block/diodes/pulse_repeater", + "y": 180 + }, + "facing=north,inverted=true,powered=true,powering=false": { + "model": "create:block/pulse_repeater_powered_powering", + "y": 180 + }, + "facing=north,inverted=true,powered=true,powering=true": { + "model": "create:block/pulse_repeater_powered", + "y": 180 + }, + "facing=south,inverted=false,powered=false,powering=false": { + "model": "create:block/diodes/pulse_repeater" + }, + "facing=south,inverted=false,powered=false,powering=true": { + "model": "create:block/pulse_repeater_powering" + }, + "facing=south,inverted=false,powered=true,powering=false": { + "model": "create:block/pulse_repeater_powered" + }, + "facing=south,inverted=false,powered=true,powering=true": { + "model": "create:block/pulse_repeater_powered_powering" + }, + "facing=south,inverted=true,powered=false,powering=false": { + "model": "create:block/pulse_repeater_powering" + }, + "facing=south,inverted=true,powered=false,powering=true": { + "model": "create:block/diodes/pulse_repeater" + }, + "facing=south,inverted=true,powered=true,powering=false": { + "model": "create:block/pulse_repeater_powered_powering" + }, + "facing=south,inverted=true,powered=true,powering=true": { + "model": "create:block/pulse_repeater_powered" + }, + "facing=west,inverted=false,powered=false,powering=false": { + "model": "create:block/diodes/pulse_repeater", + "y": 90 + }, + "facing=west,inverted=false,powered=false,powering=true": { + "model": "create:block/pulse_repeater_powering", + "y": 90 + }, + "facing=west,inverted=false,powered=true,powering=false": { + "model": "create:block/pulse_repeater_powered", + "y": 90 + }, + "facing=west,inverted=false,powered=true,powering=true": { + "model": "create:block/pulse_repeater_powered_powering", + "y": 90 + }, + "facing=west,inverted=true,powered=false,powering=false": { + "model": "create:block/pulse_repeater_powering", + "y": 90 + }, + "facing=west,inverted=true,powered=false,powering=true": { + "model": "create:block/diodes/pulse_repeater", + "y": 90 + }, + "facing=west,inverted=true,powered=true,powering=false": { + "model": "create:block/pulse_repeater_powered_powering", + "y": 90 + }, + "facing=west,inverted=true,powered=true,powering=true": { + "model": "create:block/pulse_repeater_powered", + "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/purple_nixie_tube.json b/src/generated/resources/assets/create/blockstates/purple_nixie_tube.json index bec806dd53..f198cb27ea 100644 --- a/src/generated/resources/assets/create/blockstates/purple_nixie_tube.json +++ b/src/generated/resources/assets/create/blockstates/purple_nixie_tube.json @@ -1,135 +1,112 @@ { "variants": { - "double_face=floor,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=false": { "model": "create:block/purple_nixie_tube", - "y": 180 + "x": 180, + "y": 270 }, - "double_face=wall,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=true": { "model": "create:block/purple_nixie_tube", - "x": 90 - }, - "double_face=wall_reversed,facing=north,waterlogged=false": { - "model": "create:block/purple_nixie_tube", - "x": 90 + "x": 180, + "y": 270 }, "double_face=ceiling,facing=north,waterlogged=false": { "model": "create:block/purple_nixie_tube", "x": 180, "y": 180 }, - "double_face=floor,facing=south,waterlogged=false": { - "model": "create:block/purple_nixie_tube" - }, - "double_face=wall,facing=south,waterlogged=false": { + "double_face=ceiling,facing=north,waterlogged=true": { "model": "create:block/purple_nixie_tube", - "x": 90, - "y": 180 - }, - "double_face=wall_reversed,facing=south,waterlogged=false": { - "model": "create:block/purple_nixie_tube", - "x": 90, + "x": 180, "y": 180 }, "double_face=ceiling,facing=south,waterlogged=false": { "model": "create:block/purple_nixie_tube", "x": 180 }, - "double_face=floor,facing=west,waterlogged=false": { + "double_face=ceiling,facing=south,waterlogged=true": { "model": "create:block/purple_nixie_tube", - "y": 90 - }, - "double_face=wall,facing=west,waterlogged=false": { - "model": "create:block/purple_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=wall_reversed,facing=west,waterlogged=false": { - "model": "create:block/purple_nixie_tube", - "x": 90, - "y": 270 + "x": 180 }, "double_face=ceiling,facing=west,waterlogged=false": { "model": "create:block/purple_nixie_tube", "x": 180, "y": 90 }, + "double_face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/purple_nixie_tube", + "x": 180, + "y": 90 + }, "double_face=floor,facing=east,waterlogged=false": { "model": "create:block/purple_nixie_tube", "y": 270 }, - "double_face=wall,facing=east,waterlogged=false": { + "double_face=floor,facing=east,waterlogged=true": { "model": "create:block/purple_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=wall_reversed,facing=east,waterlogged=false": { - "model": "create:block/purple_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/purple_nixie_tube", - "x": 180, "y": 270 }, + "double_face=floor,facing=north,waterlogged=false": { + "model": "create:block/purple_nixie_tube", + "y": 180 + }, "double_face=floor,facing=north,waterlogged=true": { "model": "create:block/purple_nixie_tube", "y": 180 }, + "double_face=floor,facing=south,waterlogged=false": { + "model": "create:block/purple_nixie_tube" + }, + "double_face=floor,facing=south,waterlogged=true": { + "model": "create:block/purple_nixie_tube" + }, + "double_face=floor,facing=west,waterlogged=false": { + "model": "create:block/purple_nixie_tube", + "y": 90 + }, + "double_face=floor,facing=west,waterlogged=true": { + "model": "create:block/purple_nixie_tube", + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=false": { + "model": "create:block/purple_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=true": { + "model": "create:block/purple_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=north,waterlogged=false": { + "model": "create:block/purple_nixie_tube", + "x": 90 + }, "double_face=wall,facing=north,waterlogged=true": { "model": "create:block/purple_nixie_tube", "x": 90 }, - "double_face=wall_reversed,facing=north,waterlogged=true": { + "double_face=wall,facing=south,waterlogged=false": { "model": "create:block/purple_nixie_tube", - "x": 90 - }, - "double_face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/purple_nixie_tube", - "x": 180, + "x": 90, "y": 180 }, - "double_face=floor,facing=south,waterlogged=true": { - "model": "create:block/purple_nixie_tube" - }, "double_face=wall,facing=south,waterlogged=true": { "model": "create:block/purple_nixie_tube", "x": 90, "y": 180 }, - "double_face=wall_reversed,facing=south,waterlogged=true": { + "double_face=wall,facing=west,waterlogged=false": { "model": "create:block/purple_nixie_tube", "x": 90, - "y": 180 - }, - "double_face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/purple_nixie_tube", - "x": 180 - }, - "double_face=floor,facing=west,waterlogged=true": { - "model": "create:block/purple_nixie_tube", - "y": 90 + "y": 270 }, "double_face=wall,facing=west,waterlogged=true": { "model": "create:block/purple_nixie_tube", "x": 90, "y": 270 }, - "double_face=wall_reversed,facing=west,waterlogged=true": { - "model": "create:block/purple_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/purple_nixie_tube", - "x": 180, - "y": 90 - }, - "double_face=floor,facing=east,waterlogged=true": { - "model": "create:block/purple_nixie_tube", - "y": 270 - }, - "double_face=wall,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=east,waterlogged=false": { "model": "create:block/purple_nixie_tube", "x": 90, "y": 90 @@ -139,9 +116,32 @@ "x": 90, "y": 90 }, - "double_face=ceiling,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=north,waterlogged=false": { "model": "create:block/purple_nixie_tube", - "x": 180, + "x": 90 + }, + "double_face=wall_reversed,facing=north,waterlogged=true": { + "model": "create:block/purple_nixie_tube", + "x": 90 + }, + "double_face=wall_reversed,facing=south,waterlogged=false": { + "model": "create:block/purple_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=south,waterlogged=true": { + "model": "create:block/purple_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=west,waterlogged=false": { + "model": "create:block/purple_nixie_tube", + "x": 90, + "y": 270 + }, + "double_face=wall_reversed,facing=west,waterlogged=true": { + "model": "create:block/purple_nixie_tube", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/purple_sail.json b/src/generated/resources/assets/create/blockstates/purple_sail.json index 385efaf9b8..55ffa162ac 100644 --- a/src/generated/resources/assets/create/blockstates/purple_sail.json +++ b/src/generated/resources/assets/create/blockstates/purple_sail.json @@ -4,8 +4,10 @@ "model": "create:block/purple_sail", "x": 180 }, - "facing=up": { - "model": "create:block/purple_sail" + "facing=east": { + "model": "create:block/purple_sail", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/purple_sail", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/purple_sail" + }, "facing=west": { "model": "create:block/purple_sail", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/purple_sail", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/purple_toolbox.json b/src/generated/resources/assets/create/blockstates/purple_toolbox.json index 6860868ca2..bb73bbee3e 100644 --- a/src/generated/resources/assets/create/blockstates/purple_toolbox.json +++ b/src/generated/resources/assets/create/blockstates/purple_toolbox.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/purple_toolbox", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/purple_toolbox", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/purple_toolbox" }, + "facing=north,waterlogged=true": { + "model": "create:block/purple_toolbox" + }, "facing=south,waterlogged=false": { "model": "create:block/purple_toolbox", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/purple_toolbox", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/purple_toolbox", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/purple_toolbox", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/purple_toolbox" - }, - "facing=south,waterlogged=true": { - "model": "create:block/purple_toolbox", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/purple_toolbox", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/purple_toolbox", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/purple_valve_handle.json b/src/generated/resources/assets/create/blockstates/purple_valve_handle.json index caaa8c9914..fca51424a5 100644 --- a/src/generated/resources/assets/create/blockstates/purple_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/purple_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/purple_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/purple_valve_handle" + "facing=east": { + "model": "create:block/purple_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/purple_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/purple_valve_handle" + }, "facing=west": { "model": "create:block/purple_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/purple_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/radial_chassis.json b/src/generated/resources/assets/create/blockstates/radial_chassis.json index 8bd829ffce..3f7f529a8a 100644 --- a/src/generated/resources/assets/create/blockstates/radial_chassis.json +++ b/src/generated/resources/assets/create/blockstates/radial_chassis.json @@ -1,266 +1,266 @@ { "multipart": [ { - "when": { - "axis": "x" - }, "apply": { "model": "create:block/radial_chassis/base", "x": 90, "y": 90 + }, + "when": { + "axis": "x" } }, { - "when": { - "axis": "y" - }, "apply": { "model": "create:block/radial_chassis/base" + }, + "when": { + "axis": "y" } }, { - "when": { - "axis": "z" - }, "apply": { "model": "create:block/radial_chassis/base", "x": 90 + }, + "when": { + "axis": "z" } }, { - "when": { - "axis": "x", - "sticky_south": "true" - }, "apply": { "model": "create:block/radial_chassis_side_x_sticky", "x": 180 + }, + "when": { + "axis": "x", + "sticky_south": "true" } }, { - "when": { - "axis": "y", - "sticky_south": "true" - }, "apply": { "model": "create:block/radial_chassis_side_y_sticky" + }, + "when": { + "axis": "y", + "sticky_south": "true" } }, { - "when": { - "axis": "z", - "sticky_south": "true" - }, "apply": { "model": "create:block/radial_chassis_side_x_sticky", "x": 180, "y": 90 + }, + "when": { + "axis": "z", + "sticky_south": "true" } }, { - "when": { - "axis": "x", - "sticky_south": "false" - }, "apply": { "model": "create:block/radial_chassis_side_x", "x": 180 + }, + "when": { + "axis": "x", + "sticky_south": "false" } }, { + "apply": { + "model": "create:block/radial_chassis_side_y" + }, "when": { "axis": "y", "sticky_south": "false" - }, - "apply": { - "model": "create:block/radial_chassis_side_y" } }, { - "when": { - "axis": "z", - "sticky_south": "false" - }, "apply": { "model": "create:block/radial_chassis_side_x", "x": 180, "y": 90 + }, + "when": { + "axis": "z", + "sticky_south": "false" } }, { - "when": { - "axis": "x", - "sticky_west": "true" - }, "apply": { "model": "create:block/radial_chassis_side_x_sticky", "x": 90 + }, + "when": { + "axis": "x", + "sticky_west": "true" } }, { - "when": { - "axis": "y", - "sticky_west": "true" - }, "apply": { "model": "create:block/radial_chassis_side_y_sticky", "y": 90 + }, + "when": { + "axis": "y", + "sticky_west": "true" } }, { - "when": { - "axis": "z", - "sticky_west": "true" - }, "apply": { "model": "create:block/radial_chassis_side_z_sticky", "y": 180 + }, + "when": { + "axis": "z", + "sticky_west": "true" } }, { - "when": { - "axis": "x", - "sticky_west": "false" - }, "apply": { "model": "create:block/radial_chassis_side_x", "x": 90 + }, + "when": { + "axis": "x", + "sticky_west": "false" } }, { - "when": { - "axis": "y", - "sticky_west": "false" - }, "apply": { "model": "create:block/radial_chassis_side_y", "y": 90 + }, + "when": { + "axis": "y", + "sticky_west": "false" } }, { - "when": { - "axis": "z", - "sticky_west": "false" - }, "apply": { "model": "create:block/radial_chassis_side_z", "y": 180 + }, + "when": { + "axis": "z", + "sticky_west": "false" } }, { - "when": { - "axis": "x", - "sticky_north": "true" - }, "apply": { "model": "create:block/radial_chassis_side_x_sticky" + }, + "when": { + "axis": "x", + "sticky_north": "true" } }, { - "when": { - "axis": "y", - "sticky_north": "true" - }, "apply": { "model": "create:block/radial_chassis_side_y_sticky", "y": 180 + }, + "when": { + "axis": "y", + "sticky_north": "true" } }, { - "when": { - "axis": "z", - "sticky_north": "true" - }, "apply": { "model": "create:block/radial_chassis_side_x_sticky", "y": 90 + }, + "when": { + "axis": "z", + "sticky_north": "true" } }, { - "when": { - "axis": "x", - "sticky_north": "false" - }, "apply": { "model": "create:block/radial_chassis_side_x" + }, + "when": { + "axis": "x", + "sticky_north": "false" } }, { - "when": { - "axis": "y", - "sticky_north": "false" - }, "apply": { "model": "create:block/radial_chassis_side_y", "y": 180 + }, + "when": { + "axis": "y", + "sticky_north": "false" } }, { - "when": { - "axis": "z", - "sticky_north": "false" - }, "apply": { "model": "create:block/radial_chassis_side_x", "y": 90 + }, + "when": { + "axis": "z", + "sticky_north": "false" } }, { - "when": { - "axis": "x", - "sticky_east": "true" - }, "apply": { "model": "create:block/radial_chassis_side_x_sticky", "x": 270 + }, + "when": { + "axis": "x", + "sticky_east": "true" } }, { - "when": { - "axis": "y", - "sticky_east": "true" - }, "apply": { "model": "create:block/radial_chassis_side_y_sticky", "y": 270 + }, + "when": { + "axis": "y", + "sticky_east": "true" } }, { + "apply": { + "model": "create:block/radial_chassis_side_z_sticky" + }, "when": { "axis": "z", "sticky_east": "true" - }, - "apply": { - "model": "create:block/radial_chassis_side_z_sticky" } }, { - "when": { - "axis": "x", - "sticky_east": "false" - }, "apply": { "model": "create:block/radial_chassis_side_x", "x": 270 + }, + "when": { + "axis": "x", + "sticky_east": "false" } }, { - "when": { - "axis": "y", - "sticky_east": "false" - }, "apply": { "model": "create:block/radial_chassis_side_y", "y": 270 + }, + "when": { + "axis": "y", + "sticky_east": "false" } }, { + "apply": { + "model": "create:block/radial_chassis_side_z" + }, "when": { "axis": "z", "sticky_east": "false" - }, - "apply": { - "model": "create:block/radial_chassis_side_z" } } ] diff --git a/src/generated/resources/assets/create/blockstates/red_nixie_tube.json b/src/generated/resources/assets/create/blockstates/red_nixie_tube.json index 922d2cf6cf..0f732a99f4 100644 --- a/src/generated/resources/assets/create/blockstates/red_nixie_tube.json +++ b/src/generated/resources/assets/create/blockstates/red_nixie_tube.json @@ -1,135 +1,112 @@ { "variants": { - "double_face=floor,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=false": { "model": "create:block/red_nixie_tube", - "y": 180 + "x": 180, + "y": 270 }, - "double_face=wall,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=true": { "model": "create:block/red_nixie_tube", - "x": 90 - }, - "double_face=wall_reversed,facing=north,waterlogged=false": { - "model": "create:block/red_nixie_tube", - "x": 90 + "x": 180, + "y": 270 }, "double_face=ceiling,facing=north,waterlogged=false": { "model": "create:block/red_nixie_tube", "x": 180, "y": 180 }, - "double_face=floor,facing=south,waterlogged=false": { - "model": "create:block/red_nixie_tube" - }, - "double_face=wall,facing=south,waterlogged=false": { + "double_face=ceiling,facing=north,waterlogged=true": { "model": "create:block/red_nixie_tube", - "x": 90, - "y": 180 - }, - "double_face=wall_reversed,facing=south,waterlogged=false": { - "model": "create:block/red_nixie_tube", - "x": 90, + "x": 180, "y": 180 }, "double_face=ceiling,facing=south,waterlogged=false": { "model": "create:block/red_nixie_tube", "x": 180 }, - "double_face=floor,facing=west,waterlogged=false": { + "double_face=ceiling,facing=south,waterlogged=true": { "model": "create:block/red_nixie_tube", - "y": 90 - }, - "double_face=wall,facing=west,waterlogged=false": { - "model": "create:block/red_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=wall_reversed,facing=west,waterlogged=false": { - "model": "create:block/red_nixie_tube", - "x": 90, - "y": 270 + "x": 180 }, "double_face=ceiling,facing=west,waterlogged=false": { "model": "create:block/red_nixie_tube", "x": 180, "y": 90 }, + "double_face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/red_nixie_tube", + "x": 180, + "y": 90 + }, "double_face=floor,facing=east,waterlogged=false": { "model": "create:block/red_nixie_tube", "y": 270 }, - "double_face=wall,facing=east,waterlogged=false": { + "double_face=floor,facing=east,waterlogged=true": { "model": "create:block/red_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=wall_reversed,facing=east,waterlogged=false": { - "model": "create:block/red_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/red_nixie_tube", - "x": 180, "y": 270 }, + "double_face=floor,facing=north,waterlogged=false": { + "model": "create:block/red_nixie_tube", + "y": 180 + }, "double_face=floor,facing=north,waterlogged=true": { "model": "create:block/red_nixie_tube", "y": 180 }, + "double_face=floor,facing=south,waterlogged=false": { + "model": "create:block/red_nixie_tube" + }, + "double_face=floor,facing=south,waterlogged=true": { + "model": "create:block/red_nixie_tube" + }, + "double_face=floor,facing=west,waterlogged=false": { + "model": "create:block/red_nixie_tube", + "y": 90 + }, + "double_face=floor,facing=west,waterlogged=true": { + "model": "create:block/red_nixie_tube", + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=false": { + "model": "create:block/red_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=true": { + "model": "create:block/red_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=north,waterlogged=false": { + "model": "create:block/red_nixie_tube", + "x": 90 + }, "double_face=wall,facing=north,waterlogged=true": { "model": "create:block/red_nixie_tube", "x": 90 }, - "double_face=wall_reversed,facing=north,waterlogged=true": { + "double_face=wall,facing=south,waterlogged=false": { "model": "create:block/red_nixie_tube", - "x": 90 - }, - "double_face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/red_nixie_tube", - "x": 180, + "x": 90, "y": 180 }, - "double_face=floor,facing=south,waterlogged=true": { - "model": "create:block/red_nixie_tube" - }, "double_face=wall,facing=south,waterlogged=true": { "model": "create:block/red_nixie_tube", "x": 90, "y": 180 }, - "double_face=wall_reversed,facing=south,waterlogged=true": { + "double_face=wall,facing=west,waterlogged=false": { "model": "create:block/red_nixie_tube", "x": 90, - "y": 180 - }, - "double_face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/red_nixie_tube", - "x": 180 - }, - "double_face=floor,facing=west,waterlogged=true": { - "model": "create:block/red_nixie_tube", - "y": 90 + "y": 270 }, "double_face=wall,facing=west,waterlogged=true": { "model": "create:block/red_nixie_tube", "x": 90, "y": 270 }, - "double_face=wall_reversed,facing=west,waterlogged=true": { - "model": "create:block/red_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/red_nixie_tube", - "x": 180, - "y": 90 - }, - "double_face=floor,facing=east,waterlogged=true": { - "model": "create:block/red_nixie_tube", - "y": 270 - }, - "double_face=wall,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=east,waterlogged=false": { "model": "create:block/red_nixie_tube", "x": 90, "y": 90 @@ -139,9 +116,32 @@ "x": 90, "y": 90 }, - "double_face=ceiling,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=north,waterlogged=false": { "model": "create:block/red_nixie_tube", - "x": 180, + "x": 90 + }, + "double_face=wall_reversed,facing=north,waterlogged=true": { + "model": "create:block/red_nixie_tube", + "x": 90 + }, + "double_face=wall_reversed,facing=south,waterlogged=false": { + "model": "create:block/red_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=south,waterlogged=true": { + "model": "create:block/red_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=west,waterlogged=false": { + "model": "create:block/red_nixie_tube", + "x": 90, + "y": 270 + }, + "double_face=wall_reversed,facing=west,waterlogged=true": { + "model": "create:block/red_nixie_tube", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/red_sail.json b/src/generated/resources/assets/create/blockstates/red_sail.json index c1059f149f..7d6c7e731b 100644 --- a/src/generated/resources/assets/create/blockstates/red_sail.json +++ b/src/generated/resources/assets/create/blockstates/red_sail.json @@ -4,8 +4,10 @@ "model": "create:block/red_sail", "x": 180 }, - "facing=up": { - "model": "create:block/red_sail" + "facing=east": { + "model": "create:block/red_sail", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/red_sail", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/red_sail" + }, "facing=west": { "model": "create:block/red_sail", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/red_sail", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/red_toolbox.json b/src/generated/resources/assets/create/blockstates/red_toolbox.json index 36cfc7bcfc..d5a2b1a16b 100644 --- a/src/generated/resources/assets/create/blockstates/red_toolbox.json +++ b/src/generated/resources/assets/create/blockstates/red_toolbox.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/red_toolbox", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/red_toolbox", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/red_toolbox" }, + "facing=north,waterlogged=true": { + "model": "create:block/red_toolbox" + }, "facing=south,waterlogged=false": { "model": "create:block/red_toolbox", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/red_toolbox", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/red_toolbox", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/red_toolbox", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/red_toolbox" - }, - "facing=south,waterlogged=true": { - "model": "create:block/red_toolbox", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/red_toolbox", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/red_toolbox", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/red_valve_handle.json b/src/generated/resources/assets/create/blockstates/red_valve_handle.json index 0bff1aa0f7..3ca0bf7dac 100644 --- a/src/generated/resources/assets/create/blockstates/red_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/red_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/red_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/red_valve_handle" + "facing=east": { + "model": "create:block/red_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/red_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/red_valve_handle" + }, "facing=west": { "model": "create:block/red_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/red_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/redstone_contact.json b/src/generated/resources/assets/create/blockstates/redstone_contact.json index 6f8031cab9..d62516d905 100644 --- a/src/generated/resources/assets/create/blockstates/redstone_contact.json +++ b/src/generated/resources/assets/create/blockstates/redstone_contact.json @@ -4,53 +4,53 @@ "model": "create:block/redstone_contact/block", "x": 180 }, - "facing=up,powered=false": { - "model": "create:block/redstone_contact/block" + "facing=down,powered=true": { + "model": "create:block/redstone_contact/block_powered", + "x": 180 + }, + "facing=east,powered=false": { + "model": "create:block/redstone_contact/block", + "x": 90, + "y": 90 + }, + "facing=east,powered=true": { + "model": "create:block/redstone_contact/block_powered", + "x": 90, + "y": 90 }, "facing=north,powered=false": { "model": "create:block/redstone_contact/block", "x": 90 }, + "facing=north,powered=true": { + "model": "create:block/redstone_contact/block_powered", + "x": 90 + }, "facing=south,powered=false": { "model": "create:block/redstone_contact/block", "x": 90, "y": 180 }, - "facing=west,powered=false": { - "model": "create:block/redstone_contact/block", - "x": 90, - "y": 270 - }, - "facing=east,powered=false": { - "model": "create:block/redstone_contact/block", - "x": 90, - "y": 90 - }, - "facing=down,powered=true": { - "model": "create:block/redstone_contact/block_powered", - "x": 180 - }, - "facing=up,powered=true": { - "model": "create:block/redstone_contact/block_powered" - }, - "facing=north,powered=true": { - "model": "create:block/redstone_contact/block_powered", - "x": 90 - }, "facing=south,powered=true": { "model": "create:block/redstone_contact/block_powered", "x": 90, "y": 180 }, + "facing=up,powered=false": { + "model": "create:block/redstone_contact/block" + }, + "facing=up,powered=true": { + "model": "create:block/redstone_contact/block_powered" + }, + "facing=west,powered=false": { + "model": "create:block/redstone_contact/block", + "x": 90, + "y": 270 + }, "facing=west,powered=true": { "model": "create:block/redstone_contact/block_powered", "x": 90, "y": 270 - }, - "facing=east,powered=true": { - "model": "create:block/redstone_contact/block_powered", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/redstone_link.json b/src/generated/resources/assets/create/blockstates/redstone_link.json index 81498cfb28..01c0c61e3a 100644 --- a/src/generated/resources/assets/create/blockstates/redstone_link.json +++ b/src/generated/resources/assets/create/blockstates/redstone_link.json @@ -5,64 +5,44 @@ "x": 180, "y": 180 }, - "facing=up,powered=false,receiver=false": { - "model": "create:block/redstone_link/transmitter", + "facing=down,powered=false,receiver=true": { + "model": "create:block/redstone_link/receiver", + "x": 180, "y": 180 }, - "facing=north,powered=false,receiver=false": { - "model": "create:block/redstone_link/transmitter_vertical", - "x": 270, - "y": 180 - }, - "facing=south,powered=false,receiver=false": { - "model": "create:block/redstone_link/transmitter_vertical", - "x": 270 - }, - "facing=west,powered=false,receiver=false": { - "model": "create:block/redstone_link/transmitter_vertical", - "x": 270, - "y": 90 - }, - "facing=east,powered=false,receiver=false": { - "model": "create:block/redstone_link/transmitter_vertical", - "x": 270, - "y": 270 - }, "facing=down,powered=true,receiver=false": { "model": "create:block/redstone_link/transmitter_powered", "x": 180, "y": 180 }, - "facing=up,powered=true,receiver=false": { - "model": "create:block/redstone_link/transmitter_powered", + "facing=down,powered=true,receiver=true": { + "model": "create:block/redstone_link/receiver_powered", + "x": 180, "y": 180 }, - "facing=north,powered=true,receiver=false": { - "model": "create:block/redstone_link/transmitter_vertical_powered", + "facing=east,powered=false,receiver=false": { + "model": "create:block/redstone_link/transmitter_vertical", "x": 270, - "y": 180 + "y": 270 }, - "facing=south,powered=true,receiver=false": { - "model": "create:block/redstone_link/transmitter_vertical_powered", - "x": 270 - }, - "facing=west,powered=true,receiver=false": { - "model": "create:block/redstone_link/transmitter_vertical_powered", + "facing=east,powered=false,receiver=true": { + "model": "create:block/redstone_link/receiver_vertical", "x": 270, - "y": 90 + "y": 270 }, "facing=east,powered=true,receiver=false": { "model": "create:block/redstone_link/transmitter_vertical_powered", "x": 270, "y": 270 }, - "facing=down,powered=false,receiver=true": { - "model": "create:block/redstone_link/receiver", - "x": 180, - "y": 180 + "facing=east,powered=true,receiver=true": { + "model": "create:block/redstone_link/receiver_vertical_powered", + "x": 270, + "y": 270 }, - "facing=up,powered=false,receiver=true": { - "model": "create:block/redstone_link/receiver", + "facing=north,powered=false,receiver=false": { + "model": "create:block/redstone_link/transmitter_vertical", + "x": 270, "y": 180 }, "facing=north,powered=false,receiver=true": { @@ -70,27 +50,9 @@ "x": 270, "y": 180 }, - "facing=south,powered=false,receiver=true": { - "model": "create:block/redstone_link/receiver_vertical", - "x": 270 - }, - "facing=west,powered=false,receiver=true": { - "model": "create:block/redstone_link/receiver_vertical", + "facing=north,powered=true,receiver=false": { + "model": "create:block/redstone_link/transmitter_vertical_powered", "x": 270, - "y": 90 - }, - "facing=east,powered=false,receiver=true": { - "model": "create:block/redstone_link/receiver_vertical", - "x": 270, - "y": 270 - }, - "facing=down,powered=true,receiver=true": { - "model": "create:block/redstone_link/receiver_powered", - "x": 180, - "y": 180 - }, - "facing=up,powered=true,receiver=true": { - "model": "create:block/redstone_link/receiver_powered", "y": 180 }, "facing=north,powered=true,receiver=true": { @@ -98,19 +60,57 @@ "x": 270, "y": 180 }, + "facing=south,powered=false,receiver=false": { + "model": "create:block/redstone_link/transmitter_vertical", + "x": 270 + }, + "facing=south,powered=false,receiver=true": { + "model": "create:block/redstone_link/receiver_vertical", + "x": 270 + }, + "facing=south,powered=true,receiver=false": { + "model": "create:block/redstone_link/transmitter_vertical_powered", + "x": 270 + }, "facing=south,powered=true,receiver=true": { "model": "create:block/redstone_link/receiver_vertical_powered", "x": 270 }, + "facing=up,powered=false,receiver=false": { + "model": "create:block/redstone_link/transmitter", + "y": 180 + }, + "facing=up,powered=false,receiver=true": { + "model": "create:block/redstone_link/receiver", + "y": 180 + }, + "facing=up,powered=true,receiver=false": { + "model": "create:block/redstone_link/transmitter_powered", + "y": 180 + }, + "facing=up,powered=true,receiver=true": { + "model": "create:block/redstone_link/receiver_powered", + "y": 180 + }, + "facing=west,powered=false,receiver=false": { + "model": "create:block/redstone_link/transmitter_vertical", + "x": 270, + "y": 90 + }, + "facing=west,powered=false,receiver=true": { + "model": "create:block/redstone_link/receiver_vertical", + "x": 270, + "y": 90 + }, + "facing=west,powered=true,receiver=false": { + "model": "create:block/redstone_link/transmitter_vertical_powered", + "x": 270, + "y": 90 + }, "facing=west,powered=true,receiver=true": { "model": "create:block/redstone_link/receiver_vertical_powered", "x": 270, "y": 90 - }, - "facing=east,powered=true,receiver=true": { - "model": "create:block/redstone_link/receiver_vertical_powered", - "x": 270, - "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/rose_quartz_lamp.json b/src/generated/resources/assets/create/blockstates/rose_quartz_lamp.json index 240adc625a..2bc8a75f99 100644 --- a/src/generated/resources/assets/create/blockstates/rose_quartz_lamp.json +++ b/src/generated/resources/assets/create/blockstates/rose_quartz_lamp.json @@ -3,23 +3,23 @@ "activate=false,powered=false,powering=false": { "model": "create:block/rose_quartz_lamp" }, - "activate=true,powered=false,powering=false": { - "model": "create:block/rose_quartz_lamp" + "activate=false,powered=false,powering=true": { + "model": "create:block/rose_quartz_lamp_powered" }, "activate=false,powered=true,powering=false": { "model": "create:block/rose_quartz_lamp" }, - "activate=true,powered=true,powering=false": { - "model": "create:block/rose_quartz_lamp" - }, - "activate=false,powered=false,powering=true": { + "activate=false,powered=true,powering=true": { "model": "create:block/rose_quartz_lamp_powered" }, + "activate=true,powered=false,powering=false": { + "model": "create:block/rose_quartz_lamp" + }, "activate=true,powered=false,powering=true": { "model": "create:block/rose_quartz_lamp_powered" }, - "activate=false,powered=true,powering=true": { - "model": "create:block/rose_quartz_lamp_powered" + "activate=true,powered=true,powering=false": { + "model": "create:block/rose_quartz_lamp" }, "activate=true,powered=true,powering=true": { "model": "create:block/rose_quartz_lamp_powered" diff --git a/src/generated/resources/assets/create/blockstates/sail_frame.json b/src/generated/resources/assets/create/blockstates/sail_frame.json index 1ffee979f9..42a973b9b4 100644 --- a/src/generated/resources/assets/create/blockstates/sail_frame.json +++ b/src/generated/resources/assets/create/blockstates/sail_frame.json @@ -4,8 +4,10 @@ "model": "create:block/sail_frame", "x": 180 }, - "facing=up": { - "model": "create:block/sail_frame" + "facing=east": { + "model": "create:block/sail_frame", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/sail_frame", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/sail_frame" + }, "facing=west": { "model": "create:block/sail_frame", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/sail_frame", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/schematic_table.json b/src/generated/resources/assets/create/blockstates/schematic_table.json index 77ddfeeb47..63fa883538 100644 --- a/src/generated/resources/assets/create/blockstates/schematic_table.json +++ b/src/generated/resources/assets/create/blockstates/schematic_table.json @@ -1,5 +1,9 @@ { "variants": { + "facing=east": { + "model": "create:block/schematic_table", + "y": 270 + }, "facing=north": { "model": "create:block/schematic_table", "y": 180 @@ -10,10 +14,6 @@ "facing=west": { "model": "create:block/schematic_table", "y": 90 - }, - "facing=east": { - "model": "create:block/schematic_table", - "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/secondary_linear_chassis.json b/src/generated/resources/assets/create/blockstates/secondary_linear_chassis.json index afc5faf57d..6efce26426 100644 --- a/src/generated/resources/assets/create/blockstates/secondary_linear_chassis.json +++ b/src/generated/resources/assets/create/blockstates/secondary_linear_chassis.json @@ -5,47 +5,47 @@ "x": 90, "y": 90 }, - "axis=y,sticky_bottom=false,sticky_top=false": { - "model": "create:block/secondary_linear_chassis" - }, - "axis=z,sticky_bottom=false,sticky_top=false": { - "model": "create:block/secondary_linear_chassis", + "axis=x,sticky_bottom=false,sticky_top=true": { + "model": "create:block/secondary_linear_chassis_top", "x": 90, - "y": 180 + "y": 90 }, "axis=x,sticky_bottom=true,sticky_top=false": { "model": "create:block/secondary_linear_chassis_bottom", "x": 90, "y": 90 }, - "axis=y,sticky_bottom=true,sticky_top=false": { - "model": "create:block/secondary_linear_chassis_bottom" - }, - "axis=z,sticky_bottom=true,sticky_top=false": { - "model": "create:block/secondary_linear_chassis_bottom", - "x": 90, - "y": 180 - }, - "axis=x,sticky_bottom=false,sticky_top=true": { - "model": "create:block/secondary_linear_chassis_top", + "axis=x,sticky_bottom=true,sticky_top=true": { + "model": "create:block/secondary_linear_chassis_top_bottom", "x": 90, "y": 90 }, + "axis=y,sticky_bottom=false,sticky_top=false": { + "model": "create:block/secondary_linear_chassis" + }, "axis=y,sticky_bottom=false,sticky_top=true": { "model": "create:block/secondary_linear_chassis_top" }, + "axis=y,sticky_bottom=true,sticky_top=false": { + "model": "create:block/secondary_linear_chassis_bottom" + }, + "axis=y,sticky_bottom=true,sticky_top=true": { + "model": "create:block/secondary_linear_chassis_top_bottom" + }, + "axis=z,sticky_bottom=false,sticky_top=false": { + "model": "create:block/secondary_linear_chassis", + "x": 90, + "y": 180 + }, "axis=z,sticky_bottom=false,sticky_top=true": { "model": "create:block/secondary_linear_chassis_top", "x": 90, "y": 180 }, - "axis=x,sticky_bottom=true,sticky_top=true": { - "model": "create:block/secondary_linear_chassis_top_bottom", + "axis=z,sticky_bottom=true,sticky_top=false": { + "model": "create:block/secondary_linear_chassis_bottom", "x": 90, - "y": 90 - }, - "axis=y,sticky_bottom=true,sticky_top=true": { - "model": "create:block/secondary_linear_chassis_top_bottom" + "y": 180 }, "axis=z,sticky_bottom=true,sticky_top=true": { "model": "create:block/secondary_linear_chassis_top_bottom", diff --git a/src/generated/resources/assets/create/blockstates/sequenced_gearshift.json b/src/generated/resources/assets/create/blockstates/sequenced_gearshift.json index c8dca37cc4..92fe6a5bbf 100644 --- a/src/generated/resources/assets/create/blockstates/sequenced_gearshift.json +++ b/src/generated/resources/assets/create/blockstates/sequenced_gearshift.json @@ -4,94 +4,94 @@ "model": "create:block/sequenced_gearshift/idle", "y": 90 }, - "axis=z,state=0,vertical=false": { - "model": "create:block/sequenced_gearshift/idle" - }, - "axis=x,state=1,vertical=false": { - "model": "create:block/sequenced_gearshift/seq_1", - "y": 90 - }, - "axis=z,state=1,vertical=false": { - "model": "create:block/sequenced_gearshift/seq_1" - }, - "axis=x,state=2,vertical=false": { - "model": "create:block/sequenced_gearshift/seq_2", - "y": 90 - }, - "axis=z,state=2,vertical=false": { - "model": "create:block/sequenced_gearshift/seq_2" - }, - "axis=x,state=3,vertical=false": { - "model": "create:block/sequenced_gearshift/seq_3", - "y": 90 - }, - "axis=z,state=3,vertical=false": { - "model": "create:block/sequenced_gearshift/seq_3" - }, - "axis=x,state=4,vertical=false": { - "model": "create:block/sequenced_gearshift/seq_4", - "y": 90 - }, - "axis=z,state=4,vertical=false": { - "model": "create:block/sequenced_gearshift/seq_4" - }, - "axis=x,state=5,vertical=false": { - "model": "create:block/sequenced_gearshift/seq_5", - "y": 90 - }, - "axis=z,state=5,vertical=false": { - "model": "create:block/sequenced_gearshift/seq_5" - }, "axis=x,state=0,vertical=true": { "model": "create:block/sequenced_gearshift/idle", "x": 90, "y": 90 }, - "axis=z,state=0,vertical=true": { - "model": "create:block/sequenced_gearshift/idle", - "x": 90 + "axis=x,state=1,vertical=false": { + "model": "create:block/sequenced_gearshift/seq_1", + "y": 90 }, "axis=x,state=1,vertical=true": { "model": "create:block/sequenced_gearshift/seq_1", "x": 90, "y": 90 }, - "axis=z,state=1,vertical=true": { - "model": "create:block/sequenced_gearshift/seq_1", - "x": 90 + "axis=x,state=2,vertical=false": { + "model": "create:block/sequenced_gearshift/seq_2", + "y": 90 }, "axis=x,state=2,vertical=true": { "model": "create:block/sequenced_gearshift/seq_2", "x": 90, "y": 90 }, - "axis=z,state=2,vertical=true": { - "model": "create:block/sequenced_gearshift/seq_2", - "x": 90 + "axis=x,state=3,vertical=false": { + "model": "create:block/sequenced_gearshift/seq_3", + "y": 90 }, "axis=x,state=3,vertical=true": { "model": "create:block/sequenced_gearshift/seq_3", "x": 90, "y": 90 }, - "axis=z,state=3,vertical=true": { - "model": "create:block/sequenced_gearshift/seq_3", - "x": 90 + "axis=x,state=4,vertical=false": { + "model": "create:block/sequenced_gearshift/seq_4", + "y": 90 }, "axis=x,state=4,vertical=true": { "model": "create:block/sequenced_gearshift/seq_4", "x": 90, "y": 90 }, - "axis=z,state=4,vertical=true": { - "model": "create:block/sequenced_gearshift/seq_4", - "x": 90 + "axis=x,state=5,vertical=false": { + "model": "create:block/sequenced_gearshift/seq_5", + "y": 90 }, "axis=x,state=5,vertical=true": { "model": "create:block/sequenced_gearshift/seq_5", "x": 90, "y": 90 }, + "axis=z,state=0,vertical=false": { + "model": "create:block/sequenced_gearshift/idle" + }, + "axis=z,state=0,vertical=true": { + "model": "create:block/sequenced_gearshift/idle", + "x": 90 + }, + "axis=z,state=1,vertical=false": { + "model": "create:block/sequenced_gearshift/seq_1" + }, + "axis=z,state=1,vertical=true": { + "model": "create:block/sequenced_gearshift/seq_1", + "x": 90 + }, + "axis=z,state=2,vertical=false": { + "model": "create:block/sequenced_gearshift/seq_2" + }, + "axis=z,state=2,vertical=true": { + "model": "create:block/sequenced_gearshift/seq_2", + "x": 90 + }, + "axis=z,state=3,vertical=false": { + "model": "create:block/sequenced_gearshift/seq_3" + }, + "axis=z,state=3,vertical=true": { + "model": "create:block/sequenced_gearshift/seq_3", + "x": 90 + }, + "axis=z,state=4,vertical=false": { + "model": "create:block/sequenced_gearshift/seq_4" + }, + "axis=z,state=4,vertical=true": { + "model": "create:block/sequenced_gearshift/seq_4", + "x": 90 + }, + "axis=z,state=5,vertical=false": { + "model": "create:block/sequenced_gearshift/seq_5" + }, "axis=z,state=5,vertical=true": { "model": "create:block/sequenced_gearshift/seq_5", "x": 90 diff --git a/src/generated/resources/assets/create/blockstates/small_andesite_brick_slab.json b/src/generated/resources/assets/create/blockstates/small_andesite_brick_slab.json index 5e44732a23..44c7fb9d52 100644 --- a/src/generated/resources/assets/create/blockstates/small_andesite_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/small_andesite_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/small_andesite_brick_slab_top" - }, "type=bottom": { "model": "create:block/small_andesite_brick_slab" }, "type=double": { "model": "create:block/small_andesite_bricks" + }, + "type=top": { + "model": "create:block/small_andesite_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_andesite_brick_stairs.json b/src/generated/resources/assets/create/blockstates/small_andesite_brick_stairs.json index 30916adf6a..84e7a1e728 100644 --- a/src/generated/resources/assets/create/blockstates/small_andesite_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/small_andesite_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/small_andesite_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/small_andesite_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/small_andesite_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/small_andesite_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/small_andesite_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/small_andesite_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/small_andesite_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/small_andesite_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/small_andesite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/small_andesite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/small_andesite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/small_andesite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/small_andesite_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/small_andesite_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/small_andesite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/small_andesite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/small_andesite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/small_andesite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/small_andesite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/small_andesite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/small_andesite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/small_andesite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/small_andesite_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/small_andesite_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/small_andesite_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/small_andesite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/small_andesite_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/small_andesite_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/small_andesite_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/small_andesite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/small_andesite_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/small_andesite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/small_andesite_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/small_andesite_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/small_andesite_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/small_andesite_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/small_andesite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/small_andesite_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/small_andesite_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/small_andesite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/small_andesite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/small_andesite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/small_andesite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/small_andesite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/small_andesite_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/small_andesite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/small_andesite_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/small_andesite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/small_andesite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/small_andesite_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/small_andesite_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/small_andesite_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/small_andesite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/small_andesite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/small_andesite_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/small_andesite_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/small_andesite_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/small_andesite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/small_andesite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/small_andesite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/small_andesite_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/small_andesite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/small_andesite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/small_andesite_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/small_andesite_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/small_andesite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/small_andesite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/small_andesite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/small_andesite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/small_andesite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_andesite_brick_wall.json b/src/generated/resources/assets/create/blockstates/small_andesite_brick_wall.json index f773ffcd92..41aac9caf0 100644 --- a/src/generated/resources/assets/create/blockstates/small_andesite_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/small_andesite_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/small_andesite_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/small_andesite_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/small_andesite_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_andesite_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/small_andesite_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_andesite_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/small_andesite_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_andesite_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/small_andesite_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_andesite_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/small_andesite_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_andesite_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/small_andesite_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/small_andesite_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/small_andesite_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/small_asurine_brick_slab.json b/src/generated/resources/assets/create/blockstates/small_asurine_brick_slab.json index 2665c0576f..2b69ae4c33 100644 --- a/src/generated/resources/assets/create/blockstates/small_asurine_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/small_asurine_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/small_asurine_brick_slab_top" - }, "type=bottom": { "model": "create:block/small_asurine_brick_slab" }, "type=double": { "model": "create:block/small_asurine_bricks" + }, + "type=top": { + "model": "create:block/small_asurine_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_asurine_brick_stairs.json b/src/generated/resources/assets/create/blockstates/small_asurine_brick_stairs.json index 5b84993e4d..64f8c28bc7 100644 --- a/src/generated/resources/assets/create/blockstates/small_asurine_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/small_asurine_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/small_asurine_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/small_asurine_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/small_asurine_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/small_asurine_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/small_asurine_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/small_asurine_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/small_asurine_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/small_asurine_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/small_asurine_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/small_asurine_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/small_asurine_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/small_asurine_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/small_asurine_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/small_asurine_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/small_asurine_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/small_asurine_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/small_asurine_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/small_asurine_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/small_asurine_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/small_asurine_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/small_asurine_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/small_asurine_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/small_asurine_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/small_asurine_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/small_asurine_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/small_asurine_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/small_asurine_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/small_asurine_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/small_asurine_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/small_asurine_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/small_asurine_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/small_asurine_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/small_asurine_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/small_asurine_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/small_asurine_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/small_asurine_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/small_asurine_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/small_asurine_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/small_asurine_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/small_asurine_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/small_asurine_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/small_asurine_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/small_asurine_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/small_asurine_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/small_asurine_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/small_asurine_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/small_asurine_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/small_asurine_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/small_asurine_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/small_asurine_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/small_asurine_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/small_asurine_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/small_asurine_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/small_asurine_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/small_asurine_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/small_asurine_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/small_asurine_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/small_asurine_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/small_asurine_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/small_asurine_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/small_asurine_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/small_asurine_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/small_asurine_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/small_asurine_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/small_asurine_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/small_asurine_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/small_asurine_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/small_asurine_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/small_asurine_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/small_asurine_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_asurine_brick_wall.json b/src/generated/resources/assets/create/blockstates/small_asurine_brick_wall.json index dd53350031..ab19f6e213 100644 --- a/src/generated/resources/assets/create/blockstates/small_asurine_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/small_asurine_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/small_asurine_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/small_asurine_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/small_asurine_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_asurine_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/small_asurine_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_asurine_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/small_asurine_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_asurine_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/small_asurine_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_asurine_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/small_asurine_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_asurine_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/small_asurine_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/small_asurine_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/small_asurine_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/small_bogey.json b/src/generated/resources/assets/create/blockstates/small_bogey.json index 64d662e09e..3b7ea3198b 100644 --- a/src/generated/resources/assets/create/blockstates/small_bogey.json +++ b/src/generated/resources/assets/create/blockstates/small_bogey.json @@ -4,13 +4,13 @@ "model": "create:block/track/bogey/top", "y": 90 }, - "axis=z,waterlogged=false": { - "model": "create:block/track/bogey/top" - }, "axis=x,waterlogged=true": { "model": "create:block/track/bogey/top", "y": 90 }, + "axis=z,waterlogged=false": { + "model": "create:block/track/bogey/top" + }, "axis=z,waterlogged=true": { "model": "create:block/track/bogey/top" } diff --git a/src/generated/resources/assets/create/blockstates/small_calcite_brick_slab.json b/src/generated/resources/assets/create/blockstates/small_calcite_brick_slab.json index 81976bc84b..70c1ec5a45 100644 --- a/src/generated/resources/assets/create/blockstates/small_calcite_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/small_calcite_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/small_calcite_brick_slab_top" - }, "type=bottom": { "model": "create:block/small_calcite_brick_slab" }, "type=double": { "model": "create:block/small_calcite_bricks" + }, + "type=top": { + "model": "create:block/small_calcite_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_calcite_brick_stairs.json b/src/generated/resources/assets/create/blockstates/small_calcite_brick_stairs.json index 479c625f25..da68f176c4 100644 --- a/src/generated/resources/assets/create/blockstates/small_calcite_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/small_calcite_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/small_calcite_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/small_calcite_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/small_calcite_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/small_calcite_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/small_calcite_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/small_calcite_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/small_calcite_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/small_calcite_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/small_calcite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/small_calcite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/small_calcite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/small_calcite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/small_calcite_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/small_calcite_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/small_calcite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/small_calcite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/small_calcite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/small_calcite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/small_calcite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/small_calcite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/small_calcite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/small_calcite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/small_calcite_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/small_calcite_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/small_calcite_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/small_calcite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/small_calcite_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/small_calcite_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/small_calcite_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/small_calcite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/small_calcite_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/small_calcite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/small_calcite_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/small_calcite_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/small_calcite_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/small_calcite_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/small_calcite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/small_calcite_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/small_calcite_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/small_calcite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/small_calcite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/small_calcite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/small_calcite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/small_calcite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/small_calcite_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/small_calcite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/small_calcite_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/small_calcite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/small_calcite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/small_calcite_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/small_calcite_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/small_calcite_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/small_calcite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/small_calcite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/small_calcite_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/small_calcite_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/small_calcite_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/small_calcite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/small_calcite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/small_calcite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/small_calcite_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/small_calcite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/small_calcite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/small_calcite_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/small_calcite_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/small_calcite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/small_calcite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/small_calcite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/small_calcite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/small_calcite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_calcite_brick_wall.json b/src/generated/resources/assets/create/blockstates/small_calcite_brick_wall.json index 4569685af3..d0d55e0928 100644 --- a/src/generated/resources/assets/create/blockstates/small_calcite_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/small_calcite_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/small_calcite_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/small_calcite_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/small_calcite_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_calcite_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/small_calcite_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_calcite_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/small_calcite_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_calcite_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/small_calcite_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_calcite_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/small_calcite_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_calcite_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/small_calcite_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/small_calcite_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/small_calcite_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/small_crimsite_brick_slab.json b/src/generated/resources/assets/create/blockstates/small_crimsite_brick_slab.json index 62d95771e2..e8e554eb39 100644 --- a/src/generated/resources/assets/create/blockstates/small_crimsite_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/small_crimsite_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/small_crimsite_brick_slab_top" - }, "type=bottom": { "model": "create:block/small_crimsite_brick_slab" }, "type=double": { "model": "create:block/small_crimsite_bricks" + }, + "type=top": { + "model": "create:block/small_crimsite_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_crimsite_brick_stairs.json b/src/generated/resources/assets/create/blockstates/small_crimsite_brick_stairs.json index a8df4c64cc..b361d774a4 100644 --- a/src/generated/resources/assets/create/blockstates/small_crimsite_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/small_crimsite_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/small_crimsite_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/small_crimsite_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/small_crimsite_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/small_crimsite_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/small_crimsite_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/small_crimsite_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/small_crimsite_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/small_crimsite_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/small_crimsite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/small_crimsite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/small_crimsite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/small_crimsite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/small_crimsite_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/small_crimsite_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/small_crimsite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/small_crimsite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/small_crimsite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/small_crimsite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/small_crimsite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/small_crimsite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/small_crimsite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/small_crimsite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/small_crimsite_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/small_crimsite_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/small_crimsite_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/small_crimsite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/small_crimsite_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/small_crimsite_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/small_crimsite_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/small_crimsite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/small_crimsite_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/small_crimsite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/small_crimsite_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/small_crimsite_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/small_crimsite_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/small_crimsite_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/small_crimsite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/small_crimsite_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/small_crimsite_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/small_crimsite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/small_crimsite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/small_crimsite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/small_crimsite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/small_crimsite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/small_crimsite_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/small_crimsite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/small_crimsite_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/small_crimsite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/small_crimsite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/small_crimsite_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/small_crimsite_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/small_crimsite_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/small_crimsite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/small_crimsite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/small_crimsite_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/small_crimsite_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/small_crimsite_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/small_crimsite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/small_crimsite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/small_crimsite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/small_crimsite_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/small_crimsite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/small_crimsite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/small_crimsite_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/small_crimsite_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/small_crimsite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/small_crimsite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/small_crimsite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/small_crimsite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/small_crimsite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_crimsite_brick_wall.json b/src/generated/resources/assets/create/blockstates/small_crimsite_brick_wall.json index f43e87dffe..56b73f48b1 100644 --- a/src/generated/resources/assets/create/blockstates/small_crimsite_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/small_crimsite_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/small_crimsite_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/small_crimsite_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/small_crimsite_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_crimsite_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/small_crimsite_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_crimsite_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/small_crimsite_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_crimsite_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/small_crimsite_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_crimsite_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/small_crimsite_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_crimsite_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/small_crimsite_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/small_crimsite_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/small_crimsite_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/small_deepslate_brick_slab.json b/src/generated/resources/assets/create/blockstates/small_deepslate_brick_slab.json index 78781275f8..865887d2ee 100644 --- a/src/generated/resources/assets/create/blockstates/small_deepslate_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/small_deepslate_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/small_deepslate_brick_slab_top" - }, "type=bottom": { "model": "create:block/small_deepslate_brick_slab" }, "type=double": { "model": "create:block/small_deepslate_bricks" + }, + "type=top": { + "model": "create:block/small_deepslate_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_deepslate_brick_stairs.json b/src/generated/resources/assets/create/blockstates/small_deepslate_brick_stairs.json index 7c913c26eb..ed47c8f0b4 100644 --- a/src/generated/resources/assets/create/blockstates/small_deepslate_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/small_deepslate_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/small_deepslate_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/small_deepslate_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/small_deepslate_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/small_deepslate_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/small_deepslate_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/small_deepslate_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/small_deepslate_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/small_deepslate_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/small_deepslate_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/small_deepslate_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/small_deepslate_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/small_deepslate_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/small_deepslate_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/small_deepslate_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/small_deepslate_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/small_deepslate_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/small_deepslate_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/small_deepslate_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/small_deepslate_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/small_deepslate_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/small_deepslate_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/small_deepslate_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/small_deepslate_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/small_deepslate_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/small_deepslate_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/small_deepslate_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/small_deepslate_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/small_deepslate_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/small_deepslate_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/small_deepslate_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/small_deepslate_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/small_deepslate_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/small_deepslate_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/small_deepslate_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/small_deepslate_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/small_deepslate_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/small_deepslate_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/small_deepslate_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/small_deepslate_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/small_deepslate_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/small_deepslate_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/small_deepslate_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/small_deepslate_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/small_deepslate_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/small_deepslate_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/small_deepslate_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/small_deepslate_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/small_deepslate_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/small_deepslate_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/small_deepslate_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/small_deepslate_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/small_deepslate_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/small_deepslate_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/small_deepslate_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/small_deepslate_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/small_deepslate_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/small_deepslate_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/small_deepslate_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/small_deepslate_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/small_deepslate_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/small_deepslate_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/small_deepslate_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/small_deepslate_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/small_deepslate_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/small_deepslate_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/small_deepslate_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/small_deepslate_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/small_deepslate_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/small_deepslate_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/small_deepslate_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_deepslate_brick_wall.json b/src/generated/resources/assets/create/blockstates/small_deepslate_brick_wall.json index 5a301d52b7..f72583262b 100644 --- a/src/generated/resources/assets/create/blockstates/small_deepslate_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/small_deepslate_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/small_deepslate_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/small_deepslate_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/small_deepslate_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_deepslate_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/small_deepslate_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_deepslate_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/small_deepslate_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_deepslate_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/small_deepslate_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_deepslate_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/small_deepslate_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_deepslate_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/small_deepslate_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/small_deepslate_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/small_deepslate_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/small_diorite_brick_slab.json b/src/generated/resources/assets/create/blockstates/small_diorite_brick_slab.json index b45e81c1b1..0cfc736379 100644 --- a/src/generated/resources/assets/create/blockstates/small_diorite_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/small_diorite_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/small_diorite_brick_slab_top" - }, "type=bottom": { "model": "create:block/small_diorite_brick_slab" }, "type=double": { "model": "create:block/small_diorite_bricks" + }, + "type=top": { + "model": "create:block/small_diorite_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_diorite_brick_stairs.json b/src/generated/resources/assets/create/blockstates/small_diorite_brick_stairs.json index ab20ed2fef..75bb4d0f8b 100644 --- a/src/generated/resources/assets/create/blockstates/small_diorite_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/small_diorite_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/small_diorite_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/small_diorite_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/small_diorite_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/small_diorite_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/small_diorite_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/small_diorite_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/small_diorite_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/small_diorite_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/small_diorite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/small_diorite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/small_diorite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/small_diorite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/small_diorite_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/small_diorite_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/small_diorite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/small_diorite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/small_diorite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/small_diorite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/small_diorite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/small_diorite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/small_diorite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/small_diorite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/small_diorite_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/small_diorite_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/small_diorite_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/small_diorite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/small_diorite_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/small_diorite_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/small_diorite_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/small_diorite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/small_diorite_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/small_diorite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/small_diorite_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/small_diorite_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/small_diorite_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/small_diorite_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/small_diorite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/small_diorite_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/small_diorite_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/small_diorite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/small_diorite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/small_diorite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/small_diorite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/small_diorite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/small_diorite_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/small_diorite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/small_diorite_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/small_diorite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/small_diorite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/small_diorite_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/small_diorite_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/small_diorite_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/small_diorite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/small_diorite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/small_diorite_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/small_diorite_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/small_diorite_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/small_diorite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/small_diorite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/small_diorite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/small_diorite_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/small_diorite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/small_diorite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/small_diorite_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/small_diorite_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/small_diorite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/small_diorite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/small_diorite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/small_diorite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/small_diorite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_diorite_brick_wall.json b/src/generated/resources/assets/create/blockstates/small_diorite_brick_wall.json index b3fb6886fb..664dce10a1 100644 --- a/src/generated/resources/assets/create/blockstates/small_diorite_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/small_diorite_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/small_diorite_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/small_diorite_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/small_diorite_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_diorite_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/small_diorite_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_diorite_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/small_diorite_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_diorite_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/small_diorite_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_diorite_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/small_diorite_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_diorite_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/small_diorite_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/small_diorite_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/small_diorite_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/small_dripstone_brick_slab.json b/src/generated/resources/assets/create/blockstates/small_dripstone_brick_slab.json index 9185d6f9bd..a27b99fbce 100644 --- a/src/generated/resources/assets/create/blockstates/small_dripstone_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/small_dripstone_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/small_dripstone_brick_slab_top" - }, "type=bottom": { "model": "create:block/small_dripstone_brick_slab" }, "type=double": { "model": "create:block/small_dripstone_bricks" + }, + "type=top": { + "model": "create:block/small_dripstone_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_dripstone_brick_stairs.json b/src/generated/resources/assets/create/blockstates/small_dripstone_brick_stairs.json index 423d19d54d..a88d5bfb64 100644 --- a/src/generated/resources/assets/create/blockstates/small_dripstone_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/small_dripstone_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/small_dripstone_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/small_dripstone_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/small_dripstone_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/small_dripstone_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/small_dripstone_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/small_dripstone_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/small_dripstone_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/small_dripstone_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/small_dripstone_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/small_dripstone_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/small_dripstone_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/small_dripstone_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/small_dripstone_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/small_dripstone_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/small_dripstone_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/small_dripstone_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/small_dripstone_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/small_dripstone_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/small_dripstone_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/small_dripstone_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/small_dripstone_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/small_dripstone_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/small_dripstone_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/small_dripstone_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/small_dripstone_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/small_dripstone_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/small_dripstone_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/small_dripstone_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/small_dripstone_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/small_dripstone_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/small_dripstone_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/small_dripstone_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/small_dripstone_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/small_dripstone_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/small_dripstone_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/small_dripstone_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/small_dripstone_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/small_dripstone_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/small_dripstone_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/small_dripstone_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/small_dripstone_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/small_dripstone_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/small_dripstone_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/small_dripstone_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/small_dripstone_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/small_dripstone_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/small_dripstone_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/small_dripstone_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/small_dripstone_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/small_dripstone_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/small_dripstone_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/small_dripstone_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/small_dripstone_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/small_dripstone_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/small_dripstone_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/small_dripstone_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/small_dripstone_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/small_dripstone_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/small_dripstone_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/small_dripstone_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/small_dripstone_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/small_dripstone_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/small_dripstone_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/small_dripstone_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/small_dripstone_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/small_dripstone_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/small_dripstone_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/small_dripstone_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/small_dripstone_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/small_dripstone_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_dripstone_brick_wall.json b/src/generated/resources/assets/create/blockstates/small_dripstone_brick_wall.json index 3830def906..91d5c2f12d 100644 --- a/src/generated/resources/assets/create/blockstates/small_dripstone_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/small_dripstone_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/small_dripstone_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/small_dripstone_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/small_dripstone_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_dripstone_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/small_dripstone_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_dripstone_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/small_dripstone_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_dripstone_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/small_dripstone_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_dripstone_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/small_dripstone_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_dripstone_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/small_dripstone_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/small_dripstone_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/small_dripstone_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/small_granite_brick_slab.json b/src/generated/resources/assets/create/blockstates/small_granite_brick_slab.json index 4b9e0be3c6..5b38894bc0 100644 --- a/src/generated/resources/assets/create/blockstates/small_granite_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/small_granite_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/small_granite_brick_slab_top" - }, "type=bottom": { "model": "create:block/small_granite_brick_slab" }, "type=double": { "model": "create:block/small_granite_bricks" + }, + "type=top": { + "model": "create:block/small_granite_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_granite_brick_stairs.json b/src/generated/resources/assets/create/blockstates/small_granite_brick_stairs.json index 861d0b5580..b650f5217d 100644 --- a/src/generated/resources/assets/create/blockstates/small_granite_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/small_granite_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/small_granite_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/small_granite_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/small_granite_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/small_granite_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/small_granite_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/small_granite_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/small_granite_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/small_granite_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/small_granite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/small_granite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/small_granite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/small_granite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/small_granite_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/small_granite_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/small_granite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/small_granite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/small_granite_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/small_granite_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/small_granite_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/small_granite_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/small_granite_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/small_granite_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/small_granite_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/small_granite_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/small_granite_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/small_granite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/small_granite_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/small_granite_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/small_granite_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/small_granite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/small_granite_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/small_granite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/small_granite_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/small_granite_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/small_granite_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/small_granite_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/small_granite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/small_granite_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/small_granite_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/small_granite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/small_granite_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/small_granite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/small_granite_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/small_granite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/small_granite_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/small_granite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/small_granite_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/small_granite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/small_granite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/small_granite_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/small_granite_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/small_granite_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/small_granite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/small_granite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/small_granite_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/small_granite_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/small_granite_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/small_granite_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/small_granite_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/small_granite_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/small_granite_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/small_granite_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/small_granite_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/small_granite_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/small_granite_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/small_granite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/small_granite_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/small_granite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/small_granite_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/small_granite_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_granite_brick_wall.json b/src/generated/resources/assets/create/blockstates/small_granite_brick_wall.json index 69435a08d5..44fe531ec0 100644 --- a/src/generated/resources/assets/create/blockstates/small_granite_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/small_granite_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/small_granite_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/small_granite_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/small_granite_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_granite_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/small_granite_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_granite_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/small_granite_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_granite_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/small_granite_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_granite_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/small_granite_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_granite_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/small_granite_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/small_granite_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/small_granite_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/small_limestone_brick_slab.json b/src/generated/resources/assets/create/blockstates/small_limestone_brick_slab.json index 5418d6ede0..04db02a5ea 100644 --- a/src/generated/resources/assets/create/blockstates/small_limestone_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/small_limestone_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/small_limestone_brick_slab_top" - }, "type=bottom": { "model": "create:block/small_limestone_brick_slab" }, "type=double": { "model": "create:block/small_limestone_bricks" + }, + "type=top": { + "model": "create:block/small_limestone_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_limestone_brick_stairs.json b/src/generated/resources/assets/create/blockstates/small_limestone_brick_stairs.json index e9a702adb8..4adefd794e 100644 --- a/src/generated/resources/assets/create/blockstates/small_limestone_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/small_limestone_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/small_limestone_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/small_limestone_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/small_limestone_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/small_limestone_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/small_limestone_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/small_limestone_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/small_limestone_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/small_limestone_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/small_limestone_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/small_limestone_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/small_limestone_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/small_limestone_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/small_limestone_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/small_limestone_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/small_limestone_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/small_limestone_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/small_limestone_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/small_limestone_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/small_limestone_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/small_limestone_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/small_limestone_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/small_limestone_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/small_limestone_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/small_limestone_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/small_limestone_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/small_limestone_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/small_limestone_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/small_limestone_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/small_limestone_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/small_limestone_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/small_limestone_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/small_limestone_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/small_limestone_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/small_limestone_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/small_limestone_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/small_limestone_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/small_limestone_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/small_limestone_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/small_limestone_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/small_limestone_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/small_limestone_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/small_limestone_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/small_limestone_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/small_limestone_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/small_limestone_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/small_limestone_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/small_limestone_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/small_limestone_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/small_limestone_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/small_limestone_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/small_limestone_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/small_limestone_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/small_limestone_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/small_limestone_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/small_limestone_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/small_limestone_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/small_limestone_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/small_limestone_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/small_limestone_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/small_limestone_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/small_limestone_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/small_limestone_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/small_limestone_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/small_limestone_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/small_limestone_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/small_limestone_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/small_limestone_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/small_limestone_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/small_limestone_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/small_limestone_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_limestone_brick_wall.json b/src/generated/resources/assets/create/blockstates/small_limestone_brick_wall.json index 4d362ff26e..24f4d6969d 100644 --- a/src/generated/resources/assets/create/blockstates/small_limestone_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/small_limestone_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/small_limestone_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/small_limestone_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/small_limestone_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_limestone_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/small_limestone_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_limestone_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/small_limestone_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_limestone_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/small_limestone_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_limestone_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/small_limestone_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_limestone_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/small_limestone_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/small_limestone_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/small_limestone_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/small_ochrum_brick_slab.json b/src/generated/resources/assets/create/blockstates/small_ochrum_brick_slab.json index 0af3778c91..036c23dec9 100644 --- a/src/generated/resources/assets/create/blockstates/small_ochrum_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/small_ochrum_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/small_ochrum_brick_slab_top" - }, "type=bottom": { "model": "create:block/small_ochrum_brick_slab" }, "type=double": { "model": "create:block/small_ochrum_bricks" + }, + "type=top": { + "model": "create:block/small_ochrum_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_ochrum_brick_stairs.json b/src/generated/resources/assets/create/blockstates/small_ochrum_brick_stairs.json index e0ad3fa59e..d19dc41a84 100644 --- a/src/generated/resources/assets/create/blockstates/small_ochrum_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/small_ochrum_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/small_ochrum_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/small_ochrum_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/small_ochrum_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/small_ochrum_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/small_ochrum_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/small_ochrum_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/small_ochrum_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/small_ochrum_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/small_ochrum_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/small_ochrum_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/small_ochrum_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/small_ochrum_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/small_ochrum_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/small_ochrum_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/small_ochrum_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/small_ochrum_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/small_ochrum_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/small_ochrum_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/small_ochrum_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/small_ochrum_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/small_ochrum_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/small_ochrum_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/small_ochrum_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/small_ochrum_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/small_ochrum_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/small_ochrum_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/small_ochrum_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/small_ochrum_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/small_ochrum_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/small_ochrum_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/small_ochrum_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/small_ochrum_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/small_ochrum_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/small_ochrum_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/small_ochrum_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/small_ochrum_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/small_ochrum_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/small_ochrum_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/small_ochrum_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/small_ochrum_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/small_ochrum_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/small_ochrum_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/small_ochrum_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/small_ochrum_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/small_ochrum_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/small_ochrum_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/small_ochrum_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/small_ochrum_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/small_ochrum_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/small_ochrum_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/small_ochrum_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/small_ochrum_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/small_ochrum_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/small_ochrum_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/small_ochrum_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/small_ochrum_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/small_ochrum_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/small_ochrum_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/small_ochrum_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/small_ochrum_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/small_ochrum_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/small_ochrum_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/small_ochrum_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/small_ochrum_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/small_ochrum_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/small_ochrum_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/small_ochrum_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/small_ochrum_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/small_ochrum_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/small_ochrum_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_ochrum_brick_wall.json b/src/generated/resources/assets/create/blockstates/small_ochrum_brick_wall.json index 4b61d93102..84d4a9fba4 100644 --- a/src/generated/resources/assets/create/blockstates/small_ochrum_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/small_ochrum_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/small_ochrum_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/small_ochrum_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/small_ochrum_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_ochrum_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/small_ochrum_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_ochrum_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/small_ochrum_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_ochrum_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/small_ochrum_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_ochrum_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/small_ochrum_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_ochrum_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/small_ochrum_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/small_ochrum_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/small_ochrum_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/small_scorchia_brick_slab.json b/src/generated/resources/assets/create/blockstates/small_scorchia_brick_slab.json index 4cb7e5c790..db1173c7a1 100644 --- a/src/generated/resources/assets/create/blockstates/small_scorchia_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/small_scorchia_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/small_scorchia_brick_slab_top" - }, "type=bottom": { "model": "create:block/small_scorchia_brick_slab" }, "type=double": { "model": "create:block/small_scorchia_bricks" + }, + "type=top": { + "model": "create:block/small_scorchia_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_scorchia_brick_stairs.json b/src/generated/resources/assets/create/blockstates/small_scorchia_brick_stairs.json index 4ef26c7b03..688ad6a0c6 100644 --- a/src/generated/resources/assets/create/blockstates/small_scorchia_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/small_scorchia_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/small_scorchia_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/small_scorchia_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/small_scorchia_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/small_scorchia_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/small_scorchia_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/small_scorchia_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/small_scorchia_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/small_scorchia_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/small_scorchia_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/small_scorchia_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/small_scorchia_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/small_scorchia_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/small_scorchia_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/small_scorchia_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/small_scorchia_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/small_scorchia_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/small_scorchia_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/small_scorchia_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/small_scorchia_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/small_scorchia_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/small_scorchia_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/small_scorchia_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/small_scorchia_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/small_scorchia_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/small_scorchia_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/small_scorchia_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/small_scorchia_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/small_scorchia_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/small_scorchia_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/small_scorchia_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/small_scorchia_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/small_scorchia_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/small_scorchia_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/small_scorchia_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/small_scorchia_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/small_scorchia_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/small_scorchia_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/small_scorchia_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/small_scorchia_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/small_scorchia_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/small_scorchia_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/small_scorchia_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/small_scorchia_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/small_scorchia_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/small_scorchia_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/small_scorchia_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/small_scorchia_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/small_scorchia_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/small_scorchia_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/small_scorchia_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/small_scorchia_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/small_scorchia_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/small_scorchia_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/small_scorchia_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/small_scorchia_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/small_scorchia_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/small_scorchia_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/small_scorchia_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/small_scorchia_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/small_scorchia_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/small_scorchia_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/small_scorchia_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/small_scorchia_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/small_scorchia_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/small_scorchia_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/small_scorchia_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/small_scorchia_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/small_scorchia_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/small_scorchia_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/small_scorchia_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_scorchia_brick_wall.json b/src/generated/resources/assets/create/blockstates/small_scorchia_brick_wall.json index 9ac88f722d..5470c6d3d4 100644 --- a/src/generated/resources/assets/create/blockstates/small_scorchia_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/small_scorchia_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/small_scorchia_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/small_scorchia_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/small_scorchia_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_scorchia_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/small_scorchia_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_scorchia_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/small_scorchia_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_scorchia_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/small_scorchia_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_scorchia_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/small_scorchia_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_scorchia_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/small_scorchia_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/small_scorchia_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/small_scorchia_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/small_scoria_brick_slab.json b/src/generated/resources/assets/create/blockstates/small_scoria_brick_slab.json index 72d09d2ec4..ce0292aa28 100644 --- a/src/generated/resources/assets/create/blockstates/small_scoria_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/small_scoria_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/small_scoria_brick_slab_top" - }, "type=bottom": { "model": "create:block/small_scoria_brick_slab" }, "type=double": { "model": "create:block/small_scoria_bricks" + }, + "type=top": { + "model": "create:block/small_scoria_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_scoria_brick_stairs.json b/src/generated/resources/assets/create/blockstates/small_scoria_brick_stairs.json index cea1b941a6..7506bab366 100644 --- a/src/generated/resources/assets/create/blockstates/small_scoria_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/small_scoria_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/small_scoria_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/small_scoria_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/small_scoria_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/small_scoria_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/small_scoria_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/small_scoria_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/small_scoria_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/small_scoria_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/small_scoria_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/small_scoria_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/small_scoria_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/small_scoria_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/small_scoria_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/small_scoria_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/small_scoria_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/small_scoria_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/small_scoria_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/small_scoria_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/small_scoria_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/small_scoria_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/small_scoria_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/small_scoria_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/small_scoria_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/small_scoria_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/small_scoria_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/small_scoria_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/small_scoria_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/small_scoria_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/small_scoria_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/small_scoria_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/small_scoria_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/small_scoria_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/small_scoria_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/small_scoria_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/small_scoria_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/small_scoria_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/small_scoria_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/small_scoria_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/small_scoria_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/small_scoria_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/small_scoria_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/small_scoria_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/small_scoria_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/small_scoria_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/small_scoria_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/small_scoria_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/small_scoria_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/small_scoria_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/small_scoria_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/small_scoria_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/small_scoria_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/small_scoria_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/small_scoria_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/small_scoria_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/small_scoria_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/small_scoria_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/small_scoria_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/small_scoria_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/small_scoria_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/small_scoria_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/small_scoria_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/small_scoria_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/small_scoria_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/small_scoria_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/small_scoria_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/small_scoria_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/small_scoria_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/small_scoria_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/small_scoria_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/small_scoria_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_scoria_brick_wall.json b/src/generated/resources/assets/create/blockstates/small_scoria_brick_wall.json index 19418ef6f6..4eb023894d 100644 --- a/src/generated/resources/assets/create/blockstates/small_scoria_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/small_scoria_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/small_scoria_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/small_scoria_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/small_scoria_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_scoria_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/small_scoria_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_scoria_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/small_scoria_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_scoria_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/small_scoria_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_scoria_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/small_scoria_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_scoria_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/small_scoria_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/small_scoria_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/small_scoria_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/small_tuff_brick_slab.json b/src/generated/resources/assets/create/blockstates/small_tuff_brick_slab.json index c3f380a2f9..3d3d4efae5 100644 --- a/src/generated/resources/assets/create/blockstates/small_tuff_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/small_tuff_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/small_tuff_brick_slab_top" - }, "type=bottom": { "model": "create:block/small_tuff_brick_slab" }, "type=double": { "model": "create:block/small_tuff_bricks" + }, + "type=top": { + "model": "create:block/small_tuff_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_tuff_brick_stairs.json b/src/generated/resources/assets/create/blockstates/small_tuff_brick_stairs.json index 6d8fed0fa5..eb60cb322b 100644 --- a/src/generated/resources/assets/create/blockstates/small_tuff_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/small_tuff_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/small_tuff_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/small_tuff_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/small_tuff_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/small_tuff_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/small_tuff_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/small_tuff_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/small_tuff_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/small_tuff_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/small_tuff_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/small_tuff_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/small_tuff_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/small_tuff_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/small_tuff_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/small_tuff_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/small_tuff_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/small_tuff_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/small_tuff_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/small_tuff_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/small_tuff_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/small_tuff_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/small_tuff_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/small_tuff_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/small_tuff_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/small_tuff_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/small_tuff_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/small_tuff_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/small_tuff_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/small_tuff_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/small_tuff_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/small_tuff_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/small_tuff_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/small_tuff_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/small_tuff_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/small_tuff_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/small_tuff_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/small_tuff_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/small_tuff_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/small_tuff_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/small_tuff_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/small_tuff_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/small_tuff_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/small_tuff_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/small_tuff_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/small_tuff_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/small_tuff_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/small_tuff_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/small_tuff_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/small_tuff_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/small_tuff_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/small_tuff_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/small_tuff_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/small_tuff_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/small_tuff_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/small_tuff_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/small_tuff_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/small_tuff_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/small_tuff_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/small_tuff_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/small_tuff_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/small_tuff_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/small_tuff_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/small_tuff_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/small_tuff_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/small_tuff_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/small_tuff_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/small_tuff_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/small_tuff_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/small_tuff_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/small_tuff_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/small_tuff_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_tuff_brick_wall.json b/src/generated/resources/assets/create/blockstates/small_tuff_brick_wall.json index cc836ab6d2..18dbd2369e 100644 --- a/src/generated/resources/assets/create/blockstates/small_tuff_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/small_tuff_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/small_tuff_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/small_tuff_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/small_tuff_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_tuff_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/small_tuff_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_tuff_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/small_tuff_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_tuff_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/small_tuff_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_tuff_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/small_tuff_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_tuff_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/small_tuff_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/small_tuff_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/small_tuff_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/small_veridium_brick_slab.json b/src/generated/resources/assets/create/blockstates/small_veridium_brick_slab.json index 034dbdf91d..4c6040475d 100644 --- a/src/generated/resources/assets/create/blockstates/small_veridium_brick_slab.json +++ b/src/generated/resources/assets/create/blockstates/small_veridium_brick_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/small_veridium_brick_slab_top" - }, "type=bottom": { "model": "create:block/small_veridium_brick_slab" }, "type=double": { "model": "create:block/small_veridium_bricks" + }, + "type=top": { + "model": "create:block/small_veridium_brick_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_veridium_brick_stairs.json b/src/generated/resources/assets/create/blockstates/small_veridium_brick_stairs.json index 162a5ce9bb..8cc078d183 100644 --- a/src/generated/resources/assets/create/blockstates/small_veridium_brick_stairs.json +++ b/src/generated/resources/assets/create/blockstates/small_veridium_brick_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/small_veridium_brick_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/small_veridium_brick_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/small_veridium_brick_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/small_veridium_brick_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/small_veridium_brick_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/small_veridium_brick_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/small_veridium_brick_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/small_veridium_brick_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/small_veridium_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/small_veridium_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/small_veridium_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/small_veridium_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/small_veridium_brick_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/small_veridium_brick_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/small_veridium_brick_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/small_veridium_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/small_veridium_brick_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/small_veridium_brick_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/small_veridium_brick_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/small_veridium_brick_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/small_veridium_brick_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/small_veridium_brick_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/small_veridium_brick_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/small_veridium_brick_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/small_veridium_brick_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/small_veridium_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/small_veridium_brick_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/small_veridium_brick_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/small_veridium_brick_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/small_veridium_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/small_veridium_brick_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/small_veridium_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/small_veridium_brick_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/small_veridium_brick_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/small_veridium_brick_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/small_veridium_brick_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/small_veridium_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/small_veridium_brick_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/small_veridium_brick_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/small_veridium_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/small_veridium_brick_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/small_veridium_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/small_veridium_brick_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/small_veridium_brick_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/small_veridium_brick_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/small_veridium_brick_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/small_veridium_brick_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/small_veridium_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/small_veridium_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/small_veridium_brick_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/small_veridium_brick_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/small_veridium_brick_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/small_veridium_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/small_veridium_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/small_veridium_brick_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/small_veridium_brick_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/small_veridium_brick_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/small_veridium_brick_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/small_veridium_brick_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/small_veridium_brick_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/small_veridium_brick_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/small_veridium_brick_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/small_veridium_brick_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/small_veridium_brick_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/small_veridium_brick_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/small_veridium_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/small_veridium_brick_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/small_veridium_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/small_veridium_brick_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/small_veridium_brick_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/small_veridium_brick_wall.json b/src/generated/resources/assets/create/blockstates/small_veridium_brick_wall.json index aeaeea8064..7144038636 100644 --- a/src/generated/resources/assets/create/blockstates/small_veridium_brick_wall.json +++ b/src/generated/resources/assets/create/blockstates/small_veridium_brick_wall.json @@ -1,89 +1,89 @@ { "multipart": [ { - "when": { - "up": "true" - }, "apply": { "model": "create:block/small_veridium_bricks_wall_post" + }, + "when": { + "up": "true" } }, { + "apply": { + "model": "create:block/small_veridium_bricks_wall_side", + "uvlock": true, + "y": 90 + }, "when": { "east": "low" - }, - "apply": { - "model": "create:block/small_veridium_bricks_wall_side", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_veridium_bricks_wall_side_tall", + "uvlock": true, + "y": 90 + }, "when": { "east": "tall" - }, - "apply": { - "model": "create:block/small_veridium_bricks_wall_side_tall", - "y": 90, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_veridium_bricks_wall_side", + "uvlock": true + }, "when": { "north": "low" - }, - "apply": { - "model": "create:block/small_veridium_bricks_wall_side", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_veridium_bricks_wall_side_tall", + "uvlock": true + }, "when": { "north": "tall" - }, - "apply": { - "model": "create:block/small_veridium_bricks_wall_side_tall", - "uvlock": true } }, { + "apply": { + "model": "create:block/small_veridium_bricks_wall_side", + "uvlock": true, + "y": 180 + }, "when": { "south": "low" - }, - "apply": { - "model": "create:block/small_veridium_bricks_wall_side", - "y": 180, - "uvlock": true } }, { + "apply": { + "model": "create:block/small_veridium_bricks_wall_side_tall", + "uvlock": true, + "y": 180 + }, "when": { "south": "tall" - }, - "apply": { - "model": "create:block/small_veridium_bricks_wall_side_tall", - "y": 180, - "uvlock": true } }, { - "when": { - "west": "low" - }, "apply": { "model": "create:block/small_veridium_bricks_wall_side", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "low" } }, { - "when": { - "west": "tall" - }, "apply": { "model": "create:block/small_veridium_bricks_wall_side_tall", - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 + }, + "when": { + "west": "tall" } } ] diff --git a/src/generated/resources/assets/create/blockstates/smart_fluid_pipe.json b/src/generated/resources/assets/create/blockstates/smart_fluid_pipe.json index cf7adfc36a..0a960cdcb4 100644 --- a/src/generated/resources/assets/create/blockstates/smart_fluid_pipe.json +++ b/src/generated/resources/assets/create/blockstates/smart_fluid_pipe.json @@ -1,39 +1,19 @@ { "variants": { - "face=floor,facing=north": { + "face=ceiling,facing=east": { "model": "create:block/smart_fluid_pipe/block", - "y": 180 - }, - "face=wall,facing=north": { - "model": "create:block/smart_fluid_pipe/block", - "x": 270, - "y": 180 + "x": 180, + "y": 90 }, "face=ceiling,facing=north": { "model": "create:block/smart_fluid_pipe/block", "x": 180 }, - "face=floor,facing=south": { - "model": "create:block/smart_fluid_pipe/block" - }, - "face=wall,facing=south": { - "model": "create:block/smart_fluid_pipe/block", - "x": 270 - }, "face=ceiling,facing=south": { "model": "create:block/smart_fluid_pipe/block", "x": 180, "y": 180 }, - "face=floor,facing=west": { - "model": "create:block/smart_fluid_pipe/block", - "y": 90 - }, - "face=wall,facing=west": { - "model": "create:block/smart_fluid_pipe/block", - "x": 270, - "y": 90 - }, "face=ceiling,facing=west": { "model": "create:block/smart_fluid_pipe/block", "x": 180, @@ -43,14 +23,34 @@ "model": "create:block/smart_fluid_pipe/block", "y": 270 }, + "face=floor,facing=north": { + "model": "create:block/smart_fluid_pipe/block", + "y": 180 + }, + "face=floor,facing=south": { + "model": "create:block/smart_fluid_pipe/block" + }, + "face=floor,facing=west": { + "model": "create:block/smart_fluid_pipe/block", + "y": 90 + }, "face=wall,facing=east": { "model": "create:block/smart_fluid_pipe/block", "x": 270, "y": 270 }, - "face=ceiling,facing=east": { + "face=wall,facing=north": { "model": "create:block/smart_fluid_pipe/block", - "x": 180, + "x": 270, + "y": 180 + }, + "face=wall,facing=south": { + "model": "create:block/smart_fluid_pipe/block", + "x": 270 + }, + "face=wall,facing=west": { + "model": "create:block/smart_fluid_pipe/block", + "x": 270, "y": 90 } } diff --git a/src/generated/resources/assets/create/blockstates/speedometer.json b/src/generated/resources/assets/create/blockstates/speedometer.json index 1946e3d39f..7a5ff6bf05 100644 --- a/src/generated/resources/assets/create/blockstates/speedometer.json +++ b/src/generated/resources/assets/create/blockstates/speedometer.json @@ -4,51 +4,51 @@ "model": "create:block/gauge/base", "x": 180 }, - "axis_along_first=true,facing=down": { - "model": "create:block/gauge/base", - "x": 180, - "y": 90 - }, - "axis_along_first=false,facing=up": { - "model": "create:block/gauge/base" - }, - "axis_along_first=true,facing=up": { - "model": "create:block/gauge/base", - "y": 90 + "axis_along_first=false,facing=east": { + "model": "create:block/gauge/base_wall" }, "axis_along_first=false,facing=north": { "model": "create:block/gauge/base_wall", "x": 90, "y": 270 }, - "axis_along_first=true,facing=north": { - "model": "create:block/gauge/base_wall", - "y": 270 - }, "axis_along_first=false,facing=south": { "model": "create:block/gauge/base_wall", "x": 90, "y": 90 }, - "axis_along_first=true,facing=south": { - "model": "create:block/gauge/base_wall", - "y": 90 + "axis_along_first=false,facing=up": { + "model": "create:block/gauge/base" }, "axis_along_first=false,facing=west": { "model": "create:block/gauge/base_wall", "y": 180 }, - "axis_along_first=true,facing=west": { - "model": "create:block/gauge/base_wall", - "x": 90, - "y": 180 - }, - "axis_along_first=false,facing=east": { - "model": "create:block/gauge/base_wall" + "axis_along_first=true,facing=down": { + "model": "create:block/gauge/base", + "x": 180, + "y": 90 }, "axis_along_first=true,facing=east": { "model": "create:block/gauge/base_wall", "x": 90 + }, + "axis_along_first=true,facing=north": { + "model": "create:block/gauge/base_wall", + "y": 270 + }, + "axis_along_first=true,facing=south": { + "model": "create:block/gauge/base_wall", + "y": 90 + }, + "axis_along_first=true,facing=up": { + "model": "create:block/gauge/base", + "y": 90 + }, + "axis_along_first=true,facing=west": { + "model": "create:block/gauge/base_wall", + "x": 90, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/spruce_window_pane.json b/src/generated/resources/assets/create/blockstates/spruce_window_pane.json index bbb78953e0..23bda9afa9 100644 --- a/src/generated/resources/assets/create/blockstates/spruce_window_pane.json +++ b/src/generated/resources/assets/create/blockstates/spruce_window_pane.json @@ -6,71 +6,71 @@ } }, { - "when": { - "north": "true" - }, "apply": { "model": "create:block/spruce_window_pane_side" + }, + "when": { + "north": "true" } }, { - "when": { - "north": "false" - }, "apply": { "model": "create:block/spruce_window_pane_noside" + }, + "when": { + "north": "false" } }, { - "when": { - "south": "true" - }, "apply": { "model": "create:block/spruce_window_pane_side_alt" + }, + "when": { + "south": "true" } }, { - "when": { - "south": "false" - }, "apply": { "model": "create:block/spruce_window_pane_noside_alt", "y": 90 + }, + "when": { + "south": "false" } }, { - "when": { - "west": "true" - }, "apply": { "model": "create:block/spruce_window_pane_side_alt", "y": 90 + }, + "when": { + "west": "true" } }, { - "when": { - "west": "false" - }, "apply": { "model": "create:block/spruce_window_pane_noside", "y": 270 + }, + "when": { + "west": "false" } }, { - "when": { - "east": "true" - }, "apply": { "model": "create:block/spruce_window_pane_side", "y": 90 + }, + "when": { + "east": "true" } }, { - "when": { - "east": "false" - }, "apply": { "model": "create:block/spruce_window_pane_noside_alt" + }, + "when": { + "east": "false" } } ] diff --git a/src/generated/resources/assets/create/blockstates/steam_engine.json b/src/generated/resources/assets/create/blockstates/steam_engine.json index bad677f65a..f9601f21ff 100644 --- a/src/generated/resources/assets/create/blockstates/steam_engine.json +++ b/src/generated/resources/assets/create/blockstates/steam_engine.json @@ -1,99 +1,76 @@ { "variants": { - "face=floor,facing=north,waterlogged=false": { - "model": "create:block/steam_engine/block" - }, - "face=wall,facing=north,waterlogged=false": { + "face=ceiling,facing=east,waterlogged=false": { "model": "create:block/steam_engine/block", - "x": 90 + "x": 180, + "y": 270 + }, + "face=ceiling,facing=east,waterlogged=true": { + "model": "create:block/steam_engine/block", + "x": 180, + "y": 270 }, "face=ceiling,facing=north,waterlogged=false": { "model": "create:block/steam_engine/block", "x": 180, "y": 180 }, - "face=floor,facing=south,waterlogged=false": { + "face=ceiling,facing=north,waterlogged=true": { "model": "create:block/steam_engine/block", - "y": 180 - }, - "face=wall,facing=south,waterlogged=false": { - "model": "create:block/steam_engine/block", - "x": 90, + "x": 180, "y": 180 }, "face=ceiling,facing=south,waterlogged=false": { "model": "create:block/steam_engine/block", "x": 180 }, - "face=floor,facing=west,waterlogged=false": { + "face=ceiling,facing=south,waterlogged=true": { "model": "create:block/steam_engine/block", - "y": 270 - }, - "face=wall,facing=west,waterlogged=false": { - "model": "create:block/steam_engine/block", - "x": 90, - "y": 270 + "x": 180 }, "face=ceiling,facing=west,waterlogged=false": { "model": "create:block/steam_engine/block", "x": 180, "y": 90 }, + "face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/steam_engine/block", + "x": 180, + "y": 90 + }, "face=floor,facing=east,waterlogged=false": { "model": "create:block/steam_engine/block", "y": 90 }, - "face=wall,facing=east,waterlogged=false": { + "face=floor,facing=east,waterlogged=true": { "model": "create:block/steam_engine/block", - "x": 90, "y": 90 }, - "face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/steam_engine/block", - "x": 180, - "y": 270 + "face=floor,facing=north,waterlogged=false": { + "model": "create:block/steam_engine/block" }, "face=floor,facing=north,waterlogged=true": { "model": "create:block/steam_engine/block" }, - "face=wall,facing=north,waterlogged=true": { + "face=floor,facing=south,waterlogged=false": { "model": "create:block/steam_engine/block", - "x": 90 - }, - "face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/steam_engine/block", - "x": 180, "y": 180 }, "face=floor,facing=south,waterlogged=true": { "model": "create:block/steam_engine/block", "y": 180 }, - "face=wall,facing=south,waterlogged=true": { + "face=floor,facing=west,waterlogged=false": { "model": "create:block/steam_engine/block", - "x": 90, - "y": 180 - }, - "face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/steam_engine/block", - "x": 180 + "y": 270 }, "face=floor,facing=west,waterlogged=true": { "model": "create:block/steam_engine/block", "y": 270 }, - "face=wall,facing=west,waterlogged=true": { + "face=wall,facing=east,waterlogged=false": { "model": "create:block/steam_engine/block", "x": 90, - "y": 270 - }, - "face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/steam_engine/block", - "x": 180, - "y": 90 - }, - "face=floor,facing=east,waterlogged=true": { - "model": "create:block/steam_engine/block", "y": 90 }, "face=wall,facing=east,waterlogged=true": { @@ -101,9 +78,32 @@ "x": 90, "y": 90 }, - "face=ceiling,facing=east,waterlogged=true": { + "face=wall,facing=north,waterlogged=false": { "model": "create:block/steam_engine/block", - "x": 180, + "x": 90 + }, + "face=wall,facing=north,waterlogged=true": { + "model": "create:block/steam_engine/block", + "x": 90 + }, + "face=wall,facing=south,waterlogged=false": { + "model": "create:block/steam_engine/block", + "x": 90, + "y": 180 + }, + "face=wall,facing=south,waterlogged=true": { + "model": "create:block/steam_engine/block", + "x": 90, + "y": 180 + }, + "face=wall,facing=west,waterlogged=false": { + "model": "create:block/steam_engine/block", + "x": 90, + "y": 270 + }, + "face=wall,facing=west,waterlogged=true": { + "model": "create:block/steam_engine/block", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/steam_whistle.json b/src/generated/resources/assets/create/blockstates/steam_whistle.json index ee2ecba020..f65ec26178 100644 --- a/src/generated/resources/assets/create/blockstates/steam_whistle.json +++ b/src/generated/resources/assets/create/blockstates/steam_whistle.json @@ -1,184 +1,184 @@ { "variants": { - "facing=north,powered=false,size=small,wall=false": { - "model": "create:block/steam_whistle/block_small_floor", - "y": 180 - }, - "facing=south,powered=false,size=small,wall=false": { - "model": "create:block/steam_whistle/block_small_floor" - }, - "facing=west,powered=false,size=small,wall=false": { - "model": "create:block/steam_whistle/block_small_floor", - "y": 90 - }, - "facing=east,powered=false,size=small,wall=false": { - "model": "create:block/steam_whistle/block_small_floor", + "facing=east,powered=false,size=large,wall=false": { + "model": "create:block/steam_whistle/block_large_floor", "y": 270 }, - "facing=north,powered=true,size=small,wall=false": { - "model": "create:block/steam_whistle/block_small_floor_powered", - "y": 180 - }, - "facing=south,powered=true,size=small,wall=false": { - "model": "create:block/steam_whistle/block_small_floor_powered" - }, - "facing=west,powered=true,size=small,wall=false": { - "model": "create:block/steam_whistle/block_small_floor_powered", - "y": 90 - }, - "facing=east,powered=true,size=small,wall=false": { - "model": "create:block/steam_whistle/block_small_floor_powered", + "facing=east,powered=false,size=large,wall=true": { + "model": "create:block/steam_whistle/block_large_wall", "y": 270 }, - "facing=north,powered=false,size=medium,wall=false": { - "model": "create:block/steam_whistle/block_medium_floor", - "y": 180 - }, - "facing=south,powered=false,size=medium,wall=false": { - "model": "create:block/steam_whistle/block_medium_floor" - }, - "facing=west,powered=false,size=medium,wall=false": { - "model": "create:block/steam_whistle/block_medium_floor", - "y": 90 - }, "facing=east,powered=false,size=medium,wall=false": { "model": "create:block/steam_whistle/block_medium_floor", "y": 270 }, - "facing=north,powered=true,size=medium,wall=false": { - "model": "create:block/steam_whistle/block_medium_floor_powered", - "y": 180 + "facing=east,powered=false,size=medium,wall=true": { + "model": "create:block/steam_whistle/block_medium_wall", + "y": 270 }, - "facing=south,powered=true,size=medium,wall=false": { - "model": "create:block/steam_whistle/block_medium_floor_powered" + "facing=east,powered=false,size=small,wall=false": { + "model": "create:block/steam_whistle/block_small_floor", + "y": 270 }, - "facing=west,powered=true,size=medium,wall=false": { - "model": "create:block/steam_whistle/block_medium_floor_powered", - "y": 90 + "facing=east,powered=false,size=small,wall=true": { + "model": "create:block/steam_whistle/block_small_wall", + "y": 270 + }, + "facing=east,powered=true,size=large,wall=false": { + "model": "create:block/steam_whistle/block_large_floor_powered", + "y": 270 + }, + "facing=east,powered=true,size=large,wall=true": { + "model": "create:block/steam_whistle/block_large_wall_powered", + "y": 270 }, "facing=east,powered=true,size=medium,wall=false": { "model": "create:block/steam_whistle/block_medium_floor_powered", "y": 270 }, + "facing=east,powered=true,size=medium,wall=true": { + "model": "create:block/steam_whistle/block_medium_wall_powered", + "y": 270 + }, + "facing=east,powered=true,size=small,wall=false": { + "model": "create:block/steam_whistle/block_small_floor_powered", + "y": 270 + }, + "facing=east,powered=true,size=small,wall=true": { + "model": "create:block/steam_whistle/block_small_wall_powered", + "y": 270 + }, "facing=north,powered=false,size=large,wall=false": { "model": "create:block/steam_whistle/block_large_floor", "y": 180 }, - "facing=south,powered=false,size=large,wall=false": { - "model": "create:block/steam_whistle/block_large_floor" - }, - "facing=west,powered=false,size=large,wall=false": { - "model": "create:block/steam_whistle/block_large_floor", - "y": 90 - }, - "facing=east,powered=false,size=large,wall=false": { - "model": "create:block/steam_whistle/block_large_floor", - "y": 270 - }, - "facing=north,powered=true,size=large,wall=false": { - "model": "create:block/steam_whistle/block_large_floor_powered", + "facing=north,powered=false,size=large,wall=true": { + "model": "create:block/steam_whistle/block_large_wall", "y": 180 }, - "facing=south,powered=true,size=large,wall=false": { - "model": "create:block/steam_whistle/block_large_floor_powered" - }, - "facing=west,powered=true,size=large,wall=false": { - "model": "create:block/steam_whistle/block_large_floor_powered", - "y": 90 - }, - "facing=east,powered=true,size=large,wall=false": { - "model": "create:block/steam_whistle/block_large_floor_powered", - "y": 270 - }, - "facing=north,powered=false,size=small,wall=true": { - "model": "create:block/steam_whistle/block_small_wall", + "facing=north,powered=false,size=medium,wall=false": { + "model": "create:block/steam_whistle/block_medium_floor", "y": 180 }, - "facing=south,powered=false,size=small,wall=true": { - "model": "create:block/steam_whistle/block_small_wall" - }, - "facing=west,powered=false,size=small,wall=true": { - "model": "create:block/steam_whistle/block_small_wall", - "y": 90 - }, - "facing=east,powered=false,size=small,wall=true": { - "model": "create:block/steam_whistle/block_small_wall", - "y": 270 - }, - "facing=north,powered=true,size=small,wall=true": { - "model": "create:block/steam_whistle/block_small_wall_powered", - "y": 180 - }, - "facing=south,powered=true,size=small,wall=true": { - "model": "create:block/steam_whistle/block_small_wall_powered" - }, - "facing=west,powered=true,size=small,wall=true": { - "model": "create:block/steam_whistle/block_small_wall_powered", - "y": 90 - }, - "facing=east,powered=true,size=small,wall=true": { - "model": "create:block/steam_whistle/block_small_wall_powered", - "y": 270 - }, "facing=north,powered=false,size=medium,wall=true": { "model": "create:block/steam_whistle/block_medium_wall", "y": 180 }, - "facing=south,powered=false,size=medium,wall=true": { - "model": "create:block/steam_whistle/block_medium_wall" - }, - "facing=west,powered=false,size=medium,wall=true": { - "model": "create:block/steam_whistle/block_medium_wall", - "y": 90 - }, - "facing=east,powered=false,size=medium,wall=true": { - "model": "create:block/steam_whistle/block_medium_wall", - "y": 270 - }, - "facing=north,powered=true,size=medium,wall=true": { - "model": "create:block/steam_whistle/block_medium_wall_powered", + "facing=north,powered=false,size=small,wall=false": { + "model": "create:block/steam_whistle/block_small_floor", "y": 180 }, - "facing=south,powered=true,size=medium,wall=true": { - "model": "create:block/steam_whistle/block_medium_wall_powered" - }, - "facing=west,powered=true,size=medium,wall=true": { - "model": "create:block/steam_whistle/block_medium_wall_powered", - "y": 90 - }, - "facing=east,powered=true,size=medium,wall=true": { - "model": "create:block/steam_whistle/block_medium_wall_powered", - "y": 270 - }, - "facing=north,powered=false,size=large,wall=true": { - "model": "create:block/steam_whistle/block_large_wall", + "facing=north,powered=false,size=small,wall=true": { + "model": "create:block/steam_whistle/block_small_wall", "y": 180 }, - "facing=south,powered=false,size=large,wall=true": { - "model": "create:block/steam_whistle/block_large_wall" - }, - "facing=west,powered=false,size=large,wall=true": { - "model": "create:block/steam_whistle/block_large_wall", - "y": 90 - }, - "facing=east,powered=false,size=large,wall=true": { - "model": "create:block/steam_whistle/block_large_wall", - "y": 270 + "facing=north,powered=true,size=large,wall=false": { + "model": "create:block/steam_whistle/block_large_floor_powered", + "y": 180 }, "facing=north,powered=true,size=large,wall=true": { "model": "create:block/steam_whistle/block_large_wall_powered", "y": 180 }, + "facing=north,powered=true,size=medium,wall=false": { + "model": "create:block/steam_whistle/block_medium_floor_powered", + "y": 180 + }, + "facing=north,powered=true,size=medium,wall=true": { + "model": "create:block/steam_whistle/block_medium_wall_powered", + "y": 180 + }, + "facing=north,powered=true,size=small,wall=false": { + "model": "create:block/steam_whistle/block_small_floor_powered", + "y": 180 + }, + "facing=north,powered=true,size=small,wall=true": { + "model": "create:block/steam_whistle/block_small_wall_powered", + "y": 180 + }, + "facing=south,powered=false,size=large,wall=false": { + "model": "create:block/steam_whistle/block_large_floor" + }, + "facing=south,powered=false,size=large,wall=true": { + "model": "create:block/steam_whistle/block_large_wall" + }, + "facing=south,powered=false,size=medium,wall=false": { + "model": "create:block/steam_whistle/block_medium_floor" + }, + "facing=south,powered=false,size=medium,wall=true": { + "model": "create:block/steam_whistle/block_medium_wall" + }, + "facing=south,powered=false,size=small,wall=false": { + "model": "create:block/steam_whistle/block_small_floor" + }, + "facing=south,powered=false,size=small,wall=true": { + "model": "create:block/steam_whistle/block_small_wall" + }, + "facing=south,powered=true,size=large,wall=false": { + "model": "create:block/steam_whistle/block_large_floor_powered" + }, "facing=south,powered=true,size=large,wall=true": { "model": "create:block/steam_whistle/block_large_wall_powered" }, + "facing=south,powered=true,size=medium,wall=false": { + "model": "create:block/steam_whistle/block_medium_floor_powered" + }, + "facing=south,powered=true,size=medium,wall=true": { + "model": "create:block/steam_whistle/block_medium_wall_powered" + }, + "facing=south,powered=true,size=small,wall=false": { + "model": "create:block/steam_whistle/block_small_floor_powered" + }, + "facing=south,powered=true,size=small,wall=true": { + "model": "create:block/steam_whistle/block_small_wall_powered" + }, + "facing=west,powered=false,size=large,wall=false": { + "model": "create:block/steam_whistle/block_large_floor", + "y": 90 + }, + "facing=west,powered=false,size=large,wall=true": { + "model": "create:block/steam_whistle/block_large_wall", + "y": 90 + }, + "facing=west,powered=false,size=medium,wall=false": { + "model": "create:block/steam_whistle/block_medium_floor", + "y": 90 + }, + "facing=west,powered=false,size=medium,wall=true": { + "model": "create:block/steam_whistle/block_medium_wall", + "y": 90 + }, + "facing=west,powered=false,size=small,wall=false": { + "model": "create:block/steam_whistle/block_small_floor", + "y": 90 + }, + "facing=west,powered=false,size=small,wall=true": { + "model": "create:block/steam_whistle/block_small_wall", + "y": 90 + }, + "facing=west,powered=true,size=large,wall=false": { + "model": "create:block/steam_whistle/block_large_floor_powered", + "y": 90 + }, "facing=west,powered=true,size=large,wall=true": { "model": "create:block/steam_whistle/block_large_wall_powered", "y": 90 }, - "facing=east,powered=true,size=large,wall=true": { - "model": "create:block/steam_whistle/block_large_wall_powered", - "y": 270 + "facing=west,powered=true,size=medium,wall=false": { + "model": "create:block/steam_whistle/block_medium_floor_powered", + "y": 90 + }, + "facing=west,powered=true,size=medium,wall=true": { + "model": "create:block/steam_whistle/block_medium_wall_powered", + "y": 90 + }, + "facing=west,powered=true,size=small,wall=false": { + "model": "create:block/steam_whistle/block_small_floor_powered", + "y": 90 + }, + "facing=west,powered=true,size=small,wall=true": { + "model": "create:block/steam_whistle/block_small_wall_powered", + "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/steam_whistle_extension.json b/src/generated/resources/assets/create/blockstates/steam_whistle_extension.json index f3b863a5d1..3d8cccb847 100644 --- a/src/generated/resources/assets/create/blockstates/steam_whistle_extension.json +++ b/src/generated/resources/assets/create/blockstates/steam_whistle_extension.json @@ -1,84 +1,84 @@ { "multipart": [ { - "when": { - "size": "small", - "shape": "double" - }, "apply": { "model": "create:block/steam_whistle/extension/small_top_rim" + }, + "when": { + "shape": "double", + "size": "small" } }, { - "when": { - "size": "small", - "shape": "single" - }, "apply": { "model": "create:block/steam_whistle/extension/small_single" + }, + "when": { + "shape": "single", + "size": "small" } }, { - "when": { - "size": "small", - "shape": "double|double_connected" - }, "apply": { "model": "create:block/steam_whistle/extension/small_double" + }, + "when": { + "shape": "double|double_connected", + "size": "small" } }, { - "when": { - "size": "medium", - "shape": "double" - }, "apply": { "model": "create:block/steam_whistle/extension/medium_top_rim" + }, + "when": { + "shape": "double", + "size": "medium" } }, { - "when": { - "size": "medium", - "shape": "single" - }, "apply": { "model": "create:block/steam_whistle/extension/medium_single" + }, + "when": { + "shape": "single", + "size": "medium" } }, { - "when": { - "size": "medium", - "shape": "double|double_connected" - }, "apply": { "model": "create:block/steam_whistle/extension/medium_double" + }, + "when": { + "shape": "double|double_connected", + "size": "medium" } }, { - "when": { - "size": "large", - "shape": "double" - }, "apply": { "model": "create:block/steam_whistle/extension/large_top_rim" + }, + "when": { + "shape": "double", + "size": "large" } }, { - "when": { - "size": "large", - "shape": "single" - }, "apply": { "model": "create:block/steam_whistle/extension/large_single" + }, + "when": { + "shape": "single", + "size": "large" } }, { - "when": { - "size": "large", - "shape": "double|double_connected" - }, "apply": { "model": "create:block/steam_whistle/extension/large_double" + }, + "when": { + "shape": "double|double_connected", + "size": "large" } } ] diff --git a/src/generated/resources/assets/create/blockstates/sticker.json b/src/generated/resources/assets/create/blockstates/sticker.json index 1949f8b4ea..6817232ded 100644 --- a/src/generated/resources/assets/create/blockstates/sticker.json +++ b/src/generated/resources/assets/create/blockstates/sticker.json @@ -4,22 +4,26 @@ "model": "create:block/sticker/block", "x": 180 }, - "extended=true,facing=down,powered=false": { - "model": "create:block/sticker/block", + "extended=false,facing=down,powered=true": { + "model": "create:block/sticker/block_powered", "x": 180 }, - "extended=false,facing=up,powered=false": { - "model": "create:block/sticker/block" + "extended=false,facing=east,powered=false": { + "model": "create:block/sticker/block", + "x": 90, + "y": 90 }, - "extended=true,facing=up,powered=false": { - "model": "create:block/sticker/block" + "extended=false,facing=east,powered=true": { + "model": "create:block/sticker/block_powered", + "x": 90, + "y": 90 }, "extended=false,facing=north,powered=false": { "model": "create:block/sticker/block", "x": 90 }, - "extended=true,facing=north,powered=false": { - "model": "create:block/sticker/block", + "extended=false,facing=north,powered=true": { + "model": "create:block/sticker/block_powered", "x": 90 }, "extended=false,facing=south,powered=false": { @@ -27,55 +31,55 @@ "x": 90, "y": 180 }, - "extended=true,facing=south,powered=false": { - "model": "create:block/sticker/block", + "extended=false,facing=south,powered=true": { + "model": "create:block/sticker/block_powered", "x": 90, "y": 180 }, + "extended=false,facing=up,powered=false": { + "model": "create:block/sticker/block" + }, + "extended=false,facing=up,powered=true": { + "model": "create:block/sticker/block_powered" + }, "extended=false,facing=west,powered=false": { "model": "create:block/sticker/block", "x": 90, "y": 270 }, - "extended=true,facing=west,powered=false": { - "model": "create:block/sticker/block", + "extended=false,facing=west,powered=true": { + "model": "create:block/sticker/block_powered", "x": 90, "y": 270 }, - "extended=false,facing=east,powered=false": { + "extended=true,facing=down,powered=false": { "model": "create:block/sticker/block", - "x": 90, - "y": 90 - }, - "extended=true,facing=east,powered=false": { - "model": "create:block/sticker/block", - "x": 90, - "y": 90 - }, - "extended=false,facing=down,powered=true": { - "model": "create:block/sticker/block_powered", "x": 180 }, "extended=true,facing=down,powered=true": { "model": "create:block/sticker/block_powered", "x": 180 }, - "extended=false,facing=up,powered=true": { - "model": "create:block/sticker/block_powered" + "extended=true,facing=east,powered=false": { + "model": "create:block/sticker/block", + "x": 90, + "y": 90 }, - "extended=true,facing=up,powered=true": { - "model": "create:block/sticker/block_powered" - }, - "extended=false,facing=north,powered=true": { + "extended=true,facing=east,powered=true": { "model": "create:block/sticker/block_powered", + "x": 90, + "y": 90 + }, + "extended=true,facing=north,powered=false": { + "model": "create:block/sticker/block", "x": 90 }, "extended=true,facing=north,powered=true": { "model": "create:block/sticker/block_powered", "x": 90 }, - "extended=false,facing=south,powered=true": { - "model": "create:block/sticker/block_powered", + "extended=true,facing=south,powered=false": { + "model": "create:block/sticker/block", "x": 90, "y": 180 }, @@ -84,8 +88,14 @@ "x": 90, "y": 180 }, - "extended=false,facing=west,powered=true": { - "model": "create:block/sticker/block_powered", + "extended=true,facing=up,powered=false": { + "model": "create:block/sticker/block" + }, + "extended=true,facing=up,powered=true": { + "model": "create:block/sticker/block_powered" + }, + "extended=true,facing=west,powered=false": { + "model": "create:block/sticker/block", "x": 90, "y": 270 }, @@ -93,16 +103,6 @@ "model": "create:block/sticker/block_powered", "x": 90, "y": 270 - }, - "extended=false,facing=east,powered=true": { - "model": "create:block/sticker/block_powered", - "x": 90, - "y": 90 - }, - "extended=true,facing=east,powered=true": { - "model": "create:block/sticker/block_powered", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/sticky_mechanical_piston.json b/src/generated/resources/assets/create/blockstates/sticky_mechanical_piston.json index 755bd25160..93da132dea 100644 --- a/src/generated/resources/assets/create/blockstates/sticky_mechanical_piston.json +++ b/src/generated/resources/assets/create/blockstates/sticky_mechanical_piston.json @@ -1,101 +1,97 @@ { "variants": { + "axis_along_first=false,facing=down,state=extended": { + "model": "create:block/mechanical_piston/extended/block", + "x": 180 + }, + "axis_along_first=false,facing=down,state=moving": { + "model": "create:block/mechanical_piston/moving/block", + "x": 180 + }, "axis_along_first=false,facing=down,state=retracted": { "model": "create:block/mechanical_piston/sticky/block", "x": 180 }, - "axis_along_first=true,facing=down,state=retracted": { - "model": "create:block/mechanical_piston/sticky/block_rotated", - "x": 180 - }, - "axis_along_first=false,facing=up,state=retracted": { - "model": "create:block/mechanical_piston/sticky/block" - }, - "axis_along_first=true,facing=up,state=retracted": { - "model": "create:block/mechanical_piston/sticky/block_rotated" - }, - "axis_along_first=false,facing=north,state=retracted": { - "model": "create:block/mechanical_piston/sticky/block", - "x": 90 - }, - "axis_along_first=true,facing=north,state=retracted": { - "model": "create:block/mechanical_piston/sticky/block_rotated", - "x": 90 - }, - "axis_along_first=false,facing=south,state=retracted": { - "model": "create:block/mechanical_piston/sticky/block", + "axis_along_first=false,facing=east,state=extended": { + "model": "create:block/mechanical_piston/extended/block_rotated", "x": 90, - "y": 180 + "y": 90 }, - "axis_along_first=true,facing=south,state=retracted": { - "model": "create:block/mechanical_piston/sticky/block_rotated", + "axis_along_first=false,facing=east,state=moving": { + "model": "create:block/mechanical_piston/moving/block_rotated", "x": 90, - "y": 180 - }, - "axis_along_first=false,facing=west,state=retracted": { - "model": "create:block/mechanical_piston/sticky/block_rotated", - "x": 90, - "y": 270 - }, - "axis_along_first=true,facing=west,state=retracted": { - "model": "create:block/mechanical_piston/sticky/block", - "x": 90, - "y": 270 + "y": 90 }, "axis_along_first=false,facing=east,state=retracted": { "model": "create:block/mechanical_piston/sticky/block_rotated", "x": 90, "y": 90 }, - "axis_along_first=true,facing=east,state=retracted": { - "model": "create:block/mechanical_piston/sticky/block", - "x": 90, - "y": 90 - }, - "axis_along_first=false,facing=down,state=moving": { - "model": "create:block/mechanical_piston/moving/block", - "x": 180 - }, - "axis_along_first=true,facing=down,state=moving": { - "model": "create:block/mechanical_piston/moving/block_rotated", - "x": 180 - }, - "axis_along_first=false,facing=up,state=moving": { - "model": "create:block/mechanical_piston/moving/block" - }, - "axis_along_first=true,facing=up,state=moving": { - "model": "create:block/mechanical_piston/moving/block_rotated" + "axis_along_first=false,facing=north,state=extended": { + "model": "create:block/mechanical_piston/extended/block", + "x": 90 }, "axis_along_first=false,facing=north,state=moving": { "model": "create:block/mechanical_piston/moving/block", "x": 90 }, - "axis_along_first=true,facing=north,state=moving": { - "model": "create:block/mechanical_piston/moving/block_rotated", + "axis_along_first=false,facing=north,state=retracted": { + "model": "create:block/mechanical_piston/sticky/block", "x": 90 }, + "axis_along_first=false,facing=south,state=extended": { + "model": "create:block/mechanical_piston/extended/block", + "x": 90, + "y": 180 + }, "axis_along_first=false,facing=south,state=moving": { "model": "create:block/mechanical_piston/moving/block", "x": 90, "y": 180 }, - "axis_along_first=true,facing=south,state=moving": { - "model": "create:block/mechanical_piston/moving/block_rotated", + "axis_along_first=false,facing=south,state=retracted": { + "model": "create:block/mechanical_piston/sticky/block", "x": 90, "y": 180 }, + "axis_along_first=false,facing=up,state=extended": { + "model": "create:block/mechanical_piston/extended/block" + }, + "axis_along_first=false,facing=up,state=moving": { + "model": "create:block/mechanical_piston/moving/block" + }, + "axis_along_first=false,facing=up,state=retracted": { + "model": "create:block/mechanical_piston/sticky/block" + }, + "axis_along_first=false,facing=west,state=extended": { + "model": "create:block/mechanical_piston/extended/block_rotated", + "x": 90, + "y": 270 + }, "axis_along_first=false,facing=west,state=moving": { "model": "create:block/mechanical_piston/moving/block_rotated", "x": 90, "y": 270 }, - "axis_along_first=true,facing=west,state=moving": { - "model": "create:block/mechanical_piston/moving/block", + "axis_along_first=false,facing=west,state=retracted": { + "model": "create:block/mechanical_piston/sticky/block_rotated", "x": 90, "y": 270 }, - "axis_along_first=false,facing=east,state=moving": { + "axis_along_first=true,facing=down,state=extended": { + "model": "create:block/mechanical_piston/extended/block_rotated", + "x": 180 + }, + "axis_along_first=true,facing=down,state=moving": { "model": "create:block/mechanical_piston/moving/block_rotated", + "x": 180 + }, + "axis_along_first=true,facing=down,state=retracted": { + "model": "create:block/mechanical_piston/sticky/block_rotated", + "x": 180 + }, + "axis_along_first=true,facing=east,state=extended": { + "model": "create:block/mechanical_piston/extended/block", "x": 90, "y": 90 }, @@ -104,57 +100,61 @@ "x": 90, "y": 90 }, - "axis_along_first=false,facing=down,state=extended": { - "model": "create:block/mechanical_piston/extended/block", - "x": 180 - }, - "axis_along_first=true,facing=down,state=extended": { - "model": "create:block/mechanical_piston/extended/block_rotated", - "x": 180 - }, - "axis_along_first=false,facing=up,state=extended": { - "model": "create:block/mechanical_piston/extended/block" - }, - "axis_along_first=true,facing=up,state=extended": { - "model": "create:block/mechanical_piston/extended/block_rotated" - }, - "axis_along_first=false,facing=north,state=extended": { - "model": "create:block/mechanical_piston/extended/block", - "x": 90 + "axis_along_first=true,facing=east,state=retracted": { + "model": "create:block/mechanical_piston/sticky/block", + "x": 90, + "y": 90 }, "axis_along_first=true,facing=north,state=extended": { "model": "create:block/mechanical_piston/extended/block_rotated", "x": 90 }, - "axis_along_first=false,facing=south,state=extended": { - "model": "create:block/mechanical_piston/extended/block", - "x": 90, - "y": 180 + "axis_along_first=true,facing=north,state=moving": { + "model": "create:block/mechanical_piston/moving/block_rotated", + "x": 90 + }, + "axis_along_first=true,facing=north,state=retracted": { + "model": "create:block/mechanical_piston/sticky/block_rotated", + "x": 90 }, "axis_along_first=true,facing=south,state=extended": { "model": "create:block/mechanical_piston/extended/block_rotated", "x": 90, "y": 180 }, - "axis_along_first=false,facing=west,state=extended": { - "model": "create:block/mechanical_piston/extended/block_rotated", + "axis_along_first=true,facing=south,state=moving": { + "model": "create:block/mechanical_piston/moving/block_rotated", "x": 90, - "y": 270 + "y": 180 + }, + "axis_along_first=true,facing=south,state=retracted": { + "model": "create:block/mechanical_piston/sticky/block_rotated", + "x": 90, + "y": 180 + }, + "axis_along_first=true,facing=up,state=extended": { + "model": "create:block/mechanical_piston/extended/block_rotated" + }, + "axis_along_first=true,facing=up,state=moving": { + "model": "create:block/mechanical_piston/moving/block_rotated" + }, + "axis_along_first=true,facing=up,state=retracted": { + "model": "create:block/mechanical_piston/sticky/block_rotated" }, "axis_along_first=true,facing=west,state=extended": { "model": "create:block/mechanical_piston/extended/block", "x": 90, "y": 270 }, - "axis_along_first=false,facing=east,state=extended": { - "model": "create:block/mechanical_piston/extended/block_rotated", + "axis_along_first=true,facing=west,state=moving": { + "model": "create:block/mechanical_piston/moving/block", "x": 90, - "y": 90 + "y": 270 }, - "axis_along_first=true,facing=east,state=extended": { - "model": "create:block/mechanical_piston/extended/block", + "axis_along_first=true,facing=west,state=retracted": { + "model": "create:block/mechanical_piston/sticky/block", "x": 90, - "y": 90 + "y": 270 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/stockpile_switch.json b/src/generated/resources/assets/create/blockstates/stockpile_switch.json index c5f9e6ae3d..361d0ea741 100644 --- a/src/generated/resources/assets/create/blockstates/stockpile_switch.json +++ b/src/generated/resources/assets/create/blockstates/stockpile_switch.json @@ -1,109 +1,109 @@ { "variants": { + "facing=east,indicator=0": { + "model": "create:block/stockpile_switch_0", + "y": 90 + }, + "facing=east,indicator=1": { + "model": "create:block/stockpile_switch_1", + "y": 90 + }, + "facing=east,indicator=2": { + "model": "create:block/stockpile_switch_2", + "y": 90 + }, + "facing=east,indicator=3": { + "model": "create:block/stockpile_switch_3", + "y": 90 + }, + "facing=east,indicator=4": { + "model": "create:block/stockpile_switch_4", + "y": 90 + }, + "facing=east,indicator=5": { + "model": "create:block/stockpile_switch_5", + "y": 90 + }, + "facing=east,indicator=6": { + "model": "create:block/stockpile_switch_6", + "y": 90 + }, "facing=north,indicator=0": { "model": "create:block/stockpile_switch_0" }, + "facing=north,indicator=1": { + "model": "create:block/stockpile_switch_1" + }, + "facing=north,indicator=2": { + "model": "create:block/stockpile_switch_2" + }, + "facing=north,indicator=3": { + "model": "create:block/stockpile_switch_3" + }, + "facing=north,indicator=4": { + "model": "create:block/stockpile_switch_4" + }, + "facing=north,indicator=5": { + "model": "create:block/stockpile_switch_5" + }, + "facing=north,indicator=6": { + "model": "create:block/stockpile_switch_6" + }, "facing=south,indicator=0": { "model": "create:block/stockpile_switch_0", "y": 180 }, + "facing=south,indicator=1": { + "model": "create:block/stockpile_switch_1", + "y": 180 + }, + "facing=south,indicator=2": { + "model": "create:block/stockpile_switch_2", + "y": 180 + }, + "facing=south,indicator=3": { + "model": "create:block/stockpile_switch_3", + "y": 180 + }, + "facing=south,indicator=4": { + "model": "create:block/stockpile_switch_4", + "y": 180 + }, + "facing=south,indicator=5": { + "model": "create:block/stockpile_switch_5", + "y": 180 + }, + "facing=south,indicator=6": { + "model": "create:block/stockpile_switch_6", + "y": 180 + }, "facing=west,indicator=0": { "model": "create:block/stockpile_switch_0", "y": 270 }, - "facing=east,indicator=0": { - "model": "create:block/stockpile_switch_0", - "y": 90 - }, - "facing=north,indicator=1": { - "model": "create:block/stockpile_switch_1" - }, - "facing=south,indicator=1": { - "model": "create:block/stockpile_switch_1", - "y": 180 - }, "facing=west,indicator=1": { "model": "create:block/stockpile_switch_1", "y": 270 }, - "facing=east,indicator=1": { - "model": "create:block/stockpile_switch_1", - "y": 90 - }, - "facing=north,indicator=2": { - "model": "create:block/stockpile_switch_2" - }, - "facing=south,indicator=2": { - "model": "create:block/stockpile_switch_2", - "y": 180 - }, "facing=west,indicator=2": { "model": "create:block/stockpile_switch_2", "y": 270 }, - "facing=east,indicator=2": { - "model": "create:block/stockpile_switch_2", - "y": 90 - }, - "facing=north,indicator=3": { - "model": "create:block/stockpile_switch_3" - }, - "facing=south,indicator=3": { - "model": "create:block/stockpile_switch_3", - "y": 180 - }, "facing=west,indicator=3": { "model": "create:block/stockpile_switch_3", "y": 270 }, - "facing=east,indicator=3": { - "model": "create:block/stockpile_switch_3", - "y": 90 - }, - "facing=north,indicator=4": { - "model": "create:block/stockpile_switch_4" - }, - "facing=south,indicator=4": { - "model": "create:block/stockpile_switch_4", - "y": 180 - }, "facing=west,indicator=4": { "model": "create:block/stockpile_switch_4", "y": 270 }, - "facing=east,indicator=4": { - "model": "create:block/stockpile_switch_4", - "y": 90 - }, - "facing=north,indicator=5": { - "model": "create:block/stockpile_switch_5" - }, - "facing=south,indicator=5": { - "model": "create:block/stockpile_switch_5", - "y": 180 - }, "facing=west,indicator=5": { "model": "create:block/stockpile_switch_5", "y": 270 }, - "facing=east,indicator=5": { - "model": "create:block/stockpile_switch_5", - "y": 90 - }, - "facing=north,indicator=6": { - "model": "create:block/stockpile_switch_6" - }, - "facing=south,indicator=6": { - "model": "create:block/stockpile_switch_6", - "y": 180 - }, "facing=west,indicator=6": { "model": "create:block/stockpile_switch_6", "y": 270 - }, - "facing=east,indicator=6": { - "model": "create:block/stockpile_switch_6", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/stressometer.json b/src/generated/resources/assets/create/blockstates/stressometer.json index 1946e3d39f..7a5ff6bf05 100644 --- a/src/generated/resources/assets/create/blockstates/stressometer.json +++ b/src/generated/resources/assets/create/blockstates/stressometer.json @@ -4,51 +4,51 @@ "model": "create:block/gauge/base", "x": 180 }, - "axis_along_first=true,facing=down": { - "model": "create:block/gauge/base", - "x": 180, - "y": 90 - }, - "axis_along_first=false,facing=up": { - "model": "create:block/gauge/base" - }, - "axis_along_first=true,facing=up": { - "model": "create:block/gauge/base", - "y": 90 + "axis_along_first=false,facing=east": { + "model": "create:block/gauge/base_wall" }, "axis_along_first=false,facing=north": { "model": "create:block/gauge/base_wall", "x": 90, "y": 270 }, - "axis_along_first=true,facing=north": { - "model": "create:block/gauge/base_wall", - "y": 270 - }, "axis_along_first=false,facing=south": { "model": "create:block/gauge/base_wall", "x": 90, "y": 90 }, - "axis_along_first=true,facing=south": { - "model": "create:block/gauge/base_wall", - "y": 90 + "axis_along_first=false,facing=up": { + "model": "create:block/gauge/base" }, "axis_along_first=false,facing=west": { "model": "create:block/gauge/base_wall", "y": 180 }, - "axis_along_first=true,facing=west": { - "model": "create:block/gauge/base_wall", - "x": 90, - "y": 180 - }, - "axis_along_first=false,facing=east": { - "model": "create:block/gauge/base_wall" + "axis_along_first=true,facing=down": { + "model": "create:block/gauge/base", + "x": 180, + "y": 90 }, "axis_along_first=true,facing=east": { "model": "create:block/gauge/base_wall", "x": 90 + }, + "axis_along_first=true,facing=north": { + "model": "create:block/gauge/base_wall", + "y": 270 + }, + "axis_along_first=true,facing=south": { + "model": "create:block/gauge/base_wall", + "y": 90 + }, + "axis_along_first=true,facing=up": { + "model": "create:block/gauge/base", + "y": 90 + }, + "axis_along_first=true,facing=west": { + "model": "create:block/gauge/base_wall", + "x": 90, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/tiled_glass_pane.json b/src/generated/resources/assets/create/blockstates/tiled_glass_pane.json index 858a7d4d96..c15bd25189 100644 --- a/src/generated/resources/assets/create/blockstates/tiled_glass_pane.json +++ b/src/generated/resources/assets/create/blockstates/tiled_glass_pane.json @@ -6,71 +6,71 @@ } }, { - "when": { - "north": "true" - }, "apply": { "model": "create:block/tiled_glass_pane_side" + }, + "when": { + "north": "true" } }, { - "when": { - "north": "false" - }, "apply": { "model": "create:block/tiled_glass_pane_noside" + }, + "when": { + "north": "false" } }, { - "when": { - "south": "true" - }, "apply": { "model": "create:block/tiled_glass_pane_side_alt" + }, + "when": { + "south": "true" } }, { - "when": { - "south": "false" - }, "apply": { "model": "create:block/tiled_glass_pane_noside_alt", "y": 90 + }, + "when": { + "south": "false" } }, { - "when": { - "west": "true" - }, "apply": { "model": "create:block/tiled_glass_pane_side_alt", "y": 90 + }, + "when": { + "west": "true" } }, { - "when": { - "west": "false" - }, "apply": { "model": "create:block/tiled_glass_pane_noside", "y": 270 + }, + "when": { + "west": "false" } }, { - "when": { - "east": "true" - }, "apply": { "model": "create:block/tiled_glass_pane_side", "y": 90 + }, + "when": { + "east": "true" } }, { - "when": { - "east": "false" - }, "apply": { "model": "create:block/tiled_glass_pane_noside_alt" + }, + "when": { + "east": "false" } } ] diff --git a/src/generated/resources/assets/create/blockstates/track.json b/src/generated/resources/assets/create/blockstates/track.json index c972225545..771aa67289 100644 --- a/src/generated/resources/assets/create/blockstates/track.json +++ b/src/generated/resources/assets/create/blockstates/track.json @@ -1,256 +1,256 @@ { "variants": { - "shape=none,turn=false,waterlogged=false": { - "model": "minecraft:block/air" + "shape=ae,turn=false,waterlogged=false": { + "model": "create:block/track/ascending", + "y": 270 }, - "shape=zo,turn=false,waterlogged=false": { - "model": "create:block/track/z_ortho" + "shape=ae,turn=false,waterlogged=true": { + "model": "create:block/track/ascending", + "y": 270 }, - "shape=xo,turn=false,waterlogged=false": { - "model": "create:block/track/x_ortho" + "shape=ae,turn=true,waterlogged=false": { + "model": "create:block/track/ascending", + "y": 270 }, - "shape=pd,turn=false,waterlogged=false": { - "model": "create:block/track/diag" - }, - "shape=nd,turn=false,waterlogged=false": { - "model": "create:block/track/diag_2" + "shape=ae,turn=true,waterlogged=true": { + "model": "create:block/track/ascending", + "y": 270 }, "shape=an,turn=false,waterlogged=false": { "model": "create:block/track/ascending", "y": 180 }, + "shape=an,turn=false,waterlogged=true": { + "model": "create:block/track/ascending", + "y": 180 + }, + "shape=an,turn=true,waterlogged=false": { + "model": "create:block/track/ascending", + "y": 180 + }, + "shape=an,turn=true,waterlogged=true": { + "model": "create:block/track/ascending", + "y": 180 + }, "shape=as,turn=false,waterlogged=false": { "model": "create:block/track/ascending" }, - "shape=ae,turn=false,waterlogged=false": { - "model": "create:block/track/ascending", - "y": 270 + "shape=as,turn=false,waterlogged=true": { + "model": "create:block/track/ascending" + }, + "shape=as,turn=true,waterlogged=false": { + "model": "create:block/track/ascending" + }, + "shape=as,turn=true,waterlogged=true": { + "model": "create:block/track/ascending" }, "shape=aw,turn=false,waterlogged=false": { "model": "create:block/track/ascending", "y": 90 }, + "shape=aw,turn=false,waterlogged=true": { + "model": "create:block/track/ascending", + "y": 90 + }, + "shape=aw,turn=true,waterlogged=false": { + "model": "create:block/track/ascending", + "y": 90 + }, + "shape=aw,turn=true,waterlogged=true": { + "model": "create:block/track/ascending", + "y": 90 + }, + "shape=cr_d,turn=false,waterlogged=false": { + "model": "create:block/track/cross_diag" + }, + "shape=cr_d,turn=false,waterlogged=true": { + "model": "create:block/track/cross_diag" + }, + "shape=cr_d,turn=true,waterlogged=false": { + "model": "create:block/track/cross_diag" + }, + "shape=cr_d,turn=true,waterlogged=true": { + "model": "create:block/track/cross_diag" + }, + "shape=cr_ndx,turn=false,waterlogged=false": { + "model": "create:block/track/cross_d2_xo" + }, + "shape=cr_ndx,turn=false,waterlogged=true": { + "model": "create:block/track/cross_d2_xo" + }, + "shape=cr_ndx,turn=true,waterlogged=false": { + "model": "create:block/track/cross_d2_xo" + }, + "shape=cr_ndx,turn=true,waterlogged=true": { + "model": "create:block/track/cross_d2_xo" + }, + "shape=cr_ndz,turn=false,waterlogged=false": { + "model": "create:block/track/cross_d2_zo" + }, + "shape=cr_ndz,turn=false,waterlogged=true": { + "model": "create:block/track/cross_d2_zo" + }, + "shape=cr_ndz,turn=true,waterlogged=false": { + "model": "create:block/track/cross_d2_zo" + }, + "shape=cr_ndz,turn=true,waterlogged=true": { + "model": "create:block/track/cross_d2_zo" + }, + "shape=cr_o,turn=false,waterlogged=false": { + "model": "create:block/track/cross_ortho" + }, + "shape=cr_o,turn=false,waterlogged=true": { + "model": "create:block/track/cross_ortho" + }, + "shape=cr_o,turn=true,waterlogged=false": { + "model": "create:block/track/cross_ortho" + }, + "shape=cr_o,turn=true,waterlogged=true": { + "model": "create:block/track/cross_ortho" + }, + "shape=cr_pdx,turn=false,waterlogged=false": { + "model": "create:block/track/cross_d1_xo" + }, + "shape=cr_pdx,turn=false,waterlogged=true": { + "model": "create:block/track/cross_d1_xo" + }, + "shape=cr_pdx,turn=true,waterlogged=false": { + "model": "create:block/track/cross_d1_xo" + }, + "shape=cr_pdx,turn=true,waterlogged=true": { + "model": "create:block/track/cross_d1_xo" + }, + "shape=cr_pdz,turn=false,waterlogged=false": { + "model": "create:block/track/cross_d1_zo" + }, + "shape=cr_pdz,turn=false,waterlogged=true": { + "model": "create:block/track/cross_d1_zo" + }, + "shape=cr_pdz,turn=true,waterlogged=false": { + "model": "create:block/track/cross_d1_zo" + }, + "shape=cr_pdz,turn=true,waterlogged=true": { + "model": "create:block/track/cross_d1_zo" + }, + "shape=nd,turn=false,waterlogged=false": { + "model": "create:block/track/diag_2" + }, + "shape=nd,turn=false,waterlogged=true": { + "model": "create:block/track/diag_2" + }, + "shape=nd,turn=true,waterlogged=false": { + "model": "create:block/track/diag_2" + }, + "shape=nd,turn=true,waterlogged=true": { + "model": "create:block/track/diag_2" + }, + "shape=none,turn=false,waterlogged=false": { + "model": "minecraft:block/air" + }, + "shape=none,turn=false,waterlogged=true": { + "model": "minecraft:block/air" + }, + "shape=none,turn=true,waterlogged=false": { + "model": "minecraft:block/air" + }, + "shape=none,turn=true,waterlogged=true": { + "model": "minecraft:block/air" + }, + "shape=pd,turn=false,waterlogged=false": { + "model": "create:block/track/diag" + }, + "shape=pd,turn=false,waterlogged=true": { + "model": "create:block/track/diag" + }, + "shape=pd,turn=true,waterlogged=false": { + "model": "create:block/track/diag" + }, + "shape=pd,turn=true,waterlogged=true": { + "model": "create:block/track/diag" + }, + "shape=te,turn=false,waterlogged=false": { + "model": "create:block/track/teleport", + "y": 270 + }, + "shape=te,turn=false,waterlogged=true": { + "model": "create:block/track/teleport", + "y": 270 + }, + "shape=te,turn=true,waterlogged=false": { + "model": "create:block/track/teleport", + "y": 270 + }, + "shape=te,turn=true,waterlogged=true": { + "model": "create:block/track/teleport", + "y": 270 + }, "shape=tn,turn=false,waterlogged=false": { "model": "create:block/track/teleport", "y": 180 }, + "shape=tn,turn=false,waterlogged=true": { + "model": "create:block/track/teleport", + "y": 180 + }, + "shape=tn,turn=true,waterlogged=false": { + "model": "create:block/track/teleport", + "y": 180 + }, + "shape=tn,turn=true,waterlogged=true": { + "model": "create:block/track/teleport", + "y": 180 + }, "shape=ts,turn=false,waterlogged=false": { "model": "create:block/track/teleport" }, - "shape=te,turn=false,waterlogged=false": { - "model": "create:block/track/teleport", - "y": 270 + "shape=ts,turn=false,waterlogged=true": { + "model": "create:block/track/teleport" + }, + "shape=ts,turn=true,waterlogged=false": { + "model": "create:block/track/teleport" + }, + "shape=ts,turn=true,waterlogged=true": { + "model": "create:block/track/teleport" }, "shape=tw,turn=false,waterlogged=false": { "model": "create:block/track/teleport", "y": 90 }, - "shape=cr_o,turn=false,waterlogged=false": { - "model": "create:block/track/cross_ortho" - }, - "shape=cr_d,turn=false,waterlogged=false": { - "model": "create:block/track/cross_diag" - }, - "shape=cr_pdx,turn=false,waterlogged=false": { - "model": "create:block/track/cross_d1_xo" - }, - "shape=cr_pdz,turn=false,waterlogged=false": { - "model": "create:block/track/cross_d1_zo" - }, - "shape=cr_ndx,turn=false,waterlogged=false": { - "model": "create:block/track/cross_d2_xo" - }, - "shape=cr_ndz,turn=false,waterlogged=false": { - "model": "create:block/track/cross_d2_zo" - }, - "shape=none,turn=true,waterlogged=false": { - "model": "minecraft:block/air" - }, - "shape=zo,turn=true,waterlogged=false": { - "model": "create:block/track/z_ortho" - }, - "shape=xo,turn=true,waterlogged=false": { - "model": "create:block/track/x_ortho" - }, - "shape=pd,turn=true,waterlogged=false": { - "model": "create:block/track/diag" - }, - "shape=nd,turn=true,waterlogged=false": { - "model": "create:block/track/diag_2" - }, - "shape=an,turn=true,waterlogged=false": { - "model": "create:block/track/ascending", - "y": 180 - }, - "shape=as,turn=true,waterlogged=false": { - "model": "create:block/track/ascending" - }, - "shape=ae,turn=true,waterlogged=false": { - "model": "create:block/track/ascending", - "y": 270 - }, - "shape=aw,turn=true,waterlogged=false": { - "model": "create:block/track/ascending", + "shape=tw,turn=false,waterlogged=true": { + "model": "create:block/track/teleport", "y": 90 }, - "shape=tn,turn=true,waterlogged=false": { - "model": "create:block/track/teleport", - "y": 180 - }, - "shape=ts,turn=true,waterlogged=false": { - "model": "create:block/track/teleport" - }, - "shape=te,turn=true,waterlogged=false": { - "model": "create:block/track/teleport", - "y": 270 - }, "shape=tw,turn=true,waterlogged=false": { "model": "create:block/track/teleport", "y": 90 }, - "shape=cr_o,turn=true,waterlogged=false": { - "model": "create:block/track/cross_ortho" - }, - "shape=cr_d,turn=true,waterlogged=false": { - "model": "create:block/track/cross_diag" - }, - "shape=cr_pdx,turn=true,waterlogged=false": { - "model": "create:block/track/cross_d1_xo" - }, - "shape=cr_pdz,turn=true,waterlogged=false": { - "model": "create:block/track/cross_d1_zo" - }, - "shape=cr_ndx,turn=true,waterlogged=false": { - "model": "create:block/track/cross_d2_xo" - }, - "shape=cr_ndz,turn=true,waterlogged=false": { - "model": "create:block/track/cross_d2_zo" - }, - "shape=none,turn=false,waterlogged=true": { - "model": "minecraft:block/air" - }, - "shape=zo,turn=false,waterlogged=true": { - "model": "create:block/track/z_ortho" - }, - "shape=xo,turn=false,waterlogged=true": { - "model": "create:block/track/x_ortho" - }, - "shape=pd,turn=false,waterlogged=true": { - "model": "create:block/track/diag" - }, - "shape=nd,turn=false,waterlogged=true": { - "model": "create:block/track/diag_2" - }, - "shape=an,turn=false,waterlogged=true": { - "model": "create:block/track/ascending", - "y": 180 - }, - "shape=as,turn=false,waterlogged=true": { - "model": "create:block/track/ascending" - }, - "shape=ae,turn=false,waterlogged=true": { - "model": "create:block/track/ascending", - "y": 270 - }, - "shape=aw,turn=false,waterlogged=true": { - "model": "create:block/track/ascending", - "y": 90 - }, - "shape=tn,turn=false,waterlogged=true": { - "model": "create:block/track/teleport", - "y": 180 - }, - "shape=ts,turn=false,waterlogged=true": { - "model": "create:block/track/teleport" - }, - "shape=te,turn=false,waterlogged=true": { - "model": "create:block/track/teleport", - "y": 270 - }, - "shape=tw,turn=false,waterlogged=true": { - "model": "create:block/track/teleport", - "y": 90 - }, - "shape=cr_o,turn=false,waterlogged=true": { - "model": "create:block/track/cross_ortho" - }, - "shape=cr_d,turn=false,waterlogged=true": { - "model": "create:block/track/cross_diag" - }, - "shape=cr_pdx,turn=false,waterlogged=true": { - "model": "create:block/track/cross_d1_xo" - }, - "shape=cr_pdz,turn=false,waterlogged=true": { - "model": "create:block/track/cross_d1_zo" - }, - "shape=cr_ndx,turn=false,waterlogged=true": { - "model": "create:block/track/cross_d2_xo" - }, - "shape=cr_ndz,turn=false,waterlogged=true": { - "model": "create:block/track/cross_d2_zo" - }, - "shape=none,turn=true,waterlogged=true": { - "model": "minecraft:block/air" - }, - "shape=zo,turn=true,waterlogged=true": { - "model": "create:block/track/z_ortho" - }, - "shape=xo,turn=true,waterlogged=true": { - "model": "create:block/track/x_ortho" - }, - "shape=pd,turn=true,waterlogged=true": { - "model": "create:block/track/diag" - }, - "shape=nd,turn=true,waterlogged=true": { - "model": "create:block/track/diag_2" - }, - "shape=an,turn=true,waterlogged=true": { - "model": "create:block/track/ascending", - "y": 180 - }, - "shape=as,turn=true,waterlogged=true": { - "model": "create:block/track/ascending" - }, - "shape=ae,turn=true,waterlogged=true": { - "model": "create:block/track/ascending", - "y": 270 - }, - "shape=aw,turn=true,waterlogged=true": { - "model": "create:block/track/ascending", - "y": 90 - }, - "shape=tn,turn=true,waterlogged=true": { - "model": "create:block/track/teleport", - "y": 180 - }, - "shape=ts,turn=true,waterlogged=true": { - "model": "create:block/track/teleport" - }, - "shape=te,turn=true,waterlogged=true": { - "model": "create:block/track/teleport", - "y": 270 - }, "shape=tw,turn=true,waterlogged=true": { "model": "create:block/track/teleport", "y": 90 }, - "shape=cr_o,turn=true,waterlogged=true": { - "model": "create:block/track/cross_ortho" + "shape=xo,turn=false,waterlogged=false": { + "model": "create:block/track/x_ortho" }, - "shape=cr_d,turn=true,waterlogged=true": { - "model": "create:block/track/cross_diag" + "shape=xo,turn=false,waterlogged=true": { + "model": "create:block/track/x_ortho" }, - "shape=cr_pdx,turn=true,waterlogged=true": { - "model": "create:block/track/cross_d1_xo" + "shape=xo,turn=true,waterlogged=false": { + "model": "create:block/track/x_ortho" }, - "shape=cr_pdz,turn=true,waterlogged=true": { - "model": "create:block/track/cross_d1_zo" + "shape=xo,turn=true,waterlogged=true": { + "model": "create:block/track/x_ortho" }, - "shape=cr_ndx,turn=true,waterlogged=true": { - "model": "create:block/track/cross_d2_xo" + "shape=zo,turn=false,waterlogged=false": { + "model": "create:block/track/z_ortho" }, - "shape=cr_ndz,turn=true,waterlogged=true": { - "model": "create:block/track/cross_d2_zo" + "shape=zo,turn=false,waterlogged=true": { + "model": "create:block/track/z_ortho" + }, + "shape=zo,turn=true,waterlogged=false": { + "model": "create:block/track/z_ortho" + }, + "shape=zo,turn=true,waterlogged=true": { + "model": "create:block/track/z_ortho" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/track_signal.json b/src/generated/resources/assets/create/blockstates/track_signal.json index 66cd77eb7d..da9f982881 100644 --- a/src/generated/resources/assets/create/blockstates/track_signal.json +++ b/src/generated/resources/assets/create/blockstates/track_signal.json @@ -1,16 +1,16 @@ { "variants": { - "powered=false,type=entry_signal": { - "model": "create:block/track_signal/block_entry_signal" - }, - "powered=true,type=entry_signal": { - "model": "create:block/track_signal/block_entry_signal" - }, "powered=false,type=cross_signal": { "model": "create:block/track_signal/block_cross_signal" }, + "powered=false,type=entry_signal": { + "model": "create:block/track_signal/block_entry_signal" + }, "powered=true,type=cross_signal": { "model": "create:block/track_signal/block_cross_signal" + }, + "powered=true,type=entry_signal": { + "model": "create:block/track_signal/block_entry_signal" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/train_door.json b/src/generated/resources/assets/create/blockstates/train_door.json index 5dfe687acf..3f15e26028 100644 --- a/src/generated/resources/assets/create/blockstates/train_door.json +++ b/src/generated/resources/assets/create/blockstates/train_door.json @@ -1,244 +1,244 @@ { "variants": { - "facing=north,half=upper,hinge=left,open=false,visible=false": { - "model": "create:block/train_door/block_top", - "y": 270 - }, - "facing=south,half=upper,hinge=left,open=false,visible=false": { - "model": "create:block/train_door/block_top", - "y": 90 - }, - "facing=west,half=upper,hinge=left,open=false,visible=false": { - "model": "create:block/train_door/block_top", - "y": 180 - }, - "facing=east,half=upper,hinge=left,open=false,visible=false": { - "model": "create:block/train_door/block_top" - }, - "facing=north,half=lower,hinge=left,open=false,visible=false": { - "model": "create:block/train_door/block_bottom", - "y": 270 - }, - "facing=south,half=lower,hinge=left,open=false,visible=false": { - "model": "create:block/train_door/block_bottom", - "y": 90 - }, - "facing=west,half=lower,hinge=left,open=false,visible=false": { - "model": "create:block/train_door/block_bottom", - "y": 180 - }, "facing=east,half=lower,hinge=left,open=false,visible=false": { "model": "create:block/train_door/block_bottom" }, - "facing=north,half=upper,hinge=right,open=false,visible=false": { - "model": "create:block/train_door/block_top", - "y": 270 + "facing=east,half=lower,hinge=left,open=false,visible=true": { + "model": "create:block/train_door/block_bottom" }, - "facing=south,half=upper,hinge=right,open=false,visible=false": { - "model": "create:block/train_door/block_top", - "y": 90 - }, - "facing=west,half=upper,hinge=right,open=false,visible=false": { - "model": "create:block/train_door/block_top", - "y": 180 - }, - "facing=east,half=upper,hinge=right,open=false,visible=false": { - "model": "create:block/train_door/block_top" - }, - "facing=north,half=lower,hinge=right,open=false,visible=false": { - "model": "create:block/train_door/block_bottom", - "y": 270 - }, - "facing=south,half=lower,hinge=right,open=false,visible=false": { + "facing=east,half=lower,hinge=left,open=true,visible=false": { "model": "create:block/train_door/block_bottom", "y": 90 }, - "facing=west,half=lower,hinge=right,open=false,visible=false": { + "facing=east,half=lower,hinge=left,open=true,visible=true": { "model": "create:block/train_door/block_bottom", - "y": 180 + "y": 90 }, "facing=east,half=lower,hinge=right,open=false,visible=false": { "model": "create:block/train_door/block_bottom" }, - "facing=north,half=upper,hinge=left,open=true,visible=false": { + "facing=east,half=lower,hinge=right,open=false,visible=true": { + "model": "create:block/train_door/block_bottom" + }, + "facing=east,half=lower,hinge=right,open=true,visible=false": { + "model": "create:block/train_door/block_bottom", + "y": 270 + }, + "facing=east,half=lower,hinge=right,open=true,visible=true": { + "model": "create:block/train_door/block_bottom", + "y": 270 + }, + "facing=east,half=upper,hinge=left,open=false,visible=false": { "model": "create:block/train_door/block_top" }, - "facing=south,half=upper,hinge=left,open=true,visible=false": { - "model": "create:block/train_door/block_top", - "y": 180 - }, - "facing=west,half=upper,hinge=left,open=true,visible=false": { - "model": "create:block/train_door/block_top", - "y": 270 + "facing=east,half=upper,hinge=left,open=false,visible=true": { + "model": "create:block/train_door/block_top" }, "facing=east,half=upper,hinge=left,open=true,visible=false": { "model": "create:block/train_door/block_top", "y": 90 }, + "facing=east,half=upper,hinge=left,open=true,visible=true": { + "model": "create:block/train_door/block_top", + "y": 90 + }, + "facing=east,half=upper,hinge=right,open=false,visible=false": { + "model": "create:block/train_door/block_top" + }, + "facing=east,half=upper,hinge=right,open=false,visible=true": { + "model": "create:block/train_door/block_top" + }, + "facing=east,half=upper,hinge=right,open=true,visible=false": { + "model": "create:block/train_door/block_top", + "y": 270 + }, + "facing=east,half=upper,hinge=right,open=true,visible=true": { + "model": "create:block/train_door/block_top", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false,visible=false": { + "model": "create:block/train_door/block_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=left,open=false,visible=true": { + "model": "create:block/train_door/block_bottom", + "y": 270 + }, "facing=north,half=lower,hinge=left,open=true,visible=false": { "model": "create:block/train_door/block_bottom" }, + "facing=north,half=lower,hinge=left,open=true,visible=true": { + "model": "create:block/train_door/block_bottom" + }, + "facing=north,half=lower,hinge=right,open=false,visible=false": { + "model": "create:block/train_door/block_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=false,visible=true": { + "model": "create:block/train_door/block_bottom", + "y": 270 + }, + "facing=north,half=lower,hinge=right,open=true,visible=false": { + "model": "create:block/train_door/block_bottom", + "y": 180 + }, + "facing=north,half=lower,hinge=right,open=true,visible=true": { + "model": "create:block/train_door/block_bottom", + "y": 180 + }, + "facing=north,half=upper,hinge=left,open=false,visible=false": { + "model": "create:block/train_door/block_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=false,visible=true": { + "model": "create:block/train_door/block_top", + "y": 270 + }, + "facing=north,half=upper,hinge=left,open=true,visible=false": { + "model": "create:block/train_door/block_top" + }, + "facing=north,half=upper,hinge=left,open=true,visible=true": { + "model": "create:block/train_door/block_top" + }, + "facing=north,half=upper,hinge=right,open=false,visible=false": { + "model": "create:block/train_door/block_top", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=false,visible=true": { + "model": "create:block/train_door/block_top", + "y": 270 + }, + "facing=north,half=upper,hinge=right,open=true,visible=false": { + "model": "create:block/train_door/block_top", + "y": 180 + }, + "facing=north,half=upper,hinge=right,open=true,visible=true": { + "model": "create:block/train_door/block_top", + "y": 180 + }, + "facing=south,half=lower,hinge=left,open=false,visible=false": { + "model": "create:block/train_door/block_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=left,open=false,visible=true": { + "model": "create:block/train_door/block_bottom", + "y": 90 + }, "facing=south,half=lower,hinge=left,open=true,visible=false": { "model": "create:block/train_door/block_bottom", "y": 180 }, + "facing=south,half=lower,hinge=left,open=true,visible=true": { + "model": "create:block/train_door/block_bottom", + "y": 180 + }, + "facing=south,half=lower,hinge=right,open=false,visible=false": { + "model": "create:block/train_door/block_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=false,visible=true": { + "model": "create:block/train_door/block_bottom", + "y": 90 + }, + "facing=south,half=lower,hinge=right,open=true,visible=false": { + "model": "create:block/train_door/block_bottom" + }, + "facing=south,half=lower,hinge=right,open=true,visible=true": { + "model": "create:block/train_door/block_bottom" + }, + "facing=south,half=upper,hinge=left,open=false,visible=false": { + "model": "create:block/train_door/block_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=false,visible=true": { + "model": "create:block/train_door/block_top", + "y": 90 + }, + "facing=south,half=upper,hinge=left,open=true,visible=false": { + "model": "create:block/train_door/block_top", + "y": 180 + }, + "facing=south,half=upper,hinge=left,open=true,visible=true": { + "model": "create:block/train_door/block_top", + "y": 180 + }, + "facing=south,half=upper,hinge=right,open=false,visible=false": { + "model": "create:block/train_door/block_top", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=false,visible=true": { + "model": "create:block/train_door/block_top", + "y": 90 + }, + "facing=south,half=upper,hinge=right,open=true,visible=false": { + "model": "create:block/train_door/block_top" + }, + "facing=south,half=upper,hinge=right,open=true,visible=true": { + "model": "create:block/train_door/block_top" + }, + "facing=west,half=lower,hinge=left,open=false,visible=false": { + "model": "create:block/train_door/block_bottom", + "y": 180 + }, + "facing=west,half=lower,hinge=left,open=false,visible=true": { + "model": "create:block/train_door/block_bottom", + "y": 180 + }, "facing=west,half=lower,hinge=left,open=true,visible=false": { "model": "create:block/train_door/block_bottom", "y": 270 }, - "facing=east,half=lower,hinge=left,open=true,visible=false": { + "facing=west,half=lower,hinge=left,open=true,visible=true": { "model": "create:block/train_door/block_bottom", - "y": 90 - }, - "facing=north,half=upper,hinge=right,open=true,visible=false": { - "model": "create:block/train_door/block_top", - "y": 180 - }, - "facing=south,half=upper,hinge=right,open=true,visible=false": { - "model": "create:block/train_door/block_top" - }, - "facing=west,half=upper,hinge=right,open=true,visible=false": { - "model": "create:block/train_door/block_top", - "y": 90 - }, - "facing=east,half=upper,hinge=right,open=true,visible=false": { - "model": "create:block/train_door/block_top", "y": 270 }, - "facing=north,half=lower,hinge=right,open=true,visible=false": { + "facing=west,half=lower,hinge=right,open=false,visible=false": { "model": "create:block/train_door/block_bottom", "y": 180 }, - "facing=south,half=lower,hinge=right,open=true,visible=false": { - "model": "create:block/train_door/block_bottom" - }, - "facing=west,half=lower,hinge=right,open=true,visible=false": { - "model": "create:block/train_door/block_bottom", - "y": 90 - }, - "facing=east,half=lower,hinge=right,open=true,visible=false": { - "model": "create:block/train_door/block_bottom", - "y": 270 - }, - "facing=north,half=upper,hinge=left,open=false,visible=true": { - "model": "create:block/train_door/block_top", - "y": 270 - }, - "facing=south,half=upper,hinge=left,open=false,visible=true": { - "model": "create:block/train_door/block_top", - "y": 90 - }, - "facing=west,half=upper,hinge=left,open=false,visible=true": { - "model": "create:block/train_door/block_top", - "y": 180 - }, - "facing=east,half=upper,hinge=left,open=false,visible=true": { - "model": "create:block/train_door/block_top" - }, - "facing=north,half=lower,hinge=left,open=false,visible=true": { - "model": "create:block/train_door/block_bottom", - "y": 270 - }, - "facing=south,half=lower,hinge=left,open=false,visible=true": { - "model": "create:block/train_door/block_bottom", - "y": 90 - }, - "facing=west,half=lower,hinge=left,open=false,visible=true": { - "model": "create:block/train_door/block_bottom", - "y": 180 - }, - "facing=east,half=lower,hinge=left,open=false,visible=true": { - "model": "create:block/train_door/block_bottom" - }, - "facing=north,half=upper,hinge=right,open=false,visible=true": { - "model": "create:block/train_door/block_top", - "y": 270 - }, - "facing=south,half=upper,hinge=right,open=false,visible=true": { - "model": "create:block/train_door/block_top", - "y": 90 - }, - "facing=west,half=upper,hinge=right,open=false,visible=true": { - "model": "create:block/train_door/block_top", - "y": 180 - }, - "facing=east,half=upper,hinge=right,open=false,visible=true": { - "model": "create:block/train_door/block_top" - }, - "facing=north,half=lower,hinge=right,open=false,visible=true": { - "model": "create:block/train_door/block_bottom", - "y": 270 - }, - "facing=south,half=lower,hinge=right,open=false,visible=true": { - "model": "create:block/train_door/block_bottom", - "y": 90 - }, "facing=west,half=lower,hinge=right,open=false,visible=true": { "model": "create:block/train_door/block_bottom", "y": 180 }, - "facing=east,half=lower,hinge=right,open=false,visible=true": { - "model": "create:block/train_door/block_bottom" - }, - "facing=north,half=upper,hinge=left,open=true,visible=true": { - "model": "create:block/train_door/block_top" - }, - "facing=south,half=upper,hinge=left,open=true,visible=true": { - "model": "create:block/train_door/block_top", - "y": 180 - }, - "facing=west,half=upper,hinge=left,open=true,visible=true": { - "model": "create:block/train_door/block_top", - "y": 270 - }, - "facing=east,half=upper,hinge=left,open=true,visible=true": { - "model": "create:block/train_door/block_top", - "y": 90 - }, - "facing=north,half=lower,hinge=left,open=true,visible=true": { - "model": "create:block/train_door/block_bottom" - }, - "facing=south,half=lower,hinge=left,open=true,visible=true": { - "model": "create:block/train_door/block_bottom", - "y": 180 - }, - "facing=west,half=lower,hinge=left,open=true,visible=true": { - "model": "create:block/train_door/block_bottom", - "y": 270 - }, - "facing=east,half=lower,hinge=left,open=true,visible=true": { + "facing=west,half=lower,hinge=right,open=true,visible=false": { "model": "create:block/train_door/block_bottom", "y": 90 }, - "facing=north,half=upper,hinge=right,open=true,visible=true": { - "model": "create:block/train_door/block_top", - "y": 180 - }, - "facing=south,half=upper,hinge=right,open=true,visible=true": { - "model": "create:block/train_door/block_top" - }, - "facing=west,half=upper,hinge=right,open=true,visible=true": { - "model": "create:block/train_door/block_top", - "y": 90 - }, - "facing=east,half=upper,hinge=right,open=true,visible=true": { - "model": "create:block/train_door/block_top", - "y": 270 - }, - "facing=north,half=lower,hinge=right,open=true,visible=true": { - "model": "create:block/train_door/block_bottom", - "y": 180 - }, - "facing=south,half=lower,hinge=right,open=true,visible=true": { - "model": "create:block/train_door/block_bottom" - }, "facing=west,half=lower,hinge=right,open=true,visible=true": { "model": "create:block/train_door/block_bottom", "y": 90 }, - "facing=east,half=lower,hinge=right,open=true,visible=true": { - "model": "create:block/train_door/block_bottom", + "facing=west,half=upper,hinge=left,open=false,visible=false": { + "model": "create:block/train_door/block_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=false,visible=true": { + "model": "create:block/train_door/block_top", + "y": 180 + }, + "facing=west,half=upper,hinge=left,open=true,visible=false": { + "model": "create:block/train_door/block_top", "y": 270 + }, + "facing=west,half=upper,hinge=left,open=true,visible=true": { + "model": "create:block/train_door/block_top", + "y": 270 + }, + "facing=west,half=upper,hinge=right,open=false,visible=false": { + "model": "create:block/train_door/block_top", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=false,visible=true": { + "model": "create:block/train_door/block_top", + "y": 180 + }, + "facing=west,half=upper,hinge=right,open=true,visible=false": { + "model": "create:block/train_door/block_top", + "y": 90 + }, + "facing=west,half=upper,hinge=right,open=true,visible=true": { + "model": "create:block/train_door/block_top", + "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/train_trapdoor.json b/src/generated/resources/assets/create/blockstates/train_trapdoor.json index 608ce99d08..4f618253ae 100644 --- a/src/generated/resources/assets/create/blockstates/train_trapdoor.json +++ b/src/generated/resources/assets/create/blockstates/train_trapdoor.json @@ -1,47 +1,15 @@ { "variants": { - "facing=north,half=top,open=false": { - "model": "create:block/train_trapdoor/block_top" - }, - "facing=south,half=top,open=false": { - "model": "create:block/train_trapdoor/block_top", - "y": 180 - }, - "facing=west,half=top,open=false": { - "model": "create:block/train_trapdoor/block_top", - "y": 270 - }, - "facing=east,half=top,open=false": { - "model": "create:block/train_trapdoor/block_top", - "y": 90 - }, - "facing=north,half=bottom,open=false": { - "model": "create:block/train_trapdoor/block_bottom" - }, - "facing=south,half=bottom,open=false": { - "model": "create:block/train_trapdoor/block_bottom", - "y": 180 - }, - "facing=west,half=bottom,open=false": { - "model": "create:block/train_trapdoor/block_bottom", - "y": 270 - }, "facing=east,half=bottom,open=false": { "model": "create:block/train_trapdoor/block_bottom", "y": 90 }, - "facing=north,half=top,open=true": { + "facing=east,half=bottom,open=true": { "model": "create:block/train_trapdoor/block_open", - "x": 180, - "y": 180 + "y": 90 }, - "facing=south,half=top,open=true": { - "model": "create:block/train_trapdoor/block_open", - "x": 180 - }, - "facing=west,half=top,open=true": { - "model": "create:block/train_trapdoor/block_open", - "x": 180, + "facing=east,half=top,open=false": { + "model": "create:block/train_trapdoor/block_top", "y": 90 }, "facing=east,half=top,open=true": { @@ -49,19 +17,51 @@ "x": 180, "y": 270 }, + "facing=north,half=bottom,open=false": { + "model": "create:block/train_trapdoor/block_bottom" + }, "facing=north,half=bottom,open=true": { "model": "create:block/train_trapdoor/block_open" }, + "facing=north,half=top,open=false": { + "model": "create:block/train_trapdoor/block_top" + }, + "facing=north,half=top,open=true": { + "model": "create:block/train_trapdoor/block_open", + "x": 180, + "y": 180 + }, + "facing=south,half=bottom,open=false": { + "model": "create:block/train_trapdoor/block_bottom", + "y": 180 + }, "facing=south,half=bottom,open=true": { "model": "create:block/train_trapdoor/block_open", "y": 180 }, + "facing=south,half=top,open=false": { + "model": "create:block/train_trapdoor/block_top", + "y": 180 + }, + "facing=south,half=top,open=true": { + "model": "create:block/train_trapdoor/block_open", + "x": 180 + }, + "facing=west,half=bottom,open=false": { + "model": "create:block/train_trapdoor/block_bottom", + "y": 270 + }, "facing=west,half=bottom,open=true": { "model": "create:block/train_trapdoor/block_open", "y": 270 }, - "facing=east,half=bottom,open=true": { + "facing=west,half=top,open=false": { + "model": "create:block/train_trapdoor/block_top", + "y": 270 + }, + "facing=west,half=top,open=true": { "model": "create:block/train_trapdoor/block_open", + "x": 180, "y": 90 } } diff --git a/src/generated/resources/assets/create/blockstates/vertical_framed_glass_pane.json b/src/generated/resources/assets/create/blockstates/vertical_framed_glass_pane.json index 8bd050d7e0..9270e594e1 100644 --- a/src/generated/resources/assets/create/blockstates/vertical_framed_glass_pane.json +++ b/src/generated/resources/assets/create/blockstates/vertical_framed_glass_pane.json @@ -6,71 +6,71 @@ } }, { - "when": { - "north": "true" - }, "apply": { "model": "create:block/vertical_framed_glass_pane_side" + }, + "when": { + "north": "true" } }, { - "when": { - "north": "false" - }, "apply": { "model": "create:block/vertical_framed_glass_pane_noside" + }, + "when": { + "north": "false" } }, { - "when": { - "south": "true" - }, "apply": { "model": "create:block/vertical_framed_glass_pane_side_alt" + }, + "when": { + "south": "true" } }, { - "when": { - "south": "false" - }, "apply": { "model": "create:block/vertical_framed_glass_pane_noside_alt", "y": 90 + }, + "when": { + "south": "false" } }, { - "when": { - "west": "true" - }, "apply": { "model": "create:block/vertical_framed_glass_pane_side_alt", "y": 90 + }, + "when": { + "west": "true" } }, { - "when": { - "west": "false" - }, "apply": { "model": "create:block/vertical_framed_glass_pane_noside", "y": 270 + }, + "when": { + "west": "false" } }, { - "when": { - "east": "true" - }, "apply": { "model": "create:block/vertical_framed_glass_pane_side", "y": 90 + }, + "when": { + "east": "true" } }, { - "when": { - "east": "false" - }, "apply": { "model": "create:block/vertical_framed_glass_pane_noside_alt" + }, + "when": { + "east": "false" } } ] diff --git a/src/generated/resources/assets/create/blockstates/warped_window_pane.json b/src/generated/resources/assets/create/blockstates/warped_window_pane.json index 7cf4fb5928..9b9912b7b1 100644 --- a/src/generated/resources/assets/create/blockstates/warped_window_pane.json +++ b/src/generated/resources/assets/create/blockstates/warped_window_pane.json @@ -6,71 +6,71 @@ } }, { - "when": { - "north": "true" - }, "apply": { "model": "create:block/warped_window_pane_side" + }, + "when": { + "north": "true" } }, { - "when": { - "north": "false" - }, "apply": { "model": "create:block/warped_window_pane_noside" + }, + "when": { + "north": "false" } }, { - "when": { - "south": "true" - }, "apply": { "model": "create:block/warped_window_pane_side_alt" + }, + "when": { + "south": "true" } }, { - "when": { - "south": "false" - }, "apply": { "model": "create:block/warped_window_pane_noside_alt", "y": 90 + }, + "when": { + "south": "false" } }, { - "when": { - "west": "true" - }, "apply": { "model": "create:block/warped_window_pane_side_alt", "y": 90 + }, + "when": { + "west": "true" } }, { - "when": { - "west": "false" - }, "apply": { "model": "create:block/warped_window_pane_noside", "y": 270 + }, + "when": { + "west": "false" } }, { - "when": { - "east": "true" - }, "apply": { "model": "create:block/warped_window_pane_side", "y": 90 + }, + "when": { + "east": "true" } }, { - "when": { - "east": "false" - }, "apply": { "model": "create:block/warped_window_pane_noside_alt" + }, + "when": { + "east": "false" } } ] diff --git a/src/generated/resources/assets/create/blockstates/water_wheel.json b/src/generated/resources/assets/create/blockstates/water_wheel.json index fe99163dfb..c7e608eaf7 100644 --- a/src/generated/resources/assets/create/blockstates/water_wheel.json +++ b/src/generated/resources/assets/create/blockstates/water_wheel.json @@ -4,8 +4,10 @@ "model": "create:block/water_wheel", "x": 180 }, - "facing=up": { - "model": "create:block/water_wheel" + "facing=east": { + "model": "create:block/water_wheel", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/water_wheel", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/water_wheel" + }, "facing=west": { "model": "create:block/water_wheel", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/water_wheel", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/waxed_copper_shingle_slab.json b/src/generated/resources/assets/create/blockstates/waxed_copper_shingle_slab.json index aa2b197ceb..e58c7e8502 100644 --- a/src/generated/resources/assets/create/blockstates/waxed_copper_shingle_slab.json +++ b/src/generated/resources/assets/create/blockstates/waxed_copper_shingle_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/waxed_copper_shingle_slab_top" - }, "type=bottom": { "model": "create:block/waxed_copper_shingle_slab" }, "type=double": { "model": "create:block/copper_shingles" + }, + "type=top": { + "model": "create:block/waxed_copper_shingle_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/waxed_copper_shingle_stairs.json b/src/generated/resources/assets/create/blockstates/waxed_copper_shingle_stairs.json index 888eaa36e7..52d7f45ba9 100644 --- a/src/generated/resources/assets/create/blockstates/waxed_copper_shingle_stairs.json +++ b/src/generated/resources/assets/create/blockstates/waxed_copper_shingle_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/waxed_copper_shingle_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/waxed_copper_shingle_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/waxed_copper_shingle_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/waxed_copper_shingle_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/waxed_copper_shingle_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/waxed_copper_shingle_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/waxed_copper_shingle_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/waxed_copper_shingle_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/waxed_copper_shingle_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/waxed_copper_shingle_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/waxed_copper_shingle_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/waxed_copper_shingle_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/waxed_copper_shingle_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/waxed_copper_shingle_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/waxed_copper_shingle_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/waxed_copper_shingle_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/waxed_copper_shingle_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/waxed_copper_shingle_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/waxed_copper_shingle_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/waxed_copper_shingle_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/waxed_copper_shingle_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/waxed_copper_shingle_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/waxed_copper_shingle_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/waxed_copper_shingle_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/waxed_copper_shingle_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/waxed_copper_shingle_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/waxed_copper_shingle_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/waxed_copper_shingle_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/waxed_copper_shingle_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/waxed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/waxed_copper_shingle_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/waxed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/waxed_copper_shingle_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/waxed_copper_shingle_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/waxed_copper_shingle_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/waxed_copper_shingle_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/waxed_copper_shingle_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/waxed_copper_shingle_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/waxed_copper_shingle_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/waxed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/waxed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/waxed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/waxed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/waxed_copper_shingle_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/waxed_copper_shingle_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/waxed_copper_shingle_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/waxed_copper_shingle_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/waxed_copper_shingle_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/waxed_copper_shingle_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/waxed_copper_shingle_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/waxed_copper_shingle_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/waxed_copper_shingle_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/waxed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/waxed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/waxed_copper_shingle_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/waxed_copper_shingle_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/waxed_copper_shingle_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/waxed_copper_shingle_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/waxed_copper_shingle_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/waxed_copper_shingle_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/waxed_copper_shingle_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/waxed_copper_shingle_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/waxed_copper_shingle_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/waxed_copper_shingle_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/waxed_copper_shingle_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/waxed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/waxed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/waxed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/waxed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/waxed_copper_shingle_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/waxed_copper_tile_slab.json b/src/generated/resources/assets/create/blockstates/waxed_copper_tile_slab.json index db50daffbb..fe6459b272 100644 --- a/src/generated/resources/assets/create/blockstates/waxed_copper_tile_slab.json +++ b/src/generated/resources/assets/create/blockstates/waxed_copper_tile_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/waxed_copper_tile_slab_top" - }, "type=bottom": { "model": "create:block/waxed_copper_tile_slab" }, "type=double": { "model": "create:block/copper_tiles" + }, + "type=top": { + "model": "create:block/waxed_copper_tile_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/waxed_copper_tile_stairs.json b/src/generated/resources/assets/create/blockstates/waxed_copper_tile_stairs.json index 5f32f58026..5d15f0a59e 100644 --- a/src/generated/resources/assets/create/blockstates/waxed_copper_tile_stairs.json +++ b/src/generated/resources/assets/create/blockstates/waxed_copper_tile_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/waxed_copper_tile_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/waxed_copper_tile_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/waxed_copper_tile_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/waxed_copper_tile_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/waxed_copper_tile_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/waxed_copper_tile_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/waxed_copper_tile_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/waxed_copper_tile_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/waxed_copper_tile_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/waxed_copper_tile_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/waxed_copper_tile_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/waxed_copper_tile_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/waxed_copper_tile_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/waxed_copper_tile_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/waxed_copper_tile_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/waxed_copper_tile_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/waxed_copper_tile_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/waxed_copper_tile_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/waxed_copper_tile_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/waxed_copper_tile_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/waxed_copper_tile_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/waxed_copper_tile_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/waxed_copper_tile_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/waxed_copper_tile_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/waxed_copper_tile_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/waxed_copper_tile_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/waxed_copper_tile_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/waxed_copper_tile_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/waxed_copper_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/waxed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/waxed_copper_tile_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/waxed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/waxed_copper_tile_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/waxed_copper_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/waxed_copper_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/waxed_copper_tile_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/waxed_copper_tile_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/waxed_copper_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/waxed_copper_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/waxed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/waxed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/waxed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/waxed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/waxed_copper_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/waxed_copper_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/waxed_copper_tile_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/waxed_copper_tile_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/waxed_copper_tile_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/waxed_copper_tile_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/waxed_copper_tile_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/waxed_copper_tile_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/waxed_copper_tile_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/waxed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/waxed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/waxed_copper_tile_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/waxed_copper_tile_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/waxed_copper_tile_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/waxed_copper_tile_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/waxed_copper_tile_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/waxed_copper_tile_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/waxed_copper_tile_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/waxed_copper_tile_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/waxed_copper_tile_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/waxed_copper_tile_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/waxed_copper_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/waxed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/waxed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/waxed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/waxed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/waxed_copper_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/waxed_exposed_copper_shingle_slab.json b/src/generated/resources/assets/create/blockstates/waxed_exposed_copper_shingle_slab.json index 45b8b548b1..78c413b3ec 100644 --- a/src/generated/resources/assets/create/blockstates/waxed_exposed_copper_shingle_slab.json +++ b/src/generated/resources/assets/create/blockstates/waxed_exposed_copper_shingle_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/waxed_exposed_copper_shingle_slab_top" - }, "type=bottom": { "model": "create:block/waxed_exposed_copper_shingle_slab" }, "type=double": { "model": "create:block/exposed_copper_shingles" + }, + "type=top": { + "model": "create:block/waxed_exposed_copper_shingle_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/waxed_exposed_copper_shingle_stairs.json b/src/generated/resources/assets/create/blockstates/waxed_exposed_copper_shingle_stairs.json index d552ad38eb..5c828cfc3a 100644 --- a/src/generated/resources/assets/create/blockstates/waxed_exposed_copper_shingle_stairs.json +++ b/src/generated/resources/assets/create/blockstates/waxed_exposed_copper_shingle_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/waxed_exposed_copper_shingle_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/waxed_exposed_copper_shingle_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/waxed_exposed_copper_shingle_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/waxed_exposed_copper_shingle_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/waxed_exposed_copper_shingle_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/waxed_exposed_copper_shingle_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/waxed_exposed_copper_shingle_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/waxed_exposed_copper_shingle_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/waxed_exposed_copper_shingle_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/waxed_exposed_copper_shingle_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/waxed_exposed_copper_shingle_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/waxed_exposed_copper_shingle_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/waxed_exposed_copper_shingle_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/waxed_exposed_copper_shingle_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/waxed_exposed_copper_shingle_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/waxed_exposed_copper_shingle_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/waxed_exposed_copper_shingle_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/waxed_exposed_copper_shingle_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/waxed_exposed_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/waxed_exposed_copper_shingle_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/waxed_exposed_copper_tile_slab.json b/src/generated/resources/assets/create/blockstates/waxed_exposed_copper_tile_slab.json index d45fb44581..3a8004c0d7 100644 --- a/src/generated/resources/assets/create/blockstates/waxed_exposed_copper_tile_slab.json +++ b/src/generated/resources/assets/create/blockstates/waxed_exposed_copper_tile_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/waxed_exposed_copper_tile_slab_top" - }, "type=bottom": { "model": "create:block/waxed_exposed_copper_tile_slab" }, "type=double": { "model": "create:block/exposed_copper_tiles" + }, + "type=top": { + "model": "create:block/waxed_exposed_copper_tile_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/waxed_exposed_copper_tile_stairs.json b/src/generated/resources/assets/create/blockstates/waxed_exposed_copper_tile_stairs.json index 56824ae2f8..f620eb6cce 100644 --- a/src/generated/resources/assets/create/blockstates/waxed_exposed_copper_tile_stairs.json +++ b/src/generated/resources/assets/create/blockstates/waxed_exposed_copper_tile_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/waxed_exposed_copper_tile_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/waxed_exposed_copper_tile_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/waxed_exposed_copper_tile_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/waxed_exposed_copper_tile_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/waxed_exposed_copper_tile_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/waxed_exposed_copper_tile_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/waxed_exposed_copper_tile_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/waxed_exposed_copper_tile_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/waxed_exposed_copper_tile_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/waxed_exposed_copper_tile_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/waxed_exposed_copper_tile_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/waxed_exposed_copper_tile_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/waxed_exposed_copper_tile_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/waxed_exposed_copper_tile_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/waxed_exposed_copper_tile_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/waxed_exposed_copper_tile_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/waxed_exposed_copper_tile_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/waxed_exposed_copper_tile_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/waxed_exposed_copper_tile_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/waxed_exposed_copper_tile_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/waxed_exposed_copper_tile_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/waxed_exposed_copper_tile_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/waxed_exposed_copper_tile_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/waxed_exposed_copper_tile_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/waxed_exposed_copper_tile_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/waxed_exposed_copper_tile_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/waxed_exposed_copper_tile_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/waxed_exposed_copper_tile_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/waxed_exposed_copper_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/waxed_exposed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/waxed_exposed_copper_tile_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/waxed_exposed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/waxed_exposed_copper_tile_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/waxed_exposed_copper_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/waxed_exposed_copper_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/waxed_exposed_copper_tile_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/waxed_exposed_copper_tile_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/waxed_exposed_copper_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/waxed_exposed_copper_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/waxed_exposed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/waxed_exposed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/waxed_exposed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/waxed_exposed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/waxed_exposed_copper_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/waxed_exposed_copper_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/waxed_exposed_copper_tile_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/waxed_exposed_copper_tile_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/waxed_exposed_copper_tile_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/waxed_exposed_copper_tile_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/waxed_exposed_copper_tile_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/waxed_exposed_copper_tile_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/waxed_exposed_copper_tile_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/waxed_exposed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/waxed_exposed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/waxed_exposed_copper_tile_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/waxed_exposed_copper_tile_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/waxed_exposed_copper_tile_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/waxed_exposed_copper_tile_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/waxed_exposed_copper_tile_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/waxed_exposed_copper_tile_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/waxed_exposed_copper_tile_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/waxed_exposed_copper_tile_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/waxed_exposed_copper_tile_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/waxed_exposed_copper_tile_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/waxed_exposed_copper_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/waxed_exposed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/waxed_exposed_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/waxed_exposed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/waxed_exposed_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/waxed_exposed_copper_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/waxed_oxidized_copper_shingle_slab.json b/src/generated/resources/assets/create/blockstates/waxed_oxidized_copper_shingle_slab.json index 92d84c82bd..c0aaa59215 100644 --- a/src/generated/resources/assets/create/blockstates/waxed_oxidized_copper_shingle_slab.json +++ b/src/generated/resources/assets/create/blockstates/waxed_oxidized_copper_shingle_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/waxed_oxidized_copper_shingle_slab_top" - }, "type=bottom": { "model": "create:block/waxed_oxidized_copper_shingle_slab" }, "type=double": { "model": "create:block/oxidized_copper_shingles" + }, + "type=top": { + "model": "create:block/waxed_oxidized_copper_shingle_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/waxed_oxidized_copper_shingle_stairs.json b/src/generated/resources/assets/create/blockstates/waxed_oxidized_copper_shingle_stairs.json index 4f5392aad6..f853199ebc 100644 --- a/src/generated/resources/assets/create/blockstates/waxed_oxidized_copper_shingle_stairs.json +++ b/src/generated/resources/assets/create/blockstates/waxed_oxidized_copper_shingle_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/waxed_oxidized_copper_shingle_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/waxed_oxidized_copper_tile_slab.json b/src/generated/resources/assets/create/blockstates/waxed_oxidized_copper_tile_slab.json index a956f5fcdf..8a0c8e793d 100644 --- a/src/generated/resources/assets/create/blockstates/waxed_oxidized_copper_tile_slab.json +++ b/src/generated/resources/assets/create/blockstates/waxed_oxidized_copper_tile_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/waxed_oxidized_copper_tile_slab_top" - }, "type=bottom": { "model": "create:block/waxed_oxidized_copper_tile_slab" }, "type=double": { "model": "create:block/oxidized_copper_tiles" + }, + "type=top": { + "model": "create:block/waxed_oxidized_copper_tile_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/waxed_oxidized_copper_tile_stairs.json b/src/generated/resources/assets/create/blockstates/waxed_oxidized_copper_tile_stairs.json index 34f25b7546..595a5e3b1d 100644 --- a/src/generated/resources/assets/create/blockstates/waxed_oxidized_copper_tile_stairs.json +++ b/src/generated/resources/assets/create/blockstates/waxed_oxidized_copper_tile_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/waxed_oxidized_copper_tile_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/waxed_oxidized_copper_tile_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/waxed_oxidized_copper_tile_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/waxed_oxidized_copper_tile_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/waxed_oxidized_copper_tile_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/waxed_oxidized_copper_tile_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/waxed_oxidized_copper_tile_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/waxed_oxidized_copper_tile_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/waxed_oxidized_copper_tile_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/waxed_oxidized_copper_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/waxed_oxidized_copper_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/waxed_oxidized_copper_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/waxed_oxidized_copper_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/waxed_oxidized_copper_tile_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/waxed_oxidized_copper_tile_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/waxed_oxidized_copper_tile_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/waxed_oxidized_copper_tile_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/waxed_oxidized_copper_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/waxed_oxidized_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/waxed_oxidized_copper_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/waxed_weathered_copper_shingle_slab.json b/src/generated/resources/assets/create/blockstates/waxed_weathered_copper_shingle_slab.json index 097fe1af8b..adff1e9754 100644 --- a/src/generated/resources/assets/create/blockstates/waxed_weathered_copper_shingle_slab.json +++ b/src/generated/resources/assets/create/blockstates/waxed_weathered_copper_shingle_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/waxed_weathered_copper_shingle_slab_top" - }, "type=bottom": { "model": "create:block/waxed_weathered_copper_shingle_slab" }, "type=double": { "model": "create:block/weathered_copper_shingles" + }, + "type=top": { + "model": "create:block/waxed_weathered_copper_shingle_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/waxed_weathered_copper_shingle_stairs.json b/src/generated/resources/assets/create/blockstates/waxed_weathered_copper_shingle_stairs.json index 882fec2fb0..36ed555c5f 100644 --- a/src/generated/resources/assets/create/blockstates/waxed_weathered_copper_shingle_stairs.json +++ b/src/generated/resources/assets/create/blockstates/waxed_weathered_copper_shingle_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/waxed_weathered_copper_shingle_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/waxed_weathered_copper_shingle_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/waxed_weathered_copper_shingle_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/waxed_weathered_copper_shingle_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/waxed_weathered_copper_shingle_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/waxed_weathered_copper_shingle_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/waxed_weathered_copper_shingle_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/waxed_weathered_copper_shingle_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/waxed_weathered_copper_shingle_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/waxed_weathered_copper_shingle_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/waxed_weathered_copper_shingle_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/waxed_weathered_copper_shingle_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/waxed_weathered_copper_shingle_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/waxed_weathered_copper_shingle_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/waxed_weathered_copper_shingle_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/waxed_weathered_copper_shingle_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/waxed_weathered_copper_shingle_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/waxed_weathered_copper_shingle_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/waxed_weathered_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/waxed_weathered_copper_shingle_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/waxed_weathered_copper_tile_slab.json b/src/generated/resources/assets/create/blockstates/waxed_weathered_copper_tile_slab.json index eb2994fcae..3e42305066 100644 --- a/src/generated/resources/assets/create/blockstates/waxed_weathered_copper_tile_slab.json +++ b/src/generated/resources/assets/create/blockstates/waxed_weathered_copper_tile_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/waxed_weathered_copper_tile_slab_top" - }, "type=bottom": { "model": "create:block/waxed_weathered_copper_tile_slab" }, "type=double": { "model": "create:block/weathered_copper_tiles" + }, + "type=top": { + "model": "create:block/waxed_weathered_copper_tile_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/waxed_weathered_copper_tile_stairs.json b/src/generated/resources/assets/create/blockstates/waxed_weathered_copper_tile_stairs.json index 944c660d3a..a7ac9232c8 100644 --- a/src/generated/resources/assets/create/blockstates/waxed_weathered_copper_tile_stairs.json +++ b/src/generated/resources/assets/create/blockstates/waxed_weathered_copper_tile_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/waxed_weathered_copper_tile_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/waxed_weathered_copper_tile_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/waxed_weathered_copper_tile_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/waxed_weathered_copper_tile_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/waxed_weathered_copper_tile_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/waxed_weathered_copper_tile_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/waxed_weathered_copper_tile_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/waxed_weathered_copper_tile_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/waxed_weathered_copper_tile_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/waxed_weathered_copper_tile_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/waxed_weathered_copper_tile_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/waxed_weathered_copper_tile_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/waxed_weathered_copper_tile_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/waxed_weathered_copper_tile_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/waxed_weathered_copper_tile_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/waxed_weathered_copper_tile_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/waxed_weathered_copper_tile_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/waxed_weathered_copper_tile_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/waxed_weathered_copper_tile_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/waxed_weathered_copper_tile_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/waxed_weathered_copper_tile_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/waxed_weathered_copper_tile_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/waxed_weathered_copper_tile_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/waxed_weathered_copper_tile_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/waxed_weathered_copper_tile_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/waxed_weathered_copper_tile_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/waxed_weathered_copper_tile_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/waxed_weathered_copper_tile_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/waxed_weathered_copper_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/waxed_weathered_copper_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/waxed_weathered_copper_tile_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/waxed_weathered_copper_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/waxed_weathered_copper_tile_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/waxed_weathered_copper_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/waxed_weathered_copper_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/waxed_weathered_copper_tile_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/waxed_weathered_copper_tile_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/waxed_weathered_copper_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/waxed_weathered_copper_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/waxed_weathered_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/waxed_weathered_copper_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/waxed_weathered_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/waxed_weathered_copper_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/waxed_weathered_copper_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/waxed_weathered_copper_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/waxed_weathered_copper_tile_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/waxed_weathered_copper_tile_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/waxed_weathered_copper_tile_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/waxed_weathered_copper_tile_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/waxed_weathered_copper_tile_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/waxed_weathered_copper_tile_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/waxed_weathered_copper_tile_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/waxed_weathered_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/waxed_weathered_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/waxed_weathered_copper_tile_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/waxed_weathered_copper_tile_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/waxed_weathered_copper_tile_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/waxed_weathered_copper_tile_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/waxed_weathered_copper_tile_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/waxed_weathered_copper_tile_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/waxed_weathered_copper_tile_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/waxed_weathered_copper_tile_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/waxed_weathered_copper_tile_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/waxed_weathered_copper_tile_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/waxed_weathered_copper_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/waxed_weathered_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/waxed_weathered_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/waxed_weathered_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/waxed_weathered_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/waxed_weathered_copper_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/weathered_copper_shingle_slab.json b/src/generated/resources/assets/create/blockstates/weathered_copper_shingle_slab.json index 24cbd9a60c..9417647c3c 100644 --- a/src/generated/resources/assets/create/blockstates/weathered_copper_shingle_slab.json +++ b/src/generated/resources/assets/create/blockstates/weathered_copper_shingle_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/weathered_copper_shingle_slab_top" - }, "type=bottom": { "model": "create:block/weathered_copper_shingle_slab" }, "type=double": { "model": "create:block/weathered_copper_shingles" + }, + "type=top": { + "model": "create:block/weathered_copper_shingle_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/weathered_copper_shingle_stairs.json b/src/generated/resources/assets/create/blockstates/weathered_copper_shingle_stairs.json index b794088462..6c0837c1a2 100644 --- a/src/generated/resources/assets/create/blockstates/weathered_copper_shingle_stairs.json +++ b/src/generated/resources/assets/create/blockstates/weathered_copper_shingle_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/weathered_copper_shingle_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/weathered_copper_shingle_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/weathered_copper_shingle_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/weathered_copper_shingle_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/weathered_copper_shingle_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/weathered_copper_shingle_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/weathered_copper_shingle_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/weathered_copper_shingle_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/weathered_copper_shingle_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/weathered_copper_shingle_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/weathered_copper_shingle_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/weathered_copper_shingle_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/weathered_copper_shingle_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/weathered_copper_shingle_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/weathered_copper_shingle_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/weathered_copper_shingle_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/weathered_copper_shingle_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/weathered_copper_shingle_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/weathered_copper_shingle_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/weathered_copper_shingle_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/weathered_copper_shingle_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/weathered_copper_shingle_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/weathered_copper_shingle_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/weathered_copper_shingle_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/weathered_copper_shingle_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/weathered_copper_shingle_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/weathered_copper_shingle_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/weathered_copper_shingle_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/weathered_copper_shingle_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/weathered_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/weathered_copper_shingle_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/weathered_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/weathered_copper_shingle_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/weathered_copper_shingle_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/weathered_copper_shingle_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/weathered_copper_shingle_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/weathered_copper_shingle_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/weathered_copper_shingle_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/weathered_copper_shingle_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/weathered_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/weathered_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/weathered_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/weathered_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/weathered_copper_shingle_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/weathered_copper_shingle_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/weathered_copper_shingle_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/weathered_copper_shingle_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/weathered_copper_shingle_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/weathered_copper_shingle_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/weathered_copper_shingle_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/weathered_copper_shingle_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/weathered_copper_shingle_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/weathered_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/weathered_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/weathered_copper_shingle_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/weathered_copper_shingle_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/weathered_copper_shingle_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/weathered_copper_shingle_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/weathered_copper_shingle_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/weathered_copper_shingle_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/weathered_copper_shingle_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/weathered_copper_shingle_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/weathered_copper_shingle_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/weathered_copper_shingle_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/weathered_copper_shingle_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/weathered_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/weathered_copper_shingle_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/weathered_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/weathered_copper_shingle_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/weathered_copper_shingle_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/weathered_copper_tile_slab.json b/src/generated/resources/assets/create/blockstates/weathered_copper_tile_slab.json index 996891bad7..47bb245991 100644 --- a/src/generated/resources/assets/create/blockstates/weathered_copper_tile_slab.json +++ b/src/generated/resources/assets/create/blockstates/weathered_copper_tile_slab.json @@ -1,13 +1,13 @@ { "variants": { - "type=top": { - "model": "create:block/weathered_copper_tile_slab_top" - }, "type=bottom": { "model": "create:block/weathered_copper_tile_slab" }, "type=double": { "model": "create:block/weathered_copper_tiles" + }, + "type=top": { + "model": "create:block/weathered_copper_tile_slab_top" } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/weathered_copper_tile_stairs.json b/src/generated/resources/assets/create/blockstates/weathered_copper_tile_stairs.json index f22ac8db42..cef21f9767 100644 --- a/src/generated/resources/assets/create/blockstates/weathered_copper_tile_stairs.json +++ b/src/generated/resources/assets/create/blockstates/weathered_copper_tile_stairs.json @@ -1,209 +1,209 @@ { "variants": { - "facing=north,half=top,shape=straight": { - "model": "create:block/weathered_copper_tile_stairs", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=straight": { - "model": "create:block/weathered_copper_tile_stairs", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=straight": { - "model": "create:block/weathered_copper_tile_stairs", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=straight": { - "model": "create:block/weathered_copper_tile_stairs", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=straight": { - "model": "create:block/weathered_copper_tile_stairs", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=straight": { - "model": "create:block/weathered_copper_tile_stairs", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=straight": { - "model": "create:block/weathered_copper_tile_stairs", - "y": 180, - "uvlock": true - }, - "facing=east,half=bottom,shape=straight": { - "model": "create:block/weathered_copper_tile_stairs" - }, - "facing=north,half=top,shape=inner_left": { - "model": "create:block/weathered_copper_tile_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=south,half=top,shape=inner_left": { - "model": "create:block/weathered_copper_tile_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=west,half=top,shape=inner_left": { - "model": "create:block/weathered_copper_tile_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=east,half=top,shape=inner_left": { - "model": "create:block/weathered_copper_tile_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_left": { - "model": "create:block/weathered_copper_tile_stairs_inner", - "y": 180, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_left": { - "model": "create:block/weathered_copper_tile_stairs_inner" - }, - "facing=west,half=bottom,shape=inner_left": { - "model": "create:block/weathered_copper_tile_stairs_inner", - "y": 90, - "uvlock": true - }, "facing=east,half=bottom,shape=inner_left": { "model": "create:block/weathered_copper_tile_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=north,half=top,shape=inner_right": { - "model": "create:block/weathered_copper_tile_stairs_inner", - "x": 180, - "uvlock": true - }, - "facing=south,half=top,shape=inner_right": { - "model": "create:block/weathered_copper_tile_stairs_inner", - "x": 180, - "y": 180, - "uvlock": true - }, - "facing=west,half=top,shape=inner_right": { - "model": "create:block/weathered_copper_tile_stairs_inner", - "x": 180, - "y": 270, - "uvlock": true - }, - "facing=east,half=top,shape=inner_right": { - "model": "create:block/weathered_copper_tile_stairs_inner", - "x": 180, - "y": 90, - "uvlock": true - }, - "facing=north,half=bottom,shape=inner_right": { - "model": "create:block/weathered_copper_tile_stairs_inner", - "y": 270, - "uvlock": true - }, - "facing=south,half=bottom,shape=inner_right": { - "model": "create:block/weathered_copper_tile_stairs_inner", - "y": 90, - "uvlock": true - }, - "facing=west,half=bottom,shape=inner_right": { - "model": "create:block/weathered_copper_tile_stairs_inner", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 270 }, "facing=east,half=bottom,shape=inner_right": { "model": "create:block/weathered_copper_tile_stairs_inner" }, - "facing=north,half=top,shape=outer_left": { + "facing=east,half=bottom,shape=outer_left": { "model": "create:block/weathered_copper_tile_stairs_outer", - "x": 180, - "y": 270, - "uvlock": true + "uvlock": true, + "y": 270 }, - "facing=south,half=top,shape=outer_left": { - "model": "create:block/weathered_copper_tile_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=east,half=bottom,shape=outer_right": { + "model": "create:block/weathered_copper_tile_stairs_outer" }, - "facing=west,half=top,shape=outer_left": { - "model": "create:block/weathered_copper_tile_stairs_outer", + "facing=east,half=bottom,shape=straight": { + "model": "create:block/weathered_copper_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "create:block/weathered_copper_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "create:block/weathered_copper_tile_stairs_inner", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 90 }, "facing=east,half=top,shape=outer_left": { "model": "create:block/weathered_copper_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "create:block/weathered_copper_tile_stairs_outer", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "create:block/weathered_copper_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "create:block/weathered_copper_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "create:block/weathered_copper_tile_stairs_inner", + "uvlock": true, + "y": 270 }, "facing=north,half=bottom,shape=outer_left": { "model": "create:block/weathered_copper_tile_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "create:block/weathered_copper_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "create:block/weathered_copper_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "create:block/weathered_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "create:block/weathered_copper_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "create:block/weathered_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "create:block/weathered_copper_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "create:block/weathered_copper_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "create:block/weathered_copper_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "create:block/weathered_copper_tile_stairs_inner", + "uvlock": true, + "y": 90 }, "facing=south,half=bottom,shape=outer_left": { "model": "create:block/weathered_copper_tile_stairs_outer" }, - "facing=west,half=bottom,shape=outer_left": { + "facing=south,half=bottom,shape=outer_right": { "model": "create:block/weathered_copper_tile_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, - "facing=east,half=bottom,shape=outer_left": { - "model": "create:block/weathered_copper_tile_stairs_outer", - "y": 270, - "uvlock": true + "facing=south,half=bottom,shape=straight": { + "model": "create:block/weathered_copper_tile_stairs", + "uvlock": true, + "y": 90 }, - "facing=north,half=top,shape=outer_right": { - "model": "create:block/weathered_copper_tile_stairs_outer", + "facing=south,half=top,shape=inner_left": { + "model": "create:block/weathered_copper_tile_stairs_inner", + "uvlock": true, "x": 180, - "uvlock": true + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "create:block/weathered_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "create:block/weathered_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 }, "facing=south,half=top,shape=outer_right": { "model": "create:block/weathered_copper_tile_stairs_outer", + "uvlock": true, "x": 180, - "y": 180, - "uvlock": true + "y": 180 }, - "facing=west,half=top,shape=outer_right": { - "model": "create:block/weathered_copper_tile_stairs_outer", + "facing=south,half=top,shape=straight": { + "model": "create:block/weathered_copper_tile_stairs", + "uvlock": true, "x": 180, - "y": 270, - "uvlock": true + "y": 90 }, - "facing=east,half=top,shape=outer_right": { - "model": "create:block/weathered_copper_tile_stairs_outer", - "x": 180, - "y": 90, - "uvlock": true + "facing=west,half=bottom,shape=inner_left": { + "model": "create:block/weathered_copper_tile_stairs_inner", + "uvlock": true, + "y": 90 }, - "facing=north,half=bottom,shape=outer_right": { - "model": "create:block/weathered_copper_tile_stairs_outer", - "y": 270, - "uvlock": true + "facing=west,half=bottom,shape=inner_right": { + "model": "create:block/weathered_copper_tile_stairs_inner", + "uvlock": true, + "y": 180 }, - "facing=south,half=bottom,shape=outer_right": { + "facing=west,half=bottom,shape=outer_left": { "model": "create:block/weathered_copper_tile_stairs_outer", - "y": 90, - "uvlock": true + "uvlock": true, + "y": 90 }, "facing=west,half=bottom,shape=outer_right": { "model": "create:block/weathered_copper_tile_stairs_outer", - "y": 180, - "uvlock": true + "uvlock": true, + "y": 180 }, - "facing=east,half=bottom,shape=outer_right": { - "model": "create:block/weathered_copper_tile_stairs_outer" + "facing=west,half=bottom,shape=straight": { + "model": "create:block/weathered_copper_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "create:block/weathered_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "create:block/weathered_copper_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "create:block/weathered_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "create:block/weathered_copper_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "create:block/weathered_copper_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/weighted_ejector.json b/src/generated/resources/assets/create/blockstates/weighted_ejector.json index 12044c3dbe..8ed3f1e400 100644 --- a/src/generated/resources/assets/create/blockstates/weighted_ejector.json +++ b/src/generated/resources/assets/create/blockstates/weighted_ejector.json @@ -1,5 +1,9 @@ { "variants": { + "facing=east": { + "model": "create:block/weighted_ejector/block", + "y": 90 + }, "facing=north": { "model": "create:block/weighted_ejector/block" }, @@ -10,10 +14,6 @@ "facing=west": { "model": "create:block/weighted_ejector/block", "y": 270 - }, - "facing=east": { - "model": "create:block/weighted_ejector/block", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/white_nixie_tube.json b/src/generated/resources/assets/create/blockstates/white_nixie_tube.json index 3497035589..72ca8d3b61 100644 --- a/src/generated/resources/assets/create/blockstates/white_nixie_tube.json +++ b/src/generated/resources/assets/create/blockstates/white_nixie_tube.json @@ -1,135 +1,112 @@ { "variants": { - "double_face=floor,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=false": { "model": "create:block/white_nixie_tube", - "y": 180 + "x": 180, + "y": 270 }, - "double_face=wall,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=true": { "model": "create:block/white_nixie_tube", - "x": 90 - }, - "double_face=wall_reversed,facing=north,waterlogged=false": { - "model": "create:block/white_nixie_tube", - "x": 90 + "x": 180, + "y": 270 }, "double_face=ceiling,facing=north,waterlogged=false": { "model": "create:block/white_nixie_tube", "x": 180, "y": 180 }, - "double_face=floor,facing=south,waterlogged=false": { - "model": "create:block/white_nixie_tube" - }, - "double_face=wall,facing=south,waterlogged=false": { + "double_face=ceiling,facing=north,waterlogged=true": { "model": "create:block/white_nixie_tube", - "x": 90, - "y": 180 - }, - "double_face=wall_reversed,facing=south,waterlogged=false": { - "model": "create:block/white_nixie_tube", - "x": 90, + "x": 180, "y": 180 }, "double_face=ceiling,facing=south,waterlogged=false": { "model": "create:block/white_nixie_tube", "x": 180 }, - "double_face=floor,facing=west,waterlogged=false": { + "double_face=ceiling,facing=south,waterlogged=true": { "model": "create:block/white_nixie_tube", - "y": 90 - }, - "double_face=wall,facing=west,waterlogged=false": { - "model": "create:block/white_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=wall_reversed,facing=west,waterlogged=false": { - "model": "create:block/white_nixie_tube", - "x": 90, - "y": 270 + "x": 180 }, "double_face=ceiling,facing=west,waterlogged=false": { "model": "create:block/white_nixie_tube", "x": 180, "y": 90 }, + "double_face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/white_nixie_tube", + "x": 180, + "y": 90 + }, "double_face=floor,facing=east,waterlogged=false": { "model": "create:block/white_nixie_tube", "y": 270 }, - "double_face=wall,facing=east,waterlogged=false": { + "double_face=floor,facing=east,waterlogged=true": { "model": "create:block/white_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=wall_reversed,facing=east,waterlogged=false": { - "model": "create:block/white_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/white_nixie_tube", - "x": 180, "y": 270 }, + "double_face=floor,facing=north,waterlogged=false": { + "model": "create:block/white_nixie_tube", + "y": 180 + }, "double_face=floor,facing=north,waterlogged=true": { "model": "create:block/white_nixie_tube", "y": 180 }, + "double_face=floor,facing=south,waterlogged=false": { + "model": "create:block/white_nixie_tube" + }, + "double_face=floor,facing=south,waterlogged=true": { + "model": "create:block/white_nixie_tube" + }, + "double_face=floor,facing=west,waterlogged=false": { + "model": "create:block/white_nixie_tube", + "y": 90 + }, + "double_face=floor,facing=west,waterlogged=true": { + "model": "create:block/white_nixie_tube", + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=false": { + "model": "create:block/white_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=true": { + "model": "create:block/white_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=north,waterlogged=false": { + "model": "create:block/white_nixie_tube", + "x": 90 + }, "double_face=wall,facing=north,waterlogged=true": { "model": "create:block/white_nixie_tube", "x": 90 }, - "double_face=wall_reversed,facing=north,waterlogged=true": { + "double_face=wall,facing=south,waterlogged=false": { "model": "create:block/white_nixie_tube", - "x": 90 - }, - "double_face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/white_nixie_tube", - "x": 180, + "x": 90, "y": 180 }, - "double_face=floor,facing=south,waterlogged=true": { - "model": "create:block/white_nixie_tube" - }, "double_face=wall,facing=south,waterlogged=true": { "model": "create:block/white_nixie_tube", "x": 90, "y": 180 }, - "double_face=wall_reversed,facing=south,waterlogged=true": { + "double_face=wall,facing=west,waterlogged=false": { "model": "create:block/white_nixie_tube", "x": 90, - "y": 180 - }, - "double_face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/white_nixie_tube", - "x": 180 - }, - "double_face=floor,facing=west,waterlogged=true": { - "model": "create:block/white_nixie_tube", - "y": 90 + "y": 270 }, "double_face=wall,facing=west,waterlogged=true": { "model": "create:block/white_nixie_tube", "x": 90, "y": 270 }, - "double_face=wall_reversed,facing=west,waterlogged=true": { - "model": "create:block/white_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/white_nixie_tube", - "x": 180, - "y": 90 - }, - "double_face=floor,facing=east,waterlogged=true": { - "model": "create:block/white_nixie_tube", - "y": 270 - }, - "double_face=wall,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=east,waterlogged=false": { "model": "create:block/white_nixie_tube", "x": 90, "y": 90 @@ -139,9 +116,32 @@ "x": 90, "y": 90 }, - "double_face=ceiling,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=north,waterlogged=false": { "model": "create:block/white_nixie_tube", - "x": 180, + "x": 90 + }, + "double_face=wall_reversed,facing=north,waterlogged=true": { + "model": "create:block/white_nixie_tube", + "x": 90 + }, + "double_face=wall_reversed,facing=south,waterlogged=false": { + "model": "create:block/white_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=south,waterlogged=true": { + "model": "create:block/white_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=west,waterlogged=false": { + "model": "create:block/white_nixie_tube", + "x": 90, + "y": 270 + }, + "double_face=wall_reversed,facing=west,waterlogged=true": { + "model": "create:block/white_nixie_tube", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/white_sail.json b/src/generated/resources/assets/create/blockstates/white_sail.json index 30b186772a..21e8571dee 100644 --- a/src/generated/resources/assets/create/blockstates/white_sail.json +++ b/src/generated/resources/assets/create/blockstates/white_sail.json @@ -4,8 +4,10 @@ "model": "create:block/white_sail", "x": 180 }, - "facing=up": { - "model": "create:block/white_sail" + "facing=east": { + "model": "create:block/white_sail", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/white_sail", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/white_sail" + }, "facing=west": { "model": "create:block/white_sail", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/white_sail", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/white_toolbox.json b/src/generated/resources/assets/create/blockstates/white_toolbox.json index 0b2e809199..2eda8e780b 100644 --- a/src/generated/resources/assets/create/blockstates/white_toolbox.json +++ b/src/generated/resources/assets/create/blockstates/white_toolbox.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/white_toolbox", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/white_toolbox", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/white_toolbox" }, + "facing=north,waterlogged=true": { + "model": "create:block/white_toolbox" + }, "facing=south,waterlogged=false": { "model": "create:block/white_toolbox", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/white_toolbox", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/white_toolbox", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/white_toolbox", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/white_toolbox" - }, - "facing=south,waterlogged=true": { - "model": "create:block/white_toolbox", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/white_toolbox", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/white_toolbox", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/white_valve_handle.json b/src/generated/resources/assets/create/blockstates/white_valve_handle.json index ced0ad42e9..eaae8c8861 100644 --- a/src/generated/resources/assets/create/blockstates/white_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/white_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/white_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/white_valve_handle" + "facing=east": { + "model": "create:block/white_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/white_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/white_valve_handle" + }, "facing=west": { "model": "create:block/white_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/white_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/windmill_bearing.json b/src/generated/resources/assets/create/blockstates/windmill_bearing.json index 80df46d4cf..f2c7e573d5 100644 --- a/src/generated/resources/assets/create/blockstates/windmill_bearing.json +++ b/src/generated/resources/assets/create/blockstates/windmill_bearing.json @@ -4,8 +4,10 @@ "model": "create:block/windmill_bearing", "x": 180 }, - "facing=up": { - "model": "create:block/windmill_bearing" + "facing=east": { + "model": "create:block/windmill_bearing", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/windmill_bearing", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/windmill_bearing" + }, "facing=west": { "model": "create:block/windmill_bearing", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/windmill_bearing", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/wooden_bracket.json b/src/generated/resources/assets/create/blockstates/wooden_bracket.json index b677cf3cdf..9d25bf2755 100644 --- a/src/generated/resources/assets/create/blockstates/wooden_bracket.json +++ b/src/generated/resources/assets/create/blockstates/wooden_bracket.json @@ -1,78 +1,39 @@ { "variants": { - "axis_along_first=false,facing=down,type=pipe": { - "model": "create:block/bracket/pipe/ground_wooden", - "x": 180 - }, - "axis_along_first=true,facing=down,type=pipe": { - "model": "create:block/bracket/pipe/ground_wooden", - "x": 180, - "y": 90 - }, - "axis_along_first=false,facing=up,type=pipe": { - "model": "create:block/bracket/pipe/ground_wooden" - }, - "axis_along_first=true,facing=up,type=pipe": { - "model": "create:block/bracket/pipe/ground_wooden", - "y": 90 - }, - "axis_along_first=false,facing=north,type=pipe": { - "model": "create:block/bracket/pipe/wall_wooden", - "x": 90, - "y": 270 - }, - "axis_along_first=true,facing=north,type=pipe": { - "model": "create:block/bracket/pipe/wall_wooden", - "y": 270 - }, - "axis_along_first=false,facing=south,type=pipe": { - "model": "create:block/bracket/pipe/wall_wooden", - "x": 90, - "y": 90 - }, - "axis_along_first=true,facing=south,type=pipe": { - "model": "create:block/bracket/pipe/wall_wooden", - "y": 90 - }, - "axis_along_first=false,facing=west,type=pipe": { - "model": "create:block/bracket/pipe/wall_wooden", - "y": 180 - }, - "axis_along_first=true,facing=west,type=pipe": { - "model": "create:block/bracket/pipe/wall_wooden", - "x": 90, - "y": 180 - }, - "axis_along_first=false,facing=east,type=pipe": { - "model": "create:block/bracket/pipe/wall_wooden" - }, - "axis_along_first=true,facing=east,type=pipe": { - "model": "create:block/bracket/pipe/wall_wooden", - "x": 90 - }, "axis_along_first=false,facing=down,type=cog": { "model": "create:block/bracket/cog/ground_wooden", "x": 180 }, - "axis_along_first=true,facing=down,type=cog": { - "model": "create:block/bracket/cog/ground_wooden", - "x": 180, - "y": 90 + "axis_along_first=false,facing=down,type=pipe": { + "model": "create:block/bracket/pipe/ground_wooden", + "x": 180 }, - "axis_along_first=false,facing=up,type=cog": { - "model": "create:block/bracket/cog/ground_wooden" + "axis_along_first=false,facing=down,type=shaft": { + "model": "create:block/bracket/shaft/ground_wooden", + "x": 180 }, - "axis_along_first=true,facing=up,type=cog": { - "model": "create:block/bracket/cog/ground_wooden", - "y": 90 + "axis_along_first=false,facing=east,type=cog": { + "model": "create:block/bracket/cog/wall_wooden" + }, + "axis_along_first=false,facing=east,type=pipe": { + "model": "create:block/bracket/pipe/wall_wooden" + }, + "axis_along_first=false,facing=east,type=shaft": { + "model": "create:block/bracket/shaft/wall_wooden" }, "axis_along_first=false,facing=north,type=cog": { "model": "create:block/bracket/cog/wall_wooden", "x": 90, "y": 270 }, - "axis_along_first=true,facing=north,type=cog": { - "model": "create:block/bracket/cog/wall_wooden", + "axis_along_first=false,facing=north,type=pipe": { + "model": "create:block/bracket/pipe/wall_wooden", + "x": 90, + "y": 270 + }, + "axis_along_first=false,facing=north,type=shaft": { + "model": "create:block/bracket/shaft/wall_wooden", + "x": 90, "y": 270 }, "axis_along_first=false,facing=south,type=cog": { @@ -80,75 +41,114 @@ "x": 90, "y": 90 }, - "axis_along_first=true,facing=south,type=cog": { - "model": "create:block/bracket/cog/wall_wooden", - "y": 90 - }, - "axis_along_first=false,facing=west,type=cog": { - "model": "create:block/bracket/cog/wall_wooden", - "y": 180 - }, - "axis_along_first=true,facing=west,type=cog": { - "model": "create:block/bracket/cog/wall_wooden", + "axis_along_first=false,facing=south,type=pipe": { + "model": "create:block/bracket/pipe/wall_wooden", "x": 90, - "y": 180 - }, - "axis_along_first=false,facing=east,type=cog": { - "model": "create:block/bracket/cog/wall_wooden" - }, - "axis_along_first=true,facing=east,type=cog": { - "model": "create:block/bracket/cog/wall_wooden", - "x": 90 - }, - "axis_along_first=false,facing=down,type=shaft": { - "model": "create:block/bracket/shaft/ground_wooden", - "x": 180 - }, - "axis_along_first=true,facing=down,type=shaft": { - "model": "create:block/bracket/shaft/ground_wooden", - "x": 180, "y": 90 }, - "axis_along_first=false,facing=up,type=shaft": { - "model": "create:block/bracket/shaft/ground_wooden" - }, - "axis_along_first=true,facing=up,type=shaft": { - "model": "create:block/bracket/shaft/ground_wooden", - "y": 90 - }, - "axis_along_first=false,facing=north,type=shaft": { - "model": "create:block/bracket/shaft/wall_wooden", - "x": 90, - "y": 270 - }, - "axis_along_first=true,facing=north,type=shaft": { - "model": "create:block/bracket/shaft/wall_wooden", - "y": 270 - }, "axis_along_first=false,facing=south,type=shaft": { "model": "create:block/bracket/shaft/wall_wooden", "x": 90, "y": 90 }, + "axis_along_first=false,facing=up,type=cog": { + "model": "create:block/bracket/cog/ground_wooden" + }, + "axis_along_first=false,facing=up,type=pipe": { + "model": "create:block/bracket/pipe/ground_wooden" + }, + "axis_along_first=false,facing=up,type=shaft": { + "model": "create:block/bracket/shaft/ground_wooden" + }, + "axis_along_first=false,facing=west,type=cog": { + "model": "create:block/bracket/cog/wall_wooden", + "y": 180 + }, + "axis_along_first=false,facing=west,type=pipe": { + "model": "create:block/bracket/pipe/wall_wooden", + "y": 180 + }, + "axis_along_first=false,facing=west,type=shaft": { + "model": "create:block/bracket/shaft/wall_wooden", + "y": 180 + }, + "axis_along_first=true,facing=down,type=cog": { + "model": "create:block/bracket/cog/ground_wooden", + "x": 180, + "y": 90 + }, + "axis_along_first=true,facing=down,type=pipe": { + "model": "create:block/bracket/pipe/ground_wooden", + "x": 180, + "y": 90 + }, + "axis_along_first=true,facing=down,type=shaft": { + "model": "create:block/bracket/shaft/ground_wooden", + "x": 180, + "y": 90 + }, + "axis_along_first=true,facing=east,type=cog": { + "model": "create:block/bracket/cog/wall_wooden", + "x": 90 + }, + "axis_along_first=true,facing=east,type=pipe": { + "model": "create:block/bracket/pipe/wall_wooden", + "x": 90 + }, + "axis_along_first=true,facing=east,type=shaft": { + "model": "create:block/bracket/shaft/wall_wooden", + "x": 90 + }, + "axis_along_first=true,facing=north,type=cog": { + "model": "create:block/bracket/cog/wall_wooden", + "y": 270 + }, + "axis_along_first=true,facing=north,type=pipe": { + "model": "create:block/bracket/pipe/wall_wooden", + "y": 270 + }, + "axis_along_first=true,facing=north,type=shaft": { + "model": "create:block/bracket/shaft/wall_wooden", + "y": 270 + }, + "axis_along_first=true,facing=south,type=cog": { + "model": "create:block/bracket/cog/wall_wooden", + "y": 90 + }, + "axis_along_first=true,facing=south,type=pipe": { + "model": "create:block/bracket/pipe/wall_wooden", + "y": 90 + }, "axis_along_first=true,facing=south,type=shaft": { "model": "create:block/bracket/shaft/wall_wooden", "y": 90 }, - "axis_along_first=false,facing=west,type=shaft": { - "model": "create:block/bracket/shaft/wall_wooden", + "axis_along_first=true,facing=up,type=cog": { + "model": "create:block/bracket/cog/ground_wooden", + "y": 90 + }, + "axis_along_first=true,facing=up,type=pipe": { + "model": "create:block/bracket/pipe/ground_wooden", + "y": 90 + }, + "axis_along_first=true,facing=up,type=shaft": { + "model": "create:block/bracket/shaft/ground_wooden", + "y": 90 + }, + "axis_along_first=true,facing=west,type=cog": { + "model": "create:block/bracket/cog/wall_wooden", + "x": 90, + "y": 180 + }, + "axis_along_first=true,facing=west,type=pipe": { + "model": "create:block/bracket/pipe/wall_wooden", + "x": 90, "y": 180 }, "axis_along_first=true,facing=west,type=shaft": { "model": "create:block/bracket/shaft/wall_wooden", "x": 90, "y": 180 - }, - "axis_along_first=false,facing=east,type=shaft": { - "model": "create:block/bracket/shaft/wall_wooden" - }, - "axis_along_first=true,facing=east,type=shaft": { - "model": "create:block/bracket/shaft/wall_wooden", - "x": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/yellow_nixie_tube.json b/src/generated/resources/assets/create/blockstates/yellow_nixie_tube.json index 058dcde13f..f67db3efd4 100644 --- a/src/generated/resources/assets/create/blockstates/yellow_nixie_tube.json +++ b/src/generated/resources/assets/create/blockstates/yellow_nixie_tube.json @@ -1,135 +1,112 @@ { "variants": { - "double_face=floor,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=false": { "model": "create:block/yellow_nixie_tube", - "y": 180 + "x": 180, + "y": 270 }, - "double_face=wall,facing=north,waterlogged=false": { + "double_face=ceiling,facing=east,waterlogged=true": { "model": "create:block/yellow_nixie_tube", - "x": 90 - }, - "double_face=wall_reversed,facing=north,waterlogged=false": { - "model": "create:block/yellow_nixie_tube", - "x": 90 + "x": 180, + "y": 270 }, "double_face=ceiling,facing=north,waterlogged=false": { "model": "create:block/yellow_nixie_tube", "x": 180, "y": 180 }, - "double_face=floor,facing=south,waterlogged=false": { - "model": "create:block/yellow_nixie_tube" - }, - "double_face=wall,facing=south,waterlogged=false": { + "double_face=ceiling,facing=north,waterlogged=true": { "model": "create:block/yellow_nixie_tube", - "x": 90, - "y": 180 - }, - "double_face=wall_reversed,facing=south,waterlogged=false": { - "model": "create:block/yellow_nixie_tube", - "x": 90, + "x": 180, "y": 180 }, "double_face=ceiling,facing=south,waterlogged=false": { "model": "create:block/yellow_nixie_tube", "x": 180 }, - "double_face=floor,facing=west,waterlogged=false": { + "double_face=ceiling,facing=south,waterlogged=true": { "model": "create:block/yellow_nixie_tube", - "y": 90 - }, - "double_face=wall,facing=west,waterlogged=false": { - "model": "create:block/yellow_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=wall_reversed,facing=west,waterlogged=false": { - "model": "create:block/yellow_nixie_tube", - "x": 90, - "y": 270 + "x": 180 }, "double_face=ceiling,facing=west,waterlogged=false": { "model": "create:block/yellow_nixie_tube", "x": 180, "y": 90 }, + "double_face=ceiling,facing=west,waterlogged=true": { + "model": "create:block/yellow_nixie_tube", + "x": 180, + "y": 90 + }, "double_face=floor,facing=east,waterlogged=false": { "model": "create:block/yellow_nixie_tube", "y": 270 }, - "double_face=wall,facing=east,waterlogged=false": { + "double_face=floor,facing=east,waterlogged=true": { "model": "create:block/yellow_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=wall_reversed,facing=east,waterlogged=false": { - "model": "create:block/yellow_nixie_tube", - "x": 90, - "y": 90 - }, - "double_face=ceiling,facing=east,waterlogged=false": { - "model": "create:block/yellow_nixie_tube", - "x": 180, "y": 270 }, + "double_face=floor,facing=north,waterlogged=false": { + "model": "create:block/yellow_nixie_tube", + "y": 180 + }, "double_face=floor,facing=north,waterlogged=true": { "model": "create:block/yellow_nixie_tube", "y": 180 }, + "double_face=floor,facing=south,waterlogged=false": { + "model": "create:block/yellow_nixie_tube" + }, + "double_face=floor,facing=south,waterlogged=true": { + "model": "create:block/yellow_nixie_tube" + }, + "double_face=floor,facing=west,waterlogged=false": { + "model": "create:block/yellow_nixie_tube", + "y": 90 + }, + "double_face=floor,facing=west,waterlogged=true": { + "model": "create:block/yellow_nixie_tube", + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=false": { + "model": "create:block/yellow_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=east,waterlogged=true": { + "model": "create:block/yellow_nixie_tube", + "x": 90, + "y": 90 + }, + "double_face=wall,facing=north,waterlogged=false": { + "model": "create:block/yellow_nixie_tube", + "x": 90 + }, "double_face=wall,facing=north,waterlogged=true": { "model": "create:block/yellow_nixie_tube", "x": 90 }, - "double_face=wall_reversed,facing=north,waterlogged=true": { + "double_face=wall,facing=south,waterlogged=false": { "model": "create:block/yellow_nixie_tube", - "x": 90 - }, - "double_face=ceiling,facing=north,waterlogged=true": { - "model": "create:block/yellow_nixie_tube", - "x": 180, + "x": 90, "y": 180 }, - "double_face=floor,facing=south,waterlogged=true": { - "model": "create:block/yellow_nixie_tube" - }, "double_face=wall,facing=south,waterlogged=true": { "model": "create:block/yellow_nixie_tube", "x": 90, "y": 180 }, - "double_face=wall_reversed,facing=south,waterlogged=true": { + "double_face=wall,facing=west,waterlogged=false": { "model": "create:block/yellow_nixie_tube", "x": 90, - "y": 180 - }, - "double_face=ceiling,facing=south,waterlogged=true": { - "model": "create:block/yellow_nixie_tube", - "x": 180 - }, - "double_face=floor,facing=west,waterlogged=true": { - "model": "create:block/yellow_nixie_tube", - "y": 90 + "y": 270 }, "double_face=wall,facing=west,waterlogged=true": { "model": "create:block/yellow_nixie_tube", "x": 90, "y": 270 }, - "double_face=wall_reversed,facing=west,waterlogged=true": { - "model": "create:block/yellow_nixie_tube", - "x": 90, - "y": 270 - }, - "double_face=ceiling,facing=west,waterlogged=true": { - "model": "create:block/yellow_nixie_tube", - "x": 180, - "y": 90 - }, - "double_face=floor,facing=east,waterlogged=true": { - "model": "create:block/yellow_nixie_tube", - "y": 270 - }, - "double_face=wall,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=east,waterlogged=false": { "model": "create:block/yellow_nixie_tube", "x": 90, "y": 90 @@ -139,9 +116,32 @@ "x": 90, "y": 90 }, - "double_face=ceiling,facing=east,waterlogged=true": { + "double_face=wall_reversed,facing=north,waterlogged=false": { "model": "create:block/yellow_nixie_tube", - "x": 180, + "x": 90 + }, + "double_face=wall_reversed,facing=north,waterlogged=true": { + "model": "create:block/yellow_nixie_tube", + "x": 90 + }, + "double_face=wall_reversed,facing=south,waterlogged=false": { + "model": "create:block/yellow_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=south,waterlogged=true": { + "model": "create:block/yellow_nixie_tube", + "x": 90, + "y": 180 + }, + "double_face=wall_reversed,facing=west,waterlogged=false": { + "model": "create:block/yellow_nixie_tube", + "x": 90, + "y": 270 + }, + "double_face=wall_reversed,facing=west,waterlogged=true": { + "model": "create:block/yellow_nixie_tube", + "x": 90, "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/yellow_sail.json b/src/generated/resources/assets/create/blockstates/yellow_sail.json index 3f3deb7b08..89dc7dce88 100644 --- a/src/generated/resources/assets/create/blockstates/yellow_sail.json +++ b/src/generated/resources/assets/create/blockstates/yellow_sail.json @@ -4,8 +4,10 @@ "model": "create:block/yellow_sail", "x": 180 }, - "facing=up": { - "model": "create:block/yellow_sail" + "facing=east": { + "model": "create:block/yellow_sail", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/yellow_sail", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/yellow_sail" + }, "facing=west": { "model": "create:block/yellow_sail", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/yellow_sail", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/yellow_toolbox.json b/src/generated/resources/assets/create/blockstates/yellow_toolbox.json index bc51011d89..6df7350126 100644 --- a/src/generated/resources/assets/create/blockstates/yellow_toolbox.json +++ b/src/generated/resources/assets/create/blockstates/yellow_toolbox.json @@ -1,34 +1,34 @@ { "variants": { + "facing=east,waterlogged=false": { + "model": "create:block/yellow_toolbox", + "y": 90 + }, + "facing=east,waterlogged=true": { + "model": "create:block/yellow_toolbox", + "y": 90 + }, "facing=north,waterlogged=false": { "model": "create:block/yellow_toolbox" }, + "facing=north,waterlogged=true": { + "model": "create:block/yellow_toolbox" + }, "facing=south,waterlogged=false": { "model": "create:block/yellow_toolbox", "y": 180 }, + "facing=south,waterlogged=true": { + "model": "create:block/yellow_toolbox", + "y": 180 + }, "facing=west,waterlogged=false": { "model": "create:block/yellow_toolbox", "y": 270 }, - "facing=east,waterlogged=false": { - "model": "create:block/yellow_toolbox", - "y": 90 - }, - "facing=north,waterlogged=true": { - "model": "create:block/yellow_toolbox" - }, - "facing=south,waterlogged=true": { - "model": "create:block/yellow_toolbox", - "y": 180 - }, "facing=west,waterlogged=true": { "model": "create:block/yellow_toolbox", "y": 270 - }, - "facing=east,waterlogged=true": { - "model": "create:block/yellow_toolbox", - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/yellow_valve_handle.json b/src/generated/resources/assets/create/blockstates/yellow_valve_handle.json index 0edbf38a0d..e606ab2d43 100644 --- a/src/generated/resources/assets/create/blockstates/yellow_valve_handle.json +++ b/src/generated/resources/assets/create/blockstates/yellow_valve_handle.json @@ -4,8 +4,10 @@ "model": "create:block/yellow_valve_handle", "x": 180 }, - "facing=up": { - "model": "create:block/yellow_valve_handle" + "facing=east": { + "model": "create:block/yellow_valve_handle", + "x": 90, + "y": 90 }, "facing=north": { "model": "create:block/yellow_valve_handle", @@ -16,15 +18,13 @@ "x": 90, "y": 180 }, + "facing=up": { + "model": "create:block/yellow_valve_handle" + }, "facing=west": { "model": "create:block/yellow_valve_handle", "x": 90, "y": 270 - }, - "facing=east": { - "model": "create:block/yellow_valve_handle", - "x": 90, - "y": 90 } } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/en_ud.json b/src/generated/resources/assets/create/lang/en_ud.json index d57821dd53..9f83c6fc8e 100644 --- a/src/generated/resources/assets/create/lang/en_ud.json +++ b/src/generated/resources/assets/create/lang/en_ud.json @@ -1,657 +1,659 @@ { - "block.create.acacia_window": "\u028Dopu\u0131M \u0250\u0131\u0254\u0250\u0254\u2C6F", - "block.create.acacia_window_pane": "\u01DDu\u0250\u0500 \u028Dopu\u0131M \u0250\u0131\u0254\u0250\u0254\u2C6F", - "block.create.adjustable_chain_gearshift": "\u0287\u025F\u0131\u0265s\u0279\u0250\u01DD\u2141 u\u0131\u0250\u0265\u0186 \u01DD\u05DFq\u0250\u0287sn\u0638p\u2C6F", - "block.create.analog_lever": "\u0279\u01DD\u028C\u01DD\uA780 bo\u05DF\u0250u\u2C6F", - "block.create.andesite_belt_funnel": "\u05DF\u01DDuun\u2132 \u0287\u05DF\u01DD\u15FA \u01DD\u0287\u0131s\u01DDpu\u2C6F", - "block.create.andesite_casing": "bu\u0131s\u0250\u0186 \u01DD\u0287\u0131s\u01DDpu\u2C6F", - "block.create.andesite_encased_cogwheel": "\u05DF\u01DD\u01DD\u0265\u028Dbo\u0186 p\u01DDs\u0250\u0254u\u018E \u01DD\u0287\u0131s\u01DDpu\u2C6F", - "block.create.andesite_encased_large_cogwheel": "\u05DF\u01DD\u01DD\u0265\u028Dbo\u0186 \u01DDb\u0279\u0250\uA780 p\u01DDs\u0250\u0254u\u018E \u01DD\u0287\u0131s\u01DDpu\u2C6F", - "block.create.andesite_encased_shaft": "\u0287\u025F\u0250\u0265S p\u01DDs\u0250\u0254u\u018E \u01DD\u0287\u0131s\u01DDpu\u2C6F", - "block.create.andesite_funnel": "\u05DF\u01DDuun\u2132 \u01DD\u0287\u0131s\u01DDpu\u2C6F", - "block.create.andesite_ladder": "\u0279\u01DDpp\u0250\uA780 \u01DD\u0287\u0131s\u01DDpu\u2C6F", - "block.create.andesite_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DD\u0287\u0131s\u01DDpu\u2C6F", - "block.create.andesite_tunnel": "\u05DF\u01DDuun\u27D8 \u01DD\u0287\u0131s\u01DDpu\u2C6F", - "block.create.asurine": "\u01DDu\u0131\u0279ns\u2C6F", - "block.create.asurine_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DDu\u0131\u0279ns\u2C6F", - "block.create.basin": "u\u0131s\u0250\u15FA", - "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_toolbox": "xoq\u05DFoo\u27D8 \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_toolbox": "xoq\u05DFoo\u27D8 \u01DDn\u05DF\u15FA", - "block.create.blue_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u01DDn\u05DF\u15FA", - "block.create.brass_belt_funnel": "\u05DF\u01DDuun\u2132 \u0287\u05DF\u01DD\u15FA ss\u0250\u0279\u15FA", - "block.create.brass_block": "ss\u0250\u0279\u15FA \u025Fo \u029E\u0254o\u05DF\u15FA", - "block.create.brass_casing": "bu\u0131s\u0250\u0186 ss\u0250\u0279\u15FA", - "block.create.brass_encased_cogwheel": "\u05DF\u01DD\u01DD\u0265\u028Dbo\u0186 p\u01DDs\u0250\u0254u\u018E ss\u0250\u0279\u15FA", - "block.create.brass_encased_large_cogwheel": "\u05DF\u01DD\u01DD\u0265\u028Dbo\u0186 \u01DDb\u0279\u0250\uA780 p\u01DDs\u0250\u0254u\u018E ss\u0250\u0279\u15FA", - "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_ladder": "\u0279\u01DDpp\u0250\uA780 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_toolbox": "xoq\u05DFoo\u27D8 u\u028Do\u0279\u15FA", - "block.create.brown_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B u\u028Do\u0279\u15FA", - "block.create.calcite_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DD\u0287\u0131\u0254\u05DF\u0250\u0186", - "block.create.cart_assembler": "\u0279\u01DD\u05DFq\u026F\u01DDss\u2C6F \u0287\u0279\u0250\u0186", - "block.create.chocolate": "\u01DD\u0287\u0250\u05DFo\u0254o\u0265\u0186", - "block.create.chute": "\u01DD\u0287n\u0265\u0186", - "block.create.clockwork_bearing": "bu\u0131\u0279\u0250\u01DD\u15FA \u029E\u0279o\u028D\u029E\u0254o\u05DF\u0186", - "block.create.clutch": "\u0265\u0254\u0287n\u05DF\u0186", - "block.create.cogwheel": "\u05DF\u01DD\u01DD\u0265\u028Dbo\u0186", - "block.create.content_observer": "\u0279\u01DD\u028C\u0279\u01DDsqO \u0287u\u01DD\u0287uo\u0186", - "block.create.controller_rail": "\u05DF\u0131\u0250\u1D1A \u0279\u01DD\u05DF\u05DFo\u0279\u0287uo\u0186", - "block.create.controls": "s\u05DFo\u0279\u0287uo\u0186 u\u0131\u0250\u0279\u27D8", - "block.create.copper_backtank": "\u029Eu\u0250\u0287\u029E\u0254\u0250\u15FA \u0279\u01DDddo\u0186", - "block.create.copper_casing": "bu\u0131s\u0250\u0186 \u0279\u01DDddo\u0186", - "block.create.copper_ladder": "\u0279\u01DDpp\u0250\uA780 \u0279\u01DDddo\u0186", - "block.create.copper_shingle_slab": "q\u0250\u05DFS \u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186", - "block.create.copper_shingle_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186", - "block.create.copper_shingles": "s\u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186", - "block.create.copper_tile_slab": "q\u0250\u05DFS \u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186", - "block.create.copper_tile_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186", - "block.create.copper_tiles": "s\u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186", - "block.create.copper_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u0279\u01DDddo\u0186", - "block.create.creative_crate": "\u01DD\u0287\u0250\u0279\u0186 \u01DD\u028C\u0131\u0287\u0250\u01DD\u0279\u0186", - "block.create.creative_fluid_tank": "\u029Eu\u0250\u27D8 p\u0131n\u05DF\u2132 \u01DD\u028C\u0131\u0287\u0250\u01DD\u0279\u0186", - "block.create.creative_motor": "\u0279o\u0287oW \u01DD\u028C\u0131\u0287\u0250\u01DD\u0279\u0186", - "block.create.crimsite": "\u01DD\u0287\u0131s\u026F\u0131\u0279\u0186", - "block.create.crimsite_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DD\u0287\u0131s\u026F\u0131\u0279\u0186", - "block.create.crimson_window": "\u028Dopu\u0131M uos\u026F\u0131\u0279\u0186", - "block.create.crimson_window_pane": "\u01DDu\u0250\u0500 \u028Dopu\u0131M uos\u026F\u0131\u0279\u0186", - "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.cut_andesite": "\u01DD\u0287\u0131s\u01DDpu\u2C6F \u0287n\u0186", - "block.create.cut_andesite_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u01DDpu\u2C6F \u0287n\u0186", - "block.create.cut_andesite_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u01DDpu\u2C6F \u0287n\u0186", - "block.create.cut_andesite_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u01DDpu\u2C6F \u0287n\u0186", - "block.create.cut_andesite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u01DDpu\u2C6F \u0287n\u0186", - "block.create.cut_andesite_slab": "q\u0250\u05DFS \u01DD\u0287\u0131s\u01DDpu\u2C6F \u0287n\u0186", - "block.create.cut_andesite_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u0287\u0131s\u01DDpu\u2C6F \u0287n\u0186", - "block.create.cut_andesite_wall": "\u05DF\u05DF\u0250M \u01DD\u0287\u0131s\u01DDpu\u2C6F \u0287n\u0186", - "block.create.cut_asurine": "\u01DDu\u0131\u0279ns\u2C6F \u0287n\u0186", - "block.create.cut_asurine_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DDu\u0131\u0279ns\u2C6F \u0287n\u0186", - "block.create.cut_asurine_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DDu\u0131\u0279ns\u2C6F \u0287n\u0186", - "block.create.cut_asurine_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DDu\u0131\u0279ns\u2C6F \u0287n\u0186", - "block.create.cut_asurine_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DDu\u0131\u0279ns\u2C6F \u0287n\u0186", - "block.create.cut_asurine_slab": "q\u0250\u05DFS \u01DDu\u0131\u0279ns\u2C6F \u0287n\u0186", - "block.create.cut_asurine_stairs": "s\u0279\u0131\u0250\u0287S \u01DDu\u0131\u0279ns\u2C6F \u0287n\u0186", - "block.create.cut_asurine_wall": "\u05DF\u05DF\u0250M \u01DDu\u0131\u0279ns\u2C6F \u0287n\u0186", - "block.create.cut_calcite": "\u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 \u0287n\u0186", - "block.create.cut_calcite_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 \u0287n\u0186", - "block.create.cut_calcite_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 \u0287n\u0186", - "block.create.cut_calcite_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 \u0287n\u0186", - "block.create.cut_calcite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 \u0287n\u0186", - "block.create.cut_calcite_slab": "q\u0250\u05DFS \u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 \u0287n\u0186", - "block.create.cut_calcite_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 \u0287n\u0186", - "block.create.cut_calcite_wall": "\u05DF\u05DF\u0250M \u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 \u0287n\u0186", - "block.create.cut_crimsite": "\u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 \u0287n\u0186", - "block.create.cut_crimsite_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 \u0287n\u0186", - "block.create.cut_crimsite_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 \u0287n\u0186", - "block.create.cut_crimsite_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 \u0287n\u0186", - "block.create.cut_crimsite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 \u0287n\u0186", - "block.create.cut_crimsite_slab": "q\u0250\u05DFS \u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 \u0287n\u0186", - "block.create.cut_crimsite_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 \u0287n\u0186", - "block.create.cut_crimsite_wall": "\u05DF\u05DF\u0250M \u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 \u0287n\u0186", - "block.create.cut_deepslate": "\u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 \u0287n\u0186", - "block.create.cut_deepslate_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 \u0287n\u0186", - "block.create.cut_deepslate_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 \u0287n\u0186", - "block.create.cut_deepslate_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 \u0287n\u0186", - "block.create.cut_deepslate_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 \u0287n\u0186", - "block.create.cut_deepslate_slab": "q\u0250\u05DFS \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 \u0287n\u0186", - "block.create.cut_deepslate_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 \u0287n\u0186", - "block.create.cut_deepslate_wall": "\u05DF\u05DF\u0250M \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 \u0287n\u0186", - "block.create.cut_diorite": "\u01DD\u0287\u0131\u0279o\u0131\u15E1 \u0287n\u0186", - "block.create.cut_diorite_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0279o\u0131\u15E1 \u0287n\u0186", - "block.create.cut_diorite_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0279o\u0131\u15E1 \u0287n\u0186", - "block.create.cut_diorite_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0279o\u0131\u15E1 \u0287n\u0186", - "block.create.cut_diorite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0279o\u0131\u15E1 \u0287n\u0186", - "block.create.cut_diorite_slab": "q\u0250\u05DFS \u01DD\u0287\u0131\u0279o\u0131\u15E1 \u0287n\u0186", - "block.create.cut_diorite_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u0287\u0131\u0279o\u0131\u15E1 \u0287n\u0186", - "block.create.cut_diorite_wall": "\u05DF\u05DF\u0250M \u01DD\u0287\u0131\u0279o\u0131\u15E1 \u0287n\u0186", - "block.create.cut_dripstone": "\u01DDuo\u0287sd\u0131\u0279\u15E1 \u0287n\u0186", - "block.create.cut_dripstone_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287sd\u0131\u0279\u15E1 \u0287n\u0186", - "block.create.cut_dripstone_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287sd\u0131\u0279\u15E1 \u0287n\u0186", - "block.create.cut_dripstone_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287sd\u0131\u0279\u15E1 \u0287n\u0186", - "block.create.cut_dripstone_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287sd\u0131\u0279\u15E1 \u0287n\u0186", - "block.create.cut_dripstone_slab": "q\u0250\u05DFS \u01DDuo\u0287sd\u0131\u0279\u15E1 \u0287n\u0186", - "block.create.cut_dripstone_stairs": "s\u0279\u0131\u0250\u0287S \u01DDuo\u0287sd\u0131\u0279\u15E1 \u0287n\u0186", - "block.create.cut_dripstone_wall": "\u05DF\u05DF\u0250M \u01DDuo\u0287sd\u0131\u0279\u15E1 \u0287n\u0186", - "block.create.cut_granite": "\u01DD\u0287\u0131u\u0250\u0279\u2141 \u0287n\u0186", - "block.create.cut_granite_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131u\u0250\u0279\u2141 \u0287n\u0186", - "block.create.cut_granite_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131u\u0250\u0279\u2141 \u0287n\u0186", - "block.create.cut_granite_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131u\u0250\u0279\u2141 \u0287n\u0186", - "block.create.cut_granite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131u\u0250\u0279\u2141 \u0287n\u0186", - "block.create.cut_granite_slab": "q\u0250\u05DFS \u01DD\u0287\u0131u\u0250\u0279\u2141 \u0287n\u0186", - "block.create.cut_granite_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u0287\u0131u\u0250\u0279\u2141 \u0287n\u0186", - "block.create.cut_granite_wall": "\u05DF\u05DF\u0250M \u01DD\u0287\u0131u\u0250\u0279\u2141 \u0287n\u0186", - "block.create.cut_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u0287n\u0186", - "block.create.cut_limestone_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u0287n\u0186", - "block.create.cut_limestone_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u0287n\u0186", - "block.create.cut_limestone_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u0287n\u0186", - "block.create.cut_limestone_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u0287n\u0186", - "block.create.cut_limestone_slab": "q\u0250\u05DFS \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u0287n\u0186", - "block.create.cut_limestone_stairs": "s\u0279\u0131\u0250\u0287S \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u0287n\u0186", - "block.create.cut_limestone_wall": "\u05DF\u05DF\u0250M \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u0287n\u0186", - "block.create.cut_ochrum": "\u026Fn\u0279\u0265\u0254O \u0287n\u0186", - "block.create.cut_ochrum_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u026Fn\u0279\u0265\u0254O \u0287n\u0186", - "block.create.cut_ochrum_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u026Fn\u0279\u0265\u0254O \u0287n\u0186", - "block.create.cut_ochrum_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u026Fn\u0279\u0265\u0254O \u0287n\u0186", - "block.create.cut_ochrum_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u026Fn\u0279\u0265\u0254O \u0287n\u0186", - "block.create.cut_ochrum_slab": "q\u0250\u05DFS \u026Fn\u0279\u0265\u0254O \u0287n\u0186", - "block.create.cut_ochrum_stairs": "s\u0279\u0131\u0250\u0287S \u026Fn\u0279\u0265\u0254O \u0287n\u0186", - "block.create.cut_ochrum_wall": "\u05DF\u05DF\u0250M \u026Fn\u0279\u0265\u0254O \u0287n\u0186", - "block.create.cut_scorchia": "\u0250\u0131\u0265\u0254\u0279o\u0254S \u0287n\u0186", - "block.create.cut_scorchia_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0265\u0254\u0279o\u0254S \u0287n\u0186", - "block.create.cut_scorchia_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0265\u0254\u0279o\u0254S \u0287n\u0186", - "block.create.cut_scorchia_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0265\u0254\u0279o\u0254S \u0287n\u0186", - "block.create.cut_scorchia_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0265\u0254\u0279o\u0254S \u0287n\u0186", - "block.create.cut_scorchia_slab": "q\u0250\u05DFS \u0250\u0131\u0265\u0254\u0279o\u0254S \u0287n\u0186", - "block.create.cut_scorchia_stairs": "s\u0279\u0131\u0250\u0287S \u0250\u0131\u0265\u0254\u0279o\u0254S \u0287n\u0186", - "block.create.cut_scorchia_wall": "\u05DF\u05DF\u0250M \u0250\u0131\u0265\u0254\u0279o\u0254S \u0287n\u0186", - "block.create.cut_scoria": "\u0250\u0131\u0279o\u0254S \u0287n\u0186", - "block.create.cut_scoria_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0279o\u0254S \u0287n\u0186", - "block.create.cut_scoria_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0279o\u0254S \u0287n\u0186", - "block.create.cut_scoria_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0279o\u0254S \u0287n\u0186", - "block.create.cut_scoria_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0279o\u0254S \u0287n\u0186", - "block.create.cut_scoria_slab": "q\u0250\u05DFS \u0250\u0131\u0279o\u0254S \u0287n\u0186", - "block.create.cut_scoria_stairs": "s\u0279\u0131\u0250\u0287S \u0250\u0131\u0279o\u0254S \u0287n\u0186", - "block.create.cut_scoria_wall": "\u05DF\u05DF\u0250M \u0250\u0131\u0279o\u0254S \u0287n\u0186", - "block.create.cut_tuff": "\u025F\u025Fn\u27D8 \u0287n\u0186", - "block.create.cut_tuff_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u025F\u025Fn\u27D8 \u0287n\u0186", - "block.create.cut_tuff_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u025F\u025Fn\u27D8 \u0287n\u0186", - "block.create.cut_tuff_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u025F\u025Fn\u27D8 \u0287n\u0186", - "block.create.cut_tuff_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u025F\u025Fn\u27D8 \u0287n\u0186", - "block.create.cut_tuff_slab": "q\u0250\u05DFS \u025F\u025Fn\u27D8 \u0287n\u0186", - "block.create.cut_tuff_stairs": "s\u0279\u0131\u0250\u0287S \u025F\u025Fn\u27D8 \u0287n\u0186", - "block.create.cut_tuff_wall": "\u05DF\u05DF\u0250M \u025F\u025Fn\u27D8 \u0287n\u0186", - "block.create.cut_veridium": "\u026Fn\u0131p\u0131\u0279\u01DD\u039B \u0287n\u0186", - "block.create.cut_veridium_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u026Fn\u0131p\u0131\u0279\u01DD\u039B \u0287n\u0186", - "block.create.cut_veridium_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u026Fn\u0131p\u0131\u0279\u01DD\u039B \u0287n\u0186", - "block.create.cut_veridium_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u026Fn\u0131p\u0131\u0279\u01DD\u039B \u0287n\u0186", - "block.create.cut_veridium_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u026Fn\u0131p\u0131\u0279\u01DD\u039B \u0287n\u0186", - "block.create.cut_veridium_slab": "q\u0250\u05DFS \u026Fn\u0131p\u0131\u0279\u01DD\u039B \u0287n\u0186", - "block.create.cut_veridium_stairs": "s\u0279\u0131\u0250\u0287S \u026Fn\u0131p\u0131\u0279\u01DD\u039B \u0287n\u0186", - "block.create.cut_veridium_wall": "\u05DF\u05DF\u0250M \u026Fn\u0131p\u0131\u0279\u01DD\u039B \u0287n\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_toolbox": "xoq\u05DFoo\u27D8 u\u0250\u028E\u0186", - "block.create.cyan_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B u\u0250\u028E\u0186", - "block.create.dark_oak_window": "\u028Dopu\u0131M \u029E\u0250O \u029E\u0279\u0250\u15E1", - "block.create.dark_oak_window_pane": "\u01DDu\u0250\u0500 \u028Dopu\u0131M \u029E\u0250O \u029E\u0279\u0250\u15E1", - "block.create.deepslate_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1", - "block.create.deepslate_zinc_ore": "\u01DD\u0279O \u0254u\u0131Z \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1", - "block.create.deployer": "\u0279\u01DD\u028Eo\u05DFd\u01DD\u15E1", - "block.create.depot": "\u0287od\u01DD\u15E1", - "block.create.diorite_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DD\u0287\u0131\u0279o\u0131\u15E1", - "block.create.display_board": "p\u0279\u0250o\u15FA \u028E\u0250\u05DFds\u0131\u15E1", - "block.create.display_link": "\u029Eu\u0131\uA780 \u028E\u0250\u05DFds\u0131\u15E1", - "block.create.dripstone_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DDuo\u0287sd\u0131\u0279\u15E1", - "block.create.encased_chain_drive": "\u01DD\u028C\u0131\u0279\u15E1 u\u0131\u0250\u0265\u0186 p\u01DDs\u0250\u0254u\u018E", - "block.create.encased_fan": "u\u0250\u2132 p\u01DDs\u0250\u0254u\u018E", - "block.create.encased_fluid_pipe": "\u01DDd\u0131\u0500 p\u0131n\u05DF\u2132 p\u01DDs\u0250\u0254u\u018E", - "block.create.exposed_copper_shingle_slab": "q\u0250\u05DFS \u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DDsodx\u018E", - "block.create.exposed_copper_shingle_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DDsodx\u018E", - "block.create.exposed_copper_shingles": "s\u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DDsodx\u018E", - "block.create.exposed_copper_tile_slab": "q\u0250\u05DFS \u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DDsodx\u018E", - "block.create.exposed_copper_tile_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DDsodx\u018E", - "block.create.exposed_copper_tiles": "s\u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DDsodx\u018E", - "block.create.fake_track": "sd\u0250W \u0279o\u025F \u0279\u01DD\u029E\u0279\u0250W \u029E\u0254\u0250\u0279\u27D8", - "block.create.fluid_pipe": "\u01DDd\u0131\u0500 p\u0131n\u05DF\u2132", - "block.create.fluid_tank": "\u029Eu\u0250\u27D8 p\u0131n\u05DF\u2132", - "block.create.fluid_valve": "\u01DD\u028C\u05DF\u0250\u039B p\u0131n\u05DF\u2132", - "block.create.flywheel": "\u05DF\u01DD\u01DD\u0265\u028D\u028E\u05DF\u2132", - "block.create.framed_glass": "ss\u0250\u05DF\u2141 p\u01DD\u026F\u0250\u0279\u2132", - "block.create.framed_glass_door": "\u0279oo\u15E1 ss\u0250\u05DF\u2141 p\u01DD\u026F\u0250\u0279\u2132", - "block.create.framed_glass_pane": "\u01DDu\u0250\u0500 ss\u0250\u05DF\u2141 p\u01DD\u026F\u0250\u0279\u2132", - "block.create.framed_glass_trapdoor": "\u0279oopd\u0250\u0279\u27D8 ss\u0250\u05DF\u2141 p\u01DD\u026F\u0250\u0279\u2132", - "block.create.gantry_carriage": "\u01DDb\u0250\u0131\u0279\u0279\u0250\u0186 \u028E\u0279\u0287u\u0250\u2141", - "block.create.gantry_shaft": "\u0287\u025F\u0250\u0265S \u028E\u0279\u0287u\u0250\u2141", - "block.create.gearbox": "xoq\u0279\u0250\u01DD\u2141", - "block.create.gearshift": "\u0287\u025F\u0131\u0265s\u0279\u0250\u01DD\u2141", - "block.create.glass_fluid_pipe": "\u01DDd\u0131\u0500 p\u0131n\u05DF\u2132 ss\u0250\u05DF\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_toolbox": "xoq\u05DFoo\u27D8 \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_toolbox": "xoq\u05DFoo\u27D8 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", - "block.create.hose_pulley": "\u028E\u01DD\u05DF\u05DFn\u0500 \u01DDsoH", - "block.create.item_drain": "u\u0131\u0250\u0279\u15E1 \u026F\u01DD\u0287I", - "block.create.item_vault": "\u0287\u05DFn\u0250\u039B \u026F\u01DD\u0287I", - "block.create.jungle_window": "\u028Dopu\u0131M \u01DD\u05DFbun\u017F", - "block.create.jungle_window_pane": "\u01DDu\u0250\u0500 \u028Dopu\u0131M \u01DD\u05DFbun\u017F", - "block.create.large_bogey": "\u028E\u01DDbo\u15FA \u01DDb\u0279\u0250\uA780", - "block.create.large_cogwheel": "\u05DF\u01DD\u01DD\u0265\u028Dbo\u0186 \u01DDb\u0279\u0250\uA780", - "block.create.layered_andesite": "\u01DD\u0287\u0131s\u01DDpu\u2C6F p\u01DD\u0279\u01DD\u028E\u0250\uA780", - "block.create.layered_asurine": "\u01DDu\u0131\u0279ns\u2C6F p\u01DD\u0279\u01DD\u028E\u0250\uA780", - "block.create.layered_calcite": "\u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 p\u01DD\u0279\u01DD\u028E\u0250\uA780", - "block.create.layered_crimsite": "\u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 p\u01DD\u0279\u01DD\u028E\u0250\uA780", - "block.create.layered_deepslate": "\u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 p\u01DD\u0279\u01DD\u028E\u0250\uA780", - "block.create.layered_diorite": "\u01DD\u0287\u0131\u0279o\u0131\u15E1 p\u01DD\u0279\u01DD\u028E\u0250\uA780", - "block.create.layered_dripstone": "\u01DDuo\u0287sd\u0131\u0279\u15E1 p\u01DD\u0279\u01DD\u028E\u0250\uA780", - "block.create.layered_granite": "\u01DD\u0287\u0131u\u0250\u0279\u2141 p\u01DD\u0279\u01DD\u028E\u0250\uA780", - "block.create.layered_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u028E\u0250\uA780", - "block.create.layered_ochrum": "\u026Fn\u0279\u0265\u0254O p\u01DD\u0279\u01DD\u028E\u0250\uA780", - "block.create.layered_scorchia": "\u0250\u0131\u0265\u0254\u0279o\u0254S p\u01DD\u0279\u01DD\u028E\u0250\uA780", - "block.create.layered_scoria": "\u0250\u0131\u0279o\u0254S p\u01DD\u0279\u01DD\u028E\u0250\uA780", - "block.create.layered_tuff": "\u025F\u025Fn\u27D8 p\u01DD\u0279\u01DD\u028E\u0250\uA780", - "block.create.layered_veridium": "\u026Fn\u0131p\u0131\u0279\u01DD\u039B 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_toolbox": "xoq\u05DFoo\u27D8 \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_toolbox": "xoq\u05DFoo\u27D8 \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_toolbox": "xoq\u05DFoo\u27D8 \u01DD\u026F\u0131\uA780", - "block.create.lime_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u01DD\u026F\u0131\uA780", - "block.create.limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780", - "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_toolbox": "xoq\u05DFoo\u27D8 \u0250\u0287u\u01DDb\u0250W", - "block.create.magenta_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u0250\u0287u\u01DDb\u0250W", - "block.create.mechanical_arm": "\u026F\u0279\u2C6F \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", - "block.create.mechanical_bearing": "bu\u0131\u0279\u0250\u01DD\u15FA \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", - "block.create.mechanical_crafter": "\u0279\u01DD\u0287\u025F\u0250\u0279\u0186 \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", - "block.create.mechanical_drill": "\u05DF\u05DF\u0131\u0279\u15E1 \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", - "block.create.mechanical_harvester": "\u0279\u01DD\u0287s\u01DD\u028C\u0279\u0250H \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", - "block.create.mechanical_mixer": "\u0279\u01DDx\u0131W \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", - "block.create.mechanical_piston": "uo\u0287s\u0131\u0500 \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", - "block.create.mechanical_piston_head": "p\u0250\u01DDH uo\u0287s\u0131\u0500 \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", - "block.create.mechanical_plough": "\u0265bno\u05DF\u0500 \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", - "block.create.mechanical_press": "ss\u01DD\u0279\u0500 \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", - "block.create.mechanical_pump": "d\u026Fn\u0500 \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", - "block.create.mechanical_saw": "\u028D\u0250S \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", - "block.create.metal_bracket": "\u0287\u01DD\u029E\u0254\u0250\u0279\u15FA \u05DF\u0250\u0287\u01DDW", - "block.create.metal_girder": "\u0279\u01DDp\u0279\u0131\u2141 \u05DF\u0250\u0287\u01DDW", - "block.create.metal_girder_encased_shaft": "\u0287\u025F\u0250\u0265S p\u01DDs\u0250\u0254u\u018E \u0279\u01DDp\u0279\u0131\u2141 \u05DF\u0250\u0287\u01DDW", - "block.create.millstone": "\u01DDuo\u0287s\u05DF\u05DF\u0131W", - "block.create.minecart_anchor": "\u0279o\u0265\u0254u\u2C6F \u0287\u0279\u0250\u0254\u01DDu\u0131W", - "block.create.mysterious_cuckoo_clock": "\u029E\u0254o\u05DF\u0186 oo\u029E\u0254n\u0186", - "block.create.nixie_tube": "\u01DDqn\u27D8 \u01DD\u0131x\u0131N", - "block.create.nozzle": "\u01DD\u05DFzzoN", - "block.create.oak_window": "\u028Dopu\u0131M \u029E\u0250O", - "block.create.oak_window_pane": "\u01DDu\u0250\u0500 \u028Dopu\u0131M \u029E\u0250O", - "block.create.ochrum": "\u026Fn\u0279\u0265\u0254O", - "block.create.ochrum_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u026Fn\u0279\u0265\u0254O", - "block.create.orange_sail": "\u05DF\u0131\u0250S \u01DDbu\u0250\u0279O", - "block.create.orange_seat": "\u0287\u0250\u01DDS \u01DDbu\u0250\u0279O", - "block.create.orange_toolbox": "xoq\u05DFoo\u27D8 \u01DDbu\u0250\u0279O", - "block.create.orange_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u01DDbu\u0250\u0279O", - "block.create.ornate_iron_window": "\u028Dopu\u0131M uo\u0279I \u01DD\u0287\u0250u\u0279O", - "block.create.ornate_iron_window_pane": "\u01DDu\u0250\u0500 \u028Dopu\u0131M uo\u0279I \u01DD\u0287\u0250u\u0279O", - "block.create.oxidized_copper_shingle_slab": "q\u0250\u05DFS \u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DDz\u0131p\u0131xO", - "block.create.oxidized_copper_shingle_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DDz\u0131p\u0131xO", - "block.create.oxidized_copper_shingles": "s\u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DDz\u0131p\u0131xO", - "block.create.oxidized_copper_tile_slab": "q\u0250\u05DFS \u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DDz\u0131p\u0131xO", - "block.create.oxidized_copper_tile_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DDz\u0131p\u0131xO", - "block.create.oxidized_copper_tiles": "s\u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DDz\u0131p\u0131xO", - "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_toolbox": "xoq\u05DFoo\u27D8 \u029Eu\u0131\u0500", - "block.create.pink_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B \u029Eu\u0131\u0500", - "block.create.piston_extension_pole": "\u01DD\u05DFo\u0500 uo\u0131su\u01DD\u0287x\u018E uo\u0287s\u0131\u0500", - "block.create.placard": "p\u0279\u0250\u0254\u0250\u05DF\u0500", - "block.create.polished_cut_andesite": "\u01DD\u0287\u0131s\u01DDpu\u2C6F \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_andesite_slab": "q\u0250\u05DFS \u01DD\u0287\u0131s\u01DDpu\u2C6F \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_andesite_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u0287\u0131s\u01DDpu\u2C6F \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_andesite_wall": "\u05DF\u05DF\u0250M \u01DD\u0287\u0131s\u01DDpu\u2C6F \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_asurine": "\u01DDu\u0131\u0279ns\u2C6F \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_asurine_slab": "q\u0250\u05DFS \u01DDu\u0131\u0279ns\u2C6F \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_asurine_stairs": "s\u0279\u0131\u0250\u0287S \u01DDu\u0131\u0279ns\u2C6F \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_asurine_wall": "\u05DF\u05DF\u0250M \u01DDu\u0131\u0279ns\u2C6F \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_calcite": "\u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_calcite_slab": "q\u0250\u05DFS \u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_calcite_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_calcite_wall": "\u05DF\u05DF\u0250M \u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_crimsite": "\u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_crimsite_slab": "q\u0250\u05DFS \u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_crimsite_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_crimsite_wall": "\u05DF\u05DF\u0250M \u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_deepslate": "\u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_deepslate_slab": "q\u0250\u05DFS \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_deepslate_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_deepslate_wall": "\u05DF\u05DF\u0250M \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_diorite": "\u01DD\u0287\u0131\u0279o\u0131\u15E1 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_diorite_slab": "q\u0250\u05DFS \u01DD\u0287\u0131\u0279o\u0131\u15E1 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_diorite_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u0287\u0131\u0279o\u0131\u15E1 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_diorite_wall": "\u05DF\u05DF\u0250M \u01DD\u0287\u0131\u0279o\u0131\u15E1 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_dripstone": "\u01DDuo\u0287sd\u0131\u0279\u15E1 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_dripstone_slab": "q\u0250\u05DFS \u01DDuo\u0287sd\u0131\u0279\u15E1 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_dripstone_stairs": "s\u0279\u0131\u0250\u0287S \u01DDuo\u0287sd\u0131\u0279\u15E1 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_dripstone_wall": "\u05DF\u05DF\u0250M \u01DDuo\u0287sd\u0131\u0279\u15E1 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_granite": "\u01DD\u0287\u0131u\u0250\u0279\u2141 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_granite_slab": "q\u0250\u05DFS \u01DD\u0287\u0131u\u0250\u0279\u2141 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_granite_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u0287\u0131u\u0250\u0279\u2141 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_granite_wall": "\u05DF\u05DF\u0250M \u01DD\u0287\u0131u\u0250\u0279\u2141 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_limestone": "\u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_limestone_slab": "q\u0250\u05DFS \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_limestone_stairs": "s\u0279\u0131\u0250\u0287S \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_limestone_wall": "\u05DF\u05DF\u0250M \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_ochrum": "\u026Fn\u0279\u0265\u0254O \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_ochrum_slab": "q\u0250\u05DFS \u026Fn\u0279\u0265\u0254O \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_ochrum_stairs": "s\u0279\u0131\u0250\u0287S \u026Fn\u0279\u0265\u0254O \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_ochrum_wall": "\u05DF\u05DF\u0250M \u026Fn\u0279\u0265\u0254O \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_scorchia": "\u0250\u0131\u0265\u0254\u0279o\u0254S \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_scorchia_slab": "q\u0250\u05DFS \u0250\u0131\u0265\u0254\u0279o\u0254S \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_scorchia_stairs": "s\u0279\u0131\u0250\u0287S \u0250\u0131\u0265\u0254\u0279o\u0254S \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_scorchia_wall": "\u05DF\u05DF\u0250M \u0250\u0131\u0265\u0254\u0279o\u0254S \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_scoria": "\u0250\u0131\u0279o\u0254S \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_scoria_slab": "q\u0250\u05DFS \u0250\u0131\u0279o\u0254S \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_scoria_stairs": "s\u0279\u0131\u0250\u0287S \u0250\u0131\u0279o\u0254S \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_scoria_wall": "\u05DF\u05DF\u0250M \u0250\u0131\u0279o\u0254S \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_tuff": "\u025F\u025Fn\u27D8 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_tuff_slab": "q\u0250\u05DFS \u025F\u025Fn\u27D8 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_tuff_stairs": "s\u0279\u0131\u0250\u0287S \u025F\u025Fn\u27D8 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_tuff_wall": "\u05DF\u05DF\u0250M \u025F\u025Fn\u27D8 \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_veridium": "\u026Fn\u0131p\u0131\u0279\u01DD\u039B \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_veridium_slab": "q\u0250\u05DFS \u026Fn\u0131p\u0131\u0279\u01DD\u039B \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_veridium_stairs": "s\u0279\u0131\u0250\u0287S \u026Fn\u0131p\u0131\u0279\u01DD\u039B \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.polished_cut_veridium_wall": "\u05DF\u05DF\u0250M \u026Fn\u0131p\u0131\u0279\u01DD\u039B \u0287n\u0186 p\u01DD\u0265s\u0131\u05DFo\u0500", - "block.create.portable_fluid_interface": "\u01DD\u0254\u0250\u025F\u0279\u01DD\u0287uI p\u0131n\u05DF\u2132 \u01DD\u05DFq\u0250\u0287\u0279o\u0500", - "block.create.portable_storage_interface": "\u01DD\u0254\u0250\u025F\u0279\u01DD\u0287uI \u01DDb\u0250\u0279o\u0287S \u01DD\u05DFq\u0250\u0287\u0279o\u0500", - "block.create.powered_latch": "\u0265\u0254\u0287\u0250\uA780 p\u01DD\u0279\u01DD\u028Do\u0500", - "block.create.powered_shaft": "\u0287\u025F\u0250\u0265S p\u01DD\u0279\u01DD\u028Do\u0500", - "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_extender": "\u0279\u01DDpu\u01DD\u0287x\u018E \u01DDs\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_toolbox": "xoq\u05DFoo\u27D8 \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.railway_casing": "bu\u0131s\u0250\u0186 u\u0131\u0250\u0279\u27D8", - "block.create.raw_zinc_block": "\u0254u\u0131Z \u028D\u0250\u1D1A \u025Fo \u029E\u0254o\u05DF\u15FA", - "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_toolbox": "xoq\u05DFoo\u27D8 p\u01DD\u1D1A", - "block.create.red_valve_handle": "\u01DD\u05DFpu\u0250H \u01DD\u028C\u05DF\u0250\u039B p\u01DD\u1D1A", - "block.create.redstone_contact": "\u0287\u0254\u0250\u0287uo\u0186 \u01DDuo\u0287sp\u01DD\u1D1A", - "block.create.redstone_link": "\u029Eu\u0131\uA780 \u01DDuo\u0287sp\u01DD\u1D1A", - "block.create.refined_radiance_casing": "bu\u0131s\u0250\u0186 \u0287u\u0250\u0131p\u0250\u1D1A", - "block.create.rope": "\u01DDdo\u1D1A", - "block.create.rope_pulley": "\u028E\u01DD\u05DF\u05DFn\u0500 \u01DDdo\u1D1A", - "block.create.rose_quartz_block": "z\u0287\u0279\u0250n\u1F49 \u01DDso\u1D1A \u025Fo \u029E\u0254o\u05DF\u15FA", - "block.create.rose_quartz_lamp": "d\u026F\u0250\uA780 z\u0287\u0279\u0250n\u1F49 \u01DDso\u1D1A", - "block.create.rose_quartz_tiles": "s\u01DD\u05DF\u0131\u27D8 z\u0287\u0279\u0250n\u1F49 \u01DDso\u1D1A", - "block.create.rotation_speed_controller": "\u0279\u01DD\u05DF\u05DFo\u0279\u0287uo\u0186 p\u01DD\u01DDdS uo\u0131\u0287\u0250\u0287o\u1D1A", - "block.create.sail_frame": "\u01DD\u026F\u0250\u0279\u2132 \u05DF\u0131\u0250S", - "block.create.schematic_table": "\u01DD\u05DFq\u0250\u27D8 \u0254\u0131\u0287\u0250\u026F\u01DD\u0265\u0254S", - "block.create.schematicannon": "uouu\u0250\u0254\u0131\u0287\u0250\u026F\u01DD\u0265\u0254S", - "block.create.scorchia": "\u0250\u0131\u0265\u0254\u0279o\u0254S", - "block.create.scorchia_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u0250\u0131\u0265\u0254\u0279o\u0254S", - "block.create.scoria": "\u0250\u0131\u0279o\u0254S", - "block.create.scoria_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u0250\u0131\u0279o\u0254S", - "block.create.secondary_linear_chassis": "s\u0131ss\u0250\u0265\u0186 \u0279\u0250\u01DDu\u0131\uA780 \u028E\u0279\u0250puo\u0254\u01DDS", - "block.create.sequenced_gearshift": "\u0287\u025F\u0131\u0265s\u0279\u0250\u01DD\u2141 p\u01DD\u0254u\u01DDnb\u01DDS", - "block.create.shadow_steel_casing": "bu\u0131s\u0250\u0186 \u028Dop\u0250\u0265S", - "block.create.shaft": "\u0287\u025F\u0250\u0265S", - "block.create.small_andesite_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u01DDpu\u2C6F \u05DF\u05DF\u0250\u026FS", - "block.create.small_andesite_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u01DDpu\u2C6F \u05DF\u05DF\u0250\u026FS", - "block.create.small_andesite_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u01DDpu\u2C6F \u05DF\u05DF\u0250\u026FS", - "block.create.small_andesite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u01DDpu\u2C6F \u05DF\u05DF\u0250\u026FS", - "block.create.small_asurine_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DDu\u0131\u0279ns\u2C6F \u05DF\u05DF\u0250\u026FS", - "block.create.small_asurine_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DDu\u0131\u0279ns\u2C6F \u05DF\u05DF\u0250\u026FS", - "block.create.small_asurine_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DDu\u0131\u0279ns\u2C6F \u05DF\u05DF\u0250\u026FS", - "block.create.small_asurine_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DDu\u0131\u0279ns\u2C6F \u05DF\u05DF\u0250\u026FS", - "block.create.small_bogey": "\u028E\u01DDbo\u15FA \u05DF\u05DF\u0250\u026FS", - "block.create.small_calcite_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 \u05DF\u05DF\u0250\u026FS", - "block.create.small_calcite_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 \u05DF\u05DF\u0250\u026FS", - "block.create.small_calcite_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 \u05DF\u05DF\u0250\u026FS", - "block.create.small_calcite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0254\u05DF\u0250\u0186 \u05DF\u05DF\u0250\u026FS", - "block.create.small_crimsite_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 \u05DF\u05DF\u0250\u026FS", - "block.create.small_crimsite_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 \u05DF\u05DF\u0250\u026FS", - "block.create.small_crimsite_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 \u05DF\u05DF\u0250\u026FS", - "block.create.small_crimsite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131s\u026F\u0131\u0279\u0186 \u05DF\u05DF\u0250\u026FS", - "block.create.small_deepslate_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 \u05DF\u05DF\u0250\u026FS", - "block.create.small_deepslate_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 \u05DF\u05DF\u0250\u026FS", - "block.create.small_deepslate_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 \u05DF\u05DF\u0250\u026FS", - "block.create.small_deepslate_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0250\u05DFsd\u01DD\u01DD\u15E1 \u05DF\u05DF\u0250\u026FS", - "block.create.small_diorite_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0279o\u0131\u15E1 \u05DF\u05DF\u0250\u026FS", - "block.create.small_diorite_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0279o\u0131\u15E1 \u05DF\u05DF\u0250\u026FS", - "block.create.small_diorite_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0279o\u0131\u15E1 \u05DF\u05DF\u0250\u026FS", - "block.create.small_diorite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131\u0279o\u0131\u15E1 \u05DF\u05DF\u0250\u026FS", - "block.create.small_dripstone_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287sd\u0131\u0279\u15E1 \u05DF\u05DF\u0250\u026FS", - "block.create.small_dripstone_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287sd\u0131\u0279\u15E1 \u05DF\u05DF\u0250\u026FS", - "block.create.small_dripstone_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287sd\u0131\u0279\u15E1 \u05DF\u05DF\u0250\u026FS", - "block.create.small_dripstone_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287sd\u0131\u0279\u15E1 \u05DF\u05DF\u0250\u026FS", - "block.create.small_granite_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131u\u0250\u0279\u2141 \u05DF\u05DF\u0250\u026FS", - "block.create.small_granite_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131u\u0250\u0279\u2141 \u05DF\u05DF\u0250\u026FS", - "block.create.small_granite_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131u\u0250\u0279\u2141 \u05DF\u05DF\u0250\u026FS", - "block.create.small_granite_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DD\u0287\u0131u\u0250\u0279\u2141 \u05DF\u05DF\u0250\u026FS", - "block.create.small_limestone_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u05DF\u05DF\u0250\u026FS", - "block.create.small_limestone_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u05DF\u05DF\u0250\u026FS", - "block.create.small_limestone_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u05DF\u05DF\u0250\u026FS", - "block.create.small_limestone_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 \u05DF\u05DF\u0250\u026FS", - "block.create.small_ochrum_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u026Fn\u0279\u0265\u0254O \u05DF\u05DF\u0250\u026FS", - "block.create.small_ochrum_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u026Fn\u0279\u0265\u0254O \u05DF\u05DF\u0250\u026FS", - "block.create.small_ochrum_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u026Fn\u0279\u0265\u0254O \u05DF\u05DF\u0250\u026FS", - "block.create.small_ochrum_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u026Fn\u0279\u0265\u0254O \u05DF\u05DF\u0250\u026FS", - "block.create.small_rose_quartz_tiles": "s\u01DD\u05DF\u0131\u27D8 z\u0287\u0279\u0250n\u1F49 \u01DDso\u1D1A \u05DF\u05DF\u0250\u026FS", - "block.create.small_scorchia_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0265\u0254\u0279o\u0254S \u05DF\u05DF\u0250\u026FS", - "block.create.small_scorchia_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0265\u0254\u0279o\u0254S \u05DF\u05DF\u0250\u026FS", - "block.create.small_scorchia_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0265\u0254\u0279o\u0254S \u05DF\u05DF\u0250\u026FS", - "block.create.small_scorchia_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0265\u0254\u0279o\u0254S \u05DF\u05DF\u0250\u026FS", - "block.create.small_scoria_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0279o\u0254S \u05DF\u05DF\u0250\u026FS", - "block.create.small_scoria_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0279o\u0254S \u05DF\u05DF\u0250\u026FS", - "block.create.small_scoria_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0279o\u0254S \u05DF\u05DF\u0250\u026FS", - "block.create.small_scoria_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u0250\u0131\u0279o\u0254S \u05DF\u05DF\u0250\u026FS", - "block.create.small_tuff_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u025F\u025Fn\u27D8 \u05DF\u05DF\u0250\u026FS", - "block.create.small_tuff_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u025F\u025Fn\u27D8 \u05DF\u05DF\u0250\u026FS", - "block.create.small_tuff_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u025F\u025Fn\u27D8 \u05DF\u05DF\u0250\u026FS", - "block.create.small_tuff_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u025F\u025Fn\u27D8 \u05DF\u05DF\u0250\u026FS", - "block.create.small_veridium_brick_slab": "q\u0250\u05DFS \u029E\u0254\u0131\u0279\u15FA \u026Fn\u0131p\u0131\u0279\u01DD\u039B \u05DF\u05DF\u0250\u026FS", - "block.create.small_veridium_brick_stairs": "s\u0279\u0131\u0250\u0287S \u029E\u0254\u0131\u0279\u15FA \u026Fn\u0131p\u0131\u0279\u01DD\u039B \u05DF\u05DF\u0250\u026FS", - "block.create.small_veridium_brick_wall": "\u05DF\u05DF\u0250M \u029E\u0254\u0131\u0279\u15FA \u026Fn\u0131p\u0131\u0279\u01DD\u039B \u05DF\u05DF\u0250\u026FS", - "block.create.small_veridium_bricks": "s\u029E\u0254\u0131\u0279\u15FA \u026Fn\u0131p\u0131\u0279\u01DD\u039B \u05DF\u05DF\u0250\u026FS", - "block.create.smart_chute": "\u01DD\u0287n\u0265\u0186 \u0287\u0279\u0250\u026FS", - "block.create.smart_fluid_pipe": "\u01DDd\u0131\u0500 p\u0131n\u05DF\u2132 \u0287\u0279\u0250\u026FS", - "block.create.speedometer": "\u0279\u01DD\u0287\u01DD\u026Fop\u01DD\u01DDdS", - "block.create.spout": "\u0287nodS", - "block.create.spruce_window": "\u028Dopu\u0131M \u01DD\u0254n\u0279dS", - "block.create.spruce_window_pane": "\u01DDu\u0250\u0500 \u028Dopu\u0131M \u01DD\u0254n\u0279dS", - "block.create.steam_engine": "\u01DDu\u0131bu\u018E \u026F\u0250\u01DD\u0287S", - "block.create.steam_whistle": "\u01DD\u05DF\u0287s\u0131\u0265M \u026F\u0250\u01DD\u0287S", - "block.create.steam_whistle_extension": "uo\u0131su\u01DD\u0287x\u018E \u01DD\u05DF\u0287s\u0131\u0265M \u026F\u0250\u01DD\u0287S", - "block.create.sticker": "\u0279\u01DD\u029E\u0254\u0131\u0287S", - "block.create.sticky_mechanical_piston": "uo\u0287s\u0131\u0500 \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW \u028E\u029E\u0254\u0131\u0287S", - "block.create.stockpile_switch": "\u0265\u0254\u0287\u0131\u028DS \u01DD\u05DF\u0131d\u029E\u0254o\u0287S", - "block.create.stressometer": "\u0279\u01DD\u0287\u01DD\u026Foss\u01DD\u0279\u0287S", - "block.create.tiled_glass": "ss\u0250\u05DF\u2141 p\u01DD\u05DF\u0131\u27D8", - "block.create.tiled_glass_pane": "\u01DDu\u0250\u0500 ss\u0250\u05DF\u2141 p\u01DD\u05DF\u0131\u27D8", - "block.create.track": "\u029E\u0254\u0250\u0279\u27D8 u\u0131\u0250\u0279\u27D8", - "block.create.track_observer": "\u0279\u01DD\u028C\u0279\u01DDsqO u\u0131\u0250\u0279\u27D8", - "block.create.track_signal": "\u05DF\u0250ub\u0131S u\u0131\u0250\u0279\u27D8", - "block.create.track_station": "uo\u0131\u0287\u0250\u0287S u\u0131\u0250\u0279\u27D8", - "block.create.train_door": "\u0279oo\u15E1 u\u0131\u0250\u0279\u27D8", - "block.create.train_trapdoor": "\u0279oopd\u0250\u0279\u27D8 u\u0131\u0250\u0279\u27D8", - "block.create.tuff_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u025F\u025Fn\u27D8", - "block.create.turntable": "\u01DD\u05DFq\u0250\u0287u\u0279n\u27D8", - "block.create.veridium": "\u026Fn\u0131p\u0131\u0279\u01DD\u039B", - "block.create.veridium_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u026Fn\u0131p\u0131\u0279\u01DD\u039B", - "block.create.vertical_framed_glass": "ss\u0250\u05DF\u2141 p\u01DD\u026F\u0250\u0279\u2132 \u05DF\u0250\u0254\u0131\u0287\u0279\u01DD\u039B", - "block.create.vertical_framed_glass_pane": "\u01DDu\u0250\u0500 ss\u0250\u05DF\u2141 p\u01DD\u026F\u0250\u0279\u2132 \u05DF\u0250\u0254\u0131\u0287\u0279\u01DD\u039B", - "block.create.warped_window": "\u028Dopu\u0131M p\u01DDd\u0279\u0250M", - "block.create.warped_window_pane": "\u01DDu\u0250\u0500 \u028Dopu\u0131M p\u01DDd\u0279\u0250M", - "block.create.water_wheel": "\u05DF\u01DD\u01DD\u0265M \u0279\u01DD\u0287\u0250M", - "block.create.waxed_copper_shingle_slab": "q\u0250\u05DFS \u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DDx\u0250M", - "block.create.waxed_copper_shingle_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DDx\u0250M", - "block.create.waxed_copper_shingles": "s\u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DDx\u0250M", - "block.create.waxed_copper_tile_slab": "q\u0250\u05DFS \u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DDx\u0250M", - "block.create.waxed_copper_tile_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DDx\u0250M", - "block.create.waxed_copper_tiles": "s\u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DDx\u0250M", - "block.create.waxed_exposed_copper_shingle_slab": "q\u0250\u05DFS \u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DDsodx\u018E p\u01DDx\u0250M", - "block.create.waxed_exposed_copper_shingle_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DDsodx\u018E p\u01DDx\u0250M", - "block.create.waxed_exposed_copper_shingles": "s\u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DDsodx\u018E p\u01DDx\u0250M", - "block.create.waxed_exposed_copper_tile_slab": "q\u0250\u05DFS \u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DDsodx\u018E p\u01DDx\u0250M", - "block.create.waxed_exposed_copper_tile_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DDsodx\u018E p\u01DDx\u0250M", - "block.create.waxed_exposed_copper_tiles": "s\u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DDsodx\u018E p\u01DDx\u0250M", - "block.create.waxed_oxidized_copper_shingle_slab": "q\u0250\u05DFS \u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DDz\u0131p\u0131xO p\u01DDx\u0250M", - "block.create.waxed_oxidized_copper_shingle_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DDz\u0131p\u0131xO p\u01DDx\u0250M", - "block.create.waxed_oxidized_copper_shingles": "s\u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DDz\u0131p\u0131xO p\u01DDx\u0250M", - "block.create.waxed_oxidized_copper_tile_slab": "q\u0250\u05DFS \u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DDz\u0131p\u0131xO p\u01DDx\u0250M", - "block.create.waxed_oxidized_copper_tile_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DDz\u0131p\u0131xO p\u01DDx\u0250M", - "block.create.waxed_oxidized_copper_tiles": "s\u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DDz\u0131p\u0131xO p\u01DDx\u0250M", - "block.create.waxed_weathered_copper_shingle_slab": "q\u0250\u05DFS \u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM p\u01DDx\u0250M", - "block.create.waxed_weathered_copper_shingle_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM p\u01DDx\u0250M", - "block.create.waxed_weathered_copper_shingles": "s\u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM p\u01DDx\u0250M", - "block.create.waxed_weathered_copper_tile_slab": "q\u0250\u05DFS \u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM p\u01DDx\u0250M", - "block.create.waxed_weathered_copper_tile_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM p\u01DDx\u0250M", - "block.create.waxed_weathered_copper_tiles": "s\u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM p\u01DDx\u0250M", - "block.create.weathered_copper_shingle_slab": "q\u0250\u05DFS \u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM", - "block.create.weathered_copper_shingle_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM", - "block.create.weathered_copper_shingles": "s\u01DD\u05DFbu\u0131\u0265S \u0279\u01DDddo\u0186 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM", - "block.create.weathered_copper_tile_slab": "q\u0250\u05DFS \u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM", - "block.create.weathered_copper_tile_stairs": "s\u0279\u0131\u0250\u0287S \u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM", - "block.create.weathered_copper_tiles": "s\u01DD\u05DF\u0131\u27D8 \u0279\u01DDddo\u0186 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_toolbox": "xoq\u05DFoo\u27D8 \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_toolbox": "xoq\u05DFoo\u27D8 \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.carriage_contraption": "uo\u0131\u0287d\u0250\u0279\u0287uo\u0186 \u01DDb\u0250\u0131\u0279\u0279\u0250\u0186", - "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", - "entity.create.potato_projectile": "\u01DD\u05DF\u0131\u0287\u0254\u01DD\u0638o\u0279\u0500 o\u0287\u0250\u0287o\u0500", - "entity.create.seat": "\u0287\u0250\u01DDS", - "entity.create.stationary_contraption": "uo\u0131\u0287d\u0250\u0279\u0287uo\u0186 \u028E\u0279\u0250uo\u0131\u0287\u0250\u0287S", - "entity.create.super_glue": "\u01DDn\u05DF\u2141 \u0279\u01DDdnS", - "fluid.create.potion": "uo\u0131\u0287o\u0500", - "fluid.create.tea": "\u0250\u01DD\u27D8 s,\u0279\u01DDp\u05DF\u0131n\u15FA", - "item.create.andesite_alloy": "\u028Eo\u05DF\u05DF\u2C6F \u01DD\u0287\u0131s\u01DDpu\u2C6F", - "item.create.attribute_filter": "\u0279\u01DD\u0287\u05DF\u0131\u2132 \u01DD\u0287nq\u0131\u0279\u0287\u0287\u2C6F", - "item.create.bar_of_chocolate": "\u01DD\u0287\u0250\u05DFo\u0254o\u0265\u0186 \u025Fo \u0279\u0250\u15FA", - "item.create.belt_connector": "\u0287\u05DF\u01DD\u15FA \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", - "item.create.blaze_cake": "\u01DD\u029E\u0250\u0186 \u01DDz\u0250\u05DF\u15FA", - "item.create.blaze_cake_base": "\u01DDs\u0250\u15FA \u01DD\u029E\u0250\u0186 \u01DDz\u0250\u05DF\u15FA", - "item.create.brass_hand": "pu\u0250H ss\u0250\u0279\u15FA", - "item.create.brass_ingot": "\u0287obuI ss\u0250\u0279\u15FA", - "item.create.brass_nugget": "\u0287\u01DDbbnN ss\u0250\u0279\u15FA", - "item.create.brass_sheet": "\u0287\u01DD\u01DD\u0265S ss\u0250\u0279\u15FA", - "item.create.builders_tea": "\u0250\u01DD\u27D8 s,\u0279\u01DDp\u05DF\u0131n\u15FA", - "item.create.chest_minecart_contraption": "uo\u0131\u0287d\u0250\u0279\u0287uo\u0186 \u0287\u0279\u0250\u0254\u01DDu\u0131W \u0287s\u01DD\u0265\u0186", - "item.create.chocolate_bucket": "\u0287\u01DD\u029E\u0254n\u15FA \u01DD\u0287\u0250\u05DFo\u0254o\u0265\u0186", - "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.copper_backtank": "\u029Eu\u0250\u0287\u029E\u0254\u0250\u15FA \u0279\u01DDddo\u0186", - "item.create.copper_backtank_placeable": "\u01DD\u05DFq\u0250\u01DD\u0254\u0250\u05DF\u0500 \u029Eu\u0250\u0287\u029E\u0254\u0250\u15FA \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_copper_ore": "\u01DD\u0279O \u0279\u01DDddo\u0186 p\u01DD\u0265sn\u0279\u0186", - "item.create.crushed_gold_ore": "\u01DD\u0279O p\u05DFo\u2141 p\u01DD\u0265sn\u0279\u0186", - "item.create.crushed_iron_ore": "\u01DD\u0279O uo\u0279I p\u01DD\u0265sn\u0279\u0186", - "item.create.crushed_lead_ore": "\u01DD\u0279O p\u0250\u01DD\uA780 p\u01DD\u0265sn\u0279\u0186", - "item.create.crushed_nickel_ore": "\u01DD\u0279O \u05DF\u01DD\u029E\u0254\u0131N p\u01DD\u0265sn\u0279\u0186", - "item.create.crushed_osmium_ore": "\u01DD\u0279O \u026Fn\u0131\u026FsO p\u01DD\u0265sn\u0279\u0186", - "item.create.crushed_platinum_ore": "\u01DD\u0279O \u026Fnu\u0131\u0287\u0250\u05DF\u0500 p\u01DD\u0265sn\u0279\u0186", - "item.create.crushed_quicksilver_ore": "\u01DD\u0279O \u0279\u01DD\u028C\u05DF\u0131s\u029E\u0254\u0131n\u1F49 p\u01DD\u0265sn\u0279\u0186", - "item.create.crushed_silver_ore": "\u01DD\u0279O \u0279\u01DD\u028C\u05DF\u0131S p\u01DD\u0265sn\u0279\u0186", - "item.create.crushed_tin_ore": "\u01DD\u0279O u\u0131\u27D8 p\u01DD\u0265sn\u0279\u0186", - "item.create.crushed_uranium_ore": "\u01DD\u0279O \u026Fn\u0131u\u0250\u0279\u2229 p\u01DD\u0265sn\u0279\u0186", - "item.create.crushed_zinc_ore": "\u01DD\u0279O \u0254u\u0131Z p\u01DD\u0265sn\u0279\u0186", - "item.create.diving_boots": "s\u0287oo\u15FA bu\u0131\u028C\u0131\u15E1", - "item.create.diving_helmet": "\u0287\u01DD\u026F\u05DF\u01DDH bu\u0131\u028C\u0131\u15E1", - "item.create.dough": "\u0265bno\u15E1", - "item.create.electron_tube": "\u01DDqn\u27D8 uo\u0279\u0287\u0254\u01DD\u05DF\u018E", - "item.create.empty_blaze_burner": "\u0279\u01DDu\u0279n\u15FA \u01DDz\u0250\u05DF\u15FA \u028E\u0287d\u026F\u018E", - "item.create.empty_schematic": "\u0254\u0131\u0287\u0250\u026F\u01DD\u0265\u0254S \u028E\u0287d\u026F\u018E", - "item.create.experience_nugget": "\u01DD\u0254u\u01DD\u0131\u0279\u01DDdx\u018E \u025Fo \u0287\u01DDbbnN", - "item.create.extendo_grip": "d\u0131\u0279\u2141 opu\u01DD\u0287x\u018E", - "item.create.filter": "\u0279\u01DD\u0287\u05DF\u0131\u2132", - "item.create.furnace_minecart_contraption": "uo\u0131\u0287d\u0250\u0279\u0287uo\u0186 \u0287\u0279\u0250\u0254\u01DDu\u0131W \u01DD\u0254\u0250u\u0279n\u2132", - "item.create.goggles": "s\u01DD\u05DFbbo\u2141 s,\u0279\u01DD\u01DDu\u0131bu\u018E", - "item.create.golden_sheet": "\u0287\u01DD\u01DD\u0265S u\u01DDp\u05DFo\u2141", - "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_precision_mechanism": "\u026Fs\u0131u\u0250\u0265\u0254\u01DDW uo\u0131s\u0131\u0254\u01DD\u0279\u0500 \u01DD\u0287\u01DD\u05DFd\u026Fo\u0254uI", - "item.create.incomplete_track": "\u029E\u0254\u0250\u0279\u27D8 \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", - "item.create.minecart_coupling": "bu\u0131\u05DFdno\u0186 \u0287\u0279\u0250\u0254\u01DDu\u0131W", - "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.raw_zinc": "\u0254u\u0131Z \u028D\u0250\u1D1A", - "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", - "item.create.rose_quartz": "z\u0287\u0279\u0250n\u1F49 \u01DDso\u1D1A", - "item.create.sand_paper": "\u0279\u01DDd\u0250\u0500 pu\u0250S", - "item.create.schedule": "\u01DD\u05DFnp\u01DD\u0265\u0254S u\u0131\u0250\u0279\u27D8", - "item.create.schematic": "\u0254\u0131\u0287\u0250\u026F\u01DD\u0265\u0254S", - "item.create.schematic_and_quill": "\u05DF\u05DF\u0131n\u1F49 pu\u2C6F \u0254\u0131\u0287\u0250\u026F\u01DD\u0265\u0254S", - "item.create.shadow_steel": "\u05DF\u01DD\u01DD\u0287S \u028Dop\u0250\u0265S", - "item.create.sturdy_sheet": "\u0287\u01DD\u01DD\u0265S \u028Ep\u0279n\u0287S", - "item.create.super_glue": "\u01DDn\u05DF\u2141 \u0279\u01DDdnS", - "item.create.sweet_roll": "\u05DF\u05DFo\u1D1A \u0287\u01DD\u01DD\u028DS", - "item.create.tree_fertilizer": "\u0279\u01DDz\u0131\u05DF\u0131\u0287\u0279\u01DD\u2132 \u01DD\u01DD\u0279\u27D8", - "item.create.unprocessed_obsidian_sheet": "\u0287\u01DD\u01DD\u0265S u\u0250\u0131p\u0131sqO p\u01DDss\u01DD\u0254o\u0279du\u2229", - "item.create.vertical_gearbox": "xoq\u0279\u0250\u01DD\u2141 \u05DF\u0250\u0254\u0131\u0287\u0279\u01DD\u039B", - "item.create.wand_of_symmetry": "\u028E\u0279\u0287\u01DD\u026F\u026F\u028ES \u025FO pu\u0250M", - "item.create.wheat_flour": "\u0279no\u05DF\u2132 \u0287\u0250\u01DD\u0265M", - "item.create.whisk": "\u029Es\u0131\u0265M", - "item.create.wrench": "\u0265\u0254u\u01DD\u0279M", - "item.create.zinc_ingot": "\u0287obuI \u0254u\u0131Z", - "item.create.zinc_nugget": "\u0287\u01DDbbnN \u0254u\u0131Z" + "block.create.acacia_window": "ʍopuıM ɐıɔɐɔⱯ", + "block.create.acacia_window_pane": "ǝuɐԀ ʍopuıM ɐıɔɐɔⱯ", + "block.create.adjustable_chain_gearshift": "ʇɟıɥsɹɐǝ⅁ uıɐɥƆ ǝןqɐʇsnظpⱯ", + "block.create.analog_lever": "ɹǝʌǝꞀ boןɐuⱯ", + "block.create.andesite_belt_funnel": "ןǝuunℲ ʇןǝᗺ ǝʇısǝpuⱯ", + "block.create.andesite_casing": "buısɐƆ ǝʇısǝpuⱯ", + "block.create.andesite_encased_cogwheel": "ןǝǝɥʍboƆ pǝsɐɔuƎ ǝʇısǝpuⱯ", + "block.create.andesite_encased_large_cogwheel": "ןǝǝɥʍboƆ ǝbɹɐꞀ pǝsɐɔuƎ ǝʇısǝpuⱯ", + "block.create.andesite_encased_shaft": "ʇɟɐɥS pǝsɐɔuƎ ǝʇısǝpuⱯ", + "block.create.andesite_funnel": "ןǝuunℲ ǝʇısǝpuⱯ", + "block.create.andesite_ladder": "ɹǝppɐꞀ ǝʇısǝpuⱯ", + "block.create.andesite_pillar": "ɹɐןןıԀ ǝʇısǝpuⱯ", + "block.create.andesite_tunnel": "ןǝuun⟘ ǝʇısǝpuⱯ", + "block.create.asurine": "ǝuıɹnsⱯ", + "block.create.asurine_pillar": "ɹɐןןıԀ ǝuıɹnsⱯ", + "block.create.basin": "uısɐᗺ", + "block.create.belt": "ʇןǝᗺ", + "block.create.birch_window": "ʍopuıM ɥɔɹıᗺ", + "block.create.birch_window_pane": "ǝuɐԀ ʍopuıM ɥɔɹıᗺ", + "block.create.black_nixie_tube": "ǝqn⟘ ǝıxıN ʞɔɐןᗺ", + "block.create.black_sail": "ןıɐS ʞɔɐןᗺ", + "block.create.black_seat": "ʇɐǝS ʞɔɐןᗺ", + "block.create.black_toolbox": "xoqןoo⟘ ʞɔɐןᗺ", + "block.create.black_valve_handle": "ǝןpuɐH ǝʌןɐΛ ʞɔɐןᗺ", + "block.create.blaze_burner": "ɹǝuɹnᗺ ǝzɐןᗺ", + "block.create.blue_nixie_tube": "ǝqn⟘ ǝıxıN ǝnןᗺ", + "block.create.blue_sail": "ןıɐS ǝnןᗺ", + "block.create.blue_seat": "ʇɐǝS ǝnןᗺ", + "block.create.blue_toolbox": "xoqןoo⟘ ǝnןᗺ", + "block.create.blue_valve_handle": "ǝןpuɐH ǝʌןɐΛ ǝnןᗺ", + "block.create.brass_belt_funnel": "ןǝuunℲ ʇןǝᗺ ssɐɹᗺ", + "block.create.brass_block": "ssɐɹᗺ ɟo ʞɔoןᗺ", + "block.create.brass_casing": "buısɐƆ ssɐɹᗺ", + "block.create.brass_encased_cogwheel": "ןǝǝɥʍboƆ pǝsɐɔuƎ ssɐɹᗺ", + "block.create.brass_encased_large_cogwheel": "ןǝǝɥʍboƆ ǝbɹɐꞀ pǝsɐɔuƎ ssɐɹᗺ", + "block.create.brass_encased_shaft": "ʇɟɐɥS pǝsɐɔuƎ ssɐɹᗺ", + "block.create.brass_funnel": "ןǝuunℲ ssɐɹᗺ", + "block.create.brass_ladder": "ɹǝppɐꞀ ssɐɹᗺ", + "block.create.brass_tunnel": "ןǝuun⟘ ssɐɹᗺ", + "block.create.brown_nixie_tube": "ǝqn⟘ ǝıxıN uʍoɹᗺ", + "block.create.brown_sail": "ןıɐS uʍoɹᗺ", + "block.create.brown_seat": "ʇɐǝS uʍoɹᗺ", + "block.create.brown_toolbox": "xoqןoo⟘ uʍoɹᗺ", + "block.create.brown_valve_handle": "ǝןpuɐH ǝʌןɐΛ uʍoɹᗺ", + "block.create.calcite_pillar": "ɹɐןןıԀ ǝʇıɔןɐƆ", + "block.create.cart_assembler": "ɹǝןqɯǝssⱯ ʇɹɐƆ", + "block.create.chocolate": "ǝʇɐןoɔoɥƆ", + "block.create.chute": "ǝʇnɥƆ", + "block.create.clockwork_bearing": "buıɹɐǝᗺ ʞɹoʍʞɔoןƆ", + "block.create.clutch": "ɥɔʇnןƆ", + "block.create.cogwheel": "ןǝǝɥʍboƆ", + "block.create.content_observer": "ɹǝʌɹǝsqO ʇuǝʇuoƆ", + "block.create.controller_rail": "ןıɐᴚ ɹǝןןoɹʇuoƆ", + "block.create.controls": "sןoɹʇuoƆ uıɐɹ⟘", + "block.create.copper_backtank": "ʞuɐʇʞɔɐᗺ ɹǝddoƆ", + "block.create.copper_casing": "buısɐƆ ɹǝddoƆ", + "block.create.copper_ladder": "ɹǝppɐꞀ ɹǝddoƆ", + "block.create.copper_shingle_slab": "qɐןS ǝןbuıɥS ɹǝddoƆ", + "block.create.copper_shingle_stairs": "sɹıɐʇS ǝןbuıɥS ɹǝddoƆ", + "block.create.copper_shingles": "sǝןbuıɥS ɹǝddoƆ", + "block.create.copper_tile_slab": "qɐןS ǝןı⟘ ɹǝddoƆ", + "block.create.copper_tile_stairs": "sɹıɐʇS ǝןı⟘ ɹǝddoƆ", + "block.create.copper_tiles": "sǝןı⟘ ɹǝddoƆ", + "block.create.copper_valve_handle": "ǝןpuɐH ǝʌןɐΛ ɹǝddoƆ", + "block.create.creative_crate": "ǝʇɐɹƆ ǝʌıʇɐǝɹƆ", + "block.create.creative_fluid_tank": "ʞuɐ⟘ pınןℲ ǝʌıʇɐǝɹƆ", + "block.create.creative_motor": "ɹoʇoW ǝʌıʇɐǝɹƆ", + "block.create.crimsite": "ǝʇısɯıɹƆ", + "block.create.crimsite_pillar": "ɹɐןןıԀ ǝʇısɯıɹƆ", + "block.create.crimson_window": "ʍopuıM uosɯıɹƆ", + "block.create.crimson_window_pane": "ǝuɐԀ ʍopuıM uosɯıɹƆ", + "block.create.crushing_wheel": "ןǝǝɥM buıɥsnɹƆ", + "block.create.crushing_wheel_controller": "ɹǝןןoɹʇuoƆ ןǝǝɥM buıɥsnɹƆ", + "block.create.cuckoo_clock": "ʞɔoןƆ ooʞɔnƆ", + "block.create.cut_andesite": "ǝʇısǝpuⱯ ʇnƆ", + "block.create.cut_andesite_brick_slab": "qɐןS ʞɔıɹᗺ ǝʇısǝpuⱯ ʇnƆ", + "block.create.cut_andesite_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝʇısǝpuⱯ ʇnƆ", + "block.create.cut_andesite_brick_wall": "ןןɐM ʞɔıɹᗺ ǝʇısǝpuⱯ ʇnƆ", + "block.create.cut_andesite_bricks": "sʞɔıɹᗺ ǝʇısǝpuⱯ ʇnƆ", + "block.create.cut_andesite_slab": "qɐןS ǝʇısǝpuⱯ ʇnƆ", + "block.create.cut_andesite_stairs": "sɹıɐʇS ǝʇısǝpuⱯ ʇnƆ", + "block.create.cut_andesite_wall": "ןןɐM ǝʇısǝpuⱯ ʇnƆ", + "block.create.cut_asurine": "ǝuıɹnsⱯ ʇnƆ", + "block.create.cut_asurine_brick_slab": "qɐןS ʞɔıɹᗺ ǝuıɹnsⱯ ʇnƆ", + "block.create.cut_asurine_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝuıɹnsⱯ ʇnƆ", + "block.create.cut_asurine_brick_wall": "ןןɐM ʞɔıɹᗺ ǝuıɹnsⱯ ʇnƆ", + "block.create.cut_asurine_bricks": "sʞɔıɹᗺ ǝuıɹnsⱯ ʇnƆ", + "block.create.cut_asurine_slab": "qɐןS ǝuıɹnsⱯ ʇnƆ", + "block.create.cut_asurine_stairs": "sɹıɐʇS ǝuıɹnsⱯ ʇnƆ", + "block.create.cut_asurine_wall": "ןןɐM ǝuıɹnsⱯ ʇnƆ", + "block.create.cut_calcite": "ǝʇıɔןɐƆ ʇnƆ", + "block.create.cut_calcite_brick_slab": "qɐןS ʞɔıɹᗺ ǝʇıɔןɐƆ ʇnƆ", + "block.create.cut_calcite_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝʇıɔןɐƆ ʇnƆ", + "block.create.cut_calcite_brick_wall": "ןןɐM ʞɔıɹᗺ ǝʇıɔןɐƆ ʇnƆ", + "block.create.cut_calcite_bricks": "sʞɔıɹᗺ ǝʇıɔןɐƆ ʇnƆ", + "block.create.cut_calcite_slab": "qɐןS ǝʇıɔןɐƆ ʇnƆ", + "block.create.cut_calcite_stairs": "sɹıɐʇS ǝʇıɔןɐƆ ʇnƆ", + "block.create.cut_calcite_wall": "ןןɐM ǝʇıɔןɐƆ ʇnƆ", + "block.create.cut_crimsite": "ǝʇısɯıɹƆ ʇnƆ", + "block.create.cut_crimsite_brick_slab": "qɐןS ʞɔıɹᗺ ǝʇısɯıɹƆ ʇnƆ", + "block.create.cut_crimsite_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝʇısɯıɹƆ ʇnƆ", + "block.create.cut_crimsite_brick_wall": "ןןɐM ʞɔıɹᗺ ǝʇısɯıɹƆ ʇnƆ", + "block.create.cut_crimsite_bricks": "sʞɔıɹᗺ ǝʇısɯıɹƆ ʇnƆ", + "block.create.cut_crimsite_slab": "qɐןS ǝʇısɯıɹƆ ʇnƆ", + "block.create.cut_crimsite_stairs": "sɹıɐʇS ǝʇısɯıɹƆ ʇnƆ", + "block.create.cut_crimsite_wall": "ןןɐM ǝʇısɯıɹƆ ʇnƆ", + "block.create.cut_deepslate": "ǝʇɐןsdǝǝᗡ ʇnƆ", + "block.create.cut_deepslate_brick_slab": "qɐןS ʞɔıɹᗺ ǝʇɐןsdǝǝᗡ ʇnƆ", + "block.create.cut_deepslate_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝʇɐןsdǝǝᗡ ʇnƆ", + "block.create.cut_deepslate_brick_wall": "ןןɐM ʞɔıɹᗺ ǝʇɐןsdǝǝᗡ ʇnƆ", + "block.create.cut_deepslate_bricks": "sʞɔıɹᗺ ǝʇɐןsdǝǝᗡ ʇnƆ", + "block.create.cut_deepslate_slab": "qɐןS ǝʇɐןsdǝǝᗡ ʇnƆ", + "block.create.cut_deepslate_stairs": "sɹıɐʇS ǝʇɐןsdǝǝᗡ ʇnƆ", + "block.create.cut_deepslate_wall": "ןןɐM ǝʇɐןsdǝǝᗡ ʇnƆ", + "block.create.cut_diorite": "ǝʇıɹoıᗡ ʇnƆ", + "block.create.cut_diorite_brick_slab": "qɐןS ʞɔıɹᗺ ǝʇıɹoıᗡ ʇnƆ", + "block.create.cut_diorite_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝʇıɹoıᗡ ʇnƆ", + "block.create.cut_diorite_brick_wall": "ןןɐM ʞɔıɹᗺ ǝʇıɹoıᗡ ʇnƆ", + "block.create.cut_diorite_bricks": "sʞɔıɹᗺ ǝʇıɹoıᗡ ʇnƆ", + "block.create.cut_diorite_slab": "qɐןS ǝʇıɹoıᗡ ʇnƆ", + "block.create.cut_diorite_stairs": "sɹıɐʇS ǝʇıɹoıᗡ ʇnƆ", + "block.create.cut_diorite_wall": "ןןɐM ǝʇıɹoıᗡ ʇnƆ", + "block.create.cut_dripstone": "ǝuoʇsdıɹᗡ ʇnƆ", + "block.create.cut_dripstone_brick_slab": "qɐןS ʞɔıɹᗺ ǝuoʇsdıɹᗡ ʇnƆ", + "block.create.cut_dripstone_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝuoʇsdıɹᗡ ʇnƆ", + "block.create.cut_dripstone_brick_wall": "ןןɐM ʞɔıɹᗺ ǝuoʇsdıɹᗡ ʇnƆ", + "block.create.cut_dripstone_bricks": "sʞɔıɹᗺ ǝuoʇsdıɹᗡ ʇnƆ", + "block.create.cut_dripstone_slab": "qɐןS ǝuoʇsdıɹᗡ ʇnƆ", + "block.create.cut_dripstone_stairs": "sɹıɐʇS ǝuoʇsdıɹᗡ ʇnƆ", + "block.create.cut_dripstone_wall": "ןןɐM ǝuoʇsdıɹᗡ ʇnƆ", + "block.create.cut_granite": "ǝʇıuɐɹ⅁ ʇnƆ", + "block.create.cut_granite_brick_slab": "qɐןS ʞɔıɹᗺ ǝʇıuɐɹ⅁ ʇnƆ", + "block.create.cut_granite_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝʇıuɐɹ⅁ ʇnƆ", + "block.create.cut_granite_brick_wall": "ןןɐM ʞɔıɹᗺ ǝʇıuɐɹ⅁ ʇnƆ", + "block.create.cut_granite_bricks": "sʞɔıɹᗺ ǝʇıuɐɹ⅁ ʇnƆ", + "block.create.cut_granite_slab": "qɐןS ǝʇıuɐɹ⅁ ʇnƆ", + "block.create.cut_granite_stairs": "sɹıɐʇS ǝʇıuɐɹ⅁ ʇnƆ", + "block.create.cut_granite_wall": "ןןɐM ǝʇıuɐɹ⅁ ʇnƆ", + "block.create.cut_limestone": "ǝuoʇsǝɯıꞀ ʇnƆ", + "block.create.cut_limestone_brick_slab": "qɐןS ʞɔıɹᗺ ǝuoʇsǝɯıꞀ ʇnƆ", + "block.create.cut_limestone_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝuoʇsǝɯıꞀ ʇnƆ", + "block.create.cut_limestone_brick_wall": "ןןɐM ʞɔıɹᗺ ǝuoʇsǝɯıꞀ ʇnƆ", + "block.create.cut_limestone_bricks": "sʞɔıɹᗺ ǝuoʇsǝɯıꞀ ʇnƆ", + "block.create.cut_limestone_slab": "qɐןS ǝuoʇsǝɯıꞀ ʇnƆ", + "block.create.cut_limestone_stairs": "sɹıɐʇS ǝuoʇsǝɯıꞀ ʇnƆ", + "block.create.cut_limestone_wall": "ןןɐM ǝuoʇsǝɯıꞀ ʇnƆ", + "block.create.cut_ochrum": "ɯnɹɥɔO ʇnƆ", + "block.create.cut_ochrum_brick_slab": "qɐןS ʞɔıɹᗺ ɯnɹɥɔO ʇnƆ", + "block.create.cut_ochrum_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ɯnɹɥɔO ʇnƆ", + "block.create.cut_ochrum_brick_wall": "ןןɐM ʞɔıɹᗺ ɯnɹɥɔO ʇnƆ", + "block.create.cut_ochrum_bricks": "sʞɔıɹᗺ ɯnɹɥɔO ʇnƆ", + "block.create.cut_ochrum_slab": "qɐןS ɯnɹɥɔO ʇnƆ", + "block.create.cut_ochrum_stairs": "sɹıɐʇS ɯnɹɥɔO ʇnƆ", + "block.create.cut_ochrum_wall": "ןןɐM ɯnɹɥɔO ʇnƆ", + "block.create.cut_scorchia": "ɐıɥɔɹoɔS ʇnƆ", + "block.create.cut_scorchia_brick_slab": "qɐןS ʞɔıɹᗺ ɐıɥɔɹoɔS ʇnƆ", + "block.create.cut_scorchia_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ɐıɥɔɹoɔS ʇnƆ", + "block.create.cut_scorchia_brick_wall": "ןןɐM ʞɔıɹᗺ ɐıɥɔɹoɔS ʇnƆ", + "block.create.cut_scorchia_bricks": "sʞɔıɹᗺ ɐıɥɔɹoɔS ʇnƆ", + "block.create.cut_scorchia_slab": "qɐןS ɐıɥɔɹoɔS ʇnƆ", + "block.create.cut_scorchia_stairs": "sɹıɐʇS ɐıɥɔɹoɔS ʇnƆ", + "block.create.cut_scorchia_wall": "ןןɐM ɐıɥɔɹoɔS ʇnƆ", + "block.create.cut_scoria": "ɐıɹoɔS ʇnƆ", + "block.create.cut_scoria_brick_slab": "qɐןS ʞɔıɹᗺ ɐıɹoɔS ʇnƆ", + "block.create.cut_scoria_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ɐıɹoɔS ʇnƆ", + "block.create.cut_scoria_brick_wall": "ןןɐM ʞɔıɹᗺ ɐıɹoɔS ʇnƆ", + "block.create.cut_scoria_bricks": "sʞɔıɹᗺ ɐıɹoɔS ʇnƆ", + "block.create.cut_scoria_slab": "qɐןS ɐıɹoɔS ʇnƆ", + "block.create.cut_scoria_stairs": "sɹıɐʇS ɐıɹoɔS ʇnƆ", + "block.create.cut_scoria_wall": "ןןɐM ɐıɹoɔS ʇnƆ", + "block.create.cut_tuff": "ɟɟn⟘ ʇnƆ", + "block.create.cut_tuff_brick_slab": "qɐןS ʞɔıɹᗺ ɟɟn⟘ ʇnƆ", + "block.create.cut_tuff_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ɟɟn⟘ ʇnƆ", + "block.create.cut_tuff_brick_wall": "ןןɐM ʞɔıɹᗺ ɟɟn⟘ ʇnƆ", + "block.create.cut_tuff_bricks": "sʞɔıɹᗺ ɟɟn⟘ ʇnƆ", + "block.create.cut_tuff_slab": "qɐןS ɟɟn⟘ ʇnƆ", + "block.create.cut_tuff_stairs": "sɹıɐʇS ɟɟn⟘ ʇnƆ", + "block.create.cut_tuff_wall": "ןןɐM ɟɟn⟘ ʇnƆ", + "block.create.cut_veridium": "ɯnıpıɹǝΛ ʇnƆ", + "block.create.cut_veridium_brick_slab": "qɐןS ʞɔıɹᗺ ɯnıpıɹǝΛ ʇnƆ", + "block.create.cut_veridium_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ɯnıpıɹǝΛ ʇnƆ", + "block.create.cut_veridium_brick_wall": "ןןɐM ʞɔıɹᗺ ɯnıpıɹǝΛ ʇnƆ", + "block.create.cut_veridium_bricks": "sʞɔıɹᗺ ɯnıpıɹǝΛ ʇnƆ", + "block.create.cut_veridium_slab": "qɐןS ɯnıpıɹǝΛ ʇnƆ", + "block.create.cut_veridium_stairs": "sɹıɐʇS ɯnıpıɹǝΛ ʇnƆ", + "block.create.cut_veridium_wall": "ןןɐM ɯnıpıɹǝΛ ʇnƆ", + "block.create.cyan_nixie_tube": "ǝqn⟘ ǝıxıN uɐʎƆ", + "block.create.cyan_sail": "ןıɐS uɐʎƆ", + "block.create.cyan_seat": "ʇɐǝS uɐʎƆ", + "block.create.cyan_toolbox": "xoqןoo⟘ uɐʎƆ", + "block.create.cyan_valve_handle": "ǝןpuɐH ǝʌןɐΛ uɐʎƆ", + "block.create.dark_oak_window": "ʍopuıM ʞɐO ʞɹɐᗡ", + "block.create.dark_oak_window_pane": "ǝuɐԀ ʍopuıM ʞɐO ʞɹɐᗡ", + "block.create.deepslate_pillar": "ɹɐןןıԀ ǝʇɐןsdǝǝᗡ", + "block.create.deepslate_zinc_ore": "ǝɹO ɔuıZ ǝʇɐןsdǝǝᗡ", + "block.create.deployer": "ɹǝʎoןdǝᗡ", + "block.create.depot": "ʇodǝᗡ", + "block.create.diorite_pillar": "ɹɐןןıԀ ǝʇıɹoıᗡ", + "block.create.display_board": "pɹɐoᗺ ʎɐןdsıᗡ", + "block.create.display_link": "ʞuıꞀ ʎɐןdsıᗡ", + "block.create.dripstone_pillar": "ɹɐןןıԀ ǝuoʇsdıɹᗡ", + "block.create.encased_chain_drive": "ǝʌıɹᗡ uıɐɥƆ pǝsɐɔuƎ", + "block.create.encased_fan": "uɐℲ pǝsɐɔuƎ", + "block.create.encased_fluid_pipe": "ǝdıԀ pınןℲ pǝsɐɔuƎ", + "block.create.exposed_copper_shingle_slab": "qɐןS ǝןbuıɥS ɹǝddoƆ pǝsodxƎ", + "block.create.exposed_copper_shingle_stairs": "sɹıɐʇS ǝןbuıɥS ɹǝddoƆ pǝsodxƎ", + "block.create.exposed_copper_shingles": "sǝןbuıɥS ɹǝddoƆ pǝsodxƎ", + "block.create.exposed_copper_tile_slab": "qɐןS ǝןı⟘ ɹǝddoƆ pǝsodxƎ", + "block.create.exposed_copper_tile_stairs": "sɹıɐʇS ǝןı⟘ ɹǝddoƆ pǝsodxƎ", + "block.create.exposed_copper_tiles": "sǝןı⟘ ɹǝddoƆ pǝsodxƎ", + "block.create.fake_track": "sdɐW ɹoɟ ɹǝʞɹɐW ʞɔɐɹ⟘", + "block.create.fluid_pipe": "ǝdıԀ pınןℲ", + "block.create.fluid_tank": "ʞuɐ⟘ pınןℲ", + "block.create.fluid_valve": "ǝʌןɐΛ pınןℲ", + "block.create.flywheel": "ןǝǝɥʍʎןℲ", + "block.create.framed_glass": "ssɐן⅁ pǝɯɐɹℲ", + "block.create.framed_glass_door": "ɹooᗡ ssɐן⅁ pǝɯɐɹℲ", + "block.create.framed_glass_pane": "ǝuɐԀ ssɐן⅁ pǝɯɐɹℲ", + "block.create.framed_glass_trapdoor": "ɹoopdɐɹ⟘ ssɐן⅁ pǝɯɐɹℲ", + "block.create.gantry_carriage": "ǝbɐıɹɹɐƆ ʎɹʇuɐ⅁", + "block.create.gantry_shaft": "ʇɟɐɥS ʎɹʇuɐ⅁", + "block.create.gearbox": "xoqɹɐǝ⅁", + "block.create.gearshift": "ʇɟıɥsɹɐǝ⅁", + "block.create.glass_fluid_pipe": "ǝdıԀ pınןℲ ssɐן⅁", + "block.create.granite_pillar": "ɹɐןןıԀ ǝʇıuɐɹ⅁", + "block.create.gray_nixie_tube": "ǝqn⟘ ǝıxıN ʎɐɹ⅁", + "block.create.gray_sail": "ןıɐS ʎɐɹ⅁", + "block.create.gray_seat": "ʇɐǝS ʎɐɹ⅁", + "block.create.gray_toolbox": "xoqןoo⟘ ʎɐɹ⅁", + "block.create.gray_valve_handle": "ǝןpuɐH ǝʌןɐΛ ʎɐɹ⅁", + "block.create.green_nixie_tube": "ǝqn⟘ ǝıxıN uǝǝɹ⅁", + "block.create.green_sail": "ןıɐS uǝǝɹ⅁", + "block.create.green_seat": "ʇɐǝS uǝǝɹ⅁", + "block.create.green_toolbox": "xoqןoo⟘ uǝǝɹ⅁", + "block.create.green_valve_handle": "ǝןpuɐH ǝʌןɐΛ uǝǝɹ⅁", + "block.create.hand_crank": "ʞuɐɹƆ puɐH", + "block.create.haunted_bell": "ןןǝᗺ pǝʇunɐH", + "block.create.honey": "ʎǝuoH", + "block.create.horizontal_framed_glass": "ssɐן⅁ pǝɯɐɹℲ ןɐʇuozıɹoH", + "block.create.horizontal_framed_glass_pane": "ǝuɐԀ ssɐן⅁ pǝɯɐɹℲ ןɐʇuozıɹoH", + "block.create.hose_pulley": "ʎǝןןnԀ ǝsoH", + "block.create.item_drain": "uıɐɹᗡ ɯǝʇI", + "block.create.item_vault": "ʇןnɐΛ ɯǝʇI", + "block.create.jungle_window": "ʍopuıM ǝןbunſ", + "block.create.jungle_window_pane": "ǝuɐԀ ʍopuıM ǝןbunſ", + "block.create.large_bogey": "ʎǝboᗺ ǝbɹɐꞀ", + "block.create.large_cogwheel": "ןǝǝɥʍboƆ ǝbɹɐꞀ", + "block.create.layered_andesite": "ǝʇısǝpuⱯ pǝɹǝʎɐꞀ", + "block.create.layered_asurine": "ǝuıɹnsⱯ pǝɹǝʎɐꞀ", + "block.create.layered_calcite": "ǝʇıɔןɐƆ pǝɹǝʎɐꞀ", + "block.create.layered_crimsite": "ǝʇısɯıɹƆ pǝɹǝʎɐꞀ", + "block.create.layered_deepslate": "ǝʇɐןsdǝǝᗡ pǝɹǝʎɐꞀ", + "block.create.layered_diorite": "ǝʇıɹoıᗡ pǝɹǝʎɐꞀ", + "block.create.layered_dripstone": "ǝuoʇsdıɹᗡ pǝɹǝʎɐꞀ", + "block.create.layered_granite": "ǝʇıuɐɹ⅁ pǝɹǝʎɐꞀ", + "block.create.layered_limestone": "ǝuoʇsǝɯıꞀ pǝɹǝʎɐꞀ", + "block.create.layered_ochrum": "ɯnɹɥɔO pǝɹǝʎɐꞀ", + "block.create.layered_scorchia": "ɐıɥɔɹoɔS pǝɹǝʎɐꞀ", + "block.create.layered_scoria": "ɐıɹoɔS pǝɹǝʎɐꞀ", + "block.create.layered_tuff": "ɟɟn⟘ pǝɹǝʎɐꞀ", + "block.create.layered_veridium": "ɯnıpıɹǝΛ pǝɹǝʎɐꞀ", + "block.create.lectern_controller": "ɹǝןןoɹʇuoƆ uɹǝʇɔǝꞀ", + "block.create.light_blue_nixie_tube": "ǝqn⟘ ǝıxıN ǝnןᗺ ʇɥbıꞀ", + "block.create.light_blue_sail": "ןıɐS ǝnןᗺ ʇɥbıꞀ", + "block.create.light_blue_seat": "ʇɐǝS ǝnןᗺ ʇɥbıꞀ", + "block.create.light_blue_toolbox": "xoqןoo⟘ ǝnןᗺ ʇɥbıꞀ", + "block.create.light_blue_valve_handle": "ǝןpuɐH ǝʌןɐΛ ǝnןᗺ ʇɥbıꞀ", + "block.create.light_gray_nixie_tube": "ǝqn⟘ ǝıxıN ʎɐɹ⅁ ʇɥbıꞀ", + "block.create.light_gray_sail": "ןıɐS ʎɐɹ⅁ ʇɥbıꞀ", + "block.create.light_gray_seat": "ʇɐǝS ʎɐɹ⅁ ʇɥbıꞀ", + "block.create.light_gray_toolbox": "xoqןoo⟘ ʎɐɹ⅁ ʇɥbıꞀ", + "block.create.light_gray_valve_handle": "ǝןpuɐH ǝʌןɐΛ ʎɐɹ⅁ ʇɥbıꞀ", + "block.create.lime_nixie_tube": "ǝqn⟘ ǝıxıN ǝɯıꞀ", + "block.create.lime_sail": "ןıɐS ǝɯıꞀ", + "block.create.lime_seat": "ʇɐǝS ǝɯıꞀ", + "block.create.lime_toolbox": "xoqןoo⟘ ǝɯıꞀ", + "block.create.lime_valve_handle": "ǝןpuɐH ǝʌןɐΛ ǝɯıꞀ", + "block.create.limestone": "ǝuoʇsǝɯıꞀ", + "block.create.limestone_pillar": "ɹɐןןıԀ ǝuoʇsǝɯıꞀ", + "block.create.linear_chassis": "sıssɐɥƆ ɹɐǝuıꞀ", + "block.create.lit_blaze_burner": "ɹǝuɹnᗺ ǝzɐןᗺ ʇıꞀ", + "block.create.magenta_nixie_tube": "ǝqn⟘ ǝıxıN ɐʇuǝbɐW", + "block.create.magenta_sail": "ןıɐS ɐʇuǝbɐW", + "block.create.magenta_seat": "ʇɐǝS ɐʇuǝbɐW", + "block.create.magenta_toolbox": "xoqןoo⟘ ɐʇuǝbɐW", + "block.create.magenta_valve_handle": "ǝןpuɐH ǝʌןɐΛ ɐʇuǝbɐW", + "block.create.mechanical_arm": "ɯɹⱯ ןɐɔıuɐɥɔǝW", + "block.create.mechanical_bearing": "buıɹɐǝᗺ ןɐɔıuɐɥɔǝW", + "block.create.mechanical_crafter": "ɹǝʇɟɐɹƆ ןɐɔıuɐɥɔǝW", + "block.create.mechanical_drill": "ןןıɹᗡ ןɐɔıuɐɥɔǝW", + "block.create.mechanical_harvester": "ɹǝʇsǝʌɹɐH ןɐɔıuɐɥɔǝW", + "block.create.mechanical_mixer": "ɹǝxıW ןɐɔıuɐɥɔǝW", + "block.create.mechanical_piston": "uoʇsıԀ ןɐɔıuɐɥɔǝW", + "block.create.mechanical_piston_head": "pɐǝH uoʇsıԀ ןɐɔıuɐɥɔǝW", + "block.create.mechanical_plough": "ɥbnoןԀ ןɐɔıuɐɥɔǝW", + "block.create.mechanical_press": "ssǝɹԀ ןɐɔıuɐɥɔǝW", + "block.create.mechanical_pump": "dɯnԀ ןɐɔıuɐɥɔǝW", + "block.create.mechanical_saw": "ʍɐS ןɐɔıuɐɥɔǝW", + "block.create.metal_bracket": "ʇǝʞɔɐɹᗺ ןɐʇǝW", + "block.create.metal_girder": "ɹǝpɹı⅁ ןɐʇǝW", + "block.create.metal_girder_encased_shaft": "ʇɟɐɥS pǝsɐɔuƎ ɹǝpɹı⅁ ןɐʇǝW", + "block.create.millstone": "ǝuoʇsןןıW", + "block.create.minecart_anchor": "ɹoɥɔuⱯ ʇɹɐɔǝuıW", + "block.create.mysterious_cuckoo_clock": "ʞɔoןƆ ooʞɔnƆ", + "block.create.nixie_tube": "ǝqn⟘ ǝıxıN", + "block.create.nozzle": "ǝןzzoN", + "block.create.oak_window": "ʍopuıM ʞɐO", + "block.create.oak_window_pane": "ǝuɐԀ ʍopuıM ʞɐO", + "block.create.ochrum": "ɯnɹɥɔO", + "block.create.ochrum_pillar": "ɹɐןןıԀ ɯnɹɥɔO", + "block.create.orange_sail": "ןıɐS ǝbuɐɹO", + "block.create.orange_seat": "ʇɐǝS ǝbuɐɹO", + "block.create.orange_toolbox": "xoqןoo⟘ ǝbuɐɹO", + "block.create.orange_valve_handle": "ǝןpuɐH ǝʌןɐΛ ǝbuɐɹO", + "block.create.ornate_iron_window": "ʍopuıM uoɹI ǝʇɐuɹO", + "block.create.ornate_iron_window_pane": "ǝuɐԀ ʍopuıM uoɹI ǝʇɐuɹO", + "block.create.oxidized_copper_shingle_slab": "qɐןS ǝןbuıɥS ɹǝddoƆ pǝzıpıxO", + "block.create.oxidized_copper_shingle_stairs": "sɹıɐʇS ǝןbuıɥS ɹǝddoƆ pǝzıpıxO", + "block.create.oxidized_copper_shingles": "sǝןbuıɥS ɹǝddoƆ pǝzıpıxO", + "block.create.oxidized_copper_tile_slab": "qɐןS ǝןı⟘ ɹǝddoƆ pǝzıpıxO", + "block.create.oxidized_copper_tile_stairs": "sɹıɐʇS ǝןı⟘ ɹǝddoƆ pǝzıpıxO", + "block.create.oxidized_copper_tiles": "sǝןı⟘ ɹǝddoƆ pǝzıpıxO", + "block.create.peculiar_bell": "ןןǝᗺ ɹɐıןnɔǝԀ", + "block.create.pink_nixie_tube": "ǝqn⟘ ǝıxıN ʞuıԀ", + "block.create.pink_sail": "ןıɐS ʞuıԀ", + "block.create.pink_seat": "ʇɐǝS ʞuıԀ", + "block.create.pink_toolbox": "xoqןoo⟘ ʞuıԀ", + "block.create.pink_valve_handle": "ǝןpuɐH ǝʌןɐΛ ʞuıԀ", + "block.create.piston_extension_pole": "ǝןoԀ uoısuǝʇxƎ uoʇsıԀ", + "block.create.placard": "pɹɐɔɐןԀ", + "block.create.polished_cut_andesite": "ǝʇısǝpuⱯ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_andesite_slab": "qɐןS ǝʇısǝpuⱯ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_andesite_stairs": "sɹıɐʇS ǝʇısǝpuⱯ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_andesite_wall": "ןןɐM ǝʇısǝpuⱯ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_asurine": "ǝuıɹnsⱯ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_asurine_slab": "qɐןS ǝuıɹnsⱯ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_asurine_stairs": "sɹıɐʇS ǝuıɹnsⱯ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_asurine_wall": "ןןɐM ǝuıɹnsⱯ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_calcite": "ǝʇıɔןɐƆ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_calcite_slab": "qɐןS ǝʇıɔןɐƆ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_calcite_stairs": "sɹıɐʇS ǝʇıɔןɐƆ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_calcite_wall": "ןןɐM ǝʇıɔןɐƆ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_crimsite": "ǝʇısɯıɹƆ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_crimsite_slab": "qɐןS ǝʇısɯıɹƆ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_crimsite_stairs": "sɹıɐʇS ǝʇısɯıɹƆ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_crimsite_wall": "ןןɐM ǝʇısɯıɹƆ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_deepslate": "ǝʇɐןsdǝǝᗡ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_deepslate_slab": "qɐןS ǝʇɐןsdǝǝᗡ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_deepslate_stairs": "sɹıɐʇS ǝʇɐןsdǝǝᗡ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_deepslate_wall": "ןןɐM ǝʇɐןsdǝǝᗡ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_diorite": "ǝʇıɹoıᗡ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_diorite_slab": "qɐןS ǝʇıɹoıᗡ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_diorite_stairs": "sɹıɐʇS ǝʇıɹoıᗡ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_diorite_wall": "ןןɐM ǝʇıɹoıᗡ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_dripstone": "ǝuoʇsdıɹᗡ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_dripstone_slab": "qɐןS ǝuoʇsdıɹᗡ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_dripstone_stairs": "sɹıɐʇS ǝuoʇsdıɹᗡ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_dripstone_wall": "ןןɐM ǝuoʇsdıɹᗡ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_granite": "ǝʇıuɐɹ⅁ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_granite_slab": "qɐןS ǝʇıuɐɹ⅁ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_granite_stairs": "sɹıɐʇS ǝʇıuɐɹ⅁ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_granite_wall": "ןןɐM ǝʇıuɐɹ⅁ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_limestone": "ǝuoʇsǝɯıꞀ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_limestone_slab": "qɐןS ǝuoʇsǝɯıꞀ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_limestone_stairs": "sɹıɐʇS ǝuoʇsǝɯıꞀ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_limestone_wall": "ןןɐM ǝuoʇsǝɯıꞀ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_ochrum": "ɯnɹɥɔO ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_ochrum_slab": "qɐןS ɯnɹɥɔO ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_ochrum_stairs": "sɹıɐʇS ɯnɹɥɔO ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_ochrum_wall": "ןןɐM ɯnɹɥɔO ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_scorchia": "ɐıɥɔɹoɔS ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_scorchia_slab": "qɐןS ɐıɥɔɹoɔS ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_scorchia_stairs": "sɹıɐʇS ɐıɥɔɹoɔS ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_scorchia_wall": "ןןɐM ɐıɥɔɹoɔS ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_scoria": "ɐıɹoɔS ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_scoria_slab": "qɐןS ɐıɹoɔS ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_scoria_stairs": "sɹıɐʇS ɐıɹoɔS ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_scoria_wall": "ןןɐM ɐıɹoɔS ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_tuff": "ɟɟn⟘ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_tuff_slab": "qɐןS ɟɟn⟘ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_tuff_stairs": "sɹıɐʇS ɟɟn⟘ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_tuff_wall": "ןןɐM ɟɟn⟘ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_veridium": "ɯnıpıɹǝΛ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_veridium_slab": "qɐןS ɯnıpıɹǝΛ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_veridium_stairs": "sɹıɐʇS ɯnıpıɹǝΛ ʇnƆ pǝɥsıןoԀ", + "block.create.polished_cut_veridium_wall": "ןןɐM ɯnıpıɹǝΛ ʇnƆ pǝɥsıןoԀ", + "block.create.portable_fluid_interface": "ǝɔɐɟɹǝʇuI pınןℲ ǝןqɐʇɹoԀ", + "block.create.portable_storage_interface": "ǝɔɐɟɹǝʇuI ǝbɐɹoʇS ǝןqɐʇɹoԀ", + "block.create.powered_latch": "ɥɔʇɐꞀ pǝɹǝʍoԀ", + "block.create.powered_shaft": "ʇɟɐɥS pǝɹǝʍoԀ", + "block.create.powered_toggle_latch": "ɥɔʇɐꞀ ǝןbbo⟘ pǝɹǝʍoԀ", + "block.create.pulley_magnet": "ʇǝubɐW ʎǝןןnԀ", + "block.create.pulse_extender": "ɹǝpuǝʇxƎ ǝsןnԀ", + "block.create.pulse_repeater": "ɹǝʇɐǝdǝᴚ ǝsןnԀ", + "block.create.purple_nixie_tube": "ǝqn⟘ ǝıxıN ǝןdɹnԀ", + "block.create.purple_sail": "ןıɐS ǝןdɹnԀ", + "block.create.purple_seat": "ʇɐǝS ǝןdɹnԀ", + "block.create.purple_toolbox": "xoqןoo⟘ ǝןdɹnԀ", + "block.create.purple_valve_handle": "ǝןpuɐH ǝʌןɐΛ ǝןdɹnԀ", + "block.create.radial_chassis": "sıssɐɥƆ ןɐıpɐᴚ", + "block.create.railway_casing": "buısɐƆ uıɐɹ⟘", + "block.create.raw_zinc_block": "ɔuıZ ʍɐᴚ ɟo ʞɔoןᗺ", + "block.create.red_nixie_tube": "ǝqn⟘ ǝıxıN pǝᴚ", + "block.create.red_sail": "ןıɐS pǝᴚ", + "block.create.red_seat": "ʇɐǝS pǝᴚ", + "block.create.red_toolbox": "xoqןoo⟘ pǝᴚ", + "block.create.red_valve_handle": "ǝןpuɐH ǝʌןɐΛ pǝᴚ", + "block.create.redstone_contact": "ʇɔɐʇuoƆ ǝuoʇspǝᴚ", + "block.create.redstone_link": "ʞuıꞀ ǝuoʇspǝᴚ", + "block.create.refined_radiance_casing": "buısɐƆ ʇuɐıpɐᴚ", + "block.create.rope": "ǝdoᴚ", + "block.create.rope_pulley": "ʎǝןןnԀ ǝdoᴚ", + "block.create.rose_quartz_block": "zʇɹɐnὉ ǝsoᴚ ɟo ʞɔoןᗺ", + "block.create.rose_quartz_lamp": "dɯɐꞀ zʇɹɐnὉ ǝsoᴚ", + "block.create.rose_quartz_tiles": "sǝןı⟘ zʇɹɐnὉ ǝsoᴚ", + "block.create.rotation_speed_controller": "ɹǝןןoɹʇuoƆ pǝǝdS uoıʇɐʇoᴚ", + "block.create.sail_frame": "ǝɯɐɹℲ ןıɐS", + "block.create.schematic_table": "ǝןqɐ⟘ ɔıʇɐɯǝɥɔS", + "block.create.schematicannon": "uouuɐɔıʇɐɯǝɥɔS", + "block.create.scorchia": "ɐıɥɔɹoɔS", + "block.create.scorchia_pillar": "ɹɐןןıԀ ɐıɥɔɹoɔS", + "block.create.scoria": "ɐıɹoɔS", + "block.create.scoria_pillar": "ɹɐןןıԀ ɐıɹoɔS", + "block.create.secondary_linear_chassis": "sıssɐɥƆ ɹɐǝuıꞀ ʎɹɐpuoɔǝS", + "block.create.sequenced_gearshift": "ʇɟıɥsɹɐǝ⅁ pǝɔuǝnbǝS", + "block.create.shadow_steel_casing": "buısɐƆ ʍopɐɥS", + "block.create.shaft": "ʇɟɐɥS", + "block.create.small_andesite_brick_slab": "qɐןS ʞɔıɹᗺ ǝʇısǝpuⱯ ןןɐɯS", + "block.create.small_andesite_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝʇısǝpuⱯ ןןɐɯS", + "block.create.small_andesite_brick_wall": "ןןɐM ʞɔıɹᗺ ǝʇısǝpuⱯ ןןɐɯS", + "block.create.small_andesite_bricks": "sʞɔıɹᗺ ǝʇısǝpuⱯ ןןɐɯS", + "block.create.small_asurine_brick_slab": "qɐןS ʞɔıɹᗺ ǝuıɹnsⱯ ןןɐɯS", + "block.create.small_asurine_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝuıɹnsⱯ ןןɐɯS", + "block.create.small_asurine_brick_wall": "ןןɐM ʞɔıɹᗺ ǝuıɹnsⱯ ןןɐɯS", + "block.create.small_asurine_bricks": "sʞɔıɹᗺ ǝuıɹnsⱯ ןןɐɯS", + "block.create.small_bogey": "ʎǝboᗺ ןןɐɯS", + "block.create.small_calcite_brick_slab": "qɐןS ʞɔıɹᗺ ǝʇıɔןɐƆ ןןɐɯS", + "block.create.small_calcite_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝʇıɔןɐƆ ןןɐɯS", + "block.create.small_calcite_brick_wall": "ןןɐM ʞɔıɹᗺ ǝʇıɔןɐƆ ןןɐɯS", + "block.create.small_calcite_bricks": "sʞɔıɹᗺ ǝʇıɔןɐƆ ןןɐɯS", + "block.create.small_crimsite_brick_slab": "qɐןS ʞɔıɹᗺ ǝʇısɯıɹƆ ןןɐɯS", + "block.create.small_crimsite_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝʇısɯıɹƆ ןןɐɯS", + "block.create.small_crimsite_brick_wall": "ןןɐM ʞɔıɹᗺ ǝʇısɯıɹƆ ןןɐɯS", + "block.create.small_crimsite_bricks": "sʞɔıɹᗺ ǝʇısɯıɹƆ ןןɐɯS", + "block.create.small_deepslate_brick_slab": "qɐןS ʞɔıɹᗺ ǝʇɐןsdǝǝᗡ ןןɐɯS", + "block.create.small_deepslate_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝʇɐןsdǝǝᗡ ןןɐɯS", + "block.create.small_deepslate_brick_wall": "ןןɐM ʞɔıɹᗺ ǝʇɐןsdǝǝᗡ ןןɐɯS", + "block.create.small_deepslate_bricks": "sʞɔıɹᗺ ǝʇɐןsdǝǝᗡ ןןɐɯS", + "block.create.small_diorite_brick_slab": "qɐןS ʞɔıɹᗺ ǝʇıɹoıᗡ ןןɐɯS", + "block.create.small_diorite_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝʇıɹoıᗡ ןןɐɯS", + "block.create.small_diorite_brick_wall": "ןןɐM ʞɔıɹᗺ ǝʇıɹoıᗡ ןןɐɯS", + "block.create.small_diorite_bricks": "sʞɔıɹᗺ ǝʇıɹoıᗡ ןןɐɯS", + "block.create.small_dripstone_brick_slab": "qɐןS ʞɔıɹᗺ ǝuoʇsdıɹᗡ ןןɐɯS", + "block.create.small_dripstone_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝuoʇsdıɹᗡ ןןɐɯS", + "block.create.small_dripstone_brick_wall": "ןןɐM ʞɔıɹᗺ ǝuoʇsdıɹᗡ ןןɐɯS", + "block.create.small_dripstone_bricks": "sʞɔıɹᗺ ǝuoʇsdıɹᗡ ןןɐɯS", + "block.create.small_granite_brick_slab": "qɐןS ʞɔıɹᗺ ǝʇıuɐɹ⅁ ןןɐɯS", + "block.create.small_granite_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝʇıuɐɹ⅁ ןןɐɯS", + "block.create.small_granite_brick_wall": "ןןɐM ʞɔıɹᗺ ǝʇıuɐɹ⅁ ןןɐɯS", + "block.create.small_granite_bricks": "sʞɔıɹᗺ ǝʇıuɐɹ⅁ ןןɐɯS", + "block.create.small_limestone_brick_slab": "qɐןS ʞɔıɹᗺ ǝuoʇsǝɯıꞀ ןןɐɯS", + "block.create.small_limestone_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ǝuoʇsǝɯıꞀ ןןɐɯS", + "block.create.small_limestone_brick_wall": "ןןɐM ʞɔıɹᗺ ǝuoʇsǝɯıꞀ ןןɐɯS", + "block.create.small_limestone_bricks": "sʞɔıɹᗺ ǝuoʇsǝɯıꞀ ןןɐɯS", + "block.create.small_ochrum_brick_slab": "qɐןS ʞɔıɹᗺ ɯnɹɥɔO ןןɐɯS", + "block.create.small_ochrum_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ɯnɹɥɔO ןןɐɯS", + "block.create.small_ochrum_brick_wall": "ןןɐM ʞɔıɹᗺ ɯnɹɥɔO ןןɐɯS", + "block.create.small_ochrum_bricks": "sʞɔıɹᗺ ɯnɹɥɔO ןןɐɯS", + "block.create.small_rose_quartz_tiles": "sǝןı⟘ zʇɹɐnὉ ǝsoᴚ ןןɐɯS", + "block.create.small_scorchia_brick_slab": "qɐןS ʞɔıɹᗺ ɐıɥɔɹoɔS ןןɐɯS", + "block.create.small_scorchia_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ɐıɥɔɹoɔS ןןɐɯS", + "block.create.small_scorchia_brick_wall": "ןןɐM ʞɔıɹᗺ ɐıɥɔɹoɔS ןןɐɯS", + "block.create.small_scorchia_bricks": "sʞɔıɹᗺ ɐıɥɔɹoɔS ןןɐɯS", + "block.create.small_scoria_brick_slab": "qɐןS ʞɔıɹᗺ ɐıɹoɔS ןןɐɯS", + "block.create.small_scoria_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ɐıɹoɔS ןןɐɯS", + "block.create.small_scoria_brick_wall": "ןןɐM ʞɔıɹᗺ ɐıɹoɔS ןןɐɯS", + "block.create.small_scoria_bricks": "sʞɔıɹᗺ ɐıɹoɔS ןןɐɯS", + "block.create.small_tuff_brick_slab": "qɐןS ʞɔıɹᗺ ɟɟn⟘ ןןɐɯS", + "block.create.small_tuff_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ɟɟn⟘ ןןɐɯS", + "block.create.small_tuff_brick_wall": "ןןɐM ʞɔıɹᗺ ɟɟn⟘ ןןɐɯS", + "block.create.small_tuff_bricks": "sʞɔıɹᗺ ɟɟn⟘ ןןɐɯS", + "block.create.small_veridium_brick_slab": "qɐןS ʞɔıɹᗺ ɯnıpıɹǝΛ ןןɐɯS", + "block.create.small_veridium_brick_stairs": "sɹıɐʇS ʞɔıɹᗺ ɯnıpıɹǝΛ ןןɐɯS", + "block.create.small_veridium_brick_wall": "ןןɐM ʞɔıɹᗺ ɯnıpıɹǝΛ ןןɐɯS", + "block.create.small_veridium_bricks": "sʞɔıɹᗺ ɯnıpıɹǝΛ ןןɐɯS", + "block.create.smart_chute": "ǝʇnɥƆ ʇɹɐɯS", + "block.create.smart_fluid_pipe": "ǝdıԀ pınןℲ ʇɹɐɯS", + "block.create.speedometer": "ɹǝʇǝɯopǝǝdS", + "block.create.spout": "ʇnodS", + "block.create.spruce_window": "ʍopuıM ǝɔnɹdS", + "block.create.spruce_window_pane": "ǝuɐԀ ʍopuıM ǝɔnɹdS", + "block.create.steam_engine": "ǝuıbuƎ ɯɐǝʇS", + "block.create.steam_whistle": "ǝןʇsıɥM ɯɐǝʇS", + "block.create.steam_whistle_extension": "uoısuǝʇxƎ ǝןʇsıɥM ɯɐǝʇS", + "block.create.sticker": "ɹǝʞɔıʇS", + "block.create.sticky_mechanical_piston": "uoʇsıԀ ןɐɔıuɐɥɔǝW ʎʞɔıʇS", + "block.create.stockpile_switch": "ɥɔʇıʍS ǝןıdʞɔoʇS", + "block.create.stressometer": "ɹǝʇǝɯossǝɹʇS", + "block.create.tiled_glass": "ssɐן⅁ pǝןı⟘", + "block.create.tiled_glass_pane": "ǝuɐԀ ssɐן⅁ pǝןı⟘", + "block.create.track": "ʞɔɐɹ⟘ uıɐɹ⟘", + "block.create.track_observer": "ɹǝʌɹǝsqO uıɐɹ⟘", + "block.create.track_signal": "ןɐubıS uıɐɹ⟘", + "block.create.track_station": "uoıʇɐʇS uıɐɹ⟘", + "block.create.train_door": "ɹooᗡ uıɐɹ⟘", + "block.create.train_trapdoor": "ɹoopdɐɹ⟘ uıɐɹ⟘", + "block.create.tuff_pillar": "ɹɐןןıԀ ɟɟn⟘", + "block.create.turntable": "ǝןqɐʇuɹn⟘", + "block.create.veridium": "ɯnıpıɹǝΛ", + "block.create.veridium_pillar": "ɹɐןןıԀ ɯnıpıɹǝΛ", + "block.create.vertical_framed_glass": "ssɐן⅁ pǝɯɐɹℲ ןɐɔıʇɹǝΛ", + "block.create.vertical_framed_glass_pane": "ǝuɐԀ ssɐן⅁ pǝɯɐɹℲ ןɐɔıʇɹǝΛ", + "block.create.warped_window": "ʍopuıM pǝdɹɐM", + "block.create.warped_window_pane": "ǝuɐԀ ʍopuıM pǝdɹɐM", + "block.create.water_wheel": "ןǝǝɥM ɹǝʇɐM", + "block.create.waxed_copper_shingle_slab": "qɐןS ǝןbuıɥS ɹǝddoƆ pǝxɐM", + "block.create.waxed_copper_shingle_stairs": "sɹıɐʇS ǝןbuıɥS ɹǝddoƆ pǝxɐM", + "block.create.waxed_copper_shingles": "sǝןbuıɥS ɹǝddoƆ pǝxɐM", + "block.create.waxed_copper_tile_slab": "qɐןS ǝןı⟘ ɹǝddoƆ pǝxɐM", + "block.create.waxed_copper_tile_stairs": "sɹıɐʇS ǝןı⟘ ɹǝddoƆ pǝxɐM", + "block.create.waxed_copper_tiles": "sǝןı⟘ ɹǝddoƆ pǝxɐM", + "block.create.waxed_exposed_copper_shingle_slab": "qɐןS ǝןbuıɥS ɹǝddoƆ pǝsodxƎ pǝxɐM", + "block.create.waxed_exposed_copper_shingle_stairs": "sɹıɐʇS ǝןbuıɥS ɹǝddoƆ pǝsodxƎ pǝxɐM", + "block.create.waxed_exposed_copper_shingles": "sǝןbuıɥS ɹǝddoƆ pǝsodxƎ pǝxɐM", + "block.create.waxed_exposed_copper_tile_slab": "qɐןS ǝןı⟘ ɹǝddoƆ pǝsodxƎ pǝxɐM", + "block.create.waxed_exposed_copper_tile_stairs": "sɹıɐʇS ǝןı⟘ ɹǝddoƆ pǝsodxƎ pǝxɐM", + "block.create.waxed_exposed_copper_tiles": "sǝןı⟘ ɹǝddoƆ pǝsodxƎ pǝxɐM", + "block.create.waxed_oxidized_copper_shingle_slab": "qɐןS ǝןbuıɥS ɹǝddoƆ pǝzıpıxO pǝxɐM", + "block.create.waxed_oxidized_copper_shingle_stairs": "sɹıɐʇS ǝןbuıɥS ɹǝddoƆ pǝzıpıxO pǝxɐM", + "block.create.waxed_oxidized_copper_shingles": "sǝןbuıɥS ɹǝddoƆ pǝzıpıxO pǝxɐM", + "block.create.waxed_oxidized_copper_tile_slab": "qɐןS ǝןı⟘ ɹǝddoƆ pǝzıpıxO pǝxɐM", + "block.create.waxed_oxidized_copper_tile_stairs": "sɹıɐʇS ǝןı⟘ ɹǝddoƆ pǝzıpıxO pǝxɐM", + "block.create.waxed_oxidized_copper_tiles": "sǝןı⟘ ɹǝddoƆ pǝzıpıxO pǝxɐM", + "block.create.waxed_weathered_copper_shingle_slab": "qɐןS ǝןbuıɥS ɹǝddoƆ pǝɹǝɥʇɐǝM pǝxɐM", + "block.create.waxed_weathered_copper_shingle_stairs": "sɹıɐʇS ǝןbuıɥS ɹǝddoƆ pǝɹǝɥʇɐǝM pǝxɐM", + "block.create.waxed_weathered_copper_shingles": "sǝןbuıɥS ɹǝddoƆ pǝɹǝɥʇɐǝM pǝxɐM", + "block.create.waxed_weathered_copper_tile_slab": "qɐןS ǝןı⟘ ɹǝddoƆ pǝɹǝɥʇɐǝM pǝxɐM", + "block.create.waxed_weathered_copper_tile_stairs": "sɹıɐʇS ǝןı⟘ ɹǝddoƆ pǝɹǝɥʇɐǝM pǝxɐM", + "block.create.waxed_weathered_copper_tiles": "sǝןı⟘ ɹǝddoƆ pǝɹǝɥʇɐǝM pǝxɐM", + "block.create.weathered_copper_shingle_slab": "qɐןS ǝןbuıɥS ɹǝddoƆ pǝɹǝɥʇɐǝM", + "block.create.weathered_copper_shingle_stairs": "sɹıɐʇS ǝןbuıɥS ɹǝddoƆ pǝɹǝɥʇɐǝM", + "block.create.weathered_copper_shingles": "sǝןbuıɥS ɹǝddoƆ pǝɹǝɥʇɐǝM", + "block.create.weathered_copper_tile_slab": "qɐןS ǝןı⟘ ɹǝddoƆ pǝɹǝɥʇɐǝM", + "block.create.weathered_copper_tile_stairs": "sɹıɐʇS ǝןı⟘ ɹǝddoƆ pǝɹǝɥʇɐǝM", + "block.create.weathered_copper_tiles": "sǝןı⟘ ɹǝddoƆ pǝɹǝɥʇɐǝM", + "block.create.weighted_ejector": "ɹoʇɔǝظƎ pǝʇɥbıǝM", + "block.create.white_nixie_tube": "ǝqn⟘ ǝıxıN ǝʇıɥM", + "block.create.white_sail": "ןıɐS ǝʇıɥM", + "block.create.white_seat": "ʇɐǝS ǝʇıɥM", + "block.create.white_toolbox": "xoqןoo⟘ ǝʇıɥM", + "block.create.white_valve_handle": "ǝןpuɐH ǝʌןɐΛ ǝʇıɥM", + "block.create.windmill_bearing": "buıɹɐǝᗺ ןןıɯpuıM", + "block.create.wooden_bracket": "ʇǝʞɔɐɹᗺ uǝpooM", + "block.create.yellow_nixie_tube": "ǝqn⟘ ǝıxıN ʍoןןǝʎ", + "block.create.yellow_sail": "ןıɐS ʍoןןǝʎ", + "block.create.yellow_seat": "ʇɐǝS ʍoןןǝʎ", + "block.create.yellow_toolbox": "xoqןoo⟘ ʍoןןǝʎ", + "block.create.yellow_valve_handle": "ǝןpuɐH ǝʌןɐΛ ʍoןןǝʎ", + "block.create.zinc_block": "ɔuıZ ɟo ʞɔoןᗺ", + "block.create.zinc_ore": "ǝɹO ɔuıZ", + "enchantment.create.capacity": "ʎʇıɔɐdɐƆ", + "enchantment.create.potato_recovery": "ʎɹǝʌoɔǝᴚ oʇɐʇoԀ", + "entity.create.carriage_contraption": "uoıʇdɐɹʇuoƆ ǝbɐıɹɹɐƆ", + "entity.create.contraption": "uoıʇdɐɹʇuoƆ", + "entity.create.crafting_blueprint": "ʇuıɹdǝnןᗺ buıʇɟɐɹƆ", + "entity.create.gantry_contraption": "uoıʇdɐɹʇuoƆ ʎɹʇuɐ⅁", + "entity.create.potato_projectile": "ǝןıʇɔǝظoɹԀ oʇɐʇoԀ", + "entity.create.seat": "ʇɐǝS", + "entity.create.stationary_contraption": "uoıʇdɐɹʇuoƆ ʎɹɐuoıʇɐʇS", + "entity.create.super_glue": "ǝnן⅁ ɹǝdnS", + "fluid.create.chocolate": "ǝʇɐןoɔoɥƆ", + "fluid.create.honey": "ʎǝuoH", + "fluid.create.potion": "uoıʇoԀ", + "fluid.create.tea": "ɐǝ⟘ s,ɹǝpןınᗺ", + "item.create.andesite_alloy": "ʎoןןⱯ ǝʇısǝpuⱯ", + "item.create.attribute_filter": "ɹǝʇןıℲ ǝʇnqıɹʇʇⱯ", + "item.create.bar_of_chocolate": "ǝʇɐןoɔoɥƆ ɟo ɹɐᗺ", + "item.create.belt_connector": "ʇןǝᗺ ןɐɔıuɐɥɔǝW", + "item.create.blaze_cake": "ǝʞɐƆ ǝzɐןᗺ", + "item.create.blaze_cake_base": "ǝsɐᗺ ǝʞɐƆ ǝzɐןᗺ", + "item.create.brass_hand": "puɐH ssɐɹᗺ", + "item.create.brass_ingot": "ʇobuI ssɐɹᗺ", + "item.create.brass_nugget": "ʇǝbbnN ssɐɹᗺ", + "item.create.brass_sheet": "ʇǝǝɥS ssɐɹᗺ", + "item.create.builders_tea": "ɐǝ⟘ s,ɹǝpןınᗺ", + "item.create.chest_minecart_contraption": "uoıʇdɐɹʇuoƆ ʇɹɐɔǝuıW ʇsǝɥƆ", + "item.create.chocolate_bucket": "ʇǝʞɔnᗺ ǝʇɐןoɔoɥƆ", + "item.create.chocolate_glazed_berries": "sǝıɹɹǝᗺ pǝzɐן⅁ ǝʇɐןoɔoɥƆ", + "item.create.chromatic_compound": "punodɯoƆ ɔıʇɐɯoɹɥƆ", + "item.create.cinder_flour": "ɹnoןℲ ɹǝpuıƆ", + "item.create.copper_backtank": "ʞuɐʇʞɔɐᗺ ɹǝddoƆ", + "item.create.copper_backtank_placeable": "ǝןqɐǝɔɐןԀ ʞuɐʇʞɔɐᗺ ɹǝddoƆ", + "item.create.copper_nugget": "ʇǝbbnN ɹǝddoƆ", + "item.create.copper_sheet": "ʇǝǝɥS ɹǝddoƆ", + "item.create.crafter_slot_cover": "ɹǝʌoƆ ʇoןS ɹǝʇɟɐɹƆ", + "item.create.crafting_blueprint": "ʇuıɹdǝnןᗺ buıʇɟɐɹƆ", + "item.create.creative_blaze_cake": "ǝʞɐƆ ǝzɐןᗺ ǝʌıʇɐǝɹƆ", + "item.create.crushed_aluminum_ore": "ǝɹO ɯnuıɯnןⱯ pǝɥsnɹƆ", + "item.create.crushed_copper_ore": "ǝɹO ɹǝddoƆ pǝɥsnɹƆ", + "item.create.crushed_gold_ore": "ǝɹO pןo⅁ pǝɥsnɹƆ", + "item.create.crushed_iron_ore": "ǝɹO uoɹI pǝɥsnɹƆ", + "item.create.crushed_lead_ore": "ǝɹO pɐǝꞀ pǝɥsnɹƆ", + "item.create.crushed_nickel_ore": "ǝɹO ןǝʞɔıN pǝɥsnɹƆ", + "item.create.crushed_osmium_ore": "ǝɹO ɯnıɯsO pǝɥsnɹƆ", + "item.create.crushed_platinum_ore": "ǝɹO ɯnuıʇɐןԀ pǝɥsnɹƆ", + "item.create.crushed_quicksilver_ore": "ǝɹO ɹǝʌןısʞɔınὉ pǝɥsnɹƆ", + "item.create.crushed_silver_ore": "ǝɹO ɹǝʌןıS pǝɥsnɹƆ", + "item.create.crushed_tin_ore": "ǝɹO uı⟘ pǝɥsnɹƆ", + "item.create.crushed_uranium_ore": "ǝɹO ɯnıuɐɹ∩ pǝɥsnɹƆ", + "item.create.crushed_zinc_ore": "ǝɹO ɔuıZ pǝɥsnɹƆ", + "item.create.diving_boots": "sʇooᗺ buıʌıᗡ", + "item.create.diving_helmet": "ʇǝɯןǝH buıʌıᗡ", + "item.create.dough": "ɥbnoᗡ", + "item.create.electron_tube": "ǝqn⟘ uoɹʇɔǝןƎ", + "item.create.empty_blaze_burner": "ɹǝuɹnᗺ ǝzɐןᗺ ʎʇdɯƎ", + "item.create.empty_schematic": "ɔıʇɐɯǝɥɔS ʎʇdɯƎ", + "item.create.experience_nugget": "ǝɔuǝıɹǝdxƎ ɟo ʇǝbbnN", + "item.create.extendo_grip": "dıɹ⅁ opuǝʇxƎ", + "item.create.filter": "ɹǝʇןıℲ", + "item.create.furnace_minecart_contraption": "uoıʇdɐɹʇuoƆ ʇɹɐɔǝuıW ǝɔɐuɹnℲ", + "item.create.goggles": "sǝןbbo⅁ s,ɹǝǝuıbuƎ", + "item.create.golden_sheet": "ʇǝǝɥS uǝpןo⅁", + "item.create.handheld_worldshaper": "ɹǝdɐɥspןɹoM ǝʌıʇɐǝɹƆ", + "item.create.honey_bucket": "ʇǝʞɔnᗺ ʎǝuoH", + "item.create.honeyed_apple": "ǝןddⱯ pǝʎǝuoH", + "item.create.incomplete_precision_mechanism": "ɯsıuɐɥɔǝW uoısıɔǝɹԀ ǝʇǝןdɯoɔuI", + "item.create.incomplete_track": "ʞɔɐɹ⟘ ǝʇǝןdɯoɔuI", + "item.create.iron_sheet": "ʇǝǝɥS uoɹI", + "item.create.linked_controller": "ɹǝןןoɹʇuoƆ pǝʞuıꞀ", + "item.create.minecart_contraption": "uoıʇdɐɹʇuoƆ ʇɹɐɔǝuıW", + "item.create.minecart_coupling": "buıןdnoƆ ʇɹɐɔǝuıW", + "item.create.polished_rose_quartz": "zʇɹɐnὉ ǝsoᴚ pǝɥsıןoԀ", + "item.create.potato_cannon": "uouuɐƆ oʇɐʇoԀ", + "item.create.powdered_obsidian": "uɐıpısqO pǝɹǝpʍoԀ", + "item.create.precision_mechanism": "ɯsıuɐɥɔǝW uoısıɔǝɹԀ", + "item.create.propeller": "ɹǝןןǝdoɹԀ", + "item.create.raw_zinc": "ɔuıZ ʍɐᴚ", + "item.create.red_sand_paper": "ɹǝdɐԀ puɐS pǝᴚ", + "item.create.refined_radiance": "ǝɔuɐıpɐᴚ pǝuıɟǝᴚ", + "item.create.rose_quartz": "zʇɹɐnὉ ǝsoᴚ", + "item.create.sand_paper": "ɹǝdɐԀ puɐS", + "item.create.schedule": "ǝןnpǝɥɔS uıɐɹ⟘", + "item.create.schematic": "ɔıʇɐɯǝɥɔS", + "item.create.schematic_and_quill": "ןןınὉ puⱯ ɔıʇɐɯǝɥɔS", + "item.create.shadow_steel": "ןǝǝʇS ʍopɐɥS", + "item.create.sturdy_sheet": "ʇǝǝɥS ʎpɹnʇS", + "item.create.super_glue": "ǝnן⅁ ɹǝdnS", + "item.create.sweet_roll": "ןןoᴚ ʇǝǝʍS", + "item.create.tree_fertilizer": "ɹǝzıןıʇɹǝℲ ǝǝɹ⟘", + "item.create.unprocessed_obsidian_sheet": "ʇǝǝɥS uɐıpısqO pǝssǝɔoɹdu∩", + "item.create.vertical_gearbox": "xoqɹɐǝ⅁ ןɐɔıʇɹǝΛ", + "item.create.wand_of_symmetry": "ʎɹʇǝɯɯʎS ɟO puɐM", + "item.create.wheat_flour": "ɹnoןℲ ʇɐǝɥM", + "item.create.whisk": "ʞsıɥM", + "item.create.wrench": "ɥɔuǝɹM", + "item.create.zinc_ingot": "ʇobuI ɔuıZ", + "item.create.zinc_nugget": "ʇǝbbnN ɔuıZ" } \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/en_us.json b/src/generated/resources/assets/create/lang/en_us.json index 2da1a5d09d..e313487e21 100644 --- a/src/generated/resources/assets/create/lang/en_us.json +++ b/src/generated/resources/assets/create/lang/en_us.json @@ -575,6 +575,8 @@ "entity.create.stationary_contraption": "Stationary Contraption", "entity.create.super_glue": "Super Glue", + "fluid.create.chocolate": "Chocolate", + "fluid.create.honey": "Honey", "fluid.create.potion": "Potion", "fluid.create.tea": "Builder's Tea", diff --git a/src/generated/resources/assets/create/lang/unfinished/de_de.json b/src/generated/resources/assets/create/lang/unfinished/de_de.json index 4cfa2ea3a7..43e871fc77 100644 --- a/src/generated/resources/assets/create/lang/unfinished/de_de.json +++ b/src/generated/resources/assets/create/lang/unfinished/de_de.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 838", + "_": "Missing Localizations: 840", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "Stationäre Vorrichtung", "entity.create.super_glue": "Sekundenkleber", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "Trank", "fluid.create.tea": "Bauherrentee", diff --git a/src/generated/resources/assets/create/lang/unfinished/es_cl.json b/src/generated/resources/assets/create/lang/unfinished/es_cl.json index edf9286e05..a4766fd3d3 100644 --- a/src/generated/resources/assets/create/lang/unfinished/es_cl.json +++ b/src/generated/resources/assets/create/lang/unfinished/es_cl.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 984", + "_": "Missing Localizations: 986", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "Artefacto Estacionario", "entity.create.super_glue": "La Gotita", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "Poción", "fluid.create.tea": "Té del Constructor", diff --git a/src/generated/resources/assets/create/lang/unfinished/es_es.json b/src/generated/resources/assets/create/lang/unfinished/es_es.json index cd7858cf62..8906343989 100644 --- a/src/generated/resources/assets/create/lang/unfinished/es_es.json +++ b/src/generated/resources/assets/create/lang/unfinished/es_es.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 4", + "_": "Missing Localizations: 6", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "Artefacto estacionario", "entity.create.super_glue": "Pegamento", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "Poción", "fluid.create.tea": "Té del Constructor", diff --git a/src/generated/resources/assets/create/lang/unfinished/fr_fr.json b/src/generated/resources/assets/create/lang/unfinished/fr_fr.json index e0e717886c..375f938323 100644 --- a/src/generated/resources/assets/create/lang/unfinished/fr_fr.json +++ b/src/generated/resources/assets/create/lang/unfinished/fr_fr.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 2135", + "_": "Missing Localizations: 2137", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "Engin stationnaire", "entity.create.super_glue": "Colle extra-forte", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "Potion", "fluid.create.tea": "Thé du constructeur", diff --git a/src/generated/resources/assets/create/lang/unfinished/it_it.json b/src/generated/resources/assets/create/lang/unfinished/it_it.json index 0f3874f031..33806a3b6f 100644 --- a/src/generated/resources/assets/create/lang/unfinished/it_it.json +++ b/src/generated/resources/assets/create/lang/unfinished/it_it.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 4", + "_": "Missing Localizations: 6", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "Macchinario stazionario", "entity.create.super_glue": "Super colla", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "Pozione", "fluid.create.tea": "Tè del costruttore", diff --git a/src/generated/resources/assets/create/lang/unfinished/ja_jp.json b/src/generated/resources/assets/create/lang/unfinished/ja_jp.json index 931b1f96b2..832816e5e9 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ja_jp.json +++ b/src/generated/resources/assets/create/lang/unfinished/ja_jp.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 0", + "_": "Missing Localizations: 2", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "付設からくり", "entity.create.super_glue": "超粘着剤", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "ポーション", "fluid.create.tea": "建築家のお茶", diff --git a/src/generated/resources/assets/create/lang/unfinished/ko_kr.json b/src/generated/resources/assets/create/lang/unfinished/ko_kr.json index 0731039b05..7ee865bab3 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ko_kr.json +++ b/src/generated/resources/assets/create/lang/unfinished/ko_kr.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 4", + "_": "Missing Localizations: 6", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "고정된 구조물", "entity.create.super_glue": "강력 접착제", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "포션", "fluid.create.tea": "건축가의 차", diff --git a/src/generated/resources/assets/create/lang/unfinished/nl_nl.json b/src/generated/resources/assets/create/lang/unfinished/nl_nl.json index c84094e495..46a50e7fe1 100644 --- a/src/generated/resources/assets/create/lang/unfinished/nl_nl.json +++ b/src/generated/resources/assets/create/lang/unfinished/nl_nl.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 2483", + "_": "Missing Localizations: 2485", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "UNLOCALIZED: Stationary Contraption", "entity.create.super_glue": "UNLOCALIZED: Super Glue", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "UNLOCALIZED: Potion", "fluid.create.tea": "UNLOCALIZED: Builder's Tea", diff --git a/src/generated/resources/assets/create/lang/unfinished/pl_pl.json b/src/generated/resources/assets/create/lang/unfinished/pl_pl.json index 43ab34a655..a4e04e8d70 100644 --- a/src/generated/resources/assets/create/lang/unfinished/pl_pl.json +++ b/src/generated/resources/assets/create/lang/unfinished/pl_pl.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 8", + "_": "Missing Localizations: 10", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "Maszyna stacjonarna", "entity.create.super_glue": "Super Glue", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "Mikstura", "fluid.create.tea": "Herbatka Budowniczego", diff --git a/src/generated/resources/assets/create/lang/unfinished/pt_br.json b/src/generated/resources/assets/create/lang/unfinished/pt_br.json index 4a8761223e..6c18bc2547 100644 --- a/src/generated/resources/assets/create/lang/unfinished/pt_br.json +++ b/src/generated/resources/assets/create/lang/unfinished/pt_br.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 1327", + "_": "Missing Localizations: 1329", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "Engenhoca estacionária", "entity.create.super_glue": "Super Cola", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "Poção", "fluid.create.tea": "Chá do Construtor", diff --git a/src/generated/resources/assets/create/lang/unfinished/pt_pt.json b/src/generated/resources/assets/create/lang/unfinished/pt_pt.json index 29041f07f2..b09ec940f5 100644 --- a/src/generated/resources/assets/create/lang/unfinished/pt_pt.json +++ b/src/generated/resources/assets/create/lang/unfinished/pt_pt.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 2192", + "_": "Missing Localizations: 2194", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "Engenhoca estacionária", "entity.create.super_glue": "Super Cola", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "Poção", "fluid.create.tea": "Chá do Construtor", diff --git a/src/generated/resources/assets/create/lang/unfinished/ro_ro.json b/src/generated/resources/assets/create/lang/unfinished/ro_ro.json index 26c30e0172..137ff83f2e 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ro_ro.json +++ b/src/generated/resources/assets/create/lang/unfinished/ro_ro.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 651", + "_": "Missing Localizations: 653", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "Invenție Staționară", "entity.create.super_glue": "Super-Glue", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "Poțiune", "fluid.create.tea": "Ceaiul Constructorului", diff --git a/src/generated/resources/assets/create/lang/unfinished/ru_ru.json b/src/generated/resources/assets/create/lang/unfinished/ru_ru.json index e4df406f77..7b03eb8f79 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ru_ru.json +++ b/src/generated/resources/assets/create/lang/unfinished/ru_ru.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 0", + "_": "Missing Localizations: 2", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "Стационарная штуковина", "entity.create.super_glue": "Суперклей", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "Зелье", "fluid.create.tea": "Чай строителя", diff --git a/src/generated/resources/assets/create/lang/unfinished/uk_ua.json b/src/generated/resources/assets/create/lang/unfinished/uk_ua.json index e0a1907e60..2712166c94 100644 --- a/src/generated/resources/assets/create/lang/unfinished/uk_ua.json +++ b/src/generated/resources/assets/create/lang/unfinished/uk_ua.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 982", + "_": "Missing Localizations: 984", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "Стаціонарне пристосування", "entity.create.super_glue": "Суперклей", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "Зілля", "fluid.create.tea": "Чай будівельника", diff --git a/src/generated/resources/assets/create/lang/unfinished/zh_cn.json b/src/generated/resources/assets/create/lang/unfinished/zh_cn.json index 459b5f2828..3477f7c9a6 100644 --- a/src/generated/resources/assets/create/lang/unfinished/zh_cn.json +++ b/src/generated/resources/assets/create/lang/unfinished/zh_cn.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 0", + "_": "Missing Localizations: 2", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "固定装置", "entity.create.super_glue": "强力胶", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "药水", "fluid.create.tea": "建造工茶水", diff --git a/src/generated/resources/assets/create/lang/unfinished/zh_tw.json b/src/generated/resources/assets/create/lang/unfinished/zh_tw.json index 7c0ccee4b4..5bcaa9b7a9 100644 --- a/src/generated/resources/assets/create/lang/unfinished/zh_tw.json +++ b/src/generated/resources/assets/create/lang/unfinished/zh_tw.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 4", + "_": "Missing Localizations: 6", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "固定結構", "entity.create.super_glue": "強力膠", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "藥水", "fluid.create.tea": "茶", diff --git a/src/generated/resources/assets/create/models/block/acacia_window.json b/src/generated/resources/assets/create/models/block/acacia_window.json index 7459f4f46a..21d3c1df0b 100644 --- a/src/generated/resources/assets/create/models/block/acacia_window.json +++ b/src/generated/resources/assets/create/models/block/acacia_window.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/acacia_window", - "end": "minecraft:block/acacia_planks" + "end": "minecraft:block/acacia_planks", + "side": "create:block/palettes/acacia_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/acacia_window_pane_noside.json b/src/generated/resources/assets/create/models/block/acacia_window_pane_noside.json index cafd39969a..bd0a152f08 100644 --- a/src/generated/resources/assets/create/models/block/acacia_window_pane_noside.json +++ b/src/generated/resources/assets/create/models/block/acacia_window_pane_noside.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside", "textures": { - "pane": "create:block/palettes/acacia_window", - "edge": "minecraft:block/acacia_planks" + "edge": "minecraft:block/acacia_planks", + "pane": "create:block/palettes/acacia_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/acacia_window_pane_noside_alt.json b/src/generated/resources/assets/create/models/block/acacia_window_pane_noside_alt.json index 35e8aa4b39..08c3b2e13a 100644 --- a/src/generated/resources/assets/create/models/block/acacia_window_pane_noside_alt.json +++ b/src/generated/resources/assets/create/models/block/acacia_window_pane_noside_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside_alt", "textures": { - "pane": "create:block/palettes/acacia_window", - "edge": "minecraft:block/acacia_planks" + "edge": "minecraft:block/acacia_planks", + "pane": "create:block/palettes/acacia_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/acacia_window_pane_post.json b/src/generated/resources/assets/create/models/block/acacia_window_pane_post.json index 16c4bc4bc7..92301f792e 100644 --- a/src/generated/resources/assets/create/models/block/acacia_window_pane_post.json +++ b/src/generated/resources/assets/create/models/block/acacia_window_pane_post.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/post", "textures": { - "pane": "create:block/palettes/acacia_window", - "edge": "minecraft:block/acacia_planks" + "edge": "minecraft:block/acacia_planks", + "pane": "create:block/palettes/acacia_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/acacia_window_pane_side.json b/src/generated/resources/assets/create/models/block/acacia_window_pane_side.json index 159583ae2b..13f934e2ac 100644 --- a/src/generated/resources/assets/create/models/block/acacia_window_pane_side.json +++ b/src/generated/resources/assets/create/models/block/acacia_window_pane_side.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side", "textures": { - "pane": "create:block/palettes/acacia_window", - "edge": "minecraft:block/acacia_planks" + "edge": "minecraft:block/acacia_planks", + "pane": "create:block/palettes/acacia_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/acacia_window_pane_side_alt.json b/src/generated/resources/assets/create/models/block/acacia_window_pane_side_alt.json index 126c557408..6e97cfeba6 100644 --- a/src/generated/resources/assets/create/models/block/acacia_window_pane_side_alt.json +++ b/src/generated/resources/assets/create/models/block/acacia_window_pane_side_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side_alt", "textures": { - "pane": "create:block/palettes/acacia_window", - "edge": "minecraft:block/acacia_planks" + "edge": "minecraft:block/acacia_planks", + "pane": "create:block/palettes/acacia_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_belt_funnel_extended.json b/src/generated/resources/assets/create/models/block/andesite_belt_funnel_extended.json index 5036d51eb8..8e1194a331 100644 --- a/src/generated/resources/assets/create/models/block/andesite_belt_funnel_extended.json +++ b/src/generated/resources/assets/create/models/block/andesite_belt_funnel_extended.json @@ -1,13 +1,13 @@ { "parent": "create:block/belt_funnel/block_extended", "textures": { - "particle": "minecraft:block/polished_andesite", "2": "create:block/andesite_funnel_neutral", "2_1": "create:block/andesite_funnel_push", "2_2": "create:block/andesite_funnel_pull", "3": "create:block/andesite_funnel_back", "5": "create:block/andesite_funnel_tall", "6": "create:block/andesite_funnel", - "7": "create:block/andesite_funnel_plating" + "7": "create:block/andesite_funnel_plating", + "particle": "minecraft:block/polished_andesite" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_belt_funnel_extended_powered.json b/src/generated/resources/assets/create/models/block/andesite_belt_funnel_extended_powered.json index d4d5598d26..f330b9e46e 100644 --- a/src/generated/resources/assets/create/models/block/andesite_belt_funnel_extended_powered.json +++ b/src/generated/resources/assets/create/models/block/andesite_belt_funnel_extended_powered.json @@ -1,13 +1,13 @@ { "parent": "create:block/belt_funnel/block_extended", "textures": { - "particle": "minecraft:block/polished_andesite", "2": "create:block/andesite_funnel_neutral", "2_1": "create:block/andesite_funnel_push", "2_2": "create:block/andesite_funnel_pull", "3": "create:block/andesite_funnel_back", "5": "create:block/andesite_funnel_tall_powered", "6": "create:block/andesite_funnel_powered", - "7": "create:block/andesite_funnel_plating" + "7": "create:block/andesite_funnel_plating", + "particle": "minecraft:block/polished_andesite" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_belt_funnel_pulling.json b/src/generated/resources/assets/create/models/block/andesite_belt_funnel_pulling.json index 5a4fd73dae..c29ede4747 100644 --- a/src/generated/resources/assets/create/models/block/andesite_belt_funnel_pulling.json +++ b/src/generated/resources/assets/create/models/block/andesite_belt_funnel_pulling.json @@ -1,13 +1,13 @@ { "parent": "create:block/belt_funnel/block_pulling", "textures": { - "particle": "minecraft:block/polished_andesite", "2": "create:block/andesite_funnel_neutral", "2_1": "create:block/andesite_funnel_push", "2_2": "create:block/andesite_funnel_pull", "3": "create:block/andesite_funnel_back", "5": "create:block/andesite_funnel_tall", "6": "create:block/andesite_funnel", - "7": "create:block/andesite_funnel_plating" + "7": "create:block/andesite_funnel_plating", + "particle": "minecraft:block/polished_andesite" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_belt_funnel_pulling_powered.json b/src/generated/resources/assets/create/models/block/andesite_belt_funnel_pulling_powered.json index a43488f11c..e00f253a43 100644 --- a/src/generated/resources/assets/create/models/block/andesite_belt_funnel_pulling_powered.json +++ b/src/generated/resources/assets/create/models/block/andesite_belt_funnel_pulling_powered.json @@ -1,13 +1,13 @@ { "parent": "create:block/belt_funnel/block_pulling", "textures": { - "particle": "minecraft:block/polished_andesite", "2": "create:block/andesite_funnel_neutral", "2_1": "create:block/andesite_funnel_push", "2_2": "create:block/andesite_funnel_pull", "3": "create:block/andesite_funnel_back", "5": "create:block/andesite_funnel_tall_powered", "6": "create:block/andesite_funnel_powered", - "7": "create:block/andesite_funnel_plating" + "7": "create:block/andesite_funnel_plating", + "particle": "minecraft:block/polished_andesite" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_belt_funnel_pushing.json b/src/generated/resources/assets/create/models/block/andesite_belt_funnel_pushing.json index 47130f0052..49c4f31260 100644 --- a/src/generated/resources/assets/create/models/block/andesite_belt_funnel_pushing.json +++ b/src/generated/resources/assets/create/models/block/andesite_belt_funnel_pushing.json @@ -1,13 +1,13 @@ { "parent": "create:block/belt_funnel/block_pushing", "textures": { - "particle": "minecraft:block/polished_andesite", "2": "create:block/andesite_funnel_neutral", "2_1": "create:block/andesite_funnel_push", "2_2": "create:block/andesite_funnel_pull", "3": "create:block/andesite_funnel_back", "5": "create:block/andesite_funnel_tall", "6": "create:block/andesite_funnel", - "7": "create:block/andesite_funnel_plating" + "7": "create:block/andesite_funnel_plating", + "particle": "minecraft:block/polished_andesite" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_belt_funnel_pushing_powered.json b/src/generated/resources/assets/create/models/block/andesite_belt_funnel_pushing_powered.json index 6513821737..0ad12757f6 100644 --- a/src/generated/resources/assets/create/models/block/andesite_belt_funnel_pushing_powered.json +++ b/src/generated/resources/assets/create/models/block/andesite_belt_funnel_pushing_powered.json @@ -1,13 +1,13 @@ { "parent": "create:block/belt_funnel/block_pushing", "textures": { - "particle": "minecraft:block/polished_andesite", "2": "create:block/andesite_funnel_neutral", "2_1": "create:block/andesite_funnel_push", "2_2": "create:block/andesite_funnel_pull", "3": "create:block/andesite_funnel_back", "5": "create:block/andesite_funnel_tall_powered", "6": "create:block/andesite_funnel_powered", - "7": "create:block/andesite_funnel_plating" + "7": "create:block/andesite_funnel_plating", + "particle": "minecraft:block/polished_andesite" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_belt_funnel_retracted.json b/src/generated/resources/assets/create/models/block/andesite_belt_funnel_retracted.json index 4b272eeee3..24acc9e2d1 100644 --- a/src/generated/resources/assets/create/models/block/andesite_belt_funnel_retracted.json +++ b/src/generated/resources/assets/create/models/block/andesite_belt_funnel_retracted.json @@ -1,13 +1,13 @@ { "parent": "create:block/belt_funnel/block_retracted", "textures": { - "particle": "minecraft:block/polished_andesite", "2": "create:block/andesite_funnel_neutral", "2_1": "create:block/andesite_funnel_push", "2_2": "create:block/andesite_funnel_pull", "3": "create:block/andesite_funnel_back", "5": "create:block/andesite_funnel_tall", "6": "create:block/andesite_funnel", - "7": "create:block/andesite_funnel_plating" + "7": "create:block/andesite_funnel_plating", + "particle": "minecraft:block/polished_andesite" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_belt_funnel_retracted_powered.json b/src/generated/resources/assets/create/models/block/andesite_belt_funnel_retracted_powered.json index 5552e989d4..1e8178bb5f 100644 --- a/src/generated/resources/assets/create/models/block/andesite_belt_funnel_retracted_powered.json +++ b/src/generated/resources/assets/create/models/block/andesite_belt_funnel_retracted_powered.json @@ -1,13 +1,13 @@ { "parent": "create:block/belt_funnel/block_retracted", "textures": { - "particle": "minecraft:block/polished_andesite", "2": "create:block/andesite_funnel_neutral", "2_1": "create:block/andesite_funnel_push", "2_2": "create:block/andesite_funnel_pull", "3": "create:block/andesite_funnel_back", "5": "create:block/andesite_funnel_tall_powered", "6": "create:block/andesite_funnel_powered", - "7": "create:block/andesite_funnel_plating" + "7": "create:block/andesite_funnel_plating", + "particle": "minecraft:block/polished_andesite" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_encased_cogwheel.json b/src/generated/resources/assets/create/models/block/andesite_encased_cogwheel.json index a7a19bcddf..89c8c3cd37 100644 --- a/src/generated/resources/assets/create/models/block/andesite_encased_cogwheel.json +++ b/src/generated/resources/assets/create/models/block/andesite_encased_cogwheel.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_cogwheel/block", "textures": { - "casing": "create:block/andesite_casing", "1": "minecraft:block/stripped_spruce_log_top", + "casing": "create:block/andesite_casing", "side": "create:block/andesite_encased_cogwheel_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_encased_cogwheel_bottom.json b/src/generated/resources/assets/create/models/block/andesite_encased_cogwheel_bottom.json index ecfe574aca..6b57d336ec 100644 --- a/src/generated/resources/assets/create/models/block/andesite_encased_cogwheel_bottom.json +++ b/src/generated/resources/assets/create/models/block/andesite_encased_cogwheel_bottom.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_cogwheel/block_bottom", "textures": { - "casing": "create:block/andesite_casing", "1": "minecraft:block/stripped_spruce_log_top", + "casing": "create:block/andesite_casing", "side": "create:block/andesite_encased_cogwheel_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_encased_cogwheel_top.json b/src/generated/resources/assets/create/models/block/andesite_encased_cogwheel_top.json index bf9533df32..83b934fab4 100644 --- a/src/generated/resources/assets/create/models/block/andesite_encased_cogwheel_top.json +++ b/src/generated/resources/assets/create/models/block/andesite_encased_cogwheel_top.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_cogwheel/block_top", "textures": { - "casing": "create:block/andesite_casing", "1": "minecraft:block/stripped_spruce_log_top", + "casing": "create:block/andesite_casing", "side": "create:block/andesite_encased_cogwheel_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_encased_cogwheel_top_bottom.json b/src/generated/resources/assets/create/models/block/andesite_encased_cogwheel_top_bottom.json index f3523aaea8..a0a6dc4d43 100644 --- a/src/generated/resources/assets/create/models/block/andesite_encased_cogwheel_top_bottom.json +++ b/src/generated/resources/assets/create/models/block/andesite_encased_cogwheel_top_bottom.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_cogwheel/block_top_bottom", "textures": { - "casing": "create:block/andesite_casing", "1": "minecraft:block/stripped_spruce_log_top", + "casing": "create:block/andesite_casing", "side": "create:block/andesite_encased_cogwheel_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_encased_large_cogwheel.json b/src/generated/resources/assets/create/models/block/andesite_encased_large_cogwheel.json index dbabfdca60..7da833e3d6 100644 --- a/src/generated/resources/assets/create/models/block/andesite_encased_large_cogwheel.json +++ b/src/generated/resources/assets/create/models/block/andesite_encased_large_cogwheel.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_large_cogwheel/block", "textures": { - "casing": "create:block/andesite_casing", "1": "minecraft:block/stripped_spruce_log_top", + "casing": "create:block/andesite_casing", "side": "create:block/andesite_encased_cogwheel_side_connected" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_encased_large_cogwheel_bottom.json b/src/generated/resources/assets/create/models/block/andesite_encased_large_cogwheel_bottom.json index e29b6d37ad..f3e6810f12 100644 --- a/src/generated/resources/assets/create/models/block/andesite_encased_large_cogwheel_bottom.json +++ b/src/generated/resources/assets/create/models/block/andesite_encased_large_cogwheel_bottom.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_large_cogwheel/block_bottom", "textures": { - "casing": "create:block/andesite_casing", "1": "minecraft:block/stripped_spruce_log_top", + "casing": "create:block/andesite_casing", "side": "create:block/andesite_encased_cogwheel_side_connected" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_encased_large_cogwheel_top.json b/src/generated/resources/assets/create/models/block/andesite_encased_large_cogwheel_top.json index 3115674e77..c898d5c4fb 100644 --- a/src/generated/resources/assets/create/models/block/andesite_encased_large_cogwheel_top.json +++ b/src/generated/resources/assets/create/models/block/andesite_encased_large_cogwheel_top.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_large_cogwheel/block_top", "textures": { - "casing": "create:block/andesite_casing", "1": "minecraft:block/stripped_spruce_log_top", + "casing": "create:block/andesite_casing", "side": "create:block/andesite_encased_cogwheel_side_connected" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_encased_large_cogwheel_top_bottom.json b/src/generated/resources/assets/create/models/block/andesite_encased_large_cogwheel_top_bottom.json index 45aa717ca8..5e34071dfa 100644 --- a/src/generated/resources/assets/create/models/block/andesite_encased_large_cogwheel_top_bottom.json +++ b/src/generated/resources/assets/create/models/block/andesite_encased_large_cogwheel_top_bottom.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_large_cogwheel/block_top_bottom", "textures": { - "casing": "create:block/andesite_casing", "1": "minecraft:block/stripped_spruce_log_top", + "casing": "create:block/andesite_casing", "side": "create:block/andesite_encased_cogwheel_side_connected" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_funnel_horizontal_pull.json b/src/generated/resources/assets/create/models/block/andesite_funnel_horizontal_pull.json index 4ca78f3abc..e4f91baef7 100644 --- a/src/generated/resources/assets/create/models/block/andesite_funnel_horizontal_pull.json +++ b/src/generated/resources/assets/create/models/block/andesite_funnel_horizontal_pull.json @@ -1,11 +1,11 @@ { "parent": "create:block/funnel/block_horizontal", "textures": { - "particle": "create:block/andesite_casing", - "7": "create:block/andesite_funnel_plating", - "5": "create:block/andesite_funnel_tall", "2_2": "create:block/andesite_funnel_pull", "3": "create:block/andesite_funnel_back", - "6": "create:block/andesite_funnel" + "5": "create:block/andesite_funnel_tall", + "6": "create:block/andesite_funnel", + "7": "create:block/andesite_funnel_plating", + "particle": "create:block/andesite_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_funnel_horizontal_pull_powered.json b/src/generated/resources/assets/create/models/block/andesite_funnel_horizontal_pull_powered.json index f30214bd63..7264e418b9 100644 --- a/src/generated/resources/assets/create/models/block/andesite_funnel_horizontal_pull_powered.json +++ b/src/generated/resources/assets/create/models/block/andesite_funnel_horizontal_pull_powered.json @@ -1,11 +1,11 @@ { "parent": "create:block/funnel/block_horizontal", "textures": { - "particle": "create:block/andesite_casing", - "7": "create:block/andesite_funnel_plating", - "5": "create:block/andesite_funnel_tall_powered", "2_2": "create:block/andesite_funnel_pull", "3": "create:block/andesite_funnel_back", - "6": "create:block/andesite_funnel_powered" + "5": "create:block/andesite_funnel_tall_powered", + "6": "create:block/andesite_funnel_powered", + "7": "create:block/andesite_funnel_plating", + "particle": "create:block/andesite_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_funnel_horizontal_push.json b/src/generated/resources/assets/create/models/block/andesite_funnel_horizontal_push.json index 090a3e9645..2f12908c4d 100644 --- a/src/generated/resources/assets/create/models/block/andesite_funnel_horizontal_push.json +++ b/src/generated/resources/assets/create/models/block/andesite_funnel_horizontal_push.json @@ -1,11 +1,11 @@ { "parent": "create:block/funnel/block_horizontal", "textures": { - "particle": "create:block/andesite_casing", - "7": "create:block/andesite_funnel_plating", - "5": "create:block/andesite_funnel_tall", "2_2": "create:block/andesite_funnel_push", "3": "create:block/andesite_funnel_back", - "6": "create:block/andesite_funnel" + "5": "create:block/andesite_funnel_tall", + "6": "create:block/andesite_funnel", + "7": "create:block/andesite_funnel_plating", + "particle": "create:block/andesite_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_funnel_horizontal_push_powered.json b/src/generated/resources/assets/create/models/block/andesite_funnel_horizontal_push_powered.json index 3907df971b..ca6b8ecd70 100644 --- a/src/generated/resources/assets/create/models/block/andesite_funnel_horizontal_push_powered.json +++ b/src/generated/resources/assets/create/models/block/andesite_funnel_horizontal_push_powered.json @@ -1,11 +1,11 @@ { "parent": "create:block/funnel/block_horizontal", "textures": { - "particle": "create:block/andesite_casing", - "7": "create:block/andesite_funnel_plating", - "5": "create:block/andesite_funnel_tall_powered", "2_2": "create:block/andesite_funnel_push", "3": "create:block/andesite_funnel_back", - "6": "create:block/andesite_funnel_powered" + "5": "create:block/andesite_funnel_tall_powered", + "6": "create:block/andesite_funnel_powered", + "7": "create:block/andesite_funnel_plating", + "particle": "create:block/andesite_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_funnel_vertical_filterless_pull.json b/src/generated/resources/assets/create/models/block/andesite_funnel_vertical_filterless_pull.json index a05b1954a2..f869205d3f 100644 --- a/src/generated/resources/assets/create/models/block/andesite_funnel_vertical_filterless_pull.json +++ b/src/generated/resources/assets/create/models/block/andesite_funnel_vertical_filterless_pull.json @@ -1,13 +1,13 @@ { "parent": "create:block/funnel/block_vertical_filterless", "textures": { - "particle": "create:block/andesite_casing", - "7": "create:block/andesite_funnel_plating", - "5": "create:block/andesite_funnel_tall", + "10": "create:block/funnel_open", "2_2": "create:block/andesite_funnel_pull", "3": "create:block/andesite_funnel_back", + "5": "create:block/andesite_funnel_tall", + "7": "create:block/andesite_funnel_plating", "8": "create:block/andesite_casing", "9": "create:block/andesite_funnel_slope", - "10": "create:block/funnel_open" + "particle": "create:block/andesite_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_funnel_vertical_filterless_pull_powered.json b/src/generated/resources/assets/create/models/block/andesite_funnel_vertical_filterless_pull_powered.json index 979f71145b..385f51a2d4 100644 --- a/src/generated/resources/assets/create/models/block/andesite_funnel_vertical_filterless_pull_powered.json +++ b/src/generated/resources/assets/create/models/block/andesite_funnel_vertical_filterless_pull_powered.json @@ -1,13 +1,13 @@ { "parent": "create:block/funnel/block_vertical_filterless", "textures": { - "particle": "create:block/andesite_casing", - "7": "create:block/andesite_funnel_plating", - "5": "create:block/andesite_funnel_tall_powered", + "10": "create:block/funnel_closed", "2_2": "create:block/andesite_funnel_pull", "3": "create:block/andesite_funnel_back", + "5": "create:block/andesite_funnel_tall_powered", + "7": "create:block/andesite_funnel_plating", "8": "create:block/andesite_casing", "9": "create:block/andesite_funnel_slope", - "10": "create:block/funnel_closed" + "particle": "create:block/andesite_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_funnel_vertical_filterless_push.json b/src/generated/resources/assets/create/models/block/andesite_funnel_vertical_filterless_push.json index ef3fe44319..baa4c6f3b1 100644 --- a/src/generated/resources/assets/create/models/block/andesite_funnel_vertical_filterless_push.json +++ b/src/generated/resources/assets/create/models/block/andesite_funnel_vertical_filterless_push.json @@ -1,13 +1,13 @@ { "parent": "create:block/funnel/block_vertical_filterless", "textures": { - "particle": "create:block/andesite_casing", - "7": "create:block/andesite_funnel_plating", - "5": "create:block/andesite_funnel_tall", + "10": "create:block/funnel_open", "2_2": "create:block/andesite_funnel_push", "3": "create:block/andesite_funnel_back", + "5": "create:block/andesite_funnel_tall", + "7": "create:block/andesite_funnel_plating", "8": "create:block/andesite_casing", "9": "create:block/andesite_funnel_slope", - "10": "create:block/funnel_open" + "particle": "create:block/andesite_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_funnel_vertical_filterless_push_powered.json b/src/generated/resources/assets/create/models/block/andesite_funnel_vertical_filterless_push_powered.json index 4afdf8a20c..87377182c8 100644 --- a/src/generated/resources/assets/create/models/block/andesite_funnel_vertical_filterless_push_powered.json +++ b/src/generated/resources/assets/create/models/block/andesite_funnel_vertical_filterless_push_powered.json @@ -1,13 +1,13 @@ { "parent": "create:block/funnel/block_vertical_filterless", "textures": { - "particle": "create:block/andesite_casing", - "7": "create:block/andesite_funnel_plating", - "5": "create:block/andesite_funnel_tall_powered", + "10": "create:block/funnel_closed", "2_2": "create:block/andesite_funnel_push", "3": "create:block/andesite_funnel_back", + "5": "create:block/andesite_funnel_tall_powered", + "7": "create:block/andesite_funnel_plating", "8": "create:block/andesite_casing", "9": "create:block/andesite_funnel_slope", - "10": "create:block/funnel_closed" + "particle": "create:block/andesite_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_pillar.json b/src/generated/resources/assets/create/models/block/andesite_pillar.json index 1c21f32f84..b908c5e2e6 100644 --- a/src/generated/resources/assets/create/models/block/andesite_pillar.json +++ b/src/generated/resources/assets/create/models/block/andesite_pillar.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/pillar/andesite_cut_pillar", - "end": "create:block/palettes/stone_types/cap/andesite_cut_cap" + "end": "create:block/palettes/stone_types/cap/andesite_cut_cap", + "side": "create:block/palettes/stone_types/pillar/andesite_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/andesite_pillar_horizontal.json b/src/generated/resources/assets/create/models/block/andesite_pillar_horizontal.json index c2b9d9d0b7..14ae6d886c 100644 --- a/src/generated/resources/assets/create/models/block/andesite_pillar_horizontal.json +++ b/src/generated/resources/assets/create/models/block/andesite_pillar_horizontal.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column_horizontal", "textures": { - "side": "create:block/palettes/stone_types/pillar/andesite_cut_pillar", - "end": "create:block/palettes/stone_types/cap/andesite_cut_cap" + "end": "create:block/palettes/stone_types/cap/andesite_cut_cap", + "side": "create:block/palettes/stone_types/pillar/andesite_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/asurine_pillar.json b/src/generated/resources/assets/create/models/block/asurine_pillar.json index 7902f551b6..92ebd7fda4 100644 --- a/src/generated/resources/assets/create/models/block/asurine_pillar.json +++ b/src/generated/resources/assets/create/models/block/asurine_pillar.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/pillar/asurine_cut_pillar", - "end": "create:block/palettes/stone_types/cap/asurine_cut_cap" + "end": "create:block/palettes/stone_types/cap/asurine_cut_cap", + "side": "create:block/palettes/stone_types/pillar/asurine_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/asurine_pillar_horizontal.json b/src/generated/resources/assets/create/models/block/asurine_pillar_horizontal.json index e89ad71493..fc6d11a651 100644 --- a/src/generated/resources/assets/create/models/block/asurine_pillar_horizontal.json +++ b/src/generated/resources/assets/create/models/block/asurine_pillar_horizontal.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column_horizontal", "textures": { - "side": "create:block/palettes/stone_types/pillar/asurine_cut_pillar", - "end": "create:block/palettes/stone_types/cap/asurine_cut_cap" + "end": "create:block/palettes/stone_types/cap/asurine_cut_cap", + "side": "create:block/palettes/stone_types/pillar/asurine_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/birch_window.json b/src/generated/resources/assets/create/models/block/birch_window.json index 1ad912f020..46d18b05a1 100644 --- a/src/generated/resources/assets/create/models/block/birch_window.json +++ b/src/generated/resources/assets/create/models/block/birch_window.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/birch_window", - "end": "minecraft:block/birch_planks" + "end": "minecraft:block/birch_planks", + "side": "create:block/palettes/birch_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/birch_window_pane_noside.json b/src/generated/resources/assets/create/models/block/birch_window_pane_noside.json index c54f5c6830..54666147ca 100644 --- a/src/generated/resources/assets/create/models/block/birch_window_pane_noside.json +++ b/src/generated/resources/assets/create/models/block/birch_window_pane_noside.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside", "textures": { - "pane": "create:block/palettes/birch_window", - "edge": "minecraft:block/birch_planks" + "edge": "minecraft:block/birch_planks", + "pane": "create:block/palettes/birch_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/birch_window_pane_noside_alt.json b/src/generated/resources/assets/create/models/block/birch_window_pane_noside_alt.json index ee9bf54128..7be63e82a9 100644 --- a/src/generated/resources/assets/create/models/block/birch_window_pane_noside_alt.json +++ b/src/generated/resources/assets/create/models/block/birch_window_pane_noside_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside_alt", "textures": { - "pane": "create:block/palettes/birch_window", - "edge": "minecraft:block/birch_planks" + "edge": "minecraft:block/birch_planks", + "pane": "create:block/palettes/birch_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/birch_window_pane_post.json b/src/generated/resources/assets/create/models/block/birch_window_pane_post.json index 0e76cc4021..1ae8ad1860 100644 --- a/src/generated/resources/assets/create/models/block/birch_window_pane_post.json +++ b/src/generated/resources/assets/create/models/block/birch_window_pane_post.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/post", "textures": { - "pane": "create:block/palettes/birch_window", - "edge": "minecraft:block/birch_planks" + "edge": "minecraft:block/birch_planks", + "pane": "create:block/palettes/birch_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/birch_window_pane_side.json b/src/generated/resources/assets/create/models/block/birch_window_pane_side.json index 2612250f8c..e9e51504d1 100644 --- a/src/generated/resources/assets/create/models/block/birch_window_pane_side.json +++ b/src/generated/resources/assets/create/models/block/birch_window_pane_side.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side", "textures": { - "pane": "create:block/palettes/birch_window", - "edge": "minecraft:block/birch_planks" + "edge": "minecraft:block/birch_planks", + "pane": "create:block/palettes/birch_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/birch_window_pane_side_alt.json b/src/generated/resources/assets/create/models/block/birch_window_pane_side_alt.json index b1eb7c1057..0b47a121cf 100644 --- a/src/generated/resources/assets/create/models/block/birch_window_pane_side_alt.json +++ b/src/generated/resources/assets/create/models/block/birch_window_pane_side_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side_alt", "textures": { - "pane": "create:block/palettes/birch_window", - "edge": "minecraft:block/birch_planks" + "edge": "minecraft:block/birch_planks", + "pane": "create:block/palettes/birch_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_belt_funnel_extended.json b/src/generated/resources/assets/create/models/block/brass_belt_funnel_extended.json index 0fce1a25af..249e33f780 100644 --- a/src/generated/resources/assets/create/models/block/brass_belt_funnel_extended.json +++ b/src/generated/resources/assets/create/models/block/brass_belt_funnel_extended.json @@ -1,13 +1,13 @@ { "parent": "create:block/belt_funnel/block_extended", "textures": { - "particle": "create:block/brass_block", "2": "create:block/brass_funnel_neutral", "2_1": "create:block/brass_funnel_push", "2_2": "create:block/brass_funnel_pull", "3": "create:block/brass_funnel_back", "5": "create:block/brass_funnel_tall", "6": "create:block/brass_funnel", - "7": "create:block/brass_funnel_plating" + "7": "create:block/brass_funnel_plating", + "particle": "create:block/brass_block" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_belt_funnel_extended_powered.json b/src/generated/resources/assets/create/models/block/brass_belt_funnel_extended_powered.json index ff664c508b..dd99976074 100644 --- a/src/generated/resources/assets/create/models/block/brass_belt_funnel_extended_powered.json +++ b/src/generated/resources/assets/create/models/block/brass_belt_funnel_extended_powered.json @@ -1,13 +1,13 @@ { "parent": "create:block/belt_funnel/block_extended", "textures": { - "particle": "create:block/brass_block", "2": "create:block/brass_funnel_neutral", "2_1": "create:block/brass_funnel_push", "2_2": "create:block/brass_funnel_pull", "3": "create:block/brass_funnel_back", "5": "create:block/brass_funnel_tall_powered", "6": "create:block/brass_funnel_powered", - "7": "create:block/brass_funnel_plating" + "7": "create:block/brass_funnel_plating", + "particle": "create:block/brass_block" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_belt_funnel_pulling.json b/src/generated/resources/assets/create/models/block/brass_belt_funnel_pulling.json index 2975e7830b..63ae995475 100644 --- a/src/generated/resources/assets/create/models/block/brass_belt_funnel_pulling.json +++ b/src/generated/resources/assets/create/models/block/brass_belt_funnel_pulling.json @@ -1,13 +1,13 @@ { "parent": "create:block/belt_funnel/block_pulling", "textures": { - "particle": "create:block/brass_block", "2": "create:block/brass_funnel_neutral", "2_1": "create:block/brass_funnel_push", "2_2": "create:block/brass_funnel_pull", "3": "create:block/brass_funnel_back", "5": "create:block/brass_funnel_tall", "6": "create:block/brass_funnel", - "7": "create:block/brass_funnel_plating" + "7": "create:block/brass_funnel_plating", + "particle": "create:block/brass_block" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_belt_funnel_pulling_powered.json b/src/generated/resources/assets/create/models/block/brass_belt_funnel_pulling_powered.json index b2afb7d4ea..0c531e3e8a 100644 --- a/src/generated/resources/assets/create/models/block/brass_belt_funnel_pulling_powered.json +++ b/src/generated/resources/assets/create/models/block/brass_belt_funnel_pulling_powered.json @@ -1,13 +1,13 @@ { "parent": "create:block/belt_funnel/block_pulling", "textures": { - "particle": "create:block/brass_block", "2": "create:block/brass_funnel_neutral", "2_1": "create:block/brass_funnel_push", "2_2": "create:block/brass_funnel_pull", "3": "create:block/brass_funnel_back", "5": "create:block/brass_funnel_tall_powered", "6": "create:block/brass_funnel_powered", - "7": "create:block/brass_funnel_plating" + "7": "create:block/brass_funnel_plating", + "particle": "create:block/brass_block" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_belt_funnel_pushing.json b/src/generated/resources/assets/create/models/block/brass_belt_funnel_pushing.json index a1130fb8e1..7f4309fdc5 100644 --- a/src/generated/resources/assets/create/models/block/brass_belt_funnel_pushing.json +++ b/src/generated/resources/assets/create/models/block/brass_belt_funnel_pushing.json @@ -1,13 +1,13 @@ { "parent": "create:block/belt_funnel/block_pushing", "textures": { - "particle": "create:block/brass_block", "2": "create:block/brass_funnel_neutral", "2_1": "create:block/brass_funnel_push", "2_2": "create:block/brass_funnel_pull", "3": "create:block/brass_funnel_back", "5": "create:block/brass_funnel_tall", "6": "create:block/brass_funnel", - "7": "create:block/brass_funnel_plating" + "7": "create:block/brass_funnel_plating", + "particle": "create:block/brass_block" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_belt_funnel_pushing_powered.json b/src/generated/resources/assets/create/models/block/brass_belt_funnel_pushing_powered.json index 99b7337752..b14faa1926 100644 --- a/src/generated/resources/assets/create/models/block/brass_belt_funnel_pushing_powered.json +++ b/src/generated/resources/assets/create/models/block/brass_belt_funnel_pushing_powered.json @@ -1,13 +1,13 @@ { "parent": "create:block/belt_funnel/block_pushing", "textures": { - "particle": "create:block/brass_block", "2": "create:block/brass_funnel_neutral", "2_1": "create:block/brass_funnel_push", "2_2": "create:block/brass_funnel_pull", "3": "create:block/brass_funnel_back", "5": "create:block/brass_funnel_tall_powered", "6": "create:block/brass_funnel_powered", - "7": "create:block/brass_funnel_plating" + "7": "create:block/brass_funnel_plating", + "particle": "create:block/brass_block" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_belt_funnel_retracted.json b/src/generated/resources/assets/create/models/block/brass_belt_funnel_retracted.json index 693ec38e69..cf6305eaad 100644 --- a/src/generated/resources/assets/create/models/block/brass_belt_funnel_retracted.json +++ b/src/generated/resources/assets/create/models/block/brass_belt_funnel_retracted.json @@ -1,13 +1,13 @@ { "parent": "create:block/belt_funnel/block_retracted", "textures": { - "particle": "create:block/brass_block", "2": "create:block/brass_funnel_neutral", "2_1": "create:block/brass_funnel_push", "2_2": "create:block/brass_funnel_pull", "3": "create:block/brass_funnel_back", "5": "create:block/brass_funnel_tall", "6": "create:block/brass_funnel", - "7": "create:block/brass_funnel_plating" + "7": "create:block/brass_funnel_plating", + "particle": "create:block/brass_block" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_belt_funnel_retracted_powered.json b/src/generated/resources/assets/create/models/block/brass_belt_funnel_retracted_powered.json index 60060dfb5a..973589265f 100644 --- a/src/generated/resources/assets/create/models/block/brass_belt_funnel_retracted_powered.json +++ b/src/generated/resources/assets/create/models/block/brass_belt_funnel_retracted_powered.json @@ -1,13 +1,13 @@ { "parent": "create:block/belt_funnel/block_retracted", "textures": { - "particle": "create:block/brass_block", "2": "create:block/brass_funnel_neutral", "2_1": "create:block/brass_funnel_push", "2_2": "create:block/brass_funnel_pull", "3": "create:block/brass_funnel_back", "5": "create:block/brass_funnel_tall_powered", "6": "create:block/brass_funnel_powered", - "7": "create:block/brass_funnel_plating" + "7": "create:block/brass_funnel_plating", + "particle": "create:block/brass_block" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_encased_cogwheel.json b/src/generated/resources/assets/create/models/block/brass_encased_cogwheel.json index ac524fa201..c44239d7a9 100644 --- a/src/generated/resources/assets/create/models/block/brass_encased_cogwheel.json +++ b/src/generated/resources/assets/create/models/block/brass_encased_cogwheel.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_cogwheel/block", "textures": { - "casing": "create:block/brass_casing", "1": "minecraft:block/stripped_dark_oak_log_top", + "casing": "create:block/brass_casing", "side": "create:block/brass_encased_cogwheel_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_encased_cogwheel_bottom.json b/src/generated/resources/assets/create/models/block/brass_encased_cogwheel_bottom.json index f539444af1..aad1288a1e 100644 --- a/src/generated/resources/assets/create/models/block/brass_encased_cogwheel_bottom.json +++ b/src/generated/resources/assets/create/models/block/brass_encased_cogwheel_bottom.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_cogwheel/block_bottom", "textures": { - "casing": "create:block/brass_casing", "1": "minecraft:block/stripped_dark_oak_log_top", + "casing": "create:block/brass_casing", "side": "create:block/brass_encased_cogwheel_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_encased_cogwheel_top.json b/src/generated/resources/assets/create/models/block/brass_encased_cogwheel_top.json index bd1e4ee971..b2666233f9 100644 --- a/src/generated/resources/assets/create/models/block/brass_encased_cogwheel_top.json +++ b/src/generated/resources/assets/create/models/block/brass_encased_cogwheel_top.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_cogwheel/block_top", "textures": { - "casing": "create:block/brass_casing", "1": "minecraft:block/stripped_dark_oak_log_top", + "casing": "create:block/brass_casing", "side": "create:block/brass_encased_cogwheel_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_encased_cogwheel_top_bottom.json b/src/generated/resources/assets/create/models/block/brass_encased_cogwheel_top_bottom.json index 4a79cf7a90..2e5efeea10 100644 --- a/src/generated/resources/assets/create/models/block/brass_encased_cogwheel_top_bottom.json +++ b/src/generated/resources/assets/create/models/block/brass_encased_cogwheel_top_bottom.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_cogwheel/block_top_bottom", "textures": { - "casing": "create:block/brass_casing", "1": "minecraft:block/stripped_dark_oak_log_top", + "casing": "create:block/brass_casing", "side": "create:block/brass_encased_cogwheel_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_encased_large_cogwheel.json b/src/generated/resources/assets/create/models/block/brass_encased_large_cogwheel.json index b3a3f5ea7a..e14c2099d2 100644 --- a/src/generated/resources/assets/create/models/block/brass_encased_large_cogwheel.json +++ b/src/generated/resources/assets/create/models/block/brass_encased_large_cogwheel.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_large_cogwheel/block", "textures": { - "casing": "create:block/brass_casing", "1": "minecraft:block/stripped_dark_oak_log_top", + "casing": "create:block/brass_casing", "side": "create:block/brass_encased_cogwheel_side_connected" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_encased_large_cogwheel_bottom.json b/src/generated/resources/assets/create/models/block/brass_encased_large_cogwheel_bottom.json index d6cf2a4644..9e2bafd6a5 100644 --- a/src/generated/resources/assets/create/models/block/brass_encased_large_cogwheel_bottom.json +++ b/src/generated/resources/assets/create/models/block/brass_encased_large_cogwheel_bottom.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_large_cogwheel/block_bottom", "textures": { - "casing": "create:block/brass_casing", "1": "minecraft:block/stripped_dark_oak_log_top", + "casing": "create:block/brass_casing", "side": "create:block/brass_encased_cogwheel_side_connected" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_encased_large_cogwheel_top.json b/src/generated/resources/assets/create/models/block/brass_encased_large_cogwheel_top.json index 0ea8439415..1bb5214e8d 100644 --- a/src/generated/resources/assets/create/models/block/brass_encased_large_cogwheel_top.json +++ b/src/generated/resources/assets/create/models/block/brass_encased_large_cogwheel_top.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_large_cogwheel/block_top", "textures": { - "casing": "create:block/brass_casing", "1": "minecraft:block/stripped_dark_oak_log_top", + "casing": "create:block/brass_casing", "side": "create:block/brass_encased_cogwheel_side_connected" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_encased_large_cogwheel_top_bottom.json b/src/generated/resources/assets/create/models/block/brass_encased_large_cogwheel_top_bottom.json index 2250120e88..e08885adb5 100644 --- a/src/generated/resources/assets/create/models/block/brass_encased_large_cogwheel_top_bottom.json +++ b/src/generated/resources/assets/create/models/block/brass_encased_large_cogwheel_top_bottom.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_large_cogwheel/block_top_bottom", "textures": { - "casing": "create:block/brass_casing", "1": "minecraft:block/stripped_dark_oak_log_top", + "casing": "create:block/brass_casing", "side": "create:block/brass_encased_cogwheel_side_connected" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_funnel_horizontal_pull.json b/src/generated/resources/assets/create/models/block/brass_funnel_horizontal_pull.json index a971472b42..2bab46d139 100644 --- a/src/generated/resources/assets/create/models/block/brass_funnel_horizontal_pull.json +++ b/src/generated/resources/assets/create/models/block/brass_funnel_horizontal_pull.json @@ -1,11 +1,11 @@ { "parent": "create:block/funnel/block_horizontal", "textures": { - "particle": "create:block/brass_casing", - "7": "create:block/brass_funnel_plating", - "5": "create:block/brass_funnel_tall", "2_2": "create:block/brass_funnel_pull", "3": "create:block/brass_funnel_back", - "6": "create:block/brass_funnel" + "5": "create:block/brass_funnel_tall", + "6": "create:block/brass_funnel", + "7": "create:block/brass_funnel_plating", + "particle": "create:block/brass_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_funnel_horizontal_pull_powered.json b/src/generated/resources/assets/create/models/block/brass_funnel_horizontal_pull_powered.json index 38c8a7e7af..5d421462db 100644 --- a/src/generated/resources/assets/create/models/block/brass_funnel_horizontal_pull_powered.json +++ b/src/generated/resources/assets/create/models/block/brass_funnel_horizontal_pull_powered.json @@ -1,11 +1,11 @@ { "parent": "create:block/funnel/block_horizontal", "textures": { - "particle": "create:block/brass_casing", - "7": "create:block/brass_funnel_plating", - "5": "create:block/brass_funnel_tall_powered", "2_2": "create:block/brass_funnel_pull", "3": "create:block/brass_funnel_back", - "6": "create:block/brass_funnel_powered" + "5": "create:block/brass_funnel_tall_powered", + "6": "create:block/brass_funnel_powered", + "7": "create:block/brass_funnel_plating", + "particle": "create:block/brass_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_funnel_horizontal_push.json b/src/generated/resources/assets/create/models/block/brass_funnel_horizontal_push.json index 85321b0318..bc9fbbf72a 100644 --- a/src/generated/resources/assets/create/models/block/brass_funnel_horizontal_push.json +++ b/src/generated/resources/assets/create/models/block/brass_funnel_horizontal_push.json @@ -1,11 +1,11 @@ { "parent": "create:block/funnel/block_horizontal", "textures": { - "particle": "create:block/brass_casing", - "7": "create:block/brass_funnel_plating", - "5": "create:block/brass_funnel_tall", "2_2": "create:block/brass_funnel_push", "3": "create:block/brass_funnel_back", - "6": "create:block/brass_funnel" + "5": "create:block/brass_funnel_tall", + "6": "create:block/brass_funnel", + "7": "create:block/brass_funnel_plating", + "particle": "create:block/brass_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_funnel_horizontal_push_powered.json b/src/generated/resources/assets/create/models/block/brass_funnel_horizontal_push_powered.json index 83a796536d..03ba11b365 100644 --- a/src/generated/resources/assets/create/models/block/brass_funnel_horizontal_push_powered.json +++ b/src/generated/resources/assets/create/models/block/brass_funnel_horizontal_push_powered.json @@ -1,11 +1,11 @@ { "parent": "create:block/funnel/block_horizontal", "textures": { - "particle": "create:block/brass_casing", - "7": "create:block/brass_funnel_plating", - "5": "create:block/brass_funnel_tall_powered", "2_2": "create:block/brass_funnel_push", "3": "create:block/brass_funnel_back", - "6": "create:block/brass_funnel_powered" + "5": "create:block/brass_funnel_tall_powered", + "6": "create:block/brass_funnel_powered", + "7": "create:block/brass_funnel_plating", + "particle": "create:block/brass_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_funnel_vertical_pull.json b/src/generated/resources/assets/create/models/block/brass_funnel_vertical_pull.json index d2a1c61598..491cc736f2 100644 --- a/src/generated/resources/assets/create/models/block/brass_funnel_vertical_pull.json +++ b/src/generated/resources/assets/create/models/block/brass_funnel_vertical_pull.json @@ -1,13 +1,13 @@ { "parent": "create:block/funnel/block_vertical", "textures": { - "particle": "create:block/brass_casing", - "7": "create:block/brass_funnel_plating", - "5": "create:block/brass_funnel_tall", + "10": "create:block/funnel_open", "2_2": "create:block/brass_funnel_pull", "3": "create:block/brass_funnel_back", + "5": "create:block/brass_funnel_tall", + "7": "create:block/brass_funnel_plating", "8": "create:block/brass_casing", "9": "create:block/brass_funnel_slope", - "10": "create:block/funnel_open" + "particle": "create:block/brass_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_funnel_vertical_pull_powered.json b/src/generated/resources/assets/create/models/block/brass_funnel_vertical_pull_powered.json index e319cf39d9..6d83aa24db 100644 --- a/src/generated/resources/assets/create/models/block/brass_funnel_vertical_pull_powered.json +++ b/src/generated/resources/assets/create/models/block/brass_funnel_vertical_pull_powered.json @@ -1,13 +1,13 @@ { "parent": "create:block/funnel/block_vertical", "textures": { - "particle": "create:block/brass_casing", - "7": "create:block/brass_funnel_plating", - "5": "create:block/brass_funnel_tall_powered", + "10": "create:block/funnel_closed", "2_2": "create:block/brass_funnel_pull", "3": "create:block/brass_funnel_back", + "5": "create:block/brass_funnel_tall_powered", + "7": "create:block/brass_funnel_plating", "8": "create:block/brass_casing", "9": "create:block/brass_funnel_slope", - "10": "create:block/funnel_closed" + "particle": "create:block/brass_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_funnel_vertical_push.json b/src/generated/resources/assets/create/models/block/brass_funnel_vertical_push.json index f95cdf3915..5dfa13376d 100644 --- a/src/generated/resources/assets/create/models/block/brass_funnel_vertical_push.json +++ b/src/generated/resources/assets/create/models/block/brass_funnel_vertical_push.json @@ -1,13 +1,13 @@ { "parent": "create:block/funnel/block_vertical", "textures": { - "particle": "create:block/brass_casing", - "7": "create:block/brass_funnel_plating", - "5": "create:block/brass_funnel_tall", + "10": "create:block/funnel_open", "2_2": "create:block/brass_funnel_push", "3": "create:block/brass_funnel_back", + "5": "create:block/brass_funnel_tall", + "7": "create:block/brass_funnel_plating", "8": "create:block/brass_casing", "9": "create:block/brass_funnel_slope", - "10": "create:block/funnel_open" + "particle": "create:block/brass_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/brass_funnel_vertical_push_powered.json b/src/generated/resources/assets/create/models/block/brass_funnel_vertical_push_powered.json index 45ac7f48fa..760dfa133a 100644 --- a/src/generated/resources/assets/create/models/block/brass_funnel_vertical_push_powered.json +++ b/src/generated/resources/assets/create/models/block/brass_funnel_vertical_push_powered.json @@ -1,13 +1,13 @@ { "parent": "create:block/funnel/block_vertical", "textures": { - "particle": "create:block/brass_casing", - "7": "create:block/brass_funnel_plating", - "5": "create:block/brass_funnel_tall_powered", + "10": "create:block/funnel_closed", "2_2": "create:block/brass_funnel_push", "3": "create:block/brass_funnel_back", + "5": "create:block/brass_funnel_tall_powered", + "7": "create:block/brass_funnel_plating", "8": "create:block/brass_casing", "9": "create:block/brass_funnel_slope", - "10": "create:block/funnel_closed" + "particle": "create:block/brass_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/calcite_pillar.json b/src/generated/resources/assets/create/models/block/calcite_pillar.json index 96ec171406..6197b0e51e 100644 --- a/src/generated/resources/assets/create/models/block/calcite_pillar.json +++ b/src/generated/resources/assets/create/models/block/calcite_pillar.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/pillar/calcite_cut_pillar", - "end": "create:block/palettes/stone_types/cap/calcite_cut_cap" + "end": "create:block/palettes/stone_types/cap/calcite_cut_cap", + "side": "create:block/palettes/stone_types/pillar/calcite_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/calcite_pillar_horizontal.json b/src/generated/resources/assets/create/models/block/calcite_pillar_horizontal.json index c71672c4eb..1ea7271e60 100644 --- a/src/generated/resources/assets/create/models/block/calcite_pillar_horizontal.json +++ b/src/generated/resources/assets/create/models/block/calcite_pillar_horizontal.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column_horizontal", "textures": { - "side": "create:block/palettes/stone_types/pillar/calcite_cut_pillar", - "end": "create:block/palettes/stone_types/cap/calcite_cut_cap" + "end": "create:block/palettes/stone_types/cap/calcite_cut_cap", + "side": "create:block/palettes/stone_types/pillar/calcite_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/clockwork_bearing.json b/src/generated/resources/assets/create/models/block/clockwork_bearing.json index 918f089a7c..0f7ef945f2 100644 --- a/src/generated/resources/assets/create/models/block/clockwork_bearing.json +++ b/src/generated/resources/assets/create/models/block/clockwork_bearing.json @@ -1,8 +1,8 @@ { "parent": "create:block/bearing/block", "textures": { - "side": "create:block/clockwork_bearing_side", + "back": "create:block/brass_gearbox", "nook": "create:block/brass_casing", - "back": "create:block/brass_gearbox" + "side": "create:block/clockwork_bearing_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/copper_shingle_slab.json b/src/generated/resources/assets/create/models/block/copper_shingle_slab.json index b526bdaa32..491f0e5e05 100644 --- a/src/generated/resources/assets/create/models/block/copper_shingle_slab.json +++ b/src/generated/resources/assets/create/models/block/copper_shingle_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/copper/copper_shingles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_shingles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/copper_shingle_slab_top.json b/src/generated/resources/assets/create/models/block/copper_shingle_slab_top.json index 54ba174a9b..56f968d6e9 100644 --- a/src/generated/resources/assets/create/models/block/copper_shingle_slab_top.json +++ b/src/generated/resources/assets/create/models/block/copper_shingle_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/copper/copper_shingles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_shingles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/copper_shingle_stairs.json b/src/generated/resources/assets/create/models/block/copper_shingle_stairs.json index f7d8a76a90..5a4a518407 100644 --- a/src/generated/resources/assets/create/models/block/copper_shingle_stairs.json +++ b/src/generated/resources/assets/create/models/block/copper_shingle_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/copper/copper_shingles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_shingles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/copper_shingle_stairs_inner.json b/src/generated/resources/assets/create/models/block/copper_shingle_stairs_inner.json index f701f97e13..97d3b8c842 100644 --- a/src/generated/resources/assets/create/models/block/copper_shingle_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/copper_shingle_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/copper/copper_shingles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_shingles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/copper_shingle_stairs_outer.json b/src/generated/resources/assets/create/models/block/copper_shingle_stairs_outer.json index 2064c25ceb..03f8a83655 100644 --- a/src/generated/resources/assets/create/models/block/copper_shingle_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/copper_shingle_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/copper/copper_shingles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_shingles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/copper_shingles.json b/src/generated/resources/assets/create/models/block/copper_shingles.json index 009f73092a..24b14f1f2c 100644 --- a/src/generated/resources/assets/create/models/block/copper_shingles.json +++ b/src/generated/resources/assets/create/models/block/copper_shingles.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/copper/copper_shingles", - "end": "create:block/copper/copper_roof_top" + "end": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_shingles" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/copper_tile_slab.json b/src/generated/resources/assets/create/models/block/copper_tile_slab.json index 1aa15c7d9f..b8ec8c2f32 100644 --- a/src/generated/resources/assets/create/models/block/copper_tile_slab.json +++ b/src/generated/resources/assets/create/models/block/copper_tile_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/copper/copper_tiles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_tiles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/copper_tile_slab_top.json b/src/generated/resources/assets/create/models/block/copper_tile_slab_top.json index 407cdce8e5..f371e44739 100644 --- a/src/generated/resources/assets/create/models/block/copper_tile_slab_top.json +++ b/src/generated/resources/assets/create/models/block/copper_tile_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/copper/copper_tiles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_tiles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/copper_tile_stairs.json b/src/generated/resources/assets/create/models/block/copper_tile_stairs.json index 0453b41385..4de00fda72 100644 --- a/src/generated/resources/assets/create/models/block/copper_tile_stairs.json +++ b/src/generated/resources/assets/create/models/block/copper_tile_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/copper/copper_tiles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_tiles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/copper_tile_stairs_inner.json b/src/generated/resources/assets/create/models/block/copper_tile_stairs_inner.json index 6118cb4155..dbea5ed70d 100644 --- a/src/generated/resources/assets/create/models/block/copper_tile_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/copper_tile_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/copper/copper_tiles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_tiles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/copper_tile_stairs_outer.json b/src/generated/resources/assets/create/models/block/copper_tile_stairs_outer.json index 59f8ad4a0f..c97dcee055 100644 --- a/src/generated/resources/assets/create/models/block/copper_tile_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/copper_tile_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/copper/copper_tiles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_tiles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/copper_tiles.json b/src/generated/resources/assets/create/models/block/copper_tiles.json index 835d6eb0e6..0af35e2d3d 100644 --- a/src/generated/resources/assets/create/models/block/copper_tiles.json +++ b/src/generated/resources/assets/create/models/block/copper_tiles.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/copper/copper_tiles", - "end": "create:block/copper/copper_roof_top" + "end": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_tiles" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/crate/creative/bottom.json b/src/generated/resources/assets/create/models/block/crate/creative/bottom.json index 15f1b28f57..b28196f147 100644 --- a/src/generated/resources/assets/create/models/block/crate/creative/bottom.json +++ b/src/generated/resources/assets/create/models/block/crate/creative/bottom.json @@ -1,8 +1,8 @@ { "parent": "create:block/crate/bottom", "textures": { + "casing": "create:block/creative_casing", "crate": "create:block/crate_creative", - "side": "create:block/crate_creative_side", - "casing": "create:block/creative_casing" + "side": "create:block/crate_creative_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/crate/creative/left.json b/src/generated/resources/assets/create/models/block/crate/creative/left.json index 5e007e01e7..58bfff5358 100644 --- a/src/generated/resources/assets/create/models/block/crate/creative/left.json +++ b/src/generated/resources/assets/create/models/block/crate/creative/left.json @@ -1,8 +1,8 @@ { "parent": "create:block/crate/left", "textures": { + "casing": "create:block/creative_casing", "crate": "create:block/crate_creative", - "side": "create:block/crate_creative_side", - "casing": "create:block/creative_casing" + "side": "create:block/crate_creative_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/crate/creative/right.json b/src/generated/resources/assets/create/models/block/crate/creative/right.json index 39700ec5aa..3bd9d87f7e 100644 --- a/src/generated/resources/assets/create/models/block/crate/creative/right.json +++ b/src/generated/resources/assets/create/models/block/crate/creative/right.json @@ -1,8 +1,8 @@ { "parent": "create:block/crate/right", "textures": { + "casing": "create:block/creative_casing", "crate": "create:block/crate_creative", - "side": "create:block/crate_creative_side", - "casing": "create:block/creative_casing" + "side": "create:block/crate_creative_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/crate/creative/single.json b/src/generated/resources/assets/create/models/block/crate/creative/single.json index c0d8d8a20b..485cbae791 100644 --- a/src/generated/resources/assets/create/models/block/crate/creative/single.json +++ b/src/generated/resources/assets/create/models/block/crate/creative/single.json @@ -1,8 +1,8 @@ { "parent": "create:block/crate/single", "textures": { + "casing": "create:block/creative_casing", "crate": "create:block/crate_creative", - "side": "create:block/crate_creative_side", - "casing": "create:block/creative_casing" + "side": "create:block/crate_creative_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/crate/creative/top.json b/src/generated/resources/assets/create/models/block/crate/creative/top.json index 1529b7f370..cea7b3b9c9 100644 --- a/src/generated/resources/assets/create/models/block/crate/creative/top.json +++ b/src/generated/resources/assets/create/models/block/crate/creative/top.json @@ -1,8 +1,8 @@ { "parent": "create:block/crate/top", "textures": { + "casing": "create:block/creative_casing", "crate": "create:block/crate_creative", - "side": "create:block/crate_creative_side", - "casing": "create:block/creative_casing" + "side": "create:block/crate_creative_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/crimsite_pillar.json b/src/generated/resources/assets/create/models/block/crimsite_pillar.json index e46760f363..7375873063 100644 --- a/src/generated/resources/assets/create/models/block/crimsite_pillar.json +++ b/src/generated/resources/assets/create/models/block/crimsite_pillar.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/pillar/crimsite_cut_pillar", - "end": "create:block/palettes/stone_types/cap/crimsite_cut_cap" + "end": "create:block/palettes/stone_types/cap/crimsite_cut_cap", + "side": "create:block/palettes/stone_types/pillar/crimsite_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/crimsite_pillar_horizontal.json b/src/generated/resources/assets/create/models/block/crimsite_pillar_horizontal.json index 548556e015..9633c0bae4 100644 --- a/src/generated/resources/assets/create/models/block/crimsite_pillar_horizontal.json +++ b/src/generated/resources/assets/create/models/block/crimsite_pillar_horizontal.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column_horizontal", "textures": { - "side": "create:block/palettes/stone_types/pillar/crimsite_cut_pillar", - "end": "create:block/palettes/stone_types/cap/crimsite_cut_cap" + "end": "create:block/palettes/stone_types/cap/crimsite_cut_cap", + "side": "create:block/palettes/stone_types/pillar/crimsite_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/crimson_window.json b/src/generated/resources/assets/create/models/block/crimson_window.json index f240fb6f97..066ed33a20 100644 --- a/src/generated/resources/assets/create/models/block/crimson_window.json +++ b/src/generated/resources/assets/create/models/block/crimson_window.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/crimson_window", - "end": "minecraft:block/crimson_planks" + "end": "minecraft:block/crimson_planks", + "side": "create:block/palettes/crimson_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/crimson_window_pane_noside.json b/src/generated/resources/assets/create/models/block/crimson_window_pane_noside.json index 9d674fc5a3..b8589129f2 100644 --- a/src/generated/resources/assets/create/models/block/crimson_window_pane_noside.json +++ b/src/generated/resources/assets/create/models/block/crimson_window_pane_noside.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside", "textures": { - "pane": "create:block/palettes/crimson_window", - "edge": "minecraft:block/crimson_planks" + "edge": "minecraft:block/crimson_planks", + "pane": "create:block/palettes/crimson_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/crimson_window_pane_noside_alt.json b/src/generated/resources/assets/create/models/block/crimson_window_pane_noside_alt.json index cf7ff996b5..ea40bb1de9 100644 --- a/src/generated/resources/assets/create/models/block/crimson_window_pane_noside_alt.json +++ b/src/generated/resources/assets/create/models/block/crimson_window_pane_noside_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside_alt", "textures": { - "pane": "create:block/palettes/crimson_window", - "edge": "minecraft:block/crimson_planks" + "edge": "minecraft:block/crimson_planks", + "pane": "create:block/palettes/crimson_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/crimson_window_pane_post.json b/src/generated/resources/assets/create/models/block/crimson_window_pane_post.json index 07d86e211d..8b50e5d116 100644 --- a/src/generated/resources/assets/create/models/block/crimson_window_pane_post.json +++ b/src/generated/resources/assets/create/models/block/crimson_window_pane_post.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/post", "textures": { - "pane": "create:block/palettes/crimson_window", - "edge": "minecraft:block/crimson_planks" + "edge": "minecraft:block/crimson_planks", + "pane": "create:block/palettes/crimson_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/crimson_window_pane_side.json b/src/generated/resources/assets/create/models/block/crimson_window_pane_side.json index 9cb062af8e..952f2c6faf 100644 --- a/src/generated/resources/assets/create/models/block/crimson_window_pane_side.json +++ b/src/generated/resources/assets/create/models/block/crimson_window_pane_side.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side", "textures": { - "pane": "create:block/palettes/crimson_window", - "edge": "minecraft:block/crimson_planks" + "edge": "minecraft:block/crimson_planks", + "pane": "create:block/palettes/crimson_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/crimson_window_pane_side_alt.json b/src/generated/resources/assets/create/models/block/crimson_window_pane_side_alt.json index 023d94c848..cfb2346baa 100644 --- a/src/generated/resources/assets/create/models/block/crimson_window_pane_side_alt.json +++ b/src/generated/resources/assets/create/models/block/crimson_window_pane_side_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side_alt", "textures": { - "pane": "create:block/palettes/crimson_window", - "edge": "minecraft:block/crimson_planks" + "edge": "minecraft:block/crimson_planks", + "pane": "create:block/palettes/crimson_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_andesite_brick_slab.json b/src/generated/resources/assets/create/models/block/cut_andesite_brick_slab.json index f1f59d92ab..3e5d1abfaf 100644 --- a/src/generated/resources/assets/create/models/block/cut_andesite_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_andesite_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/brick/andesite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/andesite_cut_brick", + "side": "create:block/palettes/stone_types/brick/andesite_cut_brick", "top": "create:block/palettes/stone_types/brick/andesite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_andesite_brick_slab_top.json b/src/generated/resources/assets/create/models/block/cut_andesite_brick_slab_top.json index 3816fa4cf8..0954fef7d5 100644 --- a/src/generated/resources/assets/create/models/block/cut_andesite_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_andesite_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/brick/andesite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/andesite_cut_brick", + "side": "create:block/palettes/stone_types/brick/andesite_cut_brick", "top": "create:block/palettes/stone_types/brick/andesite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_andesite_brick_stairs.json b/src/generated/resources/assets/create/models/block/cut_andesite_brick_stairs.json index 93a433b286..b3149d59f8 100644 --- a/src/generated/resources/assets/create/models/block/cut_andesite_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_andesite_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/andesite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/andesite_cut_brick", + "side": "create:block/palettes/stone_types/brick/andesite_cut_brick", "top": "create:block/palettes/stone_types/brick/andesite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_andesite_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_andesite_brick_stairs_inner.json index fba5ee82af..5affe53a0e 100644 --- a/src/generated/resources/assets/create/models/block/cut_andesite_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_andesite_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/andesite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/andesite_cut_brick", + "side": "create:block/palettes/stone_types/brick/andesite_cut_brick", "top": "create:block/palettes/stone_types/brick/andesite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_andesite_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_andesite_brick_stairs_outer.json index fa22773711..d2a6a11b5e 100644 --- a/src/generated/resources/assets/create/models/block/cut_andesite_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_andesite_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/andesite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/andesite_cut_brick", + "side": "create:block/palettes/stone_types/brick/andesite_cut_brick", "top": "create:block/palettes/stone_types/brick/andesite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_andesite_slab.json b/src/generated/resources/assets/create/models/block/cut_andesite_slab.json index 3b89d8c09a..eeffb813b0 100644 --- a/src/generated/resources/assets/create/models/block/cut_andesite_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_andesite_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/cut/andesite_cut", "bottom": "create:block/palettes/stone_types/cut/andesite_cut", + "side": "create:block/palettes/stone_types/cut/andesite_cut", "top": "create:block/palettes/stone_types/cut/andesite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_andesite_slab_top.json b/src/generated/resources/assets/create/models/block/cut_andesite_slab_top.json index 71c0786222..0fa1b5627a 100644 --- a/src/generated/resources/assets/create/models/block/cut_andesite_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_andesite_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/cut/andesite_cut", "bottom": "create:block/palettes/stone_types/cut/andesite_cut", + "side": "create:block/palettes/stone_types/cut/andesite_cut", "top": "create:block/palettes/stone_types/cut/andesite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_andesite_stairs.json b/src/generated/resources/assets/create/models/block/cut_andesite_stairs.json index 41ada9bc97..46b4b9c071 100644 --- a/src/generated/resources/assets/create/models/block/cut_andesite_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_andesite_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/andesite_cut", "bottom": "create:block/palettes/stone_types/cut/andesite_cut", + "side": "create:block/palettes/stone_types/cut/andesite_cut", "top": "create:block/palettes/stone_types/cut/andesite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_andesite_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_andesite_stairs_inner.json index ea29b9cb5e..872376461b 100644 --- a/src/generated/resources/assets/create/models/block/cut_andesite_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_andesite_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/andesite_cut", "bottom": "create:block/palettes/stone_types/cut/andesite_cut", + "side": "create:block/palettes/stone_types/cut/andesite_cut", "top": "create:block/palettes/stone_types/cut/andesite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_andesite_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_andesite_stairs_outer.json index 636b4acd78..3b979c2813 100644 --- a/src/generated/resources/assets/create/models/block/cut_andesite_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_andesite_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/andesite_cut", "bottom": "create:block/palettes/stone_types/cut/andesite_cut", + "side": "create:block/palettes/stone_types/cut/andesite_cut", "top": "create:block/palettes/stone_types/cut/andesite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_asurine_brick_slab.json b/src/generated/resources/assets/create/models/block/cut_asurine_brick_slab.json index df5619ef5e..d407617a95 100644 --- a/src/generated/resources/assets/create/models/block/cut_asurine_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_asurine_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/brick/asurine_cut_brick", "bottom": "create:block/palettes/stone_types/brick/asurine_cut_brick", + "side": "create:block/palettes/stone_types/brick/asurine_cut_brick", "top": "create:block/palettes/stone_types/brick/asurine_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_asurine_brick_slab_top.json b/src/generated/resources/assets/create/models/block/cut_asurine_brick_slab_top.json index 45a08e08da..344a55f47e 100644 --- a/src/generated/resources/assets/create/models/block/cut_asurine_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_asurine_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/brick/asurine_cut_brick", "bottom": "create:block/palettes/stone_types/brick/asurine_cut_brick", + "side": "create:block/palettes/stone_types/brick/asurine_cut_brick", "top": "create:block/palettes/stone_types/brick/asurine_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_asurine_brick_stairs.json b/src/generated/resources/assets/create/models/block/cut_asurine_brick_stairs.json index a8cd2906b2..45c25fb5ce 100644 --- a/src/generated/resources/assets/create/models/block/cut_asurine_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_asurine_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/asurine_cut_brick", "bottom": "create:block/palettes/stone_types/brick/asurine_cut_brick", + "side": "create:block/palettes/stone_types/brick/asurine_cut_brick", "top": "create:block/palettes/stone_types/brick/asurine_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_asurine_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_asurine_brick_stairs_inner.json index 0a75ccf869..93e5f48222 100644 --- a/src/generated/resources/assets/create/models/block/cut_asurine_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_asurine_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/asurine_cut_brick", "bottom": "create:block/palettes/stone_types/brick/asurine_cut_brick", + "side": "create:block/palettes/stone_types/brick/asurine_cut_brick", "top": "create:block/palettes/stone_types/brick/asurine_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_asurine_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_asurine_brick_stairs_outer.json index 59250c88aa..a130c8b4e8 100644 --- a/src/generated/resources/assets/create/models/block/cut_asurine_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_asurine_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/asurine_cut_brick", "bottom": "create:block/palettes/stone_types/brick/asurine_cut_brick", + "side": "create:block/palettes/stone_types/brick/asurine_cut_brick", "top": "create:block/palettes/stone_types/brick/asurine_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_asurine_slab.json b/src/generated/resources/assets/create/models/block/cut_asurine_slab.json index 05c50eeb80..78623da57d 100644 --- a/src/generated/resources/assets/create/models/block/cut_asurine_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_asurine_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/cut/asurine_cut", "bottom": "create:block/palettes/stone_types/cut/asurine_cut", + "side": "create:block/palettes/stone_types/cut/asurine_cut", "top": "create:block/palettes/stone_types/cut/asurine_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_asurine_slab_top.json b/src/generated/resources/assets/create/models/block/cut_asurine_slab_top.json index 2844b7d872..73dc4dd5b8 100644 --- a/src/generated/resources/assets/create/models/block/cut_asurine_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_asurine_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/cut/asurine_cut", "bottom": "create:block/palettes/stone_types/cut/asurine_cut", + "side": "create:block/palettes/stone_types/cut/asurine_cut", "top": "create:block/palettes/stone_types/cut/asurine_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_asurine_stairs.json b/src/generated/resources/assets/create/models/block/cut_asurine_stairs.json index 030a7eecb0..6b266098d7 100644 --- a/src/generated/resources/assets/create/models/block/cut_asurine_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_asurine_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/asurine_cut", "bottom": "create:block/palettes/stone_types/cut/asurine_cut", + "side": "create:block/palettes/stone_types/cut/asurine_cut", "top": "create:block/palettes/stone_types/cut/asurine_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_asurine_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_asurine_stairs_inner.json index f6032ae171..f8b2f6b079 100644 --- a/src/generated/resources/assets/create/models/block/cut_asurine_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_asurine_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/asurine_cut", "bottom": "create:block/palettes/stone_types/cut/asurine_cut", + "side": "create:block/palettes/stone_types/cut/asurine_cut", "top": "create:block/palettes/stone_types/cut/asurine_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_asurine_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_asurine_stairs_outer.json index 048d29bb88..58c34ae819 100644 --- a/src/generated/resources/assets/create/models/block/cut_asurine_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_asurine_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/asurine_cut", "bottom": "create:block/palettes/stone_types/cut/asurine_cut", + "side": "create:block/palettes/stone_types/cut/asurine_cut", "top": "create:block/palettes/stone_types/cut/asurine_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_calcite_brick_slab.json b/src/generated/resources/assets/create/models/block/cut_calcite_brick_slab.json index 8e9eadd081..3357025329 100644 --- a/src/generated/resources/assets/create/models/block/cut_calcite_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_calcite_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/brick/calcite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/calcite_cut_brick", + "side": "create:block/palettes/stone_types/brick/calcite_cut_brick", "top": "create:block/palettes/stone_types/brick/calcite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_calcite_brick_slab_top.json b/src/generated/resources/assets/create/models/block/cut_calcite_brick_slab_top.json index f899346fb2..9e9172166c 100644 --- a/src/generated/resources/assets/create/models/block/cut_calcite_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_calcite_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/brick/calcite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/calcite_cut_brick", + "side": "create:block/palettes/stone_types/brick/calcite_cut_brick", "top": "create:block/palettes/stone_types/brick/calcite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_calcite_brick_stairs.json b/src/generated/resources/assets/create/models/block/cut_calcite_brick_stairs.json index 5c964273ae..b13c890751 100644 --- a/src/generated/resources/assets/create/models/block/cut_calcite_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_calcite_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/calcite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/calcite_cut_brick", + "side": "create:block/palettes/stone_types/brick/calcite_cut_brick", "top": "create:block/palettes/stone_types/brick/calcite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_calcite_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_calcite_brick_stairs_inner.json index d0c4f1cf7c..aaaaaa28f5 100644 --- a/src/generated/resources/assets/create/models/block/cut_calcite_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_calcite_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/calcite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/calcite_cut_brick", + "side": "create:block/palettes/stone_types/brick/calcite_cut_brick", "top": "create:block/palettes/stone_types/brick/calcite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_calcite_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_calcite_brick_stairs_outer.json index 24142d712a..6f8751a757 100644 --- a/src/generated/resources/assets/create/models/block/cut_calcite_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_calcite_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/calcite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/calcite_cut_brick", + "side": "create:block/palettes/stone_types/brick/calcite_cut_brick", "top": "create:block/palettes/stone_types/brick/calcite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_calcite_slab.json b/src/generated/resources/assets/create/models/block/cut_calcite_slab.json index bb96217b2c..4d3eaba776 100644 --- a/src/generated/resources/assets/create/models/block/cut_calcite_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_calcite_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/cut/calcite_cut", "bottom": "create:block/palettes/stone_types/cut/calcite_cut", + "side": "create:block/palettes/stone_types/cut/calcite_cut", "top": "create:block/palettes/stone_types/cut/calcite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_calcite_slab_top.json b/src/generated/resources/assets/create/models/block/cut_calcite_slab_top.json index 72b1ec650b..0c9cdcdc19 100644 --- a/src/generated/resources/assets/create/models/block/cut_calcite_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_calcite_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/cut/calcite_cut", "bottom": "create:block/palettes/stone_types/cut/calcite_cut", + "side": "create:block/palettes/stone_types/cut/calcite_cut", "top": "create:block/palettes/stone_types/cut/calcite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_calcite_stairs.json b/src/generated/resources/assets/create/models/block/cut_calcite_stairs.json index 1a0bfa4f6d..bf95386a38 100644 --- a/src/generated/resources/assets/create/models/block/cut_calcite_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_calcite_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/calcite_cut", "bottom": "create:block/palettes/stone_types/cut/calcite_cut", + "side": "create:block/palettes/stone_types/cut/calcite_cut", "top": "create:block/palettes/stone_types/cut/calcite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_calcite_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_calcite_stairs_inner.json index 4d17355a32..e950a2a3ff 100644 --- a/src/generated/resources/assets/create/models/block/cut_calcite_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_calcite_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/calcite_cut", "bottom": "create:block/palettes/stone_types/cut/calcite_cut", + "side": "create:block/palettes/stone_types/cut/calcite_cut", "top": "create:block/palettes/stone_types/cut/calcite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_calcite_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_calcite_stairs_outer.json index 5cffd6991e..0e6c93a8a9 100644 --- a/src/generated/resources/assets/create/models/block/cut_calcite_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_calcite_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/calcite_cut", "bottom": "create:block/palettes/stone_types/cut/calcite_cut", + "side": "create:block/palettes/stone_types/cut/calcite_cut", "top": "create:block/palettes/stone_types/cut/calcite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_crimsite_brick_slab.json b/src/generated/resources/assets/create/models/block/cut_crimsite_brick_slab.json index 4303cb1ff8..cc0386e342 100644 --- a/src/generated/resources/assets/create/models/block/cut_crimsite_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_crimsite_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/brick/crimsite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/crimsite_cut_brick", + "side": "create:block/palettes/stone_types/brick/crimsite_cut_brick", "top": "create:block/palettes/stone_types/brick/crimsite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_crimsite_brick_slab_top.json b/src/generated/resources/assets/create/models/block/cut_crimsite_brick_slab_top.json index 0a253bcc95..febed5258e 100644 --- a/src/generated/resources/assets/create/models/block/cut_crimsite_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_crimsite_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/brick/crimsite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/crimsite_cut_brick", + "side": "create:block/palettes/stone_types/brick/crimsite_cut_brick", "top": "create:block/palettes/stone_types/brick/crimsite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_crimsite_brick_stairs.json b/src/generated/resources/assets/create/models/block/cut_crimsite_brick_stairs.json index ae3c99f326..e67c2dd703 100644 --- a/src/generated/resources/assets/create/models/block/cut_crimsite_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_crimsite_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/crimsite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/crimsite_cut_brick", + "side": "create:block/palettes/stone_types/brick/crimsite_cut_brick", "top": "create:block/palettes/stone_types/brick/crimsite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_crimsite_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_crimsite_brick_stairs_inner.json index 00c9b20bdf..1f9bd5c30d 100644 --- a/src/generated/resources/assets/create/models/block/cut_crimsite_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_crimsite_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/crimsite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/crimsite_cut_brick", + "side": "create:block/palettes/stone_types/brick/crimsite_cut_brick", "top": "create:block/palettes/stone_types/brick/crimsite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_crimsite_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_crimsite_brick_stairs_outer.json index f45db76375..0eb7f3642b 100644 --- a/src/generated/resources/assets/create/models/block/cut_crimsite_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_crimsite_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/crimsite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/crimsite_cut_brick", + "side": "create:block/palettes/stone_types/brick/crimsite_cut_brick", "top": "create:block/palettes/stone_types/brick/crimsite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_crimsite_slab.json b/src/generated/resources/assets/create/models/block/cut_crimsite_slab.json index f410498007..175846314a 100644 --- a/src/generated/resources/assets/create/models/block/cut_crimsite_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_crimsite_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/cut/crimsite_cut", "bottom": "create:block/palettes/stone_types/cut/crimsite_cut", + "side": "create:block/palettes/stone_types/cut/crimsite_cut", "top": "create:block/palettes/stone_types/cut/crimsite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_crimsite_slab_top.json b/src/generated/resources/assets/create/models/block/cut_crimsite_slab_top.json index f2102efd37..a53bec4fcc 100644 --- a/src/generated/resources/assets/create/models/block/cut_crimsite_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_crimsite_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/cut/crimsite_cut", "bottom": "create:block/palettes/stone_types/cut/crimsite_cut", + "side": "create:block/palettes/stone_types/cut/crimsite_cut", "top": "create:block/palettes/stone_types/cut/crimsite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_crimsite_stairs.json b/src/generated/resources/assets/create/models/block/cut_crimsite_stairs.json index 6af58e3e85..05f08a2403 100644 --- a/src/generated/resources/assets/create/models/block/cut_crimsite_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_crimsite_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/crimsite_cut", "bottom": "create:block/palettes/stone_types/cut/crimsite_cut", + "side": "create:block/palettes/stone_types/cut/crimsite_cut", "top": "create:block/palettes/stone_types/cut/crimsite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_crimsite_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_crimsite_stairs_inner.json index 365489ea84..13b6720c19 100644 --- a/src/generated/resources/assets/create/models/block/cut_crimsite_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_crimsite_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/crimsite_cut", "bottom": "create:block/palettes/stone_types/cut/crimsite_cut", + "side": "create:block/palettes/stone_types/cut/crimsite_cut", "top": "create:block/palettes/stone_types/cut/crimsite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_crimsite_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_crimsite_stairs_outer.json index fcadfa80a0..38d368cc0f 100644 --- a/src/generated/resources/assets/create/models/block/cut_crimsite_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_crimsite_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/crimsite_cut", "bottom": "create:block/palettes/stone_types/cut/crimsite_cut", + "side": "create:block/palettes/stone_types/cut/crimsite_cut", "top": "create:block/palettes/stone_types/cut/crimsite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_deepslate_brick_slab.json b/src/generated/resources/assets/create/models/block/cut_deepslate_brick_slab.json index aafab429a6..df9946fdba 100644 --- a/src/generated/resources/assets/create/models/block/cut_deepslate_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_deepslate_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/brick/deepslate_cut_brick", "bottom": "create:block/palettes/stone_types/brick/deepslate_cut_brick", + "side": "create:block/palettes/stone_types/brick/deepslate_cut_brick", "top": "create:block/palettes/stone_types/brick/deepslate_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_deepslate_brick_slab_top.json b/src/generated/resources/assets/create/models/block/cut_deepslate_brick_slab_top.json index fc4319602d..01d0c16970 100644 --- a/src/generated/resources/assets/create/models/block/cut_deepslate_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_deepslate_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/brick/deepslate_cut_brick", "bottom": "create:block/palettes/stone_types/brick/deepslate_cut_brick", + "side": "create:block/palettes/stone_types/brick/deepslate_cut_brick", "top": "create:block/palettes/stone_types/brick/deepslate_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_deepslate_brick_stairs.json b/src/generated/resources/assets/create/models/block/cut_deepslate_brick_stairs.json index 60c45db338..895f723cf0 100644 --- a/src/generated/resources/assets/create/models/block/cut_deepslate_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_deepslate_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/deepslate_cut_brick", "bottom": "create:block/palettes/stone_types/brick/deepslate_cut_brick", + "side": "create:block/palettes/stone_types/brick/deepslate_cut_brick", "top": "create:block/palettes/stone_types/brick/deepslate_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_deepslate_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_deepslate_brick_stairs_inner.json index 1c4cc9cb97..5df5810740 100644 --- a/src/generated/resources/assets/create/models/block/cut_deepslate_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_deepslate_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/deepslate_cut_brick", "bottom": "create:block/palettes/stone_types/brick/deepslate_cut_brick", + "side": "create:block/palettes/stone_types/brick/deepslate_cut_brick", "top": "create:block/palettes/stone_types/brick/deepslate_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_deepslate_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_deepslate_brick_stairs_outer.json index dd40fe12a6..d674f5cde8 100644 --- a/src/generated/resources/assets/create/models/block/cut_deepslate_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_deepslate_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/deepslate_cut_brick", "bottom": "create:block/palettes/stone_types/brick/deepslate_cut_brick", + "side": "create:block/palettes/stone_types/brick/deepslate_cut_brick", "top": "create:block/palettes/stone_types/brick/deepslate_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_deepslate_slab.json b/src/generated/resources/assets/create/models/block/cut_deepslate_slab.json index c304d6dd10..2b9da6040c 100644 --- a/src/generated/resources/assets/create/models/block/cut_deepslate_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_deepslate_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/cut/deepslate_cut", "bottom": "create:block/palettes/stone_types/cut/deepslate_cut", + "side": "create:block/palettes/stone_types/cut/deepslate_cut", "top": "create:block/palettes/stone_types/cut/deepslate_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_deepslate_slab_top.json b/src/generated/resources/assets/create/models/block/cut_deepslate_slab_top.json index 347088b242..aa8b967dab 100644 --- a/src/generated/resources/assets/create/models/block/cut_deepslate_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_deepslate_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/cut/deepslate_cut", "bottom": "create:block/palettes/stone_types/cut/deepslate_cut", + "side": "create:block/palettes/stone_types/cut/deepslate_cut", "top": "create:block/palettes/stone_types/cut/deepslate_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_deepslate_stairs.json b/src/generated/resources/assets/create/models/block/cut_deepslate_stairs.json index c8b6248d4b..422a6e7793 100644 --- a/src/generated/resources/assets/create/models/block/cut_deepslate_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_deepslate_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/deepslate_cut", "bottom": "create:block/palettes/stone_types/cut/deepslate_cut", + "side": "create:block/palettes/stone_types/cut/deepslate_cut", "top": "create:block/palettes/stone_types/cut/deepslate_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_deepslate_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_deepslate_stairs_inner.json index b4e99b90d2..8b711ab38a 100644 --- a/src/generated/resources/assets/create/models/block/cut_deepslate_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_deepslate_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/deepslate_cut", "bottom": "create:block/palettes/stone_types/cut/deepslate_cut", + "side": "create:block/palettes/stone_types/cut/deepslate_cut", "top": "create:block/palettes/stone_types/cut/deepslate_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_deepslate_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_deepslate_stairs_outer.json index 02ad6c76c6..1f77cf90a6 100644 --- a/src/generated/resources/assets/create/models/block/cut_deepslate_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_deepslate_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/deepslate_cut", "bottom": "create:block/palettes/stone_types/cut/deepslate_cut", + "side": "create:block/palettes/stone_types/cut/deepslate_cut", "top": "create:block/palettes/stone_types/cut/deepslate_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_diorite_brick_slab.json b/src/generated/resources/assets/create/models/block/cut_diorite_brick_slab.json index 3d38600626..66bfa35b8b 100644 --- a/src/generated/resources/assets/create/models/block/cut_diorite_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_diorite_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/brick/diorite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/diorite_cut_brick", + "side": "create:block/palettes/stone_types/brick/diorite_cut_brick", "top": "create:block/palettes/stone_types/brick/diorite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_diorite_brick_slab_top.json b/src/generated/resources/assets/create/models/block/cut_diorite_brick_slab_top.json index 2b6d3dc81e..d0c52c5a8b 100644 --- a/src/generated/resources/assets/create/models/block/cut_diorite_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_diorite_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/brick/diorite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/diorite_cut_brick", + "side": "create:block/palettes/stone_types/brick/diorite_cut_brick", "top": "create:block/palettes/stone_types/brick/diorite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_diorite_brick_stairs.json b/src/generated/resources/assets/create/models/block/cut_diorite_brick_stairs.json index a7785c519a..0a8a28ffc6 100644 --- a/src/generated/resources/assets/create/models/block/cut_diorite_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_diorite_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/diorite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/diorite_cut_brick", + "side": "create:block/palettes/stone_types/brick/diorite_cut_brick", "top": "create:block/palettes/stone_types/brick/diorite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_diorite_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_diorite_brick_stairs_inner.json index f1cfd84373..1cd9f8a1a4 100644 --- a/src/generated/resources/assets/create/models/block/cut_diorite_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_diorite_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/diorite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/diorite_cut_brick", + "side": "create:block/palettes/stone_types/brick/diorite_cut_brick", "top": "create:block/palettes/stone_types/brick/diorite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_diorite_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_diorite_brick_stairs_outer.json index d70a5f988a..1d1acb3caa 100644 --- a/src/generated/resources/assets/create/models/block/cut_diorite_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_diorite_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/diorite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/diorite_cut_brick", + "side": "create:block/palettes/stone_types/brick/diorite_cut_brick", "top": "create:block/palettes/stone_types/brick/diorite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_diorite_slab.json b/src/generated/resources/assets/create/models/block/cut_diorite_slab.json index e132a00e01..7ba3482219 100644 --- a/src/generated/resources/assets/create/models/block/cut_diorite_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_diorite_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/cut/diorite_cut", "bottom": "create:block/palettes/stone_types/cut/diorite_cut", + "side": "create:block/palettes/stone_types/cut/diorite_cut", "top": "create:block/palettes/stone_types/cut/diorite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_diorite_slab_top.json b/src/generated/resources/assets/create/models/block/cut_diorite_slab_top.json index a2604cada9..944f98c540 100644 --- a/src/generated/resources/assets/create/models/block/cut_diorite_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_diorite_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/cut/diorite_cut", "bottom": "create:block/palettes/stone_types/cut/diorite_cut", + "side": "create:block/palettes/stone_types/cut/diorite_cut", "top": "create:block/palettes/stone_types/cut/diorite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_diorite_stairs.json b/src/generated/resources/assets/create/models/block/cut_diorite_stairs.json index 73a072730f..d22deddb2a 100644 --- a/src/generated/resources/assets/create/models/block/cut_diorite_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_diorite_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/diorite_cut", "bottom": "create:block/palettes/stone_types/cut/diorite_cut", + "side": "create:block/palettes/stone_types/cut/diorite_cut", "top": "create:block/palettes/stone_types/cut/diorite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_diorite_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_diorite_stairs_inner.json index 2c0a08feda..e96cc63a46 100644 --- a/src/generated/resources/assets/create/models/block/cut_diorite_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_diorite_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/diorite_cut", "bottom": "create:block/palettes/stone_types/cut/diorite_cut", + "side": "create:block/palettes/stone_types/cut/diorite_cut", "top": "create:block/palettes/stone_types/cut/diorite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_diorite_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_diorite_stairs_outer.json index a0b3499d54..bc03493fad 100644 --- a/src/generated/resources/assets/create/models/block/cut_diorite_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_diorite_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/diorite_cut", "bottom": "create:block/palettes/stone_types/cut/diorite_cut", + "side": "create:block/palettes/stone_types/cut/diorite_cut", "top": "create:block/palettes/stone_types/cut/diorite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_dripstone_brick_slab.json b/src/generated/resources/assets/create/models/block/cut_dripstone_brick_slab.json index 928a7d777b..99ebefb2f1 100644 --- a/src/generated/resources/assets/create/models/block/cut_dripstone_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_dripstone_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/brick/dripstone_cut_brick", "bottom": "create:block/palettes/stone_types/brick/dripstone_cut_brick", + "side": "create:block/palettes/stone_types/brick/dripstone_cut_brick", "top": "create:block/palettes/stone_types/brick/dripstone_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_dripstone_brick_slab_top.json b/src/generated/resources/assets/create/models/block/cut_dripstone_brick_slab_top.json index 876d61f72b..2e30a087f8 100644 --- a/src/generated/resources/assets/create/models/block/cut_dripstone_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_dripstone_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/brick/dripstone_cut_brick", "bottom": "create:block/palettes/stone_types/brick/dripstone_cut_brick", + "side": "create:block/palettes/stone_types/brick/dripstone_cut_brick", "top": "create:block/palettes/stone_types/brick/dripstone_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_dripstone_brick_stairs.json b/src/generated/resources/assets/create/models/block/cut_dripstone_brick_stairs.json index c2d822c279..e56496e8a1 100644 --- a/src/generated/resources/assets/create/models/block/cut_dripstone_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_dripstone_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/dripstone_cut_brick", "bottom": "create:block/palettes/stone_types/brick/dripstone_cut_brick", + "side": "create:block/palettes/stone_types/brick/dripstone_cut_brick", "top": "create:block/palettes/stone_types/brick/dripstone_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_dripstone_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_dripstone_brick_stairs_inner.json index b91ee0f5a9..0f1a5ce674 100644 --- a/src/generated/resources/assets/create/models/block/cut_dripstone_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_dripstone_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/dripstone_cut_brick", "bottom": "create:block/palettes/stone_types/brick/dripstone_cut_brick", + "side": "create:block/palettes/stone_types/brick/dripstone_cut_brick", "top": "create:block/palettes/stone_types/brick/dripstone_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_dripstone_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_dripstone_brick_stairs_outer.json index 2be6a33187..5ffad7a70f 100644 --- a/src/generated/resources/assets/create/models/block/cut_dripstone_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_dripstone_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/dripstone_cut_brick", "bottom": "create:block/palettes/stone_types/brick/dripstone_cut_brick", + "side": "create:block/palettes/stone_types/brick/dripstone_cut_brick", "top": "create:block/palettes/stone_types/brick/dripstone_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_dripstone_slab.json b/src/generated/resources/assets/create/models/block/cut_dripstone_slab.json index 5b55960689..1f8fb21aac 100644 --- a/src/generated/resources/assets/create/models/block/cut_dripstone_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_dripstone_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/cut/dripstone_cut", "bottom": "create:block/palettes/stone_types/cut/dripstone_cut", + "side": "create:block/palettes/stone_types/cut/dripstone_cut", "top": "create:block/palettes/stone_types/cut/dripstone_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_dripstone_slab_top.json b/src/generated/resources/assets/create/models/block/cut_dripstone_slab_top.json index 94d2c71f5f..54c3327639 100644 --- a/src/generated/resources/assets/create/models/block/cut_dripstone_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_dripstone_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/cut/dripstone_cut", "bottom": "create:block/palettes/stone_types/cut/dripstone_cut", + "side": "create:block/palettes/stone_types/cut/dripstone_cut", "top": "create:block/palettes/stone_types/cut/dripstone_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_dripstone_stairs.json b/src/generated/resources/assets/create/models/block/cut_dripstone_stairs.json index e51abed368..a9f8348b43 100644 --- a/src/generated/resources/assets/create/models/block/cut_dripstone_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_dripstone_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/dripstone_cut", "bottom": "create:block/palettes/stone_types/cut/dripstone_cut", + "side": "create:block/palettes/stone_types/cut/dripstone_cut", "top": "create:block/palettes/stone_types/cut/dripstone_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_dripstone_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_dripstone_stairs_inner.json index 5decf52996..43bd64704c 100644 --- a/src/generated/resources/assets/create/models/block/cut_dripstone_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_dripstone_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/dripstone_cut", "bottom": "create:block/palettes/stone_types/cut/dripstone_cut", + "side": "create:block/palettes/stone_types/cut/dripstone_cut", "top": "create:block/palettes/stone_types/cut/dripstone_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_dripstone_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_dripstone_stairs_outer.json index 45ce263fd6..044f6ab0fb 100644 --- a/src/generated/resources/assets/create/models/block/cut_dripstone_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_dripstone_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/dripstone_cut", "bottom": "create:block/palettes/stone_types/cut/dripstone_cut", + "side": "create:block/palettes/stone_types/cut/dripstone_cut", "top": "create:block/palettes/stone_types/cut/dripstone_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_granite_brick_slab.json b/src/generated/resources/assets/create/models/block/cut_granite_brick_slab.json index 58c9e1e74e..5265996771 100644 --- a/src/generated/resources/assets/create/models/block/cut_granite_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_granite_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/brick/granite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/granite_cut_brick", + "side": "create:block/palettes/stone_types/brick/granite_cut_brick", "top": "create:block/palettes/stone_types/brick/granite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_granite_brick_slab_top.json b/src/generated/resources/assets/create/models/block/cut_granite_brick_slab_top.json index e65df37dfa..807e58349c 100644 --- a/src/generated/resources/assets/create/models/block/cut_granite_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_granite_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/brick/granite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/granite_cut_brick", + "side": "create:block/palettes/stone_types/brick/granite_cut_brick", "top": "create:block/palettes/stone_types/brick/granite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_granite_brick_stairs.json b/src/generated/resources/assets/create/models/block/cut_granite_brick_stairs.json index 160a68d855..89fbdd8dc0 100644 --- a/src/generated/resources/assets/create/models/block/cut_granite_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_granite_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/granite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/granite_cut_brick", + "side": "create:block/palettes/stone_types/brick/granite_cut_brick", "top": "create:block/palettes/stone_types/brick/granite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_granite_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_granite_brick_stairs_inner.json index 4827ba943e..3fed82b61a 100644 --- a/src/generated/resources/assets/create/models/block/cut_granite_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_granite_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/granite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/granite_cut_brick", + "side": "create:block/palettes/stone_types/brick/granite_cut_brick", "top": "create:block/palettes/stone_types/brick/granite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_granite_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_granite_brick_stairs_outer.json index 0c68b10fa6..d2bf96f8af 100644 --- a/src/generated/resources/assets/create/models/block/cut_granite_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_granite_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/granite_cut_brick", "bottom": "create:block/palettes/stone_types/brick/granite_cut_brick", + "side": "create:block/palettes/stone_types/brick/granite_cut_brick", "top": "create:block/palettes/stone_types/brick/granite_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_granite_slab.json b/src/generated/resources/assets/create/models/block/cut_granite_slab.json index 807bab6aa0..71ae8986ba 100644 --- a/src/generated/resources/assets/create/models/block/cut_granite_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_granite_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/cut/granite_cut", "bottom": "create:block/palettes/stone_types/cut/granite_cut", + "side": "create:block/palettes/stone_types/cut/granite_cut", "top": "create:block/palettes/stone_types/cut/granite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_granite_slab_top.json b/src/generated/resources/assets/create/models/block/cut_granite_slab_top.json index fca1730f79..1ade592aae 100644 --- a/src/generated/resources/assets/create/models/block/cut_granite_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_granite_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/cut/granite_cut", "bottom": "create:block/palettes/stone_types/cut/granite_cut", + "side": "create:block/palettes/stone_types/cut/granite_cut", "top": "create:block/palettes/stone_types/cut/granite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_granite_stairs.json b/src/generated/resources/assets/create/models/block/cut_granite_stairs.json index 682ab00f46..2d57451894 100644 --- a/src/generated/resources/assets/create/models/block/cut_granite_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_granite_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/granite_cut", "bottom": "create:block/palettes/stone_types/cut/granite_cut", + "side": "create:block/palettes/stone_types/cut/granite_cut", "top": "create:block/palettes/stone_types/cut/granite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_granite_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_granite_stairs_inner.json index 16c3134c10..cd5d7b946c 100644 --- a/src/generated/resources/assets/create/models/block/cut_granite_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_granite_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/granite_cut", "bottom": "create:block/palettes/stone_types/cut/granite_cut", + "side": "create:block/palettes/stone_types/cut/granite_cut", "top": "create:block/palettes/stone_types/cut/granite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_granite_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_granite_stairs_outer.json index d1c2737f18..4c7bbdf265 100644 --- a/src/generated/resources/assets/create/models/block/cut_granite_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_granite_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/granite_cut", "bottom": "create:block/palettes/stone_types/cut/granite_cut", + "side": "create:block/palettes/stone_types/cut/granite_cut", "top": "create:block/palettes/stone_types/cut/granite_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_limestone_brick_slab.json b/src/generated/resources/assets/create/models/block/cut_limestone_brick_slab.json index 2c6404b502..74644e1360 100644 --- a/src/generated/resources/assets/create/models/block/cut_limestone_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_limestone_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/brick/limestone_cut_brick", "bottom": "create:block/palettes/stone_types/brick/limestone_cut_brick", + "side": "create:block/palettes/stone_types/brick/limestone_cut_brick", "top": "create:block/palettes/stone_types/brick/limestone_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_limestone_brick_slab_top.json b/src/generated/resources/assets/create/models/block/cut_limestone_brick_slab_top.json index 7aa75d7efd..f5bfcfa6b5 100644 --- a/src/generated/resources/assets/create/models/block/cut_limestone_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_limestone_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/brick/limestone_cut_brick", "bottom": "create:block/palettes/stone_types/brick/limestone_cut_brick", + "side": "create:block/palettes/stone_types/brick/limestone_cut_brick", "top": "create:block/palettes/stone_types/brick/limestone_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_limestone_brick_stairs.json b/src/generated/resources/assets/create/models/block/cut_limestone_brick_stairs.json index 4c1c901e69..bed776d2e9 100644 --- a/src/generated/resources/assets/create/models/block/cut_limestone_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_limestone_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/limestone_cut_brick", "bottom": "create:block/palettes/stone_types/brick/limestone_cut_brick", + "side": "create:block/palettes/stone_types/brick/limestone_cut_brick", "top": "create:block/palettes/stone_types/brick/limestone_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_limestone_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_limestone_brick_stairs_inner.json index 2e845cc6d4..6b26a4cfe2 100644 --- a/src/generated/resources/assets/create/models/block/cut_limestone_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_limestone_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/limestone_cut_brick", "bottom": "create:block/palettes/stone_types/brick/limestone_cut_brick", + "side": "create:block/palettes/stone_types/brick/limestone_cut_brick", "top": "create:block/palettes/stone_types/brick/limestone_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_limestone_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_limestone_brick_stairs_outer.json index 4803917dea..d10e0c55ce 100644 --- a/src/generated/resources/assets/create/models/block/cut_limestone_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_limestone_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/limestone_cut_brick", "bottom": "create:block/palettes/stone_types/brick/limestone_cut_brick", + "side": "create:block/palettes/stone_types/brick/limestone_cut_brick", "top": "create:block/palettes/stone_types/brick/limestone_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_limestone_slab.json b/src/generated/resources/assets/create/models/block/cut_limestone_slab.json index da61c5061e..dc03fa11fc 100644 --- a/src/generated/resources/assets/create/models/block/cut_limestone_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_limestone_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/cut/limestone_cut", "bottom": "create:block/palettes/stone_types/cut/limestone_cut", + "side": "create:block/palettes/stone_types/cut/limestone_cut", "top": "create:block/palettes/stone_types/cut/limestone_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_limestone_slab_top.json b/src/generated/resources/assets/create/models/block/cut_limestone_slab_top.json index 00bfb57f6f..319aaace8d 100644 --- a/src/generated/resources/assets/create/models/block/cut_limestone_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_limestone_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/cut/limestone_cut", "bottom": "create:block/palettes/stone_types/cut/limestone_cut", + "side": "create:block/palettes/stone_types/cut/limestone_cut", "top": "create:block/palettes/stone_types/cut/limestone_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_limestone_stairs.json b/src/generated/resources/assets/create/models/block/cut_limestone_stairs.json index a2ceefac97..951ff060a0 100644 --- a/src/generated/resources/assets/create/models/block/cut_limestone_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_limestone_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/limestone_cut", "bottom": "create:block/palettes/stone_types/cut/limestone_cut", + "side": "create:block/palettes/stone_types/cut/limestone_cut", "top": "create:block/palettes/stone_types/cut/limestone_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_limestone_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_limestone_stairs_inner.json index 137de675f4..3e998d120f 100644 --- a/src/generated/resources/assets/create/models/block/cut_limestone_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_limestone_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/limestone_cut", "bottom": "create:block/palettes/stone_types/cut/limestone_cut", + "side": "create:block/palettes/stone_types/cut/limestone_cut", "top": "create:block/palettes/stone_types/cut/limestone_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_limestone_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_limestone_stairs_outer.json index 1f87ddadf1..4eceb72627 100644 --- a/src/generated/resources/assets/create/models/block/cut_limestone_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_limestone_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/limestone_cut", "bottom": "create:block/palettes/stone_types/cut/limestone_cut", + "side": "create:block/palettes/stone_types/cut/limestone_cut", "top": "create:block/palettes/stone_types/cut/limestone_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_ochrum_brick_slab.json b/src/generated/resources/assets/create/models/block/cut_ochrum_brick_slab.json index 5b75aba43e..25cc445514 100644 --- a/src/generated/resources/assets/create/models/block/cut_ochrum_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_ochrum_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/brick/ochrum_cut_brick", "bottom": "create:block/palettes/stone_types/brick/ochrum_cut_brick", + "side": "create:block/palettes/stone_types/brick/ochrum_cut_brick", "top": "create:block/palettes/stone_types/brick/ochrum_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_ochrum_brick_slab_top.json b/src/generated/resources/assets/create/models/block/cut_ochrum_brick_slab_top.json index 6105c46f6b..356cf85bf2 100644 --- a/src/generated/resources/assets/create/models/block/cut_ochrum_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_ochrum_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/brick/ochrum_cut_brick", "bottom": "create:block/palettes/stone_types/brick/ochrum_cut_brick", + "side": "create:block/palettes/stone_types/brick/ochrum_cut_brick", "top": "create:block/palettes/stone_types/brick/ochrum_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_ochrum_brick_stairs.json b/src/generated/resources/assets/create/models/block/cut_ochrum_brick_stairs.json index 187a16e3ce..ff13ea1ee4 100644 --- a/src/generated/resources/assets/create/models/block/cut_ochrum_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_ochrum_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/ochrum_cut_brick", "bottom": "create:block/palettes/stone_types/brick/ochrum_cut_brick", + "side": "create:block/palettes/stone_types/brick/ochrum_cut_brick", "top": "create:block/palettes/stone_types/brick/ochrum_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_ochrum_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_ochrum_brick_stairs_inner.json index bfac0feea3..ae1131fc57 100644 --- a/src/generated/resources/assets/create/models/block/cut_ochrum_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_ochrum_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/ochrum_cut_brick", "bottom": "create:block/palettes/stone_types/brick/ochrum_cut_brick", + "side": "create:block/palettes/stone_types/brick/ochrum_cut_brick", "top": "create:block/palettes/stone_types/brick/ochrum_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_ochrum_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_ochrum_brick_stairs_outer.json index 810dc04da3..52fc0a8b9b 100644 --- a/src/generated/resources/assets/create/models/block/cut_ochrum_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_ochrum_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/ochrum_cut_brick", "bottom": "create:block/palettes/stone_types/brick/ochrum_cut_brick", + "side": "create:block/palettes/stone_types/brick/ochrum_cut_brick", "top": "create:block/palettes/stone_types/brick/ochrum_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_ochrum_slab.json b/src/generated/resources/assets/create/models/block/cut_ochrum_slab.json index 0adff3abfa..970a3f2430 100644 --- a/src/generated/resources/assets/create/models/block/cut_ochrum_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_ochrum_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/cut/ochrum_cut", "bottom": "create:block/palettes/stone_types/cut/ochrum_cut", + "side": "create:block/palettes/stone_types/cut/ochrum_cut", "top": "create:block/palettes/stone_types/cut/ochrum_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_ochrum_slab_top.json b/src/generated/resources/assets/create/models/block/cut_ochrum_slab_top.json index 5d936adba0..585ca9617d 100644 --- a/src/generated/resources/assets/create/models/block/cut_ochrum_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_ochrum_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/cut/ochrum_cut", "bottom": "create:block/palettes/stone_types/cut/ochrum_cut", + "side": "create:block/palettes/stone_types/cut/ochrum_cut", "top": "create:block/palettes/stone_types/cut/ochrum_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_ochrum_stairs.json b/src/generated/resources/assets/create/models/block/cut_ochrum_stairs.json index c063da16c5..4a0e7c9af2 100644 --- a/src/generated/resources/assets/create/models/block/cut_ochrum_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_ochrum_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/ochrum_cut", "bottom": "create:block/palettes/stone_types/cut/ochrum_cut", + "side": "create:block/palettes/stone_types/cut/ochrum_cut", "top": "create:block/palettes/stone_types/cut/ochrum_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_ochrum_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_ochrum_stairs_inner.json index 30fc4d28a3..d81e421818 100644 --- a/src/generated/resources/assets/create/models/block/cut_ochrum_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_ochrum_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/ochrum_cut", "bottom": "create:block/palettes/stone_types/cut/ochrum_cut", + "side": "create:block/palettes/stone_types/cut/ochrum_cut", "top": "create:block/palettes/stone_types/cut/ochrum_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_ochrum_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_ochrum_stairs_outer.json index f9864841b8..9bd6e9125b 100644 --- a/src/generated/resources/assets/create/models/block/cut_ochrum_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_ochrum_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/ochrum_cut", "bottom": "create:block/palettes/stone_types/cut/ochrum_cut", + "side": "create:block/palettes/stone_types/cut/ochrum_cut", "top": "create:block/palettes/stone_types/cut/ochrum_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scorchia_brick_slab.json b/src/generated/resources/assets/create/models/block/cut_scorchia_brick_slab.json index 9d6a08ea37..8a6240cfc4 100644 --- a/src/generated/resources/assets/create/models/block/cut_scorchia_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_scorchia_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/brick/scorchia_cut_brick", "bottom": "create:block/palettes/stone_types/brick/scorchia_cut_brick", + "side": "create:block/palettes/stone_types/brick/scorchia_cut_brick", "top": "create:block/palettes/stone_types/brick/scorchia_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scorchia_brick_slab_top.json b/src/generated/resources/assets/create/models/block/cut_scorchia_brick_slab_top.json index fc938581fe..9859fcc638 100644 --- a/src/generated/resources/assets/create/models/block/cut_scorchia_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_scorchia_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/brick/scorchia_cut_brick", "bottom": "create:block/palettes/stone_types/brick/scorchia_cut_brick", + "side": "create:block/palettes/stone_types/brick/scorchia_cut_brick", "top": "create:block/palettes/stone_types/brick/scorchia_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scorchia_brick_stairs.json b/src/generated/resources/assets/create/models/block/cut_scorchia_brick_stairs.json index 1cd94a8a03..eb9228b5dd 100644 --- a/src/generated/resources/assets/create/models/block/cut_scorchia_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_scorchia_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/scorchia_cut_brick", "bottom": "create:block/palettes/stone_types/brick/scorchia_cut_brick", + "side": "create:block/palettes/stone_types/brick/scorchia_cut_brick", "top": "create:block/palettes/stone_types/brick/scorchia_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scorchia_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_scorchia_brick_stairs_inner.json index e973f2a3e9..f615ee25c0 100644 --- a/src/generated/resources/assets/create/models/block/cut_scorchia_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_scorchia_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/scorchia_cut_brick", "bottom": "create:block/palettes/stone_types/brick/scorchia_cut_brick", + "side": "create:block/palettes/stone_types/brick/scorchia_cut_brick", "top": "create:block/palettes/stone_types/brick/scorchia_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scorchia_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_scorchia_brick_stairs_outer.json index 044705e93a..e4dbd62aca 100644 --- a/src/generated/resources/assets/create/models/block/cut_scorchia_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_scorchia_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/scorchia_cut_brick", "bottom": "create:block/palettes/stone_types/brick/scorchia_cut_brick", + "side": "create:block/palettes/stone_types/brick/scorchia_cut_brick", "top": "create:block/palettes/stone_types/brick/scorchia_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scorchia_slab.json b/src/generated/resources/assets/create/models/block/cut_scorchia_slab.json index 95024a0e55..97c4b1bd9b 100644 --- a/src/generated/resources/assets/create/models/block/cut_scorchia_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_scorchia_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/cut/scorchia_cut", "bottom": "create:block/palettes/stone_types/cut/scorchia_cut", + "side": "create:block/palettes/stone_types/cut/scorchia_cut", "top": "create:block/palettes/stone_types/cut/scorchia_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scorchia_slab_top.json b/src/generated/resources/assets/create/models/block/cut_scorchia_slab_top.json index 7e63971daa..0cf89b68b6 100644 --- a/src/generated/resources/assets/create/models/block/cut_scorchia_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_scorchia_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/cut/scorchia_cut", "bottom": "create:block/palettes/stone_types/cut/scorchia_cut", + "side": "create:block/palettes/stone_types/cut/scorchia_cut", "top": "create:block/palettes/stone_types/cut/scorchia_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scorchia_stairs.json b/src/generated/resources/assets/create/models/block/cut_scorchia_stairs.json index 5fe26f94a9..09422a21c9 100644 --- a/src/generated/resources/assets/create/models/block/cut_scorchia_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_scorchia_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/scorchia_cut", "bottom": "create:block/palettes/stone_types/cut/scorchia_cut", + "side": "create:block/palettes/stone_types/cut/scorchia_cut", "top": "create:block/palettes/stone_types/cut/scorchia_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scorchia_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_scorchia_stairs_inner.json index 382d5937c0..754d53add2 100644 --- a/src/generated/resources/assets/create/models/block/cut_scorchia_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_scorchia_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/scorchia_cut", "bottom": "create:block/palettes/stone_types/cut/scorchia_cut", + "side": "create:block/palettes/stone_types/cut/scorchia_cut", "top": "create:block/palettes/stone_types/cut/scorchia_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scorchia_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_scorchia_stairs_outer.json index 0e1c615db5..2b02ef15c7 100644 --- a/src/generated/resources/assets/create/models/block/cut_scorchia_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_scorchia_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/scorchia_cut", "bottom": "create:block/palettes/stone_types/cut/scorchia_cut", + "side": "create:block/palettes/stone_types/cut/scorchia_cut", "top": "create:block/palettes/stone_types/cut/scorchia_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scoria_brick_slab.json b/src/generated/resources/assets/create/models/block/cut_scoria_brick_slab.json index e233b3dac7..5ba429c2e9 100644 --- a/src/generated/resources/assets/create/models/block/cut_scoria_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_scoria_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/brick/scoria_cut_brick", "bottom": "create:block/palettes/stone_types/brick/scoria_cut_brick", + "side": "create:block/palettes/stone_types/brick/scoria_cut_brick", "top": "create:block/palettes/stone_types/brick/scoria_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scoria_brick_slab_top.json b/src/generated/resources/assets/create/models/block/cut_scoria_brick_slab_top.json index 8ea34f5421..9687ee9e8d 100644 --- a/src/generated/resources/assets/create/models/block/cut_scoria_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_scoria_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/brick/scoria_cut_brick", "bottom": "create:block/palettes/stone_types/brick/scoria_cut_brick", + "side": "create:block/palettes/stone_types/brick/scoria_cut_brick", "top": "create:block/palettes/stone_types/brick/scoria_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scoria_brick_stairs.json b/src/generated/resources/assets/create/models/block/cut_scoria_brick_stairs.json index 665038689c..bede8a1fbe 100644 --- a/src/generated/resources/assets/create/models/block/cut_scoria_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_scoria_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/scoria_cut_brick", "bottom": "create:block/palettes/stone_types/brick/scoria_cut_brick", + "side": "create:block/palettes/stone_types/brick/scoria_cut_brick", "top": "create:block/palettes/stone_types/brick/scoria_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scoria_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_scoria_brick_stairs_inner.json index b5f0581924..9005d1644b 100644 --- a/src/generated/resources/assets/create/models/block/cut_scoria_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_scoria_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/scoria_cut_brick", "bottom": "create:block/palettes/stone_types/brick/scoria_cut_brick", + "side": "create:block/palettes/stone_types/brick/scoria_cut_brick", "top": "create:block/palettes/stone_types/brick/scoria_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scoria_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_scoria_brick_stairs_outer.json index 695073bdcf..4264c0c5b6 100644 --- a/src/generated/resources/assets/create/models/block/cut_scoria_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_scoria_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/scoria_cut_brick", "bottom": "create:block/palettes/stone_types/brick/scoria_cut_brick", + "side": "create:block/palettes/stone_types/brick/scoria_cut_brick", "top": "create:block/palettes/stone_types/brick/scoria_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scoria_slab.json b/src/generated/resources/assets/create/models/block/cut_scoria_slab.json index b38014b4a7..ecc8ccf747 100644 --- a/src/generated/resources/assets/create/models/block/cut_scoria_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_scoria_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/cut/scoria_cut", "bottom": "create:block/palettes/stone_types/cut/scoria_cut", + "side": "create:block/palettes/stone_types/cut/scoria_cut", "top": "create:block/palettes/stone_types/cut/scoria_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scoria_slab_top.json b/src/generated/resources/assets/create/models/block/cut_scoria_slab_top.json index dddc1feadb..f775dbf1f4 100644 --- a/src/generated/resources/assets/create/models/block/cut_scoria_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_scoria_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/cut/scoria_cut", "bottom": "create:block/palettes/stone_types/cut/scoria_cut", + "side": "create:block/palettes/stone_types/cut/scoria_cut", "top": "create:block/palettes/stone_types/cut/scoria_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scoria_stairs.json b/src/generated/resources/assets/create/models/block/cut_scoria_stairs.json index 5d27f00ba3..b8026c427d 100644 --- a/src/generated/resources/assets/create/models/block/cut_scoria_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_scoria_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/scoria_cut", "bottom": "create:block/palettes/stone_types/cut/scoria_cut", + "side": "create:block/palettes/stone_types/cut/scoria_cut", "top": "create:block/palettes/stone_types/cut/scoria_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scoria_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_scoria_stairs_inner.json index f840341f68..deb873cde0 100644 --- a/src/generated/resources/assets/create/models/block/cut_scoria_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_scoria_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/scoria_cut", "bottom": "create:block/palettes/stone_types/cut/scoria_cut", + "side": "create:block/palettes/stone_types/cut/scoria_cut", "top": "create:block/palettes/stone_types/cut/scoria_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_scoria_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_scoria_stairs_outer.json index 3467d70526..ff2943e33c 100644 --- a/src/generated/resources/assets/create/models/block/cut_scoria_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_scoria_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/scoria_cut", "bottom": "create:block/palettes/stone_types/cut/scoria_cut", + "side": "create:block/palettes/stone_types/cut/scoria_cut", "top": "create:block/palettes/stone_types/cut/scoria_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_tuff_brick_slab.json b/src/generated/resources/assets/create/models/block/cut_tuff_brick_slab.json index 73000cb47f..8bf77a1d67 100644 --- a/src/generated/resources/assets/create/models/block/cut_tuff_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_tuff_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/brick/tuff_cut_brick", "bottom": "create:block/palettes/stone_types/brick/tuff_cut_brick", + "side": "create:block/palettes/stone_types/brick/tuff_cut_brick", "top": "create:block/palettes/stone_types/brick/tuff_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_tuff_brick_slab_top.json b/src/generated/resources/assets/create/models/block/cut_tuff_brick_slab_top.json index e5f96be9c6..101863ab4f 100644 --- a/src/generated/resources/assets/create/models/block/cut_tuff_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_tuff_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/brick/tuff_cut_brick", "bottom": "create:block/palettes/stone_types/brick/tuff_cut_brick", + "side": "create:block/palettes/stone_types/brick/tuff_cut_brick", "top": "create:block/palettes/stone_types/brick/tuff_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_tuff_brick_stairs.json b/src/generated/resources/assets/create/models/block/cut_tuff_brick_stairs.json index fad4cbcfc3..147cbe33fd 100644 --- a/src/generated/resources/assets/create/models/block/cut_tuff_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_tuff_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/tuff_cut_brick", "bottom": "create:block/palettes/stone_types/brick/tuff_cut_brick", + "side": "create:block/palettes/stone_types/brick/tuff_cut_brick", "top": "create:block/palettes/stone_types/brick/tuff_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_tuff_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_tuff_brick_stairs_inner.json index 1dbdfb737c..2f4fa6b140 100644 --- a/src/generated/resources/assets/create/models/block/cut_tuff_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_tuff_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/tuff_cut_brick", "bottom": "create:block/palettes/stone_types/brick/tuff_cut_brick", + "side": "create:block/palettes/stone_types/brick/tuff_cut_brick", "top": "create:block/palettes/stone_types/brick/tuff_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_tuff_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_tuff_brick_stairs_outer.json index a45e7f8612..7c7356b9c3 100644 --- a/src/generated/resources/assets/create/models/block/cut_tuff_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_tuff_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/tuff_cut_brick", "bottom": "create:block/palettes/stone_types/brick/tuff_cut_brick", + "side": "create:block/palettes/stone_types/brick/tuff_cut_brick", "top": "create:block/palettes/stone_types/brick/tuff_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_tuff_slab.json b/src/generated/resources/assets/create/models/block/cut_tuff_slab.json index 20bcebbad8..b1f17786e9 100644 --- a/src/generated/resources/assets/create/models/block/cut_tuff_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_tuff_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/cut/tuff_cut", "bottom": "create:block/palettes/stone_types/cut/tuff_cut", + "side": "create:block/palettes/stone_types/cut/tuff_cut", "top": "create:block/palettes/stone_types/cut/tuff_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_tuff_slab_top.json b/src/generated/resources/assets/create/models/block/cut_tuff_slab_top.json index bd41b78432..515754e931 100644 --- a/src/generated/resources/assets/create/models/block/cut_tuff_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_tuff_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/cut/tuff_cut", "bottom": "create:block/palettes/stone_types/cut/tuff_cut", + "side": "create:block/palettes/stone_types/cut/tuff_cut", "top": "create:block/palettes/stone_types/cut/tuff_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_tuff_stairs.json b/src/generated/resources/assets/create/models/block/cut_tuff_stairs.json index 9911e74545..086eaacd86 100644 --- a/src/generated/resources/assets/create/models/block/cut_tuff_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_tuff_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/tuff_cut", "bottom": "create:block/palettes/stone_types/cut/tuff_cut", + "side": "create:block/palettes/stone_types/cut/tuff_cut", "top": "create:block/palettes/stone_types/cut/tuff_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_tuff_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_tuff_stairs_inner.json index a211d17319..e367f41972 100644 --- a/src/generated/resources/assets/create/models/block/cut_tuff_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_tuff_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/tuff_cut", "bottom": "create:block/palettes/stone_types/cut/tuff_cut", + "side": "create:block/palettes/stone_types/cut/tuff_cut", "top": "create:block/palettes/stone_types/cut/tuff_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_tuff_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_tuff_stairs_outer.json index 54de57d48b..a2c466f99a 100644 --- a/src/generated/resources/assets/create/models/block/cut_tuff_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_tuff_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/tuff_cut", "bottom": "create:block/palettes/stone_types/cut/tuff_cut", + "side": "create:block/palettes/stone_types/cut/tuff_cut", "top": "create:block/palettes/stone_types/cut/tuff_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_veridium_brick_slab.json b/src/generated/resources/assets/create/models/block/cut_veridium_brick_slab.json index 554929d3a9..e93d8b660f 100644 --- a/src/generated/resources/assets/create/models/block/cut_veridium_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_veridium_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/brick/veridium_cut_brick", "bottom": "create:block/palettes/stone_types/brick/veridium_cut_brick", + "side": "create:block/palettes/stone_types/brick/veridium_cut_brick", "top": "create:block/palettes/stone_types/brick/veridium_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_veridium_brick_slab_top.json b/src/generated/resources/assets/create/models/block/cut_veridium_brick_slab_top.json index 883b7c803d..29b0460979 100644 --- a/src/generated/resources/assets/create/models/block/cut_veridium_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_veridium_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/brick/veridium_cut_brick", "bottom": "create:block/palettes/stone_types/brick/veridium_cut_brick", + "side": "create:block/palettes/stone_types/brick/veridium_cut_brick", "top": "create:block/palettes/stone_types/brick/veridium_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_veridium_brick_stairs.json b/src/generated/resources/assets/create/models/block/cut_veridium_brick_stairs.json index a81fe508a0..6903ee0e58 100644 --- a/src/generated/resources/assets/create/models/block/cut_veridium_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_veridium_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/veridium_cut_brick", "bottom": "create:block/palettes/stone_types/brick/veridium_cut_brick", + "side": "create:block/palettes/stone_types/brick/veridium_cut_brick", "top": "create:block/palettes/stone_types/brick/veridium_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_veridium_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_veridium_brick_stairs_inner.json index 474f64646e..bdaa488b14 100644 --- a/src/generated/resources/assets/create/models/block/cut_veridium_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_veridium_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/veridium_cut_brick", "bottom": "create:block/palettes/stone_types/brick/veridium_cut_brick", + "side": "create:block/palettes/stone_types/brick/veridium_cut_brick", "top": "create:block/palettes/stone_types/brick/veridium_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_veridium_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_veridium_brick_stairs_outer.json index 906e71b419..68b6a25256 100644 --- a/src/generated/resources/assets/create/models/block/cut_veridium_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_veridium_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/brick/veridium_cut_brick", "bottom": "create:block/palettes/stone_types/brick/veridium_cut_brick", + "side": "create:block/palettes/stone_types/brick/veridium_cut_brick", "top": "create:block/palettes/stone_types/brick/veridium_cut_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_veridium_slab.json b/src/generated/resources/assets/create/models/block/cut_veridium_slab.json index 88acd29c76..f3ece11211 100644 --- a/src/generated/resources/assets/create/models/block/cut_veridium_slab.json +++ b/src/generated/resources/assets/create/models/block/cut_veridium_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/cut/veridium_cut", "bottom": "create:block/palettes/stone_types/cut/veridium_cut", + "side": "create:block/palettes/stone_types/cut/veridium_cut", "top": "create:block/palettes/stone_types/cut/veridium_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_veridium_slab_top.json b/src/generated/resources/assets/create/models/block/cut_veridium_slab_top.json index 8bb76a0053..46ccbe13e3 100644 --- a/src/generated/resources/assets/create/models/block/cut_veridium_slab_top.json +++ b/src/generated/resources/assets/create/models/block/cut_veridium_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/cut/veridium_cut", "bottom": "create:block/palettes/stone_types/cut/veridium_cut", + "side": "create:block/palettes/stone_types/cut/veridium_cut", "top": "create:block/palettes/stone_types/cut/veridium_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_veridium_stairs.json b/src/generated/resources/assets/create/models/block/cut_veridium_stairs.json index 602333fa73..547a400711 100644 --- a/src/generated/resources/assets/create/models/block/cut_veridium_stairs.json +++ b/src/generated/resources/assets/create/models/block/cut_veridium_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/veridium_cut", "bottom": "create:block/palettes/stone_types/cut/veridium_cut", + "side": "create:block/palettes/stone_types/cut/veridium_cut", "top": "create:block/palettes/stone_types/cut/veridium_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_veridium_stairs_inner.json b/src/generated/resources/assets/create/models/block/cut_veridium_stairs_inner.json index 48ca637126..cb2e9784ba 100644 --- a/src/generated/resources/assets/create/models/block/cut_veridium_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/cut_veridium_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/veridium_cut", "bottom": "create:block/palettes/stone_types/cut/veridium_cut", + "side": "create:block/palettes/stone_types/cut/veridium_cut", "top": "create:block/palettes/stone_types/cut/veridium_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/cut_veridium_stairs_outer.json b/src/generated/resources/assets/create/models/block/cut_veridium_stairs_outer.json index 5bb125d988..8a8b2e2d40 100644 --- a/src/generated/resources/assets/create/models/block/cut_veridium_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/cut_veridium_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/cut/veridium_cut", "bottom": "create:block/palettes/stone_types/cut/veridium_cut", + "side": "create:block/palettes/stone_types/cut/veridium_cut", "top": "create:block/palettes/stone_types/cut/veridium_cut" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/dark_oak_window.json b/src/generated/resources/assets/create/models/block/dark_oak_window.json index 097a580945..1a741b65af 100644 --- a/src/generated/resources/assets/create/models/block/dark_oak_window.json +++ b/src/generated/resources/assets/create/models/block/dark_oak_window.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/dark_oak_window", - "end": "minecraft:block/dark_oak_planks" + "end": "minecraft:block/dark_oak_planks", + "side": "create:block/palettes/dark_oak_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/dark_oak_window_pane_noside.json b/src/generated/resources/assets/create/models/block/dark_oak_window_pane_noside.json index 1a1cbef145..470f536bd6 100644 --- a/src/generated/resources/assets/create/models/block/dark_oak_window_pane_noside.json +++ b/src/generated/resources/assets/create/models/block/dark_oak_window_pane_noside.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside", "textures": { - "pane": "create:block/palettes/dark_oak_window", - "edge": "minecraft:block/dark_oak_planks" + "edge": "minecraft:block/dark_oak_planks", + "pane": "create:block/palettes/dark_oak_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/dark_oak_window_pane_noside_alt.json b/src/generated/resources/assets/create/models/block/dark_oak_window_pane_noside_alt.json index 3decddf246..b4c60e4ac9 100644 --- a/src/generated/resources/assets/create/models/block/dark_oak_window_pane_noside_alt.json +++ b/src/generated/resources/assets/create/models/block/dark_oak_window_pane_noside_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside_alt", "textures": { - "pane": "create:block/palettes/dark_oak_window", - "edge": "minecraft:block/dark_oak_planks" + "edge": "minecraft:block/dark_oak_planks", + "pane": "create:block/palettes/dark_oak_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/dark_oak_window_pane_post.json b/src/generated/resources/assets/create/models/block/dark_oak_window_pane_post.json index a5d42bf25a..80d0660415 100644 --- a/src/generated/resources/assets/create/models/block/dark_oak_window_pane_post.json +++ b/src/generated/resources/assets/create/models/block/dark_oak_window_pane_post.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/post", "textures": { - "pane": "create:block/palettes/dark_oak_window", - "edge": "minecraft:block/dark_oak_planks" + "edge": "minecraft:block/dark_oak_planks", + "pane": "create:block/palettes/dark_oak_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/dark_oak_window_pane_side.json b/src/generated/resources/assets/create/models/block/dark_oak_window_pane_side.json index 0809fd6354..c8fc2424e2 100644 --- a/src/generated/resources/assets/create/models/block/dark_oak_window_pane_side.json +++ b/src/generated/resources/assets/create/models/block/dark_oak_window_pane_side.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side", "textures": { - "pane": "create:block/palettes/dark_oak_window", - "edge": "minecraft:block/dark_oak_planks" + "edge": "minecraft:block/dark_oak_planks", + "pane": "create:block/palettes/dark_oak_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/dark_oak_window_pane_side_alt.json b/src/generated/resources/assets/create/models/block/dark_oak_window_pane_side_alt.json index 154a31f290..947979ac9e 100644 --- a/src/generated/resources/assets/create/models/block/dark_oak_window_pane_side_alt.json +++ b/src/generated/resources/assets/create/models/block/dark_oak_window_pane_side_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side_alt", "textures": { - "pane": "create:block/palettes/dark_oak_window", - "edge": "minecraft:block/dark_oak_planks" + "edge": "minecraft:block/dark_oak_planks", + "pane": "create:block/palettes/dark_oak_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/deepslate_pillar.json b/src/generated/resources/assets/create/models/block/deepslate_pillar.json index 8b3c9d9679..392f0ca7ee 100644 --- a/src/generated/resources/assets/create/models/block/deepslate_pillar.json +++ b/src/generated/resources/assets/create/models/block/deepslate_pillar.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/pillar/deepslate_cut_pillar", - "end": "create:block/palettes/stone_types/cap/deepslate_cut_cap" + "end": "create:block/palettes/stone_types/cap/deepslate_cut_cap", + "side": "create:block/palettes/stone_types/pillar/deepslate_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/deepslate_pillar_horizontal.json b/src/generated/resources/assets/create/models/block/deepslate_pillar_horizontal.json index af8286e3ad..71d26d8c16 100644 --- a/src/generated/resources/assets/create/models/block/deepslate_pillar_horizontal.json +++ b/src/generated/resources/assets/create/models/block/deepslate_pillar_horizontal.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column_horizontal", "textures": { - "side": "create:block/palettes/stone_types/pillar/deepslate_cut_pillar", - "end": "create:block/palettes/stone_types/cap/deepslate_cut_cap" + "end": "create:block/palettes/stone_types/cap/deepslate_cut_cap", + "side": "create:block/palettes/stone_types/pillar/deepslate_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/diorite_pillar.json b/src/generated/resources/assets/create/models/block/diorite_pillar.json index 997b2eb2c3..62be716794 100644 --- a/src/generated/resources/assets/create/models/block/diorite_pillar.json +++ b/src/generated/resources/assets/create/models/block/diorite_pillar.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/pillar/diorite_cut_pillar", - "end": "create:block/palettes/stone_types/cap/diorite_cut_cap" + "end": "create:block/palettes/stone_types/cap/diorite_cut_cap", + "side": "create:block/palettes/stone_types/pillar/diorite_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/diorite_pillar_horizontal.json b/src/generated/resources/assets/create/models/block/diorite_pillar_horizontal.json index 19cd4eb743..580c5e033b 100644 --- a/src/generated/resources/assets/create/models/block/diorite_pillar_horizontal.json +++ b/src/generated/resources/assets/create/models/block/diorite_pillar_horizontal.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column_horizontal", "textures": { - "side": "create:block/palettes/stone_types/pillar/diorite_cut_pillar", - "end": "create:block/palettes/stone_types/cap/diorite_cut_cap" + "end": "create:block/palettes/stone_types/cap/diorite_cut_cap", + "side": "create:block/palettes/stone_types/pillar/diorite_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/dripstone_pillar.json b/src/generated/resources/assets/create/models/block/dripstone_pillar.json index bfc55e5663..f7d21a98ea 100644 --- a/src/generated/resources/assets/create/models/block/dripstone_pillar.json +++ b/src/generated/resources/assets/create/models/block/dripstone_pillar.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/pillar/dripstone_cut_pillar", - "end": "create:block/palettes/stone_types/cap/dripstone_cut_cap" + "end": "create:block/palettes/stone_types/cap/dripstone_cut_cap", + "side": "create:block/palettes/stone_types/pillar/dripstone_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/dripstone_pillar_horizontal.json b/src/generated/resources/assets/create/models/block/dripstone_pillar_horizontal.json index 84eda3f8ce..63edb986da 100644 --- a/src/generated/resources/assets/create/models/block/dripstone_pillar_horizontal.json +++ b/src/generated/resources/assets/create/models/block/dripstone_pillar_horizontal.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column_horizontal", "textures": { - "side": "create:block/palettes/stone_types/pillar/dripstone_cut_pillar", - "end": "create:block/palettes/stone_types/cap/dripstone_cut_cap" + "end": "create:block/palettes/stone_types/cap/dripstone_cut_cap", + "side": "create:block/palettes/stone_types/pillar/dripstone_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/exposed_copper_shingle_slab.json b/src/generated/resources/assets/create/models/block/exposed_copper_shingle_slab.json index 6e628c6cf0..b87d97801f 100644 --- a/src/generated/resources/assets/create/models/block/exposed_copper_shingle_slab.json +++ b/src/generated/resources/assets/create/models/block/exposed_copper_shingle_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/copper/exposed_copper_shingles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_shingles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/exposed_copper_shingle_slab_top.json b/src/generated/resources/assets/create/models/block/exposed_copper_shingle_slab_top.json index 65d6dfed7d..3d3965d1c1 100644 --- a/src/generated/resources/assets/create/models/block/exposed_copper_shingle_slab_top.json +++ b/src/generated/resources/assets/create/models/block/exposed_copper_shingle_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/copper/exposed_copper_shingles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_shingles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/exposed_copper_shingle_stairs.json b/src/generated/resources/assets/create/models/block/exposed_copper_shingle_stairs.json index 8ca19e8749..8d23c7f599 100644 --- a/src/generated/resources/assets/create/models/block/exposed_copper_shingle_stairs.json +++ b/src/generated/resources/assets/create/models/block/exposed_copper_shingle_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/copper/exposed_copper_shingles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_shingles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/exposed_copper_shingle_stairs_inner.json b/src/generated/resources/assets/create/models/block/exposed_copper_shingle_stairs_inner.json index c2b27ad917..8e0eae204e 100644 --- a/src/generated/resources/assets/create/models/block/exposed_copper_shingle_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/exposed_copper_shingle_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/copper/exposed_copper_shingles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_shingles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/exposed_copper_shingle_stairs_outer.json b/src/generated/resources/assets/create/models/block/exposed_copper_shingle_stairs_outer.json index 40592a0b77..aba681cba4 100644 --- a/src/generated/resources/assets/create/models/block/exposed_copper_shingle_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/exposed_copper_shingle_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/copper/exposed_copper_shingles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_shingles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/exposed_copper_shingles.json b/src/generated/resources/assets/create/models/block/exposed_copper_shingles.json index 1de1173ad9..5748220e13 100644 --- a/src/generated/resources/assets/create/models/block/exposed_copper_shingles.json +++ b/src/generated/resources/assets/create/models/block/exposed_copper_shingles.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/copper/exposed_copper_shingles", - "end": "create:block/copper/exposed_copper_roof_top" + "end": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_shingles" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/exposed_copper_tile_slab.json b/src/generated/resources/assets/create/models/block/exposed_copper_tile_slab.json index 5ea5d54e49..33f72d988b 100644 --- a/src/generated/resources/assets/create/models/block/exposed_copper_tile_slab.json +++ b/src/generated/resources/assets/create/models/block/exposed_copper_tile_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/copper/exposed_copper_tiles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_tiles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/exposed_copper_tile_slab_top.json b/src/generated/resources/assets/create/models/block/exposed_copper_tile_slab_top.json index ff106aacb3..a702082eee 100644 --- a/src/generated/resources/assets/create/models/block/exposed_copper_tile_slab_top.json +++ b/src/generated/resources/assets/create/models/block/exposed_copper_tile_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/copper/exposed_copper_tiles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_tiles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/exposed_copper_tile_stairs.json b/src/generated/resources/assets/create/models/block/exposed_copper_tile_stairs.json index 603b8a4a01..1316b83d97 100644 --- a/src/generated/resources/assets/create/models/block/exposed_copper_tile_stairs.json +++ b/src/generated/resources/assets/create/models/block/exposed_copper_tile_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/copper/exposed_copper_tiles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_tiles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/exposed_copper_tile_stairs_inner.json b/src/generated/resources/assets/create/models/block/exposed_copper_tile_stairs_inner.json index e306f4b5d5..522c818155 100644 --- a/src/generated/resources/assets/create/models/block/exposed_copper_tile_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/exposed_copper_tile_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/copper/exposed_copper_tiles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_tiles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/exposed_copper_tile_stairs_outer.json b/src/generated/resources/assets/create/models/block/exposed_copper_tile_stairs_outer.json index c9b2091072..120a2195f0 100644 --- a/src/generated/resources/assets/create/models/block/exposed_copper_tile_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/exposed_copper_tile_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/copper/exposed_copper_tiles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_tiles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/exposed_copper_tiles.json b/src/generated/resources/assets/create/models/block/exposed_copper_tiles.json index d67c85597c..00f631af14 100644 --- a/src/generated/resources/assets/create/models/block/exposed_copper_tiles.json +++ b/src/generated/resources/assets/create/models/block/exposed_copper_tiles.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/copper/exposed_copper_tiles", - "end": "create:block/copper/exposed_copper_roof_top" + "end": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_tiles" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/d_x.json b/src/generated/resources/assets/create/models/block/fluid_pipe/d_x.json index 3558c82535..0740bdbb9d 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/d_x.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/d_x.json @@ -2,6 +2,26 @@ "parent": "create:block/fluid_pipe/core_x", "elements": [ { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 0.0, + 4.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 0.0, + 4.0 + ] + } + }, "from": [ 4, 4, @@ -11,27 +31,7 @@ 12, 12, 12 - ], - "faces": { - "west": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 0.0, - 4.0 - ] - }, - "east": { - "texture": "#0", - "uv": [ - 0.0, - 0.0, - 4.0, - 4.0 - ] - } - } + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/d_y.json b/src/generated/resources/assets/create/models/block/fluid_pipe/d_y.json index 1b9e2d9f30..09574c723c 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/d_y.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/d_y.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_y", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "down": { "texture": "#0", @@ -31,7 +21,17 @@ 0.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/d_z.json b/src/generated/resources/assets/create/models/block/fluid_pipe/d_z.json index 164f39db44..3913f2d664 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/d_z.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/d_z.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_z", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "north": { "texture": "#0", @@ -31,7 +21,17 @@ 4.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/l_x.json b/src/generated/resources/assets/create/models/block/fluid_pipe/l_x.json index 5970e786e7..2438f2bfbc 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/l_x.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/l_x.json @@ -2,6 +2,26 @@ "parent": "create:block/fluid_pipe/core_x", "elements": [ { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 0.0, + 8.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 4.0, + 4.0 + ] + } + }, "from": [ 4, 4, @@ -11,27 +31,7 @@ 12, 12, 12 - ], - "faces": { - "west": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 4.0, - 4.0 - ] - }, - "east": { - "texture": "#0", - "uv": [ - 4.0, - 0.0, - 8.0, - 4.0 - ] - } - } + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/l_y.json b/src/generated/resources/assets/create/models/block/fluid_pipe/l_y.json index b945d3a5e3..4f885df831 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/l_y.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/l_y.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_y", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "down": { "texture": "#0", @@ -31,7 +21,17 @@ 0.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/l_z.json b/src/generated/resources/assets/create/models/block/fluid_pipe/l_z.json index 013502fb4b..a75e34d903 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/l_z.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/l_z.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_z", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "north": { "texture": "#0", @@ -31,7 +21,17 @@ 4.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/ld_x.json b/src/generated/resources/assets/create/models/block/fluid_pipe/ld_x.json index 2eecf4331a..7bee451c7a 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/ld_x.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/ld_x.json @@ -2,6 +2,26 @@ "parent": "create:block/fluid_pipe/core_x", "elements": [ { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 16.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 16.0, + 0.0, + 12.0, + 4.0 + ] + } + }, "from": [ 4, 4, @@ -11,27 +31,7 @@ 12, 12, 12 - ], - "faces": { - "west": { - "texture": "#0", - "uv": [ - 16.0, - 0.0, - 12.0, - 4.0 - ] - }, - "east": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 16.0, - 4.0 - ] - } - } + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/ld_y.json b/src/generated/resources/assets/create/models/block/fluid_pipe/ld_y.json index 5d80c42993..a1774db5e0 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/ld_y.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/ld_y.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_y", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "down": { "texture": "#0", @@ -31,7 +21,17 @@ 0.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/ld_z.json b/src/generated/resources/assets/create/models/block/fluid_pipe/ld_z.json index c7e3cf9590..970d4c2d87 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/ld_z.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/ld_z.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_z", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "north": { "texture": "#0", @@ -31,7 +21,17 @@ 4.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/lr_x.json b/src/generated/resources/assets/create/models/block/fluid_pipe/lr_x.json index 517b5a1a7f..c915f66957 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/lr_x.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/lr_x.json @@ -2,6 +2,26 @@ "parent": "create:block/fluid_pipe/core_x", "elements": [ { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 8.0, + 12.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 8.0, + 4.0, + 12.0 + ] + } + }, "from": [ 4, 4, @@ -11,27 +31,7 @@ 12, 12, 12 - ], - "faces": { - "west": { - "texture": "#0", - "uv": [ - 8.0, - 8.0, - 4.0, - 12.0 - ] - }, - "east": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 8.0, - 12.0 - ] - } - } + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/lr_y.json b/src/generated/resources/assets/create/models/block/fluid_pipe/lr_y.json index f4c2c9005f..a1a3756d53 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/lr_y.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/lr_y.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_y", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "down": { "texture": "#0", @@ -31,7 +21,17 @@ 8.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/lr_z.json b/src/generated/resources/assets/create/models/block/fluid_pipe/lr_z.json index cff1c66170..8169a60aee 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/lr_z.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/lr_z.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_z", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "north": { "texture": "#0", @@ -31,7 +21,17 @@ 12.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/lu_x.json b/src/generated/resources/assets/create/models/block/fluid_pipe/lu_x.json index 255a5e69ae..e428a89370 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/lu_x.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/lu_x.json @@ -2,6 +2,26 @@ "parent": "create:block/fluid_pipe/core_x", "elements": [ { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 16.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 16.0, + 4.0, + 12.0, + 8.0 + ] + } + }, "from": [ 4, 4, @@ -11,27 +31,7 @@ 12, 12, 12 - ], - "faces": { - "west": { - "texture": "#0", - "uv": [ - 16.0, - 4.0, - 12.0, - 8.0 - ] - }, - "east": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 16.0, - 8.0 - ] - } - } + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/lu_y.json b/src/generated/resources/assets/create/models/block/fluid_pipe/lu_y.json index aba38ba06b..fea02f78c0 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/lu_y.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/lu_y.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_y", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "down": { "texture": "#0", @@ -31,7 +21,17 @@ 4.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/lu_z.json b/src/generated/resources/assets/create/models/block/fluid_pipe/lu_z.json index e161f7d9e2..cae93a1fac 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/lu_z.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/lu_z.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_z", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "north": { "texture": "#0", @@ -31,7 +21,17 @@ 8.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/r_x.json b/src/generated/resources/assets/create/models/block/fluid_pipe/r_x.json index 0a203d17b7..10dfcc08e2 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/r_x.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/r_x.json @@ -2,6 +2,26 @@ "parent": "create:block/fluid_pipe/core_x", "elements": [ { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 4.0, + 4.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 0.0, + 8.0 + ] + } + }, "from": [ 4, 4, @@ -11,27 +31,7 @@ 12, 12, 12 - ], - "faces": { - "west": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 0.0, - 8.0 - ] - }, - "east": { - "texture": "#0", - "uv": [ - 0.0, - 4.0, - 4.0, - 8.0 - ] - } - } + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/r_y.json b/src/generated/resources/assets/create/models/block/fluid_pipe/r_y.json index dc6ef7551f..d07994de36 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/r_y.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/r_y.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_y", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "down": { "texture": "#0", @@ -31,7 +21,17 @@ 4.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/r_z.json b/src/generated/resources/assets/create/models/block/fluid_pipe/r_z.json index 1b9989f714..0546dd43d8 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/r_z.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/r_z.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_z", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "north": { "texture": "#0", @@ -31,7 +21,17 @@ 8.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/rd_x.json b/src/generated/resources/assets/create/models/block/fluid_pipe/rd_x.json index 28e95bdd89..2c0d8a8d98 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/rd_x.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/rd_x.json @@ -2,6 +2,26 @@ "parent": "create:block/fluid_pipe/core_x", "elements": [ { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 8.0, + 0.0, + 12.0, + 4.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 12.0, + 0.0, + 8.0, + 4.0 + ] + } + }, "from": [ 4, 4, @@ -11,27 +31,7 @@ 12, 12, 12 - ], - "faces": { - "west": { - "texture": "#0", - "uv": [ - 12.0, - 0.0, - 8.0, - 4.0 - ] - }, - "east": { - "texture": "#0", - "uv": [ - 8.0, - 0.0, - 12.0, - 4.0 - ] - } - } + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/rd_y.json b/src/generated/resources/assets/create/models/block/fluid_pipe/rd_y.json index 49be4ff732..70f16e1c80 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/rd_y.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/rd_y.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_y", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "down": { "texture": "#0", @@ -31,7 +21,17 @@ 0.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/rd_z.json b/src/generated/resources/assets/create/models/block/fluid_pipe/rd_z.json index aea5222da0..14eb914b5e 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/rd_z.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/rd_z.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_z", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "north": { "texture": "#0", @@ -31,7 +21,17 @@ 4.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/ru_x.json b/src/generated/resources/assets/create/models/block/fluid_pipe/ru_x.json index 70e855868f..c21c0d703b 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/ru_x.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/ru_x.json @@ -2,6 +2,26 @@ "parent": "create:block/fluid_pipe/core_x", "elements": [ { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 12.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 12.0, + 4.0, + 8.0, + 8.0 + ] + } + }, "from": [ 4, 4, @@ -11,27 +31,7 @@ 12, 12, 12 - ], - "faces": { - "west": { - "texture": "#0", - "uv": [ - 12.0, - 4.0, - 8.0, - 8.0 - ] - }, - "east": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 12.0, - 8.0 - ] - } - } + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/ru_y.json b/src/generated/resources/assets/create/models/block/fluid_pipe/ru_y.json index 0643a61c2f..1a139f05db 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/ru_y.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/ru_y.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_y", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "down": { "texture": "#0", @@ -31,7 +21,17 @@ 4.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/ru_z.json b/src/generated/resources/assets/create/models/block/fluid_pipe/ru_z.json index 4de9fbd37a..7f39f06249 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/ru_z.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/ru_z.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_z", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "north": { "texture": "#0", @@ -31,7 +21,17 @@ 8.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/u_x.json b/src/generated/resources/assets/create/models/block/fluid_pipe/u_x.json index 670d0c4edd..a0feae596f 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/u_x.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/u_x.json @@ -2,6 +2,26 @@ "parent": "create:block/fluid_pipe/core_x", "elements": [ { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 4.0, + 4.0, + 8.0, + 8.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 8.0, + 4.0, + 4.0, + 8.0 + ] + } + }, "from": [ 4, 4, @@ -11,27 +31,7 @@ 12, 12, 12 - ], - "faces": { - "west": { - "texture": "#0", - "uv": [ - 8.0, - 4.0, - 4.0, - 8.0 - ] - }, - "east": { - "texture": "#0", - "uv": [ - 4.0, - 4.0, - 8.0, - 8.0 - ] - } - } + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/u_y.json b/src/generated/resources/assets/create/models/block/fluid_pipe/u_y.json index b8974bc121..86ca601d0c 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/u_y.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/u_y.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_y", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "down": { "texture": "#0", @@ -31,7 +21,17 @@ 4.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/u_z.json b/src/generated/resources/assets/create/models/block/fluid_pipe/u_z.json index b099c2278a..d54e359896 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/u_z.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/u_z.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_z", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "north": { "texture": "#0", @@ -31,7 +21,17 @@ 8.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/ud_x.json b/src/generated/resources/assets/create/models/block/fluid_pipe/ud_x.json index 45d6f7256f..2b82063d05 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/ud_x.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/ud_x.json @@ -2,6 +2,26 @@ "parent": "create:block/fluid_pipe/core_x", "elements": [ { + "faces": { + "east": { + "texture": "#0", + "uv": [ + 0.0, + 8.0, + 4.0, + 12.0 + ] + }, + "west": { + "texture": "#0", + "uv": [ + 4.0, + 8.0, + 0.0, + 12.0 + ] + } + }, "from": [ 4, 4, @@ -11,27 +31,7 @@ 12, 12, 12 - ], - "faces": { - "west": { - "texture": "#0", - "uv": [ - 4.0, - 8.0, - 0.0, - 12.0 - ] - }, - "east": { - "texture": "#0", - "uv": [ - 0.0, - 8.0, - 4.0, - 12.0 - ] - } - } + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/ud_y.json b/src/generated/resources/assets/create/models/block/fluid_pipe/ud_y.json index bffc0517e8..585264cf18 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/ud_y.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/ud_y.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_y", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "down": { "texture": "#0", @@ -31,7 +21,17 @@ 8.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/fluid_pipe/ud_z.json b/src/generated/resources/assets/create/models/block/fluid_pipe/ud_z.json index e3c3341ef6..726ae2b4d9 100644 --- a/src/generated/resources/assets/create/models/block/fluid_pipe/ud_z.json +++ b/src/generated/resources/assets/create/models/block/fluid_pipe/ud_z.json @@ -2,16 +2,6 @@ "parent": "create:block/fluid_pipe/core_z", "elements": [ { - "from": [ - 4, - 4, - 4 - ], - "to": [ - 12, - 12, - 12 - ], "faces": { "north": { "texture": "#0", @@ -31,7 +21,17 @@ 12.0 ] } - } + }, + "from": [ + 4, + 4, + 4 + ], + "to": [ + 12, + 12, + 12 + ] } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/framed_glass_pane_noside.json b/src/generated/resources/assets/create/models/block/framed_glass_pane_noside.json index 739c476a4e..c9a2b2ecae 100644 --- a/src/generated/resources/assets/create/models/block/framed_glass_pane_noside.json +++ b/src/generated/resources/assets/create/models/block/framed_glass_pane_noside.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside", "textures": { - "pane": "create:block/palettes/framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/framed_glass_pane_noside_alt.json b/src/generated/resources/assets/create/models/block/framed_glass_pane_noside_alt.json index 61529cb63e..2d7d73f6d7 100644 --- a/src/generated/resources/assets/create/models/block/framed_glass_pane_noside_alt.json +++ b/src/generated/resources/assets/create/models/block/framed_glass_pane_noside_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside_alt", "textures": { - "pane": "create:block/palettes/framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/framed_glass_pane_post.json b/src/generated/resources/assets/create/models/block/framed_glass_pane_post.json index dc06fff99a..2df201cf13 100644 --- a/src/generated/resources/assets/create/models/block/framed_glass_pane_post.json +++ b/src/generated/resources/assets/create/models/block/framed_glass_pane_post.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/post", "textures": { - "pane": "create:block/palettes/framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/framed_glass_pane_side.json b/src/generated/resources/assets/create/models/block/framed_glass_pane_side.json index f9b4aec759..4dc584f663 100644 --- a/src/generated/resources/assets/create/models/block/framed_glass_pane_side.json +++ b/src/generated/resources/assets/create/models/block/framed_glass_pane_side.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side", "textures": { - "pane": "create:block/palettes/framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/framed_glass_pane_side_alt.json b/src/generated/resources/assets/create/models/block/framed_glass_pane_side_alt.json index 3dbed7bee8..ab38603167 100644 --- a/src/generated/resources/assets/create/models/block/framed_glass_pane_side_alt.json +++ b/src/generated/resources/assets/create/models/block/framed_glass_pane_side_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side_alt", "textures": { - "pane": "create:block/palettes/framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/granite_pillar.json b/src/generated/resources/assets/create/models/block/granite_pillar.json index 4f83e8bd55..33f1ac15d8 100644 --- a/src/generated/resources/assets/create/models/block/granite_pillar.json +++ b/src/generated/resources/assets/create/models/block/granite_pillar.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/pillar/granite_cut_pillar", - "end": "create:block/palettes/stone_types/cap/granite_cut_cap" + "end": "create:block/palettes/stone_types/cap/granite_cut_cap", + "side": "create:block/palettes/stone_types/pillar/granite_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/granite_pillar_horizontal.json b/src/generated/resources/assets/create/models/block/granite_pillar_horizontal.json index 8dc8d9350e..df9203686b 100644 --- a/src/generated/resources/assets/create/models/block/granite_pillar_horizontal.json +++ b/src/generated/resources/assets/create/models/block/granite_pillar_horizontal.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column_horizontal", "textures": { - "side": "create:block/palettes/stone_types/pillar/granite_cut_pillar", - "end": "create:block/palettes/stone_types/cap/granite_cut_cap" + "end": "create:block/palettes/stone_types/cap/granite_cut_cap", + "side": "create:block/palettes/stone_types/pillar/granite_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_noside.json b/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_noside.json index 739c476a4e..c9a2b2ecae 100644 --- a/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_noside.json +++ b/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_noside.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside", "textures": { - "pane": "create:block/palettes/framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_noside_alt.json b/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_noside_alt.json index 61529cb63e..2d7d73f6d7 100644 --- a/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_noside_alt.json +++ b/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_noside_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside_alt", "textures": { - "pane": "create:block/palettes/framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_post.json b/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_post.json index dc06fff99a..2df201cf13 100644 --- a/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_post.json +++ b/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_post.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/post", "textures": { - "pane": "create:block/palettes/framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_side.json b/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_side.json index f9b4aec759..4dc584f663 100644 --- a/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_side.json +++ b/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_side.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side", "textures": { - "pane": "create:block/palettes/framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_side_alt.json b/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_side_alt.json index 3dbed7bee8..ab38603167 100644 --- a/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_side_alt.json +++ b/src/generated/resources/assets/create/models/block/horizontal_framed_glass_pane_side_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side_alt", "textures": { - "pane": "create:block/palettes/framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/jungle_window.json b/src/generated/resources/assets/create/models/block/jungle_window.json index ccae0c24d0..fff7dd6bdb 100644 --- a/src/generated/resources/assets/create/models/block/jungle_window.json +++ b/src/generated/resources/assets/create/models/block/jungle_window.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/jungle_window", - "end": "minecraft:block/jungle_planks" + "end": "minecraft:block/jungle_planks", + "side": "create:block/palettes/jungle_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/jungle_window_pane_noside.json b/src/generated/resources/assets/create/models/block/jungle_window_pane_noside.json index 7183afc54a..d1e1c4d18f 100644 --- a/src/generated/resources/assets/create/models/block/jungle_window_pane_noside.json +++ b/src/generated/resources/assets/create/models/block/jungle_window_pane_noside.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside", "textures": { - "pane": "create:block/palettes/jungle_window", - "edge": "minecraft:block/jungle_planks" + "edge": "minecraft:block/jungle_planks", + "pane": "create:block/palettes/jungle_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/jungle_window_pane_noside_alt.json b/src/generated/resources/assets/create/models/block/jungle_window_pane_noside_alt.json index 18715700cb..58c55a0e50 100644 --- a/src/generated/resources/assets/create/models/block/jungle_window_pane_noside_alt.json +++ b/src/generated/resources/assets/create/models/block/jungle_window_pane_noside_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside_alt", "textures": { - "pane": "create:block/palettes/jungle_window", - "edge": "minecraft:block/jungle_planks" + "edge": "minecraft:block/jungle_planks", + "pane": "create:block/palettes/jungle_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/jungle_window_pane_post.json b/src/generated/resources/assets/create/models/block/jungle_window_pane_post.json index 425883b834..7cc44bd3cc 100644 --- a/src/generated/resources/assets/create/models/block/jungle_window_pane_post.json +++ b/src/generated/resources/assets/create/models/block/jungle_window_pane_post.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/post", "textures": { - "pane": "create:block/palettes/jungle_window", - "edge": "minecraft:block/jungle_planks" + "edge": "minecraft:block/jungle_planks", + "pane": "create:block/palettes/jungle_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/jungle_window_pane_side.json b/src/generated/resources/assets/create/models/block/jungle_window_pane_side.json index 12870252f4..47bc65e72a 100644 --- a/src/generated/resources/assets/create/models/block/jungle_window_pane_side.json +++ b/src/generated/resources/assets/create/models/block/jungle_window_pane_side.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side", "textures": { - "pane": "create:block/palettes/jungle_window", - "edge": "minecraft:block/jungle_planks" + "edge": "minecraft:block/jungle_planks", + "pane": "create:block/palettes/jungle_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/jungle_window_pane_side_alt.json b/src/generated/resources/assets/create/models/block/jungle_window_pane_side_alt.json index ac0ac81be5..0d11a27366 100644 --- a/src/generated/resources/assets/create/models/block/jungle_window_pane_side_alt.json +++ b/src/generated/resources/assets/create/models/block/jungle_window_pane_side_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side_alt", "textures": { - "pane": "create:block/palettes/jungle_window", - "edge": "minecraft:block/jungle_planks" + "edge": "minecraft:block/jungle_planks", + "pane": "create:block/palettes/jungle_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_andesite.json b/src/generated/resources/assets/create/models/block/layered_andesite.json index a1c5b0baa5..b889c1c8f9 100644 --- a/src/generated/resources/assets/create/models/block/layered_andesite.json +++ b/src/generated/resources/assets/create/models/block/layered_andesite.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/layered/andesite_cut_layered", - "end": "create:block/palettes/stone_types/cap/andesite_cut_cap" + "end": "create:block/palettes/stone_types/cap/andesite_cut_cap", + "side": "create:block/palettes/stone_types/layered/andesite_cut_layered" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_asurine.json b/src/generated/resources/assets/create/models/block/layered_asurine.json index 0ed207d7f6..5d99c01c7b 100644 --- a/src/generated/resources/assets/create/models/block/layered_asurine.json +++ b/src/generated/resources/assets/create/models/block/layered_asurine.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/layered/asurine_cut_layered", - "end": "create:block/palettes/stone_types/cap/asurine_cut_cap" + "end": "create:block/palettes/stone_types/cap/asurine_cut_cap", + "side": "create:block/palettes/stone_types/layered/asurine_cut_layered" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_calcite.json b/src/generated/resources/assets/create/models/block/layered_calcite.json index 7e7e75fea7..9315dd0fef 100644 --- a/src/generated/resources/assets/create/models/block/layered_calcite.json +++ b/src/generated/resources/assets/create/models/block/layered_calcite.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/layered/calcite_cut_layered", - "end": "create:block/palettes/stone_types/cap/calcite_cut_cap" + "end": "create:block/palettes/stone_types/cap/calcite_cut_cap", + "side": "create:block/palettes/stone_types/layered/calcite_cut_layered" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_crimsite.json b/src/generated/resources/assets/create/models/block/layered_crimsite.json index 13e3686a0c..3d9bbf73d2 100644 --- a/src/generated/resources/assets/create/models/block/layered_crimsite.json +++ b/src/generated/resources/assets/create/models/block/layered_crimsite.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/layered/crimsite_cut_layered", - "end": "create:block/palettes/stone_types/cap/crimsite_cut_cap" + "end": "create:block/palettes/stone_types/cap/crimsite_cut_cap", + "side": "create:block/palettes/stone_types/layered/crimsite_cut_layered" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_deepslate.json b/src/generated/resources/assets/create/models/block/layered_deepslate.json index 23f948e30e..033efd1f62 100644 --- a/src/generated/resources/assets/create/models/block/layered_deepslate.json +++ b/src/generated/resources/assets/create/models/block/layered_deepslate.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/layered/deepslate_cut_layered", - "end": "create:block/palettes/stone_types/cap/deepslate_cut_cap" + "end": "create:block/palettes/stone_types/cap/deepslate_cut_cap", + "side": "create:block/palettes/stone_types/layered/deepslate_cut_layered" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_diorite.json b/src/generated/resources/assets/create/models/block/layered_diorite.json index 679b0af339..6f83d17144 100644 --- a/src/generated/resources/assets/create/models/block/layered_diorite.json +++ b/src/generated/resources/assets/create/models/block/layered_diorite.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/layered/diorite_cut_layered", - "end": "create:block/palettes/stone_types/cap/diorite_cut_cap" + "end": "create:block/palettes/stone_types/cap/diorite_cut_cap", + "side": "create:block/palettes/stone_types/layered/diorite_cut_layered" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_dripstone.json b/src/generated/resources/assets/create/models/block/layered_dripstone.json index d934bc9897..761e1098d0 100644 --- a/src/generated/resources/assets/create/models/block/layered_dripstone.json +++ b/src/generated/resources/assets/create/models/block/layered_dripstone.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/layered/dripstone_cut_layered", - "end": "create:block/palettes/stone_types/cap/dripstone_cut_cap" + "end": "create:block/palettes/stone_types/cap/dripstone_cut_cap", + "side": "create:block/palettes/stone_types/layered/dripstone_cut_layered" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_granite.json b/src/generated/resources/assets/create/models/block/layered_granite.json index 82c460eeea..0bce9ca467 100644 --- a/src/generated/resources/assets/create/models/block/layered_granite.json +++ b/src/generated/resources/assets/create/models/block/layered_granite.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/layered/granite_cut_layered", - "end": "create:block/palettes/stone_types/cap/granite_cut_cap" + "end": "create:block/palettes/stone_types/cap/granite_cut_cap", + "side": "create:block/palettes/stone_types/layered/granite_cut_layered" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_limestone.json b/src/generated/resources/assets/create/models/block/layered_limestone.json index 00936438b5..f325926b13 100644 --- a/src/generated/resources/assets/create/models/block/layered_limestone.json +++ b/src/generated/resources/assets/create/models/block/layered_limestone.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/layered/limestone_cut_layered", - "end": "create:block/palettes/stone_types/cap/limestone_cut_cap" + "end": "create:block/palettes/stone_types/cap/limestone_cut_cap", + "side": "create:block/palettes/stone_types/layered/limestone_cut_layered" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_ochrum.json b/src/generated/resources/assets/create/models/block/layered_ochrum.json index 56c43b3f1a..96fdd1795a 100644 --- a/src/generated/resources/assets/create/models/block/layered_ochrum.json +++ b/src/generated/resources/assets/create/models/block/layered_ochrum.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/layered/ochrum_cut_layered", - "end": "create:block/palettes/stone_types/cap/ochrum_cut_cap" + "end": "create:block/palettes/stone_types/cap/ochrum_cut_cap", + "side": "create:block/palettes/stone_types/layered/ochrum_cut_layered" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_scorchia.json b/src/generated/resources/assets/create/models/block/layered_scorchia.json index d7a6536d16..a3d669e7c3 100644 --- a/src/generated/resources/assets/create/models/block/layered_scorchia.json +++ b/src/generated/resources/assets/create/models/block/layered_scorchia.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/layered/scorchia_cut_layered", - "end": "create:block/palettes/stone_types/cap/scorchia_cut_cap" + "end": "create:block/palettes/stone_types/cap/scorchia_cut_cap", + "side": "create:block/palettes/stone_types/layered/scorchia_cut_layered" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_scoria.json b/src/generated/resources/assets/create/models/block/layered_scoria.json index cf2bb3aaa3..9d202bf351 100644 --- a/src/generated/resources/assets/create/models/block/layered_scoria.json +++ b/src/generated/resources/assets/create/models/block/layered_scoria.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/layered/scoria_cut_layered", - "end": "create:block/palettes/stone_types/cap/scoria_cut_cap" + "end": "create:block/palettes/stone_types/cap/scoria_cut_cap", + "side": "create:block/palettes/stone_types/layered/scoria_cut_layered" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_tuff.json b/src/generated/resources/assets/create/models/block/layered_tuff.json index 424cec67a1..b63208fe84 100644 --- a/src/generated/resources/assets/create/models/block/layered_tuff.json +++ b/src/generated/resources/assets/create/models/block/layered_tuff.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/layered/tuff_cut_layered", - "end": "create:block/palettes/stone_types/cap/tuff_cut_cap" + "end": "create:block/palettes/stone_types/cap/tuff_cut_cap", + "side": "create:block/palettes/stone_types/layered/tuff_cut_layered" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/layered_veridium.json b/src/generated/resources/assets/create/models/block/layered_veridium.json index d60360514f..6b535f4015 100644 --- a/src/generated/resources/assets/create/models/block/layered_veridium.json +++ b/src/generated/resources/assets/create/models/block/layered_veridium.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/layered/veridium_cut_layered", - "end": "create:block/palettes/stone_types/cap/veridium_cut_cap" + "end": "create:block/palettes/stone_types/cap/veridium_cut_cap", + "side": "create:block/palettes/stone_types/layered/veridium_cut_layered" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/limestone_pillar.json b/src/generated/resources/assets/create/models/block/limestone_pillar.json index 1798f71e7a..86ccd397d2 100644 --- a/src/generated/resources/assets/create/models/block/limestone_pillar.json +++ b/src/generated/resources/assets/create/models/block/limestone_pillar.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/pillar/limestone_cut_pillar", - "end": "create:block/palettes/stone_types/cap/limestone_cut_cap" + "end": "create:block/palettes/stone_types/cap/limestone_cut_cap", + "side": "create:block/palettes/stone_types/pillar/limestone_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/limestone_pillar_horizontal.json b/src/generated/resources/assets/create/models/block/limestone_pillar_horizontal.json index c6b3375bc1..cff57a218a 100644 --- a/src/generated/resources/assets/create/models/block/limestone_pillar_horizontal.json +++ b/src/generated/resources/assets/create/models/block/limestone_pillar_horizontal.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column_horizontal", "textures": { - "side": "create:block/palettes/stone_types/pillar/limestone_cut_pillar", - "end": "create:block/palettes/stone_types/cap/limestone_cut_cap" + "end": "create:block/palettes/stone_types/cap/limestone_cut_cap", + "side": "create:block/palettes/stone_types/pillar/limestone_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/linear_chassis.json b/src/generated/resources/assets/create/models/block/linear_chassis.json index f4f7affdbd..2e859bb1ac 100644 --- a/src/generated/resources/assets/create/models/block/linear_chassis.json +++ b/src/generated/resources/assets/create/models/block/linear_chassis.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/cube_bottom_top", "textures": { - "side": "create:block/linear_chassis_side", "bottom": "create:block/linear_chassis_end", + "side": "create:block/linear_chassis_side", "top": "create:block/linear_chassis_end" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/linear_chassis_bottom.json b/src/generated/resources/assets/create/models/block/linear_chassis_bottom.json index 45e36468eb..80826c9fff 100644 --- a/src/generated/resources/assets/create/models/block/linear_chassis_bottom.json +++ b/src/generated/resources/assets/create/models/block/linear_chassis_bottom.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/cube_bottom_top", "textures": { - "side": "create:block/linear_chassis_side", "bottom": "create:block/linear_chassis_end_sticky", + "side": "create:block/linear_chassis_side", "top": "create:block/linear_chassis_end" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/linear_chassis_top.json b/src/generated/resources/assets/create/models/block/linear_chassis_top.json index 208f541a24..4414e60f3d 100644 --- a/src/generated/resources/assets/create/models/block/linear_chassis_top.json +++ b/src/generated/resources/assets/create/models/block/linear_chassis_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/cube_bottom_top", "textures": { - "side": "create:block/linear_chassis_side", "bottom": "create:block/linear_chassis_end", + "side": "create:block/linear_chassis_side", "top": "create:block/linear_chassis_end_sticky" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/linear_chassis_top_bottom.json b/src/generated/resources/assets/create/models/block/linear_chassis_top_bottom.json index da6fcecacb..cc35edfed2 100644 --- a/src/generated/resources/assets/create/models/block/linear_chassis_top_bottom.json +++ b/src/generated/resources/assets/create/models/block/linear_chassis_top_bottom.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/cube_bottom_top", "textures": { - "side": "create:block/linear_chassis_side", "bottom": "create:block/linear_chassis_end_sticky", + "side": "create:block/linear_chassis_side", "top": "create:block/linear_chassis_end_sticky" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/mechanical_bearing.json b/src/generated/resources/assets/create/models/block/mechanical_bearing.json index 74a704e576..58f9255207 100644 --- a/src/generated/resources/assets/create/models/block/mechanical_bearing.json +++ b/src/generated/resources/assets/create/models/block/mechanical_bearing.json @@ -1,8 +1,8 @@ { "parent": "create:block/bearing/block", "textures": { - "side": "create:block/mechanical_bearing_side", + "back": "create:block/gearbox", "nook": "create:block/brass_casing", - "back": "create:block/gearbox" + "side": "create:block/mechanical_bearing_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oak_window.json b/src/generated/resources/assets/create/models/block/oak_window.json index 068e88211f..565f72b15e 100644 --- a/src/generated/resources/assets/create/models/block/oak_window.json +++ b/src/generated/resources/assets/create/models/block/oak_window.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/oak_window", - "end": "minecraft:block/oak_planks" + "end": "minecraft:block/oak_planks", + "side": "create:block/palettes/oak_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oak_window_pane_noside.json b/src/generated/resources/assets/create/models/block/oak_window_pane_noside.json index 0fdb830057..4fe1f0c692 100644 --- a/src/generated/resources/assets/create/models/block/oak_window_pane_noside.json +++ b/src/generated/resources/assets/create/models/block/oak_window_pane_noside.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside", "textures": { - "pane": "create:block/palettes/oak_window", - "edge": "minecraft:block/oak_planks" + "edge": "minecraft:block/oak_planks", + "pane": "create:block/palettes/oak_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oak_window_pane_noside_alt.json b/src/generated/resources/assets/create/models/block/oak_window_pane_noside_alt.json index ce12de9924..7589368baa 100644 --- a/src/generated/resources/assets/create/models/block/oak_window_pane_noside_alt.json +++ b/src/generated/resources/assets/create/models/block/oak_window_pane_noside_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside_alt", "textures": { - "pane": "create:block/palettes/oak_window", - "edge": "minecraft:block/oak_planks" + "edge": "minecraft:block/oak_planks", + "pane": "create:block/palettes/oak_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oak_window_pane_post.json b/src/generated/resources/assets/create/models/block/oak_window_pane_post.json index 161d97142b..a80ef426bf 100644 --- a/src/generated/resources/assets/create/models/block/oak_window_pane_post.json +++ b/src/generated/resources/assets/create/models/block/oak_window_pane_post.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/post", "textures": { - "pane": "create:block/palettes/oak_window", - "edge": "minecraft:block/oak_planks" + "edge": "minecraft:block/oak_planks", + "pane": "create:block/palettes/oak_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oak_window_pane_side.json b/src/generated/resources/assets/create/models/block/oak_window_pane_side.json index 1cd0eb29f4..2773dbf016 100644 --- a/src/generated/resources/assets/create/models/block/oak_window_pane_side.json +++ b/src/generated/resources/assets/create/models/block/oak_window_pane_side.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side", "textures": { - "pane": "create:block/palettes/oak_window", - "edge": "minecraft:block/oak_planks" + "edge": "minecraft:block/oak_planks", + "pane": "create:block/palettes/oak_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oak_window_pane_side_alt.json b/src/generated/resources/assets/create/models/block/oak_window_pane_side_alt.json index 1e2dc2da9d..4a89825385 100644 --- a/src/generated/resources/assets/create/models/block/oak_window_pane_side_alt.json +++ b/src/generated/resources/assets/create/models/block/oak_window_pane_side_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side_alt", "textures": { - "pane": "create:block/palettes/oak_window", - "edge": "minecraft:block/oak_planks" + "edge": "minecraft:block/oak_planks", + "pane": "create:block/palettes/oak_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/ochrum_pillar.json b/src/generated/resources/assets/create/models/block/ochrum_pillar.json index 3530a303e6..a85bd80ddb 100644 --- a/src/generated/resources/assets/create/models/block/ochrum_pillar.json +++ b/src/generated/resources/assets/create/models/block/ochrum_pillar.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/pillar/ochrum_cut_pillar", - "end": "create:block/palettes/stone_types/cap/ochrum_cut_cap" + "end": "create:block/palettes/stone_types/cap/ochrum_cut_cap", + "side": "create:block/palettes/stone_types/pillar/ochrum_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/ochrum_pillar_horizontal.json b/src/generated/resources/assets/create/models/block/ochrum_pillar_horizontal.json index ba7ac3ef37..8a3d1d0d90 100644 --- a/src/generated/resources/assets/create/models/block/ochrum_pillar_horizontal.json +++ b/src/generated/resources/assets/create/models/block/ochrum_pillar_horizontal.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column_horizontal", "textures": { - "side": "create:block/palettes/stone_types/pillar/ochrum_cut_pillar", - "end": "create:block/palettes/stone_types/cap/ochrum_cut_cap" + "end": "create:block/palettes/stone_types/cap/ochrum_cut_cap", + "side": "create:block/palettes/stone_types/pillar/ochrum_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/ornate_iron_window.json b/src/generated/resources/assets/create/models/block/ornate_iron_window.json index b766dbedfc..d459c21259 100644 --- a/src/generated/resources/assets/create/models/block/ornate_iron_window.json +++ b/src/generated/resources/assets/create/models/block/ornate_iron_window.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/ornate_iron_window", - "end": "create:block/palettes/ornate_iron_window_end" + "end": "create:block/palettes/ornate_iron_window_end", + "side": "create:block/palettes/ornate_iron_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_noside.json b/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_noside.json index 60f2f448cf..118c688d9f 100644 --- a/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_noside.json +++ b/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_noside.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside", "textures": { - "pane": "create:block/palettes/ornate_iron_window", - "edge": "create:block/palettes/ornate_iron_window_pane_top" + "edge": "create:block/palettes/ornate_iron_window_pane_top", + "pane": "create:block/palettes/ornate_iron_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_noside_alt.json b/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_noside_alt.json index eb67ce24ab..917da7df89 100644 --- a/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_noside_alt.json +++ b/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_noside_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside_alt", "textures": { - "pane": "create:block/palettes/ornate_iron_window", - "edge": "create:block/palettes/ornate_iron_window_pane_top" + "edge": "create:block/palettes/ornate_iron_window_pane_top", + "pane": "create:block/palettes/ornate_iron_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_post.json b/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_post.json index 2e2eccbb8e..c22e11bca8 100644 --- a/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_post.json +++ b/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_post.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/post", "textures": { - "pane": "create:block/palettes/ornate_iron_window", - "edge": "create:block/palettes/ornate_iron_window_pane_top" + "edge": "create:block/palettes/ornate_iron_window_pane_top", + "pane": "create:block/palettes/ornate_iron_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_side.json b/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_side.json index 51736969c5..32a0f43a9c 100644 --- a/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_side.json +++ b/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_side.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side", "textures": { - "pane": "create:block/palettes/ornate_iron_window", - "edge": "create:block/palettes/ornate_iron_window_pane_top" + "edge": "create:block/palettes/ornate_iron_window_pane_top", + "pane": "create:block/palettes/ornate_iron_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_side_alt.json b/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_side_alt.json index 39480d0d10..b7c02ef869 100644 --- a/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_side_alt.json +++ b/src/generated/resources/assets/create/models/block/ornate_iron_window_pane_side_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side_alt", "textures": { - "pane": "create:block/palettes/ornate_iron_window", - "edge": "create:block/palettes/ornate_iron_window_pane_top" + "edge": "create:block/palettes/ornate_iron_window_pane_top", + "pane": "create:block/palettes/ornate_iron_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_slab.json b/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_slab.json index 99054cba79..57ae2981c6 100644 --- a/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_slab.json +++ b/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/copper/oxidized_copper_shingles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_shingles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_slab_top.json b/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_slab_top.json index 7c30bf73df..0646a1e04e 100644 --- a/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_slab_top.json +++ b/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/copper/oxidized_copper_shingles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_shingles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_stairs.json b/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_stairs.json index 8c9833e156..46d87ebf22 100644 --- a/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_stairs.json +++ b/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/copper/oxidized_copper_shingles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_shingles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_stairs_inner.json b/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_stairs_inner.json index ec4614a3a2..f33948c1d8 100644 --- a/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/copper/oxidized_copper_shingles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_shingles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_stairs_outer.json b/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_stairs_outer.json index b2bc7d83e7..3cbba3739e 100644 --- a/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/oxidized_copper_shingle_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/copper/oxidized_copper_shingles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_shingles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oxidized_copper_shingles.json b/src/generated/resources/assets/create/models/block/oxidized_copper_shingles.json index a2701b15fb..960c4691fe 100644 --- a/src/generated/resources/assets/create/models/block/oxidized_copper_shingles.json +++ b/src/generated/resources/assets/create/models/block/oxidized_copper_shingles.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/copper/oxidized_copper_shingles", - "end": "create:block/copper/oxidized_copper_roof_top" + "end": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_shingles" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oxidized_copper_tile_slab.json b/src/generated/resources/assets/create/models/block/oxidized_copper_tile_slab.json index 356d12d452..b69c5a3bd4 100644 --- a/src/generated/resources/assets/create/models/block/oxidized_copper_tile_slab.json +++ b/src/generated/resources/assets/create/models/block/oxidized_copper_tile_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/copper/oxidized_copper_tiles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_tiles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oxidized_copper_tile_slab_top.json b/src/generated/resources/assets/create/models/block/oxidized_copper_tile_slab_top.json index dee53dcce1..c5558e1cc0 100644 --- a/src/generated/resources/assets/create/models/block/oxidized_copper_tile_slab_top.json +++ b/src/generated/resources/assets/create/models/block/oxidized_copper_tile_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/copper/oxidized_copper_tiles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_tiles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oxidized_copper_tile_stairs.json b/src/generated/resources/assets/create/models/block/oxidized_copper_tile_stairs.json index d136c50772..bca1699c2d 100644 --- a/src/generated/resources/assets/create/models/block/oxidized_copper_tile_stairs.json +++ b/src/generated/resources/assets/create/models/block/oxidized_copper_tile_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/copper/oxidized_copper_tiles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_tiles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oxidized_copper_tile_stairs_inner.json b/src/generated/resources/assets/create/models/block/oxidized_copper_tile_stairs_inner.json index 965f0e78fa..8f0bc587df 100644 --- a/src/generated/resources/assets/create/models/block/oxidized_copper_tile_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/oxidized_copper_tile_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/copper/oxidized_copper_tiles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_tiles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oxidized_copper_tile_stairs_outer.json b/src/generated/resources/assets/create/models/block/oxidized_copper_tile_stairs_outer.json index c2abd5b467..064f048877 100644 --- a/src/generated/resources/assets/create/models/block/oxidized_copper_tile_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/oxidized_copper_tile_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/copper/oxidized_copper_tiles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_tiles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/oxidized_copper_tiles.json b/src/generated/resources/assets/create/models/block/oxidized_copper_tiles.json index 7bda58ac5b..2a502428c2 100644 --- a/src/generated/resources/assets/create/models/block/oxidized_copper_tiles.json +++ b/src/generated/resources/assets/create/models/block/oxidized_copper_tiles.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/copper/oxidized_copper_tiles", - "end": "create:block/copper/oxidized_copper_roof_top" + "end": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_tiles" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_andesite_slab.json b/src/generated/resources/assets/create/models/block/polished_cut_andesite_slab.json index 458abce5e2..a805d372c3 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_andesite_slab.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_andesite_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/slab/andesite_cut_slab", "bottom": "create:block/palettes/stone_types/polished/andesite_cut_polished", + "side": "create:block/palettes/stone_types/slab/andesite_cut_slab", "top": "create:block/palettes/stone_types/polished/andesite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_andesite_slab_double.json b/src/generated/resources/assets/create/models/block/polished_cut_andesite_slab_double.json index cd0ee67699..8ab2f90ce3 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_andesite_slab_double.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_andesite_slab_double.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/slab/andesite_cut_slab", - "end": "create:block/palettes/stone_types/polished/andesite_cut_polished" + "end": "create:block/palettes/stone_types/polished/andesite_cut_polished", + "side": "create:block/palettes/stone_types/slab/andesite_cut_slab" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_andesite_slab_top.json b/src/generated/resources/assets/create/models/block/polished_cut_andesite_slab_top.json index b34978f710..9db77a9e85 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_andesite_slab_top.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_andesite_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/slab/andesite_cut_slab", "bottom": "create:block/palettes/stone_types/polished/andesite_cut_polished", + "side": "create:block/palettes/stone_types/slab/andesite_cut_slab", "top": "create:block/palettes/stone_types/polished/andesite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_andesite_stairs.json b/src/generated/resources/assets/create/models/block/polished_cut_andesite_stairs.json index c44ab8a141..bff4999b49 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_andesite_stairs.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_andesite_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/andesite_cut_polished", "bottom": "create:block/palettes/stone_types/polished/andesite_cut_polished", + "side": "create:block/palettes/stone_types/polished/andesite_cut_polished", "top": "create:block/palettes/stone_types/polished/andesite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_andesite_stairs_inner.json b/src/generated/resources/assets/create/models/block/polished_cut_andesite_stairs_inner.json index eb08a239b6..819a97254c 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_andesite_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_andesite_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/andesite_cut_polished", "bottom": "create:block/palettes/stone_types/polished/andesite_cut_polished", + "side": "create:block/palettes/stone_types/polished/andesite_cut_polished", "top": "create:block/palettes/stone_types/polished/andesite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_andesite_stairs_outer.json b/src/generated/resources/assets/create/models/block/polished_cut_andesite_stairs_outer.json index 9cef52334c..e9eae174ed 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_andesite_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_andesite_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/andesite_cut_polished", "bottom": "create:block/palettes/stone_types/polished/andesite_cut_polished", + "side": "create:block/palettes/stone_types/polished/andesite_cut_polished", "top": "create:block/palettes/stone_types/polished/andesite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_asurine_slab.json b/src/generated/resources/assets/create/models/block/polished_cut_asurine_slab.json index 2c279c38cb..222403aefb 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_asurine_slab.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_asurine_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/slab/asurine_cut_slab", "bottom": "create:block/palettes/stone_types/polished/asurine_cut_polished", + "side": "create:block/palettes/stone_types/slab/asurine_cut_slab", "top": "create:block/palettes/stone_types/polished/asurine_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_asurine_slab_double.json b/src/generated/resources/assets/create/models/block/polished_cut_asurine_slab_double.json index 94467f0cbc..8bd8b2879c 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_asurine_slab_double.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_asurine_slab_double.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/slab/asurine_cut_slab", - "end": "create:block/palettes/stone_types/polished/asurine_cut_polished" + "end": "create:block/palettes/stone_types/polished/asurine_cut_polished", + "side": "create:block/palettes/stone_types/slab/asurine_cut_slab" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_asurine_slab_top.json b/src/generated/resources/assets/create/models/block/polished_cut_asurine_slab_top.json index 8b8ab0f1df..20c42bd232 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_asurine_slab_top.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_asurine_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/slab/asurine_cut_slab", "bottom": "create:block/palettes/stone_types/polished/asurine_cut_polished", + "side": "create:block/palettes/stone_types/slab/asurine_cut_slab", "top": "create:block/palettes/stone_types/polished/asurine_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_asurine_stairs.json b/src/generated/resources/assets/create/models/block/polished_cut_asurine_stairs.json index 78a8813e23..ba80814f58 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_asurine_stairs.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_asurine_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/asurine_cut_polished", "bottom": "create:block/palettes/stone_types/polished/asurine_cut_polished", + "side": "create:block/palettes/stone_types/polished/asurine_cut_polished", "top": "create:block/palettes/stone_types/polished/asurine_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_asurine_stairs_inner.json b/src/generated/resources/assets/create/models/block/polished_cut_asurine_stairs_inner.json index 0aaa453149..b9e6750c39 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_asurine_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_asurine_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/asurine_cut_polished", "bottom": "create:block/palettes/stone_types/polished/asurine_cut_polished", + "side": "create:block/palettes/stone_types/polished/asurine_cut_polished", "top": "create:block/palettes/stone_types/polished/asurine_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_asurine_stairs_outer.json b/src/generated/resources/assets/create/models/block/polished_cut_asurine_stairs_outer.json index 2fbeeecb92..d47a776d6c 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_asurine_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_asurine_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/asurine_cut_polished", "bottom": "create:block/palettes/stone_types/polished/asurine_cut_polished", + "side": "create:block/palettes/stone_types/polished/asurine_cut_polished", "top": "create:block/palettes/stone_types/polished/asurine_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_calcite_slab.json b/src/generated/resources/assets/create/models/block/polished_cut_calcite_slab.json index 18f85566a3..93820376d8 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_calcite_slab.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_calcite_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/slab/calcite_cut_slab", "bottom": "create:block/palettes/stone_types/polished/calcite_cut_polished", + "side": "create:block/palettes/stone_types/slab/calcite_cut_slab", "top": "create:block/palettes/stone_types/polished/calcite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_calcite_slab_double.json b/src/generated/resources/assets/create/models/block/polished_cut_calcite_slab_double.json index a149bce4f7..7202b41e2c 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_calcite_slab_double.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_calcite_slab_double.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/slab/calcite_cut_slab", - "end": "create:block/palettes/stone_types/polished/calcite_cut_polished" + "end": "create:block/palettes/stone_types/polished/calcite_cut_polished", + "side": "create:block/palettes/stone_types/slab/calcite_cut_slab" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_calcite_slab_top.json b/src/generated/resources/assets/create/models/block/polished_cut_calcite_slab_top.json index 231423b054..83d33c790f 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_calcite_slab_top.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_calcite_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/slab/calcite_cut_slab", "bottom": "create:block/palettes/stone_types/polished/calcite_cut_polished", + "side": "create:block/palettes/stone_types/slab/calcite_cut_slab", "top": "create:block/palettes/stone_types/polished/calcite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_calcite_stairs.json b/src/generated/resources/assets/create/models/block/polished_cut_calcite_stairs.json index 69548e6809..dedbb3a047 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_calcite_stairs.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_calcite_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/calcite_cut_polished", "bottom": "create:block/palettes/stone_types/polished/calcite_cut_polished", + "side": "create:block/palettes/stone_types/polished/calcite_cut_polished", "top": "create:block/palettes/stone_types/polished/calcite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_calcite_stairs_inner.json b/src/generated/resources/assets/create/models/block/polished_cut_calcite_stairs_inner.json index 361c41908c..9facc86af3 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_calcite_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_calcite_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/calcite_cut_polished", "bottom": "create:block/palettes/stone_types/polished/calcite_cut_polished", + "side": "create:block/palettes/stone_types/polished/calcite_cut_polished", "top": "create:block/palettes/stone_types/polished/calcite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_calcite_stairs_outer.json b/src/generated/resources/assets/create/models/block/polished_cut_calcite_stairs_outer.json index d36da36e79..6fd3bc526d 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_calcite_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_calcite_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/calcite_cut_polished", "bottom": "create:block/palettes/stone_types/polished/calcite_cut_polished", + "side": "create:block/palettes/stone_types/polished/calcite_cut_polished", "top": "create:block/palettes/stone_types/polished/calcite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_crimsite_slab.json b/src/generated/resources/assets/create/models/block/polished_cut_crimsite_slab.json index 0ebb328be6..096fa0abb9 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_crimsite_slab.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_crimsite_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/slab/crimsite_cut_slab", "bottom": "create:block/palettes/stone_types/polished/crimsite_cut_polished", + "side": "create:block/palettes/stone_types/slab/crimsite_cut_slab", "top": "create:block/palettes/stone_types/polished/crimsite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_crimsite_slab_double.json b/src/generated/resources/assets/create/models/block/polished_cut_crimsite_slab_double.json index 31efb29bd9..139da991fb 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_crimsite_slab_double.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_crimsite_slab_double.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/slab/crimsite_cut_slab", - "end": "create:block/palettes/stone_types/polished/crimsite_cut_polished" + "end": "create:block/palettes/stone_types/polished/crimsite_cut_polished", + "side": "create:block/palettes/stone_types/slab/crimsite_cut_slab" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_crimsite_slab_top.json b/src/generated/resources/assets/create/models/block/polished_cut_crimsite_slab_top.json index aec944a7a0..4e42534104 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_crimsite_slab_top.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_crimsite_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/slab/crimsite_cut_slab", "bottom": "create:block/palettes/stone_types/polished/crimsite_cut_polished", + "side": "create:block/palettes/stone_types/slab/crimsite_cut_slab", "top": "create:block/palettes/stone_types/polished/crimsite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_crimsite_stairs.json b/src/generated/resources/assets/create/models/block/polished_cut_crimsite_stairs.json index af366823aa..3f844b1d86 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_crimsite_stairs.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_crimsite_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/crimsite_cut_polished", "bottom": "create:block/palettes/stone_types/polished/crimsite_cut_polished", + "side": "create:block/palettes/stone_types/polished/crimsite_cut_polished", "top": "create:block/palettes/stone_types/polished/crimsite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_crimsite_stairs_inner.json b/src/generated/resources/assets/create/models/block/polished_cut_crimsite_stairs_inner.json index 38ce18f719..a31ddb88b7 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_crimsite_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_crimsite_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/crimsite_cut_polished", "bottom": "create:block/palettes/stone_types/polished/crimsite_cut_polished", + "side": "create:block/palettes/stone_types/polished/crimsite_cut_polished", "top": "create:block/palettes/stone_types/polished/crimsite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_crimsite_stairs_outer.json b/src/generated/resources/assets/create/models/block/polished_cut_crimsite_stairs_outer.json index d2c2f16c60..79e9cb1486 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_crimsite_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_crimsite_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/crimsite_cut_polished", "bottom": "create:block/palettes/stone_types/polished/crimsite_cut_polished", + "side": "create:block/palettes/stone_types/polished/crimsite_cut_polished", "top": "create:block/palettes/stone_types/polished/crimsite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_deepslate_slab.json b/src/generated/resources/assets/create/models/block/polished_cut_deepslate_slab.json index 2f190b811b..397c656de1 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_deepslate_slab.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_deepslate_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/slab/deepslate_cut_slab", "bottom": "create:block/palettes/stone_types/polished/deepslate_cut_polished", + "side": "create:block/palettes/stone_types/slab/deepslate_cut_slab", "top": "create:block/palettes/stone_types/polished/deepslate_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_deepslate_slab_double.json b/src/generated/resources/assets/create/models/block/polished_cut_deepslate_slab_double.json index 9471ad02e0..a35b0265da 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_deepslate_slab_double.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_deepslate_slab_double.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/slab/deepslate_cut_slab", - "end": "create:block/palettes/stone_types/polished/deepslate_cut_polished" + "end": "create:block/palettes/stone_types/polished/deepslate_cut_polished", + "side": "create:block/palettes/stone_types/slab/deepslate_cut_slab" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_deepslate_slab_top.json b/src/generated/resources/assets/create/models/block/polished_cut_deepslate_slab_top.json index 3274fbadab..086ea941c0 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_deepslate_slab_top.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_deepslate_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/slab/deepslate_cut_slab", "bottom": "create:block/palettes/stone_types/polished/deepslate_cut_polished", + "side": "create:block/palettes/stone_types/slab/deepslate_cut_slab", "top": "create:block/palettes/stone_types/polished/deepslate_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_deepslate_stairs.json b/src/generated/resources/assets/create/models/block/polished_cut_deepslate_stairs.json index 543affdf29..c8978d94d5 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_deepslate_stairs.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_deepslate_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/deepslate_cut_polished", "bottom": "create:block/palettes/stone_types/polished/deepslate_cut_polished", + "side": "create:block/palettes/stone_types/polished/deepslate_cut_polished", "top": "create:block/palettes/stone_types/polished/deepslate_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_deepslate_stairs_inner.json b/src/generated/resources/assets/create/models/block/polished_cut_deepslate_stairs_inner.json index 3197993ebc..b79624a20b 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_deepslate_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_deepslate_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/deepslate_cut_polished", "bottom": "create:block/palettes/stone_types/polished/deepslate_cut_polished", + "side": "create:block/palettes/stone_types/polished/deepslate_cut_polished", "top": "create:block/palettes/stone_types/polished/deepslate_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_deepslate_stairs_outer.json b/src/generated/resources/assets/create/models/block/polished_cut_deepslate_stairs_outer.json index 4a71178990..d7784b4433 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_deepslate_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_deepslate_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/deepslate_cut_polished", "bottom": "create:block/palettes/stone_types/polished/deepslate_cut_polished", + "side": "create:block/palettes/stone_types/polished/deepslate_cut_polished", "top": "create:block/palettes/stone_types/polished/deepslate_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_diorite_slab.json b/src/generated/resources/assets/create/models/block/polished_cut_diorite_slab.json index 8607206e21..5c058f284c 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_diorite_slab.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_diorite_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/slab/diorite_cut_slab", "bottom": "create:block/palettes/stone_types/polished/diorite_cut_polished", + "side": "create:block/palettes/stone_types/slab/diorite_cut_slab", "top": "create:block/palettes/stone_types/polished/diorite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_diorite_slab_double.json b/src/generated/resources/assets/create/models/block/polished_cut_diorite_slab_double.json index 9b3d9e7a99..8e85a98c8d 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_diorite_slab_double.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_diorite_slab_double.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/slab/diorite_cut_slab", - "end": "create:block/palettes/stone_types/polished/diorite_cut_polished" + "end": "create:block/palettes/stone_types/polished/diorite_cut_polished", + "side": "create:block/palettes/stone_types/slab/diorite_cut_slab" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_diorite_slab_top.json b/src/generated/resources/assets/create/models/block/polished_cut_diorite_slab_top.json index 529fd32a77..bed1b90a41 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_diorite_slab_top.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_diorite_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/slab/diorite_cut_slab", "bottom": "create:block/palettes/stone_types/polished/diorite_cut_polished", + "side": "create:block/palettes/stone_types/slab/diorite_cut_slab", "top": "create:block/palettes/stone_types/polished/diorite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_diorite_stairs.json b/src/generated/resources/assets/create/models/block/polished_cut_diorite_stairs.json index ec863cdb08..deb6dd97c4 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_diorite_stairs.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_diorite_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/diorite_cut_polished", "bottom": "create:block/palettes/stone_types/polished/diorite_cut_polished", + "side": "create:block/palettes/stone_types/polished/diorite_cut_polished", "top": "create:block/palettes/stone_types/polished/diorite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_diorite_stairs_inner.json b/src/generated/resources/assets/create/models/block/polished_cut_diorite_stairs_inner.json index 3f53d22906..45875d08e8 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_diorite_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_diorite_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/diorite_cut_polished", "bottom": "create:block/palettes/stone_types/polished/diorite_cut_polished", + "side": "create:block/palettes/stone_types/polished/diorite_cut_polished", "top": "create:block/palettes/stone_types/polished/diorite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_diorite_stairs_outer.json b/src/generated/resources/assets/create/models/block/polished_cut_diorite_stairs_outer.json index b791d3365b..96d65ee98c 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_diorite_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_diorite_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/diorite_cut_polished", "bottom": "create:block/palettes/stone_types/polished/diorite_cut_polished", + "side": "create:block/palettes/stone_types/polished/diorite_cut_polished", "top": "create:block/palettes/stone_types/polished/diorite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_dripstone_slab.json b/src/generated/resources/assets/create/models/block/polished_cut_dripstone_slab.json index 915bca5277..e7d3108756 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_dripstone_slab.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_dripstone_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/slab/dripstone_cut_slab", "bottom": "create:block/palettes/stone_types/polished/dripstone_cut_polished", + "side": "create:block/palettes/stone_types/slab/dripstone_cut_slab", "top": "create:block/palettes/stone_types/polished/dripstone_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_dripstone_slab_double.json b/src/generated/resources/assets/create/models/block/polished_cut_dripstone_slab_double.json index b9e10887c6..2482198584 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_dripstone_slab_double.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_dripstone_slab_double.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/slab/dripstone_cut_slab", - "end": "create:block/palettes/stone_types/polished/dripstone_cut_polished" + "end": "create:block/palettes/stone_types/polished/dripstone_cut_polished", + "side": "create:block/palettes/stone_types/slab/dripstone_cut_slab" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_dripstone_slab_top.json b/src/generated/resources/assets/create/models/block/polished_cut_dripstone_slab_top.json index b5abf6138f..047d1b4caa 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_dripstone_slab_top.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_dripstone_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/slab/dripstone_cut_slab", "bottom": "create:block/palettes/stone_types/polished/dripstone_cut_polished", + "side": "create:block/palettes/stone_types/slab/dripstone_cut_slab", "top": "create:block/palettes/stone_types/polished/dripstone_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_dripstone_stairs.json b/src/generated/resources/assets/create/models/block/polished_cut_dripstone_stairs.json index 609b3b4672..6ad7c6c78c 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_dripstone_stairs.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_dripstone_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/dripstone_cut_polished", "bottom": "create:block/palettes/stone_types/polished/dripstone_cut_polished", + "side": "create:block/palettes/stone_types/polished/dripstone_cut_polished", "top": "create:block/palettes/stone_types/polished/dripstone_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_dripstone_stairs_inner.json b/src/generated/resources/assets/create/models/block/polished_cut_dripstone_stairs_inner.json index 35b8f27e74..d7d5e1e192 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_dripstone_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_dripstone_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/dripstone_cut_polished", "bottom": "create:block/palettes/stone_types/polished/dripstone_cut_polished", + "side": "create:block/palettes/stone_types/polished/dripstone_cut_polished", "top": "create:block/palettes/stone_types/polished/dripstone_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_dripstone_stairs_outer.json b/src/generated/resources/assets/create/models/block/polished_cut_dripstone_stairs_outer.json index 43b67a67ca..fb46f0422b 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_dripstone_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_dripstone_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/dripstone_cut_polished", "bottom": "create:block/palettes/stone_types/polished/dripstone_cut_polished", + "side": "create:block/palettes/stone_types/polished/dripstone_cut_polished", "top": "create:block/palettes/stone_types/polished/dripstone_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_granite_slab.json b/src/generated/resources/assets/create/models/block/polished_cut_granite_slab.json index 0b651858a5..f1c561979f 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_granite_slab.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_granite_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/slab/granite_cut_slab", "bottom": "create:block/palettes/stone_types/polished/granite_cut_polished", + "side": "create:block/palettes/stone_types/slab/granite_cut_slab", "top": "create:block/palettes/stone_types/polished/granite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_granite_slab_double.json b/src/generated/resources/assets/create/models/block/polished_cut_granite_slab_double.json index 210aa12715..838784628a 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_granite_slab_double.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_granite_slab_double.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/slab/granite_cut_slab", - "end": "create:block/palettes/stone_types/polished/granite_cut_polished" + "end": "create:block/palettes/stone_types/polished/granite_cut_polished", + "side": "create:block/palettes/stone_types/slab/granite_cut_slab" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_granite_slab_top.json b/src/generated/resources/assets/create/models/block/polished_cut_granite_slab_top.json index ca8f245352..02c8ce6210 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_granite_slab_top.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_granite_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/slab/granite_cut_slab", "bottom": "create:block/palettes/stone_types/polished/granite_cut_polished", + "side": "create:block/palettes/stone_types/slab/granite_cut_slab", "top": "create:block/palettes/stone_types/polished/granite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_granite_stairs.json b/src/generated/resources/assets/create/models/block/polished_cut_granite_stairs.json index 857f0353aa..54591bcd44 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_granite_stairs.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_granite_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/granite_cut_polished", "bottom": "create:block/palettes/stone_types/polished/granite_cut_polished", + "side": "create:block/palettes/stone_types/polished/granite_cut_polished", "top": "create:block/palettes/stone_types/polished/granite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_granite_stairs_inner.json b/src/generated/resources/assets/create/models/block/polished_cut_granite_stairs_inner.json index 2e07beb0cf..f77a284e21 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_granite_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_granite_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/granite_cut_polished", "bottom": "create:block/palettes/stone_types/polished/granite_cut_polished", + "side": "create:block/palettes/stone_types/polished/granite_cut_polished", "top": "create:block/palettes/stone_types/polished/granite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_granite_stairs_outer.json b/src/generated/resources/assets/create/models/block/polished_cut_granite_stairs_outer.json index 3b17612393..c2c87cea51 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_granite_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_granite_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/granite_cut_polished", "bottom": "create:block/palettes/stone_types/polished/granite_cut_polished", + "side": "create:block/palettes/stone_types/polished/granite_cut_polished", "top": "create:block/palettes/stone_types/polished/granite_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_limestone_slab.json b/src/generated/resources/assets/create/models/block/polished_cut_limestone_slab.json index c877666fc6..e6d1821941 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_limestone_slab.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_limestone_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/slab/limestone_cut_slab", "bottom": "create:block/palettes/stone_types/polished/limestone_cut_polished", + "side": "create:block/palettes/stone_types/slab/limestone_cut_slab", "top": "create:block/palettes/stone_types/polished/limestone_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_limestone_slab_double.json b/src/generated/resources/assets/create/models/block/polished_cut_limestone_slab_double.json index d10ccb291c..b55da6c195 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_limestone_slab_double.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_limestone_slab_double.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/slab/limestone_cut_slab", - "end": "create:block/palettes/stone_types/polished/limestone_cut_polished" + "end": "create:block/palettes/stone_types/polished/limestone_cut_polished", + "side": "create:block/palettes/stone_types/slab/limestone_cut_slab" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_limestone_slab_top.json b/src/generated/resources/assets/create/models/block/polished_cut_limestone_slab_top.json index 3be8716887..b6bce9ac17 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_limestone_slab_top.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_limestone_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/slab/limestone_cut_slab", "bottom": "create:block/palettes/stone_types/polished/limestone_cut_polished", + "side": "create:block/palettes/stone_types/slab/limestone_cut_slab", "top": "create:block/palettes/stone_types/polished/limestone_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_limestone_stairs.json b/src/generated/resources/assets/create/models/block/polished_cut_limestone_stairs.json index d06fd31e86..0aa40a5381 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_limestone_stairs.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_limestone_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/limestone_cut_polished", "bottom": "create:block/palettes/stone_types/polished/limestone_cut_polished", + "side": "create:block/palettes/stone_types/polished/limestone_cut_polished", "top": "create:block/palettes/stone_types/polished/limestone_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_limestone_stairs_inner.json b/src/generated/resources/assets/create/models/block/polished_cut_limestone_stairs_inner.json index 12d8cbfbbb..745542d02d 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_limestone_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_limestone_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/limestone_cut_polished", "bottom": "create:block/palettes/stone_types/polished/limestone_cut_polished", + "side": "create:block/palettes/stone_types/polished/limestone_cut_polished", "top": "create:block/palettes/stone_types/polished/limestone_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_limestone_stairs_outer.json b/src/generated/resources/assets/create/models/block/polished_cut_limestone_stairs_outer.json index 6d87bef3bb..0915455a19 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_limestone_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_limestone_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/limestone_cut_polished", "bottom": "create:block/palettes/stone_types/polished/limestone_cut_polished", + "side": "create:block/palettes/stone_types/polished/limestone_cut_polished", "top": "create:block/palettes/stone_types/polished/limestone_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_ochrum_slab.json b/src/generated/resources/assets/create/models/block/polished_cut_ochrum_slab.json index 420806c70b..7924ffc3ef 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_ochrum_slab.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_ochrum_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/slab/ochrum_cut_slab", "bottom": "create:block/palettes/stone_types/polished/ochrum_cut_polished", + "side": "create:block/palettes/stone_types/slab/ochrum_cut_slab", "top": "create:block/palettes/stone_types/polished/ochrum_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_ochrum_slab_double.json b/src/generated/resources/assets/create/models/block/polished_cut_ochrum_slab_double.json index e3adff17de..9315582258 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_ochrum_slab_double.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_ochrum_slab_double.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/slab/ochrum_cut_slab", - "end": "create:block/palettes/stone_types/polished/ochrum_cut_polished" + "end": "create:block/palettes/stone_types/polished/ochrum_cut_polished", + "side": "create:block/palettes/stone_types/slab/ochrum_cut_slab" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_ochrum_slab_top.json b/src/generated/resources/assets/create/models/block/polished_cut_ochrum_slab_top.json index a3aff351a9..f937516eb8 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_ochrum_slab_top.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_ochrum_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/slab/ochrum_cut_slab", "bottom": "create:block/palettes/stone_types/polished/ochrum_cut_polished", + "side": "create:block/palettes/stone_types/slab/ochrum_cut_slab", "top": "create:block/palettes/stone_types/polished/ochrum_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_ochrum_stairs.json b/src/generated/resources/assets/create/models/block/polished_cut_ochrum_stairs.json index 9f3b65a5c5..cb91b1eb44 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_ochrum_stairs.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_ochrum_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/ochrum_cut_polished", "bottom": "create:block/palettes/stone_types/polished/ochrum_cut_polished", + "side": "create:block/palettes/stone_types/polished/ochrum_cut_polished", "top": "create:block/palettes/stone_types/polished/ochrum_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_ochrum_stairs_inner.json b/src/generated/resources/assets/create/models/block/polished_cut_ochrum_stairs_inner.json index 5073c40c73..7acf23fac2 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_ochrum_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_ochrum_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/ochrum_cut_polished", "bottom": "create:block/palettes/stone_types/polished/ochrum_cut_polished", + "side": "create:block/palettes/stone_types/polished/ochrum_cut_polished", "top": "create:block/palettes/stone_types/polished/ochrum_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_ochrum_stairs_outer.json b/src/generated/resources/assets/create/models/block/polished_cut_ochrum_stairs_outer.json index cf9bd4b351..da57e9b9ee 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_ochrum_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_ochrum_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/ochrum_cut_polished", "bottom": "create:block/palettes/stone_types/polished/ochrum_cut_polished", + "side": "create:block/palettes/stone_types/polished/ochrum_cut_polished", "top": "create:block/palettes/stone_types/polished/ochrum_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_scorchia_slab.json b/src/generated/resources/assets/create/models/block/polished_cut_scorchia_slab.json index a4e1d2a56f..ded6bf021e 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_scorchia_slab.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_scorchia_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/slab/scorchia_cut_slab", "bottom": "create:block/palettes/stone_types/polished/scorchia_cut_polished", + "side": "create:block/palettes/stone_types/slab/scorchia_cut_slab", "top": "create:block/palettes/stone_types/polished/scorchia_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_scorchia_slab_double.json b/src/generated/resources/assets/create/models/block/polished_cut_scorchia_slab_double.json index e254ef538a..b403eb0732 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_scorchia_slab_double.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_scorchia_slab_double.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/slab/scorchia_cut_slab", - "end": "create:block/palettes/stone_types/polished/scorchia_cut_polished" + "end": "create:block/palettes/stone_types/polished/scorchia_cut_polished", + "side": "create:block/palettes/stone_types/slab/scorchia_cut_slab" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_scorchia_slab_top.json b/src/generated/resources/assets/create/models/block/polished_cut_scorchia_slab_top.json index 8a76bae2f2..b06104131e 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_scorchia_slab_top.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_scorchia_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/slab/scorchia_cut_slab", "bottom": "create:block/palettes/stone_types/polished/scorchia_cut_polished", + "side": "create:block/palettes/stone_types/slab/scorchia_cut_slab", "top": "create:block/palettes/stone_types/polished/scorchia_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_scorchia_stairs.json b/src/generated/resources/assets/create/models/block/polished_cut_scorchia_stairs.json index fe90c7921d..cf35e4f900 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_scorchia_stairs.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_scorchia_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/scorchia_cut_polished", "bottom": "create:block/palettes/stone_types/polished/scorchia_cut_polished", + "side": "create:block/palettes/stone_types/polished/scorchia_cut_polished", "top": "create:block/palettes/stone_types/polished/scorchia_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_scorchia_stairs_inner.json b/src/generated/resources/assets/create/models/block/polished_cut_scorchia_stairs_inner.json index 7ddc72cbc0..3e5ac7019d 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_scorchia_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_scorchia_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/scorchia_cut_polished", "bottom": "create:block/palettes/stone_types/polished/scorchia_cut_polished", + "side": "create:block/palettes/stone_types/polished/scorchia_cut_polished", "top": "create:block/palettes/stone_types/polished/scorchia_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_scorchia_stairs_outer.json b/src/generated/resources/assets/create/models/block/polished_cut_scorchia_stairs_outer.json index 3f4cf1970d..381bb2ee97 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_scorchia_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_scorchia_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/scorchia_cut_polished", "bottom": "create:block/palettes/stone_types/polished/scorchia_cut_polished", + "side": "create:block/palettes/stone_types/polished/scorchia_cut_polished", "top": "create:block/palettes/stone_types/polished/scorchia_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_scoria_slab.json b/src/generated/resources/assets/create/models/block/polished_cut_scoria_slab.json index 3fce1a7e79..f68f3c308f 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_scoria_slab.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_scoria_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/slab/scoria_cut_slab", "bottom": "create:block/palettes/stone_types/polished/scoria_cut_polished", + "side": "create:block/palettes/stone_types/slab/scoria_cut_slab", "top": "create:block/palettes/stone_types/polished/scoria_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_scoria_slab_double.json b/src/generated/resources/assets/create/models/block/polished_cut_scoria_slab_double.json index e48d010db2..9d98c192b4 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_scoria_slab_double.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_scoria_slab_double.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/slab/scoria_cut_slab", - "end": "create:block/palettes/stone_types/polished/scoria_cut_polished" + "end": "create:block/palettes/stone_types/polished/scoria_cut_polished", + "side": "create:block/palettes/stone_types/slab/scoria_cut_slab" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_scoria_slab_top.json b/src/generated/resources/assets/create/models/block/polished_cut_scoria_slab_top.json index 03a6839e78..38f6ac25d4 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_scoria_slab_top.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_scoria_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/slab/scoria_cut_slab", "bottom": "create:block/palettes/stone_types/polished/scoria_cut_polished", + "side": "create:block/palettes/stone_types/slab/scoria_cut_slab", "top": "create:block/palettes/stone_types/polished/scoria_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_scoria_stairs.json b/src/generated/resources/assets/create/models/block/polished_cut_scoria_stairs.json index bec878d2cc..f178de5237 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_scoria_stairs.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_scoria_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/scoria_cut_polished", "bottom": "create:block/palettes/stone_types/polished/scoria_cut_polished", + "side": "create:block/palettes/stone_types/polished/scoria_cut_polished", "top": "create:block/palettes/stone_types/polished/scoria_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_scoria_stairs_inner.json b/src/generated/resources/assets/create/models/block/polished_cut_scoria_stairs_inner.json index 8ee7547d6c..66730c08f2 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_scoria_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_scoria_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/scoria_cut_polished", "bottom": "create:block/palettes/stone_types/polished/scoria_cut_polished", + "side": "create:block/palettes/stone_types/polished/scoria_cut_polished", "top": "create:block/palettes/stone_types/polished/scoria_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_scoria_stairs_outer.json b/src/generated/resources/assets/create/models/block/polished_cut_scoria_stairs_outer.json index 250a0e6ee3..59a1af9327 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_scoria_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_scoria_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/scoria_cut_polished", "bottom": "create:block/palettes/stone_types/polished/scoria_cut_polished", + "side": "create:block/palettes/stone_types/polished/scoria_cut_polished", "top": "create:block/palettes/stone_types/polished/scoria_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_tuff_slab.json b/src/generated/resources/assets/create/models/block/polished_cut_tuff_slab.json index 27db97fea6..81e24f9392 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_tuff_slab.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_tuff_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/slab/tuff_cut_slab", "bottom": "create:block/palettes/stone_types/polished/tuff_cut_polished", + "side": "create:block/palettes/stone_types/slab/tuff_cut_slab", "top": "create:block/palettes/stone_types/polished/tuff_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_tuff_slab_double.json b/src/generated/resources/assets/create/models/block/polished_cut_tuff_slab_double.json index 070ec2f202..f4fbbfdc9d 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_tuff_slab_double.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_tuff_slab_double.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/slab/tuff_cut_slab", - "end": "create:block/palettes/stone_types/polished/tuff_cut_polished" + "end": "create:block/palettes/stone_types/polished/tuff_cut_polished", + "side": "create:block/palettes/stone_types/slab/tuff_cut_slab" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_tuff_slab_top.json b/src/generated/resources/assets/create/models/block/polished_cut_tuff_slab_top.json index 9a42b9b66a..1bc1528600 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_tuff_slab_top.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_tuff_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/slab/tuff_cut_slab", "bottom": "create:block/palettes/stone_types/polished/tuff_cut_polished", + "side": "create:block/palettes/stone_types/slab/tuff_cut_slab", "top": "create:block/palettes/stone_types/polished/tuff_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_tuff_stairs.json b/src/generated/resources/assets/create/models/block/polished_cut_tuff_stairs.json index b516bb5e6f..6f1c242103 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_tuff_stairs.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_tuff_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/tuff_cut_polished", "bottom": "create:block/palettes/stone_types/polished/tuff_cut_polished", + "side": "create:block/palettes/stone_types/polished/tuff_cut_polished", "top": "create:block/palettes/stone_types/polished/tuff_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_tuff_stairs_inner.json b/src/generated/resources/assets/create/models/block/polished_cut_tuff_stairs_inner.json index 1e8daa87f5..1ba03dab3a 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_tuff_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_tuff_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/tuff_cut_polished", "bottom": "create:block/palettes/stone_types/polished/tuff_cut_polished", + "side": "create:block/palettes/stone_types/polished/tuff_cut_polished", "top": "create:block/palettes/stone_types/polished/tuff_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_tuff_stairs_outer.json b/src/generated/resources/assets/create/models/block/polished_cut_tuff_stairs_outer.json index 1fb013eea6..b197bb2e8e 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_tuff_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_tuff_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/tuff_cut_polished", "bottom": "create:block/palettes/stone_types/polished/tuff_cut_polished", + "side": "create:block/palettes/stone_types/polished/tuff_cut_polished", "top": "create:block/palettes/stone_types/polished/tuff_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_veridium_slab.json b/src/generated/resources/assets/create/models/block/polished_cut_veridium_slab.json index 42d21b61d2..9c6c13fef6 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_veridium_slab.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_veridium_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/slab/veridium_cut_slab", "bottom": "create:block/palettes/stone_types/polished/veridium_cut_polished", + "side": "create:block/palettes/stone_types/slab/veridium_cut_slab", "top": "create:block/palettes/stone_types/polished/veridium_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_veridium_slab_double.json b/src/generated/resources/assets/create/models/block/polished_cut_veridium_slab_double.json index 4df4fc6281..f72dd71f1a 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_veridium_slab_double.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_veridium_slab_double.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/slab/veridium_cut_slab", - "end": "create:block/palettes/stone_types/polished/veridium_cut_polished" + "end": "create:block/palettes/stone_types/polished/veridium_cut_polished", + "side": "create:block/palettes/stone_types/slab/veridium_cut_slab" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_veridium_slab_top.json b/src/generated/resources/assets/create/models/block/polished_cut_veridium_slab_top.json index 9dff78e950..b29b1d67d8 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_veridium_slab_top.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_veridium_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/slab/veridium_cut_slab", "bottom": "create:block/palettes/stone_types/polished/veridium_cut_polished", + "side": "create:block/palettes/stone_types/slab/veridium_cut_slab", "top": "create:block/palettes/stone_types/polished/veridium_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_veridium_stairs.json b/src/generated/resources/assets/create/models/block/polished_cut_veridium_stairs.json index 3ae40d249e..2785a4fbcc 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_veridium_stairs.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_veridium_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/veridium_cut_polished", "bottom": "create:block/palettes/stone_types/polished/veridium_cut_polished", + "side": "create:block/palettes/stone_types/polished/veridium_cut_polished", "top": "create:block/palettes/stone_types/polished/veridium_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_veridium_stairs_inner.json b/src/generated/resources/assets/create/models/block/polished_cut_veridium_stairs_inner.json index df1059b5d2..19b27c3ec5 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_veridium_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_veridium_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/veridium_cut_polished", "bottom": "create:block/palettes/stone_types/polished/veridium_cut_polished", + "side": "create:block/palettes/stone_types/polished/veridium_cut_polished", "top": "create:block/palettes/stone_types/polished/veridium_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/polished_cut_veridium_stairs_outer.json b/src/generated/resources/assets/create/models/block/polished_cut_veridium_stairs_outer.json index 188d9bbcd8..b89532694f 100644 --- a/src/generated/resources/assets/create/models/block/polished_cut_veridium_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/polished_cut_veridium_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/polished/veridium_cut_polished", "bottom": "create:block/palettes/stone_types/polished/veridium_cut_polished", + "side": "create:block/palettes/stone_types/polished/veridium_cut_polished", "top": "create:block/palettes/stone_types/polished/veridium_cut_polished" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/pulse_extender_powered_powering.json b/src/generated/resources/assets/create/models/block/pulse_extender_powered_powering.json index 9f27a6992f..3fae27e90d 100644 --- a/src/generated/resources/assets/create/models/block/pulse_extender_powered_powering.json +++ b/src/generated/resources/assets/create/models/block/pulse_extender_powered_powering.json @@ -1,7 +1,7 @@ { "parent": "create:block/diodes/pulse_extender", "textures": { - "torch": "minecraft:block/redstone_torch", - "top": "create:block/diodes/pulse_extender/powered_powering" + "top": "create:block/diodes/pulse_extender/powered_powering", + "torch": "minecraft:block/redstone_torch" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/pulse_extender_powering.json b/src/generated/resources/assets/create/models/block/pulse_extender_powering.json index a73bc0ea52..5ba4caabd5 100644 --- a/src/generated/resources/assets/create/models/block/pulse_extender_powering.json +++ b/src/generated/resources/assets/create/models/block/pulse_extender_powering.json @@ -1,7 +1,7 @@ { "parent": "create:block/diodes/pulse_extender", "textures": { - "torch": "minecraft:block/redstone_torch", - "top": "create:block/diodes/pulse_extender/powering" + "top": "create:block/diodes/pulse_extender/powering", + "torch": "minecraft:block/redstone_torch" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/pulse_repeater_powered_powering.json b/src/generated/resources/assets/create/models/block/pulse_repeater_powered_powering.json index aa68803fc1..4398a7cbe2 100644 --- a/src/generated/resources/assets/create/models/block/pulse_repeater_powered_powering.json +++ b/src/generated/resources/assets/create/models/block/pulse_repeater_powered_powering.json @@ -1,7 +1,7 @@ { "parent": "create:block/diodes/pulse_repeater", "textures": { - "torch": "minecraft:block/redstone_torch", - "top": "create:block/diodes/pulse_repeater/powered_powering" + "top": "create:block/diodes/pulse_repeater/powered_powering", + "torch": "minecraft:block/redstone_torch" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/pulse_repeater_powering.json b/src/generated/resources/assets/create/models/block/pulse_repeater_powering.json index 376f2666d2..9c954dbebc 100644 --- a/src/generated/resources/assets/create/models/block/pulse_repeater_powering.json +++ b/src/generated/resources/assets/create/models/block/pulse_repeater_powering.json @@ -1,7 +1,7 @@ { "parent": "create:block/diodes/pulse_repeater", "textures": { - "torch": "minecraft:block/redstone_torch", - "top": "create:block/diodes/pulse_repeater/powering" + "top": "create:block/diodes/pulse_repeater/powering", + "torch": "minecraft:block/redstone_torch" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/railway_casing.json b/src/generated/resources/assets/create/models/block/railway_casing.json index 1b7f96ce54..394f6d3ec5 100644 --- a/src/generated/resources/assets/create/models/block/railway_casing.json +++ b/src/generated/resources/assets/create/models/block/railway_casing.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/railway_casing_side", - "end": "create:block/railway_casing" + "end": "create:block/railway_casing", + "side": "create:block/railway_casing_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/rose_quartz_block.json b/src/generated/resources/assets/create/models/block/rose_quartz_block.json index 17aa23bf3d..cc427925d5 100644 --- a/src/generated/resources/assets/create/models/block/rose_quartz_block.json +++ b/src/generated/resources/assets/create/models/block/rose_quartz_block.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/rose_quartz_side", - "end": "create:block/palettes/rose_quartz_top" + "end": "create:block/palettes/rose_quartz_top", + "side": "create:block/palettes/rose_quartz_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/rose_quartz_block_horizontal.json b/src/generated/resources/assets/create/models/block/rose_quartz_block_horizontal.json index 6c30636f0e..2e2614ffcc 100644 --- a/src/generated/resources/assets/create/models/block/rose_quartz_block_horizontal.json +++ b/src/generated/resources/assets/create/models/block/rose_quartz_block_horizontal.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column_horizontal", "textures": { - "side": "create:block/palettes/rose_quartz_side", - "end": "create:block/palettes/rose_quartz_top" + "end": "create:block/palettes/rose_quartz_top", + "side": "create:block/palettes/rose_quartz_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/scorchia_pillar.json b/src/generated/resources/assets/create/models/block/scorchia_pillar.json index 9de8c0059d..ba384cefdb 100644 --- a/src/generated/resources/assets/create/models/block/scorchia_pillar.json +++ b/src/generated/resources/assets/create/models/block/scorchia_pillar.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/pillar/scorchia_cut_pillar", - "end": "create:block/palettes/stone_types/cap/scorchia_cut_cap" + "end": "create:block/palettes/stone_types/cap/scorchia_cut_cap", + "side": "create:block/palettes/stone_types/pillar/scorchia_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/scorchia_pillar_horizontal.json b/src/generated/resources/assets/create/models/block/scorchia_pillar_horizontal.json index 6cb1a8326c..2d1132715e 100644 --- a/src/generated/resources/assets/create/models/block/scorchia_pillar_horizontal.json +++ b/src/generated/resources/assets/create/models/block/scorchia_pillar_horizontal.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column_horizontal", "textures": { - "side": "create:block/palettes/stone_types/pillar/scorchia_cut_pillar", - "end": "create:block/palettes/stone_types/cap/scorchia_cut_cap" + "end": "create:block/palettes/stone_types/cap/scorchia_cut_cap", + "side": "create:block/palettes/stone_types/pillar/scorchia_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/scoria_pillar.json b/src/generated/resources/assets/create/models/block/scoria_pillar.json index d7e827d07f..6317cfc812 100644 --- a/src/generated/resources/assets/create/models/block/scoria_pillar.json +++ b/src/generated/resources/assets/create/models/block/scoria_pillar.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/pillar/scoria_cut_pillar", - "end": "create:block/palettes/stone_types/cap/scoria_cut_cap" + "end": "create:block/palettes/stone_types/cap/scoria_cut_cap", + "side": "create:block/palettes/stone_types/pillar/scoria_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/scoria_pillar_horizontal.json b/src/generated/resources/assets/create/models/block/scoria_pillar_horizontal.json index a1e390207f..8267e163f9 100644 --- a/src/generated/resources/assets/create/models/block/scoria_pillar_horizontal.json +++ b/src/generated/resources/assets/create/models/block/scoria_pillar_horizontal.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column_horizontal", "textures": { - "side": "create:block/palettes/stone_types/pillar/scoria_cut_pillar", - "end": "create:block/palettes/stone_types/cap/scoria_cut_cap" + "end": "create:block/palettes/stone_types/cap/scoria_cut_cap", + "side": "create:block/palettes/stone_types/pillar/scoria_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/secondary_linear_chassis.json b/src/generated/resources/assets/create/models/block/secondary_linear_chassis.json index cbc1234ab9..b3eb4d922c 100644 --- a/src/generated/resources/assets/create/models/block/secondary_linear_chassis.json +++ b/src/generated/resources/assets/create/models/block/secondary_linear_chassis.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/cube_bottom_top", "textures": { - "side": "create:block/secondary_linear_chassis_side", "bottom": "create:block/linear_chassis_end", + "side": "create:block/secondary_linear_chassis_side", "top": "create:block/linear_chassis_end" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/secondary_linear_chassis_bottom.json b/src/generated/resources/assets/create/models/block/secondary_linear_chassis_bottom.json index 369524495b..024aadc965 100644 --- a/src/generated/resources/assets/create/models/block/secondary_linear_chassis_bottom.json +++ b/src/generated/resources/assets/create/models/block/secondary_linear_chassis_bottom.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/cube_bottom_top", "textures": { - "side": "create:block/secondary_linear_chassis_side", "bottom": "create:block/linear_chassis_end_sticky", + "side": "create:block/secondary_linear_chassis_side", "top": "create:block/linear_chassis_end" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/secondary_linear_chassis_top.json b/src/generated/resources/assets/create/models/block/secondary_linear_chassis_top.json index 44682a6bf3..56dceb918a 100644 --- a/src/generated/resources/assets/create/models/block/secondary_linear_chassis_top.json +++ b/src/generated/resources/assets/create/models/block/secondary_linear_chassis_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/cube_bottom_top", "textures": { - "side": "create:block/secondary_linear_chassis_side", "bottom": "create:block/linear_chassis_end", + "side": "create:block/secondary_linear_chassis_side", "top": "create:block/linear_chassis_end_sticky" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/secondary_linear_chassis_top_bottom.json b/src/generated/resources/assets/create/models/block/secondary_linear_chassis_top_bottom.json index 1670075765..95142c59c5 100644 --- a/src/generated/resources/assets/create/models/block/secondary_linear_chassis_top_bottom.json +++ b/src/generated/resources/assets/create/models/block/secondary_linear_chassis_top_bottom.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/cube_bottom_top", "textures": { - "side": "create:block/secondary_linear_chassis_side", "bottom": "create:block/linear_chassis_end_sticky", + "side": "create:block/secondary_linear_chassis_side", "top": "create:block/linear_chassis_end_sticky" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_andesite_brick_slab.json b/src/generated/resources/assets/create/models/block/small_andesite_brick_slab.json index 6b0ae6b94d..0c5ee56d09 100644 --- a/src/generated/resources/assets/create/models/block/small_andesite_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/small_andesite_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_andesite_brick_slab_top.json b/src/generated/resources/assets/create/models/block/small_andesite_brick_slab_top.json index 68f196983e..b6b7ef31d4 100644 --- a/src/generated/resources/assets/create/models/block/small_andesite_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/small_andesite_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_andesite_brick_stairs.json b/src/generated/resources/assets/create/models/block/small_andesite_brick_stairs.json index fdb72a8433..24068549d7 100644 --- a/src/generated/resources/assets/create/models/block/small_andesite_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/small_andesite_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_andesite_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/small_andesite_brick_stairs_inner.json index de63425045..f43ac9a58a 100644 --- a/src/generated/resources/assets/create/models/block/small_andesite_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/small_andesite_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_andesite_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/small_andesite_brick_stairs_outer.json index ddd08268ee..bcc15b3909 100644 --- a/src/generated/resources/assets/create/models/block/small_andesite_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/small_andesite_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/andesite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_asurine_brick_slab.json b/src/generated/resources/assets/create/models/block/small_asurine_brick_slab.json index c26a42f536..52de84c632 100644 --- a/src/generated/resources/assets/create/models/block/small_asurine_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/small_asurine_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_asurine_brick_slab_top.json b/src/generated/resources/assets/create/models/block/small_asurine_brick_slab_top.json index e6f18b280c..0aad50d9c2 100644 --- a/src/generated/resources/assets/create/models/block/small_asurine_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/small_asurine_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_asurine_brick_stairs.json b/src/generated/resources/assets/create/models/block/small_asurine_brick_stairs.json index 4241e6a250..9d8a0bf5e5 100644 --- a/src/generated/resources/assets/create/models/block/small_asurine_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/small_asurine_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_asurine_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/small_asurine_brick_stairs_inner.json index 753b3a57a5..a4ee752d7e 100644 --- a/src/generated/resources/assets/create/models/block/small_asurine_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/small_asurine_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_asurine_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/small_asurine_brick_stairs_outer.json index f2d0f65c6e..6ffd05238a 100644 --- a/src/generated/resources/assets/create/models/block/small_asurine_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/small_asurine_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/asurine_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_calcite_brick_slab.json b/src/generated/resources/assets/create/models/block/small_calcite_brick_slab.json index 983a94c8cc..d17217b2d2 100644 --- a/src/generated/resources/assets/create/models/block/small_calcite_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/small_calcite_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_calcite_brick_slab_top.json b/src/generated/resources/assets/create/models/block/small_calcite_brick_slab_top.json index 49c9f644fa..2b2adb2f14 100644 --- a/src/generated/resources/assets/create/models/block/small_calcite_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/small_calcite_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_calcite_brick_stairs.json b/src/generated/resources/assets/create/models/block/small_calcite_brick_stairs.json index 46a73d82d6..698a5d2938 100644 --- a/src/generated/resources/assets/create/models/block/small_calcite_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/small_calcite_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_calcite_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/small_calcite_brick_stairs_inner.json index 6896a1b197..b7946d1789 100644 --- a/src/generated/resources/assets/create/models/block/small_calcite_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/small_calcite_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_calcite_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/small_calcite_brick_stairs_outer.json index f7b0e9f6ff..d2c8d50729 100644 --- a/src/generated/resources/assets/create/models/block/small_calcite_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/small_calcite_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/calcite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_crimsite_brick_slab.json b/src/generated/resources/assets/create/models/block/small_crimsite_brick_slab.json index 212ee16240..3285fe4ada 100644 --- a/src/generated/resources/assets/create/models/block/small_crimsite_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/small_crimsite_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_crimsite_brick_slab_top.json b/src/generated/resources/assets/create/models/block/small_crimsite_brick_slab_top.json index 8d1cdab63c..ee6b7ac0c6 100644 --- a/src/generated/resources/assets/create/models/block/small_crimsite_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/small_crimsite_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_crimsite_brick_stairs.json b/src/generated/resources/assets/create/models/block/small_crimsite_brick_stairs.json index b0bfef67e6..bd6089bc1d 100644 --- a/src/generated/resources/assets/create/models/block/small_crimsite_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/small_crimsite_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_crimsite_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/small_crimsite_brick_stairs_inner.json index f98b3e06ba..8229d21d0e 100644 --- a/src/generated/resources/assets/create/models/block/small_crimsite_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/small_crimsite_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_crimsite_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/small_crimsite_brick_stairs_outer.json index 33ee51e745..18e48fedd4 100644 --- a/src/generated/resources/assets/create/models/block/small_crimsite_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/small_crimsite_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/crimsite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_deepslate_brick_slab.json b/src/generated/resources/assets/create/models/block/small_deepslate_brick_slab.json index d1e5409c32..bbf1c27fa5 100644 --- a/src/generated/resources/assets/create/models/block/small_deepslate_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/small_deepslate_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_deepslate_brick_slab_top.json b/src/generated/resources/assets/create/models/block/small_deepslate_brick_slab_top.json index f0bfa33211..c8d3683efb 100644 --- a/src/generated/resources/assets/create/models/block/small_deepslate_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/small_deepslate_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_deepslate_brick_stairs.json b/src/generated/resources/assets/create/models/block/small_deepslate_brick_stairs.json index 61a944df89..591f577b78 100644 --- a/src/generated/resources/assets/create/models/block/small_deepslate_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/small_deepslate_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_deepslate_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/small_deepslate_brick_stairs_inner.json index a31d30e44f..5af287c423 100644 --- a/src/generated/resources/assets/create/models/block/small_deepslate_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/small_deepslate_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_deepslate_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/small_deepslate_brick_stairs_outer.json index e84676c4a4..5932070c54 100644 --- a/src/generated/resources/assets/create/models/block/small_deepslate_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/small_deepslate_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/deepslate_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_diorite_brick_slab.json b/src/generated/resources/assets/create/models/block/small_diorite_brick_slab.json index 9e23754436..06d8e1739a 100644 --- a/src/generated/resources/assets/create/models/block/small_diorite_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/small_diorite_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_diorite_brick_slab_top.json b/src/generated/resources/assets/create/models/block/small_diorite_brick_slab_top.json index 6d2575334d..93d50655c2 100644 --- a/src/generated/resources/assets/create/models/block/small_diorite_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/small_diorite_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_diorite_brick_stairs.json b/src/generated/resources/assets/create/models/block/small_diorite_brick_stairs.json index 51cddeb8c3..f8b1d2a205 100644 --- a/src/generated/resources/assets/create/models/block/small_diorite_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/small_diorite_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_diorite_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/small_diorite_brick_stairs_inner.json index 959b540451..3c943c595a 100644 --- a/src/generated/resources/assets/create/models/block/small_diorite_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/small_diorite_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_diorite_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/small_diorite_brick_stairs_outer.json index 82c93c9400..1a74244a62 100644 --- a/src/generated/resources/assets/create/models/block/small_diorite_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/small_diorite_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/diorite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_dripstone_brick_slab.json b/src/generated/resources/assets/create/models/block/small_dripstone_brick_slab.json index 604164a1b8..06fc364331 100644 --- a/src/generated/resources/assets/create/models/block/small_dripstone_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/small_dripstone_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_dripstone_brick_slab_top.json b/src/generated/resources/assets/create/models/block/small_dripstone_brick_slab_top.json index 47f1eab87a..09fc29c690 100644 --- a/src/generated/resources/assets/create/models/block/small_dripstone_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/small_dripstone_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_dripstone_brick_stairs.json b/src/generated/resources/assets/create/models/block/small_dripstone_brick_stairs.json index a1890e81a0..4b3df34ec6 100644 --- a/src/generated/resources/assets/create/models/block/small_dripstone_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/small_dripstone_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_dripstone_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/small_dripstone_brick_stairs_inner.json index 9e65b7fe93..f77bc640fb 100644 --- a/src/generated/resources/assets/create/models/block/small_dripstone_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/small_dripstone_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_dripstone_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/small_dripstone_brick_stairs_outer.json index def6998018..d9c406007c 100644 --- a/src/generated/resources/assets/create/models/block/small_dripstone_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/small_dripstone_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/dripstone_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_granite_brick_slab.json b/src/generated/resources/assets/create/models/block/small_granite_brick_slab.json index 10e355d2f4..5f8a625718 100644 --- a/src/generated/resources/assets/create/models/block/small_granite_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/small_granite_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_granite_brick_slab_top.json b/src/generated/resources/assets/create/models/block/small_granite_brick_slab_top.json index 80ab288421..c80d74f090 100644 --- a/src/generated/resources/assets/create/models/block/small_granite_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/small_granite_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_granite_brick_stairs.json b/src/generated/resources/assets/create/models/block/small_granite_brick_stairs.json index d678ffa814..58596398e3 100644 --- a/src/generated/resources/assets/create/models/block/small_granite_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/small_granite_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_granite_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/small_granite_brick_stairs_inner.json index 8b57df1891..bc0d4de67e 100644 --- a/src/generated/resources/assets/create/models/block/small_granite_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/small_granite_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_granite_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/small_granite_brick_stairs_outer.json index 2a33ea3474..ed081a6941 100644 --- a/src/generated/resources/assets/create/models/block/small_granite_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/small_granite_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/granite_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_limestone_brick_slab.json b/src/generated/resources/assets/create/models/block/small_limestone_brick_slab.json index 0714a35b8c..943354d672 100644 --- a/src/generated/resources/assets/create/models/block/small_limestone_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/small_limestone_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_limestone_brick_slab_top.json b/src/generated/resources/assets/create/models/block/small_limestone_brick_slab_top.json index 5632ef2713..c4dd4fef14 100644 --- a/src/generated/resources/assets/create/models/block/small_limestone_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/small_limestone_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_limestone_brick_stairs.json b/src/generated/resources/assets/create/models/block/small_limestone_brick_stairs.json index b7e43968e8..f40378b734 100644 --- a/src/generated/resources/assets/create/models/block/small_limestone_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/small_limestone_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_limestone_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/small_limestone_brick_stairs_inner.json index 9fe8442d2a..1e082ffaf5 100644 --- a/src/generated/resources/assets/create/models/block/small_limestone_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/small_limestone_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_limestone_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/small_limestone_brick_stairs_outer.json index 4fbc615463..f3cd21a8c2 100644 --- a/src/generated/resources/assets/create/models/block/small_limestone_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/small_limestone_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/limestone_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_ochrum_brick_slab.json b/src/generated/resources/assets/create/models/block/small_ochrum_brick_slab.json index d93173f9b3..da8d19c77a 100644 --- a/src/generated/resources/assets/create/models/block/small_ochrum_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/small_ochrum_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_ochrum_brick_slab_top.json b/src/generated/resources/assets/create/models/block/small_ochrum_brick_slab_top.json index 724abb8afe..35e6aa7437 100644 --- a/src/generated/resources/assets/create/models/block/small_ochrum_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/small_ochrum_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_ochrum_brick_stairs.json b/src/generated/resources/assets/create/models/block/small_ochrum_brick_stairs.json index 5725ded840..bb47d183fa 100644 --- a/src/generated/resources/assets/create/models/block/small_ochrum_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/small_ochrum_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_ochrum_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/small_ochrum_brick_stairs_inner.json index 3439f8038a..fa62a3b495 100644 --- a/src/generated/resources/assets/create/models/block/small_ochrum_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/small_ochrum_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_ochrum_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/small_ochrum_brick_stairs_outer.json index f39b303dbf..893498dea6 100644 --- a/src/generated/resources/assets/create/models/block/small_ochrum_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/small_ochrum_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/ochrum_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_scorchia_brick_slab.json b/src/generated/resources/assets/create/models/block/small_scorchia_brick_slab.json index cb0614e0d9..767fc52569 100644 --- a/src/generated/resources/assets/create/models/block/small_scorchia_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/small_scorchia_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_scorchia_brick_slab_top.json b/src/generated/resources/assets/create/models/block/small_scorchia_brick_slab_top.json index bbeeba68be..2ae11e56c3 100644 --- a/src/generated/resources/assets/create/models/block/small_scorchia_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/small_scorchia_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_scorchia_brick_stairs.json b/src/generated/resources/assets/create/models/block/small_scorchia_brick_stairs.json index 470bc3ddab..1b2e87c9aa 100644 --- a/src/generated/resources/assets/create/models/block/small_scorchia_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/small_scorchia_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_scorchia_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/small_scorchia_brick_stairs_inner.json index 835082ded5..3656811d5a 100644 --- a/src/generated/resources/assets/create/models/block/small_scorchia_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/small_scorchia_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_scorchia_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/small_scorchia_brick_stairs_outer.json index 500f575538..92dc451011 100644 --- a/src/generated/resources/assets/create/models/block/small_scorchia_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/small_scorchia_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/scorchia_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_scoria_brick_slab.json b/src/generated/resources/assets/create/models/block/small_scoria_brick_slab.json index d78ed9c037..d36f132304 100644 --- a/src/generated/resources/assets/create/models/block/small_scoria_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/small_scoria_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_scoria_brick_slab_top.json b/src/generated/resources/assets/create/models/block/small_scoria_brick_slab_top.json index a1265143ed..9f6c7c0ba7 100644 --- a/src/generated/resources/assets/create/models/block/small_scoria_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/small_scoria_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_scoria_brick_stairs.json b/src/generated/resources/assets/create/models/block/small_scoria_brick_stairs.json index 597ef505e3..bd3c74653e 100644 --- a/src/generated/resources/assets/create/models/block/small_scoria_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/small_scoria_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_scoria_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/small_scoria_brick_stairs_inner.json index 8bcd0af211..65d75aac95 100644 --- a/src/generated/resources/assets/create/models/block/small_scoria_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/small_scoria_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_scoria_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/small_scoria_brick_stairs_outer.json index 09d5bf9243..6209656cbf 100644 --- a/src/generated/resources/assets/create/models/block/small_scoria_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/small_scoria_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/scoria_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_tuff_brick_slab.json b/src/generated/resources/assets/create/models/block/small_tuff_brick_slab.json index f13641908b..6641e9cd8e 100644 --- a/src/generated/resources/assets/create/models/block/small_tuff_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/small_tuff_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_tuff_brick_slab_top.json b/src/generated/resources/assets/create/models/block/small_tuff_brick_slab_top.json index 4da46f4d0f..b30656dd56 100644 --- a/src/generated/resources/assets/create/models/block/small_tuff_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/small_tuff_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_tuff_brick_stairs.json b/src/generated/resources/assets/create/models/block/small_tuff_brick_stairs.json index c77c5e4183..3c12a6ad0d 100644 --- a/src/generated/resources/assets/create/models/block/small_tuff_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/small_tuff_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_tuff_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/small_tuff_brick_stairs_inner.json index 692eb79a04..97021d4ec1 100644 --- a/src/generated/resources/assets/create/models/block/small_tuff_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/small_tuff_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_tuff_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/small_tuff_brick_stairs_outer.json index 0481cfd81f..788aad46ea 100644 --- a/src/generated/resources/assets/create/models/block/small_tuff_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/small_tuff_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/tuff_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_veridium_brick_slab.json b/src/generated/resources/assets/create/models/block/small_veridium_brick_slab.json index 3efaf1104a..43192a2927 100644 --- a/src/generated/resources/assets/create/models/block/small_veridium_brick_slab.json +++ b/src/generated/resources/assets/create/models/block/small_veridium_brick_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_veridium_brick_slab_top.json b/src/generated/resources/assets/create/models/block/small_veridium_brick_slab_top.json index 3e86372281..f8c4708878 100644 --- a/src/generated/resources/assets/create/models/block/small_veridium_brick_slab_top.json +++ b/src/generated/resources/assets/create/models/block/small_veridium_brick_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_veridium_brick_stairs.json b/src/generated/resources/assets/create/models/block/small_veridium_brick_stairs.json index 64672186dc..26d11a8072 100644 --- a/src/generated/resources/assets/create/models/block/small_veridium_brick_stairs.json +++ b/src/generated/resources/assets/create/models/block/small_veridium_brick_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_veridium_brick_stairs_inner.json b/src/generated/resources/assets/create/models/block/small_veridium_brick_stairs_inner.json index 443798a09f..21635d61ee 100644 --- a/src/generated/resources/assets/create/models/block/small_veridium_brick_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/small_veridium_brick_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/small_veridium_brick_stairs_outer.json b/src/generated/resources/assets/create/models/block/small_veridium_brick_stairs_outer.json index 7c1e0b8696..9b39ca41fd 100644 --- a/src/generated/resources/assets/create/models/block/small_veridium_brick_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/small_veridium_brick_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick", "bottom": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick", + "side": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick", "top": "create:block/palettes/stone_types/small_brick/veridium_cut_small_brick" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/spruce_window.json b/src/generated/resources/assets/create/models/block/spruce_window.json index f3944528b3..ab855de23d 100644 --- a/src/generated/resources/assets/create/models/block/spruce_window.json +++ b/src/generated/resources/assets/create/models/block/spruce_window.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/spruce_window", - "end": "minecraft:block/spruce_planks" + "end": "minecraft:block/spruce_planks", + "side": "create:block/palettes/spruce_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/spruce_window_pane_noside.json b/src/generated/resources/assets/create/models/block/spruce_window_pane_noside.json index 1252e1e485..8c556d2a25 100644 --- a/src/generated/resources/assets/create/models/block/spruce_window_pane_noside.json +++ b/src/generated/resources/assets/create/models/block/spruce_window_pane_noside.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside", "textures": { - "pane": "create:block/palettes/spruce_window", - "edge": "minecraft:block/spruce_planks" + "edge": "minecraft:block/spruce_planks", + "pane": "create:block/palettes/spruce_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/spruce_window_pane_noside_alt.json b/src/generated/resources/assets/create/models/block/spruce_window_pane_noside_alt.json index 946befebca..a02538eb80 100644 --- a/src/generated/resources/assets/create/models/block/spruce_window_pane_noside_alt.json +++ b/src/generated/resources/assets/create/models/block/spruce_window_pane_noside_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside_alt", "textures": { - "pane": "create:block/palettes/spruce_window", - "edge": "minecraft:block/spruce_planks" + "edge": "minecraft:block/spruce_planks", + "pane": "create:block/palettes/spruce_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/spruce_window_pane_post.json b/src/generated/resources/assets/create/models/block/spruce_window_pane_post.json index 0cd71f74e7..b72094177a 100644 --- a/src/generated/resources/assets/create/models/block/spruce_window_pane_post.json +++ b/src/generated/resources/assets/create/models/block/spruce_window_pane_post.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/post", "textures": { - "pane": "create:block/palettes/spruce_window", - "edge": "minecraft:block/spruce_planks" + "edge": "minecraft:block/spruce_planks", + "pane": "create:block/palettes/spruce_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/spruce_window_pane_side.json b/src/generated/resources/assets/create/models/block/spruce_window_pane_side.json index a58dec6b4f..df27ef6342 100644 --- a/src/generated/resources/assets/create/models/block/spruce_window_pane_side.json +++ b/src/generated/resources/assets/create/models/block/spruce_window_pane_side.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side", "textures": { - "pane": "create:block/palettes/spruce_window", - "edge": "minecraft:block/spruce_planks" + "edge": "minecraft:block/spruce_planks", + "pane": "create:block/palettes/spruce_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/spruce_window_pane_side_alt.json b/src/generated/resources/assets/create/models/block/spruce_window_pane_side_alt.json index fc99d0e40a..27390f975d 100644 --- a/src/generated/resources/assets/create/models/block/spruce_window_pane_side_alt.json +++ b/src/generated/resources/assets/create/models/block/spruce_window_pane_side_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side_alt", "textures": { - "pane": "create:block/palettes/spruce_window", - "edge": "minecraft:block/spruce_planks" + "edge": "minecraft:block/spruce_planks", + "pane": "create:block/palettes/spruce_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/tiled_glass_pane_post.json b/src/generated/resources/assets/create/models/block/tiled_glass_pane_post.json index d82e481b1a..393322189e 100644 --- a/src/generated/resources/assets/create/models/block/tiled_glass_pane_post.json +++ b/src/generated/resources/assets/create/models/block/tiled_glass_pane_post.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/template_glass_pane_post", "textures": { - "pane": "create:block/palettes/tiled_glass", - "edge": "minecraft:block/glass_pane_top" + "edge": "minecraft:block/glass_pane_top", + "pane": "create:block/palettes/tiled_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/tiled_glass_pane_side.json b/src/generated/resources/assets/create/models/block/tiled_glass_pane_side.json index 46c6c74e6b..5d8179f702 100644 --- a/src/generated/resources/assets/create/models/block/tiled_glass_pane_side.json +++ b/src/generated/resources/assets/create/models/block/tiled_glass_pane_side.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/template_glass_pane_side", "textures": { - "pane": "create:block/palettes/tiled_glass", - "edge": "minecraft:block/glass_pane_top" + "edge": "minecraft:block/glass_pane_top", + "pane": "create:block/palettes/tiled_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/tiled_glass_pane_side_alt.json b/src/generated/resources/assets/create/models/block/tiled_glass_pane_side_alt.json index 7085e028d3..c0ba66dd0e 100644 --- a/src/generated/resources/assets/create/models/block/tiled_glass_pane_side_alt.json +++ b/src/generated/resources/assets/create/models/block/tiled_glass_pane_side_alt.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/template_glass_pane_side_alt", "textures": { - "pane": "create:block/palettes/tiled_glass", - "edge": "minecraft:block/glass_pane_top" + "edge": "minecraft:block/glass_pane_top", + "pane": "create:block/palettes/tiled_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/tuff_pillar.json b/src/generated/resources/assets/create/models/block/tuff_pillar.json index b48946354a..5d45d9ccf7 100644 --- a/src/generated/resources/assets/create/models/block/tuff_pillar.json +++ b/src/generated/resources/assets/create/models/block/tuff_pillar.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/pillar/tuff_cut_pillar", - "end": "create:block/palettes/stone_types/cap/tuff_cut_cap" + "end": "create:block/palettes/stone_types/cap/tuff_cut_cap", + "side": "create:block/palettes/stone_types/pillar/tuff_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/tuff_pillar_horizontal.json b/src/generated/resources/assets/create/models/block/tuff_pillar_horizontal.json index 9162228780..ec6a2e5f00 100644 --- a/src/generated/resources/assets/create/models/block/tuff_pillar_horizontal.json +++ b/src/generated/resources/assets/create/models/block/tuff_pillar_horizontal.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column_horizontal", "textures": { - "side": "create:block/palettes/stone_types/pillar/tuff_cut_pillar", - "end": "create:block/palettes/stone_types/cap/tuff_cut_cap" + "end": "create:block/palettes/stone_types/cap/tuff_cut_cap", + "side": "create:block/palettes/stone_types/pillar/tuff_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/veridium_pillar.json b/src/generated/resources/assets/create/models/block/veridium_pillar.json index 2cc6cf0378..38cb2271ec 100644 --- a/src/generated/resources/assets/create/models/block/veridium_pillar.json +++ b/src/generated/resources/assets/create/models/block/veridium_pillar.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/stone_types/pillar/veridium_cut_pillar", - "end": "create:block/palettes/stone_types/cap/veridium_cut_cap" + "end": "create:block/palettes/stone_types/cap/veridium_cut_cap", + "side": "create:block/palettes/stone_types/pillar/veridium_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/veridium_pillar_horizontal.json b/src/generated/resources/assets/create/models/block/veridium_pillar_horizontal.json index a6ddc0c81d..3e4599b4fd 100644 --- a/src/generated/resources/assets/create/models/block/veridium_pillar_horizontal.json +++ b/src/generated/resources/assets/create/models/block/veridium_pillar_horizontal.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column_horizontal", "textures": { - "side": "create:block/palettes/stone_types/pillar/veridium_cut_pillar", - "end": "create:block/palettes/stone_types/cap/veridium_cut_cap" + "end": "create:block/palettes/stone_types/cap/veridium_cut_cap", + "side": "create:block/palettes/stone_types/pillar/veridium_cut_pillar" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_noside.json b/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_noside.json index 739c476a4e..c9a2b2ecae 100644 --- a/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_noside.json +++ b/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_noside.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside", "textures": { - "pane": "create:block/palettes/framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_noside_alt.json b/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_noside_alt.json index 61529cb63e..2d7d73f6d7 100644 --- a/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_noside_alt.json +++ b/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_noside_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside_alt", "textures": { - "pane": "create:block/palettes/framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_post.json b/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_post.json index dc06fff99a..2df201cf13 100644 --- a/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_post.json +++ b/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_post.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/post", "textures": { - "pane": "create:block/palettes/framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_side.json b/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_side.json index f9b4aec759..4dc584f663 100644 --- a/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_side.json +++ b/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_side.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side", "textures": { - "pane": "create:block/palettes/framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_side_alt.json b/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_side_alt.json index 3dbed7bee8..ab38603167 100644 --- a/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_side_alt.json +++ b/src/generated/resources/assets/create/models/block/vertical_framed_glass_pane_side_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side_alt", "textures": { - "pane": "create:block/palettes/framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/warped_window.json b/src/generated/resources/assets/create/models/block/warped_window.json index 3cc929cf7b..6254666f52 100644 --- a/src/generated/resources/assets/create/models/block/warped_window.json +++ b/src/generated/resources/assets/create/models/block/warped_window.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/warped_window", - "end": "minecraft:block/warped_planks" + "end": "minecraft:block/warped_planks", + "side": "create:block/palettes/warped_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/warped_window_pane_noside.json b/src/generated/resources/assets/create/models/block/warped_window_pane_noside.json index a15b3aece6..5221c3f7ae 100644 --- a/src/generated/resources/assets/create/models/block/warped_window_pane_noside.json +++ b/src/generated/resources/assets/create/models/block/warped_window_pane_noside.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside", "textures": { - "pane": "create:block/palettes/warped_window", - "edge": "minecraft:block/warped_planks" + "edge": "minecraft:block/warped_planks", + "pane": "create:block/palettes/warped_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/warped_window_pane_noside_alt.json b/src/generated/resources/assets/create/models/block/warped_window_pane_noside_alt.json index 1327e4e66e..6b6a1f6b82 100644 --- a/src/generated/resources/assets/create/models/block/warped_window_pane_noside_alt.json +++ b/src/generated/resources/assets/create/models/block/warped_window_pane_noside_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/noside_alt", "textures": { - "pane": "create:block/palettes/warped_window", - "edge": "minecraft:block/warped_planks" + "edge": "minecraft:block/warped_planks", + "pane": "create:block/palettes/warped_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/warped_window_pane_post.json b/src/generated/resources/assets/create/models/block/warped_window_pane_post.json index 173c9e0e6d..45bd4df014 100644 --- a/src/generated/resources/assets/create/models/block/warped_window_pane_post.json +++ b/src/generated/resources/assets/create/models/block/warped_window_pane_post.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/post", "textures": { - "pane": "create:block/palettes/warped_window", - "edge": "minecraft:block/warped_planks" + "edge": "minecraft:block/warped_planks", + "pane": "create:block/palettes/warped_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/warped_window_pane_side.json b/src/generated/resources/assets/create/models/block/warped_window_pane_side.json index eaf22b0b6b..c9c98ee40d 100644 --- a/src/generated/resources/assets/create/models/block/warped_window_pane_side.json +++ b/src/generated/resources/assets/create/models/block/warped_window_pane_side.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side", "textures": { - "pane": "create:block/palettes/warped_window", - "edge": "minecraft:block/warped_planks" + "edge": "minecraft:block/warped_planks", + "pane": "create:block/palettes/warped_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/warped_window_pane_side_alt.json b/src/generated/resources/assets/create/models/block/warped_window_pane_side_alt.json index 155a660336..e113302014 100644 --- a/src/generated/resources/assets/create/models/block/warped_window_pane_side_alt.json +++ b/src/generated/resources/assets/create/models/block/warped_window_pane_side_alt.json @@ -1,7 +1,7 @@ { "parent": "create:block/connected_glass_pane/side_alt", "textures": { - "pane": "create:block/palettes/warped_window", - "edge": "minecraft:block/warped_planks" + "edge": "minecraft:block/warped_planks", + "pane": "create:block/palettes/warped_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_copper_shingle_slab.json b/src/generated/resources/assets/create/models/block/waxed_copper_shingle_slab.json index b526bdaa32..491f0e5e05 100644 --- a/src/generated/resources/assets/create/models/block/waxed_copper_shingle_slab.json +++ b/src/generated/resources/assets/create/models/block/waxed_copper_shingle_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/copper/copper_shingles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_shingles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_copper_shingle_slab_top.json b/src/generated/resources/assets/create/models/block/waxed_copper_shingle_slab_top.json index 54ba174a9b..56f968d6e9 100644 --- a/src/generated/resources/assets/create/models/block/waxed_copper_shingle_slab_top.json +++ b/src/generated/resources/assets/create/models/block/waxed_copper_shingle_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/copper/copper_shingles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_shingles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_copper_shingle_stairs.json b/src/generated/resources/assets/create/models/block/waxed_copper_shingle_stairs.json index f7d8a76a90..5a4a518407 100644 --- a/src/generated/resources/assets/create/models/block/waxed_copper_shingle_stairs.json +++ b/src/generated/resources/assets/create/models/block/waxed_copper_shingle_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/copper/copper_shingles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_shingles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_copper_shingle_stairs_inner.json b/src/generated/resources/assets/create/models/block/waxed_copper_shingle_stairs_inner.json index f701f97e13..97d3b8c842 100644 --- a/src/generated/resources/assets/create/models/block/waxed_copper_shingle_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/waxed_copper_shingle_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/copper/copper_shingles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_shingles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_copper_shingle_stairs_outer.json b/src/generated/resources/assets/create/models/block/waxed_copper_shingle_stairs_outer.json index 2064c25ceb..03f8a83655 100644 --- a/src/generated/resources/assets/create/models/block/waxed_copper_shingle_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/waxed_copper_shingle_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/copper/copper_shingles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_shingles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_copper_shingles.json b/src/generated/resources/assets/create/models/block/waxed_copper_shingles.json index 009f73092a..24b14f1f2c 100644 --- a/src/generated/resources/assets/create/models/block/waxed_copper_shingles.json +++ b/src/generated/resources/assets/create/models/block/waxed_copper_shingles.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/copper/copper_shingles", - "end": "create:block/copper/copper_roof_top" + "end": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_shingles" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_copper_tile_slab.json b/src/generated/resources/assets/create/models/block/waxed_copper_tile_slab.json index 1aa15c7d9f..b8ec8c2f32 100644 --- a/src/generated/resources/assets/create/models/block/waxed_copper_tile_slab.json +++ b/src/generated/resources/assets/create/models/block/waxed_copper_tile_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/copper/copper_tiles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_tiles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_copper_tile_slab_top.json b/src/generated/resources/assets/create/models/block/waxed_copper_tile_slab_top.json index 407cdce8e5..f371e44739 100644 --- a/src/generated/resources/assets/create/models/block/waxed_copper_tile_slab_top.json +++ b/src/generated/resources/assets/create/models/block/waxed_copper_tile_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/copper/copper_tiles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_tiles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_copper_tile_stairs.json b/src/generated/resources/assets/create/models/block/waxed_copper_tile_stairs.json index 0453b41385..4de00fda72 100644 --- a/src/generated/resources/assets/create/models/block/waxed_copper_tile_stairs.json +++ b/src/generated/resources/assets/create/models/block/waxed_copper_tile_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/copper/copper_tiles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_tiles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_copper_tile_stairs_inner.json b/src/generated/resources/assets/create/models/block/waxed_copper_tile_stairs_inner.json index 6118cb4155..dbea5ed70d 100644 --- a/src/generated/resources/assets/create/models/block/waxed_copper_tile_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/waxed_copper_tile_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/copper/copper_tiles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_tiles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_copper_tile_stairs_outer.json b/src/generated/resources/assets/create/models/block/waxed_copper_tile_stairs_outer.json index 59f8ad4a0f..c97dcee055 100644 --- a/src/generated/resources/assets/create/models/block/waxed_copper_tile_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/waxed_copper_tile_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/copper/copper_tiles", "bottom": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_tiles", "top": "create:block/copper/copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_copper_tiles.json b/src/generated/resources/assets/create/models/block/waxed_copper_tiles.json index 835d6eb0e6..0af35e2d3d 100644 --- a/src/generated/resources/assets/create/models/block/waxed_copper_tiles.json +++ b/src/generated/resources/assets/create/models/block/waxed_copper_tiles.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/copper/copper_tiles", - "end": "create:block/copper/copper_roof_top" + "end": "create:block/copper/copper_roof_top", + "side": "create:block/copper/copper_tiles" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_slab.json b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_slab.json index 6e628c6cf0..b87d97801f 100644 --- a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_slab.json +++ b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/copper/exposed_copper_shingles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_shingles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_slab_top.json b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_slab_top.json index 65d6dfed7d..3d3965d1c1 100644 --- a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_slab_top.json +++ b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/copper/exposed_copper_shingles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_shingles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_stairs.json b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_stairs.json index 8ca19e8749..8d23c7f599 100644 --- a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_stairs.json +++ b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/copper/exposed_copper_shingles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_shingles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_stairs_inner.json b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_stairs_inner.json index c2b27ad917..8e0eae204e 100644 --- a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/copper/exposed_copper_shingles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_shingles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_stairs_outer.json b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_stairs_outer.json index 40592a0b77..aba681cba4 100644 --- a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingle_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/copper/exposed_copper_shingles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_shingles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingles.json b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingles.json index 1de1173ad9..5748220e13 100644 --- a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingles.json +++ b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_shingles.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/copper/exposed_copper_shingles", - "end": "create:block/copper/exposed_copper_roof_top" + "end": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_shingles" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_slab.json b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_slab.json index 5ea5d54e49..33f72d988b 100644 --- a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_slab.json +++ b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/copper/exposed_copper_tiles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_tiles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_slab_top.json b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_slab_top.json index ff106aacb3..a702082eee 100644 --- a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_slab_top.json +++ b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/copper/exposed_copper_tiles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_tiles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_stairs.json b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_stairs.json index 603b8a4a01..1316b83d97 100644 --- a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_stairs.json +++ b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/copper/exposed_copper_tiles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_tiles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_stairs_inner.json b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_stairs_inner.json index e306f4b5d5..522c818155 100644 --- a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/copper/exposed_copper_tiles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_tiles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_stairs_outer.json b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_stairs_outer.json index c9b2091072..120a2195f0 100644 --- a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tile_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/copper/exposed_copper_tiles", "bottom": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_tiles", "top": "create:block/copper/exposed_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tiles.json b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tiles.json index d67c85597c..00f631af14 100644 --- a/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tiles.json +++ b/src/generated/resources/assets/create/models/block/waxed_exposed_copper_tiles.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/copper/exposed_copper_tiles", - "end": "create:block/copper/exposed_copper_roof_top" + "end": "create:block/copper/exposed_copper_roof_top", + "side": "create:block/copper/exposed_copper_tiles" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_slab.json b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_slab.json index 99054cba79..57ae2981c6 100644 --- a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_slab.json +++ b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/copper/oxidized_copper_shingles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_shingles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_slab_top.json b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_slab_top.json index 7c30bf73df..0646a1e04e 100644 --- a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_slab_top.json +++ b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/copper/oxidized_copper_shingles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_shingles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_stairs.json b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_stairs.json index 8c9833e156..46d87ebf22 100644 --- a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_stairs.json +++ b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/copper/oxidized_copper_shingles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_shingles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_stairs_inner.json b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_stairs_inner.json index ec4614a3a2..f33948c1d8 100644 --- a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/copper/oxidized_copper_shingles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_shingles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_stairs_outer.json b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_stairs_outer.json index b2bc7d83e7..3cbba3739e 100644 --- a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingle_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/copper/oxidized_copper_shingles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_shingles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingles.json b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingles.json index a2701b15fb..960c4691fe 100644 --- a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingles.json +++ b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_shingles.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/copper/oxidized_copper_shingles", - "end": "create:block/copper/oxidized_copper_roof_top" + "end": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_shingles" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_slab.json b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_slab.json index 356d12d452..b69c5a3bd4 100644 --- a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_slab.json +++ b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/copper/oxidized_copper_tiles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_tiles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_slab_top.json b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_slab_top.json index dee53dcce1..c5558e1cc0 100644 --- a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_slab_top.json +++ b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/copper/oxidized_copper_tiles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_tiles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_stairs.json b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_stairs.json index d136c50772..bca1699c2d 100644 --- a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_stairs.json +++ b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/copper/oxidized_copper_tiles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_tiles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_stairs_inner.json b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_stairs_inner.json index 965f0e78fa..8f0bc587df 100644 --- a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/copper/oxidized_copper_tiles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_tiles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_stairs_outer.json b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_stairs_outer.json index c2abd5b467..064f048877 100644 --- a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tile_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/copper/oxidized_copper_tiles", "bottom": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_tiles", "top": "create:block/copper/oxidized_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tiles.json b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tiles.json index 7bda58ac5b..2a502428c2 100644 --- a/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tiles.json +++ b/src/generated/resources/assets/create/models/block/waxed_oxidized_copper_tiles.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/copper/oxidized_copper_tiles", - "end": "create:block/copper/oxidized_copper_roof_top" + "end": "create:block/copper/oxidized_copper_roof_top", + "side": "create:block/copper/oxidized_copper_tiles" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_slab.json b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_slab.json index b8cecfa5b5..7c4e356d3b 100644 --- a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_slab.json +++ b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/copper/weathered_copper_shingles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_shingles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_slab_top.json b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_slab_top.json index 4103c93cd7..45ea42e243 100644 --- a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_slab_top.json +++ b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/copper/weathered_copper_shingles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_shingles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_stairs.json b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_stairs.json index d929ac09b0..154f847b95 100644 --- a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_stairs.json +++ b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/copper/weathered_copper_shingles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_shingles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_stairs_inner.json b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_stairs_inner.json index ef1c0e9975..23baae71b8 100644 --- a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/copper/weathered_copper_shingles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_shingles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_stairs_outer.json b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_stairs_outer.json index 42878f3000..c7ddf7d67a 100644 --- a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingle_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/copper/weathered_copper_shingles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_shingles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingles.json b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingles.json index af0689ab31..ae43df44d0 100644 --- a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingles.json +++ b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_shingles.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/copper/weathered_copper_shingles", - "end": "create:block/copper/weathered_copper_roof_top" + "end": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_shingles" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_slab.json b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_slab.json index bfb9cce473..fee77185a8 100644 --- a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_slab.json +++ b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/copper/weathered_copper_tiles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_tiles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_slab_top.json b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_slab_top.json index 01ee4c9ec4..80b0f0e80f 100644 --- a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_slab_top.json +++ b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/copper/weathered_copper_tiles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_tiles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_stairs.json b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_stairs.json index 72a546e464..a46618f0c4 100644 --- a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_stairs.json +++ b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/copper/weathered_copper_tiles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_tiles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_stairs_inner.json b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_stairs_inner.json index 589d35dcdb..0d6ff5eaa2 100644 --- a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/copper/weathered_copper_tiles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_tiles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_stairs_outer.json b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_stairs_outer.json index d1c89dde98..aae1bb40eb 100644 --- a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tile_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/copper/weathered_copper_tiles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_tiles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tiles.json b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tiles.json index 0645651cf5..18d45bcf4d 100644 --- a/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tiles.json +++ b/src/generated/resources/assets/create/models/block/waxed_weathered_copper_tiles.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/copper/weathered_copper_tiles", - "end": "create:block/copper/weathered_copper_roof_top" + "end": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_tiles" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/weathered_copper_shingle_slab.json b/src/generated/resources/assets/create/models/block/weathered_copper_shingle_slab.json index b8cecfa5b5..7c4e356d3b 100644 --- a/src/generated/resources/assets/create/models/block/weathered_copper_shingle_slab.json +++ b/src/generated/resources/assets/create/models/block/weathered_copper_shingle_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/copper/weathered_copper_shingles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_shingles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/weathered_copper_shingle_slab_top.json b/src/generated/resources/assets/create/models/block/weathered_copper_shingle_slab_top.json index 4103c93cd7..45ea42e243 100644 --- a/src/generated/resources/assets/create/models/block/weathered_copper_shingle_slab_top.json +++ b/src/generated/resources/assets/create/models/block/weathered_copper_shingle_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/copper/weathered_copper_shingles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_shingles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/weathered_copper_shingle_stairs.json b/src/generated/resources/assets/create/models/block/weathered_copper_shingle_stairs.json index d929ac09b0..154f847b95 100644 --- a/src/generated/resources/assets/create/models/block/weathered_copper_shingle_stairs.json +++ b/src/generated/resources/assets/create/models/block/weathered_copper_shingle_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/copper/weathered_copper_shingles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_shingles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/weathered_copper_shingle_stairs_inner.json b/src/generated/resources/assets/create/models/block/weathered_copper_shingle_stairs_inner.json index ef1c0e9975..23baae71b8 100644 --- a/src/generated/resources/assets/create/models/block/weathered_copper_shingle_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/weathered_copper_shingle_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/copper/weathered_copper_shingles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_shingles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/weathered_copper_shingle_stairs_outer.json b/src/generated/resources/assets/create/models/block/weathered_copper_shingle_stairs_outer.json index 42878f3000..c7ddf7d67a 100644 --- a/src/generated/resources/assets/create/models/block/weathered_copper_shingle_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/weathered_copper_shingle_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/copper/weathered_copper_shingles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_shingles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/weathered_copper_shingles.json b/src/generated/resources/assets/create/models/block/weathered_copper_shingles.json index af0689ab31..ae43df44d0 100644 --- a/src/generated/resources/assets/create/models/block/weathered_copper_shingles.json +++ b/src/generated/resources/assets/create/models/block/weathered_copper_shingles.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/copper/weathered_copper_shingles", - "end": "create:block/copper/weathered_copper_roof_top" + "end": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_shingles" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/weathered_copper_tile_slab.json b/src/generated/resources/assets/create/models/block/weathered_copper_tile_slab.json index bfb9cce473..fee77185a8 100644 --- a/src/generated/resources/assets/create/models/block/weathered_copper_tile_slab.json +++ b/src/generated/resources/assets/create/models/block/weathered_copper_tile_slab.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab", "textures": { - "side": "create:block/copper/weathered_copper_tiles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_tiles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/weathered_copper_tile_slab_top.json b/src/generated/resources/assets/create/models/block/weathered_copper_tile_slab_top.json index 01ee4c9ec4..80b0f0e80f 100644 --- a/src/generated/resources/assets/create/models/block/weathered_copper_tile_slab_top.json +++ b/src/generated/resources/assets/create/models/block/weathered_copper_tile_slab_top.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/slab_top", "textures": { - "side": "create:block/copper/weathered_copper_tiles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_tiles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/weathered_copper_tile_stairs.json b/src/generated/resources/assets/create/models/block/weathered_copper_tile_stairs.json index 72a546e464..a46618f0c4 100644 --- a/src/generated/resources/assets/create/models/block/weathered_copper_tile_stairs.json +++ b/src/generated/resources/assets/create/models/block/weathered_copper_tile_stairs.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/stairs", "textures": { - "side": "create:block/copper/weathered_copper_tiles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_tiles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/weathered_copper_tile_stairs_inner.json b/src/generated/resources/assets/create/models/block/weathered_copper_tile_stairs_inner.json index 589d35dcdb..0d6ff5eaa2 100644 --- a/src/generated/resources/assets/create/models/block/weathered_copper_tile_stairs_inner.json +++ b/src/generated/resources/assets/create/models/block/weathered_copper_tile_stairs_inner.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/inner_stairs", "textures": { - "side": "create:block/copper/weathered_copper_tiles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_tiles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/weathered_copper_tile_stairs_outer.json b/src/generated/resources/assets/create/models/block/weathered_copper_tile_stairs_outer.json index d1c89dde98..aae1bb40eb 100644 --- a/src/generated/resources/assets/create/models/block/weathered_copper_tile_stairs_outer.json +++ b/src/generated/resources/assets/create/models/block/weathered_copper_tile_stairs_outer.json @@ -1,8 +1,8 @@ { "parent": "minecraft:block/outer_stairs", "textures": { - "side": "create:block/copper/weathered_copper_tiles", "bottom": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_tiles", "top": "create:block/copper/weathered_copper_roof_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/weathered_copper_tiles.json b/src/generated/resources/assets/create/models/block/weathered_copper_tiles.json index 0645651cf5..18d45bcf4d 100644 --- a/src/generated/resources/assets/create/models/block/weathered_copper_tiles.json +++ b/src/generated/resources/assets/create/models/block/weathered_copper_tiles.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/copper/weathered_copper_tiles", - "end": "create:block/copper/weathered_copper_roof_top" + "end": "create:block/copper/weathered_copper_roof_top", + "side": "create:block/copper/weathered_copper_tiles" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/windmill_bearing.json b/src/generated/resources/assets/create/models/block/windmill_bearing.json index 1af6d60598..59002e0099 100644 --- a/src/generated/resources/assets/create/models/block/windmill_bearing.json +++ b/src/generated/resources/assets/create/models/block/windmill_bearing.json @@ -1,8 +1,8 @@ { "parent": "create:block/bearing/block", "textures": { - "side": "create:block/windmill_bearing_side", + "back": "create:block/gearbox", "nook": "create:block/andesite_casing", - "back": "create:block/gearbox" + "side": "create:block/windmill_bearing_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/acacia_window_pane.json b/src/generated/resources/assets/create/models/item/acacia_window_pane.json index 5489235f35..03ea16c3ac 100644 --- a/src/generated/resources/assets/create/models/item/acacia_window_pane.json +++ b/src/generated/resources/assets/create/models/item/acacia_window_pane.json @@ -1,7 +1,7 @@ { "parent": "create:item/pane", "textures": { - "pane": "create:block/palettes/acacia_window", - "edge": "minecraft:block/acacia_planks" + "edge": "minecraft:block/acacia_planks", + "pane": "create:block/palettes/acacia_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/andesite_encased_cogwheel.json b/src/generated/resources/assets/create/models/item/andesite_encased_cogwheel.json index 7912bbab9c..30be3b80a4 100644 --- a/src/generated/resources/assets/create/models/item/andesite_encased_cogwheel.json +++ b/src/generated/resources/assets/create/models/item/andesite_encased_cogwheel.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_cogwheel/item", "textures": { - "casing": "create:block/andesite_casing", "1": "minecraft:block/stripped_spruce_log_top", + "casing": "create:block/andesite_casing", "side": "create:block/andesite_encased_cogwheel_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/andesite_encased_large_cogwheel.json b/src/generated/resources/assets/create/models/item/andesite_encased_large_cogwheel.json index 14396af11b..57c3142c20 100644 --- a/src/generated/resources/assets/create/models/item/andesite_encased_large_cogwheel.json +++ b/src/generated/resources/assets/create/models/item/andesite_encased_large_cogwheel.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_large_cogwheel/item", "textures": { - "casing": "create:block/andesite_casing", "1": "minecraft:block/stripped_spruce_log_top", + "casing": "create:block/andesite_casing", "side": "create:block/andesite_encased_cogwheel_side_connected" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/andesite_funnel.json b/src/generated/resources/assets/create/models/item/andesite_funnel.json index 6cb095db37..a0b71f1810 100644 --- a/src/generated/resources/assets/create/models/item/andesite_funnel.json +++ b/src/generated/resources/assets/create/models/item/andesite_funnel.json @@ -1,11 +1,11 @@ { "parent": "create:block/funnel/item", "textures": { - "particle": "create:block/andesite_casing", - "7": "create:block/andesite_funnel_plating", "2": "create:block/andesite_funnel_neutral", - "6": "create:block/andesite_funnel", + "3": "create:block/andesite_funnel_back", "5": "create:block/andesite_funnel_tall", - "3": "create:block/andesite_funnel_back" + "6": "create:block/andesite_funnel", + "7": "create:block/andesite_funnel_plating", + "particle": "create:block/andesite_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/birch_window_pane.json b/src/generated/resources/assets/create/models/item/birch_window_pane.json index 83b33020d9..3eb2e72698 100644 --- a/src/generated/resources/assets/create/models/item/birch_window_pane.json +++ b/src/generated/resources/assets/create/models/item/birch_window_pane.json @@ -1,7 +1,7 @@ { "parent": "create:item/pane", "textures": { - "pane": "create:block/palettes/birch_window", - "edge": "minecraft:block/birch_planks" + "edge": "minecraft:block/birch_planks", + "pane": "create:block/palettes/birch_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/brass_encased_cogwheel.json b/src/generated/resources/assets/create/models/item/brass_encased_cogwheel.json index ca72d6475c..06cfabf4f2 100644 --- a/src/generated/resources/assets/create/models/item/brass_encased_cogwheel.json +++ b/src/generated/resources/assets/create/models/item/brass_encased_cogwheel.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_cogwheel/item", "textures": { - "casing": "create:block/brass_casing", "1": "minecraft:block/stripped_dark_oak_log_top", + "casing": "create:block/brass_casing", "side": "create:block/brass_encased_cogwheel_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/brass_encased_large_cogwheel.json b/src/generated/resources/assets/create/models/item/brass_encased_large_cogwheel.json index 0f81deda2a..d108c78dcb 100644 --- a/src/generated/resources/assets/create/models/item/brass_encased_large_cogwheel.json +++ b/src/generated/resources/assets/create/models/item/brass_encased_large_cogwheel.json @@ -1,8 +1,8 @@ { "parent": "create:block/encased_large_cogwheel/item", "textures": { - "casing": "create:block/brass_casing", "1": "minecraft:block/stripped_dark_oak_log_top", + "casing": "create:block/brass_casing", "side": "create:block/brass_encased_cogwheel_side_connected" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/brass_funnel.json b/src/generated/resources/assets/create/models/item/brass_funnel.json index 5a1542acb7..8512e8f191 100644 --- a/src/generated/resources/assets/create/models/item/brass_funnel.json +++ b/src/generated/resources/assets/create/models/item/brass_funnel.json @@ -1,11 +1,11 @@ { "parent": "create:block/funnel/item", "textures": { - "particle": "create:block/brass_casing", - "7": "create:block/brass_funnel_plating", "2": "create:block/brass_funnel_neutral", - "6": "create:block/brass_funnel", + "3": "create:block/brass_funnel_back", "5": "create:block/brass_funnel_tall", - "3": "create:block/brass_funnel_back" + "6": "create:block/brass_funnel", + "7": "create:block/brass_funnel_plating", + "particle": "create:block/brass_casing" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/clockwork_bearing.json b/src/generated/resources/assets/create/models/item/clockwork_bearing.json index 908d1c4ce5..f4d5fb9adb 100644 --- a/src/generated/resources/assets/create/models/item/clockwork_bearing.json +++ b/src/generated/resources/assets/create/models/item/clockwork_bearing.json @@ -1,8 +1,8 @@ { "parent": "create:block/bearing/item", "textures": { - "top": "create:block/bearing_top", + "back": "create:block/brass_gearbox", "side": "create:block/clockwork_bearing_side", - "back": "create:block/brass_gearbox" + "top": "create:block/bearing_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/creative_fluid_tank.json b/src/generated/resources/assets/create/models/item/creative_fluid_tank.json index 1ae522477d..abb3dafd7b 100644 --- a/src/generated/resources/assets/create/models/item/creative_fluid_tank.json +++ b/src/generated/resources/assets/create/models/item/creative_fluid_tank.json @@ -1,10 +1,10 @@ { "parent": "create:block/fluid_tank/block_single_window", "textures": { - "5": "create:block/creative_fluid_tank_window_single", + "0": "create:block/creative_casing", "1": "create:block/creative_fluid_tank", - "particle": "create:block/creative_fluid_tank", "4": "create:block/creative_casing", - "0": "create:block/creative_casing" + "5": "create:block/creative_fluid_tank_window_single", + "particle": "create:block/creative_fluid_tank" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/crimson_window_pane.json b/src/generated/resources/assets/create/models/item/crimson_window_pane.json index 0fbbcc9ef7..496b0c0fc4 100644 --- a/src/generated/resources/assets/create/models/item/crimson_window_pane.json +++ b/src/generated/resources/assets/create/models/item/crimson_window_pane.json @@ -1,7 +1,7 @@ { "parent": "create:item/pane", "textures": { - "pane": "create:block/palettes/crimson_window", - "edge": "minecraft:block/crimson_planks" + "edge": "minecraft:block/crimson_planks", + "pane": "create:block/palettes/crimson_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/dark_oak_window_pane.json b/src/generated/resources/assets/create/models/item/dark_oak_window_pane.json index 7afc3e18f4..ea970f28e1 100644 --- a/src/generated/resources/assets/create/models/item/dark_oak_window_pane.json +++ b/src/generated/resources/assets/create/models/item/dark_oak_window_pane.json @@ -1,7 +1,7 @@ { "parent": "create:item/pane", "textures": { - "pane": "create:block/palettes/dark_oak_window", - "edge": "minecraft:block/dark_oak_planks" + "edge": "minecraft:block/dark_oak_planks", + "pane": "create:block/palettes/dark_oak_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/framed_glass.json b/src/generated/resources/assets/create/models/item/framed_glass.json index de6ed43adc..caa95fb05c 100644 --- a/src/generated/resources/assets/create/models/item/framed_glass.json +++ b/src/generated/resources/assets/create/models/item/framed_glass.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/framed_glass", - "end": "create:block/palettes/framed_glass" + "end": "create:block/palettes/framed_glass", + "side": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/framed_glass_pane.json b/src/generated/resources/assets/create/models/item/framed_glass_pane.json index 49799f8ae9..1d48f846b8 100644 --- a/src/generated/resources/assets/create/models/item/framed_glass_pane.json +++ b/src/generated/resources/assets/create/models/item/framed_glass_pane.json @@ -1,7 +1,7 @@ { "parent": "create:item/pane", "textures": { - "pane": "create:block/palettes/framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/horizontal_framed_glass.json b/src/generated/resources/assets/create/models/item/horizontal_framed_glass.json index f8ca1f72a8..1cd616b1a6 100644 --- a/src/generated/resources/assets/create/models/item/horizontal_framed_glass.json +++ b/src/generated/resources/assets/create/models/item/horizontal_framed_glass.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/horizontal_framed_glass", - "end": "create:block/palettes/framed_glass" + "end": "create:block/palettes/framed_glass", + "side": "create:block/palettes/horizontal_framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/horizontal_framed_glass_pane.json b/src/generated/resources/assets/create/models/item/horizontal_framed_glass_pane.json index 277da10082..5b8c4b78c6 100644 --- a/src/generated/resources/assets/create/models/item/horizontal_framed_glass_pane.json +++ b/src/generated/resources/assets/create/models/item/horizontal_framed_glass_pane.json @@ -1,7 +1,7 @@ { "parent": "create:item/pane", "textures": { - "pane": "create:block/palettes/horizontal_framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/horizontal_framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/jungle_window_pane.json b/src/generated/resources/assets/create/models/item/jungle_window_pane.json index 0471009c7f..9f783191e1 100644 --- a/src/generated/resources/assets/create/models/item/jungle_window_pane.json +++ b/src/generated/resources/assets/create/models/item/jungle_window_pane.json @@ -1,7 +1,7 @@ { "parent": "create:item/pane", "textures": { - "pane": "create:block/palettes/jungle_window", - "edge": "minecraft:block/jungle_planks" + "edge": "minecraft:block/jungle_planks", + "pane": "create:block/palettes/jungle_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/mechanical_bearing.json b/src/generated/resources/assets/create/models/item/mechanical_bearing.json index 6f845950f3..a9642678b5 100644 --- a/src/generated/resources/assets/create/models/item/mechanical_bearing.json +++ b/src/generated/resources/assets/create/models/item/mechanical_bearing.json @@ -1,8 +1,8 @@ { "parent": "create:block/bearing/item", "textures": { - "top": "create:block/bearing_top", + "back": "create:block/gearbox", "side": "create:block/mechanical_bearing_side", - "back": "create:block/gearbox" + "top": "create:block/bearing_top" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/oak_window_pane.json b/src/generated/resources/assets/create/models/item/oak_window_pane.json index 7e33b9253f..fad014834e 100644 --- a/src/generated/resources/assets/create/models/item/oak_window_pane.json +++ b/src/generated/resources/assets/create/models/item/oak_window_pane.json @@ -1,7 +1,7 @@ { "parent": "create:item/pane", "textures": { - "pane": "create:block/palettes/oak_window", - "edge": "minecraft:block/oak_planks" + "edge": "minecraft:block/oak_planks", + "pane": "create:block/palettes/oak_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/ornate_iron_window_pane.json b/src/generated/resources/assets/create/models/item/ornate_iron_window_pane.json index 68f264fee4..e522e49a62 100644 --- a/src/generated/resources/assets/create/models/item/ornate_iron_window_pane.json +++ b/src/generated/resources/assets/create/models/item/ornate_iron_window_pane.json @@ -1,7 +1,7 @@ { "parent": "create:item/pane", "textures": { - "pane": "create:block/palettes/ornate_iron_window", - "edge": "create:block/palettes/ornate_iron_window_pane_top" + "edge": "create:block/palettes/ornate_iron_window_pane_top", + "pane": "create:block/palettes/ornate_iron_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/radial_chassis.json b/src/generated/resources/assets/create/models/item/radial_chassis.json index 1623459f18..57b42281ae 100644 --- a/src/generated/resources/assets/create/models/item/radial_chassis.json +++ b/src/generated/resources/assets/create/models/item/radial_chassis.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/radial_chassis_side", - "end": "create:block/radial_chassis_end" + "end": "create:block/radial_chassis_end", + "side": "create:block/radial_chassis_side" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/spruce_window_pane.json b/src/generated/resources/assets/create/models/item/spruce_window_pane.json index 57b6d9edf6..f6f6c6e7d3 100644 --- a/src/generated/resources/assets/create/models/item/spruce_window_pane.json +++ b/src/generated/resources/assets/create/models/item/spruce_window_pane.json @@ -1,7 +1,7 @@ { "parent": "create:item/pane", "textures": { - "pane": "create:block/palettes/spruce_window", - "edge": "minecraft:block/spruce_planks" + "edge": "minecraft:block/spruce_planks", + "pane": "create:block/palettes/spruce_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/tiled_glass_pane.json b/src/generated/resources/assets/create/models/item/tiled_glass_pane.json index 905c82fbc7..8223e7d169 100644 --- a/src/generated/resources/assets/create/models/item/tiled_glass_pane.json +++ b/src/generated/resources/assets/create/models/item/tiled_glass_pane.json @@ -1,7 +1,7 @@ { "parent": "create:item/pane", "textures": { - "pane": "create:block/palettes/tiled_glass", - "edge": "minecraft:block/glass_pane_top" + "edge": "minecraft:block/glass_pane_top", + "pane": "create:block/palettes/tiled_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/vertical_framed_glass.json b/src/generated/resources/assets/create/models/item/vertical_framed_glass.json index f5e6133eff..135cfb8e49 100644 --- a/src/generated/resources/assets/create/models/item/vertical_framed_glass.json +++ b/src/generated/resources/assets/create/models/item/vertical_framed_glass.json @@ -1,7 +1,7 @@ { "parent": "minecraft:block/cube_column", "textures": { - "side": "create:block/palettes/vertical_framed_glass", - "end": "create:block/palettes/framed_glass" + "end": "create:block/palettes/framed_glass", + "side": "create:block/palettes/vertical_framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/vertical_framed_glass_pane.json b/src/generated/resources/assets/create/models/item/vertical_framed_glass_pane.json index 71c535408f..c5df1d782b 100644 --- a/src/generated/resources/assets/create/models/item/vertical_framed_glass_pane.json +++ b/src/generated/resources/assets/create/models/item/vertical_framed_glass_pane.json @@ -1,7 +1,7 @@ { "parent": "create:item/pane", "textures": { - "pane": "create:block/palettes/vertical_framed_glass", - "edge": "create:block/palettes/framed_glass_pane_top" + "edge": "create:block/palettes/framed_glass_pane_top", + "pane": "create:block/palettes/vertical_framed_glass" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/warped_window_pane.json b/src/generated/resources/assets/create/models/item/warped_window_pane.json index d99c749be4..c8569bb459 100644 --- a/src/generated/resources/assets/create/models/item/warped_window_pane.json +++ b/src/generated/resources/assets/create/models/item/warped_window_pane.json @@ -1,7 +1,7 @@ { "parent": "create:item/pane", "textures": { - "pane": "create:block/palettes/warped_window", - "edge": "minecraft:block/warped_planks" + "edge": "minecraft:block/warped_planks", + "pane": "create:block/palettes/warped_window" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/windmill_bearing.json b/src/generated/resources/assets/create/models/item/windmill_bearing.json index 434880d44d..b38b6ca46b 100644 --- a/src/generated/resources/assets/create/models/item/windmill_bearing.json +++ b/src/generated/resources/assets/create/models/item/windmill_bearing.json @@ -1,8 +1,8 @@ { "parent": "create:block/bearing/item", "textures": { - "top": "create:block/bearing_top_wooden", + "back": "create:block/gearbox", "side": "create:block/windmill_bearing_side", - "back": "create:block/gearbox" + "top": "create:block/bearing_top_wooden" } } \ No newline at end of file diff --git a/src/generated/resources/assets/create/sounds.json b/src/generated/resources/assets/create/sounds.json index 1ac3fd7f15..e715f862fd 100644 --- a/src/generated/resources/assets/create/sounds.json +++ b/src/generated/resources/assets/create/sounds.json @@ -2,8 +2,8 @@ "blaze_munch": { "sounds": [ { - "name": "minecraft:entity.generic.eat", - "type": "event" + "type": "event", + "name": "minecraft:entity.generic.eat" } ], "subtitle": "create.subtitle.blaze_munch" @@ -11,16 +11,16 @@ "chiff": { "sounds": [ { - "name": "create:chiff", - "type": "file" + "type": "file", + "name": "create:chiff" } ] }, "cogs": { "sounds": [ { - "name": "create:cogs", - "type": "file" + "type": "file", + "name": "create:cogs" } ], "subtitle": "create.subtitle.cogs" @@ -28,8 +28,8 @@ "confirm": { "sounds": [ { - "name": "minecraft:block.note_block.bell", - "type": "event" + "type": "event", + "name": "minecraft:block.note_block.bell" } ], "subtitle": "create.subtitle.confirm" @@ -37,8 +37,8 @@ "contraption_assemble": { "sounds": [ { - "name": "minecraft:block.wooden_trapdoor.open", - "type": "event" + "type": "event", + "name": "minecraft:block.wooden_trapdoor.open" } ], "subtitle": "create.subtitle.contraption_assemble" @@ -46,16 +46,16 @@ "contraption_assemble_compounded_1": { "sounds": [ { - "name": "minecraft:block.chest.open", - "type": "event" + "type": "event", + "name": "minecraft:block.chest.open" } ] }, "contraption_disassemble": { "sounds": [ { - "name": "minecraft:block.iron_trapdoor.close", - "type": "event" + "type": "event", + "name": "minecraft:block.iron_trapdoor.close" } ], "subtitle": "create.subtitle.contraption_disassemble" @@ -63,8 +63,8 @@ "controller_click": { "sounds": [ { - "name": "minecraft:entity.item_frame.add_item", - "type": "event" + "type": "event", + "name": "minecraft:entity.item_frame.add_item" } ], "subtitle": "create.subtitle.controller_click" @@ -72,8 +72,8 @@ "controller_put": { "sounds": [ { - "name": "minecraft:item.book.put", - "type": "event" + "type": "event", + "name": "minecraft:item.book.put" } ], "subtitle": "create.subtitle.controller_put" @@ -81,8 +81,8 @@ "controller_take": { "sounds": [ { - "name": "minecraft:entity.item_frame.remove_item", - "type": "event" + "type": "event", + "name": "minecraft:entity.item_frame.remove_item" } ], "subtitle": "create.subtitle.controller_take" @@ -90,8 +90,8 @@ "copper_armor_equip": { "sounds": [ { - "name": "minecraft:item.armor.equip_gold", - "type": "event" + "type": "event", + "name": "minecraft:item.armor.equip_gold" } ], "subtitle": "create.subtitle.copper_armor_equip" @@ -99,8 +99,8 @@ "crafter_click": { "sounds": [ { - "name": "minecraft:block.netherite_block.hit", - "type": "event" + "type": "event", + "name": "minecraft:block.netherite_block.hit" } ], "subtitle": "create.subtitle.crafter_click" @@ -108,16 +108,16 @@ "crafter_click_compounded_1": { "sounds": [ { - "name": "minecraft:block.wooden_trapdoor.open", - "type": "event" + "type": "event", + "name": "minecraft:block.wooden_trapdoor.open" } ] }, "crafter_craft": { "sounds": [ { - "name": "minecraft:entity.item.break", - "type": "event" + "type": "event", + "name": "minecraft:entity.item.break" } ], "subtitle": "create.subtitle.crafter_craft" @@ -125,8 +125,8 @@ "cranking": { "sounds": [ { - "name": "minecraft:block.wood.place", - "type": "event" + "type": "event", + "name": "minecraft:block.wood.place" } ], "subtitle": "create.subtitle.cranking" @@ -134,16 +134,16 @@ "cranking_compounded_1": { "sounds": [ { - "name": "minecraft:block.wooden_button.click_off", - "type": "event" + "type": "event", + "name": "minecraft:block.wooden_button.click_off" } ] }, "crushing_1": { "sounds": [ { - "name": "minecraft:block.netherrack.hit", - "type": "event" + "type": "event", + "name": "minecraft:block.netherrack.hit" } ], "subtitle": "create.subtitle.crushing_1" @@ -151,24 +151,24 @@ "crushing_2": { "sounds": [ { - "name": "minecraft:block.gravel.place", - "type": "event" + "type": "event", + "name": "minecraft:block.gravel.place" } ] }, "crushing_3": { "sounds": [ { - "name": "minecraft:block.netherite_block.break", - "type": "event" + "type": "event", + "name": "minecraft:block.netherite_block.break" } ] }, "deny": { "sounds": [ { - "name": "minecraft:block.note_block.bass", - "type": "event" + "type": "event", + "name": "minecraft:block.note_block.bass" } ], "subtitle": "create.subtitle.deny" @@ -176,8 +176,8 @@ "depot_plop": { "sounds": [ { - "name": "minecraft:entity.item_frame.add_item", - "type": "event" + "type": "event", + "name": "minecraft:entity.item_frame.add_item" } ], "subtitle": "create.subtitle.depot_plop" @@ -185,8 +185,8 @@ "depot_slide": { "sounds": [ { - "name": "minecraft:block.sand.break", - "type": "event" + "type": "event", + "name": "minecraft:block.sand.break" } ], "subtitle": "create.subtitle.depot_slide" @@ -194,8 +194,8 @@ "funnel_flap": { "sounds": [ { - "name": "minecraft:entity.item_frame.rotate_item", - "type": "event" + "type": "event", + "name": "minecraft:entity.item_frame.rotate_item" } ], "subtitle": "create.subtitle.funnel_flap" @@ -203,16 +203,16 @@ "funnel_flap_compounded_1": { "sounds": [ { - "name": "minecraft:block.wool.break", - "type": "event" + "type": "event", + "name": "minecraft:block.wool.break" } ] }, "fwoomp": { "sounds": [ { - "name": "create:fwoomp", - "type": "file" + "type": "file", + "name": "create:fwoomp" } ], "subtitle": "create.subtitle.fwoomp" @@ -220,8 +220,8 @@ "haunted_bell_convert": { "sounds": [ { - "name": "create:haunted_bell_convert", - "type": "file" + "type": "file", + "name": "create:haunted_bell_convert" } ], "subtitle": "create.subtitle.haunted_bell_convert" @@ -229,8 +229,8 @@ "haunted_bell_use": { "sounds": [ { - "name": "create:haunted_bell_use", - "type": "file" + "type": "file", + "name": "create:haunted_bell_use" } ], "subtitle": "create.subtitle.haunted_bell_use" @@ -238,25 +238,17 @@ "mechanical_press_activation": { "sounds": [ { - "name": "minecraft:block.anvil.land", - "type": "event" + "type": "event", + "name": "minecraft:block.anvil.land" } ], "subtitle": "create.subtitle.mechanical_press_activation" }, - "mechanical_press_activation_compounded_1": { - "sounds": [ - { - "name": "minecraft:entity.item.break", - "type": "event" - } - ] - }, "mechanical_press_activation_belt": { "sounds": [ { - "name": "minecraft:block.wool.hit", - "type": "event" + "type": "event", + "name": "minecraft:block.wool.hit" } ], "subtitle": "create.subtitle.mechanical_press_activation_belt" @@ -264,16 +256,24 @@ "mechanical_press_activation_belt_compounded_1": { "sounds": [ { - "name": "minecraft:entity.item.break", - "type": "event" + "type": "event", + "name": "minecraft:entity.item.break" + } + ] + }, + "mechanical_press_activation_compounded_1": { + "sounds": [ + { + "type": "event", + "name": "minecraft:entity.item.break" } ] }, "mixing": { "sounds": [ { - "name": "minecraft:block.gilded_blackstone.break", - "type": "event" + "type": "event", + "name": "minecraft:block.gilded_blackstone.break" } ], "subtitle": "create.subtitle.mixing" @@ -281,16 +281,16 @@ "mixing_compounded_1": { "sounds": [ { - "name": "minecraft:block.netherrack.break", - "type": "event" + "type": "event", + "name": "minecraft:block.netherrack.break" } ] }, "peculiar_bell_use": { "sounds": [ { - "name": "minecraft:block.bell.use", - "type": "event" + "type": "event", + "name": "minecraft:block.bell.use" } ], "subtitle": "create.subtitle.peculiar_bell_use" @@ -298,8 +298,8 @@ "potato_hit": { "sounds": [ { - "name": "minecraft:entity.item_frame.break", - "type": "event" + "type": "event", + "name": "minecraft:entity.item_frame.break" } ], "subtitle": "create.subtitle.potato_hit" @@ -307,16 +307,16 @@ "potato_hit_compounded_1": { "sounds": [ { - "name": "minecraft:block.weeping_vines.break", - "type": "event" + "type": "event", + "name": "minecraft:block.weeping_vines.break" } ] }, "sanding_long": { "sounds": [ { - "name": "create:sanding_long", - "type": "file" + "type": "file", + "name": "create:sanding_long" } ], "subtitle": "create.subtitle.sanding_long" @@ -324,12 +324,12 @@ "sanding_short": { "sounds": [ { - "name": "create:sanding_short", - "type": "file" + "type": "file", + "name": "create:sanding_short" }, { - "name": "create:sanding_short_1", - "type": "file" + "type": "file", + "name": "create:sanding_short_1" } ], "subtitle": "create.subtitle.sanding_short" @@ -337,8 +337,8 @@ "saw_activate_stone": { "sounds": [ { - "name": "minecraft:ui.stonecutter.take_result", - "type": "event" + "type": "event", + "name": "minecraft:ui.stonecutter.take_result" } ], "subtitle": "create.subtitle.saw_activate_stone" @@ -346,8 +346,8 @@ "saw_activate_wood": { "sounds": [ { - "name": "minecraft:entity.boat.paddle_land", - "type": "event" + "type": "event", + "name": "minecraft:entity.boat.paddle_land" } ], "subtitle": "create.subtitle.saw_activate_wood" @@ -355,8 +355,8 @@ "schematicannon_finish": { "sounds": [ { - "name": "minecraft:block.note_block.bell", - "type": "event" + "type": "event", + "name": "minecraft:block.note_block.bell" } ], "subtitle": "create.subtitle.schematicannon_finish" @@ -364,8 +364,8 @@ "schematicannon_launch_block": { "sounds": [ { - "name": "minecraft:entity.generic.explode", - "type": "event" + "type": "event", + "name": "minecraft:entity.generic.explode" } ], "subtitle": "create.subtitle.schematicannon_launch_block" @@ -373,8 +373,8 @@ "scroll_value": { "sounds": [ { - "name": "minecraft:block.note_block.hat", - "type": "event" + "type": "event", + "name": "minecraft:block.note_block.hat" } ], "subtitle": "create.subtitle.scroll_value" @@ -382,8 +382,8 @@ "slime_added": { "sounds": [ { - "name": "minecraft:block.slime_block.place", - "type": "event" + "type": "event", + "name": "minecraft:block.slime_block.place" } ], "subtitle": "create.subtitle.slime_added" @@ -391,9 +391,9 @@ "steam": { "sounds": [ { - "name": "create:steam", "type": "file", - "attenuation_distance": 32 + "attenuation_distance": 32, + "name": "create:steam" } ], "subtitle": "create.subtitle.steam" @@ -401,9 +401,9 @@ "train": { "sounds": [ { - "name": "create:train", "type": "file", - "attenuation_distance": 128 + "attenuation_distance": 128, + "name": "create:train" } ], "subtitle": "create.subtitle.train" @@ -411,18 +411,18 @@ "train2": { "sounds": [ { - "name": "create:train2", "type": "file", - "attenuation_distance": 128 + "attenuation_distance": 128, + "name": "create:train2" } ] }, "train3": { "sounds": [ { - "name": "create:train3", "type": "file", - "attenuation_distance": 16 + "attenuation_distance": 16, + "name": "create:train3" } ], "subtitle": "create.subtitle.train3" @@ -430,9 +430,9 @@ "whistle": { "sounds": [ { - "name": "create:whistle", "type": "file", - "attenuation_distance": 64 + "attenuation_distance": 64, + "name": "create:whistle" } ], "subtitle": "create.subtitle.whistle" @@ -440,9 +440,9 @@ "whistle_high": { "sounds": [ { - "name": "create:whistle_high", "type": "file", - "attenuation_distance": 64 + "attenuation_distance": 64, + "name": "create:whistle_high" } ], "subtitle": "create.subtitle.whistle_high" @@ -450,9 +450,9 @@ "whistle_low": { "sounds": [ { - "name": "create:whistle_low", "type": "file", - "attenuation_distance": 64 + "attenuation_distance": 64, + "name": "create:whistle_low" } ], "subtitle": "create.subtitle.whistle_low" @@ -460,8 +460,8 @@ "whistle_train": { "sounds": [ { - "name": "create:whistle_train", - "type": "file" + "type": "file", + "name": "create:whistle_train" } ], "subtitle": "create.subtitle.whistle_train" @@ -469,8 +469,8 @@ "whistle_train_low": { "sounds": [ { - "name": "create:whistle_train_low", - "type": "file" + "type": "file", + "name": "create:whistle_train_low" } ], "subtitle": "create.subtitle.whistle_train_low" @@ -478,9 +478,9 @@ "whistle_train_manual": { "sounds": [ { - "name": "create:whistle_train_manual", "type": "file", - "attenuation_distance": 64 + "attenuation_distance": 64, + "name": "create:whistle_train_manual" } ], "subtitle": "create.subtitle.whistle_train_manual" @@ -488,18 +488,18 @@ "whistle_train_manual_end": { "sounds": [ { - "name": "create:whistle_train_manual_end", "type": "file", - "attenuation_distance": 64 + "attenuation_distance": 64, + "name": "create:whistle_train_manual_end" } ] }, "whistle_train_manual_low": { "sounds": [ { - "name": "create:whistle_train_manual_low", "type": "file", - "attenuation_distance": 64 + "attenuation_distance": 64, + "name": "create:whistle_train_manual_low" } ], "subtitle": "create.subtitle.whistle_train_manual_low" @@ -507,17 +507,17 @@ "whistle_train_manual_low_end": { "sounds": [ { - "name": "create:whistle_train_manual_low_end", "type": "file", - "attenuation_distance": 64 + "attenuation_distance": 64, + "name": "create:whistle_train_manual_low_end" } ] }, "worldshaper_place": { "sounds": [ { - "name": "minecraft:block.note_block.basedrum", - "type": "event" + "type": "event", + "name": "minecraft:block.note_block.basedrum" } ], "subtitle": "create.subtitle.worldshaper_place" @@ -525,8 +525,8 @@ "wrench_remove": { "sounds": [ { - "name": "minecraft:entity.item.pickup", - "type": "event" + "type": "event", + "name": "minecraft:entity.item.pickup" } ], "subtitle": "create.subtitle.wrench_remove" @@ -534,16 +534,16 @@ "wrench_remove_compounded_1": { "sounds": [ { - "name": "minecraft:block.netherite_block.hit", - "type": "event" + "type": "event", + "name": "minecraft:block.netherite_block.hit" } ] }, "wrench_rotate": { "sounds": [ { - "name": "minecraft:block.wooden_trapdoor.close", - "type": "event" + "type": "event", + "name": "minecraft:block.wooden_trapdoor.close" } ], "subtitle": "create.subtitle.wrench_rotate" diff --git a/src/generated/resources/data/create/advancements/andesite_alloy.json b/src/generated/resources/data/create/advancements/andesite_alloy.json index b69ab1cb23..288d2872d5 100644 --- a/src/generated/resources/data/create/advancements/andesite_alloy.json +++ b/src/generated/resources/data/create/advancements/andesite_alloy.json @@ -1,24 +1,7 @@ { "parent": "create:root", - "display": { - "icon": { - "item": "create:andesite_alloy" - }, - "title": { - "translate": "advancement.create.andesite_alloy" - }, - "description": { - "color": "#DBA213", - "translate": "advancement.create.andesite_alloy.desc" - }, - "frame": "task", - "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, "criteria": { "0": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -27,7 +10,24 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.andesite_alloy.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:andesite_alloy" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.andesite_alloy" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/andesite_casing.json b/src/generated/resources/data/create/advancements/andesite_casing.json index 41a3430e52..d90a9be7d2 100644 --- a/src/generated/resources/data/create/advancements/andesite_casing.json +++ b/src/generated/resources/data/create/advancements/andesite_casing.json @@ -1,25 +1,25 @@ { "parent": "create:andesite_alloy", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:andesite_casing_builtin" + } + }, "display": { - "icon": { - "item": "create:andesite_casing" - }, - "title": { - "translate": "advancement.create.andesite_casing" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.andesite_casing.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:andesite_casing" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:andesite_casing_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.andesite_casing" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/anvil_plough.json b/src/generated/resources/data/create/advancements/anvil_plough.json index a06727c624..66ba57c4f4 100644 --- a/src/generated/resources/data/create/advancements/anvil_plough.json +++ b/src/generated/resources/data/create/advancements/anvil_plough.json @@ -1,25 +1,25 @@ { "parent": "create:cart_pickup", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:anvil_plough_builtin" + } + }, "display": { - "icon": { - "item": "minecraft:chipped_anvil" - }, - "title": { - "translate": "advancement.create.anvil_plough" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.anvil_plough.desc" }, "frame": "goal", + "hidden": false, + "icon": { + "item": "minecraft:chipped_anvil" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:anvil_plough_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.anvil_plough" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/arm_blaze_burner.json b/src/generated/resources/data/create/advancements/arm_blaze_burner.json index bb12cd0f76..f158e32470 100644 --- a/src/generated/resources/data/create/advancements/arm_blaze_burner.json +++ b/src/generated/resources/data/create/advancements/arm_blaze_burner.json @@ -1,25 +1,25 @@ { "parent": "create:linked_controller", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:arm_blaze_burner_builtin" + } + }, "display": { - "icon": { - "item": "create:blaze_burner" - }, - "title": { - "translate": "advancement.create.arm_blaze_burner" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.arm_blaze_burner.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:blaze_burner" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:arm_blaze_burner_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.arm_blaze_burner" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/arm_many_targets.json b/src/generated/resources/data/create/advancements/arm_many_targets.json index 278d0cf033..9e918a167f 100644 --- a/src/generated/resources/data/create/advancements/arm_many_targets.json +++ b/src/generated/resources/data/create/advancements/arm_many_targets.json @@ -1,25 +1,25 @@ { "parent": "create:crusher_maxed_0000", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:arm_many_targets_builtin" + } + }, "display": { - "icon": { - "item": "create:mechanical_arm" - }, - "title": { - "translate": "advancement.create.arm_many_targets" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.arm_many_targets.desc" }, "frame": "goal", + "hidden": false, + "icon": { + "item": "create:mechanical_arm" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:arm_many_targets_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.arm_many_targets" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/backtank.json b/src/generated/resources/data/create/advancements/backtank.json index 1f1e7fe72c..1033407fc2 100644 --- a/src/generated/resources/data/create/advancements/backtank.json +++ b/src/generated/resources/data/create/advancements/backtank.json @@ -1,25 +1,25 @@ { "parent": "create:steam_whistle", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:backtank_builtin" + } + }, "display": { - "icon": { - "item": "create:copper_backtank" - }, - "title": { - "translate": "advancement.create.backtank" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.backtank.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:copper_backtank" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:backtank_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.backtank" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/belt.json b/src/generated/resources/data/create/advancements/belt.json index 63f5762381..6c39eaf7ce 100644 --- a/src/generated/resources/data/create/advancements/belt.json +++ b/src/generated/resources/data/create/advancements/belt.json @@ -1,25 +1,25 @@ { "parent": "create:compacting", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:belt_builtin" + } + }, "display": { - "icon": { - "item": "create:belt_connector" - }, - "title": { - "translate": "advancement.create.belt" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.belt.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:belt_connector" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:belt_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.belt" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/belt_funnel_kiss.json b/src/generated/resources/data/create/advancements/belt_funnel_kiss.json index 7463c9e12d..509671d3c3 100644 --- a/src/generated/resources/data/create/advancements/belt_funnel_kiss.json +++ b/src/generated/resources/data/create/advancements/belt_funnel_kiss.json @@ -1,25 +1,25 @@ { "parent": "create:mechanical_mixer", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:belt_funnel_kiss_builtin" + } + }, "display": { - "icon": { - "item": "create:brass_funnel" - }, - "title": { - "translate": "advancement.create.belt_funnel_kiss" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.belt_funnel_kiss.desc" }, "frame": "goal", + "hidden": true, + "icon": { + "item": "create:brass_funnel" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": true - }, - "criteria": { - "0": { - "trigger": "create:belt_funnel_kiss_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.belt_funnel_kiss" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/brass.json b/src/generated/resources/data/create/advancements/brass.json index cba9d67286..130d0d8c26 100644 --- a/src/generated/resources/data/create/advancements/brass.json +++ b/src/generated/resources/data/create/advancements/brass.json @@ -1,24 +1,7 @@ { "parent": "create:diving_suit", - "display": { - "icon": { - "item": "create:brass_ingot" - }, - "title": { - "translate": "advancement.create.brass" - }, - "description": { - "color": "#DBA213", - "translate": "advancement.create.brass.desc" - }, - "frame": "task", - "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, "criteria": { "0": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -27,7 +10,24 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.brass.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:brass_ingot" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.brass" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/brass_casing.json b/src/generated/resources/data/create/advancements/brass_casing.json index 32388d2930..7bad26da0e 100644 --- a/src/generated/resources/data/create/advancements/brass_casing.json +++ b/src/generated/resources/data/create/advancements/brass_casing.json @@ -1,25 +1,25 @@ { "parent": "create:brass", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:brass_casing_builtin" + } + }, "display": { - "icon": { - "item": "create:brass_casing" - }, - "title": { - "translate": "advancement.create.brass_casing" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.brass_casing.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:brass_casing" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:brass_casing_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.brass_casing" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/burner.json b/src/generated/resources/data/create/advancements/burner.json index 8c4043d346..a8bc4fefb8 100644 --- a/src/generated/resources/data/create/advancements/burner.json +++ b/src/generated/resources/data/create/advancements/burner.json @@ -1,24 +1,7 @@ { "parent": "create:mechanical_mixer", - "display": { - "icon": { - "item": "create:blaze_burner" - }, - "title": { - "translate": "advancement.create.burner" - }, - "description": { - "color": "#DBA213", - "translate": "advancement.create.burner.desc" - }, - "frame": "task", - "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, "criteria": { "0": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -27,7 +10,24 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.burner.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:blaze_burner" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.burner" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/cart_pickup.json b/src/generated/resources/data/create/advancements/cart_pickup.json index 3d888bdc4b..afeb14f39a 100644 --- a/src/generated/resources/data/create/advancements/cart_pickup.json +++ b/src/generated/resources/data/create/advancements/cart_pickup.json @@ -1,25 +1,25 @@ { "parent": "create:pulley_maxed", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:cart_pickup_builtin" + } + }, "display": { - "icon": { - "item": "create:chest_minecart_contraption" - }, - "title": { - "translate": "advancement.create.cart_pickup" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.cart_pickup.desc" }, "frame": "goal", + "hidden": false, + "icon": { + "item": "create:chest_minecart_contraption" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:cart_pickup_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.cart_pickup" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/chained_drain.json b/src/generated/resources/data/create/advancements/chained_drain.json index 4da2bd34ee..f3d6d787f5 100644 --- a/src/generated/resources/data/create/advancements/chained_drain.json +++ b/src/generated/resources/data/create/advancements/chained_drain.json @@ -1,25 +1,25 @@ { "parent": "create:backtank", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:chained_drain_builtin" + } + }, "display": { - "icon": { - "item": "create:item_drain" - }, - "title": { - "translate": "advancement.create.chained_drain" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.chained_drain.desc" }, "frame": "goal", + "hidden": true, + "icon": { + "item": "create:item_drain" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": true - }, - "criteria": { - "0": { - "trigger": "create:chained_drain_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.chained_drain" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/chocolate_bucket.json b/src/generated/resources/data/create/advancements/chocolate_bucket.json index 71ed38be7f..91166df4e9 100644 --- a/src/generated/resources/data/create/advancements/chocolate_bucket.json +++ b/src/generated/resources/data/create/advancements/chocolate_bucket.json @@ -1,24 +1,7 @@ { "parent": "create:hose_pulley", - "display": { - "icon": { - "item": "create:chocolate_bucket" - }, - "title": { - "translate": "advancement.create.chocolate_bucket" - }, - "description": { - "color": "#DBA213", - "translate": "advancement.create.chocolate_bucket.desc" - }, - "frame": "task", - "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, "criteria": { "0": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -27,7 +10,24 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.chocolate_bucket.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:chocolate_bucket" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.chocolate_bucket" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/chute.json b/src/generated/resources/data/create/advancements/chute.json index 535f3ea0f1..ade52151b4 100644 --- a/src/generated/resources/data/create/advancements/chute.json +++ b/src/generated/resources/data/create/advancements/chute.json @@ -1,25 +1,25 @@ { "parent": "create:funnel", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:chute_builtin" + } + }, "display": { - "icon": { - "item": "create:chute" - }, - "title": { - "translate": "advancement.create.chute" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.chute.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:chute" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:chute_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.chute" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/clockwork_bearing.json b/src/generated/resources/data/create/advancements/clockwork_bearing.json index 17b942a517..3d33e01d7c 100644 --- a/src/generated/resources/data/create/advancements/clockwork_bearing.json +++ b/src/generated/resources/data/create/advancements/clockwork_bearing.json @@ -1,25 +1,25 @@ { "parent": "create:haunted_bell", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:clockwork_bearing_builtin" + } + }, "display": { - "icon": { - "item": "create:clockwork_bearing" - }, - "title": { - "translate": "advancement.create.clockwork_bearing" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.clockwork_bearing.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:clockwork_bearing" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:clockwork_bearing_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.clockwork_bearing" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/compacting.json b/src/generated/resources/data/create/advancements/compacting.json index f2084625d9..4f0d8d4839 100644 --- a/src/generated/resources/data/create/advancements/compacting.json +++ b/src/generated/resources/data/create/advancements/compacting.json @@ -1,25 +1,25 @@ { "parent": "create:saw_processing", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:compacting_builtin" + } + }, "display": { - "icon": { - "item": "minecraft:iron_block" - }, - "title": { - "translate": "advancement.create.compacting" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.compacting.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "minecraft:iron_block" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:compacting_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.compacting" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/conductor.json b/src/generated/resources/data/create/advancements/conductor.json index 0616fdf80d..c370fe1123 100644 --- a/src/generated/resources/data/create/advancements/conductor.json +++ b/src/generated/resources/data/create/advancements/conductor.json @@ -1,25 +1,25 @@ { "parent": "create:train", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:conductor_builtin" + } + }, "display": { - "icon": { - "item": "create:schedule" - }, - "title": { - "translate": "advancement.create.conductor" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.conductor.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:schedule" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:conductor_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.conductor" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/contraption_actors.json b/src/generated/resources/data/create/advancements/contraption_actors.json index 9a0d753f1d..dcfef1db1b 100644 --- a/src/generated/resources/data/create/advancements/contraption_actors.json +++ b/src/generated/resources/data/create/advancements/contraption_actors.json @@ -1,25 +1,25 @@ { "parent": "create:super_glue", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:contraption_actors_builtin" + } + }, "display": { - "icon": { - "item": "create:mechanical_harvester" - }, - "title": { - "translate": "advancement.create.contraption_actors" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.contraption_actors.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:mechanical_harvester" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:contraption_actors_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.contraption_actors" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/copper.json b/src/generated/resources/data/create/advancements/copper.json index 13e6db2074..1792e4fd83 100644 --- a/src/generated/resources/data/create/advancements/copper.json +++ b/src/generated/resources/data/create/advancements/copper.json @@ -1,24 +1,7 @@ { "parent": "create:burner", - "display": { - "icon": { - "item": "minecraft:copper_ingot" - }, - "title": { - "translate": "advancement.create.copper" - }, - "description": { - "color": "#DBA213", - "translate": "advancement.create.copper.desc" - }, - "frame": "task", - "show_toast": false, - "announce_to_chat": false, - "hidden": false - }, "criteria": { "0": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -27,7 +10,24 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.copper.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "minecraft:copper_ingot" + }, + "show_toast": false, + "title": { + "translate": "advancement.create.copper" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/copper_casing.json b/src/generated/resources/data/create/advancements/copper_casing.json index 7ceb56bcb0..6ccfacc6ba 100644 --- a/src/generated/resources/data/create/advancements/copper_casing.json +++ b/src/generated/resources/data/create/advancements/copper_casing.json @@ -1,25 +1,25 @@ { "parent": "create:copper", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:copper_casing_builtin" + } + }, "display": { - "icon": { - "item": "create:copper_casing" - }, - "title": { - "translate": "advancement.create.copper_casing" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.copper_casing.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:copper_casing" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:copper_casing_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.copper_casing" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/crafter_lazy_000.json b/src/generated/resources/data/create/advancements/crafter_lazy_000.json index a214e95a93..fdb8cce6c6 100644 --- a/src/generated/resources/data/create/advancements/crafter_lazy_000.json +++ b/src/generated/resources/data/create/advancements/crafter_lazy_000.json @@ -1,25 +1,25 @@ { "parent": "create:mechanical_crafter", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:crafter_lazy_000_builtin" + } + }, "display": { - "icon": { - "item": "create:mechanical_crafter" - }, - "title": { - "translate": "advancement.create.crafter_lazy_000" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.crafter_lazy_000.desc" }, "frame": "goal", + "hidden": true, + "icon": { + "item": "create:mechanical_crafter" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": true - }, - "criteria": { - "0": { - "trigger": "create:crafter_lazy_000_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.crafter_lazy_000" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/cross_streams.json b/src/generated/resources/data/create/advancements/cross_streams.json index 4973d28557..bf6db864a5 100644 --- a/src/generated/resources/data/create/advancements/cross_streams.json +++ b/src/generated/resources/data/create/advancements/cross_streams.json @@ -1,25 +1,25 @@ { "parent": "create:backtank", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:cross_streams_builtin" + } + }, "display": { - "icon": { - "item": "minecraft:cobblestone" - }, - "title": { - "translate": "advancement.create.cross_streams" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.cross_streams.desc" }, "frame": "goal", + "hidden": true, + "icon": { + "item": "minecraft:cobblestone" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": true - }, - "criteria": { - "0": { - "trigger": "create:cross_streams_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.cross_streams" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/crusher_maxed_0000.json b/src/generated/resources/data/create/advancements/crusher_maxed_0000.json index 65351b8f4f..4918f2050d 100644 --- a/src/generated/resources/data/create/advancements/crusher_maxed_0000.json +++ b/src/generated/resources/data/create/advancements/crusher_maxed_0000.json @@ -1,25 +1,25 @@ { "parent": "create:brass", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:crusher_maxed_0000_builtin" + } + }, "display": { - "icon": { - "item": "create:crushing_wheel" - }, - "title": { - "translate": "advancement.create.crusher_maxed_0000" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.crusher_maxed_0000.desc" }, "frame": "goal", + "hidden": false, + "icon": { + "item": "create:crushing_wheel" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:crusher_maxed_0000_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.crusher_maxed_0000" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/crushing_wheel.json b/src/generated/resources/data/create/advancements/crushing_wheel.json index 68e3a09ba9..5cef2bbec3 100644 --- a/src/generated/resources/data/create/advancements/crushing_wheel.json +++ b/src/generated/resources/data/create/advancements/crushing_wheel.json @@ -1,25 +1,25 @@ { "parent": "create:mechanical_crafter", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:crushing_wheel_builtin" + } + }, "display": { - "icon": { - "item": "create:crushing_wheel" - }, - "title": { - "translate": "advancement.create.crushing_wheel" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.crushing_wheel.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:crushing_wheel" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:crushing_wheel_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.crushing_wheel" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/cuckoo_clock.json b/src/generated/resources/data/create/advancements/cuckoo_clock.json index a94275cb0c..bccad59adc 100644 --- a/src/generated/resources/data/create/advancements/cuckoo_clock.json +++ b/src/generated/resources/data/create/advancements/cuckoo_clock.json @@ -1,25 +1,25 @@ { "parent": "create:stressometer", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:cuckoo_clock_builtin" + } + }, "display": { - "icon": { - "item": "create:cuckoo_clock" - }, - "title": { - "translate": "advancement.create.cuckoo_clock" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.cuckoo_clock.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:cuckoo_clock" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:cuckoo_clock_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.cuckoo_clock" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/deployer.json b/src/generated/resources/data/create/advancements/deployer.json index 0d6251f0bd..6fd6bf365b 100644 --- a/src/generated/resources/data/create/advancements/deployer.json +++ b/src/generated/resources/data/create/advancements/deployer.json @@ -1,25 +1,25 @@ { "parent": "create:rose_quartz", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:deployer_builtin" + } + }, "display": { - "icon": { - "item": "create:deployer" - }, - "title": { - "translate": "advancement.create.deployer" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.deployer.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:deployer" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:deployer_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.deployer" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/display_board_0.json b/src/generated/resources/data/create/advancements/display_board_0.json index 49c52fb778..06f89a9b9b 100644 --- a/src/generated/resources/data/create/advancements/display_board_0.json +++ b/src/generated/resources/data/create/advancements/display_board_0.json @@ -1,25 +1,25 @@ { "parent": "create:track_signal", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:display_board_0_builtin" + } + }, "display": { - "icon": { - "item": "create:display_board" - }, - "title": { - "translate": "advancement.create.display_board_0" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.display_board_0.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:display_board" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:display_board_0_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.display_board_0" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/display_link.json b/src/generated/resources/data/create/advancements/display_link.json index e6d889b8c0..9cb054fcf1 100644 --- a/src/generated/resources/data/create/advancements/display_link.json +++ b/src/generated/resources/data/create/advancements/display_link.json @@ -1,25 +1,25 @@ { "parent": "create:clockwork_bearing", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:display_link_builtin" + } + }, "display": { - "icon": { - "item": "create:display_link" - }, - "title": { - "translate": "advancement.create.display_link" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.display_link.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:display_link" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:display_link_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.display_link" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/diving_suit.json b/src/generated/resources/data/create/advancements/diving_suit.json index 94db68db5e..f987840bd2 100644 --- a/src/generated/resources/data/create/advancements/diving_suit.json +++ b/src/generated/resources/data/create/advancements/diving_suit.json @@ -1,26 +1,26 @@ { "parent": "create:backtank", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:diving_suit_builtin" + } + }, "display": { - "icon": { - "item": "create:diving_helmet", - "nbt": "{Damage:0}" - }, - "title": { - "translate": "advancement.create.diving_suit" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.diving_suit.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:diving_helmet", + "nbt": "{Damage:0}" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:diving_suit_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.diving_suit" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/diving_suit_lava.json b/src/generated/resources/data/create/advancements/diving_suit_lava.json index 9f8b1630e8..a41b439f1f 100644 --- a/src/generated/resources/data/create/advancements/diving_suit_lava.json +++ b/src/generated/resources/data/create/advancements/diving_suit_lava.json @@ -1,26 +1,26 @@ { "parent": "create:backtank", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:diving_suit_lava_builtin" + } + }, "display": { - "icon": { - "item": "create:diving_helmet", - "nbt": "{Damage:0}" - }, - "title": { - "translate": "advancement.create.diving_suit_lava" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.diving_suit_lava.desc" }, "frame": "goal", + "hidden": true, + "icon": { + "item": "create:diving_helmet", + "nbt": "{Damage:0}" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": true - }, - "criteria": { - "0": { - "trigger": "create:diving_suit_lava_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.diving_suit_lava" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/drain.json b/src/generated/resources/data/create/advancements/drain.json index 13ff1380b0..3176fce3a3 100644 --- a/src/generated/resources/data/create/advancements/drain.json +++ b/src/generated/resources/data/create/advancements/drain.json @@ -1,25 +1,25 @@ { "parent": "create:spout", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:drain_builtin" + } + }, "display": { - "icon": { - "item": "create:item_drain" - }, - "title": { - "translate": "advancement.create.drain" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.drain.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:item_drain" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:drain_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.drain" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/ejector_maxed.json b/src/generated/resources/data/create/advancements/ejector_maxed.json index eb39e63431..b19ad0d9d1 100644 --- a/src/generated/resources/data/create/advancements/ejector_maxed.json +++ b/src/generated/resources/data/create/advancements/ejector_maxed.json @@ -1,25 +1,25 @@ { "parent": "create:windmill_maxed", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:ejector_maxed_builtin" + } + }, "display": { - "icon": { - "item": "create:weighted_ejector" - }, - "title": { - "translate": "advancement.create.ejector_maxed" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.ejector_maxed.desc" }, "frame": "goal", + "hidden": false, + "icon": { + "item": "create:weighted_ejector" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:ejector_maxed_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.ejector_maxed" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/encased_fan.json b/src/generated/resources/data/create/advancements/encased_fan.json index be43b25e3b..d3795c2dd5 100644 --- a/src/generated/resources/data/create/advancements/encased_fan.json +++ b/src/generated/resources/data/create/advancements/encased_fan.json @@ -1,25 +1,25 @@ { "parent": "create:mechanical_press", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:encased_fan_builtin" + } + }, "display": { - "icon": { - "item": "create:encased_fan" - }, - "title": { - "translate": "advancement.create.encased_fan" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.encased_fan.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:encased_fan" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:encased_fan_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.encased_fan" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/extendo_grip.json b/src/generated/resources/data/create/advancements/extendo_grip.json index efb6c4ab2a..e5619d3622 100644 --- a/src/generated/resources/data/create/advancements/extendo_grip.json +++ b/src/generated/resources/data/create/advancements/extendo_grip.json @@ -1,26 +1,26 @@ { "parent": "create:potato_cannon", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:extendo_grip_builtin" + } + }, "display": { - "icon": { - "item": "create:extendo_grip", - "nbt": "{Damage:0}" - }, - "title": { - "translate": "advancement.create.extendo_grip" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.extendo_grip.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:extendo_grip", + "nbt": "{Damage:0}" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:extendo_grip_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.extendo_grip" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/extendo_grip_dual.json b/src/generated/resources/data/create/advancements/extendo_grip_dual.json index daedcf7adf..3364db0cde 100644 --- a/src/generated/resources/data/create/advancements/extendo_grip_dual.json +++ b/src/generated/resources/data/create/advancements/extendo_grip_dual.json @@ -1,26 +1,26 @@ { "parent": "create:mechanical_crafter", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:extendo_grip_dual_builtin" + } + }, "display": { - "icon": { - "item": "create:extendo_grip", - "nbt": "{Damage:0}" - }, - "title": { - "translate": "advancement.create.extendo_grip_dual" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.extendo_grip_dual.desc" }, "frame": "goal", + "hidden": true, + "icon": { + "item": "create:extendo_grip", + "nbt": "{Damage:0}" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": true - }, - "criteria": { - "0": { - "trigger": "create:extendo_grip_dual_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.extendo_grip_dual" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/fan_processing.json b/src/generated/resources/data/create/advancements/fan_processing.json index 63a1632ce9..ad7dd6965b 100644 --- a/src/generated/resources/data/create/advancements/fan_processing.json +++ b/src/generated/resources/data/create/advancements/fan_processing.json @@ -1,25 +1,25 @@ { "parent": "create:encased_fan", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:fan_processing_builtin" + } + }, "display": { - "icon": { - "item": "create:propeller" - }, - "title": { - "translate": "advancement.create.fan_processing" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.fan_processing.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:propeller" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:fan_processing_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.fan_processing" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/fist_bump.json b/src/generated/resources/data/create/advancements/fist_bump.json index af55b69c1e..98bff5eb20 100644 --- a/src/generated/resources/data/create/advancements/fist_bump.json +++ b/src/generated/resources/data/create/advancements/fist_bump.json @@ -1,25 +1,25 @@ { "parent": "create:mechanical_crafter", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:fist_bump_builtin" + } + }, "display": { - "icon": { - "item": "create:deployer" - }, - "title": { - "translate": "advancement.create.fist_bump" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.fist_bump.desc" }, "frame": "goal", + "hidden": true, + "icon": { + "item": "create:deployer" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": true - }, - "criteria": { - "0": { - "trigger": "create:fist_bump_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.fist_bump" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/foods.json b/src/generated/resources/data/create/advancements/foods.json index 782e9cd0aa..0dee8f6b1c 100644 --- a/src/generated/resources/data/create/advancements/foods.json +++ b/src/generated/resources/data/create/advancements/foods.json @@ -1,25 +1,25 @@ { "parent": "create:steam_engine_maxed", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:foods_builtin" + } + }, "display": { - "icon": { - "item": "create:chocolate_glazed_berries" - }, - "title": { - "translate": "advancement.create.foods" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.foods.desc" }, "frame": "goal", + "hidden": false, + "icon": { + "item": "create:chocolate_glazed_berries" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:foods_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.foods" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/funnel.json b/src/generated/resources/data/create/advancements/funnel.json index 1116b8c916..15f339a609 100644 --- a/src/generated/resources/data/create/advancements/funnel.json +++ b/src/generated/resources/data/create/advancements/funnel.json @@ -1,25 +1,25 @@ { "parent": "create:belt", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:funnel_builtin" + } + }, "display": { - "icon": { - "item": "create:andesite_funnel" - }, - "title": { - "translate": "advancement.create.funnel" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.funnel.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:andesite_funnel" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:funnel_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.funnel" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/glass_pipe.json b/src/generated/resources/data/create/advancements/glass_pipe.json index 0bf5ccb5f1..0d3ae5076a 100644 --- a/src/generated/resources/data/create/advancements/glass_pipe.json +++ b/src/generated/resources/data/create/advancements/glass_pipe.json @@ -1,25 +1,25 @@ { "parent": "create:mechanical_pump_0", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:glass_pipe_builtin" + } + }, "display": { - "icon": { - "item": "create:fluid_pipe" - }, - "title": { - "translate": "advancement.create.glass_pipe" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.glass_pipe.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:fluid_pipe" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:glass_pipe_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.glass_pipe" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/hand_crank_000.json b/src/generated/resources/data/create/advancements/hand_crank_000.json index 3bcbfcb2d8..d7a84cbfc9 100644 --- a/src/generated/resources/data/create/advancements/hand_crank_000.json +++ b/src/generated/resources/data/create/advancements/hand_crank_000.json @@ -1,25 +1,25 @@ { "parent": "create:mechanical_mixer", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:hand_crank_000_builtin" + } + }, "display": { - "icon": { - "item": "create:hand_crank" - }, - "title": { - "translate": "advancement.create.hand_crank_000" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.hand_crank_000.desc" }, "frame": "goal", + "hidden": true, + "icon": { + "item": "create:hand_crank" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": true - }, - "criteria": { - "0": { - "trigger": "create:hand_crank_000_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.hand_crank_000" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/haunted_bell.json b/src/generated/resources/data/create/advancements/haunted_bell.json index eb042be078..ecbe94bf04 100644 --- a/src/generated/resources/data/create/advancements/haunted_bell.json +++ b/src/generated/resources/data/create/advancements/haunted_bell.json @@ -1,25 +1,25 @@ { "parent": "create:brass", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:haunted_bell_builtin" + } + }, "display": { - "icon": { - "item": "create:haunted_bell" - }, - "title": { - "translate": "advancement.create.haunted_bell" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.haunted_bell.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:haunted_bell" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:haunted_bell_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.haunted_bell" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/honey_drain.json b/src/generated/resources/data/create/advancements/honey_drain.json index 00d6101a9d..bd4c1423df 100644 --- a/src/generated/resources/data/create/advancements/honey_drain.json +++ b/src/generated/resources/data/create/advancements/honey_drain.json @@ -1,25 +1,25 @@ { "parent": "create:chocolate_bucket", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:honey_drain_builtin" + } + }, "display": { - "icon": { - "item": "minecraft:beehive" - }, - "title": { - "translate": "advancement.create.honey_drain" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.honey_drain.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "minecraft:beehive" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:honey_drain_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.honey_drain" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/hose_pulley.json b/src/generated/resources/data/create/advancements/hose_pulley.json index 9ed1de7b40..7076998c2b 100644 --- a/src/generated/resources/data/create/advancements/hose_pulley.json +++ b/src/generated/resources/data/create/advancements/hose_pulley.json @@ -1,25 +1,25 @@ { "parent": "create:water_supply", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:hose_pulley_builtin" + } + }, "display": { - "icon": { - "item": "create:hose_pulley" - }, - "title": { - "translate": "advancement.create.hose_pulley" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.hose_pulley.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:hose_pulley" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:hose_pulley_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.hose_pulley" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/hose_pulley_lava.json b/src/generated/resources/data/create/advancements/hose_pulley_lava.json index dc7180277e..6c977de6c2 100644 --- a/src/generated/resources/data/create/advancements/hose_pulley_lava.json +++ b/src/generated/resources/data/create/advancements/hose_pulley_lava.json @@ -1,25 +1,25 @@ { "parent": "create:copper", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:hose_pulley_lava_builtin" + } + }, "display": { - "icon": { - "item": "create:hose_pulley" - }, - "title": { - "translate": "advancement.create.hose_pulley_lava" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.hose_pulley_lava.desc" }, "frame": "goal", + "hidden": false, + "icon": { + "item": "create:hose_pulley" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:hose_pulley_lava_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.hose_pulley_lava" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/lava_wheel_00000.json b/src/generated/resources/data/create/advancements/lava_wheel_00000.json index 6f85481cc7..9c61f02207 100644 --- a/src/generated/resources/data/create/advancements/lava_wheel_00000.json +++ b/src/generated/resources/data/create/advancements/lava_wheel_00000.json @@ -1,25 +1,25 @@ { "parent": "create:mechanical_mixer", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:lava_wheel_00000_builtin" + } + }, "display": { - "icon": { - "item": "create:water_wheel" - }, - "title": { - "translate": "advancement.create.lava_wheel_00000" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.lava_wheel_00000.desc" }, "frame": "goal", + "hidden": true, + "icon": { + "item": "create:water_wheel" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": true - }, - "criteria": { - "0": { - "trigger": "create:lava_wheel_00000_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.lava_wheel_00000" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/linked_controller.json b/src/generated/resources/data/create/advancements/linked_controller.json index 52db00b24d..4f69cab3ea 100644 --- a/src/generated/resources/data/create/advancements/linked_controller.json +++ b/src/generated/resources/data/create/advancements/linked_controller.json @@ -1,25 +1,25 @@ { "parent": "create:extendo_grip", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:linked_controller_builtin" + } + }, "display": { - "icon": { - "item": "create:linked_controller" - }, - "title": { - "translate": "advancement.create.linked_controller" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.linked_controller.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:linked_controller" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:linked_controller_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.linked_controller" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/long_bend.json b/src/generated/resources/data/create/advancements/long_bend.json index 5b6f5f5138..f37ffbaa74 100644 --- a/src/generated/resources/data/create/advancements/long_bend.json +++ b/src/generated/resources/data/create/advancements/long_bend.json @@ -1,25 +1,25 @@ { "parent": "create:track_crafting_factory", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:long_bend_builtin" + } + }, "display": { - "icon": { - "item": "create:track" - }, - "title": { - "translate": "advancement.create.long_bend" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.long_bend.desc" }, "frame": "goal", + "hidden": false, + "icon": { + "item": "create:track" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:long_bend_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.long_bend" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/long_train.json b/src/generated/resources/data/create/advancements/long_train.json index e72513d0a9..80e4d44770 100644 --- a/src/generated/resources/data/create/advancements/long_train.json +++ b/src/generated/resources/data/create/advancements/long_train.json @@ -1,25 +1,25 @@ { "parent": "create:long_bend", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:long_train_builtin" + } + }, "display": { - "icon": { - "item": "minecraft:minecart" - }, - "title": { - "translate": "advancement.create.long_train" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.long_train.desc" }, "frame": "goal", + "hidden": false, + "icon": { + "item": "minecraft:minecart" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:long_train_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.long_train" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/long_travel.json b/src/generated/resources/data/create/advancements/long_travel.json index 05ea86920f..c7e86dfe15 100644 --- a/src/generated/resources/data/create/advancements/long_travel.json +++ b/src/generated/resources/data/create/advancements/long_travel.json @@ -1,25 +1,25 @@ { "parent": "create:long_train", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:long_travel_builtin" + } + }, "display": { - "icon": { - "item": "create:green_seat" - }, - "title": { - "translate": "advancement.create.long_travel" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.long_travel.desc" }, "frame": "goal", + "hidden": false, + "icon": { + "item": "create:green_seat" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:long_travel_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.long_travel" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/mechanical_arm.json b/src/generated/resources/data/create/advancements/mechanical_arm.json index aefff1ce81..6bb3f2db30 100644 --- a/src/generated/resources/data/create/advancements/mechanical_arm.json +++ b/src/generated/resources/data/create/advancements/mechanical_arm.json @@ -1,25 +1,25 @@ { "parent": "create:speed_controller", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:mechanical_arm_builtin" + } + }, "display": { - "icon": { - "item": "create:mechanical_arm" - }, - "title": { - "translate": "advancement.create.mechanical_arm" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.mechanical_arm.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:mechanical_arm" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:mechanical_arm_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.mechanical_arm" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/mechanical_crafter.json b/src/generated/resources/data/create/advancements/mechanical_crafter.json index 7ed3c0faf4..0ad337fae2 100644 --- a/src/generated/resources/data/create/advancements/mechanical_crafter.json +++ b/src/generated/resources/data/create/advancements/mechanical_crafter.json @@ -1,25 +1,25 @@ { "parent": "create:mechanical_arm", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:mechanical_crafter_builtin" + } + }, "display": { - "icon": { - "item": "create:mechanical_crafter" - }, - "title": { - "translate": "advancement.create.mechanical_crafter" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.mechanical_crafter.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:mechanical_crafter" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:mechanical_crafter_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.mechanical_crafter" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/mechanical_mixer.json b/src/generated/resources/data/create/advancements/mechanical_mixer.json index f47cf55fb2..42252bc7b9 100644 --- a/src/generated/resources/data/create/advancements/mechanical_mixer.json +++ b/src/generated/resources/data/create/advancements/mechanical_mixer.json @@ -1,25 +1,25 @@ { "parent": "create:chute", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:mechanical_mixer_builtin" + } + }, "display": { - "icon": { - "item": "create:mechanical_mixer" - }, - "title": { - "translate": "advancement.create.mechanical_mixer" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.mechanical_mixer.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:mechanical_mixer" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:mechanical_mixer_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.mechanical_mixer" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/mechanical_press.json b/src/generated/resources/data/create/advancements/mechanical_press.json index dc891a8c5f..b38316e668 100644 --- a/src/generated/resources/data/create/advancements/mechanical_press.json +++ b/src/generated/resources/data/create/advancements/mechanical_press.json @@ -1,25 +1,25 @@ { "parent": "create:andesite_casing", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:mechanical_press_builtin" + } + }, "display": { - "icon": { - "item": "create:mechanical_press" - }, - "title": { - "translate": "advancement.create.mechanical_press" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.mechanical_press.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:mechanical_press" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:mechanical_press_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.mechanical_press" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/mechanical_pump_0.json b/src/generated/resources/data/create/advancements/mechanical_pump_0.json index 67a7e7a6e1..c6960ae3bd 100644 --- a/src/generated/resources/data/create/advancements/mechanical_pump_0.json +++ b/src/generated/resources/data/create/advancements/mechanical_pump_0.json @@ -1,25 +1,25 @@ { "parent": "create:copper", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:mechanical_pump_0_builtin" + } + }, "display": { - "icon": { - "item": "create:mechanical_pump" - }, - "title": { - "translate": "advancement.create.mechanical_pump_0" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.mechanical_pump_0.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:mechanical_pump" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:mechanical_pump_0_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.mechanical_pump_0" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/millstone.json b/src/generated/resources/data/create/advancements/millstone.json index 7625924954..89b6d38699 100644 --- a/src/generated/resources/data/create/advancements/millstone.json +++ b/src/generated/resources/data/create/advancements/millstone.json @@ -1,25 +1,25 @@ { "parent": "create:shifting_gears", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:millstone_builtin" + } + }, "display": { - "icon": { - "item": "create:millstone" - }, - "title": { - "translate": "advancement.create.millstone" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.millstone.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:millstone" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:millstone_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.millstone" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/musical_arm.json b/src/generated/resources/data/create/advancements/musical_arm.json index d5a1e4bbf8..944a970530 100644 --- a/src/generated/resources/data/create/advancements/musical_arm.json +++ b/src/generated/resources/data/create/advancements/musical_arm.json @@ -1,25 +1,25 @@ { "parent": "create:mechanical_crafter", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:musical_arm_builtin" + } + }, "display": { - "icon": { - "item": "minecraft:jukebox" - }, - "title": { - "translate": "advancement.create.musical_arm" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.musical_arm.desc" }, "frame": "goal", + "hidden": true, + "icon": { + "item": "minecraft:jukebox" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": true - }, - "criteria": { - "0": { - "trigger": "create:musical_arm_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.musical_arm" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/pipe_organ.json b/src/generated/resources/data/create/advancements/pipe_organ.json index 2c921b3926..8ca664ec92 100644 --- a/src/generated/resources/data/create/advancements/pipe_organ.json +++ b/src/generated/resources/data/create/advancements/pipe_organ.json @@ -1,25 +1,25 @@ { "parent": "create:backtank", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:pipe_organ_builtin" + } + }, "display": { - "icon": { - "item": "create:steam_whistle" - }, - "title": { - "translate": "advancement.create.pipe_organ" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.pipe_organ.desc" }, "frame": "goal", + "hidden": true, + "icon": { + "item": "create:steam_whistle" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": true - }, - "criteria": { - "0": { - "trigger": "create:pipe_organ_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.pipe_organ" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/portable_storage_interface.json b/src/generated/resources/data/create/advancements/portable_storage_interface.json index b5ec809f30..15875bf96e 100644 --- a/src/generated/resources/data/create/advancements/portable_storage_interface.json +++ b/src/generated/resources/data/create/advancements/portable_storage_interface.json @@ -1,25 +1,25 @@ { "parent": "create:contraption_actors", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:portable_storage_interface_builtin" + } + }, "display": { - "icon": { - "item": "create:portable_storage_interface" - }, - "title": { - "translate": "advancement.create.portable_storage_interface" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.portable_storage_interface.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:portable_storage_interface" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:portable_storage_interface_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.portable_storage_interface" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/potato_cannon.json b/src/generated/resources/data/create/advancements/potato_cannon.json index 8846dfd899..4654ec9c28 100644 --- a/src/generated/resources/data/create/advancements/potato_cannon.json +++ b/src/generated/resources/data/create/advancements/potato_cannon.json @@ -1,26 +1,26 @@ { "parent": "create:display_link", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:potato_cannon_builtin" + } + }, "display": { - "icon": { - "item": "create:potato_cannon", - "nbt": "{Damage:0}" - }, - "title": { - "translate": "advancement.create.potato_cannon" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.potato_cannon.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:potato_cannon", + "nbt": "{Damage:0}" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:potato_cannon_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.potato_cannon" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/potato_cannon_collide.json b/src/generated/resources/data/create/advancements/potato_cannon_collide.json index e107f8d7f6..22ae7dedaa 100644 --- a/src/generated/resources/data/create/advancements/potato_cannon_collide.json +++ b/src/generated/resources/data/create/advancements/potato_cannon_collide.json @@ -1,25 +1,25 @@ { "parent": "create:arm_many_targets", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:potato_cannon_collide_builtin" + } + }, "display": { - "icon": { - "item": "minecraft:carrot" - }, - "title": { - "translate": "advancement.create.potato_cannon_collide" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.potato_cannon_collide.desc" }, "frame": "goal", + "hidden": false, + "icon": { + "item": "minecraft:carrot" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:potato_cannon_collide_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.potato_cannon_collide" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/precision_mechanism.json b/src/generated/resources/data/create/advancements/precision_mechanism.json index ad504fd142..cd389399cc 100644 --- a/src/generated/resources/data/create/advancements/precision_mechanism.json +++ b/src/generated/resources/data/create/advancements/precision_mechanism.json @@ -1,24 +1,7 @@ { "parent": "create:deployer", - "display": { - "icon": { - "item": "create:precision_mechanism" - }, - "title": { - "translate": "advancement.create.precision_mechanism" - }, - "description": { - "color": "#DBA213", - "translate": "advancement.create.precision_mechanism.desc" - }, - "frame": "task", - "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, "criteria": { "0": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -27,7 +10,24 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.precision_mechanism.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:precision_mechanism" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.precision_mechanism" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/pulley_maxed.json b/src/generated/resources/data/create/advancements/pulley_maxed.json index 577d2dd594..0acdf3bf32 100644 --- a/src/generated/resources/data/create/advancements/pulley_maxed.json +++ b/src/generated/resources/data/create/advancements/pulley_maxed.json @@ -1,25 +1,25 @@ { "parent": "create:ejector_maxed", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:pulley_maxed_builtin" + } + }, "display": { - "icon": { - "item": "create:rope_pulley" - }, - "title": { - "translate": "advancement.create.pulley_maxed" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.pulley_maxed.desc" }, "frame": "goal", + "hidden": false, + "icon": { + "item": "create:rope_pulley" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:pulley_maxed_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.pulley_maxed" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json index 6f521810f7..5fe37eca2c 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/ingot_aluminum_compat_immersiveengineering" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/ingot_aluminum_compat_immersiveengineering" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/ingot_aluminum_compat_immersiveengineering" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json index 48d676edc9..62b8f453c2 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/ingot_lead_compat_immersiveengineering" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/ingot_lead_compat_immersiveengineering" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/ingot_lead_compat_immersiveengineering" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json index fb079e8224..1f48792dfc 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/ingot_lead_compat_mekanism" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/ingot_lead_compat_mekanism" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/ingot_lead_compat_mekanism" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_nickel_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_nickel_compat_immersiveengineering.json index bee8d616e4..ef424f8708 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_nickel_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_nickel_compat_immersiveengineering.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/ingot_nickel_compat_immersiveengineering" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/ingot_nickel_compat_immersiveengineering" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/ingot_nickel_compat_immersiveengineering" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_osmium_compat_mekanism.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_osmium_compat_mekanism.json index 7b6dd7a2ce..c283cd0b93 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_osmium_compat_mekanism.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_osmium_compat_mekanism.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/ingot_osmium_compat_mekanism" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/ingot_osmium_compat_mekanism" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/ingot_osmium_compat_mekanism" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_silver_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_silver_compat_immersiveengineering.json index 3027c62e89..828401ba97 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_silver_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_silver_compat_immersiveengineering.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/ingot_silver_compat_immersiveengineering" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/ingot_silver_compat_immersiveengineering" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/ingot_silver_compat_immersiveengineering" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_tin_compat_mekanism.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_tin_compat_mekanism.json index 7ba1b16a10..ba97e5bcf4 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_tin_compat_mekanism.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_tin_compat_mekanism.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/ingot_tin_compat_mekanism" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/ingot_tin_compat_mekanism" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/ingot_tin_compat_mekanism" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_immersiveengineering.json index 1a19aba036..68dd4ebe30 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_immersiveengineering.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/ingot_uranium_compat_immersiveengineering" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/ingot_uranium_compat_immersiveengineering" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/ingot_uranium_compat_immersiveengineering" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_mekanism.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_mekanism.json index fb4c40a54e..13a55fb5e5 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_mekanism.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_mekanism.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/ingot_uranium_compat_mekanism" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/ingot_uranium_compat_mekanism" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/ingot_uranium_compat_mekanism" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/lead_ingot_compat_thermal.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/lead_ingot_compat_thermal.json index 192da7c444..5bbb2a61ef 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/lead_ingot_compat_thermal.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/lead_ingot_compat_thermal.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/lead_ingot_compat_thermal" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/lead_ingot_compat_thermal" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/lead_ingot_compat_thermal" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/nickel_ingot_compat_thermal.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/nickel_ingot_compat_thermal.json index e2b7f8675c..95abf64c0c 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/nickel_ingot_compat_thermal.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/nickel_ingot_compat_thermal.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/nickel_ingot_compat_thermal" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/nickel_ingot_compat_thermal" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/nickel_ingot_compat_thermal" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/silver_ingot_compat_thermal.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/silver_ingot_compat_thermal.json index 3d4c891511..30387da023 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/silver_ingot_compat_thermal.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/silver_ingot_compat_thermal.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/silver_ingot_compat_thermal" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/silver_ingot_compat_thermal" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/silver_ingot_compat_thermal" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/tin_ingot_compat_thermal.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/tin_ingot_compat_thermal.json index e78a4efcb9..bc95145aee 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/tin_ingot_compat_thermal.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/tin_ingot_compat_thermal.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/tin_ingot_compat_thermal" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/tin_ingot_compat_thermal" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/tin_ingot_compat_thermal" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_framed_glass.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_framed_glass.json index 22bd236fdc..d89181a31d 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_framed_glass.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_framed_glass.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/glass_from_framed_glass" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/glass_from_framed_glass" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/glass_from_framed_glass" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_horizontal_framed_glass.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_horizontal_framed_glass.json index 6128a75611..ce75ebe058 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_horizontal_framed_glass.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_horizontal_framed_glass.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/glass_from_horizontal_framed_glass" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/glass_from_horizontal_framed_glass" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/glass_from_horizontal_framed_glass" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_tiled_glass.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_tiled_glass.json index 64c1db1da3..9cf96248b0 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_tiled_glass.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_tiled_glass.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/glass_from_tiled_glass" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/glass_from_tiled_glass" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/glass_from_tiled_glass" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_vertical_framed_glass.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_vertical_framed_glass.json index a38039145a..1e51042d5f 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_vertical_framed_glass.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_vertical_framed_glass.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/glass_from_vertical_framed_glass" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/glass_from_vertical_framed_glass" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/glass_from_vertical_framed_glass" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_aluminum_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_aluminum_compat_immersiveengineering.json index 7cb734e7eb..f825bd6913 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_aluminum_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_aluminum_compat_immersiveengineering.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/ingot_aluminum_compat_immersiveengineering" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/ingot_aluminum_compat_immersiveengineering" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_aluminum_compat_immersiveengineering" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_immersiveengineering.json index 333607787d..ae0ae92a44 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_immersiveengineering.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/ingot_lead_compat_immersiveengineering" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/ingot_lead_compat_immersiveengineering" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_lead_compat_immersiveengineering" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_mekanism.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_mekanism.json index 97b3d81c6f..26a60a0744 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_mekanism.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_mekanism.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/ingot_lead_compat_mekanism" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/ingot_lead_compat_mekanism" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_lead_compat_mekanism" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_nickel_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_nickel_compat_immersiveengineering.json index 71f3b1364c..9369b3688b 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_nickel_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_nickel_compat_immersiveengineering.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/ingot_nickel_compat_immersiveengineering" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/ingot_nickel_compat_immersiveengineering" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_nickel_compat_immersiveengineering" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_osmium_compat_mekanism.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_osmium_compat_mekanism.json index 45ba4cfeba..9254a4838c 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_osmium_compat_mekanism.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_osmium_compat_mekanism.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/ingot_osmium_compat_mekanism" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/ingot_osmium_compat_mekanism" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_osmium_compat_mekanism" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_silver_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_silver_compat_immersiveengineering.json index f62583777f..efa5e1c8d9 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_silver_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_silver_compat_immersiveengineering.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/ingot_silver_compat_immersiveengineering" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/ingot_silver_compat_immersiveengineering" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_silver_compat_immersiveengineering" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_tin_compat_mekanism.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_tin_compat_mekanism.json index 8d70b59fcb..58312b58af 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_tin_compat_mekanism.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_tin_compat_mekanism.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/ingot_tin_compat_mekanism" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/ingot_tin_compat_mekanism" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_tin_compat_mekanism" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_immersiveengineering.json index b19eb08706..54014a9ae4 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_immersiveengineering.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/ingot_uranium_compat_immersiveengineering" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/ingot_uranium_compat_immersiveengineering" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_uranium_compat_immersiveengineering" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_mekanism.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_mekanism.json index d298d23466..585d06f07e 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_mekanism.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_mekanism.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/ingot_uranium_compat_mekanism" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/ingot_uranium_compat_mekanism" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_uranium_compat_mekanism" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/lead_ingot_compat_thermal.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/lead_ingot_compat_thermal.json index d3b5bb2e56..9513518e02 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/lead_ingot_compat_thermal.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/lead_ingot_compat_thermal.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/lead_ingot_compat_thermal" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/lead_ingot_compat_thermal" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/lead_ingot_compat_thermal" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/nickel_ingot_compat_thermal.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/nickel_ingot_compat_thermal.json index 2e64a986c6..d3889529e0 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/nickel_ingot_compat_thermal.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/nickel_ingot_compat_thermal.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/nickel_ingot_compat_thermal" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/nickel_ingot_compat_thermal" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/nickel_ingot_compat_thermal" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/silver_ingot_compat_thermal.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/silver_ingot_compat_thermal.json index 8afd81c735..f9b0d9d174 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/silver_ingot_compat_thermal.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/silver_ingot_compat_thermal.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/silver_ingot_compat_thermal" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/silver_ingot_compat_thermal" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/silver_ingot_compat_thermal" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/tin_ingot_compat_thermal.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/tin_ingot_compat_thermal.json index e986d06ee9..ebbb5d3fda 100644 --- a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/tin_ingot_compat_thermal.json +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/tin_ingot_compat_thermal.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/tin_ingot_compat_thermal" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/tin_ingot_compat_thermal" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/tin_ingot_compat_thermal" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_crushed.json b/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_crushed.json index 5a6615cea4..75e4b604d5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_crushed.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_crushed.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/zinc_ingot_from_crushed" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/zinc_ingot_from_crushed" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/zinc_ingot_from_crushed" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_ore.json b/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_ore.json index 414b2ee115..3fd79cd61e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_ore.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_ore.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/zinc_ingot_from_ore" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:ores/zinc" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/zinc_ingot_from_ore" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/zinc_ingot_from_ore" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json b/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json index 1f7b794d8a..3d9481e56e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/zinc_ingot_from_raw_ore" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/zinc_ingot_from_raw_ore" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/zinc_ingot_from_raw_ore" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/brass_ladder_from_plates_brass_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/brass_ladder_from_plates_brass_stonecutting.json index ddc2829a2e..7caceca52f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/brass_ladder_from_plates_brass_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/brass_ladder_from_plates_brass_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:brass_ladder_from_plates_brass_stonecutting" - ] - }, "criteria": { "has_plates_brass": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:plates/brass" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:brass_ladder_from_plates_brass_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_plates_brass", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:brass_ladder_from_plates_brass_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/copper_ladder_from_plates_copper_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/copper_ladder_from_plates_copper_stonecutting.json index 800bc8e650..e59a0a4d37 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/copper_ladder_from_plates_copper_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/copper_ladder_from_plates_copper_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:copper_ladder_from_plates_copper_stonecutting" - ] - }, "criteria": { "has_plates_copper": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:plates/copper" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:copper_ladder_from_plates_copper_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_plates_copper", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:copper_ladder_from_plates_copper_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingle_slab.json b/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingle_slab.json index 0fcf21da18..303e317c45 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingle_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingle_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:copper_shingle_slab" - ] - }, "criteria": { "has_copper_shingles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:copper_shingle_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_copper_shingles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:copper_shingle_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingle_slab_from_copper_shingles_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingle_slab_from_copper_shingles_stonecutting.json index cd9f7cfd51..1e0bbf7800 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingle_slab_from_copper_shingles_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingle_slab_from_copper_shingles_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:copper_shingle_slab_from_copper_shingles_stonecutting" - ] - }, "criteria": { "has_copper_shingles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:copper_shingle_slab_from_copper_shingles_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_copper_shingles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:copper_shingle_slab_from_copper_shingles_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingle_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingle_stairs.json index 32d7fa46e8..e3c0b3913b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingle_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingle_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:copper_shingle_stairs" - ] - }, "criteria": { "has_copper_shingles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:copper_shingle_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_copper_shingles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:copper_shingle_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingle_stairs_from_copper_shingles_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingle_stairs_from_copper_shingles_stonecutting.json index 332c0f4b23..e1cc75bba6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingle_stairs_from_copper_shingles_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingle_stairs_from_copper_shingles_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:copper_shingle_stairs_from_copper_shingles_stonecutting" - ] - }, "criteria": { "has_copper_shingles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:copper_shingle_stairs_from_copper_shingles_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_copper_shingles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:copper_shingle_stairs_from_copper_shingles_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingles_from_plates_copper_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingles_from_plates_copper_stonecutting.json index 64d071eb2b..dfa9a85aa2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingles_from_plates_copper_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/copper_shingles_from_plates_copper_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:copper_shingles_from_plates_copper_stonecutting" - ] - }, "criteria": { "has_plates_copper": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:plates/copper" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:copper_shingles_from_plates_copper_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_plates_copper", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:copper_shingles_from_plates_copper_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/copper_tile_slab.json b/src/generated/resources/data/create/advancements/recipes/create.base/copper_tile_slab.json index b9f11e5e05..b3498171a9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/copper_tile_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/copper_tile_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:copper_tile_slab" - ] - }, "criteria": { "has_copper_tiles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:copper_tile_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_copper_tiles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:copper_tile_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/copper_tile_slab_from_copper_tiles_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/copper_tile_slab_from_copper_tiles_stonecutting.json index 5fb2022d2b..8d5293484a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/copper_tile_slab_from_copper_tiles_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/copper_tile_slab_from_copper_tiles_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:copper_tile_slab_from_copper_tiles_stonecutting" - ] - }, "criteria": { "has_copper_tiles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:copper_tile_slab_from_copper_tiles_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_copper_tiles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:copper_tile_slab_from_copper_tiles_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/copper_tile_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.base/copper_tile_stairs.json index 2efdd41afa..37a4c2b89d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/copper_tile_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/copper_tile_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:copper_tile_stairs" - ] - }, "criteria": { "has_copper_tiles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:copper_tile_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_copper_tiles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:copper_tile_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/copper_tile_stairs_from_copper_tiles_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/copper_tile_stairs_from_copper_tiles_stonecutting.json index 487bdc5c59..f0676b8a15 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/copper_tile_stairs_from_copper_tiles_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/copper_tile_stairs_from_copper_tiles_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:copper_tile_stairs_from_copper_tiles_stonecutting" - ] - }, "criteria": { "has_copper_tiles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:copper_tile_stairs_from_copper_tiles_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_copper_tiles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:copper_tile_stairs_from_copper_tiles_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/copper_tiles_from_plates_copper_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/copper_tiles_from_plates_copper_stonecutting.json index 2f9c65d0d9..26104a1dd9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/copper_tiles_from_plates_copper_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/copper_tiles_from_plates_copper_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:copper_tiles_from_plates_copper_stonecutting" - ] - }, "criteria": { "has_plates_copper": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:plates/copper" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:copper_tiles_from_plates_copper_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_plates_copper", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:copper_tiles_from_plates_copper_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/copper_backtank.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/copper_backtank.json index 6134a25257..c45b1faeed 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/copper_backtank.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/copper_backtank.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/appliances/copper_backtank" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/appliances/copper_backtank" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/copper_backtank" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/crafting_blueprint.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/crafting_blueprint.json index 5bbc5e06b6..8ad8cc556f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/crafting_blueprint.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/crafting_blueprint.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/appliances/crafting_blueprint" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/appliances/crafting_blueprint" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/crafting_blueprint" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/diving_boots.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/diving_boots.json index d0d7f07e10..fdbd9087bb 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/diving_boots.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/diving_boots.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/appliances/diving_boots" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/appliances/diving_boots" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/diving_boots" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/diving_helmet.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/diving_helmet.json index 5491317c85..d9b9401c4f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/diving_helmet.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/diving_helmet.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/appliances/diving_helmet" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/appliances/diving_helmet" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/diving_helmet" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/dough.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/dough.json index 645c9e15fb..0d218cb36c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/dough.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/dough.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/appliances/dough" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:flour/wheat" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/appliances/dough" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/dough" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/linked_controller.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/linked_controller.json index ef2ebfff66..56af2975f0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/linked_controller.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/linked_controller.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/appliances/linked_controller" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/appliances/linked_controller" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/linked_controller" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/tree_fertilizer.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/tree_fertilizer.json index e00be27d7a..fa3f03a26b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/tree_fertilizer.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/tree_fertilizer.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/appliances/tree_fertilizer" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/appliances/tree_fertilizer" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/tree_fertilizer" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingle_slab_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingle_slab_from_honeycomb.json index 51e1116b5b..125eaf3387 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingle_slab_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingle_slab_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_copper_shingle_slab_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_copper_shingle_slab_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_copper_shingle_slab_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_copper_shingle_slab_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingle_stairs_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingle_stairs_from_honeycomb.json index b1c6a1617b..493926d549 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingle_stairs_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingle_stairs_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_copper_shingle_stairs_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_copper_shingle_stairs_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_copper_shingle_stairs_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_copper_shingle_stairs_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingles_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingles_from_honeycomb.json index 0a80801be1..c7c9252079 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingles_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_shingles_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_copper_shingles_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_copper_shingles_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_copper_shingles_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_copper_shingles_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tile_slab_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tile_slab_from_honeycomb.json index bfaddba1cc..831677a75a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tile_slab_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tile_slab_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_copper_tile_slab_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_copper_tile_slab_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_copper_tile_slab_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_copper_tile_slab_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tile_stairs_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tile_stairs_from_honeycomb.json index 05c9370773..bc240d5bfa 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tile_stairs_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tile_stairs_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_copper_tile_stairs_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_copper_tile_stairs_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_copper_tile_stairs_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_copper_tile_stairs_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tiles_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tiles_from_honeycomb.json index da40b17ba8..6601767b46 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tiles_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_copper_tiles_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_copper_tiles_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_copper_tiles_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_copper_tiles_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_copper_tiles_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingle_slab_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingle_slab_from_honeycomb.json index 8751a4ec28..a56702fcbc 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingle_slab_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingle_slab_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_exposed_copper_shingle_slab_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_exposed_copper_shingle_slab_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_exposed_copper_shingle_slab_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_exposed_copper_shingle_slab_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingle_stairs_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingle_stairs_from_honeycomb.json index 08ed79b529..966b5a32e2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingle_stairs_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingle_stairs_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_exposed_copper_shingle_stairs_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_exposed_copper_shingle_stairs_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_exposed_copper_shingle_stairs_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_exposed_copper_shingle_stairs_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingles_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingles_from_honeycomb.json index bf6535eada..b0749efffc 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingles_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_shingles_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_exposed_copper_shingles_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_exposed_copper_shingles_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_exposed_copper_shingles_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_exposed_copper_shingles_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tile_slab_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tile_slab_from_honeycomb.json index aa201a03dd..92a5c837c3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tile_slab_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tile_slab_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_exposed_copper_tile_slab_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_exposed_copper_tile_slab_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_exposed_copper_tile_slab_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_exposed_copper_tile_slab_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tile_stairs_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tile_stairs_from_honeycomb.json index 2a838454a8..d228339027 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tile_stairs_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tile_stairs_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_exposed_copper_tile_stairs_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_exposed_copper_tile_stairs_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_exposed_copper_tile_stairs_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_exposed_copper_tile_stairs_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tiles_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tiles_from_honeycomb.json index ea5107bee0..fc41734566 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tiles_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_exposed_copper_tiles_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_exposed_copper_tiles_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_exposed_copper_tiles_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_exposed_copper_tiles_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_exposed_copper_tiles_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingle_slab_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingle_slab_from_honeycomb.json index af63924338..cb10120115 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingle_slab_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingle_slab_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_oxidized_copper_shingle_slab_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_oxidized_copper_shingle_slab_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_oxidized_copper_shingle_slab_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_oxidized_copper_shingle_slab_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingle_stairs_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingle_stairs_from_honeycomb.json index 42c71cdee2..5ea375cca5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingle_stairs_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingle_stairs_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_oxidized_copper_shingle_stairs_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_oxidized_copper_shingle_stairs_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_oxidized_copper_shingle_stairs_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_oxidized_copper_shingle_stairs_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingles_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingles_from_honeycomb.json index 0a71960f2e..5c7779625c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingles_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_shingles_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_oxidized_copper_shingles_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_oxidized_copper_shingles_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_oxidized_copper_shingles_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_oxidized_copper_shingles_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tile_slab_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tile_slab_from_honeycomb.json index 071c735706..eef0530bba 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tile_slab_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tile_slab_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_oxidized_copper_tile_slab_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_oxidized_copper_tile_slab_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_oxidized_copper_tile_slab_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_oxidized_copper_tile_slab_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tile_stairs_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tile_stairs_from_honeycomb.json index f838509717..1638df9c2c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tile_stairs_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tile_stairs_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_oxidized_copper_tile_stairs_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_oxidized_copper_tile_stairs_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_oxidized_copper_tile_stairs_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_oxidized_copper_tile_stairs_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tiles_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tiles_from_honeycomb.json index e736d69af5..cfad74caf8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tiles_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_oxidized_copper_tiles_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_oxidized_copper_tiles_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_oxidized_copper_tiles_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_oxidized_copper_tiles_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_oxidized_copper_tiles_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingle_slab_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingle_slab_from_honeycomb.json index a63b901d46..f80709d1b0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingle_slab_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingle_slab_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_weathered_copper_shingle_slab_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_weathered_copper_shingle_slab_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_weathered_copper_shingle_slab_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_weathered_copper_shingle_slab_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingle_stairs_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingle_stairs_from_honeycomb.json index d0e362e73e..30aa37652b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingle_stairs_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingle_stairs_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_weathered_copper_shingle_stairs_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_weathered_copper_shingle_stairs_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_weathered_copper_shingle_stairs_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_weathered_copper_shingle_stairs_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingles_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingles_from_honeycomb.json index d653b6eb9e..e6ca304899 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingles_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_shingles_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_weathered_copper_shingles_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_weathered_copper_shingles_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_weathered_copper_shingles_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_weathered_copper_shingles_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tile_slab_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tile_slab_from_honeycomb.json index 604f050375..d7fe4e7e6f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tile_slab_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tile_slab_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_weathered_copper_tile_slab_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_weathered_copper_tile_slab_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_weathered_copper_tile_slab_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_weathered_copper_tile_slab_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tile_stairs_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tile_stairs_from_honeycomb.json index cf801c39e6..e9626d2968 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tile_stairs_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tile_stairs_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_weathered_copper_tile_stairs_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_weathered_copper_tile_stairs_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_weathered_copper_tile_stairs_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_weathered_copper_tile_stairs_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tiles_from_honeycomb.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tiles_from_honeycomb.json index 83149f5528..9817b3400e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tiles_from_honeycomb.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/copper/waxed_weathered_copper_tiles_from_honeycomb.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/copper/waxed_weathered_copper_tiles_from_honeycomb" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/copper/waxed_weathered_copper_tiles_from_honeycomb" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_unwaxed": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/copper/waxed_weathered_copper_tiles_from_honeycomb" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_unwaxed", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/copper/waxed_weathered_copper_tiles_from_honeycomb" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/curiosities/brown_toolbox.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/curiosities/brown_toolbox.json index 8c43e9d447..edcd5bff82 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/curiosities/brown_toolbox.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/curiosities/brown_toolbox.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/curiosities/brown_toolbox" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:plates/gold" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/curiosities/brown_toolbox" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/curiosities/brown_toolbox" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/curiosities/minecart_coupling.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/curiosities/minecart_coupling.json index 37ccacabd0..c22803c693 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/curiosities/minecart_coupling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/curiosities/minecart_coupling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/curiosities/minecart_coupling" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/curiosities/minecart_coupling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/curiosities/minecart_coupling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/curiosities/peculiar_bell.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/curiosities/peculiar_bell.json index e0c6e67477..8cc2509228 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/curiosities/peculiar_bell.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/curiosities/peculiar_bell.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/curiosities/peculiar_bell" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:ingots/brass" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/curiosities/peculiar_bell" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/curiosities/peculiar_bell" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/adjustable_chain_gearshift.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/adjustable_chain_gearshift.json index 09490c7f01..7574ed534d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/adjustable_chain_gearshift.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/adjustable_chain_gearshift.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/adjustable_chain_gearshift" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/adjustable_chain_gearshift" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/adjustable_chain_gearshift" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/analog_lever.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/analog_lever.json index 6f421e5ae5..1d450b5a5e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/analog_lever.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/analog_lever.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/analog_lever" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/analog_lever" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/analog_lever" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/andesite_ladder.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/andesite_ladder.json index 12c07d7006..7a05241204 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/andesite_ladder.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/andesite_ladder.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/andesite_ladder" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/andesite_ladder" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/andesite_ladder" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/attribute_filter.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/attribute_filter.json index e41c26b07e..6c2d17ec61 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/attribute_filter.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/attribute_filter.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/attribute_filter" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:ingots/brass" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/attribute_filter" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/attribute_filter" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/basin.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/basin.json index 04de670fad..6fcd28376f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/basin.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/basin.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/basin" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/basin" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/basin" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/belt_connector.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/belt_connector.json index 44dba5aacb..625236ddb4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/belt_connector.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/belt_connector.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/belt_connector" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/belt_connector" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/belt_connector" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/black_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/black_seat.json index 8b33d36c88..08563740fb 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/black_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/black_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/black_seat" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/black_seat" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_wool": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:wool" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/black_seat" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_wool", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/black_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/black_seat_from_other_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/black_seat_from_other_seat.json index bc08eddf19..f0fb78be53 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/black_seat_from_other_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/black_seat_from_other_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/black_seat_from_other_seat" - ] - }, "criteria": { "has_seat": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:seats" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/black_seat_from_other_seat" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_seat", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/black_seat_from_other_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/black_valve_handle_from_other_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/black_valve_handle_from_other_valve_handle.json index 8bdf74353b..2c75c12cbb 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/black_valve_handle_from_other_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/black_valve_handle_from_other_valve_handle.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/black_valve_handle_from_other_valve_handle" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/black_valve_handle_from_other_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_valve": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:valve_handles" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/black_valve_handle_from_other_valve_handle" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_valve", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/black_valve_handle_from_other_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/blue_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/blue_seat.json index 12b03d12c5..df23f15987 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/blue_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/blue_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/blue_seat" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/blue_seat" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_wool": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:wool" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/blue_seat" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_wool", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/blue_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/blue_seat_from_other_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/blue_seat_from_other_seat.json index 7542f5ed1b..b46686a75b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/blue_seat_from_other_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/blue_seat_from_other_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/blue_seat_from_other_seat" - ] - }, "criteria": { "has_seat": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:seats" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/blue_seat_from_other_seat" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_seat", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/blue_seat_from_other_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/blue_valve_handle_from_other_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/blue_valve_handle_from_other_valve_handle.json index 1a30315989..f850a217ce 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/blue_valve_handle_from_other_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/blue_valve_handle_from_other_valve_handle.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/blue_valve_handle_from_other_valve_handle" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/blue_valve_handle_from_other_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_valve": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:valve_handles" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/blue_valve_handle_from_other_valve_handle" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_valve", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/blue_valve_handle_from_other_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/brass_hand.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/brass_hand.json index e5820fd028..dda4ac0952 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/brass_hand.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/brass_hand.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/brass_hand" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:ingots/brass" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/brass_hand" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/brass_hand" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/brown_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/brown_seat.json index e9a468d079..085e9d3497 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/brown_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/brown_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/brown_seat" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/brown_seat" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_wool": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:wool" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/brown_seat" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_wool", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/brown_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/brown_seat_from_other_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/brown_seat_from_other_seat.json index c447060b57..e64d6f6280 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/brown_seat_from_other_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/brown_seat_from_other_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/brown_seat_from_other_seat" - ] - }, "criteria": { "has_seat": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:seats" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/brown_seat_from_other_seat" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_seat", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/brown_seat_from_other_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/brown_valve_handle_from_other_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/brown_valve_handle_from_other_valve_handle.json index bd82388be9..8b5994ed12 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/brown_valve_handle_from_other_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/brown_valve_handle_from_other_valve_handle.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/brown_valve_handle_from_other_valve_handle" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/brown_valve_handle_from_other_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_valve": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:valve_handles" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/brown_valve_handle_from_other_valve_handle" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_valve", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/brown_valve_handle_from_other_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cart_assembler.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cart_assembler.json index 944d62f838..04655dc603 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cart_assembler.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cart_assembler.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/cart_assembler" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/cart_assembler" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/cart_assembler" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/chute.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/chute.json index d22293ff17..3eeb24938a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/chute.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/chute.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/chute" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/chute" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/chute" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/clockwork_bearing.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/clockwork_bearing.json index 0975f4b247..a26dedeafb 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/clockwork_bearing.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/clockwork_bearing.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/clockwork_bearing" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/clockwork_bearing" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/clockwork_bearing" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/clutch.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/clutch.json index cfaaa1b670..ff046fb1a3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/clutch.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/clutch.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/clutch" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/clutch" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/clutch" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cogwheel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cogwheel.json index af34e71e65..10e8d6eefe 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cogwheel.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cogwheel.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/cogwheel" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/cogwheel" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/cogwheel" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/controller_rail.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/controller_rail.json index 5b84143308..5e47044953 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/controller_rail.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/controller_rail.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/controller_rail" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/controller_rail" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/controller_rail" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/controls.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/controls.json index 9cd7e4dc56..c80827b0da 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/controls.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/controls.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/controls" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/controls" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/controls" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle.json index 4f32ada9cc..013ffa897d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/copper_valve_handle" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/copper_valve_handle" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/copper_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle_from_others.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle_from_others.json index fb2db1564c..c01b402263 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle_from_others.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle_from_others.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/copper_valve_handle_from_others" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/copper_valve_handle_from_others" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/copper_valve_handle_from_others" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/crafter_slot_cover.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/crafter_slot_cover.json index ac93ffeff3..c3785ad8e3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/crafter_slot_cover.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/crafter_slot_cover.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/crafter_slot_cover" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/crafter_slot_cover" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/crafter_slot_cover" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cuckoo_clock.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cuckoo_clock.json index 5b2286f0ec..d8adb915aa 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cuckoo_clock.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cuckoo_clock.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/cuckoo_clock" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/cuckoo_clock" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/cuckoo_clock" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cyan_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cyan_seat.json index 33f80b7485..2de2af4eec 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cyan_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cyan_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/cyan_seat" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/cyan_seat" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_wool": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:wool" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/cyan_seat" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_wool", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/cyan_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cyan_seat_from_other_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cyan_seat_from_other_seat.json index 44c2abd206..048f300427 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cyan_seat_from_other_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cyan_seat_from_other_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/cyan_seat_from_other_seat" - ] - }, "criteria": { "has_seat": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:seats" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/cyan_seat_from_other_seat" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_seat", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/cyan_seat_from_other_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cyan_valve_handle_from_other_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cyan_valve_handle_from_other_valve_handle.json index 5187127a4f..f594e26a3c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cyan_valve_handle_from_other_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cyan_valve_handle_from_other_valve_handle.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/cyan_valve_handle_from_other_valve_handle" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/cyan_valve_handle_from_other_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_valve": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:valve_handles" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/cyan_valve_handle_from_other_valve_handle" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_valve", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/cyan_valve_handle_from_other_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/deployer.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/deployer.json index 13e260d982..da86d5585a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/deployer.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/deployer.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/deployer" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/deployer" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/deployer" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/depot.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/depot.json index c426623e99..ab77049c9a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/depot.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/depot.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/depot" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/depot" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/depot" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/display_board.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/display_board.json index a953d9f78b..2d4e92725b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/display_board.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/display_board.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/display_board" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/display_board" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/display_board" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/empty_blaze_burner.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/empty_blaze_burner.json index f652316254..dce028f8be 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/empty_blaze_burner.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/empty_blaze_burner.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/empty_blaze_burner" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:ingots/iron" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/empty_blaze_burner" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/empty_blaze_burner" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/encased_chain_drive.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/encased_chain_drive.json index b8d7107555..6994f53437 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/encased_chain_drive.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/encased_chain_drive.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/encased_chain_drive" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/encased_chain_drive" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/encased_chain_drive" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/encased_fan.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/encased_fan.json index 254e674ce6..76327407f9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/encased_fan.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/encased_fan.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/encased_fan" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:plates/iron" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/encased_fan" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/encased_fan" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/filter.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/filter.json index a99c2b5918..5f188b567f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/filter.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/filter.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/filter" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/filter" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/filter" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe.json index c5bd184029..746b5b7419 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/fluid_pipe" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/fluid_pipe" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/fluid_pipe" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe_vertical.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe_vertical.json index dc3baf901c..4d10a1ed74 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe_vertical.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe_vertical.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/fluid_pipe_vertical" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/fluid_pipe_vertical" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/fluid_pipe_vertical" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_tank.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_tank.json index c0396112c5..6b1e03e9ee 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_tank.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_tank.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/fluid_tank" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:barrels/wooden" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/fluid_tank" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/fluid_tank" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_valve.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_valve.json index 7580a2170f..9426d334e5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_valve.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_valve.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/fluid_valve" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/fluid_valve" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/fluid_valve" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/flywheel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/flywheel.json index 9b7b0453ae..0399f0619d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/flywheel.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/flywheel.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/flywheel" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:ingots/brass" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/flywheel" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/flywheel" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/framed_glass_door.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/framed_glass_door.json index 97f97cf504..de161ff205 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/framed_glass_door.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/framed_glass_door.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/framed_glass_door" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/framed_glass_door" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/framed_glass_door" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/framed_glass_trapdoor.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/framed_glass_trapdoor.json index d6aa3fcd7d..a2df7f474c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/framed_glass_trapdoor.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/framed_glass_trapdoor.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/framed_glass_trapdoor" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/framed_glass_trapdoor" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/framed_glass_trapdoor" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gantry_carriage.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gantry_carriage.json index f67b15f8da..2eb0d02994 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gantry_carriage.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gantry_carriage.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/gantry_carriage" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/gantry_carriage" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/gantry_carriage" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gantry_shaft.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gantry_shaft.json index 284a0e3a60..6b2d60b3b6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gantry_shaft.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gantry_shaft.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/gantry_shaft" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/gantry_shaft" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/gantry_shaft" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearbox.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearbox.json index 15b82ecf26..2225964c06 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearbox.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearbox.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/gearbox" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/gearbox" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/gearbox" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearboxfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearboxfrom_conversion.json index 41a3d1f39d..2ba6ae84a5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearboxfrom_conversion.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearboxfrom_conversion.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/gearboxfrom_conversion" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/gearboxfrom_conversion" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/gearboxfrom_conversion" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearshift.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearshift.json index e216125349..c1683ca1f1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearshift.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearshift.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/gearshift" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/gearshift" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/gearshift" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/goggles.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/goggles.json index 205ac22bec..3156b18f04 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/goggles.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/goggles.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/goggles" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/goggles" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/goggles" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gray_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gray_seat.json index ce163d657a..9436b1e513 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gray_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gray_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/gray_seat" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/gray_seat" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_wool": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:wool" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/gray_seat" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_wool", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/gray_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gray_seat_from_other_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gray_seat_from_other_seat.json index 45425f8671..59debd7621 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gray_seat_from_other_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gray_seat_from_other_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/gray_seat_from_other_seat" - ] - }, "criteria": { "has_seat": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:seats" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/gray_seat_from_other_seat" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_seat", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/gray_seat_from_other_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gray_valve_handle_from_other_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gray_valve_handle_from_other_valve_handle.json index ffab588b5c..575a9c4d92 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gray_valve_handle_from_other_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gray_valve_handle_from_other_valve_handle.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/gray_valve_handle_from_other_valve_handle" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/gray_valve_handle_from_other_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_valve": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:valve_handles" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/gray_valve_handle_from_other_valve_handle" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_valve", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/gray_valve_handle_from_other_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/green_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/green_seat.json index bec63bbd54..c8fb16928b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/green_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/green_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/green_seat" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/green_seat" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_wool": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:wool" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/green_seat" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_wool", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/green_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/green_seat_from_other_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/green_seat_from_other_seat.json index 155141a474..6d4bba8061 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/green_seat_from_other_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/green_seat_from_other_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/green_seat_from_other_seat" - ] - }, "criteria": { "has_seat": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:seats" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/green_seat_from_other_seat" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_seat", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/green_seat_from_other_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/green_valve_handle_from_other_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/green_valve_handle_from_other_valve_handle.json index cfe2c2170e..3d2fb8a82f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/green_valve_handle_from_other_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/green_valve_handle_from_other_valve_handle.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/green_valve_handle_from_other_valve_handle" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/green_valve_handle_from_other_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_valve": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:valve_handles" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/green_valve_handle_from_other_valve_handle" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_valve", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/green_valve_handle_from_other_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/hand_crank.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/hand_crank.json index 78fd35a4cb..688344d416 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/hand_crank.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/hand_crank.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/hand_crank" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/hand_crank" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/hand_crank" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/hose_pulley.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/hose_pulley.json index 5ec077eba2..3fac5455f6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/hose_pulley.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/hose_pulley.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/hose_pulley" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/hose_pulley" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/hose_pulley" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/item_drain.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/item_drain.json index f7ae1f74ea..67e9ff2334 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/item_drain.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/item_drain.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/item_drain" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/item_drain" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/item_drain" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/item_vault.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/item_vault.json index e87fc7bb93..2d126ccf5d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/item_vault.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/item_vault.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/item_vault" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:barrels/wooden" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/item_vault" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/item_vault" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheel.json index 9414feba03..107eb8b613 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheel.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheel.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/large_cogwheel" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/large_cogwheel" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/large_cogwheel" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheelfrom_little.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheelfrom_little.json index d711440e9e..89c1ee1fbd 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheelfrom_little.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheelfrom_little.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/large_cogwheelfrom_little" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/large_cogwheelfrom_little" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/large_cogwheelfrom_little" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_seat.json index dd453757e9..a944616054 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/light_blue_seat" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/light_blue_seat" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_wool": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:wool" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/light_blue_seat" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_wool", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/light_blue_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_seat_from_other_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_seat_from_other_seat.json index 247c9f7052..92d9ac6fb9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_seat_from_other_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_seat_from_other_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/light_blue_seat_from_other_seat" - ] - }, "criteria": { "has_seat": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:seats" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/light_blue_seat_from_other_seat" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_seat", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/light_blue_seat_from_other_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_valve_handle_from_other_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_valve_handle_from_other_valve_handle.json index fa0b2fb03e..3a8c12842b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_valve_handle_from_other_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_valve_handle_from_other_valve_handle.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/light_blue_valve_handle_from_other_valve_handle" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/light_blue_valve_handle_from_other_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_valve": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:valve_handles" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/light_blue_valve_handle_from_other_valve_handle" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_valve", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/light_blue_valve_handle_from_other_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_seat.json index cf106ea91f..7c27bb8757 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/light_gray_seat" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/light_gray_seat" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_wool": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:wool" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/light_gray_seat" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_wool", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/light_gray_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_seat_from_other_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_seat_from_other_seat.json index 0310317525..0a2ecced3c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_seat_from_other_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_seat_from_other_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/light_gray_seat_from_other_seat" - ] - }, "criteria": { "has_seat": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:seats" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/light_gray_seat_from_other_seat" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_seat", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/light_gray_seat_from_other_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_valve_handle_from_other_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_valve_handle_from_other_valve_handle.json index 72a937bc26..44c96e5975 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_valve_handle_from_other_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_valve_handle_from_other_valve_handle.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/light_gray_valve_handle_from_other_valve_handle" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/light_gray_valve_handle_from_other_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_valve": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:valve_handles" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/light_gray_valve_handle_from_other_valve_handle" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_valve", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/light_gray_valve_handle_from_other_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/lime_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/lime_seat.json index 3bb7b23516..b012153f19 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/lime_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/lime_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/lime_seat" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/lime_seat" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_wool": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:wool" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/lime_seat" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_wool", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/lime_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/lime_seat_from_other_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/lime_seat_from_other_seat.json index 9847e3d686..f46db3c502 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/lime_seat_from_other_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/lime_seat_from_other_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/lime_seat_from_other_seat" - ] - }, "criteria": { "has_seat": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:seats" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/lime_seat_from_other_seat" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_seat", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/lime_seat_from_other_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/lime_valve_handle_from_other_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/lime_valve_handle_from_other_valve_handle.json index 6737701bc3..24126f28db 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/lime_valve_handle_from_other_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/lime_valve_handle_from_other_valve_handle.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/lime_valve_handle_from_other_valve_handle" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/lime_valve_handle_from_other_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_valve": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:valve_handles" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/lime_valve_handle_from_other_valve_handle" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_valve", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/lime_valve_handle_from_other_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassis.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassis.json index d397ff7195..2d8596ca53 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassis.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassis.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/linear_chassis" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/linear_chassis" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/linear_chassis" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassisfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassisfrom_conversion.json index b742905656..10eb3be298 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassisfrom_conversion.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassisfrom_conversion.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/linear_chassisfrom_conversion" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/linear_chassisfrom_conversion" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/linear_chassisfrom_conversion" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/magenta_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/magenta_seat.json index 9fede11b25..bb002c4116 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/magenta_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/magenta_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/magenta_seat" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/magenta_seat" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_wool": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:wool" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/magenta_seat" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_wool", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/magenta_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/magenta_seat_from_other_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/magenta_seat_from_other_seat.json index 9ad0ba7119..62238988a6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/magenta_seat_from_other_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/magenta_seat_from_other_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/magenta_seat_from_other_seat" - ] - }, "criteria": { "has_seat": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:seats" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/magenta_seat_from_other_seat" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_seat", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/magenta_seat_from_other_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/magenta_valve_handle_from_other_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/magenta_valve_handle_from_other_valve_handle.json index 1bcad6d5ea..20dde9cd37 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/magenta_valve_handle_from_other_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/magenta_valve_handle_from_other_valve_handle.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/magenta_valve_handle_from_other_valve_handle" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/magenta_valve_handle_from_other_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_valve": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:valve_handles" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/magenta_valve_handle_from_other_valve_handle" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_valve", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/magenta_valve_handle_from_other_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_arm.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_arm.json index 67c97d34f3..90d65e683c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_arm.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_arm.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/mechanical_arm" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/mechanical_arm" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_arm" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_bearing.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_bearing.json index 85a4c8d337..ddeeb34113 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_bearing.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_bearing.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/mechanical_bearing" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/mechanical_bearing" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_bearing" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_crafter.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_crafter.json index bb85ae78c0..35362bcc4a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_crafter.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_crafter.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/mechanical_crafter" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/mechanical_crafter" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_crafter" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_drill.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_drill.json index ce777ae4e3..d1ec05eb7e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_drill.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_drill.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/mechanical_drill" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/mechanical_drill" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_drill" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_harvester.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_harvester.json index ce2f0e4723..476dc40e0b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_harvester.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_harvester.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/mechanical_harvester" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/mechanical_harvester" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_harvester" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_mixer.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_mixer.json index 9c6d2fd9dc..35bcea6649 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_mixer.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_mixer.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/mechanical_mixer" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/mechanical_mixer" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_mixer" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_piston.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_piston.json index 1b9a518fcb..d85ea83ab4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_piston.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_piston.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/mechanical_piston" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/mechanical_piston" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_piston" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_plough.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_plough.json index 4c29002ed7..52a7dedba6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_plough.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_plough.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/mechanical_plough" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/mechanical_plough" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_plough" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_press.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_press.json index 1a60ac88d0..5e84e570f8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_press.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_press.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/mechanical_press" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/mechanical_press" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_press" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_pump.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_pump.json index 7874aeac9c..8b65213193 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_pump.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_pump.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/mechanical_pump" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/mechanical_pump" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_pump" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_saw.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_saw.json index b9485fd96f..82a67a1181 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_saw.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_saw.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/mechanical_saw" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/mechanical_saw" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_saw" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/metal_bracket.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/metal_bracket.json index cd52f02a03..a0def5f14d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/metal_bracket.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/metal_bracket.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/metal_bracket" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/metal_bracket" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/metal_bracket" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/metal_girder.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/metal_girder.json index 6748c47b3a..97bf6ad9f3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/metal_girder.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/metal_girder.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/metal_girder" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/metal_girder" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/metal_girder" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/millstone.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/millstone.json index dce08623e6..bce424dbff 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/millstone.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/millstone.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/millstone" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/millstone" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/millstone" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mysterious_cuckoo_clock.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mysterious_cuckoo_clock.json index b7840eca73..da5c4b2bb9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mysterious_cuckoo_clock.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mysterious_cuckoo_clock.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/mysterious_cuckoo_clock" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/mysterious_cuckoo_clock" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mysterious_cuckoo_clock" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/nixie_tube.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/nixie_tube.json index 39da0103c9..d8e8435dbe 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/nixie_tube.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/nixie_tube.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/nixie_tube" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/nixie_tube" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/nixie_tube" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/nozzle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/nozzle.json index 3c1a246db8..8c5abb5e2a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/nozzle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/nozzle.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/nozzle" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/nozzle" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/nozzle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/orange_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/orange_seat.json index da6145b74b..021895ed28 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/orange_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/orange_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/orange_seat" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/orange_seat" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_wool": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:wool" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/orange_seat" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_wool", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/orange_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/orange_seat_from_other_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/orange_seat_from_other_seat.json index 8fed16498e..853be44ad5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/orange_seat_from_other_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/orange_seat_from_other_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/orange_seat_from_other_seat" - ] - }, "criteria": { "has_seat": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:seats" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/orange_seat_from_other_seat" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_seat", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/orange_seat_from_other_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/orange_valve_handle_from_other_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/orange_valve_handle_from_other_valve_handle.json index 16ed461260..dedfcd26f6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/orange_valve_handle_from_other_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/orange_valve_handle_from_other_valve_handle.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/orange_valve_handle_from_other_valve_handle" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/orange_valve_handle_from_other_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_valve": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:valve_handles" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/orange_valve_handle_from_other_valve_handle" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_valve", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/orange_valve_handle_from_other_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/pink_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/pink_seat.json index 1881091f9e..2cc5f1e423 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/pink_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/pink_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/pink_seat" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/pink_seat" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_wool": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:wool" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/pink_seat" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_wool", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/pink_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/pink_seat_from_other_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/pink_seat_from_other_seat.json index 51063b0e41..debc9645ea 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/pink_seat_from_other_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/pink_seat_from_other_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/pink_seat_from_other_seat" - ] - }, "criteria": { "has_seat": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:seats" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/pink_seat_from_other_seat" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_seat", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/pink_seat_from_other_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/pink_valve_handle_from_other_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/pink_valve_handle_from_other_valve_handle.json index 15e4c19d3f..4c0d3bd173 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/pink_valve_handle_from_other_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/pink_valve_handle_from_other_valve_handle.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/pink_valve_handle_from_other_valve_handle" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/pink_valve_handle_from_other_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_valve": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:valve_handles" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/pink_valve_handle_from_other_valve_handle" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_valve", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/pink_valve_handle_from_other_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/piston_extension_pole.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/piston_extension_pole.json index 5d7d26ccc3..c332784c5a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/piston_extension_pole.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/piston_extension_pole.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/piston_extension_pole" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/piston_extension_pole" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/piston_extension_pole" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/placard.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/placard.json index fe1312ebe7..a664b6b057 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/placard.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/placard.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/placard" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:ingots/brass" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/placard" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/placard" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/portable_fluid_interface.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/portable_fluid_interface.json index 365a5386a2..f50571d136 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/portable_fluid_interface.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/portable_fluid_interface.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/portable_fluid_interface" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/portable_fluid_interface" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/portable_fluid_interface" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/portable_storage_interface.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/portable_storage_interface.json index 7f26671aa0..1d8a919ab2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/portable_storage_interface.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/portable_storage_interface.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/portable_storage_interface" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/portable_storage_interface" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/portable_storage_interface" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/propeller.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/propeller.json index e1302e9471..d3eb7c6355 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/propeller.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/propeller.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/propeller" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:plates/iron" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/propeller" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/propeller" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/purple_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/purple_seat.json index 3fdf3cb668..c26c94ab90 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/purple_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/purple_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/purple_seat" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/purple_seat" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_wool": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:wool" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/purple_seat" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_wool", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/purple_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/purple_seat_from_other_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/purple_seat_from_other_seat.json index 90e363ce71..80c5bc8558 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/purple_seat_from_other_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/purple_seat_from_other_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/purple_seat_from_other_seat" - ] - }, "criteria": { "has_seat": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:seats" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/purple_seat_from_other_seat" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_seat", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/purple_seat_from_other_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/purple_valve_handle_from_other_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/purple_valve_handle_from_other_valve_handle.json index c786dc642f..d9e473ddb9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/purple_valve_handle_from_other_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/purple_valve_handle_from_other_valve_handle.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/purple_valve_handle_from_other_valve_handle" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/purple_valve_handle_from_other_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_valve": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:valve_handles" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/purple_valve_handle_from_other_valve_handle" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_valve", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/purple_valve_handle_from_other_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/radial_chassis.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/radial_chassis.json index 0abee09a8b..7b42ce936d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/radial_chassis.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/radial_chassis.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/radial_chassis" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/radial_chassis" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/radial_chassis" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/red_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/red_seat.json index fb6ce3f63f..220cd88ffb 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/red_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/red_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/red_seat" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/red_seat" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_wool": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:wool" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/red_seat" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_wool", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/red_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/red_seat_from_other_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/red_seat_from_other_seat.json index 241b9ca0d4..755ff545ca 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/red_seat_from_other_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/red_seat_from_other_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/red_seat_from_other_seat" - ] - }, "criteria": { "has_seat": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:seats" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/red_seat_from_other_seat" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_seat", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/red_seat_from_other_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/red_valve_handle_from_other_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/red_valve_handle_from_other_valve_handle.json index 0b9c8a9b95..6d2c9168e0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/red_valve_handle_from_other_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/red_valve_handle_from_other_valve_handle.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/red_valve_handle_from_other_valve_handle" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/red_valve_handle_from_other_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_valve": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:valve_handles" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/red_valve_handle_from_other_valve_handle" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_valve", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/red_valve_handle_from_other_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rope_pulley.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rope_pulley.json index 870d4f98ed..4cea75b00d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rope_pulley.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rope_pulley.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/rope_pulley" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/rope_pulley" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/rope_pulley" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rose_quartz_lamp.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rose_quartz_lamp.json index 607171f3b3..892937e173 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rose_quartz_lamp.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rose_quartz_lamp.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/rose_quartz_lamp" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:ingots/zinc" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/rose_quartz_lamp" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/rose_quartz_lamp" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rotation_speed_controller.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rotation_speed_controller.json index f3727efe82..2f2fc9563a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rotation_speed_controller.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rotation_speed_controller.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/rotation_speed_controller" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/rotation_speed_controller" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/rotation_speed_controller" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sail_framefrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sail_framefrom_conversion.json index 0c11283c46..c2e0b4dcb8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sail_framefrom_conversion.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sail_framefrom_conversion.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/sail_framefrom_conversion" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/sail_framefrom_conversion" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/sail_framefrom_conversion" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/schedule.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/schedule.json index 0fd9bc3f32..eb492a516e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/schedule.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/schedule.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/schedule" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:plates/obsidian" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/schedule" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/schedule" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/secondary_linear_chassisfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/secondary_linear_chassisfrom_conversion.json index 78d88966e6..e272aa46ff 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/secondary_linear_chassisfrom_conversion.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/secondary_linear_chassisfrom_conversion.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/secondary_linear_chassisfrom_conversion" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/secondary_linear_chassisfrom_conversion" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/secondary_linear_chassisfrom_conversion" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sequenced_gearshift.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sequenced_gearshift.json index fb7edac232..87a31392a2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sequenced_gearshift.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sequenced_gearshift.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/sequenced_gearshift" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/sequenced_gearshift" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/sequenced_gearshift" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/shaft.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/shaft.json index 6aca19f727..5ec95aa54b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/shaft.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/shaft.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/shaft" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/shaft" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/shaft" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/smart_chute.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/smart_chute.json index e03cd2c5d2..ce263ba3f7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/smart_chute.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/smart_chute.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/smart_chute" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/smart_chute" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/smart_chute" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/smart_fluid_pipe.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/smart_fluid_pipe.json index dcd4c97200..c55ac5f88a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/smart_fluid_pipe.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/smart_fluid_pipe.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/smart_fluid_pipe" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/smart_fluid_pipe" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/smart_fluid_pipe" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/speedometer.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/speedometer.json index 0f4e0ebf75..2dc9886cbf 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/speedometer.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/speedometer.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/speedometer" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/speedometer" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/speedometer" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/speedometerfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/speedometerfrom_conversion.json index c14abaeeda..ce6387603b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/speedometerfrom_conversion.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/speedometerfrom_conversion.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/speedometerfrom_conversion" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/speedometerfrom_conversion" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/speedometerfrom_conversion" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/spout.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/spout.json index 76eecd0e8f..313e36aeab 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/spout.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/spout.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/spout" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/spout" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/spout" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/steam_engine.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/steam_engine.json index 256dbd511f..bf5231f7ff 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/steam_engine.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/steam_engine.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/steam_engine" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/steam_engine" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/steam_engine" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/steam_whistle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/steam_whistle.json index ca0c4928bb..d0238caaef 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/steam_whistle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/steam_whistle.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/steam_whistle" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/steam_whistle" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/steam_whistle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sticker.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sticker.json index 5c363be4f3..e4ae63200b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sticker.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sticker.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/sticker" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/sticker" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/sticker" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sticky_mechanical_piston.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sticky_mechanical_piston.json index 30528426ef..e46d130eb2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sticky_mechanical_piston.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sticky_mechanical_piston.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/sticky_mechanical_piston" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/sticky_mechanical_piston" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/sticky_mechanical_piston" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/stressometerfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/stressometerfrom_conversion.json index 1c21f19d9e..ffbfc5b788 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/stressometerfrom_conversion.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/stressometerfrom_conversion.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/stressometerfrom_conversion" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/stressometerfrom_conversion" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/stressometerfrom_conversion" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/super_glue.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/super_glue.json index 6027a950dd..4d55fd5f6d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/super_glue.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/super_glue.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/super_glue" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:plates/iron" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/super_glue" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/super_glue" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_observer.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_observer.json index dc16424aa4..18c60bf75e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_observer.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_observer.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/track_observer" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/track_observer" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/track_observer" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_observer_from_other_plates.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_observer_from_other_plates.json index 0610e5f231..844011af05 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_observer_from_other_plates.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_observer_from_other_plates.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/track_observer_from_other_plates" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/track_observer_from_other_plates" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/track_observer_from_other_plates" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_signal.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_signal.json index 0a442cb95d..0ba938b65e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_signal.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_signal.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/track_signal" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/track_signal" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/track_signal" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_station.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_station.json index 68cd80d8a1..327da62aea 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_station.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_station.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/track_station" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/track_station" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/track_station" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/train_door.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/train_door.json index 05cc6e7ee2..222004675d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/train_door.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/train_door.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/train_door" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:ingots/brass" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/train_door" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/train_door" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/train_trapdoor.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/train_trapdoor.json index 92ffc3e355..b316713f3a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/train_trapdoor.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/train_trapdoor.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/train_trapdoor" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:ingots/brass" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/train_trapdoor" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/train_trapdoor" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/turntable.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/turntable.json index b96b0a14be..205dba132f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/turntable.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/turntable.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/turntable" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/turntable" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/turntable" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/vertical_gearboxfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/vertical_gearboxfrom_conversion.json index 98fa2b1233..63a56c19a5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/vertical_gearboxfrom_conversion.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/vertical_gearboxfrom_conversion.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/vertical_gearboxfrom_conversion" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/vertical_gearboxfrom_conversion" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/vertical_gearboxfrom_conversion" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/water_wheel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/water_wheel.json index 3d509feb55..131455b558 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/water_wheel.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/water_wheel.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/water_wheel" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/water_wheel" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/water_wheel" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/weighted_ejector.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/weighted_ejector.json index c0fc7f92a4..8f2ed6e239 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/weighted_ejector.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/weighted_ejector.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/weighted_ejector" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/weighted_ejector" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/weighted_ejector" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/whisk.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/whisk.json index f733a21ae6..42b9652118 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/whisk.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/whisk.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/whisk" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:plates/iron" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/whisk" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/whisk" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_sail.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_sail.json index a5d4799be1..29be65aab5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_sail.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_sail.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/white_sail" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/white_sail" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/white_sail" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_sailfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_sailfrom_conversion.json index cdb772b776..35d3b8774e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_sailfrom_conversion.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_sailfrom_conversion.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/white_sailfrom_conversion" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/white_sailfrom_conversion" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/white_sailfrom_conversion" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_seat.json index 8c0d2ca84f..cece33121a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/white_seat" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/white_seat" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_wool": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:wool" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/white_seat" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_wool", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/white_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_seat_from_other_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_seat_from_other_seat.json index a340aaddfb..cd48315f73 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_seat_from_other_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_seat_from_other_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/white_seat_from_other_seat" - ] - }, "criteria": { "has_seat": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:seats" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/white_seat_from_other_seat" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_seat", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/white_seat_from_other_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_valve_handle_from_other_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_valve_handle_from_other_valve_handle.json index 705e2397e2..4956482ff7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_valve_handle_from_other_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_valve_handle_from_other_valve_handle.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/white_valve_handle_from_other_valve_handle" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/white_valve_handle_from_other_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_valve": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:valve_handles" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/white_valve_handle_from_other_valve_handle" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_valve", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/white_valve_handle_from_other_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/windmill_bearing.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/windmill_bearing.json index 584836349c..f4a3fdc3f0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/windmill_bearing.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/windmill_bearing.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/windmill_bearing" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/windmill_bearing" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/windmill_bearing" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/wooden_bracket.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/wooden_bracket.json index 682d67e89c..37eb814db8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/wooden_bracket.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/wooden_bracket.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/wooden_bracket" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/wooden_bracket" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/wooden_bracket" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/wrench.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/wrench.json index 2d0d406390..7dc1136a7e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/wrench.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/wrench.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/wrench" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/wrench" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/wrench" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/yellow_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/yellow_seat.json index c94918ceed..a84564d7de 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/yellow_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/yellow_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/yellow_seat" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/yellow_seat" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_wool": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:wool" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/yellow_seat" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_wool", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/yellow_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/yellow_seat_from_other_seat.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/yellow_seat_from_other_seat.json index e800461bd8..71b3af5bc9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/yellow_seat_from_other_seat.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/yellow_seat_from_other_seat.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/yellow_seat_from_other_seat" - ] - }, "criteria": { "has_seat": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:seats" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/yellow_seat_from_other_seat" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_seat", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/yellow_seat_from_other_seat" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/yellow_valve_handle_from_other_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/yellow_valve_handle_from_other_valve_handle.json index 907e43247a..111d63e426 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/yellow_valve_handle_from_other_valve_handle.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/yellow_valve_handle_from_other_valve_handle.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/yellow_valve_handle_from_other_valve_handle" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/yellow_valve_handle_from_other_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_valve": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:valve_handles" } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:crafting/kinetics/yellow_valve_handle_from_other_valve_handle" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_valve", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/yellow_valve_handle_from_other_valve_handle" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/andesite_funnel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/andesite_funnel.json index 1ad0fc88db..0b304a2e9c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/andesite_funnel.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/andesite_funnel.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/logistics/andesite_funnel" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/logistics/andesite_funnel" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/andesite_funnel" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/andesite_tunnel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/andesite_tunnel.json index 4032c59b90..b717f73810 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/andesite_tunnel.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/andesite_tunnel.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/logistics/andesite_tunnel" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/logistics/andesite_tunnel" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/andesite_tunnel" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/brass_funnel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/brass_funnel.json index d75f4efd19..d55d6633b5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/brass_funnel.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/brass_funnel.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/logistics/brass_funnel" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:ingots/brass" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/logistics/brass_funnel" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/brass_funnel" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/brass_tunnel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/brass_tunnel.json index b3b828e951..8928189253 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/brass_tunnel.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/brass_tunnel.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/logistics/brass_tunnel" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:ingots/brass" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/logistics/brass_tunnel" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/brass_tunnel" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/content_observer.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/content_observer.json index 0d7b867479..75966c8b5a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/content_observer.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/content_observer.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/logistics/content_observer" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/logistics/content_observer" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/content_observer" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/content_observerfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/content_observerfrom_conversion.json index 69c294f671..0302d87b81 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/content_observerfrom_conversion.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/content_observerfrom_conversion.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/logistics/content_observerfrom_conversion" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/logistics/content_observerfrom_conversion" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/content_observerfrom_conversion" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/display_link.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/display_link.json index 4c7d2dc0d7..ac0a929f53 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/display_link.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/display_link.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/logistics/display_link" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/logistics/display_link" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/display_link" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/powered_latch.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/powered_latch.json index c08220645a..b33cb54c5d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/powered_latch.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/powered_latch.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/logistics/powered_latch" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:dusts/redstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/logistics/powered_latch" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/powered_latch" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/powered_toggle_latch.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/powered_toggle_latch.json index e856196532..31fc98ab15 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/powered_toggle_latch.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/powered_toggle_latch.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/logistics/powered_toggle_latch" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:dusts/redstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/logistics/powered_toggle_latch" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/powered_toggle_latch" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/pulse_extender.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/pulse_extender.json index 7e97153879..5702ec9a33 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/pulse_extender.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/pulse_extender.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/logistics/pulse_extender" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:dusts/redstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/logistics/pulse_extender" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/pulse_extender" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/pulse_repeater.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/pulse_repeater.json index 555126dbf5..bf755ac7ac 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/pulse_repeater.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/pulse_repeater.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/logistics/pulse_repeater" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:dusts/redstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/logistics/pulse_repeater" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/pulse_repeater" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/redstone_contact.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/redstone_contact.json index 2a317c27ae..a401bc6d2d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/redstone_contact.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/redstone_contact.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/logistics/redstone_contact" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/logistics/redstone_contact" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/redstone_contact" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/redstone_link.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/redstone_link.json index 2a02471929..c76a91edb9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/redstone_link.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/redstone_link.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/logistics/redstone_link" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/logistics/redstone_link" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/redstone_link" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/stockpile_switchfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/stockpile_switchfrom_conversion.json index 47a6612158..b7f0ea4061 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/stockpile_switchfrom_conversion.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/stockpile_switchfrom_conversion.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/logistics/stockpile_switchfrom_conversion" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/logistics/stockpile_switchfrom_conversion" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/stockpile_switchfrom_conversion" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy.json index 0075e033a1..57ff9ac179 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/andesite_alloy" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:ingots/iron" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/andesite_alloy" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/andesite_alloy" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy_from_zinc.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy_from_zinc.json index 355a2c1667..674d523d75 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy_from_zinc.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy_from_zinc.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/andesite_alloy_from_zinc" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:ingots/zinc" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/andesite_alloy_from_zinc" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/andesite_alloy_from_zinc" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_block_from_compacting.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_block_from_compacting.json index 2f8e950a60..53a6bb714f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_block_from_compacting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_block_from_compacting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/brass_block_from_compacting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/brass_block_from_compacting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/brass_block_from_compacting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_compacting.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_compacting.json index e8920ec3f7..24bf15c4b9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_compacting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_compacting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/brass_ingot_from_compacting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/brass_ingot_from_compacting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/brass_ingot_from_compacting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_decompacting.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_decompacting.json index bf3e499b0c..a11601ecd8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_decompacting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_decompacting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/brass_ingot_from_decompacting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/brass_ingot_from_decompacting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/brass_ingot_from_decompacting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_nugget_from_decompacting.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_nugget_from_decompacting.json index 5574fe4ace..0486b08f8a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_nugget_from_decompacting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_nugget_from_decompacting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/brass_nugget_from_decompacting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/brass_nugget_from_decompacting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/brass_nugget_from_decompacting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/copper_nugget.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/copper_nugget.json index eca001c183..63e9f02751 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/copper_nugget.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/copper_nugget.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/copper_nugget" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/copper_nugget" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/copper_nugget" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/electron_tube.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/electron_tube.json index be27680514..224824f435 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/electron_tube.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/electron_tube.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/electron_tube" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/electron_tube" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/electron_tube" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json index 892c4fdf5f..1d8e3f7040 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/raw_zinc" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/raw_zinc" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/raw_zinc" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc_block.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc_block.json index 81401ca0f7..145d961c0e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc_block.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/raw_zinc_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/raw_zinc_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/raw_zinc_block" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/red_sand_paper.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/red_sand_paper.json index 86aaf134a6..5c99c35a03 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/red_sand_paper.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/red_sand_paper.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/red_sand_paper" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/red_sand_paper" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/red_sand_paper" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/rose_quartz.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/rose_quartz.json index 54dde8b964..40ed3aba3f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/rose_quartz.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/rose_quartz.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/rose_quartz" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/rose_quartz" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/rose_quartz" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/rose_quartz_tilesfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/rose_quartz_tilesfrom_conversion.json index be7d076c76..99080d1abf 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/rose_quartz_tilesfrom_conversion.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/rose_quartz_tilesfrom_conversion.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/rose_quartz_tilesfrom_conversion" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/rose_quartz_tilesfrom_conversion" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/rose_quartz_tilesfrom_conversion" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/sand_paper.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/sand_paper.json index 831c922daf..ed38056b36 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/sand_paper.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/sand_paper.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/sand_paper" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/sand_paper" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/sand_paper" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/small_rose_quartz_tilesfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/small_rose_quartz_tilesfrom_conversion.json index 3d7734223a..8393b5c53b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/small_rose_quartz_tilesfrom_conversion.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/small_rose_quartz_tilesfrom_conversion.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/small_rose_quartz_tilesfrom_conversion" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/small_rose_quartz_tilesfrom_conversion" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/small_rose_quartz_tilesfrom_conversion" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_block_from_compacting.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_block_from_compacting.json index d7a8cd374b..819156c99b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_block_from_compacting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_block_from_compacting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/zinc_block_from_compacting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/zinc_block_from_compacting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/zinc_block_from_compacting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_compacting.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_compacting.json index c82cf6f626..86305ae231 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_compacting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_compacting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/zinc_ingot_from_compacting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/zinc_ingot_from_compacting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/zinc_ingot_from_compacting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_decompacting.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_decompacting.json index 2eafe8e0af..2038b7e58b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_decompacting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_decompacting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/zinc_ingot_from_decompacting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/zinc_ingot_from_decompacting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/zinc_ingot_from_decompacting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_nugget_from_decompacting.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_nugget_from_decompacting.json index 39f2e0743d..6aaeb5d468 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_nugget_from_decompacting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_nugget_from_decompacting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/zinc_nugget_from_decompacting" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/zinc_nugget_from_decompacting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/zinc_nugget_from_decompacting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/empty_schematic.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/empty_schematic.json index 2e980ec39f..93a9f4cc60 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/empty_schematic.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/empty_schematic.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/schematics/empty_schematic" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/schematics/empty_schematic" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/schematics/empty_schematic" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematic_and_quill.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematic_and_quill.json index f106e24133..068fd5c4b8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematic_and_quill.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematic_and_quill.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/schematics/schematic_and_quill" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/schematics/schematic_and_quill" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/schematics/schematic_and_quill" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematic_table.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematic_table.json index 7ef64a58f9..d9d03cb940 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematic_table.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematic_table.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/schematics/schematic_table" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/schematics/schematic_table" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/schematics/schematic_table" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematicannon.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematicannon.json index c3e79c5814..d3732749e0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematicannon.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematicannon.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/schematics/schematicannon" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/schematics/schematicannon" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/schematics/schematicannon" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_shingle_slab.json b/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_shingle_slab.json index 0b21b0089f..dc41f3075a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_shingle_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_shingle_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:exposed_copper_shingle_slab" - ] - }, "criteria": { "has_exposed_copper_shingles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:exposed_copper_shingle_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_exposed_copper_shingles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:exposed_copper_shingle_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting.json index 1f7c4e1ec6..4ac0176557 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting" - ] - }, "criteria": { "has_exposed_copper_shingles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_exposed_copper_shingles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_shingle_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_shingle_stairs.json index 2982c7be38..9311c716b4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_shingle_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_shingle_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:exposed_copper_shingle_stairs" - ] - }, "criteria": { "has_exposed_copper_shingles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:exposed_copper_shingle_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_exposed_copper_shingles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:exposed_copper_shingle_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting.json index 6edd659a18..d72b1772f8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting" - ] - }, "criteria": { "has_exposed_copper_shingles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_exposed_copper_shingles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_tile_slab.json b/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_tile_slab.json index f4d6791505..ef2a853306 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_tile_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_tile_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:exposed_copper_tile_slab" - ] - }, "criteria": { "has_exposed_copper_tiles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:exposed_copper_tile_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_exposed_copper_tiles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:exposed_copper_tile_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting.json index 6df71663b3..d555eb154b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting" - ] - }, "criteria": { "has_exposed_copper_tiles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_exposed_copper_tiles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_tile_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_tile_stairs.json index d64d32207e..9cc5e1b2f1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_tile_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_tile_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:exposed_copper_tile_stairs" - ] - }, "criteria": { "has_exposed_copper_tiles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:exposed_copper_tile_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_exposed_copper_tiles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:exposed_copper_tile_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting.json index cc8b63e941..6fd0bd8614 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting" - ] - }, "criteria": { "has_exposed_copper_tiles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_exposed_copper_tiles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_shingle_slab.json b/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_shingle_slab.json index 9c26fb8a77..0e438000c6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_shingle_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_shingle_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:oxidized_copper_shingle_slab" - ] - }, "criteria": { "has_oxidized_copper_shingles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:oxidized_copper_shingle_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_oxidized_copper_shingles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:oxidized_copper_shingle_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting.json index 82c9e2c7ec..5fa11e22b3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting" - ] - }, "criteria": { "has_oxidized_copper_shingles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_oxidized_copper_shingles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_shingle_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_shingle_stairs.json index 6f690852a6..237b46d9fc 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_shingle_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_shingle_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:oxidized_copper_shingle_stairs" - ] - }, "criteria": { "has_oxidized_copper_shingles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:oxidized_copper_shingle_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_oxidized_copper_shingles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:oxidized_copper_shingle_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting.json index 11c5bfa80d..4bed6458c5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting" - ] - }, "criteria": { "has_oxidized_copper_shingles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_oxidized_copper_shingles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_tile_slab.json b/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_tile_slab.json index 8d4081cb06..62d1e23c36 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_tile_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_tile_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:oxidized_copper_tile_slab" - ] - }, "criteria": { "has_oxidized_copper_tiles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:oxidized_copper_tile_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_oxidized_copper_tiles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:oxidized_copper_tile_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting.json index a32d4d18fa..bca5b310b2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting" - ] - }, "criteria": { "has_oxidized_copper_tiles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_oxidized_copper_tiles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_tile_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_tile_stairs.json index 792481a6dc..96f453a5fd 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_tile_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_tile_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:oxidized_copper_tile_stairs" - ] - }, "criteria": { "has_oxidized_copper_tiles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:oxidized_copper_tile_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_oxidized_copper_tiles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:oxidized_copper_tile_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting.json index 8ba501c029..97a21d10ab 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting" - ] - }, "criteria": { "has_oxidized_copper_tiles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_oxidized_copper_tiles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/rose_quartz_block_from_rose_quartz_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/rose_quartz_block_from_rose_quartz_stonecutting.json index d1a4954bef..592b6cc1e7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/rose_quartz_block_from_rose_quartz_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/rose_quartz_block_from_rose_quartz_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:rose_quartz_block_from_rose_quartz_stonecutting" - ] - }, "criteria": { "has_rose_quartz": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:rose_quartz_block_from_rose_quartz_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_rose_quartz", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:rose_quartz_block_from_rose_quartz_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json index ce9a15c2ab..44ab2fcca8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:rose_quartz_tiles_from_polished_rose_quartz_stonecutting" - ] - }, "criteria": { "has_polished_rose_quartz": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:rose_quartz_tiles_from_polished_rose_quartz_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_rose_quartz", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:rose_quartz_tiles_from_polished_rose_quartz_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json index 18abfa79af..13ad947b0d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting" - ] - }, "criteria": { "has_polished_rose_quartz": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_rose_quartz", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_crushed.json b/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_crushed.json index 928af90e11..0880d87ddb 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_crushed.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_crushed.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/zinc_ingot_from_crushed" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/zinc_ingot_from_crushed" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/zinc_ingot_from_crushed" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_ore.json b/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_ore.json index bacea3a86f..4965896403 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_ore.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_ore.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/zinc_ingot_from_ore" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:ores/zinc" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/zinc_ingot_from_ore" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/zinc_ingot_from_ore" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json b/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json index 3abdfda2b2..2668f24a42 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/zinc_ingot_from_raw_ore" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/zinc_ingot_from_raw_ore" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/zinc_ingot_from_raw_ore" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_shingle_slab.json b/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_shingle_slab.json index df078f612d..03ae412ab2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_shingle_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_shingle_slab.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:weathered_copper_shingle_slab" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:weathered_copper_shingle_slab" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_weathered_copper_shingles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:weathered_copper_shingle_slab" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_weathered_copper_shingles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:weathered_copper_shingle_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting.json index 941f8484f4..c671a70f69 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_weathered_copper_shingles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_weathered_copper_shingles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_shingle_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_shingle_stairs.json index 6110bf71ce..0c053ae0f4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_shingle_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_shingle_stairs.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:weathered_copper_shingle_stairs" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:weathered_copper_shingle_stairs" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_weathered_copper_shingles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:weathered_copper_shingle_stairs" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_weathered_copper_shingles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:weathered_copper_shingle_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting.json index 4c6bd48231..087859e642 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_weathered_copper_shingles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_weathered_copper_shingles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_tile_slab.json b/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_tile_slab.json index d77a674e64..2565cf60b8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_tile_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_tile_slab.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:weathered_copper_tile_slab" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:weathered_copper_tile_slab" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_weathered_copper_tiles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:weathered_copper_tile_slab" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_weathered_copper_tiles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:weathered_copper_tile_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting.json index 4acf20ce51..44fa395116 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_weathered_copper_tiles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_weathered_copper_tiles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_tile_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_tile_stairs.json index ab3e595613..32398f9f9e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_tile_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_tile_stairs.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:weathered_copper_tile_stairs" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:weathered_copper_tile_stairs" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_weathered_copper_tiles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:weathered_copper_tile_stairs" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_weathered_copper_tiles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:weathered_copper_tile_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting.json index 818597a63f..87357fecab 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_weathered_copper_tiles": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_weathered_copper_tiles", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/acacia_window.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/acacia_window.json index 418837e4c6..b8acae6718 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/acacia_window.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/acacia_window.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:acacia_window" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:acacia_window" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:acacia_window" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/acacia_window_pane.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/acacia_window_pane.json index 9dc386183f..693581fc2e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/acacia_window_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/acacia_window_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:acacia_window_pane" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:acacia_window_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:acacia_window_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_pillar_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_pillar_from_andesite_stonecutting.json index a4f9d9172d..f57e8f8a60 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_pillar_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_pillar_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:andesite_pillar_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:andesite_pillar_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:andesite_pillar_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_pillar_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_pillar_from_stone_types_andesite_stonecutting.json index e41b18f014..aefbbb43ed 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_pillar_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_pillar_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:andesite_pillar_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:andesite_pillar_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:andesite_pillar_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/asurine_pillar_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/asurine_pillar_from_asurine_stonecutting.json index 8be2182f93..925890cc51 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/asurine_pillar_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/asurine_pillar_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:asurine_pillar_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:asurine_pillar_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:asurine_pillar_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/asurine_pillar_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/asurine_pillar_from_stone_types_asurine_stonecutting.json index 3b022d7297..7b21d3fdcd 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/asurine_pillar_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/asurine_pillar_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:asurine_pillar_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:asurine_pillar_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:asurine_pillar_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/birch_window.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/birch_window.json index e278b64a45..81e9a46d76 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/birch_window.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/birch_window.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:birch_window" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:birch_window" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:birch_window" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/birch_window_pane.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/birch_window_pane.json index bb41d0d5ba..95c73eedc3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/birch_window_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/birch_window_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:birch_window_pane" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:birch_window_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:birch_window_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/calcite_pillar_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/calcite_pillar_from_calcite_stonecutting.json index 84a79a6510..fe023557a4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/calcite_pillar_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/calcite_pillar_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:calcite_pillar_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:calcite_pillar_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:calcite_pillar_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/calcite_pillar_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/calcite_pillar_from_stone_types_calcite_stonecutting.json index b1abbc6651..35314f48b8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/calcite_pillar_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/calcite_pillar_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:calcite_pillar_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:calcite_pillar_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:calcite_pillar_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/palettes/scorchia.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/palettes/scorchia.json index cc7c53f733..2dffdfa4f9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/palettes/scorchia.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/palettes/scorchia.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/palettes/scorchia" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/palettes/scorchia" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/palettes/scorchia" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crimsite_pillar_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crimsite_pillar_from_crimsite_stonecutting.json index 6a01356b1d..0470967bf3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/crimsite_pillar_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crimsite_pillar_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crimsite_pillar_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crimsite_pillar_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crimsite_pillar_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crimsite_pillar_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crimsite_pillar_from_stone_types_crimsite_stonecutting.json index 1dddbcc250..b3e05f56a1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/crimsite_pillar_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crimsite_pillar_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crimsite_pillar_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crimsite_pillar_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crimsite_pillar_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crimson_window.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crimson_window.json index 9372129392..2410ff32c7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/crimson_window.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crimson_window.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crimson_window" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crimson_window" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crimson_window" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crimson_window_pane.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crimson_window_pane.json index b3384ba07b..967a346423 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/crimson_window_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crimson_window_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crimson_window_pane" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crimson_window_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crimson_window_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab.json index d48d543d4b..9dd0ff1102 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_brick_slab" - ] - }, "criteria": { "has_cut_andesite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_andesite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_from_andesite_stonecutting.json index 0949343015..1eb17f6c1d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_brick_slab_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_brick_slab_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_brick_slab_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_from_stone_types_andesite_stonecutting.json index c006067ac6..4426f7eb40 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_brick_slab_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_brick_slab_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_brick_slab_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_recycling.json index 69c7c3cd44..5ae65bf2e2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_brick_slab_recycling" - ] - }, "criteria": { "has_cut_andesite_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_andesite_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs.json index 64863577fa..85c176a095 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_brick_stairs" - ] - }, "criteria": { "has_cut_andesite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_andesite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs_from_andesite_stonecutting.json index 208c6d444f..5900d15315 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_brick_stairs_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_brick_stairs_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_brick_stairs_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json index 40802abe9b..19d8730f26 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall.json index fae54428ac..58f79b6fe2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_brick_wall" - ] - }, "criteria": { "has_cut_andesite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_andesite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall_from_andesite_stonecutting.json index 7b68b59a59..62f79e1239 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_brick_wall_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_brick_wall_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_brick_wall_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall_from_stone_types_andesite_stonecutting.json index e6554a3ef6..e84cc395b1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_brick_wall_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_brick_wall_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_brick_wall_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_bricks_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_bricks_from_andesite_stonecutting.json index abf56affe3..fc4ec7fc77 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_bricks_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_bricks_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_bricks_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_bricks_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_bricks_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_bricks_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_bricks_from_stone_types_andesite_stonecutting.json index 7803170cfa..0a45923038 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_bricks_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_bricks_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_bricks_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_bricks_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_bricks_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_from_andesite_stonecutting.json index 220a7fac5f..ec026598e0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_from_stone_types_andesite_stonecutting.json index b7940187dd..ce63b43751 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_slab.json index ffb1cfcf2b..8b0fd61eda 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_slab" - ] - }, "criteria": { "has_cut_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_slab_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_slab_from_andesite_stonecutting.json index cb19842be5..6d84564d85 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_slab_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_slab_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_slab_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_slab_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_slab_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_slab_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_slab_from_stone_types_andesite_stonecutting.json index 1732160fc5..05a8a1ff7d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_slab_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_slab_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_slab_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_slab_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_slab_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_slab_recycling.json index b8052a0854..babab03f29 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_slab_recycling" - ] - }, "criteria": { "has_cut_andesite_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_andesite_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_stairs.json index bc13eeeeb3..17c9c4661a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_stairs" - ] - }, "criteria": { "has_cut_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_stairs_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_stairs_from_andesite_stonecutting.json index edbb6af145..aaf4c0c21e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_stairs_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_stairs_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_stairs_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_stairs_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_stairs_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_stairs_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_stairs_from_stone_types_andesite_stonecutting.json index 615a99bbbe..329a954089 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_stairs_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_stairs_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_stairs_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_stairs_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_stairs_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_wall.json index 9da39117a1..b9020cf89a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_wall" - ] - }, "criteria": { "has_cut_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_wall_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_wall_from_andesite_stonecutting.json index fbe3c478c8..d48146f928 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_wall_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_wall_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_wall_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_wall_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_wall_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_wall_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_wall_from_stone_types_andesite_stonecutting.json index a82840fc26..a3ee7b7bc8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_wall_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_andesite_wall_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_andesite_wall_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_andesite_wall_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_andesite_wall_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab.json index 286dbdc1e5..3015d03758 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_brick_slab" - ] - }, "criteria": { "has_cut_asurine_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_asurine_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_from_asurine_stonecutting.json index 05d36a6717..85babc1ec0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_brick_slab_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_brick_slab_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_brick_slab_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_from_stone_types_asurine_stonecutting.json index aa69440db6..1c48749ee6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_brick_slab_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_brick_slab_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_brick_slab_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_recycling.json index caa17cdc88..709f594b06 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_brick_slab_recycling" - ] - }, "criteria": { "has_cut_asurine_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_asurine_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs.json index 0a15e9d1e5..4c5fb6742c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_brick_stairs" - ] - }, "criteria": { "has_cut_asurine_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_asurine_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs_from_asurine_stonecutting.json index cd7f26cef4..d0eddbc57e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_brick_stairs_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_brick_stairs_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_brick_stairs_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json index 9562b36c9d..b621773898 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall.json index 911a73bde0..aae7ae1b76 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_brick_wall" - ] - }, "criteria": { "has_cut_asurine_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_asurine_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall_from_asurine_stonecutting.json index 2bc73db5d0..8861b32ece 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_brick_wall_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_brick_wall_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_brick_wall_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall_from_stone_types_asurine_stonecutting.json index decc953301..136e93cd14 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_brick_wall_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_brick_wall_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_brick_wall_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_bricks_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_bricks_from_asurine_stonecutting.json index 2f412e1c96..945738ec20 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_bricks_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_bricks_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_bricks_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_bricks_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_bricks_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_bricks_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_bricks_from_stone_types_asurine_stonecutting.json index 066315582f..e9a83ae9bb 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_bricks_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_bricks_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_bricks_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_bricks_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_bricks_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_from_asurine_stonecutting.json index 72b7bf93c2..08186fbb8d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_from_stone_types_asurine_stonecutting.json index 8e06d4a40d..0cc1a2162c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_slab.json index 2fb6347a3a..77d223e8c8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_slab" - ] - }, "criteria": { "has_cut_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_slab_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_slab_from_asurine_stonecutting.json index c688db959a..d7f754df4f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_slab_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_slab_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_slab_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_slab_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_slab_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_slab_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_slab_from_stone_types_asurine_stonecutting.json index 504a6d8423..f0ea402830 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_slab_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_slab_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_slab_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_slab_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_slab_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_slab_recycling.json index 2d4ae257f3..013dd8e02d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_slab_recycling" - ] - }, "criteria": { "has_cut_asurine_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_asurine_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_stairs.json index 47e86b5d15..aacb0db20f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_stairs" - ] - }, "criteria": { "has_cut_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_stairs_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_stairs_from_asurine_stonecutting.json index 1d527f78b8..94e6cdc5ca 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_stairs_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_stairs_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_stairs_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_stairs_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_stairs_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_stairs_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_stairs_from_stone_types_asurine_stonecutting.json index 1a37e1dfbf..04fcf50888 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_stairs_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_stairs_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_stairs_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_stairs_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_stairs_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_wall.json index 5cbe0a78e6..11a4766aa7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_wall" - ] - }, "criteria": { "has_cut_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_wall_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_wall_from_asurine_stonecutting.json index 24894adb7a..9fc6f77a83 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_wall_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_wall_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_wall_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_wall_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_wall_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_wall_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_wall_from_stone_types_asurine_stonecutting.json index 199234168e..08ab78ed96 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_wall_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_asurine_wall_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_asurine_wall_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_asurine_wall_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_asurine_wall_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab.json index 3ac0a3362d..8f5b677b52 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_brick_slab" - ] - }, "criteria": { "has_cut_calcite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_calcite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_from_calcite_stonecutting.json index 53cab3c7d6..c041d8b793 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_brick_slab_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_brick_slab_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_brick_slab_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_from_stone_types_calcite_stonecutting.json index 8f1de6ca94..e46af6fa17 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_brick_slab_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_brick_slab_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_brick_slab_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_recycling.json index d7dcd4b9bb..45d95e0bce 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_brick_slab_recycling" - ] - }, "criteria": { "has_cut_calcite_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_calcite_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs.json index e8b7a3c626..66a9203d71 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_brick_stairs" - ] - }, "criteria": { "has_cut_calcite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_calcite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs_from_calcite_stonecutting.json index 3f876b5c46..6ae2fb40df 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_brick_stairs_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_brick_stairs_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_brick_stairs_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json index b0624532e1..86ec4442ed 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall.json index 8ef9392d21..aa733034a5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_brick_wall" - ] - }, "criteria": { "has_cut_calcite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_calcite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall_from_calcite_stonecutting.json index 74342d5db4..06016435b0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_brick_wall_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_brick_wall_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_brick_wall_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall_from_stone_types_calcite_stonecutting.json index ade77cfe6e..a6ae662b6b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_brick_wall_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_brick_wall_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_brick_wall_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_bricks_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_bricks_from_calcite_stonecutting.json index 9c6cb8b76f..96ef104328 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_bricks_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_bricks_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_bricks_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_bricks_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_bricks_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_bricks_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_bricks_from_stone_types_calcite_stonecutting.json index e38af8b93c..0bb723fb59 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_bricks_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_bricks_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_bricks_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_bricks_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_bricks_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_from_calcite_stonecutting.json index d4ac877a90..727371d905 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_from_stone_types_calcite_stonecutting.json index f6efdd3ff5..859097316f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_slab.json index 6cf5546e1d..a87072961c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_slab" - ] - }, "criteria": { "has_cut_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_slab_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_slab_from_calcite_stonecutting.json index a2e68e6123..0390c0d0c4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_slab_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_slab_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_slab_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_slab_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_slab_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_slab_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_slab_from_stone_types_calcite_stonecutting.json index c45ba79dc2..271304bf8a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_slab_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_slab_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_slab_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_slab_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_slab_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_slab_recycling.json index d97c20b571..b77120e5e3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_slab_recycling" - ] - }, "criteria": { "has_cut_calcite_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_calcite_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_stairs.json index 75e5c3a11d..715db7e0b0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_stairs" - ] - }, "criteria": { "has_cut_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_stairs_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_stairs_from_calcite_stonecutting.json index 4d8cdbd4ea..1ef72d9946 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_stairs_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_stairs_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_stairs_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_stairs_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_stairs_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_stairs_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_stairs_from_stone_types_calcite_stonecutting.json index ec534d73ba..a2fb96bc20 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_stairs_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_stairs_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_stairs_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_stairs_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_stairs_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_wall.json index be543b90e9..8a4ae79115 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_wall" - ] - }, "criteria": { "has_cut_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_wall_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_wall_from_calcite_stonecutting.json index b10d80de72..5fc94f0c03 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_wall_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_wall_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_wall_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_wall_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_wall_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_wall_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_wall_from_stone_types_calcite_stonecutting.json index 00de45da54..0938b74895 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_wall_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_calcite_wall_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_calcite_wall_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_calcite_wall_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_calcite_wall_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab.json index 622ec1277a..1048a896aa 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_brick_slab" - ] - }, "criteria": { "has_cut_crimsite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_crimsite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_from_crimsite_stonecutting.json index e6b5f0699d..73eb3f615f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_brick_slab_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_brick_slab_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_brick_slab_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json index 9dd04e9939..a072aed2ba 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_recycling.json index ac90445f79..bf976c855c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_brick_slab_recycling" - ] - }, "criteria": { "has_cut_crimsite_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_crimsite_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs.json index 2067f8a3ac..7d8877f18c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_brick_stairs" - ] - }, "criteria": { "has_cut_crimsite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_crimsite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs_from_crimsite_stonecutting.json index 5b2543642b..fc515686be 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_brick_stairs_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_brick_stairs_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_brick_stairs_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json index c794793b94..cc983197b5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall.json index c3bd83f2cb..3e07b95c50 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_brick_wall" - ] - }, "criteria": { "has_cut_crimsite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_crimsite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall_from_crimsite_stonecutting.json index df9e0e0c3f..c42a2d6427 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_brick_wall_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_brick_wall_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_brick_wall_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json index 68166dfcc1..bfd71786b9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_bricks_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_bricks_from_crimsite_stonecutting.json index 1acde8a292..d4c15fad2c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_bricks_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_bricks_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_bricks_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_bricks_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_bricks_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_bricks_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_bricks_from_stone_types_crimsite_stonecutting.json index ffea4a1897..2388e3aaff 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_bricks_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_bricks_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_bricks_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_bricks_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_bricks_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_from_crimsite_stonecutting.json index 9afecc71a2..4f65d5acca 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_from_stone_types_crimsite_stonecutting.json index 2e47be975a..d7a16cf254 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_slab.json index c4a28ad783..0bd8706376 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_slab" - ] - }, "criteria": { "has_cut_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_slab_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_slab_from_crimsite_stonecutting.json index 252eb6220e..19fc630bb6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_slab_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_slab_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_slab_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_slab_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_slab_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json index be6adf314e..67f75a5484 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_slab_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_slab_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_slab_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_slab_recycling.json index 8627f395be..0bd223b962 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_slab_recycling" - ] - }, "criteria": { "has_cut_crimsite_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_crimsite_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_stairs.json index 248966def5..2b05a70fac 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_stairs" - ] - }, "criteria": { "has_cut_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_stairs_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_stairs_from_crimsite_stonecutting.json index e7d5dec3ec..d90701de22 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_stairs_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_stairs_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_stairs_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_stairs_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_stairs_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json index b789c85207..fafaa6b6a8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_stairs_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_stairs_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_stairs_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_wall.json index 85fb5b5079..84cffae08f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_wall" - ] - }, "criteria": { "has_cut_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_wall_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_wall_from_crimsite_stonecutting.json index 45beacec04..8cd0446a4d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_wall_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_wall_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_wall_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_wall_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_wall_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json index 8d8b4efce4..5f019b29a8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_crimsite_wall_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_crimsite_wall_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_crimsite_wall_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab.json index 60d7218bbf..2ef6b3693d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_brick_slab" - ] - }, "criteria": { "has_cut_deepslate_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_deepslate_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_from_deepslate_stonecutting.json index 8f444eeeb4..1c7f91949b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_brick_slab_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_brick_slab_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_brick_slab_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json index 7bad1ec720..5e383ba8c4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_recycling.json index ed999aa934..240baac355 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_brick_slab_recycling" - ] - }, "criteria": { "has_cut_deepslate_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_deepslate_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs.json index 840c55d9f4..511ad94915 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_brick_stairs" - ] - }, "criteria": { "has_cut_deepslate_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_deepslate_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs_from_deepslate_stonecutting.json index e768d7aebe..e7f854c5d3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_brick_stairs_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_brick_stairs_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_brick_stairs_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json index 8f348987f4..eed63eb333 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall.json index 553679824c..d5c1691ddc 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_brick_wall" - ] - }, "criteria": { "has_cut_deepslate_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_deepslate_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall_from_deepslate_stonecutting.json index 35a4b27b31..109dc8c7db 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_brick_wall_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_brick_wall_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_brick_wall_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json index 77daa4a67c..3c4abae25b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_bricks_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_bricks_from_deepslate_stonecutting.json index 7acdb528c5..2ec4544953 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_bricks_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_bricks_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_bricks_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_bricks_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_bricks_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_bricks_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_bricks_from_stone_types_deepslate_stonecutting.json index 86aa4aa019..11b294c5af 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_bricks_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_bricks_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_bricks_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_bricks_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_bricks_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_from_deepslate_stonecutting.json index dd447a8760..3c594b96c9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_from_stone_types_deepslate_stonecutting.json index 4c56ce2a1b..a0af22f3a6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_slab.json index 9e9cd57f10..0d76813142 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_slab" - ] - }, "criteria": { "has_cut_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_slab_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_slab_from_deepslate_stonecutting.json index d0e2af559e..89c7616d06 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_slab_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_slab_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_slab_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_slab_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_slab_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json index bcc06b316c..6c87d1244e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_slab_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_slab_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_slab_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_slab_recycling.json index 01ad37b009..eb22272bd3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_slab_recycling" - ] - }, "criteria": { "has_cut_deepslate_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_deepslate_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_stairs.json index 466a361f74..b561c95591 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_stairs" - ] - }, "criteria": { "has_cut_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_stairs_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_stairs_from_deepslate_stonecutting.json index 522aba1436..585f9c679d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_stairs_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_stairs_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_stairs_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_stairs_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_stairs_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json index 3ce8aa4226..2089ccfe1e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_stairs_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_stairs_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_stairs_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_wall.json index c9f2f24454..359caff8b8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_wall" - ] - }, "criteria": { "has_cut_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_wall_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_wall_from_deepslate_stonecutting.json index 280b623657..96881e8a53 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_wall_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_wall_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_wall_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_wall_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_wall_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json index e70736312d..970e08e121 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_deepslate_wall_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_deepslate_wall_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_deepslate_wall_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab.json index 2f644073a3..6ee334b12e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_brick_slab" - ] - }, "criteria": { "has_cut_diorite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_diorite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_from_diorite_stonecutting.json index b4f9ff683e..c97f9619dd 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_brick_slab_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_brick_slab_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_brick_slab_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_from_stone_types_diorite_stonecutting.json index 7727c79a83..7de7a083df 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_brick_slab_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_brick_slab_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_brick_slab_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_recycling.json index beaa934b4c..4e3dcc5260 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_brick_slab_recycling" - ] - }, "criteria": { "has_cut_diorite_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_diorite_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs.json index e1049bc9dc..82d9bf6624 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_brick_stairs" - ] - }, "criteria": { "has_cut_diorite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_diorite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs_from_diorite_stonecutting.json index 583a7003ab..c35c1d97c3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_brick_stairs_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_brick_stairs_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_brick_stairs_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json index 8ce6a81a4f..5ebbb75b2b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall.json index 104877f7b3..2610f091e5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_brick_wall" - ] - }, "criteria": { "has_cut_diorite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_diorite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall_from_diorite_stonecutting.json index 360c4cb3fe..6285b8e7ab 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_brick_wall_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_brick_wall_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_brick_wall_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall_from_stone_types_diorite_stonecutting.json index 6077c4c3ca..93ab12ab4a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_brick_wall_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_brick_wall_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_brick_wall_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_bricks_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_bricks_from_diorite_stonecutting.json index 889a63760d..860f306859 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_bricks_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_bricks_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_bricks_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_bricks_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_bricks_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_bricks_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_bricks_from_stone_types_diorite_stonecutting.json index 52cc73250c..1458dc0710 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_bricks_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_bricks_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_bricks_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_bricks_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_bricks_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_from_diorite_stonecutting.json index 7f59bc5c26..53a9edd065 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_from_stone_types_diorite_stonecutting.json index 669218a392..90b27faeb8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_slab.json index ca61f2d8b2..08b4006b69 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_slab" - ] - }, "criteria": { "has_cut_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_slab_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_slab_from_diorite_stonecutting.json index 46583eae51..81aa26ee97 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_slab_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_slab_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_slab_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_slab_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_slab_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_slab_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_slab_from_stone_types_diorite_stonecutting.json index 4b150a6bc6..c821b6e2f7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_slab_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_slab_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_slab_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_slab_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_slab_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_slab_recycling.json index aa38abb654..b74051b5c9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_slab_recycling" - ] - }, "criteria": { "has_cut_diorite_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_diorite_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_stairs.json index b9d5e5411a..21b5355709 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_stairs" - ] - }, "criteria": { "has_cut_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_stairs_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_stairs_from_diorite_stonecutting.json index d96d2f5f2a..bdf3e69ee0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_stairs_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_stairs_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_stairs_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_stairs_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_stairs_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_stairs_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_stairs_from_stone_types_diorite_stonecutting.json index 72f337ee18..9473b4e6b9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_stairs_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_stairs_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_stairs_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_stairs_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_stairs_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_wall.json index e46acf5870..30b0fe3264 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_wall" - ] - }, "criteria": { "has_cut_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_wall_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_wall_from_diorite_stonecutting.json index 53a1c4335e..77c8dd8961 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_wall_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_wall_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_wall_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_wall_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_wall_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_wall_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_wall_from_stone_types_diorite_stonecutting.json index 20f2cfea8a..75fab70a21 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_wall_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_diorite_wall_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_diorite_wall_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_diorite_wall_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_diorite_wall_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab.json index fb6f7f2fb5..089ab8c6d4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_brick_slab" - ] - }, "criteria": { "has_cut_dripstone_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_dripstone_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_from_dripstone_block_stonecutting.json index b74720e084..568e53d01a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_brick_slab_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_brick_slab_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_brick_slab_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json index eb5ebb816b..c32ba7ce82 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_recycling.json index 32bae9eca0..e494e42434 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_brick_slab_recycling" - ] - }, "criteria": { "has_cut_dripstone_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_dripstone_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs.json index a62f179ba5..45a9762c13 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_brick_stairs" - ] - }, "criteria": { "has_cut_dripstone_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_dripstone_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs_from_dripstone_block_stonecutting.json index 78791c3a38..5cc1dae01d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_brick_stairs_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_brick_stairs_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_brick_stairs_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json index 803228c49d..9fb5c80a3a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall.json index 98395e20b7..d6cdc27c03 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_brick_wall" - ] - }, "criteria": { "has_cut_dripstone_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_dripstone_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall_from_dripstone_block_stonecutting.json index b0ce97485e..e21c42fae0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_brick_wall_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_brick_wall_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_brick_wall_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json index 81327afd80..c900aa7132 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_bricks_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_bricks_from_dripstone_block_stonecutting.json index 44d76a70b6..c6a562e5eb 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_bricks_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_bricks_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_bricks_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_bricks_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_bricks_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_bricks_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_bricks_from_stone_types_dripstone_stonecutting.json index f2afb6bc1a..ed574ca31c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_bricks_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_bricks_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_bricks_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_bricks_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_bricks_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_from_dripstone_block_stonecutting.json index 01e79ef278..a784169eaa 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_from_stone_types_dripstone_stonecutting.json index 1f6c7bebb8..7b8fbaaf4a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_slab.json index c2044ef48f..c92e767830 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_slab" - ] - }, "criteria": { "has_cut_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_slab_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_slab_from_dripstone_block_stonecutting.json index 41941d9b22..b26814eaf2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_slab_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_slab_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_slab_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_slab_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_slab_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json index b58daa89d3..a82587799c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_slab_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_slab_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_slab_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_slab_recycling.json index 9555d14145..c77884596a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_slab_recycling" - ] - }, "criteria": { "has_cut_dripstone_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_dripstone_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_stairs.json index 53effc5237..bf3aca89e9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_stairs" - ] - }, "criteria": { "has_cut_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_stairs_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_stairs_from_dripstone_block_stonecutting.json index 929ab3e58e..c966cc67d0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_stairs_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_stairs_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_stairs_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_stairs_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_stairs_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json index 3720a5ef6e..bf0c1f8f5d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_stairs_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_stairs_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_stairs_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_wall.json index d44927bc5f..e545daf0c3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_wall" - ] - }, "criteria": { "has_cut_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_wall_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_wall_from_dripstone_block_stonecutting.json index 22dca90c24..04b3f0e233 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_wall_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_wall_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_wall_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_wall_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_wall_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json index 8f36f8d366..d89c901ef1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_dripstone_wall_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_dripstone_wall_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_dripstone_wall_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_slab.json index 2d63502e1a..4d1f131130 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_brick_slab" - ] - }, "criteria": { "has_cut_granite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_granite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_from_granite_stonecutting.json index 4babd88f59..2b0900fccc 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_brick_slab_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_brick_slab_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_brick_slab_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_from_stone_types_granite_stonecutting.json index 9f7625ce77..84ff545c48 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_brick_slab_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_brick_slab_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_brick_slab_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_recycling.json index 627c7246e7..088d4a6757 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_brick_slab_recycling" - ] - }, "criteria": { "has_cut_granite_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_granite_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs.json index 8065b32ea8..ee45f85573 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_brick_stairs" - ] - }, "criteria": { "has_cut_granite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_granite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs_from_granite_stonecutting.json index e9e94d20ec..783b598d83 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_brick_stairs_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_brick_stairs_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_brick_stairs_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs_from_stone_types_granite_stonecutting.json index 55716786d6..1ef06d0e71 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_brick_stairs_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_brick_stairs_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_brick_stairs_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_wall.json index 7e211aee99..769d7aef7c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_brick_wall" - ] - }, "criteria": { "has_cut_granite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_granite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_wall_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_wall_from_granite_stonecutting.json index 6b875b323a..18b73467de 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_wall_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_wall_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_brick_wall_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_brick_wall_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_brick_wall_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_wall_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_wall_from_stone_types_granite_stonecutting.json index e6213419ec..28f0e015dc 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_wall_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_brick_wall_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_brick_wall_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_brick_wall_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_brick_wall_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_bricks_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_bricks_from_granite_stonecutting.json index d1b9976651..644e6d0ae6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_bricks_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_bricks_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_bricks_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_bricks_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_bricks_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_bricks_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_bricks_from_stone_types_granite_stonecutting.json index e0015ca322..33b128a20b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_bricks_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_bricks_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_bricks_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_bricks_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_bricks_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_from_granite_stonecutting.json index c7bb64f927..9eee481206 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_from_stone_types_granite_stonecutting.json index ddfbc33f4f..7060adfcf3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_slab.json index c52217b597..8adb831cbf 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_slab" - ] - }, "criteria": { "has_cut_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_slab_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_slab_from_granite_stonecutting.json index 9c1638d400..a4f6b0f801 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_slab_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_slab_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_slab_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_slab_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_slab_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_slab_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_slab_from_stone_types_granite_stonecutting.json index 908234b09e..b2258295a2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_slab_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_slab_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_slab_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_slab_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_slab_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_slab_recycling.json index a1ea939d39..47c497e173 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_slab_recycling" - ] - }, "criteria": { "has_cut_granite_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_granite_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_stairs.json index ed04685641..7a4c389418 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_stairs" - ] - }, "criteria": { "has_cut_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_stairs_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_stairs_from_granite_stonecutting.json index 33289253f1..4a9518fe67 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_stairs_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_stairs_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_stairs_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_stairs_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_stairs_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_stairs_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_stairs_from_stone_types_granite_stonecutting.json index 0570540e9a..b9eec1e330 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_stairs_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_stairs_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_stairs_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_stairs_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_stairs_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_wall.json index b797b74c2c..584529806b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_wall" - ] - }, "criteria": { "has_cut_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_wall_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_wall_from_granite_stonecutting.json index eafec08b47..0661a0fca0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_wall_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_wall_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_wall_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_wall_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_wall_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_wall_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_wall_from_stone_types_granite_stonecutting.json index 447f9fe991..bcf48936e0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_wall_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_granite_wall_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_granite_wall_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_granite_wall_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_granite_wall_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab.json index 4a377702f7..975ddb581e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_brick_slab" - ] - }, "criteria": { "has_cut_limestone_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_limestone_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_from_limestone_stonecutting.json index a520e929a2..ff5200badd 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_brick_slab_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_brick_slab_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_brick_slab_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_from_stone_types_limestone_stonecutting.json index 55ce74e48a..57f1b43b23 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_brick_slab_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_brick_slab_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_brick_slab_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_recycling.json index 412f2b0ee5..8a8fb7760a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_brick_slab_recycling" - ] - }, "criteria": { "has_cut_limestone_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_limestone_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs.json index bd189b1917..19b24fb6f7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_brick_stairs" - ] - }, "criteria": { "has_cut_limestone_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_limestone_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs_from_limestone_stonecutting.json index ad29f86818..9beac88e5a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_brick_stairs_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_brick_stairs_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_brick_stairs_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json index 05c3de3b40..a68026f825 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall.json index e166d57ab6..c7ad77273a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_brick_wall" - ] - }, "criteria": { "has_cut_limestone_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_limestone_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall_from_limestone_stonecutting.json index 5a149f6ff4..5a4b3c9542 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_brick_wall_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_brick_wall_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_brick_wall_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall_from_stone_types_limestone_stonecutting.json index c5b66b0664..41f3bd7d63 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_brick_wall_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_brick_wall_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_brick_wall_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_bricks_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_bricks_from_limestone_stonecutting.json index 9513454a2b..6d172a5aa1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_bricks_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_bricks_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_bricks_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_bricks_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_bricks_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_bricks_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_bricks_from_stone_types_limestone_stonecutting.json index b74dec20d4..e83a6d257c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_bricks_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_bricks_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_bricks_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_bricks_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_bricks_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_from_limestone_stonecutting.json index dcaac28811..6ab2099234 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_from_stone_types_limestone_stonecutting.json index 1468055821..72dc96437f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_slab.json index c8dcf032a3..f2a4bd398b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_slab" - ] - }, "criteria": { "has_cut_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_slab_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_slab_from_limestone_stonecutting.json index 3cba1d9c8b..d34f9b789d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_slab_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_slab_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_slab_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_slab_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_slab_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_slab_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_slab_from_stone_types_limestone_stonecutting.json index 253e409bb9..3f7eedaa53 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_slab_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_slab_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_slab_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_slab_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_slab_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_slab_recycling.json index 71fbe7d415..98ae8c5a1a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_slab_recycling" - ] - }, "criteria": { "has_cut_limestone_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_limestone_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_stairs.json index 415ba547e1..9ca89c22d6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_stairs" - ] - }, "criteria": { "has_cut_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_stairs_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_stairs_from_limestone_stonecutting.json index e119fb372b..0260303e7d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_stairs_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_stairs_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_stairs_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_stairs_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_stairs_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_stairs_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_stairs_from_stone_types_limestone_stonecutting.json index f3e2d5ef28..1b04fc6655 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_stairs_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_stairs_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_stairs_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_stairs_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_stairs_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_wall.json index 99bec5015e..9a8a66bfb0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_wall" - ] - }, "criteria": { "has_cut_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_wall_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_wall_from_limestone_stonecutting.json index 1f61024c98..a496385796 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_wall_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_wall_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_wall_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_wall_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_wall_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_wall_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_wall_from_stone_types_limestone_stonecutting.json index 8d788c4bd2..cd1bf6426a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_wall_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_limestone_wall_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_limestone_wall_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_limestone_wall_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_limestone_wall_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab.json index 181aa842c0..d3fe4880c8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_brick_slab" - ] - }, "criteria": { "has_cut_ochrum_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_ochrum_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_from_ochrum_stonecutting.json index c3050f4657..908b22d483 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_brick_slab_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_brick_slab_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_brick_slab_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json index b6b29cf580..ab69d06c49 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_recycling.json index 268ced9378..f89ec6f264 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_brick_slab_recycling" - ] - }, "criteria": { "has_cut_ochrum_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_ochrum_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs.json index 2e02a76843..920dadc6a0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_brick_stairs" - ] - }, "criteria": { "has_cut_ochrum_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_ochrum_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs_from_ochrum_stonecutting.json index cca046fe29..2f4ad31b68 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_brick_stairs_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_brick_stairs_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_brick_stairs_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json index 1decc3072b..83138cb248 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall.json index bfddacfe0a..e507c6c6e1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_brick_wall" - ] - }, "criteria": { "has_cut_ochrum_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_ochrum_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall_from_ochrum_stonecutting.json index 7c615e08bb..d90773dfd7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_brick_wall_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_brick_wall_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_brick_wall_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json index c26ef5ed67..ed79f776cc 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_bricks_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_bricks_from_ochrum_stonecutting.json index 0f7af819f2..79bf8eaa68 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_bricks_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_bricks_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_bricks_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_bricks_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_bricks_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_bricks_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_bricks_from_stone_types_ochrum_stonecutting.json index 6fd072df97..60f9c07ee3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_bricks_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_bricks_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_bricks_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_bricks_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_bricks_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_from_ochrum_stonecutting.json index 0b8d11ac02..c758022e32 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_from_stone_types_ochrum_stonecutting.json index e84a9fe48d..673a818769 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_slab.json index c13bbe80f3..b31e4c2bf2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_slab" - ] - }, "criteria": { "has_cut_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_slab_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_slab_from_ochrum_stonecutting.json index aeb7629c81..877eec9f66 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_slab_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_slab_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_slab_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_slab_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_slab_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json index a259eca67b..4d40a7772e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_slab_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_slab_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_slab_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_slab_recycling.json index 2dcbd5e415..71dd1ea5a2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_slab_recycling" - ] - }, "criteria": { "has_cut_ochrum_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_ochrum_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_stairs.json index ca053f3476..0fb9a55a77 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_stairs" - ] - }, "criteria": { "has_cut_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_stairs_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_stairs_from_ochrum_stonecutting.json index 5a80f24c49..e421aaced8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_stairs_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_stairs_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_stairs_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_stairs_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_stairs_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json index 7dc47a332f..71dded2366 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_stairs_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_stairs_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_stairs_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_wall.json index 3a4cfbdfc2..8bc7722367 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_wall" - ] - }, "criteria": { "has_cut_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_wall_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_wall_from_ochrum_stonecutting.json index 9692e6bc78..4a49eb0775 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_wall_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_wall_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_wall_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_wall_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_wall_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json index e5517aba27..d676c104aa 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_ochrum_wall_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_ochrum_wall_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_ochrum_wall_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab.json index cbf5c2dea4..8d785fca2a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_brick_slab" - ] - }, "criteria": { "has_cut_scorchia_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_scorchia_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_from_scorchia_stonecutting.json index 88465cda0b..ef0eb7d3ee 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_brick_slab_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_brick_slab_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_brick_slab_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json index 27096849f6..75fb560dce 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_recycling.json index d2448d1eb0..83aac6804f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_brick_slab_recycling" - ] - }, "criteria": { "has_cut_scorchia_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_scorchia_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs.json index 4d5512aacb..378666e450 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_brick_stairs" - ] - }, "criteria": { "has_cut_scorchia_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_scorchia_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs_from_scorchia_stonecutting.json index a54cb74b20..6e02bb28ee 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_brick_stairs_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_brick_stairs_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_brick_stairs_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json index 13e41b05de..7ef55af23c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall.json index 7184e494c9..ff643a646d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_brick_wall" - ] - }, "criteria": { "has_cut_scorchia_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_scorchia_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall_from_scorchia_stonecutting.json index 805ea2c070..c29b1dd4f5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_brick_wall_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_brick_wall_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_brick_wall_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json index 3acfecbb6d..613636c981 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_bricks_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_bricks_from_scorchia_stonecutting.json index e8262ca7bf..34eff8fe27 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_bricks_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_bricks_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_bricks_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_bricks_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_bricks_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_bricks_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_bricks_from_stone_types_scorchia_stonecutting.json index 957e50208f..5bc52a8c07 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_bricks_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_bricks_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_bricks_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_bricks_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_bricks_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_from_scorchia_stonecutting.json index 24af46b932..e91948bf0f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_from_stone_types_scorchia_stonecutting.json index 373d4e8651..d23ef24f59 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_slab.json index 28f3a6d46a..f2e0d7012c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_slab" - ] - }, "criteria": { "has_cut_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_slab_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_slab_from_scorchia_stonecutting.json index e0d4059d24..5306ac81e3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_slab_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_slab_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_slab_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_slab_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_slab_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json index f1cb642f66..e52704b3e8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_slab_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_slab_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_slab_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_slab_recycling.json index f303b52234..51e5e8c6c2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_slab_recycling" - ] - }, "criteria": { "has_cut_scorchia_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_scorchia_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_stairs.json index deb9fcbf21..9188eb9385 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_stairs" - ] - }, "criteria": { "has_cut_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_stairs_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_stairs_from_scorchia_stonecutting.json index 952fa9370f..e44791faed 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_stairs_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_stairs_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_stairs_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_stairs_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_stairs_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json index c567f540dc..cd81155332 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_stairs_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_stairs_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_stairs_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_wall.json index 88387f7628..330a38d37b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_wall" - ] - }, "criteria": { "has_cut_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_wall_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_wall_from_scorchia_stonecutting.json index 38ed60cb84..f60415cbb8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_wall_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_wall_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_wall_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_wall_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_wall_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json index 221deda633..915c9db557 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scorchia_wall_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scorchia_wall_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scorchia_wall_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab.json index 4e0ffac69a..9267553b95 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_brick_slab" - ] - }, "criteria": { "has_cut_scoria_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_scoria_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_from_scoria_stonecutting.json index 93fa0f6d27..a69145b4aa 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_brick_slab_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_brick_slab_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_brick_slab_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_from_stone_types_scoria_stonecutting.json index 19f243bd77..6ad3509bc0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_brick_slab_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_brick_slab_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_brick_slab_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_recycling.json index 58de8668e6..082d91c4c2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_brick_slab_recycling" - ] - }, "criteria": { "has_cut_scoria_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_scoria_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs.json index 5d484be1ed..012de9cf30 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_brick_stairs" - ] - }, "criteria": { "has_cut_scoria_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_scoria_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs_from_scoria_stonecutting.json index 040dc36fd0..cb28125b08 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_brick_stairs_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_brick_stairs_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_brick_stairs_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json index c72c5cca00..fd2d8e2184 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall.json index 79846177b1..53a7ce2fbc 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_brick_wall" - ] - }, "criteria": { "has_cut_scoria_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_scoria_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall_from_scoria_stonecutting.json index 5e69150d7d..e8e77e410c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_brick_wall_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_brick_wall_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_brick_wall_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall_from_stone_types_scoria_stonecutting.json index 23a250d383..1945f94177 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_brick_wall_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_brick_wall_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_brick_wall_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_bricks_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_bricks_from_scoria_stonecutting.json index 132f936523..a4bc564fa2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_bricks_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_bricks_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_bricks_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_bricks_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_bricks_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_bricks_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_bricks_from_stone_types_scoria_stonecutting.json index f8dffd299f..7f36a15831 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_bricks_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_bricks_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_bricks_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_bricks_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_bricks_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_from_scoria_stonecutting.json index 6006518570..2362b7114f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_from_stone_types_scoria_stonecutting.json index 5ec7263b1f..ad8f09420a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_slab.json index 3a034c6b43..9d2c2fb454 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_slab" - ] - }, "criteria": { "has_cut_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_slab_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_slab_from_scoria_stonecutting.json index 3deda71ded..c86cf91c8e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_slab_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_slab_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_slab_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_slab_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_slab_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_slab_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_slab_from_stone_types_scoria_stonecutting.json index 3f5bd3d5b5..dfe320bbd7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_slab_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_slab_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_slab_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_slab_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_slab_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_slab_recycling.json index 0b138012c2..450b393e1c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_slab_recycling" - ] - }, "criteria": { "has_cut_scoria_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_scoria_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_stairs.json index 056c809ac3..2a26a101c6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_stairs" - ] - }, "criteria": { "has_cut_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_stairs_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_stairs_from_scoria_stonecutting.json index ff2547c8cc..2398d1fc3e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_stairs_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_stairs_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_stairs_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_stairs_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_stairs_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_stairs_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_stairs_from_stone_types_scoria_stonecutting.json index 1a20d4ed34..fb631a1f80 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_stairs_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_stairs_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_stairs_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_stairs_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_stairs_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_wall.json index eedf8dfaa6..7c1e9f5036 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_wall" - ] - }, "criteria": { "has_cut_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_wall_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_wall_from_scoria_stonecutting.json index 23a3643315..ce327afe17 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_wall_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_wall_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_wall_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_wall_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_wall_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_wall_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_wall_from_stone_types_scoria_stonecutting.json index 5914d88e59..79692dd1b5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_wall_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_scoria_wall_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_scoria_wall_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_scoria_wall_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_scoria_wall_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab.json index 2d764db995..791c20bb19 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_brick_slab" - ] - }, "criteria": { "has_cut_tuff_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_tuff_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_tuff_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_from_stone_types_tuff_stonecutting.json index 3a4a21cb1f..e608c5e030 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_brick_slab_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_tuff_brick_slab_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_brick_slab_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_from_tuff_stonecutting.json index 9a98892436..72d4bd5420 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_brick_slab_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:cut_tuff_brick_slab_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:cut_tuff_brick_slab_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_brick_slab_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_recycling.json index bf7c70d22e..ee8244c518 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_brick_slab_recycling" - ] - }, "criteria": { "has_cut_tuff_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_tuff_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_tuff_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs.json index a7f54a81a5..b7b31c26ae 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_brick_stairs" - ] - }, "criteria": { "has_cut_tuff_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_tuff_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_tuff_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json index 053f3ba5a8..01ff472675 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs_from_tuff_stonecutting.json index 59fc13f054..9c062078f5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_brick_stairs_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:cut_tuff_brick_stairs_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:cut_tuff_brick_stairs_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_brick_stairs_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall.json index dbae943d49..c65a51b2f4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_brick_wall" - ] - }, "criteria": { "has_cut_tuff_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_tuff_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_tuff_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall_from_stone_types_tuff_stonecutting.json index 4cb241b572..c1d056632c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_brick_wall_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_tuff_brick_wall_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_brick_wall_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall_from_tuff_stonecutting.json index 57698d86d7..7ce331bafe 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_brick_wall_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:cut_tuff_brick_wall_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:cut_tuff_brick_wall_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_brick_wall_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_bricks_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_bricks_from_stone_types_tuff_stonecutting.json index 5f94c9a5fa..1152f8bc21 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_bricks_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_bricks_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_bricks_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_tuff_bricks_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_bricks_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_bricks_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_bricks_from_tuff_stonecutting.json index 81dc00d890..bf6fbd05c8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_bricks_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_bricks_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_bricks_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:cut_tuff_bricks_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:cut_tuff_bricks_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_bricks_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_from_stone_types_tuff_stonecutting.json index 80bc613e5c..2fe6e24054 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_tuff_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_from_tuff_stonecutting.json index eb3982c81f..31ad073364 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:cut_tuff_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:cut_tuff_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_slab.json index d84800e3ae..03da4ef8a0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_slab" - ] - }, "criteria": { "has_cut_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_tuff_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_slab_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_slab_from_stone_types_tuff_stonecutting.json index 84460bdbdd..364ae0117d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_slab_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_slab_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_slab_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_tuff_slab_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_slab_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_slab_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_slab_from_tuff_stonecutting.json index 5c760a3586..d8d23cde3c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_slab_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_slab_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_slab_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:cut_tuff_slab_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:cut_tuff_slab_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_slab_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_slab_recycling.json index 92f9b4c8d4..ebfe476f89 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_slab_recycling" - ] - }, "criteria": { "has_cut_tuff_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_tuff_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_tuff_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_stairs.json index cebca117cf..3659c1d774 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_stairs" - ] - }, "criteria": { "has_cut_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_tuff_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_stairs_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_stairs_from_stone_types_tuff_stonecutting.json index 8089bee7e3..f746ea2be8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_stairs_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_stairs_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_stairs_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_tuff_stairs_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_stairs_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_stairs_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_stairs_from_tuff_stonecutting.json index 1267eb0b2e..9efc0555db 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_stairs_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_stairs_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_stairs_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:cut_tuff_stairs_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:cut_tuff_stairs_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_stairs_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_wall.json index 3715ddd3ad..839c053725 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_wall" - ] - }, "criteria": { "has_cut_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_tuff_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_wall_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_wall_from_stone_types_tuff_stonecutting.json index c13321e244..2c1c6fa997 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_wall_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_wall_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_wall_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_tuff_wall_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_wall_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_wall_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_wall_from_tuff_stonecutting.json index 6f9a0e5adc..9a492f25ce 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_wall_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_tuff_wall_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_tuff_wall_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:cut_tuff_wall_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:cut_tuff_wall_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_tuff_wall_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab.json index 47be80055b..4ad5996e34 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_brick_slab" - ] - }, "criteria": { "has_cut_veridium_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_veridium_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_veridium_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_from_stone_types_veridium_stonecutting.json index c73f469823..e7826696e3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_brick_slab_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_veridium_brick_slab_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_brick_slab_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_from_veridium_stonecutting.json index a014591283..51b8e71e3c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_brick_slab_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:cut_veridium_brick_slab_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:cut_veridium_brick_slab_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_brick_slab_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_recycling.json index f7e77b1e2b..3d4f5f5495 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_brick_slab_recycling" - ] - }, "criteria": { "has_cut_veridium_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_veridium_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_veridium_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs.json index fd4658aeeb..4775d7b8fc 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_brick_stairs" - ] - }, "criteria": { "has_cut_veridium_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_veridium_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_veridium_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json index d350577447..723aecb818 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs_from_veridium_stonecutting.json index e1bdfba6aa..7df8efd8ce 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_brick_stairs_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:cut_veridium_brick_stairs_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:cut_veridium_brick_stairs_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_brick_stairs_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall.json index 7141fe3198..79c5ded3d7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_brick_wall" - ] - }, "criteria": { "has_cut_veridium_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_veridium_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_veridium_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall_from_stone_types_veridium_stonecutting.json index 211d91303b..a20ee0ecd3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_brick_wall_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_veridium_brick_wall_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_brick_wall_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall_from_veridium_stonecutting.json index 7bfa4583f6..7c72e910d5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_brick_wall_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:cut_veridium_brick_wall_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:cut_veridium_brick_wall_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_brick_wall_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_bricks_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_bricks_from_stone_types_veridium_stonecutting.json index c43cab40eb..760834e61a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_bricks_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_bricks_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_bricks_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_veridium_bricks_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_bricks_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_bricks_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_bricks_from_veridium_stonecutting.json index f341998915..0ddfa76874 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_bricks_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_bricks_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_bricks_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:cut_veridium_bricks_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:cut_veridium_bricks_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_bricks_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_from_stone_types_veridium_stonecutting.json index f0ec279483..f1c4a01365 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_veridium_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_from_veridium_stonecutting.json index 4d659430c9..78536da8c9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:cut_veridium_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:cut_veridium_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_slab.json index 400d16412f..191a586735 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_slab" - ] - }, "criteria": { "has_cut_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_veridium_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_slab_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_slab_from_stone_types_veridium_stonecutting.json index ff378974ce..915b12cde6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_slab_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_slab_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_slab_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_veridium_slab_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_slab_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_slab_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_slab_from_veridium_stonecutting.json index 2ae77157f6..60339ef1a4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_slab_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_slab_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_slab_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:cut_veridium_slab_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:cut_veridium_slab_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_slab_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_slab_recycling.json index 09b1f1b3a6..22136e3b11 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_slab_recycling" - ] - }, "criteria": { "has_cut_veridium_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_veridium_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_veridium_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_stairs.json index 00e34254a2..a27106b82e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_stairs" - ] - }, "criteria": { "has_cut_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_veridium_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_stairs_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_stairs_from_stone_types_veridium_stonecutting.json index 344f6b35c2..72d69e6bca 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_stairs_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_stairs_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_stairs_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_veridium_stairs_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_stairs_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_stairs_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_stairs_from_veridium_stonecutting.json index 7636c43806..c8d502f643 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_stairs_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_stairs_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_stairs_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:cut_veridium_stairs_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:cut_veridium_stairs_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_stairs_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_wall.json index fc14835af6..1208a4717c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_wall" - ] - }, "criteria": { "has_cut_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_veridium_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_cut_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_wall_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_wall_from_stone_types_veridium_stonecutting.json index be1b130565..46e9e9b0b4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_wall_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_wall_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_wall_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:cut_veridium_wall_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_wall_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_wall_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_wall_from_veridium_stonecutting.json index 18231b30f4..f751aa7eed 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_wall_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/cut_veridium_wall_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:cut_veridium_wall_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:cut_veridium_wall_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:cut_veridium_wall_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:cut_veridium_wall_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_oak_window.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_oak_window.json index b7accd40b1..f55c97ac86 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_oak_window.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_oak_window.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:dark_oak_window" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:dark_oak_window" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:dark_oak_window" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_oak_window_pane.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_oak_window_pane.json index 06367a6a07..37cea9f016 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_oak_window_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_oak_window_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:dark_oak_window_pane" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:dark_oak_window_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:dark_oak_window_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/deepslate_pillar_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/deepslate_pillar_from_deepslate_stonecutting.json index a4f2b67ff0..55181c12f1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/deepslate_pillar_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/deepslate_pillar_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:deepslate_pillar_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:deepslate_pillar_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:deepslate_pillar_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/deepslate_pillar_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/deepslate_pillar_from_stone_types_deepslate_stonecutting.json index 64bef09f5b..6a3c864563 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/deepslate_pillar_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/deepslate_pillar_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:deepslate_pillar_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:deepslate_pillar_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:deepslate_pillar_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_pillar_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_pillar_from_diorite_stonecutting.json index b877d76957..78f497baa6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_pillar_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_pillar_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:diorite_pillar_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:diorite_pillar_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:diorite_pillar_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_pillar_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_pillar_from_stone_types_diorite_stonecutting.json index 546f08d37e..de2e406a54 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_pillar_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_pillar_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:diorite_pillar_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:diorite_pillar_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:diorite_pillar_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dripstone_pillar_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dripstone_pillar_from_dripstone_block_stonecutting.json index f6e7f1a918..edab39153d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/dripstone_pillar_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dripstone_pillar_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:dripstone_pillar_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:dripstone_pillar_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:dripstone_pillar_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dripstone_pillar_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dripstone_pillar_from_stone_types_dripstone_stonecutting.json index 271d8b3a68..03aede87ed 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/dripstone_pillar_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dripstone_pillar_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:dripstone_pillar_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:dripstone_pillar_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:dripstone_pillar_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/framed_glass_from_glass_colorless_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/framed_glass_from_glass_colorless_stonecutting.json index 4d5b5c93fc..7104cb5813 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/framed_glass_from_glass_colorless_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/framed_glass_from_glass_colorless_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:framed_glass_from_glass_colorless_stonecutting" - ] - }, "criteria": { "has_glass_colorless": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:glass/colorless" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:framed_glass_from_glass_colorless_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_glass_colorless", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:framed_glass_from_glass_colorless_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/framed_glass_pane.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/framed_glass_pane.json index 7a4aa5be47..a394f9fdc4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/framed_glass_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/framed_glass_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:framed_glass_pane" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:framed_glass_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:framed_glass_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_pillar_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_pillar_from_granite_stonecutting.json index 1f642455fd..72f671d506 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_pillar_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_pillar_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:granite_pillar_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:granite_pillar_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:granite_pillar_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_pillar_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_pillar_from_stone_types_granite_stonecutting.json index 8dce746119..1d2d5040af 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_pillar_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_pillar_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:granite_pillar_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:granite_pillar_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:granite_pillar_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/horizontal_framed_glass_from_glass_colorless_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/horizontal_framed_glass_from_glass_colorless_stonecutting.json index 024aac1200..1a9b801079 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/horizontal_framed_glass_from_glass_colorless_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/horizontal_framed_glass_from_glass_colorless_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:horizontal_framed_glass_from_glass_colorless_stonecutting" - ] - }, "criteria": { "has_glass_colorless": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:glass/colorless" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:horizontal_framed_glass_from_glass_colorless_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_glass_colorless", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:horizontal_framed_glass_from_glass_colorless_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/horizontal_framed_glass_pane.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/horizontal_framed_glass_pane.json index ba4668842d..7722351cb1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/horizontal_framed_glass_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/horizontal_framed_glass_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:horizontal_framed_glass_pane" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:horizontal_framed_glass_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:horizontal_framed_glass_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/jungle_window.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/jungle_window.json index be80808e50..1f3dbb1b01 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/jungle_window.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/jungle_window.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:jungle_window" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:jungle_window" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:jungle_window" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/jungle_window_pane.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/jungle_window_pane.json index 39d2d880af..54040b0f4a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/jungle_window_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/jungle_window_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:jungle_window_pane" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:jungle_window_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:jungle_window_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_andesite_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_andesite_from_andesite_stonecutting.json index 789772e552..e50f9cab7e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_andesite_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_andesite_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_andesite_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_andesite_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_andesite_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_andesite_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_andesite_from_stone_types_andesite_stonecutting.json index 744b4305fc..3172bf00ea 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_andesite_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_andesite_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_andesite_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_andesite_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_andesite_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_asurine_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_asurine_from_asurine_stonecutting.json index 11bef8018c..eb9bf21390 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_asurine_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_asurine_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_asurine_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_asurine_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_asurine_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_asurine_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_asurine_from_stone_types_asurine_stonecutting.json index 4c13ac35e6..e3cb5445bc 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_asurine_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_asurine_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_asurine_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_asurine_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_asurine_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_calcite_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_calcite_from_calcite_stonecutting.json index 57f947a930..4cdde27342 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_calcite_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_calcite_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_calcite_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_calcite_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_calcite_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_calcite_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_calcite_from_stone_types_calcite_stonecutting.json index aec9d84858..b3ed6a398a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_calcite_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_calcite_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_calcite_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_calcite_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_calcite_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_crimsite_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_crimsite_from_crimsite_stonecutting.json index 5277e69bcf..5a52f9a0c8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_crimsite_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_crimsite_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_crimsite_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_crimsite_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_crimsite_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_crimsite_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_crimsite_from_stone_types_crimsite_stonecutting.json index 176f2b3820..3d4447498e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_crimsite_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_crimsite_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_crimsite_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_crimsite_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_crimsite_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_deepslate_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_deepslate_from_deepslate_stonecutting.json index 08d0e13aa0..1ea4cb0d5b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_deepslate_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_deepslate_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_deepslate_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_deepslate_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_deepslate_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_deepslate_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_deepslate_from_stone_types_deepslate_stonecutting.json index 040c11b6c9..c59c7657c6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_deepslate_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_deepslate_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_deepslate_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_deepslate_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_deepslate_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_diorite_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_diorite_from_diorite_stonecutting.json index 4ec75b65a4..d1b187f533 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_diorite_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_diorite_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_diorite_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_diorite_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_diorite_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_diorite_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_diorite_from_stone_types_diorite_stonecutting.json index e7dd607129..a14409888f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_diorite_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_diorite_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_diorite_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_diorite_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_diorite_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_dripstone_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_dripstone_from_dripstone_block_stonecutting.json index 121758f704..d41f8174f1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_dripstone_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_dripstone_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_dripstone_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_dripstone_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_dripstone_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_dripstone_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_dripstone_from_stone_types_dripstone_stonecutting.json index 3d45360d15..a0569cfee5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_dripstone_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_dripstone_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_dripstone_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_dripstone_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_dripstone_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_granite_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_granite_from_granite_stonecutting.json index ce7f5fbf5f..e20d76ce98 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_granite_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_granite_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_granite_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_granite_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_granite_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_granite_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_granite_from_stone_types_granite_stonecutting.json index 643ec91762..fe9d9d5231 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_granite_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_granite_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_granite_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_granite_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_granite_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_limestone_from_limestone_stonecutting.json index edc38bbb52..bd1727ba67 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_limestone_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_limestone_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_limestone_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_limestone_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_limestone_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_limestone_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_limestone_from_stone_types_limestone_stonecutting.json index 85d0393712..64409d5e5e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_limestone_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_limestone_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_limestone_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_limestone_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_limestone_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_ochrum_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_ochrum_from_ochrum_stonecutting.json index b14f4a6940..caec90d3f3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_ochrum_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_ochrum_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_ochrum_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_ochrum_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_ochrum_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_ochrum_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_ochrum_from_stone_types_ochrum_stonecutting.json index 6df915d0cf..ef9081185c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_ochrum_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_ochrum_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_ochrum_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_ochrum_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_ochrum_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scorchia_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scorchia_from_scorchia_stonecutting.json index 3b368b77aa..84f8c80e70 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scorchia_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scorchia_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_scorchia_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_scorchia_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_scorchia_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scorchia_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scorchia_from_stone_types_scorchia_stonecutting.json index cf52bc8a2e..1a5cd65d98 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scorchia_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scorchia_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_scorchia_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_scorchia_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_scorchia_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scoria_from_scoria_stonecutting.json index 3ffabe6a81..ae6f6a5a14 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scoria_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scoria_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_scoria_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_scoria_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_scoria_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scoria_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scoria_from_stone_types_scoria_stonecutting.json index 3e5054718a..e8beeaec27 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scoria_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scoria_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_scoria_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_scoria_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_scoria_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_tuff_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_tuff_from_stone_types_tuff_stonecutting.json index a9dabc9264..f593d049a6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_tuff_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_tuff_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_tuff_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_tuff_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_tuff_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_tuff_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_tuff_from_tuff_stonecutting.json index 20a0c792a9..a47a8633e7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_tuff_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_tuff_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_tuff_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:layered_tuff_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:layered_tuff_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_tuff_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_veridium_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_veridium_from_stone_types_veridium_stonecutting.json index 8afc44a523..a68a04e281 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_veridium_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_veridium_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_veridium_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:layered_veridium_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_veridium_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_veridium_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_veridium_from_veridium_stonecutting.json index 0832e7591c..55ba19ae4a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_veridium_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_veridium_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:layered_veridium_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:layered_veridium_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:layered_veridium_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:layered_veridium_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_pillar_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_pillar_from_limestone_stonecutting.json index a44df03394..8047792aaa 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_pillar_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_pillar_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:limestone_pillar_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:limestone_pillar_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:limestone_pillar_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_pillar_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_pillar_from_stone_types_limestone_stonecutting.json index 467b248b3c..ea63cce9bf 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_pillar_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_pillar_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:limestone_pillar_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:limestone_pillar_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:limestone_pillar_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/oak_window.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/oak_window.json index dddc6f6486..150a8480ad 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/oak_window.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/oak_window.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:oak_window" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:oak_window" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:oak_window" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/oak_window_pane.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/oak_window_pane.json index 4403a0f478..8d40b4ac29 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/oak_window_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/oak_window_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:oak_window_pane" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:oak_window_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:oak_window_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/ochrum_pillar_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/ochrum_pillar_from_ochrum_stonecutting.json index f8bc77356c..0bd7edc3ab 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/ochrum_pillar_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/ochrum_pillar_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:ochrum_pillar_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:ochrum_pillar_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:ochrum_pillar_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/ochrum_pillar_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/ochrum_pillar_from_stone_types_ochrum_stonecutting.json index 19d955dc74..c007ef5ae0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/ochrum_pillar_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/ochrum_pillar_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:ochrum_pillar_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:ochrum_pillar_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:ochrum_pillar_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/ornate_iron_window.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/ornate_iron_window.json index 160377981a..f508fa2796 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/ornate_iron_window.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/ornate_iron_window.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:ornate_iron_window" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:ornate_iron_window" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:ornate_iron_window" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/ornate_iron_window_pane.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/ornate_iron_window_pane.json index 4697e63b4a..d9041582ea 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/ornate_iron_window_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/ornate_iron_window_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:ornate_iron_window_pane" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:ornate_iron_window_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:ornate_iron_window_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_from_andesite_stonecutting.json index ea9aff3e12..bf91c2cdfc 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_andesite_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_andesite_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_andesite_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_from_stone_types_andesite_stonecutting.json index 3a0be962fa..10177a31e3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_andesite_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_andesite_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_andesite_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab.json index 65f0f9be7b..e1be2cf292 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_andesite_slab" - ] - }, "criteria": { "has_polished_cut_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_andesite_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_andesite_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_from_andesite_stonecutting.json index cf4802c6b8..df78390a95 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_andesite_slab_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_andesite_slab_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_andesite_slab_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_from_stone_types_andesite_stonecutting.json index 73d361a610..dc47656db8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_andesite_slab_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_andesite_slab_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_andesite_slab_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_recycling.json index 5cfdc7bb06..9837dd8218 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_andesite_slab_recycling" - ] - }, "criteria": { "has_polished_cut_andesite_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_andesite_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_andesite_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_andesite_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs.json index 02723d8969..abc8291113 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_andesite_stairs" - ] - }, "criteria": { "has_polished_cut_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_andesite_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_andesite_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs_from_andesite_stonecutting.json index f3b3c4b64d..3c3df06469 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_andesite_stairs_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_andesite_stairs_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_andesite_stairs_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting.json index f793623d73..72746807cf 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall.json index 0354002ff4..69877d8b5e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_andesite_wall" - ] - }, "criteria": { "has_polished_cut_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_andesite_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_andesite_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall_from_andesite_stonecutting.json index 63b071b714..39a911a0ca 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_andesite_wall_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_andesite_wall_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_andesite_wall_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall_from_stone_types_andesite_stonecutting.json index 2d5fe23ca4..1b7920f89e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_andesite_wall_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_andesite_wall_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_andesite_wall_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_from_asurine_stonecutting.json index cb5da4e4f7..715f178240 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_asurine_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_asurine_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_asurine_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_from_stone_types_asurine_stonecutting.json index 688cf5d6dd..0957a069c9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_asurine_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_asurine_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_asurine_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab.json index 1d4edc9030..ce564cf4d3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_asurine_slab" - ] - }, "criteria": { "has_polished_cut_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_asurine_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_asurine_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_from_asurine_stonecutting.json index 3c2b0f9254..f68ee210a7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_asurine_slab_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_asurine_slab_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_asurine_slab_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_from_stone_types_asurine_stonecutting.json index 0af3d82a51..511cfa9375 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_asurine_slab_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_asurine_slab_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_asurine_slab_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_recycling.json index ed05d8d509..646f21539a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_asurine_slab_recycling" - ] - }, "criteria": { "has_polished_cut_asurine_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_asurine_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_asurine_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_asurine_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs.json index dbf1488315..f5d7924ea6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_asurine_stairs" - ] - }, "criteria": { "has_polished_cut_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_asurine_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_asurine_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs_from_asurine_stonecutting.json index 599cf193e6..eb5f52cf80 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_asurine_stairs_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_asurine_stairs_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_asurine_stairs_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting.json index f32906e83a..2cd6b2ec6a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall.json index 215dfa2d05..f544ee7f12 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_asurine_wall" - ] - }, "criteria": { "has_polished_cut_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_asurine_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_asurine_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall_from_asurine_stonecutting.json index 08af2c8ded..357082606d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_asurine_wall_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_asurine_wall_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_asurine_wall_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall_from_stone_types_asurine_stonecutting.json index 2aaf93a542..0376830ba8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_asurine_wall_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_asurine_wall_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_asurine_wall_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_from_calcite_stonecutting.json index 1077d2f778..c26b3dffbe 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_calcite_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_calcite_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_calcite_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_from_stone_types_calcite_stonecutting.json index bda33efb73..c75c156ca6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_calcite_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_calcite_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_calcite_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab.json index 1da34ff6ce..32a6549152 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_calcite_slab" - ] - }, "criteria": { "has_polished_cut_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_calcite_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_calcite_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_from_calcite_stonecutting.json index 331fce65dd..b1f65f4b4d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_calcite_slab_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_calcite_slab_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_calcite_slab_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_from_stone_types_calcite_stonecutting.json index 40f5b70ae4..b1955e1c5a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_calcite_slab_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_calcite_slab_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_calcite_slab_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_recycling.json index 707f0b7b69..dc35b99298 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_calcite_slab_recycling" - ] - }, "criteria": { "has_polished_cut_calcite_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_calcite_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_calcite_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_calcite_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs.json index 3328d8e085..b1775ac21f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_calcite_stairs" - ] - }, "criteria": { "has_polished_cut_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_calcite_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_calcite_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs_from_calcite_stonecutting.json index 233f000182..f19e396bef 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_calcite_stairs_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_calcite_stairs_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_calcite_stairs_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting.json index 38020d47f8..cc48d68b0e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall.json index 2a66635e58..cbc2046af7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_calcite_wall" - ] - }, "criteria": { "has_polished_cut_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_calcite_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_calcite_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall_from_calcite_stonecutting.json index 42569f37d7..a466125597 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_calcite_wall_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_calcite_wall_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_calcite_wall_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall_from_stone_types_calcite_stonecutting.json index 08bf1ad3bf..b3c729f0be 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_calcite_wall_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_calcite_wall_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_calcite_wall_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_from_crimsite_stonecutting.json index f161bfc845..034cfde257 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_crimsite_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_crimsite_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_crimsite_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_from_stone_types_crimsite_stonecutting.json index dfc1a8597b..23b06c21de 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_crimsite_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_crimsite_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_crimsite_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab.json index 9dcf4b994a..325f5e2b1a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_crimsite_slab" - ] - }, "criteria": { "has_polished_cut_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_crimsite_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_crimsite_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_from_crimsite_stonecutting.json index 90222aafd8..56c363a117 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_crimsite_slab_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_crimsite_slab_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_crimsite_slab_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json index d95612d3ee..52c64aa1f5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_recycling.json index f8c2b95cd7..499102083c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_crimsite_slab_recycling" - ] - }, "criteria": { "has_polished_cut_crimsite_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_crimsite_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_crimsite_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_crimsite_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs.json index 3200fa3880..2bcacd5c5c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_crimsite_stairs" - ] - }, "criteria": { "has_polished_cut_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_crimsite_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_crimsite_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs_from_crimsite_stonecutting.json index fdea741be2..597034cc8b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_crimsite_stairs_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_crimsite_stairs_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_crimsite_stairs_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json index 533eb3d9ee..015dd820f2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall.json index 9067a68d1e..246ea2bebe 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_crimsite_wall" - ] - }, "criteria": { "has_polished_cut_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_crimsite_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_crimsite_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall_from_crimsite_stonecutting.json index be5ef977bc..efac2039ef 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_crimsite_wall_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_crimsite_wall_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_crimsite_wall_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json index b421904b7e..6ebfa46ae7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_from_deepslate_stonecutting.json index 22a8afd2bd..34f67fde67 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_deepslate_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_deepslate_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_deepslate_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_from_stone_types_deepslate_stonecutting.json index c2363e7768..f535b0ad9c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_deepslate_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_deepslate_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_deepslate_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab.json index 8b005ff6dc..a4b6420dd3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_deepslate_slab" - ] - }, "criteria": { "has_polished_cut_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_deepslate_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_deepslate_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_from_deepslate_stonecutting.json index 3f71eb85d9..3d7f67dd3c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_deepslate_slab_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_deepslate_slab_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_deepslate_slab_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json index dd2a360cff..e8e67e7f69 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_recycling.json index b2f209a8a2..b0e581617b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_deepslate_slab_recycling" - ] - }, "criteria": { "has_polished_cut_deepslate_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_deepslate_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_deepslate_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_deepslate_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs.json index 163c6b1ca1..bd5b1202cf 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_deepslate_stairs" - ] - }, "criteria": { "has_polished_cut_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_deepslate_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_deepslate_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs_from_deepslate_stonecutting.json index 37bca81176..9a19cab9a7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_deepslate_stairs_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_deepslate_stairs_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_deepslate_stairs_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json index 8fb32110ce..bf45ea67c3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall.json index 92baa733f2..0949656ef8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_deepslate_wall" - ] - }, "criteria": { "has_polished_cut_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_deepslate_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_deepslate_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall_from_deepslate_stonecutting.json index 8de38d8210..5dc3c46925 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_deepslate_wall_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_deepslate_wall_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_deepslate_wall_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json index 9480a68764..4206f9c591 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_from_diorite_stonecutting.json index 981f9e986d..e589032a83 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_diorite_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_diorite_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_diorite_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_from_stone_types_diorite_stonecutting.json index 76fbe0d1ac..b0524f74ea 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_diorite_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_diorite_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_diorite_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab.json index 59f8aecb83..e4f04f975a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_diorite_slab" - ] - }, "criteria": { "has_polished_cut_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_diorite_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_diorite_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_from_diorite_stonecutting.json index e03db2ea54..56f8ee14c8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_diorite_slab_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_diorite_slab_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_diorite_slab_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_from_stone_types_diorite_stonecutting.json index 6131b4c253..7fbdbcd0e0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_diorite_slab_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_diorite_slab_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_diorite_slab_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_recycling.json index 886c4d374f..3fd6ed4727 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_diorite_slab_recycling" - ] - }, "criteria": { "has_polished_cut_diorite_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_diorite_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_diorite_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_diorite_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs.json index 67df460a95..c06a09a056 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_diorite_stairs" - ] - }, "criteria": { "has_polished_cut_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_diorite_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_diorite_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs_from_diorite_stonecutting.json index f7166d8067..9f496b20be 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_diorite_stairs_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_diorite_stairs_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_diorite_stairs_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting.json index 83e072ef00..1778a50a02 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall.json index ab2d3dd680..f874917fed 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_diorite_wall" - ] - }, "criteria": { "has_polished_cut_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_diorite_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_diorite_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall_from_diorite_stonecutting.json index 8d300039c1..42e1cee3cc 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_diorite_wall_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_diorite_wall_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_diorite_wall_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall_from_stone_types_diorite_stonecutting.json index 73c63b4728..c53990a69d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_diorite_wall_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_diorite_wall_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_diorite_wall_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_from_dripstone_block_stonecutting.json index 735de46b41..6017ace410 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_dripstone_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_dripstone_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_dripstone_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_from_stone_types_dripstone_stonecutting.json index 088863e870..8f2913d484 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_dripstone_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_dripstone_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_dripstone_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab.json index 8581803990..37407499dd 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_dripstone_slab" - ] - }, "criteria": { "has_polished_cut_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_dripstone_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_dripstone_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_from_dripstone_block_stonecutting.json index 0502e9f5f7..5ef30eebf0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_dripstone_slab_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_dripstone_slab_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_dripstone_slab_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json index 494d9acbd4..4462bccc82 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_recycling.json index cf580e13f7..912608c23c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_dripstone_slab_recycling" - ] - }, "criteria": { "has_polished_cut_dripstone_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_dripstone_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_dripstone_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_dripstone_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs.json index 2decbd4ad3..3ef6af5f39 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_dripstone_stairs" - ] - }, "criteria": { "has_polished_cut_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_dripstone_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_dripstone_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs_from_dripstone_block_stonecutting.json index 41d573fa5f..8883b04c95 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_dripstone_stairs_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_dripstone_stairs_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_dripstone_stairs_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json index 2169d691f8..93238bc5ff 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall.json index d2d153339c..81de584aa5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_dripstone_wall" - ] - }, "criteria": { "has_polished_cut_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_dripstone_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_dripstone_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall_from_dripstone_block_stonecutting.json index 0991098b1d..3f58d38494 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_dripstone_wall_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_dripstone_wall_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_dripstone_wall_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json index 41802c522a..8635585e6f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_from_granite_stonecutting.json index b672949756..53419861c1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_granite_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_granite_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_granite_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_from_stone_types_granite_stonecutting.json index a1aa4d24ab..c54129ff87 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_granite_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_granite_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_granite_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_slab.json index 7b3f7bdbcc..faa490bc77 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_granite_slab" - ] - }, "criteria": { "has_polished_cut_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_granite_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_granite_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_from_granite_stonecutting.json index 432eb458dc..c8add24d2e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_granite_slab_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_granite_slab_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_granite_slab_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_from_stone_types_granite_stonecutting.json index 546a0488a9..15fa2e82b1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_granite_slab_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_granite_slab_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_granite_slab_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_recycling.json index f22e7c3fa0..966267d767 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_granite_slab_recycling" - ] - }, "criteria": { "has_polished_cut_granite_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_granite_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_granite_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_granite_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs.json index ea08aec327..bc0c872014 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_granite_stairs" - ] - }, "criteria": { "has_polished_cut_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_granite_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_granite_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs_from_granite_stonecutting.json index 3d8565b535..09d08aab13 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_granite_stairs_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_granite_stairs_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_granite_stairs_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs_from_stone_types_granite_stonecutting.json index 84233505a7..421272650d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_granite_stairs_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_granite_stairs_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_granite_stairs_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_wall.json index 23d541309d..29f34a3152 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_granite_wall" - ] - }, "criteria": { "has_polished_cut_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_granite_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_granite_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_wall_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_wall_from_granite_stonecutting.json index 8032bc1cbe..e59e9c982d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_wall_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_wall_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_granite_wall_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_granite_wall_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_granite_wall_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_wall_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_wall_from_stone_types_granite_stonecutting.json index 486f8c57ca..f17c0fe49e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_wall_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_granite_wall_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_granite_wall_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_granite_wall_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_granite_wall_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_from_limestone_stonecutting.json index 5a668cfc25..880d8e9433 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_limestone_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_limestone_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_limestone_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_from_stone_types_limestone_stonecutting.json index 42b5087cf8..050b4bdb54 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_limestone_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_limestone_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_limestone_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab.json index b5287ce8f2..da17bd5c21 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_limestone_slab" - ] - }, "criteria": { "has_polished_cut_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_limestone_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_limestone_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_from_limestone_stonecutting.json index d9c02a88bd..b45300341c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_limestone_slab_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_limestone_slab_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_limestone_slab_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_from_stone_types_limestone_stonecutting.json index d4b7c10d86..7f85df10b8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_limestone_slab_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_limestone_slab_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_limestone_slab_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_recycling.json index ccb84e7729..ff0b619e89 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_limestone_slab_recycling" - ] - }, "criteria": { "has_polished_cut_limestone_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_limestone_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_limestone_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_limestone_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs.json index e53a40a357..fedcc28893 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_limestone_stairs" - ] - }, "criteria": { "has_polished_cut_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_limestone_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_limestone_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs_from_limestone_stonecutting.json index 53b0c712af..1bdc92350d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_limestone_stairs_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_limestone_stairs_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_limestone_stairs_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting.json index 6f430df3e5..39c683cdce 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall.json index 364c3ed6e9..03fd14cd68 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_limestone_wall" - ] - }, "criteria": { "has_polished_cut_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_limestone_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_limestone_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall_from_limestone_stonecutting.json index b72b04ae16..3e1fac8b46 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_limestone_wall_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_limestone_wall_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_limestone_wall_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall_from_stone_types_limestone_stonecutting.json index 51c2302582..a33bc8a47e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_limestone_wall_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_limestone_wall_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_limestone_wall_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_from_ochrum_stonecutting.json index bf0d48b3bf..2dd3502d0c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_ochrum_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_ochrum_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_ochrum_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_from_stone_types_ochrum_stonecutting.json index 4ec378502d..b9d20e2199 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_ochrum_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_ochrum_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_ochrum_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab.json index 6626a5c0de..7d6b6d9b69 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_ochrum_slab" - ] - }, "criteria": { "has_polished_cut_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_ochrum_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_ochrum_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_from_ochrum_stonecutting.json index 086164b873..f3235509a4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_ochrum_slab_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_ochrum_slab_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_ochrum_slab_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json index d4bcdbb8cd..7aad02e2c3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_recycling.json index 136a1b41da..c988b103a9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_ochrum_slab_recycling" - ] - }, "criteria": { "has_polished_cut_ochrum_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_ochrum_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_ochrum_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_ochrum_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs.json index 8f435d8466..715c52e032 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_ochrum_stairs" - ] - }, "criteria": { "has_polished_cut_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_ochrum_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_ochrum_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs_from_ochrum_stonecutting.json index 0518050bff..40d5b3b848 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_ochrum_stairs_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_ochrum_stairs_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_ochrum_stairs_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json index 5573ce9997..1cc1fa67ba 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall.json index 2363e9a59d..f4d7926ece 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_ochrum_wall" - ] - }, "criteria": { "has_polished_cut_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_ochrum_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_ochrum_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall_from_ochrum_stonecutting.json index ede44d5a56..ebaf1750f1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_ochrum_wall_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_ochrum_wall_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_ochrum_wall_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json index d2194eff45..d3fe03f45d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_from_scorchia_stonecutting.json index a97b3935c5..efde3437c4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scorchia_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scorchia_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scorchia_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_from_stone_types_scorchia_stonecutting.json index ee4eb2bce6..8a696959ca 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scorchia_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scorchia_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scorchia_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab.json index 9a81d453a9..1933c7f7ad 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scorchia_slab" - ] - }, "criteria": { "has_polished_cut_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scorchia_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scorchia_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_from_scorchia_stonecutting.json index 67d80340e4..8987606abf 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scorchia_slab_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scorchia_slab_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scorchia_slab_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json index 61cc4f1564..dc70f3bb7d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_recycling.json index 2270f28b24..638f5b834c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scorchia_slab_recycling" - ] - }, "criteria": { "has_polished_cut_scorchia_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scorchia_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_scorchia_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scorchia_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs.json index 71cd136de9..f508014287 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scorchia_stairs" - ] - }, "criteria": { "has_polished_cut_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scorchia_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scorchia_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs_from_scorchia_stonecutting.json index 39fd9ef38e..2d8229dd4a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scorchia_stairs_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scorchia_stairs_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scorchia_stairs_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json index 2e4a9f532b..ab5546b0f5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall.json index d2a672d826..da53191d47 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scorchia_wall" - ] - }, "criteria": { "has_polished_cut_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scorchia_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scorchia_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall_from_scorchia_stonecutting.json index 9a4267bc8d..05979247f6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scorchia_wall_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scorchia_wall_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scorchia_wall_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json index 2bb671fabd..b59fe313a4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_from_scoria_stonecutting.json index 80ba3e063f..ed881d3da2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scoria_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scoria_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scoria_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_from_stone_types_scoria_stonecutting.json index 670f690289..3243074fe8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scoria_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scoria_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scoria_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab.json index 1d9c2c81ef..39d5116c7f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scoria_slab" - ] - }, "criteria": { "has_polished_cut_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scoria_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scoria_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_from_scoria_stonecutting.json index f0f3db1734..561932857d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scoria_slab_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scoria_slab_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scoria_slab_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_from_stone_types_scoria_stonecutting.json index 2026f6318f..83d17561fe 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scoria_slab_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scoria_slab_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scoria_slab_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_recycling.json index c2949786a6..88518f09c4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scoria_slab_recycling" - ] - }, "criteria": { "has_polished_cut_scoria_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scoria_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_scoria_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scoria_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs.json index 1fee65349c..d6bd1c6752 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scoria_stairs" - ] - }, "criteria": { "has_polished_cut_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scoria_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scoria_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs_from_scoria_stonecutting.json index 4b9d143200..c34bf47d3d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scoria_stairs_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scoria_stairs_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scoria_stairs_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting.json index 1b9b378f50..5229e85fa8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall.json index 4283a8646a..3f0b386008 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scoria_wall" - ] - }, "criteria": { "has_polished_cut_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scoria_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scoria_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall_from_scoria_stonecutting.json index 2c8302353a..6de05d350e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scoria_wall_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scoria_wall_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scoria_wall_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall_from_stone_types_scoria_stonecutting.json index ef7970996f..65016eb28a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_scoria_wall_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_scoria_wall_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_scoria_wall_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_from_stone_types_tuff_stonecutting.json index ae2b8aae58..5fb7fa4ba1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_tuff_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_tuff_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_tuff_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_from_tuff_stonecutting.json index b9b878f262..0b2cc6ae7f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_tuff_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:polished_cut_tuff_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:polished_cut_tuff_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_tuff_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab.json index de211b157a..066c7af217 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_tuff_slab" - ] - }, "criteria": { "has_polished_cut_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_tuff_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_tuff_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_from_stone_types_tuff_stonecutting.json index 9fa5ce5daa..6726ba232d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_tuff_slab_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_tuff_slab_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_tuff_slab_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_from_tuff_stonecutting.json index d03ac6230b..49f64afaa4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_tuff_slab_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:polished_cut_tuff_slab_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:polished_cut_tuff_slab_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_tuff_slab_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_recycling.json index 28870779d3..e3c41d058c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_tuff_slab_recycling" - ] - }, "criteria": { "has_polished_cut_tuff_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_tuff_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_tuff_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_tuff_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs.json index 38b72aa93e..91d6e22030 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_tuff_stairs" - ] - }, "criteria": { "has_polished_cut_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_tuff_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_tuff_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting.json index 0ca6311ef0..191b095a09 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs_from_tuff_stonecutting.json index f27fb779ac..85705b0e8e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_tuff_stairs_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:polished_cut_tuff_stairs_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:polished_cut_tuff_stairs_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_tuff_stairs_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall.json index 9a65fe20bc..7c3fa04d2e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_tuff_wall" - ] - }, "criteria": { "has_polished_cut_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_tuff_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_tuff_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall_from_stone_types_tuff_stonecutting.json index 9185d52aa4..b4d52ccdd1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_tuff_wall_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_tuff_wall_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_tuff_wall_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall_from_tuff_stonecutting.json index 9e62c38f52..0e6a91fb85 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_tuff_wall_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:polished_cut_tuff_wall_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:polished_cut_tuff_wall_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_tuff_wall_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_from_stone_types_veridium_stonecutting.json index 01bc268f9d..80c63fc71c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_veridium_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_veridium_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_veridium_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_from_veridium_stonecutting.json index 0a47a6596b..2a51165f2a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_veridium_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:polished_cut_veridium_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:polished_cut_veridium_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_veridium_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab.json index 2b8f2bf342..5ece14951a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_veridium_slab" - ] - }, "criteria": { "has_polished_cut_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_veridium_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_veridium_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_from_stone_types_veridium_stonecutting.json index ea6ddb298b..058028c2ae 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_veridium_slab_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_veridium_slab_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_veridium_slab_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_from_veridium_stonecutting.json index 6b79272405..1763a887c7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_veridium_slab_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:polished_cut_veridium_slab_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:polished_cut_veridium_slab_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_veridium_slab_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_recycling.json index ed3ddd0e67..8391bb2d06 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_veridium_slab_recycling" - ] - }, "criteria": { "has_polished_cut_veridium_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_veridium_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_veridium_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_veridium_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs.json index a8dba60b56..00bb3e20fd 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_veridium_stairs" - ] - }, "criteria": { "has_polished_cut_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_veridium_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_veridium_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting.json index 7ecba98533..381eeeecff 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs_from_veridium_stonecutting.json index bc292d8627..90156ccf17 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_veridium_stairs_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:polished_cut_veridium_stairs_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:polished_cut_veridium_stairs_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_veridium_stairs_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall.json index 2700186f1f..c43b57fa36 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_veridium_wall" - ] - }, "criteria": { "has_polished_cut_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_veridium_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_polished_cut_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_veridium_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall_from_stone_types_veridium_stonecutting.json index fe640c56db..bb55e13bd0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_veridium_wall_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:polished_cut_veridium_wall_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_veridium_wall_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall_from_veridium_stonecutting.json index 9b3196d868..71dc4e9713 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:polished_cut_veridium_wall_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:polished_cut_veridium_wall_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:polished_cut_veridium_wall_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:polished_cut_veridium_wall_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scorchia_pillar_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scorchia_pillar_from_scorchia_stonecutting.json index 6b31a2cf36..f892ea0b7e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/scorchia_pillar_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scorchia_pillar_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:scorchia_pillar_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:scorchia_pillar_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:scorchia_pillar_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scorchia_pillar_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scorchia_pillar_from_stone_types_scorchia_stonecutting.json index 67f563d4c1..fc80f93d4b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/scorchia_pillar_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scorchia_pillar_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:scorchia_pillar_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:scorchia_pillar_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:scorchia_pillar_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_pillar_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_pillar_from_scoria_stonecutting.json index 6a262a2930..10bbbf72c1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_pillar_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_pillar_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:scoria_pillar_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:scoria_pillar_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:scoria_pillar_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_pillar_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_pillar_from_stone_types_scoria_stonecutting.json index a742c19a40..0d029d3079 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_pillar_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_pillar_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:scoria_pillar_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:scoria_pillar_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:scoria_pillar_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_slab.json index a875fefb9e..b9b348cee8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_andesite_brick_slab" - ] - }, "criteria": { "has_small_andesite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_andesite_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_andesite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_andesite_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_from_andesite_stonecutting.json index feaa082e7e..5efeabbe40 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_andesite_brick_slab_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_andesite_brick_slab_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_andesite_brick_slab_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_from_stone_types_andesite_stonecutting.json index 7616ecda86..b14a42e00d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_andesite_brick_slab_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_andesite_brick_slab_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_andesite_brick_slab_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_recycling.json index 93a8c0812d..25c82e602f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_andesite_brick_slab_recycling" - ] - }, "criteria": { "has_small_andesite_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_andesite_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_andesite_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_andesite_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs.json index f48bcec502..8d3812d73c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_andesite_brick_stairs" - ] - }, "criteria": { "has_small_andesite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_andesite_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_andesite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_andesite_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs_from_andesite_stonecutting.json index 9aebaaaaf0..fbc273b42f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_andesite_brick_stairs_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_andesite_brick_stairs_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_andesite_brick_stairs_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json index 92cbb6c037..5d23219f21 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_andesite_brick_stairs_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_andesite_brick_stairs_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_andesite_brick_stairs_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_wall.json index a62117afea..0f391f2dfe 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_andesite_brick_wall" - ] - }, "criteria": { "has_small_andesite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_andesite_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_andesite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_andesite_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_wall_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_wall_from_andesite_stonecutting.json index 2788f52e03..f557051457 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_wall_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_wall_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_andesite_brick_wall_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_andesite_brick_wall_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_andesite_brick_wall_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_wall_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_wall_from_stone_types_andesite_stonecutting.json index 3c74af7ec1..72d2a305a7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_wall_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_brick_wall_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_andesite_brick_wall_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_andesite_brick_wall_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_andesite_brick_wall_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_bricks_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_bricks_from_andesite_stonecutting.json index 7cd184cf0d..0465d8fbb5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_bricks_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_bricks_from_andesite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_andesite_bricks_from_andesite_stonecutting" - ] - }, "criteria": { "has_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_andesite_bricks_from_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_andesite_bricks_from_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_bricks_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_bricks_from_stone_types_andesite_stonecutting.json index 6f02d4e76d..6cf15e7608 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_bricks_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_andesite_bricks_from_stone_types_andesite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_andesite_bricks_from_stone_types_andesite_stonecutting" - ] - }, "criteria": { "has_stone_types_andesite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/andesite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_andesite_bricks_from_stone_types_andesite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_andesite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_andesite_bricks_from_stone_types_andesite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_slab.json index 80f38c4ea8..42f4430d76 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_asurine_brick_slab" - ] - }, "criteria": { "has_small_asurine_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_asurine_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_asurine_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_asurine_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_from_asurine_stonecutting.json index 701a77baf0..c70ad72b0d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_asurine_brick_slab_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_asurine_brick_slab_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_asurine_brick_slab_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_from_stone_types_asurine_stonecutting.json index 8a3fa3af74..e10dbce724 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_asurine_brick_slab_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_asurine_brick_slab_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_asurine_brick_slab_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_recycling.json index 643241f4c6..d5ee1a9714 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_asurine_brick_slab_recycling" - ] - }, "criteria": { "has_small_asurine_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_asurine_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_asurine_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_asurine_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs.json index a5fd21d2ad..8842d9140f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_asurine_brick_stairs" - ] - }, "criteria": { "has_small_asurine_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_asurine_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_asurine_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_asurine_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs_from_asurine_stonecutting.json index a8caac7dce..fb01f5f6e1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_asurine_brick_stairs_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_asurine_brick_stairs_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_asurine_brick_stairs_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json index 173483bcc0..35181b36fc 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_asurine_brick_stairs_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_asurine_brick_stairs_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_asurine_brick_stairs_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_wall.json index 585657aa83..db2228df5f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_asurine_brick_wall" - ] - }, "criteria": { "has_small_asurine_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_asurine_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_asurine_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_asurine_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_wall_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_wall_from_asurine_stonecutting.json index 4596c0d26b..507f786933 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_wall_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_wall_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_asurine_brick_wall_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_asurine_brick_wall_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_asurine_brick_wall_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_wall_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_wall_from_stone_types_asurine_stonecutting.json index f8fb6a62c6..ec36441b5d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_wall_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_brick_wall_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_asurine_brick_wall_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_asurine_brick_wall_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_asurine_brick_wall_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_bricks_from_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_bricks_from_asurine_stonecutting.json index cbc5609603..7f45f631bc 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_bricks_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_bricks_from_asurine_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_asurine_bricks_from_asurine_stonecutting" - ] - }, "criteria": { "has_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_asurine_bricks_from_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_asurine_bricks_from_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_bricks_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_bricks_from_stone_types_asurine_stonecutting.json index 11414f2d3b..ed068aea14 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_bricks_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_asurine_bricks_from_stone_types_asurine_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_asurine_bricks_from_stone_types_asurine_stonecutting" - ] - }, "criteria": { "has_stone_types_asurine": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/asurine" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_asurine_bricks_from_stone_types_asurine_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_asurine", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_asurine_bricks_from_stone_types_asurine_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_slab.json index 4423c087db..a03b82ac93 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_calcite_brick_slab" - ] - }, "criteria": { "has_small_calcite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_calcite_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_calcite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_calcite_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_from_calcite_stonecutting.json index e52d7c3d30..2bf42e20a7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_calcite_brick_slab_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_calcite_brick_slab_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_calcite_brick_slab_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_from_stone_types_calcite_stonecutting.json index 9cc768feeb..0a2c584819 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_calcite_brick_slab_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_calcite_brick_slab_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_calcite_brick_slab_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_recycling.json index 0e397ee957..432c9e329c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_calcite_brick_slab_recycling" - ] - }, "criteria": { "has_small_calcite_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_calcite_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_calcite_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_calcite_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs.json index ef7023fe98..a4c76bbf1d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_calcite_brick_stairs" - ] - }, "criteria": { "has_small_calcite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_calcite_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_calcite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_calcite_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs_from_calcite_stonecutting.json index 9ec834dc94..cae1a9c35d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_calcite_brick_stairs_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_calcite_brick_stairs_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_calcite_brick_stairs_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json index fb4b1109a0..1a3f14eec9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_calcite_brick_stairs_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_calcite_brick_stairs_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_calcite_brick_stairs_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_wall.json index 9d964bae34..292255bbba 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_calcite_brick_wall" - ] - }, "criteria": { "has_small_calcite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_calcite_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_calcite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_calcite_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_wall_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_wall_from_calcite_stonecutting.json index 96bf88393b..2c4907e14a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_wall_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_wall_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_calcite_brick_wall_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_calcite_brick_wall_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_calcite_brick_wall_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_wall_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_wall_from_stone_types_calcite_stonecutting.json index 324ac2964a..c61f52c87c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_wall_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_brick_wall_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_calcite_brick_wall_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_calcite_brick_wall_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_calcite_brick_wall_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_bricks_from_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_bricks_from_calcite_stonecutting.json index e49d4ffbe1..030b4011d9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_bricks_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_bricks_from_calcite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_calcite_bricks_from_calcite_stonecutting" - ] - }, "criteria": { "has_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_calcite_bricks_from_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_calcite_bricks_from_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_bricks_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_bricks_from_stone_types_calcite_stonecutting.json index f5c11a4b14..d75044b0c8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_bricks_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_calcite_bricks_from_stone_types_calcite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_calcite_bricks_from_stone_types_calcite_stonecutting" - ] - }, "criteria": { "has_stone_types_calcite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/calcite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_calcite_bricks_from_stone_types_calcite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_calcite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_calcite_bricks_from_stone_types_calcite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab.json index d113adce85..0be2745921 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_crimsite_brick_slab" - ] - }, "criteria": { "has_small_crimsite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_crimsite_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_crimsite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_crimsite_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_from_crimsite_stonecutting.json index 49cf8ff572..560eac16d9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_crimsite_brick_slab_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_crimsite_brick_slab_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_crimsite_brick_slab_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json index fa55f2bf52..5b6aabac39 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_recycling.json index ac5af0cc38..7ca0bf57f1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_crimsite_brick_slab_recycling" - ] - }, "criteria": { "has_small_crimsite_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_crimsite_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_crimsite_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_crimsite_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs.json index 85175367e0..81be559d78 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_crimsite_brick_stairs" - ] - }, "criteria": { "has_small_crimsite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_crimsite_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_crimsite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_crimsite_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs_from_crimsite_stonecutting.json index f4faec4384..16a0d66f8a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_crimsite_brick_stairs_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_crimsite_brick_stairs_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_crimsite_brick_stairs_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json index 898128dfba..764dc32547 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall.json index aac2bd326a..848be623ce 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_crimsite_brick_wall" - ] - }, "criteria": { "has_small_crimsite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_crimsite_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_crimsite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_crimsite_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall_from_crimsite_stonecutting.json index e038a8d46c..81ad8388dc 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_crimsite_brick_wall_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_crimsite_brick_wall_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_crimsite_brick_wall_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json index 2231f91914..b57ad7876e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_bricks_from_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_bricks_from_crimsite_stonecutting.json index b9f70fab70..d013405511 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_bricks_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_bricks_from_crimsite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_crimsite_bricks_from_crimsite_stonecutting" - ] - }, "criteria": { "has_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_crimsite_bricks_from_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_crimsite_bricks_from_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_bricks_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_bricks_from_stone_types_crimsite_stonecutting.json index f6a8cfbf70..3a9c26f01b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_bricks_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_crimsite_bricks_from_stone_types_crimsite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_crimsite_bricks_from_stone_types_crimsite_stonecutting" - ] - }, "criteria": { "has_stone_types_crimsite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/crimsite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_crimsite_bricks_from_stone_types_crimsite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_crimsite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_crimsite_bricks_from_stone_types_crimsite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab.json index 67d8ff191e..3fa2757892 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_deepslate_brick_slab" - ] - }, "criteria": { "has_small_deepslate_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_deepslate_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_deepslate_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_deepslate_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_from_deepslate_stonecutting.json index b99e39c653..26d7510307 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_deepslate_brick_slab_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_deepslate_brick_slab_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_deepslate_brick_slab_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json index 7f4c206978..94cb13d166 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_recycling.json index 3ace1da9ef..5d1d461baa 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_deepslate_brick_slab_recycling" - ] - }, "criteria": { "has_small_deepslate_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_deepslate_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_deepslate_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_deepslate_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs.json index 710868c4e5..9f2dc4d283 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_deepslate_brick_stairs" - ] - }, "criteria": { "has_small_deepslate_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_deepslate_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_deepslate_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_deepslate_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs_from_deepslate_stonecutting.json index f85c41b108..95758cc195 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_deepslate_brick_stairs_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_deepslate_brick_stairs_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_deepslate_brick_stairs_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json index 79e29c213e..9011c6df6e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall.json index ce57b56dea..47ffa7272e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_deepslate_brick_wall" - ] - }, "criteria": { "has_small_deepslate_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_deepslate_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_deepslate_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_deepslate_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall_from_deepslate_stonecutting.json index c10de08767..cb936ede77 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_deepslate_brick_wall_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_deepslate_brick_wall_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_deepslate_brick_wall_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json index 546801fe55..9c26372cae 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_bricks_from_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_bricks_from_deepslate_stonecutting.json index 7f05d39814..eb9f24ab90 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_bricks_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_bricks_from_deepslate_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_deepslate_bricks_from_deepslate_stonecutting" - ] - }, "criteria": { "has_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_deepslate_bricks_from_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_deepslate_bricks_from_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_bricks_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_bricks_from_stone_types_deepslate_stonecutting.json index c430813413..941b91347d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_bricks_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_deepslate_bricks_from_stone_types_deepslate_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_deepslate_bricks_from_stone_types_deepslate_stonecutting" - ] - }, "criteria": { "has_stone_types_deepslate": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/deepslate" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_deepslate_bricks_from_stone_types_deepslate_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_deepslate", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_deepslate_bricks_from_stone_types_deepslate_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_slab.json index d795ba5748..367386f7c5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_diorite_brick_slab" - ] - }, "criteria": { "has_small_diorite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_diorite_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_diorite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_diorite_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_from_diorite_stonecutting.json index a2ae56672f..c6db6debcf 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_diorite_brick_slab_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_diorite_brick_slab_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_diorite_brick_slab_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_from_stone_types_diorite_stonecutting.json index a060605d93..a9fa60c178 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_diorite_brick_slab_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_diorite_brick_slab_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_diorite_brick_slab_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_recycling.json index 7dd1645911..6ff78d9a93 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_diorite_brick_slab_recycling" - ] - }, "criteria": { "has_small_diorite_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_diorite_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_diorite_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_diorite_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs.json index 9dec1d1d1d..2caae509e4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_diorite_brick_stairs" - ] - }, "criteria": { "has_small_diorite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_diorite_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_diorite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_diorite_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs_from_diorite_stonecutting.json index 8ac40e7fbb..09c9f549f4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_diorite_brick_stairs_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_diorite_brick_stairs_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_diorite_brick_stairs_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json index ab3f0f3fd0..2c41680f8a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_diorite_brick_stairs_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_diorite_brick_stairs_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_diorite_brick_stairs_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_wall.json index 4d36538f5c..d558a04cac 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_diorite_brick_wall" - ] - }, "criteria": { "has_small_diorite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_diorite_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_diorite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_diorite_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_wall_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_wall_from_diorite_stonecutting.json index 25216a3a6b..b741602a27 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_wall_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_wall_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_diorite_brick_wall_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_diorite_brick_wall_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_diorite_brick_wall_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_wall_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_wall_from_stone_types_diorite_stonecutting.json index e6cae3d877..ce17b6ef91 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_wall_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_brick_wall_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_diorite_brick_wall_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_diorite_brick_wall_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_diorite_brick_wall_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_bricks_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_bricks_from_diorite_stonecutting.json index 2c41cb1ffc..b3ada642f1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_bricks_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_bricks_from_diorite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_diorite_bricks_from_diorite_stonecutting" - ] - }, "criteria": { "has_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_diorite_bricks_from_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_diorite_bricks_from_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_bricks_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_bricks_from_stone_types_diorite_stonecutting.json index c639b1c39a..7ea9d2913c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_bricks_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_diorite_bricks_from_stone_types_diorite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_diorite_bricks_from_stone_types_diorite_stonecutting" - ] - }, "criteria": { "has_stone_types_diorite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/diorite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_diorite_bricks_from_stone_types_diorite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_diorite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_diorite_bricks_from_stone_types_diorite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab.json index 1096cd09b6..cfb1f8ebbf 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_dripstone_brick_slab" - ] - }, "criteria": { "has_small_dripstone_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_dripstone_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_dripstone_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_dripstone_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_from_dripstone_block_stonecutting.json index 123b2a1c3c..9e758373d0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_dripstone_brick_slab_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_dripstone_brick_slab_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_dripstone_brick_slab_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json index 91cd1beb12..1dd1b8a37e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_recycling.json index 592f72a2e0..5d9986da2c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_dripstone_brick_slab_recycling" - ] - }, "criteria": { "has_small_dripstone_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_dripstone_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_dripstone_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_dripstone_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs.json index 64e719b880..e8679dae75 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_dripstone_brick_stairs" - ] - }, "criteria": { "has_small_dripstone_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_dripstone_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_dripstone_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_dripstone_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs_from_dripstone_block_stonecutting.json index 196d7e83fd..cf816bca7e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_dripstone_brick_stairs_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_dripstone_brick_stairs_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_dripstone_brick_stairs_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json index a78645b2e1..a3ec4fa004 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall.json index 806f1f265e..beb4667be4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_dripstone_brick_wall" - ] - }, "criteria": { "has_small_dripstone_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_dripstone_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_dripstone_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_dripstone_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall_from_dripstone_block_stonecutting.json index f56f88e87a..9749ad09e7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_dripstone_brick_wall_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_dripstone_brick_wall_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_dripstone_brick_wall_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json index f704c716c4..6b7110ac7f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_bricks_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_bricks_from_dripstone_block_stonecutting.json index b25bc0273a..f25ffe1263 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_bricks_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_bricks_from_dripstone_block_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_dripstone_bricks_from_dripstone_block_stonecutting" - ] - }, "criteria": { "has_dripstone_block": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_dripstone_bricks_from_dripstone_block_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_dripstone_block", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_dripstone_bricks_from_dripstone_block_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_bricks_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_bricks_from_stone_types_dripstone_stonecutting.json index 9f9c1f4f04..4441a41377 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_bricks_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_dripstone_bricks_from_stone_types_dripstone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_dripstone_bricks_from_stone_types_dripstone_stonecutting" - ] - }, "criteria": { "has_stone_types_dripstone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/dripstone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_dripstone_bricks_from_stone_types_dripstone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_dripstone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_dripstone_bricks_from_stone_types_dripstone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_slab.json index 780506c01c..03f259649b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_granite_brick_slab" - ] - }, "criteria": { "has_small_granite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_granite_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_granite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_granite_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_slab_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_slab_from_granite_stonecutting.json index 448a1281c8..323d7a7dea 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_slab_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_slab_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_granite_brick_slab_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_granite_brick_slab_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_granite_brick_slab_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_slab_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_slab_from_stone_types_granite_stonecutting.json index 96230a4e38..bd3b3b3211 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_slab_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_slab_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_granite_brick_slab_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_granite_brick_slab_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_granite_brick_slab_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_slab_recycling.json index 3d20420627..fda76a1640 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_granite_brick_slab_recycling" - ] - }, "criteria": { "has_small_granite_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_granite_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_granite_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_granite_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_stairs.json index de323e0e2e..bfc324fa70 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_granite_brick_stairs" - ] - }, "criteria": { "has_small_granite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_granite_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_granite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_granite_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_stairs_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_stairs_from_granite_stonecutting.json index b94dee5d13..9fd4d1b7ec 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_stairs_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_stairs_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_granite_brick_stairs_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_granite_brick_stairs_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_granite_brick_stairs_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_stairs_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_stairs_from_stone_types_granite_stonecutting.json index bdd2f01cb8..ee5691273b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_stairs_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_stairs_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_granite_brick_stairs_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_granite_brick_stairs_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_granite_brick_stairs_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_wall.json index 8c2b044d61..e46bf78ba4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_granite_brick_wall" - ] - }, "criteria": { "has_small_granite_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_granite_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_granite_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_granite_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_wall_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_wall_from_granite_stonecutting.json index 1a21db1fba..8e0c02df89 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_wall_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_wall_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_granite_brick_wall_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_granite_brick_wall_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_granite_brick_wall_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_wall_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_wall_from_stone_types_granite_stonecutting.json index 74e7d9bc15..98d188966a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_wall_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_brick_wall_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_granite_brick_wall_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_granite_brick_wall_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_granite_brick_wall_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_bricks_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_bricks_from_granite_stonecutting.json index 3516f8901e..9ce6ad8982 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_bricks_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_bricks_from_granite_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_granite_bricks_from_granite_stonecutting" - ] - }, "criteria": { "has_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_granite_bricks_from_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_granite_bricks_from_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_bricks_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_bricks_from_stone_types_granite_stonecutting.json index f8baa4cbf8..2229f86b25 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_bricks_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_granite_bricks_from_stone_types_granite_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_granite_bricks_from_stone_types_granite_stonecutting" - ] - }, "criteria": { "has_stone_types_granite": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/granite" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_granite_bricks_from_stone_types_granite_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_granite", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_granite_bricks_from_stone_types_granite_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_slab.json index 2a4079d8f8..d7e0182e42 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_limestone_brick_slab" - ] - }, "criteria": { "has_small_limestone_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_limestone_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_limestone_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_limestone_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_from_limestone_stonecutting.json index 0334cd87af..d7874f2198 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_limestone_brick_slab_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_limestone_brick_slab_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_limestone_brick_slab_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_from_stone_types_limestone_stonecutting.json index 2e01c61f2e..c9a99812f0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_limestone_brick_slab_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_limestone_brick_slab_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_limestone_brick_slab_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_recycling.json index 140b007fb0..e32f9f5817 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_limestone_brick_slab_recycling" - ] - }, "criteria": { "has_small_limestone_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_limestone_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_limestone_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_limestone_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs.json index 872633929b..5209d8c57a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_limestone_brick_stairs" - ] - }, "criteria": { "has_small_limestone_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_limestone_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_limestone_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_limestone_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs_from_limestone_stonecutting.json index 81614ac7c0..5019e15ab5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_limestone_brick_stairs_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_limestone_brick_stairs_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_limestone_brick_stairs_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json index 03f4857cba..0933416f73 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_limestone_brick_stairs_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_limestone_brick_stairs_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_limestone_brick_stairs_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_wall.json index 77e5d58b1c..9bd60b9cfe 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_limestone_brick_wall" - ] - }, "criteria": { "has_small_limestone_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_limestone_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_limestone_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_limestone_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_wall_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_wall_from_limestone_stonecutting.json index 32849e4584..b22ef09c7e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_wall_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_wall_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_limestone_brick_wall_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_limestone_brick_wall_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_limestone_brick_wall_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_wall_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_wall_from_stone_types_limestone_stonecutting.json index c88860412e..4fca3fdde5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_wall_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_brick_wall_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_limestone_brick_wall_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_limestone_brick_wall_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_limestone_brick_wall_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_bricks_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_bricks_from_limestone_stonecutting.json index c26c260bc2..f27fe59599 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_bricks_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_bricks_from_limestone_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_limestone_bricks_from_limestone_stonecutting" - ] - }, "criteria": { "has_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_limestone_bricks_from_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_limestone_bricks_from_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_bricks_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_bricks_from_stone_types_limestone_stonecutting.json index 37b1c628e3..14ebd3ae7a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_bricks_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_limestone_bricks_from_stone_types_limestone_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_limestone_bricks_from_stone_types_limestone_stonecutting" - ] - }, "criteria": { "has_stone_types_limestone": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/limestone" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_limestone_bricks_from_stone_types_limestone_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_limestone", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_limestone_bricks_from_stone_types_limestone_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab.json index 635bf616f0..154eea9817 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_ochrum_brick_slab" - ] - }, "criteria": { "has_small_ochrum_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_ochrum_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_ochrum_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_ochrum_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_from_ochrum_stonecutting.json index 26ce8727bb..0b5609a786 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_ochrum_brick_slab_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_ochrum_brick_slab_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_ochrum_brick_slab_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json index f3d10858dd..8139385d9d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_recycling.json index 4b88312dc0..949ff009b8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_ochrum_brick_slab_recycling" - ] - }, "criteria": { "has_small_ochrum_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_ochrum_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_ochrum_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_ochrum_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs.json index d01908fc5c..d5dd989922 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_ochrum_brick_stairs" - ] - }, "criteria": { "has_small_ochrum_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_ochrum_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_ochrum_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_ochrum_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs_from_ochrum_stonecutting.json index 720edfbd87..d55c11c34b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_ochrum_brick_stairs_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_ochrum_brick_stairs_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_ochrum_brick_stairs_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json index 2fd12772eb..6502c77f3b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall.json index 7c69a39e4f..888e3a88c9 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_ochrum_brick_wall" - ] - }, "criteria": { "has_small_ochrum_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_ochrum_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_ochrum_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_ochrum_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall_from_ochrum_stonecutting.json index 3d82c26705..6cd1a26cc1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_ochrum_brick_wall_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_ochrum_brick_wall_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_ochrum_brick_wall_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json index 4821548238..b77d7d293e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_bricks_from_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_bricks_from_ochrum_stonecutting.json index 6faac45975..7625e89072 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_bricks_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_bricks_from_ochrum_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_ochrum_bricks_from_ochrum_stonecutting" - ] - }, "criteria": { "has_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_ochrum_bricks_from_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_ochrum_bricks_from_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_bricks_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_bricks_from_stone_types_ochrum_stonecutting.json index bd11ec6177..4bec91d0f0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_bricks_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_ochrum_bricks_from_stone_types_ochrum_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_ochrum_bricks_from_stone_types_ochrum_stonecutting" - ] - }, "criteria": { "has_stone_types_ochrum": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/ochrum" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_ochrum_bricks_from_stone_types_ochrum_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_ochrum", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_ochrum_bricks_from_stone_types_ochrum_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab.json index 190f61ec98..6ffefa9b52 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scorchia_brick_slab" - ] - }, "criteria": { "has_small_scorchia_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scorchia_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_scorchia_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scorchia_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_from_scorchia_stonecutting.json index 8af10ef4a2..6021a7000c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scorchia_brick_slab_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scorchia_brick_slab_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scorchia_brick_slab_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json index 4a0b857e9d..9744155869 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_recycling.json index 552cc0ffbc..ece6bfb33e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scorchia_brick_slab_recycling" - ] - }, "criteria": { "has_small_scorchia_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scorchia_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_scorchia_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scorchia_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs.json index 4dbb1c6da6..fa15e1ff89 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scorchia_brick_stairs" - ] - }, "criteria": { "has_small_scorchia_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scorchia_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_scorchia_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scorchia_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs_from_scorchia_stonecutting.json index 2f827bd09e..34c8439e29 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scorchia_brick_stairs_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scorchia_brick_stairs_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scorchia_brick_stairs_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json index 2dc941867d..0d559c53f3 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall.json index fb4de1056b..f93cceb6df 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scorchia_brick_wall" - ] - }, "criteria": { "has_small_scorchia_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scorchia_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_scorchia_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scorchia_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall_from_scorchia_stonecutting.json index ea64aff984..dcb0ae523b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scorchia_brick_wall_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scorchia_brick_wall_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scorchia_brick_wall_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json index 3c252cc98d..557fe15647 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_bricks_from_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_bricks_from_scorchia_stonecutting.json index 6f906cffb9..2ae176d625 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_bricks_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_bricks_from_scorchia_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scorchia_bricks_from_scorchia_stonecutting" - ] - }, "criteria": { "has_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scorchia_bricks_from_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scorchia_bricks_from_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_bricks_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_bricks_from_stone_types_scorchia_stonecutting.json index d2d91b0e84..4db492be08 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_bricks_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scorchia_bricks_from_stone_types_scorchia_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scorchia_bricks_from_stone_types_scorchia_stonecutting" - ] - }, "criteria": { "has_stone_types_scorchia": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scorchia" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scorchia_bricks_from_stone_types_scorchia_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scorchia", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scorchia_bricks_from_stone_types_scorchia_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_slab.json index 96b9ef2b9f..696af2ff3e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scoria_brick_slab" - ] - }, "criteria": { "has_small_scoria_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scoria_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_scoria_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scoria_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_from_scoria_stonecutting.json index 5a018c6d0f..59dd43c39b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scoria_brick_slab_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scoria_brick_slab_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scoria_brick_slab_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_from_stone_types_scoria_stonecutting.json index e4193a8c50..c9b4f7c935 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scoria_brick_slab_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scoria_brick_slab_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scoria_brick_slab_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_recycling.json index bedc09cac3..e2c57809d7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scoria_brick_slab_recycling" - ] - }, "criteria": { "has_small_scoria_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scoria_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_scoria_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scoria_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs.json index a149734a5b..c566179db8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scoria_brick_stairs" - ] - }, "criteria": { "has_small_scoria_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scoria_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_scoria_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scoria_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs_from_scoria_stonecutting.json index 5fdfa995fb..971f9a2114 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scoria_brick_stairs_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scoria_brick_stairs_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scoria_brick_stairs_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json index bd3b745803..bafcf21a40 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scoria_brick_stairs_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scoria_brick_stairs_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scoria_brick_stairs_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_wall.json index ba704f8927..08b6f986a1 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scoria_brick_wall" - ] - }, "criteria": { "has_small_scoria_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scoria_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_scoria_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scoria_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_wall_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_wall_from_scoria_stonecutting.json index 61aa8b0f26..11124ec35d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_wall_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_wall_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scoria_brick_wall_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scoria_brick_wall_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scoria_brick_wall_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_wall_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_wall_from_stone_types_scoria_stonecutting.json index 850e988836..8390467f17 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_wall_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_brick_wall_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scoria_brick_wall_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scoria_brick_wall_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scoria_brick_wall_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_bricks_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_bricks_from_scoria_stonecutting.json index 9398cf4fc8..ef46b578fa 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_bricks_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_bricks_from_scoria_stonecutting.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scoria_bricks_from_scoria_stonecutting" - ] - }, "criteria": { "has_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scoria_bricks_from_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scoria_bricks_from_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_bricks_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_bricks_from_stone_types_scoria_stonecutting.json index 1ea4f87d33..b2c60f0012 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_bricks_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_scoria_bricks_from_stone_types_scoria_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_scoria_bricks_from_stone_types_scoria_stonecutting" - ] - }, "criteria": { "has_stone_types_scoria": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/scoria" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_scoria_bricks_from_stone_types_scoria_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_scoria", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_scoria_bricks_from_stone_types_scoria_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_slab.json index f53f027073..3713abe6aa 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_tuff_brick_slab" - ] - }, "criteria": { "has_small_tuff_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_tuff_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_tuff_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_tuff_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_from_stone_types_tuff_stonecutting.json index ba77b30d1a..bd74ad24c6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_tuff_brick_slab_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_tuff_brick_slab_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_tuff_brick_slab_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_from_tuff_stonecutting.json index d9499e4062..f835dd7237 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_tuff_brick_slab_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:small_tuff_brick_slab_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:small_tuff_brick_slab_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_tuff_brick_slab_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_recycling.json index c4a5e9c79e..295f34e70a 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_tuff_brick_slab_recycling" - ] - }, "criteria": { "has_small_tuff_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_tuff_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_tuff_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_tuff_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs.json index cc0692e184..9d410e35c6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_tuff_brick_stairs" - ] - }, "criteria": { "has_small_tuff_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_tuff_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_tuff_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_tuff_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json index 71f9245a47..9f8c55cd1f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_tuff_brick_stairs_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_tuff_brick_stairs_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_tuff_brick_stairs_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs_from_tuff_stonecutting.json index 1cc30e2ffd..f31120ad46 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_tuff_brick_stairs_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:small_tuff_brick_stairs_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:small_tuff_brick_stairs_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_tuff_brick_stairs_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_wall.json index eba7add8e6..76294cac75 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_tuff_brick_wall" - ] - }, "criteria": { "has_small_tuff_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_tuff_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_tuff_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_tuff_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_wall_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_wall_from_stone_types_tuff_stonecutting.json index 5ed128abac..340dc64e55 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_wall_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_wall_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_tuff_brick_wall_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_tuff_brick_wall_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_tuff_brick_wall_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_wall_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_wall_from_tuff_stonecutting.json index 6930cc6193..bc631f06f5 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_wall_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_brick_wall_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_tuff_brick_wall_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:small_tuff_brick_wall_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:small_tuff_brick_wall_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_tuff_brick_wall_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_bricks_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_bricks_from_stone_types_tuff_stonecutting.json index dfabe6c163..df6589f69c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_bricks_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_bricks_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_tuff_bricks_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_tuff_bricks_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_tuff_bricks_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_bricks_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_bricks_from_tuff_stonecutting.json index e7898bd8c6..4210a71f98 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_bricks_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_tuff_bricks_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_tuff_bricks_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:small_tuff_bricks_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:small_tuff_bricks_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_tuff_bricks_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_slab.json index 146e8342ba..453eeb2a44 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_slab.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_slab.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_veridium_brick_slab" - ] - }, "criteria": { "has_small_veridium_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_veridium_brick_slab" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_veridium_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_veridium_brick_slab" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_from_stone_types_veridium_stonecutting.json index b13420b961..ad8fadffb6 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_veridium_brick_slab_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_veridium_brick_slab_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_veridium_brick_slab_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_from_veridium_stonecutting.json index 9222560289..93ab7110f8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_veridium_brick_slab_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:small_veridium_brick_slab_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:small_veridium_brick_slab_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_veridium_brick_slab_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_recycling.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_recycling.json index 242ea3bde3..ca007cd73e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_recycling.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_recycling.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_veridium_brick_slab_recycling" - ] - }, "criteria": { "has_small_veridium_brick_slab": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_veridium_brick_slab_recycling" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_veridium_brick_slab", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_veridium_brick_slab_recycling" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs.json index 87f20cb423..af8883da57 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_veridium_brick_stairs" - ] - }, "criteria": { "has_small_veridium_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_veridium_brick_stairs" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_veridium_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_veridium_brick_stairs" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json index cf1b595d75..a0098d0605 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_veridium_brick_stairs_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_veridium_brick_stairs_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_veridium_brick_stairs_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs_from_veridium_stonecutting.json index 9a1f27fbd6..59b1b99b0c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_veridium_brick_stairs_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:small_veridium_brick_stairs_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:small_veridium_brick_stairs_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_veridium_brick_stairs_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_wall.json index ccc34c9549..ed981c2be0 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_wall.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_wall.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_veridium_brick_wall" - ] - }, "criteria": { "has_small_veridium_bricks": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_veridium_brick_wall" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_small_veridium_bricks", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_veridium_brick_wall" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_wall_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_wall_from_stone_types_veridium_stonecutting.json index 75453e93b2..dc1e2f1e90 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_wall_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_wall_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_veridium_brick_wall_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_veridium_brick_wall_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_veridium_brick_wall_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_wall_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_wall_from_veridium_stonecutting.json index 87dce1fe5d..6a550a2df8 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_wall_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_brick_wall_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_veridium_brick_wall_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:small_veridium_brick_wall_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:small_veridium_brick_wall_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_veridium_brick_wall_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_bricks_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_bricks_from_stone_types_veridium_stonecutting.json index c0690f8fef..d2ab869f21 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_bricks_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_bricks_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_veridium_bricks_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:small_veridium_bricks_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_veridium_bricks_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_bricks_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_bricks_from_veridium_stonecutting.json index 04cdbefb16..aef29f137f 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_bricks_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/small_veridium_bricks_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:small_veridium_bricks_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:small_veridium_bricks_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:small_veridium_bricks_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:small_veridium_bricks_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/smelting/scoria.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/smelting/scoria.json index 688a9b3ba4..01a80b44eb 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/smelting/scoria.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/smelting/scoria.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/scoria" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/scoria" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/scoria" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/spruce_window.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/spruce_window.json index 7fe859ab84..f0e458143b 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/spruce_window.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/spruce_window.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:spruce_window" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:spruce_window" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:spruce_window" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/spruce_window_pane.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/spruce_window_pane.json index da0043ab7d..c49d8f1995 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/spruce_window_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/spruce_window_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:spruce_window_pane" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:spruce_window_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:spruce_window_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/tiled_glass_from_glass_colorless_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/tiled_glass_from_glass_colorless_stonecutting.json index 20e84262a8..8d7787d7b7 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/tiled_glass_from_glass_colorless_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/tiled_glass_from_glass_colorless_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:tiled_glass_from_glass_colorless_stonecutting" - ] - }, "criteria": { "has_glass_colorless": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:glass/colorless" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:tiled_glass_from_glass_colorless_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_glass_colorless", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:tiled_glass_from_glass_colorless_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/tiled_glass_pane.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/tiled_glass_pane.json index 5e71882ca0..8aab9cffad 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/tiled_glass_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/tiled_glass_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:tiled_glass_pane" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:tiled_glass_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:tiled_glass_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/tuff_pillar_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/tuff_pillar_from_stone_types_tuff_stonecutting.json index 64768afd80..3891818ee4 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/tuff_pillar_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/tuff_pillar_from_stone_types_tuff_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:tuff_pillar_from_stone_types_tuff_stonecutting" - ] - }, "criteria": { "has_stone_types_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/tuff" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:tuff_pillar_from_stone_types_tuff_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:tuff_pillar_from_stone_types_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/tuff_pillar_from_tuff_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/tuff_pillar_from_tuff_stonecutting.json index 36e1535baf..92db9d0d9e 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/tuff_pillar_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/tuff_pillar_from_tuff_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:tuff_pillar_from_tuff_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:tuff_pillar_from_tuff_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_tuff": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:tuff_pillar_from_tuff_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_tuff", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:tuff_pillar_from_tuff_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/veridium_pillar_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/veridium_pillar_from_stone_types_veridium_stonecutting.json index bc373e0957..9104e41249 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/veridium_pillar_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/veridium_pillar_from_stone_types_veridium_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:veridium_pillar_from_stone_types_veridium_stonecutting" - ] - }, "criteria": { "has_stone_types_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "create:stone_types/veridium" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:veridium_pillar_from_stone_types_veridium_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_stone_types_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:veridium_pillar_from_stone_types_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/veridium_pillar_from_veridium_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/veridium_pillar_from_veridium_stonecutting.json index cac898c96d..079491e2b2 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/veridium_pillar_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/veridium_pillar_from_veridium_stonecutting.json @@ -1,13 +1,13 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:veridium_pillar_from_veridium_stonecutting" - ] - }, "criteria": { + "has_the_recipe": { + "conditions": { + "recipe": "create:veridium_pillar_from_veridium_stonecutting" + }, + "trigger": "minecraft:recipe_unlocked" + }, "has_veridium": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +16,8 @@ ] } ] - } - }, - "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", - "conditions": { - "recipe": "create:veridium_pillar_from_veridium_stonecutting" - } + }, + "trigger": "minecraft:inventory_changed" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_veridium", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:veridium_pillar_from_veridium_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/vertical_framed_glass_from_glass_colorless_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/vertical_framed_glass_from_glass_colorless_stonecutting.json index 7350eea2d7..ff08cddc10 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/vertical_framed_glass_from_glass_colorless_stonecutting.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/vertical_framed_glass_from_glass_colorless_stonecutting.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:vertical_framed_glass_from_glass_colorless_stonecutting" - ] - }, "criteria": { "has_glass_colorless": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:glass/colorless" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:vertical_framed_glass_from_glass_colorless_stonecutting" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_glass_colorless", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:vertical_framed_glass_from_glass_colorless_stonecutting" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/vertical_framed_glass_pane.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/vertical_framed_glass_pane.json index 9b3ac72653..ab6f6b1387 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/vertical_framed_glass_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/vertical_framed_glass_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:vertical_framed_glass_pane" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:vertical_framed_glass_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:vertical_framed_glass_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/warped_window.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/warped_window.json index 740bca969c..e1569fed7d 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/warped_window.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/warped_window.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:warped_window" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:warped_window" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:warped_window" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/warped_window_pane.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/warped_window_pane.json index 0d07ec5043..b70006fa75 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/warped_window_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/warped_window_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:warped_window_pane" - ] - }, "criteria": { "has_ingredient": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:warped_window_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_ingredient", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:warped_window_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_framed_glass_pane.json b/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_framed_glass_pane.json index 0f697268b4..ab72d8df03 100644 --- a/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_framed_glass_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_framed_glass_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/glass_pane_from_framed_glass_pane" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/glass_pane_from_framed_glass_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/glass_pane_from_framed_glass_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_horizontal_framed_glass_pane.json b/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_horizontal_framed_glass_pane.json index 61b71c2e79..e31f3547e8 100644 --- a/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_horizontal_framed_glass_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_horizontal_framed_glass_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/glass_pane_from_horizontal_framed_glass_pane" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/glass_pane_from_horizontal_framed_glass_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/glass_pane_from_horizontal_framed_glass_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_tiled_glass_pane.json b/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_tiled_glass_pane.json index 5f92f90049..33b761226c 100644 --- a/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_tiled_glass_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_tiled_glass_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/glass_pane_from_tiled_glass_pane" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/glass_pane_from_tiled_glass_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/glass_pane_from_tiled_glass_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_vertical_framed_glass_pane.json b/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_vertical_framed_glass_pane.json index a272085306..84ed688c2d 100644 --- a/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_vertical_framed_glass_pane.json +++ b/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_vertical_framed_glass_pane.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/glass_pane_from_vertical_framed_glass_pane" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/glass_pane_from_vertical_framed_glass_pane" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/glass_pane_from_vertical_framed_glass_pane" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/food/campfire_cooking/bread.json b/src/generated/resources/data/create/advancements/recipes/food/campfire_cooking/bread.json index f69c4e16cb..5f21bffd75 100644 --- a/src/generated/resources/data/create/advancements/recipes/food/campfire_cooking/bread.json +++ b/src/generated/resources/data/create/advancements/recipes/food/campfire_cooking/bread.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:campfire_cooking/bread" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:campfire_cooking/bread" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:campfire_cooking/bread" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/food/crafting/curiosities/cake.json b/src/generated/resources/data/create/advancements/recipes/food/crafting/curiosities/cake.json index 65f525f799..f6407f3733 100644 --- a/src/generated/resources/data/create/advancements/recipes/food/crafting/curiosities/cake.json +++ b/src/generated/resources/data/create/advancements/recipes/food/crafting/curiosities/cake.json @@ -1,26 +1,21 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/curiosities/cake" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "forge:dough" } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/curiosities/cake" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -28,5 +23,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/curiosities/cake" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/food/smelting/bread.json b/src/generated/resources/data/create/advancements/recipes/food/smelting/bread.json index dc93b38aa3..2fc5aaa7d0 100644 --- a/src/generated/resources/data/create/advancements/recipes/food/smelting/bread.json +++ b/src/generated/resources/data/create/advancements/recipes/food/smelting/bread.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/bread" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/bread" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/bread" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/food/smoking/bread.json b/src/generated/resources/data/create/advancements/recipes/food/smoking/bread.json index 06f6e68477..4a51eb2a85 100644 --- a/src/generated/resources/data/create/advancements/recipes/food/smoking/bread.json +++ b/src/generated/resources/data/create/advancements/recipes/food/smoking/bread.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smoking/bread" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smoking/bread" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smoking/bread" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/misc/blasting/copper_ingot_from_crushed.json b/src/generated/resources/data/create/advancements/recipes/misc/blasting/copper_ingot_from_crushed.json index a0bc54c8a1..356dded7aa 100644 --- a/src/generated/resources/data/create/advancements/recipes/misc/blasting/copper_ingot_from_crushed.json +++ b/src/generated/resources/data/create/advancements/recipes/misc/blasting/copper_ingot_from_crushed.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/copper_ingot_from_crushed" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/copper_ingot_from_crushed" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/copper_ingot_from_crushed" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/misc/blasting/gold_ingot_from_crushed.json b/src/generated/resources/data/create/advancements/recipes/misc/blasting/gold_ingot_from_crushed.json index 48c26f0c13..fdefe8a461 100644 --- a/src/generated/resources/data/create/advancements/recipes/misc/blasting/gold_ingot_from_crushed.json +++ b/src/generated/resources/data/create/advancements/recipes/misc/blasting/gold_ingot_from_crushed.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/gold_ingot_from_crushed" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/gold_ingot_from_crushed" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/gold_ingot_from_crushed" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/misc/blasting/iron_ingot_from_crushed.json b/src/generated/resources/data/create/advancements/recipes/misc/blasting/iron_ingot_from_crushed.json index 784ded85f3..084a551107 100644 --- a/src/generated/resources/data/create/advancements/recipes/misc/blasting/iron_ingot_from_crushed.json +++ b/src/generated/resources/data/create/advancements/recipes/misc/blasting/iron_ingot_from_crushed.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:blasting/iron_ingot_from_crushed" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:blasting/iron_ingot_from_crushed" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:blasting/iron_ingot_from_crushed" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/misc/crafting/appliances/slime_ball.json b/src/generated/resources/data/create/advancements/recipes/misc/crafting/appliances/slime_ball.json index f11d00d458..9ab211814e 100644 --- a/src/generated/resources/data/create/advancements/recipes/misc/crafting/appliances/slime_ball.json +++ b/src/generated/resources/data/create/advancements/recipes/misc/crafting/appliances/slime_ball.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/appliances/slime_ball" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/appliances/slime_ball" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/slime_ball" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/misc/crafting/materials/copper_ingot.json b/src/generated/resources/data/create/advancements/recipes/misc/crafting/materials/copper_ingot.json index 94ac5cb7b7..e660840d7e 100644 --- a/src/generated/resources/data/create/advancements/recipes/misc/crafting/materials/copper_ingot.json +++ b/src/generated/resources/data/create/advancements/recipes/misc/crafting/materials/copper_ingot.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/copper_ingot" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/copper_ingot" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/copper_ingot" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/misc/smelting/copper_ingot_from_crushed.json b/src/generated/resources/data/create/advancements/recipes/misc/smelting/copper_ingot_from_crushed.json index ce73863740..9590f4d982 100644 --- a/src/generated/resources/data/create/advancements/recipes/misc/smelting/copper_ingot_from_crushed.json +++ b/src/generated/resources/data/create/advancements/recipes/misc/smelting/copper_ingot_from_crushed.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/copper_ingot_from_crushed" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/copper_ingot_from_crushed" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/copper_ingot_from_crushed" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/misc/smelting/gold_ingot_from_crushed.json b/src/generated/resources/data/create/advancements/recipes/misc/smelting/gold_ingot_from_crushed.json index fcdcd01cde..528df67cc8 100644 --- a/src/generated/resources/data/create/advancements/recipes/misc/smelting/gold_ingot_from_crushed.json +++ b/src/generated/resources/data/create/advancements/recipes/misc/smelting/gold_ingot_from_crushed.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/gold_ingot_from_crushed" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/gold_ingot_from_crushed" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/gold_ingot_from_crushed" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/misc/smelting/iron_ingot_from_crushed.json b/src/generated/resources/data/create/advancements/recipes/misc/smelting/iron_ingot_from_crushed.json index 500eee1e9b..c5c7ac2d5a 100644 --- a/src/generated/resources/data/create/advancements/recipes/misc/smelting/iron_ingot_from_crushed.json +++ b/src/generated/resources/data/create/advancements/recipes/misc/smelting/iron_ingot_from_crushed.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:smelting/iron_ingot_from_crushed" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:smelting/iron_ingot_from_crushed" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:smelting/iron_ingot_from_crushed" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/transportation/crafting/kinetics/furnace_minecart_from_contraption_cart.json b/src/generated/resources/data/create/advancements/recipes/transportation/crafting/kinetics/furnace_minecart_from_contraption_cart.json index ccb286658e..c0e7a27713 100644 --- a/src/generated/resources/data/create/advancements/recipes/transportation/crafting/kinetics/furnace_minecart_from_contraption_cart.json +++ b/src/generated/resources/data/create/advancements/recipes/transportation/crafting/kinetics/furnace_minecart_from_contraption_cart.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/furnace_minecart_from_contraption_cart" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/furnace_minecart_from_contraption_cart" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/furnace_minecart_from_contraption_cart" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/transportation/crafting/kinetics/minecart_from_contraption_cart.json b/src/generated/resources/data/create/advancements/recipes/transportation/crafting/kinetics/minecart_from_contraption_cart.json index 3db3bca201..48010e87b3 100644 --- a/src/generated/resources/data/create/advancements/recipes/transportation/crafting/kinetics/minecart_from_contraption_cart.json +++ b/src/generated/resources/data/create/advancements/recipes/transportation/crafting/kinetics/minecart_from_contraption_cart.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/kinetics/minecart_from_contraption_cart" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/kinetics/minecart_from_contraption_cart" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/minecart_from_contraption_cart" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/red_signal.json b/src/generated/resources/data/create/advancements/red_signal.json index 9759f1c4cd..14aa2dd9b2 100644 --- a/src/generated/resources/data/create/advancements/red_signal.json +++ b/src/generated/resources/data/create/advancements/red_signal.json @@ -1,25 +1,25 @@ { "parent": "create:track_signal", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:red_signal_builtin" + } + }, "display": { - "icon": { - "item": "create:track_signal" - }, - "title": { - "translate": "advancement.create.red_signal" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.red_signal.desc" }, "frame": "goal", + "hidden": true, + "icon": { + "item": "create:track_signal" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": true - }, - "criteria": { - "0": { - "trigger": "create:red_signal_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.red_signal" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/root.json b/src/generated/resources/data/create/advancements/root.json index 94fbf4814c..ab21a58548 100644 --- a/src/generated/resources/data/create/advancements/root.json +++ b/src/generated/resources/data/create/advancements/root.json @@ -1,25 +1,25 @@ { + "criteria": { + "0": { + "conditions": {}, + "trigger": "minecraft:inventory_changed" + } + }, "display": { - "icon": { - "item": "create:brass_hand" - }, - "title": { - "translate": "advancement.create.root" - }, + "announce_to_chat": false, + "background": "create:textures/gui/advancements.png", "description": { "color": "#DBA213", "translate": "advancement.create.root.desc" }, "frame": "task", - "show_toast": false, - "announce_to_chat": false, "hidden": false, - "background": "create:textures/gui/advancements.png" - }, - "criteria": { - "0": { - "trigger": "minecraft:inventory_changed", - "conditions": {} + "icon": { + "item": "create:brass_hand" + }, + "show_toast": false, + "title": { + "translate": "advancement.create.root" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/rose_quartz.json b/src/generated/resources/data/create/advancements/rose_quartz.json index 99c08415cf..3eb68fe266 100644 --- a/src/generated/resources/data/create/advancements/rose_quartz.json +++ b/src/generated/resources/data/create/advancements/rose_quartz.json @@ -1,24 +1,7 @@ { "parent": "create:brass_casing", - "display": { - "icon": { - "item": "create:polished_rose_quartz" - }, - "title": { - "translate": "advancement.create.rose_quartz" - }, - "description": { - "color": "#DBA213", - "translate": "advancement.create.rose_quartz.desc" - }, - "frame": "task", - "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, "criteria": { "0": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -27,7 +10,24 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.rose_quartz.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:polished_rose_quartz" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.rose_quartz" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/saw_processing.json b/src/generated/resources/data/create/advancements/saw_processing.json index 46af995676..b2e72158d3 100644 --- a/src/generated/resources/data/create/advancements/saw_processing.json +++ b/src/generated/resources/data/create/advancements/saw_processing.json @@ -1,25 +1,25 @@ { "parent": "create:fan_processing", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:saw_processing_builtin" + } + }, "display": { - "icon": { - "item": "create:mechanical_saw" - }, - "title": { - "translate": "advancement.create.saw_processing" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.saw_processing.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:mechanical_saw" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:saw_processing_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.saw_processing" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/self_deploying.json b/src/generated/resources/data/create/advancements/self_deploying.json index 905dd15abe..4f301b1ce2 100644 --- a/src/generated/resources/data/create/advancements/self_deploying.json +++ b/src/generated/resources/data/create/advancements/self_deploying.json @@ -1,25 +1,25 @@ { "parent": "create:potato_cannon_collide", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:self_deploying_builtin" + } + }, "display": { - "icon": { - "item": "minecraft:rail" - }, - "title": { - "translate": "advancement.create.self_deploying" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.self_deploying.desc" }, "frame": "goal", + "hidden": false, + "icon": { + "item": "minecraft:rail" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:self_deploying_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.self_deploying" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/shifting_gears.json b/src/generated/resources/data/create/advancements/shifting_gears.json index ef26defa0f..55ebcd42af 100644 --- a/src/generated/resources/data/create/advancements/shifting_gears.json +++ b/src/generated/resources/data/create/advancements/shifting_gears.json @@ -1,25 +1,25 @@ { "parent": "create:windmill", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:shifting_gears_builtin" + } + }, "display": { - "icon": { - "item": "create:cogwheel" - }, - "title": { - "translate": "advancement.create.shifting_gears" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.shifting_gears.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:cogwheel" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:shifting_gears_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.shifting_gears" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/speed_controller.json b/src/generated/resources/data/create/advancements/speed_controller.json index baa84712b0..d9d933fab3 100644 --- a/src/generated/resources/data/create/advancements/speed_controller.json +++ b/src/generated/resources/data/create/advancements/speed_controller.json @@ -1,25 +1,25 @@ { "parent": "create:precision_mechanism", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:speed_controller_builtin" + } + }, "display": { - "icon": { - "item": "create:rotation_speed_controller" - }, - "title": { - "translate": "advancement.create.speed_controller" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.speed_controller.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:rotation_speed_controller" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:speed_controller_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.speed_controller" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/spout.json b/src/generated/resources/data/create/advancements/spout.json index 10faef6a85..2ebc8485c2 100644 --- a/src/generated/resources/data/create/advancements/spout.json +++ b/src/generated/resources/data/create/advancements/spout.json @@ -1,25 +1,25 @@ { "parent": "create:copper_casing", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:spout_builtin" + } + }, "display": { - "icon": { - "item": "create:spout" - }, - "title": { - "translate": "advancement.create.spout" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.spout.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:spout" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:spout_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.spout" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/steam_engine.json b/src/generated/resources/data/create/advancements/steam_engine.json index 863ba016a4..f1b3771e97 100644 --- a/src/generated/resources/data/create/advancements/steam_engine.json +++ b/src/generated/resources/data/create/advancements/steam_engine.json @@ -1,25 +1,25 @@ { "parent": "create:drain", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:steam_engine_builtin" + } + }, "display": { - "icon": { - "item": "create:steam_engine" - }, - "title": { - "translate": "advancement.create.steam_engine" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.steam_engine.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:steam_engine" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:steam_engine_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.steam_engine" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/steam_engine_maxed.json b/src/generated/resources/data/create/advancements/steam_engine_maxed.json index 5bc80b890f..3d5acd5e88 100644 --- a/src/generated/resources/data/create/advancements/steam_engine_maxed.json +++ b/src/generated/resources/data/create/advancements/steam_engine_maxed.json @@ -1,25 +1,25 @@ { "parent": "create:hose_pulley_lava", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:steam_engine_maxed_builtin" + } + }, "display": { - "icon": { - "item": "create:steam_engine" - }, - "title": { - "translate": "advancement.create.steam_engine_maxed" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.steam_engine_maxed.desc" }, "frame": "goal", + "hidden": false, + "icon": { + "item": "create:steam_engine" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:steam_engine_maxed_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.steam_engine_maxed" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/steam_whistle.json b/src/generated/resources/data/create/advancements/steam_whistle.json index 0207bbfab6..9aa9d83eda 100644 --- a/src/generated/resources/data/create/advancements/steam_whistle.json +++ b/src/generated/resources/data/create/advancements/steam_whistle.json @@ -1,25 +1,25 @@ { "parent": "create:steam_engine", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:steam_whistle_builtin" + } + }, "display": { - "icon": { - "item": "create:steam_whistle" - }, - "title": { - "translate": "advancement.create.steam_whistle" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.steam_whistle.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:steam_whistle" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:steam_whistle_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.steam_whistle" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/stressometer.json b/src/generated/resources/data/create/advancements/stressometer.json index 68dfa374ef..2911dcbe50 100644 --- a/src/generated/resources/data/create/advancements/stressometer.json +++ b/src/generated/resources/data/create/advancements/stressometer.json @@ -1,25 +1,25 @@ { "parent": "create:wrench_goggles", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:stressometer_builtin" + } + }, "display": { - "icon": { - "item": "create:stressometer" - }, - "title": { - "translate": "advancement.create.stressometer" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.stressometer.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:stressometer" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:stressometer_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.stressometer" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/stressometer_maxed.json b/src/generated/resources/data/create/advancements/stressometer_maxed.json index 7c1390d83f..fdd4a1ca6e 100644 --- a/src/generated/resources/data/create/advancements/stressometer_maxed.json +++ b/src/generated/resources/data/create/advancements/stressometer_maxed.json @@ -1,25 +1,25 @@ { "parent": "create:mechanical_mixer", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:stressometer_maxed_builtin" + } + }, "display": { - "icon": { - "item": "create:stressometer" - }, - "title": { - "translate": "advancement.create.stressometer_maxed" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.stressometer_maxed.desc" }, "frame": "goal", + "hidden": true, + "icon": { + "item": "create:stressometer" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": true - }, - "criteria": { - "0": { - "trigger": "create:stressometer_maxed_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.stressometer_maxed" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/sturdy_sheet.json b/src/generated/resources/data/create/advancements/sturdy_sheet.json index 9a404450f8..aa43b6cc27 100644 --- a/src/generated/resources/data/create/advancements/sturdy_sheet.json +++ b/src/generated/resources/data/create/advancements/sturdy_sheet.json @@ -1,24 +1,7 @@ { "parent": "create:crushing_wheel", - "display": { - "icon": { - "item": "create:sturdy_sheet" - }, - "title": { - "translate": "advancement.create.sturdy_sheet" - }, - "description": { - "color": "#DBA213", - "translate": "advancement.create.sturdy_sheet.desc" - }, - "frame": "task", - "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, "criteria": { "0": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -27,7 +10,24 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.sturdy_sheet.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:sturdy_sheet" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.sturdy_sheet" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/super_glue.json b/src/generated/resources/data/create/advancements/super_glue.json index 369655f93b..c9e1085cd8 100644 --- a/src/generated/resources/data/create/advancements/super_glue.json +++ b/src/generated/resources/data/create/advancements/super_glue.json @@ -1,26 +1,26 @@ { "parent": "create:millstone", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:super_glue_builtin" + } + }, "display": { - "icon": { - "item": "create:super_glue", - "nbt": "{Damage:0}" - }, - "title": { - "translate": "advancement.create.super_glue" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.super_glue.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:super_glue", + "nbt": "{Damage:0}" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:super_glue_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.super_glue" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/track_0.json b/src/generated/resources/data/create/advancements/track_0.json index da39724f57..c6a89a0f1b 100644 --- a/src/generated/resources/data/create/advancements/track_0.json +++ b/src/generated/resources/data/create/advancements/track_0.json @@ -1,24 +1,7 @@ { "parent": "create:sturdy_sheet", - "display": { - "icon": { - "item": "create:track" - }, - "title": { - "translate": "advancement.create.track_0" - }, - "description": { - "color": "#DBA213", - "translate": "advancement.create.track_0.desc" - }, - "frame": "task", - "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, "criteria": { "0": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -27,7 +10,24 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.track_0.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:track" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.track_0" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/track_crafting_factory.json b/src/generated/resources/data/create/advancements/track_crafting_factory.json index 91d23c0c5d..05fa064e2e 100644 --- a/src/generated/resources/data/create/advancements/track_crafting_factory.json +++ b/src/generated/resources/data/create/advancements/track_crafting_factory.json @@ -1,25 +1,25 @@ { "parent": "create:sturdy_sheet", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:track_crafting_factory_builtin" + } + }, "display": { - "icon": { - "item": "create:mechanical_press" - }, - "title": { - "translate": "advancement.create.track_crafting_factory" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.track_crafting_factory.desc" }, "frame": "goal", + "hidden": false, + "icon": { + "item": "create:mechanical_press" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:track_crafting_factory_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.track_crafting_factory" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/track_signal.json b/src/generated/resources/data/create/advancements/track_signal.json index 21c6c2f91b..eff0b16f75 100644 --- a/src/generated/resources/data/create/advancements/track_signal.json +++ b/src/generated/resources/data/create/advancements/track_signal.json @@ -1,25 +1,25 @@ { "parent": "create:conductor", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:track_signal_builtin" + } + }, "display": { - "icon": { - "item": "create:track_signal" - }, - "title": { - "translate": "advancement.create.track_signal" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.track_signal.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:track_signal" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:track_signal_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.track_signal" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/train.json b/src/generated/resources/data/create/advancements/train.json index 9f97733fcf..56b791f7e2 100644 --- a/src/generated/resources/data/create/advancements/train.json +++ b/src/generated/resources/data/create/advancements/train.json @@ -1,25 +1,25 @@ { "parent": "create:train_casing_00", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:train_builtin" + } + }, "display": { - "icon": { - "item": "create:track_station" - }, - "title": { - "translate": "advancement.create.train" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.train.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:track_station" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:train_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.train" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/train_casing_00.json b/src/generated/resources/data/create/advancements/train_casing_00.json index e3108acdbe..144a8b6559 100644 --- a/src/generated/resources/data/create/advancements/train_casing_00.json +++ b/src/generated/resources/data/create/advancements/train_casing_00.json @@ -1,25 +1,25 @@ { "parent": "create:sturdy_sheet", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:train_casing_00_builtin" + } + }, "display": { - "icon": { - "item": "create:railway_casing" - }, - "title": { - "translate": "advancement.create.train_casing_00" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.train_casing_00.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:railway_casing" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:train_casing_00_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.train_casing_00" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/train_crash.json b/src/generated/resources/data/create/advancements/train_crash.json index 3cc039f4c6..f5bd37a12f 100644 --- a/src/generated/resources/data/create/advancements/train_crash.json +++ b/src/generated/resources/data/create/advancements/train_crash.json @@ -1,25 +1,25 @@ { "parent": "create:track_signal", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:train_crash_builtin" + } + }, "display": { - "icon": { - "item": "create:incomplete_track" - }, - "title": { - "translate": "advancement.create.train_crash" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.train_crash.desc" }, "frame": "goal", + "hidden": true, + "icon": { + "item": "create:incomplete_track" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": true - }, - "criteria": { - "0": { - "trigger": "create:train_crash_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.train_crash" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/train_crash_backwards.json b/src/generated/resources/data/create/advancements/train_crash_backwards.json index db7cd377cf..c24ffca1bb 100644 --- a/src/generated/resources/data/create/advancements/train_crash_backwards.json +++ b/src/generated/resources/data/create/advancements/train_crash_backwards.json @@ -1,25 +1,25 @@ { "parent": "create:track_signal", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:train_crash_backwards_builtin" + } + }, "display": { - "icon": { - "item": "create:incomplete_track" - }, - "title": { - "translate": "advancement.create.train_crash_backwards" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.train_crash_backwards.desc" }, "frame": "goal", + "hidden": true, + "icon": { + "item": "create:incomplete_track" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": true - }, - "criteria": { - "0": { - "trigger": "create:train_crash_backwards_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.train_crash_backwards" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/train_portal.json b/src/generated/resources/data/create/advancements/train_portal.json index d353bde5ea..61f6240a61 100644 --- a/src/generated/resources/data/create/advancements/train_portal.json +++ b/src/generated/resources/data/create/advancements/train_portal.json @@ -1,25 +1,25 @@ { "parent": "create:train_whistle", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:train_portal_builtin" + } + }, "display": { - "icon": { - "item": "minecraft:amethyst_block" - }, - "title": { - "translate": "advancement.create.train_portal" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.train_portal.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "minecraft:amethyst_block" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:train_portal_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.train_portal" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/train_roadkill.json b/src/generated/resources/data/create/advancements/train_roadkill.json index 15b093d6e6..53c05b4cf6 100644 --- a/src/generated/resources/data/create/advancements/train_roadkill.json +++ b/src/generated/resources/data/create/advancements/train_roadkill.json @@ -1,26 +1,26 @@ { "parent": "create:track_signal", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:train_roadkill_builtin" + } + }, "display": { - "icon": { - "item": "minecraft:diamond_sword", - "nbt": "{Damage:0}" - }, - "title": { - "translate": "advancement.create.train_roadkill" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.train_roadkill.desc" }, "frame": "goal", + "hidden": true, + "icon": { + "item": "minecraft:diamond_sword", + "nbt": "{Damage:0}" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": true - }, - "criteria": { - "0": { - "trigger": "create:train_roadkill_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.train_roadkill" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/train_whistle.json b/src/generated/resources/data/create/advancements/train_whistle.json index 6f5257dc40..5c8336fddf 100644 --- a/src/generated/resources/data/create/advancements/train_whistle.json +++ b/src/generated/resources/data/create/advancements/train_whistle.json @@ -1,25 +1,25 @@ { "parent": "create:track_0", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:train_whistle_builtin" + } + }, "display": { - "icon": { - "item": "create:steam_whistle" - }, - "title": { - "translate": "advancement.create.train_whistle" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.train_whistle.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:steam_whistle" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:train_whistle_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.train_whistle" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/water_supply.json b/src/generated/resources/data/create/advancements/water_supply.json index f2f237b37f..518b3b8b04 100644 --- a/src/generated/resources/data/create/advancements/water_supply.json +++ b/src/generated/resources/data/create/advancements/water_supply.json @@ -1,25 +1,25 @@ { "parent": "create:glass_pipe", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:water_supply_builtin" + } + }, "display": { - "icon": { - "item": "minecraft:water_bucket" - }, - "title": { - "translate": "advancement.create.water_supply" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.water_supply.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "minecraft:water_bucket" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:water_supply_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.water_supply" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/water_wheel.json b/src/generated/resources/data/create/advancements/water_wheel.json index 9f1f04caf6..61c16ade1a 100644 --- a/src/generated/resources/data/create/advancements/water_wheel.json +++ b/src/generated/resources/data/create/advancements/water_wheel.json @@ -1,25 +1,25 @@ { "parent": "create:andesite_alloy", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:water_wheel_builtin" + } + }, "display": { - "icon": { - "item": "create:water_wheel" - }, - "title": { - "translate": "advancement.create.water_wheel" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.water_wheel.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:water_wheel" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:water_wheel_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.water_wheel" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/windmill.json b/src/generated/resources/data/create/advancements/windmill.json index 0bb4ff4a4b..f5246aa533 100644 --- a/src/generated/resources/data/create/advancements/windmill.json +++ b/src/generated/resources/data/create/advancements/windmill.json @@ -1,25 +1,25 @@ { "parent": "create:water_wheel", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:windmill_builtin" + } + }, "display": { - "icon": { - "item": "create:sail_frame" - }, - "title": { - "translate": "advancement.create.windmill" - }, + "announce_to_chat": false, "description": { "color": "#DBA213", "translate": "advancement.create.windmill.desc" }, "frame": "task", + "hidden": false, + "icon": { + "item": "create:sail_frame" + }, "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:windmill_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.windmill" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/windmill_maxed.json b/src/generated/resources/data/create/advancements/windmill_maxed.json index 9bdc01ff49..109f1f8309 100644 --- a/src/generated/resources/data/create/advancements/windmill_maxed.json +++ b/src/generated/resources/data/create/advancements/windmill_maxed.json @@ -1,25 +1,25 @@ { "parent": "create:andesite_alloy", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:windmill_maxed_builtin" + } + }, "display": { - "icon": { - "item": "create:white_sail" - }, - "title": { - "translate": "advancement.create.windmill_maxed" - }, + "announce_to_chat": true, "description": { "color": "#DBA213", "translate": "advancement.create.windmill_maxed.desc" }, "frame": "goal", + "hidden": false, + "icon": { + "item": "create:white_sail" + }, "show_toast": true, - "announce_to_chat": true, - "hidden": false - }, - "criteria": { - "0": { - "trigger": "create:windmill_maxed_builtin", - "conditions": {} + "title": { + "translate": "advancement.create.windmill_maxed" } }, "requirements": [ diff --git a/src/generated/resources/data/create/advancements/wrench_goggles.json b/src/generated/resources/data/create/advancements/wrench_goggles.json index b9f93b9c1b..6f0e7d87d8 100644 --- a/src/generated/resources/data/create/advancements/wrench_goggles.json +++ b/src/generated/resources/data/create/advancements/wrench_goggles.json @@ -1,24 +1,7 @@ { "parent": "create:portable_storage_interface", - "display": { - "icon": { - "item": "create:wrench" - }, - "title": { - "translate": "advancement.create.wrench_goggles" - }, - "description": { - "color": "#DBA213", - "translate": "advancement.create.wrench_goggles.desc" - }, - "frame": "task", - "show_toast": true, - "announce_to_chat": false, - "hidden": false - }, "criteria": { "0": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -27,10 +10,10 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "1": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -39,7 +22,24 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.wrench_goggles.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:wrench" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.wrench_goggles" } }, "requirements": [ diff --git a/src/generated/resources/data/create/loot_tables/blocks/acacia_window.json b/src/generated/resources/data/create/loot_tables/blocks/acacia_window.json index be0a34959c..389acc614a 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/acacia_window.json +++ b/src/generated/resources/data/create/loot_tables/blocks/acacia_window.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:acacia_window" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:acacia_window" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/acacia_window_pane.json b/src/generated/resources/data/create/loot_tables/blocks/acacia_window_pane.json index 04a0ea6097..ce25b9882b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/acacia_window_pane.json +++ b/src/generated/resources/data/create/loot_tables/blocks/acacia_window_pane.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:acacia_window_pane" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:acacia_window_pane" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/adjustable_chain_gearshift.json b/src/generated/resources/data/create/loot_tables/blocks/adjustable_chain_gearshift.json index f552a946d4..f0ec0c58ec 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/adjustable_chain_gearshift.json +++ b/src/generated/resources/data/create/loot_tables/blocks/adjustable_chain_gearshift.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:adjustable_chain_gearshift" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/analog_lever.json b/src/generated/resources/data/create/loot_tables/blocks/analog_lever.json index 44d49bdd2b..7dfe5b7127 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/analog_lever.json +++ b/src/generated/resources/data/create/loot_tables/blocks/analog_lever.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:analog_lever" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/andesite_belt_funnel.json b/src/generated/resources/data/create/loot_tables/blocks/andesite_belt_funnel.json index 0adb061743..48a9a5ed25 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/andesite_belt_funnel.json +++ b/src/generated/resources/data/create/loot_tables/blocks/andesite_belt_funnel.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:andesite_funnel" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/andesite_casing.json b/src/generated/resources/data/create/loot_tables/blocks/andesite_casing.json index dc3c57084c..e69c5b6185 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/andesite_casing.json +++ b/src/generated/resources/data/create/loot_tables/blocks/andesite_casing.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:andesite_casing" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/andesite_encased_cogwheel.json b/src/generated/resources/data/create/loot_tables/blocks/andesite_encased_cogwheel.json index e5d0bfc5b8..da831950a5 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/andesite_encased_cogwheel.json +++ b/src/generated/resources/data/create/loot_tables/blocks/andesite_encased_cogwheel.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cogwheel" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/andesite_encased_large_cogwheel.json b/src/generated/resources/data/create/loot_tables/blocks/andesite_encased_large_cogwheel.json index 5d28d73c87..0f88c8276b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/andesite_encased_large_cogwheel.json +++ b/src/generated/resources/data/create/loot_tables/blocks/andesite_encased_large_cogwheel.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:large_cogwheel" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/andesite_encased_shaft.json b/src/generated/resources/data/create/loot_tables/blocks/andesite_encased_shaft.json index 647a8e0dad..30564f2b79 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/andesite_encased_shaft.json +++ b/src/generated/resources/data/create/loot_tables/blocks/andesite_encased_shaft.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:shaft" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/andesite_funnel.json b/src/generated/resources/data/create/loot_tables/blocks/andesite_funnel.json index 0adb061743..48a9a5ed25 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/andesite_funnel.json +++ b/src/generated/resources/data/create/loot_tables/blocks/andesite_funnel.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:andesite_funnel" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/andesite_ladder.json b/src/generated/resources/data/create/loot_tables/blocks/andesite_ladder.json index da437b8b07..097a6a17dd 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/andesite_ladder.json +++ b/src/generated/resources/data/create/loot_tables/blocks/andesite_ladder.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:andesite_ladder" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/andesite_pillar.json b/src/generated/resources/data/create/loot_tables/blocks/andesite_pillar.json index 286dddd4d1..161f03e1c3 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/andesite_pillar.json +++ b/src/generated/resources/data/create/loot_tables/blocks/andesite_pillar.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:andesite_pillar" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/andesite_tunnel.json b/src/generated/resources/data/create/loot_tables/blocks/andesite_tunnel.json index 4c7eabcca7..6233036327 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/andesite_tunnel.json +++ b/src/generated/resources/data/create/loot_tables/blocks/andesite_tunnel.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:andesite_tunnel" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/asurine.json b/src/generated/resources/data/create/loot_tables/blocks/asurine.json index ca4fcabd8d..affbdd31ac 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/asurine.json +++ b/src/generated/resources/data/create/loot_tables/blocks/asurine.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:asurine" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/asurine_pillar.json b/src/generated/resources/data/create/loot_tables/blocks/asurine_pillar.json index 9fd52d6c90..8f076f5376 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/asurine_pillar.json +++ b/src/generated/resources/data/create/loot_tables/blocks/asurine_pillar.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:asurine_pillar" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/basin.json b/src/generated/resources/data/create/loot_tables/blocks/basin.json index 4e1c7df8e7..b2dffccb70 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/basin.json +++ b/src/generated/resources/data/create/loot_tables/blocks/basin.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:basin" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/belt.json b/src/generated/resources/data/create/loot_tables/blocks/belt.json index 67079d9271..5512af8fe1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/belt.json +++ b/src/generated/resources/data/create/loot_tables/blocks/belt.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:belt_connector" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/birch_window.json b/src/generated/resources/data/create/loot_tables/blocks/birch_window.json index d01531c54d..9edf9df04e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/birch_window.json +++ b/src/generated/resources/data/create/loot_tables/blocks/birch_window.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:birch_window" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:birch_window" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/birch_window_pane.json b/src/generated/resources/data/create/loot_tables/blocks/birch_window_pane.json index 92c7f99df8..2eaa8eabc4 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/birch_window_pane.json +++ b/src/generated/resources/data/create/loot_tables/blocks/birch_window_pane.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:birch_window_pane" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:birch_window_pane" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/black_nixie_tube.json b/src/generated/resources/data/create/loot_tables/blocks/black_nixie_tube.json index 7a9bd93fd4..5899f4cd84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/black_nixie_tube.json +++ b/src/generated/resources/data/create/loot_tables/blocks/black_nixie_tube.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nixie_tube" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/black_sail.json b/src/generated/resources/data/create/loot_tables/blocks/black_sail.json index 87f94ec321..7acceb8413 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/black_sail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/black_sail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_sail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/black_seat.json b/src/generated/resources/data/create/loot_tables/blocks/black_seat.json index febe8c396c..efc5a12dfd 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/black_seat.json +++ b/src/generated/resources/data/create/loot_tables/blocks/black_seat.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:black_seat" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/black_toolbox.json b/src/generated/resources/data/create/loot_tables/blocks/black_toolbox.json index 270c4bc846..2816de89cd 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/black_toolbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/black_toolbox.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "UniqueId", - "target": "UniqueId", - "op": "replace" + "target": "UniqueId" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Inventory", - "target": "Inventory", - "op": "replace" + "target": "Inventory" } - ] + ], + "source": "block_entity" } ], "name": "create:black_toolbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/black_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/black_valve_handle.json index 102458a05c..1fa227237c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/black_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/black_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:black_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/blaze_burner.json b/src/generated/resources/data/create/loot_tables/blocks/blaze_burner.json index c4d10efee4..22706a8c4a 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/blaze_burner.json +++ b/src/generated/resources/data/create/loot_tables/blocks/blaze_burner.json @@ -2,7 +2,6 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -12,8 +11,8 @@ "condition": "minecraft:survives_explosion" }, { - "condition": "minecraft:block_state_property", "block": "create:blaze_burner", + "condition": "minecraft:block_state_property", "properties": { "blaze": "none" } @@ -28,8 +27,8 @@ "condition": "minecraft:survives_explosion" }, { - "condition": "minecraft:block_state_property", "block": "create:blaze_burner", + "condition": "minecraft:block_state_property", "properties": { "blaze": "smouldering" } @@ -44,8 +43,8 @@ "condition": "minecraft:survives_explosion" }, { - "condition": "minecraft:block_state_property", "block": "create:blaze_burner", + "condition": "minecraft:block_state_property", "properties": { "blaze": "fading" } @@ -60,8 +59,8 @@ "condition": "minecraft:survives_explosion" }, { - "condition": "minecraft:block_state_property", "block": "create:blaze_burner", + "condition": "minecraft:block_state_property", "properties": { "blaze": "kindled" } @@ -76,8 +75,8 @@ "condition": "minecraft:survives_explosion" }, { - "condition": "minecraft:block_state_property", "block": "create:blaze_burner", + "condition": "minecraft:block_state_property", "properties": { "blaze": "seething" } @@ -85,7 +84,8 @@ ], "name": "create:blaze_burner" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/blue_nixie_tube.json b/src/generated/resources/data/create/loot_tables/blocks/blue_nixie_tube.json index 7a9bd93fd4..5899f4cd84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/blue_nixie_tube.json +++ b/src/generated/resources/data/create/loot_tables/blocks/blue_nixie_tube.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nixie_tube" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/blue_sail.json b/src/generated/resources/data/create/loot_tables/blocks/blue_sail.json index 87f94ec321..7acceb8413 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/blue_sail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/blue_sail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_sail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/blue_seat.json b/src/generated/resources/data/create/loot_tables/blocks/blue_seat.json index 2e43c18a4a..5ebdb7e546 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/blue_seat.json +++ b/src/generated/resources/data/create/loot_tables/blocks/blue_seat.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:blue_seat" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/blue_toolbox.json b/src/generated/resources/data/create/loot_tables/blocks/blue_toolbox.json index 370fa584c4..9c79e9bfa2 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/blue_toolbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/blue_toolbox.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "UniqueId", - "target": "UniqueId", - "op": "replace" + "target": "UniqueId" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Inventory", - "target": "Inventory", - "op": "replace" + "target": "Inventory" } - ] + ], + "source": "block_entity" } ], "name": "create:blue_toolbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/blue_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/blue_valve_handle.json index acc93d563f..39474b1154 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/blue_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/blue_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:blue_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/brass_belt_funnel.json b/src/generated/resources/data/create/loot_tables/blocks/brass_belt_funnel.json index 76b22488bf..b61be5c551 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/brass_belt_funnel.json +++ b/src/generated/resources/data/create/loot_tables/blocks/brass_belt_funnel.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:brass_funnel" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/brass_block.json b/src/generated/resources/data/create/loot_tables/blocks/brass_block.json index 7fa0b4fa91..6a8f8968a7 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/brass_block.json +++ b/src/generated/resources/data/create/loot_tables/blocks/brass_block.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:brass_block" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/brass_casing.json b/src/generated/resources/data/create/loot_tables/blocks/brass_casing.json index 1e9acc5c28..e3e61ed073 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/brass_casing.json +++ b/src/generated/resources/data/create/loot_tables/blocks/brass_casing.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:brass_casing" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/brass_encased_cogwheel.json b/src/generated/resources/data/create/loot_tables/blocks/brass_encased_cogwheel.json index e5d0bfc5b8..da831950a5 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/brass_encased_cogwheel.json +++ b/src/generated/resources/data/create/loot_tables/blocks/brass_encased_cogwheel.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cogwheel" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/brass_encased_large_cogwheel.json b/src/generated/resources/data/create/loot_tables/blocks/brass_encased_large_cogwheel.json index 5d28d73c87..0f88c8276b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/brass_encased_large_cogwheel.json +++ b/src/generated/resources/data/create/loot_tables/blocks/brass_encased_large_cogwheel.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:large_cogwheel" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/brass_encased_shaft.json b/src/generated/resources/data/create/loot_tables/blocks/brass_encased_shaft.json index 647a8e0dad..30564f2b79 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/brass_encased_shaft.json +++ b/src/generated/resources/data/create/loot_tables/blocks/brass_encased_shaft.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:shaft" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/brass_funnel.json b/src/generated/resources/data/create/loot_tables/blocks/brass_funnel.json index 76b22488bf..b61be5c551 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/brass_funnel.json +++ b/src/generated/resources/data/create/loot_tables/blocks/brass_funnel.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:brass_funnel" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/brass_ladder.json b/src/generated/resources/data/create/loot_tables/blocks/brass_ladder.json index 63be02ee3a..9365c4c902 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/brass_ladder.json +++ b/src/generated/resources/data/create/loot_tables/blocks/brass_ladder.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:brass_ladder" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/brass_tunnel.json b/src/generated/resources/data/create/loot_tables/blocks/brass_tunnel.json index 37ed0accd4..2f0e1cee1a 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/brass_tunnel.json +++ b/src/generated/resources/data/create/loot_tables/blocks/brass_tunnel.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:brass_tunnel" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/brown_nixie_tube.json b/src/generated/resources/data/create/loot_tables/blocks/brown_nixie_tube.json index 7a9bd93fd4..5899f4cd84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/brown_nixie_tube.json +++ b/src/generated/resources/data/create/loot_tables/blocks/brown_nixie_tube.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nixie_tube" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/brown_sail.json b/src/generated/resources/data/create/loot_tables/blocks/brown_sail.json index 87f94ec321..7acceb8413 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/brown_sail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/brown_sail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_sail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/brown_seat.json b/src/generated/resources/data/create/loot_tables/blocks/brown_seat.json index 27f293ad35..3f942998c0 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/brown_seat.json +++ b/src/generated/resources/data/create/loot_tables/blocks/brown_seat.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:brown_seat" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/brown_toolbox.json b/src/generated/resources/data/create/loot_tables/blocks/brown_toolbox.json index ad388c6b01..f765670e40 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/brown_toolbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/brown_toolbox.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "UniqueId", - "target": "UniqueId", - "op": "replace" + "target": "UniqueId" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Inventory", - "target": "Inventory", - "op": "replace" + "target": "Inventory" } - ] + ], + "source": "block_entity" } ], "name": "create:brown_toolbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/brown_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/brown_valve_handle.json index f7e5528290..039b2358f0 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/brown_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/brown_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:brown_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/calcite_pillar.json b/src/generated/resources/data/create/loot_tables/blocks/calcite_pillar.json index 5681349abd..2df22f8d23 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/calcite_pillar.json +++ b/src/generated/resources/data/create/loot_tables/blocks/calcite_pillar.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:calcite_pillar" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cart_assembler.json b/src/generated/resources/data/create/loot_tables/blocks/cart_assembler.json index 8237af3c39..c52a69371a 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cart_assembler.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cart_assembler.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cart_assembler" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/chute.json b/src/generated/resources/data/create/loot_tables/blocks/chute.json index 447dd82a89..6d3c34e3e9 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/chute.json +++ b/src/generated/resources/data/create/loot_tables/blocks/chute.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:chute" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/clockwork_bearing.json b/src/generated/resources/data/create/loot_tables/blocks/clockwork_bearing.json index c94c4eaeba..87518d1e3f 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/clockwork_bearing.json +++ b/src/generated/resources/data/create/loot_tables/blocks/clockwork_bearing.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:clockwork_bearing" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/clutch.json b/src/generated/resources/data/create/loot_tables/blocks/clutch.json index 20968ecacd..6648210fff 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/clutch.json +++ b/src/generated/resources/data/create/loot_tables/blocks/clutch.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:clutch" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cogwheel.json b/src/generated/resources/data/create/loot_tables/blocks/cogwheel.json index e5d0bfc5b8..da831950a5 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cogwheel.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cogwheel.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cogwheel" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/content_observer.json b/src/generated/resources/data/create/loot_tables/blocks/content_observer.json index bfb3ee5935..382b697f81 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/content_observer.json +++ b/src/generated/resources/data/create/loot_tables/blocks/content_observer.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:content_observer" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/controller_rail.json b/src/generated/resources/data/create/loot_tables/blocks/controller_rail.json index ece069e183..ce03e3a1f6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/controller_rail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/controller_rail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:controller_rail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/controls.json b/src/generated/resources/data/create/loot_tables/blocks/controls.json index f575fb7167..55e580582c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/controls.json +++ b/src/generated/resources/data/create/loot_tables/blocks/controls.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:controls" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/copper_backtank.json b/src/generated/resources/data/create/loot_tables/blocks/copper_backtank.json index 9083fd8b27..7f58cf945c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/copper_backtank.json +++ b/src/generated/resources/data/create/loot_tables/blocks/copper_backtank.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Air", - "target": "Air", - "op": "replace" + "target": "Air" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Enchantments", - "target": "Enchantments", - "op": "replace" + "target": "Enchantments" } - ] + ], + "source": "block_entity" } ], "name": "create:copper_backtank" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/copper_casing.json b/src/generated/resources/data/create/loot_tables/blocks/copper_casing.json index c3ad4e8a66..9496fdc975 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/copper_casing.json +++ b/src/generated/resources/data/create/loot_tables/blocks/copper_casing.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:copper_casing" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/copper_ladder.json b/src/generated/resources/data/create/loot_tables/blocks/copper_ladder.json index 6000e3cf14..7a4ce06d93 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/copper_ladder.json +++ b/src/generated/resources/data/create/loot_tables/blocks/copper_ladder.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:copper_ladder" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/copper_shingle_slab.json b/src/generated/resources/data/create/loot_tables/blocks/copper_shingle_slab.json index bfb907e23c..560c294ac3 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/copper_shingle_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/copper_shingle_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:copper_shingle_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:copper_shingle_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/copper_shingle_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/copper_shingle_stairs.json index f959bcf7a3..c9dfe8c550 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/copper_shingle_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/copper_shingle_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:copper_shingle_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/copper_shingles.json b/src/generated/resources/data/create/loot_tables/blocks/copper_shingles.json index 8c7dc212a4..00ca0706a3 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/copper_shingles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/copper_shingles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:copper_shingles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/copper_tile_slab.json b/src/generated/resources/data/create/loot_tables/blocks/copper_tile_slab.json index 7b6185a104..b9ec3357a4 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/copper_tile_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/copper_tile_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:copper_tile_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:copper_tile_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/copper_tile_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/copper_tile_stairs.json index acec78b0d4..f6493db478 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/copper_tile_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/copper_tile_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:copper_tile_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/copper_tiles.json b/src/generated/resources/data/create/loot_tables/blocks/copper_tiles.json index 843777b3b2..01535dd455 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/copper_tiles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/copper_tiles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:copper_tiles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/copper_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/copper_valve_handle.json index a1440f989c..d5359291a7 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/copper_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/copper_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:copper_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/creative_crate.json b/src/generated/resources/data/create/loot_tables/blocks/creative_crate.json index 31d58b9789..5e1c0ea269 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/creative_crate.json +++ b/src/generated/resources/data/create/loot_tables/blocks/creative_crate.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:creative_crate" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/creative_fluid_tank.json b/src/generated/resources/data/create/loot_tables/blocks/creative_fluid_tank.json index 2d25cbc832..0268ec855b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/creative_fluid_tank.json +++ b/src/generated/resources/data/create/loot_tables/blocks/creative_fluid_tank.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:creative_fluid_tank" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/creative_motor.json b/src/generated/resources/data/create/loot_tables/blocks/creative_motor.json index d93a024034..e9f5bd5e49 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/creative_motor.json +++ b/src/generated/resources/data/create/loot_tables/blocks/creative_motor.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:creative_motor" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/crimsite.json b/src/generated/resources/data/create/loot_tables/blocks/crimsite.json index ea330215ff..b2a78f4db1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/crimsite.json +++ b/src/generated/resources/data/create/loot_tables/blocks/crimsite.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:crimsite" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/crimsite_pillar.json b/src/generated/resources/data/create/loot_tables/blocks/crimsite_pillar.json index bef53fbfa0..33f41120ba 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/crimsite_pillar.json +++ b/src/generated/resources/data/create/loot_tables/blocks/crimsite_pillar.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:crimsite_pillar" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/crimson_window.json b/src/generated/resources/data/create/loot_tables/blocks/crimson_window.json index 691ce15b6f..ca58669994 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/crimson_window.json +++ b/src/generated/resources/data/create/loot_tables/blocks/crimson_window.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:crimson_window" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:crimson_window" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/crimson_window_pane.json b/src/generated/resources/data/create/loot_tables/blocks/crimson_window_pane.json index ea96aef44f..0f660a5d7c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/crimson_window_pane.json +++ b/src/generated/resources/data/create/loot_tables/blocks/crimson_window_pane.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:crimson_window_pane" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:crimson_window_pane" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/crushing_wheel.json b/src/generated/resources/data/create/loot_tables/blocks/crushing_wheel.json index 9d9b533b62..322f528ab9 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/crushing_wheel.json +++ b/src/generated/resources/data/create/loot_tables/blocks/crushing_wheel.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:crushing_wheel" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cuckoo_clock.json b/src/generated/resources/data/create/loot_tables/blocks/cuckoo_clock.json index 62c4f440d2..5c716f9cd4 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cuckoo_clock.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cuckoo_clock.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cuckoo_clock" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_andesite.json b/src/generated/resources/data/create/loot_tables/blocks/cut_andesite.json index 23aea8da12..d7056301ff 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_andesite.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_andesite.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_andesite" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_brick_slab.json index e4468297cb..cbf7a92128 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_andesite_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_andesite_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_brick_stairs.json index c8245fe0f0..223f01da15 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_andesite_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_brick_wall.json index fb14f30733..fb43ee9b0f 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_andesite_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_bricks.json index bfaca9a336..de999f6152 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_andesite_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_slab.json index 879b89f28e..a71e4c9253 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_andesite_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_andesite_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_stairs.json index 880f87240d..131f115219 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_andesite_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_wall.json index 0123d0c8d4..0502f2a877 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_andesite_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_andesite_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_asurine.json b/src/generated/resources/data/create/loot_tables/blocks/cut_asurine.json index 22b5468471..e778c6cf08 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_asurine.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_asurine.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_asurine" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_brick_slab.json index 654f429f76..58b38544fe 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_asurine_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_asurine_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_brick_stairs.json index 3ccab0a7ec..366c4a0410 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_asurine_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_brick_wall.json index 03390fc5fd..41cae85511 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_asurine_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_bricks.json index 6f046260d4..3bf01d4e57 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_asurine_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_slab.json index 30a116f762..cdebbea05a 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_asurine_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_asurine_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_stairs.json index 071a157681..808dc3c1a1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_asurine_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_wall.json index 1fcfab2955..66e9c592e6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_asurine_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_asurine_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_calcite.json b/src/generated/resources/data/create/loot_tables/blocks/cut_calcite.json index 7ba1c06177..d304e65803 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_calcite.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_calcite.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_calcite" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_brick_slab.json index c98dc6f3f4..6e746f8042 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_calcite_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_calcite_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_brick_stairs.json index 0f7e28b61c..2c25f04053 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_calcite_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_brick_wall.json index e59ae93301..36c384e61d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_calcite_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_bricks.json index 5a5362bb7d..5ff1af2f15 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_calcite_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_slab.json index 688ec0f47e..5c9155e562 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_calcite_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_calcite_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_stairs.json index 5d912ccfe7..312730dec3 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_calcite_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_wall.json index 5485a98159..887b4c4174 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_calcite_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_calcite_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite.json b/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite.json index 98bb18dcef..869f3eeb58 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_crimsite" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_brick_slab.json index df22f3ae7b..8e20d7c5cc 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_crimsite_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_crimsite_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_brick_stairs.json index 31f6f2acc3..3d79661b84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_crimsite_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_brick_wall.json index 1bc3bff8f4..02cd8872bb 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_crimsite_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_bricks.json index 98c4d174f6..9cd266a939 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_crimsite_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_slab.json index 373fc2f5b7..8ac015da92 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_crimsite_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_crimsite_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_stairs.json index c2183d2f40..c4171a7fc1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_crimsite_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_wall.json index 7f2c7ecbbf..d0f02dd5ce 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_crimsite_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_crimsite_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate.json b/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate.json index 0f002aa7c9..089e33efde 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_deepslate" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_brick_slab.json index 26ad357285..156204bd42 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_deepslate_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_deepslate_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_brick_stairs.json index 5ff78d92c0..7504cc91e9 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_deepslate_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_brick_wall.json index 76f3a974d8..1b3e3296a5 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_deepslate_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_bricks.json index 90400c9c6d..d821e9717d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_deepslate_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_slab.json index 5276afd071..d21e96b6a4 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_deepslate_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_deepslate_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_stairs.json index 5f116a1728..fe7eca7f2b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_deepslate_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_wall.json index 074fab249e..d57941ae93 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_deepslate_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_deepslate_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_diorite.json b/src/generated/resources/data/create/loot_tables/blocks/cut_diorite.json index 661e5d1fd3..2c190945d4 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_diorite.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_diorite.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_diorite" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_brick_slab.json index ff89857c0e..32c5447ede 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_diorite_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_diorite_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_brick_stairs.json index 5f0bfef531..891744eed9 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_diorite_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_brick_wall.json index aa4a44feb1..34f3d2ec60 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_diorite_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_bricks.json index c85d0617b9..df13fd8d1a 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_diorite_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_slab.json index 8eb0f9f6cf..c47242c3b7 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_diorite_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_diorite_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_stairs.json index e9990836d0..e2fd4974a6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_diorite_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_wall.json index fe824af6d0..4d28dbd9d8 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_diorite_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_diorite_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone.json b/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone.json index c861743057..249452c255 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_dripstone" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_brick_slab.json index eada80d8fe..64f193ba88 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_dripstone_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_dripstone_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_brick_stairs.json index 463e076b00..80b5ac29cc 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_dripstone_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_brick_wall.json index 88cadb0ecd..a0020d8d3d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_dripstone_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_bricks.json index e0ffbff38f..2c36469651 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_dripstone_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_slab.json index a9e05a298c..01cd73757b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_dripstone_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_dripstone_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_stairs.json index 5e7909bb32..6efd1fb08b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_dripstone_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_wall.json index eaac8dd20f..aafcf6af38 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_dripstone_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_dripstone_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_granite.json b/src/generated/resources/data/create/loot_tables/blocks/cut_granite.json index 0b58c50a1c..05e4946068 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_granite.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_granite.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_granite" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_granite_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_granite_brick_slab.json index 2a964d6e3a..ec39a3adb5 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_granite_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_granite_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_granite_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_granite_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_granite_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_granite_brick_stairs.json index 323d4a989f..45e9516045 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_granite_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_granite_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_granite_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_granite_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_granite_brick_wall.json index ac7949d948..21bf608927 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_granite_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_granite_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_granite_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_granite_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/cut_granite_bricks.json index 91401b4f1c..d7da692f6a 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_granite_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_granite_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_granite_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_granite_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_granite_slab.json index 4f6403f8ec..bfe4bbad56 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_granite_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_granite_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_granite_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_granite_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_granite_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_granite_stairs.json index 93f035cc42..4d17984799 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_granite_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_granite_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_granite_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_granite_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_granite_wall.json index 2c320e2ac0..1de9e7b038 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_granite_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_granite_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_granite_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_limestone.json b/src/generated/resources/data/create/loot_tables/blocks/cut_limestone.json index 383b37d85a..a5d0d92def 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_limestone.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_limestone.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_limestone" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_brick_slab.json index 9bf42a62b4..3b96e4b1c7 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_limestone_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_limestone_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_brick_stairs.json index ae330a9076..d194dbb170 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_limestone_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_brick_wall.json index 600e9402d3..01d1c547ae 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_limestone_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_bricks.json index dbdd7ea75f..fc45b8f8a8 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_limestone_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_slab.json index 2cac2550cf..9f4dbd965c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_limestone_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_limestone_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_stairs.json index ce238a35e5..8076e18284 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_limestone_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_wall.json index 210f167088..07ed9c0f6d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_limestone_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_limestone_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum.json b/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum.json index 11bbd7b4e9..901eafe8bc 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_ochrum" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_brick_slab.json index 1782035213..9044a3fa77 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_ochrum_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_ochrum_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_brick_stairs.json index 69e03bd008..3a0fb35e0b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_ochrum_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_brick_wall.json index af49932a35..541423630e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_ochrum_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_bricks.json index 8ed1440f0d..6cccd52d79 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_ochrum_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_slab.json index 06c1558ac0..ed86e0cddf 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_ochrum_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_ochrum_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_stairs.json index 23e0089f08..4545fde73d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_ochrum_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_wall.json index 7f8b6f63ac..ded0de07f6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_ochrum_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_ochrum_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia.json b/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia.json index 7e29ba5111..eec7a8ff4d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_scorchia" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_brick_slab.json index 1020daeaae..19ee0b73aa 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_scorchia_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_scorchia_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_brick_stairs.json index 4bb3bd5fec..c1e02c9d60 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_scorchia_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_brick_wall.json index e46fafdf30..6f36eed1e1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_scorchia_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_bricks.json index b999749461..e798cdf774 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_scorchia_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_slab.json index db78895320..bf2503fb23 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_scorchia_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_scorchia_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_stairs.json index 5ceb39451b..e48e65690c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_scorchia_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_wall.json index 939a15e3ba..b4821ff586 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_scorchia_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_scorchia_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_scoria.json b/src/generated/resources/data/create/loot_tables/blocks/cut_scoria.json index 70b7b7829b..fde9b29b5e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_scoria.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_scoria.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_scoria" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_brick_slab.json index b6f0245872..c7ca378de1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_scoria_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_scoria_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_brick_stairs.json index ab433f9e3d..c6589e2b90 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_scoria_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_brick_wall.json index 1d3237313f..25f849a3b8 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_scoria_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_bricks.json index 007452a48d..aedcb88487 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_scoria_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_slab.json index 9f4ab98efc..52af99fb80 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_scoria_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_scoria_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_stairs.json index 39867d4045..8143f1af76 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_scoria_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_wall.json index 9ba0dbe5fc..411315b021 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_scoria_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_scoria_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_tuff.json b/src/generated/resources/data/create/loot_tables/blocks/cut_tuff.json index b5ca558d1d..153bbf6ec1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_tuff.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_tuff.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_tuff" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_brick_slab.json index c2fbe7b20e..5a4f30549b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_tuff_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_tuff_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_brick_stairs.json index cebe39bc4a..aa8ffa7bcc 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_tuff_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_brick_wall.json index 7abadf35cb..188ee58b1a 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_tuff_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_bricks.json index 7e54a8e07a..485276df34 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_tuff_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_slab.json index 7a18888b51..480a054eef 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_tuff_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_tuff_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_stairs.json index 62ec2bda7c..b1c790ae5d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_tuff_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_wall.json index 96b2ac3934..b0c2287b0e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_tuff_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_tuff_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_veridium.json b/src/generated/resources/data/create/loot_tables/blocks/cut_veridium.json index 57d541ce9a..13a1b60829 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_veridium.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_veridium.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_veridium" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_brick_slab.json index 2e3ced5bd4..83c351910d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_veridium_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_veridium_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_brick_stairs.json index 9431500557..83f7fb1c6c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_veridium_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_brick_wall.json index 5c6cb933f8..b9be643ad9 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_veridium_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_bricks.json index 57e8cb6424..d954633f13 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_veridium_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_slab.json b/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_slab.json index 269c9f60db..fb57799067 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:cut_veridium_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:cut_veridium_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_stairs.json index 43f04ee8a3..4dad5098a1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_veridium_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_wall.json b/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_wall.json index c97433e8dc..96da43b3ef 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cut_veridium_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cut_veridium_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cyan_nixie_tube.json b/src/generated/resources/data/create/loot_tables/blocks/cyan_nixie_tube.json index 7a9bd93fd4..5899f4cd84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cyan_nixie_tube.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cyan_nixie_tube.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nixie_tube" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cyan_sail.json b/src/generated/resources/data/create/loot_tables/blocks/cyan_sail.json index 87f94ec321..7acceb8413 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cyan_sail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cyan_sail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_sail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cyan_seat.json b/src/generated/resources/data/create/loot_tables/blocks/cyan_seat.json index 7435290cb8..5747fd3917 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cyan_seat.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cyan_seat.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cyan_seat" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cyan_toolbox.json b/src/generated/resources/data/create/loot_tables/blocks/cyan_toolbox.json index fcbed90562..47cc43a9a0 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cyan_toolbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cyan_toolbox.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "UniqueId", - "target": "UniqueId", - "op": "replace" + "target": "UniqueId" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Inventory", - "target": "Inventory", - "op": "replace" + "target": "Inventory" } - ] + ], + "source": "block_entity" } ], "name": "create:cyan_toolbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/cyan_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/cyan_valve_handle.json index cced2fdb2f..c4e75ba0d6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/cyan_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/cyan_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:cyan_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/dark_oak_window.json b/src/generated/resources/data/create/loot_tables/blocks/dark_oak_window.json index bc6a5f7d4e..a86156e9dc 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/dark_oak_window.json +++ b/src/generated/resources/data/create/loot_tables/blocks/dark_oak_window.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:dark_oak_window" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:dark_oak_window" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/dark_oak_window_pane.json b/src/generated/resources/data/create/loot_tables/blocks/dark_oak_window_pane.json index 3942a2b88a..1027421055 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/dark_oak_window_pane.json +++ b/src/generated/resources/data/create/loot_tables/blocks/dark_oak_window_pane.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:dark_oak_window_pane" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:dark_oak_window_pane" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/deepslate_pillar.json b/src/generated/resources/data/create/loot_tables/blocks/deepslate_pillar.json index 997a825375..b9ed7e9dd6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/deepslate_pillar.json +++ b/src/generated/resources/data/create/loot_tables/blocks/deepslate_pillar.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:deepslate_pillar" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/deepslate_zinc_ore.json b/src/generated/resources/data/create/loot_tables/blocks/deepslate_zinc_ore.json index 83953b8bc1..cab9d0c661 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/deepslate_zinc_ore.json +++ b/src/generated/resources/data/create/loot_tables/blocks/deepslate_zinc_ore.json @@ -2,7 +2,6 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -31,9 +30,9 @@ "type": "minecraft:item", "functions": [ { - "function": "minecraft:apply_bonus", "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops" + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" }, { "function": "minecraft:explosion_decay" @@ -43,7 +42,8 @@ } ] } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/deployer.json b/src/generated/resources/data/create/loot_tables/blocks/deployer.json index beab36f044..df28ee961b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/deployer.json +++ b/src/generated/resources/data/create/loot_tables/blocks/deployer.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:deployer" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/depot.json b/src/generated/resources/data/create/loot_tables/blocks/depot.json index 3cec75d022..0caafe3d03 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/depot.json +++ b/src/generated/resources/data/create/loot_tables/blocks/depot.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:depot" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/diorite_pillar.json b/src/generated/resources/data/create/loot_tables/blocks/diorite_pillar.json index aaf0a9d5ba..56142c7fd6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/diorite_pillar.json +++ b/src/generated/resources/data/create/loot_tables/blocks/diorite_pillar.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:diorite_pillar" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/display_board.json b/src/generated/resources/data/create/loot_tables/blocks/display_board.json index 78a378160a..cf4ce02b7e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/display_board.json +++ b/src/generated/resources/data/create/loot_tables/blocks/display_board.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:display_board" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/display_link.json b/src/generated/resources/data/create/loot_tables/blocks/display_link.json index 144d683e92..010a4181be 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/display_link.json +++ b/src/generated/resources/data/create/loot_tables/blocks/display_link.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:display_link" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/dripstone_pillar.json b/src/generated/resources/data/create/loot_tables/blocks/dripstone_pillar.json index d182d67098..1403a39ec8 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/dripstone_pillar.json +++ b/src/generated/resources/data/create/loot_tables/blocks/dripstone_pillar.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:dripstone_pillar" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/encased_chain_drive.json b/src/generated/resources/data/create/loot_tables/blocks/encased_chain_drive.json index a37077ae5e..f1027618ea 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/encased_chain_drive.json +++ b/src/generated/resources/data/create/loot_tables/blocks/encased_chain_drive.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:encased_chain_drive" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/encased_fan.json b/src/generated/resources/data/create/loot_tables/blocks/encased_fan.json index a9eaa4416e..0e26bc6347 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/encased_fan.json +++ b/src/generated/resources/data/create/loot_tables/blocks/encased_fan.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:encased_fan" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/encased_fluid_pipe.json b/src/generated/resources/data/create/loot_tables/blocks/encased_fluid_pipe.json index 92b7508b8e..00a0501ef6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/encased_fluid_pipe.json +++ b/src/generated/resources/data/create/loot_tables/blocks/encased_fluid_pipe.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:fluid_pipe" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_shingle_slab.json b/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_shingle_slab.json index 1f053cab25..7522622c93 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_shingle_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_shingle_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:exposed_copper_shingle_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:exposed_copper_shingle_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_shingle_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_shingle_stairs.json index 359769de97..a7bcabbb72 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_shingle_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_shingle_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:exposed_copper_shingle_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_shingles.json b/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_shingles.json index 05a62c66a7..78d7f9030e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_shingles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_shingles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:exposed_copper_shingles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_tile_slab.json b/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_tile_slab.json index d3cc621c32..ecc43ce75c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_tile_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_tile_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:exposed_copper_tile_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:exposed_copper_tile_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_tile_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_tile_stairs.json index d2cc948dad..d94a273292 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_tile_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_tile_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:exposed_copper_tile_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_tiles.json b/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_tiles.json index 3185102ce2..10d01ed4ba 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_tiles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/exposed_copper_tiles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:exposed_copper_tiles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/fake_track.json b/src/generated/resources/data/create/loot_tables/blocks/fake_track.json index 3da3a59b4e..38fe9914ae 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/fake_track.json +++ b/src/generated/resources/data/create/loot_tables/blocks/fake_track.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "minecraft:air" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/fluid_pipe.json b/src/generated/resources/data/create/loot_tables/blocks/fluid_pipe.json index 92b7508b8e..00a0501ef6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/fluid_pipe.json +++ b/src/generated/resources/data/create/loot_tables/blocks/fluid_pipe.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:fluid_pipe" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/fluid_tank.json b/src/generated/resources/data/create/loot_tables/blocks/fluid_tank.json index f65aae1b03..2ef00cd97a 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/fluid_tank.json +++ b/src/generated/resources/data/create/loot_tables/blocks/fluid_tank.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:fluid_tank" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/fluid_valve.json b/src/generated/resources/data/create/loot_tables/blocks/fluid_valve.json index 5181c0fcaf..f8670d096e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/fluid_valve.json +++ b/src/generated/resources/data/create/loot_tables/blocks/fluid_valve.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:fluid_valve" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/flywheel.json b/src/generated/resources/data/create/loot_tables/blocks/flywheel.json index 1aa9c3ba66..139a38f076 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/flywheel.json +++ b/src/generated/resources/data/create/loot_tables/blocks/flywheel.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:flywheel" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/framed_glass.json b/src/generated/resources/data/create/loot_tables/blocks/framed_glass.json index caf8a27f4b..561257a9bd 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/framed_glass.json +++ b/src/generated/resources/data/create/loot_tables/blocks/framed_glass.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:framed_glass" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:framed_glass" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/framed_glass_door.json b/src/generated/resources/data/create/loot_tables/blocks/framed_glass_door.json index 2869e11293..91c7b1495c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/framed_glass_door.json +++ b/src/generated/resources/data/create/loot_tables/blocks/framed_glass_door.json @@ -2,15 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:framed_glass_door", + "condition": "minecraft:block_state_property", "properties": { "half": "lower" } @@ -19,11 +23,7 @@ "name": "create:framed_glass_door" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/framed_glass_pane.json b/src/generated/resources/data/create/loot_tables/blocks/framed_glass_pane.json index 100b387c37..6711dee1b1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/framed_glass_pane.json +++ b/src/generated/resources/data/create/loot_tables/blocks/framed_glass_pane.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:framed_glass_pane" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:framed_glass_pane" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/framed_glass_trapdoor.json b/src/generated/resources/data/create/loot_tables/blocks/framed_glass_trapdoor.json index 6df45cab2f..81223af3a2 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/framed_glass_trapdoor.json +++ b/src/generated/resources/data/create/loot_tables/blocks/framed_glass_trapdoor.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:framed_glass_trapdoor" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/gantry_carriage.json b/src/generated/resources/data/create/loot_tables/blocks/gantry_carriage.json index 88a7a5f157..916ad461a0 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/gantry_carriage.json +++ b/src/generated/resources/data/create/loot_tables/blocks/gantry_carriage.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:gantry_carriage" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/gantry_shaft.json b/src/generated/resources/data/create/loot_tables/blocks/gantry_shaft.json index 36a74d7e91..10b035f165 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/gantry_shaft.json +++ b/src/generated/resources/data/create/loot_tables/blocks/gantry_shaft.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:gantry_shaft" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/gearbox.json b/src/generated/resources/data/create/loot_tables/blocks/gearbox.json index 727fb33d72..106c195c58 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/gearbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/gearbox.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:gearbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/gearshift.json b/src/generated/resources/data/create/loot_tables/blocks/gearshift.json index 112c7746f4..a1a1769892 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/gearshift.json +++ b/src/generated/resources/data/create/loot_tables/blocks/gearshift.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:gearshift" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/glass_fluid_pipe.json b/src/generated/resources/data/create/loot_tables/blocks/glass_fluid_pipe.json index 92b7508b8e..00a0501ef6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/glass_fluid_pipe.json +++ b/src/generated/resources/data/create/loot_tables/blocks/glass_fluid_pipe.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:fluid_pipe" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/granite_pillar.json b/src/generated/resources/data/create/loot_tables/blocks/granite_pillar.json index 8aa59800f1..30aee9d307 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/granite_pillar.json +++ b/src/generated/resources/data/create/loot_tables/blocks/granite_pillar.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:granite_pillar" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/gray_nixie_tube.json b/src/generated/resources/data/create/loot_tables/blocks/gray_nixie_tube.json index 7a9bd93fd4..5899f4cd84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/gray_nixie_tube.json +++ b/src/generated/resources/data/create/loot_tables/blocks/gray_nixie_tube.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nixie_tube" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/gray_sail.json b/src/generated/resources/data/create/loot_tables/blocks/gray_sail.json index 87f94ec321..7acceb8413 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/gray_sail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/gray_sail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_sail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/gray_seat.json b/src/generated/resources/data/create/loot_tables/blocks/gray_seat.json index aaedd50562..9af112a993 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/gray_seat.json +++ b/src/generated/resources/data/create/loot_tables/blocks/gray_seat.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:gray_seat" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/gray_toolbox.json b/src/generated/resources/data/create/loot_tables/blocks/gray_toolbox.json index 2ff2cd75d1..885093e02b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/gray_toolbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/gray_toolbox.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "UniqueId", - "target": "UniqueId", - "op": "replace" + "target": "UniqueId" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Inventory", - "target": "Inventory", - "op": "replace" + "target": "Inventory" } - ] + ], + "source": "block_entity" } ], "name": "create:gray_toolbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/gray_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/gray_valve_handle.json index d3979e0120..095fbf0915 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/gray_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/gray_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:gray_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/green_nixie_tube.json b/src/generated/resources/data/create/loot_tables/blocks/green_nixie_tube.json index 7a9bd93fd4..5899f4cd84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/green_nixie_tube.json +++ b/src/generated/resources/data/create/loot_tables/blocks/green_nixie_tube.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nixie_tube" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/green_sail.json b/src/generated/resources/data/create/loot_tables/blocks/green_sail.json index 87f94ec321..7acceb8413 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/green_sail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/green_sail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_sail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/green_seat.json b/src/generated/resources/data/create/loot_tables/blocks/green_seat.json index a3d7095435..9b00900282 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/green_seat.json +++ b/src/generated/resources/data/create/loot_tables/blocks/green_seat.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:green_seat" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/green_toolbox.json b/src/generated/resources/data/create/loot_tables/blocks/green_toolbox.json index 8206d95d5e..d6347ab58f 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/green_toolbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/green_toolbox.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "UniqueId", - "target": "UniqueId", - "op": "replace" + "target": "UniqueId" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Inventory", - "target": "Inventory", - "op": "replace" + "target": "Inventory" } - ] + ], + "source": "block_entity" } ], "name": "create:green_toolbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/green_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/green_valve_handle.json index 48a9f68294..8fc0ac411b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/green_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/green_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:green_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/hand_crank.json b/src/generated/resources/data/create/loot_tables/blocks/hand_crank.json index a14f2fc65d..33045c2b49 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/hand_crank.json +++ b/src/generated/resources/data/create/loot_tables/blocks/hand_crank.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:hand_crank" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/haunted_bell.json b/src/generated/resources/data/create/loot_tables/blocks/haunted_bell.json index 6436da1947..648d9a0a62 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/haunted_bell.json +++ b/src/generated/resources/data/create/loot_tables/blocks/haunted_bell.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:haunted_bell" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/horizontal_framed_glass.json b/src/generated/resources/data/create/loot_tables/blocks/horizontal_framed_glass.json index a8df867942..b7d1eab4df 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/horizontal_framed_glass.json +++ b/src/generated/resources/data/create/loot_tables/blocks/horizontal_framed_glass.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:horizontal_framed_glass" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:horizontal_framed_glass" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/horizontal_framed_glass_pane.json b/src/generated/resources/data/create/loot_tables/blocks/horizontal_framed_glass_pane.json index cb878325ff..4a4f9a6fc8 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/horizontal_framed_glass_pane.json +++ b/src/generated/resources/data/create/loot_tables/blocks/horizontal_framed_glass_pane.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:horizontal_framed_glass_pane" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:horizontal_framed_glass_pane" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/hose_pulley.json b/src/generated/resources/data/create/loot_tables/blocks/hose_pulley.json index a6418f28d8..36f9965cd1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/hose_pulley.json +++ b/src/generated/resources/data/create/loot_tables/blocks/hose_pulley.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:hose_pulley" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/item_drain.json b/src/generated/resources/data/create/loot_tables/blocks/item_drain.json index 77dfba19b9..c0be65b658 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/item_drain.json +++ b/src/generated/resources/data/create/loot_tables/blocks/item_drain.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:item_drain" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/item_vault.json b/src/generated/resources/data/create/loot_tables/blocks/item_vault.json index 30b621b0bd..6f47a30112 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/item_vault.json +++ b/src/generated/resources/data/create/loot_tables/blocks/item_vault.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:item_vault" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/jungle_window.json b/src/generated/resources/data/create/loot_tables/blocks/jungle_window.json index 210eb50945..09ae0024d7 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/jungle_window.json +++ b/src/generated/resources/data/create/loot_tables/blocks/jungle_window.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:jungle_window" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:jungle_window" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/jungle_window_pane.json b/src/generated/resources/data/create/loot_tables/blocks/jungle_window_pane.json index 48d4ee7048..4de571bef4 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/jungle_window_pane.json +++ b/src/generated/resources/data/create/loot_tables/blocks/jungle_window_pane.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:jungle_window_pane" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:jungle_window_pane" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/large_bogey.json b/src/generated/resources/data/create/loot_tables/blocks/large_bogey.json index 474e6712c1..ca6c5e4268 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/large_bogey.json +++ b/src/generated/resources/data/create/loot_tables/blocks/large_bogey.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:railway_casing" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/large_cogwheel.json b/src/generated/resources/data/create/loot_tables/blocks/large_cogwheel.json index 5d28d73c87..0f88c8276b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/large_cogwheel.json +++ b/src/generated/resources/data/create/loot_tables/blocks/large_cogwheel.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:large_cogwheel" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/layered_andesite.json b/src/generated/resources/data/create/loot_tables/blocks/layered_andesite.json index 3baa198bc5..d2a394a097 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/layered_andesite.json +++ b/src/generated/resources/data/create/loot_tables/blocks/layered_andesite.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:layered_andesite" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/layered_asurine.json b/src/generated/resources/data/create/loot_tables/blocks/layered_asurine.json index 29dcdccd48..3711813380 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/layered_asurine.json +++ b/src/generated/resources/data/create/loot_tables/blocks/layered_asurine.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:layered_asurine" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/layered_calcite.json b/src/generated/resources/data/create/loot_tables/blocks/layered_calcite.json index 1f9e07999f..c40e1df757 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/layered_calcite.json +++ b/src/generated/resources/data/create/loot_tables/blocks/layered_calcite.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:layered_calcite" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/layered_crimsite.json b/src/generated/resources/data/create/loot_tables/blocks/layered_crimsite.json index 33762896af..938bd7b937 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/layered_crimsite.json +++ b/src/generated/resources/data/create/loot_tables/blocks/layered_crimsite.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:layered_crimsite" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/layered_deepslate.json b/src/generated/resources/data/create/loot_tables/blocks/layered_deepslate.json index b5128be16e..ddb798ddb0 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/layered_deepslate.json +++ b/src/generated/resources/data/create/loot_tables/blocks/layered_deepslate.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:layered_deepslate" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/layered_diorite.json b/src/generated/resources/data/create/loot_tables/blocks/layered_diorite.json index 38825ecb3f..f9f0377497 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/layered_diorite.json +++ b/src/generated/resources/data/create/loot_tables/blocks/layered_diorite.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:layered_diorite" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/layered_dripstone.json b/src/generated/resources/data/create/loot_tables/blocks/layered_dripstone.json index e447848ffd..d7de57e5d0 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/layered_dripstone.json +++ b/src/generated/resources/data/create/loot_tables/blocks/layered_dripstone.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:layered_dripstone" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/layered_granite.json b/src/generated/resources/data/create/loot_tables/blocks/layered_granite.json index e10bae7ccc..1c58e91b1b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/layered_granite.json +++ b/src/generated/resources/data/create/loot_tables/blocks/layered_granite.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:layered_granite" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/layered_limestone.json b/src/generated/resources/data/create/loot_tables/blocks/layered_limestone.json index 1e935903cf..085a8da395 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/layered_limestone.json +++ b/src/generated/resources/data/create/loot_tables/blocks/layered_limestone.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:layered_limestone" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/layered_ochrum.json b/src/generated/resources/data/create/loot_tables/blocks/layered_ochrum.json index 57e6f97be0..023d08224b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/layered_ochrum.json +++ b/src/generated/resources/data/create/loot_tables/blocks/layered_ochrum.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:layered_ochrum" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/layered_scorchia.json b/src/generated/resources/data/create/loot_tables/blocks/layered_scorchia.json index a84fa06171..554b1f9ea1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/layered_scorchia.json +++ b/src/generated/resources/data/create/loot_tables/blocks/layered_scorchia.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:layered_scorchia" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/layered_scoria.json b/src/generated/resources/data/create/loot_tables/blocks/layered_scoria.json index 96d39b5049..18f3ae380e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/layered_scoria.json +++ b/src/generated/resources/data/create/loot_tables/blocks/layered_scoria.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:layered_scoria" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/layered_tuff.json b/src/generated/resources/data/create/loot_tables/blocks/layered_tuff.json index 489a900eff..95bbd1d83f 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/layered_tuff.json +++ b/src/generated/resources/data/create/loot_tables/blocks/layered_tuff.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:layered_tuff" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/layered_veridium.json b/src/generated/resources/data/create/loot_tables/blocks/layered_veridium.json index bc99247bc9..3a1936e784 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/layered_veridium.json +++ b/src/generated/resources/data/create/loot_tables/blocks/layered_veridium.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:layered_veridium" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/lectern_controller.json b/src/generated/resources/data/create/loot_tables/blocks/lectern_controller.json index 91d8c2cb7f..7daea34f54 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/lectern_controller.json +++ b/src/generated/resources/data/create/loot_tables/blocks/lectern_controller.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "minecraft:lectern" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/light_blue_nixie_tube.json b/src/generated/resources/data/create/loot_tables/blocks/light_blue_nixie_tube.json index 7a9bd93fd4..5899f4cd84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/light_blue_nixie_tube.json +++ b/src/generated/resources/data/create/loot_tables/blocks/light_blue_nixie_tube.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nixie_tube" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/light_blue_sail.json b/src/generated/resources/data/create/loot_tables/blocks/light_blue_sail.json index 87f94ec321..7acceb8413 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/light_blue_sail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/light_blue_sail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_sail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/light_blue_seat.json b/src/generated/resources/data/create/loot_tables/blocks/light_blue_seat.json index 631449fb7a..9874cb32f2 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/light_blue_seat.json +++ b/src/generated/resources/data/create/loot_tables/blocks/light_blue_seat.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:light_blue_seat" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/light_blue_toolbox.json b/src/generated/resources/data/create/loot_tables/blocks/light_blue_toolbox.json index ef936899a4..4c8f77f463 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/light_blue_toolbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/light_blue_toolbox.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "UniqueId", - "target": "UniqueId", - "op": "replace" + "target": "UniqueId" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Inventory", - "target": "Inventory", - "op": "replace" + "target": "Inventory" } - ] + ], + "source": "block_entity" } ], "name": "create:light_blue_toolbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/light_blue_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/light_blue_valve_handle.json index e0c4302e68..af951982d9 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/light_blue_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/light_blue_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:light_blue_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/light_gray_nixie_tube.json b/src/generated/resources/data/create/loot_tables/blocks/light_gray_nixie_tube.json index 7a9bd93fd4..5899f4cd84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/light_gray_nixie_tube.json +++ b/src/generated/resources/data/create/loot_tables/blocks/light_gray_nixie_tube.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nixie_tube" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/light_gray_sail.json b/src/generated/resources/data/create/loot_tables/blocks/light_gray_sail.json index 87f94ec321..7acceb8413 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/light_gray_sail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/light_gray_sail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_sail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/light_gray_seat.json b/src/generated/resources/data/create/loot_tables/blocks/light_gray_seat.json index 195b99058b..4f44974f8f 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/light_gray_seat.json +++ b/src/generated/resources/data/create/loot_tables/blocks/light_gray_seat.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:light_gray_seat" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/light_gray_toolbox.json b/src/generated/resources/data/create/loot_tables/blocks/light_gray_toolbox.json index 53f9b88dd7..46ddcd1704 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/light_gray_toolbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/light_gray_toolbox.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "UniqueId", - "target": "UniqueId", - "op": "replace" + "target": "UniqueId" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Inventory", - "target": "Inventory", - "op": "replace" + "target": "Inventory" } - ] + ], + "source": "block_entity" } ], "name": "create:light_gray_toolbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/light_gray_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/light_gray_valve_handle.json index 1073172f85..8de8407342 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/light_gray_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/light_gray_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:light_gray_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/lime_nixie_tube.json b/src/generated/resources/data/create/loot_tables/blocks/lime_nixie_tube.json index 7a9bd93fd4..5899f4cd84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/lime_nixie_tube.json +++ b/src/generated/resources/data/create/loot_tables/blocks/lime_nixie_tube.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nixie_tube" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/lime_sail.json b/src/generated/resources/data/create/loot_tables/blocks/lime_sail.json index 87f94ec321..7acceb8413 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/lime_sail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/lime_sail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_sail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/lime_seat.json b/src/generated/resources/data/create/loot_tables/blocks/lime_seat.json index 3bc7110f77..f14c053b51 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/lime_seat.json +++ b/src/generated/resources/data/create/loot_tables/blocks/lime_seat.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:lime_seat" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/lime_toolbox.json b/src/generated/resources/data/create/loot_tables/blocks/lime_toolbox.json index 8182f7fc14..cde53d70d1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/lime_toolbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/lime_toolbox.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "UniqueId", - "target": "UniqueId", - "op": "replace" + "target": "UniqueId" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Inventory", - "target": "Inventory", - "op": "replace" + "target": "Inventory" } - ] + ], + "source": "block_entity" } ], "name": "create:lime_toolbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/lime_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/lime_valve_handle.json index 5f0c84f5b3..1f5cfe5560 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/lime_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/lime_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:lime_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/limestone.json b/src/generated/resources/data/create/loot_tables/blocks/limestone.json index 9dad76d534..e3fd587276 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/limestone.json +++ b/src/generated/resources/data/create/loot_tables/blocks/limestone.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:limestone" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/limestone_pillar.json b/src/generated/resources/data/create/loot_tables/blocks/limestone_pillar.json index 765d378d51..a7faae59a4 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/limestone_pillar.json +++ b/src/generated/resources/data/create/loot_tables/blocks/limestone_pillar.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:limestone_pillar" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/linear_chassis.json b/src/generated/resources/data/create/loot_tables/blocks/linear_chassis.json index 4804889ae3..d2c6fa5e0c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/linear_chassis.json +++ b/src/generated/resources/data/create/loot_tables/blocks/linear_chassis.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:linear_chassis" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/lit_blaze_burner.json b/src/generated/resources/data/create/loot_tables/blocks/lit_blaze_burner.json index a7cfebd78f..23fb8d1cd2 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/lit_blaze_burner.json +++ b/src/generated/resources/data/create/loot_tables/blocks/lit_blaze_burner.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:empty_blaze_burner" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/magenta_nixie_tube.json b/src/generated/resources/data/create/loot_tables/blocks/magenta_nixie_tube.json index 7a9bd93fd4..5899f4cd84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/magenta_nixie_tube.json +++ b/src/generated/resources/data/create/loot_tables/blocks/magenta_nixie_tube.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nixie_tube" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/magenta_sail.json b/src/generated/resources/data/create/loot_tables/blocks/magenta_sail.json index 87f94ec321..7acceb8413 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/magenta_sail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/magenta_sail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_sail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/magenta_seat.json b/src/generated/resources/data/create/loot_tables/blocks/magenta_seat.json index 4e32b79d2a..0d9d9a7cc2 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/magenta_seat.json +++ b/src/generated/resources/data/create/loot_tables/blocks/magenta_seat.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:magenta_seat" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/magenta_toolbox.json b/src/generated/resources/data/create/loot_tables/blocks/magenta_toolbox.json index 3d7466c1e2..184ee7e9b4 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/magenta_toolbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/magenta_toolbox.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "UniqueId", - "target": "UniqueId", - "op": "replace" + "target": "UniqueId" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Inventory", - "target": "Inventory", - "op": "replace" + "target": "Inventory" } - ] + ], + "source": "block_entity" } ], "name": "create:magenta_toolbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/magenta_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/magenta_valve_handle.json index ffbabfced7..ff1a10b29f 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/magenta_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/magenta_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:magenta_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mechanical_arm.json b/src/generated/resources/data/create/loot_tables/blocks/mechanical_arm.json index ae17d0616e..c04278027b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/mechanical_arm.json +++ b/src/generated/resources/data/create/loot_tables/blocks/mechanical_arm.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:mechanical_arm" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mechanical_bearing.json b/src/generated/resources/data/create/loot_tables/blocks/mechanical_bearing.json index 03a4b8fd30..ce2fe3abf2 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/mechanical_bearing.json +++ b/src/generated/resources/data/create/loot_tables/blocks/mechanical_bearing.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:mechanical_bearing" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mechanical_crafter.json b/src/generated/resources/data/create/loot_tables/blocks/mechanical_crafter.json index 6cf4507e2f..03e3191a20 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/mechanical_crafter.json +++ b/src/generated/resources/data/create/loot_tables/blocks/mechanical_crafter.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:mechanical_crafter" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mechanical_drill.json b/src/generated/resources/data/create/loot_tables/blocks/mechanical_drill.json index 2004493525..476de927ab 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/mechanical_drill.json +++ b/src/generated/resources/data/create/loot_tables/blocks/mechanical_drill.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:mechanical_drill" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mechanical_harvester.json b/src/generated/resources/data/create/loot_tables/blocks/mechanical_harvester.json index 1d9c753d47..3ccf961361 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/mechanical_harvester.json +++ b/src/generated/resources/data/create/loot_tables/blocks/mechanical_harvester.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:mechanical_harvester" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mechanical_mixer.json b/src/generated/resources/data/create/loot_tables/blocks/mechanical_mixer.json index fc360f2f4f..1d61faaaf8 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/mechanical_mixer.json +++ b/src/generated/resources/data/create/loot_tables/blocks/mechanical_mixer.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:mechanical_mixer" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mechanical_piston.json b/src/generated/resources/data/create/loot_tables/blocks/mechanical_piston.json index 76b028244f..8ef267b0bc 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/mechanical_piston.json +++ b/src/generated/resources/data/create/loot_tables/blocks/mechanical_piston.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:mechanical_piston" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mechanical_piston_head.json b/src/generated/resources/data/create/loot_tables/blocks/mechanical_piston_head.json index b4f8ea0f55..d0bc69c668 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/mechanical_piston_head.json +++ b/src/generated/resources/data/create/loot_tables/blocks/mechanical_piston_head.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:piston_extension_pole" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mechanical_plough.json b/src/generated/resources/data/create/loot_tables/blocks/mechanical_plough.json index f9b1d5ec0a..a0a03f43af 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/mechanical_plough.json +++ b/src/generated/resources/data/create/loot_tables/blocks/mechanical_plough.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:mechanical_plough" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mechanical_press.json b/src/generated/resources/data/create/loot_tables/blocks/mechanical_press.json index 7517e86b2b..8238968ce8 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/mechanical_press.json +++ b/src/generated/resources/data/create/loot_tables/blocks/mechanical_press.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:mechanical_press" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mechanical_pump.json b/src/generated/resources/data/create/loot_tables/blocks/mechanical_pump.json index e3d9e61068..a938ae317e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/mechanical_pump.json +++ b/src/generated/resources/data/create/loot_tables/blocks/mechanical_pump.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:mechanical_pump" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mechanical_saw.json b/src/generated/resources/data/create/loot_tables/blocks/mechanical_saw.json index a8233e7d5b..7a1bfc66b2 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/mechanical_saw.json +++ b/src/generated/resources/data/create/loot_tables/blocks/mechanical_saw.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:mechanical_saw" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/metal_bracket.json b/src/generated/resources/data/create/loot_tables/blocks/metal_bracket.json index 1446471726..2a9d3b093a 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/metal_bracket.json +++ b/src/generated/resources/data/create/loot_tables/blocks/metal_bracket.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:metal_bracket" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/metal_girder.json b/src/generated/resources/data/create/loot_tables/blocks/metal_girder.json index 0ca8ebb1e0..4d113a577d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/metal_girder.json +++ b/src/generated/resources/data/create/loot_tables/blocks/metal_girder.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:metal_girder" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/metal_girder_encased_shaft.json b/src/generated/resources/data/create/loot_tables/blocks/metal_girder_encased_shaft.json index e87f52d5dd..8b562625aa 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/metal_girder_encased_shaft.json +++ b/src/generated/resources/data/create/loot_tables/blocks/metal_girder_encased_shaft.json @@ -2,34 +2,34 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:metal_girder" } ], + "rolls": 1.0 + }, + { + "bonus_rolls": 0.0, "conditions": [ { "condition": "minecraft:survives_explosion" } - ] - }, - { - "rolls": 1.0, - "bonus_rolls": 0.0, + ], "entries": [ { "type": "minecraft:item", "name": "create:shaft" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/millstone.json b/src/generated/resources/data/create/loot_tables/blocks/millstone.json index a5a59f3f31..84419fb80b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/millstone.json +++ b/src/generated/resources/data/create/loot_tables/blocks/millstone.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:millstone" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/minecart_anchor.json b/src/generated/resources/data/create/loot_tables/blocks/minecart_anchor.json index 3da3a59b4e..38fe9914ae 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/minecart_anchor.json +++ b/src/generated/resources/data/create/loot_tables/blocks/minecart_anchor.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "minecraft:air" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mysterious_cuckoo_clock.json b/src/generated/resources/data/create/loot_tables/blocks/mysterious_cuckoo_clock.json index 4e15d5156b..7518194cf7 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/mysterious_cuckoo_clock.json +++ b/src/generated/resources/data/create/loot_tables/blocks/mysterious_cuckoo_clock.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:mysterious_cuckoo_clock" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/nixie_tube.json b/src/generated/resources/data/create/loot_tables/blocks/nixie_tube.json index 7a9bd93fd4..5899f4cd84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/nixie_tube.json +++ b/src/generated/resources/data/create/loot_tables/blocks/nixie_tube.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nixie_tube" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/nozzle.json b/src/generated/resources/data/create/loot_tables/blocks/nozzle.json index f10135d8d7..009f9776da 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/nozzle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/nozzle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nozzle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/oak_window.json b/src/generated/resources/data/create/loot_tables/blocks/oak_window.json index f0d7d27895..b633d831d7 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/oak_window.json +++ b/src/generated/resources/data/create/loot_tables/blocks/oak_window.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:oak_window" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:oak_window" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/oak_window_pane.json b/src/generated/resources/data/create/loot_tables/blocks/oak_window_pane.json index 48f1904fe8..8d5c87f4e1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/oak_window_pane.json +++ b/src/generated/resources/data/create/loot_tables/blocks/oak_window_pane.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:oak_window_pane" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:oak_window_pane" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/ochrum.json b/src/generated/resources/data/create/loot_tables/blocks/ochrum.json index 72d4b067bd..59546ad728 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/ochrum.json +++ b/src/generated/resources/data/create/loot_tables/blocks/ochrum.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:ochrum" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/ochrum_pillar.json b/src/generated/resources/data/create/loot_tables/blocks/ochrum_pillar.json index 75e97f470e..b22ba49acc 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/ochrum_pillar.json +++ b/src/generated/resources/data/create/loot_tables/blocks/ochrum_pillar.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:ochrum_pillar" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/orange_sail.json b/src/generated/resources/data/create/loot_tables/blocks/orange_sail.json index 87f94ec321..7acceb8413 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/orange_sail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/orange_sail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_sail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/orange_seat.json b/src/generated/resources/data/create/loot_tables/blocks/orange_seat.json index d0b67a9116..6f6618aa3e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/orange_seat.json +++ b/src/generated/resources/data/create/loot_tables/blocks/orange_seat.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:orange_seat" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/orange_toolbox.json b/src/generated/resources/data/create/loot_tables/blocks/orange_toolbox.json index 0bec45128c..e27e90ee0e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/orange_toolbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/orange_toolbox.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "UniqueId", - "target": "UniqueId", - "op": "replace" + "target": "UniqueId" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Inventory", - "target": "Inventory", - "op": "replace" + "target": "Inventory" } - ] + ], + "source": "block_entity" } ], "name": "create:orange_toolbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/orange_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/orange_valve_handle.json index 0d19035416..7168ddaf6e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/orange_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/orange_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:orange_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/ornate_iron_window.json b/src/generated/resources/data/create/loot_tables/blocks/ornate_iron_window.json index 7eaed7b9a7..b2c106a92d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/ornate_iron_window.json +++ b/src/generated/resources/data/create/loot_tables/blocks/ornate_iron_window.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:ornate_iron_window" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:ornate_iron_window" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/ornate_iron_window_pane.json b/src/generated/resources/data/create/loot_tables/blocks/ornate_iron_window_pane.json index 84d4deb55f..e7cff95b0f 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/ornate_iron_window_pane.json +++ b/src/generated/resources/data/create/loot_tables/blocks/ornate_iron_window_pane.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:ornate_iron_window_pane" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:ornate_iron_window_pane" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_shingle_slab.json b/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_shingle_slab.json index affa37b8be..618614dafa 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_shingle_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_shingle_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:oxidized_copper_shingle_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:oxidized_copper_shingle_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_shingle_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_shingle_stairs.json index 1d9cc9ad77..5f33500f72 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_shingle_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_shingle_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:oxidized_copper_shingle_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_shingles.json b/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_shingles.json index 3e285a4be1..3959105176 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_shingles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_shingles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:oxidized_copper_shingles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_tile_slab.json b/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_tile_slab.json index 8070b0afa9..a2ddddf864 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_tile_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_tile_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:oxidized_copper_tile_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:oxidized_copper_tile_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_tile_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_tile_stairs.json index 65485a776a..9e83f71c48 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_tile_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_tile_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:oxidized_copper_tile_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_tiles.json b/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_tiles.json index a56f50c61d..6feceff865 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_tiles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/oxidized_copper_tiles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:oxidized_copper_tiles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/peculiar_bell.json b/src/generated/resources/data/create/loot_tables/blocks/peculiar_bell.json index e290f271a2..a021289e29 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/peculiar_bell.json +++ b/src/generated/resources/data/create/loot_tables/blocks/peculiar_bell.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:peculiar_bell" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/pink_nixie_tube.json b/src/generated/resources/data/create/loot_tables/blocks/pink_nixie_tube.json index 7a9bd93fd4..5899f4cd84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/pink_nixie_tube.json +++ b/src/generated/resources/data/create/loot_tables/blocks/pink_nixie_tube.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nixie_tube" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/pink_sail.json b/src/generated/resources/data/create/loot_tables/blocks/pink_sail.json index 87f94ec321..7acceb8413 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/pink_sail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/pink_sail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_sail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/pink_seat.json b/src/generated/resources/data/create/loot_tables/blocks/pink_seat.json index 85c735789a..0d47c9b503 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/pink_seat.json +++ b/src/generated/resources/data/create/loot_tables/blocks/pink_seat.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:pink_seat" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/pink_toolbox.json b/src/generated/resources/data/create/loot_tables/blocks/pink_toolbox.json index 89ad06947d..6633fab65e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/pink_toolbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/pink_toolbox.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "UniqueId", - "target": "UniqueId", - "op": "replace" + "target": "UniqueId" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Inventory", - "target": "Inventory", - "op": "replace" + "target": "Inventory" } - ] + ], + "source": "block_entity" } ], "name": "create:pink_toolbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/pink_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/pink_valve_handle.json index 338d14ab02..c0602dd581 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/pink_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/pink_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:pink_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/piston_extension_pole.json b/src/generated/resources/data/create/loot_tables/blocks/piston_extension_pole.json index b4f8ea0f55..d0bc69c668 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/piston_extension_pole.json +++ b/src/generated/resources/data/create/loot_tables/blocks/piston_extension_pole.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:piston_extension_pole" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/placard.json b/src/generated/resources/data/create/loot_tables/blocks/placard.json index db2e68372f..edd6d002dd 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/placard.json +++ b/src/generated/resources/data/create/loot_tables/blocks/placard.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:placard" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_andesite.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_andesite.json index 3b95f01d51..1229a96db4 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_andesite.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_andesite.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_andesite" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_andesite_slab.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_andesite_slab.json index da917c63a8..c4e0126696 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_andesite_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_andesite_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:polished_cut_andesite_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:polished_cut_andesite_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_andesite_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_andesite_stairs.json index 0b4f3ea297..4bb98e70d2 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_andesite_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_andesite_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_andesite_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_andesite_wall.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_andesite_wall.json index c6ec75b292..ea9260c265 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_andesite_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_andesite_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_andesite_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_asurine.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_asurine.json index 574b61136b..c5c3fd5ada 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_asurine.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_asurine.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_asurine" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_asurine_slab.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_asurine_slab.json index dc0f5aec9a..4a4faea8f3 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_asurine_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_asurine_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:polished_cut_asurine_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:polished_cut_asurine_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_asurine_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_asurine_stairs.json index 05950c810f..34a04d3947 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_asurine_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_asurine_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_asurine_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_asurine_wall.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_asurine_wall.json index 3aa859f2c0..72d09c2d0d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_asurine_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_asurine_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_asurine_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_calcite.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_calcite.json index 185f5aca1a..938e8ff234 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_calcite.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_calcite.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_calcite" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_calcite_slab.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_calcite_slab.json index dee9dc26e7..e704626312 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_calcite_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_calcite_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:polished_cut_calcite_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:polished_cut_calcite_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_calcite_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_calcite_stairs.json index 6273ca31e0..073fdd6d36 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_calcite_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_calcite_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_calcite_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_calcite_wall.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_calcite_wall.json index 09cd80776e..9fd4b8bb29 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_calcite_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_calcite_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_calcite_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_crimsite.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_crimsite.json index 6df40ea041..bde7b31932 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_crimsite.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_crimsite.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_crimsite" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_crimsite_slab.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_crimsite_slab.json index b258fa49de..ce8fde7179 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_crimsite_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_crimsite_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:polished_cut_crimsite_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:polished_cut_crimsite_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_crimsite_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_crimsite_stairs.json index 1fb215dc17..7cedc709b6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_crimsite_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_crimsite_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_crimsite_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_crimsite_wall.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_crimsite_wall.json index 020a9b7a00..ad197d3b4f 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_crimsite_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_crimsite_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_crimsite_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_deepslate.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_deepslate.json index 72ce3aae10..3b1a230d68 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_deepslate.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_deepslate.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_deepslate" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_deepslate_slab.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_deepslate_slab.json index 99af8d0f33..202e1150dd 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_deepslate_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_deepslate_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:polished_cut_deepslate_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:polished_cut_deepslate_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_deepslate_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_deepslate_stairs.json index 3abed522bb..34e5c76999 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_deepslate_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_deepslate_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_deepslate_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_deepslate_wall.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_deepslate_wall.json index 21edecec35..3dc08cc1e6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_deepslate_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_deepslate_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_deepslate_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_diorite.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_diorite.json index 274c9be59a..cc4e653ac9 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_diorite.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_diorite.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_diorite" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_diorite_slab.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_diorite_slab.json index 7d1ddaaf11..53c7c53345 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_diorite_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_diorite_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:polished_cut_diorite_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:polished_cut_diorite_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_diorite_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_diorite_stairs.json index a7e23eae06..52e11521f3 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_diorite_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_diorite_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_diorite_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_diorite_wall.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_diorite_wall.json index c26c441a18..29467720b5 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_diorite_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_diorite_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_diorite_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_dripstone.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_dripstone.json index 5586f0b998..3014263d37 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_dripstone.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_dripstone.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_dripstone" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_dripstone_slab.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_dripstone_slab.json index 5bde5c870b..373d6d09d8 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_dripstone_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_dripstone_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:polished_cut_dripstone_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:polished_cut_dripstone_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_dripstone_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_dripstone_stairs.json index a4bb391387..0addcd9117 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_dripstone_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_dripstone_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_dripstone_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_dripstone_wall.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_dripstone_wall.json index 5453826b8e..811c15b272 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_dripstone_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_dripstone_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_dripstone_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_granite.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_granite.json index 9a471a03f9..24187d6214 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_granite.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_granite.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_granite" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_granite_slab.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_granite_slab.json index c2f41c34ef..bb5337be6b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_granite_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_granite_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:polished_cut_granite_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:polished_cut_granite_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_granite_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_granite_stairs.json index 7ead028d27..b23244de86 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_granite_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_granite_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_granite_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_granite_wall.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_granite_wall.json index eca20c9b52..8cd9bfd2fb 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_granite_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_granite_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_granite_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_limestone.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_limestone.json index 777f6c659f..6465528074 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_limestone.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_limestone.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_limestone" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_limestone_slab.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_limestone_slab.json index b249e4309c..fa2adf5424 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_limestone_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_limestone_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:polished_cut_limestone_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:polished_cut_limestone_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_limestone_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_limestone_stairs.json index f8f0952a5d..1b6c84a45c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_limestone_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_limestone_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_limestone_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_limestone_wall.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_limestone_wall.json index e858bf88ab..84581bba7c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_limestone_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_limestone_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_limestone_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_ochrum.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_ochrum.json index 46c4767d45..d3e7359eb6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_ochrum.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_ochrum.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_ochrum" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_ochrum_slab.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_ochrum_slab.json index 68c7aefc9b..0334918a89 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_ochrum_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_ochrum_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:polished_cut_ochrum_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:polished_cut_ochrum_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_ochrum_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_ochrum_stairs.json index 36e9016ea1..3e7901b542 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_ochrum_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_ochrum_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_ochrum_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_ochrum_wall.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_ochrum_wall.json index b05456f9ec..cf1f3c8637 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_ochrum_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_ochrum_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_ochrum_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scorchia.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scorchia.json index eb30b945a6..bd014736e3 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scorchia.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scorchia.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_scorchia" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scorchia_slab.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scorchia_slab.json index b26166103d..52dc84ebea 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scorchia_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scorchia_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:polished_cut_scorchia_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:polished_cut_scorchia_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scorchia_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scorchia_stairs.json index 05d008fe89..0a760257c6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scorchia_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scorchia_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_scorchia_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scorchia_wall.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scorchia_wall.json index 6204979b99..0d2b040684 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scorchia_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scorchia_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_scorchia_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scoria.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scoria.json index 78fa1773c8..83b583bf74 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scoria.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scoria.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_scoria" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scoria_slab.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scoria_slab.json index 65c504d164..732d9ed7cd 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scoria_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scoria_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:polished_cut_scoria_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:polished_cut_scoria_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scoria_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scoria_stairs.json index 1fb730bc37..23ae134bdf 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scoria_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scoria_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_scoria_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scoria_wall.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scoria_wall.json index b16c8d5ff3..485556eb4b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scoria_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_scoria_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_scoria_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_tuff.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_tuff.json index f3476c0714..a3bfbfb6c6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_tuff.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_tuff.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_tuff" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_tuff_slab.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_tuff_slab.json index a9e30646cf..4edcdb70f0 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_tuff_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_tuff_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:polished_cut_tuff_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:polished_cut_tuff_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_tuff_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_tuff_stairs.json index 2734c87305..f267d974f1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_tuff_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_tuff_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_tuff_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_tuff_wall.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_tuff_wall.json index 5f7c0887e1..7f33244bcd 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_tuff_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_tuff_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_tuff_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_veridium.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_veridium.json index a8efb5fb5c..3c9911b41e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_veridium.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_veridium.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_veridium" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_veridium_slab.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_veridium_slab.json index 6087237a0b..1bbed69a64 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_veridium_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_veridium_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:polished_cut_veridium_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:polished_cut_veridium_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_veridium_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_veridium_stairs.json index 569f5b67fb..47f46472be 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_veridium_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_veridium_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_veridium_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_veridium_wall.json b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_veridium_wall.json index bcc079d591..05d7885333 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/polished_cut_veridium_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/polished_cut_veridium_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:polished_cut_veridium_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/portable_fluid_interface.json b/src/generated/resources/data/create/loot_tables/blocks/portable_fluid_interface.json index 9dc07b4095..e3cb3a9e3f 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/portable_fluid_interface.json +++ b/src/generated/resources/data/create/loot_tables/blocks/portable_fluid_interface.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:portable_fluid_interface" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/portable_storage_interface.json b/src/generated/resources/data/create/loot_tables/blocks/portable_storage_interface.json index 3ce9ccc989..5334d52d12 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/portable_storage_interface.json +++ b/src/generated/resources/data/create/loot_tables/blocks/portable_storage_interface.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:portable_storage_interface" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/powered_latch.json b/src/generated/resources/data/create/loot_tables/blocks/powered_latch.json index 99ae1991c6..601fadd2d0 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/powered_latch.json +++ b/src/generated/resources/data/create/loot_tables/blocks/powered_latch.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:powered_latch" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/powered_shaft.json b/src/generated/resources/data/create/loot_tables/blocks/powered_shaft.json index 647a8e0dad..30564f2b79 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/powered_shaft.json +++ b/src/generated/resources/data/create/loot_tables/blocks/powered_shaft.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:shaft" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/powered_toggle_latch.json b/src/generated/resources/data/create/loot_tables/blocks/powered_toggle_latch.json index 7d9293182e..45c50ac80e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/powered_toggle_latch.json +++ b/src/generated/resources/data/create/loot_tables/blocks/powered_toggle_latch.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:powered_toggle_latch" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/pulley_magnet.json b/src/generated/resources/data/create/loot_tables/blocks/pulley_magnet.json index 3da3a59b4e..38fe9914ae 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/pulley_magnet.json +++ b/src/generated/resources/data/create/loot_tables/blocks/pulley_magnet.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "minecraft:air" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/pulse_extender.json b/src/generated/resources/data/create/loot_tables/blocks/pulse_extender.json index 8ad5179b13..a712d5e061 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/pulse_extender.json +++ b/src/generated/resources/data/create/loot_tables/blocks/pulse_extender.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:pulse_extender" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/pulse_repeater.json b/src/generated/resources/data/create/loot_tables/blocks/pulse_repeater.json index 834bea3021..b3fe5ef1d5 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/pulse_repeater.json +++ b/src/generated/resources/data/create/loot_tables/blocks/pulse_repeater.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:pulse_repeater" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/purple_nixie_tube.json b/src/generated/resources/data/create/loot_tables/blocks/purple_nixie_tube.json index 7a9bd93fd4..5899f4cd84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/purple_nixie_tube.json +++ b/src/generated/resources/data/create/loot_tables/blocks/purple_nixie_tube.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nixie_tube" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/purple_sail.json b/src/generated/resources/data/create/loot_tables/blocks/purple_sail.json index 87f94ec321..7acceb8413 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/purple_sail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/purple_sail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_sail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/purple_seat.json b/src/generated/resources/data/create/loot_tables/blocks/purple_seat.json index 721bdd37b2..7eb4cc624a 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/purple_seat.json +++ b/src/generated/resources/data/create/loot_tables/blocks/purple_seat.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:purple_seat" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/purple_toolbox.json b/src/generated/resources/data/create/loot_tables/blocks/purple_toolbox.json index bc0a35b91c..2d76602ebd 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/purple_toolbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/purple_toolbox.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "UniqueId", - "target": "UniqueId", - "op": "replace" + "target": "UniqueId" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Inventory", - "target": "Inventory", - "op": "replace" + "target": "Inventory" } - ] + ], + "source": "block_entity" } ], "name": "create:purple_toolbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/purple_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/purple_valve_handle.json index 87e23c8d3f..150e6856b6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/purple_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/purple_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:purple_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/radial_chassis.json b/src/generated/resources/data/create/loot_tables/blocks/radial_chassis.json index 42ee190caa..6a48b887ec 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/radial_chassis.json +++ b/src/generated/resources/data/create/loot_tables/blocks/radial_chassis.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:radial_chassis" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/railway_casing.json b/src/generated/resources/data/create/loot_tables/blocks/railway_casing.json index 474e6712c1..ca6c5e4268 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/railway_casing.json +++ b/src/generated/resources/data/create/loot_tables/blocks/railway_casing.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:railway_casing" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/raw_zinc_block.json b/src/generated/resources/data/create/loot_tables/blocks/raw_zinc_block.json index cfc53635ba..7e1a57855f 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/raw_zinc_block.json +++ b/src/generated/resources/data/create/loot_tables/blocks/raw_zinc_block.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:raw_zinc_block" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/red_nixie_tube.json b/src/generated/resources/data/create/loot_tables/blocks/red_nixie_tube.json index 7a9bd93fd4..5899f4cd84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/red_nixie_tube.json +++ b/src/generated/resources/data/create/loot_tables/blocks/red_nixie_tube.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nixie_tube" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/red_sail.json b/src/generated/resources/data/create/loot_tables/blocks/red_sail.json index 87f94ec321..7acceb8413 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/red_sail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/red_sail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_sail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/red_seat.json b/src/generated/resources/data/create/loot_tables/blocks/red_seat.json index 8a004992eb..2b70b01c82 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/red_seat.json +++ b/src/generated/resources/data/create/loot_tables/blocks/red_seat.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:red_seat" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/red_toolbox.json b/src/generated/resources/data/create/loot_tables/blocks/red_toolbox.json index 99e0f13357..9702b98086 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/red_toolbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/red_toolbox.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "UniqueId", - "target": "UniqueId", - "op": "replace" + "target": "UniqueId" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Inventory", - "target": "Inventory", - "op": "replace" + "target": "Inventory" } - ] + ], + "source": "block_entity" } ], "name": "create:red_toolbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/red_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/red_valve_handle.json index ce56447dc4..8d3cbff3d5 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/red_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/red_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:red_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/redstone_contact.json b/src/generated/resources/data/create/loot_tables/blocks/redstone_contact.json index da0d76bbdb..e6e5a5f99c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/redstone_contact.json +++ b/src/generated/resources/data/create/loot_tables/blocks/redstone_contact.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:redstone_contact" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/redstone_link.json b/src/generated/resources/data/create/loot_tables/blocks/redstone_link.json index abf2a3deb3..4afdc1e7e8 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/redstone_link.json +++ b/src/generated/resources/data/create/loot_tables/blocks/redstone_link.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:redstone_link" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/refined_radiance_casing.json b/src/generated/resources/data/create/loot_tables/blocks/refined_radiance_casing.json index 0079126189..ac548d01b7 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/refined_radiance_casing.json +++ b/src/generated/resources/data/create/loot_tables/blocks/refined_radiance_casing.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:refined_radiance_casing" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/rope.json b/src/generated/resources/data/create/loot_tables/blocks/rope.json index 3da3a59b4e..38fe9914ae 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/rope.json +++ b/src/generated/resources/data/create/loot_tables/blocks/rope.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "minecraft:air" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/rope_pulley.json b/src/generated/resources/data/create/loot_tables/blocks/rope_pulley.json index eebeb70418..35101ca0dc 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/rope_pulley.json +++ b/src/generated/resources/data/create/loot_tables/blocks/rope_pulley.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:rope_pulley" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/rose_quartz_block.json b/src/generated/resources/data/create/loot_tables/blocks/rose_quartz_block.json index 3da459a438..9743e8132d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/rose_quartz_block.json +++ b/src/generated/resources/data/create/loot_tables/blocks/rose_quartz_block.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:rose_quartz_block" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/rose_quartz_lamp.json b/src/generated/resources/data/create/loot_tables/blocks/rose_quartz_lamp.json index 014c4682c5..437bb8cf7d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/rose_quartz_lamp.json +++ b/src/generated/resources/data/create/loot_tables/blocks/rose_quartz_lamp.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:rose_quartz_lamp" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/rose_quartz_tiles.json b/src/generated/resources/data/create/loot_tables/blocks/rose_quartz_tiles.json index 6ad6d3ad43..a294da9fc7 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/rose_quartz_tiles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/rose_quartz_tiles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:rose_quartz_tiles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/rotation_speed_controller.json b/src/generated/resources/data/create/loot_tables/blocks/rotation_speed_controller.json index f0d4117025..b823caac4d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/rotation_speed_controller.json +++ b/src/generated/resources/data/create/loot_tables/blocks/rotation_speed_controller.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:rotation_speed_controller" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/sail_frame.json b/src/generated/resources/data/create/loot_tables/blocks/sail_frame.json index 453b3b8f6a..08b21c43f9 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/sail_frame.json +++ b/src/generated/resources/data/create/loot_tables/blocks/sail_frame.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:sail_frame" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/schematic_table.json b/src/generated/resources/data/create/loot_tables/blocks/schematic_table.json index 37fa7d9106..2c03b8d6fd 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/schematic_table.json +++ b/src/generated/resources/data/create/loot_tables/blocks/schematic_table.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:schematic_table" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/schematicannon.json b/src/generated/resources/data/create/loot_tables/blocks/schematicannon.json index 97693aa655..aa5856191e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/schematicannon.json +++ b/src/generated/resources/data/create/loot_tables/blocks/schematicannon.json @@ -2,32 +2,32 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "functions": [ { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Options", - "target": "BlockEntityTag.Options", - "op": "replace" + "target": "BlockEntityTag.Options" } - ] + ], + "source": "block_entity" } ], "name": "create:schematicannon" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/scorchia.json b/src/generated/resources/data/create/loot_tables/blocks/scorchia.json index c8fdbe4cd2..2ff4c28c8d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/scorchia.json +++ b/src/generated/resources/data/create/loot_tables/blocks/scorchia.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:scorchia" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/scorchia_pillar.json b/src/generated/resources/data/create/loot_tables/blocks/scorchia_pillar.json index 286bc8a6eb..f87e722641 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/scorchia_pillar.json +++ b/src/generated/resources/data/create/loot_tables/blocks/scorchia_pillar.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:scorchia_pillar" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/scoria.json b/src/generated/resources/data/create/loot_tables/blocks/scoria.json index 672e751467..0540c3cdc6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/scoria.json +++ b/src/generated/resources/data/create/loot_tables/blocks/scoria.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:scoria" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/scoria_pillar.json b/src/generated/resources/data/create/loot_tables/blocks/scoria_pillar.json index d607af788d..66d0a11346 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/scoria_pillar.json +++ b/src/generated/resources/data/create/loot_tables/blocks/scoria_pillar.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:scoria_pillar" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/secondary_linear_chassis.json b/src/generated/resources/data/create/loot_tables/blocks/secondary_linear_chassis.json index fca238d75d..8c0bf1f0be 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/secondary_linear_chassis.json +++ b/src/generated/resources/data/create/loot_tables/blocks/secondary_linear_chassis.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:secondary_linear_chassis" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/sequenced_gearshift.json b/src/generated/resources/data/create/loot_tables/blocks/sequenced_gearshift.json index 3af98f07fa..6d4a229655 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/sequenced_gearshift.json +++ b/src/generated/resources/data/create/loot_tables/blocks/sequenced_gearshift.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:sequenced_gearshift" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/shadow_steel_casing.json b/src/generated/resources/data/create/loot_tables/blocks/shadow_steel_casing.json index 84469df757..3de88c5dc2 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/shadow_steel_casing.json +++ b/src/generated/resources/data/create/loot_tables/blocks/shadow_steel_casing.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:shadow_steel_casing" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/shaft.json b/src/generated/resources/data/create/loot_tables/blocks/shaft.json index 647a8e0dad..30564f2b79 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/shaft.json +++ b/src/generated/resources/data/create/loot_tables/blocks/shaft.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:shaft" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_andesite_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/small_andesite_brick_slab.json index 9a0ffc6530..f6d66fe900 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_andesite_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_andesite_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:small_andesite_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:small_andesite_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_andesite_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/small_andesite_brick_stairs.json index 0ce2e455f0..61997bdae3 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_andesite_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_andesite_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_andesite_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_andesite_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/small_andesite_brick_wall.json index 2bd0063cff..a6412c61e6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_andesite_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_andesite_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_andesite_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_andesite_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/small_andesite_bricks.json index 02f5cec0ab..a3d665fc29 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_andesite_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_andesite_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_andesite_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_asurine_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/small_asurine_brick_slab.json index 6031119126..f16f9f622b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_asurine_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_asurine_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:small_asurine_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:small_asurine_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_asurine_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/small_asurine_brick_stairs.json index 2bfd41d0b1..6f8dd9848c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_asurine_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_asurine_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_asurine_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_asurine_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/small_asurine_brick_wall.json index 0f7cb7aac0..8a424a6406 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_asurine_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_asurine_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_asurine_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_asurine_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/small_asurine_bricks.json index ecbf2515eb..f233e74ce5 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_asurine_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_asurine_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_asurine_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_bogey.json b/src/generated/resources/data/create/loot_tables/blocks/small_bogey.json index 474e6712c1..ca6c5e4268 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_bogey.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_bogey.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:railway_casing" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_calcite_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/small_calcite_brick_slab.json index a82e84204e..12e5465e80 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_calcite_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_calcite_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:small_calcite_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:small_calcite_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_calcite_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/small_calcite_brick_stairs.json index 9149845c7e..e7119efa6d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_calcite_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_calcite_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_calcite_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_calcite_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/small_calcite_brick_wall.json index b6aacae2e6..7581d4da75 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_calcite_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_calcite_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_calcite_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_calcite_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/small_calcite_bricks.json index c1523cf2d2..681b549145 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_calcite_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_calcite_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_calcite_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_crimsite_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/small_crimsite_brick_slab.json index 54dbb8d501..19b5300808 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_crimsite_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_crimsite_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:small_crimsite_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:small_crimsite_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_crimsite_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/small_crimsite_brick_stairs.json index c0754cbd60..3e1ca8e35a 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_crimsite_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_crimsite_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_crimsite_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_crimsite_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/small_crimsite_brick_wall.json index 3045a52e2a..bcc22231ce 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_crimsite_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_crimsite_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_crimsite_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_crimsite_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/small_crimsite_bricks.json index 2900ba7f69..7af2870fec 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_crimsite_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_crimsite_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_crimsite_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_deepslate_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/small_deepslate_brick_slab.json index df4aa67adf..47c1df6cef 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_deepslate_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_deepslate_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:small_deepslate_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:small_deepslate_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_deepslate_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/small_deepslate_brick_stairs.json index 210e3fb7b1..15b742520b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_deepslate_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_deepslate_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_deepslate_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_deepslate_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/small_deepslate_brick_wall.json index 20bb5a3481..90e316f3ef 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_deepslate_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_deepslate_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_deepslate_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_deepslate_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/small_deepslate_bricks.json index 9974521796..f161f71d8e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_deepslate_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_deepslate_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_deepslate_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_diorite_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/small_diorite_brick_slab.json index 2f47edde8a..4b6632650b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_diorite_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_diorite_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:small_diorite_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:small_diorite_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_diorite_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/small_diorite_brick_stairs.json index c9dc67e605..8939245c96 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_diorite_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_diorite_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_diorite_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_diorite_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/small_diorite_brick_wall.json index 6f538a54f7..76f5f895b5 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_diorite_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_diorite_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_diorite_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_diorite_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/small_diorite_bricks.json index 92f9a6bba2..b96dd0e056 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_diorite_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_diorite_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_diorite_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_dripstone_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/small_dripstone_brick_slab.json index ce54041af8..008ed6fa62 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_dripstone_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_dripstone_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:small_dripstone_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:small_dripstone_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_dripstone_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/small_dripstone_brick_stairs.json index 8bb309401c..8766968393 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_dripstone_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_dripstone_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_dripstone_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_dripstone_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/small_dripstone_brick_wall.json index f5e2fb95df..9574e375c0 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_dripstone_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_dripstone_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_dripstone_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_dripstone_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/small_dripstone_bricks.json index 63af503bc0..dcb3c140e1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_dripstone_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_dripstone_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_dripstone_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_granite_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/small_granite_brick_slab.json index 75a0fd55c1..72eca9d184 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_granite_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_granite_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:small_granite_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:small_granite_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_granite_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/small_granite_brick_stairs.json index 74d94c3006..327f3509c0 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_granite_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_granite_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_granite_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_granite_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/small_granite_brick_wall.json index f774eeee10..7e74e235e6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_granite_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_granite_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_granite_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_granite_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/small_granite_bricks.json index 017c98b0a9..99e52ad2d0 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_granite_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_granite_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_granite_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_limestone_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/small_limestone_brick_slab.json index 72b73c0b30..a14b53b661 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_limestone_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_limestone_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:small_limestone_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:small_limestone_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_limestone_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/small_limestone_brick_stairs.json index e45bc526f0..54f5648c41 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_limestone_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_limestone_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_limestone_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_limestone_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/small_limestone_brick_wall.json index 102effc34b..54cbc1423c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_limestone_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_limestone_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_limestone_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_limestone_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/small_limestone_bricks.json index 4d3e195203..3180857f05 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_limestone_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_limestone_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_limestone_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_ochrum_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/small_ochrum_brick_slab.json index d6f57e2191..1ad85ec9f0 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_ochrum_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_ochrum_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:small_ochrum_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:small_ochrum_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_ochrum_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/small_ochrum_brick_stairs.json index 03b65ed136..392bce88ab 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_ochrum_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_ochrum_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_ochrum_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_ochrum_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/small_ochrum_brick_wall.json index 813068effe..b9441ba49c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_ochrum_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_ochrum_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_ochrum_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_ochrum_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/small_ochrum_bricks.json index c4be2f3a8e..441b93a514 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_ochrum_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_ochrum_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_ochrum_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_rose_quartz_tiles.json b/src/generated/resources/data/create/loot_tables/blocks/small_rose_quartz_tiles.json index 30dfb25e60..f11569d3e9 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_rose_quartz_tiles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_rose_quartz_tiles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_rose_quartz_tiles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_scorchia_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/small_scorchia_brick_slab.json index fd696c8715..29e04c5bcc 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_scorchia_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_scorchia_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:small_scorchia_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:small_scorchia_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_scorchia_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/small_scorchia_brick_stairs.json index bdafb22e0a..2221953873 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_scorchia_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_scorchia_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_scorchia_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_scorchia_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/small_scorchia_brick_wall.json index 9c15ffb03f..4f5215c82d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_scorchia_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_scorchia_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_scorchia_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_scorchia_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/small_scorchia_bricks.json index 6d34d0c43b..51b6cd38b7 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_scorchia_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_scorchia_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_scorchia_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_scoria_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/small_scoria_brick_slab.json index ff53d58657..4cfed1b03d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_scoria_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_scoria_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:small_scoria_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:small_scoria_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_scoria_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/small_scoria_brick_stairs.json index dca16f234f..6dd8147f76 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_scoria_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_scoria_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_scoria_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_scoria_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/small_scoria_brick_wall.json index f4802e5ec3..54d4960f72 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_scoria_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_scoria_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_scoria_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_scoria_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/small_scoria_bricks.json index fb8f74f3aa..be5eeae76f 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_scoria_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_scoria_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_scoria_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_tuff_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/small_tuff_brick_slab.json index 23b4ced761..ea691127cd 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_tuff_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_tuff_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:small_tuff_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:small_tuff_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_tuff_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/small_tuff_brick_stairs.json index 96a12bea13..c298cf5974 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_tuff_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_tuff_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_tuff_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_tuff_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/small_tuff_brick_wall.json index 639444a468..b79c0a1a36 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_tuff_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_tuff_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_tuff_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_tuff_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/small_tuff_bricks.json index 1f1068c24f..5035e831b1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_tuff_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_tuff_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_tuff_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_veridium_brick_slab.json b/src/generated/resources/data/create/loot_tables/blocks/small_veridium_brick_slab.json index e7ffa10448..dabb56268d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_veridium_brick_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_veridium_brick_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:small_veridium_brick_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:small_veridium_brick_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_veridium_brick_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/small_veridium_brick_stairs.json index fb09794b3c..c3880bf1de 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_veridium_brick_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_veridium_brick_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_veridium_brick_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_veridium_brick_wall.json b/src/generated/resources/data/create/loot_tables/blocks/small_veridium_brick_wall.json index 07673170fd..42f81a6c98 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_veridium_brick_wall.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_veridium_brick_wall.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_veridium_brick_wall" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/small_veridium_bricks.json b/src/generated/resources/data/create/loot_tables/blocks/small_veridium_bricks.json index 06c0dd2737..9c7be2b5b8 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/small_veridium_bricks.json +++ b/src/generated/resources/data/create/loot_tables/blocks/small_veridium_bricks.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:small_veridium_bricks" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/smart_chute.json b/src/generated/resources/data/create/loot_tables/blocks/smart_chute.json index 89d1936378..f15fb01938 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/smart_chute.json +++ b/src/generated/resources/data/create/loot_tables/blocks/smart_chute.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:smart_chute" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/smart_fluid_pipe.json b/src/generated/resources/data/create/loot_tables/blocks/smart_fluid_pipe.json index 4fa94f4bfc..329ba3d10b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/smart_fluid_pipe.json +++ b/src/generated/resources/data/create/loot_tables/blocks/smart_fluid_pipe.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:smart_fluid_pipe" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/speedometer.json b/src/generated/resources/data/create/loot_tables/blocks/speedometer.json index 9d8b10bf00..a7423c838a 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/speedometer.json +++ b/src/generated/resources/data/create/loot_tables/blocks/speedometer.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:speedometer" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/spout.json b/src/generated/resources/data/create/loot_tables/blocks/spout.json index c12071aa40..c703e601e3 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/spout.json +++ b/src/generated/resources/data/create/loot_tables/blocks/spout.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:spout" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/spruce_window.json b/src/generated/resources/data/create/loot_tables/blocks/spruce_window.json index 35172a1a83..bec40b589c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/spruce_window.json +++ b/src/generated/resources/data/create/loot_tables/blocks/spruce_window.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:spruce_window" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:spruce_window" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/spruce_window_pane.json b/src/generated/resources/data/create/loot_tables/blocks/spruce_window_pane.json index 54eecee262..ae7b9c2cf1 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/spruce_window_pane.json +++ b/src/generated/resources/data/create/loot_tables/blocks/spruce_window_pane.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:spruce_window_pane" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:spruce_window_pane" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/steam_engine.json b/src/generated/resources/data/create/loot_tables/blocks/steam_engine.json index a7dead3cb4..b672bec205 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/steam_engine.json +++ b/src/generated/resources/data/create/loot_tables/blocks/steam_engine.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:steam_engine" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/steam_whistle.json b/src/generated/resources/data/create/loot_tables/blocks/steam_whistle.json index 4d86977b2f..cf7e6a6d71 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/steam_whistle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/steam_whistle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:steam_whistle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/steam_whistle_extension.json b/src/generated/resources/data/create/loot_tables/blocks/steam_whistle_extension.json index 3da3a59b4e..38fe9914ae 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/steam_whistle_extension.json +++ b/src/generated/resources/data/create/loot_tables/blocks/steam_whistle_extension.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "minecraft:air" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/sticker.json b/src/generated/resources/data/create/loot_tables/blocks/sticker.json index ae03980163..3f27651b2a 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/sticker.json +++ b/src/generated/resources/data/create/loot_tables/blocks/sticker.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:sticker" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/sticky_mechanical_piston.json b/src/generated/resources/data/create/loot_tables/blocks/sticky_mechanical_piston.json index 863d5ca470..b403a433e5 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/sticky_mechanical_piston.json +++ b/src/generated/resources/data/create/loot_tables/blocks/sticky_mechanical_piston.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:sticky_mechanical_piston" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/stockpile_switch.json b/src/generated/resources/data/create/loot_tables/blocks/stockpile_switch.json index c12ffd9152..2d57d367a7 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/stockpile_switch.json +++ b/src/generated/resources/data/create/loot_tables/blocks/stockpile_switch.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:stockpile_switch" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/stressometer.json b/src/generated/resources/data/create/loot_tables/blocks/stressometer.json index b35e8520fb..afd19eca79 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/stressometer.json +++ b/src/generated/resources/data/create/loot_tables/blocks/stressometer.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:stressometer" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/tiled_glass.json b/src/generated/resources/data/create/loot_tables/blocks/tiled_glass.json index 431581e360..3006a42e08 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/tiled_glass.json +++ b/src/generated/resources/data/create/loot_tables/blocks/tiled_glass.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:tiled_glass" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/tiled_glass_pane.json b/src/generated/resources/data/create/loot_tables/blocks/tiled_glass_pane.json index cdb35b518d..8556d64fb9 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/tiled_glass_pane.json +++ b/src/generated/resources/data/create/loot_tables/blocks/tiled_glass_pane.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:tiled_glass_pane" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:tiled_glass_pane" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/track.json b/src/generated/resources/data/create/loot_tables/blocks/track.json index 7e86fd307e..8e4263b38f 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/track.json +++ b/src/generated/resources/data/create/loot_tables/blocks/track.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:track" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/track_observer.json b/src/generated/resources/data/create/loot_tables/blocks/track_observer.json index e62925f383..b5e49475aa 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/track_observer.json +++ b/src/generated/resources/data/create/loot_tables/blocks/track_observer.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:track_observer" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/track_signal.json b/src/generated/resources/data/create/loot_tables/blocks/track_signal.json index 28a24e4560..90892c3e44 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/track_signal.json +++ b/src/generated/resources/data/create/loot_tables/blocks/track_signal.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:track_signal" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/track_station.json b/src/generated/resources/data/create/loot_tables/blocks/track_station.json index 971866fe6a..c71e6fe45a 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/track_station.json +++ b/src/generated/resources/data/create/loot_tables/blocks/track_station.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:track_station" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/train_door.json b/src/generated/resources/data/create/loot_tables/blocks/train_door.json index f6056291ad..dbce8c7fe8 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/train_door.json +++ b/src/generated/resources/data/create/loot_tables/blocks/train_door.json @@ -2,15 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:train_door", + "condition": "minecraft:block_state_property", "properties": { "half": "lower" } @@ -19,11 +23,7 @@ "name": "create:train_door" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/train_trapdoor.json b/src/generated/resources/data/create/loot_tables/blocks/train_trapdoor.json index 8491369704..aba4cd4c3d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/train_trapdoor.json +++ b/src/generated/resources/data/create/loot_tables/blocks/train_trapdoor.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:train_trapdoor" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/tuff_pillar.json b/src/generated/resources/data/create/loot_tables/blocks/tuff_pillar.json index c88b83a384..d4dc9adc81 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/tuff_pillar.json +++ b/src/generated/resources/data/create/loot_tables/blocks/tuff_pillar.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:tuff_pillar" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/turntable.json b/src/generated/resources/data/create/loot_tables/blocks/turntable.json index 1b8092962f..d07ae0c6e9 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/turntable.json +++ b/src/generated/resources/data/create/loot_tables/blocks/turntable.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:turntable" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/veridium.json b/src/generated/resources/data/create/loot_tables/blocks/veridium.json index e2d73957c6..e87270a8d5 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/veridium.json +++ b/src/generated/resources/data/create/loot_tables/blocks/veridium.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:veridium" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/veridium_pillar.json b/src/generated/resources/data/create/loot_tables/blocks/veridium_pillar.json index 932802d7cd..d8fb642616 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/veridium_pillar.json +++ b/src/generated/resources/data/create/loot_tables/blocks/veridium_pillar.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:veridium_pillar" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/vertical_framed_glass.json b/src/generated/resources/data/create/loot_tables/blocks/vertical_framed_glass.json index b3c9d396c3..e599408fc8 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/vertical_framed_glass.json +++ b/src/generated/resources/data/create/loot_tables/blocks/vertical_framed_glass.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:vertical_framed_glass" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:vertical_framed_glass" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/vertical_framed_glass_pane.json b/src/generated/resources/data/create/loot_tables/blocks/vertical_framed_glass_pane.json index 2633315368..83a2ad7f6e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/vertical_framed_glass_pane.json +++ b/src/generated/resources/data/create/loot_tables/blocks/vertical_framed_glass_pane.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:vertical_framed_glass_pane" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:vertical_framed_glass_pane" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/warped_window.json b/src/generated/resources/data/create/loot_tables/blocks/warped_window.json index 18a6eac460..e00000c02d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/warped_window.json +++ b/src/generated/resources/data/create/loot_tables/blocks/warped_window.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:warped_window" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:warped_window" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/warped_window_pane.json b/src/generated/resources/data/create/loot_tables/blocks/warped_window_pane.json index 29d6fcf0f4..9879ae593c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/warped_window_pane.json +++ b/src/generated/resources/data/create/loot_tables/blocks/warped_window_pane.json @@ -2,14 +2,7 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:item", - "name": "create:warped_window_pane" - } - ], "conditions": [ { "condition": "minecraft:match_tool", @@ -24,7 +17,14 @@ ] } } - ] + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:warped_window_pane" + } + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/water_wheel.json b/src/generated/resources/data/create/loot_tables/blocks/water_wheel.json index 5edea3c158..ecc9ead45c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/water_wheel.json +++ b/src/generated/resources/data/create/loot_tables/blocks/water_wheel.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:water_wheel" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_shingle_slab.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_shingle_slab.json index dbf6278e5a..50eba93a9c 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_shingle_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_shingle_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:waxed_copper_shingle_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:waxed_copper_shingle_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_shingle_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_shingle_stairs.json index c3ec21da54..e8e2a33f56 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_shingle_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_shingle_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:waxed_copper_shingle_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_shingles.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_shingles.json index 4089aa7d5f..bc1b63170a 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_shingles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_shingles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:waxed_copper_shingles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_tile_slab.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_tile_slab.json index 2456363ca8..86042a71f6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_tile_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_tile_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:waxed_copper_tile_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:waxed_copper_tile_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_tile_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_tile_stairs.json index 0f1d849be8..def390c4e6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_tile_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_tile_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:waxed_copper_tile_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_tiles.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_tiles.json index 5532bd1dab..761a5692f8 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_tiles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_copper_tiles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:waxed_copper_tiles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_shingle_slab.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_shingle_slab.json index d1645f6958..3068b1f6ff 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_shingle_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_shingle_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:waxed_exposed_copper_shingle_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:waxed_exposed_copper_shingle_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_shingle_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_shingle_stairs.json index f715a00aea..7d562f5aa4 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_shingle_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_shingle_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:waxed_exposed_copper_shingle_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_shingles.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_shingles.json index cac3315272..63b9015406 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_shingles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_shingles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:waxed_exposed_copper_shingles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_tile_slab.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_tile_slab.json index a3ac5c5e70..a824fd950d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_tile_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_tile_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:waxed_exposed_copper_tile_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:waxed_exposed_copper_tile_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_tile_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_tile_stairs.json index f469d2ce52..c36fec0c68 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_tile_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_tile_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:waxed_exposed_copper_tile_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_tiles.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_tiles.json index 43292fb5a2..02eb03d956 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_tiles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_exposed_copper_tiles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:waxed_exposed_copper_tiles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_shingle_slab.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_shingle_slab.json index f3b52b8ef7..ec7660c3ab 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_shingle_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_shingle_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:waxed_oxidized_copper_shingle_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:waxed_oxidized_copper_shingle_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_shingle_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_shingle_stairs.json index ce60452b06..c7da6f4cdc 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_shingle_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_shingle_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:waxed_oxidized_copper_shingle_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_shingles.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_shingles.json index 2473c48b75..be17df0302 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_shingles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_shingles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:waxed_oxidized_copper_shingles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_tile_slab.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_tile_slab.json index 7aeaa595e0..cae55034c5 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_tile_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_tile_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:waxed_oxidized_copper_tile_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:waxed_oxidized_copper_tile_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_tile_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_tile_stairs.json index 463f141cdc..c588e557bf 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_tile_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_tile_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:waxed_oxidized_copper_tile_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_tiles.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_tiles.json index 158ff7e50b..292dc27347 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_tiles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_oxidized_copper_tiles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:waxed_oxidized_copper_tiles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_shingle_slab.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_shingle_slab.json index 466682d0b2..7f89d39dc4 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_shingle_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_shingle_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:waxed_weathered_copper_shingle_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:waxed_weathered_copper_shingle_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_shingle_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_shingle_stairs.json index 907e071c66..4aa9f33c1b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_shingle_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_shingle_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:waxed_weathered_copper_shingle_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_shingles.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_shingles.json index e02abbe619..ec1381cb73 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_shingles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_shingles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:waxed_weathered_copper_shingles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_tile_slab.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_tile_slab.json index 9f863088ee..f4d05d07b3 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_tile_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_tile_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:waxed_weathered_copper_tile_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:waxed_weathered_copper_tile_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_tile_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_tile_stairs.json index a7d2dd9a01..0f546f50b2 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_tile_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_tile_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:waxed_weathered_copper_tile_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_tiles.json b/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_tiles.json index 775ec94de3..bf2887f196 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_tiles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/waxed_weathered_copper_tiles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:waxed_weathered_copper_tiles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_shingle_slab.json b/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_shingle_slab.json index 151a6de63c..5c598706d2 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_shingle_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_shingle_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:weathered_copper_shingle_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:weathered_copper_shingle_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_shingle_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_shingle_stairs.json index 612b10db1d..7291fdde7e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_shingle_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_shingle_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:weathered_copper_shingle_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_shingles.json b/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_shingles.json index 56cf1517ff..cd20e34e30 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_shingles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_shingles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:weathered_copper_shingles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_tile_slab.json b/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_tile_slab.json index cd9fc6ec7c..0d7852c463 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_tile_slab.json +++ b/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_tile_slab.json @@ -2,25 +2,24 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:item", "functions": [ { - "function": "minecraft:set_count", + "add": false, "conditions": [ { - "condition": "minecraft:block_state_property", "block": "create:weathered_copper_tile_slab", + "condition": "minecraft:block_state_property", "properties": { "type": "double" } } ], "count": 2.0, - "add": false + "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" @@ -28,7 +27,8 @@ ], "name": "create:weathered_copper_tile_slab" } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_tile_stairs.json b/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_tile_stairs.json index 7f5a618551..c4de2921f9 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_tile_stairs.json +++ b/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_tile_stairs.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:weathered_copper_tile_stairs" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_tiles.json b/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_tiles.json index d0a2ed71a3..dac4cee0c8 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_tiles.json +++ b/src/generated/resources/data/create/loot_tables/blocks/weathered_copper_tiles.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:weathered_copper_tiles" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/weighted_ejector.json b/src/generated/resources/data/create/loot_tables/blocks/weighted_ejector.json index 1ba1dce03e..005ffa3775 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/weighted_ejector.json +++ b/src/generated/resources/data/create/loot_tables/blocks/weighted_ejector.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:weighted_ejector" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/white_nixie_tube.json b/src/generated/resources/data/create/loot_tables/blocks/white_nixie_tube.json index 7a9bd93fd4..5899f4cd84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/white_nixie_tube.json +++ b/src/generated/resources/data/create/loot_tables/blocks/white_nixie_tube.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nixie_tube" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/white_sail.json b/src/generated/resources/data/create/loot_tables/blocks/white_sail.json index 87f94ec321..7acceb8413 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/white_sail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/white_sail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_sail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/white_seat.json b/src/generated/resources/data/create/loot_tables/blocks/white_seat.json index f4f796f6cf..4403c7645f 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/white_seat.json +++ b/src/generated/resources/data/create/loot_tables/blocks/white_seat.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_seat" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/white_toolbox.json b/src/generated/resources/data/create/loot_tables/blocks/white_toolbox.json index b38804279d..8910cfba15 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/white_toolbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/white_toolbox.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "UniqueId", - "target": "UniqueId", - "op": "replace" + "target": "UniqueId" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Inventory", - "target": "Inventory", - "op": "replace" + "target": "Inventory" } - ] + ], + "source": "block_entity" } ], "name": "create:white_toolbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/white_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/white_valve_handle.json index 15cc902520..00aa2052b6 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/white_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/white_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/windmill_bearing.json b/src/generated/resources/data/create/loot_tables/blocks/windmill_bearing.json index da6aa25cb0..332714bb93 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/windmill_bearing.json +++ b/src/generated/resources/data/create/loot_tables/blocks/windmill_bearing.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:windmill_bearing" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/wooden_bracket.json b/src/generated/resources/data/create/loot_tables/blocks/wooden_bracket.json index 59223d3c03..ae3dc55250 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/wooden_bracket.json +++ b/src/generated/resources/data/create/loot_tables/blocks/wooden_bracket.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:wooden_bracket" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/yellow_nixie_tube.json b/src/generated/resources/data/create/loot_tables/blocks/yellow_nixie_tube.json index 7a9bd93fd4..5899f4cd84 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/yellow_nixie_tube.json +++ b/src/generated/resources/data/create/loot_tables/blocks/yellow_nixie_tube.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:nixie_tube" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/yellow_sail.json b/src/generated/resources/data/create/loot_tables/blocks/yellow_sail.json index 87f94ec321..7acceb8413 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/yellow_sail.json +++ b/src/generated/resources/data/create/loot_tables/blocks/yellow_sail.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:white_sail" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/yellow_seat.json b/src/generated/resources/data/create/loot_tables/blocks/yellow_seat.json index 9a1f4d2914..5ff550c67e 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/yellow_seat.json +++ b/src/generated/resources/data/create/loot_tables/blocks/yellow_seat.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:yellow_seat" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/yellow_toolbox.json b/src/generated/resources/data/create/loot_tables/blocks/yellow_toolbox.json index 679720a7f7..6b45e60c74 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/yellow_toolbox.json +++ b/src/generated/resources/data/create/loot_tables/blocks/yellow_toolbox.json @@ -2,8 +2,12 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", @@ -14,35 +18,31 @@ }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "UniqueId", - "target": "UniqueId", - "op": "replace" + "target": "UniqueId" } - ] + ], + "source": "block_entity" }, { "function": "minecraft:copy_nbt", - "source": "block_entity", "ops": [ { + "op": "replace", "source": "Inventory", - "target": "Inventory", - "op": "replace" + "target": "Inventory" } - ] + ], + "source": "block_entity" } ], "name": "create:yellow_toolbox" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/yellow_valve_handle.json b/src/generated/resources/data/create/loot_tables/blocks/yellow_valve_handle.json index fbb68f6334..35df1aef5f 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/yellow_valve_handle.json +++ b/src/generated/resources/data/create/loot_tables/blocks/yellow_valve_handle.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:yellow_valve_handle" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/zinc_block.json b/src/generated/resources/data/create/loot_tables/blocks/zinc_block.json index c5b31d75c2..a1c7e8d203 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/zinc_block.json +++ b/src/generated/resources/data/create/loot_tables/blocks/zinc_block.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:zinc_block" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/zinc_ore.json b/src/generated/resources/data/create/loot_tables/blocks/zinc_ore.json index 7a12b94bf5..55f2717955 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/zinc_ore.json +++ b/src/generated/resources/data/create/loot_tables/blocks/zinc_ore.json @@ -2,7 +2,6 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, "entries": [ { @@ -31,9 +30,9 @@ "type": "minecraft:item", "functions": [ { - "function": "minecraft:apply_bonus", "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops" + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" }, { "function": "minecraft:explosion_decay" @@ -43,7 +42,8 @@ } ] } - ] + ], + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/acacia_window.json b/src/generated/resources/data/create/recipes/acacia_window.json index c94925f3a2..f2598cfbe7 100644 --- a/src/generated/resources/data/create/recipes/acacia_window.json +++ b/src/generated/resources/data/create/recipes/acacia_window.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#X#" - ], "key": { "#": { "item": "minecraft:acacia_planks" @@ -12,8 +8,12 @@ "tag": "forge:glass/colorless" } }, + "pattern": [ + " # ", + "#X#" + ], "result": { - "item": "create:acacia_window", - "count": 2 + "count": 2, + "item": "create:acacia_window" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/acacia_window_pane.json b/src/generated/resources/data/create/recipes/acacia_window_pane.json index 0205ad159a..6e6f29f4ed 100644 --- a/src/generated/resources/data/create/recipes/acacia_window_pane.json +++ b/src/generated/resources/data/create/recipes/acacia_window_pane.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], "key": { "#": { "item": "create:acacia_window" } }, + "pattern": [ + "###", + "###" + ], "result": { - "item": "create:acacia_window_pane", - "count": 16 + "count": 16, + "item": "create:acacia_window_pane" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_pillar_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/andesite_pillar_from_andesite_stonecutting.json index 44da5f5609..8b4f2e2caa 100644 --- a/src/generated/resources/data/create/recipes/andesite_pillar_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/andesite_pillar_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:andesite_pillar", - "count": 1 + "result": "create:andesite_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_pillar_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/andesite_pillar_from_stone_types_andesite_stonecutting.json index eb0031b51d..ffb5924960 100644 --- a/src/generated/resources/data/create/recipes/andesite_pillar_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/andesite_pillar_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:andesite_pillar", - "count": 1 + "result": "create:andesite_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/asurine_pillar_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/asurine_pillar_from_asurine_stonecutting.json index 0473a80d31..79f97bddc0 100644 --- a/src/generated/resources/data/create/recipes/asurine_pillar_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/asurine_pillar_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:asurine" }, - "result": "create:asurine_pillar", - "count": 1 + "result": "create:asurine_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/asurine_pillar_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/asurine_pillar_from_stone_types_asurine_stonecutting.json index 5db840cd76..b5edc102bf 100644 --- a/src/generated/resources/data/create/recipes/asurine_pillar_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/asurine_pillar_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:asurine_pillar", - "count": 1 + "result": "create:asurine_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/birch_window.json b/src/generated/resources/data/create/recipes/birch_window.json index 644da99324..d3480ee5d4 100644 --- a/src/generated/resources/data/create/recipes/birch_window.json +++ b/src/generated/resources/data/create/recipes/birch_window.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#X#" - ], "key": { "#": { "item": "minecraft:birch_planks" @@ -12,8 +8,12 @@ "tag": "forge:glass/colorless" } }, + "pattern": [ + " # ", + "#X#" + ], "result": { - "item": "create:birch_window", - "count": 2 + "count": 2, + "item": "create:birch_window" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/birch_window_pane.json b/src/generated/resources/data/create/recipes/birch_window_pane.json index 802d6b6edf..81d5eba452 100644 --- a/src/generated/resources/data/create/recipes/birch_window_pane.json +++ b/src/generated/resources/data/create/recipes/birch_window_pane.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], "key": { "#": { "item": "create:birch_window" } }, + "pattern": [ + "###", + "###" + ], "result": { - "item": "create:birch_window_pane", - "count": 16 + "count": 16, + "item": "create:birch_window_pane" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/copper_ingot_from_crushed.json b/src/generated/resources/data/create/recipes/blasting/copper_ingot_from_crushed.json index dd803ed810..48412c4d59 100644 --- a/src/generated/resources/data/create/recipes/blasting/copper_ingot_from_crushed.json +++ b/src/generated/resources/data/create/recipes/blasting/copper_ingot_from_crushed.json @@ -1,9 +1,9 @@ { "type": "minecraft:blasting", + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_copper_ore" }, - "result": "minecraft:copper_ingot", - "experience": 0.1, - "cookingtime": 100 + "result": "minecraft:copper_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/gold_ingot_from_crushed.json b/src/generated/resources/data/create/recipes/blasting/gold_ingot_from_crushed.json index 32f1a5e9e6..31c13857f6 100644 --- a/src/generated/resources/data/create/recipes/blasting/gold_ingot_from_crushed.json +++ b/src/generated/resources/data/create/recipes/blasting/gold_ingot_from_crushed.json @@ -1,9 +1,9 @@ { "type": "minecraft:blasting", + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_gold_ore" }, - "result": "minecraft:gold_ingot", - "experience": 0.1, - "cookingtime": 100 + "result": "minecraft:gold_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_aluminum_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/blasting/ingot_aluminum_compat_immersiveengineering.json index df88850d4e..55ba714417 100644 --- a/src/generated/resources/data/create/recipes/blasting/ingot_aluminum_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/recipes/blasting/ingot_aluminum_compat_immersiveengineering.json @@ -1,15 +1,15 @@ { "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_aluminum_ore" }, - "result": "immersiveengineering:ingot_aluminum", - "experience": 0.1, - "cookingtime": 100, - "conditions": [ - { - "modid": "immersiveengineering", - "type": "forge:mod_loaded" - } - ] + "result": "immersiveengineering:ingot_aluminum" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_lead_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/blasting/ingot_lead_compat_immersiveengineering.json index 74f359db2d..fa12f4bed8 100644 --- a/src/generated/resources/data/create/recipes/blasting/ingot_lead_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/recipes/blasting/ingot_lead_compat_immersiveengineering.json @@ -1,15 +1,15 @@ { "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_lead_ore" }, - "result": "immersiveengineering:ingot_lead", - "experience": 0.1, - "cookingtime": 100, - "conditions": [ - { - "modid": "immersiveengineering", - "type": "forge:mod_loaded" - } - ] + "result": "immersiveengineering:ingot_lead" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_lead_compat_mekanism.json b/src/generated/resources/data/create/recipes/blasting/ingot_lead_compat_mekanism.json index 077eb05123..3f06f6c54e 100644 --- a/src/generated/resources/data/create/recipes/blasting/ingot_lead_compat_mekanism.json +++ b/src/generated/resources/data/create/recipes/blasting/ingot_lead_compat_mekanism.json @@ -1,15 +1,15 @@ { "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_lead_ore" }, - "result": "mekanism:ingot_lead", - "experience": 0.1, - "cookingtime": 100, - "conditions": [ - { - "modid": "mekanism", - "type": "forge:mod_loaded" - } - ] + "result": "mekanism:ingot_lead" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_nickel_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/blasting/ingot_nickel_compat_immersiveengineering.json index 8ad2bf41b1..4ca8dbdf2a 100644 --- a/src/generated/resources/data/create/recipes/blasting/ingot_nickel_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/recipes/blasting/ingot_nickel_compat_immersiveengineering.json @@ -1,15 +1,15 @@ { "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_nickel_ore" }, - "result": "immersiveengineering:ingot_nickel", - "experience": 0.1, - "cookingtime": 100, - "conditions": [ - { - "modid": "immersiveengineering", - "type": "forge:mod_loaded" - } - ] + "result": "immersiveengineering:ingot_nickel" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_osmium_compat_mekanism.json b/src/generated/resources/data/create/recipes/blasting/ingot_osmium_compat_mekanism.json index f191d5906c..aab62709a5 100644 --- a/src/generated/resources/data/create/recipes/blasting/ingot_osmium_compat_mekanism.json +++ b/src/generated/resources/data/create/recipes/blasting/ingot_osmium_compat_mekanism.json @@ -1,15 +1,15 @@ { "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_osmium_ore" }, - "result": "mekanism:ingot_osmium", - "experience": 0.1, - "cookingtime": 100, - "conditions": [ - { - "modid": "mekanism", - "type": "forge:mod_loaded" - } - ] + "result": "mekanism:ingot_osmium" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_silver_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/blasting/ingot_silver_compat_immersiveengineering.json index 4b0fac0c85..2f55fe7173 100644 --- a/src/generated/resources/data/create/recipes/blasting/ingot_silver_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/recipes/blasting/ingot_silver_compat_immersiveengineering.json @@ -1,15 +1,15 @@ { "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_silver_ore" }, - "result": "immersiveengineering:ingot_silver", - "experience": 0.1, - "cookingtime": 100, - "conditions": [ - { - "modid": "immersiveengineering", - "type": "forge:mod_loaded" - } - ] + "result": "immersiveengineering:ingot_silver" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_tin_compat_mekanism.json b/src/generated/resources/data/create/recipes/blasting/ingot_tin_compat_mekanism.json index 0bc4fe4f74..a8498adeea 100644 --- a/src/generated/resources/data/create/recipes/blasting/ingot_tin_compat_mekanism.json +++ b/src/generated/resources/data/create/recipes/blasting/ingot_tin_compat_mekanism.json @@ -1,15 +1,15 @@ { "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_tin_ore" }, - "result": "mekanism:ingot_tin", - "experience": 0.1, - "cookingtime": 100, - "conditions": [ - { - "modid": "mekanism", - "type": "forge:mod_loaded" - } - ] + "result": "mekanism:ingot_tin" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_uranium_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/blasting/ingot_uranium_compat_immersiveengineering.json index 52c435ebfe..6479e67405 100644 --- a/src/generated/resources/data/create/recipes/blasting/ingot_uranium_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/recipes/blasting/ingot_uranium_compat_immersiveengineering.json @@ -1,15 +1,15 @@ { "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_uranium_ore" }, - "result": "immersiveengineering:ingot_uranium", - "experience": 0.1, - "cookingtime": 100, - "conditions": [ - { - "modid": "immersiveengineering", - "type": "forge:mod_loaded" - } - ] + "result": "immersiveengineering:ingot_uranium" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_uranium_compat_mekanism.json b/src/generated/resources/data/create/recipes/blasting/ingot_uranium_compat_mekanism.json index fb51bfaf88..e1e27c8238 100644 --- a/src/generated/resources/data/create/recipes/blasting/ingot_uranium_compat_mekanism.json +++ b/src/generated/resources/data/create/recipes/blasting/ingot_uranium_compat_mekanism.json @@ -1,15 +1,15 @@ { "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_uranium_ore" }, - "result": "mekanism:ingot_uranium", - "experience": 0.1, - "cookingtime": 100, - "conditions": [ - { - "modid": "mekanism", - "type": "forge:mod_loaded" - } - ] + "result": "mekanism:ingot_uranium" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/iron_ingot_from_crushed.json b/src/generated/resources/data/create/recipes/blasting/iron_ingot_from_crushed.json index 43c60447d7..41d59b8fb9 100644 --- a/src/generated/resources/data/create/recipes/blasting/iron_ingot_from_crushed.json +++ b/src/generated/resources/data/create/recipes/blasting/iron_ingot_from_crushed.json @@ -1,9 +1,9 @@ { "type": "minecraft:blasting", + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_iron_ore" }, - "result": "minecraft:iron_ingot", - "experience": 0.1, - "cookingtime": 100 + "result": "minecraft:iron_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/lead_ingot_compat_thermal.json b/src/generated/resources/data/create/recipes/blasting/lead_ingot_compat_thermal.json index e6b05e422f..55d97793b6 100644 --- a/src/generated/resources/data/create/recipes/blasting/lead_ingot_compat_thermal.json +++ b/src/generated/resources/data/create/recipes/blasting/lead_ingot_compat_thermal.json @@ -1,15 +1,15 @@ { "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_lead_ore" }, - "result": "thermal:lead_ingot", - "experience": 0.1, - "cookingtime": 100, - "conditions": [ - { - "modid": "thermal", - "type": "forge:mod_loaded" - } - ] + "result": "thermal:lead_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/nickel_ingot_compat_thermal.json b/src/generated/resources/data/create/recipes/blasting/nickel_ingot_compat_thermal.json index 377dde1b9a..b6c9f5e5d3 100644 --- a/src/generated/resources/data/create/recipes/blasting/nickel_ingot_compat_thermal.json +++ b/src/generated/resources/data/create/recipes/blasting/nickel_ingot_compat_thermal.json @@ -1,15 +1,15 @@ { "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_nickel_ore" }, - "result": "thermal:nickel_ingot", - "experience": 0.1, - "cookingtime": 100, - "conditions": [ - { - "modid": "thermal", - "type": "forge:mod_loaded" - } - ] + "result": "thermal:nickel_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/silver_ingot_compat_thermal.json b/src/generated/resources/data/create/recipes/blasting/silver_ingot_compat_thermal.json index 94079c9124..7edd0fb1d8 100644 --- a/src/generated/resources/data/create/recipes/blasting/silver_ingot_compat_thermal.json +++ b/src/generated/resources/data/create/recipes/blasting/silver_ingot_compat_thermal.json @@ -1,15 +1,15 @@ { "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_silver_ore" }, - "result": "thermal:silver_ingot", - "experience": 0.1, - "cookingtime": 100, - "conditions": [ - { - "modid": "thermal", - "type": "forge:mod_loaded" - } - ] + "result": "thermal:silver_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/tin_ingot_compat_thermal.json b/src/generated/resources/data/create/recipes/blasting/tin_ingot_compat_thermal.json index bda6c13ff1..06be71f22f 100644 --- a/src/generated/resources/data/create/recipes/blasting/tin_ingot_compat_thermal.json +++ b/src/generated/resources/data/create/recipes/blasting/tin_ingot_compat_thermal.json @@ -1,15 +1,15 @@ { "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_tin_ore" }, - "result": "thermal:tin_ingot", - "experience": 0.1, - "cookingtime": 100, - "conditions": [ - { - "modid": "thermal", - "type": "forge:mod_loaded" - } - ] + "result": "thermal:tin_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_crushed.json b/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_crushed.json index e23b0e03b6..a7afb30cb9 100644 --- a/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_crushed.json +++ b/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_crushed.json @@ -1,9 +1,9 @@ { "type": "minecraft:blasting", + "cookingtime": 100, + "experience": 0.1, "ingredient": { "item": "create:crushed_zinc_ore" }, - "result": "create:zinc_ingot", - "experience": 0.1, - "cookingtime": 100 + "result": "create:zinc_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_ore.json b/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_ore.json index 0917754d3e..35e18194ba 100644 --- a/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_ore.json +++ b/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_ore.json @@ -1,9 +1,9 @@ { "type": "minecraft:blasting", + "cookingtime": 100, + "experience": 1.0, "ingredient": { "tag": "forge:ores/zinc" }, - "result": "create:zinc_ingot", - "experience": 1.0, - "cookingtime": 100 + "result": "create:zinc_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_raw_ore.json b/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_raw_ore.json index 8e1c74d40d..09553fd471 100644 --- a/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_raw_ore.json +++ b/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_raw_ore.json @@ -1,9 +1,9 @@ { "type": "minecraft:blasting", + "cookingtime": 100, + "experience": 0.7, "ingredient": { "item": "create:raw_zinc" }, - "result": "create:zinc_ingot", - "experience": 0.7, - "cookingtime": 100 + "result": "create:zinc_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/brass_ladder_from_plates_brass_stonecutting.json b/src/generated/resources/data/create/recipes/brass_ladder_from_plates_brass_stonecutting.json index d9671970aa..17cd1c26f4 100644 --- a/src/generated/resources/data/create/recipes/brass_ladder_from_plates_brass_stonecutting.json +++ b/src/generated/resources/data/create/recipes/brass_ladder_from_plates_brass_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "forge:plates/brass" }, - "result": "create:brass_ladder", - "count": 2 + "result": "create:brass_ladder" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/calcite_pillar_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/calcite_pillar_from_calcite_stonecutting.json index 8e187e3254..b8a94fa186 100644 --- a/src/generated/resources/data/create/recipes/calcite_pillar_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/calcite_pillar_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:calcite_pillar", - "count": 1 + "result": "create:calcite_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/calcite_pillar_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/calcite_pillar_from_stone_types_calcite_stonecutting.json index 818f760b95..d90230399e 100644 --- a/src/generated/resources/data/create/recipes/calcite_pillar_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/calcite_pillar_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:calcite_pillar", - "count": 1 + "result": "create:calcite_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/campfire_cooking/bread.json b/src/generated/resources/data/create/recipes/campfire_cooking/bread.json index 0653a0ff48..9c52a5671d 100644 --- a/src/generated/resources/data/create/recipes/campfire_cooking/bread.json +++ b/src/generated/resources/data/create/recipes/campfire_cooking/bread.json @@ -1,9 +1,9 @@ { "type": "minecraft:campfire_cooking", + "cookingtime": 600, + "experience": 0.0, "ingredient": { "item": "create:dough" }, - "result": "minecraft:bread", - "experience": 0.0, - "cookingtime": 600 + "result": "minecraft:bread" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/compacting/andesite_from_flint.json b/src/generated/resources/data/create/recipes/compacting/andesite_from_flint.json index 6018bf3e6d..2b5651567f 100644 --- a/src/generated/resources/data/create/recipes/compacting/andesite_from_flint.json +++ b/src/generated/resources/data/create/recipes/compacting/andesite_from_flint.json @@ -11,9 +11,9 @@ "item": "minecraft:gravel" }, { + "amount": 100, "fluid": "minecraft:lava", - "nbt": {}, - "amount": 100 + "nbt": {} } ], "results": [ diff --git a/src/generated/resources/data/create/recipes/compacting/chocolate.json b/src/generated/resources/data/create/recipes/compacting/chocolate.json index 8bace9f952..610b3f5ca0 100644 --- a/src/generated/resources/data/create/recipes/compacting/chocolate.json +++ b/src/generated/resources/data/create/recipes/compacting/chocolate.json @@ -2,9 +2,9 @@ "type": "create:compacting", "ingredients": [ { + "amount": 250, "fluid": "create:chocolate", - "nbt": {}, - "amount": 250 + "nbt": {} } ], "results": [ diff --git a/src/generated/resources/data/create/recipes/compacting/diorite_from_flint.json b/src/generated/resources/data/create/recipes/compacting/diorite_from_flint.json index 6eb496d3c4..afda0bc93f 100644 --- a/src/generated/resources/data/create/recipes/compacting/diorite_from_flint.json +++ b/src/generated/resources/data/create/recipes/compacting/diorite_from_flint.json @@ -11,9 +11,9 @@ "item": "minecraft:calcite" }, { + "amount": 100, "fluid": "minecraft:lava", - "nbt": {}, - "amount": 100 + "nbt": {} } ], "results": [ diff --git a/src/generated/resources/data/create/recipes/compacting/granite_from_flint.json b/src/generated/resources/data/create/recipes/compacting/granite_from_flint.json index a591cff44e..774189b77d 100644 --- a/src/generated/resources/data/create/recipes/compacting/granite_from_flint.json +++ b/src/generated/resources/data/create/recipes/compacting/granite_from_flint.json @@ -11,9 +11,9 @@ "item": "minecraft:red_sand" }, { + "amount": 100, "fluid": "minecraft:lava", - "nbt": {}, - "amount": 100 + "nbt": {} } ], "results": [ diff --git a/src/generated/resources/data/create/recipes/compacting/honey.json b/src/generated/resources/data/create/recipes/compacting/honey.json index 4a036ce312..df55cea14c 100644 --- a/src/generated/resources/data/create/recipes/compacting/honey.json +++ b/src/generated/resources/data/create/recipes/compacting/honey.json @@ -2,8 +2,8 @@ "type": "create:compacting", "ingredients": [ { - "fluidTag": "forge:honey", - "amount": 1000 + "amount": 1000, + "fluidTag": "forge:honey" } ], "results": [ diff --git a/src/generated/resources/data/create/recipes/copper_ladder_from_plates_copper_stonecutting.json b/src/generated/resources/data/create/recipes/copper_ladder_from_plates_copper_stonecutting.json index 336285d51c..86e34acf5b 100644 --- a/src/generated/resources/data/create/recipes/copper_ladder_from_plates_copper_stonecutting.json +++ b/src/generated/resources/data/create/recipes/copper_ladder_from_plates_copper_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "forge:plates/copper" }, - "result": "create:copper_ladder", - "count": 2 + "result": "create:copper_ladder" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/copper_shingle_slab.json b/src/generated/resources/data/create/recipes/copper_shingle_slab.json index d8600b7e6a..33c61384b4 100644 --- a/src/generated/resources/data/create/recipes/copper_shingle_slab.json +++ b/src/generated/resources/data/create/recipes/copper_shingle_slab.json @@ -1,15 +1,15 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:copper_shingles" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:copper_shingle_slab", - "count": 6 + "count": 6, + "item": "create:copper_shingle_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/copper_shingle_slab_from_copper_shingles_stonecutting.json b/src/generated/resources/data/create/recipes/copper_shingle_slab_from_copper_shingles_stonecutting.json index 5c2fee8878..64ca4dad1f 100644 --- a/src/generated/resources/data/create/recipes/copper_shingle_slab_from_copper_shingles_stonecutting.json +++ b/src/generated/resources/data/create/recipes/copper_shingle_slab_from_copper_shingles_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:copper_shingles" }, - "result": "create:copper_shingle_slab", - "count": 2 + "result": "create:copper_shingle_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/copper_shingle_stairs.json b/src/generated/resources/data/create/recipes/copper_shingle_stairs.json index c1e25d13b0..3b910da193 100644 --- a/src/generated/resources/data/create/recipes/copper_shingle_stairs.json +++ b/src/generated/resources/data/create/recipes/copper_shingle_stairs.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:copper_shingles" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:copper_shingle_stairs", - "count": 4 + "count": 4, + "item": "create:copper_shingle_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/copper_shingle_stairs_from_copper_shingles_stonecutting.json b/src/generated/resources/data/create/recipes/copper_shingle_stairs_from_copper_shingles_stonecutting.json index 8e78d0bed3..4726bbef8b 100644 --- a/src/generated/resources/data/create/recipes/copper_shingle_stairs_from_copper_shingles_stonecutting.json +++ b/src/generated/resources/data/create/recipes/copper_shingle_stairs_from_copper_shingles_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:copper_shingles" }, - "result": "create:copper_shingle_stairs", - "count": 1 + "result": "create:copper_shingle_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/copper_shingles_from_plates_copper_stonecutting.json b/src/generated/resources/data/create/recipes/copper_shingles_from_plates_copper_stonecutting.json index 7d56f6076b..93953a4d29 100644 --- a/src/generated/resources/data/create/recipes/copper_shingles_from_plates_copper_stonecutting.json +++ b/src/generated/resources/data/create/recipes/copper_shingles_from_plates_copper_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "forge:plates/copper" }, - "result": "create:copper_shingles", - "count": 2 + "result": "create:copper_shingles" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/copper_tile_slab.json b/src/generated/resources/data/create/recipes/copper_tile_slab.json index 0216f68319..5aefa5e1e9 100644 --- a/src/generated/resources/data/create/recipes/copper_tile_slab.json +++ b/src/generated/resources/data/create/recipes/copper_tile_slab.json @@ -1,15 +1,15 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:copper_tiles" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:copper_tile_slab", - "count": 6 + "count": 6, + "item": "create:copper_tile_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/copper_tile_slab_from_copper_tiles_stonecutting.json b/src/generated/resources/data/create/recipes/copper_tile_slab_from_copper_tiles_stonecutting.json index 5a56e9f4f3..4d515e1d95 100644 --- a/src/generated/resources/data/create/recipes/copper_tile_slab_from_copper_tiles_stonecutting.json +++ b/src/generated/resources/data/create/recipes/copper_tile_slab_from_copper_tiles_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:copper_tiles" }, - "result": "create:copper_tile_slab", - "count": 2 + "result": "create:copper_tile_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/copper_tile_stairs.json b/src/generated/resources/data/create/recipes/copper_tile_stairs.json index 3937dc31be..ebcf39b777 100644 --- a/src/generated/resources/data/create/recipes/copper_tile_stairs.json +++ b/src/generated/resources/data/create/recipes/copper_tile_stairs.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:copper_tiles" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:copper_tile_stairs", - "count": 4 + "count": 4, + "item": "create:copper_tile_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/copper_tile_stairs_from_copper_tiles_stonecutting.json b/src/generated/resources/data/create/recipes/copper_tile_stairs_from_copper_tiles_stonecutting.json index a818cd52fb..e815b32116 100644 --- a/src/generated/resources/data/create/recipes/copper_tile_stairs_from_copper_tiles_stonecutting.json +++ b/src/generated/resources/data/create/recipes/copper_tile_stairs_from_copper_tiles_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:copper_tiles" }, - "result": "create:copper_tile_stairs", - "count": 1 + "result": "create:copper_tile_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/copper_tiles_from_plates_copper_stonecutting.json b/src/generated/resources/data/create/recipes/copper_tiles_from_plates_copper_stonecutting.json index 44c0bbc397..85e3b85d7f 100644 --- a/src/generated/resources/data/create/recipes/copper_tiles_from_plates_copper_stonecutting.json +++ b/src/generated/resources/data/create/recipes/copper_tiles_from_plates_copper_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "forge:plates/copper" }, - "result": "create:copper_tiles", - "count": 2 + "result": "create:copper_tiles" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/copper_backtank.json b/src/generated/resources/data/create/recipes/crafting/appliances/copper_backtank.json index eb244798bb..393e7df1e1 100644 --- a/src/generated/resources/data/create/recipes/crafting/appliances/copper_backtank.json +++ b/src/generated/resources/data/create/recipes/crafting/appliances/copper_backtank.json @@ -1,24 +1,24 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "AGA", - "PBP", - " P " - ], "key": { - "G": { - "item": "create:shaft" - }, "A": { "item": "create:andesite_alloy" }, "B": { "item": "minecraft:copper_block" }, + "G": { + "item": "create:shaft" + }, "P": { "item": "minecraft:copper_ingot" } }, + "pattern": [ + "AGA", + "PBP", + " P " + ], "result": { "item": "create:copper_backtank" } diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/diving_boots.json b/src/generated/resources/data/create/recipes/crafting/appliances/diving_boots.json index 8ea573d109..f0c1e05a04 100644 --- a/src/generated/resources/data/create/recipes/crafting/appliances/diving_boots.json +++ b/src/generated/resources/data/create/recipes/crafting/appliances/diving_boots.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "P P", - "P P", - "G G" - ], "key": { "G": { "item": "create:andesite_alloy" @@ -13,6 +8,11 @@ "item": "minecraft:copper_ingot" } }, + "pattern": [ + "P P", + "P P", + "G G" + ], "result": { "item": "create:diving_boots" } diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/diving_helmet.json b/src/generated/resources/data/create/recipes/crafting/appliances/diving_helmet.json index c2434ae437..9eb0204831 100644 --- a/src/generated/resources/data/create/recipes/crafting/appliances/diving_helmet.json +++ b/src/generated/resources/data/create/recipes/crafting/appliances/diving_helmet.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "PPP", - "PGP" - ], "key": { "G": { "tag": "forge:glass" @@ -12,6 +8,10 @@ "item": "minecraft:copper_ingot" } }, + "pattern": [ + "PPP", + "PGP" + ], "result": { "item": "create:diving_helmet" } diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/linked_controller.json b/src/generated/resources/data/create/recipes/crafting/appliances/linked_controller.json index 62b2fef8e6..158c0fd809 100644 --- a/src/generated/resources/data/create/recipes/crafting/appliances/linked_controller.json +++ b/src/generated/resources/data/create/recipes/crafting/appliances/linked_controller.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", + "key": { + "P": { + "item": "create:redstone_link" + }, + "S": { + "tag": "minecraft:wooden_buttons" + } + }, "pattern": [ "SSS", " P ", "SSS" ], - "key": { - "S": { - "tag": "minecraft:wooden_buttons" - }, - "P": { - "item": "create:redstone_link" - } - }, "result": { "item": "create:linked_controller" } diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/tree_fertilizer.json b/src/generated/resources/data/create/recipes/crafting/appliances/tree_fertilizer.json index 4e4c039db7..21b63753f5 100644 --- a/src/generated/resources/data/create/recipes/crafting/appliances/tree_fertilizer.json +++ b/src/generated/resources/data/create/recipes/crafting/appliances/tree_fertilizer.json @@ -29,7 +29,7 @@ } ], "result": { - "item": "create:tree_fertilizer", - "count": 2 + "count": 2, + "item": "create:tree_fertilizer" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/curiosities/brown_toolbox.json b/src/generated/resources/data/create/recipes/crafting/curiosities/brown_toolbox.json index 6d6361a8d1..41ff8ffc6d 100644 --- a/src/generated/resources/data/create/recipes/crafting/curiosities/brown_toolbox.json +++ b/src/generated/resources/data/create/recipes/crafting/curiosities/brown_toolbox.json @@ -1,24 +1,24 @@ { "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:cogwheel" + }, + "L": { + "tag": "forge:leather" + }, + "S": { + "tag": "forge:plates/gold" + }, + "W": { + "tag": "forge:chests/wooden" + } + }, "pattern": [ " C ", "SWS", " L " ], - "key": { - "S": { - "tag": "forge:plates/gold" - }, - "C": { - "item": "create:cogwheel" - }, - "W": { - "tag": "forge:chests/wooden" - }, - "L": { - "tag": "forge:leather" - } - }, "result": { "item": "create:brown_toolbox" } diff --git a/src/generated/resources/data/create/recipes/crafting/curiosities/cake.json b/src/generated/resources/data/create/recipes/crafting/curiosities/cake.json index 73c56ca26f..2d3655acfb 100644 --- a/src/generated/resources/data/create/recipes/crafting/curiosities/cake.json +++ b/src/generated/resources/data/create/recipes/crafting/curiosities/cake.json @@ -1,24 +1,24 @@ { "type": "minecraft:crafting_shaped", + "key": { + "E": { + "tag": "forge:eggs" + }, + "M": { + "item": "minecraft:milk_bucket" + }, + "P": { + "tag": "forge:dough" + }, + "S": { + "item": "minecraft:sugar" + } + }, "pattern": [ " M ", "SES", " P " ], - "key": { - "E": { - "tag": "forge:eggs" - }, - "S": { - "item": "minecraft:sugar" - }, - "P": { - "tag": "forge:dough" - }, - "M": { - "item": "minecraft:milk_bucket" - } - }, "result": { "item": "minecraft:cake" } diff --git a/src/generated/resources/data/create/recipes/crafting/curiosities/minecart_coupling.json b/src/generated/resources/data/create/recipes/crafting/curiosities/minecart_coupling.json index 53c7a41ccb..a7c5dc30a1 100644 --- a/src/generated/resources/data/create/recipes/crafting/curiosities/minecart_coupling.json +++ b/src/generated/resources/data/create/recipes/crafting/curiosities/minecart_coupling.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " E", - " O ", - "E " - ], "key": { "E": { "item": "create:andesite_alloy" @@ -13,6 +8,11 @@ "tag": "forge:plates/iron" } }, + "pattern": [ + " E", + " O ", + "E " + ], "result": { "item": "create:minecart_coupling" } diff --git a/src/generated/resources/data/create/recipes/crafting/curiosities/peculiar_bell.json b/src/generated/resources/data/create/recipes/crafting/curiosities/peculiar_bell.json index 93c17704e8..863112388d 100644 --- a/src/generated/resources/data/create/recipes/crafting/curiosities/peculiar_bell.json +++ b/src/generated/resources/data/create/recipes/crafting/curiosities/peculiar_bell.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "I", - "P" - ], "key": { "I": { "tag": "forge:storage_blocks/brass" @@ -12,6 +8,10 @@ "tag": "forge:plates/brass" } }, + "pattern": [ + "I", + "P" + ], "result": { "item": "create:peculiar_bell" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/analog_lever.json b/src/generated/resources/data/create/recipes/crafting/kinetics/analog_lever.json index 9e6eb9eb2e..087a118f32 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/analog_lever.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/analog_lever.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", + "key": { + "P": { + "tag": "forge:rods/wooden" + }, + "S": { + "item": "create:andesite_casing" + } + }, "pattern": [ "P", "S" ], - "key": { - "S": { - "item": "create:andesite_casing" - }, - "P": { - "tag": "forge:rods/wooden" - } - }, "result": { "item": "create:analog_lever" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/andesite_ladder.json b/src/generated/resources/data/create/recipes/crafting/kinetics/andesite_ladder.json index 9b2e5918a3..17dc27443d 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/andesite_ladder.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/andesite_ladder.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "A A", - "AAA", - "A A" - ], "key": { "A": { "item": "create:andesite_alloy" } }, + "pattern": [ + "A A", + "AAA", + "A A" + ], "result": { - "item": "create:andesite_ladder", - "count": 4 + "count": 4, + "item": "create:andesite_ladder" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/attribute_filter.json b/src/generated/resources/data/create/recipes/crafting/kinetics/attribute_filter.json index 5e1cfd2cc0..6ba5415e0d 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/attribute_filter.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/attribute_filter.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", + "key": { + "A": { + "tag": "forge:nuggets/brass" + }, + "S": { + "tag": "minecraft:wool" + } + }, "pattern": [ "ASA" ], - "key": { - "S": { - "tag": "minecraft:wool" - }, - "A": { - "tag": "forge:nuggets/brass" - } - }, "result": { "item": "create:attribute_filter" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/basin.json b/src/generated/resources/data/create/recipes/crafting/kinetics/basin.json index a04fbad14f..22c2cb242e 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/basin.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/basin.json @@ -1,14 +1,14 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "A A", - "AAA" - ], "key": { "A": { "item": "create:andesite_alloy" } }, + "pattern": [ + "A A", + "AAA" + ], "result": { "item": "create:basin" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/belt_connector.json b/src/generated/resources/data/create/recipes/crafting/kinetics/belt_connector.json index d4cd1715e8..7d6020a50d 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/belt_connector.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/belt_connector.json @@ -1,14 +1,14 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "DDD", - "DDD" - ], "key": { "D": { "item": "minecraft:dried_kelp" } }, + "pattern": [ + "DDD", + "DDD" + ], "result": { "item": "create:belt_connector" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/brass_hand.json b/src/generated/resources/data/create/recipes/crafting/kinetics/brass_hand.json index eb641b0dde..e23247fd3c 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/brass_hand.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/brass_hand.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " A ", - "BBB", - " B " - ], "key": { "A": { "item": "create:andesite_alloy" @@ -13,6 +8,11 @@ "tag": "forge:plates/brass" } }, + "pattern": [ + " A ", + "BBB", + " B " + ], "result": { "item": "create:brass_hand" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/cart_assembler.json b/src/generated/resources/data/create/recipes/crafting/kinetics/cart_assembler.json index 3894f6c610..b9f38ef4f3 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/cart_assembler.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/cart_assembler.json @@ -1,20 +1,20 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "CRC", - "L L" - ], "key": { + "C": { + "item": "create:andesite_alloy" + }, "L": { "tag": "minecraft:logs" }, "R": { "tag": "forge:dusts/redstone" - }, - "C": { - "item": "create:andesite_alloy" } }, + "pattern": [ + "CRC", + "L L" + ], "result": { "item": "create:cart_assembler" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/chute.json b/src/generated/resources/data/create/recipes/crafting/kinetics/chute.json index d9fb5ebecc..0f5de0661b 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/chute.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/chute.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "A", - "I", - "A" - ], "key": { "A": { "tag": "forge:plates/iron" @@ -13,8 +8,13 @@ "tag": "forge:ingots/iron" } }, + "pattern": [ + "A", + "I", + "A" + ], "result": { - "item": "create:chute", - "count": 4 + "count": 4, + "item": "create:chute" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/clockwork_bearing.json b/src/generated/resources/data/create/recipes/crafting/kinetics/clockwork_bearing.json index 756eaeb397..932fcfcd20 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/clockwork_bearing.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/clockwork_bearing.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "B", - "C", - "S" - ], "key": { - "S": { - "item": "create:electron_tube" - }, "B": { "tag": "minecraft:wooden_slabs" }, "C": { "item": "create:brass_casing" + }, + "S": { + "item": "create:electron_tube" } }, + "pattern": [ + "B", + "C", + "S" + ], "result": { "item": "create:clockwork_bearing" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/controller_rail.json b/src/generated/resources/data/create/recipes/crafting/kinetics/controller_rail.json index fadc95421e..7a2cdd11ae 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/controller_rail.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/controller_rail.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "A A", - "ASA", - "AEA" - ], "key": { "A": { "tag": "forge:ingots/gold" @@ -16,8 +11,13 @@ "tag": "forge:rods/wooden" } }, + "pattern": [ + "A A", + "ASA", + "AEA" + ], "result": { - "item": "create:controller_rail", - "count": 6 + "count": 6, + "item": "create:controller_rail" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/controls.json b/src/generated/resources/data/create/recipes/crafting/kinetics/controls.json index 831f6229dc..602823f355 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/controls.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/controls.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "B", - "C", - "I" - ], "key": { - "I": { - "item": "create:precision_mechanism" - }, "B": { "item": "minecraft:lever" }, "C": { "item": "create:railway_casing" + }, + "I": { + "item": "create:precision_mechanism" } }, + "pattern": [ + "B", + "C", + "I" + ], "result": { "item": "create:controls" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/copper_valve_handle.json b/src/generated/resources/data/create/recipes/crafting/kinetics/copper_valve_handle.json index 77c81c0b2c..dd167835ce 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/copper_valve_handle.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/copper_valve_handle.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", + "key": { + "C": { + "tag": "forge:plates/copper" + }, + "S": { + "item": "create:andesite_alloy" + } + }, "pattern": [ "CCC", " S " ], - "key": { - "S": { - "item": "create:andesite_alloy" - }, - "C": { - "tag": "forge:plates/copper" - } - }, "result": { "item": "create:copper_valve_handle" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/crafter_slot_cover.json b/src/generated/resources/data/create/recipes/crafting/kinetics/crafter_slot_cover.json index 9a5178f17b..c44d5c91eb 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/crafter_slot_cover.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/crafter_slot_cover.json @@ -1,13 +1,13 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "AAA" - ], "key": { "A": { "tag": "forge:nuggets/brass" } }, + "pattern": [ + "AAA" + ], "result": { "item": "create:crafter_slot_cover" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/cuckoo_clock.json b/src/generated/resources/data/create/recipes/crafting/kinetics/cuckoo_clock.json index 9d9f3c1080..3884c61122 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/cuckoo_clock.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/cuckoo_clock.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "S", - "C", - "A" - ], "key": { - "S": { - "tag": "minecraft:planks" - }, "A": { "item": "minecraft:clock" }, "C": { "item": "create:andesite_casing" + }, + "S": { + "tag": "minecraft:planks" } }, + "pattern": [ + "S", + "C", + "A" + ], "result": { "item": "create:cuckoo_clock" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/deployer.json b/src/generated/resources/data/create/recipes/crafting/kinetics/deployer.json index 5bc2a42882..f788a33433 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/deployer.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/deployer.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "B", - "C", - "I" - ], "key": { - "I": { - "item": "create:brass_hand" - }, "B": { "item": "create:electron_tube" }, "C": { "item": "create:andesite_casing" + }, + "I": { + "item": "create:brass_hand" } }, + "pattern": [ + "B", + "C", + "I" + ], "result": { "item": "create:deployer" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/display_board.json b/src/generated/resources/data/create/recipes/crafting/kinetics/display_board.json index ad92f995b5..d046093ef7 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/display_board.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/display_board.json @@ -1,8 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "PAP" - ], "key": { "A": { "item": "create:electron_tube" @@ -11,8 +8,11 @@ "item": "create:andesite_alloy" } }, + "pattern": [ + "PAP" + ], "result": { - "item": "create:display_board", - "count": 2 + "count": 2, + "item": "create:display_board" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/empty_blaze_burner.json b/src/generated/resources/data/create/recipes/crafting/kinetics/empty_blaze_burner.json index 6144ce90d4..3bf715b1e4 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/empty_blaze_burner.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/empty_blaze_burner.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " I ", - "IAI", - " I " - ], "key": { "A": { "tag": "forge:netherrack" @@ -13,6 +8,11 @@ "tag": "forge:plates/iron" } }, + "pattern": [ + " I ", + "IAI", + " I " + ], "result": { "item": "create:empty_blaze_burner" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/encased_fan.json b/src/generated/resources/data/create/recipes/crafting/kinetics/encased_fan.json index 123e41d2bb..cbedbe937c 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/encased_fan.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/encased_fan.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_casing" + }, + "P": { + "item": "create:propeller" + }, + "S": { + "item": "create:shaft" + } + }, "pattern": [ "S", "A", "P" ], - "key": { - "A": { - "item": "create:andesite_casing" - }, - "S": { - "item": "create:shaft" - }, - "P": { - "item": "create:propeller" - } - }, "result": { "item": "create:encased_fan" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/filter.json b/src/generated/resources/data/create/recipes/crafting/kinetics/filter.json index ec8d840a80..b48ccbcdea 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/filter.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/filter.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", + "key": { + "A": { + "tag": "forge:nuggets/iron" + }, + "S": { + "tag": "minecraft:wool" + } + }, "pattern": [ "ASA" ], - "key": { - "S": { - "tag": "minecraft:wool" - }, - "A": { - "tag": "forge:nuggets/iron" - } - }, "result": { "item": "create:filter" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_pipe.json b/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_pipe.json index c72baad854..9b3d463f2d 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_pipe.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_pipe.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "minecraft:copper_ingot" + }, + "S": { + "tag": "forge:plates/copper" + } + }, "pattern": [ "SCS" ], - "key": { - "S": { - "tag": "forge:plates/copper" - }, - "C": { - "item": "minecraft:copper_ingot" - } - }, "result": { - "item": "create:fluid_pipe", - "count": 4 + "count": 4, + "item": "create:fluid_pipe" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_pipe_vertical.json b/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_pipe_vertical.json index 00ba27b28a..123357297b 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_pipe_vertical.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_pipe_vertical.json @@ -1,20 +1,20 @@ { "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "minecraft:copper_ingot" + }, + "S": { + "tag": "forge:plates/copper" + } + }, "pattern": [ "S", "C", "S" ], - "key": { - "S": { - "tag": "forge:plates/copper" - }, - "C": { - "item": "minecraft:copper_ingot" - } - }, "result": { - "item": "create:fluid_pipe", - "count": 4 + "count": 4, + "item": "create:fluid_pipe" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_tank.json b/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_tank.json index 68961233c3..649b6b1d6a 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_tank.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_tank.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "B", - "C", - "B" - ], "key": { "B": { "tag": "forge:plates/copper" @@ -13,6 +8,11 @@ "tag": "forge:barrels/wooden" } }, + "pattern": [ + "B", + "C", + "B" + ], "result": { "item": "create:fluid_tank" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/flywheel.json b/src/generated/resources/data/create/recipes/crafting/kinetics/flywheel.json index 2cb51f37d4..867d29354b 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/flywheel.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/flywheel.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:shaft" + }, + "C": { + "tag": "forge:ingots/brass" + } + }, "pattern": [ "CCC", "CAC", "CCC" ], - "key": { - "C": { - "tag": "forge:ingots/brass" - }, - "A": { - "item": "create:shaft" - } - }, "result": { "item": "create:flywheel" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/gantry_carriage.json b/src/generated/resources/data/create/recipes/crafting/kinetics/gantry_carriage.json index 68c3a0cd24..d9f5b2740e 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/gantry_carriage.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/gantry_carriage.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "B", - "C", - "I" - ], "key": { "B": { "tag": "minecraft:wooden_slabs" @@ -16,6 +11,11 @@ "item": "create:cogwheel" } }, + "pattern": [ + "B", + "C", + "I" + ], "result": { "item": "create:gantry_carriage" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/gantry_shaft.json b/src/generated/resources/data/create/recipes/crafting/kinetics/gantry_shaft.json index 0443296abb..d66b69be04 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/gantry_shaft.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/gantry_shaft.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "A", - "R", - "A" - ], "key": { "A": { "item": "create:andesite_alloy" @@ -13,8 +8,13 @@ "tag": "forge:dusts/redstone" } }, + "pattern": [ + "A", + "R", + "A" + ], "result": { - "item": "create:gantry_shaft", - "count": 8 + "count": 8, + "item": "create:gantry_shaft" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/gearbox.json b/src/generated/resources/data/create/recipes/crafting/kinetics/gearbox.json index 2ebfd0c12f..7173ce0bb9 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/gearbox.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/gearbox.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", + "key": { + "B": { + "item": "create:andesite_casing" + }, + "C": { + "item": "create:cogwheel" + } + }, "pattern": [ " C ", "CBC", " C " ], - "key": { - "C": { - "item": "create:cogwheel" - }, - "B": { - "item": "create:andesite_casing" - } - }, "result": { "item": "create:gearbox" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/goggles.json b/src/generated/resources/data/create/recipes/crafting/kinetics/goggles.json index 3f4f10144e..a1db6e181f 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/goggles.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/goggles.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " S ", - "GPG" - ], "key": { "G": { "tag": "forge:glass" @@ -15,6 +11,10 @@ "tag": "forge:string" } }, + "pattern": [ + " S ", + "GPG" + ], "result": { "item": "create:goggles" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/hand_crank.json b/src/generated/resources/data/create/recipes/crafting/kinetics/hand_crank.json index 237f1a6db5..db6283acbf 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/hand_crank.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/hand_crank.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "CCC", - " A" - ], "key": { "A": { "item": "create:andesite_alloy" @@ -12,6 +8,10 @@ "tag": "minecraft:planks" } }, + "pattern": [ + "CCC", + " A" + ], "result": { "item": "create:hand_crank" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/hose_pulley.json b/src/generated/resources/data/create/recipes/crafting/kinetics/hose_pulley.json index 5d6ea892c9..19f10f3447 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/hose_pulley.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/hose_pulley.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "B", - "C", - "I" - ], "key": { "B": { "item": "create:copper_casing" @@ -16,6 +11,11 @@ "tag": "forge:plates/copper" } }, + "pattern": [ + "B", + "C", + "I" + ], "result": { "item": "create:hose_pulley" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/item_drain.json b/src/generated/resources/data/create/recipes/crafting/kinetics/item_drain.json index f46acc2930..e2e4830fb7 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/item_drain.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/item_drain.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "P", - "S" - ], "key": { "P": { "item": "minecraft:iron_bars" @@ -12,6 +8,10 @@ "item": "create:copper_casing" } }, + "pattern": [ + "P", + "S" + ], "result": { "item": "create:item_drain" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/item_vault.json b/src/generated/resources/data/create/recipes/crafting/kinetics/item_vault.json index 0387290a26..d9858e8d8a 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/item_vault.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/item_vault.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "B", - "C", - "B" - ], "key": { "B": { "tag": "forge:plates/iron" @@ -13,6 +8,11 @@ "tag": "forge:barrels/wooden" } }, + "pattern": [ + "B", + "C", + "B" + ], "result": { "item": "create:item_vault" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/linear_chassis.json b/src/generated/resources/data/create/recipes/crafting/kinetics/linear_chassis.json index cbab28e465..1cd8e82628 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/linear_chassis.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/linear_chassis.json @@ -1,20 +1,20 @@ { "type": "minecraft:crafting_shaped", + "key": { + "L": { + "tag": "minecraft:logs" + }, + "P": { + "item": "create:andesite_alloy" + } + }, "pattern": [ " P ", "LLL", " P " ], - "key": { - "P": { - "item": "create:andesite_alloy" - }, - "L": { - "tag": "minecraft:logs" - } - }, "result": { - "item": "create:linear_chassis", - "count": 3 + "count": 3, + "item": "create:linear_chassis" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_arm.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_arm.json index 5a64f5c23e..9a386ec372 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_arm.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_arm.json @@ -1,24 +1,24 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "LLA", - "L ", - "IC " - ], "key": { - "L": { - "tag": "forge:plates/brass" - }, - "I": { - "item": "create:precision_mechanism" - }, "A": { "item": "create:andesite_alloy" }, "C": { "item": "create:brass_casing" + }, + "I": { + "item": "create:precision_mechanism" + }, + "L": { + "tag": "forge:plates/brass" } }, + "pattern": [ + "LLA", + "L ", + "IC " + ], "result": { "item": "create:mechanical_arm" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_bearing.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_bearing.json index b988407c99..b76615af8d 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_bearing.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_bearing.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "B", - "C", - "I" - ], "key": { "B": { "tag": "minecraft:wooden_slabs" @@ -16,6 +11,11 @@ "item": "create:shaft" } }, + "pattern": [ + "B", + "C", + "I" + ], "result": { "item": "create:mechanical_bearing" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_crafter.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_crafter.json index c2bc8318cb..ea81ba56a6 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_crafter.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_crafter.json @@ -1,23 +1,23 @@ { "type": "minecraft:crafting_shaped", + "key": { + "B": { + "item": "create:electron_tube" + }, + "C": { + "item": "create:brass_casing" + }, + "R": { + "item": "minecraft:crafting_table" + } + }, "pattern": [ "B", "C", "R" ], - "key": { - "B": { - "item": "create:electron_tube" - }, - "R": { - "item": "minecraft:crafting_table" - }, - "C": { - "item": "create:brass_casing" - } - }, "result": { - "item": "create:mechanical_crafter", - "count": 3 + "count": 3, + "item": "create:mechanical_crafter" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_drill.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_drill.json index 31cbe36079..f08155d4d4 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_drill.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_drill.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " A ", - "AIA", - " C " - ], "key": { - "C": { - "item": "create:andesite_casing" - }, "A": { "item": "create:andesite_alloy" }, + "C": { + "item": "create:andesite_casing" + }, "I": { "tag": "forge:ingots/iron" } }, + "pattern": [ + " A ", + "AIA", + " C " + ], "result": { "item": "create:mechanical_drill" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_harvester.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_harvester.json index b4bcc37506..cfb1654209 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_harvester.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_harvester.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "AIA", - "AIA", - " C " - ], "key": { - "C": { - "item": "create:andesite_casing" - }, "A": { "item": "create:andesite_alloy" }, + "C": { + "item": "create:andesite_casing" + }, "I": { "tag": "forge:plates/iron" } }, + "pattern": [ + "AIA", + "AIA", + " C " + ], "result": { "item": "create:mechanical_harvester" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_mixer.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_mixer.json index 588e97b8d8..02092a1630 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_mixer.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_mixer.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:andesite_casing" + }, + "I": { + "item": "create:whisk" + }, + "S": { + "item": "create:cogwheel" + } + }, "pattern": [ "S", "C", "I" ], - "key": { - "C": { - "item": "create:andesite_casing" - }, - "S": { - "item": "create:cogwheel" - }, - "I": { - "item": "create:whisk" - } - }, "result": { "item": "create:mechanical_mixer" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_piston.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_piston.json index eaafdc7571..ba6ef979ca 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_piston.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_piston.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "B", - "C", - "I" - ], "key": { "B": { "tag": "minecraft:wooden_slabs" @@ -16,6 +11,11 @@ "item": "create:piston_extension_pole" } }, + "pattern": [ + "B", + "C", + "I" + ], "result": { "item": "create:mechanical_piston" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_plough.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_plough.json index 370dc26915..2c515ecb29 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_plough.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_plough.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "III", - "AAA", - " C " - ], "key": { - "C": { - "item": "create:andesite_casing" - }, "A": { "item": "create:andesite_alloy" }, + "C": { + "item": "create:andesite_casing" + }, "I": { "tag": "forge:plates/iron" } }, + "pattern": [ + "III", + "AAA", + " C " + ], "result": { "item": "create:mechanical_plough" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_press.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_press.json index 03a80d7f6f..ff72623cfe 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_press.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_press.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:andesite_casing" + }, + "I": { + "tag": "forge:storage_blocks/iron" + }, + "S": { + "item": "create:shaft" + } + }, "pattern": [ "S", "C", "I" ], - "key": { - "C": { - "item": "create:andesite_casing" - }, - "S": { - "item": "create:shaft" - }, - "I": { - "tag": "forge:storage_blocks/iron" - } - }, "result": { "item": "create:mechanical_press" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_saw.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_saw.json index 16f6666c52..4fd4b884cd 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_saw.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_saw.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " A ", - "AIA", - " C " - ], "key": { - "C": { - "item": "create:andesite_casing" - }, "A": { "tag": "forge:plates/iron" }, + "C": { + "item": "create:andesite_casing" + }, "I": { "tag": "forge:ingots/iron" } }, + "pattern": [ + " A ", + "AIA", + " C " + ], "result": { "item": "create:mechanical_saw" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/metal_bracket.json b/src/generated/resources/data/create/recipes/crafting/kinetics/metal_bracket.json index 4e26817b4e..43e7fbfb23 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/metal_bracket.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/metal_bracket.json @@ -1,22 +1,22 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "SSS", - "PCP" - ], "key": { - "S": { - "tag": "forge:nuggets/iron" + "C": { + "item": "create:andesite_alloy" }, "P": { "tag": "forge:ingots/iron" }, - "C": { - "item": "create:andesite_alloy" + "S": { + "tag": "forge:nuggets/iron" } }, + "pattern": [ + "SSS", + "PCP" + ], "result": { - "item": "create:metal_bracket", - "count": 4 + "count": 4, + "item": "create:metal_bracket" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/metal_girder.json b/src/generated/resources/data/create/recipes/crafting/kinetics/metal_girder.json index d23e4a6185..f26a7f8201 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/metal_girder.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/metal_girder.json @@ -1,19 +1,19 @@ { "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:andesite_alloy" + }, + "P": { + "tag": "forge:plates/iron" + } + }, "pattern": [ "PPP", "CCC" ], - "key": { - "P": { - "tag": "forge:plates/iron" - }, - "C": { - "item": "create:andesite_alloy" - } - }, "result": { - "item": "create:metal_girder", - "count": 8 + "count": 8, + "item": "create:metal_girder" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/millstone.json b/src/generated/resources/data/create/recipes/crafting/kinetics/millstone.json index cff0104b7c..109b5f4cc4 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/millstone.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/millstone.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:cogwheel" + }, + "I": { + "tag": "forge:stone" + }, + "S": { + "item": "create:andesite_casing" + } + }, "pattern": [ "C", "S", "I" ], - "key": { - "C": { - "item": "create:cogwheel" - }, - "S": { - "item": "create:andesite_casing" - }, - "I": { - "tag": "forge:stone" - } - }, "result": { "item": "create:millstone" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mysterious_cuckoo_clock.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mysterious_cuckoo_clock.json index 80ec9a30e9..1437e4100c 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/mysterious_cuckoo_clock.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mysterious_cuckoo_clock.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", + "key": { + "B": { + "item": "create:cuckoo_clock" + }, + "C": { + "tag": "forge:gunpowder" + } + }, "pattern": [ " C ", "CBC", " C " ], - "key": { - "C": { - "tag": "forge:gunpowder" - }, - "B": { - "item": "create:cuckoo_clock" - } - }, "result": { "item": "create:mysterious_cuckoo_clock" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/nixie_tube.json b/src/generated/resources/data/create/recipes/crafting/kinetics/nixie_tube.json index 736252e79e..4f01d467f6 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/nixie_tube.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/nixie_tube.json @@ -9,7 +9,7 @@ } ], "result": { - "item": "create:nixie_tube", - "count": 4 + "count": 4, + "item": "create:nixie_tube" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/nozzle.json b/src/generated/resources/data/create/recipes/crafting/kinetics/nozzle.json index 232551353e..39f01b6e1d 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/nozzle.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/nozzle.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", + "key": { + "C": { + "tag": "minecraft:wool" + }, + "S": { + "item": "create:andesite_alloy" + } + }, "pattern": [ " S ", " C ", "SSS" ], - "key": { - "S": { - "item": "create:andesite_alloy" - }, - "C": { - "tag": "minecraft:wool" - } - }, "result": { "item": "create:nozzle" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/piston_extension_pole.json b/src/generated/resources/data/create/recipes/crafting/kinetics/piston_extension_pole.json index 0fb54c604d..6dd497d257 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/piston_extension_pole.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/piston_extension_pole.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "P", - "A", - "P" - ], "key": { "A": { "item": "create:andesite_alloy" @@ -13,8 +8,13 @@ "tag": "minecraft:planks" } }, + "pattern": [ + "P", + "A", + "P" + ], "result": { - "item": "create:piston_extension_pole", - "count": 8 + "count": 8, + "item": "create:piston_extension_pole" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/propeller.json b/src/generated/resources/data/create/recipes/crafting/kinetics/propeller.json index 3e970781c8..02a3bd2e4d 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/propeller.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/propeller.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:andesite_alloy" + }, + "S": { + "tag": "forge:plates/iron" + } + }, "pattern": [ " S ", "SCS", " S " ], - "key": { - "S": { - "tag": "forge:plates/iron" - }, - "C": { - "item": "create:andesite_alloy" - } - }, "result": { "item": "create:propeller" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/radial_chassis.json b/src/generated/resources/data/create/recipes/crafting/kinetics/radial_chassis.json index d31508ad36..ab0ef5666e 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/radial_chassis.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/radial_chassis.json @@ -1,20 +1,20 @@ { "type": "minecraft:crafting_shaped", + "key": { + "L": { + "tag": "minecraft:logs" + }, + "P": { + "item": "create:andesite_alloy" + } + }, "pattern": [ " L ", "PLP", " L " ], - "key": { - "P": { - "item": "create:andesite_alloy" - }, - "L": { - "tag": "minecraft:logs" - } - }, "result": { - "item": "create:radial_chassis", - "count": 3 + "count": 3, + "item": "create:radial_chassis" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/rope_pulley.json b/src/generated/resources/data/create/recipes/crafting/kinetics/rope_pulley.json index 3cec3ac939..5de89a3220 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/rope_pulley.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/rope_pulley.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "B", - "C", - "I" - ], "key": { "B": { "item": "create:andesite_casing" @@ -16,6 +11,11 @@ "tag": "forge:plates/iron" } }, + "pattern": [ + "B", + "C", + "I" + ], "result": { "item": "create:rope_pulley" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/rotation_speed_controller.json b/src/generated/resources/data/create/recipes/crafting/kinetics/rotation_speed_controller.json index ce76bbbadf..a69a8d83f4 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/rotation_speed_controller.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/rotation_speed_controller.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "B", - "C" - ], "key": { "B": { "item": "create:precision_mechanism" @@ -12,6 +8,10 @@ "item": "create:brass_casing" } }, + "pattern": [ + "B", + "C" + ], "result": { "item": "create:rotation_speed_controller" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/schedule.json b/src/generated/resources/data/create/recipes/crafting/kinetics/schedule.json index 4d7be9767e..28c85a4f63 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/schedule.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/schedule.json @@ -9,7 +9,7 @@ } ], "result": { - "item": "create:schedule", - "count": 4 + "count": 4, + "item": "create:schedule" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/shaft.json b/src/generated/resources/data/create/recipes/crafting/kinetics/shaft.json index 5f15d3c0b6..44c19e5d73 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/shaft.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/shaft.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "A", - "A" - ], "key": { "A": { "item": "create:andesite_alloy" } }, + "pattern": [ + "A", + "A" + ], "result": { - "item": "create:shaft", - "count": 8 + "count": 8, + "item": "create:shaft" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/smart_chute.json b/src/generated/resources/data/create/recipes/crafting/kinetics/smart_chute.json index 8ce8d11795..be87b0104d 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/smart_chute.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/smart_chute.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "I", - "S", - "P" - ], "key": { + "I": { + "tag": "forge:plates/brass" + }, "P": { "item": "create:electron_tube" }, "S": { "item": "create:chute" - }, - "I": { - "tag": "forge:plates/brass" } }, + "pattern": [ + "I", + "S", + "P" + ], "result": { "item": "create:smart_chute" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/smart_fluid_pipe.json b/src/generated/resources/data/create/recipes/crafting/kinetics/smart_fluid_pipe.json index 7dc68a5a7f..d411505d76 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/smart_fluid_pipe.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/smart_fluid_pipe.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "I", - "S", - "P" - ], "key": { + "I": { + "tag": "forge:plates/brass" + }, "P": { "item": "create:electron_tube" }, "S": { "item": "create:fluid_pipe" - }, - "I": { - "tag": "forge:plates/brass" } }, + "pattern": [ + "I", + "S", + "P" + ], "result": { "item": "create:smart_fluid_pipe" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/speedometer.json b/src/generated/resources/data/create/recipes/crafting/kinetics/speedometer.json index dd6f381d15..824d1ec886 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/speedometer.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/speedometer.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_casing" + }, + "C": { + "item": "minecraft:compass" + } + }, "pattern": [ "C", "A" ], - "key": { - "C": { - "item": "minecraft:compass" - }, - "A": { - "item": "create:andesite_casing" - } - }, "result": { "item": "create:speedometer" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/spout.json b/src/generated/resources/data/create/recipes/crafting/kinetics/spout.json index 29556b4d80..eff470fceb 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/spout.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/spout.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", + "key": { + "P": { + "item": "minecraft:dried_kelp" + }, + "T": { + "item": "create:copper_casing" + } + }, "pattern": [ "T", "P" ], - "key": { - "T": { - "item": "create:copper_casing" - }, - "P": { - "item": "minecraft:dried_kelp" - } - }, "result": { "item": "create:spout" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/steam_engine.json b/src/generated/resources/data/create/recipes/crafting/kinetics/steam_engine.json index 2d6c86fe3f..56bdf70d48 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/steam_engine.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/steam_engine.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "C": { + "item": "minecraft:copper_block" + }, + "P": { + "tag": "forge:plates/gold" + } + }, "pattern": [ "P", "A", "C" ], - "key": { - "P": { - "tag": "forge:plates/gold" - }, - "C": { - "item": "minecraft:copper_block" - }, - "A": { - "item": "create:andesite_alloy" - } - }, "result": { "item": "create:steam_engine" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/steam_whistle.json b/src/generated/resources/data/create/recipes/crafting/kinetics/steam_whistle.json index f237d8889d..820d4cce6a 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/steam_whistle.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/steam_whistle.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "minecraft:copper_ingot" + }, + "P": { + "tag": "forge:plates/gold" + } + }, "pattern": [ "P", "C" ], - "key": { - "P": { - "tag": "forge:plates/gold" - }, - "C": { - "item": "minecraft:copper_ingot" - } - }, "result": { "item": "create:steam_whistle" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/sticker.json b/src/generated/resources/data/create/recipes/crafting/kinetics/sticker.json index 71db9df8a3..887e22b146 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/sticker.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/sticker.json @@ -1,16 +1,12 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "ISI", - "CRC" - ], "key": { - "I": { - "item": "create:andesite_alloy" - }, "C": { "tag": "forge:cobblestone" }, + "I": { + "item": "create:andesite_alloy" + }, "R": { "tag": "forge:dusts/redstone" }, @@ -18,6 +14,10 @@ "tag": "forge:slimeballs" } }, + "pattern": [ + "ISI", + "CRC" + ], "result": { "item": "create:sticker" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/sticky_mechanical_piston.json b/src/generated/resources/data/create/recipes/crafting/kinetics/sticky_mechanical_piston.json index 5074ba11a5..c28431853b 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/sticky_mechanical_piston.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/sticky_mechanical_piston.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", + "key": { + "P": { + "item": "create:mechanical_piston" + }, + "S": { + "tag": "forge:slimeballs" + } + }, "pattern": [ "S", "P" ], - "key": { - "S": { - "tag": "forge:slimeballs" - }, - "P": { - "item": "create:mechanical_piston" - } - }, "result": { "item": "create:sticky_mechanical_piston" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/super_glue.json b/src/generated/resources/data/create/recipes/crafting/kinetics/super_glue.json index 3c2ff87aea..7f3d0ba2cc 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/super_glue.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/super_glue.json @@ -1,20 +1,20 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "AS", - "NA" - ], "key": { "A": { "tag": "forge:slimeballs" }, - "S": { - "tag": "forge:plates/iron" - }, "N": { "tag": "forge:nuggets/iron" + }, + "S": { + "tag": "forge:plates/iron" } }, + "pattern": [ + "AS", + "NA" + ], "result": { "item": "create:super_glue" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/track_observer.json b/src/generated/resources/data/create/recipes/crafting/kinetics/track_observer.json index 4f3e90611c..c37f6748f1 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/track_observer.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/track_observer.json @@ -9,7 +9,7 @@ } ], "result": { - "item": "create:track_observer", - "count": 2 + "count": 2, + "item": "create:track_observer" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/track_observer_from_other_plates.json b/src/generated/resources/data/create/recipes/crafting/kinetics/track_observer_from_other_plates.json index c3c32d2450..e36166e42e 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/track_observer_from_other_plates.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/track_observer_from_other_plates.json @@ -20,7 +20,7 @@ ] ], "result": { - "item": "create:track_observer", - "count": 2 + "count": 2, + "item": "create:track_observer" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/track_signal.json b/src/generated/resources/data/create/recipes/crafting/kinetics/track_signal.json index ae1e41867d..c3be0f0a98 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/track_signal.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/track_signal.json @@ -9,7 +9,7 @@ } ], "result": { - "item": "create:track_signal", - "count": 4 + "count": 4, + "item": "create:track_signal" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/track_station.json b/src/generated/resources/data/create/recipes/crafting/kinetics/track_station.json index aef6342261..8dcc4f8cb1 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/track_station.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/track_station.json @@ -9,7 +9,7 @@ } ], "result": { - "item": "create:track_station", - "count": 2 + "count": 2, + "item": "create:track_station" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/turntable.json b/src/generated/resources/data/create/recipes/crafting/kinetics/turntable.json index 2d5421c9e5..9381f75dc3 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/turntable.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/turntable.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", + "key": { + "P": { + "tag": "minecraft:wooden_slabs" + }, + "S": { + "item": "create:shaft" + } + }, "pattern": [ "P", "S" ], - "key": { - "S": { - "item": "create:shaft" - }, - "P": { - "tag": "minecraft:wooden_slabs" - } - }, "result": { "item": "create:turntable" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/water_wheel.json b/src/generated/resources/data/create/recipes/crafting/kinetics/water_wheel.json index 9fa6560ee7..8ef522e0ce 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/water_wheel.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/water_wheel.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:large_cogwheel" + }, + "S": { + "tag": "minecraft:wooden_slabs" + } + }, "pattern": [ "SSS", "SCS", "SSS" ], - "key": { - "S": { - "tag": "minecraft:wooden_slabs" - }, - "C": { - "item": "create:large_cogwheel" - } - }, "result": { "item": "create:water_wheel" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/weighted_ejector.json b/src/generated/resources/data/create/recipes/crafting/kinetics/weighted_ejector.json index 45f15793dd..75d3668ecb 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/weighted_ejector.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/weighted_ejector.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "A", - "D", - "I" - ], "key": { "A": { "tag": "forge:plates/gold" @@ -16,6 +11,11 @@ "item": "create:cogwheel" } }, + "pattern": [ + "A", + "D", + "I" + ], "result": { "item": "create:weighted_ejector" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/whisk.json b/src/generated/resources/data/create/recipes/crafting/kinetics/whisk.json index 403a90b735..3e0e444f26 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/whisk.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/whisk.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:andesite_alloy" + }, + "S": { + "tag": "forge:plates/iron" + } + }, "pattern": [ " C ", "SCS", "SSS" ], - "key": { - "S": { - "tag": "forge:plates/iron" - }, - "C": { - "item": "create:andesite_alloy" - } - }, "result": { "item": "create:whisk" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/white_sail.json b/src/generated/resources/data/create/recipes/crafting/kinetics/white_sail.json index 75ca63c734..e1a0bb00c6 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/white_sail.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/white_sail.json @@ -1,22 +1,22 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "WS", - "SA" - ], "key": { - "W": { - "tag": "minecraft:wool" + "A": { + "item": "create:andesite_alloy" }, "S": { "tag": "forge:rods/wooden" }, - "A": { - "item": "create:andesite_alloy" + "W": { + "tag": "minecraft:wool" } }, + "pattern": [ + "WS", + "SA" + ], "result": { - "item": "create:white_sail", - "count": 2 + "count": 2, + "item": "create:white_sail" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/windmill_bearing.json b/src/generated/resources/data/create/recipes/crafting/kinetics/windmill_bearing.json index 94da12a802..03e5974499 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/windmill_bearing.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/windmill_bearing.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "B", - "C", - "I" - ], "key": { "B": { "tag": "minecraft:wooden_slabs" @@ -16,6 +11,11 @@ "item": "create:shaft" } }, + "pattern": [ + "B", + "C", + "I" + ], "result": { "item": "create:windmill_bearing" } diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/wooden_bracket.json b/src/generated/resources/data/create/recipes/crafting/kinetics/wooden_bracket.json index 084479ea90..11b7bbe6f6 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/wooden_bracket.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/wooden_bracket.json @@ -1,22 +1,22 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "SSS", - "PCP" - ], "key": { - "S": { - "tag": "forge:rods/wooden" + "C": { + "item": "create:andesite_alloy" }, "P": { "tag": "minecraft:planks" }, - "C": { - "item": "create:andesite_alloy" + "S": { + "tag": "forge:rods/wooden" } }, + "pattern": [ + "SSS", + "PCP" + ], "result": { - "item": "create:wooden_bracket", - "count": 4 + "count": 4, + "item": "create:wooden_bracket" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/wrench.json b/src/generated/resources/data/create/recipes/crafting/kinetics/wrench.json index 78651b1668..50ee153a73 100644 --- a/src/generated/resources/data/create/recipes/crafting/kinetics/wrench.json +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/wrench.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "GG", - "GP", - " S" - ], "key": { "G": { "tag": "forge:plates/gold" @@ -16,6 +11,11 @@ "tag": "forge:rods/wooden" } }, + "pattern": [ + "GG", + "GP", + " S" + ], "result": { "item": "create:wrench" } diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/andesite_funnel.json b/src/generated/resources/data/create/recipes/crafting/logistics/andesite_funnel.json index 129254ca8d..9bdefd4279 100644 --- a/src/generated/resources/data/create/recipes/crafting/logistics/andesite_funnel.json +++ b/src/generated/resources/data/create/recipes/crafting/logistics/andesite_funnel.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "A", - "K" - ], "key": { "A": { "item": "create:andesite_alloy" @@ -12,8 +8,12 @@ "item": "minecraft:dried_kelp" } }, + "pattern": [ + "A", + "K" + ], "result": { - "item": "create:andesite_funnel", - "count": 2 + "count": 2, + "item": "create:andesite_funnel" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/andesite_tunnel.json b/src/generated/resources/data/create/recipes/crafting/logistics/andesite_tunnel.json index 74fd0bd695..d1fd44467e 100644 --- a/src/generated/resources/data/create/recipes/crafting/logistics/andesite_tunnel.json +++ b/src/generated/resources/data/create/recipes/crafting/logistics/andesite_tunnel.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "AA", - "KK" - ], "key": { "A": { "item": "create:andesite_alloy" @@ -12,8 +8,12 @@ "item": "minecraft:dried_kelp" } }, + "pattern": [ + "AA", + "KK" + ], "result": { - "item": "create:andesite_tunnel", - "count": 2 + "count": 2, + "item": "create:andesite_tunnel" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/brass_funnel.json b/src/generated/resources/data/create/recipes/crafting/logistics/brass_funnel.json index da5a57b6ad..7b25f37257 100644 --- a/src/generated/resources/data/create/recipes/crafting/logistics/brass_funnel.json +++ b/src/generated/resources/data/create/recipes/crafting/logistics/brass_funnel.json @@ -1,23 +1,23 @@ { "type": "minecraft:crafting_shaped", + "key": { + "A": { + "tag": "forge:ingots/brass" + }, + "E": { + "item": "create:electron_tube" + }, + "K": { + "item": "minecraft:dried_kelp" + } + }, "pattern": [ "E", "A", "K" ], - "key": { - "A": { - "tag": "forge:ingots/brass" - }, - "K": { - "item": "minecraft:dried_kelp" - }, - "E": { - "item": "create:electron_tube" - } - }, "result": { - "item": "create:brass_funnel", - "count": 2 + "count": 2, + "item": "create:brass_funnel" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/brass_tunnel.json b/src/generated/resources/data/create/recipes/crafting/logistics/brass_tunnel.json index 8212d34aec..ca7c809609 100644 --- a/src/generated/resources/data/create/recipes/crafting/logistics/brass_tunnel.json +++ b/src/generated/resources/data/create/recipes/crafting/logistics/brass_tunnel.json @@ -1,23 +1,23 @@ { "type": "minecraft:crafting_shaped", + "key": { + "A": { + "tag": "forge:ingots/brass" + }, + "E": { + "item": "create:electron_tube" + }, + "K": { + "item": "minecraft:dried_kelp" + } + }, "pattern": [ "E ", "AA", "KK" ], - "key": { - "A": { - "tag": "forge:ingots/brass" - }, - "K": { - "item": "minecraft:dried_kelp" - }, - "E": { - "item": "create:electron_tube" - } - }, "result": { - "item": "create:brass_tunnel", - "count": 2 + "count": 2, + "item": "create:brass_tunnel" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/content_observer.json b/src/generated/resources/data/create/recipes/crafting/logistics/content_observer.json index 6e21a750f9..5c06bb1ee6 100644 --- a/src/generated/resources/data/create/recipes/crafting/logistics/content_observer.json +++ b/src/generated/resources/data/create/recipes/crafting/logistics/content_observer.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", + "key": { + "B": { + "item": "create:brass_casing" + }, + "I": { + "item": "minecraft:comparator" + }, + "R": { + "item": "create:electron_tube" + } + }, "pattern": [ "I", "B", "R" ], - "key": { - "B": { - "item": "create:brass_casing" - }, - "R": { - "item": "create:electron_tube" - }, - "I": { - "item": "minecraft:comparator" - } - }, "result": { "item": "create:content_observer" } diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/display_link.json b/src/generated/resources/data/create/recipes/crafting/logistics/display_link.json index f59887bfa5..732f777c54 100644 --- a/src/generated/resources/data/create/recipes/crafting/logistics/display_link.json +++ b/src/generated/resources/data/create/recipes/crafting/logistics/display_link.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "C", - "S", - "A" - ], "key": { - "C": { - "item": "minecraft:redstone_torch" - }, "A": { "tag": "forge:plates/copper" }, + "C": { + "item": "minecraft:redstone_torch" + }, "S": { "item": "create:brass_casing" } }, + "pattern": [ + "C", + "S", + "A" + ], "result": { "item": "create:display_link" } diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/powered_latch.json b/src/generated/resources/data/create/recipes/crafting/logistics/powered_latch.json index 047423da5e..b20572d7f6 100644 --- a/src/generated/resources/data/create/recipes/crafting/logistics/powered_latch.json +++ b/src/generated/resources/data/create/recipes/crafting/logistics/powered_latch.json @@ -1,14 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " T ", - "RCR", - "SSS" - ], "key": { - "T": { - "item": "minecraft:redstone_torch" - }, "C": { "item": "minecraft:lever" }, @@ -17,8 +9,16 @@ }, "S": { "tag": "forge:stone" + }, + "T": { + "item": "minecraft:redstone_torch" } }, + "pattern": [ + " T ", + "RCR", + "SSS" + ], "result": { "item": "create:powered_latch" } diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/powered_toggle_latch.json b/src/generated/resources/data/create/recipes/crafting/logistics/powered_toggle_latch.json index 749e22fce9..0e13decb43 100644 --- a/src/generated/resources/data/create/recipes/crafting/logistics/powered_toggle_latch.json +++ b/src/generated/resources/data/create/recipes/crafting/logistics/powered_toggle_latch.json @@ -1,21 +1,21 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " T ", - " C ", - "SSS" - ], "key": { - "T": { - "item": "minecraft:redstone_torch" - }, "C": { "item": "minecraft:lever" }, "S": { "tag": "forge:stone" + }, + "T": { + "item": "minecraft:redstone_torch" } }, + "pattern": [ + " T ", + " C ", + "SSS" + ], "result": { "item": "create:powered_toggle_latch" } diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/pulse_extender.json b/src/generated/resources/data/create/recipes/crafting/logistics/pulse_extender.json index eb8ab8315e..00e0736bc0 100644 --- a/src/generated/resources/data/create/recipes/crafting/logistics/pulse_extender.json +++ b/src/generated/resources/data/create/recipes/crafting/logistics/pulse_extender.json @@ -1,14 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " T", - "RCT", - "SSS" - ], "key": { - "T": { - "item": "minecraft:redstone_torch" - }, "C": { "tag": "forge:plates/brass" }, @@ -17,8 +9,16 @@ }, "S": { "tag": "forge:stone" + }, + "T": { + "item": "minecraft:redstone_torch" } }, + "pattern": [ + " T", + "RCT", + "SSS" + ], "result": { "item": "create:pulse_extender" } diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/pulse_repeater.json b/src/generated/resources/data/create/recipes/crafting/logistics/pulse_repeater.json index f1891dfdb5..b131f3620d 100644 --- a/src/generated/resources/data/create/recipes/crafting/logistics/pulse_repeater.json +++ b/src/generated/resources/data/create/recipes/crafting/logistics/pulse_repeater.json @@ -1,13 +1,6 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "RCT", - "SSS" - ], "key": { - "T": { - "item": "minecraft:redstone_torch" - }, "C": { "tag": "forge:plates/brass" }, @@ -16,8 +9,15 @@ }, "S": { "tag": "forge:stone" + }, + "T": { + "item": "minecraft:redstone_torch" } }, + "pattern": [ + "RCT", + "SSS" + ], "result": { "item": "create:pulse_repeater" } diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/redstone_contact.json b/src/generated/resources/data/create/recipes/crafting/logistics/redstone_contact.json index d8530defc9..72e4848df5 100644 --- a/src/generated/resources/data/create/recipes/crafting/logistics/redstone_contact.json +++ b/src/generated/resources/data/create/recipes/crafting/logistics/redstone_contact.json @@ -1,23 +1,23 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " S ", - "CWC", - "CCC" - ], "key": { - "W": { - "tag": "forge:dusts/redstone" - }, "C": { "item": "minecraft:cobblestone" }, "S": { "tag": "forge:plates/iron" + }, + "W": { + "tag": "forge:dusts/redstone" } }, + "pattern": [ + " S ", + "CWC", + "CCC" + ], "result": { - "item": "create:redstone_contact", - "count": 2 + "count": 2, + "item": "create:redstone_contact" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/redstone_link.json b/src/generated/resources/data/create/recipes/crafting/logistics/redstone_link.json index e962820e4b..02a41b4213 100644 --- a/src/generated/resources/data/create/recipes/crafting/logistics/redstone_link.json +++ b/src/generated/resources/data/create/recipes/crafting/logistics/redstone_link.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "C", - "S" - ], "key": { "C": { "item": "minecraft:redstone_torch" @@ -12,8 +8,12 @@ "item": "create:brass_casing" } }, + "pattern": [ + "C", + "S" + ], "result": { - "item": "create:redstone_link", - "count": 2 + "count": 2, + "item": "create:redstone_link" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy.json b/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy.json index 5997b21312..18797e8d8c 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "BA", - "AB" - ], "key": { "A": { "item": "minecraft:andesite" @@ -12,6 +8,10 @@ "tag": "forge:nuggets/iron" } }, + "pattern": [ + "BA", + "AB" + ], "result": { "item": "create:andesite_alloy" } diff --git a/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy_from_zinc.json b/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy_from_zinc.json index 9634c659b9..92376a5013 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy_from_zinc.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy_from_zinc.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "BA", - "AB" - ], "key": { "A": { "item": "minecraft:andesite" @@ -12,6 +8,10 @@ "tag": "forge:nuggets/zinc" } }, + "pattern": [ + "BA", + "AB" + ], "result": { "item": "create:andesite_alloy" } diff --git a/src/generated/resources/data/create/recipes/crafting/materials/brass_block_from_compacting.json b/src/generated/resources/data/create/recipes/crafting/materials/brass_block_from_compacting.json index 2a8c26fd0f..45343a8591 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/brass_block_from_compacting.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/brass_block_from_compacting.json @@ -1,15 +1,15 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], "key": { "#": { "tag": "forge:ingots/brass" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "create:brass_block" } diff --git a/src/generated/resources/data/create/recipes/crafting/materials/brass_ingot_from_compacting.json b/src/generated/resources/data/create/recipes/crafting/materials/brass_ingot_from_compacting.json index 7b44e107fc..15ebfbc9a1 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/brass_ingot_from_compacting.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/brass_ingot_from_compacting.json @@ -1,15 +1,15 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], "key": { "#": { "tag": "forge:nuggets/brass" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "create:brass_ingot" } diff --git a/src/generated/resources/data/create/recipes/crafting/materials/brass_ingot_from_decompacting.json b/src/generated/resources/data/create/recipes/crafting/materials/brass_ingot_from_decompacting.json index eef2ba7cd6..3affb4ddf2 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/brass_ingot_from_decompacting.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/brass_ingot_from_decompacting.json @@ -6,7 +6,7 @@ } ], "result": { - "item": "create:brass_ingot", - "count": 9 + "count": 9, + "item": "create:brass_ingot" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/brass_nugget_from_decompacting.json b/src/generated/resources/data/create/recipes/crafting/materials/brass_nugget_from_decompacting.json index 861ea02917..4c29fbe565 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/brass_nugget_from_decompacting.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/brass_nugget_from_decompacting.json @@ -6,7 +6,7 @@ } ], "result": { - "item": "create:brass_nugget", - "count": 9 + "count": 9, + "item": "create:brass_nugget" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/copper_ingot.json b/src/generated/resources/data/create/recipes/crafting/materials/copper_ingot.json index 8231b1e660..544a25b1b9 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/copper_ingot.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/copper_ingot.json @@ -1,15 +1,15 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "CCC", - "CCC", - "CCC" - ], "key": { "C": { "tag": "forge:nuggets/copper" } }, + "pattern": [ + "CCC", + "CCC", + "CCC" + ], "result": { "item": "minecraft:copper_ingot" } diff --git a/src/generated/resources/data/create/recipes/crafting/materials/copper_nugget.json b/src/generated/resources/data/create/recipes/crafting/materials/copper_nugget.json index e97ffa7ff4..f30483e28e 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/copper_nugget.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/copper_nugget.json @@ -6,7 +6,7 @@ } ], "result": { - "item": "create:copper_nugget", - "count": 9 + "count": 9, + "item": "create:copper_nugget" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/electron_tube.json b/src/generated/resources/data/create/recipes/crafting/materials/electron_tube.json index abe43d00b7..d58a11edc5 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/electron_tube.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/electron_tube.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "L", - "N" - ], "key": { "L": { "item": "create:polished_rose_quartz" @@ -12,6 +8,10 @@ "tag": "forge:plates/iron" } }, + "pattern": [ + "L", + "N" + ], "result": { "item": "create:electron_tube" } diff --git a/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc.json b/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc.json index 844b5defb7..3edc8f3975 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc.json @@ -6,7 +6,7 @@ } ], "result": { - "item": "create:raw_zinc", - "count": 9 + "count": 9, + "item": "create:raw_zinc" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc_block.json b/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc_block.json index b8e84845c7..7d622eec89 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc_block.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc_block.json @@ -1,15 +1,15 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "CCC", - "CCC", - "CCC" - ], "key": { "C": { "item": "create:raw_zinc" } }, + "pattern": [ + "CCC", + "CCC", + "CCC" + ], "result": { "item": "create:raw_zinc_block" } diff --git a/src/generated/resources/data/create/recipes/crafting/materials/zinc_block_from_compacting.json b/src/generated/resources/data/create/recipes/crafting/materials/zinc_block_from_compacting.json index b7ed61522c..e6b4d718e0 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/zinc_block_from_compacting.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/zinc_block_from_compacting.json @@ -1,15 +1,15 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], "key": { "#": { "tag": "forge:ingots/zinc" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "create:zinc_block" } diff --git a/src/generated/resources/data/create/recipes/crafting/materials/zinc_ingot_from_compacting.json b/src/generated/resources/data/create/recipes/crafting/materials/zinc_ingot_from_compacting.json index e627295097..5104998f2d 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/zinc_ingot_from_compacting.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/zinc_ingot_from_compacting.json @@ -1,15 +1,15 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###", - "###" - ], "key": { "#": { "tag": "forge:nuggets/zinc" } }, + "pattern": [ + "###", + "###", + "###" + ], "result": { "item": "create:zinc_ingot" } diff --git a/src/generated/resources/data/create/recipes/crafting/materials/zinc_ingot_from_decompacting.json b/src/generated/resources/data/create/recipes/crafting/materials/zinc_ingot_from_decompacting.json index b609b88018..f38d5ace18 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/zinc_ingot_from_decompacting.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/zinc_ingot_from_decompacting.json @@ -6,7 +6,7 @@ } ], "result": { - "item": "create:zinc_ingot", - "count": 9 + "count": 9, + "item": "create:zinc_ingot" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/zinc_nugget_from_decompacting.json b/src/generated/resources/data/create/recipes/crafting/materials/zinc_nugget_from_decompacting.json index 89feb4d05c..b7686e9769 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/zinc_nugget_from_decompacting.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/zinc_nugget_from_decompacting.json @@ -6,7 +6,7 @@ } ], "result": { - "item": "create:zinc_nugget", - "count": 9 + "count": 9, + "item": "create:zinc_nugget" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/palettes/scorchia.json b/src/generated/resources/data/create/recipes/crafting/palettes/scorchia.json index 21e532e2e0..53bd84275c 100644 --- a/src/generated/resources/data/create/recipes/crafting/palettes/scorchia.json +++ b/src/generated/resources/data/create/recipes/crafting/palettes/scorchia.json @@ -1,10 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "#D#", - "###" - ], "key": { "#": { "item": "create:scoria" @@ -13,8 +8,13 @@ "tag": "forge:dyes/black" } }, + "pattern": [ + "###", + "#D#", + "###" + ], "result": { - "item": "create:scorchia", - "count": 8 + "count": 8, + "item": "create:scorchia" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/schematics/schematic_table.json b/src/generated/resources/data/create/recipes/crafting/schematics/schematic_table.json index dfe75a1d8e..db950da35e 100644 --- a/src/generated/resources/data/create/recipes/crafting/schematics/schematic_table.json +++ b/src/generated/resources/data/create/recipes/crafting/schematics/schematic_table.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", + "key": { + "S": { + "item": "minecraft:smooth_stone" + }, + "W": { + "tag": "minecraft:wooden_slabs" + } + }, "pattern": [ "WWW", " S ", " S " ], - "key": { - "W": { - "tag": "minecraft:wooden_slabs" - }, - "S": { - "item": "minecraft:smooth_stone" - } - }, "result": { "item": "create:schematic_table" } diff --git a/src/generated/resources/data/create/recipes/crafting/schematics/schematicannon.json b/src/generated/resources/data/create/recipes/crafting/schematics/schematicannon.json index 3b4f0722f5..78b947b87f 100644 --- a/src/generated/resources/data/create/recipes/crafting/schematics/schematicannon.json +++ b/src/generated/resources/data/create/recipes/crafting/schematics/schematicannon.json @@ -1,24 +1,24 @@ { "type": "minecraft:crafting_shaped", + "key": { + "D": { + "item": "minecraft:dispenser" + }, + "I": { + "item": "minecraft:iron_block" + }, + "L": { + "tag": "minecraft:logs" + }, + "S": { + "item": "minecraft:smooth_stone" + } + }, "pattern": [ " I ", "LIL", "SDS" ], - "key": { - "L": { - "tag": "minecraft:logs" - }, - "D": { - "item": "minecraft:dispenser" - }, - "S": { - "item": "minecraft:smooth_stone" - }, - "I": { - "item": "minecraft:iron_block" - } - }, "result": { "item": "create:schematicannon" } diff --git a/src/generated/resources/data/create/recipes/crimsite_pillar_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/crimsite_pillar_from_crimsite_stonecutting.json index e1ed186dd3..dcbd3ea6ba 100644 --- a/src/generated/resources/data/create/recipes/crimsite_pillar_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/crimsite_pillar_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:crimsite" }, - "result": "create:crimsite_pillar", - "count": 1 + "result": "create:crimsite_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crimsite_pillar_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/crimsite_pillar_from_stone_types_crimsite_stonecutting.json index 211b21b2d7..023e9656f4 100644 --- a/src/generated/resources/data/create/recipes/crimsite_pillar_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/crimsite_pillar_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:crimsite_pillar", - "count": 1 + "result": "create:crimsite_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crimson_window.json b/src/generated/resources/data/create/recipes/crimson_window.json index 080ba00af0..89aea8a6f7 100644 --- a/src/generated/resources/data/create/recipes/crimson_window.json +++ b/src/generated/resources/data/create/recipes/crimson_window.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#X#" - ], "key": { "#": { "item": "minecraft:crimson_planks" @@ -12,8 +8,12 @@ "tag": "forge:glass/colorless" } }, + "pattern": [ + " # ", + "#X#" + ], "result": { - "item": "create:crimson_window", - "count": 2 + "count": 2, + "item": "create:crimson_window" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crimson_window_pane.json b/src/generated/resources/data/create/recipes/crimson_window_pane.json index 9bfbb23acb..9606e42fcb 100644 --- a/src/generated/resources/data/create/recipes/crimson_window_pane.json +++ b/src/generated/resources/data/create/recipes/crimson_window_pane.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], "key": { "#": { "item": "create:crimson_window" } }, + "pattern": [ + "###", + "###" + ], "result": { - "item": "create:crimson_window_pane", - "count": 16 + "count": 16, + "item": "create:crimson_window_pane" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/aluminum_ore.json b/src/generated/resources/data/create/recipes/crushing/aluminum_ore.json index 7b02ab2453..813f3744a1 100644 --- a/src/generated/resources/data/create/recipes/crushing/aluminum_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/aluminum_ore.json @@ -1,31 +1,31 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/aluminum" + } + } + ], "ingredients": [ { "tag": "forge:ores/aluminum" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_aluminum_ore" }, { - "item": "create:crushed_aluminum_ore", - "chance": 0.75 + "chance": 0.75, + "item": "create:crushed_aluminum_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:ores/aluminum", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/amethyst_block.json b/src/generated/resources/data/create/recipes/crushing/amethyst_block.json index 3e6e27a7ea..bb5793e967 100644 --- a/src/generated/resources/data/create/recipes/crushing/amethyst_block.json +++ b/src/generated/resources/data/create/recipes/crushing/amethyst_block.json @@ -5,15 +5,15 @@ "item": "minecraft:amethyst_block" } ], + "processingTime": 150, "results": [ { - "item": "minecraft:amethyst_shard", - "count": 3 + "count": 3, + "item": "minecraft:amethyst_shard" }, { - "item": "minecraft:amethyst_shard", - "chance": 0.5 + "chance": 0.5, + "item": "minecraft:amethyst_shard" } - ], - "processingTime": 150 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/amethyst_cluster.json b/src/generated/resources/data/create/recipes/crushing/amethyst_cluster.json index 40bdb02be7..87e80efbe3 100644 --- a/src/generated/resources/data/create/recipes/crushing/amethyst_cluster.json +++ b/src/generated/resources/data/create/recipes/crushing/amethyst_cluster.json @@ -5,15 +5,15 @@ "item": "minecraft:amethyst_cluster" } ], + "processingTime": 150, "results": [ { - "item": "minecraft:amethyst_shard", - "count": 7 + "count": 7, + "item": "minecraft:amethyst_shard" }, { - "item": "minecraft:amethyst_shard", - "chance": 0.5 + "chance": 0.5, + "item": "minecraft:amethyst_shard" } - ], - "processingTime": 150 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/asurine.json b/src/generated/resources/data/create/recipes/crushing/asurine.json index de7e6204e8..c25ab2297d 100644 --- a/src/generated/resources/data/create/recipes/crushing/asurine.json +++ b/src/generated/resources/data/create/recipes/crushing/asurine.json @@ -5,15 +5,15 @@ "item": "create:asurine" } ], + "processingTime": 250, "results": [ { - "item": "create:crushed_zinc_ore", - "chance": 0.3 + "chance": 0.3, + "item": "create:crushed_zinc_ore" }, { - "item": "create:zinc_nugget", - "chance": 0.3 + "chance": 0.3, + "item": "create:zinc_nugget" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/asurine_recycling.json b/src/generated/resources/data/create/recipes/crushing/asurine_recycling.json index a80f3d65f6..588f84c71a 100644 --- a/src/generated/resources/data/create/recipes/crushing/asurine_recycling.json +++ b/src/generated/resources/data/create/recipes/crushing/asurine_recycling.json @@ -5,15 +5,15 @@ "tag": "create:stone_types/asurine" } ], + "processingTime": 250, "results": [ { - "item": "create:crushed_zinc_ore", - "chance": 0.3 + "chance": 0.3, + "item": "create:crushed_zinc_ore" }, { - "item": "create:zinc_nugget", - "chance": 0.3 + "chance": 0.3, + "item": "create:zinc_nugget" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/blaze_rod.json b/src/generated/resources/data/create/recipes/crushing/blaze_rod.json index c87434bd63..4fe5f06121 100644 --- a/src/generated/resources/data/create/recipes/crushing/blaze_rod.json +++ b/src/generated/resources/data/create/recipes/crushing/blaze_rod.json @@ -5,16 +5,16 @@ "item": "minecraft:blaze_rod" } ], + "processingTime": 100, "results": [ { - "item": "minecraft:blaze_powder", - "count": 3 + "count": 3, + "item": "minecraft:blaze_powder" }, { - "item": "minecraft:blaze_powder", + "chance": 0.25, "count": 3, - "chance": 0.25 + "item": "minecraft:blaze_powder" } - ], - "processingTime": 100 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/coal_ore.json b/src/generated/resources/data/create/recipes/crushing/coal_ore.json index 87b7736081..51d3bf57f3 100644 --- a/src/generated/resources/data/create/recipes/crushing/coal_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/coal_ore.json @@ -5,22 +5,22 @@ "item": "minecraft:coal_ore" } ], + "processingTime": 150, "results": [ { "item": "minecraft:coal" }, { - "item": "minecraft:coal", - "chance": 0.75 + "chance": 0.75, + "item": "minecraft:coal" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobblestone", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobblestone" } - ], - "processingTime": 150 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/copper_ore.json b/src/generated/resources/data/create/recipes/crushing/copper_ore.json index a7b4f903f8..9e06a17ebd 100644 --- a/src/generated/resources/data/create/recipes/crushing/copper_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/copper_ore.json @@ -5,23 +5,23 @@ "item": "minecraft:copper_ore" } ], + "processingTime": 250, "results": [ { - "item": "create:crushed_copper_ore", - "count": 5 + "count": 5, + "item": "create:crushed_copper_ore" }, { - "item": "create:crushed_copper_ore", - "chance": 0.25 + "chance": 0.25, + "item": "create:crushed_copper_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobblestone", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobblestone" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/crimsite.json b/src/generated/resources/data/create/recipes/crushing/crimsite.json index 6634023932..63d5a0a2da 100644 --- a/src/generated/resources/data/create/recipes/crushing/crimsite.json +++ b/src/generated/resources/data/create/recipes/crushing/crimsite.json @@ -5,15 +5,15 @@ "item": "create:crimsite" } ], + "processingTime": 250, "results": [ { - "item": "create:crushed_iron_ore", - "chance": 0.4 + "chance": 0.4, + "item": "create:crushed_iron_ore" }, { - "item": "minecraft:iron_nugget", - "chance": 0.4 + "chance": 0.4, + "item": "minecraft:iron_nugget" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/crimsite_recycling.json b/src/generated/resources/data/create/recipes/crushing/crimsite_recycling.json index d479e6a033..6d61990bd9 100644 --- a/src/generated/resources/data/create/recipes/crushing/crimsite_recycling.json +++ b/src/generated/resources/data/create/recipes/crushing/crimsite_recycling.json @@ -5,15 +5,15 @@ "tag": "create:stone_types/crimsite" } ], + "processingTime": 250, "results": [ { - "item": "create:crushed_iron_ore", - "chance": 0.4 + "chance": 0.4, + "item": "create:crushed_iron_ore" }, { - "item": "minecraft:iron_nugget", - "chance": 0.4 + "chance": 0.4, + "item": "minecraft:iron_nugget" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_coal_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_coal_ore.json index 1a7b72c05b..79ccd97475 100644 --- a/src/generated/resources/data/create/recipes/crushing/deepslate_coal_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_coal_ore.json @@ -5,22 +5,22 @@ "item": "minecraft:deepslate_coal_ore" } ], + "processingTime": 250, "results": [ { "item": "minecraft:coal" }, { - "item": "minecraft:coal", - "chance": 0.75 + "chance": 0.75, + "item": "minecraft:coal" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobbled_deepslate", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_copper_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_copper_ore.json index 683025dbff..0b4dbfdb1b 100644 --- a/src/generated/resources/data/create/recipes/crushing/deepslate_copper_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_copper_ore.json @@ -5,23 +5,23 @@ "item": "minecraft:deepslate_copper_ore" } ], + "processingTime": 350, "results": [ { - "item": "create:crushed_copper_ore", - "count": 7 + "count": 7, + "item": "create:crushed_copper_ore" }, { - "item": "create:crushed_copper_ore", - "chance": 0.25 + "chance": 0.25, + "item": "create:crushed_copper_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobbled_deepslate", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" } - ], - "processingTime": 350 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_diamond_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_diamond_ore.json index 56841ebee7..1a197371f2 100644 --- a/src/generated/resources/data/create/recipes/crushing/deepslate_diamond_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_diamond_ore.json @@ -5,23 +5,23 @@ "item": "minecraft:deepslate_diamond_ore" } ], + "processingTime": 450, "results": [ { - "item": "minecraft:diamond", - "count": 2 + "count": 2, + "item": "minecraft:diamond" }, { - "item": "minecraft:diamond", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:diamond" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobbled_deepslate", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" } - ], - "processingTime": 450 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_emerald_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_emerald_ore.json index ead9005b8d..0ee91ed69b 100644 --- a/src/generated/resources/data/create/recipes/crushing/deepslate_emerald_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_emerald_ore.json @@ -5,23 +5,23 @@ "item": "minecraft:deepslate_emerald_ore" } ], + "processingTime": 450, "results": [ { - "item": "minecraft:emerald", - "count": 2 + "count": 2, + "item": "minecraft:emerald" }, { - "item": "minecraft:emerald", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:emerald" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobbled_deepslate", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" } - ], - "processingTime": 450 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_gold_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_gold_ore.json index 40b2f1b527..1c213d1a03 100644 --- a/src/generated/resources/data/create/recipes/crushing/deepslate_gold_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_gold_ore.json @@ -5,23 +5,23 @@ "item": "minecraft:deepslate_gold_ore" } ], + "processingTime": 350, "results": [ { - "item": "create:crushed_gold_ore", - "count": 2 + "count": 2, + "item": "create:crushed_gold_ore" }, { - "item": "create:crushed_gold_ore", - "chance": 0.25 + "chance": 0.25, + "item": "create:crushed_gold_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobbled_deepslate", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" } - ], - "processingTime": 350 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_iron_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_iron_ore.json index ed9bbc058a..7dc20a4507 100644 --- a/src/generated/resources/data/create/recipes/crushing/deepslate_iron_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_iron_ore.json @@ -5,23 +5,23 @@ "item": "minecraft:deepslate_iron_ore" } ], + "processingTime": 350, "results": [ { - "item": "create:crushed_iron_ore", - "count": 2 + "count": 2, + "item": "create:crushed_iron_ore" }, { - "item": "create:crushed_iron_ore", - "chance": 0.25 + "chance": 0.25, + "item": "create:crushed_iron_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobbled_deepslate", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" } - ], - "processingTime": 350 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_lapis_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_lapis_ore.json index 74b28710fd..e2cf328ba4 100644 --- a/src/generated/resources/data/create/recipes/crushing/deepslate_lapis_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_lapis_ore.json @@ -5,23 +5,23 @@ "item": "minecraft:deepslate_lapis_ore" } ], + "processingTime": 350, "results": [ { - "item": "minecraft:lapis_lazuli", - "count": 12 + "count": 12, + "item": "minecraft:lapis_lazuli" }, { - "item": "minecraft:lapis_lazuli", - "chance": 0.5 + "chance": 0.5, + "item": "minecraft:lapis_lazuli" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobbled_deepslate", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" } - ], - "processingTime": 350 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_redstone_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_redstone_ore.json index 6bfabb3c54..e4f0d59a86 100644 --- a/src/generated/resources/data/create/recipes/crushing/deepslate_redstone_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_redstone_ore.json @@ -5,23 +5,23 @@ "item": "minecraft:deepslate_redstone_ore" } ], + "processingTime": 350, "results": [ { - "item": "minecraft:redstone", - "count": 7 + "count": 7, + "item": "minecraft:redstone" }, { - "item": "minecraft:redstone", - "chance": 0.5 + "chance": 0.5, + "item": "minecraft:redstone" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobbled_deepslate", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" } - ], - "processingTime": 350 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_zinc_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_zinc_ore.json index cddbf59d78..75673fadc3 100644 --- a/src/generated/resources/data/create/recipes/crushing/deepslate_zinc_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_zinc_ore.json @@ -5,23 +5,23 @@ "item": "create:deepslate_zinc_ore" } ], + "processingTime": 350, "results": [ { - "item": "create:crushed_zinc_ore", - "count": 2 + "count": 2, + "item": "create:crushed_zinc_ore" }, { - "item": "create:crushed_zinc_ore", - "chance": 0.25 + "chance": 0.25, + "item": "create:crushed_zinc_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobbled_deepslate", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" } - ], - "processingTime": 350 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/diamond_horse_armor.json b/src/generated/resources/data/create/recipes/crushing/diamond_horse_armor.json index fe6d74eeac..877fc1dd46 100644 --- a/src/generated/resources/data/create/recipes/crushing/diamond_horse_armor.json +++ b/src/generated/resources/data/create/recipes/crushing/diamond_horse_armor.json @@ -5,25 +5,25 @@ "item": "minecraft:diamond_horse_armor" } ], + "processingTime": 200, "results": [ { "item": "minecraft:diamond" }, { - "item": "minecraft:leather", + "chance": 0.5, "count": 2, - "chance": 0.5 + "item": "minecraft:leather" }, { - "item": "minecraft:diamond", + "chance": 0.1, "count": 3, - "chance": 0.1 + "item": "minecraft:diamond" }, { - "item": "minecraft:string", + "chance": 0.25, "count": 2, - "chance": 0.25 + "item": "minecraft:string" } - ], - "processingTime": 200 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/diamond_ore.json b/src/generated/resources/data/create/recipes/crushing/diamond_ore.json index 88ab1eab4b..5a8cf7cd3b 100644 --- a/src/generated/resources/data/create/recipes/crushing/diamond_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/diamond_ore.json @@ -5,22 +5,22 @@ "item": "minecraft:diamond_ore" } ], + "processingTime": 350, "results": [ { "item": "minecraft:diamond" }, { - "item": "minecraft:diamond", - "chance": 0.75 + "chance": 0.75, + "item": "minecraft:diamond" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobblestone", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobblestone" } - ], - "processingTime": 350 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/diorite.json b/src/generated/resources/data/create/recipes/crushing/diorite.json index d24a98f385..b6aa817a93 100644 --- a/src/generated/resources/data/create/recipes/crushing/diorite.json +++ b/src/generated/resources/data/create/recipes/crushing/diorite.json @@ -5,11 +5,11 @@ "item": "minecraft:diorite" } ], + "processingTime": 350, "results": [ { - "item": "minecraft:quartz", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:quartz" } - ], - "processingTime": 350 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/diorite_recycling.json b/src/generated/resources/data/create/recipes/crushing/diorite_recycling.json index af75d69597..2c91afd959 100644 --- a/src/generated/resources/data/create/recipes/crushing/diorite_recycling.json +++ b/src/generated/resources/data/create/recipes/crushing/diorite_recycling.json @@ -5,11 +5,11 @@ "tag": "create:stone_types/diorite" } ], + "processingTime": 350, "results": [ { - "item": "minecraft:quartz", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:quartz" } - ], - "processingTime": 350 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/emerald_ore.json b/src/generated/resources/data/create/recipes/crushing/emerald_ore.json index 6bc11e23cf..d5b99e79ca 100644 --- a/src/generated/resources/data/create/recipes/crushing/emerald_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/emerald_ore.json @@ -5,22 +5,22 @@ "item": "minecraft:emerald_ore" } ], + "processingTime": 350, "results": [ { "item": "minecraft:emerald" }, { - "item": "minecraft:emerald", - "chance": 0.75 + "chance": 0.75, + "item": "minecraft:emerald" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobblestone", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobblestone" } - ], - "processingTime": 350 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/glowstone.json b/src/generated/resources/data/create/recipes/crushing/glowstone.json index 31f04afbbd..4590198097 100644 --- a/src/generated/resources/data/create/recipes/crushing/glowstone.json +++ b/src/generated/resources/data/create/recipes/crushing/glowstone.json @@ -5,15 +5,15 @@ "item": "minecraft:glowstone" } ], + "processingTime": 150, "results": [ { - "item": "minecraft:glowstone_dust", - "count": 3 + "count": 3, + "item": "minecraft:glowstone_dust" }, { - "item": "minecraft:glowstone_dust", - "chance": 0.5 + "chance": 0.5, + "item": "minecraft:glowstone_dust" } - ], - "processingTime": 150 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/gold_ore.json b/src/generated/resources/data/create/recipes/crushing/gold_ore.json index 1208634d84..b1a02450b1 100644 --- a/src/generated/resources/data/create/recipes/crushing/gold_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/gold_ore.json @@ -5,22 +5,22 @@ "item": "minecraft:gold_ore" } ], + "processingTime": 250, "results": [ { "item": "create:crushed_gold_ore" }, { - "item": "create:crushed_gold_ore", - "chance": 0.75 + "chance": 0.75, + "item": "create:crushed_gold_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobblestone", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobblestone" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/golden_horse_armor.json b/src/generated/resources/data/create/recipes/crushing/golden_horse_armor.json index 7bb9a3b8f0..1f2b8af8c0 100644 --- a/src/generated/resources/data/create/recipes/crushing/golden_horse_armor.json +++ b/src/generated/resources/data/create/recipes/crushing/golden_horse_armor.json @@ -5,31 +5,31 @@ "item": "minecraft:golden_horse_armor" } ], + "processingTime": 200, "results": [ { - "item": "minecraft:gold_ingot", - "count": 2 - }, - { - "item": "minecraft:leather", "count": 2, - "chance": 0.5 + "item": "minecraft:gold_ingot" }, { - "item": "minecraft:gold_ingot", + "chance": 0.5, "count": 2, - "chance": 0.5 + "item": "minecraft:leather" }, { - "item": "minecraft:string", + "chance": 0.5, "count": 2, - "chance": 0.25 + "item": "minecraft:gold_ingot" }, { - "item": "minecraft:gold_nugget", + "chance": 0.25, + "count": 2, + "item": "minecraft:string" + }, + { + "chance": 0.25, "count": 8, - "chance": 0.25 + "item": "minecraft:gold_nugget" } - ], - "processingTime": 200 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/gravel.json b/src/generated/resources/data/create/recipes/crushing/gravel.json index 0050c04550..2fe2124267 100644 --- a/src/generated/resources/data/create/recipes/crushing/gravel.json +++ b/src/generated/resources/data/create/recipes/crushing/gravel.json @@ -5,18 +5,18 @@ "item": "minecraft:gravel" } ], + "processingTime": 250, "results": [ { "item": "minecraft:sand" }, { - "item": "minecraft:flint", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:flint" }, { - "item": "minecraft:clay_ball", - "chance": 0.05 + "chance": 0.05, + "item": "minecraft:clay_ball" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/iron_horse_armor.json b/src/generated/resources/data/create/recipes/crushing/iron_horse_armor.json index 090264ea73..23e257d142 100644 --- a/src/generated/resources/data/create/recipes/crushing/iron_horse_armor.json +++ b/src/generated/resources/data/create/recipes/crushing/iron_horse_armor.json @@ -5,29 +5,29 @@ "item": "minecraft:iron_horse_armor" } ], + "processingTime": 200, "results": [ { - "item": "minecraft:iron_ingot", - "count": 2 - }, - { - "item": "minecraft:leather", - "chance": 0.5 - }, - { - "item": "minecraft:iron_ingot", - "chance": 0.5 - }, - { - "item": "minecraft:string", "count": 2, - "chance": 0.25 + "item": "minecraft:iron_ingot" }, { - "item": "minecraft:iron_nugget", + "chance": 0.5, + "item": "minecraft:leather" + }, + { + "chance": 0.5, + "item": "minecraft:iron_ingot" + }, + { + "chance": 0.25, + "count": 2, + "item": "minecraft:string" + }, + { + "chance": 0.25, "count": 4, - "chance": 0.25 + "item": "minecraft:iron_nugget" } - ], - "processingTime": 200 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/iron_ore.json b/src/generated/resources/data/create/recipes/crushing/iron_ore.json index 658ffe0bf0..25411ca07b 100644 --- a/src/generated/resources/data/create/recipes/crushing/iron_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/iron_ore.json @@ -5,22 +5,22 @@ "item": "minecraft:iron_ore" } ], + "processingTime": 250, "results": [ { "item": "create:crushed_iron_ore" }, { - "item": "create:crushed_iron_ore", - "chance": 0.75 + "chance": 0.75, + "item": "create:crushed_iron_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobblestone", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobblestone" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/lapis_ore.json b/src/generated/resources/data/create/recipes/crushing/lapis_ore.json index f9f8f8e481..e06fefd286 100644 --- a/src/generated/resources/data/create/recipes/crushing/lapis_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/lapis_ore.json @@ -5,23 +5,23 @@ "item": "minecraft:lapis_ore" } ], + "processingTime": 250, "results": [ { - "item": "minecraft:lapis_lazuli", - "count": 10 + "count": 10, + "item": "minecraft:lapis_lazuli" }, { - "item": "minecraft:lapis_lazuli", - "chance": 0.5 + "chance": 0.5, + "item": "minecraft:lapis_lazuli" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobblestone", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobblestone" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/lead_ore.json b/src/generated/resources/data/create/recipes/crushing/lead_ore.json index d9eec31d9b..d431e754a4 100644 --- a/src/generated/resources/data/create/recipes/crushing/lead_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/lead_ore.json @@ -1,31 +1,31 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/lead" + } + } + ], "ingredients": [ { "tag": "forge:ores/lead" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_lead_ore" }, { - "item": "create:crushed_lead_ore", - "chance": 0.75 + "chance": 0.75, + "item": "create:crushed_lead_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:ores/lead", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/leather_horse_armor.json b/src/generated/resources/data/create/recipes/crushing/leather_horse_armor.json index b7ecff4d9f..5a4cb8f0d7 100644 --- a/src/generated/resources/data/create/recipes/crushing/leather_horse_armor.json +++ b/src/generated/resources/data/create/recipes/crushing/leather_horse_armor.json @@ -5,16 +5,16 @@ "item": "minecraft:leather_horse_armor" } ], + "processingTime": 200, "results": [ { - "item": "minecraft:leather", - "count": 2 + "count": 2, + "item": "minecraft:leather" }, { - "item": "minecraft:leather", + "chance": 0.5, "count": 2, - "chance": 0.5 + "item": "minecraft:leather" } - ], - "processingTime": 200 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/nether_gold_ore.json b/src/generated/resources/data/create/recipes/crushing/nether_gold_ore.json index 314ad75990..01419f8309 100644 --- a/src/generated/resources/data/create/recipes/crushing/nether_gold_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/nether_gold_ore.json @@ -5,19 +5,19 @@ "item": "minecraft:nether_gold_ore" } ], + "processingTime": 350, "results": [ { - "item": "minecraft:gold_nugget", - "count": 18 + "count": 18, + "item": "minecraft:gold_nugget" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:netherrack", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:netherrack" } - ], - "processingTime": 350 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/nether_quartz_ore.json b/src/generated/resources/data/create/recipes/crushing/nether_quartz_ore.json index 7ffe88ba72..a2d5c51142 100644 --- a/src/generated/resources/data/create/recipes/crushing/nether_quartz_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/nether_quartz_ore.json @@ -5,23 +5,23 @@ "item": "minecraft:nether_quartz_ore" } ], + "processingTime": 350, "results": [ { - "item": "minecraft:quartz", - "count": 2 + "count": 2, + "item": "minecraft:quartz" }, { - "item": "minecraft:quartz", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:quartz" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:netherrack", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:netherrack" } - ], - "processingTime": 350 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/nether_wart_block.json b/src/generated/resources/data/create/recipes/crushing/nether_wart_block.json index d9e5fe570a..390d721293 100644 --- a/src/generated/resources/data/create/recipes/crushing/nether_wart_block.json +++ b/src/generated/resources/data/create/recipes/crushing/nether_wart_block.json @@ -5,11 +5,11 @@ "item": "minecraft:nether_wart_block" } ], + "processingTime": 150, "results": [ { - "item": "minecraft:nether_wart", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:nether_wart" } - ], - "processingTime": 150 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/netherrack.json b/src/generated/resources/data/create/recipes/crushing/netherrack.json index ec9af51d60..d51f72e635 100644 --- a/src/generated/resources/data/create/recipes/crushing/netherrack.json +++ b/src/generated/resources/data/create/recipes/crushing/netherrack.json @@ -5,14 +5,14 @@ "item": "minecraft:netherrack" } ], + "processingTime": 250, "results": [ { "item": "create:cinder_flour" }, { - "item": "create:cinder_flour", - "chance": 0.5 + "chance": 0.5, + "item": "create:cinder_flour" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/nickel_ore.json b/src/generated/resources/data/create/recipes/crushing/nickel_ore.json index d54c82dfcf..cd85d2c1ac 100644 --- a/src/generated/resources/data/create/recipes/crushing/nickel_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/nickel_ore.json @@ -1,31 +1,31 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/nickel" + } + } + ], "ingredients": [ { "tag": "forge:ores/nickel" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_nickel_ore" }, { - "item": "create:crushed_nickel_ore", - "chance": 0.75 + "chance": 0.75, + "item": "create:crushed_nickel_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:ores/nickel", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/obsidian.json b/src/generated/resources/data/create/recipes/crushing/obsidian.json index aea00d4842..68fe41c92f 100644 --- a/src/generated/resources/data/create/recipes/crushing/obsidian.json +++ b/src/generated/resources/data/create/recipes/crushing/obsidian.json @@ -5,14 +5,14 @@ "item": "minecraft:obsidian" } ], + "processingTime": 500, "results": [ { "item": "create:powdered_obsidian" }, { - "item": "minecraft:obsidian", - "chance": 0.75 + "chance": 0.75, + "item": "minecraft:obsidian" } - ], - "processingTime": 500 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/ochrum.json b/src/generated/resources/data/create/recipes/crushing/ochrum.json index a98df1e28a..738f1eb2e6 100644 --- a/src/generated/resources/data/create/recipes/crushing/ochrum.json +++ b/src/generated/resources/data/create/recipes/crushing/ochrum.json @@ -5,15 +5,15 @@ "item": "create:ochrum" } ], + "processingTime": 250, "results": [ { - "item": "create:crushed_gold_ore", - "chance": 0.2 + "chance": 0.2, + "item": "create:crushed_gold_ore" }, { - "item": "minecraft:gold_nugget", - "chance": 0.2 + "chance": 0.2, + "item": "minecraft:gold_nugget" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/ochrum_recycling.json b/src/generated/resources/data/create/recipes/crushing/ochrum_recycling.json index 64adbdb984..95510608b2 100644 --- a/src/generated/resources/data/create/recipes/crushing/ochrum_recycling.json +++ b/src/generated/resources/data/create/recipes/crushing/ochrum_recycling.json @@ -5,15 +5,15 @@ "tag": "create:stone_types/ochrum" } ], + "processingTime": 250, "results": [ { - "item": "create:crushed_gold_ore", - "chance": 0.2 + "chance": 0.2, + "item": "create:crushed_gold_ore" }, { - "item": "minecraft:gold_nugget", - "chance": 0.2 + "chance": 0.2, + "item": "minecraft:gold_nugget" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/osmium_ore.json b/src/generated/resources/data/create/recipes/crushing/osmium_ore.json index d13cd9df4b..6cba4b5d4b 100644 --- a/src/generated/resources/data/create/recipes/crushing/osmium_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/osmium_ore.json @@ -1,31 +1,31 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/osmium" + } + } + ], "ingredients": [ { "tag": "forge:ores/osmium" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_osmium_ore" }, { - "item": "create:crushed_osmium_ore", - "chance": 0.75 + "chance": 0.75, + "item": "create:crushed_osmium_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:ores/osmium", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/platinum_ore.json b/src/generated/resources/data/create/recipes/crushing/platinum_ore.json index e651ac5c9b..bf126bce52 100644 --- a/src/generated/resources/data/create/recipes/crushing/platinum_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/platinum_ore.json @@ -1,31 +1,31 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/platinum" + } + } + ], "ingredients": [ { "tag": "forge:ores/platinum" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_platinum_ore" }, { - "item": "create:crushed_platinum_ore", - "chance": 0.75 + "chance": 0.75, + "item": "create:crushed_platinum_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:ores/platinum", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/prismarine_crystals.json b/src/generated/resources/data/create/recipes/crushing/prismarine_crystals.json index f99b7462e5..61e5873149 100644 --- a/src/generated/resources/data/create/recipes/crushing/prismarine_crystals.json +++ b/src/generated/resources/data/create/recipes/crushing/prismarine_crystals.json @@ -5,20 +5,20 @@ "item": "minecraft:prismarine_crystals" } ], + "processingTime": 150, "results": [ { "item": "minecraft:quartz" }, { - "item": "minecraft:quartz", + "chance": 0.5, "count": 2, - "chance": 0.5 + "item": "minecraft:quartz" }, { - "item": "minecraft:glowstone_dust", + "chance": 0.1, "count": 2, - "chance": 0.1 + "item": "minecraft:glowstone_dust" } - ], - "processingTime": 150 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/quicksilver_ore.json b/src/generated/resources/data/create/recipes/crushing/quicksilver_ore.json index 228561c07a..9dc6405509 100644 --- a/src/generated/resources/data/create/recipes/crushing/quicksilver_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/quicksilver_ore.json @@ -1,31 +1,31 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/quicksilver" + } + } + ], "ingredients": [ { "tag": "forge:ores/quicksilver" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_quicksilver_ore" }, { - "item": "create:crushed_quicksilver_ore", - "chance": 0.75 + "chance": 0.75, + "item": "create:crushed_quicksilver_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:ores/quicksilver", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_aluminum_block.json b/src/generated/resources/data/create/recipes/crushing/raw_aluminum_block.json index 85b39f9070..10e11e3de1 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_aluminum_block.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_aluminum_block.json @@ -1,29 +1,29 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_aluminum" + } + } + ], "ingredients": [ { "tag": "forge:storage_blocks/raw_aluminum" } ], + "processingTime": 400, "results": [ { - "item": "create:crushed_aluminum_ore", - "count": 9 + "count": 9, + "item": "create:crushed_aluminum_ore" }, { - "item": "create:experience_nugget", + "chance": 0.75, "count": 9, - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:storage_blocks/raw_aluminum", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_aluminum_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_aluminum_ore.json index 854c47b0b9..cb20a6dfe8 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_aluminum_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_aluminum_ore.json @@ -1,27 +1,27 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/aluminum" + } + } + ], "ingredients": [ { "tag": "forge:raw_materials/aluminum" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_aluminum_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:raw_materials/aluminum", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_copper.json b/src/generated/resources/data/create/recipes/crushing/raw_copper.json index 81e99ec47c..4a7f005714 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_copper.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_copper.json @@ -5,14 +5,14 @@ "item": "minecraft:raw_copper" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_copper_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" } - ], - "processingTime": 400 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_copper_block.json b/src/generated/resources/data/create/recipes/crushing/raw_copper_block.json index 00f83d3296..a1f4260cd7 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_copper_block.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_copper_block.json @@ -5,16 +5,16 @@ "item": "minecraft:raw_copper_block" } ], + "processingTime": 400, "results": [ { - "item": "create:crushed_copper_ore", - "count": 9 + "count": 9, + "item": "create:crushed_copper_ore" }, { - "item": "create:experience_nugget", + "chance": 0.75, "count": 9, - "chance": 0.75 + "item": "create:experience_nugget" } - ], - "processingTime": 400 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_gold.json b/src/generated/resources/data/create/recipes/crushing/raw_gold.json index caf7b3f35b..9c9f4fff28 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_gold.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_gold.json @@ -5,14 +5,14 @@ "item": "minecraft:raw_gold" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_gold_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" } - ], - "processingTime": 400 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_gold_block.json b/src/generated/resources/data/create/recipes/crushing/raw_gold_block.json index 90942d3c6c..141c08e58c 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_gold_block.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_gold_block.json @@ -5,16 +5,16 @@ "item": "minecraft:raw_gold_block" } ], + "processingTime": 400, "results": [ { - "item": "create:crushed_gold_ore", - "count": 9 + "count": 9, + "item": "create:crushed_gold_ore" }, { - "item": "create:experience_nugget", + "chance": 0.75, "count": 9, - "chance": 0.75 + "item": "create:experience_nugget" } - ], - "processingTime": 400 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_iron.json b/src/generated/resources/data/create/recipes/crushing/raw_iron.json index cd044b642a..1e595a8f92 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_iron.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_iron.json @@ -5,14 +5,14 @@ "item": "minecraft:raw_iron" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_iron_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" } - ], - "processingTime": 400 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_iron_block.json b/src/generated/resources/data/create/recipes/crushing/raw_iron_block.json index 3e45d75c6d..805f85b547 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_iron_block.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_iron_block.json @@ -5,16 +5,16 @@ "item": "minecraft:raw_iron_block" } ], + "processingTime": 400, "results": [ { - "item": "create:crushed_iron_ore", - "count": 9 + "count": 9, + "item": "create:crushed_iron_ore" }, { - "item": "create:experience_nugget", + "chance": 0.75, "count": 9, - "chance": 0.75 + "item": "create:experience_nugget" } - ], - "processingTime": 400 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_lead_block.json b/src/generated/resources/data/create/recipes/crushing/raw_lead_block.json index f8ee5bd7b0..99f7eb9bf2 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_lead_block.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_lead_block.json @@ -1,29 +1,29 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_lead" + } + } + ], "ingredients": [ { "tag": "forge:storage_blocks/raw_lead" } ], + "processingTime": 400, "results": [ { - "item": "create:crushed_lead_ore", - "count": 9 + "count": 9, + "item": "create:crushed_lead_ore" }, { - "item": "create:experience_nugget", + "chance": 0.75, "count": 9, - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:storage_blocks/raw_lead", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_lead_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_lead_ore.json index cce5d9eeed..a12b4b4793 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_lead_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_lead_ore.json @@ -1,27 +1,27 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/lead" + } + } + ], "ingredients": [ { "tag": "forge:raw_materials/lead" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_lead_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:raw_materials/lead", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_nickel_block.json b/src/generated/resources/data/create/recipes/crushing/raw_nickel_block.json index 1eb2048c2c..f1b8cd54ec 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_nickel_block.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_nickel_block.json @@ -1,29 +1,29 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_nickel" + } + } + ], "ingredients": [ { "tag": "forge:storage_blocks/raw_nickel" } ], + "processingTime": 400, "results": [ { - "item": "create:crushed_nickel_ore", - "count": 9 + "count": 9, + "item": "create:crushed_nickel_ore" }, { - "item": "create:experience_nugget", + "chance": 0.75, "count": 9, - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:storage_blocks/raw_nickel", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_nickel_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_nickel_ore.json index b1d5a0661c..6eac61ef99 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_nickel_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_nickel_ore.json @@ -1,27 +1,27 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/nickel" + } + } + ], "ingredients": [ { "tag": "forge:raw_materials/nickel" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_nickel_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:raw_materials/nickel", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_osmium_block.json b/src/generated/resources/data/create/recipes/crushing/raw_osmium_block.json index a5c805e43b..15e2645ef0 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_osmium_block.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_osmium_block.json @@ -1,29 +1,29 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_osmium" + } + } + ], "ingredients": [ { "tag": "forge:storage_blocks/raw_osmium" } ], + "processingTime": 400, "results": [ { - "item": "create:crushed_osmium_ore", - "count": 9 + "count": 9, + "item": "create:crushed_osmium_ore" }, { - "item": "create:experience_nugget", + "chance": 0.75, "count": 9, - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:storage_blocks/raw_osmium", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_osmium_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_osmium_ore.json index 6f4461f99d..898c3a843f 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_osmium_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_osmium_ore.json @@ -1,27 +1,27 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/osmium" + } + } + ], "ingredients": [ { "tag": "forge:raw_materials/osmium" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_osmium_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:raw_materials/osmium", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_platinum_block.json b/src/generated/resources/data/create/recipes/crushing/raw_platinum_block.json index e7654edd60..c0c56177b8 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_platinum_block.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_platinum_block.json @@ -1,29 +1,29 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_platinum" + } + } + ], "ingredients": [ { "tag": "forge:storage_blocks/raw_platinum" } ], + "processingTime": 400, "results": [ { - "item": "create:crushed_platinum_ore", - "count": 9 + "count": 9, + "item": "create:crushed_platinum_ore" }, { - "item": "create:experience_nugget", + "chance": 0.75, "count": 9, - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:storage_blocks/raw_platinum", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_platinum_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_platinum_ore.json index 387ce13e77..da99df7cf0 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_platinum_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_platinum_ore.json @@ -1,27 +1,27 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/platinum" + } + } + ], "ingredients": [ { "tag": "forge:raw_materials/platinum" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_platinum_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:raw_materials/platinum", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_quicksilver_block.json b/src/generated/resources/data/create/recipes/crushing/raw_quicksilver_block.json index 75f86ebb1d..f51cf11658 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_quicksilver_block.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_quicksilver_block.json @@ -1,29 +1,29 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_quicksilver" + } + } + ], "ingredients": [ { "tag": "forge:storage_blocks/raw_quicksilver" } ], + "processingTime": 400, "results": [ { - "item": "create:crushed_quicksilver_ore", - "count": 9 + "count": 9, + "item": "create:crushed_quicksilver_ore" }, { - "item": "create:experience_nugget", + "chance": 0.75, "count": 9, - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:storage_blocks/raw_quicksilver", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_quicksilver_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_quicksilver_ore.json index 2f3b851c3a..818ca0dd69 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_quicksilver_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_quicksilver_ore.json @@ -1,27 +1,27 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/quicksilver" + } + } + ], "ingredients": [ { "tag": "forge:raw_materials/quicksilver" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_quicksilver_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:raw_materials/quicksilver", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_silver_block.json b/src/generated/resources/data/create/recipes/crushing/raw_silver_block.json index 76a124f577..224a47a314 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_silver_block.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_silver_block.json @@ -1,29 +1,29 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_silver" + } + } + ], "ingredients": [ { "tag": "forge:storage_blocks/raw_silver" } ], + "processingTime": 400, "results": [ { - "item": "create:crushed_silver_ore", - "count": 9 + "count": 9, + "item": "create:crushed_silver_ore" }, { - "item": "create:experience_nugget", + "chance": 0.75, "count": 9, - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:storage_blocks/raw_silver", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_silver_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_silver_ore.json index 825a0e52bb..ab3a0e2015 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_silver_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_silver_ore.json @@ -1,27 +1,27 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/silver" + } + } + ], "ingredients": [ { "tag": "forge:raw_materials/silver" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_silver_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:raw_materials/silver", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_tin_block.json b/src/generated/resources/data/create/recipes/crushing/raw_tin_block.json index 8b4b3c9b95..2c5a37734b 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_tin_block.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_tin_block.json @@ -1,29 +1,29 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_tin" + } + } + ], "ingredients": [ { "tag": "forge:storage_blocks/raw_tin" } ], + "processingTime": 400, "results": [ { - "item": "create:crushed_tin_ore", - "count": 9 + "count": 9, + "item": "create:crushed_tin_ore" }, { - "item": "create:experience_nugget", + "chance": 0.75, "count": 9, - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:storage_blocks/raw_tin", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_tin_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_tin_ore.json index 2457ef4461..9a57c327ae 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_tin_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_tin_ore.json @@ -1,27 +1,27 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/tin" + } + } + ], "ingredients": [ { "tag": "forge:raw_materials/tin" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_tin_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:raw_materials/tin", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_uranium_block.json b/src/generated/resources/data/create/recipes/crushing/raw_uranium_block.json index 77a7f28e52..6f3c1f6e83 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_uranium_block.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_uranium_block.json @@ -1,29 +1,29 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_uranium" + } + } + ], "ingredients": [ { "tag": "forge:storage_blocks/raw_uranium" } ], + "processingTime": 400, "results": [ { - "item": "create:crushed_uranium_ore", - "count": 9 + "count": 9, + "item": "create:crushed_uranium_ore" }, { - "item": "create:experience_nugget", + "chance": 0.75, "count": 9, - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:storage_blocks/raw_uranium", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_uranium_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_uranium_ore.json index f2497f6f8a..562198822e 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_uranium_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_uranium_ore.json @@ -1,27 +1,27 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/uranium" + } + } + ], "ingredients": [ { "tag": "forge:raw_materials/uranium" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_uranium_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:raw_materials/uranium", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_zinc.json b/src/generated/resources/data/create/recipes/crushing/raw_zinc.json index 59f163c235..18c35d5636 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_zinc.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_zinc.json @@ -5,14 +5,14 @@ "item": "create:raw_zinc" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_zinc_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" } - ], - "processingTime": 400 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_zinc_block.json b/src/generated/resources/data/create/recipes/crushing/raw_zinc_block.json index 997e066d03..551dd2bcbc 100644 --- a/src/generated/resources/data/create/recipes/crushing/raw_zinc_block.json +++ b/src/generated/resources/data/create/recipes/crushing/raw_zinc_block.json @@ -5,16 +5,16 @@ "item": "create:raw_zinc_block" } ], + "processingTime": 400, "results": [ { - "item": "create:crushed_zinc_ore", - "count": 9 + "count": 9, + "item": "create:crushed_zinc_ore" }, { - "item": "create:experience_nugget", + "chance": 0.75, "count": 9, - "chance": 0.75 + "item": "create:experience_nugget" } - ], - "processingTime": 400 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/redstone_ore.json b/src/generated/resources/data/create/recipes/crushing/redstone_ore.json index 90074aeba8..ac7173112b 100644 --- a/src/generated/resources/data/create/recipes/crushing/redstone_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/redstone_ore.json @@ -5,23 +5,23 @@ "item": "minecraft:redstone_ore" } ], + "processingTime": 250, "results": [ { - "item": "minecraft:redstone", - "count": 6 + "count": 6, + "item": "minecraft:redstone" }, { - "item": "minecraft:redstone", - "chance": 0.5 + "chance": 0.5, + "item": "minecraft:redstone" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobblestone", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobblestone" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/silver_ore.json b/src/generated/resources/data/create/recipes/crushing/silver_ore.json index 9b690f13e1..e63f4ac090 100644 --- a/src/generated/resources/data/create/recipes/crushing/silver_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/silver_ore.json @@ -1,31 +1,31 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/silver" + } + } + ], "ingredients": [ { "tag": "forge:ores/silver" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_silver_ore" }, { - "item": "create:crushed_silver_ore", - "chance": 0.75 + "chance": 0.75, + "item": "create:crushed_silver_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:ores/silver", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/tin_ore.json b/src/generated/resources/data/create/recipes/crushing/tin_ore.json index c6d7e1968c..95ec06c1a1 100644 --- a/src/generated/resources/data/create/recipes/crushing/tin_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/tin_ore.json @@ -1,31 +1,31 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/tin" + } + } + ], "ingredients": [ { "tag": "forge:ores/tin" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_tin_ore" }, { - "item": "create:crushed_tin_ore", - "chance": 0.75 + "chance": 0.75, + "item": "create:crushed_tin_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:ores/tin", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/tuff.json b/src/generated/resources/data/create/recipes/crushing/tuff.json index f10aed06b3..9e31bc4600 100644 --- a/src/generated/resources/data/create/recipes/crushing/tuff.json +++ b/src/generated/resources/data/create/recipes/crushing/tuff.json @@ -5,27 +5,27 @@ "item": "minecraft:tuff" } ], + "processingTime": 350, "results": [ { - "item": "minecraft:flint", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:flint" }, { - "item": "minecraft:gold_nugget", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:gold_nugget" }, { - "item": "create:copper_nugget", - "chance": 0.1 + "chance": 0.1, + "item": "create:copper_nugget" }, { - "item": "create:zinc_nugget", - "chance": 0.1 + "chance": 0.1, + "item": "create:zinc_nugget" }, { - "item": "minecraft:iron_nugget", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:iron_nugget" } - ], - "processingTime": 350 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/tuff_recycling.json b/src/generated/resources/data/create/recipes/crushing/tuff_recycling.json index f49e62db79..120a3f6661 100644 --- a/src/generated/resources/data/create/recipes/crushing/tuff_recycling.json +++ b/src/generated/resources/data/create/recipes/crushing/tuff_recycling.json @@ -5,27 +5,27 @@ "tag": "create:stone_types/tuff" } ], + "processingTime": 350, "results": [ { - "item": "minecraft:flint", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:flint" }, { - "item": "minecraft:gold_nugget", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:gold_nugget" }, { - "item": "create:copper_nugget", - "chance": 0.1 + "chance": 0.1, + "item": "create:copper_nugget" }, { - "item": "create:zinc_nugget", - "chance": 0.1 + "chance": 0.1, + "item": "create:zinc_nugget" }, { - "item": "minecraft:iron_nugget", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:iron_nugget" } - ], - "processingTime": 350 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/uranium_ore.json b/src/generated/resources/data/create/recipes/crushing/uranium_ore.json index a64647845a..f7177af0c5 100644 --- a/src/generated/resources/data/create/recipes/crushing/uranium_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/uranium_ore.json @@ -1,31 +1,31 @@ { "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/uranium" + } + } + ], "ingredients": [ { "tag": "forge:ores/uranium" } ], + "processingTime": 400, "results": [ { "item": "create:crushed_uranium_ore" }, { - "item": "create:crushed_uranium_ore", - "chance": 0.75 + "chance": 0.75, + "item": "create:crushed_uranium_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 - } - ], - "processingTime": 400, - "conditions": [ - { - "value": { - "tag": "forge:ores/uranium", - "type": "forge:tag_empty" - }, - "type": "forge:not" + "chance": 0.75, + "item": "create:experience_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/veridium.json b/src/generated/resources/data/create/recipes/crushing/veridium.json index 1859c92475..432c905152 100644 --- a/src/generated/resources/data/create/recipes/crushing/veridium.json +++ b/src/generated/resources/data/create/recipes/crushing/veridium.json @@ -5,15 +5,15 @@ "item": "create:veridium" } ], + "processingTime": 250, "results": [ { - "item": "create:crushed_copper_ore", - "chance": 0.8 + "chance": 0.8, + "item": "create:crushed_copper_ore" }, { - "item": "create:copper_nugget", - "chance": 0.8 + "chance": 0.8, + "item": "create:copper_nugget" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/veridium_recycling.json b/src/generated/resources/data/create/recipes/crushing/veridium_recycling.json index da4b529ddc..61f678183e 100644 --- a/src/generated/resources/data/create/recipes/crushing/veridium_recycling.json +++ b/src/generated/resources/data/create/recipes/crushing/veridium_recycling.json @@ -5,15 +5,15 @@ "tag": "create:stone_types/veridium" } ], + "processingTime": 250, "results": [ { - "item": "create:crushed_copper_ore", - "chance": 0.8 + "chance": 0.8, + "item": "create:crushed_copper_ore" }, { - "item": "create:copper_nugget", - "chance": 0.8 + "chance": 0.8, + "item": "create:copper_nugget" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/wool.json b/src/generated/resources/data/create/recipes/crushing/wool.json index 9b0dde1c26..5ba8b9863b 100644 --- a/src/generated/resources/data/create/recipes/crushing/wool.json +++ b/src/generated/resources/data/create/recipes/crushing/wool.json @@ -5,15 +5,15 @@ "tag": "minecraft:wool" } ], + "processingTime": 100, "results": [ { - "item": "minecraft:string", - "count": 2 + "count": 2, + "item": "minecraft:string" }, { - "item": "minecraft:string", - "chance": 0.5 + "chance": 0.5, + "item": "minecraft:string" } - ], - "processingTime": 100 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/zinc_ore.json b/src/generated/resources/data/create/recipes/crushing/zinc_ore.json index 6034fe124c..b21bc3c6e2 100644 --- a/src/generated/resources/data/create/recipes/crushing/zinc_ore.json +++ b/src/generated/resources/data/create/recipes/crushing/zinc_ore.json @@ -5,22 +5,22 @@ "item": "create:zinc_ore" } ], + "processingTime": 250, "results": [ { "item": "create:crushed_zinc_ore" }, { - "item": "create:crushed_zinc_ore", - "chance": 0.75 + "chance": 0.75, + "item": "create:crushed_zinc_ore" }, { - "item": "create:experience_nugget", - "chance": 0.75 + "chance": 0.75, + "item": "create:experience_nugget" }, { - "item": "minecraft:cobblestone", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:cobblestone" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_brick_slab.json b/src/generated/resources/data/create/recipes/cut_andesite_brick_slab.json index c169b9f6d2..ca210e4cf6 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_brick_slab.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_andesite_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_andesite_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_andesite_brick_slab", - "count": 6 + "count": 6, + "item": "create:cut_andesite_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_brick_slab_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_andesite_brick_slab_from_andesite_stonecutting.json index c4f7bbb370..3d3a0281dc 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_brick_slab_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_brick_slab_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:cut_andesite_brick_slab", - "count": 2 + "result": "create:cut_andesite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_brick_slab_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_andesite_brick_slab_from_stone_types_andesite_stonecutting.json index fff924b34a..bb91db8899 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_brick_slab_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_brick_slab_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:cut_andesite_brick_slab", - "count": 2 + "result": "create:cut_andesite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_brick_stairs.json b/src/generated/resources/data/create/recipes/cut_andesite_brick_stairs.json index aa0a4a50b5..4121f11d52 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_andesite_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_andesite_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_andesite_brick_stairs", - "count": 4 + "count": 4, + "item": "create:cut_andesite_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_brick_stairs_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_andesite_brick_stairs_from_andesite_stonecutting.json index 12adb3c5ed..b10fb91e96 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_brick_stairs_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_brick_stairs_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:cut_andesite_brick_stairs", - "count": 1 + "result": "create:cut_andesite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json index 293f992546..d9d3236c4b 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:cut_andesite_brick_stairs", - "count": 1 + "result": "create:cut_andesite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_brick_wall.json b/src/generated/resources/data/create/recipes/cut_andesite_brick_wall.json index edd4dfe3bf..b04dcdf44b 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_brick_wall.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_andesite_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_andesite_brick_wall", - "count": 6 + "count": 6, + "item": "create:cut_andesite_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_brick_wall_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_andesite_brick_wall_from_andesite_stonecutting.json index fb3b97ab66..b7dadbb6ac 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_brick_wall_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_brick_wall_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:cut_andesite_brick_wall", - "count": 1 + "result": "create:cut_andesite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_brick_wall_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_andesite_brick_wall_from_stone_types_andesite_stonecutting.json index f025b8e841..cafc576bab 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_brick_wall_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_brick_wall_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:cut_andesite_brick_wall", - "count": 1 + "result": "create:cut_andesite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_bricks_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_andesite_bricks_from_andesite_stonecutting.json index f51b38098a..03e8bd9cf3 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_bricks_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_bricks_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:cut_andesite_bricks", - "count": 1 + "result": "create:cut_andesite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_bricks_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_andesite_bricks_from_stone_types_andesite_stonecutting.json index 3fab578dfa..b609efd070 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_bricks_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_bricks_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:cut_andesite_bricks", - "count": 1 + "result": "create:cut_andesite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_andesite_from_andesite_stonecutting.json index a189185b80..90a89863e8 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:cut_andesite", - "count": 1 + "result": "create:cut_andesite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_andesite_from_stone_types_andesite_stonecutting.json index 133acd776d..f770bd0784 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:cut_andesite", - "count": 1 + "result": "create:cut_andesite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_slab.json b/src/generated/resources/data/create/recipes/cut_andesite_slab.json index d95b9a1ab0..44d8668f3e 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_slab.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_andesite_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_andesite" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_andesite_slab", - "count": 6 + "count": 6, + "item": "create:cut_andesite_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_slab_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_andesite_slab_from_andesite_stonecutting.json index ea5722ed18..ca17083442 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_slab_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_slab_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:cut_andesite_slab", - "count": 2 + "result": "create:cut_andesite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_slab_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_andesite_slab_from_stone_types_andesite_stonecutting.json index a0565713e6..69d5f88f78 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_slab_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_slab_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:cut_andesite_slab", - "count": 2 + "result": "create:cut_andesite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_stairs.json b/src/generated/resources/data/create/recipes/cut_andesite_stairs.json index 59b90d8789..5c1cef9558 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_andesite_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_andesite" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_andesite_stairs", - "count": 4 + "count": 4, + "item": "create:cut_andesite_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_stairs_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_andesite_stairs_from_andesite_stonecutting.json index f9082bde7f..66cbe64f12 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_stairs_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_stairs_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:cut_andesite_stairs", - "count": 1 + "result": "create:cut_andesite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_stairs_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_andesite_stairs_from_stone_types_andesite_stonecutting.json index f8b3142d55..b2da1b16b1 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_stairs_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_stairs_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:cut_andesite_stairs", - "count": 1 + "result": "create:cut_andesite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_wall.json b/src/generated/resources/data/create/recipes/cut_andesite_wall.json index 45d31fc8f2..d52b4b9693 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_wall.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_andesite" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_andesite_wall", - "count": 6 + "count": 6, + "item": "create:cut_andesite_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_wall_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_andesite_wall_from_andesite_stonecutting.json index e1873c45b9..31917ce6b4 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_wall_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_wall_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:cut_andesite_wall", - "count": 1 + "result": "create:cut_andesite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_andesite_wall_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_andesite_wall_from_stone_types_andesite_stonecutting.json index f475643eac..5905ffedd5 100644 --- a/src/generated/resources/data/create/recipes/cut_andesite_wall_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_andesite_wall_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:cut_andesite_wall", - "count": 1 + "result": "create:cut_andesite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_brick_slab.json b/src/generated/resources/data/create/recipes/cut_asurine_brick_slab.json index f66b859d98..bf50297ee4 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_brick_slab.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_asurine_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_asurine_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_asurine_brick_slab", - "count": 6 + "count": 6, + "item": "create:cut_asurine_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_brick_slab_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/cut_asurine_brick_slab_from_asurine_stonecutting.json index 4f619e26bf..cc5bfd20e5 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_brick_slab_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_brick_slab_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:asurine" }, - "result": "create:cut_asurine_brick_slab", - "count": 2 + "result": "create:cut_asurine_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_brick_slab_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/cut_asurine_brick_slab_from_stone_types_asurine_stonecutting.json index 532cc4b530..9f6e23ebba 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_brick_slab_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_brick_slab_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:cut_asurine_brick_slab", - "count": 2 + "result": "create:cut_asurine_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_brick_stairs.json b/src/generated/resources/data/create/recipes/cut_asurine_brick_stairs.json index 1b00b3e67a..3cc0fe3683 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_asurine_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_asurine_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_asurine_brick_stairs", - "count": 4 + "count": 4, + "item": "create:cut_asurine_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_brick_stairs_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/cut_asurine_brick_stairs_from_asurine_stonecutting.json index b1bab7db9b..fac60c9e20 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_brick_stairs_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_brick_stairs_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:asurine" }, - "result": "create:cut_asurine_brick_stairs", - "count": 1 + "result": "create:cut_asurine_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json index 47dd742a3e..5887cd80be 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:cut_asurine_brick_stairs", - "count": 1 + "result": "create:cut_asurine_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_brick_wall.json b/src/generated/resources/data/create/recipes/cut_asurine_brick_wall.json index 7fd475cea6..f3adc63750 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_brick_wall.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_asurine_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_asurine_brick_wall", - "count": 6 + "count": 6, + "item": "create:cut_asurine_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_brick_wall_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/cut_asurine_brick_wall_from_asurine_stonecutting.json index d43b085d32..c400ffbaea 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_brick_wall_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_brick_wall_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:asurine" }, - "result": "create:cut_asurine_brick_wall", - "count": 1 + "result": "create:cut_asurine_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_brick_wall_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/cut_asurine_brick_wall_from_stone_types_asurine_stonecutting.json index a49c69c494..eaff8258d9 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_brick_wall_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_brick_wall_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:cut_asurine_brick_wall", - "count": 1 + "result": "create:cut_asurine_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_bricks_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/cut_asurine_bricks_from_asurine_stonecutting.json index 89e2fa4933..dc981ca0d0 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_bricks_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_bricks_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:asurine" }, - "result": "create:cut_asurine_bricks", - "count": 1 + "result": "create:cut_asurine_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_bricks_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/cut_asurine_bricks_from_stone_types_asurine_stonecutting.json index 6ff646809c..9ebcfb4d29 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_bricks_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_bricks_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:cut_asurine_bricks", - "count": 1 + "result": "create:cut_asurine_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/cut_asurine_from_asurine_stonecutting.json index fdee584f7e..713ff72a5f 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:asurine" }, - "result": "create:cut_asurine", - "count": 1 + "result": "create:cut_asurine" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/cut_asurine_from_stone_types_asurine_stonecutting.json index 8486a044d5..36c9881a98 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:cut_asurine", - "count": 1 + "result": "create:cut_asurine" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_slab.json b/src/generated/resources/data/create/recipes/cut_asurine_slab.json index dcd98df0eb..cb2f69ac6f 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_slab.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_asurine_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_asurine" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_asurine_slab", - "count": 6 + "count": 6, + "item": "create:cut_asurine_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_slab_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/cut_asurine_slab_from_asurine_stonecutting.json index ad2c438ade..4f491d0c45 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_slab_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_slab_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:asurine" }, - "result": "create:cut_asurine_slab", - "count": 2 + "result": "create:cut_asurine_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_slab_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/cut_asurine_slab_from_stone_types_asurine_stonecutting.json index 7826d01239..6f31b098d9 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_slab_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_slab_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:cut_asurine_slab", - "count": 2 + "result": "create:cut_asurine_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_stairs.json b/src/generated/resources/data/create/recipes/cut_asurine_stairs.json index 18c95bccb0..7288986eec 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_asurine_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_asurine" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_asurine_stairs", - "count": 4 + "count": 4, + "item": "create:cut_asurine_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_stairs_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/cut_asurine_stairs_from_asurine_stonecutting.json index 2653b7ab02..30460a4e7b 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_stairs_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_stairs_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:asurine" }, - "result": "create:cut_asurine_stairs", - "count": 1 + "result": "create:cut_asurine_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_stairs_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/cut_asurine_stairs_from_stone_types_asurine_stonecutting.json index 9c5bb49248..fd2246d69f 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_stairs_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_stairs_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:cut_asurine_stairs", - "count": 1 + "result": "create:cut_asurine_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_wall.json b/src/generated/resources/data/create/recipes/cut_asurine_wall.json index ec12608406..7dda8bf9d7 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_wall.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_asurine" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_asurine_wall", - "count": 6 + "count": 6, + "item": "create:cut_asurine_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_wall_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/cut_asurine_wall_from_asurine_stonecutting.json index c98cecccf7..743d3d9f4f 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_wall_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_wall_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:asurine" }, - "result": "create:cut_asurine_wall", - "count": 1 + "result": "create:cut_asurine_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_asurine_wall_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/cut_asurine_wall_from_stone_types_asurine_stonecutting.json index f8bc526c46..6a098df40a 100644 --- a/src/generated/resources/data/create/recipes/cut_asurine_wall_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_asurine_wall_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:cut_asurine_wall", - "count": 1 + "result": "create:cut_asurine_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_brick_slab.json b/src/generated/resources/data/create/recipes/cut_calcite_brick_slab.json index 4881612f87..b8da9fc7d8 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_brick_slab.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_calcite_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_calcite_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_calcite_brick_slab", - "count": 6 + "count": 6, + "item": "create:cut_calcite_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_brick_slab_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_calcite_brick_slab_from_calcite_stonecutting.json index df106f5d47..36adb99eb9 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_brick_slab_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_brick_slab_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:cut_calcite_brick_slab", - "count": 2 + "result": "create:cut_calcite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_brick_slab_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_calcite_brick_slab_from_stone_types_calcite_stonecutting.json index 4e793efa99..b81997ed63 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_brick_slab_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_brick_slab_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:cut_calcite_brick_slab", - "count": 2 + "result": "create:cut_calcite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_brick_stairs.json b/src/generated/resources/data/create/recipes/cut_calcite_brick_stairs.json index 3aa999dbe3..17c6facbb6 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_calcite_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_calcite_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_calcite_brick_stairs", - "count": 4 + "count": 4, + "item": "create:cut_calcite_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_brick_stairs_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_calcite_brick_stairs_from_calcite_stonecutting.json index 1d7a942800..8635dc9cf9 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_brick_stairs_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_brick_stairs_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:cut_calcite_brick_stairs", - "count": 1 + "result": "create:cut_calcite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json index b5ce76e6f2..53cc6b6c9a 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:cut_calcite_brick_stairs", - "count": 1 + "result": "create:cut_calcite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_brick_wall.json b/src/generated/resources/data/create/recipes/cut_calcite_brick_wall.json index b2d8629580..e9a10428c2 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_brick_wall.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_calcite_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_calcite_brick_wall", - "count": 6 + "count": 6, + "item": "create:cut_calcite_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_brick_wall_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_calcite_brick_wall_from_calcite_stonecutting.json index 76b5c6aa19..1be2976c10 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_brick_wall_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_brick_wall_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:cut_calcite_brick_wall", - "count": 1 + "result": "create:cut_calcite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_brick_wall_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_calcite_brick_wall_from_stone_types_calcite_stonecutting.json index 9992826c73..0d9058c43c 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_brick_wall_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_brick_wall_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:cut_calcite_brick_wall", - "count": 1 + "result": "create:cut_calcite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_bricks_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_calcite_bricks_from_calcite_stonecutting.json index 7a8de612b7..c46a4e73a6 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_bricks_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_bricks_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:cut_calcite_bricks", - "count": 1 + "result": "create:cut_calcite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_bricks_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_calcite_bricks_from_stone_types_calcite_stonecutting.json index 414b4fa01a..ed9b841a45 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_bricks_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_bricks_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:cut_calcite_bricks", - "count": 1 + "result": "create:cut_calcite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_calcite_from_calcite_stonecutting.json index 50989274f7..dd54750b9e 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:cut_calcite", - "count": 1 + "result": "create:cut_calcite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_calcite_from_stone_types_calcite_stonecutting.json index bc2a3f9c5a..ff067cee20 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:cut_calcite", - "count": 1 + "result": "create:cut_calcite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_slab.json b/src/generated/resources/data/create/recipes/cut_calcite_slab.json index 917d29a11f..b136b22785 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_slab.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_calcite_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_calcite" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_calcite_slab", - "count": 6 + "count": 6, + "item": "create:cut_calcite_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_slab_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_calcite_slab_from_calcite_stonecutting.json index b7a50ca967..19b03550b8 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_slab_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_slab_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:cut_calcite_slab", - "count": 2 + "result": "create:cut_calcite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_slab_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_calcite_slab_from_stone_types_calcite_stonecutting.json index a2b03c2adf..f2076ef3d9 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_slab_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_slab_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:cut_calcite_slab", - "count": 2 + "result": "create:cut_calcite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_stairs.json b/src/generated/resources/data/create/recipes/cut_calcite_stairs.json index af0f1526c0..f94d644a44 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_calcite_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_calcite" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_calcite_stairs", - "count": 4 + "count": 4, + "item": "create:cut_calcite_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_stairs_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_calcite_stairs_from_calcite_stonecutting.json index 1ba40696c8..db1e06779e 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_stairs_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_stairs_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:cut_calcite_stairs", - "count": 1 + "result": "create:cut_calcite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_stairs_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_calcite_stairs_from_stone_types_calcite_stonecutting.json index 1f5e8db4ed..d57e95bdd9 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_stairs_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_stairs_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:cut_calcite_stairs", - "count": 1 + "result": "create:cut_calcite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_wall.json b/src/generated/resources/data/create/recipes/cut_calcite_wall.json index 5e6381783a..bb71116b6c 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_wall.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_calcite" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_calcite_wall", - "count": 6 + "count": 6, + "item": "create:cut_calcite_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_wall_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_calcite_wall_from_calcite_stonecutting.json index 8baafaeab3..e12c1ea00f 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_wall_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_wall_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:cut_calcite_wall", - "count": 1 + "result": "create:cut_calcite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_calcite_wall_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_calcite_wall_from_stone_types_calcite_stonecutting.json index 580a85d3c2..fb416a949d 100644 --- a/src/generated/resources/data/create/recipes/cut_calcite_wall_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_calcite_wall_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:cut_calcite_wall", - "count": 1 + "result": "create:cut_calcite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_brick_slab.json b/src/generated/resources/data/create/recipes/cut_crimsite_brick_slab.json index b0435f2456..d6fafa0888 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_brick_slab.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_crimsite_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_crimsite_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_crimsite_brick_slab", - "count": 6 + "count": 6, + "item": "create:cut_crimsite_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_brick_slab_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_crimsite_brick_slab_from_crimsite_stonecutting.json index 944b3d8352..f9d20565a7 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_brick_slab_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_brick_slab_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:crimsite" }, - "result": "create:cut_crimsite_brick_slab", - "count": 2 + "result": "create:cut_crimsite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json index ba15d90395..53bc0092d5 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:cut_crimsite_brick_slab", - "count": 2 + "result": "create:cut_crimsite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_brick_stairs.json b/src/generated/resources/data/create/recipes/cut_crimsite_brick_stairs.json index 37bb036496..3378db0310 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_crimsite_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_crimsite_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_crimsite_brick_stairs", - "count": 4 + "count": 4, + "item": "create:cut_crimsite_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_brick_stairs_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_crimsite_brick_stairs_from_crimsite_stonecutting.json index 92d0586505..61b9d455df 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_brick_stairs_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_brick_stairs_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:crimsite" }, - "result": "create:cut_crimsite_brick_stairs", - "count": 1 + "result": "create:cut_crimsite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json index 21791f4d02..107fe122e2 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:cut_crimsite_brick_stairs", - "count": 1 + "result": "create:cut_crimsite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_brick_wall.json b/src/generated/resources/data/create/recipes/cut_crimsite_brick_wall.json index 57a467924f..8143e8015d 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_brick_wall.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_crimsite_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_crimsite_brick_wall", - "count": 6 + "count": 6, + "item": "create:cut_crimsite_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_brick_wall_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_crimsite_brick_wall_from_crimsite_stonecutting.json index 588cf46f2e..0f7ed8e84e 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_brick_wall_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_brick_wall_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:crimsite" }, - "result": "create:cut_crimsite_brick_wall", - "count": 1 + "result": "create:cut_crimsite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json index 49aeebf9d1..8cfa31cabd 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:cut_crimsite_brick_wall", - "count": 1 + "result": "create:cut_crimsite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_bricks_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_crimsite_bricks_from_crimsite_stonecutting.json index c78042ab57..19c269cec7 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_bricks_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_bricks_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:crimsite" }, - "result": "create:cut_crimsite_bricks", - "count": 1 + "result": "create:cut_crimsite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_bricks_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_crimsite_bricks_from_stone_types_crimsite_stonecutting.json index a7fb30e840..9d04a8ab15 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_bricks_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_bricks_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:cut_crimsite_bricks", - "count": 1 + "result": "create:cut_crimsite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_crimsite_from_crimsite_stonecutting.json index c2a20100de..98ee42c883 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:crimsite" }, - "result": "create:cut_crimsite", - "count": 1 + "result": "create:cut_crimsite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_crimsite_from_stone_types_crimsite_stonecutting.json index e79117f722..764cda6e25 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:cut_crimsite", - "count": 1 + "result": "create:cut_crimsite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_slab.json b/src/generated/resources/data/create/recipes/cut_crimsite_slab.json index 03d74fbde7..188d88a14f 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_slab.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_crimsite_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_crimsite" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_crimsite_slab", - "count": 6 + "count": 6, + "item": "create:cut_crimsite_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_slab_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_crimsite_slab_from_crimsite_stonecutting.json index cd393df9c3..aca61443e9 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_slab_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_slab_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:crimsite" }, - "result": "create:cut_crimsite_slab", - "count": 2 + "result": "create:cut_crimsite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json index a762a6a307..3afea93233 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:cut_crimsite_slab", - "count": 2 + "result": "create:cut_crimsite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_stairs.json b/src/generated/resources/data/create/recipes/cut_crimsite_stairs.json index af3aa9f880..6c1fe72abe 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_crimsite_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_crimsite" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_crimsite_stairs", - "count": 4 + "count": 4, + "item": "create:cut_crimsite_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_stairs_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_crimsite_stairs_from_crimsite_stonecutting.json index bf63cf76a8..29bd4f5dbf 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_stairs_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_stairs_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:crimsite" }, - "result": "create:cut_crimsite_stairs", - "count": 1 + "result": "create:cut_crimsite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json index ad280173af..215115eb73 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:cut_crimsite_stairs", - "count": 1 + "result": "create:cut_crimsite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_wall.json b/src/generated/resources/data/create/recipes/cut_crimsite_wall.json index 7d963c3520..28eb32e4b7 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_wall.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_crimsite" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_crimsite_wall", - "count": 6 + "count": 6, + "item": "create:cut_crimsite_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_wall_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_crimsite_wall_from_crimsite_stonecutting.json index 12c9c0c5ce..454da3b42e 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_wall_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_wall_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:crimsite" }, - "result": "create:cut_crimsite_wall", - "count": 1 + "result": "create:cut_crimsite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json index 2bc71494fa..933762481b 100644 --- a/src/generated/resources/data/create/recipes/cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:cut_crimsite_wall", - "count": 1 + "result": "create:cut_crimsite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_brick_slab.json b/src/generated/resources/data/create/recipes/cut_deepslate_brick_slab.json index 7ca1f31d5b..f6561a8268 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_brick_slab.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_deepslate_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_deepslate_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_deepslate_brick_slab", - "count": 6 + "count": 6, + "item": "create:cut_deepslate_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_brick_slab_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/cut_deepslate_brick_slab_from_deepslate_stonecutting.json index 78f5b45add..de3db962a5 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_brick_slab_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_brick_slab_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:cut_deepslate_brick_slab", - "count": 2 + "result": "create:cut_deepslate_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json index 0dd66bddc4..8f44fc4ee0 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:cut_deepslate_brick_slab", - "count": 2 + "result": "create:cut_deepslate_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_brick_stairs.json b/src/generated/resources/data/create/recipes/cut_deepslate_brick_stairs.json index 13234ca36a..ed7dc8c1ca 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_deepslate_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_deepslate_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_deepslate_brick_stairs", - "count": 4 + "count": 4, + "item": "create:cut_deepslate_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_brick_stairs_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/cut_deepslate_brick_stairs_from_deepslate_stonecutting.json index 322fbfe736..87eeedd73a 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_brick_stairs_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_brick_stairs_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:cut_deepslate_brick_stairs", - "count": 1 + "result": "create:cut_deepslate_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json index cc713eebd9..55cf440590 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:cut_deepslate_brick_stairs", - "count": 1 + "result": "create:cut_deepslate_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_brick_wall.json b/src/generated/resources/data/create/recipes/cut_deepslate_brick_wall.json index 74b445af8e..02c123999d 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_brick_wall.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_deepslate_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_deepslate_brick_wall", - "count": 6 + "count": 6, + "item": "create:cut_deepslate_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_brick_wall_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/cut_deepslate_brick_wall_from_deepslate_stonecutting.json index c6aab86394..a52ebc7282 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_brick_wall_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_brick_wall_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:cut_deepslate_brick_wall", - "count": 1 + "result": "create:cut_deepslate_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json index 2d065c08ef..b981149eea 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:cut_deepslate_brick_wall", - "count": 1 + "result": "create:cut_deepslate_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_bricks_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/cut_deepslate_bricks_from_deepslate_stonecutting.json index d3bcca6369..439b721f96 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_bricks_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_bricks_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:cut_deepslate_bricks", - "count": 1 + "result": "create:cut_deepslate_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_bricks_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/cut_deepslate_bricks_from_stone_types_deepslate_stonecutting.json index acfa1502e8..2586a08746 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_bricks_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_bricks_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:cut_deepslate_bricks", - "count": 1 + "result": "create:cut_deepslate_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/cut_deepslate_from_deepslate_stonecutting.json index 7cf47a9550..e7d23ce6be 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:cut_deepslate", - "count": 1 + "result": "create:cut_deepslate" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/cut_deepslate_from_stone_types_deepslate_stonecutting.json index fb0dd6ab4c..820c80754a 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:cut_deepslate", - "count": 1 + "result": "create:cut_deepslate" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_slab.json b/src/generated/resources/data/create/recipes/cut_deepslate_slab.json index 91fb983235..a91389c74e 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_slab.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_deepslate_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_deepslate" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_deepslate_slab", - "count": 6 + "count": 6, + "item": "create:cut_deepslate_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_slab_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/cut_deepslate_slab_from_deepslate_stonecutting.json index 4e6b17b1d4..d152a14b69 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_slab_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_slab_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:cut_deepslate_slab", - "count": 2 + "result": "create:cut_deepslate_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json index 492d70134a..434272dad2 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:cut_deepslate_slab", - "count": 2 + "result": "create:cut_deepslate_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_stairs.json b/src/generated/resources/data/create/recipes/cut_deepslate_stairs.json index fcd69fb190..d38873b9a7 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_deepslate_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_deepslate" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_deepslate_stairs", - "count": 4 + "count": 4, + "item": "create:cut_deepslate_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_stairs_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/cut_deepslate_stairs_from_deepslate_stonecutting.json index 2d71b28dfb..b1b1c037e6 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_stairs_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_stairs_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:cut_deepslate_stairs", - "count": 1 + "result": "create:cut_deepslate_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json index 70f8c0fd03..bb92805d71 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:cut_deepslate_stairs", - "count": 1 + "result": "create:cut_deepslate_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_wall.json b/src/generated/resources/data/create/recipes/cut_deepslate_wall.json index 7a2075c31f..0011e25075 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_wall.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_deepslate" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_deepslate_wall", - "count": 6 + "count": 6, + "item": "create:cut_deepslate_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_wall_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/cut_deepslate_wall_from_deepslate_stonecutting.json index bb981f9cf1..c9134f2216 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_wall_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_wall_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:cut_deepslate_wall", - "count": 1 + "result": "create:cut_deepslate_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json index 9c4a7a0b8d..7594fb72a6 100644 --- a/src/generated/resources/data/create/recipes/cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:cut_deepslate_wall", - "count": 1 + "result": "create:cut_deepslate_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_brick_slab.json b/src/generated/resources/data/create/recipes/cut_diorite_brick_slab.json index 07642f60fa..23756898d0 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_brick_slab.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_diorite_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_diorite_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_diorite_brick_slab", - "count": 6 + "count": 6, + "item": "create:cut_diorite_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_brick_slab_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_diorite_brick_slab_from_diorite_stonecutting.json index 92a3e5e889..bdb640fa5b 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_brick_slab_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_brick_slab_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:cut_diorite_brick_slab", - "count": 2 + "result": "create:cut_diorite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_brick_slab_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_diorite_brick_slab_from_stone_types_diorite_stonecutting.json index be3bd9b203..08b0896a9d 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_brick_slab_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_brick_slab_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:cut_diorite_brick_slab", - "count": 2 + "result": "create:cut_diorite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_brick_stairs.json b/src/generated/resources/data/create/recipes/cut_diorite_brick_stairs.json index 8678dd48cf..f9d22207a0 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_diorite_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_diorite_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_diorite_brick_stairs", - "count": 4 + "count": 4, + "item": "create:cut_diorite_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_brick_stairs_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_diorite_brick_stairs_from_diorite_stonecutting.json index 16f98adbbc..8b26dfddc4 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_brick_stairs_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_brick_stairs_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:cut_diorite_brick_stairs", - "count": 1 + "result": "create:cut_diorite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json index 2b7e07a27a..2df0c71ef8 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:cut_diorite_brick_stairs", - "count": 1 + "result": "create:cut_diorite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_brick_wall.json b/src/generated/resources/data/create/recipes/cut_diorite_brick_wall.json index 8c9606eea8..a88e1e7d5c 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_brick_wall.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_diorite_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_diorite_brick_wall", - "count": 6 + "count": 6, + "item": "create:cut_diorite_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_brick_wall_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_diorite_brick_wall_from_diorite_stonecutting.json index a732432aa7..4169a2127d 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_brick_wall_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_brick_wall_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:cut_diorite_brick_wall", - "count": 1 + "result": "create:cut_diorite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_brick_wall_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_diorite_brick_wall_from_stone_types_diorite_stonecutting.json index 01cd9fdc69..4eb6b8f758 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_brick_wall_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_brick_wall_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:cut_diorite_brick_wall", - "count": 1 + "result": "create:cut_diorite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_bricks_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_diorite_bricks_from_diorite_stonecutting.json index ca58ac8bf7..de2b640f60 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_bricks_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_bricks_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:cut_diorite_bricks", - "count": 1 + "result": "create:cut_diorite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_bricks_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_diorite_bricks_from_stone_types_diorite_stonecutting.json index ee2dd47781..5f8d62b97e 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_bricks_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_bricks_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:cut_diorite_bricks", - "count": 1 + "result": "create:cut_diorite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_diorite_from_diorite_stonecutting.json index b846e47a87..dfd8943679 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:cut_diorite", - "count": 1 + "result": "create:cut_diorite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_diorite_from_stone_types_diorite_stonecutting.json index 1d6569fb92..5006bad561 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:cut_diorite", - "count": 1 + "result": "create:cut_diorite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_slab.json b/src/generated/resources/data/create/recipes/cut_diorite_slab.json index f4dae74607..69d1baee0d 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_slab.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_diorite_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_diorite" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_diorite_slab", - "count": 6 + "count": 6, + "item": "create:cut_diorite_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_slab_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_diorite_slab_from_diorite_stonecutting.json index ba2d193e37..952b4ad889 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_slab_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_slab_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:cut_diorite_slab", - "count": 2 + "result": "create:cut_diorite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_slab_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_diorite_slab_from_stone_types_diorite_stonecutting.json index 1112abb94e..056edb6a17 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_slab_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_slab_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:cut_diorite_slab", - "count": 2 + "result": "create:cut_diorite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_stairs.json b/src/generated/resources/data/create/recipes/cut_diorite_stairs.json index 7975d9e9fb..21e046cced 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_diorite_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_diorite" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_diorite_stairs", - "count": 4 + "count": 4, + "item": "create:cut_diorite_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_stairs_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_diorite_stairs_from_diorite_stonecutting.json index 8640a362d3..90fb03d209 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_stairs_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_stairs_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:cut_diorite_stairs", - "count": 1 + "result": "create:cut_diorite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_stairs_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_diorite_stairs_from_stone_types_diorite_stonecutting.json index 6fa50de03d..63739b9ee3 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_stairs_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_stairs_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:cut_diorite_stairs", - "count": 1 + "result": "create:cut_diorite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_wall.json b/src/generated/resources/data/create/recipes/cut_diorite_wall.json index ad4070c85e..e180b84a47 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_wall.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_diorite" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_diorite_wall", - "count": 6 + "count": 6, + "item": "create:cut_diorite_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_wall_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_diorite_wall_from_diorite_stonecutting.json index 5f93e79b25..9aaf13c649 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_wall_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_wall_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:cut_diorite_wall", - "count": 1 + "result": "create:cut_diorite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_diorite_wall_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_diorite_wall_from_stone_types_diorite_stonecutting.json index f9c9690ba7..7c171dd849 100644 --- a/src/generated/resources/data/create/recipes/cut_diorite_wall_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_diorite_wall_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:cut_diorite_wall", - "count": 1 + "result": "create:cut_diorite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_brick_slab.json b/src/generated/resources/data/create/recipes/cut_dripstone_brick_slab.json index 0d326657ef..82adf919fd 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_brick_slab.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_dripstone_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_dripstone_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_dripstone_brick_slab", - "count": 6 + "count": 6, + "item": "create:cut_dripstone_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_brick_slab_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/cut_dripstone_brick_slab_from_dripstone_block_stonecutting.json index 5d312f6aec..07555cb003 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_brick_slab_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_brick_slab_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:cut_dripstone_brick_slab", - "count": 2 + "result": "create:cut_dripstone_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json index f925630326..51523134c6 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:cut_dripstone_brick_slab", - "count": 2 + "result": "create:cut_dripstone_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_brick_stairs.json b/src/generated/resources/data/create/recipes/cut_dripstone_brick_stairs.json index e226e5538d..c680776e9b 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_dripstone_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_dripstone_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_dripstone_brick_stairs", - "count": 4 + "count": 4, + "item": "create:cut_dripstone_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_brick_stairs_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/cut_dripstone_brick_stairs_from_dripstone_block_stonecutting.json index 0b5e5425bf..153dc00897 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_brick_stairs_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_brick_stairs_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:cut_dripstone_brick_stairs", - "count": 1 + "result": "create:cut_dripstone_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json index 3c1d7bf517..a2e9f07b77 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:cut_dripstone_brick_stairs", - "count": 1 + "result": "create:cut_dripstone_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_brick_wall.json b/src/generated/resources/data/create/recipes/cut_dripstone_brick_wall.json index 2cad8e42eb..6b9288126b 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_brick_wall.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_dripstone_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_dripstone_brick_wall", - "count": 6 + "count": 6, + "item": "create:cut_dripstone_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_brick_wall_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/cut_dripstone_brick_wall_from_dripstone_block_stonecutting.json index 0baf61719c..b5bea1ac8c 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_brick_wall_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_brick_wall_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:cut_dripstone_brick_wall", - "count": 1 + "result": "create:cut_dripstone_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json index 3a03dab9a3..20cba78056 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:cut_dripstone_brick_wall", - "count": 1 + "result": "create:cut_dripstone_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_bricks_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/cut_dripstone_bricks_from_dripstone_block_stonecutting.json index 3f4472f419..897dc836b6 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_bricks_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_bricks_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:cut_dripstone_bricks", - "count": 1 + "result": "create:cut_dripstone_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_bricks_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_dripstone_bricks_from_stone_types_dripstone_stonecutting.json index 0875119a19..b35c8311a4 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_bricks_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_bricks_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:cut_dripstone_bricks", - "count": 1 + "result": "create:cut_dripstone_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/cut_dripstone_from_dripstone_block_stonecutting.json index b336999b59..411d69849a 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:cut_dripstone", - "count": 1 + "result": "create:cut_dripstone" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_dripstone_from_stone_types_dripstone_stonecutting.json index 46f2f5f9f3..4e57863014 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:cut_dripstone", - "count": 1 + "result": "create:cut_dripstone" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_slab.json b/src/generated/resources/data/create/recipes/cut_dripstone_slab.json index 90a21e9aba..81d007de12 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_slab.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_dripstone_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_dripstone" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_dripstone_slab", - "count": 6 + "count": 6, + "item": "create:cut_dripstone_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_slab_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/cut_dripstone_slab_from_dripstone_block_stonecutting.json index 09235fa730..a75417ea83 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_slab_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_slab_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:cut_dripstone_slab", - "count": 2 + "result": "create:cut_dripstone_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json index f2fa7b4d07..acd605409a 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:cut_dripstone_slab", - "count": 2 + "result": "create:cut_dripstone_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_stairs.json b/src/generated/resources/data/create/recipes/cut_dripstone_stairs.json index a093984d89..40b575631c 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_dripstone_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_dripstone" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_dripstone_stairs", - "count": 4 + "count": 4, + "item": "create:cut_dripstone_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_stairs_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/cut_dripstone_stairs_from_dripstone_block_stonecutting.json index abd2d38ff3..28b045d1e7 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_stairs_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_stairs_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:cut_dripstone_stairs", - "count": 1 + "result": "create:cut_dripstone_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json index cab80a9c53..a91e633e65 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:cut_dripstone_stairs", - "count": 1 + "result": "create:cut_dripstone_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_wall.json b/src/generated/resources/data/create/recipes/cut_dripstone_wall.json index 62d178a22a..ec271203a5 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_wall.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_dripstone" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_dripstone_wall", - "count": 6 + "count": 6, + "item": "create:cut_dripstone_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_wall_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/cut_dripstone_wall_from_dripstone_block_stonecutting.json index 84bb1c2ac2..3670f4ee45 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_wall_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_wall_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:cut_dripstone_wall", - "count": 1 + "result": "create:cut_dripstone_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json index 3ac00b7106..50c18a5e73 100644 --- a/src/generated/resources/data/create/recipes/cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:cut_dripstone_wall", - "count": 1 + "result": "create:cut_dripstone_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_brick_slab.json b/src/generated/resources/data/create/recipes/cut_granite_brick_slab.json index c18332e7a2..50915c2d7b 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_brick_slab.json +++ b/src/generated/resources/data/create/recipes/cut_granite_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_granite_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_granite_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_granite_brick_slab", - "count": 6 + "count": 6, + "item": "create:cut_granite_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_brick_slab_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_granite_brick_slab_from_granite_stonecutting.json index 96a5d39b74..257dbc1c20 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_brick_slab_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_granite_brick_slab_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:granite" }, - "result": "create:cut_granite_brick_slab", - "count": 2 + "result": "create:cut_granite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_brick_slab_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_granite_brick_slab_from_stone_types_granite_stonecutting.json index 2fedbf3b8e..ee549d8e25 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_brick_slab_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_granite_brick_slab_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:cut_granite_brick_slab", - "count": 2 + "result": "create:cut_granite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_brick_stairs.json b/src/generated/resources/data/create/recipes/cut_granite_brick_stairs.json index 52c6eb7587..146e62d82d 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_granite_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_granite_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_granite_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_granite_brick_stairs", - "count": 4 + "count": 4, + "item": "create:cut_granite_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_brick_stairs_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_granite_brick_stairs_from_granite_stonecutting.json index b2a58072f1..f7a826b700 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_brick_stairs_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_granite_brick_stairs_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:granite" }, - "result": "create:cut_granite_brick_stairs", - "count": 1 + "result": "create:cut_granite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_brick_stairs_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_granite_brick_stairs_from_stone_types_granite_stonecutting.json index 694f629d7f..8b211bcea2 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_brick_stairs_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_granite_brick_stairs_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:cut_granite_brick_stairs", - "count": 1 + "result": "create:cut_granite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_brick_wall.json b/src/generated/resources/data/create/recipes/cut_granite_brick_wall.json index 8647925fee..ae43a78735 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_brick_wall.json +++ b/src/generated/resources/data/create/recipes/cut_granite_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_granite_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_granite_brick_wall", - "count": 6 + "count": 6, + "item": "create:cut_granite_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_brick_wall_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_granite_brick_wall_from_granite_stonecutting.json index 95fda3972c..0a6eecfb93 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_brick_wall_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_granite_brick_wall_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:granite" }, - "result": "create:cut_granite_brick_wall", - "count": 1 + "result": "create:cut_granite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_brick_wall_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_granite_brick_wall_from_stone_types_granite_stonecutting.json index 1fed272641..789bdcd2b6 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_brick_wall_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_granite_brick_wall_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:cut_granite_brick_wall", - "count": 1 + "result": "create:cut_granite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_bricks_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_granite_bricks_from_granite_stonecutting.json index f220122ed7..350d996d13 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_bricks_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_granite_bricks_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:granite" }, - "result": "create:cut_granite_bricks", - "count": 1 + "result": "create:cut_granite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_bricks_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_granite_bricks_from_stone_types_granite_stonecutting.json index 1214483065..eb5608c280 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_bricks_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_granite_bricks_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:cut_granite_bricks", - "count": 1 + "result": "create:cut_granite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_granite_from_granite_stonecutting.json index 428c786ad5..eefa36ac89 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_granite_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:granite" }, - "result": "create:cut_granite", - "count": 1 + "result": "create:cut_granite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_granite_from_stone_types_granite_stonecutting.json index 7087bb9a25..364a6f97e5 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_granite_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:cut_granite", - "count": 1 + "result": "create:cut_granite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_slab.json b/src/generated/resources/data/create/recipes/cut_granite_slab.json index 5c8c9675b4..565e7af517 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_slab.json +++ b/src/generated/resources/data/create/recipes/cut_granite_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_granite_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_granite" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_granite_slab", - "count": 6 + "count": 6, + "item": "create:cut_granite_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_slab_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_granite_slab_from_granite_stonecutting.json index 6a8549a321..cb7b888420 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_slab_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_granite_slab_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:granite" }, - "result": "create:cut_granite_slab", - "count": 2 + "result": "create:cut_granite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_slab_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_granite_slab_from_stone_types_granite_stonecutting.json index 94e7776e35..3fcd12398f 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_slab_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_granite_slab_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:cut_granite_slab", - "count": 2 + "result": "create:cut_granite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_stairs.json b/src/generated/resources/data/create/recipes/cut_granite_stairs.json index 01e6269e8f..4440e73206 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_granite_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_granite_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_granite" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_granite_stairs", - "count": 4 + "count": 4, + "item": "create:cut_granite_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_stairs_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_granite_stairs_from_granite_stonecutting.json index 633eabad54..7cec092f24 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_stairs_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_granite_stairs_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:granite" }, - "result": "create:cut_granite_stairs", - "count": 1 + "result": "create:cut_granite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_stairs_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_granite_stairs_from_stone_types_granite_stonecutting.json index c88fe0efe0..d7b2aee0b2 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_stairs_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_granite_stairs_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:cut_granite_stairs", - "count": 1 + "result": "create:cut_granite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_wall.json b/src/generated/resources/data/create/recipes/cut_granite_wall.json index 7946ed216f..45620cb009 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_wall.json +++ b/src/generated/resources/data/create/recipes/cut_granite_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_granite" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_granite_wall", - "count": 6 + "count": 6, + "item": "create:cut_granite_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_wall_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_granite_wall_from_granite_stonecutting.json index 4b23d1d8e0..8eb8fcc0c0 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_wall_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_granite_wall_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:granite" }, - "result": "create:cut_granite_wall", - "count": 1 + "result": "create:cut_granite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_granite_wall_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/cut_granite_wall_from_stone_types_granite_stonecutting.json index af1798db07..ca8b061784 100644 --- a/src/generated/resources/data/create/recipes/cut_granite_wall_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_granite_wall_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:cut_granite_wall", - "count": 1 + "result": "create:cut_granite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_brick_slab.json b/src/generated/resources/data/create/recipes/cut_limestone_brick_slab.json index 4f17e8a5ed..af666e6b34 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_brick_slab.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_limestone_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_limestone_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_limestone_brick_slab", - "count": 6 + "count": 6, + "item": "create:cut_limestone_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_brick_slab_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_limestone_brick_slab_from_limestone_stonecutting.json index 85464f5570..56ab575d6e 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_brick_slab_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_brick_slab_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:limestone" }, - "result": "create:cut_limestone_brick_slab", - "count": 2 + "result": "create:cut_limestone_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_brick_slab_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_limestone_brick_slab_from_stone_types_limestone_stonecutting.json index 65b84bbb22..25ef0a3f7f 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_brick_slab_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_brick_slab_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:cut_limestone_brick_slab", - "count": 2 + "result": "create:cut_limestone_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_brick_stairs.json b/src/generated/resources/data/create/recipes/cut_limestone_brick_stairs.json index 394f7b3e8d..7897394d14 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_limestone_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_limestone_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_limestone_brick_stairs", - "count": 4 + "count": 4, + "item": "create:cut_limestone_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_brick_stairs_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_limestone_brick_stairs_from_limestone_stonecutting.json index 2bd442cb1c..a17f2e5667 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_brick_stairs_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_brick_stairs_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:limestone" }, - "result": "create:cut_limestone_brick_stairs", - "count": 1 + "result": "create:cut_limestone_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json index cae1327f58..c4a3a426f9 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:cut_limestone_brick_stairs", - "count": 1 + "result": "create:cut_limestone_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_brick_wall.json b/src/generated/resources/data/create/recipes/cut_limestone_brick_wall.json index eec24a3881..efeab5ae90 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_brick_wall.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_limestone_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_limestone_brick_wall", - "count": 6 + "count": 6, + "item": "create:cut_limestone_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_brick_wall_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_limestone_brick_wall_from_limestone_stonecutting.json index f7f3f82e55..3ab1540fb8 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_brick_wall_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_brick_wall_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:limestone" }, - "result": "create:cut_limestone_brick_wall", - "count": 1 + "result": "create:cut_limestone_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_brick_wall_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_limestone_brick_wall_from_stone_types_limestone_stonecutting.json index e14781e0eb..ccbdc13ed0 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_brick_wall_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_brick_wall_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:cut_limestone_brick_wall", - "count": 1 + "result": "create:cut_limestone_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_bricks_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_limestone_bricks_from_limestone_stonecutting.json index 4b7a46e02a..0e19ce62a5 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_bricks_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_bricks_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:limestone" }, - "result": "create:cut_limestone_bricks", - "count": 1 + "result": "create:cut_limestone_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_bricks_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_limestone_bricks_from_stone_types_limestone_stonecutting.json index 8a29600554..84b91669fc 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_bricks_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_bricks_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:cut_limestone_bricks", - "count": 1 + "result": "create:cut_limestone_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_limestone_from_limestone_stonecutting.json index 54cacd25d7..799f1e2e85 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:limestone" }, - "result": "create:cut_limestone", - "count": 1 + "result": "create:cut_limestone" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_limestone_from_stone_types_limestone_stonecutting.json index 74a6980369..2382a3af01 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:cut_limestone", - "count": 1 + "result": "create:cut_limestone" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_slab.json b/src/generated/resources/data/create/recipes/cut_limestone_slab.json index 4326949b38..d0823b1bca 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_slab.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_limestone_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_limestone" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_limestone_slab", - "count": 6 + "count": 6, + "item": "create:cut_limestone_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_slab_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_limestone_slab_from_limestone_stonecutting.json index eb933fe43a..f1a0abf23c 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_slab_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_slab_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:limestone" }, - "result": "create:cut_limestone_slab", - "count": 2 + "result": "create:cut_limestone_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_slab_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_limestone_slab_from_stone_types_limestone_stonecutting.json index 753710ee9a..79f9ec10aa 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_slab_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_slab_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:cut_limestone_slab", - "count": 2 + "result": "create:cut_limestone_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_stairs.json b/src/generated/resources/data/create/recipes/cut_limestone_stairs.json index 5997742eae..9b98652b64 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_limestone_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_limestone" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_limestone_stairs", - "count": 4 + "count": 4, + "item": "create:cut_limestone_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_stairs_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_limestone_stairs_from_limestone_stonecutting.json index bf74242280..ab70cbd386 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_stairs_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_stairs_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:limestone" }, - "result": "create:cut_limestone_stairs", - "count": 1 + "result": "create:cut_limestone_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_stairs_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_limestone_stairs_from_stone_types_limestone_stonecutting.json index f169902cfd..00612f94cf 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_stairs_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_stairs_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:cut_limestone_stairs", - "count": 1 + "result": "create:cut_limestone_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_wall.json b/src/generated/resources/data/create/recipes/cut_limestone_wall.json index 2c15b1e543..b647e831ce 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_wall.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_limestone" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_limestone_wall", - "count": 6 + "count": 6, + "item": "create:cut_limestone_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_wall_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_limestone_wall_from_limestone_stonecutting.json index 641c7a3220..3a283db11d 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_wall_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_wall_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:limestone" }, - "result": "create:cut_limestone_wall", - "count": 1 + "result": "create:cut_limestone_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_limestone_wall_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/cut_limestone_wall_from_stone_types_limestone_stonecutting.json index 620f7f978f..7c6e1ff665 100644 --- a/src/generated/resources/data/create/recipes/cut_limestone_wall_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_limestone_wall_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:cut_limestone_wall", - "count": 1 + "result": "create:cut_limestone_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_brick_slab.json b/src/generated/resources/data/create/recipes/cut_ochrum_brick_slab.json index aaa668eaab..0874032c5e 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_brick_slab.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_ochrum_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_ochrum_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_ochrum_brick_slab", - "count": 6 + "count": 6, + "item": "create:cut_ochrum_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_brick_slab_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/cut_ochrum_brick_slab_from_ochrum_stonecutting.json index fdfc4cb587..084b2bff3b 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_brick_slab_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_brick_slab_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:ochrum" }, - "result": "create:cut_ochrum_brick_slab", - "count": 2 + "result": "create:cut_ochrum_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json index f405bfb1e9..273b955585 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:cut_ochrum_brick_slab", - "count": 2 + "result": "create:cut_ochrum_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_brick_stairs.json b/src/generated/resources/data/create/recipes/cut_ochrum_brick_stairs.json index ab86bca36c..835782749a 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_ochrum_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_ochrum_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_ochrum_brick_stairs", - "count": 4 + "count": 4, + "item": "create:cut_ochrum_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_brick_stairs_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/cut_ochrum_brick_stairs_from_ochrum_stonecutting.json index c30adcd8b7..7e202eb39f 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_brick_stairs_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_brick_stairs_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:ochrum" }, - "result": "create:cut_ochrum_brick_stairs", - "count": 1 + "result": "create:cut_ochrum_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json index 8a8c06db69..e2be6356f9 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:cut_ochrum_brick_stairs", - "count": 1 + "result": "create:cut_ochrum_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_brick_wall.json b/src/generated/resources/data/create/recipes/cut_ochrum_brick_wall.json index 3a0ffe5cdc..cb8191e3b1 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_brick_wall.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_ochrum_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_ochrum_brick_wall", - "count": 6 + "count": 6, + "item": "create:cut_ochrum_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_brick_wall_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/cut_ochrum_brick_wall_from_ochrum_stonecutting.json index bc2fb08a3e..56c816660a 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_brick_wall_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_brick_wall_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:ochrum" }, - "result": "create:cut_ochrum_brick_wall", - "count": 1 + "result": "create:cut_ochrum_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json index 5d1a5c62b7..899a885cb8 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:cut_ochrum_brick_wall", - "count": 1 + "result": "create:cut_ochrum_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_bricks_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/cut_ochrum_bricks_from_ochrum_stonecutting.json index fbe3b0c422..db34dfd889 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_bricks_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_bricks_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:ochrum" }, - "result": "create:cut_ochrum_bricks", - "count": 1 + "result": "create:cut_ochrum_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_bricks_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/cut_ochrum_bricks_from_stone_types_ochrum_stonecutting.json index a5da0f99cd..0baa76f89c 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_bricks_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_bricks_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:cut_ochrum_bricks", - "count": 1 + "result": "create:cut_ochrum_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/cut_ochrum_from_ochrum_stonecutting.json index e71ff1de92..5b5a4be974 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:ochrum" }, - "result": "create:cut_ochrum", - "count": 1 + "result": "create:cut_ochrum" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/cut_ochrum_from_stone_types_ochrum_stonecutting.json index ee3da71344..138ae66cde 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:cut_ochrum", - "count": 1 + "result": "create:cut_ochrum" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_slab.json b/src/generated/resources/data/create/recipes/cut_ochrum_slab.json index 6b8b887717..219dc70ffa 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_slab.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_ochrum_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_ochrum" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_ochrum_slab", - "count": 6 + "count": 6, + "item": "create:cut_ochrum_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_slab_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/cut_ochrum_slab_from_ochrum_stonecutting.json index 3144a3a706..a35cd2d1f4 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_slab_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_slab_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:ochrum" }, - "result": "create:cut_ochrum_slab", - "count": 2 + "result": "create:cut_ochrum_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json index 448e20e903..18317454cc 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:cut_ochrum_slab", - "count": 2 + "result": "create:cut_ochrum_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_stairs.json b/src/generated/resources/data/create/recipes/cut_ochrum_stairs.json index 1a3c62b3cb..0656263062 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_ochrum_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_ochrum" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_ochrum_stairs", - "count": 4 + "count": 4, + "item": "create:cut_ochrum_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_stairs_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/cut_ochrum_stairs_from_ochrum_stonecutting.json index b0560202e1..237448d7fb 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_stairs_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_stairs_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:ochrum" }, - "result": "create:cut_ochrum_stairs", - "count": 1 + "result": "create:cut_ochrum_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json index 70eadadc8c..c8ecaab130 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:cut_ochrum_stairs", - "count": 1 + "result": "create:cut_ochrum_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_wall.json b/src/generated/resources/data/create/recipes/cut_ochrum_wall.json index 5b19112cb6..4c492580d2 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_wall.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_ochrum" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_ochrum_wall", - "count": 6 + "count": 6, + "item": "create:cut_ochrum_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_wall_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/cut_ochrum_wall_from_ochrum_stonecutting.json index de1b5154a6..d5325ccdc5 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_wall_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_wall_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:ochrum" }, - "result": "create:cut_ochrum_wall", - "count": 1 + "result": "create:cut_ochrum_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json index db1f6c07af..3822b6fee4 100644 --- a/src/generated/resources/data/create/recipes/cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:cut_ochrum_wall", - "count": 1 + "result": "create:cut_ochrum_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_brick_slab.json b/src/generated/resources/data/create/recipes/cut_scorchia_brick_slab.json index 734fd8a175..e697030a01 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_brick_slab.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_scorchia_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_scorchia_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_scorchia_brick_slab", - "count": 6 + "count": 6, + "item": "create:cut_scorchia_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_brick_slab_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scorchia_brick_slab_from_scorchia_stonecutting.json index c000ad5c37..87ccc92480 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_brick_slab_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_brick_slab_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:scorchia" }, - "result": "create:cut_scorchia_brick_slab", - "count": 2 + "result": "create:cut_scorchia_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json index 1309f5c950..02935a4ed1 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:cut_scorchia_brick_slab", - "count": 2 + "result": "create:cut_scorchia_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_brick_stairs.json b/src/generated/resources/data/create/recipes/cut_scorchia_brick_stairs.json index 4fcf413ec1..fa3b7f4cb5 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_scorchia_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_scorchia_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_scorchia_brick_stairs", - "count": 4 + "count": 4, + "item": "create:cut_scorchia_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_brick_stairs_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scorchia_brick_stairs_from_scorchia_stonecutting.json index bfeb5c6088..80784d07ae 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_brick_stairs_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_brick_stairs_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scorchia" }, - "result": "create:cut_scorchia_brick_stairs", - "count": 1 + "result": "create:cut_scorchia_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json index a6ff578984..d9b6d9e171 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:cut_scorchia_brick_stairs", - "count": 1 + "result": "create:cut_scorchia_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_brick_wall.json b/src/generated/resources/data/create/recipes/cut_scorchia_brick_wall.json index c0898b8abf..42f4fc25d3 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_brick_wall.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_scorchia_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_scorchia_brick_wall", - "count": 6 + "count": 6, + "item": "create:cut_scorchia_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_brick_wall_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scorchia_brick_wall_from_scorchia_stonecutting.json index 53a9d45957..104cfa2f9b 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_brick_wall_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_brick_wall_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scorchia" }, - "result": "create:cut_scorchia_brick_wall", - "count": 1 + "result": "create:cut_scorchia_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json index 6b64e62137..5e4c81f219 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:cut_scorchia_brick_wall", - "count": 1 + "result": "create:cut_scorchia_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_bricks_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scorchia_bricks_from_scorchia_stonecutting.json index 1034f3b613..a857f221ff 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_bricks_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_bricks_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scorchia" }, - "result": "create:cut_scorchia_bricks", - "count": 1 + "result": "create:cut_scorchia_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_bricks_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scorchia_bricks_from_stone_types_scorchia_stonecutting.json index 108d8e1727..7baa46e9a2 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_bricks_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_bricks_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:cut_scorchia_bricks", - "count": 1 + "result": "create:cut_scorchia_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scorchia_from_scorchia_stonecutting.json index fba16329d7..677e0138cb 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scorchia" }, - "result": "create:cut_scorchia", - "count": 1 + "result": "create:cut_scorchia" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scorchia_from_stone_types_scorchia_stonecutting.json index 2c4bb48ad3..c9cdbe2e91 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:cut_scorchia", - "count": 1 + "result": "create:cut_scorchia" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_slab.json b/src/generated/resources/data/create/recipes/cut_scorchia_slab.json index 26385d503c..8dde92b388 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_slab.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_scorchia_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_scorchia" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_scorchia_slab", - "count": 6 + "count": 6, + "item": "create:cut_scorchia_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_slab_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scorchia_slab_from_scorchia_stonecutting.json index 59e29292c6..0c54c04c88 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_slab_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_slab_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:scorchia" }, - "result": "create:cut_scorchia_slab", - "count": 2 + "result": "create:cut_scorchia_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json index 4575aad056..f3c1f97da6 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:cut_scorchia_slab", - "count": 2 + "result": "create:cut_scorchia_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_stairs.json b/src/generated/resources/data/create/recipes/cut_scorchia_stairs.json index e7f8f33fdf..fc841a84ce 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_scorchia_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_scorchia" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_scorchia_stairs", - "count": 4 + "count": 4, + "item": "create:cut_scorchia_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_stairs_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scorchia_stairs_from_scorchia_stonecutting.json index 12d23a164d..d81115f569 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_stairs_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_stairs_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scorchia" }, - "result": "create:cut_scorchia_stairs", - "count": 1 + "result": "create:cut_scorchia_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json index 85a340e3bd..f5efdfdc31 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:cut_scorchia_stairs", - "count": 1 + "result": "create:cut_scorchia_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_wall.json b/src/generated/resources/data/create/recipes/cut_scorchia_wall.json index 38efe4080e..caf297c0dd 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_wall.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_scorchia" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_scorchia_wall", - "count": 6 + "count": 6, + "item": "create:cut_scorchia_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_wall_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scorchia_wall_from_scorchia_stonecutting.json index 4be94b90d2..c75e03d2d9 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_wall_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_wall_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scorchia" }, - "result": "create:cut_scorchia_wall", - "count": 1 + "result": "create:cut_scorchia_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json index 632a5b1212..0069f5f26c 100644 --- a/src/generated/resources/data/create/recipes/cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:cut_scorchia_wall", - "count": 1 + "result": "create:cut_scorchia_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_brick_slab.json b/src/generated/resources/data/create/recipes/cut_scoria_brick_slab.json index 15e7ae5efe..44980d5997 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_brick_slab.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_scoria_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_scoria_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_scoria_brick_slab", - "count": 6 + "count": 6, + "item": "create:cut_scoria_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_brick_slab_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scoria_brick_slab_from_scoria_stonecutting.json index e3511ca2a6..d7f07c8b51 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_brick_slab_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_brick_slab_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:scoria" }, - "result": "create:cut_scoria_brick_slab", - "count": 2 + "result": "create:cut_scoria_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_brick_slab_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scoria_brick_slab_from_stone_types_scoria_stonecutting.json index a8888505db..4cc3354831 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_brick_slab_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_brick_slab_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:cut_scoria_brick_slab", - "count": 2 + "result": "create:cut_scoria_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_brick_stairs.json b/src/generated/resources/data/create/recipes/cut_scoria_brick_stairs.json index 250f5b6312..2df48634a8 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_scoria_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_scoria_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_scoria_brick_stairs", - "count": 4 + "count": 4, + "item": "create:cut_scoria_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_brick_stairs_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scoria_brick_stairs_from_scoria_stonecutting.json index f88949d3a8..0cec52dd0b 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_brick_stairs_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_brick_stairs_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scoria" }, - "result": "create:cut_scoria_brick_stairs", - "count": 1 + "result": "create:cut_scoria_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json index 1096d75cd7..523cab996c 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:cut_scoria_brick_stairs", - "count": 1 + "result": "create:cut_scoria_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_brick_wall.json b/src/generated/resources/data/create/recipes/cut_scoria_brick_wall.json index e0f16e9d81..487d19c576 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_brick_wall.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_scoria_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_scoria_brick_wall", - "count": 6 + "count": 6, + "item": "create:cut_scoria_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_brick_wall_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scoria_brick_wall_from_scoria_stonecutting.json index 2938482161..90334fb6ad 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_brick_wall_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_brick_wall_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scoria" }, - "result": "create:cut_scoria_brick_wall", - "count": 1 + "result": "create:cut_scoria_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_brick_wall_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scoria_brick_wall_from_stone_types_scoria_stonecutting.json index daf743c8e4..d5b5e3c97b 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_brick_wall_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_brick_wall_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:cut_scoria_brick_wall", - "count": 1 + "result": "create:cut_scoria_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_bricks_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scoria_bricks_from_scoria_stonecutting.json index 411528683c..75f17a978f 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_bricks_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_bricks_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scoria" }, - "result": "create:cut_scoria_bricks", - "count": 1 + "result": "create:cut_scoria_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_bricks_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scoria_bricks_from_stone_types_scoria_stonecutting.json index fe87993ee6..588b17e7ac 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_bricks_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_bricks_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:cut_scoria_bricks", - "count": 1 + "result": "create:cut_scoria_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scoria_from_scoria_stonecutting.json index 2217b57757..a234de2355 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scoria" }, - "result": "create:cut_scoria", - "count": 1 + "result": "create:cut_scoria" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scoria_from_stone_types_scoria_stonecutting.json index 2230113b97..6366891299 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:cut_scoria", - "count": 1 + "result": "create:cut_scoria" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_slab.json b/src/generated/resources/data/create/recipes/cut_scoria_slab.json index 894d6bd3e9..fc90899fbf 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_slab.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_scoria_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_scoria" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_scoria_slab", - "count": 6 + "count": 6, + "item": "create:cut_scoria_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_slab_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scoria_slab_from_scoria_stonecutting.json index 5be3baa942..ac3778fcd5 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_slab_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_slab_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:scoria" }, - "result": "create:cut_scoria_slab", - "count": 2 + "result": "create:cut_scoria_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_slab_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scoria_slab_from_stone_types_scoria_stonecutting.json index 694b2849f9..04b3940c0c 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_slab_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_slab_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:cut_scoria_slab", - "count": 2 + "result": "create:cut_scoria_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_stairs.json b/src/generated/resources/data/create/recipes/cut_scoria_stairs.json index 5a31ff549b..ba6ff85195 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_scoria_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_scoria" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_scoria_stairs", - "count": 4 + "count": 4, + "item": "create:cut_scoria_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_stairs_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scoria_stairs_from_scoria_stonecutting.json index c85eb0510a..e3c25837cb 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_stairs_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_stairs_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scoria" }, - "result": "create:cut_scoria_stairs", - "count": 1 + "result": "create:cut_scoria_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_stairs_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scoria_stairs_from_stone_types_scoria_stonecutting.json index 82f230d0e4..b09c1747d0 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_stairs_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_stairs_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:cut_scoria_stairs", - "count": 1 + "result": "create:cut_scoria_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_wall.json b/src/generated/resources/data/create/recipes/cut_scoria_wall.json index 872eac25d2..b5688a080a 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_wall.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_scoria" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_scoria_wall", - "count": 6 + "count": 6, + "item": "create:cut_scoria_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_wall_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scoria_wall_from_scoria_stonecutting.json index 5aee65ad4e..6bfc7eb5f8 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_wall_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_wall_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scoria" }, - "result": "create:cut_scoria_wall", - "count": 1 + "result": "create:cut_scoria_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_scoria_wall_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/cut_scoria_wall_from_stone_types_scoria_stonecutting.json index a7ef8c9fd2..6a0d5094d4 100644 --- a/src/generated/resources/data/create/recipes/cut_scoria_wall_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_scoria_wall_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:cut_scoria_wall", - "count": 1 + "result": "create:cut_scoria_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_brick_slab.json b/src/generated/resources/data/create/recipes/cut_tuff_brick_slab.json index f985b5da06..aecbeffce9 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_brick_slab.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_tuff_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_tuff_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_tuff_brick_slab", - "count": 6 + "count": 6, + "item": "create:cut_tuff_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_brick_slab_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/cut_tuff_brick_slab_from_stone_types_tuff_stonecutting.json index a51f4304e7..09a5cba2fc 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_brick_slab_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_brick_slab_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:cut_tuff_brick_slab", - "count": 2 + "result": "create:cut_tuff_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_brick_slab_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/cut_tuff_brick_slab_from_tuff_stonecutting.json index e8034a0c31..44ff9be7e2 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_brick_slab_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_brick_slab_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:cut_tuff_brick_slab", - "count": 2 + "result": "create:cut_tuff_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_brick_stairs.json b/src/generated/resources/data/create/recipes/cut_tuff_brick_stairs.json index b4bfa6a067..fba0664700 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_tuff_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_tuff_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_tuff_brick_stairs", - "count": 4 + "count": 4, + "item": "create:cut_tuff_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json index 8cef91cba5..3b5cec6ab8 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:cut_tuff_brick_stairs", - "count": 1 + "result": "create:cut_tuff_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_brick_stairs_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/cut_tuff_brick_stairs_from_tuff_stonecutting.json index 20ac6d7364..984e9e8628 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_brick_stairs_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_brick_stairs_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:cut_tuff_brick_stairs", - "count": 1 + "result": "create:cut_tuff_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_brick_wall.json b/src/generated/resources/data/create/recipes/cut_tuff_brick_wall.json index c0b86696e4..e602a0ea9f 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_brick_wall.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_tuff_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_tuff_brick_wall", - "count": 6 + "count": 6, + "item": "create:cut_tuff_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_brick_wall_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/cut_tuff_brick_wall_from_stone_types_tuff_stonecutting.json index 501760a818..8b7c52c3e7 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_brick_wall_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_brick_wall_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:cut_tuff_brick_wall", - "count": 1 + "result": "create:cut_tuff_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_brick_wall_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/cut_tuff_brick_wall_from_tuff_stonecutting.json index f00e156fe0..41085ab7a7 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_brick_wall_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_brick_wall_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:cut_tuff_brick_wall", - "count": 1 + "result": "create:cut_tuff_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_bricks_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/cut_tuff_bricks_from_stone_types_tuff_stonecutting.json index a33af9f42a..d2e75134c7 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_bricks_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_bricks_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:cut_tuff_bricks", - "count": 1 + "result": "create:cut_tuff_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_bricks_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/cut_tuff_bricks_from_tuff_stonecutting.json index c95e4af73d..63573d9a28 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_bricks_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_bricks_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:cut_tuff_bricks", - "count": 1 + "result": "create:cut_tuff_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/cut_tuff_from_stone_types_tuff_stonecutting.json index 5442d072f1..908b47b065 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:cut_tuff", - "count": 1 + "result": "create:cut_tuff" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/cut_tuff_from_tuff_stonecutting.json index 09032f0b4f..7b283bca4a 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:cut_tuff", - "count": 1 + "result": "create:cut_tuff" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_slab.json b/src/generated/resources/data/create/recipes/cut_tuff_slab.json index 98ceef7e22..50896f70fb 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_slab.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_tuff_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_tuff" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_tuff_slab", - "count": 6 + "count": 6, + "item": "create:cut_tuff_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_slab_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/cut_tuff_slab_from_stone_types_tuff_stonecutting.json index 71359ce0cc..bb926a26b1 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_slab_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_slab_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:cut_tuff_slab", - "count": 2 + "result": "create:cut_tuff_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_slab_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/cut_tuff_slab_from_tuff_stonecutting.json index e05b276e7a..5659f310b3 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_slab_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_slab_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:cut_tuff_slab", - "count": 2 + "result": "create:cut_tuff_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_stairs.json b/src/generated/resources/data/create/recipes/cut_tuff_stairs.json index b9d9ae09bb..d304ec4014 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_tuff_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_tuff" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_tuff_stairs", - "count": 4 + "count": 4, + "item": "create:cut_tuff_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_stairs_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/cut_tuff_stairs_from_stone_types_tuff_stonecutting.json index a6ee62dc47..9dc16ae828 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_stairs_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_stairs_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:cut_tuff_stairs", - "count": 1 + "result": "create:cut_tuff_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_stairs_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/cut_tuff_stairs_from_tuff_stonecutting.json index 66fe1fa2c1..9fae6e5406 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_stairs_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_stairs_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:cut_tuff_stairs", - "count": 1 + "result": "create:cut_tuff_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_wall.json b/src/generated/resources/data/create/recipes/cut_tuff_wall.json index f93577cb2b..2c08adf6b8 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_wall.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_tuff" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_tuff_wall", - "count": 6 + "count": 6, + "item": "create:cut_tuff_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_wall_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/cut_tuff_wall_from_stone_types_tuff_stonecutting.json index 850e8b6297..9139b5ea87 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_wall_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_wall_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:cut_tuff_wall", - "count": 1 + "result": "create:cut_tuff_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_tuff_wall_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/cut_tuff_wall_from_tuff_stonecutting.json index e4e2bee9a6..0c7d24b678 100644 --- a/src/generated/resources/data/create/recipes/cut_tuff_wall_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_tuff_wall_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:cut_tuff_wall", - "count": 1 + "result": "create:cut_tuff_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_brick_slab.json b/src/generated/resources/data/create/recipes/cut_veridium_brick_slab.json index 0d20b22084..9ae1a51e33 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_brick_slab.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_veridium_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_veridium_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_veridium_brick_slab", - "count": 6 + "count": 6, + "item": "create:cut_veridium_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_brick_slab_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/cut_veridium_brick_slab_from_stone_types_veridium_stonecutting.json index b6ace5c165..6f4447aef6 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_brick_slab_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_brick_slab_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:cut_veridium_brick_slab", - "count": 2 + "result": "create:cut_veridium_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_brick_slab_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/cut_veridium_brick_slab_from_veridium_stonecutting.json index f2ac0276a2..e11c98b8d3 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_brick_slab_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_brick_slab_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:veridium" }, - "result": "create:cut_veridium_brick_slab", - "count": 2 + "result": "create:cut_veridium_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_brick_stairs.json b/src/generated/resources/data/create/recipes/cut_veridium_brick_stairs.json index f789312a66..ebdb2df284 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_veridium_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_veridium_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_veridium_brick_stairs", - "count": 4 + "count": 4, + "item": "create:cut_veridium_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json index 7051ebef3f..ec2664a741 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:cut_veridium_brick_stairs", - "count": 1 + "result": "create:cut_veridium_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_brick_stairs_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/cut_veridium_brick_stairs_from_veridium_stonecutting.json index 4d318a47ec..085e58b58c 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_brick_stairs_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_brick_stairs_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:veridium" }, - "result": "create:cut_veridium_brick_stairs", - "count": 1 + "result": "create:cut_veridium_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_brick_wall.json b/src/generated/resources/data/create/recipes/cut_veridium_brick_wall.json index 2900dac25e..a416659728 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_brick_wall.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_veridium_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_veridium_brick_wall", - "count": 6 + "count": 6, + "item": "create:cut_veridium_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_brick_wall_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/cut_veridium_brick_wall_from_stone_types_veridium_stonecutting.json index 45e16dd915..04d5e3af0a 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_brick_wall_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_brick_wall_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:cut_veridium_brick_wall", - "count": 1 + "result": "create:cut_veridium_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_brick_wall_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/cut_veridium_brick_wall_from_veridium_stonecutting.json index a7b8f9fb80..86d1bfa5cc 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_brick_wall_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_brick_wall_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:veridium" }, - "result": "create:cut_veridium_brick_wall", - "count": 1 + "result": "create:cut_veridium_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_bricks_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/cut_veridium_bricks_from_stone_types_veridium_stonecutting.json index d4de97d327..6ef0b48e2a 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_bricks_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_bricks_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:cut_veridium_bricks", - "count": 1 + "result": "create:cut_veridium_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_bricks_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/cut_veridium_bricks_from_veridium_stonecutting.json index 96985ae8b9..7a68d7c4cb 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_bricks_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_bricks_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:veridium" }, - "result": "create:cut_veridium_bricks", - "count": 1 + "result": "create:cut_veridium_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/cut_veridium_from_stone_types_veridium_stonecutting.json index a143e1dd08..97fe693611 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:cut_veridium", - "count": 1 + "result": "create:cut_veridium" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/cut_veridium_from_veridium_stonecutting.json index 9e0f2dbd6f..ee7e46926a 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:veridium" }, - "result": "create:cut_veridium", - "count": 1 + "result": "create:cut_veridium" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_slab.json b/src/generated/resources/data/create/recipes/cut_veridium_slab.json index 4892f2e470..8d80938041 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_slab.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "cut_veridium_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:cut_veridium" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:cut_veridium_slab", - "count": 6 + "count": 6, + "item": "create:cut_veridium_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_slab_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/cut_veridium_slab_from_stone_types_veridium_stonecutting.json index c86f661ea4..cd5c0117b7 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_slab_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_slab_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:cut_veridium_slab", - "count": 2 + "result": "create:cut_veridium_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_slab_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/cut_veridium_slab_from_veridium_stonecutting.json index 812f69f40d..7db3bc28d5 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_slab_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_slab_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:veridium" }, - "result": "create:cut_veridium_slab", - "count": 2 + "result": "create:cut_veridium_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_stairs.json b/src/generated/resources/data/create/recipes/cut_veridium_stairs.json index 4167cbc840..a2eceec4cd 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_stairs.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "cut_veridium_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:cut_veridium" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:cut_veridium_stairs", - "count": 4 + "count": 4, + "item": "create:cut_veridium_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_stairs_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/cut_veridium_stairs_from_stone_types_veridium_stonecutting.json index dae1a0aa25..4c38075d27 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_stairs_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_stairs_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:cut_veridium_stairs", - "count": 1 + "result": "create:cut_veridium_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_stairs_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/cut_veridium_stairs_from_veridium_stonecutting.json index 1cbd1aeded..e531a3444c 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_stairs_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_stairs_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:veridium" }, - "result": "create:cut_veridium_stairs", - "count": 1 + "result": "create:cut_veridium_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_wall.json b/src/generated/resources/data/create/recipes/cut_veridium_wall.json index 1d1fe07081..aeeeb318d9 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_wall.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:cut_veridium" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:cut_veridium_wall", - "count": 6 + "count": 6, + "item": "create:cut_veridium_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_wall_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/cut_veridium_wall_from_stone_types_veridium_stonecutting.json index faffae57f1..b29ef7a0fd 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_wall_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_wall_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:cut_veridium_wall", - "count": 1 + "result": "create:cut_veridium_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cut_veridium_wall_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/cut_veridium_wall_from_veridium_stonecutting.json index 5bca497759..119d64321b 100644 --- a/src/generated/resources/data/create/recipes/cut_veridium_wall_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/cut_veridium_wall_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:veridium" }, - "result": "create:cut_veridium_wall", - "count": 1 + "result": "create:cut_veridium_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/acacia_log.json b/src/generated/resources/data/create/recipes/cutting/acacia_log.json index c465f9ad06..180bfe30a4 100644 --- a/src/generated/resources/data/create/recipes/cutting/acacia_log.json +++ b/src/generated/resources/data/create/recipes/cutting/acacia_log.json @@ -5,10 +5,10 @@ "item": "minecraft:acacia_log" } ], + "processingTime": 50, "results": [ { "item": "minecraft:stripped_acacia_log" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/acacia_wood.json b/src/generated/resources/data/create/recipes/cutting/acacia_wood.json index 7eecca4d97..1832e3b5f6 100644 --- a/src/generated/resources/data/create/recipes/cutting/acacia_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/acacia_wood.json @@ -5,10 +5,10 @@ "item": "minecraft:acacia_wood" } ], + "processingTime": 50, "results": [ { "item": "minecraft:stripped_acacia_wood" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/andesite_alloy.json b/src/generated/resources/data/create/recipes/cutting/andesite_alloy.json index e43f2d56a3..23536f3c27 100644 --- a/src/generated/resources/data/create/recipes/cutting/andesite_alloy.json +++ b/src/generated/resources/data/create/recipes/cutting/andesite_alloy.json @@ -5,11 +5,11 @@ "item": "create:andesite_alloy" } ], + "processingTime": 200, "results": [ { - "item": "create:shaft", - "count": 6 + "count": 6, + "item": "create:shaft" } - ], - "processingTime": 200 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/birch_log.json b/src/generated/resources/data/create/recipes/cutting/birch_log.json index 2d83dee9cc..9aae8a8c29 100644 --- a/src/generated/resources/data/create/recipes/cutting/birch_log.json +++ b/src/generated/resources/data/create/recipes/cutting/birch_log.json @@ -5,10 +5,10 @@ "item": "minecraft:birch_log" } ], + "processingTime": 50, "results": [ { "item": "minecraft:stripped_birch_log" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/birch_wood.json b/src/generated/resources/data/create/recipes/cutting/birch_wood.json index 8f49a79dc6..727e50fefb 100644 --- a/src/generated/resources/data/create/recipes/cutting/birch_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/birch_wood.json @@ -5,10 +5,10 @@ "item": "minecraft:birch_wood" } ], + "processingTime": 50, "results": [ { "item": "minecraft:stripped_birch_wood" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/stripped_twisted_log.json b/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/stripped_twisted_log.json index 76bdf75193..b956d8920e 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/stripped_twisted_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/stripped_twisted_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "architects_palette" + } + ], "ingredients": [ { "item": "architects_palette:stripped_twisted_log" } ], + "processingTime": 50, "results": [ { - "item": "architects_palette:twisted_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "architects_palette", - "type": "forge:mod_loaded" + "count": 6, + "item": "architects_palette:twisted_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/stripped_twisted_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/stripped_twisted_wood.json index 7ddbd23c56..a4e1df53f8 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/stripped_twisted_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/stripped_twisted_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "architects_palette" + } + ], "ingredients": [ { "item": "architects_palette:stripped_twisted_wood" } ], + "processingTime": 50, "results": [ { - "item": "architects_palette:twisted_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "architects_palette", - "type": "forge:mod_loaded" + "count": 6, + "item": "architects_palette:twisted_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/twisted_log.json b/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/twisted_log.json index a1db334df7..154c98ca9c 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/twisted_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/twisted_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "architects_palette" + } + ], "ingredients": [ { "item": "architects_palette:twisted_log" } ], + "processingTime": 50, "results": [ { "item": "architects_palette:stripped_twisted_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "architects_palette", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/twisted_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/twisted_wood.json index 2fc277c093..039d74fdf7 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/twisted_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/twisted_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "architects_palette" + } + ], "ingredients": [ { "item": "architects_palette:twisted_wood" } ], + "processingTime": 50, "results": [ { "item": "architects_palette:stripped_twisted_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "architects_palette", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_log.json index 4217ae8b35..58468d641d 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], "ingredients": [ { "item": "ars_nouveau:blue_archwood_log" } ], + "processingTime": 50, "results": [ { "item": "ars_nouveau:stripped_blue_archwood_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ars_nouveau", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_wood.json index a77c99ee5e..05722102db 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], "ingredients": [ { "item": "ars_nouveau:blue_archwood_wood" } ], + "processingTime": 50, "results": [ { "item": "ars_nouveau:stripped_blue_archwood_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ars_nouveau", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/green_archwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/green_archwood_log.json index 8d6738aea2..0012113bbf 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/green_archwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/green_archwood_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], "ingredients": [ { "item": "ars_nouveau:green_archwood_log" } ], + "processingTime": 50, "results": [ { "item": "ars_nouveau:stripped_green_archwood_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ars_nouveau", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/green_archwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/green_archwood_wood.json index c2bfc80cfe..c8b770205e 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/green_archwood_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/green_archwood_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], "ingredients": [ { "item": "ars_nouveau:green_archwood_wood" } ], + "processingTime": 50, "results": [ { "item": "ars_nouveau:stripped_green_archwood_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ars_nouveau", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_log.json index 36a4c8408e..557c0c3650 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], "ingredients": [ { "item": "ars_nouveau:purple_archwood_log" } ], + "processingTime": 50, "results": [ { "item": "ars_nouveau:stripped_purple_archwood_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ars_nouveau", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_wood.json index 8f953a35e9..30b774a288 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], "ingredients": [ { "item": "ars_nouveau:purple_archwood_wood" } ], + "processingTime": 50, "results": [ { "item": "ars_nouveau:stripped_purple_archwood_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ars_nouveau", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/red_archwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/red_archwood_log.json index a2ac63d95e..9656d2dae3 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/red_archwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/red_archwood_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], "ingredients": [ { "item": "ars_nouveau:red_archwood_log" } ], + "processingTime": 50, "results": [ { "item": "ars_nouveau:stripped_red_archwood_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ars_nouveau", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/red_archwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/red_archwood_wood.json index ed47054f9e..72017e3ad8 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/red_archwood_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/red_archwood_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], "ingredients": [ { "item": "ars_nouveau:red_archwood_wood" } ], + "processingTime": 50, "results": [ { "item": "ars_nouveau:stripped_red_archwood_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ars_nouveau", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json index 02cfc3454e..9c5fe6e0b7 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], "ingredients": [ { "item": "ars_nouveau:stripped_blue_archwood_log" } ], + "processingTime": 50, "results": [ { - "item": "ars_nouveau:archwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ars_nouveau", - "type": "forge:mod_loaded" + "count": 6, + "item": "ars_nouveau:archwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json index 54aa8a506d..037a5c475b 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], "ingredients": [ { "item": "ars_nouveau:stripped_blue_archwood_wood" } ], + "processingTime": 50, "results": [ { - "item": "ars_nouveau:archwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ars_nouveau", - "type": "forge:mod_loaded" + "count": 6, + "item": "ars_nouveau:archwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_log.json index 5f6cf08a7b..3a376778d3 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], "ingredients": [ { "item": "ars_nouveau:stripped_green_archwood_log" } ], + "processingTime": 50, "results": [ { - "item": "ars_nouveau:archwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ars_nouveau", - "type": "forge:mod_loaded" + "count": 6, + "item": "ars_nouveau:archwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json index fb27057e8f..72de7c3a04 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], "ingredients": [ { "item": "ars_nouveau:stripped_green_archwood_wood" } ], + "processingTime": 50, "results": [ { - "item": "ars_nouveau:archwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ars_nouveau", - "type": "forge:mod_loaded" + "count": 6, + "item": "ars_nouveau:archwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json index 6b371e7773..faaae83054 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], "ingredients": [ { "item": "ars_nouveau:stripped_purple_archwood_log" } ], + "processingTime": 50, "results": [ { - "item": "ars_nouveau:archwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ars_nouveau", - "type": "forge:mod_loaded" + "count": 6, + "item": "ars_nouveau:archwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json index 48ca82c910..a852900da6 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], "ingredients": [ { "item": "ars_nouveau:stripped_purple_archwood_wood" } ], + "processingTime": 50, "results": [ { - "item": "ars_nouveau:archwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ars_nouveau", - "type": "forge:mod_loaded" + "count": 6, + "item": "ars_nouveau:archwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_log.json index 9da86001b7..d19c683275 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], "ingredients": [ { "item": "ars_nouveau:stripped_red_archwood_log" } ], + "processingTime": 50, "results": [ { - "item": "ars_nouveau:archwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ars_nouveau", - "type": "forge:mod_loaded" + "count": 6, + "item": "ars_nouveau:archwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json index aa7c697df7..07025d2bd5 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], "ingredients": [ { "item": "ars_nouveau:stripped_red_archwood_wood" } ], + "processingTime": 50, "results": [ { - "item": "ars_nouveau:archwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ars_nouveau", - "type": "forge:mod_loaded" + "count": 6, + "item": "ars_nouveau:archwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/cherry_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/cherry_log.json index 5667224296..437fcd31dd 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/cherry_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/cherry_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:cherry_log" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_cherry_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/cherry_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/cherry_wood.json index 1ac039402f..84be1f3a30 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/cherry_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/cherry_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:cherry_wood" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_cherry_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/dead_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/dead_log.json index 139a93761d..b3615b45f8 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/dead_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/dead_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:dead_log" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_dead_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/dead_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/dead_wood.json index d5e5e094ed..5022a39a5b 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/dead_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/dead_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:dead_wood" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_dead_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/fir_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/fir_log.json index 8b69b6a0d3..d7ee6f9959 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/fir_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/fir_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:fir_log" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_fir_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/fir_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/fir_wood.json index b150e98b6f..1848e65b5f 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/fir_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/fir_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:fir_wood" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_fir_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/hellbark_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/hellbark_log.json index 3bddd0203a..d5cbcd748f 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/hellbark_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/hellbark_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:hellbark_log" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_hellbark_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/hellbark_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/hellbark_wood.json index 4b8f6ad937..4f38f736d2 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/hellbark_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/hellbark_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:hellbark_wood" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_hellbark_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/jacaranda_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/jacaranda_log.json index a33ba277bd..681a55c1e8 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/jacaranda_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/jacaranda_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:jacaranda_log" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_jacaranda_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/jacaranda_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/jacaranda_wood.json index b678278825..23a4f5d343 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/jacaranda_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/jacaranda_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:jacaranda_wood" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_jacaranda_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/magic_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/magic_log.json index f2f7f4ebff..237abded87 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/magic_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/magic_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:magic_log" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_magic_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/magic_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/magic_wood.json index 86a26a2754..2528982b36 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/magic_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/magic_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:magic_wood" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_magic_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/mahogany_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/mahogany_log.json index d61a7c78b4..4a1e5deda5 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/mahogany_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/mahogany_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:mahogany_log" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_mahogany_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/mahogany_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/mahogany_wood.json index 32506c7f5a..332666981b 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/mahogany_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/mahogany_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:mahogany_wood" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_mahogany_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/palm_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/palm_log.json index 4ef2e0c9c9..86fa921923 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/palm_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/palm_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:palm_log" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_palm_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/palm_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/palm_wood.json index a27eb3fe97..39ffc171e9 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/palm_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/palm_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:palm_wood" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_palm_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/redwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/redwood_log.json index 645d977a1a..2c754fc51c 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/redwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/redwood_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:redwood_log" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_redwood_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/redwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/redwood_wood.json index 7e49cae09d..eaa8ac592c 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/redwood_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/redwood_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:redwood_wood" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_redwood_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_log.json index 14f0800afa..aa9d207ae4 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_cherry_log" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:cherry_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:cherry_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_wood.json index 2ff7100ddb..8f19cb98ea 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_cherry_wood" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:cherry_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:cherry_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_log.json index 65e4f347de..90ebc73a61 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_dead_log" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:dead_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:dead_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_wood.json index 6b3a190480..1493e8265e 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_dead_wood" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:dead_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:dead_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_log.json index 37330b93a8..10c5538977 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_fir_log" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:fir_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:fir_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_wood.json index 545fc233b2..8c6b76bdea 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_fir_wood" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:fir_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:fir_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_log.json index 1d9b61ef89..1c44191003 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_hellbark_log" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:hellbark_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:hellbark_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_wood.json index e972f0fa92..75a5356c84 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_hellbark_wood" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:hellbark_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:hellbark_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_log.json index d8c6f7e4d0..32c8fc6868 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_jacaranda_log" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:jacaranda_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:jacaranda_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_wood.json index 7985c5dcc8..279204ec72 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_jacaranda_wood" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:jacaranda_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:jacaranda_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_log.json index a503d389db..26618e2932 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_magic_log" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:magic_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:magic_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_wood.json index 7640f4c82a..10f02907cf 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_magic_wood" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:magic_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:magic_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_log.json index 87ed03567a..39bcfc2e7e 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_mahogany_log" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:mahogany_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:mahogany_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_wood.json index 3704bf76b4..5a9a5c86fb 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_mahogany_wood" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:mahogany_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:mahogany_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_log.json index d5f7c6b335..cde979e13d 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_palm_log" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:palm_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:palm_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_wood.json index 56ebb4f33b..8b13809543 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_palm_wood" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:palm_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:palm_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_log.json index d786f7c0f9..8536b80e8a 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_redwood_log" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:redwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:redwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_wood.json index a362ed8939..dd6241be57 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_redwood_wood" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:redwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:redwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_log.json index 6a6451d3ae..c5f63f05bb 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_umbran_log" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:umbran_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:umbran_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_wood.json index 266cc8132e..9aca280726 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_umbran_wood" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:umbran_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:umbran_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_log.json index 5278e0be26..b192aebc2f 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_willow_log" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:willow_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:willow_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_wood.json index 0a4c844b7d..eef0c2313a 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:stripped_willow_wood" } ], + "processingTime": 50, "results": [ { - "item": "biomesoplenty:willow_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" + "count": 6, + "item": "biomesoplenty:willow_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/umbran_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/umbran_log.json index 2acb6e2da3..a02692be37 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/umbran_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/umbran_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:umbran_log" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_umbran_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/umbran_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/umbran_wood.json index 60e66697fc..629bce7c5d 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/umbran_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/umbran_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:umbran_wood" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_umbran_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/willow_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/willow_log.json index 188720924c..38ee3bc682 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/willow_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/willow_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:willow_log" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_willow_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/willow_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/willow_wood.json index d5ad175aab..2bcf4650cb 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/willow_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/willow_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], "ingredients": [ { "item": "biomesoplenty:willow_wood" } ], + "processingTime": 50, "results": [ { "item": "biomesoplenty:stripped_willow_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "biomesoplenty", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/bluebright_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/bluebright_log.json index 17676f6ff9..5b531994e4 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/bluebright_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/bluebright_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:bluebright_log" } ], + "processingTime": 50, "results": [ { "item": "blue_skies:stripped_bluebright_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/bluebright_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/bluebright_wood.json index 989d63b186..e8bc9e7954 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/bluebright_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/bluebright_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:bluebright_wood" } ], + "processingTime": 50, "results": [ { "item": "blue_skies:stripped_bluebright_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/cherry_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/cherry_log.json index f4ba6b1830..31eb122c73 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/cherry_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/cherry_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:cherry_log" } ], + "processingTime": 50, "results": [ { "item": "blue_skies:stripped_cherry_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/cherry_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/cherry_wood.json index 7331d68ed0..a6df130f7b 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/cherry_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/cherry_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:cherry_wood" } ], + "processingTime": 50, "results": [ { "item": "blue_skies:stripped_cherry_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/crystallized_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/crystallized_log.json index 29681e3118..64e4db8f5f 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/crystallized_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/crystallized_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:crystallized_log" } ], + "processingTime": 50, "results": [ { - "item": "blue_skies:crystallized_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" + "count": 6, + "item": "blue_skies:crystallized_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/crystallized_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/crystallized_wood.json index ba3072f600..96d0e1b032 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/crystallized_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/crystallized_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:crystallized_wood" } ], + "processingTime": 50, "results": [ { - "item": "blue_skies:crystallized_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" + "count": 6, + "item": "blue_skies:crystallized_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/dusk_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/dusk_log.json index ed7266f026..5cac874ea5 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/dusk_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/dusk_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:dusk_log" } ], + "processingTime": 50, "results": [ { "item": "blue_skies:stripped_dusk_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/dusk_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/dusk_wood.json index 7a8ed4ab46..480fa95760 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/dusk_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/dusk_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:dusk_wood" } ], + "processingTime": 50, "results": [ { "item": "blue_skies:stripped_dusk_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/frostbright_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/frostbright_log.json index c219b1a0c6..949c81e6d8 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/frostbright_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/frostbright_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:frostbright_log" } ], + "processingTime": 50, "results": [ { "item": "blue_skies:stripped_frostbright_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/frostbright_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/frostbright_wood.json index 2cb37460eb..644b93ef58 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/frostbright_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/frostbright_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:frostbright_wood" } ], + "processingTime": 50, "results": [ { "item": "blue_skies:stripped_frostbright_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/lunar_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/lunar_log.json index 2984a7fca5..d592df227e 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/lunar_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/lunar_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:lunar_log" } ], + "processingTime": 50, "results": [ { "item": "blue_skies:stripped_lunar_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/lunar_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/lunar_wood.json index fdd0ecb661..2f0771e71a 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/lunar_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/lunar_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:lunar_wood" } ], + "processingTime": 50, "results": [ { "item": "blue_skies:stripped_lunar_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/maple_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/maple_log.json index 9254c46afa..2e81668852 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/maple_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/maple_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:maple_log" } ], + "processingTime": 50, "results": [ { "item": "blue_skies:stripped_maple_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/maple_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/maple_wood.json index ad43945eee..b1121cd1f8 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/maple_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/maple_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:maple_wood" } ], + "processingTime": 50, "results": [ { "item": "blue_skies:stripped_maple_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/starlit_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/starlit_log.json index dbedbaad21..886c89a38c 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/starlit_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/starlit_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:starlit_log" } ], + "processingTime": 50, "results": [ { "item": "blue_skies:stripped_starlit_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/starlit_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/starlit_wood.json index 81a040bca3..1e46281116 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/starlit_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/starlit_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:starlit_wood" } ], + "processingTime": 50, "results": [ { "item": "blue_skies:stripped_starlit_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_log.json index e094afc3fe..4af14fe8dd 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:stripped_bluebright_log" } ], + "processingTime": 50, "results": [ { - "item": "blue_skies:bluebright_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" + "count": 6, + "item": "blue_skies:bluebright_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_wood.json index 3d493c462b..55e85cbbc6 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:stripped_bluebright_wood" } ], + "processingTime": 50, "results": [ { - "item": "blue_skies:bluebright_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" + "count": 6, + "item": "blue_skies:bluebright_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_cherry_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_cherry_log.json index 268ac2f5c9..25107696c6 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_cherry_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_cherry_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:stripped_cherry_log" } ], + "processingTime": 50, "results": [ { - "item": "blue_skies:cherry_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" + "count": 6, + "item": "blue_skies:cherry_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_cherry_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_cherry_wood.json index 29b6064ff2..c848f788b9 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_cherry_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_cherry_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:stripped_cherry_wood" } ], + "processingTime": 50, "results": [ { - "item": "blue_skies:cherry_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" + "count": 6, + "item": "blue_skies:cherry_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_dusk_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_dusk_log.json index 4746396e35..dce73b8958 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_dusk_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_dusk_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:stripped_dusk_log" } ], + "processingTime": 50, "results": [ { - "item": "blue_skies:dusk_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" + "count": 6, + "item": "blue_skies:dusk_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_dusk_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_dusk_wood.json index da83003843..39f1907122 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_dusk_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_dusk_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:stripped_dusk_wood" } ], + "processingTime": 50, "results": [ { - "item": "blue_skies:dusk_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" + "count": 6, + "item": "blue_skies:dusk_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_log.json index f0f4daa7cd..94bedaf647 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:stripped_frostbright_log" } ], + "processingTime": 50, "results": [ { - "item": "blue_skies:frostbright_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" + "count": 6, + "item": "blue_skies:frostbright_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_wood.json index 9b33b92d11..0b04be828a 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:stripped_frostbright_wood" } ], + "processingTime": 50, "results": [ { - "item": "blue_skies:frostbright_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" + "count": 6, + "item": "blue_skies:frostbright_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_lunar_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_lunar_log.json index 768177c2f9..84520fdc31 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_lunar_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_lunar_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:stripped_lunar_log" } ], + "processingTime": 50, "results": [ { - "item": "blue_skies:lunar_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" + "count": 6, + "item": "blue_skies:lunar_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_lunar_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_lunar_wood.json index b60323d548..06dd123880 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_lunar_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_lunar_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:stripped_lunar_wood" } ], + "processingTime": 50, "results": [ { - "item": "blue_skies:lunar_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" + "count": 6, + "item": "blue_skies:lunar_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_maple_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_maple_log.json index ef11300774..6f9b9b8165 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_maple_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_maple_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:stripped_maple_log" } ], + "processingTime": 50, "results": [ { - "item": "blue_skies:maple_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" + "count": 6, + "item": "blue_skies:maple_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_maple_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_maple_wood.json index 1cc3b7c7f4..fecc4dd4f6 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_maple_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_maple_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:stripped_maple_wood" } ], + "processingTime": 50, "results": [ { - "item": "blue_skies:maple_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" + "count": 6, + "item": "blue_skies:maple_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_starlit_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_starlit_log.json index 5c25caf561..e56362453d 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_starlit_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_starlit_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:stripped_starlit_log" } ], + "processingTime": 50, "results": [ { - "item": "blue_skies:starlit_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" + "count": 6, + "item": "blue_skies:starlit_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_starlit_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_starlit_wood.json index eb7de61f99..36fad622f9 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_starlit_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_starlit_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], "ingredients": [ { "item": "blue_skies:stripped_starlit_wood" } ], + "processingTime": 50, "results": [ { - "item": "blue_skies:starlit_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "blue_skies", - "type": "forge:mod_loaded" + "count": 6, + "item": "blue_skies:starlit_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/dreamwood.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/dreamwood.json index 17d4863798..5615d862ff 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/botania/dreamwood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/dreamwood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], "ingredients": [ { "item": "botania:dreamwood" } ], + "processingTime": 50, "results": [ { "item": "botania:stripped_dreamwood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "botania", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/dreamwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/dreamwood_log.json index 63c00512bd..d58105eaf1 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/botania/dreamwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/dreamwood_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], "ingredients": [ { "item": "botania:dreamwood_log" } ], + "processingTime": 50, "results": [ { "item": "botania:stripped_dreamwood_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "botania", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_dreamwood.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_dreamwood.json index c7118a3320..7a56cc7992 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_dreamwood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_dreamwood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], "ingredients": [ { "item": "botania:glimmering_dreamwood" } ], + "processingTime": 50, "results": [ { "item": "botania:glimmering_stripped_dreamwood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "botania", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_dreamwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_dreamwood_log.json index e2cfcd2e44..62b83d4bb2 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_dreamwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_dreamwood_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], "ingredients": [ { "item": "botania:glimmering_dreamwood_log" } ], + "processingTime": 50, "results": [ { "item": "botania:glimmering_stripped_dreamwood_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "botania", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_livingwood.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_livingwood.json index 72c14eb6f9..175d5c86f0 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_livingwood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_livingwood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], "ingredients": [ { "item": "botania:glimmering_livingwood" } ], + "processingTime": 50, "results": [ { "item": "botania:glimmering_stripped_livingwood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "botania", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_livingwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_livingwood_log.json index ef6d2e9c45..406e393eae 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_livingwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_livingwood_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], "ingredients": [ { "item": "botania:glimmering_livingwood_log" } ], + "processingTime": 50, "results": [ { "item": "botania:glimmering_stripped_livingwood_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "botania", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood.json index 4c8b0acfbf..d3820d7ac1 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], "ingredients": [ { "item": "botania:glimmering_stripped_dreamwood" } ], + "processingTime": 50, "results": [ { - "item": "botania:dreamwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "botania", - "type": "forge:mod_loaded" + "count": 6, + "item": "botania:dreamwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood_log.json index e3d79d6a28..3dc8ea13c5 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], "ingredients": [ { "item": "botania:glimmering_stripped_dreamwood_log" } ], + "processingTime": 50, "results": [ { - "item": "botania:dreamwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "botania", - "type": "forge:mod_loaded" + "count": 6, + "item": "botania:dreamwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood.json index cc49e3117a..8b89443935 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], "ingredients": [ { "item": "botania:glimmering_stripped_livingwood" } ], + "processingTime": 50, "results": [ { - "item": "botania:livingwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "botania", - "type": "forge:mod_loaded" + "count": 6, + "item": "botania:livingwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood_log.json index 84576e07db..de57b7c843 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], "ingredients": [ { "item": "botania:glimmering_stripped_livingwood_log" } ], + "processingTime": 50, "results": [ { - "item": "botania:livingwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "botania", - "type": "forge:mod_loaded" + "count": 6, + "item": "botania:livingwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/livingwood.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/livingwood.json index dc197eac21..9b82792484 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/botania/livingwood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/livingwood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], "ingredients": [ { "item": "botania:livingwood" } ], + "processingTime": 50, "results": [ { "item": "botania:stripped_livingwood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "botania", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/livingwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/livingwood_log.json index 41af0636e9..485759f46c 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/botania/livingwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/livingwood_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], "ingredients": [ { "item": "botania:livingwood_log" } ], + "processingTime": 50, "results": [ { "item": "botania:stripped_livingwood_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "botania", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_dreamwood.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_dreamwood.json index 6720f6c56a..954b1f5c7f 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_dreamwood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_dreamwood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], "ingredients": [ { "item": "botania:stripped_dreamwood" } ], + "processingTime": 50, "results": [ { - "item": "botania:dreamwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "botania", - "type": "forge:mod_loaded" + "count": 6, + "item": "botania:dreamwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_dreamwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_dreamwood_log.json index 8e1593a87b..de771deef9 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_dreamwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_dreamwood_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], "ingredients": [ { "item": "botania:stripped_dreamwood_log" } ], + "processingTime": 50, "results": [ { - "item": "botania:dreamwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "botania", - "type": "forge:mod_loaded" + "count": 6, + "item": "botania:dreamwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_livingwood.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_livingwood.json index 720a778d60..78bf75fe6b 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_livingwood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_livingwood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], "ingredients": [ { "item": "botania:stripped_livingwood" } ], + "processingTime": 50, "results": [ { - "item": "botania:livingwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "botania", - "type": "forge:mod_loaded" + "count": 6, + "item": "botania:livingwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_livingwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_livingwood_log.json index 0064db9021..91539af7b8 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_livingwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_livingwood_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], "ingredients": [ { "item": "botania:stripped_livingwood_log" } ], + "processingTime": 50, "results": [ { - "item": "botania:livingwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "botania", - "type": "forge:mod_loaded" + "count": 6, + "item": "botania:livingwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/aspen_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/aspen_log.json index 5cb9406ab7..38ac271757 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/aspen_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/aspen_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:aspen_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_aspen_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/aspen_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/aspen_wood.json index 3eaa9ff3ff..bb8419cec5 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/aspen_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/aspen_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:aspen_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_aspen_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/baobab_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/baobab_log.json index 3349945051..e4a71eebaf 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/baobab_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/baobab_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:baobab_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_baobab_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/baobab_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/baobab_wood.json index ac4983297c..bcac7e7d99 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/baobab_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/baobab_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:baobab_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_baobab_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/blue_enchanted_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/blue_enchanted_log.json index c531edc30c..d5b4776223 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/blue_enchanted_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/blue_enchanted_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:blue_enchanted_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_blue_enchanted_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/blue_enchanted_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/blue_enchanted_wood.json index 8f52e5cf10..d6b369036c 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/blue_enchanted_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/blue_enchanted_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:blue_enchanted_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_blue_enchanted_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/bulbis_stem.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/bulbis_stem.json index 66c30d26b6..9d95a5c010 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/bulbis_stem.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/bulbis_stem.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:bulbis_stem" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_bulbis_stem" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/bulbis_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/bulbis_wood.json index 45b74cea5b..349a4f7fb6 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/bulbis_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/bulbis_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:bulbis_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_bulbis_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/cherry_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/cherry_log.json index 2f858954d2..a11961c6d6 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/cherry_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/cherry_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:cherry_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_cherry_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/cherry_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/cherry_wood.json index f508a56e0b..99273503b7 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/cherry_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/cherry_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:cherry_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_cherry_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/cika_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/cika_log.json index 5528fe590d..f6f2a625f1 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/cika_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/cika_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:cika_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_cika_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/cika_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/cika_wood.json index 9af4ef440b..d41bf162b8 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/cika_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/cika_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:cika_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_cika_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/cypress_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/cypress_log.json index 008be52332..726a5aabf3 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/cypress_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/cypress_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:cypress_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_cypress_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/cypress_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/cypress_wood.json index 61db333ac8..e9a187c885 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/cypress_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/cypress_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:cypress_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_cypress_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/ebony_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/ebony_log.json index f3ba2d4bbd..c06c7f964e 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/ebony_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/ebony_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:ebony_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_ebony_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/ebony_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/ebony_wood.json index a76dff1ccf..8e7e009132 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/ebony_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/ebony_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:ebony_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_ebony_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/ether_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/ether_log.json index 597760aff4..3bc2e1565d 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/ether_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/ether_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:ether_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_ether_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/ether_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/ether_wood.json index 5fbfead386..7dfcdc18d0 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/ether_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/ether_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:ether_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_ether_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/fir_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/fir_log.json index 6df4181c60..212d415c72 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/fir_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/fir_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:fir_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_fir_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/fir_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/fir_wood.json index 0ccf633b7a..d93e8c277e 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/fir_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/fir_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:fir_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_fir_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/fungal_imparius_hyphae.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/fungal_imparius_hyphae.json index 15f1e9a82e..38220ef5b6 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/fungal_imparius_hyphae.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/fungal_imparius_hyphae.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:fungal_imparius_hyphae" } ], + "processingTime": 50, "results": [ { - "item": "byg:imparius_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:imparius_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/fungal_imparius_stem.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/fungal_imparius_stem.json index 2a518b14c7..20e12e1c39 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/fungal_imparius_stem.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/fungal_imparius_stem.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:fungal_imparius_stem" } ], + "processingTime": 50, "results": [ { - "item": "byg:imparius_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:imparius_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/green_enchanted_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/green_enchanted_log.json index 4010a93c9c..2d6e1749e0 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/green_enchanted_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/green_enchanted_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:green_enchanted_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_green_enchanted_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/green_enchanted_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/green_enchanted_wood.json index 9acef5f520..855cc1bb52 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/green_enchanted_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/green_enchanted_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:green_enchanted_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_green_enchanted_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/holly_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/holly_log.json index ae8d6d7f0e..d0ecaf51d0 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/holly_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/holly_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:holly_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_holly_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/holly_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/holly_wood.json index 981759a41f..1192769b2d 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/holly_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/holly_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:holly_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_holly_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/imparius_hyphae.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/imparius_hyphae.json index b95142b431..07d330aad6 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/imparius_hyphae.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/imparius_hyphae.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:imparius_hyphae" } ], + "processingTime": 50, "results": [ { - "item": "byg:imparius_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:imparius_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/imparius_stem.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/imparius_stem.json index 6a06d6526f..702991b5ef 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/imparius_stem.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/imparius_stem.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:imparius_stem" } ], + "processingTime": 50, "results": [ { - "item": "byg:imparius_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:imparius_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/jacaranda_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/jacaranda_log.json index cb6df91568..4a4277f7be 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/jacaranda_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/jacaranda_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:jacaranda_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_jacaranda_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/jacaranda_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/jacaranda_wood.json index b0df4ae5a5..c59c82607d 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/jacaranda_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/jacaranda_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:jacaranda_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_jacaranda_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/lament_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/lament_log.json index ab2678027f..d1e9771136 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/lament_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/lament_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:lament_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_lament_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/lament_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/lament_wood.json index 3a32e9b707..42e55d2b90 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/lament_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/lament_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:lament_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_lament_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/mahogany_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/mahogany_log.json index 9bc2b24bce..cc6480a7d2 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/mahogany_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/mahogany_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:mahogany_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_mahogany_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/mahogany_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/mahogany_wood.json index 05fa9337f5..1b0a2777fe 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/mahogany_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/mahogany_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:mahogany_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_mahogany_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_log.json index ebd693c133..0f4b24e336 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:mangrove_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_mangrove_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_wood.json index c1d0958fed..bc78983ccc 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:mangrove_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_mangrove_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/maple_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/maple_log.json index 59f8318f66..cd46fac058 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/maple_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/maple_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:maple_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_maple_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/maple_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/maple_wood.json index b78b9c5fd1..19a873bd25 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/maple_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/maple_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:maple_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_maple_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/nightshade_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/nightshade_log.json index 676b393b78..6678c7b053 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/nightshade_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/nightshade_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:nightshade_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_nightshade_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/nightshade_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/nightshade_wood.json index 1ef054bdec..1e1525a9d4 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/nightshade_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/nightshade_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:nightshade_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_nightshade_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/palm_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/palm_log.json index b6acc622eb..6f7181eb3a 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/palm_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/palm_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:palm_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_palm_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/palm_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/palm_wood.json index 1a67590470..f4b764e06c 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/palm_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/palm_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:palm_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_palm_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/palo_verde_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/palo_verde_log.json index 2c3709c27b..6e1efc0fe3 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/palo_verde_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/palo_verde_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:palo_verde_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_palo_verde_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/palo_verde_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/palo_verde_wood.json index 9087e9a024..fba40199c8 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/palo_verde_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/palo_verde_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:palo_verde_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_palo_verde_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/pine_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/pine_log.json index 835ee3fa9a..e61d51c101 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/pine_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/pine_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:pine_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_pine_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/pine_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/pine_wood.json index c8450c4d19..ba190ecff0 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/pine_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/pine_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:pine_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_pine_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_log.json index e61b13fd85..0af3ef3709 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:rainbow_eucalyptus_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_rainbow_eucalyptus_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_wood.json index 1052a83496..60c72f3302 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:rainbow_eucalyptus_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_rainbow_eucalyptus_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/redwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/redwood_log.json index 2650fd44b9..8bdf07ae92 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/redwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/redwood_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:redwood_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_redwood_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/redwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/redwood_wood.json index f372b567c7..c7235f1262 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/redwood_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/redwood_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:redwood_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_redwood_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/skyris_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/skyris_log.json index 3d9e234603..d1f37be95e 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/skyris_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/skyris_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:skyris_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_skyris_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/skyris_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/skyris_wood.json index 9049640e2c..473946580b 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/skyris_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/skyris_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:skyris_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_skyris_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_aspen_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_aspen_log.json index 0738303b8d..cca3ab802c 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_aspen_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_aspen_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_aspen_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:aspen_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:aspen_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_aspen_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_aspen_wood.json index a0d2f94059..b2f679fac0 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_aspen_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_aspen_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_aspen_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:aspen_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:aspen_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_baobab_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_baobab_log.json index 62e674cfce..ffc8c1dcbb 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_baobab_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_baobab_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_baobab_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:baobab_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:baobab_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_baobab_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_baobab_wood.json index b0113eeb1d..3eb03b0d6f 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_baobab_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_baobab_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_baobab_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:baobab_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:baobab_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_log.json index 9e7a28b07b..f91b3c6df7 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_blue_enchanted_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:blue_enchanted_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:blue_enchanted_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_wood.json index 14e989afef..2c1450fa94 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_blue_enchanted_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:blue_enchanted_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:blue_enchanted_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_bulbis_stem.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_bulbis_stem.json index 67b75b23d2..4336a89882 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_bulbis_stem.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_bulbis_stem.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_bulbis_stem" } ], + "processingTime": 50, "results": [ { - "item": "byg:bulbis_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:bulbis_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_bulbis_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_bulbis_wood.json index 9ca82a5103..8a9856965b 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_bulbis_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_bulbis_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_bulbis_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:bulbis_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:bulbis_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cherry_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cherry_log.json index a314b4a43c..2a43b4fe44 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cherry_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cherry_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_cherry_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:cherry_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:cherry_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cherry_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cherry_wood.json index fc965d363e..73ad04605a 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cherry_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cherry_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_cherry_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:cherry_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:cherry_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cika_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cika_log.json index 06987ff8f4..56d5314433 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cika_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cika_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_cika_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:cika_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:cika_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cika_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cika_wood.json index 1e29a35bad..b17ca3f5c0 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cika_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cika_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_cika_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:cika_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:cika_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cypress_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cypress_log.json index e4a27e47ac..b9c88f7000 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cypress_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cypress_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_cypress_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:cypress_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:cypress_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cypress_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cypress_wood.json index 33e237483d..9682334294 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cypress_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cypress_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_cypress_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:cypress_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:cypress_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ebony_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ebony_log.json index ba8d934e2a..0b858bc86d 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ebony_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ebony_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_ebony_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:ebony_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:ebony_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ebony_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ebony_wood.json index dc7aa7f195..89c855237f 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ebony_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ebony_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_ebony_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:ebony_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:ebony_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ether_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ether_log.json index a01e83af37..d934c094ad 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ether_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ether_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_ether_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:ether_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:ether_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ether_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ether_wood.json index c76cbd3902..c1a7142073 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ether_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ether_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_ether_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:ether_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:ether_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_fir_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_fir_log.json index 284ce399d1..fef32165d5 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_fir_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_fir_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_fir_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:fir_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:fir_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_fir_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_fir_wood.json index 745dfcf4a1..d16eede3b9 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_fir_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_fir_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_fir_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:fir_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:fir_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_green_enchanted_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_green_enchanted_log.json index c18a110bc8..f6dfcd2bb4 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_green_enchanted_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_green_enchanted_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_green_enchanted_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:green_enchanted_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:green_enchanted_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_green_enchanted_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_green_enchanted_wood.json index d68af1bd04..c9d6a595f6 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_green_enchanted_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_green_enchanted_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_green_enchanted_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:green_enchanted_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:green_enchanted_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_holly_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_holly_log.json index eb3cbee343..fcd99fa620 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_holly_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_holly_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_holly_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:holly_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:holly_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_holly_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_holly_wood.json index d422dad49f..5ee1551cd7 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_holly_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_holly_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_holly_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:holly_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:holly_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_jacaranda_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_jacaranda_log.json index c768e771aa..902745e370 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_jacaranda_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_jacaranda_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_jacaranda_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:jacaranda_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:jacaranda_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_jacaranda_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_jacaranda_wood.json index ddf440a27d..4b8ba0caeb 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_jacaranda_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_jacaranda_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_jacaranda_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:jacaranda_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:jacaranda_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_lament_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_lament_log.json index 7aee619457..6ef18abe89 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_lament_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_lament_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_lament_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:lament_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:lament_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_lament_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_lament_wood.json index c4f1bd4a25..4dee034e15 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_lament_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_lament_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_lament_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:lament_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:lament_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mahogany_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mahogany_log.json index b5e76f5668..2c9b10a420 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mahogany_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mahogany_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_mahogany_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:mahogany_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:mahogany_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mahogany_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mahogany_wood.json index 27a346858c..c07aa2a49b 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mahogany_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mahogany_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_mahogany_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:mahogany_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:mahogany_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_log.json index c88a93779a..901ef74a75 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_mangrove_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:mangrove_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:mangrove_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_wood.json index 6c8ff34ac3..dea6c7065c 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_mangrove_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:mangrove_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:mangrove_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_maple_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_maple_log.json index cadaca444e..e6110edcf7 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_maple_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_maple_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_maple_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:maple_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:maple_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_maple_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_maple_wood.json index feefc01321..c5ba863802 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_maple_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_maple_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_maple_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:maple_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:maple_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_nightshade_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_nightshade_log.json index 8501499a56..d059a6709b 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_nightshade_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_nightshade_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_nightshade_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:nightshade_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:nightshade_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_nightshade_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_nightshade_wood.json index b85be371d5..2f6e73d19b 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_nightshade_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_nightshade_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_nightshade_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:nightshade_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:nightshade_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_palm_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_palm_log.json index 9d5cfb86eb..2127276be4 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_palm_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_palm_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_palm_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:palm_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:palm_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_palm_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_palm_wood.json index 7b50e07934..c290027927 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_palm_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_palm_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_palm_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:palm_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:palm_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_pine_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_pine_log.json index 276f277aab..e513a123de 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_pine_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_pine_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_pine_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:pine_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:pine_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_pine_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_pine_wood.json index 25a3fc465b..fb67fe0cd7 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_pine_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_pine_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_pine_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:pine_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:pine_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_log.json index 2b72e2fc2b..dd69ef7b0c 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_rainbow_eucalyptus_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:rainbow_eucalyptus_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:rainbow_eucalyptus_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_wood.json index 7bb38c1acc..222e1e3bc8 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_rainbow_eucalyptus_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:rainbow_eucalyptus_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:rainbow_eucalyptus_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_redwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_redwood_log.json index 3d1755d68c..c274d9971b 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_redwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_redwood_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_redwood_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:redwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:redwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_redwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_redwood_wood.json index cab5a1693f..f4f1e121ef 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_redwood_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_redwood_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_redwood_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:redwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:redwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_skyris_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_skyris_log.json index c5e4bfb6d7..4034a1c7b6 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_skyris_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_skyris_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_skyris_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:skyris_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:skyris_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_skyris_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_skyris_wood.json index c1a5ed4bdd..6b90fabf0e 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_skyris_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_skyris_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_skyris_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:skyris_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:skyris_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_willow_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_willow_log.json index 181e9ca292..793ba2cc4c 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_willow_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_willow_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_willow_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:willow_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:willow_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_willow_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_willow_wood.json index 3977d8d691..271fae9b28 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_willow_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_willow_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_willow_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:willow_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:willow_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_witch_hazel_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_witch_hazel_log.json index 0b26625a6a..8e0ef4f46a 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_witch_hazel_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_witch_hazel_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_witch_hazel_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:witch_hazel_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:witch_hazel_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_witch_hazel_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_witch_hazel_wood.json index 3dc0b5c22d..5f55d0b129 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_witch_hazel_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_witch_hazel_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_witch_hazel_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:witch_hazel_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:witch_hazel_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_zelkova_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_zelkova_log.json index 30313a950f..5d9890c3ea 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_zelkova_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_zelkova_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_zelkova_log" } ], + "processingTime": 50, "results": [ { - "item": "byg:zelkova_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:zelkova_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_zelkova_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_zelkova_wood.json index e3926704c2..cdb6c3031d 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_zelkova_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_zelkova_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:stripped_zelkova_wood" } ], + "processingTime": 50, "results": [ { - "item": "byg:zelkova_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" + "count": 6, + "item": "byg:zelkova_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/willow_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/willow_log.json index 081bc7e71e..ae0353481a 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/willow_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/willow_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:willow_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_willow_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/willow_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/willow_wood.json index 292d0bc008..e5b0799584 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/willow_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/willow_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:willow_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_willow_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/witch_hazel_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/witch_hazel_log.json index 47c3a1867b..9170e87c7a 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/witch_hazel_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/witch_hazel_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:witch_hazel_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_witch_hazel_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/witch_hazel_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/witch_hazel_wood.json index ac5357a701..0c745044b4 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/witch_hazel_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/witch_hazel_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:witch_hazel_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_witch_hazel_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/zelkova_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/zelkova_log.json index 107cd7d9b8..39f2bc7ed2 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/zelkova_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/zelkova_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:zelkova_log" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_zelkova_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/zelkova_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/zelkova_wood.json index 025a971666..2b7f8fc9e6 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/zelkova_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/zelkova_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], "ingredients": [ { "item": "byg:zelkova_wood" } ], + "processingTime": 50, "results": [ { "item": "byg:stripped_zelkova_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "byg", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/azalea_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/azalea_log.json index 820b773b57..33dd82f5d6 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/azalea_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/azalea_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], "ingredients": [ { "item": "ecologics:azalea_log" } ], + "processingTime": 50, "results": [ { "item": "ecologics:stripped_azalea_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ecologics", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/azalea_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/azalea_wood.json index 5351ef026e..11d149a17d 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/azalea_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/azalea_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], "ingredients": [ { "item": "ecologics:azalea_wood" } ], + "processingTime": 50, "results": [ { "item": "ecologics:stripped_azalea_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ecologics", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/coconut_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/coconut_log.json index 908f4429c5..01cb069601 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/coconut_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/coconut_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], "ingredients": [ { "item": "ecologics:coconut_log" } ], + "processingTime": 50, "results": [ { "item": "ecologics:stripped_coconut_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ecologics", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/coconut_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/coconut_wood.json index 27df5ab029..a2d89906e0 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/coconut_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/coconut_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], "ingredients": [ { "item": "ecologics:coconut_wood" } ], + "processingTime": 50, "results": [ { "item": "ecologics:stripped_coconut_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ecologics", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/flowering_azalea_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/flowering_azalea_log.json index f4e134dff6..92dd72d170 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/flowering_azalea_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/flowering_azalea_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], "ingredients": [ { "item": "ecologics:flowering_azalea_log" } ], + "processingTime": 50, "results": [ { "item": "ecologics:stripped_azalea_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ecologics", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/flowering_azalea_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/flowering_azalea_wood.json index 7e2d839730..083c7efb33 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/flowering_azalea_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/flowering_azalea_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], "ingredients": [ { "item": "ecologics:flowering_azalea_wood" } ], + "processingTime": 50, "results": [ { "item": "ecologics:stripped_azalea_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ecologics", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_azalea_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_azalea_log.json index be58def3e0..b3f912a44f 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_azalea_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_azalea_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], "ingredients": [ { "item": "ecologics:stripped_azalea_log" } ], + "processingTime": 50, "results": [ { - "item": "ecologics:azalea_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ecologics", - "type": "forge:mod_loaded" + "count": 6, + "item": "ecologics:azalea_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_azalea_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_azalea_wood.json index 79bbba38af..2b21a5ad0e 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_azalea_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_azalea_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], "ingredients": [ { "item": "ecologics:stripped_azalea_wood" } ], + "processingTime": 50, "results": [ { - "item": "ecologics:azalea_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ecologics", - "type": "forge:mod_loaded" + "count": 6, + "item": "ecologics:azalea_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_coconut_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_coconut_log.json index 77e1e20027..e1f9ee5341 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_coconut_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_coconut_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], "ingredients": [ { "item": "ecologics:stripped_coconut_log" } ], + "processingTime": 50, "results": [ { - "item": "ecologics:coconut_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ecologics", - "type": "forge:mod_loaded" + "count": 6, + "item": "ecologics:coconut_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_coconut_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_coconut_wood.json index 5662006e79..5cd8b05da1 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_coconut_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_coconut_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], "ingredients": [ { "item": "ecologics:stripped_coconut_wood" } ], + "processingTime": 50, "results": [ { - "item": "ecologics:coconut_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ecologics", - "type": "forge:mod_loaded" + "count": 6, + "item": "ecologics:coconut_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_walnut_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_walnut_log.json index 31b97e303b..f32e747d37 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_walnut_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_walnut_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], "ingredients": [ { "item": "ecologics:stripped_walnut_log" } ], + "processingTime": 50, "results": [ { - "item": "ecologics:walnut_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ecologics", - "type": "forge:mod_loaded" + "count": 6, + "item": "ecologics:walnut_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_walnut_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_walnut_wood.json index d876659b7d..15e0c23e75 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_walnut_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_walnut_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], "ingredients": [ { "item": "ecologics:stripped_walnut_wood" } ], + "processingTime": 50, "results": [ { - "item": "ecologics:walnut_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ecologics", - "type": "forge:mod_loaded" + "count": 6, + "item": "ecologics:walnut_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/walnut_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/walnut_log.json index 06dc4b4cef..77a1366aa3 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/walnut_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/walnut_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], "ingredients": [ { "item": "ecologics:walnut_log" } ], + "processingTime": 50, "results": [ { "item": "ecologics:stripped_walnut_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ecologics", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/walnut_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/walnut_wood.json index 219f629acd..b385aa9365 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/walnut_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/walnut_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], "ingredients": [ { "item": "ecologics:walnut_wood" } ], + "processingTime": 50, "results": [ { "item": "ecologics:stripped_walnut_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "ecologics", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood.json b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood.json index cc00fea8e0..aa4f617296 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forbidden_arcanus" + } + ], "ingredients": [ { "item": "forbidden_arcanus:cherrywood" } ], + "processingTime": 50, "results": [ { "item": "forbidden_arcanus:stripped_cherrywood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "forbidden_arcanus", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood_log.json index 4001674798..7d6b44ce90 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forbidden_arcanus" + } + ], "ingredients": [ { "item": "forbidden_arcanus:cherrywood_log" } ], + "processingTime": 50, "results": [ { "item": "forbidden_arcanus:stripped_cherrywood_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "forbidden_arcanus", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood.json b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood.json index a7e5077ea5..812b2d060d 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forbidden_arcanus" + } + ], "ingredients": [ { "item": "forbidden_arcanus:mysterywood" } ], + "processingTime": 50, "results": [ { "item": "forbidden_arcanus:stripped_mysterywood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "forbidden_arcanus", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood_log.json index fb61de7a94..ed41c1933f 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forbidden_arcanus" + } + ], "ingredients": [ { "item": "forbidden_arcanus:mysterywood_log" } ], + "processingTime": 50, "results": [ { "item": "forbidden_arcanus:stripped_mysterywood_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "forbidden_arcanus", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood.json b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood.json index 791cc57bc3..781886ed72 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forbidden_arcanus" + } + ], "ingredients": [ { "item": "forbidden_arcanus:stripped_cherrywood" } ], + "processingTime": 50, "results": [ { - "item": "forbidden_arcanus:cherrywood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "forbidden_arcanus", - "type": "forge:mod_loaded" + "count": 6, + "item": "forbidden_arcanus:cherrywood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood_log.json index 2421aedc95..1d2a731116 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forbidden_arcanus" + } + ], "ingredients": [ { "item": "forbidden_arcanus:stripped_cherrywood_log" } ], + "processingTime": 50, "results": [ { - "item": "forbidden_arcanus:cherrywood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "forbidden_arcanus", - "type": "forge:mod_loaded" + "count": 6, + "item": "forbidden_arcanus:cherrywood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood.json b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood.json index b01d047110..b5bd435f8a 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forbidden_arcanus" + } + ], "ingredients": [ { "item": "forbidden_arcanus:stripped_mysterywood" } ], + "processingTime": 50, "results": [ { - "item": "forbidden_arcanus:mysterywood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "forbidden_arcanus", - "type": "forge:mod_loaded" + "count": 6, + "item": "forbidden_arcanus:mysterywood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood_log.json index 16b7185680..24bc02de7f 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forbidden_arcanus" + } + ], "ingredients": [ { "item": "forbidden_arcanus:stripped_mysterywood_log" } ], + "processingTime": 50, "results": [ { - "item": "forbidden_arcanus:mysterywood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "forbidden_arcanus", - "type": "forge:mod_loaded" + "count": 6, + "item": "forbidden_arcanus:mysterywood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log.json b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log.json index 6158735bef..b7b4d8fe74 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "hexcasting" + } + ], "ingredients": [ { "item": "hexcasting:akashic_log" } ], + "processingTime": 50, "results": [ { "item": "hexcasting:akashic_log_stripped" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "hexcasting", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log_stripped.json b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log_stripped.json index 8c2e0b26b0..d0d29307b1 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log_stripped.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log_stripped.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "hexcasting" + } + ], "ingredients": [ { "item": "hexcasting:akashic_log_stripped" } ], + "processingTime": 50, "results": [ { - "item": "hexcasting:akashic_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "hexcasting", - "type": "forge:mod_loaded" + "count": 6, + "item": "hexcasting:akashic_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood.json index 5987692197..f19a72719c 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "hexcasting" + } + ], "ingredients": [ { "item": "hexcasting:akashic_wood" } ], + "processingTime": 50, "results": [ { "item": "hexcasting:akashic_wood_stripped" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "hexcasting", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood_stripped.json b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood_stripped.json index 3975fa8beb..f2cd27eb33 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood_stripped.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood_stripped.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "hexcasting" + } + ], "ingredients": [ { "item": "hexcasting:akashic_wood_stripped" } ], + "processingTime": 50, "results": [ { - "item": "hexcasting:akashic_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "hexcasting", - "type": "forge:mod_loaded" + "count": 6, + "item": "hexcasting:akashic_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_log.json b/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_log.json index eac68cece8..58d743125c 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "integrateddynamics" + } + ], "ingredients": [ { "item": "integrateddynamics:menril_log" } ], + "processingTime": 50, "results": [ { "item": "integrateddynamics:menril_log_stripped" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "integrateddynamics", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_log_stripped.json b/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_log_stripped.json index 399292d165..b3ae38d0f5 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_log_stripped.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_log_stripped.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "integrateddynamics" + } + ], "ingredients": [ { "item": "integrateddynamics:menril_log_stripped" } ], + "processingTime": 50, "results": [ { - "item": "integrateddynamics:menril_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "integrateddynamics", - "type": "forge:mod_loaded" + "count": 6, + "item": "integrateddynamics:menril_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_wood.json index 123fc03cc8..09ede5a795 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "integrateddynamics" + } + ], "ingredients": [ { "item": "integrateddynamics:menril_wood" } ], + "processingTime": 50, "results": [ { "item": "integrateddynamics:menril_wood_stripped" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "integrateddynamics", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_wood_stripped.json b/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_wood_stripped.json index 9ffd828645..2fc49fd838 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_wood_stripped.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_wood_stripped.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "integrateddynamics" + } + ], "ingredients": [ { "item": "integrateddynamics:menril_wood_stripped" } ], + "processingTime": 50, "results": [ { - "item": "integrateddynamics:menril_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "integrateddynamics", - "type": "forge:mod_loaded" + "count": 6, + "item": "integrateddynamics:menril_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/quark/azalea_log.json b/src/generated/resources/data/create/recipes/cutting/compat/quark/azalea_log.json index 39fcbe644f..016d074acf 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/quark/azalea_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/quark/azalea_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "quark" + } + ], "ingredients": [ { "item": "quark:azalea_log" } ], + "processingTime": 50, "results": [ { "item": "quark:stripped_azalea_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "quark", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/quark/azalea_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/quark/azalea_wood.json index e8a385f47f..bba137f8dc 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/quark/azalea_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/quark/azalea_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "quark" + } + ], "ingredients": [ { "item": "quark:azalea_wood" } ], + "processingTime": 50, "results": [ { "item": "quark:stripped_azalea_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "quark", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/quark/blossom_log.json b/src/generated/resources/data/create/recipes/cutting/compat/quark/blossom_log.json index f6ca253658..8a7bc6e8e6 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/quark/blossom_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/quark/blossom_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "quark" + } + ], "ingredients": [ { "item": "quark:blossom_log" } ], + "processingTime": 50, "results": [ { "item": "quark:stripped_blossom_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "quark", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/quark/blossom_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/quark/blossom_wood.json index fb46f1d2da..ebd796db37 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/quark/blossom_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/quark/blossom_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "quark" + } + ], "ingredients": [ { "item": "quark:blossom_wood" } ], + "processingTime": 50, "results": [ { "item": "quark:stripped_blossom_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "quark", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_azalea_log.json b/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_azalea_log.json index 768882ef10..f7276bef07 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_azalea_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_azalea_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "quark" + } + ], "ingredients": [ { "item": "quark:stripped_azalea_log" } ], + "processingTime": 50, "results": [ { - "item": "quark:azalea_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "quark", - "type": "forge:mod_loaded" + "count": 6, + "item": "quark:azalea_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_azalea_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_azalea_wood.json index dd49de96c0..fc5ee7e387 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_azalea_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_azalea_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "quark" + } + ], "ingredients": [ { "item": "quark:stripped_azalea_wood" } ], + "processingTime": 50, "results": [ { - "item": "quark:azalea_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "quark", - "type": "forge:mod_loaded" + "count": 6, + "item": "quark:azalea_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_blossom_log.json b/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_blossom_log.json index 51f746c19a..5ae6d6b1fd 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_blossom_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_blossom_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "quark" + } + ], "ingredients": [ { "item": "quark:stripped_blossom_log" } ], + "processingTime": 50, "results": [ { - "item": "quark:blossom_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "quark", - "type": "forge:mod_loaded" + "count": 6, + "item": "quark:blossom_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_blossom_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_blossom_wood.json index d9b8249286..ec05738d80 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_blossom_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_blossom_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "quark" + } + ], "ingredients": [ { "item": "quark:stripped_blossom_wood" } ], + "processingTime": 50, "results": [ { - "item": "quark:blossom_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "quark", - "type": "forge:mod_loaded" + "count": 6, + "item": "quark:blossom_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/silentgear/netherwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/silentgear/netherwood_log.json index 22df055f80..3186af2426 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/silentgear/netherwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/silentgear/netherwood_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "silentgear" + } + ], "ingredients": [ { "item": "silentgear:netherwood_log" } ], + "processingTime": 50, "results": [ { "item": "silentgear:stripped_netherwood_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "silentgear", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/silentgear/netherwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/silentgear/netherwood_wood.json index 205e6b0809..375090f72d 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/silentgear/netherwood_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/silentgear/netherwood_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "silentgear" + } + ], "ingredients": [ { "item": "silentgear:netherwood_wood" } ], + "processingTime": 50, "results": [ { "item": "silentgear:stripped_netherwood_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "silentgear", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/silentgear/stripped_netherwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/silentgear/stripped_netherwood_log.json index e75791a418..17aa616812 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/silentgear/stripped_netherwood_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/silentgear/stripped_netherwood_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "silentgear" + } + ], "ingredients": [ { "item": "silentgear:stripped_netherwood_log" } ], + "processingTime": 50, "results": [ { - "item": "silentgear:netherwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "silentgear", - "type": "forge:mod_loaded" + "count": 6, + "item": "silentgear:netherwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/silentgear/stripped_netherwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/silentgear/stripped_netherwood_wood.json index 95aefe71e8..c52fc33de5 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/silentgear/stripped_netherwood_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/silentgear/stripped_netherwood_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "silentgear" + } + ], "ingredients": [ { "item": "silentgear:stripped_netherwood_wood" } ], + "processingTime": 50, "results": [ { - "item": "silentgear:netherwood_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "silentgear", - "type": "forge:mod_loaded" + "count": 6, + "item": "silentgear:netherwood_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/bloodshroom_log.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/bloodshroom_log.json index 4e4d31e408..e6464015c8 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/bloodshroom_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/bloodshroom_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], "ingredients": [ { "item": "tconstruct:bloodshroom_log" } ], + "processingTime": 50, "results": [ { "item": "tconstruct:stripped_bloodshroom_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "tconstruct", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/bloodshroom_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/bloodshroom_wood.json index c5c94163e4..e4cbfd9178 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/bloodshroom_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/bloodshroom_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], "ingredients": [ { "item": "tconstruct:bloodshroom_wood" } ], + "processingTime": 50, "results": [ { "item": "tconstruct:stripped_bloodshroom_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "tconstruct", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/greenheart_log.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/greenheart_log.json index 6daf856fcc..7bfb20b446 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/greenheart_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/greenheart_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], "ingredients": [ { "item": "tconstruct:greenheart_log" } ], + "processingTime": 50, "results": [ { "item": "tconstruct:stripped_greenheart_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "tconstruct", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/greenheart_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/greenheart_wood.json index 0f7c163938..a85deb49f4 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/greenheart_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/greenheart_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], "ingredients": [ { "item": "tconstruct:greenheart_wood" } ], + "processingTime": 50, "results": [ { "item": "tconstruct:stripped_greenheart_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "tconstruct", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/skyroot_log.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/skyroot_log.json index 8ed0491a18..8e5f3943aa 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/skyroot_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/skyroot_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], "ingredients": [ { "item": "tconstruct:skyroot_log" } ], + "processingTime": 50, "results": [ { "item": "tconstruct:stripped_skyroot_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "tconstruct", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/skyroot_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/skyroot_wood.json index 7b203e2002..ee4a40d2ba 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/skyroot_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/skyroot_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], "ingredients": [ { "item": "tconstruct:skyroot_wood" } ], + "processingTime": 50, "results": [ { "item": "tconstruct:stripped_skyroot_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "tconstruct", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_log.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_log.json index 41841d8f3b..533a17f146 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], "ingredients": [ { "item": "tconstruct:stripped_bloodshroom_log" } ], + "processingTime": 50, "results": [ { - "item": "tconstruct:bloodshroom_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "tconstruct", - "type": "forge:mod_loaded" + "count": 6, + "item": "tconstruct:bloodshroom_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_wood.json index c20a89af2d..a617bc9078 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], "ingredients": [ { "item": "tconstruct:stripped_bloodshroom_wood" } ], + "processingTime": 50, "results": [ { - "item": "tconstruct:bloodshroom_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "tconstruct", - "type": "forge:mod_loaded" + "count": 6, + "item": "tconstruct:bloodshroom_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_log.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_log.json index 70e7e7426c..a0aecfa9df 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], "ingredients": [ { "item": "tconstruct:stripped_greenheart_log" } ], + "processingTime": 50, "results": [ { - "item": "tconstruct:greenheart_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "tconstruct", - "type": "forge:mod_loaded" + "count": 6, + "item": "tconstruct:greenheart_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_wood.json index efc1c90d1e..50ecd35181 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], "ingredients": [ { "item": "tconstruct:stripped_greenheart_wood" } ], + "processingTime": 50, "results": [ { - "item": "tconstruct:greenheart_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "tconstruct", - "type": "forge:mod_loaded" + "count": 6, + "item": "tconstruct:greenheart_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_log.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_log.json index b041ee19ef..4a77a6619f 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], "ingredients": [ { "item": "tconstruct:stripped_skyroot_log" } ], + "processingTime": 50, "results": [ { - "item": "tconstruct:skyroot_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "tconstruct", - "type": "forge:mod_loaded" + "count": 6, + "item": "tconstruct:skyroot_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_wood.json index ea62eaf4cf..b19bb73aa2 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], "ingredients": [ { "item": "tconstruct:stripped_skyroot_wood" } ], + "processingTime": 50, "results": [ { - "item": "tconstruct:skyroot_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "tconstruct", - "type": "forge:mod_loaded" + "count": 6, + "item": "tconstruct:skyroot_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/canopy_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/canopy_log.json index f85893b3ef..4579174595 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/canopy_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/canopy_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:canopy_log" } ], + "processingTime": 50, "results": [ { "item": "twilightforest:stripped_canopy_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/canopy_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/canopy_wood.json index 226497be9f..72091dde87 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/canopy_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/canopy_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:canopy_wood" } ], + "processingTime": 50, "results": [ { "item": "twilightforest:stripped_canopy_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/dark_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/dark_log.json index c8eaa380c6..ee9a643903 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/dark_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/dark_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:dark_log" } ], + "processingTime": 50, "results": [ { "item": "twilightforest:stripped_dark_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/dark_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/dark_wood.json index f336290946..97f5cd0790 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/dark_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/dark_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:dark_wood" } ], + "processingTime": 50, "results": [ { "item": "twilightforest:stripped_dark_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mangrove_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mangrove_log.json index 550caa87d6..4f111257f1 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mangrove_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mangrove_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:mangrove_log" } ], + "processingTime": 50, "results": [ { "item": "twilightforest:stripped_mangrove_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mangrove_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mangrove_wood.json index eac836dae7..3f08971bef 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mangrove_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mangrove_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:mangrove_wood" } ], + "processingTime": 50, "results": [ { "item": "twilightforest:stripped_mangrove_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mining_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mining_log.json index eafc1e23ca..d4765bc65c 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mining_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mining_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:mining_log" } ], + "processingTime": 50, "results": [ { "item": "twilightforest:stripped_mining_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mining_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mining_wood.json index c2b66dc76c..17c5ba4a8e 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mining_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mining_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:mining_wood" } ], + "processingTime": 50, "results": [ { "item": "twilightforest:stripped_mining_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/sorting_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/sorting_log.json index e0929b3f84..bb622c9edc 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/sorting_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/sorting_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:sorting_log" } ], + "processingTime": 50, "results": [ { "item": "twilightforest:stripped_sorting_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/sorting_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/sorting_wood.json index 534c1486fb..1510ed2e84 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/sorting_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/sorting_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:sorting_wood" } ], + "processingTime": 50, "results": [ { "item": "twilightforest:stripped_sorting_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_canopy_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_canopy_log.json index 96db881135..7aa4f32fd3 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_canopy_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_canopy_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:stripped_canopy_log" } ], + "processingTime": 50, "results": [ { - "item": "twilightforest:canopy_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" + "count": 6, + "item": "twilightforest:canopy_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_canopy_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_canopy_wood.json index d11987c721..8869d89135 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_canopy_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_canopy_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:stripped_canopy_wood" } ], + "processingTime": 50, "results": [ { - "item": "twilightforest:canopy_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" + "count": 6, + "item": "twilightforest:canopy_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_dark_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_dark_log.json index 63c7e3371e..1fd4679e48 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_dark_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_dark_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:stripped_dark_log" } ], + "processingTime": 50, "results": [ { - "item": "twilightforest:dark_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" + "count": 6, + "item": "twilightforest:dark_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_dark_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_dark_wood.json index 399fa86aa8..c177affed6 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_dark_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_dark_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:stripped_dark_wood" } ], + "processingTime": 50, "results": [ { - "item": "twilightforest:dark_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" + "count": 6, + "item": "twilightforest:dark_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_log.json index 5aaafe6e1b..9643574c29 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:stripped_mangrove_log" } ], + "processingTime": 50, "results": [ { - "item": "twilightforest:mangrove_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" + "count": 6, + "item": "twilightforest:mangrove_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_wood.json index dc13941553..108a00a422 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:stripped_mangrove_wood" } ], + "processingTime": 50, "results": [ { - "item": "twilightforest:mangrove_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" + "count": 6, + "item": "twilightforest:mangrove_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mining_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mining_log.json index 0dd2038901..42c8cd84b1 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mining_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mining_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:stripped_mining_log" } ], + "processingTime": 50, "results": [ { - "item": "twilightforest:mining_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" + "count": 6, + "item": "twilightforest:mining_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mining_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mining_wood.json index d1179865f6..91ee2ff568 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mining_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mining_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:stripped_mining_wood" } ], + "processingTime": 50, "results": [ { - "item": "twilightforest:mining_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" + "count": 6, + "item": "twilightforest:mining_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_sorting_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_sorting_log.json index afdcea8e92..1ad0b02926 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_sorting_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_sorting_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:stripped_sorting_log" } ], + "processingTime": 50, "results": [ { - "item": "twilightforest:sorting_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" + "count": 6, + "item": "twilightforest:sorting_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_sorting_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_sorting_wood.json index 00732d7fe9..08898a47bb 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_sorting_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_sorting_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:stripped_sorting_wood" } ], + "processingTime": 50, "results": [ { - "item": "twilightforest:sorting_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" + "count": 6, + "item": "twilightforest:sorting_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_time_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_time_log.json index d958932ec4..084bf94eb0 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_time_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_time_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:stripped_time_log" } ], + "processingTime": 50, "results": [ { - "item": "twilightforest:time_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" + "count": 6, + "item": "twilightforest:time_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_time_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_time_wood.json index e5962ada3c..4e10fe9a98 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_time_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_time_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:stripped_time_wood" } ], + "processingTime": 50, "results": [ { - "item": "twilightforest:time_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" + "count": 6, + "item": "twilightforest:time_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_transformation_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_transformation_log.json index 0760f406dc..9cb7472504 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_transformation_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_transformation_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:stripped_transformation_log" } ], + "processingTime": 50, "results": [ { - "item": "twilightforest:transformation_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" + "count": 6, + "item": "twilightforest:transformation_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_transformation_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_transformation_wood.json index db2c29f983..2a205236f6 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_transformation_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_transformation_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:stripped_transformation_wood" } ], + "processingTime": 50, "results": [ { - "item": "twilightforest:transformation_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" + "count": 6, + "item": "twilightforest:transformation_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_log.json index 21944d2826..793d8b76ea 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_log.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:stripped_twilight_oak_log" } ], + "processingTime": 50, "results": [ { - "item": "twilightforest:twilight_oak_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" + "count": 6, + "item": "twilightforest:twilight_oak_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_wood.json index f415317a9a..a3ddb2fa30 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_wood.json @@ -1,21 +1,21 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:stripped_twilight_oak_wood" } ], + "processingTime": 50, "results": [ { - "item": "twilightforest:twilight_oak_planks", - "count": 6 - } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" + "count": 6, + "item": "twilightforest:twilight_oak_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/time_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/time_log.json index 70867b5d93..05fef47890 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/time_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/time_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:time_log" } ], + "processingTime": 50, "results": [ { "item": "twilightforest:stripped_time_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/time_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/time_wood.json index ca351147fe..c9f3d20e6c 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/time_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/time_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:time_wood" } ], + "processingTime": 50, "results": [ { "item": "twilightforest:stripped_time_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/transformation_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/transformation_log.json index ab399bbad2..11c7ae694e 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/transformation_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/transformation_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:transformation_log" } ], + "processingTime": 50, "results": [ { "item": "twilightforest:stripped_transformation_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/transformation_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/transformation_wood.json index ed52752c1c..e17c52aae4 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/transformation_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/transformation_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:transformation_wood" } ], + "processingTime": 50, "results": [ { "item": "twilightforest:stripped_transformation_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/twilight_oak_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/twilight_oak_log.json index cff89c2d54..40ec9a7775 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/twilight_oak_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/twilight_oak_log.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:twilight_oak_log" } ], + "processingTime": 50, "results": [ { "item": "twilightforest:stripped_twilight_oak_log" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/twilight_oak_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/twilight_oak_wood.json index c82190a80f..07d815e465 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/twilight_oak_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/twilight_oak_wood.json @@ -1,20 +1,20 @@ { "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], "ingredients": [ { "item": "twilightforest:twilight_oak_wood" } ], + "processingTime": 50, "results": [ { "item": "twilightforest:stripped_twilight_oak_wood" } - ], - "processingTime": 50, - "conditions": [ - { - "modid": "twilightforest", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/crimson_hyphae.json b/src/generated/resources/data/create/recipes/cutting/crimson_hyphae.json index c73918fc17..b21c061783 100644 --- a/src/generated/resources/data/create/recipes/cutting/crimson_hyphae.json +++ b/src/generated/resources/data/create/recipes/cutting/crimson_hyphae.json @@ -5,10 +5,10 @@ "item": "minecraft:crimson_hyphae" } ], + "processingTime": 50, "results": [ { "item": "minecraft:stripped_crimson_hyphae" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/crimson_stem.json b/src/generated/resources/data/create/recipes/cutting/crimson_stem.json index f2358bf619..1b01540571 100644 --- a/src/generated/resources/data/create/recipes/cutting/crimson_stem.json +++ b/src/generated/resources/data/create/recipes/cutting/crimson_stem.json @@ -5,10 +5,10 @@ "item": "minecraft:crimson_stem" } ], + "processingTime": 50, "results": [ { "item": "minecraft:stripped_crimson_stem" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/dark_oak_log.json b/src/generated/resources/data/create/recipes/cutting/dark_oak_log.json index a89e0b0c6a..f487973f98 100644 --- a/src/generated/resources/data/create/recipes/cutting/dark_oak_log.json +++ b/src/generated/resources/data/create/recipes/cutting/dark_oak_log.json @@ -5,10 +5,10 @@ "item": "minecraft:dark_oak_log" } ], + "processingTime": 50, "results": [ { "item": "minecraft:stripped_dark_oak_log" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/dark_oak_wood.json b/src/generated/resources/data/create/recipes/cutting/dark_oak_wood.json index 6356479c03..d427cd9762 100644 --- a/src/generated/resources/data/create/recipes/cutting/dark_oak_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/dark_oak_wood.json @@ -5,10 +5,10 @@ "item": "minecraft:dark_oak_wood" } ], + "processingTime": 50, "results": [ { "item": "minecraft:stripped_dark_oak_wood" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/jungle_log.json b/src/generated/resources/data/create/recipes/cutting/jungle_log.json index 29c34508b8..4b50fd5396 100644 --- a/src/generated/resources/data/create/recipes/cutting/jungle_log.json +++ b/src/generated/resources/data/create/recipes/cutting/jungle_log.json @@ -5,10 +5,10 @@ "item": "minecraft:jungle_log" } ], + "processingTime": 50, "results": [ { "item": "minecraft:stripped_jungle_log" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/jungle_wood.json b/src/generated/resources/data/create/recipes/cutting/jungle_wood.json index 034b9b11fd..3192c1488e 100644 --- a/src/generated/resources/data/create/recipes/cutting/jungle_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/jungle_wood.json @@ -5,10 +5,10 @@ "item": "minecraft:jungle_wood" } ], + "processingTime": 50, "results": [ { "item": "minecraft:stripped_jungle_wood" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/mangrove_log.json b/src/generated/resources/data/create/recipes/cutting/mangrove_log.json new file mode 100644 index 0000000000..a21afe6e5a --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/mangrove_log.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:mangrove_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_mangrove_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/mangrove_wood.json b/src/generated/resources/data/create/recipes/cutting/mangrove_wood.json new file mode 100644 index 0000000000..63f7a1e9c2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/mangrove_wood.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:mangrove_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_mangrove_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/oak_log.json b/src/generated/resources/data/create/recipes/cutting/oak_log.json index 445a939145..7b144262c4 100644 --- a/src/generated/resources/data/create/recipes/cutting/oak_log.json +++ b/src/generated/resources/data/create/recipes/cutting/oak_log.json @@ -5,10 +5,10 @@ "item": "minecraft:oak_log" } ], + "processingTime": 50, "results": [ { "item": "minecraft:stripped_oak_log" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/oak_wood.json b/src/generated/resources/data/create/recipes/cutting/oak_wood.json index 837a327907..67e805f35e 100644 --- a/src/generated/resources/data/create/recipes/cutting/oak_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/oak_wood.json @@ -5,10 +5,10 @@ "item": "minecraft:oak_wood" } ], + "processingTime": 50, "results": [ { "item": "minecraft:stripped_oak_wood" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/spruce_log.json b/src/generated/resources/data/create/recipes/cutting/spruce_log.json index e8db405d91..c3d2404e81 100644 --- a/src/generated/resources/data/create/recipes/cutting/spruce_log.json +++ b/src/generated/resources/data/create/recipes/cutting/spruce_log.json @@ -5,10 +5,10 @@ "item": "minecraft:spruce_log" } ], + "processingTime": 50, "results": [ { "item": "minecraft:stripped_spruce_log" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/spruce_wood.json b/src/generated/resources/data/create/recipes/cutting/spruce_wood.json index 77e886e7eb..dc51b9db76 100644 --- a/src/generated/resources/data/create/recipes/cutting/spruce_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/spruce_wood.json @@ -5,10 +5,10 @@ "item": "minecraft:spruce_wood" } ], + "processingTime": 50, "results": [ { "item": "minecraft:stripped_spruce_wood" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_acacia_log.json b/src/generated/resources/data/create/recipes/cutting/stripped_acacia_log.json index 45e306432e..ec91b0d934 100644 --- a/src/generated/resources/data/create/recipes/cutting/stripped_acacia_log.json +++ b/src/generated/resources/data/create/recipes/cutting/stripped_acacia_log.json @@ -5,11 +5,11 @@ "item": "minecraft:stripped_acacia_log" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:acacia_planks", - "count": 6 + "count": 6, + "item": "minecraft:acacia_planks" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_acacia_wood.json b/src/generated/resources/data/create/recipes/cutting/stripped_acacia_wood.json index f8a1c75d77..a70d781848 100644 --- a/src/generated/resources/data/create/recipes/cutting/stripped_acacia_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/stripped_acacia_wood.json @@ -5,11 +5,11 @@ "item": "minecraft:stripped_acacia_wood" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:acacia_planks", - "count": 6 + "count": 6, + "item": "minecraft:acacia_planks" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_birch_log.json b/src/generated/resources/data/create/recipes/cutting/stripped_birch_log.json index d494dce0cd..600ac2e8e9 100644 --- a/src/generated/resources/data/create/recipes/cutting/stripped_birch_log.json +++ b/src/generated/resources/data/create/recipes/cutting/stripped_birch_log.json @@ -5,11 +5,11 @@ "item": "minecraft:stripped_birch_log" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:birch_planks", - "count": 6 + "count": 6, + "item": "minecraft:birch_planks" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_birch_wood.json b/src/generated/resources/data/create/recipes/cutting/stripped_birch_wood.json index bcfa77df8d..573f915ab2 100644 --- a/src/generated/resources/data/create/recipes/cutting/stripped_birch_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/stripped_birch_wood.json @@ -5,11 +5,11 @@ "item": "minecraft:stripped_birch_wood" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:birch_planks", - "count": 6 + "count": 6, + "item": "minecraft:birch_planks" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_crimson_hyphae.json b/src/generated/resources/data/create/recipes/cutting/stripped_crimson_hyphae.json index ae2ccba5af..4de07e2ab8 100644 --- a/src/generated/resources/data/create/recipes/cutting/stripped_crimson_hyphae.json +++ b/src/generated/resources/data/create/recipes/cutting/stripped_crimson_hyphae.json @@ -5,11 +5,11 @@ "item": "minecraft:stripped_crimson_hyphae" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:crimson_planks", - "count": 6 + "count": 6, + "item": "minecraft:crimson_planks" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_crimson_stem.json b/src/generated/resources/data/create/recipes/cutting/stripped_crimson_stem.json index 27c8c26d9e..8398ebb1a0 100644 --- a/src/generated/resources/data/create/recipes/cutting/stripped_crimson_stem.json +++ b/src/generated/resources/data/create/recipes/cutting/stripped_crimson_stem.json @@ -5,11 +5,11 @@ "item": "minecraft:stripped_crimson_stem" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:crimson_planks", - "count": 6 + "count": 6, + "item": "minecraft:crimson_planks" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_dark_oak_log.json b/src/generated/resources/data/create/recipes/cutting/stripped_dark_oak_log.json index 09992fa457..6776a3694f 100644 --- a/src/generated/resources/data/create/recipes/cutting/stripped_dark_oak_log.json +++ b/src/generated/resources/data/create/recipes/cutting/stripped_dark_oak_log.json @@ -5,11 +5,11 @@ "item": "minecraft:stripped_dark_oak_log" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:dark_oak_planks", - "count": 6 + "count": 6, + "item": "minecraft:dark_oak_planks" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_dark_oak_wood.json b/src/generated/resources/data/create/recipes/cutting/stripped_dark_oak_wood.json index 78ee9957ad..a2c28047df 100644 --- a/src/generated/resources/data/create/recipes/cutting/stripped_dark_oak_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/stripped_dark_oak_wood.json @@ -5,11 +5,11 @@ "item": "minecraft:stripped_dark_oak_wood" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:dark_oak_planks", - "count": 6 + "count": 6, + "item": "minecraft:dark_oak_planks" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_jungle_log.json b/src/generated/resources/data/create/recipes/cutting/stripped_jungle_log.json index 0d1b99dc1d..b6ba3bbf8a 100644 --- a/src/generated/resources/data/create/recipes/cutting/stripped_jungle_log.json +++ b/src/generated/resources/data/create/recipes/cutting/stripped_jungle_log.json @@ -5,11 +5,11 @@ "item": "minecraft:stripped_jungle_log" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:jungle_planks", - "count": 6 + "count": 6, + "item": "minecraft:jungle_planks" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_jungle_wood.json b/src/generated/resources/data/create/recipes/cutting/stripped_jungle_wood.json index 127315498e..49c81da966 100644 --- a/src/generated/resources/data/create/recipes/cutting/stripped_jungle_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/stripped_jungle_wood.json @@ -5,11 +5,11 @@ "item": "minecraft:stripped_jungle_wood" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:jungle_planks", - "count": 6 + "count": 6, + "item": "minecraft:jungle_planks" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_mangrove_log.json b/src/generated/resources/data/create/recipes/cutting/stripped_mangrove_log.json new file mode 100644 index 0000000000..753258cb3b --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_mangrove_log.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_mangrove_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:mangrove_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_mangrove_wood.json b/src/generated/resources/data/create/recipes/cutting/stripped_mangrove_wood.json new file mode 100644 index 0000000000..99c6cc88c1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_mangrove_wood.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_mangrove_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:mangrove_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_oak_log.json b/src/generated/resources/data/create/recipes/cutting/stripped_oak_log.json index e2dcb87715..a76c5db55b 100644 --- a/src/generated/resources/data/create/recipes/cutting/stripped_oak_log.json +++ b/src/generated/resources/data/create/recipes/cutting/stripped_oak_log.json @@ -5,11 +5,11 @@ "item": "minecraft:stripped_oak_log" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:oak_planks", - "count": 6 + "count": 6, + "item": "minecraft:oak_planks" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_oak_wood.json b/src/generated/resources/data/create/recipes/cutting/stripped_oak_wood.json index 47fad8bd1f..9e9f35a301 100644 --- a/src/generated/resources/data/create/recipes/cutting/stripped_oak_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/stripped_oak_wood.json @@ -5,11 +5,11 @@ "item": "minecraft:stripped_oak_wood" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:oak_planks", - "count": 6 + "count": 6, + "item": "minecraft:oak_planks" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_spruce_log.json b/src/generated/resources/data/create/recipes/cutting/stripped_spruce_log.json index 29f3afac1d..8e986bdb9c 100644 --- a/src/generated/resources/data/create/recipes/cutting/stripped_spruce_log.json +++ b/src/generated/resources/data/create/recipes/cutting/stripped_spruce_log.json @@ -5,11 +5,11 @@ "item": "minecraft:stripped_spruce_log" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:spruce_planks", - "count": 6 + "count": 6, + "item": "minecraft:spruce_planks" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_spruce_wood.json b/src/generated/resources/data/create/recipes/cutting/stripped_spruce_wood.json index 06838e98a3..34e0ba2354 100644 --- a/src/generated/resources/data/create/recipes/cutting/stripped_spruce_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/stripped_spruce_wood.json @@ -5,11 +5,11 @@ "item": "minecraft:stripped_spruce_wood" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:spruce_planks", - "count": 6 + "count": 6, + "item": "minecraft:spruce_planks" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_warped_hyphae.json b/src/generated/resources/data/create/recipes/cutting/stripped_warped_hyphae.json index 4cf788d2f1..6e01df1272 100644 --- a/src/generated/resources/data/create/recipes/cutting/stripped_warped_hyphae.json +++ b/src/generated/resources/data/create/recipes/cutting/stripped_warped_hyphae.json @@ -5,11 +5,11 @@ "item": "minecraft:stripped_warped_hyphae" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:warped_planks", - "count": 6 + "count": 6, + "item": "minecraft:warped_planks" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_warped_stem.json b/src/generated/resources/data/create/recipes/cutting/stripped_warped_stem.json index 454a05cbba..cbdc4026bb 100644 --- a/src/generated/resources/data/create/recipes/cutting/stripped_warped_stem.json +++ b/src/generated/resources/data/create/recipes/cutting/stripped_warped_stem.json @@ -5,11 +5,11 @@ "item": "minecraft:stripped_warped_stem" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:warped_planks", - "count": 6 + "count": 6, + "item": "minecraft:warped_planks" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/warped_hyphae.json b/src/generated/resources/data/create/recipes/cutting/warped_hyphae.json index 5f0a47a112..0f8519d621 100644 --- a/src/generated/resources/data/create/recipes/cutting/warped_hyphae.json +++ b/src/generated/resources/data/create/recipes/cutting/warped_hyphae.json @@ -5,10 +5,10 @@ "item": "minecraft:warped_hyphae" } ], + "processingTime": 50, "results": [ { "item": "minecraft:stripped_warped_hyphae" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/warped_stem.json b/src/generated/resources/data/create/recipes/cutting/warped_stem.json index 9098dea43e..da21a0e47e 100644 --- a/src/generated/resources/data/create/recipes/cutting/warped_stem.json +++ b/src/generated/resources/data/create/recipes/cutting/warped_stem.json @@ -5,10 +5,10 @@ "item": "minecraft:warped_stem" } ], + "processingTime": 50, "results": [ { "item": "minecraft:stripped_warped_stem" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_oak_window.json b/src/generated/resources/data/create/recipes/dark_oak_window.json index 987881bde4..61544fcf36 100644 --- a/src/generated/resources/data/create/recipes/dark_oak_window.json +++ b/src/generated/resources/data/create/recipes/dark_oak_window.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#X#" - ], "key": { "#": { "item": "minecraft:dark_oak_planks" @@ -12,8 +8,12 @@ "tag": "forge:glass/colorless" } }, + "pattern": [ + " # ", + "#X#" + ], "result": { - "item": "create:dark_oak_window", - "count": 2 + "count": 2, + "item": "create:dark_oak_window" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_oak_window_pane.json b/src/generated/resources/data/create/recipes/dark_oak_window_pane.json index 9ccd4c353f..7d67b4832d 100644 --- a/src/generated/resources/data/create/recipes/dark_oak_window_pane.json +++ b/src/generated/resources/data/create/recipes/dark_oak_window_pane.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], "key": { "#": { "item": "create:dark_oak_window" } }, + "pattern": [ + "###", + "###" + ], "result": { - "item": "create:dark_oak_window_pane", - "count": 16 + "count": 16, + "item": "create:dark_oak_window_pane" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deepslate_pillar_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/deepslate_pillar_from_deepslate_stonecutting.json index 9b521347f4..91d6a6a041 100644 --- a/src/generated/resources/data/create/recipes/deepslate_pillar_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/deepslate_pillar_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:deepslate_pillar", - "count": 1 + "result": "create:deepslate_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deepslate_pillar_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/deepslate_pillar_from_stone_types_deepslate_stonecutting.json index bde81d65ab..a4a11450d7 100644 --- a/src/generated/resources/data/create/recipes/deepslate_pillar_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/deepslate_pillar_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:deepslate_pillar", - "count": 1 + "result": "create:deepslate_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_copper_block_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_copper_block_from_adding_wax.json index 23ae5908d7..6d78b4e603 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_copper_block_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_copper_block_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "minecraft:waxed_copper_block" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingle_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingle_slab_from_adding_wax.json index b3beb0552a..6d09b1d36f 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingle_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingle_slab_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_copper_shingle_slab" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingle_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingle_stairs_from_adding_wax.json index 56d30d0deb..fe01c34ede 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingle_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingle_stairs_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_copper_shingle_stairs" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingles_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingles_from_adding_wax.json index b37488682d..0843767617 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingles_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingles_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_copper_shingles" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_copper_tile_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_copper_tile_slab_from_adding_wax.json index e1e5b405b6..b9a315947f 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_copper_tile_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_copper_tile_slab_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_copper_tile_slab" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_copper_tile_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_copper_tile_stairs_from_adding_wax.json index feb465151e..84507438a9 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_copper_tile_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_copper_tile_stairs_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_copper_tile_stairs" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_copper_tiles_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_copper_tiles_from_adding_wax.json index 595c5788d0..c7606f303f 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_copper_tiles_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_copper_tiles_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_copper_tiles" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_from_adding_wax.json index efebdbd467..c6d865ee83 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "minecraft:waxed_cut_copper" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_slab_from_adding_wax.json index 38450ba3e7..e9f2aaeec6 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_slab_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "minecraft:waxed_cut_copper_slab" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_stairs_from_adding_wax.json index f357450a26..4c6a8940d9 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_stairs_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "minecraft:waxed_cut_copper_stairs" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_from_adding_wax.json index 92edf7a687..4a36a83cc3 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "minecraft:waxed_exposed_copper" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json index 2016e7d80c..30fd17f1a6 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_exposed_copper_shingle_slab" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json index 5d0a63833e..96aae59d51 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_exposed_copper_shingle_stairs" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingles_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingles_from_adding_wax.json index 1c28996415..6d84bcf9b4 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingles_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingles_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_exposed_copper_shingles" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json index 2456e8615c..0d456da743 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_exposed_copper_tile_slab" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json index b0248917ae..af8d9002d3 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_exposed_copper_tile_stairs" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tiles_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tiles_from_adding_wax.json index 55ac9cebf1..8a51eceb81 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tiles_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tiles_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_exposed_copper_tiles" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_from_adding_wax.json index 9344eb9a01..2405dbd4be 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "minecraft:waxed_exposed_cut_copper" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json index 80c10482c9..e2774a3000 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "minecraft:waxed_exposed_cut_copper_slab" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json index a9839f4b96..371904368f 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "minecraft:waxed_exposed_cut_copper_stairs" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_from_adding_wax.json index 1a351300cd..01b1f2bd7e 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "minecraft:waxed_oxidized_copper" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json index eaff4262ba..ac3a5d7ffb 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_oxidized_copper_shingle_slab" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json index 1b0365caf8..fdb93fd7f0 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_oxidized_copper_shingle_stairs" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json index de7f64363f..da19d2cdd3 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_oxidized_copper_shingles" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json index b566f71634..bc27ca38fc 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_oxidized_copper_tile_slab" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json index 5a90fa0917..3ebce043c1 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_oxidized_copper_tile_stairs" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json index d577905dba..c05c18e0c8 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_oxidized_copper_tiles" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_from_adding_wax.json index dd6ce21284..a3616b94e8 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "minecraft:waxed_oxidized_cut_copper" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json index f89076eb75..dd0a413404 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "minecraft:waxed_oxidized_cut_copper_slab" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json index 39ecd3021f..70c63e2611 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "minecraft:waxed_oxidized_cut_copper_stairs" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_from_adding_wax.json index 461a8cc23a..cd84f31390 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "minecraft:waxed_weathered_copper" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json index 272303be3c..8478473341 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_weathered_copper_shingle_slab" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json index a269d097ab..d4ee412789 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_weathered_copper_shingle_stairs" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingles_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingles_from_adding_wax.json index 86d6bd80e0..f98fa5ac47 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingles_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingles_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_weathered_copper_shingles" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json index 4e604125c2..fd990ed932 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_weathered_copper_tile_slab" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json index 5e4956ab44..04c0dd094d 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_weathered_copper_tile_stairs" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tiles_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tiles_from_adding_wax.json index f5545d8014..b212123927 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tiles_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tiles_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "create:waxed_weathered_copper_tiles" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_from_adding_wax.json index 305c9c61a3..7e0c961149 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "minecraft:waxed_weathered_cut_copper" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json index 4a289d63b2..89ac18c47d 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "minecraft:waxed_weathered_cut_copper_slab" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json index 09b1fce6e2..001bde67d6 100644 --- a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json @@ -8,10 +8,10 @@ "item": "minecraft:honeycomb_block" } ], + "keepHeldItem": true, "results": [ { "item": "minecraft:waxed_weathered_cut_copper_stairs" } - ], - "keepHeldItem": true + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_pillar_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/diorite_pillar_from_diorite_stonecutting.json index 081b88e5c3..f7b08fd68a 100644 --- a/src/generated/resources/data/create/recipes/diorite_pillar_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/diorite_pillar_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:diorite_pillar", - "count": 1 + "result": "create:diorite_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_pillar_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/diorite_pillar_from_stone_types_diorite_stonecutting.json index 876c9c0769..e83191b975 100644 --- a/src/generated/resources/data/create/recipes/diorite_pillar_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/diorite_pillar_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:diorite_pillar", - "count": 1 + "result": "create:diorite_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dripstone_pillar_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/dripstone_pillar_from_dripstone_block_stonecutting.json index 9b7cd8e7cc..ed4ecfebc0 100644 --- a/src/generated/resources/data/create/recipes/dripstone_pillar_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/dripstone_pillar_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:dripstone_pillar", - "count": 1 + "result": "create:dripstone_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dripstone_pillar_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/dripstone_pillar_from_stone_types_dripstone_stonecutting.json index f14e1467c6..597b7b7600 100644 --- a/src/generated/resources/data/create/recipes/dripstone_pillar_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/dripstone_pillar_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:dripstone_pillar", - "count": 1 + "result": "create:dripstone_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/emptying/builders_tea.json b/src/generated/resources/data/create/recipes/emptying/builders_tea.json index 6cb528114d..4d8bb46297 100644 --- a/src/generated/resources/data/create/recipes/emptying/builders_tea.json +++ b/src/generated/resources/data/create/recipes/emptying/builders_tea.json @@ -10,8 +10,8 @@ "item": "minecraft:glass_bottle" }, { - "fluid": "create:tea", - "amount": 250 + "amount": 250, + "fluid": "create:tea" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/emptying/compat/farmersdelight/milk_bottle.json b/src/generated/resources/data/create/recipes/emptying/compat/farmersdelight/milk_bottle.json index c3c9c54f40..ebe9459712 100644 --- a/src/generated/resources/data/create/recipes/emptying/compat/farmersdelight/milk_bottle.json +++ b/src/generated/resources/data/create/recipes/emptying/compat/farmersdelight/milk_bottle.json @@ -1,5 +1,11 @@ { "type": "create:emptying", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "farmersdelight" + } + ], "ingredients": [ { "item": "farmersdelight:milk_bottle" @@ -10,14 +16,8 @@ "item": "minecraft:glass_bottle" }, { - "fluid": "minecraft:milk", - "amount": 250 - } - ], - "conditions": [ - { - "modid": "farmersdelight", - "type": "forge:mod_loaded" + "amount": 250, + "fluid": "minecraft:milk" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/emptying/honey_bottle.json b/src/generated/resources/data/create/recipes/emptying/honey_bottle.json index de62bb4a3a..5c7a531f02 100644 --- a/src/generated/resources/data/create/recipes/emptying/honey_bottle.json +++ b/src/generated/resources/data/create/recipes/emptying/honey_bottle.json @@ -10,8 +10,8 @@ "item": "minecraft:glass_bottle" }, { - "fluid": "create:honey", - "amount": 250 + "amount": 250, + "fluid": "create:honey" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/exposed_copper_shingle_slab.json b/src/generated/resources/data/create/recipes/exposed_copper_shingle_slab.json index 94d32ca560..dfcc27145c 100644 --- a/src/generated/resources/data/create/recipes/exposed_copper_shingle_slab.json +++ b/src/generated/resources/data/create/recipes/exposed_copper_shingle_slab.json @@ -1,15 +1,15 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:exposed_copper_shingles" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:exposed_copper_shingle_slab", - "count": 6 + "count": 6, + "item": "create:exposed_copper_shingle_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting.json b/src/generated/resources/data/create/recipes/exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting.json index ef65d0edab..07385d8b35 100644 --- a/src/generated/resources/data/create/recipes/exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting.json +++ b/src/generated/resources/data/create/recipes/exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:exposed_copper_shingles" }, - "result": "create:exposed_copper_shingle_slab", - "count": 2 + "result": "create:exposed_copper_shingle_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/exposed_copper_shingle_stairs.json b/src/generated/resources/data/create/recipes/exposed_copper_shingle_stairs.json index 760173af00..f029342226 100644 --- a/src/generated/resources/data/create/recipes/exposed_copper_shingle_stairs.json +++ b/src/generated/resources/data/create/recipes/exposed_copper_shingle_stairs.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:exposed_copper_shingles" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:exposed_copper_shingle_stairs", - "count": 4 + "count": 4, + "item": "create:exposed_copper_shingle_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting.json b/src/generated/resources/data/create/recipes/exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting.json index 4ab60570ee..22c4b159b9 100644 --- a/src/generated/resources/data/create/recipes/exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting.json +++ b/src/generated/resources/data/create/recipes/exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:exposed_copper_shingles" }, - "result": "create:exposed_copper_shingle_stairs", - "count": 1 + "result": "create:exposed_copper_shingle_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/exposed_copper_tile_slab.json b/src/generated/resources/data/create/recipes/exposed_copper_tile_slab.json index aaa704e83a..e01eea5e2f 100644 --- a/src/generated/resources/data/create/recipes/exposed_copper_tile_slab.json +++ b/src/generated/resources/data/create/recipes/exposed_copper_tile_slab.json @@ -1,15 +1,15 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:exposed_copper_tiles" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:exposed_copper_tile_slab", - "count": 6 + "count": 6, + "item": "create:exposed_copper_tile_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting.json b/src/generated/resources/data/create/recipes/exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting.json index 28207ca65e..2fcc470fcf 100644 --- a/src/generated/resources/data/create/recipes/exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting.json +++ b/src/generated/resources/data/create/recipes/exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:exposed_copper_tiles" }, - "result": "create:exposed_copper_tile_slab", - "count": 2 + "result": "create:exposed_copper_tile_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/exposed_copper_tile_stairs.json b/src/generated/resources/data/create/recipes/exposed_copper_tile_stairs.json index 93c8e3b079..a80aca06c9 100644 --- a/src/generated/resources/data/create/recipes/exposed_copper_tile_stairs.json +++ b/src/generated/resources/data/create/recipes/exposed_copper_tile_stairs.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:exposed_copper_tiles" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:exposed_copper_tile_stairs", - "count": 4 + "count": 4, + "item": "create:exposed_copper_tile_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting.json b/src/generated/resources/data/create/recipes/exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting.json index 0d071a4a0d..0e9d33e607 100644 --- a/src/generated/resources/data/create/recipes/exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting.json +++ b/src/generated/resources/data/create/recipes/exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:exposed_copper_tiles" }, - "result": "create:exposed_copper_tile_stairs", - "count": 1 + "result": "create:exposed_copper_tile_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/filling/blaze_cake.json b/src/generated/resources/data/create/recipes/filling/blaze_cake.json index 1798434532..589cf852c8 100644 --- a/src/generated/resources/data/create/recipes/filling/blaze_cake.json +++ b/src/generated/resources/data/create/recipes/filling/blaze_cake.json @@ -5,9 +5,9 @@ "item": "create:blaze_cake_base" }, { + "amount": 250, "fluid": "minecraft:lava", - "nbt": {}, - "amount": 250 + "nbt": {} } ], "results": [ diff --git a/src/generated/resources/data/create/recipes/filling/builders_tea.json b/src/generated/resources/data/create/recipes/filling/builders_tea.json index ac29e17bb2..7bbf69498c 100644 --- a/src/generated/resources/data/create/recipes/filling/builders_tea.json +++ b/src/generated/resources/data/create/recipes/filling/builders_tea.json @@ -5,9 +5,9 @@ "item": "minecraft:glass_bottle" }, { + "amount": 250, "fluid": "create:tea", - "nbt": {}, - "amount": 250 + "nbt": {} } ], "results": [ diff --git a/src/generated/resources/data/create/recipes/filling/chocolate_glazed_berries.json b/src/generated/resources/data/create/recipes/filling/chocolate_glazed_berries.json index 0ce5553a5e..43f234d5b7 100644 --- a/src/generated/resources/data/create/recipes/filling/chocolate_glazed_berries.json +++ b/src/generated/resources/data/create/recipes/filling/chocolate_glazed_berries.json @@ -5,9 +5,9 @@ "item": "minecraft:sweet_berries" }, { + "amount": 250, "fluid": "create:chocolate", - "nbt": {}, - "amount": 250 + "nbt": {} } ], "results": [ diff --git a/src/generated/resources/data/create/recipes/filling/compat/farmersdelight/milk_bottle.json b/src/generated/resources/data/create/recipes/filling/compat/farmersdelight/milk_bottle.json index 32f65a07f9..5780625bac 100644 --- a/src/generated/resources/data/create/recipes/filling/compat/farmersdelight/milk_bottle.json +++ b/src/generated/resources/data/create/recipes/filling/compat/farmersdelight/milk_bottle.json @@ -1,23 +1,23 @@ { "type": "create:filling", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "farmersdelight" + } + ], "ingredients": [ { "item": "minecraft:glass_bottle" }, { - "fluidTag": "forge:milk", - "amount": 250 + "amount": 250, + "fluidTag": "forge:milk" } ], "results": [ { "item": "farmersdelight:milk_bottle" } - ], - "conditions": [ - { - "modid": "farmersdelight", - "type": "forge:mod_loaded" - } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/filling/glowstone.json b/src/generated/resources/data/create/recipes/filling/glowstone.json index fd306d5cf7..c3ce1a2c65 100644 --- a/src/generated/resources/data/create/recipes/filling/glowstone.json +++ b/src/generated/resources/data/create/recipes/filling/glowstone.json @@ -5,12 +5,12 @@ "item": "create:cinder_flour" }, { + "amount": 25, "fluid": "create:potion", "nbt": { "Bottle": "REGULAR", "Potion": "minecraft:night_vision" - }, - "amount": 25 + } } ], "results": [ diff --git a/src/generated/resources/data/create/recipes/filling/grass_block.json b/src/generated/resources/data/create/recipes/filling/grass_block.json index 00d1b8b862..24b35a081f 100644 --- a/src/generated/resources/data/create/recipes/filling/grass_block.json +++ b/src/generated/resources/data/create/recipes/filling/grass_block.json @@ -5,9 +5,9 @@ "item": "minecraft:dirt" }, { + "amount": 500, "fluid": "minecraft:water", - "nbt": {}, - "amount": 500 + "nbt": {} } ], "results": [ diff --git a/src/generated/resources/data/create/recipes/filling/gunpowder.json b/src/generated/resources/data/create/recipes/filling/gunpowder.json index ffcfeb78f7..27b487b766 100644 --- a/src/generated/resources/data/create/recipes/filling/gunpowder.json +++ b/src/generated/resources/data/create/recipes/filling/gunpowder.json @@ -5,12 +5,12 @@ "item": "create:cinder_flour" }, { + "amount": 25, "fluid": "create:potion", "nbt": { "Bottle": "REGULAR", "Potion": "minecraft:harming" - }, - "amount": 25 + } } ], "results": [ diff --git a/src/generated/resources/data/create/recipes/filling/honey_bottle.json b/src/generated/resources/data/create/recipes/filling/honey_bottle.json index dd1f62eb27..cf7dda674d 100644 --- a/src/generated/resources/data/create/recipes/filling/honey_bottle.json +++ b/src/generated/resources/data/create/recipes/filling/honey_bottle.json @@ -5,8 +5,8 @@ "item": "minecraft:glass_bottle" }, { - "fluidTag": "forge:honey", - "amount": 250 + "amount": 250, + "fluidTag": "forge:honey" } ], "results": [ diff --git a/src/generated/resources/data/create/recipes/filling/honeyed_apple.json b/src/generated/resources/data/create/recipes/filling/honeyed_apple.json index 93692da87a..6d9c8a6122 100644 --- a/src/generated/resources/data/create/recipes/filling/honeyed_apple.json +++ b/src/generated/resources/data/create/recipes/filling/honeyed_apple.json @@ -5,8 +5,8 @@ "item": "minecraft:apple" }, { - "fluidTag": "forge:honey", - "amount": 250 + "amount": 250, + "fluidTag": "forge:honey" } ], "results": [ diff --git a/src/generated/resources/data/create/recipes/filling/redstone.json b/src/generated/resources/data/create/recipes/filling/redstone.json index 5923deeb49..960ae0319f 100644 --- a/src/generated/resources/data/create/recipes/filling/redstone.json +++ b/src/generated/resources/data/create/recipes/filling/redstone.json @@ -5,12 +5,12 @@ "item": "create:cinder_flour" }, { + "amount": 25, "fluid": "create:potion", "nbt": { "Bottle": "REGULAR", "Potion": "minecraft:strength" - }, - "amount": 25 + } } ], "results": [ diff --git a/src/generated/resources/data/create/recipes/filling/sweet_roll.json b/src/generated/resources/data/create/recipes/filling/sweet_roll.json index b80ab581bf..c2de065460 100644 --- a/src/generated/resources/data/create/recipes/filling/sweet_roll.json +++ b/src/generated/resources/data/create/recipes/filling/sweet_roll.json @@ -5,8 +5,8 @@ "item": "minecraft:bread" }, { - "fluidTag": "forge:milk", - "amount": 250 + "amount": 250, + "fluidTag": "forge:milk" } ], "results": [ diff --git a/src/generated/resources/data/create/recipes/framed_glass_from_glass_colorless_stonecutting.json b/src/generated/resources/data/create/recipes/framed_glass_from_glass_colorless_stonecutting.json index d913b76e2a..27a48b2102 100644 --- a/src/generated/resources/data/create/recipes/framed_glass_from_glass_colorless_stonecutting.json +++ b/src/generated/resources/data/create/recipes/framed_glass_from_glass_colorless_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "forge:glass/colorless" }, - "result": "create:framed_glass", - "count": 1 + "result": "create:framed_glass" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/framed_glass_pane.json b/src/generated/resources/data/create/recipes/framed_glass_pane.json index e56c02fdb8..cc8df9ae86 100644 --- a/src/generated/resources/data/create/recipes/framed_glass_pane.json +++ b/src/generated/resources/data/create/recipes/framed_glass_pane.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], "key": { "#": { "item": "create:framed_glass" } }, + "pattern": [ + "###", + "###" + ], "result": { - "item": "create:framed_glass_pane", - "count": 16 + "count": 16, + "item": "create:framed_glass_pane" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_pillar_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/granite_pillar_from_granite_stonecutting.json index 7df1313ef7..20866a93f0 100644 --- a/src/generated/resources/data/create/recipes/granite_pillar_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/granite_pillar_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:granite" }, - "result": "create:granite_pillar", - "count": 1 + "result": "create:granite_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_pillar_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/granite_pillar_from_stone_types_granite_stonecutting.json index 335adb04cd..f6bd3a025c 100644 --- a/src/generated/resources/data/create/recipes/granite_pillar_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/granite_pillar_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:granite_pillar", - "count": 1 + "result": "create:granite_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/lapis_recycling.json b/src/generated/resources/data/create/recipes/haunting/lapis_recycling.json index 0c3135ab39..9abebcaaa8 100644 --- a/src/generated/resources/data/create/recipes/haunting/lapis_recycling.json +++ b/src/generated/resources/data/create/recipes/haunting/lapis_recycling.json @@ -7,12 +7,12 @@ ], "results": [ { - "item": "minecraft:prismarine_shard", - "chance": 0.75 + "chance": 0.75, + "item": "minecraft:prismarine_shard" }, { - "item": "minecraft:prismarine_crystals", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:prismarine_crystals" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/horizontal_framed_glass_from_glass_colorless_stonecutting.json b/src/generated/resources/data/create/recipes/horizontal_framed_glass_from_glass_colorless_stonecutting.json index bbcff0d23b..697e36e7cd 100644 --- a/src/generated/resources/data/create/recipes/horizontal_framed_glass_from_glass_colorless_stonecutting.json +++ b/src/generated/resources/data/create/recipes/horizontal_framed_glass_from_glass_colorless_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "forge:glass/colorless" }, - "result": "create:horizontal_framed_glass", - "count": 1 + "result": "create:horizontal_framed_glass" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/horizontal_framed_glass_pane.json b/src/generated/resources/data/create/recipes/horizontal_framed_glass_pane.json index 4cee46deca..7dd98af887 100644 --- a/src/generated/resources/data/create/recipes/horizontal_framed_glass_pane.json +++ b/src/generated/resources/data/create/recipes/horizontal_framed_glass_pane.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], "key": { "#": { "item": "create:horizontal_framed_glass" } }, + "pattern": [ + "###", + "###" + ], "result": { - "item": "create:horizontal_framed_glass_pane", - "count": 16 + "count": 16, + "item": "create:horizontal_framed_glass_pane" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/jungle_window.json b/src/generated/resources/data/create/recipes/jungle_window.json index 5aec87bd8d..909a449c47 100644 --- a/src/generated/resources/data/create/recipes/jungle_window.json +++ b/src/generated/resources/data/create/recipes/jungle_window.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#X#" - ], "key": { "#": { "item": "minecraft:jungle_planks" @@ -12,8 +8,12 @@ "tag": "forge:glass/colorless" } }, + "pattern": [ + " # ", + "#X#" + ], "result": { - "item": "create:jungle_window", - "count": 2 + "count": 2, + "item": "create:jungle_window" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/jungle_window_pane.json b/src/generated/resources/data/create/recipes/jungle_window_pane.json index 8fbe2e0b0b..f9db2396c9 100644 --- a/src/generated/resources/data/create/recipes/jungle_window_pane.json +++ b/src/generated/resources/data/create/recipes/jungle_window_pane.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], "key": { "#": { "item": "create:jungle_window" } }, + "pattern": [ + "###", + "###" + ], "result": { - "item": "create:jungle_window_pane", - "count": 16 + "count": 16, + "item": "create:jungle_window_pane" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_andesite_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/layered_andesite_from_andesite_stonecutting.json index c7fefccfcc..42c17a7b8c 100644 --- a/src/generated/resources/data/create/recipes/layered_andesite_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_andesite_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:layered_andesite", - "count": 1 + "result": "create:layered_andesite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_andesite_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/layered_andesite_from_stone_types_andesite_stonecutting.json index 6eb1e5bb93..a096039b76 100644 --- a/src/generated/resources/data/create/recipes/layered_andesite_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_andesite_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:layered_andesite", - "count": 1 + "result": "create:layered_andesite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_asurine_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/layered_asurine_from_asurine_stonecutting.json index c70d98ec5d..ab73d0a6d1 100644 --- a/src/generated/resources/data/create/recipes/layered_asurine_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_asurine_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:asurine" }, - "result": "create:layered_asurine", - "count": 1 + "result": "create:layered_asurine" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_asurine_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/layered_asurine_from_stone_types_asurine_stonecutting.json index 6ff492b944..cc11b56e18 100644 --- a/src/generated/resources/data/create/recipes/layered_asurine_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_asurine_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:layered_asurine", - "count": 1 + "result": "create:layered_asurine" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_calcite_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/layered_calcite_from_calcite_stonecutting.json index 9d893e95f5..fd07345f45 100644 --- a/src/generated/resources/data/create/recipes/layered_calcite_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_calcite_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:layered_calcite", - "count": 1 + "result": "create:layered_calcite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_calcite_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/layered_calcite_from_stone_types_calcite_stonecutting.json index 39fdad9fea..465cab5c2c 100644 --- a/src/generated/resources/data/create/recipes/layered_calcite_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_calcite_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:layered_calcite", - "count": 1 + "result": "create:layered_calcite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_crimsite_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/layered_crimsite_from_crimsite_stonecutting.json index c83c1eead7..3e1a13feb4 100644 --- a/src/generated/resources/data/create/recipes/layered_crimsite_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_crimsite_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:crimsite" }, - "result": "create:layered_crimsite", - "count": 1 + "result": "create:layered_crimsite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_crimsite_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/layered_crimsite_from_stone_types_crimsite_stonecutting.json index 226380cd02..6032b8003a 100644 --- a/src/generated/resources/data/create/recipes/layered_crimsite_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_crimsite_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:layered_crimsite", - "count": 1 + "result": "create:layered_crimsite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_deepslate_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/layered_deepslate_from_deepslate_stonecutting.json index 5316e62d5b..b9f4191ba2 100644 --- a/src/generated/resources/data/create/recipes/layered_deepslate_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_deepslate_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:layered_deepslate", - "count": 1 + "result": "create:layered_deepslate" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_deepslate_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/layered_deepslate_from_stone_types_deepslate_stonecutting.json index f5946c7c2f..fc1dbcfecd 100644 --- a/src/generated/resources/data/create/recipes/layered_deepslate_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_deepslate_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:layered_deepslate", - "count": 1 + "result": "create:layered_deepslate" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_diorite_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/layered_diorite_from_diorite_stonecutting.json index 9f290ccc51..5fdf13adbf 100644 --- a/src/generated/resources/data/create/recipes/layered_diorite_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_diorite_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:layered_diorite", - "count": 1 + "result": "create:layered_diorite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_diorite_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/layered_diorite_from_stone_types_diorite_stonecutting.json index 2f4c335ad0..b2504d80a4 100644 --- a/src/generated/resources/data/create/recipes/layered_diorite_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_diorite_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:layered_diorite", - "count": 1 + "result": "create:layered_diorite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_dripstone_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/layered_dripstone_from_dripstone_block_stonecutting.json index b602f12b58..6c1e845198 100644 --- a/src/generated/resources/data/create/recipes/layered_dripstone_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_dripstone_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:layered_dripstone", - "count": 1 + "result": "create:layered_dripstone" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_dripstone_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/layered_dripstone_from_stone_types_dripstone_stonecutting.json index f91adc5a9e..6ed6ce7f71 100644 --- a/src/generated/resources/data/create/recipes/layered_dripstone_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_dripstone_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:layered_dripstone", - "count": 1 + "result": "create:layered_dripstone" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_granite_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/layered_granite_from_granite_stonecutting.json index 384c7912eb..5849245e5f 100644 --- a/src/generated/resources/data/create/recipes/layered_granite_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_granite_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:granite" }, - "result": "create:layered_granite", - "count": 1 + "result": "create:layered_granite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_granite_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/layered_granite_from_stone_types_granite_stonecutting.json index d06f948b11..ca0ff1cf45 100644 --- a/src/generated/resources/data/create/recipes/layered_granite_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_granite_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:layered_granite", - "count": 1 + "result": "create:layered_granite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/layered_limestone_from_limestone_stonecutting.json index bfec0ef447..d1a3218b14 100644 --- a/src/generated/resources/data/create/recipes/layered_limestone_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_limestone_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:limestone" }, - "result": "create:layered_limestone", - "count": 1 + "result": "create:layered_limestone" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_limestone_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/layered_limestone_from_stone_types_limestone_stonecutting.json index 2a0ee54ee6..4ff69975ee 100644 --- a/src/generated/resources/data/create/recipes/layered_limestone_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_limestone_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:layered_limestone", - "count": 1 + "result": "create:layered_limestone" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_ochrum_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/layered_ochrum_from_ochrum_stonecutting.json index 3112ae4d70..d092f56b29 100644 --- a/src/generated/resources/data/create/recipes/layered_ochrum_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_ochrum_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:ochrum" }, - "result": "create:layered_ochrum", - "count": 1 + "result": "create:layered_ochrum" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_ochrum_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/layered_ochrum_from_stone_types_ochrum_stonecutting.json index a7cfd351cc..e41578fbf1 100644 --- a/src/generated/resources/data/create/recipes/layered_ochrum_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_ochrum_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:layered_ochrum", - "count": 1 + "result": "create:layered_ochrum" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_scorchia_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/layered_scorchia_from_scorchia_stonecutting.json index 37c1cab08f..4104e97a89 100644 --- a/src/generated/resources/data/create/recipes/layered_scorchia_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_scorchia_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scorchia" }, - "result": "create:layered_scorchia", - "count": 1 + "result": "create:layered_scorchia" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_scorchia_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/layered_scorchia_from_stone_types_scorchia_stonecutting.json index 7bd68175d1..c84439f4e7 100644 --- a/src/generated/resources/data/create/recipes/layered_scorchia_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_scorchia_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:layered_scorchia", - "count": 1 + "result": "create:layered_scorchia" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/layered_scoria_from_scoria_stonecutting.json index e6b6c0e567..6feb1e9a0a 100644 --- a/src/generated/resources/data/create/recipes/layered_scoria_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_scoria_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scoria" }, - "result": "create:layered_scoria", - "count": 1 + "result": "create:layered_scoria" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_scoria_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/layered_scoria_from_stone_types_scoria_stonecutting.json index 1528991c81..2de4d9a216 100644 --- a/src/generated/resources/data/create/recipes/layered_scoria_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_scoria_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:layered_scoria", - "count": 1 + "result": "create:layered_scoria" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_tuff_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/layered_tuff_from_stone_types_tuff_stonecutting.json index ddea3cef17..ef8e5e3868 100644 --- a/src/generated/resources/data/create/recipes/layered_tuff_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_tuff_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:layered_tuff", - "count": 1 + "result": "create:layered_tuff" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_tuff_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/layered_tuff_from_tuff_stonecutting.json index 5cf19409cc..76f49d0fb0 100644 --- a/src/generated/resources/data/create/recipes/layered_tuff_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_tuff_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:layered_tuff", - "count": 1 + "result": "create:layered_tuff" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_veridium_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/layered_veridium_from_stone_types_veridium_stonecutting.json index 099b0fe100..eed256e53a 100644 --- a/src/generated/resources/data/create/recipes/layered_veridium_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_veridium_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:layered_veridium", - "count": 1 + "result": "create:layered_veridium" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_veridium_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/layered_veridium_from_veridium_stonecutting.json index 2c863952a8..d25be27094 100644 --- a/src/generated/resources/data/create/recipes/layered_veridium_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/layered_veridium_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:veridium" }, - "result": "create:layered_veridium", - "count": 1 + "result": "create:layered_veridium" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_pillar_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/limestone_pillar_from_limestone_stonecutting.json index b1bb3e8775..cfb9c8b2d3 100644 --- a/src/generated/resources/data/create/recipes/limestone_pillar_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/limestone_pillar_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:limestone" }, - "result": "create:limestone_pillar", - "count": 1 + "result": "create:limestone_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_pillar_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/limestone_pillar_from_stone_types_limestone_stonecutting.json index 6b5ec49758..37210223be 100644 --- a/src/generated/resources/data/create/recipes/limestone_pillar_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/limestone_pillar_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:limestone_pillar", - "count": 1 + "result": "create:limestone_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mechanical_crafting/crushing_wheel.json b/src/generated/resources/data/create/recipes/mechanical_crafting/crushing_wheel.json index 34ad9ea722..bfdfb9a32c 100644 --- a/src/generated/resources/data/create/recipes/mechanical_crafting/crushing_wheel.json +++ b/src/generated/resources/data/create/recipes/mechanical_crafting/crushing_wheel.json @@ -1,5 +1,17 @@ { "type": "create:mechanical_crafting", + "acceptMirrored": false, + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "P": { + "tag": "minecraft:planks" + }, + "S": { + "tag": "forge:stone" + } + }, "pattern": [ " AAA ", "AAPAA", @@ -7,20 +19,8 @@ "AAPAA", " AAA " ], - "key": { - "P": { - "tag": "minecraft:planks" - }, - "S": { - "tag": "forge:stone" - }, - "A": { - "item": "create:andesite_alloy" - } - }, "result": { - "item": "create:crushing_wheel", - "count": 2 - }, - "acceptMirrored": false + "count": 2, + "item": "create:crushing_wheel" + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mechanical_crafting/extendo_grip.json b/src/generated/resources/data/create/recipes/mechanical_crafting/extendo_grip.json index 2d69859eeb..87c14df651 100644 --- a/src/generated/resources/data/create/recipes/mechanical_crafting/extendo_grip.json +++ b/src/generated/resources/data/create/recipes/mechanical_crafting/extendo_grip.json @@ -1,5 +1,20 @@ { "type": "create:mechanical_crafting", + "acceptMirrored": false, + "key": { + "H": { + "item": "create:brass_hand" + }, + "L": { + "tag": "forge:ingots/brass" + }, + "R": { + "item": "create:precision_mechanism" + }, + "S": { + "tag": "forge:rods/wooden" + } + }, "pattern": [ " L ", " R ", @@ -7,22 +22,7 @@ "SSS", " H " ], - "key": { - "L": { - "tag": "forge:ingots/brass" - }, - "R": { - "item": "create:precision_mechanism" - }, - "H": { - "item": "create:brass_hand" - }, - "S": { - "tag": "forge:rods/wooden" - } - }, "result": { "item": "create:extendo_grip" - }, - "acceptMirrored": false + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mechanical_crafting/potato_cannon.json b/src/generated/resources/data/create/recipes/mechanical_crafting/potato_cannon.json index 316d85a1f9..1397f1af44 100644 --- a/src/generated/resources/data/create/recipes/mechanical_crafting/potato_cannon.json +++ b/src/generated/resources/data/create/recipes/mechanical_crafting/potato_cannon.json @@ -1,10 +1,10 @@ { "type": "create:mechanical_crafting", - "pattern": [ - "LRSSS", - "CC " - ], + "acceptMirrored": true, "key": { + "C": { + "item": "minecraft:copper_ingot" + }, "L": { "item": "create:andesite_alloy" }, @@ -13,13 +13,13 @@ }, "S": { "item": "create:fluid_pipe" - }, - "C": { - "item": "minecraft:copper_ingot" } }, + "pattern": [ + "LRSSS", + "CC " + ], "result": { "item": "create:potato_cannon" - }, - "acceptMirrored": true + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mechanical_crafting/wand_of_symmetry.json b/src/generated/resources/data/create/recipes/mechanical_crafting/wand_of_symmetry.json index d612dd6345..f5ac8c4af7 100644 --- a/src/generated/resources/data/create/recipes/mechanical_crafting/wand_of_symmetry.json +++ b/src/generated/resources/data/create/recipes/mechanical_crafting/wand_of_symmetry.json @@ -1,5 +1,23 @@ { "type": "create:mechanical_crafting", + "acceptMirrored": true, + "key": { + "B": { + "tag": "forge:ingots/brass" + }, + "E": { + "tag": "forge:ender_pearls" + }, + "G": { + "tag": "forge:glass" + }, + "O": { + "tag": "forge:obsidian" + }, + "P": { + "item": "create:precision_mechanism" + } + }, "pattern": [ " G ", "GEG", @@ -7,25 +25,7 @@ " B ", " O " ], - "key": { - "E": { - "tag": "forge:ender_pearls" - }, - "G": { - "tag": "forge:glass" - }, - "P": { - "item": "create:precision_mechanism" - }, - "O": { - "tag": "forge:obsidian" - }, - "B": { - "tag": "forge:ingots/brass" - } - }, "result": { "item": "create:wand_of_symmetry" - }, - "acceptMirrored": true + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/allium.json b/src/generated/resources/data/create/recipes/milling/allium.json index b6e1a024fa..5f267cc628 100644 --- a/src/generated/resources/data/create/recipes/milling/allium.json +++ b/src/generated/resources/data/create/recipes/milling/allium.json @@ -5,20 +5,20 @@ "item": "minecraft:allium" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:magenta_dye", - "count": 2 - }, - { - "item": "minecraft:purple_dye", "count": 2, - "chance": 0.1 + "item": "minecraft:magenta_dye" }, { - "item": "minecraft:pink_dye", - "chance": 0.1 + "chance": 0.1, + "count": 2, + "item": "minecraft:purple_dye" + }, + { + "chance": 0.1, + "item": "minecraft:pink_dye" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/andesite.json b/src/generated/resources/data/create/recipes/milling/andesite.json index c5a278f33b..27ccd7c246 100644 --- a/src/generated/resources/data/create/recipes/milling/andesite.json +++ b/src/generated/resources/data/create/recipes/milling/andesite.json @@ -5,10 +5,10 @@ "item": "minecraft:andesite" } ], + "processingTime": 200, "results": [ { "item": "minecraft:cobblestone" } - ], - "processingTime": 200 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/azure_bluet.json b/src/generated/resources/data/create/recipes/milling/azure_bluet.json index 0fd3c365a2..b389326b2c 100644 --- a/src/generated/resources/data/create/recipes/milling/azure_bluet.json +++ b/src/generated/resources/data/create/recipes/milling/azure_bluet.json @@ -5,16 +5,16 @@ "item": "minecraft:azure_bluet" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:light_gray_dye", - "count": 2 + "count": 2, + "item": "minecraft:light_gray_dye" }, { - "item": "minecraft:white_dye", + "chance": 0.1, "count": 2, - "chance": 0.1 + "item": "minecraft:white_dye" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/beetroot.json b/src/generated/resources/data/create/recipes/milling/beetroot.json index 7408960261..ce5073e2a9 100644 --- a/src/generated/resources/data/create/recipes/milling/beetroot.json +++ b/src/generated/resources/data/create/recipes/milling/beetroot.json @@ -5,15 +5,15 @@ "item": "minecraft:beetroot" } ], + "processingTime": 70, "results": [ { - "item": "minecraft:red_dye", - "count": 2 + "count": 2, + "item": "minecraft:red_dye" }, { - "item": "minecraft:beetroot_seeds", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:beetroot_seeds" } - ], - "processingTime": 70 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/blue_orchid.json b/src/generated/resources/data/create/recipes/milling/blue_orchid.json index 3e54a70497..238cd7c923 100644 --- a/src/generated/resources/data/create/recipes/milling/blue_orchid.json +++ b/src/generated/resources/data/create/recipes/milling/blue_orchid.json @@ -5,15 +5,15 @@ "item": "minecraft:blue_orchid" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:light_blue_dye", - "count": 2 + "count": 2, + "item": "minecraft:light_blue_dye" }, { - "item": "minecraft:light_gray_dye", - "chance": 0.05 + "chance": 0.05, + "item": "minecraft:light_gray_dye" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/bone.json b/src/generated/resources/data/create/recipes/milling/bone.json index 122a3c30c0..8d9eb7b2da 100644 --- a/src/generated/resources/data/create/recipes/milling/bone.json +++ b/src/generated/resources/data/create/recipes/milling/bone.json @@ -5,20 +5,20 @@ "item": "minecraft:bone" } ], + "processingTime": 100, "results": [ { - "item": "minecraft:bone_meal", - "count": 3 - }, - { - "item": "minecraft:white_dye", - "chance": 0.25 - }, - { - "item": "minecraft:bone_meal", "count": 3, - "chance": 0.25 + "item": "minecraft:bone_meal" + }, + { + "chance": 0.25, + "item": "minecraft:white_dye" + }, + { + "chance": 0.25, + "count": 3, + "item": "minecraft:bone_meal" } - ], - "processingTime": 100 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/bone_meal.json b/src/generated/resources/data/create/recipes/milling/bone_meal.json index 04a44f56df..467a81e86a 100644 --- a/src/generated/resources/data/create/recipes/milling/bone_meal.json +++ b/src/generated/resources/data/create/recipes/milling/bone_meal.json @@ -5,15 +5,15 @@ "item": "minecraft:bone_meal" } ], + "processingTime": 70, "results": [ { - "item": "minecraft:white_dye", - "count": 2 + "count": 2, + "item": "minecraft:white_dye" }, { - "item": "minecraft:light_gray_dye", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:light_gray_dye" } - ], - "processingTime": 70 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/cactus.json b/src/generated/resources/data/create/recipes/milling/cactus.json index eaed32b706..091fe39bc6 100644 --- a/src/generated/resources/data/create/recipes/milling/cactus.json +++ b/src/generated/resources/data/create/recipes/milling/cactus.json @@ -1,28 +1,28 @@ { "type": "create:milling", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:mod_loaded", + "modid": "quark" + } + } + ], "ingredients": [ { "item": "minecraft:cactus" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:green_dye", - "count": 2 + "count": 2, + "item": "minecraft:green_dye" }, { - "item": "minecraft:green_dye", - "chance": 0.1 - } - ], - "processingTime": 50, - "conditions": [ - { - "value": { - "modid": "quark", - "type": "forge:mod_loaded" - }, - "type": "forge:not" + "chance": 0.1, + "item": "minecraft:green_dye" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/calcite.json b/src/generated/resources/data/create/recipes/milling/calcite.json index 2a83958dc5..314b314bf0 100644 --- a/src/generated/resources/data/create/recipes/milling/calcite.json +++ b/src/generated/resources/data/create/recipes/milling/calcite.json @@ -5,11 +5,11 @@ "item": "minecraft:calcite" } ], + "processingTime": 250, "results": [ { - "item": "minecraft:bone_meal", - "chance": 0.75 + "chance": 0.75, + "item": "minecraft:bone_meal" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/charcoal.json b/src/generated/resources/data/create/recipes/milling/charcoal.json index e9e74f313d..fde94ed47e 100644 --- a/src/generated/resources/data/create/recipes/milling/charcoal.json +++ b/src/generated/resources/data/create/recipes/milling/charcoal.json @@ -5,15 +5,15 @@ "item": "minecraft:charcoal" } ], + "processingTime": 100, "results": [ { "item": "minecraft:black_dye" }, { - "item": "minecraft:gray_dye", + "chance": 0.1, "count": 2, - "chance": 0.1 + "item": "minecraft:gray_dye" } - ], - "processingTime": 100 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/clay.json b/src/generated/resources/data/create/recipes/milling/clay.json index 0dda3c4e6c..d3081b3df9 100644 --- a/src/generated/resources/data/create/recipes/milling/clay.json +++ b/src/generated/resources/data/create/recipes/milling/clay.json @@ -5,15 +5,15 @@ "item": "minecraft:clay" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:clay_ball", - "count": 3 + "count": 3, + "item": "minecraft:clay_ball" }, { - "item": "minecraft:clay_ball", - "chance": 0.5 + "chance": 0.5, + "item": "minecraft:clay_ball" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/coal.json b/src/generated/resources/data/create/recipes/milling/coal.json index 3935becbaf..672f32c7b9 100644 --- a/src/generated/resources/data/create/recipes/milling/coal.json +++ b/src/generated/resources/data/create/recipes/milling/coal.json @@ -5,15 +5,15 @@ "item": "minecraft:coal" } ], + "processingTime": 100, "results": [ { - "item": "minecraft:black_dye", - "count": 2 + "count": 2, + "item": "minecraft:black_dye" }, { - "item": "minecraft:gray_dye", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:gray_dye" } - ], - "processingTime": 100 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/cobblestone.json b/src/generated/resources/data/create/recipes/milling/cobblestone.json index 0321b08fba..8ff97b8a48 100644 --- a/src/generated/resources/data/create/recipes/milling/cobblestone.json +++ b/src/generated/resources/data/create/recipes/milling/cobblestone.json @@ -5,10 +5,10 @@ "item": "minecraft:cobblestone" } ], + "processingTime": 250, "results": [ { "item": "minecraft:gravel" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/cocoa_beans.json b/src/generated/resources/data/create/recipes/milling/cocoa_beans.json index 10e8f56850..1b96637c26 100644 --- a/src/generated/resources/data/create/recipes/milling/cocoa_beans.json +++ b/src/generated/resources/data/create/recipes/milling/cocoa_beans.json @@ -5,15 +5,15 @@ "item": "minecraft:cocoa_beans" } ], + "processingTime": 70, "results": [ { - "item": "minecraft:brown_dye", - "count": 2 + "count": 2, + "item": "minecraft:brown_dye" }, { - "item": "minecraft:brown_dye", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:brown_dye" } - ], - "processingTime": 70 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/cornflower.json b/src/generated/resources/data/create/recipes/milling/cornflower.json index 14802f13e7..7c6b70bb2b 100644 --- a/src/generated/resources/data/create/recipes/milling/cornflower.json +++ b/src/generated/resources/data/create/recipes/milling/cornflower.json @@ -5,11 +5,11 @@ "item": "minecraft:cornflower" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:blue_dye", - "count": 2 + "count": 2, + "item": "minecraft:blue_dye" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/dandelion.json b/src/generated/resources/data/create/recipes/milling/dandelion.json index f65a7bb44c..315c6a47f4 100644 --- a/src/generated/resources/data/create/recipes/milling/dandelion.json +++ b/src/generated/resources/data/create/recipes/milling/dandelion.json @@ -5,15 +5,15 @@ "item": "minecraft:dandelion" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:yellow_dye", - "count": 2 + "count": 2, + "item": "minecraft:yellow_dye" }, { - "item": "minecraft:yellow_dye", - "chance": 0.05 + "chance": 0.05, + "item": "minecraft:yellow_dye" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/dripstone_block.json b/src/generated/resources/data/create/recipes/milling/dripstone_block.json index 5d2930bfd8..4336e4a51e 100644 --- a/src/generated/resources/data/create/recipes/milling/dripstone_block.json +++ b/src/generated/resources/data/create/recipes/milling/dripstone_block.json @@ -5,10 +5,10 @@ "item": "minecraft:dripstone_block" } ], + "processingTime": 250, "results": [ { "item": "minecraft:clay_ball" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/fern.json b/src/generated/resources/data/create/recipes/milling/fern.json index cb1cf44baf..98da6bb9ce 100644 --- a/src/generated/resources/data/create/recipes/milling/fern.json +++ b/src/generated/resources/data/create/recipes/milling/fern.json @@ -5,14 +5,14 @@ "item": "minecraft:fern" } ], + "processingTime": 50, "results": [ { "item": "minecraft:green_dye" }, { - "item": "minecraft:wheat_seeds", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:wheat_seeds" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/granite.json b/src/generated/resources/data/create/recipes/milling/granite.json index ed889ab04b..46d030e04e 100644 --- a/src/generated/resources/data/create/recipes/milling/granite.json +++ b/src/generated/resources/data/create/recipes/milling/granite.json @@ -5,10 +5,10 @@ "item": "minecraft:granite" } ], + "processingTime": 200, "results": [ { "item": "minecraft:red_sand" } - ], - "processingTime": 200 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/grass.json b/src/generated/resources/data/create/recipes/milling/grass.json index 8752330f6c..5fc172dcdb 100644 --- a/src/generated/resources/data/create/recipes/milling/grass.json +++ b/src/generated/resources/data/create/recipes/milling/grass.json @@ -5,11 +5,11 @@ "item": "minecraft:grass" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:wheat_seeds", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:wheat_seeds" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/gravel.json b/src/generated/resources/data/create/recipes/milling/gravel.json index ed388d82e3..8c5b507910 100644 --- a/src/generated/resources/data/create/recipes/milling/gravel.json +++ b/src/generated/resources/data/create/recipes/milling/gravel.json @@ -5,10 +5,10 @@ "item": "minecraft:gravel" } ], + "processingTime": 250, "results": [ { "item": "minecraft:flint" } - ], - "processingTime": 250 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/ink_sac.json b/src/generated/resources/data/create/recipes/milling/ink_sac.json index eaf945d826..82da47c8bf 100644 --- a/src/generated/resources/data/create/recipes/milling/ink_sac.json +++ b/src/generated/resources/data/create/recipes/milling/ink_sac.json @@ -5,15 +5,15 @@ "item": "minecraft:ink_sac" } ], + "processingTime": 100, "results": [ { - "item": "minecraft:black_dye", - "count": 2 + "count": 2, + "item": "minecraft:black_dye" }, { - "item": "minecraft:gray_dye", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:gray_dye" } - ], - "processingTime": 100 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/lapis_lazuli.json b/src/generated/resources/data/create/recipes/milling/lapis_lazuli.json index 8a2d8a4c1a..26ff643115 100644 --- a/src/generated/resources/data/create/recipes/milling/lapis_lazuli.json +++ b/src/generated/resources/data/create/recipes/milling/lapis_lazuli.json @@ -5,15 +5,15 @@ "item": "minecraft:lapis_lazuli" } ], + "processingTime": 100, "results": [ { - "item": "minecraft:blue_dye", - "count": 2 + "count": 2, + "item": "minecraft:blue_dye" }, { - "item": "minecraft:blue_dye", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:blue_dye" } - ], - "processingTime": 100 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/large_fern.json b/src/generated/resources/data/create/recipes/milling/large_fern.json index 3ec2fb1266..cf6199dbe6 100644 --- a/src/generated/resources/data/create/recipes/milling/large_fern.json +++ b/src/generated/resources/data/create/recipes/milling/large_fern.json @@ -5,19 +5,19 @@ "item": "minecraft:large_fern" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:green_dye", - "count": 2 + "count": 2, + "item": "minecraft:green_dye" }, { - "item": "minecraft:green_dye", - "chance": 0.5 + "chance": 0.5, + "item": "minecraft:green_dye" }, { - "item": "minecraft:wheat_seeds", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:wheat_seeds" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/lilac.json b/src/generated/resources/data/create/recipes/milling/lilac.json index 467fa0d3da..c998c7a441 100644 --- a/src/generated/resources/data/create/recipes/milling/lilac.json +++ b/src/generated/resources/data/create/recipes/milling/lilac.json @@ -5,19 +5,19 @@ "item": "minecraft:lilac" } ], + "processingTime": 100, "results": [ { - "item": "minecraft:magenta_dye", - "count": 3 + "count": 3, + "item": "minecraft:magenta_dye" }, { - "item": "minecraft:magenta_dye", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:magenta_dye" }, { - "item": "minecraft:purple_dye", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:purple_dye" } - ], - "processingTime": 100 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/lily_of_the_valley.json b/src/generated/resources/data/create/recipes/milling/lily_of_the_valley.json index 7894078247..8608eeb7c3 100644 --- a/src/generated/resources/data/create/recipes/milling/lily_of_the_valley.json +++ b/src/generated/resources/data/create/recipes/milling/lily_of_the_valley.json @@ -5,19 +5,19 @@ "item": "minecraft:lily_of_the_valley" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:white_dye", - "count": 2 + "count": 2, + "item": "minecraft:white_dye" }, { - "item": "minecraft:lime_dye", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:lime_dye" }, { - "item": "minecraft:white_dye", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:white_dye" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/orange_tulip.json b/src/generated/resources/data/create/recipes/milling/orange_tulip.json index d44d7ee5f3..a79a6ea1e6 100644 --- a/src/generated/resources/data/create/recipes/milling/orange_tulip.json +++ b/src/generated/resources/data/create/recipes/milling/orange_tulip.json @@ -5,15 +5,15 @@ "item": "minecraft:orange_tulip" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:orange_dye", - "count": 2 + "count": 2, + "item": "minecraft:orange_dye" }, { - "item": "minecraft:lime_dye", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:lime_dye" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/oxeye_daisy.json b/src/generated/resources/data/create/recipes/milling/oxeye_daisy.json index 350f969f27..b3a21e9e8a 100644 --- a/src/generated/resources/data/create/recipes/milling/oxeye_daisy.json +++ b/src/generated/resources/data/create/recipes/milling/oxeye_daisy.json @@ -5,19 +5,19 @@ "item": "minecraft:oxeye_daisy" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:light_gray_dye", - "count": 2 + "count": 2, + "item": "minecraft:light_gray_dye" }, { - "item": "minecraft:white_dye", - "chance": 0.2 + "chance": 0.2, + "item": "minecraft:white_dye" }, { - "item": "minecraft:yellow_dye", - "chance": 0.05 + "chance": 0.05, + "item": "minecraft:yellow_dye" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/peony.json b/src/generated/resources/data/create/recipes/milling/peony.json index 64bbd8543c..7fd3fa9f73 100644 --- a/src/generated/resources/data/create/recipes/milling/peony.json +++ b/src/generated/resources/data/create/recipes/milling/peony.json @@ -5,19 +5,19 @@ "item": "minecraft:peony" } ], + "processingTime": 100, "results": [ { - "item": "minecraft:pink_dye", - "count": 3 + "count": 3, + "item": "minecraft:pink_dye" }, { - "item": "minecraft:magenta_dye", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:magenta_dye" }, { - "item": "minecraft:pink_dye", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:pink_dye" } - ], - "processingTime": 100 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/pink_tulip.json b/src/generated/resources/data/create/recipes/milling/pink_tulip.json index a13e6019b6..3c4f7df450 100644 --- a/src/generated/resources/data/create/recipes/milling/pink_tulip.json +++ b/src/generated/resources/data/create/recipes/milling/pink_tulip.json @@ -5,15 +5,15 @@ "item": "minecraft:pink_tulip" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:pink_dye", - "count": 2 + "count": 2, + "item": "minecraft:pink_dye" }, { - "item": "minecraft:lime_dye", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:lime_dye" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/poppy.json b/src/generated/resources/data/create/recipes/milling/poppy.json index f6e7ce581e..bc7ed84ce4 100644 --- a/src/generated/resources/data/create/recipes/milling/poppy.json +++ b/src/generated/resources/data/create/recipes/milling/poppy.json @@ -5,15 +5,15 @@ "item": "minecraft:poppy" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:red_dye", - "count": 2 + "count": 2, + "item": "minecraft:red_dye" }, { - "item": "minecraft:green_dye", - "chance": 0.05 + "chance": 0.05, + "item": "minecraft:green_dye" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/red_tulip.json b/src/generated/resources/data/create/recipes/milling/red_tulip.json index a6690a32b7..c3e2561716 100644 --- a/src/generated/resources/data/create/recipes/milling/red_tulip.json +++ b/src/generated/resources/data/create/recipes/milling/red_tulip.json @@ -5,15 +5,15 @@ "item": "minecraft:red_tulip" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:red_dye", - "count": 2 + "count": 2, + "item": "minecraft:red_dye" }, { - "item": "minecraft:lime_dye", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:lime_dye" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/rose_bush.json b/src/generated/resources/data/create/recipes/milling/rose_bush.json index cbb71a6db4..eb5c1aeb75 100644 --- a/src/generated/resources/data/create/recipes/milling/rose_bush.json +++ b/src/generated/resources/data/create/recipes/milling/rose_bush.json @@ -5,21 +5,21 @@ "item": "minecraft:rose_bush" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:red_dye", - "count": 3 + "count": 3, + "item": "minecraft:red_dye" }, { - "item": "minecraft:green_dye", + "chance": 0.05, "count": 2, - "chance": 0.05 + "item": "minecraft:green_dye" }, { - "item": "minecraft:red_dye", + "chance": 0.25, "count": 2, - "chance": 0.25 + "item": "minecraft:red_dye" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/saddle.json b/src/generated/resources/data/create/recipes/milling/saddle.json index 65fa3d2ca5..5ab84972be 100644 --- a/src/generated/resources/data/create/recipes/milling/saddle.json +++ b/src/generated/resources/data/create/recipes/milling/saddle.json @@ -5,16 +5,16 @@ "item": "minecraft:saddle" } ], + "processingTime": 200, "results": [ { - "item": "minecraft:leather", - "count": 2 + "count": 2, + "item": "minecraft:leather" }, { - "item": "minecraft:leather", + "chance": 0.5, "count": 2, - "chance": 0.5 + "item": "minecraft:leather" } - ], - "processingTime": 200 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/sandstone.json b/src/generated/resources/data/create/recipes/milling/sandstone.json index 773617a41e..11b0be4849 100644 --- a/src/generated/resources/data/create/recipes/milling/sandstone.json +++ b/src/generated/resources/data/create/recipes/milling/sandstone.json @@ -5,10 +5,10 @@ "item": "minecraft:sandstone" } ], + "processingTime": 150, "results": [ { "item": "minecraft:sand" } - ], - "processingTime": 150 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/sea_pickle.json b/src/generated/resources/data/create/recipes/milling/sea_pickle.json index 93769b17d8..b50142af87 100644 --- a/src/generated/resources/data/create/recipes/milling/sea_pickle.json +++ b/src/generated/resources/data/create/recipes/milling/sea_pickle.json @@ -5,15 +5,15 @@ "item": "minecraft:sea_pickle" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:lime_dye", - "count": 2 + "count": 2, + "item": "minecraft:lime_dye" }, { - "item": "minecraft:green_dye", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:green_dye" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/sugar_cane.json b/src/generated/resources/data/create/recipes/milling/sugar_cane.json index 43befa9f95..8434f20578 100644 --- a/src/generated/resources/data/create/recipes/milling/sugar_cane.json +++ b/src/generated/resources/data/create/recipes/milling/sugar_cane.json @@ -5,15 +5,15 @@ "item": "minecraft:sugar_cane" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:sugar", - "count": 2 + "count": 2, + "item": "minecraft:sugar" }, { - "item": "minecraft:sugar", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:sugar" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/sunflower.json b/src/generated/resources/data/create/recipes/milling/sunflower.json index fb80872b40..a0a229b3b9 100644 --- a/src/generated/resources/data/create/recipes/milling/sunflower.json +++ b/src/generated/resources/data/create/recipes/milling/sunflower.json @@ -5,19 +5,19 @@ "item": "minecraft:sunflower" } ], + "processingTime": 100, "results": [ { - "item": "minecraft:yellow_dye", - "count": 3 + "count": 3, + "item": "minecraft:yellow_dye" }, { - "item": "minecraft:orange_dye", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:orange_dye" }, { - "item": "minecraft:yellow_dye", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:yellow_dye" } - ], - "processingTime": 100 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/tall_grass.json b/src/generated/resources/data/create/recipes/milling/tall_grass.json index f0ab1304f6..bdc224049b 100644 --- a/src/generated/resources/data/create/recipes/milling/tall_grass.json +++ b/src/generated/resources/data/create/recipes/milling/tall_grass.json @@ -5,11 +5,11 @@ "item": "minecraft:tall_grass" } ], + "processingTime": 100, "results": [ { - "item": "minecraft:wheat_seeds", - "chance": 0.5 + "chance": 0.5, + "item": "minecraft:wheat_seeds" } - ], - "processingTime": 100 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/terracotta.json b/src/generated/resources/data/create/recipes/milling/terracotta.json index 9f7cbf58e6..e690c9d340 100644 --- a/src/generated/resources/data/create/recipes/milling/terracotta.json +++ b/src/generated/resources/data/create/recipes/milling/terracotta.json @@ -5,10 +5,10 @@ "item": "minecraft:terracotta" } ], + "processingTime": 200, "results": [ { "item": "minecraft:red_sand" } - ], - "processingTime": 200 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/wheat.json b/src/generated/resources/data/create/recipes/milling/wheat.json index 1ece092d6e..61caee7864 100644 --- a/src/generated/resources/data/create/recipes/milling/wheat.json +++ b/src/generated/resources/data/create/recipes/milling/wheat.json @@ -5,19 +5,19 @@ "item": "minecraft:wheat" } ], + "processingTime": 150, "results": [ { "item": "create:wheat_flour" }, { - "item": "create:wheat_flour", + "chance": 0.25, "count": 2, - "chance": 0.25 + "item": "create:wheat_flour" }, { - "item": "minecraft:wheat_seeds", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:wheat_seeds" } - ], - "processingTime": 150 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/white_tulip.json b/src/generated/resources/data/create/recipes/milling/white_tulip.json index cc96629e54..3e5985f596 100644 --- a/src/generated/resources/data/create/recipes/milling/white_tulip.json +++ b/src/generated/resources/data/create/recipes/milling/white_tulip.json @@ -5,15 +5,15 @@ "item": "minecraft:white_tulip" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:white_dye", - "count": 2 + "count": 2, + "item": "minecraft:white_dye" }, { - "item": "minecraft:lime_dye", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:lime_dye" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/wither_rose.json b/src/generated/resources/data/create/recipes/milling/wither_rose.json index 2564966e15..9e41b04dfd 100644 --- a/src/generated/resources/data/create/recipes/milling/wither_rose.json +++ b/src/generated/resources/data/create/recipes/milling/wither_rose.json @@ -5,15 +5,15 @@ "item": "minecraft:wither_rose" } ], + "processingTime": 50, "results": [ { - "item": "minecraft:black_dye", - "count": 2 + "count": 2, + "item": "minecraft:black_dye" }, { - "item": "minecraft:black_dye", - "chance": 0.1 + "chance": 0.1, + "item": "minecraft:black_dye" } - ], - "processingTime": 50 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/wool.json b/src/generated/resources/data/create/recipes/milling/wool.json index 2768e17ece..e741119427 100644 --- a/src/generated/resources/data/create/recipes/milling/wool.json +++ b/src/generated/resources/data/create/recipes/milling/wool.json @@ -5,10 +5,10 @@ "tag": "minecraft:wool" } ], + "processingTime": 100, "results": [ { "item": "minecraft:string" } - ], - "processingTime": 100 + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mixing/brass_ingot.json b/src/generated/resources/data/create/recipes/mixing/brass_ingot.json index f8f998109b..fb3c03521c 100644 --- a/src/generated/resources/data/create/recipes/mixing/brass_ingot.json +++ b/src/generated/resources/data/create/recipes/mixing/brass_ingot.json @@ -1,5 +1,6 @@ { "type": "create:mixing", + "heatRequirement": "heated", "ingredients": [ { "item": "minecraft:copper_ingot" @@ -10,9 +11,8 @@ ], "results": [ { - "item": "create:brass_ingot", - "count": 2 + "count": 2, + "item": "create:brass_ingot" } - ], - "heatRequirement": "heated" + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mixing/chocolate.json b/src/generated/resources/data/create/recipes/mixing/chocolate.json index e15f7307d1..cdf1308a93 100644 --- a/src/generated/resources/data/create/recipes/mixing/chocolate.json +++ b/src/generated/resources/data/create/recipes/mixing/chocolate.json @@ -1,5 +1,6 @@ { "type": "create:mixing", + "heatRequirement": "heated", "ingredients": [ { "item": "minecraft:sugar" @@ -8,15 +9,14 @@ "item": "minecraft:cocoa_beans" }, { - "fluidTag": "forge:milk", - "amount": 250 + "amount": 250, + "fluidTag": "forge:milk" } ], "results": [ { - "fluid": "create:chocolate", - "amount": 250 + "amount": 250, + "fluid": "create:chocolate" } - ], - "heatRequirement": "heated" + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mixing/chocolate_melting.json b/src/generated/resources/data/create/recipes/mixing/chocolate_melting.json index eb4529be17..37ae358d1f 100644 --- a/src/generated/resources/data/create/recipes/mixing/chocolate_melting.json +++ b/src/generated/resources/data/create/recipes/mixing/chocolate_melting.json @@ -1,5 +1,6 @@ { "type": "create:mixing", + "heatRequirement": "heated", "ingredients": [ { "item": "create:bar_of_chocolate" @@ -7,9 +8,8 @@ ], "results": [ { - "fluid": "create:chocolate", - "amount": 250 + "amount": 250, + "fluid": "create:chocolate" } - ], - "heatRequirement": "heated" + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mixing/dough_by_mixing.json b/src/generated/resources/data/create/recipes/mixing/dough_by_mixing.json index fda2763a7d..b1329379fa 100644 --- a/src/generated/resources/data/create/recipes/mixing/dough_by_mixing.json +++ b/src/generated/resources/data/create/recipes/mixing/dough_by_mixing.json @@ -5,9 +5,9 @@ "tag": "forge:flour/wheat" }, { + "amount": 1000, "fluid": "minecraft:water", - "nbt": {}, - "amount": 1000 + "nbt": {} } ], "results": [ diff --git a/src/generated/resources/data/create/recipes/mixing/honey.json b/src/generated/resources/data/create/recipes/mixing/honey.json index cfc7abf8c8..0165c90f0b 100644 --- a/src/generated/resources/data/create/recipes/mixing/honey.json +++ b/src/generated/resources/data/create/recipes/mixing/honey.json @@ -1,5 +1,6 @@ { "type": "create:mixing", + "heatRequirement": "heated", "ingredients": [ { "item": "minecraft:honey_block" @@ -7,9 +8,8 @@ ], "results": [ { - "fluid": "create:honey", - "amount": 1000 + "amount": 1000, + "fluid": "create:honey" } - ], - "heatRequirement": "heated" + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mixing/lava_from_cobble.json b/src/generated/resources/data/create/recipes/mixing/lava_from_cobble.json index 3f9f2a070c..127c2bfe92 100644 --- a/src/generated/resources/data/create/recipes/mixing/lava_from_cobble.json +++ b/src/generated/resources/data/create/recipes/mixing/lava_from_cobble.json @@ -1,5 +1,6 @@ { "type": "create:mixing", + "heatRequirement": "superheated", "ingredients": [ { "tag": "forge:cobblestone" @@ -7,9 +8,8 @@ ], "results": [ { - "fluid": "minecraft:lava", - "amount": 50 + "amount": 50, + "fluid": "minecraft:lava" } - ], - "heatRequirement": "superheated" + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mixing/tea.json b/src/generated/resources/data/create/recipes/mixing/tea.json index 40ccbf50a2..db46698368 100644 --- a/src/generated/resources/data/create/recipes/mixing/tea.json +++ b/src/generated/resources/data/create/recipes/mixing/tea.json @@ -1,24 +1,24 @@ { "type": "create:mixing", + "heatRequirement": "heated", "ingredients": [ { "tag": "minecraft:leaves" }, { + "amount": 250, "fluid": "minecraft:water", - "nbt": {}, - "amount": 250 + "nbt": {} }, { - "fluidTag": "forge:milk", - "amount": 250 + "amount": 250, + "fluidTag": "forge:milk" } ], "results": [ { - "fluid": "create:tea", - "amount": 500 + "amount": 500, + "fluid": "create:tea" } - ], - "heatRequirement": "heated" + ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/oak_window.json b/src/generated/resources/data/create/recipes/oak_window.json index 6d87749482..c7ef04ea02 100644 --- a/src/generated/resources/data/create/recipes/oak_window.json +++ b/src/generated/resources/data/create/recipes/oak_window.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#X#" - ], "key": { "#": { "item": "minecraft:oak_planks" @@ -12,8 +8,12 @@ "tag": "forge:glass/colorless" } }, + "pattern": [ + " # ", + "#X#" + ], "result": { - "item": "create:oak_window", - "count": 2 + "count": 2, + "item": "create:oak_window" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/oak_window_pane.json b/src/generated/resources/data/create/recipes/oak_window_pane.json index c443283cec..e51b236a1e 100644 --- a/src/generated/resources/data/create/recipes/oak_window_pane.json +++ b/src/generated/resources/data/create/recipes/oak_window_pane.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], "key": { "#": { "item": "create:oak_window" } }, + "pattern": [ + "###", + "###" + ], "result": { - "item": "create:oak_window_pane", - "count": 16 + "count": 16, + "item": "create:oak_window_pane" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/ochrum_pillar_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/ochrum_pillar_from_ochrum_stonecutting.json index de3d3c8c27..41fe79e3c9 100644 --- a/src/generated/resources/data/create/recipes/ochrum_pillar_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/ochrum_pillar_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:ochrum" }, - "result": "create:ochrum_pillar", - "count": 1 + "result": "create:ochrum_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/ochrum_pillar_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/ochrum_pillar_from_stone_types_ochrum_stonecutting.json index 1d88f83868..98481cffe0 100644 --- a/src/generated/resources/data/create/recipes/ochrum_pillar_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/ochrum_pillar_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:ochrum_pillar", - "count": 1 + "result": "create:ochrum_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/ornate_iron_window.json b/src/generated/resources/data/create/recipes/ornate_iron_window.json index b074b51358..10117ea8d9 100644 --- a/src/generated/resources/data/create/recipes/ornate_iron_window.json +++ b/src/generated/resources/data/create/recipes/ornate_iron_window.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#X#" - ], "key": { "#": { "item": "minecraft:iron_nugget" @@ -12,8 +8,12 @@ "tag": "forge:glass/colorless" } }, + "pattern": [ + " # ", + "#X#" + ], "result": { - "item": "create:ornate_iron_window", - "count": 2 + "count": 2, + "item": "create:ornate_iron_window" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/ornate_iron_window_pane.json b/src/generated/resources/data/create/recipes/ornate_iron_window_pane.json index 1b4d112448..b8e0b2ee49 100644 --- a/src/generated/resources/data/create/recipes/ornate_iron_window_pane.json +++ b/src/generated/resources/data/create/recipes/ornate_iron_window_pane.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], "key": { "#": { "item": "create:ornate_iron_window" } }, + "pattern": [ + "###", + "###" + ], "result": { - "item": "create:ornate_iron_window_pane", - "count": 16 + "count": 16, + "item": "create:ornate_iron_window_pane" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/oxidized_copper_shingle_slab.json b/src/generated/resources/data/create/recipes/oxidized_copper_shingle_slab.json index f25e41dcb0..3ab3cff8bc 100644 --- a/src/generated/resources/data/create/recipes/oxidized_copper_shingle_slab.json +++ b/src/generated/resources/data/create/recipes/oxidized_copper_shingle_slab.json @@ -1,15 +1,15 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:oxidized_copper_shingles" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:oxidized_copper_shingle_slab", - "count": 6 + "count": 6, + "item": "create:oxidized_copper_shingle_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting.json b/src/generated/resources/data/create/recipes/oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting.json index 359e044bfe..8342defb86 100644 --- a/src/generated/resources/data/create/recipes/oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting.json +++ b/src/generated/resources/data/create/recipes/oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:oxidized_copper_shingles" }, - "result": "create:oxidized_copper_shingle_slab", - "count": 2 + "result": "create:oxidized_copper_shingle_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/oxidized_copper_shingle_stairs.json b/src/generated/resources/data/create/recipes/oxidized_copper_shingle_stairs.json index acf29de9dc..dbed75d10c 100644 --- a/src/generated/resources/data/create/recipes/oxidized_copper_shingle_stairs.json +++ b/src/generated/resources/data/create/recipes/oxidized_copper_shingle_stairs.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:oxidized_copper_shingles" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:oxidized_copper_shingle_stairs", - "count": 4 + "count": 4, + "item": "create:oxidized_copper_shingle_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting.json b/src/generated/resources/data/create/recipes/oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting.json index 74de26d342..69c3ff6d6a 100644 --- a/src/generated/resources/data/create/recipes/oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting.json +++ b/src/generated/resources/data/create/recipes/oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:oxidized_copper_shingles" }, - "result": "create:oxidized_copper_shingle_stairs", - "count": 1 + "result": "create:oxidized_copper_shingle_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/oxidized_copper_tile_slab.json b/src/generated/resources/data/create/recipes/oxidized_copper_tile_slab.json index 8f20c8da62..5f3856bbcc 100644 --- a/src/generated/resources/data/create/recipes/oxidized_copper_tile_slab.json +++ b/src/generated/resources/data/create/recipes/oxidized_copper_tile_slab.json @@ -1,15 +1,15 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:oxidized_copper_tiles" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:oxidized_copper_tile_slab", - "count": 6 + "count": 6, + "item": "create:oxidized_copper_tile_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting.json b/src/generated/resources/data/create/recipes/oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting.json index b7b6940dd9..9f853180e7 100644 --- a/src/generated/resources/data/create/recipes/oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting.json +++ b/src/generated/resources/data/create/recipes/oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:oxidized_copper_tiles" }, - "result": "create:oxidized_copper_tile_slab", - "count": 2 + "result": "create:oxidized_copper_tile_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/oxidized_copper_tile_stairs.json b/src/generated/resources/data/create/recipes/oxidized_copper_tile_stairs.json index bd9c5acf82..2d084e6612 100644 --- a/src/generated/resources/data/create/recipes/oxidized_copper_tile_stairs.json +++ b/src/generated/resources/data/create/recipes/oxidized_copper_tile_stairs.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:oxidized_copper_tiles" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:oxidized_copper_tile_stairs", - "count": 4 + "count": 4, + "item": "create:oxidized_copper_tile_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting.json b/src/generated/resources/data/create/recipes/oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting.json index d43fdc24a2..bd1577fe0d 100644 --- a/src/generated/resources/data/create/recipes/oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting.json +++ b/src/generated/resources/data/create/recipes/oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:oxidized_copper_tiles" }, - "result": "create:oxidized_copper_tile_stairs", - "count": 1 + "result": "create:oxidized_copper_tile_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_andesite_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_andesite_from_andesite_stonecutting.json index 53249f792e..5bfb9f83ed 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_andesite_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_andesite_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:polished_cut_andesite", - "count": 1 + "result": "create:polished_cut_andesite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_andesite_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_andesite_from_stone_types_andesite_stonecutting.json index 502f5db6b2..6b90553c01 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_andesite_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_andesite_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:polished_cut_andesite", - "count": 1 + "result": "create:polished_cut_andesite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_andesite_slab.json b/src/generated/resources/data/create/recipes/polished_cut_andesite_slab.json index e8da2a968f..23121d32c9 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_andesite_slab.json +++ b/src/generated/resources/data/create/recipes/polished_cut_andesite_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_andesite_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:polished_cut_andesite" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:polished_cut_andesite_slab", - "count": 6 + "count": 6, + "item": "create:polished_cut_andesite_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_andesite_slab_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_andesite_slab_from_andesite_stonecutting.json index 7b791b2526..58b80d2fb7 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_andesite_slab_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_andesite_slab_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:polished_cut_andesite_slab", - "count": 2 + "result": "create:polished_cut_andesite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_andesite_slab_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_andesite_slab_from_stone_types_andesite_stonecutting.json index 5043b32781..74acf13351 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_andesite_slab_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_andesite_slab_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:polished_cut_andesite_slab", - "count": 2 + "result": "create:polished_cut_andesite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_andesite_stairs.json b/src/generated/resources/data/create/recipes/polished_cut_andesite_stairs.json index b8cc806087..f06a49517c 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_andesite_stairs.json +++ b/src/generated/resources/data/create/recipes/polished_cut_andesite_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_andesite_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_andesite" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:polished_cut_andesite_stairs", - "count": 4 + "count": 4, + "item": "create:polished_cut_andesite_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_andesite_stairs_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_andesite_stairs_from_andesite_stonecutting.json index 27af6d8bb3..4fd3ee0b2b 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_andesite_stairs_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_andesite_stairs_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:polished_cut_andesite_stairs", - "count": 1 + "result": "create:polished_cut_andesite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting.json index 3ddb1f4898..cdfc5d497e 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:polished_cut_andesite_stairs", - "count": 1 + "result": "create:polished_cut_andesite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_andesite_wall.json b/src/generated/resources/data/create/recipes/polished_cut_andesite_wall.json index 7739987088..f59769517c 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_andesite_wall.json +++ b/src/generated/resources/data/create/recipes/polished_cut_andesite_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_andesite" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:polished_cut_andesite_wall", - "count": 6 + "count": 6, + "item": "create:polished_cut_andesite_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_andesite_wall_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_andesite_wall_from_andesite_stonecutting.json index f1c7eaa00f..f5dd5efc48 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_andesite_wall_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_andesite_wall_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:polished_cut_andesite_wall", - "count": 1 + "result": "create:polished_cut_andesite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_andesite_wall_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_andesite_wall_from_stone_types_andesite_stonecutting.json index d512775f7f..c56bdb0763 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_andesite_wall_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_andesite_wall_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:polished_cut_andesite_wall", - "count": 1 + "result": "create:polished_cut_andesite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_asurine_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_asurine_from_asurine_stonecutting.json index 2f0e3cb1c6..dcc8c94b4a 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_asurine_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_asurine_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:asurine" }, - "result": "create:polished_cut_asurine", - "count": 1 + "result": "create:polished_cut_asurine" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_asurine_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_asurine_from_stone_types_asurine_stonecutting.json index 730d497a8b..78cc740fd1 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_asurine_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_asurine_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:polished_cut_asurine", - "count": 1 + "result": "create:polished_cut_asurine" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_asurine_slab.json b/src/generated/resources/data/create/recipes/polished_cut_asurine_slab.json index f02ca8b004..ea82825124 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_asurine_slab.json +++ b/src/generated/resources/data/create/recipes/polished_cut_asurine_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_asurine_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:polished_cut_asurine" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:polished_cut_asurine_slab", - "count": 6 + "count": 6, + "item": "create:polished_cut_asurine_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_asurine_slab_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_asurine_slab_from_asurine_stonecutting.json index 79c031a50d..bcbdef5cb3 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_asurine_slab_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_asurine_slab_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:asurine" }, - "result": "create:polished_cut_asurine_slab", - "count": 2 + "result": "create:polished_cut_asurine_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_asurine_slab_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_asurine_slab_from_stone_types_asurine_stonecutting.json index 6de6ee37b7..1804e66f99 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_asurine_slab_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_asurine_slab_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:polished_cut_asurine_slab", - "count": 2 + "result": "create:polished_cut_asurine_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_asurine_stairs.json b/src/generated/resources/data/create/recipes/polished_cut_asurine_stairs.json index 0b9b0a73f8..e1149b4626 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_asurine_stairs.json +++ b/src/generated/resources/data/create/recipes/polished_cut_asurine_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_asurine_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_asurine" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:polished_cut_asurine_stairs", - "count": 4 + "count": 4, + "item": "create:polished_cut_asurine_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_asurine_stairs_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_asurine_stairs_from_asurine_stonecutting.json index decbcb3e63..91d4048bf7 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_asurine_stairs_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_asurine_stairs_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:asurine" }, - "result": "create:polished_cut_asurine_stairs", - "count": 1 + "result": "create:polished_cut_asurine_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting.json index 4cf11c1758..0303982780 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:polished_cut_asurine_stairs", - "count": 1 + "result": "create:polished_cut_asurine_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_asurine_wall.json b/src/generated/resources/data/create/recipes/polished_cut_asurine_wall.json index 454461dc0d..d2d9ac86e0 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_asurine_wall.json +++ b/src/generated/resources/data/create/recipes/polished_cut_asurine_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_asurine" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:polished_cut_asurine_wall", - "count": 6 + "count": 6, + "item": "create:polished_cut_asurine_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_asurine_wall_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_asurine_wall_from_asurine_stonecutting.json index e5c5b111ff..e032256c8d 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_asurine_wall_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_asurine_wall_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:asurine" }, - "result": "create:polished_cut_asurine_wall", - "count": 1 + "result": "create:polished_cut_asurine_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_asurine_wall_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_asurine_wall_from_stone_types_asurine_stonecutting.json index a4a2c7ce62..5b75db7da5 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_asurine_wall_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_asurine_wall_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:polished_cut_asurine_wall", - "count": 1 + "result": "create:polished_cut_asurine_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_calcite_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_calcite_from_calcite_stonecutting.json index 604019c74e..bff6ad416d 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_calcite_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_calcite_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:polished_cut_calcite", - "count": 1 + "result": "create:polished_cut_calcite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_calcite_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_calcite_from_stone_types_calcite_stonecutting.json index 7aa35f1c7b..3299e9cb49 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_calcite_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_calcite_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:polished_cut_calcite", - "count": 1 + "result": "create:polished_cut_calcite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_calcite_slab.json b/src/generated/resources/data/create/recipes/polished_cut_calcite_slab.json index 98c7603a27..86d2a474f7 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_calcite_slab.json +++ b/src/generated/resources/data/create/recipes/polished_cut_calcite_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_calcite_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:polished_cut_calcite" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:polished_cut_calcite_slab", - "count": 6 + "count": 6, + "item": "create:polished_cut_calcite_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_calcite_slab_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_calcite_slab_from_calcite_stonecutting.json index 709b18a4eb..0544b9be05 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_calcite_slab_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_calcite_slab_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:polished_cut_calcite_slab", - "count": 2 + "result": "create:polished_cut_calcite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_calcite_slab_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_calcite_slab_from_stone_types_calcite_stonecutting.json index c32f3eeaf4..fdb09976cf 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_calcite_slab_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_calcite_slab_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:polished_cut_calcite_slab", - "count": 2 + "result": "create:polished_cut_calcite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_calcite_stairs.json b/src/generated/resources/data/create/recipes/polished_cut_calcite_stairs.json index e006827b1e..6c3f197ecd 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_calcite_stairs.json +++ b/src/generated/resources/data/create/recipes/polished_cut_calcite_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_calcite_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_calcite" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:polished_cut_calcite_stairs", - "count": 4 + "count": 4, + "item": "create:polished_cut_calcite_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_calcite_stairs_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_calcite_stairs_from_calcite_stonecutting.json index 511d3f99b1..f300308187 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_calcite_stairs_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_calcite_stairs_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:polished_cut_calcite_stairs", - "count": 1 + "result": "create:polished_cut_calcite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting.json index 56f9e896f2..cd4ee0b3ee 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:polished_cut_calcite_stairs", - "count": 1 + "result": "create:polished_cut_calcite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_calcite_wall.json b/src/generated/resources/data/create/recipes/polished_cut_calcite_wall.json index 428a69932d..7c6d7f1bc1 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_calcite_wall.json +++ b/src/generated/resources/data/create/recipes/polished_cut_calcite_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_calcite" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:polished_cut_calcite_wall", - "count": 6 + "count": 6, + "item": "create:polished_cut_calcite_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_calcite_wall_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_calcite_wall_from_calcite_stonecutting.json index 7ba2d02b96..d3533124ab 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_calcite_wall_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_calcite_wall_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:polished_cut_calcite_wall", - "count": 1 + "result": "create:polished_cut_calcite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_calcite_wall_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_calcite_wall_from_stone_types_calcite_stonecutting.json index d6edbb86f2..83795e72db 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_calcite_wall_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_calcite_wall_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:polished_cut_calcite_wall", - "count": 1 + "result": "create:polished_cut_calcite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_crimsite_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_crimsite_from_crimsite_stonecutting.json index 88578ffb11..67b1235ca9 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_crimsite_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_crimsite_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:crimsite" }, - "result": "create:polished_cut_crimsite", - "count": 1 + "result": "create:polished_cut_crimsite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_crimsite_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_crimsite_from_stone_types_crimsite_stonecutting.json index 467d3a3a1e..604cd253b8 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_crimsite_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_crimsite_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:polished_cut_crimsite", - "count": 1 + "result": "create:polished_cut_crimsite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_crimsite_slab.json b/src/generated/resources/data/create/recipes/polished_cut_crimsite_slab.json index c40d12d6ad..636e1c615f 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_crimsite_slab.json +++ b/src/generated/resources/data/create/recipes/polished_cut_crimsite_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_crimsite_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:polished_cut_crimsite" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:polished_cut_crimsite_slab", - "count": 6 + "count": 6, + "item": "create:polished_cut_crimsite_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_crimsite_slab_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_crimsite_slab_from_crimsite_stonecutting.json index 3be734fb15..5605fee228 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_crimsite_slab_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_crimsite_slab_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:crimsite" }, - "result": "create:polished_cut_crimsite_slab", - "count": 2 + "result": "create:polished_cut_crimsite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json index a2c4f8f49f..a4a30ebeec 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:polished_cut_crimsite_slab", - "count": 2 + "result": "create:polished_cut_crimsite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_crimsite_stairs.json b/src/generated/resources/data/create/recipes/polished_cut_crimsite_stairs.json index e10ec231ed..94678e59d2 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_crimsite_stairs.json +++ b/src/generated/resources/data/create/recipes/polished_cut_crimsite_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_crimsite_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_crimsite" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:polished_cut_crimsite_stairs", - "count": 4 + "count": 4, + "item": "create:polished_cut_crimsite_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_crimsite_stairs_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_crimsite_stairs_from_crimsite_stonecutting.json index 4dcef5004b..e6bc5361e6 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_crimsite_stairs_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_crimsite_stairs_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:crimsite" }, - "result": "create:polished_cut_crimsite_stairs", - "count": 1 + "result": "create:polished_cut_crimsite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json index e4bf0b559a..93eb9cf6f1 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:polished_cut_crimsite_stairs", - "count": 1 + "result": "create:polished_cut_crimsite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_crimsite_wall.json b/src/generated/resources/data/create/recipes/polished_cut_crimsite_wall.json index 68333044ec..809a2d024a 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_crimsite_wall.json +++ b/src/generated/resources/data/create/recipes/polished_cut_crimsite_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_crimsite" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:polished_cut_crimsite_wall", - "count": 6 + "count": 6, + "item": "create:polished_cut_crimsite_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_crimsite_wall_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_crimsite_wall_from_crimsite_stonecutting.json index 3a70c67e3b..4fd72c4978 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_crimsite_wall_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_crimsite_wall_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:crimsite" }, - "result": "create:polished_cut_crimsite_wall", - "count": 1 + "result": "create:polished_cut_crimsite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json index b04d3c80b6..ec333a5397 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:polished_cut_crimsite_wall", - "count": 1 + "result": "create:polished_cut_crimsite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_deepslate_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_deepslate_from_deepslate_stonecutting.json index 28ce710103..c3bbc54778 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_deepslate_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_deepslate_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:polished_cut_deepslate", - "count": 1 + "result": "create:polished_cut_deepslate" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_deepslate_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_deepslate_from_stone_types_deepslate_stonecutting.json index 69693ce5f5..56fbc727fd 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_deepslate_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_deepslate_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:polished_cut_deepslate", - "count": 1 + "result": "create:polished_cut_deepslate" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_deepslate_slab.json b/src/generated/resources/data/create/recipes/polished_cut_deepslate_slab.json index a26ac1e388..8fecaab86e 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_deepslate_slab.json +++ b/src/generated/resources/data/create/recipes/polished_cut_deepslate_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_deepslate_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:polished_cut_deepslate" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:polished_cut_deepslate_slab", - "count": 6 + "count": 6, + "item": "create:polished_cut_deepslate_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_deepslate_slab_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_deepslate_slab_from_deepslate_stonecutting.json index 7b5833aa87..2b77ddccad 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_deepslate_slab_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_deepslate_slab_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:polished_cut_deepslate_slab", - "count": 2 + "result": "create:polished_cut_deepslate_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json index 27b61c86df..ecad425082 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:polished_cut_deepslate_slab", - "count": 2 + "result": "create:polished_cut_deepslate_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_deepslate_stairs.json b/src/generated/resources/data/create/recipes/polished_cut_deepslate_stairs.json index 853292255c..af5b57b611 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_deepslate_stairs.json +++ b/src/generated/resources/data/create/recipes/polished_cut_deepslate_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_deepslate_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_deepslate" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:polished_cut_deepslate_stairs", - "count": 4 + "count": 4, + "item": "create:polished_cut_deepslate_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_deepslate_stairs_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_deepslate_stairs_from_deepslate_stonecutting.json index 674953e81b..38941ff5da 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_deepslate_stairs_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_deepslate_stairs_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:polished_cut_deepslate_stairs", - "count": 1 + "result": "create:polished_cut_deepslate_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json index 5739be4560..19ac39b80d 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:polished_cut_deepslate_stairs", - "count": 1 + "result": "create:polished_cut_deepslate_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_deepslate_wall.json b/src/generated/resources/data/create/recipes/polished_cut_deepslate_wall.json index 7d950ac4a9..f681bae1c7 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_deepslate_wall.json +++ b/src/generated/resources/data/create/recipes/polished_cut_deepslate_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_deepslate" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:polished_cut_deepslate_wall", - "count": 6 + "count": 6, + "item": "create:polished_cut_deepslate_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_deepslate_wall_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_deepslate_wall_from_deepslate_stonecutting.json index a336343094..3e17caf54e 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_deepslate_wall_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_deepslate_wall_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:polished_cut_deepslate_wall", - "count": 1 + "result": "create:polished_cut_deepslate_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json index d17ffcb15e..a645af2edc 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:polished_cut_deepslate_wall", - "count": 1 + "result": "create:polished_cut_deepslate_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_diorite_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_diorite_from_diorite_stonecutting.json index 828d997c07..2fdbb6a194 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_diorite_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_diorite_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:polished_cut_diorite", - "count": 1 + "result": "create:polished_cut_diorite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_diorite_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_diorite_from_stone_types_diorite_stonecutting.json index 7280025c5d..3902d23e26 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_diorite_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_diorite_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:polished_cut_diorite", - "count": 1 + "result": "create:polished_cut_diorite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_diorite_slab.json b/src/generated/resources/data/create/recipes/polished_cut_diorite_slab.json index 56825a9f2a..8ab24c0180 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_diorite_slab.json +++ b/src/generated/resources/data/create/recipes/polished_cut_diorite_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_diorite_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:polished_cut_diorite" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:polished_cut_diorite_slab", - "count": 6 + "count": 6, + "item": "create:polished_cut_diorite_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_diorite_slab_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_diorite_slab_from_diorite_stonecutting.json index b9f9478515..19b18fa873 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_diorite_slab_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_diorite_slab_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:polished_cut_diorite_slab", - "count": 2 + "result": "create:polished_cut_diorite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_diorite_slab_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_diorite_slab_from_stone_types_diorite_stonecutting.json index b47c31d122..7c29c910a3 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_diorite_slab_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_diorite_slab_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:polished_cut_diorite_slab", - "count": 2 + "result": "create:polished_cut_diorite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_diorite_stairs.json b/src/generated/resources/data/create/recipes/polished_cut_diorite_stairs.json index cfdd71dbfa..e4ae8dbe65 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_diorite_stairs.json +++ b/src/generated/resources/data/create/recipes/polished_cut_diorite_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_diorite_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_diorite" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:polished_cut_diorite_stairs", - "count": 4 + "count": 4, + "item": "create:polished_cut_diorite_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_diorite_stairs_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_diorite_stairs_from_diorite_stonecutting.json index cb271a5167..288872bd38 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_diorite_stairs_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_diorite_stairs_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:polished_cut_diorite_stairs", - "count": 1 + "result": "create:polished_cut_diorite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting.json index ff4483ad0d..d171af4946 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:polished_cut_diorite_stairs", - "count": 1 + "result": "create:polished_cut_diorite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_diorite_wall.json b/src/generated/resources/data/create/recipes/polished_cut_diorite_wall.json index 1772f92348..93990c4fa9 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_diorite_wall.json +++ b/src/generated/resources/data/create/recipes/polished_cut_diorite_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_diorite" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:polished_cut_diorite_wall", - "count": 6 + "count": 6, + "item": "create:polished_cut_diorite_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_diorite_wall_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_diorite_wall_from_diorite_stonecutting.json index 3bf5e9937a..a658b5c726 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_diorite_wall_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_diorite_wall_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:polished_cut_diorite_wall", - "count": 1 + "result": "create:polished_cut_diorite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_diorite_wall_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_diorite_wall_from_stone_types_diorite_stonecutting.json index 92e451cee3..ebb345d3e3 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_diorite_wall_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_diorite_wall_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:polished_cut_diorite_wall", - "count": 1 + "result": "create:polished_cut_diorite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_dripstone_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_dripstone_from_dripstone_block_stonecutting.json index f3d7ba8788..ab6d8575ff 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_dripstone_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_dripstone_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:polished_cut_dripstone", - "count": 1 + "result": "create:polished_cut_dripstone" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_dripstone_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_dripstone_from_stone_types_dripstone_stonecutting.json index 884d4cab2f..4a209dddb8 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_dripstone_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_dripstone_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:polished_cut_dripstone", - "count": 1 + "result": "create:polished_cut_dripstone" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_dripstone_slab.json b/src/generated/resources/data/create/recipes/polished_cut_dripstone_slab.json index b01525cfc6..24bd892b7a 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_dripstone_slab.json +++ b/src/generated/resources/data/create/recipes/polished_cut_dripstone_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_dripstone_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:polished_cut_dripstone" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:polished_cut_dripstone_slab", - "count": 6 + "count": 6, + "item": "create:polished_cut_dripstone_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_dripstone_slab_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_dripstone_slab_from_dripstone_block_stonecutting.json index 6829d80dbf..078667baa2 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_dripstone_slab_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_dripstone_slab_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:polished_cut_dripstone_slab", - "count": 2 + "result": "create:polished_cut_dripstone_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json index f5a42acb81..0d3c810758 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:polished_cut_dripstone_slab", - "count": 2 + "result": "create:polished_cut_dripstone_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_dripstone_stairs.json b/src/generated/resources/data/create/recipes/polished_cut_dripstone_stairs.json index 59a9bce77b..d29f1b8174 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_dripstone_stairs.json +++ b/src/generated/resources/data/create/recipes/polished_cut_dripstone_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_dripstone_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_dripstone" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:polished_cut_dripstone_stairs", - "count": 4 + "count": 4, + "item": "create:polished_cut_dripstone_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_dripstone_stairs_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_dripstone_stairs_from_dripstone_block_stonecutting.json index 3ea93e1b9c..24bb4d59e4 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_dripstone_stairs_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_dripstone_stairs_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:polished_cut_dripstone_stairs", - "count": 1 + "result": "create:polished_cut_dripstone_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json index 4c49e7c52a..1468a9d799 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:polished_cut_dripstone_stairs", - "count": 1 + "result": "create:polished_cut_dripstone_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_dripstone_wall.json b/src/generated/resources/data/create/recipes/polished_cut_dripstone_wall.json index 2d7c57308c..2298255fb1 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_dripstone_wall.json +++ b/src/generated/resources/data/create/recipes/polished_cut_dripstone_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_dripstone" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:polished_cut_dripstone_wall", - "count": 6 + "count": 6, + "item": "create:polished_cut_dripstone_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_dripstone_wall_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_dripstone_wall_from_dripstone_block_stonecutting.json index 39a6586b9e..ba991de0c8 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_dripstone_wall_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_dripstone_wall_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:polished_cut_dripstone_wall", - "count": 1 + "result": "create:polished_cut_dripstone_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json index b28d36d626..9e71cd2f30 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:polished_cut_dripstone_wall", - "count": 1 + "result": "create:polished_cut_dripstone_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_granite_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_granite_from_granite_stonecutting.json index 58612c9e61..20a3de5d02 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_granite_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_granite_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:granite" }, - "result": "create:polished_cut_granite", - "count": 1 + "result": "create:polished_cut_granite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_granite_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_granite_from_stone_types_granite_stonecutting.json index 164608c9db..dde52c2c40 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_granite_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_granite_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:polished_cut_granite", - "count": 1 + "result": "create:polished_cut_granite" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_granite_slab.json b/src/generated/resources/data/create/recipes/polished_cut_granite_slab.json index 4ab24df9b0..1b5fed6f91 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_granite_slab.json +++ b/src/generated/resources/data/create/recipes/polished_cut_granite_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_granite_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:polished_cut_granite" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:polished_cut_granite_slab", - "count": 6 + "count": 6, + "item": "create:polished_cut_granite_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_granite_slab_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_granite_slab_from_granite_stonecutting.json index b3f5b2f9f7..5076288556 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_granite_slab_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_granite_slab_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:granite" }, - "result": "create:polished_cut_granite_slab", - "count": 2 + "result": "create:polished_cut_granite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_granite_slab_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_granite_slab_from_stone_types_granite_stonecutting.json index a6c7c401ec..66eaf493cc 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_granite_slab_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_granite_slab_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:polished_cut_granite_slab", - "count": 2 + "result": "create:polished_cut_granite_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_granite_stairs.json b/src/generated/resources/data/create/recipes/polished_cut_granite_stairs.json index 87ad9684fd..fbe93a5971 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_granite_stairs.json +++ b/src/generated/resources/data/create/recipes/polished_cut_granite_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_granite_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_granite" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:polished_cut_granite_stairs", - "count": 4 + "count": 4, + "item": "create:polished_cut_granite_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_granite_stairs_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_granite_stairs_from_granite_stonecutting.json index 71e414bdf6..333cca6f5f 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_granite_stairs_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_granite_stairs_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:granite" }, - "result": "create:polished_cut_granite_stairs", - "count": 1 + "result": "create:polished_cut_granite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_granite_stairs_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_granite_stairs_from_stone_types_granite_stonecutting.json index 1715a71097..57036a4799 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_granite_stairs_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_granite_stairs_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:polished_cut_granite_stairs", - "count": 1 + "result": "create:polished_cut_granite_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_granite_wall.json b/src/generated/resources/data/create/recipes/polished_cut_granite_wall.json index 239a391082..5231f30275 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_granite_wall.json +++ b/src/generated/resources/data/create/recipes/polished_cut_granite_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_granite" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:polished_cut_granite_wall", - "count": 6 + "count": 6, + "item": "create:polished_cut_granite_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_granite_wall_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_granite_wall_from_granite_stonecutting.json index 7413437119..2659d2cfa0 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_granite_wall_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_granite_wall_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:granite" }, - "result": "create:polished_cut_granite_wall", - "count": 1 + "result": "create:polished_cut_granite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_granite_wall_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_granite_wall_from_stone_types_granite_stonecutting.json index d230c91d11..061ec9910c 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_granite_wall_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_granite_wall_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:polished_cut_granite_wall", - "count": 1 + "result": "create:polished_cut_granite_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_limestone_from_limestone_stonecutting.json index 274cefa2c3..85f06a8c63 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_limestone_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_limestone_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:limestone" }, - "result": "create:polished_cut_limestone", - "count": 1 + "result": "create:polished_cut_limestone" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_limestone_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_limestone_from_stone_types_limestone_stonecutting.json index 0c58f8572a..c4811f5d05 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_limestone_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_limestone_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:polished_cut_limestone", - "count": 1 + "result": "create:polished_cut_limestone" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_limestone_slab.json b/src/generated/resources/data/create/recipes/polished_cut_limestone_slab.json index 11277a0c40..9dbb250fde 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_limestone_slab.json +++ b/src/generated/resources/data/create/recipes/polished_cut_limestone_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_limestone_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:polished_cut_limestone" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:polished_cut_limestone_slab", - "count": 6 + "count": 6, + "item": "create:polished_cut_limestone_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_limestone_slab_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_limestone_slab_from_limestone_stonecutting.json index 2b149708c5..55977a942d 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_limestone_slab_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_limestone_slab_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:limestone" }, - "result": "create:polished_cut_limestone_slab", - "count": 2 + "result": "create:polished_cut_limestone_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_limestone_slab_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_limestone_slab_from_stone_types_limestone_stonecutting.json index 169dfbb931..5ed09dbbbf 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_limestone_slab_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_limestone_slab_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:polished_cut_limestone_slab", - "count": 2 + "result": "create:polished_cut_limestone_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_limestone_stairs.json b/src/generated/resources/data/create/recipes/polished_cut_limestone_stairs.json index 7f3c71c492..9c27b271ed 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_limestone_stairs.json +++ b/src/generated/resources/data/create/recipes/polished_cut_limestone_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_limestone_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_limestone" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:polished_cut_limestone_stairs", - "count": 4 + "count": 4, + "item": "create:polished_cut_limestone_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_limestone_stairs_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_limestone_stairs_from_limestone_stonecutting.json index 06ffafe132..8e80b2226e 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_limestone_stairs_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_limestone_stairs_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:limestone" }, - "result": "create:polished_cut_limestone_stairs", - "count": 1 + "result": "create:polished_cut_limestone_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting.json index 46eb5f797d..787ec9aca0 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:polished_cut_limestone_stairs", - "count": 1 + "result": "create:polished_cut_limestone_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_limestone_wall.json b/src/generated/resources/data/create/recipes/polished_cut_limestone_wall.json index a6becaac43..691582c0cb 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_limestone_wall.json +++ b/src/generated/resources/data/create/recipes/polished_cut_limestone_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_limestone" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:polished_cut_limestone_wall", - "count": 6 + "count": 6, + "item": "create:polished_cut_limestone_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_limestone_wall_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_limestone_wall_from_limestone_stonecutting.json index 7ff25fd9a5..a4cad05cad 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_limestone_wall_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_limestone_wall_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:limestone" }, - "result": "create:polished_cut_limestone_wall", - "count": 1 + "result": "create:polished_cut_limestone_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_limestone_wall_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_limestone_wall_from_stone_types_limestone_stonecutting.json index e66b306f96..a257ef82ba 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_limestone_wall_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_limestone_wall_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:polished_cut_limestone_wall", - "count": 1 + "result": "create:polished_cut_limestone_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_ochrum_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_ochrum_from_ochrum_stonecutting.json index ff851fef95..143bea2927 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_ochrum_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_ochrum_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:ochrum" }, - "result": "create:polished_cut_ochrum", - "count": 1 + "result": "create:polished_cut_ochrum" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_ochrum_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_ochrum_from_stone_types_ochrum_stonecutting.json index 58046403f4..fa7778f8a1 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_ochrum_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_ochrum_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:polished_cut_ochrum", - "count": 1 + "result": "create:polished_cut_ochrum" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_ochrum_slab.json b/src/generated/resources/data/create/recipes/polished_cut_ochrum_slab.json index ec8235e837..c3d673ce91 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_ochrum_slab.json +++ b/src/generated/resources/data/create/recipes/polished_cut_ochrum_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_ochrum_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:polished_cut_ochrum" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:polished_cut_ochrum_slab", - "count": 6 + "count": 6, + "item": "create:polished_cut_ochrum_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_ochrum_slab_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_ochrum_slab_from_ochrum_stonecutting.json index 1ea2a4ea81..90c8f363cd 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_ochrum_slab_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_ochrum_slab_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:ochrum" }, - "result": "create:polished_cut_ochrum_slab", - "count": 2 + "result": "create:polished_cut_ochrum_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json index 47c53962c1..355bb45fdc 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:polished_cut_ochrum_slab", - "count": 2 + "result": "create:polished_cut_ochrum_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_ochrum_stairs.json b/src/generated/resources/data/create/recipes/polished_cut_ochrum_stairs.json index b371aa0cc6..87efd10511 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_ochrum_stairs.json +++ b/src/generated/resources/data/create/recipes/polished_cut_ochrum_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_ochrum_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_ochrum" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:polished_cut_ochrum_stairs", - "count": 4 + "count": 4, + "item": "create:polished_cut_ochrum_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_ochrum_stairs_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_ochrum_stairs_from_ochrum_stonecutting.json index 51834c41b6..1a72a5c4e4 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_ochrum_stairs_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_ochrum_stairs_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:ochrum" }, - "result": "create:polished_cut_ochrum_stairs", - "count": 1 + "result": "create:polished_cut_ochrum_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json index 7753fc807a..0e7381ff6f 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:polished_cut_ochrum_stairs", - "count": 1 + "result": "create:polished_cut_ochrum_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_ochrum_wall.json b/src/generated/resources/data/create/recipes/polished_cut_ochrum_wall.json index dba1efe4ba..784c6b4f95 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_ochrum_wall.json +++ b/src/generated/resources/data/create/recipes/polished_cut_ochrum_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_ochrum" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:polished_cut_ochrum_wall", - "count": 6 + "count": 6, + "item": "create:polished_cut_ochrum_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_ochrum_wall_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_ochrum_wall_from_ochrum_stonecutting.json index 2886d40f72..d3a4a00baf 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_ochrum_wall_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_ochrum_wall_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:ochrum" }, - "result": "create:polished_cut_ochrum_wall", - "count": 1 + "result": "create:polished_cut_ochrum_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json index e7b7d35af8..d9de8c3c1c 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:polished_cut_ochrum_wall", - "count": 1 + "result": "create:polished_cut_ochrum_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scorchia_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_scorchia_from_scorchia_stonecutting.json index 169e35165b..6b1f8572f0 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scorchia_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scorchia_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scorchia" }, - "result": "create:polished_cut_scorchia", - "count": 1 + "result": "create:polished_cut_scorchia" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scorchia_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_scorchia_from_stone_types_scorchia_stonecutting.json index 7d9b6a8673..e450891564 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scorchia_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scorchia_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:polished_cut_scorchia", - "count": 1 + "result": "create:polished_cut_scorchia" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scorchia_slab.json b/src/generated/resources/data/create/recipes/polished_cut_scorchia_slab.json index 24c805333b..d2712d4365 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scorchia_slab.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scorchia_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_scorchia_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:polished_cut_scorchia" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:polished_cut_scorchia_slab", - "count": 6 + "count": 6, + "item": "create:polished_cut_scorchia_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scorchia_slab_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_scorchia_slab_from_scorchia_stonecutting.json index bc009d55d3..2d447cfadb 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scorchia_slab_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scorchia_slab_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:scorchia" }, - "result": "create:polished_cut_scorchia_slab", - "count": 2 + "result": "create:polished_cut_scorchia_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json index 4908727f30..3d099029f6 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:polished_cut_scorchia_slab", - "count": 2 + "result": "create:polished_cut_scorchia_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scorchia_stairs.json b/src/generated/resources/data/create/recipes/polished_cut_scorchia_stairs.json index 8ab30e699a..ac829c1234 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scorchia_stairs.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scorchia_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_scorchia_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_scorchia" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:polished_cut_scorchia_stairs", - "count": 4 + "count": 4, + "item": "create:polished_cut_scorchia_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scorchia_stairs_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_scorchia_stairs_from_scorchia_stonecutting.json index 2fb4ead570..1dfb5bf280 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scorchia_stairs_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scorchia_stairs_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scorchia" }, - "result": "create:polished_cut_scorchia_stairs", - "count": 1 + "result": "create:polished_cut_scorchia_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json index 37e464b37f..e56e698791 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:polished_cut_scorchia_stairs", - "count": 1 + "result": "create:polished_cut_scorchia_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scorchia_wall.json b/src/generated/resources/data/create/recipes/polished_cut_scorchia_wall.json index 11219a5fcf..179662d034 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scorchia_wall.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scorchia_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_scorchia" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:polished_cut_scorchia_wall", - "count": 6 + "count": 6, + "item": "create:polished_cut_scorchia_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scorchia_wall_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_scorchia_wall_from_scorchia_stonecutting.json index 8e1148b0c5..6d18419e95 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scorchia_wall_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scorchia_wall_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scorchia" }, - "result": "create:polished_cut_scorchia_wall", - "count": 1 + "result": "create:polished_cut_scorchia_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json index b1dbd66ee8..7ddd8b7167 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:polished_cut_scorchia_wall", - "count": 1 + "result": "create:polished_cut_scorchia_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_scoria_from_scoria_stonecutting.json index 4cfb705a70..06eb78cff5 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scoria_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scoria_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scoria" }, - "result": "create:polished_cut_scoria", - "count": 1 + "result": "create:polished_cut_scoria" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scoria_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_scoria_from_stone_types_scoria_stonecutting.json index c0841e25cd..1059784e60 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scoria_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scoria_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:polished_cut_scoria", - "count": 1 + "result": "create:polished_cut_scoria" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scoria_slab.json b/src/generated/resources/data/create/recipes/polished_cut_scoria_slab.json index 78f490ded7..ab95a5510e 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scoria_slab.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scoria_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_scoria_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:polished_cut_scoria" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:polished_cut_scoria_slab", - "count": 6 + "count": 6, + "item": "create:polished_cut_scoria_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scoria_slab_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_scoria_slab_from_scoria_stonecutting.json index 1003cdb787..fa4cadbc14 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scoria_slab_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scoria_slab_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:scoria" }, - "result": "create:polished_cut_scoria_slab", - "count": 2 + "result": "create:polished_cut_scoria_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scoria_slab_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_scoria_slab_from_stone_types_scoria_stonecutting.json index dbca045036..4cb0e887da 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scoria_slab_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scoria_slab_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:polished_cut_scoria_slab", - "count": 2 + "result": "create:polished_cut_scoria_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scoria_stairs.json b/src/generated/resources/data/create/recipes/polished_cut_scoria_stairs.json index 41eacf228f..2f49bee4a4 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scoria_stairs.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scoria_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_scoria_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_scoria" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:polished_cut_scoria_stairs", - "count": 4 + "count": 4, + "item": "create:polished_cut_scoria_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scoria_stairs_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_scoria_stairs_from_scoria_stonecutting.json index c63976afef..22193fa2f6 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scoria_stairs_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scoria_stairs_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scoria" }, - "result": "create:polished_cut_scoria_stairs", - "count": 1 + "result": "create:polished_cut_scoria_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting.json index 4dd4d3b1be..d469d159bf 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:polished_cut_scoria_stairs", - "count": 1 + "result": "create:polished_cut_scoria_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scoria_wall.json b/src/generated/resources/data/create/recipes/polished_cut_scoria_wall.json index cec238c475..80d47d3420 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scoria_wall.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scoria_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_scoria" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:polished_cut_scoria_wall", - "count": 6 + "count": 6, + "item": "create:polished_cut_scoria_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scoria_wall_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_scoria_wall_from_scoria_stonecutting.json index b0e06af959..942f305adb 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scoria_wall_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scoria_wall_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scoria" }, - "result": "create:polished_cut_scoria_wall", - "count": 1 + "result": "create:polished_cut_scoria_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_scoria_wall_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_scoria_wall_from_stone_types_scoria_stonecutting.json index fa42a08325..4f9b27c29d 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_scoria_wall_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_scoria_wall_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:polished_cut_scoria_wall", - "count": 1 + "result": "create:polished_cut_scoria_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_tuff_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_tuff_from_stone_types_tuff_stonecutting.json index 9e64c01c8a..5ebd9f15ec 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_tuff_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_tuff_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:polished_cut_tuff", - "count": 1 + "result": "create:polished_cut_tuff" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_tuff_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_tuff_from_tuff_stonecutting.json index a4ac8327fd..7a211beadb 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_tuff_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_tuff_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:polished_cut_tuff", - "count": 1 + "result": "create:polished_cut_tuff" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_tuff_slab.json b/src/generated/resources/data/create/recipes/polished_cut_tuff_slab.json index 18d9bc78a4..538357069a 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_tuff_slab.json +++ b/src/generated/resources/data/create/recipes/polished_cut_tuff_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_tuff_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:polished_cut_tuff" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:polished_cut_tuff_slab", - "count": 6 + "count": 6, + "item": "create:polished_cut_tuff_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_tuff_slab_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_tuff_slab_from_stone_types_tuff_stonecutting.json index 974526ef76..f254ca635b 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_tuff_slab_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_tuff_slab_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:polished_cut_tuff_slab", - "count": 2 + "result": "create:polished_cut_tuff_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_tuff_slab_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_tuff_slab_from_tuff_stonecutting.json index 44bdbf3a33..8b4ed778c6 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_tuff_slab_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_tuff_slab_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:polished_cut_tuff_slab", - "count": 2 + "result": "create:polished_cut_tuff_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_tuff_stairs.json b/src/generated/resources/data/create/recipes/polished_cut_tuff_stairs.json index 54cce7e2a6..83fe8e2876 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_tuff_stairs.json +++ b/src/generated/resources/data/create/recipes/polished_cut_tuff_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_tuff_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_tuff" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:polished_cut_tuff_stairs", - "count": 4 + "count": 4, + "item": "create:polished_cut_tuff_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting.json index 859d4b882e..5307dbd287 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:polished_cut_tuff_stairs", - "count": 1 + "result": "create:polished_cut_tuff_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_tuff_stairs_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_tuff_stairs_from_tuff_stonecutting.json index e1119f9709..c25eccbf18 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_tuff_stairs_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_tuff_stairs_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:polished_cut_tuff_stairs", - "count": 1 + "result": "create:polished_cut_tuff_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_tuff_wall.json b/src/generated/resources/data/create/recipes/polished_cut_tuff_wall.json index 7f3ad27047..503b075e0e 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_tuff_wall.json +++ b/src/generated/resources/data/create/recipes/polished_cut_tuff_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_tuff" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:polished_cut_tuff_wall", - "count": 6 + "count": 6, + "item": "create:polished_cut_tuff_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_tuff_wall_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_tuff_wall_from_stone_types_tuff_stonecutting.json index 38bdf257d6..b0de7b686b 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_tuff_wall_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_tuff_wall_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:polished_cut_tuff_wall", - "count": 1 + "result": "create:polished_cut_tuff_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_tuff_wall_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_tuff_wall_from_tuff_stonecutting.json index ee7e81be5a..eabed71f47 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_tuff_wall_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_tuff_wall_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:polished_cut_tuff_wall", - "count": 1 + "result": "create:polished_cut_tuff_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_veridium_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_veridium_from_stone_types_veridium_stonecutting.json index a0001164ac..c48f31addc 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_veridium_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_veridium_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:polished_cut_veridium", - "count": 1 + "result": "create:polished_cut_veridium" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_veridium_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_veridium_from_veridium_stonecutting.json index 607010f9ab..95be05b933 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_veridium_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_veridium_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:veridium" }, - "result": "create:polished_cut_veridium", - "count": 1 + "result": "create:polished_cut_veridium" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_veridium_slab.json b/src/generated/resources/data/create/recipes/polished_cut_veridium_slab.json index 227a9c026f..3d496ed870 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_veridium_slab.json +++ b/src/generated/resources/data/create/recipes/polished_cut_veridium_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_veridium_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:polished_cut_veridium" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:polished_cut_veridium_slab", - "count": 6 + "count": 6, + "item": "create:polished_cut_veridium_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_veridium_slab_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_veridium_slab_from_stone_types_veridium_stonecutting.json index df653934e9..f4d5e7adb9 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_veridium_slab_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_veridium_slab_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:polished_cut_veridium_slab", - "count": 2 + "result": "create:polished_cut_veridium_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_veridium_slab_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_veridium_slab_from_veridium_stonecutting.json index b0af66cf6d..bd2f8246d6 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_veridium_slab_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_veridium_slab_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:veridium" }, - "result": "create:polished_cut_veridium_slab", - "count": 2 + "result": "create:polished_cut_veridium_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_veridium_stairs.json b/src/generated/resources/data/create/recipes/polished_cut_veridium_stairs.json index fa2ef8604f..defc995f9c 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_veridium_stairs.json +++ b/src/generated/resources/data/create/recipes/polished_cut_veridium_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "polished_cut_veridium_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_veridium" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:polished_cut_veridium_stairs", - "count": 4 + "count": 4, + "item": "create:polished_cut_veridium_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting.json index 72b18029c3..91f9ae96fa 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:polished_cut_veridium_stairs", - "count": 1 + "result": "create:polished_cut_veridium_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_veridium_stairs_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_veridium_stairs_from_veridium_stonecutting.json index de35709c8b..20287b0d3e 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_veridium_stairs_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_veridium_stairs_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:veridium" }, - "result": "create:polished_cut_veridium_stairs", - "count": 1 + "result": "create:polished_cut_veridium_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_veridium_wall.json b/src/generated/resources/data/create/recipes/polished_cut_veridium_wall.json index 3cc9975a88..9a57eed2e8 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_veridium_wall.json +++ b/src/generated/resources/data/create/recipes/polished_cut_veridium_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:polished_cut_veridium" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:polished_cut_veridium_wall", - "count": 6 + "count": 6, + "item": "create:polished_cut_veridium_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_veridium_wall_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_veridium_wall_from_stone_types_veridium_stonecutting.json index e460f9f591..8c34cb2032 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_veridium_wall_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_veridium_wall_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:polished_cut_veridium_wall", - "count": 1 + "result": "create:polished_cut_veridium_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_cut_veridium_wall_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/polished_cut_veridium_wall_from_veridium_stonecutting.json index cfb67813d8..aeb15fd62b 100644 --- a/src/generated/resources/data/create/recipes/polished_cut_veridium_wall_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/polished_cut_veridium_wall_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:veridium" }, - "result": "create:polished_cut_veridium_wall", - "count": 1 + "result": "create:polished_cut_veridium_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/rose_quartz_block_from_rose_quartz_stonecutting.json b/src/generated/resources/data/create/recipes/rose_quartz_block_from_rose_quartz_stonecutting.json index 5592a15825..506d461f3f 100644 --- a/src/generated/resources/data/create/recipes/rose_quartz_block_from_rose_quartz_stonecutting.json +++ b/src/generated/resources/data/create/recipes/rose_quartz_block_from_rose_quartz_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:rose_quartz" }, - "result": "create:rose_quartz_block", - "count": 2 + "result": "create:rose_quartz_block" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json b/src/generated/resources/data/create/recipes/rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json index 0902ac68e3..518d63b099 100644 --- a/src/generated/resources/data/create/recipes/rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json +++ b/src/generated/resources/data/create/recipes/rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:polished_rose_quartz" }, - "result": "create:rose_quartz_tiles", - "count": 2 + "result": "create:rose_quartz_tiles" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scorchia_pillar_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/scorchia_pillar_from_scorchia_stonecutting.json index af299139b5..76e7ef2739 100644 --- a/src/generated/resources/data/create/recipes/scorchia_pillar_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/scorchia_pillar_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scorchia" }, - "result": "create:scorchia_pillar", - "count": 1 + "result": "create:scorchia_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scorchia_pillar_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/scorchia_pillar_from_stone_types_scorchia_stonecutting.json index 7c5612d401..76ef27d789 100644 --- a/src/generated/resources/data/create/recipes/scorchia_pillar_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/scorchia_pillar_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:scorchia_pillar", - "count": 1 + "result": "create:scorchia_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_pillar_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/scoria_pillar_from_scoria_stonecutting.json index 4e25cf1d89..530a67ebac 100644 --- a/src/generated/resources/data/create/recipes/scoria_pillar_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/scoria_pillar_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scoria" }, - "result": "create:scoria_pillar", - "count": 1 + "result": "create:scoria_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_pillar_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/scoria_pillar_from_stone_types_scoria_stonecutting.json index b508fcafd9..4d786fe1ae 100644 --- a/src/generated/resources/data/create/recipes/scoria_pillar_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/scoria_pillar_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:scoria_pillar", - "count": 1 + "result": "create:scoria_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/sequenced_assembly/precision_mechanism.json b/src/generated/resources/data/create/recipes/sequenced_assembly/precision_mechanism.json index 581708a726..7a258e05a5 100644 --- a/src/generated/resources/data/create/recipes/sequenced_assembly/precision_mechanism.json +++ b/src/generated/resources/data/create/recipes/sequenced_assembly/precision_mechanism.json @@ -3,9 +3,43 @@ "ingredient": { "tag": "forge:plates/gold" }, - "transitionalItem": { - "item": "create:incomplete_precision_mechanism" - }, + "loops": 5, + "results": [ + { + "chance": 120.0, + "item": "create:precision_mechanism" + }, + { + "chance": 8.0, + "item": "create:golden_sheet" + }, + { + "chance": 8.0, + "item": "create:andesite_alloy" + }, + { + "chance": 5.0, + "item": "create:cogwheel" + }, + { + "chance": 3.0, + "item": "minecraft:gold_nugget" + }, + { + "chance": 2.0, + "item": "create:shaft" + }, + { + "chance": 2.0, + "item": "create:crushed_gold_ore" + }, + { + "item": "minecraft:iron_ingot" + }, + { + "item": "minecraft:clock" + } + ], "sequence": [ { "type": "create:deploying", @@ -56,41 +90,7 @@ ] } ], - "results": [ - { - "item": "create:precision_mechanism", - "chance": 120.0 - }, - { - "item": "create:golden_sheet", - "chance": 8.0 - }, - { - "item": "create:andesite_alloy", - "chance": 8.0 - }, - { - "item": "create:cogwheel", - "chance": 5.0 - }, - { - "item": "minecraft:gold_nugget", - "chance": 3.0 - }, - { - "item": "create:shaft", - "chance": 2.0 - }, - { - "item": "create:crushed_gold_ore", - "chance": 2.0 - }, - { - "item": "minecraft:iron_ingot" - }, - { - "item": "minecraft:clock" - } - ], - "loops": 5 + "transitionalItem": { + "item": "create:incomplete_precision_mechanism" + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/sequenced_assembly/sturdy_sheet.json b/src/generated/resources/data/create/recipes/sequenced_assembly/sturdy_sheet.json index e7bc7550fb..17735f302d 100644 --- a/src/generated/resources/data/create/recipes/sequenced_assembly/sturdy_sheet.json +++ b/src/generated/resources/data/create/recipes/sequenced_assembly/sturdy_sheet.json @@ -3,9 +3,12 @@ "ingredient": { "item": "create:powdered_obsidian" }, - "transitionalItem": { - "item": "create:unprocessed_obsidian_sheet" - }, + "loops": 1, + "results": [ + { + "item": "create:sturdy_sheet" + } + ], "sequence": [ { "type": "create:filling", @@ -14,9 +17,9 @@ "item": "create:unprocessed_obsidian_sheet" }, { + "amount": 500, "fluid": "minecraft:lava", - "nbt": {}, - "amount": 500 + "nbt": {} } ], "results": [ @@ -52,10 +55,7 @@ ] } ], - "results": [ - { - "item": "create:sturdy_sheet" - } - ], - "loops": 1 + "transitionalItem": { + "item": "create:unprocessed_obsidian_sheet" + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/sequenced_assembly/track.json b/src/generated/resources/data/create/recipes/sequenced_assembly/track.json index f6fc086fc7..6fff8ad858 100644 --- a/src/generated/resources/data/create/recipes/sequenced_assembly/track.json +++ b/src/generated/resources/data/create/recipes/sequenced_assembly/track.json @@ -3,9 +3,12 @@ "ingredient": { "tag": "create:sleepers" }, - "transitionalItem": { - "item": "create:incomplete_track" - }, + "loops": 1, + "results": [ + { + "item": "create:track" + } + ], "sequence": [ { "type": "create:deploying", @@ -63,10 +66,7 @@ ] } ], - "results": [ - { - "item": "create:track" - } - ], - "loops": 1 + "transitionalItem": { + "item": "create:incomplete_track" + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_andesite_brick_slab.json b/src/generated/resources/data/create/recipes/small_andesite_brick_slab.json index 4ce45f811e..bad431ecf9 100644 --- a/src/generated/resources/data/create/recipes/small_andesite_brick_slab.json +++ b/src/generated/resources/data/create/recipes/small_andesite_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "small_andesite_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:small_andesite_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:small_andesite_brick_slab", - "count": 6 + "count": 6, + "item": "create:small_andesite_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_andesite_brick_slab_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/small_andesite_brick_slab_from_andesite_stonecutting.json index e5be2955ee..21e81d58d5 100644 --- a/src/generated/resources/data/create/recipes/small_andesite_brick_slab_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_andesite_brick_slab_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:small_andesite_brick_slab", - "count": 2 + "result": "create:small_andesite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_andesite_brick_slab_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/small_andesite_brick_slab_from_stone_types_andesite_stonecutting.json index 21242c7af7..aa3aa765e2 100644 --- a/src/generated/resources/data/create/recipes/small_andesite_brick_slab_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_andesite_brick_slab_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:small_andesite_brick_slab", - "count": 2 + "result": "create:small_andesite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_andesite_brick_stairs.json b/src/generated/resources/data/create/recipes/small_andesite_brick_stairs.json index c0ec368663..26ed46797f 100644 --- a/src/generated/resources/data/create/recipes/small_andesite_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/small_andesite_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "small_andesite_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:small_andesite_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:small_andesite_brick_stairs", - "count": 4 + "count": 4, + "item": "create:small_andesite_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_andesite_brick_stairs_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/small_andesite_brick_stairs_from_andesite_stonecutting.json index 52d9f2b2c9..94dd052334 100644 --- a/src/generated/resources/data/create/recipes/small_andesite_brick_stairs_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_andesite_brick_stairs_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:small_andesite_brick_stairs", - "count": 1 + "result": "create:small_andesite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/small_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json index 9db8344f81..7c4b9e833f 100644 --- a/src/generated/resources/data/create/recipes/small_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:small_andesite_brick_stairs", - "count": 1 + "result": "create:small_andesite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_andesite_brick_wall.json b/src/generated/resources/data/create/recipes/small_andesite_brick_wall.json index f89ffbd39a..c6ecfb4ba8 100644 --- a/src/generated/resources/data/create/recipes/small_andesite_brick_wall.json +++ b/src/generated/resources/data/create/recipes/small_andesite_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:small_andesite_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:small_andesite_brick_wall", - "count": 6 + "count": 6, + "item": "create:small_andesite_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_andesite_brick_wall_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/small_andesite_brick_wall_from_andesite_stonecutting.json index 48703ea743..b5f5ff0f65 100644 --- a/src/generated/resources/data/create/recipes/small_andesite_brick_wall_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_andesite_brick_wall_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:small_andesite_brick_wall", - "count": 1 + "result": "create:small_andesite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_andesite_brick_wall_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/small_andesite_brick_wall_from_stone_types_andesite_stonecutting.json index 6e612f083a..e5a559a61b 100644 --- a/src/generated/resources/data/create/recipes/small_andesite_brick_wall_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_andesite_brick_wall_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:small_andesite_brick_wall", - "count": 1 + "result": "create:small_andesite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_andesite_bricks_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/small_andesite_bricks_from_andesite_stonecutting.json index ec5d6c50c8..60a144d67d 100644 --- a/src/generated/resources/data/create/recipes/small_andesite_bricks_from_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_andesite_bricks_from_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:andesite" }, - "result": "create:small_andesite_bricks", - "count": 1 + "result": "create:small_andesite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_andesite_bricks_from_stone_types_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/small_andesite_bricks_from_stone_types_andesite_stonecutting.json index 3bf975cd4a..4aec4fc238 100644 --- a/src/generated/resources/data/create/recipes/small_andesite_bricks_from_stone_types_andesite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_andesite_bricks_from_stone_types_andesite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/andesite" }, - "result": "create:small_andesite_bricks", - "count": 1 + "result": "create:small_andesite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_asurine_brick_slab.json b/src/generated/resources/data/create/recipes/small_asurine_brick_slab.json index 56322b3221..e96cba0b6a 100644 --- a/src/generated/resources/data/create/recipes/small_asurine_brick_slab.json +++ b/src/generated/resources/data/create/recipes/small_asurine_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "small_asurine_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:small_asurine_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:small_asurine_brick_slab", - "count": 6 + "count": 6, + "item": "create:small_asurine_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_asurine_brick_slab_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/small_asurine_brick_slab_from_asurine_stonecutting.json index 75602a95ba..5d544e7734 100644 --- a/src/generated/resources/data/create/recipes/small_asurine_brick_slab_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_asurine_brick_slab_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:asurine" }, - "result": "create:small_asurine_brick_slab", - "count": 2 + "result": "create:small_asurine_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_asurine_brick_slab_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/small_asurine_brick_slab_from_stone_types_asurine_stonecutting.json index 1fc1ff5965..f08edbda17 100644 --- a/src/generated/resources/data/create/recipes/small_asurine_brick_slab_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_asurine_brick_slab_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:small_asurine_brick_slab", - "count": 2 + "result": "create:small_asurine_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_asurine_brick_stairs.json b/src/generated/resources/data/create/recipes/small_asurine_brick_stairs.json index 7fda27cf14..beea080747 100644 --- a/src/generated/resources/data/create/recipes/small_asurine_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/small_asurine_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "small_asurine_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:small_asurine_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:small_asurine_brick_stairs", - "count": 4 + "count": 4, + "item": "create:small_asurine_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_asurine_brick_stairs_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/small_asurine_brick_stairs_from_asurine_stonecutting.json index 22b6beea2e..b62283315b 100644 --- a/src/generated/resources/data/create/recipes/small_asurine_brick_stairs_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_asurine_brick_stairs_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:asurine" }, - "result": "create:small_asurine_brick_stairs", - "count": 1 + "result": "create:small_asurine_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/small_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json index 6d8e704b68..e9d0dfcf74 100644 --- a/src/generated/resources/data/create/recipes/small_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:small_asurine_brick_stairs", - "count": 1 + "result": "create:small_asurine_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_asurine_brick_wall.json b/src/generated/resources/data/create/recipes/small_asurine_brick_wall.json index 81bc7bff16..ddf7609e13 100644 --- a/src/generated/resources/data/create/recipes/small_asurine_brick_wall.json +++ b/src/generated/resources/data/create/recipes/small_asurine_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:small_asurine_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:small_asurine_brick_wall", - "count": 6 + "count": 6, + "item": "create:small_asurine_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_asurine_brick_wall_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/small_asurine_brick_wall_from_asurine_stonecutting.json index 552ce44d61..f5cb549fd0 100644 --- a/src/generated/resources/data/create/recipes/small_asurine_brick_wall_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_asurine_brick_wall_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:asurine" }, - "result": "create:small_asurine_brick_wall", - "count": 1 + "result": "create:small_asurine_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_asurine_brick_wall_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/small_asurine_brick_wall_from_stone_types_asurine_stonecutting.json index f294d4bfe5..a209cc3e86 100644 --- a/src/generated/resources/data/create/recipes/small_asurine_brick_wall_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_asurine_brick_wall_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:small_asurine_brick_wall", - "count": 1 + "result": "create:small_asurine_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_asurine_bricks_from_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/small_asurine_bricks_from_asurine_stonecutting.json index 2a291a1731..762f13d486 100644 --- a/src/generated/resources/data/create/recipes/small_asurine_bricks_from_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_asurine_bricks_from_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:asurine" }, - "result": "create:small_asurine_bricks", - "count": 1 + "result": "create:small_asurine_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_asurine_bricks_from_stone_types_asurine_stonecutting.json b/src/generated/resources/data/create/recipes/small_asurine_bricks_from_stone_types_asurine_stonecutting.json index da3665c886..20e2bce233 100644 --- a/src/generated/resources/data/create/recipes/small_asurine_bricks_from_stone_types_asurine_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_asurine_bricks_from_stone_types_asurine_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/asurine" }, - "result": "create:small_asurine_bricks", - "count": 1 + "result": "create:small_asurine_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_calcite_brick_slab.json b/src/generated/resources/data/create/recipes/small_calcite_brick_slab.json index f15acaa113..dc39cdd408 100644 --- a/src/generated/resources/data/create/recipes/small_calcite_brick_slab.json +++ b/src/generated/resources/data/create/recipes/small_calcite_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "small_calcite_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:small_calcite_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:small_calcite_brick_slab", - "count": 6 + "count": 6, + "item": "create:small_calcite_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_calcite_brick_slab_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/small_calcite_brick_slab_from_calcite_stonecutting.json index 34b2f9d9d7..7f3ff870c9 100644 --- a/src/generated/resources/data/create/recipes/small_calcite_brick_slab_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_calcite_brick_slab_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:small_calcite_brick_slab", - "count": 2 + "result": "create:small_calcite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_calcite_brick_slab_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/small_calcite_brick_slab_from_stone_types_calcite_stonecutting.json index 1f3fe64942..ca11a9d4d3 100644 --- a/src/generated/resources/data/create/recipes/small_calcite_brick_slab_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_calcite_brick_slab_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:small_calcite_brick_slab", - "count": 2 + "result": "create:small_calcite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_calcite_brick_stairs.json b/src/generated/resources/data/create/recipes/small_calcite_brick_stairs.json index def863bee5..b27564e9f6 100644 --- a/src/generated/resources/data/create/recipes/small_calcite_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/small_calcite_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "small_calcite_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:small_calcite_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:small_calcite_brick_stairs", - "count": 4 + "count": 4, + "item": "create:small_calcite_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_calcite_brick_stairs_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/small_calcite_brick_stairs_from_calcite_stonecutting.json index 20f9bbbf55..e8fc940cb0 100644 --- a/src/generated/resources/data/create/recipes/small_calcite_brick_stairs_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_calcite_brick_stairs_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:small_calcite_brick_stairs", - "count": 1 + "result": "create:small_calcite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/small_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json index b037b1e693..563650884a 100644 --- a/src/generated/resources/data/create/recipes/small_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:small_calcite_brick_stairs", - "count": 1 + "result": "create:small_calcite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_calcite_brick_wall.json b/src/generated/resources/data/create/recipes/small_calcite_brick_wall.json index d24521ccd1..2a320a6e99 100644 --- a/src/generated/resources/data/create/recipes/small_calcite_brick_wall.json +++ b/src/generated/resources/data/create/recipes/small_calcite_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:small_calcite_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:small_calcite_brick_wall", - "count": 6 + "count": 6, + "item": "create:small_calcite_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_calcite_brick_wall_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/small_calcite_brick_wall_from_calcite_stonecutting.json index ef324aa739..a3e0ebeb3f 100644 --- a/src/generated/resources/data/create/recipes/small_calcite_brick_wall_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_calcite_brick_wall_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:small_calcite_brick_wall", - "count": 1 + "result": "create:small_calcite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_calcite_brick_wall_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/small_calcite_brick_wall_from_stone_types_calcite_stonecutting.json index 10db20b5cb..319a304e0c 100644 --- a/src/generated/resources/data/create/recipes/small_calcite_brick_wall_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_calcite_brick_wall_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:small_calcite_brick_wall", - "count": 1 + "result": "create:small_calcite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_calcite_bricks_from_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/small_calcite_bricks_from_calcite_stonecutting.json index e9fbb9d974..5fcd0010e3 100644 --- a/src/generated/resources/data/create/recipes/small_calcite_bricks_from_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_calcite_bricks_from_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:calcite" }, - "result": "create:small_calcite_bricks", - "count": 1 + "result": "create:small_calcite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_calcite_bricks_from_stone_types_calcite_stonecutting.json b/src/generated/resources/data/create/recipes/small_calcite_bricks_from_stone_types_calcite_stonecutting.json index 3da3e18250..9eab5765b8 100644 --- a/src/generated/resources/data/create/recipes/small_calcite_bricks_from_stone_types_calcite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_calcite_bricks_from_stone_types_calcite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/calcite" }, - "result": "create:small_calcite_bricks", - "count": 1 + "result": "create:small_calcite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_crimsite_brick_slab.json b/src/generated/resources/data/create/recipes/small_crimsite_brick_slab.json index a13833499a..b8b7d71d0f 100644 --- a/src/generated/resources/data/create/recipes/small_crimsite_brick_slab.json +++ b/src/generated/resources/data/create/recipes/small_crimsite_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "small_crimsite_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:small_crimsite_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:small_crimsite_brick_slab", - "count": 6 + "count": 6, + "item": "create:small_crimsite_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_crimsite_brick_slab_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/small_crimsite_brick_slab_from_crimsite_stonecutting.json index c1f8ea305a..abfd055254 100644 --- a/src/generated/resources/data/create/recipes/small_crimsite_brick_slab_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_crimsite_brick_slab_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:crimsite" }, - "result": "create:small_crimsite_brick_slab", - "count": 2 + "result": "create:small_crimsite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json index f81419d379..4f7ebe8fc9 100644 --- a/src/generated/resources/data/create/recipes/small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:small_crimsite_brick_slab", - "count": 2 + "result": "create:small_crimsite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_crimsite_brick_stairs.json b/src/generated/resources/data/create/recipes/small_crimsite_brick_stairs.json index 4b4f5b318b..a394cdd1ae 100644 --- a/src/generated/resources/data/create/recipes/small_crimsite_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/small_crimsite_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "small_crimsite_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:small_crimsite_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:small_crimsite_brick_stairs", - "count": 4 + "count": 4, + "item": "create:small_crimsite_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_crimsite_brick_stairs_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/small_crimsite_brick_stairs_from_crimsite_stonecutting.json index 35c5793931..9f79796de8 100644 --- a/src/generated/resources/data/create/recipes/small_crimsite_brick_stairs_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_crimsite_brick_stairs_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:crimsite" }, - "result": "create:small_crimsite_brick_stairs", - "count": 1 + "result": "create:small_crimsite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json index e879c93b7e..d3857e22c0 100644 --- a/src/generated/resources/data/create/recipes/small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:small_crimsite_brick_stairs", - "count": 1 + "result": "create:small_crimsite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_crimsite_brick_wall.json b/src/generated/resources/data/create/recipes/small_crimsite_brick_wall.json index 49777dd865..60839d04cc 100644 --- a/src/generated/resources/data/create/recipes/small_crimsite_brick_wall.json +++ b/src/generated/resources/data/create/recipes/small_crimsite_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:small_crimsite_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:small_crimsite_brick_wall", - "count": 6 + "count": 6, + "item": "create:small_crimsite_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_crimsite_brick_wall_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/small_crimsite_brick_wall_from_crimsite_stonecutting.json index c3467a82bd..3abb33c3fb 100644 --- a/src/generated/resources/data/create/recipes/small_crimsite_brick_wall_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_crimsite_brick_wall_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:crimsite" }, - "result": "create:small_crimsite_brick_wall", - "count": 1 + "result": "create:small_crimsite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json index b51998cf01..f0443d3c5a 100644 --- a/src/generated/resources/data/create/recipes/small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:small_crimsite_brick_wall", - "count": 1 + "result": "create:small_crimsite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_crimsite_bricks_from_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/small_crimsite_bricks_from_crimsite_stonecutting.json index ee3a10246e..7cbefe795a 100644 --- a/src/generated/resources/data/create/recipes/small_crimsite_bricks_from_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_crimsite_bricks_from_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:crimsite" }, - "result": "create:small_crimsite_bricks", - "count": 1 + "result": "create:small_crimsite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_crimsite_bricks_from_stone_types_crimsite_stonecutting.json b/src/generated/resources/data/create/recipes/small_crimsite_bricks_from_stone_types_crimsite_stonecutting.json index 0ab00366e7..f4ac68f829 100644 --- a/src/generated/resources/data/create/recipes/small_crimsite_bricks_from_stone_types_crimsite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_crimsite_bricks_from_stone_types_crimsite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/crimsite" }, - "result": "create:small_crimsite_bricks", - "count": 1 + "result": "create:small_crimsite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_deepslate_brick_slab.json b/src/generated/resources/data/create/recipes/small_deepslate_brick_slab.json index f991d3255f..a90b214754 100644 --- a/src/generated/resources/data/create/recipes/small_deepslate_brick_slab.json +++ b/src/generated/resources/data/create/recipes/small_deepslate_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "small_deepslate_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:small_deepslate_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:small_deepslate_brick_slab", - "count": 6 + "count": 6, + "item": "create:small_deepslate_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_deepslate_brick_slab_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/small_deepslate_brick_slab_from_deepslate_stonecutting.json index 6d5b703204..a8601015ea 100644 --- a/src/generated/resources/data/create/recipes/small_deepslate_brick_slab_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_deepslate_brick_slab_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:small_deepslate_brick_slab", - "count": 2 + "result": "create:small_deepslate_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json index f51c0dff41..28fbfae6ab 100644 --- a/src/generated/resources/data/create/recipes/small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:small_deepslate_brick_slab", - "count": 2 + "result": "create:small_deepslate_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_deepslate_brick_stairs.json b/src/generated/resources/data/create/recipes/small_deepslate_brick_stairs.json index 2701b67530..6b3a3df9d3 100644 --- a/src/generated/resources/data/create/recipes/small_deepslate_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/small_deepslate_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "small_deepslate_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:small_deepslate_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:small_deepslate_brick_stairs", - "count": 4 + "count": 4, + "item": "create:small_deepslate_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_deepslate_brick_stairs_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/small_deepslate_brick_stairs_from_deepslate_stonecutting.json index d8ca482a63..63d99f2970 100644 --- a/src/generated/resources/data/create/recipes/small_deepslate_brick_stairs_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_deepslate_brick_stairs_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:small_deepslate_brick_stairs", - "count": 1 + "result": "create:small_deepslate_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json index 212e6f647f..5914414b46 100644 --- a/src/generated/resources/data/create/recipes/small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:small_deepslate_brick_stairs", - "count": 1 + "result": "create:small_deepslate_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_deepslate_brick_wall.json b/src/generated/resources/data/create/recipes/small_deepslate_brick_wall.json index 35b31846b0..ee733347f2 100644 --- a/src/generated/resources/data/create/recipes/small_deepslate_brick_wall.json +++ b/src/generated/resources/data/create/recipes/small_deepslate_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:small_deepslate_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:small_deepslate_brick_wall", - "count": 6 + "count": 6, + "item": "create:small_deepslate_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_deepslate_brick_wall_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/small_deepslate_brick_wall_from_deepslate_stonecutting.json index 57b002aa6d..e5ea0570d4 100644 --- a/src/generated/resources/data/create/recipes/small_deepslate_brick_wall_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_deepslate_brick_wall_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:small_deepslate_brick_wall", - "count": 1 + "result": "create:small_deepslate_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json index 3cc1e0ac54..7b89d4b8c0 100644 --- a/src/generated/resources/data/create/recipes/small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:small_deepslate_brick_wall", - "count": 1 + "result": "create:small_deepslate_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_deepslate_bricks_from_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/small_deepslate_bricks_from_deepslate_stonecutting.json index 0f0f106701..97b264a534 100644 --- a/src/generated/resources/data/create/recipes/small_deepslate_bricks_from_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_deepslate_bricks_from_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:deepslate" }, - "result": "create:small_deepslate_bricks", - "count": 1 + "result": "create:small_deepslate_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_deepslate_bricks_from_stone_types_deepslate_stonecutting.json b/src/generated/resources/data/create/recipes/small_deepslate_bricks_from_stone_types_deepslate_stonecutting.json index 98400bde37..21fd3ab5df 100644 --- a/src/generated/resources/data/create/recipes/small_deepslate_bricks_from_stone_types_deepslate_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_deepslate_bricks_from_stone_types_deepslate_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/deepslate" }, - "result": "create:small_deepslate_bricks", - "count": 1 + "result": "create:small_deepslate_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_diorite_brick_slab.json b/src/generated/resources/data/create/recipes/small_diorite_brick_slab.json index 054de5c070..5d83f52188 100644 --- a/src/generated/resources/data/create/recipes/small_diorite_brick_slab.json +++ b/src/generated/resources/data/create/recipes/small_diorite_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "small_diorite_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:small_diorite_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:small_diorite_brick_slab", - "count": 6 + "count": 6, + "item": "create:small_diorite_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_diorite_brick_slab_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/small_diorite_brick_slab_from_diorite_stonecutting.json index e799a935e6..b850be40e7 100644 --- a/src/generated/resources/data/create/recipes/small_diorite_brick_slab_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_diorite_brick_slab_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:small_diorite_brick_slab", - "count": 2 + "result": "create:small_diorite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_diorite_brick_slab_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/small_diorite_brick_slab_from_stone_types_diorite_stonecutting.json index 35ad50013e..d8a1e79829 100644 --- a/src/generated/resources/data/create/recipes/small_diorite_brick_slab_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_diorite_brick_slab_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:small_diorite_brick_slab", - "count": 2 + "result": "create:small_diorite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_diorite_brick_stairs.json b/src/generated/resources/data/create/recipes/small_diorite_brick_stairs.json index 71605c05c3..5755756559 100644 --- a/src/generated/resources/data/create/recipes/small_diorite_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/small_diorite_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "small_diorite_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:small_diorite_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:small_diorite_brick_stairs", - "count": 4 + "count": 4, + "item": "create:small_diorite_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_diorite_brick_stairs_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/small_diorite_brick_stairs_from_diorite_stonecutting.json index ea257c0da6..cf491ccdc6 100644 --- a/src/generated/resources/data/create/recipes/small_diorite_brick_stairs_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_diorite_brick_stairs_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:small_diorite_brick_stairs", - "count": 1 + "result": "create:small_diorite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/small_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json index b0a6786bd4..a5ccfdf42f 100644 --- a/src/generated/resources/data/create/recipes/small_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:small_diorite_brick_stairs", - "count": 1 + "result": "create:small_diorite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_diorite_brick_wall.json b/src/generated/resources/data/create/recipes/small_diorite_brick_wall.json index 2462608492..7104769054 100644 --- a/src/generated/resources/data/create/recipes/small_diorite_brick_wall.json +++ b/src/generated/resources/data/create/recipes/small_diorite_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:small_diorite_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:small_diorite_brick_wall", - "count": 6 + "count": 6, + "item": "create:small_diorite_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_diorite_brick_wall_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/small_diorite_brick_wall_from_diorite_stonecutting.json index 5d80dc85b5..73b7265ef2 100644 --- a/src/generated/resources/data/create/recipes/small_diorite_brick_wall_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_diorite_brick_wall_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:small_diorite_brick_wall", - "count": 1 + "result": "create:small_diorite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_diorite_brick_wall_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/small_diorite_brick_wall_from_stone_types_diorite_stonecutting.json index 61e5c6ff98..b3054afe2e 100644 --- a/src/generated/resources/data/create/recipes/small_diorite_brick_wall_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_diorite_brick_wall_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:small_diorite_brick_wall", - "count": 1 + "result": "create:small_diorite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_diorite_bricks_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/small_diorite_bricks_from_diorite_stonecutting.json index ee48ce9e96..739a4b93a4 100644 --- a/src/generated/resources/data/create/recipes/small_diorite_bricks_from_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_diorite_bricks_from_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:diorite" }, - "result": "create:small_diorite_bricks", - "count": 1 + "result": "create:small_diorite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_diorite_bricks_from_stone_types_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/small_diorite_bricks_from_stone_types_diorite_stonecutting.json index 26cb0af830..9c4a570983 100644 --- a/src/generated/resources/data/create/recipes/small_diorite_bricks_from_stone_types_diorite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_diorite_bricks_from_stone_types_diorite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/diorite" }, - "result": "create:small_diorite_bricks", - "count": 1 + "result": "create:small_diorite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_dripstone_brick_slab.json b/src/generated/resources/data/create/recipes/small_dripstone_brick_slab.json index 3ae3212428..eff382aebf 100644 --- a/src/generated/resources/data/create/recipes/small_dripstone_brick_slab.json +++ b/src/generated/resources/data/create/recipes/small_dripstone_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "small_dripstone_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:small_dripstone_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:small_dripstone_brick_slab", - "count": 6 + "count": 6, + "item": "create:small_dripstone_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_dripstone_brick_slab_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/small_dripstone_brick_slab_from_dripstone_block_stonecutting.json index f6916143a8..c693a9998a 100644 --- a/src/generated/resources/data/create/recipes/small_dripstone_brick_slab_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_dripstone_brick_slab_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:small_dripstone_brick_slab", - "count": 2 + "result": "create:small_dripstone_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json index cfce2633b6..b44c310391 100644 --- a/src/generated/resources/data/create/recipes/small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:small_dripstone_brick_slab", - "count": 2 + "result": "create:small_dripstone_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_dripstone_brick_stairs.json b/src/generated/resources/data/create/recipes/small_dripstone_brick_stairs.json index edd9f76837..49473f8975 100644 --- a/src/generated/resources/data/create/recipes/small_dripstone_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/small_dripstone_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "small_dripstone_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:small_dripstone_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:small_dripstone_brick_stairs", - "count": 4 + "count": 4, + "item": "create:small_dripstone_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_dripstone_brick_stairs_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/small_dripstone_brick_stairs_from_dripstone_block_stonecutting.json index 58717fa3f0..104db1d1f4 100644 --- a/src/generated/resources/data/create/recipes/small_dripstone_brick_stairs_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_dripstone_brick_stairs_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:small_dripstone_brick_stairs", - "count": 1 + "result": "create:small_dripstone_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json index 5156ab6636..30d80ec63f 100644 --- a/src/generated/resources/data/create/recipes/small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:small_dripstone_brick_stairs", - "count": 1 + "result": "create:small_dripstone_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_dripstone_brick_wall.json b/src/generated/resources/data/create/recipes/small_dripstone_brick_wall.json index 877b10496d..0efb2c0a46 100644 --- a/src/generated/resources/data/create/recipes/small_dripstone_brick_wall.json +++ b/src/generated/resources/data/create/recipes/small_dripstone_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:small_dripstone_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:small_dripstone_brick_wall", - "count": 6 + "count": 6, + "item": "create:small_dripstone_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_dripstone_brick_wall_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/small_dripstone_brick_wall_from_dripstone_block_stonecutting.json index 9eaba011c6..47fdf4ff76 100644 --- a/src/generated/resources/data/create/recipes/small_dripstone_brick_wall_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_dripstone_brick_wall_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:small_dripstone_brick_wall", - "count": 1 + "result": "create:small_dripstone_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json index 7bc62c69e4..1842f01e8d 100644 --- a/src/generated/resources/data/create/recipes/small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:small_dripstone_brick_wall", - "count": 1 + "result": "create:small_dripstone_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_dripstone_bricks_from_dripstone_block_stonecutting.json b/src/generated/resources/data/create/recipes/small_dripstone_bricks_from_dripstone_block_stonecutting.json index 4a901aae4f..bdd922d201 100644 --- a/src/generated/resources/data/create/recipes/small_dripstone_bricks_from_dripstone_block_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_dripstone_bricks_from_dripstone_block_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:dripstone_block" }, - "result": "create:small_dripstone_bricks", - "count": 1 + "result": "create:small_dripstone_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_dripstone_bricks_from_stone_types_dripstone_stonecutting.json b/src/generated/resources/data/create/recipes/small_dripstone_bricks_from_stone_types_dripstone_stonecutting.json index 08b7036f23..48edce2afc 100644 --- a/src/generated/resources/data/create/recipes/small_dripstone_bricks_from_stone_types_dripstone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_dripstone_bricks_from_stone_types_dripstone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/dripstone" }, - "result": "create:small_dripstone_bricks", - "count": 1 + "result": "create:small_dripstone_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_granite_brick_slab.json b/src/generated/resources/data/create/recipes/small_granite_brick_slab.json index e898634bb1..b2a5b0c11c 100644 --- a/src/generated/resources/data/create/recipes/small_granite_brick_slab.json +++ b/src/generated/resources/data/create/recipes/small_granite_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "small_granite_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:small_granite_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:small_granite_brick_slab", - "count": 6 + "count": 6, + "item": "create:small_granite_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_granite_brick_slab_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/small_granite_brick_slab_from_granite_stonecutting.json index 0107936cb4..07328382a2 100644 --- a/src/generated/resources/data/create/recipes/small_granite_brick_slab_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_granite_brick_slab_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:granite" }, - "result": "create:small_granite_brick_slab", - "count": 2 + "result": "create:small_granite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_granite_brick_slab_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/small_granite_brick_slab_from_stone_types_granite_stonecutting.json index eb0151dc3d..378cc771e9 100644 --- a/src/generated/resources/data/create/recipes/small_granite_brick_slab_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_granite_brick_slab_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:small_granite_brick_slab", - "count": 2 + "result": "create:small_granite_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_granite_brick_stairs.json b/src/generated/resources/data/create/recipes/small_granite_brick_stairs.json index 1162a9e81d..1b2a1b544c 100644 --- a/src/generated/resources/data/create/recipes/small_granite_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/small_granite_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "small_granite_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:small_granite_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:small_granite_brick_stairs", - "count": 4 + "count": 4, + "item": "create:small_granite_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_granite_brick_stairs_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/small_granite_brick_stairs_from_granite_stonecutting.json index 0e57b8884b..96c8a8aa85 100644 --- a/src/generated/resources/data/create/recipes/small_granite_brick_stairs_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_granite_brick_stairs_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:granite" }, - "result": "create:small_granite_brick_stairs", - "count": 1 + "result": "create:small_granite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_granite_brick_stairs_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/small_granite_brick_stairs_from_stone_types_granite_stonecutting.json index 6cc4607df6..a007c47f10 100644 --- a/src/generated/resources/data/create/recipes/small_granite_brick_stairs_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_granite_brick_stairs_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:small_granite_brick_stairs", - "count": 1 + "result": "create:small_granite_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_granite_brick_wall.json b/src/generated/resources/data/create/recipes/small_granite_brick_wall.json index d406127c5a..6fa35be6b1 100644 --- a/src/generated/resources/data/create/recipes/small_granite_brick_wall.json +++ b/src/generated/resources/data/create/recipes/small_granite_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:small_granite_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:small_granite_brick_wall", - "count": 6 + "count": 6, + "item": "create:small_granite_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_granite_brick_wall_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/small_granite_brick_wall_from_granite_stonecutting.json index 83d1b94ddf..75e0317175 100644 --- a/src/generated/resources/data/create/recipes/small_granite_brick_wall_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_granite_brick_wall_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:granite" }, - "result": "create:small_granite_brick_wall", - "count": 1 + "result": "create:small_granite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_granite_brick_wall_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/small_granite_brick_wall_from_stone_types_granite_stonecutting.json index 542746b785..1cf8d8ed04 100644 --- a/src/generated/resources/data/create/recipes/small_granite_brick_wall_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_granite_brick_wall_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:small_granite_brick_wall", - "count": 1 + "result": "create:small_granite_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_granite_bricks_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/small_granite_bricks_from_granite_stonecutting.json index 7aff8dff48..7f30d75e13 100644 --- a/src/generated/resources/data/create/recipes/small_granite_bricks_from_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_granite_bricks_from_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:granite" }, - "result": "create:small_granite_bricks", - "count": 1 + "result": "create:small_granite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_granite_bricks_from_stone_types_granite_stonecutting.json b/src/generated/resources/data/create/recipes/small_granite_bricks_from_stone_types_granite_stonecutting.json index 477efaf0b0..24c2d5ea03 100644 --- a/src/generated/resources/data/create/recipes/small_granite_bricks_from_stone_types_granite_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_granite_bricks_from_stone_types_granite_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/granite" }, - "result": "create:small_granite_bricks", - "count": 1 + "result": "create:small_granite_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_limestone_brick_slab.json b/src/generated/resources/data/create/recipes/small_limestone_brick_slab.json index 00b247d256..68e331f557 100644 --- a/src/generated/resources/data/create/recipes/small_limestone_brick_slab.json +++ b/src/generated/resources/data/create/recipes/small_limestone_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "small_limestone_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:small_limestone_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:small_limestone_brick_slab", - "count": 6 + "count": 6, + "item": "create:small_limestone_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_limestone_brick_slab_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/small_limestone_brick_slab_from_limestone_stonecutting.json index 2ca1dab8fb..e6b19c2c75 100644 --- a/src/generated/resources/data/create/recipes/small_limestone_brick_slab_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_limestone_brick_slab_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:limestone" }, - "result": "create:small_limestone_brick_slab", - "count": 2 + "result": "create:small_limestone_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_limestone_brick_slab_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/small_limestone_brick_slab_from_stone_types_limestone_stonecutting.json index cf32cff44a..9e88b511c3 100644 --- a/src/generated/resources/data/create/recipes/small_limestone_brick_slab_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_limestone_brick_slab_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:small_limestone_brick_slab", - "count": 2 + "result": "create:small_limestone_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_limestone_brick_stairs.json b/src/generated/resources/data/create/recipes/small_limestone_brick_stairs.json index bd967bd377..4f530746fd 100644 --- a/src/generated/resources/data/create/recipes/small_limestone_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/small_limestone_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "small_limestone_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:small_limestone_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:small_limestone_brick_stairs", - "count": 4 + "count": 4, + "item": "create:small_limestone_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_limestone_brick_stairs_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/small_limestone_brick_stairs_from_limestone_stonecutting.json index f494e4b99a..00910367a4 100644 --- a/src/generated/resources/data/create/recipes/small_limestone_brick_stairs_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_limestone_brick_stairs_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:limestone" }, - "result": "create:small_limestone_brick_stairs", - "count": 1 + "result": "create:small_limestone_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/small_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json index 7958c70dad..5180b3205c 100644 --- a/src/generated/resources/data/create/recipes/small_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:small_limestone_brick_stairs", - "count": 1 + "result": "create:small_limestone_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_limestone_brick_wall.json b/src/generated/resources/data/create/recipes/small_limestone_brick_wall.json index 77b3b92a66..8b675fca38 100644 --- a/src/generated/resources/data/create/recipes/small_limestone_brick_wall.json +++ b/src/generated/resources/data/create/recipes/small_limestone_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:small_limestone_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:small_limestone_brick_wall", - "count": 6 + "count": 6, + "item": "create:small_limestone_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_limestone_brick_wall_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/small_limestone_brick_wall_from_limestone_stonecutting.json index 25954f0f06..783e9868a1 100644 --- a/src/generated/resources/data/create/recipes/small_limestone_brick_wall_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_limestone_brick_wall_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:limestone" }, - "result": "create:small_limestone_brick_wall", - "count": 1 + "result": "create:small_limestone_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_limestone_brick_wall_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/small_limestone_brick_wall_from_stone_types_limestone_stonecutting.json index f2fc17dfc1..6e8dc93a1e 100644 --- a/src/generated/resources/data/create/recipes/small_limestone_brick_wall_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_limestone_brick_wall_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:small_limestone_brick_wall", - "count": 1 + "result": "create:small_limestone_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_limestone_bricks_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/small_limestone_bricks_from_limestone_stonecutting.json index 2060663e97..200843a5af 100644 --- a/src/generated/resources/data/create/recipes/small_limestone_bricks_from_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_limestone_bricks_from_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:limestone" }, - "result": "create:small_limestone_bricks", - "count": 1 + "result": "create:small_limestone_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_limestone_bricks_from_stone_types_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/small_limestone_bricks_from_stone_types_limestone_stonecutting.json index d80d6e9be1..96cd325b4f 100644 --- a/src/generated/resources/data/create/recipes/small_limestone_bricks_from_stone_types_limestone_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_limestone_bricks_from_stone_types_limestone_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/limestone" }, - "result": "create:small_limestone_bricks", - "count": 1 + "result": "create:small_limestone_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_ochrum_brick_slab.json b/src/generated/resources/data/create/recipes/small_ochrum_brick_slab.json index 4140e50e09..23db5cccc7 100644 --- a/src/generated/resources/data/create/recipes/small_ochrum_brick_slab.json +++ b/src/generated/resources/data/create/recipes/small_ochrum_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "small_ochrum_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:small_ochrum_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:small_ochrum_brick_slab", - "count": 6 + "count": 6, + "item": "create:small_ochrum_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_ochrum_brick_slab_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/small_ochrum_brick_slab_from_ochrum_stonecutting.json index 60102742ac..5eb55f30f7 100644 --- a/src/generated/resources/data/create/recipes/small_ochrum_brick_slab_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_ochrum_brick_slab_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:ochrum" }, - "result": "create:small_ochrum_brick_slab", - "count": 2 + "result": "create:small_ochrum_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json index 0d4556347f..a7a688c783 100644 --- a/src/generated/resources/data/create/recipes/small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:small_ochrum_brick_slab", - "count": 2 + "result": "create:small_ochrum_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_ochrum_brick_stairs.json b/src/generated/resources/data/create/recipes/small_ochrum_brick_stairs.json index 3b3606fb3c..ebdf1cd617 100644 --- a/src/generated/resources/data/create/recipes/small_ochrum_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/small_ochrum_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "small_ochrum_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:small_ochrum_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:small_ochrum_brick_stairs", - "count": 4 + "count": 4, + "item": "create:small_ochrum_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_ochrum_brick_stairs_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/small_ochrum_brick_stairs_from_ochrum_stonecutting.json index 661193b819..c2d46ab9ab 100644 --- a/src/generated/resources/data/create/recipes/small_ochrum_brick_stairs_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_ochrum_brick_stairs_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:ochrum" }, - "result": "create:small_ochrum_brick_stairs", - "count": 1 + "result": "create:small_ochrum_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json index 4b3f726cdf..e5ede4ca98 100644 --- a/src/generated/resources/data/create/recipes/small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:small_ochrum_brick_stairs", - "count": 1 + "result": "create:small_ochrum_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_ochrum_brick_wall.json b/src/generated/resources/data/create/recipes/small_ochrum_brick_wall.json index 36d22a31f0..2c8ea3c61b 100644 --- a/src/generated/resources/data/create/recipes/small_ochrum_brick_wall.json +++ b/src/generated/resources/data/create/recipes/small_ochrum_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:small_ochrum_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:small_ochrum_brick_wall", - "count": 6 + "count": 6, + "item": "create:small_ochrum_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_ochrum_brick_wall_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/small_ochrum_brick_wall_from_ochrum_stonecutting.json index cd8cca5d1c..cc608e3b13 100644 --- a/src/generated/resources/data/create/recipes/small_ochrum_brick_wall_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_ochrum_brick_wall_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:ochrum" }, - "result": "create:small_ochrum_brick_wall", - "count": 1 + "result": "create:small_ochrum_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json index 5a25885670..33207b8cb5 100644 --- a/src/generated/resources/data/create/recipes/small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:small_ochrum_brick_wall", - "count": 1 + "result": "create:small_ochrum_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_ochrum_bricks_from_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/small_ochrum_bricks_from_ochrum_stonecutting.json index c87615a4cc..4e8ba1abab 100644 --- a/src/generated/resources/data/create/recipes/small_ochrum_bricks_from_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_ochrum_bricks_from_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:ochrum" }, - "result": "create:small_ochrum_bricks", - "count": 1 + "result": "create:small_ochrum_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_ochrum_bricks_from_stone_types_ochrum_stonecutting.json b/src/generated/resources/data/create/recipes/small_ochrum_bricks_from_stone_types_ochrum_stonecutting.json index 2c8fac3499..fd4e6a0c65 100644 --- a/src/generated/resources/data/create/recipes/small_ochrum_bricks_from_stone_types_ochrum_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_ochrum_bricks_from_stone_types_ochrum_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/ochrum" }, - "result": "create:small_ochrum_bricks", - "count": 1 + "result": "create:small_ochrum_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json b/src/generated/resources/data/create/recipes/small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json index 67a23e268f..feec387b58 100644 --- a/src/generated/resources/data/create/recipes/small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:polished_rose_quartz" }, - "result": "create:small_rose_quartz_tiles", - "count": 2 + "result": "create:small_rose_quartz_tiles" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scorchia_brick_slab.json b/src/generated/resources/data/create/recipes/small_scorchia_brick_slab.json index 31627e8a10..406eaa5103 100644 --- a/src/generated/resources/data/create/recipes/small_scorchia_brick_slab.json +++ b/src/generated/resources/data/create/recipes/small_scorchia_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "small_scorchia_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:small_scorchia_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:small_scorchia_brick_slab", - "count": 6 + "count": 6, + "item": "create:small_scorchia_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scorchia_brick_slab_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/small_scorchia_brick_slab_from_scorchia_stonecutting.json index f75c040cee..d827a29b58 100644 --- a/src/generated/resources/data/create/recipes/small_scorchia_brick_slab_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_scorchia_brick_slab_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:scorchia" }, - "result": "create:small_scorchia_brick_slab", - "count": 2 + "result": "create:small_scorchia_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json index 5c14db3255..1d5836409f 100644 --- a/src/generated/resources/data/create/recipes/small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:small_scorchia_brick_slab", - "count": 2 + "result": "create:small_scorchia_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scorchia_brick_stairs.json b/src/generated/resources/data/create/recipes/small_scorchia_brick_stairs.json index 5c2180bd2e..68d8608953 100644 --- a/src/generated/resources/data/create/recipes/small_scorchia_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/small_scorchia_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "small_scorchia_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:small_scorchia_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:small_scorchia_brick_stairs", - "count": 4 + "count": 4, + "item": "create:small_scorchia_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scorchia_brick_stairs_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/small_scorchia_brick_stairs_from_scorchia_stonecutting.json index 97baa5c4d2..4f1bb841d5 100644 --- a/src/generated/resources/data/create/recipes/small_scorchia_brick_stairs_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_scorchia_brick_stairs_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scorchia" }, - "result": "create:small_scorchia_brick_stairs", - "count": 1 + "result": "create:small_scorchia_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json index a42c122087..568c2d226d 100644 --- a/src/generated/resources/data/create/recipes/small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:small_scorchia_brick_stairs", - "count": 1 + "result": "create:small_scorchia_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scorchia_brick_wall.json b/src/generated/resources/data/create/recipes/small_scorchia_brick_wall.json index 5d023d33d3..7ab8dd0a60 100644 --- a/src/generated/resources/data/create/recipes/small_scorchia_brick_wall.json +++ b/src/generated/resources/data/create/recipes/small_scorchia_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:small_scorchia_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:small_scorchia_brick_wall", - "count": 6 + "count": 6, + "item": "create:small_scorchia_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scorchia_brick_wall_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/small_scorchia_brick_wall_from_scorchia_stonecutting.json index d1fcb853cb..cc9ffcd952 100644 --- a/src/generated/resources/data/create/recipes/small_scorchia_brick_wall_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_scorchia_brick_wall_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scorchia" }, - "result": "create:small_scorchia_brick_wall", - "count": 1 + "result": "create:small_scorchia_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json index 59ae0a9a3f..2bd67b6e41 100644 --- a/src/generated/resources/data/create/recipes/small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:small_scorchia_brick_wall", - "count": 1 + "result": "create:small_scorchia_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scorchia_bricks_from_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/small_scorchia_bricks_from_scorchia_stonecutting.json index e93f5ed3ed..b0b49ba600 100644 --- a/src/generated/resources/data/create/recipes/small_scorchia_bricks_from_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_scorchia_bricks_from_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scorchia" }, - "result": "create:small_scorchia_bricks", - "count": 1 + "result": "create:small_scorchia_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scorchia_bricks_from_stone_types_scorchia_stonecutting.json b/src/generated/resources/data/create/recipes/small_scorchia_bricks_from_stone_types_scorchia_stonecutting.json index 5a908b9419..fff76693d6 100644 --- a/src/generated/resources/data/create/recipes/small_scorchia_bricks_from_stone_types_scorchia_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_scorchia_bricks_from_stone_types_scorchia_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scorchia" }, - "result": "create:small_scorchia_bricks", - "count": 1 + "result": "create:small_scorchia_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scoria_brick_slab.json b/src/generated/resources/data/create/recipes/small_scoria_brick_slab.json index 693b7a0004..5ec9546de0 100644 --- a/src/generated/resources/data/create/recipes/small_scoria_brick_slab.json +++ b/src/generated/resources/data/create/recipes/small_scoria_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "small_scoria_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:small_scoria_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:small_scoria_brick_slab", - "count": 6 + "count": 6, + "item": "create:small_scoria_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scoria_brick_slab_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/small_scoria_brick_slab_from_scoria_stonecutting.json index 1fe7341fb7..a9a6e4a559 100644 --- a/src/generated/resources/data/create/recipes/small_scoria_brick_slab_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_scoria_brick_slab_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:scoria" }, - "result": "create:small_scoria_brick_slab", - "count": 2 + "result": "create:small_scoria_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scoria_brick_slab_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/small_scoria_brick_slab_from_stone_types_scoria_stonecutting.json index 1a186fcb8f..7efe421c89 100644 --- a/src/generated/resources/data/create/recipes/small_scoria_brick_slab_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_scoria_brick_slab_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:small_scoria_brick_slab", - "count": 2 + "result": "create:small_scoria_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scoria_brick_stairs.json b/src/generated/resources/data/create/recipes/small_scoria_brick_stairs.json index 8b85e50ab3..7cd142400d 100644 --- a/src/generated/resources/data/create/recipes/small_scoria_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/small_scoria_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "small_scoria_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:small_scoria_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:small_scoria_brick_stairs", - "count": 4 + "count": 4, + "item": "create:small_scoria_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scoria_brick_stairs_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/small_scoria_brick_stairs_from_scoria_stonecutting.json index 0259202cbf..b41bfca352 100644 --- a/src/generated/resources/data/create/recipes/small_scoria_brick_stairs_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_scoria_brick_stairs_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scoria" }, - "result": "create:small_scoria_brick_stairs", - "count": 1 + "result": "create:small_scoria_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/small_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json index 97c560a86c..fad160b241 100644 --- a/src/generated/resources/data/create/recipes/small_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:small_scoria_brick_stairs", - "count": 1 + "result": "create:small_scoria_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scoria_brick_wall.json b/src/generated/resources/data/create/recipes/small_scoria_brick_wall.json index c403f4fdc1..0a4a7eb771 100644 --- a/src/generated/resources/data/create/recipes/small_scoria_brick_wall.json +++ b/src/generated/resources/data/create/recipes/small_scoria_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:small_scoria_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:small_scoria_brick_wall", - "count": 6 + "count": 6, + "item": "create:small_scoria_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scoria_brick_wall_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/small_scoria_brick_wall_from_scoria_stonecutting.json index 6db64baf99..fa2c6f2009 100644 --- a/src/generated/resources/data/create/recipes/small_scoria_brick_wall_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_scoria_brick_wall_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scoria" }, - "result": "create:small_scoria_brick_wall", - "count": 1 + "result": "create:small_scoria_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scoria_brick_wall_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/small_scoria_brick_wall_from_stone_types_scoria_stonecutting.json index 4f4e5c6ee9..cf69b172b8 100644 --- a/src/generated/resources/data/create/recipes/small_scoria_brick_wall_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_scoria_brick_wall_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:small_scoria_brick_wall", - "count": 1 + "result": "create:small_scoria_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scoria_bricks_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/small_scoria_bricks_from_scoria_stonecutting.json index e4a667b391..5441d8041b 100644 --- a/src/generated/resources/data/create/recipes/small_scoria_bricks_from_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_scoria_bricks_from_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:scoria" }, - "result": "create:small_scoria_bricks", - "count": 1 + "result": "create:small_scoria_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_scoria_bricks_from_stone_types_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/small_scoria_bricks_from_stone_types_scoria_stonecutting.json index 9a7efcdb28..e59364e500 100644 --- a/src/generated/resources/data/create/recipes/small_scoria_bricks_from_stone_types_scoria_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_scoria_bricks_from_stone_types_scoria_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/scoria" }, - "result": "create:small_scoria_bricks", - "count": 1 + "result": "create:small_scoria_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_tuff_brick_slab.json b/src/generated/resources/data/create/recipes/small_tuff_brick_slab.json index 9cc9086775..eed6462aa3 100644 --- a/src/generated/resources/data/create/recipes/small_tuff_brick_slab.json +++ b/src/generated/resources/data/create/recipes/small_tuff_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "small_tuff_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:small_tuff_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:small_tuff_brick_slab", - "count": 6 + "count": 6, + "item": "create:small_tuff_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_tuff_brick_slab_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/small_tuff_brick_slab_from_stone_types_tuff_stonecutting.json index ae9f120352..ec008d26cc 100644 --- a/src/generated/resources/data/create/recipes/small_tuff_brick_slab_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_tuff_brick_slab_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:small_tuff_brick_slab", - "count": 2 + "result": "create:small_tuff_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_tuff_brick_slab_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/small_tuff_brick_slab_from_tuff_stonecutting.json index db6e520db3..869386a1d7 100644 --- a/src/generated/resources/data/create/recipes/small_tuff_brick_slab_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_tuff_brick_slab_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:small_tuff_brick_slab", - "count": 2 + "result": "create:small_tuff_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_tuff_brick_stairs.json b/src/generated/resources/data/create/recipes/small_tuff_brick_stairs.json index c3cbbfdbd5..7b3d84592a 100644 --- a/src/generated/resources/data/create/recipes/small_tuff_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/small_tuff_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "small_tuff_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:small_tuff_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:small_tuff_brick_stairs", - "count": 4 + "count": 4, + "item": "create:small_tuff_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/small_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json index 33c7d349fa..7f9c720201 100644 --- a/src/generated/resources/data/create/recipes/small_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:small_tuff_brick_stairs", - "count": 1 + "result": "create:small_tuff_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_tuff_brick_stairs_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/small_tuff_brick_stairs_from_tuff_stonecutting.json index e6e5df595a..646363a0d8 100644 --- a/src/generated/resources/data/create/recipes/small_tuff_brick_stairs_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_tuff_brick_stairs_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:small_tuff_brick_stairs", - "count": 1 + "result": "create:small_tuff_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_tuff_brick_wall.json b/src/generated/resources/data/create/recipes/small_tuff_brick_wall.json index 2cb16f2fde..e12c72b617 100644 --- a/src/generated/resources/data/create/recipes/small_tuff_brick_wall.json +++ b/src/generated/resources/data/create/recipes/small_tuff_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:small_tuff_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:small_tuff_brick_wall", - "count": 6 + "count": 6, + "item": "create:small_tuff_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_tuff_brick_wall_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/small_tuff_brick_wall_from_stone_types_tuff_stonecutting.json index fb55b8cdef..58971a62a8 100644 --- a/src/generated/resources/data/create/recipes/small_tuff_brick_wall_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_tuff_brick_wall_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:small_tuff_brick_wall", - "count": 1 + "result": "create:small_tuff_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_tuff_brick_wall_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/small_tuff_brick_wall_from_tuff_stonecutting.json index ebcb5fe6af..a809908227 100644 --- a/src/generated/resources/data/create/recipes/small_tuff_brick_wall_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_tuff_brick_wall_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:small_tuff_brick_wall", - "count": 1 + "result": "create:small_tuff_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_tuff_bricks_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/small_tuff_bricks_from_stone_types_tuff_stonecutting.json index 3a417b2760..83459cc719 100644 --- a/src/generated/resources/data/create/recipes/small_tuff_bricks_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_tuff_bricks_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:small_tuff_bricks", - "count": 1 + "result": "create:small_tuff_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_tuff_bricks_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/small_tuff_bricks_from_tuff_stonecutting.json index 268a3519b4..5f5ea3e5e1 100644 --- a/src/generated/resources/data/create/recipes/small_tuff_bricks_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_tuff_bricks_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:small_tuff_bricks", - "count": 1 + "result": "create:small_tuff_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_veridium_brick_slab.json b/src/generated/resources/data/create/recipes/small_veridium_brick_slab.json index 94be33ca66..5d703d814f 100644 --- a/src/generated/resources/data/create/recipes/small_veridium_brick_slab.json +++ b/src/generated/resources/data/create/recipes/small_veridium_brick_slab.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", "group": "small_veridium_brick_slab", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:small_veridium_bricks" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:small_veridium_brick_slab", - "count": 6 + "count": 6, + "item": "create:small_veridium_brick_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_veridium_brick_slab_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/small_veridium_brick_slab_from_stone_types_veridium_stonecutting.json index dbbcedfdc5..4c081c7671 100644 --- a/src/generated/resources/data/create/recipes/small_veridium_brick_slab_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_veridium_brick_slab_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:small_veridium_brick_slab", - "count": 2 + "result": "create:small_veridium_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_veridium_brick_slab_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/small_veridium_brick_slab_from_veridium_stonecutting.json index 8bfc43bbd5..3f76f18d54 100644 --- a/src/generated/resources/data/create/recipes/small_veridium_brick_slab_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_veridium_brick_slab_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:veridium" }, - "result": "create:small_veridium_brick_slab", - "count": 2 + "result": "create:small_veridium_brick_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_veridium_brick_stairs.json b/src/generated/resources/data/create/recipes/small_veridium_brick_stairs.json index 0aee3a306d..e0cb268a9d 100644 --- a/src/generated/resources/data/create/recipes/small_veridium_brick_stairs.json +++ b/src/generated/resources/data/create/recipes/small_veridium_brick_stairs.json @@ -1,18 +1,18 @@ { "type": "minecraft:crafting_shaped", "group": "small_veridium_brick_stairs", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:small_veridium_bricks" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:small_veridium_brick_stairs", - "count": 4 + "count": 4, + "item": "create:small_veridium_brick_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/small_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json index 37edd37a7a..11561485d8 100644 --- a/src/generated/resources/data/create/recipes/small_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:small_veridium_brick_stairs", - "count": 1 + "result": "create:small_veridium_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_veridium_brick_stairs_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/small_veridium_brick_stairs_from_veridium_stonecutting.json index 40dc666c48..4343cfc7a7 100644 --- a/src/generated/resources/data/create/recipes/small_veridium_brick_stairs_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_veridium_brick_stairs_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:veridium" }, - "result": "create:small_veridium_brick_stairs", - "count": 1 + "result": "create:small_veridium_brick_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_veridium_brick_wall.json b/src/generated/resources/data/create/recipes/small_veridium_brick_wall.json index 41e647b214..076f228275 100644 --- a/src/generated/resources/data/create/recipes/small_veridium_brick_wall.json +++ b/src/generated/resources/data/create/recipes/small_veridium_brick_wall.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX", - "XXX" - ], "key": { "X": { "item": "create:small_veridium_bricks" } }, + "pattern": [ + "XXX", + "XXX" + ], "result": { - "item": "create:small_veridium_brick_wall", - "count": 6 + "count": 6, + "item": "create:small_veridium_brick_wall" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_veridium_brick_wall_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/small_veridium_brick_wall_from_stone_types_veridium_stonecutting.json index cc135e09bb..33af132cb7 100644 --- a/src/generated/resources/data/create/recipes/small_veridium_brick_wall_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_veridium_brick_wall_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:small_veridium_brick_wall", - "count": 1 + "result": "create:small_veridium_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_veridium_brick_wall_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/small_veridium_brick_wall_from_veridium_stonecutting.json index 7ad18f781c..1e87f7ec7f 100644 --- a/src/generated/resources/data/create/recipes/small_veridium_brick_wall_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_veridium_brick_wall_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:veridium" }, - "result": "create:small_veridium_brick_wall", - "count": 1 + "result": "create:small_veridium_brick_wall" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_veridium_bricks_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/small_veridium_bricks_from_stone_types_veridium_stonecutting.json index 69abefb39e..4efa3df1f9 100644 --- a/src/generated/resources/data/create/recipes/small_veridium_bricks_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_veridium_bricks_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:small_veridium_bricks", - "count": 1 + "result": "create:small_veridium_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/small_veridium_bricks_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/small_veridium_bricks_from_veridium_stonecutting.json index 934416a300..d7cbbbbafc 100644 --- a/src/generated/resources/data/create/recipes/small_veridium_bricks_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/small_veridium_bricks_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:veridium" }, - "result": "create:small_veridium_bricks", - "count": 1 + "result": "create:small_veridium_bricks" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/bread.json b/src/generated/resources/data/create/recipes/smelting/bread.json index e2b86a2cd8..1d7b0f7215 100644 --- a/src/generated/resources/data/create/recipes/smelting/bread.json +++ b/src/generated/resources/data/create/recipes/smelting/bread.json @@ -1,9 +1,9 @@ { "type": "minecraft:smelting", + "cookingtime": 200, + "experience": 0.0, "ingredient": { "item": "create:dough" }, - "result": "minecraft:bread", - "experience": 0.0, - "cookingtime": 200 + "result": "minecraft:bread" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/copper_ingot_from_crushed.json b/src/generated/resources/data/create/recipes/smelting/copper_ingot_from_crushed.json index 3ce7bf74a1..94c8690508 100644 --- a/src/generated/resources/data/create/recipes/smelting/copper_ingot_from_crushed.json +++ b/src/generated/resources/data/create/recipes/smelting/copper_ingot_from_crushed.json @@ -1,9 +1,9 @@ { "type": "minecraft:smelting", + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_copper_ore" }, - "result": "minecraft:copper_ingot", - "experience": 0.1, - "cookingtime": 200 + "result": "minecraft:copper_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/glass_from_framed_glass.json b/src/generated/resources/data/create/recipes/smelting/glass_from_framed_glass.json index f6cb6353f9..cc785411f4 100644 --- a/src/generated/resources/data/create/recipes/smelting/glass_from_framed_glass.json +++ b/src/generated/resources/data/create/recipes/smelting/glass_from_framed_glass.json @@ -1,9 +1,9 @@ { "type": "minecraft:smelting", + "cookingtime": 50, + "experience": 0.0, "ingredient": { "item": "create:framed_glass" }, - "result": "minecraft:glass", - "experience": 0.0, - "cookingtime": 50 + "result": "minecraft:glass" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/glass_from_horizontal_framed_glass.json b/src/generated/resources/data/create/recipes/smelting/glass_from_horizontal_framed_glass.json index 3691123297..58e4892cd9 100644 --- a/src/generated/resources/data/create/recipes/smelting/glass_from_horizontal_framed_glass.json +++ b/src/generated/resources/data/create/recipes/smelting/glass_from_horizontal_framed_glass.json @@ -1,9 +1,9 @@ { "type": "minecraft:smelting", + "cookingtime": 50, + "experience": 0.0, "ingredient": { "item": "create:horizontal_framed_glass" }, - "result": "minecraft:glass", - "experience": 0.0, - "cookingtime": 50 + "result": "minecraft:glass" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/glass_from_tiled_glass.json b/src/generated/resources/data/create/recipes/smelting/glass_from_tiled_glass.json index 39fddc1620..4dadc19aee 100644 --- a/src/generated/resources/data/create/recipes/smelting/glass_from_tiled_glass.json +++ b/src/generated/resources/data/create/recipes/smelting/glass_from_tiled_glass.json @@ -1,9 +1,9 @@ { "type": "minecraft:smelting", + "cookingtime": 50, + "experience": 0.0, "ingredient": { "item": "create:tiled_glass" }, - "result": "minecraft:glass", - "experience": 0.0, - "cookingtime": 50 + "result": "minecraft:glass" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/glass_from_vertical_framed_glass.json b/src/generated/resources/data/create/recipes/smelting/glass_from_vertical_framed_glass.json index a731774131..0d3dbb4ef8 100644 --- a/src/generated/resources/data/create/recipes/smelting/glass_from_vertical_framed_glass.json +++ b/src/generated/resources/data/create/recipes/smelting/glass_from_vertical_framed_glass.json @@ -1,9 +1,9 @@ { "type": "minecraft:smelting", + "cookingtime": 50, + "experience": 0.0, "ingredient": { "item": "create:vertical_framed_glass" }, - "result": "minecraft:glass", - "experience": 0.0, - "cookingtime": 50 + "result": "minecraft:glass" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/glass_pane_from_framed_glass_pane.json b/src/generated/resources/data/create/recipes/smelting/glass_pane_from_framed_glass_pane.json index 2ecc3af7e9..4d7243899f 100644 --- a/src/generated/resources/data/create/recipes/smelting/glass_pane_from_framed_glass_pane.json +++ b/src/generated/resources/data/create/recipes/smelting/glass_pane_from_framed_glass_pane.json @@ -1,9 +1,9 @@ { "type": "minecraft:smelting", + "cookingtime": 50, + "experience": 0.0, "ingredient": { "item": "create:framed_glass_pane" }, - "result": "minecraft:glass_pane", - "experience": 0.0, - "cookingtime": 50 + "result": "minecraft:glass_pane" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/glass_pane_from_horizontal_framed_glass_pane.json b/src/generated/resources/data/create/recipes/smelting/glass_pane_from_horizontal_framed_glass_pane.json index 797d2114ec..cbe84bba4d 100644 --- a/src/generated/resources/data/create/recipes/smelting/glass_pane_from_horizontal_framed_glass_pane.json +++ b/src/generated/resources/data/create/recipes/smelting/glass_pane_from_horizontal_framed_glass_pane.json @@ -1,9 +1,9 @@ { "type": "minecraft:smelting", + "cookingtime": 50, + "experience": 0.0, "ingredient": { "item": "create:horizontal_framed_glass_pane" }, - "result": "minecraft:glass_pane", - "experience": 0.0, - "cookingtime": 50 + "result": "minecraft:glass_pane" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/glass_pane_from_tiled_glass_pane.json b/src/generated/resources/data/create/recipes/smelting/glass_pane_from_tiled_glass_pane.json index ea09f4499f..d04b9c4c2a 100644 --- a/src/generated/resources/data/create/recipes/smelting/glass_pane_from_tiled_glass_pane.json +++ b/src/generated/resources/data/create/recipes/smelting/glass_pane_from_tiled_glass_pane.json @@ -1,9 +1,9 @@ { "type": "minecraft:smelting", + "cookingtime": 50, + "experience": 0.0, "ingredient": { "item": "create:tiled_glass_pane" }, - "result": "minecraft:glass_pane", - "experience": 0.0, - "cookingtime": 50 + "result": "minecraft:glass_pane" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/glass_pane_from_vertical_framed_glass_pane.json b/src/generated/resources/data/create/recipes/smelting/glass_pane_from_vertical_framed_glass_pane.json index fa5b4cadb7..b3ac6a4b11 100644 --- a/src/generated/resources/data/create/recipes/smelting/glass_pane_from_vertical_framed_glass_pane.json +++ b/src/generated/resources/data/create/recipes/smelting/glass_pane_from_vertical_framed_glass_pane.json @@ -1,9 +1,9 @@ { "type": "minecraft:smelting", + "cookingtime": 50, + "experience": 0.0, "ingredient": { "item": "create:vertical_framed_glass_pane" }, - "result": "minecraft:glass_pane", - "experience": 0.0, - "cookingtime": 50 + "result": "minecraft:glass_pane" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/gold_ingot_from_crushed.json b/src/generated/resources/data/create/recipes/smelting/gold_ingot_from_crushed.json index 6bf7613bb6..a676fb4a66 100644 --- a/src/generated/resources/data/create/recipes/smelting/gold_ingot_from_crushed.json +++ b/src/generated/resources/data/create/recipes/smelting/gold_ingot_from_crushed.json @@ -1,9 +1,9 @@ { "type": "minecraft:smelting", + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_gold_ore" }, - "result": "minecraft:gold_ingot", - "experience": 0.1, - "cookingtime": 200 + "result": "minecraft:gold_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_aluminum_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/smelting/ingot_aluminum_compat_immersiveengineering.json index e76df0c7d1..7dc1e3ef9e 100644 --- a/src/generated/resources/data/create/recipes/smelting/ingot_aluminum_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/recipes/smelting/ingot_aluminum_compat_immersiveengineering.json @@ -1,15 +1,15 @@ { "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_aluminum_ore" }, - "result": "immersiveengineering:ingot_aluminum", - "experience": 0.1, - "cookingtime": 200, - "conditions": [ - { - "modid": "immersiveengineering", - "type": "forge:mod_loaded" - } - ] + "result": "immersiveengineering:ingot_aluminum" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_lead_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/smelting/ingot_lead_compat_immersiveengineering.json index c204213ef3..48894e412d 100644 --- a/src/generated/resources/data/create/recipes/smelting/ingot_lead_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/recipes/smelting/ingot_lead_compat_immersiveengineering.json @@ -1,15 +1,15 @@ { "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_lead_ore" }, - "result": "immersiveengineering:ingot_lead", - "experience": 0.1, - "cookingtime": 200, - "conditions": [ - { - "modid": "immersiveengineering", - "type": "forge:mod_loaded" - } - ] + "result": "immersiveengineering:ingot_lead" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_lead_compat_mekanism.json b/src/generated/resources/data/create/recipes/smelting/ingot_lead_compat_mekanism.json index 58622c15c6..48a1c3ded2 100644 --- a/src/generated/resources/data/create/recipes/smelting/ingot_lead_compat_mekanism.json +++ b/src/generated/resources/data/create/recipes/smelting/ingot_lead_compat_mekanism.json @@ -1,15 +1,15 @@ { "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_lead_ore" }, - "result": "mekanism:ingot_lead", - "experience": 0.1, - "cookingtime": 200, - "conditions": [ - { - "modid": "mekanism", - "type": "forge:mod_loaded" - } - ] + "result": "mekanism:ingot_lead" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_nickel_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/smelting/ingot_nickel_compat_immersiveengineering.json index 1beebd3554..dd0d428944 100644 --- a/src/generated/resources/data/create/recipes/smelting/ingot_nickel_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/recipes/smelting/ingot_nickel_compat_immersiveengineering.json @@ -1,15 +1,15 @@ { "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_nickel_ore" }, - "result": "immersiveengineering:ingot_nickel", - "experience": 0.1, - "cookingtime": 200, - "conditions": [ - { - "modid": "immersiveengineering", - "type": "forge:mod_loaded" - } - ] + "result": "immersiveengineering:ingot_nickel" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_osmium_compat_mekanism.json b/src/generated/resources/data/create/recipes/smelting/ingot_osmium_compat_mekanism.json index 56f95d5f3d..064206646e 100644 --- a/src/generated/resources/data/create/recipes/smelting/ingot_osmium_compat_mekanism.json +++ b/src/generated/resources/data/create/recipes/smelting/ingot_osmium_compat_mekanism.json @@ -1,15 +1,15 @@ { "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_osmium_ore" }, - "result": "mekanism:ingot_osmium", - "experience": 0.1, - "cookingtime": 200, - "conditions": [ - { - "modid": "mekanism", - "type": "forge:mod_loaded" - } - ] + "result": "mekanism:ingot_osmium" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_silver_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/smelting/ingot_silver_compat_immersiveengineering.json index 02570ae93f..f9c7b868f6 100644 --- a/src/generated/resources/data/create/recipes/smelting/ingot_silver_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/recipes/smelting/ingot_silver_compat_immersiveengineering.json @@ -1,15 +1,15 @@ { "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_silver_ore" }, - "result": "immersiveengineering:ingot_silver", - "experience": 0.1, - "cookingtime": 200, - "conditions": [ - { - "modid": "immersiveengineering", - "type": "forge:mod_loaded" - } - ] + "result": "immersiveengineering:ingot_silver" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_tin_compat_mekanism.json b/src/generated/resources/data/create/recipes/smelting/ingot_tin_compat_mekanism.json index 476cd49424..aafcf268bb 100644 --- a/src/generated/resources/data/create/recipes/smelting/ingot_tin_compat_mekanism.json +++ b/src/generated/resources/data/create/recipes/smelting/ingot_tin_compat_mekanism.json @@ -1,15 +1,15 @@ { "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_tin_ore" }, - "result": "mekanism:ingot_tin", - "experience": 0.1, - "cookingtime": 200, - "conditions": [ - { - "modid": "mekanism", - "type": "forge:mod_loaded" - } - ] + "result": "mekanism:ingot_tin" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_uranium_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/smelting/ingot_uranium_compat_immersiveengineering.json index a036fdfa25..7e6620ea8b 100644 --- a/src/generated/resources/data/create/recipes/smelting/ingot_uranium_compat_immersiveengineering.json +++ b/src/generated/resources/data/create/recipes/smelting/ingot_uranium_compat_immersiveengineering.json @@ -1,15 +1,15 @@ { "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_uranium_ore" }, - "result": "immersiveengineering:ingot_uranium", - "experience": 0.1, - "cookingtime": 200, - "conditions": [ - { - "modid": "immersiveengineering", - "type": "forge:mod_loaded" - } - ] + "result": "immersiveengineering:ingot_uranium" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_uranium_compat_mekanism.json b/src/generated/resources/data/create/recipes/smelting/ingot_uranium_compat_mekanism.json index de12e07e3e..cf57b36977 100644 --- a/src/generated/resources/data/create/recipes/smelting/ingot_uranium_compat_mekanism.json +++ b/src/generated/resources/data/create/recipes/smelting/ingot_uranium_compat_mekanism.json @@ -1,15 +1,15 @@ { "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_uranium_ore" }, - "result": "mekanism:ingot_uranium", - "experience": 0.1, - "cookingtime": 200, - "conditions": [ - { - "modid": "mekanism", - "type": "forge:mod_loaded" - } - ] + "result": "mekanism:ingot_uranium" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/iron_ingot_from_crushed.json b/src/generated/resources/data/create/recipes/smelting/iron_ingot_from_crushed.json index f2d3dfc51f..89a085a95f 100644 --- a/src/generated/resources/data/create/recipes/smelting/iron_ingot_from_crushed.json +++ b/src/generated/resources/data/create/recipes/smelting/iron_ingot_from_crushed.json @@ -1,9 +1,9 @@ { "type": "minecraft:smelting", + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_iron_ore" }, - "result": "minecraft:iron_ingot", - "experience": 0.1, - "cookingtime": 200 + "result": "minecraft:iron_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/lead_ingot_compat_thermal.json b/src/generated/resources/data/create/recipes/smelting/lead_ingot_compat_thermal.json index 0a6ead4f69..078c762cc0 100644 --- a/src/generated/resources/data/create/recipes/smelting/lead_ingot_compat_thermal.json +++ b/src/generated/resources/data/create/recipes/smelting/lead_ingot_compat_thermal.json @@ -1,15 +1,15 @@ { "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_lead_ore" }, - "result": "thermal:lead_ingot", - "experience": 0.1, - "cookingtime": 200, - "conditions": [ - { - "modid": "thermal", - "type": "forge:mod_loaded" - } - ] + "result": "thermal:lead_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/nickel_ingot_compat_thermal.json b/src/generated/resources/data/create/recipes/smelting/nickel_ingot_compat_thermal.json index 03c534ae3c..8188c96a42 100644 --- a/src/generated/resources/data/create/recipes/smelting/nickel_ingot_compat_thermal.json +++ b/src/generated/resources/data/create/recipes/smelting/nickel_ingot_compat_thermal.json @@ -1,15 +1,15 @@ { "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_nickel_ore" }, - "result": "thermal:nickel_ingot", - "experience": 0.1, - "cookingtime": 200, - "conditions": [ - { - "modid": "thermal", - "type": "forge:mod_loaded" - } - ] + "result": "thermal:nickel_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/scoria.json b/src/generated/resources/data/create/recipes/smelting/scoria.json index 7a6c3a7de2..2ce6dcac65 100644 --- a/src/generated/resources/data/create/recipes/smelting/scoria.json +++ b/src/generated/resources/data/create/recipes/smelting/scoria.json @@ -1,9 +1,9 @@ { "type": "minecraft:smelting", + "cookingtime": 200, + "experience": 0.0, "ingredient": { "item": "minecraft:soul_sand" }, - "result": "create:scoria", - "experience": 0.0, - "cookingtime": 200 + "result": "create:scoria" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/silver_ingot_compat_thermal.json b/src/generated/resources/data/create/recipes/smelting/silver_ingot_compat_thermal.json index 6d5039376f..4d1a315369 100644 --- a/src/generated/resources/data/create/recipes/smelting/silver_ingot_compat_thermal.json +++ b/src/generated/resources/data/create/recipes/smelting/silver_ingot_compat_thermal.json @@ -1,15 +1,15 @@ { "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_silver_ore" }, - "result": "thermal:silver_ingot", - "experience": 0.1, - "cookingtime": 200, - "conditions": [ - { - "modid": "thermal", - "type": "forge:mod_loaded" - } - ] + "result": "thermal:silver_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/tin_ingot_compat_thermal.json b/src/generated/resources/data/create/recipes/smelting/tin_ingot_compat_thermal.json index e70aac3006..56a8ab3542 100644 --- a/src/generated/resources/data/create/recipes/smelting/tin_ingot_compat_thermal.json +++ b/src/generated/resources/data/create/recipes/smelting/tin_ingot_compat_thermal.json @@ -1,15 +1,15 @@ { "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_tin_ore" }, - "result": "thermal:tin_ingot", - "experience": 0.1, - "cookingtime": 200, - "conditions": [ - { - "modid": "thermal", - "type": "forge:mod_loaded" - } - ] + "result": "thermal:tin_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_crushed.json b/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_crushed.json index 5ccc6df6e4..2ae8330434 100644 --- a/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_crushed.json +++ b/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_crushed.json @@ -1,9 +1,9 @@ { "type": "minecraft:smelting", + "cookingtime": 200, + "experience": 0.1, "ingredient": { "item": "create:crushed_zinc_ore" }, - "result": "create:zinc_ingot", - "experience": 0.1, - "cookingtime": 200 + "result": "create:zinc_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_ore.json b/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_ore.json index 696859c059..13bc2fb1d9 100644 --- a/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_ore.json +++ b/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_ore.json @@ -1,9 +1,9 @@ { "type": "minecraft:smelting", + "cookingtime": 200, + "experience": 1.0, "ingredient": { "tag": "forge:ores/zinc" }, - "result": "create:zinc_ingot", - "experience": 1.0, - "cookingtime": 200 + "result": "create:zinc_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_raw_ore.json b/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_raw_ore.json index 18b6408644..a60b800250 100644 --- a/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_raw_ore.json +++ b/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_raw_ore.json @@ -1,9 +1,9 @@ { "type": "minecraft:smelting", + "cookingtime": 200, + "experience": 0.7, "ingredient": { "item": "create:raw_zinc" }, - "result": "create:zinc_ingot", - "experience": 0.7, - "cookingtime": 200 + "result": "create:zinc_ingot" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smoking/bread.json b/src/generated/resources/data/create/recipes/smoking/bread.json index e575471953..5405f76551 100644 --- a/src/generated/resources/data/create/recipes/smoking/bread.json +++ b/src/generated/resources/data/create/recipes/smoking/bread.json @@ -1,9 +1,9 @@ { "type": "minecraft:smoking", + "cookingtime": 100, + "experience": 0.0, "ingredient": { "item": "create:dough" }, - "result": "minecraft:bread", - "experience": 0.0, - "cookingtime": 100 + "result": "minecraft:bread" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/crushed_copper_ore.json b/src/generated/resources/data/create/recipes/splashing/crushed_copper_ore.json index 18ab1116c8..2927004220 100644 --- a/src/generated/resources/data/create/recipes/splashing/crushed_copper_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/crushed_copper_ore.json @@ -7,12 +7,12 @@ ], "results": [ { - "item": "create:copper_nugget", - "count": 9 + "count": 9, + "item": "create:copper_nugget" }, { - "item": "minecraft:clay_ball", - "chance": 0.5 + "chance": 0.5, + "item": "minecraft:clay_ball" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/crushed_gold_ore.json b/src/generated/resources/data/create/recipes/splashing/crushed_gold_ore.json index 19bef6491a..11cb279112 100644 --- a/src/generated/resources/data/create/recipes/splashing/crushed_gold_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/crushed_gold_ore.json @@ -7,12 +7,12 @@ ], "results": [ { - "item": "minecraft:gold_nugget", - "count": 9 + "count": 9, + "item": "minecraft:gold_nugget" }, { - "item": "minecraft:quartz", - "chance": 0.5 + "chance": 0.5, + "item": "minecraft:quartz" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/crushed_iron_ore.json b/src/generated/resources/data/create/recipes/splashing/crushed_iron_ore.json index 5e37b20cf6..4edd733028 100644 --- a/src/generated/resources/data/create/recipes/splashing/crushed_iron_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/crushed_iron_ore.json @@ -7,12 +7,12 @@ ], "results": [ { - "item": "minecraft:iron_nugget", - "count": 9 + "count": 9, + "item": "minecraft:iron_nugget" }, { - "item": "minecraft:redstone", - "chance": 0.75 + "chance": 0.75, + "item": "minecraft:redstone" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/crushed_zinc_ore.json b/src/generated/resources/data/create/recipes/splashing/crushed_zinc_ore.json index b147f25fdc..500398ec1a 100644 --- a/src/generated/resources/data/create/recipes/splashing/crushed_zinc_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/crushed_zinc_ore.json @@ -7,12 +7,12 @@ ], "results": [ { - "item": "create:zinc_nugget", - "count": 9 + "count": 9, + "item": "create:zinc_nugget" }, { - "item": "minecraft:gunpowder", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:gunpowder" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/gravel.json b/src/generated/resources/data/create/recipes/splashing/gravel.json index 602fbd3f62..3ec0ed9ba7 100644 --- a/src/generated/resources/data/create/recipes/splashing/gravel.json +++ b/src/generated/resources/data/create/recipes/splashing/gravel.json @@ -7,12 +7,12 @@ ], "results": [ { - "item": "minecraft:flint", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:flint" }, { - "item": "minecraft:iron_nugget", - "chance": 0.125 + "chance": 0.125, + "item": "minecraft:iron_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_aluminum_ore.json b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_aluminum_ore.json index 167f6c5aa9..0de64e7f2c 100644 --- a/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_aluminum_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_aluminum_ore.json @@ -1,5 +1,11 @@ { "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], "ingredients": [ { "item": "create:crushed_aluminum_ore" @@ -7,14 +13,8 @@ ], "results": [ { - "item": "immersiveengineering:nugget_aluminum", - "count": 9 - } - ], - "conditions": [ - { - "modid": "immersiveengineering", - "type": "forge:mod_loaded" + "count": 9, + "item": "immersiveengineering:nugget_aluminum" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_lead_ore.json b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_lead_ore.json index 8946e64fb8..c46081a77b 100644 --- a/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_lead_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_lead_ore.json @@ -1,5 +1,11 @@ { "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], "ingredients": [ { "item": "create:crushed_lead_ore" @@ -7,14 +13,8 @@ ], "results": [ { - "item": "immersiveengineering:nugget_lead", - "count": 9 - } - ], - "conditions": [ - { - "modid": "immersiveengineering", - "type": "forge:mod_loaded" + "count": 9, + "item": "immersiveengineering:nugget_lead" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_nickel_ore.json b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_nickel_ore.json index 3669b385ec..e6d8eb77fe 100644 --- a/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_nickel_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_nickel_ore.json @@ -1,5 +1,11 @@ { "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], "ingredients": [ { "item": "create:crushed_nickel_ore" @@ -7,14 +13,8 @@ ], "results": [ { - "item": "immersiveengineering:nugget_nickel", - "count": 9 - } - ], - "conditions": [ - { - "modid": "immersiveengineering", - "type": "forge:mod_loaded" + "count": 9, + "item": "immersiveengineering:nugget_nickel" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_silver_ore.json b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_silver_ore.json index 552752f4ae..23828e45d0 100644 --- a/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_silver_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_silver_ore.json @@ -1,5 +1,11 @@ { "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], "ingredients": [ { "item": "create:crushed_silver_ore" @@ -7,14 +13,8 @@ ], "results": [ { - "item": "immersiveengineering:nugget_silver", - "count": 9 - } - ], - "conditions": [ - { - "modid": "immersiveengineering", - "type": "forge:mod_loaded" + "count": 9, + "item": "immersiveengineering:nugget_silver" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_uranium_ore.json b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_uranium_ore.json index 718f8c87c8..2e83536fb9 100644 --- a/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_uranium_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_uranium_ore.json @@ -1,5 +1,11 @@ { "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], "ingredients": [ { "item": "create:crushed_uranium_ore" @@ -7,14 +13,8 @@ ], "results": [ { - "item": "immersiveengineering:nugget_uranium", - "count": 9 - } - ], - "conditions": [ - { - "modid": "immersiveengineering", - "type": "forge:mod_loaded" + "count": 9, + "item": "immersiveengineering:nugget_uranium" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_lead_ore.json b/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_lead_ore.json index 19d0207ca9..a5588d8f91 100644 --- a/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_lead_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_lead_ore.json @@ -1,5 +1,11 @@ { "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], "ingredients": [ { "item": "create:crushed_lead_ore" @@ -7,14 +13,8 @@ ], "results": [ { - "item": "mekanism:nugget_lead", - "count": 9 - } - ], - "conditions": [ - { - "modid": "mekanism", - "type": "forge:mod_loaded" + "count": 9, + "item": "mekanism:nugget_lead" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_osmium_ore.json b/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_osmium_ore.json index b7dbc3a1ae..87dc5af82e 100644 --- a/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_osmium_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_osmium_ore.json @@ -1,5 +1,11 @@ { "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], "ingredients": [ { "item": "create:crushed_osmium_ore" @@ -7,14 +13,8 @@ ], "results": [ { - "item": "mekanism:nugget_osmium", - "count": 9 - } - ], - "conditions": [ - { - "modid": "mekanism", - "type": "forge:mod_loaded" + "count": 9, + "item": "mekanism:nugget_osmium" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_tin_ore.json b/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_tin_ore.json index 03bf5f3dd7..4ae97cde55 100644 --- a/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_tin_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_tin_ore.json @@ -1,5 +1,11 @@ { "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], "ingredients": [ { "item": "create:crushed_tin_ore" @@ -7,14 +13,8 @@ ], "results": [ { - "item": "mekanism:nugget_tin", - "count": 9 - } - ], - "conditions": [ - { - "modid": "mekanism", - "type": "forge:mod_loaded" + "count": 9, + "item": "mekanism:nugget_tin" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_uranium_ore.json b/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_uranium_ore.json index 2cd3f02635..3659c8c107 100644 --- a/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_uranium_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_uranium_ore.json @@ -1,5 +1,11 @@ { "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], "ingredients": [ { "item": "create:crushed_uranium_ore" @@ -7,14 +13,8 @@ ], "results": [ { - "item": "mekanism:nugget_uranium", - "count": 9 - } - ], - "conditions": [ - { - "modid": "mekanism", - "type": "forge:mod_loaded" + "count": 9, + "item": "mekanism:nugget_uranium" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/red_sand.json b/src/generated/resources/data/create/recipes/splashing/red_sand.json index 33cf956da0..95d997c3f9 100644 --- a/src/generated/resources/data/create/recipes/splashing/red_sand.json +++ b/src/generated/resources/data/create/recipes/splashing/red_sand.json @@ -7,13 +7,13 @@ ], "results": [ { - "item": "minecraft:gold_nugget", + "chance": 0.125, "count": 3, - "chance": 0.125 + "item": "minecraft:gold_nugget" }, { - "item": "minecraft:dead_bush", - "chance": 0.05 + "chance": 0.05, + "item": "minecraft:dead_bush" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/sand.json b/src/generated/resources/data/create/recipes/splashing/sand.json index 6869d9d25b..00c1e6c190 100644 --- a/src/generated/resources/data/create/recipes/splashing/sand.json +++ b/src/generated/resources/data/create/recipes/splashing/sand.json @@ -7,8 +7,8 @@ ], "results": [ { - "item": "minecraft:clay_ball", - "chance": 0.25 + "chance": 0.25, + "item": "minecraft:clay_ball" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/soul_sand.json b/src/generated/resources/data/create/recipes/splashing/soul_sand.json index 21b7a45a6b..4d741b2ee3 100644 --- a/src/generated/resources/data/create/recipes/splashing/soul_sand.json +++ b/src/generated/resources/data/create/recipes/splashing/soul_sand.json @@ -7,13 +7,13 @@ ], "results": [ { - "item": "minecraft:quartz", + "chance": 0.125, "count": 4, - "chance": 0.125 + "item": "minecraft:quartz" }, { - "item": "minecraft:gold_nugget", - "chance": 0.02 + "chance": 0.02, + "item": "minecraft:gold_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/thermal/crushed_lead_ore.json b/src/generated/resources/data/create/recipes/splashing/thermal/crushed_lead_ore.json index 82449468f3..b08880adf9 100644 --- a/src/generated/resources/data/create/recipes/splashing/thermal/crushed_lead_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/thermal/crushed_lead_ore.json @@ -1,5 +1,11 @@ { "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], "ingredients": [ { "item": "create:crushed_lead_ore" @@ -7,14 +13,8 @@ ], "results": [ { - "item": "thermal:lead_nugget", - "count": 9 - } - ], - "conditions": [ - { - "modid": "thermal", - "type": "forge:mod_loaded" + "count": 9, + "item": "thermal:lead_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/thermal/crushed_nickel_ore.json b/src/generated/resources/data/create/recipes/splashing/thermal/crushed_nickel_ore.json index 5e3a5556a1..739bac5e33 100644 --- a/src/generated/resources/data/create/recipes/splashing/thermal/crushed_nickel_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/thermal/crushed_nickel_ore.json @@ -1,5 +1,11 @@ { "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], "ingredients": [ { "item": "create:crushed_nickel_ore" @@ -7,14 +13,8 @@ ], "results": [ { - "item": "thermal:nickel_nugget", - "count": 9 - } - ], - "conditions": [ - { - "modid": "thermal", - "type": "forge:mod_loaded" + "count": 9, + "item": "thermal:nickel_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/thermal/crushed_silver_ore.json b/src/generated/resources/data/create/recipes/splashing/thermal/crushed_silver_ore.json index 65d82dc50b..daacf4f6fe 100644 --- a/src/generated/resources/data/create/recipes/splashing/thermal/crushed_silver_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/thermal/crushed_silver_ore.json @@ -1,5 +1,11 @@ { "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], "ingredients": [ { "item": "create:crushed_silver_ore" @@ -7,14 +13,8 @@ ], "results": [ { - "item": "thermal:silver_nugget", - "count": 9 - } - ], - "conditions": [ - { - "modid": "thermal", - "type": "forge:mod_loaded" + "count": 9, + "item": "thermal:silver_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/thermal/crushed_tin_ore.json b/src/generated/resources/data/create/recipes/splashing/thermal/crushed_tin_ore.json index 39e63efe74..14dcec5c8c 100644 --- a/src/generated/resources/data/create/recipes/splashing/thermal/crushed_tin_ore.json +++ b/src/generated/resources/data/create/recipes/splashing/thermal/crushed_tin_ore.json @@ -1,5 +1,11 @@ { "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], "ingredients": [ { "item": "create:crushed_tin_ore" @@ -7,14 +13,8 @@ ], "results": [ { - "item": "thermal:tin_nugget", - "count": 9 - } - ], - "conditions": [ - { - "modid": "thermal", - "type": "forge:mod_loaded" + "count": 9, + "item": "thermal:tin_nugget" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/spruce_window.json b/src/generated/resources/data/create/recipes/spruce_window.json index 617d75de89..c1f061abec 100644 --- a/src/generated/resources/data/create/recipes/spruce_window.json +++ b/src/generated/resources/data/create/recipes/spruce_window.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#X#" - ], "key": { "#": { "item": "minecraft:spruce_planks" @@ -12,8 +8,12 @@ "tag": "forge:glass/colorless" } }, + "pattern": [ + " # ", + "#X#" + ], "result": { - "item": "create:spruce_window", - "count": 2 + "count": 2, + "item": "create:spruce_window" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/spruce_window_pane.json b/src/generated/resources/data/create/recipes/spruce_window_pane.json index db4eb0dc84..cc4fbc1b67 100644 --- a/src/generated/resources/data/create/recipes/spruce_window_pane.json +++ b/src/generated/resources/data/create/recipes/spruce_window_pane.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], "key": { "#": { "item": "create:spruce_window" } }, + "pattern": [ + "###", + "###" + ], "result": { - "item": "create:spruce_window_pane", - "count": 16 + "count": 16, + "item": "create:spruce_window_pane" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/tiled_glass_from_glass_colorless_stonecutting.json b/src/generated/resources/data/create/recipes/tiled_glass_from_glass_colorless_stonecutting.json index e9bf1a15dd..50ac182c2b 100644 --- a/src/generated/resources/data/create/recipes/tiled_glass_from_glass_colorless_stonecutting.json +++ b/src/generated/resources/data/create/recipes/tiled_glass_from_glass_colorless_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "forge:glass/colorless" }, - "result": "create:tiled_glass", - "count": 1 + "result": "create:tiled_glass" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/tiled_glass_pane.json b/src/generated/resources/data/create/recipes/tiled_glass_pane.json index 58e60703b0..7725b94a5c 100644 --- a/src/generated/resources/data/create/recipes/tiled_glass_pane.json +++ b/src/generated/resources/data/create/recipes/tiled_glass_pane.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], "key": { "#": { "item": "create:tiled_glass" } }, + "pattern": [ + "###", + "###" + ], "result": { - "item": "create:tiled_glass_pane", - "count": 16 + "count": 16, + "item": "create:tiled_glass_pane" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/tuff_pillar_from_stone_types_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/tuff_pillar_from_stone_types_tuff_stonecutting.json index 8fc5a5b90e..4f2b891229 100644 --- a/src/generated/resources/data/create/recipes/tuff_pillar_from_stone_types_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/tuff_pillar_from_stone_types_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/tuff" }, - "result": "create:tuff_pillar", - "count": 1 + "result": "create:tuff_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/tuff_pillar_from_tuff_stonecutting.json b/src/generated/resources/data/create/recipes/tuff_pillar_from_tuff_stonecutting.json index bd292d2c43..8bdaba7449 100644 --- a/src/generated/resources/data/create/recipes/tuff_pillar_from_tuff_stonecutting.json +++ b/src/generated/resources/data/create/recipes/tuff_pillar_from_tuff_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "minecraft:tuff" }, - "result": "create:tuff_pillar", - "count": 1 + "result": "create:tuff_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/veridium_pillar_from_stone_types_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/veridium_pillar_from_stone_types_veridium_stonecutting.json index d9378214f6..b941b09f46 100644 --- a/src/generated/resources/data/create/recipes/veridium_pillar_from_stone_types_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/veridium_pillar_from_stone_types_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "create:stone_types/veridium" }, - "result": "create:veridium_pillar", - "count": 1 + "result": "create:veridium_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/veridium_pillar_from_veridium_stonecutting.json b/src/generated/resources/data/create/recipes/veridium_pillar_from_veridium_stonecutting.json index 02c85870b1..2d50d0a6dc 100644 --- a/src/generated/resources/data/create/recipes/veridium_pillar_from_veridium_stonecutting.json +++ b/src/generated/resources/data/create/recipes/veridium_pillar_from_veridium_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:veridium" }, - "result": "create:veridium_pillar", - "count": 1 + "result": "create:veridium_pillar" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/vertical_framed_glass_from_glass_colorless_stonecutting.json b/src/generated/resources/data/create/recipes/vertical_framed_glass_from_glass_colorless_stonecutting.json index a71a45ce02..a2d7a9eeab 100644 --- a/src/generated/resources/data/create/recipes/vertical_framed_glass_from_glass_colorless_stonecutting.json +++ b/src/generated/resources/data/create/recipes/vertical_framed_glass_from_glass_colorless_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "tag": "forge:glass/colorless" }, - "result": "create:vertical_framed_glass", - "count": 1 + "result": "create:vertical_framed_glass" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/vertical_framed_glass_pane.json b/src/generated/resources/data/create/recipes/vertical_framed_glass_pane.json index aec08fee46..4fb34f522b 100644 --- a/src/generated/resources/data/create/recipes/vertical_framed_glass_pane.json +++ b/src/generated/resources/data/create/recipes/vertical_framed_glass_pane.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], "key": { "#": { "item": "create:vertical_framed_glass" } }, + "pattern": [ + "###", + "###" + ], "result": { - "item": "create:vertical_framed_glass_pane", - "count": 16 + "count": 16, + "item": "create:vertical_framed_glass_pane" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/warped_window.json b/src/generated/resources/data/create/recipes/warped_window.json index 9661b10e58..35f6ee3f32 100644 --- a/src/generated/resources/data/create/recipes/warped_window.json +++ b/src/generated/resources/data/create/recipes/warped_window.json @@ -1,9 +1,5 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - " # ", - "#X#" - ], "key": { "#": { "item": "minecraft:warped_planks" @@ -12,8 +8,12 @@ "tag": "forge:glass/colorless" } }, + "pattern": [ + " # ", + "#X#" + ], "result": { - "item": "create:warped_window", - "count": 2 + "count": 2, + "item": "create:warped_window" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/warped_window_pane.json b/src/generated/resources/data/create/recipes/warped_window_pane.json index 31b9510920..891d689f05 100644 --- a/src/generated/resources/data/create/recipes/warped_window_pane.json +++ b/src/generated/resources/data/create/recipes/warped_window_pane.json @@ -1,16 +1,16 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "###", - "###" - ], "key": { "#": { "item": "create:warped_window" } }, + "pattern": [ + "###", + "###" + ], "result": { - "item": "create:warped_window_pane", - "count": 16 + "count": 16, + "item": "create:warped_window_pane" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_copper_shingle_slab.json b/src/generated/resources/data/create/recipes/weathered_copper_shingle_slab.json index 8cfd76decc..f6f79eec53 100644 --- a/src/generated/resources/data/create/recipes/weathered_copper_shingle_slab.json +++ b/src/generated/resources/data/create/recipes/weathered_copper_shingle_slab.json @@ -1,15 +1,15 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:weathered_copper_shingles" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:weathered_copper_shingle_slab", - "count": 6 + "count": 6, + "item": "create:weathered_copper_shingle_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting.json b/src/generated/resources/data/create/recipes/weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting.json index b59a735e80..7b53d58f71 100644 --- a/src/generated/resources/data/create/recipes/weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting.json +++ b/src/generated/resources/data/create/recipes/weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:weathered_copper_shingles" }, - "result": "create:weathered_copper_shingle_slab", - "count": 2 + "result": "create:weathered_copper_shingle_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_copper_shingle_stairs.json b/src/generated/resources/data/create/recipes/weathered_copper_shingle_stairs.json index f16aab5bb1..99ec1a32b4 100644 --- a/src/generated/resources/data/create/recipes/weathered_copper_shingle_stairs.json +++ b/src/generated/resources/data/create/recipes/weathered_copper_shingle_stairs.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:weathered_copper_shingles" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:weathered_copper_shingle_stairs", - "count": 4 + "count": 4, + "item": "create:weathered_copper_shingle_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting.json b/src/generated/resources/data/create/recipes/weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting.json index 7c3267b052..be76f36283 100644 --- a/src/generated/resources/data/create/recipes/weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting.json +++ b/src/generated/resources/data/create/recipes/weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:weathered_copper_shingles" }, - "result": "create:weathered_copper_shingle_stairs", - "count": 1 + "result": "create:weathered_copper_shingle_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_copper_tile_slab.json b/src/generated/resources/data/create/recipes/weathered_copper_tile_slab.json index f7bb931084..58b82a7fb7 100644 --- a/src/generated/resources/data/create/recipes/weathered_copper_tile_slab.json +++ b/src/generated/resources/data/create/recipes/weathered_copper_tile_slab.json @@ -1,15 +1,15 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "XXX" - ], "key": { "X": { "item": "create:weathered_copper_tiles" } }, + "pattern": [ + "XXX" + ], "result": { - "item": "create:weathered_copper_tile_slab", - "count": 6 + "count": 6, + "item": "create:weathered_copper_tile_slab" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting.json b/src/generated/resources/data/create/recipes/weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting.json index 929c7994ef..92df18bc92 100644 --- a/src/generated/resources/data/create/recipes/weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting.json +++ b/src/generated/resources/data/create/recipes/weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 2, "ingredient": { "item": "create:weathered_copper_tiles" }, - "result": "create:weathered_copper_tile_slab", - "count": 2 + "result": "create:weathered_copper_tile_slab" } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_copper_tile_stairs.json b/src/generated/resources/data/create/recipes/weathered_copper_tile_stairs.json index 725de1eac2..ca9dcb7703 100644 --- a/src/generated/resources/data/create/recipes/weathered_copper_tile_stairs.json +++ b/src/generated/resources/data/create/recipes/weathered_copper_tile_stairs.json @@ -1,17 +1,17 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "X ", - "XX ", - "XXX" - ], "key": { "X": { "item": "create:weathered_copper_tiles" } }, + "pattern": [ + "X ", + "XX ", + "XXX" + ], "result": { - "item": "create:weathered_copper_tile_stairs", - "count": 4 + "count": 4, + "item": "create:weathered_copper_tile_stairs" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting.json b/src/generated/resources/data/create/recipes/weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting.json index 5192d90704..27adffd845 100644 --- a/src/generated/resources/data/create/recipes/weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting.json +++ b/src/generated/resources/data/create/recipes/weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting.json @@ -1,8 +1,8 @@ { "type": "minecraft:stonecutting", + "count": 1, "ingredient": { "item": "create:weathered_copper_tiles" }, - "result": "create:weathered_copper_tile_stairs", - "count": 1 + "result": "create:weathered_copper_tile_stairs" } \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/blocks/brittle.json b/src/generated/resources/data/create/tags/blocks/brittle.json index f5693187e0..2bde697460 100644 --- a/src/generated/resources/data/create/tags/blocks/brittle.json +++ b/src/generated/resources/data/create/tags/blocks/brittle.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:nozzle", "create:hand_crank", diff --git a/src/generated/resources/data/create/tags/blocks/casing.json b/src/generated/resources/data/create/tags/blocks/casing.json index 7222bde6c9..6d302d1dc4 100644 --- a/src/generated/resources/data/create/tags/blocks/casing.json +++ b/src/generated/resources/data/create/tags/blocks/casing.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:andesite_casing", "create:brass_casing", diff --git a/src/generated/resources/data/create/tags/blocks/fan_transparent.json b/src/generated/resources/data/create/tags/blocks/fan_transparent.json index 4847b23a8b..98b820355c 100644 --- a/src/generated/resources/data/create/tags/blocks/fan_transparent.json +++ b/src/generated/resources/data/create/tags/blocks/fan_transparent.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:blaze_burner", "create:lit_blaze_burner", diff --git a/src/generated/resources/data/create/tags/blocks/non_movable.json b/src/generated/resources/data/create/tags/blocks/non_movable.json index ae7f5f51c5..5e6e6fb152 100644 --- a/src/generated/resources/data/create/tags/blocks/non_movable.json +++ b/src/generated/resources/data/create/tags/blocks/non_movable.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ { "id": "immersiveengineering:connector_lv", diff --git a/src/generated/resources/data/create/tags/blocks/ore_override_stone.json b/src/generated/resources/data/create/tags/blocks/ore_override_stone.json index 246afb5c1d..80f0192795 100644 --- a/src/generated/resources/data/create/tags/blocks/ore_override_stone.json +++ b/src/generated/resources/data/create/tags/blocks/ore_override_stone.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#minecraft:stone_ore_replaceables" ] diff --git a/src/generated/resources/data/create/tags/blocks/passive_boiler_heaters.json b/src/generated/resources/data/create/tags/blocks/passive_boiler_heaters.json index dc4ef4afb1..ff6569cb84 100644 --- a/src/generated/resources/data/create/tags/blocks/passive_boiler_heaters.json +++ b/src/generated/resources/data/create/tags/blocks/passive_boiler_heaters.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:blaze_burner", "create:lit_blaze_burner", diff --git a/src/generated/resources/data/create/tags/blocks/safe_nbt.json b/src/generated/resources/data/create/tags/blocks/safe_nbt.json index 3d607530af..72a925b5ad 100644 --- a/src/generated/resources/data/create/tags/blocks/safe_nbt.json +++ b/src/generated/resources/data/create/tags/blocks/safe_nbt.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:creative_motor", "create:creative_fluid_tank", diff --git a/src/generated/resources/data/create/tags/blocks/seats.json b/src/generated/resources/data/create/tags/blocks/seats.json index cbf0642b6c..f8df4290e3 100644 --- a/src/generated/resources/data/create/tags/blocks/seats.json +++ b/src/generated/resources/data/create/tags/blocks/seats.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:white_seat", "create:orange_seat", diff --git a/src/generated/resources/data/create/tags/blocks/toolboxes.json b/src/generated/resources/data/create/tags/blocks/toolboxes.json index 1d7b0be452..0fbb2134d3 100644 --- a/src/generated/resources/data/create/tags/blocks/toolboxes.json +++ b/src/generated/resources/data/create/tags/blocks/toolboxes.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:white_toolbox", "create:orange_toolbox", diff --git a/src/generated/resources/data/create/tags/blocks/valve_handles.json b/src/generated/resources/data/create/tags/blocks/valve_handles.json index b86fee3d4a..a398d42d1a 100644 --- a/src/generated/resources/data/create/tags/blocks/valve_handles.json +++ b/src/generated/resources/data/create/tags/blocks/valve_handles.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:copper_valve_handle", "create:white_valve_handle", diff --git a/src/generated/resources/data/create/tags/blocks/windmill_sails.json b/src/generated/resources/data/create/tags/blocks/windmill_sails.json index d4296265f9..4baf87fe8c 100644 --- a/src/generated/resources/data/create/tags/blocks/windmill_sails.json +++ b/src/generated/resources/data/create/tags/blocks/windmill_sails.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:sail_frame", "create:white_sail", diff --git a/src/generated/resources/data/create/tags/blocks/windowable.json b/src/generated/resources/data/create/tags/blocks/windowable.json index 5e8aecc986..f72d209df7 100644 --- a/src/generated/resources/data/create/tags/blocks/windowable.json +++ b/src/generated/resources/data/create/tags/blocks/windowable.json @@ -1,4 +1,3 @@ { - "replace": false, "values": [] } \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/blocks/wrench_pickup.json b/src/generated/resources/data/create/tags/blocks/wrench_pickup.json index c3da555b0f..e7e2d8c55b 100644 --- a/src/generated/resources/data/create/tags/blocks/wrench_pickup.json +++ b/src/generated/resources/data/create/tags/blocks/wrench_pickup.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#minecraft:rails", "#minecraft:buttons", diff --git a/src/generated/resources/data/create/tags/fluids/bottomless/allow.json b/src/generated/resources/data/create/tags/fluids/bottomless/allow.json index 8c09104dc3..fa58f7f088 100644 --- a/src/generated/resources/data/create/tags/fluids/bottomless/allow.json +++ b/src/generated/resources/data/create/tags/fluids/bottomless/allow.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "minecraft:water", "minecraft:lava" diff --git a/src/generated/resources/data/create/tags/fluids/bottomless/deny.json b/src/generated/resources/data/create/tags/fluids/bottomless/deny.json index 5e8aecc986..f72d209df7 100644 --- a/src/generated/resources/data/create/tags/fluids/bottomless/deny.json +++ b/src/generated/resources/data/create/tags/fluids/bottomless/deny.json @@ -1,4 +1,3 @@ { - "replace": false, "values": [] } \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/items/blaze_burner_fuel/regular.json b/src/generated/resources/data/create/tags/items/blaze_burner_fuel/regular.json index 5e8aecc986..f72d209df7 100644 --- a/src/generated/resources/data/create/tags/items/blaze_burner_fuel/regular.json +++ b/src/generated/resources/data/create/tags/items/blaze_burner_fuel/regular.json @@ -1,4 +1,3 @@ { - "replace": false, "values": [] } \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/items/blaze_burner_fuel/special.json b/src/generated/resources/data/create/tags/items/blaze_burner_fuel/special.json index db4cbee8b8..374e9c1ffa 100644 --- a/src/generated/resources/data/create/tags/items/blaze_burner_fuel/special.json +++ b/src/generated/resources/data/create/tags/items/blaze_burner_fuel/special.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:blaze_cake" ] diff --git a/src/generated/resources/data/create/tags/items/casing.json b/src/generated/resources/data/create/tags/items/casing.json index 7222bde6c9..6d302d1dc4 100644 --- a/src/generated/resources/data/create/tags/items/casing.json +++ b/src/generated/resources/data/create/tags/items/casing.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:andesite_casing", "create:brass_casing", diff --git a/src/generated/resources/data/create/tags/items/create_ingots.json b/src/generated/resources/data/create/tags/items/create_ingots.json index 36d093830b..6c23b81bd6 100644 --- a/src/generated/resources/data/create/tags/items/create_ingots.json +++ b/src/generated/resources/data/create/tags/items/create_ingots.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:andesite_alloy", "create:zinc_ingot", diff --git a/src/generated/resources/data/create/tags/items/crushed_ores.json b/src/generated/resources/data/create/tags/items/crushed_ores.json index 725e331739..b3bb6f727a 100644 --- a/src/generated/resources/data/create/tags/items/crushed_ores.json +++ b/src/generated/resources/data/create/tags/items/crushed_ores.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:crushed_iron_ore", "create:crushed_gold_ore", diff --git a/src/generated/resources/data/create/tags/items/modded_stripped_logs.json b/src/generated/resources/data/create/tags/items/modded_stripped_logs.json index 37fd0dbddb..caa6ee108d 100644 --- a/src/generated/resources/data/create/tags/items/modded_stripped_logs.json +++ b/src/generated/resources/data/create/tags/items/modded_stripped_logs.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ { "id": "ars_nouveau:stripped_blue_archwood_log", diff --git a/src/generated/resources/data/create/tags/items/modded_stripped_wood.json b/src/generated/resources/data/create/tags/items/modded_stripped_wood.json index b24faaf34e..855895d638 100644 --- a/src/generated/resources/data/create/tags/items/modded_stripped_wood.json +++ b/src/generated/resources/data/create/tags/items/modded_stripped_wood.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ { "id": "ars_nouveau:stripped_blue_archwood_wood", diff --git a/src/generated/resources/data/create/tags/items/pressurized_air_sources.json b/src/generated/resources/data/create/tags/items/pressurized_air_sources.json index 9c5cb97a4e..56c3cf6c88 100644 --- a/src/generated/resources/data/create/tags/items/pressurized_air_sources.json +++ b/src/generated/resources/data/create/tags/items/pressurized_air_sources.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:copper_backtank" ] diff --git a/src/generated/resources/data/create/tags/items/sandpaper.json b/src/generated/resources/data/create/tags/items/sandpaper.json index acab7913a5..6cbd21c2bb 100644 --- a/src/generated/resources/data/create/tags/items/sandpaper.json +++ b/src/generated/resources/data/create/tags/items/sandpaper.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:sand_paper", "create:red_sand_paper" diff --git a/src/generated/resources/data/create/tags/items/seats.json b/src/generated/resources/data/create/tags/items/seats.json index cbf0642b6c..f8df4290e3 100644 --- a/src/generated/resources/data/create/tags/items/seats.json +++ b/src/generated/resources/data/create/tags/items/seats.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:white_seat", "create:orange_seat", diff --git a/src/generated/resources/data/create/tags/items/sleepers.json b/src/generated/resources/data/create/tags/items/sleepers.json index 9a5fbb246c..37016e14e4 100644 --- a/src/generated/resources/data/create/tags/items/sleepers.json +++ b/src/generated/resources/data/create/tags/items/sleepers.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "minecraft:stone_slab", "minecraft:smooth_stone_slab", diff --git a/src/generated/resources/data/create/tags/items/stone_types/andesite.json b/src/generated/resources/data/create/tags/items/stone_types/andesite.json index 7e21bf19dc..01ddbc1634 100644 --- a/src/generated/resources/data/create/tags/items/stone_types/andesite.json +++ b/src/generated/resources/data/create/tags/items/stone_types/andesite.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_andesite", "create:cut_andesite_stairs", diff --git a/src/generated/resources/data/create/tags/items/stone_types/asurine.json b/src/generated/resources/data/create/tags/items/stone_types/asurine.json index c881c4597f..6c74f1dd7f 100644 --- a/src/generated/resources/data/create/tags/items/stone_types/asurine.json +++ b/src/generated/resources/data/create/tags/items/stone_types/asurine.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_asurine", "create:cut_asurine_stairs", diff --git a/src/generated/resources/data/create/tags/items/stone_types/calcite.json b/src/generated/resources/data/create/tags/items/stone_types/calcite.json index c55f39cd90..c51cd61032 100644 --- a/src/generated/resources/data/create/tags/items/stone_types/calcite.json +++ b/src/generated/resources/data/create/tags/items/stone_types/calcite.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_calcite", "create:cut_calcite_stairs", diff --git a/src/generated/resources/data/create/tags/items/stone_types/crimsite.json b/src/generated/resources/data/create/tags/items/stone_types/crimsite.json index f4678b9ea9..c7fd52879a 100644 --- a/src/generated/resources/data/create/tags/items/stone_types/crimsite.json +++ b/src/generated/resources/data/create/tags/items/stone_types/crimsite.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_crimsite", "create:cut_crimsite_stairs", diff --git a/src/generated/resources/data/create/tags/items/stone_types/deepslate.json b/src/generated/resources/data/create/tags/items/stone_types/deepslate.json index 5890622bb7..d3f7ecdf6b 100644 --- a/src/generated/resources/data/create/tags/items/stone_types/deepslate.json +++ b/src/generated/resources/data/create/tags/items/stone_types/deepslate.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_deepslate", "create:cut_deepslate_stairs", diff --git a/src/generated/resources/data/create/tags/items/stone_types/diorite.json b/src/generated/resources/data/create/tags/items/stone_types/diorite.json index 349145d2c1..7fc0e4a862 100644 --- a/src/generated/resources/data/create/tags/items/stone_types/diorite.json +++ b/src/generated/resources/data/create/tags/items/stone_types/diorite.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_diorite", "create:cut_diorite_stairs", diff --git a/src/generated/resources/data/create/tags/items/stone_types/dripstone.json b/src/generated/resources/data/create/tags/items/stone_types/dripstone.json index 489b883041..bcdd5850cd 100644 --- a/src/generated/resources/data/create/tags/items/stone_types/dripstone.json +++ b/src/generated/resources/data/create/tags/items/stone_types/dripstone.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_dripstone", "create:cut_dripstone_stairs", diff --git a/src/generated/resources/data/create/tags/items/stone_types/granite.json b/src/generated/resources/data/create/tags/items/stone_types/granite.json index d1184a45d9..a216687e91 100644 --- a/src/generated/resources/data/create/tags/items/stone_types/granite.json +++ b/src/generated/resources/data/create/tags/items/stone_types/granite.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_granite", "create:cut_granite_stairs", diff --git a/src/generated/resources/data/create/tags/items/stone_types/limestone.json b/src/generated/resources/data/create/tags/items/stone_types/limestone.json index b4cca990b9..3de74d034a 100644 --- a/src/generated/resources/data/create/tags/items/stone_types/limestone.json +++ b/src/generated/resources/data/create/tags/items/stone_types/limestone.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_limestone", "create:cut_limestone_stairs", diff --git a/src/generated/resources/data/create/tags/items/stone_types/ochrum.json b/src/generated/resources/data/create/tags/items/stone_types/ochrum.json index 2710a05f0d..2cd31771f8 100644 --- a/src/generated/resources/data/create/tags/items/stone_types/ochrum.json +++ b/src/generated/resources/data/create/tags/items/stone_types/ochrum.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_ochrum", "create:cut_ochrum_stairs", diff --git a/src/generated/resources/data/create/tags/items/stone_types/scorchia.json b/src/generated/resources/data/create/tags/items/stone_types/scorchia.json index e28030878a..2f1f85a4a2 100644 --- a/src/generated/resources/data/create/tags/items/stone_types/scorchia.json +++ b/src/generated/resources/data/create/tags/items/stone_types/scorchia.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_scorchia", "create:cut_scorchia_stairs", diff --git a/src/generated/resources/data/create/tags/items/stone_types/scoria.json b/src/generated/resources/data/create/tags/items/stone_types/scoria.json index e286ca52a2..751ffb6e66 100644 --- a/src/generated/resources/data/create/tags/items/stone_types/scoria.json +++ b/src/generated/resources/data/create/tags/items/stone_types/scoria.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_scoria", "create:cut_scoria_stairs", diff --git a/src/generated/resources/data/create/tags/items/stone_types/tuff.json b/src/generated/resources/data/create/tags/items/stone_types/tuff.json index 53091a1d73..2ec0e2537f 100644 --- a/src/generated/resources/data/create/tags/items/stone_types/tuff.json +++ b/src/generated/resources/data/create/tags/items/stone_types/tuff.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_tuff", "create:cut_tuff_stairs", diff --git a/src/generated/resources/data/create/tags/items/stone_types/veridium.json b/src/generated/resources/data/create/tags/items/stone_types/veridium.json index 34a18c3c3f..756c945aed 100644 --- a/src/generated/resources/data/create/tags/items/stone_types/veridium.json +++ b/src/generated/resources/data/create/tags/items/stone_types/veridium.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_veridium", "create:cut_veridium_stairs", diff --git a/src/generated/resources/data/create/tags/items/toolboxes.json b/src/generated/resources/data/create/tags/items/toolboxes.json index 1d7b0be452..0fbb2134d3 100644 --- a/src/generated/resources/data/create/tags/items/toolboxes.json +++ b/src/generated/resources/data/create/tags/items/toolboxes.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:white_toolbox", "create:orange_toolbox", diff --git a/src/generated/resources/data/create/tags/items/upright_on_belt.json b/src/generated/resources/data/create/tags/items/upright_on_belt.json index 76dfebfa32..a7c54c1ef8 100644 --- a/src/generated/resources/data/create/tags/items/upright_on_belt.json +++ b/src/generated/resources/data/create/tags/items/upright_on_belt.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:blaze_cake_base", "create:blaze_cake", diff --git a/src/generated/resources/data/create/tags/items/valve_handles.json b/src/generated/resources/data/create/tags/items/valve_handles.json index b86fee3d4a..a398d42d1a 100644 --- a/src/generated/resources/data/create/tags/items/valve_handles.json +++ b/src/generated/resources/data/create/tags/items/valve_handles.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:copper_valve_handle", "create:white_valve_handle", diff --git a/src/generated/resources/data/create/tags/items/vanilla_stripped_logs.json b/src/generated/resources/data/create/tags/items/vanilla_stripped_logs.json index cd4c7d9432..2810ed9e91 100644 --- a/src/generated/resources/data/create/tags/items/vanilla_stripped_logs.json +++ b/src/generated/resources/data/create/tags/items/vanilla_stripped_logs.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "minecraft:stripped_acacia_log", "minecraft:stripped_birch_log", @@ -8,6 +7,7 @@ "minecraft:stripped_jungle_log", "minecraft:stripped_oak_log", "minecraft:stripped_spruce_log", + "minecraft:stripped_mangrove_log", "minecraft:stripped_warped_stem" ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/items/vanilla_stripped_wood.json b/src/generated/resources/data/create/tags/items/vanilla_stripped_wood.json index d3b3646899..8c781afe87 100644 --- a/src/generated/resources/data/create/tags/items/vanilla_stripped_wood.json +++ b/src/generated/resources/data/create/tags/items/vanilla_stripped_wood.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "minecraft:stripped_acacia_wood", "minecraft:stripped_birch_wood", @@ -7,6 +6,7 @@ "minecraft:stripped_dark_oak_wood", "minecraft:stripped_jungle_wood", "minecraft:stripped_oak_wood", + "minecraft:stripped_mangrove_wood", "minecraft:stripped_spruce_wood", "minecraft:stripped_warped_hyphae" ] diff --git a/src/generated/resources/data/forge/tags/blocks/glass/colorless.json b/src/generated/resources/data/forge/tags/blocks/glass/colorless.json index ccebd5fdf6..9b285355d9 100644 --- a/src/generated/resources/data/forge/tags/blocks/glass/colorless.json +++ b/src/generated/resources/data/forge/tags/blocks/glass/colorless.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:tiled_glass", "create:framed_glass", diff --git a/src/generated/resources/data/forge/tags/blocks/glass_panes.json b/src/generated/resources/data/forge/tags/blocks/glass_panes.json index 9ec2f3e211..1e77aae5c9 100644 --- a/src/generated/resources/data/forge/tags/blocks/glass_panes.json +++ b/src/generated/resources/data/forge/tags/blocks/glass_panes.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:tiled_glass_pane", "create:framed_glass_pane", diff --git a/src/generated/resources/data/forge/tags/blocks/ores.json b/src/generated/resources/data/forge/tags/blocks/ores.json index 769d1bdfe7..233668476f 100644 --- a/src/generated/resources/data/forge/tags/blocks/ores.json +++ b/src/generated/resources/data/forge/tags/blocks/ores.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:zinc_ore", "create:deepslate_zinc_ore" diff --git a/src/generated/resources/data/forge/tags/blocks/ores/zinc.json b/src/generated/resources/data/forge/tags/blocks/ores/zinc.json index 769d1bdfe7..233668476f 100644 --- a/src/generated/resources/data/forge/tags/blocks/ores/zinc.json +++ b/src/generated/resources/data/forge/tags/blocks/ores/zinc.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:zinc_ore", "create:deepslate_zinc_ore" diff --git a/src/generated/resources/data/forge/tags/blocks/ores_in_ground/deepslate.json b/src/generated/resources/data/forge/tags/blocks/ores_in_ground/deepslate.json index dff61786a3..d90864e0e9 100644 --- a/src/generated/resources/data/forge/tags/blocks/ores_in_ground/deepslate.json +++ b/src/generated/resources/data/forge/tags/blocks/ores_in_ground/deepslate.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:deepslate_zinc_ore" ] diff --git a/src/generated/resources/data/forge/tags/blocks/ores_in_ground/stone.json b/src/generated/resources/data/forge/tags/blocks/ores_in_ground/stone.json index 9389dcb95a..57903fefea 100644 --- a/src/generated/resources/data/forge/tags/blocks/ores_in_ground/stone.json +++ b/src/generated/resources/data/forge/tags/blocks/ores_in_ground/stone.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:zinc_ore" ] diff --git a/src/generated/resources/data/forge/tags/blocks/relocation_not_supported.json b/src/generated/resources/data/forge/tags/blocks/relocation_not_supported.json index ef33e72efb..259661af42 100644 --- a/src/generated/resources/data/forge/tags/blocks/relocation_not_supported.json +++ b/src/generated/resources/data/forge/tags/blocks/relocation_not_supported.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:track" ] diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks.json index 914bc595f2..86d8e457a3 100644 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks.json +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:raw_zinc_block", "create:zinc_block", diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/brass.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/brass.json index 1628821d52..68d63367c1 100644 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/brass.json +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/brass.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:brass_block" ] diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/raw_zinc.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/raw_zinc.json index a699dcb5e4..2a16faf1ab 100644 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/raw_zinc.json +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/raw_zinc.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:raw_zinc_block" ] diff --git a/src/generated/resources/data/forge/tags/blocks/storage_blocks/zinc.json b/src/generated/resources/data/forge/tags/blocks/storage_blocks/zinc.json index c4e4a73b89..c187cdb378 100644 --- a/src/generated/resources/data/forge/tags/blocks/storage_blocks/zinc.json +++ b/src/generated/resources/data/forge/tags/blocks/storage_blocks/zinc.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:zinc_block" ] diff --git a/src/generated/resources/data/forge/tags/fluids/chocolate.json b/src/generated/resources/data/forge/tags/fluids/chocolate.json index 4311fa0152..592d344d70 100644 --- a/src/generated/resources/data/forge/tags/fluids/chocolate.json +++ b/src/generated/resources/data/forge/tags/fluids/chocolate.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:flowing_chocolate", "create:chocolate" diff --git a/src/generated/resources/data/forge/tags/fluids/honey.json b/src/generated/resources/data/forge/tags/fluids/honey.json index 6fab599f22..572e570a5e 100644 --- a/src/generated/resources/data/forge/tags/fluids/honey.json +++ b/src/generated/resources/data/forge/tags/fluids/honey.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:flowing_honey", "create:honey" diff --git a/src/generated/resources/data/forge/tags/fluids/tea.json b/src/generated/resources/data/forge/tags/fluids/tea.json index 088a219399..a4c3f1b4c5 100644 --- a/src/generated/resources/data/forge/tags/fluids/tea.json +++ b/src/generated/resources/data/forge/tags/fluids/tea.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:flowing_tea", "create:tea" diff --git a/src/generated/resources/data/forge/tags/items/beacon_payment.json b/src/generated/resources/data/forge/tags/items/beacon_payment.json index ad8bdef78a..5fe048cd69 100644 --- a/src/generated/resources/data/forge/tags/items/beacon_payment.json +++ b/src/generated/resources/data/forge/tags/items/beacon_payment.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#create:create_ingots" ] diff --git a/src/generated/resources/data/forge/tags/items/buckets/honey.json b/src/generated/resources/data/forge/tags/items/buckets/honey.json index 215063f0f0..3372fa0c17 100644 --- a/src/generated/resources/data/forge/tags/items/buckets/honey.json +++ b/src/generated/resources/data/forge/tags/items/buckets/honey.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:honey_bucket" ] diff --git a/src/generated/resources/data/forge/tags/items/dough.json b/src/generated/resources/data/forge/tags/items/dough.json index 9bdee5feca..7168476726 100644 --- a/src/generated/resources/data/forge/tags/items/dough.json +++ b/src/generated/resources/data/forge/tags/items/dough.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:dough" ] diff --git a/src/generated/resources/data/forge/tags/items/dough/wheat.json b/src/generated/resources/data/forge/tags/items/dough/wheat.json index 9bdee5feca..7168476726 100644 --- a/src/generated/resources/data/forge/tags/items/dough/wheat.json +++ b/src/generated/resources/data/forge/tags/items/dough/wheat.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:dough" ] diff --git a/src/generated/resources/data/forge/tags/items/flour.json b/src/generated/resources/data/forge/tags/items/flour.json index 7b4f9fd3d3..08430a8a36 100644 --- a/src/generated/resources/data/forge/tags/items/flour.json +++ b/src/generated/resources/data/forge/tags/items/flour.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:wheat_flour" ] diff --git a/src/generated/resources/data/forge/tags/items/flour/wheat.json b/src/generated/resources/data/forge/tags/items/flour/wheat.json index 7b4f9fd3d3..08430a8a36 100644 --- a/src/generated/resources/data/forge/tags/items/flour/wheat.json +++ b/src/generated/resources/data/forge/tags/items/flour/wheat.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:wheat_flour" ] diff --git a/src/generated/resources/data/forge/tags/items/glass/colorless.json b/src/generated/resources/data/forge/tags/items/glass/colorless.json index ccebd5fdf6..9b285355d9 100644 --- a/src/generated/resources/data/forge/tags/items/glass/colorless.json +++ b/src/generated/resources/data/forge/tags/items/glass/colorless.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:tiled_glass", "create:framed_glass", diff --git a/src/generated/resources/data/forge/tags/items/glass_panes.json b/src/generated/resources/data/forge/tags/items/glass_panes.json index 9ec2f3e211..1e77aae5c9 100644 --- a/src/generated/resources/data/forge/tags/items/glass_panes.json +++ b/src/generated/resources/data/forge/tags/items/glass_panes.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:tiled_glass_pane", "create:framed_glass_pane", diff --git a/src/generated/resources/data/forge/tags/items/ingots.json b/src/generated/resources/data/forge/tags/items/ingots.json index ad8bdef78a..5fe048cd69 100644 --- a/src/generated/resources/data/forge/tags/items/ingots.json +++ b/src/generated/resources/data/forge/tags/items/ingots.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#create:create_ingots" ] diff --git a/src/generated/resources/data/forge/tags/items/ingots/brass.json b/src/generated/resources/data/forge/tags/items/ingots/brass.json index feebc42939..8da710da4f 100644 --- a/src/generated/resources/data/forge/tags/items/ingots/brass.json +++ b/src/generated/resources/data/forge/tags/items/ingots/brass.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:brass_ingot" ] diff --git a/src/generated/resources/data/forge/tags/items/ingots/zinc.json b/src/generated/resources/data/forge/tags/items/ingots/zinc.json index 401a1ea1df..4a69689aa2 100644 --- a/src/generated/resources/data/forge/tags/items/ingots/zinc.json +++ b/src/generated/resources/data/forge/tags/items/ingots/zinc.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:zinc_ingot" ] diff --git a/src/generated/resources/data/forge/tags/items/nuggets.json b/src/generated/resources/data/forge/tags/items/nuggets.json index 129f7fcd8f..db086ba2f0 100644 --- a/src/generated/resources/data/forge/tags/items/nuggets.json +++ b/src/generated/resources/data/forge/tags/items/nuggets.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:copper_nugget", "create:zinc_nugget", diff --git a/src/generated/resources/data/forge/tags/items/nuggets/brass.json b/src/generated/resources/data/forge/tags/items/nuggets/brass.json index 3b9add6b09..b5e566ac01 100644 --- a/src/generated/resources/data/forge/tags/items/nuggets/brass.json +++ b/src/generated/resources/data/forge/tags/items/nuggets/brass.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:brass_nugget" ] diff --git a/src/generated/resources/data/forge/tags/items/nuggets/copper.json b/src/generated/resources/data/forge/tags/items/nuggets/copper.json index 555bdee2c4..a63fd5e553 100644 --- a/src/generated/resources/data/forge/tags/items/nuggets/copper.json +++ b/src/generated/resources/data/forge/tags/items/nuggets/copper.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:copper_nugget" ] diff --git a/src/generated/resources/data/forge/tags/items/nuggets/zinc.json b/src/generated/resources/data/forge/tags/items/nuggets/zinc.json index 55913868b9..c916df6604 100644 --- a/src/generated/resources/data/forge/tags/items/nuggets/zinc.json +++ b/src/generated/resources/data/forge/tags/items/nuggets/zinc.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:zinc_nugget" ] diff --git a/src/generated/resources/data/forge/tags/items/ores.json b/src/generated/resources/data/forge/tags/items/ores.json index 769d1bdfe7..233668476f 100644 --- a/src/generated/resources/data/forge/tags/items/ores.json +++ b/src/generated/resources/data/forge/tags/items/ores.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:zinc_ore", "create:deepslate_zinc_ore" diff --git a/src/generated/resources/data/forge/tags/items/ores/zinc.json b/src/generated/resources/data/forge/tags/items/ores/zinc.json index 769d1bdfe7..233668476f 100644 --- a/src/generated/resources/data/forge/tags/items/ores/zinc.json +++ b/src/generated/resources/data/forge/tags/items/ores/zinc.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:zinc_ore", "create:deepslate_zinc_ore" diff --git a/src/generated/resources/data/forge/tags/items/ores_in_ground/deepslate.json b/src/generated/resources/data/forge/tags/items/ores_in_ground/deepslate.json index dff61786a3..d90864e0e9 100644 --- a/src/generated/resources/data/forge/tags/items/ores_in_ground/deepslate.json +++ b/src/generated/resources/data/forge/tags/items/ores_in_ground/deepslate.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:deepslate_zinc_ore" ] diff --git a/src/generated/resources/data/forge/tags/items/ores_in_ground/stone.json b/src/generated/resources/data/forge/tags/items/ores_in_ground/stone.json index 9389dcb95a..57903fefea 100644 --- a/src/generated/resources/data/forge/tags/items/ores_in_ground/stone.json +++ b/src/generated/resources/data/forge/tags/items/ores_in_ground/stone.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:zinc_ore" ] diff --git a/src/generated/resources/data/forge/tags/items/plates.json b/src/generated/resources/data/forge/tags/items/plates.json index f07ec23534..59b5c00f67 100644 --- a/src/generated/resources/data/forge/tags/items/plates.json +++ b/src/generated/resources/data/forge/tags/items/plates.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:sturdy_sheet", "create:copper_sheet", diff --git a/src/generated/resources/data/forge/tags/items/plates/brass.json b/src/generated/resources/data/forge/tags/items/plates/brass.json index c4b2191c79..24ec699ec7 100644 --- a/src/generated/resources/data/forge/tags/items/plates/brass.json +++ b/src/generated/resources/data/forge/tags/items/plates/brass.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:brass_sheet" ] diff --git a/src/generated/resources/data/forge/tags/items/plates/copper.json b/src/generated/resources/data/forge/tags/items/plates/copper.json index 71079712b1..1846d6aaf5 100644 --- a/src/generated/resources/data/forge/tags/items/plates/copper.json +++ b/src/generated/resources/data/forge/tags/items/plates/copper.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:copper_sheet" ] diff --git a/src/generated/resources/data/forge/tags/items/plates/gold.json b/src/generated/resources/data/forge/tags/items/plates/gold.json index eeb5ecfdd3..35f7d2e419 100644 --- a/src/generated/resources/data/forge/tags/items/plates/gold.json +++ b/src/generated/resources/data/forge/tags/items/plates/gold.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:golden_sheet" ] diff --git a/src/generated/resources/data/forge/tags/items/plates/iron.json b/src/generated/resources/data/forge/tags/items/plates/iron.json index cfbf116322..c35b376d95 100644 --- a/src/generated/resources/data/forge/tags/items/plates/iron.json +++ b/src/generated/resources/data/forge/tags/items/plates/iron.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:iron_sheet" ] diff --git a/src/generated/resources/data/forge/tags/items/plates/obsidian.json b/src/generated/resources/data/forge/tags/items/plates/obsidian.json index 16459fc8de..288c49b523 100644 --- a/src/generated/resources/data/forge/tags/items/plates/obsidian.json +++ b/src/generated/resources/data/forge/tags/items/plates/obsidian.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:sturdy_sheet" ] diff --git a/src/generated/resources/data/forge/tags/items/raw_materials.json b/src/generated/resources/data/forge/tags/items/raw_materials.json index 24c13e1cef..938e1a88da 100644 --- a/src/generated/resources/data/forge/tags/items/raw_materials.json +++ b/src/generated/resources/data/forge/tags/items/raw_materials.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:raw_zinc" ] diff --git a/src/generated/resources/data/forge/tags/items/raw_materials/zinc.json b/src/generated/resources/data/forge/tags/items/raw_materials/zinc.json index 24c13e1cef..938e1a88da 100644 --- a/src/generated/resources/data/forge/tags/items/raw_materials/zinc.json +++ b/src/generated/resources/data/forge/tags/items/raw_materials/zinc.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:raw_zinc" ] diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks.json b/src/generated/resources/data/forge/tags/items/storage_blocks.json index 914bc595f2..86d8e457a3 100644 --- a/src/generated/resources/data/forge/tags/items/storage_blocks.json +++ b/src/generated/resources/data/forge/tags/items/storage_blocks.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:raw_zinc_block", "create:zinc_block", diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/brass.json b/src/generated/resources/data/forge/tags/items/storage_blocks/brass.json index 1628821d52..68d63367c1 100644 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/brass.json +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/brass.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:brass_block" ] diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/raw_zinc.json b/src/generated/resources/data/forge/tags/items/storage_blocks/raw_zinc.json index a699dcb5e4..2a16faf1ab 100644 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/raw_zinc.json +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/raw_zinc.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:raw_zinc_block" ] diff --git a/src/generated/resources/data/forge/tags/items/storage_blocks/zinc.json b/src/generated/resources/data/forge/tags/items/storage_blocks/zinc.json index c4e4a73b89..c187cdb378 100644 --- a/src/generated/resources/data/forge/tags/items/storage_blocks/zinc.json +++ b/src/generated/resources/data/forge/tags/items/storage_blocks/zinc.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:zinc_block" ] diff --git a/src/generated/resources/data/forge/tags/items/stripped_logs.json b/src/generated/resources/data/forge/tags/items/stripped_logs.json index 50422d6474..0b971bbf2f 100644 --- a/src/generated/resources/data/forge/tags/items/stripped_logs.json +++ b/src/generated/resources/data/forge/tags/items/stripped_logs.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#create:vanilla_stripped_logs", "#create:modded_stripped_logs" diff --git a/src/generated/resources/data/forge/tags/items/stripped_wood.json b/src/generated/resources/data/forge/tags/items/stripped_wood.json index f2c514588d..7c6bb3d40e 100644 --- a/src/generated/resources/data/forge/tags/items/stripped_wood.json +++ b/src/generated/resources/data/forge/tags/items/stripped_wood.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "#create:vanilla_stripped_wood", "#create:modded_stripped_wood" diff --git a/src/generated/resources/data/forge/tags/items/tools/wrench.json b/src/generated/resources/data/forge/tags/items/tools/wrench.json index bfa16b91bb..f9b476d39e 100644 --- a/src/generated/resources/data/forge/tags/items/tools/wrench.json +++ b/src/generated/resources/data/forge/tags/items/tools/wrench.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:wrench" ] diff --git a/src/generated/resources/data/minecraft/tags/blocks/azalea_root_replaceable.json b/src/generated/resources/data/minecraft/tags/blocks/azalea_root_replaceable.json index caf90849c5..eeb3c56152 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/azalea_root_replaceable.json +++ b/src/generated/resources/data/minecraft/tags/blocks/azalea_root_replaceable.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:asurine", "create:crimsite", diff --git a/src/generated/resources/data/minecraft/tags/blocks/beacon_base_blocks.json b/src/generated/resources/data/minecraft/tags/blocks/beacon_base_blocks.json index a1b3ce3d37..5642e46d2e 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/beacon_base_blocks.json +++ b/src/generated/resources/data/minecraft/tags/blocks/beacon_base_blocks.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:zinc_block", "create:brass_block" diff --git a/src/generated/resources/data/minecraft/tags/blocks/climbable.json b/src/generated/resources/data/minecraft/tags/blocks/climbable.json index 4098917428..93a0a9a09c 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/climbable.json +++ b/src/generated/resources/data/minecraft/tags/blocks/climbable.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:andesite_ladder", "create:brass_ladder", diff --git a/src/generated/resources/data/minecraft/tags/blocks/doors.json b/src/generated/resources/data/minecraft/tags/blocks/doors.json index 56284a409f..060700c4ec 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/doors.json +++ b/src/generated/resources/data/minecraft/tags/blocks/doors.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:train_door", "create:framed_glass_door" diff --git a/src/generated/resources/data/minecraft/tags/blocks/dripstone_replaceable_blocks.json b/src/generated/resources/data/minecraft/tags/blocks/dripstone_replaceable_blocks.json index caf90849c5..eeb3c56152 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/dripstone_replaceable_blocks.json +++ b/src/generated/resources/data/minecraft/tags/blocks/dripstone_replaceable_blocks.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:asurine", "create:crimsite", diff --git a/src/generated/resources/data/minecraft/tags/blocks/impermeable.json b/src/generated/resources/data/minecraft/tags/blocks/impermeable.json index 598a68c110..5cbfb7ca6d 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/impermeable.json +++ b/src/generated/resources/data/minecraft/tags/blocks/impermeable.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:tiled_glass", "create:framed_glass", diff --git a/src/generated/resources/data/minecraft/tags/blocks/lush_ground_replaceable.json b/src/generated/resources/data/minecraft/tags/blocks/lush_ground_replaceable.json index caf90849c5..eeb3c56152 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/lush_ground_replaceable.json +++ b/src/generated/resources/data/minecraft/tags/blocks/lush_ground_replaceable.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:asurine", "create:crimsite", diff --git a/src/generated/resources/data/minecraft/tags/blocks/mineable/axe.json b/src/generated/resources/data/minecraft/tags/blocks/mineable/axe.json index 3dfa8509f3..008241891d 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/mineable/axe.json +++ b/src/generated/resources/data/minecraft/tags/blocks/mineable/axe.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:schematic_table", "create:cogwheel", diff --git a/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json index 3394d19b5b..df62ba9e51 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json +++ b/src/generated/resources/data/minecraft/tags/blocks/mineable/pickaxe.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:schematicannon", "create:schematic_table", diff --git a/src/generated/resources/data/minecraft/tags/blocks/moss_replaceable.json b/src/generated/resources/data/minecraft/tags/blocks/moss_replaceable.json index caf90849c5..eeb3c56152 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/moss_replaceable.json +++ b/src/generated/resources/data/minecraft/tags/blocks/moss_replaceable.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:asurine", "create:crimsite", diff --git a/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json b/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json index 0368e8a7c8..6c9350ab27 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json +++ b/src/generated/resources/data/minecraft/tags/blocks/needs_iron_tool.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:zinc_ore", "create:deepslate_zinc_ore", diff --git a/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json b/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json index 0d2278b488..bc74271c2c 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json +++ b/src/generated/resources/data/minecraft/tags/blocks/needs_stone_tool.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:copper_shingles", "create:exposed_copper_shingles", diff --git a/src/generated/resources/data/minecraft/tags/blocks/rails.json b/src/generated/resources/data/minecraft/tags/blocks/rails.json index 88fb5594c1..c55f0feb60 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/rails.json +++ b/src/generated/resources/data/minecraft/tags/blocks/rails.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cart_assembler", "create:controller_rail" diff --git a/src/generated/resources/data/minecraft/tags/blocks/slabs.json b/src/generated/resources/data/minecraft/tags/blocks/slabs.json index 4b66f97083..84083a313a 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/slabs.json +++ b/src/generated/resources/data/minecraft/tags/blocks/slabs.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_granite_slab", "create:polished_cut_granite_slab", diff --git a/src/generated/resources/data/minecraft/tags/blocks/stairs.json b/src/generated/resources/data/minecraft/tags/blocks/stairs.json index 2e82e13fa5..f31f0c6ea2 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/stairs.json +++ b/src/generated/resources/data/minecraft/tags/blocks/stairs.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_granite_stairs", "create:polished_cut_granite_stairs", diff --git a/src/generated/resources/data/minecraft/tags/blocks/trapdoors.json b/src/generated/resources/data/minecraft/tags/blocks/trapdoors.json index f26c08a12c..ec7de00357 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/trapdoors.json +++ b/src/generated/resources/data/minecraft/tags/blocks/trapdoors.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:train_trapdoor", "create:framed_glass_trapdoor" diff --git a/src/generated/resources/data/minecraft/tags/blocks/walls.json b/src/generated/resources/data/minecraft/tags/blocks/walls.json index 890a97c81e..b7872a561f 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/walls.json +++ b/src/generated/resources/data/minecraft/tags/blocks/walls.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_granite_wall", "create:polished_cut_granite_wall", diff --git a/src/generated/resources/data/minecraft/tags/blocks/wooden_doors.json b/src/generated/resources/data/minecraft/tags/blocks/wooden_doors.json index 56284a409f..060700c4ec 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/wooden_doors.json +++ b/src/generated/resources/data/minecraft/tags/blocks/wooden_doors.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:train_door", "create:framed_glass_door" diff --git a/src/generated/resources/data/minecraft/tags/fluids/water.json b/src/generated/resources/data/minecraft/tags/fluids/water.json deleted file mode 100644 index 01d633e973..0000000000 --- a/src/generated/resources/data/minecraft/tags/fluids/water.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "replace": false, - "values": [ - "create:flowing_honey", - "create:honey", - "create:flowing_chocolate", - "create:chocolate" - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/minecraft/tags/items/doors.json b/src/generated/resources/data/minecraft/tags/items/doors.json index 56284a409f..060700c4ec 100644 --- a/src/generated/resources/data/minecraft/tags/items/doors.json +++ b/src/generated/resources/data/minecraft/tags/items/doors.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:train_door", "create:framed_glass_door" diff --git a/src/generated/resources/data/minecraft/tags/items/piglin_loved.json b/src/generated/resources/data/minecraft/tags/items/piglin_loved.json index 478bada693..46e769ef02 100644 --- a/src/generated/resources/data/minecraft/tags/items/piglin_loved.json +++ b/src/generated/resources/data/minecraft/tags/items/piglin_loved.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:golden_sheet", "create:crushed_gold_ore" diff --git a/src/generated/resources/data/minecraft/tags/items/slabs.json b/src/generated/resources/data/minecraft/tags/items/slabs.json index 4b66f97083..84083a313a 100644 --- a/src/generated/resources/data/minecraft/tags/items/slabs.json +++ b/src/generated/resources/data/minecraft/tags/items/slabs.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_granite_slab", "create:polished_cut_granite_slab", diff --git a/src/generated/resources/data/minecraft/tags/items/stairs.json b/src/generated/resources/data/minecraft/tags/items/stairs.json index 2e82e13fa5..f31f0c6ea2 100644 --- a/src/generated/resources/data/minecraft/tags/items/stairs.json +++ b/src/generated/resources/data/minecraft/tags/items/stairs.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_granite_stairs", "create:polished_cut_granite_stairs", diff --git a/src/generated/resources/data/minecraft/tags/items/trapdoors.json b/src/generated/resources/data/minecraft/tags/items/trapdoors.json index f26c08a12c..ec7de00357 100644 --- a/src/generated/resources/data/minecraft/tags/items/trapdoors.json +++ b/src/generated/resources/data/minecraft/tags/items/trapdoors.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:train_trapdoor", "create:framed_glass_trapdoor" diff --git a/src/generated/resources/data/minecraft/tags/items/walls.json b/src/generated/resources/data/minecraft/tags/items/walls.json index 890a97c81e..b7872a561f 100644 --- a/src/generated/resources/data/minecraft/tags/items/walls.json +++ b/src/generated/resources/data/minecraft/tags/items/walls.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:cut_granite_wall", "create:polished_cut_granite_wall", diff --git a/src/generated/resources/data/quark/tags/blocks/non_double_door.json b/src/generated/resources/data/quark/tags/blocks/non_double_door.json index 56284a409f..060700c4ec 100644 --- a/src/generated/resources/data/quark/tags/blocks/non_double_door.json +++ b/src/generated/resources/data/quark/tags/blocks/non_double_door.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:train_door", "create:framed_glass_door" diff --git a/src/main/java/com/simibubi/create/foundation/data/LangMerger.java b/src/main/java/com/simibubi/create/foundation/data/LangMerger.java index 9041b44033..a1ef77a1eb 100644 --- a/src/main/java/com/simibubi/create/foundation/data/LangMerger.java +++ b/src/main/java/com/simibubi/create/foundation/data/LangMerger.java @@ -1,24 +1,30 @@ package com.simibubi.create.foundation.data; import java.io.BufferedReader; +import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; +import java.io.OutputStreamWriter; +import java.io.Writer; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; import java.util.ArrayList; import java.util.HashMap; +import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Map.Entry; +import java.util.Set; +import org.apache.commons.lang3.mutable.MutableBoolean; import org.apache.commons.lang3.mutable.MutableInt; import org.apache.commons.lang3.mutable.MutableObject; import org.apache.commons.lang3.tuple.Pair; -import com.google.common.hash.HashCode; import com.google.common.hash.Hashing; +import com.google.common.hash.HashingOutputStream; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.JsonElement; @@ -61,7 +67,7 @@ public class LangMerger implements DataProvider { private void populateLangIgnore() { // Key prefixes added here will NOT be transferred to lang templates langIgnore.add("create.ponder.debug_"); // Ponder debug scene text - langIgnore.add("create.gui.chromatic_projector"); + langIgnore.add("create.gui.chromatic_projector"); } private boolean shouldIgnore(String key) { @@ -127,6 +133,27 @@ public class LangMerger implements DataProvider { try (BufferedReader reader = Files.newBufferedReader(path)) { JsonObject jsonobject = GsonHelper.fromJson(GSON, reader, JsonObject.class); + + /* + * Erase additional sections from previous lang in case registrate did not + * create a new one (this assumes advancements to be the first section after + * game elements) + */ + Set keysToRemove = new HashSet<>(); + MutableBoolean startErasing = new MutableBoolean(); + jsonobject.entrySet() + .stream() + .forEachOrdered(entry -> { + String key = entry.getKey(); + if (key.startsWith("advancement")) + startErasing.setTrue(); + if (startErasing.isFalse()) + return; + keysToRemove.add(key); + }); + jsonobject.remove("_"); + keysToRemove.forEach(jsonobject::remove); + addAll("Game Elements", jsonobject); reader.close(); } @@ -229,9 +256,15 @@ public class LangMerger implements DataProvider { private void save(CachedOutput cache, List dataIn, int missingKeys, Path target, String message) throws IOException { Create.LOGGER.info(message); - byte[] data = createString(dataIn, missingKeys).getBytes(StandardCharsets.UTF_8); - HashCode hash = Hashing.sha1().hashBytes(data); - cache.writeIfNeeded(target, data, hash); + + ByteArrayOutputStream bytearrayoutputstream = new ByteArrayOutputStream(); + HashingOutputStream hashingoutputstream = new HashingOutputStream(Hashing.sha1(), bytearrayoutputstream); + + Writer writer = new OutputStreamWriter(hashingoutputstream, StandardCharsets.UTF_8); + writer.append(createString(dataIn, missingKeys)); + writer.close(); + + cache.writeIfNeeded(target, bytearrayoutputstream.toByteArray(), hashingoutputstream.hash()); } protected String createString(List data, int missingKeys) { From caa498875c6f024fb17ed5d5764afc9fe0df62b1 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Fri, 19 Aug 2022 14:35:33 +0200 Subject: [PATCH 10/51] Ask First - Fixed Arms and Ejectors sending their placement configuration too early --- .../logistics/block/depot/EjectorItem.java | 15 ++++++---- .../block/depot/EjectorPlacementPacket.java | 30 +++++++++++++++++++ .../block/mechanicalArm/ArmItem.java | 18 ++++++----- .../mechanicalArm/ArmPlacementPacket.java | 30 +++++++++++++++++++ .../block/mechanicalArm/ArmTileEntity.java | 4 +-- .../foundation/networking/AllPackets.java | 4 +++ 6 files changed, 85 insertions(+), 16 deletions(-) diff --git a/src/main/java/com/simibubi/create/content/logistics/block/depot/EjectorItem.java b/src/main/java/com/simibubi/create/content/logistics/block/depot/EjectorItem.java index 18a2706a3a..a11995884b 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/depot/EjectorItem.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/depot/EjectorItem.java @@ -1,6 +1,9 @@ package com.simibubi.create.content.logistics.block.depot; +import com.simibubi.create.foundation.networking.AllPackets; + import net.minecraft.core.BlockPos; +import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.BlockItem; @@ -10,9 +13,8 @@ import net.minecraft.world.item.context.UseOnContext; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.state.BlockState; -import net.minecraftforge.api.distmarker.Dist; -import net.minecraftforge.fml.DistExecutor; import net.minecraftforge.fml.common.Mod.EventBusSubscriber; +import net.minecraftforge.network.PacketDistributor; @EventBusSubscriber public class EjectorItem extends BlockItem { @@ -36,11 +38,12 @@ public class EjectorItem extends BlockItem { } @Override - protected boolean updateCustomBlockEntityTag(BlockPos pos, Level world, Player p_195943_3_, ItemStack p_195943_4_, + protected boolean updateCustomBlockEntityTag(BlockPos pos, Level world, Player player, ItemStack p_195943_4_, BlockState p_195943_5_) { - if (world.isClientSide) - DistExecutor.unsafeRunWhenOn(Dist.CLIENT, () -> () -> EjectorTargetHandler.flushSettings(pos)); - return super.updateCustomBlockEntityTag(pos, world, p_195943_3_, p_195943_4_, p_195943_5_); + if (!world.isClientSide && player instanceof ServerPlayer sp) + AllPackets.channel.send(PacketDistributor.PLAYER.with(() -> sp), + new EjectorPlacementPacket.ClientBoundRequest(pos)); + return super.updateCustomBlockEntityTag(pos, world, player, p_195943_4_, p_195943_5_); } @Override diff --git a/src/main/java/com/simibubi/create/content/logistics/block/depot/EjectorPlacementPacket.java b/src/main/java/com/simibubi/create/content/logistics/block/depot/EjectorPlacementPacket.java index 3b56b438fa..1ed70b6997 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/depot/EjectorPlacementPacket.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/depot/EjectorPlacementPacket.java @@ -12,6 +12,8 @@ import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraft.world.level.block.state.BlockState; +import net.minecraftforge.api.distmarker.Dist; +import net.minecraftforge.fml.DistExecutor; import net.minecraftforge.network.NetworkEvent.Context; public class EjectorPlacementPacket extends SimplePacketBase { @@ -65,4 +67,32 @@ public class EjectorPlacementPacket extends SimplePacketBase { } + public static class ClientBoundRequest extends SimplePacketBase { + + BlockPos pos; + + public ClientBoundRequest(BlockPos pos) { + this.pos = pos; + } + + public ClientBoundRequest(FriendlyByteBuf buffer) { + this.pos = buffer.readBlockPos(); + } + + @Override + public void write(FriendlyByteBuf buffer) { + buffer.writeBlockPos(pos); + } + + @Override + public void handle(Supplier context) { + context.get() + .enqueueWork(() -> DistExecutor.unsafeRunWhenOn(Dist.CLIENT, + () -> () -> EjectorTargetHandler.flushSettings(pos))); + context.get() + .setPacketHandled(true); + } + + } + } diff --git a/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmItem.java b/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmItem.java index ee43890980..3ca57ea7d3 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmItem.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmItem.java @@ -1,6 +1,9 @@ package com.simibubi.create.content.logistics.block.mechanicalArm; +import com.simibubi.create.foundation.networking.AllPackets; + import net.minecraft.core.BlockPos; +import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.InteractionResult; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.BlockItem; @@ -9,9 +12,8 @@ import net.minecraft.world.item.context.UseOnContext; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.state.BlockState; -import net.minecraftforge.api.distmarker.Dist; -import net.minecraftforge.fml.DistExecutor; import net.minecraftforge.fml.common.Mod.EventBusSubscriber; +import net.minecraftforge.network.PacketDistributor; @EventBusSubscriber public class ArmItem extends BlockItem { @@ -30,16 +32,16 @@ public class ArmItem extends BlockItem { } @Override - protected boolean updateCustomBlockEntityTag(BlockPos pos, Level world, Player p_195943_3_, ItemStack p_195943_4_, + protected boolean updateCustomBlockEntityTag(BlockPos pos, Level world, Player player, ItemStack p_195943_4_, BlockState p_195943_5_) { - if (world.isClientSide) - DistExecutor.unsafeRunWhenOn(Dist.CLIENT, () -> () -> ArmInteractionPointHandler.flushSettings(pos)); - return super.updateCustomBlockEntityTag(pos, world, p_195943_3_, p_195943_4_, p_195943_5_); + if (!world.isClientSide && player instanceof ServerPlayer sp) + AllPackets.channel.send(PacketDistributor.PLAYER.with(() -> sp), + new ArmPlacementPacket.ClientBoundRequest(pos)); + return super.updateCustomBlockEntityTag(pos, world, player, p_195943_4_, p_195943_5_); } @Override - public boolean canAttackBlock(BlockState state, Level world, BlockPos pos, - Player p_195938_4_) { + public boolean canAttackBlock(BlockState state, Level world, BlockPos pos, Player p_195938_4_) { return !ArmInteractionPoint.isInteractable(world, pos, state); } diff --git a/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmPlacementPacket.java b/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmPlacementPacket.java index afa3229bec..f760e3abad 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmPlacementPacket.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmPlacementPacket.java @@ -13,6 +13,8 @@ import net.minecraft.network.FriendlyByteBuf; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraftforge.api.distmarker.Dist; +import net.minecraftforge.fml.DistExecutor; import net.minecraftforge.network.NetworkEvent.Context; public class ArmPlacementPacket extends SimplePacketBase { @@ -67,4 +69,32 @@ public class ArmPlacementPacket extends SimplePacketBase { } + public static class ClientBoundRequest extends SimplePacketBase { + + BlockPos pos; + + public ClientBoundRequest(BlockPos pos) { + this.pos = pos; + } + + public ClientBoundRequest(FriendlyByteBuf buffer) { + this.pos = buffer.readBlockPos(); + } + + @Override + public void write(FriendlyByteBuf buffer) { + buffer.writeBlockPos(pos); + } + + @Override + public void handle(Supplier context) { + context.get() + .enqueueWork(() -> DistExecutor.unsafeRunWhenOn(Dist.CLIENT, + () -> () -> ArmInteractionPointHandler.flushSettings(pos))); + context.get() + .setPacketHandled(true); + } + + } + } diff --git a/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmTileEntity.java b/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmTileEntity.java index 77eefd0309..c4f74e0473 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmTileEntity.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmTileEntity.java @@ -81,7 +81,7 @@ public class ArmTileEntity extends KineticTileEntity implements ITransformableTE super(typeIn, pos, state); inputs = new ArrayList<>(); outputs = new ArrayList<>(); - interactionPointTag = new ListTag(); + interactionPointTag = null; heldItem = ItemStack.EMPTY; phase = Phase.SEARCH_INPUTS; previousTarget = ArmAngleTarget.NO_TARGET; @@ -480,7 +480,7 @@ public class ArmTileEntity extends KineticTileEntity implements ITransformableTE } public void writeInteractionPoints(CompoundTag compound) { - if (updateInteractionPoints) { + if (updateInteractionPoints && interactionPointTag != null) { compound.put("InteractionPoints", interactionPointTag); } else { ListTag pointsNBT = new ListTag(); diff --git a/src/main/java/com/simibubi/create/foundation/networking/AllPackets.java b/src/main/java/com/simibubi/create/foundation/networking/AllPackets.java index 6dabd9875b..2bbf93b935 100644 --- a/src/main/java/com/simibubi/create/foundation/networking/AllPackets.java +++ b/src/main/java/com/simibubi/create/foundation/networking/AllPackets.java @@ -184,6 +184,10 @@ public enum AllPackets { S_TRAIN_PROMPT(TrainPromptPacket.class, TrainPromptPacket::new, PLAY_TO_CLIENT), CONTRAPTION_RELOCATION(ContraptionRelocationPacket.class, ContraptionRelocationPacket::new, PLAY_TO_CLIENT), TRACK_GRAPH_ROLL_CALL(TrackGraphRollCallPacket.class, TrackGraphRollCallPacket::new, PLAY_TO_CLIENT), + S_PLACE_EJECTOR(ArmPlacementPacket.ClientBoundRequest.class, ArmPlacementPacket.ClientBoundRequest::new, + PLAY_TO_CLIENT), + S_PLACE_ARM(EjectorPlacementPacket.ClientBoundRequest.class, EjectorPlacementPacket.ClientBoundRequest::new, + PLAY_TO_CLIENT), ; From d90682e7c3286713432d2426dca8043c221030b1 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Fri, 19 Aug 2022 20:41:36 +0200 Subject: [PATCH 11/51] Angry Conductor - Added a train hat offset suitable for wardens --- .../trains/management/schedule/TrainHatArmorLayer.java | 4 ++++ .../logistics/trains/management/schedule/TrainHatOffsets.java | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/TrainHatArmorLayer.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/TrainHatArmorLayer.java index 29593a164f..cd13804f69 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/TrainHatArmorLayer.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/TrainHatArmorLayer.java @@ -16,6 +16,7 @@ import net.minecraft.client.model.EntityModel; import net.minecraft.client.model.HierarchicalModel; import net.minecraft.client.model.LavaSlimeModel; import net.minecraft.client.model.SlimeModel; +import net.minecraft.client.model.WardenModel; import net.minecraft.client.model.WolfModel; import net.minecraft.client.model.geom.ModelPart; import net.minecraft.client.model.geom.ModelPart.Cube; @@ -94,6 +95,9 @@ public class TrainHatArmorLayer boolean slime = model instanceof SlimeModel || model instanceof LavaSlimeModel; ModelPart head = model.root().children.get(slime ? "cube" : "head"); + if (model instanceof WardenModel) + head = model.root().children.get("bone").children.get("body").children.get("head"); + if (head != null) { head.translateAndRotate(ms); diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/TrainHatOffsets.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/TrainHatOffsets.java index f1f7ddc986..baa4f195eb 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/TrainHatOffsets.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/TrainHatOffsets.java @@ -22,6 +22,7 @@ import net.minecraft.client.model.SheepModel; import net.minecraft.client.model.SlimeModel; import net.minecraft.client.model.SnowGolemModel; import net.minecraft.client.model.SpiderModel; +import net.minecraft.client.model.WardenModel; import net.minecraft.client.model.WolfModel; import net.minecraft.world.phys.Vec3; @@ -91,6 +92,9 @@ public class TrainHatOffsets { y += 2f; } else if (model instanceof ParrotModel) { z -= 1.5f; + } else if (model instanceof WardenModel) { + y += 3.5f; + z += .5f; } } From a027f82252984211459e7bea910f3f03bddb09e4 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Wed, 24 Aug 2022 10:42:43 +0200 Subject: [PATCH 12/51] Armed and unprepared - Fixed Mechanical Arms losing their configuration when placed in survival mode --- .../content/logistics/block/depot/EjectorTargetHandler.java | 3 --- .../block/mechanicalArm/ArmInteractionPointHandler.java | 2 +- .../logistics/block/mechanicalArm/ArmTileEntity.java | 6 ++++++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/simibubi/create/content/logistics/block/depot/EjectorTargetHandler.java b/src/main/java/com/simibubi/create/content/logistics/block/depot/EjectorTargetHandler.java index 8d84b0c334..978f40a9b4 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/depot/EjectorTargetHandler.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/depot/EjectorTargetHandler.java @@ -86,9 +86,6 @@ public class EjectorTargetHandler { } public static void flushSettings(BlockPos pos) { - if (currentItem == null) - return; - int h = 0; int v = 0; diff --git a/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmInteractionPointHandler.java b/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmInteractionPointHandler.java index 18b3eccd45..0fa1ed3d12 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmInteractionPointHandler.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmInteractionPointHandler.java @@ -89,7 +89,7 @@ public class ArmInteractionPointHandler { } public static void flushSettings(BlockPos pos) { - if (currentItem == null) + if (currentSelection == null) return; int removed = 0; diff --git a/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmTileEntity.java b/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmTileEntity.java index c4f74e0473..2c9cd4a265 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmTileEntity.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/mechanicalArm/ArmTileEntity.java @@ -66,6 +66,7 @@ public class ArmTileEntity extends KineticTileEntity implements ITransformableTE LerpedFloat clawAngle; float previousBaseAngle; boolean updateInteractionPoints; + int tooltipWarmup; // protected ScrollOptionBehaviour selectionMode; @@ -97,6 +98,7 @@ public class ArmTileEntity extends KineticTileEntity implements ITransformableTE previousBaseAngle = previousTarget.baseAngle; updateInteractionPoints = true; redstoneLocked = false; + tooltipWarmup = 15; } @Override @@ -118,6 +120,8 @@ public class ArmTileEntity extends KineticTileEntity implements ITransformableTE initInteractionPoints(); boolean targetReached = tickMovementProgress(); + if (tooltipWarmup > 0) + tooltipWarmup--; if (chasedPointProgress < 1) { if (phase == Phase.MOVE_TO_INPUT) { ArmInteractionPoint point = getTargetedInteractionPoint(); @@ -561,6 +565,8 @@ public class ArmTileEntity extends KineticTileEntity implements ITransformableTE return true; if (isPlayerSneaking) return false; + if (tooltipWarmup > 0) + return false; if (!inputs.isEmpty()) return false; if (!outputs.isEmpty()) From 1a8434d09c8ab2c74ddb2161f15f9e89aab91112 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Tue, 6 Sep 2022 15:49:02 +0200 Subject: [PATCH 13/51] Flywheel Bump --- gradle.properties | 2 +- .../resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa | 2 +- .../resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba | 2 +- .../resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da | 2 +- .../resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 | 2 +- .../resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 | 2 +- .../resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 | 4 ++-- .../resources/.cache/b256105d8411632b0d585496ea8944a751a08034 | 2 +- .../resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gradle.properties b/gradle.properties index 53752768da..865661aefd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ parchment_version = 2022.08.10 # dependency versions registrate_version = MC1.19-1.1.5 flywheel_minecraft_version = 1.19.2 -flywheel_version = 0.6.5-3 +flywheel_version = 0.6.5-4 jei_minecraft_version = 1.19.2 jei_version = 11.2.0.254 curios_minecraft_version = 1.19.2 diff --git a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa index 8179016b19..e5fe05abe9 100644 --- a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa +++ b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa @@ -1,4 +1,4 @@ -// 1.19.2 2022-08-19T13:22:19.0640652 Create's Sequenced Assembly Recipes +// 1.19.2 2022-09-06T15:47:33.6198974 Create's Sequenced Assembly Recipes e6efd0d76dc451a44b663a453cef6e6656ad523f data/create/recipes/sequenced_assembly/precision_mechanism.json 0cdbd4f583aa0a2aa8f3ca2827199bede1732722 data/create/recipes/sequenced_assembly/sturdy_sheet.json 1274315b5c570722d6f5b2ed7f5e53fe01b6288a data/create/recipes/sequenced_assembly/track.json diff --git a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba index 4ae508aecf..8a7acaf4f1 100644 --- a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba +++ b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba @@ -1,4 +1,4 @@ -// 1.19.2 2022-08-19T13:22:19.0132011 Create's Advancements +// 1.19.2 2022-09-06T15:47:33.6178697 Create's Advancements 2079ae09cf699108a8035ced7ca712fed4ab1577 data/create/advancements/andesite_alloy.json 082d3987c5e074ed50be4a94a6fdc17120af241b data/create/advancements/andesite_casing.json 4618109cfb4550fd8e19dc9d794ef24398b10a61 data/create/advancements/anvil_plough.json diff --git a/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da b/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da index 2f982d85a3..3a6f4c6ff7 100644 --- a/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da +++ b/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da @@ -1,4 +1,4 @@ -// 1.19.2 2022-08-19T13:22:19.0062195 Lang merger +// 1.19.2 2022-09-06T15:47:33.6198974 Lang merger 75ff93ca417508e99366b12fb847ae538c9efd3f assets/create/lang/en_us.json d35c5761372f7d24895831d072ee5fa2c9d62989 assets/create/lang/unfinished/de_de.json ea839cef2282b2adf87f389db484d42132f020e5 assets/create/lang/unfinished/es_cl.json diff --git a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 index 10b86d5c6d..e58747ece2 100644 --- a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 +++ b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 @@ -1,4 +1,4 @@ -// 1.19.2 2022-08-19T13:22:19.005224 Create's Mechanical Crafting Recipes +// 1.19.2 2022-09-06T15:47:33.6208868 Create's Mechanical Crafting Recipes f076d64d9f30709bed34775136c9241097b28aa9 data/create/recipes/mechanical_crafting/crushing_wheel.json 694dca9dcff246bb7f560b3304fcc244c53217d5 data/create/recipes/mechanical_crafting/extendo_grip.json 3b2837b08607c1ca466fa3eb418209b2e55da6ba data/create/recipes/mechanical_crafting/potato_cannon.json diff --git a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 index 58596de183..d30b5dd3fd 100644 --- a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 +++ b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 @@ -1,4 +1,4 @@ -// 1.19.2 2022-08-19T13:22:19.0072169 Create's Standard Recipes +// 1.19.2 2022-09-06T15:47:33.6078714 Create's Standard Recipes b397254b7cdb19d1c64ed1c30e1f6aa5c8af7270 data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json c14aec90afe9450b7dd472ff612e2f8013d09abf data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json fd9a8eb94364c8424f23c510900ef9cd0904b53e data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json diff --git a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 index 1a04d9d689..ac8395a33e 100644 --- a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 +++ b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 @@ -1,4 +1,4 @@ -// 1.19.2 2022-08-19T13:22:19.0141977 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] +// 1.19.2 2022-09-06T15:47:33.6218847 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] 60bbdf92d2ac9824ea6144955c74043a6005f79d assets/create/blockstates/acacia_window.json 6a67703c2697d81b7dc83e9d72a66f9c9ff08383 assets/create/blockstates/acacia_window_pane.json c3ae87b62e81d8e9476eccd793bb1548d74c66a1 assets/create/blockstates/adjustable_chain_gearshift.json @@ -4492,7 +4492,7 @@ e3510f08cc217e52b58692dcc7f3eda0289ff751 data/create/tags/blocks/passive_boiler_ da739ad2160e7df4e0e5cc89587670ce5e9450c3 data/create/tags/blocks/valve_handles.json 72143286fb5cb372a0696550e2eac76ca50e6fbc data/create/tags/blocks/windmill_sails.json 35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/create/tags/blocks/windowable.json -678621ed2b9a02be7ad3dc6de46600206f027f24 data/create/tags/blocks/wrench_pickup.json +a6bf5ef4c5b84dfa0371fcce8444d8ac9651bac4 data/create/tags/blocks/wrench_pickup.json 894e1e4fd1e32712abdda18ec64ab13750d3c039 data/create/tags/fluids/bottomless/allow.json 35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/create/tags/fluids/bottomless/deny.json 35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/create/tags/items/blaze_burner_fuel/regular.json diff --git a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 index e19aac39ec..976838a5f8 100644 --- a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 +++ b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 @@ -1,4 +1,4 @@ -// 1.19.2 2022-08-19T13:22:19.0650621 Create's Processing Recipes +// 1.19.2 2022-09-06T15:47:33.6128825 Create's Processing Recipes 3c94326fb730f68c1e44fe1e2ef09c9db6ffd92b data/create/recipes/compacting/andesite_from_flint.json 8d3d5b31f3601b9f681ff710e0545a483a1494c6 data/create/recipes/compacting/blaze_cake.json 8bd7f4e3a686ab520b2d55594d2018d0e9a50c91 data/create/recipes/compacting/chocolate.json diff --git a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 index 4a1542dac9..e4dab034f5 100644 --- a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 +++ b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 @@ -1,2 +1,2 @@ -// 1.19.2 2022-08-19T13:22:19.0032266 Create's Custom Sounds +// 1.19.2 2022-09-06T15:47:33.6128825 Create's Custom Sounds 043955db25ffe58e7debb9a4f11e41a9571376e6 assets/create/sounds.json From b2cbe03b7fdd94fb322f3c7880900ab0940612c3 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Sat, 17 Sep 2022 22:22:36 +0200 Subject: [PATCH 14/51] Frog Hat --- .../4c6aefd01d2f404cb6dd8a4f408ce8f3778751da | 36 +++++++++---------- .../8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 | 4 +-- .../assets/create/lang/unfinished/de_de.json | 2 +- .../assets/create/lang/unfinished/es_cl.json | 2 +- .../assets/create/lang/unfinished/es_es.json | 2 +- .../assets/create/lang/unfinished/fr_fr.json | 2 +- .../assets/create/lang/unfinished/it_it.json | 2 +- .../assets/create/lang/unfinished/ja_jp.json | 2 +- .../assets/create/lang/unfinished/ko_kr.json | 2 +- .../assets/create/lang/unfinished/nl_nl.json | 2 +- .../assets/create/lang/unfinished/pl_pl.json | 2 +- .../assets/create/lang/unfinished/pt_br.json | 2 +- .../assets/create/lang/unfinished/pt_pt.json | 2 +- .../assets/create/lang/unfinished/ro_ro.json | 2 +- .../assets/create/lang/unfinished/ru_ru.json | 2 +- .../assets/create/lang/unfinished/uk_ua.json | 2 +- .../assets/create/lang/unfinished/zh_cn.json | 2 +- .../assets/create/lang/unfinished/zh_tw.json | 2 +- .../create/tags/blocks/fan_transparent.json | 3 +- .../java/com/simibubi/create/AllTags.java | 1 + .../components/actors/SeatEntity.java | 3 ++ .../schedule/TrainHatArmorLayer.java | 9 ++++- .../management/schedule/TrainHatOffsets.java | 4 +++ 23 files changed, 54 insertions(+), 38 deletions(-) diff --git a/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da b/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da index 3a6f4c6ff7..a201c2b2a6 100644 --- a/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da +++ b/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da @@ -1,18 +1,18 @@ -// 1.19.2 2022-09-06T15:47:33.6198974 Lang merger -75ff93ca417508e99366b12fb847ae538c9efd3f assets/create/lang/en_us.json -d35c5761372f7d24895831d072ee5fa2c9d62989 assets/create/lang/unfinished/de_de.json -ea839cef2282b2adf87f389db484d42132f020e5 assets/create/lang/unfinished/es_cl.json -9602fc4fdea27ce127327579293a5211c1d146f1 assets/create/lang/unfinished/es_es.json -9cf5e657bcb9dced3762b4c37f435043c2257689 assets/create/lang/unfinished/fr_fr.json -8b3d3bc7092f9bd06282931a3cbc909b337e7000 assets/create/lang/unfinished/it_it.json -5a0dfc27e00c9edbe605bff1acd484d316ac4234 assets/create/lang/unfinished/ja_jp.json -9c13085d2a94687a693369724c9280aca5ec9acd assets/create/lang/unfinished/ko_kr.json -9143a669f24557bd31f559ac9db215d120ac6640 assets/create/lang/unfinished/nl_nl.json -f944f6188b5f4732172485b4f07ef498550bc1b9 assets/create/lang/unfinished/pl_pl.json -fda24e5f60550f683eb2082ef45e42c0937887db assets/create/lang/unfinished/pt_br.json -8ff2f07fe8c5d9473e4f08f4c8bce3733637190b assets/create/lang/unfinished/pt_pt.json -a6ddb0fd2350f1d92416b0a23de60e591f59edad assets/create/lang/unfinished/ro_ro.json -9cab5179ea484f0a2256c3bb9aaa215646555662 assets/create/lang/unfinished/ru_ru.json -8497a7199ce98e43e3d0a7957b1f681557f54b53 assets/create/lang/unfinished/uk_ua.json -1e6355c5e6d5f9ea93cbbabf07291b8bc6bfefb9 assets/create/lang/unfinished/zh_cn.json -2a3e0a986682278d96c3d2fdd316255fde7e9e55 assets/create/lang/unfinished/zh_tw.json +// 1.19.2 2022-09-17T21:51:07.3712389 Lang merger +ca7295cdf5aedac28119596bf480757bf3ff4b17 assets/create/lang/en_us.json +a983fbc8286052188d28afd01de061bb3c97eea3 assets/create/lang/unfinished/de_de.json +f892b130f0b1ccac28c6e7d4e69d81cb1190b466 assets/create/lang/unfinished/es_cl.json +affc91bb228051babc38cbbc40986b6554b3ddaa assets/create/lang/unfinished/es_es.json +1296d8eb7489184c2e6099a6d784ddf1d676e337 assets/create/lang/unfinished/fr_fr.json +433bd052bf87efb9fb57bb2848442d83dde436ec assets/create/lang/unfinished/it_it.json +948747c66214f34510568eea3b93ee49bd690448 assets/create/lang/unfinished/ja_jp.json +5b3c88caf51dff87ea23be21c0ccda4973f57032 assets/create/lang/unfinished/ko_kr.json +27ae9264c43dc0712e49867e2e72accc170fa889 assets/create/lang/unfinished/nl_nl.json +7dc0293b0407ce4cd624732961b1c47c5c71b811 assets/create/lang/unfinished/pl_pl.json +e4dcb5f3260118ae6ff70d0f4000e045426046d9 assets/create/lang/unfinished/pt_br.json +d35b90d4653624ade66cd7d5969743403d9a4f0e assets/create/lang/unfinished/pt_pt.json +9d07accc39dedda6bc67411dbc223dc436f77709 assets/create/lang/unfinished/ro_ro.json +6288290f72d6ff33cbcf0fdcbff927e90d4eab78 assets/create/lang/unfinished/ru_ru.json +c8632e1dbeeb5f7b91d4a50bc616ed2666479ee1 assets/create/lang/unfinished/uk_ua.json +c6071b1b85a10ed8d16c0bfed6966857a6a77c1a assets/create/lang/unfinished/zh_cn.json +c42df91108c442aa0e4e5d6a7ee9938154c9c9c3 assets/create/lang/unfinished/zh_tw.json diff --git a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 index ac8395a33e..b2e7e8145f 100644 --- a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 +++ b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 @@ -1,4 +1,4 @@ -// 1.19.2 2022-09-06T15:47:33.6218847 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] +// 1.19.2 2022-09-17T21:51:07.3812115 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] 60bbdf92d2ac9824ea6144955c74043a6005f79d assets/create/blockstates/acacia_window.json 6a67703c2697d81b7dc83e9d72a66f9c9ff08383 assets/create/blockstates/acacia_window_pane.json c3ae87b62e81d8e9476eccd793bb1548d74c66a1 assets/create/blockstates/adjustable_chain_gearshift.json @@ -4482,7 +4482,7 @@ fd2aaa5ab155c675e7ef4c143106428f181056af data/create/recipes/weathered_copper_ti f1a03ac86925e26cbec6aeeada2eafb40008fc8e data/create/recipes/weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting.json 9987e9a451ed98d1879639e0604a040c46c3055a data/create/tags/blocks/brittle.json 8b6c0b444b15f7fb2d55b9cbcb68537c1269f877 data/create/tags/blocks/casing.json -e22ec7123f64a49ed0c4912ce10fc116e1c20d46 data/create/tags/blocks/fan_transparent.json +6cdcc024d7bc2c631f17958f99fcf4f767dc15db data/create/tags/blocks/fan_transparent.json 4970078b49ddac1b1d500ed0469cedf42bdc3d35 data/create/tags/blocks/non_movable.json 06e13efbb7b0d09ff7ecd1a7dc45a0760b91ad67 data/create/tags/blocks/ore_override_stone.json e3510f08cc217e52b58692dcc7f3eda0289ff751 data/create/tags/blocks/passive_boiler_heaters.json diff --git a/src/generated/resources/assets/create/lang/unfinished/de_de.json b/src/generated/resources/assets/create/lang/unfinished/de_de.json index 58dc3ed04c..d5c777b8b9 100644 --- a/src/generated/resources/assets/create/lang/unfinished/de_de.json +++ b/src/generated/resources/assets/create/lang/unfinished/de_de.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 840", + "_": "Missing Localizations: 842", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/es_cl.json b/src/generated/resources/assets/create/lang/unfinished/es_cl.json index 4586a1a7dc..44a3d7ccee 100644 --- a/src/generated/resources/assets/create/lang/unfinished/es_cl.json +++ b/src/generated/resources/assets/create/lang/unfinished/es_cl.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 986", + "_": "Missing Localizations: 988", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/es_es.json b/src/generated/resources/assets/create/lang/unfinished/es_es.json index 43554d19b1..5963cbf0a1 100644 --- a/src/generated/resources/assets/create/lang/unfinished/es_es.json +++ b/src/generated/resources/assets/create/lang/unfinished/es_es.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 6", + "_": "Missing Localizations: 8", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/fr_fr.json b/src/generated/resources/assets/create/lang/unfinished/fr_fr.json index fe74720b3d..956fdcdce9 100644 --- a/src/generated/resources/assets/create/lang/unfinished/fr_fr.json +++ b/src/generated/resources/assets/create/lang/unfinished/fr_fr.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 2137", + "_": "Missing Localizations: 2139", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/it_it.json b/src/generated/resources/assets/create/lang/unfinished/it_it.json index 488677c182..8974aa4bb5 100644 --- a/src/generated/resources/assets/create/lang/unfinished/it_it.json +++ b/src/generated/resources/assets/create/lang/unfinished/it_it.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 6", + "_": "Missing Localizations: 8", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/ja_jp.json b/src/generated/resources/assets/create/lang/unfinished/ja_jp.json index 3dd4fd76bc..b90d3f2d93 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ja_jp.json +++ b/src/generated/resources/assets/create/lang/unfinished/ja_jp.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 2", + "_": "Missing Localizations: 4", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/ko_kr.json b/src/generated/resources/assets/create/lang/unfinished/ko_kr.json index c55f4b48ae..296d4d9b33 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ko_kr.json +++ b/src/generated/resources/assets/create/lang/unfinished/ko_kr.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 6", + "_": "Missing Localizations: 8", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/nl_nl.json b/src/generated/resources/assets/create/lang/unfinished/nl_nl.json index ec2b9b9b43..e024272acc 100644 --- a/src/generated/resources/assets/create/lang/unfinished/nl_nl.json +++ b/src/generated/resources/assets/create/lang/unfinished/nl_nl.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 2485", + "_": "Missing Localizations: 2487", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/pl_pl.json b/src/generated/resources/assets/create/lang/unfinished/pl_pl.json index 1d233faaee..2b88207edd 100644 --- a/src/generated/resources/assets/create/lang/unfinished/pl_pl.json +++ b/src/generated/resources/assets/create/lang/unfinished/pl_pl.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 10", + "_": "Missing Localizations: 12", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/pt_br.json b/src/generated/resources/assets/create/lang/unfinished/pt_br.json index c755998fcc..c66d1e001f 100644 --- a/src/generated/resources/assets/create/lang/unfinished/pt_br.json +++ b/src/generated/resources/assets/create/lang/unfinished/pt_br.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 1329", + "_": "Missing Localizations: 1331", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/pt_pt.json b/src/generated/resources/assets/create/lang/unfinished/pt_pt.json index bf9b45fe5b..212b2952b7 100644 --- a/src/generated/resources/assets/create/lang/unfinished/pt_pt.json +++ b/src/generated/resources/assets/create/lang/unfinished/pt_pt.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 2194", + "_": "Missing Localizations: 2196", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/ro_ro.json b/src/generated/resources/assets/create/lang/unfinished/ro_ro.json index 2adfac2f90..05e1d423bb 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ro_ro.json +++ b/src/generated/resources/assets/create/lang/unfinished/ro_ro.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 653", + "_": "Missing Localizations: 655", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/ru_ru.json b/src/generated/resources/assets/create/lang/unfinished/ru_ru.json index 27e9fa7eb2..8d6dbd7765 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ru_ru.json +++ b/src/generated/resources/assets/create/lang/unfinished/ru_ru.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 2", + "_": "Missing Localizations: 4", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/uk_ua.json b/src/generated/resources/assets/create/lang/unfinished/uk_ua.json index f8c2f54b7c..4b1d51fca4 100644 --- a/src/generated/resources/assets/create/lang/unfinished/uk_ua.json +++ b/src/generated/resources/assets/create/lang/unfinished/uk_ua.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 984", + "_": "Missing Localizations: 986", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/zh_cn.json b/src/generated/resources/assets/create/lang/unfinished/zh_cn.json index 18ed645037..dda75f7d23 100644 --- a/src/generated/resources/assets/create/lang/unfinished/zh_cn.json +++ b/src/generated/resources/assets/create/lang/unfinished/zh_cn.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 2", + "_": "Missing Localizations: 4", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/zh_tw.json b/src/generated/resources/assets/create/lang/unfinished/zh_tw.json index 00e9705301..6d1e91d7dc 100644 --- a/src/generated/resources/assets/create/lang/unfinished/zh_tw.json +++ b/src/generated/resources/assets/create/lang/unfinished/zh_tw.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 6", + "_": "Missing Localizations: 8", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/data/create/tags/blocks/fan_transparent.json b/src/generated/resources/data/create/tags/blocks/fan_transparent.json index 98b820355c..31f1beff89 100644 --- a/src/generated/resources/data/create/tags/blocks/fan_transparent.json +++ b/src/generated/resources/data/create/tags/blocks/fan_transparent.json @@ -5,6 +5,7 @@ "create:sail_frame", "#minecraft:fences", "#minecraft:campfires", - "minecraft:iron_bars" + "minecraft:iron_bars", + "minecraft:mangrove_roots" ] } \ No newline at end of file diff --git a/src/main/java/com/simibubi/create/AllTags.java b/src/main/java/com/simibubi/create/AllTags.java index f5071814b2..5a9633245b 100644 --- a/src/main/java/com/simibubi/create/AllTags.java +++ b/src/main/java/com/simibubi/create/AllTags.java @@ -399,6 +399,7 @@ public class AllTags { AllBlockTags.FAN_TRANSPARENT.includeAll(BlockTags.FENCES); AllBlockTags.FAN_TRANSPARENT.includeAll(BlockTags.CAMPFIRES); AllBlockTags.FAN_TRANSPARENT.add(Blocks.IRON_BARS); + AllBlockTags.FAN_TRANSPARENT.add(Blocks.MANGROVE_ROOTS); AllBlockTags.PASSIVE_BOILER_HEATERS.includeAll(BlockTags.FIRE); AllBlockTags.PASSIVE_BOILER_HEATERS.includeAll(BlockTags.CAMPFIRES); diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/actors/SeatEntity.java b/src/main/java/com/simibubi/create/content/contraptions/components/actors/SeatEntity.java index 761a6c30ba..428de37903 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/actors/SeatEntity.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/actors/SeatEntity.java @@ -17,6 +17,7 @@ import net.minecraft.world.entity.TamableAnimal; import net.minecraft.world.entity.animal.Cat; import net.minecraft.world.entity.animal.Parrot; import net.minecraft.world.entity.animal.Wolf; +import net.minecraft.world.entity.animal.frog.Frog; import net.minecraft.world.entity.monster.Creeper; import net.minecraft.world.entity.monster.Skeleton; import net.minecraft.world.entity.monster.Slime; @@ -73,6 +74,8 @@ public class SeatEntity extends Entity implements IEntityAdditionalSpawnData { return 1 / 8f; if (entity instanceof Wolf) return 1 / 16f; + if (entity instanceof Frog) + return 1 / 8f + 1 / 64f; return 0; } diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/TrainHatArmorLayer.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/TrainHatArmorLayer.java index cd13804f69..3e21113554 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/TrainHatArmorLayer.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/TrainHatArmorLayer.java @@ -13,6 +13,7 @@ import com.simibubi.create.foundation.utility.Couple; import net.minecraft.client.model.AgeableListModel; import net.minecraft.client.model.AxolotlModel; import net.minecraft.client.model.EntityModel; +import net.minecraft.client.model.FrogModel; import net.minecraft.client.model.HierarchicalModel; import net.minecraft.client.model.LavaSlimeModel; import net.minecraft.client.model.SlimeModel; @@ -59,6 +60,7 @@ public class TrainHatArmorLayer boolean valid = false; TransformStack msr = TransformStack.cast(ms); + float scale = 1; if (entityModel instanceof AgeableListModel model) { if (model.young) { @@ -98,13 +100,18 @@ public class TrainHatArmorLayer if (model instanceof WardenModel) head = model.root().children.get("bone").children.get("body").children.get("head"); + if (model instanceof FrogModel) { + head = model.root().children.get("body").children.get("head"); + scale = .5f; + } + if (head != null) { head.translateAndRotate(ms); if (!head.isEmpty()) { Cube cube = head.cubes.get(0); ms.translate(offset.x, (cube.minY - cube.maxY + offset.y) / 16f, offset.z / 16f); - float max = Math.max(cube.maxX - cube.minX, cube.maxZ - cube.minZ) / (slime ? 6.5f : 8f); + float max = Math.max(cube.maxX - cube.minX, cube.maxZ - cube.minZ) / (slime ? 6.5f : 8f) * scale; ms.scale(max, max, max); } diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/TrainHatOffsets.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/TrainHatOffsets.java index baa4f195eb..a98383e951 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/TrainHatOffsets.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/TrainHatOffsets.java @@ -8,6 +8,7 @@ import net.minecraft.client.model.ChickenModel; import net.minecraft.client.model.CowModel; import net.minecraft.client.model.EntityModel; import net.minecraft.client.model.FoxModel; +import net.minecraft.client.model.FrogModel; import net.minecraft.client.model.GuardianModel; import net.minecraft.client.model.HierarchicalModel; import net.minecraft.client.model.HoglinModel; @@ -95,6 +96,9 @@ public class TrainHatOffsets { } else if (model instanceof WardenModel) { y += 3.5f; z += .5f; + } else if (model instanceof FrogModel) { + y += 16.75f; + z -= .25f; } } From 63de19697785726eb770bc875dfe838ded179edd Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Wed, 21 Sep 2022 09:27:20 +0200 Subject: [PATCH 15/51] My mangrove is to blow up - Extended saw behaviour to work with mangroves - Fixed tree fertilizer not working when trees are growing on mud (?) --- .../8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 | 3 +- .../create/tags/blocks/tree_attachments.json | 4 +- .../java/com/simibubi/create/AllTags.java | 2 +- .../components/saw/SawTileEntity.java | 3 +- .../curiosities/TreeFertilizerItem.java | 13 ++- .../create/foundation/utility/TreeCutter.java | 86 +++++++++++++++---- 6 files changed, 86 insertions(+), 25 deletions(-) diff --git a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 index b2e7e8145f..66db76316b 100644 --- a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 +++ b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 @@ -1,4 +1,4 @@ -// 1.19.2 2022-09-17T21:51:07.3812115 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] +// 1.19.2 2022-09-21T09:09:19.8483732 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] 60bbdf92d2ac9824ea6144955c74043a6005f79d assets/create/blockstates/acacia_window.json 6a67703c2697d81b7dc83e9d72a66f9c9ff08383 assets/create/blockstates/acacia_window_pane.json c3ae87b62e81d8e9476eccd793bb1548d74c66a1 assets/create/blockstates/adjustable_chain_gearshift.json @@ -4489,6 +4489,7 @@ e3510f08cc217e52b58692dcc7f3eda0289ff751 data/create/tags/blocks/passive_boiler_ 5ac75e77c57ab675e5d36a1e2bd7d37804b7de05 data/create/tags/blocks/safe_nbt.json 79418bd729cef417b322cef9b491e7ae83317d61 data/create/tags/blocks/seats.json 5def5088f7fd31b80e6f28c1c4ea146aa9d7d15b data/create/tags/blocks/toolboxes.json +a8271a2fcefafde4a6589193c50c41edcba1dad7 data/create/tags/blocks/tree_attachments.json da739ad2160e7df4e0e5cc89587670ce5e9450c3 data/create/tags/blocks/valve_handles.json 72143286fb5cb372a0696550e2eac76ca50e6fbc data/create/tags/blocks/windmill_sails.json 35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/create/tags/blocks/windowable.json diff --git a/src/generated/resources/data/create/tags/blocks/tree_attachments.json b/src/generated/resources/data/create/tags/blocks/tree_attachments.json index dc79f54a01..37e12f1972 100644 --- a/src/generated/resources/data/create/tags/blocks/tree_attachments.json +++ b/src/generated/resources/data/create/tags/blocks/tree_attachments.json @@ -1,10 +1,10 @@ { - "replace": false, "values": [ "minecraft:bee_nest", "minecraft:vine", "minecraft:moss_carpet", "minecraft:shroomlight", - "minecraft:cocoa" + "minecraft:cocoa", + "minecraft:mangrove_propagule" ] } \ No newline at end of file diff --git a/src/main/java/com/simibubi/create/AllTags.java b/src/main/java/com/simibubi/create/AllTags.java index 0d4e62e156..7ac2ab1b45 100644 --- a/src/main/java/com/simibubi/create/AllTags.java +++ b/src/main/java/com/simibubi/create/AllTags.java @@ -417,7 +417,7 @@ public class AllTags { Blocks.TRIPWIRE, Blocks.TRIPWIRE_HOOK, Blocks.DAYLIGHT_DETECTOR, Blocks.TARGET, Blocks.HOPPER); AllBlockTags.TREE_ATTACHMENTS.add(Blocks.BEE_NEST, Blocks.VINE, Blocks.MOSS_CARPET, Blocks.SHROOMLIGHT, - Blocks.COCOA); + Blocks.COCOA, Blocks.MANGROVE_PROPAGULE); AllBlockTags.ORE_OVERRIDE_STONE.includeAll(BlockTags.STONE_ORE_REPLACEABLES); diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/saw/SawTileEntity.java b/src/main/java/com/simibubi/create/content/contraptions/components/saw/SawTileEntity.java index 01382d6416..fa556597db 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/saw/SawTileEntity.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/saw/SawTileEntity.java @@ -14,7 +14,6 @@ import com.google.common.base.Suppliers; import com.google.common.collect.ImmutableList; import com.simibubi.create.AllRecipeTypes; import com.simibubi.create.AllSoundEvents; -import com.simibubi.create.AllTags; import com.simibubi.create.content.contraptions.components.actors.BlockBreakingKineticTileEntity; import com.simibubi.create.content.contraptions.itemAssembly.SequencedAssemblyRecipe; import com.simibubi.create.content.contraptions.processing.ProcessingInventory; @@ -480,6 +479,8 @@ public class SawTileEntity extends BlockBreakingKineticTileEntity { return false; if (TreeCutter.isLog(stateToBreak) || (stateToBreak.is(BlockTags.LEAVES))) return true; + if (TreeCutter.isRoot(stateToBreak)) + return true; Block block = stateToBreak.getBlock(); if (block instanceof BambooBlock) return true; diff --git a/src/main/java/com/simibubi/create/content/curiosities/TreeFertilizerItem.java b/src/main/java/com/simibubi/create/content/curiosities/TreeFertilizerItem.java index 47ae26065e..4c1c9f48e3 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/TreeFertilizerItem.java +++ b/src/main/java/com/simibubi/create/content/curiosities/TreeFertilizerItem.java @@ -12,6 +12,7 @@ import net.minecraft.world.item.context.UseOnContext; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.block.BonemealableBlock; +import net.minecraft.world.level.block.MangrovePropaguleBlock; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.block.state.properties.BlockStateProperties; @@ -28,6 +29,10 @@ public class TreeFertilizerItem extends Item { Block block = state.getBlock(); if (block instanceof BonemealableBlock bonemealableBlock && state.is(BlockTags.SAPLINGS)) { + if (state.getOptionalValue(MangrovePropaguleBlock.HANGING) + .orElse(false)) + return InteractionResult.PASS; + if (context.getLevel().isClientSide) { BoneMealItem.addGrowthParticles(context.getLevel(), context.getClickedPos(), 100); return InteractionResult.SUCCESS; @@ -89,7 +94,13 @@ public class TreeFertilizerItem extends Item { protected TreesDreamWorld(ServerLevel wrapped, BlockPos saplingPos) { super(wrapped); - soil = wrapped.getBlockState(saplingPos.below()); + BlockState stateUnderSapling = wrapped.getBlockState(saplingPos.below()); + + // Tree features don't seem to succeed with mud as soil + if (stateUnderSapling.is(BlockTags.DIRT)) + stateUnderSapling = Blocks.DIRT.defaultBlockState(); + + soil = stateUnderSapling; } @Override diff --git a/src/main/java/com/simibubi/create/foundation/utility/TreeCutter.java b/src/main/java/com/simibubi/create/foundation/utility/TreeCutter.java index 9cfe0d88fa..2ebe05c194 100644 --- a/src/main/java/com/simibubi/create/foundation/utility/TreeCutter.java +++ b/src/main/java/com/simibubi/create/foundation/utility/TreeCutter.java @@ -41,7 +41,9 @@ import net.minecraft.world.level.block.state.properties.IntegerProperty; import net.minecraft.world.level.block.state.properties.Property; public class TreeCutter { - public static final Tree NO_TREE = new Tree(Collections.emptyList(), Collections.emptyList()); + + public static final Tree NO_TREE = + new Tree(Collections.emptyList(), Collections.emptyList(), Collections.emptyList()); public static boolean canDynamicTreeCutFrom(Block startBlock) { return Mods.DYNAMICTREES.runIfInstalled(() -> () -> DynamicTree.isDynamicBranch(startBlock)) @@ -69,6 +71,7 @@ public class TreeCutter { List logs = new ArrayList<>(); List leaves = new ArrayList<>(); + List attachments = new ArrayList<>(); Set visited = new HashSet<>(); List frontier = new LinkedList<>(); @@ -83,7 +86,7 @@ public class TreeCutter { logs.add(current); } Collections.reverse(logs); - return new Tree(logs, leaves); + return new Tree(logs, leaves, attachments); } // Chorus @@ -103,7 +106,7 @@ public class TreeCutter { } } Collections.reverse(logs); - return new Tree(logs, leaves); + return new Tree(logs, leaves, attachments); } // Regular Tree @@ -114,40 +117,60 @@ public class TreeCutter { BlockPos.betweenClosedStream(pos.offset(-1, 0, -1), pos.offset(1, 1, 1)) .forEach(p -> frontier.add(new BlockPos(p))); - // Find all logs + // Find all logs & roots + boolean hasRoots = false; while (!frontier.isEmpty()) { BlockPos currentPos = frontier.remove(0); - if (visited.contains(currentPos)) + if (!visited.add(currentPos)) continue; - visited.add(currentPos); - if (!isLog(reader.getBlockState(currentPos))) + BlockState currentState = reader.getBlockState(currentPos); + if (isRoot(currentState)) + hasRoots = true; + else if (!isLog(currentState)) continue; logs.add(currentPos); - forNeighbours(currentPos, visited, true, p -> frontier.add(new BlockPos(p))); + forNeighbours(currentPos, visited, SearchDirection.UP, p -> frontier.add(new BlockPos(p))); } - // Find all leaves visited.clear(); visited.addAll(logs); frontier.addAll(logs); + if (hasRoots) { + while (!frontier.isEmpty()) { + BlockPos currentPos = frontier.remove(0); + if (!logs.contains(currentPos) && !visited.add(currentPos)) + continue; + + BlockState currentState = reader.getBlockState(currentPos); + if (!isRoot(currentState)) + continue; + logs.add(currentPos); + forNeighbours(currentPos, visited, SearchDirection.DOWN, p -> frontier.add(new BlockPos(p))); + } + + visited.clear(); + visited.addAll(logs); + frontier.addAll(logs); + } + + // Find all leaves while (!frontier.isEmpty()) { BlockPos prevPos = frontier.remove(0); - if (!logs.contains(prevPos) && visited.contains(prevPos)) + if (!logs.contains(prevPos) && !visited.add(prevPos)) continue; - visited.add(prevPos); BlockState prevState = reader.getBlockState(prevPos); int prevLeafDistance = isLeaf(prevState) ? getLeafDistance(prevState) : 0; - forNeighbours(prevPos, visited, false, currentPos -> { + forNeighbours(prevPos, visited, SearchDirection.BOTH, currentPos -> { BlockState state = reader.getBlockState(currentPos); BlockPos subtract = currentPos.subtract(pos); BlockPos currentPosImmutable = currentPos.immutable(); if (AllBlockTags.TREE_ATTACHMENTS.matches(state)) { - leaves.add(currentPosImmutable); + attachments.add(currentPosImmutable); visited.add(currentPosImmutable); return; } @@ -168,7 +191,7 @@ public class TreeCutter { }); } - return new Tree(logs, leaves); + return new Tree(logs, leaves, attachments); } private static int getLeafDistance(BlockState state) { @@ -215,12 +238,17 @@ public class TreeCutter { while (!frontier.isEmpty()) { BlockPos currentPos = frontier.remove(0); + BlockPos belowPos = currentPos.below(); + visited.add(currentPos); boolean lowerLayer = currentPos.getY() == posY; - if (!isLog(reader.getBlockState(currentPos))) + BlockState currentState = reader.getBlockState(currentPos); + BlockState belowState = reader.getBlockState(belowPos); + + if (!isLog(currentState) && !isRoot(currentState)) continue; - if (!lowerLayer && !pos.equals(currentPos.below()) && isLog(reader.getBlockState(currentPos.below()))) + if (!lowerLayer && !pos.equals(belowPos) && (isLog(belowState) || isRoot(belowState))) return false; for (Direction direction : Iterate.directions) { @@ -239,12 +267,29 @@ public class TreeCutter { return true; } - private static void forNeighbours(BlockPos pos, Set visited, boolean up, Consumer acceptor) { - BlockPos.betweenClosedStream(pos.offset(-1, up ? 0 : -1, -1), pos.offset(1, 1, 1)) + private enum SearchDirection { + UP(0, 1), DOWN(-1, 0), BOTH(-1, 1); + + int minY; + int maxY; + + private SearchDirection(int minY, int maxY) { + this.minY = minY; + this.maxY = maxY; + } + } + + private static void forNeighbours(BlockPos pos, Set visited, SearchDirection direction, + Consumer acceptor) { + BlockPos.betweenClosedStream(pos.offset(-1, direction.minY, -1), pos.offset(1, direction.maxY, 1)) .filter(((Predicate) visited::contains).negate()) .forEach(acceptor); } + public static boolean isRoot(BlockState state) { + return state.is(Blocks.MANGROVE_ROOTS); + } + public static boolean isLog(BlockState state) { return state.is(BlockTags.LOGS) || AllTags.AllBlockTags.SLIMY_LOGS.matches(state) || state.is(Blocks.MUSHROOM_STEM); @@ -272,15 +317,18 @@ public class TreeCutter { public static class Tree extends AbstractBlockBreakQueue { private final List logs; private final List leaves; + private final List attachments; - public Tree(List logs, List leaves) { + public Tree(List logs, List leaves, List attachments) { this.logs = logs; this.leaves = leaves; + this.attachments = attachments; } @Override public void destroyBlocks(Level world, ItemStack toDamage, @Nullable Player playerEntity, BiConsumer drop) { + attachments.forEach(makeCallbackFor(world, 1 / 32f, toDamage, playerEntity, drop)); logs.forEach(makeCallbackFor(world, 1 / 2f, toDamage, playerEntity, drop)); leaves.forEach(makeCallbackFor(world, 1 / 8f, toDamage, playerEntity, drop)); } From 5bc1fbabee84e11d259f899e768a40f78f833ed9 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Fri, 23 Sep 2022 20:59:38 +0200 Subject: [PATCH 16/51] Port new changes --- .../12afe0d97856fb2040b8407470e6d13529994eaa | 2 +- .../455c485c9c8ef171bbc1ce4d435b3110ba1557ba | 2 +- .../4c6aefd01d2f404cb6dd8a4f408ce8f3778751da | 36 ++++++++-------- .../6ec3b5a261c9ae3df674f7595dc66530ce54feb9 | 2 +- .../82992cbf8f2794d83ac94034835eac0acd7915b9 | 2 +- .../8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 | 42 +++++++++---------- .../b256105d8411632b0d585496ea8944a751a08034 | 2 +- .../c24b4d2b8d15abff51c78bd94f4403d9eae6c139 | 2 +- .../assets/create/lang/unfinished/de_de.json | 2 +- .../assets/create/lang/unfinished/es_cl.json | 2 +- .../assets/create/lang/unfinished/es_es.json | 2 +- .../assets/create/lang/unfinished/fr_fr.json | 2 +- .../assets/create/lang/unfinished/ja_jp.json | 2 +- .../assets/create/lang/unfinished/ko_kr.json | 2 +- .../assets/create/lang/unfinished/nl_nl.json | 2 +- .../assets/create/lang/unfinished/pl_pl.json | 2 +- .../assets/create/lang/unfinished/pt_br.json | 2 +- .../assets/create/lang/unfinished/pt_pt.json | 2 +- .../assets/create/lang/unfinished/ro_ro.json | 2 +- .../assets/create/lang/unfinished/uk_ua.json | 2 +- .../assets/create/lang/unfinished/zh_cn.json | 2 +- .../assets/create/lang/unfinished/zh_tw.json | 2 +- .../mounted/MinecartContraptionItem.java | 2 +- .../trains/track/FakeTrackBlock.java | 7 +++- .../logistics/trains/track/TrackBlock.java | 7 +++- 25 files changed, 70 insertions(+), 64 deletions(-) diff --git a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa index e5fe05abe9..ef556daed4 100644 --- a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa +++ b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa @@ -1,4 +1,4 @@ -// 1.19.2 2022-09-06T15:47:33.6198974 Create's Sequenced Assembly Recipes +// 1.19.2 2022-09-23T20:53:24.9127077 Create's Sequenced Assembly Recipes e6efd0d76dc451a44b663a453cef6e6656ad523f data/create/recipes/sequenced_assembly/precision_mechanism.json 0cdbd4f583aa0a2aa8f3ca2827199bede1732722 data/create/recipes/sequenced_assembly/sturdy_sheet.json 1274315b5c570722d6f5b2ed7f5e53fe01b6288a data/create/recipes/sequenced_assembly/track.json diff --git a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba index 8a7acaf4f1..365de5effa 100644 --- a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba +++ b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba @@ -1,4 +1,4 @@ -// 1.19.2 2022-09-06T15:47:33.6178697 Create's Advancements +// 1.19.2 2022-09-23T20:53:24.9106842 Create's Advancements 2079ae09cf699108a8035ced7ca712fed4ab1577 data/create/advancements/andesite_alloy.json 082d3987c5e074ed50be4a94a6fdc17120af241b data/create/advancements/andesite_casing.json 4618109cfb4550fd8e19dc9d794ef24398b10a61 data/create/advancements/anvil_plough.json diff --git a/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da b/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da index a201c2b2a6..506f1ccf6a 100644 --- a/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da +++ b/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da @@ -1,18 +1,18 @@ -// 1.19.2 2022-09-17T21:51:07.3712389 Lang merger -ca7295cdf5aedac28119596bf480757bf3ff4b17 assets/create/lang/en_us.json -a983fbc8286052188d28afd01de061bb3c97eea3 assets/create/lang/unfinished/de_de.json -f892b130f0b1ccac28c6e7d4e69d81cb1190b466 assets/create/lang/unfinished/es_cl.json -affc91bb228051babc38cbbc40986b6554b3ddaa assets/create/lang/unfinished/es_es.json -1296d8eb7489184c2e6099a6d784ddf1d676e337 assets/create/lang/unfinished/fr_fr.json -433bd052bf87efb9fb57bb2848442d83dde436ec assets/create/lang/unfinished/it_it.json -948747c66214f34510568eea3b93ee49bd690448 assets/create/lang/unfinished/ja_jp.json -5b3c88caf51dff87ea23be21c0ccda4973f57032 assets/create/lang/unfinished/ko_kr.json -27ae9264c43dc0712e49867e2e72accc170fa889 assets/create/lang/unfinished/nl_nl.json -7dc0293b0407ce4cd624732961b1c47c5c71b811 assets/create/lang/unfinished/pl_pl.json -e4dcb5f3260118ae6ff70d0f4000e045426046d9 assets/create/lang/unfinished/pt_br.json -d35b90d4653624ade66cd7d5969743403d9a4f0e assets/create/lang/unfinished/pt_pt.json -9d07accc39dedda6bc67411dbc223dc436f77709 assets/create/lang/unfinished/ro_ro.json -6288290f72d6ff33cbcf0fdcbff927e90d4eab78 assets/create/lang/unfinished/ru_ru.json -c8632e1dbeeb5f7b91d4a50bc616ed2666479ee1 assets/create/lang/unfinished/uk_ua.json -c6071b1b85a10ed8d16c0bfed6966857a6a77c1a assets/create/lang/unfinished/zh_cn.json -c42df91108c442aa0e4e5d6a7ee9938154c9c9c3 assets/create/lang/unfinished/zh_tw.json +// 1.19.2 2022-09-23T20:53:24.8228086 Lang merger +4b9ffd38401c3366dc8fba48bd867b580bd7a016 assets/create/lang/en_us.json +c2d8149ca2c7db92f0c8c3c7d68e7e63302878df assets/create/lang/unfinished/de_de.json +a0e1127515d1cf6868741eaa864d9342f552a99c assets/create/lang/unfinished/es_cl.json +917cb1979c9ad8785864351d42eaafa3fa29ea1d assets/create/lang/unfinished/es_es.json +b5ed9782c171eac41695f2b12b71870cded97fa6 assets/create/lang/unfinished/fr_fr.json +a253fa32573b2fb9941dddeff32325a81dea8850 assets/create/lang/unfinished/it_it.json +d21e3535c795ac4db5224bb57baceab62fc2a51b assets/create/lang/unfinished/ja_jp.json +da47fd6bc5192384df742f2e5dd556a697c15659 assets/create/lang/unfinished/ko_kr.json +32babc881a7f928a6fa93d20b46d52f0165d6ba7 assets/create/lang/unfinished/nl_nl.json +b88ce42806a06cd65203e2e296057e0911733d06 assets/create/lang/unfinished/pl_pl.json +c3bc8db145cdc14dc3403fdf7f9bdf4fc3ed5f45 assets/create/lang/unfinished/pt_br.json +338d90442da4075a5c8facbc0e9fca8d2accfcd2 assets/create/lang/unfinished/pt_pt.json +c3afd5e860c6e2956cda4d55ee1167e8b987ade6 assets/create/lang/unfinished/ro_ro.json +ba8e498f1cdc26d5af6b22b57aafc70358d42c4a assets/create/lang/unfinished/ru_ru.json +5f2d947d98adbcc2e79eeb792352a4b5596e76dc assets/create/lang/unfinished/uk_ua.json +135f81829c79a0f4209ec02bfc0acc817de87e94 assets/create/lang/unfinished/zh_cn.json +400a4ebd430a0ca749898a3d8a068a7f15d2e62a assets/create/lang/unfinished/zh_tw.json diff --git a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 index e58747ece2..61a50f7c54 100644 --- a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 +++ b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 @@ -1,4 +1,4 @@ -// 1.19.2 2022-09-06T15:47:33.6208868 Create's Mechanical Crafting Recipes +// 1.19.2 2022-09-23T20:53:24.9127077 Create's Mechanical Crafting Recipes f076d64d9f30709bed34775136c9241097b28aa9 data/create/recipes/mechanical_crafting/crushing_wheel.json 694dca9dcff246bb7f560b3304fcc244c53217d5 data/create/recipes/mechanical_crafting/extendo_grip.json 3b2837b08607c1ca466fa3eb418209b2e55da6ba data/create/recipes/mechanical_crafting/potato_cannon.json diff --git a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 index d30b5dd3fd..c92958ad83 100644 --- a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 +++ b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 @@ -1,4 +1,4 @@ -// 1.19.2 2022-09-06T15:47:33.6078714 Create's Standard Recipes +// 1.19.2 2022-09-23T20:53:24.8237936 Create's Standard Recipes b397254b7cdb19d1c64ed1c30e1f6aa5c8af7270 data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json c14aec90afe9450b7dd472ff612e2f8013d09abf data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json fd9a8eb94364c8424f23c510900ef9cd0904b53e data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json diff --git a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 index 66db76316b..ae0a486f10 100644 --- a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 +++ b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 @@ -1,4 +1,4 @@ -// 1.19.2 2022-09-21T09:09:19.8483732 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] +// 1.19.2 2022-09-23T20:53:24.8357617 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] 60bbdf92d2ac9824ea6144955c74043a6005f79d assets/create/blockstates/acacia_window.json 6a67703c2697d81b7dc83e9d72a66f9c9ff08383 assets/create/blockstates/acacia_window_pane.json c3ae87b62e81d8e9476eccd793bb1548d74c66a1 assets/create/blockstates/adjustable_chain_gearshift.json @@ -22,13 +22,13 @@ c8b65faf51122eb411f5895e718869da9b260c2e assets/create/blockstates/black_nixie_t 980ae9ba3f6d4e0faea8f3878985f9a9dadc0796 assets/create/blockstates/black_sail.json da3ad0225984a0dcbfb4ed800e307e45aff5aaa1 assets/create/blockstates/black_seat.json 0083f6aa3fda2c7ebb2e5f2a032e740cf3ae3846 assets/create/blockstates/black_toolbox.json -ebd2d9541744c987eb493e86ead8ca25cfdf06a6 assets/create/blockstates/black_valve_handle.json +28f2fb355e80171403e540afd2aed44e9c19659a assets/create/blockstates/black_valve_handle.json 06ecd28cd97f4e8200dc396858695cad57b871c8 assets/create/blockstates/blaze_burner.json 37caf031254b5171a1fbfe9906f4bc65e8dbc909 assets/create/blockstates/blue_nixie_tube.json d540f0f23e0d7c03f8e147cf3eebbaf7caec9f93 assets/create/blockstates/blue_sail.json d2fdb432bb037de781260c789e905b223fab408c assets/create/blockstates/blue_seat.json f91092da79b69fece9583ccc15350612f439ee1b assets/create/blockstates/blue_toolbox.json -e58b9a65b27334833c3cf57c99f645e2ea2b68ba assets/create/blockstates/blue_valve_handle.json +e330efa253172b315f73401ed8f2c39270ba90d3 assets/create/blockstates/blue_valve_handle.json f88ccf59cced46a7c2965077d4c36f7db0a8e7aa assets/create/blockstates/brass_belt_funnel.json 5a2551315557447abc579cf9225e3a12d9a46641 assets/create/blockstates/brass_block.json ac2f8f5e1d556e5c697da95729e82f107b115f09 assets/create/blockstates/brass_casing.json @@ -42,7 +42,7 @@ debf33346bf410216f21082e1e8d07aa6250b84c assets/create/blockstates/brown_nixie_t 1334fc9e71d9f2a6117f448817263467a9c695de assets/create/blockstates/brown_sail.json 19524b2c0672632e63372f405a87dbea35f1d160 assets/create/blockstates/brown_seat.json 1ffc38bf682e84aad4cb300c573375eb0cdcc434 assets/create/blockstates/brown_toolbox.json -78ee794048441269f2c8ceee43b38655a9974348 assets/create/blockstates/brown_valve_handle.json +440b29e1dffa4374ddc1aed444bff18a485bc1cb assets/create/blockstates/brown_valve_handle.json 2064534de4791b339fdcd4ef3a8129a2e233ec50 assets/create/blockstates/calcite_pillar.json 060c957b28afed9f4e0954cbef7e80cbf4b99f58 assets/create/blockstates/cart_assembler.json c7eca70054241944171b1d4ffcba0376b071ec62 assets/create/blockstates/chocolate.json @@ -62,7 +62,7 @@ c7eca70054241944171b1d4ffcba0376b071ec62 assets/create/blockstates/chocolate.jso 9a9f03140a57a7a8903d3e1b159bdc052566a6ec assets/create/blockstates/copper_tiles.json 7db7a0d81887091ca889f40bb8a508d3098c5164 assets/create/blockstates/copper_tile_slab.json c0b7eca017242913d156e4623147add0d03574f6 assets/create/blockstates/copper_tile_stairs.json -61538ee993b0e887d4763f2a4c75a77beb63dad8 assets/create/blockstates/copper_valve_handle.json +ef3ccb2d8b03f5a972b053a15bb037f8db6af17c assets/create/blockstates/copper_valve_handle.json 61aff016059d737c970202cfe22e1cf9e111fb01 assets/create/blockstates/creative_crate.json a04c7aa7dc994b76252b0d35d0a90f8ee79c7282 assets/create/blockstates/creative_fluid_tank.json 185cf1232b3db390c24653c17c0522d8320f94a4 assets/create/blockstates/creative_motor.json @@ -189,7 +189,7 @@ bb627b2e78dba6833cf2d357033f253fc89aa1b8 assets/create/blockstates/cyan_nixie_tu f1061b8f9757374d6608fda07e301a2623e79f72 assets/create/blockstates/cyan_sail.json 538c6d95da5cc460e99c91647dac61726a91479f assets/create/blockstates/cyan_seat.json c4d84b719762aca46cdb8decddfeb97dcc50676c assets/create/blockstates/cyan_toolbox.json -ecb885f156cab8b7fad41eadf6323a5bb2f4a203 assets/create/blockstates/cyan_valve_handle.json +477d32008d5aa6ed5a6825a70b9bb7d976e7d0fc assets/create/blockstates/cyan_valve_handle.json f4d7f5a38db9b92399a81f49ff1787d025c6f41f assets/create/blockstates/dark_oak_window.json a1b25bf2a5ec3cc2d6db727a3779703d2dc60bbc assets/create/blockstates/dark_oak_window_pane.json c705f9cd47042867c87fab3a898a57152dec6dd5 assets/create/blockstates/deepslate_pillar.json @@ -212,7 +212,7 @@ f93e4059876bfc6d70b9fa2bc24d8e3d6943d56f assets/create/blockstates/exposed_coppe f1a03ede031d8c4e33a4d07c529e71936da9dc6d assets/create/blockstates/fake_track.json 21fa4a1bf4ee851e090a21c97c9a38d18cfddf0d assets/create/blockstates/fluid_pipe.json 185e6367c5c5b3632e54148c74987057cbfccaca assets/create/blockstates/fluid_tank.json -3523dd12d6940591d94171d0c27a13dda029a53b assets/create/blockstates/fluid_valve.json +76a2cd731390e827f464442af1557c37fb595443 assets/create/blockstates/fluid_valve.json dd631893f279aa1446a1c54c50014220555216a2 assets/create/blockstates/flywheel.json a8c3ef55b001fc92ca92c73ace5f56a8c759c8aa assets/create/blockstates/framed_glass.json 6efecd71555a36cc959448e5c200dba45b0d7a07 assets/create/blockstates/framed_glass_door.json @@ -228,13 +228,13 @@ e3f2a093c436cb65c5a7ac049a14cc4dadb22526 assets/create/blockstates/granite_pilla 30ba031a6b5a327d2a4caa12169676da573c2133 assets/create/blockstates/gray_sail.json f35a502c4a5e2703e7c6811b3d2ba16a9c47d4c8 assets/create/blockstates/gray_seat.json 87457e0eddae80225dbb3145f2d120296ea1bfcd assets/create/blockstates/gray_toolbox.json -15191b6f516a8e95d968375734e9304ae595a4d8 assets/create/blockstates/gray_valve_handle.json +f18b87db39836eef20154b239d488eebb64b3455 assets/create/blockstates/gray_valve_handle.json 0f0fe2bf83f763e04cd2d7a979beb547feac3191 assets/create/blockstates/green_nixie_tube.json 0a2a5fbf2cf084e1be0426a224c291dc22a826fd assets/create/blockstates/green_sail.json b4aede1847d204ecdb7847559066d9d2ffb66903 assets/create/blockstates/green_seat.json 6f080890b3b30c46ba9ceb382c1171940bf4966f assets/create/blockstates/green_toolbox.json -abead4f89d857eb90a33ea8a475dbfe9512b81ad assets/create/blockstates/green_valve_handle.json -bc6a79e4b6830b499d1a1313fbe9095cf522d613 assets/create/blockstates/hand_crank.json +a343aefdb4207d1bffa6f4b40e20283a6d42c2f9 assets/create/blockstates/green_valve_handle.json +23430b770b5257af36844dfe9b976e343a6d1180 assets/create/blockstates/hand_crank.json d0b26c085df3ee5189082bc18945e5f74ee529fa assets/create/blockstates/haunted_bell.json 035dd3adaaf86510237f516d2657535da3d56d37 assets/create/blockstates/honey.json 44343f14fb6e43a93882b4f9ce0640e54876fdf8 assets/create/blockstates/horizontal_framed_glass.json @@ -265,26 +265,26 @@ fcf02725651ab5973fab1cfc09fdd68cb4b93579 assets/create/blockstates/lectern_contr f2354e8cb6086473ac97a5228b99706858dcad8a assets/create/blockstates/light_blue_sail.json 6b7045eaf9efe3a90f2d9a6785be6a5fd534b8e7 assets/create/blockstates/light_blue_seat.json b7065e7871c3c7f1a0656c2f92f82544e606f2fb assets/create/blockstates/light_blue_toolbox.json -ba040111377ebb37488b8e889d183ee3308da1e9 assets/create/blockstates/light_blue_valve_handle.json +549882a0f4de60906ca870a6197330f81d4e1afe assets/create/blockstates/light_blue_valve_handle.json fa5fb2be73c7c54b70e927b66adf3f4d64c5cb6b assets/create/blockstates/light_gray_nixie_tube.json 3d95c9c4442d1bdd660bae382c72c68134db86dd assets/create/blockstates/light_gray_sail.json 8ec5144da4a49dd5b497af07b0d4b88c9c0b6cc0 assets/create/blockstates/light_gray_seat.json 35b151db396069b146d223fbe46be5b0c3dda8a9 assets/create/blockstates/light_gray_toolbox.json -a3c29d1679e783ed4d3d679c6613ad817c49e6fe assets/create/blockstates/light_gray_valve_handle.json +894827ffd176bc733abecf18d96888e9ed5a3eb4 assets/create/blockstates/light_gray_valve_handle.json a6f319c803c03e34bbf841ea52d82f0f7ec7a413 assets/create/blockstates/limestone.json 7ff65e1c4c8e48a0b694cd17506a192e6a7e6e44 assets/create/blockstates/limestone_pillar.json 7f20b548dd535942b2d6f41c39de7ad4fafe637e assets/create/blockstates/lime_nixie_tube.json ad1ec304729fd6d336c0d4d0c27c9345af636695 assets/create/blockstates/lime_sail.json b9934a558e1b495403dc2c71ffb43cce7d396013 assets/create/blockstates/lime_seat.json 49a02f7fc16697ba1cf16cee7e45ab6bfd8b06ce assets/create/blockstates/lime_toolbox.json -29e215de4762dc3c9ae712ec135bba44657290c2 assets/create/blockstates/lime_valve_handle.json +ba181485f219d3ae23509a7edf28e25d9edb10f4 assets/create/blockstates/lime_valve_handle.json 654e845cebed82b7afbcf81380921e0a475b01e9 assets/create/blockstates/linear_chassis.json e195e82e4d0c1fc20474535bc9068cbb77a5e175 assets/create/blockstates/lit_blaze_burner.json 296186b196af94e1ab3f7e8a3254f6d31ae47a5c assets/create/blockstates/magenta_nixie_tube.json f150922cbed1c05fb3892d4ac91eb471234252e2 assets/create/blockstates/magenta_sail.json bb1ab5c70647933400b3a99ef9d166ba5e3d4709 assets/create/blockstates/magenta_seat.json fcd226c7863262d98765c701538bf9e44d2b177e assets/create/blockstates/magenta_toolbox.json -da853e67740f457e8b4489dfaf5ed645e0973e9c assets/create/blockstates/magenta_valve_handle.json +ecf670d95969a33a738f59e08393299891f78847 assets/create/blockstates/magenta_valve_handle.json 9386361f50a60bb14f397821285e64d33ed21fd2 assets/create/blockstates/mechanical_arm.json aafb4c62ae10fd65003f05160f3e1fbddbb01c5e assets/create/blockstates/mechanical_bearing.json be119eeeb8e0d9a9a5515dd2c49eaf91268d49b3 assets/create/blockstates/mechanical_crafter.json @@ -312,7 +312,7 @@ ba9c3ecfacbd398048440d247decffeaefc714b5 assets/create/blockstates/mysterious_cu af4c2c4861d1410e1b7371a5bf3fe09ed3ab0077 assets/create/blockstates/orange_sail.json aab812cecf7d10d4e7587f4dead8a98238a15f41 assets/create/blockstates/orange_seat.json 2bc30ed9907230271b4e2d0786f106f3e1e25029 assets/create/blockstates/orange_toolbox.json -9ae860d993c9392975912fd1f56c26ed92e45a99 assets/create/blockstates/orange_valve_handle.json +2af63a4768f84fc93c7e7d67fa9a64438433e59f assets/create/blockstates/orange_valve_handle.json 515ed7dae09b052f289419ba09998a23e0d7083d assets/create/blockstates/ornate_iron_window.json 8118444f37536b9104ef4818d374b0c8a7c987bf assets/create/blockstates/ornate_iron_window_pane.json 97cd78453af94f44cef1187988966626574b29d5 assets/create/blockstates/oxidized_copper_shingles.json @@ -326,7 +326,7 @@ ac536ae742c12e97bfd0b2483c87ff29f3935eaf assets/create/blockstates/oxidized_copp 213da5c04a33ae8ae7c0a4dec9844bbb6d670e33 assets/create/blockstates/pink_sail.json 8d5c80d5dc561240dfe8d7f212ffc33ac4e0fcd8 assets/create/blockstates/pink_seat.json 90bd26c7c6933f5ebbe17b0fe58f840e2924a0f5 assets/create/blockstates/pink_toolbox.json -ffe2fe5eb76d844956d9ce4a093194421d0867dd assets/create/blockstates/pink_valve_handle.json +9f698d0fe8cfd3c9b727ec00623e6d473d516d4a assets/create/blockstates/pink_valve_handle.json 73c2a6e6e2e0dad1bdcf2d8b089b28dd4c72c825 assets/create/blockstates/piston_extension_pole.json 7f51f7590e5a54ced28cefedff541bda5bdff6a7 assets/create/blockstates/placard.json c5b4aa064acbbb5f1d245427f90a0b737289edd1 assets/create/blockstates/polished_cut_andesite.json @@ -397,7 +397,7 @@ b658654aa97e8dd2c897f432a601835a3f8aca10 assets/create/blockstates/purple_nixie_ f8f9802df9c0b4e39edeefc3b1abb38255d79801 assets/create/blockstates/purple_sail.json 91b5ab66d7ec5235d278ee2bed6ddd88f39ce81d assets/create/blockstates/purple_seat.json 6aa467b3588359fdf5d7201f844193d5b70f20f7 assets/create/blockstates/purple_toolbox.json -82475c16b1578fc548d876152c866ab8dd2fd1db assets/create/blockstates/purple_valve_handle.json +6d02761efbb93349654514f67f5c0b7331e2823a assets/create/blockstates/purple_valve_handle.json 3aca01f2eddb22adb1b25735b98a990bfc7220d2 assets/create/blockstates/radial_chassis.json 72faac9777be540f95f8b662a833856e0e1b8f35 assets/create/blockstates/railway_casing.json 7ce346fa18702f6fe6e2a939efcfa26eda63fe38 assets/create/blockstates/raw_zinc_block.json @@ -407,7 +407,7 @@ e3fd62e466e3e6e7bd6fc8661f764ba972a466fc assets/create/blockstates/red_nixie_tub 4c36b562da58ef2af57009da7cf2426059249228 assets/create/blockstates/red_sail.json 145f4e9ffaeff9be180e6c4e4989f2cf44cf0686 assets/create/blockstates/red_seat.json 380f46b7cb72b13c0f16fd4a4287a1a33adeff41 assets/create/blockstates/red_toolbox.json -09a14ebba493303b59e5b90d67c8672bf2acf595 assets/create/blockstates/red_valve_handle.json +b689d87a27ed0cb2cab190a2ad2b599818bff56c assets/create/blockstates/red_valve_handle.json 87ab7ca62ecf24d60d7e5c61bd5af97714dad0ad assets/create/blockstates/refined_radiance_casing.json 3807bcc6ccc3dad0dbfcc8fcf260a361aa488659 assets/create/blockstates/rope.json baa7da231c6c45d5eabaf04985d46e206a3346f8 assets/create/blockstates/rope_pulley.json @@ -485,7 +485,7 @@ ad79aa8ff306695f65386fdeb44c5285547934b6 assets/create/blockstates/small_veridiu b54200ebe65c4ad2e5661c81ba5bf939039277ca assets/create/blockstates/small_veridium_brick_stairs.json 0237d58443ca9dc2a9186c2387dd6633702a7598 assets/create/blockstates/small_veridium_brick_wall.json 4d987859e5f5a930c20e955919304088fb6fc6d1 assets/create/blockstates/smart_chute.json -4485611f21dedacfb637b7940d0ad3425c304b12 assets/create/blockstates/smart_fluid_pipe.json +57fc35b2e0ae9ab16c011abd95f507910c70a234 assets/create/blockstates/smart_fluid_pipe.json a70c025de5d85180f371ff05bbdc531d8bdfaab1 assets/create/blockstates/speedometer.json e118ee8a8be4ef171215733b7e9fcfedd64a548a assets/create/blockstates/spout.json 50c775e32c0d7ea3f5199323875f6437afe85b61 assets/create/blockstates/spruce_window.json @@ -549,14 +549,14 @@ da110f382368257e15431c77164aef82e014e3f8 assets/create/blockstates/weathered_cop f079469d186087d23f0d91b384040f777b0088b1 assets/create/blockstates/white_sail.json 317a6463db64b66d215d25b65ab52fe7f26ba9f8 assets/create/blockstates/white_seat.json 6cb8c82a429b54d6a87d02eec5cfd1fcd5365f1e assets/create/blockstates/white_toolbox.json -edfa0c21824f76e6d7725a379ce6392d13ebaa2a assets/create/blockstates/white_valve_handle.json +c0bfe8416173868f9916c4a54dd9f983887c5bac assets/create/blockstates/white_valve_handle.json ec2720e3f1bc84304d0c81cd23ff1e155b0c2f2c assets/create/blockstates/windmill_bearing.json d688e80dfbd5b17970814887c3698fc721981caa assets/create/blockstates/wooden_bracket.json 157942a838aa02909fb2238ad9ce77edc82f6142 assets/create/blockstates/yellow_nixie_tube.json 68b6e267e93b96dbc0596ea4a1cd26636aa0e04a assets/create/blockstates/yellow_sail.json 4face2dd50a30bda0b21742319e701e666d51f8c assets/create/blockstates/yellow_seat.json b0d8f08968763a5f74e5cd5644377a76a9f39753 assets/create/blockstates/yellow_toolbox.json -2843dd63dd5f770dd59909b6a522d6f85cec8f3c assets/create/blockstates/yellow_valve_handle.json +fe8c497aacc641c2f01cec90bba9f19e59cc2ed2 assets/create/blockstates/yellow_valve_handle.json e819e93fdcbe9fd9c050a052d2718ff3b3539365 assets/create/blockstates/zinc_block.json 64121dcb216381c83b4fe28aa361ea07c24c9ad0 assets/create/blockstates/zinc_ore.json af25fce0cd0f61c6f0feaf6cfe00e92fb6d0e6e0 assets/create/lang/en_ud.json diff --git a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 index 976838a5f8..ea9eef57c3 100644 --- a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 +++ b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 @@ -1,4 +1,4 @@ -// 1.19.2 2022-09-06T15:47:33.6128825 Create's Processing Recipes +// 1.19.2 2022-09-23T20:53:24.8287802 Create's Processing Recipes 3c94326fb730f68c1e44fe1e2ef09c9db6ffd92b data/create/recipes/compacting/andesite_from_flint.json 8d3d5b31f3601b9f681ff710e0545a483a1494c6 data/create/recipes/compacting/blaze_cake.json 8bd7f4e3a686ab520b2d55594d2018d0e9a50c91 data/create/recipes/compacting/chocolate.json diff --git a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 index e4dab034f5..27dae0e784 100644 --- a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 +++ b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 @@ -1,2 +1,2 @@ -// 1.19.2 2022-09-06T15:47:33.6128825 Create's Custom Sounds +// 1.19.2 2022-09-23T20:53:24.9116814 Create's Custom Sounds 043955db25ffe58e7debb9a4f11e41a9571376e6 assets/create/sounds.json diff --git a/src/generated/resources/assets/create/lang/unfinished/de_de.json b/src/generated/resources/assets/create/lang/unfinished/de_de.json index 6c6635ee8d..d0f67b9b2c 100644 --- a/src/generated/resources/assets/create/lang/unfinished/de_de.json +++ b/src/generated/resources/assets/create/lang/unfinished/de_de.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 842", + "_": "Missing Localizations: 844", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/es_cl.json b/src/generated/resources/assets/create/lang/unfinished/es_cl.json index f64bfb2d3c..2ca308f3e5 100644 --- a/src/generated/resources/assets/create/lang/unfinished/es_cl.json +++ b/src/generated/resources/assets/create/lang/unfinished/es_cl.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 988", + "_": "Missing Localizations: 990", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/es_es.json b/src/generated/resources/assets/create/lang/unfinished/es_es.json index 235ae50f09..96d9e5f1e4 100644 --- a/src/generated/resources/assets/create/lang/unfinished/es_es.json +++ b/src/generated/resources/assets/create/lang/unfinished/es_es.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 8", + "_": "Missing Localizations: 10", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/fr_fr.json b/src/generated/resources/assets/create/lang/unfinished/fr_fr.json index b5b2fb837b..754171f0be 100644 --- a/src/generated/resources/assets/create/lang/unfinished/fr_fr.json +++ b/src/generated/resources/assets/create/lang/unfinished/fr_fr.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 2139", + "_": "Missing Localizations: 2141", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/ja_jp.json b/src/generated/resources/assets/create/lang/unfinished/ja_jp.json index befca1eccf..44f97c4171 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ja_jp.json +++ b/src/generated/resources/assets/create/lang/unfinished/ja_jp.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 4", + "_": "Missing Localizations: 6", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/ko_kr.json b/src/generated/resources/assets/create/lang/unfinished/ko_kr.json index 6bf819bd03..87280df3dd 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ko_kr.json +++ b/src/generated/resources/assets/create/lang/unfinished/ko_kr.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 8", + "_": "Missing Localizations: 10", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/nl_nl.json b/src/generated/resources/assets/create/lang/unfinished/nl_nl.json index 211c021659..c680c269d7 100644 --- a/src/generated/resources/assets/create/lang/unfinished/nl_nl.json +++ b/src/generated/resources/assets/create/lang/unfinished/nl_nl.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 2487", + "_": "Missing Localizations: 2489", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/pl_pl.json b/src/generated/resources/assets/create/lang/unfinished/pl_pl.json index c36b870d33..ce780876e6 100644 --- a/src/generated/resources/assets/create/lang/unfinished/pl_pl.json +++ b/src/generated/resources/assets/create/lang/unfinished/pl_pl.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 12", + "_": "Missing Localizations: 14", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/pt_br.json b/src/generated/resources/assets/create/lang/unfinished/pt_br.json index 77eb668abd..58d49fc54c 100644 --- a/src/generated/resources/assets/create/lang/unfinished/pt_br.json +++ b/src/generated/resources/assets/create/lang/unfinished/pt_br.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 1331", + "_": "Missing Localizations: 1333", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/pt_pt.json b/src/generated/resources/assets/create/lang/unfinished/pt_pt.json index 7b25ffe375..8bde4ad287 100644 --- a/src/generated/resources/assets/create/lang/unfinished/pt_pt.json +++ b/src/generated/resources/assets/create/lang/unfinished/pt_pt.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 2196", + "_": "Missing Localizations: 2198", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/ro_ro.json b/src/generated/resources/assets/create/lang/unfinished/ro_ro.json index cda565a378..9a4980ffc6 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ro_ro.json +++ b/src/generated/resources/assets/create/lang/unfinished/ro_ro.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 655", + "_": "Missing Localizations: 657", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/uk_ua.json b/src/generated/resources/assets/create/lang/unfinished/uk_ua.json index 3fbb2e9b8b..e60d319308 100644 --- a/src/generated/resources/assets/create/lang/unfinished/uk_ua.json +++ b/src/generated/resources/assets/create/lang/unfinished/uk_ua.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 986", + "_": "Missing Localizations: 988", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/zh_cn.json b/src/generated/resources/assets/create/lang/unfinished/zh_cn.json index 806dbe7c55..acd4159f26 100644 --- a/src/generated/resources/assets/create/lang/unfinished/zh_cn.json +++ b/src/generated/resources/assets/create/lang/unfinished/zh_cn.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 4", + "_": "Missing Localizations: 6", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/generated/resources/assets/create/lang/unfinished/zh_tw.json b/src/generated/resources/assets/create/lang/unfinished/zh_tw.json index a784531157..1ab135bf22 100644 --- a/src/generated/resources/assets/create/lang/unfinished/zh_tw.json +++ b/src/generated/resources/assets/create/lang/unfinished/zh_tw.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 8", + "_": "Missing Localizations: 10", "_": "->------------------------] Game Elements [------------------------<-", diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/mounted/MinecartContraptionItem.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/mounted/MinecartContraptionItem.java index 3d55206716..3412531e19 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/mounted/MinecartContraptionItem.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/mounted/MinecartContraptionItem.java @@ -240,7 +240,7 @@ public class MinecartContraptionItem extends Item { return; } - contraption.stop(event.getWorld()); + contraption.stop(event.getLevel()); for (MutablePair pair : contraption.getActors()) if (AllMovementBehaviours.getBehaviour(pair.left.state)instanceof PortableStorageInterfaceMovement psim) diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/track/FakeTrackBlock.java b/src/main/java/com/simibubi/create/content/logistics/trains/track/FakeTrackBlock.java index 5e17726882..d0ad1d877d 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/track/FakeTrackBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/track/FakeTrackBlock.java @@ -1,5 +1,7 @@ package com.simibubi.create.content.logistics.trains.track; +import org.jetbrains.annotations.Nullable; + import com.simibubi.create.AllTileEntities; import com.simibubi.create.foundation.block.ProperWaterloggedBlock; @@ -44,9 +46,10 @@ public class FakeTrackBlock extends Block implements EntityBlock, ProperWaterlog public RenderShape getRenderShape(BlockState pState) { return RenderShape.ENTITYBLOCK_ANIMATED; } - + @Override - public BlockPathTypes getAiPathNodeType(BlockState state, BlockGetter world, BlockPos pos, Mob entity) { + public @Nullable BlockPathTypes getBlockPathType(BlockState state, BlockGetter level, BlockPos pos, + @Nullable Mob mob) { return BlockPathTypes.DAMAGE_OTHER; } diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/track/TrackBlock.java b/src/main/java/com/simibubi/create/content/logistics/trains/track/TrackBlock.java index 34036e1b6e..6c697ba2f4 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/track/TrackBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/track/TrackBlock.java @@ -17,6 +17,8 @@ import java.util.Map.Entry; import java.util.Random; import java.util.function.Consumer; +import org.jetbrains.annotations.Nullable; + import com.google.common.base.Predicates; import com.jozufozu.flywheel.core.PartialModel; import com.jozufozu.flywheel.util.transform.TransformStack; @@ -122,9 +124,10 @@ public class TrackBlock extends Block protected void createBlockStateDefinition(Builder p_49915_) { super.createBlockStateDefinition(p_49915_.add(SHAPE, HAS_TE, WATERLOGGED)); } - + @Override - public BlockPathTypes getAiPathNodeType(BlockState state, BlockGetter world, BlockPos pos, Mob entity) { + public @Nullable BlockPathTypes getBlockPathType(BlockState state, BlockGetter level, BlockPos pos, + @Nullable Mob mob) { return BlockPathTypes.RAIL; } From f009c83529fea8e3b163496693a238fed3aabe89 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Fri, 23 Sep 2022 23:10:21 +0200 Subject: [PATCH 17/51] Port new changes --- .../management/schedule/ScheduleItemEntityInteraction.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleItemEntityInteraction.java b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleItemEntityInteraction.java index 9cd315af5b..f2ba646127 100644 --- a/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleItemEntityInteraction.java +++ b/src/main/java/com/simibubi/create/content/logistics/trains/management/schedule/ScheduleItemEntityInteraction.java @@ -77,7 +77,7 @@ public class ScheduleItemEntityInteraction { if (directions == null) return; - boolean onServer = !event.getWorld().isClientSide; + boolean onServer = !event.getLevel().isClientSide; if (train.runtime.paused && !train.runtime.completed) { if (onServer) { From c774f6b2e1d12c5d2ffc17af11a97e6db5431834 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Sun, 25 Sep 2022 20:41:39 +0200 Subject: [PATCH 18/51] Update Flywheel --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 0898423a4f..87232ca9a3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ parchment_version = 2022.08.10 # dependency versions registrate_version = MC1.19-1.1.5 flywheel_minecraft_version = 1.19.2 -flywheel_version = 0.6.6-5 +flywheel_version = 0.6.6-6 jei_minecraft_version = 1.19.2 jei_version = 11.2.0.254 curios_minecraft_version = 1.19.2 From abfb22c3968d4de83ae7e3ad9b9ba1a6e2aa5422 Mon Sep 17 00:00:00 2001 From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Date: Sun, 25 Sep 2022 12:29:37 -0700 Subject: [PATCH 19/51] Reinforced deepslate movement config --- .../java/com/simibubi/create/foundation/config/CKinetics.java | 3 +++ .../create/foundation/config/ContraptionMovementSetting.java | 1 + 2 files changed, 4 insertions(+) diff --git a/src/main/java/com/simibubi/create/foundation/config/CKinetics.java b/src/main/java/com/simibubi/create/foundation/config/CKinetics.java index 6ccec6f4b5..9b9aaba10d 100644 --- a/src/main/java/com/simibubi/create/foundation/config/CKinetics.java +++ b/src/main/java/com/simibubi/create/foundation/config/CKinetics.java @@ -40,6 +40,8 @@ public class CKinetics extends ConfigBase { e(ContraptionMovementSetting.NO_PICKUP, "amethystMovement", Comments.amethystMovement); public final ConfigEnum obsidianMovement = e(ContraptionMovementSetting.UNMOVABLE, "movableObsidian", Comments.obsidianMovement); + public final ConfigEnum reinforcedDeepslateMovement = + e(ContraptionMovementSetting.UNMOVABLE, "movableReinforcedDeepslate", Comments.reinforcedDeepslateMovement); public final ConfigBool moveItemsToStorage = b(true, "moveItemsToStorage", Comments.moveItemsToStorage); public final ConfigBool harvestPartiallyGrown = b(false, "harvestPartiallyGrown", Comments.harvestPartiallyGrown); public final ConfigBool harvesterReplants = b(true, "harvesterReplants", Comments.harvesterReplants); @@ -108,6 +110,7 @@ public class CKinetics extends ConfigBase { static String spawnerMovement = "Configure how Spawner blocks can be moved by contraptions."; static String amethystMovement = "Configure how Budding Amethyst can be moved by contraptions."; static String obsidianMovement = "Configure how Obsidian blocks can be moved by contraptions."; + static String reinforcedDeepslateMovement = "Configure how Reinforced Deepslate blocks can be moved by contraptions."; } public enum DeployerAggroSetting { diff --git a/src/main/java/com/simibubi/create/foundation/config/ContraptionMovementSetting.java b/src/main/java/com/simibubi/create/foundation/config/ContraptionMovementSetting.java index 5aca81cdbe..eefabc5ea7 100644 --- a/src/main/java/com/simibubi/create/foundation/config/ContraptionMovementSetting.java +++ b/src/main/java/com/simibubi/create/foundation/config/ContraptionMovementSetting.java @@ -51,6 +51,7 @@ public enum ContraptionMovementSetting { register(Blocks.OBSIDIAN, () -> AllConfigs.SERVER.kinetics.obsidianMovement.get()); register(Blocks.CRYING_OBSIDIAN, () -> AllConfigs.SERVER.kinetics.obsidianMovement.get()); register(Blocks.RESPAWN_ANCHOR, () -> AllConfigs.SERVER.kinetics.obsidianMovement.get()); + register(Blocks.REINFORCED_DEEPSLATE, () -> AllConfigs.SERVER.kinetics.reinforcedDeepslateMovement.get()); } public interface IMovementSettingProvider extends IForgeBlock { From 97906cb4cc43c034f619a75a8f0d1937ebb5273d Mon Sep 17 00:00:00 2001 From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Date: Sun, 25 Sep 2022 12:34:18 -0700 Subject: [PATCH 20/51] Fix Flywheel JiJ version range --- build.gradle | 2 +- src/main/resources/META-INF/mods.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e53be1a4dd..70096d70ad 100644 --- a/build.gradle +++ b/build.gradle @@ -143,7 +143,7 @@ dependencies { jarJar(group: 'com.tterrag.registrate', name: 'Registrate', version: '[MC1.19-1.1.5,)') { jarJar.pin(it, project.registrate_version) } - jarJar(group: 'com.jozufozu.flywheel', name: "flywheel-forge-${flywheel_minecraft_version}", version: '[0.6.5,0.6.6)') { + jarJar(group: 'com.jozufozu.flywheel', name: "flywheel-forge-${flywheel_minecraft_version}", version: '[0.6.6,0.6.7)') { jarJar.pin(it, project.flywheel_version) } diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index a1672ad4e4..b1f11db59d 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -33,6 +33,6 @@ Technology that empowers the player.''' [[dependencies.create]] modId="flywheel" mandatory=true - versionRange="[0.6.5,0.6.7)" + versionRange="[0.6.6,0.6.7)" ordering="AFTER" side="CLIENT" From 4985a521a4a599d6a61c56dc9db2fdea913428f3 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Wed, 28 Sep 2022 23:43:09 +0200 Subject: [PATCH 21/51] Overclicked - Fixed Schematic and Quill selection registering mouse clicks twice --- .../client/SchematicAndQuillHandler.java | 15 ++++++++------- .../schematics/client/SchematicHandler.java | 14 +++++++------- .../com/simibubi/create/events/InputEvents.java | 8 +++++--- 3 files changed, 20 insertions(+), 17 deletions(-) diff --git a/src/main/java/com/simibubi/create/content/schematics/client/SchematicAndQuillHandler.java b/src/main/java/com/simibubi/create/content/schematics/client/SchematicAndQuillHandler.java index 220ce66994..dd4960c3c2 100644 --- a/src/main/java/com/simibubi/create/content/schematics/client/SchematicAndQuillHandler.java +++ b/src/main/java/com/simibubi/create/content/schematics/client/SchematicAndQuillHandler.java @@ -98,40 +98,41 @@ public class SchematicAndQuillHandler { return true; } - public void onMouseInput(int button, boolean pressed) { + public boolean onMouseInput(int button, boolean pressed) { if (!pressed || button != 1) - return; + return false; if (!isActive()) - return; + return false; LocalPlayer player = Minecraft.getInstance().player; if (player.isShiftKeyDown()) { discard(); - return; + return true; } if (secondPos != null) { ScreenOpener.open(new SchematicPromptScreen()); - return; + return true; } if (selectedPos == null) { Lang.translate("schematicAndQuill.noTarget") .sendStatus(player); - return; + return true; } if (firstPos != null) { secondPos = selectedPos; Lang.translate("schematicAndQuill.secondPos") .sendStatus(player); - return; + return true; } firstPos = selectedPos; Lang.translate("schematicAndQuill.firstPos") .sendStatus(player); + return true; } public void discard() { diff --git a/src/main/java/com/simibubi/create/content/schematics/client/SchematicHandler.java b/src/main/java/com/simibubi/create/content/schematics/client/SchematicHandler.java index cdf875a745..9fe72d003f 100644 --- a/src/main/java/com/simibubi/create/content/schematics/client/SchematicHandler.java +++ b/src/main/java/com/simibubi/create/content/schematics/client/SchematicHandler.java @@ -243,23 +243,23 @@ public class SchematicHandler { selectionScreen.renderPassive(poseStack, partialTicks); } - public void onMouseInput(int button, boolean pressed) { + public boolean onMouseInput(int button, boolean pressed) { if (!active) - return; + return false; if (!pressed || button != 1) - return; + return false; Minecraft mc = Minecraft.getInstance(); if (mc.player.isShiftKeyDown()) - return; + return false; if (mc.hitResult instanceof BlockHitResult) { BlockHitResult blockRayTraceResult = (BlockHitResult) mc.hitResult; BlockState clickedBlock = mc.level.getBlockState(blockRayTraceResult.getBlockPos()); if (AllBlocks.SCHEMATICANNON.has(clickedBlock)) - return; + return false; if (AllBlocks.DEPLOYER.has(clickedBlock)) - return; + return false; } - currentTool.getTool() + return currentTool.getTool() .handleRightClick(); } diff --git a/src/main/java/com/simibubi/create/events/InputEvents.java b/src/main/java/com/simibubi/create/events/InputEvents.java index 2b4e847ab0..ada1a3eb07 100644 --- a/src/main/java/com/simibubi/create/events/InputEvents.java +++ b/src/main/java/com/simibubi/create/events/InputEvents.java @@ -45,15 +45,17 @@ public class InputEvents { } @SubscribeEvent - public static void onMouseInput(InputEvent.MouseButton event) { + public static void onMouseInput(InputEvent.MouseButton.Pre event) { if (Minecraft.getInstance().screen != null) return; int button = event.getButton(); boolean pressed = !(event.getAction() == 0); - CreateClient.SCHEMATIC_HANDLER.onMouseInput(button, pressed); - CreateClient.SCHEMATIC_AND_QUILL_HANDLER.onMouseInput(button, pressed); + if (CreateClient.SCHEMATIC_HANDLER.onMouseInput(button, pressed)) + event.setCanceled(true); + else if (CreateClient.SCHEMATIC_AND_QUILL_HANDLER.onMouseInput(button, pressed)) + event.setCanceled(true); } @SubscribeEvent From 80ae80b39b0c447247658b322906fe0c3273978f Mon Sep 17 00:00:00 2001 From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Date: Wed, 28 Sep 2022 22:16:18 -0700 Subject: [PATCH 22/51] Mixing up the mud - Add mixing recipe for mud - Add BlockTagIngredient - Update Flywheel - Bump version --- build.gradle | 2 +- gradle.properties | 4 +- .../b256105d8411632b0d585496ea8944a751a08034 | 3 +- .../create/recipes/mixing/mud_by_mixing.json | 19 +++ src/main/java/com/simibubi/create/Create.java | 2 +- .../data/recipe/MixingRecipeGen.java | 8 +- .../utility/recipe/AllIngredients.java | 20 +++ .../utility/recipe/BlockTagIngredient.java | 151 ++++++++++++++++++ src/main/resources/META-INF/mods.toml | 2 +- 9 files changed, 204 insertions(+), 7 deletions(-) create mode 100644 src/generated/resources/data/create/recipes/mixing/mud_by_mixing.json create mode 100644 src/main/java/com/simibubi/create/foundation/utility/recipe/AllIngredients.java create mode 100644 src/main/java/com/simibubi/create/foundation/utility/recipe/BlockTagIngredient.java diff --git a/build.gradle b/build.gradle index 70096d70ad..229ba568a1 100644 --- a/build.gradle +++ b/build.gradle @@ -143,7 +143,7 @@ dependencies { jarJar(group: 'com.tterrag.registrate', name: 'Registrate', version: '[MC1.19-1.1.5,)') { jarJar.pin(it, project.registrate_version) } - jarJar(group: 'com.jozufozu.flywheel', name: "flywheel-forge-${flywheel_minecraft_version}", version: '[0.6.6,0.6.7)') { + jarJar(group: 'com.jozufozu.flywheel', name: "flywheel-forge-${flywheel_minecraft_version}", version: '[0.6.7,0.6.8)') { jarJar.pin(it, project.flywheel_version) } diff --git a/gradle.properties b/gradle.properties index 87232ca9a3..17f0cbf4da 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs = -Xmx3G org.gradle.daemon = false # mod version info -mod_version = 0.5.0.e +mod_version = 0.5.0.f artifact_minecraft_version = 1.19.2 minecraft_version = 1.19.2 @@ -21,7 +21,7 @@ parchment_version = 2022.08.10 # dependency versions registrate_version = MC1.19-1.1.5 flywheel_minecraft_version = 1.19.2 -flywheel_version = 0.6.6-6 +flywheel_version = 0.6.7-8 jei_minecraft_version = 1.19.2 jei_version = 11.2.0.254 curios_minecraft_version = 1.19.2 diff --git a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 index ea9eef57c3..eda932ef1b 100644 --- a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 +++ b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 @@ -1,4 +1,4 @@ -// 1.19.2 2022-09-23T20:53:24.8287802 Create's Processing Recipes +// 1.19.2 2022-09-28T21:49:27.0879193 Create's Processing Recipes 3c94326fb730f68c1e44fe1e2ef09c9db6ffd92b data/create/recipes/compacting/andesite_from_flint.json 8d3d5b31f3601b9f681ff710e0545a483a1494c6 data/create/recipes/compacting/blaze_cake.json 8bd7f4e3a686ab520b2d55594d2018d0e9a50c91 data/create/recipes/compacting/chocolate.json @@ -564,6 +564,7 @@ e7b86d4ca5de2df474794424d93b447e5f9dcdc3 data/create/recipes/mixing/chocolate_me 4cf9a0979fb6401c51c763d71f0bb53ea2c8c32b data/create/recipes/mixing/dough_by_mixing.json ac2a2456e2f0ccd74db6dc5ad029eb4e6781a25d data/create/recipes/mixing/honey.json 251c09ac25bb73e092fac483ceb5a9196a479919 data/create/recipes/mixing/lava_from_cobble.json +939c55202f06b50cec3c16e66e85f915f2272db2 data/create/recipes/mixing/mud_by_mixing.json 4454cb7a73571d90e19826ee394b0c9e52ac8620 data/create/recipes/mixing/tea.json 8bd950c78b4db3b7f5a9a1f42c116677049b77fc data/create/recipes/pressing/brass_ingot.json 8dee39f86784636639790b0ed1bbd5c845522952 data/create/recipes/pressing/copper_ingot.json diff --git a/src/generated/resources/data/create/recipes/mixing/mud_by_mixing.json b/src/generated/resources/data/create/recipes/mixing/mud_by_mixing.json new file mode 100644 index 0000000000..12921c0469 --- /dev/null +++ b/src/generated/resources/data/create/recipes/mixing/mud_by_mixing.json @@ -0,0 +1,19 @@ +{ + "type": "create:mixing", + "ingredients": [ + { + "type": "create:block_tag_ingredient", + "tag": "minecraft:convertable_to_mud" + }, + { + "amount": 250, + "fluid": "minecraft:water", + "nbt": {} + } + ], + "results": [ + { + "item": "minecraft:mud" + } + ] +} \ No newline at end of file diff --git a/src/main/java/com/simibubi/create/Create.java b/src/main/java/com/simibubi/create/Create.java index 65b59c980e..f4f5590da2 100644 --- a/src/main/java/com/simibubi/create/Create.java +++ b/src/main/java/com/simibubi/create/Create.java @@ -65,7 +65,7 @@ public class Create { public static final String ID = "create"; public static final String NAME = "Create"; - public static final String VERSION = "0.5e"; + public static final String VERSION = "0.5f"; public static final Logger LOGGER = LogManager.getLogger(); diff --git a/src/main/java/com/simibubi/create/foundation/data/recipe/MixingRecipeGen.java b/src/main/java/com/simibubi/create/foundation/data/recipe/MixingRecipeGen.java index e38f21d165..d19c71e9b1 100644 --- a/src/main/java/com/simibubi/create/foundation/data/recipe/MixingRecipeGen.java +++ b/src/main/java/com/simibubi/create/foundation/data/recipe/MixingRecipeGen.java @@ -4,8 +4,10 @@ import com.simibubi.create.AllFluids; import com.simibubi.create.AllItems; import com.simibubi.create.AllRecipeTypes; import com.simibubi.create.content.contraptions.processing.HeatCondition; +import com.simibubi.create.foundation.utility.recipe.BlockTagIngredient; import net.minecraft.data.DataGenerator; +import net.minecraft.tags.BlockTags; import net.minecraft.tags.ItemTags; import net.minecraft.world.item.Items; import net.minecraft.world.level.block.Blocks; @@ -55,7 +57,11 @@ public class MixingRecipeGen extends ProcessingRecipeGen { ANDESITE_ALLOY_FROM_ZINC = create("andesite_alloy_from_zinc", b -> b.require(Blocks.ANDESITE) .require(I.zincNugget()) - .output(I.andesite(), 1)) + .output(I.andesite(), 1)), + + MUD = create("mud_by_mixing", b -> b.require(BlockTagIngredient.create(BlockTags.CONVERTABLE_TO_MUD)) + .require(Fluids.WATER, 250) + .output(Blocks.MUD, 1)) ; diff --git a/src/main/java/com/simibubi/create/foundation/utility/recipe/AllIngredients.java b/src/main/java/com/simibubi/create/foundation/utility/recipe/AllIngredients.java new file mode 100644 index 0000000000..0067c2c9f2 --- /dev/null +++ b/src/main/java/com/simibubi/create/foundation/utility/recipe/AllIngredients.java @@ -0,0 +1,20 @@ +package com.simibubi.create.foundation.utility.recipe; + +import com.simibubi.create.Create; + +import net.minecraftforge.common.crafting.CraftingHelper; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.fml.common.Mod.EventBusSubscriber; +import net.minecraftforge.fml.common.Mod.EventBusSubscriber.Bus; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegisterEvent; + +@EventBusSubscriber(bus = Bus.MOD) +public class AllIngredients { + @SubscribeEvent + public static void register(RegisterEvent event) { + if (event.getRegistryKey().equals(ForgeRegistries.Keys.RECIPE_SERIALIZERS)) { + CraftingHelper.register(Create.asResource("block_tag_ingredient"), BlockTagIngredient.Serializer.INSTANCE); + } + } +} diff --git a/src/main/java/com/simibubi/create/foundation/utility/recipe/BlockTagIngredient.java b/src/main/java/com/simibubi/create/foundation/utility/recipe/BlockTagIngredient.java new file mode 100644 index 0000000000..67749c2847 --- /dev/null +++ b/src/main/java/com/simibubi/create/foundation/utility/recipe/BlockTagIngredient.java @@ -0,0 +1,151 @@ +package com.simibubi.create.foundation.utility.recipe; + +import java.util.ArrayList; +import java.util.List; + +import javax.annotation.Nullable; + +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; + +import it.unimi.dsi.fastutil.ints.IntArrayList; +import it.unimi.dsi.fastutil.ints.IntComparators; +import it.unimi.dsi.fastutil.ints.IntList; +import net.minecraft.core.Registry; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.tags.TagKey; +import net.minecraft.util.GsonHelper; +import net.minecraft.world.entity.player.StackedContents; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.crafting.Ingredient; +import net.minecraft.world.level.block.Block; +import net.minecraftforge.common.crafting.AbstractIngredient; +import net.minecraftforge.common.crafting.CraftingHelper; +import net.minecraftforge.common.crafting.IIngredientSerializer; +import net.minecraftforge.registries.ForgeRegistries; + +public class BlockTagIngredient extends AbstractIngredient { + protected final TagKey tag; + + @Nullable + protected ItemStack[] itemStacks; + @Nullable + protected IntList stackingIds; + + protected BlockTagIngredient(TagKey tag) { + this.tag = tag; + } + + public static BlockTagIngredient create(TagKey tag) { + return new BlockTagIngredient(tag); + } + + protected void dissolve() { + if (itemStacks == null) { + List list = new ArrayList<>(); + for (Block block : ForgeRegistries.BLOCKS.tags().getTag(tag)) { + ItemStack stack = new ItemStack(block); + if (!stack.isEmpty()) { + list.add(stack); + } + } + itemStacks = list.toArray(ItemStack[]::new); + } + } + + @Override + public ItemStack[] getItems() { + dissolve(); + return itemStacks; + } + + @Override + public boolean test(@Nullable ItemStack stack) { + if (stack == null) { + return false; + } + + dissolve(); + if (itemStacks.length == 0) { + return stack.isEmpty(); + } + + for (ItemStack itemStack : itemStacks) { + if (itemStack.is(stack.getItem())) { + return true; + } + } + + return false; + } + + @Override + public IntList getStackingIds() { + if (stackingIds == null || checkInvalidation()) { + markValid(); + dissolve(); + stackingIds = new IntArrayList(itemStacks.length); + + for (ItemStack stack : itemStacks) { + stackingIds.add(StackedContents.getStackingIndex(stack)); + } + + stackingIds.sort(IntComparators.NATURAL_COMPARATOR); + } + + return stackingIds; + } + + public TagKey getTag() { + return tag; + } + + @Override + protected void invalidate() { + itemStacks = null; + stackingIds = null; + } + + @Override + public boolean isSimple() { + return true; + } + + @Override + public IIngredientSerializer getSerializer() { + return Serializer.INSTANCE; + } + + @Override + public JsonElement toJson() { + JsonObject json = new JsonObject(); + json.addProperty("type", CraftingHelper.getID(Serializer.INSTANCE).toString()); + json.addProperty("tag", tag.location().toString()); + return json; + } + + public static class Serializer implements IIngredientSerializer { + public static final Serializer INSTANCE = new Serializer(); + + @Override + public BlockTagIngredient parse(JsonObject json) { + ResourceLocation rl = new ResourceLocation(GsonHelper.getAsString(json, "tag")); + TagKey tag = TagKey.create(Registry.BLOCK_REGISTRY, rl); + return new BlockTagIngredient(tag); + } + + @Override + public BlockTagIngredient parse(FriendlyByteBuf buffer) { + ResourceLocation rl = buffer.readResourceLocation(); + TagKey tag = TagKey.create(Registry.BLOCK_REGISTRY, rl); + return new BlockTagIngredient(tag); + } + + @Override + public void write(FriendlyByteBuf buffer, BlockTagIngredient ingredient) { + TagKey tag = ingredient.getTag(); + buffer.writeResourceLocation(tag.location()); + } + } +} diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index b1f11db59d..4a027333d1 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -33,6 +33,6 @@ Technology that empowers the player.''' [[dependencies.create]] modId="flywheel" mandatory=true - versionRange="[0.6.6,0.6.7)" + versionRange="[0.6.7,0.6.8)" ordering="AFTER" side="CLIENT" From 73491d8e778744fa6b0bda7e8d6184adbdeaa111 Mon Sep 17 00:00:00 2001 From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Date: Wed, 23 Nov 2022 18:52:39 -0800 Subject: [PATCH 23/51] Fix pipe model and fluid interaction - Fix pipes with 5 or 6 connections not rendering - Fix PipeAttachmentModel#getRenderTypes returning an empty set for these block states - Fix honey and chocolate lava interactions - Use FluidInteractionRegistry instead of FluidPlaceBlockEvent --- .../java/com/simibubi/create/AllFluids.java | 32 +++++++++++++++++++ src/main/java/com/simibubi/create/Create.java | 2 +- .../fluids/PipeAttachmentModel.java | 15 +++++++++ .../simibubi/create/events/CommonEvents.java | 32 ------------------- 4 files changed, 48 insertions(+), 33 deletions(-) diff --git a/src/main/java/com/simibubi/create/AllFluids.java b/src/main/java/com/simibubi/create/AllFluids.java index 20c598f579..e3ec850045 100644 --- a/src/main/java/com/simibubi/create/AllFluids.java +++ b/src/main/java/com/simibubi/create/AllFluids.java @@ -16,10 +16,14 @@ import com.tterrag.registrate.util.entry.FluidEntry; import net.minecraft.core.BlockPos; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.level.BlockAndTintGetter; +import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.material.Fluid; import net.minecraft.world.level.material.FluidState; import net.minecraftforge.client.extensions.common.IClientFluidTypeExtensions; +import net.minecraftforge.common.ForgeMod; +import net.minecraftforge.fluids.FluidInteractionRegistry; +import net.minecraftforge.fluids.FluidInteractionRegistry.InteractionInformation; import net.minecraftforge.fluids.FluidStack; import net.minecraftforge.fluids.FluidType; import net.minecraftforge.fluids.ForgeFlowingFluid; @@ -68,6 +72,34 @@ public class AllFluids { public static void register() {} + public static void registerFluidInteractions() { + FluidInteractionRegistry.addInteraction(ForgeMod.LAVA_TYPE.get(), new InteractionInformation( + HONEY.get().getFluidType(), + fluidState -> { + if (fluidState.isSource()) { + return Blocks.OBSIDIAN.defaultBlockState(); + } else { + return AllPaletteStoneTypes.LIMESTONE.getBaseBlock() + .get() + .defaultBlockState(); + } + } + )); + + FluidInteractionRegistry.addInteraction(ForgeMod.LAVA_TYPE.get(), new InteractionInformation( + CHOCOLATE.get().getFluidType(), + fluidState -> { + if (fluidState.isSource()) { + return Blocks.OBSIDIAN.defaultBlockState(); + } else { + return AllPaletteStoneTypes.SCORIA.getBaseBlock() + .get() + .defaultBlockState(); + } + } + )); + } + @Nullable public static BlockState getLavaInteraction(FluidState fluidState) { Fluid fluid = fluidState.getType(); diff --git a/src/main/java/com/simibubi/create/Create.java b/src/main/java/com/simibubi/create/Create.java index 1ee05ae864..940d6e1aa9 100644 --- a/src/main/java/com/simibubi/create/Create.java +++ b/src/main/java/com/simibubi/create/Create.java @@ -44,7 +44,6 @@ import com.simibubi.create.foundation.worldgen.BuiltinRegistration; import net.minecraft.data.DataGenerator; import net.minecraft.resources.ResourceLocation; -import net.minecraft.util.RandomSource; import net.minecraft.world.entity.Entity; import net.minecraft.world.item.CreativeModeTab; import net.minecraft.world.level.Level; @@ -151,6 +150,7 @@ public class Create { AllAdvancements.register(); AllTriggers.register(); BoilerHeaters.registerDefaults(); + AllFluids.registerFluidInteractions(); }); } diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/PipeAttachmentModel.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/PipeAttachmentModel.java index e51fb6b60a..0d3cd94fb4 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/PipeAttachmentModel.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/PipeAttachmentModel.java @@ -4,6 +4,8 @@ import java.util.ArrayList; import java.util.Arrays; import java.util.List; +import org.jetbrains.annotations.NotNull; + import com.simibubi.create.AllBlockPartials; import com.simibubi.create.content.contraptions.fluids.FluidTransportBehaviour.AttachmentTypes; import com.simibubi.create.content.contraptions.fluids.FluidTransportBehaviour.AttachmentTypes.ComponentPartials; @@ -14,6 +16,7 @@ import com.simibubi.create.foundation.tileEntity.TileEntityBehaviour; import com.simibubi.create.foundation.utility.Iterate; import net.minecraft.client.Minecraft; +import net.minecraft.client.renderer.ItemBlockRenderTypes; import net.minecraft.client.renderer.RenderType; import net.minecraft.client.renderer.block.model.BakedQuad; import net.minecraft.client.resources.model.BakedModel; @@ -22,6 +25,7 @@ import net.minecraft.core.Direction; import net.minecraft.util.RandomSource; import net.minecraft.world.level.BlockAndTintGetter; import net.minecraft.world.level.block.state.BlockState; +import net.minecraftforge.client.ChunkRenderTypeSet; import net.minecraftforge.client.model.data.ModelData; import net.minecraftforge.client.model.data.ModelData.Builder; import net.minecraftforge.client.model.data.ModelProperty; @@ -50,6 +54,17 @@ public class PipeAttachmentModel extends BakedModelWrapperWithData { return builder.with(PIPE_PROPERTY, data); } + // TODO: Update once MinecraftForge#9163 is merged + @SuppressWarnings("removal") + @Override + public ChunkRenderTypeSet getRenderTypes(@NotNull BlockState state, @NotNull RandomSource rand, @NotNull ModelData data) { + ChunkRenderTypeSet set = super.getRenderTypes(state, rand, data); + if (set.isEmpty()) { + return ItemBlockRenderTypes.getRenderLayers(state); + } + return set; + } + @Override public List getQuads(BlockState state, Direction side, RandomSource rand, ModelData data, RenderType renderType) { List quads = super.getQuads(state, side, rand, data, renderType); diff --git a/src/main/java/com/simibubi/create/events/CommonEvents.java b/src/main/java/com/simibubi/create/events/CommonEvents.java index 04159c8da9..f917ccfc3c 100644 --- a/src/main/java/com/simibubi/create/events/CommonEvents.java +++ b/src/main/java/com/simibubi/create/events/CommonEvents.java @@ -1,6 +1,5 @@ package com.simibubi.create.events; -import com.simibubi.create.AllFluids; import com.simibubi.create.Create; import com.simibubi.create.content.contraptions.components.structureMovement.ContraptionHandler; import com.simibubi.create.content.contraptions.components.structureMovement.interaction.controls.ControlsServerHandler; @@ -15,27 +14,20 @@ import com.simibubi.create.content.logistics.item.LinkedControllerServerHandler; import com.simibubi.create.content.logistics.trains.entity.CarriageEntityHandler; import com.simibubi.create.foundation.ModFilePackResources; import com.simibubi.create.foundation.command.AllCommands; -import com.simibubi.create.foundation.fluid.FluidHelper; -import com.simibubi.create.foundation.utility.Iterate; import com.simibubi.create.foundation.utility.ServerSpeedProvider; import com.simibubi.create.foundation.utility.WorldAttached; import com.simibubi.create.foundation.utility.recipe.RecipeFinder; -import net.minecraft.core.BlockPos; -import net.minecraft.core.Direction; import net.minecraft.server.level.ServerPlayer; import net.minecraft.server.packs.PackType; import net.minecraft.server.packs.repository.Pack; import net.minecraft.server.packs.repository.PackSource; -import net.minecraft.tags.FluidTags; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.Level; import net.minecraft.world.level.LevelAccessor; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.material.FluidState; import net.minecraftforge.common.capabilities.RegisterCapabilitiesEvent; import net.minecraftforge.event.AddPackFindersEvent; import net.minecraftforge.event.AddReloadListenerEvent; @@ -52,7 +44,6 @@ import net.minecraftforge.event.entity.player.AttackEntityEvent; import net.minecraftforge.event.entity.player.PlayerEvent; import net.minecraftforge.event.entity.player.PlayerEvent.PlayerLoggedInEvent; import net.minecraftforge.event.entity.player.PlayerEvent.PlayerLoggedOutEvent; -import net.minecraftforge.event.level.BlockEvent.FluidPlaceBlockEvent; import net.minecraftforge.event.level.ChunkEvent; import net.minecraftforge.event.level.LevelEvent; import net.minecraftforge.event.server.ServerStoppingEvent; @@ -93,29 +84,6 @@ public class CommonEvents { Create.RAILWAYS.playerLogout(player); } - @SubscribeEvent - public static void whenFluidsMeet(FluidPlaceBlockEvent event) { - BlockState blockState = event.getOriginalState(); - FluidState fluidState = blockState.getFluidState(); - BlockPos pos = event.getPos(); - LevelAccessor world = event.getLevel(); - - if (fluidState.isSource() && FluidHelper.isLava(fluidState.getType())) - return; - - for (Direction direction : Iterate.directions) { - FluidState metFluidState = - fluidState.isSource() ? fluidState : world.getFluidState(pos.relative(direction)); - if (!metFluidState.is(FluidTags.WATER)) - continue; - BlockState lavaInteraction = AllFluids.getLavaInteraction(metFluidState); - if (lavaInteraction == null) - continue; - event.setNewState(lavaInteraction); - break; - } - } - @SubscribeEvent public static void onWorldTick(LevelTickEvent event) { if (event.phase == Phase.START) From 131e41497ca7fd140a21b1e19818b6b30c67cd1f Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Tue, 13 Dec 2022 13:27:01 +0100 Subject: [PATCH 24/51] Port new Changes --- gradle.properties | 2 +- .../12afe0d97856fb2040b8407470e6d13529994eaa | 2 +- .../455c485c9c8ef171bbc1ce4d435b3110ba1557ba | 2 +- .../6ec3b5a261c9ae3df674f7595dc66530ce54feb9 | 2 +- .../82992cbf8f2794d83ac94034835eac0acd7915b9 | 2 +- .../8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 | 5 +++-- ... 9b718366ce2ebddbc65bf65c103939e2cf56b4af} | 20 ++++++++++--------- .../b256105d8411632b0d585496ea8944a751a08034 | 2 +- .../c24b4d2b8d15abff51c78bd94f4403d9eae6c139 | 2 +- .../assets/create/lang/unfinished/da_dk.json | 4 +++- .../assets/create/lang/unfinished/de_de.json | 4 +++- .../assets/create/lang/unfinished/es_mx.json | 4 +++- .../assets/create/lang/unfinished/fr_fr.json | 4 +++- .../assets/create/lang/unfinished/it_it.json | 4 +++- .../assets/create/lang/unfinished/ja_jp.json | 2 ++ .../assets/create/lang/unfinished/ko_kr.json | 4 +++- .../assets/create/lang/unfinished/zh_tw.json | 4 +++- .../tags/blocks/movable_empty_collider.json | 1 - .../compat/storageDrawers/StorageDrawers.java | 4 ++-- .../deployer/ManualApplicationRecipe.java | 2 +- 20 files changed, 47 insertions(+), 29 deletions(-) rename src/generated/resources/.cache/{4c6aefd01d2f404cb6dd8a4f408ce8f3778751da => 9b718366ce2ebddbc65bf65c103939e2cf56b4af} (54%) diff --git a/gradle.properties b/gradle.properties index 4fc803be4e..426551c4cf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ mod_version = 0.5.0.g artifact_minecraft_version = 1.19.2 minecraft_version = 1.19.2 -forge_version = 43.1.0 +forge_version = 43.1.52 # build dependency versions forgegradle_version = 5.1.53 diff --git a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa index ef556daed4..507ca59ce7 100644 --- a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa +++ b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa @@ -1,4 +1,4 @@ -// 1.19.2 2022-09-23T20:53:24.9127077 Create's Sequenced Assembly Recipes +// 1.19.2 2022-12-13T12:20:23.5206136 Create's Sequenced Assembly Recipes e6efd0d76dc451a44b663a453cef6e6656ad523f data/create/recipes/sequenced_assembly/precision_mechanism.json 0cdbd4f583aa0a2aa8f3ca2827199bede1732722 data/create/recipes/sequenced_assembly/sturdy_sheet.json 1274315b5c570722d6f5b2ed7f5e53fe01b6288a data/create/recipes/sequenced_assembly/track.json diff --git a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba index 365de5effa..3997b22867 100644 --- a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba +++ b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba @@ -1,4 +1,4 @@ -// 1.19.2 2022-09-23T20:53:24.9106842 Create's Advancements +// 1.19.2 2022-12-13T12:20:23.5066508 Create's Advancements 2079ae09cf699108a8035ced7ca712fed4ab1577 data/create/advancements/andesite_alloy.json 082d3987c5e074ed50be4a94a6fdc17120af241b data/create/advancements/andesite_casing.json 4618109cfb4550fd8e19dc9d794ef24398b10a61 data/create/advancements/anvil_plough.json diff --git a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 index 61a50f7c54..068a818b18 100644 --- a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 +++ b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 @@ -1,4 +1,4 @@ -// 1.19.2 2022-09-23T20:53:24.9127077 Create's Mechanical Crafting Recipes +// 1.19.2 2022-12-13T12:20:23.5196156 Create's Mechanical Crafting Recipes f076d64d9f30709bed34775136c9241097b28aa9 data/create/recipes/mechanical_crafting/crushing_wheel.json 694dca9dcff246bb7f560b3304fcc244c53217d5 data/create/recipes/mechanical_crafting/extendo_grip.json 3b2837b08607c1ca466fa3eb418209b2e55da6ba data/create/recipes/mechanical_crafting/potato_cannon.json diff --git a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 index c92958ad83..85d82fc424 100644 --- a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 +++ b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 @@ -1,4 +1,4 @@ -// 1.19.2 2022-09-23T20:53:24.8237936 Create's Standard Recipes +// 1.19.2 2022-12-13T12:20:23.5206136 Create's Standard Recipes b397254b7cdb19d1c64ed1c30e1f6aa5c8af7270 data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json c14aec90afe9450b7dd472ff612e2f8013d09abf data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json fd9a8eb94364c8424f23c510900ef9cd0904b53e data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json diff --git a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 index 37bca99252..5277ccb05a 100644 --- a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 +++ b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 @@ -1,4 +1,4 @@ -// 1.19.2 2022-11-22T16:16:47.7397787 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] +// 1.19.2 2022-12-13T12:20:23.5246022 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] 60bbdf92d2ac9824ea6144955c74043a6005f79d assets/create/blockstates/acacia_window.json 6a67703c2697d81b7dc83e9d72a66f9c9ff08383 assets/create/blockstates/acacia_window_pane.json c3ae87b62e81d8e9476eccd793bb1548d74c66a1 assets/create/blockstates/adjustable_chain_gearshift.json @@ -4482,7 +4482,8 @@ fd2aaa5ab155c675e7ef4c143106428f181056af data/create/recipes/weathered_copper_ti f1a03ac86925e26cbec6aeeada2eafb40008fc8e data/create/recipes/weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting.json 8b98a671e80724e815a3af0c3764d760e4170e02 data/create/tags/blocks/brittle.json 8b6c0b444b15f7fb2d55b9cbcb68537c1269f877 data/create/tags/blocks/casing.json -6be9cc8768e2e76e2dc09ac77d18b28741a580a8 data/create/tags/blocks/fan_transparent.json +e00f26584b23b7c3d9c3c5cc461b6418de4ee0fa data/create/tags/blocks/fan_transparent.json +0b91b64f3b81f85dcb9e56c50264c78f17727303 data/create/tags/blocks/movable_empty_collider.json 4970078b49ddac1b1d500ed0469cedf42bdc3d35 data/create/tags/blocks/non_movable.json 06e13efbb7b0d09ff7ecd1a7dc45a0760b91ad67 data/create/tags/blocks/ore_override_stone.json a5874f73c7dc0a3ae12999e6ae8abf45bc7fb9be data/create/tags/blocks/passive_boiler_heaters.json diff --git a/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af similarity index 54% rename from src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da rename to src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af index ac6048cd8a..12f3bddfc0 100644 --- a/src/generated/resources/.cache/4c6aefd01d2f404cb6dd8a4f408ce8f3778751da +++ b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af @@ -1,18 +1,20 @@ -// 1.19.2 2022-09-25T12:22:44.7537946 Lang merger +// 1.19.2 2022-12-13T12:20:23.5056534 Create's lang merger 4b9ffd38401c3366dc8fba48bd867b580bd7a016 assets/create/lang/en_us.json -c2d8149ca2c7db92f0c8c3c7d68e7e63302878df assets/create/lang/unfinished/de_de.json +e465ee61e15a5d79376d3701820121e73765aa23 assets/create/lang/unfinished/da_dk.json +e529f1aa29a16fcb586bed82201088d0e7dba79a assets/create/lang/unfinished/de_de.json a0e1127515d1cf6868741eaa864d9342f552a99c assets/create/lang/unfinished/es_cl.json 917cb1979c9ad8785864351d42eaafa3fa29ea1d assets/create/lang/unfinished/es_es.json -b5ed9782c171eac41695f2b12b71870cded97fa6 assets/create/lang/unfinished/fr_fr.json -a253fa32573b2fb9941dddeff32325a81dea8850 assets/create/lang/unfinished/it_it.json -d21e3535c795ac4db5224bb57baceab62fc2a51b assets/create/lang/unfinished/ja_jp.json -da47fd6bc5192384df742f2e5dd556a697c15659 assets/create/lang/unfinished/ko_kr.json -32babc881a7f928a6fa93d20b46d52f0165d6ba7 assets/create/lang/unfinished/nl_nl.json +76fe238f89a7d5a64aea2334d520898bd25d095b assets/create/lang/unfinished/es_mx.json +b9690299fcbf172e0d6aa4df708a04f35b233503 assets/create/lang/unfinished/fr_fr.json +3a2beeeae0c4814817a59f10ae3353c02ecb78c0 assets/create/lang/unfinished/it_it.json +6caad7d8cb2fac2362c126178d03c37e53f95e7f assets/create/lang/unfinished/ja_jp.json +098b41625e4a7542e737c1d15e16f57da4ce7a7d assets/create/lang/unfinished/ko_kr.json +cef2a874b6957fa2e82d7d435f9aab26060a8e0c assets/create/lang/unfinished/nl_nl.json b88ce42806a06cd65203e2e296057e0911733d06 assets/create/lang/unfinished/pl_pl.json c3bc8db145cdc14dc3403fdf7f9bdf4fc3ed5f45 assets/create/lang/unfinished/pt_br.json 338d90442da4075a5c8facbc0e9fca8d2accfcd2 assets/create/lang/unfinished/pt_pt.json c3afd5e860c6e2956cda4d55ee1167e8b987ade6 assets/create/lang/unfinished/ro_ro.json -ba3c585e3ba61138fec85ece927b0c47c98e33e8 assets/create/lang/unfinished/ru_ru.json +2f81508831a76f4f2a4a9d486bdab055fafb1f8c assets/create/lang/unfinished/ru_ru.json 5f2d947d98adbcc2e79eeb792352a4b5596e76dc assets/create/lang/unfinished/uk_ua.json a38e0091abafd7e6caa62e20fae7b7d9541abb99 assets/create/lang/unfinished/zh_cn.json -400a4ebd430a0ca749898a3d8a068a7f15d2e62a assets/create/lang/unfinished/zh_tw.json +6796cb804307290a7bcf1e011b7f85aa2aab214b assets/create/lang/unfinished/zh_tw.json diff --git a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 index eda932ef1b..d593dc6c82 100644 --- a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 +++ b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 @@ -1,4 +1,4 @@ -// 1.19.2 2022-09-28T21:49:27.0879193 Create's Processing Recipes +// 1.19.2 2022-12-13T12:20:23.5794567 Create's Processing Recipes 3c94326fb730f68c1e44fe1e2ef09c9db6ffd92b data/create/recipes/compacting/andesite_from_flint.json 8d3d5b31f3601b9f681ff710e0545a483a1494c6 data/create/recipes/compacting/blaze_cake.json 8bd7f4e3a686ab520b2d55594d2018d0e9a50c91 data/create/recipes/compacting/chocolate.json diff --git a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 index 27dae0e784..df8a0c72dd 100644 --- a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 +++ b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 @@ -1,2 +1,2 @@ -// 1.19.2 2022-09-23T20:53:24.9116814 Create's Custom Sounds +// 1.19.2 2022-12-13T12:20:23.5176215 Create's Custom Sounds 043955db25ffe58e7debb9a4f11e41a9571376e6 assets/create/sounds.json diff --git a/src/generated/resources/assets/create/lang/unfinished/da_dk.json b/src/generated/resources/assets/create/lang/unfinished/da_dk.json index 9bd08c66b4..08cd2c8b35 100644 --- a/src/generated/resources/assets/create/lang/unfinished/da_dk.json +++ b/src/generated/resources/assets/create/lang/unfinished/da_dk.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 1308", + "_": "Missing Localizations: 1310", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "Stationær mekanisme", "entity.create.super_glue": "Superlim", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "Eliksir", "fluid.create.tea": "Håndværkerens te", diff --git a/src/generated/resources/assets/create/lang/unfinished/de_de.json b/src/generated/resources/assets/create/lang/unfinished/de_de.json index 2d996ea588..7a01583d0d 100644 --- a/src/generated/resources/assets/create/lang/unfinished/de_de.json +++ b/src/generated/resources/assets/create/lang/unfinished/de_de.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 0", + "_": "Missing Localizations: 2", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "Stationäre Vorrichtung", "entity.create.super_glue": "Sekundenkleber", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "Trank", "fluid.create.tea": "Bauherrentee", diff --git a/src/generated/resources/assets/create/lang/unfinished/es_mx.json b/src/generated/resources/assets/create/lang/unfinished/es_mx.json index ed179f9afa..5b9ffc1343 100644 --- a/src/generated/resources/assets/create/lang/unfinished/es_mx.json +++ b/src/generated/resources/assets/create/lang/unfinished/es_mx.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 8", + "_": "Missing Localizations: 10", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "Artefacto estacionario", "entity.create.super_glue": "Pegamento", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "Poción", "fluid.create.tea": "Té del Constructor", diff --git a/src/generated/resources/assets/create/lang/unfinished/fr_fr.json b/src/generated/resources/assets/create/lang/unfinished/fr_fr.json index bc85929ad2..0cdc3d2488 100644 --- a/src/generated/resources/assets/create/lang/unfinished/fr_fr.json +++ b/src/generated/resources/assets/create/lang/unfinished/fr_fr.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 0", + "_": "Missing Localizations: 2", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "Machine stationnaire", "entity.create.super_glue": "Colle extra-forte", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "Potion", "fluid.create.tea": "Thé du constructeur", diff --git a/src/generated/resources/assets/create/lang/unfinished/it_it.json b/src/generated/resources/assets/create/lang/unfinished/it_it.json index cfc577a237..461bf93aa7 100644 --- a/src/generated/resources/assets/create/lang/unfinished/it_it.json +++ b/src/generated/resources/assets/create/lang/unfinished/it_it.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 0", + "_": "Missing Localizations: 2", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "Macchinario stazionario", "entity.create.super_glue": "Super colla", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "Pozione", "fluid.create.tea": "Tè del costruttore", diff --git a/src/generated/resources/assets/create/lang/unfinished/ja_jp.json b/src/generated/resources/assets/create/lang/unfinished/ja_jp.json index fed76f1f04..159deaccb9 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ja_jp.json +++ b/src/generated/resources/assets/create/lang/unfinished/ja_jp.json @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "付設からくり", "entity.create.super_glue": "超粘着剤", + "fluid.create.chocolate": "チョコレート", + "fluid.create.honey": "ハチミツ", "fluid.create.potion": "ポーション", "fluid.create.tea": "建築家のお茶", diff --git a/src/generated/resources/assets/create/lang/unfinished/ko_kr.json b/src/generated/resources/assets/create/lang/unfinished/ko_kr.json index 7b3f936a70..ea4d9132fb 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ko_kr.json +++ b/src/generated/resources/assets/create/lang/unfinished/ko_kr.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 2", + "_": "Missing Localizations: 4", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "고정된 구조물", "entity.create.super_glue": "강력 접착제", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "포션", "fluid.create.tea": "건축가의 차", diff --git a/src/generated/resources/assets/create/lang/unfinished/zh_tw.json b/src/generated/resources/assets/create/lang/unfinished/zh_tw.json index 205b52f253..f6fc65b6da 100644 --- a/src/generated/resources/assets/create/lang/unfinished/zh_tw.json +++ b/src/generated/resources/assets/create/lang/unfinished/zh_tw.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 0", + "_": "Missing Localizations: 2", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,6 +576,8 @@ "entity.create.stationary_contraption": "固定結構", "entity.create.super_glue": "強力膠", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "藥水", "fluid.create.tea": "茶", diff --git a/src/generated/resources/data/create/tags/blocks/movable_empty_collider.json b/src/generated/resources/data/create/tags/blocks/movable_empty_collider.json index e31c42d8d0..996f700656 100644 --- a/src/generated/resources/data/create/tags/blocks/movable_empty_collider.json +++ b/src/generated/resources/data/create/tags/blocks/movable_empty_collider.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "minecraft:cobweb", "minecraft:powder_snow", diff --git a/src/main/java/com/simibubi/create/compat/storageDrawers/StorageDrawers.java b/src/main/java/com/simibubi/create/compat/storageDrawers/StorageDrawers.java index 45fa061865..cfe11969f2 100644 --- a/src/main/java/com/simibubi/create/compat/storageDrawers/StorageDrawers.java +++ b/src/main/java/com/simibubi/create/compat/storageDrawers/StorageDrawers.java @@ -5,14 +5,14 @@ import com.simibubi.create.foundation.tileEntity.behaviour.filtering.FilteringBe import net.minecraft.world.item.ItemStack; import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraftforge.items.IItemHandler; public class StorageDrawers { public static boolean isDrawer(BlockEntity tile) { return tile != null && Mods.STORAGEDRAWERS.asId() - .equals(tile.getType() - .getRegistryName() + .equals(BlockEntityType.getKey(tile.getType()) .getNamespace()); } diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/ManualApplicationRecipe.java b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/ManualApplicationRecipe.java index 49f264d452..d8f6dfd2a7 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/deployer/ManualApplicationRecipe.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/deployer/ManualApplicationRecipe.java @@ -79,7 +79,7 @@ public class ManualApplicationRecipe extends ItemApplicationRecipe { recipe.rollResults() .forEach(stack -> Block.popResource(level, pos, stack)); - boolean creative = event.getPlayer() != null && event.getPlayer() + boolean creative = event.getEntity() != null && event.getEntity() .isCreative(); boolean unbreakable = heldItem.hasTag() && heldItem.getTag() .getBoolean("Unbreakable"); From b5d1d334ad36393eb3092e8168f41c35b25a7b0e Mon Sep 17 00:00:00 2001 From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Date: Tue, 13 Dec 2022 14:24:41 -0800 Subject: [PATCH 25/51] Update Flywheel --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 426551c4cf..f2b408bbb0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ parchment_version = 2022.11.06 # dependency versions registrate_version = MC1.19-1.1.5 flywheel_minecraft_version = 1.19.2 -flywheel_version = 0.6.8-12 +flywheel_version = 0.6.8-13 jei_minecraft_version = 1.19.2 jei_version = 11.2.0.254 curios_minecraft_version = 1.19.2 From 309d03639c66b801fc6c3e926fdbf91c79f25e67 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Sun, 15 Jan 2023 13:32:11 +0100 Subject: [PATCH 26/51] Port new changes --- .../12afe0d97856fb2040b8407470e6d13529994eaa | 2 +- .../455c485c9c8ef171bbc1ce4d435b3110ba1557ba | 2 +- .../6ec3b5a261c9ae3df674f7595dc66530ce54feb9 | 2 +- .../82992cbf8f2794d83ac94034835eac0acd7915b9 | 2 +- .../8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 | 3 +- .../9b718366ce2ebddbc65bf65c103939e2cf56b4af | 43 +- .../b256105d8411632b0d585496ea8944a751a08034 | 2 +- .../c24b4d2b8d15abff51c78bd94f4403d9eae6c139 | 2 +- .../assets/create/lang/unfinished/cs_cz.json | 3033 +++++++++++++++++ .../assets/create/lang/unfinished/hu_hu.json | 3033 +++++++++++++++++ .../assets/create/lang/unfinished/ja_jp.json | 6 +- .../assets/create/lang/unfinished/no_no.json | 3033 +++++++++++++++++ .../assets/create/lang/unfinished/sv_se.json | 3033 +++++++++++++++++ .../assets/create/lang/unfinished/th_th.json | 3033 +++++++++++++++++ .../create/tags/items/deployable_drink.json | 1 - 15 files changed, 15200 insertions(+), 30 deletions(-) create mode 100644 src/generated/resources/assets/create/lang/unfinished/cs_cz.json create mode 100644 src/generated/resources/assets/create/lang/unfinished/hu_hu.json create mode 100644 src/generated/resources/assets/create/lang/unfinished/no_no.json create mode 100644 src/generated/resources/assets/create/lang/unfinished/sv_se.json create mode 100644 src/generated/resources/assets/create/lang/unfinished/th_th.json diff --git a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa index 507ca59ce7..1f614fc154 100644 --- a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa +++ b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa @@ -1,4 +1,4 @@ -// 1.19.2 2022-12-13T12:20:23.5206136 Create's Sequenced Assembly Recipes +// 1.19.2 2023-01-15T13:27:03.1322717 Create's Sequenced Assembly Recipes e6efd0d76dc451a44b663a453cef6e6656ad523f data/create/recipes/sequenced_assembly/precision_mechanism.json 0cdbd4f583aa0a2aa8f3ca2827199bede1732722 data/create/recipes/sequenced_assembly/sturdy_sheet.json 1274315b5c570722d6f5b2ed7f5e53fe01b6288a data/create/recipes/sequenced_assembly/track.json diff --git a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba index 3997b22867..25c2931ac3 100644 --- a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba +++ b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba @@ -1,4 +1,4 @@ -// 1.19.2 2022-12-13T12:20:23.5066508 Create's Advancements +// 1.19.2 2023-01-15T13:27:03.1761539 Create's Advancements 2079ae09cf699108a8035ced7ca712fed4ab1577 data/create/advancements/andesite_alloy.json 082d3987c5e074ed50be4a94a6fdc17120af241b data/create/advancements/andesite_casing.json 4618109cfb4550fd8e19dc9d794ef24398b10a61 data/create/advancements/anvil_plough.json diff --git a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 index 068a818b18..12694e956f 100644 --- a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 +++ b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 @@ -1,4 +1,4 @@ -// 1.19.2 2022-12-13T12:20:23.5196156 Create's Mechanical Crafting Recipes +// 1.19.2 2023-01-15T13:27:03.1322717 Create's Mechanical Crafting Recipes f076d64d9f30709bed34775136c9241097b28aa9 data/create/recipes/mechanical_crafting/crushing_wheel.json 694dca9dcff246bb7f560b3304fcc244c53217d5 data/create/recipes/mechanical_crafting/extendo_grip.json 3b2837b08607c1ca466fa3eb418209b2e55da6ba data/create/recipes/mechanical_crafting/potato_cannon.json diff --git a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 index 85d82fc424..3eaf709efc 100644 --- a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 +++ b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 @@ -1,4 +1,4 @@ -// 1.19.2 2022-12-13T12:20:23.5206136 Create's Standard Recipes +// 1.19.2 2023-01-15T13:27:03.1252897 Create's Standard Recipes b397254b7cdb19d1c64ed1c30e1f6aa5c8af7270 data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json c14aec90afe9450b7dd472ff612e2f8013d09abf data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json fd9a8eb94364c8424f23c510900ef9cd0904b53e data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json diff --git a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 index 5277ccb05a..0cad34b18a 100644 --- a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 +++ b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 @@ -1,4 +1,4 @@ -// 1.19.2 2022-12-13T12:20:23.5246022 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] +// 1.19.2 2023-01-15T13:27:03.1332694 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] 60bbdf92d2ac9824ea6144955c74043a6005f79d assets/create/blockstates/acacia_window.json 6a67703c2697d81b7dc83e9d72a66f9c9ff08383 assets/create/blockstates/acacia_window_pane.json c3ae87b62e81d8e9476eccd793bb1548d74c66a1 assets/create/blockstates/adjustable_chain_gearshift.json @@ -4501,6 +4501,7 @@ da739ad2160e7df4e0e5cc89587670ce5e9450c3 data/create/tags/blocks/valve_handles.j 8b6c0b444b15f7fb2d55b9cbcb68537c1269f877 data/create/tags/items/casing.json d371dfd35e49a7bef19f59c03e7f4ae20992f03d data/create/tags/items/create_ingots.json 878b7281fa78d0ef5f873322281da8f5ebbb782c data/create/tags/items/crushed_ores.json +0fa526e7e742573b603ad26b09526cf724efa1dc data/create/tags/items/deployable_drink.json 29ca12609f7c419c5c06338a86c7f4ba1fc7390e data/create/tags/items/modded_stripped_logs.json ae63f7dc5d9221890ee593ff03cd2aff8cd6a356 data/create/tags/items/modded_stripped_wood.json 7424e0342059943fab84b7103569d9bed7e871c5 data/create/tags/items/pressurized_air_sources.json diff --git a/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af index 12f3bddfc0..b9bdb6bbae 100644 --- a/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af +++ b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af @@ -1,20 +1,25 @@ -// 1.19.2 2022-12-13T12:20:23.5056534 Create's lang merger +// 1.19.2 2023-01-15T13:27:03.1312743 Create's lang merger 4b9ffd38401c3366dc8fba48bd867b580bd7a016 assets/create/lang/en_us.json -e465ee61e15a5d79376d3701820121e73765aa23 assets/create/lang/unfinished/da_dk.json -e529f1aa29a16fcb586bed82201088d0e7dba79a assets/create/lang/unfinished/de_de.json -a0e1127515d1cf6868741eaa864d9342f552a99c assets/create/lang/unfinished/es_cl.json -917cb1979c9ad8785864351d42eaafa3fa29ea1d assets/create/lang/unfinished/es_es.json -76fe238f89a7d5a64aea2334d520898bd25d095b assets/create/lang/unfinished/es_mx.json -b9690299fcbf172e0d6aa4df708a04f35b233503 assets/create/lang/unfinished/fr_fr.json -3a2beeeae0c4814817a59f10ae3353c02ecb78c0 assets/create/lang/unfinished/it_it.json -6caad7d8cb2fac2362c126178d03c37e53f95e7f assets/create/lang/unfinished/ja_jp.json -098b41625e4a7542e737c1d15e16f57da4ce7a7d assets/create/lang/unfinished/ko_kr.json -cef2a874b6957fa2e82d7d435f9aab26060a8e0c assets/create/lang/unfinished/nl_nl.json -b88ce42806a06cd65203e2e296057e0911733d06 assets/create/lang/unfinished/pl_pl.json -c3bc8db145cdc14dc3403fdf7f9bdf4fc3ed5f45 assets/create/lang/unfinished/pt_br.json -338d90442da4075a5c8facbc0e9fca8d2accfcd2 assets/create/lang/unfinished/pt_pt.json -c3afd5e860c6e2956cda4d55ee1167e8b987ade6 assets/create/lang/unfinished/ro_ro.json -2f81508831a76f4f2a4a9d486bdab055fafb1f8c assets/create/lang/unfinished/ru_ru.json -5f2d947d98adbcc2e79eeb792352a4b5596e76dc assets/create/lang/unfinished/uk_ua.json -a38e0091abafd7e6caa62e20fae7b7d9541abb99 assets/create/lang/unfinished/zh_cn.json -6796cb804307290a7bcf1e011b7f85aa2aab214b assets/create/lang/unfinished/zh_tw.json +fdd0c2476b20b7730b4c35de5051197ddd22f5ec assets/create/lang/unfinished/cs_cz.json +a47fec59b6f8394020cd7c335cd17685d46cab31 assets/create/lang/unfinished/da_dk.json +b88303d5670c9195a742cce548b78d1f516dcd1e assets/create/lang/unfinished/de_de.json +9f2a87e4cf545a69c54d7f45bda372604f0300fc assets/create/lang/unfinished/es_cl.json +6235812415ddd1e26c1afb80426608fa4f857c37 assets/create/lang/unfinished/es_es.json +effc6c1cb871967e67f45f5c3fb93bf438330d84 assets/create/lang/unfinished/es_mx.json +da842796d78d99ea333cea7febce5d617be98e05 assets/create/lang/unfinished/fr_fr.json +2dd62bdee52e3af167701975f7ec025fbf6f2abb assets/create/lang/unfinished/hu_hu.json +f473d5888a1baec5997bbedee05ecbf0deef1dd4 assets/create/lang/unfinished/it_it.json +b50785cd789349a450589d17e1ff2a205a6d420f assets/create/lang/unfinished/ja_jp.json +892826aabb836e1452aa486f4fbcb9040c9c917c assets/create/lang/unfinished/ko_kr.json +78bc0ca6a7c072b3e6112e34b3868063bd2dd189 assets/create/lang/unfinished/nl_nl.json +4b550367bd30bc17392dec9bd300fbc7dce1bff2 assets/create/lang/unfinished/no_no.json +63a117434060a218bc08fa68094e80317597d4ba assets/create/lang/unfinished/pl_pl.json +80f6418ad444977051f77d6f18678aad6d7a2ce6 assets/create/lang/unfinished/pt_br.json +71fedcf789f5550a7150fee56115b1d0257b9461 assets/create/lang/unfinished/pt_pt.json +335449d4632f93eec0c5e9fd7fa9ffb633fc20cc assets/create/lang/unfinished/ro_ro.json +6902577d5d13e4052a7fcc7c5816d11747973342 assets/create/lang/unfinished/ru_ru.json +0577bf5c61c95025a5329401fb2b1e65197f5a8f assets/create/lang/unfinished/sv_se.json +f844c86443851ff49cd5e931b4690b8f2b58d0aa assets/create/lang/unfinished/th_th.json +f570fe2e2eab7acadb343c68820034a6e2d083e7 assets/create/lang/unfinished/uk_ua.json +eca2b57ab66ee545c5a9f995a060ddf487a5bb86 assets/create/lang/unfinished/zh_cn.json +398d115a979b7e97184f493190b198efd9ddf6ef assets/create/lang/unfinished/zh_tw.json diff --git a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 index d593dc6c82..a586a18714 100644 --- a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 +++ b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 @@ -1,4 +1,4 @@ -// 1.19.2 2022-12-13T12:20:23.5794567 Create's Processing Recipes +// 1.19.2 2023-01-15T13:27:03.1721647 Create's Processing Recipes 3c94326fb730f68c1e44fe1e2ef09c9db6ffd92b data/create/recipes/compacting/andesite_from_flint.json 8d3d5b31f3601b9f681ff710e0545a483a1494c6 data/create/recipes/compacting/blaze_cake.json 8bd7f4e3a686ab520b2d55594d2018d0e9a50c91 data/create/recipes/compacting/chocolate.json diff --git a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 index df8a0c72dd..cf7d51ec0d 100644 --- a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 +++ b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 @@ -1,2 +1,2 @@ -// 1.19.2 2022-12-13T12:20:23.5176215 Create's Custom Sounds +// 1.19.2 2023-01-15T13:27:03.1242938 Create's Custom Sounds 043955db25ffe58e7debb9a4f11e41a9571376e6 assets/create/sounds.json diff --git a/src/generated/resources/assets/create/lang/unfinished/cs_cz.json b/src/generated/resources/assets/create/lang/unfinished/cs_cz.json new file mode 100644 index 0000000000..ee13a50ab6 --- /dev/null +++ b/src/generated/resources/assets/create/lang/unfinished/cs_cz.json @@ -0,0 +1,3033 @@ +{ + "_": "Missing Localizations: 2673", + + "_": "->------------------------] Game Elements [------------------------<-", + + "block.create.acacia_window": "Akáciové Okno", + "block.create.acacia_window_pane": "Tabulka Akáciového Skla", + "block.create.adjustable_chain_gearshift": "Nastavitelné Řetězové Řazení", + "block.create.analog_lever": "Analogová Páka", + "block.create.andesite_belt_funnel": "UNLOCALIZED: Andesite Belt Funnel", + "block.create.andesite_casing": "UNLOCALIZED: Andesite Casing", + "block.create.andesite_encased_cogwheel": "UNLOCALIZED: Andesite Encased Cogwheel", + "block.create.andesite_encased_large_cogwheel": "UNLOCALIZED: Andesite Encased Large Cogwheel", + "block.create.andesite_encased_shaft": "UNLOCALIZED: Andesite Encased Shaft", + "block.create.andesite_funnel": "UNLOCALIZED: Andesite Funnel", + "block.create.andesite_ladder": "Andezitový Žebřík", + "block.create.andesite_pillar": "Andezitový Pilíř", + "block.create.andesite_tunnel": "UNLOCALIZED: Andesite Tunnel", + "block.create.asurine": "Azurit", + "block.create.asurine_pillar": "Azutitový Pilíř", + "block.create.basin": "Nádoba", + "block.create.belt": "Pás", + "block.create.birch_window": "Březové okno", + "block.create.birch_window_pane": "Tabulka Březového Okna", + "block.create.black_nixie_tube": "Černá Znaková Výbojka", + "block.create.black_sail": "Černá Plachta", + "block.create.black_seat": "Černá Sedačka", + "block.create.black_toolbox": "UNLOCALIZED: Black Toolbox", + "block.create.black_valve_handle": "UNLOCALIZED: Black Valve Handle", + "block.create.blaze_burner": "UNLOCALIZED: Blaze Burner", + "block.create.blue_nixie_tube": "Modrá Znaková Výbojka", + "block.create.blue_sail": "Modrá Plachta", + "block.create.blue_seat": "Modrá Sedačka", + "block.create.blue_toolbox": "UNLOCALIZED: Blue Toolbox", + "block.create.blue_valve_handle": "UNLOCALIZED: Blue Valve Handle", + "block.create.brass_belt_funnel": "UNLOCALIZED: Brass Belt Funnel", + "block.create.brass_block": "Kostka Mosazi", + "block.create.brass_casing": "UNLOCALIZED: Brass Casing", + "block.create.brass_encased_cogwheel": "UNLOCALIZED: Brass Encased Cogwheel", + "block.create.brass_encased_large_cogwheel": "UNLOCALIZED: Brass Encased Large Cogwheel", + "block.create.brass_encased_shaft": "UNLOCALIZED: Brass Encased Shaft", + "block.create.brass_funnel": "UNLOCALIZED: Brass Funnel", + "block.create.brass_ladder": "Mosazový Žebřík", + "block.create.brass_tunnel": "UNLOCALIZED: Brass Tunnel", + "block.create.brown_nixie_tube": "Hnědá Znaková Výbojka", + "block.create.brown_sail": "Hnědá Plachta", + "block.create.brown_seat": "Hnědá Sedačka", + "block.create.brown_toolbox": "UNLOCALIZED: Brown Toolbox", + "block.create.brown_valve_handle": "UNLOCALIZED: Brown Valve Handle", + "block.create.calcite_pillar": "Klacitový Pilíř", + "block.create.cart_assembler": "UNLOCALIZED: Cart Assembler", + "block.create.chocolate": "Čokoláda", + "block.create.chute": "Shoz", + "block.create.clockwork_bearing": "UNLOCALIZED: Clockwork Bearing", + "block.create.clutch": "Spojka", + "block.create.cogwheel": "Ozubené Kolečko", + "block.create.content_observer": "UNLOCALIZED: Content Observer", + "block.create.controller_rail": "UNLOCALIZED: Controller Rail", + "block.create.controls": "Ovládání Vlaku", + "block.create.copper_backtank": "UNLOCALIZED: Copper Backtank", + "block.create.copper_casing": "UNLOCALIZED: Copper Casing", + "block.create.copper_ladder": "Měděný Žebřík", + "block.create.copper_shingle_slab": "UNLOCALIZED: Copper Shingle Slab", + "block.create.copper_shingle_stairs": "UNLOCALIZED: Copper Shingle Stairs", + "block.create.copper_shingles": "UNLOCALIZED: Copper Shingles", + "block.create.copper_tile_slab": "UNLOCALIZED: Copper Tile Slab", + "block.create.copper_tile_stairs": "UNLOCALIZED: Copper Tile Stairs", + "block.create.copper_tiles": "Měděné Dlaždice", + "block.create.copper_valve_handle": "UNLOCALIZED: Copper Valve Handle", + "block.create.creative_crate": "Kreativní Bedna", + "block.create.creative_fluid_tank": "Kreativní Nádrž", + "block.create.creative_motor": "Kreativní Motor", + "block.create.crimsite": "UNLOCALIZED: Crimsite", + "block.create.crimsite_pillar": "UNLOCALIZED: Crimsite Pillar", + "block.create.crimson_window": "UNLOCALIZED: Crimson Window", + "block.create.crimson_window_pane": "UNLOCALIZED: Crimson Window Pane", + "block.create.crushing_wheel": "UNLOCALIZED: Crushing Wheel", + "block.create.crushing_wheel_controller": "UNLOCALIZED: Crushing Wheel Controller", + "block.create.cuckoo_clock": "UNLOCALIZED: Cuckoo Clock", + "block.create.cut_andesite": "UNLOCALIZED: Cut Andesite", + "block.create.cut_andesite_brick_slab": "UNLOCALIZED: Cut Andesite Brick Slab", + "block.create.cut_andesite_brick_stairs": "UNLOCALIZED: Cut Andesite Brick Stairs", + "block.create.cut_andesite_brick_wall": "UNLOCALIZED: Cut Andesite Brick Wall", + "block.create.cut_andesite_bricks": "UNLOCALIZED: Cut Andesite Bricks", + "block.create.cut_andesite_slab": "UNLOCALIZED: Cut Andesite Slab", + "block.create.cut_andesite_stairs": "UNLOCALIZED: Cut Andesite Stairs", + "block.create.cut_andesite_wall": "UNLOCALIZED: Cut Andesite Wall", + "block.create.cut_asurine": "UNLOCALIZED: Cut Asurine", + "block.create.cut_asurine_brick_slab": "UNLOCALIZED: Cut Asurine Brick Slab", + "block.create.cut_asurine_brick_stairs": "UNLOCALIZED: Cut Asurine Brick Stairs", + "block.create.cut_asurine_brick_wall": "UNLOCALIZED: Cut Asurine Brick Wall", + "block.create.cut_asurine_bricks": "UNLOCALIZED: Cut Asurine Bricks", + "block.create.cut_asurine_slab": "UNLOCALIZED: Cut Asurine Slab", + "block.create.cut_asurine_stairs": "UNLOCALIZED: Cut Asurine Stairs", + "block.create.cut_asurine_wall": "UNLOCALIZED: Cut Asurine Wall", + "block.create.cut_calcite": "UNLOCALIZED: Cut Calcite", + "block.create.cut_calcite_brick_slab": "UNLOCALIZED: Cut Calcite Brick Slab", + "block.create.cut_calcite_brick_stairs": "UNLOCALIZED: Cut Calcite Brick Stairs", + "block.create.cut_calcite_brick_wall": "UNLOCALIZED: Cut Calcite Brick Wall", + "block.create.cut_calcite_bricks": "UNLOCALIZED: Cut Calcite Bricks", + "block.create.cut_calcite_slab": "UNLOCALIZED: Cut Calcite Slab", + "block.create.cut_calcite_stairs": "UNLOCALIZED: Cut Calcite Stairs", + "block.create.cut_calcite_wall": "UNLOCALIZED: Cut Calcite Wall", + "block.create.cut_crimsite": "UNLOCALIZED: Cut Crimsite", + "block.create.cut_crimsite_brick_slab": "UNLOCALIZED: Cut Crimsite Brick Slab", + "block.create.cut_crimsite_brick_stairs": "UNLOCALIZED: Cut Crimsite Brick Stairs", + "block.create.cut_crimsite_brick_wall": "UNLOCALIZED: Cut Crimsite Brick Wall", + "block.create.cut_crimsite_bricks": "UNLOCALIZED: Cut Crimsite Bricks", + "block.create.cut_crimsite_slab": "UNLOCALIZED: Cut Crimsite Slab", + "block.create.cut_crimsite_stairs": "UNLOCALIZED: Cut Crimsite Stairs", + "block.create.cut_crimsite_wall": "UNLOCALIZED: Cut Crimsite Wall", + "block.create.cut_deepslate": "UNLOCALIZED: Cut Deepslate", + "block.create.cut_deepslate_brick_slab": "UNLOCALIZED: Cut Deepslate Brick Slab", + "block.create.cut_deepslate_brick_stairs": "UNLOCALIZED: Cut Deepslate Brick Stairs", + "block.create.cut_deepslate_brick_wall": "UNLOCALIZED: Cut Deepslate Brick Wall", + "block.create.cut_deepslate_bricks": "UNLOCALIZED: Cut Deepslate Bricks", + "block.create.cut_deepslate_slab": "UNLOCALIZED: Cut Deepslate Slab", + "block.create.cut_deepslate_stairs": "UNLOCALIZED: Cut Deepslate Stairs", + "block.create.cut_deepslate_wall": "UNLOCALIZED: Cut Deepslate Wall", + "block.create.cut_diorite": "UNLOCALIZED: Cut Diorite", + "block.create.cut_diorite_brick_slab": "UNLOCALIZED: Cut Diorite Brick Slab", + "block.create.cut_diorite_brick_stairs": "UNLOCALIZED: Cut Diorite Brick Stairs", + "block.create.cut_diorite_brick_wall": "UNLOCALIZED: Cut Diorite Brick Wall", + "block.create.cut_diorite_bricks": "UNLOCALIZED: Cut Diorite Bricks", + "block.create.cut_diorite_slab": "UNLOCALIZED: Cut Diorite Slab", + "block.create.cut_diorite_stairs": "UNLOCALIZED: Cut Diorite Stairs", + "block.create.cut_diorite_wall": "UNLOCALIZED: Cut Diorite Wall", + "block.create.cut_dripstone": "UNLOCALIZED: Cut Dripstone", + "block.create.cut_dripstone_brick_slab": "UNLOCALIZED: Cut Dripstone Brick Slab", + "block.create.cut_dripstone_brick_stairs": "UNLOCALIZED: Cut Dripstone Brick Stairs", + "block.create.cut_dripstone_brick_wall": "UNLOCALIZED: Cut Dripstone Brick Wall", + "block.create.cut_dripstone_bricks": "UNLOCALIZED: Cut Dripstone Bricks", + "block.create.cut_dripstone_slab": "UNLOCALIZED: Cut Dripstone Slab", + "block.create.cut_dripstone_stairs": "UNLOCALIZED: Cut Dripstone Stairs", + "block.create.cut_dripstone_wall": "UNLOCALIZED: Cut Dripstone Wall", + "block.create.cut_granite": "UNLOCALIZED: Cut Granite", + "block.create.cut_granite_brick_slab": "UNLOCALIZED: Cut Granite Brick Slab", + "block.create.cut_granite_brick_stairs": "UNLOCALIZED: Cut Granite Brick Stairs", + "block.create.cut_granite_brick_wall": "UNLOCALIZED: Cut Granite Brick Wall", + "block.create.cut_granite_bricks": "UNLOCALIZED: Cut Granite Bricks", + "block.create.cut_granite_slab": "UNLOCALIZED: Cut Granite Slab", + "block.create.cut_granite_stairs": "UNLOCALIZED: Cut Granite Stairs", + "block.create.cut_granite_wall": "UNLOCALIZED: Cut Granite Wall", + "block.create.cut_limestone": "UNLOCALIZED: Cut Limestone", + "block.create.cut_limestone_brick_slab": "UNLOCALIZED: Cut Limestone Brick Slab", + "block.create.cut_limestone_brick_stairs": "UNLOCALIZED: Cut Limestone Brick Stairs", + "block.create.cut_limestone_brick_wall": "UNLOCALIZED: Cut Limestone Brick Wall", + "block.create.cut_limestone_bricks": "UNLOCALIZED: Cut Limestone Bricks", + "block.create.cut_limestone_slab": "UNLOCALIZED: Cut Limestone Slab", + "block.create.cut_limestone_stairs": "UNLOCALIZED: Cut Limestone Stairs", + "block.create.cut_limestone_wall": "UNLOCALIZED: Cut Limestone Wall", + "block.create.cut_ochrum": "UNLOCALIZED: Cut Ochrum", + "block.create.cut_ochrum_brick_slab": "UNLOCALIZED: Cut Ochrum Brick Slab", + "block.create.cut_ochrum_brick_stairs": "UNLOCALIZED: Cut Ochrum Brick Stairs", + "block.create.cut_ochrum_brick_wall": "UNLOCALIZED: Cut Ochrum Brick Wall", + "block.create.cut_ochrum_bricks": "UNLOCALIZED: Cut Ochrum Bricks", + "block.create.cut_ochrum_slab": "UNLOCALIZED: Cut Ochrum Slab", + "block.create.cut_ochrum_stairs": "UNLOCALIZED: Cut Ochrum Stairs", + "block.create.cut_ochrum_wall": "UNLOCALIZED: Cut Ochrum Wall", + "block.create.cut_scorchia": "UNLOCALIZED: Cut Scorchia", + "block.create.cut_scorchia_brick_slab": "UNLOCALIZED: Cut Scorchia Brick Slab", + "block.create.cut_scorchia_brick_stairs": "UNLOCALIZED: Cut Scorchia Brick Stairs", + "block.create.cut_scorchia_brick_wall": "UNLOCALIZED: Cut Scorchia Brick Wall", + "block.create.cut_scorchia_bricks": "UNLOCALIZED: Cut Scorchia Bricks", + "block.create.cut_scorchia_slab": "UNLOCALIZED: Cut Scorchia Slab", + "block.create.cut_scorchia_stairs": "UNLOCALIZED: Cut Scorchia Stairs", + "block.create.cut_scorchia_wall": "UNLOCALIZED: Cut Scorchia Wall", + "block.create.cut_scoria": "UNLOCALIZED: Cut Scoria", + "block.create.cut_scoria_brick_slab": "UNLOCALIZED: Cut Scoria Brick Slab", + "block.create.cut_scoria_brick_stairs": "UNLOCALIZED: Cut Scoria Brick Stairs", + "block.create.cut_scoria_brick_wall": "UNLOCALIZED: Cut Scoria Brick Wall", + "block.create.cut_scoria_bricks": "UNLOCALIZED: Cut Scoria Bricks", + "block.create.cut_scoria_slab": "UNLOCALIZED: Cut Scoria Slab", + "block.create.cut_scoria_stairs": "UNLOCALIZED: Cut Scoria Stairs", + "block.create.cut_scoria_wall": "UNLOCALIZED: Cut Scoria Wall", + "block.create.cut_tuff": "UNLOCALIZED: Cut Tuff", + "block.create.cut_tuff_brick_slab": "UNLOCALIZED: Cut Tuff Brick Slab", + "block.create.cut_tuff_brick_stairs": "UNLOCALIZED: Cut Tuff Brick Stairs", + "block.create.cut_tuff_brick_wall": "UNLOCALIZED: Cut Tuff Brick Wall", + "block.create.cut_tuff_bricks": "UNLOCALIZED: Cut Tuff Bricks", + "block.create.cut_tuff_slab": "UNLOCALIZED: Cut Tuff Slab", + "block.create.cut_tuff_stairs": "UNLOCALIZED: Cut Tuff Stairs", + "block.create.cut_tuff_wall": "UNLOCALIZED: Cut Tuff Wall", + "block.create.cut_veridium": "UNLOCALIZED: Cut Veridium", + "block.create.cut_veridium_brick_slab": "UNLOCALIZED: Cut Veridium Brick Slab", + "block.create.cut_veridium_brick_stairs": "UNLOCALIZED: Cut Veridium Brick Stairs", + "block.create.cut_veridium_brick_wall": "UNLOCALIZED: Cut Veridium Brick Wall", + "block.create.cut_veridium_bricks": "UNLOCALIZED: Cut Veridium Bricks", + "block.create.cut_veridium_slab": "UNLOCALIZED: Cut Veridium Slab", + "block.create.cut_veridium_stairs": "UNLOCALIZED: Cut Veridium Stairs", + "block.create.cut_veridium_wall": "UNLOCALIZED: Cut Veridium Wall", + "block.create.cyan_nixie_tube": "Tyrkysová Znaková Výbojka", + "block.create.cyan_sail": "Tyrkysová Plachta", + "block.create.cyan_seat": "Tyrkysová Sedačka", + "block.create.cyan_toolbox": "UNLOCALIZED: Cyan Toolbox", + "block.create.cyan_valve_handle": "UNLOCALIZED: Cyan Valve Handle", + "block.create.dark_oak_window": "UNLOCALIZED: Dark Oak Window", + "block.create.dark_oak_window_pane": "UNLOCALIZED: Dark Oak Window Pane", + "block.create.deepslate_pillar": "UNLOCALIZED: Deepslate Pillar", + "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", + "block.create.deployer": "UNLOCALIZED: Deployer", + "block.create.depot": "UNLOCALIZED: Depot", + "block.create.diorite_pillar": "UNLOCALIZED: Diorite Pillar", + "block.create.display_board": "UNLOCALIZED: Display Board", + "block.create.display_link": "UNLOCALIZED: Display Link", + "block.create.dripstone_pillar": "UNLOCALIZED: Dripstone Pillar", + "block.create.encased_chain_drive": "UNLOCALIZED: Encased Chain Drive", + "block.create.encased_fan": "UNLOCALIZED: Encased Fan", + "block.create.encased_fluid_pipe": "UNLOCALIZED: Encased Fluid Pipe", + "block.create.exposed_copper_shingle_slab": "UNLOCALIZED: Exposed Copper Shingle Slab", + "block.create.exposed_copper_shingle_stairs": "UNLOCALIZED: Exposed Copper Shingle Stairs", + "block.create.exposed_copper_shingles": "UNLOCALIZED: Exposed Copper Shingles", + "block.create.exposed_copper_tile_slab": "UNLOCALIZED: Exposed Copper Tile Slab", + "block.create.exposed_copper_tile_stairs": "UNLOCALIZED: Exposed Copper Tile Stairs", + "block.create.exposed_copper_tiles": "UNLOCALIZED: Exposed Copper Tiles", + "block.create.fake_track": "UNLOCALIZED: Track Marker for Maps", + "block.create.fluid_pipe": "UNLOCALIZED: Fluid Pipe", + "block.create.fluid_tank": "UNLOCALIZED: Fluid Tank", + "block.create.fluid_valve": "UNLOCALIZED: Fluid Valve", + "block.create.flywheel": "UNLOCALIZED: Flywheel", + "block.create.framed_glass": "UNLOCALIZED: Framed Glass", + "block.create.framed_glass_door": "UNLOCALIZED: Framed Glass Door", + "block.create.framed_glass_pane": "UNLOCALIZED: Framed Glass Pane", + "block.create.framed_glass_trapdoor": "UNLOCALIZED: Framed Glass Trapdoor", + "block.create.gantry_carriage": "UNLOCALIZED: Gantry Carriage", + "block.create.gantry_shaft": "UNLOCALIZED: Gantry Shaft", + "block.create.gearbox": "UNLOCALIZED: Gearbox", + "block.create.gearshift": "UNLOCALIZED: Gearshift", + "block.create.glass_fluid_pipe": "UNLOCALIZED: Glass Fluid Pipe", + "block.create.granite_pillar": "UNLOCALIZED: Granite Pillar", + "block.create.gray_nixie_tube": "Šedá Znaková Výbojka", + "block.create.gray_sail": "Šedá Plachta", + "block.create.gray_seat": "Šedá Sedačka", + "block.create.gray_toolbox": "UNLOCALIZED: Gray Toolbox", + "block.create.gray_valve_handle": "UNLOCALIZED: Gray Valve Handle", + "block.create.green_nixie_tube": "Zelená Znaková Výbojka", + "block.create.green_sail": "Zelená Plachta", + "block.create.green_seat": "Zelená Sedačka", + "block.create.green_toolbox": "UNLOCALIZED: Green Toolbox", + "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": "Med", + "block.create.horizontal_framed_glass": "UNLOCALIZED: Horizontal Framed Glass", + "block.create.horizontal_framed_glass_pane": "UNLOCALIZED: Horizontal Framed Glass Pane", + "block.create.hose_pulley": "UNLOCALIZED: Hose Pulley", + "block.create.item_drain": "UNLOCALIZED: Item Drain", + "block.create.item_vault": "UNLOCALIZED: Item Vault", + "block.create.jungle_window": "UNLOCALIZED: Jungle Window", + "block.create.jungle_window_pane": "UNLOCALIZED: Jungle Window Pane", + "block.create.large_bogey": "UNLOCALIZED: Large Bogey", + "block.create.large_cogwheel": "UNLOCALIZED: Large Cogwheel", + "block.create.layered_andesite": "UNLOCALIZED: Layered Andesite", + "block.create.layered_asurine": "UNLOCALIZED: Layered Asurine", + "block.create.layered_calcite": "UNLOCALIZED: Layered Calcite", + "block.create.layered_crimsite": "UNLOCALIZED: Layered Crimsite", + "block.create.layered_deepslate": "UNLOCALIZED: Layered Deepslate", + "block.create.layered_diorite": "UNLOCALIZED: Layered Diorite", + "block.create.layered_dripstone": "UNLOCALIZED: Layered Dripstone", + "block.create.layered_granite": "UNLOCALIZED: Layered Granite", + "block.create.layered_limestone": "UNLOCALIZED: Layered Limestone", + "block.create.layered_ochrum": "UNLOCALIZED: Layered Ochrum", + "block.create.layered_scorchia": "UNLOCALIZED: Layered Scorchia", + "block.create.layered_scoria": "UNLOCALIZED: Layered Scoria", + "block.create.layered_tuff": "UNLOCALIZED: Layered Tuff", + "block.create.layered_veridium": "UNLOCALIZED: Layered Veridium", + "block.create.lectern_controller": "UNLOCALIZED: Lectern Controller", + "block.create.light_blue_nixie_tube": "Světle Modrá Znaková Výbojka", + "block.create.light_blue_sail": "Světle Modrá Plachta", + "block.create.light_blue_seat": "Světle Modrá Sedačka", + "block.create.light_blue_toolbox": "UNLOCALIZED: Light Blue Toolbox", + "block.create.light_blue_valve_handle": "UNLOCALIZED: Light Blue Valve Handle", + "block.create.light_gray_nixie_tube": "Světle Šedá Znaková Výbojka", + "block.create.light_gray_sail": "Světle Šedá Plachta", + "block.create.light_gray_seat": "Světle Šedá Sedačka", + "block.create.light_gray_toolbox": "UNLOCALIZED: Light Gray Toolbox", + "block.create.light_gray_valve_handle": "UNLOCALIZED: Light Gray Valve Handle", + "block.create.lime_nixie_tube": "Světle Zelená Znaková Výbojka", + "block.create.lime_sail": "Světle Zelená Plachta", + "block.create.lime_seat": "Světle Zelená Sedačka", + "block.create.lime_toolbox": "UNLOCALIZED: Lime Toolbox", + "block.create.lime_valve_handle": "UNLOCALIZED: Lime Valve Handle", + "block.create.limestone": "UNLOCALIZED: Limestone", + "block.create.limestone_pillar": "UNLOCALIZED: Limestone Pillar", + "block.create.linear_chassis": "UNLOCALIZED: Linear Chassis", + "block.create.lit_blaze_burner": "UNLOCALIZED: Lit Blaze Burner", + "block.create.magenta_nixie_tube": "Purpurová Znaková Výbojka", + "block.create.magenta_sail": "Purpurová Plachta", + "block.create.magenta_seat": "Purpurová Sedačka", + "block.create.magenta_toolbox": "UNLOCALIZED: Magenta Toolbox", + "block.create.magenta_valve_handle": "UNLOCALIZED: Magenta Valve Handle", + "block.create.mechanical_arm": "UNLOCALIZED: Mechanical Arm", + "block.create.mechanical_bearing": "UNLOCALIZED: Mechanical Bearing", + "block.create.mechanical_crafter": "UNLOCALIZED: Mechanical Crafter", + "block.create.mechanical_drill": "UNLOCALIZED: Mechanical Drill", + "block.create.mechanical_harvester": "UNLOCALIZED: Mechanical Harvester", + "block.create.mechanical_mixer": "UNLOCALIZED: Mechanical Mixer", + "block.create.mechanical_piston": "UNLOCALIZED: Mechanical Piston", + "block.create.mechanical_piston_head": "UNLOCALIZED: Mechanical Piston Head", + "block.create.mechanical_plough": "UNLOCALIZED: Mechanical Plough", + "block.create.mechanical_press": "UNLOCALIZED: Mechanical Press", + "block.create.mechanical_pump": "UNLOCALIZED: Mechanical Pump", + "block.create.mechanical_saw": "UNLOCALIZED: Mechanical Saw", + "block.create.metal_bracket": "UNLOCALIZED: Metal Bracket", + "block.create.metal_girder": "UNLOCALIZED: Metal Girder", + "block.create.metal_girder_encased_shaft": "UNLOCALIZED: Metal Girder Encased Shaft", + "block.create.millstone": "UNLOCALIZED: Millstone", + "block.create.minecart_anchor": "UNLOCALIZED: Minecart Anchor", + "block.create.mysterious_cuckoo_clock": "UNLOCALIZED: Cuckoo Clock", + "block.create.nixie_tube": "Znaková Výbojka", + "block.create.nozzle": "UNLOCALIZED: Nozzle", + "block.create.oak_window": "UNLOCALIZED: Oak Window", + "block.create.oak_window_pane": "UNLOCALIZED: Oak Window Pane", + "block.create.ochrum": "UNLOCALIZED: Ochrum", + "block.create.ochrum_pillar": "UNLOCALIZED: Ochrum Pillar", + "block.create.orange_sail": "Ornažová Plachta", + "block.create.orange_seat": "Oranžová Sedačka", + "block.create.orange_toolbox": "UNLOCALIZED: Orange Toolbox", + "block.create.orange_valve_handle": "UNLOCALIZED: Orange Valve Handle", + "block.create.ornate_iron_window": "UNLOCALIZED: Ornate Iron Window", + "block.create.ornate_iron_window_pane": "UNLOCALIZED: Ornate Iron Window Pane", + "block.create.oxidized_copper_shingle_slab": "UNLOCALIZED: Oxidized Copper Shingle Slab", + "block.create.oxidized_copper_shingle_stairs": "UNLOCALIZED: Oxidized Copper Shingle Stairs", + "block.create.oxidized_copper_shingles": "UNLOCALIZED: Oxidized Copper Shingles", + "block.create.oxidized_copper_tile_slab": "UNLOCALIZED: Oxidized Copper Tile Slab", + "block.create.oxidized_copper_tile_stairs": "UNLOCALIZED: Oxidized Copper Tile Stairs", + "block.create.oxidized_copper_tiles": "UNLOCALIZED: Oxidized Copper Tiles", + "block.create.peculiar_bell": "UNLOCALIZED: Peculiar Bell", + "block.create.pink_nixie_tube": "Růžová Znaková Výbojka", + "block.create.pink_sail": "Růžová Plachta", + "block.create.pink_seat": "Růžová Sedačka", + "block.create.pink_toolbox": "UNLOCALIZED: Pink Toolbox", + "block.create.pink_valve_handle": "UNLOCALIZED: Pink Valve Handle", + "block.create.piston_extension_pole": "UNLOCALIZED: Piston Extension Pole", + "block.create.placard": "UNLOCALIZED: Placard", + "block.create.polished_cut_andesite": "UNLOCALIZED: Polished Cut Andesite", + "block.create.polished_cut_andesite_slab": "UNLOCALIZED: Polished Cut Andesite Slab", + "block.create.polished_cut_andesite_stairs": "UNLOCALIZED: Polished Cut Andesite Stairs", + "block.create.polished_cut_andesite_wall": "UNLOCALIZED: Polished Cut Andesite Wall", + "block.create.polished_cut_asurine": "UNLOCALIZED: Polished Cut Asurine", + "block.create.polished_cut_asurine_slab": "UNLOCALIZED: Polished Cut Asurine Slab", + "block.create.polished_cut_asurine_stairs": "UNLOCALIZED: Polished Cut Asurine Stairs", + "block.create.polished_cut_asurine_wall": "UNLOCALIZED: Polished Cut Asurine Wall", + "block.create.polished_cut_calcite": "UNLOCALIZED: Polished Cut Calcite", + "block.create.polished_cut_calcite_slab": "UNLOCALIZED: Polished Cut Calcite Slab", + "block.create.polished_cut_calcite_stairs": "UNLOCALIZED: Polished Cut Calcite Stairs", + "block.create.polished_cut_calcite_wall": "UNLOCALIZED: Polished Cut Calcite Wall", + "block.create.polished_cut_crimsite": "UNLOCALIZED: Polished Cut Crimsite", + "block.create.polished_cut_crimsite_slab": "UNLOCALIZED: Polished Cut Crimsite Slab", + "block.create.polished_cut_crimsite_stairs": "UNLOCALIZED: Polished Cut Crimsite Stairs", + "block.create.polished_cut_crimsite_wall": "UNLOCALIZED: Polished Cut Crimsite Wall", + "block.create.polished_cut_deepslate": "UNLOCALIZED: Polished Cut Deepslate", + "block.create.polished_cut_deepslate_slab": "UNLOCALIZED: Polished Cut Deepslate Slab", + "block.create.polished_cut_deepslate_stairs": "UNLOCALIZED: Polished Cut Deepslate Stairs", + "block.create.polished_cut_deepslate_wall": "UNLOCALIZED: Polished Cut Deepslate Wall", + "block.create.polished_cut_diorite": "UNLOCALIZED: Polished Cut Diorite", + "block.create.polished_cut_diorite_slab": "UNLOCALIZED: Polished Cut Diorite Slab", + "block.create.polished_cut_diorite_stairs": "UNLOCALIZED: Polished Cut Diorite Stairs", + "block.create.polished_cut_diorite_wall": "UNLOCALIZED: Polished Cut Diorite Wall", + "block.create.polished_cut_dripstone": "UNLOCALIZED: Polished Cut Dripstone", + "block.create.polished_cut_dripstone_slab": "UNLOCALIZED: Polished Cut Dripstone Slab", + "block.create.polished_cut_dripstone_stairs": "UNLOCALIZED: Polished Cut Dripstone Stairs", + "block.create.polished_cut_dripstone_wall": "UNLOCALIZED: Polished Cut Dripstone Wall", + "block.create.polished_cut_granite": "UNLOCALIZED: Polished Cut Granite", + "block.create.polished_cut_granite_slab": "UNLOCALIZED: Polished Cut Granite Slab", + "block.create.polished_cut_granite_stairs": "UNLOCALIZED: Polished Cut Granite Stairs", + "block.create.polished_cut_granite_wall": "UNLOCALIZED: Polished Cut Granite Wall", + "block.create.polished_cut_limestone": "UNLOCALIZED: Polished Cut Limestone", + "block.create.polished_cut_limestone_slab": "UNLOCALIZED: Polished Cut Limestone Slab", + "block.create.polished_cut_limestone_stairs": "UNLOCALIZED: Polished Cut Limestone Stairs", + "block.create.polished_cut_limestone_wall": "UNLOCALIZED: Polished Cut Limestone Wall", + "block.create.polished_cut_ochrum": "UNLOCALIZED: Polished Cut Ochrum", + "block.create.polished_cut_ochrum_slab": "UNLOCALIZED: Polished Cut Ochrum Slab", + "block.create.polished_cut_ochrum_stairs": "UNLOCALIZED: Polished Cut Ochrum Stairs", + "block.create.polished_cut_ochrum_wall": "UNLOCALIZED: Polished Cut Ochrum Wall", + "block.create.polished_cut_scorchia": "UNLOCALIZED: Polished Cut Scorchia", + "block.create.polished_cut_scorchia_slab": "UNLOCALIZED: Polished Cut Scorchia Slab", + "block.create.polished_cut_scorchia_stairs": "UNLOCALIZED: Polished Cut Scorchia Stairs", + "block.create.polished_cut_scorchia_wall": "UNLOCALIZED: Polished Cut Scorchia Wall", + "block.create.polished_cut_scoria": "UNLOCALIZED: Polished Cut Scoria", + "block.create.polished_cut_scoria_slab": "UNLOCALIZED: Polished Cut Scoria Slab", + "block.create.polished_cut_scoria_stairs": "UNLOCALIZED: Polished Cut Scoria Stairs", + "block.create.polished_cut_scoria_wall": "UNLOCALIZED: Polished Cut Scoria Wall", + "block.create.polished_cut_tuff": "UNLOCALIZED: Polished Cut Tuff", + "block.create.polished_cut_tuff_slab": "UNLOCALIZED: Polished Cut Tuff Slab", + "block.create.polished_cut_tuff_stairs": "UNLOCALIZED: Polished Cut Tuff Stairs", + "block.create.polished_cut_tuff_wall": "UNLOCALIZED: Polished Cut Tuff Wall", + "block.create.polished_cut_veridium": "UNLOCALIZED: Polished Cut Veridium", + "block.create.polished_cut_veridium_slab": "UNLOCALIZED: Polished Cut Veridium Slab", + "block.create.polished_cut_veridium_stairs": "UNLOCALIZED: Polished Cut Veridium Stairs", + "block.create.polished_cut_veridium_wall": "UNLOCALIZED: Polished Cut Veridium Wall", + "block.create.portable_fluid_interface": "UNLOCALIZED: Portable Fluid Interface", + "block.create.portable_storage_interface": "UNLOCALIZED: Portable Storage Interface", + "block.create.powered_latch": "UNLOCALIZED: Powered Latch", + "block.create.powered_shaft": "UNLOCALIZED: Powered Shaft", + "block.create.powered_toggle_latch": "UNLOCALIZED: Powered Toggle Latch", + "block.create.pulley_magnet": "UNLOCALIZED: Pulley Magnet", + "block.create.pulse_extender": "UNLOCALIZED: Pulse Extender", + "block.create.pulse_repeater": "UNLOCALIZED: Pulse Repeater", + "block.create.purple_nixie_tube": "Fialová Znaková Výbojka", + "block.create.purple_sail": "Fialová Plachta", + "block.create.purple_seat": "Fialová Sedačka", + "block.create.purple_toolbox": "UNLOCALIZED: Purple Toolbox", + "block.create.purple_valve_handle": "UNLOCALIZED: Purple Valve Handle", + "block.create.radial_chassis": "UNLOCALIZED: Radial Chassis", + "block.create.railway_casing": "UNLOCALIZED: Train Casing", + "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", + "block.create.red_nixie_tube": "Červená Znaková Výbojka", + "block.create.red_sail": "Červená Plachta", + "block.create.red_seat": "Červená Sedačka", + "block.create.red_toolbox": "UNLOCALIZED: Red Toolbox", + "block.create.red_valve_handle": "UNLOCALIZED: Red Valve Handle", + "block.create.redstone_contact": "UNLOCALIZED: Redstone Contact", + "block.create.redstone_link": "UNLOCALIZED: Redstone Link", + "block.create.refined_radiance_casing": "UNLOCALIZED: Radiant Casing", + "block.create.rope": "UNLOCALIZED: Rope", + "block.create.rope_pulley": "UNLOCALIZED: Rope Pulley", + "block.create.rose_quartz_block": "UNLOCALIZED: Block of Rose Quartz", + "block.create.rose_quartz_lamp": "UNLOCALIZED: Rose Quartz Lamp", + "block.create.rose_quartz_tiles": "UNLOCALIZED: Rose Quartz Tiles", + "block.create.rotation_speed_controller": "UNLOCALIZED: Rotation Speed Controller", + "block.create.sail_frame": "UNLOCALIZED: Sail Frame", + "block.create.schematic_table": "UNLOCALIZED: Schematic Table", + "block.create.schematicannon": "UNLOCALIZED: Schematicannon", + "block.create.scorchia": "UNLOCALIZED: Scorchia", + "block.create.scorchia_pillar": "UNLOCALIZED: Scorchia Pillar", + "block.create.scoria": "UNLOCALIZED: Scoria", + "block.create.scoria_pillar": "UNLOCALIZED: Scoria Pillar", + "block.create.secondary_linear_chassis": "UNLOCALIZED: Secondary Linear Chassis", + "block.create.sequenced_gearshift": "UNLOCALIZED: Sequenced Gearshift", + "block.create.shadow_steel_casing": "UNLOCALIZED: Shadow Casing", + "block.create.shaft": "UNLOCALIZED: Shaft", + "block.create.small_andesite_brick_slab": "UNLOCALIZED: Small Andesite Brick Slab", + "block.create.small_andesite_brick_stairs": "UNLOCALIZED: Small Andesite Brick Stairs", + "block.create.small_andesite_brick_wall": "UNLOCALIZED: Small Andesite Brick Wall", + "block.create.small_andesite_bricks": "UNLOCALIZED: Small Andesite Bricks", + "block.create.small_asurine_brick_slab": "UNLOCALIZED: Small Asurine Brick Slab", + "block.create.small_asurine_brick_stairs": "UNLOCALIZED: Small Asurine Brick Stairs", + "block.create.small_asurine_brick_wall": "UNLOCALIZED: Small Asurine Brick Wall", + "block.create.small_asurine_bricks": "UNLOCALIZED: Small Asurine Bricks", + "block.create.small_bogey": "UNLOCALIZED: Small Bogey", + "block.create.small_calcite_brick_slab": "UNLOCALIZED: Small Calcite Brick Slab", + "block.create.small_calcite_brick_stairs": "UNLOCALIZED: Small Calcite Brick Stairs", + "block.create.small_calcite_brick_wall": "UNLOCALIZED: Small Calcite Brick Wall", + "block.create.small_calcite_bricks": "UNLOCALIZED: Small Calcite Bricks", + "block.create.small_crimsite_brick_slab": "UNLOCALIZED: Small Crimsite Brick Slab", + "block.create.small_crimsite_brick_stairs": "UNLOCALIZED: Small Crimsite Brick Stairs", + "block.create.small_crimsite_brick_wall": "UNLOCALIZED: Small Crimsite Brick Wall", + "block.create.small_crimsite_bricks": "UNLOCALIZED: Small Crimsite Bricks", + "block.create.small_deepslate_brick_slab": "UNLOCALIZED: Small Deepslate Brick Slab", + "block.create.small_deepslate_brick_stairs": "UNLOCALIZED: Small Deepslate Brick Stairs", + "block.create.small_deepslate_brick_wall": "UNLOCALIZED: Small Deepslate Brick Wall", + "block.create.small_deepslate_bricks": "UNLOCALIZED: Small Deepslate Bricks", + "block.create.small_diorite_brick_slab": "UNLOCALIZED: Small Diorite Brick Slab", + "block.create.small_diorite_brick_stairs": "UNLOCALIZED: Small Diorite Brick Stairs", + "block.create.small_diorite_brick_wall": "UNLOCALIZED: Small Diorite Brick Wall", + "block.create.small_diorite_bricks": "UNLOCALIZED: Small Diorite Bricks", + "block.create.small_dripstone_brick_slab": "UNLOCALIZED: Small Dripstone Brick Slab", + "block.create.small_dripstone_brick_stairs": "UNLOCALIZED: Small Dripstone Brick Stairs", + "block.create.small_dripstone_brick_wall": "UNLOCALIZED: Small Dripstone Brick Wall", + "block.create.small_dripstone_bricks": "UNLOCALIZED: Small Dripstone Bricks", + "block.create.small_granite_brick_slab": "UNLOCALIZED: Small Granite Brick Slab", + "block.create.small_granite_brick_stairs": "UNLOCALIZED: Small Granite Brick Stairs", + "block.create.small_granite_brick_wall": "UNLOCALIZED: Small Granite Brick Wall", + "block.create.small_granite_bricks": "UNLOCALIZED: Small Granite Bricks", + "block.create.small_limestone_brick_slab": "UNLOCALIZED: Small Limestone Brick Slab", + "block.create.small_limestone_brick_stairs": "UNLOCALIZED: Small Limestone Brick Stairs", + "block.create.small_limestone_brick_wall": "UNLOCALIZED: Small Limestone Brick Wall", + "block.create.small_limestone_bricks": "UNLOCALIZED: Small Limestone Bricks", + "block.create.small_ochrum_brick_slab": "UNLOCALIZED: Small Ochrum Brick Slab", + "block.create.small_ochrum_brick_stairs": "UNLOCALIZED: Small Ochrum Brick Stairs", + "block.create.small_ochrum_brick_wall": "UNLOCALIZED: Small Ochrum Brick Wall", + "block.create.small_ochrum_bricks": "UNLOCALIZED: Small Ochrum Bricks", + "block.create.small_rose_quartz_tiles": "UNLOCALIZED: Small Rose Quartz Tiles", + "block.create.small_scorchia_brick_slab": "UNLOCALIZED: Small Scorchia Brick Slab", + "block.create.small_scorchia_brick_stairs": "UNLOCALIZED: Small Scorchia Brick Stairs", + "block.create.small_scorchia_brick_wall": "UNLOCALIZED: Small Scorchia Brick Wall", + "block.create.small_scorchia_bricks": "UNLOCALIZED: Small Scorchia Bricks", + "block.create.small_scoria_brick_slab": "UNLOCALIZED: Small Scoria Brick Slab", + "block.create.small_scoria_brick_stairs": "UNLOCALIZED: Small Scoria Brick Stairs", + "block.create.small_scoria_brick_wall": "UNLOCALIZED: Small Scoria Brick Wall", + "block.create.small_scoria_bricks": "UNLOCALIZED: Small Scoria Bricks", + "block.create.small_tuff_brick_slab": "UNLOCALIZED: Small Tuff Brick Slab", + "block.create.small_tuff_brick_stairs": "UNLOCALIZED: Small Tuff Brick Stairs", + "block.create.small_tuff_brick_wall": "UNLOCALIZED: Small Tuff Brick Wall", + "block.create.small_tuff_bricks": "UNLOCALIZED: Small Tuff Bricks", + "block.create.small_veridium_brick_slab": "UNLOCALIZED: Small Veridium Brick Slab", + "block.create.small_veridium_brick_stairs": "UNLOCALIZED: Small Veridium Brick Stairs", + "block.create.small_veridium_brick_wall": "UNLOCALIZED: Small Veridium Brick Wall", + "block.create.small_veridium_bricks": "UNLOCALIZED: Small Veridium Bricks", + "block.create.smart_chute": "UNLOCALIZED: Smart Chute", + "block.create.smart_fluid_pipe": "UNLOCALIZED: Smart Fluid Pipe", + "block.create.speedometer": "UNLOCALIZED: Speedometer", + "block.create.spout": "UNLOCALIZED: Spout", + "block.create.spruce_window": "UNLOCALIZED: Spruce Window", + "block.create.spruce_window_pane": "UNLOCALIZED: Spruce Window Pane", + "block.create.steam_engine": "UNLOCALIZED: Steam Engine", + "block.create.steam_whistle": "UNLOCALIZED: Steam Whistle", + "block.create.steam_whistle_extension": "UNLOCALIZED: Steam Whistle Extension", + "block.create.sticker": "UNLOCALIZED: Sticker", + "block.create.sticky_mechanical_piston": "UNLOCALIZED: Sticky Mechanical Piston", + "block.create.stockpile_switch": "UNLOCALIZED: Stockpile Switch", + "block.create.stressometer": "UNLOCALIZED: Stressometer", + "block.create.tiled_glass": "UNLOCALIZED: Tiled Glass", + "block.create.tiled_glass_pane": "UNLOCALIZED: Tiled Glass Pane", + "block.create.track": "UNLOCALIZED: Train Track", + "block.create.track_observer": "UNLOCALIZED: Train Observer", + "block.create.track_signal": "UNLOCALIZED: Train Signal", + "block.create.track_station": "UNLOCALIZED: Train Station", + "block.create.train_door": "UNLOCALIZED: Train Door", + "block.create.train_trapdoor": "UNLOCALIZED: Train Trapdoor", + "block.create.tuff_pillar": "UNLOCALIZED: Tuff Pillar", + "block.create.turntable": "UNLOCALIZED: Turntable", + "block.create.veridium": "UNLOCALIZED: Veridium", + "block.create.veridium_pillar": "UNLOCALIZED: Veridium Pillar", + "block.create.vertical_framed_glass": "UNLOCALIZED: Vertical Framed Glass", + "block.create.vertical_framed_glass_pane": "UNLOCALIZED: Vertical Framed Glass Pane", + "block.create.warped_window": "UNLOCALIZED: Warped Window", + "block.create.warped_window_pane": "UNLOCALIZED: Warped Window Pane", + "block.create.water_wheel": "UNLOCALIZED: Water Wheel", + "block.create.waxed_copper_shingle_slab": "UNLOCALIZED: Waxed Copper Shingle Slab", + "block.create.waxed_copper_shingle_stairs": "UNLOCALIZED: Waxed Copper Shingle Stairs", + "block.create.waxed_copper_shingles": "UNLOCALIZED: Waxed Copper Shingles", + "block.create.waxed_copper_tile_slab": "UNLOCALIZED: Waxed Copper Tile Slab", + "block.create.waxed_copper_tile_stairs": "UNLOCALIZED: Waxed Copper Tile Stairs", + "block.create.waxed_copper_tiles": "UNLOCALIZED: Waxed Copper Tiles", + "block.create.waxed_exposed_copper_shingle_slab": "UNLOCALIZED: Waxed Exposed Copper Shingle Slab", + "block.create.waxed_exposed_copper_shingle_stairs": "UNLOCALIZED: Waxed Exposed Copper Shingle Stairs", + "block.create.waxed_exposed_copper_shingles": "UNLOCALIZED: Waxed Exposed Copper Shingles", + "block.create.waxed_exposed_copper_tile_slab": "UNLOCALIZED: Waxed Exposed Copper Tile Slab", + "block.create.waxed_exposed_copper_tile_stairs": "UNLOCALIZED: Waxed Exposed Copper Tile Stairs", + "block.create.waxed_exposed_copper_tiles": "UNLOCALIZED: Waxed Exposed Copper Tiles", + "block.create.waxed_oxidized_copper_shingle_slab": "UNLOCALIZED: Waxed Oxidized Copper Shingle Slab", + "block.create.waxed_oxidized_copper_shingle_stairs": "UNLOCALIZED: Waxed Oxidized Copper Shingle Stairs", + "block.create.waxed_oxidized_copper_shingles": "UNLOCALIZED: Waxed Oxidized Copper Shingles", + "block.create.waxed_oxidized_copper_tile_slab": "UNLOCALIZED: Waxed Oxidized Copper Tile Slab", + "block.create.waxed_oxidized_copper_tile_stairs": "UNLOCALIZED: Waxed Oxidized Copper Tile Stairs", + "block.create.waxed_oxidized_copper_tiles": "UNLOCALIZED: Waxed Oxidized Copper Tiles", + "block.create.waxed_weathered_copper_shingle_slab": "UNLOCALIZED: Waxed Weathered Copper Shingle Slab", + "block.create.waxed_weathered_copper_shingle_stairs": "UNLOCALIZED: Waxed Weathered Copper Shingle Stairs", + "block.create.waxed_weathered_copper_shingles": "UNLOCALIZED: Waxed Weathered Copper Shingles", + "block.create.waxed_weathered_copper_tile_slab": "UNLOCALIZED: Waxed Weathered Copper Tile Slab", + "block.create.waxed_weathered_copper_tile_stairs": "UNLOCALIZED: Waxed Weathered Copper Tile Stairs", + "block.create.waxed_weathered_copper_tiles": "UNLOCALIZED: Waxed Weathered Copper Tiles", + "block.create.weathered_copper_shingle_slab": "UNLOCALIZED: Weathered Copper Shingle Slab", + "block.create.weathered_copper_shingle_stairs": "UNLOCALIZED: Weathered Copper Shingle Stairs", + "block.create.weathered_copper_shingles": "UNLOCALIZED: Weathered Copper Shingles", + "block.create.weathered_copper_tile_slab": "UNLOCALIZED: Weathered Copper Tile Slab", + "block.create.weathered_copper_tile_stairs": "UNLOCALIZED: Weathered Copper Tile Stairs", + "block.create.weathered_copper_tiles": "UNLOCALIZED: Weathered Copper Tiles", + "block.create.weighted_ejector": "UNLOCALIZED: Weighted Ejector", + "block.create.white_nixie_tube": "Bílá Znaková Výbojka", + "block.create.white_sail": "Bílá Plachta", + "block.create.white_seat": "Bílá Sedačka", + "block.create.white_toolbox": "UNLOCALIZED: White Toolbox", + "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": "Žlutá Znaková Výbojka", + "block.create.yellow_sail": "Žlutá Plachta", + "block.create.yellow_seat": "Žlutá Sedačka", + "block.create.yellow_toolbox": "UNLOCALIZED: Yellow Toolbox", + "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.carriage_contraption": "UNLOCALIZED: Carriage Contraption", + "entity.create.contraption": "Stroj", + "entity.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint", + "entity.create.gantry_contraption": "UNLOCALIZED: Gantry Contraption", + "entity.create.potato_projectile": "UNLOCALIZED: Potato Projectile", + "entity.create.seat": "Sedačka", + "entity.create.stationary_contraption": "UNLOCALIZED: Stationary Contraption", + "entity.create.super_glue": "UNLOCALIZED: Super Glue", + + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", + "fluid.create.potion": "UNLOCALIZED: Potion", + "fluid.create.tea": "UNLOCALIZED: Builder's Tea", + + "item.create.andesite_alloy": "UNLOCALIZED: Andesite Alloy", + "item.create.attribute_filter": "UNLOCALIZED: Attribute Filter", + "item.create.bar_of_chocolate": "UNLOCALIZED: Bar of Chocolate", + "item.create.belt_connector": "UNLOCALIZED: Mechanical Belt", + "item.create.blaze_cake": "UNLOCALIZED: Blaze Cake", + "item.create.blaze_cake_base": "UNLOCALIZED: Blaze Cake Base", + "item.create.brass_hand": "UNLOCALIZED: Brass Hand", + "item.create.brass_ingot": "UNLOCALIZED: Brass Ingot", + "item.create.brass_nugget": "UNLOCALIZED: Brass Nugget", + "item.create.brass_sheet": "UNLOCALIZED: Brass Sheet", + "item.create.builders_tea": "UNLOCALIZED: Builder's Tea", + "item.create.chest_minecart_contraption": "UNLOCALIZED: Chest Minecart Contraption", + "item.create.chocolate_bucket": "UNLOCALIZED: Chocolate Bucket", + "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.copper_backtank": "UNLOCALIZED: Copper Backtank", + "item.create.copper_backtank_placeable": "UNLOCALIZED: Copper Backtank Placeable", + "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_copper_ore": "UNLOCALIZED: Crushed Copper Ore", + "item.create.crushed_gold_ore": "UNLOCALIZED: Crushed Gold Ore", + "item.create.crushed_iron_ore": "UNLOCALIZED: Crushed Iron Ore", + "item.create.crushed_lead_ore": "UNLOCALIZED: Crushed Lead Ore", + "item.create.crushed_nickel_ore": "UNLOCALIZED: Crushed Nickel Ore", + "item.create.crushed_osmium_ore": "UNLOCALIZED: Crushed Osmium Ore", + "item.create.crushed_platinum_ore": "UNLOCALIZED: Crushed Platinum Ore", + "item.create.crushed_quicksilver_ore": "UNLOCALIZED: Crushed Quicksilver Ore", + "item.create.crushed_silver_ore": "UNLOCALIZED: Crushed Silver Ore", + "item.create.crushed_tin_ore": "UNLOCALIZED: Crushed Tin Ore", + "item.create.crushed_uranium_ore": "UNLOCALIZED: Crushed Uranium Ore", + "item.create.crushed_zinc_ore": "UNLOCALIZED: Crushed Zinc Ore", + "item.create.diving_boots": "UNLOCALIZED: Diving Boots", + "item.create.diving_helmet": "UNLOCALIZED: Diving Helmet", + "item.create.dough": "UNLOCALIZED: Dough", + "item.create.electron_tube": "UNLOCALIZED: Electron Tube", + "item.create.empty_blaze_burner": "UNLOCALIZED: Empty Blaze Burner", + "item.create.empty_schematic": "UNLOCALIZED: Empty Schematic", + "item.create.experience_nugget": "UNLOCALIZED: Nugget of Experience", + "item.create.extendo_grip": "UNLOCALIZED: Extendo Grip", + "item.create.filter": "UNLOCALIZED: Filter", + "item.create.furnace_minecart_contraption": "UNLOCALIZED: Furnace Minecart Contraption", + "item.create.goggles": "UNLOCALIZED: Engineer's Goggles", + "item.create.golden_sheet": "UNLOCALIZED: Golden Sheet", + "item.create.handheld_worldshaper": "UNLOCALIZED: Creative Worldshaper", + "item.create.honey_bucket": "UNLOCALIZED: Honey Bucket", + "item.create.honeyed_apple": "UNLOCALIZED: Honeyed Apple", + "item.create.incomplete_precision_mechanism": "UNLOCALIZED: Incomplete Precision Mechanism", + "item.create.incomplete_track": "UNLOCALIZED: Incomplete Track", + "item.create.iron_sheet": "UNLOCALIZED: Iron Sheet", + "item.create.linked_controller": "UNLOCALIZED: Linked Controller", + "item.create.minecart_contraption": "UNLOCALIZED: Minecart Contraption", + "item.create.minecart_coupling": "UNLOCALIZED: Minecart Coupling", + "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": "UNLOCALIZED: Propeller", + "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", + "item.create.red_sand_paper": "UNLOCALIZED: Red Sand Paper", + "item.create.refined_radiance": "UNLOCALIZED: Refined Radiance", + "item.create.rose_quartz": "UNLOCALIZED: Rose Quartz", + "item.create.sand_paper": "UNLOCALIZED: Sand Paper", + "item.create.schedule": "UNLOCALIZED: Train Schedule", + "item.create.schematic": "UNLOCALIZED: Schematic", + "item.create.schematic_and_quill": "UNLOCALIZED: Schematic And Quill", + "item.create.shadow_steel": "UNLOCALIZED: Shadow Steel", + "item.create.sturdy_sheet": "UNLOCALIZED: Sturdy Sheet", + "item.create.super_glue": "UNLOCALIZED: Super Glue", + "item.create.sweet_roll": "UNLOCALIZED: Sweet Roll", + "item.create.tree_fertilizer": "UNLOCALIZED: Tree Fertilizer", + "item.create.unprocessed_obsidian_sheet": "UNLOCALIZED: Unprocessed Obsidian Sheet", + "item.create.vertical_gearbox": "UNLOCALIZED: Vertical Gearbox", + "item.create.wand_of_symmetry": "UNLOCALIZED: Wand Of Symmetry", + "item.create.wheat_flour": "UNLOCALIZED: Wheat Flour", + "item.create.whisk": "UNLOCALIZED: Whisk", + "item.create.wrench": "UNLOCALIZED: Wrench", + "item.create.zinc_ingot": "UNLOCALIZED: Zinc Ingot", + "item.create.zinc_nugget": "UNLOCALIZED: Zinc Nugget", + + + "_": "->------------------------] Advancements [------------------------<-", + + "advancement.create.root": "UNLOCALIZED: Welcome to Create", + "advancement.create.root.desc": "UNLOCALIZED: Here Be Contraptions", + "advancement.create.andesite_alloy": "UNLOCALIZED: Sturdier Rocks", + "advancement.create.andesite_alloy.desc": "UNLOCALIZED: Obtain some Andesite Alloy, Create's most important resource", + "advancement.create.andesite_casing": "UNLOCALIZED: The Andesite Age", + "advancement.create.andesite_casing.desc": "UNLOCALIZED: Apply Andesite Alloy to stripped wood, creating a basic casing for your machines", + "advancement.create.mechanical_press": "UNLOCALIZED: Bonk!", + "advancement.create.mechanical_press.desc": "UNLOCALIZED: Create some sheets in a Mechanical Press", + "advancement.create.encased_fan": "UNLOCALIZED: Wind Maker", + "advancement.create.encased_fan.desc": "UNLOCALIZED: Place and power an Encased Fan", + "advancement.create.fan_processing": "UNLOCALIZED: Processing by Particle", + "advancement.create.fan_processing.desc": "UNLOCALIZED: Use an Encased Fan to process materials", + "advancement.create.saw_processing": "UNLOCALIZED: Workshop's Most Feared", + "advancement.create.saw_processing.desc": "UNLOCALIZED: Use an upright Mechanical Saw to process materials", + "advancement.create.compacting": "UNLOCALIZED: Compactification", + "advancement.create.compacting.desc": "UNLOCALIZED: Use a Mechanical Press and a Basin to create fewer items from more", + "advancement.create.belt": "UNLOCALIZED: Kelp Drive", + "advancement.create.belt.desc": "UNLOCALIZED: Connect two Shafts with a Mechanical Belt", + "advancement.create.funnel": "UNLOCALIZED: Airport Aesthetic", + "advancement.create.funnel.desc": "UNLOCALIZED: Extract or insert items into a container using a Funnel", + "advancement.create.chute": "UNLOCALIZED: Vertical Logistics", + "advancement.create.chute.desc": "UNLOCALIZED: Transport some items by Chute", + "advancement.create.mechanical_mixer": "UNLOCALIZED: Mixing It Up", + "advancement.create.mechanical_mixer.desc": "UNLOCALIZED: Combine ingredients in a Mechanical Mixer", + "advancement.create.burner": "UNLOCALIZED: Sentient Fireplace", + "advancement.create.burner.desc": "UNLOCALIZED: Obtain a Blaze Burner", + "advancement.create.water_wheel": "UNLOCALIZED: Harnessed Hydraulics", + "advancement.create.water_wheel.desc": "UNLOCALIZED: Place a Water Wheel and use it to generate torque", + "advancement.create.windmill": "UNLOCALIZED: A Mild Breeze", + "advancement.create.windmill.desc": "UNLOCALIZED: Assemble a windmill and use it to generate torque", + "advancement.create.shifting_gears": "UNLOCALIZED: Shifting Gears", + "advancement.create.shifting_gears.desc": "UNLOCALIZED: Connect a Large Cogwheel to a Small Cogwheel, allowing you to change the speed of your Contraption", + "advancement.create.millstone": "UNLOCALIZED: Embrace the Grind", + "advancement.create.millstone.desc": "UNLOCALIZED: Use a Millstone to pulverise materials", + "advancement.create.super_glue": "UNLOCALIZED: Area of Connect", + "advancement.create.super_glue.desc": "UNLOCALIZED: Super Glue some blocks into a group", + "advancement.create.contraption_actors": "UNLOCALIZED: Moving with Purpose", + "advancement.create.contraption_actors.desc": "UNLOCALIZED: Create a Contraption with drills, saws, or harvesters on board", + "advancement.create.portable_storage_interface": "UNLOCALIZED: Drive-By Exchange", + "advancement.create.portable_storage_interface.desc": "UNLOCALIZED: Use a Portable Storage Interface to take or insert items into a Contraption", + "advancement.create.wrench_goggles": "UNLOCALIZED: Kitted Out", + "advancement.create.wrench_goggles.desc": "UNLOCALIZED: Equip Engineer's Goggles and a Wrench", + "advancement.create.stressometer": "UNLOCALIZED: Stress for Nerds", + "advancement.create.stressometer.desc": "UNLOCALIZED: Get an exact readout with the help of Engineer's Goggles and a Stressometer", + "advancement.create.cuckoo_clock": "UNLOCALIZED: Is It Time?", + "advancement.create.cuckoo_clock.desc": "UNLOCALIZED: Witness your Cuckoo Clock announce bedtime", + "advancement.create.windmill_maxed": "UNLOCALIZED: A Strong Breeze", + "advancement.create.windmill_maxed.desc": "UNLOCALIZED: Assemble a windmill of maximum strength", + "advancement.create.ejector_maxed": "UNLOCALIZED: Springboard Champion", + "advancement.create.ejector_maxed.desc": "UNLOCALIZED: Get launched more than 30 blocks by a Weighted Ejector", + "advancement.create.pulley_maxed": "UNLOCALIZED: Rope to Nowhere", + "advancement.create.pulley_maxed.desc": "UNLOCALIZED: Extend a Rope Pulley over 200 blocks deep", + "advancement.create.cart_pickup": "UNLOCALIZED: Strong Arms", + "advancement.create.cart_pickup.desc": "UNLOCALIZED: Pick up a Minecart Contraption with at least 200 attached blocks", + "advancement.create.anvil_plough": "UNLOCALIZED: Blacksmith Artillery", + "advancement.create.anvil_plough.desc": "UNLOCALIZED: Launch an Anvil with Mechanical Ploughs", + "advancement.create.lava_wheel_00000": "UNLOCALIZED: Magma Wheel", + "advancement.create.lava_wheel_00000.desc": "UNLOCALIZED: This shouldn't have worked§7\n(Hidden Advancement)", + "advancement.create.hand_crank_000": "UNLOCALIZED: Workout Session", + "advancement.create.hand_crank_000.desc": "UNLOCALIZED: Use a Hand Crank until fully exhausted§7\n(Hidden Advancement)", + "advancement.create.belt_funnel_kiss": "UNLOCALIZED: The Parrots and the Flaps", + "advancement.create.belt_funnel_kiss.desc": "UNLOCALIZED: Make two Belt-mounted Funnels kiss§7\n(Hidden Advancement)", + "advancement.create.stressometer_maxed": "UNLOCALIZED: Perfectly Stressed", + "advancement.create.stressometer_maxed.desc": "UNLOCALIZED: Get a 100% readout from a Stressometer§7\n(Hidden Advancement)", + "advancement.create.copper": "UNLOCALIZED: Cuprum Bokum", + "advancement.create.copper.desc": "UNLOCALIZED: Amass some Copper Ingots for your exploits in fluid manipulation", + "advancement.create.copper_casing": "UNLOCALIZED: The Copper Age", + "advancement.create.copper_casing.desc": "UNLOCALIZED: Apply Copper Ingots to stripped wood, creating a waterproof casing for your machines", + "advancement.create.spout": "UNLOCALIZED: Sploosh", + "advancement.create.spout.desc": "UNLOCALIZED: Watch a fluid-containing item be filled by a Spout", + "advancement.create.drain": "UNLOCALIZED: Tumble Draining", + "advancement.create.drain.desc": "UNLOCALIZED: Watch a fluid-containing item be emptied by an Item Drain", + "advancement.create.steam_engine": "UNLOCALIZED: The Powerhouse", + "advancement.create.steam_engine.desc": "UNLOCALIZED: Use a Steam Engine to generate torque", + "advancement.create.steam_whistle": "UNLOCALIZED: Voice of an Angel", + "advancement.create.steam_whistle.desc": "UNLOCALIZED: Activate a Steam Whistle", + "advancement.create.backtank": "UNLOCALIZED: Pressure to Go", + "advancement.create.backtank.desc": "UNLOCALIZED: Create a Copper Backtank and make it accumulate air pressure", + "advancement.create.diving_suit": "UNLOCALIZED: Ready for the Depths", + "advancement.create.diving_suit.desc": "UNLOCALIZED: Equip a Diving Helmet and a Copper Backtank, then jump into water", + "advancement.create.mechanical_pump_0": "UNLOCALIZED: Under Pressure", + "advancement.create.mechanical_pump_0.desc": "UNLOCALIZED: Place and power a Mechanical Pump", + "advancement.create.glass_pipe": "UNLOCALIZED: Flow Discovery", + "advancement.create.glass_pipe.desc": "UNLOCALIZED: Use your Wrench on a pipe that contains a fluid", + "advancement.create.water_supply": "UNLOCALIZED: Puddle Collector", + "advancement.create.water_supply.desc": "UNLOCALIZED: Use the pulling end of a Fluid Pipe or Mechanical Pump to collect water", + "advancement.create.hose_pulley": "UNLOCALIZED: Industrial Spillage", + "advancement.create.hose_pulley.desc": "UNLOCALIZED: Lower a Hose Pulley and watch it drain or fill a body of fluid", + "advancement.create.chocolate_bucket": "UNLOCALIZED: A World of Imagination", + "advancement.create.chocolate_bucket.desc": "UNLOCALIZED: Obtain a bucket of molten chocolate", + "advancement.create.honey_drain": "UNLOCALIZED: Autonomous Bee-Keeping", + "advancement.create.honey_drain.desc": "UNLOCALIZED: Use pipes to pull honey from a Bee Nest or Beehive", + "advancement.create.hose_pulley_lava": "UNLOCALIZED: Tapping the Mantle", + "advancement.create.hose_pulley_lava.desc": "UNLOCALIZED: Pump from a body of lava large enough to be considered infinite", + "advancement.create.steam_engine_maxed": "UNLOCALIZED: Full Steam", + "advancement.create.steam_engine_maxed.desc": "UNLOCALIZED: Run a boiler at the maximum level of power", + "advancement.create.foods": "UNLOCALIZED: Balanced Diet", + "advancement.create.foods.desc": "UNLOCALIZED: Create Chocolate Glazed Berries, a Honeyed Apple, and a Sweet Roll all from the same Spout", + "advancement.create.diving_suit_lava": "UNLOCALIZED: Swimming with the Striders", + "advancement.create.diving_suit_lava.desc": "UNLOCALIZED: Attempt to take a dive in lava with your diving gear§7\n(Hidden Advancement)", + "advancement.create.chained_drain": "UNLOCALIZED: On a Roll", + "advancement.create.chained_drain.desc": "UNLOCALIZED: Watch an item move across a row of Item Drains§7\n(Hidden Advancement)", + "advancement.create.cross_streams": "UNLOCALIZED: Don't Cross the Streams!", + "advancement.create.cross_streams.desc": "UNLOCALIZED: Watch two fluids meet in your pipe network§7\n(Hidden Advancement)", + "advancement.create.pipe_organ": "UNLOCALIZED: The Pipe Organ", + "advancement.create.pipe_organ.desc": "UNLOCALIZED: Attach 12 uniquely pitched Steam Whistles to a single Fluid Tank§7\n(Hidden Advancement)", + "advancement.create.brass": "UNLOCALIZED: Real Alloys", + "advancement.create.brass.desc": "UNLOCALIZED: Create Brass Ingots by alloying Copper and Zinc Ingots in your Blaze-heated Mechanical Mixer", + "advancement.create.brass_casing": "UNLOCALIZED: The Brass Age", + "advancement.create.brass_casing.desc": "UNLOCALIZED: Apply Brass Ingots to stripped wood, creating a casing for more sophisticated machines", + "advancement.create.rose_quartz": "UNLOCALIZED: Pink Diamonds", + "advancement.create.rose_quartz.desc": "UNLOCALIZED: Polish some Rose Quartz", + "advancement.create.deployer": "UNLOCALIZED: Artificial Intelligence", + "advancement.create.deployer.desc": "UNLOCALIZED: Place and power a Deployer, the perfect reflection of yourself", + "advancement.create.precision_mechanism": "UNLOCALIZED: Complex Curiosities", + "advancement.create.precision_mechanism.desc": "UNLOCALIZED: Assemble a Precision Mechanism", + "advancement.create.speed_controller": "UNLOCALIZED: Engineers Hate Him!", + "advancement.create.speed_controller.desc": "UNLOCALIZED: Fine-tune your Contraption with a Rotation Speed Controller", + "advancement.create.mechanical_arm": "UNLOCALIZED: Busy Hands", + "advancement.create.mechanical_arm.desc": "UNLOCALIZED: Watch your Mechanical Arm transport its first item", + "advancement.create.mechanical_crafter": "UNLOCALIZED: Automated Assembly", + "advancement.create.mechanical_crafter.desc": "UNLOCALIZED: Place and power some Mechanical Crafters", + "advancement.create.crushing_wheel": "UNLOCALIZED: A Pair of Giants", + "advancement.create.crushing_wheel.desc": "UNLOCALIZED: Place and power a set of Crushing Wheels", + "advancement.create.haunted_bell": "UNLOCALIZED: Shadow Sense", + "advancement.create.haunted_bell.desc": "UNLOCALIZED: Toll a Haunted Bell", + "advancement.create.clockwork_bearing": "UNLOCALIZED: Contraption O'Clock", + "advancement.create.clockwork_bearing.desc": "UNLOCALIZED: Assemble a structure mounted on a Clockwork Bearing", + "advancement.create.display_link": "UNLOCALIZED: Big Data", + "advancement.create.display_link.desc": "UNLOCALIZED: Use a Display Link to visualise information", + "advancement.create.potato_cannon": "UNLOCALIZED: Fwoomp!", + "advancement.create.potato_cannon.desc": "UNLOCALIZED: Defeat an enemy with your Potato Cannon", + "advancement.create.extendo_grip": "UNLOCALIZED: Boioioing!", + "advancement.create.extendo_grip.desc": "UNLOCALIZED: Get hold of an Extendo Grip", + "advancement.create.linked_controller": "UNLOCALIZED: Remote Activation", + "advancement.create.linked_controller.desc": "UNLOCALIZED: Activate a Redstone Link using a Linked Controller", + "advancement.create.arm_blaze_burner": "UNLOCALIZED: Combust-o-Tron", + "advancement.create.arm_blaze_burner.desc": "UNLOCALIZED: Instruct a Mechanical Arm to feed your Blaze Burner", + "advancement.create.crusher_maxed_0000": "UNLOCALIZED: Crushing It", + "advancement.create.crusher_maxed_0000.desc": "UNLOCALIZED: Operate a pair of Crushing Wheels at maximum speed", + "advancement.create.arm_many_targets": "UNLOCALIZED: Organize-o-Tron", + "advancement.create.arm_many_targets.desc": "UNLOCALIZED: Program a Mechanical Arm with 10 or more output locations", + "advancement.create.potato_cannon_collide": "UNLOCALIZED: Veggie Fireworks", + "advancement.create.potato_cannon_collide.desc": "UNLOCALIZED: Cause Potato Cannon projectiles of different types to collide with each other", + "advancement.create.self_deploying": "UNLOCALIZED: Self-Driving Cart", + "advancement.create.self_deploying.desc": "UNLOCALIZED: Create a Minecart Contraption that places tracks in front of itself", + "advancement.create.fist_bump": "UNLOCALIZED: Pound It, Bro!", + "advancement.create.fist_bump.desc": "UNLOCALIZED: Make two Deployers fist-bump§7\n(Hidden Advancement)", + "advancement.create.crafter_lazy_000": "UNLOCALIZED: Desperate Measures", + "advancement.create.crafter_lazy_000.desc": "UNLOCALIZED: Drastically slow down a Mechanical Crafter to procrastinate on proper infrastructure§7\n(Hidden Advancement)", + "advancement.create.extendo_grip_dual": "UNLOCALIZED: To Full Extent", + "advancement.create.extendo_grip_dual.desc": "UNLOCALIZED: Dual-wield Extendo Grips for superhuman reach§7\n(Hidden Advancement)", + "advancement.create.musical_arm": "UNLOCALIZED: DJ Mechanico", + "advancement.create.musical_arm.desc": "UNLOCALIZED: Watch a Mechanical Arm operate your Jukebox§7\n(Hidden Advancement)", + "advancement.create.sturdy_sheet": "UNLOCALIZED: The Sturdiest Rocks", + "advancement.create.sturdy_sheet.desc": "UNLOCALIZED: Assemble a Sturdy Sheet by refining Powdered Obsidian", + "advancement.create.train_casing_00": "UNLOCALIZED: The Logistical Age", + "advancement.create.train_casing_00.desc": "UNLOCALIZED: Use Sturdy Sheets to create a casing for railway components", + "advancement.create.train": "UNLOCALIZED: All Aboard!", + "advancement.create.train.desc": "UNLOCALIZED: Assemble your first Train", + "advancement.create.conductor": "UNLOCALIZED: Conductor Instructor", + "advancement.create.conductor.desc": "UNLOCALIZED: Instruct a Train driver with a Train Schedule", + "advancement.create.track_signal": "UNLOCALIZED: Traffic Control", + "advancement.create.track_signal.desc": "UNLOCALIZED: Place a Train Signal", + "advancement.create.display_board_0": "UNLOCALIZED: Dynamic Timetables", + "advancement.create.display_board_0.desc": "UNLOCALIZED: Forecast a Train's arrival on your Display Board with the help of Display Links", + "advancement.create.track_0": "UNLOCALIZED: A New Gauge", + "advancement.create.track_0.desc": "UNLOCALIZED: Obtain some Train Tracks", + "advancement.create.train_whistle": "UNLOCALIZED: Choo Choo!", + "advancement.create.train_whistle.desc": "UNLOCALIZED: Assemble a Steam Whistle to your Train and activate it while driving", + "advancement.create.train_portal": "UNLOCALIZED: Dimensional Commuter", + "advancement.create.train_portal.desc": "UNLOCALIZED: Ride a Train through a Nether portal", + "advancement.create.track_crafting_factory": "UNLOCALIZED: Track Factory", + "advancement.create.track_crafting_factory.desc": "UNLOCALIZED: Produce more than 1000 Train Tracks with the same Mechanical Press", + "advancement.create.long_bend": "UNLOCALIZED: The Longest Bend", + "advancement.create.long_bend.desc": "UNLOCALIZED: Create a curved track section that spans more than 30 blocks in length", + "advancement.create.long_train": "UNLOCALIZED: Ambitious Endeavours", + "advancement.create.long_train.desc": "UNLOCALIZED: Create a Train with at least 6 carriages", + "advancement.create.long_travel": "UNLOCALIZED: Field Trip", + "advancement.create.long_travel.desc": "Opusťte sedačku vlaku aspoň 5000 blocků od místa, kde jste nastoupili", + "advancement.create.train_roadkill": "UNLOCALIZED: Road Kill", + "advancement.create.train_roadkill.desc": "UNLOCALIZED: Run over an enemy with your Train§7\n(Hidden Advancement)", + "advancement.create.red_signal": "UNLOCALIZED: Expert Driver", + "advancement.create.red_signal.desc": "UNLOCALIZED: Run a red Train Signal§7\n(Hidden Advancement)", + "advancement.create.train_crash": "UNLOCALIZED: Terrible Service", + "advancement.create.train_crash.desc": "UNLOCALIZED: Witness a Train crash as a passenger§7\n(Hidden Advancement)", + "advancement.create.train_crash_backwards": "UNLOCALIZED: Blind Spot", + "advancement.create.train_crash_backwards.desc": "UNLOCALIZED: Crash into another Train while driving backwards§7\n(Hidden Advancement)", + + + "_": "->------------------------] UI & Messages [------------------------<-", + + "itemGroup.create.base": "UNLOCALIZED: Create", + "itemGroup.create.palettes": "UNLOCALIZED: Create's Building Blocks", + + "death.attack.create.crush": "UNLOCALIZED: %1$s was processed by Crushing Wheels", + "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", + "death.attack.create.run_over": "UNLOCALIZED: %1$s was run over by %2$s", + + "create.block.deployer.damage_source_name": "UNLOCALIZED: a rogue Deployer", + "create.block.cart_assembler.invalid": "UNLOCALIZED: Place your Cart Assembler on a rail block", + + "create.menu.return": "UNLOCALIZED: Return to Menu", + "create.menu.configure": "UNLOCALIZED: Configure...", + "create.menu.ponder_index": "UNLOCALIZED: Ponder Index", + "create.menu.only_ingame": "UNLOCALIZED: Available in the Pause Menu", + "create.menu.report_bugs": "UNLOCALIZED: Report Issues", + "create.menu.support": "UNLOCALIZED: Support Us", + + "create.recipe.crushing": "UNLOCALIZED: Crushing", + "create.recipe.milling": "UNLOCALIZED: Milling", + "create.recipe.fan_washing": "UNLOCALIZED: Bulk Washing", + "create.recipe.fan_washing.fan": "UNLOCALIZED: Fan behind Flowing Water", + "create.recipe.fan_smoking": "UNLOCALIZED: Bulk Smoking", + "create.recipe.fan_smoking.fan": "UNLOCALIZED: Fan behind Fire", + "create.recipe.fan_haunting": "UNLOCALIZED: Bulk Haunting", + "create.recipe.fan_haunting.fan": "UNLOCALIZED: Fan behind Soul Fire", + "create.recipe.fan_blasting": "UNLOCALIZED: Bulk Blasting", + "create.recipe.fan_blasting.fan": "UNLOCALIZED: Fan behind Lava", + "create.recipe.pressing": "UNLOCALIZED: Pressing", + "create.recipe.mixing": "UNLOCALIZED: Mixing", + "create.recipe.deploying": "UNLOCALIZED: Deploying", + "create.recipe.automatic_shapeless": "UNLOCALIZED: Automated Shapeless Crafting", + "create.recipe.automatic_brewing": "UNLOCALIZED: Automated Brewing", + "create.recipe.packing": "UNLOCALIZED: Compacting", + "create.recipe.automatic_packing": "UNLOCALIZED: Automated Packing", + "create.recipe.sawing": "UNLOCALIZED: Sawing", + "create.recipe.mechanical_crafting": "UNLOCALIZED: Mechanical Crafting", + "create.recipe.automatic_shaped": "UNLOCALIZED: Automated Shaped Crafting", + "create.recipe.block_cutting": "UNLOCALIZED: Block Cutting", + "create.recipe.wood_cutting": "UNLOCALIZED: Wood Cutting", + "create.recipe.sandpaper_polishing": "UNLOCALIZED: Sandpaper Polishing", + "create.recipe.mystery_conversion": "UNLOCALIZED: Mysterious Conversion", + "create.recipe.spout_filling": "UNLOCALIZED: Filling by Spout", + "create.recipe.draining": "UNLOCALIZED: Item Draining", + "create.recipe.item_application": "UNLOCALIZED: Manual Item Application", + "create.recipe.item_application.any_axe": "UNLOCALIZED: Any Axe", + "create.recipe.sequenced_assembly": "UNLOCALIZED: Recipe Sequence", + "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.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 salvage", + "create.recipe.processing.chance": "UNLOCALIZED: %1$s%% Chance", + "create.recipe.deploying.not_consumed": "UNLOCALIZED: Not Consumed", + "create.recipe.heat_requirement.none": "UNLOCALIZED: No Heating Required", + "create.recipe.heat_requirement.heated": "UNLOCALIZED: Heated", + "create.recipe.heat_requirement.superheated": "UNLOCALIZED: Super-Heated", + + "create.generic.range": "UNLOCALIZED: Range", + "create.generic.radius": "UNLOCALIZED: Radius", + "create.generic.width": "UNLOCALIZED: Width", + "create.generic.height": "UNLOCALIZED: Height", + "create.generic.length": "UNLOCALIZED: Length", + "create.generic.speed": "UNLOCALIZED: Speed", + "create.generic.delay": "UNLOCALIZED: Delay", + "create.generic.duration": "UNLOCALIZED: Duration", + "create.generic.timeUnit": "UNLOCALIZED: Time Unit", + "create.generic.unit.ticks": "UNLOCALIZED: Ticks", + "create.generic.unit.seconds": "UNLOCALIZED: Seconds", + "create.generic.unit.minutes": "UNLOCALIZED: Minutes", + "create.generic.daytime.hour": "UNLOCALIZED: Hour", + "create.generic.daytime.minute": "UNLOCALIZED: Minute", + "create.generic.daytime.second": "UNLOCALIZED: Second", + "create.generic.daytime.pm": "UNLOCALIZED: pm", + "create.generic.daytime.am": "UNLOCALIZED: am", + "create.generic.unit.rpm": "UNLOCALIZED: RPM", + "create.generic.unit.stress": "UNLOCALIZED: su", + "create.generic.unit.degrees": "UNLOCALIZED: °", + "create.generic.unit.millibuckets": "UNLOCALIZED: mB", + "create.generic.unit.buckets": "UNLOCALIZED: B", + "create.generic.clockwise": "UNLOCALIZED: Clockwise", + "create.generic.counter_clockwise": "UNLOCALIZED: Counter-Clockwise", + "create.generic.in_quotes": "UNLOCALIZED: \"%1$s\"", + "create.generic.pitch": "UNLOCALIZED: Pitch: %1$s", + "create.generic.notes": "UNLOCALIZED: F#;F;E;D#;D;C#;C;B;A#;A;G#;G", + + "create.action.scroll": "UNLOCALIZED: Scroll", + "create.action.confirm": "UNLOCALIZED: Confirm", + "create.action.abort": "UNLOCALIZED: Abort", + "create.action.saveToFile": "UNLOCALIZED: Save", + "create.action.discard": "UNLOCALIZED: Discard", + + "create.keyinfo.toolmenu": "UNLOCALIZED: Focus Schematic Overlay", + "create.keyinfo.toolbelt": "UNLOCALIZED: Access Nearby Toolboxes", + "create.keyinfo.scrollup": "UNLOCALIZED: Simulate Mousewheel Up (inworld)", + "create.keyinfo.scrolldown": "UNLOCALIZED: Simulate Mousewheel Down (inworld)", + + "create.gui.scrollInput.defaultTitle": "UNLOCALIZED: Choose an Option:", + "create.gui.scrollInput.scrollToModify": "UNLOCALIZED: Scroll to Modify", + "create.gui.scrollInput.scrollToAdjustAmount": "UNLOCALIZED: Scroll to Adjust Amount", + "create.gui.scrollInput.scrollToSelect": "UNLOCALIZED: Scroll to Select", + "create.gui.scrollInput.shiftScrollsFaster": "UNLOCALIZED: Shift to Scroll Faster", + "create.gui.toolmenu.focusKey": "UNLOCALIZED: Hold [%1$s] to Focus", + "create.gui.toolmenu.cycle": "UNLOCALIZED: [SCROLL] to Cycle", + + "create.toolbox.unequip": "UNLOCALIZED: Unequip: %1$s", + "create.toolbox.outOfRange": "UNLOCALIZED: Toolbox of held item not in Range", + "create.toolbox.detach": "UNLOCALIZED: Stop tracking and keep item", + "create.toolbox.depositAll": "UNLOCALIZED: Return items to nearby Toolboxes", + "create.toolbox.depositBox": "UNLOCALIZED: Return items to Toolbox", + + "create.gui.symmetryWand.mirrorType": "UNLOCALIZED: Mirror", + "create.gui.symmetryWand.orientation": "UNLOCALIZED: Orientation", + + "create.symmetry.mirror.plane": "UNLOCALIZED: Mirror Once", + "create.symmetry.mirror.doublePlane": "UNLOCALIZED: Rectangular", + "create.symmetry.mirror.triplePlane": "UNLOCALIZED: Octagonal", + + "create.orientation.orthogonal": "UNLOCALIZED: Orthogonal", + "create.orientation.diagonal": "UNLOCALIZED: Diagonal", + "create.orientation.horizontal": "UNLOCALIZED: Horizontal", + "create.orientation.alongZ": "UNLOCALIZED: Along Z", + "create.orientation.alongX": "UNLOCALIZED: Along X", + + "create.gui.terrainzapper.title": "UNLOCALIZED: Handheld Blockzapper", + "create.gui.terrainzapper.searchDiagonal": "UNLOCALIZED: Follow Diagonals", + "create.gui.terrainzapper.searchFuzzy": "UNLOCALIZED: Ignore Material Borders", + "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.placement": "UNLOCALIZED: Placement", + "create.gui.terrainzapper.placement.merged": "UNLOCALIZED: Merged", + "create.gui.terrainzapper.placement.attached": "UNLOCALIZED: Attached", + "create.gui.terrainzapper.placement.inserted": "UNLOCALIZED: Inserted", + "create.gui.terrainzapper.brush": "UNLOCALIZED: Brush", + "create.gui.terrainzapper.brush.cuboid": "UNLOCALIZED: Cuboid", + "create.gui.terrainzapper.brush.sphere": "UNLOCALIZED: Sphere", + "create.gui.terrainzapper.brush.cylinder": "UNLOCALIZED: Cylinder", + "create.gui.terrainzapper.brush.surface": "UNLOCALIZED: Surface", + "create.gui.terrainzapper.brush.cluster": "UNLOCALIZED: Cluster", + "create.gui.terrainzapper.tool": "UNLOCALIZED: Tool", + "create.gui.terrainzapper.tool.fill": "UNLOCALIZED: Fill", + "create.gui.terrainzapper.tool.place": "UNLOCALIZED: Place", + "create.gui.terrainzapper.tool.replace": "UNLOCALIZED: Replace", + "create.gui.terrainzapper.tool.clear": "UNLOCALIZED: Clear", + "create.gui.terrainzapper.tool.overlay": "UNLOCALIZED: Overlay", + "create.gui.terrainzapper.tool.flatten": "UNLOCALIZED: Flatten", + + "create.terrainzapper.shiftRightClickToSet": "UNLOCALIZED: Shift-Right-Click to Select a Shape", + "create.terrainzapper.usingBlock": "UNLOCALIZED: Using: %1$s", + "create.terrainzapper.leftClickToSet": "UNLOCALIZED: Left-Click a Block to set Material", + + "create.minecart_coupling.two_couplings_max": "UNLOCALIZED: Minecarts cannot have more than two couplings each", + "create.minecart_coupling.unloaded": "UNLOCALIZED: Parts of your train seem to be in unloaded chunks", + "create.minecart_coupling.no_loops": "UNLOCALIZED: Couplings cannot form a loop", + "create.minecart_coupling.removed": "UNLOCALIZED: Removed all couplings from minecart", + "create.minecart_coupling.too_far": "UNLOCALIZED: Minecarts are too far apart", + + "create.contraptions.movement_mode": "UNLOCALIZED: Movement Mode", + "create.contraptions.movement_mode.move_place": "UNLOCALIZED: Always Place when Stopped", + "create.contraptions.movement_mode.move_place_returned": "UNLOCALIZED: Place only in Starting Position", + "create.contraptions.movement_mode.move_never_place": "UNLOCALIZED: Place only when Anchor Destroyed", + "create.contraptions.movement_mode.rotate_place": "UNLOCALIZED: Always Place when Stopped", + "create.contraptions.movement_mode.rotate_place_returned": "UNLOCALIZED: Only Place near Initial Angle", + "create.contraptions.movement_mode.rotate_never_place": "UNLOCALIZED: Only Place when Anchor Destroyed", + "create.contraptions.cart_movement_mode": "UNLOCALIZED: Cart Movement Mode", + "create.contraptions.cart_movement_mode.rotate": "UNLOCALIZED: Always face toward motion", + "create.contraptions.cart_movement_mode.rotate_paused": "UNLOCALIZED: Pause actors while rotating", + "create.contraptions.cart_movement_mode.rotation_locked": "UNLOCALIZED: Lock rotation", + "create.contraptions.windmill.rotation_direction": "UNLOCALIZED: Rotation Direction", + "create.contraptions.clockwork.clock_hands": "UNLOCALIZED: Clock Hands", + "create.contraptions.clockwork.hour_first": "UNLOCALIZED: Hour hand first", + "create.contraptions.clockwork.minute_first": "UNLOCALIZED: Minute hand first", + "create.contraptions.clockwork.hour_first_24": "UNLOCALIZED: 24-Hour hand first", + + "create.logistics.filter": "UNLOCALIZED: Filter", + "create.logistics.recipe_filter": "UNLOCALIZED: Recipe Filter", + "create.logistics.fluid_filter": "UNLOCALIZED: Fluid Filter", + "create.logistics.firstFrequency": "UNLOCALIZED: Freq. #1", + "create.logistics.secondFrequency": "UNLOCALIZED: Freq. #2", + "create.logistics.filter.apply": "UNLOCALIZED: Applied filter to %1$s.", + "create.logistics.filter.apply_click_again": "UNLOCALIZED: Applied filter to %1$s, click again to copy the amount.", + "create.logistics.filter.apply_count": "UNLOCALIZED: Applied extraction count to filter.", + + "create.gui.goggles.generator_stats": "UNLOCALIZED: Generator Stats:", + "create.gui.goggles.kinetic_stats": "UNLOCALIZED: Kinetic Stats:", + "create.gui.goggles.at_current_speed": "UNLOCALIZED: at current speed", + "create.gui.goggles.pole_length": "UNLOCALIZED: Pole Length:", + "create.gui.goggles.fluid_container": "UNLOCALIZED: Fluid Container Info:", + "create.gui.goggles.fluid_container.capacity": "UNLOCALIZED: Capacity: ", + "create.gui.assembly.exception": "UNLOCALIZED: This Contraption was unable to assemble:", + "create.gui.assembly.exception.unmovableBlock": "UNLOCALIZED: Unmovable Block (%4$s) at [%1$s,%2$s,%3$s]", + "create.gui.assembly.exception.chunkNotLoaded": "UNLOCALIZED: The Block at [%1$s,%2$s,%3$s] was not in a loaded chunk", + "create.gui.assembly.exception.structureTooLarge": "UNLOCALIZED: There are too many Blocks included in the contraption.\nThe configured maximum is: %1$s", + "create.gui.assembly.exception.tooManyPistonPoles": "UNLOCALIZED: There are too many extension Poles attached to this Piston.\nThe configured maximum is: %1$s", + "create.gui.assembly.exception.noPistonPoles": "UNLOCALIZED: The Piston is missing some extension Poles", + "create.gui.assembly.exception.not_enough_sails": "UNLOCALIZED: Attached structure does not include enough sail-like blocks: %1$s\nA minimum of %2$s are required", + "create.gui.gauge.info_header": "UNLOCALIZED: Gauge Information:", + "create.gui.speedometer.title": "UNLOCALIZED: Rotation Speed", + "create.gui.stressometer.title": "UNLOCALIZED: Network Stress", + "create.gui.stressometer.capacity": "UNLOCALIZED: Remaining Capacity", + "create.gui.stressometer.overstressed": "UNLOCALIZED: Overstressed", + "create.gui.stressometer.no_rotation": "UNLOCALIZED: No Rotation", + "create.gui.contraptions.not_fast_enough": "UNLOCALIZED: It appears that this %1$s is _not_ rotating with _enough_ _speed_.", + "create.gui.contraptions.network_overstressed": "UNLOCALIZED: It appears that this contraption is _overstressed_. Add more sources or _slow_ _down_ the components with a high _stress_ _impact_.", + "create.gui.adjustable_crate.title": "UNLOCALIZED: Adjustable Crate", + "create.gui.adjustable_crate.storageSpace": "UNLOCALIZED: Storage Space", + "create.gui.stockpile_switch.title": "UNLOCALIZED: Stockpile Switch", + "create.gui.stockpile_switch.invert_signal": "UNLOCALIZED: Invert Signal", + "create.gui.stockpile_switch.move_to_lower_at": "UNLOCALIZED: Move to lower lane at %1$s%%", + "create.gui.stockpile_switch.move_to_upper_at": "UNLOCALIZED: Move to upper lane at %1$s%%", + "create.gui.sequenced_gearshift.title": "UNLOCALIZED: Sequenced Gearshift", + "create.gui.sequenced_gearshift.instruction": "UNLOCALIZED: Instruction", + "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "UNLOCALIZED: Turn by angle", + "create.gui.sequenced_gearshift.instruction.turn_angle": "UNLOCALIZED: Turn", + "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "UNLOCALIZED: Angle", + "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "UNLOCALIZED: Turn to move Piston/Pulley/Gantry", + "create.gui.sequenced_gearshift.instruction.turn_distance": "UNLOCALIZED: Piston", + "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "UNLOCALIZED: Distance", + "create.gui.sequenced_gearshift.instruction.delay.descriptive": "UNLOCALIZED: Timed Delay", + "create.gui.sequenced_gearshift.instruction.delay": "UNLOCALIZED: Delay", + "create.gui.sequenced_gearshift.instruction.delay.duration": "UNLOCALIZED: Duration", + "create.gui.sequenced_gearshift.instruction.end.descriptive": "UNLOCALIZED: End", + "create.gui.sequenced_gearshift.instruction.end": "UNLOCALIZED: End", + "create.gui.sequenced_gearshift.instruction.await.descriptive": "UNLOCALIZED: Await new Redstone Pulse", + "create.gui.sequenced_gearshift.instruction.await": "UNLOCALIZED: Await", + "create.gui.sequenced_gearshift.speed": "UNLOCALIZED: Speed, Direction", + "create.gui.sequenced_gearshift.speed.forward": "UNLOCALIZED: Input speed, Forwards", + "create.gui.sequenced_gearshift.speed.forward_fast": "UNLOCALIZED: Double speed, Forwards", + "create.gui.sequenced_gearshift.speed.back": "UNLOCALIZED: Input speed, Reversed", + "create.gui.sequenced_gearshift.speed.back_fast": "UNLOCALIZED: Double speed, Reversed", + + "create.schematicAndQuill.dimensions": "UNLOCALIZED: Schematic Size: %1$sx%2$sx%3$s", + "create.schematicAndQuill.firstPos": "UNLOCALIZED: First position set.", + "create.schematicAndQuill.secondPos": "UNLOCALIZED: Second position set.", + "create.schematicAndQuill.noTarget": "UNLOCALIZED: Hold [Ctrl] to select Air blocks.", + "create.schematicAndQuill.abort": "UNLOCALIZED: Removed selection.", + "create.schematicAndQuill.title": "UNLOCALIZED: Schematic Name:", + "create.schematicAndQuill.convert": "UNLOCALIZED: Save and Upload Immediately", + "create.schematicAndQuill.fallbackName": "UNLOCALIZED: My Schematic", + "create.schematicAndQuill.saved": "UNLOCALIZED: Saved as %1$s", + + "create.schematic.invalid": "UNLOCALIZED: [!] Invalid Item - Use the Schematic Table instead", + "create.schematic.position": "UNLOCALIZED: Position", + "create.schematic.rotation": "UNLOCALIZED: Rotation", + "create.schematic.rotation.none": "UNLOCALIZED: None", + "create.schematic.rotation.cw90": "UNLOCALIZED: Clockwise 90", + "create.schematic.rotation.cw180": "UNLOCALIZED: Clockwise 180", + "create.schematic.rotation.cw270": "UNLOCALIZED: Clockwise 270", + "create.schematic.mirror": "UNLOCALIZED: Mirror", + "create.schematic.mirror.none": "UNLOCALIZED: None", + "create.schematic.mirror.frontBack": "UNLOCALIZED: Front-Back", + "create.schematic.mirror.leftRight": "UNLOCALIZED: Left-Right", + "create.schematic.tool.deploy": "UNLOCALIZED: Position", + "create.schematic.tool.move": "UNLOCALIZED: Move XZ", + "create.schematic.tool.movey": "UNLOCALIZED: Move Y", + "create.schematic.tool.rotate": "UNLOCALIZED: Rotate", + "create.schematic.tool.print": "UNLOCALIZED: Print", + "create.schematic.tool.flip": "UNLOCALIZED: Mirror", + "create.schematic.tool.deploy.description.0": "UNLOCALIZED: Moves the structure to a location.", + "create.schematic.tool.deploy.description.1": "UNLOCALIZED: Right-Click on the ground to place.", + "create.schematic.tool.deploy.description.2": "UNLOCALIZED: Hold [Ctrl] to select at a fixed distance.", + "create.schematic.tool.deploy.description.3": "UNLOCALIZED: [Ctrl]-Scroll to change the distance.", + "create.schematic.tool.move.description.0": "UNLOCALIZED: Shifts the Schematic Horizontally.", + "create.schematic.tool.move.description.1": "UNLOCALIZED: Point at the Schematic and [CTRL]-Scroll to push it.", + "create.schematic.tool.move.description.2": "UNLOCALIZED: ", + "create.schematic.tool.move.description.3": "UNLOCALIZED: ", + "create.schematic.tool.movey.description.0": "UNLOCALIZED: Shifts the Schematic Vertically.", + "create.schematic.tool.movey.description.1": "UNLOCALIZED: [CTRL]-Scroll to move it up/down.", + "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", + "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", + "create.schematic.tool.rotate.description.0": "UNLOCALIZED: Rotates the Schematic around its center.", + "create.schematic.tool.rotate.description.1": "UNLOCALIZED: [CTRL]-Scroll to rotate by 90 Degrees.", + "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", + "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", + "create.schematic.tool.print.description.0": "UNLOCALIZED: Instantly places the structure in the world.", + "create.schematic.tool.print.description.1": "UNLOCALIZED: [Right-Click] to confirm placement at the current location.", + "create.schematic.tool.print.description.2": "UNLOCALIZED: This tool is for Creative Mode only.", + "create.schematic.tool.print.description.3": "UNLOCALIZED: ", + "create.schematic.tool.flip.description.0": "UNLOCALIZED: Flips the Schematic along the face you select.", + "create.schematic.tool.flip.description.1": "UNLOCALIZED: Point at the Schematic and [CTRL]-Scroll to flip it.", + "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", + "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", + + "create.schematics.synchronizing": "UNLOCALIZED: Syncing...", + "create.schematics.uploadTooLarge": "UNLOCALIZED: Your schematic exceeds limitations specified by the server.", + "create.schematics.maxAllowedSize": "UNLOCALIZED: The maximum allowed schematic file size is:", + + "create.gui.schematicTable.refresh": "UNLOCALIZED: Refresh Files", + "create.gui.schematicTable.open_folder": "UNLOCALIZED: Open Folder", + "create.gui.schematicTable.title": "UNLOCALIZED: Schematic Table", + "create.gui.schematicTable.availableSchematics": "UNLOCALIZED: Available Schematics", + "create.gui.schematicTable.noSchematics": "UNLOCALIZED: No Schematics Saved", + "create.gui.schematicTable.uploading": "UNLOCALIZED: Uploading...", + "create.gui.schematicTable.finished": "UNLOCALIZED: Upload Finished!", + "create.gui.schematicannon.title": "UNLOCALIZED: Schematicannon", + "create.gui.schematicannon.listPrinter": "UNLOCALIZED: Checklist Printer", + "create.gui.schematicannon.gunpowderLevel": "UNLOCALIZED: Gunpowder at %1$s%%", + "create.gui.schematicannon.shotsRemaining": "UNLOCALIZED: Shots left: %1$s", + "create.gui.schematicannon.shotsRemainingWithBackup": "UNLOCALIZED: With backup: %1$s", + "create.gui.schematicannon.optionEnabled": "UNLOCALIZED: Currently Enabled", + "create.gui.schematicannon.optionDisabled": "UNLOCALIZED: Currently Disabled", + "create.gui.schematicannon.showOptions": "UNLOCALIZED: Show Printer Settings", + "create.gui.schematicannon.option.dontReplaceSolid": "UNLOCALIZED: Don't Replace Solid Blocks", + "create.gui.schematicannon.option.replaceWithSolid": "UNLOCALIZED: Replace Solid with Solid", + "create.gui.schematicannon.option.replaceWithAny": "UNLOCALIZED: Replace Solid with Any", + "create.gui.schematicannon.option.replaceWithEmpty": "UNLOCALIZED: Replace Solid with Empty", + "create.gui.schematicannon.option.skipMissing": "UNLOCALIZED: Skip missing Blocks", + "create.gui.schematicannon.option.skipTileEntities": "UNLOCALIZED: Protect Tile Entities", + "create.gui.schematicannon.slot.gunpowder": "UNLOCALIZED: Add gunpowder to fuel the cannon", + "create.gui.schematicannon.slot.listPrinter": "UNLOCALIZED: Place books here to print a Checklist for your Schematic", + "create.gui.schematicannon.slot.schematic": "UNLOCALIZED: Add your Schematic here. Make sure it is deployed at a specific location.", + "create.gui.schematicannon.option.skipMissing.description": "UNLOCALIZED: If the cannon cannot find a required Block for placement, it will continue at the next Location.", + "create.gui.schematicannon.option.skipTileEntities.description": "UNLOCALIZED: The cannon will avoid replacing data holding blocks such as Chests.", + "create.gui.schematicannon.option.dontReplaceSolid.description": "UNLOCALIZED: The cannon will never replace any Solid blocks in its working area, only non-Solid and Air.", + "create.gui.schematicannon.option.replaceWithSolid.description": "UNLOCALIZED: The cannon will only replace Solid blocks in its working area if the Schematic contains a solid Block at the Location.", + "create.gui.schematicannon.option.replaceWithAny.description": "UNLOCALIZED: The cannon will replace Solid blocks in its working area if the Schematic contains any Block at the Location.", + "create.gui.schematicannon.option.replaceWithEmpty.description": "UNLOCALIZED: The cannon will clear out all blocks in its working area, including those replaced by Air.", + + "create.schematicannon.status.idle": "UNLOCALIZED: Idle", + "create.schematicannon.status.ready": "UNLOCALIZED: Ready", + "create.schematicannon.status.running": "UNLOCALIZED: Running", + "create.schematicannon.status.finished": "UNLOCALIZED: Finished", + "create.schematicannon.status.paused": "UNLOCALIZED: Paused", + "create.schematicannon.status.stopped": "UNLOCALIZED: Stopped", + "create.schematicannon.status.noGunpowder": "UNLOCALIZED: Out of Gunpowder", + "create.schematicannon.status.targetNotLoaded": "UNLOCALIZED: Target is not loaded", + "create.schematicannon.status.targetOutsideRange": "UNLOCALIZED: Target too far away", + "create.schematicannon.status.searching": "UNLOCALIZED: Searching", + "create.schematicannon.status.skipping": "UNLOCALIZED: Skipping", + "create.schematicannon.status.missingBlock": "UNLOCALIZED: Missing Item:", + "create.schematicannon.status.placing": "UNLOCALIZED: Placing", + "create.schematicannon.status.clearing": "UNLOCALIZED: Clearing Blocks", + "create.schematicannon.status.schematicInvalid": "UNLOCALIZED: Schematic Invalid", + "create.schematicannon.status.schematicNotPlaced": "UNLOCALIZED: Schematic not Positioned", + "create.schematicannon.status.schematicExpired": "UNLOCALIZED: Schematic File Expired", + + "create.materialChecklist": "UNLOCALIZED: Material Checklist", + "create.materialChecklist.blocksNotLoaded": "UNLOCALIZED: * Disclaimer *\n\nMaterial List may be inaccurate due to relevant chunks not being loaded.", + + "create.gui.filter.deny_list": "UNLOCALIZED: Deny-List", + "create.gui.filter.deny_list.description": "UNLOCALIZED: Items pass if they do NOT match any of the above. An empty Deny-List accepts everything.", + "create.gui.filter.allow_list": "UNLOCALIZED: Allow-List", + "create.gui.filter.allow_list.description": "UNLOCALIZED: Items pass if they match any of the above. An empty Allow-List rejects everything.", + "create.gui.filter.respect_data": "UNLOCALIZED: Respect Data", + "create.gui.filter.respect_data.description": "UNLOCALIZED: Items only match if their durability, enchantments, and other attributes match as well.", + "create.gui.filter.ignore_data": "UNLOCALIZED: Ignore Data", + "create.gui.filter.ignore_data.description": "UNLOCALIZED: Items match regardless of their attributes.", + + "create.item_attributes.placeable": "UNLOCALIZED: is placeable", + "create.item_attributes.placeable.inverted": "UNLOCALIZED: is not placeable", + "create.item_attributes.consumable": "UNLOCALIZED: can be eaten", + "create.item_attributes.consumable.inverted": "UNLOCALIZED: cannot be eaten", + "create.item_attributes.fluid_container": "UNLOCALIZED: can store fluids", + "create.item_attributes.fluid_container.inverted": "UNLOCALIZED: cannot store fluids", + "create.item_attributes.enchanted": "UNLOCALIZED: is enchanted", + "create.item_attributes.enchanted.inverted": "UNLOCALIZED: is unenchanted", + "create.item_attributes.max_enchanted": "UNLOCALIZED: is enchanted at max level", + "create.item_attributes.max_enchanted.inverted": "UNLOCALIZED: is not enchanted at max level", + "create.item_attributes.renamed": "UNLOCALIZED: has a custom name", + "create.item_attributes.renamed.inverted": "UNLOCALIZED: does not have a custom name", + "create.item_attributes.damaged": "UNLOCALIZED: is damaged", + "create.item_attributes.damaged.inverted": "UNLOCALIZED: is not damaged", + "create.item_attributes.badly_damaged": "UNLOCALIZED: is heavily damaged", + "create.item_attributes.badly_damaged.inverted": "UNLOCALIZED: is not heavily damaged", + "create.item_attributes.not_stackable": "UNLOCALIZED: cannot stack", + "create.item_attributes.not_stackable.inverted": "UNLOCALIZED: can be stacked", + "create.item_attributes.equipable": "UNLOCALIZED: can be equipped", + "create.item_attributes.equipable.inverted": "UNLOCALIZED: cannot be equipped", + "create.item_attributes.furnace_fuel": "UNLOCALIZED: is furnace fuel", + "create.item_attributes.furnace_fuel.inverted": "UNLOCALIZED: is not furnace fuel", + "create.item_attributes.washable": "UNLOCALIZED: can be Washed", + "create.item_attributes.washable.inverted": "UNLOCALIZED: cannot be Washed", + "create.item_attributes.hauntable": "UNLOCALIZED: can be Haunted", + "create.item_attributes.hauntable.inverted": "UNLOCALIZED: cannot be Haunted", + "create.item_attributes.crushable": "UNLOCALIZED: can be Crushed", + "create.item_attributes.crushable.inverted": "UNLOCALIZED: cannot be Crushed", + "create.item_attributes.smeltable": "UNLOCALIZED: can be Smelted", + "create.item_attributes.smeltable.inverted": "UNLOCALIZED: cannot be Smelted", + "create.item_attributes.smokable": "UNLOCALIZED: can be Smoked", + "create.item_attributes.smokable.inverted": "UNLOCALIZED: cannot be Smoked", + "create.item_attributes.blastable": "UNLOCALIZED: can be Smelted in a Blast Furnace", + "create.item_attributes.blastable.inverted": "UNLOCALIZED: cannot be Smelted in a Blast Furnace", + "create.item_attributes.compostable": "UNLOCALIZED: can be composted", + "create.item_attributes.compostable.inverted": "UNLOCALIZED: cannot be composted", + "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.in_tag": "UNLOCALIZED: is tagged %1$s", + "create.item_attributes.in_tag.inverted": "UNLOCALIZED: is not tagged %1$s", + "create.item_attributes.in_item_group": "UNLOCALIZED: is in group '%1$s'", + "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.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", + "create.item_attributes.color.inverted": "UNLOCALIZED: is not dyed %1$s", + "create.item_attributes.has_fluid": "UNLOCALIZED: contains %1$s", + "create.item_attributes.has_fluid.inverted": "UNLOCALIZED: does not contain %1$s", + "create.item_attributes.has_name": "UNLOCALIZED: has the custom name %1$s", + "create.item_attributes.has_name.inverted": "UNLOCALIZED: does not have the custom name %1$s", + "create.item_attributes.book_author": "UNLOCALIZED: was authored by %1$s", + "create.item_attributes.book_author.inverted": "UNLOCALIZED: was not authored by %1$s", + "create.item_attributes.book_copy_original": "UNLOCALIZED: is an original", + "create.item_attributes.book_copy_original.inverted": "UNLOCALIZED: is not an original", + "create.item_attributes.book_copy_first": "UNLOCALIZED: is a first-generation copy", + "create.item_attributes.book_copy_first.inverted": "UNLOCALIZED: is not a first-generation copy", + "create.item_attributes.book_copy_second": "UNLOCALIZED: is a second-generation copy", + "create.item_attributes.book_copy_second.inverted": "UNLOCALIZED: is not a second-generation copy", + "create.item_attributes.book_copy_tattered": "UNLOCALIZED: is a tattered mess", + "create.item_attributes.book_copy_tattered.inverted": "UNLOCALIZED: is not a tattered mess", + "create.item_attributes.astralsorcery_amulet": "UNLOCALIZED: improves %1$s", + "create.item_attributes.astralsorcery_amulet.inverted": "UNLOCALIZED: does not improve %1$s", + "create.item_attributes.astralsorcery_constellation": "UNLOCALIZED: is attuned to %1$s", + "create.item_attributes.astralsorcery_constellation.inverted": "UNLOCALIZED: is not attuned to %1$s", + "create.item_attributes.astralsorcery_crystal": "UNLOCALIZED: has crystal attribute %1$s", + "create.item_attributes.astralsorcery_crystal.inverted": "UNLOCALIZED: does not have crystal attribute %1$s", + "create.item_attributes.astralsorcery_perk_gem": "UNLOCALIZED: has perk attribute %1$s", + "create.item_attributes.astralsorcery_perk_gem.inverted": "UNLOCALIZED: does not have perk attribute %1$s", + + "create.gui.attribute_filter.no_selected_attributes": "UNLOCALIZED: No attributes selected", + "create.gui.attribute_filter.selected_attributes": "UNLOCALIZED: Selected attributes:", + "create.gui.attribute_filter.add_attribute": "UNLOCALIZED: Add attribute to List", + "create.gui.attribute_filter.add_inverted_attribute": "UNLOCALIZED: Add opposite attribute to List", + "create.gui.attribute_filter.allow_list_disjunctive": "UNLOCALIZED: Allow-List (Any)", + "create.gui.attribute_filter.allow_list_disjunctive.description": "UNLOCALIZED: Items pass if they have any of the selected attributes.", + "create.gui.attribute_filter.allow_list_conjunctive": "UNLOCALIZED: Allow-List (All)", + "create.gui.attribute_filter.allow_list_conjunctive.description": "UNLOCALIZED: Items pass only if they have ALL of the selected attributes.", + "create.gui.attribute_filter.deny_list": "UNLOCALIZED: Deny-List", + "create.gui.attribute_filter.deny_list.description": "UNLOCALIZED: Items pass if they do NOT have any of the selected attributes.", + "create.gui.attribute_filter.add_reference_item": "UNLOCALIZED: Add Reference Item", + + "create.tooltip.holdForDescription": "UNLOCALIZED: Hold [%1$s] for Summary", + "create.tooltip.holdForControls": "UNLOCALIZED: Hold [%1$s] for Controls", + "create.tooltip.keyShift": "UNLOCALIZED: Shift", + "create.tooltip.keyCtrl": "UNLOCALIZED: Ctrl", + "create.tooltip.speedRequirement": "UNLOCALIZED: Speed Requirement: %1$s", + "create.tooltip.speedRequirement.none": "UNLOCALIZED: None", + "create.tooltip.speedRequirement.slow": "UNLOCALIZED: Slow", + "create.tooltip.speedRequirement.medium": "UNLOCALIZED: Moderate", + "create.tooltip.speedRequirement.fast": "UNLOCALIZED: Fast", + "create.tooltip.stressImpact": "UNLOCALIZED: Kinetic Stress Impact: %1$s", + "create.tooltip.stressImpact.low": "UNLOCALIZED: Low", + "create.tooltip.stressImpact.medium": "UNLOCALIZED: Moderate", + "create.tooltip.stressImpact.high": "UNLOCALIZED: High", + "create.tooltip.stressImpact.overstressed": "UNLOCALIZED: Overstressed", + "create.tooltip.up_to": "UNLOCALIZED: Up to %1$s", + "create.tooltip.capacityProvided": "UNLOCALIZED: Kinetic Stress Capacity: %1$s", + "create.tooltip.capacityProvided.low": "UNLOCALIZED: Small", + "create.tooltip.capacityProvided.medium": "UNLOCALIZED: Medium", + "create.tooltip.capacityProvided.high": "UNLOCALIZED: Large", + "create.tooltip.generationSpeed": "UNLOCALIZED: Generates at %1$s %2$s", + "create.tooltip.analogStrength": "UNLOCALIZED: Analog Strength: %1$s/15", + + "create.mechanical_arm.extract_from": "UNLOCALIZED: Take items from %1$s", + "create.mechanical_arm.deposit_to": "UNLOCALIZED: Deposit items to %1$s", + "create.mechanical_arm.summary": "UNLOCALIZED: Mechanical Arm has %1$s input(s) and %2$s output(s).", + "create.mechanical_arm.points_outside_range": "UNLOCALIZED: %1$s selected interaction point(s) removed due to range limitations.", + + "create.weighted_ejector.target_set": "UNLOCALIZED: Target Selected", + "create.weighted_ejector.target_not_valid": "UNLOCALIZED: Ejecting to Adjacent block (Target was not Valid)", + "create.weighted_ejector.no_target": "UNLOCALIZED: Ejecting to Adjacent block (No Target was Selected)", + "create.weighted_ejector.targeting": "UNLOCALIZED: Ejecting to [%1$s,%2$s,%3$s]", + "create.weighted_ejector.stack_size": "UNLOCALIZED: Ejected Stack Size", + + "create.logistics.when_multiple_outputs_available": "UNLOCALIZED: When Multiple Outputs Available", + + "create.mechanical_arm.selection_mode.round_robin": "UNLOCALIZED: Round Robin", + "create.mechanical_arm.selection_mode.forced_round_robin": "UNLOCALIZED: Forced Round Robin", + "create.mechanical_arm.selection_mode.prefer_first": "UNLOCALIZED: Prefer First Target", + + "create.tunnel.selection_mode.split": "UNLOCALIZED: Split", + "create.tunnel.selection_mode.forced_split": "UNLOCALIZED: Forced Split", + "create.tunnel.selection_mode.round_robin": "UNLOCALIZED: Round Robin", + "create.tunnel.selection_mode.forced_round_robin": "UNLOCALIZED: Forced Round Robin", + "create.tunnel.selection_mode.prefer_nearest": "UNLOCALIZED: Prefer Nearest", + "create.tunnel.selection_mode.randomize": "UNLOCALIZED: Randomize", + "create.tunnel.selection_mode.synchronize": "UNLOCALIZED: Synchronize Inputs", + + "create.tooltip.chute.header": "UNLOCALIZED: Chute Information", + "create.tooltip.chute.items_move_down": "UNLOCALIZED: Items move Downward", + "create.tooltip.chute.items_move_up": "UNLOCALIZED: Items move Upward", + "create.tooltip.chute.no_fans_attached": "UNLOCALIZED: No attached fans", + "create.tooltip.chute.fans_push_up": "UNLOCALIZED: Fans push from Below", + "create.tooltip.chute.fans_push_down": "UNLOCALIZED: Fans push from Above", + "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.deployer.header": "UNLOCALIZED: Deployer Information", + "create.tooltip.deployer.using": "UNLOCALIZED: Mode: Use", + "create.tooltip.deployer.punching": "UNLOCALIZED: Mode: Attack", + "create.tooltip.deployer.contains": "UNLOCALIZED: Item: %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", + "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.crafting_blueprint.crafting_slot": "UNLOCALIZED: Ingredient 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.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", + "create.hint.mechanical_arm_no_targets": "UNLOCALIZED: It appears this _Mechanical_ _Arm_ has not been assigned any _targets._ Select belts, depots, funnels and other blocks by _right-clicking_ them while _holding_ the _Mechanical_ _Arm_ in your _hand_.", + "create.hint.empty_bearing.title": "UNLOCALIZED: Update Bearing", + "create.hint.empty_bearing": "UNLOCALIZED: _Right-click_ the bearing with an _empty_ _hand_ to _attach_ the structure you just built in front of it.", + "create.hint.full_deployer.title": "UNLOCALIZED: Deployer Item Overflow", + "create.hint.full_deployer": "UNLOCALIZED: It appears this _Deployer_ contains _excess_ _items_ that need to be _extracted._ Use a _hopper,_ _funnel_ or other means to free it from its overflow.", + + "create.backtank.low": "UNLOCALIZED: Backtank pressure low", + "create.backtank.depleted": "UNLOCALIZED: Backtank pressure depleted", + + "create.hint.derailed_train.title": "UNLOCALIZED: Derailed Train", + "create.hint.derailed_train": "UNLOCALIZED: It appears this _Train_ is no longer sitting on a connected track piece. _Right-Click_ using a _wrench_ in order to relocate it to a nearby track.", + + "create.boiler.status": "UNLOCALIZED: Boiler Status: %1$s", + "create.boiler.status_short": "UNLOCALIZED: Boiler: %1$s", + "create.boiler.passive": "UNLOCALIZED: Passive", + "create.boiler.idle": "UNLOCALIZED: Idle", + "create.boiler.lvl": "UNLOCALIZED: Lvl %1$s", + "create.boiler.max_lvl": "UNLOCALIZED: Max", + "create.boiler.size": "UNLOCALIZED: Size", + "create.boiler.size_dots": "UNLOCALIZED: ....... ", + "create.boiler.water": "UNLOCALIZED: Water", + "create.boiler.water_dots": "UNLOCALIZED: ... ", + "create.boiler.heat": "UNLOCALIZED: Heat", + "create.boiler.heat_dots": "UNLOCALIZED: ...... ", + "create.boiler.via_one_engine": "UNLOCALIZED: via 1 engine", + "create.boiler.via_engines": "UNLOCALIZED: via %1$s engines", + + "create.gui.schedule.lmb_edit": "UNLOCALIZED: Left-Click to Edit", + "create.gui.schedule.rmb_remove": "UNLOCALIZED: Right-Click to Remove", + "create.gui.schedule.duplicate": "UNLOCALIZED: Duplicate", + "create.gui.schedule.remove_entry": "UNLOCALIZED: Remove Action", + "create.gui.schedule.add_entry": "UNLOCALIZED: Add Action", + "create.gui.schedule.move_up": "UNLOCALIZED: Move up", + "create.gui.schedule.move_down": "UNLOCALIZED: Move down", + "create.gui.schedule.add_condition": "UNLOCALIZED: Add Condition", + "create.gui.schedule.alternative_condition": "UNLOCALIZED: Alternative Condition", + + "create.schedule.instruction_type": "UNLOCALIZED: Next Action:", + "create.schedule.instruction.editor": "UNLOCALIZED: Instruction Editor", + "create.schedule.instruction.destination": "UNLOCALIZED: Travel to Station", + "create.schedule.instruction.destination.summary": "UNLOCALIZED: Next Stop:", + "create.schedule.instruction.filter_edit_box": "UNLOCALIZED: Station Name", + "create.schedule.instruction.filter_edit_box_1": "UNLOCALIZED: Use * as a text wildcard", + "create.schedule.instruction.filter_edit_box_2": "UNLOCALIZED: Example: 'My Station, Platform *'", + "create.schedule.instruction.filter_edit_box_3": "UNLOCALIZED: Train picks nearest unoccupied match", + "create.schedule.instruction.rename": "UNLOCALIZED: Update Schedule Title", + "create.schedule.instruction.rename.summary": "UNLOCALIZED: New Title:", + "create.schedule.instruction.name_edit_box": "UNLOCALIZED: Schedule Title", + "create.schedule.instruction.name_edit_box_1": "UNLOCALIZED: Affects text shown on displays", + "create.schedule.instruction.name_edit_box_2": "UNLOCALIZED: Defaults to next destination's name", + "create.schedule.instruction.throttle": "UNLOCALIZED: Limit Max Speed", + "create.schedule.instruction.throttle.summary": "UNLOCALIZED: Change Max Speed to %1$s", + "create.schedule.instruction.throttle_edit_box": "UNLOCALIZED: Throttle", + "create.schedule.instruction.throttle_edit_box_1": "UNLOCALIZED: Affects the top speed of the Train", + "create.schedule.condition_type": "UNLOCALIZED: Continue if/after:", + "create.schedule.condition.editor": "UNLOCALIZED: Condition Editor", + "create.schedule.condition.delay": "UNLOCALIZED: Scheduled Delay", + "create.schedule.condition.delay_short": "UNLOCALIZED: Wait: %1$s", + "create.schedule.condition.delay.status": "UNLOCALIZED: Departs in %1$s", + "create.schedule.condition.idle": "UNLOCALIZED: Cargo Inactivity", + "create.schedule.condition.idle_short": "UNLOCALIZED: Cargo Idle: %1$s", + "create.schedule.condition.idle.status": "UNLOCALIZED: Cargo Idle for %1$s", + "create.schedule.condition.for_x_time": "UNLOCALIZED: for %1$s", + "create.schedule.condition.unloaded": "UNLOCALIZED: Chunk Unloaded", + "create.schedule.condition.unloaded.status": "UNLOCALIZED: Waiting for chunk unload", + "create.schedule.condition.powered": "UNLOCALIZED: Station Powered", + "create.schedule.condition.powered.status": "UNLOCALIZED: Waiting for redstone", + "create.schedule.condition.time_of_day": "UNLOCALIZED: Time of Day", + "create.schedule.condition.time_of_day.scheduled": "UNLOCALIZED: Scheduled Time: %1$s", + "create.schedule.condition.time_of_day.digital_format": "UNLOCALIZED: %1$s:%3$s %4$s", + "create.schedule.condition.time_of_day.rotation": "UNLOCALIZED: Rotation", + "create.schedule.condition.time_of_day.rotation.every_24": "UNLOCALIZED: Every Day", + "create.schedule.condition.time_of_day.rotation.every_12": "UNLOCALIZED: Every 12:00", + "create.schedule.condition.time_of_day.rotation.every_6": "UNLOCALIZED: Every 6:00", + "create.schedule.condition.time_of_day.rotation.every_4": "UNLOCALIZED: Every 4:00", + "create.schedule.condition.time_of_day.rotation.every_3": "UNLOCALIZED: Every 3:00", + "create.schedule.condition.time_of_day.rotation.every_2": "UNLOCALIZED: Every 2:00", + "create.schedule.condition.time_of_day.rotation.every_1": "UNLOCALIZED: Every 1:00", + "create.schedule.condition.time_of_day.rotation.every_0_45": "UNLOCALIZED: Every 0:45", + "create.schedule.condition.time_of_day.rotation.every_0_30": "UNLOCALIZED: Every 0:30", + "create.schedule.condition.time_of_day.rotation.every_0_15": "UNLOCALIZED: Every 0:15", + "create.schedule.condition.time_of_day.status": "UNLOCALIZED: Departs at ", + "create.schedule.condition.threshold.train_holds": "UNLOCALIZED: Train holds %1$s", + "create.schedule.condition.threshold.greater": "UNLOCALIZED: more than", + "create.schedule.condition.threshold.less": "UNLOCALIZED: less than", + "create.schedule.condition.threshold.equal": "UNLOCALIZED: exactly", + "create.schedule.condition.threshold.x_units_of_item": "UNLOCALIZED: %1$s %2$s of %3$s", + "create.schedule.condition.threshold.matching_content": "UNLOCALIZED: Matching Content", + "create.schedule.condition.threshold.anything": "UNLOCALIZED: Anything", + "create.schedule.condition.threshold.item_measure": "UNLOCALIZED: Item Measure", + "create.schedule.condition.threshold.items": "UNLOCALIZED: Items", + "create.schedule.condition.threshold.stacks": "UNLOCALIZED: Stacks", + "create.schedule.condition.threshold.buckets": "UNLOCALIZED: Buckets", + "create.schedule.condition.threshold.status": "UNLOCALIZED: Cargo: %1$s/%2$s %3$s", + "create.schedule.condition.threshold.place_item": "UNLOCALIZED: Reference Item", + "create.schedule.condition.threshold.place_item_2": "UNLOCALIZED: Filters can be used", + "create.schedule.condition.threshold.place_item_3": "UNLOCALIZED: Leave empty to match any", + "create.schedule.condition.fluid_threshold": "UNLOCALIZED: Fluid Cargo Condition", + "create.schedule.condition.item_threshold": "UNLOCALIZED: Item Cargo Condition", + "create.schedule.condition.redstone_link": "UNLOCALIZED: Redstone Link", + "create.schedule.condition.redstone_link.status": "UNLOCALIZED: Waiting for redstone link", + "create.schedule.condition.redstone_link_on": "UNLOCALIZED: Link On", + "create.schedule.condition.redstone_link_off": "UNLOCALIZED: Link Off", + "create.schedule.condition.redstone_link.powered": "UNLOCALIZED: Powered", + "create.schedule.condition.redstone_link.unpowered": "UNLOCALIZED: Not powered", + "create.schedule.condition.redstone_link.frequency_state": "UNLOCALIZED: Frequency state:", + "create.schedule.condition.redstone_link.frequency_powered": "UNLOCALIZED: Frequency powered:", + "create.schedule.condition.redstone_link.frequency_unpowered": "UNLOCALIZED: Frequency not powered:", + "create.schedule.condition.player_count": "Hráč Usazen", + "create.schedule.condition.player_count.summary": "UNLOCALIZED: %1$s Player", + "create.schedule.condition.player_count.summary_plural": "UNLOCALIZED: %1$s Players", + "create.schedule.condition.player_count.seated": "%1$s posazen", + "create.schedule.condition.player_count.players": "UNLOCALIZED: Players", + "create.schedule.condition.player_count.condition": "UNLOCALIZED: Conditional", + "create.schedule.condition.player_count.exactly": "UNLOCALIZED: Exactly", + "create.schedule.condition.player_count.or_above": "UNLOCALIZED: Or above", + "create.schedule.condition.player_count.status": "UNLOCALIZED: Passengers: %1$s/%2$s", + "create.schedule.loop": "UNLOCALIZED: Loop Forever", + "create.schedule.loop1": "UNLOCALIZED: Schedule starts over", + "create.schedule.loop2": "UNLOCALIZED: when completed", + "create.schedule.reset": "UNLOCALIZED: Reset Progress", + "create.schedule.skip": "UNLOCALIZED: Skip current Stop", + "create.schedule.applied_to_train": "UNLOCALIZED: Train is now following this Schedule", + "create.schedule.non_controlling_seat": "UNLOCALIZED: Conductor needs to sit in front of a Controls block", + "create.schedule.remove_with_empty_hand": "UNLOCALIZED: Remove current Schedule with an Empty Hand", + "create.schedule.auto_removed_from_train": "UNLOCALIZED: Auto-Schedule discarded", + "create.schedule.removed_from_train": "UNLOCALIZED: Schedule retrieved from Train", + "create.schedule.no_stops": "UNLOCALIZED: This Schedule does not have any Stops yet", + "create.schedule.continued": "UNLOCALIZED: Schedule resumed", + + "create.track.selection_cleared": "UNLOCALIZED: Selection Cleared", + "create.track.valid_connection": "UNLOCALIZED: Can Connect ✔", + "create.track.second_point": "UNLOCALIZED: Place track or select a second point", + "create.track.too_far": "UNLOCALIZED: Too far away", + "create.track.original_missing": "UNLOCALIZED: Original block removed, Sneak-click to reset", + "create.track.perpendicular": "UNLOCALIZED: Cannot connect perpendicularly", + "create.track.ascending_s_curve": "UNLOCALIZED: Cannot create sloped S-Bends", + "create.track.too_sharp": "UNLOCALIZED: Turn too sharp", + "create.track.too_steep": "UNLOCALIZED: Slope too steep", + "create.track.slope_turn": "UNLOCALIZED: Cannot enter or leave slope on a turn", + "create.track.opposing_slopes": "UNLOCALIZED: Cannot connect opposing slopes", + "create.track.leave_slope_ascending": "UNLOCALIZED: Cannot leave this slope while ascending", + "create.track.leave_slope_descending": "UNLOCALIZED: Cannot leave this slope while descending", + "create.track.turn_90": "UNLOCALIZED: Can only turn up to 90 Degrees", + "create.track.junction_start": "UNLOCALIZED: Cannot start connection from a Junction", + "create.track.turn_start": "UNLOCALIZED: Cannot start connection from a Turn", + "create.track.not_enough_tracks": "UNLOCALIZED: Not holding enough tracks", + "create.track.not_enough_pavement": "UNLOCALIZED: Not holding enough pavement blocks", + + "create.portal_track.failed": "UNLOCALIZED: Cannot place portal track:", + "create.portal_track.missing": "UNLOCALIZED: Target portal not generated yet", + "create.portal_track.blocked": "UNLOCALIZED: Target location blocked (%1$s,%2$s,%3$s)", + + "create.station.idle": "UNLOCALIZED: Station is Idle", + "create.station.assembly_title": "UNLOCALIZED: Train Assembly", + "create.station.close": "UNLOCALIZED: Close Window", + "create.station.cancel": "UNLOCALIZED: Cancel Assembly", + "create.station.failed": "UNLOCALIZED: Assembly Failed", + "create.station.icon_type": "UNLOCALIZED: Icon Type", + "create.station.create_train": "UNLOCALIZED: Create new Train", + "create.station.assemble_train": "UNLOCALIZED: Assemble Train", + "create.station.disassemble_train": "UNLOCALIZED: Disassemble Train", + "create.station.remove_schedule": "UNLOCALIZED: Retrieve Schedule", + "create.station.remove_auto_schedule": "UNLOCALIZED: Discard Auto-Schedule", + "create.station.no_assembly_diagonal": "UNLOCALIZED: Cannot build trains", + "create.station.no_assembly_diagonal_1": "UNLOCALIZED: on diagonal tracks", + "create.station.no_assembly_curve": "UNLOCALIZED: Cannot build trains", + "create.station.no_assembly_curve_1": "UNLOCALIZED: on curved tracks", + "create.station.train_not_aligned": "UNLOCALIZED: Cannot disassemble,", + "create.station.train_not_aligned_1": "UNLOCALIZED: not all carriages aligned", + "create.station.carriage_number": "UNLOCALIZED: Carriage %1$s:", + "create.station.retry": "UNLOCALIZED: Resolve this and retry", + "create.station.no_bogeys": "UNLOCALIZED: No Bogeys", + "create.station.one_bogey": "UNLOCALIZED: 1 Bogey", + "create.station.more_bogeys": "UNLOCALIZED: %1$s Bogeys", + "create.station.how_to": "UNLOCALIZED: Use Train Casing on highlighted Tracks to create bogeys.", + "create.station.how_to_1": "UNLOCALIZED: Remove bogeys by breaking the block on top.", + "create.station.how_to_2": "UNLOCALIZED: Build carriages attached to one or two bogeys each.", + + "create.train_assembly.too_many_bogeys": "UNLOCALIZED: Too many Bogeys attached: %1$s", + "create.train_assembly.frontmost_bogey_at_station": "UNLOCALIZED: Frontmost Bogey must be at Station Marker", + "create.train_assembly.no_bogeys": "UNLOCALIZED: No Bogeys Found", + "create.train_assembly.not_connected_in_order": "UNLOCALIZED: Bogeys are not connected in order", + "create.train_assembly.bogeys_too_close": "UNLOCALIZED: Bogeys %1$s and %2$s are too close to each other", + "create.train_assembly.single_bogey_carriage": "UNLOCALIZED: This Bogey type cannot support a carriage on its own", + "create.train_assembly.nothing_attached": "UNLOCALIZED: No structure attached to Bogey %1$s", + "create.train_assembly.no_controls": "UNLOCALIZED: At least one forward-facing controls block needs to be mounted on the train", + "create.train_assembly.sideways_controls": "UNLOCALIZED: A mounted controls block is facing sideways", + "create.train_assembly.bogey_created": "UNLOCALIZED: Bogey created. Click again to cycle type", + "create.train_assembly.requires_casing": "UNLOCALIZED: Use Railway Casing to create bogeys on tracks", + + "create.track_target.set": "UNLOCALIZED: Targeted track selected", + "create.track_target.success": "UNLOCALIZED: Successfully bound to targeted track", + "create.track_target.clear": "UNLOCALIZED: Cleared track selection", + "create.track_target.missing": "UNLOCALIZED: Right-click the targeted train track first", + "create.track_target.too_far": "UNLOCALIZED: Targeted track is too far from here", + "create.track_target.no_junctions": "UNLOCALIZED: Targeted track cannot be an intersection", + "create.track_target.occupied": "UNLOCALIZED: Targeted track is occupied", + "create.track_target.invalid": "UNLOCALIZED: Cannot target this track here", + + "create.train.unnamed": "UNLOCALIZED: Unnamed Train", + "create.train.cannot_relocate_moving": "UNLOCALIZED: Cannot relocate a moving Train", + "create.train.relocate": "UNLOCALIZED: Click a Track to Relocate %1$s to. Sneak-Click to abort", + "create.train.relocate.abort": "UNLOCALIZED: Relocation aborted", + "create.train.relocate.success": "UNLOCALIZED: Relocation successful", + "create.train.relocate.valid": "UNLOCALIZED: Can relocate to here, Click to Confirm", + "create.train.relocate.invalid": "UNLOCALIZED: Cannot relocate Train to here", + "create.train.relocate.too_far": "UNLOCALIZED: Cannot relocate Train this far away", + "create.train.departing_from": "UNLOCALIZED: Departing from %1$s", + "create.train.arrived_at": "UNLOCALIZED: Arrived at %1$s", + "create.train.status": "UNLOCALIZED: Information about Train: %1$s", + "create.train.status.back_on_track": "UNLOCALIZED: Train is back on Track", + "create.train.status.collision": "UNLOCALIZED: Collision with other Train", + "create.train.status.end_of_track": "UNLOCALIZED: A Carriage has reached the end of its Track", + "create.train.status.double_portal": "UNLOCALIZED: A Carriage cannot enter a portal whilst leaving another", + "create.train.status.coupling_stress": "UNLOCALIZED: Forced stop due to Stress on Couplings", + "create.train.status.track_missing": "UNLOCALIZED: Tracks are missing beneath the Train", + "create.train.status.paused_for_manual": "UNLOCALIZED: Schedule paused for manual controls", + "create.train.status.opposite_driver": "UNLOCALIZED: Path requires a driver facing the opposite direction", + "create.train.status.missing_driver": "UNLOCALIZED: Driver has gone missing", + "create.train.status.found_driver": "UNLOCALIZED: A new driver has been found", + "create.train.status.navigation_success": "UNLOCALIZED: Navigation succeeded", + "create.train.status.no_match": "UNLOCALIZED: No station on graph matches '%1$s'", + "create.train.status.no_path": "UNLOCALIZED: No suitable path to the next Scheduled destination could be found", + + "create.track_signal.cannot_change_mode": "UNLOCALIZED: Unable to switch mode of this Signal", + "create.track_signal.mode_change.entry_signal": "UNLOCALIZED: -> Allow passage if section unoccupied", + "create.track_signal.mode_change.cross_signal": "UNLOCALIZED: -> Allow passage if section fully traversable", + + "create.contraption.controls.start_controlling": "UNLOCALIZED: Now controlling: %1$s", + "create.contraption.controls.stop_controlling": "UNLOCALIZED: Stopped controlling contraption", + "create.contraption.controls.approach_station": "UNLOCALIZED: Hold %1$s to approach %2$s", + + "create.display_link.set": "UNLOCALIZED: Targeted position selected", + "create.display_link.success": "UNLOCALIZED: Successfully bound to targeted position", + "create.display_link.clear": "UNLOCALIZED: Cleared position selection", + "create.display_link.too_far": "UNLOCALIZED: Targeted position is too far from here", + "create.display_link.invalid": "UNLOCALIZED: Link has no valid target, try placing it again", + "create.display_link.title": "UNLOCALIZED: Display Link", + "create.display_link.no_source": "UNLOCALIZED: Not a Display Source", + "create.display_link.no_target": "UNLOCALIZED: Not a Display Target", + "create.display_link.reading_from": "UNLOCALIZED: Read from:", + "create.display_link.writing_to": "UNLOCALIZED: Send to:", + "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", + "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", + "create.display_link.view_compatible": "UNLOCALIZED: Click to view all Compatible", + "create.display_link.information_type": "UNLOCALIZED: Type of Information", + "create.display_link.display_on": "UNLOCALIZED: Write data to:", + "create.display_link.display_on_multiline": "UNLOCALIZED: Start writing at:", + + "create.display_source.label": "UNLOCALIZED: Attached Label", + "create.display_source.combine_item_names": "UNLOCALIZED: Combine Item Names", + "create.display_source.count_items": "UNLOCALIZED: Amount of matching Items", + "create.display_source.list_items": "UNLOCALIZED: List matching Items", + "create.display_source.fluid_amount": "UNLOCALIZED: Amount of matching Fluids", + "create.display_source.list_fluids": "UNLOCALIZED: List matching Fluids", + "create.display_source.nixie_tube": "UNLOCALIZED: Copy Nixie Tubes", + "create.display_source.fill_level": "UNLOCALIZED: Container Fill Level", + "create.display_source.fill_level.display": "UNLOCALIZED: Display Format", + "create.display_source.fill_level.percent": "UNLOCALIZED: Percent", + "create.display_source.fill_level.progress_bar": "UNLOCALIZED: Progress Bar", + "create.display_source.value_list.display": "UNLOCALIZED: Value Display", + "create.display_source.value_list.shortened": "UNLOCALIZED: Shortened", + "create.display_source.value_list.full_number": "UNLOCALIZED: Full Number", + "create.display_source.value_list.thousand": "UNLOCALIZED: k", + "create.display_source.value_list.million": "UNLOCALIZED: m", + "create.display_source.player_deaths": "UNLOCALIZED: Player Deaths", + "create.display_source.scoreboard": "UNLOCALIZED: Scoreboard", + "create.display_source.scoreboard.objective": "UNLOCALIZED: Objective ID", + "create.display_source.scoreboard.objective_not_found": "UNLOCALIZED: '%1$s' not found", + "create.display_source.scoreboard.objective.deaths": "UNLOCALIZED: Player Deaths", + "create.display_source.time_of_day": "UNLOCALIZED: Time of Day", + "create.display_source.stop_watch": "UNLOCALIZED: Stopwatch", + "create.display_source.time.format": "UNLOCALIZED: Time Format", + "create.display_source.time.12_hour": "UNLOCALIZED: 12-hour", + "create.display_source.time.24_hour": "UNLOCALIZED: 24-hour", + "create.display_source.accumulate_items": "UNLOCALIZED: Accumulate Item Count", + "create.display_source.item_throughput": "UNLOCALIZED: Item Throughput", + "create.display_source.item_throughput.interval": "UNLOCALIZED: Interval", + "create.display_source.item_throughput.interval.second": "UNLOCALIZED: per Second", + "create.display_source.item_throughput.interval.minute": "UNLOCALIZED: per Minute", + "create.display_source.item_throughput.interval.hour": "UNLOCALIZED: per Hour", + "create.display_source.train_status": "UNLOCALIZED: Train Schedule Status", + "create.display_source.station_summary": "UNLOCALIZED: Train Station Summary", + "create.display_source.station_summary.filter": "UNLOCALIZED: Station name filter", + "create.display_source.station_summary.train_name_column": "UNLOCALIZED: Train column size", + "create.display_source.station_summary.platform_column": "UNLOCALIZED: Platform column size", + "create.display_source.station_summary.now": "UNLOCALIZED: now", + "create.display_source.station_summary.minutes": "UNLOCALIZED: min", + "create.display_source.station_summary.seconds": "UNLOCALIZED: %1$ss", + "create.display_source.observed_train_name": "UNLOCALIZED: Detected Train Name", + "create.display_source.max_enchant_level": "UNLOCALIZED: Max Enchanting Cost", + "create.display_source.boiler_status": "UNLOCALIZED: Boiler Status", + "create.display_source.entity_name": "UNLOCALIZED: Entity Name", + "create.display_source.kinetic_speed": "UNLOCALIZED: Rotation Speed (RPM)", + "create.display_source.kinetic_speed.absolute": "UNLOCALIZED: Ignore Direction", + "create.display_source.kinetic_speed.directional": "UNLOCALIZED: Include Direction", + "create.display_source.kinetic_stress": "UNLOCALIZED: Network Stress", + "create.display_source.kinetic_stress.display": "UNLOCALIZED: Displayed Info", + "create.display_source.kinetic_stress.progress_bar": "UNLOCALIZED: Progress Bar", + "create.display_source.kinetic_stress.percent": "UNLOCALIZED: Percentage", + "create.display_source.kinetic_stress.current": "UNLOCALIZED: Stress in SU", + "create.display_source.kinetic_stress.max": "UNLOCALIZED: Total Capacity", + "create.display_source.kinetic_stress.remaining": "UNLOCALIZED: Remaining SU", + "create.display_source.redstone_power": "UNLOCALIZED: Redstone Power", + "create.display_source.redstone_power.display": "UNLOCALIZED: Display Format", + "create.display_source.redstone_power.number": "UNLOCALIZED: Number", + "create.display_source.redstone_power.progress_bar": "UNLOCALIZED: Progress Bar", + "create.display_source.boiler.not_enough_space": "UNLOCALIZED: Not enough space ", + "create.display_source.boiler.for_boiler_status": "UNLOCALIZED: for Boiler Status", + + "create.display_target.line": "UNLOCALIZED: Line %1$s", + "create.display_target.page": "UNLOCALIZED: Page %1$s", + "create.display_target.single_line": "UNLOCALIZED: Single Line", + + "create.flap_display.cycles.alphabet": "UNLOCALIZED: ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", + "create.flap_display.cycles.numeric": "UNLOCALIZED: ;0;1;2;3;4;5;6;7;8;9", + "create.flap_display.cycles.arrival_time": "UNLOCALIZED: ; min;now;15s;30s;45s", + "create.flap_display.cycles.shortened_numbers": "UNLOCALIZED: ;K;M", + "create.flap_display.cycles.fluid_units": "UNLOCALIZED: mB;B ", + "create.flap_display.cycles.instant": "UNLOCALIZED: ; ", + "create.flap_display.cycles.pixel": "UNLOCALIZED: █;▓;▒", + + "create.super_glue.too_far": "UNLOCALIZED: Selected area is too big", + "create.super_glue.cannot_reach": "UNLOCALIZED: Selected blocks must be connected", + "create.super_glue.click_to_confirm": "UNLOCALIZED: Click again to confirm", + "create.super_glue.click_to_discard": "UNLOCALIZED: Sneak-click to discard selection", + "create.super_glue.first_pos": "UNLOCALIZED: First position selected", + "create.super_glue.abort": "UNLOCALIZED: Selection discarded", + "create.super_glue.not_enough": "UNLOCALIZED: Not enough glue in inventory", + "create.super_glue.success": "UNLOCALIZED: Applying Glue...", + + "create.gui.config.overlay1": "UNLOCALIZED: Hi :)", + "create.gui.config.overlay2": "UNLOCALIZED: This is a sample overlay", + "create.gui.config.overlay3": "UNLOCALIZED: Click or drag with your mouse", + "create.gui.config.overlay4": "UNLOCALIZED: to move this preview", + "create.gui.config.overlay5": "UNLOCALIZED: Press ESC to exit this screen", + "create.gui.config.overlay6": "UNLOCALIZED: and save the new position", + "create.gui.config.overlay7": "UNLOCALIZED: Run /create overlay reset", + "create.gui.config.overlay8": "UNLOCALIZED: to reset to the default position", + + "create.command.killTPSCommand": "UNLOCALIZED: killtps", + "create.command.killTPSCommand.status.slowed_by.0": "UNLOCALIZED: [Create]: Server tick is currently slowed by %s ms :o", + "create.command.killTPSCommand.status.slowed_by.1": "UNLOCALIZED: [Create]: Server tick is slowed by %s ms now >:)", + "create.command.killTPSCommand.status.slowed_by.2": "UNLOCALIZED: [Create]: Server tick is back to regular speed :D", + "create.command.killTPSCommand.status.usage.0": "UNLOCALIZED: [Create]: use /killtps stop to bring back server tick to regular speed", + "create.command.killTPSCommand.status.usage.1": "UNLOCALIZED: [Create]: use /killtps start to artificially slow down the server tick", + "create.command.killTPSCommand.argument.tickTime": "UNLOCALIZED: tickTime", + + "create.contraption.minecart_contraption_too_big": "UNLOCALIZED: This Cart Contraption seems too big to pick up", + "create.contraption.minecart_contraption_illegal_pickup": "UNLOCALIZED: A mystical force is binding this Cart Contraption to the world", + + + "_": "->------------------------] Subtitles [------------------------<-", + + "create.subtitle.contraption_disassemble": "UNLOCALIZED: Contraption stops", + "create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls", + "create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps", + "create.subtitle.whistle_train_manual": "UNLOCALIZED: Train honks", + "create.subtitle.steam": "UNLOCALIZED: Steam noises", + "create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates", + "create.subtitle.schematicannon_finish": "UNLOCALIZED: Schematicannon dings", + "create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts", + "create.subtitle.wrench_remove": "UNLOCALIZED: Component breaks", + "create.subtitle.train3": "UNLOCALIZED: Bogey wheels rumble muffled", + "create.subtitle.whistle": "UNLOCALIZED: Whistling", + "create.subtitle.cogs": "UNLOCALIZED: Cogwheels rumble", + "create.subtitle.slime_added": "UNLOCALIZED: Slime squishes", + "create.subtitle.whistle_train_low": "UNLOCALIZED: Low whistling", + "create.subtitle.schematicannon_launch_block": "UNLOCALIZED: Schematicannon fires", + "create.subtitle.controller_take": "UNLOCALIZED: Lectern empties", + "create.subtitle.crafter_click": "UNLOCALIZED: Crafter clicks", + "create.subtitle.depot_plop": "UNLOCALIZED: Item lands", + "create.subtitle.confirm": "UNLOCALIZED: Affirmative ding", + "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.sanding_long": "UNLOCALIZED: Sanding noises", + "create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises", + "create.subtitle.depot_slide": "UNLOCALIZED: Item slides", + "create.subtitle.blaze_munch": "UNLOCALIZED: Blaze Burner munches", + "create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps", + "create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls", + "create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks", + "create.subtitle.controller_put": "UNLOCALIZED: Controller thumps", + "create.subtitle.cranking": "UNLOCALIZED: Hand Crank turns", + "create.subtitle.sanding_short": "UNLOCALIZED: Sanding noises", + "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.whistle_high": "UNLOCALIZED: High whistling", + "create.subtitle.whistle_train_manual_low": "UNLOCALIZED: Train honks", + "create.subtitle.whistle_train": "UNLOCALIZED: Whistling", + "create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens", + "create.subtitle.train": "UNLOCALIZED: Bogey wheels rumble", + "create.subtitle.deny": "UNLOCALIZED: Declining boop", + "create.subtitle.controller_click": "UNLOCALIZED: Controller clicks", + "create.subtitle.whistle_low": "UNLOCALIZED: Low whistling", + "create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks", + "create.subtitle.mechanical_press_activation": "UNLOCALIZED: Mechanical Press clangs", + "create.subtitle.contraption_assemble": "UNLOCALIZED: Contraption moves", + + + "_": "->------------------------] Item Descriptions [------------------------<-", + + "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", + "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", + "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", + "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", + "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", + "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", + "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", + "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", + + "block.create.wooden_bracket.tooltip": "UNLOCALIZED: WOODEN BRACKET", + "block.create.wooden_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with a cozy and wooden bit of reinforcement.", + + "block.create.metal_bracket.tooltip": "UNLOCALIZED: METAL BRACKET", + "block.create.metal_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with an industrial and sturdy bit of reinforcement.", + + "block.create.seat.tooltip": "SEDAČKA", + "block.create.seat.tooltip.summary": "UNLOCALIZED: Sit yourself down and enjoy the ride! Will anchor a player onto a moving _contraption_. Great for static furniture too! Comes in a variety of colours.", + "block.create.seat.tooltip.condition1": "Klikněte pravým tlačítkem myši na sedačku", + "block.create.seat.tooltip.behaviour1": "Usadí hráče na sedačku. Zamčkněte L-shift pro opuštění sedačky.", + + "item.create.blaze_cake.tooltip": "UNLOCALIZED: BLAZE CAKE", + "item.create.blaze_cake.tooltip.summary": "UNLOCALIZED: A Delicious treat for your hard-working _Blaze Burners_. Gets them all fired up!", + + "item.create.wand_of_symmetry.tooltip": "UNLOCALIZED: SYMMETRY WAND", + "item.create.wand_of_symmetry.tooltip.summary": "UNLOCALIZED: Perfectly mirrors Block placement across configured planes.", + "item.create.wand_of_symmetry.tooltip.condition1": "UNLOCALIZED: When in Hotbar", + "item.create.wand_of_symmetry.tooltip.behaviour1": "UNLOCALIZED: Stays Active", + "item.create.wand_of_symmetry.tooltip.control1": "UNLOCALIZED: R-Click on Ground", + "item.create.wand_of_symmetry.tooltip.action1": "UNLOCALIZED: _Creates_ or _Moves_ the Mirror", + "item.create.wand_of_symmetry.tooltip.control2": "UNLOCALIZED: R-Click in the Air", + "item.create.wand_of_symmetry.tooltip.action2": "UNLOCALIZED: _Removes_ the active Mirror", + "item.create.wand_of_symmetry.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", + "item.create.wand_of_symmetry.tooltip.action3": "UNLOCALIZED: Opens the _Configuration Interface_", + + "item.create.handheld_worldshaper.tooltip": "UNLOCALIZED: HANDHELD WORLDSHAPER", + "item.create.handheld_worldshaper.tooltip.summary": "UNLOCALIZED: Handy tool for creating _landscapes_ and _terrain features_.", + "item.create.handheld_worldshaper.tooltip.control1": "UNLOCALIZED: L-Click at Block", + "item.create.handheld_worldshaper.tooltip.action1": "UNLOCALIZED: Sets blocks placed by the tool to the targeted block.", + "item.create.handheld_worldshaper.tooltip.control2": "UNLOCALIZED: R-Click at Block", + "item.create.handheld_worldshaper.tooltip.action2": "UNLOCALIZED: Applies the currently selected _Brush_ and _Tool_ at the targeted location.", + "item.create.handheld_worldshaper.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", + "item.create.handheld_worldshaper.tooltip.action3": "UNLOCALIZED: Opens the _Configuration Interface_", + + "item.create.tree_fertilizer.tooltip": "UNLOCALIZED: TREE FERTILIZER", + "item.create.tree_fertilizer.tooltip.summary": "UNLOCALIZED: A powerful combination of minerals suitable for speeding up the growth of common tree types.", + "item.create.tree_fertilizer.tooltip.condition1": "UNLOCALIZED: When used on a Sapling", + "item.create.tree_fertilizer.tooltip.behaviour1": "UNLOCALIZED: Grows Trees _regardless_ of their _spacing conditions_", + + "item.create.extendo_grip.tooltip": "UNLOCALIZED: EXTENDO GRIP", + "item.create.extendo_grip.tooltip.summary": "UNLOCALIZED: Boioioing! Greatly _increases reach distance_ of the wielder. Can be powered with Air Pressure from a _Copper_ _Backtank_", + "item.create.extendo_grip.tooltip.condition1": "UNLOCALIZED: When in Off-Hand", + "item.create.extendo_grip.tooltip.behaviour1": "UNLOCALIZED: Increases _reach distance_ of items used in the _Main-Hand_.", + "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.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.filter.tooltip": "UNLOCALIZED: FILTER", + "item.create.filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of items_ or several _nested filters_.", + "item.create.filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", + "item.create.filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", + "item.create.filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", + "item.create.filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", + + "item.create.attribute_filter.tooltip": "UNLOCALIZED: ATTRIBUTE FILTER", + "item.create.attribute_filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of_ item _attributes_ and _categories_.", + "item.create.attribute_filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", + "item.create.attribute_filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", + "item.create.attribute_filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", + "item.create.attribute_filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", + + "item.create.empty_schematic.tooltip": "UNLOCALIZED: EMPTY SCHEMATIC", + "item.create.empty_schematic.tooltip.summary": "UNLOCALIZED: Used as a recipe ingredient and for writing at the _Schematic Table_.", + + "item.create.schematic.tooltip": "UNLOCALIZED: SCHEMATIC", + "item.create.schematic.tooltip.summary": "UNLOCALIZED: Holds a structure to be positioned and placed into the world. Position the Hologram as desired and use a _Schematicannon_ to build it.", + "item.create.schematic.tooltip.condition1": "UNLOCALIZED: When Held", + "item.create.schematic.tooltip.behaviour1": "UNLOCALIZED: Can be positioned using the Tools on Screen.", + "item.create.schematic.tooltip.control1": "UNLOCALIZED: R-Click while Sneaking", + "item.create.schematic.tooltip.action1": "UNLOCALIZED: Opens an _Interface_ for entering exact _Coordinates_.", + + "item.create.schematic_and_quill.tooltip": "UNLOCALIZED: SCHEMATIC AND QUILL", + "item.create.schematic_and_quill.tooltip.summary": "UNLOCALIZED: Used for saving a Structure in your world to a .nbt file.", + "item.create.schematic_and_quill.tooltip.condition1": "UNLOCALIZED: Step 1", + "item.create.schematic_and_quill.tooltip.behaviour1": "UNLOCALIZED: Select two corner points using R-Click.", + "item.create.schematic_and_quill.tooltip.condition2": "UNLOCALIZED: Step 2", + "item.create.schematic_and_quill.tooltip.behaviour2": "UNLOCALIZED: _Ctrl-Scroll_ on the faces to adjust the size. R-Click again to Save.", + "item.create.schematic_and_quill.tooltip.control1": "UNLOCALIZED: R-Click", + "item.create.schematic_and_quill.tooltip.action1": "UNLOCALIZED: Select a corner point / confirm save.", + "item.create.schematic_and_quill.tooltip.control2": "UNLOCALIZED: Ctrl Held", + "item.create.schematic_and_quill.tooltip.action2": "UNLOCALIZED: Select points in _mid-air_. _Scroll_ to adjust the distance.", + "item.create.schematic_and_quill.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", + "item.create.schematic_and_quill.tooltip.action3": "UNLOCALIZED: _Resets_ and removes the selection.", + + "block.create.schematicannon.tooltip": "UNLOCALIZED: SCHEMATICANNON", + "block.create.schematicannon.tooltip.summary": "UNLOCALIZED: Shoots blocks to recreate a deployed _Schematic_ in the World. Uses items from adjacent Inventories and _Gunpowder_ as fuel.", + "block.create.schematicannon.tooltip.condition1": "UNLOCALIZED: When R-Clicked", + "block.create.schematicannon.tooltip.behaviour1": "UNLOCALIZED: Opens the _Interface_", + + "block.create.schematic_table.tooltip": "UNLOCALIZED: SCHEMATIC TABLE", + "block.create.schematic_table.tooltip.summary": "UNLOCALIZED: Writes saved Schematics onto an _Empty Schematic_.", + "block.create.schematic_table.tooltip.condition1": "UNLOCALIZED: When given an Empty Schematic", + "block.create.schematic_table.tooltip.behaviour1": "UNLOCALIZED: Uploads a chosen File from your Schematics Folder.", + + "item.create.goggles.tooltip": "UNLOCALIZED: GOGGLES", + "item.create.goggles.tooltip.summary": "UNLOCALIZED: A pair of glasses to augment your vision with useful _kinetic information_.", + "item.create.goggles.tooltip.condition1": "UNLOCALIZED: When worn", + "item.create.goggles.tooltip.behaviour1": "UNLOCALIZED: Shows _colored indicators_ corresponding to the _Speed Level_ of a placed kinetic component as well as _Stress Impact_ and _Capacity_ of individual components.", + "item.create.goggles.tooltip.condition2": "UNLOCALIZED: When looking at gauge", + "item.create.goggles.tooltip.behaviour2": "UNLOCALIZED: Shows detailed information about _Speed_ or _Stress_ of the network to which the gauge is connected.", + "item.create.goggles.tooltip.condition3": "UNLOCALIZED: When looking at fluid containers", + "item.create.goggles.tooltip.behaviour3": "UNLOCALIZED: Shows detailed information about the _Capacity_ of the block and any _Fluids_ stored within.", + + "item.create.wrench.tooltip": "UNLOCALIZED: WRENCH", + "item.create.wrench.tooltip.summary": "UNLOCALIZED: A useful tool for working on kinetic contraptions. Can be used to _Rotate_, _Dismantle_ and to _Configure_ components.", + "item.create.wrench.tooltip.control1": "UNLOCALIZED: Right-Click a kinetic block", + "item.create.wrench.tooltip.action1": "UNLOCALIZED: _Rotates components_ toward or away from the face with which you interacted.", + "item.create.wrench.tooltip.control2": "UNLOCALIZED: R-Click while Sneaking", + "item.create.wrench.tooltip.action2": "UNLOCALIZED: _Disassembles Kinetic components_ and places them back in _your inventory_.", + + "block.create.nozzle.tooltip": "UNLOCALIZED: NOZZLE", + "block.create.nozzle.tooltip.summary": "UNLOCALIZED: Attach to the front of an _Encased Fan_ to distribute its effect on Entities in _all directions_.", + + "block.create.cuckoo_clock.tooltip": "UNLOCALIZED: CUCKOO CLOCK", + "block.create.cuckoo_clock.tooltip.summary": "UNLOCALIZED: Fine craftsmanship for _decorating_ a space and _keeping track of time_.", + "block.create.cuckoo_clock.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", + "block.create.cuckoo_clock.tooltip.behaviour1": "UNLOCALIZED: Shows the _current time_ and plays a tune twice a day. _Activates_ once at _noon_ and at dusk, as soon as _players can sleep_.", + + "block.create.turntable.tooltip": "UNLOCALIZED: TURNTABLE", + "block.create.turntable.tooltip.summary": "UNLOCALIZED: Turns _Rotational Force_ into refined Motion Sickness.", + + "block.create.toolbox.tooltip": "UNLOCALIZED: TOOLBOX", + "block.create.toolbox.tooltip.summary": "UNLOCALIZED: Every Inventors' dearest Companion. Conveniently _holds_ a large amount of _8 Different_ item types.", + "block.create.toolbox.tooltip.condition1": "UNLOCALIZED: When Picked Up", + "block.create.toolbox.tooltip.behaviour1": "UNLOCALIZED: _Retains_ Inventory _Contents_.", + "block.create.toolbox.tooltip.condition2": "UNLOCALIZED: When placed in Range", + "block.create.toolbox.tooltip.behaviour2": "UNLOCALIZED: _Nearby_ _Players_ can hold the _Toolbox_ _Keybind_ to access its contents _Remotely_.", + "block.create.toolbox.tooltip.condition3": "UNLOCALIZED: When R-Clicked", + "block.create.toolbox.tooltip.behaviour3": "UNLOCALIZED: Opens the _Container Interface_.", + + "block.create.stockpile_switch.tooltip": "UNLOCALIZED: STOCKPILE SWITCH", + "block.create.stockpile_switch.tooltip.summary": "UNLOCALIZED: Toggles a Redstone signal based on the amount of _Stored Items_ or _Fluids_ in the attached Container. Comes with a handy filter. As opposed to a _Comparator,_ the _Stockpile Switch_ allows configuration of _thresholds,_ at which signals are inverted.", + "block.create.stockpile_switch.tooltip.condition1": "UNLOCALIZED: When R-Clicked", + "block.create.stockpile_switch.tooltip.behaviour1": "UNLOCALIZED: Opens the _Configuration Interface_.", + + "block.create.content_observer.tooltip": "UNLOCALIZED: CONTENT OBSERVER", + "block.create.content_observer.tooltip.summary": "UNLOCALIZED: _Detects Items_ or _Fluids_ inside _containers_, _pipes_ or _conveyors_ matching a configured _filter_.", + "block.create.content_observer.tooltip.condition1": "UNLOCALIZED: When observing a Container", + "block.create.content_observer.tooltip.behaviour1": "UNLOCALIZED: Emits a _Redstone Signal_ while the observed container has _matching_ _content_.", + "block.create.content_observer.tooltip.condition2": "UNLOCALIZED: When observing a Funnel", + "block.create.content_observer.tooltip.behaviour2": "UNLOCALIZED: Emits a _Redstone Pulse_ when a _matching_ Item is _transferred_.", + + "block.create.creative_crate.tooltip": "UNLOCALIZED: CREATIVE CRATE", + "block.create.creative_crate.tooltip.summary": "UNLOCALIZED: This _Storage Container_ allows infinite replication of any item. Place next to a _Schematicannon_ to remove any material requirements.", + "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 your _Blaze Burners_. After eating this cake, Blaze Burners will _never run out of fuel_.", + "item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: When Used", + "item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Cycles_ a 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", + "block.create.controller_rail.tooltip.behaviour1": "UNLOCALIZED: _Accelerates_ or _Decelerates_ passing _minecarts_ corresponding to the _signal strength_. Propagates redstone power to adjacent controller rails. Powering two controller rails with different strengths will cause tracks between them to interpolate their signal.", + + "item.create.sand_paper.tooltip": "UNLOCALIZED: SAND PAPER", + "item.create.sand_paper.tooltip.summary": "UNLOCALIZED: A rough paper that can be used to _polish materials_. Can be automatically applied using the Deployer.", + "item.create.sand_paper.tooltip.condition1": "UNLOCALIZED: When Used", + "item.create.sand_paper.tooltip.behaviour1": "UNLOCALIZED: Applies polish to items held in the _offhand_ or lying on the _floor_ when _looking at them_", + + "item.create.builders_tea.tooltip": "UNLOCALIZED: BUILDERS TEA", + "item.create.builders_tea.tooltip.summary": "UNLOCALIZED: The perfect drink to get the day started- _Motivating_ and _Saturating._", + + "item.create.refined_radiance.tooltip": "UNLOCALIZED: REFINED RADIANCE", + "item.create.refined_radiance.tooltip.summary": "UNLOCALIZED: A Chromatic material forged from _absorbed light_.", + "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.shadow_steel.tooltip": "UNLOCALIZED: SHADOW STEEL", + "item.create.shadow_steel.tooltip.summary": "UNLOCALIZED: A Chromatic material forged _in the void_.", + "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.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.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.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.", + + "block.create.placard.tooltip": "UNLOCALIZED: PLACARD", + "block.create.placard.tooltip.summary": "UNLOCALIZED: _Frame_ your _items_ in brass using this fancy wall panel. Safe for contraptions!", + "block.create.placard.tooltip.condition1": "UNLOCALIZED: When R-Clicked with Item", + "block.create.placard.tooltip.behaviour1": "UNLOCALIZED: _Adds_ the held _item_ to the Placard. _Emits_ a brief _Redstone_ signal if a matching item was present already.", + "block.create.placard.tooltip.condition2": "UNLOCALIZED: When Punched", + "block.create.placard.tooltip.behaviour2": "UNLOCALIZED: _Removes_ the current _item_ in the frame.", + + "block.create.flywheel.tooltip": "UNLOCALIZED: FLYWHEEL", + "block.create.flywheel.tooltip.summary": "UNLOCALIZED: _Embellish_ your _Machines_ with this imposing Wheel of Brass.", + "block.create.flywheel.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", + "block.create.flywheel.tooltip.behaviour1": "UNLOCALIZED: Starts spinning.", + + "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.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.minecart_coupling.tooltip": "UNLOCALIZED: MINECART COUPLING", + "item.create.minecart_coupling.tooltip.summary": "UNLOCALIZED: _Chains_ all your _Minecarts_ or _Carriage Contraptions_ together to form a majestic Train.", + "item.create.minecart_coupling.tooltip.condition1": "UNLOCALIZED: When Used on Minecart", + "item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.", + + "item.create.experience_nugget.tooltip": "UNLOCALIZED: NUGGET OF EXPERIENCE", + "item.create.experience_nugget.tooltip.summary": "UNLOCALIZED: _Ding!_ A speck of _inspiration_ from your fantastic inventions.", + "item.create.experience_nugget.tooltip.condition1": "UNLOCALIZED: When Used", + "item.create.experience_nugget.tooltip.behaviour1": "UNLOCALIZED: _Redeems_ _Experience_ points contained within.", + + "block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL", + "block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...", + + "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 [------------------------<-", + + "create.ponder.hold_to_ponder": "UNLOCALIZED: Hold [%1$s] to Ponder", + "create.ponder.subject": "UNLOCALIZED: Subject of this scene", + "create.ponder.pondering": "UNLOCALIZED: Pondering about...", + "create.ponder.identify_mode": "UNLOCALIZED: Identify mode active.\nUnpause with [%1$s]", + "create.ponder.associated": "UNLOCALIZED: Associated Entries", + "create.ponder.close": "UNLOCALIZED: Close", + "create.ponder.identify": "UNLOCALIZED: Identify", + "create.ponder.next": "UNLOCALIZED: Next Scene", + "create.ponder.next_up": "UNLOCALIZED: Up Next:", + "create.ponder.previous": "UNLOCALIZED: Previous Scene", + "create.ponder.replay": "UNLOCALIZED: Replay", + "create.ponder.think_back": "UNLOCALIZED: Think Back", + "create.ponder.slow_text": "UNLOCALIZED: Comfy Reading", + "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.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.movement_anchors": "UNLOCALIZED: With the help of 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.display_sources": "UNLOCALIZED: Sources for Display Links", + "create.ponder.tag.display_sources.description": "UNLOCALIZED: Components or Blocks which offer some data that can be read with a Display Link", + "create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation", + "create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around", + "create.ponder.tag.display_targets": "UNLOCALIZED: Targets for Display Links", + "create.ponder.tag.display_targets.description": "UNLOCALIZED: Components or Blocks which can process and display the data received from a Display Link", + "create.ponder.tag.train_related": "UNLOCALIZED: Railway Equipment", + "create.ponder.tag.train_related.description": "UNLOCALIZED: Components used in the construction or management of Train Contraptions", + + "create.ponder.analog_lever.header": "UNLOCALIZED: Controlling signals using the Analog Lever", + "create.ponder.analog_lever.text_1": "UNLOCALIZED: Analog Levers make for a compact and precise source of redstone power", + "create.ponder.analog_lever.text_2": "UNLOCALIZED: Right-click to increase its analog power output", + "create.ponder.analog_lever.text_3": "UNLOCALIZED: Right-click while Sneaking to decrease the power output again", + + "create.ponder.andesite_tunnel.header": "UNLOCALIZED: Using Andesite Tunnels", + "create.ponder.andesite_tunnel.text_1": "UNLOCALIZED: Andesite Tunnels can be used to cover up your belts", + "create.ponder.andesite_tunnel.text_2": "UNLOCALIZED: Whenever an Andesite Tunnel has connections to the sides...", + "create.ponder.andesite_tunnel.text_3": "UNLOCALIZED: ...they will split exactly one item off of any passing stacks", + "create.ponder.andesite_tunnel.text_4": "UNLOCALIZED: The remainder will continue on its path", + + "create.ponder.auto_schedule.header": "UNLOCALIZED: Stations & Scheduling", + "create.ponder.auto_schedule.text_1": "UNLOCALIZED: Schedules can be used to provide drivers with a destination", + "create.ponder.auto_schedule.text_2": "UNLOCALIZED: Comparators will receive a signal whenever a Train is present", + "create.ponder.auto_schedule.text_3": "UNLOCALIZED: Mind that a Station can only be approached from the indicated direction", + "create.ponder.auto_schedule.text_4": "UNLOCALIZED: Stations can also be used to assign new Schedules automatically", + "create.ponder.auto_schedule.text_5": "UNLOCALIZED: The Schedule placed on a station will automatically copy itself to present trains", + "create.ponder.auto_schedule.text_6": "UNLOCALIZED: As opposed to manual scheduling, drivers will not take the item with them", + + "create.ponder.basin.header": "UNLOCALIZED: Processing Items in the Basin", + "create.ponder.basin.text_1": "UNLOCALIZED: A Basin can hold Items and Fluids for Processing", + "create.ponder.basin.text_2": "UNLOCALIZED: After a processing step, basins try to output below to the side of them", + "create.ponder.basin.text_3": "UNLOCALIZED: When a valid component is present, the Basin will show an output faucet", + "create.ponder.basin.text_4": "UNLOCALIZED: A number of options are applicable here", + "create.ponder.basin.text_5": "UNLOCALIZED: Outputs will be caught by the inventory below", + "create.ponder.basin.text_6": "UNLOCALIZED: Without output faucet, the Basin will retain items created in its processing", + "create.ponder.basin.text_7": "UNLOCALIZED: This can be useful if outputs should be re-used as ingredients", + "create.ponder.basin.text_8": "UNLOCALIZED: Desired outputs will then have to be extracted from the basin", + "create.ponder.basin.text_9": "UNLOCALIZED: A Filter might be necessary to avoid pulling out un-processed items", + + "create.ponder.bearing_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Bearing", + "create.ponder.bearing_modes.text_1": "UNLOCALIZED: When Stopped, the Bearing will place the structure at the nearest grid-aligned Angle", + "create.ponder.bearing_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only near the angle it started at", + + "create.ponder.belt_casing.header": "UNLOCALIZED: Encasing Belts", + "create.ponder.belt_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Mechanical Belts", + "create.ponder.belt_casing.text_2": "UNLOCALIZED: A wrench can be used to remove the casing", + + "create.ponder.belt_connector.header": "UNLOCALIZED: Using Mechanical Belts", + "create.ponder.belt_connector.text_1": "UNLOCALIZED: Right-Clicking two shafts with a belt item will connect them together", + "create.ponder.belt_connector.text_2": "UNLOCALIZED: Accidental selections can be canceled with Right-Click while Sneaking", + "create.ponder.belt_connector.text_3": "UNLOCALIZED: Additional Shafts can be added throughout the Belt", + "create.ponder.belt_connector.text_4": "UNLOCALIZED: Shafts connected via Belts will rotate with Identical Speed and Direction", + "create.ponder.belt_connector.text_5": "UNLOCALIZED: Added shafts can be removed using the wrench", + "create.ponder.belt_connector.text_6": "UNLOCALIZED: Mechanical Belts can be dyed for aesthetic purposes", + + "create.ponder.belt_directions.header": "UNLOCALIZED: Valid Orientations for Mechanical Belts", + "create.ponder.belt_directions.text_1": "UNLOCALIZED: Belts cannot connect in arbitrary directions", + "create.ponder.belt_directions.text_2": "UNLOCALIZED: 1. They can connect horizontally", + "create.ponder.belt_directions.text_3": "UNLOCALIZED: 2. They can connect diagonally", + "create.ponder.belt_directions.text_4": "UNLOCALIZED: 3. They can connect vertically", + "create.ponder.belt_directions.text_5": "UNLOCALIZED: 4. And they can connect vertical shafts horizontally", + "create.ponder.belt_directions.text_6": "UNLOCALIZED: These are all possible directions. Belts can span any Length between 2 and 20 blocks", + + "create.ponder.belt_transport.header": "UNLOCALIZED: Using Mechanical Belts for Logistics", + "create.ponder.belt_transport.text_1": "UNLOCALIZED: Moving belts will transport Items and other Entities", + "create.ponder.belt_transport.text_2": "UNLOCALIZED: Right-Click with an empty hand to take items off a belt", + + "create.ponder.blaze_burner.header": "UNLOCALIZED: Feeding Blaze Burners", + "create.ponder.blaze_burner.text_1": "UNLOCALIZED: Blaze Burners can provide Heat to Items processed in a Basin", + "create.ponder.blaze_burner.text_2": "UNLOCALIZED: For this, the Blaze has to be fed with flammable items", + "create.ponder.blaze_burner.text_3": "UNLOCALIZED: With a Blaze Cake, the Burner can reach an even stronger level of heat", + "create.ponder.blaze_burner.text_4": "UNLOCALIZED: The feeding process can be automated using Deployers or Mechanical Arms", + + "create.ponder.brass_funnel.header": "UNLOCALIZED: The Brass Funnel", + "create.ponder.brass_funnel.text_1": "UNLOCALIZED: Andesite Funnels can only ever extract single items.", + "create.ponder.brass_funnel.text_2": "UNLOCALIZED: Brass Funnels can extract up to a full stack.", + "create.ponder.brass_funnel.text_3": "UNLOCALIZED: Scrolling on the filter slot allows for precise control over the extracted stack size.", + "create.ponder.brass_funnel.text_4": "UNLOCALIZED: Using items on the filter slot will restrict the funnel to only transfer matching stacks.", + + "create.ponder.brass_tunnel.header": "UNLOCALIZED: Using Brass Tunnels", + "create.ponder.brass_tunnel.text_1": "UNLOCALIZED: Brass Tunnels can be used to cover up your belts", + "create.ponder.brass_tunnel.text_2": "UNLOCALIZED: Brass Tunnels have filter slots on each open side", + "create.ponder.brass_tunnel.text_3": "UNLOCALIZED: Filters on inbound connections simply block non-matching items", + "create.ponder.brass_tunnel.text_4": "UNLOCALIZED: Filters on outbound connections can be used to sort items by type", + "create.ponder.brass_tunnel.text_5": "UNLOCALIZED: Whenever a passing item has multiple valid exits, the distribution mode will decide how to handle it", + "create.ponder.brass_tunnel.text_6": "UNLOCALIZED: Brass Tunnels on parallel belts will form a group", + "create.ponder.brass_tunnel.text_7": "UNLOCALIZED: Incoming Items will now be distributed across all connected exits", + "create.ponder.brass_tunnel.text_8": "UNLOCALIZED: For this, items can also be inserted into the Tunnel block directly", + + "create.ponder.brass_tunnel_modes.header": "UNLOCALIZED: Distribution Modes of the Brass Tunnel", + "create.ponder.brass_tunnel_modes.text_1": "UNLOCALIZED: Using a Wrench, the distribution behaviour of Brass Tunnels can be configured", + "create.ponder.brass_tunnel_modes.text_10": "UNLOCALIZED: 'Synchronize Inputs' is a unique setting for Brass Tunnels", + "create.ponder.brass_tunnel_modes.text_11": "UNLOCALIZED: Items are only allowed past if every tunnel in the group has one waiting", + "create.ponder.brass_tunnel_modes.text_12": "UNLOCALIZED: This ensures that all affected belts supply items at the same rate", + "create.ponder.brass_tunnel_modes.text_2": "UNLOCALIZED: 'Split' will attempt to distribute the stack evenly between available outputs", + "create.ponder.brass_tunnel_modes.text_3": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", + "create.ponder.brass_tunnel_modes.text_4": "UNLOCALIZED: 'Forced Split' will never skip outputs, and instead wait until they are free", + "create.ponder.brass_tunnel_modes.text_5": "UNLOCALIZED: 'Round Robin' keeps stacks whole, and cycles through outputs iteratively", + "create.ponder.brass_tunnel_modes.text_6": "UNLOCALIZED: Once Again, if an output is unable to take more items, it will be skipped", + "create.ponder.brass_tunnel_modes.text_7": "UNLOCALIZED: 'Forced Round Robin' never skips outputs", + "create.ponder.brass_tunnel_modes.text_8": "UNLOCALIZED: 'Prefer Nearest' prioritizes the outputs closest to the items' input location", + "create.ponder.brass_tunnel_modes.text_9": "UNLOCALIZED: 'Randomize' will distribute whole stacks to randomly picked outputs", + + "create.ponder.cart_assembler.header": "UNLOCALIZED: Moving Structures using Cart Assemblers", + "create.ponder.cart_assembler.text_1": "UNLOCALIZED: Powered Cart Assemblers mount attached structures to passing Minecarts", + "create.ponder.cart_assembler.text_2": "UNLOCALIZED: Without a redstone signal, it disassembles passing cart contraptions back into blocks", + "create.ponder.cart_assembler.text_3": "UNLOCALIZED: Using a Wrench on the Minecart will let you carry the Contraption elsewhere", + + "create.ponder.cart_assembler_dual.header": "UNLOCALIZED: Assembling Carriage Contraptions", + "create.ponder.cart_assembler_dual.text_1": "UNLOCALIZED: Whenever two Cart Assembers share an attached structure...", + "create.ponder.cart_assembler_dual.text_2": "UNLOCALIZED: Powering either of them will create a Carriage Contraption", + "create.ponder.cart_assembler_dual.text_3": "UNLOCALIZED: The carts will behave like those connected via Minecart Coupling", + + "create.ponder.cart_assembler_modes.header": "UNLOCALIZED: Orientation Settings for Minecart Contraptions", + "create.ponder.cart_assembler_modes.text_1": "UNLOCALIZED: Cart Contraptions will rotate to face towards their carts' motion", + "create.ponder.cart_assembler_modes.text_2": "UNLOCALIZED: This Arrow indicates which side of the Structure will be considered the front", + "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_rails.header": "UNLOCALIZED: Other types of Minecarts and Rails", + "create.ponder.cart_assembler_rails.text_1": "UNLOCALIZED: Cart Assemblers on Regular Tracks will not affect the passing carts' motion", + "create.ponder.cart_assembler_rails.text_2": "UNLOCALIZED: When on Powered or Controller Rail, the carts will be held in place until it's Powered", + "create.ponder.cart_assembler_rails.text_3": "UNLOCALIZED: Other types of Minecarts can be used as the anchor", + "create.ponder.cart_assembler_rails.text_4": "UNLOCALIZED: Furnace Carts will keep themselves powered, pulling fuel from any attached inventories", + + "create.ponder.chain_drive.header": "UNLOCALIZED: Relaying rotational force with Chain Drives", + "create.ponder.chain_drive.text_1": "UNLOCALIZED: Chain Drives relay rotation to each other in a row", + "create.ponder.chain_drive.text_2": "UNLOCALIZED: All shafts connected like this will rotate in the same direction", + "create.ponder.chain_drive.text_3": "UNLOCALIZED: Any part of the row can be rotated by 90 degrees", + + "create.ponder.chain_gearshift.header": "UNLOCALIZED: Controlling rotational speed with Chain Gearshifts", + "create.ponder.chain_gearshift.text_1": "UNLOCALIZED: Unpowered Chain Gearshifts behave exactly like Chain Drives", + "create.ponder.chain_gearshift.text_2": "UNLOCALIZED: When Powered, the speed transmitted to other Chain Drives in the row is doubled", + "create.ponder.chain_gearshift.text_3": "UNLOCALIZED: Whenever the Powered Gearshift is not at the source, its speed will be halved instead", + "create.ponder.chain_gearshift.text_4": "UNLOCALIZED: In both cases, Chain Drives in the row always run at 2x the speed of the Powered Gearshift", + "create.ponder.chain_gearshift.text_5": "UNLOCALIZED: Using analog signals, the ratio can be adjusted more precisely between 1 and 2", + "create.ponder.chain_gearshift.text_6": "UNLOCALIZED: 12 RPM", + + "create.ponder.chute.header": "UNLOCALIZED: Transporting Items downward via Chutes", + "create.ponder.chute.text_1": "UNLOCALIZED: Chutes can transport items vertically from and to inventories", + "create.ponder.chute.text_2": "UNLOCALIZED: Using the Wrench, a window can be created", + "create.ponder.chute.text_3": "UNLOCALIZED: Placing chutes targeting the side faces of another will make it diagonal", + + "create.ponder.chute_upward.header": "UNLOCALIZED: Transporting Items upward via Chutes", + "create.ponder.chute_upward.text_1": "UNLOCALIZED: Using Encased Fans at the top or bottom, a Chute can move items upward", + "create.ponder.chute_upward.text_2": "UNLOCALIZED: Inspecting chutes with Engineers' Goggles reveals information about the movement direction", + "create.ponder.chute_upward.text_3": "UNLOCALIZED: On the 'blocked' end, items will have to be inserted/taken from the sides", + + "create.ponder.clockwork_bearing.header": "UNLOCALIZED: Animating Structures using Clockwork Bearings", + "create.ponder.clockwork_bearing.text_1": "UNLOCALIZED: Clockwork Bearings attach to blocks in front of them", + "create.ponder.clockwork_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, the structure will be rotated according to the hour of the day", + "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", + "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", + "create.ponder.clockwork_bearing.text_5": "UNLOCALIZED: Right-Click the bearing to start or stop animating the structure", + "create.ponder.clockwork_bearing.text_6": "UNLOCALIZED: In front of the Hour Hand, a second structure can be added", + "create.ponder.clockwork_bearing.text_7": "UNLOCALIZED: Ensure that the two Structures are not glued to each other", + "create.ponder.clockwork_bearing.text_8": "UNLOCALIZED: The Second Structure will now rotate as the Minute Hand", + + "create.ponder.clutch.header": "UNLOCALIZED: Controlling rotational force using a Clutch", + "create.ponder.clutch.text_1": "UNLOCALIZED: Clutches will relay rotation in a straight line", + "create.ponder.clutch.text_2": "UNLOCALIZED: When powered by Redstone, it breaks the connection", + + "create.ponder.cog_speedup.header": "UNLOCALIZED: Gearshifting with Cogs", + "create.ponder.cog_speedup.text_1": "UNLOCALIZED: Large and Small cogs can be connected diagonally", + "create.ponder.cog_speedup.text_2": "UNLOCALIZED: Shifting from large to small cogs, the conveyed speed will be doubled", + "create.ponder.cog_speedup.text_3": "UNLOCALIZED: Shifting the opposite way, the conveyed speed will be halved", + + "create.ponder.cogwheel.header": "UNLOCALIZED: Relaying rotational force using Cogwheels", + "create.ponder.cogwheel.text_1": "UNLOCALIZED: Cogwheels will relay rotation to other adjacent cogwheels", + "create.ponder.cogwheel.text_2": "UNLOCALIZED: Neighbouring shafts connected like this will rotate in opposite directions", + + "create.ponder.cogwheel_casing.header": "UNLOCALIZED: Encasing Cogwheels", + "create.ponder.cogwheel_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Cogwheels", + "create.ponder.cogwheel_casing.text_2": "UNLOCALIZED: Components added after encasing will not connect to the shaft outputs", + "create.ponder.cogwheel_casing.text_3": "UNLOCALIZED: The Wrench can be used to toggle connections", + + "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_motor.header": "UNLOCALIZED: Generating Rotational Force using Creative Motors", + "create.ponder.creative_motor.text_1": "UNLOCALIZED: Creative motors are a compact and configurable source of Rotational Force", + "create.ponder.creative_motor.text_2": "UNLOCALIZED: Scrolling on the back panel changes the RPM of the motors' rotational output", + + "create.ponder.creative_motor_mojang.header": "UNLOCALIZED: Mojang's Enigma", + + "create.ponder.crushing_wheels.header": "UNLOCALIZED: Processing Items with Crushing Wheels", + "create.ponder.crushing_wheels.text_1": "UNLOCALIZED: A pair of Crushing Wheels can grind items very effectively", + "create.ponder.crushing_wheels.text_2": "UNLOCALIZED: Their Rotational Input has to make them spin into each other", + "create.ponder.crushing_wheels.text_3": "UNLOCALIZED: Items thrown or inserted into the top will get processed", + "create.ponder.crushing_wheels.text_4": "UNLOCALIZED: Items can be inserted and picked up through automated means as well", + + "create.ponder.deployer.header": "UNLOCALIZED: Using the Deployer", + "create.ponder.deployer.text_1": "UNLOCALIZED: Given Rotational Force, a Deployer can imitate player interactions", + "create.ponder.deployer.text_10": "UNLOCALIZED: Right-click the front to give it an Item to use", + "create.ponder.deployer.text_11": "UNLOCALIZED: Items can also be inserted automatically", + "create.ponder.deployer.text_12": "UNLOCALIZED: Deployers carry a filter slot", + "create.ponder.deployer.text_13": "UNLOCALIZED: When a filter is set, it activates only while holding a matching item", + "create.ponder.deployer.text_14": "UNLOCALIZED: Only items matching the filter can now be inserted...", + "create.ponder.deployer.text_15": "UNLOCALIZED: ...and only non-matching items will be extracted", + "create.ponder.deployer.text_2": "UNLOCALIZED: It will always interact with the position 2 blocks in front of itself", + "create.ponder.deployer.text_3": "UNLOCALIZED: Blocks directly in front will not obstruct it", + "create.ponder.deployer.text_4": "UNLOCALIZED: Deployers can:", + "create.ponder.deployer.text_5": "UNLOCALIZED: Place Blocks,", + "create.ponder.deployer.text_6": "UNLOCALIZED: Use Items,", + "create.ponder.deployer.text_7": "UNLOCALIZED: Activate Blocks,", + "create.ponder.deployer.text_8": "UNLOCALIZED: Harvest blocks", + "create.ponder.deployer.text_9": "UNLOCALIZED: and Attack Mobs", + + "create.ponder.deployer_contraption.header": "UNLOCALIZED: Using Deployers on Contraptions", + "create.ponder.deployer_contraption.text_1": "UNLOCALIZED: Whenever Deployers are moved as part of an animated Contraption...", + "create.ponder.deployer_contraption.text_2": "UNLOCALIZED: They activate at each visited location, using items from inventories anywhere on the contraption", + "create.ponder.deployer_contraption.text_3": "UNLOCALIZED: The Filter slot can be used to specify which items to pull", + + "create.ponder.deployer_modes.header": "UNLOCALIZED: Modes of the Deployer", + "create.ponder.deployer_modes.text_1": "UNLOCALIZED: By default, a Deployer imitates a Right-click interaction", + "create.ponder.deployer_modes.text_2": "UNLOCALIZED: Using a Wrench, it can be set to imitate a Left-click instead", + + "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_redstone.header": "UNLOCALIZED: Controlling Deployers with Redstone", + "create.ponder.deployer_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Deployers will not activate", + "create.ponder.deployer_redstone.text_2": "UNLOCALIZED: Before stopping, the Deployer will finish any started cycles", + "create.ponder.deployer_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", + + "create.ponder.depot.header": "UNLOCALIZED: Using Depots", + "create.ponder.depot.text_1": "UNLOCALIZED: Depots can serve as 'stationary' belt elements", + "create.ponder.depot.text_2": "UNLOCALIZED: Right-Click to manually place or remove Items from it", + "create.ponder.depot.text_3": "UNLOCALIZED: Just like Mechanical Belts, it can provide items to processing", + "create.ponder.depot.text_4": "UNLOCALIZED: ...as well as provide Items to Mechanical Arms", + + "create.ponder.display_board.header": "UNLOCALIZED: Using Display Boards", + "create.ponder.display_board.text_1": "UNLOCALIZED: Display Boards are a scalable alternative to the sign", + "create.ponder.display_board.text_2": "UNLOCALIZED: They require Rotational Force to operate", + "create.ponder.display_board.text_3": "UNLOCALIZED: Text can be displayed using Name Tags...", + "create.ponder.display_board.text_4": "UNLOCALIZED: ...or through the use of Display Links", + "create.ponder.display_board.text_5": "UNLOCALIZED: Dyes can be applied to individual lines of the board", + "create.ponder.display_board.text_6": "UNLOCALIZED: Lines can be reset by clicking them with an empty hand", + + "create.ponder.display_link.header": "UNLOCALIZED: Setting up Display Links", + "create.ponder.display_link.text_1": "UNLOCALIZED: Display Links can be used to visualise dynamic information", + "create.ponder.display_link.text_2": "UNLOCALIZED: First, right-click the target display...", + "create.ponder.display_link.text_3": "UNLOCALIZED: ...then attach it to the block to read from", + "create.ponder.display_link.text_4": "UNLOCALIZED: Open the Interface to select and configure what is sent", + "create.ponder.display_link.text_5": "UNLOCALIZED: The display will now receive information from the link", + "create.ponder.display_link.text_6": "UNLOCALIZED: Not every block can act as a source", + "create.ponder.display_link.text_7": "UNLOCALIZED: Each compatible block provides unique information", + "create.ponder.display_link.text_8": "UNLOCALIZED: The Display Link can work with several different displays", + + "create.ponder.display_link_redstone.header": "UNLOCALIZED: Redstone Control", + "create.ponder.display_link_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Display Links stop sending updates", + "create.ponder.display_link_redstone.text_2": "UNLOCALIZED: Once unpowered, the Timer is reset and new info is sent immediately", + "create.ponder.display_link_redstone.text_3": "UNLOCALIZED: Signals emitted from the source do not affect the Link", + + "create.ponder.empty_blaze_burner.header": "UNLOCALIZED: Using Empty Blaze Burners", + "create.ponder.empty_blaze_burner.text_1": "UNLOCALIZED: Right-click a Blaze with the empty burner to capture it", + "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: 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", + "create.ponder.encased_fluid_pipe.text_2": "UNLOCALIZED: Aside from being conceiled, Encased Pipes are locked into their connectivity state", + "create.ponder.encased_fluid_pipe.text_3": "UNLOCALIZED: It will no longer react to any neighbouring blocks being added or removed", + + "create.ponder.fan_direction.header": "UNLOCALIZED: Air flow of Encased Fans", + "create.ponder.fan_direction.text_1": "UNLOCALIZED: Encased Fans use Rotational Force to create an Air Current", + "create.ponder.fan_direction.text_2": "UNLOCALIZED: Strength and Direction of Flow depends on the Rotational Input", + + "create.ponder.fan_processing.header": "UNLOCALIZED: Processing Items using Encased Fans", + "create.ponder.fan_processing.text_1": "UNLOCALIZED: When passing through lava, the Air Flow becomes Heated", + "create.ponder.fan_processing.text_2": "UNLOCALIZED: Items caught in the area will be smelted", + "create.ponder.fan_processing.text_3": "UNLOCALIZED: Food items thrown here would be incinerated", + "create.ponder.fan_processing.text_4": "UNLOCALIZED: Instead, a setup for Smoking using Fire should be used for them", + "create.ponder.fan_processing.text_5": "UNLOCALIZED: Air Flows passing through water create a Washing Setup", + "create.ponder.fan_processing.text_6": "UNLOCALIZED: Some interesting new processing can be done with it", + "create.ponder.fan_processing.text_7": "UNLOCALIZED: The Speed of the Fan does NOT affect the processing speed, only its range", + "create.ponder.fan_processing.text_8": "UNLOCALIZED: Fan Processing can also be applied to Items on Depots and Belts", + + "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_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_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_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.funnel_compat.header": "UNLOCALIZED: Funnel compatibility", + "create.ponder.funnel_compat.text_1": "UNLOCALIZED: Funnels should also interact nicely with a handful of other components.", + "create.ponder.funnel_compat.text_2": "UNLOCALIZED: Vertical Saws", + "create.ponder.funnel_compat.text_3": "UNLOCALIZED: Depots", + "create.ponder.funnel_compat.text_4": "UNLOCALIZED: Item Drains", + + "create.ponder.funnel_direction.header": "UNLOCALIZED: Direction of Transfer", + "create.ponder.funnel_direction.text_1": "UNLOCALIZED: Placed normally, it pulls items from the inventory.", + "create.ponder.funnel_direction.text_2": "UNLOCALIZED: Placed while sneaking, it puts items into the inventory.", + "create.ponder.funnel_direction.text_3": "UNLOCALIZED: Using a wrench, the funnel can be flipped after placement.", + "create.ponder.funnel_direction.text_4": "UNLOCALIZED: Same rules will apply for most orientations.", + "create.ponder.funnel_direction.text_5": "UNLOCALIZED: Funnels on belts will extract/insert depending on its movement direction.", + + "create.ponder.funnel_intro.header": "UNLOCALIZED: Using funnels", + "create.ponder.funnel_intro.text_1": "UNLOCALIZED: Funnels are ideal for transferring items from and to inventories.", + + "create.ponder.funnel_redstone.header": "UNLOCALIZED: Redstone control", + "create.ponder.funnel_redstone.text_1": "UNLOCALIZED: Redstone power will prevent any funnel from acting", + + "create.ponder.funnel_transfer.header": "UNLOCALIZED: Direct transfer", + "create.ponder.funnel_transfer.text_1": "UNLOCALIZED: Funnels cannot ever transfer between closed inventories directly.", + "create.ponder.funnel_transfer.text_2": "UNLOCALIZED: Chutes or Smart chutes might be more suitable for such purposes.", + "create.ponder.funnel_transfer.text_3": "UNLOCALIZED: Same applies for horizontal movement. A mechanical belt should help here.", + + "create.ponder.gantry_carriage.header": "UNLOCALIZED: Using Gantry Carriages", + "create.ponder.gantry_carriage.text_1": "UNLOCALIZED: Gantry Carriages can mount to and slide along a Gantry Shaft.", + "create.ponder.gantry_carriage.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", + + "create.ponder.gantry_cascaded.header": "UNLOCALIZED: Cascaded Gantries", + "create.ponder.gantry_cascaded.text_1": "UNLOCALIZED: Gantry shafts attach to a carriage without the need of super glue", + "create.ponder.gantry_cascaded.text_2": "UNLOCALIZED: Same applies for carriages on moved Gantry Shafts", + "create.ponder.gantry_cascaded.text_3": "UNLOCALIZED: Thus, a gantry system can be cascaded to cover multiple axes of movement", + + "create.ponder.gantry_direction.header": "UNLOCALIZED: Gantry Movement Direction", + "create.ponder.gantry_direction.text_1": "UNLOCALIZED: Gantry Shafts can have opposite orientations", + "create.ponder.gantry_direction.text_2": "UNLOCALIZED: The movement direction of carriages depend on their shafts' orientation", + "create.ponder.gantry_direction.text_3": "UNLOCALIZED: ...as well as the rotation direction of the shaft", + "create.ponder.gantry_direction.text_4": "UNLOCALIZED: Same rules apply for the propagated rotation", + + "create.ponder.gantry_redstone.header": "UNLOCALIZED: Gantry Power Propagation", + "create.ponder.gantry_redstone.text_1": "UNLOCALIZED: Redstone-powered gantry shafts stop moving their carriages", + "create.ponder.gantry_redstone.text_2": "UNLOCALIZED: Instead, its rotational force is relayed to the carriages' output shaft", + + "create.ponder.gantry_shaft.header": "UNLOCALIZED: Using Gantry Shafts", + "create.ponder.gantry_shaft.text_1": "UNLOCALIZED: Gantry Shafts form the basis of a gantry setup. Attached Carriages will move along them.", + "create.ponder.gantry_shaft.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", + + "create.ponder.gearbox.header": "UNLOCALIZED: Relaying rotational force using Gearboxes", + "create.ponder.gearbox.text_1": "UNLOCALIZED: Jumping between axes of rotation can get bulky quickly", + "create.ponder.gearbox.text_2": "UNLOCALIZED: A gearbox is the more compact equivalent of this setup", + "create.ponder.gearbox.text_3": "UNLOCALIZED: Shafts around corners rotate in mirrored directions", + "create.ponder.gearbox.text_4": "UNLOCALIZED: Straight connections will be reversed", + + "create.ponder.gearshift.header": "UNLOCALIZED: Controlling rotational force using a Gearshift", + "create.ponder.gearshift.text_1": "UNLOCALIZED: Gearshifts will relay rotation in a straight line", + "create.ponder.gearshift.text_2": "UNLOCALIZED: When powered by Redstone, it reverses the transmission", + + "create.ponder.hand_crank.header": "UNLOCALIZED: Generating Rotational Force using Hand Cranks", + "create.ponder.hand_crank.text_1": "UNLOCALIZED: Hand Cranks can be used by players to apply rotational force manually", + "create.ponder.hand_crank.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", + "create.ponder.hand_crank.text_3": "UNLOCALIZED: Its conveyed speed is relatively high", + "create.ponder.hand_crank.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", + + "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_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_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.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_vault_sizes.header": "UNLOCALIZED: Dimensions of an Item Vault", + "create.ponder.item_vault_sizes.text_1": "UNLOCALIZED: Item Vaults can be combined to increase the total capacity", + "create.ponder.item_vault_sizes.text_2": "UNLOCALIZED: Their base square can be up to 3 blocks wide...", + "create.ponder.item_vault_sizes.text_3": "UNLOCALIZED: ...and grow in length up to 3x their diameter", + + "create.ponder.item_vault_storage.header": "UNLOCALIZED: Storing Items in Vaults", + "create.ponder.item_vault_storage.text_1": "UNLOCALIZED: Item Vaults can be used to store large amounts of items", + "create.ponder.item_vault_storage.text_2": "UNLOCALIZED: However, contents cannot be added or taken manually", + "create.ponder.item_vault_storage.text_3": "UNLOCALIZED: Any components for item transfer can both insert...", + "create.ponder.item_vault_storage.text_4": "UNLOCALIZED: ...and take contents from this container", + + "create.ponder.large_cogwheel.header": "UNLOCALIZED: Relaying rotational force using Large Cogwheels", + "create.ponder.large_cogwheel.text_1": "UNLOCALIZED: Large cogwheels can connect to each other at right angles", + "create.ponder.large_cogwheel.text_2": "UNLOCALIZED: It will help relaying conveyed speed to other axes of rotation", + + "create.ponder.linear_chassis_attachment.header": "UNLOCALIZED: Attaching blocks using Linear Chassis", + "create.ponder.linear_chassis_attachment.text_1": "UNLOCALIZED: The open faces of a Linear Chassis can be made Sticky", + "create.ponder.linear_chassis_attachment.text_2": "UNLOCALIZED: Click again to make the opposite side sticky", + "create.ponder.linear_chassis_attachment.text_3": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", + "create.ponder.linear_chassis_attachment.text_4": "UNLOCALIZED: Stickied faces of the Linear Chassis will attach a line of blocks in front of it", + "create.ponder.linear_chassis_attachment.text_5": "UNLOCALIZED: Using a Wrench, a precise Range can be specified for this chassis", + "create.ponder.linear_chassis_attachment.text_6": "UNLOCALIZED: Holding CTRL and scrolling adjusts the range of all attached Chassis Blocks", + "create.ponder.linear_chassis_attachment.text_7": "UNLOCALIZED: Attaching blocks to any other side requires the use of Super Glue", + "create.ponder.linear_chassis_attachment.text_8": "UNLOCALIZED: Using these mechanics, structures of any shape can move as a Contraption", + + "create.ponder.linear_chassis_group.header": "UNLOCALIZED: Moving Linear Chassis in groups", + "create.ponder.linear_chassis_group.text_1": "UNLOCALIZED: Linear Chassis connect to identical Chassis blocks next to them", + "create.ponder.linear_chassis_group.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", + "create.ponder.linear_chassis_group.text_3": "UNLOCALIZED: Chassis of a different type or facing another direction will not attach", + + "create.ponder.mechanical_arm.header": "UNLOCALIZED: Setting up Mechanical Arms", + "create.ponder.mechanical_arm.text_1": "UNLOCALIZED: Mechanical Arms have to be assigned their in- and outputs before they are placed", + "create.ponder.mechanical_arm.text_2": "UNLOCALIZED: Right-Click inventories while holding the Arm to assign them as Targets", + "create.ponder.mechanical_arm.text_3": "UNLOCALIZED: Right-Click again to toggle between Input (Blue) and Output (Orange)", + "create.ponder.mechanical_arm.text_4": "UNLOCALIZED: Left-Click components to remove their Selection", + "create.ponder.mechanical_arm.text_5": "UNLOCALIZED: Once placed, the Mechanical Arm will target the blocks selected previously", + "create.ponder.mechanical_arm.text_6": "UNLOCALIZED: They can have any amount of in- and outputs within their range", + "create.ponder.mechanical_arm.text_7": "UNLOCALIZED: However, not every type of Inventory can be interacted with directly", + "create.ponder.mechanical_arm.text_8": "UNLOCALIZED: Funnels and Depots can help to Bridge that gap", + + "create.ponder.mechanical_arm_filtering.header": "UNLOCALIZED: Filtering Outputs of the Mechanical Arm", + "create.ponder.mechanical_arm_filtering.text_1": "UNLOCALIZED: Inputs", + "create.ponder.mechanical_arm_filtering.text_2": "UNLOCALIZED: Outputs", + "create.ponder.mechanical_arm_filtering.text_3": "UNLOCALIZED: Sometimes it is desirable to restrict targets of the Arm by matching a filter", + "create.ponder.mechanical_arm_filtering.text_4": "UNLOCALIZED: Mechanical Arms by themselves do not provide any options for filtering", + "create.ponder.mechanical_arm_filtering.text_5": "UNLOCALIZED: Brass Funnels as Targets do however communicate their own filter to the Arm", + "create.ponder.mechanical_arm_filtering.text_6": "UNLOCALIZED: The Arm is smart enough not to pick up items it couldn't distribute", + + "create.ponder.mechanical_arm_modes.header": "UNLOCALIZED: Distribution modes of the Mechanical Arm", + "create.ponder.mechanical_arm_modes.text_1": "UNLOCALIZED: Input", + "create.ponder.mechanical_arm_modes.text_2": "UNLOCALIZED: Outputs", + "create.ponder.mechanical_arm_modes.text_3": "UNLOCALIZED: Whenever an Arm has to choose between multiple valid outputs...", + "create.ponder.mechanical_arm_modes.text_4": "UNLOCALIZED: ...it will act according to its setting", + "create.ponder.mechanical_arm_modes.text_5": "UNLOCALIZED: Scrolling with a Wrench will allow you to configure it", + "create.ponder.mechanical_arm_modes.text_6": "UNLOCALIZED: Round Robin mode simply cycles through all outputs that are available", + "create.ponder.mechanical_arm_modes.text_7": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", + "create.ponder.mechanical_arm_modes.text_8": "UNLOCALIZED: Forced Round Robin mode will never skip outputs, and instead wait until they are free", + "create.ponder.mechanical_arm_modes.text_9": "UNLOCALIZED: Prefer First prioritizes the outputs selected earliest when configuring this Arm", + + "create.ponder.mechanical_arm_redstone.header": "UNLOCALIZED: Controlling Mechanical Arms with Redstone", + "create.ponder.mechanical_arm_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Mechanical Arms will not activate", + "create.ponder.mechanical_arm_redstone.text_2": "UNLOCALIZED: Before stopping, it will finish any started cycles", + "create.ponder.mechanical_arm_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", + + "create.ponder.mechanical_bearing.header": "UNLOCALIZED: Movings Structures using the Mechanical Bearing", + "create.ponder.mechanical_bearing.text_1": "UNLOCALIZED: Mechanical Bearings attach to the block in front of them", + "create.ponder.mechanical_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, it will assemble it into a Rotating Contraption", + + "create.ponder.mechanical_crafter.header": "UNLOCALIZED: Setting up Mechanical Crafters", + "create.ponder.mechanical_crafter.text_1": "UNLOCALIZED: An array of Mechanical Crafters can be used to automate any Crafting Recipe", + "create.ponder.mechanical_crafter.text_2": "UNLOCALIZED: Using a Wrench, the Crafters' paths can be arranged", + "create.ponder.mechanical_crafter.text_3": "UNLOCALIZED: For a valid setup, all paths have to converge into one exit at any side", + "create.ponder.mechanical_crafter.text_4": "UNLOCALIZED: The outputs will be placed into the inventory at the exit", + "create.ponder.mechanical_crafter.text_5": "UNLOCALIZED: Mechanical Crafters require Rotational Force to operate", + "create.ponder.mechanical_crafter.text_6": "UNLOCALIZED: Right-Click the front to insert Items manually", + "create.ponder.mechanical_crafter.text_7": "UNLOCALIZED: Once every slot of a path contains an Item, the crafting process will begin", + "create.ponder.mechanical_crafter.text_8": "UNLOCALIZED: For recipes not fully occupying the crafter setup, the start can be forced using a Redstone Pulse", + + "create.ponder.mechanical_crafter_connect.header": "UNLOCALIZED: Connecting Inventories of Crafters", + "create.ponder.mechanical_crafter_connect.text_1": "UNLOCALIZED: Items can be inserted to Crafters automatically", + "create.ponder.mechanical_crafter_connect.text_2": "UNLOCALIZED: Using the Wrench at their backs, Mechanical Crafter inputs can be combined", + "create.ponder.mechanical_crafter_connect.text_3": "UNLOCALIZED: All connected Crafters can now be accessed by the same input location", + + "create.ponder.mechanical_crafter_covers.header": "UNLOCALIZED: Covering slots of Mechanical Crafters", + "create.ponder.mechanical_crafter_covers.text_1": "UNLOCALIZED: Some recipes will require additional Crafters to bridge gaps in the path", + "create.ponder.mechanical_crafter_covers.text_2": "UNLOCALIZED: Using Slot Covers, Crafters can be set to act as an Empty Slot in the arrangement", + "create.ponder.mechanical_crafter_covers.text_3": "UNLOCALIZED: Shared Inputs created with the Wrench at the back can also reach across covered Crafters", + + "create.ponder.mechanical_drill.header": "UNLOCALIZED: Breaking Blocks with the Mechanical Drill", + "create.ponder.mechanical_drill.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Drill will break blocks directly in front of it", + "create.ponder.mechanical_drill.text_2": "UNLOCALIZED: Its mining speed depends on the Rotational Input", + + "create.ponder.mechanical_drill_contraption.header": "UNLOCALIZED: Using Mechanical Drills on Contraptions", + "create.ponder.mechanical_drill_contraption.text_1": "UNLOCALIZED: Whenever Drills are moved as part of an animated Contraption...", + "create.ponder.mechanical_drill_contraption.text_2": "UNLOCALIZED: ...they will break blocks the contraption runs them into", + + "create.ponder.mechanical_harvester.header": "UNLOCALIZED: Using Mechanical Harvesters on Contraptions", + "create.ponder.mechanical_harvester.text_1": "UNLOCALIZED: Whenever Harvesters are moved as part of an animated Contraption...", + "create.ponder.mechanical_harvester.text_2": "UNLOCALIZED: They will harvest and reset any mature crops on their way", + + "create.ponder.mechanical_mixer.header": "UNLOCALIZED: Processing Items with the Mechanical Mixer", + "create.ponder.mechanical_mixer.text_1": "UNLOCALIZED: With a Mixer and Basin, some Crafting Recipes can be automated", + "create.ponder.mechanical_mixer.text_2": "UNLOCALIZED: Available recipes include any Shapeless Crafting Recipe, plus a couple extra ones", + "create.ponder.mechanical_mixer.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", + "create.ponder.mechanical_mixer.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", + + "create.ponder.mechanical_piston.header": "UNLOCALIZED: Moving Structures using Mechanical Pistons", + "create.ponder.mechanical_piston.text_1": "UNLOCALIZED: Mechanical Pistons can move blocks in front of them", + "create.ponder.mechanical_piston.text_2": "UNLOCALIZED: Speed and direction of movement depend on the Rotational Input", + "create.ponder.mechanical_piston.text_3": "UNLOCALIZED: Sticky Mechanical Pistons can pull the attached blocks back", + + "create.ponder.mechanical_piston_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Piston", + "create.ponder.mechanical_piston_modes.text_1": "UNLOCALIZED: Whenever Pistons stop moving, the moved structure reverts to blocks", + "create.ponder.mechanical_piston_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", + + "create.ponder.mechanical_plough.header": "UNLOCALIZED: Using Mechanical Ploughs on Contraptions", + "create.ponder.mechanical_plough.text_1": "UNLOCALIZED: Whenever Ploughs are moved as part of an animated Contraption...", + "create.ponder.mechanical_plough.text_2": "UNLOCALIZED: ...they will break blocks without a solid collision hitbox", + "create.ponder.mechanical_plough.text_3": "UNLOCALIZED: Additionally, ploughs can create farmland", + "create.ponder.mechanical_plough.text_4": "UNLOCALIZED: ...they can also launch entities without hurting them", + + "create.ponder.mechanical_press.header": "UNLOCALIZED: Processing Items with the Mechanical Press", + "create.ponder.mechanical_press.text_1": "UNLOCALIZED: The Mechanical Press can process items provided beneath it", + "create.ponder.mechanical_press.text_2": "UNLOCALIZED: The Input items can be dropped or placed on a Depot under the Press", + "create.ponder.mechanical_press.text_3": "UNLOCALIZED: When items are provided on a belt...", + "create.ponder.mechanical_press.text_4": "UNLOCALIZED: The Press will hold and process them automatically", + + "create.ponder.mechanical_press_compacting.header": "UNLOCALIZED: Compacting items with the Mechanical Press", + "create.ponder.mechanical_press_compacting.text_1": "UNLOCALIZED: Pressing items held in a Basin will cause them to be Compacted", + "create.ponder.mechanical_press_compacting.text_2": "UNLOCALIZED: Compacting includes any filled 2x2 or 3x3 Crafting Recipe, plus a couple extra ones", + "create.ponder.mechanical_press_compacting.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", + "create.ponder.mechanical_press_compacting.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", + + "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_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_saw_breaker.header": "UNLOCALIZED: Cutting Trees with the Mechanical Saw", + "create.ponder.mechanical_saw_breaker.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Saw will cut trees directly in front of it", + "create.ponder.mechanical_saw_breaker.text_2": "UNLOCALIZED: In order to cut the tree fully, the Saw has to break the last block connecting it to the ground", + + "create.ponder.mechanical_saw_contraption.header": "UNLOCALIZED: Using Mechanical Saws on Contraptions", + "create.ponder.mechanical_saw_contraption.text_1": "UNLOCALIZED: Whenever Saws are moved as part of an animated Contraption...", + "create.ponder.mechanical_saw_contraption.text_2": "UNLOCALIZED: ...they will cut any trees the contraption runs them into", + + "create.ponder.mechanical_saw_processing.header": "UNLOCALIZED: Processing Items on the Mechanical Saw", + "create.ponder.mechanical_saw_processing.text_1": "UNLOCALIZED: Upward facing Mechanical Saws can process a variety of items", + "create.ponder.mechanical_saw_processing.text_2": "UNLOCALIZED: The processed item always moves against the rotational input to the saw", + "create.ponder.mechanical_saw_processing.text_3": "UNLOCALIZED: Saws can work in-line with Mechanical Belts", + "create.ponder.mechanical_saw_processing.text_4": "UNLOCALIZED: When an ingredient has multiple possible outcomes, the filter slot can specify it", + "create.ponder.mechanical_saw_processing.text_5": "UNLOCALIZED: Without filter, the Saw would cycle through all outcomes instead", + + "create.ponder.millstone.header": "UNLOCALIZED: Processing Items in the Millstone", + "create.ponder.millstone.text_1": "UNLOCALIZED: Millstones process items by grinding them", + "create.ponder.millstone.text_2": "UNLOCALIZED: They can be powered from the side using cogwheels", + "create.ponder.millstone.text_3": "UNLOCALIZED: Throw or Insert items at the top", + "create.ponder.millstone.text_4": "UNLOCALIZED: After some time, the result can be obtained via Right-click", + "create.ponder.millstone.text_5": "UNLOCALIZED: The outputs can also be extracted by automation", + + "create.ponder.nixie_tube.header": "UNLOCALIZED: Using Nixie Tubes", + "create.ponder.nixie_tube.text_1": "Když jsou Znakové Výbojky napájené ruditem, zobrazí se na nich síla ruditového signálu", + "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": "Klikněte pravým tlačítkem myši s barvou v ruce pro změnu jejich barvy", + + "create.ponder.piston_pole.header": "UNLOCALIZED: Piston Extension Poles", + "create.ponder.piston_pole.text_1": "UNLOCALIZED: Without attached Poles, a Mechanical Piston cannot move", + "create.ponder.piston_pole.text_2": "UNLOCALIZED: The Length of pole added at its back determines the Extension Range", + + "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_storage_interface.header": "UNLOCALIZED: Contraption Storage Exchange", + "create.ponder.portable_storage_interface.text_1": "UNLOCALIZED: Inventories on moving contraptions cannot be accessed by players.", + "create.ponder.portable_storage_interface.text_2": "UNLOCALIZED: This component can interact with storage without the need to stop the contraption.", + "create.ponder.portable_storage_interface.text_3": "UNLOCALIZED: Place a second one with a gap of 1 or 2 blocks inbetween", + "create.ponder.portable_storage_interface.text_4": "UNLOCALIZED: Whenever they pass by each other, they will engage in a connection", + "create.ponder.portable_storage_interface.text_5": "UNLOCALIZED: While engaged, the stationary interface will represent ALL inventories on the contraption", + "create.ponder.portable_storage_interface.text_6": "UNLOCALIZED: Items can now be inserted...", + "create.ponder.portable_storage_interface.text_7": "UNLOCALIZED: ...or extracted from the contraption", + "create.ponder.portable_storage_interface.text_8": "UNLOCALIZED: After no items have been exchanged for a while, the contraption will continue on its way", + + "create.ponder.portable_storage_interface_redstone.header": "UNLOCALIZED: Redstone Control", + "create.ponder.portable_storage_interface_redstone.text_1": "UNLOCALIZED: Redstone power will prevent the stationary interface from engaging", + + "create.ponder.powered_latch.header": "UNLOCALIZED: Controlling signals using the Powered Latch", + "create.ponder.powered_latch.text_1": "UNLOCALIZED: Powered Latches are redstone controllable Levers", + "create.ponder.powered_latch.text_2": "UNLOCALIZED: Signals at the back switch it on", + "create.ponder.powered_latch.text_3": "UNLOCALIZED: Signals from the side switch it back off", + "create.ponder.powered_latch.text_4": "UNLOCALIZED: Powered latches can also be toggled manually", + + "create.ponder.powered_toggle_latch.header": "UNLOCALIZED: Controlling signals using the Powered Toggle Latch", + "create.ponder.powered_toggle_latch.text_1": "UNLOCALIZED: Powered Toggle Latches are redstone controllable Levers", + "create.ponder.powered_toggle_latch.text_2": "UNLOCALIZED: Signals at the back will toggle its state", + "create.ponder.powered_toggle_latch.text_3": "UNLOCALIZED: ...on and back off", + "create.ponder.powered_toggle_latch.text_4": "UNLOCALIZED: Powered toggle latches can also be toggled manually", + + "create.ponder.pulse_extender.header": "UNLOCALIZED: Controlling signals using Pulse Extenders", + "create.ponder.pulse_extender.text_1": "UNLOCALIZED: Pulse Extenders can lengthen a signal passing through", + "create.ponder.pulse_extender.text_2": "UNLOCALIZED: They activate after a short delay...", + "create.ponder.pulse_extender.text_3": "UNLOCALIZED: ...and cool down for the configured duration", + "create.ponder.pulse_extender.text_4": "UNLOCALIZED: Using the mouse wheel, the discharge time can be configured", + "create.ponder.pulse_extender.text_5": "UNLOCALIZED: The configured duration can range up to 30 minutes", + + "create.ponder.pulse_repeater.header": "UNLOCALIZED: Controlling signals using Pulse Repeaters", + "create.ponder.pulse_repeater.text_1": "UNLOCALIZED: Pulse Repeaters emit a short pulse at a delay", + "create.ponder.pulse_repeater.text_2": "UNLOCALIZED: Using the mouse wheel, the charge time can be configured", + "create.ponder.pulse_repeater.text_3": "UNLOCALIZED: Configured delays can range up to 30 minutes", + + "create.ponder.radial_chassis.header": "UNLOCALIZED: Attaching blocks using Radial Chassis", + "create.ponder.radial_chassis.text_1": "UNLOCALIZED: Radial Chassis connect to identical Chassis blocks in a row", + "create.ponder.radial_chassis.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", + "create.ponder.radial_chassis.text_3": "UNLOCALIZED: The side faces of a Radial Chassis can be made Sticky", + "create.ponder.radial_chassis.text_4": "UNLOCALIZED: Click again to make all other sides sticky", + "create.ponder.radial_chassis.text_5": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", + "create.ponder.radial_chassis.text_6": "UNLOCALIZED: Whenever a Block is next to a sticky face...", + "create.ponder.radial_chassis.text_7": "UNLOCALIZED: ...it will attach all reachable blocks within a radius on that layer", + "create.ponder.radial_chassis.text_8": "UNLOCALIZED: Using a Wrench, a precise Radius can be specified for this chassis", + "create.ponder.radial_chassis.text_9": "UNLOCALIZED: Blocks not reachable by any sticky face will not attach", + + "create.ponder.redstone_contact.header": "UNLOCALIZED: Redstone Contacts", + "create.ponder.redstone_contact.text_1": "UNLOCALIZED: Redstone Contacts facing each other will emit a redstone signal", + "create.ponder.redstone_contact.text_2": "UNLOCALIZED: This still applies when one of them is part of a moving Contraption", + + "create.ponder.redstone_link.header": "UNLOCALIZED: Using Redstone Links", + "create.ponder.redstone_link.text_1": "UNLOCALIZED: Redstone Links can transmit redstone signals wirelessly", + "create.ponder.redstone_link.text_2": "UNLOCALIZED: Right-click while Sneaking to toggle receive mode", + "create.ponder.redstone_link.text_3": "UNLOCALIZED: A simple Right-click with a Wrench can do the same", + "create.ponder.redstone_link.text_4": "UNLOCALIZED: Receivers emit the redstone power of transmitters within 128 blocks", + "create.ponder.redstone_link.text_5": "UNLOCALIZED: Placing items in the two slots can specify a Frequency", + "create.ponder.redstone_link.text_6": "UNLOCALIZED: Only the links with matching Frequencies will communicate", + + "create.ponder.rope_pulley.header": "UNLOCALIZED: Moving Structures using Rope Pulleys", + "create.ponder.rope_pulley.text_1": "UNLOCALIZED: Rope Pulleys can move blocks vertically when given Rotational Force", + "create.ponder.rope_pulley.text_2": "UNLOCALIZED: Direction and Speed of movement depend on the Rotational Input", + + "create.ponder.rope_pulley_attachment.header": "UNLOCALIZED: Moving Pulleys as part of a Contraption", + "create.ponder.rope_pulley_attachment.text_1": "UNLOCALIZED: Whenever Pulleys are themselves being moved by a Contraption...", + "create.ponder.rope_pulley_attachment.text_2": "UNLOCALIZED: ...its attached structure will be dragged with it", + "create.ponder.rope_pulley_attachment.text_3": "UNLOCALIZED: Mind that pulleys are only movable while stopped", + + "create.ponder.rope_pulley_modes.header": "UNLOCALIZED: Movement Modes of the Rope Pulley", + "create.ponder.rope_pulley_modes.text_1": "UNLOCALIZED: Whenever Pulleys stop moving, the moved structure reverts to blocks", + "create.ponder.rope_pulley_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", + + "create.ponder.rose_quartz_lamp.header": "UNLOCALIZED: Rose Quartz Lamps", + "create.ponder.rose_quartz_lamp.text_1": "UNLOCALIZED: Rose Quartz Lamps activate on a Redstone signal", + "create.ponder.rose_quartz_lamp.text_2": "UNLOCALIZED: They will continue to emit redstone power afterwards", + "create.ponder.rose_quartz_lamp.text_3": "UNLOCALIZED: When multiple lamps are arranged in a group...", + "create.ponder.rose_quartz_lamp.text_4": "UNLOCALIZED: ...activating a Lamp will focus the signal to it, deactivating all others", + "create.ponder.rose_quartz_lamp.text_5": "UNLOCALIZED: Comparators output based on the distance to a powered lamp", + "create.ponder.rose_quartz_lamp.text_6": "UNLOCALIZED: The Lamps can also be toggled manually using a Wrench", + + "create.ponder.rotation_speed_controller.header": "UNLOCALIZED: Using the Rotational Speed Controller", + "create.ponder.rotation_speed_controller.text_1": "UNLOCALIZED: Rot. Speed Controllers relay rotation from their axis to a Large Cogwheel above them", + "create.ponder.rotation_speed_controller.text_2": "UNLOCALIZED: Using the scroll input on its side, the conveyed speed can be configured", + + "create.ponder.sail.header": "UNLOCALIZED: Assembling Windmills using Sails", + "create.ponder.sail.text_1": "UNLOCALIZED: Sails are handy blocks to create Windmills with", + "create.ponder.sail.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", + "create.ponder.sail.text_3": "UNLOCALIZED: Right-Click with Dye to paint them", + "create.ponder.sail.text_4": "UNLOCALIZED: Right-Click with Shears to turn them back into frames", + + "create.ponder.sail_frame.header": "UNLOCALIZED: Assembling Windmills using Sail Frames", + "create.ponder.sail_frame.text_1": "UNLOCALIZED: Sail Frames are handy blocks to create Windmills with", + "create.ponder.sail_frame.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", + + "create.ponder.sequenced_gearshift.header": "UNLOCALIZED: Controlling Rotational Speed using Sequenced Gearshifts", + "create.ponder.sequenced_gearshift.text_1": "UNLOCALIZED: Seq. Gearshifts relay rotation by following a timed list of instructions", + "create.ponder.sequenced_gearshift.text_2": "UNLOCALIZED: Right-click it to open the Configuration UI", + "create.ponder.sequenced_gearshift.text_3": "UNLOCALIZED: Upon receiving a Redstone Signal, it will start running its configured sequence", + "create.ponder.sequenced_gearshift.text_4": "UNLOCALIZED: Once finished, it waits for the next Redstone Signal and starts over", + "create.ponder.sequenced_gearshift.text_5": "UNLOCALIZED: A redstone comparator can be used to read the current progress", + + "create.ponder.shaft.header": "UNLOCALIZED: Relaying rotational force using Shafts", + "create.ponder.shaft.text_1": "UNLOCALIZED: Shafts will relay rotation in a straight line.", + + "create.ponder.shaft_casing.header": "UNLOCALIZED: Encasing Shafts", + "create.ponder.shaft_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Shafts", + + "create.ponder.smart_chute.header": "UNLOCALIZED: Filtering Items using Smart Chutes", + "create.ponder.smart_chute.text_1": "UNLOCALIZED: Smart Chutes are vertical chutes with additional control", + "create.ponder.smart_chute.text_2": "UNLOCALIZED: Items in the filter slot specify what exactly they can extract and transfer", + "create.ponder.smart_chute.text_3": "UNLOCALIZED: Use the Mouse Wheel to specify the extracted stack size", + "create.ponder.smart_chute.text_4": "UNLOCALIZED: Redstone power will prevent Smart Chutes from acting.", + + "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.speedometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Speedometer", + "create.ponder.speedometer.text_1": "UNLOCALIZED: The Speedometer displays the current Speed of the attached components", + "create.ponder.speedometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", + "create.ponder.speedometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Speedometer's measurements", + + "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.stabilized_bearings.header": "UNLOCALIZED: Stabilized Contraptions", + "create.ponder.stabilized_bearings.text_1": "UNLOCALIZED: Whenever Mechanical Bearings are themselves part of a moving Structure..", + "create.ponder.stabilized_bearings.text_2": "UNLOCALIZED: ..they will attempt to keep themselves upright", + "create.ponder.stabilized_bearings.text_3": "UNLOCALIZED: Once again, the bearing will attach to the block in front of it", + "create.ponder.stabilized_bearings.text_4": "UNLOCALIZED: As a result, the entire sub-Contraption will stay upright", + + "create.ponder.steam_engine.header": "UNLOCALIZED: Setting up Steam Engines", + "create.ponder.steam_engine.text_1": "UNLOCALIZED: Steam Engines can be placed on a Fluid Tank", + "create.ponder.steam_engine.text_10": "UNLOCALIZED: Lvl 4", + "create.ponder.steam_engine.text_11": "UNLOCALIZED: 4 Engines", + "create.ponder.steam_engine.text_12": "UNLOCALIZED: Lvl 8", + "create.ponder.steam_engine.text_13": "UNLOCALIZED: 8 Engines", + "create.ponder.steam_engine.text_2": "UNLOCALIZED: Clicking the engine with a Shaft creates the Kinetic Output", + "create.ponder.steam_engine.text_3": "UNLOCALIZED: With sufficient Heat, Water and Boiler space...", + "create.ponder.steam_engine.text_4": "UNLOCALIZED: ...they will generate Rotational Force", + "create.ponder.steam_engine.text_5": "UNLOCALIZED: The minimal setup requires 4 Fluid Tanks", + "create.ponder.steam_engine.text_6": "UNLOCALIZED: With the help of Blaze Burners, the power output can be increased", + "create.ponder.steam_engine.text_7": "UNLOCALIZED: Higher power levels require more Water, Size and Heat", + "create.ponder.steam_engine.text_8": "UNLOCALIZED: The boiler's current power level can be inspected with Engineer's Goggles", + "create.ponder.steam_engine.text_9": "UNLOCALIZED: With each added power level, an additional Engine can output at full capacity", + + "create.ponder.steam_whistle.header": "UNLOCALIZED: Setting up Steam Whistles", + "create.ponder.steam_whistle.text_1": "UNLOCALIZED: Steam Whistles can be placed on a Fluid Tank", + "create.ponder.steam_whistle.text_2": "UNLOCALIZED: If the tank receives sufficient heat...", + "create.ponder.steam_whistle.text_3": "UNLOCALIZED: ...the Whistle will play a note when activated", + "create.ponder.steam_whistle.text_4": "UNLOCALIZED: Use a Whistle item on the block to lower its pitch", + "create.ponder.steam_whistle.text_5": "UNLOCALIZED: Cycle between three different octaves using a Wrench", + "create.ponder.steam_whistle.text_6": "UNLOCALIZED: Engineer's Goggles can help to find out the current pitch of a Whistle", + + "create.ponder.sticker.header": "UNLOCALIZED: Attaching blocks using the Sticker", + "create.ponder.sticker.text_1": "UNLOCALIZED: Stickers are ideal for Redstone-controlled block attachment", + "create.ponder.sticker.text_2": "UNLOCALIZED: Upon receiving a signal, it will toggle its state", + "create.ponder.sticker.text_3": "UNLOCALIZED: If it is now moved in a contraption, the block will move with it", + "create.ponder.sticker.text_4": "UNLOCALIZED: Toggled once again, the block is no longer attached", + + "create.ponder.stressometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Stressometer", + "create.ponder.stressometer.text_1": "UNLOCALIZED: The Stressometer displays the current Stress Capacity of the attached kinetic network", + "create.ponder.stressometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", + "create.ponder.stressometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Stressometer's measurements", + + "create.ponder.super_glue.header": "UNLOCALIZED: Attaching blocks using Super Glue", + "create.ponder.super_glue.text_1": "UNLOCALIZED: Super Glue groups blocks together into moving contraptions", + "create.ponder.super_glue.text_2": "UNLOCALIZED: Clicking two endpoints creates a new 'glued' area", + "create.ponder.super_glue.text_3": "UNLOCALIZED: To remove a box, punch it with the glue item in hand", + "create.ponder.super_glue.text_4": "UNLOCALIZED: Adjacent blocks sharing an area will pull each other along", + "create.ponder.super_glue.text_5": "UNLOCALIZED: Overlapping glue volumes will move together", + "create.ponder.super_glue.text_6": "UNLOCALIZED: Blocks hanging on others usually do not require glue", + + "create.ponder.track_chunks.header": "UNLOCALIZED: Traversing unloaded Chunks", + "create.ponder.track_chunks.text_1": "UNLOCALIZED: Tracks stay functional outside of loaded chunks", + "create.ponder.track_chunks.text_2": "UNLOCALIZED: Trains will travel through inactive sections of the world without issue", + "create.ponder.track_chunks.text_3": "UNLOCALIZED: They will still stop at stations or red signals", + "create.ponder.track_chunks.text_4": "UNLOCALIZED: However, Drills and other on-board machines will not operate", + "create.ponder.track_chunks.text_5": "UNLOCALIZED: Once near a Player, the train will re-appear", + + "create.ponder.track_observer.header": "UNLOCALIZED: Detecting Trains", + "create.ponder.track_observer.text_1": "UNLOCALIZED: Select a Train Track then place the Observer nearby", + "create.ponder.track_observer.text_2": "UNLOCALIZED: The Observer will detect any Trains passing over the marker", + "create.ponder.track_observer.text_3": "UNLOCALIZED: Observers can be filtered to activate for matching cargo", + + "create.ponder.track_placement.header": "UNLOCALIZED: Placing Train Tracks", + "create.ponder.track_placement.text_1": "UNLOCALIZED: A new type of rail designed for Train Contraptions", + "create.ponder.track_placement.text_2": "UNLOCALIZED: To place rows of track in bulk, click on an existing track", + "create.ponder.track_placement.text_3": "UNLOCALIZED: Then place or select a second track", + "create.ponder.track_placement.text_4": "UNLOCALIZED: Tracks can also be placed as turns or slopes", + "create.ponder.track_placement.text_5": "UNLOCALIZED: When connecting, tracks will try to make each turn equally sized", + "create.ponder.track_placement.text_6": "UNLOCALIZED: Holding the sprint key while connecting...", + "create.ponder.track_placement.text_7": "UNLOCALIZED: ...will create the longest fitting bend instead", + "create.ponder.track_placement.text_8": "UNLOCALIZED: Materials in the off-hand will be paved under tracks automatically", + + "create.ponder.track_portal.header": "UNLOCALIZED: Tracks and the Nether", + "create.ponder.track_portal.text_1": "UNLOCALIZED: Tracks placed up against a nether portal...", + "create.ponder.track_portal.text_2": "UNLOCALIZED: ...will attempt to create a paired track on the other side", + "create.ponder.track_portal.text_3": "UNLOCALIZED: Trains on this track are now able to travel across dimensions", + + "create.ponder.train_assembly.header": "UNLOCALIZED: Assembling Trains", + "create.ponder.train_assembly.text_1": "UNLOCALIZED: Select a Train Track then place the Station nearby", + "create.ponder.train_assembly.text_10": "UNLOCALIZED: Every Train requires Train Controls on board", + "create.ponder.train_assembly.text_11": "UNLOCALIZED: An optional second one allows departure from Stations in both directions", + "create.ponder.train_assembly.text_12": "UNLOCALIZED: Open the Station UI and confirm the Assembly process", + "create.ponder.train_assembly.text_13": "UNLOCALIZED: Trains can be disassembled back into blocks at stations only", + "create.ponder.train_assembly.text_14": "UNLOCALIZED: When used on a station, maps will add a labeled marker at the location", + "create.ponder.train_assembly.text_15": "UNLOCALIZED: Assembled Trains can be relocated to nearby Tracks using the Wrench", + "create.ponder.train_assembly.text_2": "UNLOCALIZED: Stations are the Waypoints of your Track Network", + "create.ponder.train_assembly.text_3": "UNLOCALIZED: To create a new Train, open the UI and switch to Assembly Mode", + "create.ponder.train_assembly.text_4": "UNLOCALIZED: During Assembly no scheduled trains will approach this station", + "create.ponder.train_assembly.text_5": "UNLOCALIZED: Create new bogeys by using Train Casing on Tracks", + "create.ponder.train_assembly.text_6": "UNLOCALIZED: Click the track again to cycle between bogey designs", + "create.ponder.train_assembly.text_7": "UNLOCALIZED: Attach blocks with the help of Super Glue", + "create.ponder.train_assembly.text_8": "UNLOCALIZED: Assembled Trains will move faster if they can find fuel in assembled chests or barrels", + "create.ponder.train_assembly.text_9": "UNLOCALIZED: Fuel stored in Vaults will not be consumed by the train", + + "create.ponder.train_controls.header": "UNLOCALIZED: Controlling Trains", + "create.ponder.train_controls.text_1": "UNLOCALIZED: Train Controls are required on every train contraption", + "create.ponder.train_controls.text_2": "UNLOCALIZED: Once assembled, right-click the block to start driving", + "create.ponder.train_controls.text_3": "UNLOCALIZED: Accelerate and steer the Train using movement keybinds", + "create.ponder.train_controls.text_4": "UNLOCALIZED: If desired, the top speed can be fine-tuned using the mouse wheel", + "create.ponder.train_controls.text_5": "UNLOCALIZED: Hold space to approach a nearby Station", + "create.ponder.train_controls.text_6": "UNLOCALIZED: Trains can only be disassembled back into blocks at Stations", + "create.ponder.train_controls.text_7": "UNLOCALIZED: Assembled Whistles can be activated with the sprint key", + "create.ponder.train_controls.text_8": "UNLOCALIZED: Sneak or click again to stop controlling the Train", + + "create.ponder.train_schedule.header": "UNLOCALIZED: Using Train Schedules", + "create.ponder.train_schedule.text_1": "UNLOCALIZED: Schedules allow Trains to be controlled by other Drivers", + "create.ponder.train_schedule.text_2": "UNLOCALIZED: Right-click with the item in hand to open its Interface", + "create.ponder.train_schedule.text_3": "UNLOCALIZED: Once programmed, the Schedule can be handed off to a Train Driver", + "create.ponder.train_schedule.text_4": "UNLOCALIZED: Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", + "create.ponder.train_schedule.text_5": "UNLOCALIZED: Creatures on a lead can be given their seat more conveniently", + "create.ponder.train_schedule.text_6": "UNLOCALIZED: Schedules can be retrieved from Drivers at any moment", + + "create.ponder.train_signal_placement.header": "UNLOCALIZED: Placing Train Signals", + "create.ponder.train_signal_placement.text_1": "UNLOCALIZED: Select a Train Track then place the Signal nearby", + "create.ponder.train_signal_placement.text_2": "UNLOCALIZED: Signals control the flow of Trains not driven by players", + "create.ponder.train_signal_placement.text_3": "UNLOCALIZED: Scheduled Trains will never cross signals in the opposite direction", + "create.ponder.train_signal_placement.text_4": "UNLOCALIZED: ...unless a second signal is added facing the opposite way.", + "create.ponder.train_signal_placement.text_5": "UNLOCALIZED: Nixie tubes can be attached to make a signal's lights more visible", + + "create.ponder.train_signal_redstone.header": "UNLOCALIZED: Signals & Redstone", + "create.ponder.train_signal_redstone.text_1": "UNLOCALIZED: Signals can be forced red by a redstone signal", + "create.ponder.train_signal_redstone.text_2": "UNLOCALIZED: Reversely, red signals emit a comparator output", + + "create.ponder.train_signal_signaling.header": "UNLOCALIZED: Collision Prevention with Signals", + "create.ponder.train_signal_signaling.text_1": "UNLOCALIZED: Train Signals divide a track into segments", + "create.ponder.train_signal_signaling.text_2": "UNLOCALIZED: If a Segment is occupied, no other Trains will be allowed entry", + "create.ponder.train_signal_signaling.text_3": "UNLOCALIZED: Thus, each Segment will contain only one Train at a time", + "create.ponder.train_signal_signaling.text_4": "UNLOCALIZED: A second Signal mode is available via the Wrench", + "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", + "create.ponder.train_signal_signaling.text_6": "UNLOCALIZED: This special Signal can stop trains under a second condition", + "create.ponder.train_signal_signaling.text_7": "UNLOCALIZED: It will stop Trains, which, upon entering...", + "create.ponder.train_signal_signaling.text_8": "UNLOCALIZED: ...would not be able to leave the Segment immediately", + "create.ponder.train_signal_signaling.text_9": "UNLOCALIZED: This helps keeping queued Trains out of a busy Segment", + + "create.ponder.valve_handle.header": "UNLOCALIZED: Generating Rotational Force using Valve Handles", + "create.ponder.valve_handle.text_1": "UNLOCALIZED: Valve Handles can be used by players to apply rotational force manually", + "create.ponder.valve_handle.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", + "create.ponder.valve_handle.text_3": "UNLOCALIZED: Its conveyed speed is slow and precise", + "create.ponder.valve_handle.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", + "create.ponder.valve_handle.text_5": "UNLOCALIZED: Valve handles can be dyed for aesthetic purposes", + + "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.water_wheel.header": "UNLOCALIZED: Generating Rotational Force using Water Wheels", + "create.ponder.water_wheel.text_1": "UNLOCALIZED: Water Wheels draw force from adjacent Water Currents", + "create.ponder.water_wheel.text_2": "UNLOCALIZED: The more faces are powered, the faster the Water Wheel will rotate", + "create.ponder.water_wheel.text_3": "UNLOCALIZED: The Wheels' blades should be oriented against the flow", + "create.ponder.water_wheel.text_4": "UNLOCALIZED: Facing the opposite way, they will not be as effective", + + "create.ponder.weighted_ejector.header": "UNLOCALIZED: Using Weighted Ejectors", + "create.ponder.weighted_ejector.text_1": "UNLOCALIZED: Sneak and Right-Click holding an Ejector to select its target location", + "create.ponder.weighted_ejector.text_10": "UNLOCALIZED: It is now limited to this stack size, and only activates when its held stack reaches this amount", + "create.ponder.weighted_ejector.text_11": "UNLOCALIZED: Other Entities will always trigger an Ejector when stepping on it", + "create.ponder.weighted_ejector.text_2": "UNLOCALIZED: The placed ejector will now launch objects to the marked location", + "create.ponder.weighted_ejector.text_3": "UNLOCALIZED: A valid target can be at any height or distance within range", + "create.ponder.weighted_ejector.text_4": "UNLOCALIZED: They cannot however be off to a side", + "create.ponder.weighted_ejector.text_5": "UNLOCALIZED: If no valid Target was selected, it will simply target the block directly in front", + "create.ponder.weighted_ejector.text_6": "UNLOCALIZED: Supply Rotational Force in order to charge it up", + "create.ponder.weighted_ejector.text_7": "UNLOCALIZED: Items placed on the ejector cause it to trigger", + "create.ponder.weighted_ejector.text_8": "UNLOCALIZED: If Inventories are targeted, the ejector will wait until there is space", + "create.ponder.weighted_ejector.text_9": "UNLOCALIZED: Using the Wrench, a required Stack Size can be configured", + + "create.ponder.weighted_ejector_redstone.header": "UNLOCALIZED: Controlling Weighted Ejectors with Redstone", + "create.ponder.weighted_ejector_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Ejectors will not activate", + "create.ponder.weighted_ejector_redstone.text_2": "UNLOCALIZED: Furthermore, Observers can detect when Ejectors activate", + + "create.ponder.weighted_ejector_tunnel.header": "UNLOCALIZED: Splitting item stacks using Weighted Ejectors", + "create.ponder.weighted_ejector_tunnel.text_1": "UNLOCALIZED: Combined with Brass Tunnels, Ejectors can split item stacks by specific amounts", + "create.ponder.weighted_ejector_tunnel.text_2": "UNLOCALIZED: First, configure the Brass Tunnel to 'Prefer Nearest', in order to prioritize its side output", + "create.ponder.weighted_ejector_tunnel.text_3": "UNLOCALIZED: The Stack Size set on the Ejector now determines the amount to be split off", + "create.ponder.weighted_ejector_tunnel.text_4": "UNLOCALIZED: While a new stack of the configured size exits the side output...", + "create.ponder.weighted_ejector_tunnel.text_5": "UNLOCALIZED: ...the remainder will continue on its path", + + "create.ponder.windmill_source.header": "UNLOCALIZED: Generating Rotational Force using Windmill Bearings", + "create.ponder.windmill_source.text_1": "UNLOCALIZED: Windmill Bearings attach to the block in front of them", + "create.ponder.windmill_source.text_2": "UNLOCALIZED: Create a movable structure with the help of Super Glue", + "create.ponder.windmill_source.text_3": "UNLOCALIZED: If enough Sail-like blocks are included, this can act as a Windmill", + "create.ponder.windmill_source.text_4": "UNLOCALIZED: Activated with Right-Click, the Windmill Bearing will start providing Rotational Force", + "create.ponder.windmill_source.text_5": "UNLOCALIZED: The Amount of Sail Blocks determine its Rotation Speed", + "create.ponder.windmill_source.text_6": "UNLOCALIZED: Use a Wrench to configure its rotation direction", + "create.ponder.windmill_source.text_7": "UNLOCALIZED: Right-click the Bearing anytime to stop and edit the Structure again", + + "create.ponder.windmill_structure.header": "UNLOCALIZED: Windmill Contraptions", + "create.ponder.windmill_structure.text_1": "UNLOCALIZED: Any Structure can count as a valid Windmill, as long as it contains at least 8 sail-like Blocks.", + + "_": "Thank you for translating Create!" + +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/hu_hu.json b/src/generated/resources/assets/create/lang/unfinished/hu_hu.json new file mode 100644 index 0000000000..5e5b8b45c3 --- /dev/null +++ b/src/generated/resources/assets/create/lang/unfinished/hu_hu.json @@ -0,0 +1,3033 @@ +{ + "_": "Missing Localizations: 744", + + "_": "->------------------------] Game Elements [------------------------<-", + + "block.create.acacia_window": "Akáciafa ablak", + "block.create.acacia_window_pane": "Akáciafa ablaktábla", + "block.create.adjustable_chain_gearshift": "Állítható láncáttétel", + "block.create.analog_lever": "Fokozatkapcsoló kar", + "block.create.andesite_belt_funnel": "Andezitkapu szalagon", + "block.create.andesite_casing": "Andezitborítás", + "block.create.andesite_encased_cogwheel": "Andezitborítású fogaskerék", + "block.create.andesite_encased_large_cogwheel": "Andezitborítású nagy fogaskerék", + "block.create.andesite_encased_shaft": "Andezitborítású tengely", + "block.create.andesite_funnel": "Andezitkapu", + "block.create.andesite_ladder": "Andezitlétra", + "block.create.andesite_pillar": "Andezitoszlop", + "block.create.andesite_tunnel": "Andezitalagút", + "block.create.asurine": "Azurit", + "block.create.asurine_pillar": "Azuritoszlop", + "block.create.basin": "Teknő", + "block.create.belt": "Szalag", + "block.create.birch_window": "Nyírfa ablak", + "block.create.birch_window_pane": "Nyírfa ablaktábla", + "block.create.black_nixie_tube": "Fekete Nixie-cső", + "block.create.black_sail": "Fekete vitorla", + "block.create.black_seat": "Fekete ülés", + "block.create.black_toolbox": "Fekete szerszámosláda", + "block.create.black_valve_handle": "Fekete szelepfogantyú", + "block.create.blaze_burner": "Őrlángégő", + "block.create.blue_nixie_tube": "Kék Nixie-cső", + "block.create.blue_sail": "Kék vitorla", + "block.create.blue_seat": "Kék ülés", + "block.create.blue_toolbox": "Kék szerszámosláda", + "block.create.blue_valve_handle": "Kék szelepfogantyú", + "block.create.brass_belt_funnel": "Sárgaréz kapu szalagon", + "block.create.brass_block": "Sárgarézblokk", + "block.create.brass_casing": "Sárgaréz borítás", + "block.create.brass_encased_cogwheel": "Sárgaréz borítású fogaskerék", + "block.create.brass_encased_large_cogwheel": "Sárgaréz borítású nagy fogaskerék", + "block.create.brass_encased_shaft": "Sárgaréz borítású tengely", + "block.create.brass_funnel": "Sárgaréz kapu", + "block.create.brass_ladder": "Sárgaréz létra", + "block.create.brass_tunnel": "Sárgaréz alagút", + "block.create.brown_nixie_tube": "Barna Nixie-cső", + "block.create.brown_sail": "Barna vitorla", + "block.create.brown_seat": "Barna ülés", + "block.create.brown_toolbox": "Barna szerszámosláda", + "block.create.brown_valve_handle": "Barna szelepfogantyú", + "block.create.calcite_pillar": "Kalcitoszlop", + "block.create.cart_assembler": "Illesztőállomás", + "block.create.chocolate": "Csokoládé", + "block.create.chute": "Szállítóakna", + "block.create.clockwork_bearing": "Óramutató-csapágy", + "block.create.clutch": "Kuplung", + "block.create.cogwheel": "Fogaskerék", + "block.create.content_observer": "Tartalommegfigyelő", + "block.create.controller_rail": "Vezérlősín", + "block.create.controls": "Vezetőállás", + "block.create.copper_backtank": "Réz hátitartály", + "block.create.copper_casing": "Rézborítás", + "block.create.copper_ladder": "Rézlétra", + "block.create.copper_shingle_slab": "Rézzsindely-lap", + "block.create.copper_shingle_stairs": "Rézzsindely-lépcső", + "block.create.copper_shingles": "Rézzsindely", + "block.create.copper_tile_slab": "Rézcsempe-lap", + "block.create.copper_tile_stairs": "Rézcsempe-lépcső", + "block.create.copper_tiles": "Rézcsempe", + "block.create.copper_valve_handle": "Réz szelepfogantyú", + "block.create.creative_crate": "Kreatív láda", + "block.create.creative_fluid_tank": "Kreatív folyadéktartály", + "block.create.creative_motor": "Kreatív motor", + "block.create.crimsite": "Krimzit", + "block.create.crimsite_pillar": "Krimzitoszlop", + "block.create.crimson_window": "Karmazsin ablak", + "block.create.crimson_window_pane": "Karmazsin ablaktábla", + "block.create.crushing_wheel": "Zúzókerék", + "block.create.crushing_wheel_controller": "Zúzókerék-vezérlő", + "block.create.cuckoo_clock": "Kakukkos óra", + "block.create.cut_andesite": "Vágott andezit", + "block.create.cut_andesite_brick_slab": "Vágott-andezittégla lap", + "block.create.cut_andesite_brick_stairs": "Vágott-andezittégla lépcső", + "block.create.cut_andesite_brick_wall": "Vágott-andezittégla fal", + "block.create.cut_andesite_bricks": "Vágott andezittégla", + "block.create.cut_andesite_slab": "Vágott andezitlap", + "block.create.cut_andesite_stairs": "Vágott andezitlépcső", + "block.create.cut_andesite_wall": "Vágott andezitfal", + "block.create.cut_asurine": "Vágott azurin", + "block.create.cut_asurine_brick_slab": "Vágott-azurintégla lap", + "block.create.cut_asurine_brick_stairs": "Vágott-azurintégla lépcső", + "block.create.cut_asurine_brick_wall": "Vágott-azurintégla fal", + "block.create.cut_asurine_bricks": "Vágott azurintégla", + "block.create.cut_asurine_slab": "Vágott azurinlap", + "block.create.cut_asurine_stairs": "Vágott azurinlépcső", + "block.create.cut_asurine_wall": "Vágott azurinfal", + "block.create.cut_calcite": "Vágott kalcit", + "block.create.cut_calcite_brick_slab": "Vágott-kalcittégla lap", + "block.create.cut_calcite_brick_stairs": "Vágott-kalcittégla lépcső", + "block.create.cut_calcite_brick_wall": "Vágott-kalcittégla fal", + "block.create.cut_calcite_bricks": "Vágott kalcittégla", + "block.create.cut_calcite_slab": "Vágott kalcitlap", + "block.create.cut_calcite_stairs": "Vágott kalcitlépcső", + "block.create.cut_calcite_wall": "Vágott kalcitfal", + "block.create.cut_crimsite": "Vágott krimzit", + "block.create.cut_crimsite_brick_slab": "Vágott-krimzittégla lap", + "block.create.cut_crimsite_brick_stairs": "Vágott-krimzittégla lépcső", + "block.create.cut_crimsite_brick_wall": "Vágott-krimzittégla fal", + "block.create.cut_crimsite_bricks": "Vágott krimzittégla", + "block.create.cut_crimsite_slab": "Vágott krimzitlap", + "block.create.cut_crimsite_stairs": "Vágott krimzitlépcső", + "block.create.cut_crimsite_wall": "Vágott krimzitfal", + "block.create.cut_deepslate": "Vágott mélypala", + "block.create.cut_deepslate_brick_slab": "Vágott-mélypalatégla lap", + "block.create.cut_deepslate_brick_stairs": "Vágott-mélypalatégla lépcső", + "block.create.cut_deepslate_brick_wall": "Vágott-mélypalatégla fal", + "block.create.cut_deepslate_bricks": "Vágott mélypalatégla", + "block.create.cut_deepslate_slab": "Vágott mélypala lap", + "block.create.cut_deepslate_stairs": "Vágott mélypala lépcső", + "block.create.cut_deepslate_wall": "Vágott mélypala fal", + "block.create.cut_diorite": "Vágott diorit", + "block.create.cut_diorite_brick_slab": "Vágott-diorittégla lap", + "block.create.cut_diorite_brick_stairs": "Vágott-diorittégla lépcső", + "block.create.cut_diorite_brick_wall": "Vágott-diorittégla fal", + "block.create.cut_diorite_bricks": "Vágott diorittégla", + "block.create.cut_diorite_slab": "Vágott dioritlap", + "block.create.cut_diorite_stairs": "Vágott dioritlépcső", + "block.create.cut_diorite_wall": "Vágott dioritfal", + "block.create.cut_dripstone": "Vágott cseppkőblokk", + "block.create.cut_dripstone_brick_slab": "Vágott-cseppkőtégla lap", + "block.create.cut_dripstone_brick_stairs": "Vágott-cseppkőtégla lépcső", + "block.create.cut_dripstone_brick_wall": "Vágott-cseppkőtégla fal", + "block.create.cut_dripstone_bricks": "Vágott cseppkőtégla", + "block.create.cut_dripstone_slab": "Vágott cseppkőlap", + "block.create.cut_dripstone_stairs": "Vágott cseppkőlépcső", + "block.create.cut_dripstone_wall": "Vágott cseppkőfal", + "block.create.cut_granite": "Vágott gránit", + "block.create.cut_granite_brick_slab": "Vágott-gránittégla lap", + "block.create.cut_granite_brick_stairs": "Vágott-gránittégla lépcső", + "block.create.cut_granite_brick_wall": "Vágott-gránittégla fal", + "block.create.cut_granite_bricks": "Vágott gránittégla", + "block.create.cut_granite_slab": "Vágott gránitlap", + "block.create.cut_granite_stairs": "Vágott gránitlépcső", + "block.create.cut_granite_wall": "Vágott gránitfal", + "block.create.cut_limestone": "Vágott mészkő", + "block.create.cut_limestone_brick_slab": "Vágott-mészkőtégla lap", + "block.create.cut_limestone_brick_stairs": "Vágott-mészkőtégla lépcső", + "block.create.cut_limestone_brick_wall": "Vágott-mészkőtégla fal", + "block.create.cut_limestone_bricks": "Vágott mészkőtégla", + "block.create.cut_limestone_slab": "Vágott mészkőlap", + "block.create.cut_limestone_stairs": "Vágott mészkőlépcső", + "block.create.cut_limestone_wall": "Vágott mészkőfal", + "block.create.cut_ochrum": "Vágott okrum", + "block.create.cut_ochrum_brick_slab": "Vágott-okrumtégla lap", + "block.create.cut_ochrum_brick_stairs": "Vágott-okrumtégla lépcső", + "block.create.cut_ochrum_brick_wall": "Vágott-okrumtégla fal", + "block.create.cut_ochrum_bricks": "Vágott okrumtégla", + "block.create.cut_ochrum_slab": "Vágott okrumlap", + "block.create.cut_ochrum_stairs": "Vágott okrumlépcső", + "block.create.cut_ochrum_wall": "Vágott okrumfal", + "block.create.cut_scorchia": "Vágott perzselit", + "block.create.cut_scorchia_brick_slab": "Vágott-perzselittégla lap", + "block.create.cut_scorchia_brick_stairs": "Vágott-perzselittégla lépcső", + "block.create.cut_scorchia_brick_wall": "Vágott-perzselittégla fal", + "block.create.cut_scorchia_bricks": "Vágott perzselittégla", + "block.create.cut_scorchia_slab": "Vágott perzselitlap", + "block.create.cut_scorchia_stairs": "Vágott perzselitlépcső", + "block.create.cut_scorchia_wall": "Vágott perzselitfal", + "block.create.cut_scoria": "Vágott salakkő", + "block.create.cut_scoria_brick_slab": "Vágott-salakkőtégla lap", + "block.create.cut_scoria_brick_stairs": "Vágott-salakkőtégla lépcső", + "block.create.cut_scoria_brick_wall": "Vágott-salakkőtégla fal", + "block.create.cut_scoria_bricks": "Vágott salakkőtégla", + "block.create.cut_scoria_slab": "Vágott salakkő lap", + "block.create.cut_scoria_stairs": "Vágott salakkő lépcső", + "block.create.cut_scoria_wall": "Vágott salakkő fal", + "block.create.cut_tuff": "Vágott tufa", + "block.create.cut_tuff_brick_slab": "Vágott-tufatégla lap", + "block.create.cut_tuff_brick_stairs": "Vágott-tufatégla lépcső", + "block.create.cut_tuff_brick_wall": "Vágott-tufatégla fal", + "block.create.cut_tuff_bricks": "Vágott tufatégla", + "block.create.cut_tuff_slab": "Vágott tufalap", + "block.create.cut_tuff_stairs": "Vágott tufalépcső", + "block.create.cut_tuff_wall": "Vágott tufafal", + "block.create.cut_veridium": "Vágott verídium", + "block.create.cut_veridium_brick_slab": "Vágott-verídiumtégla lap", + "block.create.cut_veridium_brick_stairs": "Vágott-verídiumtégla lépcső", + "block.create.cut_veridium_brick_wall": "Vágott-verídiumtégla fal", + "block.create.cut_veridium_bricks": "Vágott verídiumtégla", + "block.create.cut_veridium_slab": "Vágott verídiumlap", + "block.create.cut_veridium_stairs": "Vágott verídiumlépcső", + "block.create.cut_veridium_wall": "Vágott verídiumfal", + "block.create.cyan_nixie_tube": "Türkizkék Nixie-cső", + "block.create.cyan_sail": "Türkizkék vitorla", + "block.create.cyan_seat": "Türkizkék ülés", + "block.create.cyan_toolbox": "Türkizkék szerszámosláda", + "block.create.cyan_valve_handle": "Türkizkék szelepfogantyú", + "block.create.dark_oak_window": "Sötéttölgy ablak", + "block.create.dark_oak_window_pane": "Sötéttölgy ablaktábla", + "block.create.deepslate_pillar": "Mélypala oszlop", + "block.create.deepslate_zinc_ore": "Cinkérc mélypalában", + "block.create.deployer": "Lehelyező", + "block.create.depot": "Lerakat", + "block.create.diorite_pillar": "Dioritoszlop", + "block.create.display_board": "Pergőlapos kijelző", + "block.create.display_link": "Kijelző-távvezérlő", + "block.create.dripstone_pillar": "Vésett cseppkőoszlop", + "block.create.encased_chain_drive": "Fedett hajtólánc", + "block.create.encased_fan": "Fedett ventillátor", + "block.create.encased_fluid_pipe": "Rézborítású csőszakasz", + "block.create.exposed_copper_shingle_slab": "Megviselt rézzsindely-lap", + "block.create.exposed_copper_shingle_stairs": "Megviselt rézzsindely-lépcső", + "block.create.exposed_copper_shingles": "Megviselt rézzsindely", + "block.create.exposed_copper_tile_slab": "Megviselt rézcsempe-lap", + "block.create.exposed_copper_tile_stairs": "Megviselt rézcsempe-lépcső", + "block.create.exposed_copper_tiles": "Megviselt rézcsempe", + "block.create.fake_track": "Sínjelző térképekhez", + "block.create.fluid_pipe": "Csőszakasz", + "block.create.fluid_tank": "Folyadéktartály", + "block.create.fluid_valve": "Folyadékszelep", + "block.create.flywheel": "Lendkerék", + "block.create.framed_glass": "Keretes üveg", + "block.create.framed_glass_door": "Keretes üvegajtó", + "block.create.framed_glass_pane": "Keretes üveglap", + "block.create.framed_glass_trapdoor": "Keretes üveg csapóajtó", + "block.create.gantry_carriage": "Futómacska", + "block.create.gantry_shaft": "Futómacska-tengely", + "block.create.gearbox": "Fogaskerékház", + "block.create.gearshift": "Iránykapcsoló", + "block.create.glass_fluid_pipe": "Átlátszó csőszakasz", + "block.create.granite_pillar": "Gránitoszlop", + "block.create.gray_nixie_tube": "Szürke Nixie-cső", + "block.create.gray_sail": "Szürke vitorla", + "block.create.gray_seat": "Szürke ülés", + "block.create.gray_toolbox": "Szürke szerszámosláda", + "block.create.gray_valve_handle": "Szürke szelepfogantyú", + "block.create.green_nixie_tube": "Zöld Nixie-cső", + "block.create.green_sail": "Zöld vitorla", + "block.create.green_seat": "Zöld ülés", + "block.create.green_toolbox": "Zöld szerszámosláda", + "block.create.green_valve_handle": "Zöld szelepfogantyú", + "block.create.hand_crank": "Kézi hajtókar", + "block.create.haunted_bell": "Lélekharang", + "block.create.honey": "Méz", + "block.create.horizontal_framed_glass": "Vízszintesen osztott üveg", + "block.create.horizontal_framed_glass_pane": "Vízszintesen osztott üveglap", + "block.create.hose_pulley": "Tömlős csörlő", + "block.create.item_drain": "Lefolyótálca", + "block.create.item_vault": "Konténer", + "block.create.jungle_window": "Dzsungelfa ablak", + "block.create.jungle_window_pane": "Dzsungelfa ablaktábla", + "block.create.large_bogey": "Nagy forgóváz", + "block.create.large_cogwheel": "Nagy fogaskerék", + "block.create.layered_andesite": "Rétegzett andezit", + "block.create.layered_asurine": "Rétegzett azurin", + "block.create.layered_calcite": "Rétegzett kalcit", + "block.create.layered_crimsite": "Rétegzett krimzit", + "block.create.layered_deepslate": "Rétegzett mélypala", + "block.create.layered_diorite": "Rétegzett diorit", + "block.create.layered_dripstone": "Rétegzett cseppkőblokk", + "block.create.layered_granite": "Rétegzett gránit", + "block.create.layered_limestone": "Rétegzett mészkő", + "block.create.layered_ochrum": "Rétegzett okrum", + "block.create.layered_scorchia": "Rétegzett perzselit", + "block.create.layered_scoria": "Rétegzett salakkő", + "block.create.layered_tuff": "Rétegzett tufa", + "block.create.layered_veridium": "Rétegzett verídium", + "block.create.lectern_controller": "Távvezérlő-állvány", + "block.create.light_blue_nixie_tube": "Világoskék Nixie-cső", + "block.create.light_blue_sail": "Világoskék vitorla", + "block.create.light_blue_seat": "Világoskék ülés", + "block.create.light_blue_toolbox": "Világoskék szerszámosláda", + "block.create.light_blue_valve_handle": "Világoskék szelepfogantyú", + "block.create.light_gray_nixie_tube": "Világosszürke Nixie-cső", + "block.create.light_gray_sail": "Világosszürke vitorla", + "block.create.light_gray_seat": "Világosszürke ülés", + "block.create.light_gray_toolbox": "Világosszürke szerszámosláda", + "block.create.light_gray_valve_handle": "Világosszürke szelepfogantyú", + "block.create.lime_nixie_tube": "Világoszöld Nixie-cső", + "block.create.lime_sail": "Világoszöld vitorla", + "block.create.lime_seat": "Világoszöld ülés", + "block.create.lime_toolbox": "Világoszöld szerszámosláda", + "block.create.lime_valve_handle": "Világoszöld szelepfogantyú", + "block.create.limestone": "Mészkő", + "block.create.limestone_pillar": "Mészkőoszlop", + "block.create.linear_chassis": "Lineáris váz", + "block.create.lit_blaze_burner": "Meggyújtott őrlángégő", + "block.create.magenta_nixie_tube": "Bíbor Nixie-cső", + "block.create.magenta_sail": "Bíbor vitorla", + "block.create.magenta_seat": "Bíbor ülés", + "block.create.magenta_toolbox": "Bíbor szerszámosláda", + "block.create.magenta_valve_handle": "Bíbor szelepfogantyú", + "block.create.mechanical_arm": "Mechanikus kar", + "block.create.mechanical_bearing": "Csapágy", + "block.create.mechanical_crafter": "Barkácsgép", + "block.create.mechanical_drill": "Fúrógép", + "block.create.mechanical_harvester": "Aratógép", + "block.create.mechanical_mixer": "Keverőgép", + "block.create.mechanical_piston": "Mechanikus dugattyú", + "block.create.mechanical_piston_head": "Mechanikus dugattyúfej", + "block.create.mechanical_plough": "Szántógép", + "block.create.mechanical_press": "Présgép", + "block.create.mechanical_pump": "Szivattyú", + "block.create.mechanical_saw": "Fűrészgép", + "block.create.metal_bracket": "Fémkeret", + "block.create.metal_girder": "Fémgerenda", + "block.create.metal_girder_encased_shaft": "Fémgerendával borított tengely", + "block.create.millstone": "Malomkő", + "block.create.minecart_anchor": "Csillerögzítés", + "block.create.mysterious_cuckoo_clock": "Kakukkos óra", + "block.create.nixie_tube": "Nixie-cső", + "block.create.nozzle": "Fúvóka", + "block.create.oak_window": "Tölgyfa ablak", + "block.create.oak_window_pane": "Tölgyfa ablaktábla", + "block.create.ochrum": "Okrum", + "block.create.ochrum_pillar": "Okrumoszlop", + "block.create.orange_sail": "Narancssárga vitorla", + "block.create.orange_seat": "Narancssárga ülés", + "block.create.orange_toolbox": "Narancssárga szerszámosláda", + "block.create.orange_valve_handle": "Narancssárga szelepfogantyú", + "block.create.ornate_iron_window": "Kovácsoltvas ablak", + "block.create.ornate_iron_window_pane": "Kovácsoltvas ablaktábla", + "block.create.oxidized_copper_shingle_slab": "Patinás rézzsindely-lap", + "block.create.oxidized_copper_shingle_stairs": "Patinás rézzsindely-lépcső", + "block.create.oxidized_copper_shingles": "Patinás rézzsindely", + "block.create.oxidized_copper_tile_slab": "Patinás rézcsempe-lap", + "block.create.oxidized_copper_tile_stairs": "Patinás rézcsempe-lépcső", + "block.create.oxidized_copper_tiles": "Patinás rézcsempe", + "block.create.peculiar_bell": "Különös harang", + "block.create.pink_nixie_tube": "Rózsaszín Nixie-cső", + "block.create.pink_sail": "Rózsaszín vitorla", + "block.create.pink_seat": "Rózsaszín ülés", + "block.create.pink_toolbox": "Rózsaszín szerszámosláda", + "block.create.pink_valve_handle": "Rózsaszín szelepfogantyú", + "block.create.piston_extension_pole": "Dugattyúkar-toldalék", + "block.create.placard": "Jelzőtábla", + "block.create.polished_cut_andesite": "Csiszolt vágott andezit", + "block.create.polished_cut_andesite_slab": "Csiszolt vágott andezitlap", + "block.create.polished_cut_andesite_stairs": "Csiszolt vágott andezitlépcső", + "block.create.polished_cut_andesite_wall": "Csiszolt vágott andezitfal", + "block.create.polished_cut_asurine": "Csiszolt vágott azurin", + "block.create.polished_cut_asurine_slab": "Csiszolt vágott azurinlap", + "block.create.polished_cut_asurine_stairs": "Csiszolt vágott azurinlépcső", + "block.create.polished_cut_asurine_wall": "Csiszolt vágott azurinfal", + "block.create.polished_cut_calcite": "Csiszolt vágott kalcit", + "block.create.polished_cut_calcite_slab": "Csiszolt vágott kalcitlap", + "block.create.polished_cut_calcite_stairs": "Csiszolt vágott kalcitlépcső", + "block.create.polished_cut_calcite_wall": "Csiszolt vágott kalcitfal", + "block.create.polished_cut_crimsite": "Csiszolt vágott krimzit", + "block.create.polished_cut_crimsite_slab": "Csiszolt vágott krimzitlap", + "block.create.polished_cut_crimsite_stairs": "Csiszolt vágott krimzitlépcső", + "block.create.polished_cut_crimsite_wall": "Csiszolt vágott krimzitfal", + "block.create.polished_cut_deepslate": "Csiszolt vágott mélypala", + "block.create.polished_cut_deepslate_slab": "Csiszolt vágott mélypala lap", + "block.create.polished_cut_deepslate_stairs": "Csiszolt vágott mélypala lépcső", + "block.create.polished_cut_deepslate_wall": "Csiszolt vágott mélypala fal", + "block.create.polished_cut_diorite": "Csiszolt vágott diorit", + "block.create.polished_cut_diorite_slab": "Csiszolt vágott dioritlap", + "block.create.polished_cut_diorite_stairs": "Csiszolt vágott dioritlépcső", + "block.create.polished_cut_diorite_wall": "Csiszolt vágott dioritfal", + "block.create.polished_cut_dripstone": "Csiszolt vágott cseppkőblokk", + "block.create.polished_cut_dripstone_slab": "Csiszolt vágott cseppkőblokk lap", + "block.create.polished_cut_dripstone_stairs": "Csiszolt vágott cseppkőblokk lépcső", + "block.create.polished_cut_dripstone_wall": "Csiszolt vágott cseppkőblokk fal", + "block.create.polished_cut_granite": "Csiszolt vágott gránit", + "block.create.polished_cut_granite_slab": "Csiszolt vágott gránitlap", + "block.create.polished_cut_granite_stairs": "Csiszolt vágott gránitlépcső", + "block.create.polished_cut_granite_wall": "Csiszolt vágott gránitfal", + "block.create.polished_cut_limestone": "Csiszolt vágott mészkő", + "block.create.polished_cut_limestone_slab": "Csiszolt vágott mészkőlap", + "block.create.polished_cut_limestone_stairs": "Csiszolt vágott mészkőlépcső", + "block.create.polished_cut_limestone_wall": "Csiszolt vágott mészkőfal", + "block.create.polished_cut_ochrum": "Csiszolt vágott okrum", + "block.create.polished_cut_ochrum_slab": "Csiszolt vágott okrumlap", + "block.create.polished_cut_ochrum_stairs": "Csiszolt vágott okrumlépcső", + "block.create.polished_cut_ochrum_wall": "Csiszolt vágott okrumfal", + "block.create.polished_cut_scorchia": "Csiszolt vágott perzselit", + "block.create.polished_cut_scorchia_slab": "Csiszolt vágott perzselitlap", + "block.create.polished_cut_scorchia_stairs": "Csiszolt vágott perzselitlépcső", + "block.create.polished_cut_scorchia_wall": "Csiszolt vágott perzselitfal", + "block.create.polished_cut_scoria": "Csiszolt vágott salakkő", + "block.create.polished_cut_scoria_slab": "Csiszolt vágott salakkőlap", + "block.create.polished_cut_scoria_stairs": "Csiszolt vágott salakkőlépcső", + "block.create.polished_cut_scoria_wall": "Csiszolt vágott salakkőfal", + "block.create.polished_cut_tuff": "Csiszolt vágott tufa", + "block.create.polished_cut_tuff_slab": "Csiszolt vágott tufalap", + "block.create.polished_cut_tuff_stairs": "Csiszolt vágott tufalépcső", + "block.create.polished_cut_tuff_wall": "Csiszolt vágott tufafal", + "block.create.polished_cut_veridium": "Csiszolt vágott verídium", + "block.create.polished_cut_veridium_slab": "Csiszolt vágott verídiumlap", + "block.create.polished_cut_veridium_stairs": "Csiszolt vágott verídiumlépcső", + "block.create.polished_cut_veridium_wall": "Csiszolt vágott verídiumfal", + "block.create.portable_fluid_interface": "Hordozható folyadékcsatlakozó", + "block.create.portable_storage_interface": "Tárolócsatlakozó", + "block.create.powered_latch": "Billenőrelé", + "block.create.powered_shaft": "Meghajtott tengely", + "block.create.powered_toggle_latch": "Váltó billenőrelé", + "block.create.pulley_magnet": "Csörlőmágnes", + "block.create.pulse_extender": "Impulzushosszabbító", + "block.create.pulse_repeater": "Impulzusismétlő", + "block.create.purple_nixie_tube": "Lila Nixie-cső", + "block.create.purple_sail": "Lila vitorla", + "block.create.purple_seat": "Lila ülés", + "block.create.purple_toolbox": "Lila szerszámosláda", + "block.create.purple_valve_handle": "Lila szelepfogantyú", + "block.create.radial_chassis": "Hengeres váz", + "block.create.railway_casing": "Vonat borítás", + "block.create.raw_zinc_block": "Nyerscinkblokk", + "block.create.red_nixie_tube": "Vörös Nixie-cső", + "block.create.red_sail": "Vörös vitorla", + "block.create.red_seat": "Vörös ülés", + "block.create.red_toolbox": "Vörös szerszámosláda", + "block.create.red_valve_handle": "Vörös szelepfogantyú", + "block.create.redstone_contact": "Redstone-érintkező", + "block.create.redstone_link": "Redstone-távvezérlő", + "block.create.refined_radiance_casing": "Fényöntvény-borítás", + "block.create.rope": "Kötél", + "block.create.rope_pulley": "Kötélcsörlő", + "block.create.rose_quartz_block": "Rózsakvarcblokk", + "block.create.rose_quartz_lamp": "Rózsakvarclámpa", + "block.create.rose_quartz_tiles": "Rózsakvarc csempe", + "block.create.rotation_speed_controller": "Fordulatszám-szabályzó", + "block.create.sail_frame": "Vitorlakeret", + "block.create.schematic_table": "Tervezőasztal", + "block.create.schematicannon": "Tervrajzlöveg", + "block.create.scorchia": "Perzselit", + "block.create.scorchia_pillar": "Perzselitoszlop", + "block.create.scoria": "Salakkő", + "block.create.scoria_pillar": "Salakkő oszlop", + "block.create.secondary_linear_chassis": "Másodlagos lineáris váz", + "block.create.sequenced_gearshift": "Önműködő váltó", + "block.create.shadow_steel_casing": "Árnyacél-borítás", + "block.create.shaft": "Tengely", + "block.create.small_andesite_brick_slab": "Andezit-dekortégla lap", + "block.create.small_andesite_brick_stairs": "Andezit-dekortégla lépcső", + "block.create.small_andesite_brick_wall": "Andezit-dekortégla fal", + "block.create.small_andesite_bricks": "Andezit dekortégla", + "block.create.small_asurine_brick_slab": "Azurin-dekortégla lap", + "block.create.small_asurine_brick_stairs": "Azurin-dekortégla lépcső", + "block.create.small_asurine_brick_wall": "Azurin-dekortégla fal", + "block.create.small_asurine_bricks": "Azurin dekortégla", + "block.create.small_bogey": "Kis forgóváz", + "block.create.small_calcite_brick_slab": "Kalcit-dekortégla lap", + "block.create.small_calcite_brick_stairs": "Kalcit-dekortégla lépcső", + "block.create.small_calcite_brick_wall": "Kalcit-dekortégla fal", + "block.create.small_calcite_bricks": "Kalcit dekortégla", + "block.create.small_crimsite_brick_slab": "Krimzit-dekortégla lap", + "block.create.small_crimsite_brick_stairs": "Krimzit-dekortégla lépcső", + "block.create.small_crimsite_brick_wall": "Krimzit-dekortégla fal", + "block.create.small_crimsite_bricks": "Krimzit dekortégla", + "block.create.small_deepslate_brick_slab": "Mélypala-dekortégla lap", + "block.create.small_deepslate_brick_stairs": "Mélypala-dekortégla lépcső", + "block.create.small_deepslate_brick_wall": "Mélypala-dekortégla fal", + "block.create.small_deepslate_bricks": "Mélypala dekortégla", + "block.create.small_diorite_brick_slab": "Diorit-dekortégla lap", + "block.create.small_diorite_brick_stairs": "Diorit-dekortégla lépcső", + "block.create.small_diorite_brick_wall": "Diorit-dekortégla fal", + "block.create.small_diorite_bricks": "Diorit dekortégla", + "block.create.small_dripstone_brick_slab": "Cseppkő-dekortégla lap", + "block.create.small_dripstone_brick_stairs": "Cseppkő-dekortégla lépcső", + "block.create.small_dripstone_brick_wall": "Cseppkő-dekortégla fal", + "block.create.small_dripstone_bricks": "Cseppkő dekortégla", + "block.create.small_granite_brick_slab": "Gránit-dekortégla lap", + "block.create.small_granite_brick_stairs": "Gránit-dekortégla lépcső", + "block.create.small_granite_brick_wall": "Gránit-dekortégla fal", + "block.create.small_granite_bricks": "Gránit dekortégla", + "block.create.small_limestone_brick_slab": "Mészkő-dekortégla lap", + "block.create.small_limestone_brick_stairs": "Mészkő-dekortégla lépcső", + "block.create.small_limestone_brick_wall": "Mészkő-dekortégla fal", + "block.create.small_limestone_bricks": "Mészkő dekortégla", + "block.create.small_ochrum_brick_slab": "Okrum-dekortégla lap", + "block.create.small_ochrum_brick_stairs": "Okrum-dekortégla lépcső", + "block.create.small_ochrum_brick_wall": "Okrum-dekortégla fal", + "block.create.small_ochrum_bricks": "Okrum dekortégla", + "block.create.small_rose_quartz_tiles": "Apró rózsakvarc csempe", + "block.create.small_scorchia_brick_slab": "Perzselit-dekortégla lap", + "block.create.small_scorchia_brick_stairs": "Perzselit-dekortégla lépcső", + "block.create.small_scorchia_brick_wall": "Perzselit-dekortégla fal", + "block.create.small_scorchia_bricks": "Perzselit dekortégla", + "block.create.small_scoria_brick_slab": "Salakkő-dekortégla lap", + "block.create.small_scoria_brick_stairs": "Salakkő-dekortégla lépcső", + "block.create.small_scoria_brick_wall": "Salakkő-dekortégla fal", + "block.create.small_scoria_bricks": "Salakkő dekortégla", + "block.create.small_tuff_brick_slab": "Tufa-dekortégla lap", + "block.create.small_tuff_brick_stairs": "Tufa-dekortégla lépcső", + "block.create.small_tuff_brick_wall": "Tufa-dekortégla fal", + "block.create.small_tuff_bricks": "Tufa dekortégla", + "block.create.small_veridium_brick_slab": "Verídium-dekortégla lap", + "block.create.small_veridium_brick_stairs": "Verídium-dekortégla lépcső", + "block.create.small_veridium_brick_wall": "Verídium-dekortégla fal", + "block.create.small_veridium_bricks": "Verídium dekortégla", + "block.create.smart_chute": "Szűrőakna", + "block.create.smart_fluid_pipe": "Folyadékszűrő", + "block.create.speedometer": "Fordulatszámmérő", + "block.create.spout": "Csap", + "block.create.spruce_window": "Fenyőfa ablak", + "block.create.spruce_window_pane": "Fenyőfa ablaktábla", + "block.create.steam_engine": "Gőzgép", + "block.create.steam_whistle": "Gőzsíp", + "block.create.steam_whistle_extension": "Gőzsíp-toldalék", + "block.create.sticker": "Tapadó", + "block.create.sticky_mechanical_piston": "Ragacsos mechanikus dugattyú", + "block.create.stockpile_switch": "Tartalomrelé", + "block.create.stressometer": "Nyomatékmérő", + "block.create.tiled_glass": "Osztott üveg", + "block.create.tiled_glass_pane": "Osztott üveglap", + "block.create.track": "Vasúti sín", + "block.create.track_observer": "Vonatfigyelő", + "block.create.track_signal": "Szemafor", + "block.create.track_station": "Vasútállomás", + "block.create.train_door": "Vonatajtó", + "block.create.train_trapdoor": "Vonat-csapóajtó", + "block.create.tuff_pillar": "Tufaoszlop", + "block.create.turntable": "Forgótálca", + "block.create.veridium": "Verídium", + "block.create.veridium_pillar": "Verídiumoszlop", + "block.create.vertical_framed_glass": "Függőlegesen osztott üveg", + "block.create.vertical_framed_glass_pane": "Függőlegesen osztott üveglap", + "block.create.warped_window": "Torz ablak", + "block.create.warped_window_pane": "Torz ablaktábla", + "block.create.water_wheel": "Vízikerék", + "block.create.waxed_copper_shingle_slab": "Viaszolt rézzsindely-lap", + "block.create.waxed_copper_shingle_stairs": "Viaszolt rézzsindely-lépcső", + "block.create.waxed_copper_shingles": "Viaszolt rézzsindely", + "block.create.waxed_copper_tile_slab": "Viaszolt rézcsempe-lap", + "block.create.waxed_copper_tile_stairs": "Viaszolt rézcsempe-lépcső", + "block.create.waxed_copper_tiles": "Viaszolt rézcsempe", + "block.create.waxed_exposed_copper_shingle_slab": "Viaszolt, megviselt rézzsindely-lap", + "block.create.waxed_exposed_copper_shingle_stairs": "Viaszolt, megviselt rézzsindely-lépcső", + "block.create.waxed_exposed_copper_shingles": "Viaszolt, megviselt rézzsindely", + "block.create.waxed_exposed_copper_tile_slab": "Viaszolt, megviselt rézcsempe-lap", + "block.create.waxed_exposed_copper_tile_stairs": "Viaszolt, megviselt rézcsempe-lépcső", + "block.create.waxed_exposed_copper_tiles": "Viaszolt, megviselt rézcsempe", + "block.create.waxed_oxidized_copper_shingle_slab": "Viaszolt, patinás rézzsindely-lap", + "block.create.waxed_oxidized_copper_shingle_stairs": "Viaszolt, patinás rézzsindely-lépcső", + "block.create.waxed_oxidized_copper_shingles": "Viaszolt, patinás rézzsindely", + "block.create.waxed_oxidized_copper_tile_slab": "Viaszolt, patinás rézcsempe-lap", + "block.create.waxed_oxidized_copper_tile_stairs": "Viaszolt, patinás rézcsempe-lépcső", + "block.create.waxed_oxidized_copper_tiles": "Viaszolt, patinás rézcsempe", + "block.create.waxed_weathered_copper_shingle_slab": "Viaszolt, viharvert rézzsindely-lap", + "block.create.waxed_weathered_copper_shingle_stairs": "Viaszolt, viharvert rézzsindely-lépcső", + "block.create.waxed_weathered_copper_shingles": "Viaszolt, viharvert rézzsindely", + "block.create.waxed_weathered_copper_tile_slab": "Viaszolt, viharvert rézcsempe-lap", + "block.create.waxed_weathered_copper_tile_stairs": "Viaszolt, viharvert rézcsempe-lépcső", + "block.create.waxed_weathered_copper_tiles": "Viaszolt, viharvert rézcsempe", + "block.create.weathered_copper_shingle_slab": "Viharvert rézzsindely-lap", + "block.create.weathered_copper_shingle_stairs": "Viharvert rézzsindely-lépcső", + "block.create.weathered_copper_shingles": "Viharvert rézzsindely", + "block.create.weathered_copper_tile_slab": "Viharvert rézcsempe-lap", + "block.create.weathered_copper_tile_stairs": "Viharvert rézcsempe-lépcső", + "block.create.weathered_copper_tiles": "Viharvert rézcsempe", + "block.create.weighted_ejector": "Súlymérő katapult", + "block.create.white_nixie_tube": "Fehér Nixie-cső", + "block.create.white_sail": "Fehér vitorla", + "block.create.white_seat": "Fehér ülés", + "block.create.white_toolbox": "Fehér szerszámosláda", + "block.create.white_valve_handle": "Fehér szelepfogantyú", + "block.create.windmill_bearing": "Szélkerék-csapágy", + "block.create.wooden_bracket": "Fakeret", + "block.create.yellow_nixie_tube": "Sárga Nixie-cső", + "block.create.yellow_sail": "Sárga vitorla", + "block.create.yellow_seat": "Sárga ülés", + "block.create.yellow_toolbox": "Sárga", + "block.create.yellow_valve_handle": "Sárga szelepfogantyú", + "block.create.zinc_block": "Cinkblokk", + "block.create.zinc_ore": "Cinkérc", + + "enchantment.create.capacity": "Űrtartalom", + "enchantment.create.potato_recovery": "Újrafelhasználás", + + "entity.create.carriage_contraption": "Többcsillés szerkezet", + "entity.create.contraption": "Szerkezet", + "entity.create.crafting_blueprint": "Barkácsábra", + "entity.create.gantry_contraption": "Futómacska-szerkezet", + "entity.create.potato_projectile": "Kilőtt zöldség", + "entity.create.seat": "Ülés", + "entity.create.stationary_contraption": "Álló szerkezet", + "entity.create.super_glue": "Pillanatragasztó", + + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", + "fluid.create.potion": "Bájital", + "fluid.create.tea": "Bányásztea", + + "item.create.andesite_alloy": "Andezitötvözet", + "item.create.attribute_filter": "Tulajdonságszűrő", + "item.create.bar_of_chocolate": "Csokoládétábla", + "item.create.belt_connector": "Futószalag", + "item.create.blaze_cake": "Őrlángtorta", + "item.create.blaze_cake_base": "Őrlángpiskóta", + "item.create.brass_hand": "Sárgaréz kéz", + "item.create.brass_ingot": "Sárgarézrúd", + "item.create.brass_nugget": "Sárgarézrög", + "item.create.brass_sheet": "Sárgaréz lemez", + "item.create.builders_tea": "Bányásztea", + "item.create.chest_minecart_contraption": "Tárolócsille-szerkezet", + "item.create.chocolate_bucket": "Csokoládésvödör", + "item.create.chocolate_glazed_berries": "Bogyók csokoládébevonattal", + "item.create.chromatic_compound": "Színesszencia", + "item.create.cinder_flour": "Zsarátnokliszt", + "item.create.copper_backtank": "Réz hátitartály", + "item.create.copper_backtank_placeable": "Lehelyezhető réz hátitartály", + "item.create.copper_nugget": "Rézrög", + "item.create.copper_sheet": "Rézlemez", + "item.create.crafter_slot_cover": "Barkácsrekesz-fedő", + "item.create.crafting_blueprint": "Barkács Tervrajz", + "item.create.creative_blaze_cake": "Kreatív őrlángtorta", + "item.create.crushed_aluminum_ore": "Zúzott alumíniumérc", + "item.create.crushed_copper_ore": "Zúzott rézérc", + "item.create.crushed_gold_ore": "Zúzott aranyérc", + "item.create.crushed_iron_ore": "Zúzott vasérc", + "item.create.crushed_lead_ore": "Zúzott ólomérc", + "item.create.crushed_nickel_ore": "Zúzott nikkelérc", + "item.create.crushed_osmium_ore": "Zúzott ozmiumérc", + "item.create.crushed_platinum_ore": "Zúzott platinaérc", + "item.create.crushed_quicksilver_ore": "Zúzott higanyérc", + "item.create.crushed_silver_ore": "Zúzott ezüstérc", + "item.create.crushed_tin_ore": "Zúzott ónérc", + "item.create.crushed_uranium_ore": "Zúzott uránérc", + "item.create.crushed_zinc_ore": "Zúzott cinkérc", + "item.create.diving_boots": "Búvárcsizma", + "item.create.diving_helmet": "Búvársisak", + "item.create.dough": "Kenyértészta", + "item.create.electron_tube": "Elektroncső", + "item.create.empty_blaze_burner": "Üres őrlángégő", + "item.create.empty_schematic": "Üres tervrajz", + "item.create.experience_nugget": "Tapasztalatmorzsa", + "item.create.extendo_grip": "Messzefogó", + "item.create.filter": "Szűrő", + "item.create.furnace_minecart_contraption": "Kemencés csilleszerkezet", + "item.create.goggles": "Mérnöki szemüveg", + "item.create.golden_sheet": "Aranylemez", + "item.create.handheld_worldshaper": "Kreatív blokkvető", + "item.create.honey_bucket": "Mézesvödör", + "item.create.honeyed_apple": "Mézes alma", + "item.create.incomplete_precision_mechanism": "Félkész óramű", + "item.create.incomplete_track": "Félkész vasúti sín", + "item.create.iron_sheet": "Vaslemez", + "item.create.linked_controller": "Kézi távvezérlő", + "item.create.minecart_contraption": "Csilleszerkezet", + "item.create.minecart_coupling": "Csillekapcsoló rúd", + "item.create.polished_rose_quartz": "Csiszolt rózsakvarc", + "item.create.potato_cannon": "Krumpliágyú", + "item.create.powdered_obsidian": "Porított obszidián", + "item.create.precision_mechanism": "Óramű", + "item.create.propeller": "Légcsavar", + "item.create.raw_zinc": "Nyerscink", + "item.create.red_sand_paper": "Vörös csiszolópapír", + "item.create.refined_radiance": "Finomított fényöntvény", + "item.create.rose_quartz": "Rózsakvarc", + "item.create.sand_paper": "Csiszolópapír", + "item.create.schedule": "Vasúti menetrend", + "item.create.schematic": "Tervrajz", + "item.create.schematic_and_quill": "Tervrajz és toll", + "item.create.shadow_steel": "Árnyacél", + "item.create.sturdy_sheet": "Merevített lemez", + "item.create.super_glue": "Pillanatragasztó", + "item.create.sweet_roll": "Tejszínes tekercs", + "item.create.tree_fertilizer": "Fatrágya", + "item.create.unprocessed_obsidian_sheet": "Feldolgozatlan obszidiánlemez", + "item.create.vertical_gearbox": "Függőleges fogaskerékház", + "item.create.wand_of_symmetry": "Szimmetriapálca", + "item.create.wheat_flour": "Búzaliszt", + "item.create.whisk": "Habverő", + "item.create.wrench": "Csavarkulcs", + "item.create.zinc_ingot": "Cinkrúd", + "item.create.zinc_nugget": "Cinkrög", + + + "_": "->------------------------] Advancements [------------------------<-", + + "advancement.create.root": "Üdvözlünk a Create-ben", + "advancement.create.root.desc": "Szerkezetek a láthatáron", + "advancement.create.andesite_alloy": "Sziklánál szilárdabb", + "advancement.create.andesite_alloy.desc": "Szerezz némi andezitötvözetet, a Create legfontosabb anyagát", + "advancement.create.andesite_casing": "Andezitkorszak", + "advancement.create.andesite_casing.desc": "Helyezz andezitötvözetet kérgezett fára; ebből lesz egy egyszerű borítás a gépeidnek", + "advancement.create.mechanical_press": "Bonk!", + "advancement.create.mechanical_press.desc": "Állíts elő néhány lemezt egy présgéppel", + "advancement.create.encased_fan": "Új szelek fújnak", + "advancement.create.encased_fan.desc": "Helyezz le és hajts meg egy fedett ventillátort", + "advancement.create.fan_processing": "Részecskekezelés", + "advancement.create.fan_processing.desc": "Használj fel egy ventillátort anyagok feldolgozására", + "advancement.create.saw_processing": "A műhely réme", + "advancement.create.saw_processing.desc": "Használj fel egy állított fűrészgépet anyagok feldolgozására", + "advancement.create.compacting": "Rövid és tömör", + "advancement.create.compacting.desc": "Készíts több elemből kevesebbet egy présgép és egy teknő segítségével", + "advancement.create.belt": "Hínárhajtás", + "advancement.create.belt.desc": "Köss össze két tengelyt egy szalaggal", + "advancement.create.funnel": "Repülőtér érzet", + "advancement.create.funnel.desc": "Vegyél ki vagy tegyél be tárgyakat a tárolóba kapu segítségével", + "advancement.create.chute": "Aknakereső", + "advancement.create.chute.desc": "Szállíts néhány tárgyat szállítóaknával", + "advancement.create.mechanical_mixer": "Felkavaró élmény", + "advancement.create.mechanical_mixer.desc": "Egyesíts néhány összetevőt egy keverőgépben", + "advancement.create.burner": "Élő gázrózsa", + "advancement.create.burner.desc": "Szerezz egy őrlángégőt", + "advancement.create.water_wheel": "Vezérlő hiraulika", + "advancement.create.water_wheel.desc": "Helyezz le egy vízikereket, hogy nyomaték generálására használd", + "advancement.create.windmill": "Gyöngéd fuvallat", + "advancement.create.windmill.desc": "Építs egy szélkereket, és használd fel a gépeid meghajtására", + "advancement.create.shifting_gears": "Fogas kérdés", + "advancement.create.shifting_gears.desc": "Kapcsolj össze egy nagy és egy kis fogaskereket, így megváltoztatva az építményeid fordulatszámát", + "advancement.create.millstone": "Öleld át a malomkövet", + "advancement.create.millstone.desc": "Használj malomkövet az anyagok porításához", + "advancement.create.super_glue": "A kapcsolat korszaka", + "advancement.create.super_glue.desc": "Ragassz egybe néhány blokkot", + "advancement.create.contraption_actors": "Céltudatos mozgás", + "advancement.create.contraption_actors.desc": "Hozzon létre egy szerkezetet fúrógépekkel, fűrészgépekkel vagy aratógépekkel a fedélzeten", + "advancement.create.portable_storage_interface": "Ügylet útközben", + "advancement.create.portable_storage_interface.desc": "Használd a tárolócsatlakozót, hogy tárgyakat helyezz be, vagy vegyél ki a szerkezetből", + "advancement.create.wrench_goggles": "Teljes felszerelés", + "advancement.create.wrench_goggles.desc": "Vértezd fel magad egy mérnöki szemüveggel és egy csavarkulccsal", + "advancement.create.stressometer": "Nikkelezett szemmérték", + "advancement.create.stressometer.desc": "Olvasd le egy hálózat pontos terhelését egy nyomatékmérőről mérnöki szemüveg segítségével", + "advancement.create.cuckoo_clock": "Idő van", + "advancement.create.cuckoo_clock.desc": "Hallgasd, ahogy egy kakukkos óra elüti a lefekvésidőt", + "advancement.create.windmill_maxed": "Erős fuvallat", + "advancement.create.windmill_maxed.desc": "Építs egy maximális erősségű szélkereket", + "advancement.create.ejector_maxed": "Műugróbajnok", + "advancement.create.ejector_maxed.desc": "Lövesd ki magad legalább 30 méterre egy súlymérő katapulttal", + "advancement.create.pulley_maxed": "Kötél a semmibe", + "advancement.create.pulley_maxed.desc": "Eressz le egy csörlőt legalább 200 blokk mélységig", + "advancement.create.cart_pickup": "Erőművész", + "advancement.create.cart_pickup.desc": "Szedj fel egy legalább 200 blokkból álló csilleszerkezetet", + "advancement.create.anvil_plough": "Ki tudja, hol áll meg?", + "advancement.create.anvil_plough.desc": "Lőj ki egy üllőt szántógépek segítségével", + "advancement.create.lava_wheel_00000": "Lávakerék", + "advancement.create.lava_wheel_00000.desc": "Ennek nem lenne szabad működnie§7\n(Rejtett előrelépés)", + "advancement.create.hand_crank_000": "Jót tesz a testmozgás", + "advancement.create.hand_crank_000.desc": "Használj egy hajtókart a teljes kimerülésig§7\n(Rejtett előrelépés)", + "advancement.create.belt_funnel_kiss": "Kapu-nász a szalagon", + "advancement.create.belt_funnel_kiss.desc": "Csókolóztass össze két, szalagra épített kaput§7\n(Rejtett előrelépés)", + "advancement.create.stressometer_maxed": "Tökéletes kihasználtság", + "advancement.create.stressometer_maxed.desc": "Olvass le 100%-os kijelzést egy nyomatékmérőről§7\n(Rejtett előrelépés)", + "advancement.create.copper": "UNLOCALIZED: Cuprum Bokum", + "advancement.create.copper.desc": "Gyűjts össze néhány rézrudat a folyadékkezelési kísérlethez", + "advancement.create.copper_casing": "Rézkorszak", + "advancement.create.copper_casing.desc": "Helyezz egy rézrudat kérgezett fára; ebből lesz vízhatlan borítása a gépeidnek", + "advancement.create.spout": "Placcs", + "advancement.create.spout.desc": "Nézd végig, ahogy egy vizet tartalmazó tárgyat megtölt egy csap", + "advancement.create.drain": "Mintha ráöntötték volna", + "advancement.create.drain.desc": "Üríts ki egy edényt lefolyótálcával", + "advancement.create.steam_engine": "Az Erőmű", + "advancement.create.steam_engine.desc": "Használj gőzgépet nyomaték generálására", + "advancement.create.steam_whistle": "Egy Angyal hangja", + "advancement.create.steam_whistle.desc": "Aktiváld a gőzsípot", + "advancement.create.backtank": "Légnyomás elvitelre", + "advancement.create.backtank.desc": "Készíts réz hátitartály és győződj meg róla, hogy légnyomás halmozódjon fel benne", + "advancement.create.diving_suit": "Készen áll a mélységekre", + "advancement.create.diving_suit.desc": "Vegyél fel egy búvársisakot és egy réz hátitartály, majd ugorj vízbe", + "advancement.create.mechanical_pump_0": "Nyomás alatt", + "advancement.create.mechanical_pump_0.desc": "Helyezz le és aktiválj egy szivattyút", + "advancement.create.glass_pipe": "Mi folyik itt?", + "advancement.create.glass_pipe.desc": "Használd a csavarkulcsod egy folyadékot tartalmazó csőszakaszon", + "advancement.create.water_supply": "Pocsolyagyűjtő", + "advancement.create.water_supply.desc": "Használd a csőszakasz vagy a szivattyú húzó végét a víz összegyűjtésére", + "advancement.create.hose_pulley": "Ipari kiömlés", + "advancement.create.hose_pulley.desc": "Engedj le egy tömlős csörlőt és nézd, ahogy kiüríti vagy feltölti folyadéktömeget", + "advancement.create.chocolate_bucket": "Te és a csokigyár", + "advancement.create.chocolate_bucket.desc": "Szerezz egy vödörnyi olvadt csokoládét", + "advancement.create.honey_drain": "Mechanikus méhészet", + "advancement.create.honey_drain.desc": "Nyerd ki a mézet egy méhkasból vagy -kaptárból csövek segítségével", + "advancement.create.hose_pulley_lava": "UNLOCALIZED: Tapping the Mantle", + "advancement.create.hose_pulley_lava.desc": "Szivattyúzz ki egy akkora lávatóból, amely már végtelennek tekinthető", + "advancement.create.steam_engine_maxed": "Teljes gőzzel", + "advancement.create.steam_engine_maxed.desc": "Használj ki egy kazánt maximális teljesítményen", + "advancement.create.foods": "Te és az élelmiszergyár", + "advancement.create.foods.desc": "Gyárts le csokoládébevonatú bogyókat, egy mézezett almát és egy tejszínes tekercset ugyanabból a csapból", + "advancement.create.diving_suit_lava": "Úszás az álomfutókkal", + "advancement.create.diving_suit_lava.desc": "Próbáld ki a búvárfelszerelésed lávában§7\n(Rejtett előrelépés)", + "advancement.create.chained_drain": "Hadd guruljon!", + "advancement.create.chained_drain.desc": "Küldj át egy tárgyat több összekapcsolt lefolyótálcán§7\n(Rejtett előrelépés)", + "advancement.create.cross_streams": "Ne keresztezd a sugarakat!", + "advancement.create.cross_streams.desc": "Nézz két folyadékot, ahogy találkoznak a csőhálózatban§7\n(Rejtett előrelépés)", + "advancement.create.pipe_organ": "Orgonasípok", + "advancement.create.pipe_organ.desc": "Szerelj 12 különböző magasságú gőzsípot ugyanarra a tartályra§7\n(Rejtett előrelépés)", + "advancement.create.brass": "Egy igazi ötvözet", + "advancement.create.brass.desc": "Készíts sárgarezet réz és cink ötvözésével az őrlángfűtésű keverőgépedben", + "advancement.create.brass_casing": "Sárgarézkorszak", + "advancement.create.brass_casing.desc": "Helyezz egy sárgarézrudat kérgezett fára; ebből lesz a borítása a fejlettebb gépeidnek", + "advancement.create.rose_quartz": "Rózsaszín gyémántok", + "advancement.create.rose_quartz.desc": "Csiszolj egy kis rózsakvarcot", + "advancement.create.deployer": "Használ, helyez, harcol", + "advancement.create.deployer.desc": "Helyezz le és hozz működésbe egy lehelyezőt, a tökéletes gépi másodat", + "advancement.create.precision_mechanism": "Összetett érdekességek", + "advancement.create.precision_mechanism.desc": "Szerelj össze egy óraművet", + "advancement.create.speed_controller": "A mérnökök nem szeretnék, ha ezt tudnád", + "advancement.create.speed_controller.desc": "Finomhangold a szerkezeted egy fordulatszám-szabályzóval", + "advancement.create.mechanical_arm": "Szorgos kezek", + "advancement.create.mechanical_arm.desc": "Nézd meg, hogy hogyan szállítja a mechanikus kéz az első tárgyát", + "advancement.create.mechanical_crafter": "Automatizált összeszerelés", + "advancement.create.mechanical_crafter.desc": "Helyezz le és hozz működésbe néhány barkácsgépet", + "advancement.create.crushing_wheel": "Egy óriáspár", + "advancement.create.crushing_wheel.desc": "Helyezz le és hozz működésbe egy zúzókerék-párt", + "advancement.create.haunted_bell": "Árnyékérzék", + "advancement.create.haunted_bell.desc": "Szólaltass meg egy lélekharangot", + "advancement.create.clockwork_bearing": "Óraszerkentyű", + "advancement.create.clockwork_bearing.desc": "Szerelj össze egy óramutató-csapágyra szerelt szerkezetet", + "advancement.create.display_link": "Big Data", + "advancement.create.display_link.desc": "Jeleníts meg valamilyen adatot egy kijelző-távvezérlőn keresztül", + "advancement.create.potato_cannon": "Fwoomp!", + "advancement.create.potato_cannon.desc": "Győzz le egy ellenfelet a krumpliágyúddal", + "advancement.create.extendo_grip": "Boioioing!", + "advancement.create.extendo_grip.desc": "Szerezz be egy messzefogót", + "advancement.create.linked_controller": "Távoli aktiválás", + "advancement.create.linked_controller.desc": "Aktiválj egy redstone-távvezérlőt a kézi távvezérlővel", + "advancement.create.arm_blaze_burner": "Fűtőinas", + "advancement.create.arm_blaze_burner.desc": "Fogj be egy mechanikus kart egy őrlángégő etetésére", + "advancement.create.crusher_maxed_0000": "Zúzzunk bele", + "advancement.create.crusher_maxed_0000.desc": "Működtess egy zúzókerék-párt maximális fordulatszámon", + "advancement.create.arm_many_targets": "A mindenes", + "advancement.create.arm_many_targets.desc": "Társíts egy mechanikus karhoz tíz vagy több kimenetet", + "advancement.create.potato_cannon_collide": "Növényi tűzijáték", + "advancement.create.potato_cannon_collide.desc": "Ütköztess egymással két különböző típusú krumpliágyú-lövedéket", + "advancement.create.self_deploying": "Önvezető csille", + "advancement.create.self_deploying.desc": "Építs egy csilleszerkezetet, amely képes síneket fektetni maga elé", + "advancement.create.fist_bump": "Ökölpacsi!", + "advancement.create.fist_bump.desc": "Tégy le két lehelyezőt úgy, hogy így üdvözöljék egymást§7\n(Rejtett előrelépés)", + "advancement.create.crafter_lazy_000": "Jól van az úgy", + "advancement.create.crafter_lazy_000.desc": "Lassíts le drámai mértékben egy barkácsgépet, hogy tovább halogathasd a hatékonyabb infrastruktúra kiépítését§7\n(Rejtett előrelépés)", + "advancement.create.extendo_grip_dual": "Teljes mértékben", + "advancement.create.extendo_grip_dual.desc": "Kettős hatótávolságú messzefogó az emberfeletti eléréshez§7\n(Rejtett előrelépés)", + "advancement.create.musical_arm": "Zenegép-gép", + "advancement.create.musical_arm.desc": "Működtess mechanikus karral egy zenegépet§7\n(Rejtett előrelépés)", + "advancement.create.sturdy_sheet": "Sziklánál szilárdabbnál is szilárdabb", + "advancement.create.sturdy_sheet.desc": "Állíts elő egy merevített lemezt porított obszidián finomításával", + "advancement.create.train_casing_00": "Logisztikai korszak", + "advancement.create.train_casing_00.desc": "Merevített lemez felhasználásával készíts borítást a vasúti alkatrészeknek", + "advancement.create.train": "Beszállás!", + "advancement.create.train.desc": "Rakd össze az első vonatod", + "advancement.create.conductor": "Karmester-oktató", + "advancement.create.conductor.desc": "Utasíts egy mozdonyvezetőt egy vonatmenetrenddel", + "advancement.create.track_signal": "Forgalomszabályozás", + "advancement.create.track_signal.desc": "Helyezz le egy szemafort", + "advancement.create.display_board_0": "Dinamikus menetrend", + "advancement.create.display_board_0.desc": "A kijelző-távvezérlő segítségével előre jelezheti a vonat érkezését a pergőlapos kijelzőn", + "advancement.create.track_0": "Új nyomtávon", + "advancement.create.track_0.desc": "Szerezz be néhány vasúti sínt", + "advancement.create.train_whistle": "Tütűűű!", + "advancement.create.train_whistle.desc": "Szerelj a vonatodra egy gőzsípot, és szólaltasd meg vezetés közben", + "advancement.create.train_portal": "Dimenziós ingázó", + "advancement.create.train_portal.desc": "Menj át vonattal egy nether-portálon", + "advancement.create.track_crafting_factory": "Síngyár", + "advancement.create.track_crafting_factory.desc": "Gyárts le több, mint 1000 vasúti sínt ugyanazzal a présgéppel", + "advancement.create.long_bend": "A leghosszabb kanyar", + "advancement.create.long_bend.desc": "Hozz létre egy ívelt pályaszakaszt, amely több, mint 30 blokkon ível át", + "advancement.create.long_train": "Ambiciózus törekvések", + "advancement.create.long_train.desc": "Hozz létre egy vonatot legalább 6 kocsival", + "advancement.create.long_travel": "Terepgyakorlat", + "advancement.create.long_travel.desc": "Hagyj el egy vonatülést több, mint 5000 blokkra attól a helytől, ahonnan indultál", + "advancement.create.train_roadkill": "Nem ütöttünk el valamit?", + "advancement.create.train_roadkill.desc": "Hajts át egy ellenséges mobon vonattal§7\n(Rejtett előrelépés)", + "advancement.create.red_signal": "„Tudom, mit csinálok”", + "advancement.create.red_signal.desc": "Hajts át vonattal egy tilos jelzésen§7\n(Rejtett előrelépés)", + "advancement.create.train_crash": "Rémes szolgáltatás", + "advancement.create.train_crash.desc": "Élj át egy vasúti karambolt utasként§7\n(Rejtett előrelépés)", + "advancement.create.train_crash_backwards": "Vakfolt", + "advancement.create.train_crash_backwards.desc": "Tolass bele egy másik vonatba§7\n(Rejtett előrelépés)", + + + "_": "->------------------------] UI & Messages [------------------------<-", + + "itemGroup.create.base": "Create", + "itemGroup.create.palettes": "Create építőelemek", + + "death.attack.create.crush": "%1$s feldolgozásra került két zúzókerék között", + "death.attack.create.crush.player": "%1$s bezúzódott, miközben %2$s elől menekült", + "death.attack.create.fan_fire": "%1$s ropogósra sült egy ventillátor előtt", + "death.attack.create.fan_fire.player": "%1$s ropogósra sült, miközben %2$s elől menekült", + "death.attack.create.fan_lava": "%1$s hamuvá égett egy ventillátor előtt", + "death.attack.create.fan_lava.player": "%1$s egy tüzes légáramba lépett, miközben %2$s elől menekült", + "death.attack.create.mechanical_drill": "%1$s egy fúrógép előtt lyukadt ki", + "death.attack.create.mechanical_drill.player": "%1$s egy fúrógép elé ugrott %2$s elől", + "death.attack.create.mechanical_saw": "%1$s ketté lett fűrészelve", + "death.attack.create.mechanical_saw.player": "%1$s egy fűrészgép elé ugrott %2$s elől", + "death.attack.create.potato_cannon": "%2$s lelőtte %1$s játékost egy krumpliágyúval", + "death.attack.create.potato_cannon.item": "%2$s lelőtte %1$s játékost %3$s nevű krumpliágyújával", + "death.attack.create.cuckoo_clock_explosion": "%1$s egy felrobbanó kakukkos óra áldozata lett", + "death.attack.create.cuckoo_clock_explosion.player": "%1$s egy felrobbanó kakukkos óra áldozata lett", + "death.attack.create.run_over": "%2$s elütötte %1$s játékost", + + "create.block.deployer.damage_source_name": "egy elszabadult lehelyező", + "create.block.cart_assembler.invalid": "Az illesztőállomásod helyezd egy sínblokkra", + + "create.menu.return": "Vissza a menühöz", + "create.menu.configure": "Beállítások...", + "create.menu.ponder_index": "Töprengésjegyzék", + "create.menu.only_ingame": "Csak játék közben érhető el", + "create.menu.report_bugs": "Hibabejelentés", + "create.menu.support": "Támogatás", + + "create.recipe.crushing": "Zúzás", + "create.recipe.milling": "Őrlés", + "create.recipe.fan_washing": "Nagyüzemi mosás", + "create.recipe.fan_washing.fan": "Víz mögötti ventillátor", + "create.recipe.fan_smoking": "Nagyüzemi füstölés", + "create.recipe.fan_smoking.fan": "Tűz mögötti ventillátor", + "create.recipe.fan_haunting": "Nagyüzemi kísértés", + "create.recipe.fan_haunting.fan": "Lélektűz mögötti ventillátor", + "create.recipe.fan_blasting": "Nagyüzemi olvasztás", + "create.recipe.fan_blasting.fan": "Láva mögötti ventillátor", + "create.recipe.pressing": "Préselés", + "create.recipe.mixing": "Kavarás", + "create.recipe.deploying": "Gépi lehelyezés", + "create.recipe.automatic_shapeless": "Gépi kötetlen barkácsolás", + "create.recipe.automatic_brewing": "Gépi főzés", + "create.recipe.packing": "Tömörítés", + "create.recipe.automatic_packing": "Gépi tömörítés", + "create.recipe.sawing": "Fűrészelés", + "create.recipe.mechanical_crafting": "Gépi barkácsolás", + "create.recipe.automatic_shaped": "Gépi kötött barkácsolás", + "create.recipe.block_cutting": "Blokkvágás", + "create.recipe.wood_cutting": "Fafaragás", + "create.recipe.sandpaper_polishing": "Csiszolás", + "create.recipe.mystery_conversion": "Rejtélyes folyamat", + "create.recipe.spout_filling": "Feltöltés csapból", + "create.recipe.draining": "Lefolyatás", + "create.recipe.item_application": "Kézi tárgyhasználat", + "create.recipe.item_application.any_axe": "Bármilyen fejsze", + "create.recipe.sequenced_assembly": "Gyártósor", + "create.recipe.assembly.next": "Következő: %1$s", + "create.recipe.assembly.step": "%1$s. lépés:", + "create.recipe.assembly.progress": "Lépések: %1$s/%2$s", + "create.recipe.assembly.pressing": "Préselés", + "create.recipe.assembly.spout_filling_fluid": "%1$s ráadagolása", + "create.recipe.assembly.deploying_item": "%1$s ráhelyezése", + "create.recipe.assembly.cutting": "Fűrészelés", + "create.recipe.assembly.repeat": "Végrehajtás %1$s alkalommal", + "create.recipe.assembly.junk": "Selejt", + "create.recipe.processing.chance": "%1$s%% esély", + "create.recipe.deploying.not_consumed": "Nem használódik el", + "create.recipe.heat_requirement.none": "Nem igényel hevítést", + "create.recipe.heat_requirement.heated": "Hevítés", + "create.recipe.heat_requirement.superheated": "Ultrahevítés", + + "create.generic.range": "Hatótáv", + "create.generic.radius": "Sugár", + "create.generic.width": "Szélesség", + "create.generic.height": "Magasság", + "create.generic.length": "Hosszúság", + "create.generic.speed": "Sebesség", + "create.generic.delay": "Késleltetés", + "create.generic.duration": "Időtartam", + "create.generic.timeUnit": "Időegység", + "create.generic.unit.ticks": "tick", + "create.generic.unit.seconds": "másodperc", + "create.generic.unit.minutes": "perc", + "create.generic.daytime.hour": "Óra", + "create.generic.daytime.minute": "Perc", + "create.generic.daytime.second": "Másodperc", + "create.generic.daytime.pm": "du", + "create.generic.daytime.am": "de", + "create.generic.unit.rpm": "RPM", + "create.generic.unit.stress": "su", + "create.generic.unit.degrees": "°", + "create.generic.unit.millibuckets": "mB", + "create.generic.unit.buckets": "B", + "create.generic.clockwise": "Órával egyezően", + "create.generic.counter_clockwise": "Órával ellentétesen", + "create.generic.in_quotes": "„%1$s”", + "create.generic.pitch": "Hangmagasság: %1$s", + "create.generic.notes": "F♯;F;E;D♯;D;C♯;C;H;A♯;A;G♯;G", + + "create.action.scroll": "Görgetés", + "create.action.confirm": "Elfogadás", + "create.action.abort": "Megszakítás", + "create.action.saveToFile": "Mentés", + "create.action.discard": "Elvetés", + + "create.keyinfo.toolmenu": "Tervrajz-menü vezérlése", + "create.keyinfo.toolbelt": "A közeli szerszámosládák elérése", + "create.keyinfo.scrollup": "Felfelé görgetés szimulálása (világon belül)", + "create.keyinfo.scrolldown": "Lefelé görgetés szimulálása (világon belül)", + + "create.gui.scrollInput.defaultTitle": "Válassz egy műveletet:", + "create.gui.scrollInput.scrollToModify": "Görgess a módosításhoz", + "create.gui.scrollInput.scrollToAdjustAmount": "Görgess az érték pontosításához", + "create.gui.scrollInput.scrollToSelect": "Görgess a kiválasztáshoz", + "create.gui.scrollInput.shiftScrollsFaster": "Nyomd a shift-et, hogy gyorsabban görgess", + "create.gui.toolmenu.focusKey": "Fókuszálj a [%1$s] gomb lenyomásával", + "create.gui.toolmenu.cycle": "[SCROLL] a váltáshoz", + + "create.toolbox.unequip": "%1$s levétele", + "create.toolbox.outOfRange": "A kézben tartott elem szerszámosládája nincs hatótávon belül", + "create.toolbox.detach": "A követés leállítása és elem megtartása", + "create.toolbox.depositAll": "Az elemek visszarakása egy közelben lévő szerszámosládába", + "create.toolbox.depositBox": "Az elemek visszarakása a szerszámosládába", + + "create.gui.symmetryWand.mirrorType": "Szimmetria", + "create.gui.symmetryWand.orientation": "Tájolás", + + "create.symmetry.mirror.plane": "Egy tükörsík", + "create.symmetry.mirror.doublePlane": "Téglalapos", + "create.symmetry.mirror.triplePlane": "Nyolcszöges", + + "create.orientation.orthogonal": "Tengely menti", + "create.orientation.diagonal": "Átlós", + "create.orientation.horizontal": "Vízszintes", + "create.orientation.alongZ": "Észak–déli", + "create.orientation.alongX": "Kelet–nyugati", + + "create.gui.terrainzapper.title": "Kézi blokkvető", + "create.gui.terrainzapper.searchDiagonal": "Kitöltés átlók mentén is", + "create.gui.terrainzapper.searchFuzzy": "Anyaghatároktól független kitöltés", + "create.gui.terrainzapper.patternSection": "Minta", + "create.gui.terrainzapper.pattern.solid": "Tömör", + "create.gui.terrainzapper.pattern.checkered": "Sakktábla", + "create.gui.terrainzapper.pattern.inversecheckered": "Fordított sakktábla", + "create.gui.terrainzapper.pattern.chance25": "25%-os szórás", + "create.gui.terrainzapper.pattern.chance50": "50%-os szórás", + "create.gui.terrainzapper.pattern.chance75": "75%-os szórás", + "create.gui.terrainzapper.placement": "Elhelyezés", + "create.gui.terrainzapper.placement.merged": "Illesztés", + "create.gui.terrainzapper.placement.attached": "Tapasztás", + "create.gui.terrainzapper.placement.inserted": "Süllyesztés", + "create.gui.terrainzapper.brush": "Ecset", + "create.gui.terrainzapper.brush.cuboid": "Téglatest", + "create.gui.terrainzapper.brush.sphere": "Gömb", + "create.gui.terrainzapper.brush.cylinder": "Henger", + "create.gui.terrainzapper.brush.surface": "Felület", + "create.gui.terrainzapper.brush.cluster": "Halmaz", + "create.gui.terrainzapper.tool": "Eszköz", + "create.gui.terrainzapper.tool.fill": "Kitöltés", + "create.gui.terrainzapper.tool.place": "Lehelyezés", + "create.gui.terrainzapper.tool.replace": "Csere", + "create.gui.terrainzapper.tool.clear": "Törlés", + "create.gui.terrainzapper.tool.overlay": "Beborítás", + "create.gui.terrainzapper.tool.flatten": "Lapítás", + + "create.terrainzapper.shiftRightClickToSet": "Válassz alakzatot Shift + jobb kattintással", + "create.terrainzapper.usingBlock": "Felhasznált blokk: %1$s", + "create.terrainzapper.leftClickToSet": "Kattints a bal gombbal a felhasznált blokk kijelöléséhez", + + "create.minecart_coupling.two_couplings_max": "Egy csilléhez legfeljebb két másik kapcsolódhat", + "create.minecart_coupling.unloaded": "A szerelvény egy része betöltetlen chunkokban van", + "create.minecart_coupling.no_loops": "A szerelvény nem alkothat zárt kört", + "create.minecart_coupling.removed": "Minden kapcsolódás eltávolítva a csilléről", + "create.minecart_coupling.too_far": "A csillék túl távol vannak", + + "create.contraptions.movement_mode": "Lehelyezés", + "create.contraptions.movement_mode.move_place": "Minden megálláskor", + "create.contraptions.movement_mode.move_place_returned": "Csak a kezdőpozícióban", + "create.contraptions.movement_mode.move_never_place": "Csak a rögzítés lebontásakor", + "create.contraptions.movement_mode.rotate_place": "Minden megálláskor", + "create.contraptions.movement_mode.rotate_place_returned": "Csak a kezdő irány közelében", + "create.contraptions.movement_mode.rotate_never_place": "Csak a rögzítés lebontásakor", + "create.contraptions.cart_movement_mode": "Csille tájolása", + "create.contraptions.cart_movement_mode.rotate": "Mindig a menetirány felé", + "create.contraptions.cart_movement_mode.rotate_paused": "Aktorok leállítása kanyarodáskor", + "create.contraptions.cart_movement_mode.rotation_locked": "Tájolás rögzítése", + "create.contraptions.windmill.rotation_direction": "Forgási irány", + "create.contraptions.clockwork.clock_hands": "Óramutatók", + "create.contraptions.clockwork.hour_first": "Óramutató először", + "create.contraptions.clockwork.minute_first": "Percmutató először", + "create.contraptions.clockwork.hour_first_24": "24-órás mutató először", + + "create.logistics.filter": "Szűrő", + "create.logistics.recipe_filter": "Receptszűrő", + "create.logistics.fluid_filter": "Folyadékszűrő", + "create.logistics.firstFrequency": "1. frekv.", + "create.logistics.secondFrequency": "2. frekvencia", + "create.logistics.filter.apply": "Szűrő alkalmazva ehhez: %1$s", + "create.logistics.filter.apply_click_again": "Szűrő alkalmazva ehhez: %1$s, kattints ismét az érték másolásához.", + "create.logistics.filter.apply_count": "A szűrőhöz alkalmazott kivonatszám.", + + "create.gui.goggles.generator_stats": "Meghajtás adatai:", + "create.gui.goggles.kinetic_stats": "Alkatrész adatai:", + "create.gui.goggles.at_current_speed": "a jelenlegi fordulatszámon", + "create.gui.goggles.pole_length": "Kar hossza:", + "create.gui.goggles.fluid_container": "Folyadéktartály adatai:", + "create.gui.goggles.fluid_container.capacity": "Kapacitás: ", + "create.gui.assembly.exception": "A szerkezetet nem sikerült összeállítani:", + "create.gui.assembly.exception.unmovableBlock": "Nem mozdítható blokk (%4$s) itt: [%1$s;%2$s;%3$s]", + "create.gui.assembly.exception.chunkNotLoaded": "A(z) [%1$s;%2$s;%3$s] koordiátákon található blokk nem volt betöltött chunkban", + "create.gui.assembly.exception.structureTooLarge": "Ez a szerkezet túl sok blokkból áll.\nA beállított felső korlát: %1$s", + "create.gui.assembly.exception.tooManyPistonPoles": "Ennek a dugattyúnak túl hosszan van megtoldva a karja.\nA beállított felső korlát: %1$s", + "create.gui.assembly.exception.noPistonPoles": "A dugattyú karjának toldalékokra van szüksége", + "create.gui.assembly.exception.not_enough_sails": "A szerkezet nem tartalmaz elegendő vitorlaszerű blokkot: %1$s\nLegalább %2$s blokk szükséges", + "create.gui.gauge.info_header": "Mérőeszköz adatai:", + "create.gui.speedometer.title": "Fordulatszám", + "create.gui.stressometer.title": "Hálózati nyomaték", + "create.gui.stressometer.capacity": "Fennmaradó kapacitás", + "create.gui.stressometer.overstressed": "Túlterhelve", + "create.gui.stressometer.no_rotation": "Nincs meghajtás", + "create.gui.contraptions.not_fast_enough": "Úgy tűnik, hogy ez a(z) %1$s nincs _elég gyorsan_ meghajtva.", + "create.gui.contraptions.network_overstressed": "Úgy tűnik, hogy a szerkezet _túl_ van _terhelve_. Adj hozzá erősebb meghajtást, vagy _lassítsd le_ a _nagy terhelésű_ alkatrészeket.", + "create.gui.adjustable_crate.title": "Állítható láda", + "create.gui.adjustable_crate.storageSpace": "Tárolókapacitás", + "create.gui.stockpile_switch.title": "Tartalomkapcsoló", + "create.gui.stockpile_switch.invert_signal": "Jel megfordítása", + "create.gui.stockpile_switch.move_to_lower_at": "Ugrás az alsó sávra %1$s%%-nál", + "create.gui.stockpile_switch.move_to_upper_at": "Ugrás a felső sávra %1$s%%-nál", + "create.gui.sequenced_gearshift.title": "Beállítható Forgásvezérlő", + "create.gui.sequenced_gearshift.instruction": "Használati utasítás", + "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Forgatás szög szerint", + "create.gui.sequenced_gearshift.instruction.turn_angle": "Forgatás", + "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Szög", + "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Dugattyú/futómacska/csörlő mozgatása", + "create.gui.sequenced_gearshift.instruction.turn_distance": "Dugattyú", + "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Távolság", + "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Időzített késleltetés", + "create.gui.sequenced_gearshift.instruction.delay": "Késleltetés", + "create.gui.sequenced_gearshift.instruction.delay.duration": "Időtartam", + "create.gui.sequenced_gearshift.instruction.end.descriptive": "Vége", + "create.gui.sequenced_gearshift.instruction.end": "Vége", + "create.gui.sequenced_gearshift.instruction.await.descriptive": "Várakozás újabb redstone-jelre", + "create.gui.sequenced_gearshift.instruction.await": "Redstone", + "create.gui.sequenced_gearshift.speed": "Sebesség, irány", + "create.gui.sequenced_gearshift.speed.forward": "Bemeneti sebesség, előre", + "create.gui.sequenced_gearshift.speed.forward_fast": "Kétszeres sebesség, előre", + "create.gui.sequenced_gearshift.speed.back": "Bemeneti sebesség, hátra", + "create.gui.sequenced_gearshift.speed.back_fast": "Kétszeres sebesség, hátra", + + "create.schematicAndQuill.dimensions": "Tervrajz méretei: %1$sx%2$sx%3$s", + "create.schematicAndQuill.firstPos": "Első hely beállítva.", + "create.schematicAndQuill.secondPos": "Második hely beállítva.", + "create.schematicAndQuill.noTarget": "Tartsd lenyomva a [Ctrl]-t a levegő blokkok kiválasztásához.", + "create.schematicAndQuill.abort": "Kijelölés megszüntetve.", + "create.schematicAndQuill.title": "Tervrajz neve:", + "create.schematicAndQuill.convert": "Mentés és feltöltés rögtön", + "create.schematicAndQuill.fallbackName": "Saját tervrajz", + "create.schematicAndQuill.saved": "Mentve ekként: %1$s", + + "create.schematic.invalid": "[!] Érvénytelen tárgy - a tervezőasztalt használd helyette", + "create.schematic.position": "Pozíció", + "create.schematic.rotation": "Elforgatás", + "create.schematic.rotation.none": "Nincs", + "create.schematic.rotation.cw90": "Óramutató Járásával egyező irányba 90 fokkal (Negyed Fordulat)", + "create.schematic.rotation.cw180": "Óramutató Járásával egyező irányba 180 fokkal (Fél Fordulat)", + "create.schematic.rotation.cw270": "Óramutató Járásával egyező irányba 270 fokkal (Háromnegyed Fordulat)", + "create.schematic.mirror": "Tükrözés", + "create.schematic.mirror.none": "Nincs", + "create.schematic.mirror.frontBack": "Előről hátra", + "create.schematic.mirror.leftRight": "Balról jobbra", + "create.schematic.tool.deploy": "Pozíció", + "create.schematic.tool.move": "XZ mozgatás", + "create.schematic.tool.movey": "Y mozgatás", + "create.schematic.tool.rotate": "Forgatás", + "create.schematic.tool.print": "Lehelyezés", + "create.schematic.tool.flip": "Tükrözés", + "create.schematic.tool.deploy.description.0": "Egy szerkezetet mozgat egy adott helyre.", + "create.schematic.tool.deploy.description.1": "A lehelyezéshez kattints a földön jobb egérgombbal.", + "create.schematic.tool.deploy.description.2": "Nyomd a [Ctrl] gombot, hogy meghatározott távolságban válassz.", + "create.schematic.tool.deploy.description.3": "[Ctrl]-görgetés a távolság választásához.", + "create.schematic.tool.move.description.0": "Vízszintesen eltolja a tervrazjot.", + "create.schematic.tool.move.description.1": "Mutass a tervrajzra és [CTRL]-görgess, hogy eltold.", + "create.schematic.tool.move.description.2": "UNLOCALIZED: ", + "create.schematic.tool.move.description.3": "UNLOCALIZED: ", + "create.schematic.tool.movey.description.0": "Függőlegesen eltolja a tervrazjot.", + "create.schematic.tool.movey.description.1": "[CTRL]-görgetéssel mozgathatod fel-le.", + "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", + "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", + "create.schematic.tool.rotate.description.0": "A tervrajz középpontos forgatása.", + "create.schematic.tool.rotate.description.1": "[CTRL]-görgetés 90°-kal való elforgatáshoz.", + "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", + "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", + "create.schematic.tool.print.description.0": "Azonnal lehelyezi a szerkezetet a világban.", + "create.schematic.tool.print.description.1": "Az aktuális lehelyezést a(z) [Right-Click] gombbal hagyhatod jóvá.", + "create.schematic.tool.print.description.2": "Ez az eszköz csak kreatív módban elérhető.", + "create.schematic.tool.print.description.3": "UNLOCALIZED: ", + "create.schematic.tool.flip.description.0": "UNLOCALIZED: Flips the Schematic along the face you select.", + "create.schematic.tool.flip.description.1": "Mutass a tervrajzra és [CTRL]-görgess, hogy átfordítsd.", + "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", + "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", + + "create.schematics.synchronizing": "Szinkronizálás...", + "create.schematics.uploadTooLarge": "A tervrajzod a szerveren meghatározott korlátnál nagyobb.", + "create.schematics.maxAllowedSize": "A maximális tervrajz fájlméret:", + + "create.gui.schematicTable.refresh": "Fájlok frissítése", + "create.gui.schematicTable.open_folder": "Mappa megnyitása", + "create.gui.schematicTable.title": "Tervezőasztal", + "create.gui.schematicTable.availableSchematics": "Elérhető tervrajzok", + "create.gui.schematicTable.noSchematics": "Nincs elmentett tervrajz", + "create.gui.schematicTable.uploading": "Feltöltés...", + "create.gui.schematicTable.finished": "Feltöltés kész!", + "create.gui.schematicannon.title": "Tervrajzlöveg", + "create.gui.schematicannon.listPrinter": "Anyaglista kiírása", + "create.gui.schematicannon.gunpowderLevel": "Puskapor szintje: %1$s%%", + "create.gui.schematicannon.shotsRemaining": "%1$s lövésre elég", + "create.gui.schematicannon.shotsRemainingWithBackup": "A tartalékkal együtt: %1$s", + "create.gui.schematicannon.optionEnabled": "Jelenleg engedélyezve", + "create.gui.schematicannon.optionDisabled": "Jelenleg tiltva", + "create.gui.schematicannon.showOptions": "Nyomtató-beállítások megjelenítése", + "create.gui.schematicannon.option.dontReplaceSolid": "Ne cseréljen ki egyetlen tömör blokkot se", + "create.gui.schematicannon.option.replaceWithSolid": "Tömör blokk kicserélése tömörre", + "create.gui.schematicannon.option.replaceWithAny": "Tömör blokk kicserélése bármire", + "create.gui.schematicannon.option.replaceWithEmpty": "Tömör blokk kicserélése üresre", + "create.gui.schematicannon.option.skipMissing": "Hiányzó blokkok kihagyása", + "create.gui.schematicannon.option.skipTileEntities": "UNLOCALIZED: Protect Tile Entities", + "create.gui.schematicannon.slot.gunpowder": "Az ágyú tüzeléséhez adj hozzá puskaport", + "create.gui.schematicannon.slot.listPrinter": "Helyezz ide könyveket, hogy a tervrajzod számára ellenőrzőlistát nyomtass", + "create.gui.schematicannon.slot.schematic": "A tervrajzod ide rakd. Bizonyosodj meg arról, hogy egy megadott helyre van lehelyezve.", + "create.gui.schematicannon.option.skipMissing.description": "UNLOCALIZED: If the cannon cannot find a required Block for placement, it will continue at the next Location.", + "create.gui.schematicannon.option.skipTileEntities.description": "UNLOCALIZED: The cannon will avoid replacing data holding blocks such as Chests.", + "create.gui.schematicannon.option.dontReplaceSolid.description": "A löveg a munkaterületen soha sem fog kicserélni egyetlen tömör blokkot sem, csak nem-tömör és levegő blokkokat.", + "create.gui.schematicannon.option.replaceWithSolid.description": "UNLOCALIZED: The cannon will only replace Solid blocks in its working area if the Schematic contains a solid Block at the Location.", + "create.gui.schematicannon.option.replaceWithAny.description": "UNLOCALIZED: The cannon will replace Solid blocks in its working area if the Schematic contains any Block at the Location.", + "create.gui.schematicannon.option.replaceWithEmpty.description": "UNLOCALIZED: The cannon will clear out all blocks in its working area, including those replaced by Air.", + + "create.schematicannon.status.idle": "Tétlen", + "create.schematicannon.status.ready": "Üzemkész", + "create.schematicannon.status.running": "Folyamatban", + "create.schematicannon.status.finished": "Befejezve", + "create.schematicannon.status.paused": "Megállítva", + "create.schematicannon.status.stopped": "Leállítva", + "create.schematicannon.status.noGunpowder": "Kifogyott a puskapor", + "create.schematicannon.status.targetNotLoaded": "A cél nincs beállítva", + "create.schematicannon.status.targetOutsideRange": "A cél túl messze van", + "create.schematicannon.status.searching": "Keresés...", + "create.schematicannon.status.skipping": "Kihagyás", + "create.schematicannon.status.missingBlock": "Hiányzó elem:", + "create.schematicannon.status.placing": "Lehelyezés", + "create.schematicannon.status.clearing": "Kiürítés", + "create.schematicannon.status.schematicInvalid": "Érvénytelen tervrajz", + "create.schematicannon.status.schematicNotPlaced": "A tervrajz nincs elhelyezve", + "create.schematicannon.status.schematicExpired": "A tervrajz fájl lejárt", + + "create.materialChecklist": "Anyagellenőrzési lista", + "create.materialChecklist.blocksNotLoaded": "UNLOCALIZED: * Disclaimer *\n\nMaterial List may be inaccurate due to relevant chunks not being loaded.", + + "create.gui.filter.deny_list": "Feketelista", + "create.gui.filter.deny_list.description": "Csak olyan tárgyat enged át, amely NEM szerepel a listán. Egy üres feketelista mindent átenged.", + "create.gui.filter.allow_list": "Fehérlista", + "create.gui.filter.allow_list.description": "Csak olyan tárgyat enged át, amely szerepel a listán. Egy üres fehérlista nem enged át semmit.", + "create.gui.filter.respect_data": "Szűrés adatok szerint", + "create.gui.filter.respect_data.description": "A tárgyak élettartama, varázslatai és más tulajdonságai is számítanak a szűrésnél.", + "create.gui.filter.ignore_data": "Szűrés adatok nélkül", + "create.gui.filter.ignore_data.description": "A tárgyak csak a típusuk szerint mennek át a szűrőn.", + + "create.item_attributes.placeable": "lehelyezhető", + "create.item_attributes.placeable.inverted": "nem lehelyezhető", + "create.item_attributes.consumable": "ehető", + "create.item_attributes.consumable.inverted": "nem ehető", + "create.item_attributes.fluid_container": "tud folyadékot tárolni", + "create.item_attributes.fluid_container.inverted": "nem tud folyadékot tárolni", + "create.item_attributes.enchanted": "meg van bűvölve", + "create.item_attributes.enchanted.inverted": "nincs megbűvölve", + "create.item_attributes.max_enchanted": "van rajta maximális szintű varázslat", + "create.item_attributes.max_enchanted.inverted": "nincs rajta maximális szintű varázslat", + "create.item_attributes.renamed": "át van nevezve", + "create.item_attributes.renamed.inverted": "nincs átnevezve", + "create.item_attributes.damaged": "sérült", + "create.item_attributes.damaged.inverted": "sértetlen", + "create.item_attributes.badly_damaged": "nagy mértékben sérült", + "create.item_attributes.badly_damaged.inverted": "nem sérült nagy mértékben", + "create.item_attributes.not_stackable": "nem halmozható", + "create.item_attributes.not_stackable.inverted": "halmozható", + "create.item_attributes.equipable": "viselhető", + "create.item_attributes.equipable.inverted": "nem viselhető", + "create.item_attributes.furnace_fuel": "fűtőanyag", + "create.item_attributes.furnace_fuel.inverted": "nem fűtőanyag", + "create.item_attributes.washable": "mosható", + "create.item_attributes.washable.inverted": "nem mosható", + "create.item_attributes.hauntable": "kísérthető", + "create.item_attributes.hauntable.inverted": "nem kísérthető", + "create.item_attributes.crushable": "őrölhető", + "create.item_attributes.crushable.inverted": "nem őrölhető", + "create.item_attributes.smeltable": "süthető", + "create.item_attributes.smeltable.inverted": "nem süthető", + "create.item_attributes.smokable": "füstölhető", + "create.item_attributes.smokable.inverted": "nem füstölhető", + "create.item_attributes.blastable": "kohóban olvasztható", + "create.item_attributes.blastable.inverted": "kohóban nem olvasztható", + "create.item_attributes.compostable": "komposztálható", + "create.item_attributes.compostable.inverted": "nem komposztálható", + "create.item_attributes.shulker_level": "egy %1$s shulkerdoboz", + "create.item_attributes.shulker_level.inverted": "nem egy %1$s shulkerdoboz", + "create.item_attributes.shulker_level.full": "teli", + "create.item_attributes.shulker_level.empty": "üres", + "create.item_attributes.shulker_level.partial": "részben teli", + "create.item_attributes.in_tag": "%1$s címkéjű", + "create.item_attributes.in_tag.inverted": "nem %1$s címkéjű", + "create.item_attributes.in_item_group": "„%1$s” kategóriájú", + "create.item_attributes.in_item_group.inverted": "nem „%1$s” kategóriájú", + "create.item_attributes.added_by": "a(z) %1$s része", + "create.item_attributes.added_by.inverted": "nem a(z) %1$s része", + "create.item_attributes.has_enchant": "van rajta %1$s varázslat", + "create.item_attributes.has_enchant.inverted": "nincs rajta %1$s varázslat", + "create.item_attributes.color": "%1$s színűre van festve", + "create.item_attributes.color.inverted": "nincs %1$s színűre festve", + "create.item_attributes.has_fluid": "%1$s van benne", + "create.item_attributes.has_fluid.inverted": "nincs benne %1$s", + "create.item_attributes.has_name": "a(z) „%1$s” nevet viseli", + "create.item_attributes.has_name.inverted": "nem viseli a(z) „%1$s” nevet", + "create.item_attributes.book_author": "%1$s a szerzője", + "create.item_attributes.book_author.inverted": "nem %1$s a szerzője", + "create.item_attributes.book_copy_original": "eredeti pédány", + "create.item_attributes.book_copy_original.inverted": "nem eredeti példány", + "create.item_attributes.book_copy_first": "első másolat", + "create.item_attributes.book_copy_first.inverted": "nem első másolat", + "create.item_attributes.book_copy_second": "egy másolat másolata", + "create.item_attributes.book_copy_second.inverted": "nem egy másolat másolata", + "create.item_attributes.book_copy_tattered": "ronggyá van foszolva", + "create.item_attributes.book_copy_tattered.inverted": "nincs ronggyá foszolva", + "create.item_attributes.astralsorcery_amulet": "%1$s-t javítja", + "create.item_attributes.astralsorcery_amulet.inverted": "UNLOCALIZED: does not improve %1$s", + "create.item_attributes.astralsorcery_constellation": "UNLOCALIZED: is attuned to %1$s", + "create.item_attributes.astralsorcery_constellation.inverted": "UNLOCALIZED: is not attuned to %1$s", + "create.item_attributes.astralsorcery_crystal": "rendelkezik a(z) %1$s kristály-tulajdonsággal", + "create.item_attributes.astralsorcery_crystal.inverted": "nem rendelkezik a(z) %1$s kristály-tulajdonsággal", + "create.item_attributes.astralsorcery_perk_gem": "rendelkezik a(z) %1$s extra tulajdonsággal", + "create.item_attributes.astralsorcery_perk_gem.inverted": "nem rendelkezik a(z) %1$s extra tulajdonsággal", + + "create.gui.attribute_filter.no_selected_attributes": "Nincs kijelölt tulajdonság", + "create.gui.attribute_filter.selected_attributes": "Kijelölt tulajdonságok:", + "create.gui.attribute_filter.add_attribute": "Tulajdonság felvétele", + "create.gui.attribute_filter.add_inverted_attribute": "Ellentétes tulajdonság felvétele", + "create.gui.attribute_filter.allow_list_disjunctive": "Fehérlista („vagy”)", + "create.gui.attribute_filter.allow_list_disjunctive.description": "Csak olyan tárgyat enged át, amely legalább EGY feltételnek megfelel.", + "create.gui.attribute_filter.allow_list_conjunctive": "Fehérlista („és”)", + "create.gui.attribute_filter.allow_list_conjunctive.description": "Csak olyan tárgyat enged át, amely az ÖSSZES feltételnek megfelel.", + "create.gui.attribute_filter.deny_list": "Feketelista", + "create.gui.attribute_filter.deny_list.description": "Csak olyan tárgyat enged át, amely egy feltételnek SEM felel meg.", + "create.gui.attribute_filter.add_reference_item": "Adj meg egy tárgyat", + + "create.tooltip.holdForDescription": "Nyomd a [%1$s] gombot az összegzéshez", + "create.tooltip.holdForControls": "Az irányításhoz tartsd nyomva a(z) [%1$s] gombot", + "create.tooltip.keyShift": "Shift", + "create.tooltip.keyCtrl": "Ctrl", + "create.tooltip.speedRequirement": "Fordulatszámigény: %1$s", + "create.tooltip.speedRequirement.none": "Nincs", + "create.tooltip.speedRequirement.slow": "Alacsony", + "create.tooltip.speedRequirement.medium": "Mérsékelt", + "create.tooltip.speedRequirement.fast": "Nagy", + "create.tooltip.stressImpact": "Nyomatékterhelés: %1$s", + "create.tooltip.stressImpact.low": "Kicsi", + "create.tooltip.stressImpact.medium": "Mérsékelt", + "create.tooltip.stressImpact.high": "Nagy", + "create.tooltip.stressImpact.overstressed": "Túlterhelve", + "create.tooltip.up_to": "Legfeljebb %1$s", + "create.tooltip.capacityProvided": "Generált nyomaték: %1$s", + "create.tooltip.capacityProvided.low": "Kicsi", + "create.tooltip.capacityProvided.medium": "Közepes", + "create.tooltip.capacityProvided.high": "Nagy", + "create.tooltip.generationSpeed": "Fordulatszám: %1$s %2$s", + "create.tooltip.analogStrength": "Analóg jelerősség: %1$s/15", + + "create.mechanical_arm.extract_from": "Tárgyak elvétele innen: %1$s", + "create.mechanical_arm.deposit_to": "Tárgyak elhelyezése ide: %1$s", + "create.mechanical_arm.summary": "A kar %1$s bemenettel és %2$s kimenettel rendelkezik.", + "create.mechanical_arm.points_outside_range": "Távolságkorlát miatt %1$s db kiválasztott műveleti pont eltávolításra került.", + + "create.weighted_ejector.target_set": "Célpont kijelölve", + "create.weighted_ejector.target_not_valid": "Kilövés a szomszédos blokkra (érvénytelen célpont)", + "create.weighted_ejector.no_target": "Kilövés a szomszédos blokkra (nincs kijelölt célpont)", + "create.weighted_ejector.targeting": "Kilövés ide: [%1$s;%2$s;%3$s]", + "create.weighted_ejector.stack_size": "Kilövendő halmok mérete", + + "create.logistics.when_multiple_outputs_available": "Ha több kimenet érhető el", + + "create.mechanical_arm.selection_mode.round_robin": "Sorjában", + "create.mechanical_arm.selection_mode.forced_round_robin": "Szigorúan sorjában", + "create.mechanical_arm.selection_mode.prefer_first": "Legelső szabad", + + "create.tunnel.selection_mode.split": "Elosztás", + "create.tunnel.selection_mode.forced_split": "Szigorú elosztás", + "create.tunnel.selection_mode.round_robin": "Halmok sorjában", + "create.tunnel.selection_mode.forced_round_robin": "Halmok szigorúan sorjában", + "create.tunnel.selection_mode.prefer_nearest": "Minél közelebbre", + "create.tunnel.selection_mode.randomize": "Véletlenszerű", + "create.tunnel.selection_mode.synchronize": "Beérkezők egyszerre", + + "create.tooltip.chute.header": "Szállítóakna adatai", + "create.tooltip.chute.items_move_down": "Szállítás lefelé", + "create.tooltip.chute.items_move_up": "Szállítás felfelé", + "create.tooltip.chute.no_fans_attached": "Nincs ventillátor", + "create.tooltip.chute.fans_push_up": "Alulról fúvó ventillátor", + "create.tooltip.chute.fans_push_down": "Felülről fúvó ventillátor", + "create.tooltip.chute.fans_pull_up": "Felülről szívó ventillátor", + "create.tooltip.chute.fans_pull_down": "Alulról szívó ventillátor", + "create.tooltip.chute.contains": "Tartalom: %2$s %1$s", + "create.tooltip.deployer.header": "Lehelyező adatai", + "create.tooltip.deployer.using": "Mód: Használat", + "create.tooltip.deployer.punching": "Mód: Támadás", + "create.tooltip.deployer.contains": "Tartalom: %2$s %1$s", + "create.tooltip.brass_tunnel.contains": "Elosztás alatt:", + "create.tooltip.brass_tunnel.contains_entry": "> %2$s %1$s", + "create.tooltip.brass_tunnel.retrieve": "Jobb kattintás a felszedéshez", + + "create.linked_controller.bind_mode": "Társítás mód aktiválva", + "create.linked_controller.press_keybind": "Nyomd meg a %1$s, %2$s, %3$s, %4$s, %5$s és %6$s billentyűk egyikét, hogy hozzátársítsd ezt a frekvenciát", + "create.linked_controller.key_bound": "Frekvencia a(z) %1$s billentyűhöz társítva", + "create.linked_controller.frequency_slot_1": "Billentyű: %1$s, 1. frekv.", + "create.linked_controller.frequency_slot_2": "Billentyű: %1$s, 2. frekv.", + + "create.crafting_blueprint.crafting_slot": "Összetevők helye", + "create.crafting_blueprint.filter_items_viable": "Szűrők is használhatók", + "create.crafting_blueprint.display_slot": "Megjelenített tárgy", + "create.crafting_blueprint.inferred": "Recept alapján meghatározva", + "create.crafting_blueprint.manually_assigned": "Kézileg kiválasztva", + "create.crafting_blueprint.secondary_display_slot": "Másodlagos megjelenített tárgy", + "create.crafting_blueprint.optional": "Opcionális", + + "create.potato_cannon.ammo.attack_damage": "%1$s sebzés", + "create.potato_cannon.ammo.reload_ticks": "%1$s tick újratöltés", + "create.potato_cannon.ammo.knockback": "%1$s hátralökés", + + "create.hint.hose_pulley.title": "Kifogyhatatlan forrás", + "create.hint.hose_pulley": "A megcélzott folyadéktömeg olyan nagy, hogy végtelennek számít.", + "create.hint.mechanical_arm_no_targets.title": "Nincs célpont", + "create.hint.mechanical_arm_no_targets": "Úgy tűnik, hogy ehhez a _mechanikus karhoz_ nincsenek _ki- és bemenetek_ társítva. _Jobb kattintással_ jelölj meg szalagokat, kapukat, lerakatokat vagy más blokkokat, _mielőtt lehelyezed_ a kart a kezedből.", + "create.hint.empty_bearing.title": "Csapágy aktiválása", + "create.hint.empty_bearing": "Kattints _jobb gombbal_ a csapágyra _üres kézzel_, hogy _hozzákapcsold_ az elé épített struktúrát.", + "create.hint.full_deployer.title": "Túlcsordult lehelyező", + "create.hint.full_deployer": "Úgy tűnik, hogy ez a lehelyező _túl sok tárgyat_ tartalmaz. Egy _tölcsér_, _kapu_, _akna_ vagy hasonló alkatrész segítségével megszüntetheted a túlcsordulást.", + + "create.backtank.low": "Alacsony nyomás a hátitartályban", + "create.backtank.depleted": "Nincs nyomás a hátitartályban", + + "create.hint.derailed_train.title": "Kisiklott vonat", + "create.hint.derailed_train": "Úgy tűnik, ez a _vonat_ már nem a síneken áll. Kattints _jobb gombbal_ egy _csavarkulccsal_, hogy visszahelyezd egy közeli sínpárra.", + + "create.boiler.status": "Kazán állapota: %1$s", + "create.boiler.status_short": "Kazán: %1$s", + "create.boiler.passive": "Passzív", + "create.boiler.idle": "Takarék", + "create.boiler.lvl": "%1$s. sz.", + "create.boiler.max_lvl": "Max", + "create.boiler.size": "Méret", + "create.boiler.size_dots": "... ", + "create.boiler.water": "Víz", + "create.boiler.water_dots": "......... ", + "create.boiler.heat": "Fűtés", + "create.boiler.heat_dots": "... ", + "create.boiler.via_one_engine": "1 gőzgéppel", + "create.boiler.via_engines": "%1$s gőzgéppel", + + "create.gui.schedule.lmb_edit": "Bal kattintás a szerkesztéshez", + "create.gui.schedule.rmb_remove": "Jobb kattintás az eltávolításhoz", + "create.gui.schedule.duplicate": "Kettőzés", + "create.gui.schedule.remove_entry": "Művelet eltávolítása", + "create.gui.schedule.add_entry": "Művelet hozzáadása", + "create.gui.schedule.move_up": "Mozgatás fel", + "create.gui.schedule.move_down": "Mozgatás le", + "create.gui.schedule.add_condition": "Feltétel hozzásadása", + "create.gui.schedule.alternative_condition": "Alternatív feltétel", + + "create.schedule.instruction_type": "Következő művelet:", + "create.schedule.instruction.editor": "Utasításszerkesztő", + "create.schedule.instruction.destination": "Utazás állomásra", + "create.schedule.instruction.destination.summary": "Következő állomás:", + "create.schedule.instruction.filter_edit_box": "Állomásnév", + "create.schedule.instruction.filter_edit_box_1": "Használd a *-ot helyettesítő karakterként", + "create.schedule.instruction.filter_edit_box_2": "Például: „Saját állomás, *. vágány”", + "create.schedule.instruction.filter_edit_box_3": "A vonat a legközelebbi szabadon álló alternatívát választja", + "create.schedule.instruction.rename": "Menetrend átnevezése", + "create.schedule.instruction.rename.summary": "Új cím:", + "create.schedule.instruction.name_edit_box": "Menetrend címe", + "create.schedule.instruction.name_edit_box_1": "Hatással van a kijelzőkön látható szövegre", + "create.schedule.instruction.name_edit_box_2": "Alapesetben megegyezik a következő állomás nevével", + "create.schedule.instruction.throttle": "Sebességkorlát beállítása", + "create.schedule.instruction.throttle.summary": "Maximális sebesség beállítása %1$s-ra", + "create.schedule.instruction.throttle_edit_box": "Sebességfokozat", + "create.schedule.instruction.throttle_edit_box_1": "A vonat maximális sebességét vezérli", + "create.schedule.condition_type": "Továbbhaladás feltétele:", + "create.schedule.condition.editor": "Feltételszerkesztő", + "create.schedule.condition.delay": "Várakozás", + "create.schedule.condition.delay_short": "Várakozás: %1$s", + "create.schedule.condition.delay.status": "Indulás %1$s múlva", + "create.schedule.condition.idle": "Rakodás befejezése", + "create.schedule.condition.idle_short": "Nincs rakodás: %1$s", + "create.schedule.condition.idle.status": "Nincs rakodás %1$sig", + "create.schedule.condition.for_x_time": "%1$sig", + "create.schedule.condition.unloaded": "Chunkbetöltés megszűnése", + "create.schedule.condition.unloaded.status": "Várakozás a chunkbetöltés megszűnésére", + "create.schedule.condition.powered": "Redstone-jel az állomáson", + "create.schedule.condition.powered.status": "Várakozás redstone-jelre", + "create.schedule.condition.time_of_day": "Időpont", + "create.schedule.condition.time_of_day.scheduled": "Indulási idő: %1$s", + "create.schedule.condition.time_of_day.digital_format": "%2$s:%3$s", + "create.schedule.condition.time_of_day.rotation": "Gyakoriság", + "create.schedule.condition.time_of_day.rotation.every_24": "Naponta", + "create.schedule.condition.time_of_day.rotation.every_12": "Félnaponta", + "create.schedule.condition.time_of_day.rotation.every_6": "6 óránként", + "create.schedule.condition.time_of_day.rotation.every_4": "4 óránként", + "create.schedule.condition.time_of_day.rotation.every_3": "3 óránként", + "create.schedule.condition.time_of_day.rotation.every_2": "2 óránként", + "create.schedule.condition.time_of_day.rotation.every_1": "1 óránként", + "create.schedule.condition.time_of_day.rotation.every_0_45": "3/4 óránként", + "create.schedule.condition.time_of_day.rotation.every_0_30": "Félóránként", + "create.schedule.condition.time_of_day.rotation.every_0_15": "Negyedóránként", + "create.schedule.condition.time_of_day.status": "Indulás: ", + "create.schedule.condition.threshold.train_holds": "A vonat rakománya %1$s", + "create.schedule.condition.threshold.greater": "több, mint", + "create.schedule.condition.threshold.less": "kevesebb, mint", + "create.schedule.condition.threshold.equal": "pontosan", + "create.schedule.condition.threshold.x_units_of_item": "%1$s %2$s %3$s", + "create.schedule.condition.threshold.matching_content": "megfelelő tartalom", + "create.schedule.condition.threshold.anything": "bármiből", + "create.schedule.condition.threshold.item_measure": "Mértékegység", + "create.schedule.condition.threshold.items": "darab", + "create.schedule.condition.threshold.stacks": "halom", + "create.schedule.condition.threshold.buckets": "vödör", + "create.schedule.condition.threshold.status": "Rakomány: %1$s/%2$s %3$s", + "create.schedule.condition.threshold.place_item": "Viszonyítási tárgy", + "create.schedule.condition.threshold.place_item_2": "Szűrők is használhatók", + "create.schedule.condition.threshold.place_item_3": "Ha üres, nincs megkötés", + "create.schedule.condition.fluid_threshold": "Folyékony rakomány állapota", + "create.schedule.condition.item_threshold": "Szárazrakomány állapota", + "create.schedule.condition.redstone_link": "Távvezérlőjel", + "create.schedule.condition.redstone_link.status": "Várakozás távvezérlőjelre", + "create.schedule.condition.redstone_link_on": "Aktív jel", + "create.schedule.condition.redstone_link_off": "Inaktív jel", + "create.schedule.condition.redstone_link.powered": "Aktív", + "create.schedule.condition.redstone_link.unpowered": "Inaktív", + "create.schedule.condition.redstone_link.frequency_state": "Jel állapota:", + "create.schedule.condition.redstone_link.frequency_powered": "Van jel ezen a frekvencián:", + "create.schedule.condition.redstone_link.frequency_unpowered": "Nincs jel ezen a frekvencián:", + "create.schedule.condition.player_count": "Utazó játékosok", + "create.schedule.condition.player_count.summary": "%1$s játékos", + "create.schedule.condition.player_count.summary_plural": "%1$s Játékosok", + "create.schedule.condition.player_count.seated": "%1$s ül a vonaton", + "create.schedule.condition.player_count.players": "Játékosok", + "create.schedule.condition.player_count.condition": "Feltétel", + "create.schedule.condition.player_count.exactly": "Pontosan", + "create.schedule.condition.player_count.or_above": "Legalább", + "create.schedule.condition.player_count.status": "Utasok: %1$s/%2$s", + "create.schedule.loop": "Ismétlés örökké", + "create.schedule.loop1": "A menetrend befejezése", + "create.schedule.loop2": "után újrakezdődik", + "create.schedule.reset": "Visszaugrás az elejére", + "create.schedule.skip": "Jelenlegi állomás átugrása", + "create.schedule.applied_to_train": "A vonat mostantól ezt a menetrendet követi", + "create.schedule.non_controlling_seat": "A vezetőnek egy vezetőálás előtt kell ülnie", + "create.schedule.remove_with_empty_hand": "Üres kézzel eltávolíthatod a jelenlegi menetrendet", + "create.schedule.auto_removed_from_train": "Automatikus menetrend megszüntetve", + "create.schedule.removed_from_train": "A menetrend lekérdezve a vonatról", + "create.schedule.no_stops": "Ebben a menetrendben még nincsenek állomások", + "create.schedule.continued": "Menetrend folytatása", + + "create.track.selection_cleared": "Kijelölés megszüntetve", + "create.track.valid_connection": "Csatlakozhat ✔", + "create.track.second_point": "Helyezd le a sínt, vagy válassz egy második pontot", + "create.track.too_far": "Túl hosszú sín", + "create.track.original_missing": "Kiindulási blokk meg lett semmisítve, Lopakodás + Jobb egérgomb az újrakezdéshez", + "create.track.perpendicular": "A sínek nem tudnak merőlegesen összekapcsolódni", + "create.track.ascending_s_curve": "Nem lehet lejtős S-kanyar a sínben", + "create.track.too_sharp": "A kanyar túl éles", + "create.track.too_steep": "A lejtő túl meredek", + "create.track.slope_turn": "Nem lehetséges emelkedő közben kanyarodni", + "create.track.opposing_slopes": "Nem lehet ellentétes emelkedőket összekötni", + "create.track.leave_slope_ascending": "Ezt a lejtőt nem lehet elhagyni emelkedés közben", + "create.track.leave_slope_descending": "Ezt a lejtőt nem lehet elhagyni ereszkedés közben", + "create.track.turn_90": "Csak maximum 90°-os kanyar lehetséges", + "create.track.junction_start": "Nem lehetséges kereszteződésből sínt indítani", + "create.track.turn_start": "Nem lehetséges kanyarból elágazást indítani", + "create.track.not_enough_tracks": "Nincs nálad elegendő sín", + "create.track.not_enough_pavement": "Nincs nálad elegendő blokk a sín alapjához", + + "create.portal_track.failed": "UNLOCALIZED: Cannot place portal track:", + "create.portal_track.missing": "A célpontnak jelölt Portálkapu még nem létezik", + "create.portal_track.blocked": "A Célterület gátolva van (%1$s,%2$s,%3$s)", + + "create.station.idle": "Az állomás tétlen", + "create.station.assembly_title": "Vonat szerelvény", + "create.station.close": "Ablak bezárása", + "create.station.cancel": "Összeszerelés megállítása", + "create.station.failed": "Sikertelen összeszerelés", + "create.station.icon_type": "Ikon típusa", + "create.station.create_train": "Új vonat létrehozása", + "create.station.assemble_train": "Vonat összeszerelése", + "create.station.disassemble_train": "Vonat szétszerelése", + "create.station.remove_schedule": "Menetrend lekérdezése", + "create.station.remove_auto_schedule": "Automatikus ütemezés elvetése", + "create.station.no_assembly_diagonal": "Nem lehet vonatot építeni", + "create.station.no_assembly_diagonal_1": "átlós síneken", + "create.station.no_assembly_curve": "Nem lehet vonatot építeni", + "create.station.no_assembly_curve_1": "íves síneken", + "create.station.train_not_aligned": "Nem szétszedhető", + "create.station.train_not_aligned_1": "nincs minden kocsi egyvonalban", + "create.station.carriage_number": "%1$s kocsi:", + "create.station.retry": "UNLOCALIZED: Resolve this and retry", + "create.station.no_bogeys": "Nincs forgóváz", + "create.station.one_bogey": "1 forgóváz", + "create.station.more_bogeys": "%1$s forgóváz", + "create.station.how_to": "Helyezz Vonat borítást a megjelölt sínekre, hogy forgóvázakat (kerekeket) hozz létre.", + "create.station.how_to_1": "Forgóvázak eltávolításához üssd ki a blokkot a felső részükön.", + "create.station.how_to_2": "A megépített kocsikat illesszd hozzá egy vagy kettő forgótengelyhez.", + + "create.train_assembly.too_many_bogeys": "A szerelvény túl sok forgótengelyt tartalmaz: %1$s", + "create.train_assembly.frontmost_bogey_at_station": "UNLOCALIZED: Frontmost Bogey must be at Station Marker", + "create.train_assembly.no_bogeys": "Nem található forgóváz", + "create.train_assembly.not_connected_in_order": "A forgóvázak nem sorrendben vannak összekötve", + "create.train_assembly.bogeys_too_close": "A(z) %1$s és a(z) %2$s forgóvázak túl közel vannak egymáshoz", + "create.train_assembly.single_bogey_carriage": "UNLOCALIZED: This Bogey type cannot support a carriage on its own", + "create.train_assembly.nothing_attached": "UNLOCALIZED: No structure attached to Bogey %1$s", + "create.train_assembly.no_controls": "UNLOCALIZED: At least one forward-facing controls block needs to be mounted on the train", + "create.train_assembly.sideways_controls": "UNLOCALIZED: A mounted controls block is facing sideways", + "create.train_assembly.bogey_created": "UNLOCALIZED: Bogey created. Click again to cycle type", + "create.train_assembly.requires_casing": "UNLOCALIZED: Use Railway Casing to create bogeys on tracks", + + "create.track_target.set": "UNLOCALIZED: Targeted track selected", + "create.track_target.success": "UNLOCALIZED: Successfully bound to targeted track", + "create.track_target.clear": "UNLOCALIZED: Cleared track selection", + "create.track_target.missing": "UNLOCALIZED: Right-click the targeted train track first", + "create.track_target.too_far": "UNLOCALIZED: Targeted track is too far from here", + "create.track_target.no_junctions": "UNLOCALIZED: Targeted track cannot be an intersection", + "create.track_target.occupied": "UNLOCALIZED: Targeted track is occupied", + "create.track_target.invalid": "UNLOCALIZED: Cannot target this track here", + + "create.train.unnamed": "Névtelen vonat", + "create.train.cannot_relocate_moving": "Nem lehet mozgó vonatot áthelyezni", + "create.train.relocate": "Kattints a sínre a(z) %1$s helyre való áthelyezéshez. Guggolás-kattintás kombóval megszakíthatod", + "create.train.relocate.abort": "Áthelyezés megszakítva", + "create.train.relocate.success": "Sikeres áthelyezés", + "create.train.relocate.valid": "UNLOCALIZED: Can relocate to here, Click to Confirm", + "create.train.relocate.invalid": "UNLOCALIZED: Cannot relocate Train to here", + "create.train.relocate.too_far": "UNLOCALIZED: Cannot relocate Train this far away", + "create.train.departing_from": "Indulás innen: %1$s", + "create.train.arrived_at": "Megérkezett ide: %1$s", + "create.train.status": " Aktuális adatok a vonatról: %1$s", + "create.train.status.back_on_track": "A vonat ismét a sínen van", + "create.train.status.collision": "Összeütközött másik vonattal", + "create.train.status.end_of_track": "Egy kocsi elérte a pálya végét", + "create.train.status.double_portal": "A kocsi nem tud egy portálba belépni, ameddig egy másikat hagy el", + "create.train.status.coupling_stress": "Kényszerleállás a tengelykapcsolókra nehezedő feszültség miatt", + "create.train.status.track_missing": "A vonat alatt sínek hiányoznak", + "create.train.status.paused_for_manual": "Manuális vezérlés miatt a menetrend szünetel", + "create.train.status.opposite_driver": "Az útvonalhoz az ellenkező irányba kell néznie a vezetőnek", + "create.train.status.missing_driver": "A mozdonyvezető eltűnt", + "create.train.status.found_driver": "Egy új mozdonyvezetőt találtunk", + "create.train.status.navigation_success": "Sikerült a navigáció", + "create.train.status.no_match": "UNLOCALIZED: No station on graph matches '%1$s'", + "create.train.status.no_path": "UNLOCALIZED: No suitable path to the next Scheduled destination could be found", + + "create.track_signal.cannot_change_mode": "UNLOCALIZED: Unable to switch mode of this Signal", + "create.track_signal.mode_change.entry_signal": "UNLOCALIZED: -> Allow passage if section unoccupied", + "create.track_signal.mode_change.cross_signal": "UNLOCALIZED: -> Allow passage if section fully traversable", + + "create.contraption.controls.start_controlling": "Ezt vezérled épp: %1$s", + "create.contraption.controls.stop_controlling": "UNLOCALIZED: Stopped controlling contraption", + "create.contraption.controls.approach_station": "UNLOCALIZED: Hold %1$s to approach %2$s", + + "create.display_link.set": "UNLOCALIZED: Targeted position selected", + "create.display_link.success": "UNLOCALIZED: Successfully bound to targeted position", + "create.display_link.clear": "UNLOCALIZED: Cleared position selection", + "create.display_link.too_far": "UNLOCALIZED: Targeted position is too far from here", + "create.display_link.invalid": "UNLOCALIZED: Link has no valid target, try placing it again", + "create.display_link.title": "Kijelző-távvezérlő", + "create.display_link.no_source": "Nincs kijelzőforrás", + "create.display_link.no_target": "Nincs célkijelző", + "create.display_link.reading_from": "Forrás:", + "create.display_link.writing_to": "Összekötve ezzel:", + "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", + "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", + "create.display_link.view_compatible": "UNLOCALIZED: Click to view all Compatible", + "create.display_link.information_type": "Információtípus", + "create.display_link.display_on": "Cél:", + "create.display_link.display_on_multiline": "Kezdőpont:", + + "create.display_source.label": "Hozzárendelt címke", + "create.display_source.combine_item_names": "Tárgy nevek kombinálása", + "create.display_source.count_items": "Azonos elemek mennyisége", + "create.display_source.list_items": "Azonos elemek listája", + "create.display_source.fluid_amount": "Azonos folyadékok mennyisége", + "create.display_source.list_fluids": "Azonos folyadékok listája", + "create.display_source.nixie_tube": "Nixie-csövek másolása", + "create.display_source.fill_level": "Tartály töltöttségi szintje", + "create.display_source.fill_level.display": "Megjelenítési formátum", + "create.display_source.fill_level.percent": "Százalék", + "create.display_source.fill_level.progress_bar": "Folyamatjelző", + "create.display_source.value_list.display": "Értékmegjelenítő", + "create.display_source.value_list.shortened": "Rövidített", + "create.display_source.value_list.full_number": "Teljes mennyiség", + "create.display_source.value_list.thousand": "e", + "create.display_source.value_list.million": "m", + "create.display_source.player_deaths": "Játékoshalálok", + "create.display_source.scoreboard": "Eredményjelző", + "create.display_source.scoreboard.objective": "Célazonosító", + "create.display_source.scoreboard.objective_not_found": "'%1$s' nem található", + "create.display_source.scoreboard.objective.deaths": "Játékoshalálok", + "create.display_source.time_of_day": "Időpont", + "create.display_source.stop_watch": "Stopperóra", + "create.display_source.time.format": "Időformátum", + "create.display_source.time.12_hour": "12 órás", + "create.display_source.time.24_hour": "24 órás", + "create.display_source.accumulate_items": "UNLOCALIZED: Accumulate Item Count", + "create.display_source.item_throughput": "Tárgy-áteresztőképesség", + "create.display_source.item_throughput.interval": "Időköz", + "create.display_source.item_throughput.interval.second": "per másodperc", + "create.display_source.item_throughput.interval.minute": "per perc", + "create.display_source.item_throughput.interval.hour": "per óra", + "create.display_source.train_status": "Vonatmenetrend állapota", + "create.display_source.station_summary": "Vasútállomás összegző", + "create.display_source.station_summary.filter": "Állomásnév-szűrő", + "create.display_source.station_summary.train_name_column": "A vonatoszlop mérete", + "create.display_source.station_summary.platform_column": "A platform oszlopmérete", + "create.display_source.station_summary.now": "most", + "create.display_source.station_summary.minutes": " p", + "create.display_source.station_summary.seconds": "%1$smp", + "create.display_source.observed_train_name": "Vonatnév érzékelve", + "create.display_source.max_enchant_level": "Maximális varázslat-érték", + "create.display_source.boiler_status": "Kazán állapota", + "create.display_source.entity_name": "Entitás neve", + "create.display_source.kinetic_speed": "Fordulatszám (RPM)", + "create.display_source.kinetic_speed.absolute": "Irány figyelmen kívül hagyása", + "create.display_source.kinetic_speed.directional": "Irány figyelembe vétele", + "create.display_source.kinetic_stress": "Hálózat terhelése", + "create.display_source.kinetic_stress.display": "Megjelenített adat", + "create.display_source.kinetic_stress.progress_bar": "Folyamatjelző", + "create.display_source.kinetic_stress.percent": "Százalék", + "create.display_source.kinetic_stress.current": "Nyomaték SU-ban", + "create.display_source.kinetic_stress.max": "Teherbírás", + "create.display_source.kinetic_stress.remaining": "Maradék SU", + "create.display_source.redstone_power": "Redstone jel", + "create.display_source.redstone_power.display": "Megjelenítési formátum", + "create.display_source.redstone_power.number": "Mennyiség", + "create.display_source.redstone_power.progress_bar": "Folyamatjelző", + "create.display_source.boiler.not_enough_space": "Nincs elég hely a", + "create.display_source.boiler.for_boiler_status": "kazán állapotának", + + "create.display_target.line": "%1$s. sor", + "create.display_target.page": "%1$s. oldal", + "create.display_target.single_line": "Egyetlen sor", + + "create.flap_display.cycles.alphabet": " ;A;Á;B;C;D;E;É;F;G;H;I:Í;J;K;L;M;N;O;Ó;Ö;Ő;P;Q;R:S;T;U;Ú;Ü;Ű;V;W:X;Y;Z", + "create.flap_display.cycles.numeric": " ;0;1;2;3;4;5;6;7;8;9", + "create.flap_display.cycles.arrival_time": " ; p;most;15mp;30mp;45mp", + "create.flap_display.cycles.shortened_numbers": " ;E;M", + "create.flap_display.cycles.fluid_units": "mB;B ", + "create.flap_display.cycles.instant": " ; ", + "create.flap_display.cycles.pixel": "█;▓;▒", + + "create.super_glue.too_far": "A kiválasztott terület túl nagy", + "create.super_glue.cannot_reach": "A kiválasztott blokkoknak csatlakozniuk kell", + "create.super_glue.click_to_confirm": "Kattints újra a megerősítéshez", + "create.super_glue.click_to_discard": "Guggolva kattints a kiválasztás megszüntetéséhez", + "create.super_glue.first_pos": "Első hely kiválasztva", + "create.super_glue.abort": "Kijelölés megszüntetve", + "create.super_glue.not_enough": "Nincs elég ragasztó az eszköztáradban", + "create.super_glue.success": "Ragasztó felvitele...", + + "create.gui.config.overlay1": "Szia :)", + "create.gui.config.overlay2": "Ez a lebegő ablakok előnézete", + "create.gui.config.overlay3": "Az egereddel húzva vagy kattintva", + "create.gui.config.overlay4": "mozgathatod az ablakot", + "create.gui.config.overlay5": "Használd az ESC billentyűt a", + "create.gui.config.overlay6": "bezáráshoz és a pozíció mentéséhez", + "create.gui.config.overlay7": "Futtasd a „/create overlay reset”", + "create.gui.config.overlay8": "parancsot a visszaállításhoz", + + "create.command.killTPSCommand": "killtps", + "create.command.killTPSCommand.status.slowed_by.0": "UNLOCALIZED: [Create]: Server tick is currently slowed by %s ms :o", + "create.command.killTPSCommand.status.slowed_by.1": "UNLOCALIZED: [Create]: Server tick is slowed by %s ms now >:)", + "create.command.killTPSCommand.status.slowed_by.2": "UNLOCALIZED: [Create]: Server tick is back to regular speed :D", + "create.command.killTPSCommand.status.usage.0": "UNLOCALIZED: [Create]: use /killtps stop to bring back server tick to regular speed", + "create.command.killTPSCommand.status.usage.1": "UNLOCALIZED: [Create]: use /killtps start to artificially slow down the server tick", + "create.command.killTPSCommand.argument.tickTime": "tickTime", + + "create.contraption.minecart_contraption_too_big": "UNLOCALIZED: This Cart Contraption seems too big to pick up", + "create.contraption.minecart_contraption_illegal_pickup": "UNLOCALIZED: A mystical force is binding this Cart Contraption to the world", + + + "_": "->------------------------] Subtitles [------------------------<-", + + "create.subtitle.contraption_disassemble": "Szerkezet leáll", + "create.subtitle.peculiar_bell_use": "Különös harang kong", + "create.subtitle.worldshaper_place": "Blokkvető tüzel", + "create.subtitle.whistle_train_manual": "Vonat dudál", + "create.subtitle.steam": "Gőzhangok", + "create.subtitle.saw_activate_stone": "Fűrész fűrészel", + "create.subtitle.schematicannon_finish": "Tervrajzlöveg zsong", + "create.subtitle.crafter_craft": "Barkácsgép barkácsol", + "create.subtitle.wrench_remove": "Alkatrész lebomlik", + "create.subtitle.train3": "UNLOCALIZED: Bogey wheels rumble muffled", + "create.subtitle.whistle": "Sípolás", + "create.subtitle.cogs": "Fogaskerekek morajlanak", + "create.subtitle.slime_added": "Nyálka ragad", + "create.subtitle.whistle_train_low": "Alacsony fütyülés", + "create.subtitle.schematicannon_launch_block": "Tervrajzlöveg elsül", + "create.subtitle.controller_take": "Olvasóállvány kiürül", + "create.subtitle.crafter_click": "Barkácsgép kattan", + "create.subtitle.depot_plop": "Tárgy leérkezik", + "create.subtitle.confirm": "Megerősítő zsongás", + "create.subtitle.mixing": "Keverő kever", + "create.subtitle.mechanical_press_activation_belt": "Présgép présel", + "create.subtitle.fwoomp": "Krumpliágyú elsül", + "create.subtitle.sanding_long": "Csiszoló csiszol", + "create.subtitle.crushing_1": "Zúzókerék őröl", + "create.subtitle.depot_slide": "Tárgy csúszik", + "create.subtitle.blaze_munch": "Őrlángégő csámcsog", + "create.subtitle.funnel_flap": "Kapu lebben", + "create.subtitle.haunted_bell_use": "Lélekharang kong", + "create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks", + "create.subtitle.controller_put": "Távvezérlő puffan", + "create.subtitle.cranking": "Hajtókar fordul", + "create.subtitle.sanding_short": "Csiszoló csiszol", + "create.subtitle.wrench_rotate": "Csavarkulcsot használják", + "create.subtitle.potato_hit": "Zöldség becsapódik", + "create.subtitle.saw_activate_wood": "Fűrész fűrészel", + "create.subtitle.whistle_high": "Magas sípolás", + "create.subtitle.whistle_train_manual_low": "Vonat dudál", + "create.subtitle.whistle_train": "Sípolás", + "create.subtitle.haunted_bell_convert": "Lélekharang kong", + "create.subtitle.train": "Forgóváz-kerekek morajlanak", + "create.subtitle.deny": "UNLOCALIZED: Declining boop", + "create.subtitle.controller_click": "Távvezérlő kattan", + "create.subtitle.whistle_low": "Alacsony sípolás", + "create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks", + "create.subtitle.mechanical_press_activation": "Présgép csattan", + "create.subtitle.contraption_assemble": "Szerkezet elindul", + + + "_": "->------------------------] Item Descriptions [------------------------<-", + + "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", + "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", + "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", + "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", + "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", + "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", + "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", + "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", + + "block.create.wooden_bracket.tooltip": "FAKERET", + "block.create.wooden_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with a cozy and wooden bit of reinforcement.", + + "block.create.metal_bracket.tooltip": "FÉMKERET", + "block.create.metal_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with an industrial and sturdy bit of reinforcement.", + + "block.create.seat.tooltip": "ÜLÉS", + "block.create.seat.tooltip.summary": "Ülj le és élvezd az utazást! Ez a játékost egy mozgó _szerkezethez_ rögzíti. Statikus bútornak is kiváló! Többféle színben létezik.", + "block.create.seat.tooltip.condition1": "Kattints jobb gombbal az ülésen", + "block.create.seat.tooltip.behaviour1": "UNLOCALIZED: Sits the player on the _Seat_. Press L-shift to leave the _Seat_.", + + "item.create.blaze_cake.tooltip": "ŐRLÁNGTORTA", + "item.create.blaze_cake.tooltip.summary": "UNLOCALIZED: A Delicious treat for your hard-working _Blaze Burners_. Gets them all fired up!", + + "item.create.wand_of_symmetry.tooltip": "SZIMMETRIAPÁLCA", + "item.create.wand_of_symmetry.tooltip.summary": "UNLOCALIZED: Perfectly mirrors Block placement across configured planes.", + "item.create.wand_of_symmetry.tooltip.condition1": "Amikor gyorstárban van", + "item.create.wand_of_symmetry.tooltip.behaviour1": "Aktív marad", + "item.create.wand_of_symmetry.tooltip.control1": "Jobb kattintás a földön", + "item.create.wand_of_symmetry.tooltip.action1": "_Készít_ vagy _mozgat_ egy tükröt", + "item.create.wand_of_symmetry.tooltip.control2": "Jobb kattintás a levegőben", + "item.create.wand_of_symmetry.tooltip.action2": "_Eltávolítja_ az aktív tükröt", + "item.create.wand_of_symmetry.tooltip.control3": "Jobb egérgomb, miközben guggolsz", + "item.create.wand_of_symmetry.tooltip.action3": "Megnyitja a _konfigurációs felületet_", + + "item.create.handheld_worldshaper.tooltip": "KREATÍV BLOKKVETŐ", + "item.create.handheld_worldshaper.tooltip.summary": "UNLOCALIZED: Handy tool for creating _landscapes_ and _terrain features_.", + "item.create.handheld_worldshaper.tooltip.control1": "Kattints a bal gombbal egy blokkra", + "item.create.handheld_worldshaper.tooltip.action1": "UNLOCALIZED: Sets blocks placed by the tool to the targeted block.", + "item.create.handheld_worldshaper.tooltip.control2": "Jobb kattintás egy blokkra", + "item.create.handheld_worldshaper.tooltip.action2": "UNLOCALIZED: Applies the currently selected _Brush_ and _Tool_ at the targeted location.", + "item.create.handheld_worldshaper.tooltip.control3": "Jobb kattintás, miközben guggolsz", + "item.create.handheld_worldshaper.tooltip.action3": "Megnyitja a _konfigurációs felületet_", + + "item.create.tree_fertilizer.tooltip": "FATRÁGYA", + "item.create.tree_fertilizer.tooltip.summary": "UNLOCALIZED: A powerful combination of minerals suitable for speeding up the growth of common tree types.", + "item.create.tree_fertilizer.tooltip.condition1": "UNLOCALIZED: When used on a Sapling", + "item.create.tree_fertilizer.tooltip.behaviour1": "UNLOCALIZED: Grows Trees _regardless_ of their _spacing conditions_", + + "item.create.extendo_grip.tooltip": "MESSZEFOGÓ", + "item.create.extendo_grip.tooltip.summary": "UNLOCALIZED: Boioioing! Greatly _increases reach distance_ of the wielder. Can be powered with Air Pressure from a _Copper_ _Backtank_", + "item.create.extendo_grip.tooltip.condition1": "Másodlagos kézben tartva", + "item.create.extendo_grip.tooltip.behaviour1": "UNLOCALIZED: Increases _reach distance_ of items used in the _Main-Hand_.", + "item.create.extendo_grip.tooltip.condition2": "UNLOCALIZED: While wearing Copper Backtank", + "item.create.extendo_grip.tooltip.behaviour2": "_Semmi_ _élettartam_ nem lesz használva. Helyette _légnyomás_ fogy a tartályból", + + "item.create.potato_cannon.tooltip": "KRUMPLIÁGYÚ", + "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": "Amikor jobb kattintanak rá", + "item.create.potato_cannon.tooltip.behaviour1": "UNLOCALIZED: _Shoots_ a suitable item from your _Inventory_.", + "item.create.potato_cannon.tooltip.condition2": "Amikor a réz hátitartályt viseled", + "item.create.potato_cannon.tooltip.behaviour2": "_Semmi_ _élettartam_ nem lesz használva. Helyette _légnyomás_ fogy a tartályból", + + "item.create.filter.tooltip": "SZŰRŐ", + "item.create.filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of items_ or several _nested filters_.", + "item.create.filter.tooltip.condition1": "Amikor a \"Szűrő\" helyen van", + "item.create.filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", + "item.create.filter.tooltip.condition2": "Amikor jobb kattintanak rá", + "item.create.filter.tooltip.behaviour2": "Megnyitja a _konfigurációs felületet_.", + + "item.create.attribute_filter.tooltip": "TULAJDONSÁGSZŰRŐ", + "item.create.attribute_filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of_ item _attributes_ and _categories_.", + "item.create.attribute_filter.tooltip.condition1": "Amikor a szűrőrekeszben van", + "item.create.attribute_filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", + "item.create.attribute_filter.tooltip.condition2": "Amikor jobb kattintanak rá", + "item.create.attribute_filter.tooltip.behaviour2": "Megnyitja a _konfigurációs felületet_.", + + "item.create.empty_schematic.tooltip": "ÜRES TERVRAJZ", + "item.create.empty_schematic.tooltip.summary": "UNLOCALIZED: Used as a recipe ingredient and for writing at the _Schematic Table_.", + + "item.create.schematic.tooltip": "TERVRAJZ", + "item.create.schematic.tooltip.summary": "UNLOCALIZED: Holds a structure to be positioned and placed into the world. Position the Hologram as desired and use a _Schematicannon_ to build it.", + "item.create.schematic.tooltip.condition1": "Kézben tartva", + "item.create.schematic.tooltip.behaviour1": "UNLOCALIZED: Can be positioned using the Tools on Screen.", + "item.create.schematic.tooltip.control1": "Jobb kattintás, miközben guggolsz", + "item.create.schematic.tooltip.action1": "UNLOCALIZED: Opens an _Interface_ for entering exact _Coordinates_.", + + "item.create.schematic_and_quill.tooltip": "TERVRAJZ ÉS TOLL", + "item.create.schematic_and_quill.tooltip.summary": "UNLOCALIZED: Used for saving a Structure in your world to a .nbt file.", + "item.create.schematic_and_quill.tooltip.condition1": "1. Lépés", + "item.create.schematic_and_quill.tooltip.behaviour1": "Jobb kattintással válassz ki két sarokpontot.", + "item.create.schematic_and_quill.tooltip.condition2": "2. Lépés", + "item.create.schematic_and_quill.tooltip.behaviour2": "UNLOCALIZED: _Ctrl-Scroll_ on the faces to adjust the size. R-Click again to Save.", + "item.create.schematic_and_quill.tooltip.control1": "Jobb kattintás", + "item.create.schematic_and_quill.tooltip.action1": "UNLOCALIZED: Select a corner point / confirm save.", + "item.create.schematic_and_quill.tooltip.control2": "Ctrl lenyomva", + "item.create.schematic_and_quill.tooltip.action2": "UNLOCALIZED: Select points in _mid-air_. _Scroll_ to adjust the distance.", + "item.create.schematic_and_quill.tooltip.control3": "Jobb kattintás, miközben guggolsz", + "item.create.schematic_and_quill.tooltip.action3": "UNLOCALIZED: _Resets_ and removes the selection.", + + "block.create.schematicannon.tooltip": "TERVRAJZLÖVEG", + "block.create.schematicannon.tooltip.summary": "UNLOCALIZED: Shoots blocks to recreate a deployed _Schematic_ in the World. Uses items from adjacent Inventories and _Gunpowder_ as fuel.", + "block.create.schematicannon.tooltip.condition1": "Amikor jobb kattintanak rá", + "block.create.schematicannon.tooltip.behaviour1": "Megnyitja a _felületet_", + + "block.create.schematic_table.tooltip": "TERVEZŐASZTAL", + "block.create.schematic_table.tooltip.summary": "UNLOCALIZED: Writes saved Schematics onto an _Empty Schematic_.", + "block.create.schematic_table.tooltip.condition1": "UNLOCALIZED: When given an Empty Schematic", + "block.create.schematic_table.tooltip.behaviour1": "UNLOCALIZED: Uploads a chosen File from your Schematics Folder.", + + "item.create.goggles.tooltip": "SZEMÜVEG", + "item.create.goggles.tooltip.summary": "UNLOCALIZED: A pair of glasses to augment your vision with useful _kinetic information_.", + "item.create.goggles.tooltip.condition1": "Viselés közben", + "item.create.goggles.tooltip.behaviour1": "Megjeleníti az elhelyezett kinetikai komponens _sebességszintjének_, valamint az egyes komponensek _terhelési hatásának_ és _kapacitásának_ megfelelő _színes indikátorokat_.", + "item.create.goggles.tooltip.condition2": "UNLOCALIZED: When looking at gauge", + "item.create.goggles.tooltip.behaviour2": "Részletes információt ad a rendszer _sebességéről_ vagy _nyomatékáról_, amelyhez a műszer csatlakozik.", + "item.create.goggles.tooltip.condition3": "UNLOCALIZED: When looking at fluid containers", + "item.create.goggles.tooltip.behaviour3": "UNLOCALIZED: Shows detailed information about the _Capacity_ of the block and any _Fluids_ stored within.", + + "item.create.wrench.tooltip": "CSAVARKULCS", + "item.create.wrench.tooltip.summary": "Egy hasznos ezköz kinetikus szerkezetekhez. Használható az alkatrészek _mozgatásához_, _kiszedéséhez_ és _konfigurálásához_.", + "item.create.wrench.tooltip.control1": "Jobb-klikk egy kinetikai blokkra", + "item.create.wrench.tooltip.action1": "UNLOCALIZED: _Rotates components_ toward or away from the face with which you interacted.", + "item.create.wrench.tooltip.control2": "Jobb kattintás, miközben guggolsz", + "item.create.wrench.tooltip.action2": "UNLOCALIZED: _Disassembles Kinetic components_ and places them back in _your inventory_.", + + "block.create.nozzle.tooltip": "FÚVÓKA", + "block.create.nozzle.tooltip.summary": "UNLOCALIZED: Attach to the front of an _Encased Fan_ to distribute its effect on Entities in _all directions_.", + + "block.create.cuckoo_clock.tooltip": "KAKUKKOS ÓRA", + "block.create.cuckoo_clock.tooltip.summary": "UNLOCALIZED: Fine craftsmanship for _decorating_ a space and _keeping track of time_.", + "block.create.cuckoo_clock.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", + "block.create.cuckoo_clock.tooltip.behaviour1": "UNLOCALIZED: Shows the _current time_ and plays a tune twice a day. _Activates_ once at _noon_ and at dusk, as soon as _players can sleep_.", + + "block.create.turntable.tooltip": "FORGÓTÁLCA", + "block.create.turntable.tooltip.summary": "UNLOCALIZED: Turns _Rotational Force_ into refined Motion Sickness.", + + "block.create.toolbox.tooltip": "SZERSZÁMOSLÁDA", + "block.create.toolbox.tooltip.summary": "UNLOCALIZED: Every Inventors' dearest Companion. Conveniently _holds_ a large amount of _8 Different_ item types.", + "block.create.toolbox.tooltip.condition1": "Amikor felveszik", + "block.create.toolbox.tooltip.behaviour1": "UNLOCALIZED: _Retains_ Inventory _Contents_.", + "block.create.toolbox.tooltip.condition2": "Amikor hatótávon belül van helyezve", + "block.create.toolbox.tooltip.behaviour2": "UNLOCALIZED: _Nearby_ _Players_ can hold the _Toolbox_ _Keybind_ to access its contents _Remotely_.", + "block.create.toolbox.tooltip.condition3": "Amikor jobb kattintanak rá", + "block.create.toolbox.tooltip.behaviour3": "UNLOCALIZED: Opens the _Container Interface_.", + + "block.create.stockpile_switch.tooltip": "TARTALOMRELÉ", + "block.create.stockpile_switch.tooltip.summary": "UNLOCALIZED: Toggles a Redstone signal based on the amount of _Stored Items_ or _Fluids_ in the attached Container. Comes with a handy filter. As opposed to a _Comparator,_ the _Stockpile Switch_ allows configuration of _thresholds,_ at which signals are inverted.", + "block.create.stockpile_switch.tooltip.condition1": "Amikor jobb kattintanak rá", + "block.create.stockpile_switch.tooltip.behaviour1": "Megnyitja a _konfigurációs felületet_.", + + "block.create.content_observer.tooltip": "TARTALOMMEGFIGYELŐ", + "block.create.content_observer.tooltip.summary": "UNLOCALIZED: _Detects Items_ or _Fluids_ inside _containers_, _pipes_ or _conveyors_ matching a configured _filter_.", + "block.create.content_observer.tooltip.condition1": "UNLOCALIZED: When observing a Container", + "block.create.content_observer.tooltip.behaviour1": "UNLOCALIZED: Emits a _Redstone Signal_ while the observed container has _matching_ _content_.", + "block.create.content_observer.tooltip.condition2": "UNLOCALIZED: When observing a Funnel", + "block.create.content_observer.tooltip.behaviour2": "UNLOCALIZED: Emits a _Redstone Pulse_ when a _matching_ Item is _transferred_.", + + "block.create.creative_crate.tooltip": "KREATÍV LÁDA", + "block.create.creative_crate.tooltip.summary": "UNLOCALIZED: This _Storage Container_ allows infinite replication of any item. Place next to a _Schematicannon_ to remove any material requirements.", + "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": "KREATÍV TORTA", + "item.create.creative_blaze_cake.tooltip.summary": "UNLOCALIZED: A very special treat for your _Blaze Burners_. After eating this cake, Blaze Burners will _never run out of fuel_.", + "item.create.creative_blaze_cake.tooltip.condition1": "Amikor használják", + "item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Cycles_ a Blaze Burner's heat level.", + + "block.create.controller_rail.tooltip": "VEZÉRLŐSÍN", + "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", + "block.create.controller_rail.tooltip.behaviour1": "A _jelerősség_ alapján _gyorsítja_ vagy _lassítja_ az elhaladó _csillét_. Továbbítja a szomszédos vezérlősínekre a redstone energiát. Két különböző jelerősségű vezérlősín tápellátása azt eredményezi, hogy a köztük lévő vágányok interpolálják a jelüket.", + + "item.create.sand_paper.tooltip": "CSISZOLÓPAPÍR", + "item.create.sand_paper.tooltip.summary": "UNLOCALIZED: A rough paper that can be used to _polish materials_. Can be automatically applied using the Deployer.", + "item.create.sand_paper.tooltip.condition1": "Amikor használják", + "item.create.sand_paper.tooltip.behaviour1": "UNLOCALIZED: Applies polish to items held in the _offhand_ or lying on the _floor_ when _looking at them_", + + "item.create.builders_tea.tooltip": "ÉPÍTŐIPARI TEA", + "item.create.builders_tea.tooltip.summary": "UNLOCALIZED: The perfect drink to get the day started- _Motivating_ and _Saturating._", + + "item.create.refined_radiance.tooltip": "FINOMÍTOTT FÉNYÖNTVÉNY", + "item.create.refined_radiance.tooltip.summary": "UNLOCALIZED: A Chromatic material forged from _absorbed light_.", + "item.create.refined_radiance.tooltip.condition1": "Munka folyamatban", + "item.create.refined_radiance.tooltip.behaviour1": "UNLOCALIZED: Usages for this material will be available in a future release.", + + "item.create.shadow_steel.tooltip": "ÁRNYACÉL", + "item.create.shadow_steel.tooltip.summary": "UNLOCALIZED: A Chromatic material forged _in the void_.", + "item.create.shadow_steel.tooltip.condition1": "Munka folyamatban", + "item.create.shadow_steel.tooltip.behaviour1": "UNLOCALIZED: Usages for this material will be available in a future release.", + + "item.create.linked_controller.tooltip": "KÉZI TÁVVEZÉRLŐ", + "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": "Jobb egérgomb", + "item.create.linked_controller.tooltip.behaviour1": "UNLOCALIZED: _Toggles_ the controller. _Movement_ _controls_ are taken over while its active.", + "item.create.linked_controller.tooltip.condition2": "Jobb kattintás, miközben guggolsz", + "item.create.linked_controller.tooltip.behaviour2": "Megnyitja a kézi _konfigurációs felületet_.", + "item.create.linked_controller.tooltip.condition3": "Jobb kattintás a redstone-távvezérlő vevőn", + "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": "Jobb kattintás olvasóállványon", + "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.diving_helmet.tooltip": "BÚVÁRSISAK", + "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": "Viselés közben", + "item.create.diving_helmet.tooltip.behaviour1": "UNLOCALIZED: Provides the _Water Breathing_ effect, slowly draining _Air Pressure_ from the Backtank.", + + "item.create.copper_backtank.tooltip": "RÉZ HÁTITARTÁLY", + "item.create.copper_backtank.tooltip.summary": "UNLOCALIZED: A _Wearable_ _Tank_ for carrying Pressurized Air.", + "item.create.copper_backtank.tooltip.condition1": "Viselés közben", + "item.create.copper_backtank.tooltip.behaviour1": "UNLOCALIZED: Provides _Pressurized_ _Air_ to Equipment that requires it.", + "item.create.copper_backtank.tooltip.condition2": "Amikor lehelyezed, és a kinetika hajtja", + "item.create.copper_backtank.tooltip.behaviour2": "UNLOCALIZED: _Collects_ _Pressurized_ _Air_ at a rate depending on the Rotational Speed.", + + "block.create.placard.tooltip": "PLAKÁT", + "block.create.placard.tooltip.summary": "_Keretezd be_ a tárgyaidat sárgarézbe ezzel a díszes fali panellel. Biztonságos a szerkezetekhez!", + "block.create.placard.tooltip.condition1": "Amikor jobb kattintanak rá tárggyal", + "block.create.placard.tooltip.behaviour1": "A plakáthoz _hozzáadja_ a kézben fogott _tárgyat_. Ez egy rövid _redstone_ jelet _bocsát_ ki, ha egy megfelelő elem már jelen volt.", + "block.create.placard.tooltip.condition2": "Amikor megütik", + "block.create.placard.tooltip.behaviour2": "_Eltávolítja_ a jelenlegi _tárgyat_ a keretből.", + + "block.create.flywheel.tooltip": "LENDKERÉK", + "block.create.flywheel.tooltip.summary": "UNLOCALIZED: _Embellish_ your _Machines_ with this imposing Wheel of Brass.", + "block.create.flywheel.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", + "block.create.flywheel.tooltip.behaviour1": "Elkezd forogni.", + + "item.create.diving_boots.tooltip": "BÚVÁRCSIZMA", + "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": "Viselés közben", + "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.crafting_blueprint.tooltip": "BARKÁCSÁBRA", + "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": "Jobb kattintás üres rekeszen", + "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": "Jobb kattintás a rekesz beállításához", + "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.minecart_coupling.tooltip": "CSILLEKAPCSOLÓ RÚD", + "item.create.minecart_coupling.tooltip.summary": "_Kösd össze_ az összes _csilléd_ vagy _többcsillés szerkezeted_, hogy egy fenséges vonatot hozz létre.", + "item.create.minecart_coupling.tooltip.condition1": "UNLOCALIZED: When Used on Minecart", + "item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.", + + "item.create.experience_nugget.tooltip": "TAPASZTALATMORZSA", + "item.create.experience_nugget.tooltip.summary": "UNLOCALIZED: _Ding!_ A speck of _inspiration_ from your fantastic inventions.", + "item.create.experience_nugget.tooltip.condition1": "Amikor használják", + "item.create.experience_nugget.tooltip.behaviour1": "UNLOCALIZED: _Redeems_ _Experience_ points contained within.", + + "block.create.peculiar_bell.tooltip": "KÜLÖNÖS HARANG", + "block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...", + + "block.create.haunted_bell.tooltip": "LÉLEKHARANG", + "block.create.haunted_bell.tooltip.summary": "UNLOCALIZED: A _Cursed Bell_ haunted by lost souls of the Nether.", + "block.create.haunted_bell.tooltip.condition1": "Amikor megfogva vagy megkondítva", + "block.create.haunted_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby _Lightless Spots_ on which _Hostile Mobs_ can spawn.", + + + "_": "->------------------------] Ponder Content [------------------------<-", + + "create.ponder.hold_to_ponder": "Töprengj a [%1$s] nyomva tartásával", + "create.ponder.subject": "A jelenet tárgya", + "create.ponder.pondering": "Töprengsz a...", + "create.ponder.identify_mode": "Azonosítási mód aktív.\n[%1$s] - Szünet feloldása", + "create.ponder.associated": "Kapcsolódó témák", + "create.ponder.close": "Bezárás", + "create.ponder.identify": "Azonosítás", + "create.ponder.next": "Következő jelenet", + "create.ponder.next_up": "Következik:", + "create.ponder.previous": "Előző jelenet", + "create.ponder.replay": "Újrajátszás", + "create.ponder.think_back": "Visszalépés", + "create.ponder.slow_text": "Kényelmes olvasás", + "create.ponder.exit": "Kilépés", + "create.ponder.welcome": "Üdvözlünk a Töprengésben", + "create.ponder.categories": "A Create-alkatrészek kategóriái", + "create.ponder.index_description": "Kattints az egyik ikonra, hogy többet tudj meg a vele kapcsolatos tárgyakról és blokkokról", + "create.ponder.index_title": "Töprengésjegyzék", + "create.ponder.shared.rpm16": "16 RPM", + "create.ponder.shared.behaviour_modify_wrench": "Ez a működés csavarkulccsal módosítható", + "create.ponder.shared.storage_on_contraption": "A szerkezethez tartozó tárolók automatikusan eltárolják a dobott tárgyakat", + "create.ponder.shared.sneak_and": "Lopakodás +", + "create.ponder.shared.rpm8": "8 RPM", + "create.ponder.shared.ctrl_and": "Ctrl +", + "create.ponder.shared.rpm32": "32 RPM", + "create.ponder.shared.rpm16_source": "Forrás: 16 RPM", + "create.ponder.shared.movement_anchors": "Pillanatragasztó segítségével nagyobb építmények mozgatása is lehetséges.", + "create.ponder.tag.redstone": "Logikai alkatrészek", + "create.ponder.tag.redstone.description": "A redstone-áramkörök megvalósítását segítő alkatrészek", + "create.ponder.tag.contraption_assembly": "Blokkrögzítési eszközök", + "create.ponder.tag.contraption_assembly.description": "Eszközök és alkatrészek, amelyek működő szerkezetként mozgó struktúrák összeállítására szolgálnak", + "create.ponder.tag.fluids": "Folyadékkezelés", + "create.ponder.tag.fluids.description": "Folyadékok szállítását és hasznosítását segítő alkatrészek", + "create.ponder.tag.decoration": "Díszítés", + "create.ponder.tag.decoration.description": "Főként esztétikai célokat szolgáló alkatrészek", + "create.ponder.tag.windmill_sails": "Vitorlák szélkerék-csapágyakhoz", + "create.ponder.tag.windmill_sails.description": "Szélkerekes szerkezet erősségébe beleszámító blokkok. Ezek közül mindegyik egyenlő hatékonyságú.", + "create.ponder.tag.arm_targets": "Mechanikus karral kezelhető alkatrészek", + "create.ponder.tag.arm_targets.description": "Olyan alkatrészek, amelyek megjelölhetők egy mechanikus kar ki- vagy bemeneteként", + "create.ponder.tag.kinetic_appliances": "Kinetikai berendezések", + "create.ponder.tag.kinetic_appliances.description": "Alkatrészek amik nyomatékot használnak fel", + "create.ponder.tag.kinetic_sources": "Kinetikai források", + "create.ponder.tag.kinetic_sources.description": "Alkatrészek amik nyomatékot állítanak elő", + "create.ponder.tag.movement_anchor": "Mozgásrögzítők", + "create.ponder.tag.movement_anchor.description": "Mozgó szerkezetek létrehozását lehetővé tévő alkatrészek, animálva egy csatolt szerkezetet sokféle módon", + "create.ponder.tag.kinetic_relays": "Kinetikai blokkok", + "create.ponder.tag.kinetic_relays.description": "Nyomaték átvitelét segítő alkatrészek", + "create.ponder.tag.contraption_actor": "Szerkezet elemei", + "create.ponder.tag.contraption_actor.description": "Alkatrészek amik különleges viselkedést mutatnak, ha egy mozgó szerkezethez vannak csatolva", + "create.ponder.tag.creative": "Kreatív mód", + "create.ponder.tag.creative.description": "Túlélő módban nem elérhető alkatrészek", + "create.ponder.tag.display_sources": "Kijelző-távvezérlő források", + "create.ponder.tag.display_sources.description": "Alkatrészek vagy blokkok, amik adatot tudnak továbbítani, amit egy kijelző-távvezérlő le tud olvasni", + "create.ponder.tag.logistics": "Logisztika", + "create.ponder.tag.logistics.description": "Tárgyak szállítását segítő alkatrészek", + "create.ponder.tag.display_targets": "Kijelző-távvezérlő célpontok", + "create.ponder.tag.display_targets.description": "Alkatrészek vagy blokkok, amik fel tudják dolgozni és megjeleníteni az adatot, amit egy kijelző-távvezérlőtől kapnak", + "create.ponder.tag.train_related": "Vasúti eszközök", + "create.ponder.tag.train_related.description": "Vonatok és vasúti szerkezetek készítését és kezelését segítő alkatrészek", + + "create.ponder.analog_lever.header": "Jelerősség szabályzásáról a fokozatkapcsoló karral", + "create.ponder.analog_lever.text_1": "A fokozatkapcsoló kar kompakt és jól szabályozható jelforrás redstone-áramkörökhöz", + "create.ponder.analog_lever.text_2": "Jobb kattintással tudod növelni a jel erősségét", + "create.ponder.analog_lever.text_3": "Lopakodás közbeni jobb kattintással csökkentheted le ismét a jelszintet", + + "create.ponder.andesite_tunnel.header": "Andezitalagutak használatáról", + "create.ponder.andesite_tunnel.text_1": "Az andezitalagutakkal elfedheted a szalagjaidat", + "create.ponder.andesite_tunnel.text_2": "Ha egy andezítalagútnak oldalra is van kijárata...", + "create.ponder.andesite_tunnel.text_3": "...leválaszt pontosan egy-egy tárgyat a szalagon áthaladó halmokból", + "create.ponder.andesite_tunnel.text_4": "A maradék egyenesen halad tovább", + + "create.ponder.auto_schedule.header": "Állomásokról & az ütemezésről", + "create.ponder.auto_schedule.text_1": "A menetrend használható arra, hogy végállomást adj meg a mozdonyvezetőnek", + "create.ponder.auto_schedule.text_2": "UNLOCALIZED: Comparators will receive a signal whenever a Train is present", + "create.ponder.auto_schedule.text_3": "UNLOCALIZED: Mind that a Station can only be approached from the indicated direction", + "create.ponder.auto_schedule.text_4": "UNLOCALIZED: Stations can also be used to assign new Schedules automatically", + "create.ponder.auto_schedule.text_5": "UNLOCALIZED: The Schedule placed on a station will automatically copy itself to present trains", + "create.ponder.auto_schedule.text_6": "UNLOCALIZED: As opposed to manual scheduling, drivers will not take the item with them", + + "create.ponder.basin.header": "Tárgyak feldolgozásáról a teknőben", + "create.ponder.basin.text_1": "UNLOCALIZED: A Basin can hold Items and Fluids for Processing", + "create.ponder.basin.text_2": "UNLOCALIZED: After a processing step, basins try to output below to the side of them", + "create.ponder.basin.text_3": "UNLOCALIZED: When a valid component is present, the Basin will show an output faucet", + "create.ponder.basin.text_4": "UNLOCALIZED: A number of options are applicable here", + "create.ponder.basin.text_5": "UNLOCALIZED: Outputs will be caught by the inventory below", + "create.ponder.basin.text_6": "UNLOCALIZED: Without output faucet, the Basin will retain items created in its processing", + "create.ponder.basin.text_7": "UNLOCALIZED: This can be useful if outputs should be re-used as ingredients", + "create.ponder.basin.text_8": "UNLOCALIZED: Desired outputs will then have to be extracted from the basin", + "create.ponder.basin.text_9": "UNLOCALIZED: A Filter might be necessary to avoid pulling out un-processed items", + + "create.ponder.bearing_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Bearing", + "create.ponder.bearing_modes.text_1": "UNLOCALIZED: When Stopped, the Bearing will place the structure at the nearest grid-aligned Angle", + "create.ponder.bearing_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only near the angle it started at", + + "create.ponder.belt_casing.header": "Szalagok borításáról", + "create.ponder.belt_casing.text_1": "A szalagok andezit- vagy sárgaréz borítással díszíthetők", + "create.ponder.belt_casing.text_2": "A borítást csavarkulccsal lehet eltávolítani", + + "create.ponder.belt_connector.header": "Szalagok használatáról hajtószíjként", + "create.ponder.belt_connector.text_1": "Helyezz jobb kattintással egy szalagot két tengelyre, hogy összekösd őket", + "create.ponder.belt_connector.text_2": "Ha eltévesztetted a kijelölést, lopakodás közbeni jobb kattintással törölheted", + "create.ponder.belt_connector.text_3": "További tengelyek adhatók hozzá a szalag egész hosszán", + "create.ponder.belt_connector.text_4": "A szalaggal összekötött tengelyek azonos sebességgel és iránnyal forognak", + "create.ponder.belt_connector.text_5": "A hozzáadott tengelyeket csavarkulccsal távolíthatod el", + "create.ponder.belt_connector.text_6": "A szalagokat festéssel díszíteni is lehet", + + "create.ponder.belt_directions.header": "Szalagok lehetséges elhelyezkedéséről", + "create.ponder.belt_directions.text_1": "A szalagokat nem lehet bármilyen irányban elhelyezni", + "create.ponder.belt_directions.text_2": "1. Vezethetnek vízszintesen,", + "create.ponder.belt_directions.text_3": "2. vezethetnek átlósan,", + "create.ponder.belt_directions.text_4": "3. vezethetnek függőlegesen,", + "create.ponder.belt_directions.text_5": "4. és összeköthetnek két függőleges tengelyt vízszintesen", + "create.ponder.belt_directions.text_6": "Ezek a lehetséges elhelyezési irányok. A szalagok hossza 2-től 20 blokking terjedhet", + + "create.ponder.belt_transport.header": "Szalagok használatáról szállításra", + "create.ponder.belt_transport.text_1": "A szalagok futószalagként tárgyakat és más entitásokat szállíthatnak", + "create.ponder.belt_transport.text_2": "A tárgyak üres kézzel való jobb kattintással vehetők fel a szalagról", + + "create.ponder.blaze_burner.header": "Az őrlángégők táplálásáról", + "create.ponder.blaze_burner.text_1": "Az őrlángégők képesek hőt szolgáltatni a teknőben végzett gyártási folyamatokhoz", + "create.ponder.blaze_burner.text_2": "Ehhez az őrlángot meg kell etetni éghető tárgyakkal", + "create.ponder.blaze_burner.text_3": "Egy őrlángtorta által az égő még magasabb hőmérsékletet érhet el", + "create.ponder.blaze_burner.text_4": "A táplálás lehelyezőkkel vagy mechanikus karokkal automatizálható", + + "create.ponder.brass_funnel.header": "Sárgaréz kapuról", + "create.ponder.brass_funnel.text_1": "UNLOCALIZED: Andesite Funnels can only ever extract single items.", + "create.ponder.brass_funnel.text_2": "UNLOCALIZED: Brass Funnels can extract up to a full stack.", + "create.ponder.brass_funnel.text_3": "UNLOCALIZED: Scrolling on the filter slot allows for precise control over the extracted stack size.", + "create.ponder.brass_funnel.text_4": "UNLOCALIZED: Using items on the filter slot will restrict the funnel to only transfer matching stacks.", + + "create.ponder.brass_tunnel.header": "A sárgarézalagutak használatáról", + "create.ponder.brass_tunnel.text_1": "Az sárgarézalagutakkal elfedheted a szalagjaidat", + "create.ponder.brass_tunnel.text_2": "UNLOCALIZED: Brass Tunnels have filter slots on each open side", + "create.ponder.brass_tunnel.text_3": "UNLOCALIZED: Filters on inbound connections simply block non-matching items", + "create.ponder.brass_tunnel.text_4": "UNLOCALIZED: Filters on outbound connections can be used to sort items by type", + "create.ponder.brass_tunnel.text_5": "UNLOCALIZED: Whenever a passing item has multiple valid exits, the distribution mode will decide how to handle it", + "create.ponder.brass_tunnel.text_6": "Párhuzamos szalagokra helyezett sárgarézalagutak egy csoportot alkotnak", + "create.ponder.brass_tunnel.text_7": "UNLOCALIZED: Incoming Items will now be distributed across all connected exits", + "create.ponder.brass_tunnel.text_8": "UNLOCALIZED: For this, items can also be inserted into the Tunnel block directly", + + "create.ponder.brass_tunnel_modes.header": "UNLOCALIZED: Distribution Modes of the Brass Tunnel", + "create.ponder.brass_tunnel_modes.text_1": "UNLOCALIZED: Using a Wrench, the distribution behaviour of Brass Tunnels can be configured", + "create.ponder.brass_tunnel_modes.text_10": "UNLOCALIZED: 'Synchronize Inputs' is a unique setting for Brass Tunnels", + "create.ponder.brass_tunnel_modes.text_11": "UNLOCALIZED: Items are only allowed past if every tunnel in the group has one waiting", + "create.ponder.brass_tunnel_modes.text_12": "UNLOCALIZED: This ensures that all affected belts supply items at the same rate", + "create.ponder.brass_tunnel_modes.text_2": "UNLOCALIZED: 'Split' will attempt to distribute the stack evenly between available outputs", + "create.ponder.brass_tunnel_modes.text_3": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", + "create.ponder.brass_tunnel_modes.text_4": "UNLOCALIZED: 'Forced Split' will never skip outputs, and instead wait until they are free", + "create.ponder.brass_tunnel_modes.text_5": "UNLOCALIZED: 'Round Robin' keeps stacks whole, and cycles through outputs iteratively", + "create.ponder.brass_tunnel_modes.text_6": "UNLOCALIZED: Once Again, if an output is unable to take more items, it will be skipped", + "create.ponder.brass_tunnel_modes.text_7": "UNLOCALIZED: 'Forced Round Robin' never skips outputs", + "create.ponder.brass_tunnel_modes.text_8": "UNLOCALIZED: 'Prefer Nearest' prioritizes the outputs closest to the items' input location", + "create.ponder.brass_tunnel_modes.text_9": "UNLOCALIZED: 'Randomize' will distribute whole stacks to randomly picked outputs", + + "create.ponder.cart_assembler.header": "UNLOCALIZED: Moving Structures using Cart Assemblers", + "create.ponder.cart_assembler.text_1": "UNLOCALIZED: Powered Cart Assemblers mount attached structures to passing Minecarts", + "create.ponder.cart_assembler.text_2": "UNLOCALIZED: Without a redstone signal, it disassembles passing cart contraptions back into blocks", + "create.ponder.cart_assembler.text_3": "UNLOCALIZED: Using a Wrench on the Minecart will let you carry the Contraption elsewhere", + + "create.ponder.cart_assembler_dual.header": "UNLOCALIZED: Assembling Carriage Contraptions", + "create.ponder.cart_assembler_dual.text_1": "UNLOCALIZED: Whenever two Cart Assembers share an attached structure...", + "create.ponder.cart_assembler_dual.text_2": "UNLOCALIZED: Powering either of them will create a Carriage Contraption", + "create.ponder.cart_assembler_dual.text_3": "UNLOCALIZED: The carts will behave like those connected via Minecart Coupling", + + "create.ponder.cart_assembler_modes.header": "UNLOCALIZED: Orientation Settings for Minecart Contraptions", + "create.ponder.cart_assembler_modes.text_1": "UNLOCALIZED: Cart Contraptions will rotate to face towards their carts' motion", + "create.ponder.cart_assembler_modes.text_2": "UNLOCALIZED: This Arrow indicates which side of the Structure will be considered the front", + "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_rails.header": "További fajtáiról a csilléknek és síneknek", + "create.ponder.cart_assembler_rails.text_1": "UNLOCALIZED: Cart Assemblers on Regular Tracks will not affect the passing carts' motion", + "create.ponder.cart_assembler_rails.text_2": "UNLOCALIZED: When on Powered or Controller Rail, the carts will be held in place until it's Powered", + "create.ponder.cart_assembler_rails.text_3": "UNLOCALIZED: Other types of Minecarts can be used as the anchor", + "create.ponder.cart_assembler_rails.text_4": "UNLOCALIZED: Furnace Carts will keep themselves powered, pulling fuel from any attached inventories", + + "create.ponder.chain_drive.header": "Nyomaték átviteléről hajtóláncokkal", + "create.ponder.chain_drive.text_1": "A hajtóláncok forgást adnak át egymásnak egy sorban", + "create.ponder.chain_drive.text_2": "Minden csatlakoztatott tengely, mint ez, azonos irányban fog forogni", + "create.ponder.chain_drive.text_3": "A sor bármely része forgatható 90°-kal", + + "create.ponder.chain_gearshift.header": "Fordulatszám vezérléséről állítható láncáttétellel", + "create.ponder.chain_gearshift.text_1": "Inaktív állítható láncáttételek ugyanúgy viselkednek mint a hajtóláncok", + "create.ponder.chain_gearshift.text_2": "Aktiválva, a többi hajtóláncoknak továbított sebesség megduplázódik", + "create.ponder.chain_gearshift.text_3": "Ha az aktív Iránykapcsoló nem a forrásnál van, a sebessége felezve lesz", + "create.ponder.chain_gearshift.text_4": "Mindkét esetben a sorban lévő hajtóláncok mindig az aktív iránykapcsolók sebességének kétszeresével futnak", + "create.ponder.chain_gearshift.text_5": "Analóg jelek segítségével 1 és 2 között precízebben állítható az arány", + "create.ponder.chain_gearshift.text_6": "12 RPM", + + "create.ponder.chute.header": "Tárgyak szállításáról lefelé szállítóaknák segítségével", + "create.ponder.chute.text_1": "UNLOCALIZED: Chutes can transport items vertically from and to inventories", + "create.ponder.chute.text_2": "UNLOCALIZED: Using the Wrench, a window can be created", + "create.ponder.chute.text_3": "UNLOCALIZED: Placing chutes targeting the side faces of another will make it diagonal", + + "create.ponder.chute_upward.header": "Tárgyak szállításáról felfelé szállítóaknák segítségével", + "create.ponder.chute_upward.text_1": "UNLOCALIZED: Using Encased Fans at the top or bottom, a Chute can move items upward", + "create.ponder.chute_upward.text_2": "Csúszdákat a mérnöki szemüveggel megtekintve információkat tudhatunk meg a mozgás irányáról", + "create.ponder.chute_upward.text_3": "UNLOCALIZED: On the 'blocked' end, items will have to be inserted/taken from the sides", + + "create.ponder.clockwork_bearing.header": "Szerkezetek működtetéséről óramutató csapágyakkal", + "create.ponder.clockwork_bearing.text_1": "UNLOCALIZED: Clockwork Bearings attach to blocks in front of them", + "create.ponder.clockwork_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, the structure will be rotated according to the hour of the day", + "create.ponder.clockwork_bearing.text_3": "3:00", + "create.ponder.clockwork_bearing.text_4": "4:00", + "create.ponder.clockwork_bearing.text_5": "UNLOCALIZED: Right-Click the bearing to start or stop animating the structure", + "create.ponder.clockwork_bearing.text_6": "UNLOCALIZED: In front of the Hour Hand, a second structure can be added", + "create.ponder.clockwork_bearing.text_7": "UNLOCALIZED: Ensure that the two Structures are not glued to each other", + "create.ponder.clockwork_bearing.text_8": "UNLOCALIZED: The Second Structure will now rotate as the Minute Hand", + + "create.ponder.clutch.header": "Nyomaték vezérléséről tengelykapcsolóval", + "create.ponder.clutch.text_1": "UNLOCALIZED: Clutches will relay rotation in a straight line", + "create.ponder.clutch.text_2": "UNLOCALIZED: When powered by Redstone, it breaks the connection", + + "create.ponder.cog_speedup.header": "Iránykapcsolásról fogaskerékkel", + "create.ponder.cog_speedup.text_1": "UNLOCALIZED: Large and Small cogs can be connected diagonally", + "create.ponder.cog_speedup.text_2": "UNLOCALIZED: Shifting from large to small cogs, the conveyed speed will be doubled", + "create.ponder.cog_speedup.text_3": "UNLOCALIZED: Shifting the opposite way, the conveyed speed will be halved", + + "create.ponder.cogwheel.header": "Nyomaték átviteléről fogaskerekek segítségével", + "create.ponder.cogwheel.text_1": "UNLOCALIZED: Cogwheels will relay rotation to other adjacent cogwheels", + "create.ponder.cogwheel.text_2": "UNLOCALIZED: Neighbouring shafts connected like this will rotate in opposite directions", + + "create.ponder.cogwheel_casing.header": "Fogaskerekek beburkolásáról", + "create.ponder.cogwheel_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Cogwheels", + "create.ponder.cogwheel_casing.text_2": "UNLOCALIZED: Components added after encasing will not connect to the shaft outputs", + "create.ponder.cogwheel_casing.text_3": "UNLOCALIZED: The Wrench can be used to toggle connections", + + "create.ponder.creative_fluid_tank.header": "Kreatív folyadéktartály", + "create.ponder.creative_fluid_tank.text_1": "A Kreatív folyadéktartályok használhatóak végtelen folyadékforrásként", + "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": "A Csőhálózatok mostantól végtelenségig felszívhatják a kiválasztott folyadékot a tartályból", + "create.ponder.creative_fluid_tank.text_4": "Minden folyadék, ami a kreatív folyadéktartályba kerül kárbavész", + + "create.ponder.creative_motor.header": "Nyomaték generálásáról kreatív motorokkal", + "create.ponder.creative_motor.text_1": "UNLOCALIZED: Creative motors are a compact and configurable source of Rotational Force", + "create.ponder.creative_motor.text_2": "UNLOCALIZED: Scrolling on the back panel changes the RPM of the motors' rotational output", + + "create.ponder.creative_motor_mojang.header": "Mojang rejtélyéről", + + "create.ponder.crushing_wheels.header": "Tárgyak feldolgozásáról zúzókerékkel", + "create.ponder.crushing_wheels.text_1": "UNLOCALIZED: A pair of Crushing Wheels can grind items very effectively", + "create.ponder.crushing_wheels.text_2": "UNLOCALIZED: Their Rotational Input has to make them spin into each other", + "create.ponder.crushing_wheels.text_3": "UNLOCALIZED: Items thrown or inserted into the top will get processed", + "create.ponder.crushing_wheels.text_4": "UNLOCALIZED: Items can be inserted and picked up through automated means as well", + + "create.ponder.deployer.header": "Lehelyező használatáról", + "create.ponder.deployer.text_1": "UNLOCALIZED: Given Rotational Force, a Deployer can imitate player interactions", + "create.ponder.deployer.text_10": "UNLOCALIZED: Right-click the front to give it an Item to use", + "create.ponder.deployer.text_11": "UNLOCALIZED: Items can also be inserted automatically", + "create.ponder.deployer.text_12": "UNLOCALIZED: Deployers carry a filter slot", + "create.ponder.deployer.text_13": "UNLOCALIZED: When a filter is set, it activates only while holding a matching item", + "create.ponder.deployer.text_14": "UNLOCALIZED: Only items matching the filter can now be inserted...", + "create.ponder.deployer.text_15": "UNLOCALIZED: ...and only non-matching items will be extracted", + "create.ponder.deployer.text_2": "UNLOCALIZED: It will always interact with the position 2 blocks in front of itself", + "create.ponder.deployer.text_3": "UNLOCALIZED: Blocks directly in front will not obstruct it", + "create.ponder.deployer.text_4": "A lehelyezők tudnak:", + "create.ponder.deployer.text_5": "Blokkok lehelyezése,", + "create.ponder.deployer.text_6": "Használj tárgyakat", + "create.ponder.deployer.text_7": "Aktivál blokkokat,", + "create.ponder.deployer.text_8": "Blokkokat aratni", + "create.ponder.deployer.text_9": "és mobokat támadni", + + "create.ponder.deployer_contraption.header": "Lehelyezők használatáról szerkezeteken", + "create.ponder.deployer_contraption.text_1": "UNLOCALIZED: Whenever Deployers are moved as part of an animated Contraption...", + "create.ponder.deployer_contraption.text_2": "UNLOCALIZED: They activate at each visited location, using items from inventories anywhere on the contraption", + "create.ponder.deployer_contraption.text_3": "UNLOCALIZED: The Filter slot can be used to specify which items to pull", + + "create.ponder.deployer_modes.header": "A Lehelyező módjairól", + "create.ponder.deployer_modes.text_1": "UNLOCALIZED: By default, a Deployer imitates a Right-click interaction", + "create.ponder.deployer_modes.text_2": "UNLOCALIZED: Using a Wrench, it can be set to imitate a Left-click instead", + + "create.ponder.deployer_processing.header": "Tárgyak feldolgozásáról lehelyezőkkel", + "create.ponder.deployer_processing.text_1": "Egy megfelelő kézben fogott tárggyal a lehelyezők feldolgozhatják az alattuk lévő tárgyakat", + "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": "Amikor tágyakat helyezel el egy szalagon...", + "create.ponder.deployer_processing.text_4": "UNLOCALIZED: The Deployer will hold and process them automatically", + + "create.ponder.deployer_redstone.header": "Lehelyezők vezérléséről redstone segítségével", + "create.ponder.deployer_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Deployers will not activate", + "create.ponder.deployer_redstone.text_2": "UNLOCALIZED: Before stopping, the Deployer will finish any started cycles", + "create.ponder.deployer_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", + + "create.ponder.depot.header": "Lerakatok használatáról", + "create.ponder.depot.text_1": "UNLOCALIZED: Depots can serve as 'stationary' belt elements", + "create.ponder.depot.text_2": "UNLOCALIZED: Right-Click to manually place or remove Items from it", + "create.ponder.depot.text_3": "UNLOCALIZED: Just like Mechanical Belts, it can provide items to processing", + "create.ponder.depot.text_4": "UNLOCALIZED: ...as well as provide Items to Mechanical Arms", + + "create.ponder.display_board.header": "Pergőlapos kijelző használatáról", + "create.ponder.display_board.text_1": "UNLOCALIZED: Display Boards are a scalable alternative to the sign", + "create.ponder.display_board.text_2": "UNLOCALIZED: They require Rotational Force to operate", + "create.ponder.display_board.text_3": "UNLOCALIZED: Text can be displayed using Name Tags...", + "create.ponder.display_board.text_4": "UNLOCALIZED: ...or through the use of Display Links", + "create.ponder.display_board.text_5": "UNLOCALIZED: Dyes can be applied to individual lines of the board", + "create.ponder.display_board.text_6": "UNLOCALIZED: Lines can be reset by clicking them with an empty hand", + + "create.ponder.display_link.header": "Kijelző-távvezérlők beüzemelése", + "create.ponder.display_link.text_1": "UNLOCALIZED: Display Links can be used to visualise dynamic information", + "create.ponder.display_link.text_2": "UNLOCALIZED: First, right-click the target display...", + "create.ponder.display_link.text_3": "UNLOCALIZED: ...then attach it to the block to read from", + "create.ponder.display_link.text_4": "UNLOCALIZED: Open the Interface to select and configure what is sent", + "create.ponder.display_link.text_5": "UNLOCALIZED: The display will now receive information from the link", + "create.ponder.display_link.text_6": "UNLOCALIZED: Not every block can act as a source", + "create.ponder.display_link.text_7": "UNLOCALIZED: Each compatible block provides unique information", + "create.ponder.display_link.text_8": "UNLOCALIZED: The Display Link can work with several different displays", + + "create.ponder.display_link_redstone.header": "Redstone-vezérelt", + "create.ponder.display_link_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Display Links stop sending updates", + "create.ponder.display_link_redstone.text_2": "UNLOCALIZED: Once unpowered, the Timer is reset and new info is sent immediately", + "create.ponder.display_link_redstone.text_3": "UNLOCALIZED: Signals emitted from the source do not affect the Link", + + "create.ponder.empty_blaze_burner.header": "Üres őrlángégő használatáról", + "create.ponder.empty_blaze_burner.text_1": "UNLOCALIZED: Right-click a Blaze with the empty burner to capture it", + "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: 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": "Csőszakaszok borítása", + "create.ponder.encased_fluid_pipe.text_1": "UNLOCALIZED: Copper Casing can be used to decorate Fluid Pipes", + "create.ponder.encased_fluid_pipe.text_2": "UNLOCALIZED: Aside from being conceiled, Encased Pipes are locked into their connectivity state", + "create.ponder.encased_fluid_pipe.text_3": "UNLOCALIZED: It will no longer react to any neighbouring blocks being added or removed", + + "create.ponder.fan_direction.header": "Fedett ventillátorok légáramlása", + "create.ponder.fan_direction.text_1": "UNLOCALIZED: Encased Fans use Rotational Force to create an Air Current", + "create.ponder.fan_direction.text_2": "UNLOCALIZED: Strength and Direction of Flow depends on the Rotational Input", + + "create.ponder.fan_processing.header": "Tárgyak feldolgozása fedett ventillátorok használatával", + "create.ponder.fan_processing.text_1": "UNLOCALIZED: When passing through lava, the Air Flow becomes Heated", + "create.ponder.fan_processing.text_2": "UNLOCALIZED: Items caught in the area will be smelted", + "create.ponder.fan_processing.text_3": "UNLOCALIZED: Food items thrown here would be incinerated", + "create.ponder.fan_processing.text_4": "UNLOCALIZED: Instead, a setup for Smoking using Fire should be used for them", + "create.ponder.fan_processing.text_5": "UNLOCALIZED: Air Flows passing through water create a Washing Setup", + "create.ponder.fan_processing.text_6": "UNLOCALIZED: Some interesting new processing can be done with it", + "create.ponder.fan_processing.text_7": "UNLOCALIZED: The Speed of the Fan does NOT affect the processing speed, only its range", + "create.ponder.fan_processing.text_8": "UNLOCALIZED: Fan Processing can also be applied to Items on Depots and Belts", + + "create.ponder.fluid_pipe_flow.header": "Folyadékok mozgatása rézcsövekkel", + "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_interaction.header": "Folyadéktárolók leeresztése és feltöltése", + "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_tank_sizes.header": "A Folyadéktartályok méretei", + "create.ponder.fluid_tank_sizes.text_1": "A Folyadéktartályok kombinálhatóak a teljes kapacitás növelése érdekében", + "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": "A csavarkulcs segítségével a tartályok ablaka ki/be kapcsolható", + + "create.ponder.fluid_tank_storage.header": "Folyadékok tárolása folyadéktartályokban", + "create.ponder.fluid_tank_storage.text_1": "A folyadéktartályok használhatóak óriási mennyiségű folyadék tárolására", + "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.funnel_compat.header": "Kapu kompatibilitás", + "create.ponder.funnel_compat.text_1": "UNLOCALIZED: Funnels should also interact nicely with a handful of other components.", + "create.ponder.funnel_compat.text_2": "Függőleges fűrészek", + "create.ponder.funnel_compat.text_3": "Lerakatok", + "create.ponder.funnel_compat.text_4": "Lefolyótálca", + + "create.ponder.funnel_direction.header": "Átvitel irányáról", + "create.ponder.funnel_direction.text_1": "UNLOCALIZED: Placed normally, it pulls items from the inventory.", + "create.ponder.funnel_direction.text_2": "UNLOCALIZED: Placed while sneaking, it puts items into the inventory.", + "create.ponder.funnel_direction.text_3": "UNLOCALIZED: Using a wrench, the funnel can be flipped after placement.", + "create.ponder.funnel_direction.text_4": "UNLOCALIZED: Same rules will apply for most orientations.", + "create.ponder.funnel_direction.text_5": "UNLOCALIZED: Funnels on belts will extract/insert depending on its movement direction.", + + "create.ponder.funnel_intro.header": "Kapuk használata", + "create.ponder.funnel_intro.text_1": "UNLOCALIZED: Funnels are ideal for transferring items from and to inventories.", + + "create.ponder.funnel_redstone.header": "Redstone-vezérelt", + "create.ponder.funnel_redstone.text_1": "UNLOCALIZED: Redstone power will prevent any funnel from acting", + + "create.ponder.funnel_transfer.header": "Közvetlen átvitel", + "create.ponder.funnel_transfer.text_1": "UNLOCALIZED: Funnels cannot ever transfer between closed inventories directly.", + "create.ponder.funnel_transfer.text_2": "UNLOCALIZED: Chutes or Smart chutes might be more suitable for such purposes.", + "create.ponder.funnel_transfer.text_3": "UNLOCALIZED: Same applies for horizontal movement. A mechanical belt should help here.", + + "create.ponder.gantry_carriage.header": "UNLOCALIZED: Using Gantry Carriages", + "create.ponder.gantry_carriage.text_1": "UNLOCALIZED: Gantry Carriages can mount to and slide along a Gantry Shaft.", + "create.ponder.gantry_carriage.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", + + "create.ponder.gantry_cascaded.header": "UNLOCALIZED: Cascaded Gantries", + "create.ponder.gantry_cascaded.text_1": "UNLOCALIZED: Gantry shafts attach to a carriage without the need of super glue", + "create.ponder.gantry_cascaded.text_2": "UNLOCALIZED: Same applies for carriages on moved Gantry Shafts", + "create.ponder.gantry_cascaded.text_3": "UNLOCALIZED: Thus, a gantry system can be cascaded to cover multiple axes of movement", + + "create.ponder.gantry_direction.header": "UNLOCALIZED: Gantry Movement Direction", + "create.ponder.gantry_direction.text_1": "UNLOCALIZED: Gantry Shafts can have opposite orientations", + "create.ponder.gantry_direction.text_2": "UNLOCALIZED: The movement direction of carriages depend on their shafts' orientation", + "create.ponder.gantry_direction.text_3": "UNLOCALIZED: ...as well as the rotation direction of the shaft", + "create.ponder.gantry_direction.text_4": "UNLOCALIZED: Same rules apply for the propagated rotation", + + "create.ponder.gantry_redstone.header": "UNLOCALIZED: Gantry Power Propagation", + "create.ponder.gantry_redstone.text_1": "UNLOCALIZED: Redstone-powered gantry shafts stop moving their carriages", + "create.ponder.gantry_redstone.text_2": "UNLOCALIZED: Instead, its rotational force is relayed to the carriages' output shaft", + + "create.ponder.gantry_shaft.header": "Futómacska-tengely használata", + "create.ponder.gantry_shaft.text_1": "UNLOCALIZED: Gantry Shafts form the basis of a gantry setup. Attached Carriages will move along them.", + "create.ponder.gantry_shaft.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", + + "create.ponder.gearbox.header": "UNLOCALIZED: Relaying rotational force using Gearboxes", + "create.ponder.gearbox.text_1": "UNLOCALIZED: Jumping between axes of rotation can get bulky quickly", + "create.ponder.gearbox.text_2": "UNLOCALIZED: A gearbox is the more compact equivalent of this setup", + "create.ponder.gearbox.text_3": "UNLOCALIZED: Shafts around corners rotate in mirrored directions", + "create.ponder.gearbox.text_4": "UNLOCALIZED: Straight connections will be reversed", + + "create.ponder.gearshift.header": "UNLOCALIZED: Controlling rotational force using a Gearshift", + "create.ponder.gearshift.text_1": "Az Iránykapcsoló egyenes vonalban forgást biztosít", + "create.ponder.gearshift.text_2": "UNLOCALIZED: When powered by Redstone, it reverses the transmission", + + "create.ponder.hand_crank.header": "UNLOCALIZED: Generating Rotational Force using Hand Cranks", + "create.ponder.hand_crank.text_1": "UNLOCALIZED: Hand Cranks can be used by players to apply rotational force manually", + "create.ponder.hand_crank.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", + "create.ponder.hand_crank.text_3": "UNLOCALIZED: Its conveyed speed is relatively high", + "create.ponder.hand_crank.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", + + "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_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_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.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_vault_sizes.header": "UNLOCALIZED: Dimensions of an Item Vault", + "create.ponder.item_vault_sizes.text_1": "UNLOCALIZED: Item Vaults can be combined to increase the total capacity", + "create.ponder.item_vault_sizes.text_2": "UNLOCALIZED: Their base square can be up to 3 blocks wide...", + "create.ponder.item_vault_sizes.text_3": "UNLOCALIZED: ...and grow in length up to 3x their diameter", + + "create.ponder.item_vault_storage.header": "UNLOCALIZED: Storing Items in Vaults", + "create.ponder.item_vault_storage.text_1": "UNLOCALIZED: Item Vaults can be used to store large amounts of items", + "create.ponder.item_vault_storage.text_2": "UNLOCALIZED: However, contents cannot be added or taken manually", + "create.ponder.item_vault_storage.text_3": "UNLOCALIZED: Any components for item transfer can both insert...", + "create.ponder.item_vault_storage.text_4": "UNLOCALIZED: ...and take contents from this container", + + "create.ponder.large_cogwheel.header": "UNLOCALIZED: Relaying rotational force using Large Cogwheels", + "create.ponder.large_cogwheel.text_1": "UNLOCALIZED: Large cogwheels can connect to each other at right angles", + "create.ponder.large_cogwheel.text_2": "UNLOCALIZED: It will help relaying conveyed speed to other axes of rotation", + + "create.ponder.linear_chassis_attachment.header": "UNLOCALIZED: Attaching blocks using Linear Chassis", + "create.ponder.linear_chassis_attachment.text_1": "UNLOCALIZED: The open faces of a Linear Chassis can be made Sticky", + "create.ponder.linear_chassis_attachment.text_2": "UNLOCALIZED: Click again to make the opposite side sticky", + "create.ponder.linear_chassis_attachment.text_3": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", + "create.ponder.linear_chassis_attachment.text_4": "UNLOCALIZED: Stickied faces of the Linear Chassis will attach a line of blocks in front of it", + "create.ponder.linear_chassis_attachment.text_5": "UNLOCALIZED: Using a Wrench, a precise Range can be specified for this chassis", + "create.ponder.linear_chassis_attachment.text_6": "UNLOCALIZED: Holding CTRL and scrolling adjusts the range of all attached Chassis Blocks", + "create.ponder.linear_chassis_attachment.text_7": "UNLOCALIZED: Attaching blocks to any other side requires the use of Super Glue", + "create.ponder.linear_chassis_attachment.text_8": "UNLOCALIZED: Using these mechanics, structures of any shape can move as a Contraption", + + "create.ponder.linear_chassis_group.header": "UNLOCALIZED: Moving Linear Chassis in groups", + "create.ponder.linear_chassis_group.text_1": "UNLOCALIZED: Linear Chassis connect to identical Chassis blocks next to them", + "create.ponder.linear_chassis_group.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", + "create.ponder.linear_chassis_group.text_3": "UNLOCALIZED: Chassis of a different type or facing another direction will not attach", + + "create.ponder.mechanical_arm.header": "Mechanikus karok beüzemelése", + "create.ponder.mechanical_arm.text_1": "A mechanikus karokhoz a lehelyezésük előtt kell ki- és bemeneteket társítani", + "create.ponder.mechanical_arm.text_2": "A karral a kezedben kattints jobb gombbal a megfelelő tárolókra, hogy a karhoz társítsd őket", + "create.ponder.mechanical_arm.text_3": "Kattints ismét a jobb gombbal, hogy a bemeneti (kék) és kimeneti (narancs) módok között válthass", + "create.ponder.mechanical_arm.text_4": "Kattints bal gombbal a célpontokra a kijelölésük eltávolításához", + "create.ponder.mechanical_arm.text_5": "Lehelyezés után a mechanikus kar az imént beállított célpontokat használja", + "create.ponder.mechanical_arm.text_6": "A kar hatósugarán belül tetszőleges számú ki- és bemenet kijelölhető", + "create.ponder.mechanical_arm.text_7": "Azonban nem minden tárolóeszköz használható közvetlen célként", + "create.ponder.mechanical_arm.text_8": "Ezt kapukkal és lerakatokkal lehet áthidalni", + + "create.ponder.mechanical_arm_filtering.header": "A mechanikus kar kimeneteinek szűrése", + "create.ponder.mechanical_arm_filtering.text_1": "Bemenetek", + "create.ponder.mechanical_arm_filtering.text_2": "Kimenetek", + "create.ponder.mechanical_arm_filtering.text_3": "Előfordul, hogy a kar kimeneteit egy szűrővel szeretnénk leszűkíteni", + "create.ponder.mechanical_arm_filtering.text_4": "A mechanikus kar önmagában nem rendelkezik semmiféle szűrési lehetőséggel", + "create.ponder.mechanical_arm_filtering.text_5": "A sárgaréz kapuk viszont a saját szűrőjüket a karra is érvényesítik, ha kimenetként hozzá vannak társítva", + "create.ponder.mechanical_arm_filtering.text_6": "A kar elég intelligens ahhoz, hogy ne vegyen el olyan tárgyat, amelyet nem tudna hová letenni", + + "create.ponder.mechanical_arm_modes.header": "A mechanikus kar elosztási módjai", + "create.ponder.mechanical_arm_modes.text_1": "Bemenet", + "create.ponder.mechanical_arm_modes.text_2": "Kimenetek", + "create.ponder.mechanical_arm_modes.text_3": "Amikor egy karnak több érvényes kimenet közül kell választania...", + "create.ponder.mechanical_arm_modes.text_4": "...a beállított módon fog dönteni", + "create.ponder.mechanical_arm_modes.text_5": "Ez a beállítás a csavarkulccsal görgetéssel változtatható meg", + "create.ponder.mechanical_arm_modes.text_6": "A „Sorjában” mód egyszerűen végigjárja az összes elérhető kimenetet egymás után", + "create.ponder.mechanical_arm_modes.text_7": "Ha egy kimenet nem fogad el több tárgyat, a kar átugorja azt", + "create.ponder.mechanical_arm_modes.text_8": "A „Szigorúan sorjában” módban a kar nem ugrik át egy kimenetet sem, hanem megvárja, amíg az felszabadul", + "create.ponder.mechanical_arm_modes.text_9": "A „Legelső szabad” beállítással a kar az elsőnek megjelölt kimeneteket részesíti előnyben", + + "create.ponder.mechanical_arm_redstone.header": "A mechanikus kar vezérlése redstone-nal", + "create.ponder.mechanical_arm_redstone.text_1": "Ha a mechanikus kar redstone-jelet kap, nem fogad el több tárgyat", + "create.ponder.mechanical_arm_redstone.text_2": "Mielőtt leállna, befejezi a megkezdett műveletet, ha van ilyen", + "create.ponder.mechanical_arm_redstone.text_3": "Így egy rövid negatív impulzussal el lehet érni, hogy a kar pontosan egy műveletet végezzen", + + "create.ponder.mechanical_bearing.header": "Szerkezetek mozgatása mechanikus csapággyal", + "create.ponder.mechanical_bearing.text_1": "A Mechanikus csapágyak az előttük lévő blokkhoz csatlakoznak", + "create.ponder.mechanical_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, it will assemble it into a Rotating Contraption", + + "create.ponder.mechanical_crafter.header": "Barkácsgépek beüzemelése", + "create.ponder.mechanical_crafter.text_1": "A mechanikus barkácsolók tömbje bármilyen recept automatizálására használható", + "create.ponder.mechanical_crafter.text_2": "UNLOCALIZED: Using a Wrench, the Crafters' paths can be arranged", + "create.ponder.mechanical_crafter.text_3": "UNLOCALIZED: For a valid setup, all paths have to converge into one exit at any side", + "create.ponder.mechanical_crafter.text_4": "UNLOCALIZED: The outputs will be placed into the inventory at the exit", + "create.ponder.mechanical_crafter.text_5": "A mechanikus barkácsolók forgási erővel működnek", + "create.ponder.mechanical_crafter.text_6": "UNLOCALIZED: Right-Click the front to insert Items manually", + "create.ponder.mechanical_crafter.text_7": "UNLOCALIZED: Once every slot of a path contains an Item, the crafting process will begin", + "create.ponder.mechanical_crafter.text_8": "UNLOCALIZED: For recipes not fully occupying the crafter setup, the start can be forced using a Redstone Pulse", + + "create.ponder.mechanical_crafter_connect.header": "UNLOCALIZED: Connecting Inventories of Crafters", + "create.ponder.mechanical_crafter_connect.text_1": "UNLOCALIZED: Items can be inserted to Crafters automatically", + "create.ponder.mechanical_crafter_connect.text_2": "A bemeneteket kombinálni lehet, ha a mechanikus barkácsolók hátulján használjuk a csavarkulcsot", + "create.ponder.mechanical_crafter_connect.text_3": "UNLOCALIZED: All connected Crafters can now be accessed by the same input location", + + "create.ponder.mechanical_crafter_covers.header": "UNLOCALIZED: Covering slots of Mechanical Crafters", + "create.ponder.mechanical_crafter_covers.text_1": "UNLOCALIZED: Some recipes will require additional Crafters to bridge gaps in the path", + "create.ponder.mechanical_crafter_covers.text_2": "UNLOCALIZED: Using Slot Covers, Crafters can be set to act as an Empty Slot in the arrangement", + "create.ponder.mechanical_crafter_covers.text_3": "UNLOCALIZED: Shared Inputs created with the Wrench at the back can also reach across covered Crafters", + + "create.ponder.mechanical_drill.header": "UNLOCALIZED: Breaking Blocks with the Mechanical Drill", + "create.ponder.mechanical_drill.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Drill will break blocks directly in front of it", + "create.ponder.mechanical_drill.text_2": "UNLOCALIZED: Its mining speed depends on the Rotational Input", + + "create.ponder.mechanical_drill_contraption.header": "UNLOCALIZED: Using Mechanical Drills on Contraptions", + "create.ponder.mechanical_drill_contraption.text_1": "UNLOCALIZED: Whenever Drills are moved as part of an animated Contraption...", + "create.ponder.mechanical_drill_contraption.text_2": "UNLOCALIZED: ...they will break blocks the contraption runs them into", + + "create.ponder.mechanical_harvester.header": "UNLOCALIZED: Using Mechanical Harvesters on Contraptions", + "create.ponder.mechanical_harvester.text_1": "UNLOCALIZED: Whenever Harvesters are moved as part of an animated Contraption...", + "create.ponder.mechanical_harvester.text_2": "UNLOCALIZED: They will harvest and reset any mature crops on their way", + + "create.ponder.mechanical_mixer.header": "UNLOCALIZED: Processing Items with the Mechanical Mixer", + "create.ponder.mechanical_mixer.text_1": "UNLOCALIZED: With a Mixer and Basin, some Crafting Recipes can be automated", + "create.ponder.mechanical_mixer.text_2": "UNLOCALIZED: Available recipes include any Shapeless Crafting Recipe, plus a couple extra ones", + "create.ponder.mechanical_mixer.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", + "create.ponder.mechanical_mixer.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", + + "create.ponder.mechanical_piston.header": "UNLOCALIZED: Moving Structures using Mechanical Pistons", + "create.ponder.mechanical_piston.text_1": "UNLOCALIZED: Mechanical Pistons can move blocks in front of them", + "create.ponder.mechanical_piston.text_2": "UNLOCALIZED: Speed and direction of movement depend on the Rotational Input", + "create.ponder.mechanical_piston.text_3": "UNLOCALIZED: Sticky Mechanical Pistons can pull the attached blocks back", + + "create.ponder.mechanical_piston_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Piston", + "create.ponder.mechanical_piston_modes.text_1": "UNLOCALIZED: Whenever Pistons stop moving, the moved structure reverts to blocks", + "create.ponder.mechanical_piston_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", + + "create.ponder.mechanical_plough.header": "UNLOCALIZED: Using Mechanical Ploughs on Contraptions", + "create.ponder.mechanical_plough.text_1": "UNLOCALIZED: Whenever Ploughs are moved as part of an animated Contraption...", + "create.ponder.mechanical_plough.text_2": "UNLOCALIZED: ...they will break blocks without a solid collision hitbox", + "create.ponder.mechanical_plough.text_3": "UNLOCALIZED: Additionally, ploughs can create farmland", + "create.ponder.mechanical_plough.text_4": "UNLOCALIZED: ...they can also launch entities without hurting them", + + "create.ponder.mechanical_press.header": "UNLOCALIZED: Processing Items with the Mechanical Press", + "create.ponder.mechanical_press.text_1": "UNLOCALIZED: The Mechanical Press can process items provided beneath it", + "create.ponder.mechanical_press.text_2": "UNLOCALIZED: The Input items can be dropped or placed on a Depot under the Press", + "create.ponder.mechanical_press.text_3": "UNLOCALIZED: When items are provided on a belt...", + "create.ponder.mechanical_press.text_4": "UNLOCALIZED: The Press will hold and process them automatically", + + "create.ponder.mechanical_press_compacting.header": "UNLOCALIZED: Compacting items with the Mechanical Press", + "create.ponder.mechanical_press_compacting.text_1": "UNLOCALIZED: Pressing items held in a Basin will cause them to be Compacted", + "create.ponder.mechanical_press_compacting.text_2": "UNLOCALIZED: Compacting includes any filled 2x2 or 3x3 Crafting Recipe, plus a couple extra ones", + "create.ponder.mechanical_press_compacting.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", + "create.ponder.mechanical_press_compacting.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", + + "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_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_saw_breaker.header": "UNLOCALIZED: Cutting Trees with the Mechanical Saw", + "create.ponder.mechanical_saw_breaker.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Saw will cut trees directly in front of it", + "create.ponder.mechanical_saw_breaker.text_2": "UNLOCALIZED: In order to cut the tree fully, the Saw has to break the last block connecting it to the ground", + + "create.ponder.mechanical_saw_contraption.header": "UNLOCALIZED: Using Mechanical Saws on Contraptions", + "create.ponder.mechanical_saw_contraption.text_1": "UNLOCALIZED: Whenever Saws are moved as part of an animated Contraption...", + "create.ponder.mechanical_saw_contraption.text_2": "UNLOCALIZED: ...they will cut any trees the contraption runs them into", + + "create.ponder.mechanical_saw_processing.header": "UNLOCALIZED: Processing Items on the Mechanical Saw", + "create.ponder.mechanical_saw_processing.text_1": "UNLOCALIZED: Upward facing Mechanical Saws can process a variety of items", + "create.ponder.mechanical_saw_processing.text_2": "UNLOCALIZED: The processed item always moves against the rotational input to the saw", + "create.ponder.mechanical_saw_processing.text_3": "UNLOCALIZED: Saws can work in-line with Mechanical Belts", + "create.ponder.mechanical_saw_processing.text_4": "UNLOCALIZED: When an ingredient has multiple possible outcomes, the filter slot can specify it", + "create.ponder.mechanical_saw_processing.text_5": "UNLOCALIZED: Without filter, the Saw would cycle through all outcomes instead", + + "create.ponder.millstone.header": "UNLOCALIZED: Processing Items in the Millstone", + "create.ponder.millstone.text_1": "UNLOCALIZED: Millstones process items by grinding them", + "create.ponder.millstone.text_2": "UNLOCALIZED: They can be powered from the side using cogwheels", + "create.ponder.millstone.text_3": "UNLOCALIZED: Throw or Insert items at the top", + "create.ponder.millstone.text_4": "UNLOCALIZED: After some time, the result can be obtained via Right-click", + "create.ponder.millstone.text_5": "UNLOCALIZED: The outputs can also be extracted by automation", + + "create.ponder.nixie_tube.header": "Nixie-csövek használata", + "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", + "create.ponder.piston_pole.text_2": "UNLOCALIZED: The Length of pole added at its back determines the Extension Range", + + "create.ponder.portable_fluid_interface.header": "UNLOCALIZED: Contraption Fluid Exchange", + "create.ponder.portable_fluid_interface.text_1": "A mozgó szerkezeteken a folyadéktartályokat nem tudják a csövek használni", + "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_storage_interface.header": "UNLOCALIZED: Contraption Storage Exchange", + "create.ponder.portable_storage_interface.text_1": "UNLOCALIZED: Inventories on moving contraptions cannot be accessed by players.", + "create.ponder.portable_storage_interface.text_2": "UNLOCALIZED: This component can interact with storage without the need to stop the contraption.", + "create.ponder.portable_storage_interface.text_3": "UNLOCALIZED: Place a second one with a gap of 1 or 2 blocks inbetween", + "create.ponder.portable_storage_interface.text_4": "UNLOCALIZED: Whenever they pass by each other, they will engage in a connection", + "create.ponder.portable_storage_interface.text_5": "UNLOCALIZED: While engaged, the stationary interface will represent ALL inventories on the contraption", + "create.ponder.portable_storage_interface.text_6": "UNLOCALIZED: Items can now be inserted...", + "create.ponder.portable_storage_interface.text_7": "UNLOCALIZED: ...or extracted from the contraption", + "create.ponder.portable_storage_interface.text_8": "UNLOCALIZED: After no items have been exchanged for a while, the contraption will continue on its way", + + "create.ponder.portable_storage_interface_redstone.header": "Redstone-vezérelt", + "create.ponder.portable_storage_interface_redstone.text_1": "UNLOCALIZED: Redstone power will prevent the stationary interface from engaging", + + "create.ponder.powered_latch.header": "UNLOCALIZED: Controlling signals using the Powered Latch", + "create.ponder.powered_latch.text_1": "UNLOCALIZED: Powered Latches are redstone controllable Levers", + "create.ponder.powered_latch.text_2": "UNLOCALIZED: Signals at the back switch it on", + "create.ponder.powered_latch.text_3": "UNLOCALIZED: Signals from the side switch it back off", + "create.ponder.powered_latch.text_4": "UNLOCALIZED: Powered latches can also be toggled manually", + + "create.ponder.powered_toggle_latch.header": "UNLOCALIZED: Controlling signals using the Powered Toggle Latch", + "create.ponder.powered_toggle_latch.text_1": "UNLOCALIZED: Powered Toggle Latches are redstone controllable Levers", + "create.ponder.powered_toggle_latch.text_2": "UNLOCALIZED: Signals at the back will toggle its state", + "create.ponder.powered_toggle_latch.text_3": "UNLOCALIZED: ...on and back off", + "create.ponder.powered_toggle_latch.text_4": "UNLOCALIZED: Powered toggle latches can also be toggled manually", + + "create.ponder.pulse_extender.header": "UNLOCALIZED: Controlling signals using Pulse Extenders", + "create.ponder.pulse_extender.text_1": "UNLOCALIZED: Pulse Extenders can lengthen a signal passing through", + "create.ponder.pulse_extender.text_2": "UNLOCALIZED: They activate after a short delay...", + "create.ponder.pulse_extender.text_3": "UNLOCALIZED: ...and cool down for the configured duration", + "create.ponder.pulse_extender.text_4": "UNLOCALIZED: Using the mouse wheel, the discharge time can be configured", + "create.ponder.pulse_extender.text_5": "UNLOCALIZED: The configured duration can range up to 30 minutes", + + "create.ponder.pulse_repeater.header": "UNLOCALIZED: Controlling signals using Pulse Repeaters", + "create.ponder.pulse_repeater.text_1": "UNLOCALIZED: Pulse Repeaters emit a short pulse at a delay", + "create.ponder.pulse_repeater.text_2": "UNLOCALIZED: Using the mouse wheel, the charge time can be configured", + "create.ponder.pulse_repeater.text_3": "UNLOCALIZED: Configured delays can range up to 30 minutes", + + "create.ponder.radial_chassis.header": "UNLOCALIZED: Attaching blocks using Radial Chassis", + "create.ponder.radial_chassis.text_1": "UNLOCALIZED: Radial Chassis connect to identical Chassis blocks in a row", + "create.ponder.radial_chassis.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", + "create.ponder.radial_chassis.text_3": "UNLOCALIZED: The side faces of a Radial Chassis can be made Sticky", + "create.ponder.radial_chassis.text_4": "UNLOCALIZED: Click again to make all other sides sticky", + "create.ponder.radial_chassis.text_5": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", + "create.ponder.radial_chassis.text_6": "UNLOCALIZED: Whenever a Block is next to a sticky face...", + "create.ponder.radial_chassis.text_7": "UNLOCALIZED: ...it will attach all reachable blocks within a radius on that layer", + "create.ponder.radial_chassis.text_8": "UNLOCALIZED: Using a Wrench, a precise Radius can be specified for this chassis", + "create.ponder.radial_chassis.text_9": "UNLOCALIZED: Blocks not reachable by any sticky face will not attach", + + "create.ponder.redstone_contact.header": "Redstone-érintkezők", + "create.ponder.redstone_contact.text_1": "UNLOCALIZED: Redstone Contacts facing each other will emit a redstone signal", + "create.ponder.redstone_contact.text_2": "UNLOCALIZED: This still applies when one of them is part of a moving Contraption", + + "create.ponder.redstone_link.header": "Redstone-távvezérlő használata", + "create.ponder.redstone_link.text_1": "UNLOCALIZED: Redstone Links can transmit redstone signals wirelessly", + "create.ponder.redstone_link.text_2": "UNLOCALIZED: Right-click while Sneaking to toggle receive mode", + "create.ponder.redstone_link.text_3": "UNLOCALIZED: A simple Right-click with a Wrench can do the same", + "create.ponder.redstone_link.text_4": "UNLOCALIZED: Receivers emit the redstone power of transmitters within 128 blocks", + "create.ponder.redstone_link.text_5": "UNLOCALIZED: Placing items in the two slots can specify a Frequency", + "create.ponder.redstone_link.text_6": "UNLOCALIZED: Only the links with matching Frequencies will communicate", + + "create.ponder.rope_pulley.header": "UNLOCALIZED: Moving Structures using Rope Pulleys", + "create.ponder.rope_pulley.text_1": "UNLOCALIZED: Rope Pulleys can move blocks vertically when given Rotational Force", + "create.ponder.rope_pulley.text_2": "UNLOCALIZED: Direction and Speed of movement depend on the Rotational Input", + + "create.ponder.rope_pulley_attachment.header": "UNLOCALIZED: Moving Pulleys as part of a Contraption", + "create.ponder.rope_pulley_attachment.text_1": "UNLOCALIZED: Whenever Pulleys are themselves being moved by a Contraption...", + "create.ponder.rope_pulley_attachment.text_2": "UNLOCALIZED: ...its attached structure will be dragged with it", + "create.ponder.rope_pulley_attachment.text_3": "UNLOCALIZED: Mind that pulleys are only movable while stopped", + + "create.ponder.rope_pulley_modes.header": "UNLOCALIZED: Movement Modes of the Rope Pulley", + "create.ponder.rope_pulley_modes.text_1": "UNLOCALIZED: Whenever Pulleys stop moving, the moved structure reverts to blocks", + "create.ponder.rope_pulley_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", + + "create.ponder.rose_quartz_lamp.header": "Rózsakvarclámpák", + "create.ponder.rose_quartz_lamp.text_1": "UNLOCALIZED: Rose Quartz Lamps activate on a Redstone signal", + "create.ponder.rose_quartz_lamp.text_2": "UNLOCALIZED: They will continue to emit redstone power afterwards", + "create.ponder.rose_quartz_lamp.text_3": "UNLOCALIZED: When multiple lamps are arranged in a group...", + "create.ponder.rose_quartz_lamp.text_4": "UNLOCALIZED: ...activating a Lamp will focus the signal to it, deactivating all others", + "create.ponder.rose_quartz_lamp.text_5": "UNLOCALIZED: Comparators output based on the distance to a powered lamp", + "create.ponder.rose_quartz_lamp.text_6": "UNLOCALIZED: The Lamps can also be toggled manually using a Wrench", + + "create.ponder.rotation_speed_controller.header": "Fordulatszám-szabályzó használata", + "create.ponder.rotation_speed_controller.text_1": "A fordulatszám-szabályzók a tengelyükre érkező meghajtást a felettük lévő nagy fogaskerékre viszik át", + "create.ponder.rotation_speed_controller.text_2": "UNLOCALIZED: Using the scroll input on its side, the conveyed speed can be configured", + + "create.ponder.sail.header": "UNLOCALIZED: Assembling Windmills using Sails", + "create.ponder.sail.text_1": "UNLOCALIZED: Sails are handy blocks to create Windmills with", + "create.ponder.sail.text_2": "Ezek egymáshoz fognak ragadni Pillanatragasztó vagy Alváz blokk nélkül is", + "create.ponder.sail.text_3": "UNLOCALIZED: Right-Click with Dye to paint them", + "create.ponder.sail.text_4": "UNLOCALIZED: Right-Click with Shears to turn them back into frames", + + "create.ponder.sail_frame.header": "UNLOCALIZED: Assembling Windmills using Sail Frames", + "create.ponder.sail_frame.text_1": "UNLOCALIZED: Sail Frames are handy blocks to create Windmills with", + "create.ponder.sail_frame.text_2": "Ezek egymáshoz fognak ragadni pillanatragasztó vagy futómű nélkül is", + + "create.ponder.sequenced_gearshift.header": "Mozgási sebesség vezérlése Beállítható Forgásvezérlővel", + "create.ponder.sequenced_gearshift.text_1": "Szekvenciális iránykapcsoló függ a forgástól, követve az időzített utasításlistát", + "create.ponder.sequenced_gearshift.text_2": "UNLOCALIZED: Right-click it to open the Configuration UI", + "create.ponder.sequenced_gearshift.text_3": "UNLOCALIZED: Upon receiving a Redstone Signal, it will start running its configured sequence", + "create.ponder.sequenced_gearshift.text_4": "UNLOCALIZED: Once finished, it waits for the next Redstone Signal and starts over", + "create.ponder.sequenced_gearshift.text_5": "UNLOCALIZED: A redstone comparator can be used to read the current progress", + + "create.ponder.shaft.header": "UNLOCALIZED: Relaying rotational force using Shafts", + "create.ponder.shaft.text_1": "UNLOCALIZED: Shafts will relay rotation in a straight line.", + + "create.ponder.shaft_casing.header": "Tengelyek borítása", + "create.ponder.shaft_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Shafts", + + "create.ponder.smart_chute.header": "UNLOCALIZED: Filtering Items using Smart Chutes", + "create.ponder.smart_chute.text_1": "UNLOCALIZED: Smart Chutes are vertical chutes with additional control", + "create.ponder.smart_chute.text_2": "UNLOCALIZED: Items in the filter slot specify what exactly they can extract and transfer", + "create.ponder.smart_chute.text_3": "UNLOCALIZED: Use the Mouse Wheel to specify the extracted stack size", + "create.ponder.smart_chute.text_4": "UNLOCALIZED: Redstone power will prevent Smart Chutes from acting.", + + "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.speedometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Speedometer", + "create.ponder.speedometer.text_1": "UNLOCALIZED: The Speedometer displays the current Speed of the attached components", + "create.ponder.speedometer.text_2": "Mérőeszközről részletesebb információkat tudhat meg a játékos a Mérnöki szemüveg segítségével", + "create.ponder.speedometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Speedometer's measurements", + + "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.stabilized_bearings.header": "UNLOCALIZED: Stabilized Contraptions", + "create.ponder.stabilized_bearings.text_1": "UNLOCALIZED: Whenever Mechanical Bearings are themselves part of a moving Structure..", + "create.ponder.stabilized_bearings.text_2": "UNLOCALIZED: ..they will attempt to keep themselves upright", + "create.ponder.stabilized_bearings.text_3": "UNLOCALIZED: Once again, the bearing will attach to the block in front of it", + "create.ponder.stabilized_bearings.text_4": "UNLOCALIZED: As a result, the entire sub-Contraption will stay upright", + + "create.ponder.steam_engine.header": "Gőzgépek beüzemelése", + "create.ponder.steam_engine.text_1": "UNLOCALIZED: Steam Engines can be placed on a Fluid Tank", + "create.ponder.steam_engine.text_10": "4. szint", + "create.ponder.steam_engine.text_11": "4 gőzgép", + "create.ponder.steam_engine.text_12": "8. szint", + "create.ponder.steam_engine.text_13": "8 gőzgép", + "create.ponder.steam_engine.text_2": "UNLOCALIZED: Clicking the engine with a Shaft creates the Kinetic Output", + "create.ponder.steam_engine.text_3": "UNLOCALIZED: With sufficient Heat, Water and Boiler space...", + "create.ponder.steam_engine.text_4": "UNLOCALIZED: ...they will generate Rotational Force", + "create.ponder.steam_engine.text_5": "UNLOCALIZED: The minimal setup requires 4 Fluid Tanks", + "create.ponder.steam_engine.text_6": "UNLOCALIZED: With the help of Blaze Burners, the power output can be increased", + "create.ponder.steam_engine.text_7": "UNLOCALIZED: Higher power levels require more Water, Size and Heat", + "create.ponder.steam_engine.text_8": "A kazán aktuális teljesítményszintje mérnöki szemüveggel ellenőrizhető", + "create.ponder.steam_engine.text_9": "UNLOCALIZED: With each added power level, an additional Engine can output at full capacity", + + "create.ponder.steam_whistle.header": "Gőzsípok beüzemelése", + "create.ponder.steam_whistle.text_1": "A gőzspíokat rá lehet helyezni folyadéktartályra", + "create.ponder.steam_whistle.text_2": "Ha a tartály elegendő hőt kap...", + "create.ponder.steam_whistle.text_3": "... a síp egy hangot fog játszani, amikor aktiválva van", + "create.ponder.steam_whistle.text_4": "Használj egy síp tárgyat a blokkon, hogy csökkents a hangmagasságát", + "create.ponder.steam_whistle.text_5": "Válts 3 különböző oktáv között a csavarkulcs segítségével", + "create.ponder.steam_whistle.text_6": "A mérnöki szemüveg segíthet megtudni a síp aktuális hangmagasságát", + + "create.ponder.sticker.header": "UNLOCALIZED: Attaching blocks using the Sticker", + "create.ponder.sticker.text_1": "UNLOCALIZED: Stickers are ideal for Redstone-controlled block attachment", + "create.ponder.sticker.text_2": "UNLOCALIZED: Upon receiving a signal, it will toggle its state", + "create.ponder.sticker.text_3": "UNLOCALIZED: If it is now moved in a contraption, the block will move with it", + "create.ponder.sticker.text_4": "UNLOCALIZED: Toggled once again, the block is no longer attached", + + "create.ponder.stressometer.header": "A kinetikai információk figyelése a nyomatékmérővel", + "create.ponder.stressometer.text_1": "A nyomatékmérő megjeleníti a csatolt kinetikus hálózat aktuális nyomaték-kapacitását", + "create.ponder.stressometer.text_2": "Mérőeszközről részletesebb információkat tudhat meg a játékos a Mérnöki szemüveg segítségével", + "create.ponder.stressometer.text_3": "A komparátorok analóg redstone jeleket bocsátanak ki a nyomatékmérő mérése alapján", + + "create.ponder.super_glue.header": "Blokkok összeragasztása pillanatragasztóval", + "create.ponder.super_glue.text_1": "Pillanatragasztós blokkcsoportok együtt mozognak a szerkezetben", + "create.ponder.super_glue.text_2": "Két átlós pontra kattintva új 'ragasztott' területet hozhatsz létre", + "create.ponder.super_glue.text_3": "Egy blokk eltávolításához kattints rá a kezedben lévő ragasztóval", + "create.ponder.super_glue.text_4": "UNLOCALIZED: Adjacent blocks sharing an area will pull each other along", + "create.ponder.super_glue.text_5": "Az átfedő ragasztott területek egymással mozognak", + "create.ponder.super_glue.text_6": "Az egymáson lógó blokkokhoz általában nem kell ragasztó", + + "create.ponder.track_chunks.header": "UNLOCALIZED: Traversing unloaded Chunks", + "create.ponder.track_chunks.text_1": "UNLOCALIZED: Tracks stay functional outside of loaded chunks", + "create.ponder.track_chunks.text_2": "UNLOCALIZED: Trains will travel through inactive sections of the world without issue", + "create.ponder.track_chunks.text_3": "UNLOCALIZED: They will still stop at stations or red signals", + "create.ponder.track_chunks.text_4": "UNLOCALIZED: However, Drills and other on-board machines will not operate", + "create.ponder.track_chunks.text_5": "UNLOCALIZED: Once near a Player, the train will re-appear", + + "create.ponder.track_observer.header": "Vontatok érzékelése", + "create.ponder.track_observer.text_1": "UNLOCALIZED: Select a Train Track then place the Observer nearby", + "create.ponder.track_observer.text_2": "UNLOCALIZED: The Observer will detect any Trains passing over the marker", + "create.ponder.track_observer.text_3": "UNLOCALIZED: Observers can be filtered to activate for matching cargo", + + "create.ponder.track_placement.header": "Vasúti sín lehelyezése", + "create.ponder.track_placement.text_1": "UNLOCALIZED: A new type of rail designed for Train Contraptions", + "create.ponder.track_placement.text_2": "UNLOCALIZED: To place rows of track in bulk, click on an existing track", + "create.ponder.track_placement.text_3": "UNLOCALIZED: Then place or select a second track", + "create.ponder.track_placement.text_4": "UNLOCALIZED: Tracks can also be placed as turns or slopes", + "create.ponder.track_placement.text_5": "UNLOCALIZED: When connecting, tracks will try to make each turn equally sized", + "create.ponder.track_placement.text_6": "UNLOCALIZED: Holding the sprint key while connecting...", + "create.ponder.track_placement.text_7": "UNLOCALIZED: ...will create the longest fitting bend instead", + "create.ponder.track_placement.text_8": "UNLOCALIZED: Materials in the off-hand will be paved under tracks automatically", + + "create.ponder.track_portal.header": "UNLOCALIZED: Tracks and the Nether", + "create.ponder.track_portal.text_1": "UNLOCALIZED: Tracks placed up against a nether portal...", + "create.ponder.track_portal.text_2": "UNLOCALIZED: ...will attempt to create a paired track on the other side", + "create.ponder.track_portal.text_3": "UNLOCALIZED: Trains on this track are now able to travel across dimensions", + + "create.ponder.train_assembly.header": "Vonatok összeszerelése", + "create.ponder.train_assembly.text_1": "UNLOCALIZED: Select a Train Track then place the Station nearby", + "create.ponder.train_assembly.text_10": "UNLOCALIZED: Every Train requires Train Controls on board", + "create.ponder.train_assembly.text_11": "UNLOCALIZED: An optional second one allows departure from Stations in both directions", + "create.ponder.train_assembly.text_12": "UNLOCALIZED: Open the Station UI and confirm the Assembly process", + "create.ponder.train_assembly.text_13": "UNLOCALIZED: Trains can be disassembled back into blocks at stations only", + "create.ponder.train_assembly.text_14": "UNLOCALIZED: When used on a station, maps will add a labeled marker at the location", + "create.ponder.train_assembly.text_15": "UNLOCALIZED: Assembled Trains can be relocated to nearby Tracks using the Wrench", + "create.ponder.train_assembly.text_2": "UNLOCALIZED: Stations are the Waypoints of your Track Network", + "create.ponder.train_assembly.text_3": "UNLOCALIZED: To create a new Train, open the UI and switch to Assembly Mode", + "create.ponder.train_assembly.text_4": "UNLOCALIZED: During Assembly no scheduled trains will approach this station", + "create.ponder.train_assembly.text_5": "UNLOCALIZED: Create new bogeys by using Train Casing on Tracks", + "create.ponder.train_assembly.text_6": "UNLOCALIZED: Click the track again to cycle between bogey designs", + "create.ponder.train_assembly.text_7": "Ragassz egybe néhány blokkot a pillanatragasztó segítségével", + "create.ponder.train_assembly.text_8": "UNLOCALIZED: Assembled Trains will move faster if they can find fuel in assembled chests or barrels", + "create.ponder.train_assembly.text_9": "UNLOCALIZED: Fuel stored in Vaults will not be consumed by the train", + + "create.ponder.train_controls.header": "Vonatok vezérlése", + "create.ponder.train_controls.text_1": "UNLOCALIZED: Train Controls are required on every train contraption", + "create.ponder.train_controls.text_2": "UNLOCALIZED: Once assembled, right-click the block to start driving", + "create.ponder.train_controls.text_3": "UNLOCALIZED: Accelerate and steer the Train using movement keybinds", + "create.ponder.train_controls.text_4": "UNLOCALIZED: If desired, the top speed can be fine-tuned using the mouse wheel", + "create.ponder.train_controls.text_5": "UNLOCALIZED: Hold space to approach a nearby Station", + "create.ponder.train_controls.text_6": "UNLOCALIZED: Trains can only be disassembled back into blocks at Stations", + "create.ponder.train_controls.text_7": "UNLOCALIZED: Assembled Whistles can be activated with the sprint key", + "create.ponder.train_controls.text_8": "UNLOCALIZED: Sneak or click again to stop controlling the Train", + + "create.ponder.train_schedule.header": "UNLOCALIZED: Using Train Schedules", + "create.ponder.train_schedule.text_1": "UNLOCALIZED: Schedules allow Trains to be controlled by other Drivers", + "create.ponder.train_schedule.text_2": "UNLOCALIZED: Right-click with the item in hand to open its Interface", + "create.ponder.train_schedule.text_3": "A beprogramozást követően a menetrend átadható egy mozdonyvezetőnek", + "create.ponder.train_schedule.text_4": "UNLOCALIZED: Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", + "create.ponder.train_schedule.text_5": "UNLOCALIZED: Creatures on a lead can be given their seat more conveniently", + "create.ponder.train_schedule.text_6": "Minden mozdonyvezetőtől beszerezhető a menetrend", + + "create.ponder.train_signal_placement.header": "UNLOCALIZED: Placing Train Signals", + "create.ponder.train_signal_placement.text_1": "UNLOCALIZED: Select a Train Track then place the Signal nearby", + "create.ponder.train_signal_placement.text_2": "UNLOCALIZED: Signals control the flow of Trains not driven by players", + "create.ponder.train_signal_placement.text_3": "UNLOCALIZED: Scheduled Trains will never cross signals in the opposite direction", + "create.ponder.train_signal_placement.text_4": "UNLOCALIZED: ...unless a second signal is added facing the opposite way.", + "create.ponder.train_signal_placement.text_5": "UNLOCALIZED: Nixie tubes can be attached to make a signal's lights more visible", + + "create.ponder.train_signal_redstone.header": "Jelek és redstone", + "create.ponder.train_signal_redstone.text_1": "UNLOCALIZED: Signals can be forced red by a redstone signal", + "create.ponder.train_signal_redstone.text_2": "UNLOCALIZED: Reversely, red signals emit a comparator output", + + "create.ponder.train_signal_signaling.header": "UNLOCALIZED: Collision Prevention with Signals", + "create.ponder.train_signal_signaling.text_1": "UNLOCALIZED: Train Signals divide a track into segments", + "create.ponder.train_signal_signaling.text_2": "UNLOCALIZED: If a Segment is occupied, no other Trains will be allowed entry", + "create.ponder.train_signal_signaling.text_3": "UNLOCALIZED: Thus, each Segment will contain only one Train at a time", + "create.ponder.train_signal_signaling.text_4": "UNLOCALIZED: A second Signal mode is available via the Wrench", + "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", + "create.ponder.train_signal_signaling.text_6": "UNLOCALIZED: This special Signal can stop trains under a second condition", + "create.ponder.train_signal_signaling.text_7": "UNLOCALIZED: It will stop Trains, which, upon entering...", + "create.ponder.train_signal_signaling.text_8": "UNLOCALIZED: ...would not be able to leave the Segment immediately", + "create.ponder.train_signal_signaling.text_9": "UNLOCALIZED: This helps keeping queued Trains out of a busy Segment", + + "create.ponder.valve_handle.header": "UNLOCALIZED: Generating Rotational Force using Valve Handles", + "create.ponder.valve_handle.text_1": "UNLOCALIZED: Valve Handles can be used by players to apply rotational force manually", + "create.ponder.valve_handle.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", + "create.ponder.valve_handle.text_3": "UNLOCALIZED: Its conveyed speed is slow and precise", + "create.ponder.valve_handle.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", + "create.ponder.valve_handle.text_5": "UNLOCALIZED: Valve handles can be dyed for aesthetic purposes", + + "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.water_wheel.header": "UNLOCALIZED: Generating Rotational Force using Water Wheels", + "create.ponder.water_wheel.text_1": "UNLOCALIZED: Water Wheels draw force from adjacent Water Currents", + "create.ponder.water_wheel.text_2": "UNLOCALIZED: The more faces are powered, the faster the Water Wheel will rotate", + "create.ponder.water_wheel.text_3": "UNLOCALIZED: The Wheels' blades should be oriented against the flow", + "create.ponder.water_wheel.text_4": "UNLOCALIZED: Facing the opposite way, they will not be as effective", + + "create.ponder.weighted_ejector.header": "UNLOCALIZED: Using Weighted Ejectors", + "create.ponder.weighted_ejector.text_1": "UNLOCALIZED: Sneak and Right-Click holding an Ejector to select its target location", + "create.ponder.weighted_ejector.text_10": "UNLOCALIZED: It is now limited to this stack size, and only activates when its held stack reaches this amount", + "create.ponder.weighted_ejector.text_11": "UNLOCALIZED: Other Entities will always trigger an Ejector when stepping on it", + "create.ponder.weighted_ejector.text_2": "UNLOCALIZED: The placed ejector will now launch objects to the marked location", + "create.ponder.weighted_ejector.text_3": "UNLOCALIZED: A valid target can be at any height or distance within range", + "create.ponder.weighted_ejector.text_4": "UNLOCALIZED: They cannot however be off to a side", + "create.ponder.weighted_ejector.text_5": "UNLOCALIZED: If no valid Target was selected, it will simply target the block directly in front", + "create.ponder.weighted_ejector.text_6": "UNLOCALIZED: Supply Rotational Force in order to charge it up", + "create.ponder.weighted_ejector.text_7": "UNLOCALIZED: Items placed on the ejector cause it to trigger", + "create.ponder.weighted_ejector.text_8": "UNLOCALIZED: If Inventories are targeted, the ejector will wait until there is space", + "create.ponder.weighted_ejector.text_9": "UNLOCALIZED: Using the Wrench, a required Stack Size can be configured", + + "create.ponder.weighted_ejector_redstone.header": "UNLOCALIZED: Controlling Weighted Ejectors with Redstone", + "create.ponder.weighted_ejector_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Ejectors will not activate", + "create.ponder.weighted_ejector_redstone.text_2": "UNLOCALIZED: Furthermore, Observers can detect when Ejectors activate", + + "create.ponder.weighted_ejector_tunnel.header": "UNLOCALIZED: Splitting item stacks using Weighted Ejectors", + "create.ponder.weighted_ejector_tunnel.text_1": "UNLOCALIZED: Combined with Brass Tunnels, Ejectors can split item stacks by specific amounts", + "create.ponder.weighted_ejector_tunnel.text_2": "UNLOCALIZED: First, configure the Brass Tunnel to 'Prefer Nearest', in order to prioritize its side output", + "create.ponder.weighted_ejector_tunnel.text_3": "UNLOCALIZED: The Stack Size set on the Ejector now determines the amount to be split off", + "create.ponder.weighted_ejector_tunnel.text_4": "UNLOCALIZED: While a new stack of the configured size exits the side output...", + "create.ponder.weighted_ejector_tunnel.text_5": "UNLOCALIZED: ...the remainder will continue on its path", + + "create.ponder.windmill_source.header": "UNLOCALIZED: Generating Rotational Force using Windmill Bearings", + "create.ponder.windmill_source.text_1": "UNLOCALIZED: Windmill Bearings attach to the block in front of them", + "create.ponder.windmill_source.text_2": "Hozz létre mozgatható szerkezeteket a pillanatragasztó segítségével", + "create.ponder.windmill_source.text_3": "UNLOCALIZED: If enough Sail-like blocks are included, this can act as a Windmill", + "create.ponder.windmill_source.text_4": "UNLOCALIZED: Activated with Right-Click, the Windmill Bearing will start providing Rotational Force", + "create.ponder.windmill_source.text_5": "UNLOCALIZED: The Amount of Sail Blocks determine its Rotation Speed", + "create.ponder.windmill_source.text_6": "UNLOCALIZED: Use a Wrench to configure its rotation direction", + "create.ponder.windmill_source.text_7": "UNLOCALIZED: Right-click the Bearing anytime to stop and edit the Structure again", + + "create.ponder.windmill_structure.header": "UNLOCALIZED: Windmill Contraptions", + "create.ponder.windmill_structure.text_1": "UNLOCALIZED: Any Structure can count as a valid Windmill, as long as it contains at least 8 sail-like Blocks.", + + "_": "Thank you for translating Create!" + +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/ja_jp.json b/src/generated/resources/assets/create/lang/unfinished/ja_jp.json index 49c6fb5abf..6d3d1fde2d 100644 --- a/src/generated/resources/assets/create/lang/unfinished/ja_jp.json +++ b/src/generated/resources/assets/create/lang/unfinished/ja_jp.json @@ -1,5 +1,5 @@ { - "_": "Missing Localizations: 38", + "_": "Missing Localizations: 40", "_": "->------------------------] Game Elements [------------------------<-", @@ -576,8 +576,8 @@ "entity.create.stationary_contraption": "付設からくり", "entity.create.super_glue": "超粘着剤", - "fluid.create.chocolate": "チョコレート", - "fluid.create.honey": "ハチミツ", + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", "fluid.create.potion": "ポーション", "fluid.create.tea": "建築家のお茶", diff --git a/src/generated/resources/assets/create/lang/unfinished/no_no.json b/src/generated/resources/assets/create/lang/unfinished/no_no.json new file mode 100644 index 0000000000..b79ab9ee2a --- /dev/null +++ b/src/generated/resources/assets/create/lang/unfinished/no_no.json @@ -0,0 +1,3033 @@ +{ + "_": "Missing Localizations: 2332", + + "_": "->------------------------] Game Elements [------------------------<-", + + "block.create.acacia_window": "Akasievindu", + "block.create.acacia_window_pane": "Akasieglassrute", + "block.create.adjustable_chain_gearshift": "UNLOCALIZED: Adjustable Chain Gearshift", + "block.create.analog_lever": "Analog spak", + "block.create.andesite_belt_funnel": "UNLOCALIZED: Andesite Belt Funnel", + "block.create.andesite_casing": "UNLOCALIZED: Andesite Casing", + "block.create.andesite_encased_cogwheel": "UNLOCALIZED: Andesite Encased Cogwheel", + "block.create.andesite_encased_large_cogwheel": "UNLOCALIZED: Andesite Encased Large Cogwheel", + "block.create.andesite_encased_shaft": "UNLOCALIZED: Andesite Encased Shaft", + "block.create.andesite_funnel": "UNLOCALIZED: Andesite Funnel", + "block.create.andesite_ladder": "Andesittstige", + "block.create.andesite_pillar": "Andesittsøyle", + "block.create.andesite_tunnel": "UNLOCALIZED: Andesite Tunnel", + "block.create.asurine": "Asurin", + "block.create.asurine_pillar": "Asurinsøyle", + "block.create.basin": "Gryte", + "block.create.belt": "Belte", + "block.create.birch_window": "Bjørkevindu", + "block.create.birch_window_pane": "Bjørkeglassrute", + "block.create.black_nixie_tube": "Svart nixie-rør", + "block.create.black_sail": "Svart seil", + "block.create.black_seat": "Svart sete", + "block.create.black_toolbox": "Svart verktøykasse", + "block.create.black_valve_handle": "UNLOCALIZED: Black Valve Handle", + "block.create.blaze_burner": "UNLOCALIZED: Blaze Burner", + "block.create.blue_nixie_tube": "Blått nixie-rør", + "block.create.blue_sail": "Blått seil", + "block.create.blue_seat": "Blått sete", + "block.create.blue_toolbox": "Blå verktøykasse", + "block.create.blue_valve_handle": "UNLOCALIZED: Blue Valve Handle", + "block.create.brass_belt_funnel": "UNLOCALIZED: Brass Belt Funnel", + "block.create.brass_block": "UNLOCALIZED: Block of Brass", + "block.create.brass_casing": "UNLOCALIZED: Brass Casing", + "block.create.brass_encased_cogwheel": "UNLOCALIZED: Brass Encased Cogwheel", + "block.create.brass_encased_large_cogwheel": "UNLOCALIZED: Brass Encased Large Cogwheel", + "block.create.brass_encased_shaft": "UNLOCALIZED: Brass Encased Shaft", + "block.create.brass_funnel": "UNLOCALIZED: Brass Funnel", + "block.create.brass_ladder": "UNLOCALIZED: Brass Ladder", + "block.create.brass_tunnel": "UNLOCALIZED: Brass Tunnel", + "block.create.brown_nixie_tube": "Brunt nixie-rør", + "block.create.brown_sail": "Brunt seil", + "block.create.brown_seat": "Brunt sete", + "block.create.brown_toolbox": "Brun verktøykasse", + "block.create.brown_valve_handle": "UNLOCALIZED: Brown Valve Handle", + "block.create.calcite_pillar": "UNLOCALIZED: Calcite Pillar", + "block.create.cart_assembler": "UNLOCALIZED: Cart Assembler", + "block.create.chocolate": "Sjokolade", + "block.create.chute": "UNLOCALIZED: Chute", + "block.create.clockwork_bearing": "Klokkelager", + "block.create.clutch": "UNLOCALIZED: Clutch", + "block.create.cogwheel": "Tannhjul", + "block.create.content_observer": "UNLOCALIZED: Content Observer", + "block.create.controller_rail": "UNLOCALIZED: Controller Rail", + "block.create.controls": "UNLOCALIZED: Train Controls", + "block.create.copper_backtank": "Kobberryggtanke", + "block.create.copper_casing": "UNLOCALIZED: Copper Casing", + "block.create.copper_ladder": "Kobberstige", + "block.create.copper_shingle_slab": "UNLOCALIZED: Copper Shingle Slab", + "block.create.copper_shingle_stairs": "UNLOCALIZED: Copper Shingle Stairs", + "block.create.copper_shingles": "UNLOCALIZED: Copper Shingles", + "block.create.copper_tile_slab": "UNLOCALIZED: Copper Tile Slab", + "block.create.copper_tile_stairs": "UNLOCALIZED: Copper Tile Stairs", + "block.create.copper_tiles": "UNLOCALIZED: Copper Tiles", + "block.create.copper_valve_handle": "UNLOCALIZED: Copper Valve Handle", + "block.create.creative_crate": "Creativ beholder", + "block.create.creative_fluid_tank": "Creativ væsketank", + "block.create.creative_motor": "Creativ motor", + "block.create.crimsite": "UNLOCALIZED: Crimsite", + "block.create.crimsite_pillar": "UNLOCALIZED: Crimsite Pillar", + "block.create.crimson_window": "Karmosinvindue", + "block.create.crimson_window_pane": "Karmosinglassrute", + "block.create.crushing_wheel": "UNLOCALIZED: Crushing Wheel", + "block.create.crushing_wheel_controller": "UNLOCALIZED: Crushing Wheel Controller", + "block.create.cuckoo_clock": "Jøkur", + "block.create.cut_andesite": "UNLOCALIZED: Cut Andesite", + "block.create.cut_andesite_brick_slab": "UNLOCALIZED: Cut Andesite Brick Slab", + "block.create.cut_andesite_brick_stairs": "UNLOCALIZED: Cut Andesite Brick Stairs", + "block.create.cut_andesite_brick_wall": "UNLOCALIZED: Cut Andesite Brick Wall", + "block.create.cut_andesite_bricks": "UNLOCALIZED: Cut Andesite Bricks", + "block.create.cut_andesite_slab": "UNLOCALIZED: Cut Andesite Slab", + "block.create.cut_andesite_stairs": "UNLOCALIZED: Cut Andesite Stairs", + "block.create.cut_andesite_wall": "UNLOCALIZED: Cut Andesite Wall", + "block.create.cut_asurine": "UNLOCALIZED: Cut Asurine", + "block.create.cut_asurine_brick_slab": "UNLOCALIZED: Cut Asurine Brick Slab", + "block.create.cut_asurine_brick_stairs": "UNLOCALIZED: Cut Asurine Brick Stairs", + "block.create.cut_asurine_brick_wall": "UNLOCALIZED: Cut Asurine Brick Wall", + "block.create.cut_asurine_bricks": "UNLOCALIZED: Cut Asurine Bricks", + "block.create.cut_asurine_slab": "UNLOCALIZED: Cut Asurine Slab", + "block.create.cut_asurine_stairs": "UNLOCALIZED: Cut Asurine Stairs", + "block.create.cut_asurine_wall": "UNLOCALIZED: Cut Asurine Wall", + "block.create.cut_calcite": "UNLOCALIZED: Cut Calcite", + "block.create.cut_calcite_brick_slab": "UNLOCALIZED: Cut Calcite Brick Slab", + "block.create.cut_calcite_brick_stairs": "UNLOCALIZED: Cut Calcite Brick Stairs", + "block.create.cut_calcite_brick_wall": "UNLOCALIZED: Cut Calcite Brick Wall", + "block.create.cut_calcite_bricks": "UNLOCALIZED: Cut Calcite Bricks", + "block.create.cut_calcite_slab": "UNLOCALIZED: Cut Calcite Slab", + "block.create.cut_calcite_stairs": "UNLOCALIZED: Cut Calcite Stairs", + "block.create.cut_calcite_wall": "UNLOCALIZED: Cut Calcite Wall", + "block.create.cut_crimsite": "UNLOCALIZED: Cut Crimsite", + "block.create.cut_crimsite_brick_slab": "UNLOCALIZED: Cut Crimsite Brick Slab", + "block.create.cut_crimsite_brick_stairs": "UNLOCALIZED: Cut Crimsite Brick Stairs", + "block.create.cut_crimsite_brick_wall": "UNLOCALIZED: Cut Crimsite Brick Wall", + "block.create.cut_crimsite_bricks": "UNLOCALIZED: Cut Crimsite Bricks", + "block.create.cut_crimsite_slab": "UNLOCALIZED: Cut Crimsite Slab", + "block.create.cut_crimsite_stairs": "UNLOCALIZED: Cut Crimsite Stairs", + "block.create.cut_crimsite_wall": "UNLOCALIZED: Cut Crimsite Wall", + "block.create.cut_deepslate": "UNLOCALIZED: Cut Deepslate", + "block.create.cut_deepslate_brick_slab": "UNLOCALIZED: Cut Deepslate Brick Slab", + "block.create.cut_deepslate_brick_stairs": "UNLOCALIZED: Cut Deepslate Brick Stairs", + "block.create.cut_deepslate_brick_wall": "UNLOCALIZED: Cut Deepslate Brick Wall", + "block.create.cut_deepslate_bricks": "UNLOCALIZED: Cut Deepslate Bricks", + "block.create.cut_deepslate_slab": "UNLOCALIZED: Cut Deepslate Slab", + "block.create.cut_deepslate_stairs": "UNLOCALIZED: Cut Deepslate Stairs", + "block.create.cut_deepslate_wall": "UNLOCALIZED: Cut Deepslate Wall", + "block.create.cut_diorite": "UNLOCALIZED: Cut Diorite", + "block.create.cut_diorite_brick_slab": "UNLOCALIZED: Cut Diorite Brick Slab", + "block.create.cut_diorite_brick_stairs": "UNLOCALIZED: Cut Diorite Brick Stairs", + "block.create.cut_diorite_brick_wall": "UNLOCALIZED: Cut Diorite Brick Wall", + "block.create.cut_diorite_bricks": "UNLOCALIZED: Cut Diorite Bricks", + "block.create.cut_diorite_slab": "UNLOCALIZED: Cut Diorite Slab", + "block.create.cut_diorite_stairs": "UNLOCALIZED: Cut Diorite Stairs", + "block.create.cut_diorite_wall": "UNLOCALIZED: Cut Diorite Wall", + "block.create.cut_dripstone": "UNLOCALIZED: Cut Dripstone", + "block.create.cut_dripstone_brick_slab": "UNLOCALIZED: Cut Dripstone Brick Slab", + "block.create.cut_dripstone_brick_stairs": "UNLOCALIZED: Cut Dripstone Brick Stairs", + "block.create.cut_dripstone_brick_wall": "UNLOCALIZED: Cut Dripstone Brick Wall", + "block.create.cut_dripstone_bricks": "UNLOCALIZED: Cut Dripstone Bricks", + "block.create.cut_dripstone_slab": "UNLOCALIZED: Cut Dripstone Slab", + "block.create.cut_dripstone_stairs": "UNLOCALIZED: Cut Dripstone Stairs", + "block.create.cut_dripstone_wall": "UNLOCALIZED: Cut Dripstone Wall", + "block.create.cut_granite": "UNLOCALIZED: Cut Granite", + "block.create.cut_granite_brick_slab": "UNLOCALIZED: Cut Granite Brick Slab", + "block.create.cut_granite_brick_stairs": "UNLOCALIZED: Cut Granite Brick Stairs", + "block.create.cut_granite_brick_wall": "UNLOCALIZED: Cut Granite Brick Wall", + "block.create.cut_granite_bricks": "UNLOCALIZED: Cut Granite Bricks", + "block.create.cut_granite_slab": "UNLOCALIZED: Cut Granite Slab", + "block.create.cut_granite_stairs": "UNLOCALIZED: Cut Granite Stairs", + "block.create.cut_granite_wall": "UNLOCALIZED: Cut Granite Wall", + "block.create.cut_limestone": "UNLOCALIZED: Cut Limestone", + "block.create.cut_limestone_brick_slab": "UNLOCALIZED: Cut Limestone Brick Slab", + "block.create.cut_limestone_brick_stairs": "UNLOCALIZED: Cut Limestone Brick Stairs", + "block.create.cut_limestone_brick_wall": "UNLOCALIZED: Cut Limestone Brick Wall", + "block.create.cut_limestone_bricks": "UNLOCALIZED: Cut Limestone Bricks", + "block.create.cut_limestone_slab": "UNLOCALIZED: Cut Limestone Slab", + "block.create.cut_limestone_stairs": "UNLOCALIZED: Cut Limestone Stairs", + "block.create.cut_limestone_wall": "UNLOCALIZED: Cut Limestone Wall", + "block.create.cut_ochrum": "UNLOCALIZED: Cut Ochrum", + "block.create.cut_ochrum_brick_slab": "UNLOCALIZED: Cut Ochrum Brick Slab", + "block.create.cut_ochrum_brick_stairs": "UNLOCALIZED: Cut Ochrum Brick Stairs", + "block.create.cut_ochrum_brick_wall": "UNLOCALIZED: Cut Ochrum Brick Wall", + "block.create.cut_ochrum_bricks": "UNLOCALIZED: Cut Ochrum Bricks", + "block.create.cut_ochrum_slab": "UNLOCALIZED: Cut Ochrum Slab", + "block.create.cut_ochrum_stairs": "UNLOCALIZED: Cut Ochrum Stairs", + "block.create.cut_ochrum_wall": "UNLOCALIZED: Cut Ochrum Wall", + "block.create.cut_scorchia": "UNLOCALIZED: Cut Scorchia", + "block.create.cut_scorchia_brick_slab": "UNLOCALIZED: Cut Scorchia Brick Slab", + "block.create.cut_scorchia_brick_stairs": "UNLOCALIZED: Cut Scorchia Brick Stairs", + "block.create.cut_scorchia_brick_wall": "UNLOCALIZED: Cut Scorchia Brick Wall", + "block.create.cut_scorchia_bricks": "UNLOCALIZED: Cut Scorchia Bricks", + "block.create.cut_scorchia_slab": "UNLOCALIZED: Cut Scorchia Slab", + "block.create.cut_scorchia_stairs": "UNLOCALIZED: Cut Scorchia Stairs", + "block.create.cut_scorchia_wall": "UNLOCALIZED: Cut Scorchia Wall", + "block.create.cut_scoria": "UNLOCALIZED: Cut Scoria", + "block.create.cut_scoria_brick_slab": "UNLOCALIZED: Cut Scoria Brick Slab", + "block.create.cut_scoria_brick_stairs": "UNLOCALIZED: Cut Scoria Brick Stairs", + "block.create.cut_scoria_brick_wall": "UNLOCALIZED: Cut Scoria Brick Wall", + "block.create.cut_scoria_bricks": "UNLOCALIZED: Cut Scoria Bricks", + "block.create.cut_scoria_slab": "UNLOCALIZED: Cut Scoria Slab", + "block.create.cut_scoria_stairs": "UNLOCALIZED: Cut Scoria Stairs", + "block.create.cut_scoria_wall": "UNLOCALIZED: Cut Scoria Wall", + "block.create.cut_tuff": "UNLOCALIZED: Cut Tuff", + "block.create.cut_tuff_brick_slab": "UNLOCALIZED: Cut Tuff Brick Slab", + "block.create.cut_tuff_brick_stairs": "UNLOCALIZED: Cut Tuff Brick Stairs", + "block.create.cut_tuff_brick_wall": "UNLOCALIZED: Cut Tuff Brick Wall", + "block.create.cut_tuff_bricks": "UNLOCALIZED: Cut Tuff Bricks", + "block.create.cut_tuff_slab": "UNLOCALIZED: Cut Tuff Slab", + "block.create.cut_tuff_stairs": "UNLOCALIZED: Cut Tuff Stairs", + "block.create.cut_tuff_wall": "UNLOCALIZED: Cut Tuff Wall", + "block.create.cut_veridium": "UNLOCALIZED: Cut Veridium", + "block.create.cut_veridium_brick_slab": "UNLOCALIZED: Cut Veridium Brick Slab", + "block.create.cut_veridium_brick_stairs": "UNLOCALIZED: Cut Veridium Brick Stairs", + "block.create.cut_veridium_brick_wall": "UNLOCALIZED: Cut Veridium Brick Wall", + "block.create.cut_veridium_bricks": "UNLOCALIZED: Cut Veridium Bricks", + "block.create.cut_veridium_slab": "UNLOCALIZED: Cut Veridium Slab", + "block.create.cut_veridium_stairs": "UNLOCALIZED: Cut Veridium Stairs", + "block.create.cut_veridium_wall": "UNLOCALIZED: Cut Veridium Wall", + "block.create.cyan_nixie_tube": "Turkist nixie-rør", + "block.create.cyan_sail": "Turkist seil", + "block.create.cyan_seat": "Turkist sete", + "block.create.cyan_toolbox": "Turkis verktøykasse", + "block.create.cyan_valve_handle": "UNLOCALIZED: Cyan Valve Handle", + "block.create.dark_oak_window": "Mørkeikevindu", + "block.create.dark_oak_window_pane": "Mørkeikeglassrute", + "block.create.deepslate_pillar": "UNLOCALIZED: Deepslate Pillar", + "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", + "block.create.deployer": "UNLOCALIZED: Deployer", + "block.create.depot": "Depo", + "block.create.diorite_pillar": "UNLOCALIZED: Diorite Pillar", + "block.create.display_board": "UNLOCALIZED: Display Board", + "block.create.display_link": "UNLOCALIZED: Display Link", + "block.create.dripstone_pillar": "UNLOCALIZED: Dripstone Pillar", + "block.create.encased_chain_drive": "UNLOCALIZED: Encased Chain Drive", + "block.create.encased_fan": "UNLOCALIZED: Encased Fan", + "block.create.encased_fluid_pipe": "UNLOCALIZED: Encased Fluid Pipe", + "block.create.exposed_copper_shingle_slab": "UNLOCALIZED: Exposed Copper Shingle Slab", + "block.create.exposed_copper_shingle_stairs": "UNLOCALIZED: Exposed Copper Shingle Stairs", + "block.create.exposed_copper_shingles": "UNLOCALIZED: Exposed Copper Shingles", + "block.create.exposed_copper_tile_slab": "UNLOCALIZED: Exposed Copper Tile Slab", + "block.create.exposed_copper_tile_stairs": "UNLOCALIZED: Exposed Copper Tile Stairs", + "block.create.exposed_copper_tiles": "UNLOCALIZED: Exposed Copper Tiles", + "block.create.fake_track": "UNLOCALIZED: Track Marker for Maps", + "block.create.fluid_pipe": "UNLOCALIZED: Fluid Pipe", + "block.create.fluid_tank": "UNLOCALIZED: Fluid Tank", + "block.create.fluid_valve": "UNLOCALIZED: Fluid Valve", + "block.create.flywheel": "UNLOCALIZED: Flywheel", + "block.create.framed_glass": "UNLOCALIZED: Framed Glass", + "block.create.framed_glass_door": "UNLOCALIZED: Framed Glass Door", + "block.create.framed_glass_pane": "UNLOCALIZED: Framed Glass Pane", + "block.create.framed_glass_trapdoor": "UNLOCALIZED: Framed Glass Trapdoor", + "block.create.gantry_carriage": "UNLOCALIZED: Gantry Carriage", + "block.create.gantry_shaft": "UNLOCALIZED: Gantry Shaft", + "block.create.gearbox": "UNLOCALIZED: Gearbox", + "block.create.gearshift": "UNLOCALIZED: Gearshift", + "block.create.glass_fluid_pipe": "UNLOCALIZED: Glass Fluid Pipe", + "block.create.granite_pillar": "UNLOCALIZED: Granite Pillar", + "block.create.gray_nixie_tube": "Grått nixie-rør", + "block.create.gray_sail": "Grått seil", + "block.create.gray_seat": "Grått sete", + "block.create.gray_toolbox": "Grå verktøykasse", + "block.create.gray_valve_handle": "UNLOCALIZED: Gray Valve Handle", + "block.create.green_nixie_tube": "Grønt nixie-rør", + "block.create.green_sail": "Grønt seil", + "block.create.green_seat": "Grønt sete", + "block.create.green_toolbox": "Grønn verktøykasse", + "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": "Honning", + "block.create.horizontal_framed_glass": "UNLOCALIZED: Horizontal Framed Glass", + "block.create.horizontal_framed_glass_pane": "UNLOCALIZED: Horizontal Framed Glass Pane", + "block.create.hose_pulley": "UNLOCALIZED: Hose Pulley", + "block.create.item_drain": "UNLOCALIZED: Item Drain", + "block.create.item_vault": "UNLOCALIZED: Item Vault", + "block.create.jungle_window": "Jungelvindu", + "block.create.jungle_window_pane": "Jungelglassrute", + "block.create.large_bogey": "UNLOCALIZED: Large Bogey", + "block.create.large_cogwheel": "Stort tannhjul", + "block.create.layered_andesite": "UNLOCALIZED: Layered Andesite", + "block.create.layered_asurine": "UNLOCALIZED: Layered Asurine", + "block.create.layered_calcite": "UNLOCALIZED: Layered Calcite", + "block.create.layered_crimsite": "UNLOCALIZED: Layered Crimsite", + "block.create.layered_deepslate": "UNLOCALIZED: Layered Deepslate", + "block.create.layered_diorite": "UNLOCALIZED: Layered Diorite", + "block.create.layered_dripstone": "UNLOCALIZED: Layered Dripstone", + "block.create.layered_granite": "UNLOCALIZED: Layered Granite", + "block.create.layered_limestone": "UNLOCALIZED: Layered Limestone", + "block.create.layered_ochrum": "UNLOCALIZED: Layered Ochrum", + "block.create.layered_scorchia": "UNLOCALIZED: Layered Scorchia", + "block.create.layered_scoria": "UNLOCALIZED: Layered Scoria", + "block.create.layered_tuff": "UNLOCALIZED: Layered Tuff", + "block.create.layered_veridium": "UNLOCALIZED: Layered Veridium", + "block.create.lectern_controller": "UNLOCALIZED: Lectern Controller", + "block.create.light_blue_nixie_tube": "Lyseblått nixie-rør", + "block.create.light_blue_sail": "Lyseblått seil", + "block.create.light_blue_seat": "Lyseblått sete", + "block.create.light_blue_toolbox": "Lyseblå verktøykasse", + "block.create.light_blue_valve_handle": "UNLOCALIZED: Light Blue Valve Handle", + "block.create.light_gray_nixie_tube": "Lysegrått nixie-rør", + "block.create.light_gray_sail": "Lysegrått seil", + "block.create.light_gray_seat": "Lysegrått sete", + "block.create.light_gray_toolbox": "Lysegrå verktøykasse", + "block.create.light_gray_valve_handle": "UNLOCALIZED: Light Gray Valve Handle", + "block.create.lime_nixie_tube": "Limegrønt nixie-rør", + "block.create.lime_sail": "Limegrønt seil", + "block.create.lime_seat": "Limegrønt sete", + "block.create.lime_toolbox": "Limegrønn verktøykasse", + "block.create.lime_valve_handle": "UNLOCALIZED: Lime Valve Handle", + "block.create.limestone": "Kalkstein", + "block.create.limestone_pillar": "UNLOCALIZED: Limestone Pillar", + "block.create.linear_chassis": "UNLOCALIZED: Linear Chassis", + "block.create.lit_blaze_burner": "UNLOCALIZED: Lit Blaze Burner", + "block.create.magenta_nixie_tube": "Lyselilla nixie-rør", + "block.create.magenta_sail": "Lyselilla seil", + "block.create.magenta_seat": "Lyselilla sete", + "block.create.magenta_toolbox": "Lyselilla verktøykasse", + "block.create.magenta_valve_handle": "UNLOCALIZED: Magenta Valve Handle", + "block.create.mechanical_arm": "Mekanisk arm", + "block.create.mechanical_bearing": "Mekanisk lager", + "block.create.mechanical_crafter": "UNLOCALIZED: Mechanical Crafter", + "block.create.mechanical_drill": "Mekanisk drill", + "block.create.mechanical_harvester": "Mekanisk tresker", + "block.create.mechanical_mixer": "Mekanisk blander", + "block.create.mechanical_piston": "UNLOCALIZED: Mechanical Piston", + "block.create.mechanical_piston_head": "Mekanisk stempelhode", + "block.create.mechanical_plough": "Mekanisk plog", + "block.create.mechanical_press": "UNLOCALIZED: Mechanical Press", + "block.create.mechanical_pump": "Mekanisk pumpe", + "block.create.mechanical_saw": "Mekanisk sag", + "block.create.metal_bracket": "Metallbrakett", + "block.create.metal_girder": "UNLOCALIZED: Metal Girder", + "block.create.metal_girder_encased_shaft": "UNLOCALIZED: Metal Girder Encased Shaft", + "block.create.millstone": "UNLOCALIZED: Millstone", + "block.create.minecart_anchor": "UNLOCALIZED: Minecart Anchor", + "block.create.mysterious_cuckoo_clock": "Jøkur", + "block.create.nixie_tube": "Nixie-rør", + "block.create.nozzle": "UNLOCALIZED: Nozzle", + "block.create.oak_window": "Eikevindu", + "block.create.oak_window_pane": "Eikeglassrute", + "block.create.ochrum": "UNLOCALIZED: Ochrum", + "block.create.ochrum_pillar": "UNLOCALIZED: Ochrum Pillar", + "block.create.orange_sail": "Oransje seil", + "block.create.orange_seat": "Oransje sete", + "block.create.orange_toolbox": "Oransje verktøykasse", + "block.create.orange_valve_handle": "UNLOCALIZED: Orange Valve Handle", + "block.create.ornate_iron_window": "UNLOCALIZED: Ornate Iron Window", + "block.create.ornate_iron_window_pane": "UNLOCALIZED: Ornate Iron Window Pane", + "block.create.oxidized_copper_shingle_slab": "UNLOCALIZED: Oxidized Copper Shingle Slab", + "block.create.oxidized_copper_shingle_stairs": "UNLOCALIZED: Oxidized Copper Shingle Stairs", + "block.create.oxidized_copper_shingles": "UNLOCALIZED: Oxidized Copper Shingles", + "block.create.oxidized_copper_tile_slab": "UNLOCALIZED: Oxidized Copper Tile Slab", + "block.create.oxidized_copper_tile_stairs": "UNLOCALIZED: Oxidized Copper Tile Stairs", + "block.create.oxidized_copper_tiles": "UNLOCALIZED: Oxidized Copper Tiles", + "block.create.peculiar_bell": "UNLOCALIZED: Peculiar Bell", + "block.create.pink_nixie_tube": "Rosa nixie-rør", + "block.create.pink_sail": "Rosa seil", + "block.create.pink_seat": "Rosa sete", + "block.create.pink_toolbox": "Rosa verktøykasse", + "block.create.pink_valve_handle": "UNLOCALIZED: Pink Valve Handle", + "block.create.piston_extension_pole": "UNLOCALIZED: Piston Extension Pole", + "block.create.placard": "UNLOCALIZED: Placard", + "block.create.polished_cut_andesite": "UNLOCALIZED: Polished Cut Andesite", + "block.create.polished_cut_andesite_slab": "UNLOCALIZED: Polished Cut Andesite Slab", + "block.create.polished_cut_andesite_stairs": "UNLOCALIZED: Polished Cut Andesite Stairs", + "block.create.polished_cut_andesite_wall": "UNLOCALIZED: Polished Cut Andesite Wall", + "block.create.polished_cut_asurine": "UNLOCALIZED: Polished Cut Asurine", + "block.create.polished_cut_asurine_slab": "UNLOCALIZED: Polished Cut Asurine Slab", + "block.create.polished_cut_asurine_stairs": "UNLOCALIZED: Polished Cut Asurine Stairs", + "block.create.polished_cut_asurine_wall": "UNLOCALIZED: Polished Cut Asurine Wall", + "block.create.polished_cut_calcite": "UNLOCALIZED: Polished Cut Calcite", + "block.create.polished_cut_calcite_slab": "UNLOCALIZED: Polished Cut Calcite Slab", + "block.create.polished_cut_calcite_stairs": "UNLOCALIZED: Polished Cut Calcite Stairs", + "block.create.polished_cut_calcite_wall": "UNLOCALIZED: Polished Cut Calcite Wall", + "block.create.polished_cut_crimsite": "UNLOCALIZED: Polished Cut Crimsite", + "block.create.polished_cut_crimsite_slab": "UNLOCALIZED: Polished Cut Crimsite Slab", + "block.create.polished_cut_crimsite_stairs": "UNLOCALIZED: Polished Cut Crimsite Stairs", + "block.create.polished_cut_crimsite_wall": "UNLOCALIZED: Polished Cut Crimsite Wall", + "block.create.polished_cut_deepslate": "UNLOCALIZED: Polished Cut Deepslate", + "block.create.polished_cut_deepslate_slab": "UNLOCALIZED: Polished Cut Deepslate Slab", + "block.create.polished_cut_deepslate_stairs": "UNLOCALIZED: Polished Cut Deepslate Stairs", + "block.create.polished_cut_deepslate_wall": "UNLOCALIZED: Polished Cut Deepslate Wall", + "block.create.polished_cut_diorite": "UNLOCALIZED: Polished Cut Diorite", + "block.create.polished_cut_diorite_slab": "UNLOCALIZED: Polished Cut Diorite Slab", + "block.create.polished_cut_diorite_stairs": "UNLOCALIZED: Polished Cut Diorite Stairs", + "block.create.polished_cut_diorite_wall": "UNLOCALIZED: Polished Cut Diorite Wall", + "block.create.polished_cut_dripstone": "UNLOCALIZED: Polished Cut Dripstone", + "block.create.polished_cut_dripstone_slab": "UNLOCALIZED: Polished Cut Dripstone Slab", + "block.create.polished_cut_dripstone_stairs": "UNLOCALIZED: Polished Cut Dripstone Stairs", + "block.create.polished_cut_dripstone_wall": "UNLOCALIZED: Polished Cut Dripstone Wall", + "block.create.polished_cut_granite": "UNLOCALIZED: Polished Cut Granite", + "block.create.polished_cut_granite_slab": "UNLOCALIZED: Polished Cut Granite Slab", + "block.create.polished_cut_granite_stairs": "UNLOCALIZED: Polished Cut Granite Stairs", + "block.create.polished_cut_granite_wall": "UNLOCALIZED: Polished Cut Granite Wall", + "block.create.polished_cut_limestone": "UNLOCALIZED: Polished Cut Limestone", + "block.create.polished_cut_limestone_slab": "UNLOCALIZED: Polished Cut Limestone Slab", + "block.create.polished_cut_limestone_stairs": "UNLOCALIZED: Polished Cut Limestone Stairs", + "block.create.polished_cut_limestone_wall": "UNLOCALIZED: Polished Cut Limestone Wall", + "block.create.polished_cut_ochrum": "UNLOCALIZED: Polished Cut Ochrum", + "block.create.polished_cut_ochrum_slab": "UNLOCALIZED: Polished Cut Ochrum Slab", + "block.create.polished_cut_ochrum_stairs": "UNLOCALIZED: Polished Cut Ochrum Stairs", + "block.create.polished_cut_ochrum_wall": "UNLOCALIZED: Polished Cut Ochrum Wall", + "block.create.polished_cut_scorchia": "UNLOCALIZED: Polished Cut Scorchia", + "block.create.polished_cut_scorchia_slab": "UNLOCALIZED: Polished Cut Scorchia Slab", + "block.create.polished_cut_scorchia_stairs": "UNLOCALIZED: Polished Cut Scorchia Stairs", + "block.create.polished_cut_scorchia_wall": "UNLOCALIZED: Polished Cut Scorchia Wall", + "block.create.polished_cut_scoria": "UNLOCALIZED: Polished Cut Scoria", + "block.create.polished_cut_scoria_slab": "UNLOCALIZED: Polished Cut Scoria Slab", + "block.create.polished_cut_scoria_stairs": "UNLOCALIZED: Polished Cut Scoria Stairs", + "block.create.polished_cut_scoria_wall": "UNLOCALIZED: Polished Cut Scoria Wall", + "block.create.polished_cut_tuff": "UNLOCALIZED: Polished Cut Tuff", + "block.create.polished_cut_tuff_slab": "UNLOCALIZED: Polished Cut Tuff Slab", + "block.create.polished_cut_tuff_stairs": "UNLOCALIZED: Polished Cut Tuff Stairs", + "block.create.polished_cut_tuff_wall": "UNLOCALIZED: Polished Cut Tuff Wall", + "block.create.polished_cut_veridium": "UNLOCALIZED: Polished Cut Veridium", + "block.create.polished_cut_veridium_slab": "UNLOCALIZED: Polished Cut Veridium Slab", + "block.create.polished_cut_veridium_stairs": "UNLOCALIZED: Polished Cut Veridium Stairs", + "block.create.polished_cut_veridium_wall": "UNLOCALIZED: Polished Cut Veridium Wall", + "block.create.portable_fluid_interface": "UNLOCALIZED: Portable Fluid Interface", + "block.create.portable_storage_interface": "UNLOCALIZED: Portable Storage Interface", + "block.create.powered_latch": "UNLOCALIZED: Powered Latch", + "block.create.powered_shaft": "UNLOCALIZED: Powered Shaft", + "block.create.powered_toggle_latch": "UNLOCALIZED: Powered Toggle Latch", + "block.create.pulley_magnet": "UNLOCALIZED: Pulley Magnet", + "block.create.pulse_extender": "UNLOCALIZED: Pulse Extender", + "block.create.pulse_repeater": "UNLOCALIZED: Pulse Repeater", + "block.create.purple_nixie_tube": "Lilla nixie-rør", + "block.create.purple_sail": "Lilla seil", + "block.create.purple_seat": "Lilla sete", + "block.create.purple_toolbox": "Lilla verktøykasse", + "block.create.purple_valve_handle": "UNLOCALIZED: Purple Valve Handle", + "block.create.radial_chassis": "UNLOCALIZED: Radial Chassis", + "block.create.railway_casing": "UNLOCALIZED: Train Casing", + "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", + "block.create.red_nixie_tube": "Rødt nixie-rør", + "block.create.red_sail": "Rødt seil", + "block.create.red_seat": "Rødt sete", + "block.create.red_toolbox": "Rød verktøykasse", + "block.create.red_valve_handle": "UNLOCALIZED: Red Valve Handle", + "block.create.redstone_contact": "UNLOCALIZED: Redstone Contact", + "block.create.redstone_link": "UNLOCALIZED: Redstone Link", + "block.create.refined_radiance_casing": "UNLOCALIZED: Radiant Casing", + "block.create.rope": "UNLOCALIZED: Rope", + "block.create.rope_pulley": "UNLOCALIZED: Rope Pulley", + "block.create.rose_quartz_block": "UNLOCALIZED: Block of Rose Quartz", + "block.create.rose_quartz_lamp": "UNLOCALIZED: Rose Quartz Lamp", + "block.create.rose_quartz_tiles": "UNLOCALIZED: Rose Quartz Tiles", + "block.create.rotation_speed_controller": "UNLOCALIZED: Rotation Speed Controller", + "block.create.sail_frame": "Seilramme", + "block.create.schematic_table": "Planleggingsbord", + "block.create.schematicannon": "Byggekanon", + "block.create.scorchia": "UNLOCALIZED: Scorchia", + "block.create.scorchia_pillar": "UNLOCALIZED: Scorchia Pillar", + "block.create.scoria": "UNLOCALIZED: Scoria", + "block.create.scoria_pillar": "UNLOCALIZED: Scoria Pillar", + "block.create.secondary_linear_chassis": "UNLOCALIZED: Secondary Linear Chassis", + "block.create.sequenced_gearshift": "UNLOCALIZED: Sequenced Gearshift", + "block.create.shadow_steel_casing": "UNLOCALIZED: Shadow Casing", + "block.create.shaft": "Aksel", + "block.create.small_andesite_brick_slab": "UNLOCALIZED: Small Andesite Brick Slab", + "block.create.small_andesite_brick_stairs": "UNLOCALIZED: Small Andesite Brick Stairs", + "block.create.small_andesite_brick_wall": "UNLOCALIZED: Small Andesite Brick Wall", + "block.create.small_andesite_bricks": "UNLOCALIZED: Small Andesite Bricks", + "block.create.small_asurine_brick_slab": "UNLOCALIZED: Small Asurine Brick Slab", + "block.create.small_asurine_brick_stairs": "UNLOCALIZED: Small Asurine Brick Stairs", + "block.create.small_asurine_brick_wall": "UNLOCALIZED: Small Asurine Brick Wall", + "block.create.small_asurine_bricks": "UNLOCALIZED: Small Asurine Bricks", + "block.create.small_bogey": "UNLOCALIZED: Small Bogey", + "block.create.small_calcite_brick_slab": "UNLOCALIZED: Small Calcite Brick Slab", + "block.create.small_calcite_brick_stairs": "UNLOCALIZED: Small Calcite Brick Stairs", + "block.create.small_calcite_brick_wall": "UNLOCALIZED: Small Calcite Brick Wall", + "block.create.small_calcite_bricks": "UNLOCALIZED: Small Calcite Bricks", + "block.create.small_crimsite_brick_slab": "UNLOCALIZED: Small Crimsite Brick Slab", + "block.create.small_crimsite_brick_stairs": "UNLOCALIZED: Small Crimsite Brick Stairs", + "block.create.small_crimsite_brick_wall": "UNLOCALIZED: Small Crimsite Brick Wall", + "block.create.small_crimsite_bricks": "UNLOCALIZED: Small Crimsite Bricks", + "block.create.small_deepslate_brick_slab": "UNLOCALIZED: Small Deepslate Brick Slab", + "block.create.small_deepslate_brick_stairs": "UNLOCALIZED: Small Deepslate Brick Stairs", + "block.create.small_deepslate_brick_wall": "UNLOCALIZED: Small Deepslate Brick Wall", + "block.create.small_deepslate_bricks": "UNLOCALIZED: Small Deepslate Bricks", + "block.create.small_diorite_brick_slab": "UNLOCALIZED: Small Diorite Brick Slab", + "block.create.small_diorite_brick_stairs": "UNLOCALIZED: Small Diorite Brick Stairs", + "block.create.small_diorite_brick_wall": "UNLOCALIZED: Small Diorite Brick Wall", + "block.create.small_diorite_bricks": "UNLOCALIZED: Small Diorite Bricks", + "block.create.small_dripstone_brick_slab": "UNLOCALIZED: Small Dripstone Brick Slab", + "block.create.small_dripstone_brick_stairs": "UNLOCALIZED: Small Dripstone Brick Stairs", + "block.create.small_dripstone_brick_wall": "UNLOCALIZED: Small Dripstone Brick Wall", + "block.create.small_dripstone_bricks": "UNLOCALIZED: Small Dripstone Bricks", + "block.create.small_granite_brick_slab": "UNLOCALIZED: Small Granite Brick Slab", + "block.create.small_granite_brick_stairs": "UNLOCALIZED: Small Granite Brick Stairs", + "block.create.small_granite_brick_wall": "UNLOCALIZED: Small Granite Brick Wall", + "block.create.small_granite_bricks": "UNLOCALIZED: Small Granite Bricks", + "block.create.small_limestone_brick_slab": "UNLOCALIZED: Small Limestone Brick Slab", + "block.create.small_limestone_brick_stairs": "UNLOCALIZED: Small Limestone Brick Stairs", + "block.create.small_limestone_brick_wall": "UNLOCALIZED: Small Limestone Brick Wall", + "block.create.small_limestone_bricks": "UNLOCALIZED: Small Limestone Bricks", + "block.create.small_ochrum_brick_slab": "UNLOCALIZED: Small Ochrum Brick Slab", + "block.create.small_ochrum_brick_stairs": "UNLOCALIZED: Small Ochrum Brick Stairs", + "block.create.small_ochrum_brick_wall": "UNLOCALIZED: Small Ochrum Brick Wall", + "block.create.small_ochrum_bricks": "UNLOCALIZED: Small Ochrum Bricks", + "block.create.small_rose_quartz_tiles": "UNLOCALIZED: Small Rose Quartz Tiles", + "block.create.small_scorchia_brick_slab": "UNLOCALIZED: Small Scorchia Brick Slab", + "block.create.small_scorchia_brick_stairs": "UNLOCALIZED: Small Scorchia Brick Stairs", + "block.create.small_scorchia_brick_wall": "UNLOCALIZED: Small Scorchia Brick Wall", + "block.create.small_scorchia_bricks": "UNLOCALIZED: Small Scorchia Bricks", + "block.create.small_scoria_brick_slab": "UNLOCALIZED: Small Scoria Brick Slab", + "block.create.small_scoria_brick_stairs": "UNLOCALIZED: Small Scoria Brick Stairs", + "block.create.small_scoria_brick_wall": "UNLOCALIZED: Small Scoria Brick Wall", + "block.create.small_scoria_bricks": "UNLOCALIZED: Small Scoria Bricks", + "block.create.small_tuff_brick_slab": "UNLOCALIZED: Small Tuff Brick Slab", + "block.create.small_tuff_brick_stairs": "UNLOCALIZED: Small Tuff Brick Stairs", + "block.create.small_tuff_brick_wall": "UNLOCALIZED: Small Tuff Brick Wall", + "block.create.small_tuff_bricks": "UNLOCALIZED: Small Tuff Bricks", + "block.create.small_veridium_brick_slab": "UNLOCALIZED: Small Veridium Brick Slab", + "block.create.small_veridium_brick_stairs": "UNLOCALIZED: Small Veridium Brick Stairs", + "block.create.small_veridium_brick_wall": "UNLOCALIZED: Small Veridium Brick Wall", + "block.create.small_veridium_bricks": "UNLOCALIZED: Small Veridium Bricks", + "block.create.smart_chute": "UNLOCALIZED: Smart Chute", + "block.create.smart_fluid_pipe": "UNLOCALIZED: Smart Fluid Pipe", + "block.create.speedometer": "UNLOCALIZED: Speedometer", + "block.create.spout": "UNLOCALIZED: Spout", + "block.create.spruce_window": "Granvindu", + "block.create.spruce_window_pane": "Granglassrute", + "block.create.steam_engine": "UNLOCALIZED: Steam Engine", + "block.create.steam_whistle": "UNLOCALIZED: Steam Whistle", + "block.create.steam_whistle_extension": "UNLOCALIZED: Steam Whistle Extension", + "block.create.sticker": "UNLOCALIZED: Sticker", + "block.create.sticky_mechanical_piston": "Klebrig mekanisk stempel", + "block.create.stockpile_switch": "UNLOCALIZED: Stockpile Switch", + "block.create.stressometer": "UNLOCALIZED: Stressometer", + "block.create.tiled_glass": "UNLOCALIZED: Tiled Glass", + "block.create.tiled_glass_pane": "UNLOCALIZED: Tiled Glass Pane", + "block.create.track": "Togskinne", + "block.create.track_observer": "UNLOCALIZED: Train Observer", + "block.create.track_signal": "UNLOCALIZED: Train Signal", + "block.create.track_station": "Togstasjon", + "block.create.train_door": "Togdør", + "block.create.train_trapdoor": "UNLOCALIZED: Train Trapdoor", + "block.create.tuff_pillar": "UNLOCALIZED: Tuff Pillar", + "block.create.turntable": "UNLOCALIZED: Turntable", + "block.create.veridium": "UNLOCALIZED: Veridium", + "block.create.veridium_pillar": "UNLOCALIZED: Veridium Pillar", + "block.create.vertical_framed_glass": "UNLOCALIZED: Vertical Framed Glass", + "block.create.vertical_framed_glass_pane": "UNLOCALIZED: Vertical Framed Glass Pane", + "block.create.warped_window": "Forvridd vindu", + "block.create.warped_window_pane": "Forvridd glassrute", + "block.create.water_wheel": "Vannhjul", + "block.create.waxed_copper_shingle_slab": "UNLOCALIZED: Waxed Copper Shingle Slab", + "block.create.waxed_copper_shingle_stairs": "UNLOCALIZED: Waxed Copper Shingle Stairs", + "block.create.waxed_copper_shingles": "UNLOCALIZED: Waxed Copper Shingles", + "block.create.waxed_copper_tile_slab": "UNLOCALIZED: Waxed Copper Tile Slab", + "block.create.waxed_copper_tile_stairs": "UNLOCALIZED: Waxed Copper Tile Stairs", + "block.create.waxed_copper_tiles": "UNLOCALIZED: Waxed Copper Tiles", + "block.create.waxed_exposed_copper_shingle_slab": "UNLOCALIZED: Waxed Exposed Copper Shingle Slab", + "block.create.waxed_exposed_copper_shingle_stairs": "UNLOCALIZED: Waxed Exposed Copper Shingle Stairs", + "block.create.waxed_exposed_copper_shingles": "UNLOCALIZED: Waxed Exposed Copper Shingles", + "block.create.waxed_exposed_copper_tile_slab": "UNLOCALIZED: Waxed Exposed Copper Tile Slab", + "block.create.waxed_exposed_copper_tile_stairs": "UNLOCALIZED: Waxed Exposed Copper Tile Stairs", + "block.create.waxed_exposed_copper_tiles": "UNLOCALIZED: Waxed Exposed Copper Tiles", + "block.create.waxed_oxidized_copper_shingle_slab": "UNLOCALIZED: Waxed Oxidized Copper Shingle Slab", + "block.create.waxed_oxidized_copper_shingle_stairs": "UNLOCALIZED: Waxed Oxidized Copper Shingle Stairs", + "block.create.waxed_oxidized_copper_shingles": "UNLOCALIZED: Waxed Oxidized Copper Shingles", + "block.create.waxed_oxidized_copper_tile_slab": "UNLOCALIZED: Waxed Oxidized Copper Tile Slab", + "block.create.waxed_oxidized_copper_tile_stairs": "UNLOCALIZED: Waxed Oxidized Copper Tile Stairs", + "block.create.waxed_oxidized_copper_tiles": "UNLOCALIZED: Waxed Oxidized Copper Tiles", + "block.create.waxed_weathered_copper_shingle_slab": "UNLOCALIZED: Waxed Weathered Copper Shingle Slab", + "block.create.waxed_weathered_copper_shingle_stairs": "UNLOCALIZED: Waxed Weathered Copper Shingle Stairs", + "block.create.waxed_weathered_copper_shingles": "UNLOCALIZED: Waxed Weathered Copper Shingles", + "block.create.waxed_weathered_copper_tile_slab": "UNLOCALIZED: Waxed Weathered Copper Tile Slab", + "block.create.waxed_weathered_copper_tile_stairs": "UNLOCALIZED: Waxed Weathered Copper Tile Stairs", + "block.create.waxed_weathered_copper_tiles": "UNLOCALIZED: Waxed Weathered Copper Tiles", + "block.create.weathered_copper_shingle_slab": "UNLOCALIZED: Weathered Copper Shingle Slab", + "block.create.weathered_copper_shingle_stairs": "UNLOCALIZED: Weathered Copper Shingle Stairs", + "block.create.weathered_copper_shingles": "UNLOCALIZED: Weathered Copper Shingles", + "block.create.weathered_copper_tile_slab": "UNLOCALIZED: Weathered Copper Tile Slab", + "block.create.weathered_copper_tile_stairs": "UNLOCALIZED: Weathered Copper Tile Stairs", + "block.create.weathered_copper_tiles": "UNLOCALIZED: Weathered Copper Tiles", + "block.create.weighted_ejector": "UNLOCALIZED: Weighted Ejector", + "block.create.white_nixie_tube": "Hvit nixie-rør", + "block.create.white_sail": "Hvit seil", + "block.create.white_seat": "Hvit sete", + "block.create.white_toolbox": "Hvit verktøykasse", + "block.create.white_valve_handle": "UNLOCALIZED: White Valve Handle", + "block.create.windmill_bearing": "Vindmøllelager", + "block.create.wooden_bracket": "Trebrakett", + "block.create.yellow_nixie_tube": "Gult nixie-rør", + "block.create.yellow_sail": "Gult seil", + "block.create.yellow_seat": "Gult sete", + "block.create.yellow_toolbox": "Gul verktøykasse", + "block.create.yellow_valve_handle": "UNLOCALIZED: Yellow Valve Handle", + "block.create.zinc_block": "UNLOCALIZED: Block of Zinc", + "block.create.zinc_ore": "Sinkmalm", + + "enchantment.create.capacity": "Kapasitet", + "enchantment.create.potato_recovery": "UNLOCALIZED: Potato Recovery", + + "entity.create.carriage_contraption": "UNLOCALIZED: Carriage Contraption", + "entity.create.contraption": "Innretning", + "entity.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint", + "entity.create.gantry_contraption": "UNLOCALIZED: Gantry Contraption", + "entity.create.potato_projectile": "Potetprosjektil", + "entity.create.seat": "Sete", + "entity.create.stationary_contraption": "UNLOCALIZED: Stationary Contraption", + "entity.create.super_glue": "Superlim", + + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", + "fluid.create.potion": "UNLOCALIZED: Potion", + "fluid.create.tea": "UNLOCALIZED: Builder's Tea", + + "item.create.andesite_alloy": "UNLOCALIZED: Andesite Alloy", + "item.create.attribute_filter": "UNLOCALIZED: Attribute Filter", + "item.create.bar_of_chocolate": "UNLOCALIZED: Bar of Chocolate", + "item.create.belt_connector": "UNLOCALIZED: Mechanical Belt", + "item.create.blaze_cake": "UNLOCALIZED: Blaze Cake", + "item.create.blaze_cake_base": "UNLOCALIZED: Blaze Cake Base", + "item.create.brass_hand": "UNLOCALIZED: Brass Hand", + "item.create.brass_ingot": "UNLOCALIZED: Brass Ingot", + "item.create.brass_nugget": "UNLOCALIZED: Brass Nugget", + "item.create.brass_sheet": "UNLOCALIZED: Brass Sheet", + "item.create.builders_tea": "UNLOCALIZED: Builder's Tea", + "item.create.chest_minecart_contraption": "UNLOCALIZED: Chest Minecart Contraption", + "item.create.chocolate_bucket": "UNLOCALIZED: Chocolate Bucket", + "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.copper_backtank": "UNLOCALIZED: Copper Backtank", + "item.create.copper_backtank_placeable": "UNLOCALIZED: Copper Backtank Placeable", + "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_copper_ore": "UNLOCALIZED: Crushed Copper Ore", + "item.create.crushed_gold_ore": "UNLOCALIZED: Crushed Gold Ore", + "item.create.crushed_iron_ore": "UNLOCALIZED: Crushed Iron Ore", + "item.create.crushed_lead_ore": "UNLOCALIZED: Crushed Lead Ore", + "item.create.crushed_nickel_ore": "UNLOCALIZED: Crushed Nickel Ore", + "item.create.crushed_osmium_ore": "UNLOCALIZED: Crushed Osmium Ore", + "item.create.crushed_platinum_ore": "UNLOCALIZED: Crushed Platinum Ore", + "item.create.crushed_quicksilver_ore": "UNLOCALIZED: Crushed Quicksilver Ore", + "item.create.crushed_silver_ore": "UNLOCALIZED: Crushed Silver Ore", + "item.create.crushed_tin_ore": "UNLOCALIZED: Crushed Tin Ore", + "item.create.crushed_uranium_ore": "UNLOCALIZED: Crushed Uranium Ore", + "item.create.crushed_zinc_ore": "UNLOCALIZED: Crushed Zinc Ore", + "item.create.diving_boots": "UNLOCALIZED: Diving Boots", + "item.create.diving_helmet": "UNLOCALIZED: Diving Helmet", + "item.create.dough": "Deig", + "item.create.electron_tube": "UNLOCALIZED: Electron Tube", + "item.create.empty_blaze_burner": "UNLOCALIZED: Empty Blaze Burner", + "item.create.empty_schematic": "UNLOCALIZED: Empty Schematic", + "item.create.experience_nugget": "UNLOCALIZED: Nugget of Experience", + "item.create.extendo_grip": "UNLOCALIZED: Extendo Grip", + "item.create.filter": "Filter", + "item.create.furnace_minecart_contraption": "UNLOCALIZED: Furnace Minecart Contraption", + "item.create.goggles": "UNLOCALIZED: Engineer's Goggles", + "item.create.golden_sheet": "UNLOCALIZED: Golden Sheet", + "item.create.handheld_worldshaper": "UNLOCALIZED: Creative Worldshaper", + "item.create.honey_bucket": "Honningbøtte", + "item.create.honeyed_apple": "UNLOCALIZED: Honeyed Apple", + "item.create.incomplete_precision_mechanism": "UNLOCALIZED: Incomplete Precision Mechanism", + "item.create.incomplete_track": "Ufullstendig skinne", + "item.create.iron_sheet": "UNLOCALIZED: Iron Sheet", + "item.create.linked_controller": "UNLOCALIZED: Linked Controller", + "item.create.minecart_contraption": "UNLOCALIZED: Minecart Contraption", + "item.create.minecart_coupling": "UNLOCALIZED: Minecart Coupling", + "item.create.polished_rose_quartz": "UNLOCALIZED: Polished Rose Quartz", + "item.create.potato_cannon": "Potetkanon", + "item.create.powdered_obsidian": "UNLOCALIZED: Powdered Obsidian", + "item.create.precision_mechanism": "UNLOCALIZED: Precision Mechanism", + "item.create.propeller": "Proppel", + "item.create.raw_zinc": "Rå sink", + "item.create.red_sand_paper": "Rødt sandpapir", + "item.create.refined_radiance": "UNLOCALIZED: Refined Radiance", + "item.create.rose_quartz": "UNLOCALIZED: Rose Quartz", + "item.create.sand_paper": "Sandpapir", + "item.create.schedule": "UNLOCALIZED: Train Schedule", + "item.create.schematic": "UNLOCALIZED: Schematic", + "item.create.schematic_and_quill": "UNLOCALIZED: Schematic And Quill", + "item.create.shadow_steel": "UNLOCALIZED: Shadow Steel", + "item.create.sturdy_sheet": "UNLOCALIZED: Sturdy Sheet", + "item.create.super_glue": "Superlim", + "item.create.sweet_roll": "UNLOCALIZED: Sweet Roll", + "item.create.tree_fertilizer": "UNLOCALIZED: Tree Fertilizer", + "item.create.unprocessed_obsidian_sheet": "UNLOCALIZED: Unprocessed Obsidian Sheet", + "item.create.vertical_gearbox": "UNLOCALIZED: Vertical Gearbox", + "item.create.wand_of_symmetry": "UNLOCALIZED: Wand Of Symmetry", + "item.create.wheat_flour": "UNLOCALIZED: Wheat Flour", + "item.create.whisk": "UNLOCALIZED: Whisk", + "item.create.wrench": "Skiftenøkkel", + "item.create.zinc_ingot": "Sinkbarre", + "item.create.zinc_nugget": "Sinkklump", + + + "_": "->------------------------] Advancements [------------------------<-", + + "advancement.create.root": "Velkommen til Create", + "advancement.create.root.desc": "UNLOCALIZED: Here Be Contraptions", + "advancement.create.andesite_alloy": "UNLOCALIZED: Sturdier Rocks", + "advancement.create.andesite_alloy.desc": "UNLOCALIZED: Obtain some Andesite Alloy, Create's most important resource", + "advancement.create.andesite_casing": "UNLOCALIZED: The Andesite Age", + "advancement.create.andesite_casing.desc": "UNLOCALIZED: Apply Andesite Alloy to stripped wood, creating a basic casing for your machines", + "advancement.create.mechanical_press": "Dunk!", + "advancement.create.mechanical_press.desc": "UNLOCALIZED: Create some sheets in a Mechanical Press", + "advancement.create.encased_fan": "Vindmaker", + "advancement.create.encased_fan.desc": "UNLOCALIZED: Place and power an Encased Fan", + "advancement.create.fan_processing": "UNLOCALIZED: Processing by Particle", + "advancement.create.fan_processing.desc": "UNLOCALIZED: Use an Encased Fan to process materials", + "advancement.create.saw_processing": "UNLOCALIZED: Workshop's Most Feared", + "advancement.create.saw_processing.desc": "UNLOCALIZED: Use an upright Mechanical Saw to process materials", + "advancement.create.compacting": "UNLOCALIZED: Compactification", + "advancement.create.compacting.desc": "UNLOCALIZED: Use a Mechanical Press and a Basin to create fewer items from more", + "advancement.create.belt": "UNLOCALIZED: Kelp Drive", + "advancement.create.belt.desc": "UNLOCALIZED: Connect two Shafts with a Mechanical Belt", + "advancement.create.funnel": "UNLOCALIZED: Airport Aesthetic", + "advancement.create.funnel.desc": "UNLOCALIZED: Extract or insert items into a container using a Funnel", + "advancement.create.chute": "UNLOCALIZED: Vertical Logistics", + "advancement.create.chute.desc": "UNLOCALIZED: Transport some items by Chute", + "advancement.create.mechanical_mixer": "UNLOCALIZED: Mixing It Up", + "advancement.create.mechanical_mixer.desc": "UNLOCALIZED: Combine ingredients in a Mechanical Mixer", + "advancement.create.burner": "UNLOCALIZED: Sentient Fireplace", + "advancement.create.burner.desc": "UNLOCALIZED: Obtain a Blaze Burner", + "advancement.create.water_wheel": "UNLOCALIZED: Harnessed Hydraulics", + "advancement.create.water_wheel.desc": "UNLOCALIZED: Place a Water Wheel and use it to generate torque", + "advancement.create.windmill": "UNLOCALIZED: A Mild Breeze", + "advancement.create.windmill.desc": "UNLOCALIZED: Assemble a windmill and use it to generate torque", + "advancement.create.shifting_gears": "UNLOCALIZED: Shifting Gears", + "advancement.create.shifting_gears.desc": "UNLOCALIZED: Connect a Large Cogwheel to a Small Cogwheel, allowing you to change the speed of your Contraption", + "advancement.create.millstone": "UNLOCALIZED: Embrace the Grind", + "advancement.create.millstone.desc": "UNLOCALIZED: Use a Millstone to pulverise materials", + "advancement.create.super_glue": "UNLOCALIZED: Area of Connect", + "advancement.create.super_glue.desc": "UNLOCALIZED: Super Glue some blocks into a group", + "advancement.create.contraption_actors": "UNLOCALIZED: Moving with Purpose", + "advancement.create.contraption_actors.desc": "UNLOCALIZED: Create a Contraption with drills, saws, or harvesters on board", + "advancement.create.portable_storage_interface": "UNLOCALIZED: Drive-By Exchange", + "advancement.create.portable_storage_interface.desc": "UNLOCALIZED: Use a Portable Storage Interface to take or insert items into a Contraption", + "advancement.create.wrench_goggles": "UNLOCALIZED: Kitted Out", + "advancement.create.wrench_goggles.desc": "UNLOCALIZED: Equip Engineer's Goggles and a Wrench", + "advancement.create.stressometer": "UNLOCALIZED: Stress for Nerds", + "advancement.create.stressometer.desc": "UNLOCALIZED: Get an exact readout with the help of Engineer's Goggles and a Stressometer", + "advancement.create.cuckoo_clock": "Er det på tide?", + "advancement.create.cuckoo_clock.desc": "UNLOCALIZED: Witness your Cuckoo Clock announce bedtime", + "advancement.create.windmill_maxed": "En sterk bris", + "advancement.create.windmill_maxed.desc": "UNLOCALIZED: Assemble a windmill of maximum strength", + "advancement.create.ejector_maxed": "UNLOCALIZED: Springboard Champion", + "advancement.create.ejector_maxed.desc": "UNLOCALIZED: Get launched more than 30 blocks by a Weighted Ejector", + "advancement.create.pulley_maxed": "UNLOCALIZED: Rope to Nowhere", + "advancement.create.pulley_maxed.desc": "UNLOCALIZED: Extend a Rope Pulley over 200 blocks deep", + "advancement.create.cart_pickup": "UNLOCALIZED: Strong Arms", + "advancement.create.cart_pickup.desc": "UNLOCALIZED: Pick up a Minecart Contraption with at least 200 attached blocks", + "advancement.create.anvil_plough": "UNLOCALIZED: Blacksmith Artillery", + "advancement.create.anvil_plough.desc": "UNLOCALIZED: Launch an Anvil with Mechanical Ploughs", + "advancement.create.lava_wheel_00000": "UNLOCALIZED: Magma Wheel", + "advancement.create.lava_wheel_00000.desc": "UNLOCALIZED: This shouldn't have worked§7\n(Hidden Advancement)", + "advancement.create.hand_crank_000": "UNLOCALIZED: Workout Session", + "advancement.create.hand_crank_000.desc": "UNLOCALIZED: Use a Hand Crank until fully exhausted§7\n(Hidden Advancement)", + "advancement.create.belt_funnel_kiss": "UNLOCALIZED: The Parrots and the Flaps", + "advancement.create.belt_funnel_kiss.desc": "UNLOCALIZED: Make two Belt-mounted Funnels kiss§7\n(Hidden Advancement)", + "advancement.create.stressometer_maxed": "UNLOCALIZED: Perfectly Stressed", + "advancement.create.stressometer_maxed.desc": "UNLOCALIZED: Get a 100% readout from a Stressometer§7\n(Hidden Advancement)", + "advancement.create.copper": "UNLOCALIZED: Cuprum Bokum", + "advancement.create.copper.desc": "UNLOCALIZED: Amass some Copper Ingots for your exploits in fluid manipulation", + "advancement.create.copper_casing": "UNLOCALIZED: The Copper Age", + "advancement.create.copper_casing.desc": "UNLOCALIZED: Apply Copper Ingots to stripped wood, creating a waterproof casing for your machines", + "advancement.create.spout": "UNLOCALIZED: Sploosh", + "advancement.create.spout.desc": "UNLOCALIZED: Watch a fluid-containing item be filled by a Spout", + "advancement.create.drain": "UNLOCALIZED: Tumble Draining", + "advancement.create.drain.desc": "UNLOCALIZED: Watch a fluid-containing item be emptied by an Item Drain", + "advancement.create.steam_engine": "UNLOCALIZED: The Powerhouse", + "advancement.create.steam_engine.desc": "UNLOCALIZED: Use a Steam Engine to generate torque", + "advancement.create.steam_whistle": "UNLOCALIZED: Voice of an Angel", + "advancement.create.steam_whistle.desc": "UNLOCALIZED: Activate a Steam Whistle", + "advancement.create.backtank": "UNLOCALIZED: Pressure to Go", + "advancement.create.backtank.desc": "UNLOCALIZED: Create a Copper Backtank and make it accumulate air pressure", + "advancement.create.diving_suit": "UNLOCALIZED: Ready for the Depths", + "advancement.create.diving_suit.desc": "Ta på en dykkerhjelm og en kobberryggtanke, også hopp i vannet", + "advancement.create.mechanical_pump_0": "UNLOCALIZED: Under Pressure", + "advancement.create.mechanical_pump_0.desc": "UNLOCALIZED: Place and power a Mechanical Pump", + "advancement.create.glass_pipe": "UNLOCALIZED: Flow Discovery", + "advancement.create.glass_pipe.desc": "UNLOCALIZED: Use your Wrench on a pipe that contains a fluid", + "advancement.create.water_supply": "UNLOCALIZED: Puddle Collector", + "advancement.create.water_supply.desc": "UNLOCALIZED: Use the pulling end of a Fluid Pipe or Mechanical Pump to collect water", + "advancement.create.hose_pulley": "Industrielt søl", + "advancement.create.hose_pulley.desc": "UNLOCALIZED: Lower a Hose Pulley and watch it drain or fill a body of fluid", + "advancement.create.chocolate_bucket": "En hel verden av fantasi", + "advancement.create.chocolate_bucket.desc": "UNLOCALIZED: Obtain a bucket of molten chocolate", + "advancement.create.honey_drain": "UNLOCALIZED: Autonomous Bee-Keeping", + "advancement.create.honey_drain.desc": "UNLOCALIZED: Use pipes to pull honey from a Bee Nest or Beehive", + "advancement.create.hose_pulley_lava": "Koble seg på mantelen", + "advancement.create.hose_pulley_lava.desc": "UNLOCALIZED: Pump from a body of lava large enough to be considered infinite", + "advancement.create.steam_engine_maxed": "UNLOCALIZED: Full Steam", + "advancement.create.steam_engine_maxed.desc": "UNLOCALIZED: Run a boiler at the maximum level of power", + "advancement.create.foods": "UNLOCALIZED: Balanced Diet", + "advancement.create.foods.desc": "UNLOCALIZED: Create Chocolate Glazed Berries, a Honeyed Apple, and a Sweet Roll all from the same Spout", + "advancement.create.diving_suit_lava": "Svømme med lavavandrere", + "advancement.create.diving_suit_lava.desc": "UNLOCALIZED: Attempt to take a dive in lava with your diving gear§7\n(Hidden Advancement)", + "advancement.create.chained_drain": "UNLOCALIZED: On a Roll", + "advancement.create.chained_drain.desc": "UNLOCALIZED: Watch an item move across a row of Item Drains§7\n(Hidden Advancement)", + "advancement.create.cross_streams": "UNLOCALIZED: Don't Cross the Streams!", + "advancement.create.cross_streams.desc": "UNLOCALIZED: Watch two fluids meet in your pipe network§7\n(Hidden Advancement)", + "advancement.create.pipe_organ": "UNLOCALIZED: The Pipe Organ", + "advancement.create.pipe_organ.desc": "UNLOCALIZED: Attach 12 uniquely pitched Steam Whistles to a single Fluid Tank§7\n(Hidden Advancement)", + "advancement.create.brass": "UNLOCALIZED: Real Alloys", + "advancement.create.brass.desc": "UNLOCALIZED: Create Brass Ingots by alloying Copper and Zinc Ingots in your Blaze-heated Mechanical Mixer", + "advancement.create.brass_casing": "UNLOCALIZED: The Brass Age", + "advancement.create.brass_casing.desc": "UNLOCALIZED: Apply Brass Ingots to stripped wood, creating a casing for more sophisticated machines", + "advancement.create.rose_quartz": "UNLOCALIZED: Pink Diamonds", + "advancement.create.rose_quartz.desc": "UNLOCALIZED: Polish some Rose Quartz", + "advancement.create.deployer": "UNLOCALIZED: Artificial Intelligence", + "advancement.create.deployer.desc": "UNLOCALIZED: Place and power a Deployer, the perfect reflection of yourself", + "advancement.create.precision_mechanism": "UNLOCALIZED: Complex Curiosities", + "advancement.create.precision_mechanism.desc": "UNLOCALIZED: Assemble a Precision Mechanism", + "advancement.create.speed_controller": "UNLOCALIZED: Engineers Hate Him!", + "advancement.create.speed_controller.desc": "UNLOCALIZED: Fine-tune your Contraption with a Rotation Speed Controller", + "advancement.create.mechanical_arm": "UNLOCALIZED: Busy Hands", + "advancement.create.mechanical_arm.desc": "UNLOCALIZED: Watch your Mechanical Arm transport its first item", + "advancement.create.mechanical_crafter": "UNLOCALIZED: Automated Assembly", + "advancement.create.mechanical_crafter.desc": "UNLOCALIZED: Place and power some Mechanical Crafters", + "advancement.create.crushing_wheel": "UNLOCALIZED: A Pair of Giants", + "advancement.create.crushing_wheel.desc": "UNLOCALIZED: Place and power a set of Crushing Wheels", + "advancement.create.haunted_bell": "UNLOCALIZED: Shadow Sense", + "advancement.create.haunted_bell.desc": "UNLOCALIZED: Toll a Haunted Bell", + "advancement.create.clockwork_bearing": "UNLOCALIZED: Contraption O'Clock", + "advancement.create.clockwork_bearing.desc": "UNLOCALIZED: Assemble a structure mounted on a Clockwork Bearing", + "advancement.create.display_link": "UNLOCALIZED: Big Data", + "advancement.create.display_link.desc": "UNLOCALIZED: Use a Display Link to visualise information", + "advancement.create.potato_cannon": "UNLOCALIZED: Fwoomp!", + "advancement.create.potato_cannon.desc": "UNLOCALIZED: Defeat an enemy with your Potato Cannon", + "advancement.create.extendo_grip": "UNLOCALIZED: Boioioing!", + "advancement.create.extendo_grip.desc": "UNLOCALIZED: Get hold of an Extendo Grip", + "advancement.create.linked_controller": "UNLOCALIZED: Remote Activation", + "advancement.create.linked_controller.desc": "UNLOCALIZED: Activate a Redstone Link using a Linked Controller", + "advancement.create.arm_blaze_burner": "UNLOCALIZED: Combust-o-Tron", + "advancement.create.arm_blaze_burner.desc": "UNLOCALIZED: Instruct a Mechanical Arm to feed your Blaze Burner", + "advancement.create.crusher_maxed_0000": "UNLOCALIZED: Crushing It", + "advancement.create.crusher_maxed_0000.desc": "UNLOCALIZED: Operate a pair of Crushing Wheels at maximum speed", + "advancement.create.arm_many_targets": "UNLOCALIZED: Organize-o-Tron", + "advancement.create.arm_many_targets.desc": "UNLOCALIZED: Program a Mechanical Arm with 10 or more output locations", + "advancement.create.potato_cannon_collide": "UNLOCALIZED: Veggie Fireworks", + "advancement.create.potato_cannon_collide.desc": "UNLOCALIZED: Cause Potato Cannon projectiles of different types to collide with each other", + "advancement.create.self_deploying": "UNLOCALIZED: Self-Driving Cart", + "advancement.create.self_deploying.desc": "UNLOCALIZED: Create a Minecart Contraption that places tracks in front of itself", + "advancement.create.fist_bump": "UNLOCALIZED: Pound It, Bro!", + "advancement.create.fist_bump.desc": "UNLOCALIZED: Make two Deployers fist-bump§7\n(Hidden Advancement)", + "advancement.create.crafter_lazy_000": "UNLOCALIZED: Desperate Measures", + "advancement.create.crafter_lazy_000.desc": "UNLOCALIZED: Drastically slow down a Mechanical Crafter to procrastinate on proper infrastructure§7\n(Hidden Advancement)", + "advancement.create.extendo_grip_dual": "UNLOCALIZED: To Full Extent", + "advancement.create.extendo_grip_dual.desc": "UNLOCALIZED: Dual-wield Extendo Grips for superhuman reach§7\n(Hidden Advancement)", + "advancement.create.musical_arm": "UNLOCALIZED: DJ Mechanico", + "advancement.create.musical_arm.desc": "UNLOCALIZED: Watch a Mechanical Arm operate your Jukebox§7\n(Hidden Advancement)", + "advancement.create.sturdy_sheet": "UNLOCALIZED: The Sturdiest Rocks", + "advancement.create.sturdy_sheet.desc": "UNLOCALIZED: Assemble a Sturdy Sheet by refining Powdered Obsidian", + "advancement.create.train_casing_00": "UNLOCALIZED: The Logistical Age", + "advancement.create.train_casing_00.desc": "UNLOCALIZED: Use Sturdy Sheets to create a casing for railway components", + "advancement.create.train": "UNLOCALIZED: All Aboard!", + "advancement.create.train.desc": "UNLOCALIZED: Assemble your first Train", + "advancement.create.conductor": "UNLOCALIZED: Conductor Instructor", + "advancement.create.conductor.desc": "UNLOCALIZED: Instruct a Train driver with a Train Schedule", + "advancement.create.track_signal": "UNLOCALIZED: Traffic Control", + "advancement.create.track_signal.desc": "UNLOCALIZED: Place a Train Signal", + "advancement.create.display_board_0": "UNLOCALIZED: Dynamic Timetables", + "advancement.create.display_board_0.desc": "UNLOCALIZED: Forecast a Train's arrival on your Display Board with the help of Display Links", + "advancement.create.track_0": "UNLOCALIZED: A New Gauge", + "advancement.create.track_0.desc": "UNLOCALIZED: Obtain some Train Tracks", + "advancement.create.train_whistle": "UNLOCALIZED: Choo Choo!", + "advancement.create.train_whistle.desc": "UNLOCALIZED: Assemble a Steam Whistle to your Train and activate it while driving", + "advancement.create.train_portal": "UNLOCALIZED: Dimensional Commuter", + "advancement.create.train_portal.desc": "UNLOCALIZED: Ride a Train through a Nether portal", + "advancement.create.track_crafting_factory": "UNLOCALIZED: Track Factory", + "advancement.create.track_crafting_factory.desc": "UNLOCALIZED: Produce more than 1000 Train Tracks with the same Mechanical Press", + "advancement.create.long_bend": "UNLOCALIZED: The Longest Bend", + "advancement.create.long_bend.desc": "UNLOCALIZED: Create a curved track section that spans more than 30 blocks in length", + "advancement.create.long_train": "UNLOCALIZED: Ambitious Endeavours", + "advancement.create.long_train.desc": "UNLOCALIZED: Create a Train with at least 6 carriages", + "advancement.create.long_travel": "UNLOCALIZED: Field Trip", + "advancement.create.long_travel.desc": "UNLOCALIZED: Leave a Train Seat over 5000 blocks away from where you started travelling", + "advancement.create.train_roadkill": "UNLOCALIZED: Road Kill", + "advancement.create.train_roadkill.desc": "UNLOCALIZED: Run over an enemy with your Train§7\n(Hidden Advancement)", + "advancement.create.red_signal": "UNLOCALIZED: Expert Driver", + "advancement.create.red_signal.desc": "UNLOCALIZED: Run a red Train Signal§7\n(Hidden Advancement)", + "advancement.create.train_crash": "UNLOCALIZED: Terrible Service", + "advancement.create.train_crash.desc": "UNLOCALIZED: Witness a Train crash as a passenger§7\n(Hidden Advancement)", + "advancement.create.train_crash_backwards": "UNLOCALIZED: Blind Spot", + "advancement.create.train_crash_backwards.desc": "UNLOCALIZED: Crash into another Train while driving backwards§7\n(Hidden Advancement)", + + + "_": "->------------------------] UI & Messages [------------------------<-", + + "itemGroup.create.base": "UNLOCALIZED: Create", + "itemGroup.create.palettes": "UNLOCALIZED: Create's Building Blocks", + + "death.attack.create.crush": "UNLOCALIZED: %1$s was processed by Crushing Wheels", + "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", + "death.attack.create.run_over": "UNLOCALIZED: %1$s was run over by %2$s", + + "create.block.deployer.damage_source_name": "UNLOCALIZED: a rogue Deployer", + "create.block.cart_assembler.invalid": "UNLOCALIZED: Place your Cart Assembler on a rail block", + + "create.menu.return": "UNLOCALIZED: Return to Menu", + "create.menu.configure": "UNLOCALIZED: Configure...", + "create.menu.ponder_index": "UNLOCALIZED: Ponder Index", + "create.menu.only_ingame": "UNLOCALIZED: Available in the Pause Menu", + "create.menu.report_bugs": "UNLOCALIZED: Report Issues", + "create.menu.support": "UNLOCALIZED: Support Us", + + "create.recipe.crushing": "UNLOCALIZED: Crushing", + "create.recipe.milling": "UNLOCALIZED: Milling", + "create.recipe.fan_washing": "UNLOCALIZED: Bulk Washing", + "create.recipe.fan_washing.fan": "UNLOCALIZED: Fan behind Flowing Water", + "create.recipe.fan_smoking": "UNLOCALIZED: Bulk Smoking", + "create.recipe.fan_smoking.fan": "UNLOCALIZED: Fan behind Fire", + "create.recipe.fan_haunting": "UNLOCALIZED: Bulk Haunting", + "create.recipe.fan_haunting.fan": "UNLOCALIZED: Fan behind Soul Fire", + "create.recipe.fan_blasting": "UNLOCALIZED: Bulk Blasting", + "create.recipe.fan_blasting.fan": "UNLOCALIZED: Fan behind Lava", + "create.recipe.pressing": "UNLOCALIZED: Pressing", + "create.recipe.mixing": "UNLOCALIZED: Mixing", + "create.recipe.deploying": "UNLOCALIZED: Deploying", + "create.recipe.automatic_shapeless": "UNLOCALIZED: Automated Shapeless Crafting", + "create.recipe.automatic_brewing": "UNLOCALIZED: Automated Brewing", + "create.recipe.packing": "UNLOCALIZED: Compacting", + "create.recipe.automatic_packing": "UNLOCALIZED: Automated Packing", + "create.recipe.sawing": "UNLOCALIZED: Sawing", + "create.recipe.mechanical_crafting": "UNLOCALIZED: Mechanical Crafting", + "create.recipe.automatic_shaped": "UNLOCALIZED: Automated Shaped Crafting", + "create.recipe.block_cutting": "UNLOCALIZED: Block Cutting", + "create.recipe.wood_cutting": "UNLOCALIZED: Wood Cutting", + "create.recipe.sandpaper_polishing": "UNLOCALIZED: Sandpaper Polishing", + "create.recipe.mystery_conversion": "UNLOCALIZED: Mysterious Conversion", + "create.recipe.spout_filling": "UNLOCALIZED: Filling by Spout", + "create.recipe.draining": "UNLOCALIZED: Item Draining", + "create.recipe.item_application": "UNLOCALIZED: Manual Item Application", + "create.recipe.item_application.any_axe": "UNLOCALIZED: Any Axe", + "create.recipe.sequenced_assembly": "UNLOCALIZED: Recipe Sequence", + "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.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 salvage", + "create.recipe.processing.chance": "UNLOCALIZED: %1$s%% Chance", + "create.recipe.deploying.not_consumed": "UNLOCALIZED: Not Consumed", + "create.recipe.heat_requirement.none": "UNLOCALIZED: No Heating Required", + "create.recipe.heat_requirement.heated": "UNLOCALIZED: Heated", + "create.recipe.heat_requirement.superheated": "UNLOCALIZED: Super-Heated", + + "create.generic.range": "UNLOCALIZED: Range", + "create.generic.radius": "UNLOCALIZED: Radius", + "create.generic.width": "UNLOCALIZED: Width", + "create.generic.height": "UNLOCALIZED: Height", + "create.generic.length": "UNLOCALIZED: Length", + "create.generic.speed": "UNLOCALIZED: Speed", + "create.generic.delay": "UNLOCALIZED: Delay", + "create.generic.duration": "UNLOCALIZED: Duration", + "create.generic.timeUnit": "UNLOCALIZED: Time Unit", + "create.generic.unit.ticks": "UNLOCALIZED: Ticks", + "create.generic.unit.seconds": "UNLOCALIZED: Seconds", + "create.generic.unit.minutes": "UNLOCALIZED: Minutes", + "create.generic.daytime.hour": "UNLOCALIZED: Hour", + "create.generic.daytime.minute": "UNLOCALIZED: Minute", + "create.generic.daytime.second": "UNLOCALIZED: Second", + "create.generic.daytime.pm": "UNLOCALIZED: pm", + "create.generic.daytime.am": "UNLOCALIZED: am", + "create.generic.unit.rpm": "UNLOCALIZED: RPM", + "create.generic.unit.stress": "UNLOCALIZED: su", + "create.generic.unit.degrees": "UNLOCALIZED: °", + "create.generic.unit.millibuckets": "UNLOCALIZED: mB", + "create.generic.unit.buckets": "B", + "create.generic.clockwise": "UNLOCALIZED: Clockwise", + "create.generic.counter_clockwise": "UNLOCALIZED: Counter-Clockwise", + "create.generic.in_quotes": "UNLOCALIZED: \"%1$s\"", + "create.generic.pitch": "UNLOCALIZED: Pitch: %1$s", + "create.generic.notes": "F#;F;E;D#;D;C#;C;B;A#;A;G#;G", + + "create.action.scroll": "UNLOCALIZED: Scroll", + "create.action.confirm": "UNLOCALIZED: Confirm", + "create.action.abort": "UNLOCALIZED: Abort", + "create.action.saveToFile": "UNLOCALIZED: Save", + "create.action.discard": "UNLOCALIZED: Discard", + + "create.keyinfo.toolmenu": "UNLOCALIZED: Focus Schematic Overlay", + "create.keyinfo.toolbelt": "Få tilgang til verktøykasser i nærheten", + "create.keyinfo.scrollup": "UNLOCALIZED: Simulate Mousewheel Up (inworld)", + "create.keyinfo.scrolldown": "UNLOCALIZED: Simulate Mousewheel Down (inworld)", + + "create.gui.scrollInput.defaultTitle": "UNLOCALIZED: Choose an Option:", + "create.gui.scrollInput.scrollToModify": "UNLOCALIZED: Scroll to Modify", + "create.gui.scrollInput.scrollToAdjustAmount": "UNLOCALIZED: Scroll to Adjust Amount", + "create.gui.scrollInput.scrollToSelect": "UNLOCALIZED: Scroll to Select", + "create.gui.scrollInput.shiftScrollsFaster": "UNLOCALIZED: Shift to Scroll Faster", + "create.gui.toolmenu.focusKey": "UNLOCALIZED: Hold [%1$s] to Focus", + "create.gui.toolmenu.cycle": "UNLOCALIZED: [SCROLL] to Cycle", + + "create.toolbox.unequip": "UNLOCALIZED: Unequip: %1$s", + "create.toolbox.outOfRange": "En verktøykasse med den holdte gjenstanden er ikke i nærheten", + "create.toolbox.detach": "Stopp sporing og behold gjennstand", + "create.toolbox.depositAll": "Returner gjenstander tilbake til verktøykasser i nærheten", + "create.toolbox.depositBox": "Returner gjenstander til verktøykasser", + + "create.gui.symmetryWand.mirrorType": "UNLOCALIZED: Mirror", + "create.gui.symmetryWand.orientation": "UNLOCALIZED: Orientation", + + "create.symmetry.mirror.plane": "UNLOCALIZED: Mirror Once", + "create.symmetry.mirror.doublePlane": "UNLOCALIZED: Rectangular", + "create.symmetry.mirror.triplePlane": "UNLOCALIZED: Octagonal", + + "create.orientation.orthogonal": "UNLOCALIZED: Orthogonal", + "create.orientation.diagonal": "UNLOCALIZED: Diagonal", + "create.orientation.horizontal": "UNLOCALIZED: Horizontal", + "create.orientation.alongZ": "UNLOCALIZED: Along Z", + "create.orientation.alongX": "UNLOCALIZED: Along X", + + "create.gui.terrainzapper.title": "UNLOCALIZED: Handheld Blockzapper", + "create.gui.terrainzapper.searchDiagonal": "UNLOCALIZED: Follow Diagonals", + "create.gui.terrainzapper.searchFuzzy": "UNLOCALIZED: Ignore Material Borders", + "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.placement": "UNLOCALIZED: Placement", + "create.gui.terrainzapper.placement.merged": "UNLOCALIZED: Merged", + "create.gui.terrainzapper.placement.attached": "UNLOCALIZED: Attached", + "create.gui.terrainzapper.placement.inserted": "UNLOCALIZED: Inserted", + "create.gui.terrainzapper.brush": "UNLOCALIZED: Brush", + "create.gui.terrainzapper.brush.cuboid": "UNLOCALIZED: Cuboid", + "create.gui.terrainzapper.brush.sphere": "UNLOCALIZED: Sphere", + "create.gui.terrainzapper.brush.cylinder": "UNLOCALIZED: Cylinder", + "create.gui.terrainzapper.brush.surface": "Overflate", + "create.gui.terrainzapper.brush.cluster": "UNLOCALIZED: Cluster", + "create.gui.terrainzapper.tool": "UNLOCALIZED: Tool", + "create.gui.terrainzapper.tool.fill": "UNLOCALIZED: Fill", + "create.gui.terrainzapper.tool.place": "UNLOCALIZED: Place", + "create.gui.terrainzapper.tool.replace": "UNLOCALIZED: Replace", + "create.gui.terrainzapper.tool.clear": "UNLOCALIZED: Clear", + "create.gui.terrainzapper.tool.overlay": "UNLOCALIZED: Overlay", + "create.gui.terrainzapper.tool.flatten": "UNLOCALIZED: Flatten", + + "create.terrainzapper.shiftRightClickToSet": "UNLOCALIZED: Shift-Right-Click to Select a Shape", + "create.terrainzapper.usingBlock": "UNLOCALIZED: Using: %1$s", + "create.terrainzapper.leftClickToSet": "UNLOCALIZED: Left-Click a Block to set Material", + + "create.minecart_coupling.two_couplings_max": "UNLOCALIZED: Minecarts cannot have more than two couplings each", + "create.minecart_coupling.unloaded": "UNLOCALIZED: Parts of your train seem to be in unloaded chunks", + "create.minecart_coupling.no_loops": "UNLOCALIZED: Couplings cannot form a loop", + "create.minecart_coupling.removed": "UNLOCALIZED: Removed all couplings from minecart", + "create.minecart_coupling.too_far": "UNLOCALIZED: Minecarts are too far apart", + + "create.contraptions.movement_mode": "UNLOCALIZED: Movement Mode", + "create.contraptions.movement_mode.move_place": "UNLOCALIZED: Always Place when Stopped", + "create.contraptions.movement_mode.move_place_returned": "UNLOCALIZED: Place only in Starting Position", + "create.contraptions.movement_mode.move_never_place": "UNLOCALIZED: Place only when Anchor Destroyed", + "create.contraptions.movement_mode.rotate_place": "UNLOCALIZED: Always Place when Stopped", + "create.contraptions.movement_mode.rotate_place_returned": "UNLOCALIZED: Only Place near Initial Angle", + "create.contraptions.movement_mode.rotate_never_place": "UNLOCALIZED: Only Place when Anchor Destroyed", + "create.contraptions.cart_movement_mode": "UNLOCALIZED: Cart Movement Mode", + "create.contraptions.cart_movement_mode.rotate": "UNLOCALIZED: Always face toward motion", + "create.contraptions.cart_movement_mode.rotate_paused": "UNLOCALIZED: Pause actors while rotating", + "create.contraptions.cart_movement_mode.rotation_locked": "UNLOCALIZED: Lock rotation", + "create.contraptions.windmill.rotation_direction": "UNLOCALIZED: Rotation Direction", + "create.contraptions.clockwork.clock_hands": "UNLOCALIZED: Clock Hands", + "create.contraptions.clockwork.hour_first": "UNLOCALIZED: Hour hand first", + "create.contraptions.clockwork.minute_first": "UNLOCALIZED: Minute hand first", + "create.contraptions.clockwork.hour_first_24": "UNLOCALIZED: 24-Hour hand first", + + "create.logistics.filter": "UNLOCALIZED: Filter", + "create.logistics.recipe_filter": "UNLOCALIZED: Recipe Filter", + "create.logistics.fluid_filter": "UNLOCALIZED: Fluid Filter", + "create.logistics.firstFrequency": "UNLOCALIZED: Freq. #1", + "create.logistics.secondFrequency": "UNLOCALIZED: Freq. #2", + "create.logistics.filter.apply": "UNLOCALIZED: Applied filter to %1$s.", + "create.logistics.filter.apply_click_again": "UNLOCALIZED: Applied filter to %1$s, click again to copy the amount.", + "create.logistics.filter.apply_count": "UNLOCALIZED: Applied extraction count to filter.", + + "create.gui.goggles.generator_stats": "UNLOCALIZED: Generator Stats:", + "create.gui.goggles.kinetic_stats": "UNLOCALIZED: Kinetic Stats:", + "create.gui.goggles.at_current_speed": "UNLOCALIZED: at current speed", + "create.gui.goggles.pole_length": "UNLOCALIZED: Pole Length:", + "create.gui.goggles.fluid_container": "Væskebeholder-innformasjon:", + "create.gui.goggles.fluid_container.capacity": "Kapasitet: ", + "create.gui.assembly.exception": "Denne innretningen klarte ikke å monteres:", + "create.gui.assembly.exception.unmovableBlock": "UNLOCALIZED: Unmovable Block (%4$s) at [%1$s,%2$s,%3$s]", + "create.gui.assembly.exception.chunkNotLoaded": "UNLOCALIZED: The Block at [%1$s,%2$s,%3$s] was not in a loaded chunk", + "create.gui.assembly.exception.structureTooLarge": "UNLOCALIZED: There are too many Blocks included in the contraption.\nThe configured maximum is: %1$s", + "create.gui.assembly.exception.tooManyPistonPoles": "UNLOCALIZED: There are too many extension Poles attached to this Piston.\nThe configured maximum is: %1$s", + "create.gui.assembly.exception.noPistonPoles": "UNLOCALIZED: The Piston is missing some extension Poles", + "create.gui.assembly.exception.not_enough_sails": "UNLOCALIZED: Attached structure does not include enough sail-like blocks: %1$s\nA minimum of %2$s are required", + "create.gui.gauge.info_header": "UNLOCALIZED: Gauge Information:", + "create.gui.speedometer.title": "UNLOCALIZED: Rotation Speed", + "create.gui.stressometer.title": "UNLOCALIZED: Network Stress", + "create.gui.stressometer.capacity": "UNLOCALIZED: Remaining Capacity", + "create.gui.stressometer.overstressed": "UNLOCALIZED: Overstressed", + "create.gui.stressometer.no_rotation": "UNLOCALIZED: No Rotation", + "create.gui.contraptions.not_fast_enough": "UNLOCALIZED: It appears that this %1$s is _not_ rotating with _enough_ _speed_.", + "create.gui.contraptions.network_overstressed": "UNLOCALIZED: It appears that this contraption is _overstressed_. Add more sources or _slow_ _down_ the components with a high _stress_ _impact_.", + "create.gui.adjustable_crate.title": "UNLOCALIZED: Adjustable Crate", + "create.gui.adjustable_crate.storageSpace": "UNLOCALIZED: Storage Space", + "create.gui.stockpile_switch.title": "UNLOCALIZED: Stockpile Switch", + "create.gui.stockpile_switch.invert_signal": "UNLOCALIZED: Invert Signal", + "create.gui.stockpile_switch.move_to_lower_at": "UNLOCALIZED: Move to lower lane at %1$s%%", + "create.gui.stockpile_switch.move_to_upper_at": "UNLOCALIZED: Move to upper lane at %1$s%%", + "create.gui.sequenced_gearshift.title": "UNLOCALIZED: Sequenced Gearshift", + "create.gui.sequenced_gearshift.instruction": "UNLOCALIZED: Instruction", + "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "UNLOCALIZED: Turn by angle", + "create.gui.sequenced_gearshift.instruction.turn_angle": "UNLOCALIZED: Turn", + "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "UNLOCALIZED: Angle", + "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "UNLOCALIZED: Turn to move Piston/Pulley/Gantry", + "create.gui.sequenced_gearshift.instruction.turn_distance": "UNLOCALIZED: Piston", + "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "UNLOCALIZED: Distance", + "create.gui.sequenced_gearshift.instruction.delay.descriptive": "UNLOCALIZED: Timed Delay", + "create.gui.sequenced_gearshift.instruction.delay": "UNLOCALIZED: Delay", + "create.gui.sequenced_gearshift.instruction.delay.duration": "UNLOCALIZED: Duration", + "create.gui.sequenced_gearshift.instruction.end.descriptive": "UNLOCALIZED: End", + "create.gui.sequenced_gearshift.instruction.end": "UNLOCALIZED: End", + "create.gui.sequenced_gearshift.instruction.await.descriptive": "UNLOCALIZED: Await new Redstone Pulse", + "create.gui.sequenced_gearshift.instruction.await": "UNLOCALIZED: Await", + "create.gui.sequenced_gearshift.speed": "UNLOCALIZED: Speed, Direction", + "create.gui.sequenced_gearshift.speed.forward": "UNLOCALIZED: Input speed, Forwards", + "create.gui.sequenced_gearshift.speed.forward_fast": "UNLOCALIZED: Double speed, Forwards", + "create.gui.sequenced_gearshift.speed.back": "UNLOCALIZED: Input speed, Reversed", + "create.gui.sequenced_gearshift.speed.back_fast": "UNLOCALIZED: Double speed, Reversed", + + "create.schematicAndQuill.dimensions": "UNLOCALIZED: Schematic Size: %1$sx%2$sx%3$s", + "create.schematicAndQuill.firstPos": "UNLOCALIZED: First position set.", + "create.schematicAndQuill.secondPos": "UNLOCALIZED: Second position set.", + "create.schematicAndQuill.noTarget": "UNLOCALIZED: Hold [Ctrl] to select Air blocks.", + "create.schematicAndQuill.abort": "UNLOCALIZED: Removed selection.", + "create.schematicAndQuill.title": "UNLOCALIZED: Schematic Name:", + "create.schematicAndQuill.convert": "UNLOCALIZED: Save and Upload Immediately", + "create.schematicAndQuill.fallbackName": "UNLOCALIZED: My Schematic", + "create.schematicAndQuill.saved": "UNLOCALIZED: Saved as %1$s", + + "create.schematic.invalid": "[!] Ugyldig objekt - Bruk et planleggingsbord istedenfor", + "create.schematic.position": "Posisjon", + "create.schematic.rotation": "Rotasjon", + "create.schematic.rotation.none": "UNLOCALIZED: None", + "create.schematic.rotation.cw90": "UNLOCALIZED: Clockwise 90", + "create.schematic.rotation.cw180": "UNLOCALIZED: Clockwise 180", + "create.schematic.rotation.cw270": "UNLOCALIZED: Clockwise 270", + "create.schematic.mirror": "UNLOCALIZED: Mirror", + "create.schematic.mirror.none": "UNLOCALIZED: None", + "create.schematic.mirror.frontBack": "UNLOCALIZED: Front-Back", + "create.schematic.mirror.leftRight": "UNLOCALIZED: Left-Right", + "create.schematic.tool.deploy": "Posisjon", + "create.schematic.tool.move": "UNLOCALIZED: Move XZ", + "create.schematic.tool.movey": "UNLOCALIZED: Move Y", + "create.schematic.tool.rotate": "UNLOCALIZED: Rotate", + "create.schematic.tool.print": "Skriv ut", + "create.schematic.tool.flip": "UNLOCALIZED: Mirror", + "create.schematic.tool.deploy.description.0": "UNLOCALIZED: Moves the structure to a location.", + "create.schematic.tool.deploy.description.1": "UNLOCALIZED: Right-Click on the ground to place.", + "create.schematic.tool.deploy.description.2": "UNLOCALIZED: Hold [Ctrl] to select at a fixed distance.", + "create.schematic.tool.deploy.description.3": "UNLOCALIZED: [Ctrl]-Scroll to change the distance.", + "create.schematic.tool.move.description.0": "UNLOCALIZED: Shifts the Schematic Horizontally.", + "create.schematic.tool.move.description.1": "UNLOCALIZED: Point at the Schematic and [CTRL]-Scroll to push it.", + "create.schematic.tool.move.description.2": "UNLOCALIZED: ", + "create.schematic.tool.move.description.3": "UNLOCALIZED: ", + "create.schematic.tool.movey.description.0": "UNLOCALIZED: Shifts the Schematic Vertically.", + "create.schematic.tool.movey.description.1": "UNLOCALIZED: [CTRL]-Scroll to move it up/down.", + "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", + "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", + "create.schematic.tool.rotate.description.0": "UNLOCALIZED: Rotates the Schematic around its center.", + "create.schematic.tool.rotate.description.1": "UNLOCALIZED: [CTRL]-Scroll to rotate by 90 Degrees.", + "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", + "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", + "create.schematic.tool.print.description.0": "UNLOCALIZED: Instantly places the structure in the world.", + "create.schematic.tool.print.description.1": "UNLOCALIZED: [Right-Click] to confirm placement at the current location.", + "create.schematic.tool.print.description.2": "UNLOCALIZED: This tool is for Creative Mode only.", + "create.schematic.tool.print.description.3": "UNLOCALIZED: ", + "create.schematic.tool.flip.description.0": "Speilvender byggeplanen langs med linjen som vises.", + "create.schematic.tool.flip.description.1": "UNLOCALIZED: Point at the Schematic and [CTRL]-Scroll to flip it.", + "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", + "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", + + "create.schematics.synchronizing": "UNLOCALIZED: Syncing...", + "create.schematics.uploadTooLarge": "UNLOCALIZED: Your schematic exceeds limitations specified by the server.", + "create.schematics.maxAllowedSize": "UNLOCALIZED: The maximum allowed schematic file size is:", + + "create.gui.schematicTable.refresh": "UNLOCALIZED: Refresh Files", + "create.gui.schematicTable.open_folder": "UNLOCALIZED: Open Folder", + "create.gui.schematicTable.title": "Planleggingsbord", + "create.gui.schematicTable.availableSchematics": "UNLOCALIZED: Available Schematics", + "create.gui.schematicTable.noSchematics": "UNLOCALIZED: No Schematics Saved", + "create.gui.schematicTable.uploading": "UNLOCALIZED: Uploading...", + "create.gui.schematicTable.finished": "UNLOCALIZED: Upload Finished!", + "create.gui.schematicannon.title": "Byggekanon", + "create.gui.schematicannon.listPrinter": "UNLOCALIZED: Checklist Printer", + "create.gui.schematicannon.gunpowderLevel": "Kruttnivå på %1$s%%", + "create.gui.schematicannon.shotsRemaining": "Skudd igjen: %1$s", + "create.gui.schematicannon.shotsRemainingWithBackup": "Inkluderet reserve_ %1$s", + "create.gui.schematicannon.optionEnabled": "UNLOCALIZED: Currently Enabled", + "create.gui.schematicannon.optionDisabled": "UNLOCALIZED: Currently Disabled", + "create.gui.schematicannon.showOptions": "UNLOCALIZED: Show Printer Settings", + "create.gui.schematicannon.option.dontReplaceSolid": "Erstatt ikke solide blokker", + "create.gui.schematicannon.option.replaceWithSolid": "UNLOCALIZED: Replace Solid with Solid", + "create.gui.schematicannon.option.replaceWithAny": "UNLOCALIZED: Replace Solid with Any", + "create.gui.schematicannon.option.replaceWithEmpty": "UNLOCALIZED: Replace Solid with Empty", + "create.gui.schematicannon.option.skipMissing": "UNLOCALIZED: Skip missing Blocks", + "create.gui.schematicannon.option.skipTileEntities": "UNLOCALIZED: Protect Tile Entities", + "create.gui.schematicannon.slot.gunpowder": "UNLOCALIZED: Add gunpowder to fuel the cannon", + "create.gui.schematicannon.slot.listPrinter": "UNLOCALIZED: Place books here to print a Checklist for your Schematic", + "create.gui.schematicannon.slot.schematic": "UNLOCALIZED: Add your Schematic here. Make sure it is deployed at a specific location.", + "create.gui.schematicannon.option.skipMissing.description": "UNLOCALIZED: If the cannon cannot find a required Block for placement, it will continue at the next Location.", + "create.gui.schematicannon.option.skipTileEntities.description": "Kanonen vil unngå å erstatte blokker som inneholder data, slik som kister.", + "create.gui.schematicannon.option.dontReplaceSolid.description": "Kanonen vil aldri erstatte solide blokker i arbeidsområdet, bare ikke usolide blokker og luft.", + "create.gui.schematicannon.option.replaceWithSolid.description": "Kanonen vil bare erstatte solide blokker i arbeidsområdet om byggeplanen inneholder en solid blokk på samme posisjon.", + "create.gui.schematicannon.option.replaceWithAny.description": "Kanonen vil erstatte solide blokker i arbeidsområdet hvis bygeplanen inneholder uansett type blokk på samme posisjon.", + "create.gui.schematicannon.option.replaceWithEmpty.description": "Kanonen vil ersattte alle blokker i arbeidsområdet sitt, også de som bare er luft i byggeplanen.", + + "create.schematicannon.status.idle": "UNLOCALIZED: Idle", + "create.schematicannon.status.ready": "UNLOCALIZED: Ready", + "create.schematicannon.status.running": "UNLOCALIZED: Running", + "create.schematicannon.status.finished": "UNLOCALIZED: Finished", + "create.schematicannon.status.paused": "UNLOCALIZED: Paused", + "create.schematicannon.status.stopped": "UNLOCALIZED: Stopped", + "create.schematicannon.status.noGunpowder": "UNLOCALIZED: Out of Gunpowder", + "create.schematicannon.status.targetNotLoaded": "UNLOCALIZED: Target is not loaded", + "create.schematicannon.status.targetOutsideRange": "UNLOCALIZED: Target too far away", + "create.schematicannon.status.searching": "UNLOCALIZED: Searching", + "create.schematicannon.status.skipping": "UNLOCALIZED: Skipping", + "create.schematicannon.status.missingBlock": "UNLOCALIZED: Missing Item:", + "create.schematicannon.status.placing": "UNLOCALIZED: Placing", + "create.schematicannon.status.clearing": "UNLOCALIZED: Clearing Blocks", + "create.schematicannon.status.schematicInvalid": "UNLOCALIZED: Schematic Invalid", + "create.schematicannon.status.schematicNotPlaced": "UNLOCALIZED: Schematic not Positioned", + "create.schematicannon.status.schematicExpired": "UNLOCALIZED: Schematic File Expired", + + "create.materialChecklist": "UNLOCALIZED: Material Checklist", + "create.materialChecklist.blocksNotLoaded": "UNLOCALIZED: * Disclaimer *\n\nMaterial List may be inaccurate due to relevant chunks not being loaded.", + + "create.gui.filter.deny_list": "UNLOCALIZED: Deny-List", + "create.gui.filter.deny_list.description": "UNLOCALIZED: Items pass if they do NOT match any of the above. An empty Deny-List accepts everything.", + "create.gui.filter.allow_list": "UNLOCALIZED: Allow-List", + "create.gui.filter.allow_list.description": "UNLOCALIZED: Items pass if they match any of the above. An empty Allow-List rejects everything.", + "create.gui.filter.respect_data": "UNLOCALIZED: Respect Data", + "create.gui.filter.respect_data.description": "UNLOCALIZED: Items only match if their durability, enchantments, and other attributes match as well.", + "create.gui.filter.ignore_data": "UNLOCALIZED: Ignore Data", + "create.gui.filter.ignore_data.description": "UNLOCALIZED: Items match regardless of their attributes.", + + "create.item_attributes.placeable": "UNLOCALIZED: is placeable", + "create.item_attributes.placeable.inverted": "UNLOCALIZED: is not placeable", + "create.item_attributes.consumable": "UNLOCALIZED: can be eaten", + "create.item_attributes.consumable.inverted": "UNLOCALIZED: cannot be eaten", + "create.item_attributes.fluid_container": "kan inneholde væsker", + "create.item_attributes.fluid_container.inverted": "kan ikke inneholde væsker", + "create.item_attributes.enchanted": "UNLOCALIZED: is enchanted", + "create.item_attributes.enchanted.inverted": "UNLOCALIZED: is unenchanted", + "create.item_attributes.max_enchanted": "UNLOCALIZED: is enchanted at max level", + "create.item_attributes.max_enchanted.inverted": "UNLOCALIZED: is not enchanted at max level", + "create.item_attributes.renamed": "UNLOCALIZED: has a custom name", + "create.item_attributes.renamed.inverted": "UNLOCALIZED: does not have a custom name", + "create.item_attributes.damaged": "UNLOCALIZED: is damaged", + "create.item_attributes.damaged.inverted": "UNLOCALIZED: is not damaged", + "create.item_attributes.badly_damaged": "UNLOCALIZED: is heavily damaged", + "create.item_attributes.badly_damaged.inverted": "UNLOCALIZED: is not heavily damaged", + "create.item_attributes.not_stackable": "UNLOCALIZED: cannot stack", + "create.item_attributes.not_stackable.inverted": "UNLOCALIZED: can be stacked", + "create.item_attributes.equipable": "UNLOCALIZED: can be equipped", + "create.item_attributes.equipable.inverted": "UNLOCALIZED: cannot be equipped", + "create.item_attributes.furnace_fuel": "UNLOCALIZED: is furnace fuel", + "create.item_attributes.furnace_fuel.inverted": "UNLOCALIZED: is not furnace fuel", + "create.item_attributes.washable": "UNLOCALIZED: can be Washed", + "create.item_attributes.washable.inverted": "UNLOCALIZED: cannot be Washed", + "create.item_attributes.hauntable": "UNLOCALIZED: can be Haunted", + "create.item_attributes.hauntable.inverted": "UNLOCALIZED: cannot be Haunted", + "create.item_attributes.crushable": "UNLOCALIZED: can be Crushed", + "create.item_attributes.crushable.inverted": "UNLOCALIZED: cannot be Crushed", + "create.item_attributes.smeltable": "UNLOCALIZED: can be Smelted", + "create.item_attributes.smeltable.inverted": "UNLOCALIZED: cannot be Smelted", + "create.item_attributes.smokable": "UNLOCALIZED: can be Smoked", + "create.item_attributes.smokable.inverted": "UNLOCALIZED: cannot be Smoked", + "create.item_attributes.blastable": "UNLOCALIZED: can be Smelted in a Blast Furnace", + "create.item_attributes.blastable.inverted": "UNLOCALIZED: cannot be Smelted in a Blast Furnace", + "create.item_attributes.compostable": "kan bli kompostert", + "create.item_attributes.compostable.inverted": "kan ikke bli kompostert", + "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.in_tag": "UNLOCALIZED: is tagged %1$s", + "create.item_attributes.in_tag.inverted": "UNLOCALIZED: is not tagged %1$s", + "create.item_attributes.in_item_group": "UNLOCALIZED: is in group '%1$s'", + "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.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", + "create.item_attributes.color.inverted": "UNLOCALIZED: is not dyed %1$s", + "create.item_attributes.has_fluid": "UNLOCALIZED: contains %1$s", + "create.item_attributes.has_fluid.inverted": "UNLOCALIZED: does not contain %1$s", + "create.item_attributes.has_name": "UNLOCALIZED: has the custom name %1$s", + "create.item_attributes.has_name.inverted": "UNLOCALIZED: does not have the custom name %1$s", + "create.item_attributes.book_author": "UNLOCALIZED: was authored by %1$s", + "create.item_attributes.book_author.inverted": "UNLOCALIZED: was not authored by %1$s", + "create.item_attributes.book_copy_original": "UNLOCALIZED: is an original", + "create.item_attributes.book_copy_original.inverted": "UNLOCALIZED: is not an original", + "create.item_attributes.book_copy_first": "UNLOCALIZED: is a first-generation copy", + "create.item_attributes.book_copy_first.inverted": "UNLOCALIZED: is not a first-generation copy", + "create.item_attributes.book_copy_second": "UNLOCALIZED: is a second-generation copy", + "create.item_attributes.book_copy_second.inverted": "UNLOCALIZED: is not a second-generation copy", + "create.item_attributes.book_copy_tattered": "UNLOCALIZED: is a tattered mess", + "create.item_attributes.book_copy_tattered.inverted": "UNLOCALIZED: is not a tattered mess", + "create.item_attributes.astralsorcery_amulet": "UNLOCALIZED: improves %1$s", + "create.item_attributes.astralsorcery_amulet.inverted": "UNLOCALIZED: does not improve %1$s", + "create.item_attributes.astralsorcery_constellation": "UNLOCALIZED: is attuned to %1$s", + "create.item_attributes.astralsorcery_constellation.inverted": "UNLOCALIZED: is not attuned to %1$s", + "create.item_attributes.astralsorcery_crystal": "UNLOCALIZED: has crystal attribute %1$s", + "create.item_attributes.astralsorcery_crystal.inverted": "UNLOCALIZED: does not have crystal attribute %1$s", + "create.item_attributes.astralsorcery_perk_gem": "UNLOCALIZED: has perk attribute %1$s", + "create.item_attributes.astralsorcery_perk_gem.inverted": "UNLOCALIZED: does not have perk attribute %1$s", + + "create.gui.attribute_filter.no_selected_attributes": "UNLOCALIZED: No attributes selected", + "create.gui.attribute_filter.selected_attributes": "UNLOCALIZED: Selected attributes:", + "create.gui.attribute_filter.add_attribute": "UNLOCALIZED: Add attribute to List", + "create.gui.attribute_filter.add_inverted_attribute": "UNLOCALIZED: Add opposite attribute to List", + "create.gui.attribute_filter.allow_list_disjunctive": "UNLOCALIZED: Allow-List (Any)", + "create.gui.attribute_filter.allow_list_disjunctive.description": "UNLOCALIZED: Items pass if they have any of the selected attributes.", + "create.gui.attribute_filter.allow_list_conjunctive": "UNLOCALIZED: Allow-List (All)", + "create.gui.attribute_filter.allow_list_conjunctive.description": "UNLOCALIZED: Items pass only if they have ALL of the selected attributes.", + "create.gui.attribute_filter.deny_list": "UNLOCALIZED: Deny-List", + "create.gui.attribute_filter.deny_list.description": "UNLOCALIZED: Items pass if they do NOT have any of the selected attributes.", + "create.gui.attribute_filter.add_reference_item": "UNLOCALIZED: Add Reference Item", + + "create.tooltip.holdForDescription": "UNLOCALIZED: Hold [%1$s] for Summary", + "create.tooltip.holdForControls": "UNLOCALIZED: Hold [%1$s] for Controls", + "create.tooltip.keyShift": "UNLOCALIZED: Shift", + "create.tooltip.keyCtrl": "UNLOCALIZED: Ctrl", + "create.tooltip.speedRequirement": "UNLOCALIZED: Speed Requirement: %1$s", + "create.tooltip.speedRequirement.none": "UNLOCALIZED: None", + "create.tooltip.speedRequirement.slow": "UNLOCALIZED: Slow", + "create.tooltip.speedRequirement.medium": "UNLOCALIZED: Moderate", + "create.tooltip.speedRequirement.fast": "UNLOCALIZED: Fast", + "create.tooltip.stressImpact": "UNLOCALIZED: Kinetic Stress Impact: %1$s", + "create.tooltip.stressImpact.low": "UNLOCALIZED: Low", + "create.tooltip.stressImpact.medium": "UNLOCALIZED: Moderate", + "create.tooltip.stressImpact.high": "UNLOCALIZED: High", + "create.tooltip.stressImpact.overstressed": "UNLOCALIZED: Overstressed", + "create.tooltip.up_to": "UNLOCALIZED: Up to %1$s", + "create.tooltip.capacityProvided": "UNLOCALIZED: Kinetic Stress Capacity: %1$s", + "create.tooltip.capacityProvided.low": "UNLOCALIZED: Small", + "create.tooltip.capacityProvided.medium": "UNLOCALIZED: Medium", + "create.tooltip.capacityProvided.high": "UNLOCALIZED: Large", + "create.tooltip.generationSpeed": "UNLOCALIZED: Generates at %1$s %2$s", + "create.tooltip.analogStrength": "UNLOCALIZED: Analog Strength: %1$s/15", + + "create.mechanical_arm.extract_from": "UNLOCALIZED: Take items from %1$s", + "create.mechanical_arm.deposit_to": "UNLOCALIZED: Deposit items to %1$s", + "create.mechanical_arm.summary": "UNLOCALIZED: Mechanical Arm has %1$s input(s) and %2$s output(s).", + "create.mechanical_arm.points_outside_range": "UNLOCALIZED: %1$s selected interaction point(s) removed due to range limitations.", + + "create.weighted_ejector.target_set": "UNLOCALIZED: Target Selected", + "create.weighted_ejector.target_not_valid": "UNLOCALIZED: Ejecting to Adjacent block (Target was not Valid)", + "create.weighted_ejector.no_target": "UNLOCALIZED: Ejecting to Adjacent block (No Target was Selected)", + "create.weighted_ejector.targeting": "UNLOCALIZED: Ejecting to [%1$s,%2$s,%3$s]", + "create.weighted_ejector.stack_size": "UNLOCALIZED: Ejected Stack Size", + + "create.logistics.when_multiple_outputs_available": "UNLOCALIZED: When Multiple Outputs Available", + + "create.mechanical_arm.selection_mode.round_robin": "Runde rundt", + "create.mechanical_arm.selection_mode.forced_round_robin": "Tvunget runde rundt", + "create.mechanical_arm.selection_mode.prefer_first": "UNLOCALIZED: Prefer First Target", + + "create.tunnel.selection_mode.split": "UNLOCALIZED: Split", + "create.tunnel.selection_mode.forced_split": "Tvungen splitting", + "create.tunnel.selection_mode.round_robin": "Runde rundt", + "create.tunnel.selection_mode.forced_round_robin": "Tvunget runde rundt", + "create.tunnel.selection_mode.prefer_nearest": "UNLOCALIZED: Prefer Nearest", + "create.tunnel.selection_mode.randomize": "UNLOCALIZED: Randomize", + "create.tunnel.selection_mode.synchronize": "UNLOCALIZED: Synchronize Inputs", + + "create.tooltip.chute.header": "UNLOCALIZED: Chute Information", + "create.tooltip.chute.items_move_down": "UNLOCALIZED: Items move Downward", + "create.tooltip.chute.items_move_up": "UNLOCALIZED: Items move Upward", + "create.tooltip.chute.no_fans_attached": "UNLOCALIZED: No attached fans", + "create.tooltip.chute.fans_push_up": "UNLOCALIZED: Fans push from Below", + "create.tooltip.chute.fans_push_down": "UNLOCALIZED: Fans push from Above", + "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.deployer.header": "UNLOCALIZED: Deployer Information", + "create.tooltip.deployer.using": "UNLOCALIZED: Mode: Use", + "create.tooltip.deployer.punching": "UNLOCALIZED: Mode: Attack", + "create.tooltip.deployer.contains": "UNLOCALIZED: Item: %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", + "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.crafting_blueprint.crafting_slot": "Ingrediensplass", + "create.crafting_blueprint.filter_items_viable": "Avanserte filterelementer er mulige", + "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.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", + "create.hint.mechanical_arm_no_targets": "UNLOCALIZED: It appears this _Mechanical_ _Arm_ has not been assigned any _targets._ Select belts, depots, funnels and other blocks by _right-clicking_ them while _holding_ the _Mechanical_ _Arm_ in your _hand_.", + "create.hint.empty_bearing.title": "Oppdater lager", + "create.hint.empty_bearing": "UNLOCALIZED: _Right-click_ the bearing with an _empty_ _hand_ to _attach_ the structure you just built in front of it.", + "create.hint.full_deployer.title": "UNLOCALIZED: Deployer Item Overflow", + "create.hint.full_deployer": "UNLOCALIZED: It appears this _Deployer_ contains _excess_ _items_ that need to be _extracted._ Use a _hopper,_ _funnel_ or other means to free it from its overflow.", + + "create.backtank.low": "UNLOCALIZED: Backtank pressure low", + "create.backtank.depleted": "UNLOCALIZED: Backtank pressure depleted", + + "create.hint.derailed_train.title": "UNLOCALIZED: Derailed Train", + "create.hint.derailed_train": "UNLOCALIZED: It appears this _Train_ is no longer sitting on a connected track piece. _Right-Click_ using a _wrench_ in order to relocate it to a nearby track.", + + "create.boiler.status": "UNLOCALIZED: Boiler Status: %1$s", + "create.boiler.status_short": "UNLOCALIZED: Boiler: %1$s", + "create.boiler.passive": "UNLOCALIZED: Passive", + "create.boiler.idle": "UNLOCALIZED: Idle", + "create.boiler.lvl": "UNLOCALIZED: Lvl %1$s", + "create.boiler.max_lvl": "UNLOCALIZED: Max", + "create.boiler.size": "UNLOCALIZED: Size", + "create.boiler.size_dots": "UNLOCALIZED: ....... ", + "create.boiler.water": "UNLOCALIZED: Water", + "create.boiler.water_dots": "UNLOCALIZED: ... ", + "create.boiler.heat": "UNLOCALIZED: Heat", + "create.boiler.heat_dots": "UNLOCALIZED: ...... ", + "create.boiler.via_one_engine": "UNLOCALIZED: via 1 engine", + "create.boiler.via_engines": "UNLOCALIZED: via %1$s engines", + + "create.gui.schedule.lmb_edit": "UNLOCALIZED: Left-Click to Edit", + "create.gui.schedule.rmb_remove": "UNLOCALIZED: Right-Click to Remove", + "create.gui.schedule.duplicate": "UNLOCALIZED: Duplicate", + "create.gui.schedule.remove_entry": "UNLOCALIZED: Remove Action", + "create.gui.schedule.add_entry": "UNLOCALIZED: Add Action", + "create.gui.schedule.move_up": "UNLOCALIZED: Move up", + "create.gui.schedule.move_down": "UNLOCALIZED: Move down", + "create.gui.schedule.add_condition": "UNLOCALIZED: Add Condition", + "create.gui.schedule.alternative_condition": "UNLOCALIZED: Alternative Condition", + + "create.schedule.instruction_type": "UNLOCALIZED: Next Action:", + "create.schedule.instruction.editor": "UNLOCALIZED: Instruction Editor", + "create.schedule.instruction.destination": "Dra til stasjon", + "create.schedule.instruction.destination.summary": "UNLOCALIZED: Next Stop:", + "create.schedule.instruction.filter_edit_box": "Stasjonsnavn", + "create.schedule.instruction.filter_edit_box_1": "UNLOCALIZED: Use * as a text wildcard", + "create.schedule.instruction.filter_edit_box_2": "Eksempel: \"Min stasjon; platform X\"", + "create.schedule.instruction.filter_edit_box_3": "UNLOCALIZED: Train picks nearest unoccupied match", + "create.schedule.instruction.rename": "UNLOCALIZED: Update Schedule Title", + "create.schedule.instruction.rename.summary": "UNLOCALIZED: New Title:", + "create.schedule.instruction.name_edit_box": "UNLOCALIZED: Schedule Title", + "create.schedule.instruction.name_edit_box_1": "UNLOCALIZED: Affects text shown on displays", + "create.schedule.instruction.name_edit_box_2": "UNLOCALIZED: Defaults to next destination's name", + "create.schedule.instruction.throttle": "UNLOCALIZED: Limit Max Speed", + "create.schedule.instruction.throttle.summary": "UNLOCALIZED: Change Max Speed to %1$s", + "create.schedule.instruction.throttle_edit_box": "UNLOCALIZED: Throttle", + "create.schedule.instruction.throttle_edit_box_1": "UNLOCALIZED: Affects the top speed of the Train", + "create.schedule.condition_type": "UNLOCALIZED: Continue if/after:", + "create.schedule.condition.editor": "UNLOCALIZED: Condition Editor", + "create.schedule.condition.delay": "UNLOCALIZED: Scheduled Delay", + "create.schedule.condition.delay_short": "UNLOCALIZED: Wait: %1$s", + "create.schedule.condition.delay.status": "UNLOCALIZED: Departs in %1$s", + "create.schedule.condition.idle": "UNLOCALIZED: Cargo Inactivity", + "create.schedule.condition.idle_short": "UNLOCALIZED: Cargo Idle: %1$s", + "create.schedule.condition.idle.status": "UNLOCALIZED: Cargo Idle for %1$s", + "create.schedule.condition.for_x_time": "UNLOCALIZED: for %1$s", + "create.schedule.condition.unloaded": "UNLOCALIZED: Chunk Unloaded", + "create.schedule.condition.unloaded.status": "UNLOCALIZED: Waiting for chunk unload", + "create.schedule.condition.powered": "UNLOCALIZED: Station Powered", + "create.schedule.condition.powered.status": "UNLOCALIZED: Waiting for redstone", + "create.schedule.condition.time_of_day": "UNLOCALIZED: Time of Day", + "create.schedule.condition.time_of_day.scheduled": "UNLOCALIZED: Scheduled Time: %1$s", + "create.schedule.condition.time_of_day.digital_format": "UNLOCALIZED: %1$s:%3$s %4$s", + "create.schedule.condition.time_of_day.rotation": "UNLOCALIZED: Rotation", + "create.schedule.condition.time_of_day.rotation.every_24": "UNLOCALIZED: Every Day", + "create.schedule.condition.time_of_day.rotation.every_12": "UNLOCALIZED: Every 12:00", + "create.schedule.condition.time_of_day.rotation.every_6": "UNLOCALIZED: Every 6:00", + "create.schedule.condition.time_of_day.rotation.every_4": "UNLOCALIZED: Every 4:00", + "create.schedule.condition.time_of_day.rotation.every_3": "UNLOCALIZED: Every 3:00", + "create.schedule.condition.time_of_day.rotation.every_2": "UNLOCALIZED: Every 2:00", + "create.schedule.condition.time_of_day.rotation.every_1": "UNLOCALIZED: Every 1:00", + "create.schedule.condition.time_of_day.rotation.every_0_45": "UNLOCALIZED: Every 0:45", + "create.schedule.condition.time_of_day.rotation.every_0_30": "UNLOCALIZED: Every 0:30", + "create.schedule.condition.time_of_day.rotation.every_0_15": "UNLOCALIZED: Every 0:15", + "create.schedule.condition.time_of_day.status": "UNLOCALIZED: Departs at ", + "create.schedule.condition.threshold.train_holds": "UNLOCALIZED: Train holds %1$s", + "create.schedule.condition.threshold.greater": "UNLOCALIZED: more than", + "create.schedule.condition.threshold.less": "UNLOCALIZED: less than", + "create.schedule.condition.threshold.equal": "UNLOCALIZED: exactly", + "create.schedule.condition.threshold.x_units_of_item": "UNLOCALIZED: %1$s %2$s of %3$s", + "create.schedule.condition.threshold.matching_content": "UNLOCALIZED: Matching Content", + "create.schedule.condition.threshold.anything": "UNLOCALIZED: Anything", + "create.schedule.condition.threshold.item_measure": "UNLOCALIZED: Item Measure", + "create.schedule.condition.threshold.items": "UNLOCALIZED: Items", + "create.schedule.condition.threshold.stacks": "UNLOCALIZED: Stacks", + "create.schedule.condition.threshold.buckets": "UNLOCALIZED: Buckets", + "create.schedule.condition.threshold.status": "UNLOCALIZED: Cargo: %1$s/%2$s %3$s", + "create.schedule.condition.threshold.place_item": "UNLOCALIZED: Reference Item", + "create.schedule.condition.threshold.place_item_2": "UNLOCALIZED: Filters can be used", + "create.schedule.condition.threshold.place_item_3": "La stå tomt for å passe til hvilken som helst", + "create.schedule.condition.fluid_threshold": "UNLOCALIZED: Fluid Cargo Condition", + "create.schedule.condition.item_threshold": "UNLOCALIZED: Item Cargo Condition", + "create.schedule.condition.redstone_link": "Redstone link", + "create.schedule.condition.redstone_link.status": "Venter på redstone link", + "create.schedule.condition.redstone_link_on": "Link på", + "create.schedule.condition.redstone_link_off": "Link av", + "create.schedule.condition.redstone_link.powered": "Aktivert", + "create.schedule.condition.redstone_link.unpowered": "Ikke aktivert", + "create.schedule.condition.redstone_link.frequency_state": "Frekvens-status:", + "create.schedule.condition.redstone_link.frequency_powered": "Frekvens aktivert:", + "create.schedule.condition.redstone_link.frequency_unpowered": "Frekvens ikke aktivert:", + "create.schedule.condition.player_count": "UNLOCALIZED: Players Seated", + "create.schedule.condition.player_count.summary": "UNLOCALIZED: %1$s Player", + "create.schedule.condition.player_count.summary_plural": "UNLOCALIZED: %1$s Players", + "create.schedule.condition.player_count.seated": "UNLOCALIZED: %1$s seated", + "create.schedule.condition.player_count.players": "UNLOCALIZED: Players", + "create.schedule.condition.player_count.condition": "UNLOCALIZED: Conditional", + "create.schedule.condition.player_count.exactly": "UNLOCALIZED: Exactly", + "create.schedule.condition.player_count.or_above": "UNLOCALIZED: Or above", + "create.schedule.condition.player_count.status": "UNLOCALIZED: Passengers: %1$s/%2$s", + "create.schedule.loop": "UNLOCALIZED: Loop Forever", + "create.schedule.loop1": "UNLOCALIZED: Schedule starts over", + "create.schedule.loop2": "UNLOCALIZED: when completed", + "create.schedule.reset": "UNLOCALIZED: Reset Progress", + "create.schedule.skip": "UNLOCALIZED: Skip current Stop", + "create.schedule.applied_to_train": "UNLOCALIZED: Train is now following this Schedule", + "create.schedule.non_controlling_seat": "UNLOCALIZED: Conductor needs to sit in front of a Controls block", + "create.schedule.remove_with_empty_hand": "UNLOCALIZED: Remove current Schedule with an Empty Hand", + "create.schedule.auto_removed_from_train": "UNLOCALIZED: Auto-Schedule discarded", + "create.schedule.removed_from_train": "UNLOCALIZED: Schedule retrieved from Train", + "create.schedule.no_stops": "UNLOCALIZED: This Schedule does not have any Stops yet", + "create.schedule.continued": "UNLOCALIZED: Schedule resumed", + + "create.track.selection_cleared": "UNLOCALIZED: Selection Cleared", + "create.track.valid_connection": "UNLOCALIZED: Can Connect ✔", + "create.track.second_point": "UNLOCALIZED: Place track or select a second point", + "create.track.too_far": "UNLOCALIZED: Too far away", + "create.track.original_missing": "UNLOCALIZED: Original block removed, Sneak-click to reset", + "create.track.perpendicular": "UNLOCALIZED: Cannot connect perpendicularly", + "create.track.ascending_s_curve": "UNLOCALIZED: Cannot create sloped S-Bends", + "create.track.too_sharp": "UNLOCALIZED: Turn too sharp", + "create.track.too_steep": "UNLOCALIZED: Slope too steep", + "create.track.slope_turn": "UNLOCALIZED: Cannot enter or leave slope on a turn", + "create.track.opposing_slopes": "UNLOCALIZED: Cannot connect opposing slopes", + "create.track.leave_slope_ascending": "UNLOCALIZED: Cannot leave this slope while ascending", + "create.track.leave_slope_descending": "UNLOCALIZED: Cannot leave this slope while descending", + "create.track.turn_90": "UNLOCALIZED: Can only turn up to 90 Degrees", + "create.track.junction_start": "UNLOCALIZED: Cannot start connection from a Junction", + "create.track.turn_start": "Kan ikke starte forbindelsen i en sving", + "create.track.not_enough_tracks": "Du har ikke nok skinner på deg", + "create.track.not_enough_pavement": "Du har ikke nok skinneunderlag på deg", + + "create.portal_track.failed": "UNLOCALIZED: Cannot place portal track:", + "create.portal_track.missing": "Forventet portal ikke generert ennå", + "create.portal_track.blocked": "Målsted blokkert (%1$s,%2$s,%3$s)", + + "create.station.idle": "Stasjon er passiv", + "create.station.assembly_title": "UNLOCALIZED: Train Assembly", + "create.station.close": "Lukk vindu", + "create.station.cancel": "UNLOCALIZED: Cancel Assembly", + "create.station.failed": "UNLOCALIZED: Assembly Failed", + "create.station.icon_type": "UNLOCALIZED: Icon Type", + "create.station.create_train": "UNLOCALIZED: Create new Train", + "create.station.assemble_train": "UNLOCALIZED: Assemble Train", + "create.station.disassemble_train": "UNLOCALIZED: Disassemble Train", + "create.station.remove_schedule": "Hent ut tidsskjema", + "create.station.remove_auto_schedule": "UNLOCALIZED: Discard Auto-Schedule", + "create.station.no_assembly_diagonal": "UNLOCALIZED: Cannot build trains", + "create.station.no_assembly_diagonal_1": "UNLOCALIZED: on diagonal tracks", + "create.station.no_assembly_curve": "UNLOCALIZED: Cannot build trains", + "create.station.no_assembly_curve_1": "UNLOCALIZED: on curved tracks", + "create.station.train_not_aligned": "Kan ikke demonteres", + "create.station.train_not_aligned_1": "Alle vognene er ikke på linje", + "create.station.carriage_number": "Vogn %1$s:", + "create.station.retry": "UNLOCALIZED: Resolve this and retry", + "create.station.no_bogeys": "UNLOCALIZED: No Bogeys", + "create.station.one_bogey": "UNLOCALIZED: 1 Bogey", + "create.station.more_bogeys": "UNLOCALIZED: %1$s Bogeys", + "create.station.how_to": "UNLOCALIZED: Use Train Casing on highlighted Tracks to create bogeys.", + "create.station.how_to_1": "UNLOCALIZED: Remove bogeys by breaking the block on top.", + "create.station.how_to_2": "UNLOCALIZED: Build carriages attached to one or two bogeys each.", + + "create.train_assembly.too_many_bogeys": "UNLOCALIZED: Too many Bogeys attached: %1$s", + "create.train_assembly.frontmost_bogey_at_station": "UNLOCALIZED: Frontmost Bogey must be at Station Marker", + "create.train_assembly.no_bogeys": "UNLOCALIZED: No Bogeys Found", + "create.train_assembly.not_connected_in_order": "UNLOCALIZED: Bogeys are not connected in order", + "create.train_assembly.bogeys_too_close": "UNLOCALIZED: Bogeys %1$s and %2$s are too close to each other", + "create.train_assembly.single_bogey_carriage": "UNLOCALIZED: This Bogey type cannot support a carriage on its own", + "create.train_assembly.nothing_attached": "UNLOCALIZED: No structure attached to Bogey %1$s", + "create.train_assembly.no_controls": "UNLOCALIZED: At least one forward-facing controls block needs to be mounted on the train", + "create.train_assembly.sideways_controls": "UNLOCALIZED: A mounted controls block is facing sideways", + "create.train_assembly.bogey_created": "UNLOCALIZED: Bogey created. Click again to cycle type", + "create.train_assembly.requires_casing": "UNLOCALIZED: Use Railway Casing to create bogeys on tracks", + + "create.track_target.set": "UNLOCALIZED: Targeted track selected", + "create.track_target.success": "UNLOCALIZED: Successfully bound to targeted track", + "create.track_target.clear": "UNLOCALIZED: Cleared track selection", + "create.track_target.missing": "UNLOCALIZED: Right-click the targeted train track first", + "create.track_target.too_far": "UNLOCALIZED: Targeted track is too far from here", + "create.track_target.no_junctions": "UNLOCALIZED: Targeted track cannot be an intersection", + "create.track_target.occupied": "UNLOCALIZED: Targeted track is occupied", + "create.track_target.invalid": "UNLOCALIZED: Cannot target this track here", + + "create.train.unnamed": "UNLOCALIZED: Unnamed Train", + "create.train.cannot_relocate_moving": "Kan ikke forflytte et tog i bevegelse", + "create.train.relocate": "Klikk på en skinne for å forflytte %1$s til. Snik-klikk for å avbryte", + "create.train.relocate.abort": "Forflytting avbrytet", + "create.train.relocate.success": "Forflytting fulført", + "create.train.relocate.valid": "Kan forflyttes hit. Klikk for å godta", + "create.train.relocate.invalid": "Kan ikke forflytte toget hit", + "create.train.relocate.too_far": "Kan ikke forflytte toget så langt vekk", + "create.train.departing_from": "UNLOCALIZED: Departing from %1$s", + "create.train.arrived_at": "UNLOCALIZED: Arrived at %1$s", + "create.train.status": "UNLOCALIZED: Information about Train: %1$s", + "create.train.status.back_on_track": "UNLOCALIZED: Train is back on Track", + "create.train.status.collision": "UNLOCALIZED: Collision with other Train", + "create.train.status.end_of_track": "En vogn har kommet til enden av skinnen", + "create.train.status.double_portal": "En vogn kan ikke kjøre inn i en portal sammtidig som den forlater en portal. En portal om gangen", + "create.train.status.coupling_stress": "Tvunget stopp på grunn av overbelastet kobling", + "create.train.status.track_missing": "Skinnene mangler under toget", + "create.train.status.paused_for_manual": "UNLOCALIZED: Schedule paused for manual controls", + "create.train.status.opposite_driver": "Skinnene krever at en lokfører vender bakover, så toget også kan kjøre andre vei", + "create.train.status.missing_driver": "UNLOCALIZED: Driver has gone missing", + "create.train.status.found_driver": "UNLOCALIZED: A new driver has been found", + "create.train.status.navigation_success": "Navigasjon vellykket", + "create.train.status.no_match": "Ingen stasjon i listen passer med \"%1$s\"", + "create.train.status.no_path": "Ingen passende rute til neste planlagte destinasjon ble funnet", + + "create.track_signal.cannot_change_mode": "Kan ikke bytte modus på dette signalet", + "create.track_signal.mode_change.entry_signal": "-> Tillat gjennomkjøring om hele seksjonen er ledig", + "create.track_signal.mode_change.cross_signal": "-> Tillat gjennomkjøring om bare seksjonen kan kjøres gjennom etter planen", + + "create.contraption.controls.start_controlling": "Kontrollerer nå: %1$s", + "create.contraption.controls.stop_controlling": "Stoppet å kontrollere innretning", + "create.contraption.controls.approach_station": "Hold %1$s for å stoppe akkurat ved %2$s", + + "create.display_link.set": "UNLOCALIZED: Targeted position selected", + "create.display_link.success": "UNLOCALIZED: Successfully bound to targeted position", + "create.display_link.clear": "UNLOCALIZED: Cleared position selection", + "create.display_link.too_far": "UNLOCALIZED: Targeted position is too far from here", + "create.display_link.invalid": "UNLOCALIZED: Link has no valid target, try placing it again", + "create.display_link.title": "UNLOCALIZED: Display Link", + "create.display_link.no_source": "UNLOCALIZED: Not a Display Source", + "create.display_link.no_target": "UNLOCALIZED: Not a Display Target", + "create.display_link.reading_from": "UNLOCALIZED: Read from:", + "create.display_link.writing_to": "UNLOCALIZED: Send to:", + "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", + "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", + "create.display_link.view_compatible": "UNLOCALIZED: Click to view all Compatible", + "create.display_link.information_type": "UNLOCALIZED: Type of Information", + "create.display_link.display_on": "UNLOCALIZED: Write data to:", + "create.display_link.display_on_multiline": "UNLOCALIZED: Start writing at:", + + "create.display_source.label": "UNLOCALIZED: Attached Label", + "create.display_source.combine_item_names": "UNLOCALIZED: Combine Item Names", + "create.display_source.count_items": "UNLOCALIZED: Amount of matching Items", + "create.display_source.list_items": "UNLOCALIZED: List matching Items", + "create.display_source.fluid_amount": "UNLOCALIZED: Amount of matching Fluids", + "create.display_source.list_fluids": "UNLOCALIZED: List matching Fluids", + "create.display_source.nixie_tube": "Kopier nixie-rør", + "create.display_source.fill_level": "UNLOCALIZED: Container Fill Level", + "create.display_source.fill_level.display": "UNLOCALIZED: Display Format", + "create.display_source.fill_level.percent": "UNLOCALIZED: Percent", + "create.display_source.fill_level.progress_bar": "UNLOCALIZED: Progress Bar", + "create.display_source.value_list.display": "UNLOCALIZED: Value Display", + "create.display_source.value_list.shortened": "UNLOCALIZED: Shortened", + "create.display_source.value_list.full_number": "UNLOCALIZED: Full Number", + "create.display_source.value_list.thousand": "k", + "create.display_source.value_list.million": "m", + "create.display_source.player_deaths": "Spillerdød", + "create.display_source.scoreboard": "Resultattavle", + "create.display_source.scoreboard.objective": "UNLOCALIZED: Objective ID", + "create.display_source.scoreboard.objective_not_found": "UNLOCALIZED: '%1$s' not found", + "create.display_source.scoreboard.objective.deaths": "Spillerdød", + "create.display_source.time_of_day": "UNLOCALIZED: Time of Day", + "create.display_source.stop_watch": "UNLOCALIZED: Stopwatch", + "create.display_source.time.format": "UNLOCALIZED: Time Format", + "create.display_source.time.12_hour": "UNLOCALIZED: 12-hour", + "create.display_source.time.24_hour": "UNLOCALIZED: 24-hour", + "create.display_source.accumulate_items": "UNLOCALIZED: Accumulate Item Count", + "create.display_source.item_throughput": "UNLOCALIZED: Item Throughput", + "create.display_source.item_throughput.interval": "UNLOCALIZED: Interval", + "create.display_source.item_throughput.interval.second": "UNLOCALIZED: per Second", + "create.display_source.item_throughput.interval.minute": "UNLOCALIZED: per Minute", + "create.display_source.item_throughput.interval.hour": "UNLOCALIZED: per Hour", + "create.display_source.train_status": "UNLOCALIZED: Train Schedule Status", + "create.display_source.station_summary": "UNLOCALIZED: Train Station Summary", + "create.display_source.station_summary.filter": "UNLOCALIZED: Station name filter", + "create.display_source.station_summary.train_name_column": "UNLOCALIZED: Train column size", + "create.display_source.station_summary.platform_column": "UNLOCALIZED: Platform column size", + "create.display_source.station_summary.now": "UNLOCALIZED: now", + "create.display_source.station_summary.minutes": "UNLOCALIZED: min", + "create.display_source.station_summary.seconds": "UNLOCALIZED: %1$ss", + "create.display_source.observed_train_name": "UNLOCALIZED: Detected Train Name", + "create.display_source.max_enchant_level": "UNLOCALIZED: Max Enchanting Cost", + "create.display_source.boiler_status": "UNLOCALIZED: Boiler Status", + "create.display_source.entity_name": "UNLOCALIZED: Entity Name", + "create.display_source.kinetic_speed": "UNLOCALIZED: Rotation Speed (RPM)", + "create.display_source.kinetic_speed.absolute": "UNLOCALIZED: Ignore Direction", + "create.display_source.kinetic_speed.directional": "UNLOCALIZED: Include Direction", + "create.display_source.kinetic_stress": "UNLOCALIZED: Network Stress", + "create.display_source.kinetic_stress.display": "UNLOCALIZED: Displayed Info", + "create.display_source.kinetic_stress.progress_bar": "UNLOCALIZED: Progress Bar", + "create.display_source.kinetic_stress.percent": "UNLOCALIZED: Percentage", + "create.display_source.kinetic_stress.current": "UNLOCALIZED: Stress in SU", + "create.display_source.kinetic_stress.max": "UNLOCALIZED: Total Capacity", + "create.display_source.kinetic_stress.remaining": "UNLOCALIZED: Remaining SU", + "create.display_source.redstone_power": "UNLOCALIZED: Redstone Power", + "create.display_source.redstone_power.display": "UNLOCALIZED: Display Format", + "create.display_source.redstone_power.number": "UNLOCALIZED: Number", + "create.display_source.redstone_power.progress_bar": "UNLOCALIZED: Progress Bar", + "create.display_source.boiler.not_enough_space": "UNLOCALIZED: Not enough space ", + "create.display_source.boiler.for_boiler_status": "UNLOCALIZED: for Boiler Status", + + "create.display_target.line": "UNLOCALIZED: Line %1$s", + "create.display_target.page": "UNLOCALIZED: Page %1$s", + "create.display_target.single_line": "UNLOCALIZED: Single Line", + + "create.flap_display.cycles.alphabet": "UNLOCALIZED: ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", + "create.flap_display.cycles.numeric": " ;0;1;2;3;4;5;6;7;8;9", + "create.flap_display.cycles.arrival_time": " ; minutt;nå;15s;30s;45s", + "create.flap_display.cycles.shortened_numbers": " ;K;M", + "create.flap_display.cycles.fluid_units": "mB;B ", + "create.flap_display.cycles.instant": " ; ", + "create.flap_display.cycles.pixel": "█;▓;▒", + + "create.super_glue.too_far": "Markerte område er for stort", + "create.super_glue.cannot_reach": "De markerte blokkene må være inntil hverandre", + "create.super_glue.click_to_confirm": "UNLOCALIZED: Click again to confirm", + "create.super_glue.click_to_discard": "Snik-klikk for å avbryte markeringen", + "create.super_glue.first_pos": "Første posisjon markert", + "create.super_glue.abort": "Markering avbrutt", + "create.super_glue.not_enough": "Ikke nok lim i inventaret", + "create.super_glue.success": "UNLOCALIZED: Applying Glue...", + + "create.gui.config.overlay1": "UNLOCALIZED: Hi :)", + "create.gui.config.overlay2": "Dette er et forsøksoverlegg", + "create.gui.config.overlay3": "UNLOCALIZED: Click or drag with your mouse", + "create.gui.config.overlay4": "UNLOCALIZED: to move this preview", + "create.gui.config.overlay5": "Trykk ESC for å gå ut av denne menyen", + "create.gui.config.overlay6": "og lagre den nye posisjonen", + "create.gui.config.overlay7": "UNLOCALIZED: Run /create overlay reset", + "create.gui.config.overlay8": "UNLOCALIZED: to reset to the default position", + + "create.command.killTPSCommand": "UNLOCALIZED: killtps", + "create.command.killTPSCommand.status.slowed_by.0": "[Create]: Servertikk er for øyeblikket redusert med %s ms :o", + "create.command.killTPSCommand.status.slowed_by.1": "[Create]: Servertikk er redusert med %s ms nå >:)", + "create.command.killTPSCommand.status.slowed_by.2": "[Create]: Servertikk er tilbake til normal hastighet :D", + "create.command.killTPSCommand.status.usage.0": "[Create]: bruk \"/killtps stop\" for å få servertikking tilbake til normal hastighet", + "create.command.killTPSCommand.status.usage.1": "[Create]: bruk \"/killtps start \" for å kunstig senke hastigheten på servertikking", + "create.command.killTPSCommand.argument.tickTime": "tikktid", + + "create.contraption.minecart_contraption_too_big": "UNLOCALIZED: This Cart Contraption seems too big to pick up", + "create.contraption.minecart_contraption_illegal_pickup": "UNLOCALIZED: A mystical force is binding this Cart Contraption to the world", + + + "_": "->------------------------] Subtitles [------------------------<-", + + "create.subtitle.contraption_disassemble": "UNLOCALIZED: Contraption stops", + "create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls", + "create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps", + "create.subtitle.whistle_train_manual": "UNLOCALIZED: Train honks", + "create.subtitle.steam": "UNLOCALIZED: Steam noises", + "create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates", + "create.subtitle.schematicannon_finish": "Byggekanon plinger", + "create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts", + "create.subtitle.wrench_remove": "UNLOCALIZED: Component breaks", + "create.subtitle.train3": "UNLOCALIZED: Bogey wheels rumble muffled", + "create.subtitle.whistle": "UNLOCALIZED: Whistling", + "create.subtitle.cogs": "UNLOCALIZED: Cogwheels rumble", + "create.subtitle.slime_added": "UNLOCALIZED: Slime squishes", + "create.subtitle.whistle_train_low": "UNLOCALIZED: Low whistling", + "create.subtitle.schematicannon_launch_block": "Byggekanon avfyrer", + "create.subtitle.controller_take": "UNLOCALIZED: Lectern empties", + "create.subtitle.crafter_click": "UNLOCALIZED: Crafter clicks", + "create.subtitle.depot_plop": "UNLOCALIZED: Item lands", + "create.subtitle.confirm": "UNLOCALIZED: Affirmative ding", + "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.sanding_long": "UNLOCALIZED: Sanding noises", + "create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises", + "create.subtitle.depot_slide": "UNLOCALIZED: Item slides", + "create.subtitle.blaze_munch": "UNLOCALIZED: Blaze Burner munches", + "create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps", + "create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls", + "create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks", + "create.subtitle.controller_put": "UNLOCALIZED: Controller thumps", + "create.subtitle.cranking": "UNLOCALIZED: Hand Crank turns", + "create.subtitle.sanding_short": "UNLOCALIZED: Sanding noises", + "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.whistle_high": "UNLOCALIZED: High whistling", + "create.subtitle.whistle_train_manual_low": "UNLOCALIZED: Train honks", + "create.subtitle.whistle_train": "UNLOCALIZED: Whistling", + "create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens", + "create.subtitle.train": "UNLOCALIZED: Bogey wheels rumble", + "create.subtitle.deny": "UNLOCALIZED: Declining boop", + "create.subtitle.controller_click": "UNLOCALIZED: Controller clicks", + "create.subtitle.whistle_low": "UNLOCALIZED: Low whistling", + "create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks", + "create.subtitle.mechanical_press_activation": "UNLOCALIZED: Mechanical Press clangs", + "create.subtitle.contraption_assemble": "Innretning beveger seg", + + + "_": "->------------------------] Item Descriptions [------------------------<-", + + "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", + "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", + "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", + "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", + "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", + "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", + "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", + "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", + + "block.create.wooden_bracket.tooltip": "TREBRAKETT", + "block.create.wooden_bracket.tooltip.summary": "_Dekorer_ _akslingene, tannhjulene_ og _rørene_ dine med et koselig forsterking av treverk.", + + "block.create.metal_bracket.tooltip": "METALLBRAKETT", + "block.create.metal_bracket.tooltip.summary": "_Dekorer_ _akslingene, tannhjulene_ og _rørene_ dine med et industrielt og solid forsterkning.", + + "block.create.seat.tooltip": "SETE", + "block.create.seat.tooltip.summary": "Sett deg ned og nyt turen! Setet vil forankre en spiller som sitter i setet til en bevegende _innretning_. Et fantastisk møbel er det også! Og kommer i mange farger i tillegg!", + "block.create.seat.tooltip.condition1": "Høyreklikk på setet", + "block.create.seat.tooltip.behaviour1": "Setter spilleren ned i _setet_. Trykk venstre-shift for å gå ut av _setet_.", + + "item.create.blaze_cake.tooltip": "FLAMMESKRØMT-KAKE", + "item.create.blaze_cake.tooltip.summary": "En deilig godbit for dine hardtarbeidende _flammeskrømt-brennere_. Får dem i fyr og flamme!", + + "item.create.wand_of_symmetry.tooltip": "SYMMETRISTAV", + "item.create.wand_of_symmetry.tooltip.summary": "Speiler blokkeplasseringer over en valgt linje perfekt.", + "item.create.wand_of_symmetry.tooltip.condition1": "Når i verktøylinjen", + "item.create.wand_of_symmetry.tooltip.behaviour1": "Forblir aktiv", + "item.create.wand_of_symmetry.tooltip.control1": "Høyreklikk på bakken", + "item.create.wand_of_symmetry.tooltip.action1": "_Skaper_ eller _flytter_ speilet", + "item.create.wand_of_symmetry.tooltip.control2": "Høyreklikk i luften", + "item.create.wand_of_symmetry.tooltip.action2": "UNLOCALIZED: _Removes_ the active Mirror", + "item.create.wand_of_symmetry.tooltip.control3": "Snik sammtidig som du høyreklikker", + "item.create.wand_of_symmetry.tooltip.action3": "Åpner _konfigurasjonsgrensesnittet_", + + "item.create.handheld_worldshaper.tooltip": "HÅNDHOLDT VERDENSKAPER", + "item.create.handheld_worldshaper.tooltip.summary": "UNLOCALIZED: Handy tool for creating _landscapes_ and _terrain features_.", + "item.create.handheld_worldshaper.tooltip.control1": "Venstreklikkpå en blokk", + "item.create.handheld_worldshaper.tooltip.action1": "UNLOCALIZED: Sets blocks placed by the tool to the targeted block.", + "item.create.handheld_worldshaper.tooltip.control2": "Høyreklikk på en blokk", + "item.create.handheld_worldshaper.tooltip.action2": "UNLOCALIZED: Applies the currently selected _Brush_ and _Tool_ at the targeted location.", + "item.create.handheld_worldshaper.tooltip.control3": "Snik sammtidig som du høyreklikker", + "item.create.handheld_worldshaper.tooltip.action3": "Åpner _konfigurasjonsgrensesnittet_", + + "item.create.tree_fertilizer.tooltip": "TREGJØDSEL", + "item.create.tree_fertilizer.tooltip.summary": "En kraftig kombinasjon av mineraler passende for å akselerere veksten av vanlige tretyper.", + "item.create.tree_fertilizer.tooltip.condition1": "Når brukt på spirer", + "item.create.tree_fertilizer.tooltip.behaviour1": "Gror trær _uavhengig_ av deres _avstandskrav_", + + "item.create.extendo_grip.tooltip": "LANGE-ARM GRIP", + "item.create.extendo_grip.tooltip.summary": "Boioioing! _Øker rekkeviddeavstanden_ betraktelig til den som holder denne. Kan drives med lufttrykk fra en _kobberryggtanke_", + "item.create.extendo_grip.tooltip.condition1": "I annenhånden", + "item.create.extendo_grip.tooltip.behaviour1": "Øker _rekkevidden_ til plassering og bruk av utstyr i hovedhånden.", + "item.create.extendo_grip.tooltip.condition2": "Mens en har på en kobberryggtanke", + "item.create.extendo_grip.tooltip.behaviour2": "_Ingen_ _holdbarhet_ vil bli brukt. _Trykkluft_ vil bli brukt istedenfor", + + "item.create.potato_cannon.tooltip": "POTETKANON", + "item.create.potato_cannon.tooltip.summary": "Fvoomp! Skyt ut dine hjemmgrodde grønnsaker mot fiendene dine. Kan drives med trykkluft fra en _kobberryggtanke_", + "item.create.potato_cannon.tooltip.condition1": "Når høyreklikket", + "item.create.potato_cannon.tooltip.behaviour1": "_Skyter_ en passende gjenstand fra _inventaret_ ditt.", + "item.create.potato_cannon.tooltip.condition2": "Mens en har på en kobberryggtanke", + "item.create.potato_cannon.tooltip.behaviour2": "_Ingen_ _holdbarhet_ vil bli brukt. _Trykkluft_ vil bli brukt istedenfor", + + "item.create.filter.tooltip": "FILTER", + "item.create.filter.tooltip.summary": "_Kontrollerer_ hvilke gjenstander som slipper gjennom _innganger_ og _utganger_ med mer _presisjon_, etter en liste med _gjennstander_, eller med _filter inni filter_.", + "item.create.filter.tooltip.condition1": "Når i filterplass", + "item.create.filter.tooltip.behaviour1": "_Kontrolerer_ flyten av gjennstander etter en dens _innstillinger_.", + "item.create.filter.tooltip.condition2": "Når høyreklikket", + "item.create.filter.tooltip.behaviour2": "Åpner _konfigurasjonsgrensesnittet_.", + + "item.create.attribute_filter.tooltip": "ATRIBUTTFILTER", + "item.create.attribute_filter.tooltip.summary": "_Kontrollerer_ hvilke gjenstander som slipper gjennom _innganger_ og _utganger_ med mer _presisjon_, etter en liste med _atributer_ og _katogorier_.", + "item.create.attribute_filter.tooltip.condition1": "Når i filterplass", + "item.create.attribute_filter.tooltip.behaviour1": "_Kontrolerer_ flyten av gjennstander etter dens _innstillinger_.", + "item.create.attribute_filter.tooltip.condition2": "Når høyreklikket", + "item.create.attribute_filter.tooltip.behaviour2": "Åpner _konfigurasjonsgrensesnittet_.", + + "item.create.empty_schematic.tooltip": "TOM BYGGEPLAN", + "item.create.empty_schematic.tooltip.summary": "Brukes til å lage andre ting og for å skrive ut byggeplaner fra _planleggingsbordet_.", + + "item.create.schematic.tooltip": "BYGGEPLAN", + "item.create.schematic.tooltip.summary": "Inneholder en plan over en struktur for å kunne plassere i verdenen. Plasser hologrammet slik som du ønsker og bruke en _byggekanon_ for å bygge strukturen.", + "item.create.schematic.tooltip.condition1": "Når holdt", + "item.create.schematic.tooltip.behaviour1": "Kan bli plassert og justert etter innstilingene som vises på skjermen.", + "item.create.schematic.tooltip.control1": "Snik sammtidig som du høyreklikker", + "item.create.schematic.tooltip.action1": "Åpner _konfigurasjonsgrensesnittet_ for å legge inn nøyaktige _koordinater_.", + + "item.create.schematic_and_quill.tooltip": "BYGGEPLAN OG FJÆRPENN", + "item.create.schematic_and_quill.tooltip.summary": "Brukes for å lagre en struktur i verdenen som en .nbt-fil.", + "item.create.schematic_and_quill.tooltip.condition1": "Steg 1", + "item.create.schematic_and_quill.tooltip.behaviour1": "Velg to hjørner ved å høyreklikke.", + "item.create.schematic_and_quill.tooltip.condition2": "Steg 2", + "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl-rull_ på sidene for å justere størrelsen. Høyreklikk for å lagre.", + "item.create.schematic_and_quill.tooltip.control1": "Høyreklikk", + "item.create.schematic_and_quill.tooltip.action1": "Velg et hjørne i marekring / bekreft lagring.", + "item.create.schematic_and_quill.tooltip.control2": "Ctrl holdt", + "item.create.schematic_and_quill.tooltip.action2": "Velg hjørner _i luften_. _Rull_ med musehjulet for å justere avstanden.", + "item.create.schematic_and_quill.tooltip.control3": "Snik sammtidig som du høyreklikker", + "item.create.schematic_and_quill.tooltip.action3": "_Tilbakestill_ og fjern markering.", + + "block.create.schematicannon.tooltip": "BYGGEKANON", + "block.create.schematicannon.tooltip.summary": "Skyter blokker på plass for å bygge opp en struktur verdenen ifra en byggeplan. Bruker blokker og gjennstander ifra inventarer fra blokker ved siden av og bruker _krutt_ for å fungere.", + "block.create.schematicannon.tooltip.condition1": "Når høyreklikket", + "block.create.schematicannon.tooltip.behaviour1": "Åpner _grensesnittet_", + + "block.create.schematic_table.tooltip": "PLANLEGGINGSBORD", + "block.create.schematic_table.tooltip.summary": "Skriver en lagret struktur ut på en _tom byggeplan_.", + "block.create.schematic_table.tooltip.condition1": "Når gitt en tom byggeplan", + "block.create.schematic_table.tooltip.behaviour1": "Skriver ut en gitt struktur fra byggeplan-mappen.", + + "item.create.goggles.tooltip": "BRILLER", + "item.create.goggles.tooltip.summary": "Et par bronsebriller for å forbedre synet ditt for å se nyttig _kinetisk innformasjon_.", + "item.create.goggles.tooltip.condition1": "Når en har den på seg", + "item.create.goggles.tooltip.behaviour1": "Viser _fargete indikatorer_ for å vise _hastigheten_ til komponeneter den kobles mot, i tillegg til _stress påvirkningen_ og _stresskapasiteten_ av induviduelle komponeneter.", + "item.create.goggles.tooltip.condition2": "Når en ser på målere", + "item.create.goggles.tooltip.behaviour2": "Viser detaljert innformasjon om _hastighet_ eller om _stress_ i nettverket som måleren er tilkoblet til.", + "item.create.goggles.tooltip.condition3": "Når en ser på væsketanker", + "item.create.goggles.tooltip.behaviour3": "Viser detaljert innformasjon om _mengde_ og _kapasiteten_ av tanken og hvilken væske som er i den.", + + "item.create.wrench.tooltip": "SKIFTENØKKEL", + "item.create.wrench.tooltip.summary": "Et nyttig verktøy for å arbeide med mekanismer. Kan bli brukt til å _rotere_, _demontere_, _plukke opp innretninger_ og _konfigurere_ komponenter. Fungerer til og med med noen få ting utenfor Create.", + "item.create.wrench.tooltip.control1": "Høyreklikk på en kinetisk blokk", + "item.create.wrench.tooltip.action1": "_Snur_ komponenter vekk, eller mot den siden du trykket på.", + "item.create.wrench.tooltip.control2": "Snik sammtidig som du høyreklikker", + "item.create.wrench.tooltip.action2": "_Fjerner kinetiske komponenter_ og legger dem tilbake i _inventaret ditt_.", + + "block.create.nozzle.tooltip": "Sprededyse", + "block.create.nozzle.tooltip.summary": "Plasser den foran en _innkapslet vifte_ for å spre blåsingen eller sugingen ut i alle _retninger_.", + + "block.create.cuckoo_clock.tooltip": "GJØKUR", + "block.create.cuckoo_clock.tooltip.summary": "Vakkert håndverk for å _dekorere_ et rom, og for å _holde styr på tiden_.", + "block.create.cuckoo_clock.tooltip.condition1": "Når plassert drevet av kinetikk", + "block.create.cuckoo_clock.tooltip.behaviour1": "Viser _tiden_ og spiller av en liten melodi to ganger i døgnet. _Aktiveres_ _midt på dagen_ og ved midnatt, akkurat når spillere kan legge seg.", + + "block.create.turntable.tooltip": "Snurreskive", + "block.create.turntable.tooltip.summary": "Gjør _rotasjon_ om til skikkelig reisesyke. Lar enheter rotere eksakt etter rotasjon.", + + "block.create.toolbox.tooltip": "VERKTØYKASSE", + "block.create.toolbox.tooltip.summary": "UNLOCALIZED: Every Inventors' dearest Companion. Conveniently _holds_ a large amount of _8 Different_ item types.", + "block.create.toolbox.tooltip.condition1": "Når plukket opp", + "block.create.toolbox.tooltip.behaviour1": "UNLOCALIZED: _Retains_ Inventory _Contents_.", + "block.create.toolbox.tooltip.condition2": "UNLOCALIZED: When placed in Range", + "block.create.toolbox.tooltip.behaviour2": "UNLOCALIZED: _Nearby_ _Players_ can hold the _Toolbox_ _Keybind_ to access its contents _Remotely_.", + "block.create.toolbox.tooltip.condition3": "Når høyreklikket", + "block.create.toolbox.tooltip.behaviour3": "Åpner _grensesnittet til_ verktøykassen.", + + "block.create.stockpile_switch.tooltip": "UNLOCALIZED: STOCKPILE SWITCH", + "block.create.stockpile_switch.tooltip.summary": "Gir ut et redstonesignal basert på mengden av _oppevarte objekter_ eller_væsker_ i beholderen som stockpile containeren observerer. Kommer til og med med et hendig filterplass. I motsetning til en sammenligner, så vil en _stockpile switch_ kunne bli justert til en _terskel_, og på hvilken side av terskelen at det skal kome et redstone signal.", + "block.create.stockpile_switch.tooltip.condition1": "UNLOCALIZED: When R-Clicked", + "block.create.stockpile_switch.tooltip.behaviour1": "Åpner _konfigurasjonsgrensesnittet_.", + + "block.create.content_observer.tooltip": "UNLOCALIZED: CONTENT OBSERVER", + "block.create.content_observer.tooltip.summary": "_Oppdager objekter_ eller _væsker_ i _beholdere_, _rør_, eller _belter_ som passer med et innstilt _filter_.", + "block.create.content_observer.tooltip.condition1": "Når den observerer beholdere", + "block.create.content_observer.tooltip.behaviour1": "Gir ut et _redstonesignal_ når de nobserverte beholderen har et innhold som _passer med det som er innstilt_.", + "block.create.content_observer.tooltip.condition2": "Når den observerer en Funnel", + "block.create.content_observer.tooltip.behaviour2": "UNLOCALIZED: Emits a _Redstone Pulse_ when a _matching_ Item is _transferred_.", + + "block.create.creative_crate.tooltip": "UNLOCALIZED: CREATIVE CRATE", + "block.create.creative_crate.tooltip.summary": "Denne _beholderen_ gir en evig kilde av uansett slags gjennstand. Plasser denne ved siden av en _byggekanon_ for å fjerne alle materialkrav.", + "block.create.creative_crate.tooltip.condition1": "UNLOCALIZED: When Item in Filter Slot", + "block.create.creative_crate.tooltip.behaviour1": "Denne _beholderen_ vil gi kunne _sende ut_ en uendelig kilde av den innstilte gjennstanden. Gjennstander som blir _sendt inn_ vil bli _slettet_.", + + "item.create.creative_blaze_cake.tooltip": "UNLOCALIZED: CREATIVE CAKE", + "item.create.creative_blaze_cake.tooltip.summary": "UNLOCALIZED: A very special treat for your _Blaze Burners_. After eating this cake, Blaze Burners will _never run out of fuel_.", + "item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: When Used", + "item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Cycles_ a 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", + "block.create.controller_rail.tooltip.behaviour1": "UNLOCALIZED: _Accelerates_ or _Decelerates_ passing _minecarts_ corresponding to the _signal strength_. Propagates redstone power to adjacent controller rails. Powering two controller rails with different strengths will cause tracks between them to interpolate their signal.", + + "item.create.sand_paper.tooltip": "UNLOCALIZED: SAND PAPER", + "item.create.sand_paper.tooltip.summary": "UNLOCALIZED: A rough paper that can be used to _polish materials_. Can be automatically applied using the Deployer.", + "item.create.sand_paper.tooltip.condition1": "UNLOCALIZED: When Used", + "item.create.sand_paper.tooltip.behaviour1": "UNLOCALIZED: Applies polish to items held in the _offhand_ or lying on the _floor_ when _looking at them_", + + "item.create.builders_tea.tooltip": "UNLOCALIZED: BUILDERS TEA", + "item.create.builders_tea.tooltip.summary": "UNLOCALIZED: The perfect drink to get the day started- _Motivating_ and _Saturating._", + + "item.create.refined_radiance.tooltip": "UNLOCALIZED: REFINED RADIANCE", + "item.create.refined_radiance.tooltip.summary": "UNLOCALIZED: A Chromatic material forged from _absorbed light_.", + "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.shadow_steel.tooltip": "UNLOCALIZED: SHADOW STEEL", + "item.create.shadow_steel.tooltip.summary": "UNLOCALIZED: A Chromatic material forged _in the void_.", + "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.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": "Snik sammtidig som du høyreklikker", + "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": "Plasser kontrollern i lesepulten for å enklere betjening. (Snik sammtidig som du høyreklikker for å ta den tilbake)", + + "item.create.diving_helmet.tooltip": "UNLOCALIZED: DIVING HELMET", + "item.create.diving_helmet.tooltip.summary": "Sammen med en _kobberryggtanke_, så lar hjelmen deg puste under vann i lang tid hvis du har den på.", + "item.create.diving_helmet.tooltip.condition1": "UNLOCALIZED: When Worn", + "item.create.diving_helmet.tooltip.behaviour1": "Gir _vannpustings_effekten, mens den sakte bruker opp trykkluften fra ryggtanken.", + + "item.create.copper_backtank.tooltip": "KOBBERRYGGTANKE", + "item.create.copper_backtank.tooltip.summary": "En _tanke_ for å kunne _ha på seg_ for å ta med seg trykkluft.", + "item.create.copper_backtank.tooltip.condition1": "Når en har den på seg", + "item.create.copper_backtank.tooltip.behaviour1": "Gir _trykkluft_ til utstyr som kan bruke det.", + "item.create.copper_backtank.tooltip.condition2": "Når plassert, drevet av kinetikk", + "item.create.copper_backtank.tooltip.behaviour2": "_Samler_ _trykkluft_ i en viss hatighet, alt etter rotasjonshastighet.", + + "block.create.placard.tooltip": "UNLOCALIZED: PLACARD", + "block.create.placard.tooltip.summary": "UNLOCALIZED: _Frame_ your _items_ in brass using this fancy wall panel. Safe for contraptions!", + "block.create.placard.tooltip.condition1": "UNLOCALIZED: When R-Clicked with Item", + "block.create.placard.tooltip.behaviour1": "UNLOCALIZED: _Adds_ the held _item_ to the Placard. _Emits_ a brief _Redstone_ signal if a matching item was present already.", + "block.create.placard.tooltip.condition2": "UNLOCALIZED: When Punched", + "block.create.placard.tooltip.behaviour2": "UNLOCALIZED: _Removes_ the current _item_ in the frame.", + + "block.create.flywheel.tooltip": "UNLOCALIZED: FLYWHEEL", + "block.create.flywheel.tooltip.summary": "UNLOCALIZED: _Embellish_ your _Machines_ with this imposing Wheel of Brass.", + "block.create.flywheel.tooltip.condition1": "Når plassert drevet av kinetikk", + "block.create.flywheel.tooltip.behaviour1": "UNLOCALIZED: Starts spinning.", + + "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.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.minecart_coupling.tooltip": "UNLOCALIZED: MINECART COUPLING", + "item.create.minecart_coupling.tooltip.summary": "UNLOCALIZED: _Chains_ all your _Minecarts_ or _Carriage Contraptions_ together to form a majestic Train.", + "item.create.minecart_coupling.tooltip.condition1": "UNLOCALIZED: When Used on Minecart", + "item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.", + + "item.create.experience_nugget.tooltip": "UNLOCALIZED: NUGGET OF EXPERIENCE", + "item.create.experience_nugget.tooltip.summary": "UNLOCALIZED: _Ding!_ A speck of _inspiration_ from your fantastic inventions.", + "item.create.experience_nugget.tooltip.condition1": "UNLOCALIZED: When Used", + "item.create.experience_nugget.tooltip.behaviour1": "UNLOCALIZED: _Redeems_ _Experience_ points contained within.", + + "block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL", + "block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...", + + "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 [------------------------<-", + + "create.ponder.hold_to_ponder": "UNLOCALIZED: Hold [%1$s] to Ponder", + "create.ponder.subject": "UNLOCALIZED: Subject of this scene", + "create.ponder.pondering": "UNLOCALIZED: Pondering about...", + "create.ponder.identify_mode": "UNLOCALIZED: Identify mode active.\nUnpause with [%1$s]", + "create.ponder.associated": "UNLOCALIZED: Associated Entries", + "create.ponder.close": "UNLOCALIZED: Close", + "create.ponder.identify": "UNLOCALIZED: Identify", + "create.ponder.next": "UNLOCALIZED: Next Scene", + "create.ponder.next_up": "UNLOCALIZED: Up Next:", + "create.ponder.previous": "UNLOCALIZED: Previous Scene", + "create.ponder.replay": "UNLOCALIZED: Replay", + "create.ponder.think_back": "UNLOCALIZED: Think Back", + "create.ponder.slow_text": "UNLOCALIZED: Comfy Reading", + "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.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.movement_anchors": "UNLOCALIZED: With the help of 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.display_sources": "UNLOCALIZED: Sources for Display Links", + "create.ponder.tag.display_sources.description": "UNLOCALIZED: Components or Blocks which offer some data that can be read with a Display Link", + "create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation", + "create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around", + "create.ponder.tag.display_targets": "UNLOCALIZED: Targets for Display Links", + "create.ponder.tag.display_targets.description": "UNLOCALIZED: Components or Blocks which can process and display the data received from a Display Link", + "create.ponder.tag.train_related": "UNLOCALIZED: Railway Equipment", + "create.ponder.tag.train_related.description": "UNLOCALIZED: Components used in the construction or management of Train Contraptions", + + "create.ponder.analog_lever.header": "UNLOCALIZED: Controlling signals using the Analog Lever", + "create.ponder.analog_lever.text_1": "UNLOCALIZED: Analog Levers make for a compact and precise source of redstone power", + "create.ponder.analog_lever.text_2": "UNLOCALIZED: Right-click to increase its analog power output", + "create.ponder.analog_lever.text_3": "Snik sammtidig som du høyreklikker for å senke signalstyrken igjen", + + "create.ponder.andesite_tunnel.header": "UNLOCALIZED: Using Andesite Tunnels", + "create.ponder.andesite_tunnel.text_1": "UNLOCALIZED: Andesite Tunnels can be used to cover up your belts", + "create.ponder.andesite_tunnel.text_2": "UNLOCALIZED: Whenever an Andesite Tunnel has connections to the sides...", + "create.ponder.andesite_tunnel.text_3": "UNLOCALIZED: ...they will split exactly one item off of any passing stacks", + "create.ponder.andesite_tunnel.text_4": "UNLOCALIZED: The remainder will continue on its path", + + "create.ponder.auto_schedule.header": "UNLOCALIZED: Stations & Scheduling", + "create.ponder.auto_schedule.text_1": "UNLOCALIZED: Schedules can be used to provide drivers with a destination", + "create.ponder.auto_schedule.text_2": "UNLOCALIZED: Comparators will receive a signal whenever a Train is present", + "create.ponder.auto_schedule.text_3": "Husk på at en bare kan nærme seg en stasjon ifra den indikerte retningen", + "create.ponder.auto_schedule.text_4": "UNLOCALIZED: Stations can also be used to assign new Schedules automatically", + "create.ponder.auto_schedule.text_5": "UNLOCALIZED: The Schedule placed on a station will automatically copy itself to present trains", + "create.ponder.auto_schedule.text_6": "UNLOCALIZED: As opposed to manual scheduling, drivers will not take the item with them", + + "create.ponder.basin.header": "UNLOCALIZED: Processing Items in the Basin", + "create.ponder.basin.text_1": "UNLOCALIZED: A Basin can hold Items and Fluids for Processing", + "create.ponder.basin.text_2": "UNLOCALIZED: After a processing step, basins try to output below to the side of them", + "create.ponder.basin.text_3": "Hvis en gyldig komponent er ved siden av gryten, så vil den få en uttakskran", + "create.ponder.basin.text_4": "En mengde med ulike komponenter er da mulig å bruke", + "create.ponder.basin.text_5": "UNLOCALIZED: Outputs will be caught by the inventory below", + "create.ponder.basin.text_6": "Hvis gryten ikke har en uttakskran, så vil gryten holde på resultatet av prosessene", + "create.ponder.basin.text_7": "UNLOCALIZED: This can be useful if outputs should be re-used as ingredients", + "create.ponder.basin.text_8": "UNLOCALIZED: Desired outputs will then have to be extracted from the basin", + "create.ponder.basin.text_9": "UNLOCALIZED: A Filter might be necessary to avoid pulling out un-processed items", + + "create.ponder.bearing_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Bearing", + "create.ponder.bearing_modes.text_1": "UNLOCALIZED: When Stopped, the Bearing will place the structure at the nearest grid-aligned Angle", + "create.ponder.bearing_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only near the angle it started at", + + "create.ponder.belt_casing.header": "UNLOCALIZED: Encasing Belts", + "create.ponder.belt_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Mechanical Belts", + "create.ponder.belt_casing.text_2": "UNLOCALIZED: A wrench can be used to remove the casing", + + "create.ponder.belt_connector.header": "UNLOCALIZED: Using Mechanical Belts", + "create.ponder.belt_connector.text_1": "UNLOCALIZED: Right-Clicking two shafts with a belt item will connect them together", + "create.ponder.belt_connector.text_2": "Uheldige markeringer kan bli avbrutt ved å snike sammtidig som du høyreklikker", + "create.ponder.belt_connector.text_3": "UNLOCALIZED: Additional Shafts can be added throughout the Belt", + "create.ponder.belt_connector.text_4": "UNLOCALIZED: Shafts connected via Belts will rotate with Identical Speed and Direction", + "create.ponder.belt_connector.text_5": "UNLOCALIZED: Added shafts can be removed using the wrench", + "create.ponder.belt_connector.text_6": "UNLOCALIZED: Mechanical Belts can be dyed for aesthetic purposes", + + "create.ponder.belt_directions.header": "UNLOCALIZED: Valid Orientations for Mechanical Belts", + "create.ponder.belt_directions.text_1": "UNLOCALIZED: Belts cannot connect in arbitrary directions", + "create.ponder.belt_directions.text_2": "UNLOCALIZED: 1. They can connect horizontally", + "create.ponder.belt_directions.text_3": "UNLOCALIZED: 2. They can connect diagonally", + "create.ponder.belt_directions.text_4": "UNLOCALIZED: 3. They can connect vertically", + "create.ponder.belt_directions.text_5": "UNLOCALIZED: 4. And they can connect vertical shafts horizontally", + "create.ponder.belt_directions.text_6": "UNLOCALIZED: These are all possible directions. Belts can span any Length between 2 and 20 blocks", + + "create.ponder.belt_transport.header": "UNLOCALIZED: Using Mechanical Belts for Logistics", + "create.ponder.belt_transport.text_1": "UNLOCALIZED: Moving belts will transport Items and other Entities", + "create.ponder.belt_transport.text_2": "UNLOCALIZED: Right-Click with an empty hand to take items off a belt", + + "create.ponder.blaze_burner.header": "UNLOCALIZED: Feeding Blaze Burners", + "create.ponder.blaze_burner.text_1": "UNLOCALIZED: Blaze Burners can provide Heat to Items processed in a Basin", + "create.ponder.blaze_burner.text_2": "UNLOCALIZED: For this, the Blaze has to be fed with flammable items", + "create.ponder.blaze_burner.text_3": "UNLOCALIZED: With a Blaze Cake, the Burner can reach an even stronger level of heat", + "create.ponder.blaze_burner.text_4": "UNLOCALIZED: The feeding process can be automated using Deployers or Mechanical Arms", + + "create.ponder.brass_funnel.header": "UNLOCALIZED: The Brass Funnel", + "create.ponder.brass_funnel.text_1": "UNLOCALIZED: Andesite Funnels can only ever extract single items.", + "create.ponder.brass_funnel.text_2": "UNLOCALIZED: Brass Funnels can extract up to a full stack.", + "create.ponder.brass_funnel.text_3": "UNLOCALIZED: Scrolling on the filter slot allows for precise control over the extracted stack size.", + "create.ponder.brass_funnel.text_4": "UNLOCALIZED: Using items on the filter slot will restrict the funnel to only transfer matching stacks.", + + "create.ponder.brass_tunnel.header": "UNLOCALIZED: Using Brass Tunnels", + "create.ponder.brass_tunnel.text_1": "UNLOCALIZED: Brass Tunnels can be used to cover up your belts", + "create.ponder.brass_tunnel.text_2": "UNLOCALIZED: Brass Tunnels have filter slots on each open side", + "create.ponder.brass_tunnel.text_3": "UNLOCALIZED: Filters on inbound connections simply block non-matching items", + "create.ponder.brass_tunnel.text_4": "UNLOCALIZED: Filters on outbound connections can be used to sort items by type", + "create.ponder.brass_tunnel.text_5": "UNLOCALIZED: Whenever a passing item has multiple valid exits, the distribution mode will decide how to handle it", + "create.ponder.brass_tunnel.text_6": "UNLOCALIZED: Brass Tunnels on parallel belts will form a group", + "create.ponder.brass_tunnel.text_7": "UNLOCALIZED: Incoming Items will now be distributed across all connected exits", + "create.ponder.brass_tunnel.text_8": "UNLOCALIZED: For this, items can also be inserted into the Tunnel block directly", + + "create.ponder.brass_tunnel_modes.header": "UNLOCALIZED: Distribution Modes of the Brass Tunnel", + "create.ponder.brass_tunnel_modes.text_1": "UNLOCALIZED: Using a Wrench, the distribution behaviour of Brass Tunnels can be configured", + "create.ponder.brass_tunnel_modes.text_10": "UNLOCALIZED: 'Synchronize Inputs' is a unique setting for Brass Tunnels", + "create.ponder.brass_tunnel_modes.text_11": "UNLOCALIZED: Items are only allowed past if every tunnel in the group has one waiting", + "create.ponder.brass_tunnel_modes.text_12": "UNLOCALIZED: This ensures that all affected belts supply items at the same rate", + "create.ponder.brass_tunnel_modes.text_2": "UNLOCALIZED: 'Split' will attempt to distribute the stack evenly between available outputs", + "create.ponder.brass_tunnel_modes.text_3": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", + "create.ponder.brass_tunnel_modes.text_4": "UNLOCALIZED: 'Forced Split' will never skip outputs, and instead wait until they are free", + "create.ponder.brass_tunnel_modes.text_5": "UNLOCALIZED: 'Round Robin' keeps stacks whole, and cycles through outputs iteratively", + "create.ponder.brass_tunnel_modes.text_6": "UNLOCALIZED: Once Again, if an output is unable to take more items, it will be skipped", + "create.ponder.brass_tunnel_modes.text_7": "UNLOCALIZED: 'Forced Round Robin' never skips outputs", + "create.ponder.brass_tunnel_modes.text_8": "UNLOCALIZED: 'Prefer Nearest' prioritizes the outputs closest to the items' input location", + "create.ponder.brass_tunnel_modes.text_9": "UNLOCALIZED: 'Randomize' will distribute whole stacks to randomly picked outputs", + + "create.ponder.cart_assembler.header": "UNLOCALIZED: Moving Structures using Cart Assemblers", + "create.ponder.cart_assembler.text_1": "UNLOCALIZED: Powered Cart Assemblers mount attached structures to passing Minecarts", + "create.ponder.cart_assembler.text_2": "UNLOCALIZED: Without a redstone signal, it disassembles passing cart contraptions back into blocks", + "create.ponder.cart_assembler.text_3": "UNLOCALIZED: Using a Wrench on the Minecart will let you carry the Contraption elsewhere", + + "create.ponder.cart_assembler_dual.header": "UNLOCALIZED: Assembling Carriage Contraptions", + "create.ponder.cart_assembler_dual.text_1": "UNLOCALIZED: Whenever two Cart Assembers share an attached structure...", + "create.ponder.cart_assembler_dual.text_2": "UNLOCALIZED: Powering either of them will create a Carriage Contraption", + "create.ponder.cart_assembler_dual.text_3": "UNLOCALIZED: The carts will behave like those connected via Minecart Coupling", + + "create.ponder.cart_assembler_modes.header": "Orientasjonsinnstillinger for vogninnretninger", + "create.ponder.cart_assembler_modes.text_1": "Vogninnretninger vil rotere mot vognens rulleretning", + "create.ponder.cart_assembler_modes.text_2": "Denne pilen indikerer hvilken side som vil bli regnet som fronten av innretningen", + "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_rails.header": "Andre typer gruvevogner og skinner", + "create.ponder.cart_assembler_rails.text_1": "UNLOCALIZED: Cart Assemblers on Regular Tracks will not affect the passing carts' motion", + "create.ponder.cart_assembler_rails.text_2": "UNLOCALIZED: When on Powered or Controller Rail, the carts will be held in place until it's Powered", + "create.ponder.cart_assembler_rails.text_3": "UNLOCALIZED: Other types of Minecarts can be used as the anchor", + "create.ponder.cart_assembler_rails.text_4": "En gruvevogn med ovn vil kunne holde seg selv i gang, ved hjelp av brennstoff fra et inventar i innretningen den tilhører", + + "create.ponder.chain_drive.header": "UNLOCALIZED: Relaying rotational force with Chain Drives", + "create.ponder.chain_drive.text_1": "UNLOCALIZED: Chain Drives relay rotation to each other in a row", + "create.ponder.chain_drive.text_2": "UNLOCALIZED: All shafts connected like this will rotate in the same direction", + "create.ponder.chain_drive.text_3": "UNLOCALIZED: Any part of the row can be rotated by 90 degrees", + + "create.ponder.chain_gearshift.header": "UNLOCALIZED: Controlling rotational speed with Chain Gearshifts", + "create.ponder.chain_gearshift.text_1": "UNLOCALIZED: Unpowered Chain Gearshifts behave exactly like Chain Drives", + "create.ponder.chain_gearshift.text_2": "UNLOCALIZED: When Powered, the speed transmitted to other Chain Drives in the row is doubled", + "create.ponder.chain_gearshift.text_3": "UNLOCALIZED: Whenever the Powered Gearshift is not at the source, its speed will be halved instead", + "create.ponder.chain_gearshift.text_4": "UNLOCALIZED: In both cases, Chain Drives in the row always run at 2x the speed of the Powered Gearshift", + "create.ponder.chain_gearshift.text_5": "UNLOCALIZED: Using analog signals, the ratio can be adjusted more precisely between 1 and 2", + "create.ponder.chain_gearshift.text_6": "UNLOCALIZED: 12 RPM", + + "create.ponder.chute.header": "UNLOCALIZED: Transporting Items downward via Chutes", + "create.ponder.chute.text_1": "UNLOCALIZED: Chutes can transport items vertically from and to inventories", + "create.ponder.chute.text_2": "UNLOCALIZED: Using the Wrench, a window can be created", + "create.ponder.chute.text_3": "Sjakter vil bli diagonal hvis du plasserer dem mot siden på andre sjakter", + + "create.ponder.chute_upward.header": "UNLOCALIZED: Transporting Items upward via Chutes", + "create.ponder.chute_upward.text_1": "UNLOCALIZED: Using Encased Fans at the top or bottom, a Chute can move items upward", + "create.ponder.chute_upward.text_2": "UNLOCALIZED: Inspecting chutes with Engineers' Goggles reveals information about the movement direction", + "create.ponder.chute_upward.text_3": "UNLOCALIZED: On the 'blocked' end, items will have to be inserted/taken from the sides", + + "create.ponder.clockwork_bearing.header": "UNLOCALIZED: Animating Structures using Clockwork Bearings", + "create.ponder.clockwork_bearing.text_1": "UNLOCALIZED: Clockwork Bearings attach to blocks in front of them", + "create.ponder.clockwork_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, the structure will be rotated according to the hour of the day", + "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", + "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", + "create.ponder.clockwork_bearing.text_5": "UNLOCALIZED: Right-Click the bearing to start or stop animating the structure", + "create.ponder.clockwork_bearing.text_6": "UNLOCALIZED: In front of the Hour Hand, a second structure can be added", + "create.ponder.clockwork_bearing.text_7": "UNLOCALIZED: Ensure that the two Structures are not glued to each other", + "create.ponder.clockwork_bearing.text_8": "UNLOCALIZED: The Second Structure will now rotate as the Minute Hand", + + "create.ponder.clutch.header": "UNLOCALIZED: Controlling rotational force using a Clutch", + "create.ponder.clutch.text_1": "UNLOCALIZED: Clutches will relay rotation in a straight line", + "create.ponder.clutch.text_2": "UNLOCALIZED: When powered by Redstone, it breaks the connection", + + "create.ponder.cog_speedup.header": "UNLOCALIZED: Gearshifting with Cogs", + "create.ponder.cog_speedup.text_1": "UNLOCALIZED: Large and Small cogs can be connected diagonally", + "create.ponder.cog_speedup.text_2": "UNLOCALIZED: Shifting from large to small cogs, the conveyed speed will be doubled", + "create.ponder.cog_speedup.text_3": "UNLOCALIZED: Shifting the opposite way, the conveyed speed will be halved", + + "create.ponder.cogwheel.header": "UNLOCALIZED: Relaying rotational force using Cogwheels", + "create.ponder.cogwheel.text_1": "UNLOCALIZED: Cogwheels will relay rotation to other adjacent cogwheels", + "create.ponder.cogwheel.text_2": "UNLOCALIZED: Neighbouring shafts connected like this will rotate in opposite directions", + + "create.ponder.cogwheel_casing.header": "UNLOCALIZED: Encasing Cogwheels", + "create.ponder.cogwheel_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Cogwheels", + "create.ponder.cogwheel_casing.text_2": "UNLOCALIZED: Components added after encasing will not connect to the shaft outputs", + "create.ponder.cogwheel_casing.text_3": "UNLOCALIZED: The Wrench can be used to toggle connections", + + "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_motor.header": "UNLOCALIZED: Generating Rotational Force using Creative Motors", + "create.ponder.creative_motor.text_1": "UNLOCALIZED: Creative motors are a compact and configurable source of Rotational Force", + "create.ponder.creative_motor.text_2": "UNLOCALIZED: Scrolling on the back panel changes the RPM of the motors' rotational output", + + "create.ponder.creative_motor_mojang.header": "UNLOCALIZED: Mojang's Enigma", + + "create.ponder.crushing_wheels.header": "UNLOCALIZED: Processing Items with Crushing Wheels", + "create.ponder.crushing_wheels.text_1": "UNLOCALIZED: A pair of Crushing Wheels can grind items very effectively", + "create.ponder.crushing_wheels.text_2": "UNLOCALIZED: Their Rotational Input has to make them spin into each other", + "create.ponder.crushing_wheels.text_3": "UNLOCALIZED: Items thrown or inserted into the top will get processed", + "create.ponder.crushing_wheels.text_4": "UNLOCALIZED: Items can be inserted and picked up through automated means as well", + + "create.ponder.deployer.header": "UNLOCALIZED: Using the Deployer", + "create.ponder.deployer.text_1": "UNLOCALIZED: Given Rotational Force, a Deployer can imitate player interactions", + "create.ponder.deployer.text_10": "UNLOCALIZED: Right-click the front to give it an Item to use", + "create.ponder.deployer.text_11": "UNLOCALIZED: Items can also be inserted automatically", + "create.ponder.deployer.text_12": "UNLOCALIZED: Deployers carry a filter slot", + "create.ponder.deployer.text_13": "UNLOCALIZED: When a filter is set, it activates only while holding a matching item", + "create.ponder.deployer.text_14": "UNLOCALIZED: Only items matching the filter can now be inserted...", + "create.ponder.deployer.text_15": "UNLOCALIZED: ...and only non-matching items will be extracted", + "create.ponder.deployer.text_2": "UNLOCALIZED: It will always interact with the position 2 blocks in front of itself", + "create.ponder.deployer.text_3": "UNLOCALIZED: Blocks directly in front will not obstruct it", + "create.ponder.deployer.text_4": "UNLOCALIZED: Deployers can:", + "create.ponder.deployer.text_5": "UNLOCALIZED: Place Blocks,", + "create.ponder.deployer.text_6": "UNLOCALIZED: Use Items,", + "create.ponder.deployer.text_7": "UNLOCALIZED: Activate Blocks,", + "create.ponder.deployer.text_8": "UNLOCALIZED: Harvest blocks", + "create.ponder.deployer.text_9": "UNLOCALIZED: and Attack Mobs", + + "create.ponder.deployer_contraption.header": "UNLOCALIZED: Using Deployers on Contraptions", + "create.ponder.deployer_contraption.text_1": "UNLOCALIZED: Whenever Deployers are moved as part of an animated Contraption...", + "create.ponder.deployer_contraption.text_2": "UNLOCALIZED: They activate at each visited location, using items from inventories anywhere on the contraption", + "create.ponder.deployer_contraption.text_3": "UNLOCALIZED: The Filter slot can be used to specify which items to pull", + + "create.ponder.deployer_modes.header": "UNLOCALIZED: Modes of the Deployer", + "create.ponder.deployer_modes.text_1": "UNLOCALIZED: By default, a Deployer imitates a Right-click interaction", + "create.ponder.deployer_modes.text_2": "UNLOCALIZED: Using a Wrench, it can be set to imitate a Left-click instead", + + "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_redstone.header": "UNLOCALIZED: Controlling Deployers with Redstone", + "create.ponder.deployer_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Deployers will not activate", + "create.ponder.deployer_redstone.text_2": "UNLOCALIZED: Before stopping, the Deployer will finish any started cycles", + "create.ponder.deployer_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", + + "create.ponder.depot.header": "UNLOCALIZED: Using Depots", + "create.ponder.depot.text_1": "UNLOCALIZED: Depots can serve as 'stationary' belt elements", + "create.ponder.depot.text_2": "UNLOCALIZED: Right-Click to manually place or remove Items from it", + "create.ponder.depot.text_3": "UNLOCALIZED: Just like Mechanical Belts, it can provide items to processing", + "create.ponder.depot.text_4": "UNLOCALIZED: ...as well as provide Items to Mechanical Arms", + + "create.ponder.display_board.header": "UNLOCALIZED: Using Display Boards", + "create.ponder.display_board.text_1": "UNLOCALIZED: Display Boards are a scalable alternative to the sign", + "create.ponder.display_board.text_2": "UNLOCALIZED: They require Rotational Force to operate", + "create.ponder.display_board.text_3": "UNLOCALIZED: Text can be displayed using Name Tags...", + "create.ponder.display_board.text_4": "UNLOCALIZED: ...or through the use of Display Links", + "create.ponder.display_board.text_5": "UNLOCALIZED: Dyes can be applied to individual lines of the board", + "create.ponder.display_board.text_6": "UNLOCALIZED: Lines can be reset by clicking them with an empty hand", + + "create.ponder.display_link.header": "UNLOCALIZED: Setting up Display Links", + "create.ponder.display_link.text_1": "UNLOCALIZED: Display Links can be used to visualise dynamic information", + "create.ponder.display_link.text_2": "UNLOCALIZED: First, right-click the target display...", + "create.ponder.display_link.text_3": "UNLOCALIZED: ...then attach it to the block to read from", + "create.ponder.display_link.text_4": "Åpne grensesnittet for å bestemme hva og hvordan beskjed som blir sendt", + "create.ponder.display_link.text_5": "UNLOCALIZED: The display will now receive information from the link", + "create.ponder.display_link.text_6": "UNLOCALIZED: Not every block can act as a source", + "create.ponder.display_link.text_7": "UNLOCALIZED: Each compatible block provides unique information", + "create.ponder.display_link.text_8": "UNLOCALIZED: The Display Link can work with several different displays", + + "create.ponder.display_link_redstone.header": "UNLOCALIZED: Redstone Control", + "create.ponder.display_link_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Display Links stop sending updates", + "create.ponder.display_link_redstone.text_2": "UNLOCALIZED: Once unpowered, the Timer is reset and new info is sent immediately", + "create.ponder.display_link_redstone.text_3": "UNLOCALIZED: Signals emitted from the source do not affect the Link", + + "create.ponder.empty_blaze_burner.header": "UNLOCALIZED: Using Empty Blaze Burners", + "create.ponder.empty_blaze_burner.text_1": "UNLOCALIZED: Right-click a Blaze with the empty burner to capture it", + "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: 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", + "create.ponder.encased_fluid_pipe.text_2": "UNLOCALIZED: Aside from being conceiled, Encased Pipes are locked into their connectivity state", + "create.ponder.encased_fluid_pipe.text_3": "UNLOCALIZED: It will no longer react to any neighbouring blocks being added or removed", + + "create.ponder.fan_direction.header": "UNLOCALIZED: Air flow of Encased Fans", + "create.ponder.fan_direction.text_1": "UNLOCALIZED: Encased Fans use Rotational Force to create an Air Current", + "create.ponder.fan_direction.text_2": "UNLOCALIZED: Strength and Direction of Flow depends on the Rotational Input", + + "create.ponder.fan_processing.header": "UNLOCALIZED: Processing Items using Encased Fans", + "create.ponder.fan_processing.text_1": "UNLOCALIZED: When passing through lava, the Air Flow becomes Heated", + "create.ponder.fan_processing.text_2": "UNLOCALIZED: Items caught in the area will be smelted", + "create.ponder.fan_processing.text_3": "UNLOCALIZED: Food items thrown here would be incinerated", + "create.ponder.fan_processing.text_4": "UNLOCALIZED: Instead, a setup for Smoking using Fire should be used for them", + "create.ponder.fan_processing.text_5": "UNLOCALIZED: Air Flows passing through water create a Washing Setup", + "create.ponder.fan_processing.text_6": "UNLOCALIZED: Some interesting new processing can be done with it", + "create.ponder.fan_processing.text_7": "UNLOCALIZED: The Speed of the Fan does NOT affect the processing speed, only its range", + "create.ponder.fan_processing.text_8": "UNLOCALIZED: Fan Processing can also be applied to Items on Depots and Belts", + + "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_interaction.header": "Fyller og tømmer væsketanker og rør", + "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_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_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.funnel_compat.header": "UNLOCALIZED: Funnel compatibility", + "create.ponder.funnel_compat.text_1": "UNLOCALIZED: Funnels should also interact nicely with a handful of other components.", + "create.ponder.funnel_compat.text_2": "UNLOCALIZED: Vertical Saws", + "create.ponder.funnel_compat.text_3": "UNLOCALIZED: Depots", + "create.ponder.funnel_compat.text_4": "UNLOCALIZED: Item Drains", + + "create.ponder.funnel_direction.header": "UNLOCALIZED: Direction of Transfer", + "create.ponder.funnel_direction.text_1": "UNLOCALIZED: Placed normally, it pulls items from the inventory.", + "create.ponder.funnel_direction.text_2": "UNLOCALIZED: Placed while sneaking, it puts items into the inventory.", + "create.ponder.funnel_direction.text_3": "UNLOCALIZED: Using a wrench, the funnel can be flipped after placement.", + "create.ponder.funnel_direction.text_4": "UNLOCALIZED: Same rules will apply for most orientations.", + "create.ponder.funnel_direction.text_5": "UNLOCALIZED: Funnels on belts will extract/insert depending on its movement direction.", + + "create.ponder.funnel_intro.header": "UNLOCALIZED: Using funnels", + "create.ponder.funnel_intro.text_1": "UNLOCALIZED: Funnels are ideal for transferring items from and to inventories.", + + "create.ponder.funnel_redstone.header": "UNLOCALIZED: Redstone control", + "create.ponder.funnel_redstone.text_1": "UNLOCALIZED: Redstone power will prevent any funnel from acting", + + "create.ponder.funnel_transfer.header": "UNLOCALIZED: Direct transfer", + "create.ponder.funnel_transfer.text_1": "UNLOCALIZED: Funnels cannot ever transfer between closed inventories directly.", + "create.ponder.funnel_transfer.text_2": "UNLOCALIZED: Chutes or Smart chutes might be more suitable for such purposes.", + "create.ponder.funnel_transfer.text_3": "UNLOCALIZED: Same applies for horizontal movement. A mechanical belt should help here.", + + "create.ponder.gantry_carriage.header": "UNLOCALIZED: Using Gantry Carriages", + "create.ponder.gantry_carriage.text_1": "UNLOCALIZED: Gantry Carriages can mount to and slide along a Gantry Shaft.", + "create.ponder.gantry_carriage.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", + + "create.ponder.gantry_cascaded.header": "UNLOCALIZED: Cascaded Gantries", + "create.ponder.gantry_cascaded.text_1": "UNLOCALIZED: Gantry shafts attach to a carriage without the need of super glue", + "create.ponder.gantry_cascaded.text_2": "UNLOCALIZED: Same applies for carriages on moved Gantry Shafts", + "create.ponder.gantry_cascaded.text_3": "UNLOCALIZED: Thus, a gantry system can be cascaded to cover multiple axes of movement", + + "create.ponder.gantry_direction.header": "UNLOCALIZED: Gantry Movement Direction", + "create.ponder.gantry_direction.text_1": "UNLOCALIZED: Gantry Shafts can have opposite orientations", + "create.ponder.gantry_direction.text_2": "UNLOCALIZED: The movement direction of carriages depend on their shafts' orientation", + "create.ponder.gantry_direction.text_3": "UNLOCALIZED: ...as well as the rotation direction of the shaft", + "create.ponder.gantry_direction.text_4": "UNLOCALIZED: Same rules apply for the propagated rotation", + + "create.ponder.gantry_redstone.header": "UNLOCALIZED: Gantry Power Propagation", + "create.ponder.gantry_redstone.text_1": "UNLOCALIZED: Redstone-powered gantry shafts stop moving their carriages", + "create.ponder.gantry_redstone.text_2": "UNLOCALIZED: Instead, its rotational force is relayed to the carriages' output shaft", + + "create.ponder.gantry_shaft.header": "UNLOCALIZED: Using Gantry Shafts", + "create.ponder.gantry_shaft.text_1": "UNLOCALIZED: Gantry Shafts form the basis of a gantry setup. Attached Carriages will move along them.", + "create.ponder.gantry_shaft.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", + + "create.ponder.gearbox.header": "UNLOCALIZED: Relaying rotational force using Gearboxes", + "create.ponder.gearbox.text_1": "UNLOCALIZED: Jumping between axes of rotation can get bulky quickly", + "create.ponder.gearbox.text_2": "UNLOCALIZED: A gearbox is the more compact equivalent of this setup", + "create.ponder.gearbox.text_3": "UNLOCALIZED: Shafts around corners rotate in mirrored directions", + "create.ponder.gearbox.text_4": "UNLOCALIZED: Straight connections will be reversed", + + "create.ponder.gearshift.header": "UNLOCALIZED: Controlling rotational force using a Gearshift", + "create.ponder.gearshift.text_1": "UNLOCALIZED: Gearshifts will relay rotation in a straight line", + "create.ponder.gearshift.text_2": "UNLOCALIZED: When powered by Redstone, it reverses the transmission", + + "create.ponder.hand_crank.header": "UNLOCALIZED: Generating Rotational Force using Hand Cranks", + "create.ponder.hand_crank.text_1": "UNLOCALIZED: Hand Cranks can be used by players to apply rotational force manually", + "create.ponder.hand_crank.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", + "create.ponder.hand_crank.text_3": "UNLOCALIZED: Its conveyed speed is relatively high", + "create.ponder.hand_crank.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", + + "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_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_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": "Overflaten på væsken vil havne rett under slangen", + "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.item_drain.header": "Tømmer væsketanker og rør ved hjelp av avløp", + "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_vault_sizes.header": "UNLOCALIZED: Dimensions of an Item Vault", + "create.ponder.item_vault_sizes.text_1": "UNLOCALIZED: Item Vaults can be combined to increase the total capacity", + "create.ponder.item_vault_sizes.text_2": "UNLOCALIZED: Their base square can be up to 3 blocks wide...", + "create.ponder.item_vault_sizes.text_3": "UNLOCALIZED: ...and grow in length up to 3x their diameter", + + "create.ponder.item_vault_storage.header": "UNLOCALIZED: Storing Items in Vaults", + "create.ponder.item_vault_storage.text_1": "UNLOCALIZED: Item Vaults can be used to store large amounts of items", + "create.ponder.item_vault_storage.text_2": "UNLOCALIZED: However, contents cannot be added or taken manually", + "create.ponder.item_vault_storage.text_3": "UNLOCALIZED: Any components for item transfer can both insert...", + "create.ponder.item_vault_storage.text_4": "UNLOCALIZED: ...and take contents from this container", + + "create.ponder.large_cogwheel.header": "UNLOCALIZED: Relaying rotational force using Large Cogwheels", + "create.ponder.large_cogwheel.text_1": "UNLOCALIZED: Large cogwheels can connect to each other at right angles", + "create.ponder.large_cogwheel.text_2": "UNLOCALIZED: It will help relaying conveyed speed to other axes of rotation", + + "create.ponder.linear_chassis_attachment.header": "UNLOCALIZED: Attaching blocks using Linear Chassis", + "create.ponder.linear_chassis_attachment.text_1": "De åpne sidene av de liniære karesoriene kan bli klebrige", + "create.ponder.linear_chassis_attachment.text_2": "Klikk igjen for å gjøre motsatt side også klebrig", + "create.ponder.linear_chassis_attachment.text_3": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", + "create.ponder.linear_chassis_attachment.text_4": "Klebrige sider på liniære kareserier vil klistre flere blokker foran seg", + "create.ponder.linear_chassis_attachment.text_5": "UNLOCALIZED: Using a Wrench, a precise Range can be specified for this chassis", + "create.ponder.linear_chassis_attachment.text_6": "UNLOCALIZED: Holding CTRL and scrolling adjusts the range of all attached Chassis Blocks", + "create.ponder.linear_chassis_attachment.text_7": "UNLOCALIZED: Attaching blocks to any other side requires the use of Super Glue", + "create.ponder.linear_chassis_attachment.text_8": "UNLOCALIZED: Using these mechanics, structures of any shape can move as a Contraption", + + "create.ponder.linear_chassis_group.header": "UNLOCALIZED: Moving Linear Chassis in groups", + "create.ponder.linear_chassis_group.text_1": "UNLOCALIZED: Linear Chassis connect to identical Chassis blocks next to them", + "create.ponder.linear_chassis_group.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", + "create.ponder.linear_chassis_group.text_3": "UNLOCALIZED: Chassis of a different type or facing another direction will not attach", + + "create.ponder.mechanical_arm.header": "UNLOCALIZED: Setting up Mechanical Arms", + "create.ponder.mechanical_arm.text_1": "UNLOCALIZED: Mechanical Arms have to be assigned their in- and outputs before they are placed", + "create.ponder.mechanical_arm.text_2": "UNLOCALIZED: Right-Click inventories while holding the Arm to assign them as Targets", + "create.ponder.mechanical_arm.text_3": "UNLOCALIZED: Right-Click again to toggle between Input (Blue) and Output (Orange)", + "create.ponder.mechanical_arm.text_4": "UNLOCALIZED: Left-Click components to remove their Selection", + "create.ponder.mechanical_arm.text_5": "UNLOCALIZED: Once placed, the Mechanical Arm will target the blocks selected previously", + "create.ponder.mechanical_arm.text_6": "UNLOCALIZED: They can have any amount of in- and outputs within their range", + "create.ponder.mechanical_arm.text_7": "UNLOCALIZED: However, not every type of Inventory can be interacted with directly", + "create.ponder.mechanical_arm.text_8": "UNLOCALIZED: Funnels and Depots can help to Bridge that gap", + + "create.ponder.mechanical_arm_filtering.header": "UNLOCALIZED: Filtering Outputs of the Mechanical Arm", + "create.ponder.mechanical_arm_filtering.text_1": "UNLOCALIZED: Inputs", + "create.ponder.mechanical_arm_filtering.text_2": "UNLOCALIZED: Outputs", + "create.ponder.mechanical_arm_filtering.text_3": "UNLOCALIZED: Sometimes it is desirable to restrict targets of the Arm by matching a filter", + "create.ponder.mechanical_arm_filtering.text_4": "UNLOCALIZED: Mechanical Arms by themselves do not provide any options for filtering", + "create.ponder.mechanical_arm_filtering.text_5": "UNLOCALIZED: Brass Funnels as Targets do however communicate their own filter to the Arm", + "create.ponder.mechanical_arm_filtering.text_6": "UNLOCALIZED: The Arm is smart enough not to pick up items it couldn't distribute", + + "create.ponder.mechanical_arm_modes.header": "UNLOCALIZED: Distribution modes of the Mechanical Arm", + "create.ponder.mechanical_arm_modes.text_1": "UNLOCALIZED: Input", + "create.ponder.mechanical_arm_modes.text_2": "UNLOCALIZED: Outputs", + "create.ponder.mechanical_arm_modes.text_3": "UNLOCALIZED: Whenever an Arm has to choose between multiple valid outputs...", + "create.ponder.mechanical_arm_modes.text_4": "UNLOCALIZED: ...it will act according to its setting", + "create.ponder.mechanical_arm_modes.text_5": "UNLOCALIZED: Scrolling with a Wrench will allow you to configure it", + "create.ponder.mechanical_arm_modes.text_6": "UNLOCALIZED: Round Robin mode simply cycles through all outputs that are available", + "create.ponder.mechanical_arm_modes.text_7": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", + "create.ponder.mechanical_arm_modes.text_8": "UNLOCALIZED: Forced Round Robin mode will never skip outputs, and instead wait until they are free", + "create.ponder.mechanical_arm_modes.text_9": "UNLOCALIZED: Prefer First prioritizes the outputs selected earliest when configuring this Arm", + + "create.ponder.mechanical_arm_redstone.header": "UNLOCALIZED: Controlling Mechanical Arms with Redstone", + "create.ponder.mechanical_arm_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Mechanical Arms will not activate", + "create.ponder.mechanical_arm_redstone.text_2": "UNLOCALIZED: Before stopping, it will finish any started cycles", + "create.ponder.mechanical_arm_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", + + "create.ponder.mechanical_bearing.header": "UNLOCALIZED: Movings Structures using the Mechanical Bearing", + "create.ponder.mechanical_bearing.text_1": "UNLOCALIZED: Mechanical Bearings attach to the block in front of them", + "create.ponder.mechanical_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, it will assemble it into a Rotating Contraption", + + "create.ponder.mechanical_crafter.header": "UNLOCALIZED: Setting up Mechanical Crafters", + "create.ponder.mechanical_crafter.text_1": "UNLOCALIZED: An array of Mechanical Crafters can be used to automate any Crafting Recipe", + "create.ponder.mechanical_crafter.text_2": "UNLOCALIZED: Using a Wrench, the Crafters' paths can be arranged", + "create.ponder.mechanical_crafter.text_3": "UNLOCALIZED: For a valid setup, all paths have to converge into one exit at any side", + "create.ponder.mechanical_crafter.text_4": "UNLOCALIZED: The outputs will be placed into the inventory at the exit", + "create.ponder.mechanical_crafter.text_5": "UNLOCALIZED: Mechanical Crafters require Rotational Force to operate", + "create.ponder.mechanical_crafter.text_6": "UNLOCALIZED: Right-Click the front to insert Items manually", + "create.ponder.mechanical_crafter.text_7": "UNLOCALIZED: Once every slot of a path contains an Item, the crafting process will begin", + "create.ponder.mechanical_crafter.text_8": "UNLOCALIZED: For recipes not fully occupying the crafter setup, the start can be forced using a Redstone Pulse", + + "create.ponder.mechanical_crafter_connect.header": "UNLOCALIZED: Connecting Inventories of Crafters", + "create.ponder.mechanical_crafter_connect.text_1": "UNLOCALIZED: Items can be inserted to Crafters automatically", + "create.ponder.mechanical_crafter_connect.text_2": "UNLOCALIZED: Using the Wrench at their backs, Mechanical Crafter inputs can be combined", + "create.ponder.mechanical_crafter_connect.text_3": "UNLOCALIZED: All connected Crafters can now be accessed by the same input location", + + "create.ponder.mechanical_crafter_covers.header": "UNLOCALIZED: Covering slots of Mechanical Crafters", + "create.ponder.mechanical_crafter_covers.text_1": "UNLOCALIZED: Some recipes will require additional Crafters to bridge gaps in the path", + "create.ponder.mechanical_crafter_covers.text_2": "UNLOCALIZED: Using Slot Covers, Crafters can be set to act as an Empty Slot in the arrangement", + "create.ponder.mechanical_crafter_covers.text_3": "UNLOCALIZED: Shared Inputs created with the Wrench at the back can also reach across covered Crafters", + + "create.ponder.mechanical_drill.header": "UNLOCALIZED: Breaking Blocks with the Mechanical Drill", + "create.ponder.mechanical_drill.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Drill will break blocks directly in front of it", + "create.ponder.mechanical_drill.text_2": "UNLOCALIZED: Its mining speed depends on the Rotational Input", + + "create.ponder.mechanical_drill_contraption.header": "UNLOCALIZED: Using Mechanical Drills on Contraptions", + "create.ponder.mechanical_drill_contraption.text_1": "UNLOCALIZED: Whenever Drills are moved as part of an animated Contraption...", + "create.ponder.mechanical_drill_contraption.text_2": "UNLOCALIZED: ...they will break blocks the contraption runs them into", + + "create.ponder.mechanical_harvester.header": "UNLOCALIZED: Using Mechanical Harvesters on Contraptions", + "create.ponder.mechanical_harvester.text_1": "UNLOCALIZED: Whenever Harvesters are moved as part of an animated Contraption...", + "create.ponder.mechanical_harvester.text_2": "UNLOCALIZED: They will harvest and reset any mature crops on their way", + + "create.ponder.mechanical_mixer.header": "UNLOCALIZED: Processing Items with the Mechanical Mixer", + "create.ponder.mechanical_mixer.text_1": "Ved hjelp av en blander og en gryte sammen, så kan en rekke fremstillings oppskrifter bli automatisert", + "create.ponder.mechanical_mixer.text_2": "UNLOCALIZED: Available recipes include any Shapeless Crafting Recipe, plus a couple extra ones", + "create.ponder.mechanical_mixer.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", + "create.ponder.mechanical_mixer.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", + + "create.ponder.mechanical_piston.header": "UNLOCALIZED: Moving Structures using Mechanical Pistons", + "create.ponder.mechanical_piston.text_1": "UNLOCALIZED: Mechanical Pistons can move blocks in front of them", + "create.ponder.mechanical_piston.text_2": "UNLOCALIZED: Speed and direction of movement depend on the Rotational Input", + "create.ponder.mechanical_piston.text_3": "Klebrige mekaniske stempler kan også dra blokker tilbake", + + "create.ponder.mechanical_piston_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Piston", + "create.ponder.mechanical_piston_modes.text_1": "UNLOCALIZED: Whenever Pistons stop moving, the moved structure reverts to blocks", + "create.ponder.mechanical_piston_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", + + "create.ponder.mechanical_plough.header": "UNLOCALIZED: Using Mechanical Ploughs on Contraptions", + "create.ponder.mechanical_plough.text_1": "UNLOCALIZED: Whenever Ploughs are moved as part of an animated Contraption...", + "create.ponder.mechanical_plough.text_2": "UNLOCALIZED: ...they will break blocks without a solid collision hitbox", + "create.ponder.mechanical_plough.text_3": "UNLOCALIZED: Additionally, ploughs can create farmland", + "create.ponder.mechanical_plough.text_4": "UNLOCALIZED: ...they can also launch entities without hurting them", + + "create.ponder.mechanical_press.header": "UNLOCALIZED: Processing Items with the Mechanical Press", + "create.ponder.mechanical_press.text_1": "UNLOCALIZED: The Mechanical Press can process items provided beneath it", + "create.ponder.mechanical_press.text_2": "UNLOCALIZED: The Input items can be dropped or placed on a Depot under the Press", + "create.ponder.mechanical_press.text_3": "UNLOCALIZED: When items are provided on a belt...", + "create.ponder.mechanical_press.text_4": "UNLOCALIZED: The Press will hold and process them automatically", + + "create.ponder.mechanical_press_compacting.header": "UNLOCALIZED: Compacting items with the Mechanical Press", + "create.ponder.mechanical_press_compacting.text_1": "UNLOCALIZED: Pressing items held in a Basin will cause them to be Compacted", + "create.ponder.mechanical_press_compacting.text_2": "UNLOCALIZED: Compacting includes any filled 2x2 or 3x3 Crafting Recipe, plus a couple extra ones", + "create.ponder.mechanical_press_compacting.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", + "create.ponder.mechanical_press_compacting.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", + + "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_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_saw_breaker.header": "UNLOCALIZED: Cutting Trees with the Mechanical Saw", + "create.ponder.mechanical_saw_breaker.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Saw will cut trees directly in front of it", + "create.ponder.mechanical_saw_breaker.text_2": "UNLOCALIZED: In order to cut the tree fully, the Saw has to break the last block connecting it to the ground", + + "create.ponder.mechanical_saw_contraption.header": "UNLOCALIZED: Using Mechanical Saws on Contraptions", + "create.ponder.mechanical_saw_contraption.text_1": "UNLOCALIZED: Whenever Saws are moved as part of an animated Contraption...", + "create.ponder.mechanical_saw_contraption.text_2": "UNLOCALIZED: ...they will cut any trees the contraption runs them into", + + "create.ponder.mechanical_saw_processing.header": "UNLOCALIZED: Processing Items on the Mechanical Saw", + "create.ponder.mechanical_saw_processing.text_1": "UNLOCALIZED: Upward facing Mechanical Saws can process a variety of items", + "create.ponder.mechanical_saw_processing.text_2": "UNLOCALIZED: The processed item always moves against the rotational input to the saw", + "create.ponder.mechanical_saw_processing.text_3": "UNLOCALIZED: Saws can work in-line with Mechanical Belts", + "create.ponder.mechanical_saw_processing.text_4": "UNLOCALIZED: When an ingredient has multiple possible outcomes, the filter slot can specify it", + "create.ponder.mechanical_saw_processing.text_5": "UNLOCALIZED: Without filter, the Saw would cycle through all outcomes instead", + + "create.ponder.millstone.header": "UNLOCALIZED: Processing Items in the Millstone", + "create.ponder.millstone.text_1": "UNLOCALIZED: Millstones process items by grinding them", + "create.ponder.millstone.text_2": "UNLOCALIZED: They can be powered from the side using cogwheels", + "create.ponder.millstone.text_3": "UNLOCALIZED: Throw or Insert items at the top", + "create.ponder.millstone.text_4": "UNLOCALIZED: After some time, the result can be obtained via Right-click", + "create.ponder.millstone.text_5": "UNLOCALIZED: The outputs can also be extracted by automation", + + "create.ponder.nixie_tube.header": "Bruker nixie-rør", + "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": "Høyreklikk med et fargestoff for å endre fargen som vises", + + "create.ponder.piston_pole.header": "UNLOCALIZED: Piston Extension Poles", + "create.ponder.piston_pole.text_1": "UNLOCALIZED: Without attached Poles, a Mechanical Piston cannot move", + "create.ponder.piston_pole.text_2": "UNLOCALIZED: The Length of pole added at its back determines the Extension Range", + + "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_storage_interface.header": "UNLOCALIZED: Contraption Storage Exchange", + "create.ponder.portable_storage_interface.text_1": "UNLOCALIZED: Inventories on moving contraptions cannot be accessed by players.", + "create.ponder.portable_storage_interface.text_2": "UNLOCALIZED: This component can interact with storage without the need to stop the contraption.", + "create.ponder.portable_storage_interface.text_3": "UNLOCALIZED: Place a second one with a gap of 1 or 2 blocks inbetween", + "create.ponder.portable_storage_interface.text_4": "UNLOCALIZED: Whenever they pass by each other, they will engage in a connection", + "create.ponder.portable_storage_interface.text_5": "UNLOCALIZED: While engaged, the stationary interface will represent ALL inventories on the contraption", + "create.ponder.portable_storage_interface.text_6": "UNLOCALIZED: Items can now be inserted...", + "create.ponder.portable_storage_interface.text_7": "UNLOCALIZED: ...or extracted from the contraption", + "create.ponder.portable_storage_interface.text_8": "UNLOCALIZED: After no items have been exchanged for a while, the contraption will continue on its way", + + "create.ponder.portable_storage_interface_redstone.header": "UNLOCALIZED: Redstone Control", + "create.ponder.portable_storage_interface_redstone.text_1": "UNLOCALIZED: Redstone power will prevent the stationary interface from engaging", + + "create.ponder.powered_latch.header": "UNLOCALIZED: Controlling signals using the Powered Latch", + "create.ponder.powered_latch.text_1": "UNLOCALIZED: Powered Latches are redstone controllable Levers", + "create.ponder.powered_latch.text_2": "UNLOCALIZED: Signals at the back switch it on", + "create.ponder.powered_latch.text_3": "UNLOCALIZED: Signals from the side switch it back off", + "create.ponder.powered_latch.text_4": "UNLOCALIZED: Powered latches can also be toggled manually", + + "create.ponder.powered_toggle_latch.header": "UNLOCALIZED: Controlling signals using the Powered Toggle Latch", + "create.ponder.powered_toggle_latch.text_1": "UNLOCALIZED: Powered Toggle Latches are redstone controllable Levers", + "create.ponder.powered_toggle_latch.text_2": "UNLOCALIZED: Signals at the back will toggle its state", + "create.ponder.powered_toggle_latch.text_3": "UNLOCALIZED: ...on and back off", + "create.ponder.powered_toggle_latch.text_4": "UNLOCALIZED: Powered toggle latches can also be toggled manually", + + "create.ponder.pulse_extender.header": "UNLOCALIZED: Controlling signals using Pulse Extenders", + "create.ponder.pulse_extender.text_1": "UNLOCALIZED: Pulse Extenders can lengthen a signal passing through", + "create.ponder.pulse_extender.text_2": "UNLOCALIZED: They activate after a short delay...", + "create.ponder.pulse_extender.text_3": "UNLOCALIZED: ...and cool down for the configured duration", + "create.ponder.pulse_extender.text_4": "UNLOCALIZED: Using the mouse wheel, the discharge time can be configured", + "create.ponder.pulse_extender.text_5": "UNLOCALIZED: The configured duration can range up to 30 minutes", + + "create.ponder.pulse_repeater.header": "UNLOCALIZED: Controlling signals using Pulse Repeaters", + "create.ponder.pulse_repeater.text_1": "UNLOCALIZED: Pulse Repeaters emit a short pulse at a delay", + "create.ponder.pulse_repeater.text_2": "UNLOCALIZED: Using the mouse wheel, the charge time can be configured", + "create.ponder.pulse_repeater.text_3": "UNLOCALIZED: Configured delays can range up to 30 minutes", + + "create.ponder.radial_chassis.header": "UNLOCALIZED: Attaching blocks using Radial Chassis", + "create.ponder.radial_chassis.text_1": "UNLOCALIZED: Radial Chassis connect to identical Chassis blocks in a row", + "create.ponder.radial_chassis.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", + "create.ponder.radial_chassis.text_3": "Sidene av på de radiale karesoriene kan bli klebrige", + "create.ponder.radial_chassis.text_4": "Klikk igjen for å gjøre alle andre sider også klebrig", + "create.ponder.radial_chassis.text_5": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", + "create.ponder.radial_chassis.text_6": "Når en blokk er ved siden av en klebrig side...", + "create.ponder.radial_chassis.text_7": "UNLOCALIZED: ...it will attach all reachable blocks within a radius on that layer", + "create.ponder.radial_chassis.text_8": "UNLOCALIZED: Using a Wrench, a precise Radius can be specified for this chassis", + "create.ponder.radial_chassis.text_9": "Blokker som ikke berører klebrige sider vil ikke bli klebret på", + + "create.ponder.redstone_contact.header": "UNLOCALIZED: Redstone Contacts", + "create.ponder.redstone_contact.text_1": "UNLOCALIZED: Redstone Contacts facing each other will emit a redstone signal", + "create.ponder.redstone_contact.text_2": "UNLOCALIZED: This still applies when one of them is part of a moving Contraption", + + "create.ponder.redstone_link.header": "UNLOCALIZED: Using Redstone Links", + "create.ponder.redstone_link.text_1": "UNLOCALIZED: Redstone Links can transmit redstone signals wirelessly", + "create.ponder.redstone_link.text_2": "UNLOCALIZED: Right-click while Sneaking to toggle receive mode", + "create.ponder.redstone_link.text_3": "UNLOCALIZED: A simple Right-click with a Wrench can do the same", + "create.ponder.redstone_link.text_4": "UNLOCALIZED: Receivers emit the redstone power of transmitters within 128 blocks", + "create.ponder.redstone_link.text_5": "UNLOCALIZED: Placing items in the two slots can specify a Frequency", + "create.ponder.redstone_link.text_6": "UNLOCALIZED: Only the links with matching Frequencies will communicate", + + "create.ponder.rope_pulley.header": "UNLOCALIZED: Moving Structures using Rope Pulleys", + "create.ponder.rope_pulley.text_1": "UNLOCALIZED: Rope Pulleys can move blocks vertically when given Rotational Force", + "create.ponder.rope_pulley.text_2": "UNLOCALIZED: Direction and Speed of movement depend on the Rotational Input", + + "create.ponder.rope_pulley_attachment.header": "UNLOCALIZED: Moving Pulleys as part of a Contraption", + "create.ponder.rope_pulley_attachment.text_1": "UNLOCALIZED: Whenever Pulleys are themselves being moved by a Contraption...", + "create.ponder.rope_pulley_attachment.text_2": "UNLOCALIZED: ...its attached structure will be dragged with it", + "create.ponder.rope_pulley_attachment.text_3": "UNLOCALIZED: Mind that pulleys are only movable while stopped", + + "create.ponder.rope_pulley_modes.header": "UNLOCALIZED: Movement Modes of the Rope Pulley", + "create.ponder.rope_pulley_modes.text_1": "UNLOCALIZED: Whenever Pulleys stop moving, the moved structure reverts to blocks", + "create.ponder.rope_pulley_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", + + "create.ponder.rose_quartz_lamp.header": "UNLOCALIZED: Rose Quartz Lamps", + "create.ponder.rose_quartz_lamp.text_1": "UNLOCALIZED: Rose Quartz Lamps activate on a Redstone signal", + "create.ponder.rose_quartz_lamp.text_2": "UNLOCALIZED: They will continue to emit redstone power afterwards", + "create.ponder.rose_quartz_lamp.text_3": "UNLOCALIZED: When multiple lamps are arranged in a group...", + "create.ponder.rose_quartz_lamp.text_4": "UNLOCALIZED: ...activating a Lamp will focus the signal to it, deactivating all others", + "create.ponder.rose_quartz_lamp.text_5": "UNLOCALIZED: Comparators output based on the distance to a powered lamp", + "create.ponder.rose_quartz_lamp.text_6": "UNLOCALIZED: The Lamps can also be toggled manually using a Wrench", + + "create.ponder.rotation_speed_controller.header": "UNLOCALIZED: Using the Rotational Speed Controller", + "create.ponder.rotation_speed_controller.text_1": "UNLOCALIZED: Rot. Speed Controllers relay rotation from their axis to a Large Cogwheel above them", + "create.ponder.rotation_speed_controller.text_2": "UNLOCALIZED: Using the scroll input on its side, the conveyed speed can be configured", + + "create.ponder.sail.header": "UNLOCALIZED: Assembling Windmills using Sails", + "create.ponder.sail.text_1": "UNLOCALIZED: Sails are handy blocks to create Windmills with", + "create.ponder.sail.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", + "create.ponder.sail.text_3": "UNLOCALIZED: Right-Click with Dye to paint them", + "create.ponder.sail.text_4": "UNLOCALIZED: Right-Click with Shears to turn them back into frames", + + "create.ponder.sail_frame.header": "UNLOCALIZED: Assembling Windmills using Sail Frames", + "create.ponder.sail_frame.text_1": "UNLOCALIZED: Sail Frames are handy blocks to create Windmills with", + "create.ponder.sail_frame.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", + + "create.ponder.sequenced_gearshift.header": "UNLOCALIZED: Controlling Rotational Speed using Sequenced Gearshifts", + "create.ponder.sequenced_gearshift.text_1": "UNLOCALIZED: Seq. Gearshifts relay rotation by following a timed list of instructions", + "create.ponder.sequenced_gearshift.text_2": "UNLOCALIZED: Right-click it to open the Configuration UI", + "create.ponder.sequenced_gearshift.text_3": "UNLOCALIZED: Upon receiving a Redstone Signal, it will start running its configured sequence", + "create.ponder.sequenced_gearshift.text_4": "UNLOCALIZED: Once finished, it waits for the next Redstone Signal and starts over", + "create.ponder.sequenced_gearshift.text_5": "UNLOCALIZED: A redstone comparator can be used to read the current progress", + + "create.ponder.shaft.header": "UNLOCALIZED: Relaying rotational force using Shafts", + "create.ponder.shaft.text_1": "UNLOCALIZED: Shafts will relay rotation in a straight line.", + + "create.ponder.shaft_casing.header": "UNLOCALIZED: Encasing Shafts", + "create.ponder.shaft_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Shafts", + + "create.ponder.smart_chute.header": "UNLOCALIZED: Filtering Items using Smart Chutes", + "create.ponder.smart_chute.text_1": "UNLOCALIZED: Smart Chutes are vertical chutes with additional control", + "create.ponder.smart_chute.text_2": "UNLOCALIZED: Items in the filter slot specify what exactly they can extract and transfer", + "create.ponder.smart_chute.text_3": "UNLOCALIZED: Use the Mouse Wheel to specify the extracted stack size", + "create.ponder.smart_chute.text_4": "UNLOCALIZED: Redstone power will prevent Smart Chutes from acting.", + + "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.speedometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Speedometer", + "create.ponder.speedometer.text_1": "UNLOCALIZED: The Speedometer displays the current Speed of the attached components", + "create.ponder.speedometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", + "create.ponder.speedometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Speedometer's measurements", + + "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.stabilized_bearings.header": "UNLOCALIZED: Stabilized Contraptions", + "create.ponder.stabilized_bearings.text_1": "UNLOCALIZED: Whenever Mechanical Bearings are themselves part of a moving Structure..", + "create.ponder.stabilized_bearings.text_2": "UNLOCALIZED: ..they will attempt to keep themselves upright", + "create.ponder.stabilized_bearings.text_3": "UNLOCALIZED: Once again, the bearing will attach to the block in front of it", + "create.ponder.stabilized_bearings.text_4": "UNLOCALIZED: As a result, the entire sub-Contraption will stay upright", + + "create.ponder.steam_engine.header": "UNLOCALIZED: Setting up Steam Engines", + "create.ponder.steam_engine.text_1": "UNLOCALIZED: Steam Engines can be placed on a Fluid Tank", + "create.ponder.steam_engine.text_10": "UNLOCALIZED: Lvl 4", + "create.ponder.steam_engine.text_11": "UNLOCALIZED: 4 Engines", + "create.ponder.steam_engine.text_12": "UNLOCALIZED: Lvl 8", + "create.ponder.steam_engine.text_13": "UNLOCALIZED: 8 Engines", + "create.ponder.steam_engine.text_2": "UNLOCALIZED: Clicking the engine with a Shaft creates the Kinetic Output", + "create.ponder.steam_engine.text_3": "UNLOCALIZED: With sufficient Heat, Water and Boiler space...", + "create.ponder.steam_engine.text_4": "UNLOCALIZED: ...they will generate Rotational Force", + "create.ponder.steam_engine.text_5": "UNLOCALIZED: The minimal setup requires 4 Fluid Tanks", + "create.ponder.steam_engine.text_6": "UNLOCALIZED: With the help of Blaze Burners, the power output can be increased", + "create.ponder.steam_engine.text_7": "UNLOCALIZED: Higher power levels require more Water, Size and Heat", + "create.ponder.steam_engine.text_8": "UNLOCALIZED: The boiler's current power level can be inspected with Engineer's Goggles", + "create.ponder.steam_engine.text_9": "UNLOCALIZED: With each added power level, an additional Engine can output at full capacity", + + "create.ponder.steam_whistle.header": "UNLOCALIZED: Setting up Steam Whistles", + "create.ponder.steam_whistle.text_1": "UNLOCALIZED: Steam Whistles can be placed on a Fluid Tank", + "create.ponder.steam_whistle.text_2": "UNLOCALIZED: If the tank receives sufficient heat...", + "create.ponder.steam_whistle.text_3": "UNLOCALIZED: ...the Whistle will play a note when activated", + "create.ponder.steam_whistle.text_4": "UNLOCALIZED: Use a Whistle item on the block to lower its pitch", + "create.ponder.steam_whistle.text_5": "UNLOCALIZED: Cycle between three different octaves using a Wrench", + "create.ponder.steam_whistle.text_6": "UNLOCALIZED: Engineer's Goggles can help to find out the current pitch of a Whistle", + + "create.ponder.sticker.header": "UNLOCALIZED: Attaching blocks using the Sticker", + "create.ponder.sticker.text_1": "UNLOCALIZED: Stickers are ideal for Redstone-controlled block attachment", + "create.ponder.sticker.text_2": "UNLOCALIZED: Upon receiving a signal, it will toggle its state", + "create.ponder.sticker.text_3": "UNLOCALIZED: If it is now moved in a contraption, the block will move with it", + "create.ponder.sticker.text_4": "UNLOCALIZED: Toggled once again, the block is no longer attached", + + "create.ponder.stressometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Stressometer", + "create.ponder.stressometer.text_1": "UNLOCALIZED: The Stressometer displays the current Stress Capacity of the attached kinetic network", + "create.ponder.stressometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", + "create.ponder.stressometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Stressometer's measurements", + + "create.ponder.super_glue.header": "UNLOCALIZED: Attaching blocks using Super Glue", + "create.ponder.super_glue.text_1": "UNLOCALIZED: Super Glue groups blocks together into moving contraptions", + "create.ponder.super_glue.text_2": "UNLOCALIZED: Clicking two endpoints creates a new 'glued' area", + "create.ponder.super_glue.text_3": "UNLOCALIZED: To remove a box, punch it with the glue item in hand", + "create.ponder.super_glue.text_4": "UNLOCALIZED: Adjacent blocks sharing an area will pull each other along", + "create.ponder.super_glue.text_5": "UNLOCALIZED: Overlapping glue volumes will move together", + "create.ponder.super_glue.text_6": "UNLOCALIZED: Blocks hanging on others usually do not require glue", + + "create.ponder.track_chunks.header": "UNLOCALIZED: Traversing unloaded Chunks", + "create.ponder.track_chunks.text_1": "UNLOCALIZED: Tracks stay functional outside of loaded chunks", + "create.ponder.track_chunks.text_2": "UNLOCALIZED: Trains will travel through inactive sections of the world without issue", + "create.ponder.track_chunks.text_3": "UNLOCALIZED: They will still stop at stations or red signals", + "create.ponder.track_chunks.text_4": "UNLOCALIZED: However, Drills and other on-board machines will not operate", + "create.ponder.track_chunks.text_5": "UNLOCALIZED: Once near a Player, the train will re-appear", + + "create.ponder.track_observer.header": "UNLOCALIZED: Detecting Trains", + "create.ponder.track_observer.text_1": "UNLOCALIZED: Select a Train Track then place the Observer nearby", + "create.ponder.track_observer.text_2": "UNLOCALIZED: The Observer will detect any Trains passing over the marker", + "create.ponder.track_observer.text_3": "UNLOCALIZED: Observers can be filtered to activate for matching cargo", + + "create.ponder.track_placement.header": "UNLOCALIZED: Placing Train Tracks", + "create.ponder.track_placement.text_1": "UNLOCALIZED: A new type of rail designed for Train Contraptions", + "create.ponder.track_placement.text_2": "UNLOCALIZED: To place rows of track in bulk, click on an existing track", + "create.ponder.track_placement.text_3": "UNLOCALIZED: Then place or select a second track", + "create.ponder.track_placement.text_4": "UNLOCALIZED: Tracks can also be placed as turns or slopes", + "create.ponder.track_placement.text_5": "UNLOCALIZED: When connecting, tracks will try to make each turn equally sized", + "create.ponder.track_placement.text_6": "UNLOCALIZED: Holding the sprint key while connecting...", + "create.ponder.track_placement.text_7": "UNLOCALIZED: ...will create the longest fitting bend instead", + "create.ponder.track_placement.text_8": "UNLOCALIZED: Materials in the off-hand will be paved under tracks automatically", + + "create.ponder.track_portal.header": "UNLOCALIZED: Tracks and the Nether", + "create.ponder.track_portal.text_1": "UNLOCALIZED: Tracks placed up against a nether portal...", + "create.ponder.track_portal.text_2": "UNLOCALIZED: ...will attempt to create a paired track on the other side", + "create.ponder.track_portal.text_3": "UNLOCALIZED: Trains on this track are now able to travel across dimensions", + + "create.ponder.train_assembly.header": "UNLOCALIZED: Assembling Trains", + "create.ponder.train_assembly.text_1": "UNLOCALIZED: Select a Train Track then place the Station nearby", + "create.ponder.train_assembly.text_10": "UNLOCALIZED: Every Train requires Train Controls on board", + "create.ponder.train_assembly.text_11": "UNLOCALIZED: An optional second one allows departure from Stations in both directions", + "create.ponder.train_assembly.text_12": "UNLOCALIZED: Open the Station UI and confirm the Assembly process", + "create.ponder.train_assembly.text_13": "UNLOCALIZED: Trains can be disassembled back into blocks at stations only", + "create.ponder.train_assembly.text_14": "UNLOCALIZED: When used on a station, maps will add a labeled marker at the location", + "create.ponder.train_assembly.text_15": "UNLOCALIZED: Assembled Trains can be relocated to nearby Tracks using the Wrench", + "create.ponder.train_assembly.text_2": "UNLOCALIZED: Stations are the Waypoints of your Track Network", + "create.ponder.train_assembly.text_3": "UNLOCALIZED: To create a new Train, open the UI and switch to Assembly Mode", + "create.ponder.train_assembly.text_4": "Under monteringen av et tog, så vil ingen tog prøve å stoppe ved stasjonen", + "create.ponder.train_assembly.text_5": "UNLOCALIZED: Create new bogeys by using Train Casing on Tracks", + "create.ponder.train_assembly.text_6": "UNLOCALIZED: Click the track again to cycle between bogey designs", + "create.ponder.train_assembly.text_7": "UNLOCALIZED: Attach blocks with the help of Super Glue", + "create.ponder.train_assembly.text_8": "UNLOCALIZED: Assembled Trains will move faster if they can find fuel in assembled chests or barrels", + "create.ponder.train_assembly.text_9": "UNLOCALIZED: Fuel stored in Vaults will not be consumed by the train", + + "create.ponder.train_controls.header": "UNLOCALIZED: Controlling Trains", + "create.ponder.train_controls.text_1": "UNLOCALIZED: Train Controls are required on every train contraption", + "create.ponder.train_controls.text_2": "UNLOCALIZED: Once assembled, right-click the block to start driving", + "create.ponder.train_controls.text_3": "UNLOCALIZED: Accelerate and steer the Train using movement keybinds", + "create.ponder.train_controls.text_4": "UNLOCALIZED: If desired, the top speed can be fine-tuned using the mouse wheel", + "create.ponder.train_controls.text_5": "Hold mellomromstasten for å stoppe ved en stasjon", + "create.ponder.train_controls.text_6": "UNLOCALIZED: Trains can only be disassembled back into blocks at Stations", + "create.ponder.train_controls.text_7": "UNLOCALIZED: Assembled Whistles can be activated with the sprint key", + "create.ponder.train_controls.text_8": "UNLOCALIZED: Sneak or click again to stop controlling the Train", + + "create.ponder.train_schedule.header": "UNLOCALIZED: Using Train Schedules", + "create.ponder.train_schedule.text_1": "UNLOCALIZED: Schedules allow Trains to be controlled by other Drivers", + "create.ponder.train_schedule.text_2": "Høyreklikk med denne i hånden for å åpne grensesnittet til rutetabellen", + "create.ponder.train_schedule.text_3": "UNLOCALIZED: Once programmed, the Schedule can be handed off to a Train Driver", + "create.ponder.train_schedule.text_4": "UNLOCALIZED: Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", + "create.ponder.train_schedule.text_5": "Skapninger i tau kan enklere bli tildelt et sete", + "create.ponder.train_schedule.text_6": "UNLOCALIZED: Schedules can be retrieved from Drivers at any moment", + + "create.ponder.train_signal_placement.header": "UNLOCALIZED: Placing Train Signals", + "create.ponder.train_signal_placement.text_1": "UNLOCALIZED: Select a Train Track then place the Signal nearby", + "create.ponder.train_signal_placement.text_2": "UNLOCALIZED: Signals control the flow of Trains not driven by players", + "create.ponder.train_signal_placement.text_3": "UNLOCALIZED: Scheduled Trains will never cross signals in the opposite direction", + "create.ponder.train_signal_placement.text_4": "UNLOCALIZED: ...unless a second signal is added facing the opposite way.", + "create.ponder.train_signal_placement.text_5": "UNLOCALIZED: Nixie tubes can be attached to make a signal's lights more visible", + + "create.ponder.train_signal_redstone.header": "UNLOCALIZED: Signals & Redstone", + "create.ponder.train_signal_redstone.text_1": "UNLOCALIZED: Signals can be forced red by a redstone signal", + "create.ponder.train_signal_redstone.text_2": "UNLOCALIZED: Reversely, red signals emit a comparator output", + + "create.ponder.train_signal_signaling.header": "UNLOCALIZED: Collision Prevention with Signals", + "create.ponder.train_signal_signaling.text_1": "UNLOCALIZED: Train Signals divide a track into segments", + "create.ponder.train_signal_signaling.text_2": "UNLOCALIZED: If a Segment is occupied, no other Trains will be allowed entry", + "create.ponder.train_signal_signaling.text_3": "UNLOCALIZED: Thus, each Segment will contain only one Train at a time", + "create.ponder.train_signal_signaling.text_4": "UNLOCALIZED: A second Signal mode is available via the Wrench", + "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", + "create.ponder.train_signal_signaling.text_6": "UNLOCALIZED: This special Signal can stop trains under a second condition", + "create.ponder.train_signal_signaling.text_7": "UNLOCALIZED: It will stop Trains, which, upon entering...", + "create.ponder.train_signal_signaling.text_8": "UNLOCALIZED: ...would not be able to leave the Segment immediately", + "create.ponder.train_signal_signaling.text_9": "UNLOCALIZED: This helps keeping queued Trains out of a busy Segment", + + "create.ponder.valve_handle.header": "UNLOCALIZED: Generating Rotational Force using Valve Handles", + "create.ponder.valve_handle.text_1": "UNLOCALIZED: Valve Handles can be used by players to apply rotational force manually", + "create.ponder.valve_handle.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", + "create.ponder.valve_handle.text_3": "UNLOCALIZED: Its conveyed speed is slow and precise", + "create.ponder.valve_handle.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", + "create.ponder.valve_handle.text_5": "UNLOCALIZED: Valve handles can be dyed for aesthetic purposes", + + "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.water_wheel.header": "UNLOCALIZED: Generating Rotational Force using Water Wheels", + "create.ponder.water_wheel.text_1": "UNLOCALIZED: Water Wheels draw force from adjacent Water Currents", + "create.ponder.water_wheel.text_2": "Jo flere sider som får kraft fra rennende vann, jo raskere vil vannhjulet rotere", + "create.ponder.water_wheel.text_3": "UNLOCALIZED: The Wheels' blades should be oriented against the flow", + "create.ponder.water_wheel.text_4": "UNLOCALIZED: Facing the opposite way, they will not be as effective", + + "create.ponder.weighted_ejector.header": "UNLOCALIZED: Using Weighted Ejectors", + "create.ponder.weighted_ejector.text_1": "UNLOCALIZED: Sneak and Right-Click holding an Ejector to select its target location", + "create.ponder.weighted_ejector.text_10": "UNLOCALIZED: It is now limited to this stack size, and only activates when its held stack reaches this amount", + "create.ponder.weighted_ejector.text_11": "UNLOCALIZED: Other Entities will always trigger an Ejector when stepping on it", + "create.ponder.weighted_ejector.text_2": "UNLOCALIZED: The placed ejector will now launch objects to the marked location", + "create.ponder.weighted_ejector.text_3": "UNLOCALIZED: A valid target can be at any height or distance within range", + "create.ponder.weighted_ejector.text_4": "UNLOCALIZED: They cannot however be off to a side", + "create.ponder.weighted_ejector.text_5": "UNLOCALIZED: If no valid Target was selected, it will simply target the block directly in front", + "create.ponder.weighted_ejector.text_6": "UNLOCALIZED: Supply Rotational Force in order to charge it up", + "create.ponder.weighted_ejector.text_7": "UNLOCALIZED: Items placed on the ejector cause it to trigger", + "create.ponder.weighted_ejector.text_8": "UNLOCALIZED: If Inventories are targeted, the ejector will wait until there is space", + "create.ponder.weighted_ejector.text_9": "UNLOCALIZED: Using the Wrench, a required Stack Size can be configured", + + "create.ponder.weighted_ejector_redstone.header": "UNLOCALIZED: Controlling Weighted Ejectors with Redstone", + "create.ponder.weighted_ejector_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Ejectors will not activate", + "create.ponder.weighted_ejector_redstone.text_2": "UNLOCALIZED: Furthermore, Observers can detect when Ejectors activate", + + "create.ponder.weighted_ejector_tunnel.header": "UNLOCALIZED: Splitting item stacks using Weighted Ejectors", + "create.ponder.weighted_ejector_tunnel.text_1": "UNLOCALIZED: Combined with Brass Tunnels, Ejectors can split item stacks by specific amounts", + "create.ponder.weighted_ejector_tunnel.text_2": "UNLOCALIZED: First, configure the Brass Tunnel to 'Prefer Nearest', in order to prioritize its side output", + "create.ponder.weighted_ejector_tunnel.text_3": "UNLOCALIZED: The Stack Size set on the Ejector now determines the amount to be split off", + "create.ponder.weighted_ejector_tunnel.text_4": "UNLOCALIZED: While a new stack of the configured size exits the side output...", + "create.ponder.weighted_ejector_tunnel.text_5": "UNLOCALIZED: ...the remainder will continue on its path", + + "create.ponder.windmill_source.header": "UNLOCALIZED: Generating Rotational Force using Windmill Bearings", + "create.ponder.windmill_source.text_1": "UNLOCALIZED: Windmill Bearings attach to the block in front of them", + "create.ponder.windmill_source.text_2": "UNLOCALIZED: Create a movable structure with the help of Super Glue", + "create.ponder.windmill_source.text_3": "UNLOCALIZED: If enough Sail-like blocks are included, this can act as a Windmill", + "create.ponder.windmill_source.text_4": "UNLOCALIZED: Activated with Right-Click, the Windmill Bearing will start providing Rotational Force", + "create.ponder.windmill_source.text_5": "UNLOCALIZED: The Amount of Sail Blocks determine its Rotation Speed", + "create.ponder.windmill_source.text_6": "UNLOCALIZED: Use a Wrench to configure its rotation direction", + "create.ponder.windmill_source.text_7": "UNLOCALIZED: Right-click the Bearing anytime to stop and edit the Structure again", + + "create.ponder.windmill_structure.header": "Vindmølleinnretning", + "create.ponder.windmill_structure.text_1": "En hvilken som helst samling med blokker kan telle som seilene på en vindmølle, så lenge det også er minst åtte blokker so kan telle som seil.", + + "_": "Thank you for translating Create!" + +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/sv_se.json b/src/generated/resources/assets/create/lang/unfinished/sv_se.json new file mode 100644 index 0000000000..f7192fc8a6 --- /dev/null +++ b/src/generated/resources/assets/create/lang/unfinished/sv_se.json @@ -0,0 +1,3033 @@ +{ + "_": "Missing Localizations: 1219", + + "_": "->------------------------] Game Elements [------------------------<-", + + "block.create.acacia_window": "Akacia fönster", + "block.create.acacia_window_pane": "Fönsterruta av akacia", + "block.create.adjustable_chain_gearshift": "Justerbar kedjeväxel", + "block.create.analog_lever": "Analog Spak", + "block.create.andesite_belt_funnel": "Rullbandstratt av Andesit", + "block.create.andesite_casing": "Andesit Kapsel", + "block.create.andesite_encased_cogwheel": "Andesit Inkapslat Kugghjul", + "block.create.andesite_encased_large_cogwheel": "Stort Andesit Inkapslat Kugghjul", + "block.create.andesite_encased_shaft": "Andesit Inkapslad Axel", + "block.create.andesite_funnel": "Andesit Tratt", + "block.create.andesite_ladder": "Stege av Andesit", + "block.create.andesite_pillar": "Pelare av Andesit", + "block.create.andesite_tunnel": "Andesit Tunnel", + "block.create.asurine": "Asurine", + "block.create.asurine_pillar": "Pelare av Asurine", + "block.create.basin": "Gjutjärnsgryta", + "block.create.belt": "Rullband", + "block.create.birch_window": "Björk fönster", + "block.create.birch_window_pane": "Fönsterruta av björk", + "block.create.black_nixie_tube": "Svart Nixie Tub", + "block.create.black_sail": "Svart Segel", + "block.create.black_seat": "Svart Säte", + "block.create.black_toolbox": "Svart Verktygslåda", + "block.create.black_valve_handle": "Svart Ventil Handtag", + "block.create.blaze_burner": "Blaze Brännare", + "block.create.blue_nixie_tube": "Blå Nixie Tub", + "block.create.blue_sail": "Blått Segel", + "block.create.blue_seat": "Blått Säte", + "block.create.blue_toolbox": "Blå Verktygslåda", + "block.create.blue_valve_handle": "Blått Ventil Handtag", + "block.create.brass_belt_funnel": "Rullbandstratt av Mässing", + "block.create.brass_block": "Block av Mässing", + "block.create.brass_casing": "Mässing Kapsel", + "block.create.brass_encased_cogwheel": "Mässing Inkapslat Kugghjul", + "block.create.brass_encased_large_cogwheel": "Stort Mässing Inkapslat Kugghjul", + "block.create.brass_encased_shaft": "Mässing Inkapslad Axel", + "block.create.brass_funnel": "Rullbandstratt av Mässing", + "block.create.brass_ladder": "Stege av Mässing", + "block.create.brass_tunnel": "Mässing Tunnel", + "block.create.brown_nixie_tube": "Brun Nixie Tub", + "block.create.brown_sail": "Brunt Segel", + "block.create.brown_seat": "Brunt Säte", + "block.create.brown_toolbox": "Brun Verktygslåda", + "block.create.brown_valve_handle": "Brunt Ventil Handtag", + "block.create.calcite_pillar": "Pelare av Kalcit", + "block.create.cart_assembler": "Vagnsmontör", + "block.create.chocolate": "Choklad", + "block.create.chute": "Rör", + "block.create.clockwork_bearing": "Klockverks Gångjärn", + "block.create.clutch": "Koppling", + "block.create.cogwheel": "Kugghjul", + "block.create.content_observer": "Innehålls Övervakare", + "block.create.controller_rail": "Kontrolljärnväg", + "block.create.controls": "Tåg Kontroller", + "block.create.copper_backtank": "Baktank av Koppar", + "block.create.copper_casing": "Koppar Kapsel", + "block.create.copper_ladder": "Stege av Koppar", + "block.create.copper_shingle_slab": "Shingle Koppar Platta", + "block.create.copper_shingle_stairs": "Shingle Koppar Trappa", + "block.create.copper_shingles": "Koppar Shingles", + "block.create.copper_tile_slab": "Platta av Kopparkakel", + "block.create.copper_tile_stairs": "Trappa av Kopparkakel", + "block.create.copper_tiles": "Kopparkakel", + "block.create.copper_valve_handle": "Ventil Handtag av Koppar", + "block.create.creative_crate": "Kreativ Låda", + "block.create.creative_fluid_tank": "Kreativ Vätsketank", + "block.create.creative_motor": "Kreativ Motor", + "block.create.crimsite": "Krimsit", + "block.create.crimsite_pillar": "Pelare av Krimsit", + "block.create.crimson_window": "Karmosin fönster", + "block.create.crimson_window_pane": "Fönsterruta av karmosin", + "block.create.crushing_wheel": "Krossande Hjul", + "block.create.crushing_wheel_controller": "Krossande Hjul Kontroll", + "block.create.cuckoo_clock": "Gökur", + "block.create.cut_andesite": "Skuren Andesit", + "block.create.cut_andesite_brick_slab": "Skuren Andesit Tegelplatta", + "block.create.cut_andesite_brick_stairs": "Skuren Andesit Tegel Trappa", + "block.create.cut_andesite_brick_wall": "Skuren Andesit Tegelvägg", + "block.create.cut_andesite_bricks": "Skuren Andesit Tegelsten", + "block.create.cut_andesite_slab": "Skuren Andesit Platta", + "block.create.cut_andesite_stairs": "Skuren Andesit Trappa", + "block.create.cut_andesite_wall": "Skuren Andesit Vägg", + "block.create.cut_asurine": "Skuren Asurine", + "block.create.cut_asurine_brick_slab": "Skuren Asurine Tegelplatta", + "block.create.cut_asurine_brick_stairs": "Skuren Asurine Tegel Trappa", + "block.create.cut_asurine_brick_wall": "Skuren Asurine Tegelvägg", + "block.create.cut_asurine_bricks": "Skuren Asurine Tegelsten", + "block.create.cut_asurine_slab": "Skuren Asurine Platta", + "block.create.cut_asurine_stairs": "Skuren Asurine Trappa", + "block.create.cut_asurine_wall": "Skuren Asurine Vägg", + "block.create.cut_calcite": "Skuren Kalcit", + "block.create.cut_calcite_brick_slab": "Skuren Kalcit Tegelplatta", + "block.create.cut_calcite_brick_stairs": "Skuren Kalcit Tegel Trappa", + "block.create.cut_calcite_brick_wall": "Skuren Kalcit Tegelvägg", + "block.create.cut_calcite_bricks": "Skuren Kalcit Tegelsten", + "block.create.cut_calcite_slab": "Skuren Kalcit Platta", + "block.create.cut_calcite_stairs": "Skuren Kalcit Trappa", + "block.create.cut_calcite_wall": "Skuren Kalcit Vägg", + "block.create.cut_crimsite": "Skuren Krimsit", + "block.create.cut_crimsite_brick_slab": "Skuren Krimsit Tegelplatta", + "block.create.cut_crimsite_brick_stairs": "Skuren Krimsit Tegel Trappa", + "block.create.cut_crimsite_brick_wall": "Skuren Krimsit Tegelvägg", + "block.create.cut_crimsite_bricks": "Skuren Krimsit Tegelsten", + "block.create.cut_crimsite_slab": "Skuren Krimsit Platta", + "block.create.cut_crimsite_stairs": "Skuren Krimsit Trappa", + "block.create.cut_crimsite_wall": "Skuren Krimsit Vägg", + "block.create.cut_deepslate": "Skuren Djupskiffer", + "block.create.cut_deepslate_brick_slab": "Skuren Djupskiffer Tegelplatta", + "block.create.cut_deepslate_brick_stairs": "Skuren Djupskiffer Tegel Trappa", + "block.create.cut_deepslate_brick_wall": "Skuren Djupskiffer Tegelvägg", + "block.create.cut_deepslate_bricks": "Skuren Djupskiffer Tegelsten", + "block.create.cut_deepslate_slab": "Skuren Djupskiffer Platta", + "block.create.cut_deepslate_stairs": "Skuren Djupskiffer Trappa", + "block.create.cut_deepslate_wall": "Skuren Djupskiffer Vägg", + "block.create.cut_diorite": "Skuren Diorit", + "block.create.cut_diorite_brick_slab": "Skuren Diorit Tegelplatta", + "block.create.cut_diorite_brick_stairs": "Skuren Diorit Tegel Trappa", + "block.create.cut_diorite_brick_wall": "Skuren Diorit Tegelvägg", + "block.create.cut_diorite_bricks": "Skuren Diorit Tegelsten", + "block.create.cut_diorite_slab": "Skuren Diorit Platta", + "block.create.cut_diorite_stairs": "Skuren Diorit Trappa", + "block.create.cut_diorite_wall": "Skuren Diorit Vägg", + "block.create.cut_dripstone": "Skuren Droppsten", + "block.create.cut_dripstone_brick_slab": "Skuren Droppsten Tegelplatta", + "block.create.cut_dripstone_brick_stairs": "Skuren Droppsten Tegel Trappa", + "block.create.cut_dripstone_brick_wall": "Skuren Droppsten Tegelvägg", + "block.create.cut_dripstone_bricks": "Skuren Droppsten Tegelsten", + "block.create.cut_dripstone_slab": "Skuren Droppsten Platta", + "block.create.cut_dripstone_stairs": "Skuren Droppsten Trappa", + "block.create.cut_dripstone_wall": "Skuren Droppsten Vägg", + "block.create.cut_granite": "Skuren Granit", + "block.create.cut_granite_brick_slab": "Skuren Granit Tegelplatta", + "block.create.cut_granite_brick_stairs": "Skuren Granit Tegel Trappa", + "block.create.cut_granite_brick_wall": "Skuren Granit Tegelvägg", + "block.create.cut_granite_bricks": "Skuren Granit Tegelsten", + "block.create.cut_granite_slab": "Skuren Granit Platta", + "block.create.cut_granite_stairs": "Skuren Granit Trappa", + "block.create.cut_granite_wall": "Skuren Granit Vägg", + "block.create.cut_limestone": "Skuren Kalksten", + "block.create.cut_limestone_brick_slab": "Skuren Kalksten Tegelplatta", + "block.create.cut_limestone_brick_stairs": "Skuren Kalksten Tegel Trappa", + "block.create.cut_limestone_brick_wall": "Skuren Kalksten Tegelvägg", + "block.create.cut_limestone_bricks": "Skuren Kalksten Tegelsten", + "block.create.cut_limestone_slab": "Skuren Kalksten Platta", + "block.create.cut_limestone_stairs": "Skuren Kalksten Trappa", + "block.create.cut_limestone_wall": "Skuren Kalksten Vägg", + "block.create.cut_ochrum": "Skuren Ochrum", + "block.create.cut_ochrum_brick_slab": "Skuren Ochrum Tegelplatta", + "block.create.cut_ochrum_brick_stairs": "Skuren Ochrum Tegel Trappa", + "block.create.cut_ochrum_brick_wall": "Skuren Ochrum Tegelvägg", + "block.create.cut_ochrum_bricks": "Skuren Ochrum Tegelsten", + "block.create.cut_ochrum_slab": "Skuren Ochrum Platta", + "block.create.cut_ochrum_stairs": "Skuren Ochrum Trappa", + "block.create.cut_ochrum_wall": "Skuren Ochrum Vägg", + "block.create.cut_scorchia": "Skuren Scorchia", + "block.create.cut_scorchia_brick_slab": "Skuren Scorchia Tegelplatta", + "block.create.cut_scorchia_brick_stairs": "Skuren Scorchia Tegel Trappa", + "block.create.cut_scorchia_brick_wall": "Skuren Scorchia Tegelvägg", + "block.create.cut_scorchia_bricks": "Skuren Scorchia Tegelsten", + "block.create.cut_scorchia_slab": "Skuren Scorchia Platta", + "block.create.cut_scorchia_stairs": "Skuren Scorchia Trappa", + "block.create.cut_scorchia_wall": "Skuren Scorchia Vägg", + "block.create.cut_scoria": "Skuren Scoria", + "block.create.cut_scoria_brick_slab": "Skuren Scoria Tegelplatta", + "block.create.cut_scoria_brick_stairs": "Skuren Scoria Tegel Trappa", + "block.create.cut_scoria_brick_wall": "Skuren Scoria Tegelvägg", + "block.create.cut_scoria_bricks": "Skuren Scoria Tegelsten", + "block.create.cut_scoria_slab": "Skuren Scoria Platta", + "block.create.cut_scoria_stairs": "Skuren Scoria Trappa", + "block.create.cut_scoria_wall": "Skuren Scoria Vägg", + "block.create.cut_tuff": "Skuren Tuffsten", + "block.create.cut_tuff_brick_slab": "Skuren Tuffsten Tegelplatta", + "block.create.cut_tuff_brick_stairs": "Skuren Tuffsten Tegel Trappa", + "block.create.cut_tuff_brick_wall": "Skuren Tuffsten Tegelvägg", + "block.create.cut_tuff_bricks": "Skuren Tuffsten Tegelsten", + "block.create.cut_tuff_slab": "Skuren Tuffsten Platta", + "block.create.cut_tuff_stairs": "Skuren Tuffsten Trappa", + "block.create.cut_tuff_wall": "Skuren Tuffsten Vägg", + "block.create.cut_veridium": "Skuren Veridium", + "block.create.cut_veridium_brick_slab": "Skuren Veridium Tegelplatta", + "block.create.cut_veridium_brick_stairs": "Skuren Veridium Tegel Trappa", + "block.create.cut_veridium_brick_wall": "Skuren Veridium Tegelvägg", + "block.create.cut_veridium_bricks": "Skuren Veridium Tegelsten", + "block.create.cut_veridium_slab": "Skuren Veridium Platta", + "block.create.cut_veridium_stairs": "Skuren Veridium Trappa", + "block.create.cut_veridium_wall": "Skuren Veridium Vägg", + "block.create.cyan_nixie_tube": "Cyan Nixie Tub", + "block.create.cyan_sail": "Cyant Segel", + "block.create.cyan_seat": "Cyant Säte", + "block.create.cyan_toolbox": "Cyan Verktygslåda", + "block.create.cyan_valve_handle": "Cyant Ventil Handtag", + "block.create.dark_oak_window": "Mörkt ek fönster", + "block.create.dark_oak_window_pane": "Fönsterruta av mörk ek", + "block.create.deepslate_pillar": "Pelare av Djupskiffer", + "block.create.deepslate_zinc_ore": "Djupskifferinbäddad zinkmalm", + "block.create.deployer": "Avsändare", + "block.create.depot": "Depå", + "block.create.diorite_pillar": "Pelare av Diorit", + "block.create.display_board": "Visarbräde", + "block.create.display_link": "Visarlänk", + "block.create.dripstone_pillar": "Pelare av Droppsten", + "block.create.encased_chain_drive": "Inkapslad Kedjedrift", + "block.create.encased_fan": "Inkapslad Fläkt", + "block.create.encased_fluid_pipe": "Inkapslat Vätskerör", + "block.create.exposed_copper_shingle_slab": "Exponerad Shingle Koppar Platta", + "block.create.exposed_copper_shingle_stairs": "Exponerad Shingle Koppar Trappa", + "block.create.exposed_copper_shingles": "Exponerad Shingle Koppar", + "block.create.exposed_copper_tile_slab": "Exponerad Kopparkakels Platta", + "block.create.exposed_copper_tile_stairs": "Exponerad Kopparkakels Trappa", + "block.create.exposed_copper_tiles": "Exponerat Kopparkakel", + "block.create.fake_track": "Spåra Visaren för Kartor", + "block.create.fluid_pipe": "Vätskerör", + "block.create.fluid_tank": "Vätsketank", + "block.create.fluid_valve": "Vätskeventil", + "block.create.flywheel": "Svänghjul", + "block.create.framed_glass": "Inramat Glas", + "block.create.framed_glass_door": "Inramad Glasdörr", + "block.create.framed_glass_pane": "Inramad fönsterruta", + "block.create.framed_glass_trapdoor": "Inramad Glaslucka", + "block.create.gantry_carriage": "Brygg-transport", + "block.create.gantry_shaft": "Brygg-axel", + "block.create.gearbox": "Växellåda", + "block.create.gearshift": "Växelskift", + "block.create.glass_fluid_pipe": "Vätskerör i Glas", + "block.create.granite_pillar": "Pelare av Granit", + "block.create.gray_nixie_tube": "Grå Nixie Tub", + "block.create.gray_sail": "Grått Segel", + "block.create.gray_seat": "Grått Säte", + "block.create.gray_toolbox": "Grå Verktygslåda", + "block.create.gray_valve_handle": "Grått Ventil Handtag", + "block.create.green_nixie_tube": "Grön Nixie Tub", + "block.create.green_sail": "Grönt Segel", + "block.create.green_seat": "Grönt Säte", + "block.create.green_toolbox": "Grön Verktygslåda", + "block.create.green_valve_handle": "Grönt Ventil Handtag", + "block.create.hand_crank": "Handvev", + "block.create.haunted_bell": "Hemsökt Ringklocka", + "block.create.honey": "Honung", + "block.create.horizontal_framed_glass": "Horisontellt Inramat Glas", + "block.create.horizontal_framed_glass_pane": "Horisontellt inramad fönsterruta", + "block.create.hose_pulley": "Slang Vev", + "block.create.item_drain": "Föremåls Avlopp", + "block.create.item_vault": "Föremåls Kassaskåp", + "block.create.jungle_window": "Djungelfönster", + "block.create.jungle_window_pane": "Fönsterruta av djungel", + "block.create.large_bogey": "Stor Bogey", + "block.create.large_cogwheel": "Stort Kugghjul", + "block.create.layered_andesite": "Lagrad Andesit", + "block.create.layered_asurine": "Lagrad Asurine", + "block.create.layered_calcite": "Lagrad Kalcit", + "block.create.layered_crimsite": "Lagrad Krimsit", + "block.create.layered_deepslate": "Lagrad Djupskiffer", + "block.create.layered_diorite": "Lagrad Diorit", + "block.create.layered_dripstone": "Lagrad Droppsten", + "block.create.layered_granite": "Lagrad Granit", + "block.create.layered_limestone": "Lagrad Kalksten", + "block.create.layered_ochrum": "Lagrad Ochrum", + "block.create.layered_scorchia": "Lagrad Scorchia", + "block.create.layered_scoria": "Lagrad Scoria", + "block.create.layered_tuff": "Lagrad Tuffsten", + "block.create.layered_veridium": "Lagrad Veridium", + "block.create.lectern_controller": "Föreläsnings Kontroll", + "block.create.light_blue_nixie_tube": "Ljusblå Nixie Tub", + "block.create.light_blue_sail": "Ljusblått Segel", + "block.create.light_blue_seat": "Ljusblått Säte", + "block.create.light_blue_toolbox": "Ljusblå Verktygslåda", + "block.create.light_blue_valve_handle": "Ljusblått Ventil Handtag", + "block.create.light_gray_nixie_tube": "Ljusgrå Nixie Tub", + "block.create.light_gray_sail": "Ljusgrått Segel", + "block.create.light_gray_seat": "Ljusgrått Säte", + "block.create.light_gray_toolbox": "Ljusgrå Verktygslåda", + "block.create.light_gray_valve_handle": "Ljusgrått Ventil Handtag", + "block.create.lime_nixie_tube": "Limegrön Nixie Tub", + "block.create.lime_sail": "Limegrönt Segel", + "block.create.lime_seat": "Limegrönt Säte", + "block.create.lime_toolbox": "Limegrön Verktygslåda", + "block.create.lime_valve_handle": "Limegrönt Ventil Handtag", + "block.create.limestone": "Kalksten", + "block.create.limestone_pillar": "Pelare av Kalksten", + "block.create.linear_chassis": "Linjär Chassi", + "block.create.lit_blaze_burner": "Tänd Blaze Brännare", + "block.create.magenta_nixie_tube": "Magenta Nixie Tub", + "block.create.magenta_sail": "Magenta Segel", + "block.create.magenta_seat": "Magenta Säte", + "block.create.magenta_toolbox": "Magenta Verktygslåda", + "block.create.magenta_valve_handle": "Magentafärgat Ventil Handtag", + "block.create.mechanical_arm": "Mekanisk Arm", + "block.create.mechanical_bearing": "Mekaniskt Gångjärn", + "block.create.mechanical_crafter": "Mekanisk Tillverkare", + "block.create.mechanical_drill": "Mekanisk Borr", + "block.create.mechanical_harvester": "Mekanisk Skördare", + "block.create.mechanical_mixer": "Mekanisk Visp", + "block.create.mechanical_piston": "Mekanisk Kolv", + "block.create.mechanical_piston_head": "Mekaniskt Kolvhuvud", + "block.create.mechanical_plough": "Mekanisk Plog", + "block.create.mechanical_press": "Mekanisk Tryckpress", + "block.create.mechanical_pump": "Mekanisk Pump", + "block.create.mechanical_saw": "Mekanisk Såg", + "block.create.metal_bracket": "Metallfäste", + "block.create.metal_girder": "Metallbalk", + "block.create.metal_girder_encased_shaft": "Metallbalk med Inkapslad Axel", + "block.create.millstone": "Kvarnsten", + "block.create.minecart_anchor": "Gruvvagns Ankare", + "block.create.mysterious_cuckoo_clock": "Gökur", + "block.create.nixie_tube": "Nixie Tub", + "block.create.nozzle": "Munstycke", + "block.create.oak_window": "Ek fönster", + "block.create.oak_window_pane": "Fönsterruta av ek", + "block.create.ochrum": "Ochrum", + "block.create.ochrum_pillar": "Pelare av Ochrum", + "block.create.orange_sail": "Oranget Segel", + "block.create.orange_seat": "Oranget Säte", + "block.create.orange_toolbox": "Orange Verktygslåda", + "block.create.orange_valve_handle": "Oranget Ventil Handtag", + "block.create.ornate_iron_window": "Utsmyckat järnfönster", + "block.create.ornate_iron_window_pane": "Utsmyckad fönsterruta av järn", + "block.create.oxidized_copper_shingle_slab": "Oxiderad Shingle Koppar Platta", + "block.create.oxidized_copper_shingle_stairs": "Oxiderad Shingle Koppar Trappa", + "block.create.oxidized_copper_shingles": "Oxiderad Shingle Koppar", + "block.create.oxidized_copper_tile_slab": "Platta av Oxiderat Kopparkakel", + "block.create.oxidized_copper_tile_stairs": "Trappa av Oxiderat Kopparkakel", + "block.create.oxidized_copper_tiles": "Oxiderat Kopparkakel", + "block.create.peculiar_bell": "Egenartad Ringklocka", + "block.create.pink_nixie_tube": "Rosa Nixie Tub", + "block.create.pink_sail": "Rosa Segel", + "block.create.pink_seat": "Rosa Säte", + "block.create.pink_toolbox": "Rosa Verktygslåda", + "block.create.pink_valve_handle": "Rosa Ventil Handtag", + "block.create.piston_extension_pole": "Kolv Förlängnings Stång", + "block.create.placard": "Plakat", + "block.create.polished_cut_andesite": "Skuren Polerad Andesit", + "block.create.polished_cut_andesite_slab": "Skuren Polerad Andesit Platta", + "block.create.polished_cut_andesite_stairs": "Skuren Polerad Andesit Trappa", + "block.create.polished_cut_andesite_wall": "Skuren Polerad Andesit Vägg", + "block.create.polished_cut_asurine": "Skuren Polerad Asurine", + "block.create.polished_cut_asurine_slab": "Skuren Polerad Asurine Platta", + "block.create.polished_cut_asurine_stairs": "Skuren Polerad Asurine Trappa", + "block.create.polished_cut_asurine_wall": "Skuren Polerad Asurine Vägg", + "block.create.polished_cut_calcite": "Skuren Polerad Kalcit", + "block.create.polished_cut_calcite_slab": "Skuren Polerad Kalcit Platta", + "block.create.polished_cut_calcite_stairs": "Skuren Polerad Kalcit Trappa", + "block.create.polished_cut_calcite_wall": "Skuren Polerad Kalcit Vägg", + "block.create.polished_cut_crimsite": "Skuren Polerad Krimsit", + "block.create.polished_cut_crimsite_slab": "Skuren Polerad Krimsit Platta", + "block.create.polished_cut_crimsite_stairs": "Skuren Polerad Krimsit Trappa", + "block.create.polished_cut_crimsite_wall": "Skuren Polerad Krimsit Vägg", + "block.create.polished_cut_deepslate": "Skuren Polerad Djupskiffer", + "block.create.polished_cut_deepslate_slab": "Skuren Polerad Djupskiffer Platta", + "block.create.polished_cut_deepslate_stairs": "Skuren Polerad Djupskiffer Trappa", + "block.create.polished_cut_deepslate_wall": "Skuren Polerad Djupskiffer Vägg", + "block.create.polished_cut_diorite": "Skuren Polerad Diorit", + "block.create.polished_cut_diorite_slab": "Skuren Polerad Diorit Platta", + "block.create.polished_cut_diorite_stairs": "Skuren Polerad Diorit Trappa", + "block.create.polished_cut_diorite_wall": "Skuren Polerad Diorit Vägg", + "block.create.polished_cut_dripstone": "Skuren Polerad Droppsten", + "block.create.polished_cut_dripstone_slab": "Skuren Polerad Droppstens Platta", + "block.create.polished_cut_dripstone_stairs": "Skuren Polerad Droppsten Trappa", + "block.create.polished_cut_dripstone_wall": "Skuren Polerad Droppstens Vägg", + "block.create.polished_cut_granite": "Skuren Polerad Granit", + "block.create.polished_cut_granite_slab": "Skuren Polerad Granit Platta", + "block.create.polished_cut_granite_stairs": "Skuren Polerad Granit Trappa", + "block.create.polished_cut_granite_wall": "Skuren Polerad Granit Vägg", + "block.create.polished_cut_limestone": "Skuren Polerad Kalksten", + "block.create.polished_cut_limestone_slab": "Skuren Polerad Kalkstens Platta", + "block.create.polished_cut_limestone_stairs": "Skuren Polerad Kalkstens Trappa", + "block.create.polished_cut_limestone_wall": "Skuren Polerad Kalkstens Vägg", + "block.create.polished_cut_ochrum": "Skuren Polerad Ochrum", + "block.create.polished_cut_ochrum_slab": "Skuren Polerad Ochrum Platta", + "block.create.polished_cut_ochrum_stairs": "Skuren Polerad Ochrum Trappa", + "block.create.polished_cut_ochrum_wall": "Skuren Polerad Ochrum Vägg", + "block.create.polished_cut_scorchia": "Skuren Polerad Scorchia", + "block.create.polished_cut_scorchia_slab": "Skuren Polerad Scorchia Platta", + "block.create.polished_cut_scorchia_stairs": "Skuren Polerad Scorchia Trappa", + "block.create.polished_cut_scorchia_wall": "Skuren Polerad Scorchia Vägg", + "block.create.polished_cut_scoria": "Skuren Polerad Scoria", + "block.create.polished_cut_scoria_slab": "Skuren Polerad Scoria Platta", + "block.create.polished_cut_scoria_stairs": "Skuren Polerad Scoria Trappa", + "block.create.polished_cut_scoria_wall": "Skuren Polerad Scoria Vägg", + "block.create.polished_cut_tuff": "Skuren Polerad Tuffsten", + "block.create.polished_cut_tuff_slab": "Skuren Polerad Tuffstens Platta", + "block.create.polished_cut_tuff_stairs": "Skuren Polerad Tuffstens Trappa", + "block.create.polished_cut_tuff_wall": "Skuren Polerad Tuffstens Vägg", + "block.create.polished_cut_veridium": "Skuren Polerad Veridium", + "block.create.polished_cut_veridium_slab": "Skuren Polerad Veridium Platta", + "block.create.polished_cut_veridium_stairs": "Skuren Polerad Veridium Trappa", + "block.create.polished_cut_veridium_wall": "Skuren Polerad Veridium Vägg", + "block.create.portable_fluid_interface": "Bärbar Vätskegränssnitt", + "block.create.portable_storage_interface": "Bärbar Lagringsgränssnitt", + "block.create.powered_latch": "Igångsatt Spärr", + "block.create.powered_shaft": "Igångsatt Axel", + "block.create.powered_toggle_latch": "Igångsatt Växlande-Spärr", + "block.create.pulley_magnet": "Magnet Vev", + "block.create.pulse_extender": "Puls Förlängare", + "block.create.pulse_repeater": "Puls Upprepare", + "block.create.purple_nixie_tube": "Lila Nixie Tub", + "block.create.purple_sail": "Lila Segel", + "block.create.purple_seat": "Lila Säte", + "block.create.purple_toolbox": "Lila Verktygslåda", + "block.create.purple_valve_handle": "Lila Ventil Handtag", + "block.create.radial_chassis": "Radiell Chassi", + "block.create.railway_casing": "Tåg Kapsel", + "block.create.raw_zinc_block": "Block av Rå Zink", + "block.create.red_nixie_tube": "Röd Nixie Tub", + "block.create.red_sail": "Rött Segel", + "block.create.red_seat": "Rött Säte", + "block.create.red_toolbox": "Röd Verktygslåda", + "block.create.red_valve_handle": "Rött Ventil Handtag", + "block.create.redstone_contact": "Rödstens Kontakt", + "block.create.redstone_link": "Rödstenslänk", + "block.create.refined_radiance_casing": "Radiant Kapsel", + "block.create.rope": "Rep", + "block.create.rope_pulley": "Rep Vev", + "block.create.rose_quartz_block": "Block av Ros Kvarts", + "block.create.rose_quartz_lamp": "Ros Kvarts Lampa", + "block.create.rose_quartz_tiles": "Ros Kvarts Kakel", + "block.create.rotation_speed_controller": "Varvtalsregulator", + "block.create.sail_frame": "Segelram", + "block.create.schematic_table": "Schematisk Tabell", + "block.create.schematicannon": "Schematikanon", + "block.create.scorchia": "Scorchia", + "block.create.scorchia_pillar": "Pelare av Scorchia", + "block.create.scoria": "Scoria", + "block.create.scoria_pillar": "Pelare av Scoria", + "block.create.secondary_linear_chassis": "Sekundär Linjär Chassi", + "block.create.sequenced_gearshift": "Serie Växel", + "block.create.shadow_steel_casing": "Skugg-kapsel", + "block.create.shaft": "Axel", + "block.create.small_andesite_brick_slab": "Liten Andesit Tegelplatta", + "block.create.small_andesite_brick_stairs": "Liten Andesit Tegel Trappa", + "block.create.small_andesite_brick_wall": "Liten Andesit Tegelvägg", + "block.create.small_andesite_bricks": "Andesit Tegelsten av Liten Storlek", + "block.create.small_asurine_brick_slab": "Liten Asurine Tegelplatta", + "block.create.small_asurine_brick_stairs": "Liten Asurine Tegel Trappa", + "block.create.small_asurine_brick_wall": "Liten Asurine Tegelvägg", + "block.create.small_asurine_bricks": "Asurine Tegelsten av Liten Storlek", + "block.create.small_bogey": "Liten Bogey", + "block.create.small_calcite_brick_slab": "Liten Kalcit Tegelplatta", + "block.create.small_calcite_brick_stairs": "Liten Kalcit Tegel Trappa", + "block.create.small_calcite_brick_wall": "Liten Kalcit Tegelvägg", + "block.create.small_calcite_bricks": "Kalcit Tegelsten av Liten Storlek", + "block.create.small_crimsite_brick_slab": "Liten Krimsit Tegelplatta", + "block.create.small_crimsite_brick_stairs": "Liten Krimsit Tegel Trappa", + "block.create.small_crimsite_brick_wall": "Liten Krimsit Tegelvägg", + "block.create.small_crimsite_bricks": "Krimsit Tegelsten av Liten Storlek", + "block.create.small_deepslate_brick_slab": "Liten Tegelplatta av Djupskiffer", + "block.create.small_deepslate_brick_stairs": "Liten Tegel Trappa av Djupskiffer", + "block.create.small_deepslate_brick_wall": "Liten Tegelvägg av Djupskiffer", + "block.create.small_deepslate_bricks": "Djupskiffer Tegelsten av Liten Storlek", + "block.create.small_diorite_brick_slab": "Liten Diorit Tegelplatta", + "block.create.small_diorite_brick_stairs": "Liten Diorit Tegel Trappa", + "block.create.small_diorite_brick_wall": "Liten Diorit Tegelvägg", + "block.create.small_diorite_bricks": "Diorit Tegelsten av Liten Storlek", + "block.create.small_dripstone_brick_slab": "Liten Tegelplatta av Droppsten", + "block.create.small_dripstone_brick_stairs": "Liten Tegel Trappa av Droppsten", + "block.create.small_dripstone_brick_wall": "Liten Tegelvägg av Droppsten", + "block.create.small_dripstone_bricks": "Droppstens Tegelsten av Liten Storlek", + "block.create.small_granite_brick_slab": "Liten Granit Tegelplatta", + "block.create.small_granite_brick_stairs": "Liten Granit Tegel Trappa", + "block.create.small_granite_brick_wall": "Liten Granit Tegelvägg", + "block.create.small_granite_bricks": "Granit Tegelsten av Liten Storlek", + "block.create.small_limestone_brick_slab": "Liten Kalkstens Tegelplatta", + "block.create.small_limestone_brick_stairs": "Liten Kalkstens Tegel Trappa", + "block.create.small_limestone_brick_wall": "Liten Kalkstens Tegelvägg", + "block.create.small_limestone_bricks": "Kaclit Tegelsten av Liten Storlek", + "block.create.small_ochrum_brick_slab": "Liten Orchum Tegelplatta", + "block.create.small_ochrum_brick_stairs": "Liten Orchum Tegel Trappa", + "block.create.small_ochrum_brick_wall": "Liten Orchum Tegelvägg", + "block.create.small_ochrum_bricks": "Orchum Tegelsten av Liten Storlek", + "block.create.small_rose_quartz_tiles": "Smått Ros Kvarts Kakel", + "block.create.small_scorchia_brick_slab": "Liten Scorchia Tegelplatta", + "block.create.small_scorchia_brick_stairs": "Liten Scorchia Tegel Trappa", + "block.create.small_scorchia_brick_wall": "Liten Scorchia Tegelvägg", + "block.create.small_scorchia_bricks": "Scorchia Tegelsten av Liten Storlek", + "block.create.small_scoria_brick_slab": "Liten Scoria Tegelplatta", + "block.create.small_scoria_brick_stairs": "Liten Scoria Tegel Trappa", + "block.create.small_scoria_brick_wall": "Liten Scoria Tegelvägg", + "block.create.small_scoria_bricks": "Scoria Tegelsten av Liten Storlek", + "block.create.small_tuff_brick_slab": "Liten Tuffstens Tegelplatta", + "block.create.small_tuff_brick_stairs": "Liten Tuffstens Tegel Trappa", + "block.create.small_tuff_brick_wall": "Liten Tuffstens Tegelvägg", + "block.create.small_tuff_bricks": "Tuffstens Tegel av Liten Storlek", + "block.create.small_veridium_brick_slab": "Liten Veridium Tegelplatta", + "block.create.small_veridium_brick_stairs": "Liten Veridium Tegel Trappa", + "block.create.small_veridium_brick_wall": "Liten Veridium Tegelvägg", + "block.create.small_veridium_bricks": "Veridium Tegel av Liten Storlek", + "block.create.smart_chute": "Finurligt Rör", + "block.create.smart_fluid_pipe": "Finurligt Vätskerör", + "block.create.speedometer": "Hastighetsmätare", + "block.create.spout": "Spout", + "block.create.spruce_window": "Gran fönster", + "block.create.spruce_window_pane": "Fönsterruta av gran", + "block.create.steam_engine": "Ångmaskin", + "block.create.steam_whistle": "Ångpipa", + "block.create.steam_whistle_extension": "Ångpipa Förlängning", + "block.create.sticker": "Fästare", + "block.create.sticky_mechanical_piston": "Klibbig Mekanisk Kolv", + "block.create.stockpile_switch": "Lagerhögs Relä", + "block.create.stressometer": "Stressmätare", + "block.create.tiled_glass": "Kaklat Glas", + "block.create.tiled_glass_pane": "Kaklad fönsterruta", + "block.create.track": "Tågspår", + "block.create.track_observer": "Tåg Observatör", + "block.create.track_signal": "Tågsignal", + "block.create.track_station": "Tågstation", + "block.create.train_door": "Tågdörr", + "block.create.train_trapdoor": "Tåg Fallucka", + "block.create.tuff_pillar": "Pelare av Tuffsten", + "block.create.turntable": "Snurrbord", + "block.create.veridium": "Veridium", + "block.create.veridium_pillar": "Pelare av Veridium", + "block.create.vertical_framed_glass": "Vertikalt Inramat Glas", + "block.create.vertical_framed_glass_pane": "Vertikalt inramad fönsterruta", + "block.create.warped_window": "Warped Glas", + "block.create.warped_window_pane": "Warped fönsterruta", + "block.create.water_wheel": "Vattenhjul", + "block.create.waxed_copper_shingle_slab": "Vaxad Shingle Koppar Platta", + "block.create.waxed_copper_shingle_stairs": "Vaxad Shingle Koppar Trappa", + "block.create.waxed_copper_shingles": "Vaxad Koppar Shingles", + "block.create.waxed_copper_tile_slab": "Vaxad Kopparkakels Platta", + "block.create.waxed_copper_tile_stairs": "Vaxad Kopparkakels Trappa", + "block.create.waxed_copper_tiles": "Vaxat Kopparkakel", + "block.create.waxed_exposed_copper_shingle_slab": "Vaxad Exponerad Shingle Koppar Platta", + "block.create.waxed_exposed_copper_shingle_stairs": "Vaxad Exponerad Shingle Koppar Trappa", + "block.create.waxed_exposed_copper_shingles": "Vaxad Exponerad Koppar Shingles", + "block.create.waxed_exposed_copper_tile_slab": "Vaxad Exponerad Kopparkakel Platta", + "block.create.waxed_exposed_copper_tile_stairs": "Vaxad Exponerad Kopparkakel Trappa", + "block.create.waxed_exposed_copper_tiles": "Vaxad Exponerat Kopparkakel", + "block.create.waxed_oxidized_copper_shingle_slab": "Vaxad Oxiderad Shingle Koppar Platta", + "block.create.waxed_oxidized_copper_shingle_stairs": "Vaxad Oxiderad Shingle Koppar Trappa", + "block.create.waxed_oxidized_copper_shingles": "Vaxad Oxiderad Koppar Shingles", + "block.create.waxed_oxidized_copper_tile_slab": "Vaxad Oxiderad Kopparkakels Platta", + "block.create.waxed_oxidized_copper_tile_stairs": "Vaxad Oxiderad Kopparkakels Trappa", + "block.create.waxed_oxidized_copper_tiles": "Vaxat Oxiderat Kopparkakel", + "block.create.waxed_weathered_copper_shingle_slab": "Vaxat Vittrad Shingle Koppar Platta", + "block.create.waxed_weathered_copper_shingle_stairs": "Vaxat Vittrad Shingle Koppar Trappa", + "block.create.waxed_weathered_copper_shingles": "Vaxat Vittrad Koppar Shingles", + "block.create.waxed_weathered_copper_tile_slab": "Vaxat Vittrad Kopparkakels Platta", + "block.create.waxed_weathered_copper_tile_stairs": "Vaxat Vittrad Kopparkakels Trappa", + "block.create.waxed_weathered_copper_tiles": "Vaxat Vittrat Kopparkakel", + "block.create.weathered_copper_shingle_slab": "Vittrad Shingle Koppar Platta", + "block.create.weathered_copper_shingle_stairs": "Vittrad Shingle Koppar Trappa", + "block.create.weathered_copper_shingles": "Vittrad Koppar Shingles", + "block.create.weathered_copper_tile_slab": "Vittrad Kopparkakels Platta", + "block.create.weathered_copper_tile_stairs": "Vittrad Kopparkakels Trappa", + "block.create.weathered_copper_tiles": "Vittrad Kopparkakel", + "block.create.weighted_ejector": "Viktad Utkastare", + "block.create.white_nixie_tube": "Vit Nixie Tub", + "block.create.white_sail": "Vitt Segel", + "block.create.white_seat": "Vitt Säte", + "block.create.white_toolbox": "Vit Verktygslåda", + "block.create.white_valve_handle": "Vitt Ventil Handtag", + "block.create.windmill_bearing": "Väderkvarns Gångjärn", + "block.create.wooden_bracket": "Träfäste", + "block.create.yellow_nixie_tube": "Gul Nixie Tub", + "block.create.yellow_sail": "Gult Segel", + "block.create.yellow_seat": "Gult Säte", + "block.create.yellow_toolbox": "Gul Verktygslåda", + "block.create.yellow_valve_handle": "Gult Ventil Handtag", + "block.create.zinc_block": "Block av Zink", + "block.create.zinc_ore": "Zinkmalm", + + "enchantment.create.capacity": "Kapacitet", + "enchantment.create.potato_recovery": "Potatis Återhämtning", + + "entity.create.carriage_contraption": "Transport Contraption", + "entity.create.contraption": "Contraption", + "entity.create.crafting_blueprint": "Tillverknings Ritning", + "entity.create.gantry_contraption": "Brygg-contraption", + "entity.create.potato_projectile": "Potatis Projektil", + "entity.create.seat": "Säte", + "entity.create.stationary_contraption": "Stationär Contraption", + "entity.create.super_glue": "Superlim", + + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", + "fluid.create.potion": "Brygd", + "fluid.create.tea": "Byggarens Te", + + "item.create.andesite_alloy": "Andesit Alloy", + "item.create.attribute_filter": "Attributfilter", + "item.create.bar_of_chocolate": "Chokladbar", + "item.create.belt_connector": "Mekaniskt Rullband", + "item.create.blaze_cake": "Blaze Tårta", + "item.create.blaze_cake_base": "Blaze Tårtbotten", + "item.create.brass_hand": "Mässing Hand", + "item.create.brass_ingot": "Mässingtacka", + "item.create.brass_nugget": "Mässingklimp", + "item.create.brass_sheet": "Mässings Blad", + "item.create.builders_tea": "Byggarens Te", + "item.create.chest_minecart_contraption": "Kist-gruvvagns Contraption", + "item.create.chocolate_bucket": "Choklad Hink", + "item.create.chocolate_glazed_berries": "Chokladglaserade Bär", + "item.create.chromatic_compound": "Kromatisk Sammansättning", + "item.create.cinder_flour": "Cinder Mjöl", + "item.create.copper_backtank": "Baktank av Koppar", + "item.create.copper_backtank_placeable": "Placerbar Baktank av Koppar", + "item.create.copper_nugget": "Kopparklimp", + "item.create.copper_sheet": "Koppar Blad", + "item.create.crafter_slot_cover": "Tillverkar Omslag", + "item.create.crafting_blueprint": "Tillverknings Ritning", + "item.create.creative_blaze_cake": "Kreativ Blaze Tårta", + "item.create.crushed_aluminum_ore": "Krossat aluminiummalm", + "item.create.crushed_copper_ore": "Krossad kopparmalm", + "item.create.crushed_gold_ore": "Krossat guldmalm", + "item.create.crushed_iron_ore": "Krossat järnmalm", + "item.create.crushed_lead_ore": "Krossat blymalm", + "item.create.crushed_nickel_ore": "Krossat nickelmalm", + "item.create.crushed_osmium_ore": "Krossat osmiummalm", + "item.create.crushed_platinum_ore": "Krossat platinamalm", + "item.create.crushed_quicksilver_ore": "Krossat quicksilvermalm", + "item.create.crushed_silver_ore": "Krossat silvermalm", + "item.create.crushed_tin_ore": "Krossat tennmalm", + "item.create.crushed_uranium_ore": "Krossat uranmalm", + "item.create.crushed_zinc_ore": "Krossat zinkmalm", + "item.create.diving_boots": "Dyk Stövlar", + "item.create.diving_helmet": "Dykarhjälm", + "item.create.dough": "Deg", + "item.create.electron_tube": "Elektron Tub", + "item.create.empty_blaze_burner": "Tom Blaze Brännare", + "item.create.empty_schematic": "Tom Schematic", + "item.create.experience_nugget": "Klimp av Experience", + "item.create.extendo_grip": "Extendo Grip", + "item.create.filter": "Filter", + "item.create.furnace_minecart_contraption": "Ugn-gruvvagns Contraption", + "item.create.goggles": "Ingenjörens Glasögon", + "item.create.golden_sheet": "Gyllene Blad", + "item.create.handheld_worldshaper": "Kreativ Världsformare", + "item.create.honey_bucket": "Honungs Hink", + "item.create.honeyed_apple": "Honung Indränkt Äpple", + "item.create.incomplete_precision_mechanism": "Ofärdig Precisions Mekanism", + "item.create.incomplete_track": "Ofärdigt Spår", + "item.create.iron_sheet": "Järn Blad", + "item.create.linked_controller": "Länkad Kontrollenhet", + "item.create.minecart_contraption": "Gruvvagns Contraption", + "item.create.minecart_coupling": "Gruvvagns Koppling", + "item.create.polished_rose_quartz": "Polerad Ros Kvarts", + "item.create.potato_cannon": "Potatis Kanon", + "item.create.powdered_obsidian": "Aktiverad Obsidian", + "item.create.precision_mechanism": "Precisions Mekanism", + "item.create.propeller": "Propeller", + "item.create.raw_zinc": "Rå Zink", + "item.create.red_sand_paper": "Rött Sandpapper", + "item.create.refined_radiance": "Raffinerad Radiance", + "item.create.rose_quartz": "Ros Kvarts", + "item.create.sand_paper": "Sandpapper", + "item.create.schedule": "Tågschema", + "item.create.schematic": "Schematic", + "item.create.schematic_and_quill": "Schematic Och Gåspenna", + "item.create.shadow_steel": "Skugg-stål", + "item.create.sturdy_sheet": "Stabilt Blad", + "item.create.super_glue": "Superlim", + "item.create.sweet_roll": "Söt Rulle", + "item.create.tree_fertilizer": "Träd Gödsel", + "item.create.unprocessed_obsidian_sheet": "Obearbetat Obsidian Blad", + "item.create.vertical_gearbox": "Vertikal Växellåda", + "item.create.wand_of_symmetry": "Symmetri Staven", + "item.create.wheat_flour": "Vetemjöl", + "item.create.whisk": "Visp", + "item.create.wrench": "Skiftnyckel", + "item.create.zinc_ingot": "Zinktacka", + "item.create.zinc_nugget": "Zinkklimp", + + + "_": "->------------------------] Advancements [------------------------<-", + + "advancement.create.root": "Välkommen till Create", + "advancement.create.root.desc": "Här Vara Mojängerna", + "advancement.create.andesite_alloy": "Tuffare Stenar", + "advancement.create.andesite_alloy.desc": "Skaffa Andesit Alloy, Creates mest viktigaste resurs", + "advancement.create.andesite_casing": "Andesit Åldern", + "advancement.create.andesite_casing.desc": "Applicera Andesit Alloy på avskalat trä för att skapa en enkel kapsel för dina maskiner", + "advancement.create.mechanical_press": "Dunk!", + "advancement.create.mechanical_press.desc": "Skapa några blad i en Mekanisk Tryckpress", + "advancement.create.encased_fan": "Vind Makare", + "advancement.create.encased_fan.desc": "Placera och sätt igång en Inkapslad Fläkt", + "advancement.create.fan_processing": "Bearbetning av Partikel", + "advancement.create.fan_processing.desc": "Använd en Inkapslad Fläkt för att bearbeta material", + "advancement.create.saw_processing": "Verkstadens Mest Fasansfulla", + "advancement.create.saw_processing.desc": "Använd en upprätt Mekanisk Såg för att bearbeta material", + "advancement.create.compacting": "Kompaktering", + "advancement.create.compacting.desc": "Använd en Mekanisk Tryckpress och en Gjutjärnsgryta för att skapa mindre antal föremål från mera", + "advancement.create.belt": "Kelp Drivs", + "advancement.create.belt.desc": "Anslut två Axlar med ett Mekaniskt Rullband", + "advancement.create.funnel": "Flygplats Atmosfär", + "advancement.create.funnel.desc": "Extrahera eller infoga föremål till en behållare med hjälp av en Rullbandstratt", + "advancement.create.chute": "Vertikal Logistik", + "advancement.create.chute.desc": "Transportera några föremål via Rör", + "advancement.create.mechanical_mixer": "Vispar Runt Det", + "advancement.create.mechanical_mixer.desc": "Kombinera ingredienser i en Mekanisk Visp", + "advancement.create.burner": "Kännande Eldstad", + "advancement.create.burner.desc": "Skaffa en Blaze Brännare", + "advancement.create.water_wheel": "Utnyttjad Hydraulik", + "advancement.create.water_wheel.desc": "Placera ett Vattenhjul och använd det för att generera vridmoment", + "advancement.create.windmill": "En Medioker Blåst", + "advancement.create.windmill.desc": "Montera en väderkvarn och använd den för att generera vridmoment", + "advancement.create.shifting_gears": "Växlande Växlar", + "advancement.create.shifting_gears.desc": "Anslut ett Stort Kugghjul till ett Litet Kugghjul, som möjliggör så att du kan ändra hastigheten av din Mojäng", + "advancement.create.millstone": "Njut av Finslipningen", + "advancement.create.millstone.desc": "Använd en Kvarnsten för att pulverisera material", + "advancement.create.super_glue": "Anslutnings Zonen", + "advancement.create.super_glue.desc": "Superlimma fast några block till en grupp", + "advancement.create.contraption_actors": "Förflyttning med Syfte", + "advancement.create.contraption_actors.desc": "Skapa en Contraption med borrar, sågar eller skördar på", + "advancement.create.portable_storage_interface": "Köra-förbi Utbyte", + "advancement.create.portable_storage_interface.desc": "Använd ett Bärbart Lagringsgränssnitt för att ta eller lagra föremål i en Contraption", + "advancement.create.wrench_goggles": "Sakligt Utrustad", + "advancement.create.wrench_goggles.desc": "Utrusta dig med Ingenjörens Glasögon och en Skiftnyckel", + "advancement.create.stressometer": "Stress för Nördar", + "advancement.create.stressometer.desc": "Få en exakt utmätning med hjälp av Ingenjörens Glasögon och en Stressmeter", + "advancement.create.cuckoo_clock": "Redan?", + "advancement.create.cuckoo_clock.desc": "Bevittna ditt Gökur meddela läggdags", + "advancement.create.windmill_maxed": "En Intensiv Blåst", + "advancement.create.windmill_maxed.desc": "Montera en väderkvarn med fullständig kraft", + "advancement.create.ejector_maxed": "Trampolin Mästare", + "advancement.create.ejector_maxed.desc": "Bli kastad mer än 30 block av en Viktad Utkastare", + "advancement.create.pulley_maxed": "Rep till Tomma Intet", + "advancement.create.pulley_maxed.desc": "Förläng en Rep Vev över 200 block ned", + "advancement.create.cart_pickup": "Starka Armar", + "advancement.create.cart_pickup.desc": "Plocka upp en Gruvvagns Contraption med minst 200 bifogade block", + "advancement.create.anvil_plough": "Smed Artilleri", + "advancement.create.anvil_plough.desc": "Lansera ett städ med Mekaniska Plogar", + "advancement.create.lava_wheel_00000": "Magma Hjul", + "advancement.create.lava_wheel_00000.desc": "Detta skulle inte ha funkat§7\n(Gömd Prestation)", + "advancement.create.hand_crank_000": "Den Gamla Goda Tiden", + "advancement.create.hand_crank_000.desc": "Använd en Handvev tills den är fullständigt utmattad§7\n(Gömd Prestation)", + "advancement.create.belt_funnel_kiss": "Papegojorna och Klaffarna", + "advancement.create.belt_funnel_kiss.desc": "Gör så att två Rullbandsmonterade Trattar pussar varandra§7\n(Gömd Prestation)", + "advancement.create.stressometer_maxed": "Perfekt Antal Stress", + "advancement.create.stressometer_maxed.desc": "Få en 100% utmätning från en Stressmätare§7\n(Gömd Prestation)", + "advancement.create.copper": "Kopparnikus Tillverkinus", + "advancement.create.copper.desc": "Samla ihop Koppartackor för utnyttjning rörande vätskemanipulation", + "advancement.create.copper_casing": "Kopparåldern", + "advancement.create.copper_casing.desc": "Applicera Koppartackor på avskalat trä för att skapa en vattentät kapsel till dina maskiner", + "advancement.create.spout": "Sploosh", + "advancement.create.spout.desc": "Titta på ett vätskeinnehavande föremål bli fylld av en Spout", + "advancement.create.drain": "Total Dränering", + "advancement.create.drain.desc": "Se ett vätskeinnehavande föremål bli tömd av ett Föremåls Avlopp", + "advancement.create.steam_engine": "Kraftverket", + "advancement.create.steam_engine.desc": "Använd en Ångmaskin för att generera vridmoment", + "advancement.create.steam_whistle": "Ljuvliga Toner", + "advancement.create.steam_whistle.desc": "Aktivera en Ångpipa", + "advancement.create.backtank": "Reserverad Luft", + "advancement.create.backtank.desc": "Skapa en Koppar Baktank och gör så att den samlar på sig lufttryck", + "advancement.create.diving_suit": "Redo för Djupet", + "advancement.create.diving_suit.desc": "Utrusta dig med en Dykarhjälm och en Koppar Baktank för att sedan hoppa in i vatten", + "advancement.create.mechanical_pump_0": "Under Pressure", + "advancement.create.mechanical_pump_0.desc": "Placera och aktivera en Mekanisk Pump", + "advancement.create.glass_pipe": "Flytande Lätt", + "advancement.create.glass_pipe.desc": "Använd din Skiftnyckel på ett rör som innehåller en vätska", + "advancement.create.water_supply": "Pöl Samlare", + "advancement.create.water_supply.desc": "Använd den dragna ändan av ett Vätskerör eller en Mekanisk Pump för att samla vatten", + "advancement.create.hose_pulley": "Industriell Vätskemanipulation", + "advancement.create.hose_pulley.desc": "Sänk ned en Slang Vev och se den tömma eller fylla en källa med vätska", + "advancement.create.chocolate_bucket": "En Värld av Fantasi", + "advancement.create.chocolate_bucket.desc": "Få tag i en hink med smält choklad", + "advancement.create.honey_drain": "Självständig Biodling", + "advancement.create.honey_drain.desc": "Använd rör för att extrahera honung från en bikupa eller ett bisamhälle", + "advancement.create.hose_pulley_lava": "Inte Ens Början", + "advancement.create.hose_pulley_lava.desc": "Pumpa lava från en källa så stor så att den kan kallas oändlig", + "advancement.create.steam_engine_maxed": "Maximerad Ånga", + "advancement.create.steam_engine_maxed.desc": "Driv en värmekälla vid maximal effektnivå", + "advancement.create.foods": "Balanserad Kost", + "advancement.create.foods.desc": "Skapa Chokladglaserade Bär, Honung Indränkt Äpple, och en Söt Rulle där alla kommer ifrån samma Spout", + "advancement.create.diving_suit_lava": "Simmar med Striders", + "advancement.create.diving_suit_lava.desc": "Försök att ta ett dopp i lavan med din dykarutrustning§7\n(Gömd Prestation)", + "advancement.create.chained_drain": "Ute Och Rullar", + "advancement.create.chained_drain.desc": "Se ett föremål förflyttas längs en rad av Föremåls Avlopp§7\n(Gömd Prestation)", + "advancement.create.cross_streams": "Don't Cross the Streams!", + "advancement.create.cross_streams.desc": "Se två vätskor mötas i ditt rör nätverk§7\n(Gömd Prestation)", + "advancement.create.pipe_organ": "Piporgeln", + "advancement.create.pipe_organ.desc": "Fäst 12 unikt stämda Ångpipor till en enstaka Vätsketank", + "advancement.create.brass": "Riktiga Alloys", + "advancement.create.brass.desc": "Skapa Mässingtackor genom att legera Koppar och Zink Tackor i en Blaze-uppvärmd Mekanisk Visp", + "advancement.create.brass_casing": "Mässingåldern", + "advancement.create.brass_casing.desc": "Applicera Mässingtackor på avskalat träd, vilket ger en kapsel för mer avancerade maskiner", + "advancement.create.rose_quartz": "Rosa Diamanter", + "advancement.create.rose_quartz.desc": "Raffinera lite Ros Kvarts", + "advancement.create.deployer": "Artificiell Intelligens", + "advancement.create.deployer.desc": "Placera och aktivera en Avsändare", + "advancement.create.precision_mechanism": "Komplex Nyfikenhet", + "advancement.create.precision_mechanism.desc": "Färdigställ en Precisions Mekanism", + "advancement.create.speed_controller": "Ingenjörer Hatar Hen!", + "advancement.create.speed_controller.desc": "Fin-stäm din Contraption med en Varvtalsregulator", + "advancement.create.mechanical_arm": "Upptagna Händer", + "advancement.create.mechanical_arm.desc": "Se dina Mekaniska Armar transportera sitt första föremål", + "advancement.create.mechanical_crafter": "Automatiserad Sammanställning", + "advancement.create.mechanical_crafter.desc": "Placera och aktivera några Mekaniska Tillverkare", + "advancement.create.crushing_wheel": "Ett Par Jättar", + "advancement.create.crushing_wheel.desc": "Placera och aktivera ett par Krossande Hjul", + "advancement.create.haunted_bell": "Skuggkänsla", + "advancement.create.haunted_bell.desc": "Ring en Hemsökt Ringklocka", + "advancement.create.clockwork_bearing": "Fem i Struktur", + "advancement.create.clockwork_bearing.desc": "Bygg en struktur på ett Klockverks Gångjärn", + "advancement.create.display_link": "Stor Data", + "advancement.create.display_link.desc": "Använd en Visarlänk för att visualisera information", + "advancement.create.potato_cannon": "Flump!", + "advancement.create.potato_cannon.desc": "Besegra en fiende med hjälp av din Potatis Kanon", + "advancement.create.extendo_grip": "Boioioing!", + "advancement.create.extendo_grip.desc": "Få tag på ett Extendo Grip", + "advancement.create.linked_controller": "Fjärraktivering", + "advancement.create.linked_controller.desc": "Aktivera en Rödsten-länk med en Länkad Kontrollenhet", + "advancement.create.arm_blaze_burner": "Mata Elden!", + "advancement.create.arm_blaze_burner.desc": "Instruera en Mekanisk Arm med att mata din Blaze Brännare", + "advancement.create.crusher_maxed_0000": "Röjar Hjul", + "advancement.create.crusher_maxed_0000.desc": "Gör så att ett par Krossande Hjul arbetar på högsta hastighet", + "advancement.create.arm_many_targets": "Fint Skall Det Vara!", + "advancement.create.arm_many_targets.desc": "Programmera en Mekanisk Arm med 10 eller fler utmatningsplatser", + "advancement.create.potato_cannon_collide": "Veganska Fyrverkerier", + "advancement.create.potato_cannon_collide.desc": "Orsaka Potatis Kanons projektiler av olika slag att krocka med varandra", + "advancement.create.self_deploying": "Självkörande Gruvvagn", + "advancement.create.self_deploying.desc": "Skapa en Gruvvagns Contraption som sätter räls framför sig själv", + "advancement.create.fist_bump": "High-five!", + "advancement.create.fist_bump.desc": "Få till två Avsändare att göra en high-five§7\n(Gömd Prestation)", + "advancement.create.crafter_lazy_000": "Desperata Åtgärder", + "advancement.create.crafter_lazy_000.desc": "Sakta ner en Mekanisk Tillverkare rejält för att skjuta upp på redig infrastruktur§7\n(Gömd Prestation)", + "advancement.create.extendo_grip_dual": "Till Dess Fulla Potential", + "advancement.create.extendo_grip_dual.desc": "Extendo Grips för övermänsklig räckvidd§7\n(Gömd Prestation)", + "advancement.create.musical_arm": "DJ Maskin", + "advancement.create.musical_arm.desc": "Se en Mekanisk Arm sköta din Jukebox§7\n(Gömd Prestation)", + "advancement.create.sturdy_sheet": "De Stabilaste Stenarna", + "advancement.create.sturdy_sheet.desc": "Tillverka ett Stabilt Blad genom att raffinera Aktiverad Obsidian", + "advancement.create.train_casing_00": "Den Logistiska Åldern", + "advancement.create.train_casing_00.desc": "Använd Stabila Blad för att skapa en kapsel för järnvägskomponenter", + "advancement.create.train": "Alla Ombord!", + "advancement.create.train.desc": "Skapa ditt första Tåg", + "advancement.create.conductor": "Herr Konduktör Instruktör", + "advancement.create.conductor.desc": "Instruera en Lokförare med ett Tågschema", + "advancement.create.track_signal": "Trafik Kontroll", + "advancement.create.track_signal.desc": "Placera en Tågsignal", + "advancement.create.display_board_0": "Dynamiska Tidtabeller", + "advancement.create.display_board_0.desc": "Förutspå ett Tågs ankomst på ditt Visar-bräde med hjälp av Visarlänkar", + "advancement.create.track_0": "En Ny Mätare", + "advancement.create.track_0.desc": "Få några Tågspår", + "advancement.create.train_whistle": "Choo Choo!", + "advancement.create.train_whistle.desc": "Montera en Ångpipa på ditt tåg och aktivera den i farten", + "advancement.create.train_portal": "Dimensions Pendlare", + "advancement.create.train_portal.desc": "Åk i ett Tåg genom en Nether portal", + "advancement.create.track_crafting_factory": "Räls Fabrik", + "advancement.create.track_crafting_factory.desc": "Producera mer än 1000 Tågspår med samma Mekaniska Tryckpress", + "advancement.create.long_bend": "En Ordentlig Böjning", + "advancement.create.long_bend.desc": "Skapa en räls sektion som böjer sig mer än 30 block", + "advancement.create.long_train": "Ambitiösa Strävanden", + "advancement.create.long_train.desc": "Skapa ett Tåg med minst 6 vagnar", + "advancement.create.long_travel": "Friluftsliv", + "advancement.create.long_travel.desc": "Lämna ett Tåg Säte över 5000 block iväg där du startade din utflykt", + "advancement.create.train_roadkill": "Road Kill", + "advancement.create.train_roadkill.desc": "Kör över en fiende med ditt Tåg§7\n(Gömd Prestation)", + "advancement.create.red_signal": "Legitimerad Chaufför", + "advancement.create.red_signal.desc": "Kör mot röd Tågsignal§7\n(Gömd Prestation)", + "advancement.create.train_crash": "Usel Service", + "advancement.create.train_crash.desc": "Bevittna en Tågolycka som en passagerare§7\n(Gömd Prestation)", + "advancement.create.train_crash_backwards": "Var Är Backspegeln?", + "advancement.create.train_crash_backwards.desc": "Krocka in i ett annat Tåg medans du kör bakåt§7\n(Gömd Prestation)", + + + "_": "->------------------------] UI & Messages [------------------------<-", + + "itemGroup.create.base": "Create", + "itemGroup.create.palettes": "Creates Byggblock", + + "death.attack.create.crush": "%1$s blev mos av Krossar Hjul", + "death.attack.create.crush.player": "%1$s slängdes in i Krossar Hjul av %2$s", + "death.attack.create.fan_fire": "%1$s blev rökt av en Inkapslad Fläkt", + "death.attack.create.fan_fire.player": "%1$s kastades in i en rökare av %2$s", + "death.attack.create.fan_lava": "%1$s förbrändes av en Inkapslad Fläkt", + "death.attack.create.fan_lava.player": "%1$s slängdes in i en smältare av %2$s", + "death.attack.create.mechanical_drill": "%1$s skar sig ordentligt av en Mekanisk Borr", + "death.attack.create.mechanical_drill.player": "%1$s slängdes in en Borr av %2$s", + "death.attack.create.mechanical_saw": "%1$s blev halverad av en Mekanisk Såg", + "death.attack.create.mechanical_saw.player": "%1$s kastades in i en Såg av %2$s", + "death.attack.create.potato_cannon": "%1$s blev skjuten av %2$ss Potatis Kanon", + "death.attack.create.potato_cannon.item": "%1$s blev skjuten av %2$s med %3$s", + "death.attack.create.cuckoo_clock_explosion": "%1$s dog i en explosion av ett lustigt Gökur", + "death.attack.create.cuckoo_clock_explosion.player": "%1$s dog i en explosion av ett lustigt Gökur", + "death.attack.create.run_over": "%1$s blev överkörd av %2$s", + + "create.block.deployer.damage_source_name": "en vild Utplacerare", + "create.block.cart_assembler.invalid": "Placera din Vagnsmontör på ett stycke räls", + + "create.menu.return": "Tillbaka till Menyn", + "create.menu.configure": "Konfigurera...", + "create.menu.ponder_index": "Ponder Index", + "create.menu.only_ingame": "Tillgänglig i Paus Menyn", + "create.menu.report_bugs": "Rapportera Problem", + "create.menu.support": "Stöd Oss", + + "create.recipe.crushing": "Krossa", + "create.recipe.milling": "Kvarna", + "create.recipe.fan_washing": "Bulk Tvätt", + "create.recipe.fan_washing.fan": "Fläkt bakom Rinnande Vatten", + "create.recipe.fan_smoking": "Bulk Rökning", + "create.recipe.fan_smoking.fan": "Fläkt bakom Eld", + "create.recipe.fan_haunting": "Bulk Hemsökning", + "create.recipe.fan_haunting.fan": "Fläkt bakom Soul Fire", + "create.recipe.fan_blasting": "Bulk Smältning", + "create.recipe.fan_blasting.fan": "Fläkt bakom Lava", + "create.recipe.pressing": "Pressar", + "create.recipe.mixing": "Blandar", + "create.recipe.deploying": "Utrullar", + "create.recipe.automatic_shapeless": "Automatiserad Formlös Tillverkning", + "create.recipe.automatic_brewing": "Automatiserad Bryggning", + "create.recipe.packing": "Komprimerar", + "create.recipe.automatic_packing": "Automatiserad Paketering", + "create.recipe.sawing": "Sågar", + "create.recipe.mechanical_crafting": "Mekanisk Tillverkning", + "create.recipe.automatic_shaped": "Formad Automatiserad Tillverkning", + "create.recipe.block_cutting": "Block Skurning", + "create.recipe.wood_cutting": "Trä Skurning", + "create.recipe.sandpaper_polishing": "Sandpapper Raffinerande", + "create.recipe.mystery_conversion": "Mystisk Konvertering", + "create.recipe.spout_filling": "Fyllning av Spout", + "create.recipe.draining": "Föremåls Dränering", + "create.recipe.item_application": "Manuell Föremåls Applikation", + "create.recipe.item_application.any_axe": "Valfri Yxa", + "create.recipe.sequenced_assembly": "Recept Sekvens", + "create.recipe.assembly.next": "Nästa: %1$s", + "create.recipe.assembly.step": "Steg %1$s:", + "create.recipe.assembly.progress": "Framsteg: %1$s/%2$s", + "create.recipe.assembly.pressing": "Bearbetning i Tryckpress", + "create.recipe.assembly.spout_filling_fluid": "Spout %1$s", + "create.recipe.assembly.deploying_item": "Avsänder %1$s", + "create.recipe.assembly.cutting": "Skär med Såg", + "create.recipe.assembly.repeat": "Upprepa Sekvensen %1$s Gånger", + "create.recipe.assembly.junk": "Slumpmässiga gods", + "create.recipe.processing.chance": "%1$s%% Chans", + "create.recipe.deploying.not_consumed": "Icke Förbrukad", + "create.recipe.heat_requirement.none": "Ingen Uppvärmning Behövs", + "create.recipe.heat_requirement.heated": "Uppvärmd", + "create.recipe.heat_requirement.superheated": "Superuppvärmd", + + "create.generic.range": "Räckvidd", + "create.generic.radius": "Radie", + "create.generic.width": "Bredd", + "create.generic.height": "Höjd", + "create.generic.length": "Längd", + "create.generic.speed": "Hastighet", + "create.generic.delay": "Fördröjning", + "create.generic.duration": "Livslängd", + "create.generic.timeUnit": "Tidsenhet", + "create.generic.unit.ticks": "Ticks", + "create.generic.unit.seconds": "Sekunder", + "create.generic.unit.minutes": "Minuter", + "create.generic.daytime.hour": "Timme", + "create.generic.daytime.minute": "Minut", + "create.generic.daytime.second": "Sekund", + "create.generic.daytime.pm": "pm", + "create.generic.daytime.am": "am", + "create.generic.unit.rpm": "RPM", + "create.generic.unit.stress": "su", + "create.generic.unit.degrees": "°", + "create.generic.unit.millibuckets": "mH", + "create.generic.unit.buckets": "H", + "create.generic.clockwise": "Medurs", + "create.generic.counter_clockwise": "Moturs", + "create.generic.in_quotes": "\"%1$s\"", + "create.generic.pitch": "Tonhöjd: %1$s", + "create.generic.notes": "F#;F;E;D#;D;C#;C;B;A#;A;G#;G", + + "create.action.scroll": "Skrolla", + "create.action.confirm": "Bekräfta", + "create.action.abort": "Avbryt", + "create.action.saveToFile": "Spara", + "create.action.discard": "Släng", + + "create.keyinfo.toolmenu": "Fokusera Schematic Overlay", + "create.keyinfo.toolbelt": "Få Åtkomst till Nära Verktygslådor", + "create.keyinfo.scrollup": "Simulera Mushjul Upp (inworld)", + "create.keyinfo.scrolldown": "Simulera Mushjul Ned (inworld)", + + "create.gui.scrollInput.defaultTitle": "Välj ett Alternativ:", + "create.gui.scrollInput.scrollToModify": "Skrolla för att Modifiera", + "create.gui.scrollInput.scrollToAdjustAmount": "Skrolla för att Justera Belopp", + "create.gui.scrollInput.scrollToSelect": "Skrolla för att Välja", + "create.gui.scrollInput.shiftScrollsFaster": "Skift för att Skrolla Snabbare", + "create.gui.toolmenu.focusKey": "Tryck [%1$s] för Fokus", + "create.gui.toolmenu.cycle": "[SCROLL] för att Ändra", + + "create.toolbox.unequip": "Lägg Undan: %1$s", + "create.toolbox.outOfRange": "Verktygslåda för innehavande föremål är ej inom räckvidd", + "create.toolbox.detach": "Stoppa spårning och behåll föremål", + "create.toolbox.depositAll": "Lägg tillbaks föremål till närvarande Verktygslådor", + "create.toolbox.depositBox": "Lägg tillbaks föremål i Verktygslådan", + + "create.gui.symmetryWand.mirrorType": "Spegelvänd", + "create.gui.symmetryWand.orientation": "Inriktning", + + "create.symmetry.mirror.plane": "Spegelvänd En Gång", + "create.symmetry.mirror.doublePlane": "Rektangulär", + "create.symmetry.mirror.triplePlane": "Oktagonal", + + "create.orientation.orthogonal": "Ortogonal", + "create.orientation.diagonal": "Diagonal", + "create.orientation.horizontal": "Horisontal", + "create.orientation.alongZ": "Längs Z", + "create.orientation.alongX": "Längs X", + + "create.gui.terrainzapper.title": "Handhållen Blockzapper", + "create.gui.terrainzapper.searchDiagonal": "Följ Diagonaler", + "create.gui.terrainzapper.searchFuzzy": "Ignorera Materialgränser", + "create.gui.terrainzapper.patternSection": "Mönster", + "create.gui.terrainzapper.pattern.solid": "Solid", + "create.gui.terrainzapper.pattern.checkered": "Schackbräde", + "create.gui.terrainzapper.pattern.inversecheckered": "Inverterat Schackbräde", + "create.gui.terrainzapper.pattern.chance25": "25% Chans", + "create.gui.terrainzapper.pattern.chance50": "50% Chans", + "create.gui.terrainzapper.pattern.chance75": "75% Chans", + "create.gui.terrainzapper.placement": "Placering", + "create.gui.terrainzapper.placement.merged": "Sammanslagen", + "create.gui.terrainzapper.placement.attached": "Fästad", + "create.gui.terrainzapper.placement.inserted": "Infogad", + "create.gui.terrainzapper.brush": "Pensla", + "create.gui.terrainzapper.brush.cuboid": "Rätblock", + "create.gui.terrainzapper.brush.sphere": "Klot", + "create.gui.terrainzapper.brush.cylinder": "Cylinder", + "create.gui.terrainzapper.brush.surface": "Yta", + "create.gui.terrainzapper.brush.cluster": "Kluster", + "create.gui.terrainzapper.tool": "Verktyg", + "create.gui.terrainzapper.tool.fill": "Fyll", + "create.gui.terrainzapper.tool.place": "Placera", + "create.gui.terrainzapper.tool.replace": "Ersätt", + "create.gui.terrainzapper.tool.clear": "Rensa", + "create.gui.terrainzapper.tool.overlay": "Överlägg", + "create.gui.terrainzapper.tool.flatten": "Platta", + + "create.terrainzapper.shiftRightClickToSet": "Skift-Högerklick för att Välja en Form", + "create.terrainzapper.usingBlock": "Använder: %1$s", + "create.terrainzapper.leftClickToSet": "Vänsterklicka ett Block för att ställa in Material", + + "create.minecart_coupling.two_couplings_max": "Gruvvagnar kan ej ha mer än två kopplingar var", + "create.minecart_coupling.unloaded": "Delar av ditt tåg verkar vara i oladdade chunkar", + "create.minecart_coupling.no_loops": "Kopplingar kan inte forma en loop", + "create.minecart_coupling.removed": "Tog bort alla kopplingar från gruvvagnen", + "create.minecart_coupling.too_far": "Gruvvagnarna är för långt ifrån varandra", + + "create.contraptions.movement_mode": "Rörelse Läge", + "create.contraptions.movement_mode.move_place": "Placera Alltid när Stoppad", + "create.contraptions.movement_mode.move_place_returned": "Placera endast vid Startposition", + "create.contraptions.movement_mode.move_never_place": "Placera endast när Ankare är Förstört", + "create.contraptions.movement_mode.rotate_place": "Placera Alltid när Stoppad", + "create.contraptions.movement_mode.rotate_place_returned": "Placera Endast nära Initial Vinkel", + "create.contraptions.movement_mode.rotate_never_place": "Placera endast när Ankare har Förstörts", + "create.contraptions.cart_movement_mode": "Vagn Rörelse Läge", + "create.contraptions.cart_movement_mode.rotate": "Alltid riktad mot rörelse", + "create.contraptions.cart_movement_mode.rotate_paused": "Pausa aktörer vid rotation", + "create.contraptions.cart_movement_mode.rotation_locked": "Lås rotation", + "create.contraptions.windmill.rotation_direction": "Rotationsriktning", + "create.contraptions.clockwork.clock_hands": "Klockvisare", + "create.contraptions.clockwork.hour_first": "Timvisaren först", + "create.contraptions.clockwork.minute_first": "Minutvisaren först", + "create.contraptions.clockwork.hour_first_24": "24-Timmars visaren först", + + "create.logistics.filter": "Filter", + "create.logistics.recipe_filter": "Recept Filter", + "create.logistics.fluid_filter": "Vätske Filter", + "create.logistics.firstFrequency": "Frek. #1", + "create.logistics.secondFrequency": "Frek. #2", + "create.logistics.filter.apply": "Tillämpade filter till %1$s.", + "create.logistics.filter.apply_click_again": "Tillämpade filter på %1$s, klicka igen för att kopiera beloppet.", + "create.logistics.filter.apply_count": "Applicerade antal extraheringar för filter.", + + "create.gui.goggles.generator_stats": "Generator Statistik:", + "create.gui.goggles.kinetic_stats": "Kinetisk Statistik:", + "create.gui.goggles.at_current_speed": "vid aktuell hastighet", + "create.gui.goggles.pole_length": "Stolp Längd:", + "create.gui.goggles.fluid_container": "Information Om Vätskebehållare:", + "create.gui.goggles.fluid_container.capacity": "Kapacitet:", + "create.gui.assembly.exception": "Denna Contraption kunde inte monteras:", + "create.gui.assembly.exception.unmovableBlock": "Oflyttbart block (%4$s) vid [%1$s,%2$s,%3$s]", + "create.gui.assembly.exception.chunkNotLoaded": "Blocket vid [%1$s,%2$s,%3$s] var inte i en laddad chunk", + "create.gui.assembly.exception.structureTooLarge": "Där är för många Block i din contraption.\nDet konfigurerade maxantalet är: %1$s", + "create.gui.assembly.exception.tooManyPistonPoles": "Det finns för många Förlängnings Stångar bundna till denna Kolv.\nDet konfigurerade maxantalet är: %1$s", + "create.gui.assembly.exception.noPistonPoles": "Kolven saknar några Förlängnings Stångar", + "create.gui.assembly.exception.not_enough_sails": "Bifogad struktur har ej tillräckligt med segelliknande block: %1$s\nEtt minimum av %2$s krävs", + "create.gui.gauge.info_header": "Mätarinformation:", + "create.gui.speedometer.title": "Rotationshastighet", + "create.gui.stressometer.title": "Nätverk Stress", + "create.gui.stressometer.capacity": "Resterande Kapacitet", + "create.gui.stressometer.overstressed": "Överbelastad", + "create.gui.stressometer.no_rotation": "Ingen Rotation", + "create.gui.contraptions.not_fast_enough": "Det verkar som att denna %1$s _inte_ roterar med _tillräcklig_ _fart_.", + "create.gui.contraptions.network_overstressed": "Det verkar som att denna contraption är _överbelastad_. Lägg till mer resurser eller _sakta_ _ned_ komponenterna med en högre _stress_ _påverkan_.", + "create.gui.adjustable_crate.title": "Justerbar Låda", + "create.gui.adjustable_crate.storageSpace": "Lagrings Utrymme", + "create.gui.stockpile_switch.title": "Lagerhögs Relä", + "create.gui.stockpile_switch.invert_signal": "Invertera Signal", + "create.gui.stockpile_switch.move_to_lower_at": "Flytta till lägre plats vid %1$s%%", + "create.gui.stockpile_switch.move_to_upper_at": "Flytta till övre plats vid %1$s%%", + "create.gui.sequenced_gearshift.title": "Serie Växel", + "create.gui.sequenced_gearshift.instruction": "Instruktion", + "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Vrid av vinkel", + "create.gui.sequenced_gearshift.instruction.turn_angle": "Vrid", + "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Vinkel", + "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Vänd för att flytta Kolv/Vev/Brygga", + "create.gui.sequenced_gearshift.instruction.turn_distance": "Kolv", + "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Avstånd", + "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Tidsinställd Fördröjning", + "create.gui.sequenced_gearshift.instruction.delay": "Fördröjning", + "create.gui.sequenced_gearshift.instruction.delay.duration": "Tidslängd", + "create.gui.sequenced_gearshift.instruction.end.descriptive": "Avsluta", + "create.gui.sequenced_gearshift.instruction.end": "Avsluta", + "create.gui.sequenced_gearshift.instruction.await.descriptive": "Vänta in ny Rödstens Puls", + "create.gui.sequenced_gearshift.instruction.await": "Vänta in", + "create.gui.sequenced_gearshift.speed": "Hastighet, Riktning", + "create.gui.sequenced_gearshift.speed.forward": "Inmatningshastighet, Framåt", + "create.gui.sequenced_gearshift.speed.forward_fast": "Dubbelhastighet, Framåt", + "create.gui.sequenced_gearshift.speed.back": "Inmatningshastighet, Omvänd", + "create.gui.sequenced_gearshift.speed.back_fast": "Dubbelhastighet, Omvänd", + + "create.schematicAndQuill.dimensions": "Schematisk Storlek: %1$sx%2$sx%3$s", + "create.schematicAndQuill.firstPos": "Första positionen inställd.", + "create.schematicAndQuill.secondPos": "Andra positionen inställd.", + "create.schematicAndQuill.noTarget": "Håll in [Ctrl] för att välja Luft block.", + "create.schematicAndQuill.abort": "Tog bort selektion.", + "create.schematicAndQuill.title": "Schematic Namn:", + "create.schematicAndQuill.convert": "Spara och Ladda Upp Omedelbart", + "create.schematicAndQuill.fallbackName": "Min Schematic", + "create.schematicAndQuill.saved": "Sparad som %1$s", + + "create.schematic.invalid": "[!] Ogiltigt Föremål - Använd Schematic Bordet istället", + "create.schematic.position": "Position", + "create.schematic.rotation": "Rotation", + "create.schematic.rotation.none": "Ingen", + "create.schematic.rotation.cw90": "Medurs 90", + "create.schematic.rotation.cw180": "Medurs 180", + "create.schematic.rotation.cw270": "Medurs 270", + "create.schematic.mirror": "Spegelvänd", + "create.schematic.mirror.none": "Ingen", + "create.schematic.mirror.frontBack": "Fram-Bak", + "create.schematic.mirror.leftRight": "Vänster-Höger", + "create.schematic.tool.deploy": "Position", + "create.schematic.tool.move": "Flytta XZ", + "create.schematic.tool.movey": "Flytta Y", + "create.schematic.tool.rotate": "Rotera", + "create.schematic.tool.print": "Skriv Ut", + "create.schematic.tool.flip": "Spegelvänd", + "create.schematic.tool.deploy.description.0": "Flyttar strukturen till en plats.", + "create.schematic.tool.deploy.description.1": "Högerklicka på marken för att placera.", + "create.schematic.tool.deploy.description.2": "Håll [Ctrl] för att välja på ett fixerat avstånd.", + "create.schematic.tool.deploy.description.3": "[Ctrl]-Skrolla för att ändra avståndet.", + "create.schematic.tool.move.description.0": "Skiftar Schematic Horisontellt.", + "create.schematic.tool.move.description.1": "Peka på Schematic och [CTRL]-Skrolla för att putta den.", + "create.schematic.tool.move.description.2": "UNLOCALIZED: ", + "create.schematic.tool.move.description.3": "UNLOCALIZED: ", + "create.schematic.tool.movey.description.0": "Skiftar Schematic Vertikalt.", + "create.schematic.tool.movey.description.1": "[CTRL]-Skrolla för att flytta det upp/ned.", + "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", + "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", + "create.schematic.tool.rotate.description.0": "Roterar Schematic kring dess centrum.", + "create.schematic.tool.rotate.description.1": "[CTRL]-Skrolla för att rotera med 90 grader.", + "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", + "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", + "create.schematic.tool.print.description.0": "Placerar omedelbart strukturen i världen.", + "create.schematic.tool.print.description.1": "[Right-Click] för att bekräfta placeringen på den nuvarande platsen.", + "create.schematic.tool.print.description.2": "Detta verktyg är endast för Kreativt läge.", + "create.schematic.tool.print.description.3": "UNLOCALIZED: ", + "create.schematic.tool.flip.description.0": "Vänder Schematic längs ytan du valt.", + "create.schematic.tool.flip.description.1": "Peka på Schematic och [CTRL]-Skrolla för att vända den.", + "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", + "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", + + "create.schematics.synchronizing": "Synkroniserar...", + "create.schematics.uploadTooLarge": "Din schematic överskrider begränsningarna satta av servern.", + "create.schematics.maxAllowedSize": "Den största tillåtna filstorleken av en schematic är:", + + "create.gui.schematicTable.refresh": "Ladda Om Filer", + "create.gui.schematicTable.open_folder": "Öppna Fil", + "create.gui.schematicTable.title": "Schematic Bord", + "create.gui.schematicTable.availableSchematics": "Tillgängliga Schematics", + "create.gui.schematicTable.noSchematics": "Inga Schematics Sparade", + "create.gui.schematicTable.uploading": "Laddar Upp...", + "create.gui.schematicTable.finished": "Uppladdning Klar!", + "create.gui.schematicannon.title": "Schematikanon", + "create.gui.schematicannon.listPrinter": "Checklista Skrivaren", + "create.gui.schematicannon.gunpowderLevel": "Krut är %1$s%%", + "create.gui.schematicannon.shotsRemaining": "Skott kvar: %1$s", + "create.gui.schematicannon.shotsRemainingWithBackup": "Med backup: %1$s", + "create.gui.schematicannon.optionEnabled": "Aktuellt Aktiverad", + "create.gui.schematicannon.optionDisabled": "Aktuellt Inaktiverad", + "create.gui.schematicannon.showOptions": "Visa Skrivarinställningar", + "create.gui.schematicannon.option.dontReplaceSolid": "Ersätt Inte Fasta Block", + "create.gui.schematicannon.option.replaceWithSolid": "Ersätt Fast med Fast", + "create.gui.schematicannon.option.replaceWithAny": "Ersätt Fast med Valfri", + "create.gui.schematicannon.option.replaceWithEmpty": "Ersätt Fast med Tom", + "create.gui.schematicannon.option.skipMissing": "Hoppa över saknande Block", + "create.gui.schematicannon.option.skipTileEntities": "Skydda Block Enheter", + "create.gui.schematicannon.slot.gunpowder": "Tillsätt krut för att driva kanonen", + "create.gui.schematicannon.slot.listPrinter": "Placera böcker här för att skriva ut en Checklista för din Schematic", + "create.gui.schematicannon.slot.schematic": "Lägg till din Schematic här. Dubbelkolla så att den blir utplacerat på en specifik plats.", + "create.gui.schematicannon.option.skipMissing.description": "Om kanonen ej kan hitta ett nödvändigt block för placering, kommer den att fortsätta på nästa plats.", + "create.gui.schematicannon.option.skipTileEntities.description": "Kanonen kommer undvika att ersätta informationsinnehavande block såsom kistor.", + "create.gui.schematicannon.option.dontReplaceSolid.description": "Kanonen kommer aldrig att ersätta fasta block i dess arbetsområde, endast ej fasta block och luft.", + "create.gui.schematicannon.option.replaceWithSolid.description": "Kanonen kommer bara ersätta fasta block i dess arbetsområde om Schematic innehåller ett fast block på platsen.", + "create.gui.schematicannon.option.replaceWithAny.description": "Kanonen kommer att ersätta fasta block i dess arbetsområde om Schematic innehåller något block på platsen.", + "create.gui.schematicannon.option.replaceWithEmpty.description": "Kanonen kommer att rensa bort alla block i dess arbetsområde, inklusive de som ersatts av luft.", + + "create.schematicannon.status.idle": "Inaktiv", + "create.schematicannon.status.ready": "Redo", + "create.schematicannon.status.running": "Körs", + "create.schematicannon.status.finished": "Klart", + "create.schematicannon.status.paused": "Pausad", + "create.schematicannon.status.stopped": "Stoppad", + "create.schematicannon.status.noGunpowder": "Slut på Krut", + "create.schematicannon.status.targetNotLoaded": "Målet är ej laddat", + "create.schematicannon.status.targetOutsideRange": "Målet är för lång bort", + "create.schematicannon.status.searching": "Söker", + "create.schematicannon.status.skipping": "Hoppar över", + "create.schematicannon.status.missingBlock": "Saknande föremål:", + "create.schematicannon.status.placing": "Placerar", + "create.schematicannon.status.clearing": "Rensar Block", + "create.schematicannon.status.schematicInvalid": "Schematic Ogiltig", + "create.schematicannon.status.schematicNotPlaced": "Schematic ej Positionerad", + "create.schematicannon.status.schematicExpired": "Schematic fil har löpt ut", + + "create.materialChecklist": "Material Checklista", + "create.materialChecklist.blocksNotLoaded": "* OBS * \n\nMaterial lista kan vara felaktig på grund av relevanta chunkar som ej är inladdade.", + + "create.gui.filter.deny_list": "Neka-lista", + "create.gui.filter.deny_list.description": "Föremål passerar om de INTE matchar något av ovanstående. En tom Neka-lista accepterar allt.", + "create.gui.filter.allow_list": "Tillåt-lista", + "create.gui.filter.allow_list.description": "Föremål passerar om de matchar något av ovastående. En tom Tillåt-lista avvisar allt.", + "create.gui.filter.respect_data": "Respektera Data", + "create.gui.filter.respect_data.description": "Föremål matchar bara om deras hållbarhet, förtrollningar, och andra attribut också matchar.", + "create.gui.filter.ignore_data": "Ignorera Data", + "create.gui.filter.ignore_data.description": "Föremål matchar oavsett vilka egenskaper de har.", + + "create.item_attributes.placeable": "är placerbar", + "create.item_attributes.placeable.inverted": "är ej placerbar", + "create.item_attributes.consumable": "kan ätas", + "create.item_attributes.consumable.inverted": "kan ej ätas", + "create.item_attributes.fluid_container": "kan förvara vätskor", + "create.item_attributes.fluid_container.inverted": "kan ej förvara vätskor", + "create.item_attributes.enchanted": "är förtrollad", + "create.item_attributes.enchanted.inverted": "är inte förtrollad", + "create.item_attributes.max_enchanted": "är förtrollad på maxnivå", + "create.item_attributes.max_enchanted.inverted": "är inte förtrollad på maxnivå", + "create.item_attributes.renamed": "har ett eget namn", + "create.item_attributes.renamed.inverted": "har inte eget namn", + "create.item_attributes.damaged": "är skadad", + "create.item_attributes.damaged.inverted": "är inte skadad", + "create.item_attributes.badly_damaged": "är kraftigt skadad", + "create.item_attributes.badly_damaged.inverted": "är inte kraftigt skadad", + "create.item_attributes.not_stackable": "kan ej staplas", + "create.item_attributes.not_stackable.inverted": "kan staplas", + "create.item_attributes.equipable": "kan utrustas", + "create.item_attributes.equipable.inverted": "kan ej utrustas", + "create.item_attributes.furnace_fuel": "är brännbränsle", + "create.item_attributes.furnace_fuel.inverted": "är inte brännbränsle", + "create.item_attributes.washable": "kan Tvättas", + "create.item_attributes.washable.inverted": "kan ej Tvättas", + "create.item_attributes.hauntable": "kan Hemsökas", + "create.item_attributes.hauntable.inverted": "kan ej Hemsökas", + "create.item_attributes.crushable": "kan Krossas", + "create.item_attributes.crushable.inverted": "kan inte Krossas", + "create.item_attributes.smeltable": "kan Smältas", + "create.item_attributes.smeltable.inverted": "kan inte Smältas", + "create.item_attributes.smokable": "kan bli Rökt", + "create.item_attributes.smokable.inverted": "kan ej bli Rökt", + "create.item_attributes.blastable": "kan Smältas i en Masugn", + "create.item_attributes.blastable.inverted": "kan inte Smältas i en Masugn", + "create.item_attributes.compostable": "kan Komposteras", + "create.item_attributes.compostable.inverted": "kan ej Komposteras", + "create.item_attributes.shulker_level": "är shulker %1$s", + "create.item_attributes.shulker_level.inverted": "är shulker inte %1$s", + "create.item_attributes.shulker_level.full": "fullt", + "create.item_attributes.shulker_level.empty": "tom", + "create.item_attributes.shulker_level.partial": "delvis fylld", + "create.item_attributes.in_tag": "är taggad %1$s", + "create.item_attributes.in_tag.inverted": "är inte taggad %1$s", + "create.item_attributes.in_item_group": "är i grupp \"%1$s\"", + "create.item_attributes.in_item_group.inverted": "är ej i grupp \"%1$s\"", + "create.item_attributes.added_by": "lades till av %1$s", + "create.item_attributes.added_by.inverted": "blev ej tillagd av %1$s", + "create.item_attributes.has_enchant": "är förtrollad med %1$s", + "create.item_attributes.has_enchant.inverted": "är inte förtrollad med %1$s", + "create.item_attributes.color": "är färgad %1$s", + "create.item_attributes.color.inverted": "är inte färgad %1$s", + "create.item_attributes.has_fluid": "innehåller %1$s", + "create.item_attributes.has_fluid.inverted": "innehåller inte %1$s", + "create.item_attributes.has_name": "har det anpassade namnet %1$s", + "create.item_attributes.has_name.inverted": "har inte det anpassade namnet %1$s", + "create.item_attributes.book_author": "författad av %1$s", + "create.item_attributes.book_author.inverted": "är inte författad av %1$s", + "create.item_attributes.book_copy_original": "är en original", + "create.item_attributes.book_copy_original.inverted": "är inte ett original", + "create.item_attributes.book_copy_first": "är en förstahands kopia", + "create.item_attributes.book_copy_first.inverted": "är inte en förstahands kopia", + "create.item_attributes.book_copy_second": "är en andrahandskopia ", + "create.item_attributes.book_copy_second.inverted": "är inte en andrahandskopia", + "create.item_attributes.book_copy_tattered": "är en trasig röra", + "create.item_attributes.book_copy_tattered.inverted": "är inte en trasig röra", + "create.item_attributes.astralsorcery_amulet": "förbättrar %1$s", + "create.item_attributes.astralsorcery_amulet.inverted": "förbättrar inte %1$s", + "create.item_attributes.astralsorcery_constellation": "är inställd till %1$s", + "create.item_attributes.astralsorcery_constellation.inverted": "är inte inställd till %1$s", + "create.item_attributes.astralsorcery_crystal": "har kristall attribut %1$s", + "create.item_attributes.astralsorcery_crystal.inverted": "har inte kristall attribut %1$s", + "create.item_attributes.astralsorcery_perk_gem": "har förmån attribut %1$s", + "create.item_attributes.astralsorcery_perk_gem.inverted": "har inte förmåns attribut %1$s", + + "create.gui.attribute_filter.no_selected_attributes": "Inga attribut valda", + "create.gui.attribute_filter.selected_attributes": "Valda attribut:", + "create.gui.attribute_filter.add_attribute": "Lägg till attribut i Listan", + "create.gui.attribute_filter.add_inverted_attribute": "Lägg till motsatt attribut i Listan", + "create.gui.attribute_filter.allow_list_disjunctive": "Tillåt-lista (Vad som helst)", + "create.gui.attribute_filter.allow_list_disjunctive.description": "Föremål passerar om de har något av de valda attributen.", + "create.gui.attribute_filter.allow_list_conjunctive": "Tillåt-lista (Allt)", + "create.gui.attribute_filter.allow_list_conjunctive.description": "Föremål passerar bara om de har ALLA av de valda attributen.", + "create.gui.attribute_filter.deny_list": "Neka-lista", + "create.gui.attribute_filter.deny_list.description": "Föremål passerar om de INTE har något av de valda attributen.", + "create.gui.attribute_filter.add_reference_item": "Lägg Till Referensföremål", + + "create.tooltip.holdForDescription": "Håll [%1$s] för Summering.", + "create.tooltip.holdForControls": "Håll [%1$s] för Kontroller.", + "create.tooltip.keyShift": "Skift ", + "create.tooltip.keyCtrl": "Ctrl", + "create.tooltip.speedRequirement": "Hastighetskrav: %1$s", + "create.tooltip.speedRequirement.none": "Ingen", + "create.tooltip.speedRequirement.slow": "Långsam", + "create.tooltip.speedRequirement.medium": "Måttlig", + "create.tooltip.speedRequirement.fast": "Snabb", + "create.tooltip.stressImpact": "Kinetisk Stresseffekt: %1$s", + "create.tooltip.stressImpact.low": "Låg", + "create.tooltip.stressImpact.medium": "Måttlig", + "create.tooltip.stressImpact.high": "Hög", + "create.tooltip.stressImpact.overstressed": "Överbelastad", + "create.tooltip.up_to": "Upp till %1$s", + "create.tooltip.capacityProvided": "Kinetisk Stresskapacitet: %1$s", + "create.tooltip.capacityProvided.low": "Liten", + "create.tooltip.capacityProvided.medium": "Medel", + "create.tooltip.capacityProvided.high": "Stor", + "create.tooltip.generationSpeed": "Genererar vid %1$s %2$s", + "create.tooltip.analogStrength": "Analog Styrka: %1$s/15", + + "create.mechanical_arm.extract_from": "Ta föremål från %1$s", + "create.mechanical_arm.deposit_to": "Sätt in föremål till %1$s", + "create.mechanical_arm.summary": "Mekanisk Arm har %1$s inmatning(ar) och %2$s utgång(ar).", + "create.mechanical_arm.points_outside_range": "%1$s valda interaktionspunkten togs bort på grund av intervallbegränsningar.", + + "create.weighted_ejector.target_set": "Mål Valt", + "create.weighted_ejector.target_not_valid": "Stöter ut till Angränsande block (Målet var ej giltigt)", + "create.weighted_ejector.no_target": "Stöter ut till Angränsande block (Inget mål valdes)", + "create.weighted_ejector.targeting": "Stöter ut till [%1$s,%2$s,%3$s]", + "create.weighted_ejector.stack_size": "Utkastad Stackstorlek", + + "create.logistics.when_multiple_outputs_available": "När flera utgångar är tillgängliga", + + "create.mechanical_arm.selection_mode.round_robin": "Rund Robin", + "create.mechanical_arm.selection_mode.forced_round_robin": "Tvingad Rund Robin", + "create.mechanical_arm.selection_mode.prefer_first": "Föredra Första Mål", + + "create.tunnel.selection_mode.split": "Dela", + "create.tunnel.selection_mode.forced_split": "Tvång Dela", + "create.tunnel.selection_mode.round_robin": "Rund Robin", + "create.tunnel.selection_mode.forced_round_robin": "Tvingad Rund Robin", + "create.tunnel.selection_mode.prefer_nearest": "Föredra Närmaste", + "create.tunnel.selection_mode.randomize": "Slumpa", + "create.tunnel.selection_mode.synchronize": "Synkronisera Inmatningar", + + "create.tooltip.chute.header": "Rör Information", + "create.tooltip.chute.items_move_down": "Föremål flyttas Nedåt", + "create.tooltip.chute.items_move_up": "Föremål flyttas Uppåt", + "create.tooltip.chute.no_fans_attached": "Inga anslutna fläktar", + "create.tooltip.chute.fans_push_up": "Fläktar trycker Nedifrån", + "create.tooltip.chute.fans_push_down": "Fläktar trycker från Ovan", + "create.tooltip.chute.fans_pull_up": "Fläktar drar från Ovan", + "create.tooltip.chute.fans_pull_down": "Fläktar drar från Under", + "create.tooltip.chute.contains": "Innehåller: %1$s x%2$s", + "create.tooltip.deployer.header": "Avsändarinformation", + "create.tooltip.deployer.using": "Läge: Använd", + "create.tooltip.deployer.punching": "Läge: Anfall", + "create.tooltip.deployer.contains": "Föremål: %1$s x%2$s", + "create.tooltip.brass_tunnel.contains": "Distribuerar för närvarande: ", + "create.tooltip.brass_tunnel.contains_entry": ">%1$s x%2$s", + "create.tooltip.brass_tunnel.retrieve": "Högerklicka för att hämta", + + "create.linked_controller.bind_mode": "Bindläge aktivt", + "create.linked_controller.press_keybind": "Tryck %1$s, %2$s, %3$s, %4$s, %5$s, eller %6$s, för att binda denna frekvens till respektive tangent", + "create.linked_controller.key_bound": "Frekvens bunden till %1$s", + "create.linked_controller.frequency_slot_1": "Tangentbindning %1$s, Frek. #1", + "create.linked_controller.frequency_slot_2": "Tangentbindning %1$s, Frek. #2", + + "create.crafting_blueprint.crafting_slot": "Ingrediensplats", + "create.crafting_blueprint.filter_items_viable": "Avancerade filterobjekt är genomförbara", + "create.crafting_blueprint.display_slot": "Visa Plats", + "create.crafting_blueprint.inferred": "Inläst från recept", + "create.crafting_blueprint.manually_assigned": "Manuellt tilldelad", + "create.crafting_blueprint.secondary_display_slot": "Sekundär Visa Plats", + "create.crafting_blueprint.optional": "Valfritt", + + "create.potato_cannon.ammo.attack_damage": "%1$s Attackskada", + "create.potato_cannon.ammo.reload_ticks": "%1$s Omladdnings Ticks", + "create.potato_cannon.ammo.knockback": "%1$s Knuff", + + "create.hint.hose_pulley.title": "Bottenfri Källa", + "create.hint.hose_pulley": "Den inriktade källan av vätska anses vara oändlig.", + "create.hint.mechanical_arm_no_targets.title": "Inga Mål", + "create.hint.mechanical_arm_no_targets": "Det värkar som att denna _Mekaniska_ _Arm_ ej har tilldelats några _mål._ Väj rullband, depåer, rullbandstrattar och andra block genom att _högerklicka_ dem medans du _håller_ den _Mekaniska_ _Armen_ i din _hand_.", + "create.hint.empty_bearing.title": "Uppdatera Gångjärn", + "create.hint.empty_bearing": "_Högerklicka_ gångjärnet med en _tom_ _hand_ för att _lägga_ _till_ strukturen du just byggt framför den.", + "create.hint.full_deployer.title": "Överflöde av Föremål", + "create.hint.full_deployer": "Det verkar som att denna _Avsändare_ innehåller _överskridande_ _föremål_ som måste _extraheras._ Använd en _tratt,_ _rullbandstratt_ eller andra verk som kan frigöra överskottet.", + + "create.backtank.low": "Baktankstryck lågt", + "create.backtank.depleted": "Baktankstryck uttömt", + + "create.hint.derailed_train.title": "Urspårat Tåg", + "create.hint.derailed_train": "Det verkar som att detta _Tåg_ har spårat ur. _Högerklicka_ med en _skiftnyckel_ för att flytta den till ett spår i närheten.", + + "create.boiler.status": "Värmepanna Status: %1$s", + "create.boiler.status_short": "Värmepanna: %1$s", + "create.boiler.passive": "Passiv", + "create.boiler.idle": "Inaktiv", + "create.boiler.lvl": "Lvl %1$s", + "create.boiler.max_lvl": "Max", + "create.boiler.size": "Storlek", + "create.boiler.size_dots": "....... ", + "create.boiler.water": "Vatten", + "create.boiler.water_dots": "... ", + "create.boiler.heat": "Värme", + "create.boiler.heat_dots": "...... ", + "create.boiler.via_one_engine": "via 1 motor", + "create.boiler.via_engines": "via %1$s motorer", + + "create.gui.schedule.lmb_edit": "Vänsterklicka för att Ändra", + "create.gui.schedule.rmb_remove": "Högerklicka för att Radera", + "create.gui.schedule.duplicate": "Duplicera", + "create.gui.schedule.remove_entry": "Radera Åtgärd", + "create.gui.schedule.add_entry": "Lägg till Åtgärd", + "create.gui.schedule.move_up": "Flytta upp", + "create.gui.schedule.move_down": "Flytta ned", + "create.gui.schedule.add_condition": "Lägg till Villkor", + "create.gui.schedule.alternative_condition": "Alternativt Villkor", + + "create.schedule.instruction_type": "Nästa Åtgärd:", + "create.schedule.instruction.editor": "Instruktionsredigerare", + "create.schedule.instruction.destination": "Res till Station", + "create.schedule.instruction.destination.summary": "Nästa Stopp:", + "create.schedule.instruction.filter_edit_box": "Stationsnamn", + "create.schedule.instruction.filter_edit_box_1": "Använd * som ett jokertecken", + "create.schedule.instruction.filter_edit_box_2": "Exempel: \"Min Station, Plattform *\"", + "create.schedule.instruction.filter_edit_box_3": "Tåg plockar närmaste obebodda match", + "create.schedule.instruction.rename": "Uppdatera Schema Titel", + "create.schedule.instruction.rename.summary": "Ny Titel:", + "create.schedule.instruction.name_edit_box": "Schema Titel", + "create.schedule.instruction.name_edit_box_1": "Påverkar text visad på skärmar", + "create.schedule.instruction.name_edit_box_2": "Förvald till nästa destinations namn", + "create.schedule.instruction.throttle": "Gräns för Maxhastighet", + "create.schedule.instruction.throttle.summary": "Ändra Maxhastighet till %1$s", + "create.schedule.instruction.throttle_edit_box": "Spjäll", + "create.schedule.instruction.throttle_edit_box_1": "Påverkar Tågets maxhastighet", + "create.schedule.condition_type": "Fortsätt om/efter:", + "create.schedule.condition.editor": "Villkor Redigerare", + "create.schedule.condition.delay": "Planerad Fördröjning", + "create.schedule.condition.delay_short": "Vänta: %1$s", + "create.schedule.condition.delay.status": "Avgår om %1$s", + "create.schedule.condition.idle": "Lastinaktivitet", + "create.schedule.condition.idle_short": "Lasttomgång: %1$s", + "create.schedule.condition.idle.status": "Lasttomgång för: %1$s", + "create.schedule.condition.for_x_time": "för %1$s", + "create.schedule.condition.unloaded": "Chunk Avlastad", + "create.schedule.condition.unloaded.status": "Väntar på avlastning av chunk", + "create.schedule.condition.powered": "Station Igångsatt", + "create.schedule.condition.powered.status": "Väntar på rödsten", + "create.schedule.condition.time_of_day": "Tid på Dygnet", + "create.schedule.condition.time_of_day.scheduled": "Planerad Tid: %1$s", + "create.schedule.condition.time_of_day.digital_format": "%1$s:%3$s %4$s", + "create.schedule.condition.time_of_day.rotation": "Rotation", + "create.schedule.condition.time_of_day.rotation.every_24": "Varje Dag", + "create.schedule.condition.time_of_day.rotation.every_12": "Var 12:00", + "create.schedule.condition.time_of_day.rotation.every_6": "Var 6:00", + "create.schedule.condition.time_of_day.rotation.every_4": "Var 4:00", + "create.schedule.condition.time_of_day.rotation.every_3": "Var 3:00", + "create.schedule.condition.time_of_day.rotation.every_2": "Var 2:00", + "create.schedule.condition.time_of_day.rotation.every_1": "Var 1:00", + "create.schedule.condition.time_of_day.rotation.every_0_45": "Var 0:45", + "create.schedule.condition.time_of_day.rotation.every_0_30": "Var 0:30", + "create.schedule.condition.time_of_day.rotation.every_0_15": "Var 0:15", + "create.schedule.condition.time_of_day.status": "Avgår vid", + "create.schedule.condition.threshold.train_holds": "Tåget rymmer %1$s", + "create.schedule.condition.threshold.greater": "mer än", + "create.schedule.condition.threshold.less": "mindre än", + "create.schedule.condition.threshold.equal": "exakt", + "create.schedule.condition.threshold.x_units_of_item": "%1$s %2$s av %3$s", + "create.schedule.condition.threshold.matching_content": "Matchande Innehåll", + "create.schedule.condition.threshold.anything": "Vad som helst", + "create.schedule.condition.threshold.item_measure": "Mätning av Föremål", + "create.schedule.condition.threshold.items": "Föremål", + "create.schedule.condition.threshold.stacks": "Stackar", + "create.schedule.condition.threshold.buckets": "Hinkar", + "create.schedule.condition.threshold.status": "Last: %1$s/%2$s %3$s", + "create.schedule.condition.threshold.place_item": "Referensobjekt", + "create.schedule.condition.threshold.place_item_2": "Filter kan användas", + "create.schedule.condition.threshold.place_item_3": "Lämna tom för att matcha valfri", + "create.schedule.condition.fluid_threshold": "Vätskelast Villkor", + "create.schedule.condition.item_threshold": "Gods Lastvillkor", + "create.schedule.condition.redstone_link": "Rödstenslänk", + "create.schedule.condition.redstone_link.status": "Väntar på rödstenslänk", + "create.schedule.condition.redstone_link_on": "Länk På", + "create.schedule.condition.redstone_link_off": "Länk Av", + "create.schedule.condition.redstone_link.powered": "Aktiverad", + "create.schedule.condition.redstone_link.unpowered": "Ej Aktiverad", + "create.schedule.condition.redstone_link.frequency_state": "Frekvensskick:", + "create.schedule.condition.redstone_link.frequency_powered": "Frekvens aktiverad:", + "create.schedule.condition.redstone_link.frequency_unpowered": "Frekvens ej aktiverad:", + "create.schedule.condition.player_count": "Sittande Spelare", + "create.schedule.condition.player_count.summary": "%1$s Spelare", + "create.schedule.condition.player_count.summary_plural": "%1$s Spelare", + "create.schedule.condition.player_count.seated": "%1$s Sittande", + "create.schedule.condition.player_count.players": "Spelare", + "create.schedule.condition.player_count.condition": "Villkorlig", + "create.schedule.condition.player_count.exactly": "Exakt", + "create.schedule.condition.player_count.or_above": "Eller över", + "create.schedule.condition.player_count.status": "Passagerare: %1$s/%2$s", + "create.schedule.loop": "Repetera Alltid", + "create.schedule.loop1": "Schemat börjar om", + "create.schedule.loop2": "när slutförd", + "create.schedule.reset": "Nollställ Framsteg", + "create.schedule.skip": "Hoppa över nuvarande Stopp", + "create.schedule.applied_to_train": "Tåget följer nu detta Schema", + "create.schedule.non_controlling_seat": "Konduktören behöver sitta framför ett Kontrollblock", + "create.schedule.remove_with_empty_hand": "Ta bort nuvarande Schema med en tom hand", + "create.schedule.auto_removed_from_train": "Auto-Schema kasserat", + "create.schedule.removed_from_train": "Schema hämtat från Tåget", + "create.schedule.no_stops": "Detta Schema har inga stopp än", + "create.schedule.continued": "Schema återupptogs", + + "create.track.selection_cleared": "Markering Rensad", + "create.track.valid_connection": "Kan Anslutas ✔", + "create.track.second_point": "Placera spår eller välj en andra punkt", + "create.track.too_far": "För långt ifrån", + "create.track.original_missing": "Originalblock borttaget, smygklicka för att återställa", + "create.track.perpendicular": "Kan ej ansluta vinkelrätt", + "create.track.ascending_s_curve": "Kan ej skapa sluttande S-Böjar", + "create.track.too_sharp": "För mycket böjning", + "create.track.too_steep": "Lutning för brant", + "create.track.slope_turn": "Kan ej inge eller lämna en lutning med en sväng", + "create.track.opposing_slopes": "Kan ej ansluta till motsatta lutningar", + "create.track.leave_slope_ascending": "Kan ej lämna denna lutning medan du stiger", + "create.track.leave_slope_descending": "Kan ej lämna denna lutning medan du stiger ned", + "create.track.turn_90": "Kan bara svänga upp till 90 grader", + "create.track.junction_start": "Kan ej starta anslutning från en Junction", + "create.track.turn_start": "Kan ej starta anslutning från en Sväng", + "create.track.not_enough_tracks": "Håller ej tillräckligt med spår", + "create.track.not_enough_pavement": "Håller ej tillräckligt med trottoarblock", + + "create.portal_track.failed": "Kan inte placera portalspår:", + "create.portal_track.missing": "Målportalen är ännu inte genererad", + "create.portal_track.blocked": "Målplatsen blockerad (%1$s,%2$s,%3$s)", + + "create.station.idle": "Stationen är inaktiv", + "create.station.assembly_title": "Tåg Montering", + "create.station.close": "Stäng Fönster", + "create.station.cancel": "Avbryt Monteringen", + "create.station.failed": "Monteringen Misslyckades", + "create.station.icon_type": "Ikontyp", + "create.station.create_train": "Skapa nytt Tåg", + "create.station.assemble_train": "Montera Tåg", + "create.station.disassemble_train": "Demontera Tåg", + "create.station.remove_schedule": "Hämta Schema", + "create.station.remove_auto_schedule": "Kasta Automatiskt Schema", + "create.station.no_assembly_diagonal": "Kan ej bygga tåg", + "create.station.no_assembly_diagonal_1": "på diagonala spår", + "create.station.no_assembly_curve": "Kan ej bygga tåg", + "create.station.no_assembly_curve_1": "på böjda spår", + "create.station.train_not_aligned": "Kan ej demontera,", + "create.station.train_not_aligned_1": "inte alla transporter i linje", + "create.station.carriage_number": "Transport %1$s:", + "create.station.retry": "Lös detta och prova igen", + "create.station.no_bogeys": "Inga Bogeys", + "create.station.one_bogey": "1 Bogey", + "create.station.more_bogeys": "%1$s Bogeys", + "create.station.how_to": "Använd Tåg Kapsel på markerade Spår för att skapa bogeys.", + "create.station.how_to_1": "Ta bort bogeys genom att bryta blocket på toppen.", + "create.station.how_to_2": "Bygg transporter som är knutna till en eller två bogeys var.", + + "create.train_assembly.too_many_bogeys": "För många Bogeys bifogade: %1$s", + "create.train_assembly.frontmost_bogey_at_station": "Bogey längst fram måste vara på Station Markör", + "create.train_assembly.no_bogeys": "Inga Bogeys Hittades", + "create.train_assembly.not_connected_in_order": "Bogeys är inte anslutna i ordning", + "create.train_assembly.bogeys_too_close": "Bogeys %1$s och %2$s är för nära varandra", + "create.train_assembly.single_bogey_carriage": "Denna Bogey typ kan inte stödja en transport på egen hand", + "create.train_assembly.nothing_attached": "Ingen struktur knuten till Bogey %1$s", + "create.train_assembly.no_controls": "Minst ett framåtriktat styrblock måste befinna sig på tåget", + "create.train_assembly.sideways_controls": "Ett monterat styrblock är vänd åt sidan", + "create.train_assembly.bogey_created": "Bogey skapad. Klicka igen för att ändra typ", + "create.train_assembly.requires_casing": "Använd en Järnvägskapsel för att skapa bogeys på spår", + + "create.track_target.set": "Riktat spår markerat", + "create.track_target.success": "Lyckad bindning till målinriktat spår", + "create.track_target.clear": "Rensade spår markering", + "create.track_target.missing": "Högerklicka det målinriktade tågspåret först", + "create.track_target.too_far": "Riktat spår är för långt härifrån", + "create.track_target.no_junctions": "Riktat spår kan ej vara en korsning", + "create.track_target.occupied": "Riktat spår är upptaget", + "create.track_target.invalid": "Kan inte rikta detta spår här", + + "create.train.unnamed": "Namnlöst Tåg", + "create.train.cannot_relocate_moving": "Kan ej flytta ett flyttande tåg", + "create.train.relocate": "Klicka på ett Spår för att flytta %1$s till. Smygklicka för att avbryta", + "create.train.relocate.abort": "Förflyttning avbröts", + "create.train.relocate.success": "Förflyttning lyckades", + "create.train.relocate.valid": "Kan förflyttas hit, klicka för att bekräfta", + "create.train.relocate.invalid": "Kan ej förflytta Tåg hit", + "create.train.relocate.too_far": "Kan ej förflytta Tåg så här långt bort", + "create.train.departing_from": "Avgår från %1$s", + "create.train.arrived_at": "Anlände till %1$s", + "create.train.status": " Information om Tåg: %1$s", + "create.train.status.back_on_track": "Tåget är tillbaka på spår", + "create.train.status.collision": "Kollision med annat Tåg", + "create.train.status.end_of_track": "En transport har nått sitt slut av dess Spår", + "create.train.status.double_portal": "UNLOCALIZED: A Carriage cannot enter a portal whilst leaving another", + "create.train.status.coupling_stress": "UNLOCALIZED: Forced stop due to Stress on Couplings", + "create.train.status.track_missing": "UNLOCALIZED: Tracks are missing beneath the Train", + "create.train.status.paused_for_manual": "UNLOCALIZED: Schedule paused for manual controls", + "create.train.status.opposite_driver": "UNLOCALIZED: Path requires a driver facing the opposite direction", + "create.train.status.missing_driver": "UNLOCALIZED: Driver has gone missing", + "create.train.status.found_driver": "UNLOCALIZED: A new driver has been found", + "create.train.status.navigation_success": "UNLOCALIZED: Navigation succeeded", + "create.train.status.no_match": "UNLOCALIZED: No station on graph matches '%1$s'", + "create.train.status.no_path": "UNLOCALIZED: No suitable path to the next Scheduled destination could be found", + + "create.track_signal.cannot_change_mode": "UNLOCALIZED: Unable to switch mode of this Signal", + "create.track_signal.mode_change.entry_signal": "UNLOCALIZED: -> Allow passage if section unoccupied", + "create.track_signal.mode_change.cross_signal": "UNLOCALIZED: -> Allow passage if section fully traversable", + + "create.contraption.controls.start_controlling": "UNLOCALIZED: Now controlling: %1$s", + "create.contraption.controls.stop_controlling": "UNLOCALIZED: Stopped controlling contraption", + "create.contraption.controls.approach_station": "UNLOCALIZED: Hold %1$s to approach %2$s", + + "create.display_link.set": "UNLOCALIZED: Targeted position selected", + "create.display_link.success": "UNLOCALIZED: Successfully bound to targeted position", + "create.display_link.clear": "UNLOCALIZED: Cleared position selection", + "create.display_link.too_far": "UNLOCALIZED: Targeted position is too far from here", + "create.display_link.invalid": "UNLOCALIZED: Link has no valid target, try placing it again", + "create.display_link.title": "UNLOCALIZED: Display Link", + "create.display_link.no_source": "UNLOCALIZED: Not a Display Source", + "create.display_link.no_target": "UNLOCALIZED: Not a Display Target", + "create.display_link.reading_from": "UNLOCALIZED: Read from:", + "create.display_link.writing_to": "UNLOCALIZED: Send to:", + "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", + "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", + "create.display_link.view_compatible": "UNLOCALIZED: Click to view all Compatible", + "create.display_link.information_type": "UNLOCALIZED: Type of Information", + "create.display_link.display_on": "UNLOCALIZED: Write data to:", + "create.display_link.display_on_multiline": "UNLOCALIZED: Start writing at:", + + "create.display_source.label": "UNLOCALIZED: Attached Label", + "create.display_source.combine_item_names": "UNLOCALIZED: Combine Item Names", + "create.display_source.count_items": "UNLOCALIZED: Amount of matching Items", + "create.display_source.list_items": "UNLOCALIZED: List matching Items", + "create.display_source.fluid_amount": "UNLOCALIZED: Amount of matching Fluids", + "create.display_source.list_fluids": "UNLOCALIZED: List matching Fluids", + "create.display_source.nixie_tube": "UNLOCALIZED: Copy Nixie Tubes", + "create.display_source.fill_level": "UNLOCALIZED: Container Fill Level", + "create.display_source.fill_level.display": "UNLOCALIZED: Display Format", + "create.display_source.fill_level.percent": "UNLOCALIZED: Percent", + "create.display_source.fill_level.progress_bar": "UNLOCALIZED: Progress Bar", + "create.display_source.value_list.display": "UNLOCALIZED: Value Display", + "create.display_source.value_list.shortened": "UNLOCALIZED: Shortened", + "create.display_source.value_list.full_number": "UNLOCALIZED: Full Number", + "create.display_source.value_list.thousand": "UNLOCALIZED: k", + "create.display_source.value_list.million": "UNLOCALIZED: m", + "create.display_source.player_deaths": "UNLOCALIZED: Player Deaths", + "create.display_source.scoreboard": "UNLOCALIZED: Scoreboard", + "create.display_source.scoreboard.objective": "UNLOCALIZED: Objective ID", + "create.display_source.scoreboard.objective_not_found": "UNLOCALIZED: '%1$s' not found", + "create.display_source.scoreboard.objective.deaths": "UNLOCALIZED: Player Deaths", + "create.display_source.time_of_day": "UNLOCALIZED: Time of Day", + "create.display_source.stop_watch": "UNLOCALIZED: Stopwatch", + "create.display_source.time.format": "UNLOCALIZED: Time Format", + "create.display_source.time.12_hour": "UNLOCALIZED: 12-hour", + "create.display_source.time.24_hour": "UNLOCALIZED: 24-hour", + "create.display_source.accumulate_items": "UNLOCALIZED: Accumulate Item Count", + "create.display_source.item_throughput": "UNLOCALIZED: Item Throughput", + "create.display_source.item_throughput.interval": "UNLOCALIZED: Interval", + "create.display_source.item_throughput.interval.second": "UNLOCALIZED: per Second", + "create.display_source.item_throughput.interval.minute": "UNLOCALIZED: per Minute", + "create.display_source.item_throughput.interval.hour": "UNLOCALIZED: per Hour", + "create.display_source.train_status": "UNLOCALIZED: Train Schedule Status", + "create.display_source.station_summary": "UNLOCALIZED: Train Station Summary", + "create.display_source.station_summary.filter": "UNLOCALIZED: Station name filter", + "create.display_source.station_summary.train_name_column": "UNLOCALIZED: Train column size", + "create.display_source.station_summary.platform_column": "UNLOCALIZED: Platform column size", + "create.display_source.station_summary.now": "UNLOCALIZED: now", + "create.display_source.station_summary.minutes": "UNLOCALIZED: min", + "create.display_source.station_summary.seconds": "UNLOCALIZED: %1$ss", + "create.display_source.observed_train_name": "UNLOCALIZED: Detected Train Name", + "create.display_source.max_enchant_level": "UNLOCALIZED: Max Enchanting Cost", + "create.display_source.boiler_status": "UNLOCALIZED: Boiler Status", + "create.display_source.entity_name": "UNLOCALIZED: Entity Name", + "create.display_source.kinetic_speed": "UNLOCALIZED: Rotation Speed (RPM)", + "create.display_source.kinetic_speed.absolute": "UNLOCALIZED: Ignore Direction", + "create.display_source.kinetic_speed.directional": "UNLOCALIZED: Include Direction", + "create.display_source.kinetic_stress": "UNLOCALIZED: Network Stress", + "create.display_source.kinetic_stress.display": "UNLOCALIZED: Displayed Info", + "create.display_source.kinetic_stress.progress_bar": "UNLOCALIZED: Progress Bar", + "create.display_source.kinetic_stress.percent": "UNLOCALIZED: Percentage", + "create.display_source.kinetic_stress.current": "UNLOCALIZED: Stress in SU", + "create.display_source.kinetic_stress.max": "UNLOCALIZED: Total Capacity", + "create.display_source.kinetic_stress.remaining": "UNLOCALIZED: Remaining SU", + "create.display_source.redstone_power": "UNLOCALIZED: Redstone Power", + "create.display_source.redstone_power.display": "UNLOCALIZED: Display Format", + "create.display_source.redstone_power.number": "UNLOCALIZED: Number", + "create.display_source.redstone_power.progress_bar": "UNLOCALIZED: Progress Bar", + "create.display_source.boiler.not_enough_space": "UNLOCALIZED: Not enough space ", + "create.display_source.boiler.for_boiler_status": "UNLOCALIZED: for Boiler Status", + + "create.display_target.line": "UNLOCALIZED: Line %1$s", + "create.display_target.page": "UNLOCALIZED: Page %1$s", + "create.display_target.single_line": "UNLOCALIZED: Single Line", + + "create.flap_display.cycles.alphabet": "UNLOCALIZED: ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", + "create.flap_display.cycles.numeric": "UNLOCALIZED: ;0;1;2;3;4;5;6;7;8;9", + "create.flap_display.cycles.arrival_time": "UNLOCALIZED: ; min;now;15s;30s;45s", + "create.flap_display.cycles.shortened_numbers": "UNLOCALIZED: ;K;M", + "create.flap_display.cycles.fluid_units": "UNLOCALIZED: mB;B ", + "create.flap_display.cycles.instant": "UNLOCALIZED: ; ", + "create.flap_display.cycles.pixel": "UNLOCALIZED: █;▓;▒", + + "create.super_glue.too_far": "UNLOCALIZED: Selected area is too big", + "create.super_glue.cannot_reach": "UNLOCALIZED: Selected blocks must be connected", + "create.super_glue.click_to_confirm": "UNLOCALIZED: Click again to confirm", + "create.super_glue.click_to_discard": "UNLOCALIZED: Sneak-click to discard selection", + "create.super_glue.first_pos": "UNLOCALIZED: First position selected", + "create.super_glue.abort": "UNLOCALIZED: Selection discarded", + "create.super_glue.not_enough": "UNLOCALIZED: Not enough glue in inventory", + "create.super_glue.success": "UNLOCALIZED: Applying Glue...", + + "create.gui.config.overlay1": "UNLOCALIZED: Hi :)", + "create.gui.config.overlay2": "UNLOCALIZED: This is a sample overlay", + "create.gui.config.overlay3": "UNLOCALIZED: Click or drag with your mouse", + "create.gui.config.overlay4": "UNLOCALIZED: to move this preview", + "create.gui.config.overlay5": "UNLOCALIZED: Press ESC to exit this screen", + "create.gui.config.overlay6": "UNLOCALIZED: and save the new position", + "create.gui.config.overlay7": "UNLOCALIZED: Run /create overlay reset", + "create.gui.config.overlay8": "UNLOCALIZED: to reset to the default position", + + "create.command.killTPSCommand": "UNLOCALIZED: killtps", + "create.command.killTPSCommand.status.slowed_by.0": "UNLOCALIZED: [Create]: Server tick is currently slowed by %s ms :o", + "create.command.killTPSCommand.status.slowed_by.1": "UNLOCALIZED: [Create]: Server tick is slowed by %s ms now >:)", + "create.command.killTPSCommand.status.slowed_by.2": "UNLOCALIZED: [Create]: Server tick is back to regular speed :D", + "create.command.killTPSCommand.status.usage.0": "UNLOCALIZED: [Create]: use /killtps stop to bring back server tick to regular speed", + "create.command.killTPSCommand.status.usage.1": "UNLOCALIZED: [Create]: use /killtps start to artificially slow down the server tick", + "create.command.killTPSCommand.argument.tickTime": "UNLOCALIZED: tickTime", + + "create.contraption.minecart_contraption_too_big": "UNLOCALIZED: This Cart Contraption seems too big to pick up", + "create.contraption.minecart_contraption_illegal_pickup": "UNLOCALIZED: A mystical force is binding this Cart Contraption to the world", + + + "_": "->------------------------] Subtitles [------------------------<-", + + "create.subtitle.contraption_disassemble": "UNLOCALIZED: Contraption stops", + "create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls", + "create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps", + "create.subtitle.whistle_train_manual": "UNLOCALIZED: Train honks", + "create.subtitle.steam": "UNLOCALIZED: Steam noises", + "create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates", + "create.subtitle.schematicannon_finish": "UNLOCALIZED: Schematicannon dings", + "create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts", + "create.subtitle.wrench_remove": "UNLOCALIZED: Component breaks", + "create.subtitle.train3": "UNLOCALIZED: Bogey wheels rumble muffled", + "create.subtitle.whistle": "UNLOCALIZED: Whistling", + "create.subtitle.cogs": "UNLOCALIZED: Cogwheels rumble", + "create.subtitle.slime_added": "UNLOCALIZED: Slime squishes", + "create.subtitle.whistle_train_low": "UNLOCALIZED: Low whistling", + "create.subtitle.schematicannon_launch_block": "UNLOCALIZED: Schematicannon fires", + "create.subtitle.controller_take": "UNLOCALIZED: Lectern empties", + "create.subtitle.crafter_click": "UNLOCALIZED: Crafter clicks", + "create.subtitle.depot_plop": "UNLOCALIZED: Item lands", + "create.subtitle.confirm": "UNLOCALIZED: Affirmative ding", + "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.sanding_long": "UNLOCALIZED: Sanding noises", + "create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises", + "create.subtitle.depot_slide": "UNLOCALIZED: Item slides", + "create.subtitle.blaze_munch": "UNLOCALIZED: Blaze Burner munches", + "create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps", + "create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls", + "create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks", + "create.subtitle.controller_put": "UNLOCALIZED: Controller thumps", + "create.subtitle.cranking": "UNLOCALIZED: Hand Crank turns", + "create.subtitle.sanding_short": "UNLOCALIZED: Sanding noises", + "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.whistle_high": "UNLOCALIZED: High whistling", + "create.subtitle.whistle_train_manual_low": "UNLOCALIZED: Train honks", + "create.subtitle.whistle_train": "UNLOCALIZED: Whistling", + "create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens", + "create.subtitle.train": "UNLOCALIZED: Bogey wheels rumble", + "create.subtitle.deny": "UNLOCALIZED: Declining boop", + "create.subtitle.controller_click": "UNLOCALIZED: Controller clicks", + "create.subtitle.whistle_low": "UNLOCALIZED: Low whistling", + "create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks", + "create.subtitle.mechanical_press_activation": "UNLOCALIZED: Mechanical Press clangs", + "create.subtitle.contraption_assemble": "UNLOCALIZED: Contraption moves", + + + "_": "->------------------------] Item Descriptions [------------------------<-", + + "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", + "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", + "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", + "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", + "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", + "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", + "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", + "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", + + "block.create.wooden_bracket.tooltip": "UNLOCALIZED: WOODEN BRACKET", + "block.create.wooden_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with a cozy and wooden bit of reinforcement.", + + "block.create.metal_bracket.tooltip": "UNLOCALIZED: METAL BRACKET", + "block.create.metal_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with an industrial and sturdy bit of reinforcement.", + + "block.create.seat.tooltip": "UNLOCALIZED: SEAT", + "block.create.seat.tooltip.summary": "UNLOCALIZED: Sit yourself down and enjoy the ride! Will anchor a player onto a moving _contraption_. Great for static furniture too! Comes in a variety of colours.", + "block.create.seat.tooltip.condition1": "UNLOCALIZED: Right click on Seat", + "block.create.seat.tooltip.behaviour1": "UNLOCALIZED: Sits the player on the _Seat_. Press L-shift to leave the _Seat_.", + + "item.create.blaze_cake.tooltip": "UNLOCALIZED: BLAZE CAKE", + "item.create.blaze_cake.tooltip.summary": "UNLOCALIZED: A Delicious treat for your hard-working _Blaze Burners_. Gets them all fired up!", + + "item.create.wand_of_symmetry.tooltip": "UNLOCALIZED: SYMMETRY WAND", + "item.create.wand_of_symmetry.tooltip.summary": "UNLOCALIZED: Perfectly mirrors Block placement across configured planes.", + "item.create.wand_of_symmetry.tooltip.condition1": "UNLOCALIZED: When in Hotbar", + "item.create.wand_of_symmetry.tooltip.behaviour1": "UNLOCALIZED: Stays Active", + "item.create.wand_of_symmetry.tooltip.control1": "UNLOCALIZED: R-Click on Ground", + "item.create.wand_of_symmetry.tooltip.action1": "UNLOCALIZED: _Creates_ or _Moves_ the Mirror", + "item.create.wand_of_symmetry.tooltip.control2": "UNLOCALIZED: R-Click in the Air", + "item.create.wand_of_symmetry.tooltip.action2": "UNLOCALIZED: _Removes_ the active Mirror", + "item.create.wand_of_symmetry.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", + "item.create.wand_of_symmetry.tooltip.action3": "UNLOCALIZED: Opens the _Configuration Interface_", + + "item.create.handheld_worldshaper.tooltip": "UNLOCALIZED: HANDHELD WORLDSHAPER", + "item.create.handheld_worldshaper.tooltip.summary": "UNLOCALIZED: Handy tool for creating _landscapes_ and _terrain features_.", + "item.create.handheld_worldshaper.tooltip.control1": "UNLOCALIZED: L-Click at Block", + "item.create.handheld_worldshaper.tooltip.action1": "UNLOCALIZED: Sets blocks placed by the tool to the targeted block.", + "item.create.handheld_worldshaper.tooltip.control2": "UNLOCALIZED: R-Click at Block", + "item.create.handheld_worldshaper.tooltip.action2": "UNLOCALIZED: Applies the currently selected _Brush_ and _Tool_ at the targeted location.", + "item.create.handheld_worldshaper.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", + "item.create.handheld_worldshaper.tooltip.action3": "UNLOCALIZED: Opens the _Configuration Interface_", + + "item.create.tree_fertilizer.tooltip": "UNLOCALIZED: TREE FERTILIZER", + "item.create.tree_fertilizer.tooltip.summary": "UNLOCALIZED: A powerful combination of minerals suitable for speeding up the growth of common tree types.", + "item.create.tree_fertilizer.tooltip.condition1": "UNLOCALIZED: When used on a Sapling", + "item.create.tree_fertilizer.tooltip.behaviour1": "UNLOCALIZED: Grows Trees _regardless_ of their _spacing conditions_", + + "item.create.extendo_grip.tooltip": "UNLOCALIZED: EXTENDO GRIP", + "item.create.extendo_grip.tooltip.summary": "UNLOCALIZED: Boioioing! Greatly _increases reach distance_ of the wielder. Can be powered with Air Pressure from a _Copper_ _Backtank_", + "item.create.extendo_grip.tooltip.condition1": "UNLOCALIZED: When in Off-Hand", + "item.create.extendo_grip.tooltip.behaviour1": "UNLOCALIZED: Increases _reach distance_ of items used in the _Main-Hand_.", + "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.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.filter.tooltip": "UNLOCALIZED: FILTER", + "item.create.filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of items_ or several _nested filters_.", + "item.create.filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", + "item.create.filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", + "item.create.filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", + "item.create.filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", + + "item.create.attribute_filter.tooltip": "UNLOCALIZED: ATTRIBUTE FILTER", + "item.create.attribute_filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of_ item _attributes_ and _categories_.", + "item.create.attribute_filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", + "item.create.attribute_filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", + "item.create.attribute_filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", + "item.create.attribute_filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", + + "item.create.empty_schematic.tooltip": "UNLOCALIZED: EMPTY SCHEMATIC", + "item.create.empty_schematic.tooltip.summary": "UNLOCALIZED: Used as a recipe ingredient and for writing at the _Schematic Table_.", + + "item.create.schematic.tooltip": "UNLOCALIZED: SCHEMATIC", + "item.create.schematic.tooltip.summary": "UNLOCALIZED: Holds a structure to be positioned and placed into the world. Position the Hologram as desired and use a _Schematicannon_ to build it.", + "item.create.schematic.tooltip.condition1": "UNLOCALIZED: When Held", + "item.create.schematic.tooltip.behaviour1": "UNLOCALIZED: Can be positioned using the Tools on Screen.", + "item.create.schematic.tooltip.control1": "UNLOCALIZED: R-Click while Sneaking", + "item.create.schematic.tooltip.action1": "UNLOCALIZED: Opens an _Interface_ for entering exact _Coordinates_.", + + "item.create.schematic_and_quill.tooltip": "UNLOCALIZED: SCHEMATIC AND QUILL", + "item.create.schematic_and_quill.tooltip.summary": "UNLOCALIZED: Used for saving a Structure in your world to a .nbt file.", + "item.create.schematic_and_quill.tooltip.condition1": "UNLOCALIZED: Step 1", + "item.create.schematic_and_quill.tooltip.behaviour1": "UNLOCALIZED: Select two corner points using R-Click.", + "item.create.schematic_and_quill.tooltip.condition2": "UNLOCALIZED: Step 2", + "item.create.schematic_and_quill.tooltip.behaviour2": "UNLOCALIZED: _Ctrl-Scroll_ on the faces to adjust the size. R-Click again to Save.", + "item.create.schematic_and_quill.tooltip.control1": "UNLOCALIZED: R-Click", + "item.create.schematic_and_quill.tooltip.action1": "UNLOCALIZED: Select a corner point / confirm save.", + "item.create.schematic_and_quill.tooltip.control2": "UNLOCALIZED: Ctrl Held", + "item.create.schematic_and_quill.tooltip.action2": "UNLOCALIZED: Select points in _mid-air_. _Scroll_ to adjust the distance.", + "item.create.schematic_and_quill.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", + "item.create.schematic_and_quill.tooltip.action3": "UNLOCALIZED: _Resets_ and removes the selection.", + + "block.create.schematicannon.tooltip": "UNLOCALIZED: SCHEMATICANNON", + "block.create.schematicannon.tooltip.summary": "UNLOCALIZED: Shoots blocks to recreate a deployed _Schematic_ in the World. Uses items from adjacent Inventories and _Gunpowder_ as fuel.", + "block.create.schematicannon.tooltip.condition1": "UNLOCALIZED: When R-Clicked", + "block.create.schematicannon.tooltip.behaviour1": "UNLOCALIZED: Opens the _Interface_", + + "block.create.schematic_table.tooltip": "UNLOCALIZED: SCHEMATIC TABLE", + "block.create.schematic_table.tooltip.summary": "UNLOCALIZED: Writes saved Schematics onto an _Empty Schematic_.", + "block.create.schematic_table.tooltip.condition1": "UNLOCALIZED: When given an Empty Schematic", + "block.create.schematic_table.tooltip.behaviour1": "UNLOCALIZED: Uploads a chosen File from your Schematics Folder.", + + "item.create.goggles.tooltip": "UNLOCALIZED: GOGGLES", + "item.create.goggles.tooltip.summary": "UNLOCALIZED: A pair of glasses to augment your vision with useful _kinetic information_.", + "item.create.goggles.tooltip.condition1": "UNLOCALIZED: When worn", + "item.create.goggles.tooltip.behaviour1": "UNLOCALIZED: Shows _colored indicators_ corresponding to the _Speed Level_ of a placed kinetic component as well as _Stress Impact_ and _Capacity_ of individual components.", + "item.create.goggles.tooltip.condition2": "UNLOCALIZED: When looking at gauge", + "item.create.goggles.tooltip.behaviour2": "UNLOCALIZED: Shows detailed information about _Speed_ or _Stress_ of the network to which the gauge is connected.", + "item.create.goggles.tooltip.condition3": "UNLOCALIZED: When looking at fluid containers", + "item.create.goggles.tooltip.behaviour3": "UNLOCALIZED: Shows detailed information about the _Capacity_ of the block and any _Fluids_ stored within.", + + "item.create.wrench.tooltip": "UNLOCALIZED: WRENCH", + "item.create.wrench.tooltip.summary": "UNLOCALIZED: A useful tool for working on kinetic contraptions. Can be used to _Rotate_, _Dismantle_ and to _Configure_ components.", + "item.create.wrench.tooltip.control1": "UNLOCALIZED: Right-Click a kinetic block", + "item.create.wrench.tooltip.action1": "UNLOCALIZED: _Rotates components_ toward or away from the face with which you interacted.", + "item.create.wrench.tooltip.control2": "UNLOCALIZED: R-Click while Sneaking", + "item.create.wrench.tooltip.action2": "UNLOCALIZED: _Disassembles Kinetic components_ and places them back in _your inventory_.", + + "block.create.nozzle.tooltip": "UNLOCALIZED: NOZZLE", + "block.create.nozzle.tooltip.summary": "UNLOCALIZED: Attach to the front of an _Encased Fan_ to distribute its effect on Entities in _all directions_.", + + "block.create.cuckoo_clock.tooltip": "UNLOCALIZED: CUCKOO CLOCK", + "block.create.cuckoo_clock.tooltip.summary": "UNLOCALIZED: Fine craftsmanship for _decorating_ a space and _keeping track of time_.", + "block.create.cuckoo_clock.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", + "block.create.cuckoo_clock.tooltip.behaviour1": "UNLOCALIZED: Shows the _current time_ and plays a tune twice a day. _Activates_ once at _noon_ and at dusk, as soon as _players can sleep_.", + + "block.create.turntable.tooltip": "UNLOCALIZED: TURNTABLE", + "block.create.turntable.tooltip.summary": "UNLOCALIZED: Turns _Rotational Force_ into refined Motion Sickness.", + + "block.create.toolbox.tooltip": "UNLOCALIZED: TOOLBOX", + "block.create.toolbox.tooltip.summary": "UNLOCALIZED: Every Inventors' dearest Companion. Conveniently _holds_ a large amount of _8 Different_ item types.", + "block.create.toolbox.tooltip.condition1": "UNLOCALIZED: When Picked Up", + "block.create.toolbox.tooltip.behaviour1": "UNLOCALIZED: _Retains_ Inventory _Contents_.", + "block.create.toolbox.tooltip.condition2": "UNLOCALIZED: When placed in Range", + "block.create.toolbox.tooltip.behaviour2": "UNLOCALIZED: _Nearby_ _Players_ can hold the _Toolbox_ _Keybind_ to access its contents _Remotely_.", + "block.create.toolbox.tooltip.condition3": "UNLOCALIZED: When R-Clicked", + "block.create.toolbox.tooltip.behaviour3": "UNLOCALIZED: Opens the _Container Interface_.", + + "block.create.stockpile_switch.tooltip": "UNLOCALIZED: STOCKPILE SWITCH", + "block.create.stockpile_switch.tooltip.summary": "UNLOCALIZED: Toggles a Redstone signal based on the amount of _Stored Items_ or _Fluids_ in the attached Container. Comes with a handy filter. As opposed to a _Comparator,_ the _Stockpile Switch_ allows configuration of _thresholds,_ at which signals are inverted.", + "block.create.stockpile_switch.tooltip.condition1": "UNLOCALIZED: When R-Clicked", + "block.create.stockpile_switch.tooltip.behaviour1": "UNLOCALIZED: Opens the _Configuration Interface_.", + + "block.create.content_observer.tooltip": "UNLOCALIZED: CONTENT OBSERVER", + "block.create.content_observer.tooltip.summary": "UNLOCALIZED: _Detects Items_ or _Fluids_ inside _containers_, _pipes_ or _conveyors_ matching a configured _filter_.", + "block.create.content_observer.tooltip.condition1": "UNLOCALIZED: When observing a Container", + "block.create.content_observer.tooltip.behaviour1": "UNLOCALIZED: Emits a _Redstone Signal_ while the observed container has _matching_ _content_.", + "block.create.content_observer.tooltip.condition2": "UNLOCALIZED: When observing a Funnel", + "block.create.content_observer.tooltip.behaviour2": "UNLOCALIZED: Emits a _Redstone Pulse_ when a _matching_ Item is _transferred_.", + + "block.create.creative_crate.tooltip": "UNLOCALIZED: CREATIVE CRATE", + "block.create.creative_crate.tooltip.summary": "UNLOCALIZED: This _Storage Container_ allows infinite replication of any item. Place next to a _Schematicannon_ to remove any material requirements.", + "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 your _Blaze Burners_. After eating this cake, Blaze Burners will _never run out of fuel_.", + "item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: When Used", + "item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Cycles_ a 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", + "block.create.controller_rail.tooltip.behaviour1": "UNLOCALIZED: _Accelerates_ or _Decelerates_ passing _minecarts_ corresponding to the _signal strength_. Propagates redstone power to adjacent controller rails. Powering two controller rails with different strengths will cause tracks between them to interpolate their signal.", + + "item.create.sand_paper.tooltip": "UNLOCALIZED: SAND PAPER", + "item.create.sand_paper.tooltip.summary": "UNLOCALIZED: A rough paper that can be used to _polish materials_. Can be automatically applied using the Deployer.", + "item.create.sand_paper.tooltip.condition1": "UNLOCALIZED: When Used", + "item.create.sand_paper.tooltip.behaviour1": "UNLOCALIZED: Applies polish to items held in the _offhand_ or lying on the _floor_ when _looking at them_", + + "item.create.builders_tea.tooltip": "UNLOCALIZED: BUILDERS TEA", + "item.create.builders_tea.tooltip.summary": "UNLOCALIZED: The perfect drink to get the day started- _Motivating_ and _Saturating._", + + "item.create.refined_radiance.tooltip": "UNLOCALIZED: REFINED RADIANCE", + "item.create.refined_radiance.tooltip.summary": "UNLOCALIZED: A Chromatic material forged from _absorbed light_.", + "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.shadow_steel.tooltip": "UNLOCALIZED: SHADOW STEEL", + "item.create.shadow_steel.tooltip.summary": "UNLOCALIZED: A Chromatic material forged _in the void_.", + "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.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.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.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.", + + "block.create.placard.tooltip": "UNLOCALIZED: PLACARD", + "block.create.placard.tooltip.summary": "UNLOCALIZED: _Frame_ your _items_ in brass using this fancy wall panel. Safe for contraptions!", + "block.create.placard.tooltip.condition1": "UNLOCALIZED: When R-Clicked with Item", + "block.create.placard.tooltip.behaviour1": "UNLOCALIZED: _Adds_ the held _item_ to the Placard. _Emits_ a brief _Redstone_ signal if a matching item was present already.", + "block.create.placard.tooltip.condition2": "UNLOCALIZED: When Punched", + "block.create.placard.tooltip.behaviour2": "UNLOCALIZED: _Removes_ the current _item_ in the frame.", + + "block.create.flywheel.tooltip": "UNLOCALIZED: FLYWHEEL", + "block.create.flywheel.tooltip.summary": "UNLOCALIZED: _Embellish_ your _Machines_ with this imposing Wheel of Brass.", + "block.create.flywheel.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", + "block.create.flywheel.tooltip.behaviour1": "UNLOCALIZED: Starts spinning.", + + "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.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.minecart_coupling.tooltip": "UNLOCALIZED: MINECART COUPLING", + "item.create.minecart_coupling.tooltip.summary": "UNLOCALIZED: _Chains_ all your _Minecarts_ or _Carriage Contraptions_ together to form a majestic Train.", + "item.create.minecart_coupling.tooltip.condition1": "UNLOCALIZED: When Used on Minecart", + "item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.", + + "item.create.experience_nugget.tooltip": "UNLOCALIZED: NUGGET OF EXPERIENCE", + "item.create.experience_nugget.tooltip.summary": "UNLOCALIZED: _Ding!_ A speck of _inspiration_ from your fantastic inventions.", + "item.create.experience_nugget.tooltip.condition1": "UNLOCALIZED: When Used", + "item.create.experience_nugget.tooltip.behaviour1": "UNLOCALIZED: _Redeems_ _Experience_ points contained within.", + + "block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL", + "block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...", + + "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 [------------------------<-", + + "create.ponder.hold_to_ponder": "UNLOCALIZED: Hold [%1$s] to Ponder", + "create.ponder.subject": "UNLOCALIZED: Subject of this scene", + "create.ponder.pondering": "UNLOCALIZED: Pondering about...", + "create.ponder.identify_mode": "UNLOCALIZED: Identify mode active.\nUnpause with [%1$s]", + "create.ponder.associated": "UNLOCALIZED: Associated Entries", + "create.ponder.close": "UNLOCALIZED: Close", + "create.ponder.identify": "UNLOCALIZED: Identify", + "create.ponder.next": "UNLOCALIZED: Next Scene", + "create.ponder.next_up": "UNLOCALIZED: Up Next:", + "create.ponder.previous": "UNLOCALIZED: Previous Scene", + "create.ponder.replay": "UNLOCALIZED: Replay", + "create.ponder.think_back": "UNLOCALIZED: Think Back", + "create.ponder.slow_text": "UNLOCALIZED: Comfy Reading", + "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.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.movement_anchors": "UNLOCALIZED: With the help of 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.display_sources": "UNLOCALIZED: Sources for Display Links", + "create.ponder.tag.display_sources.description": "UNLOCALIZED: Components or Blocks which offer some data that can be read with a Display Link", + "create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation", + "create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around", + "create.ponder.tag.display_targets": "UNLOCALIZED: Targets for Display Links", + "create.ponder.tag.display_targets.description": "UNLOCALIZED: Components or Blocks which can process and display the data received from a Display Link", + "create.ponder.tag.train_related": "UNLOCALIZED: Railway Equipment", + "create.ponder.tag.train_related.description": "UNLOCALIZED: Components used in the construction or management of Train Contraptions", + + "create.ponder.analog_lever.header": "UNLOCALIZED: Controlling signals using the Analog Lever", + "create.ponder.analog_lever.text_1": "UNLOCALIZED: Analog Levers make for a compact and precise source of redstone power", + "create.ponder.analog_lever.text_2": "UNLOCALIZED: Right-click to increase its analog power output", + "create.ponder.analog_lever.text_3": "UNLOCALIZED: Right-click while Sneaking to decrease the power output again", + + "create.ponder.andesite_tunnel.header": "UNLOCALIZED: Using Andesite Tunnels", + "create.ponder.andesite_tunnel.text_1": "UNLOCALIZED: Andesite Tunnels can be used to cover up your belts", + "create.ponder.andesite_tunnel.text_2": "UNLOCALIZED: Whenever an Andesite Tunnel has connections to the sides...", + "create.ponder.andesite_tunnel.text_3": "UNLOCALIZED: ...they will split exactly one item off of any passing stacks", + "create.ponder.andesite_tunnel.text_4": "UNLOCALIZED: The remainder will continue on its path", + + "create.ponder.auto_schedule.header": "UNLOCALIZED: Stations & Scheduling", + "create.ponder.auto_schedule.text_1": "UNLOCALIZED: Schedules can be used to provide drivers with a destination", + "create.ponder.auto_schedule.text_2": "UNLOCALIZED: Comparators will receive a signal whenever a Train is present", + "create.ponder.auto_schedule.text_3": "UNLOCALIZED: Mind that a Station can only be approached from the indicated direction", + "create.ponder.auto_schedule.text_4": "UNLOCALIZED: Stations can also be used to assign new Schedules automatically", + "create.ponder.auto_schedule.text_5": "UNLOCALIZED: The Schedule placed on a station will automatically copy itself to present trains", + "create.ponder.auto_schedule.text_6": "UNLOCALIZED: As opposed to manual scheduling, drivers will not take the item with them", + + "create.ponder.basin.header": "UNLOCALIZED: Processing Items in the Basin", + "create.ponder.basin.text_1": "UNLOCALIZED: A Basin can hold Items and Fluids for Processing", + "create.ponder.basin.text_2": "UNLOCALIZED: After a processing step, basins try to output below to the side of them", + "create.ponder.basin.text_3": "UNLOCALIZED: When a valid component is present, the Basin will show an output faucet", + "create.ponder.basin.text_4": "UNLOCALIZED: A number of options are applicable here", + "create.ponder.basin.text_5": "UNLOCALIZED: Outputs will be caught by the inventory below", + "create.ponder.basin.text_6": "UNLOCALIZED: Without output faucet, the Basin will retain items created in its processing", + "create.ponder.basin.text_7": "UNLOCALIZED: This can be useful if outputs should be re-used as ingredients", + "create.ponder.basin.text_8": "UNLOCALIZED: Desired outputs will then have to be extracted from the basin", + "create.ponder.basin.text_9": "UNLOCALIZED: A Filter might be necessary to avoid pulling out un-processed items", + + "create.ponder.bearing_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Bearing", + "create.ponder.bearing_modes.text_1": "UNLOCALIZED: When Stopped, the Bearing will place the structure at the nearest grid-aligned Angle", + "create.ponder.bearing_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only near the angle it started at", + + "create.ponder.belt_casing.header": "UNLOCALIZED: Encasing Belts", + "create.ponder.belt_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Mechanical Belts", + "create.ponder.belt_casing.text_2": "UNLOCALIZED: A wrench can be used to remove the casing", + + "create.ponder.belt_connector.header": "UNLOCALIZED: Using Mechanical Belts", + "create.ponder.belt_connector.text_1": "UNLOCALIZED: Right-Clicking two shafts with a belt item will connect them together", + "create.ponder.belt_connector.text_2": "UNLOCALIZED: Accidental selections can be canceled with Right-Click while Sneaking", + "create.ponder.belt_connector.text_3": "UNLOCALIZED: Additional Shafts can be added throughout the Belt", + "create.ponder.belt_connector.text_4": "UNLOCALIZED: Shafts connected via Belts will rotate with Identical Speed and Direction", + "create.ponder.belt_connector.text_5": "UNLOCALIZED: Added shafts can be removed using the wrench", + "create.ponder.belt_connector.text_6": "UNLOCALIZED: Mechanical Belts can be dyed for aesthetic purposes", + + "create.ponder.belt_directions.header": "UNLOCALIZED: Valid Orientations for Mechanical Belts", + "create.ponder.belt_directions.text_1": "UNLOCALIZED: Belts cannot connect in arbitrary directions", + "create.ponder.belt_directions.text_2": "UNLOCALIZED: 1. They can connect horizontally", + "create.ponder.belt_directions.text_3": "UNLOCALIZED: 2. They can connect diagonally", + "create.ponder.belt_directions.text_4": "UNLOCALIZED: 3. They can connect vertically", + "create.ponder.belt_directions.text_5": "UNLOCALIZED: 4. And they can connect vertical shafts horizontally", + "create.ponder.belt_directions.text_6": "UNLOCALIZED: These are all possible directions. Belts can span any Length between 2 and 20 blocks", + + "create.ponder.belt_transport.header": "UNLOCALIZED: Using Mechanical Belts for Logistics", + "create.ponder.belt_transport.text_1": "UNLOCALIZED: Moving belts will transport Items and other Entities", + "create.ponder.belt_transport.text_2": "UNLOCALIZED: Right-Click with an empty hand to take items off a belt", + + "create.ponder.blaze_burner.header": "UNLOCALIZED: Feeding Blaze Burners", + "create.ponder.blaze_burner.text_1": "UNLOCALIZED: Blaze Burners can provide Heat to Items processed in a Basin", + "create.ponder.blaze_burner.text_2": "UNLOCALIZED: For this, the Blaze has to be fed with flammable items", + "create.ponder.blaze_burner.text_3": "UNLOCALIZED: With a Blaze Cake, the Burner can reach an even stronger level of heat", + "create.ponder.blaze_burner.text_4": "UNLOCALIZED: The feeding process can be automated using Deployers or Mechanical Arms", + + "create.ponder.brass_funnel.header": "UNLOCALIZED: The Brass Funnel", + "create.ponder.brass_funnel.text_1": "UNLOCALIZED: Andesite Funnels can only ever extract single items.", + "create.ponder.brass_funnel.text_2": "UNLOCALIZED: Brass Funnels can extract up to a full stack.", + "create.ponder.brass_funnel.text_3": "UNLOCALIZED: Scrolling on the filter slot allows for precise control over the extracted stack size.", + "create.ponder.brass_funnel.text_4": "UNLOCALIZED: Using items on the filter slot will restrict the funnel to only transfer matching stacks.", + + "create.ponder.brass_tunnel.header": "UNLOCALIZED: Using Brass Tunnels", + "create.ponder.brass_tunnel.text_1": "UNLOCALIZED: Brass Tunnels can be used to cover up your belts", + "create.ponder.brass_tunnel.text_2": "UNLOCALIZED: Brass Tunnels have filter slots on each open side", + "create.ponder.brass_tunnel.text_3": "UNLOCALIZED: Filters on inbound connections simply block non-matching items", + "create.ponder.brass_tunnel.text_4": "UNLOCALIZED: Filters on outbound connections can be used to sort items by type", + "create.ponder.brass_tunnel.text_5": "UNLOCALIZED: Whenever a passing item has multiple valid exits, the distribution mode will decide how to handle it", + "create.ponder.brass_tunnel.text_6": "UNLOCALIZED: Brass Tunnels on parallel belts will form a group", + "create.ponder.brass_tunnel.text_7": "UNLOCALIZED: Incoming Items will now be distributed across all connected exits", + "create.ponder.brass_tunnel.text_8": "UNLOCALIZED: For this, items can also be inserted into the Tunnel block directly", + + "create.ponder.brass_tunnel_modes.header": "UNLOCALIZED: Distribution Modes of the Brass Tunnel", + "create.ponder.brass_tunnel_modes.text_1": "UNLOCALIZED: Using a Wrench, the distribution behaviour of Brass Tunnels can be configured", + "create.ponder.brass_tunnel_modes.text_10": "UNLOCALIZED: 'Synchronize Inputs' is a unique setting for Brass Tunnels", + "create.ponder.brass_tunnel_modes.text_11": "UNLOCALIZED: Items are only allowed past if every tunnel in the group has one waiting", + "create.ponder.brass_tunnel_modes.text_12": "UNLOCALIZED: This ensures that all affected belts supply items at the same rate", + "create.ponder.brass_tunnel_modes.text_2": "UNLOCALIZED: 'Split' will attempt to distribute the stack evenly between available outputs", + "create.ponder.brass_tunnel_modes.text_3": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", + "create.ponder.brass_tunnel_modes.text_4": "UNLOCALIZED: 'Forced Split' will never skip outputs, and instead wait until they are free", + "create.ponder.brass_tunnel_modes.text_5": "UNLOCALIZED: 'Round Robin' keeps stacks whole, and cycles through outputs iteratively", + "create.ponder.brass_tunnel_modes.text_6": "UNLOCALIZED: Once Again, if an output is unable to take more items, it will be skipped", + "create.ponder.brass_tunnel_modes.text_7": "UNLOCALIZED: 'Forced Round Robin' never skips outputs", + "create.ponder.brass_tunnel_modes.text_8": "UNLOCALIZED: 'Prefer Nearest' prioritizes the outputs closest to the items' input location", + "create.ponder.brass_tunnel_modes.text_9": "UNLOCALIZED: 'Randomize' will distribute whole stacks to randomly picked outputs", + + "create.ponder.cart_assembler.header": "UNLOCALIZED: Moving Structures using Cart Assemblers", + "create.ponder.cart_assembler.text_1": "UNLOCALIZED: Powered Cart Assemblers mount attached structures to passing Minecarts", + "create.ponder.cart_assembler.text_2": "UNLOCALIZED: Without a redstone signal, it disassembles passing cart contraptions back into blocks", + "create.ponder.cart_assembler.text_3": "UNLOCALIZED: Using a Wrench on the Minecart will let you carry the Contraption elsewhere", + + "create.ponder.cart_assembler_dual.header": "UNLOCALIZED: Assembling Carriage Contraptions", + "create.ponder.cart_assembler_dual.text_1": "UNLOCALIZED: Whenever two Cart Assembers share an attached structure...", + "create.ponder.cart_assembler_dual.text_2": "UNLOCALIZED: Powering either of them will create a Carriage Contraption", + "create.ponder.cart_assembler_dual.text_3": "UNLOCALIZED: The carts will behave like those connected via Minecart Coupling", + + "create.ponder.cart_assembler_modes.header": "UNLOCALIZED: Orientation Settings for Minecart Contraptions", + "create.ponder.cart_assembler_modes.text_1": "UNLOCALIZED: Cart Contraptions will rotate to face towards their carts' motion", + "create.ponder.cart_assembler_modes.text_2": "UNLOCALIZED: This Arrow indicates which side of the Structure will be considered the front", + "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_rails.header": "UNLOCALIZED: Other types of Minecarts and Rails", + "create.ponder.cart_assembler_rails.text_1": "UNLOCALIZED: Cart Assemblers on Regular Tracks will not affect the passing carts' motion", + "create.ponder.cart_assembler_rails.text_2": "UNLOCALIZED: When on Powered or Controller Rail, the carts will be held in place until it's Powered", + "create.ponder.cart_assembler_rails.text_3": "UNLOCALIZED: Other types of Minecarts can be used as the anchor", + "create.ponder.cart_assembler_rails.text_4": "UNLOCALIZED: Furnace Carts will keep themselves powered, pulling fuel from any attached inventories", + + "create.ponder.chain_drive.header": "UNLOCALIZED: Relaying rotational force with Chain Drives", + "create.ponder.chain_drive.text_1": "UNLOCALIZED: Chain Drives relay rotation to each other in a row", + "create.ponder.chain_drive.text_2": "UNLOCALIZED: All shafts connected like this will rotate in the same direction", + "create.ponder.chain_drive.text_3": "UNLOCALIZED: Any part of the row can be rotated by 90 degrees", + + "create.ponder.chain_gearshift.header": "UNLOCALIZED: Controlling rotational speed with Chain Gearshifts", + "create.ponder.chain_gearshift.text_1": "UNLOCALIZED: Unpowered Chain Gearshifts behave exactly like Chain Drives", + "create.ponder.chain_gearshift.text_2": "UNLOCALIZED: When Powered, the speed transmitted to other Chain Drives in the row is doubled", + "create.ponder.chain_gearshift.text_3": "UNLOCALIZED: Whenever the Powered Gearshift is not at the source, its speed will be halved instead", + "create.ponder.chain_gearshift.text_4": "UNLOCALIZED: In both cases, Chain Drives in the row always run at 2x the speed of the Powered Gearshift", + "create.ponder.chain_gearshift.text_5": "UNLOCALIZED: Using analog signals, the ratio can be adjusted more precisely between 1 and 2", + "create.ponder.chain_gearshift.text_6": "UNLOCALIZED: 12 RPM", + + "create.ponder.chute.header": "UNLOCALIZED: Transporting Items downward via Chutes", + "create.ponder.chute.text_1": "UNLOCALIZED: Chutes can transport items vertically from and to inventories", + "create.ponder.chute.text_2": "UNLOCALIZED: Using the Wrench, a window can be created", + "create.ponder.chute.text_3": "UNLOCALIZED: Placing chutes targeting the side faces of another will make it diagonal", + + "create.ponder.chute_upward.header": "UNLOCALIZED: Transporting Items upward via Chutes", + "create.ponder.chute_upward.text_1": "UNLOCALIZED: Using Encased Fans at the top or bottom, a Chute can move items upward", + "create.ponder.chute_upward.text_2": "UNLOCALIZED: Inspecting chutes with Engineers' Goggles reveals information about the movement direction", + "create.ponder.chute_upward.text_3": "UNLOCALIZED: On the 'blocked' end, items will have to be inserted/taken from the sides", + + "create.ponder.clockwork_bearing.header": "UNLOCALIZED: Animating Structures using Clockwork Bearings", + "create.ponder.clockwork_bearing.text_1": "UNLOCALIZED: Clockwork Bearings attach to blocks in front of them", + "create.ponder.clockwork_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, the structure will be rotated according to the hour of the day", + "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", + "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", + "create.ponder.clockwork_bearing.text_5": "UNLOCALIZED: Right-Click the bearing to start or stop animating the structure", + "create.ponder.clockwork_bearing.text_6": "UNLOCALIZED: In front of the Hour Hand, a second structure can be added", + "create.ponder.clockwork_bearing.text_7": "UNLOCALIZED: Ensure that the two Structures are not glued to each other", + "create.ponder.clockwork_bearing.text_8": "UNLOCALIZED: The Second Structure will now rotate as the Minute Hand", + + "create.ponder.clutch.header": "UNLOCALIZED: Controlling rotational force using a Clutch", + "create.ponder.clutch.text_1": "UNLOCALIZED: Clutches will relay rotation in a straight line", + "create.ponder.clutch.text_2": "UNLOCALIZED: When powered by Redstone, it breaks the connection", + + "create.ponder.cog_speedup.header": "UNLOCALIZED: Gearshifting with Cogs", + "create.ponder.cog_speedup.text_1": "UNLOCALIZED: Large and Small cogs can be connected diagonally", + "create.ponder.cog_speedup.text_2": "UNLOCALIZED: Shifting from large to small cogs, the conveyed speed will be doubled", + "create.ponder.cog_speedup.text_3": "UNLOCALIZED: Shifting the opposite way, the conveyed speed will be halved", + + "create.ponder.cogwheel.header": "UNLOCALIZED: Relaying rotational force using Cogwheels", + "create.ponder.cogwheel.text_1": "UNLOCALIZED: Cogwheels will relay rotation to other adjacent cogwheels", + "create.ponder.cogwheel.text_2": "UNLOCALIZED: Neighbouring shafts connected like this will rotate in opposite directions", + + "create.ponder.cogwheel_casing.header": "UNLOCALIZED: Encasing Cogwheels", + "create.ponder.cogwheel_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Cogwheels", + "create.ponder.cogwheel_casing.text_2": "UNLOCALIZED: Components added after encasing will not connect to the shaft outputs", + "create.ponder.cogwheel_casing.text_3": "UNLOCALIZED: The Wrench can be used to toggle connections", + + "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_motor.header": "UNLOCALIZED: Generating Rotational Force using Creative Motors", + "create.ponder.creative_motor.text_1": "UNLOCALIZED: Creative motors are a compact and configurable source of Rotational Force", + "create.ponder.creative_motor.text_2": "UNLOCALIZED: Scrolling on the back panel changes the RPM of the motors' rotational output", + + "create.ponder.creative_motor_mojang.header": "UNLOCALIZED: Mojang's Enigma", + + "create.ponder.crushing_wheels.header": "UNLOCALIZED: Processing Items with Crushing Wheels", + "create.ponder.crushing_wheels.text_1": "UNLOCALIZED: A pair of Crushing Wheels can grind items very effectively", + "create.ponder.crushing_wheels.text_2": "UNLOCALIZED: Their Rotational Input has to make them spin into each other", + "create.ponder.crushing_wheels.text_3": "UNLOCALIZED: Items thrown or inserted into the top will get processed", + "create.ponder.crushing_wheels.text_4": "UNLOCALIZED: Items can be inserted and picked up through automated means as well", + + "create.ponder.deployer.header": "UNLOCALIZED: Using the Deployer", + "create.ponder.deployer.text_1": "UNLOCALIZED: Given Rotational Force, a Deployer can imitate player interactions", + "create.ponder.deployer.text_10": "UNLOCALIZED: Right-click the front to give it an Item to use", + "create.ponder.deployer.text_11": "UNLOCALIZED: Items can also be inserted automatically", + "create.ponder.deployer.text_12": "UNLOCALIZED: Deployers carry a filter slot", + "create.ponder.deployer.text_13": "UNLOCALIZED: When a filter is set, it activates only while holding a matching item", + "create.ponder.deployer.text_14": "UNLOCALIZED: Only items matching the filter can now be inserted...", + "create.ponder.deployer.text_15": "UNLOCALIZED: ...and only non-matching items will be extracted", + "create.ponder.deployer.text_2": "UNLOCALIZED: It will always interact with the position 2 blocks in front of itself", + "create.ponder.deployer.text_3": "UNLOCALIZED: Blocks directly in front will not obstruct it", + "create.ponder.deployer.text_4": "UNLOCALIZED: Deployers can:", + "create.ponder.deployer.text_5": "UNLOCALIZED: Place Blocks,", + "create.ponder.deployer.text_6": "UNLOCALIZED: Use Items,", + "create.ponder.deployer.text_7": "UNLOCALIZED: Activate Blocks,", + "create.ponder.deployer.text_8": "UNLOCALIZED: Harvest blocks", + "create.ponder.deployer.text_9": "UNLOCALIZED: and Attack Mobs", + + "create.ponder.deployer_contraption.header": "UNLOCALIZED: Using Deployers on Contraptions", + "create.ponder.deployer_contraption.text_1": "UNLOCALIZED: Whenever Deployers are moved as part of an animated Contraption...", + "create.ponder.deployer_contraption.text_2": "UNLOCALIZED: They activate at each visited location, using items from inventories anywhere on the contraption", + "create.ponder.deployer_contraption.text_3": "UNLOCALIZED: The Filter slot can be used to specify which items to pull", + + "create.ponder.deployer_modes.header": "UNLOCALIZED: Modes of the Deployer", + "create.ponder.deployer_modes.text_1": "UNLOCALIZED: By default, a Deployer imitates a Right-click interaction", + "create.ponder.deployer_modes.text_2": "UNLOCALIZED: Using a Wrench, it can be set to imitate a Left-click instead", + + "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_redstone.header": "UNLOCALIZED: Controlling Deployers with Redstone", + "create.ponder.deployer_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Deployers will not activate", + "create.ponder.deployer_redstone.text_2": "UNLOCALIZED: Before stopping, the Deployer will finish any started cycles", + "create.ponder.deployer_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", + + "create.ponder.depot.header": "UNLOCALIZED: Using Depots", + "create.ponder.depot.text_1": "UNLOCALIZED: Depots can serve as 'stationary' belt elements", + "create.ponder.depot.text_2": "UNLOCALIZED: Right-Click to manually place or remove Items from it", + "create.ponder.depot.text_3": "UNLOCALIZED: Just like Mechanical Belts, it can provide items to processing", + "create.ponder.depot.text_4": "UNLOCALIZED: ...as well as provide Items to Mechanical Arms", + + "create.ponder.display_board.header": "UNLOCALIZED: Using Display Boards", + "create.ponder.display_board.text_1": "UNLOCALIZED: Display Boards are a scalable alternative to the sign", + "create.ponder.display_board.text_2": "UNLOCALIZED: They require Rotational Force to operate", + "create.ponder.display_board.text_3": "UNLOCALIZED: Text can be displayed using Name Tags...", + "create.ponder.display_board.text_4": "UNLOCALIZED: ...or through the use of Display Links", + "create.ponder.display_board.text_5": "UNLOCALIZED: Dyes can be applied to individual lines of the board", + "create.ponder.display_board.text_6": "UNLOCALIZED: Lines can be reset by clicking them with an empty hand", + + "create.ponder.display_link.header": "UNLOCALIZED: Setting up Display Links", + "create.ponder.display_link.text_1": "UNLOCALIZED: Display Links can be used to visualise dynamic information", + "create.ponder.display_link.text_2": "UNLOCALIZED: First, right-click the target display...", + "create.ponder.display_link.text_3": "UNLOCALIZED: ...then attach it to the block to read from", + "create.ponder.display_link.text_4": "UNLOCALIZED: Open the Interface to select and configure what is sent", + "create.ponder.display_link.text_5": "UNLOCALIZED: The display will now receive information from the link", + "create.ponder.display_link.text_6": "UNLOCALIZED: Not every block can act as a source", + "create.ponder.display_link.text_7": "UNLOCALIZED: Each compatible block provides unique information", + "create.ponder.display_link.text_8": "UNLOCALIZED: The Display Link can work with several different displays", + + "create.ponder.display_link_redstone.header": "UNLOCALIZED: Redstone Control", + "create.ponder.display_link_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Display Links stop sending updates", + "create.ponder.display_link_redstone.text_2": "UNLOCALIZED: Once unpowered, the Timer is reset and new info is sent immediately", + "create.ponder.display_link_redstone.text_3": "UNLOCALIZED: Signals emitted from the source do not affect the Link", + + "create.ponder.empty_blaze_burner.header": "UNLOCALIZED: Using Empty Blaze Burners", + "create.ponder.empty_blaze_burner.text_1": "UNLOCALIZED: Right-click a Blaze with the empty burner to capture it", + "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: 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", + "create.ponder.encased_fluid_pipe.text_2": "UNLOCALIZED: Aside from being conceiled, Encased Pipes are locked into their connectivity state", + "create.ponder.encased_fluid_pipe.text_3": "UNLOCALIZED: It will no longer react to any neighbouring blocks being added or removed", + + "create.ponder.fan_direction.header": "UNLOCALIZED: Air flow of Encased Fans", + "create.ponder.fan_direction.text_1": "UNLOCALIZED: Encased Fans use Rotational Force to create an Air Current", + "create.ponder.fan_direction.text_2": "UNLOCALIZED: Strength and Direction of Flow depends on the Rotational Input", + + "create.ponder.fan_processing.header": "UNLOCALIZED: Processing Items using Encased Fans", + "create.ponder.fan_processing.text_1": "UNLOCALIZED: When passing through lava, the Air Flow becomes Heated", + "create.ponder.fan_processing.text_2": "UNLOCALIZED: Items caught in the area will be smelted", + "create.ponder.fan_processing.text_3": "UNLOCALIZED: Food items thrown here would be incinerated", + "create.ponder.fan_processing.text_4": "UNLOCALIZED: Instead, a setup for Smoking using Fire should be used for them", + "create.ponder.fan_processing.text_5": "UNLOCALIZED: Air Flows passing through water create a Washing Setup", + "create.ponder.fan_processing.text_6": "UNLOCALIZED: Some interesting new processing can be done with it", + "create.ponder.fan_processing.text_7": "UNLOCALIZED: The Speed of the Fan does NOT affect the processing speed, only its range", + "create.ponder.fan_processing.text_8": "UNLOCALIZED: Fan Processing can also be applied to Items on Depots and Belts", + + "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_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_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_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.funnel_compat.header": "UNLOCALIZED: Funnel compatibility", + "create.ponder.funnel_compat.text_1": "UNLOCALIZED: Funnels should also interact nicely with a handful of other components.", + "create.ponder.funnel_compat.text_2": "UNLOCALIZED: Vertical Saws", + "create.ponder.funnel_compat.text_3": "UNLOCALIZED: Depots", + "create.ponder.funnel_compat.text_4": "UNLOCALIZED: Item Drains", + + "create.ponder.funnel_direction.header": "UNLOCALIZED: Direction of Transfer", + "create.ponder.funnel_direction.text_1": "UNLOCALIZED: Placed normally, it pulls items from the inventory.", + "create.ponder.funnel_direction.text_2": "UNLOCALIZED: Placed while sneaking, it puts items into the inventory.", + "create.ponder.funnel_direction.text_3": "UNLOCALIZED: Using a wrench, the funnel can be flipped after placement.", + "create.ponder.funnel_direction.text_4": "UNLOCALIZED: Same rules will apply for most orientations.", + "create.ponder.funnel_direction.text_5": "UNLOCALIZED: Funnels on belts will extract/insert depending on its movement direction.", + + "create.ponder.funnel_intro.header": "UNLOCALIZED: Using funnels", + "create.ponder.funnel_intro.text_1": "UNLOCALIZED: Funnels are ideal for transferring items from and to inventories.", + + "create.ponder.funnel_redstone.header": "UNLOCALIZED: Redstone control", + "create.ponder.funnel_redstone.text_1": "UNLOCALIZED: Redstone power will prevent any funnel from acting", + + "create.ponder.funnel_transfer.header": "UNLOCALIZED: Direct transfer", + "create.ponder.funnel_transfer.text_1": "UNLOCALIZED: Funnels cannot ever transfer between closed inventories directly.", + "create.ponder.funnel_transfer.text_2": "UNLOCALIZED: Chutes or Smart chutes might be more suitable for such purposes.", + "create.ponder.funnel_transfer.text_3": "UNLOCALIZED: Same applies for horizontal movement. A mechanical belt should help here.", + + "create.ponder.gantry_carriage.header": "UNLOCALIZED: Using Gantry Carriages", + "create.ponder.gantry_carriage.text_1": "UNLOCALIZED: Gantry Carriages can mount to and slide along a Gantry Shaft.", + "create.ponder.gantry_carriage.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", + + "create.ponder.gantry_cascaded.header": "UNLOCALIZED: Cascaded Gantries", + "create.ponder.gantry_cascaded.text_1": "UNLOCALIZED: Gantry shafts attach to a carriage without the need of super glue", + "create.ponder.gantry_cascaded.text_2": "UNLOCALIZED: Same applies for carriages on moved Gantry Shafts", + "create.ponder.gantry_cascaded.text_3": "UNLOCALIZED: Thus, a gantry system can be cascaded to cover multiple axes of movement", + + "create.ponder.gantry_direction.header": "UNLOCALIZED: Gantry Movement Direction", + "create.ponder.gantry_direction.text_1": "UNLOCALIZED: Gantry Shafts can have opposite orientations", + "create.ponder.gantry_direction.text_2": "UNLOCALIZED: The movement direction of carriages depend on their shafts' orientation", + "create.ponder.gantry_direction.text_3": "UNLOCALIZED: ...as well as the rotation direction of the shaft", + "create.ponder.gantry_direction.text_4": "UNLOCALIZED: Same rules apply for the propagated rotation", + + "create.ponder.gantry_redstone.header": "UNLOCALIZED: Gantry Power Propagation", + "create.ponder.gantry_redstone.text_1": "UNLOCALIZED: Redstone-powered gantry shafts stop moving their carriages", + "create.ponder.gantry_redstone.text_2": "UNLOCALIZED: Instead, its rotational force is relayed to the carriages' output shaft", + + "create.ponder.gantry_shaft.header": "UNLOCALIZED: Using Gantry Shafts", + "create.ponder.gantry_shaft.text_1": "UNLOCALIZED: Gantry Shafts form the basis of a gantry setup. Attached Carriages will move along them.", + "create.ponder.gantry_shaft.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", + + "create.ponder.gearbox.header": "UNLOCALIZED: Relaying rotational force using Gearboxes", + "create.ponder.gearbox.text_1": "UNLOCALIZED: Jumping between axes of rotation can get bulky quickly", + "create.ponder.gearbox.text_2": "UNLOCALIZED: A gearbox is the more compact equivalent of this setup", + "create.ponder.gearbox.text_3": "UNLOCALIZED: Shafts around corners rotate in mirrored directions", + "create.ponder.gearbox.text_4": "UNLOCALIZED: Straight connections will be reversed", + + "create.ponder.gearshift.header": "UNLOCALIZED: Controlling rotational force using a Gearshift", + "create.ponder.gearshift.text_1": "UNLOCALIZED: Gearshifts will relay rotation in a straight line", + "create.ponder.gearshift.text_2": "UNLOCALIZED: When powered by Redstone, it reverses the transmission", + + "create.ponder.hand_crank.header": "UNLOCALIZED: Generating Rotational Force using Hand Cranks", + "create.ponder.hand_crank.text_1": "UNLOCALIZED: Hand Cranks can be used by players to apply rotational force manually", + "create.ponder.hand_crank.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", + "create.ponder.hand_crank.text_3": "UNLOCALIZED: Its conveyed speed is relatively high", + "create.ponder.hand_crank.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", + + "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_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_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.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_vault_sizes.header": "UNLOCALIZED: Dimensions of an Item Vault", + "create.ponder.item_vault_sizes.text_1": "UNLOCALIZED: Item Vaults can be combined to increase the total capacity", + "create.ponder.item_vault_sizes.text_2": "UNLOCALIZED: Their base square can be up to 3 blocks wide...", + "create.ponder.item_vault_sizes.text_3": "UNLOCALIZED: ...and grow in length up to 3x their diameter", + + "create.ponder.item_vault_storage.header": "UNLOCALIZED: Storing Items in Vaults", + "create.ponder.item_vault_storage.text_1": "UNLOCALIZED: Item Vaults can be used to store large amounts of items", + "create.ponder.item_vault_storage.text_2": "UNLOCALIZED: However, contents cannot be added or taken manually", + "create.ponder.item_vault_storage.text_3": "UNLOCALIZED: Any components for item transfer can both insert...", + "create.ponder.item_vault_storage.text_4": "UNLOCALIZED: ...and take contents from this container", + + "create.ponder.large_cogwheel.header": "UNLOCALIZED: Relaying rotational force using Large Cogwheels", + "create.ponder.large_cogwheel.text_1": "UNLOCALIZED: Large cogwheels can connect to each other at right angles", + "create.ponder.large_cogwheel.text_2": "UNLOCALIZED: It will help relaying conveyed speed to other axes of rotation", + + "create.ponder.linear_chassis_attachment.header": "UNLOCALIZED: Attaching blocks using Linear Chassis", + "create.ponder.linear_chassis_attachment.text_1": "UNLOCALIZED: The open faces of a Linear Chassis can be made Sticky", + "create.ponder.linear_chassis_attachment.text_2": "UNLOCALIZED: Click again to make the opposite side sticky", + "create.ponder.linear_chassis_attachment.text_3": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", + "create.ponder.linear_chassis_attachment.text_4": "UNLOCALIZED: Stickied faces of the Linear Chassis will attach a line of blocks in front of it", + "create.ponder.linear_chassis_attachment.text_5": "UNLOCALIZED: Using a Wrench, a precise Range can be specified for this chassis", + "create.ponder.linear_chassis_attachment.text_6": "UNLOCALIZED: Holding CTRL and scrolling adjusts the range of all attached Chassis Blocks", + "create.ponder.linear_chassis_attachment.text_7": "UNLOCALIZED: Attaching blocks to any other side requires the use of Super Glue", + "create.ponder.linear_chassis_attachment.text_8": "UNLOCALIZED: Using these mechanics, structures of any shape can move as a Contraption", + + "create.ponder.linear_chassis_group.header": "UNLOCALIZED: Moving Linear Chassis in groups", + "create.ponder.linear_chassis_group.text_1": "UNLOCALIZED: Linear Chassis connect to identical Chassis blocks next to them", + "create.ponder.linear_chassis_group.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", + "create.ponder.linear_chassis_group.text_3": "UNLOCALIZED: Chassis of a different type or facing another direction will not attach", + + "create.ponder.mechanical_arm.header": "UNLOCALIZED: Setting up Mechanical Arms", + "create.ponder.mechanical_arm.text_1": "UNLOCALIZED: Mechanical Arms have to be assigned their in- and outputs before they are placed", + "create.ponder.mechanical_arm.text_2": "UNLOCALIZED: Right-Click inventories while holding the Arm to assign them as Targets", + "create.ponder.mechanical_arm.text_3": "UNLOCALIZED: Right-Click again to toggle between Input (Blue) and Output (Orange)", + "create.ponder.mechanical_arm.text_4": "UNLOCALIZED: Left-Click components to remove their Selection", + "create.ponder.mechanical_arm.text_5": "UNLOCALIZED: Once placed, the Mechanical Arm will target the blocks selected previously", + "create.ponder.mechanical_arm.text_6": "UNLOCALIZED: They can have any amount of in- and outputs within their range", + "create.ponder.mechanical_arm.text_7": "UNLOCALIZED: However, not every type of Inventory can be interacted with directly", + "create.ponder.mechanical_arm.text_8": "UNLOCALIZED: Funnels and Depots can help to Bridge that gap", + + "create.ponder.mechanical_arm_filtering.header": "UNLOCALIZED: Filtering Outputs of the Mechanical Arm", + "create.ponder.mechanical_arm_filtering.text_1": "UNLOCALIZED: Inputs", + "create.ponder.mechanical_arm_filtering.text_2": "UNLOCALIZED: Outputs", + "create.ponder.mechanical_arm_filtering.text_3": "UNLOCALIZED: Sometimes it is desirable to restrict targets of the Arm by matching a filter", + "create.ponder.mechanical_arm_filtering.text_4": "UNLOCALIZED: Mechanical Arms by themselves do not provide any options for filtering", + "create.ponder.mechanical_arm_filtering.text_5": "UNLOCALIZED: Brass Funnels as Targets do however communicate their own filter to the Arm", + "create.ponder.mechanical_arm_filtering.text_6": "UNLOCALIZED: The Arm is smart enough not to pick up items it couldn't distribute", + + "create.ponder.mechanical_arm_modes.header": "UNLOCALIZED: Distribution modes of the Mechanical Arm", + "create.ponder.mechanical_arm_modes.text_1": "UNLOCALIZED: Input", + "create.ponder.mechanical_arm_modes.text_2": "UNLOCALIZED: Outputs", + "create.ponder.mechanical_arm_modes.text_3": "UNLOCALIZED: Whenever an Arm has to choose between multiple valid outputs...", + "create.ponder.mechanical_arm_modes.text_4": "UNLOCALIZED: ...it will act according to its setting", + "create.ponder.mechanical_arm_modes.text_5": "UNLOCALIZED: Scrolling with a Wrench will allow you to configure it", + "create.ponder.mechanical_arm_modes.text_6": "UNLOCALIZED: Round Robin mode simply cycles through all outputs that are available", + "create.ponder.mechanical_arm_modes.text_7": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", + "create.ponder.mechanical_arm_modes.text_8": "UNLOCALIZED: Forced Round Robin mode will never skip outputs, and instead wait until they are free", + "create.ponder.mechanical_arm_modes.text_9": "UNLOCALIZED: Prefer First prioritizes the outputs selected earliest when configuring this Arm", + + "create.ponder.mechanical_arm_redstone.header": "UNLOCALIZED: Controlling Mechanical Arms with Redstone", + "create.ponder.mechanical_arm_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Mechanical Arms will not activate", + "create.ponder.mechanical_arm_redstone.text_2": "UNLOCALIZED: Before stopping, it will finish any started cycles", + "create.ponder.mechanical_arm_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", + + "create.ponder.mechanical_bearing.header": "UNLOCALIZED: Movings Structures using the Mechanical Bearing", + "create.ponder.mechanical_bearing.text_1": "UNLOCALIZED: Mechanical Bearings attach to the block in front of them", + "create.ponder.mechanical_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, it will assemble it into a Rotating Contraption", + + "create.ponder.mechanical_crafter.header": "UNLOCALIZED: Setting up Mechanical Crafters", + "create.ponder.mechanical_crafter.text_1": "UNLOCALIZED: An array of Mechanical Crafters can be used to automate any Crafting Recipe", + "create.ponder.mechanical_crafter.text_2": "UNLOCALIZED: Using a Wrench, the Crafters' paths can be arranged", + "create.ponder.mechanical_crafter.text_3": "UNLOCALIZED: For a valid setup, all paths have to converge into one exit at any side", + "create.ponder.mechanical_crafter.text_4": "UNLOCALIZED: The outputs will be placed into the inventory at the exit", + "create.ponder.mechanical_crafter.text_5": "UNLOCALIZED: Mechanical Crafters require Rotational Force to operate", + "create.ponder.mechanical_crafter.text_6": "UNLOCALIZED: Right-Click the front to insert Items manually", + "create.ponder.mechanical_crafter.text_7": "UNLOCALIZED: Once every slot of a path contains an Item, the crafting process will begin", + "create.ponder.mechanical_crafter.text_8": "UNLOCALIZED: For recipes not fully occupying the crafter setup, the start can be forced using a Redstone Pulse", + + "create.ponder.mechanical_crafter_connect.header": "UNLOCALIZED: Connecting Inventories of Crafters", + "create.ponder.mechanical_crafter_connect.text_1": "UNLOCALIZED: Items can be inserted to Crafters automatically", + "create.ponder.mechanical_crafter_connect.text_2": "UNLOCALIZED: Using the Wrench at their backs, Mechanical Crafter inputs can be combined", + "create.ponder.mechanical_crafter_connect.text_3": "UNLOCALIZED: All connected Crafters can now be accessed by the same input location", + + "create.ponder.mechanical_crafter_covers.header": "UNLOCALIZED: Covering slots of Mechanical Crafters", + "create.ponder.mechanical_crafter_covers.text_1": "UNLOCALIZED: Some recipes will require additional Crafters to bridge gaps in the path", + "create.ponder.mechanical_crafter_covers.text_2": "UNLOCALIZED: Using Slot Covers, Crafters can be set to act as an Empty Slot in the arrangement", + "create.ponder.mechanical_crafter_covers.text_3": "UNLOCALIZED: Shared Inputs created with the Wrench at the back can also reach across covered Crafters", + + "create.ponder.mechanical_drill.header": "UNLOCALIZED: Breaking Blocks with the Mechanical Drill", + "create.ponder.mechanical_drill.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Drill will break blocks directly in front of it", + "create.ponder.mechanical_drill.text_2": "UNLOCALIZED: Its mining speed depends on the Rotational Input", + + "create.ponder.mechanical_drill_contraption.header": "UNLOCALIZED: Using Mechanical Drills on Contraptions", + "create.ponder.mechanical_drill_contraption.text_1": "UNLOCALIZED: Whenever Drills are moved as part of an animated Contraption...", + "create.ponder.mechanical_drill_contraption.text_2": "UNLOCALIZED: ...they will break blocks the contraption runs them into", + + "create.ponder.mechanical_harvester.header": "UNLOCALIZED: Using Mechanical Harvesters on Contraptions", + "create.ponder.mechanical_harvester.text_1": "UNLOCALIZED: Whenever Harvesters are moved as part of an animated Contraption...", + "create.ponder.mechanical_harvester.text_2": "UNLOCALIZED: They will harvest and reset any mature crops on their way", + + "create.ponder.mechanical_mixer.header": "UNLOCALIZED: Processing Items with the Mechanical Mixer", + "create.ponder.mechanical_mixer.text_1": "UNLOCALIZED: With a Mixer and Basin, some Crafting Recipes can be automated", + "create.ponder.mechanical_mixer.text_2": "UNLOCALIZED: Available recipes include any Shapeless Crafting Recipe, plus a couple extra ones", + "create.ponder.mechanical_mixer.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", + "create.ponder.mechanical_mixer.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", + + "create.ponder.mechanical_piston.header": "UNLOCALIZED: Moving Structures using Mechanical Pistons", + "create.ponder.mechanical_piston.text_1": "UNLOCALIZED: Mechanical Pistons can move blocks in front of them", + "create.ponder.mechanical_piston.text_2": "UNLOCALIZED: Speed and direction of movement depend on the Rotational Input", + "create.ponder.mechanical_piston.text_3": "UNLOCALIZED: Sticky Mechanical Pistons can pull the attached blocks back", + + "create.ponder.mechanical_piston_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Piston", + "create.ponder.mechanical_piston_modes.text_1": "UNLOCALIZED: Whenever Pistons stop moving, the moved structure reverts to blocks", + "create.ponder.mechanical_piston_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", + + "create.ponder.mechanical_plough.header": "UNLOCALIZED: Using Mechanical Ploughs on Contraptions", + "create.ponder.mechanical_plough.text_1": "UNLOCALIZED: Whenever Ploughs are moved as part of an animated Contraption...", + "create.ponder.mechanical_plough.text_2": "UNLOCALIZED: ...they will break blocks without a solid collision hitbox", + "create.ponder.mechanical_plough.text_3": "UNLOCALIZED: Additionally, ploughs can create farmland", + "create.ponder.mechanical_plough.text_4": "UNLOCALIZED: ...they can also launch entities without hurting them", + + "create.ponder.mechanical_press.header": "UNLOCALIZED: Processing Items with the Mechanical Press", + "create.ponder.mechanical_press.text_1": "UNLOCALIZED: The Mechanical Press can process items provided beneath it", + "create.ponder.mechanical_press.text_2": "UNLOCALIZED: The Input items can be dropped or placed on a Depot under the Press", + "create.ponder.mechanical_press.text_3": "UNLOCALIZED: When items are provided on a belt...", + "create.ponder.mechanical_press.text_4": "UNLOCALIZED: The Press will hold and process them automatically", + + "create.ponder.mechanical_press_compacting.header": "UNLOCALIZED: Compacting items with the Mechanical Press", + "create.ponder.mechanical_press_compacting.text_1": "UNLOCALIZED: Pressing items held in a Basin will cause them to be Compacted", + "create.ponder.mechanical_press_compacting.text_2": "UNLOCALIZED: Compacting includes any filled 2x2 or 3x3 Crafting Recipe, plus a couple extra ones", + "create.ponder.mechanical_press_compacting.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", + "create.ponder.mechanical_press_compacting.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", + + "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_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_saw_breaker.header": "UNLOCALIZED: Cutting Trees with the Mechanical Saw", + "create.ponder.mechanical_saw_breaker.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Saw will cut trees directly in front of it", + "create.ponder.mechanical_saw_breaker.text_2": "UNLOCALIZED: In order to cut the tree fully, the Saw has to break the last block connecting it to the ground", + + "create.ponder.mechanical_saw_contraption.header": "UNLOCALIZED: Using Mechanical Saws on Contraptions", + "create.ponder.mechanical_saw_contraption.text_1": "UNLOCALIZED: Whenever Saws are moved as part of an animated Contraption...", + "create.ponder.mechanical_saw_contraption.text_2": "UNLOCALIZED: ...they will cut any trees the contraption runs them into", + + "create.ponder.mechanical_saw_processing.header": "UNLOCALIZED: Processing Items on the Mechanical Saw", + "create.ponder.mechanical_saw_processing.text_1": "UNLOCALIZED: Upward facing Mechanical Saws can process a variety of items", + "create.ponder.mechanical_saw_processing.text_2": "UNLOCALIZED: The processed item always moves against the rotational input to the saw", + "create.ponder.mechanical_saw_processing.text_3": "UNLOCALIZED: Saws can work in-line with Mechanical Belts", + "create.ponder.mechanical_saw_processing.text_4": "UNLOCALIZED: When an ingredient has multiple possible outcomes, the filter slot can specify it", + "create.ponder.mechanical_saw_processing.text_5": "UNLOCALIZED: Without filter, the Saw would cycle through all outcomes instead", + + "create.ponder.millstone.header": "UNLOCALIZED: Processing Items in the Millstone", + "create.ponder.millstone.text_1": "UNLOCALIZED: Millstones process items by grinding them", + "create.ponder.millstone.text_2": "UNLOCALIZED: They can be powered from the side using cogwheels", + "create.ponder.millstone.text_3": "UNLOCALIZED: Throw or Insert items at the top", + "create.ponder.millstone.text_4": "UNLOCALIZED: After some time, the result can be obtained via Right-click", + "create.ponder.millstone.text_5": "UNLOCALIZED: The outputs can also be extracted by automation", + + "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", + "create.ponder.piston_pole.text_2": "UNLOCALIZED: The Length of pole added at its back determines the Extension Range", + + "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_storage_interface.header": "UNLOCALIZED: Contraption Storage Exchange", + "create.ponder.portable_storage_interface.text_1": "UNLOCALIZED: Inventories on moving contraptions cannot be accessed by players.", + "create.ponder.portable_storage_interface.text_2": "UNLOCALIZED: This component can interact with storage without the need to stop the contraption.", + "create.ponder.portable_storage_interface.text_3": "UNLOCALIZED: Place a second one with a gap of 1 or 2 blocks inbetween", + "create.ponder.portable_storage_interface.text_4": "UNLOCALIZED: Whenever they pass by each other, they will engage in a connection", + "create.ponder.portable_storage_interface.text_5": "UNLOCALIZED: While engaged, the stationary interface will represent ALL inventories on the contraption", + "create.ponder.portable_storage_interface.text_6": "UNLOCALIZED: Items can now be inserted...", + "create.ponder.portable_storage_interface.text_7": "UNLOCALIZED: ...or extracted from the contraption", + "create.ponder.portable_storage_interface.text_8": "UNLOCALIZED: After no items have been exchanged for a while, the contraption will continue on its way", + + "create.ponder.portable_storage_interface_redstone.header": "UNLOCALIZED: Redstone Control", + "create.ponder.portable_storage_interface_redstone.text_1": "UNLOCALIZED: Redstone power will prevent the stationary interface from engaging", + + "create.ponder.powered_latch.header": "UNLOCALIZED: Controlling signals using the Powered Latch", + "create.ponder.powered_latch.text_1": "UNLOCALIZED: Powered Latches are redstone controllable Levers", + "create.ponder.powered_latch.text_2": "UNLOCALIZED: Signals at the back switch it on", + "create.ponder.powered_latch.text_3": "UNLOCALIZED: Signals from the side switch it back off", + "create.ponder.powered_latch.text_4": "UNLOCALIZED: Powered latches can also be toggled manually", + + "create.ponder.powered_toggle_latch.header": "UNLOCALIZED: Controlling signals using the Powered Toggle Latch", + "create.ponder.powered_toggle_latch.text_1": "UNLOCALIZED: Powered Toggle Latches are redstone controllable Levers", + "create.ponder.powered_toggle_latch.text_2": "UNLOCALIZED: Signals at the back will toggle its state", + "create.ponder.powered_toggle_latch.text_3": "UNLOCALIZED: ...on and back off", + "create.ponder.powered_toggle_latch.text_4": "UNLOCALIZED: Powered toggle latches can also be toggled manually", + + "create.ponder.pulse_extender.header": "UNLOCALIZED: Controlling signals using Pulse Extenders", + "create.ponder.pulse_extender.text_1": "UNLOCALIZED: Pulse Extenders can lengthen a signal passing through", + "create.ponder.pulse_extender.text_2": "UNLOCALIZED: They activate after a short delay...", + "create.ponder.pulse_extender.text_3": "UNLOCALIZED: ...and cool down for the configured duration", + "create.ponder.pulse_extender.text_4": "UNLOCALIZED: Using the mouse wheel, the discharge time can be configured", + "create.ponder.pulse_extender.text_5": "UNLOCALIZED: The configured duration can range up to 30 minutes", + + "create.ponder.pulse_repeater.header": "UNLOCALIZED: Controlling signals using Pulse Repeaters", + "create.ponder.pulse_repeater.text_1": "UNLOCALIZED: Pulse Repeaters emit a short pulse at a delay", + "create.ponder.pulse_repeater.text_2": "UNLOCALIZED: Using the mouse wheel, the charge time can be configured", + "create.ponder.pulse_repeater.text_3": "UNLOCALIZED: Configured delays can range up to 30 minutes", + + "create.ponder.radial_chassis.header": "UNLOCALIZED: Attaching blocks using Radial Chassis", + "create.ponder.radial_chassis.text_1": "UNLOCALIZED: Radial Chassis connect to identical Chassis blocks in a row", + "create.ponder.radial_chassis.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", + "create.ponder.radial_chassis.text_3": "UNLOCALIZED: The side faces of a Radial Chassis can be made Sticky", + "create.ponder.radial_chassis.text_4": "UNLOCALIZED: Click again to make all other sides sticky", + "create.ponder.radial_chassis.text_5": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", + "create.ponder.radial_chassis.text_6": "UNLOCALIZED: Whenever a Block is next to a sticky face...", + "create.ponder.radial_chassis.text_7": "UNLOCALIZED: ...it will attach all reachable blocks within a radius on that layer", + "create.ponder.radial_chassis.text_8": "UNLOCALIZED: Using a Wrench, a precise Radius can be specified for this chassis", + "create.ponder.radial_chassis.text_9": "UNLOCALIZED: Blocks not reachable by any sticky face will not attach", + + "create.ponder.redstone_contact.header": "UNLOCALIZED: Redstone Contacts", + "create.ponder.redstone_contact.text_1": "UNLOCALIZED: Redstone Contacts facing each other will emit a redstone signal", + "create.ponder.redstone_contact.text_2": "UNLOCALIZED: This still applies when one of them is part of a moving Contraption", + + "create.ponder.redstone_link.header": "UNLOCALIZED: Using Redstone Links", + "create.ponder.redstone_link.text_1": "UNLOCALIZED: Redstone Links can transmit redstone signals wirelessly", + "create.ponder.redstone_link.text_2": "UNLOCALIZED: Right-click while Sneaking to toggle receive mode", + "create.ponder.redstone_link.text_3": "UNLOCALIZED: A simple Right-click with a Wrench can do the same", + "create.ponder.redstone_link.text_4": "UNLOCALIZED: Receivers emit the redstone power of transmitters within 128 blocks", + "create.ponder.redstone_link.text_5": "UNLOCALIZED: Placing items in the two slots can specify a Frequency", + "create.ponder.redstone_link.text_6": "UNLOCALIZED: Only the links with matching Frequencies will communicate", + + "create.ponder.rope_pulley.header": "UNLOCALIZED: Moving Structures using Rope Pulleys", + "create.ponder.rope_pulley.text_1": "UNLOCALIZED: Rope Pulleys can move blocks vertically when given Rotational Force", + "create.ponder.rope_pulley.text_2": "UNLOCALIZED: Direction and Speed of movement depend on the Rotational Input", + + "create.ponder.rope_pulley_attachment.header": "UNLOCALIZED: Moving Pulleys as part of a Contraption", + "create.ponder.rope_pulley_attachment.text_1": "UNLOCALIZED: Whenever Pulleys are themselves being moved by a Contraption...", + "create.ponder.rope_pulley_attachment.text_2": "UNLOCALIZED: ...its attached structure will be dragged with it", + "create.ponder.rope_pulley_attachment.text_3": "UNLOCALIZED: Mind that pulleys are only movable while stopped", + + "create.ponder.rope_pulley_modes.header": "UNLOCALIZED: Movement Modes of the Rope Pulley", + "create.ponder.rope_pulley_modes.text_1": "UNLOCALIZED: Whenever Pulleys stop moving, the moved structure reverts to blocks", + "create.ponder.rope_pulley_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", + + "create.ponder.rose_quartz_lamp.header": "UNLOCALIZED: Rose Quartz Lamps", + "create.ponder.rose_quartz_lamp.text_1": "UNLOCALIZED: Rose Quartz Lamps activate on a Redstone signal", + "create.ponder.rose_quartz_lamp.text_2": "UNLOCALIZED: They will continue to emit redstone power afterwards", + "create.ponder.rose_quartz_lamp.text_3": "UNLOCALIZED: When multiple lamps are arranged in a group...", + "create.ponder.rose_quartz_lamp.text_4": "UNLOCALIZED: ...activating a Lamp will focus the signal to it, deactivating all others", + "create.ponder.rose_quartz_lamp.text_5": "UNLOCALIZED: Comparators output based on the distance to a powered lamp", + "create.ponder.rose_quartz_lamp.text_6": "UNLOCALIZED: The Lamps can also be toggled manually using a Wrench", + + "create.ponder.rotation_speed_controller.header": "UNLOCALIZED: Using the Rotational Speed Controller", + "create.ponder.rotation_speed_controller.text_1": "UNLOCALIZED: Rot. Speed Controllers relay rotation from their axis to a Large Cogwheel above them", + "create.ponder.rotation_speed_controller.text_2": "UNLOCALIZED: Using the scroll input on its side, the conveyed speed can be configured", + + "create.ponder.sail.header": "UNLOCALIZED: Assembling Windmills using Sails", + "create.ponder.sail.text_1": "UNLOCALIZED: Sails are handy blocks to create Windmills with", + "create.ponder.sail.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", + "create.ponder.sail.text_3": "UNLOCALIZED: Right-Click with Dye to paint them", + "create.ponder.sail.text_4": "UNLOCALIZED: Right-Click with Shears to turn them back into frames", + + "create.ponder.sail_frame.header": "UNLOCALIZED: Assembling Windmills using Sail Frames", + "create.ponder.sail_frame.text_1": "UNLOCALIZED: Sail Frames are handy blocks to create Windmills with", + "create.ponder.sail_frame.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", + + "create.ponder.sequenced_gearshift.header": "UNLOCALIZED: Controlling Rotational Speed using Sequenced Gearshifts", + "create.ponder.sequenced_gearshift.text_1": "UNLOCALIZED: Seq. Gearshifts relay rotation by following a timed list of instructions", + "create.ponder.sequenced_gearshift.text_2": "UNLOCALIZED: Right-click it to open the Configuration UI", + "create.ponder.sequenced_gearshift.text_3": "UNLOCALIZED: Upon receiving a Redstone Signal, it will start running its configured sequence", + "create.ponder.sequenced_gearshift.text_4": "UNLOCALIZED: Once finished, it waits for the next Redstone Signal and starts over", + "create.ponder.sequenced_gearshift.text_5": "UNLOCALIZED: A redstone comparator can be used to read the current progress", + + "create.ponder.shaft.header": "UNLOCALIZED: Relaying rotational force using Shafts", + "create.ponder.shaft.text_1": "UNLOCALIZED: Shafts will relay rotation in a straight line.", + + "create.ponder.shaft_casing.header": "UNLOCALIZED: Encasing Shafts", + "create.ponder.shaft_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Shafts", + + "create.ponder.smart_chute.header": "UNLOCALIZED: Filtering Items using Smart Chutes", + "create.ponder.smart_chute.text_1": "UNLOCALIZED: Smart Chutes are vertical chutes with additional control", + "create.ponder.smart_chute.text_2": "UNLOCALIZED: Items in the filter slot specify what exactly they can extract and transfer", + "create.ponder.smart_chute.text_3": "UNLOCALIZED: Use the Mouse Wheel to specify the extracted stack size", + "create.ponder.smart_chute.text_4": "UNLOCALIZED: Redstone power will prevent Smart Chutes from acting.", + + "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.speedometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Speedometer", + "create.ponder.speedometer.text_1": "UNLOCALIZED: The Speedometer displays the current Speed of the attached components", + "create.ponder.speedometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", + "create.ponder.speedometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Speedometer's measurements", + + "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.stabilized_bearings.header": "UNLOCALIZED: Stabilized Contraptions", + "create.ponder.stabilized_bearings.text_1": "UNLOCALIZED: Whenever Mechanical Bearings are themselves part of a moving Structure..", + "create.ponder.stabilized_bearings.text_2": "UNLOCALIZED: ..they will attempt to keep themselves upright", + "create.ponder.stabilized_bearings.text_3": "UNLOCALIZED: Once again, the bearing will attach to the block in front of it", + "create.ponder.stabilized_bearings.text_4": "UNLOCALIZED: As a result, the entire sub-Contraption will stay upright", + + "create.ponder.steam_engine.header": "UNLOCALIZED: Setting up Steam Engines", + "create.ponder.steam_engine.text_1": "UNLOCALIZED: Steam Engines can be placed on a Fluid Tank", + "create.ponder.steam_engine.text_10": "UNLOCALIZED: Lvl 4", + "create.ponder.steam_engine.text_11": "UNLOCALIZED: 4 Engines", + "create.ponder.steam_engine.text_12": "UNLOCALIZED: Lvl 8", + "create.ponder.steam_engine.text_13": "UNLOCALIZED: 8 Engines", + "create.ponder.steam_engine.text_2": "UNLOCALIZED: Clicking the engine with a Shaft creates the Kinetic Output", + "create.ponder.steam_engine.text_3": "UNLOCALIZED: With sufficient Heat, Water and Boiler space...", + "create.ponder.steam_engine.text_4": "UNLOCALIZED: ...they will generate Rotational Force", + "create.ponder.steam_engine.text_5": "UNLOCALIZED: The minimal setup requires 4 Fluid Tanks", + "create.ponder.steam_engine.text_6": "UNLOCALIZED: With the help of Blaze Burners, the power output can be increased", + "create.ponder.steam_engine.text_7": "UNLOCALIZED: Higher power levels require more Water, Size and Heat", + "create.ponder.steam_engine.text_8": "UNLOCALIZED: The boiler's current power level can be inspected with Engineer's Goggles", + "create.ponder.steam_engine.text_9": "UNLOCALIZED: With each added power level, an additional Engine can output at full capacity", + + "create.ponder.steam_whistle.header": "UNLOCALIZED: Setting up Steam Whistles", + "create.ponder.steam_whistle.text_1": "UNLOCALIZED: Steam Whistles can be placed on a Fluid Tank", + "create.ponder.steam_whistle.text_2": "UNLOCALIZED: If the tank receives sufficient heat...", + "create.ponder.steam_whistle.text_3": "UNLOCALIZED: ...the Whistle will play a note when activated", + "create.ponder.steam_whistle.text_4": "UNLOCALIZED: Use a Whistle item on the block to lower its pitch", + "create.ponder.steam_whistle.text_5": "UNLOCALIZED: Cycle between three different octaves using a Wrench", + "create.ponder.steam_whistle.text_6": "UNLOCALIZED: Engineer's Goggles can help to find out the current pitch of a Whistle", + + "create.ponder.sticker.header": "UNLOCALIZED: Attaching blocks using the Sticker", + "create.ponder.sticker.text_1": "UNLOCALIZED: Stickers are ideal for Redstone-controlled block attachment", + "create.ponder.sticker.text_2": "UNLOCALIZED: Upon receiving a signal, it will toggle its state", + "create.ponder.sticker.text_3": "UNLOCALIZED: If it is now moved in a contraption, the block will move with it", + "create.ponder.sticker.text_4": "UNLOCALIZED: Toggled once again, the block is no longer attached", + + "create.ponder.stressometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Stressometer", + "create.ponder.stressometer.text_1": "UNLOCALIZED: The Stressometer displays the current Stress Capacity of the attached kinetic network", + "create.ponder.stressometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", + "create.ponder.stressometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Stressometer's measurements", + + "create.ponder.super_glue.header": "UNLOCALIZED: Attaching blocks using Super Glue", + "create.ponder.super_glue.text_1": "UNLOCALIZED: Super Glue groups blocks together into moving contraptions", + "create.ponder.super_glue.text_2": "UNLOCALIZED: Clicking two endpoints creates a new 'glued' area", + "create.ponder.super_glue.text_3": "UNLOCALIZED: To remove a box, punch it with the glue item in hand", + "create.ponder.super_glue.text_4": "UNLOCALIZED: Adjacent blocks sharing an area will pull each other along", + "create.ponder.super_glue.text_5": "UNLOCALIZED: Overlapping glue volumes will move together", + "create.ponder.super_glue.text_6": "UNLOCALIZED: Blocks hanging on others usually do not require glue", + + "create.ponder.track_chunks.header": "UNLOCALIZED: Traversing unloaded Chunks", + "create.ponder.track_chunks.text_1": "UNLOCALIZED: Tracks stay functional outside of loaded chunks", + "create.ponder.track_chunks.text_2": "UNLOCALIZED: Trains will travel through inactive sections of the world without issue", + "create.ponder.track_chunks.text_3": "UNLOCALIZED: They will still stop at stations or red signals", + "create.ponder.track_chunks.text_4": "UNLOCALIZED: However, Drills and other on-board machines will not operate", + "create.ponder.track_chunks.text_5": "UNLOCALIZED: Once near a Player, the train will re-appear", + + "create.ponder.track_observer.header": "UNLOCALIZED: Detecting Trains", + "create.ponder.track_observer.text_1": "UNLOCALIZED: Select a Train Track then place the Observer nearby", + "create.ponder.track_observer.text_2": "UNLOCALIZED: The Observer will detect any Trains passing over the marker", + "create.ponder.track_observer.text_3": "UNLOCALIZED: Observers can be filtered to activate for matching cargo", + + "create.ponder.track_placement.header": "UNLOCALIZED: Placing Train Tracks", + "create.ponder.track_placement.text_1": "UNLOCALIZED: A new type of rail designed for Train Contraptions", + "create.ponder.track_placement.text_2": "UNLOCALIZED: To place rows of track in bulk, click on an existing track", + "create.ponder.track_placement.text_3": "UNLOCALIZED: Then place or select a second track", + "create.ponder.track_placement.text_4": "UNLOCALIZED: Tracks can also be placed as turns or slopes", + "create.ponder.track_placement.text_5": "UNLOCALIZED: When connecting, tracks will try to make each turn equally sized", + "create.ponder.track_placement.text_6": "UNLOCALIZED: Holding the sprint key while connecting...", + "create.ponder.track_placement.text_7": "UNLOCALIZED: ...will create the longest fitting bend instead", + "create.ponder.track_placement.text_8": "UNLOCALIZED: Materials in the off-hand will be paved under tracks automatically", + + "create.ponder.track_portal.header": "UNLOCALIZED: Tracks and the Nether", + "create.ponder.track_portal.text_1": "UNLOCALIZED: Tracks placed up against a nether portal...", + "create.ponder.track_portal.text_2": "UNLOCALIZED: ...will attempt to create a paired track on the other side", + "create.ponder.track_portal.text_3": "UNLOCALIZED: Trains on this track are now able to travel across dimensions", + + "create.ponder.train_assembly.header": "UNLOCALIZED: Assembling Trains", + "create.ponder.train_assembly.text_1": "UNLOCALIZED: Select a Train Track then place the Station nearby", + "create.ponder.train_assembly.text_10": "UNLOCALIZED: Every Train requires Train Controls on board", + "create.ponder.train_assembly.text_11": "UNLOCALIZED: An optional second one allows departure from Stations in both directions", + "create.ponder.train_assembly.text_12": "UNLOCALIZED: Open the Station UI and confirm the Assembly process", + "create.ponder.train_assembly.text_13": "UNLOCALIZED: Trains can be disassembled back into blocks at stations only", + "create.ponder.train_assembly.text_14": "UNLOCALIZED: When used on a station, maps will add a labeled marker at the location", + "create.ponder.train_assembly.text_15": "UNLOCALIZED: Assembled Trains can be relocated to nearby Tracks using the Wrench", + "create.ponder.train_assembly.text_2": "UNLOCALIZED: Stations are the Waypoints of your Track Network", + "create.ponder.train_assembly.text_3": "UNLOCALIZED: To create a new Train, open the UI and switch to Assembly Mode", + "create.ponder.train_assembly.text_4": "UNLOCALIZED: During Assembly no scheduled trains will approach this station", + "create.ponder.train_assembly.text_5": "UNLOCALIZED: Create new bogeys by using Train Casing on Tracks", + "create.ponder.train_assembly.text_6": "UNLOCALIZED: Click the track again to cycle between bogey designs", + "create.ponder.train_assembly.text_7": "UNLOCALIZED: Attach blocks with the help of Super Glue", + "create.ponder.train_assembly.text_8": "UNLOCALIZED: Assembled Trains will move faster if they can find fuel in assembled chests or barrels", + "create.ponder.train_assembly.text_9": "UNLOCALIZED: Fuel stored in Vaults will not be consumed by the train", + + "create.ponder.train_controls.header": "UNLOCALIZED: Controlling Trains", + "create.ponder.train_controls.text_1": "UNLOCALIZED: Train Controls are required on every train contraption", + "create.ponder.train_controls.text_2": "UNLOCALIZED: Once assembled, right-click the block to start driving", + "create.ponder.train_controls.text_3": "UNLOCALIZED: Accelerate and steer the Train using movement keybinds", + "create.ponder.train_controls.text_4": "UNLOCALIZED: If desired, the top speed can be fine-tuned using the mouse wheel", + "create.ponder.train_controls.text_5": "UNLOCALIZED: Hold space to approach a nearby Station", + "create.ponder.train_controls.text_6": "UNLOCALIZED: Trains can only be disassembled back into blocks at Stations", + "create.ponder.train_controls.text_7": "UNLOCALIZED: Assembled Whistles can be activated with the sprint key", + "create.ponder.train_controls.text_8": "UNLOCALIZED: Sneak or click again to stop controlling the Train", + + "create.ponder.train_schedule.header": "UNLOCALIZED: Using Train Schedules", + "create.ponder.train_schedule.text_1": "UNLOCALIZED: Schedules allow Trains to be controlled by other Drivers", + "create.ponder.train_schedule.text_2": "UNLOCALIZED: Right-click with the item in hand to open its Interface", + "create.ponder.train_schedule.text_3": "UNLOCALIZED: Once programmed, the Schedule can be handed off to a Train Driver", + "create.ponder.train_schedule.text_4": "UNLOCALIZED: Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", + "create.ponder.train_schedule.text_5": "UNLOCALIZED: Creatures on a lead can be given their seat more conveniently", + "create.ponder.train_schedule.text_6": "UNLOCALIZED: Schedules can be retrieved from Drivers at any moment", + + "create.ponder.train_signal_placement.header": "UNLOCALIZED: Placing Train Signals", + "create.ponder.train_signal_placement.text_1": "UNLOCALIZED: Select a Train Track then place the Signal nearby", + "create.ponder.train_signal_placement.text_2": "UNLOCALIZED: Signals control the flow of Trains not driven by players", + "create.ponder.train_signal_placement.text_3": "UNLOCALIZED: Scheduled Trains will never cross signals in the opposite direction", + "create.ponder.train_signal_placement.text_4": "UNLOCALIZED: ...unless a second signal is added facing the opposite way.", + "create.ponder.train_signal_placement.text_5": "UNLOCALIZED: Nixie tubes can be attached to make a signal's lights more visible", + + "create.ponder.train_signal_redstone.header": "UNLOCALIZED: Signals & Redstone", + "create.ponder.train_signal_redstone.text_1": "UNLOCALIZED: Signals can be forced red by a redstone signal", + "create.ponder.train_signal_redstone.text_2": "UNLOCALIZED: Reversely, red signals emit a comparator output", + + "create.ponder.train_signal_signaling.header": "UNLOCALIZED: Collision Prevention with Signals", + "create.ponder.train_signal_signaling.text_1": "UNLOCALIZED: Train Signals divide a track into segments", + "create.ponder.train_signal_signaling.text_2": "UNLOCALIZED: If a Segment is occupied, no other Trains will be allowed entry", + "create.ponder.train_signal_signaling.text_3": "UNLOCALIZED: Thus, each Segment will contain only one Train at a time", + "create.ponder.train_signal_signaling.text_4": "UNLOCALIZED: A second Signal mode is available via the Wrench", + "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", + "create.ponder.train_signal_signaling.text_6": "UNLOCALIZED: This special Signal can stop trains under a second condition", + "create.ponder.train_signal_signaling.text_7": "UNLOCALIZED: It will stop Trains, which, upon entering...", + "create.ponder.train_signal_signaling.text_8": "UNLOCALIZED: ...would not be able to leave the Segment immediately", + "create.ponder.train_signal_signaling.text_9": "UNLOCALIZED: This helps keeping queued Trains out of a busy Segment", + + "create.ponder.valve_handle.header": "UNLOCALIZED: Generating Rotational Force using Valve Handles", + "create.ponder.valve_handle.text_1": "UNLOCALIZED: Valve Handles can be used by players to apply rotational force manually", + "create.ponder.valve_handle.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", + "create.ponder.valve_handle.text_3": "UNLOCALIZED: Its conveyed speed is slow and precise", + "create.ponder.valve_handle.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", + "create.ponder.valve_handle.text_5": "UNLOCALIZED: Valve handles can be dyed for aesthetic purposes", + + "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.water_wheel.header": "UNLOCALIZED: Generating Rotational Force using Water Wheels", + "create.ponder.water_wheel.text_1": "UNLOCALIZED: Water Wheels draw force from adjacent Water Currents", + "create.ponder.water_wheel.text_2": "UNLOCALIZED: The more faces are powered, the faster the Water Wheel will rotate", + "create.ponder.water_wheel.text_3": "UNLOCALIZED: The Wheels' blades should be oriented against the flow", + "create.ponder.water_wheel.text_4": "UNLOCALIZED: Facing the opposite way, they will not be as effective", + + "create.ponder.weighted_ejector.header": "UNLOCALIZED: Using Weighted Ejectors", + "create.ponder.weighted_ejector.text_1": "UNLOCALIZED: Sneak and Right-Click holding an Ejector to select its target location", + "create.ponder.weighted_ejector.text_10": "UNLOCALIZED: It is now limited to this stack size, and only activates when its held stack reaches this amount", + "create.ponder.weighted_ejector.text_11": "UNLOCALIZED: Other Entities will always trigger an Ejector when stepping on it", + "create.ponder.weighted_ejector.text_2": "UNLOCALIZED: The placed ejector will now launch objects to the marked location", + "create.ponder.weighted_ejector.text_3": "UNLOCALIZED: A valid target can be at any height or distance within range", + "create.ponder.weighted_ejector.text_4": "UNLOCALIZED: They cannot however be off to a side", + "create.ponder.weighted_ejector.text_5": "UNLOCALIZED: If no valid Target was selected, it will simply target the block directly in front", + "create.ponder.weighted_ejector.text_6": "UNLOCALIZED: Supply Rotational Force in order to charge it up", + "create.ponder.weighted_ejector.text_7": "UNLOCALIZED: Items placed on the ejector cause it to trigger", + "create.ponder.weighted_ejector.text_8": "UNLOCALIZED: If Inventories are targeted, the ejector will wait until there is space", + "create.ponder.weighted_ejector.text_9": "UNLOCALIZED: Using the Wrench, a required Stack Size can be configured", + + "create.ponder.weighted_ejector_redstone.header": "UNLOCALIZED: Controlling Weighted Ejectors with Redstone", + "create.ponder.weighted_ejector_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Ejectors will not activate", + "create.ponder.weighted_ejector_redstone.text_2": "UNLOCALIZED: Furthermore, Observers can detect when Ejectors activate", + + "create.ponder.weighted_ejector_tunnel.header": "UNLOCALIZED: Splitting item stacks using Weighted Ejectors", + "create.ponder.weighted_ejector_tunnel.text_1": "UNLOCALIZED: Combined with Brass Tunnels, Ejectors can split item stacks by specific amounts", + "create.ponder.weighted_ejector_tunnel.text_2": "UNLOCALIZED: First, configure the Brass Tunnel to 'Prefer Nearest', in order to prioritize its side output", + "create.ponder.weighted_ejector_tunnel.text_3": "UNLOCALIZED: The Stack Size set on the Ejector now determines the amount to be split off", + "create.ponder.weighted_ejector_tunnel.text_4": "UNLOCALIZED: While a new stack of the configured size exits the side output...", + "create.ponder.weighted_ejector_tunnel.text_5": "UNLOCALIZED: ...the remainder will continue on its path", + + "create.ponder.windmill_source.header": "UNLOCALIZED: Generating Rotational Force using Windmill Bearings", + "create.ponder.windmill_source.text_1": "UNLOCALIZED: Windmill Bearings attach to the block in front of them", + "create.ponder.windmill_source.text_2": "UNLOCALIZED: Create a movable structure with the help of Super Glue", + "create.ponder.windmill_source.text_3": "UNLOCALIZED: If enough Sail-like blocks are included, this can act as a Windmill", + "create.ponder.windmill_source.text_4": "UNLOCALIZED: Activated with Right-Click, the Windmill Bearing will start providing Rotational Force", + "create.ponder.windmill_source.text_5": "UNLOCALIZED: The Amount of Sail Blocks determine its Rotation Speed", + "create.ponder.windmill_source.text_6": "UNLOCALIZED: Use a Wrench to configure its rotation direction", + "create.ponder.windmill_source.text_7": "UNLOCALIZED: Right-click the Bearing anytime to stop and edit the Structure again", + + "create.ponder.windmill_structure.header": "UNLOCALIZED: Windmill Contraptions", + "create.ponder.windmill_structure.text_1": "UNLOCALIZED: Any Structure can count as a valid Windmill, as long as it contains at least 8 sail-like Blocks.", + + "_": "Thank you for translating Create!" + +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/th_th.json b/src/generated/resources/assets/create/lang/unfinished/th_th.json new file mode 100644 index 0000000000..c7acc5b320 --- /dev/null +++ b/src/generated/resources/assets/create/lang/unfinished/th_th.json @@ -0,0 +1,3033 @@ +{ + "_": "Missing Localizations: 2684", + + "_": "->------------------------] Game Elements [------------------------<-", + + "block.create.acacia_window": "บล็อกหน้าต่างไม้อาเคเชีย", + "block.create.acacia_window_pane": "หน้าต่างไม้อาเคเชีย", + "block.create.adjustable_chain_gearshift": "เกียร์ปรับความเร็วโซ่", + "block.create.analog_lever": "คันโยกอนาล็อก", + "block.create.andesite_belt_funnel": "สายพานอุโมงค์แอนดีไซต์", + "block.create.andesite_casing": "บล็อกโครงแอนดีไซต์", + "block.create.andesite_encased_cogwheel": "โครงแอนดีไซต์แบบมีเฟือง", + "block.create.andesite_encased_large_cogwheel": "โครงแอนดีไซต์แบบเฟืองใหญ่", + "block.create.andesite_encased_shaft": "โครงแอนดีไซต์แบบมีเพลา", + "block.create.andesite_funnel": "ปากอุโมงแอนดิ", + "block.create.andesite_ladder": "บันไดลิงแอนดีไซต์", + "block.create.andesite_pillar": "เสาแอนดีไซต์", + "block.create.andesite_tunnel": "อุโมงค์แอนดีไซต์", + "block.create.asurine": "อะซูรีน", + "block.create.asurine_pillar": "เสาอะซูรีน", + "block.create.basin": "อ่าง", + "block.create.belt": "สายพาน", + "block.create.birch_window": "บล็อกหน้าต่างไม้เบิร์ช", + "block.create.birch_window_pane": "หน้าต่างไม้เบิร์ช", + "block.create.black_nixie_tube": "หลอด Nixie สีดำ", + "block.create.black_sail": "กังหันลมสีดำ", + "block.create.black_seat": "เบาะนั่งสีดำ", + "block.create.black_toolbox": "กล่องเครื่องมือสีดำ", + "block.create.black_valve_handle": "วาล์วสีดำ", + "block.create.blaze_burner": "เตาไฟ", + "block.create.blue_nixie_tube": "หลอด Nixie สีน้ำเงิน", + "block.create.blue_sail": "กังหันลมสีน้ำเงิน", + "block.create.blue_seat": "เบาะนั่งสีน้ำเงิน", + "block.create.blue_toolbox": "กล่องเครื่องมือสีน้ำเงิน", + "block.create.blue_valve_handle": "วาล์วสีน้ำเงิน", + "block.create.brass_belt_funnel": "สายพานปากอุโมงค์ทองเหลือง", + "block.create.brass_block": "บล็อกทองเหลือง", + "block.create.brass_casing": "โครงทองเหลือง", + "block.create.brass_encased_cogwheel": "โครงทองเหลืองแบบมีเฟือง", + "block.create.brass_encased_large_cogwheel": "โครงทองเหลืองแบบมีเฟืองใหญ่", + "block.create.brass_encased_shaft": "โครงทองเหลืองแบบมีเพลา", + "block.create.brass_funnel": "ปากอุโมงค์ทองเหลือง", + "block.create.brass_ladder": "บันไดลิงทองเหลือง", + "block.create.brass_tunnel": "อุโมงค์ทองเหลือง", + "block.create.brown_nixie_tube": "หลอด Nixie สีน้ำตาล", + "block.create.brown_sail": "กังหันสีน้ำตาล", + "block.create.brown_seat": "เบาะนั่งสีน้ำตาล", + "block.create.brown_toolbox": "กล่องเครื่องมือสีน้ำตาล", + "block.create.brown_valve_handle": "วาล์วสีน้ำตาล", + "block.create.calcite_pillar": "เสาแคลไซต์", + "block.create.cart_assembler": "ตัวประกอบรถราง", + "block.create.chocolate": "ช็อกโกแล็ต", + "block.create.chute": "ท่อส่ง", + "block.create.clockwork_bearing": "ลูกปืนแบบลาน", + "block.create.clutch": "ตัวหยุดเพลา", + "block.create.cogwheel": "เฟือง", + "block.create.content_observer": "ตัวตรวจจับภายใน", + "block.create.controller_rail": "รางควบคุม", + "block.create.controls": "ตัวควบคุมรถไฟ", + "block.create.copper_backtank": "ถังทองแดง", + "block.create.copper_casing": "โครงทองแดง", + "block.create.copper_ladder": "บันไดลิงทองแดง", + "block.create.copper_shingle_slab": "UNLOCALIZED: Copper Shingle Slab", + "block.create.copper_shingle_stairs": "UNLOCALIZED: Copper Shingle Stairs", + "block.create.copper_shingles": "UNLOCALIZED: Copper Shingles", + "block.create.copper_tile_slab": "UNLOCALIZED: Copper Tile Slab", + "block.create.copper_tile_stairs": "UNLOCALIZED: Copper Tile Stairs", + "block.create.copper_tiles": "UNLOCALIZED: Copper Tiles", + "block.create.copper_valve_handle": "วาล์วทองแดง", + "block.create.creative_crate": "กล่องไอเทม Creative", + "block.create.creative_fluid_tank": "ถังเก็บของเหลว Creative", + "block.create.creative_motor": "มอเตอร์ Creative", + "block.create.crimsite": "UNLOCALIZED: Crimsite", + "block.create.crimsite_pillar": "UNLOCALIZED: Crimsite Pillar", + "block.create.crimson_window": "UNLOCALIZED: Crimson Window", + "block.create.crimson_window_pane": "UNLOCALIZED: Crimson Window Pane", + "block.create.crushing_wheel": "ล้อบด", + "block.create.crushing_wheel_controller": "ตัวควบคุมล้อบด", + "block.create.cuckoo_clock": "นาฬิกากุ๊กกู", + "block.create.cut_andesite": "UNLOCALIZED: Cut Andesite", + "block.create.cut_andesite_brick_slab": "UNLOCALIZED: Cut Andesite Brick Slab", + "block.create.cut_andesite_brick_stairs": "UNLOCALIZED: Cut Andesite Brick Stairs", + "block.create.cut_andesite_brick_wall": "UNLOCALIZED: Cut Andesite Brick Wall", + "block.create.cut_andesite_bricks": "UNLOCALIZED: Cut Andesite Bricks", + "block.create.cut_andesite_slab": "UNLOCALIZED: Cut Andesite Slab", + "block.create.cut_andesite_stairs": "UNLOCALIZED: Cut Andesite Stairs", + "block.create.cut_andesite_wall": "UNLOCALIZED: Cut Andesite Wall", + "block.create.cut_asurine": "UNLOCALIZED: Cut Asurine", + "block.create.cut_asurine_brick_slab": "UNLOCALIZED: Cut Asurine Brick Slab", + "block.create.cut_asurine_brick_stairs": "UNLOCALIZED: Cut Asurine Brick Stairs", + "block.create.cut_asurine_brick_wall": "UNLOCALIZED: Cut Asurine Brick Wall", + "block.create.cut_asurine_bricks": "UNLOCALIZED: Cut Asurine Bricks", + "block.create.cut_asurine_slab": "UNLOCALIZED: Cut Asurine Slab", + "block.create.cut_asurine_stairs": "UNLOCALIZED: Cut Asurine Stairs", + "block.create.cut_asurine_wall": "UNLOCALIZED: Cut Asurine Wall", + "block.create.cut_calcite": "UNLOCALIZED: Cut Calcite", + "block.create.cut_calcite_brick_slab": "UNLOCALIZED: Cut Calcite Brick Slab", + "block.create.cut_calcite_brick_stairs": "UNLOCALIZED: Cut Calcite Brick Stairs", + "block.create.cut_calcite_brick_wall": "UNLOCALIZED: Cut Calcite Brick Wall", + "block.create.cut_calcite_bricks": "UNLOCALIZED: Cut Calcite Bricks", + "block.create.cut_calcite_slab": "UNLOCALIZED: Cut Calcite Slab", + "block.create.cut_calcite_stairs": "UNLOCALIZED: Cut Calcite Stairs", + "block.create.cut_calcite_wall": "UNLOCALIZED: Cut Calcite Wall", + "block.create.cut_crimsite": "UNLOCALIZED: Cut Crimsite", + "block.create.cut_crimsite_brick_slab": "UNLOCALIZED: Cut Crimsite Brick Slab", + "block.create.cut_crimsite_brick_stairs": "UNLOCALIZED: Cut Crimsite Brick Stairs", + "block.create.cut_crimsite_brick_wall": "UNLOCALIZED: Cut Crimsite Brick Wall", + "block.create.cut_crimsite_bricks": "UNLOCALIZED: Cut Crimsite Bricks", + "block.create.cut_crimsite_slab": "UNLOCALIZED: Cut Crimsite Slab", + "block.create.cut_crimsite_stairs": "UNLOCALIZED: Cut Crimsite Stairs", + "block.create.cut_crimsite_wall": "UNLOCALIZED: Cut Crimsite Wall", + "block.create.cut_deepslate": "UNLOCALIZED: Cut Deepslate", + "block.create.cut_deepslate_brick_slab": "UNLOCALIZED: Cut Deepslate Brick Slab", + "block.create.cut_deepslate_brick_stairs": "UNLOCALIZED: Cut Deepslate Brick Stairs", + "block.create.cut_deepslate_brick_wall": "UNLOCALIZED: Cut Deepslate Brick Wall", + "block.create.cut_deepslate_bricks": "UNLOCALIZED: Cut Deepslate Bricks", + "block.create.cut_deepslate_slab": "UNLOCALIZED: Cut Deepslate Slab", + "block.create.cut_deepslate_stairs": "UNLOCALIZED: Cut Deepslate Stairs", + "block.create.cut_deepslate_wall": "UNLOCALIZED: Cut Deepslate Wall", + "block.create.cut_diorite": "UNLOCALIZED: Cut Diorite", + "block.create.cut_diorite_brick_slab": "UNLOCALIZED: Cut Diorite Brick Slab", + "block.create.cut_diorite_brick_stairs": "UNLOCALIZED: Cut Diorite Brick Stairs", + "block.create.cut_diorite_brick_wall": "UNLOCALIZED: Cut Diorite Brick Wall", + "block.create.cut_diorite_bricks": "UNLOCALIZED: Cut Diorite Bricks", + "block.create.cut_diorite_slab": "UNLOCALIZED: Cut Diorite Slab", + "block.create.cut_diorite_stairs": "UNLOCALIZED: Cut Diorite Stairs", + "block.create.cut_diorite_wall": "UNLOCALIZED: Cut Diorite Wall", + "block.create.cut_dripstone": "UNLOCALIZED: Cut Dripstone", + "block.create.cut_dripstone_brick_slab": "UNLOCALIZED: Cut Dripstone Brick Slab", + "block.create.cut_dripstone_brick_stairs": "UNLOCALIZED: Cut Dripstone Brick Stairs", + "block.create.cut_dripstone_brick_wall": "UNLOCALIZED: Cut Dripstone Brick Wall", + "block.create.cut_dripstone_bricks": "UNLOCALIZED: Cut Dripstone Bricks", + "block.create.cut_dripstone_slab": "UNLOCALIZED: Cut Dripstone Slab", + "block.create.cut_dripstone_stairs": "UNLOCALIZED: Cut Dripstone Stairs", + "block.create.cut_dripstone_wall": "UNLOCALIZED: Cut Dripstone Wall", + "block.create.cut_granite": "UNLOCALIZED: Cut Granite", + "block.create.cut_granite_brick_slab": "UNLOCALIZED: Cut Granite Brick Slab", + "block.create.cut_granite_brick_stairs": "UNLOCALIZED: Cut Granite Brick Stairs", + "block.create.cut_granite_brick_wall": "UNLOCALIZED: Cut Granite Brick Wall", + "block.create.cut_granite_bricks": "UNLOCALIZED: Cut Granite Bricks", + "block.create.cut_granite_slab": "UNLOCALIZED: Cut Granite Slab", + "block.create.cut_granite_stairs": "UNLOCALIZED: Cut Granite Stairs", + "block.create.cut_granite_wall": "UNLOCALIZED: Cut Granite Wall", + "block.create.cut_limestone": "UNLOCALIZED: Cut Limestone", + "block.create.cut_limestone_brick_slab": "UNLOCALIZED: Cut Limestone Brick Slab", + "block.create.cut_limestone_brick_stairs": "UNLOCALIZED: Cut Limestone Brick Stairs", + "block.create.cut_limestone_brick_wall": "UNLOCALIZED: Cut Limestone Brick Wall", + "block.create.cut_limestone_bricks": "UNLOCALIZED: Cut Limestone Bricks", + "block.create.cut_limestone_slab": "UNLOCALIZED: Cut Limestone Slab", + "block.create.cut_limestone_stairs": "UNLOCALIZED: Cut Limestone Stairs", + "block.create.cut_limestone_wall": "UNLOCALIZED: Cut Limestone Wall", + "block.create.cut_ochrum": "UNLOCALIZED: Cut Ochrum", + "block.create.cut_ochrum_brick_slab": "UNLOCALIZED: Cut Ochrum Brick Slab", + "block.create.cut_ochrum_brick_stairs": "UNLOCALIZED: Cut Ochrum Brick Stairs", + "block.create.cut_ochrum_brick_wall": "UNLOCALIZED: Cut Ochrum Brick Wall", + "block.create.cut_ochrum_bricks": "UNLOCALIZED: Cut Ochrum Bricks", + "block.create.cut_ochrum_slab": "UNLOCALIZED: Cut Ochrum Slab", + "block.create.cut_ochrum_stairs": "UNLOCALIZED: Cut Ochrum Stairs", + "block.create.cut_ochrum_wall": "UNLOCALIZED: Cut Ochrum Wall", + "block.create.cut_scorchia": "UNLOCALIZED: Cut Scorchia", + "block.create.cut_scorchia_brick_slab": "UNLOCALIZED: Cut Scorchia Brick Slab", + "block.create.cut_scorchia_brick_stairs": "UNLOCALIZED: Cut Scorchia Brick Stairs", + "block.create.cut_scorchia_brick_wall": "UNLOCALIZED: Cut Scorchia Brick Wall", + "block.create.cut_scorchia_bricks": "UNLOCALIZED: Cut Scorchia Bricks", + "block.create.cut_scorchia_slab": "UNLOCALIZED: Cut Scorchia Slab", + "block.create.cut_scorchia_stairs": "UNLOCALIZED: Cut Scorchia Stairs", + "block.create.cut_scorchia_wall": "UNLOCALIZED: Cut Scorchia Wall", + "block.create.cut_scoria": "UNLOCALIZED: Cut Scoria", + "block.create.cut_scoria_brick_slab": "UNLOCALIZED: Cut Scoria Brick Slab", + "block.create.cut_scoria_brick_stairs": "UNLOCALIZED: Cut Scoria Brick Stairs", + "block.create.cut_scoria_brick_wall": "UNLOCALIZED: Cut Scoria Brick Wall", + "block.create.cut_scoria_bricks": "UNLOCALIZED: Cut Scoria Bricks", + "block.create.cut_scoria_slab": "UNLOCALIZED: Cut Scoria Slab", + "block.create.cut_scoria_stairs": "UNLOCALIZED: Cut Scoria Stairs", + "block.create.cut_scoria_wall": "UNLOCALIZED: Cut Scoria Wall", + "block.create.cut_tuff": "UNLOCALIZED: Cut Tuff", + "block.create.cut_tuff_brick_slab": "UNLOCALIZED: Cut Tuff Brick Slab", + "block.create.cut_tuff_brick_stairs": "UNLOCALIZED: Cut Tuff Brick Stairs", + "block.create.cut_tuff_brick_wall": "UNLOCALIZED: Cut Tuff Brick Wall", + "block.create.cut_tuff_bricks": "UNLOCALIZED: Cut Tuff Bricks", + "block.create.cut_tuff_slab": "UNLOCALIZED: Cut Tuff Slab", + "block.create.cut_tuff_stairs": "UNLOCALIZED: Cut Tuff Stairs", + "block.create.cut_tuff_wall": "UNLOCALIZED: Cut Tuff Wall", + "block.create.cut_veridium": "UNLOCALIZED: Cut Veridium", + "block.create.cut_veridium_brick_slab": "UNLOCALIZED: Cut Veridium Brick Slab", + "block.create.cut_veridium_brick_stairs": "UNLOCALIZED: Cut Veridium Brick Stairs", + "block.create.cut_veridium_brick_wall": "UNLOCALIZED: Cut Veridium Brick Wall", + "block.create.cut_veridium_bricks": "UNLOCALIZED: Cut Veridium Bricks", + "block.create.cut_veridium_slab": "UNLOCALIZED: Cut Veridium Slab", + "block.create.cut_veridium_stairs": "UNLOCALIZED: Cut Veridium Stairs", + "block.create.cut_veridium_wall": "UNLOCALIZED: Cut Veridium Wall", + "block.create.cyan_nixie_tube": "หลอด Nixie สีฟ้า", + "block.create.cyan_sail": "กังหันสีฟ้า", + "block.create.cyan_seat": "เบาะนั่งสีฟ้า", + "block.create.cyan_toolbox": "กล่องเครื่องมือสีฟ้า", + "block.create.cyan_valve_handle": "วาล์วสีฟ้า", + "block.create.dark_oak_window": "UNLOCALIZED: Dark Oak Window", + "block.create.dark_oak_window_pane": "UNLOCALIZED: Dark Oak Window Pane", + "block.create.deepslate_pillar": "UNLOCALIZED: Deepslate Pillar", + "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", + "block.create.deployer": "มือกลอัตโนมัติ", + "block.create.depot": "จุดวางของ", + "block.create.diorite_pillar": "UNLOCALIZED: Diorite Pillar", + "block.create.display_board": "กระดานแสดงผล", + "block.create.display_link": "อุปกรณ์ส่งสัญญาณแสดงผล", + "block.create.dripstone_pillar": "UNLOCALIZED: Dripstone Pillar", + "block.create.encased_chain_drive": "UNLOCALIZED: Encased Chain Drive", + "block.create.encased_fan": "UNLOCALIZED: Encased Fan", + "block.create.encased_fluid_pipe": "UNLOCALIZED: Encased Fluid Pipe", + "block.create.exposed_copper_shingle_slab": "UNLOCALIZED: Exposed Copper Shingle Slab", + "block.create.exposed_copper_shingle_stairs": "UNLOCALIZED: Exposed Copper Shingle Stairs", + "block.create.exposed_copper_shingles": "UNLOCALIZED: Exposed Copper Shingles", + "block.create.exposed_copper_tile_slab": "UNLOCALIZED: Exposed Copper Tile Slab", + "block.create.exposed_copper_tile_stairs": "UNLOCALIZED: Exposed Copper Tile Stairs", + "block.create.exposed_copper_tiles": "UNLOCALIZED: Exposed Copper Tiles", + "block.create.fake_track": "UNLOCALIZED: Track Marker for Maps", + "block.create.fluid_pipe": "UNLOCALIZED: Fluid Pipe", + "block.create.fluid_tank": "UNLOCALIZED: Fluid Tank", + "block.create.fluid_valve": "UNLOCALIZED: Fluid Valve", + "block.create.flywheel": "UNLOCALIZED: Flywheel", + "block.create.framed_glass": "UNLOCALIZED: Framed Glass", + "block.create.framed_glass_door": "UNLOCALIZED: Framed Glass Door", + "block.create.framed_glass_pane": "UNLOCALIZED: Framed Glass Pane", + "block.create.framed_glass_trapdoor": "UNLOCALIZED: Framed Glass Trapdoor", + "block.create.gantry_carriage": "UNLOCALIZED: Gantry Carriage", + "block.create.gantry_shaft": "UNLOCALIZED: Gantry Shaft", + "block.create.gearbox": "UNLOCALIZED: Gearbox", + "block.create.gearshift": "UNLOCALIZED: Gearshift", + "block.create.glass_fluid_pipe": "UNLOCALIZED: Glass Fluid Pipe", + "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_toolbox": "UNLOCALIZED: Gray Toolbox", + "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_toolbox": "UNLOCALIZED: Green Toolbox", + "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", + "block.create.hose_pulley": "UNLOCALIZED: Hose Pulley", + "block.create.item_drain": "UNLOCALIZED: Item Drain", + "block.create.item_vault": "UNLOCALIZED: Item Vault", + "block.create.jungle_window": "UNLOCALIZED: Jungle Window", + "block.create.jungle_window_pane": "UNLOCALIZED: Jungle Window Pane", + "block.create.large_bogey": "UNLOCALIZED: Large Bogey", + "block.create.large_cogwheel": "UNLOCALIZED: Large Cogwheel", + "block.create.layered_andesite": "UNLOCALIZED: Layered Andesite", + "block.create.layered_asurine": "UNLOCALIZED: Layered Asurine", + "block.create.layered_calcite": "UNLOCALIZED: Layered Calcite", + "block.create.layered_crimsite": "UNLOCALIZED: Layered Crimsite", + "block.create.layered_deepslate": "UNLOCALIZED: Layered Deepslate", + "block.create.layered_diorite": "UNLOCALIZED: Layered Diorite", + "block.create.layered_dripstone": "UNLOCALIZED: Layered Dripstone", + "block.create.layered_granite": "UNLOCALIZED: Layered Granite", + "block.create.layered_limestone": "UNLOCALIZED: Layered Limestone", + "block.create.layered_ochrum": "UNLOCALIZED: Layered Ochrum", + "block.create.layered_scorchia": "UNLOCALIZED: Layered Scorchia", + "block.create.layered_scoria": "UNLOCALIZED: Layered Scoria", + "block.create.layered_tuff": "UNLOCALIZED: Layered Tuff", + "block.create.layered_veridium": "UNLOCALIZED: Layered Veridium", + "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_toolbox": "UNLOCALIZED: Light Blue Toolbox", + "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_toolbox": "UNLOCALIZED: Light Gray Toolbox", + "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_toolbox": "UNLOCALIZED: Lime Toolbox", + "block.create.lime_valve_handle": "UNLOCALIZED: Lime Valve Handle", + "block.create.limestone": "UNLOCALIZED: Limestone", + "block.create.limestone_pillar": "UNLOCALIZED: Limestone Pillar", + "block.create.linear_chassis": "UNLOCALIZED: Linear Chassis", + "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_toolbox": "UNLOCALIZED: Magenta Toolbox", + "block.create.magenta_valve_handle": "UNLOCALIZED: Magenta Valve Handle", + "block.create.mechanical_arm": "UNLOCALIZED: Mechanical Arm", + "block.create.mechanical_bearing": "UNLOCALIZED: Mechanical Bearing", + "block.create.mechanical_crafter": "UNLOCALIZED: Mechanical Crafter", + "block.create.mechanical_drill": "UNLOCALIZED: Mechanical Drill", + "block.create.mechanical_harvester": "UNLOCALIZED: Mechanical Harvester", + "block.create.mechanical_mixer": "UNLOCALIZED: Mechanical Mixer", + "block.create.mechanical_piston": "UNLOCALIZED: Mechanical Piston", + "block.create.mechanical_piston_head": "UNLOCALIZED: Mechanical Piston Head", + "block.create.mechanical_plough": "UNLOCALIZED: Mechanical Plough", + "block.create.mechanical_press": "UNLOCALIZED: Mechanical Press", + "block.create.mechanical_pump": "UNLOCALIZED: Mechanical Pump", + "block.create.mechanical_saw": "UNLOCALIZED: Mechanical Saw", + "block.create.metal_bracket": "UNLOCALIZED: Metal Bracket", + "block.create.metal_girder": "UNLOCALIZED: Metal Girder", + "block.create.metal_girder_encased_shaft": "UNLOCALIZED: Metal Girder Encased Shaft", + "block.create.millstone": "UNLOCALIZED: Millstone", + "block.create.minecart_anchor": "UNLOCALIZED: Minecart Anchor", + "block.create.mysterious_cuckoo_clock": "UNLOCALIZED: Cuckoo Clock", + "block.create.nixie_tube": "UNLOCALIZED: Nixie Tube", + "block.create.nozzle": "UNLOCALIZED: Nozzle", + "block.create.oak_window": "UNLOCALIZED: Oak Window", + "block.create.oak_window_pane": "UNLOCALIZED: Oak Window Pane", + "block.create.ochrum": "UNLOCALIZED: Ochrum", + "block.create.ochrum_pillar": "UNLOCALIZED: Ochrum Pillar", + "block.create.orange_sail": "UNLOCALIZED: Orange Sail", + "block.create.orange_seat": "UNLOCALIZED: Orange Seat", + "block.create.orange_toolbox": "UNLOCALIZED: Orange Toolbox", + "block.create.orange_valve_handle": "UNLOCALIZED: Orange Valve Handle", + "block.create.ornate_iron_window": "UNLOCALIZED: Ornate Iron Window", + "block.create.ornate_iron_window_pane": "UNLOCALIZED: Ornate Iron Window Pane", + "block.create.oxidized_copper_shingle_slab": "UNLOCALIZED: Oxidized Copper Shingle Slab", + "block.create.oxidized_copper_shingle_stairs": "UNLOCALIZED: Oxidized Copper Shingle Stairs", + "block.create.oxidized_copper_shingles": "UNLOCALIZED: Oxidized Copper Shingles", + "block.create.oxidized_copper_tile_slab": "UNLOCALIZED: Oxidized Copper Tile Slab", + "block.create.oxidized_copper_tile_stairs": "UNLOCALIZED: Oxidized Copper Tile Stairs", + "block.create.oxidized_copper_tiles": "UNLOCALIZED: Oxidized Copper Tiles", + "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_toolbox": "UNLOCALIZED: Pink Toolbox", + "block.create.pink_valve_handle": "UNLOCALIZED: Pink Valve Handle", + "block.create.piston_extension_pole": "UNLOCALIZED: Piston Extension Pole", + "block.create.placard": "UNLOCALIZED: Placard", + "block.create.polished_cut_andesite": "UNLOCALIZED: Polished Cut Andesite", + "block.create.polished_cut_andesite_slab": "UNLOCALIZED: Polished Cut Andesite Slab", + "block.create.polished_cut_andesite_stairs": "UNLOCALIZED: Polished Cut Andesite Stairs", + "block.create.polished_cut_andesite_wall": "UNLOCALIZED: Polished Cut Andesite Wall", + "block.create.polished_cut_asurine": "UNLOCALIZED: Polished Cut Asurine", + "block.create.polished_cut_asurine_slab": "UNLOCALIZED: Polished Cut Asurine Slab", + "block.create.polished_cut_asurine_stairs": "UNLOCALIZED: Polished Cut Asurine Stairs", + "block.create.polished_cut_asurine_wall": "UNLOCALIZED: Polished Cut Asurine Wall", + "block.create.polished_cut_calcite": "UNLOCALIZED: Polished Cut Calcite", + "block.create.polished_cut_calcite_slab": "UNLOCALIZED: Polished Cut Calcite Slab", + "block.create.polished_cut_calcite_stairs": "UNLOCALIZED: Polished Cut Calcite Stairs", + "block.create.polished_cut_calcite_wall": "UNLOCALIZED: Polished Cut Calcite Wall", + "block.create.polished_cut_crimsite": "UNLOCALIZED: Polished Cut Crimsite", + "block.create.polished_cut_crimsite_slab": "UNLOCALIZED: Polished Cut Crimsite Slab", + "block.create.polished_cut_crimsite_stairs": "UNLOCALIZED: Polished Cut Crimsite Stairs", + "block.create.polished_cut_crimsite_wall": "UNLOCALIZED: Polished Cut Crimsite Wall", + "block.create.polished_cut_deepslate": "UNLOCALIZED: Polished Cut Deepslate", + "block.create.polished_cut_deepslate_slab": "UNLOCALIZED: Polished Cut Deepslate Slab", + "block.create.polished_cut_deepslate_stairs": "UNLOCALIZED: Polished Cut Deepslate Stairs", + "block.create.polished_cut_deepslate_wall": "UNLOCALIZED: Polished Cut Deepslate Wall", + "block.create.polished_cut_diorite": "UNLOCALIZED: Polished Cut Diorite", + "block.create.polished_cut_diorite_slab": "UNLOCALIZED: Polished Cut Diorite Slab", + "block.create.polished_cut_diorite_stairs": "UNLOCALIZED: Polished Cut Diorite Stairs", + "block.create.polished_cut_diorite_wall": "UNLOCALIZED: Polished Cut Diorite Wall", + "block.create.polished_cut_dripstone": "UNLOCALIZED: Polished Cut Dripstone", + "block.create.polished_cut_dripstone_slab": "UNLOCALIZED: Polished Cut Dripstone Slab", + "block.create.polished_cut_dripstone_stairs": "UNLOCALIZED: Polished Cut Dripstone Stairs", + "block.create.polished_cut_dripstone_wall": "UNLOCALIZED: Polished Cut Dripstone Wall", + "block.create.polished_cut_granite": "UNLOCALIZED: Polished Cut Granite", + "block.create.polished_cut_granite_slab": "UNLOCALIZED: Polished Cut Granite Slab", + "block.create.polished_cut_granite_stairs": "UNLOCALIZED: Polished Cut Granite Stairs", + "block.create.polished_cut_granite_wall": "UNLOCALIZED: Polished Cut Granite Wall", + "block.create.polished_cut_limestone": "UNLOCALIZED: Polished Cut Limestone", + "block.create.polished_cut_limestone_slab": "UNLOCALIZED: Polished Cut Limestone Slab", + "block.create.polished_cut_limestone_stairs": "UNLOCALIZED: Polished Cut Limestone Stairs", + "block.create.polished_cut_limestone_wall": "UNLOCALIZED: Polished Cut Limestone Wall", + "block.create.polished_cut_ochrum": "UNLOCALIZED: Polished Cut Ochrum", + "block.create.polished_cut_ochrum_slab": "UNLOCALIZED: Polished Cut Ochrum Slab", + "block.create.polished_cut_ochrum_stairs": "UNLOCALIZED: Polished Cut Ochrum Stairs", + "block.create.polished_cut_ochrum_wall": "UNLOCALIZED: Polished Cut Ochrum Wall", + "block.create.polished_cut_scorchia": "UNLOCALIZED: Polished Cut Scorchia", + "block.create.polished_cut_scorchia_slab": "UNLOCALIZED: Polished Cut Scorchia Slab", + "block.create.polished_cut_scorchia_stairs": "UNLOCALIZED: Polished Cut Scorchia Stairs", + "block.create.polished_cut_scorchia_wall": "UNLOCALIZED: Polished Cut Scorchia Wall", + "block.create.polished_cut_scoria": "UNLOCALIZED: Polished Cut Scoria", + "block.create.polished_cut_scoria_slab": "UNLOCALIZED: Polished Cut Scoria Slab", + "block.create.polished_cut_scoria_stairs": "UNLOCALIZED: Polished Cut Scoria Stairs", + "block.create.polished_cut_scoria_wall": "UNLOCALIZED: Polished Cut Scoria Wall", + "block.create.polished_cut_tuff": "UNLOCALIZED: Polished Cut Tuff", + "block.create.polished_cut_tuff_slab": "UNLOCALIZED: Polished Cut Tuff Slab", + "block.create.polished_cut_tuff_stairs": "UNLOCALIZED: Polished Cut Tuff Stairs", + "block.create.polished_cut_tuff_wall": "UNLOCALIZED: Polished Cut Tuff Wall", + "block.create.polished_cut_veridium": "UNLOCALIZED: Polished Cut Veridium", + "block.create.polished_cut_veridium_slab": "UNLOCALIZED: Polished Cut Veridium Slab", + "block.create.polished_cut_veridium_stairs": "UNLOCALIZED: Polished Cut Veridium Stairs", + "block.create.polished_cut_veridium_wall": "UNLOCALIZED: Polished Cut Veridium Wall", + "block.create.portable_fluid_interface": "UNLOCALIZED: Portable Fluid Interface", + "block.create.portable_storage_interface": "UNLOCALIZED: Portable Storage Interface", + "block.create.powered_latch": "UNLOCALIZED: Powered Latch", + "block.create.powered_shaft": "UNLOCALIZED: Powered Shaft", + "block.create.powered_toggle_latch": "UNLOCALIZED: Powered Toggle Latch", + "block.create.pulley_magnet": "UNLOCALIZED: Pulley Magnet", + "block.create.pulse_extender": "UNLOCALIZED: Pulse Extender", + "block.create.pulse_repeater": "UNLOCALIZED: Pulse Repeater", + "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_toolbox": "UNLOCALIZED: Purple Toolbox", + "block.create.purple_valve_handle": "UNLOCALIZED: Purple Valve Handle", + "block.create.radial_chassis": "UNLOCALIZED: Radial Chassis", + "block.create.railway_casing": "UNLOCALIZED: Train Casing", + "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", + "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_toolbox": "UNLOCALIZED: Red Toolbox", + "block.create.red_valve_handle": "UNLOCALIZED: Red Valve Handle", + "block.create.redstone_contact": "UNLOCALIZED: Redstone Contact", + "block.create.redstone_link": "UNLOCALIZED: Redstone Link", + "block.create.refined_radiance_casing": "UNLOCALIZED: Radiant Casing", + "block.create.rope": "UNLOCALIZED: Rope", + "block.create.rope_pulley": "UNLOCALIZED: Rope Pulley", + "block.create.rose_quartz_block": "UNLOCALIZED: Block of Rose Quartz", + "block.create.rose_quartz_lamp": "UNLOCALIZED: Rose Quartz Lamp", + "block.create.rose_quartz_tiles": "UNLOCALIZED: Rose Quartz Tiles", + "block.create.rotation_speed_controller": "UNLOCALIZED: Rotation Speed Controller", + "block.create.sail_frame": "UNLOCALIZED: Sail Frame", + "block.create.schematic_table": "UNLOCALIZED: Schematic Table", + "block.create.schematicannon": "UNLOCALIZED: Schematicannon", + "block.create.scorchia": "UNLOCALIZED: Scorchia", + "block.create.scorchia_pillar": "UNLOCALIZED: Scorchia Pillar", + "block.create.scoria": "UNLOCALIZED: Scoria", + "block.create.scoria_pillar": "UNLOCALIZED: Scoria Pillar", + "block.create.secondary_linear_chassis": "UNLOCALIZED: Secondary Linear Chassis", + "block.create.sequenced_gearshift": "UNLOCALIZED: Sequenced Gearshift", + "block.create.shadow_steel_casing": "UNLOCALIZED: Shadow Casing", + "block.create.shaft": "UNLOCALIZED: Shaft", + "block.create.small_andesite_brick_slab": "UNLOCALIZED: Small Andesite Brick Slab", + "block.create.small_andesite_brick_stairs": "UNLOCALIZED: Small Andesite Brick Stairs", + "block.create.small_andesite_brick_wall": "UNLOCALIZED: Small Andesite Brick Wall", + "block.create.small_andesite_bricks": "UNLOCALIZED: Small Andesite Bricks", + "block.create.small_asurine_brick_slab": "UNLOCALIZED: Small Asurine Brick Slab", + "block.create.small_asurine_brick_stairs": "UNLOCALIZED: Small Asurine Brick Stairs", + "block.create.small_asurine_brick_wall": "UNLOCALIZED: Small Asurine Brick Wall", + "block.create.small_asurine_bricks": "UNLOCALIZED: Small Asurine Bricks", + "block.create.small_bogey": "UNLOCALIZED: Small Bogey", + "block.create.small_calcite_brick_slab": "UNLOCALIZED: Small Calcite Brick Slab", + "block.create.small_calcite_brick_stairs": "UNLOCALIZED: Small Calcite Brick Stairs", + "block.create.small_calcite_brick_wall": "UNLOCALIZED: Small Calcite Brick Wall", + "block.create.small_calcite_bricks": "UNLOCALIZED: Small Calcite Bricks", + "block.create.small_crimsite_brick_slab": "UNLOCALIZED: Small Crimsite Brick Slab", + "block.create.small_crimsite_brick_stairs": "UNLOCALIZED: Small Crimsite Brick Stairs", + "block.create.small_crimsite_brick_wall": "UNLOCALIZED: Small Crimsite Brick Wall", + "block.create.small_crimsite_bricks": "UNLOCALIZED: Small Crimsite Bricks", + "block.create.small_deepslate_brick_slab": "UNLOCALIZED: Small Deepslate Brick Slab", + "block.create.small_deepslate_brick_stairs": "UNLOCALIZED: Small Deepslate Brick Stairs", + "block.create.small_deepslate_brick_wall": "UNLOCALIZED: Small Deepslate Brick Wall", + "block.create.small_deepslate_bricks": "UNLOCALIZED: Small Deepslate Bricks", + "block.create.small_diorite_brick_slab": "UNLOCALIZED: Small Diorite Brick Slab", + "block.create.small_diorite_brick_stairs": "UNLOCALIZED: Small Diorite Brick Stairs", + "block.create.small_diorite_brick_wall": "UNLOCALIZED: Small Diorite Brick Wall", + "block.create.small_diorite_bricks": "UNLOCALIZED: Small Diorite Bricks", + "block.create.small_dripstone_brick_slab": "UNLOCALIZED: Small Dripstone Brick Slab", + "block.create.small_dripstone_brick_stairs": "UNLOCALIZED: Small Dripstone Brick Stairs", + "block.create.small_dripstone_brick_wall": "UNLOCALIZED: Small Dripstone Brick Wall", + "block.create.small_dripstone_bricks": "UNLOCALIZED: Small Dripstone Bricks", + "block.create.small_granite_brick_slab": "UNLOCALIZED: Small Granite Brick Slab", + "block.create.small_granite_brick_stairs": "UNLOCALIZED: Small Granite Brick Stairs", + "block.create.small_granite_brick_wall": "UNLOCALIZED: Small Granite Brick Wall", + "block.create.small_granite_bricks": "UNLOCALIZED: Small Granite Bricks", + "block.create.small_limestone_brick_slab": "UNLOCALIZED: Small Limestone Brick Slab", + "block.create.small_limestone_brick_stairs": "UNLOCALIZED: Small Limestone Brick Stairs", + "block.create.small_limestone_brick_wall": "UNLOCALIZED: Small Limestone Brick Wall", + "block.create.small_limestone_bricks": "UNLOCALIZED: Small Limestone Bricks", + "block.create.small_ochrum_brick_slab": "UNLOCALIZED: Small Ochrum Brick Slab", + "block.create.small_ochrum_brick_stairs": "UNLOCALIZED: Small Ochrum Brick Stairs", + "block.create.small_ochrum_brick_wall": "UNLOCALIZED: Small Ochrum Brick Wall", + "block.create.small_ochrum_bricks": "UNLOCALIZED: Small Ochrum Bricks", + "block.create.small_rose_quartz_tiles": "UNLOCALIZED: Small Rose Quartz Tiles", + "block.create.small_scorchia_brick_slab": "UNLOCALIZED: Small Scorchia Brick Slab", + "block.create.small_scorchia_brick_stairs": "UNLOCALIZED: Small Scorchia Brick Stairs", + "block.create.small_scorchia_brick_wall": "UNLOCALIZED: Small Scorchia Brick Wall", + "block.create.small_scorchia_bricks": "UNLOCALIZED: Small Scorchia Bricks", + "block.create.small_scoria_brick_slab": "UNLOCALIZED: Small Scoria Brick Slab", + "block.create.small_scoria_brick_stairs": "UNLOCALIZED: Small Scoria Brick Stairs", + "block.create.small_scoria_brick_wall": "UNLOCALIZED: Small Scoria Brick Wall", + "block.create.small_scoria_bricks": "UNLOCALIZED: Small Scoria Bricks", + "block.create.small_tuff_brick_slab": "UNLOCALIZED: Small Tuff Brick Slab", + "block.create.small_tuff_brick_stairs": "UNLOCALIZED: Small Tuff Brick Stairs", + "block.create.small_tuff_brick_wall": "UNLOCALIZED: Small Tuff Brick Wall", + "block.create.small_tuff_bricks": "UNLOCALIZED: Small Tuff Bricks", + "block.create.small_veridium_brick_slab": "UNLOCALIZED: Small Veridium Brick Slab", + "block.create.small_veridium_brick_stairs": "UNLOCALIZED: Small Veridium Brick Stairs", + "block.create.small_veridium_brick_wall": "UNLOCALIZED: Small Veridium Brick Wall", + "block.create.small_veridium_bricks": "UNLOCALIZED: Small Veridium Bricks", + "block.create.smart_chute": "UNLOCALIZED: Smart Chute", + "block.create.smart_fluid_pipe": "UNLOCALIZED: Smart Fluid Pipe", + "block.create.speedometer": "UNLOCALIZED: Speedometer", + "block.create.spout": "UNLOCALIZED: Spout", + "block.create.spruce_window": "UNLOCALIZED: Spruce Window", + "block.create.spruce_window_pane": "UNLOCALIZED: Spruce Window Pane", + "block.create.steam_engine": "UNLOCALIZED: Steam Engine", + "block.create.steam_whistle": "UNLOCALIZED: Steam Whistle", + "block.create.steam_whistle_extension": "UNLOCALIZED: Steam Whistle Extension", + "block.create.sticker": "UNLOCALIZED: Sticker", + "block.create.sticky_mechanical_piston": "UNLOCALIZED: Sticky Mechanical Piston", + "block.create.stockpile_switch": "UNLOCALIZED: Stockpile Switch", + "block.create.stressometer": "UNLOCALIZED: Stressometer", + "block.create.tiled_glass": "UNLOCALIZED: Tiled Glass", + "block.create.tiled_glass_pane": "UNLOCALIZED: Tiled Glass Pane", + "block.create.track": "UNLOCALIZED: Train Track", + "block.create.track_observer": "UNLOCALIZED: Train Observer", + "block.create.track_signal": "UNLOCALIZED: Train Signal", + "block.create.track_station": "UNLOCALIZED: Train Station", + "block.create.train_door": "UNLOCALIZED: Train Door", + "block.create.train_trapdoor": "UNLOCALIZED: Train Trapdoor", + "block.create.tuff_pillar": "UNLOCALIZED: Tuff Pillar", + "block.create.turntable": "UNLOCALIZED: Turntable", + "block.create.veridium": "UNLOCALIZED: Veridium", + "block.create.veridium_pillar": "UNLOCALIZED: Veridium Pillar", + "block.create.vertical_framed_glass": "UNLOCALIZED: Vertical Framed Glass", + "block.create.vertical_framed_glass_pane": "UNLOCALIZED: Vertical Framed Glass Pane", + "block.create.warped_window": "UNLOCALIZED: Warped Window", + "block.create.warped_window_pane": "UNLOCALIZED: Warped Window Pane", + "block.create.water_wheel": "UNLOCALIZED: Water Wheel", + "block.create.waxed_copper_shingle_slab": "UNLOCALIZED: Waxed Copper Shingle Slab", + "block.create.waxed_copper_shingle_stairs": "UNLOCALIZED: Waxed Copper Shingle Stairs", + "block.create.waxed_copper_shingles": "UNLOCALIZED: Waxed Copper Shingles", + "block.create.waxed_copper_tile_slab": "UNLOCALIZED: Waxed Copper Tile Slab", + "block.create.waxed_copper_tile_stairs": "UNLOCALIZED: Waxed Copper Tile Stairs", + "block.create.waxed_copper_tiles": "UNLOCALIZED: Waxed Copper Tiles", + "block.create.waxed_exposed_copper_shingle_slab": "UNLOCALIZED: Waxed Exposed Copper Shingle Slab", + "block.create.waxed_exposed_copper_shingle_stairs": "UNLOCALIZED: Waxed Exposed Copper Shingle Stairs", + "block.create.waxed_exposed_copper_shingles": "UNLOCALIZED: Waxed Exposed Copper Shingles", + "block.create.waxed_exposed_copper_tile_slab": "UNLOCALIZED: Waxed Exposed Copper Tile Slab", + "block.create.waxed_exposed_copper_tile_stairs": "UNLOCALIZED: Waxed Exposed Copper Tile Stairs", + "block.create.waxed_exposed_copper_tiles": "UNLOCALIZED: Waxed Exposed Copper Tiles", + "block.create.waxed_oxidized_copper_shingle_slab": "UNLOCALIZED: Waxed Oxidized Copper Shingle Slab", + "block.create.waxed_oxidized_copper_shingle_stairs": "UNLOCALIZED: Waxed Oxidized Copper Shingle Stairs", + "block.create.waxed_oxidized_copper_shingles": "UNLOCALIZED: Waxed Oxidized Copper Shingles", + "block.create.waxed_oxidized_copper_tile_slab": "UNLOCALIZED: Waxed Oxidized Copper Tile Slab", + "block.create.waxed_oxidized_copper_tile_stairs": "UNLOCALIZED: Waxed Oxidized Copper Tile Stairs", + "block.create.waxed_oxidized_copper_tiles": "UNLOCALIZED: Waxed Oxidized Copper Tiles", + "block.create.waxed_weathered_copper_shingle_slab": "UNLOCALIZED: Waxed Weathered Copper Shingle Slab", + "block.create.waxed_weathered_copper_shingle_stairs": "UNLOCALIZED: Waxed Weathered Copper Shingle Stairs", + "block.create.waxed_weathered_copper_shingles": "UNLOCALIZED: Waxed Weathered Copper Shingles", + "block.create.waxed_weathered_copper_tile_slab": "UNLOCALIZED: Waxed Weathered Copper Tile Slab", + "block.create.waxed_weathered_copper_tile_stairs": "UNLOCALIZED: Waxed Weathered Copper Tile Stairs", + "block.create.waxed_weathered_copper_tiles": "UNLOCALIZED: Waxed Weathered Copper Tiles", + "block.create.weathered_copper_shingle_slab": "UNLOCALIZED: Weathered Copper Shingle Slab", + "block.create.weathered_copper_shingle_stairs": "UNLOCALIZED: Weathered Copper Shingle Stairs", + "block.create.weathered_copper_shingles": "UNLOCALIZED: Weathered Copper Shingles", + "block.create.weathered_copper_tile_slab": "UNLOCALIZED: Weathered Copper Tile Slab", + "block.create.weathered_copper_tile_stairs": "UNLOCALIZED: Weathered Copper Tile Stairs", + "block.create.weathered_copper_tiles": "UNLOCALIZED: Weathered Copper Tiles", + "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_toolbox": "UNLOCALIZED: White Toolbox", + "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_toolbox": "UNLOCALIZED: Yellow Toolbox", + "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.carriage_contraption": "UNLOCALIZED: Carriage Contraption", + "entity.create.contraption": "UNLOCALIZED: Contraption", + "entity.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint", + "entity.create.gantry_contraption": "UNLOCALIZED: Gantry Contraption", + "entity.create.potato_projectile": "UNLOCALIZED: Potato Projectile", + "entity.create.seat": "UNLOCALIZED: Seat", + "entity.create.stationary_contraption": "UNLOCALIZED: Stationary Contraption", + "entity.create.super_glue": "UNLOCALIZED: Super Glue", + + "fluid.create.chocolate": "UNLOCALIZED: Chocolate", + "fluid.create.honey": "UNLOCALIZED: Honey", + "fluid.create.potion": "UNLOCALIZED: Potion", + "fluid.create.tea": "UNLOCALIZED: Builder's Tea", + + "item.create.andesite_alloy": "UNLOCALIZED: Andesite Alloy", + "item.create.attribute_filter": "UNLOCALIZED: Attribute Filter", + "item.create.bar_of_chocolate": "UNLOCALIZED: Bar of Chocolate", + "item.create.belt_connector": "UNLOCALIZED: Mechanical Belt", + "item.create.blaze_cake": "UNLOCALIZED: Blaze Cake", + "item.create.blaze_cake_base": "UNLOCALIZED: Blaze Cake Base", + "item.create.brass_hand": "UNLOCALIZED: Brass Hand", + "item.create.brass_ingot": "UNLOCALIZED: Brass Ingot", + "item.create.brass_nugget": "UNLOCALIZED: Brass Nugget", + "item.create.brass_sheet": "UNLOCALIZED: Brass Sheet", + "item.create.builders_tea": "UNLOCALIZED: Builder's Tea", + "item.create.chest_minecart_contraption": "UNLOCALIZED: Chest Minecart Contraption", + "item.create.chocolate_bucket": "UNLOCALIZED: Chocolate Bucket", + "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.copper_backtank": "UNLOCALIZED: Copper Backtank", + "item.create.copper_backtank_placeable": "UNLOCALIZED: Copper Backtank Placeable", + "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_copper_ore": "UNLOCALIZED: Crushed Copper Ore", + "item.create.crushed_gold_ore": "UNLOCALIZED: Crushed Gold Ore", + "item.create.crushed_iron_ore": "UNLOCALIZED: Crushed Iron Ore", + "item.create.crushed_lead_ore": "UNLOCALIZED: Crushed Lead Ore", + "item.create.crushed_nickel_ore": "UNLOCALIZED: Crushed Nickel Ore", + "item.create.crushed_osmium_ore": "UNLOCALIZED: Crushed Osmium Ore", + "item.create.crushed_platinum_ore": "UNLOCALIZED: Crushed Platinum Ore", + "item.create.crushed_quicksilver_ore": "UNLOCALIZED: Crushed Quicksilver Ore", + "item.create.crushed_silver_ore": "UNLOCALIZED: Crushed Silver Ore", + "item.create.crushed_tin_ore": "UNLOCALIZED: Crushed Tin Ore", + "item.create.crushed_uranium_ore": "UNLOCALIZED: Crushed Uranium Ore", + "item.create.crushed_zinc_ore": "UNLOCALIZED: Crushed Zinc Ore", + "item.create.diving_boots": "UNLOCALIZED: Diving Boots", + "item.create.diving_helmet": "UNLOCALIZED: Diving Helmet", + "item.create.dough": "UNLOCALIZED: Dough", + "item.create.electron_tube": "UNLOCALIZED: Electron Tube", + "item.create.empty_blaze_burner": "UNLOCALIZED: Empty Blaze Burner", + "item.create.empty_schematic": "UNLOCALIZED: Empty Schematic", + "item.create.experience_nugget": "UNLOCALIZED: Nugget of Experience", + "item.create.extendo_grip": "UNLOCALIZED: Extendo Grip", + "item.create.filter": "UNLOCALIZED: Filter", + "item.create.furnace_minecart_contraption": "UNLOCALIZED: Furnace Minecart Contraption", + "item.create.goggles": "UNLOCALIZED: Engineer's Goggles", + "item.create.golden_sheet": "UNLOCALIZED: Golden Sheet", + "item.create.handheld_worldshaper": "UNLOCALIZED: Creative Worldshaper", + "item.create.honey_bucket": "UNLOCALIZED: Honey Bucket", + "item.create.honeyed_apple": "UNLOCALIZED: Honeyed Apple", + "item.create.incomplete_precision_mechanism": "UNLOCALIZED: Incomplete Precision Mechanism", + "item.create.incomplete_track": "UNLOCALIZED: Incomplete Track", + "item.create.iron_sheet": "UNLOCALIZED: Iron Sheet", + "item.create.linked_controller": "UNLOCALIZED: Linked Controller", + "item.create.minecart_contraption": "UNLOCALIZED: Minecart Contraption", + "item.create.minecart_coupling": "UNLOCALIZED: Minecart Coupling", + "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": "UNLOCALIZED: Propeller", + "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", + "item.create.red_sand_paper": "UNLOCALIZED: Red Sand Paper", + "item.create.refined_radiance": "UNLOCALIZED: Refined Radiance", + "item.create.rose_quartz": "UNLOCALIZED: Rose Quartz", + "item.create.sand_paper": "UNLOCALIZED: Sand Paper", + "item.create.schedule": "UNLOCALIZED: Train Schedule", + "item.create.schematic": "UNLOCALIZED: Schematic", + "item.create.schematic_and_quill": "UNLOCALIZED: Schematic And Quill", + "item.create.shadow_steel": "UNLOCALIZED: Shadow Steel", + "item.create.sturdy_sheet": "UNLOCALIZED: Sturdy Sheet", + "item.create.super_glue": "UNLOCALIZED: Super Glue", + "item.create.sweet_roll": "UNLOCALIZED: Sweet Roll", + "item.create.tree_fertilizer": "UNLOCALIZED: Tree Fertilizer", + "item.create.unprocessed_obsidian_sheet": "UNLOCALIZED: Unprocessed Obsidian Sheet", + "item.create.vertical_gearbox": "UNLOCALIZED: Vertical Gearbox", + "item.create.wand_of_symmetry": "UNLOCALIZED: Wand Of Symmetry", + "item.create.wheat_flour": "UNLOCALIZED: Wheat Flour", + "item.create.whisk": "UNLOCALIZED: Whisk", + "item.create.wrench": "UNLOCALIZED: Wrench", + "item.create.zinc_ingot": "UNLOCALIZED: Zinc Ingot", + "item.create.zinc_nugget": "UNLOCALIZED: Zinc Nugget", + + + "_": "->------------------------] Advancements [------------------------<-", + + "advancement.create.root": "UNLOCALIZED: Welcome to Create", + "advancement.create.root.desc": "UNLOCALIZED: Here Be Contraptions", + "advancement.create.andesite_alloy": "UNLOCALIZED: Sturdier Rocks", + "advancement.create.andesite_alloy.desc": "UNLOCALIZED: Obtain some Andesite Alloy, Create's most important resource", + "advancement.create.andesite_casing": "UNLOCALIZED: The Andesite Age", + "advancement.create.andesite_casing.desc": "UNLOCALIZED: Apply Andesite Alloy to stripped wood, creating a basic casing for your machines", + "advancement.create.mechanical_press": "UNLOCALIZED: Bonk!", + "advancement.create.mechanical_press.desc": "UNLOCALIZED: Create some sheets in a Mechanical Press", + "advancement.create.encased_fan": "UNLOCALIZED: Wind Maker", + "advancement.create.encased_fan.desc": "UNLOCALIZED: Place and power an Encased Fan", + "advancement.create.fan_processing": "UNLOCALIZED: Processing by Particle", + "advancement.create.fan_processing.desc": "UNLOCALIZED: Use an Encased Fan to process materials", + "advancement.create.saw_processing": "UNLOCALIZED: Workshop's Most Feared", + "advancement.create.saw_processing.desc": "UNLOCALIZED: Use an upright Mechanical Saw to process materials", + "advancement.create.compacting": "UNLOCALIZED: Compactification", + "advancement.create.compacting.desc": "UNLOCALIZED: Use a Mechanical Press and a Basin to create fewer items from more", + "advancement.create.belt": "UNLOCALIZED: Kelp Drive", + "advancement.create.belt.desc": "UNLOCALIZED: Connect two Shafts with a Mechanical Belt", + "advancement.create.funnel": "UNLOCALIZED: Airport Aesthetic", + "advancement.create.funnel.desc": "UNLOCALIZED: Extract or insert items into a container using a Funnel", + "advancement.create.chute": "UNLOCALIZED: Vertical Logistics", + "advancement.create.chute.desc": "UNLOCALIZED: Transport some items by Chute", + "advancement.create.mechanical_mixer": "UNLOCALIZED: Mixing It Up", + "advancement.create.mechanical_mixer.desc": "UNLOCALIZED: Combine ingredients in a Mechanical Mixer", + "advancement.create.burner": "UNLOCALIZED: Sentient Fireplace", + "advancement.create.burner.desc": "UNLOCALIZED: Obtain a Blaze Burner", + "advancement.create.water_wheel": "UNLOCALIZED: Harnessed Hydraulics", + "advancement.create.water_wheel.desc": "UNLOCALIZED: Place a Water Wheel and use it to generate torque", + "advancement.create.windmill": "UNLOCALIZED: A Mild Breeze", + "advancement.create.windmill.desc": "UNLOCALIZED: Assemble a windmill and use it to generate torque", + "advancement.create.shifting_gears": "UNLOCALIZED: Shifting Gears", + "advancement.create.shifting_gears.desc": "UNLOCALIZED: Connect a Large Cogwheel to a Small Cogwheel, allowing you to change the speed of your Contraption", + "advancement.create.millstone": "UNLOCALIZED: Embrace the Grind", + "advancement.create.millstone.desc": "UNLOCALIZED: Use a Millstone to pulverise materials", + "advancement.create.super_glue": "UNLOCALIZED: Area of Connect", + "advancement.create.super_glue.desc": "UNLOCALIZED: Super Glue some blocks into a group", + "advancement.create.contraption_actors": "UNLOCALIZED: Moving with Purpose", + "advancement.create.contraption_actors.desc": "UNLOCALIZED: Create a Contraption with drills, saws, or harvesters on board", + "advancement.create.portable_storage_interface": "UNLOCALIZED: Drive-By Exchange", + "advancement.create.portable_storage_interface.desc": "UNLOCALIZED: Use a Portable Storage Interface to take or insert items into a Contraption", + "advancement.create.wrench_goggles": "UNLOCALIZED: Kitted Out", + "advancement.create.wrench_goggles.desc": "UNLOCALIZED: Equip Engineer's Goggles and a Wrench", + "advancement.create.stressometer": "UNLOCALIZED: Stress for Nerds", + "advancement.create.stressometer.desc": "UNLOCALIZED: Get an exact readout with the help of Engineer's Goggles and a Stressometer", + "advancement.create.cuckoo_clock": "UNLOCALIZED: Is It Time?", + "advancement.create.cuckoo_clock.desc": "UNLOCALIZED: Witness your Cuckoo Clock announce bedtime", + "advancement.create.windmill_maxed": "UNLOCALIZED: A Strong Breeze", + "advancement.create.windmill_maxed.desc": "UNLOCALIZED: Assemble a windmill of maximum strength", + "advancement.create.ejector_maxed": "UNLOCALIZED: Springboard Champion", + "advancement.create.ejector_maxed.desc": "UNLOCALIZED: Get launched more than 30 blocks by a Weighted Ejector", + "advancement.create.pulley_maxed": "UNLOCALIZED: Rope to Nowhere", + "advancement.create.pulley_maxed.desc": "UNLOCALIZED: Extend a Rope Pulley over 200 blocks deep", + "advancement.create.cart_pickup": "UNLOCALIZED: Strong Arms", + "advancement.create.cart_pickup.desc": "UNLOCALIZED: Pick up a Minecart Contraption with at least 200 attached blocks", + "advancement.create.anvil_plough": "UNLOCALIZED: Blacksmith Artillery", + "advancement.create.anvil_plough.desc": "UNLOCALIZED: Launch an Anvil with Mechanical Ploughs", + "advancement.create.lava_wheel_00000": "UNLOCALIZED: Magma Wheel", + "advancement.create.lava_wheel_00000.desc": "UNLOCALIZED: This shouldn't have worked§7\n(Hidden Advancement)", + "advancement.create.hand_crank_000": "UNLOCALIZED: Workout Session", + "advancement.create.hand_crank_000.desc": "UNLOCALIZED: Use a Hand Crank until fully exhausted§7\n(Hidden Advancement)", + "advancement.create.belt_funnel_kiss": "UNLOCALIZED: The Parrots and the Flaps", + "advancement.create.belt_funnel_kiss.desc": "UNLOCALIZED: Make two Belt-mounted Funnels kiss§7\n(Hidden Advancement)", + "advancement.create.stressometer_maxed": "UNLOCALIZED: Perfectly Stressed", + "advancement.create.stressometer_maxed.desc": "UNLOCALIZED: Get a 100% readout from a Stressometer§7\n(Hidden Advancement)", + "advancement.create.copper": "UNLOCALIZED: Cuprum Bokum", + "advancement.create.copper.desc": "UNLOCALIZED: Amass some Copper Ingots for your exploits in fluid manipulation", + "advancement.create.copper_casing": "UNLOCALIZED: The Copper Age", + "advancement.create.copper_casing.desc": "UNLOCALIZED: Apply Copper Ingots to stripped wood, creating a waterproof casing for your machines", + "advancement.create.spout": "UNLOCALIZED: Sploosh", + "advancement.create.spout.desc": "UNLOCALIZED: Watch a fluid-containing item be filled by a Spout", + "advancement.create.drain": "UNLOCALIZED: Tumble Draining", + "advancement.create.drain.desc": "UNLOCALIZED: Watch a fluid-containing item be emptied by an Item Drain", + "advancement.create.steam_engine": "UNLOCALIZED: The Powerhouse", + "advancement.create.steam_engine.desc": "UNLOCALIZED: Use a Steam Engine to generate torque", + "advancement.create.steam_whistle": "UNLOCALIZED: Voice of an Angel", + "advancement.create.steam_whistle.desc": "UNLOCALIZED: Activate a Steam Whistle", + "advancement.create.backtank": "UNLOCALIZED: Pressure to Go", + "advancement.create.backtank.desc": "UNLOCALIZED: Create a Copper Backtank and make it accumulate air pressure", + "advancement.create.diving_suit": "UNLOCALIZED: Ready for the Depths", + "advancement.create.diving_suit.desc": "UNLOCALIZED: Equip a Diving Helmet and a Copper Backtank, then jump into water", + "advancement.create.mechanical_pump_0": "UNLOCALIZED: Under Pressure", + "advancement.create.mechanical_pump_0.desc": "UNLOCALIZED: Place and power a Mechanical Pump", + "advancement.create.glass_pipe": "UNLOCALIZED: Flow Discovery", + "advancement.create.glass_pipe.desc": "UNLOCALIZED: Use your Wrench on a pipe that contains a fluid", + "advancement.create.water_supply": "UNLOCALIZED: Puddle Collector", + "advancement.create.water_supply.desc": "UNLOCALIZED: Use the pulling end of a Fluid Pipe or Mechanical Pump to collect water", + "advancement.create.hose_pulley": "UNLOCALIZED: Industrial Spillage", + "advancement.create.hose_pulley.desc": "UNLOCALIZED: Lower a Hose Pulley and watch it drain or fill a body of fluid", + "advancement.create.chocolate_bucket": "UNLOCALIZED: A World of Imagination", + "advancement.create.chocolate_bucket.desc": "UNLOCALIZED: Obtain a bucket of molten chocolate", + "advancement.create.honey_drain": "UNLOCALIZED: Autonomous Bee-Keeping", + "advancement.create.honey_drain.desc": "UNLOCALIZED: Use pipes to pull honey from a Bee Nest or Beehive", + "advancement.create.hose_pulley_lava": "UNLOCALIZED: Tapping the Mantle", + "advancement.create.hose_pulley_lava.desc": "UNLOCALIZED: Pump from a body of lava large enough to be considered infinite", + "advancement.create.steam_engine_maxed": "UNLOCALIZED: Full Steam", + "advancement.create.steam_engine_maxed.desc": "UNLOCALIZED: Run a boiler at the maximum level of power", + "advancement.create.foods": "UNLOCALIZED: Balanced Diet", + "advancement.create.foods.desc": "UNLOCALIZED: Create Chocolate Glazed Berries, a Honeyed Apple, and a Sweet Roll all from the same Spout", + "advancement.create.diving_suit_lava": "UNLOCALIZED: Swimming with the Striders", + "advancement.create.diving_suit_lava.desc": "UNLOCALIZED: Attempt to take a dive in lava with your diving gear§7\n(Hidden Advancement)", + "advancement.create.chained_drain": "UNLOCALIZED: On a Roll", + "advancement.create.chained_drain.desc": "UNLOCALIZED: Watch an item move across a row of Item Drains§7\n(Hidden Advancement)", + "advancement.create.cross_streams": "UNLOCALIZED: Don't Cross the Streams!", + "advancement.create.cross_streams.desc": "UNLOCALIZED: Watch two fluids meet in your pipe network§7\n(Hidden Advancement)", + "advancement.create.pipe_organ": "UNLOCALIZED: The Pipe Organ", + "advancement.create.pipe_organ.desc": "UNLOCALIZED: Attach 12 uniquely pitched Steam Whistles to a single Fluid Tank§7\n(Hidden Advancement)", + "advancement.create.brass": "UNLOCALIZED: Real Alloys", + "advancement.create.brass.desc": "UNLOCALIZED: Create Brass Ingots by alloying Copper and Zinc Ingots in your Blaze-heated Mechanical Mixer", + "advancement.create.brass_casing": "UNLOCALIZED: The Brass Age", + "advancement.create.brass_casing.desc": "UNLOCALIZED: Apply Brass Ingots to stripped wood, creating a casing for more sophisticated machines", + "advancement.create.rose_quartz": "UNLOCALIZED: Pink Diamonds", + "advancement.create.rose_quartz.desc": "UNLOCALIZED: Polish some Rose Quartz", + "advancement.create.deployer": "UNLOCALIZED: Artificial Intelligence", + "advancement.create.deployer.desc": "UNLOCALIZED: Place and power a Deployer, the perfect reflection of yourself", + "advancement.create.precision_mechanism": "UNLOCALIZED: Complex Curiosities", + "advancement.create.precision_mechanism.desc": "UNLOCALIZED: Assemble a Precision Mechanism", + "advancement.create.speed_controller": "UNLOCALIZED: Engineers Hate Him!", + "advancement.create.speed_controller.desc": "UNLOCALIZED: Fine-tune your Contraption with a Rotation Speed Controller", + "advancement.create.mechanical_arm": "UNLOCALIZED: Busy Hands", + "advancement.create.mechanical_arm.desc": "UNLOCALIZED: Watch your Mechanical Arm transport its first item", + "advancement.create.mechanical_crafter": "UNLOCALIZED: Automated Assembly", + "advancement.create.mechanical_crafter.desc": "UNLOCALIZED: Place and power some Mechanical Crafters", + "advancement.create.crushing_wheel": "UNLOCALIZED: A Pair of Giants", + "advancement.create.crushing_wheel.desc": "UNLOCALIZED: Place and power a set of Crushing Wheels", + "advancement.create.haunted_bell": "UNLOCALIZED: Shadow Sense", + "advancement.create.haunted_bell.desc": "UNLOCALIZED: Toll a Haunted Bell", + "advancement.create.clockwork_bearing": "UNLOCALIZED: Contraption O'Clock", + "advancement.create.clockwork_bearing.desc": "UNLOCALIZED: Assemble a structure mounted on a Clockwork Bearing", + "advancement.create.display_link": "UNLOCALIZED: Big Data", + "advancement.create.display_link.desc": "UNLOCALIZED: Use a Display Link to visualise information", + "advancement.create.potato_cannon": "UNLOCALIZED: Fwoomp!", + "advancement.create.potato_cannon.desc": "UNLOCALIZED: Defeat an enemy with your Potato Cannon", + "advancement.create.extendo_grip": "UNLOCALIZED: Boioioing!", + "advancement.create.extendo_grip.desc": "UNLOCALIZED: Get hold of an Extendo Grip", + "advancement.create.linked_controller": "UNLOCALIZED: Remote Activation", + "advancement.create.linked_controller.desc": "UNLOCALIZED: Activate a Redstone Link using a Linked Controller", + "advancement.create.arm_blaze_burner": "UNLOCALIZED: Combust-o-Tron", + "advancement.create.arm_blaze_burner.desc": "UNLOCALIZED: Instruct a Mechanical Arm to feed your Blaze Burner", + "advancement.create.crusher_maxed_0000": "UNLOCALIZED: Crushing It", + "advancement.create.crusher_maxed_0000.desc": "UNLOCALIZED: Operate a pair of Crushing Wheels at maximum speed", + "advancement.create.arm_many_targets": "UNLOCALIZED: Organize-o-Tron", + "advancement.create.arm_many_targets.desc": "UNLOCALIZED: Program a Mechanical Arm with 10 or more output locations", + "advancement.create.potato_cannon_collide": "UNLOCALIZED: Veggie Fireworks", + "advancement.create.potato_cannon_collide.desc": "UNLOCALIZED: Cause Potato Cannon projectiles of different types to collide with each other", + "advancement.create.self_deploying": "UNLOCALIZED: Self-Driving Cart", + "advancement.create.self_deploying.desc": "UNLOCALIZED: Create a Minecart Contraption that places tracks in front of itself", + "advancement.create.fist_bump": "UNLOCALIZED: Pound It, Bro!", + "advancement.create.fist_bump.desc": "UNLOCALIZED: Make two Deployers fist-bump§7\n(Hidden Advancement)", + "advancement.create.crafter_lazy_000": "UNLOCALIZED: Desperate Measures", + "advancement.create.crafter_lazy_000.desc": "UNLOCALIZED: Drastically slow down a Mechanical Crafter to procrastinate on proper infrastructure§7\n(Hidden Advancement)", + "advancement.create.extendo_grip_dual": "UNLOCALIZED: To Full Extent", + "advancement.create.extendo_grip_dual.desc": "UNLOCALIZED: Dual-wield Extendo Grips for superhuman reach§7\n(Hidden Advancement)", + "advancement.create.musical_arm": "UNLOCALIZED: DJ Mechanico", + "advancement.create.musical_arm.desc": "UNLOCALIZED: Watch a Mechanical Arm operate your Jukebox§7\n(Hidden Advancement)", + "advancement.create.sturdy_sheet": "UNLOCALIZED: The Sturdiest Rocks", + "advancement.create.sturdy_sheet.desc": "UNLOCALIZED: Assemble a Sturdy Sheet by refining Powdered Obsidian", + "advancement.create.train_casing_00": "UNLOCALIZED: The Logistical Age", + "advancement.create.train_casing_00.desc": "UNLOCALIZED: Use Sturdy Sheets to create a casing for railway components", + "advancement.create.train": "UNLOCALIZED: All Aboard!", + "advancement.create.train.desc": "UNLOCALIZED: Assemble your first Train", + "advancement.create.conductor": "UNLOCALIZED: Conductor Instructor", + "advancement.create.conductor.desc": "UNLOCALIZED: Instruct a Train driver with a Train Schedule", + "advancement.create.track_signal": "UNLOCALIZED: Traffic Control", + "advancement.create.track_signal.desc": "UNLOCALIZED: Place a Train Signal", + "advancement.create.display_board_0": "UNLOCALIZED: Dynamic Timetables", + "advancement.create.display_board_0.desc": "UNLOCALIZED: Forecast a Train's arrival on your Display Board with the help of Display Links", + "advancement.create.track_0": "UNLOCALIZED: A New Gauge", + "advancement.create.track_0.desc": "UNLOCALIZED: Obtain some Train Tracks", + "advancement.create.train_whistle": "UNLOCALIZED: Choo Choo!", + "advancement.create.train_whistle.desc": "UNLOCALIZED: Assemble a Steam Whistle to your Train and activate it while driving", + "advancement.create.train_portal": "UNLOCALIZED: Dimensional Commuter", + "advancement.create.train_portal.desc": "UNLOCALIZED: Ride a Train through a Nether portal", + "advancement.create.track_crafting_factory": "UNLOCALIZED: Track Factory", + "advancement.create.track_crafting_factory.desc": "UNLOCALIZED: Produce more than 1000 Train Tracks with the same Mechanical Press", + "advancement.create.long_bend": "UNLOCALIZED: The Longest Bend", + "advancement.create.long_bend.desc": "UNLOCALIZED: Create a curved track section that spans more than 30 blocks in length", + "advancement.create.long_train": "UNLOCALIZED: Ambitious Endeavours", + "advancement.create.long_train.desc": "UNLOCALIZED: Create a Train with at least 6 carriages", + "advancement.create.long_travel": "UNLOCALIZED: Field Trip", + "advancement.create.long_travel.desc": "UNLOCALIZED: Leave a Train Seat over 5000 blocks away from where you started travelling", + "advancement.create.train_roadkill": "UNLOCALIZED: Road Kill", + "advancement.create.train_roadkill.desc": "UNLOCALIZED: Run over an enemy with your Train§7\n(Hidden Advancement)", + "advancement.create.red_signal": "UNLOCALIZED: Expert Driver", + "advancement.create.red_signal.desc": "UNLOCALIZED: Run a red Train Signal§7\n(Hidden Advancement)", + "advancement.create.train_crash": "UNLOCALIZED: Terrible Service", + "advancement.create.train_crash.desc": "UNLOCALIZED: Witness a Train crash as a passenger§7\n(Hidden Advancement)", + "advancement.create.train_crash_backwards": "UNLOCALIZED: Blind Spot", + "advancement.create.train_crash_backwards.desc": "UNLOCALIZED: Crash into another Train while driving backwards§7\n(Hidden Advancement)", + + + "_": "->------------------------] UI & Messages [------------------------<-", + + "itemGroup.create.base": "UNLOCALIZED: Create", + "itemGroup.create.palettes": "UNLOCALIZED: Create's Building Blocks", + + "death.attack.create.crush": "UNLOCALIZED: %1$s was processed by Crushing Wheels", + "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", + "death.attack.create.run_over": "UNLOCALIZED: %1$s was run over by %2$s", + + "create.block.deployer.damage_source_name": "UNLOCALIZED: a rogue Deployer", + "create.block.cart_assembler.invalid": "UNLOCALIZED: Place your Cart Assembler on a rail block", + + "create.menu.return": "UNLOCALIZED: Return to Menu", + "create.menu.configure": "UNLOCALIZED: Configure...", + "create.menu.ponder_index": "UNLOCALIZED: Ponder Index", + "create.menu.only_ingame": "UNLOCALIZED: Available in the Pause Menu", + "create.menu.report_bugs": "UNLOCALIZED: Report Issues", + "create.menu.support": "UNLOCALIZED: Support Us", + + "create.recipe.crushing": "UNLOCALIZED: Crushing", + "create.recipe.milling": "UNLOCALIZED: Milling", + "create.recipe.fan_washing": "UNLOCALIZED: Bulk Washing", + "create.recipe.fan_washing.fan": "UNLOCALIZED: Fan behind Flowing Water", + "create.recipe.fan_smoking": "UNLOCALIZED: Bulk Smoking", + "create.recipe.fan_smoking.fan": "UNLOCALIZED: Fan behind Fire", + "create.recipe.fan_haunting": "UNLOCALIZED: Bulk Haunting", + "create.recipe.fan_haunting.fan": "UNLOCALIZED: Fan behind Soul Fire", + "create.recipe.fan_blasting": "UNLOCALIZED: Bulk Blasting", + "create.recipe.fan_blasting.fan": "UNLOCALIZED: Fan behind Lava", + "create.recipe.pressing": "UNLOCALIZED: Pressing", + "create.recipe.mixing": "UNLOCALIZED: Mixing", + "create.recipe.deploying": "UNLOCALIZED: Deploying", + "create.recipe.automatic_shapeless": "UNLOCALIZED: Automated Shapeless Crafting", + "create.recipe.automatic_brewing": "UNLOCALIZED: Automated Brewing", + "create.recipe.packing": "UNLOCALIZED: Compacting", + "create.recipe.automatic_packing": "UNLOCALIZED: Automated Packing", + "create.recipe.sawing": "UNLOCALIZED: Sawing", + "create.recipe.mechanical_crafting": "UNLOCALIZED: Mechanical Crafting", + "create.recipe.automatic_shaped": "UNLOCALIZED: Automated Shaped Crafting", + "create.recipe.block_cutting": "UNLOCALIZED: Block Cutting", + "create.recipe.wood_cutting": "UNLOCALIZED: Wood Cutting", + "create.recipe.sandpaper_polishing": "UNLOCALIZED: Sandpaper Polishing", + "create.recipe.mystery_conversion": "UNLOCALIZED: Mysterious Conversion", + "create.recipe.spout_filling": "UNLOCALIZED: Filling by Spout", + "create.recipe.draining": "UNLOCALIZED: Item Draining", + "create.recipe.item_application": "UNLOCALIZED: Manual Item Application", + "create.recipe.item_application.any_axe": "UNLOCALIZED: Any Axe", + "create.recipe.sequenced_assembly": "UNLOCALIZED: Recipe Sequence", + "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.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 salvage", + "create.recipe.processing.chance": "UNLOCALIZED: %1$s%% Chance", + "create.recipe.deploying.not_consumed": "UNLOCALIZED: Not Consumed", + "create.recipe.heat_requirement.none": "UNLOCALIZED: No Heating Required", + "create.recipe.heat_requirement.heated": "UNLOCALIZED: Heated", + "create.recipe.heat_requirement.superheated": "UNLOCALIZED: Super-Heated", + + "create.generic.range": "UNLOCALIZED: Range", + "create.generic.radius": "UNLOCALIZED: Radius", + "create.generic.width": "UNLOCALIZED: Width", + "create.generic.height": "UNLOCALIZED: Height", + "create.generic.length": "UNLOCALIZED: Length", + "create.generic.speed": "UNLOCALIZED: Speed", + "create.generic.delay": "UNLOCALIZED: Delay", + "create.generic.duration": "UNLOCALIZED: Duration", + "create.generic.timeUnit": "UNLOCALIZED: Time Unit", + "create.generic.unit.ticks": "UNLOCALIZED: Ticks", + "create.generic.unit.seconds": "UNLOCALIZED: Seconds", + "create.generic.unit.minutes": "UNLOCALIZED: Minutes", + "create.generic.daytime.hour": "UNLOCALIZED: Hour", + "create.generic.daytime.minute": "UNLOCALIZED: Minute", + "create.generic.daytime.second": "UNLOCALIZED: Second", + "create.generic.daytime.pm": "UNLOCALIZED: pm", + "create.generic.daytime.am": "UNLOCALIZED: am", + "create.generic.unit.rpm": "UNLOCALIZED: RPM", + "create.generic.unit.stress": "UNLOCALIZED: su", + "create.generic.unit.degrees": "UNLOCALIZED: °", + "create.generic.unit.millibuckets": "UNLOCALIZED: mB", + "create.generic.unit.buckets": "UNLOCALIZED: B", + "create.generic.clockwise": "UNLOCALIZED: Clockwise", + "create.generic.counter_clockwise": "UNLOCALIZED: Counter-Clockwise", + "create.generic.in_quotes": "UNLOCALIZED: \"%1$s\"", + "create.generic.pitch": "UNLOCALIZED: Pitch: %1$s", + "create.generic.notes": "UNLOCALIZED: F#;F;E;D#;D;C#;C;B;A#;A;G#;G", + + "create.action.scroll": "UNLOCALIZED: Scroll", + "create.action.confirm": "UNLOCALIZED: Confirm", + "create.action.abort": "UNLOCALIZED: Abort", + "create.action.saveToFile": "UNLOCALIZED: Save", + "create.action.discard": "UNLOCALIZED: Discard", + + "create.keyinfo.toolmenu": "UNLOCALIZED: Focus Schematic Overlay", + "create.keyinfo.toolbelt": "UNLOCALIZED: Access Nearby Toolboxes", + "create.keyinfo.scrollup": "UNLOCALIZED: Simulate Mousewheel Up (inworld)", + "create.keyinfo.scrolldown": "UNLOCALIZED: Simulate Mousewheel Down (inworld)", + + "create.gui.scrollInput.defaultTitle": "UNLOCALIZED: Choose an Option:", + "create.gui.scrollInput.scrollToModify": "UNLOCALIZED: Scroll to Modify", + "create.gui.scrollInput.scrollToAdjustAmount": "UNLOCALIZED: Scroll to Adjust Amount", + "create.gui.scrollInput.scrollToSelect": "UNLOCALIZED: Scroll to Select", + "create.gui.scrollInput.shiftScrollsFaster": "UNLOCALIZED: Shift to Scroll Faster", + "create.gui.toolmenu.focusKey": "UNLOCALIZED: Hold [%1$s] to Focus", + "create.gui.toolmenu.cycle": "UNLOCALIZED: [SCROLL] to Cycle", + + "create.toolbox.unequip": "UNLOCALIZED: Unequip: %1$s", + "create.toolbox.outOfRange": "UNLOCALIZED: Toolbox of held item not in Range", + "create.toolbox.detach": "UNLOCALIZED: Stop tracking and keep item", + "create.toolbox.depositAll": "UNLOCALIZED: Return items to nearby Toolboxes", + "create.toolbox.depositBox": "UNLOCALIZED: Return items to Toolbox", + + "create.gui.symmetryWand.mirrorType": "UNLOCALIZED: Mirror", + "create.gui.symmetryWand.orientation": "UNLOCALIZED: Orientation", + + "create.symmetry.mirror.plane": "UNLOCALIZED: Mirror Once", + "create.symmetry.mirror.doublePlane": "UNLOCALIZED: Rectangular", + "create.symmetry.mirror.triplePlane": "UNLOCALIZED: Octagonal", + + "create.orientation.orthogonal": "UNLOCALIZED: Orthogonal", + "create.orientation.diagonal": "UNLOCALIZED: Diagonal", + "create.orientation.horizontal": "UNLOCALIZED: Horizontal", + "create.orientation.alongZ": "UNLOCALIZED: Along Z", + "create.orientation.alongX": "UNLOCALIZED: Along X", + + "create.gui.terrainzapper.title": "UNLOCALIZED: Handheld Blockzapper", + "create.gui.terrainzapper.searchDiagonal": "UNLOCALIZED: Follow Diagonals", + "create.gui.terrainzapper.searchFuzzy": "UNLOCALIZED: Ignore Material Borders", + "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.placement": "UNLOCALIZED: Placement", + "create.gui.terrainzapper.placement.merged": "UNLOCALIZED: Merged", + "create.gui.terrainzapper.placement.attached": "UNLOCALIZED: Attached", + "create.gui.terrainzapper.placement.inserted": "UNLOCALIZED: Inserted", + "create.gui.terrainzapper.brush": "UNLOCALIZED: Brush", + "create.gui.terrainzapper.brush.cuboid": "UNLOCALIZED: Cuboid", + "create.gui.terrainzapper.brush.sphere": "UNLOCALIZED: Sphere", + "create.gui.terrainzapper.brush.cylinder": "UNLOCALIZED: Cylinder", + "create.gui.terrainzapper.brush.surface": "UNLOCALIZED: Surface", + "create.gui.terrainzapper.brush.cluster": "UNLOCALIZED: Cluster", + "create.gui.terrainzapper.tool": "UNLOCALIZED: Tool", + "create.gui.terrainzapper.tool.fill": "UNLOCALIZED: Fill", + "create.gui.terrainzapper.tool.place": "UNLOCALIZED: Place", + "create.gui.terrainzapper.tool.replace": "UNLOCALIZED: Replace", + "create.gui.terrainzapper.tool.clear": "UNLOCALIZED: Clear", + "create.gui.terrainzapper.tool.overlay": "UNLOCALIZED: Overlay", + "create.gui.terrainzapper.tool.flatten": "UNLOCALIZED: Flatten", + + "create.terrainzapper.shiftRightClickToSet": "UNLOCALIZED: Shift-Right-Click to Select a Shape", + "create.terrainzapper.usingBlock": "UNLOCALIZED: Using: %1$s", + "create.terrainzapper.leftClickToSet": "UNLOCALIZED: Left-Click a Block to set Material", + + "create.minecart_coupling.two_couplings_max": "UNLOCALIZED: Minecarts cannot have more than two couplings each", + "create.minecart_coupling.unloaded": "UNLOCALIZED: Parts of your train seem to be in unloaded chunks", + "create.minecart_coupling.no_loops": "UNLOCALIZED: Couplings cannot form a loop", + "create.minecart_coupling.removed": "UNLOCALIZED: Removed all couplings from minecart", + "create.minecart_coupling.too_far": "UNLOCALIZED: Minecarts are too far apart", + + "create.contraptions.movement_mode": "UNLOCALIZED: Movement Mode", + "create.contraptions.movement_mode.move_place": "UNLOCALIZED: Always Place when Stopped", + "create.contraptions.movement_mode.move_place_returned": "UNLOCALIZED: Place only in Starting Position", + "create.contraptions.movement_mode.move_never_place": "UNLOCALIZED: Place only when Anchor Destroyed", + "create.contraptions.movement_mode.rotate_place": "UNLOCALIZED: Always Place when Stopped", + "create.contraptions.movement_mode.rotate_place_returned": "UNLOCALIZED: Only Place near Initial Angle", + "create.contraptions.movement_mode.rotate_never_place": "UNLOCALIZED: Only Place when Anchor Destroyed", + "create.contraptions.cart_movement_mode": "UNLOCALIZED: Cart Movement Mode", + "create.contraptions.cart_movement_mode.rotate": "UNLOCALIZED: Always face toward motion", + "create.contraptions.cart_movement_mode.rotate_paused": "UNLOCALIZED: Pause actors while rotating", + "create.contraptions.cart_movement_mode.rotation_locked": "UNLOCALIZED: Lock rotation", + "create.contraptions.windmill.rotation_direction": "UNLOCALIZED: Rotation Direction", + "create.contraptions.clockwork.clock_hands": "UNLOCALIZED: Clock Hands", + "create.contraptions.clockwork.hour_first": "UNLOCALIZED: Hour hand first", + "create.contraptions.clockwork.minute_first": "UNLOCALIZED: Minute hand first", + "create.contraptions.clockwork.hour_first_24": "UNLOCALIZED: 24-Hour hand first", + + "create.logistics.filter": "UNLOCALIZED: Filter", + "create.logistics.recipe_filter": "UNLOCALIZED: Recipe Filter", + "create.logistics.fluid_filter": "UNLOCALIZED: Fluid Filter", + "create.logistics.firstFrequency": "UNLOCALIZED: Freq. #1", + "create.logistics.secondFrequency": "UNLOCALIZED: Freq. #2", + "create.logistics.filter.apply": "UNLOCALIZED: Applied filter to %1$s.", + "create.logistics.filter.apply_click_again": "UNLOCALIZED: Applied filter to %1$s, click again to copy the amount.", + "create.logistics.filter.apply_count": "UNLOCALIZED: Applied extraction count to filter.", + + "create.gui.goggles.generator_stats": "UNLOCALIZED: Generator Stats:", + "create.gui.goggles.kinetic_stats": "UNLOCALIZED: Kinetic Stats:", + "create.gui.goggles.at_current_speed": "UNLOCALIZED: at current speed", + "create.gui.goggles.pole_length": "UNLOCALIZED: Pole Length:", + "create.gui.goggles.fluid_container": "UNLOCALIZED: Fluid Container Info:", + "create.gui.goggles.fluid_container.capacity": "UNLOCALIZED: Capacity: ", + "create.gui.assembly.exception": "UNLOCALIZED: This Contraption was unable to assemble:", + "create.gui.assembly.exception.unmovableBlock": "UNLOCALIZED: Unmovable Block (%4$s) at [%1$s,%2$s,%3$s]", + "create.gui.assembly.exception.chunkNotLoaded": "UNLOCALIZED: The Block at [%1$s,%2$s,%3$s] was not in a loaded chunk", + "create.gui.assembly.exception.structureTooLarge": "UNLOCALIZED: There are too many Blocks included in the contraption.\nThe configured maximum is: %1$s", + "create.gui.assembly.exception.tooManyPistonPoles": "UNLOCALIZED: There are too many extension Poles attached to this Piston.\nThe configured maximum is: %1$s", + "create.gui.assembly.exception.noPistonPoles": "UNLOCALIZED: The Piston is missing some extension Poles", + "create.gui.assembly.exception.not_enough_sails": "UNLOCALIZED: Attached structure does not include enough sail-like blocks: %1$s\nA minimum of %2$s are required", + "create.gui.gauge.info_header": "UNLOCALIZED: Gauge Information:", + "create.gui.speedometer.title": "UNLOCALIZED: Rotation Speed", + "create.gui.stressometer.title": "UNLOCALIZED: Network Stress", + "create.gui.stressometer.capacity": "UNLOCALIZED: Remaining Capacity", + "create.gui.stressometer.overstressed": "UNLOCALIZED: Overstressed", + "create.gui.stressometer.no_rotation": "UNLOCALIZED: No Rotation", + "create.gui.contraptions.not_fast_enough": "UNLOCALIZED: It appears that this %1$s is _not_ rotating with _enough_ _speed_.", + "create.gui.contraptions.network_overstressed": "UNLOCALIZED: It appears that this contraption is _overstressed_. Add more sources or _slow_ _down_ the components with a high _stress_ _impact_.", + "create.gui.adjustable_crate.title": "UNLOCALIZED: Adjustable Crate", + "create.gui.adjustable_crate.storageSpace": "UNLOCALIZED: Storage Space", + "create.gui.stockpile_switch.title": "UNLOCALIZED: Stockpile Switch", + "create.gui.stockpile_switch.invert_signal": "UNLOCALIZED: Invert Signal", + "create.gui.stockpile_switch.move_to_lower_at": "UNLOCALIZED: Move to lower lane at %1$s%%", + "create.gui.stockpile_switch.move_to_upper_at": "UNLOCALIZED: Move to upper lane at %1$s%%", + "create.gui.sequenced_gearshift.title": "UNLOCALIZED: Sequenced Gearshift", + "create.gui.sequenced_gearshift.instruction": "UNLOCALIZED: Instruction", + "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "UNLOCALIZED: Turn by angle", + "create.gui.sequenced_gearshift.instruction.turn_angle": "UNLOCALIZED: Turn", + "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "UNLOCALIZED: Angle", + "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "UNLOCALIZED: Turn to move Piston/Pulley/Gantry", + "create.gui.sequenced_gearshift.instruction.turn_distance": "UNLOCALIZED: Piston", + "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "UNLOCALIZED: Distance", + "create.gui.sequenced_gearshift.instruction.delay.descriptive": "UNLOCALIZED: Timed Delay", + "create.gui.sequenced_gearshift.instruction.delay": "UNLOCALIZED: Delay", + "create.gui.sequenced_gearshift.instruction.delay.duration": "UNLOCALIZED: Duration", + "create.gui.sequenced_gearshift.instruction.end.descriptive": "UNLOCALIZED: End", + "create.gui.sequenced_gearshift.instruction.end": "UNLOCALIZED: End", + "create.gui.sequenced_gearshift.instruction.await.descriptive": "UNLOCALIZED: Await new Redstone Pulse", + "create.gui.sequenced_gearshift.instruction.await": "UNLOCALIZED: Await", + "create.gui.sequenced_gearshift.speed": "UNLOCALIZED: Speed, Direction", + "create.gui.sequenced_gearshift.speed.forward": "UNLOCALIZED: Input speed, Forwards", + "create.gui.sequenced_gearshift.speed.forward_fast": "UNLOCALIZED: Double speed, Forwards", + "create.gui.sequenced_gearshift.speed.back": "UNLOCALIZED: Input speed, Reversed", + "create.gui.sequenced_gearshift.speed.back_fast": "UNLOCALIZED: Double speed, Reversed", + + "create.schematicAndQuill.dimensions": "UNLOCALIZED: Schematic Size: %1$sx%2$sx%3$s", + "create.schematicAndQuill.firstPos": "UNLOCALIZED: First position set.", + "create.schematicAndQuill.secondPos": "UNLOCALIZED: Second position set.", + "create.schematicAndQuill.noTarget": "UNLOCALIZED: Hold [Ctrl] to select Air blocks.", + "create.schematicAndQuill.abort": "UNLOCALIZED: Removed selection.", + "create.schematicAndQuill.title": "UNLOCALIZED: Schematic Name:", + "create.schematicAndQuill.convert": "UNLOCALIZED: Save and Upload Immediately", + "create.schematicAndQuill.fallbackName": "UNLOCALIZED: My Schematic", + "create.schematicAndQuill.saved": "UNLOCALIZED: Saved as %1$s", + + "create.schematic.invalid": "UNLOCALIZED: [!] Invalid Item - Use the Schematic Table instead", + "create.schematic.position": "UNLOCALIZED: Position", + "create.schematic.rotation": "UNLOCALIZED: Rotation", + "create.schematic.rotation.none": "UNLOCALIZED: None", + "create.schematic.rotation.cw90": "UNLOCALIZED: Clockwise 90", + "create.schematic.rotation.cw180": "UNLOCALIZED: Clockwise 180", + "create.schematic.rotation.cw270": "UNLOCALIZED: Clockwise 270", + "create.schematic.mirror": "UNLOCALIZED: Mirror", + "create.schematic.mirror.none": "UNLOCALIZED: None", + "create.schematic.mirror.frontBack": "UNLOCALIZED: Front-Back", + "create.schematic.mirror.leftRight": "UNLOCALIZED: Left-Right", + "create.schematic.tool.deploy": "UNLOCALIZED: Position", + "create.schematic.tool.move": "UNLOCALIZED: Move XZ", + "create.schematic.tool.movey": "UNLOCALIZED: Move Y", + "create.schematic.tool.rotate": "UNLOCALIZED: Rotate", + "create.schematic.tool.print": "UNLOCALIZED: Print", + "create.schematic.tool.flip": "UNLOCALIZED: Mirror", + "create.schematic.tool.deploy.description.0": "UNLOCALIZED: Moves the structure to a location.", + "create.schematic.tool.deploy.description.1": "UNLOCALIZED: Right-Click on the ground to place.", + "create.schematic.tool.deploy.description.2": "UNLOCALIZED: Hold [Ctrl] to select at a fixed distance.", + "create.schematic.tool.deploy.description.3": "UNLOCALIZED: [Ctrl]-Scroll to change the distance.", + "create.schematic.tool.move.description.0": "UNLOCALIZED: Shifts the Schematic Horizontally.", + "create.schematic.tool.move.description.1": "UNLOCALIZED: Point at the Schematic and [CTRL]-Scroll to push it.", + "create.schematic.tool.move.description.2": "UNLOCALIZED: ", + "create.schematic.tool.move.description.3": "UNLOCALIZED: ", + "create.schematic.tool.movey.description.0": "UNLOCALIZED: Shifts the Schematic Vertically.", + "create.schematic.tool.movey.description.1": "UNLOCALIZED: [CTRL]-Scroll to move it up/down.", + "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", + "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", + "create.schematic.tool.rotate.description.0": "UNLOCALIZED: Rotates the Schematic around its center.", + "create.schematic.tool.rotate.description.1": "UNLOCALIZED: [CTRL]-Scroll to rotate by 90 Degrees.", + "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", + "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", + "create.schematic.tool.print.description.0": "UNLOCALIZED: Instantly places the structure in the world.", + "create.schematic.tool.print.description.1": "UNLOCALIZED: [Right-Click] to confirm placement at the current location.", + "create.schematic.tool.print.description.2": "UNLOCALIZED: This tool is for Creative Mode only.", + "create.schematic.tool.print.description.3": "UNLOCALIZED: ", + "create.schematic.tool.flip.description.0": "UNLOCALIZED: Flips the Schematic along the face you select.", + "create.schematic.tool.flip.description.1": "UNLOCALIZED: Point at the Schematic and [CTRL]-Scroll to flip it.", + "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", + "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", + + "create.schematics.synchronizing": "UNLOCALIZED: Syncing...", + "create.schematics.uploadTooLarge": "UNLOCALIZED: Your schematic exceeds limitations specified by the server.", + "create.schematics.maxAllowedSize": "UNLOCALIZED: The maximum allowed schematic file size is:", + + "create.gui.schematicTable.refresh": "UNLOCALIZED: Refresh Files", + "create.gui.schematicTable.open_folder": "UNLOCALIZED: Open Folder", + "create.gui.schematicTable.title": "UNLOCALIZED: Schematic Table", + "create.gui.schematicTable.availableSchematics": "UNLOCALIZED: Available Schematics", + "create.gui.schematicTable.noSchematics": "UNLOCALIZED: No Schematics Saved", + "create.gui.schematicTable.uploading": "UNLOCALIZED: Uploading...", + "create.gui.schematicTable.finished": "UNLOCALIZED: Upload Finished!", + "create.gui.schematicannon.title": "UNLOCALIZED: Schematicannon", + "create.gui.schematicannon.listPrinter": "UNLOCALIZED: Checklist Printer", + "create.gui.schematicannon.gunpowderLevel": "UNLOCALIZED: Gunpowder at %1$s%%", + "create.gui.schematicannon.shotsRemaining": "UNLOCALIZED: Shots left: %1$s", + "create.gui.schematicannon.shotsRemainingWithBackup": "UNLOCALIZED: With backup: %1$s", + "create.gui.schematicannon.optionEnabled": "UNLOCALIZED: Currently Enabled", + "create.gui.schematicannon.optionDisabled": "UNLOCALIZED: Currently Disabled", + "create.gui.schematicannon.showOptions": "UNLOCALIZED: Show Printer Settings", + "create.gui.schematicannon.option.dontReplaceSolid": "UNLOCALIZED: Don't Replace Solid Blocks", + "create.gui.schematicannon.option.replaceWithSolid": "UNLOCALIZED: Replace Solid with Solid", + "create.gui.schematicannon.option.replaceWithAny": "UNLOCALIZED: Replace Solid with Any", + "create.gui.schematicannon.option.replaceWithEmpty": "UNLOCALIZED: Replace Solid with Empty", + "create.gui.schematicannon.option.skipMissing": "UNLOCALIZED: Skip missing Blocks", + "create.gui.schematicannon.option.skipTileEntities": "UNLOCALIZED: Protect Tile Entities", + "create.gui.schematicannon.slot.gunpowder": "UNLOCALIZED: Add gunpowder to fuel the cannon", + "create.gui.schematicannon.slot.listPrinter": "UNLOCALIZED: Place books here to print a Checklist for your Schematic", + "create.gui.schematicannon.slot.schematic": "UNLOCALIZED: Add your Schematic here. Make sure it is deployed at a specific location.", + "create.gui.schematicannon.option.skipMissing.description": "UNLOCALIZED: If the cannon cannot find a required Block for placement, it will continue at the next Location.", + "create.gui.schematicannon.option.skipTileEntities.description": "UNLOCALIZED: The cannon will avoid replacing data holding blocks such as Chests.", + "create.gui.schematicannon.option.dontReplaceSolid.description": "UNLOCALIZED: The cannon will never replace any Solid blocks in its working area, only non-Solid and Air.", + "create.gui.schematicannon.option.replaceWithSolid.description": "UNLOCALIZED: The cannon will only replace Solid blocks in its working area if the Schematic contains a solid Block at the Location.", + "create.gui.schematicannon.option.replaceWithAny.description": "UNLOCALIZED: The cannon will replace Solid blocks in its working area if the Schematic contains any Block at the Location.", + "create.gui.schematicannon.option.replaceWithEmpty.description": "UNLOCALIZED: The cannon will clear out all blocks in its working area, including those replaced by Air.", + + "create.schematicannon.status.idle": "UNLOCALIZED: Idle", + "create.schematicannon.status.ready": "UNLOCALIZED: Ready", + "create.schematicannon.status.running": "UNLOCALIZED: Running", + "create.schematicannon.status.finished": "UNLOCALIZED: Finished", + "create.schematicannon.status.paused": "UNLOCALIZED: Paused", + "create.schematicannon.status.stopped": "UNLOCALIZED: Stopped", + "create.schematicannon.status.noGunpowder": "UNLOCALIZED: Out of Gunpowder", + "create.schematicannon.status.targetNotLoaded": "UNLOCALIZED: Target is not loaded", + "create.schematicannon.status.targetOutsideRange": "UNLOCALIZED: Target too far away", + "create.schematicannon.status.searching": "UNLOCALIZED: Searching", + "create.schematicannon.status.skipping": "UNLOCALIZED: Skipping", + "create.schematicannon.status.missingBlock": "UNLOCALIZED: Missing Item:", + "create.schematicannon.status.placing": "UNLOCALIZED: Placing", + "create.schematicannon.status.clearing": "UNLOCALIZED: Clearing Blocks", + "create.schematicannon.status.schematicInvalid": "UNLOCALIZED: Schematic Invalid", + "create.schematicannon.status.schematicNotPlaced": "UNLOCALIZED: Schematic not Positioned", + "create.schematicannon.status.schematicExpired": "UNLOCALIZED: Schematic File Expired", + + "create.materialChecklist": "UNLOCALIZED: Material Checklist", + "create.materialChecklist.blocksNotLoaded": "UNLOCALIZED: * Disclaimer *\n\nMaterial List may be inaccurate due to relevant chunks not being loaded.", + + "create.gui.filter.deny_list": "UNLOCALIZED: Deny-List", + "create.gui.filter.deny_list.description": "UNLOCALIZED: Items pass if they do NOT match any of the above. An empty Deny-List accepts everything.", + "create.gui.filter.allow_list": "UNLOCALIZED: Allow-List", + "create.gui.filter.allow_list.description": "UNLOCALIZED: Items pass if they match any of the above. An empty Allow-List rejects everything.", + "create.gui.filter.respect_data": "UNLOCALIZED: Respect Data", + "create.gui.filter.respect_data.description": "UNLOCALIZED: Items only match if their durability, enchantments, and other attributes match as well.", + "create.gui.filter.ignore_data": "UNLOCALIZED: Ignore Data", + "create.gui.filter.ignore_data.description": "UNLOCALIZED: Items match regardless of their attributes.", + + "create.item_attributes.placeable": "UNLOCALIZED: is placeable", + "create.item_attributes.placeable.inverted": "UNLOCALIZED: is not placeable", + "create.item_attributes.consumable": "UNLOCALIZED: can be eaten", + "create.item_attributes.consumable.inverted": "UNLOCALIZED: cannot be eaten", + "create.item_attributes.fluid_container": "UNLOCALIZED: can store fluids", + "create.item_attributes.fluid_container.inverted": "UNLOCALIZED: cannot store fluids", + "create.item_attributes.enchanted": "UNLOCALIZED: is enchanted", + "create.item_attributes.enchanted.inverted": "UNLOCALIZED: is unenchanted", + "create.item_attributes.max_enchanted": "UNLOCALIZED: is enchanted at max level", + "create.item_attributes.max_enchanted.inverted": "UNLOCALIZED: is not enchanted at max level", + "create.item_attributes.renamed": "UNLOCALIZED: has a custom name", + "create.item_attributes.renamed.inverted": "UNLOCALIZED: does not have a custom name", + "create.item_attributes.damaged": "UNLOCALIZED: is damaged", + "create.item_attributes.damaged.inverted": "UNLOCALIZED: is not damaged", + "create.item_attributes.badly_damaged": "UNLOCALIZED: is heavily damaged", + "create.item_attributes.badly_damaged.inverted": "UNLOCALIZED: is not heavily damaged", + "create.item_attributes.not_stackable": "UNLOCALIZED: cannot stack", + "create.item_attributes.not_stackable.inverted": "UNLOCALIZED: can be stacked", + "create.item_attributes.equipable": "UNLOCALIZED: can be equipped", + "create.item_attributes.equipable.inverted": "UNLOCALIZED: cannot be equipped", + "create.item_attributes.furnace_fuel": "UNLOCALIZED: is furnace fuel", + "create.item_attributes.furnace_fuel.inverted": "UNLOCALIZED: is not furnace fuel", + "create.item_attributes.washable": "UNLOCALIZED: can be Washed", + "create.item_attributes.washable.inverted": "UNLOCALIZED: cannot be Washed", + "create.item_attributes.hauntable": "UNLOCALIZED: can be Haunted", + "create.item_attributes.hauntable.inverted": "UNLOCALIZED: cannot be Haunted", + "create.item_attributes.crushable": "UNLOCALIZED: can be Crushed", + "create.item_attributes.crushable.inverted": "UNLOCALIZED: cannot be Crushed", + "create.item_attributes.smeltable": "UNLOCALIZED: can be Smelted", + "create.item_attributes.smeltable.inverted": "UNLOCALIZED: cannot be Smelted", + "create.item_attributes.smokable": "UNLOCALIZED: can be Smoked", + "create.item_attributes.smokable.inverted": "UNLOCALIZED: cannot be Smoked", + "create.item_attributes.blastable": "UNLOCALIZED: can be Smelted in a Blast Furnace", + "create.item_attributes.blastable.inverted": "UNLOCALIZED: cannot be Smelted in a Blast Furnace", + "create.item_attributes.compostable": "UNLOCALIZED: can be composted", + "create.item_attributes.compostable.inverted": "UNLOCALIZED: cannot be composted", + "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.in_tag": "UNLOCALIZED: is tagged %1$s", + "create.item_attributes.in_tag.inverted": "UNLOCALIZED: is not tagged %1$s", + "create.item_attributes.in_item_group": "UNLOCALIZED: is in group '%1$s'", + "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.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", + "create.item_attributes.color.inverted": "UNLOCALIZED: is not dyed %1$s", + "create.item_attributes.has_fluid": "UNLOCALIZED: contains %1$s", + "create.item_attributes.has_fluid.inverted": "UNLOCALIZED: does not contain %1$s", + "create.item_attributes.has_name": "UNLOCALIZED: has the custom name %1$s", + "create.item_attributes.has_name.inverted": "UNLOCALIZED: does not have the custom name %1$s", + "create.item_attributes.book_author": "UNLOCALIZED: was authored by %1$s", + "create.item_attributes.book_author.inverted": "UNLOCALIZED: was not authored by %1$s", + "create.item_attributes.book_copy_original": "UNLOCALIZED: is an original", + "create.item_attributes.book_copy_original.inverted": "UNLOCALIZED: is not an original", + "create.item_attributes.book_copy_first": "UNLOCALIZED: is a first-generation copy", + "create.item_attributes.book_copy_first.inverted": "UNLOCALIZED: is not a first-generation copy", + "create.item_attributes.book_copy_second": "UNLOCALIZED: is a second-generation copy", + "create.item_attributes.book_copy_second.inverted": "UNLOCALIZED: is not a second-generation copy", + "create.item_attributes.book_copy_tattered": "UNLOCALIZED: is a tattered mess", + "create.item_attributes.book_copy_tattered.inverted": "UNLOCALIZED: is not a tattered mess", + "create.item_attributes.astralsorcery_amulet": "UNLOCALIZED: improves %1$s", + "create.item_attributes.astralsorcery_amulet.inverted": "UNLOCALIZED: does not improve %1$s", + "create.item_attributes.astralsorcery_constellation": "UNLOCALIZED: is attuned to %1$s", + "create.item_attributes.astralsorcery_constellation.inverted": "UNLOCALIZED: is not attuned to %1$s", + "create.item_attributes.astralsorcery_crystal": "UNLOCALIZED: has crystal attribute %1$s", + "create.item_attributes.astralsorcery_crystal.inverted": "UNLOCALIZED: does not have crystal attribute %1$s", + "create.item_attributes.astralsorcery_perk_gem": "UNLOCALIZED: has perk attribute %1$s", + "create.item_attributes.astralsorcery_perk_gem.inverted": "UNLOCALIZED: does not have perk attribute %1$s", + + "create.gui.attribute_filter.no_selected_attributes": "UNLOCALIZED: No attributes selected", + "create.gui.attribute_filter.selected_attributes": "UNLOCALIZED: Selected attributes:", + "create.gui.attribute_filter.add_attribute": "UNLOCALIZED: Add attribute to List", + "create.gui.attribute_filter.add_inverted_attribute": "UNLOCALIZED: Add opposite attribute to List", + "create.gui.attribute_filter.allow_list_disjunctive": "UNLOCALIZED: Allow-List (Any)", + "create.gui.attribute_filter.allow_list_disjunctive.description": "UNLOCALIZED: Items pass if they have any of the selected attributes.", + "create.gui.attribute_filter.allow_list_conjunctive": "UNLOCALIZED: Allow-List (All)", + "create.gui.attribute_filter.allow_list_conjunctive.description": "UNLOCALIZED: Items pass only if they have ALL of the selected attributes.", + "create.gui.attribute_filter.deny_list": "UNLOCALIZED: Deny-List", + "create.gui.attribute_filter.deny_list.description": "UNLOCALIZED: Items pass if they do NOT have any of the selected attributes.", + "create.gui.attribute_filter.add_reference_item": "UNLOCALIZED: Add Reference Item", + + "create.tooltip.holdForDescription": "UNLOCALIZED: Hold [%1$s] for Summary", + "create.tooltip.holdForControls": "UNLOCALIZED: Hold [%1$s] for Controls", + "create.tooltip.keyShift": "UNLOCALIZED: Shift", + "create.tooltip.keyCtrl": "UNLOCALIZED: Ctrl", + "create.tooltip.speedRequirement": "UNLOCALIZED: Speed Requirement: %1$s", + "create.tooltip.speedRequirement.none": "UNLOCALIZED: None", + "create.tooltip.speedRequirement.slow": "UNLOCALIZED: Slow", + "create.tooltip.speedRequirement.medium": "UNLOCALIZED: Moderate", + "create.tooltip.speedRequirement.fast": "UNLOCALIZED: Fast", + "create.tooltip.stressImpact": "UNLOCALIZED: Kinetic Stress Impact: %1$s", + "create.tooltip.stressImpact.low": "UNLOCALIZED: Low", + "create.tooltip.stressImpact.medium": "UNLOCALIZED: Moderate", + "create.tooltip.stressImpact.high": "UNLOCALIZED: High", + "create.tooltip.stressImpact.overstressed": "UNLOCALIZED: Overstressed", + "create.tooltip.up_to": "UNLOCALIZED: Up to %1$s", + "create.tooltip.capacityProvided": "UNLOCALIZED: Kinetic Stress Capacity: %1$s", + "create.tooltip.capacityProvided.low": "UNLOCALIZED: Small", + "create.tooltip.capacityProvided.medium": "UNLOCALIZED: Medium", + "create.tooltip.capacityProvided.high": "UNLOCALIZED: Large", + "create.tooltip.generationSpeed": "UNLOCALIZED: Generates at %1$s %2$s", + "create.tooltip.analogStrength": "UNLOCALIZED: Analog Strength: %1$s/15", + + "create.mechanical_arm.extract_from": "UNLOCALIZED: Take items from %1$s", + "create.mechanical_arm.deposit_to": "UNLOCALIZED: Deposit items to %1$s", + "create.mechanical_arm.summary": "UNLOCALIZED: Mechanical Arm has %1$s input(s) and %2$s output(s).", + "create.mechanical_arm.points_outside_range": "UNLOCALIZED: %1$s selected interaction point(s) removed due to range limitations.", + + "create.weighted_ejector.target_set": "UNLOCALIZED: Target Selected", + "create.weighted_ejector.target_not_valid": "UNLOCALIZED: Ejecting to Adjacent block (Target was not Valid)", + "create.weighted_ejector.no_target": "UNLOCALIZED: Ejecting to Adjacent block (No Target was Selected)", + "create.weighted_ejector.targeting": "UNLOCALIZED: Ejecting to [%1$s,%2$s,%3$s]", + "create.weighted_ejector.stack_size": "UNLOCALIZED: Ejected Stack Size", + + "create.logistics.when_multiple_outputs_available": "UNLOCALIZED: When Multiple Outputs Available", + + "create.mechanical_arm.selection_mode.round_robin": "UNLOCALIZED: Round Robin", + "create.mechanical_arm.selection_mode.forced_round_robin": "UNLOCALIZED: Forced Round Robin", + "create.mechanical_arm.selection_mode.prefer_first": "UNLOCALIZED: Prefer First Target", + + "create.tunnel.selection_mode.split": "UNLOCALIZED: Split", + "create.tunnel.selection_mode.forced_split": "UNLOCALIZED: Forced Split", + "create.tunnel.selection_mode.round_robin": "UNLOCALIZED: Round Robin", + "create.tunnel.selection_mode.forced_round_robin": "UNLOCALIZED: Forced Round Robin", + "create.tunnel.selection_mode.prefer_nearest": "UNLOCALIZED: Prefer Nearest", + "create.tunnel.selection_mode.randomize": "UNLOCALIZED: Randomize", + "create.tunnel.selection_mode.synchronize": "UNLOCALIZED: Synchronize Inputs", + + "create.tooltip.chute.header": "UNLOCALIZED: Chute Information", + "create.tooltip.chute.items_move_down": "UNLOCALIZED: Items move Downward", + "create.tooltip.chute.items_move_up": "UNLOCALIZED: Items move Upward", + "create.tooltip.chute.no_fans_attached": "UNLOCALIZED: No attached fans", + "create.tooltip.chute.fans_push_up": "UNLOCALIZED: Fans push from Below", + "create.tooltip.chute.fans_push_down": "UNLOCALIZED: Fans push from Above", + "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.deployer.header": "UNLOCALIZED: Deployer Information", + "create.tooltip.deployer.using": "UNLOCALIZED: Mode: Use", + "create.tooltip.deployer.punching": "UNLOCALIZED: Mode: Attack", + "create.tooltip.deployer.contains": "UNLOCALIZED: Item: %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", + "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.crafting_blueprint.crafting_slot": "UNLOCALIZED: Ingredient 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.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", + "create.hint.mechanical_arm_no_targets": "UNLOCALIZED: It appears this _Mechanical_ _Arm_ has not been assigned any _targets._ Select belts, depots, funnels and other blocks by _right-clicking_ them while _holding_ the _Mechanical_ _Arm_ in your _hand_.", + "create.hint.empty_bearing.title": "UNLOCALIZED: Update Bearing", + "create.hint.empty_bearing": "UNLOCALIZED: _Right-click_ the bearing with an _empty_ _hand_ to _attach_ the structure you just built in front of it.", + "create.hint.full_deployer.title": "UNLOCALIZED: Deployer Item Overflow", + "create.hint.full_deployer": "UNLOCALIZED: It appears this _Deployer_ contains _excess_ _items_ that need to be _extracted._ Use a _hopper,_ _funnel_ or other means to free it from its overflow.", + + "create.backtank.low": "UNLOCALIZED: Backtank pressure low", + "create.backtank.depleted": "UNLOCALIZED: Backtank pressure depleted", + + "create.hint.derailed_train.title": "UNLOCALIZED: Derailed Train", + "create.hint.derailed_train": "UNLOCALIZED: It appears this _Train_ is no longer sitting on a connected track piece. _Right-Click_ using a _wrench_ in order to relocate it to a nearby track.", + + "create.boiler.status": "UNLOCALIZED: Boiler Status: %1$s", + "create.boiler.status_short": "UNLOCALIZED: Boiler: %1$s", + "create.boiler.passive": "UNLOCALIZED: Passive", + "create.boiler.idle": "UNLOCALIZED: Idle", + "create.boiler.lvl": "UNLOCALIZED: Lvl %1$s", + "create.boiler.max_lvl": "UNLOCALIZED: Max", + "create.boiler.size": "UNLOCALIZED: Size", + "create.boiler.size_dots": "UNLOCALIZED: ....... ", + "create.boiler.water": "UNLOCALIZED: Water", + "create.boiler.water_dots": "UNLOCALIZED: ... ", + "create.boiler.heat": "UNLOCALIZED: Heat", + "create.boiler.heat_dots": "UNLOCALIZED: ...... ", + "create.boiler.via_one_engine": "UNLOCALIZED: via 1 engine", + "create.boiler.via_engines": "UNLOCALIZED: via %1$s engines", + + "create.gui.schedule.lmb_edit": "UNLOCALIZED: Left-Click to Edit", + "create.gui.schedule.rmb_remove": "UNLOCALIZED: Right-Click to Remove", + "create.gui.schedule.duplicate": "UNLOCALIZED: Duplicate", + "create.gui.schedule.remove_entry": "UNLOCALIZED: Remove Action", + "create.gui.schedule.add_entry": "UNLOCALIZED: Add Action", + "create.gui.schedule.move_up": "UNLOCALIZED: Move up", + "create.gui.schedule.move_down": "UNLOCALIZED: Move down", + "create.gui.schedule.add_condition": "UNLOCALIZED: Add Condition", + "create.gui.schedule.alternative_condition": "UNLOCALIZED: Alternative Condition", + + "create.schedule.instruction_type": "UNLOCALIZED: Next Action:", + "create.schedule.instruction.editor": "UNLOCALIZED: Instruction Editor", + "create.schedule.instruction.destination": "UNLOCALIZED: Travel to Station", + "create.schedule.instruction.destination.summary": "UNLOCALIZED: Next Stop:", + "create.schedule.instruction.filter_edit_box": "UNLOCALIZED: Station Name", + "create.schedule.instruction.filter_edit_box_1": "UNLOCALIZED: Use * as a text wildcard", + "create.schedule.instruction.filter_edit_box_2": "UNLOCALIZED: Example: 'My Station, Platform *'", + "create.schedule.instruction.filter_edit_box_3": "UNLOCALIZED: Train picks nearest unoccupied match", + "create.schedule.instruction.rename": "UNLOCALIZED: Update Schedule Title", + "create.schedule.instruction.rename.summary": "UNLOCALIZED: New Title:", + "create.schedule.instruction.name_edit_box": "UNLOCALIZED: Schedule Title", + "create.schedule.instruction.name_edit_box_1": "UNLOCALIZED: Affects text shown on displays", + "create.schedule.instruction.name_edit_box_2": "UNLOCALIZED: Defaults to next destination's name", + "create.schedule.instruction.throttle": "UNLOCALIZED: Limit Max Speed", + "create.schedule.instruction.throttle.summary": "UNLOCALIZED: Change Max Speed to %1$s", + "create.schedule.instruction.throttle_edit_box": "UNLOCALIZED: Throttle", + "create.schedule.instruction.throttle_edit_box_1": "UNLOCALIZED: Affects the top speed of the Train", + "create.schedule.condition_type": "UNLOCALIZED: Continue if/after:", + "create.schedule.condition.editor": "UNLOCALIZED: Condition Editor", + "create.schedule.condition.delay": "UNLOCALIZED: Scheduled Delay", + "create.schedule.condition.delay_short": "UNLOCALIZED: Wait: %1$s", + "create.schedule.condition.delay.status": "UNLOCALIZED: Departs in %1$s", + "create.schedule.condition.idle": "UNLOCALIZED: Cargo Inactivity", + "create.schedule.condition.idle_short": "UNLOCALIZED: Cargo Idle: %1$s", + "create.schedule.condition.idle.status": "UNLOCALIZED: Cargo Idle for %1$s", + "create.schedule.condition.for_x_time": "UNLOCALIZED: for %1$s", + "create.schedule.condition.unloaded": "UNLOCALIZED: Chunk Unloaded", + "create.schedule.condition.unloaded.status": "UNLOCALIZED: Waiting for chunk unload", + "create.schedule.condition.powered": "UNLOCALIZED: Station Powered", + "create.schedule.condition.powered.status": "UNLOCALIZED: Waiting for redstone", + "create.schedule.condition.time_of_day": "UNLOCALIZED: Time of Day", + "create.schedule.condition.time_of_day.scheduled": "UNLOCALIZED: Scheduled Time: %1$s", + "create.schedule.condition.time_of_day.digital_format": "UNLOCALIZED: %1$s:%3$s %4$s", + "create.schedule.condition.time_of_day.rotation": "UNLOCALIZED: Rotation", + "create.schedule.condition.time_of_day.rotation.every_24": "UNLOCALIZED: Every Day", + "create.schedule.condition.time_of_day.rotation.every_12": "UNLOCALIZED: Every 12:00", + "create.schedule.condition.time_of_day.rotation.every_6": "UNLOCALIZED: Every 6:00", + "create.schedule.condition.time_of_day.rotation.every_4": "UNLOCALIZED: Every 4:00", + "create.schedule.condition.time_of_day.rotation.every_3": "UNLOCALIZED: Every 3:00", + "create.schedule.condition.time_of_day.rotation.every_2": "UNLOCALIZED: Every 2:00", + "create.schedule.condition.time_of_day.rotation.every_1": "UNLOCALIZED: Every 1:00", + "create.schedule.condition.time_of_day.rotation.every_0_45": "UNLOCALIZED: Every 0:45", + "create.schedule.condition.time_of_day.rotation.every_0_30": "UNLOCALIZED: Every 0:30", + "create.schedule.condition.time_of_day.rotation.every_0_15": "UNLOCALIZED: Every 0:15", + "create.schedule.condition.time_of_day.status": "UNLOCALIZED: Departs at ", + "create.schedule.condition.threshold.train_holds": "UNLOCALIZED: Train holds %1$s", + "create.schedule.condition.threshold.greater": "UNLOCALIZED: more than", + "create.schedule.condition.threshold.less": "UNLOCALIZED: less than", + "create.schedule.condition.threshold.equal": "UNLOCALIZED: exactly", + "create.schedule.condition.threshold.x_units_of_item": "UNLOCALIZED: %1$s %2$s of %3$s", + "create.schedule.condition.threshold.matching_content": "UNLOCALIZED: Matching Content", + "create.schedule.condition.threshold.anything": "UNLOCALIZED: Anything", + "create.schedule.condition.threshold.item_measure": "UNLOCALIZED: Item Measure", + "create.schedule.condition.threshold.items": "UNLOCALIZED: Items", + "create.schedule.condition.threshold.stacks": "UNLOCALIZED: Stacks", + "create.schedule.condition.threshold.buckets": "UNLOCALIZED: Buckets", + "create.schedule.condition.threshold.status": "UNLOCALIZED: Cargo: %1$s/%2$s %3$s", + "create.schedule.condition.threshold.place_item": "UNLOCALIZED: Reference Item", + "create.schedule.condition.threshold.place_item_2": "UNLOCALIZED: Filters can be used", + "create.schedule.condition.threshold.place_item_3": "UNLOCALIZED: Leave empty to match any", + "create.schedule.condition.fluid_threshold": "UNLOCALIZED: Fluid Cargo Condition", + "create.schedule.condition.item_threshold": "UNLOCALIZED: Item Cargo Condition", + "create.schedule.condition.redstone_link": "UNLOCALIZED: Redstone Link", + "create.schedule.condition.redstone_link.status": "UNLOCALIZED: Waiting for redstone link", + "create.schedule.condition.redstone_link_on": "UNLOCALIZED: Link On", + "create.schedule.condition.redstone_link_off": "UNLOCALIZED: Link Off", + "create.schedule.condition.redstone_link.powered": "UNLOCALIZED: Powered", + "create.schedule.condition.redstone_link.unpowered": "UNLOCALIZED: Not powered", + "create.schedule.condition.redstone_link.frequency_state": "UNLOCALIZED: Frequency state:", + "create.schedule.condition.redstone_link.frequency_powered": "UNLOCALIZED: Frequency powered:", + "create.schedule.condition.redstone_link.frequency_unpowered": "UNLOCALIZED: Frequency not powered:", + "create.schedule.condition.player_count": "UNLOCALIZED: Players Seated", + "create.schedule.condition.player_count.summary": "UNLOCALIZED: %1$s Player", + "create.schedule.condition.player_count.summary_plural": "UNLOCALIZED: %1$s Players", + "create.schedule.condition.player_count.seated": "UNLOCALIZED: %1$s seated", + "create.schedule.condition.player_count.players": "UNLOCALIZED: Players", + "create.schedule.condition.player_count.condition": "UNLOCALIZED: Conditional", + "create.schedule.condition.player_count.exactly": "UNLOCALIZED: Exactly", + "create.schedule.condition.player_count.or_above": "UNLOCALIZED: Or above", + "create.schedule.condition.player_count.status": "UNLOCALIZED: Passengers: %1$s/%2$s", + "create.schedule.loop": "UNLOCALIZED: Loop Forever", + "create.schedule.loop1": "UNLOCALIZED: Schedule starts over", + "create.schedule.loop2": "UNLOCALIZED: when completed", + "create.schedule.reset": "UNLOCALIZED: Reset Progress", + "create.schedule.skip": "UNLOCALIZED: Skip current Stop", + "create.schedule.applied_to_train": "UNLOCALIZED: Train is now following this Schedule", + "create.schedule.non_controlling_seat": "UNLOCALIZED: Conductor needs to sit in front of a Controls block", + "create.schedule.remove_with_empty_hand": "UNLOCALIZED: Remove current Schedule with an Empty Hand", + "create.schedule.auto_removed_from_train": "UNLOCALIZED: Auto-Schedule discarded", + "create.schedule.removed_from_train": "UNLOCALIZED: Schedule retrieved from Train", + "create.schedule.no_stops": "UNLOCALIZED: This Schedule does not have any Stops yet", + "create.schedule.continued": "UNLOCALIZED: Schedule resumed", + + "create.track.selection_cleared": "UNLOCALIZED: Selection Cleared", + "create.track.valid_connection": "UNLOCALIZED: Can Connect ✔", + "create.track.second_point": "UNLOCALIZED: Place track or select a second point", + "create.track.too_far": "UNLOCALIZED: Too far away", + "create.track.original_missing": "UNLOCALIZED: Original block removed, Sneak-click to reset", + "create.track.perpendicular": "UNLOCALIZED: Cannot connect perpendicularly", + "create.track.ascending_s_curve": "UNLOCALIZED: Cannot create sloped S-Bends", + "create.track.too_sharp": "UNLOCALIZED: Turn too sharp", + "create.track.too_steep": "UNLOCALIZED: Slope too steep", + "create.track.slope_turn": "UNLOCALIZED: Cannot enter or leave slope on a turn", + "create.track.opposing_slopes": "UNLOCALIZED: Cannot connect opposing slopes", + "create.track.leave_slope_ascending": "UNLOCALIZED: Cannot leave this slope while ascending", + "create.track.leave_slope_descending": "UNLOCALIZED: Cannot leave this slope while descending", + "create.track.turn_90": "UNLOCALIZED: Can only turn up to 90 Degrees", + "create.track.junction_start": "UNLOCALIZED: Cannot start connection from a Junction", + "create.track.turn_start": "UNLOCALIZED: Cannot start connection from a Turn", + "create.track.not_enough_tracks": "UNLOCALIZED: Not holding enough tracks", + "create.track.not_enough_pavement": "UNLOCALIZED: Not holding enough pavement blocks", + + "create.portal_track.failed": "UNLOCALIZED: Cannot place portal track:", + "create.portal_track.missing": "UNLOCALIZED: Target portal not generated yet", + "create.portal_track.blocked": "UNLOCALIZED: Target location blocked (%1$s,%2$s,%3$s)", + + "create.station.idle": "UNLOCALIZED: Station is Idle", + "create.station.assembly_title": "UNLOCALIZED: Train Assembly", + "create.station.close": "UNLOCALIZED: Close Window", + "create.station.cancel": "UNLOCALIZED: Cancel Assembly", + "create.station.failed": "UNLOCALIZED: Assembly Failed", + "create.station.icon_type": "UNLOCALIZED: Icon Type", + "create.station.create_train": "UNLOCALIZED: Create new Train", + "create.station.assemble_train": "UNLOCALIZED: Assemble Train", + "create.station.disassemble_train": "UNLOCALIZED: Disassemble Train", + "create.station.remove_schedule": "UNLOCALIZED: Retrieve Schedule", + "create.station.remove_auto_schedule": "UNLOCALIZED: Discard Auto-Schedule", + "create.station.no_assembly_diagonal": "UNLOCALIZED: Cannot build trains", + "create.station.no_assembly_diagonal_1": "UNLOCALIZED: on diagonal tracks", + "create.station.no_assembly_curve": "UNLOCALIZED: Cannot build trains", + "create.station.no_assembly_curve_1": "UNLOCALIZED: on curved tracks", + "create.station.train_not_aligned": "UNLOCALIZED: Cannot disassemble,", + "create.station.train_not_aligned_1": "UNLOCALIZED: not all carriages aligned", + "create.station.carriage_number": "UNLOCALIZED: Carriage %1$s:", + "create.station.retry": "UNLOCALIZED: Resolve this and retry", + "create.station.no_bogeys": "UNLOCALIZED: No Bogeys", + "create.station.one_bogey": "UNLOCALIZED: 1 Bogey", + "create.station.more_bogeys": "UNLOCALIZED: %1$s Bogeys", + "create.station.how_to": "UNLOCALIZED: Use Train Casing on highlighted Tracks to create bogeys.", + "create.station.how_to_1": "UNLOCALIZED: Remove bogeys by breaking the block on top.", + "create.station.how_to_2": "UNLOCALIZED: Build carriages attached to one or two bogeys each.", + + "create.train_assembly.too_many_bogeys": "UNLOCALIZED: Too many Bogeys attached: %1$s", + "create.train_assembly.frontmost_bogey_at_station": "UNLOCALIZED: Frontmost Bogey must be at Station Marker", + "create.train_assembly.no_bogeys": "UNLOCALIZED: No Bogeys Found", + "create.train_assembly.not_connected_in_order": "UNLOCALIZED: Bogeys are not connected in order", + "create.train_assembly.bogeys_too_close": "UNLOCALIZED: Bogeys %1$s and %2$s are too close to each other", + "create.train_assembly.single_bogey_carriage": "UNLOCALIZED: This Bogey type cannot support a carriage on its own", + "create.train_assembly.nothing_attached": "UNLOCALIZED: No structure attached to Bogey %1$s", + "create.train_assembly.no_controls": "UNLOCALIZED: At least one forward-facing controls block needs to be mounted on the train", + "create.train_assembly.sideways_controls": "UNLOCALIZED: A mounted controls block is facing sideways", + "create.train_assembly.bogey_created": "UNLOCALIZED: Bogey created. Click again to cycle type", + "create.train_assembly.requires_casing": "UNLOCALIZED: Use Railway Casing to create bogeys on tracks", + + "create.track_target.set": "UNLOCALIZED: Targeted track selected", + "create.track_target.success": "UNLOCALIZED: Successfully bound to targeted track", + "create.track_target.clear": "UNLOCALIZED: Cleared track selection", + "create.track_target.missing": "UNLOCALIZED: Right-click the targeted train track first", + "create.track_target.too_far": "UNLOCALIZED: Targeted track is too far from here", + "create.track_target.no_junctions": "UNLOCALIZED: Targeted track cannot be an intersection", + "create.track_target.occupied": "UNLOCALIZED: Targeted track is occupied", + "create.track_target.invalid": "UNLOCALIZED: Cannot target this track here", + + "create.train.unnamed": "UNLOCALIZED: Unnamed Train", + "create.train.cannot_relocate_moving": "UNLOCALIZED: Cannot relocate a moving Train", + "create.train.relocate": "UNLOCALIZED: Click a Track to Relocate %1$s to. Sneak-Click to abort", + "create.train.relocate.abort": "UNLOCALIZED: Relocation aborted", + "create.train.relocate.success": "UNLOCALIZED: Relocation successful", + "create.train.relocate.valid": "UNLOCALIZED: Can relocate to here, Click to Confirm", + "create.train.relocate.invalid": "UNLOCALIZED: Cannot relocate Train to here", + "create.train.relocate.too_far": "UNLOCALIZED: Cannot relocate Train this far away", + "create.train.departing_from": "UNLOCALIZED: Departing from %1$s", + "create.train.arrived_at": "UNLOCALIZED: Arrived at %1$s", + "create.train.status": "UNLOCALIZED: Information about Train: %1$s", + "create.train.status.back_on_track": "UNLOCALIZED: Train is back on Track", + "create.train.status.collision": "UNLOCALIZED: Collision with other Train", + "create.train.status.end_of_track": "UNLOCALIZED: A Carriage has reached the end of its Track", + "create.train.status.double_portal": "UNLOCALIZED: A Carriage cannot enter a portal whilst leaving another", + "create.train.status.coupling_stress": "UNLOCALIZED: Forced stop due to Stress on Couplings", + "create.train.status.track_missing": "UNLOCALIZED: Tracks are missing beneath the Train", + "create.train.status.paused_for_manual": "UNLOCALIZED: Schedule paused for manual controls", + "create.train.status.opposite_driver": "UNLOCALIZED: Path requires a driver facing the opposite direction", + "create.train.status.missing_driver": "UNLOCALIZED: Driver has gone missing", + "create.train.status.found_driver": "UNLOCALIZED: A new driver has been found", + "create.train.status.navigation_success": "UNLOCALIZED: Navigation succeeded", + "create.train.status.no_match": "UNLOCALIZED: No station on graph matches '%1$s'", + "create.train.status.no_path": "UNLOCALIZED: No suitable path to the next Scheduled destination could be found", + + "create.track_signal.cannot_change_mode": "UNLOCALIZED: Unable to switch mode of this Signal", + "create.track_signal.mode_change.entry_signal": "UNLOCALIZED: -> Allow passage if section unoccupied", + "create.track_signal.mode_change.cross_signal": "UNLOCALIZED: -> Allow passage if section fully traversable", + + "create.contraption.controls.start_controlling": "UNLOCALIZED: Now controlling: %1$s", + "create.contraption.controls.stop_controlling": "UNLOCALIZED: Stopped controlling contraption", + "create.contraption.controls.approach_station": "UNLOCALIZED: Hold %1$s to approach %2$s", + + "create.display_link.set": "UNLOCALIZED: Targeted position selected", + "create.display_link.success": "UNLOCALIZED: Successfully bound to targeted position", + "create.display_link.clear": "UNLOCALIZED: Cleared position selection", + "create.display_link.too_far": "UNLOCALIZED: Targeted position is too far from here", + "create.display_link.invalid": "UNLOCALIZED: Link has no valid target, try placing it again", + "create.display_link.title": "UNLOCALIZED: Display Link", + "create.display_link.no_source": "UNLOCALIZED: Not a Display Source", + "create.display_link.no_target": "UNLOCALIZED: Not a Display Target", + "create.display_link.reading_from": "UNLOCALIZED: Read from:", + "create.display_link.writing_to": "UNLOCALIZED: Send to:", + "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", + "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", + "create.display_link.view_compatible": "UNLOCALIZED: Click to view all Compatible", + "create.display_link.information_type": "UNLOCALIZED: Type of Information", + "create.display_link.display_on": "UNLOCALIZED: Write data to:", + "create.display_link.display_on_multiline": "UNLOCALIZED: Start writing at:", + + "create.display_source.label": "UNLOCALIZED: Attached Label", + "create.display_source.combine_item_names": "UNLOCALIZED: Combine Item Names", + "create.display_source.count_items": "UNLOCALIZED: Amount of matching Items", + "create.display_source.list_items": "UNLOCALIZED: List matching Items", + "create.display_source.fluid_amount": "UNLOCALIZED: Amount of matching Fluids", + "create.display_source.list_fluids": "UNLOCALIZED: List matching Fluids", + "create.display_source.nixie_tube": "UNLOCALIZED: Copy Nixie Tubes", + "create.display_source.fill_level": "UNLOCALIZED: Container Fill Level", + "create.display_source.fill_level.display": "UNLOCALIZED: Display Format", + "create.display_source.fill_level.percent": "UNLOCALIZED: Percent", + "create.display_source.fill_level.progress_bar": "UNLOCALIZED: Progress Bar", + "create.display_source.value_list.display": "UNLOCALIZED: Value Display", + "create.display_source.value_list.shortened": "UNLOCALIZED: Shortened", + "create.display_source.value_list.full_number": "UNLOCALIZED: Full Number", + "create.display_source.value_list.thousand": "UNLOCALIZED: k", + "create.display_source.value_list.million": "UNLOCALIZED: m", + "create.display_source.player_deaths": "UNLOCALIZED: Player Deaths", + "create.display_source.scoreboard": "UNLOCALIZED: Scoreboard", + "create.display_source.scoreboard.objective": "UNLOCALIZED: Objective ID", + "create.display_source.scoreboard.objective_not_found": "UNLOCALIZED: '%1$s' not found", + "create.display_source.scoreboard.objective.deaths": "UNLOCALIZED: Player Deaths", + "create.display_source.time_of_day": "UNLOCALIZED: Time of Day", + "create.display_source.stop_watch": "UNLOCALIZED: Stopwatch", + "create.display_source.time.format": "UNLOCALIZED: Time Format", + "create.display_source.time.12_hour": "UNLOCALIZED: 12-hour", + "create.display_source.time.24_hour": "UNLOCALIZED: 24-hour", + "create.display_source.accumulate_items": "UNLOCALIZED: Accumulate Item Count", + "create.display_source.item_throughput": "UNLOCALIZED: Item Throughput", + "create.display_source.item_throughput.interval": "UNLOCALIZED: Interval", + "create.display_source.item_throughput.interval.second": "UNLOCALIZED: per Second", + "create.display_source.item_throughput.interval.minute": "UNLOCALIZED: per Minute", + "create.display_source.item_throughput.interval.hour": "UNLOCALIZED: per Hour", + "create.display_source.train_status": "UNLOCALIZED: Train Schedule Status", + "create.display_source.station_summary": "UNLOCALIZED: Train Station Summary", + "create.display_source.station_summary.filter": "UNLOCALIZED: Station name filter", + "create.display_source.station_summary.train_name_column": "UNLOCALIZED: Train column size", + "create.display_source.station_summary.platform_column": "UNLOCALIZED: Platform column size", + "create.display_source.station_summary.now": "UNLOCALIZED: now", + "create.display_source.station_summary.minutes": "UNLOCALIZED: min", + "create.display_source.station_summary.seconds": "UNLOCALIZED: %1$ss", + "create.display_source.observed_train_name": "UNLOCALIZED: Detected Train Name", + "create.display_source.max_enchant_level": "UNLOCALIZED: Max Enchanting Cost", + "create.display_source.boiler_status": "UNLOCALIZED: Boiler Status", + "create.display_source.entity_name": "UNLOCALIZED: Entity Name", + "create.display_source.kinetic_speed": "UNLOCALIZED: Rotation Speed (RPM)", + "create.display_source.kinetic_speed.absolute": "UNLOCALIZED: Ignore Direction", + "create.display_source.kinetic_speed.directional": "UNLOCALIZED: Include Direction", + "create.display_source.kinetic_stress": "UNLOCALIZED: Network Stress", + "create.display_source.kinetic_stress.display": "UNLOCALIZED: Displayed Info", + "create.display_source.kinetic_stress.progress_bar": "UNLOCALIZED: Progress Bar", + "create.display_source.kinetic_stress.percent": "UNLOCALIZED: Percentage", + "create.display_source.kinetic_stress.current": "UNLOCALIZED: Stress in SU", + "create.display_source.kinetic_stress.max": "UNLOCALIZED: Total Capacity", + "create.display_source.kinetic_stress.remaining": "UNLOCALIZED: Remaining SU", + "create.display_source.redstone_power": "UNLOCALIZED: Redstone Power", + "create.display_source.redstone_power.display": "UNLOCALIZED: Display Format", + "create.display_source.redstone_power.number": "UNLOCALIZED: Number", + "create.display_source.redstone_power.progress_bar": "UNLOCALIZED: Progress Bar", + "create.display_source.boiler.not_enough_space": "UNLOCALIZED: Not enough space ", + "create.display_source.boiler.for_boiler_status": "UNLOCALIZED: for Boiler Status", + + "create.display_target.line": "UNLOCALIZED: Line %1$s", + "create.display_target.page": "UNLOCALIZED: Page %1$s", + "create.display_target.single_line": "UNLOCALIZED: Single Line", + + "create.flap_display.cycles.alphabet": "UNLOCALIZED: ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", + "create.flap_display.cycles.numeric": "UNLOCALIZED: ;0;1;2;3;4;5;6;7;8;9", + "create.flap_display.cycles.arrival_time": "UNLOCALIZED: ; min;now;15s;30s;45s", + "create.flap_display.cycles.shortened_numbers": "UNLOCALIZED: ;K;M", + "create.flap_display.cycles.fluid_units": "UNLOCALIZED: mB;B ", + "create.flap_display.cycles.instant": "UNLOCALIZED: ; ", + "create.flap_display.cycles.pixel": "UNLOCALIZED: █;▓;▒", + + "create.super_glue.too_far": "UNLOCALIZED: Selected area is too big", + "create.super_glue.cannot_reach": "UNLOCALIZED: Selected blocks must be connected", + "create.super_glue.click_to_confirm": "UNLOCALIZED: Click again to confirm", + "create.super_glue.click_to_discard": "UNLOCALIZED: Sneak-click to discard selection", + "create.super_glue.first_pos": "UNLOCALIZED: First position selected", + "create.super_glue.abort": "UNLOCALIZED: Selection discarded", + "create.super_glue.not_enough": "UNLOCALIZED: Not enough glue in inventory", + "create.super_glue.success": "UNLOCALIZED: Applying Glue...", + + "create.gui.config.overlay1": "UNLOCALIZED: Hi :)", + "create.gui.config.overlay2": "UNLOCALIZED: This is a sample overlay", + "create.gui.config.overlay3": "UNLOCALIZED: Click or drag with your mouse", + "create.gui.config.overlay4": "UNLOCALIZED: to move this preview", + "create.gui.config.overlay5": "UNLOCALIZED: Press ESC to exit this screen", + "create.gui.config.overlay6": "UNLOCALIZED: and save the new position", + "create.gui.config.overlay7": "UNLOCALIZED: Run /create overlay reset", + "create.gui.config.overlay8": "UNLOCALIZED: to reset to the default position", + + "create.command.killTPSCommand": "UNLOCALIZED: killtps", + "create.command.killTPSCommand.status.slowed_by.0": "UNLOCALIZED: [Create]: Server tick is currently slowed by %s ms :o", + "create.command.killTPSCommand.status.slowed_by.1": "UNLOCALIZED: [Create]: Server tick is slowed by %s ms now >:)", + "create.command.killTPSCommand.status.slowed_by.2": "UNLOCALIZED: [Create]: Server tick is back to regular speed :D", + "create.command.killTPSCommand.status.usage.0": "UNLOCALIZED: [Create]: use /killtps stop to bring back server tick to regular speed", + "create.command.killTPSCommand.status.usage.1": "UNLOCALIZED: [Create]: use /killtps start to artificially slow down the server tick", + "create.command.killTPSCommand.argument.tickTime": "UNLOCALIZED: tickTime", + + "create.contraption.minecart_contraption_too_big": "UNLOCALIZED: This Cart Contraption seems too big to pick up", + "create.contraption.minecart_contraption_illegal_pickup": "UNLOCALIZED: A mystical force is binding this Cart Contraption to the world", + + + "_": "->------------------------] Subtitles [------------------------<-", + + "create.subtitle.contraption_disassemble": "UNLOCALIZED: Contraption stops", + "create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls", + "create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps", + "create.subtitle.whistle_train_manual": "UNLOCALIZED: Train honks", + "create.subtitle.steam": "UNLOCALIZED: Steam noises", + "create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates", + "create.subtitle.schematicannon_finish": "UNLOCALIZED: Schematicannon dings", + "create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts", + "create.subtitle.wrench_remove": "UNLOCALIZED: Component breaks", + "create.subtitle.train3": "UNLOCALIZED: Bogey wheels rumble muffled", + "create.subtitle.whistle": "UNLOCALIZED: Whistling", + "create.subtitle.cogs": "UNLOCALIZED: Cogwheels rumble", + "create.subtitle.slime_added": "UNLOCALIZED: Slime squishes", + "create.subtitle.whistle_train_low": "UNLOCALIZED: Low whistling", + "create.subtitle.schematicannon_launch_block": "UNLOCALIZED: Schematicannon fires", + "create.subtitle.controller_take": "UNLOCALIZED: Lectern empties", + "create.subtitle.crafter_click": "UNLOCALIZED: Crafter clicks", + "create.subtitle.depot_plop": "UNLOCALIZED: Item lands", + "create.subtitle.confirm": "UNLOCALIZED: Affirmative ding", + "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.sanding_long": "UNLOCALIZED: Sanding noises", + "create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises", + "create.subtitle.depot_slide": "UNLOCALIZED: Item slides", + "create.subtitle.blaze_munch": "UNLOCALIZED: Blaze Burner munches", + "create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps", + "create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls", + "create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks", + "create.subtitle.controller_put": "UNLOCALIZED: Controller thumps", + "create.subtitle.cranking": "UNLOCALIZED: Hand Crank turns", + "create.subtitle.sanding_short": "UNLOCALIZED: Sanding noises", + "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.whistle_high": "UNLOCALIZED: High whistling", + "create.subtitle.whistle_train_manual_low": "UNLOCALIZED: Train honks", + "create.subtitle.whistle_train": "UNLOCALIZED: Whistling", + "create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens", + "create.subtitle.train": "UNLOCALIZED: Bogey wheels rumble", + "create.subtitle.deny": "UNLOCALIZED: Declining boop", + "create.subtitle.controller_click": "UNLOCALIZED: Controller clicks", + "create.subtitle.whistle_low": "UNLOCALIZED: Low whistling", + "create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks", + "create.subtitle.mechanical_press_activation": "UNLOCALIZED: Mechanical Press clangs", + "create.subtitle.contraption_assemble": "UNLOCALIZED: Contraption moves", + + + "_": "->------------------------] Item Descriptions [------------------------<-", + + "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", + "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", + "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", + "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", + "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", + "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", + "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", + "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", + + "block.create.wooden_bracket.tooltip": "UNLOCALIZED: WOODEN BRACKET", + "block.create.wooden_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with a cozy and wooden bit of reinforcement.", + + "block.create.metal_bracket.tooltip": "UNLOCALIZED: METAL BRACKET", + "block.create.metal_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with an industrial and sturdy bit of reinforcement.", + + "block.create.seat.tooltip": "UNLOCALIZED: SEAT", + "block.create.seat.tooltip.summary": "UNLOCALIZED: Sit yourself down and enjoy the ride! Will anchor a player onto a moving _contraption_. Great for static furniture too! Comes in a variety of colours.", + "block.create.seat.tooltip.condition1": "UNLOCALIZED: Right click on Seat", + "block.create.seat.tooltip.behaviour1": "UNLOCALIZED: Sits the player on the _Seat_. Press L-shift to leave the _Seat_.", + + "item.create.blaze_cake.tooltip": "UNLOCALIZED: BLAZE CAKE", + "item.create.blaze_cake.tooltip.summary": "UNLOCALIZED: A Delicious treat for your hard-working _Blaze Burners_. Gets them all fired up!", + + "item.create.wand_of_symmetry.tooltip": "UNLOCALIZED: SYMMETRY WAND", + "item.create.wand_of_symmetry.tooltip.summary": "UNLOCALIZED: Perfectly mirrors Block placement across configured planes.", + "item.create.wand_of_symmetry.tooltip.condition1": "UNLOCALIZED: When in Hotbar", + "item.create.wand_of_symmetry.tooltip.behaviour1": "UNLOCALIZED: Stays Active", + "item.create.wand_of_symmetry.tooltip.control1": "UNLOCALIZED: R-Click on Ground", + "item.create.wand_of_symmetry.tooltip.action1": "UNLOCALIZED: _Creates_ or _Moves_ the Mirror", + "item.create.wand_of_symmetry.tooltip.control2": "UNLOCALIZED: R-Click in the Air", + "item.create.wand_of_symmetry.tooltip.action2": "UNLOCALIZED: _Removes_ the active Mirror", + "item.create.wand_of_symmetry.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", + "item.create.wand_of_symmetry.tooltip.action3": "UNLOCALIZED: Opens the _Configuration Interface_", + + "item.create.handheld_worldshaper.tooltip": "UNLOCALIZED: HANDHELD WORLDSHAPER", + "item.create.handheld_worldshaper.tooltip.summary": "UNLOCALIZED: Handy tool for creating _landscapes_ and _terrain features_.", + "item.create.handheld_worldshaper.tooltip.control1": "UNLOCALIZED: L-Click at Block", + "item.create.handheld_worldshaper.tooltip.action1": "UNLOCALIZED: Sets blocks placed by the tool to the targeted block.", + "item.create.handheld_worldshaper.tooltip.control2": "UNLOCALIZED: R-Click at Block", + "item.create.handheld_worldshaper.tooltip.action2": "UNLOCALIZED: Applies the currently selected _Brush_ and _Tool_ at the targeted location.", + "item.create.handheld_worldshaper.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", + "item.create.handheld_worldshaper.tooltip.action3": "UNLOCALIZED: Opens the _Configuration Interface_", + + "item.create.tree_fertilizer.tooltip": "UNLOCALIZED: TREE FERTILIZER", + "item.create.tree_fertilizer.tooltip.summary": "UNLOCALIZED: A powerful combination of minerals suitable for speeding up the growth of common tree types.", + "item.create.tree_fertilizer.tooltip.condition1": "UNLOCALIZED: When used on a Sapling", + "item.create.tree_fertilizer.tooltip.behaviour1": "UNLOCALIZED: Grows Trees _regardless_ of their _spacing conditions_", + + "item.create.extendo_grip.tooltip": "UNLOCALIZED: EXTENDO GRIP", + "item.create.extendo_grip.tooltip.summary": "UNLOCALIZED: Boioioing! Greatly _increases reach distance_ of the wielder. Can be powered with Air Pressure from a _Copper_ _Backtank_", + "item.create.extendo_grip.tooltip.condition1": "UNLOCALIZED: When in Off-Hand", + "item.create.extendo_grip.tooltip.behaviour1": "UNLOCALIZED: Increases _reach distance_ of items used in the _Main-Hand_.", + "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.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.filter.tooltip": "UNLOCALIZED: FILTER", + "item.create.filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of items_ or several _nested filters_.", + "item.create.filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", + "item.create.filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", + "item.create.filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", + "item.create.filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", + + "item.create.attribute_filter.tooltip": "UNLOCALIZED: ATTRIBUTE FILTER", + "item.create.attribute_filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of_ item _attributes_ and _categories_.", + "item.create.attribute_filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", + "item.create.attribute_filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", + "item.create.attribute_filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", + "item.create.attribute_filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", + + "item.create.empty_schematic.tooltip": "UNLOCALIZED: EMPTY SCHEMATIC", + "item.create.empty_schematic.tooltip.summary": "UNLOCALIZED: Used as a recipe ingredient and for writing at the _Schematic Table_.", + + "item.create.schematic.tooltip": "UNLOCALIZED: SCHEMATIC", + "item.create.schematic.tooltip.summary": "UNLOCALIZED: Holds a structure to be positioned and placed into the world. Position the Hologram as desired and use a _Schematicannon_ to build it.", + "item.create.schematic.tooltip.condition1": "UNLOCALIZED: When Held", + "item.create.schematic.tooltip.behaviour1": "UNLOCALIZED: Can be positioned using the Tools on Screen.", + "item.create.schematic.tooltip.control1": "UNLOCALIZED: R-Click while Sneaking", + "item.create.schematic.tooltip.action1": "UNLOCALIZED: Opens an _Interface_ for entering exact _Coordinates_.", + + "item.create.schematic_and_quill.tooltip": "UNLOCALIZED: SCHEMATIC AND QUILL", + "item.create.schematic_and_quill.tooltip.summary": "UNLOCALIZED: Used for saving a Structure in your world to a .nbt file.", + "item.create.schematic_and_quill.tooltip.condition1": "UNLOCALIZED: Step 1", + "item.create.schematic_and_quill.tooltip.behaviour1": "UNLOCALIZED: Select two corner points using R-Click.", + "item.create.schematic_and_quill.tooltip.condition2": "UNLOCALIZED: Step 2", + "item.create.schematic_and_quill.tooltip.behaviour2": "UNLOCALIZED: _Ctrl-Scroll_ on the faces to adjust the size. R-Click again to Save.", + "item.create.schematic_and_quill.tooltip.control1": "UNLOCALIZED: R-Click", + "item.create.schematic_and_quill.tooltip.action1": "UNLOCALIZED: Select a corner point / confirm save.", + "item.create.schematic_and_quill.tooltip.control2": "UNLOCALIZED: Ctrl Held", + "item.create.schematic_and_quill.tooltip.action2": "UNLOCALIZED: Select points in _mid-air_. _Scroll_ to adjust the distance.", + "item.create.schematic_and_quill.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", + "item.create.schematic_and_quill.tooltip.action3": "UNLOCALIZED: _Resets_ and removes the selection.", + + "block.create.schematicannon.tooltip": "UNLOCALIZED: SCHEMATICANNON", + "block.create.schematicannon.tooltip.summary": "UNLOCALIZED: Shoots blocks to recreate a deployed _Schematic_ in the World. Uses items from adjacent Inventories and _Gunpowder_ as fuel.", + "block.create.schematicannon.tooltip.condition1": "UNLOCALIZED: When R-Clicked", + "block.create.schematicannon.tooltip.behaviour1": "UNLOCALIZED: Opens the _Interface_", + + "block.create.schematic_table.tooltip": "UNLOCALIZED: SCHEMATIC TABLE", + "block.create.schematic_table.tooltip.summary": "UNLOCALIZED: Writes saved Schematics onto an _Empty Schematic_.", + "block.create.schematic_table.tooltip.condition1": "UNLOCALIZED: When given an Empty Schematic", + "block.create.schematic_table.tooltip.behaviour1": "UNLOCALIZED: Uploads a chosen File from your Schematics Folder.", + + "item.create.goggles.tooltip": "UNLOCALIZED: GOGGLES", + "item.create.goggles.tooltip.summary": "UNLOCALIZED: A pair of glasses to augment your vision with useful _kinetic information_.", + "item.create.goggles.tooltip.condition1": "UNLOCALIZED: When worn", + "item.create.goggles.tooltip.behaviour1": "UNLOCALIZED: Shows _colored indicators_ corresponding to the _Speed Level_ of a placed kinetic component as well as _Stress Impact_ and _Capacity_ of individual components.", + "item.create.goggles.tooltip.condition2": "UNLOCALIZED: When looking at gauge", + "item.create.goggles.tooltip.behaviour2": "UNLOCALIZED: Shows detailed information about _Speed_ or _Stress_ of the network to which the gauge is connected.", + "item.create.goggles.tooltip.condition3": "UNLOCALIZED: When looking at fluid containers", + "item.create.goggles.tooltip.behaviour3": "UNLOCALIZED: Shows detailed information about the _Capacity_ of the block and any _Fluids_ stored within.", + + "item.create.wrench.tooltip": "UNLOCALIZED: WRENCH", + "item.create.wrench.tooltip.summary": "UNLOCALIZED: A useful tool for working on kinetic contraptions. Can be used to _Rotate_, _Dismantle_ and to _Configure_ components.", + "item.create.wrench.tooltip.control1": "UNLOCALIZED: Right-Click a kinetic block", + "item.create.wrench.tooltip.action1": "UNLOCALIZED: _Rotates components_ toward or away from the face with which you interacted.", + "item.create.wrench.tooltip.control2": "UNLOCALIZED: R-Click while Sneaking", + "item.create.wrench.tooltip.action2": "UNLOCALIZED: _Disassembles Kinetic components_ and places them back in _your inventory_.", + + "block.create.nozzle.tooltip": "UNLOCALIZED: NOZZLE", + "block.create.nozzle.tooltip.summary": "UNLOCALIZED: Attach to the front of an _Encased Fan_ to distribute its effect on Entities in _all directions_.", + + "block.create.cuckoo_clock.tooltip": "UNLOCALIZED: CUCKOO CLOCK", + "block.create.cuckoo_clock.tooltip.summary": "UNLOCALIZED: Fine craftsmanship for _decorating_ a space and _keeping track of time_.", + "block.create.cuckoo_clock.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", + "block.create.cuckoo_clock.tooltip.behaviour1": "UNLOCALIZED: Shows the _current time_ and plays a tune twice a day. _Activates_ once at _noon_ and at dusk, as soon as _players can sleep_.", + + "block.create.turntable.tooltip": "UNLOCALIZED: TURNTABLE", + "block.create.turntable.tooltip.summary": "UNLOCALIZED: Turns _Rotational Force_ into refined Motion Sickness.", + + "block.create.toolbox.tooltip": "UNLOCALIZED: TOOLBOX", + "block.create.toolbox.tooltip.summary": "UNLOCALIZED: Every Inventors' dearest Companion. Conveniently _holds_ a large amount of _8 Different_ item types.", + "block.create.toolbox.tooltip.condition1": "UNLOCALIZED: When Picked Up", + "block.create.toolbox.tooltip.behaviour1": "UNLOCALIZED: _Retains_ Inventory _Contents_.", + "block.create.toolbox.tooltip.condition2": "UNLOCALIZED: When placed in Range", + "block.create.toolbox.tooltip.behaviour2": "UNLOCALIZED: _Nearby_ _Players_ can hold the _Toolbox_ _Keybind_ to access its contents _Remotely_.", + "block.create.toolbox.tooltip.condition3": "UNLOCALIZED: When R-Clicked", + "block.create.toolbox.tooltip.behaviour3": "UNLOCALIZED: Opens the _Container Interface_.", + + "block.create.stockpile_switch.tooltip": "UNLOCALIZED: STOCKPILE SWITCH", + "block.create.stockpile_switch.tooltip.summary": "UNLOCALIZED: Toggles a Redstone signal based on the amount of _Stored Items_ or _Fluids_ in the attached Container. Comes with a handy filter. As opposed to a _Comparator,_ the _Stockpile Switch_ allows configuration of _thresholds,_ at which signals are inverted.", + "block.create.stockpile_switch.tooltip.condition1": "UNLOCALIZED: When R-Clicked", + "block.create.stockpile_switch.tooltip.behaviour1": "UNLOCALIZED: Opens the _Configuration Interface_.", + + "block.create.content_observer.tooltip": "UNLOCALIZED: CONTENT OBSERVER", + "block.create.content_observer.tooltip.summary": "UNLOCALIZED: _Detects Items_ or _Fluids_ inside _containers_, _pipes_ or _conveyors_ matching a configured _filter_.", + "block.create.content_observer.tooltip.condition1": "UNLOCALIZED: When observing a Container", + "block.create.content_observer.tooltip.behaviour1": "UNLOCALIZED: Emits a _Redstone Signal_ while the observed container has _matching_ _content_.", + "block.create.content_observer.tooltip.condition2": "UNLOCALIZED: When observing a Funnel", + "block.create.content_observer.tooltip.behaviour2": "UNLOCALIZED: Emits a _Redstone Pulse_ when a _matching_ Item is _transferred_.", + + "block.create.creative_crate.tooltip": "UNLOCALIZED: CREATIVE CRATE", + "block.create.creative_crate.tooltip.summary": "UNLOCALIZED: This _Storage Container_ allows infinite replication of any item. Place next to a _Schematicannon_ to remove any material requirements.", + "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 your _Blaze Burners_. After eating this cake, Blaze Burners will _never run out of fuel_.", + "item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: When Used", + "item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Cycles_ a 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", + "block.create.controller_rail.tooltip.behaviour1": "UNLOCALIZED: _Accelerates_ or _Decelerates_ passing _minecarts_ corresponding to the _signal strength_. Propagates redstone power to adjacent controller rails. Powering two controller rails with different strengths will cause tracks between them to interpolate their signal.", + + "item.create.sand_paper.tooltip": "UNLOCALIZED: SAND PAPER", + "item.create.sand_paper.tooltip.summary": "UNLOCALIZED: A rough paper that can be used to _polish materials_. Can be automatically applied using the Deployer.", + "item.create.sand_paper.tooltip.condition1": "UNLOCALIZED: When Used", + "item.create.sand_paper.tooltip.behaviour1": "UNLOCALIZED: Applies polish to items held in the _offhand_ or lying on the _floor_ when _looking at them_", + + "item.create.builders_tea.tooltip": "UNLOCALIZED: BUILDERS TEA", + "item.create.builders_tea.tooltip.summary": "UNLOCALIZED: The perfect drink to get the day started- _Motivating_ and _Saturating._", + + "item.create.refined_radiance.tooltip": "UNLOCALIZED: REFINED RADIANCE", + "item.create.refined_radiance.tooltip.summary": "UNLOCALIZED: A Chromatic material forged from _absorbed light_.", + "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.shadow_steel.tooltip": "UNLOCALIZED: SHADOW STEEL", + "item.create.shadow_steel.tooltip.summary": "UNLOCALIZED: A Chromatic material forged _in the void_.", + "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.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.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.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.", + + "block.create.placard.tooltip": "UNLOCALIZED: PLACARD", + "block.create.placard.tooltip.summary": "UNLOCALIZED: _Frame_ your _items_ in brass using this fancy wall panel. Safe for contraptions!", + "block.create.placard.tooltip.condition1": "UNLOCALIZED: When R-Clicked with Item", + "block.create.placard.tooltip.behaviour1": "UNLOCALIZED: _Adds_ the held _item_ to the Placard. _Emits_ a brief _Redstone_ signal if a matching item was present already.", + "block.create.placard.tooltip.condition2": "UNLOCALIZED: When Punched", + "block.create.placard.tooltip.behaviour2": "UNLOCALIZED: _Removes_ the current _item_ in the frame.", + + "block.create.flywheel.tooltip": "UNLOCALIZED: FLYWHEEL", + "block.create.flywheel.tooltip.summary": "UNLOCALIZED: _Embellish_ your _Machines_ with this imposing Wheel of Brass.", + "block.create.flywheel.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", + "block.create.flywheel.tooltip.behaviour1": "UNLOCALIZED: Starts spinning.", + + "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.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.minecart_coupling.tooltip": "UNLOCALIZED: MINECART COUPLING", + "item.create.minecart_coupling.tooltip.summary": "UNLOCALIZED: _Chains_ all your _Minecarts_ or _Carriage Contraptions_ together to form a majestic Train.", + "item.create.minecart_coupling.tooltip.condition1": "UNLOCALIZED: When Used on Minecart", + "item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.", + + "item.create.experience_nugget.tooltip": "UNLOCALIZED: NUGGET OF EXPERIENCE", + "item.create.experience_nugget.tooltip.summary": "UNLOCALIZED: _Ding!_ A speck of _inspiration_ from your fantastic inventions.", + "item.create.experience_nugget.tooltip.condition1": "UNLOCALIZED: When Used", + "item.create.experience_nugget.tooltip.behaviour1": "UNLOCALIZED: _Redeems_ _Experience_ points contained within.", + + "block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL", + "block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...", + + "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 [------------------------<-", + + "create.ponder.hold_to_ponder": "UNLOCALIZED: Hold [%1$s] to Ponder", + "create.ponder.subject": "UNLOCALIZED: Subject of this scene", + "create.ponder.pondering": "UNLOCALIZED: Pondering about...", + "create.ponder.identify_mode": "UNLOCALIZED: Identify mode active.\nUnpause with [%1$s]", + "create.ponder.associated": "UNLOCALIZED: Associated Entries", + "create.ponder.close": "UNLOCALIZED: Close", + "create.ponder.identify": "UNLOCALIZED: Identify", + "create.ponder.next": "UNLOCALIZED: Next Scene", + "create.ponder.next_up": "UNLOCALIZED: Up Next:", + "create.ponder.previous": "UNLOCALIZED: Previous Scene", + "create.ponder.replay": "UNLOCALIZED: Replay", + "create.ponder.think_back": "UNLOCALIZED: Think Back", + "create.ponder.slow_text": "UNLOCALIZED: Comfy Reading", + "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.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.movement_anchors": "UNLOCALIZED: With the help of 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.display_sources": "UNLOCALIZED: Sources for Display Links", + "create.ponder.tag.display_sources.description": "UNLOCALIZED: Components or Blocks which offer some data that can be read with a Display Link", + "create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation", + "create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around", + "create.ponder.tag.display_targets": "UNLOCALIZED: Targets for Display Links", + "create.ponder.tag.display_targets.description": "UNLOCALIZED: Components or Blocks which can process and display the data received from a Display Link", + "create.ponder.tag.train_related": "UNLOCALIZED: Railway Equipment", + "create.ponder.tag.train_related.description": "UNLOCALIZED: Components used in the construction or management of Train Contraptions", + + "create.ponder.analog_lever.header": "UNLOCALIZED: Controlling signals using the Analog Lever", + "create.ponder.analog_lever.text_1": "UNLOCALIZED: Analog Levers make for a compact and precise source of redstone power", + "create.ponder.analog_lever.text_2": "UNLOCALIZED: Right-click to increase its analog power output", + "create.ponder.analog_lever.text_3": "UNLOCALIZED: Right-click while Sneaking to decrease the power output again", + + "create.ponder.andesite_tunnel.header": "UNLOCALIZED: Using Andesite Tunnels", + "create.ponder.andesite_tunnel.text_1": "UNLOCALIZED: Andesite Tunnels can be used to cover up your belts", + "create.ponder.andesite_tunnel.text_2": "UNLOCALIZED: Whenever an Andesite Tunnel has connections to the sides...", + "create.ponder.andesite_tunnel.text_3": "UNLOCALIZED: ...they will split exactly one item off of any passing stacks", + "create.ponder.andesite_tunnel.text_4": "UNLOCALIZED: The remainder will continue on its path", + + "create.ponder.auto_schedule.header": "UNLOCALIZED: Stations & Scheduling", + "create.ponder.auto_schedule.text_1": "UNLOCALIZED: Schedules can be used to provide drivers with a destination", + "create.ponder.auto_schedule.text_2": "UNLOCALIZED: Comparators will receive a signal whenever a Train is present", + "create.ponder.auto_schedule.text_3": "UNLOCALIZED: Mind that a Station can only be approached from the indicated direction", + "create.ponder.auto_schedule.text_4": "UNLOCALIZED: Stations can also be used to assign new Schedules automatically", + "create.ponder.auto_schedule.text_5": "UNLOCALIZED: The Schedule placed on a station will automatically copy itself to present trains", + "create.ponder.auto_schedule.text_6": "UNLOCALIZED: As opposed to manual scheduling, drivers will not take the item with them", + + "create.ponder.basin.header": "UNLOCALIZED: Processing Items in the Basin", + "create.ponder.basin.text_1": "UNLOCALIZED: A Basin can hold Items and Fluids for Processing", + "create.ponder.basin.text_2": "UNLOCALIZED: After a processing step, basins try to output below to the side of them", + "create.ponder.basin.text_3": "UNLOCALIZED: When a valid component is present, the Basin will show an output faucet", + "create.ponder.basin.text_4": "UNLOCALIZED: A number of options are applicable here", + "create.ponder.basin.text_5": "UNLOCALIZED: Outputs will be caught by the inventory below", + "create.ponder.basin.text_6": "UNLOCALIZED: Without output faucet, the Basin will retain items created in its processing", + "create.ponder.basin.text_7": "UNLOCALIZED: This can be useful if outputs should be re-used as ingredients", + "create.ponder.basin.text_8": "UNLOCALIZED: Desired outputs will then have to be extracted from the basin", + "create.ponder.basin.text_9": "UNLOCALIZED: A Filter might be necessary to avoid pulling out un-processed items", + + "create.ponder.bearing_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Bearing", + "create.ponder.bearing_modes.text_1": "UNLOCALIZED: When Stopped, the Bearing will place the structure at the nearest grid-aligned Angle", + "create.ponder.bearing_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only near the angle it started at", + + "create.ponder.belt_casing.header": "UNLOCALIZED: Encasing Belts", + "create.ponder.belt_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Mechanical Belts", + "create.ponder.belt_casing.text_2": "UNLOCALIZED: A wrench can be used to remove the casing", + + "create.ponder.belt_connector.header": "UNLOCALIZED: Using Mechanical Belts", + "create.ponder.belt_connector.text_1": "UNLOCALIZED: Right-Clicking two shafts with a belt item will connect them together", + "create.ponder.belt_connector.text_2": "UNLOCALIZED: Accidental selections can be canceled with Right-Click while Sneaking", + "create.ponder.belt_connector.text_3": "UNLOCALIZED: Additional Shafts can be added throughout the Belt", + "create.ponder.belt_connector.text_4": "UNLOCALIZED: Shafts connected via Belts will rotate with Identical Speed and Direction", + "create.ponder.belt_connector.text_5": "UNLOCALIZED: Added shafts can be removed using the wrench", + "create.ponder.belt_connector.text_6": "UNLOCALIZED: Mechanical Belts can be dyed for aesthetic purposes", + + "create.ponder.belt_directions.header": "UNLOCALIZED: Valid Orientations for Mechanical Belts", + "create.ponder.belt_directions.text_1": "UNLOCALIZED: Belts cannot connect in arbitrary directions", + "create.ponder.belt_directions.text_2": "UNLOCALIZED: 1. They can connect horizontally", + "create.ponder.belt_directions.text_3": "UNLOCALIZED: 2. They can connect diagonally", + "create.ponder.belt_directions.text_4": "UNLOCALIZED: 3. They can connect vertically", + "create.ponder.belt_directions.text_5": "UNLOCALIZED: 4. And they can connect vertical shafts horizontally", + "create.ponder.belt_directions.text_6": "UNLOCALIZED: These are all possible directions. Belts can span any Length between 2 and 20 blocks", + + "create.ponder.belt_transport.header": "UNLOCALIZED: Using Mechanical Belts for Logistics", + "create.ponder.belt_transport.text_1": "UNLOCALIZED: Moving belts will transport Items and other Entities", + "create.ponder.belt_transport.text_2": "UNLOCALIZED: Right-Click with an empty hand to take items off a belt", + + "create.ponder.blaze_burner.header": "UNLOCALIZED: Feeding Blaze Burners", + "create.ponder.blaze_burner.text_1": "UNLOCALIZED: Blaze Burners can provide Heat to Items processed in a Basin", + "create.ponder.blaze_burner.text_2": "UNLOCALIZED: For this, the Blaze has to be fed with flammable items", + "create.ponder.blaze_burner.text_3": "UNLOCALIZED: With a Blaze Cake, the Burner can reach an even stronger level of heat", + "create.ponder.blaze_burner.text_4": "UNLOCALIZED: The feeding process can be automated using Deployers or Mechanical Arms", + + "create.ponder.brass_funnel.header": "UNLOCALIZED: The Brass Funnel", + "create.ponder.brass_funnel.text_1": "UNLOCALIZED: Andesite Funnels can only ever extract single items.", + "create.ponder.brass_funnel.text_2": "UNLOCALIZED: Brass Funnels can extract up to a full stack.", + "create.ponder.brass_funnel.text_3": "UNLOCALIZED: Scrolling on the filter slot allows for precise control over the extracted stack size.", + "create.ponder.brass_funnel.text_4": "UNLOCALIZED: Using items on the filter slot will restrict the funnel to only transfer matching stacks.", + + "create.ponder.brass_tunnel.header": "UNLOCALIZED: Using Brass Tunnels", + "create.ponder.brass_tunnel.text_1": "UNLOCALIZED: Brass Tunnels can be used to cover up your belts", + "create.ponder.brass_tunnel.text_2": "UNLOCALIZED: Brass Tunnels have filter slots on each open side", + "create.ponder.brass_tunnel.text_3": "UNLOCALIZED: Filters on inbound connections simply block non-matching items", + "create.ponder.brass_tunnel.text_4": "UNLOCALIZED: Filters on outbound connections can be used to sort items by type", + "create.ponder.brass_tunnel.text_5": "UNLOCALIZED: Whenever a passing item has multiple valid exits, the distribution mode will decide how to handle it", + "create.ponder.brass_tunnel.text_6": "UNLOCALIZED: Brass Tunnels on parallel belts will form a group", + "create.ponder.brass_tunnel.text_7": "UNLOCALIZED: Incoming Items will now be distributed across all connected exits", + "create.ponder.brass_tunnel.text_8": "UNLOCALIZED: For this, items can also be inserted into the Tunnel block directly", + + "create.ponder.brass_tunnel_modes.header": "UNLOCALIZED: Distribution Modes of the Brass Tunnel", + "create.ponder.brass_tunnel_modes.text_1": "UNLOCALIZED: Using a Wrench, the distribution behaviour of Brass Tunnels can be configured", + "create.ponder.brass_tunnel_modes.text_10": "UNLOCALIZED: 'Synchronize Inputs' is a unique setting for Brass Tunnels", + "create.ponder.brass_tunnel_modes.text_11": "UNLOCALIZED: Items are only allowed past if every tunnel in the group has one waiting", + "create.ponder.brass_tunnel_modes.text_12": "UNLOCALIZED: This ensures that all affected belts supply items at the same rate", + "create.ponder.brass_tunnel_modes.text_2": "UNLOCALIZED: 'Split' will attempt to distribute the stack evenly between available outputs", + "create.ponder.brass_tunnel_modes.text_3": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", + "create.ponder.brass_tunnel_modes.text_4": "UNLOCALIZED: 'Forced Split' will never skip outputs, and instead wait until they are free", + "create.ponder.brass_tunnel_modes.text_5": "UNLOCALIZED: 'Round Robin' keeps stacks whole, and cycles through outputs iteratively", + "create.ponder.brass_tunnel_modes.text_6": "UNLOCALIZED: Once Again, if an output is unable to take more items, it will be skipped", + "create.ponder.brass_tunnel_modes.text_7": "UNLOCALIZED: 'Forced Round Robin' never skips outputs", + "create.ponder.brass_tunnel_modes.text_8": "UNLOCALIZED: 'Prefer Nearest' prioritizes the outputs closest to the items' input location", + "create.ponder.brass_tunnel_modes.text_9": "UNLOCALIZED: 'Randomize' will distribute whole stacks to randomly picked outputs", + + "create.ponder.cart_assembler.header": "UNLOCALIZED: Moving Structures using Cart Assemblers", + "create.ponder.cart_assembler.text_1": "UNLOCALIZED: Powered Cart Assemblers mount attached structures to passing Minecarts", + "create.ponder.cart_assembler.text_2": "UNLOCALIZED: Without a redstone signal, it disassembles passing cart contraptions back into blocks", + "create.ponder.cart_assembler.text_3": "UNLOCALIZED: Using a Wrench on the Minecart will let you carry the Contraption elsewhere", + + "create.ponder.cart_assembler_dual.header": "UNLOCALIZED: Assembling Carriage Contraptions", + "create.ponder.cart_assembler_dual.text_1": "UNLOCALIZED: Whenever two Cart Assembers share an attached structure...", + "create.ponder.cart_assembler_dual.text_2": "UNLOCALIZED: Powering either of them will create a Carriage Contraption", + "create.ponder.cart_assembler_dual.text_3": "UNLOCALIZED: The carts will behave like those connected via Minecart Coupling", + + "create.ponder.cart_assembler_modes.header": "UNLOCALIZED: Orientation Settings for Minecart Contraptions", + "create.ponder.cart_assembler_modes.text_1": "UNLOCALIZED: Cart Contraptions will rotate to face towards their carts' motion", + "create.ponder.cart_assembler_modes.text_2": "UNLOCALIZED: This Arrow indicates which side of the Structure will be considered the front", + "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_rails.header": "UNLOCALIZED: Other types of Minecarts and Rails", + "create.ponder.cart_assembler_rails.text_1": "UNLOCALIZED: Cart Assemblers on Regular Tracks will not affect the passing carts' motion", + "create.ponder.cart_assembler_rails.text_2": "UNLOCALIZED: When on Powered or Controller Rail, the carts will be held in place until it's Powered", + "create.ponder.cart_assembler_rails.text_3": "UNLOCALIZED: Other types of Minecarts can be used as the anchor", + "create.ponder.cart_assembler_rails.text_4": "UNLOCALIZED: Furnace Carts will keep themselves powered, pulling fuel from any attached inventories", + + "create.ponder.chain_drive.header": "UNLOCALIZED: Relaying rotational force with Chain Drives", + "create.ponder.chain_drive.text_1": "UNLOCALIZED: Chain Drives relay rotation to each other in a row", + "create.ponder.chain_drive.text_2": "UNLOCALIZED: All shafts connected like this will rotate in the same direction", + "create.ponder.chain_drive.text_3": "UNLOCALIZED: Any part of the row can be rotated by 90 degrees", + + "create.ponder.chain_gearshift.header": "UNLOCALIZED: Controlling rotational speed with Chain Gearshifts", + "create.ponder.chain_gearshift.text_1": "UNLOCALIZED: Unpowered Chain Gearshifts behave exactly like Chain Drives", + "create.ponder.chain_gearshift.text_2": "UNLOCALIZED: When Powered, the speed transmitted to other Chain Drives in the row is doubled", + "create.ponder.chain_gearshift.text_3": "UNLOCALIZED: Whenever the Powered Gearshift is not at the source, its speed will be halved instead", + "create.ponder.chain_gearshift.text_4": "UNLOCALIZED: In both cases, Chain Drives in the row always run at 2x the speed of the Powered Gearshift", + "create.ponder.chain_gearshift.text_5": "UNLOCALIZED: Using analog signals, the ratio can be adjusted more precisely between 1 and 2", + "create.ponder.chain_gearshift.text_6": "UNLOCALIZED: 12 RPM", + + "create.ponder.chute.header": "UNLOCALIZED: Transporting Items downward via Chutes", + "create.ponder.chute.text_1": "UNLOCALIZED: Chutes can transport items vertically from and to inventories", + "create.ponder.chute.text_2": "UNLOCALIZED: Using the Wrench, a window can be created", + "create.ponder.chute.text_3": "UNLOCALIZED: Placing chutes targeting the side faces of another will make it diagonal", + + "create.ponder.chute_upward.header": "UNLOCALIZED: Transporting Items upward via Chutes", + "create.ponder.chute_upward.text_1": "UNLOCALIZED: Using Encased Fans at the top or bottom, a Chute can move items upward", + "create.ponder.chute_upward.text_2": "UNLOCALIZED: Inspecting chutes with Engineers' Goggles reveals information about the movement direction", + "create.ponder.chute_upward.text_3": "UNLOCALIZED: On the 'blocked' end, items will have to be inserted/taken from the sides", + + "create.ponder.clockwork_bearing.header": "UNLOCALIZED: Animating Structures using Clockwork Bearings", + "create.ponder.clockwork_bearing.text_1": "UNLOCALIZED: Clockwork Bearings attach to blocks in front of them", + "create.ponder.clockwork_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, the structure will be rotated according to the hour of the day", + "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", + "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", + "create.ponder.clockwork_bearing.text_5": "UNLOCALIZED: Right-Click the bearing to start or stop animating the structure", + "create.ponder.clockwork_bearing.text_6": "UNLOCALIZED: In front of the Hour Hand, a second structure can be added", + "create.ponder.clockwork_bearing.text_7": "UNLOCALIZED: Ensure that the two Structures are not glued to each other", + "create.ponder.clockwork_bearing.text_8": "UNLOCALIZED: The Second Structure will now rotate as the Minute Hand", + + "create.ponder.clutch.header": "UNLOCALIZED: Controlling rotational force using a Clutch", + "create.ponder.clutch.text_1": "UNLOCALIZED: Clutches will relay rotation in a straight line", + "create.ponder.clutch.text_2": "UNLOCALIZED: When powered by Redstone, it breaks the connection", + + "create.ponder.cog_speedup.header": "UNLOCALIZED: Gearshifting with Cogs", + "create.ponder.cog_speedup.text_1": "UNLOCALIZED: Large and Small cogs can be connected diagonally", + "create.ponder.cog_speedup.text_2": "UNLOCALIZED: Shifting from large to small cogs, the conveyed speed will be doubled", + "create.ponder.cog_speedup.text_3": "UNLOCALIZED: Shifting the opposite way, the conveyed speed will be halved", + + "create.ponder.cogwheel.header": "UNLOCALIZED: Relaying rotational force using Cogwheels", + "create.ponder.cogwheel.text_1": "UNLOCALIZED: Cogwheels will relay rotation to other adjacent cogwheels", + "create.ponder.cogwheel.text_2": "UNLOCALIZED: Neighbouring shafts connected like this will rotate in opposite directions", + + "create.ponder.cogwheel_casing.header": "UNLOCALIZED: Encasing Cogwheels", + "create.ponder.cogwheel_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Cogwheels", + "create.ponder.cogwheel_casing.text_2": "UNLOCALIZED: Components added after encasing will not connect to the shaft outputs", + "create.ponder.cogwheel_casing.text_3": "UNLOCALIZED: The Wrench can be used to toggle connections", + + "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_motor.header": "UNLOCALIZED: Generating Rotational Force using Creative Motors", + "create.ponder.creative_motor.text_1": "UNLOCALIZED: Creative motors are a compact and configurable source of Rotational Force", + "create.ponder.creative_motor.text_2": "UNLOCALIZED: Scrolling on the back panel changes the RPM of the motors' rotational output", + + "create.ponder.creative_motor_mojang.header": "UNLOCALIZED: Mojang's Enigma", + + "create.ponder.crushing_wheels.header": "UNLOCALIZED: Processing Items with Crushing Wheels", + "create.ponder.crushing_wheels.text_1": "UNLOCALIZED: A pair of Crushing Wheels can grind items very effectively", + "create.ponder.crushing_wheels.text_2": "UNLOCALIZED: Their Rotational Input has to make them spin into each other", + "create.ponder.crushing_wheels.text_3": "UNLOCALIZED: Items thrown or inserted into the top will get processed", + "create.ponder.crushing_wheels.text_4": "UNLOCALIZED: Items can be inserted and picked up through automated means as well", + + "create.ponder.deployer.header": "UNLOCALIZED: Using the Deployer", + "create.ponder.deployer.text_1": "UNLOCALIZED: Given Rotational Force, a Deployer can imitate player interactions", + "create.ponder.deployer.text_10": "UNLOCALIZED: Right-click the front to give it an Item to use", + "create.ponder.deployer.text_11": "UNLOCALIZED: Items can also be inserted automatically", + "create.ponder.deployer.text_12": "UNLOCALIZED: Deployers carry a filter slot", + "create.ponder.deployer.text_13": "UNLOCALIZED: When a filter is set, it activates only while holding a matching item", + "create.ponder.deployer.text_14": "UNLOCALIZED: Only items matching the filter can now be inserted...", + "create.ponder.deployer.text_15": "UNLOCALIZED: ...and only non-matching items will be extracted", + "create.ponder.deployer.text_2": "UNLOCALIZED: It will always interact with the position 2 blocks in front of itself", + "create.ponder.deployer.text_3": "UNLOCALIZED: Blocks directly in front will not obstruct it", + "create.ponder.deployer.text_4": "UNLOCALIZED: Deployers can:", + "create.ponder.deployer.text_5": "UNLOCALIZED: Place Blocks,", + "create.ponder.deployer.text_6": "UNLOCALIZED: Use Items,", + "create.ponder.deployer.text_7": "UNLOCALIZED: Activate Blocks,", + "create.ponder.deployer.text_8": "UNLOCALIZED: Harvest blocks", + "create.ponder.deployer.text_9": "UNLOCALIZED: and Attack Mobs", + + "create.ponder.deployer_contraption.header": "UNLOCALIZED: Using Deployers on Contraptions", + "create.ponder.deployer_contraption.text_1": "UNLOCALIZED: Whenever Deployers are moved as part of an animated Contraption...", + "create.ponder.deployer_contraption.text_2": "UNLOCALIZED: They activate at each visited location, using items from inventories anywhere on the contraption", + "create.ponder.deployer_contraption.text_3": "UNLOCALIZED: The Filter slot can be used to specify which items to pull", + + "create.ponder.deployer_modes.header": "UNLOCALIZED: Modes of the Deployer", + "create.ponder.deployer_modes.text_1": "UNLOCALIZED: By default, a Deployer imitates a Right-click interaction", + "create.ponder.deployer_modes.text_2": "UNLOCALIZED: Using a Wrench, it can be set to imitate a Left-click instead", + + "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_redstone.header": "UNLOCALIZED: Controlling Deployers with Redstone", + "create.ponder.deployer_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Deployers will not activate", + "create.ponder.deployer_redstone.text_2": "UNLOCALIZED: Before stopping, the Deployer will finish any started cycles", + "create.ponder.deployer_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", + + "create.ponder.depot.header": "UNLOCALIZED: Using Depots", + "create.ponder.depot.text_1": "UNLOCALIZED: Depots can serve as 'stationary' belt elements", + "create.ponder.depot.text_2": "UNLOCALIZED: Right-Click to manually place or remove Items from it", + "create.ponder.depot.text_3": "UNLOCALIZED: Just like Mechanical Belts, it can provide items to processing", + "create.ponder.depot.text_4": "UNLOCALIZED: ...as well as provide Items to Mechanical Arms", + + "create.ponder.display_board.header": "UNLOCALIZED: Using Display Boards", + "create.ponder.display_board.text_1": "UNLOCALIZED: Display Boards are a scalable alternative to the sign", + "create.ponder.display_board.text_2": "UNLOCALIZED: They require Rotational Force to operate", + "create.ponder.display_board.text_3": "UNLOCALIZED: Text can be displayed using Name Tags...", + "create.ponder.display_board.text_4": "UNLOCALIZED: ...or through the use of Display Links", + "create.ponder.display_board.text_5": "UNLOCALIZED: Dyes can be applied to individual lines of the board", + "create.ponder.display_board.text_6": "UNLOCALIZED: Lines can be reset by clicking them with an empty hand", + + "create.ponder.display_link.header": "UNLOCALIZED: Setting up Display Links", + "create.ponder.display_link.text_1": "UNLOCALIZED: Display Links can be used to visualise dynamic information", + "create.ponder.display_link.text_2": "UNLOCALIZED: First, right-click the target display...", + "create.ponder.display_link.text_3": "UNLOCALIZED: ...then attach it to the block to read from", + "create.ponder.display_link.text_4": "UNLOCALIZED: Open the Interface to select and configure what is sent", + "create.ponder.display_link.text_5": "UNLOCALIZED: The display will now receive information from the link", + "create.ponder.display_link.text_6": "UNLOCALIZED: Not every block can act as a source", + "create.ponder.display_link.text_7": "UNLOCALIZED: Each compatible block provides unique information", + "create.ponder.display_link.text_8": "UNLOCALIZED: The Display Link can work with several different displays", + + "create.ponder.display_link_redstone.header": "UNLOCALIZED: Redstone Control", + "create.ponder.display_link_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Display Links stop sending updates", + "create.ponder.display_link_redstone.text_2": "UNLOCALIZED: Once unpowered, the Timer is reset and new info is sent immediately", + "create.ponder.display_link_redstone.text_3": "UNLOCALIZED: Signals emitted from the source do not affect the Link", + + "create.ponder.empty_blaze_burner.header": "UNLOCALIZED: Using Empty Blaze Burners", + "create.ponder.empty_blaze_burner.text_1": "UNLOCALIZED: Right-click a Blaze with the empty burner to capture it", + "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: 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", + "create.ponder.encased_fluid_pipe.text_2": "UNLOCALIZED: Aside from being conceiled, Encased Pipes are locked into their connectivity state", + "create.ponder.encased_fluid_pipe.text_3": "UNLOCALIZED: It will no longer react to any neighbouring blocks being added or removed", + + "create.ponder.fan_direction.header": "UNLOCALIZED: Air flow of Encased Fans", + "create.ponder.fan_direction.text_1": "UNLOCALIZED: Encased Fans use Rotational Force to create an Air Current", + "create.ponder.fan_direction.text_2": "UNLOCALIZED: Strength and Direction of Flow depends on the Rotational Input", + + "create.ponder.fan_processing.header": "UNLOCALIZED: Processing Items using Encased Fans", + "create.ponder.fan_processing.text_1": "UNLOCALIZED: When passing through lava, the Air Flow becomes Heated", + "create.ponder.fan_processing.text_2": "UNLOCALIZED: Items caught in the area will be smelted", + "create.ponder.fan_processing.text_3": "UNLOCALIZED: Food items thrown here would be incinerated", + "create.ponder.fan_processing.text_4": "UNLOCALIZED: Instead, a setup for Smoking using Fire should be used for them", + "create.ponder.fan_processing.text_5": "UNLOCALIZED: Air Flows passing through water create a Washing Setup", + "create.ponder.fan_processing.text_6": "UNLOCALIZED: Some interesting new processing can be done with it", + "create.ponder.fan_processing.text_7": "UNLOCALIZED: The Speed of the Fan does NOT affect the processing speed, only its range", + "create.ponder.fan_processing.text_8": "UNLOCALIZED: Fan Processing can also be applied to Items on Depots and Belts", + + "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_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_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_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.funnel_compat.header": "UNLOCALIZED: Funnel compatibility", + "create.ponder.funnel_compat.text_1": "UNLOCALIZED: Funnels should also interact nicely with a handful of other components.", + "create.ponder.funnel_compat.text_2": "UNLOCALIZED: Vertical Saws", + "create.ponder.funnel_compat.text_3": "UNLOCALIZED: Depots", + "create.ponder.funnel_compat.text_4": "UNLOCALIZED: Item Drains", + + "create.ponder.funnel_direction.header": "UNLOCALIZED: Direction of Transfer", + "create.ponder.funnel_direction.text_1": "UNLOCALIZED: Placed normally, it pulls items from the inventory.", + "create.ponder.funnel_direction.text_2": "UNLOCALIZED: Placed while sneaking, it puts items into the inventory.", + "create.ponder.funnel_direction.text_3": "UNLOCALIZED: Using a wrench, the funnel can be flipped after placement.", + "create.ponder.funnel_direction.text_4": "UNLOCALIZED: Same rules will apply for most orientations.", + "create.ponder.funnel_direction.text_5": "UNLOCALIZED: Funnels on belts will extract/insert depending on its movement direction.", + + "create.ponder.funnel_intro.header": "UNLOCALIZED: Using funnels", + "create.ponder.funnel_intro.text_1": "UNLOCALIZED: Funnels are ideal for transferring items from and to inventories.", + + "create.ponder.funnel_redstone.header": "UNLOCALIZED: Redstone control", + "create.ponder.funnel_redstone.text_1": "UNLOCALIZED: Redstone power will prevent any funnel from acting", + + "create.ponder.funnel_transfer.header": "UNLOCALIZED: Direct transfer", + "create.ponder.funnel_transfer.text_1": "UNLOCALIZED: Funnels cannot ever transfer between closed inventories directly.", + "create.ponder.funnel_transfer.text_2": "UNLOCALIZED: Chutes or Smart chutes might be more suitable for such purposes.", + "create.ponder.funnel_transfer.text_3": "UNLOCALIZED: Same applies for horizontal movement. A mechanical belt should help here.", + + "create.ponder.gantry_carriage.header": "UNLOCALIZED: Using Gantry Carriages", + "create.ponder.gantry_carriage.text_1": "UNLOCALIZED: Gantry Carriages can mount to and slide along a Gantry Shaft.", + "create.ponder.gantry_carriage.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", + + "create.ponder.gantry_cascaded.header": "UNLOCALIZED: Cascaded Gantries", + "create.ponder.gantry_cascaded.text_1": "UNLOCALIZED: Gantry shafts attach to a carriage without the need of super glue", + "create.ponder.gantry_cascaded.text_2": "UNLOCALIZED: Same applies for carriages on moved Gantry Shafts", + "create.ponder.gantry_cascaded.text_3": "UNLOCALIZED: Thus, a gantry system can be cascaded to cover multiple axes of movement", + + "create.ponder.gantry_direction.header": "UNLOCALIZED: Gantry Movement Direction", + "create.ponder.gantry_direction.text_1": "UNLOCALIZED: Gantry Shafts can have opposite orientations", + "create.ponder.gantry_direction.text_2": "UNLOCALIZED: The movement direction of carriages depend on their shafts' orientation", + "create.ponder.gantry_direction.text_3": "UNLOCALIZED: ...as well as the rotation direction of the shaft", + "create.ponder.gantry_direction.text_4": "UNLOCALIZED: Same rules apply for the propagated rotation", + + "create.ponder.gantry_redstone.header": "UNLOCALIZED: Gantry Power Propagation", + "create.ponder.gantry_redstone.text_1": "UNLOCALIZED: Redstone-powered gantry shafts stop moving their carriages", + "create.ponder.gantry_redstone.text_2": "UNLOCALIZED: Instead, its rotational force is relayed to the carriages' output shaft", + + "create.ponder.gantry_shaft.header": "UNLOCALIZED: Using Gantry Shafts", + "create.ponder.gantry_shaft.text_1": "UNLOCALIZED: Gantry Shafts form the basis of a gantry setup. Attached Carriages will move along them.", + "create.ponder.gantry_shaft.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", + + "create.ponder.gearbox.header": "UNLOCALIZED: Relaying rotational force using Gearboxes", + "create.ponder.gearbox.text_1": "UNLOCALIZED: Jumping between axes of rotation can get bulky quickly", + "create.ponder.gearbox.text_2": "UNLOCALIZED: A gearbox is the more compact equivalent of this setup", + "create.ponder.gearbox.text_3": "UNLOCALIZED: Shafts around corners rotate in mirrored directions", + "create.ponder.gearbox.text_4": "UNLOCALIZED: Straight connections will be reversed", + + "create.ponder.gearshift.header": "UNLOCALIZED: Controlling rotational force using a Gearshift", + "create.ponder.gearshift.text_1": "UNLOCALIZED: Gearshifts will relay rotation in a straight line", + "create.ponder.gearshift.text_2": "UNLOCALIZED: When powered by Redstone, it reverses the transmission", + + "create.ponder.hand_crank.header": "UNLOCALIZED: Generating Rotational Force using Hand Cranks", + "create.ponder.hand_crank.text_1": "UNLOCALIZED: Hand Cranks can be used by players to apply rotational force manually", + "create.ponder.hand_crank.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", + "create.ponder.hand_crank.text_3": "UNLOCALIZED: Its conveyed speed is relatively high", + "create.ponder.hand_crank.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", + + "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_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_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.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_vault_sizes.header": "UNLOCALIZED: Dimensions of an Item Vault", + "create.ponder.item_vault_sizes.text_1": "UNLOCALIZED: Item Vaults can be combined to increase the total capacity", + "create.ponder.item_vault_sizes.text_2": "UNLOCALIZED: Their base square can be up to 3 blocks wide...", + "create.ponder.item_vault_sizes.text_3": "UNLOCALIZED: ...and grow in length up to 3x their diameter", + + "create.ponder.item_vault_storage.header": "UNLOCALIZED: Storing Items in Vaults", + "create.ponder.item_vault_storage.text_1": "UNLOCALIZED: Item Vaults can be used to store large amounts of items", + "create.ponder.item_vault_storage.text_2": "UNLOCALIZED: However, contents cannot be added or taken manually", + "create.ponder.item_vault_storage.text_3": "UNLOCALIZED: Any components for item transfer can both insert...", + "create.ponder.item_vault_storage.text_4": "UNLOCALIZED: ...and take contents from this container", + + "create.ponder.large_cogwheel.header": "UNLOCALIZED: Relaying rotational force using Large Cogwheels", + "create.ponder.large_cogwheel.text_1": "UNLOCALIZED: Large cogwheels can connect to each other at right angles", + "create.ponder.large_cogwheel.text_2": "UNLOCALIZED: It will help relaying conveyed speed to other axes of rotation", + + "create.ponder.linear_chassis_attachment.header": "UNLOCALIZED: Attaching blocks using Linear Chassis", + "create.ponder.linear_chassis_attachment.text_1": "UNLOCALIZED: The open faces of a Linear Chassis can be made Sticky", + "create.ponder.linear_chassis_attachment.text_2": "UNLOCALIZED: Click again to make the opposite side sticky", + "create.ponder.linear_chassis_attachment.text_3": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", + "create.ponder.linear_chassis_attachment.text_4": "UNLOCALIZED: Stickied faces of the Linear Chassis will attach a line of blocks in front of it", + "create.ponder.linear_chassis_attachment.text_5": "UNLOCALIZED: Using a Wrench, a precise Range can be specified for this chassis", + "create.ponder.linear_chassis_attachment.text_6": "UNLOCALIZED: Holding CTRL and scrolling adjusts the range of all attached Chassis Blocks", + "create.ponder.linear_chassis_attachment.text_7": "UNLOCALIZED: Attaching blocks to any other side requires the use of Super Glue", + "create.ponder.linear_chassis_attachment.text_8": "UNLOCALIZED: Using these mechanics, structures of any shape can move as a Contraption", + + "create.ponder.linear_chassis_group.header": "UNLOCALIZED: Moving Linear Chassis in groups", + "create.ponder.linear_chassis_group.text_1": "UNLOCALIZED: Linear Chassis connect to identical Chassis blocks next to them", + "create.ponder.linear_chassis_group.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", + "create.ponder.linear_chassis_group.text_3": "UNLOCALIZED: Chassis of a different type or facing another direction will not attach", + + "create.ponder.mechanical_arm.header": "UNLOCALIZED: Setting up Mechanical Arms", + "create.ponder.mechanical_arm.text_1": "UNLOCALIZED: Mechanical Arms have to be assigned their in- and outputs before they are placed", + "create.ponder.mechanical_arm.text_2": "UNLOCALIZED: Right-Click inventories while holding the Arm to assign them as Targets", + "create.ponder.mechanical_arm.text_3": "UNLOCALIZED: Right-Click again to toggle between Input (Blue) and Output (Orange)", + "create.ponder.mechanical_arm.text_4": "UNLOCALIZED: Left-Click components to remove their Selection", + "create.ponder.mechanical_arm.text_5": "UNLOCALIZED: Once placed, the Mechanical Arm will target the blocks selected previously", + "create.ponder.mechanical_arm.text_6": "UNLOCALIZED: They can have any amount of in- and outputs within their range", + "create.ponder.mechanical_arm.text_7": "UNLOCALIZED: However, not every type of Inventory can be interacted with directly", + "create.ponder.mechanical_arm.text_8": "UNLOCALIZED: Funnels and Depots can help to Bridge that gap", + + "create.ponder.mechanical_arm_filtering.header": "UNLOCALIZED: Filtering Outputs of the Mechanical Arm", + "create.ponder.mechanical_arm_filtering.text_1": "UNLOCALIZED: Inputs", + "create.ponder.mechanical_arm_filtering.text_2": "UNLOCALIZED: Outputs", + "create.ponder.mechanical_arm_filtering.text_3": "UNLOCALIZED: Sometimes it is desirable to restrict targets of the Arm by matching a filter", + "create.ponder.mechanical_arm_filtering.text_4": "UNLOCALIZED: Mechanical Arms by themselves do not provide any options for filtering", + "create.ponder.mechanical_arm_filtering.text_5": "UNLOCALIZED: Brass Funnels as Targets do however communicate their own filter to the Arm", + "create.ponder.mechanical_arm_filtering.text_6": "UNLOCALIZED: The Arm is smart enough not to pick up items it couldn't distribute", + + "create.ponder.mechanical_arm_modes.header": "UNLOCALIZED: Distribution modes of the Mechanical Arm", + "create.ponder.mechanical_arm_modes.text_1": "UNLOCALIZED: Input", + "create.ponder.mechanical_arm_modes.text_2": "UNLOCALIZED: Outputs", + "create.ponder.mechanical_arm_modes.text_3": "UNLOCALIZED: Whenever an Arm has to choose between multiple valid outputs...", + "create.ponder.mechanical_arm_modes.text_4": "UNLOCALIZED: ...it will act according to its setting", + "create.ponder.mechanical_arm_modes.text_5": "UNLOCALIZED: Scrolling with a Wrench will allow you to configure it", + "create.ponder.mechanical_arm_modes.text_6": "UNLOCALIZED: Round Robin mode simply cycles through all outputs that are available", + "create.ponder.mechanical_arm_modes.text_7": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", + "create.ponder.mechanical_arm_modes.text_8": "UNLOCALIZED: Forced Round Robin mode will never skip outputs, and instead wait until they are free", + "create.ponder.mechanical_arm_modes.text_9": "UNLOCALIZED: Prefer First prioritizes the outputs selected earliest when configuring this Arm", + + "create.ponder.mechanical_arm_redstone.header": "UNLOCALIZED: Controlling Mechanical Arms with Redstone", + "create.ponder.mechanical_arm_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Mechanical Arms will not activate", + "create.ponder.mechanical_arm_redstone.text_2": "UNLOCALIZED: Before stopping, it will finish any started cycles", + "create.ponder.mechanical_arm_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", + + "create.ponder.mechanical_bearing.header": "UNLOCALIZED: Movings Structures using the Mechanical Bearing", + "create.ponder.mechanical_bearing.text_1": "UNLOCALIZED: Mechanical Bearings attach to the block in front of them", + "create.ponder.mechanical_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, it will assemble it into a Rotating Contraption", + + "create.ponder.mechanical_crafter.header": "UNLOCALIZED: Setting up Mechanical Crafters", + "create.ponder.mechanical_crafter.text_1": "UNLOCALIZED: An array of Mechanical Crafters can be used to automate any Crafting Recipe", + "create.ponder.mechanical_crafter.text_2": "UNLOCALIZED: Using a Wrench, the Crafters' paths can be arranged", + "create.ponder.mechanical_crafter.text_3": "UNLOCALIZED: For a valid setup, all paths have to converge into one exit at any side", + "create.ponder.mechanical_crafter.text_4": "UNLOCALIZED: The outputs will be placed into the inventory at the exit", + "create.ponder.mechanical_crafter.text_5": "UNLOCALIZED: Mechanical Crafters require Rotational Force to operate", + "create.ponder.mechanical_crafter.text_6": "UNLOCALIZED: Right-Click the front to insert Items manually", + "create.ponder.mechanical_crafter.text_7": "UNLOCALIZED: Once every slot of a path contains an Item, the crafting process will begin", + "create.ponder.mechanical_crafter.text_8": "UNLOCALIZED: For recipes not fully occupying the crafter setup, the start can be forced using a Redstone Pulse", + + "create.ponder.mechanical_crafter_connect.header": "UNLOCALIZED: Connecting Inventories of Crafters", + "create.ponder.mechanical_crafter_connect.text_1": "UNLOCALIZED: Items can be inserted to Crafters automatically", + "create.ponder.mechanical_crafter_connect.text_2": "UNLOCALIZED: Using the Wrench at their backs, Mechanical Crafter inputs can be combined", + "create.ponder.mechanical_crafter_connect.text_3": "UNLOCALIZED: All connected Crafters can now be accessed by the same input location", + + "create.ponder.mechanical_crafter_covers.header": "UNLOCALIZED: Covering slots of Mechanical Crafters", + "create.ponder.mechanical_crafter_covers.text_1": "UNLOCALIZED: Some recipes will require additional Crafters to bridge gaps in the path", + "create.ponder.mechanical_crafter_covers.text_2": "UNLOCALIZED: Using Slot Covers, Crafters can be set to act as an Empty Slot in the arrangement", + "create.ponder.mechanical_crafter_covers.text_3": "UNLOCALIZED: Shared Inputs created with the Wrench at the back can also reach across covered Crafters", + + "create.ponder.mechanical_drill.header": "UNLOCALIZED: Breaking Blocks with the Mechanical Drill", + "create.ponder.mechanical_drill.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Drill will break blocks directly in front of it", + "create.ponder.mechanical_drill.text_2": "UNLOCALIZED: Its mining speed depends on the Rotational Input", + + "create.ponder.mechanical_drill_contraption.header": "UNLOCALIZED: Using Mechanical Drills on Contraptions", + "create.ponder.mechanical_drill_contraption.text_1": "UNLOCALIZED: Whenever Drills are moved as part of an animated Contraption...", + "create.ponder.mechanical_drill_contraption.text_2": "UNLOCALIZED: ...they will break blocks the contraption runs them into", + + "create.ponder.mechanical_harvester.header": "UNLOCALIZED: Using Mechanical Harvesters on Contraptions", + "create.ponder.mechanical_harvester.text_1": "UNLOCALIZED: Whenever Harvesters are moved as part of an animated Contraption...", + "create.ponder.mechanical_harvester.text_2": "UNLOCALIZED: They will harvest and reset any mature crops on their way", + + "create.ponder.mechanical_mixer.header": "UNLOCALIZED: Processing Items with the Mechanical Mixer", + "create.ponder.mechanical_mixer.text_1": "UNLOCALIZED: With a Mixer and Basin, some Crafting Recipes can be automated", + "create.ponder.mechanical_mixer.text_2": "UNLOCALIZED: Available recipes include any Shapeless Crafting Recipe, plus a couple extra ones", + "create.ponder.mechanical_mixer.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", + "create.ponder.mechanical_mixer.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", + + "create.ponder.mechanical_piston.header": "UNLOCALIZED: Moving Structures using Mechanical Pistons", + "create.ponder.mechanical_piston.text_1": "UNLOCALIZED: Mechanical Pistons can move blocks in front of them", + "create.ponder.mechanical_piston.text_2": "UNLOCALIZED: Speed and direction of movement depend on the Rotational Input", + "create.ponder.mechanical_piston.text_3": "UNLOCALIZED: Sticky Mechanical Pistons can pull the attached blocks back", + + "create.ponder.mechanical_piston_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Piston", + "create.ponder.mechanical_piston_modes.text_1": "UNLOCALIZED: Whenever Pistons stop moving, the moved structure reverts to blocks", + "create.ponder.mechanical_piston_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", + + "create.ponder.mechanical_plough.header": "UNLOCALIZED: Using Mechanical Ploughs on Contraptions", + "create.ponder.mechanical_plough.text_1": "UNLOCALIZED: Whenever Ploughs are moved as part of an animated Contraption...", + "create.ponder.mechanical_plough.text_2": "UNLOCALIZED: ...they will break blocks without a solid collision hitbox", + "create.ponder.mechanical_plough.text_3": "UNLOCALIZED: Additionally, ploughs can create farmland", + "create.ponder.mechanical_plough.text_4": "UNLOCALIZED: ...they can also launch entities without hurting them", + + "create.ponder.mechanical_press.header": "UNLOCALIZED: Processing Items with the Mechanical Press", + "create.ponder.mechanical_press.text_1": "UNLOCALIZED: The Mechanical Press can process items provided beneath it", + "create.ponder.mechanical_press.text_2": "UNLOCALIZED: The Input items can be dropped or placed on a Depot under the Press", + "create.ponder.mechanical_press.text_3": "UNLOCALIZED: When items are provided on a belt...", + "create.ponder.mechanical_press.text_4": "UNLOCALIZED: The Press will hold and process them automatically", + + "create.ponder.mechanical_press_compacting.header": "UNLOCALIZED: Compacting items with the Mechanical Press", + "create.ponder.mechanical_press_compacting.text_1": "UNLOCALIZED: Pressing items held in a Basin will cause them to be Compacted", + "create.ponder.mechanical_press_compacting.text_2": "UNLOCALIZED: Compacting includes any filled 2x2 or 3x3 Crafting Recipe, plus a couple extra ones", + "create.ponder.mechanical_press_compacting.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", + "create.ponder.mechanical_press_compacting.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", + + "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_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_saw_breaker.header": "UNLOCALIZED: Cutting Trees with the Mechanical Saw", + "create.ponder.mechanical_saw_breaker.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Saw will cut trees directly in front of it", + "create.ponder.mechanical_saw_breaker.text_2": "UNLOCALIZED: In order to cut the tree fully, the Saw has to break the last block connecting it to the ground", + + "create.ponder.mechanical_saw_contraption.header": "UNLOCALIZED: Using Mechanical Saws on Contraptions", + "create.ponder.mechanical_saw_contraption.text_1": "UNLOCALIZED: Whenever Saws are moved as part of an animated Contraption...", + "create.ponder.mechanical_saw_contraption.text_2": "UNLOCALIZED: ...they will cut any trees the contraption runs them into", + + "create.ponder.mechanical_saw_processing.header": "UNLOCALIZED: Processing Items on the Mechanical Saw", + "create.ponder.mechanical_saw_processing.text_1": "UNLOCALIZED: Upward facing Mechanical Saws can process a variety of items", + "create.ponder.mechanical_saw_processing.text_2": "UNLOCALIZED: The processed item always moves against the rotational input to the saw", + "create.ponder.mechanical_saw_processing.text_3": "UNLOCALIZED: Saws can work in-line with Mechanical Belts", + "create.ponder.mechanical_saw_processing.text_4": "UNLOCALIZED: When an ingredient has multiple possible outcomes, the filter slot can specify it", + "create.ponder.mechanical_saw_processing.text_5": "UNLOCALIZED: Without filter, the Saw would cycle through all outcomes instead", + + "create.ponder.millstone.header": "UNLOCALIZED: Processing Items in the Millstone", + "create.ponder.millstone.text_1": "UNLOCALIZED: Millstones process items by grinding them", + "create.ponder.millstone.text_2": "UNLOCALIZED: They can be powered from the side using cogwheels", + "create.ponder.millstone.text_3": "UNLOCALIZED: Throw or Insert items at the top", + "create.ponder.millstone.text_4": "UNLOCALIZED: After some time, the result can be obtained via Right-click", + "create.ponder.millstone.text_5": "UNLOCALIZED: The outputs can also be extracted by automation", + + "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", + "create.ponder.piston_pole.text_2": "UNLOCALIZED: The Length of pole added at its back determines the Extension Range", + + "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_storage_interface.header": "UNLOCALIZED: Contraption Storage Exchange", + "create.ponder.portable_storage_interface.text_1": "UNLOCALIZED: Inventories on moving contraptions cannot be accessed by players.", + "create.ponder.portable_storage_interface.text_2": "UNLOCALIZED: This component can interact with storage without the need to stop the contraption.", + "create.ponder.portable_storage_interface.text_3": "UNLOCALIZED: Place a second one with a gap of 1 or 2 blocks inbetween", + "create.ponder.portable_storage_interface.text_4": "UNLOCALIZED: Whenever they pass by each other, they will engage in a connection", + "create.ponder.portable_storage_interface.text_5": "UNLOCALIZED: While engaged, the stationary interface will represent ALL inventories on the contraption", + "create.ponder.portable_storage_interface.text_6": "UNLOCALIZED: Items can now be inserted...", + "create.ponder.portable_storage_interface.text_7": "UNLOCALIZED: ...or extracted from the contraption", + "create.ponder.portable_storage_interface.text_8": "UNLOCALIZED: After no items have been exchanged for a while, the contraption will continue on its way", + + "create.ponder.portable_storage_interface_redstone.header": "UNLOCALIZED: Redstone Control", + "create.ponder.portable_storage_interface_redstone.text_1": "UNLOCALIZED: Redstone power will prevent the stationary interface from engaging", + + "create.ponder.powered_latch.header": "UNLOCALIZED: Controlling signals using the Powered Latch", + "create.ponder.powered_latch.text_1": "UNLOCALIZED: Powered Latches are redstone controllable Levers", + "create.ponder.powered_latch.text_2": "UNLOCALIZED: Signals at the back switch it on", + "create.ponder.powered_latch.text_3": "UNLOCALIZED: Signals from the side switch it back off", + "create.ponder.powered_latch.text_4": "UNLOCALIZED: Powered latches can also be toggled manually", + + "create.ponder.powered_toggle_latch.header": "UNLOCALIZED: Controlling signals using the Powered Toggle Latch", + "create.ponder.powered_toggle_latch.text_1": "UNLOCALIZED: Powered Toggle Latches are redstone controllable Levers", + "create.ponder.powered_toggle_latch.text_2": "UNLOCALIZED: Signals at the back will toggle its state", + "create.ponder.powered_toggle_latch.text_3": "UNLOCALIZED: ...on and back off", + "create.ponder.powered_toggle_latch.text_4": "UNLOCALIZED: Powered toggle latches can also be toggled manually", + + "create.ponder.pulse_extender.header": "UNLOCALIZED: Controlling signals using Pulse Extenders", + "create.ponder.pulse_extender.text_1": "UNLOCALIZED: Pulse Extenders can lengthen a signal passing through", + "create.ponder.pulse_extender.text_2": "UNLOCALIZED: They activate after a short delay...", + "create.ponder.pulse_extender.text_3": "UNLOCALIZED: ...and cool down for the configured duration", + "create.ponder.pulse_extender.text_4": "UNLOCALIZED: Using the mouse wheel, the discharge time can be configured", + "create.ponder.pulse_extender.text_5": "UNLOCALIZED: The configured duration can range up to 30 minutes", + + "create.ponder.pulse_repeater.header": "UNLOCALIZED: Controlling signals using Pulse Repeaters", + "create.ponder.pulse_repeater.text_1": "UNLOCALIZED: Pulse Repeaters emit a short pulse at a delay", + "create.ponder.pulse_repeater.text_2": "UNLOCALIZED: Using the mouse wheel, the charge time can be configured", + "create.ponder.pulse_repeater.text_3": "UNLOCALIZED: Configured delays can range up to 30 minutes", + + "create.ponder.radial_chassis.header": "UNLOCALIZED: Attaching blocks using Radial Chassis", + "create.ponder.radial_chassis.text_1": "UNLOCALIZED: Radial Chassis connect to identical Chassis blocks in a row", + "create.ponder.radial_chassis.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", + "create.ponder.radial_chassis.text_3": "UNLOCALIZED: The side faces of a Radial Chassis can be made Sticky", + "create.ponder.radial_chassis.text_4": "UNLOCALIZED: Click again to make all other sides sticky", + "create.ponder.radial_chassis.text_5": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", + "create.ponder.radial_chassis.text_6": "UNLOCALIZED: Whenever a Block is next to a sticky face...", + "create.ponder.radial_chassis.text_7": "UNLOCALIZED: ...it will attach all reachable blocks within a radius on that layer", + "create.ponder.radial_chassis.text_8": "UNLOCALIZED: Using a Wrench, a precise Radius can be specified for this chassis", + "create.ponder.radial_chassis.text_9": "UNLOCALIZED: Blocks not reachable by any sticky face will not attach", + + "create.ponder.redstone_contact.header": "UNLOCALIZED: Redstone Contacts", + "create.ponder.redstone_contact.text_1": "UNLOCALIZED: Redstone Contacts facing each other will emit a redstone signal", + "create.ponder.redstone_contact.text_2": "UNLOCALIZED: This still applies when one of them is part of a moving Contraption", + + "create.ponder.redstone_link.header": "UNLOCALIZED: Using Redstone Links", + "create.ponder.redstone_link.text_1": "UNLOCALIZED: Redstone Links can transmit redstone signals wirelessly", + "create.ponder.redstone_link.text_2": "UNLOCALIZED: Right-click while Sneaking to toggle receive mode", + "create.ponder.redstone_link.text_3": "UNLOCALIZED: A simple Right-click with a Wrench can do the same", + "create.ponder.redstone_link.text_4": "UNLOCALIZED: Receivers emit the redstone power of transmitters within 128 blocks", + "create.ponder.redstone_link.text_5": "UNLOCALIZED: Placing items in the two slots can specify a Frequency", + "create.ponder.redstone_link.text_6": "UNLOCALIZED: Only the links with matching Frequencies will communicate", + + "create.ponder.rope_pulley.header": "UNLOCALIZED: Moving Structures using Rope Pulleys", + "create.ponder.rope_pulley.text_1": "UNLOCALIZED: Rope Pulleys can move blocks vertically when given Rotational Force", + "create.ponder.rope_pulley.text_2": "UNLOCALIZED: Direction and Speed of movement depend on the Rotational Input", + + "create.ponder.rope_pulley_attachment.header": "UNLOCALIZED: Moving Pulleys as part of a Contraption", + "create.ponder.rope_pulley_attachment.text_1": "UNLOCALIZED: Whenever Pulleys are themselves being moved by a Contraption...", + "create.ponder.rope_pulley_attachment.text_2": "UNLOCALIZED: ...its attached structure will be dragged with it", + "create.ponder.rope_pulley_attachment.text_3": "UNLOCALIZED: Mind that pulleys are only movable while stopped", + + "create.ponder.rope_pulley_modes.header": "UNLOCALIZED: Movement Modes of the Rope Pulley", + "create.ponder.rope_pulley_modes.text_1": "UNLOCALIZED: Whenever Pulleys stop moving, the moved structure reverts to blocks", + "create.ponder.rope_pulley_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", + + "create.ponder.rose_quartz_lamp.header": "UNLOCALIZED: Rose Quartz Lamps", + "create.ponder.rose_quartz_lamp.text_1": "UNLOCALIZED: Rose Quartz Lamps activate on a Redstone signal", + "create.ponder.rose_quartz_lamp.text_2": "UNLOCALIZED: They will continue to emit redstone power afterwards", + "create.ponder.rose_quartz_lamp.text_3": "UNLOCALIZED: When multiple lamps are arranged in a group...", + "create.ponder.rose_quartz_lamp.text_4": "UNLOCALIZED: ...activating a Lamp will focus the signal to it, deactivating all others", + "create.ponder.rose_quartz_lamp.text_5": "UNLOCALIZED: Comparators output based on the distance to a powered lamp", + "create.ponder.rose_quartz_lamp.text_6": "UNLOCALIZED: The Lamps can also be toggled manually using a Wrench", + + "create.ponder.rotation_speed_controller.header": "UNLOCALIZED: Using the Rotational Speed Controller", + "create.ponder.rotation_speed_controller.text_1": "UNLOCALIZED: Rot. Speed Controllers relay rotation from their axis to a Large Cogwheel above them", + "create.ponder.rotation_speed_controller.text_2": "UNLOCALIZED: Using the scroll input on its side, the conveyed speed can be configured", + + "create.ponder.sail.header": "UNLOCALIZED: Assembling Windmills using Sails", + "create.ponder.sail.text_1": "UNLOCALIZED: Sails are handy blocks to create Windmills with", + "create.ponder.sail.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", + "create.ponder.sail.text_3": "UNLOCALIZED: Right-Click with Dye to paint them", + "create.ponder.sail.text_4": "UNLOCALIZED: Right-Click with Shears to turn them back into frames", + + "create.ponder.sail_frame.header": "UNLOCALIZED: Assembling Windmills using Sail Frames", + "create.ponder.sail_frame.text_1": "UNLOCALIZED: Sail Frames are handy blocks to create Windmills with", + "create.ponder.sail_frame.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", + + "create.ponder.sequenced_gearshift.header": "UNLOCALIZED: Controlling Rotational Speed using Sequenced Gearshifts", + "create.ponder.sequenced_gearshift.text_1": "UNLOCALIZED: Seq. Gearshifts relay rotation by following a timed list of instructions", + "create.ponder.sequenced_gearshift.text_2": "UNLOCALIZED: Right-click it to open the Configuration UI", + "create.ponder.sequenced_gearshift.text_3": "UNLOCALIZED: Upon receiving a Redstone Signal, it will start running its configured sequence", + "create.ponder.sequenced_gearshift.text_4": "UNLOCALIZED: Once finished, it waits for the next Redstone Signal and starts over", + "create.ponder.sequenced_gearshift.text_5": "UNLOCALIZED: A redstone comparator can be used to read the current progress", + + "create.ponder.shaft.header": "UNLOCALIZED: Relaying rotational force using Shafts", + "create.ponder.shaft.text_1": "UNLOCALIZED: Shafts will relay rotation in a straight line.", + + "create.ponder.shaft_casing.header": "UNLOCALIZED: Encasing Shafts", + "create.ponder.shaft_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Shafts", + + "create.ponder.smart_chute.header": "UNLOCALIZED: Filtering Items using Smart Chutes", + "create.ponder.smart_chute.text_1": "UNLOCALIZED: Smart Chutes are vertical chutes with additional control", + "create.ponder.smart_chute.text_2": "UNLOCALIZED: Items in the filter slot specify what exactly they can extract and transfer", + "create.ponder.smart_chute.text_3": "UNLOCALIZED: Use the Mouse Wheel to specify the extracted stack size", + "create.ponder.smart_chute.text_4": "UNLOCALIZED: Redstone power will prevent Smart Chutes from acting.", + + "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.speedometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Speedometer", + "create.ponder.speedometer.text_1": "UNLOCALIZED: The Speedometer displays the current Speed of the attached components", + "create.ponder.speedometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", + "create.ponder.speedometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Speedometer's measurements", + + "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.stabilized_bearings.header": "UNLOCALIZED: Stabilized Contraptions", + "create.ponder.stabilized_bearings.text_1": "UNLOCALIZED: Whenever Mechanical Bearings are themselves part of a moving Structure..", + "create.ponder.stabilized_bearings.text_2": "UNLOCALIZED: ..they will attempt to keep themselves upright", + "create.ponder.stabilized_bearings.text_3": "UNLOCALIZED: Once again, the bearing will attach to the block in front of it", + "create.ponder.stabilized_bearings.text_4": "UNLOCALIZED: As a result, the entire sub-Contraption will stay upright", + + "create.ponder.steam_engine.header": "UNLOCALIZED: Setting up Steam Engines", + "create.ponder.steam_engine.text_1": "UNLOCALIZED: Steam Engines can be placed on a Fluid Tank", + "create.ponder.steam_engine.text_10": "UNLOCALIZED: Lvl 4", + "create.ponder.steam_engine.text_11": "UNLOCALIZED: 4 Engines", + "create.ponder.steam_engine.text_12": "UNLOCALIZED: Lvl 8", + "create.ponder.steam_engine.text_13": "UNLOCALIZED: 8 Engines", + "create.ponder.steam_engine.text_2": "UNLOCALIZED: Clicking the engine with a Shaft creates the Kinetic Output", + "create.ponder.steam_engine.text_3": "UNLOCALIZED: With sufficient Heat, Water and Boiler space...", + "create.ponder.steam_engine.text_4": "UNLOCALIZED: ...they will generate Rotational Force", + "create.ponder.steam_engine.text_5": "UNLOCALIZED: The minimal setup requires 4 Fluid Tanks", + "create.ponder.steam_engine.text_6": "UNLOCALIZED: With the help of Blaze Burners, the power output can be increased", + "create.ponder.steam_engine.text_7": "UNLOCALIZED: Higher power levels require more Water, Size and Heat", + "create.ponder.steam_engine.text_8": "UNLOCALIZED: The boiler's current power level can be inspected with Engineer's Goggles", + "create.ponder.steam_engine.text_9": "UNLOCALIZED: With each added power level, an additional Engine can output at full capacity", + + "create.ponder.steam_whistle.header": "UNLOCALIZED: Setting up Steam Whistles", + "create.ponder.steam_whistle.text_1": "UNLOCALIZED: Steam Whistles can be placed on a Fluid Tank", + "create.ponder.steam_whistle.text_2": "UNLOCALIZED: If the tank receives sufficient heat...", + "create.ponder.steam_whistle.text_3": "UNLOCALIZED: ...the Whistle will play a note when activated", + "create.ponder.steam_whistle.text_4": "UNLOCALIZED: Use a Whistle item on the block to lower its pitch", + "create.ponder.steam_whistle.text_5": "UNLOCALIZED: Cycle between three different octaves using a Wrench", + "create.ponder.steam_whistle.text_6": "UNLOCALIZED: Engineer's Goggles can help to find out the current pitch of a Whistle", + + "create.ponder.sticker.header": "UNLOCALIZED: Attaching blocks using the Sticker", + "create.ponder.sticker.text_1": "UNLOCALIZED: Stickers are ideal for Redstone-controlled block attachment", + "create.ponder.sticker.text_2": "UNLOCALIZED: Upon receiving a signal, it will toggle its state", + "create.ponder.sticker.text_3": "UNLOCALIZED: If it is now moved in a contraption, the block will move with it", + "create.ponder.sticker.text_4": "UNLOCALIZED: Toggled once again, the block is no longer attached", + + "create.ponder.stressometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Stressometer", + "create.ponder.stressometer.text_1": "UNLOCALIZED: The Stressometer displays the current Stress Capacity of the attached kinetic network", + "create.ponder.stressometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", + "create.ponder.stressometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Stressometer's measurements", + + "create.ponder.super_glue.header": "UNLOCALIZED: Attaching blocks using Super Glue", + "create.ponder.super_glue.text_1": "UNLOCALIZED: Super Glue groups blocks together into moving contraptions", + "create.ponder.super_glue.text_2": "UNLOCALIZED: Clicking two endpoints creates a new 'glued' area", + "create.ponder.super_glue.text_3": "UNLOCALIZED: To remove a box, punch it with the glue item in hand", + "create.ponder.super_glue.text_4": "UNLOCALIZED: Adjacent blocks sharing an area will pull each other along", + "create.ponder.super_glue.text_5": "UNLOCALIZED: Overlapping glue volumes will move together", + "create.ponder.super_glue.text_6": "UNLOCALIZED: Blocks hanging on others usually do not require glue", + + "create.ponder.track_chunks.header": "UNLOCALIZED: Traversing unloaded Chunks", + "create.ponder.track_chunks.text_1": "UNLOCALIZED: Tracks stay functional outside of loaded chunks", + "create.ponder.track_chunks.text_2": "UNLOCALIZED: Trains will travel through inactive sections of the world without issue", + "create.ponder.track_chunks.text_3": "UNLOCALIZED: They will still stop at stations or red signals", + "create.ponder.track_chunks.text_4": "UNLOCALIZED: However, Drills and other on-board machines will not operate", + "create.ponder.track_chunks.text_5": "UNLOCALIZED: Once near a Player, the train will re-appear", + + "create.ponder.track_observer.header": "UNLOCALIZED: Detecting Trains", + "create.ponder.track_observer.text_1": "UNLOCALIZED: Select a Train Track then place the Observer nearby", + "create.ponder.track_observer.text_2": "UNLOCALIZED: The Observer will detect any Trains passing over the marker", + "create.ponder.track_observer.text_3": "UNLOCALIZED: Observers can be filtered to activate for matching cargo", + + "create.ponder.track_placement.header": "UNLOCALIZED: Placing Train Tracks", + "create.ponder.track_placement.text_1": "UNLOCALIZED: A new type of rail designed for Train Contraptions", + "create.ponder.track_placement.text_2": "UNLOCALIZED: To place rows of track in bulk, click on an existing track", + "create.ponder.track_placement.text_3": "UNLOCALIZED: Then place or select a second track", + "create.ponder.track_placement.text_4": "UNLOCALIZED: Tracks can also be placed as turns or slopes", + "create.ponder.track_placement.text_5": "UNLOCALIZED: When connecting, tracks will try to make each turn equally sized", + "create.ponder.track_placement.text_6": "UNLOCALIZED: Holding the sprint key while connecting...", + "create.ponder.track_placement.text_7": "UNLOCALIZED: ...will create the longest fitting bend instead", + "create.ponder.track_placement.text_8": "UNLOCALIZED: Materials in the off-hand will be paved under tracks automatically", + + "create.ponder.track_portal.header": "UNLOCALIZED: Tracks and the Nether", + "create.ponder.track_portal.text_1": "UNLOCALIZED: Tracks placed up against a nether portal...", + "create.ponder.track_portal.text_2": "UNLOCALIZED: ...will attempt to create a paired track on the other side", + "create.ponder.track_portal.text_3": "UNLOCALIZED: Trains on this track are now able to travel across dimensions", + + "create.ponder.train_assembly.header": "UNLOCALIZED: Assembling Trains", + "create.ponder.train_assembly.text_1": "UNLOCALIZED: Select a Train Track then place the Station nearby", + "create.ponder.train_assembly.text_10": "UNLOCALIZED: Every Train requires Train Controls on board", + "create.ponder.train_assembly.text_11": "UNLOCALIZED: An optional second one allows departure from Stations in both directions", + "create.ponder.train_assembly.text_12": "UNLOCALIZED: Open the Station UI and confirm the Assembly process", + "create.ponder.train_assembly.text_13": "UNLOCALIZED: Trains can be disassembled back into blocks at stations only", + "create.ponder.train_assembly.text_14": "UNLOCALIZED: When used on a station, maps will add a labeled marker at the location", + "create.ponder.train_assembly.text_15": "UNLOCALIZED: Assembled Trains can be relocated to nearby Tracks using the Wrench", + "create.ponder.train_assembly.text_2": "UNLOCALIZED: Stations are the Waypoints of your Track Network", + "create.ponder.train_assembly.text_3": "UNLOCALIZED: To create a new Train, open the UI and switch to Assembly Mode", + "create.ponder.train_assembly.text_4": "UNLOCALIZED: During Assembly no scheduled trains will approach this station", + "create.ponder.train_assembly.text_5": "UNLOCALIZED: Create new bogeys by using Train Casing on Tracks", + "create.ponder.train_assembly.text_6": "UNLOCALIZED: Click the track again to cycle between bogey designs", + "create.ponder.train_assembly.text_7": "UNLOCALIZED: Attach blocks with the help of Super Glue", + "create.ponder.train_assembly.text_8": "UNLOCALIZED: Assembled Trains will move faster if they can find fuel in assembled chests or barrels", + "create.ponder.train_assembly.text_9": "UNLOCALIZED: Fuel stored in Vaults will not be consumed by the train", + + "create.ponder.train_controls.header": "UNLOCALIZED: Controlling Trains", + "create.ponder.train_controls.text_1": "UNLOCALIZED: Train Controls are required on every train contraption", + "create.ponder.train_controls.text_2": "UNLOCALIZED: Once assembled, right-click the block to start driving", + "create.ponder.train_controls.text_3": "UNLOCALIZED: Accelerate and steer the Train using movement keybinds", + "create.ponder.train_controls.text_4": "UNLOCALIZED: If desired, the top speed can be fine-tuned using the mouse wheel", + "create.ponder.train_controls.text_5": "UNLOCALIZED: Hold space to approach a nearby Station", + "create.ponder.train_controls.text_6": "UNLOCALIZED: Trains can only be disassembled back into blocks at Stations", + "create.ponder.train_controls.text_7": "UNLOCALIZED: Assembled Whistles can be activated with the sprint key", + "create.ponder.train_controls.text_8": "UNLOCALIZED: Sneak or click again to stop controlling the Train", + + "create.ponder.train_schedule.header": "UNLOCALIZED: Using Train Schedules", + "create.ponder.train_schedule.text_1": "UNLOCALIZED: Schedules allow Trains to be controlled by other Drivers", + "create.ponder.train_schedule.text_2": "UNLOCALIZED: Right-click with the item in hand to open its Interface", + "create.ponder.train_schedule.text_3": "UNLOCALIZED: Once programmed, the Schedule can be handed off to a Train Driver", + "create.ponder.train_schedule.text_4": "UNLOCALIZED: Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", + "create.ponder.train_schedule.text_5": "UNLOCALIZED: Creatures on a lead can be given their seat more conveniently", + "create.ponder.train_schedule.text_6": "UNLOCALIZED: Schedules can be retrieved from Drivers at any moment", + + "create.ponder.train_signal_placement.header": "UNLOCALIZED: Placing Train Signals", + "create.ponder.train_signal_placement.text_1": "UNLOCALIZED: Select a Train Track then place the Signal nearby", + "create.ponder.train_signal_placement.text_2": "UNLOCALIZED: Signals control the flow of Trains not driven by players", + "create.ponder.train_signal_placement.text_3": "UNLOCALIZED: Scheduled Trains will never cross signals in the opposite direction", + "create.ponder.train_signal_placement.text_4": "UNLOCALIZED: ...unless a second signal is added facing the opposite way.", + "create.ponder.train_signal_placement.text_5": "UNLOCALIZED: Nixie tubes can be attached to make a signal's lights more visible", + + "create.ponder.train_signal_redstone.header": "UNLOCALIZED: Signals & Redstone", + "create.ponder.train_signal_redstone.text_1": "UNLOCALIZED: Signals can be forced red by a redstone signal", + "create.ponder.train_signal_redstone.text_2": "UNLOCALIZED: Reversely, red signals emit a comparator output", + + "create.ponder.train_signal_signaling.header": "UNLOCALIZED: Collision Prevention with Signals", + "create.ponder.train_signal_signaling.text_1": "UNLOCALIZED: Train Signals divide a track into segments", + "create.ponder.train_signal_signaling.text_2": "UNLOCALIZED: If a Segment is occupied, no other Trains will be allowed entry", + "create.ponder.train_signal_signaling.text_3": "UNLOCALIZED: Thus, each Segment will contain only one Train at a time", + "create.ponder.train_signal_signaling.text_4": "UNLOCALIZED: A second Signal mode is available via the Wrench", + "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", + "create.ponder.train_signal_signaling.text_6": "UNLOCALIZED: This special Signal can stop trains under a second condition", + "create.ponder.train_signal_signaling.text_7": "UNLOCALIZED: It will stop Trains, which, upon entering...", + "create.ponder.train_signal_signaling.text_8": "UNLOCALIZED: ...would not be able to leave the Segment immediately", + "create.ponder.train_signal_signaling.text_9": "UNLOCALIZED: This helps keeping queued Trains out of a busy Segment", + + "create.ponder.valve_handle.header": "UNLOCALIZED: Generating Rotational Force using Valve Handles", + "create.ponder.valve_handle.text_1": "UNLOCALIZED: Valve Handles can be used by players to apply rotational force manually", + "create.ponder.valve_handle.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", + "create.ponder.valve_handle.text_3": "UNLOCALIZED: Its conveyed speed is slow and precise", + "create.ponder.valve_handle.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", + "create.ponder.valve_handle.text_5": "UNLOCALIZED: Valve handles can be dyed for aesthetic purposes", + + "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.water_wheel.header": "UNLOCALIZED: Generating Rotational Force using Water Wheels", + "create.ponder.water_wheel.text_1": "UNLOCALIZED: Water Wheels draw force from adjacent Water Currents", + "create.ponder.water_wheel.text_2": "UNLOCALIZED: The more faces are powered, the faster the Water Wheel will rotate", + "create.ponder.water_wheel.text_3": "UNLOCALIZED: The Wheels' blades should be oriented against the flow", + "create.ponder.water_wheel.text_4": "UNLOCALIZED: Facing the opposite way, they will not be as effective", + + "create.ponder.weighted_ejector.header": "UNLOCALIZED: Using Weighted Ejectors", + "create.ponder.weighted_ejector.text_1": "UNLOCALIZED: Sneak and Right-Click holding an Ejector to select its target location", + "create.ponder.weighted_ejector.text_10": "UNLOCALIZED: It is now limited to this stack size, and only activates when its held stack reaches this amount", + "create.ponder.weighted_ejector.text_11": "UNLOCALIZED: Other Entities will always trigger an Ejector when stepping on it", + "create.ponder.weighted_ejector.text_2": "UNLOCALIZED: The placed ejector will now launch objects to the marked location", + "create.ponder.weighted_ejector.text_3": "UNLOCALIZED: A valid target can be at any height or distance within range", + "create.ponder.weighted_ejector.text_4": "UNLOCALIZED: They cannot however be off to a side", + "create.ponder.weighted_ejector.text_5": "UNLOCALIZED: If no valid Target was selected, it will simply target the block directly in front", + "create.ponder.weighted_ejector.text_6": "UNLOCALIZED: Supply Rotational Force in order to charge it up", + "create.ponder.weighted_ejector.text_7": "UNLOCALIZED: Items placed on the ejector cause it to trigger", + "create.ponder.weighted_ejector.text_8": "UNLOCALIZED: If Inventories are targeted, the ejector will wait until there is space", + "create.ponder.weighted_ejector.text_9": "UNLOCALIZED: Using the Wrench, a required Stack Size can be configured", + + "create.ponder.weighted_ejector_redstone.header": "UNLOCALIZED: Controlling Weighted Ejectors with Redstone", + "create.ponder.weighted_ejector_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Ejectors will not activate", + "create.ponder.weighted_ejector_redstone.text_2": "UNLOCALIZED: Furthermore, Observers can detect when Ejectors activate", + + "create.ponder.weighted_ejector_tunnel.header": "UNLOCALIZED: Splitting item stacks using Weighted Ejectors", + "create.ponder.weighted_ejector_tunnel.text_1": "UNLOCALIZED: Combined with Brass Tunnels, Ejectors can split item stacks by specific amounts", + "create.ponder.weighted_ejector_tunnel.text_2": "UNLOCALIZED: First, configure the Brass Tunnel to 'Prefer Nearest', in order to prioritize its side output", + "create.ponder.weighted_ejector_tunnel.text_3": "UNLOCALIZED: The Stack Size set on the Ejector now determines the amount to be split off", + "create.ponder.weighted_ejector_tunnel.text_4": "UNLOCALIZED: While a new stack of the configured size exits the side output...", + "create.ponder.weighted_ejector_tunnel.text_5": "UNLOCALIZED: ...the remainder will continue on its path", + + "create.ponder.windmill_source.header": "UNLOCALIZED: Generating Rotational Force using Windmill Bearings", + "create.ponder.windmill_source.text_1": "UNLOCALIZED: Windmill Bearings attach to the block in front of them", + "create.ponder.windmill_source.text_2": "UNLOCALIZED: Create a movable structure with the help of Super Glue", + "create.ponder.windmill_source.text_3": "UNLOCALIZED: If enough Sail-like blocks are included, this can act as a Windmill", + "create.ponder.windmill_source.text_4": "UNLOCALIZED: Activated with Right-Click, the Windmill Bearing will start providing Rotational Force", + "create.ponder.windmill_source.text_5": "UNLOCALIZED: The Amount of Sail Blocks determine its Rotation Speed", + "create.ponder.windmill_source.text_6": "UNLOCALIZED: Use a Wrench to configure its rotation direction", + "create.ponder.windmill_source.text_7": "UNLOCALIZED: Right-click the Bearing anytime to stop and edit the Structure again", + + "create.ponder.windmill_structure.header": "UNLOCALIZED: Windmill Contraptions", + "create.ponder.windmill_structure.text_1": "UNLOCALIZED: Any Structure can count as a valid Windmill, as long as it contains at least 8 sail-like Blocks.", + + "_": "Thank you for translating Create!" + +} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/items/deployable_drink.json b/src/generated/resources/data/create/tags/items/deployable_drink.json index d5b914f850..2161cefd8b 100644 --- a/src/generated/resources/data/create/tags/items/deployable_drink.json +++ b/src/generated/resources/data/create/tags/items/deployable_drink.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "minecraft:milk_bucket", "minecraft:potion" From 582ead2b92a0e6b396602e672fea731a75ba826b Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Tue, 24 Jan 2023 17:26:39 +0100 Subject: [PATCH 27/51] Certified forge user - Use builtin composite loader to fix blending issues with nixie tube and display link models --- .../models/block/display_link/block.json | 211 ++++++++++-------- .../create/models/block/nixie_tube/block.json | 138 ++++++------ .../create/models/block/nixie_tube/item.json | 84 +------ 3 files changed, 181 insertions(+), 252 deletions(-) diff --git a/src/main/resources/assets/create/models/block/display_link/block.json b/src/main/resources/assets/create/models/block/display_link/block.json index ad18cbb193..70d6993d86 100644 --- a/src/main/resources/assets/create/models/block/display_link/block.json +++ b/src/main/resources/assets/create/models/block/display_link/block.json @@ -1,110 +1,125 @@ { "credit": "Made with Blockbench", + "loader": "forge:composite", "parent": "block/block", "textures": { "0": "create:block/display_link", "3": "create:block/display_link_side", "particle": "create:block/brass_casing" }, - "elements": [ - { - "from": [9, 6, 3.5], - "to": [13, 9, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]}, - "faces": { - "north": {"uv": [14.5, 0, 12.5, 1.5], "texture": "#0"}, - "east": {"uv": [14.5, 6, 16, 1.5], "rotation": 90, "texture": "#0"}, - "south": {"uv": [12.5, 0, 14.5, 1.5], "texture": "#0"}, - "west": {"uv": [14.5, 6, 16, 1.5], "rotation": 90, "texture": "#0"}, - "up": {"uv": [14.5, 1.5, 12.5, 6], "rotation": 180, "texture": "#0"} - } + "children": { + "base": { + "render_type": "minecraft:solid", + "textures": { + "0": "create:block/display_link", + "3": "create:block/display_link_side" + }, + "elements": [ + { + "from": [9, 6, 3.5], + "to": [13, 9, 12.5], + "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]}, + "faces": { + "north": {"uv": [14.5, 0, 12.5, 1.5], "texture": "#0"}, + "east": {"uv": [14.5, 6, 16, 1.5], "rotation": 90, "texture": "#0"}, + "south": {"uv": [12.5, 0, 14.5, 1.5], "texture": "#0"}, + "west": {"uv": [14.5, 6, 16, 1.5], "rotation": 90, "texture": "#0"}, + "up": {"uv": [14.5, 1.5, 12.5, 6], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [1, 1, 1], + "to": [15, 6, 15], + "faces": { + "north": {"uv": [0, 0, 14, 5], "texture": "#3"}, + "east": {"uv": [7.5, 9, 10, 16], "rotation": 90, "texture": "#0"}, + "south": {"uv": [0, 0, 14, 5], "texture": "#3"}, + "west": {"uv": [7.5, 9, 10, 16], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 9, 7, 16], "texture": "#0"}, + "down": {"uv": [0, 1.5, 7, 8.5], "texture": "#0"} + } + }, + { + "from": [2, -1, 2], + "to": [14, 1, 14], + "faces": { + "north": {"uv": [0.5, 0, 6.5, 1], "texture": "#0"}, + "east": {"uv": [0.5, 0, 6.5, 1], "texture": "#0"}, + "south": {"uv": [0.5, 0, 6.5, 1], "texture": "#0"}, + "west": {"uv": [0.5, 0, 6.5, 1], "texture": "#0"}, + "down": {"uv": [0.5, 2, 6.5, 8], "texture": "#0"} + } + }, + { + "from": [3, 5, 3], + "to": [7, 7, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]}, + "faces": { + "north": {"uv": [13.5, 10, 11.5, 11], "texture": "#0"}, + "east": {"uv": [13.5, 10, 11.5, 11], "texture": "#0"}, + "south": {"uv": [13.5, 10, 11.5, 11], "texture": "#0"}, + "west": {"uv": [13.5, 10, 11.5, 11], "texture": "#0"}, + "up": {"uv": [13.5, 8, 11.5, 10], "texture": "#0"} + } + }, + { + "from": [3, 6, 8], + "to": [7, 8, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]}, + "faces": { + "north": {"uv": [13.5, 8, 11.5, 9], "texture": "#0"}, + "east": {"uv": [13.5, 8, 11.5, 9], "texture": "#0"}, + "south": {"uv": [13.5, 8, 11.5, 9], "texture": "#0"}, + "west": {"uv": [13.5, 8, 11.5, 9], "texture": "#0"}, + "up": {"uv": [13.5, 6, 11.5, 8], "texture": "#0"} + } + } + ] }, - { - "from": [1, 1, 1], - "to": [15, 6, 15], - "faces": { - "north": {"uv": [0, 0, 14, 5], "texture": "#3"}, - "east": {"uv": [7.5, 9, 10, 16], "rotation": 90, "texture": "#0"}, - "south": {"uv": [0, 0, 14, 5], "texture": "#3"}, - "west": {"uv": [7.5, 9, 10, 16], "rotation": 90, "texture": "#0"}, - "up": {"uv": [0, 9, 7, 16], "texture": "#0"}, - "down": {"uv": [0, 1.5, 7, 8.5], "texture": "#0"} - } + "bulb_inner": { + "render_type": "minecraft:cutout", + "textures": { + "0": "create:block/display_link" + }, + "elements": [ + { + "from": [2.5, 8, 9], + "to": [7.5, 13, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 7.5, 19]}, + "faces": { + "south": {"uv": [16, 13.5, 13.5, 16], "texture": "#0"} + } + }, + { + "from": [2.5, 8, 10], + "to": [7.5, 13, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]}, + "faces": { + "north": {"uv": [16, 13.5, 13.5, 16], "texture": "#0"} + } + } + ] }, - { - "from": [2, -1, 2], - "to": [14, 1, 14], - "faces": { - "north": {"uv": [0.5, 0, 6.5, 1], "texture": "#0"}, - "east": {"uv": [0.5, 0, 6.5, 1], "texture": "#0"}, - "south": {"uv": [0.5, 0, 6.5, 1], "texture": "#0"}, - "west": {"uv": [0.5, 0, 6.5, 1], "texture": "#0"}, - "down": {"uv": [0.5, 2, 6.5, 8], "texture": "#0"} - } - }, - { - "from": [3, 5, 3], - "to": [7, 7, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]}, - "faces": { - "north": {"uv": [13.5, 10, 11.5, 11], "texture": "#0"}, - "east": {"uv": [13.5, 10, 11.5, 11], "texture": "#0"}, - "south": {"uv": [13.5, 10, 11.5, 11], "texture": "#0"}, - "west": {"uv": [13.5, 10, 11.5, 11], "texture": "#0"}, - "up": {"uv": [13.5, 8, 11.5, 10], "texture": "#0"} - } - }, - { - "from": [3, 6, 8], - "to": [7, 8, 12], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]}, - "faces": { - "north": {"uv": [13.5, 8, 11.5, 9], "texture": "#0"}, - "east": {"uv": [13.5, 8, 11.5, 9], "texture": "#0"}, - "south": {"uv": [13.5, 8, 11.5, 9], "texture": "#0"}, - "west": {"uv": [13.5, 8, 11.5, 9], "texture": "#0"}, - "up": {"uv": [13.5, 6, 11.5, 8], "texture": "#0"} - } - }, - { - "from": [2.5, 8, 7.5], - "to": [7.5, 13, 12.5], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]}, - "faces": { - "north": {"uv": [16, 8.5, 13.5, 11], "texture": "#0"}, - "east": {"uv": [16, 8.5, 13.5, 11], "texture": "#0"}, - "south": {"uv": [16, 8.5, 13.5, 11], "texture": "#0"}, - "west": {"uv": [16, 8.5, 13.5, 11], "texture": "#0"}, - "up": {"uv": [16, 6, 13.5, 8.5], "texture": "#0"}, - "down": {"uv": [16, 11, 13.5, 13.5], "texture": "#0"} - } - }, - { - "from": [2.5, 8, 9], - "to": [7.5, 13, 10], - "rotation": {"angle": 0, "axis": "y", "origin": [6, 7.5, 19]}, - "faces": { - "south": {"uv": [16, 13.5, 13.5, 16], "texture": "#0"} - } - }, - { - "from": [2.5, 8, 10], - "to": [7.5, 13, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]}, - "faces": { - "north": {"uv": [16, 13.5, 13.5, 16], "texture": "#0"} - } + "bulb": { + "render_type": "minecraft:translucent", + "textures": { + "0": "create:block/display_link" + }, + "elements": [ + { + "from": [2.5, 8, 7.5], + "to": [7.5, 13, 12.5], + "rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]}, + "faces": { + "north": {"uv": [16, 8.5, 13.5, 11], "texture": "#0"}, + "east": {"uv": [16, 8.5, 13.5, 11], "texture": "#0"}, + "south": {"uv": [16, 8.5, 13.5, 11], "texture": "#0"}, + "west": {"uv": [16, 8.5, 13.5, 11], "texture": "#0"}, + "up": {"uv": [16, 6, 13.5, 8.5], "texture": "#0"}, + "down": {"uv": [16, 11, 13.5, 13.5], "texture": "#0"} + } + } + ] } - ], - "groups": [ - 0, - 1, - 2, - { - "name": "group", - "origin": [16, 0, 0], - "color": 0, - "children": [3, 4, 5, 6, 7] - } - ] + } } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/nixie_tube/block.json b/src/main/resources/assets/create/models/block/nixie_tube/block.json index baf3fa243c..c38e371910 100644 --- a/src/main/resources/assets/create/models/block/nixie_tube/block.json +++ b/src/main/resources/assets/create/models/block/nixie_tube/block.json @@ -1,85 +1,81 @@ { "credit": "Made with Blockbench", + "loader": "forge:composite", "parent": "block/block", "textures": { "0": "create:block/nixie_tube", "particle": "create:block/nixie_tube" }, - "elements": [ - { - "name": "connector4", - "from": [5, 0, 9], - "to": [11, 3, 15], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 10, 6, 13], "texture": "#0"}, - "east": {"uv": [0, 10, 6, 13], "texture": "#0"}, - "south": {"uv": [0, 10, 6, 13], "texture": "#0"}, - "west": {"uv": [0, 10, 6, 13], "texture": "#0"}, - "up": {"uv": [6, 6, 12, 12], "rotation": 270, "texture": "#0"}, - "down": {"uv": [6, 6, 12, 12], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "connector5", - "from": [5, 0, 1], - "to": [11, 3, 7], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 10, 6, 13], "texture": "#0"}, - "east": {"uv": [0, 10, 6, 13], "texture": "#0"}, - "south": {"uv": [0, 10, 6, 13], "texture": "#0"}, - "west": {"uv": [0, 10, 6, 13], "texture": "#0"}, - "up": {"uv": [6, 6, 12, 12], "rotation": 270, "texture": "#0"}, - "down": {"uv": [6, 6, 12, 12], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "tube5", - "from": [5, 3, 9], - "to": [11, 12, 15], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 1, 6, 10], "texture": "#0"}, - "east": {"uv": [0, 1, 6, 10], "texture": "#0"}, - "south": {"uv": [0, 1, 6, 10], "texture": "#0"}, - "west": {"uv": [0, 1, 6, 10], "texture": "#0"}, - "up": {"uv": [6, 0, 12, 6], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "tube6", - "from": [5, 3, 1], - "to": [11, 12, 7], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 1, 6, 10], "texture": "#0"}, - "east": {"uv": [0, 1, 6, 10], "texture": "#0"}, - "south": {"uv": [0, 1, 6, 10], "texture": "#0"}, - "west": {"uv": [0, 1, 6, 10], "texture": "#0"}, - "up": {"uv": [6, 0, 12, 6], "rotation": 180, "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "block", - "origin": [8, 8, 8], - "color": 0, - "children": [ + "children": { + "connectors": { + "render_type": "minecraft:solid", + "textures": { + "0": "create:block/nixie_tube" + }, + "elements": [ { - "name": "group", - "origin": [17, 14, 13], - "color": 0, - "children": [] + "name": "connector1", + "from": [5, 0, 9], + "to": [11, 3, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [0, 10, 6, 13], "texture": "#0"}, + "east": {"uv": [0, 10, 6, 13], "texture": "#0"}, + "south": {"uv": [0, 10, 6, 13], "texture": "#0"}, + "west": {"uv": [0, 10, 6, 13], "texture": "#0"}, + "up": {"uv": [6, 6, 12, 12], "rotation": 270, "texture": "#0"}, + "down": {"uv": [6, 6, 12, 12], "rotation": 90, "texture": "#0"} + } }, { - "name": "group", - "origin": [17, 14, 13], - "color": 0, - "children": [0, 1, 2, 3] + "name": "connector2", + "from": [5, 0, 1], + "to": [11, 3, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [0, 10, 6, 13], "texture": "#0"}, + "east": {"uv": [0, 10, 6, 13], "texture": "#0"}, + "south": {"uv": [0, 10, 6, 13], "texture": "#0"}, + "west": {"uv": [0, 10, 6, 13], "texture": "#0"}, + "up": {"uv": [6, 6, 12, 12], "rotation": 270, "texture": "#0"}, + "down": {"uv": [6, 6, 12, 12], "rotation": 90, "texture": "#0"} + } + } + ] + }, + "tubes": { + "render_type": "minecraft:translucent", + "textures": { + "0": "create:block/nixie_tube" + }, + "elements": [ + { + "name": "tube1", + "from": [5, 3, 9], + "to": [11, 12, 15], + "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [0, 1, 6, 10], "texture": "#0"}, + "east": {"uv": [0, 1, 6, 10], "texture": "#0"}, + "south": {"uv": [0, 1, 6, 10], "texture": "#0"}, + "west": {"uv": [0, 1, 6, 10], "texture": "#0"}, + "up": {"uv": [6, 0, 12, 6], "rotation": 180, "texture": "#0"} + } + }, + { + "name": "tube2", + "from": [5, 3, 1], + "to": [11, 12, 7], + "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, + "faces": { + "north": {"uv": [0, 1, 6, 10], "texture": "#0"}, + "east": {"uv": [0, 1, 6, 10], "texture": "#0"}, + "south": {"uv": [0, 1, 6, 10], "texture": "#0"}, + "west": {"uv": [0, 1, 6, 10], "texture": "#0"}, + "up": {"uv": [6, 0, 12, 6], "rotation": 180, "texture": "#0"} + } } ] } - ] + } } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/nixie_tube/item.json b/src/main/resources/assets/create/models/block/nixie_tube/item.json index 8f7772e243..089b5d3252 100644 --- a/src/main/resources/assets/create/models/block/nixie_tube/item.json +++ b/src/main/resources/assets/create/models/block/nixie_tube/item.json @@ -1,85 +1,3 @@ { - "credit": "Made with Blockbench", - "parent": "block/block", - "textures": { - "0": "create:block/nixie_tube", - "particle": "create:block/nixie_tube" - }, - "elements": [ - { - "name": "connector4", - "from": [9, 0, 5], - "to": [15, 3, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 10, 6, 13], "texture": "#0"}, - "east": {"uv": [0, 10, 6, 13], "texture": "#0"}, - "south": {"uv": [0, 10, 6, 13], "texture": "#0"}, - "west": {"uv": [0, 10, 6, 13], "texture": "#0"}, - "up": {"uv": [6, 6, 12, 12], "rotation": 180, "texture": "#0"}, - "down": {"uv": [6, 6, 12, 12], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "connector5", - "from": [1, 0, 5], - "to": [7, 3, 11], - "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 10, 6, 13], "texture": "#0"}, - "east": {"uv": [0, 10, 6, 13], "texture": "#0"}, - "south": {"uv": [0, 10, 6, 13], "texture": "#0"}, - "west": {"uv": [0, 10, 6, 13], "texture": "#0"}, - "up": {"uv": [6, 6, 12, 12], "rotation": 180, "texture": "#0"}, - "down": {"uv": [6, 6, 12, 12], "rotation": 180, "texture": "#0"} - } - }, - { - "name": "tube5", - "from": [9, 3, 5], - "to": [15, 12, 11], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 1, 6, 10], "texture": "#0"}, - "east": {"uv": [0, 1, 6, 10], "texture": "#0"}, - "south": {"uv": [0, 1, 6, 10], "texture": "#0"}, - "west": {"uv": [0, 1, 6, 10], "texture": "#0"}, - "up": {"uv": [6, 0, 12, 6], "rotation": 90, "texture": "#0"} - } - }, - { - "name": "tube6", - "from": [1, 3, 5], - "to": [7, 12, 11], - "rotation": {"angle": 0, "axis": "z", "origin": [8, 8, 8]}, - "faces": { - "north": {"uv": [0, 1, 6, 10], "texture": "#0"}, - "east": {"uv": [0, 1, 6, 10], "texture": "#0"}, - "south": {"uv": [0, 1, 6, 10], "texture": "#0"}, - "west": {"uv": [0, 1, 6, 10], "texture": "#0"}, - "up": {"uv": [6, 0, 12, 6], "rotation": 90, "texture": "#0"} - } - } - ], - "groups": [ - { - "name": "block", - "origin": [8, 8, 8], - "color": 0, - "children": [ - { - "name": "group", - "origin": [17, 14, 13], - "color": 0, - "children": [] - }, - { - "name": "group", - "origin": [17, 14, 13], - "color": 0, - "children": [0, 1, 2, 3] - } - ] - } - ] + "parent": "create:block/nixie_tube/block" } \ No newline at end of file From 7ed2f71a01fab15bf4cd64c95b3428ec25666510 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Mon, 30 Jan 2023 00:24:14 +0100 Subject: [PATCH 28/51] Port new Changes - AE2 does not have ores on 1.19 - Datagen --- .../12afe0d97856fb2040b8407470e6d13529994eaa | 2 +- .../455c485c9c8ef171bbc1ce4d435b3110ba1557ba | 2 +- .../6ec3b5a261c9ae3df674f7595dc66530ce54feb9 | 2 +- .../82992cbf8f2794d83ac94034835eac0acd7915b9 | 2 +- .../8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 | 2 +- .../9b718366ce2ebddbc65bf65c103939e2cf56b4af | 27 +- .../b256105d8411632b0d585496ea8944a751a08034 | 2 +- .../c24b4d2b8d15abff51c78bd94f4403d9eae6c139 | 2 +- .../assets/create/lang/unfinished/cs_cz.json | 3033 ----------------- .../assets/create/lang/unfinished/da_dk.json | 3033 ----------------- .../assets/create/lang/unfinished/de_de.json | 3033 ----------------- .../assets/create/lang/unfinished/es_cl.json | 3033 ----------------- .../assets/create/lang/unfinished/es_es.json | 3033 ----------------- .../assets/create/lang/unfinished/es_mx.json | 3033 ----------------- .../assets/create/lang/unfinished/fr_fr.json | 3033 ----------------- .../assets/create/lang/unfinished/hu_hu.json | 3033 ----------------- .../assets/create/lang/unfinished/it_it.json | 3033 ----------------- .../assets/create/lang/unfinished/ja_jp.json | 3033 ----------------- .../assets/create/lang/unfinished/ko_kr.json | 3033 ----------------- .../assets/create/lang/unfinished/nl_nl.json | 3033 ----------------- .../assets/create/lang/unfinished/no_no.json | 3033 ----------------- .../assets/create/lang/unfinished/pl_pl.json | 3033 ----------------- .../assets/create/lang/unfinished/pt_br.json | 3033 ----------------- .../assets/create/lang/unfinished/pt_pt.json | 3033 ----------------- .../assets/create/lang/unfinished/ro_ro.json | 3033 ----------------- .../assets/create/lang/unfinished/ru_ru.json | 3033 ----------------- .../assets/create/lang/unfinished/sv_se.json | 3033 ----------------- .../assets/create/lang/unfinished/th_th.json | 3033 ----------------- .../assets/create/lang/unfinished/uk_ua.json | 3033 ----------------- .../assets/create/lang/unfinished/zh_cn.json | 3033 ----------------- .../assets/create/lang/unfinished/zh_tw.json | 3033 ----------------- .../ae2/crushing/deepslate_quartz_ore.json | 35 - .../compat/ae2/crushing/quartz_ore.json | 35 - 33 files changed, 9 insertions(+), 69861 deletions(-) delete mode 100644 src/generated/resources/assets/create/lang/unfinished/cs_cz.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/da_dk.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/de_de.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/es_cl.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/es_es.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/es_mx.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/fr_fr.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/hu_hu.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/it_it.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/ja_jp.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/ko_kr.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/nl_nl.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/no_no.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/pl_pl.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/pt_br.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/pt_pt.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/ro_ro.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/ru_ru.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/sv_se.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/th_th.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/uk_ua.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/zh_cn.json delete mode 100644 src/generated/resources/assets/create/lang/unfinished/zh_tw.json delete mode 100644 src/main/resources/data/create/recipes/compat/ae2/crushing/deepslate_quartz_ore.json delete mode 100644 src/main/resources/data/create/recipes/compat/ae2/crushing/quartz_ore.json diff --git a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa index 1f614fc154..1856ebebee 100644 --- a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa +++ b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa @@ -1,4 +1,4 @@ -// 1.19.2 2023-01-15T13:27:03.1322717 Create's Sequenced Assembly Recipes +// 1.19.2 2023-01-30T00:12:02.3248426 Create's Sequenced Assembly Recipes e6efd0d76dc451a44b663a453cef6e6656ad523f data/create/recipes/sequenced_assembly/precision_mechanism.json 0cdbd4f583aa0a2aa8f3ca2827199bede1732722 data/create/recipes/sequenced_assembly/sturdy_sheet.json 1274315b5c570722d6f5b2ed7f5e53fe01b6288a data/create/recipes/sequenced_assembly/track.json diff --git a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba index 25c2931ac3..88a3c9a79f 100644 --- a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba +++ b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba @@ -1,4 +1,4 @@ -// 1.19.2 2023-01-15T13:27:03.1761539 Create's Advancements +// 1.19.2 2023-01-30T00:12:02.3148507 Create's Advancements 2079ae09cf699108a8035ced7ca712fed4ab1577 data/create/advancements/andesite_alloy.json 082d3987c5e074ed50be4a94a6fdc17120af241b data/create/advancements/andesite_casing.json 4618109cfb4550fd8e19dc9d794ef24398b10a61 data/create/advancements/anvil_plough.json diff --git a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 index 12694e956f..bc1c0947ab 100644 --- a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 +++ b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 @@ -1,4 +1,4 @@ -// 1.19.2 2023-01-15T13:27:03.1322717 Create's Mechanical Crafting Recipes +// 1.19.2 2023-01-30T00:12:02.3168461 Create's Mechanical Crafting Recipes f076d64d9f30709bed34775136c9241097b28aa9 data/create/recipes/mechanical_crafting/crushing_wheel.json 694dca9dcff246bb7f560b3304fcc244c53217d5 data/create/recipes/mechanical_crafting/extendo_grip.json 3b2837b08607c1ca466fa3eb418209b2e55da6ba data/create/recipes/mechanical_crafting/potato_cannon.json diff --git a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 index 3eaf709efc..525d609e7b 100644 --- a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 +++ b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 @@ -1,4 +1,4 @@ -// 1.19.2 2023-01-15T13:27:03.1252897 Create's Standard Recipes +// 1.19.2 2023-01-30T00:12:02.5368584 Create's Standard Recipes b397254b7cdb19d1c64ed1c30e1f6aa5c8af7270 data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json c14aec90afe9450b7dd472ff612e2f8013d09abf data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json fd9a8eb94364c8424f23c510900ef9cd0904b53e data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json diff --git a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 index 0cad34b18a..077c709414 100644 --- a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 +++ b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 @@ -1,4 +1,4 @@ -// 1.19.2 2023-01-15T13:27:03.1332694 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] +// 1.19.2 2023-01-30T00:12:02.3258396 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] 60bbdf92d2ac9824ea6144955c74043a6005f79d assets/create/blockstates/acacia_window.json 6a67703c2697d81b7dc83e9d72a66f9c9ff08383 assets/create/blockstates/acacia_window_pane.json c3ae87b62e81d8e9476eccd793bb1548d74c66a1 assets/create/blockstates/adjustable_chain_gearshift.json diff --git a/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af index b9bdb6bbae..4671bbb122 100644 --- a/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af +++ b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af @@ -1,25 +1,2 @@ -// 1.19.2 2023-01-15T13:27:03.1312743 Create's lang merger -4b9ffd38401c3366dc8fba48bd867b580bd7a016 assets/create/lang/en_us.json -fdd0c2476b20b7730b4c35de5051197ddd22f5ec assets/create/lang/unfinished/cs_cz.json -a47fec59b6f8394020cd7c335cd17685d46cab31 assets/create/lang/unfinished/da_dk.json -b88303d5670c9195a742cce548b78d1f516dcd1e assets/create/lang/unfinished/de_de.json -9f2a87e4cf545a69c54d7f45bda372604f0300fc assets/create/lang/unfinished/es_cl.json -6235812415ddd1e26c1afb80426608fa4f857c37 assets/create/lang/unfinished/es_es.json -effc6c1cb871967e67f45f5c3fb93bf438330d84 assets/create/lang/unfinished/es_mx.json -da842796d78d99ea333cea7febce5d617be98e05 assets/create/lang/unfinished/fr_fr.json -2dd62bdee52e3af167701975f7ec025fbf6f2abb assets/create/lang/unfinished/hu_hu.json -f473d5888a1baec5997bbedee05ecbf0deef1dd4 assets/create/lang/unfinished/it_it.json -b50785cd789349a450589d17e1ff2a205a6d420f assets/create/lang/unfinished/ja_jp.json -892826aabb836e1452aa486f4fbcb9040c9c917c assets/create/lang/unfinished/ko_kr.json -78bc0ca6a7c072b3e6112e34b3868063bd2dd189 assets/create/lang/unfinished/nl_nl.json -4b550367bd30bc17392dec9bd300fbc7dce1bff2 assets/create/lang/unfinished/no_no.json -63a117434060a218bc08fa68094e80317597d4ba assets/create/lang/unfinished/pl_pl.json -80f6418ad444977051f77d6f18678aad6d7a2ce6 assets/create/lang/unfinished/pt_br.json -71fedcf789f5550a7150fee56115b1d0257b9461 assets/create/lang/unfinished/pt_pt.json -335449d4632f93eec0c5e9fd7fa9ffb633fc20cc assets/create/lang/unfinished/ro_ro.json -6902577d5d13e4052a7fcc7c5816d11747973342 assets/create/lang/unfinished/ru_ru.json -0577bf5c61c95025a5329401fb2b1e65197f5a8f assets/create/lang/unfinished/sv_se.json -f844c86443851ff49cd5e931b4690b8f2b58d0aa assets/create/lang/unfinished/th_th.json -f570fe2e2eab7acadb343c68820034a6e2d083e7 assets/create/lang/unfinished/uk_ua.json -eca2b57ab66ee545c5a9f995a060ddf487a5bb86 assets/create/lang/unfinished/zh_cn.json -398d115a979b7e97184f493190b198efd9ddf6ef assets/create/lang/unfinished/zh_tw.json +// 1.19.2 2023-01-30T00:12:02.3258396 Create's lang merger +28beca6e221b45c93aa1a370b1f86a4c509ae52e assets/create/lang/en_us.json diff --git a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 index a586a18714..72d64109f8 100644 --- a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 +++ b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 @@ -1,4 +1,4 @@ -// 1.19.2 2023-01-15T13:27:03.1721647 Create's Processing Recipes +// 1.19.2 2023-01-30T00:12:02.3188402 Create's Processing Recipes 3c94326fb730f68c1e44fe1e2ef09c9db6ffd92b data/create/recipes/compacting/andesite_from_flint.json 8d3d5b31f3601b9f681ff710e0545a483a1494c6 data/create/recipes/compacting/blaze_cake.json 8bd7f4e3a686ab520b2d55594d2018d0e9a50c91 data/create/recipes/compacting/chocolate.json diff --git a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 index cf7d51ec0d..d30c450277 100644 --- a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 +++ b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 @@ -1,2 +1,2 @@ -// 1.19.2 2023-01-15T13:27:03.1242938 Create's Custom Sounds +// 1.19.2 2023-01-30T00:12:02.3178424 Create's Custom Sounds 043955db25ffe58e7debb9a4f11e41a9571376e6 assets/create/sounds.json diff --git a/src/generated/resources/assets/create/lang/unfinished/cs_cz.json b/src/generated/resources/assets/create/lang/unfinished/cs_cz.json deleted file mode 100644 index ee13a50ab6..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/cs_cz.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 2673", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Akáciové Okno", - "block.create.acacia_window_pane": "Tabulka Akáciového Skla", - "block.create.adjustable_chain_gearshift": "Nastavitelné Řetězové Řazení", - "block.create.analog_lever": "Analogová Páka", - "block.create.andesite_belt_funnel": "UNLOCALIZED: Andesite Belt Funnel", - "block.create.andesite_casing": "UNLOCALIZED: Andesite Casing", - "block.create.andesite_encased_cogwheel": "UNLOCALIZED: Andesite Encased Cogwheel", - "block.create.andesite_encased_large_cogwheel": "UNLOCALIZED: Andesite Encased Large Cogwheel", - "block.create.andesite_encased_shaft": "UNLOCALIZED: Andesite Encased Shaft", - "block.create.andesite_funnel": "UNLOCALIZED: Andesite Funnel", - "block.create.andesite_ladder": "Andezitový Žebřík", - "block.create.andesite_pillar": "Andezitový Pilíř", - "block.create.andesite_tunnel": "UNLOCALIZED: Andesite Tunnel", - "block.create.asurine": "Azurit", - "block.create.asurine_pillar": "Azutitový Pilíř", - "block.create.basin": "Nádoba", - "block.create.belt": "Pás", - "block.create.birch_window": "Březové okno", - "block.create.birch_window_pane": "Tabulka Březového Okna", - "block.create.black_nixie_tube": "Černá Znaková Výbojka", - "block.create.black_sail": "Černá Plachta", - "block.create.black_seat": "Černá Sedačka", - "block.create.black_toolbox": "UNLOCALIZED: Black Toolbox", - "block.create.black_valve_handle": "UNLOCALIZED: Black Valve Handle", - "block.create.blaze_burner": "UNLOCALIZED: Blaze Burner", - "block.create.blue_nixie_tube": "Modrá Znaková Výbojka", - "block.create.blue_sail": "Modrá Plachta", - "block.create.blue_seat": "Modrá Sedačka", - "block.create.blue_toolbox": "UNLOCALIZED: Blue Toolbox", - "block.create.blue_valve_handle": "UNLOCALIZED: Blue Valve Handle", - "block.create.brass_belt_funnel": "UNLOCALIZED: Brass Belt Funnel", - "block.create.brass_block": "Kostka Mosazi", - "block.create.brass_casing": "UNLOCALIZED: Brass Casing", - "block.create.brass_encased_cogwheel": "UNLOCALIZED: Brass Encased Cogwheel", - "block.create.brass_encased_large_cogwheel": "UNLOCALIZED: Brass Encased Large Cogwheel", - "block.create.brass_encased_shaft": "UNLOCALIZED: Brass Encased Shaft", - "block.create.brass_funnel": "UNLOCALIZED: Brass Funnel", - "block.create.brass_ladder": "Mosazový Žebřík", - "block.create.brass_tunnel": "UNLOCALIZED: Brass Tunnel", - "block.create.brown_nixie_tube": "Hnědá Znaková Výbojka", - "block.create.brown_sail": "Hnědá Plachta", - "block.create.brown_seat": "Hnědá Sedačka", - "block.create.brown_toolbox": "UNLOCALIZED: Brown Toolbox", - "block.create.brown_valve_handle": "UNLOCALIZED: Brown Valve Handle", - "block.create.calcite_pillar": "Klacitový Pilíř", - "block.create.cart_assembler": "UNLOCALIZED: Cart Assembler", - "block.create.chocolate": "Čokoláda", - "block.create.chute": "Shoz", - "block.create.clockwork_bearing": "UNLOCALIZED: Clockwork Bearing", - "block.create.clutch": "Spojka", - "block.create.cogwheel": "Ozubené Kolečko", - "block.create.content_observer": "UNLOCALIZED: Content Observer", - "block.create.controller_rail": "UNLOCALIZED: Controller Rail", - "block.create.controls": "Ovládání Vlaku", - "block.create.copper_backtank": "UNLOCALIZED: Copper Backtank", - "block.create.copper_casing": "UNLOCALIZED: Copper Casing", - "block.create.copper_ladder": "Měděný Žebřík", - "block.create.copper_shingle_slab": "UNLOCALIZED: Copper Shingle Slab", - "block.create.copper_shingle_stairs": "UNLOCALIZED: Copper Shingle Stairs", - "block.create.copper_shingles": "UNLOCALIZED: Copper Shingles", - "block.create.copper_tile_slab": "UNLOCALIZED: Copper Tile Slab", - "block.create.copper_tile_stairs": "UNLOCALIZED: Copper Tile Stairs", - "block.create.copper_tiles": "Měděné Dlaždice", - "block.create.copper_valve_handle": "UNLOCALIZED: Copper Valve Handle", - "block.create.creative_crate": "Kreativní Bedna", - "block.create.creative_fluid_tank": "Kreativní Nádrž", - "block.create.creative_motor": "Kreativní Motor", - "block.create.crimsite": "UNLOCALIZED: Crimsite", - "block.create.crimsite_pillar": "UNLOCALIZED: Crimsite Pillar", - "block.create.crimson_window": "UNLOCALIZED: Crimson Window", - "block.create.crimson_window_pane": "UNLOCALIZED: Crimson Window Pane", - "block.create.crushing_wheel": "UNLOCALIZED: Crushing Wheel", - "block.create.crushing_wheel_controller": "UNLOCALIZED: Crushing Wheel Controller", - "block.create.cuckoo_clock": "UNLOCALIZED: Cuckoo Clock", - "block.create.cut_andesite": "UNLOCALIZED: Cut Andesite", - "block.create.cut_andesite_brick_slab": "UNLOCALIZED: Cut Andesite Brick Slab", - "block.create.cut_andesite_brick_stairs": "UNLOCALIZED: Cut Andesite Brick Stairs", - "block.create.cut_andesite_brick_wall": "UNLOCALIZED: Cut Andesite Brick Wall", - "block.create.cut_andesite_bricks": "UNLOCALIZED: Cut Andesite Bricks", - "block.create.cut_andesite_slab": "UNLOCALIZED: Cut Andesite Slab", - "block.create.cut_andesite_stairs": "UNLOCALIZED: Cut Andesite Stairs", - "block.create.cut_andesite_wall": "UNLOCALIZED: Cut Andesite Wall", - "block.create.cut_asurine": "UNLOCALIZED: Cut Asurine", - "block.create.cut_asurine_brick_slab": "UNLOCALIZED: Cut Asurine Brick Slab", - "block.create.cut_asurine_brick_stairs": "UNLOCALIZED: Cut Asurine Brick Stairs", - "block.create.cut_asurine_brick_wall": "UNLOCALIZED: Cut Asurine Brick Wall", - "block.create.cut_asurine_bricks": "UNLOCALIZED: Cut Asurine Bricks", - "block.create.cut_asurine_slab": "UNLOCALIZED: Cut Asurine Slab", - "block.create.cut_asurine_stairs": "UNLOCALIZED: Cut Asurine Stairs", - "block.create.cut_asurine_wall": "UNLOCALIZED: Cut Asurine Wall", - "block.create.cut_calcite": "UNLOCALIZED: Cut Calcite", - "block.create.cut_calcite_brick_slab": "UNLOCALIZED: Cut Calcite Brick Slab", - "block.create.cut_calcite_brick_stairs": "UNLOCALIZED: Cut Calcite Brick Stairs", - "block.create.cut_calcite_brick_wall": "UNLOCALIZED: Cut Calcite Brick Wall", - "block.create.cut_calcite_bricks": "UNLOCALIZED: Cut Calcite Bricks", - "block.create.cut_calcite_slab": "UNLOCALIZED: Cut Calcite Slab", - "block.create.cut_calcite_stairs": "UNLOCALIZED: Cut Calcite Stairs", - "block.create.cut_calcite_wall": "UNLOCALIZED: Cut Calcite Wall", - "block.create.cut_crimsite": "UNLOCALIZED: Cut Crimsite", - "block.create.cut_crimsite_brick_slab": "UNLOCALIZED: Cut Crimsite Brick Slab", - "block.create.cut_crimsite_brick_stairs": "UNLOCALIZED: Cut Crimsite Brick Stairs", - "block.create.cut_crimsite_brick_wall": "UNLOCALIZED: Cut Crimsite Brick Wall", - "block.create.cut_crimsite_bricks": "UNLOCALIZED: Cut Crimsite Bricks", - "block.create.cut_crimsite_slab": "UNLOCALIZED: Cut Crimsite Slab", - "block.create.cut_crimsite_stairs": "UNLOCALIZED: Cut Crimsite Stairs", - "block.create.cut_crimsite_wall": "UNLOCALIZED: Cut Crimsite Wall", - "block.create.cut_deepslate": "UNLOCALIZED: Cut Deepslate", - "block.create.cut_deepslate_brick_slab": "UNLOCALIZED: Cut Deepslate Brick Slab", - "block.create.cut_deepslate_brick_stairs": "UNLOCALIZED: Cut Deepslate Brick Stairs", - "block.create.cut_deepslate_brick_wall": "UNLOCALIZED: Cut Deepslate Brick Wall", - "block.create.cut_deepslate_bricks": "UNLOCALIZED: Cut Deepslate Bricks", - "block.create.cut_deepslate_slab": "UNLOCALIZED: Cut Deepslate Slab", - "block.create.cut_deepslate_stairs": "UNLOCALIZED: Cut Deepslate Stairs", - "block.create.cut_deepslate_wall": "UNLOCALIZED: Cut Deepslate Wall", - "block.create.cut_diorite": "UNLOCALIZED: Cut Diorite", - "block.create.cut_diorite_brick_slab": "UNLOCALIZED: Cut Diorite Brick Slab", - "block.create.cut_diorite_brick_stairs": "UNLOCALIZED: Cut Diorite Brick Stairs", - "block.create.cut_diorite_brick_wall": "UNLOCALIZED: Cut Diorite Brick Wall", - "block.create.cut_diorite_bricks": "UNLOCALIZED: Cut Diorite Bricks", - "block.create.cut_diorite_slab": "UNLOCALIZED: Cut Diorite Slab", - "block.create.cut_diorite_stairs": "UNLOCALIZED: Cut Diorite Stairs", - "block.create.cut_diorite_wall": "UNLOCALIZED: Cut Diorite Wall", - "block.create.cut_dripstone": "UNLOCALIZED: Cut Dripstone", - "block.create.cut_dripstone_brick_slab": "UNLOCALIZED: Cut Dripstone Brick Slab", - "block.create.cut_dripstone_brick_stairs": "UNLOCALIZED: Cut Dripstone Brick Stairs", - "block.create.cut_dripstone_brick_wall": "UNLOCALIZED: Cut Dripstone Brick Wall", - "block.create.cut_dripstone_bricks": "UNLOCALIZED: Cut Dripstone Bricks", - "block.create.cut_dripstone_slab": "UNLOCALIZED: Cut Dripstone Slab", - "block.create.cut_dripstone_stairs": "UNLOCALIZED: Cut Dripstone Stairs", - "block.create.cut_dripstone_wall": "UNLOCALIZED: Cut Dripstone Wall", - "block.create.cut_granite": "UNLOCALIZED: Cut Granite", - "block.create.cut_granite_brick_slab": "UNLOCALIZED: Cut Granite Brick Slab", - "block.create.cut_granite_brick_stairs": "UNLOCALIZED: Cut Granite Brick Stairs", - "block.create.cut_granite_brick_wall": "UNLOCALIZED: Cut Granite Brick Wall", - "block.create.cut_granite_bricks": "UNLOCALIZED: Cut Granite Bricks", - "block.create.cut_granite_slab": "UNLOCALIZED: Cut Granite Slab", - "block.create.cut_granite_stairs": "UNLOCALIZED: Cut Granite Stairs", - "block.create.cut_granite_wall": "UNLOCALIZED: Cut Granite Wall", - "block.create.cut_limestone": "UNLOCALIZED: Cut Limestone", - "block.create.cut_limestone_brick_slab": "UNLOCALIZED: Cut Limestone Brick Slab", - "block.create.cut_limestone_brick_stairs": "UNLOCALIZED: Cut Limestone Brick Stairs", - "block.create.cut_limestone_brick_wall": "UNLOCALIZED: Cut Limestone Brick Wall", - "block.create.cut_limestone_bricks": "UNLOCALIZED: Cut Limestone Bricks", - "block.create.cut_limestone_slab": "UNLOCALIZED: Cut Limestone Slab", - "block.create.cut_limestone_stairs": "UNLOCALIZED: Cut Limestone Stairs", - "block.create.cut_limestone_wall": "UNLOCALIZED: Cut Limestone Wall", - "block.create.cut_ochrum": "UNLOCALIZED: Cut Ochrum", - "block.create.cut_ochrum_brick_slab": "UNLOCALIZED: Cut Ochrum Brick Slab", - "block.create.cut_ochrum_brick_stairs": "UNLOCALIZED: Cut Ochrum Brick Stairs", - "block.create.cut_ochrum_brick_wall": "UNLOCALIZED: Cut Ochrum Brick Wall", - "block.create.cut_ochrum_bricks": "UNLOCALIZED: Cut Ochrum Bricks", - "block.create.cut_ochrum_slab": "UNLOCALIZED: Cut Ochrum Slab", - "block.create.cut_ochrum_stairs": "UNLOCALIZED: Cut Ochrum Stairs", - "block.create.cut_ochrum_wall": "UNLOCALIZED: Cut Ochrum Wall", - "block.create.cut_scorchia": "UNLOCALIZED: Cut Scorchia", - "block.create.cut_scorchia_brick_slab": "UNLOCALIZED: Cut Scorchia Brick Slab", - "block.create.cut_scorchia_brick_stairs": "UNLOCALIZED: Cut Scorchia Brick Stairs", - "block.create.cut_scorchia_brick_wall": "UNLOCALIZED: Cut Scorchia Brick Wall", - "block.create.cut_scorchia_bricks": "UNLOCALIZED: Cut Scorchia Bricks", - "block.create.cut_scorchia_slab": "UNLOCALIZED: Cut Scorchia Slab", - "block.create.cut_scorchia_stairs": "UNLOCALIZED: Cut Scorchia Stairs", - "block.create.cut_scorchia_wall": "UNLOCALIZED: Cut Scorchia Wall", - "block.create.cut_scoria": "UNLOCALIZED: Cut Scoria", - "block.create.cut_scoria_brick_slab": "UNLOCALIZED: Cut Scoria Brick Slab", - "block.create.cut_scoria_brick_stairs": "UNLOCALIZED: Cut Scoria Brick Stairs", - "block.create.cut_scoria_brick_wall": "UNLOCALIZED: Cut Scoria Brick Wall", - "block.create.cut_scoria_bricks": "UNLOCALIZED: Cut Scoria Bricks", - "block.create.cut_scoria_slab": "UNLOCALIZED: Cut Scoria Slab", - "block.create.cut_scoria_stairs": "UNLOCALIZED: Cut Scoria Stairs", - "block.create.cut_scoria_wall": "UNLOCALIZED: Cut Scoria Wall", - "block.create.cut_tuff": "UNLOCALIZED: Cut Tuff", - "block.create.cut_tuff_brick_slab": "UNLOCALIZED: Cut Tuff Brick Slab", - "block.create.cut_tuff_brick_stairs": "UNLOCALIZED: Cut Tuff Brick Stairs", - "block.create.cut_tuff_brick_wall": "UNLOCALIZED: Cut Tuff Brick Wall", - "block.create.cut_tuff_bricks": "UNLOCALIZED: Cut Tuff Bricks", - "block.create.cut_tuff_slab": "UNLOCALIZED: Cut Tuff Slab", - "block.create.cut_tuff_stairs": "UNLOCALIZED: Cut Tuff Stairs", - "block.create.cut_tuff_wall": "UNLOCALIZED: Cut Tuff Wall", - "block.create.cut_veridium": "UNLOCALIZED: Cut Veridium", - "block.create.cut_veridium_brick_slab": "UNLOCALIZED: Cut Veridium Brick Slab", - "block.create.cut_veridium_brick_stairs": "UNLOCALIZED: Cut Veridium Brick Stairs", - "block.create.cut_veridium_brick_wall": "UNLOCALIZED: Cut Veridium Brick Wall", - "block.create.cut_veridium_bricks": "UNLOCALIZED: Cut Veridium Bricks", - "block.create.cut_veridium_slab": "UNLOCALIZED: Cut Veridium Slab", - "block.create.cut_veridium_stairs": "UNLOCALIZED: Cut Veridium Stairs", - "block.create.cut_veridium_wall": "UNLOCALIZED: Cut Veridium Wall", - "block.create.cyan_nixie_tube": "Tyrkysová Znaková Výbojka", - "block.create.cyan_sail": "Tyrkysová Plachta", - "block.create.cyan_seat": "Tyrkysová Sedačka", - "block.create.cyan_toolbox": "UNLOCALIZED: Cyan Toolbox", - "block.create.cyan_valve_handle": "UNLOCALIZED: Cyan Valve Handle", - "block.create.dark_oak_window": "UNLOCALIZED: Dark Oak Window", - "block.create.dark_oak_window_pane": "UNLOCALIZED: Dark Oak Window Pane", - "block.create.deepslate_pillar": "UNLOCALIZED: Deepslate Pillar", - "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", - "block.create.deployer": "UNLOCALIZED: Deployer", - "block.create.depot": "UNLOCALIZED: Depot", - "block.create.diorite_pillar": "UNLOCALIZED: Diorite Pillar", - "block.create.display_board": "UNLOCALIZED: Display Board", - "block.create.display_link": "UNLOCALIZED: Display Link", - "block.create.dripstone_pillar": "UNLOCALIZED: Dripstone Pillar", - "block.create.encased_chain_drive": "UNLOCALIZED: Encased Chain Drive", - "block.create.encased_fan": "UNLOCALIZED: Encased Fan", - "block.create.encased_fluid_pipe": "UNLOCALIZED: Encased Fluid Pipe", - "block.create.exposed_copper_shingle_slab": "UNLOCALIZED: Exposed Copper Shingle Slab", - "block.create.exposed_copper_shingle_stairs": "UNLOCALIZED: Exposed Copper Shingle Stairs", - "block.create.exposed_copper_shingles": "UNLOCALIZED: Exposed Copper Shingles", - "block.create.exposed_copper_tile_slab": "UNLOCALIZED: Exposed Copper Tile Slab", - "block.create.exposed_copper_tile_stairs": "UNLOCALIZED: Exposed Copper Tile Stairs", - "block.create.exposed_copper_tiles": "UNLOCALIZED: Exposed Copper Tiles", - "block.create.fake_track": "UNLOCALIZED: Track Marker for Maps", - "block.create.fluid_pipe": "UNLOCALIZED: Fluid Pipe", - "block.create.fluid_tank": "UNLOCALIZED: Fluid Tank", - "block.create.fluid_valve": "UNLOCALIZED: Fluid Valve", - "block.create.flywheel": "UNLOCALIZED: Flywheel", - "block.create.framed_glass": "UNLOCALIZED: Framed Glass", - "block.create.framed_glass_door": "UNLOCALIZED: Framed Glass Door", - "block.create.framed_glass_pane": "UNLOCALIZED: Framed Glass Pane", - "block.create.framed_glass_trapdoor": "UNLOCALIZED: Framed Glass Trapdoor", - "block.create.gantry_carriage": "UNLOCALIZED: Gantry Carriage", - "block.create.gantry_shaft": "UNLOCALIZED: Gantry Shaft", - "block.create.gearbox": "UNLOCALIZED: Gearbox", - "block.create.gearshift": "UNLOCALIZED: Gearshift", - "block.create.glass_fluid_pipe": "UNLOCALIZED: Glass Fluid Pipe", - "block.create.granite_pillar": "UNLOCALIZED: Granite Pillar", - "block.create.gray_nixie_tube": "Šedá Znaková Výbojka", - "block.create.gray_sail": "Šedá Plachta", - "block.create.gray_seat": "Šedá Sedačka", - "block.create.gray_toolbox": "UNLOCALIZED: Gray Toolbox", - "block.create.gray_valve_handle": "UNLOCALIZED: Gray Valve Handle", - "block.create.green_nixie_tube": "Zelená Znaková Výbojka", - "block.create.green_sail": "Zelená Plachta", - "block.create.green_seat": "Zelená Sedačka", - "block.create.green_toolbox": "UNLOCALIZED: Green Toolbox", - "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": "Med", - "block.create.horizontal_framed_glass": "UNLOCALIZED: Horizontal Framed Glass", - "block.create.horizontal_framed_glass_pane": "UNLOCALIZED: Horizontal Framed Glass Pane", - "block.create.hose_pulley": "UNLOCALIZED: Hose Pulley", - "block.create.item_drain": "UNLOCALIZED: Item Drain", - "block.create.item_vault": "UNLOCALIZED: Item Vault", - "block.create.jungle_window": "UNLOCALIZED: Jungle Window", - "block.create.jungle_window_pane": "UNLOCALIZED: Jungle Window Pane", - "block.create.large_bogey": "UNLOCALIZED: Large Bogey", - "block.create.large_cogwheel": "UNLOCALIZED: Large Cogwheel", - "block.create.layered_andesite": "UNLOCALIZED: Layered Andesite", - "block.create.layered_asurine": "UNLOCALIZED: Layered Asurine", - "block.create.layered_calcite": "UNLOCALIZED: Layered Calcite", - "block.create.layered_crimsite": "UNLOCALIZED: Layered Crimsite", - "block.create.layered_deepslate": "UNLOCALIZED: Layered Deepslate", - "block.create.layered_diorite": "UNLOCALIZED: Layered Diorite", - "block.create.layered_dripstone": "UNLOCALIZED: Layered Dripstone", - "block.create.layered_granite": "UNLOCALIZED: Layered Granite", - "block.create.layered_limestone": "UNLOCALIZED: Layered Limestone", - "block.create.layered_ochrum": "UNLOCALIZED: Layered Ochrum", - "block.create.layered_scorchia": "UNLOCALIZED: Layered Scorchia", - "block.create.layered_scoria": "UNLOCALIZED: Layered Scoria", - "block.create.layered_tuff": "UNLOCALIZED: Layered Tuff", - "block.create.layered_veridium": "UNLOCALIZED: Layered Veridium", - "block.create.lectern_controller": "UNLOCALIZED: Lectern Controller", - "block.create.light_blue_nixie_tube": "Světle Modrá Znaková Výbojka", - "block.create.light_blue_sail": "Světle Modrá Plachta", - "block.create.light_blue_seat": "Světle Modrá Sedačka", - "block.create.light_blue_toolbox": "UNLOCALIZED: Light Blue Toolbox", - "block.create.light_blue_valve_handle": "UNLOCALIZED: Light Blue Valve Handle", - "block.create.light_gray_nixie_tube": "Světle Šedá Znaková Výbojka", - "block.create.light_gray_sail": "Světle Šedá Plachta", - "block.create.light_gray_seat": "Světle Šedá Sedačka", - "block.create.light_gray_toolbox": "UNLOCALIZED: Light Gray Toolbox", - "block.create.light_gray_valve_handle": "UNLOCALIZED: Light Gray Valve Handle", - "block.create.lime_nixie_tube": "Světle Zelená Znaková Výbojka", - "block.create.lime_sail": "Světle Zelená Plachta", - "block.create.lime_seat": "Světle Zelená Sedačka", - "block.create.lime_toolbox": "UNLOCALIZED: Lime Toolbox", - "block.create.lime_valve_handle": "UNLOCALIZED: Lime Valve Handle", - "block.create.limestone": "UNLOCALIZED: Limestone", - "block.create.limestone_pillar": "UNLOCALIZED: Limestone Pillar", - "block.create.linear_chassis": "UNLOCALIZED: Linear Chassis", - "block.create.lit_blaze_burner": "UNLOCALIZED: Lit Blaze Burner", - "block.create.magenta_nixie_tube": "Purpurová Znaková Výbojka", - "block.create.magenta_sail": "Purpurová Plachta", - "block.create.magenta_seat": "Purpurová Sedačka", - "block.create.magenta_toolbox": "UNLOCALIZED: Magenta Toolbox", - "block.create.magenta_valve_handle": "UNLOCALIZED: Magenta Valve Handle", - "block.create.mechanical_arm": "UNLOCALIZED: Mechanical Arm", - "block.create.mechanical_bearing": "UNLOCALIZED: Mechanical Bearing", - "block.create.mechanical_crafter": "UNLOCALIZED: Mechanical Crafter", - "block.create.mechanical_drill": "UNLOCALIZED: Mechanical Drill", - "block.create.mechanical_harvester": "UNLOCALIZED: Mechanical Harvester", - "block.create.mechanical_mixer": "UNLOCALIZED: Mechanical Mixer", - "block.create.mechanical_piston": "UNLOCALIZED: Mechanical Piston", - "block.create.mechanical_piston_head": "UNLOCALIZED: Mechanical Piston Head", - "block.create.mechanical_plough": "UNLOCALIZED: Mechanical Plough", - "block.create.mechanical_press": "UNLOCALIZED: Mechanical Press", - "block.create.mechanical_pump": "UNLOCALIZED: Mechanical Pump", - "block.create.mechanical_saw": "UNLOCALIZED: Mechanical Saw", - "block.create.metal_bracket": "UNLOCALIZED: Metal Bracket", - "block.create.metal_girder": "UNLOCALIZED: Metal Girder", - "block.create.metal_girder_encased_shaft": "UNLOCALIZED: Metal Girder Encased Shaft", - "block.create.millstone": "UNLOCALIZED: Millstone", - "block.create.minecart_anchor": "UNLOCALIZED: Minecart Anchor", - "block.create.mysterious_cuckoo_clock": "UNLOCALIZED: Cuckoo Clock", - "block.create.nixie_tube": "Znaková Výbojka", - "block.create.nozzle": "UNLOCALIZED: Nozzle", - "block.create.oak_window": "UNLOCALIZED: Oak Window", - "block.create.oak_window_pane": "UNLOCALIZED: Oak Window Pane", - "block.create.ochrum": "UNLOCALIZED: Ochrum", - "block.create.ochrum_pillar": "UNLOCALIZED: Ochrum Pillar", - "block.create.orange_sail": "Ornažová Plachta", - "block.create.orange_seat": "Oranžová Sedačka", - "block.create.orange_toolbox": "UNLOCALIZED: Orange Toolbox", - "block.create.orange_valve_handle": "UNLOCALIZED: Orange Valve Handle", - "block.create.ornate_iron_window": "UNLOCALIZED: Ornate Iron Window", - "block.create.ornate_iron_window_pane": "UNLOCALIZED: Ornate Iron Window Pane", - "block.create.oxidized_copper_shingle_slab": "UNLOCALIZED: Oxidized Copper Shingle Slab", - "block.create.oxidized_copper_shingle_stairs": "UNLOCALIZED: Oxidized Copper Shingle Stairs", - "block.create.oxidized_copper_shingles": "UNLOCALIZED: Oxidized Copper Shingles", - "block.create.oxidized_copper_tile_slab": "UNLOCALIZED: Oxidized Copper Tile Slab", - "block.create.oxidized_copper_tile_stairs": "UNLOCALIZED: Oxidized Copper Tile Stairs", - "block.create.oxidized_copper_tiles": "UNLOCALIZED: Oxidized Copper Tiles", - "block.create.peculiar_bell": "UNLOCALIZED: Peculiar Bell", - "block.create.pink_nixie_tube": "Růžová Znaková Výbojka", - "block.create.pink_sail": "Růžová Plachta", - "block.create.pink_seat": "Růžová Sedačka", - "block.create.pink_toolbox": "UNLOCALIZED: Pink Toolbox", - "block.create.pink_valve_handle": "UNLOCALIZED: Pink Valve Handle", - "block.create.piston_extension_pole": "UNLOCALIZED: Piston Extension Pole", - "block.create.placard": "UNLOCALIZED: Placard", - "block.create.polished_cut_andesite": "UNLOCALIZED: Polished Cut Andesite", - "block.create.polished_cut_andesite_slab": "UNLOCALIZED: Polished Cut Andesite Slab", - "block.create.polished_cut_andesite_stairs": "UNLOCALIZED: Polished Cut Andesite Stairs", - "block.create.polished_cut_andesite_wall": "UNLOCALIZED: Polished Cut Andesite Wall", - "block.create.polished_cut_asurine": "UNLOCALIZED: Polished Cut Asurine", - "block.create.polished_cut_asurine_slab": "UNLOCALIZED: Polished Cut Asurine Slab", - "block.create.polished_cut_asurine_stairs": "UNLOCALIZED: Polished Cut Asurine Stairs", - "block.create.polished_cut_asurine_wall": "UNLOCALIZED: Polished Cut Asurine Wall", - "block.create.polished_cut_calcite": "UNLOCALIZED: Polished Cut Calcite", - "block.create.polished_cut_calcite_slab": "UNLOCALIZED: Polished Cut Calcite Slab", - "block.create.polished_cut_calcite_stairs": "UNLOCALIZED: Polished Cut Calcite Stairs", - "block.create.polished_cut_calcite_wall": "UNLOCALIZED: Polished Cut Calcite Wall", - "block.create.polished_cut_crimsite": "UNLOCALIZED: Polished Cut Crimsite", - "block.create.polished_cut_crimsite_slab": "UNLOCALIZED: Polished Cut Crimsite Slab", - "block.create.polished_cut_crimsite_stairs": "UNLOCALIZED: Polished Cut Crimsite Stairs", - "block.create.polished_cut_crimsite_wall": "UNLOCALIZED: Polished Cut Crimsite Wall", - "block.create.polished_cut_deepslate": "UNLOCALIZED: Polished Cut Deepslate", - "block.create.polished_cut_deepslate_slab": "UNLOCALIZED: Polished Cut Deepslate Slab", - "block.create.polished_cut_deepslate_stairs": "UNLOCALIZED: Polished Cut Deepslate Stairs", - "block.create.polished_cut_deepslate_wall": "UNLOCALIZED: Polished Cut Deepslate Wall", - "block.create.polished_cut_diorite": "UNLOCALIZED: Polished Cut Diorite", - "block.create.polished_cut_diorite_slab": "UNLOCALIZED: Polished Cut Diorite Slab", - "block.create.polished_cut_diorite_stairs": "UNLOCALIZED: Polished Cut Diorite Stairs", - "block.create.polished_cut_diorite_wall": "UNLOCALIZED: Polished Cut Diorite Wall", - "block.create.polished_cut_dripstone": "UNLOCALIZED: Polished Cut Dripstone", - "block.create.polished_cut_dripstone_slab": "UNLOCALIZED: Polished Cut Dripstone Slab", - "block.create.polished_cut_dripstone_stairs": "UNLOCALIZED: Polished Cut Dripstone Stairs", - "block.create.polished_cut_dripstone_wall": "UNLOCALIZED: Polished Cut Dripstone Wall", - "block.create.polished_cut_granite": "UNLOCALIZED: Polished Cut Granite", - "block.create.polished_cut_granite_slab": "UNLOCALIZED: Polished Cut Granite Slab", - "block.create.polished_cut_granite_stairs": "UNLOCALIZED: Polished Cut Granite Stairs", - "block.create.polished_cut_granite_wall": "UNLOCALIZED: Polished Cut Granite Wall", - "block.create.polished_cut_limestone": "UNLOCALIZED: Polished Cut Limestone", - "block.create.polished_cut_limestone_slab": "UNLOCALIZED: Polished Cut Limestone Slab", - "block.create.polished_cut_limestone_stairs": "UNLOCALIZED: Polished Cut Limestone Stairs", - "block.create.polished_cut_limestone_wall": "UNLOCALIZED: Polished Cut Limestone Wall", - "block.create.polished_cut_ochrum": "UNLOCALIZED: Polished Cut Ochrum", - "block.create.polished_cut_ochrum_slab": "UNLOCALIZED: Polished Cut Ochrum Slab", - "block.create.polished_cut_ochrum_stairs": "UNLOCALIZED: Polished Cut Ochrum Stairs", - "block.create.polished_cut_ochrum_wall": "UNLOCALIZED: Polished Cut Ochrum Wall", - "block.create.polished_cut_scorchia": "UNLOCALIZED: Polished Cut Scorchia", - "block.create.polished_cut_scorchia_slab": "UNLOCALIZED: Polished Cut Scorchia Slab", - "block.create.polished_cut_scorchia_stairs": "UNLOCALIZED: Polished Cut Scorchia Stairs", - "block.create.polished_cut_scorchia_wall": "UNLOCALIZED: Polished Cut Scorchia Wall", - "block.create.polished_cut_scoria": "UNLOCALIZED: Polished Cut Scoria", - "block.create.polished_cut_scoria_slab": "UNLOCALIZED: Polished Cut Scoria Slab", - "block.create.polished_cut_scoria_stairs": "UNLOCALIZED: Polished Cut Scoria Stairs", - "block.create.polished_cut_scoria_wall": "UNLOCALIZED: Polished Cut Scoria Wall", - "block.create.polished_cut_tuff": "UNLOCALIZED: Polished Cut Tuff", - "block.create.polished_cut_tuff_slab": "UNLOCALIZED: Polished Cut Tuff Slab", - "block.create.polished_cut_tuff_stairs": "UNLOCALIZED: Polished Cut Tuff Stairs", - "block.create.polished_cut_tuff_wall": "UNLOCALIZED: Polished Cut Tuff Wall", - "block.create.polished_cut_veridium": "UNLOCALIZED: Polished Cut Veridium", - "block.create.polished_cut_veridium_slab": "UNLOCALIZED: Polished Cut Veridium Slab", - "block.create.polished_cut_veridium_stairs": "UNLOCALIZED: Polished Cut Veridium Stairs", - "block.create.polished_cut_veridium_wall": "UNLOCALIZED: Polished Cut Veridium Wall", - "block.create.portable_fluid_interface": "UNLOCALIZED: Portable Fluid Interface", - "block.create.portable_storage_interface": "UNLOCALIZED: Portable Storage Interface", - "block.create.powered_latch": "UNLOCALIZED: Powered Latch", - "block.create.powered_shaft": "UNLOCALIZED: Powered Shaft", - "block.create.powered_toggle_latch": "UNLOCALIZED: Powered Toggle Latch", - "block.create.pulley_magnet": "UNLOCALIZED: Pulley Magnet", - "block.create.pulse_extender": "UNLOCALIZED: Pulse Extender", - "block.create.pulse_repeater": "UNLOCALIZED: Pulse Repeater", - "block.create.purple_nixie_tube": "Fialová Znaková Výbojka", - "block.create.purple_sail": "Fialová Plachta", - "block.create.purple_seat": "Fialová Sedačka", - "block.create.purple_toolbox": "UNLOCALIZED: Purple Toolbox", - "block.create.purple_valve_handle": "UNLOCALIZED: Purple Valve Handle", - "block.create.radial_chassis": "UNLOCALIZED: Radial Chassis", - "block.create.railway_casing": "UNLOCALIZED: Train Casing", - "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", - "block.create.red_nixie_tube": "Červená Znaková Výbojka", - "block.create.red_sail": "Červená Plachta", - "block.create.red_seat": "Červená Sedačka", - "block.create.red_toolbox": "UNLOCALIZED: Red Toolbox", - "block.create.red_valve_handle": "UNLOCALIZED: Red Valve Handle", - "block.create.redstone_contact": "UNLOCALIZED: Redstone Contact", - "block.create.redstone_link": "UNLOCALIZED: Redstone Link", - "block.create.refined_radiance_casing": "UNLOCALIZED: Radiant Casing", - "block.create.rope": "UNLOCALIZED: Rope", - "block.create.rope_pulley": "UNLOCALIZED: Rope Pulley", - "block.create.rose_quartz_block": "UNLOCALIZED: Block of Rose Quartz", - "block.create.rose_quartz_lamp": "UNLOCALIZED: Rose Quartz Lamp", - "block.create.rose_quartz_tiles": "UNLOCALIZED: Rose Quartz Tiles", - "block.create.rotation_speed_controller": "UNLOCALIZED: Rotation Speed Controller", - "block.create.sail_frame": "UNLOCALIZED: Sail Frame", - "block.create.schematic_table": "UNLOCALIZED: Schematic Table", - "block.create.schematicannon": "UNLOCALIZED: Schematicannon", - "block.create.scorchia": "UNLOCALIZED: Scorchia", - "block.create.scorchia_pillar": "UNLOCALIZED: Scorchia Pillar", - "block.create.scoria": "UNLOCALIZED: Scoria", - "block.create.scoria_pillar": "UNLOCALIZED: Scoria Pillar", - "block.create.secondary_linear_chassis": "UNLOCALIZED: Secondary Linear Chassis", - "block.create.sequenced_gearshift": "UNLOCALIZED: Sequenced Gearshift", - "block.create.shadow_steel_casing": "UNLOCALIZED: Shadow Casing", - "block.create.shaft": "UNLOCALIZED: Shaft", - "block.create.small_andesite_brick_slab": "UNLOCALIZED: Small Andesite Brick Slab", - "block.create.small_andesite_brick_stairs": "UNLOCALIZED: Small Andesite Brick Stairs", - "block.create.small_andesite_brick_wall": "UNLOCALIZED: Small Andesite Brick Wall", - "block.create.small_andesite_bricks": "UNLOCALIZED: Small Andesite Bricks", - "block.create.small_asurine_brick_slab": "UNLOCALIZED: Small Asurine Brick Slab", - "block.create.small_asurine_brick_stairs": "UNLOCALIZED: Small Asurine Brick Stairs", - "block.create.small_asurine_brick_wall": "UNLOCALIZED: Small Asurine Brick Wall", - "block.create.small_asurine_bricks": "UNLOCALIZED: Small Asurine Bricks", - "block.create.small_bogey": "UNLOCALIZED: Small Bogey", - "block.create.small_calcite_brick_slab": "UNLOCALIZED: Small Calcite Brick Slab", - "block.create.small_calcite_brick_stairs": "UNLOCALIZED: Small Calcite Brick Stairs", - "block.create.small_calcite_brick_wall": "UNLOCALIZED: Small Calcite Brick Wall", - "block.create.small_calcite_bricks": "UNLOCALIZED: Small Calcite Bricks", - "block.create.small_crimsite_brick_slab": "UNLOCALIZED: Small Crimsite Brick Slab", - "block.create.small_crimsite_brick_stairs": "UNLOCALIZED: Small Crimsite Brick Stairs", - "block.create.small_crimsite_brick_wall": "UNLOCALIZED: Small Crimsite Brick Wall", - "block.create.small_crimsite_bricks": "UNLOCALIZED: Small Crimsite Bricks", - "block.create.small_deepslate_brick_slab": "UNLOCALIZED: Small Deepslate Brick Slab", - "block.create.small_deepslate_brick_stairs": "UNLOCALIZED: Small Deepslate Brick Stairs", - "block.create.small_deepslate_brick_wall": "UNLOCALIZED: Small Deepslate Brick Wall", - "block.create.small_deepslate_bricks": "UNLOCALIZED: Small Deepslate Bricks", - "block.create.small_diorite_brick_slab": "UNLOCALIZED: Small Diorite Brick Slab", - "block.create.small_diorite_brick_stairs": "UNLOCALIZED: Small Diorite Brick Stairs", - "block.create.small_diorite_brick_wall": "UNLOCALIZED: Small Diorite Brick Wall", - "block.create.small_diorite_bricks": "UNLOCALIZED: Small Diorite Bricks", - "block.create.small_dripstone_brick_slab": "UNLOCALIZED: Small Dripstone Brick Slab", - "block.create.small_dripstone_brick_stairs": "UNLOCALIZED: Small Dripstone Brick Stairs", - "block.create.small_dripstone_brick_wall": "UNLOCALIZED: Small Dripstone Brick Wall", - "block.create.small_dripstone_bricks": "UNLOCALIZED: Small Dripstone Bricks", - "block.create.small_granite_brick_slab": "UNLOCALIZED: Small Granite Brick Slab", - "block.create.small_granite_brick_stairs": "UNLOCALIZED: Small Granite Brick Stairs", - "block.create.small_granite_brick_wall": "UNLOCALIZED: Small Granite Brick Wall", - "block.create.small_granite_bricks": "UNLOCALIZED: Small Granite Bricks", - "block.create.small_limestone_brick_slab": "UNLOCALIZED: Small Limestone Brick Slab", - "block.create.small_limestone_brick_stairs": "UNLOCALIZED: Small Limestone Brick Stairs", - "block.create.small_limestone_brick_wall": "UNLOCALIZED: Small Limestone Brick Wall", - "block.create.small_limestone_bricks": "UNLOCALIZED: Small Limestone Bricks", - "block.create.small_ochrum_brick_slab": "UNLOCALIZED: Small Ochrum Brick Slab", - "block.create.small_ochrum_brick_stairs": "UNLOCALIZED: Small Ochrum Brick Stairs", - "block.create.small_ochrum_brick_wall": "UNLOCALIZED: Small Ochrum Brick Wall", - "block.create.small_ochrum_bricks": "UNLOCALIZED: Small Ochrum Bricks", - "block.create.small_rose_quartz_tiles": "UNLOCALIZED: Small Rose Quartz Tiles", - "block.create.small_scorchia_brick_slab": "UNLOCALIZED: Small Scorchia Brick Slab", - "block.create.small_scorchia_brick_stairs": "UNLOCALIZED: Small Scorchia Brick Stairs", - "block.create.small_scorchia_brick_wall": "UNLOCALIZED: Small Scorchia Brick Wall", - "block.create.small_scorchia_bricks": "UNLOCALIZED: Small Scorchia Bricks", - "block.create.small_scoria_brick_slab": "UNLOCALIZED: Small Scoria Brick Slab", - "block.create.small_scoria_brick_stairs": "UNLOCALIZED: Small Scoria Brick Stairs", - "block.create.small_scoria_brick_wall": "UNLOCALIZED: Small Scoria Brick Wall", - "block.create.small_scoria_bricks": "UNLOCALIZED: Small Scoria Bricks", - "block.create.small_tuff_brick_slab": "UNLOCALIZED: Small Tuff Brick Slab", - "block.create.small_tuff_brick_stairs": "UNLOCALIZED: Small Tuff Brick Stairs", - "block.create.small_tuff_brick_wall": "UNLOCALIZED: Small Tuff Brick Wall", - "block.create.small_tuff_bricks": "UNLOCALIZED: Small Tuff Bricks", - "block.create.small_veridium_brick_slab": "UNLOCALIZED: Small Veridium Brick Slab", - "block.create.small_veridium_brick_stairs": "UNLOCALIZED: Small Veridium Brick Stairs", - "block.create.small_veridium_brick_wall": "UNLOCALIZED: Small Veridium Brick Wall", - "block.create.small_veridium_bricks": "UNLOCALIZED: Small Veridium Bricks", - "block.create.smart_chute": "UNLOCALIZED: Smart Chute", - "block.create.smart_fluid_pipe": "UNLOCALIZED: Smart Fluid Pipe", - "block.create.speedometer": "UNLOCALIZED: Speedometer", - "block.create.spout": "UNLOCALIZED: Spout", - "block.create.spruce_window": "UNLOCALIZED: Spruce Window", - "block.create.spruce_window_pane": "UNLOCALIZED: Spruce Window Pane", - "block.create.steam_engine": "UNLOCALIZED: Steam Engine", - "block.create.steam_whistle": "UNLOCALIZED: Steam Whistle", - "block.create.steam_whistle_extension": "UNLOCALIZED: Steam Whistle Extension", - "block.create.sticker": "UNLOCALIZED: Sticker", - "block.create.sticky_mechanical_piston": "UNLOCALIZED: Sticky Mechanical Piston", - "block.create.stockpile_switch": "UNLOCALIZED: Stockpile Switch", - "block.create.stressometer": "UNLOCALIZED: Stressometer", - "block.create.tiled_glass": "UNLOCALIZED: Tiled Glass", - "block.create.tiled_glass_pane": "UNLOCALIZED: Tiled Glass Pane", - "block.create.track": "UNLOCALIZED: Train Track", - "block.create.track_observer": "UNLOCALIZED: Train Observer", - "block.create.track_signal": "UNLOCALIZED: Train Signal", - "block.create.track_station": "UNLOCALIZED: Train Station", - "block.create.train_door": "UNLOCALIZED: Train Door", - "block.create.train_trapdoor": "UNLOCALIZED: Train Trapdoor", - "block.create.tuff_pillar": "UNLOCALIZED: Tuff Pillar", - "block.create.turntable": "UNLOCALIZED: Turntable", - "block.create.veridium": "UNLOCALIZED: Veridium", - "block.create.veridium_pillar": "UNLOCALIZED: Veridium Pillar", - "block.create.vertical_framed_glass": "UNLOCALIZED: Vertical Framed Glass", - "block.create.vertical_framed_glass_pane": "UNLOCALIZED: Vertical Framed Glass Pane", - "block.create.warped_window": "UNLOCALIZED: Warped Window", - "block.create.warped_window_pane": "UNLOCALIZED: Warped Window Pane", - "block.create.water_wheel": "UNLOCALIZED: Water Wheel", - "block.create.waxed_copper_shingle_slab": "UNLOCALIZED: Waxed Copper Shingle Slab", - "block.create.waxed_copper_shingle_stairs": "UNLOCALIZED: Waxed Copper Shingle Stairs", - "block.create.waxed_copper_shingles": "UNLOCALIZED: Waxed Copper Shingles", - "block.create.waxed_copper_tile_slab": "UNLOCALIZED: Waxed Copper Tile Slab", - "block.create.waxed_copper_tile_stairs": "UNLOCALIZED: Waxed Copper Tile Stairs", - "block.create.waxed_copper_tiles": "UNLOCALIZED: Waxed Copper Tiles", - "block.create.waxed_exposed_copper_shingle_slab": "UNLOCALIZED: Waxed Exposed Copper Shingle Slab", - "block.create.waxed_exposed_copper_shingle_stairs": "UNLOCALIZED: Waxed Exposed Copper Shingle Stairs", - "block.create.waxed_exposed_copper_shingles": "UNLOCALIZED: Waxed Exposed Copper Shingles", - "block.create.waxed_exposed_copper_tile_slab": "UNLOCALIZED: Waxed Exposed Copper Tile Slab", - "block.create.waxed_exposed_copper_tile_stairs": "UNLOCALIZED: Waxed Exposed Copper Tile Stairs", - "block.create.waxed_exposed_copper_tiles": "UNLOCALIZED: Waxed Exposed Copper Tiles", - "block.create.waxed_oxidized_copper_shingle_slab": "UNLOCALIZED: Waxed Oxidized Copper Shingle Slab", - "block.create.waxed_oxidized_copper_shingle_stairs": "UNLOCALIZED: Waxed Oxidized Copper Shingle Stairs", - "block.create.waxed_oxidized_copper_shingles": "UNLOCALIZED: Waxed Oxidized Copper Shingles", - "block.create.waxed_oxidized_copper_tile_slab": "UNLOCALIZED: Waxed Oxidized Copper Tile Slab", - "block.create.waxed_oxidized_copper_tile_stairs": "UNLOCALIZED: Waxed Oxidized Copper Tile Stairs", - "block.create.waxed_oxidized_copper_tiles": "UNLOCALIZED: Waxed Oxidized Copper Tiles", - "block.create.waxed_weathered_copper_shingle_slab": "UNLOCALIZED: Waxed Weathered Copper Shingle Slab", - "block.create.waxed_weathered_copper_shingle_stairs": "UNLOCALIZED: Waxed Weathered Copper Shingle Stairs", - "block.create.waxed_weathered_copper_shingles": "UNLOCALIZED: Waxed Weathered Copper Shingles", - "block.create.waxed_weathered_copper_tile_slab": "UNLOCALIZED: Waxed Weathered Copper Tile Slab", - "block.create.waxed_weathered_copper_tile_stairs": "UNLOCALIZED: Waxed Weathered Copper Tile Stairs", - "block.create.waxed_weathered_copper_tiles": "UNLOCALIZED: Waxed Weathered Copper Tiles", - "block.create.weathered_copper_shingle_slab": "UNLOCALIZED: Weathered Copper Shingle Slab", - "block.create.weathered_copper_shingle_stairs": "UNLOCALIZED: Weathered Copper Shingle Stairs", - "block.create.weathered_copper_shingles": "UNLOCALIZED: Weathered Copper Shingles", - "block.create.weathered_copper_tile_slab": "UNLOCALIZED: Weathered Copper Tile Slab", - "block.create.weathered_copper_tile_stairs": "UNLOCALIZED: Weathered Copper Tile Stairs", - "block.create.weathered_copper_tiles": "UNLOCALIZED: Weathered Copper Tiles", - "block.create.weighted_ejector": "UNLOCALIZED: Weighted Ejector", - "block.create.white_nixie_tube": "Bílá Znaková Výbojka", - "block.create.white_sail": "Bílá Plachta", - "block.create.white_seat": "Bílá Sedačka", - "block.create.white_toolbox": "UNLOCALIZED: White Toolbox", - "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": "Žlutá Znaková Výbojka", - "block.create.yellow_sail": "Žlutá Plachta", - "block.create.yellow_seat": "Žlutá Sedačka", - "block.create.yellow_toolbox": "UNLOCALIZED: Yellow Toolbox", - "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.carriage_contraption": "UNLOCALIZED: Carriage Contraption", - "entity.create.contraption": "Stroj", - "entity.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint", - "entity.create.gantry_contraption": "UNLOCALIZED: Gantry Contraption", - "entity.create.potato_projectile": "UNLOCALIZED: Potato Projectile", - "entity.create.seat": "Sedačka", - "entity.create.stationary_contraption": "UNLOCALIZED: Stationary Contraption", - "entity.create.super_glue": "UNLOCALIZED: Super Glue", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "UNLOCALIZED: Potion", - "fluid.create.tea": "UNLOCALIZED: Builder's Tea", - - "item.create.andesite_alloy": "UNLOCALIZED: Andesite Alloy", - "item.create.attribute_filter": "UNLOCALIZED: Attribute Filter", - "item.create.bar_of_chocolate": "UNLOCALIZED: Bar of Chocolate", - "item.create.belt_connector": "UNLOCALIZED: Mechanical Belt", - "item.create.blaze_cake": "UNLOCALIZED: Blaze Cake", - "item.create.blaze_cake_base": "UNLOCALIZED: Blaze Cake Base", - "item.create.brass_hand": "UNLOCALIZED: Brass Hand", - "item.create.brass_ingot": "UNLOCALIZED: Brass Ingot", - "item.create.brass_nugget": "UNLOCALIZED: Brass Nugget", - "item.create.brass_sheet": "UNLOCALIZED: Brass Sheet", - "item.create.builders_tea": "UNLOCALIZED: Builder's Tea", - "item.create.chest_minecart_contraption": "UNLOCALIZED: Chest Minecart Contraption", - "item.create.chocolate_bucket": "UNLOCALIZED: Chocolate Bucket", - "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.copper_backtank": "UNLOCALIZED: Copper Backtank", - "item.create.copper_backtank_placeable": "UNLOCALIZED: Copper Backtank Placeable", - "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_copper_ore": "UNLOCALIZED: Crushed Copper Ore", - "item.create.crushed_gold_ore": "UNLOCALIZED: Crushed Gold Ore", - "item.create.crushed_iron_ore": "UNLOCALIZED: Crushed Iron Ore", - "item.create.crushed_lead_ore": "UNLOCALIZED: Crushed Lead Ore", - "item.create.crushed_nickel_ore": "UNLOCALIZED: Crushed Nickel Ore", - "item.create.crushed_osmium_ore": "UNLOCALIZED: Crushed Osmium Ore", - "item.create.crushed_platinum_ore": "UNLOCALIZED: Crushed Platinum Ore", - "item.create.crushed_quicksilver_ore": "UNLOCALIZED: Crushed Quicksilver Ore", - "item.create.crushed_silver_ore": "UNLOCALIZED: Crushed Silver Ore", - "item.create.crushed_tin_ore": "UNLOCALIZED: Crushed Tin Ore", - "item.create.crushed_uranium_ore": "UNLOCALIZED: Crushed Uranium Ore", - "item.create.crushed_zinc_ore": "UNLOCALIZED: Crushed Zinc Ore", - "item.create.diving_boots": "UNLOCALIZED: Diving Boots", - "item.create.diving_helmet": "UNLOCALIZED: Diving Helmet", - "item.create.dough": "UNLOCALIZED: Dough", - "item.create.electron_tube": "UNLOCALIZED: Electron Tube", - "item.create.empty_blaze_burner": "UNLOCALIZED: Empty Blaze Burner", - "item.create.empty_schematic": "UNLOCALIZED: Empty Schematic", - "item.create.experience_nugget": "UNLOCALIZED: Nugget of Experience", - "item.create.extendo_grip": "UNLOCALIZED: Extendo Grip", - "item.create.filter": "UNLOCALIZED: Filter", - "item.create.furnace_minecart_contraption": "UNLOCALIZED: Furnace Minecart Contraption", - "item.create.goggles": "UNLOCALIZED: Engineer's Goggles", - "item.create.golden_sheet": "UNLOCALIZED: Golden Sheet", - "item.create.handheld_worldshaper": "UNLOCALIZED: Creative Worldshaper", - "item.create.honey_bucket": "UNLOCALIZED: Honey Bucket", - "item.create.honeyed_apple": "UNLOCALIZED: Honeyed Apple", - "item.create.incomplete_precision_mechanism": "UNLOCALIZED: Incomplete Precision Mechanism", - "item.create.incomplete_track": "UNLOCALIZED: Incomplete Track", - "item.create.iron_sheet": "UNLOCALIZED: Iron Sheet", - "item.create.linked_controller": "UNLOCALIZED: Linked Controller", - "item.create.minecart_contraption": "UNLOCALIZED: Minecart Contraption", - "item.create.minecart_coupling": "UNLOCALIZED: Minecart Coupling", - "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": "UNLOCALIZED: Propeller", - "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", - "item.create.red_sand_paper": "UNLOCALIZED: Red Sand Paper", - "item.create.refined_radiance": "UNLOCALIZED: Refined Radiance", - "item.create.rose_quartz": "UNLOCALIZED: Rose Quartz", - "item.create.sand_paper": "UNLOCALIZED: Sand Paper", - "item.create.schedule": "UNLOCALIZED: Train Schedule", - "item.create.schematic": "UNLOCALIZED: Schematic", - "item.create.schematic_and_quill": "UNLOCALIZED: Schematic And Quill", - "item.create.shadow_steel": "UNLOCALIZED: Shadow Steel", - "item.create.sturdy_sheet": "UNLOCALIZED: Sturdy Sheet", - "item.create.super_glue": "UNLOCALIZED: Super Glue", - "item.create.sweet_roll": "UNLOCALIZED: Sweet Roll", - "item.create.tree_fertilizer": "UNLOCALIZED: Tree Fertilizer", - "item.create.unprocessed_obsidian_sheet": "UNLOCALIZED: Unprocessed Obsidian Sheet", - "item.create.vertical_gearbox": "UNLOCALIZED: Vertical Gearbox", - "item.create.wand_of_symmetry": "UNLOCALIZED: Wand Of Symmetry", - "item.create.wheat_flour": "UNLOCALIZED: Wheat Flour", - "item.create.whisk": "UNLOCALIZED: Whisk", - "item.create.wrench": "UNLOCALIZED: Wrench", - "item.create.zinc_ingot": "UNLOCALIZED: Zinc Ingot", - "item.create.zinc_nugget": "UNLOCALIZED: Zinc Nugget", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "UNLOCALIZED: Welcome to Create", - "advancement.create.root.desc": "UNLOCALIZED: Here Be Contraptions", - "advancement.create.andesite_alloy": "UNLOCALIZED: Sturdier Rocks", - "advancement.create.andesite_alloy.desc": "UNLOCALIZED: Obtain some Andesite Alloy, Create's most important resource", - "advancement.create.andesite_casing": "UNLOCALIZED: The Andesite Age", - "advancement.create.andesite_casing.desc": "UNLOCALIZED: Apply Andesite Alloy to stripped wood, creating a basic casing for your machines", - "advancement.create.mechanical_press": "UNLOCALIZED: Bonk!", - "advancement.create.mechanical_press.desc": "UNLOCALIZED: Create some sheets in a Mechanical Press", - "advancement.create.encased_fan": "UNLOCALIZED: Wind Maker", - "advancement.create.encased_fan.desc": "UNLOCALIZED: Place and power an Encased Fan", - "advancement.create.fan_processing": "UNLOCALIZED: Processing by Particle", - "advancement.create.fan_processing.desc": "UNLOCALIZED: Use an Encased Fan to process materials", - "advancement.create.saw_processing": "UNLOCALIZED: Workshop's Most Feared", - "advancement.create.saw_processing.desc": "UNLOCALIZED: Use an upright Mechanical Saw to process materials", - "advancement.create.compacting": "UNLOCALIZED: Compactification", - "advancement.create.compacting.desc": "UNLOCALIZED: Use a Mechanical Press and a Basin to create fewer items from more", - "advancement.create.belt": "UNLOCALIZED: Kelp Drive", - "advancement.create.belt.desc": "UNLOCALIZED: Connect two Shafts with a Mechanical Belt", - "advancement.create.funnel": "UNLOCALIZED: Airport Aesthetic", - "advancement.create.funnel.desc": "UNLOCALIZED: Extract or insert items into a container using a Funnel", - "advancement.create.chute": "UNLOCALIZED: Vertical Logistics", - "advancement.create.chute.desc": "UNLOCALIZED: Transport some items by Chute", - "advancement.create.mechanical_mixer": "UNLOCALIZED: Mixing It Up", - "advancement.create.mechanical_mixer.desc": "UNLOCALIZED: Combine ingredients in a Mechanical Mixer", - "advancement.create.burner": "UNLOCALIZED: Sentient Fireplace", - "advancement.create.burner.desc": "UNLOCALIZED: Obtain a Blaze Burner", - "advancement.create.water_wheel": "UNLOCALIZED: Harnessed Hydraulics", - "advancement.create.water_wheel.desc": "UNLOCALIZED: Place a Water Wheel and use it to generate torque", - "advancement.create.windmill": "UNLOCALIZED: A Mild Breeze", - "advancement.create.windmill.desc": "UNLOCALIZED: Assemble a windmill and use it to generate torque", - "advancement.create.shifting_gears": "UNLOCALIZED: Shifting Gears", - "advancement.create.shifting_gears.desc": "UNLOCALIZED: Connect a Large Cogwheel to a Small Cogwheel, allowing you to change the speed of your Contraption", - "advancement.create.millstone": "UNLOCALIZED: Embrace the Grind", - "advancement.create.millstone.desc": "UNLOCALIZED: Use a Millstone to pulverise materials", - "advancement.create.super_glue": "UNLOCALIZED: Area of Connect", - "advancement.create.super_glue.desc": "UNLOCALIZED: Super Glue some blocks into a group", - "advancement.create.contraption_actors": "UNLOCALIZED: Moving with Purpose", - "advancement.create.contraption_actors.desc": "UNLOCALIZED: Create a Contraption with drills, saws, or harvesters on board", - "advancement.create.portable_storage_interface": "UNLOCALIZED: Drive-By Exchange", - "advancement.create.portable_storage_interface.desc": "UNLOCALIZED: Use a Portable Storage Interface to take or insert items into a Contraption", - "advancement.create.wrench_goggles": "UNLOCALIZED: Kitted Out", - "advancement.create.wrench_goggles.desc": "UNLOCALIZED: Equip Engineer's Goggles and a Wrench", - "advancement.create.stressometer": "UNLOCALIZED: Stress for Nerds", - "advancement.create.stressometer.desc": "UNLOCALIZED: Get an exact readout with the help of Engineer's Goggles and a Stressometer", - "advancement.create.cuckoo_clock": "UNLOCALIZED: Is It Time?", - "advancement.create.cuckoo_clock.desc": "UNLOCALIZED: Witness your Cuckoo Clock announce bedtime", - "advancement.create.windmill_maxed": "UNLOCALIZED: A Strong Breeze", - "advancement.create.windmill_maxed.desc": "UNLOCALIZED: Assemble a windmill of maximum strength", - "advancement.create.ejector_maxed": "UNLOCALIZED: Springboard Champion", - "advancement.create.ejector_maxed.desc": "UNLOCALIZED: Get launched more than 30 blocks by a Weighted Ejector", - "advancement.create.pulley_maxed": "UNLOCALIZED: Rope to Nowhere", - "advancement.create.pulley_maxed.desc": "UNLOCALIZED: Extend a Rope Pulley over 200 blocks deep", - "advancement.create.cart_pickup": "UNLOCALIZED: Strong Arms", - "advancement.create.cart_pickup.desc": "UNLOCALIZED: Pick up a Minecart Contraption with at least 200 attached blocks", - "advancement.create.anvil_plough": "UNLOCALIZED: Blacksmith Artillery", - "advancement.create.anvil_plough.desc": "UNLOCALIZED: Launch an Anvil with Mechanical Ploughs", - "advancement.create.lava_wheel_00000": "UNLOCALIZED: Magma Wheel", - "advancement.create.lava_wheel_00000.desc": "UNLOCALIZED: This shouldn't have worked§7\n(Hidden Advancement)", - "advancement.create.hand_crank_000": "UNLOCALIZED: Workout Session", - "advancement.create.hand_crank_000.desc": "UNLOCALIZED: Use a Hand Crank until fully exhausted§7\n(Hidden Advancement)", - "advancement.create.belt_funnel_kiss": "UNLOCALIZED: The Parrots and the Flaps", - "advancement.create.belt_funnel_kiss.desc": "UNLOCALIZED: Make two Belt-mounted Funnels kiss§7\n(Hidden Advancement)", - "advancement.create.stressometer_maxed": "UNLOCALIZED: Perfectly Stressed", - "advancement.create.stressometer_maxed.desc": "UNLOCALIZED: Get a 100% readout from a Stressometer§7\n(Hidden Advancement)", - "advancement.create.copper": "UNLOCALIZED: Cuprum Bokum", - "advancement.create.copper.desc": "UNLOCALIZED: Amass some Copper Ingots for your exploits in fluid manipulation", - "advancement.create.copper_casing": "UNLOCALIZED: The Copper Age", - "advancement.create.copper_casing.desc": "UNLOCALIZED: Apply Copper Ingots to stripped wood, creating a waterproof casing for your machines", - "advancement.create.spout": "UNLOCALIZED: Sploosh", - "advancement.create.spout.desc": "UNLOCALIZED: Watch a fluid-containing item be filled by a Spout", - "advancement.create.drain": "UNLOCALIZED: Tumble Draining", - "advancement.create.drain.desc": "UNLOCALIZED: Watch a fluid-containing item be emptied by an Item Drain", - "advancement.create.steam_engine": "UNLOCALIZED: The Powerhouse", - "advancement.create.steam_engine.desc": "UNLOCALIZED: Use a Steam Engine to generate torque", - "advancement.create.steam_whistle": "UNLOCALIZED: Voice of an Angel", - "advancement.create.steam_whistle.desc": "UNLOCALIZED: Activate a Steam Whistle", - "advancement.create.backtank": "UNLOCALIZED: Pressure to Go", - "advancement.create.backtank.desc": "UNLOCALIZED: Create a Copper Backtank and make it accumulate air pressure", - "advancement.create.diving_suit": "UNLOCALIZED: Ready for the Depths", - "advancement.create.diving_suit.desc": "UNLOCALIZED: Equip a Diving Helmet and a Copper Backtank, then jump into water", - "advancement.create.mechanical_pump_0": "UNLOCALIZED: Under Pressure", - "advancement.create.mechanical_pump_0.desc": "UNLOCALIZED: Place and power a Mechanical Pump", - "advancement.create.glass_pipe": "UNLOCALIZED: Flow Discovery", - "advancement.create.glass_pipe.desc": "UNLOCALIZED: Use your Wrench on a pipe that contains a fluid", - "advancement.create.water_supply": "UNLOCALIZED: Puddle Collector", - "advancement.create.water_supply.desc": "UNLOCALIZED: Use the pulling end of a Fluid Pipe or Mechanical Pump to collect water", - "advancement.create.hose_pulley": "UNLOCALIZED: Industrial Spillage", - "advancement.create.hose_pulley.desc": "UNLOCALIZED: Lower a Hose Pulley and watch it drain or fill a body of fluid", - "advancement.create.chocolate_bucket": "UNLOCALIZED: A World of Imagination", - "advancement.create.chocolate_bucket.desc": "UNLOCALIZED: Obtain a bucket of molten chocolate", - "advancement.create.honey_drain": "UNLOCALIZED: Autonomous Bee-Keeping", - "advancement.create.honey_drain.desc": "UNLOCALIZED: Use pipes to pull honey from a Bee Nest or Beehive", - "advancement.create.hose_pulley_lava": "UNLOCALIZED: Tapping the Mantle", - "advancement.create.hose_pulley_lava.desc": "UNLOCALIZED: Pump from a body of lava large enough to be considered infinite", - "advancement.create.steam_engine_maxed": "UNLOCALIZED: Full Steam", - "advancement.create.steam_engine_maxed.desc": "UNLOCALIZED: Run a boiler at the maximum level of power", - "advancement.create.foods": "UNLOCALIZED: Balanced Diet", - "advancement.create.foods.desc": "UNLOCALIZED: Create Chocolate Glazed Berries, a Honeyed Apple, and a Sweet Roll all from the same Spout", - "advancement.create.diving_suit_lava": "UNLOCALIZED: Swimming with the Striders", - "advancement.create.diving_suit_lava.desc": "UNLOCALIZED: Attempt to take a dive in lava with your diving gear§7\n(Hidden Advancement)", - "advancement.create.chained_drain": "UNLOCALIZED: On a Roll", - "advancement.create.chained_drain.desc": "UNLOCALIZED: Watch an item move across a row of Item Drains§7\n(Hidden Advancement)", - "advancement.create.cross_streams": "UNLOCALIZED: Don't Cross the Streams!", - "advancement.create.cross_streams.desc": "UNLOCALIZED: Watch two fluids meet in your pipe network§7\n(Hidden Advancement)", - "advancement.create.pipe_organ": "UNLOCALIZED: The Pipe Organ", - "advancement.create.pipe_organ.desc": "UNLOCALIZED: Attach 12 uniquely pitched Steam Whistles to a single Fluid Tank§7\n(Hidden Advancement)", - "advancement.create.brass": "UNLOCALIZED: Real Alloys", - "advancement.create.brass.desc": "UNLOCALIZED: Create Brass Ingots by alloying Copper and Zinc Ingots in your Blaze-heated Mechanical Mixer", - "advancement.create.brass_casing": "UNLOCALIZED: The Brass Age", - "advancement.create.brass_casing.desc": "UNLOCALIZED: Apply Brass Ingots to stripped wood, creating a casing for more sophisticated machines", - "advancement.create.rose_quartz": "UNLOCALIZED: Pink Diamonds", - "advancement.create.rose_quartz.desc": "UNLOCALIZED: Polish some Rose Quartz", - "advancement.create.deployer": "UNLOCALIZED: Artificial Intelligence", - "advancement.create.deployer.desc": "UNLOCALIZED: Place and power a Deployer, the perfect reflection of yourself", - "advancement.create.precision_mechanism": "UNLOCALIZED: Complex Curiosities", - "advancement.create.precision_mechanism.desc": "UNLOCALIZED: Assemble a Precision Mechanism", - "advancement.create.speed_controller": "UNLOCALIZED: Engineers Hate Him!", - "advancement.create.speed_controller.desc": "UNLOCALIZED: Fine-tune your Contraption with a Rotation Speed Controller", - "advancement.create.mechanical_arm": "UNLOCALIZED: Busy Hands", - "advancement.create.mechanical_arm.desc": "UNLOCALIZED: Watch your Mechanical Arm transport its first item", - "advancement.create.mechanical_crafter": "UNLOCALIZED: Automated Assembly", - "advancement.create.mechanical_crafter.desc": "UNLOCALIZED: Place and power some Mechanical Crafters", - "advancement.create.crushing_wheel": "UNLOCALIZED: A Pair of Giants", - "advancement.create.crushing_wheel.desc": "UNLOCALIZED: Place and power a set of Crushing Wheels", - "advancement.create.haunted_bell": "UNLOCALIZED: Shadow Sense", - "advancement.create.haunted_bell.desc": "UNLOCALIZED: Toll a Haunted Bell", - "advancement.create.clockwork_bearing": "UNLOCALIZED: Contraption O'Clock", - "advancement.create.clockwork_bearing.desc": "UNLOCALIZED: Assemble a structure mounted on a Clockwork Bearing", - "advancement.create.display_link": "UNLOCALIZED: Big Data", - "advancement.create.display_link.desc": "UNLOCALIZED: Use a Display Link to visualise information", - "advancement.create.potato_cannon": "UNLOCALIZED: Fwoomp!", - "advancement.create.potato_cannon.desc": "UNLOCALIZED: Defeat an enemy with your Potato Cannon", - "advancement.create.extendo_grip": "UNLOCALIZED: Boioioing!", - "advancement.create.extendo_grip.desc": "UNLOCALIZED: Get hold of an Extendo Grip", - "advancement.create.linked_controller": "UNLOCALIZED: Remote Activation", - "advancement.create.linked_controller.desc": "UNLOCALIZED: Activate a Redstone Link using a Linked Controller", - "advancement.create.arm_blaze_burner": "UNLOCALIZED: Combust-o-Tron", - "advancement.create.arm_blaze_burner.desc": "UNLOCALIZED: Instruct a Mechanical Arm to feed your Blaze Burner", - "advancement.create.crusher_maxed_0000": "UNLOCALIZED: Crushing It", - "advancement.create.crusher_maxed_0000.desc": "UNLOCALIZED: Operate a pair of Crushing Wheels at maximum speed", - "advancement.create.arm_many_targets": "UNLOCALIZED: Organize-o-Tron", - "advancement.create.arm_many_targets.desc": "UNLOCALIZED: Program a Mechanical Arm with 10 or more output locations", - "advancement.create.potato_cannon_collide": "UNLOCALIZED: Veggie Fireworks", - "advancement.create.potato_cannon_collide.desc": "UNLOCALIZED: Cause Potato Cannon projectiles of different types to collide with each other", - "advancement.create.self_deploying": "UNLOCALIZED: Self-Driving Cart", - "advancement.create.self_deploying.desc": "UNLOCALIZED: Create a Minecart Contraption that places tracks in front of itself", - "advancement.create.fist_bump": "UNLOCALIZED: Pound It, Bro!", - "advancement.create.fist_bump.desc": "UNLOCALIZED: Make two Deployers fist-bump§7\n(Hidden Advancement)", - "advancement.create.crafter_lazy_000": "UNLOCALIZED: Desperate Measures", - "advancement.create.crafter_lazy_000.desc": "UNLOCALIZED: Drastically slow down a Mechanical Crafter to procrastinate on proper infrastructure§7\n(Hidden Advancement)", - "advancement.create.extendo_grip_dual": "UNLOCALIZED: To Full Extent", - "advancement.create.extendo_grip_dual.desc": "UNLOCALIZED: Dual-wield Extendo Grips for superhuman reach§7\n(Hidden Advancement)", - "advancement.create.musical_arm": "UNLOCALIZED: DJ Mechanico", - "advancement.create.musical_arm.desc": "UNLOCALIZED: Watch a Mechanical Arm operate your Jukebox§7\n(Hidden Advancement)", - "advancement.create.sturdy_sheet": "UNLOCALIZED: The Sturdiest Rocks", - "advancement.create.sturdy_sheet.desc": "UNLOCALIZED: Assemble a Sturdy Sheet by refining Powdered Obsidian", - "advancement.create.train_casing_00": "UNLOCALIZED: The Logistical Age", - "advancement.create.train_casing_00.desc": "UNLOCALIZED: Use Sturdy Sheets to create a casing for railway components", - "advancement.create.train": "UNLOCALIZED: All Aboard!", - "advancement.create.train.desc": "UNLOCALIZED: Assemble your first Train", - "advancement.create.conductor": "UNLOCALIZED: Conductor Instructor", - "advancement.create.conductor.desc": "UNLOCALIZED: Instruct a Train driver with a Train Schedule", - "advancement.create.track_signal": "UNLOCALIZED: Traffic Control", - "advancement.create.track_signal.desc": "UNLOCALIZED: Place a Train Signal", - "advancement.create.display_board_0": "UNLOCALIZED: Dynamic Timetables", - "advancement.create.display_board_0.desc": "UNLOCALIZED: Forecast a Train's arrival on your Display Board with the help of Display Links", - "advancement.create.track_0": "UNLOCALIZED: A New Gauge", - "advancement.create.track_0.desc": "UNLOCALIZED: Obtain some Train Tracks", - "advancement.create.train_whistle": "UNLOCALIZED: Choo Choo!", - "advancement.create.train_whistle.desc": "UNLOCALIZED: Assemble a Steam Whistle to your Train and activate it while driving", - "advancement.create.train_portal": "UNLOCALIZED: Dimensional Commuter", - "advancement.create.train_portal.desc": "UNLOCALIZED: Ride a Train through a Nether portal", - "advancement.create.track_crafting_factory": "UNLOCALIZED: Track Factory", - "advancement.create.track_crafting_factory.desc": "UNLOCALIZED: Produce more than 1000 Train Tracks with the same Mechanical Press", - "advancement.create.long_bend": "UNLOCALIZED: The Longest Bend", - "advancement.create.long_bend.desc": "UNLOCALIZED: Create a curved track section that spans more than 30 blocks in length", - "advancement.create.long_train": "UNLOCALIZED: Ambitious Endeavours", - "advancement.create.long_train.desc": "UNLOCALIZED: Create a Train with at least 6 carriages", - "advancement.create.long_travel": "UNLOCALIZED: Field Trip", - "advancement.create.long_travel.desc": "Opusťte sedačku vlaku aspoň 5000 blocků od místa, kde jste nastoupili", - "advancement.create.train_roadkill": "UNLOCALIZED: Road Kill", - "advancement.create.train_roadkill.desc": "UNLOCALIZED: Run over an enemy with your Train§7\n(Hidden Advancement)", - "advancement.create.red_signal": "UNLOCALIZED: Expert Driver", - "advancement.create.red_signal.desc": "UNLOCALIZED: Run a red Train Signal§7\n(Hidden Advancement)", - "advancement.create.train_crash": "UNLOCALIZED: Terrible Service", - "advancement.create.train_crash.desc": "UNLOCALIZED: Witness a Train crash as a passenger§7\n(Hidden Advancement)", - "advancement.create.train_crash_backwards": "UNLOCALIZED: Blind Spot", - "advancement.create.train_crash_backwards.desc": "UNLOCALIZED: Crash into another Train while driving backwards§7\n(Hidden Advancement)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "UNLOCALIZED: Create", - "itemGroup.create.palettes": "UNLOCALIZED: Create's Building Blocks", - - "death.attack.create.crush": "UNLOCALIZED: %1$s was processed by Crushing Wheels", - "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", - "death.attack.create.run_over": "UNLOCALIZED: %1$s was run over by %2$s", - - "create.block.deployer.damage_source_name": "UNLOCALIZED: a rogue Deployer", - "create.block.cart_assembler.invalid": "UNLOCALIZED: Place your Cart Assembler on a rail block", - - "create.menu.return": "UNLOCALIZED: Return to Menu", - "create.menu.configure": "UNLOCALIZED: Configure...", - "create.menu.ponder_index": "UNLOCALIZED: Ponder Index", - "create.menu.only_ingame": "UNLOCALIZED: Available in the Pause Menu", - "create.menu.report_bugs": "UNLOCALIZED: Report Issues", - "create.menu.support": "UNLOCALIZED: Support Us", - - "create.recipe.crushing": "UNLOCALIZED: Crushing", - "create.recipe.milling": "UNLOCALIZED: Milling", - "create.recipe.fan_washing": "UNLOCALIZED: Bulk Washing", - "create.recipe.fan_washing.fan": "UNLOCALIZED: Fan behind Flowing Water", - "create.recipe.fan_smoking": "UNLOCALIZED: Bulk Smoking", - "create.recipe.fan_smoking.fan": "UNLOCALIZED: Fan behind Fire", - "create.recipe.fan_haunting": "UNLOCALIZED: Bulk Haunting", - "create.recipe.fan_haunting.fan": "UNLOCALIZED: Fan behind Soul Fire", - "create.recipe.fan_blasting": "UNLOCALIZED: Bulk Blasting", - "create.recipe.fan_blasting.fan": "UNLOCALIZED: Fan behind Lava", - "create.recipe.pressing": "UNLOCALIZED: Pressing", - "create.recipe.mixing": "UNLOCALIZED: Mixing", - "create.recipe.deploying": "UNLOCALIZED: Deploying", - "create.recipe.automatic_shapeless": "UNLOCALIZED: Automated Shapeless Crafting", - "create.recipe.automatic_brewing": "UNLOCALIZED: Automated Brewing", - "create.recipe.packing": "UNLOCALIZED: Compacting", - "create.recipe.automatic_packing": "UNLOCALIZED: Automated Packing", - "create.recipe.sawing": "UNLOCALIZED: Sawing", - "create.recipe.mechanical_crafting": "UNLOCALIZED: Mechanical Crafting", - "create.recipe.automatic_shaped": "UNLOCALIZED: Automated Shaped Crafting", - "create.recipe.block_cutting": "UNLOCALIZED: Block Cutting", - "create.recipe.wood_cutting": "UNLOCALIZED: Wood Cutting", - "create.recipe.sandpaper_polishing": "UNLOCALIZED: Sandpaper Polishing", - "create.recipe.mystery_conversion": "UNLOCALIZED: Mysterious Conversion", - "create.recipe.spout_filling": "UNLOCALIZED: Filling by Spout", - "create.recipe.draining": "UNLOCALIZED: Item Draining", - "create.recipe.item_application": "UNLOCALIZED: Manual Item Application", - "create.recipe.item_application.any_axe": "UNLOCALIZED: Any Axe", - "create.recipe.sequenced_assembly": "UNLOCALIZED: Recipe Sequence", - "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.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 salvage", - "create.recipe.processing.chance": "UNLOCALIZED: %1$s%% Chance", - "create.recipe.deploying.not_consumed": "UNLOCALIZED: Not Consumed", - "create.recipe.heat_requirement.none": "UNLOCALIZED: No Heating Required", - "create.recipe.heat_requirement.heated": "UNLOCALIZED: Heated", - "create.recipe.heat_requirement.superheated": "UNLOCALIZED: Super-Heated", - - "create.generic.range": "UNLOCALIZED: Range", - "create.generic.radius": "UNLOCALIZED: Radius", - "create.generic.width": "UNLOCALIZED: Width", - "create.generic.height": "UNLOCALIZED: Height", - "create.generic.length": "UNLOCALIZED: Length", - "create.generic.speed": "UNLOCALIZED: Speed", - "create.generic.delay": "UNLOCALIZED: Delay", - "create.generic.duration": "UNLOCALIZED: Duration", - "create.generic.timeUnit": "UNLOCALIZED: Time Unit", - "create.generic.unit.ticks": "UNLOCALIZED: Ticks", - "create.generic.unit.seconds": "UNLOCALIZED: Seconds", - "create.generic.unit.minutes": "UNLOCALIZED: Minutes", - "create.generic.daytime.hour": "UNLOCALIZED: Hour", - "create.generic.daytime.minute": "UNLOCALIZED: Minute", - "create.generic.daytime.second": "UNLOCALIZED: Second", - "create.generic.daytime.pm": "UNLOCALIZED: pm", - "create.generic.daytime.am": "UNLOCALIZED: am", - "create.generic.unit.rpm": "UNLOCALIZED: RPM", - "create.generic.unit.stress": "UNLOCALIZED: su", - "create.generic.unit.degrees": "UNLOCALIZED: °", - "create.generic.unit.millibuckets": "UNLOCALIZED: mB", - "create.generic.unit.buckets": "UNLOCALIZED: B", - "create.generic.clockwise": "UNLOCALIZED: Clockwise", - "create.generic.counter_clockwise": "UNLOCALIZED: Counter-Clockwise", - "create.generic.in_quotes": "UNLOCALIZED: \"%1$s\"", - "create.generic.pitch": "UNLOCALIZED: Pitch: %1$s", - "create.generic.notes": "UNLOCALIZED: F#;F;E;D#;D;C#;C;B;A#;A;G#;G", - - "create.action.scroll": "UNLOCALIZED: Scroll", - "create.action.confirm": "UNLOCALIZED: Confirm", - "create.action.abort": "UNLOCALIZED: Abort", - "create.action.saveToFile": "UNLOCALIZED: Save", - "create.action.discard": "UNLOCALIZED: Discard", - - "create.keyinfo.toolmenu": "UNLOCALIZED: Focus Schematic Overlay", - "create.keyinfo.toolbelt": "UNLOCALIZED: Access Nearby Toolboxes", - "create.keyinfo.scrollup": "UNLOCALIZED: Simulate Mousewheel Up (inworld)", - "create.keyinfo.scrolldown": "UNLOCALIZED: Simulate Mousewheel Down (inworld)", - - "create.gui.scrollInput.defaultTitle": "UNLOCALIZED: Choose an Option:", - "create.gui.scrollInput.scrollToModify": "UNLOCALIZED: Scroll to Modify", - "create.gui.scrollInput.scrollToAdjustAmount": "UNLOCALIZED: Scroll to Adjust Amount", - "create.gui.scrollInput.scrollToSelect": "UNLOCALIZED: Scroll to Select", - "create.gui.scrollInput.shiftScrollsFaster": "UNLOCALIZED: Shift to Scroll Faster", - "create.gui.toolmenu.focusKey": "UNLOCALIZED: Hold [%1$s] to Focus", - "create.gui.toolmenu.cycle": "UNLOCALIZED: [SCROLL] to Cycle", - - "create.toolbox.unequip": "UNLOCALIZED: Unequip: %1$s", - "create.toolbox.outOfRange": "UNLOCALIZED: Toolbox of held item not in Range", - "create.toolbox.detach": "UNLOCALIZED: Stop tracking and keep item", - "create.toolbox.depositAll": "UNLOCALIZED: Return items to nearby Toolboxes", - "create.toolbox.depositBox": "UNLOCALIZED: Return items to Toolbox", - - "create.gui.symmetryWand.mirrorType": "UNLOCALIZED: Mirror", - "create.gui.symmetryWand.orientation": "UNLOCALIZED: Orientation", - - "create.symmetry.mirror.plane": "UNLOCALIZED: Mirror Once", - "create.symmetry.mirror.doublePlane": "UNLOCALIZED: Rectangular", - "create.symmetry.mirror.triplePlane": "UNLOCALIZED: Octagonal", - - "create.orientation.orthogonal": "UNLOCALIZED: Orthogonal", - "create.orientation.diagonal": "UNLOCALIZED: Diagonal", - "create.orientation.horizontal": "UNLOCALIZED: Horizontal", - "create.orientation.alongZ": "UNLOCALIZED: Along Z", - "create.orientation.alongX": "UNLOCALIZED: Along X", - - "create.gui.terrainzapper.title": "UNLOCALIZED: Handheld Blockzapper", - "create.gui.terrainzapper.searchDiagonal": "UNLOCALIZED: Follow Diagonals", - "create.gui.terrainzapper.searchFuzzy": "UNLOCALIZED: Ignore Material Borders", - "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.placement": "UNLOCALIZED: Placement", - "create.gui.terrainzapper.placement.merged": "UNLOCALIZED: Merged", - "create.gui.terrainzapper.placement.attached": "UNLOCALIZED: Attached", - "create.gui.terrainzapper.placement.inserted": "UNLOCALIZED: Inserted", - "create.gui.terrainzapper.brush": "UNLOCALIZED: Brush", - "create.gui.terrainzapper.brush.cuboid": "UNLOCALIZED: Cuboid", - "create.gui.terrainzapper.brush.sphere": "UNLOCALIZED: Sphere", - "create.gui.terrainzapper.brush.cylinder": "UNLOCALIZED: Cylinder", - "create.gui.terrainzapper.brush.surface": "UNLOCALIZED: Surface", - "create.gui.terrainzapper.brush.cluster": "UNLOCALIZED: Cluster", - "create.gui.terrainzapper.tool": "UNLOCALIZED: Tool", - "create.gui.terrainzapper.tool.fill": "UNLOCALIZED: Fill", - "create.gui.terrainzapper.tool.place": "UNLOCALIZED: Place", - "create.gui.terrainzapper.tool.replace": "UNLOCALIZED: Replace", - "create.gui.terrainzapper.tool.clear": "UNLOCALIZED: Clear", - "create.gui.terrainzapper.tool.overlay": "UNLOCALIZED: Overlay", - "create.gui.terrainzapper.tool.flatten": "UNLOCALIZED: Flatten", - - "create.terrainzapper.shiftRightClickToSet": "UNLOCALIZED: Shift-Right-Click to Select a Shape", - "create.terrainzapper.usingBlock": "UNLOCALIZED: Using: %1$s", - "create.terrainzapper.leftClickToSet": "UNLOCALIZED: Left-Click a Block to set Material", - - "create.minecart_coupling.two_couplings_max": "UNLOCALIZED: Minecarts cannot have more than two couplings each", - "create.minecart_coupling.unloaded": "UNLOCALIZED: Parts of your train seem to be in unloaded chunks", - "create.minecart_coupling.no_loops": "UNLOCALIZED: Couplings cannot form a loop", - "create.minecart_coupling.removed": "UNLOCALIZED: Removed all couplings from minecart", - "create.minecart_coupling.too_far": "UNLOCALIZED: Minecarts are too far apart", - - "create.contraptions.movement_mode": "UNLOCALIZED: Movement Mode", - "create.contraptions.movement_mode.move_place": "UNLOCALIZED: Always Place when Stopped", - "create.contraptions.movement_mode.move_place_returned": "UNLOCALIZED: Place only in Starting Position", - "create.contraptions.movement_mode.move_never_place": "UNLOCALIZED: Place only when Anchor Destroyed", - "create.contraptions.movement_mode.rotate_place": "UNLOCALIZED: Always Place when Stopped", - "create.contraptions.movement_mode.rotate_place_returned": "UNLOCALIZED: Only Place near Initial Angle", - "create.contraptions.movement_mode.rotate_never_place": "UNLOCALIZED: Only Place when Anchor Destroyed", - "create.contraptions.cart_movement_mode": "UNLOCALIZED: Cart Movement Mode", - "create.contraptions.cart_movement_mode.rotate": "UNLOCALIZED: Always face toward motion", - "create.contraptions.cart_movement_mode.rotate_paused": "UNLOCALIZED: Pause actors while rotating", - "create.contraptions.cart_movement_mode.rotation_locked": "UNLOCALIZED: Lock rotation", - "create.contraptions.windmill.rotation_direction": "UNLOCALIZED: Rotation Direction", - "create.contraptions.clockwork.clock_hands": "UNLOCALIZED: Clock Hands", - "create.contraptions.clockwork.hour_first": "UNLOCALIZED: Hour hand first", - "create.contraptions.clockwork.minute_first": "UNLOCALIZED: Minute hand first", - "create.contraptions.clockwork.hour_first_24": "UNLOCALIZED: 24-Hour hand first", - - "create.logistics.filter": "UNLOCALIZED: Filter", - "create.logistics.recipe_filter": "UNLOCALIZED: Recipe Filter", - "create.logistics.fluid_filter": "UNLOCALIZED: Fluid Filter", - "create.logistics.firstFrequency": "UNLOCALIZED: Freq. #1", - "create.logistics.secondFrequency": "UNLOCALIZED: Freq. #2", - "create.logistics.filter.apply": "UNLOCALIZED: Applied filter to %1$s.", - "create.logistics.filter.apply_click_again": "UNLOCALIZED: Applied filter to %1$s, click again to copy the amount.", - "create.logistics.filter.apply_count": "UNLOCALIZED: Applied extraction count to filter.", - - "create.gui.goggles.generator_stats": "UNLOCALIZED: Generator Stats:", - "create.gui.goggles.kinetic_stats": "UNLOCALIZED: Kinetic Stats:", - "create.gui.goggles.at_current_speed": "UNLOCALIZED: at current speed", - "create.gui.goggles.pole_length": "UNLOCALIZED: Pole Length:", - "create.gui.goggles.fluid_container": "UNLOCALIZED: Fluid Container Info:", - "create.gui.goggles.fluid_container.capacity": "UNLOCALIZED: Capacity: ", - "create.gui.assembly.exception": "UNLOCALIZED: This Contraption was unable to assemble:", - "create.gui.assembly.exception.unmovableBlock": "UNLOCALIZED: Unmovable Block (%4$s) at [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "UNLOCALIZED: The Block at [%1$s,%2$s,%3$s] was not in a loaded chunk", - "create.gui.assembly.exception.structureTooLarge": "UNLOCALIZED: There are too many Blocks included in the contraption.\nThe configured maximum is: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "UNLOCALIZED: There are too many extension Poles attached to this Piston.\nThe configured maximum is: %1$s", - "create.gui.assembly.exception.noPistonPoles": "UNLOCALIZED: The Piston is missing some extension Poles", - "create.gui.assembly.exception.not_enough_sails": "UNLOCALIZED: Attached structure does not include enough sail-like blocks: %1$s\nA minimum of %2$s are required", - "create.gui.gauge.info_header": "UNLOCALIZED: Gauge Information:", - "create.gui.speedometer.title": "UNLOCALIZED: Rotation Speed", - "create.gui.stressometer.title": "UNLOCALIZED: Network Stress", - "create.gui.stressometer.capacity": "UNLOCALIZED: Remaining Capacity", - "create.gui.stressometer.overstressed": "UNLOCALIZED: Overstressed", - "create.gui.stressometer.no_rotation": "UNLOCALIZED: No Rotation", - "create.gui.contraptions.not_fast_enough": "UNLOCALIZED: It appears that this %1$s is _not_ rotating with _enough_ _speed_.", - "create.gui.contraptions.network_overstressed": "UNLOCALIZED: It appears that this contraption is _overstressed_. Add more sources or _slow_ _down_ the components with a high _stress_ _impact_.", - "create.gui.adjustable_crate.title": "UNLOCALIZED: Adjustable Crate", - "create.gui.adjustable_crate.storageSpace": "UNLOCALIZED: Storage Space", - "create.gui.stockpile_switch.title": "UNLOCALIZED: Stockpile Switch", - "create.gui.stockpile_switch.invert_signal": "UNLOCALIZED: Invert Signal", - "create.gui.stockpile_switch.move_to_lower_at": "UNLOCALIZED: Move to lower lane at %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "UNLOCALIZED: Move to upper lane at %1$s%%", - "create.gui.sequenced_gearshift.title": "UNLOCALIZED: Sequenced Gearshift", - "create.gui.sequenced_gearshift.instruction": "UNLOCALIZED: Instruction", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "UNLOCALIZED: Turn by angle", - "create.gui.sequenced_gearshift.instruction.turn_angle": "UNLOCALIZED: Turn", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "UNLOCALIZED: Angle", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "UNLOCALIZED: Turn to move Piston/Pulley/Gantry", - "create.gui.sequenced_gearshift.instruction.turn_distance": "UNLOCALIZED: Piston", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "UNLOCALIZED: Distance", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "UNLOCALIZED: Timed Delay", - "create.gui.sequenced_gearshift.instruction.delay": "UNLOCALIZED: Delay", - "create.gui.sequenced_gearshift.instruction.delay.duration": "UNLOCALIZED: Duration", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "UNLOCALIZED: End", - "create.gui.sequenced_gearshift.instruction.end": "UNLOCALIZED: End", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "UNLOCALIZED: Await new Redstone Pulse", - "create.gui.sequenced_gearshift.instruction.await": "UNLOCALIZED: Await", - "create.gui.sequenced_gearshift.speed": "UNLOCALIZED: Speed, Direction", - "create.gui.sequenced_gearshift.speed.forward": "UNLOCALIZED: Input speed, Forwards", - "create.gui.sequenced_gearshift.speed.forward_fast": "UNLOCALIZED: Double speed, Forwards", - "create.gui.sequenced_gearshift.speed.back": "UNLOCALIZED: Input speed, Reversed", - "create.gui.sequenced_gearshift.speed.back_fast": "UNLOCALIZED: Double speed, Reversed", - - "create.schematicAndQuill.dimensions": "UNLOCALIZED: Schematic Size: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "UNLOCALIZED: First position set.", - "create.schematicAndQuill.secondPos": "UNLOCALIZED: Second position set.", - "create.schematicAndQuill.noTarget": "UNLOCALIZED: Hold [Ctrl] to select Air blocks.", - "create.schematicAndQuill.abort": "UNLOCALIZED: Removed selection.", - "create.schematicAndQuill.title": "UNLOCALIZED: Schematic Name:", - "create.schematicAndQuill.convert": "UNLOCALIZED: Save and Upload Immediately", - "create.schematicAndQuill.fallbackName": "UNLOCALIZED: My Schematic", - "create.schematicAndQuill.saved": "UNLOCALIZED: Saved as %1$s", - - "create.schematic.invalid": "UNLOCALIZED: [!] Invalid Item - Use the Schematic Table instead", - "create.schematic.position": "UNLOCALIZED: Position", - "create.schematic.rotation": "UNLOCALIZED: Rotation", - "create.schematic.rotation.none": "UNLOCALIZED: None", - "create.schematic.rotation.cw90": "UNLOCALIZED: Clockwise 90", - "create.schematic.rotation.cw180": "UNLOCALIZED: Clockwise 180", - "create.schematic.rotation.cw270": "UNLOCALIZED: Clockwise 270", - "create.schematic.mirror": "UNLOCALIZED: Mirror", - "create.schematic.mirror.none": "UNLOCALIZED: None", - "create.schematic.mirror.frontBack": "UNLOCALIZED: Front-Back", - "create.schematic.mirror.leftRight": "UNLOCALIZED: Left-Right", - "create.schematic.tool.deploy": "UNLOCALIZED: Position", - "create.schematic.tool.move": "UNLOCALIZED: Move XZ", - "create.schematic.tool.movey": "UNLOCALIZED: Move Y", - "create.schematic.tool.rotate": "UNLOCALIZED: Rotate", - "create.schematic.tool.print": "UNLOCALIZED: Print", - "create.schematic.tool.flip": "UNLOCALIZED: Mirror", - "create.schematic.tool.deploy.description.0": "UNLOCALIZED: Moves the structure to a location.", - "create.schematic.tool.deploy.description.1": "UNLOCALIZED: Right-Click on the ground to place.", - "create.schematic.tool.deploy.description.2": "UNLOCALIZED: Hold [Ctrl] to select at a fixed distance.", - "create.schematic.tool.deploy.description.3": "UNLOCALIZED: [Ctrl]-Scroll to change the distance.", - "create.schematic.tool.move.description.0": "UNLOCALIZED: Shifts the Schematic Horizontally.", - "create.schematic.tool.move.description.1": "UNLOCALIZED: Point at the Schematic and [CTRL]-Scroll to push it.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "UNLOCALIZED: Shifts the Schematic Vertically.", - "create.schematic.tool.movey.description.1": "UNLOCALIZED: [CTRL]-Scroll to move it up/down.", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "UNLOCALIZED: Rotates the Schematic around its center.", - "create.schematic.tool.rotate.description.1": "UNLOCALIZED: [CTRL]-Scroll to rotate by 90 Degrees.", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "UNLOCALIZED: Instantly places the structure in the world.", - "create.schematic.tool.print.description.1": "UNLOCALIZED: [Right-Click] to confirm placement at the current location.", - "create.schematic.tool.print.description.2": "UNLOCALIZED: This tool is for Creative Mode only.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "UNLOCALIZED: Flips the Schematic along the face you select.", - "create.schematic.tool.flip.description.1": "UNLOCALIZED: Point at the Schematic and [CTRL]-Scroll to flip it.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "UNLOCALIZED: Syncing...", - "create.schematics.uploadTooLarge": "UNLOCALIZED: Your schematic exceeds limitations specified by the server.", - "create.schematics.maxAllowedSize": "UNLOCALIZED: The maximum allowed schematic file size is:", - - "create.gui.schematicTable.refresh": "UNLOCALIZED: Refresh Files", - "create.gui.schematicTable.open_folder": "UNLOCALIZED: Open Folder", - "create.gui.schematicTable.title": "UNLOCALIZED: Schematic Table", - "create.gui.schematicTable.availableSchematics": "UNLOCALIZED: Available Schematics", - "create.gui.schematicTable.noSchematics": "UNLOCALIZED: No Schematics Saved", - "create.gui.schematicTable.uploading": "UNLOCALIZED: Uploading...", - "create.gui.schematicTable.finished": "UNLOCALIZED: Upload Finished!", - "create.gui.schematicannon.title": "UNLOCALIZED: Schematicannon", - "create.gui.schematicannon.listPrinter": "UNLOCALIZED: Checklist Printer", - "create.gui.schematicannon.gunpowderLevel": "UNLOCALIZED: Gunpowder at %1$s%%", - "create.gui.schematicannon.shotsRemaining": "UNLOCALIZED: Shots left: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "UNLOCALIZED: With backup: %1$s", - "create.gui.schematicannon.optionEnabled": "UNLOCALIZED: Currently Enabled", - "create.gui.schematicannon.optionDisabled": "UNLOCALIZED: Currently Disabled", - "create.gui.schematicannon.showOptions": "UNLOCALIZED: Show Printer Settings", - "create.gui.schematicannon.option.dontReplaceSolid": "UNLOCALIZED: Don't Replace Solid Blocks", - "create.gui.schematicannon.option.replaceWithSolid": "UNLOCALIZED: Replace Solid with Solid", - "create.gui.schematicannon.option.replaceWithAny": "UNLOCALIZED: Replace Solid with Any", - "create.gui.schematicannon.option.replaceWithEmpty": "UNLOCALIZED: Replace Solid with Empty", - "create.gui.schematicannon.option.skipMissing": "UNLOCALIZED: Skip missing Blocks", - "create.gui.schematicannon.option.skipTileEntities": "UNLOCALIZED: Protect Tile Entities", - "create.gui.schematicannon.slot.gunpowder": "UNLOCALIZED: Add gunpowder to fuel the cannon", - "create.gui.schematicannon.slot.listPrinter": "UNLOCALIZED: Place books here to print a Checklist for your Schematic", - "create.gui.schematicannon.slot.schematic": "UNLOCALIZED: Add your Schematic here. Make sure it is deployed at a specific location.", - "create.gui.schematicannon.option.skipMissing.description": "UNLOCALIZED: If the cannon cannot find a required Block for placement, it will continue at the next Location.", - "create.gui.schematicannon.option.skipTileEntities.description": "UNLOCALIZED: The cannon will avoid replacing data holding blocks such as Chests.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "UNLOCALIZED: The cannon will never replace any Solid blocks in its working area, only non-Solid and Air.", - "create.gui.schematicannon.option.replaceWithSolid.description": "UNLOCALIZED: The cannon will only replace Solid blocks in its working area if the Schematic contains a solid Block at the Location.", - "create.gui.schematicannon.option.replaceWithAny.description": "UNLOCALIZED: The cannon will replace Solid blocks in its working area if the Schematic contains any Block at the Location.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "UNLOCALIZED: The cannon will clear out all blocks in its working area, including those replaced by Air.", - - "create.schematicannon.status.idle": "UNLOCALIZED: Idle", - "create.schematicannon.status.ready": "UNLOCALIZED: Ready", - "create.schematicannon.status.running": "UNLOCALIZED: Running", - "create.schematicannon.status.finished": "UNLOCALIZED: Finished", - "create.schematicannon.status.paused": "UNLOCALIZED: Paused", - "create.schematicannon.status.stopped": "UNLOCALIZED: Stopped", - "create.schematicannon.status.noGunpowder": "UNLOCALIZED: Out of Gunpowder", - "create.schematicannon.status.targetNotLoaded": "UNLOCALIZED: Target is not loaded", - "create.schematicannon.status.targetOutsideRange": "UNLOCALIZED: Target too far away", - "create.schematicannon.status.searching": "UNLOCALIZED: Searching", - "create.schematicannon.status.skipping": "UNLOCALIZED: Skipping", - "create.schematicannon.status.missingBlock": "UNLOCALIZED: Missing Item:", - "create.schematicannon.status.placing": "UNLOCALIZED: Placing", - "create.schematicannon.status.clearing": "UNLOCALIZED: Clearing Blocks", - "create.schematicannon.status.schematicInvalid": "UNLOCALIZED: Schematic Invalid", - "create.schematicannon.status.schematicNotPlaced": "UNLOCALIZED: Schematic not Positioned", - "create.schematicannon.status.schematicExpired": "UNLOCALIZED: Schematic File Expired", - - "create.materialChecklist": "UNLOCALIZED: Material Checklist", - "create.materialChecklist.blocksNotLoaded": "UNLOCALIZED: * Disclaimer *\n\nMaterial List may be inaccurate due to relevant chunks not being loaded.", - - "create.gui.filter.deny_list": "UNLOCALIZED: Deny-List", - "create.gui.filter.deny_list.description": "UNLOCALIZED: Items pass if they do NOT match any of the above. An empty Deny-List accepts everything.", - "create.gui.filter.allow_list": "UNLOCALIZED: Allow-List", - "create.gui.filter.allow_list.description": "UNLOCALIZED: Items pass if they match any of the above. An empty Allow-List rejects everything.", - "create.gui.filter.respect_data": "UNLOCALIZED: Respect Data", - "create.gui.filter.respect_data.description": "UNLOCALIZED: Items only match if their durability, enchantments, and other attributes match as well.", - "create.gui.filter.ignore_data": "UNLOCALIZED: Ignore Data", - "create.gui.filter.ignore_data.description": "UNLOCALIZED: Items match regardless of their attributes.", - - "create.item_attributes.placeable": "UNLOCALIZED: is placeable", - "create.item_attributes.placeable.inverted": "UNLOCALIZED: is not placeable", - "create.item_attributes.consumable": "UNLOCALIZED: can be eaten", - "create.item_attributes.consumable.inverted": "UNLOCALIZED: cannot be eaten", - "create.item_attributes.fluid_container": "UNLOCALIZED: can store fluids", - "create.item_attributes.fluid_container.inverted": "UNLOCALIZED: cannot store fluids", - "create.item_attributes.enchanted": "UNLOCALIZED: is enchanted", - "create.item_attributes.enchanted.inverted": "UNLOCALIZED: is unenchanted", - "create.item_attributes.max_enchanted": "UNLOCALIZED: is enchanted at max level", - "create.item_attributes.max_enchanted.inverted": "UNLOCALIZED: is not enchanted at max level", - "create.item_attributes.renamed": "UNLOCALIZED: has a custom name", - "create.item_attributes.renamed.inverted": "UNLOCALIZED: does not have a custom name", - "create.item_attributes.damaged": "UNLOCALIZED: is damaged", - "create.item_attributes.damaged.inverted": "UNLOCALIZED: is not damaged", - "create.item_attributes.badly_damaged": "UNLOCALIZED: is heavily damaged", - "create.item_attributes.badly_damaged.inverted": "UNLOCALIZED: is not heavily damaged", - "create.item_attributes.not_stackable": "UNLOCALIZED: cannot stack", - "create.item_attributes.not_stackable.inverted": "UNLOCALIZED: can be stacked", - "create.item_attributes.equipable": "UNLOCALIZED: can be equipped", - "create.item_attributes.equipable.inverted": "UNLOCALIZED: cannot be equipped", - "create.item_attributes.furnace_fuel": "UNLOCALIZED: is furnace fuel", - "create.item_attributes.furnace_fuel.inverted": "UNLOCALIZED: is not furnace fuel", - "create.item_attributes.washable": "UNLOCALIZED: can be Washed", - "create.item_attributes.washable.inverted": "UNLOCALIZED: cannot be Washed", - "create.item_attributes.hauntable": "UNLOCALIZED: can be Haunted", - "create.item_attributes.hauntable.inverted": "UNLOCALIZED: cannot be Haunted", - "create.item_attributes.crushable": "UNLOCALIZED: can be Crushed", - "create.item_attributes.crushable.inverted": "UNLOCALIZED: cannot be Crushed", - "create.item_attributes.smeltable": "UNLOCALIZED: can be Smelted", - "create.item_attributes.smeltable.inverted": "UNLOCALIZED: cannot be Smelted", - "create.item_attributes.smokable": "UNLOCALIZED: can be Smoked", - "create.item_attributes.smokable.inverted": "UNLOCALIZED: cannot be Smoked", - "create.item_attributes.blastable": "UNLOCALIZED: can be Smelted in a Blast Furnace", - "create.item_attributes.blastable.inverted": "UNLOCALIZED: cannot be Smelted in a Blast Furnace", - "create.item_attributes.compostable": "UNLOCALIZED: can be composted", - "create.item_attributes.compostable.inverted": "UNLOCALIZED: cannot be composted", - "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.in_tag": "UNLOCALIZED: is tagged %1$s", - "create.item_attributes.in_tag.inverted": "UNLOCALIZED: is not tagged %1$s", - "create.item_attributes.in_item_group": "UNLOCALIZED: is in group '%1$s'", - "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.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", - "create.item_attributes.color.inverted": "UNLOCALIZED: is not dyed %1$s", - "create.item_attributes.has_fluid": "UNLOCALIZED: contains %1$s", - "create.item_attributes.has_fluid.inverted": "UNLOCALIZED: does not contain %1$s", - "create.item_attributes.has_name": "UNLOCALIZED: has the custom name %1$s", - "create.item_attributes.has_name.inverted": "UNLOCALIZED: does not have the custom name %1$s", - "create.item_attributes.book_author": "UNLOCALIZED: was authored by %1$s", - "create.item_attributes.book_author.inverted": "UNLOCALIZED: was not authored by %1$s", - "create.item_attributes.book_copy_original": "UNLOCALIZED: is an original", - "create.item_attributes.book_copy_original.inverted": "UNLOCALIZED: is not an original", - "create.item_attributes.book_copy_first": "UNLOCALIZED: is a first-generation copy", - "create.item_attributes.book_copy_first.inverted": "UNLOCALIZED: is not a first-generation copy", - "create.item_attributes.book_copy_second": "UNLOCALIZED: is a second-generation copy", - "create.item_attributes.book_copy_second.inverted": "UNLOCALIZED: is not a second-generation copy", - "create.item_attributes.book_copy_tattered": "UNLOCALIZED: is a tattered mess", - "create.item_attributes.book_copy_tattered.inverted": "UNLOCALIZED: is not a tattered mess", - "create.item_attributes.astralsorcery_amulet": "UNLOCALIZED: improves %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "UNLOCALIZED: does not improve %1$s", - "create.item_attributes.astralsorcery_constellation": "UNLOCALIZED: is attuned to %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "UNLOCALIZED: is not attuned to %1$s", - "create.item_attributes.astralsorcery_crystal": "UNLOCALIZED: has crystal attribute %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "UNLOCALIZED: does not have crystal attribute %1$s", - "create.item_attributes.astralsorcery_perk_gem": "UNLOCALIZED: has perk attribute %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "UNLOCALIZED: does not have perk attribute %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "UNLOCALIZED: No attributes selected", - "create.gui.attribute_filter.selected_attributes": "UNLOCALIZED: Selected attributes:", - "create.gui.attribute_filter.add_attribute": "UNLOCALIZED: Add attribute to List", - "create.gui.attribute_filter.add_inverted_attribute": "UNLOCALIZED: Add opposite attribute to List", - "create.gui.attribute_filter.allow_list_disjunctive": "UNLOCALIZED: Allow-List (Any)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "UNLOCALIZED: Items pass if they have any of the selected attributes.", - "create.gui.attribute_filter.allow_list_conjunctive": "UNLOCALIZED: Allow-List (All)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "UNLOCALIZED: Items pass only if they have ALL of the selected attributes.", - "create.gui.attribute_filter.deny_list": "UNLOCALIZED: Deny-List", - "create.gui.attribute_filter.deny_list.description": "UNLOCALIZED: Items pass if they do NOT have any of the selected attributes.", - "create.gui.attribute_filter.add_reference_item": "UNLOCALIZED: Add Reference Item", - - "create.tooltip.holdForDescription": "UNLOCALIZED: Hold [%1$s] for Summary", - "create.tooltip.holdForControls": "UNLOCALIZED: Hold [%1$s] for Controls", - "create.tooltip.keyShift": "UNLOCALIZED: Shift", - "create.tooltip.keyCtrl": "UNLOCALIZED: Ctrl", - "create.tooltip.speedRequirement": "UNLOCALIZED: Speed Requirement: %1$s", - "create.tooltip.speedRequirement.none": "UNLOCALIZED: None", - "create.tooltip.speedRequirement.slow": "UNLOCALIZED: Slow", - "create.tooltip.speedRequirement.medium": "UNLOCALIZED: Moderate", - "create.tooltip.speedRequirement.fast": "UNLOCALIZED: Fast", - "create.tooltip.stressImpact": "UNLOCALIZED: Kinetic Stress Impact: %1$s", - "create.tooltip.stressImpact.low": "UNLOCALIZED: Low", - "create.tooltip.stressImpact.medium": "UNLOCALIZED: Moderate", - "create.tooltip.stressImpact.high": "UNLOCALIZED: High", - "create.tooltip.stressImpact.overstressed": "UNLOCALIZED: Overstressed", - "create.tooltip.up_to": "UNLOCALIZED: Up to %1$s", - "create.tooltip.capacityProvided": "UNLOCALIZED: Kinetic Stress Capacity: %1$s", - "create.tooltip.capacityProvided.low": "UNLOCALIZED: Small", - "create.tooltip.capacityProvided.medium": "UNLOCALIZED: Medium", - "create.tooltip.capacityProvided.high": "UNLOCALIZED: Large", - "create.tooltip.generationSpeed": "UNLOCALIZED: Generates at %1$s %2$s", - "create.tooltip.analogStrength": "UNLOCALIZED: Analog Strength: %1$s/15", - - "create.mechanical_arm.extract_from": "UNLOCALIZED: Take items from %1$s", - "create.mechanical_arm.deposit_to": "UNLOCALIZED: Deposit items to %1$s", - "create.mechanical_arm.summary": "UNLOCALIZED: Mechanical Arm has %1$s input(s) and %2$s output(s).", - "create.mechanical_arm.points_outside_range": "UNLOCALIZED: %1$s selected interaction point(s) removed due to range limitations.", - - "create.weighted_ejector.target_set": "UNLOCALIZED: Target Selected", - "create.weighted_ejector.target_not_valid": "UNLOCALIZED: Ejecting to Adjacent block (Target was not Valid)", - "create.weighted_ejector.no_target": "UNLOCALIZED: Ejecting to Adjacent block (No Target was Selected)", - "create.weighted_ejector.targeting": "UNLOCALIZED: Ejecting to [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "UNLOCALIZED: Ejected Stack Size", - - "create.logistics.when_multiple_outputs_available": "UNLOCALIZED: When Multiple Outputs Available", - - "create.mechanical_arm.selection_mode.round_robin": "UNLOCALIZED: Round Robin", - "create.mechanical_arm.selection_mode.forced_round_robin": "UNLOCALIZED: Forced Round Robin", - "create.mechanical_arm.selection_mode.prefer_first": "UNLOCALIZED: Prefer First Target", - - "create.tunnel.selection_mode.split": "UNLOCALIZED: Split", - "create.tunnel.selection_mode.forced_split": "UNLOCALIZED: Forced Split", - "create.tunnel.selection_mode.round_robin": "UNLOCALIZED: Round Robin", - "create.tunnel.selection_mode.forced_round_robin": "UNLOCALIZED: Forced Round Robin", - "create.tunnel.selection_mode.prefer_nearest": "UNLOCALIZED: Prefer Nearest", - "create.tunnel.selection_mode.randomize": "UNLOCALIZED: Randomize", - "create.tunnel.selection_mode.synchronize": "UNLOCALIZED: Synchronize Inputs", - - "create.tooltip.chute.header": "UNLOCALIZED: Chute Information", - "create.tooltip.chute.items_move_down": "UNLOCALIZED: Items move Downward", - "create.tooltip.chute.items_move_up": "UNLOCALIZED: Items move Upward", - "create.tooltip.chute.no_fans_attached": "UNLOCALIZED: No attached fans", - "create.tooltip.chute.fans_push_up": "UNLOCALIZED: Fans push from Below", - "create.tooltip.chute.fans_push_down": "UNLOCALIZED: Fans push from Above", - "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.deployer.header": "UNLOCALIZED: Deployer Information", - "create.tooltip.deployer.using": "UNLOCALIZED: Mode: Use", - "create.tooltip.deployer.punching": "UNLOCALIZED: Mode: Attack", - "create.tooltip.deployer.contains": "UNLOCALIZED: Item: %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", - "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.crafting_blueprint.crafting_slot": "UNLOCALIZED: Ingredient 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.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", - "create.hint.mechanical_arm_no_targets": "UNLOCALIZED: It appears this _Mechanical_ _Arm_ has not been assigned any _targets._ Select belts, depots, funnels and other blocks by _right-clicking_ them while _holding_ the _Mechanical_ _Arm_ in your _hand_.", - "create.hint.empty_bearing.title": "UNLOCALIZED: Update Bearing", - "create.hint.empty_bearing": "UNLOCALIZED: _Right-click_ the bearing with an _empty_ _hand_ to _attach_ the structure you just built in front of it.", - "create.hint.full_deployer.title": "UNLOCALIZED: Deployer Item Overflow", - "create.hint.full_deployer": "UNLOCALIZED: It appears this _Deployer_ contains _excess_ _items_ that need to be _extracted._ Use a _hopper,_ _funnel_ or other means to free it from its overflow.", - - "create.backtank.low": "UNLOCALIZED: Backtank pressure low", - "create.backtank.depleted": "UNLOCALIZED: Backtank pressure depleted", - - "create.hint.derailed_train.title": "UNLOCALIZED: Derailed Train", - "create.hint.derailed_train": "UNLOCALIZED: It appears this _Train_ is no longer sitting on a connected track piece. _Right-Click_ using a _wrench_ in order to relocate it to a nearby track.", - - "create.boiler.status": "UNLOCALIZED: Boiler Status: %1$s", - "create.boiler.status_short": "UNLOCALIZED: Boiler: %1$s", - "create.boiler.passive": "UNLOCALIZED: Passive", - "create.boiler.idle": "UNLOCALIZED: Idle", - "create.boiler.lvl": "UNLOCALIZED: Lvl %1$s", - "create.boiler.max_lvl": "UNLOCALIZED: Max", - "create.boiler.size": "UNLOCALIZED: Size", - "create.boiler.size_dots": "UNLOCALIZED: ....... ", - "create.boiler.water": "UNLOCALIZED: Water", - "create.boiler.water_dots": "UNLOCALIZED: ... ", - "create.boiler.heat": "UNLOCALIZED: Heat", - "create.boiler.heat_dots": "UNLOCALIZED: ...... ", - "create.boiler.via_one_engine": "UNLOCALIZED: via 1 engine", - "create.boiler.via_engines": "UNLOCALIZED: via %1$s engines", - - "create.gui.schedule.lmb_edit": "UNLOCALIZED: Left-Click to Edit", - "create.gui.schedule.rmb_remove": "UNLOCALIZED: Right-Click to Remove", - "create.gui.schedule.duplicate": "UNLOCALIZED: Duplicate", - "create.gui.schedule.remove_entry": "UNLOCALIZED: Remove Action", - "create.gui.schedule.add_entry": "UNLOCALIZED: Add Action", - "create.gui.schedule.move_up": "UNLOCALIZED: Move up", - "create.gui.schedule.move_down": "UNLOCALIZED: Move down", - "create.gui.schedule.add_condition": "UNLOCALIZED: Add Condition", - "create.gui.schedule.alternative_condition": "UNLOCALIZED: Alternative Condition", - - "create.schedule.instruction_type": "UNLOCALIZED: Next Action:", - "create.schedule.instruction.editor": "UNLOCALIZED: Instruction Editor", - "create.schedule.instruction.destination": "UNLOCALIZED: Travel to Station", - "create.schedule.instruction.destination.summary": "UNLOCALIZED: Next Stop:", - "create.schedule.instruction.filter_edit_box": "UNLOCALIZED: Station Name", - "create.schedule.instruction.filter_edit_box_1": "UNLOCALIZED: Use * as a text wildcard", - "create.schedule.instruction.filter_edit_box_2": "UNLOCALIZED: Example: 'My Station, Platform *'", - "create.schedule.instruction.filter_edit_box_3": "UNLOCALIZED: Train picks nearest unoccupied match", - "create.schedule.instruction.rename": "UNLOCALIZED: Update Schedule Title", - "create.schedule.instruction.rename.summary": "UNLOCALIZED: New Title:", - "create.schedule.instruction.name_edit_box": "UNLOCALIZED: Schedule Title", - "create.schedule.instruction.name_edit_box_1": "UNLOCALIZED: Affects text shown on displays", - "create.schedule.instruction.name_edit_box_2": "UNLOCALIZED: Defaults to next destination's name", - "create.schedule.instruction.throttle": "UNLOCALIZED: Limit Max Speed", - "create.schedule.instruction.throttle.summary": "UNLOCALIZED: Change Max Speed to %1$s", - "create.schedule.instruction.throttle_edit_box": "UNLOCALIZED: Throttle", - "create.schedule.instruction.throttle_edit_box_1": "UNLOCALIZED: Affects the top speed of the Train", - "create.schedule.condition_type": "UNLOCALIZED: Continue if/after:", - "create.schedule.condition.editor": "UNLOCALIZED: Condition Editor", - "create.schedule.condition.delay": "UNLOCALIZED: Scheduled Delay", - "create.schedule.condition.delay_short": "UNLOCALIZED: Wait: %1$s", - "create.schedule.condition.delay.status": "UNLOCALIZED: Departs in %1$s", - "create.schedule.condition.idle": "UNLOCALIZED: Cargo Inactivity", - "create.schedule.condition.idle_short": "UNLOCALIZED: Cargo Idle: %1$s", - "create.schedule.condition.idle.status": "UNLOCALIZED: Cargo Idle for %1$s", - "create.schedule.condition.for_x_time": "UNLOCALIZED: for %1$s", - "create.schedule.condition.unloaded": "UNLOCALIZED: Chunk Unloaded", - "create.schedule.condition.unloaded.status": "UNLOCALIZED: Waiting for chunk unload", - "create.schedule.condition.powered": "UNLOCALIZED: Station Powered", - "create.schedule.condition.powered.status": "UNLOCALIZED: Waiting for redstone", - "create.schedule.condition.time_of_day": "UNLOCALIZED: Time of Day", - "create.schedule.condition.time_of_day.scheduled": "UNLOCALIZED: Scheduled Time: %1$s", - "create.schedule.condition.time_of_day.digital_format": "UNLOCALIZED: %1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "UNLOCALIZED: Rotation", - "create.schedule.condition.time_of_day.rotation.every_24": "UNLOCALIZED: Every Day", - "create.schedule.condition.time_of_day.rotation.every_12": "UNLOCALIZED: Every 12:00", - "create.schedule.condition.time_of_day.rotation.every_6": "UNLOCALIZED: Every 6:00", - "create.schedule.condition.time_of_day.rotation.every_4": "UNLOCALIZED: Every 4:00", - "create.schedule.condition.time_of_day.rotation.every_3": "UNLOCALIZED: Every 3:00", - "create.schedule.condition.time_of_day.rotation.every_2": "UNLOCALIZED: Every 2:00", - "create.schedule.condition.time_of_day.rotation.every_1": "UNLOCALIZED: Every 1:00", - "create.schedule.condition.time_of_day.rotation.every_0_45": "UNLOCALIZED: Every 0:45", - "create.schedule.condition.time_of_day.rotation.every_0_30": "UNLOCALIZED: Every 0:30", - "create.schedule.condition.time_of_day.rotation.every_0_15": "UNLOCALIZED: Every 0:15", - "create.schedule.condition.time_of_day.status": "UNLOCALIZED: Departs at ", - "create.schedule.condition.threshold.train_holds": "UNLOCALIZED: Train holds %1$s", - "create.schedule.condition.threshold.greater": "UNLOCALIZED: more than", - "create.schedule.condition.threshold.less": "UNLOCALIZED: less than", - "create.schedule.condition.threshold.equal": "UNLOCALIZED: exactly", - "create.schedule.condition.threshold.x_units_of_item": "UNLOCALIZED: %1$s %2$s of %3$s", - "create.schedule.condition.threshold.matching_content": "UNLOCALIZED: Matching Content", - "create.schedule.condition.threshold.anything": "UNLOCALIZED: Anything", - "create.schedule.condition.threshold.item_measure": "UNLOCALIZED: Item Measure", - "create.schedule.condition.threshold.items": "UNLOCALIZED: Items", - "create.schedule.condition.threshold.stacks": "UNLOCALIZED: Stacks", - "create.schedule.condition.threshold.buckets": "UNLOCALIZED: Buckets", - "create.schedule.condition.threshold.status": "UNLOCALIZED: Cargo: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "UNLOCALIZED: Reference Item", - "create.schedule.condition.threshold.place_item_2": "UNLOCALIZED: Filters can be used", - "create.schedule.condition.threshold.place_item_3": "UNLOCALIZED: Leave empty to match any", - "create.schedule.condition.fluid_threshold": "UNLOCALIZED: Fluid Cargo Condition", - "create.schedule.condition.item_threshold": "UNLOCALIZED: Item Cargo Condition", - "create.schedule.condition.redstone_link": "UNLOCALIZED: Redstone Link", - "create.schedule.condition.redstone_link.status": "UNLOCALIZED: Waiting for redstone link", - "create.schedule.condition.redstone_link_on": "UNLOCALIZED: Link On", - "create.schedule.condition.redstone_link_off": "UNLOCALIZED: Link Off", - "create.schedule.condition.redstone_link.powered": "UNLOCALIZED: Powered", - "create.schedule.condition.redstone_link.unpowered": "UNLOCALIZED: Not powered", - "create.schedule.condition.redstone_link.frequency_state": "UNLOCALIZED: Frequency state:", - "create.schedule.condition.redstone_link.frequency_powered": "UNLOCALIZED: Frequency powered:", - "create.schedule.condition.redstone_link.frequency_unpowered": "UNLOCALIZED: Frequency not powered:", - "create.schedule.condition.player_count": "Hráč Usazen", - "create.schedule.condition.player_count.summary": "UNLOCALIZED: %1$s Player", - "create.schedule.condition.player_count.summary_plural": "UNLOCALIZED: %1$s Players", - "create.schedule.condition.player_count.seated": "%1$s posazen", - "create.schedule.condition.player_count.players": "UNLOCALIZED: Players", - "create.schedule.condition.player_count.condition": "UNLOCALIZED: Conditional", - "create.schedule.condition.player_count.exactly": "UNLOCALIZED: Exactly", - "create.schedule.condition.player_count.or_above": "UNLOCALIZED: Or above", - "create.schedule.condition.player_count.status": "UNLOCALIZED: Passengers: %1$s/%2$s", - "create.schedule.loop": "UNLOCALIZED: Loop Forever", - "create.schedule.loop1": "UNLOCALIZED: Schedule starts over", - "create.schedule.loop2": "UNLOCALIZED: when completed", - "create.schedule.reset": "UNLOCALIZED: Reset Progress", - "create.schedule.skip": "UNLOCALIZED: Skip current Stop", - "create.schedule.applied_to_train": "UNLOCALIZED: Train is now following this Schedule", - "create.schedule.non_controlling_seat": "UNLOCALIZED: Conductor needs to sit in front of a Controls block", - "create.schedule.remove_with_empty_hand": "UNLOCALIZED: Remove current Schedule with an Empty Hand", - "create.schedule.auto_removed_from_train": "UNLOCALIZED: Auto-Schedule discarded", - "create.schedule.removed_from_train": "UNLOCALIZED: Schedule retrieved from Train", - "create.schedule.no_stops": "UNLOCALIZED: This Schedule does not have any Stops yet", - "create.schedule.continued": "UNLOCALIZED: Schedule resumed", - - "create.track.selection_cleared": "UNLOCALIZED: Selection Cleared", - "create.track.valid_connection": "UNLOCALIZED: Can Connect ✔", - "create.track.second_point": "UNLOCALIZED: Place track or select a second point", - "create.track.too_far": "UNLOCALIZED: Too far away", - "create.track.original_missing": "UNLOCALIZED: Original block removed, Sneak-click to reset", - "create.track.perpendicular": "UNLOCALIZED: Cannot connect perpendicularly", - "create.track.ascending_s_curve": "UNLOCALIZED: Cannot create sloped S-Bends", - "create.track.too_sharp": "UNLOCALIZED: Turn too sharp", - "create.track.too_steep": "UNLOCALIZED: Slope too steep", - "create.track.slope_turn": "UNLOCALIZED: Cannot enter or leave slope on a turn", - "create.track.opposing_slopes": "UNLOCALIZED: Cannot connect opposing slopes", - "create.track.leave_slope_ascending": "UNLOCALIZED: Cannot leave this slope while ascending", - "create.track.leave_slope_descending": "UNLOCALIZED: Cannot leave this slope while descending", - "create.track.turn_90": "UNLOCALIZED: Can only turn up to 90 Degrees", - "create.track.junction_start": "UNLOCALIZED: Cannot start connection from a Junction", - "create.track.turn_start": "UNLOCALIZED: Cannot start connection from a Turn", - "create.track.not_enough_tracks": "UNLOCALIZED: Not holding enough tracks", - "create.track.not_enough_pavement": "UNLOCALIZED: Not holding enough pavement blocks", - - "create.portal_track.failed": "UNLOCALIZED: Cannot place portal track:", - "create.portal_track.missing": "UNLOCALIZED: Target portal not generated yet", - "create.portal_track.blocked": "UNLOCALIZED: Target location blocked (%1$s,%2$s,%3$s)", - - "create.station.idle": "UNLOCALIZED: Station is Idle", - "create.station.assembly_title": "UNLOCALIZED: Train Assembly", - "create.station.close": "UNLOCALIZED: Close Window", - "create.station.cancel": "UNLOCALIZED: Cancel Assembly", - "create.station.failed": "UNLOCALIZED: Assembly Failed", - "create.station.icon_type": "UNLOCALIZED: Icon Type", - "create.station.create_train": "UNLOCALIZED: Create new Train", - "create.station.assemble_train": "UNLOCALIZED: Assemble Train", - "create.station.disassemble_train": "UNLOCALIZED: Disassemble Train", - "create.station.remove_schedule": "UNLOCALIZED: Retrieve Schedule", - "create.station.remove_auto_schedule": "UNLOCALIZED: Discard Auto-Schedule", - "create.station.no_assembly_diagonal": "UNLOCALIZED: Cannot build trains", - "create.station.no_assembly_diagonal_1": "UNLOCALIZED: on diagonal tracks", - "create.station.no_assembly_curve": "UNLOCALIZED: Cannot build trains", - "create.station.no_assembly_curve_1": "UNLOCALIZED: on curved tracks", - "create.station.train_not_aligned": "UNLOCALIZED: Cannot disassemble,", - "create.station.train_not_aligned_1": "UNLOCALIZED: not all carriages aligned", - "create.station.carriage_number": "UNLOCALIZED: Carriage %1$s:", - "create.station.retry": "UNLOCALIZED: Resolve this and retry", - "create.station.no_bogeys": "UNLOCALIZED: No Bogeys", - "create.station.one_bogey": "UNLOCALIZED: 1 Bogey", - "create.station.more_bogeys": "UNLOCALIZED: %1$s Bogeys", - "create.station.how_to": "UNLOCALIZED: Use Train Casing on highlighted Tracks to create bogeys.", - "create.station.how_to_1": "UNLOCALIZED: Remove bogeys by breaking the block on top.", - "create.station.how_to_2": "UNLOCALIZED: Build carriages attached to one or two bogeys each.", - - "create.train_assembly.too_many_bogeys": "UNLOCALIZED: Too many Bogeys attached: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "UNLOCALIZED: Frontmost Bogey must be at Station Marker", - "create.train_assembly.no_bogeys": "UNLOCALIZED: No Bogeys Found", - "create.train_assembly.not_connected_in_order": "UNLOCALIZED: Bogeys are not connected in order", - "create.train_assembly.bogeys_too_close": "UNLOCALIZED: Bogeys %1$s and %2$s are too close to each other", - "create.train_assembly.single_bogey_carriage": "UNLOCALIZED: This Bogey type cannot support a carriage on its own", - "create.train_assembly.nothing_attached": "UNLOCALIZED: No structure attached to Bogey %1$s", - "create.train_assembly.no_controls": "UNLOCALIZED: At least one forward-facing controls block needs to be mounted on the train", - "create.train_assembly.sideways_controls": "UNLOCALIZED: A mounted controls block is facing sideways", - "create.train_assembly.bogey_created": "UNLOCALIZED: Bogey created. Click again to cycle type", - "create.train_assembly.requires_casing": "UNLOCALIZED: Use Railway Casing to create bogeys on tracks", - - "create.track_target.set": "UNLOCALIZED: Targeted track selected", - "create.track_target.success": "UNLOCALIZED: Successfully bound to targeted track", - "create.track_target.clear": "UNLOCALIZED: Cleared track selection", - "create.track_target.missing": "UNLOCALIZED: Right-click the targeted train track first", - "create.track_target.too_far": "UNLOCALIZED: Targeted track is too far from here", - "create.track_target.no_junctions": "UNLOCALIZED: Targeted track cannot be an intersection", - "create.track_target.occupied": "UNLOCALIZED: Targeted track is occupied", - "create.track_target.invalid": "UNLOCALIZED: Cannot target this track here", - - "create.train.unnamed": "UNLOCALIZED: Unnamed Train", - "create.train.cannot_relocate_moving": "UNLOCALIZED: Cannot relocate a moving Train", - "create.train.relocate": "UNLOCALIZED: Click a Track to Relocate %1$s to. Sneak-Click to abort", - "create.train.relocate.abort": "UNLOCALIZED: Relocation aborted", - "create.train.relocate.success": "UNLOCALIZED: Relocation successful", - "create.train.relocate.valid": "UNLOCALIZED: Can relocate to here, Click to Confirm", - "create.train.relocate.invalid": "UNLOCALIZED: Cannot relocate Train to here", - "create.train.relocate.too_far": "UNLOCALIZED: Cannot relocate Train this far away", - "create.train.departing_from": "UNLOCALIZED: Departing from %1$s", - "create.train.arrived_at": "UNLOCALIZED: Arrived at %1$s", - "create.train.status": "UNLOCALIZED: Information about Train: %1$s", - "create.train.status.back_on_track": "UNLOCALIZED: Train is back on Track", - "create.train.status.collision": "UNLOCALIZED: Collision with other Train", - "create.train.status.end_of_track": "UNLOCALIZED: A Carriage has reached the end of its Track", - "create.train.status.double_portal": "UNLOCALIZED: A Carriage cannot enter a portal whilst leaving another", - "create.train.status.coupling_stress": "UNLOCALIZED: Forced stop due to Stress on Couplings", - "create.train.status.track_missing": "UNLOCALIZED: Tracks are missing beneath the Train", - "create.train.status.paused_for_manual": "UNLOCALIZED: Schedule paused for manual controls", - "create.train.status.opposite_driver": "UNLOCALIZED: Path requires a driver facing the opposite direction", - "create.train.status.missing_driver": "UNLOCALIZED: Driver has gone missing", - "create.train.status.found_driver": "UNLOCALIZED: A new driver has been found", - "create.train.status.navigation_success": "UNLOCALIZED: Navigation succeeded", - "create.train.status.no_match": "UNLOCALIZED: No station on graph matches '%1$s'", - "create.train.status.no_path": "UNLOCALIZED: No suitable path to the next Scheduled destination could be found", - - "create.track_signal.cannot_change_mode": "UNLOCALIZED: Unable to switch mode of this Signal", - "create.track_signal.mode_change.entry_signal": "UNLOCALIZED: -> Allow passage if section unoccupied", - "create.track_signal.mode_change.cross_signal": "UNLOCALIZED: -> Allow passage if section fully traversable", - - "create.contraption.controls.start_controlling": "UNLOCALIZED: Now controlling: %1$s", - "create.contraption.controls.stop_controlling": "UNLOCALIZED: Stopped controlling contraption", - "create.contraption.controls.approach_station": "UNLOCALIZED: Hold %1$s to approach %2$s", - - "create.display_link.set": "UNLOCALIZED: Targeted position selected", - "create.display_link.success": "UNLOCALIZED: Successfully bound to targeted position", - "create.display_link.clear": "UNLOCALIZED: Cleared position selection", - "create.display_link.too_far": "UNLOCALIZED: Targeted position is too far from here", - "create.display_link.invalid": "UNLOCALIZED: Link has no valid target, try placing it again", - "create.display_link.title": "UNLOCALIZED: Display Link", - "create.display_link.no_source": "UNLOCALIZED: Not a Display Source", - "create.display_link.no_target": "UNLOCALIZED: Not a Display Target", - "create.display_link.reading_from": "UNLOCALIZED: Read from:", - "create.display_link.writing_to": "UNLOCALIZED: Send to:", - "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", - "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", - "create.display_link.view_compatible": "UNLOCALIZED: Click to view all Compatible", - "create.display_link.information_type": "UNLOCALIZED: Type of Information", - "create.display_link.display_on": "UNLOCALIZED: Write data to:", - "create.display_link.display_on_multiline": "UNLOCALIZED: Start writing at:", - - "create.display_source.label": "UNLOCALIZED: Attached Label", - "create.display_source.combine_item_names": "UNLOCALIZED: Combine Item Names", - "create.display_source.count_items": "UNLOCALIZED: Amount of matching Items", - "create.display_source.list_items": "UNLOCALIZED: List matching Items", - "create.display_source.fluid_amount": "UNLOCALIZED: Amount of matching Fluids", - "create.display_source.list_fluids": "UNLOCALIZED: List matching Fluids", - "create.display_source.nixie_tube": "UNLOCALIZED: Copy Nixie Tubes", - "create.display_source.fill_level": "UNLOCALIZED: Container Fill Level", - "create.display_source.fill_level.display": "UNLOCALIZED: Display Format", - "create.display_source.fill_level.percent": "UNLOCALIZED: Percent", - "create.display_source.fill_level.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.value_list.display": "UNLOCALIZED: Value Display", - "create.display_source.value_list.shortened": "UNLOCALIZED: Shortened", - "create.display_source.value_list.full_number": "UNLOCALIZED: Full Number", - "create.display_source.value_list.thousand": "UNLOCALIZED: k", - "create.display_source.value_list.million": "UNLOCALIZED: m", - "create.display_source.player_deaths": "UNLOCALIZED: Player Deaths", - "create.display_source.scoreboard": "UNLOCALIZED: Scoreboard", - "create.display_source.scoreboard.objective": "UNLOCALIZED: Objective ID", - "create.display_source.scoreboard.objective_not_found": "UNLOCALIZED: '%1$s' not found", - "create.display_source.scoreboard.objective.deaths": "UNLOCALIZED: Player Deaths", - "create.display_source.time_of_day": "UNLOCALIZED: Time of Day", - "create.display_source.stop_watch": "UNLOCALIZED: Stopwatch", - "create.display_source.time.format": "UNLOCALIZED: Time Format", - "create.display_source.time.12_hour": "UNLOCALIZED: 12-hour", - "create.display_source.time.24_hour": "UNLOCALIZED: 24-hour", - "create.display_source.accumulate_items": "UNLOCALIZED: Accumulate Item Count", - "create.display_source.item_throughput": "UNLOCALIZED: Item Throughput", - "create.display_source.item_throughput.interval": "UNLOCALIZED: Interval", - "create.display_source.item_throughput.interval.second": "UNLOCALIZED: per Second", - "create.display_source.item_throughput.interval.minute": "UNLOCALIZED: per Minute", - "create.display_source.item_throughput.interval.hour": "UNLOCALIZED: per Hour", - "create.display_source.train_status": "UNLOCALIZED: Train Schedule Status", - "create.display_source.station_summary": "UNLOCALIZED: Train Station Summary", - "create.display_source.station_summary.filter": "UNLOCALIZED: Station name filter", - "create.display_source.station_summary.train_name_column": "UNLOCALIZED: Train column size", - "create.display_source.station_summary.platform_column": "UNLOCALIZED: Platform column size", - "create.display_source.station_summary.now": "UNLOCALIZED: now", - "create.display_source.station_summary.minutes": "UNLOCALIZED: min", - "create.display_source.station_summary.seconds": "UNLOCALIZED: %1$ss", - "create.display_source.observed_train_name": "UNLOCALIZED: Detected Train Name", - "create.display_source.max_enchant_level": "UNLOCALIZED: Max Enchanting Cost", - "create.display_source.boiler_status": "UNLOCALIZED: Boiler Status", - "create.display_source.entity_name": "UNLOCALIZED: Entity Name", - "create.display_source.kinetic_speed": "UNLOCALIZED: Rotation Speed (RPM)", - "create.display_source.kinetic_speed.absolute": "UNLOCALIZED: Ignore Direction", - "create.display_source.kinetic_speed.directional": "UNLOCALIZED: Include Direction", - "create.display_source.kinetic_stress": "UNLOCALIZED: Network Stress", - "create.display_source.kinetic_stress.display": "UNLOCALIZED: Displayed Info", - "create.display_source.kinetic_stress.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.kinetic_stress.percent": "UNLOCALIZED: Percentage", - "create.display_source.kinetic_stress.current": "UNLOCALIZED: Stress in SU", - "create.display_source.kinetic_stress.max": "UNLOCALIZED: Total Capacity", - "create.display_source.kinetic_stress.remaining": "UNLOCALIZED: Remaining SU", - "create.display_source.redstone_power": "UNLOCALIZED: Redstone Power", - "create.display_source.redstone_power.display": "UNLOCALIZED: Display Format", - "create.display_source.redstone_power.number": "UNLOCALIZED: Number", - "create.display_source.redstone_power.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.boiler.not_enough_space": "UNLOCALIZED: Not enough space ", - "create.display_source.boiler.for_boiler_status": "UNLOCALIZED: for Boiler Status", - - "create.display_target.line": "UNLOCALIZED: Line %1$s", - "create.display_target.page": "UNLOCALIZED: Page %1$s", - "create.display_target.single_line": "UNLOCALIZED: Single Line", - - "create.flap_display.cycles.alphabet": "UNLOCALIZED: ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": "UNLOCALIZED: ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": "UNLOCALIZED: ; min;now;15s;30s;45s", - "create.flap_display.cycles.shortened_numbers": "UNLOCALIZED: ;K;M", - "create.flap_display.cycles.fluid_units": "UNLOCALIZED: mB;B ", - "create.flap_display.cycles.instant": "UNLOCALIZED: ; ", - "create.flap_display.cycles.pixel": "UNLOCALIZED: █;▓;▒", - - "create.super_glue.too_far": "UNLOCALIZED: Selected area is too big", - "create.super_glue.cannot_reach": "UNLOCALIZED: Selected blocks must be connected", - "create.super_glue.click_to_confirm": "UNLOCALIZED: Click again to confirm", - "create.super_glue.click_to_discard": "UNLOCALIZED: Sneak-click to discard selection", - "create.super_glue.first_pos": "UNLOCALIZED: First position selected", - "create.super_glue.abort": "UNLOCALIZED: Selection discarded", - "create.super_glue.not_enough": "UNLOCALIZED: Not enough glue in inventory", - "create.super_glue.success": "UNLOCALIZED: Applying Glue...", - - "create.gui.config.overlay1": "UNLOCALIZED: Hi :)", - "create.gui.config.overlay2": "UNLOCALIZED: This is a sample overlay", - "create.gui.config.overlay3": "UNLOCALIZED: Click or drag with your mouse", - "create.gui.config.overlay4": "UNLOCALIZED: to move this preview", - "create.gui.config.overlay5": "UNLOCALIZED: Press ESC to exit this screen", - "create.gui.config.overlay6": "UNLOCALIZED: and save the new position", - "create.gui.config.overlay7": "UNLOCALIZED: Run /create overlay reset", - "create.gui.config.overlay8": "UNLOCALIZED: to reset to the default position", - - "create.command.killTPSCommand": "UNLOCALIZED: killtps", - "create.command.killTPSCommand.status.slowed_by.0": "UNLOCALIZED: [Create]: Server tick is currently slowed by %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "UNLOCALIZED: [Create]: Server tick is slowed by %s ms now >:)", - "create.command.killTPSCommand.status.slowed_by.2": "UNLOCALIZED: [Create]: Server tick is back to regular speed :D", - "create.command.killTPSCommand.status.usage.0": "UNLOCALIZED: [Create]: use /killtps stop to bring back server tick to regular speed", - "create.command.killTPSCommand.status.usage.1": "UNLOCALIZED: [Create]: use /killtps start to artificially slow down the server tick", - "create.command.killTPSCommand.argument.tickTime": "UNLOCALIZED: tickTime", - - "create.contraption.minecart_contraption_too_big": "UNLOCALIZED: This Cart Contraption seems too big to pick up", - "create.contraption.minecart_contraption_illegal_pickup": "UNLOCALIZED: A mystical force is binding this Cart Contraption to the world", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "UNLOCALIZED: Contraption stops", - "create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls", - "create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps", - "create.subtitle.whistle_train_manual": "UNLOCALIZED: Train honks", - "create.subtitle.steam": "UNLOCALIZED: Steam noises", - "create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates", - "create.subtitle.schematicannon_finish": "UNLOCALIZED: Schematicannon dings", - "create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts", - "create.subtitle.wrench_remove": "UNLOCALIZED: Component breaks", - "create.subtitle.train3": "UNLOCALIZED: Bogey wheels rumble muffled", - "create.subtitle.whistle": "UNLOCALIZED: Whistling", - "create.subtitle.cogs": "UNLOCALIZED: Cogwheels rumble", - "create.subtitle.slime_added": "UNLOCALIZED: Slime squishes", - "create.subtitle.whistle_train_low": "UNLOCALIZED: Low whistling", - "create.subtitle.schematicannon_launch_block": "UNLOCALIZED: Schematicannon fires", - "create.subtitle.controller_take": "UNLOCALIZED: Lectern empties", - "create.subtitle.crafter_click": "UNLOCALIZED: Crafter clicks", - "create.subtitle.depot_plop": "UNLOCALIZED: Item lands", - "create.subtitle.confirm": "UNLOCALIZED: Affirmative ding", - "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.sanding_long": "UNLOCALIZED: Sanding noises", - "create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises", - "create.subtitle.depot_slide": "UNLOCALIZED: Item slides", - "create.subtitle.blaze_munch": "UNLOCALIZED: Blaze Burner munches", - "create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps", - "create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls", - "create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks", - "create.subtitle.controller_put": "UNLOCALIZED: Controller thumps", - "create.subtitle.cranking": "UNLOCALIZED: Hand Crank turns", - "create.subtitle.sanding_short": "UNLOCALIZED: Sanding noises", - "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.whistle_high": "UNLOCALIZED: High whistling", - "create.subtitle.whistle_train_manual_low": "UNLOCALIZED: Train honks", - "create.subtitle.whistle_train": "UNLOCALIZED: Whistling", - "create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens", - "create.subtitle.train": "UNLOCALIZED: Bogey wheels rumble", - "create.subtitle.deny": "UNLOCALIZED: Declining boop", - "create.subtitle.controller_click": "UNLOCALIZED: Controller clicks", - "create.subtitle.whistle_low": "UNLOCALIZED: Low whistling", - "create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks", - "create.subtitle.mechanical_press_activation": "UNLOCALIZED: Mechanical Press clangs", - "create.subtitle.contraption_assemble": "UNLOCALIZED: Contraption moves", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", - "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", - "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", - "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", - "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", - "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", - "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", - "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", - - "block.create.wooden_bracket.tooltip": "UNLOCALIZED: WOODEN BRACKET", - "block.create.wooden_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with a cozy and wooden bit of reinforcement.", - - "block.create.metal_bracket.tooltip": "UNLOCALIZED: METAL BRACKET", - "block.create.metal_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with an industrial and sturdy bit of reinforcement.", - - "block.create.seat.tooltip": "SEDAČKA", - "block.create.seat.tooltip.summary": "UNLOCALIZED: Sit yourself down and enjoy the ride! Will anchor a player onto a moving _contraption_. Great for static furniture too! Comes in a variety of colours.", - "block.create.seat.tooltip.condition1": "Klikněte pravým tlačítkem myši na sedačku", - "block.create.seat.tooltip.behaviour1": "Usadí hráče na sedačku. Zamčkněte L-shift pro opuštění sedačky.", - - "item.create.blaze_cake.tooltip": "UNLOCALIZED: BLAZE CAKE", - "item.create.blaze_cake.tooltip.summary": "UNLOCALIZED: A Delicious treat for your hard-working _Blaze Burners_. Gets them all fired up!", - - "item.create.wand_of_symmetry.tooltip": "UNLOCALIZED: SYMMETRY WAND", - "item.create.wand_of_symmetry.tooltip.summary": "UNLOCALIZED: Perfectly mirrors Block placement across configured planes.", - "item.create.wand_of_symmetry.tooltip.condition1": "UNLOCALIZED: When in Hotbar", - "item.create.wand_of_symmetry.tooltip.behaviour1": "UNLOCALIZED: Stays Active", - "item.create.wand_of_symmetry.tooltip.control1": "UNLOCALIZED: R-Click on Ground", - "item.create.wand_of_symmetry.tooltip.action1": "UNLOCALIZED: _Creates_ or _Moves_ the Mirror", - "item.create.wand_of_symmetry.tooltip.control2": "UNLOCALIZED: R-Click in the Air", - "item.create.wand_of_symmetry.tooltip.action2": "UNLOCALIZED: _Removes_ the active Mirror", - "item.create.wand_of_symmetry.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", - "item.create.wand_of_symmetry.tooltip.action3": "UNLOCALIZED: Opens the _Configuration Interface_", - - "item.create.handheld_worldshaper.tooltip": "UNLOCALIZED: HANDHELD WORLDSHAPER", - "item.create.handheld_worldshaper.tooltip.summary": "UNLOCALIZED: Handy tool for creating _landscapes_ and _terrain features_.", - "item.create.handheld_worldshaper.tooltip.control1": "UNLOCALIZED: L-Click at Block", - "item.create.handheld_worldshaper.tooltip.action1": "UNLOCALIZED: Sets blocks placed by the tool to the targeted block.", - "item.create.handheld_worldshaper.tooltip.control2": "UNLOCALIZED: R-Click at Block", - "item.create.handheld_worldshaper.tooltip.action2": "UNLOCALIZED: Applies the currently selected _Brush_ and _Tool_ at the targeted location.", - "item.create.handheld_worldshaper.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", - "item.create.handheld_worldshaper.tooltip.action3": "UNLOCALIZED: Opens the _Configuration Interface_", - - "item.create.tree_fertilizer.tooltip": "UNLOCALIZED: TREE FERTILIZER", - "item.create.tree_fertilizer.tooltip.summary": "UNLOCALIZED: A powerful combination of minerals suitable for speeding up the growth of common tree types.", - "item.create.tree_fertilizer.tooltip.condition1": "UNLOCALIZED: When used on a Sapling", - "item.create.tree_fertilizer.tooltip.behaviour1": "UNLOCALIZED: Grows Trees _regardless_ of their _spacing conditions_", - - "item.create.extendo_grip.tooltip": "UNLOCALIZED: EXTENDO GRIP", - "item.create.extendo_grip.tooltip.summary": "UNLOCALIZED: Boioioing! Greatly _increases reach distance_ of the wielder. Can be powered with Air Pressure from a _Copper_ _Backtank_", - "item.create.extendo_grip.tooltip.condition1": "UNLOCALIZED: When in Off-Hand", - "item.create.extendo_grip.tooltip.behaviour1": "UNLOCALIZED: Increases _reach distance_ of items used in the _Main-Hand_.", - "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.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.filter.tooltip": "UNLOCALIZED: FILTER", - "item.create.filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of items_ or several _nested filters_.", - "item.create.filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", - "item.create.filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", - "item.create.filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", - "item.create.filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", - - "item.create.attribute_filter.tooltip": "UNLOCALIZED: ATTRIBUTE FILTER", - "item.create.attribute_filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of_ item _attributes_ and _categories_.", - "item.create.attribute_filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", - "item.create.attribute_filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", - "item.create.attribute_filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", - "item.create.attribute_filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", - - "item.create.empty_schematic.tooltip": "UNLOCALIZED: EMPTY SCHEMATIC", - "item.create.empty_schematic.tooltip.summary": "UNLOCALIZED: Used as a recipe ingredient and for writing at the _Schematic Table_.", - - "item.create.schematic.tooltip": "UNLOCALIZED: SCHEMATIC", - "item.create.schematic.tooltip.summary": "UNLOCALIZED: Holds a structure to be positioned and placed into the world. Position the Hologram as desired and use a _Schematicannon_ to build it.", - "item.create.schematic.tooltip.condition1": "UNLOCALIZED: When Held", - "item.create.schematic.tooltip.behaviour1": "UNLOCALIZED: Can be positioned using the Tools on Screen.", - "item.create.schematic.tooltip.control1": "UNLOCALIZED: R-Click while Sneaking", - "item.create.schematic.tooltip.action1": "UNLOCALIZED: Opens an _Interface_ for entering exact _Coordinates_.", - - "item.create.schematic_and_quill.tooltip": "UNLOCALIZED: SCHEMATIC AND QUILL", - "item.create.schematic_and_quill.tooltip.summary": "UNLOCALIZED: Used for saving a Structure in your world to a .nbt file.", - "item.create.schematic_and_quill.tooltip.condition1": "UNLOCALIZED: Step 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "UNLOCALIZED: Select two corner points using R-Click.", - "item.create.schematic_and_quill.tooltip.condition2": "UNLOCALIZED: Step 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "UNLOCALIZED: _Ctrl-Scroll_ on the faces to adjust the size. R-Click again to Save.", - "item.create.schematic_and_quill.tooltip.control1": "UNLOCALIZED: R-Click", - "item.create.schematic_and_quill.tooltip.action1": "UNLOCALIZED: Select a corner point / confirm save.", - "item.create.schematic_and_quill.tooltip.control2": "UNLOCALIZED: Ctrl Held", - "item.create.schematic_and_quill.tooltip.action2": "UNLOCALIZED: Select points in _mid-air_. _Scroll_ to adjust the distance.", - "item.create.schematic_and_quill.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", - "item.create.schematic_and_quill.tooltip.action3": "UNLOCALIZED: _Resets_ and removes the selection.", - - "block.create.schematicannon.tooltip": "UNLOCALIZED: SCHEMATICANNON", - "block.create.schematicannon.tooltip.summary": "UNLOCALIZED: Shoots blocks to recreate a deployed _Schematic_ in the World. Uses items from adjacent Inventories and _Gunpowder_ as fuel.", - "block.create.schematicannon.tooltip.condition1": "UNLOCALIZED: When R-Clicked", - "block.create.schematicannon.tooltip.behaviour1": "UNLOCALIZED: Opens the _Interface_", - - "block.create.schematic_table.tooltip": "UNLOCALIZED: SCHEMATIC TABLE", - "block.create.schematic_table.tooltip.summary": "UNLOCALIZED: Writes saved Schematics onto an _Empty Schematic_.", - "block.create.schematic_table.tooltip.condition1": "UNLOCALIZED: When given an Empty Schematic", - "block.create.schematic_table.tooltip.behaviour1": "UNLOCALIZED: Uploads a chosen File from your Schematics Folder.", - - "item.create.goggles.tooltip": "UNLOCALIZED: GOGGLES", - "item.create.goggles.tooltip.summary": "UNLOCALIZED: A pair of glasses to augment your vision with useful _kinetic information_.", - "item.create.goggles.tooltip.condition1": "UNLOCALIZED: When worn", - "item.create.goggles.tooltip.behaviour1": "UNLOCALIZED: Shows _colored indicators_ corresponding to the _Speed Level_ of a placed kinetic component as well as _Stress Impact_ and _Capacity_ of individual components.", - "item.create.goggles.tooltip.condition2": "UNLOCALIZED: When looking at gauge", - "item.create.goggles.tooltip.behaviour2": "UNLOCALIZED: Shows detailed information about _Speed_ or _Stress_ of the network to which the gauge is connected.", - "item.create.goggles.tooltip.condition3": "UNLOCALIZED: When looking at fluid containers", - "item.create.goggles.tooltip.behaviour3": "UNLOCALIZED: Shows detailed information about the _Capacity_ of the block and any _Fluids_ stored within.", - - "item.create.wrench.tooltip": "UNLOCALIZED: WRENCH", - "item.create.wrench.tooltip.summary": "UNLOCALIZED: A useful tool for working on kinetic contraptions. Can be used to _Rotate_, _Dismantle_ and to _Configure_ components.", - "item.create.wrench.tooltip.control1": "UNLOCALIZED: Right-Click a kinetic block", - "item.create.wrench.tooltip.action1": "UNLOCALIZED: _Rotates components_ toward or away from the face with which you interacted.", - "item.create.wrench.tooltip.control2": "UNLOCALIZED: R-Click while Sneaking", - "item.create.wrench.tooltip.action2": "UNLOCALIZED: _Disassembles Kinetic components_ and places them back in _your inventory_.", - - "block.create.nozzle.tooltip": "UNLOCALIZED: NOZZLE", - "block.create.nozzle.tooltip.summary": "UNLOCALIZED: Attach to the front of an _Encased Fan_ to distribute its effect on Entities in _all directions_.", - - "block.create.cuckoo_clock.tooltip": "UNLOCALIZED: CUCKOO CLOCK", - "block.create.cuckoo_clock.tooltip.summary": "UNLOCALIZED: Fine craftsmanship for _decorating_ a space and _keeping track of time_.", - "block.create.cuckoo_clock.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", - "block.create.cuckoo_clock.tooltip.behaviour1": "UNLOCALIZED: Shows the _current time_ and plays a tune twice a day. _Activates_ once at _noon_ and at dusk, as soon as _players can sleep_.", - - "block.create.turntable.tooltip": "UNLOCALIZED: TURNTABLE", - "block.create.turntable.tooltip.summary": "UNLOCALIZED: Turns _Rotational Force_ into refined Motion Sickness.", - - "block.create.toolbox.tooltip": "UNLOCALIZED: TOOLBOX", - "block.create.toolbox.tooltip.summary": "UNLOCALIZED: Every Inventors' dearest Companion. Conveniently _holds_ a large amount of _8 Different_ item types.", - "block.create.toolbox.tooltip.condition1": "UNLOCALIZED: When Picked Up", - "block.create.toolbox.tooltip.behaviour1": "UNLOCALIZED: _Retains_ Inventory _Contents_.", - "block.create.toolbox.tooltip.condition2": "UNLOCALIZED: When placed in Range", - "block.create.toolbox.tooltip.behaviour2": "UNLOCALIZED: _Nearby_ _Players_ can hold the _Toolbox_ _Keybind_ to access its contents _Remotely_.", - "block.create.toolbox.tooltip.condition3": "UNLOCALIZED: When R-Clicked", - "block.create.toolbox.tooltip.behaviour3": "UNLOCALIZED: Opens the _Container Interface_.", - - "block.create.stockpile_switch.tooltip": "UNLOCALIZED: STOCKPILE SWITCH", - "block.create.stockpile_switch.tooltip.summary": "UNLOCALIZED: Toggles a Redstone signal based on the amount of _Stored Items_ or _Fluids_ in the attached Container. Comes with a handy filter. As opposed to a _Comparator,_ the _Stockpile Switch_ allows configuration of _thresholds,_ at which signals are inverted.", - "block.create.stockpile_switch.tooltip.condition1": "UNLOCALIZED: When R-Clicked", - "block.create.stockpile_switch.tooltip.behaviour1": "UNLOCALIZED: Opens the _Configuration Interface_.", - - "block.create.content_observer.tooltip": "UNLOCALIZED: CONTENT OBSERVER", - "block.create.content_observer.tooltip.summary": "UNLOCALIZED: _Detects Items_ or _Fluids_ inside _containers_, _pipes_ or _conveyors_ matching a configured _filter_.", - "block.create.content_observer.tooltip.condition1": "UNLOCALIZED: When observing a Container", - "block.create.content_observer.tooltip.behaviour1": "UNLOCALIZED: Emits a _Redstone Signal_ while the observed container has _matching_ _content_.", - "block.create.content_observer.tooltip.condition2": "UNLOCALIZED: When observing a Funnel", - "block.create.content_observer.tooltip.behaviour2": "UNLOCALIZED: Emits a _Redstone Pulse_ when a _matching_ Item is _transferred_.", - - "block.create.creative_crate.tooltip": "UNLOCALIZED: CREATIVE CRATE", - "block.create.creative_crate.tooltip.summary": "UNLOCALIZED: This _Storage Container_ allows infinite replication of any item. Place next to a _Schematicannon_ to remove any material requirements.", - "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 your _Blaze Burners_. After eating this cake, Blaze Burners will _never run out of fuel_.", - "item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Cycles_ a 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", - "block.create.controller_rail.tooltip.behaviour1": "UNLOCALIZED: _Accelerates_ or _Decelerates_ passing _minecarts_ corresponding to the _signal strength_. Propagates redstone power to adjacent controller rails. Powering two controller rails with different strengths will cause tracks between them to interpolate their signal.", - - "item.create.sand_paper.tooltip": "UNLOCALIZED: SAND PAPER", - "item.create.sand_paper.tooltip.summary": "UNLOCALIZED: A rough paper that can be used to _polish materials_. Can be automatically applied using the Deployer.", - "item.create.sand_paper.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.sand_paper.tooltip.behaviour1": "UNLOCALIZED: Applies polish to items held in the _offhand_ or lying on the _floor_ when _looking at them_", - - "item.create.builders_tea.tooltip": "UNLOCALIZED: BUILDERS TEA", - "item.create.builders_tea.tooltip.summary": "UNLOCALIZED: The perfect drink to get the day started- _Motivating_ and _Saturating._", - - "item.create.refined_radiance.tooltip": "UNLOCALIZED: REFINED RADIANCE", - "item.create.refined_radiance.tooltip.summary": "UNLOCALIZED: A Chromatic material forged from _absorbed light_.", - "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.shadow_steel.tooltip": "UNLOCALIZED: SHADOW STEEL", - "item.create.shadow_steel.tooltip.summary": "UNLOCALIZED: A Chromatic material forged _in the void_.", - "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.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.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.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.", - - "block.create.placard.tooltip": "UNLOCALIZED: PLACARD", - "block.create.placard.tooltip.summary": "UNLOCALIZED: _Frame_ your _items_ in brass using this fancy wall panel. Safe for contraptions!", - "block.create.placard.tooltip.condition1": "UNLOCALIZED: When R-Clicked with Item", - "block.create.placard.tooltip.behaviour1": "UNLOCALIZED: _Adds_ the held _item_ to the Placard. _Emits_ a brief _Redstone_ signal if a matching item was present already.", - "block.create.placard.tooltip.condition2": "UNLOCALIZED: When Punched", - "block.create.placard.tooltip.behaviour2": "UNLOCALIZED: _Removes_ the current _item_ in the frame.", - - "block.create.flywheel.tooltip": "UNLOCALIZED: FLYWHEEL", - "block.create.flywheel.tooltip.summary": "UNLOCALIZED: _Embellish_ your _Machines_ with this imposing Wheel of Brass.", - "block.create.flywheel.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", - "block.create.flywheel.tooltip.behaviour1": "UNLOCALIZED: Starts spinning.", - - "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.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.minecart_coupling.tooltip": "UNLOCALIZED: MINECART COUPLING", - "item.create.minecart_coupling.tooltip.summary": "UNLOCALIZED: _Chains_ all your _Minecarts_ or _Carriage Contraptions_ together to form a majestic Train.", - "item.create.minecart_coupling.tooltip.condition1": "UNLOCALIZED: When Used on Minecart", - "item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.", - - "item.create.experience_nugget.tooltip": "UNLOCALIZED: NUGGET OF EXPERIENCE", - "item.create.experience_nugget.tooltip.summary": "UNLOCALIZED: _Ding!_ A speck of _inspiration_ from your fantastic inventions.", - "item.create.experience_nugget.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.experience_nugget.tooltip.behaviour1": "UNLOCALIZED: _Redeems_ _Experience_ points contained within.", - - "block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL", - "block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...", - - "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 [------------------------<-", - - "create.ponder.hold_to_ponder": "UNLOCALIZED: Hold [%1$s] to Ponder", - "create.ponder.subject": "UNLOCALIZED: Subject of this scene", - "create.ponder.pondering": "UNLOCALIZED: Pondering about...", - "create.ponder.identify_mode": "UNLOCALIZED: Identify mode active.\nUnpause with [%1$s]", - "create.ponder.associated": "UNLOCALIZED: Associated Entries", - "create.ponder.close": "UNLOCALIZED: Close", - "create.ponder.identify": "UNLOCALIZED: Identify", - "create.ponder.next": "UNLOCALIZED: Next Scene", - "create.ponder.next_up": "UNLOCALIZED: Up Next:", - "create.ponder.previous": "UNLOCALIZED: Previous Scene", - "create.ponder.replay": "UNLOCALIZED: Replay", - "create.ponder.think_back": "UNLOCALIZED: Think Back", - "create.ponder.slow_text": "UNLOCALIZED: Comfy Reading", - "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.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.movement_anchors": "UNLOCALIZED: With the help of 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.display_sources": "UNLOCALIZED: Sources for Display Links", - "create.ponder.tag.display_sources.description": "UNLOCALIZED: Components or Blocks which offer some data that can be read with a Display Link", - "create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation", - "create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around", - "create.ponder.tag.display_targets": "UNLOCALIZED: Targets for Display Links", - "create.ponder.tag.display_targets.description": "UNLOCALIZED: Components or Blocks which can process and display the data received from a Display Link", - "create.ponder.tag.train_related": "UNLOCALIZED: Railway Equipment", - "create.ponder.tag.train_related.description": "UNLOCALIZED: Components used in the construction or management of Train Contraptions", - - "create.ponder.analog_lever.header": "UNLOCALIZED: Controlling signals using the Analog Lever", - "create.ponder.analog_lever.text_1": "UNLOCALIZED: Analog Levers make for a compact and precise source of redstone power", - "create.ponder.analog_lever.text_2": "UNLOCALIZED: Right-click to increase its analog power output", - "create.ponder.analog_lever.text_3": "UNLOCALIZED: Right-click while Sneaking to decrease the power output again", - - "create.ponder.andesite_tunnel.header": "UNLOCALIZED: Using Andesite Tunnels", - "create.ponder.andesite_tunnel.text_1": "UNLOCALIZED: Andesite Tunnels can be used to cover up your belts", - "create.ponder.andesite_tunnel.text_2": "UNLOCALIZED: Whenever an Andesite Tunnel has connections to the sides...", - "create.ponder.andesite_tunnel.text_3": "UNLOCALIZED: ...they will split exactly one item off of any passing stacks", - "create.ponder.andesite_tunnel.text_4": "UNLOCALIZED: The remainder will continue on its path", - - "create.ponder.auto_schedule.header": "UNLOCALIZED: Stations & Scheduling", - "create.ponder.auto_schedule.text_1": "UNLOCALIZED: Schedules can be used to provide drivers with a destination", - "create.ponder.auto_schedule.text_2": "UNLOCALIZED: Comparators will receive a signal whenever a Train is present", - "create.ponder.auto_schedule.text_3": "UNLOCALIZED: Mind that a Station can only be approached from the indicated direction", - "create.ponder.auto_schedule.text_4": "UNLOCALIZED: Stations can also be used to assign new Schedules automatically", - "create.ponder.auto_schedule.text_5": "UNLOCALIZED: The Schedule placed on a station will automatically copy itself to present trains", - "create.ponder.auto_schedule.text_6": "UNLOCALIZED: As opposed to manual scheduling, drivers will not take the item with them", - - "create.ponder.basin.header": "UNLOCALIZED: Processing Items in the Basin", - "create.ponder.basin.text_1": "UNLOCALIZED: A Basin can hold Items and Fluids for Processing", - "create.ponder.basin.text_2": "UNLOCALIZED: After a processing step, basins try to output below to the side of them", - "create.ponder.basin.text_3": "UNLOCALIZED: When a valid component is present, the Basin will show an output faucet", - "create.ponder.basin.text_4": "UNLOCALIZED: A number of options are applicable here", - "create.ponder.basin.text_5": "UNLOCALIZED: Outputs will be caught by the inventory below", - "create.ponder.basin.text_6": "UNLOCALIZED: Without output faucet, the Basin will retain items created in its processing", - "create.ponder.basin.text_7": "UNLOCALIZED: This can be useful if outputs should be re-used as ingredients", - "create.ponder.basin.text_8": "UNLOCALIZED: Desired outputs will then have to be extracted from the basin", - "create.ponder.basin.text_9": "UNLOCALIZED: A Filter might be necessary to avoid pulling out un-processed items", - - "create.ponder.bearing_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Bearing", - "create.ponder.bearing_modes.text_1": "UNLOCALIZED: When Stopped, the Bearing will place the structure at the nearest grid-aligned Angle", - "create.ponder.bearing_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only near the angle it started at", - - "create.ponder.belt_casing.header": "UNLOCALIZED: Encasing Belts", - "create.ponder.belt_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Mechanical Belts", - "create.ponder.belt_casing.text_2": "UNLOCALIZED: A wrench can be used to remove the casing", - - "create.ponder.belt_connector.header": "UNLOCALIZED: Using Mechanical Belts", - "create.ponder.belt_connector.text_1": "UNLOCALIZED: Right-Clicking two shafts with a belt item will connect them together", - "create.ponder.belt_connector.text_2": "UNLOCALIZED: Accidental selections can be canceled with Right-Click while Sneaking", - "create.ponder.belt_connector.text_3": "UNLOCALIZED: Additional Shafts can be added throughout the Belt", - "create.ponder.belt_connector.text_4": "UNLOCALIZED: Shafts connected via Belts will rotate with Identical Speed and Direction", - "create.ponder.belt_connector.text_5": "UNLOCALIZED: Added shafts can be removed using the wrench", - "create.ponder.belt_connector.text_6": "UNLOCALIZED: Mechanical Belts can be dyed for aesthetic purposes", - - "create.ponder.belt_directions.header": "UNLOCALIZED: Valid Orientations for Mechanical Belts", - "create.ponder.belt_directions.text_1": "UNLOCALIZED: Belts cannot connect in arbitrary directions", - "create.ponder.belt_directions.text_2": "UNLOCALIZED: 1. They can connect horizontally", - "create.ponder.belt_directions.text_3": "UNLOCALIZED: 2. They can connect diagonally", - "create.ponder.belt_directions.text_4": "UNLOCALIZED: 3. They can connect vertically", - "create.ponder.belt_directions.text_5": "UNLOCALIZED: 4. And they can connect vertical shafts horizontally", - "create.ponder.belt_directions.text_6": "UNLOCALIZED: These are all possible directions. Belts can span any Length between 2 and 20 blocks", - - "create.ponder.belt_transport.header": "UNLOCALIZED: Using Mechanical Belts for Logistics", - "create.ponder.belt_transport.text_1": "UNLOCALIZED: Moving belts will transport Items and other Entities", - "create.ponder.belt_transport.text_2": "UNLOCALIZED: Right-Click with an empty hand to take items off a belt", - - "create.ponder.blaze_burner.header": "UNLOCALIZED: Feeding Blaze Burners", - "create.ponder.blaze_burner.text_1": "UNLOCALIZED: Blaze Burners can provide Heat to Items processed in a Basin", - "create.ponder.blaze_burner.text_2": "UNLOCALIZED: For this, the Blaze has to be fed with flammable items", - "create.ponder.blaze_burner.text_3": "UNLOCALIZED: With a Blaze Cake, the Burner can reach an even stronger level of heat", - "create.ponder.blaze_burner.text_4": "UNLOCALIZED: The feeding process can be automated using Deployers or Mechanical Arms", - - "create.ponder.brass_funnel.header": "UNLOCALIZED: The Brass Funnel", - "create.ponder.brass_funnel.text_1": "UNLOCALIZED: Andesite Funnels can only ever extract single items.", - "create.ponder.brass_funnel.text_2": "UNLOCALIZED: Brass Funnels can extract up to a full stack.", - "create.ponder.brass_funnel.text_3": "UNLOCALIZED: Scrolling on the filter slot allows for precise control over the extracted stack size.", - "create.ponder.brass_funnel.text_4": "UNLOCALIZED: Using items on the filter slot will restrict the funnel to only transfer matching stacks.", - - "create.ponder.brass_tunnel.header": "UNLOCALIZED: Using Brass Tunnels", - "create.ponder.brass_tunnel.text_1": "UNLOCALIZED: Brass Tunnels can be used to cover up your belts", - "create.ponder.brass_tunnel.text_2": "UNLOCALIZED: Brass Tunnels have filter slots on each open side", - "create.ponder.brass_tunnel.text_3": "UNLOCALIZED: Filters on inbound connections simply block non-matching items", - "create.ponder.brass_tunnel.text_4": "UNLOCALIZED: Filters on outbound connections can be used to sort items by type", - "create.ponder.brass_tunnel.text_5": "UNLOCALIZED: Whenever a passing item has multiple valid exits, the distribution mode will decide how to handle it", - "create.ponder.brass_tunnel.text_6": "UNLOCALIZED: Brass Tunnels on parallel belts will form a group", - "create.ponder.brass_tunnel.text_7": "UNLOCALIZED: Incoming Items will now be distributed across all connected exits", - "create.ponder.brass_tunnel.text_8": "UNLOCALIZED: For this, items can also be inserted into the Tunnel block directly", - - "create.ponder.brass_tunnel_modes.header": "UNLOCALIZED: Distribution Modes of the Brass Tunnel", - "create.ponder.brass_tunnel_modes.text_1": "UNLOCALIZED: Using a Wrench, the distribution behaviour of Brass Tunnels can be configured", - "create.ponder.brass_tunnel_modes.text_10": "UNLOCALIZED: 'Synchronize Inputs' is a unique setting for Brass Tunnels", - "create.ponder.brass_tunnel_modes.text_11": "UNLOCALIZED: Items are only allowed past if every tunnel in the group has one waiting", - "create.ponder.brass_tunnel_modes.text_12": "UNLOCALIZED: This ensures that all affected belts supply items at the same rate", - "create.ponder.brass_tunnel_modes.text_2": "UNLOCALIZED: 'Split' will attempt to distribute the stack evenly between available outputs", - "create.ponder.brass_tunnel_modes.text_3": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", - "create.ponder.brass_tunnel_modes.text_4": "UNLOCALIZED: 'Forced Split' will never skip outputs, and instead wait until they are free", - "create.ponder.brass_tunnel_modes.text_5": "UNLOCALIZED: 'Round Robin' keeps stacks whole, and cycles through outputs iteratively", - "create.ponder.brass_tunnel_modes.text_6": "UNLOCALIZED: Once Again, if an output is unable to take more items, it will be skipped", - "create.ponder.brass_tunnel_modes.text_7": "UNLOCALIZED: 'Forced Round Robin' never skips outputs", - "create.ponder.brass_tunnel_modes.text_8": "UNLOCALIZED: 'Prefer Nearest' prioritizes the outputs closest to the items' input location", - "create.ponder.brass_tunnel_modes.text_9": "UNLOCALIZED: 'Randomize' will distribute whole stacks to randomly picked outputs", - - "create.ponder.cart_assembler.header": "UNLOCALIZED: Moving Structures using Cart Assemblers", - "create.ponder.cart_assembler.text_1": "UNLOCALIZED: Powered Cart Assemblers mount attached structures to passing Minecarts", - "create.ponder.cart_assembler.text_2": "UNLOCALIZED: Without a redstone signal, it disassembles passing cart contraptions back into blocks", - "create.ponder.cart_assembler.text_3": "UNLOCALIZED: Using a Wrench on the Minecart will let you carry the Contraption elsewhere", - - "create.ponder.cart_assembler_dual.header": "UNLOCALIZED: Assembling Carriage Contraptions", - "create.ponder.cart_assembler_dual.text_1": "UNLOCALIZED: Whenever two Cart Assembers share an attached structure...", - "create.ponder.cart_assembler_dual.text_2": "UNLOCALIZED: Powering either of them will create a Carriage Contraption", - "create.ponder.cart_assembler_dual.text_3": "UNLOCALIZED: The carts will behave like those connected via Minecart Coupling", - - "create.ponder.cart_assembler_modes.header": "UNLOCALIZED: Orientation Settings for Minecart Contraptions", - "create.ponder.cart_assembler_modes.text_1": "UNLOCALIZED: Cart Contraptions will rotate to face towards their carts' motion", - "create.ponder.cart_assembler_modes.text_2": "UNLOCALIZED: This Arrow indicates which side of the Structure will be considered the front", - "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_rails.header": "UNLOCALIZED: Other types of Minecarts and Rails", - "create.ponder.cart_assembler_rails.text_1": "UNLOCALIZED: Cart Assemblers on Regular Tracks will not affect the passing carts' motion", - "create.ponder.cart_assembler_rails.text_2": "UNLOCALIZED: When on Powered or Controller Rail, the carts will be held in place until it's Powered", - "create.ponder.cart_assembler_rails.text_3": "UNLOCALIZED: Other types of Minecarts can be used as the anchor", - "create.ponder.cart_assembler_rails.text_4": "UNLOCALIZED: Furnace Carts will keep themselves powered, pulling fuel from any attached inventories", - - "create.ponder.chain_drive.header": "UNLOCALIZED: Relaying rotational force with Chain Drives", - "create.ponder.chain_drive.text_1": "UNLOCALIZED: Chain Drives relay rotation to each other in a row", - "create.ponder.chain_drive.text_2": "UNLOCALIZED: All shafts connected like this will rotate in the same direction", - "create.ponder.chain_drive.text_3": "UNLOCALIZED: Any part of the row can be rotated by 90 degrees", - - "create.ponder.chain_gearshift.header": "UNLOCALIZED: Controlling rotational speed with Chain Gearshifts", - "create.ponder.chain_gearshift.text_1": "UNLOCALIZED: Unpowered Chain Gearshifts behave exactly like Chain Drives", - "create.ponder.chain_gearshift.text_2": "UNLOCALIZED: When Powered, the speed transmitted to other Chain Drives in the row is doubled", - "create.ponder.chain_gearshift.text_3": "UNLOCALIZED: Whenever the Powered Gearshift is not at the source, its speed will be halved instead", - "create.ponder.chain_gearshift.text_4": "UNLOCALIZED: In both cases, Chain Drives in the row always run at 2x the speed of the Powered Gearshift", - "create.ponder.chain_gearshift.text_5": "UNLOCALIZED: Using analog signals, the ratio can be adjusted more precisely between 1 and 2", - "create.ponder.chain_gearshift.text_6": "UNLOCALIZED: 12 RPM", - - "create.ponder.chute.header": "UNLOCALIZED: Transporting Items downward via Chutes", - "create.ponder.chute.text_1": "UNLOCALIZED: Chutes can transport items vertically from and to inventories", - "create.ponder.chute.text_2": "UNLOCALIZED: Using the Wrench, a window can be created", - "create.ponder.chute.text_3": "UNLOCALIZED: Placing chutes targeting the side faces of another will make it diagonal", - - "create.ponder.chute_upward.header": "UNLOCALIZED: Transporting Items upward via Chutes", - "create.ponder.chute_upward.text_1": "UNLOCALIZED: Using Encased Fans at the top or bottom, a Chute can move items upward", - "create.ponder.chute_upward.text_2": "UNLOCALIZED: Inspecting chutes with Engineers' Goggles reveals information about the movement direction", - "create.ponder.chute_upward.text_3": "UNLOCALIZED: On the 'blocked' end, items will have to be inserted/taken from the sides", - - "create.ponder.clockwork_bearing.header": "UNLOCALIZED: Animating Structures using Clockwork Bearings", - "create.ponder.clockwork_bearing.text_1": "UNLOCALIZED: Clockwork Bearings attach to blocks in front of them", - "create.ponder.clockwork_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, the structure will be rotated according to the hour of the day", - "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", - "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", - "create.ponder.clockwork_bearing.text_5": "UNLOCALIZED: Right-Click the bearing to start or stop animating the structure", - "create.ponder.clockwork_bearing.text_6": "UNLOCALIZED: In front of the Hour Hand, a second structure can be added", - "create.ponder.clockwork_bearing.text_7": "UNLOCALIZED: Ensure that the two Structures are not glued to each other", - "create.ponder.clockwork_bearing.text_8": "UNLOCALIZED: The Second Structure will now rotate as the Minute Hand", - - "create.ponder.clutch.header": "UNLOCALIZED: Controlling rotational force using a Clutch", - "create.ponder.clutch.text_1": "UNLOCALIZED: Clutches will relay rotation in a straight line", - "create.ponder.clutch.text_2": "UNLOCALIZED: When powered by Redstone, it breaks the connection", - - "create.ponder.cog_speedup.header": "UNLOCALIZED: Gearshifting with Cogs", - "create.ponder.cog_speedup.text_1": "UNLOCALIZED: Large and Small cogs can be connected diagonally", - "create.ponder.cog_speedup.text_2": "UNLOCALIZED: Shifting from large to small cogs, the conveyed speed will be doubled", - "create.ponder.cog_speedup.text_3": "UNLOCALIZED: Shifting the opposite way, the conveyed speed will be halved", - - "create.ponder.cogwheel.header": "UNLOCALIZED: Relaying rotational force using Cogwheels", - "create.ponder.cogwheel.text_1": "UNLOCALIZED: Cogwheels will relay rotation to other adjacent cogwheels", - "create.ponder.cogwheel.text_2": "UNLOCALIZED: Neighbouring shafts connected like this will rotate in opposite directions", - - "create.ponder.cogwheel_casing.header": "UNLOCALIZED: Encasing Cogwheels", - "create.ponder.cogwheel_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Cogwheels", - "create.ponder.cogwheel_casing.text_2": "UNLOCALIZED: Components added after encasing will not connect to the shaft outputs", - "create.ponder.cogwheel_casing.text_3": "UNLOCALIZED: The Wrench can be used to toggle connections", - - "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_motor.header": "UNLOCALIZED: Generating Rotational Force using Creative Motors", - "create.ponder.creative_motor.text_1": "UNLOCALIZED: Creative motors are a compact and configurable source of Rotational Force", - "create.ponder.creative_motor.text_2": "UNLOCALIZED: Scrolling on the back panel changes the RPM of the motors' rotational output", - - "create.ponder.creative_motor_mojang.header": "UNLOCALIZED: Mojang's Enigma", - - "create.ponder.crushing_wheels.header": "UNLOCALIZED: Processing Items with Crushing Wheels", - "create.ponder.crushing_wheels.text_1": "UNLOCALIZED: A pair of Crushing Wheels can grind items very effectively", - "create.ponder.crushing_wheels.text_2": "UNLOCALIZED: Their Rotational Input has to make them spin into each other", - "create.ponder.crushing_wheels.text_3": "UNLOCALIZED: Items thrown or inserted into the top will get processed", - "create.ponder.crushing_wheels.text_4": "UNLOCALIZED: Items can be inserted and picked up through automated means as well", - - "create.ponder.deployer.header": "UNLOCALIZED: Using the Deployer", - "create.ponder.deployer.text_1": "UNLOCALIZED: Given Rotational Force, a Deployer can imitate player interactions", - "create.ponder.deployer.text_10": "UNLOCALIZED: Right-click the front to give it an Item to use", - "create.ponder.deployer.text_11": "UNLOCALIZED: Items can also be inserted automatically", - "create.ponder.deployer.text_12": "UNLOCALIZED: Deployers carry a filter slot", - "create.ponder.deployer.text_13": "UNLOCALIZED: When a filter is set, it activates only while holding a matching item", - "create.ponder.deployer.text_14": "UNLOCALIZED: Only items matching the filter can now be inserted...", - "create.ponder.deployer.text_15": "UNLOCALIZED: ...and only non-matching items will be extracted", - "create.ponder.deployer.text_2": "UNLOCALIZED: It will always interact with the position 2 blocks in front of itself", - "create.ponder.deployer.text_3": "UNLOCALIZED: Blocks directly in front will not obstruct it", - "create.ponder.deployer.text_4": "UNLOCALIZED: Deployers can:", - "create.ponder.deployer.text_5": "UNLOCALIZED: Place Blocks,", - "create.ponder.deployer.text_6": "UNLOCALIZED: Use Items,", - "create.ponder.deployer.text_7": "UNLOCALIZED: Activate Blocks,", - "create.ponder.deployer.text_8": "UNLOCALIZED: Harvest blocks", - "create.ponder.deployer.text_9": "UNLOCALIZED: and Attack Mobs", - - "create.ponder.deployer_contraption.header": "UNLOCALIZED: Using Deployers on Contraptions", - "create.ponder.deployer_contraption.text_1": "UNLOCALIZED: Whenever Deployers are moved as part of an animated Contraption...", - "create.ponder.deployer_contraption.text_2": "UNLOCALIZED: They activate at each visited location, using items from inventories anywhere on the contraption", - "create.ponder.deployer_contraption.text_3": "UNLOCALIZED: The Filter slot can be used to specify which items to pull", - - "create.ponder.deployer_modes.header": "UNLOCALIZED: Modes of the Deployer", - "create.ponder.deployer_modes.text_1": "UNLOCALIZED: By default, a Deployer imitates a Right-click interaction", - "create.ponder.deployer_modes.text_2": "UNLOCALIZED: Using a Wrench, it can be set to imitate a Left-click instead", - - "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_redstone.header": "UNLOCALIZED: Controlling Deployers with Redstone", - "create.ponder.deployer_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Deployers will not activate", - "create.ponder.deployer_redstone.text_2": "UNLOCALIZED: Before stopping, the Deployer will finish any started cycles", - "create.ponder.deployer_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", - - "create.ponder.depot.header": "UNLOCALIZED: Using Depots", - "create.ponder.depot.text_1": "UNLOCALIZED: Depots can serve as 'stationary' belt elements", - "create.ponder.depot.text_2": "UNLOCALIZED: Right-Click to manually place or remove Items from it", - "create.ponder.depot.text_3": "UNLOCALIZED: Just like Mechanical Belts, it can provide items to processing", - "create.ponder.depot.text_4": "UNLOCALIZED: ...as well as provide Items to Mechanical Arms", - - "create.ponder.display_board.header": "UNLOCALIZED: Using Display Boards", - "create.ponder.display_board.text_1": "UNLOCALIZED: Display Boards are a scalable alternative to the sign", - "create.ponder.display_board.text_2": "UNLOCALIZED: They require Rotational Force to operate", - "create.ponder.display_board.text_3": "UNLOCALIZED: Text can be displayed using Name Tags...", - "create.ponder.display_board.text_4": "UNLOCALIZED: ...or through the use of Display Links", - "create.ponder.display_board.text_5": "UNLOCALIZED: Dyes can be applied to individual lines of the board", - "create.ponder.display_board.text_6": "UNLOCALIZED: Lines can be reset by clicking them with an empty hand", - - "create.ponder.display_link.header": "UNLOCALIZED: Setting up Display Links", - "create.ponder.display_link.text_1": "UNLOCALIZED: Display Links can be used to visualise dynamic information", - "create.ponder.display_link.text_2": "UNLOCALIZED: First, right-click the target display...", - "create.ponder.display_link.text_3": "UNLOCALIZED: ...then attach it to the block to read from", - "create.ponder.display_link.text_4": "UNLOCALIZED: Open the Interface to select and configure what is sent", - "create.ponder.display_link.text_5": "UNLOCALIZED: The display will now receive information from the link", - "create.ponder.display_link.text_6": "UNLOCALIZED: Not every block can act as a source", - "create.ponder.display_link.text_7": "UNLOCALIZED: Each compatible block provides unique information", - "create.ponder.display_link.text_8": "UNLOCALIZED: The Display Link can work with several different displays", - - "create.ponder.display_link_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.display_link_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Display Links stop sending updates", - "create.ponder.display_link_redstone.text_2": "UNLOCALIZED: Once unpowered, the Timer is reset and new info is sent immediately", - "create.ponder.display_link_redstone.text_3": "UNLOCALIZED: Signals emitted from the source do not affect the Link", - - "create.ponder.empty_blaze_burner.header": "UNLOCALIZED: Using Empty Blaze Burners", - "create.ponder.empty_blaze_burner.text_1": "UNLOCALIZED: Right-click a Blaze with the empty burner to capture it", - "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: 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", - "create.ponder.encased_fluid_pipe.text_2": "UNLOCALIZED: Aside from being conceiled, Encased Pipes are locked into their connectivity state", - "create.ponder.encased_fluid_pipe.text_3": "UNLOCALIZED: It will no longer react to any neighbouring blocks being added or removed", - - "create.ponder.fan_direction.header": "UNLOCALIZED: Air flow of Encased Fans", - "create.ponder.fan_direction.text_1": "UNLOCALIZED: Encased Fans use Rotational Force to create an Air Current", - "create.ponder.fan_direction.text_2": "UNLOCALIZED: Strength and Direction of Flow depends on the Rotational Input", - - "create.ponder.fan_processing.header": "UNLOCALIZED: Processing Items using Encased Fans", - "create.ponder.fan_processing.text_1": "UNLOCALIZED: When passing through lava, the Air Flow becomes Heated", - "create.ponder.fan_processing.text_2": "UNLOCALIZED: Items caught in the area will be smelted", - "create.ponder.fan_processing.text_3": "UNLOCALIZED: Food items thrown here would be incinerated", - "create.ponder.fan_processing.text_4": "UNLOCALIZED: Instead, a setup for Smoking using Fire should be used for them", - "create.ponder.fan_processing.text_5": "UNLOCALIZED: Air Flows passing through water create a Washing Setup", - "create.ponder.fan_processing.text_6": "UNLOCALIZED: Some interesting new processing can be done with it", - "create.ponder.fan_processing.text_7": "UNLOCALIZED: The Speed of the Fan does NOT affect the processing speed, only its range", - "create.ponder.fan_processing.text_8": "UNLOCALIZED: Fan Processing can also be applied to Items on Depots and Belts", - - "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_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_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_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.funnel_compat.header": "UNLOCALIZED: Funnel compatibility", - "create.ponder.funnel_compat.text_1": "UNLOCALIZED: Funnels should also interact nicely with a handful of other components.", - "create.ponder.funnel_compat.text_2": "UNLOCALIZED: Vertical Saws", - "create.ponder.funnel_compat.text_3": "UNLOCALIZED: Depots", - "create.ponder.funnel_compat.text_4": "UNLOCALIZED: Item Drains", - - "create.ponder.funnel_direction.header": "UNLOCALIZED: Direction of Transfer", - "create.ponder.funnel_direction.text_1": "UNLOCALIZED: Placed normally, it pulls items from the inventory.", - "create.ponder.funnel_direction.text_2": "UNLOCALIZED: Placed while sneaking, it puts items into the inventory.", - "create.ponder.funnel_direction.text_3": "UNLOCALIZED: Using a wrench, the funnel can be flipped after placement.", - "create.ponder.funnel_direction.text_4": "UNLOCALIZED: Same rules will apply for most orientations.", - "create.ponder.funnel_direction.text_5": "UNLOCALIZED: Funnels on belts will extract/insert depending on its movement direction.", - - "create.ponder.funnel_intro.header": "UNLOCALIZED: Using funnels", - "create.ponder.funnel_intro.text_1": "UNLOCALIZED: Funnels are ideal for transferring items from and to inventories.", - - "create.ponder.funnel_redstone.header": "UNLOCALIZED: Redstone control", - "create.ponder.funnel_redstone.text_1": "UNLOCALIZED: Redstone power will prevent any funnel from acting", - - "create.ponder.funnel_transfer.header": "UNLOCALIZED: Direct transfer", - "create.ponder.funnel_transfer.text_1": "UNLOCALIZED: Funnels cannot ever transfer between closed inventories directly.", - "create.ponder.funnel_transfer.text_2": "UNLOCALIZED: Chutes or Smart chutes might be more suitable for such purposes.", - "create.ponder.funnel_transfer.text_3": "UNLOCALIZED: Same applies for horizontal movement. A mechanical belt should help here.", - - "create.ponder.gantry_carriage.header": "UNLOCALIZED: Using Gantry Carriages", - "create.ponder.gantry_carriage.text_1": "UNLOCALIZED: Gantry Carriages can mount to and slide along a Gantry Shaft.", - "create.ponder.gantry_carriage.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", - - "create.ponder.gantry_cascaded.header": "UNLOCALIZED: Cascaded Gantries", - "create.ponder.gantry_cascaded.text_1": "UNLOCALIZED: Gantry shafts attach to a carriage without the need of super glue", - "create.ponder.gantry_cascaded.text_2": "UNLOCALIZED: Same applies for carriages on moved Gantry Shafts", - "create.ponder.gantry_cascaded.text_3": "UNLOCALIZED: Thus, a gantry system can be cascaded to cover multiple axes of movement", - - "create.ponder.gantry_direction.header": "UNLOCALIZED: Gantry Movement Direction", - "create.ponder.gantry_direction.text_1": "UNLOCALIZED: Gantry Shafts can have opposite orientations", - "create.ponder.gantry_direction.text_2": "UNLOCALIZED: The movement direction of carriages depend on their shafts' orientation", - "create.ponder.gantry_direction.text_3": "UNLOCALIZED: ...as well as the rotation direction of the shaft", - "create.ponder.gantry_direction.text_4": "UNLOCALIZED: Same rules apply for the propagated rotation", - - "create.ponder.gantry_redstone.header": "UNLOCALIZED: Gantry Power Propagation", - "create.ponder.gantry_redstone.text_1": "UNLOCALIZED: Redstone-powered gantry shafts stop moving their carriages", - "create.ponder.gantry_redstone.text_2": "UNLOCALIZED: Instead, its rotational force is relayed to the carriages' output shaft", - - "create.ponder.gantry_shaft.header": "UNLOCALIZED: Using Gantry Shafts", - "create.ponder.gantry_shaft.text_1": "UNLOCALIZED: Gantry Shafts form the basis of a gantry setup. Attached Carriages will move along them.", - "create.ponder.gantry_shaft.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", - - "create.ponder.gearbox.header": "UNLOCALIZED: Relaying rotational force using Gearboxes", - "create.ponder.gearbox.text_1": "UNLOCALIZED: Jumping between axes of rotation can get bulky quickly", - "create.ponder.gearbox.text_2": "UNLOCALIZED: A gearbox is the more compact equivalent of this setup", - "create.ponder.gearbox.text_3": "UNLOCALIZED: Shafts around corners rotate in mirrored directions", - "create.ponder.gearbox.text_4": "UNLOCALIZED: Straight connections will be reversed", - - "create.ponder.gearshift.header": "UNLOCALIZED: Controlling rotational force using a Gearshift", - "create.ponder.gearshift.text_1": "UNLOCALIZED: Gearshifts will relay rotation in a straight line", - "create.ponder.gearshift.text_2": "UNLOCALIZED: When powered by Redstone, it reverses the transmission", - - "create.ponder.hand_crank.header": "UNLOCALIZED: Generating Rotational Force using Hand Cranks", - "create.ponder.hand_crank.text_1": "UNLOCALIZED: Hand Cranks can be used by players to apply rotational force manually", - "create.ponder.hand_crank.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", - "create.ponder.hand_crank.text_3": "UNLOCALIZED: Its conveyed speed is relatively high", - "create.ponder.hand_crank.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", - - "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_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_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.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_vault_sizes.header": "UNLOCALIZED: Dimensions of an Item Vault", - "create.ponder.item_vault_sizes.text_1": "UNLOCALIZED: Item Vaults can be combined to increase the total capacity", - "create.ponder.item_vault_sizes.text_2": "UNLOCALIZED: Their base square can be up to 3 blocks wide...", - "create.ponder.item_vault_sizes.text_3": "UNLOCALIZED: ...and grow in length up to 3x their diameter", - - "create.ponder.item_vault_storage.header": "UNLOCALIZED: Storing Items in Vaults", - "create.ponder.item_vault_storage.text_1": "UNLOCALIZED: Item Vaults can be used to store large amounts of items", - "create.ponder.item_vault_storage.text_2": "UNLOCALIZED: However, contents cannot be added or taken manually", - "create.ponder.item_vault_storage.text_3": "UNLOCALIZED: Any components for item transfer can both insert...", - "create.ponder.item_vault_storage.text_4": "UNLOCALIZED: ...and take contents from this container", - - "create.ponder.large_cogwheel.header": "UNLOCALIZED: Relaying rotational force using Large Cogwheels", - "create.ponder.large_cogwheel.text_1": "UNLOCALIZED: Large cogwheels can connect to each other at right angles", - "create.ponder.large_cogwheel.text_2": "UNLOCALIZED: It will help relaying conveyed speed to other axes of rotation", - - "create.ponder.linear_chassis_attachment.header": "UNLOCALIZED: Attaching blocks using Linear Chassis", - "create.ponder.linear_chassis_attachment.text_1": "UNLOCALIZED: The open faces of a Linear Chassis can be made Sticky", - "create.ponder.linear_chassis_attachment.text_2": "UNLOCALIZED: Click again to make the opposite side sticky", - "create.ponder.linear_chassis_attachment.text_3": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", - "create.ponder.linear_chassis_attachment.text_4": "UNLOCALIZED: Stickied faces of the Linear Chassis will attach a line of blocks in front of it", - "create.ponder.linear_chassis_attachment.text_5": "UNLOCALIZED: Using a Wrench, a precise Range can be specified for this chassis", - "create.ponder.linear_chassis_attachment.text_6": "UNLOCALIZED: Holding CTRL and scrolling adjusts the range of all attached Chassis Blocks", - "create.ponder.linear_chassis_attachment.text_7": "UNLOCALIZED: Attaching blocks to any other side requires the use of Super Glue", - "create.ponder.linear_chassis_attachment.text_8": "UNLOCALIZED: Using these mechanics, structures of any shape can move as a Contraption", - - "create.ponder.linear_chassis_group.header": "UNLOCALIZED: Moving Linear Chassis in groups", - "create.ponder.linear_chassis_group.text_1": "UNLOCALIZED: Linear Chassis connect to identical Chassis blocks next to them", - "create.ponder.linear_chassis_group.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.linear_chassis_group.text_3": "UNLOCALIZED: Chassis of a different type or facing another direction will not attach", - - "create.ponder.mechanical_arm.header": "UNLOCALIZED: Setting up Mechanical Arms", - "create.ponder.mechanical_arm.text_1": "UNLOCALIZED: Mechanical Arms have to be assigned their in- and outputs before they are placed", - "create.ponder.mechanical_arm.text_2": "UNLOCALIZED: Right-Click inventories while holding the Arm to assign them as Targets", - "create.ponder.mechanical_arm.text_3": "UNLOCALIZED: Right-Click again to toggle between Input (Blue) and Output (Orange)", - "create.ponder.mechanical_arm.text_4": "UNLOCALIZED: Left-Click components to remove their Selection", - "create.ponder.mechanical_arm.text_5": "UNLOCALIZED: Once placed, the Mechanical Arm will target the blocks selected previously", - "create.ponder.mechanical_arm.text_6": "UNLOCALIZED: They can have any amount of in- and outputs within their range", - "create.ponder.mechanical_arm.text_7": "UNLOCALIZED: However, not every type of Inventory can be interacted with directly", - "create.ponder.mechanical_arm.text_8": "UNLOCALIZED: Funnels and Depots can help to Bridge that gap", - - "create.ponder.mechanical_arm_filtering.header": "UNLOCALIZED: Filtering Outputs of the Mechanical Arm", - "create.ponder.mechanical_arm_filtering.text_1": "UNLOCALIZED: Inputs", - "create.ponder.mechanical_arm_filtering.text_2": "UNLOCALIZED: Outputs", - "create.ponder.mechanical_arm_filtering.text_3": "UNLOCALIZED: Sometimes it is desirable to restrict targets of the Arm by matching a filter", - "create.ponder.mechanical_arm_filtering.text_4": "UNLOCALIZED: Mechanical Arms by themselves do not provide any options for filtering", - "create.ponder.mechanical_arm_filtering.text_5": "UNLOCALIZED: Brass Funnels as Targets do however communicate their own filter to the Arm", - "create.ponder.mechanical_arm_filtering.text_6": "UNLOCALIZED: The Arm is smart enough not to pick up items it couldn't distribute", - - "create.ponder.mechanical_arm_modes.header": "UNLOCALIZED: Distribution modes of the Mechanical Arm", - "create.ponder.mechanical_arm_modes.text_1": "UNLOCALIZED: Input", - "create.ponder.mechanical_arm_modes.text_2": "UNLOCALIZED: Outputs", - "create.ponder.mechanical_arm_modes.text_3": "UNLOCALIZED: Whenever an Arm has to choose between multiple valid outputs...", - "create.ponder.mechanical_arm_modes.text_4": "UNLOCALIZED: ...it will act according to its setting", - "create.ponder.mechanical_arm_modes.text_5": "UNLOCALIZED: Scrolling with a Wrench will allow you to configure it", - "create.ponder.mechanical_arm_modes.text_6": "UNLOCALIZED: Round Robin mode simply cycles through all outputs that are available", - "create.ponder.mechanical_arm_modes.text_7": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", - "create.ponder.mechanical_arm_modes.text_8": "UNLOCALIZED: Forced Round Robin mode will never skip outputs, and instead wait until they are free", - "create.ponder.mechanical_arm_modes.text_9": "UNLOCALIZED: Prefer First prioritizes the outputs selected earliest when configuring this Arm", - - "create.ponder.mechanical_arm_redstone.header": "UNLOCALIZED: Controlling Mechanical Arms with Redstone", - "create.ponder.mechanical_arm_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Mechanical Arms will not activate", - "create.ponder.mechanical_arm_redstone.text_2": "UNLOCALIZED: Before stopping, it will finish any started cycles", - "create.ponder.mechanical_arm_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", - - "create.ponder.mechanical_bearing.header": "UNLOCALIZED: Movings Structures using the Mechanical Bearing", - "create.ponder.mechanical_bearing.text_1": "UNLOCALIZED: Mechanical Bearings attach to the block in front of them", - "create.ponder.mechanical_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, it will assemble it into a Rotating Contraption", - - "create.ponder.mechanical_crafter.header": "UNLOCALIZED: Setting up Mechanical Crafters", - "create.ponder.mechanical_crafter.text_1": "UNLOCALIZED: An array of Mechanical Crafters can be used to automate any Crafting Recipe", - "create.ponder.mechanical_crafter.text_2": "UNLOCALIZED: Using a Wrench, the Crafters' paths can be arranged", - "create.ponder.mechanical_crafter.text_3": "UNLOCALIZED: For a valid setup, all paths have to converge into one exit at any side", - "create.ponder.mechanical_crafter.text_4": "UNLOCALIZED: The outputs will be placed into the inventory at the exit", - "create.ponder.mechanical_crafter.text_5": "UNLOCALIZED: Mechanical Crafters require Rotational Force to operate", - "create.ponder.mechanical_crafter.text_6": "UNLOCALIZED: Right-Click the front to insert Items manually", - "create.ponder.mechanical_crafter.text_7": "UNLOCALIZED: Once every slot of a path contains an Item, the crafting process will begin", - "create.ponder.mechanical_crafter.text_8": "UNLOCALIZED: For recipes not fully occupying the crafter setup, the start can be forced using a Redstone Pulse", - - "create.ponder.mechanical_crafter_connect.header": "UNLOCALIZED: Connecting Inventories of Crafters", - "create.ponder.mechanical_crafter_connect.text_1": "UNLOCALIZED: Items can be inserted to Crafters automatically", - "create.ponder.mechanical_crafter_connect.text_2": "UNLOCALIZED: Using the Wrench at their backs, Mechanical Crafter inputs can be combined", - "create.ponder.mechanical_crafter_connect.text_3": "UNLOCALIZED: All connected Crafters can now be accessed by the same input location", - - "create.ponder.mechanical_crafter_covers.header": "UNLOCALIZED: Covering slots of Mechanical Crafters", - "create.ponder.mechanical_crafter_covers.text_1": "UNLOCALIZED: Some recipes will require additional Crafters to bridge gaps in the path", - "create.ponder.mechanical_crafter_covers.text_2": "UNLOCALIZED: Using Slot Covers, Crafters can be set to act as an Empty Slot in the arrangement", - "create.ponder.mechanical_crafter_covers.text_3": "UNLOCALIZED: Shared Inputs created with the Wrench at the back can also reach across covered Crafters", - - "create.ponder.mechanical_drill.header": "UNLOCALIZED: Breaking Blocks with the Mechanical Drill", - "create.ponder.mechanical_drill.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Drill will break blocks directly in front of it", - "create.ponder.mechanical_drill.text_2": "UNLOCALIZED: Its mining speed depends on the Rotational Input", - - "create.ponder.mechanical_drill_contraption.header": "UNLOCALIZED: Using Mechanical Drills on Contraptions", - "create.ponder.mechanical_drill_contraption.text_1": "UNLOCALIZED: Whenever Drills are moved as part of an animated Contraption...", - "create.ponder.mechanical_drill_contraption.text_2": "UNLOCALIZED: ...they will break blocks the contraption runs them into", - - "create.ponder.mechanical_harvester.header": "UNLOCALIZED: Using Mechanical Harvesters on Contraptions", - "create.ponder.mechanical_harvester.text_1": "UNLOCALIZED: Whenever Harvesters are moved as part of an animated Contraption...", - "create.ponder.mechanical_harvester.text_2": "UNLOCALIZED: They will harvest and reset any mature crops on their way", - - "create.ponder.mechanical_mixer.header": "UNLOCALIZED: Processing Items with the Mechanical Mixer", - "create.ponder.mechanical_mixer.text_1": "UNLOCALIZED: With a Mixer and Basin, some Crafting Recipes can be automated", - "create.ponder.mechanical_mixer.text_2": "UNLOCALIZED: Available recipes include any Shapeless Crafting Recipe, plus a couple extra ones", - "create.ponder.mechanical_mixer.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", - "create.ponder.mechanical_mixer.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", - - "create.ponder.mechanical_piston.header": "UNLOCALIZED: Moving Structures using Mechanical Pistons", - "create.ponder.mechanical_piston.text_1": "UNLOCALIZED: Mechanical Pistons can move blocks in front of them", - "create.ponder.mechanical_piston.text_2": "UNLOCALIZED: Speed and direction of movement depend on the Rotational Input", - "create.ponder.mechanical_piston.text_3": "UNLOCALIZED: Sticky Mechanical Pistons can pull the attached blocks back", - - "create.ponder.mechanical_piston_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Piston", - "create.ponder.mechanical_piston_modes.text_1": "UNLOCALIZED: Whenever Pistons stop moving, the moved structure reverts to blocks", - "create.ponder.mechanical_piston_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", - - "create.ponder.mechanical_plough.header": "UNLOCALIZED: Using Mechanical Ploughs on Contraptions", - "create.ponder.mechanical_plough.text_1": "UNLOCALIZED: Whenever Ploughs are moved as part of an animated Contraption...", - "create.ponder.mechanical_plough.text_2": "UNLOCALIZED: ...they will break blocks without a solid collision hitbox", - "create.ponder.mechanical_plough.text_3": "UNLOCALIZED: Additionally, ploughs can create farmland", - "create.ponder.mechanical_plough.text_4": "UNLOCALIZED: ...they can also launch entities without hurting them", - - "create.ponder.mechanical_press.header": "UNLOCALIZED: Processing Items with the Mechanical Press", - "create.ponder.mechanical_press.text_1": "UNLOCALIZED: The Mechanical Press can process items provided beneath it", - "create.ponder.mechanical_press.text_2": "UNLOCALIZED: The Input items can be dropped or placed on a Depot under the Press", - "create.ponder.mechanical_press.text_3": "UNLOCALIZED: When items are provided on a belt...", - "create.ponder.mechanical_press.text_4": "UNLOCALIZED: The Press will hold and process them automatically", - - "create.ponder.mechanical_press_compacting.header": "UNLOCALIZED: Compacting items with the Mechanical Press", - "create.ponder.mechanical_press_compacting.text_1": "UNLOCALIZED: Pressing items held in a Basin will cause them to be Compacted", - "create.ponder.mechanical_press_compacting.text_2": "UNLOCALIZED: Compacting includes any filled 2x2 or 3x3 Crafting Recipe, plus a couple extra ones", - "create.ponder.mechanical_press_compacting.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", - "create.ponder.mechanical_press_compacting.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", - - "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_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_saw_breaker.header": "UNLOCALIZED: Cutting Trees with the Mechanical Saw", - "create.ponder.mechanical_saw_breaker.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Saw will cut trees directly in front of it", - "create.ponder.mechanical_saw_breaker.text_2": "UNLOCALIZED: In order to cut the tree fully, the Saw has to break the last block connecting it to the ground", - - "create.ponder.mechanical_saw_contraption.header": "UNLOCALIZED: Using Mechanical Saws on Contraptions", - "create.ponder.mechanical_saw_contraption.text_1": "UNLOCALIZED: Whenever Saws are moved as part of an animated Contraption...", - "create.ponder.mechanical_saw_contraption.text_2": "UNLOCALIZED: ...they will cut any trees the contraption runs them into", - - "create.ponder.mechanical_saw_processing.header": "UNLOCALIZED: Processing Items on the Mechanical Saw", - "create.ponder.mechanical_saw_processing.text_1": "UNLOCALIZED: Upward facing Mechanical Saws can process a variety of items", - "create.ponder.mechanical_saw_processing.text_2": "UNLOCALIZED: The processed item always moves against the rotational input to the saw", - "create.ponder.mechanical_saw_processing.text_3": "UNLOCALIZED: Saws can work in-line with Mechanical Belts", - "create.ponder.mechanical_saw_processing.text_4": "UNLOCALIZED: When an ingredient has multiple possible outcomes, the filter slot can specify it", - "create.ponder.mechanical_saw_processing.text_5": "UNLOCALIZED: Without filter, the Saw would cycle through all outcomes instead", - - "create.ponder.millstone.header": "UNLOCALIZED: Processing Items in the Millstone", - "create.ponder.millstone.text_1": "UNLOCALIZED: Millstones process items by grinding them", - "create.ponder.millstone.text_2": "UNLOCALIZED: They can be powered from the side using cogwheels", - "create.ponder.millstone.text_3": "UNLOCALIZED: Throw or Insert items at the top", - "create.ponder.millstone.text_4": "UNLOCALIZED: After some time, the result can be obtained via Right-click", - "create.ponder.millstone.text_5": "UNLOCALIZED: The outputs can also be extracted by automation", - - "create.ponder.nixie_tube.header": "UNLOCALIZED: Using Nixie Tubes", - "create.ponder.nixie_tube.text_1": "Když jsou Znakové Výbojky napájené ruditem, zobrazí se na nich síla ruditového signálu", - "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": "Klikněte pravým tlačítkem myši s barvou v ruce pro změnu jejich barvy", - - "create.ponder.piston_pole.header": "UNLOCALIZED: Piston Extension Poles", - "create.ponder.piston_pole.text_1": "UNLOCALIZED: Without attached Poles, a Mechanical Piston cannot move", - "create.ponder.piston_pole.text_2": "UNLOCALIZED: The Length of pole added at its back determines the Extension Range", - - "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_storage_interface.header": "UNLOCALIZED: Contraption Storage Exchange", - "create.ponder.portable_storage_interface.text_1": "UNLOCALIZED: Inventories on moving contraptions cannot be accessed by players.", - "create.ponder.portable_storage_interface.text_2": "UNLOCALIZED: This component can interact with storage without the need to stop the contraption.", - "create.ponder.portable_storage_interface.text_3": "UNLOCALIZED: Place a second one with a gap of 1 or 2 blocks inbetween", - "create.ponder.portable_storage_interface.text_4": "UNLOCALIZED: Whenever they pass by each other, they will engage in a connection", - "create.ponder.portable_storage_interface.text_5": "UNLOCALIZED: While engaged, the stationary interface will represent ALL inventories on the contraption", - "create.ponder.portable_storage_interface.text_6": "UNLOCALIZED: Items can now be inserted...", - "create.ponder.portable_storage_interface.text_7": "UNLOCALIZED: ...or extracted from the contraption", - "create.ponder.portable_storage_interface.text_8": "UNLOCALIZED: After no items have been exchanged for a while, the contraption will continue on its way", - - "create.ponder.portable_storage_interface_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.portable_storage_interface_redstone.text_1": "UNLOCALIZED: Redstone power will prevent the stationary interface from engaging", - - "create.ponder.powered_latch.header": "UNLOCALIZED: Controlling signals using the Powered Latch", - "create.ponder.powered_latch.text_1": "UNLOCALIZED: Powered Latches are redstone controllable Levers", - "create.ponder.powered_latch.text_2": "UNLOCALIZED: Signals at the back switch it on", - "create.ponder.powered_latch.text_3": "UNLOCALIZED: Signals from the side switch it back off", - "create.ponder.powered_latch.text_4": "UNLOCALIZED: Powered latches can also be toggled manually", - - "create.ponder.powered_toggle_latch.header": "UNLOCALIZED: Controlling signals using the Powered Toggle Latch", - "create.ponder.powered_toggle_latch.text_1": "UNLOCALIZED: Powered Toggle Latches are redstone controllable Levers", - "create.ponder.powered_toggle_latch.text_2": "UNLOCALIZED: Signals at the back will toggle its state", - "create.ponder.powered_toggle_latch.text_3": "UNLOCALIZED: ...on and back off", - "create.ponder.powered_toggle_latch.text_4": "UNLOCALIZED: Powered toggle latches can also be toggled manually", - - "create.ponder.pulse_extender.header": "UNLOCALIZED: Controlling signals using Pulse Extenders", - "create.ponder.pulse_extender.text_1": "UNLOCALIZED: Pulse Extenders can lengthen a signal passing through", - "create.ponder.pulse_extender.text_2": "UNLOCALIZED: They activate after a short delay...", - "create.ponder.pulse_extender.text_3": "UNLOCALIZED: ...and cool down for the configured duration", - "create.ponder.pulse_extender.text_4": "UNLOCALIZED: Using the mouse wheel, the discharge time can be configured", - "create.ponder.pulse_extender.text_5": "UNLOCALIZED: The configured duration can range up to 30 minutes", - - "create.ponder.pulse_repeater.header": "UNLOCALIZED: Controlling signals using Pulse Repeaters", - "create.ponder.pulse_repeater.text_1": "UNLOCALIZED: Pulse Repeaters emit a short pulse at a delay", - "create.ponder.pulse_repeater.text_2": "UNLOCALIZED: Using the mouse wheel, the charge time can be configured", - "create.ponder.pulse_repeater.text_3": "UNLOCALIZED: Configured delays can range up to 30 minutes", - - "create.ponder.radial_chassis.header": "UNLOCALIZED: Attaching blocks using Radial Chassis", - "create.ponder.radial_chassis.text_1": "UNLOCALIZED: Radial Chassis connect to identical Chassis blocks in a row", - "create.ponder.radial_chassis.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.radial_chassis.text_3": "UNLOCALIZED: The side faces of a Radial Chassis can be made Sticky", - "create.ponder.radial_chassis.text_4": "UNLOCALIZED: Click again to make all other sides sticky", - "create.ponder.radial_chassis.text_5": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", - "create.ponder.radial_chassis.text_6": "UNLOCALIZED: Whenever a Block is next to a sticky face...", - "create.ponder.radial_chassis.text_7": "UNLOCALIZED: ...it will attach all reachable blocks within a radius on that layer", - "create.ponder.radial_chassis.text_8": "UNLOCALIZED: Using a Wrench, a precise Radius can be specified for this chassis", - "create.ponder.radial_chassis.text_9": "UNLOCALIZED: Blocks not reachable by any sticky face will not attach", - - "create.ponder.redstone_contact.header": "UNLOCALIZED: Redstone Contacts", - "create.ponder.redstone_contact.text_1": "UNLOCALIZED: Redstone Contacts facing each other will emit a redstone signal", - "create.ponder.redstone_contact.text_2": "UNLOCALIZED: This still applies when one of them is part of a moving Contraption", - - "create.ponder.redstone_link.header": "UNLOCALIZED: Using Redstone Links", - "create.ponder.redstone_link.text_1": "UNLOCALIZED: Redstone Links can transmit redstone signals wirelessly", - "create.ponder.redstone_link.text_2": "UNLOCALIZED: Right-click while Sneaking to toggle receive mode", - "create.ponder.redstone_link.text_3": "UNLOCALIZED: A simple Right-click with a Wrench can do the same", - "create.ponder.redstone_link.text_4": "UNLOCALIZED: Receivers emit the redstone power of transmitters within 128 blocks", - "create.ponder.redstone_link.text_5": "UNLOCALIZED: Placing items in the two slots can specify a Frequency", - "create.ponder.redstone_link.text_6": "UNLOCALIZED: Only the links with matching Frequencies will communicate", - - "create.ponder.rope_pulley.header": "UNLOCALIZED: Moving Structures using Rope Pulleys", - "create.ponder.rope_pulley.text_1": "UNLOCALIZED: Rope Pulleys can move blocks vertically when given Rotational Force", - "create.ponder.rope_pulley.text_2": "UNLOCALIZED: Direction and Speed of movement depend on the Rotational Input", - - "create.ponder.rope_pulley_attachment.header": "UNLOCALIZED: Moving Pulleys as part of a Contraption", - "create.ponder.rope_pulley_attachment.text_1": "UNLOCALIZED: Whenever Pulleys are themselves being moved by a Contraption...", - "create.ponder.rope_pulley_attachment.text_2": "UNLOCALIZED: ...its attached structure will be dragged with it", - "create.ponder.rope_pulley_attachment.text_3": "UNLOCALIZED: Mind that pulleys are only movable while stopped", - - "create.ponder.rope_pulley_modes.header": "UNLOCALIZED: Movement Modes of the Rope Pulley", - "create.ponder.rope_pulley_modes.text_1": "UNLOCALIZED: Whenever Pulleys stop moving, the moved structure reverts to blocks", - "create.ponder.rope_pulley_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", - - "create.ponder.rose_quartz_lamp.header": "UNLOCALIZED: Rose Quartz Lamps", - "create.ponder.rose_quartz_lamp.text_1": "UNLOCALIZED: Rose Quartz Lamps activate on a Redstone signal", - "create.ponder.rose_quartz_lamp.text_2": "UNLOCALIZED: They will continue to emit redstone power afterwards", - "create.ponder.rose_quartz_lamp.text_3": "UNLOCALIZED: When multiple lamps are arranged in a group...", - "create.ponder.rose_quartz_lamp.text_4": "UNLOCALIZED: ...activating a Lamp will focus the signal to it, deactivating all others", - "create.ponder.rose_quartz_lamp.text_5": "UNLOCALIZED: Comparators output based on the distance to a powered lamp", - "create.ponder.rose_quartz_lamp.text_6": "UNLOCALIZED: The Lamps can also be toggled manually using a Wrench", - - "create.ponder.rotation_speed_controller.header": "UNLOCALIZED: Using the Rotational Speed Controller", - "create.ponder.rotation_speed_controller.text_1": "UNLOCALIZED: Rot. Speed Controllers relay rotation from their axis to a Large Cogwheel above them", - "create.ponder.rotation_speed_controller.text_2": "UNLOCALIZED: Using the scroll input on its side, the conveyed speed can be configured", - - "create.ponder.sail.header": "UNLOCALIZED: Assembling Windmills using Sails", - "create.ponder.sail.text_1": "UNLOCALIZED: Sails are handy blocks to create Windmills with", - "create.ponder.sail.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", - "create.ponder.sail.text_3": "UNLOCALIZED: Right-Click with Dye to paint them", - "create.ponder.sail.text_4": "UNLOCALIZED: Right-Click with Shears to turn them back into frames", - - "create.ponder.sail_frame.header": "UNLOCALIZED: Assembling Windmills using Sail Frames", - "create.ponder.sail_frame.text_1": "UNLOCALIZED: Sail Frames are handy blocks to create Windmills with", - "create.ponder.sail_frame.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", - - "create.ponder.sequenced_gearshift.header": "UNLOCALIZED: Controlling Rotational Speed using Sequenced Gearshifts", - "create.ponder.sequenced_gearshift.text_1": "UNLOCALIZED: Seq. Gearshifts relay rotation by following a timed list of instructions", - "create.ponder.sequenced_gearshift.text_2": "UNLOCALIZED: Right-click it to open the Configuration UI", - "create.ponder.sequenced_gearshift.text_3": "UNLOCALIZED: Upon receiving a Redstone Signal, it will start running its configured sequence", - "create.ponder.sequenced_gearshift.text_4": "UNLOCALIZED: Once finished, it waits for the next Redstone Signal and starts over", - "create.ponder.sequenced_gearshift.text_5": "UNLOCALIZED: A redstone comparator can be used to read the current progress", - - "create.ponder.shaft.header": "UNLOCALIZED: Relaying rotational force using Shafts", - "create.ponder.shaft.text_1": "UNLOCALIZED: Shafts will relay rotation in a straight line.", - - "create.ponder.shaft_casing.header": "UNLOCALIZED: Encasing Shafts", - "create.ponder.shaft_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Shafts", - - "create.ponder.smart_chute.header": "UNLOCALIZED: Filtering Items using Smart Chutes", - "create.ponder.smart_chute.text_1": "UNLOCALIZED: Smart Chutes are vertical chutes with additional control", - "create.ponder.smart_chute.text_2": "UNLOCALIZED: Items in the filter slot specify what exactly they can extract and transfer", - "create.ponder.smart_chute.text_3": "UNLOCALIZED: Use the Mouse Wheel to specify the extracted stack size", - "create.ponder.smart_chute.text_4": "UNLOCALIZED: Redstone power will prevent Smart Chutes from acting.", - - "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.speedometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Speedometer", - "create.ponder.speedometer.text_1": "UNLOCALIZED: The Speedometer displays the current Speed of the attached components", - "create.ponder.speedometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", - "create.ponder.speedometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Speedometer's measurements", - - "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.stabilized_bearings.header": "UNLOCALIZED: Stabilized Contraptions", - "create.ponder.stabilized_bearings.text_1": "UNLOCALIZED: Whenever Mechanical Bearings are themselves part of a moving Structure..", - "create.ponder.stabilized_bearings.text_2": "UNLOCALIZED: ..they will attempt to keep themselves upright", - "create.ponder.stabilized_bearings.text_3": "UNLOCALIZED: Once again, the bearing will attach to the block in front of it", - "create.ponder.stabilized_bearings.text_4": "UNLOCALIZED: As a result, the entire sub-Contraption will stay upright", - - "create.ponder.steam_engine.header": "UNLOCALIZED: Setting up Steam Engines", - "create.ponder.steam_engine.text_1": "UNLOCALIZED: Steam Engines can be placed on a Fluid Tank", - "create.ponder.steam_engine.text_10": "UNLOCALIZED: Lvl 4", - "create.ponder.steam_engine.text_11": "UNLOCALIZED: 4 Engines", - "create.ponder.steam_engine.text_12": "UNLOCALIZED: Lvl 8", - "create.ponder.steam_engine.text_13": "UNLOCALIZED: 8 Engines", - "create.ponder.steam_engine.text_2": "UNLOCALIZED: Clicking the engine with a Shaft creates the Kinetic Output", - "create.ponder.steam_engine.text_3": "UNLOCALIZED: With sufficient Heat, Water and Boiler space...", - "create.ponder.steam_engine.text_4": "UNLOCALIZED: ...they will generate Rotational Force", - "create.ponder.steam_engine.text_5": "UNLOCALIZED: The minimal setup requires 4 Fluid Tanks", - "create.ponder.steam_engine.text_6": "UNLOCALIZED: With the help of Blaze Burners, the power output can be increased", - "create.ponder.steam_engine.text_7": "UNLOCALIZED: Higher power levels require more Water, Size and Heat", - "create.ponder.steam_engine.text_8": "UNLOCALIZED: The boiler's current power level can be inspected with Engineer's Goggles", - "create.ponder.steam_engine.text_9": "UNLOCALIZED: With each added power level, an additional Engine can output at full capacity", - - "create.ponder.steam_whistle.header": "UNLOCALIZED: Setting up Steam Whistles", - "create.ponder.steam_whistle.text_1": "UNLOCALIZED: Steam Whistles can be placed on a Fluid Tank", - "create.ponder.steam_whistle.text_2": "UNLOCALIZED: If the tank receives sufficient heat...", - "create.ponder.steam_whistle.text_3": "UNLOCALIZED: ...the Whistle will play a note when activated", - "create.ponder.steam_whistle.text_4": "UNLOCALIZED: Use a Whistle item on the block to lower its pitch", - "create.ponder.steam_whistle.text_5": "UNLOCALIZED: Cycle between three different octaves using a Wrench", - "create.ponder.steam_whistle.text_6": "UNLOCALIZED: Engineer's Goggles can help to find out the current pitch of a Whistle", - - "create.ponder.sticker.header": "UNLOCALIZED: Attaching blocks using the Sticker", - "create.ponder.sticker.text_1": "UNLOCALIZED: Stickers are ideal for Redstone-controlled block attachment", - "create.ponder.sticker.text_2": "UNLOCALIZED: Upon receiving a signal, it will toggle its state", - "create.ponder.sticker.text_3": "UNLOCALIZED: If it is now moved in a contraption, the block will move with it", - "create.ponder.sticker.text_4": "UNLOCALIZED: Toggled once again, the block is no longer attached", - - "create.ponder.stressometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Stressometer", - "create.ponder.stressometer.text_1": "UNLOCALIZED: The Stressometer displays the current Stress Capacity of the attached kinetic network", - "create.ponder.stressometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", - "create.ponder.stressometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Stressometer's measurements", - - "create.ponder.super_glue.header": "UNLOCALIZED: Attaching blocks using Super Glue", - "create.ponder.super_glue.text_1": "UNLOCALIZED: Super Glue groups blocks together into moving contraptions", - "create.ponder.super_glue.text_2": "UNLOCALIZED: Clicking two endpoints creates a new 'glued' area", - "create.ponder.super_glue.text_3": "UNLOCALIZED: To remove a box, punch it with the glue item in hand", - "create.ponder.super_glue.text_4": "UNLOCALIZED: Adjacent blocks sharing an area will pull each other along", - "create.ponder.super_glue.text_5": "UNLOCALIZED: Overlapping glue volumes will move together", - "create.ponder.super_glue.text_6": "UNLOCALIZED: Blocks hanging on others usually do not require glue", - - "create.ponder.track_chunks.header": "UNLOCALIZED: Traversing unloaded Chunks", - "create.ponder.track_chunks.text_1": "UNLOCALIZED: Tracks stay functional outside of loaded chunks", - "create.ponder.track_chunks.text_2": "UNLOCALIZED: Trains will travel through inactive sections of the world without issue", - "create.ponder.track_chunks.text_3": "UNLOCALIZED: They will still stop at stations or red signals", - "create.ponder.track_chunks.text_4": "UNLOCALIZED: However, Drills and other on-board machines will not operate", - "create.ponder.track_chunks.text_5": "UNLOCALIZED: Once near a Player, the train will re-appear", - - "create.ponder.track_observer.header": "UNLOCALIZED: Detecting Trains", - "create.ponder.track_observer.text_1": "UNLOCALIZED: Select a Train Track then place the Observer nearby", - "create.ponder.track_observer.text_2": "UNLOCALIZED: The Observer will detect any Trains passing over the marker", - "create.ponder.track_observer.text_3": "UNLOCALIZED: Observers can be filtered to activate for matching cargo", - - "create.ponder.track_placement.header": "UNLOCALIZED: Placing Train Tracks", - "create.ponder.track_placement.text_1": "UNLOCALIZED: A new type of rail designed for Train Contraptions", - "create.ponder.track_placement.text_2": "UNLOCALIZED: To place rows of track in bulk, click on an existing track", - "create.ponder.track_placement.text_3": "UNLOCALIZED: Then place or select a second track", - "create.ponder.track_placement.text_4": "UNLOCALIZED: Tracks can also be placed as turns or slopes", - "create.ponder.track_placement.text_5": "UNLOCALIZED: When connecting, tracks will try to make each turn equally sized", - "create.ponder.track_placement.text_6": "UNLOCALIZED: Holding the sprint key while connecting...", - "create.ponder.track_placement.text_7": "UNLOCALIZED: ...will create the longest fitting bend instead", - "create.ponder.track_placement.text_8": "UNLOCALIZED: Materials in the off-hand will be paved under tracks automatically", - - "create.ponder.track_portal.header": "UNLOCALIZED: Tracks and the Nether", - "create.ponder.track_portal.text_1": "UNLOCALIZED: Tracks placed up against a nether portal...", - "create.ponder.track_portal.text_2": "UNLOCALIZED: ...will attempt to create a paired track on the other side", - "create.ponder.track_portal.text_3": "UNLOCALIZED: Trains on this track are now able to travel across dimensions", - - "create.ponder.train_assembly.header": "UNLOCALIZED: Assembling Trains", - "create.ponder.train_assembly.text_1": "UNLOCALIZED: Select a Train Track then place the Station nearby", - "create.ponder.train_assembly.text_10": "UNLOCALIZED: Every Train requires Train Controls on board", - "create.ponder.train_assembly.text_11": "UNLOCALIZED: An optional second one allows departure from Stations in both directions", - "create.ponder.train_assembly.text_12": "UNLOCALIZED: Open the Station UI and confirm the Assembly process", - "create.ponder.train_assembly.text_13": "UNLOCALIZED: Trains can be disassembled back into blocks at stations only", - "create.ponder.train_assembly.text_14": "UNLOCALIZED: When used on a station, maps will add a labeled marker at the location", - "create.ponder.train_assembly.text_15": "UNLOCALIZED: Assembled Trains can be relocated to nearby Tracks using the Wrench", - "create.ponder.train_assembly.text_2": "UNLOCALIZED: Stations are the Waypoints of your Track Network", - "create.ponder.train_assembly.text_3": "UNLOCALIZED: To create a new Train, open the UI and switch to Assembly Mode", - "create.ponder.train_assembly.text_4": "UNLOCALIZED: During Assembly no scheduled trains will approach this station", - "create.ponder.train_assembly.text_5": "UNLOCALIZED: Create new bogeys by using Train Casing on Tracks", - "create.ponder.train_assembly.text_6": "UNLOCALIZED: Click the track again to cycle between bogey designs", - "create.ponder.train_assembly.text_7": "UNLOCALIZED: Attach blocks with the help of Super Glue", - "create.ponder.train_assembly.text_8": "UNLOCALIZED: Assembled Trains will move faster if they can find fuel in assembled chests or barrels", - "create.ponder.train_assembly.text_9": "UNLOCALIZED: Fuel stored in Vaults will not be consumed by the train", - - "create.ponder.train_controls.header": "UNLOCALIZED: Controlling Trains", - "create.ponder.train_controls.text_1": "UNLOCALIZED: Train Controls are required on every train contraption", - "create.ponder.train_controls.text_2": "UNLOCALIZED: Once assembled, right-click the block to start driving", - "create.ponder.train_controls.text_3": "UNLOCALIZED: Accelerate and steer the Train using movement keybinds", - "create.ponder.train_controls.text_4": "UNLOCALIZED: If desired, the top speed can be fine-tuned using the mouse wheel", - "create.ponder.train_controls.text_5": "UNLOCALIZED: Hold space to approach a nearby Station", - "create.ponder.train_controls.text_6": "UNLOCALIZED: Trains can only be disassembled back into blocks at Stations", - "create.ponder.train_controls.text_7": "UNLOCALIZED: Assembled Whistles can be activated with the sprint key", - "create.ponder.train_controls.text_8": "UNLOCALIZED: Sneak or click again to stop controlling the Train", - - "create.ponder.train_schedule.header": "UNLOCALIZED: Using Train Schedules", - "create.ponder.train_schedule.text_1": "UNLOCALIZED: Schedules allow Trains to be controlled by other Drivers", - "create.ponder.train_schedule.text_2": "UNLOCALIZED: Right-click with the item in hand to open its Interface", - "create.ponder.train_schedule.text_3": "UNLOCALIZED: Once programmed, the Schedule can be handed off to a Train Driver", - "create.ponder.train_schedule.text_4": "UNLOCALIZED: Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", - "create.ponder.train_schedule.text_5": "UNLOCALIZED: Creatures on a lead can be given their seat more conveniently", - "create.ponder.train_schedule.text_6": "UNLOCALIZED: Schedules can be retrieved from Drivers at any moment", - - "create.ponder.train_signal_placement.header": "UNLOCALIZED: Placing Train Signals", - "create.ponder.train_signal_placement.text_1": "UNLOCALIZED: Select a Train Track then place the Signal nearby", - "create.ponder.train_signal_placement.text_2": "UNLOCALIZED: Signals control the flow of Trains not driven by players", - "create.ponder.train_signal_placement.text_3": "UNLOCALIZED: Scheduled Trains will never cross signals in the opposite direction", - "create.ponder.train_signal_placement.text_4": "UNLOCALIZED: ...unless a second signal is added facing the opposite way.", - "create.ponder.train_signal_placement.text_5": "UNLOCALIZED: Nixie tubes can be attached to make a signal's lights more visible", - - "create.ponder.train_signal_redstone.header": "UNLOCALIZED: Signals & Redstone", - "create.ponder.train_signal_redstone.text_1": "UNLOCALIZED: Signals can be forced red by a redstone signal", - "create.ponder.train_signal_redstone.text_2": "UNLOCALIZED: Reversely, red signals emit a comparator output", - - "create.ponder.train_signal_signaling.header": "UNLOCALIZED: Collision Prevention with Signals", - "create.ponder.train_signal_signaling.text_1": "UNLOCALIZED: Train Signals divide a track into segments", - "create.ponder.train_signal_signaling.text_2": "UNLOCALIZED: If a Segment is occupied, no other Trains will be allowed entry", - "create.ponder.train_signal_signaling.text_3": "UNLOCALIZED: Thus, each Segment will contain only one Train at a time", - "create.ponder.train_signal_signaling.text_4": "UNLOCALIZED: A second Signal mode is available via the Wrench", - "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", - "create.ponder.train_signal_signaling.text_6": "UNLOCALIZED: This special Signal can stop trains under a second condition", - "create.ponder.train_signal_signaling.text_7": "UNLOCALIZED: It will stop Trains, which, upon entering...", - "create.ponder.train_signal_signaling.text_8": "UNLOCALIZED: ...would not be able to leave the Segment immediately", - "create.ponder.train_signal_signaling.text_9": "UNLOCALIZED: This helps keeping queued Trains out of a busy Segment", - - "create.ponder.valve_handle.header": "UNLOCALIZED: Generating Rotational Force using Valve Handles", - "create.ponder.valve_handle.text_1": "UNLOCALIZED: Valve Handles can be used by players to apply rotational force manually", - "create.ponder.valve_handle.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", - "create.ponder.valve_handle.text_3": "UNLOCALIZED: Its conveyed speed is slow and precise", - "create.ponder.valve_handle.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", - "create.ponder.valve_handle.text_5": "UNLOCALIZED: Valve handles can be dyed for aesthetic purposes", - - "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.water_wheel.header": "UNLOCALIZED: Generating Rotational Force using Water Wheels", - "create.ponder.water_wheel.text_1": "UNLOCALIZED: Water Wheels draw force from adjacent Water Currents", - "create.ponder.water_wheel.text_2": "UNLOCALIZED: The more faces are powered, the faster the Water Wheel will rotate", - "create.ponder.water_wheel.text_3": "UNLOCALIZED: The Wheels' blades should be oriented against the flow", - "create.ponder.water_wheel.text_4": "UNLOCALIZED: Facing the opposite way, they will not be as effective", - - "create.ponder.weighted_ejector.header": "UNLOCALIZED: Using Weighted Ejectors", - "create.ponder.weighted_ejector.text_1": "UNLOCALIZED: Sneak and Right-Click holding an Ejector to select its target location", - "create.ponder.weighted_ejector.text_10": "UNLOCALIZED: It is now limited to this stack size, and only activates when its held stack reaches this amount", - "create.ponder.weighted_ejector.text_11": "UNLOCALIZED: Other Entities will always trigger an Ejector when stepping on it", - "create.ponder.weighted_ejector.text_2": "UNLOCALIZED: The placed ejector will now launch objects to the marked location", - "create.ponder.weighted_ejector.text_3": "UNLOCALIZED: A valid target can be at any height or distance within range", - "create.ponder.weighted_ejector.text_4": "UNLOCALIZED: They cannot however be off to a side", - "create.ponder.weighted_ejector.text_5": "UNLOCALIZED: If no valid Target was selected, it will simply target the block directly in front", - "create.ponder.weighted_ejector.text_6": "UNLOCALIZED: Supply Rotational Force in order to charge it up", - "create.ponder.weighted_ejector.text_7": "UNLOCALIZED: Items placed on the ejector cause it to trigger", - "create.ponder.weighted_ejector.text_8": "UNLOCALIZED: If Inventories are targeted, the ejector will wait until there is space", - "create.ponder.weighted_ejector.text_9": "UNLOCALIZED: Using the Wrench, a required Stack Size can be configured", - - "create.ponder.weighted_ejector_redstone.header": "UNLOCALIZED: Controlling Weighted Ejectors with Redstone", - "create.ponder.weighted_ejector_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Ejectors will not activate", - "create.ponder.weighted_ejector_redstone.text_2": "UNLOCALIZED: Furthermore, Observers can detect when Ejectors activate", - - "create.ponder.weighted_ejector_tunnel.header": "UNLOCALIZED: Splitting item stacks using Weighted Ejectors", - "create.ponder.weighted_ejector_tunnel.text_1": "UNLOCALIZED: Combined with Brass Tunnels, Ejectors can split item stacks by specific amounts", - "create.ponder.weighted_ejector_tunnel.text_2": "UNLOCALIZED: First, configure the Brass Tunnel to 'Prefer Nearest', in order to prioritize its side output", - "create.ponder.weighted_ejector_tunnel.text_3": "UNLOCALIZED: The Stack Size set on the Ejector now determines the amount to be split off", - "create.ponder.weighted_ejector_tunnel.text_4": "UNLOCALIZED: While a new stack of the configured size exits the side output...", - "create.ponder.weighted_ejector_tunnel.text_5": "UNLOCALIZED: ...the remainder will continue on its path", - - "create.ponder.windmill_source.header": "UNLOCALIZED: Generating Rotational Force using Windmill Bearings", - "create.ponder.windmill_source.text_1": "UNLOCALIZED: Windmill Bearings attach to the block in front of them", - "create.ponder.windmill_source.text_2": "UNLOCALIZED: Create a movable structure with the help of Super Glue", - "create.ponder.windmill_source.text_3": "UNLOCALIZED: If enough Sail-like blocks are included, this can act as a Windmill", - "create.ponder.windmill_source.text_4": "UNLOCALIZED: Activated with Right-Click, the Windmill Bearing will start providing Rotational Force", - "create.ponder.windmill_source.text_5": "UNLOCALIZED: The Amount of Sail Blocks determine its Rotation Speed", - "create.ponder.windmill_source.text_6": "UNLOCALIZED: Use a Wrench to configure its rotation direction", - "create.ponder.windmill_source.text_7": "UNLOCALIZED: Right-click the Bearing anytime to stop and edit the Structure again", - - "create.ponder.windmill_structure.header": "UNLOCALIZED: Windmill Contraptions", - "create.ponder.windmill_structure.text_1": "UNLOCALIZED: Any Structure can count as a valid Windmill, as long as it contains at least 8 sail-like Blocks.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/da_dk.json b/src/generated/resources/assets/create/lang/unfinished/da_dk.json deleted file mode 100644 index fa3239f77c..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/da_dk.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 1324", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Akacievindue", - "block.create.acacia_window_pane": "Akacievinduespanel", - "block.create.adjustable_chain_gearshift": "Justerbart kædegearskifte", - "block.create.analog_lever": "Analogt håndtag", - "block.create.andesite_belt_funnel": "Andesitbåndtragt", - "block.create.andesite_casing": "Andesit-indkapsling", - "block.create.andesite_encased_cogwheel": "Andesit-indkapslet tandhjul", - "block.create.andesite_encased_large_cogwheel": "Andesit-indkapslet stort tandhjul", - "block.create.andesite_encased_shaft": "Andesit-indkapslet aksel", - "block.create.andesite_funnel": "Andesittragt", - "block.create.andesite_ladder": "Andesitstige", - "block.create.andesite_pillar": "Andesitsøjle", - "block.create.andesite_tunnel": "Andesittunnel", - "block.create.asurine": "Asurin", - "block.create.asurine_pillar": "Asurinsøjle", - "block.create.basin": "Bassin", - "block.create.belt": "Bånd", - "block.create.birch_window": "Birkevindue", - "block.create.birch_window_pane": "Birkevinduespanel", - "block.create.black_nixie_tube": "Sort Nixie-rør", - "block.create.black_sail": "Sort sejl", - "block.create.black_seat": "Sort sæde", - "block.create.black_toolbox": "Sort værktøjskasse", - "block.create.black_valve_handle": "Sort ventilhåndtag", - "block.create.blaze_burner": "Blazebrænder", - "block.create.blue_nixie_tube": "Blåt Nixie-rør", - "block.create.blue_sail": "Blåt sejl", - "block.create.blue_seat": "Blåt sæde", - "block.create.blue_toolbox": "Blå værktøjskasse", - "block.create.blue_valve_handle": "Blåt ventilhåndtag", - "block.create.brass_belt_funnel": "Messingbåndtragt", - "block.create.brass_block": "Blok af messing", - "block.create.brass_casing": "Messing-indkapsling", - "block.create.brass_encased_cogwheel": "Messing-indkapslet tandhjul", - "block.create.brass_encased_large_cogwheel": "Messing-indkapslet stort tandhjul", - "block.create.brass_encased_shaft": "Messing-indkapslet aksel", - "block.create.brass_funnel": "Messingtragt", - "block.create.brass_ladder": "Messingstige", - "block.create.brass_tunnel": "Messingtunnel", - "block.create.brown_nixie_tube": "Brunt Nixie-rør", - "block.create.brown_sail": "Brunt sejl", - "block.create.brown_seat": "Brunt sæde", - "block.create.brown_toolbox": "Brun værktøjskasse", - "block.create.brown_valve_handle": "Brunt ventilhåndtag", - "block.create.calcite_pillar": "Calcitsøjle", - "block.create.cart_assembler": "Vognsamler", - "block.create.chocolate": "Chokolade", - "block.create.chute": "Skakt", - "block.create.clockwork_bearing": "Urværksleje", - "block.create.clutch": "Kobling", - "block.create.cogwheel": "Tandhjul", - "block.create.content_observer": "Indholdsobservatør", - "block.create.controller_rail": "Styringsspor", - "block.create.controls": "Togstyring", - "block.create.copper_backtank": "Kobberrygtank", - "block.create.copper_casing": "Kobber-indkapsling", - "block.create.copper_ladder": "Kobberstige", - "block.create.copper_shingle_slab": "Kobberteglplade", - "block.create.copper_shingle_stairs": "Kobbertegltrappe", - "block.create.copper_shingles": "Kobbertegl", - "block.create.copper_tile_slab": "Kobberklinkeplade", - "block.create.copper_tile_stairs": "Kobberklinketrappe", - "block.create.copper_tiles": "Kobberklinker", - "block.create.copper_valve_handle": "Kobberventilhåndtag", - "block.create.creative_crate": "Kreativ-kasse", - "block.create.creative_fluid_tank": "Kreativ-væsketank", - "block.create.creative_motor": "Kreativ-motor", - "block.create.crimsite": "Karmoisit", - "block.create.crimsite_pillar": "Karmoisitsøjle", - "block.create.crimson_window": "Karmoisinvindue", - "block.create.crimson_window_pane": "Karmoisinvinduespanel", - "block.create.crushing_wheel": "Knusehjul", - "block.create.crushing_wheel_controller": "Knusehjul-styreblok", - "block.create.cuckoo_clock": "Kukur", - "block.create.cut_andesite": "Skåret andesit", - "block.create.cut_andesite_brick_slab": "Skåret andesitmurstensflise", - "block.create.cut_andesite_brick_stairs": "Skåret andesitmurstenstrappe", - "block.create.cut_andesite_brick_wall": "Skåret andesitmurstensvæg", - "block.create.cut_andesite_bricks": "Skårede andesitmursten", - "block.create.cut_andesite_slab": "Skåret andesitflise", - "block.create.cut_andesite_stairs": "Skåret andesittrappe", - "block.create.cut_andesite_wall": "Skåret andesitvæg", - "block.create.cut_asurine": "Skåret asurin", - "block.create.cut_asurine_brick_slab": "Skåret asurinmurstensflise", - "block.create.cut_asurine_brick_stairs": "Skåret asurinmurstenstrappe", - "block.create.cut_asurine_brick_wall": "Skåret asurinmurstensvæg", - "block.create.cut_asurine_bricks": "Skårede asurinmursten", - "block.create.cut_asurine_slab": "Skåret asurinflise", - "block.create.cut_asurine_stairs": "Skåret asurintrappe", - "block.create.cut_asurine_wall": "Skåret asurinvæg", - "block.create.cut_calcite": "Skåret calcit", - "block.create.cut_calcite_brick_slab": "Skåret calcitmurstensflise", - "block.create.cut_calcite_brick_stairs": "Skåret calcitmurstenstrappe", - "block.create.cut_calcite_brick_wall": "Skåret calcitmurstensvæg", - "block.create.cut_calcite_bricks": "Skårede calcitmursten", - "block.create.cut_calcite_slab": "Skåret calcitflise", - "block.create.cut_calcite_stairs": "Skåret calcittrappe", - "block.create.cut_calcite_wall": "Skåret calcitvæg", - "block.create.cut_crimsite": "Skåret karmoisit", - "block.create.cut_crimsite_brick_slab": "Skåret karmoisitmurstensflise", - "block.create.cut_crimsite_brick_stairs": "Skåret karmoisitmurstenstrappe", - "block.create.cut_crimsite_brick_wall": "Skåret karmoisitmurstensvæg", - "block.create.cut_crimsite_bricks": "Skårede karmoisitmursten", - "block.create.cut_crimsite_slab": "Skåret karmoisitflise", - "block.create.cut_crimsite_stairs": "Skåret karmoisittrappe", - "block.create.cut_crimsite_wall": "Skåret karmoisitvæg", - "block.create.cut_deepslate": "Skåret dybskifer", - "block.create.cut_deepslate_brick_slab": "Skåret dybskifermurstensflise", - "block.create.cut_deepslate_brick_stairs": "Skåret dybskifermurstenstrappe", - "block.create.cut_deepslate_brick_wall": "Skåret dybskifermurstensvæg", - "block.create.cut_deepslate_bricks": "Skårede dybskifermursten", - "block.create.cut_deepslate_slab": "Skåret dybskiferflise", - "block.create.cut_deepslate_stairs": "Skåret dybskifertrappe", - "block.create.cut_deepslate_wall": "Skåret dybskifervæg", - "block.create.cut_diorite": "Skåret diorit", - "block.create.cut_diorite_brick_slab": "Skåret dioritmurstensflise", - "block.create.cut_diorite_brick_stairs": "Skåret dioritmurstenstrappe", - "block.create.cut_diorite_brick_wall": "Skåret dioritmurstensvæg", - "block.create.cut_diorite_bricks": "Skårede dioritmursten", - "block.create.cut_diorite_slab": "Skåret dioritflise", - "block.create.cut_diorite_stairs": "Skåret diorittrappe", - "block.create.cut_diorite_wall": "Skåret dioritvæg", - "block.create.cut_dripstone": "Skåret drypsten", - "block.create.cut_dripstone_brick_slab": "Skåret drypstenmurstensflise", - "block.create.cut_dripstone_brick_stairs": "Skåret drypstenmurstenstrappe", - "block.create.cut_dripstone_brick_wall": "Skåret drypstenmurstenvæg", - "block.create.cut_dripstone_bricks": "Skårede drypstenmursten", - "block.create.cut_dripstone_slab": "Skåret drypstensflise", - "block.create.cut_dripstone_stairs": "Skåret drypstenstrappe", - "block.create.cut_dripstone_wall": "Skåret drypstensvæg", - "block.create.cut_granite": "Skåret granit", - "block.create.cut_granite_brick_slab": "Skåret granitmurstensflise", - "block.create.cut_granite_brick_stairs": "Skåret granitmurstenstrappe", - "block.create.cut_granite_brick_wall": "Skåret granitmurstensvæg", - "block.create.cut_granite_bricks": "Skårede granitmursten", - "block.create.cut_granite_slab": "Skåret granitflise", - "block.create.cut_granite_stairs": "Skåret granittrappe", - "block.create.cut_granite_wall": "Skåret granitvæg", - "block.create.cut_limestone": "Skåret kalksten", - "block.create.cut_limestone_brick_slab": "Skåret kalkstenmurstensflise", - "block.create.cut_limestone_brick_stairs": "Skåret kalkstenmurstenstrappe", - "block.create.cut_limestone_brick_wall": "Skåret kalkstenmurstensvæg", - "block.create.cut_limestone_bricks": "Skårede kalkstenmursten", - "block.create.cut_limestone_slab": "Skåret kalkstensflise", - "block.create.cut_limestone_stairs": "Skåret kalkstenstrappe", - "block.create.cut_limestone_wall": "Skåret kalkstensvæg", - "block.create.cut_ochrum": "Skåret okrum", - "block.create.cut_ochrum_brick_slab": "Skåret okrummurstensflise", - "block.create.cut_ochrum_brick_stairs": "Skåret okrummurstenstrappe", - "block.create.cut_ochrum_brick_wall": "Skåret okrummurstensvæg", - "block.create.cut_ochrum_bricks": "Skårede okrummursten", - "block.create.cut_ochrum_slab": "Skåret okrumflise", - "block.create.cut_ochrum_stairs": "Skåret okrumtrappe", - "block.create.cut_ochrum_wall": "Skåret okrumvæg", - "block.create.cut_scorchia": "Skåret brændt scoria", - "block.create.cut_scorchia_brick_slab": "Skåret brændt scoriamurstensflise", - "block.create.cut_scorchia_brick_stairs": "Skåret brændt scoriamurstenstrappe", - "block.create.cut_scorchia_brick_wall": "Skåret brændt scoriamurstensvæg", - "block.create.cut_scorchia_bricks": "Skårede brændte scoriamursten", - "block.create.cut_scorchia_slab": "Skåret brændt scoriaflise", - "block.create.cut_scorchia_stairs": "Skåret brændt scoriatrappe", - "block.create.cut_scorchia_wall": "Skåret brændt scoriavæg", - "block.create.cut_scoria": "Skåret scoria", - "block.create.cut_scoria_brick_slab": "Skåret scoriamurstensflise", - "block.create.cut_scoria_brick_stairs": "Skåret scoriamurstenstrappe", - "block.create.cut_scoria_brick_wall": "Skåret scoriamurstensvæg", - "block.create.cut_scoria_bricks": "Skårede scoriamursten", - "block.create.cut_scoria_slab": "Skåret scoriaflise", - "block.create.cut_scoria_stairs": "Skåret scoriatrappe", - "block.create.cut_scoria_wall": "Skåret scoriavæg", - "block.create.cut_tuff": "Skåret tuf", - "block.create.cut_tuff_brick_slab": "Skåret tufmurstensflise", - "block.create.cut_tuff_brick_stairs": "Skåret tufmurstenstrappe", - "block.create.cut_tuff_brick_wall": "Skåret tufmurstensvæg", - "block.create.cut_tuff_bricks": "Skårede tufmursten", - "block.create.cut_tuff_slab": "Skåret tufflise", - "block.create.cut_tuff_stairs": "Skåret tuftrappe", - "block.create.cut_tuff_wall": "Skåret tufvæg", - "block.create.cut_veridium": "Skåret veridium", - "block.create.cut_veridium_brick_slab": "Skåret veridiummurstensflise", - "block.create.cut_veridium_brick_stairs": "Skåret veridiummurstenstrappe", - "block.create.cut_veridium_brick_wall": "Skåret veridiummurstensvæg", - "block.create.cut_veridium_bricks": "Skårede veridiummursten", - "block.create.cut_veridium_slab": "Skåret veridiumflise", - "block.create.cut_veridium_stairs": "Skåret veridiumtrappe", - "block.create.cut_veridium_wall": "Skåret veridiumvæg", - "block.create.cyan_nixie_tube": "Turkis Nixie-rør", - "block.create.cyan_sail": "Turkis sejl", - "block.create.cyan_seat": "Turkis sæde", - "block.create.cyan_toolbox": "Turkis værktøjskasse", - "block.create.cyan_valve_handle": "Turkis ventilhåndtag", - "block.create.dark_oak_window": "Mørkt egevindue", - "block.create.dark_oak_window_pane": "Mørkt egevinduespanel", - "block.create.deepslate_pillar": "Dybskifersøjle", - "block.create.deepslate_zinc_ore": "Dybskiferzinkmalm", - "block.create.deployer": "Anvender", - "block.create.depot": "Depot", - "block.create.diorite_pillar": "Dioritsøjle", - "block.create.display_board": "Displaytavle", - "block.create.display_link": "Displaybindeled", - "block.create.dripstone_pillar": "Drypstensøjle", - "block.create.encased_chain_drive": "Indkapslet kædetræk", - "block.create.encased_fan": "Indkapslet blæser", - "block.create.encased_fluid_pipe": "Indkapslet væskerør", - "block.create.exposed_copper_shingle_slab": "Blotlagt kobberteglplade", - "block.create.exposed_copper_shingle_stairs": "Blotlagt kobbertegltrappe", - "block.create.exposed_copper_shingles": "Blotlagte kobbertegl", - "block.create.exposed_copper_tile_slab": "Blotlagt kobberklinkeplade", - "block.create.exposed_copper_tile_stairs": "Blotlagt kobberklinketrappe", - "block.create.exposed_copper_tiles": "Blotlagte kobberklinker", - "block.create.fake_track": "Skinnemarkør til kort", - "block.create.fluid_pipe": "Væskerør", - "block.create.fluid_tank": "Væsketank", - "block.create.fluid_valve": "Væskeventil", - "block.create.flywheel": "Svinghjul", - "block.create.framed_glass": "Indrammet glas", - "block.create.framed_glass_door": "Indrammet glasdør", - "block.create.framed_glass_pane": "Indrammet glaspanel", - "block.create.framed_glass_trapdoor": "Indrammet glaslem", - "block.create.gantry_carriage": "Kranvogn", - "block.create.gantry_shaft": "Kranaksel", - "block.create.gearbox": "Gearkasse", - "block.create.gearshift": "Gearskifte", - "block.create.glass_fluid_pipe": "Glasvæskerør", - "block.create.granite_pillar": "Granitsøjle", - "block.create.gray_nixie_tube": "Gråt Nixie-rør", - "block.create.gray_sail": "Gråt sejl", - "block.create.gray_seat": "Gråt sæde", - "block.create.gray_toolbox": "Grå værktøjskasse", - "block.create.gray_valve_handle": "Gråt ventilhåndtag", - "block.create.green_nixie_tube": "Grønt Nixie-rør", - "block.create.green_sail": "Grønt sejl", - "block.create.green_seat": "Grønt sæde", - "block.create.green_toolbox": "Grøn værktøjskasse", - "block.create.green_valve_handle": "Grønt ventilhåndtag", - "block.create.hand_crank": "Håndsving", - "block.create.haunted_bell": "Hjemsøgt klokke", - "block.create.honey": "Honning", - "block.create.horizontal_framed_glass": "Vandret indrammet glas", - "block.create.horizontal_framed_glass_pane": "Vandret indrammet glaspanel", - "block.create.hose_pulley": "Slangehejseværk", - "block.create.item_drain": "Genstandsafløb", - "block.create.item_vault": "Genstandsboks", - "block.create.jungle_window": "Junglevindue", - "block.create.jungle_window_pane": "Junglevinduespanel", - "block.create.large_bogey": "Stor bogie", - "block.create.large_cogwheel": "Stort tandhjul", - "block.create.layered_andesite": "Lagdelt andesit", - "block.create.layered_asurine": "Lagdelt asurin", - "block.create.layered_calcite": "Lagdelt calcit", - "block.create.layered_crimsite": "Lagdelt karmoisit", - "block.create.layered_deepslate": "Lagdelt dybskifer", - "block.create.layered_diorite": "Lagdelt diorit", - "block.create.layered_dripstone": "Lagdelt drypsten", - "block.create.layered_granite": "Lagdelt granit", - "block.create.layered_limestone": "Lagdelt kalksten", - "block.create.layered_ochrum": "Lagdelt okrum", - "block.create.layered_scorchia": "Lagdelt brændt scoria", - "block.create.layered_scoria": "Lagdelt scoria", - "block.create.layered_tuff": "Lagdelt tuf", - "block.create.layered_veridium": "Lagdelt veridium", - "block.create.lectern_controller": "Controller-pult", - "block.create.light_blue_nixie_tube": "Lyseblåt Nixie-rør", - "block.create.light_blue_sail": "Lyseblåt sejl", - "block.create.light_blue_seat": "Lyseblåt sæde", - "block.create.light_blue_toolbox": "Lyseblå værktøjskasse", - "block.create.light_blue_valve_handle": "Lyseblåt ventilhåndtag", - "block.create.light_gray_nixie_tube": "Lysegråt Nixie-rør", - "block.create.light_gray_sail": "Lysegråt sejl", - "block.create.light_gray_seat": "Lysegråt sæde", - "block.create.light_gray_toolbox": "Lysegrå værktøjskasse", - "block.create.light_gray_valve_handle": "Lysegråt ventilhåndtag", - "block.create.lime_nixie_tube": "Limegrønt Nixie-rør", - "block.create.lime_sail": "Limegrønt sejl", - "block.create.lime_seat": "Limegrønt sæde", - "block.create.lime_toolbox": "Limegrøn værktøjskasse", - "block.create.lime_valve_handle": "Limegrønt ventilhåndtag", - "block.create.limestone": "Kalksten", - "block.create.limestone_pillar": "Kalkstensøjle", - "block.create.linear_chassis": "Lineært chassis", - "block.create.lit_blaze_burner": "Tændt blazebrænder", - "block.create.magenta_nixie_tube": "Lyslilla Nixie-rør", - "block.create.magenta_sail": "Lyslilla sejl", - "block.create.magenta_seat": "Lyslilla sæde", - "block.create.magenta_toolbox": "Lyslilla værktøjskasse", - "block.create.magenta_valve_handle": "Lyslilla ventilhåndtag", - "block.create.mechanical_arm": "Mekanisk arm", - "block.create.mechanical_bearing": "Mekanisk leje", - "block.create.mechanical_crafter": "Mekanisk fremstiller", - "block.create.mechanical_drill": "Mekanisk bor", - "block.create.mechanical_harvester": "Mekanisk høster", - "block.create.mechanical_mixer": "Mekanisk blander", - "block.create.mechanical_piston": "Mekanisk stempel", - "block.create.mechanical_piston_head": "Mekanisk stempelhoved", - "block.create.mechanical_plough": "Mekanisk plov", - "block.create.mechanical_press": "Mekanisk presse", - "block.create.mechanical_pump": "Mekanisk pumpe", - "block.create.mechanical_saw": "Mekanisk sav", - "block.create.metal_bracket": "Metalbeslag", - "block.create.metal_girder": "Metalbjælke", - "block.create.metal_girder_encased_shaft": "Metalbjælke-indkapslet aksel", - "block.create.millstone": "Møllesten", - "block.create.minecart_anchor": "Minevognsanker", - "block.create.mysterious_cuckoo_clock": "Kukur", - "block.create.nixie_tube": "Nixie-rør", - "block.create.nozzle": "Dyse", - "block.create.oak_window": "Egevindue", - "block.create.oak_window_pane": "Egevinduespanel", - "block.create.ochrum": "Okrum", - "block.create.ochrum_pillar": "Okrumsøjle", - "block.create.orange_sail": "Orange sejl", - "block.create.orange_seat": "Orange sæde", - "block.create.orange_toolbox": "Orange værktøjskasse", - "block.create.orange_valve_handle": "Orange ventilhåndtag", - "block.create.ornate_iron_window": "Sirligt jernvindue", - "block.create.ornate_iron_window_pane": "Sirligt jernvinduespanel", - "block.create.oxidized_copper_shingle_slab": "Oxideret kobberteglplade", - "block.create.oxidized_copper_shingle_stairs": "Oxideret kobbertegltrappe", - "block.create.oxidized_copper_shingles": "Oxiderede kobbertegl", - "block.create.oxidized_copper_tile_slab": "Oxideret kobberklinkeplade", - "block.create.oxidized_copper_tile_stairs": "Oxideret kobberklinketrappe", - "block.create.oxidized_copper_tiles": "Oxiderede kobberklinker", - "block.create.peculiar_bell": "Besynderlig klokke", - "block.create.pink_nixie_tube": "Lyserødt Nixie-rør", - "block.create.pink_sail": "Lyserødt sejl", - "block.create.pink_seat": "Lyserødt sæde", - "block.create.pink_toolbox": "Lyserød værktøjskasse", - "block.create.pink_valve_handle": "Lyserødt ventilhåndtag", - "block.create.piston_extension_pole": "Stempelforlængelsespæl", - "block.create.placard": "Genstandstavle", - "block.create.polished_cut_andesite": "Poleret skåret andesit", - "block.create.polished_cut_andesite_slab": "Poleret skåret andesitflise", - "block.create.polished_cut_andesite_stairs": "Poleret skåret andesittrappe", - "block.create.polished_cut_andesite_wall": "Poleret skåret andesitvæg", - "block.create.polished_cut_asurine": "Poleret skåret asurin", - "block.create.polished_cut_asurine_slab": "Poleret skåret asurinflise", - "block.create.polished_cut_asurine_stairs": "Poleret skåret asurintrappe", - "block.create.polished_cut_asurine_wall": "Poleret skåret asurinvæg", - "block.create.polished_cut_calcite": "Poleret skåret calcit", - "block.create.polished_cut_calcite_slab": "Poleret skåret calcitflise", - "block.create.polished_cut_calcite_stairs": "Poleret skåret calcittrappe", - "block.create.polished_cut_calcite_wall": "Poleret skåret calcitvæg", - "block.create.polished_cut_crimsite": "Poleret skåret karmoisit", - "block.create.polished_cut_crimsite_slab": "Poleret skåret karmoisitflise", - "block.create.polished_cut_crimsite_stairs": "Poleret skåret karmoisittrappe", - "block.create.polished_cut_crimsite_wall": "Poleret skåret karmoisitvæg", - "block.create.polished_cut_deepslate": "Poleret skåret dybskifer", - "block.create.polished_cut_deepslate_slab": "Poleret skåret dybskiferflise", - "block.create.polished_cut_deepslate_stairs": "Poleret skåret dybskifertrappe", - "block.create.polished_cut_deepslate_wall": "Poleret skåret dybskifervæg", - "block.create.polished_cut_diorite": "Poleret skåret diorit", - "block.create.polished_cut_diorite_slab": "Poleret skåret dioritflise", - "block.create.polished_cut_diorite_stairs": "Poleret skåret diorittrappe", - "block.create.polished_cut_diorite_wall": "Poleret skåret dioritvæg", - "block.create.polished_cut_dripstone": "Poleret skåret drypsten", - "block.create.polished_cut_dripstone_slab": "Poleret skåret drypstensflise", - "block.create.polished_cut_dripstone_stairs": "Poleret skåret drypstenstrappe", - "block.create.polished_cut_dripstone_wall": "Poleret skåret drypstensvæg", - "block.create.polished_cut_granite": "Poleret skåret granit", - "block.create.polished_cut_granite_slab": "Poleret skåret granitflise", - "block.create.polished_cut_granite_stairs": "Poleret skåret granittrappe", - "block.create.polished_cut_granite_wall": "Poleret skåret granitvæg", - "block.create.polished_cut_limestone": "Poleret skåret kalksten", - "block.create.polished_cut_limestone_slab": "Poleret skåret kalkstensflise", - "block.create.polished_cut_limestone_stairs": "Poleret skåret kalkstenstrappe", - "block.create.polished_cut_limestone_wall": "Poleret skåret kalkstensvæg", - "block.create.polished_cut_ochrum": "Poleret skåret okrum", - "block.create.polished_cut_ochrum_slab": "Poleret skåret okrumflise", - "block.create.polished_cut_ochrum_stairs": "Poleret skåret okrumtrappe", - "block.create.polished_cut_ochrum_wall": "Poleret skåret okrumvæg", - "block.create.polished_cut_scorchia": "Poleret skåret brændt scoria", - "block.create.polished_cut_scorchia_slab": "Poleret skåret brændt scoriaflise", - "block.create.polished_cut_scorchia_stairs": "Poleret skåret brændt scoriatrappe", - "block.create.polished_cut_scorchia_wall": "Poleret skåret brændt scoriavæg", - "block.create.polished_cut_scoria": "Poleret skåret scoria", - "block.create.polished_cut_scoria_slab": "Poleret skåret scoriaflise", - "block.create.polished_cut_scoria_stairs": "Poleret skåret scoriatrappe", - "block.create.polished_cut_scoria_wall": "Poleret skåret scoriavæg", - "block.create.polished_cut_tuff": "Poleret skåret tuf", - "block.create.polished_cut_tuff_slab": "Poleret skåret tufflise", - "block.create.polished_cut_tuff_stairs": "Poleret skåret tuftrappe", - "block.create.polished_cut_tuff_wall": "Poleret skåret tufvæg", - "block.create.polished_cut_veridium": "Poleret skåret veridium", - "block.create.polished_cut_veridium_slab": "Poleret skåret veridiumflise", - "block.create.polished_cut_veridium_stairs": "Poleret skåret veridiumtrappe", - "block.create.polished_cut_veridium_wall": "Poleret skåret veridiumvæg", - "block.create.portable_fluid_interface": "Flytbar væskegrænseflade", - "block.create.portable_storage_interface": "Flytbar lagergrænseflade", - "block.create.powered_latch": "Redstone-hukommelse", - "block.create.powered_shaft": "Drevet aksel", - "block.create.powered_toggle_latch": "Redstone-omskifter", - "block.create.pulley_magnet": "Hejseværksmagnet", - "block.create.pulse_extender": "Pulsforlænger", - "block.create.pulse_repeater": "Pulsgentager", - "block.create.purple_nixie_tube": "Lilla Nixie-rør", - "block.create.purple_sail": "Lilla sejl", - "block.create.purple_seat": "Lilla sæde", - "block.create.purple_toolbox": "Lilla værktøjskasse", - "block.create.purple_valve_handle": "Lilla ventilhåndtag", - "block.create.radial_chassis": "Radialt chassis", - "block.create.railway_casing": "Tog-indkapsling", - "block.create.raw_zinc_block": "Blok af rå zink", - "block.create.red_nixie_tube": "Rødt Nixie-rør", - "block.create.red_sail": "Rødt sejl", - "block.create.red_seat": "Rødt sæde", - "block.create.red_toolbox": "Rød værktøjskasse", - "block.create.red_valve_handle": "Rødt ventilhåndtag", - "block.create.redstone_contact": "Redstone-kontakt", - "block.create.redstone_link": "Redstone-bindeled", - "block.create.refined_radiance_casing": "Strålende indkapsling", - "block.create.rope": "Reb", - "block.create.rope_pulley": "Rebhejseværk", - "block.create.rose_quartz_block": "Blok af rosenkvarts", - "block.create.rose_quartz_lamp": "Rosenkvartslampe", - "block.create.rose_quartz_tiles": "Rosenkvartsklinker", - "block.create.rotation_speed_controller": "Hastighedsregulator", - "block.create.sail_frame": "Sejlramme", - "block.create.schematic_table": "Schematic-bord", - "block.create.schematicannon": "Skematikanon", - "block.create.scorchia": "Brændt scoria", - "block.create.scorchia_pillar": "Brændt scoriasøjle", - "block.create.scoria": "Scoria", - "block.create.scoria_pillar": "Scoriasøjle", - "block.create.secondary_linear_chassis": "Sekundært lineært chassis", - "block.create.sequenced_gearshift": "Sekvenseret gearskifte", - "block.create.shadow_steel_casing": "Skygge-indkapsling", - "block.create.shaft": "Aksel", - "block.create.small_andesite_brick_slab": "Små andesitmurstens-flise", - "block.create.small_andesite_brick_stairs": "Små andesitmurstens-trappe", - "block.create.small_andesite_brick_wall": "Små andesitmurstens-væg", - "block.create.small_andesite_bricks": "Små andesitmursten", - "block.create.small_asurine_brick_slab": "Små asurinmurstens-flise", - "block.create.small_asurine_brick_stairs": "Små asurinmurstens-trappe", - "block.create.small_asurine_brick_wall": "Små asurinmurstens-væg", - "block.create.small_asurine_bricks": "Små asurinmursten", - "block.create.small_bogey": "Lille bogie", - "block.create.small_calcite_brick_slab": "Små calcitmurstens-flise", - "block.create.small_calcite_brick_stairs": "Små calcitmurstens-trappe", - "block.create.small_calcite_brick_wall": "Små calcitmurstens-væg", - "block.create.small_calcite_bricks": "Små calcitmursten", - "block.create.small_crimsite_brick_slab": "Små karmoisitmurstens-flise", - "block.create.small_crimsite_brick_stairs": "Små karmoisitmurstens-trappe", - "block.create.small_crimsite_brick_wall": "Små karmoisitmurstens-væg", - "block.create.small_crimsite_bricks": "Små karmoisitmursten", - "block.create.small_deepslate_brick_slab": "Små dybskifermurstens-flise", - "block.create.small_deepslate_brick_stairs": "Små dybskifermurstens-trappe", - "block.create.small_deepslate_brick_wall": "Små dybskifermurstens-væg", - "block.create.small_deepslate_bricks": "Små dybskifermursten", - "block.create.small_diorite_brick_slab": "Små dioritmurstens-flise", - "block.create.small_diorite_brick_stairs": "Små dioritmurstens-trappe", - "block.create.small_diorite_brick_wall": "Små dioritmurstens-væg", - "block.create.small_diorite_bricks": "Små dioritmursten", - "block.create.small_dripstone_brick_slab": "Små drypstenmurstens-flise", - "block.create.small_dripstone_brick_stairs": "Små drypstenmurstens-trappe", - "block.create.small_dripstone_brick_wall": "Små drypstenmurstens-væg", - "block.create.small_dripstone_bricks": "Små drypstenmursten", - "block.create.small_granite_brick_slab": "Små granitmurstens-flise", - "block.create.small_granite_brick_stairs": "Små granitmurstens-trappe", - "block.create.small_granite_brick_wall": "Små granitmurstens-væg", - "block.create.small_granite_bricks": "Små granitmursten", - "block.create.small_limestone_brick_slab": "Små kalkstenmurstens-flise", - "block.create.small_limestone_brick_stairs": "Små kalkstenmurstens-trappe", - "block.create.small_limestone_brick_wall": "Små kalkstenmurstens-væg", - "block.create.small_limestone_bricks": "Små kalkstenmursten", - "block.create.small_ochrum_brick_slab": "Små okrummurstens-flise", - "block.create.small_ochrum_brick_stairs": "Små okrummurstens-trappe", - "block.create.small_ochrum_brick_wall": "Små okrummurstens-væg", - "block.create.small_ochrum_bricks": "Små okrummursten", - "block.create.small_rose_quartz_tiles": "Små rosenkvartsklinker", - "block.create.small_scorchia_brick_slab": "Små brændte scoriamurstens-flise", - "block.create.small_scorchia_brick_stairs": "Små brændte scoriamurstens-trappe", - "block.create.small_scorchia_brick_wall": "Små brændte scoriamurstens-væg", - "block.create.small_scorchia_bricks": "Små brændte scoriamursten", - "block.create.small_scoria_brick_slab": "Små scoriamurstens-flise", - "block.create.small_scoria_brick_stairs": "Små scoriamurstens-trappe", - "block.create.small_scoria_brick_wall": "Små scoriamurstens-væg", - "block.create.small_scoria_bricks": "Små scoriamursten", - "block.create.small_tuff_brick_slab": "Små tufmurstens-flise", - "block.create.small_tuff_brick_stairs": "Små tufmurstens-trappe", - "block.create.small_tuff_brick_wall": "Små tufmurstens-væg", - "block.create.small_tuff_bricks": "Små tufmursten", - "block.create.small_veridium_brick_slab": "Små veridiummurstens-flise", - "block.create.small_veridium_brick_stairs": "Små veridiummurstens-trappe", - "block.create.small_veridium_brick_wall": "Små veridiummurstens-væg", - "block.create.small_veridium_bricks": "Små veridiummursten", - "block.create.smart_chute": "Smart skakt", - "block.create.smart_fluid_pipe": "Smart væskerør", - "block.create.speedometer": "Speedometer", - "block.create.spout": "Tud", - "block.create.spruce_window": "Granvindue", - "block.create.spruce_window_pane": "Granvinduespanel", - "block.create.steam_engine": "Dampmaskine", - "block.create.steam_whistle": "Dampfløjte", - "block.create.steam_whistle_extension": "Dampfløjteforlængelse", - "block.create.sticker": "Klistrer", - "block.create.sticky_mechanical_piston": "Klistret mekanisk stempel", - "block.create.stockpile_switch": "Lagringsomskifter", - "block.create.stressometer": "Stressometer", - "block.create.tiled_glass": "Opdelt glas", - "block.create.tiled_glass_pane": "Opdelt glaspanel", - "block.create.track": "Togskinner", - "block.create.track_observer": "Togobservatør", - "block.create.track_signal": "Togsignal", - "block.create.track_station": "Togstation", - "block.create.train_door": "Togdør", - "block.create.train_trapdoor": "Toglem", - "block.create.tuff_pillar": "Tufsøjle", - "block.create.turntable": "Drejeskive", - "block.create.veridium": "Veridium", - "block.create.veridium_pillar": "Veridiumsøjle", - "block.create.vertical_framed_glass": "Lodret indrammet glas", - "block.create.vertical_framed_glass_pane": "Lodret indrammet glaspanel", - "block.create.warped_window": "Forskruet vindue", - "block.create.warped_window_pane": "Forskruet vinduespanel", - "block.create.water_wheel": "Vandhjul", - "block.create.waxed_copper_shingle_slab": "Vokset kobberteglplade", - "block.create.waxed_copper_shingle_stairs": "Vokset kobbertegltrappe", - "block.create.waxed_copper_shingles": "Voksede kobbertegl", - "block.create.waxed_copper_tile_slab": "Vokset kobberklinkeplade", - "block.create.waxed_copper_tile_stairs": "Vokset kobberklinketrappe", - "block.create.waxed_copper_tiles": "Voksede kobberklinker", - "block.create.waxed_exposed_copper_shingle_slab": "Vokset blotlagt kobberteglplade", - "block.create.waxed_exposed_copper_shingle_stairs": "Vokset blotlagt kobbertegltrappe", - "block.create.waxed_exposed_copper_shingles": "Voksede blotlagte kobbertegl", - "block.create.waxed_exposed_copper_tile_slab": "Vokset blotlagt kobberklinkeplade", - "block.create.waxed_exposed_copper_tile_stairs": "Vokset blotlagt kobberklinketrappe", - "block.create.waxed_exposed_copper_tiles": "Voksede blotlagte kobberklinker", - "block.create.waxed_oxidized_copper_shingle_slab": "Vokset oxideret kobberteglplade", - "block.create.waxed_oxidized_copper_shingle_stairs": "Vokset oxideret kobbertegltrappe", - "block.create.waxed_oxidized_copper_shingles": "Voksede oxiderede kobbertegl", - "block.create.waxed_oxidized_copper_tile_slab": "Vokset oxideret kobberklinkeplade", - "block.create.waxed_oxidized_copper_tile_stairs": "Vokset oxideret kobberklinketrappe", - "block.create.waxed_oxidized_copper_tiles": "Voksede oxiderede kobberklinker", - "block.create.waxed_weathered_copper_shingle_slab": "Vokset forvitret kobberteglplade", - "block.create.waxed_weathered_copper_shingle_stairs": "Vokset forvitret kobbertegltrappe", - "block.create.waxed_weathered_copper_shingles": "Voksede forvitrede kobbertegl", - "block.create.waxed_weathered_copper_tile_slab": "Vokset forvitret kobberklinkeplade", - "block.create.waxed_weathered_copper_tile_stairs": "Vokset forvitret kobberklinketrappe", - "block.create.waxed_weathered_copper_tiles": "Voksede forvitrede kobberklinker", - "block.create.weathered_copper_shingle_slab": "Forvitret kobberteglplade", - "block.create.weathered_copper_shingle_stairs": "Forvitret kobbertegltrappe", - "block.create.weathered_copper_shingles": "Forvitrede kobbertegl", - "block.create.weathered_copper_tile_slab": "Forvitret kobberklinkeplade", - "block.create.weathered_copper_tile_stairs": "Forvitret kobberklinketrappe", - "block.create.weathered_copper_tiles": "Forvitrede kobberklinker", - "block.create.weighted_ejector": "Tung udslynger", - "block.create.white_nixie_tube": "Hvidt Nixie-rør", - "block.create.white_sail": "Hvidt sejl", - "block.create.white_seat": "Hvidt sæde", - "block.create.white_toolbox": "Hvid værktøjskasse", - "block.create.white_valve_handle": "Hvidt ventilhåndtag", - "block.create.windmill_bearing": "Vindmølleleje", - "block.create.wooden_bracket": "Træbeslag", - "block.create.yellow_nixie_tube": "Gult Nixie-rør", - "block.create.yellow_sail": "Gult sejl", - "block.create.yellow_seat": "Gult sæde", - "block.create.yellow_toolbox": "Gul værktøjskasse", - "block.create.yellow_valve_handle": "Gult ventilhåndtag", - "block.create.zinc_block": "Blok af zink", - "block.create.zinc_ore": "Zinkmalm", - - "enchantment.create.capacity": "Kapacitet", - "enchantment.create.potato_recovery": "Kartoffelgenvinding", - - "entity.create.carriage_contraption": "Tovognsmekanisme", - "entity.create.contraption": "Mekanisme", - "entity.create.crafting_blueprint": "Fremstillingsblåtryk", - "entity.create.gantry_contraption": "Kranmekanisme", - "entity.create.potato_projectile": "Kartoffelprojektil", - "entity.create.seat": "Sæde", - "entity.create.stationary_contraption": "Stationær mekanisme", - "entity.create.super_glue": "Superlim", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "Eliksir", - "fluid.create.tea": "Håndværkerens te", - - "item.create.andesite_alloy": "Andesitlegering", - "item.create.attribute_filter": "Attributfilter", - "item.create.bar_of_chocolate": "Chokoladebar", - "item.create.belt_connector": "Mekanisk bånd", - "item.create.blaze_cake": "Blazekage", - "item.create.blaze_cake_base": "Blazekagebund", - "item.create.brass_hand": "Messinghånd", - "item.create.brass_ingot": "Messingbarre", - "item.create.brass_nugget": "Messingklump", - "item.create.brass_sheet": "Messingplade", - "item.create.builders_tea": "Håndværkerens te", - "item.create.chest_minecart_contraption": "Kisteminevogns-mekanisme", - "item.create.chocolate_bucket": "Chokoladespand", - "item.create.chocolate_glazed_berries": "Chokoladeglaserede bær", - "item.create.chromatic_compound": "Kromatisk stof", - "item.create.cinder_flour": "Askemel", - "item.create.copper_backtank": "Kobberrygtank", - "item.create.copper_backtank_placeable": "Placerbar kobberrygtank", - "item.create.copper_nugget": "Kobberklump", - "item.create.copper_sheet": "Kobberplade", - "item.create.crafter_slot_cover": "Fremstillerfelt-tildækning", - "item.create.crafting_blueprint": "Fremstillingsblåtryk", - "item.create.creative_blaze_cake": "Kreativ-blazekage", - "item.create.crushed_aluminum_ore": "Knust aluminiummalm", - "item.create.crushed_copper_ore": "Knust kobbermalm", - "item.create.crushed_gold_ore": "Knust guldmalm", - "item.create.crushed_iron_ore": "Knust jernmalm", - "item.create.crushed_lead_ore": "Knust blymalm", - "item.create.crushed_nickel_ore": "Knust nikkelmalm", - "item.create.crushed_osmium_ore": "Knust osmiummalm", - "item.create.crushed_platinum_ore": "Knust platinmalm", - "item.create.crushed_quicksilver_ore": "Knust kviksølvmalm", - "item.create.crushed_silver_ore": "Knust sølvmalm", - "item.create.crushed_tin_ore": "Knust tinmalm", - "item.create.crushed_uranium_ore": "Knust uranmalm", - "item.create.crushed_zinc_ore": "Knust zinkmalm", - "item.create.diving_boots": "Dykkerstøvler", - "item.create.diving_helmet": "Dykkerhjelm", - "item.create.dough": "Dej", - "item.create.electron_tube": "Elektronrør", - "item.create.empty_blaze_burner": "Tom blazebrænder", - "item.create.empty_schematic": "Tom schematic", - "item.create.experience_nugget": "Klump af erfaring", - "item.create.extendo_grip": "Forlængogreb", - "item.create.filter": "Filter", - "item.create.furnace_minecart_contraption": "Ovnminevogns-mekanisme", - "item.create.goggles": "Ingeniørbriller", - "item.create.golden_sheet": "Guldplade", - "item.create.handheld_worldshaper": "Kreativ-verdensformer", - "item.create.honey_bucket": "Honningspand", - "item.create.honeyed_apple": "Honningdækket æble", - "item.create.incomplete_precision_mechanism": "Ufærdig præcisionsmekanisme", - "item.create.incomplete_track": "Ufærdige skinner", - "item.create.iron_sheet": "Jernplade", - "item.create.linked_controller": "Forbundet controller", - "item.create.minecart_contraption": "Minevogns-mekanisme", - "item.create.minecart_coupling": "Minevognkobling", - "item.create.polished_rose_quartz": "Poleret rosenkvarts", - "item.create.potato_cannon": "Kartoffelkanon", - "item.create.powdered_obsidian": "Pulveriseret obsidian", - "item.create.precision_mechanism": "Præcisionsmekanisme", - "item.create.propeller": "Propel", - "item.create.raw_zinc": "Rå zink", - "item.create.red_sand_paper": "Rødt sandpapir", - "item.create.refined_radiance": "Raffineret udstråling", - "item.create.rose_quartz": "Rosenkvarts", - "item.create.sand_paper": "Sandpapir", - "item.create.schedule": "Køreplan", - "item.create.schematic": "UNLOCALIZED: Schematic", - "item.create.schematic_and_quill": "Schematic og fjerpen", - "item.create.shadow_steel": "Skyggestål", - "item.create.sturdy_sheet": "Robust plade", - "item.create.super_glue": "Superlim", - "item.create.sweet_roll": "Sød snegl", - "item.create.tree_fertilizer": "Trægødning", - "item.create.unprocessed_obsidian_sheet": "Ubearbejdet obsidianplade", - "item.create.vertical_gearbox": "Lodret gearkasse", - "item.create.wand_of_symmetry": "Tryllestav af symmetri", - "item.create.wheat_flour": "Hvedemel", - "item.create.whisk": "Piskeris", - "item.create.wrench": "Skruenøgle", - "item.create.zinc_ingot": "Zinkbarre", - "item.create.zinc_nugget": "Zinkklump", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Velkommen til Create", - "advancement.create.root.desc": "UNLOCALIZED: Here Be Contraptions", - "advancement.create.andesite_alloy": "UNLOCALIZED: Sturdier Rocks", - "advancement.create.andesite_alloy.desc": "UNLOCALIZED: Obtain some Andesite Alloy, Create's most important resource", - "advancement.create.andesite_casing": "Andesitalderen", - "advancement.create.andesite_casing.desc": "UNLOCALIZED: Apply Andesite Alloy to stripped wood, creating a basic casing for your machines", - "advancement.create.mechanical_press": "Bonk", - "advancement.create.mechanical_press.desc": "Lav nogle plader med en mekanisk presse", - "advancement.create.encased_fan": "UNLOCALIZED: Wind Maker", - "advancement.create.encased_fan.desc": "Placer og aktiver en indkapslet blæser", - "advancement.create.fan_processing": "Bearbejdning via partikel", - "advancement.create.fan_processing.desc": "Brug en indkapslet blæser til at bearbejde materialer", - "advancement.create.saw_processing": "UNLOCALIZED: Workshop's Most Feared", - "advancement.create.saw_processing.desc": "UNLOCALIZED: Use an upright Mechanical Saw to process materials", - "advancement.create.compacting": "UNLOCALIZED: Compactification", - "advancement.create.compacting.desc": "UNLOCALIZED: Use a Mechanical Press and a Basin to create fewer items from more", - "advancement.create.belt": "UNLOCALIZED: Kelp Drive", - "advancement.create.belt.desc": "Forbind to aksler med et mekanisk bånd", - "advancement.create.funnel": "UNLOCALIZED: Airport Aesthetic", - "advancement.create.funnel.desc": "UNLOCALIZED: Extract or insert items into a container using a Funnel", - "advancement.create.chute": "Lodret logistik", - "advancement.create.chute.desc": "Transporter nogle genstande via skakt", - "advancement.create.mechanical_mixer": "UNLOCALIZED: Mixing It Up", - "advancement.create.mechanical_mixer.desc": "UNLOCALIZED: Combine ingredients in a Mechanical Mixer", - "advancement.create.burner": "UNLOCALIZED: Sentient Fireplace", - "advancement.create.burner.desc": "Fremskaf en Blazebrænder", - "advancement.create.water_wheel": "UNLOCALIZED: Harnessed Hydraulics", - "advancement.create.water_wheel.desc": "UNLOCALIZED: Place a Water Wheel and use it to generate torque", - "advancement.create.windmill": "En let brise", - "advancement.create.windmill.desc": "UNLOCALIZED: Assemble a windmill and use it to generate torque", - "advancement.create.shifting_gears": "UNLOCALIZED: Shifting Gears", - "advancement.create.shifting_gears.desc": "UNLOCALIZED: Connect a Large Cogwheel to a Small Cogwheel, allowing you to change the speed of your Contraption", - "advancement.create.millstone": "UNLOCALIZED: Embrace the Grind", - "advancement.create.millstone.desc": "Brug en møllesten til at pulverisere materialer", - "advancement.create.super_glue": "UNLOCALIZED: Area of Connect", - "advancement.create.super_glue.desc": "UNLOCALIZED: Super Glue some blocks into a group", - "advancement.create.contraption_actors": "UNLOCALIZED: Moving with Purpose", - "advancement.create.contraption_actors.desc": "UNLOCALIZED: Create a Contraption with drills, saws, or harvesters on board", - "advancement.create.portable_storage_interface": "UNLOCALIZED: Drive-By Exchange", - "advancement.create.portable_storage_interface.desc": "UNLOCALIZED: Use a Portable Storage Interface to take or insert items into a Contraption", - "advancement.create.wrench_goggles": "UNLOCALIZED: Kitted Out", - "advancement.create.wrench_goggles.desc": "UNLOCALIZED: Equip Engineer's Goggles and a Wrench", - "advancement.create.stressometer": "Belastning for nørder", - "advancement.create.stressometer.desc": "Få en præcis aflæsning ved hjælp af briller og et stressometer", - "advancement.create.cuckoo_clock": "Er det tid?", - "advancement.create.cuckoo_clock.desc": "Oplev dit kukur meddele, at det er sengetid", - "advancement.create.windmill_maxed": "En kraftig brise", - "advancement.create.windmill_maxed.desc": "Saml en vindmølle af maksimal styrke", - "advancement.create.ejector_maxed": "UNLOCALIZED: Springboard Champion", - "advancement.create.ejector_maxed.desc": "UNLOCALIZED: Get launched more than 30 blocks by a Weighted Ejector", - "advancement.create.pulley_maxed": "UNLOCALIZED: Rope to Nowhere", - "advancement.create.pulley_maxed.desc": "UNLOCALIZED: Extend a Rope Pulley over 200 blocks deep", - "advancement.create.cart_pickup": "Stærke arme", - "advancement.create.cart_pickup.desc": "UNLOCALIZED: Pick up a Minecart Contraption with at least 200 attached blocks", - "advancement.create.anvil_plough": "Smedartilleri", - "advancement.create.anvil_plough.desc": "Fyr en ambolt af sted med mekaniske plove", - "advancement.create.lava_wheel_00000": "Magmahjul", - "advancement.create.lava_wheel_00000.desc": "Det her burde ikke have virket§7\n(Skjult fremskridt)", - "advancement.create.hand_crank_000": "UNLOCALIZED: Workout Session", - "advancement.create.hand_crank_000.desc": "UNLOCALIZED: Use a Hand Crank until fully exhausted§7\n(Hidden Advancement)", - "advancement.create.belt_funnel_kiss": "UNLOCALIZED: The Parrots and the Flaps", - "advancement.create.belt_funnel_kiss.desc": "UNLOCALIZED: Make two Belt-mounted Funnels kiss§7\n(Hidden Advancement)", - "advancement.create.stressometer_maxed": "UNLOCALIZED: Perfectly Stressed", - "advancement.create.stressometer_maxed.desc": "Få en aflæsning på 100% fra et stressometer§7\n(Skjult fremskridt)", - "advancement.create.copper": "UNLOCALIZED: Cuprum Bokum", - "advancement.create.copper.desc": "UNLOCALIZED: Amass some Copper Ingots for your exploits in fluid manipulation", - "advancement.create.copper_casing": "Kobberalderen", - "advancement.create.copper_casing.desc": "UNLOCALIZED: Apply Copper Ingots to stripped wood, creating a waterproof casing for your machines", - "advancement.create.spout": "UNLOCALIZED: Sploosh", - "advancement.create.spout.desc": "UNLOCALIZED: Watch a fluid-containing item be filled by a Spout", - "advancement.create.drain": "UNLOCALIZED: Tumble Draining", - "advancement.create.drain.desc": "UNLOCALIZED: Watch a fluid-containing item be emptied by an Item Drain", - "advancement.create.steam_engine": "Kraftcentret", - "advancement.create.steam_engine.desc": "Brug en dampmaskine til at generere moment", - "advancement.create.steam_whistle": "Stemmen af en engel", - "advancement.create.steam_whistle.desc": "Aktiver en dampfløjte", - "advancement.create.backtank": "Tryk to go", - "advancement.create.backtank.desc": "UNLOCALIZED: Create a Copper Backtank and make it accumulate air pressure", - "advancement.create.diving_suit": "Klar til dybderne", - "advancement.create.diving_suit.desc": "UNLOCALIZED: Equip a Diving Helmet and a Copper Backtank, then jump into water", - "advancement.create.mechanical_pump_0": "Under tryk", - "advancement.create.mechanical_pump_0.desc": "UNLOCALIZED: Place and power a Mechanical Pump", - "advancement.create.glass_pipe": "Strømopdagelse", - "advancement.create.glass_pipe.desc": "Brug din skruenøgle på et rør, der indeholder en væske", - "advancement.create.water_supply": "Vandpytindsamler", - "advancement.create.water_supply.desc": "UNLOCALIZED: Use the pulling end of a Fluid Pipe or Mechanical Pump to collect water", - "advancement.create.hose_pulley": "UNLOCALIZED: Industrial Spillage", - "advancement.create.hose_pulley.desc": "UNLOCALIZED: Lower a Hose Pulley and watch it drain or fill a body of fluid", - "advancement.create.chocolate_bucket": "UNLOCALIZED: A World of Imagination", - "advancement.create.chocolate_bucket.desc": "UNLOCALIZED: Obtain a bucket of molten chocolate", - "advancement.create.honey_drain": "UNLOCALIZED: Autonomous Bee-Keeping", - "advancement.create.honey_drain.desc": "UNLOCALIZED: Use pipes to pull honey from a Bee Nest or Beehive", - "advancement.create.hose_pulley_lava": "UNLOCALIZED: Tapping the Mantle", - "advancement.create.hose_pulley_lava.desc": "UNLOCALIZED: Pump from a body of lava large enough to be considered infinite", - "advancement.create.steam_engine_maxed": "UNLOCALIZED: Full Steam", - "advancement.create.steam_engine_maxed.desc": "UNLOCALIZED: Run a boiler at the maximum level of power", - "advancement.create.foods": "Balanceret kost", - "advancement.create.foods.desc": "UNLOCALIZED: Create Chocolate Glazed Berries, a Honeyed Apple, and a Sweet Roll all from the same Spout", - "advancement.create.diving_suit_lava": "UNLOCALIZED: Swimming with the Striders", - "advancement.create.diving_suit_lava.desc": "UNLOCALIZED: Attempt to take a dive in lava with your diving gear§7\n(Hidden Advancement)", - "advancement.create.chained_drain": "UNLOCALIZED: On a Roll", - "advancement.create.chained_drain.desc": "UNLOCALIZED: Watch an item move across a row of Item Drains§7\n(Hidden Advancement)", - "advancement.create.cross_streams": "UNLOCALIZED: Don't Cross the Streams!", - "advancement.create.cross_streams.desc": "UNLOCALIZED: Watch two fluids meet in your pipe network§7\n(Hidden Advancement)", - "advancement.create.pipe_organ": "Orgelet", - "advancement.create.pipe_organ.desc": "UNLOCALIZED: Attach 12 uniquely pitched Steam Whistles to a single Fluid Tank§7\n(Hidden Advancement)", - "advancement.create.brass": "Ægte legeringer", - "advancement.create.brass.desc": "UNLOCALIZED: Create Brass Ingots by alloying Copper and Zinc Ingots in your Blaze-heated Mechanical Mixer", - "advancement.create.brass_casing": "Messingalderen", - "advancement.create.brass_casing.desc": "UNLOCALIZED: Apply Brass Ingots to stripped wood, creating a casing for more sophisticated machines", - "advancement.create.rose_quartz": "UNLOCALIZED: Pink Diamonds", - "advancement.create.rose_quartz.desc": "UNLOCALIZED: Polish some Rose Quartz", - "advancement.create.deployer": "Kunstig intelligens", - "advancement.create.deployer.desc": "UNLOCALIZED: Place and power a Deployer, the perfect reflection of yourself", - "advancement.create.precision_mechanism": "UNLOCALIZED: Complex Curiosities", - "advancement.create.precision_mechanism.desc": "Saml en præcisionsmekanisme", - "advancement.create.speed_controller": "Ingeniører hader ham!", - "advancement.create.speed_controller.desc": "Finjuster din mekanisme med en hastighedsregulator", - "advancement.create.mechanical_arm": "UNLOCALIZED: Busy Hands", - "advancement.create.mechanical_arm.desc": "Se din mekaniske arm transportere dens første genstand", - "advancement.create.mechanical_crafter": "UNLOCALIZED: Automated Assembly", - "advancement.create.mechanical_crafter.desc": "UNLOCALIZED: Place and power some Mechanical Crafters", - "advancement.create.crushing_wheel": "Et par giganter", - "advancement.create.crushing_wheel.desc": "UNLOCALIZED: Place and power a set of Crushing Wheels", - "advancement.create.haunted_bell": "Skyggesans", - "advancement.create.haunted_bell.desc": "Ring en hjemsøgt klokke", - "advancement.create.clockwork_bearing": "UNLOCALIZED: Contraption O'Clock", - "advancement.create.clockwork_bearing.desc": "Saml en struktur, der er monteret på et urværksleje", - "advancement.create.display_link": "UNLOCALIZED: Big Data", - "advancement.create.display_link.desc": "Brug et display-bindeled til at visualisere information", - "advancement.create.potato_cannon": "Fwump!", - "advancement.create.potato_cannon.desc": "UNLOCALIZED: Defeat an enemy with your Potato Cannon", - "advancement.create.extendo_grip": "UNLOCALIZED: Boioioing!", - "advancement.create.extendo_grip.desc": "UNLOCALIZED: Get hold of an Extendo Grip", - "advancement.create.linked_controller": "UNLOCALIZED: Remote Activation", - "advancement.create.linked_controller.desc": "UNLOCALIZED: Activate a Redstone Link using a Linked Controller", - "advancement.create.arm_blaze_burner": "UNLOCALIZED: Combust-o-Tron", - "advancement.create.arm_blaze_burner.desc": "UNLOCALIZED: Instruct a Mechanical Arm to feed your Blaze Burner", - "advancement.create.crusher_maxed_0000": "UNLOCALIZED: Crushing It", - "advancement.create.crusher_maxed_0000.desc": "UNLOCALIZED: Operate a pair of Crushing Wheels at maximum speed", - "advancement.create.arm_many_targets": "UNLOCALIZED: Organize-o-Tron", - "advancement.create.arm_many_targets.desc": "UNLOCALIZED: Program a Mechanical Arm with 10 or more output locations", - "advancement.create.potato_cannon_collide": "UNLOCALIZED: Veggie Fireworks", - "advancement.create.potato_cannon_collide.desc": "UNLOCALIZED: Cause Potato Cannon projectiles of different types to collide with each other", - "advancement.create.self_deploying": "Selvkørende vogn", - "advancement.create.self_deploying.desc": "UNLOCALIZED: Create a Minecart Contraption that places tracks in front of itself", - "advancement.create.fist_bump": "UNLOCALIZED: Pound It, Bro!", - "advancement.create.fist_bump.desc": "UNLOCALIZED: Make two Deployers fist-bump§7\n(Hidden Advancement)", - "advancement.create.crafter_lazy_000": "UNLOCALIZED: Desperate Measures", - "advancement.create.crafter_lazy_000.desc": "UNLOCALIZED: Drastically slow down a Mechanical Crafter to procrastinate on proper infrastructure§7\n(Hidden Advancement)", - "advancement.create.extendo_grip_dual": "UNLOCALIZED: To Full Extent", - "advancement.create.extendo_grip_dual.desc": "UNLOCALIZED: Dual-wield Extendo Grips for superhuman reach§7\n(Hidden Advancement)", - "advancement.create.musical_arm": "DJ Mekaniko", - "advancement.create.musical_arm.desc": "UNLOCALIZED: Watch a Mechanical Arm operate your Jukebox§7\n(Hidden Advancement)", - "advancement.create.sturdy_sheet": "UNLOCALIZED: The Sturdiest Rocks", - "advancement.create.sturdy_sheet.desc": "UNLOCALIZED: Assemble a Sturdy Sheet by refining Powdered Obsidian", - "advancement.create.train_casing_00": "Logistikalderen", - "advancement.create.train_casing_00.desc": "UNLOCALIZED: Use Sturdy Sheets to create a casing for railway components", - "advancement.create.train": "Alle ombord!", - "advancement.create.train.desc": "Saml dit første tog", - "advancement.create.conductor": "UNLOCALIZED: Conductor Instructor", - "advancement.create.conductor.desc": "UNLOCALIZED: Instruct a Train driver with a Train Schedule", - "advancement.create.track_signal": "UNLOCALIZED: Traffic Control", - "advancement.create.track_signal.desc": "Placer et togsignal", - "advancement.create.display_board_0": "UNLOCALIZED: Dynamic Timetables", - "advancement.create.display_board_0.desc": "UNLOCALIZED: Forecast a Train's arrival on your Display Board with the help of Display Links", - "advancement.create.track_0": "En ny sporvidde", - "advancement.create.track_0.desc": "Fremskaf nogle togskinner", - "advancement.create.train_whistle": "UNLOCALIZED: Choo Choo!", - "advancement.create.train_whistle.desc": "UNLOCALIZED: Assemble a Steam Whistle to your Train and activate it while driving", - "advancement.create.train_portal": "UNLOCALIZED: Dimensional Commuter", - "advancement.create.train_portal.desc": "UNLOCALIZED: Ride a Train through a Nether portal", - "advancement.create.track_crafting_factory": "Skinnefabrik", - "advancement.create.track_crafting_factory.desc": "UNLOCALIZED: Produce more than 1000 Train Tracks with the same Mechanical Press", - "advancement.create.long_bend": "UNLOCALIZED: The Longest Bend", - "advancement.create.long_bend.desc": "UNLOCALIZED: Create a curved track section that spans more than 30 blocks in length", - "advancement.create.long_train": "UNLOCALIZED: Ambitious Endeavours", - "advancement.create.long_train.desc": "Lav et tog med mindst seks vogne", - "advancement.create.long_travel": "UNLOCALIZED: Field Trip", - "advancement.create.long_travel.desc": "UNLOCALIZED: Leave a Train Seat over 5000 blocks away from where you started travelling", - "advancement.create.train_roadkill": "UNLOCALIZED: Road Kill", - "advancement.create.train_roadkill.desc": "Kør en fjende over med dit tog§7\n(Skjult fremskridt)", - "advancement.create.red_signal": "Ekspertfører", - "advancement.create.red_signal.desc": "Kør over for rødt med dit tog§7\n(Skjult fremskridt)", - "advancement.create.train_crash": "Forfærdelig service", - "advancement.create.train_crash.desc": "Vær vidne til en togulykke som en passager§7\n(Skjult fremskridt)", - "advancement.create.train_crash_backwards": "Blind vinkel", - "advancement.create.train_crash_backwards.desc": "UNLOCALIZED: Crash into another Train while driving backwards§7\n(Hidden Advancement)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "Create", - "itemGroup.create.palettes": "Creates byggeblokke", - - "death.attack.create.crush": "%1$s blev bearbejdet af knusehjul", - "death.attack.create.crush.player": "%1$s blev kastet ind i knusehjul af %2$s", - "death.attack.create.fan_fire": "%1$s blev røget af en indkapslet blæser", - "death.attack.create.fan_fire.player": "%1$s blev kastet ind i en rygeovn af %2$s", - "death.attack.create.fan_lava": "%1$s blev brændt af en indkapslet blæser", - "death.attack.create.fan_lava.player": "%1$s blev kastet ind i en smelteovn af %2$s", - "death.attack.create.mechanical_drill": "%1$s blev spiddet af et mekanisk bor", - "death.attack.create.mechanical_drill.player": "%1$s blev kastet ind foran et bor af %2$s", - "death.attack.create.mechanical_saw": "%1$s blev skåret halvt over af en mekanisk sav", - "death.attack.create.mechanical_saw.player": "%1$s blev kastet ind i en sav af %2$s", - "death.attack.create.potato_cannon": "%1$s blev skudt af %2$ss kartoffelkanon", - "death.attack.create.potato_cannon.item": "%1$s blev skudt af %2$s ved hjælp af %3$s", - "death.attack.create.cuckoo_clock_explosion": "%1$s blev sprunget i luften af et kukur, der var pillet ved", - "death.attack.create.cuckoo_clock_explosion.player": "%1$s blev sprunget i luften af et kukur, der var pillet ved", - "death.attack.create.run_over": "%1$s blev kørt over af %2$s", - - "create.block.deployer.damage_source_name": "en løbsk anvender", - "create.block.cart_assembler.invalid": "Placer din vognsamler på en sporblok", - - "create.menu.return": "Tilbage til menu", - "create.menu.configure": "Konfigurer...", - "create.menu.ponder_index": "Grubleindeks", - "create.menu.only_ingame": "Tilgængelig i pausemenuen", - "create.menu.report_bugs": "Rapporter problemer", - "create.menu.support": "Støt os", - - "create.recipe.crushing": "Knusning", - "create.recipe.milling": "Maling", - "create.recipe.fan_washing": "Massevaskning", - "create.recipe.fan_washing.fan": "Blæser bag flydende vand", - "create.recipe.fan_smoking": "Masserøgning", - "create.recipe.fan_smoking.fan": "Blæser bag ild", - "create.recipe.fan_haunting": "Massehjemsøgning", - "create.recipe.fan_haunting.fan": "Blæser bag sjæleild", - "create.recipe.fan_blasting": "Massesmeltning", - "create.recipe.fan_blasting.fan": "Blæser bag lava", - "create.recipe.pressing": "Presning", - "create.recipe.mixing": "Blanding", - "create.recipe.deploying": "Anvendelse", - "create.recipe.automatic_shapeless": "Automatiseret formløs fremstilling", - "create.recipe.automatic_brewing": "Automatiseret brygning", - "create.recipe.packing": "Komprimering", - "create.recipe.automatic_packing": "Automatiseret komprimering", - "create.recipe.sawing": "Savning", - "create.recipe.mechanical_crafting": "Mekanisk fremstilling", - "create.recipe.automatic_shaped": "Automatiseret formfremstilling", - "create.recipe.block_cutting": "Blokskæring", - "create.recipe.wood_cutting": "Træskæring", - "create.recipe.sandpaper_polishing": "Sandpapirspolering", - "create.recipe.mystery_conversion": "Mystisk konvertering", - "create.recipe.spout_filling": "Fyldning ved tud", - "create.recipe.draining": "Genstandstapning", - "create.recipe.item_application": "Manuel anvendelse af genstand", - "create.recipe.item_application.any_axe": "Enhver Økse", - "create.recipe.sequenced_assembly": "Opskriftsekvens", - "create.recipe.assembly.next": "Næste: %1$s", - "create.recipe.assembly.step": "Trin %1$s:", - "create.recipe.assembly.progress": "Fremskridt: %1$s/%2$s", - "create.recipe.assembly.pressing": "Bearbejd i presse", - "create.recipe.assembly.spout_filling_fluid": "Påfyld %1$s", - "create.recipe.assembly.deploying_item": "Anvend %1$s", - "create.recipe.assembly.cutting": "Skær med sav", - "create.recipe.assembly.repeat": "Gentag sekvens %1$s gange", - "create.recipe.assembly.junk": "Tilfældig ragelse", - "create.recipe.processing.chance": "%1$s%% sandsynlighed", - "create.recipe.deploying.not_consumed": "Ikke opbrugt", - "create.recipe.heat_requirement.none": "Behøver ikke opvarmning", - "create.recipe.heat_requirement.heated": "Opvarmet", - "create.recipe.heat_requirement.superheated": "Overophedet", - - "create.generic.range": "Rækkevidde", - "create.generic.radius": "Radius", - "create.generic.width": "Bredde", - "create.generic.height": "Højde", - "create.generic.length": "Længde", - "create.generic.speed": "Hastighed", - "create.generic.delay": "Tidsforsinkelse", - "create.generic.duration": "Varighed", - "create.generic.timeUnit": "Tidsenhed", - "create.generic.unit.ticks": "tik", - "create.generic.unit.seconds": "sekunder", - "create.generic.unit.minutes": "minutter", - "create.generic.daytime.hour": "Time", - "create.generic.daytime.minute": "Minut", - "create.generic.daytime.second": "Sekund", - "create.generic.daytime.pm": "p.m.", - "create.generic.daytime.am": "a.m.", - "create.generic.unit.rpm": "UNLOCALIZED: RPM", - "create.generic.unit.stress": "SU", - "create.generic.unit.degrees": "°", - "create.generic.unit.millibuckets": "UNLOCALIZED: mB", - "create.generic.unit.buckets": "UNLOCALIZED: B", - "create.generic.clockwise": "Med uret", - "create.generic.counter_clockwise": "Mod uret", - "create.generic.in_quotes": "\"%1$s\"", - "create.generic.pitch": "Tonehøjde: %1$s", - "create.generic.notes": "UNLOCALIZED: F#;F;E;D#;D;C#;C;B;A#;A;G#;G", - - "create.action.scroll": "Rul", - "create.action.confirm": "Bekræft", - "create.action.abort": "Afbryd", - "create.action.saveToFile": "Gem", - "create.action.discard": "Kassér", - - "create.keyinfo.toolmenu": "Fokuser på schematic-overlay", - "create.keyinfo.toolbelt": "Tilgå nære værktøjskasser", - "create.keyinfo.scrollup": "Simuler musehjul op (i verden)", - "create.keyinfo.scrolldown": "Simuler musehjul ned (i verden)", - - "create.gui.scrollInput.defaultTitle": "Vælg en indstilling:", - "create.gui.scrollInput.scrollToModify": "Rul for at Ændre", - "create.gui.scrollInput.scrollToAdjustAmount": "Rul for at justere mængde", - "create.gui.scrollInput.scrollToSelect": "Rul for at vælge", - "create.gui.scrollInput.shiftScrollsFaster": "Shift for at rulle hurtigere", - "create.gui.toolmenu.focusKey": "Hold [%1$s] for at fokusere", - "create.gui.toolmenu.cycle": "[RUL] for at bladre", - - "create.toolbox.unequip": "Læg tilbage: %1$s", - "create.toolbox.outOfRange": "Værktøjskasse med holdte genstand er uden for rækkevidde", - "create.toolbox.detach": "Stop sporing og behold genstand", - "create.toolbox.depositAll": "Returner genstande til nære værktøjskasser", - "create.toolbox.depositBox": "Returner genstande til værktøjskasse", - - "create.gui.symmetryWand.mirrorType": "Spejlvending", - "create.gui.symmetryWand.orientation": "Orientering", - - "create.symmetry.mirror.plane": "Spejlvend én gang", - "create.symmetry.mirror.doublePlane": "Firkantet", - "create.symmetry.mirror.triplePlane": "Ottekantet", - - "create.orientation.orthogonal": "Ortogonal", - "create.orientation.diagonal": "Diagonal", - "create.orientation.horizontal": "Vandret", - "create.orientation.alongZ": "Langs Z", - "create.orientation.alongX": "Langs X", - - "create.gui.terrainzapper.title": "Håndholdt blokzapper", - "create.gui.terrainzapper.searchDiagonal": "Følg diagonaler", - "create.gui.terrainzapper.searchFuzzy": "Ignorer materialegrænser", - "create.gui.terrainzapper.patternSection": "Mønster", - "create.gui.terrainzapper.pattern.solid": "Massiv", - "create.gui.terrainzapper.pattern.checkered": "Skaktern", - "create.gui.terrainzapper.pattern.inversecheckered": "Omvendte skaktern", - "create.gui.terrainzapper.pattern.chance25": "25% sandsynlighed", - "create.gui.terrainzapper.pattern.chance50": "50% sandsynlighed", - "create.gui.terrainzapper.pattern.chance75": "75% sandsynlighed", - "create.gui.terrainzapper.placement": "Placering", - "create.gui.terrainzapper.placement.merged": "Sammenlagt", - "create.gui.terrainzapper.placement.attached": "Udenpå", - "create.gui.terrainzapper.placement.inserted": "Indsat", - "create.gui.terrainzapper.brush": "Pensel", - "create.gui.terrainzapper.brush.cuboid": "Kasse", - "create.gui.terrainzapper.brush.sphere": "Kugle", - "create.gui.terrainzapper.brush.cylinder": "Cylinder", - "create.gui.terrainzapper.brush.surface": "Overflade", - "create.gui.terrainzapper.brush.cluster": "Klynge", - "create.gui.terrainzapper.tool": "Værktøj", - "create.gui.terrainzapper.tool.fill": "Udfyld", - "create.gui.terrainzapper.tool.place": "Placer", - "create.gui.terrainzapper.tool.replace": "Erstat", - "create.gui.terrainzapper.tool.clear": "Fjern", - "create.gui.terrainzapper.tool.overlay": "Overlejr", - "create.gui.terrainzapper.tool.flatten": "Udjævn", - - "create.terrainzapper.shiftRightClickToSet": "Shift-højreklik for at vælge en form", - "create.terrainzapper.usingBlock": "Bruger: %1$s", - "create.terrainzapper.leftClickToSet": "Venstreklik på en blok for at sætte materiale", - - "create.minecart_coupling.two_couplings_max": "Minevogne kan ikke have mere end to koblinger hver", - "create.minecart_coupling.unloaded": "Dele af dit tog ser ud til at være i klodser, der ikke er indlæst", - "create.minecart_coupling.no_loops": "Koblinger må ikke forme en ring", - "create.minecart_coupling.removed": "Fjernede alle koblinger fra minevogn", - "create.minecart_coupling.too_far": "Minevognene er for langt væk fra hinanden", - - "create.contraptions.movement_mode": "Bevægelsestilstand", - "create.contraptions.movement_mode.move_place": "Placer altid når standset", - "create.contraptions.movement_mode.move_place_returned": "Placer kun i startposition", - "create.contraptions.movement_mode.move_never_place": "Placer kun når anker ødelægges", - "create.contraptions.movement_mode.rotate_place": "Placer altid når standset", - "create.contraptions.movement_mode.rotate_place_returned": "Placer kun tæt på originale vinkel", - "create.contraptions.movement_mode.rotate_never_place": "Placer kun når anker ødelægges", - "create.contraptions.cart_movement_mode": "Vognbevægelsestilstand", - "create.contraptions.cart_movement_mode.rotate": "Peg altid mod bevægelse", - "create.contraptions.cart_movement_mode.rotate_paused": "Stop maskiner under rotation", - "create.contraptions.cart_movement_mode.rotation_locked": "Lås rotation", - "create.contraptions.windmill.rotation_direction": "Omdrejningsretning", - "create.contraptions.clockwork.clock_hands": "Urvisere", - "create.contraptions.clockwork.hour_first": "Timeviser først", - "create.contraptions.clockwork.minute_first": "Minutviser først", - "create.contraptions.clockwork.hour_first_24": "24-timeviser først", - - "create.logistics.filter": "Filter", - "create.logistics.recipe_filter": "Opskriftfilter", - "create.logistics.fluid_filter": "Væskefilter", - "create.logistics.firstFrequency": "Frek. #1", - "create.logistics.secondFrequency": "Frek. #2", - "create.logistics.filter.apply": "Anvendte filter på %1$s.", - "create.logistics.filter.apply_click_again": "Anvendte filter på %1$s, klik igen for at kopiere antal.", - "create.logistics.filter.apply_count": "Anvendte udtagningsantal til filter.", - - "create.gui.goggles.generator_stats": "Generatorstatistik:", - "create.gui.goggles.kinetic_stats": "Kinetisk statistik:", - "create.gui.goggles.at_current_speed": "ved nuværende hastighed", - "create.gui.goggles.pole_length": "Pælelængde:", - "create.gui.goggles.fluid_container": "Væskebeholder-info:", - "create.gui.goggles.fluid_container.capacity": "Kapacitet: ", - "create.gui.assembly.exception": "Denne mekanisme kunne ikke samles:", - "create.gui.assembly.exception.unmovableBlock": "Ubevægelig blok (%4$s) ved [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "Blokken ved [%1$s,%2$s,%3$s] var ikke i en indlæst klods", - "create.gui.assembly.exception.structureTooLarge": "Der er for mange blokke inkluderet i mekanismen.\nDet konfigurerede maksimum er: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "Der er for mange forlængelsespæle tilsluttet dette stempel.\nDet konfigurerede maksimum er: %1$s", - "create.gui.assembly.exception.noPistonPoles": "Stemplet mangler nogle forlængelsespæle", - "create.gui.assembly.exception.not_enough_sails": "Den monterede struktur inkluderer ikke nok sejl-agtige blokke: %1$s\nDer kræves minimum %2$s", - "create.gui.gauge.info_header": "Målerinformation:", - "create.gui.speedometer.title": "Omdrejningshastighed", - "create.gui.stressometer.title": "Netværksbelastning", - "create.gui.stressometer.capacity": "Resterende kapacitet", - "create.gui.stressometer.overstressed": "Overbelastet", - "create.gui.stressometer.no_rotation": "Ingen omdrejning", - "create.gui.contraptions.not_fast_enough": "Det lader til, at denne %1$s _ikke_ roterer med _nok_ _hastighed_.", - "create.gui.contraptions.network_overstressed": "Det lader til, at denne mekanisme er _overbelastet_. Tilføj flere kilder eller _sænk_ _farten_ på de komponenter, der har høj _belastningspåvirkning_.", - "create.gui.adjustable_crate.title": "Justerbar kasse", - "create.gui.adjustable_crate.storageSpace": "Lagerplads", - "create.gui.stockpile_switch.title": "Lagringsomskifter", - "create.gui.stockpile_switch.invert_signal": "Inverter signal", - "create.gui.stockpile_switch.move_to_lower_at": "Skift til nedre bane ved %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "Skift til øvre bane ved %1$s%%", - "create.gui.sequenced_gearshift.title": "Sekvenseret gearskifte", - "create.gui.sequenced_gearshift.instruction": "Instruktion", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Drej med vinkel", - "create.gui.sequenced_gearshift.instruction.turn_angle": "Drej", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Vinkel", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Drej for at flytte stempel/hejseværk/kranmekanisme", - "create.gui.sequenced_gearshift.instruction.turn_distance": "Stempel", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Strækning", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Tidsindstillet venteperiode", - "create.gui.sequenced_gearshift.instruction.delay": "Vent", - "create.gui.sequenced_gearshift.instruction.delay.duration": "Varighed", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "Slut", - "create.gui.sequenced_gearshift.instruction.end": "Slut", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "Vent på ny redstone-puls", - "create.gui.sequenced_gearshift.instruction.await": "Afvent", - "create.gui.sequenced_gearshift.speed": "Hastighed, retning", - "create.gui.sequenced_gearshift.speed.forward": "Inputhastighed, Fremad", - "create.gui.sequenced_gearshift.speed.forward_fast": "Dobbelt hastighed, Fremad", - "create.gui.sequenced_gearshift.speed.back": "Inputhastighed, Baglæns", - "create.gui.sequenced_gearshift.speed.back_fast": "Dobbelt hastighed, Baglæns", - - "create.schematicAndQuill.dimensions": "Størrelse på schematic: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "Første position sat.", - "create.schematicAndQuill.secondPos": "Anden position sat.", - "create.schematicAndQuill.noTarget": "Hold [Ctrl] for at vælge luftblokke.", - "create.schematicAndQuill.abort": "Fjernede markering.", - "create.schematicAndQuill.title": "Navn på schematic:", - "create.schematicAndQuill.convert": "Gem og upload direkte", - "create.schematicAndQuill.fallbackName": "Min schematic", - "create.schematicAndQuill.saved": "Gemt som %1$s", - - "create.schematic.invalid": "[!] Ugyldig genstand - Brug schematic-bordet i stedet", - "create.schematic.position": "UNLOCALIZED: Position", - "create.schematic.rotation": "UNLOCALIZED: Rotation", - "create.schematic.rotation.none": "Ingen", - "create.schematic.rotation.cw90": "Med uret 90°", - "create.schematic.rotation.cw180": "Med uret 180°", - "create.schematic.rotation.cw270": "Med uret 270°", - "create.schematic.mirror": "Spejlvending", - "create.schematic.mirror.none": "Ingen", - "create.schematic.mirror.frontBack": "For-bag", - "create.schematic.mirror.leftRight": "Venstre-højre", - "create.schematic.tool.deploy": "UNLOCALIZED: Position", - "create.schematic.tool.move": "Flyt XZ", - "create.schematic.tool.movey": "Flyt Y", - "create.schematic.tool.rotate": "Roter", - "create.schematic.tool.print": "UNLOCALIZED: Print", - "create.schematic.tool.flip": "Spejlvend", - "create.schematic.tool.deploy.description.0": "Flytter strukturen til en placering.", - "create.schematic.tool.deploy.description.1": "Højreklik på jorden for at placere.", - "create.schematic.tool.deploy.description.2": "Hold [Ctrl] for at vælge ved en fastsat afstand.", - "create.schematic.tool.deploy.description.3": "[Ctrl]-rul for at ændre afstanden.", - "create.schematic.tool.move.description.0": "Flytter schematic'en vandret.", - "create.schematic.tool.move.description.1": "Kig på schematic'en og [CTRL]-rul for at flytte den.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "Flytter schematic'en lodret.", - "create.schematic.tool.movey.description.1": "[CTRL]-rul for at flytte den op/ned.", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "Roterer schematic'en omkring dens midte.", - "create.schematic.tool.rotate.description.1": "[CTRL]-rul for at rotere 90°.", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "Placerer øjeblikkeligt strukturen i verdenen.", - "create.schematic.tool.print.description.1": "Højreklik for at bekræfte den nuværende placering.", - "create.schematic.tool.print.description.2": "Dette værktøj er kun til kreativ-spiltilstand.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "Spejlvender schematic'en langs den flade, du vælger.", - "create.schematic.tool.flip.description.1": "Kig på schematic'en og [CTRL]-rul for at spejlvende den.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "Synkroniserer...", - "create.schematics.uploadTooLarge": "Din schematic overskrider begrænsninger specificeret af serveren.", - "create.schematics.maxAllowedSize": "Den maksimale tilladte schematic-filstørrelse er:", - - "create.gui.schematicTable.refresh": "Genindlæs filer", - "create.gui.schematicTable.open_folder": "Åbn mappe", - "create.gui.schematicTable.title": "Schematic-bord", - "create.gui.schematicTable.availableSchematics": "Tilgængelige schematics", - "create.gui.schematicTable.noSchematics": "Ingen schematics gemt", - "create.gui.schematicTable.uploading": "Uploader...", - "create.gui.schematicTable.finished": "Upload færdiggjort!", - "create.gui.schematicannon.title": "Skematikanon", - "create.gui.schematicannon.listPrinter": "Tjekliste-printer", - "create.gui.schematicannon.gunpowderLevel": "Krudtniveau på %1$s%%", - "create.gui.schematicannon.shotsRemaining": "Skud tilbage: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "Inklusiv backup: %1$s", - "create.gui.schematicannon.optionEnabled": "Slået til", - "create.gui.schematicannon.optionDisabled": "Slået fra", - "create.gui.schematicannon.showOptions": "Vis printerindstillinger", - "create.gui.schematicannon.option.dontReplaceSolid": "Erstat ikke massive blokke", - "create.gui.schematicannon.option.replaceWithSolid": "Erstat massiv med massiv", - "create.gui.schematicannon.option.replaceWithAny": "Erstat massiv med enhver", - "create.gui.schematicannon.option.replaceWithEmpty": "Erstat massiv med tomt", - "create.gui.schematicannon.option.skipMissing": "Spring over manglende blokke", - "create.gui.schematicannon.option.skipTileEntities": "Beskyt blokojekter", - "create.gui.schematicannon.slot.gunpowder": "UNLOCALIZED: Add gunpowder to fuel the cannon", - "create.gui.schematicannon.slot.listPrinter": "UNLOCALIZED: Place books here to print a Checklist for your Schematic", - "create.gui.schematicannon.slot.schematic": "UNLOCALIZED: Add your Schematic here. Make sure it is deployed at a specific location.", - "create.gui.schematicannon.option.skipMissing.description": "UNLOCALIZED: If the cannon cannot find a required Block for placement, it will continue at the next Location.", - "create.gui.schematicannon.option.skipTileEntities.description": "UNLOCALIZED: The cannon will avoid replacing data holding blocks such as Chests.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "UNLOCALIZED: The cannon will never replace any Solid blocks in its working area, only non-Solid and Air.", - "create.gui.schematicannon.option.replaceWithSolid.description": "UNLOCALIZED: The cannon will only replace Solid blocks in its working area if the Schematic contains a solid Block at the Location.", - "create.gui.schematicannon.option.replaceWithAny.description": "UNLOCALIZED: The cannon will replace Solid blocks in its working area if the Schematic contains any Block at the Location.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "UNLOCALIZED: The cannon will clear out all blocks in its working area, including those replaced by Air.", - - "create.schematicannon.status.idle": "Ledig", - "create.schematicannon.status.ready": "Klar", - "create.schematicannon.status.running": "I gang", - "create.schematicannon.status.finished": "Færdig", - "create.schematicannon.status.paused": "Pauset", - "create.schematicannon.status.stopped": "Stoppet", - "create.schematicannon.status.noGunpowder": "Løbet tør for krudt", - "create.schematicannon.status.targetNotLoaded": "Målet er ikke indlæst", - "create.schematicannon.status.targetOutsideRange": "Målet er for langt væk", - "create.schematicannon.status.searching": "Søger", - "create.schematicannon.status.skipping": "Springer over", - "create.schematicannon.status.missingBlock": "Mangler genstand:", - "create.schematicannon.status.placing": "Placerer", - "create.schematicannon.status.clearing": "Fjerner blokke", - "create.schematicannon.status.schematicInvalid": "Schematic ugyldig", - "create.schematicannon.status.schematicNotPlaced": "Schematic ikke placeret", - "create.schematicannon.status.schematicExpired": "Schematic-fil udløbet", - - "create.materialChecklist": "Materiale-tjekliste", - "create.materialChecklist.blocksNotLoaded": "* OBS *\n\nMateriale-liste er måske upræcis, da nogle relevante klodser ikke er indlæst.", - - "create.gui.filter.deny_list": "Afvis-liste", - "create.gui.filter.deny_list.description": "Genstande består, hvis de IKKE matcher nogen af ovenstående. En tom afvis-liste accepterer alt.", - "create.gui.filter.allow_list": "Tillad-liste", - "create.gui.filter.allow_list.description": "Genstande består, hvis de matcher nogle af ovenstående. En tom tillad-liste afviser alt.", - "create.gui.filter.respect_data": "Respekter data", - "create.gui.filter.respect_data.description": "Genstande matcher kun, hvis deres holdbarhed, fortryllelser og andre attributter også matcher.", - "create.gui.filter.ignore_data": "Ignorer data", - "create.gui.filter.ignore_data.description": "Genstande matcher uanset deres attributter.", - - "create.item_attributes.placeable": "kan placeres", - "create.item_attributes.placeable.inverted": "kan ikke placeres", - "create.item_attributes.consumable": "kan spises", - "create.item_attributes.consumable.inverted": "kan ikke spises", - "create.item_attributes.fluid_container": "kan indeholde væsker", - "create.item_attributes.fluid_container.inverted": "kan ikke indeholde væsker", - "create.item_attributes.enchanted": "er fortryllet", - "create.item_attributes.enchanted.inverted": "er ikke fortryllet", - "create.item_attributes.max_enchanted": "er fortryllet med højeste niveau", - "create.item_attributes.max_enchanted.inverted": "er ikke fortryllet med højeste niveau", - "create.item_attributes.renamed": "har et brugerdefineret navn", - "create.item_attributes.renamed.inverted": "har ikke et brugerdefineret navn", - "create.item_attributes.damaged": "er beskadiget", - "create.item_attributes.damaged.inverted": "er ikke beskadiget", - "create.item_attributes.badly_damaged": "er slemt beskadiget", - "create.item_attributes.badly_damaged.inverted": "er ikke slemt beskadiget", - "create.item_attributes.not_stackable": "kan ikke stables", - "create.item_attributes.not_stackable.inverted": "kan stables", - "create.item_attributes.equipable": "kan tages på", - "create.item_attributes.equipable.inverted": "kan ikke tages på", - "create.item_attributes.furnace_fuel": "er ovnbrændsel", - "create.item_attributes.furnace_fuel.inverted": "er ikke ovnbrændsel", - "create.item_attributes.washable": "kan vaskes", - "create.item_attributes.washable.inverted": "kan ikke vaskes", - "create.item_attributes.hauntable": "kan hjemsøges", - "create.item_attributes.hauntable.inverted": "kan ikke hjemsøges", - "create.item_attributes.crushable": "kan knuses", - "create.item_attributes.crushable.inverted": "kan ikke knuses", - "create.item_attributes.smeltable": "kan smeltes", - "create.item_attributes.smeltable.inverted": "kan ikke smeltes", - "create.item_attributes.smokable": "kan røges", - "create.item_attributes.smokable.inverted": "kan ikke røges", - "create.item_attributes.blastable": "kan smeltes i en højovn", - "create.item_attributes.blastable.inverted": "kan ikke smeltes i en højovn", - "create.item_attributes.compostable": "UNLOCALIZED: can be composted", - "create.item_attributes.compostable.inverted": "UNLOCALIZED: cannot be composted", - "create.item_attributes.shulker_level": "er shulkerboks %1$s", - "create.item_attributes.shulker_level.inverted": "er shulkerboks ikke %1$s", - "create.item_attributes.shulker_level.full": "helt fyldt", - "create.item_attributes.shulker_level.empty": "tom", - "create.item_attributes.shulker_level.partial": "delvist fyldt", - "create.item_attributes.in_tag": "har mærke %1$s", - "create.item_attributes.in_tag.inverted": "har ikke mærke %1$s", - "create.item_attributes.in_item_group": "er i gruppe '%1$s'", - "create.item_attributes.in_item_group.inverted": "er ikke i gruppe '%1$s'", - "create.item_attributes.added_by": "er tilføjet af %1$s", - "create.item_attributes.added_by.inverted": "er ikke tilføjet af %1$s", - "create.item_attributes.has_enchant": "er fortryllet med %1$s", - "create.item_attributes.has_enchant.inverted": "er ikke fortryllet med %1$s", - "create.item_attributes.color": "er farvet %1$s", - "create.item_attributes.color.inverted": "er ikke farvet %1$s", - "create.item_attributes.has_fluid": "indeholder %1$s", - "create.item_attributes.has_fluid.inverted": "indeholder ikke %1$s", - "create.item_attributes.has_name": "har det brugerdefinerede navn %1$s", - "create.item_attributes.has_name.inverted": "har ikke det brugerdefinerede navn %1$s", - "create.item_attributes.book_author": "er skrevet af %1$s", - "create.item_attributes.book_author.inverted": "er ikke skrevet af %1$s", - "create.item_attributes.book_copy_original": "er en original", - "create.item_attributes.book_copy_original.inverted": "er ikke en original", - "create.item_attributes.book_copy_first": "er en førstegenerationskopi", - "create.item_attributes.book_copy_first.inverted": "er ikke en førstegenerationskopi", - "create.item_attributes.book_copy_second": "er en andengenerationskopi", - "create.item_attributes.book_copy_second.inverted": "er ikke en andengenerationskopi", - "create.item_attributes.book_copy_tattered": "er et laset rod", - "create.item_attributes.book_copy_tattered.inverted": "er ikke et laset rod", - "create.item_attributes.astralsorcery_amulet": "forbedrer %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "forbedrer ikke %1$s", - "create.item_attributes.astralsorcery_constellation": "UNLOCALIZED: is attuned to %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "UNLOCALIZED: is not attuned to %1$s", - "create.item_attributes.astralsorcery_crystal": "har krystalattribut %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "har ikke krystalattribut %1$s", - "create.item_attributes.astralsorcery_perk_gem": "UNLOCALIZED: has perk attribute %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "UNLOCALIZED: does not have perk attribute %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "Ingen attributter valgt", - "create.gui.attribute_filter.selected_attributes": "Valgte attributter:", - "create.gui.attribute_filter.add_attribute": "Tilføj attribut til liste", - "create.gui.attribute_filter.add_inverted_attribute": "Tilføj modsatte attribut til liste", - "create.gui.attribute_filter.allow_list_disjunctive": "Tillad-liste (Enhver)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "Genstande består, hvis de har enhver af de valgte attributter.", - "create.gui.attribute_filter.allow_list_conjunctive": "Tillad-liste (Alle)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "Genstande består kun, hvis de har ALLE de valgte attributter.", - "create.gui.attribute_filter.deny_list": "Afvis-liste", - "create.gui.attribute_filter.deny_list.description": "Genstande består, hvis de IKKE har nogen af de valgte attributter.", - "create.gui.attribute_filter.add_reference_item": "Tilføj referencegenstand", - - "create.tooltip.holdForDescription": "Hold [%1$s] for oversigt", - "create.tooltip.holdForControls": "Hold [%1$s] for styring", - "create.tooltip.keyShift": "Shift", - "create.tooltip.keyCtrl": "Ctrl", - "create.tooltip.speedRequirement": "Hastighedskrav: %1$s", - "create.tooltip.speedRequirement.none": "Ingen", - "create.tooltip.speedRequirement.slow": "Langsom", - "create.tooltip.speedRequirement.medium": "Moderat", - "create.tooltip.speedRequirement.fast": "Hurtig", - "create.tooltip.stressImpact": "Kinetisk belastningspåvirkning: %1$s", - "create.tooltip.stressImpact.low": "Lav", - "create.tooltip.stressImpact.medium": "Moderat", - "create.tooltip.stressImpact.high": "Høj", - "create.tooltip.stressImpact.overstressed": "Overbelastet", - "create.tooltip.up_to": "Op til %1$s", - "create.tooltip.capacityProvided": "Kinetisk belastningskapacitet: %1$s", - "create.tooltip.capacityProvided.low": "Lille", - "create.tooltip.capacityProvided.medium": "Mellem", - "create.tooltip.capacityProvided.high": "Stor", - "create.tooltip.generationSpeed": "Genererer med %1$s %2$s", - "create.tooltip.analogStrength": "Analogstyrke: %1$s/15", - - "create.mechanical_arm.extract_from": "Tag genstande fra %1$s", - "create.mechanical_arm.deposit_to": "Aflever genstande til %1$s", - "create.mechanical_arm.summary": "Mekaniske arm har %1$s input(s) og %2$s output(s).", - "create.mechanical_arm.points_outside_range": "%1$s valgt(e) interaktionspunkt(er) fjernet pga. rækkeviddebegrænsninger.", - - "create.weighted_ejector.target_set": "Mål valgt", - "create.weighted_ejector.target_not_valid": "Udslynger til blokken ved siden af (målet var ikke gyldigt)", - "create.weighted_ejector.no_target": "Udslynger til blokken ved siden af (intet mål var valgt)", - "create.weighted_ejector.targeting": "Udslynger til [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "Udslynget stakstørrelse", - - "create.logistics.when_multiple_outputs_available": "Når flere outputs er tilgængelige", - - "create.mechanical_arm.selection_mode.round_robin": "UNLOCALIZED: Round Robin", - "create.mechanical_arm.selection_mode.forced_round_robin": "UNLOCALIZED: Forced Round Robin", - "create.mechanical_arm.selection_mode.prefer_first": "Foretræk første mål", - - "create.tunnel.selection_mode.split": "Fordel", - "create.tunnel.selection_mode.forced_split": "UNLOCALIZED: Forced Split", - "create.tunnel.selection_mode.round_robin": "UNLOCALIZED: Round Robin", - "create.tunnel.selection_mode.forced_round_robin": "UNLOCALIZED: Forced Round Robin", - "create.tunnel.selection_mode.prefer_nearest": "Foretræk nærmeste", - "create.tunnel.selection_mode.randomize": "Vælg tilfældigt", - "create.tunnel.selection_mode.synchronize": "Synkroniser inputs", - - "create.tooltip.chute.header": "Skaktinformation", - "create.tooltip.chute.items_move_down": "Genstande bevæger sig nedad", - "create.tooltip.chute.items_move_up": "Genstande bevæger sig opad", - "create.tooltip.chute.no_fans_attached": "Ingen tilknyttede blæsere", - "create.tooltip.chute.fans_push_up": "Blæsere skubber nedefra", - "create.tooltip.chute.fans_push_down": "Blæsere skubber oppefra", - "create.tooltip.chute.fans_pull_up": "Blæsere trækker oppefra", - "create.tooltip.chute.fans_pull_down": "Blæsere trækker nedefra", - "create.tooltip.chute.contains": "Indeholder: %1$s x%2$s", - "create.tooltip.deployer.header": "Anvender-information", - "create.tooltip.deployer.using": "Tilstand: Anvend", - "create.tooltip.deployer.punching": "Tilstand: Slå", - "create.tooltip.deployer.contains": "Genstand: %1$s x%2$s", - "create.tooltip.brass_tunnel.contains": "Fordeler i øjeblikket:", - "create.tooltip.brass_tunnel.contains_entry": "> %1$s x%2$s", - "create.tooltip.brass_tunnel.retrieve": "Højreklik for at få tilbage", - - "create.linked_controller.bind_mode": "Bindetilstand aktiv", - "create.linked_controller.press_keybind": "Tryk %1$s, %2$s, %3$s, %4$s, %5$s eller %6$s for at binde denne frekvens til den respektive tast", - "create.linked_controller.key_bound": "Frekvens bundet til %1$s", - "create.linked_controller.frequency_slot_1": "Tast: %1$s, Frek. #1", - "create.linked_controller.frequency_slot_2": "Tast: %1$s, Frek. #2", - - "create.crafting_blueprint.crafting_slot": "UNLOCALIZED: Ingredient 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.potato_cannon.ammo.attack_damage": "%1$s Angrebsstyrke", - "create.potato_cannon.ammo.reload_ticks": "%1$s Ladetiks", - "create.potato_cannon.ammo.knockback": "%1$s Tilbageslag", - - "create.hint.hose_pulley.title": "Bundløs forsyning", - "create.hint.hose_pulley": "UNLOCALIZED: The targeted body of fluid is considered infinite.", - "create.hint.mechanical_arm_no_targets.title": "Ingen mål", - "create.hint.mechanical_arm_no_targets": "UNLOCALIZED: It appears this _Mechanical_ _Arm_ has not been assigned any _targets._ Select belts, depots, funnels and other blocks by _right-clicking_ them while _holding_ the _Mechanical_ _Arm_ in your _hand_.", - "create.hint.empty_bearing.title": "Opdater leje", - "create.hint.empty_bearing": "UNLOCALIZED: _Right-click_ the bearing with an _empty_ _hand_ to _attach_ the structure you just built in front of it.", - "create.hint.full_deployer.title": "UNLOCALIZED: Deployer Item Overflow", - "create.hint.full_deployer": "UNLOCALIZED: It appears this _Deployer_ contains _excess_ _items_ that need to be _extracted._ Use a _hopper,_ _funnel_ or other means to free it from its overflow.", - - "create.backtank.low": "Tryk i rygtank lavt", - "create.backtank.depleted": "Tryk i rygtank udtømt", - - "create.hint.derailed_train.title": "Afsporet tog", - "create.hint.derailed_train": "Det virker til, at dette _tog_ ikke længere sidder på et forbundet skinnestykke. _Højreklik_ med en _skruenøgle_ for at flytte det til nogle nærliggende skinner.", - - "create.boiler.status": "Kedelstatus: %1$s", - "create.boiler.status_short": "Kedel: %1$s", - "create.boiler.passive": "Passiv", - "create.boiler.idle": "Inaktiv", - "create.boiler.lvl": "Niveau %1$s", - "create.boiler.max_lvl": "Maks.", - "create.boiler.size": "Størrelse", - "create.boiler.size_dots": "....... ", - "create.boiler.water": "Vand", - "create.boiler.water_dots": "... ", - "create.boiler.heat": "Varme", - "create.boiler.heat_dots": "...... ", - "create.boiler.via_one_engine": "via 1 dampmaskine", - "create.boiler.via_engines": "via %1$s dampmaskiner", - - "create.gui.schedule.lmb_edit": "Venstreklik for at redigere", - "create.gui.schedule.rmb_remove": "Højreklik for at fjerne", - "create.gui.schedule.duplicate": "Dupliker", - "create.gui.schedule.remove_entry": "Fjern handling", - "create.gui.schedule.add_entry": "Tilføj handling", - "create.gui.schedule.move_up": "Flyt op", - "create.gui.schedule.move_down": "Flyt ned", - "create.gui.schedule.add_condition": "Tilføj betingelse", - "create.gui.schedule.alternative_condition": "Alternativ betingelse", - - "create.schedule.instruction_type": "Næste handling:", - "create.schedule.instruction.editor": "Instruktions-editor", - "create.schedule.instruction.destination": "Kør til station", - "create.schedule.instruction.destination.summary": "Næste stop:", - "create.schedule.instruction.filter_edit_box": "Stationsnavn", - "create.schedule.instruction.filter_edit_box_1": "Brug * som et tekst-jokertegn", - "create.schedule.instruction.filter_edit_box_2": "Eksempel: 'Min station, spor *'", - "create.schedule.instruction.filter_edit_box_3": "Tog vælger det nærmeste ledige match", - "create.schedule.instruction.rename": "Opdater køreplanstitel", - "create.schedule.instruction.rename.summary": "Ny titel:", - "create.schedule.instruction.name_edit_box": "Køreplanstitel", - "create.schedule.instruction.name_edit_box_1": "Påvirker tekst vist på displays", - "create.schedule.instruction.name_edit_box_2": "Er den næste destinations navn som standard", - "create.schedule.instruction.throttle": "Begræns topfart", - "create.schedule.instruction.throttle.summary": "Ændr topfart til %1$s", - "create.schedule.instruction.throttle_edit_box": "Fart", - "create.schedule.instruction.throttle_edit_box_1": "Påvirker topfarten af toget", - "create.schedule.condition_type": "Fortsæt hvis/efter:", - "create.schedule.condition.editor": "Betingelses-editor", - "create.schedule.condition.delay": "Planlagt ventetid", - "create.schedule.condition.delay_short": "Vent: %1$s", - "create.schedule.condition.delay.status": "Afgår om %1$s", - "create.schedule.condition.idle": "Last-inaktivitet", - "create.schedule.condition.idle_short": "Last inaktiv: %1$s", - "create.schedule.condition.idle.status": "Last inaktiv i %1$s", - "create.schedule.condition.for_x_time": "i %1$s", - "create.schedule.condition.unloaded": "Klods ikke indlæst", - "create.schedule.condition.unloaded.status": "Venter på, at klods ikke er indlæst", - "create.schedule.condition.powered": "Station får redstonesignal", - "create.schedule.condition.powered.status": "Venter på redstone", - "create.schedule.condition.time_of_day": "Tid på dagen", - "create.schedule.condition.time_of_day.scheduled": "Planlagt tid: %1$s", - "create.schedule.condition.time_of_day.digital_format": "%1$s.%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "Hyppighed", - "create.schedule.condition.time_of_day.rotation.every_24": "Hver dag", - "create.schedule.condition.time_of_day.rotation.every_12": "Hver 12.00", - "create.schedule.condition.time_of_day.rotation.every_6": "Hver 6.00", - "create.schedule.condition.time_of_day.rotation.every_4": "Hver 4.00", - "create.schedule.condition.time_of_day.rotation.every_3": "Hver 3.00", - "create.schedule.condition.time_of_day.rotation.every_2": "Hver 2.00", - "create.schedule.condition.time_of_day.rotation.every_1": "Hver 1.00", - "create.schedule.condition.time_of_day.rotation.every_0_45": "Hver 0.45", - "create.schedule.condition.time_of_day.rotation.every_0_30": "Hver 0.30", - "create.schedule.condition.time_of_day.rotation.every_0_15": "Hver 0.15", - "create.schedule.condition.time_of_day.status": "Afgår kl. ", - "create.schedule.condition.threshold.train_holds": "Tog indeholder %1$s", - "create.schedule.condition.threshold.greater": "mere end", - "create.schedule.condition.threshold.less": "mindre end", - "create.schedule.condition.threshold.equal": "præcist", - "create.schedule.condition.threshold.x_units_of_item": "%1$s %2$s af %3$s", - "create.schedule.condition.threshold.matching_content": "matchende indhold", - "create.schedule.condition.threshold.anything": "UNLOCALIZED: Anything", - "create.schedule.condition.threshold.item_measure": "Måleenhed", - "create.schedule.condition.threshold.items": "genstande", - "create.schedule.condition.threshold.stacks": "stabler", - "create.schedule.condition.threshold.buckets": "spande", - "create.schedule.condition.threshold.status": "Last: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "Referencegenstand", - "create.schedule.condition.threshold.place_item_2": "Filtre kan bruges", - "create.schedule.condition.threshold.place_item_3": "UNLOCALIZED: Leave empty to match any", - "create.schedule.condition.fluid_threshold": "Væskelast-betingelse", - "create.schedule.condition.item_threshold": "Genstandslast-betingelse", - "create.schedule.condition.redstone_link": "UNLOCALIZED: Redstone Link", - "create.schedule.condition.redstone_link.status": "UNLOCALIZED: Waiting for redstone link", - "create.schedule.condition.redstone_link_on": "UNLOCALIZED: Link On", - "create.schedule.condition.redstone_link_off": "UNLOCALIZED: Link Off", - "create.schedule.condition.redstone_link.powered": "UNLOCALIZED: Powered", - "create.schedule.condition.redstone_link.unpowered": "UNLOCALIZED: Not powered", - "create.schedule.condition.redstone_link.frequency_state": "UNLOCALIZED: Frequency state:", - "create.schedule.condition.redstone_link.frequency_powered": "UNLOCALIZED: Frequency powered:", - "create.schedule.condition.redstone_link.frequency_unpowered": "UNLOCALIZED: Frequency not powered:", - "create.schedule.condition.player_count": "Siddende spillere", - "create.schedule.condition.player_count.summary": "%1$s spiller", - "create.schedule.condition.player_count.summary_plural": "%1$s spillere", - "create.schedule.condition.player_count.seated": "%1$s sidder", - "create.schedule.condition.player_count.players": "Spillere", - "create.schedule.condition.player_count.condition": "Betingelse", - "create.schedule.condition.player_count.exactly": "Præcist", - "create.schedule.condition.player_count.or_above": "Eller over", - "create.schedule.condition.player_count.status": "Passagerer: %1$s/%2$s", - "create.schedule.loop": "Gentag for evigt", - "create.schedule.loop1": "Køreplanen starter", - "create.schedule.loop2": "forfra når færdig", - "create.schedule.reset": "UNLOCALIZED: Reset Progress", - "create.schedule.skip": "Spring over nuværende stop", - "create.schedule.applied_to_train": "Tog følger nu denne køreplan", - "create.schedule.non_controlling_seat": "UNLOCALIZED: Conductor needs to sit in front of a Controls block", - "create.schedule.remove_with_empty_hand": "Fjern nuværende køreplan med en tom hånd", - "create.schedule.auto_removed_from_train": "UNLOCALIZED: Auto-Schedule discarded", - "create.schedule.removed_from_train": "UNLOCALIZED: Schedule retrieved from Train", - "create.schedule.no_stops": "Denne køreplan har ingen stop endnu", - "create.schedule.continued": "Køreplan genoptaget", - - "create.track.selection_cleared": "Markering ryddet", - "create.track.valid_connection": "Kan forbinde ✔", - "create.track.second_point": "Placer skinner eller vælg det andet punkt", - "create.track.too_far": "For langt væk", - "create.track.original_missing": "UNLOCALIZED: Original block removed, Sneak-click to reset", - "create.track.perpendicular": "UNLOCALIZED: Cannot connect perpendicularly", - "create.track.ascending_s_curve": "UNLOCALIZED: Cannot create sloped S-Bends", - "create.track.too_sharp": "UNLOCALIZED: Turn too sharp", - "create.track.too_steep": "UNLOCALIZED: Slope too steep", - "create.track.slope_turn": "UNLOCALIZED: Cannot enter or leave slope on a turn", - "create.track.opposing_slopes": "UNLOCALIZED: Cannot connect opposing slopes", - "create.track.leave_slope_ascending": "UNLOCALIZED: Cannot leave this slope while ascending", - "create.track.leave_slope_descending": "UNLOCALIZED: Cannot leave this slope while descending", - "create.track.turn_90": "UNLOCALIZED: Can only turn up to 90 Degrees", - "create.track.junction_start": "UNLOCALIZED: Cannot start connection from a Junction", - "create.track.turn_start": "UNLOCALIZED: Cannot start connection from a Turn", - "create.track.not_enough_tracks": "UNLOCALIZED: Not holding enough tracks", - "create.track.not_enough_pavement": "UNLOCALIZED: Not holding enough pavement blocks", - - "create.portal_track.failed": "Kan ikke placere portalskinne:", - "create.portal_track.missing": "UNLOCALIZED: Target portal not generated yet", - "create.portal_track.blocked": "UNLOCALIZED: Target location blocked (%1$s,%2$s,%3$s)", - - "create.station.idle": "Station er ledig", - "create.station.assembly_title": "Togsamling", - "create.station.close": "Luk vindue", - "create.station.cancel": "Afbryd samling", - "create.station.failed": "Samling fejlede", - "create.station.icon_type": "Ikontype", - "create.station.create_train": "Lav nyt tog", - "create.station.assemble_train": "Saml tog", - "create.station.disassemble_train": "Skil tog ad", - "create.station.remove_schedule": "UNLOCALIZED: Retrieve Schedule", - "create.station.remove_auto_schedule": "UNLOCALIZED: Discard Auto-Schedule", - "create.station.no_assembly_diagonal": "Kan ikke bygge tog", - "create.station.no_assembly_diagonal_1": "på diagonale skinner", - "create.station.no_assembly_curve": "Kan ikke bygge tog", - "create.station.no_assembly_curve_1": "på buede skinner", - "create.station.train_not_aligned": "UNLOCALIZED: Cannot disassemble,", - "create.station.train_not_aligned_1": "UNLOCALIZED: not all carriages aligned", - "create.station.carriage_number": "Vogn %1$s:", - "create.station.retry": "Løs dette og prøv igen", - "create.station.no_bogeys": "Ingen bogier", - "create.station.one_bogey": "1 bogie", - "create.station.more_bogeys": "%1$s bogier", - "create.station.how_to": "UNLOCALIZED: Use Train Casing on highlighted Tracks to create bogeys.", - "create.station.how_to_1": "UNLOCALIZED: Remove bogeys by breaking the block on top.", - "create.station.how_to_2": "UNLOCALIZED: Build carriages attached to one or two bogeys each.", - - "create.train_assembly.too_many_bogeys": "UNLOCALIZED: Too many Bogeys attached: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "UNLOCALIZED: Frontmost Bogey must be at Station Marker", - "create.train_assembly.no_bogeys": "UNLOCALIZED: No Bogeys Found", - "create.train_assembly.not_connected_in_order": "UNLOCALIZED: Bogeys are not connected in order", - "create.train_assembly.bogeys_too_close": "UNLOCALIZED: Bogeys %1$s and %2$s are too close to each other", - "create.train_assembly.single_bogey_carriage": "UNLOCALIZED: This Bogey type cannot support a carriage on its own", - "create.train_assembly.nothing_attached": "UNLOCALIZED: No structure attached to Bogey %1$s", - "create.train_assembly.no_controls": "UNLOCALIZED: At least one forward-facing controls block needs to be mounted on the train", - "create.train_assembly.sideways_controls": "UNLOCALIZED: A mounted controls block is facing sideways", - "create.train_assembly.bogey_created": "UNLOCALIZED: Bogey created. Click again to cycle type", - "create.train_assembly.requires_casing": "UNLOCALIZED: Use Railway Casing to create bogeys on tracks", - - "create.track_target.set": "UNLOCALIZED: Targeted track selected", - "create.track_target.success": "UNLOCALIZED: Successfully bound to targeted track", - "create.track_target.clear": "UNLOCALIZED: Cleared track selection", - "create.track_target.missing": "UNLOCALIZED: Right-click the targeted train track first", - "create.track_target.too_far": "UNLOCALIZED: Targeted track is too far from here", - "create.track_target.no_junctions": "UNLOCALIZED: Targeted track cannot be an intersection", - "create.track_target.occupied": "UNLOCALIZED: Targeted track is occupied", - "create.track_target.invalid": "UNLOCALIZED: Cannot target this track here", - - "create.train.unnamed": "Unavngivet tog", - "create.train.cannot_relocate_moving": "UNLOCALIZED: Cannot relocate a moving Train", - "create.train.relocate": "UNLOCALIZED: Click a Track to Relocate %1$s to. Sneak-Click to abort", - "create.train.relocate.abort": "UNLOCALIZED: Relocation aborted", - "create.train.relocate.success": "UNLOCALIZED: Relocation successful", - "create.train.relocate.valid": "UNLOCALIZED: Can relocate to here, Click to Confirm", - "create.train.relocate.invalid": "UNLOCALIZED: Cannot relocate Train to here", - "create.train.relocate.too_far": "UNLOCALIZED: Cannot relocate Train this far away", - "create.train.departing_from": "Afgår fra %1$s", - "create.train.arrived_at": "Ankom til %1$s", - "create.train.status": " Information om tog: %1$s", - "create.train.status.back_on_track": "Toget er tilbage på sporet", - "create.train.status.collision": "Sammenstød med et andet tog", - "create.train.status.end_of_track": "UNLOCALIZED: A Carriage has reached the end of its Track", - "create.train.status.double_portal": "UNLOCALIZED: A Carriage cannot enter a portal whilst leaving another", - "create.train.status.coupling_stress": "UNLOCALIZED: Forced stop due to Stress on Couplings", - "create.train.status.track_missing": "UNLOCALIZED: Tracks are missing beneath the Train", - "create.train.status.paused_for_manual": "UNLOCALIZED: Schedule paused for manual controls", - "create.train.status.opposite_driver": "UNLOCALIZED: Path requires a driver facing the opposite direction", - "create.train.status.missing_driver": "Føreren er forsvundet", - "create.train.status.found_driver": "En ny fører er blevet fundet", - "create.train.status.navigation_success": "UNLOCALIZED: Navigation succeeded", - "create.train.status.no_match": "UNLOCALIZED: No station on graph matches '%1$s'", - "create.train.status.no_path": "UNLOCALIZED: No suitable path to the next Scheduled destination could be found", - - "create.track_signal.cannot_change_mode": "UNLOCALIZED: Unable to switch mode of this Signal", - "create.track_signal.mode_change.entry_signal": "UNLOCALIZED: -> Allow passage if section unoccupied", - "create.track_signal.mode_change.cross_signal": "UNLOCALIZED: -> Allow passage if section fully traversable", - - "create.contraption.controls.start_controlling": "UNLOCALIZED: Now controlling: %1$s", - "create.contraption.controls.stop_controlling": "UNLOCALIZED: Stopped controlling contraption", - "create.contraption.controls.approach_station": "UNLOCALIZED: Hold %1$s to approach %2$s", - - "create.display_link.set": "UNLOCALIZED: Targeted position selected", - "create.display_link.success": "UNLOCALIZED: Successfully bound to targeted position", - "create.display_link.clear": "UNLOCALIZED: Cleared position selection", - "create.display_link.too_far": "UNLOCALIZED: Targeted position is too far from here", - "create.display_link.invalid": "UNLOCALIZED: Link has no valid target, try placing it again", - "create.display_link.title": "Displaybindeled", - "create.display_link.no_source": "Ikke en displaykilde", - "create.display_link.no_target": "Ikke et displaymål", - "create.display_link.reading_from": "Læs fra:", - "create.display_link.writing_to": "Send til:", - "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", - "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", - "create.display_link.view_compatible": "UNLOCALIZED: Click to view all Compatible", - "create.display_link.information_type": "Informationstype", - "create.display_link.display_on": "Skriv data til:", - "create.display_link.display_on_multiline": "Begynd at skrive på:", - - "create.display_source.label": "UNLOCALIZED: Attached Label", - "create.display_source.combine_item_names": "Kombiner genstandsnavne", - "create.display_source.count_items": "Antal matchende genstande", - "create.display_source.list_items": "Oplist matchende genstande", - "create.display_source.fluid_amount": "Antal matchende væsker", - "create.display_source.list_fluids": "Oplist matchende væsker", - "create.display_source.nixie_tube": "Kopier Nixie-rør", - "create.display_source.fill_level": "Beholder-opfyldningsniveau", - "create.display_source.fill_level.display": "Displayformat", - "create.display_source.fill_level.percent": "Procentdel", - "create.display_source.fill_level.progress_bar": "Statuslinje", - "create.display_source.value_list.display": "Værdivisning", - "create.display_source.value_list.shortened": "Forkortet", - "create.display_source.value_list.full_number": "Hele tallet", - "create.display_source.value_list.thousand": "UNLOCALIZED: k", - "create.display_source.value_list.million": "UNLOCALIZED: m", - "create.display_source.player_deaths": "UNLOCALIZED: Player Deaths", - "create.display_source.scoreboard": "UNLOCALIZED: Scoreboard", - "create.display_source.scoreboard.objective": "Målsætnings-ID", - "create.display_source.scoreboard.objective_not_found": "'%1$s' ikke fundet", - "create.display_source.scoreboard.objective.deaths": "UNLOCALIZED: Player Deaths", - "create.display_source.time_of_day": "Tid på dagen", - "create.display_source.stop_watch": "Stopur", - "create.display_source.time.format": "Tidsformat", - "create.display_source.time.12_hour": "12-time", - "create.display_source.time.24_hour": "24-time", - "create.display_source.accumulate_items": "Akkumuler antal genstande", - "create.display_source.item_throughput": "Genstandsgennemløb", - "create.display_source.item_throughput.interval": "Interval", - "create.display_source.item_throughput.interval.second": "per sekund", - "create.display_source.item_throughput.interval.minute": "per minut", - "create.display_source.item_throughput.interval.hour": "per time", - "create.display_source.train_status": "UNLOCALIZED: Train Schedule Status", - "create.display_source.station_summary": "UNLOCALIZED: Train Station Summary", - "create.display_source.station_summary.filter": "UNLOCALIZED: Station name filter", - "create.display_source.station_summary.train_name_column": "UNLOCALIZED: Train column size", - "create.display_source.station_summary.platform_column": "UNLOCALIZED: Platform column size", - "create.display_source.station_summary.now": "nu", - "create.display_source.station_summary.minutes": "min", - "create.display_source.station_summary.seconds": "%1$ss", - "create.display_source.observed_train_name": "Observerede tognavn", - "create.display_source.max_enchant_level": "Højeste fortryllelsespris", - "create.display_source.boiler_status": "Kedelstatus", - "create.display_source.entity_name": "Objektnavn", - "create.display_source.kinetic_speed": "Omdrejningshastighed (RPM)", - "create.display_source.kinetic_speed.absolute": "Ignorer retning", - "create.display_source.kinetic_speed.directional": "Inkluder retning", - "create.display_source.kinetic_stress": "Netværksbelastning", - "create.display_source.kinetic_stress.display": "Vist information", - "create.display_source.kinetic_stress.progress_bar": "Statuslinje", - "create.display_source.kinetic_stress.percent": "Procentdel", - "create.display_source.kinetic_stress.current": "Belastning i SU", - "create.display_source.kinetic_stress.max": "Samlet kapacitet", - "create.display_source.kinetic_stress.remaining": "Resterende SU", - "create.display_source.redstone_power": "Redstone-kraft", - "create.display_source.redstone_power.display": "Displayformat", - "create.display_source.redstone_power.number": "Tal", - "create.display_source.redstone_power.progress_bar": "Statuslinje", - "create.display_source.boiler.not_enough_space": "Ikke nok plads ", - "create.display_source.boiler.for_boiler_status": "til kedelstatus", - - "create.display_target.line": "Linje %1$s", - "create.display_target.page": "Side %1$s", - "create.display_target.single_line": "Enkelt linje", - - "create.flap_display.cycles.alphabet": " ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z;Æ;Ø;Å", - "create.flap_display.cycles.numeric": " ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": " ;min;nu;15s;30s;45s", - "create.flap_display.cycles.shortened_numbers": "UNLOCALIZED: ;K;M", - "create.flap_display.cycles.fluid_units": "UNLOCALIZED: mB;B ", - "create.flap_display.cycles.instant": " ; ", - "create.flap_display.cycles.pixel": "█;▓;▒", - - "create.super_glue.too_far": "UNLOCALIZED: Selected area is too big", - "create.super_glue.cannot_reach": "UNLOCALIZED: Selected blocks must be connected", - "create.super_glue.click_to_confirm": "Klik igen for at bekræfte", - "create.super_glue.click_to_discard": "UNLOCALIZED: Sneak-click to discard selection", - "create.super_glue.first_pos": "UNLOCALIZED: First position selected", - "create.super_glue.abort": "UNLOCALIZED: Selection discarded", - "create.super_glue.not_enough": "UNLOCALIZED: Not enough glue in inventory", - "create.super_glue.success": "Anvender lim...", - - "create.gui.config.overlay1": "Hej :)", - "create.gui.config.overlay2": "UNLOCALIZED: This is a sample overlay", - "create.gui.config.overlay3": "Klik eller træk med din mus", - "create.gui.config.overlay4": "for at flytte denne forhåndsvisning", - "create.gui.config.overlay5": "UNLOCALIZED: Press ESC to exit this screen", - "create.gui.config.overlay6": "UNLOCALIZED: and save the new position", - "create.gui.config.overlay7": "UNLOCALIZED: Run /create overlay reset", - "create.gui.config.overlay8": "UNLOCALIZED: to reset to the default position", - - "create.command.killTPSCommand": "killtps", - "create.command.killTPSCommand.status.slowed_by.0": "UNLOCALIZED: [Create]: Server tick is currently slowed by %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "UNLOCALIZED: [Create]: Server tick is slowed by %s ms now >:)", - "create.command.killTPSCommand.status.slowed_by.2": "UNLOCALIZED: [Create]: Server tick is back to regular speed :D", - "create.command.killTPSCommand.status.usage.0": "UNLOCALIZED: [Create]: use /killtps stop to bring back server tick to regular speed", - "create.command.killTPSCommand.status.usage.1": "UNLOCALIZED: [Create]: use /killtps start to artificially slow down the server tick", - "create.command.killTPSCommand.argument.tickTime": "UNLOCALIZED: tickTime", - - "create.contraption.minecart_contraption_too_big": "Denne vognmekanisme ser ud til at være for stor til at samle op", - "create.contraption.minecart_contraption_illegal_pickup": "En mystisk kraft binder denne vognmekanisme til verdenen", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "Mekanisme standser", - "create.subtitle.peculiar_bell_use": "Besynderlig klokke ringer", - "create.subtitle.worldshaper_place": "Verdensformer siger zap", - "create.subtitle.whistle_train_manual": "Tog fløjter", - "create.subtitle.steam": "Damp-lyde", - "create.subtitle.saw_activate_stone": "Mekanisk sav aktiverer", - "create.subtitle.schematicannon_finish": "Skematikanon siger ding", - "create.subtitle.crafter_craft": "Fremstiller samler", - "create.subtitle.wrench_remove": "Komponent ødelægges", - "create.subtitle.train3": "Bogiehjul rumler dæmpet", - "create.subtitle.whistle": "Fløjt", - "create.subtitle.cogs": "Tandhjul rumler", - "create.subtitle.slime_added": "Slim svupper", - "create.subtitle.whistle_train_low": "Lavt fløjt", - "create.subtitle.schematicannon_launch_block": "Skematikanon affyrer", - "create.subtitle.controller_take": "Pult tømmes", - "create.subtitle.crafter_click": "Fremstiller klikker", - "create.subtitle.depot_plop": "Genstand lander", - "create.subtitle.confirm": "Bekræftende ding", - "create.subtitle.mixing": "Blandelyde", - "create.subtitle.mechanical_press_activation_belt": "Mekanisk presse siger bonk", - "create.subtitle.fwoomp": "Kartoffelkanon siger fwump", - "create.subtitle.sanding_long": "Slibelyde", - "create.subtitle.crushing_1": "Knuselyde", - "create.subtitle.depot_slide": "Genstand glider", - "create.subtitle.blaze_munch": "Blazebrænder gnasker", - "create.subtitle.funnel_flap": "Tragt flapper", - "create.subtitle.haunted_bell_use": "Hjemsøgt klokke ringer", - "create.subtitle.scroll_value": "Rulle-input klikker", - "create.subtitle.controller_put": "Controller laver et bump", - "create.subtitle.cranking": "Håndsving drejer", - "create.subtitle.sanding_short": "Slibelyde", - "create.subtitle.wrench_rotate": "Skruenøgle bruges", - "create.subtitle.potato_hit": "Grøntsag rammer", - "create.subtitle.saw_activate_wood": "Mekanisk sav aktiverer", - "create.subtitle.whistle_high": "Højt fløjt", - "create.subtitle.whistle_train_manual_low": "Tog fløjter", - "create.subtitle.whistle_train": "Fløjt", - "create.subtitle.haunted_bell_convert": "Hjemsøgt klokke vågner", - "create.subtitle.train": "Bogiehjul rumler", - "create.subtitle.deny": "Afvisende bup-lyd", - "create.subtitle.controller_click": "Controller klikker", - "create.subtitle.whistle_low": "Lavt fløjt", - "create.subtitle.copper_armor_equip": "Dykkerudstyr klirrer", - "create.subtitle.mechanical_press_activation": "Mekanisk presse siger klang", - "create.subtitle.contraption_assemble": "Mekanisme bevæger sig", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", - "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", - "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", - "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", - "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", - "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", - "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", - "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", - - "block.create.wooden_bracket.tooltip": "UNLOCALIZED: WOODEN BRACKET", - "block.create.wooden_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with a cozy and wooden bit of reinforcement.", - - "block.create.metal_bracket.tooltip": "UNLOCALIZED: METAL BRACKET", - "block.create.metal_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with an industrial and sturdy bit of reinforcement.", - - "block.create.seat.tooltip": "UNLOCALIZED: SEAT", - "block.create.seat.tooltip.summary": "UNLOCALIZED: Sit yourself down and enjoy the ride! Will anchor a player onto a moving _contraption_. Great for static furniture too! Comes in a variety of colours.", - "block.create.seat.tooltip.condition1": "UNLOCALIZED: Right click on Seat", - "block.create.seat.tooltip.behaviour1": "UNLOCALIZED: Sits the player on the _Seat_. Press L-shift to leave the _Seat_.", - - "item.create.blaze_cake.tooltip": "UNLOCALIZED: BLAZE CAKE", - "item.create.blaze_cake.tooltip.summary": "UNLOCALIZED: A Delicious treat for your hard-working _Blaze Burners_. Gets them all fired up!", - - "item.create.wand_of_symmetry.tooltip": "UNLOCALIZED: SYMMETRY WAND", - "item.create.wand_of_symmetry.tooltip.summary": "UNLOCALIZED: Perfectly mirrors Block placement across configured planes.", - "item.create.wand_of_symmetry.tooltip.condition1": "UNLOCALIZED: When in Hotbar", - "item.create.wand_of_symmetry.tooltip.behaviour1": "UNLOCALIZED: Stays Active", - "item.create.wand_of_symmetry.tooltip.control1": "UNLOCALIZED: R-Click on Ground", - "item.create.wand_of_symmetry.tooltip.action1": "UNLOCALIZED: _Creates_ or _Moves_ the Mirror", - "item.create.wand_of_symmetry.tooltip.control2": "UNLOCALIZED: R-Click in the Air", - "item.create.wand_of_symmetry.tooltip.action2": "UNLOCALIZED: _Removes_ the active Mirror", - "item.create.wand_of_symmetry.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", - "item.create.wand_of_symmetry.tooltip.action3": "UNLOCALIZED: Opens the _Configuration Interface_", - - "item.create.handheld_worldshaper.tooltip": "UNLOCALIZED: HANDHELD WORLDSHAPER", - "item.create.handheld_worldshaper.tooltip.summary": "UNLOCALIZED: Handy tool for creating _landscapes_ and _terrain features_.", - "item.create.handheld_worldshaper.tooltip.control1": "UNLOCALIZED: L-Click at Block", - "item.create.handheld_worldshaper.tooltip.action1": "UNLOCALIZED: Sets blocks placed by the tool to the targeted block.", - "item.create.handheld_worldshaper.tooltip.control2": "UNLOCALIZED: R-Click at Block", - "item.create.handheld_worldshaper.tooltip.action2": "UNLOCALIZED: Applies the currently selected _Brush_ and _Tool_ at the targeted location.", - "item.create.handheld_worldshaper.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", - "item.create.handheld_worldshaper.tooltip.action3": "UNLOCALIZED: Opens the _Configuration Interface_", - - "item.create.tree_fertilizer.tooltip": "UNLOCALIZED: TREE FERTILIZER", - "item.create.tree_fertilizer.tooltip.summary": "UNLOCALIZED: A powerful combination of minerals suitable for speeding up the growth of common tree types.", - "item.create.tree_fertilizer.tooltip.condition1": "UNLOCALIZED: When used on a Sapling", - "item.create.tree_fertilizer.tooltip.behaviour1": "UNLOCALIZED: Grows Trees _regardless_ of their _spacing conditions_", - - "item.create.extendo_grip.tooltip": "UNLOCALIZED: EXTENDO GRIP", - "item.create.extendo_grip.tooltip.summary": "UNLOCALIZED: Boioioing! Greatly _increases reach distance_ of the wielder. Can be powered with Air Pressure from a _Copper_ _Backtank_", - "item.create.extendo_grip.tooltip.condition1": "UNLOCALIZED: When in Off-Hand", - "item.create.extendo_grip.tooltip.behaviour1": "UNLOCALIZED: Increases _reach distance_ of items used in the _Main-Hand_.", - "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.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.filter.tooltip": "UNLOCALIZED: FILTER", - "item.create.filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of items_ or several _nested filters_.", - "item.create.filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", - "item.create.filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", - "item.create.filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", - "item.create.filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", - - "item.create.attribute_filter.tooltip": "UNLOCALIZED: ATTRIBUTE FILTER", - "item.create.attribute_filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of_ item _attributes_ and _categories_.", - "item.create.attribute_filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", - "item.create.attribute_filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", - "item.create.attribute_filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", - "item.create.attribute_filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", - - "item.create.empty_schematic.tooltip": "UNLOCALIZED: EMPTY SCHEMATIC", - "item.create.empty_schematic.tooltip.summary": "UNLOCALIZED: Used as a recipe ingredient and for writing at the _Schematic Table_.", - - "item.create.schematic.tooltip": "UNLOCALIZED: SCHEMATIC", - "item.create.schematic.tooltip.summary": "UNLOCALIZED: Holds a structure to be positioned and placed into the world. Position the Hologram as desired and use a _Schematicannon_ to build it.", - "item.create.schematic.tooltip.condition1": "UNLOCALIZED: When Held", - "item.create.schematic.tooltip.behaviour1": "UNLOCALIZED: Can be positioned using the Tools on Screen.", - "item.create.schematic.tooltip.control1": "UNLOCALIZED: R-Click while Sneaking", - "item.create.schematic.tooltip.action1": "UNLOCALIZED: Opens an _Interface_ for entering exact _Coordinates_.", - - "item.create.schematic_and_quill.tooltip": "UNLOCALIZED: SCHEMATIC AND QUILL", - "item.create.schematic_and_quill.tooltip.summary": "UNLOCALIZED: Used for saving a Structure in your world to a .nbt file.", - "item.create.schematic_and_quill.tooltip.condition1": "UNLOCALIZED: Step 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "UNLOCALIZED: Select two corner points using R-Click.", - "item.create.schematic_and_quill.tooltip.condition2": "UNLOCALIZED: Step 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "UNLOCALIZED: _Ctrl-Scroll_ on the faces to adjust the size. R-Click again to Save.", - "item.create.schematic_and_quill.tooltip.control1": "UNLOCALIZED: R-Click", - "item.create.schematic_and_quill.tooltip.action1": "UNLOCALIZED: Select a corner point / confirm save.", - "item.create.schematic_and_quill.tooltip.control2": "UNLOCALIZED: Ctrl Held", - "item.create.schematic_and_quill.tooltip.action2": "UNLOCALIZED: Select points in _mid-air_. _Scroll_ to adjust the distance.", - "item.create.schematic_and_quill.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", - "item.create.schematic_and_quill.tooltip.action3": "UNLOCALIZED: _Resets_ and removes the selection.", - - "block.create.schematicannon.tooltip": "UNLOCALIZED: SCHEMATICANNON", - "block.create.schematicannon.tooltip.summary": "UNLOCALIZED: Shoots blocks to recreate a deployed _Schematic_ in the World. Uses items from adjacent Inventories and _Gunpowder_ as fuel.", - "block.create.schematicannon.tooltip.condition1": "UNLOCALIZED: When R-Clicked", - "block.create.schematicannon.tooltip.behaviour1": "UNLOCALIZED: Opens the _Interface_", - - "block.create.schematic_table.tooltip": "UNLOCALIZED: SCHEMATIC TABLE", - "block.create.schematic_table.tooltip.summary": "UNLOCALIZED: Writes saved Schematics onto an _Empty Schematic_.", - "block.create.schematic_table.tooltip.condition1": "UNLOCALIZED: When given an Empty Schematic", - "block.create.schematic_table.tooltip.behaviour1": "UNLOCALIZED: Uploads a chosen File from your Schematics Folder.", - - "item.create.goggles.tooltip": "UNLOCALIZED: GOGGLES", - "item.create.goggles.tooltip.summary": "UNLOCALIZED: A pair of glasses to augment your vision with useful _kinetic information_.", - "item.create.goggles.tooltip.condition1": "UNLOCALIZED: When worn", - "item.create.goggles.tooltip.behaviour1": "UNLOCALIZED: Shows _colored indicators_ corresponding to the _Speed Level_ of a placed kinetic component as well as _Stress Impact_ and _Capacity_ of individual components.", - "item.create.goggles.tooltip.condition2": "UNLOCALIZED: When looking at gauge", - "item.create.goggles.tooltip.behaviour2": "UNLOCALIZED: Shows detailed information about _Speed_ or _Stress_ of the network to which the gauge is connected.", - "item.create.goggles.tooltip.condition3": "UNLOCALIZED: When looking at fluid containers", - "item.create.goggles.tooltip.behaviour3": "UNLOCALIZED: Shows detailed information about the _Capacity_ of the block and any _Fluids_ stored within.", - - "item.create.wrench.tooltip": "UNLOCALIZED: WRENCH", - "item.create.wrench.tooltip.summary": "UNLOCALIZED: A useful tool for working on kinetic contraptions. Can be used to _Rotate_, _Dismantle_ and to _Configure_ components.", - "item.create.wrench.tooltip.control1": "UNLOCALIZED: Right-Click a kinetic block", - "item.create.wrench.tooltip.action1": "UNLOCALIZED: _Rotates components_ toward or away from the face with which you interacted.", - "item.create.wrench.tooltip.control2": "UNLOCALIZED: R-Click while Sneaking", - "item.create.wrench.tooltip.action2": "UNLOCALIZED: _Disassembles Kinetic components_ and places them back in _your inventory_.", - - "block.create.nozzle.tooltip": "UNLOCALIZED: NOZZLE", - "block.create.nozzle.tooltip.summary": "UNLOCALIZED: Attach to the front of an _Encased Fan_ to distribute its effect on Entities in _all directions_.", - - "block.create.cuckoo_clock.tooltip": "UNLOCALIZED: CUCKOO CLOCK", - "block.create.cuckoo_clock.tooltip.summary": "UNLOCALIZED: Fine craftsmanship for _decorating_ a space and _keeping track of time_.", - "block.create.cuckoo_clock.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", - "block.create.cuckoo_clock.tooltip.behaviour1": "UNLOCALIZED: Shows the _current time_ and plays a tune twice a day. _Activates_ once at _noon_ and at dusk, as soon as _players can sleep_.", - - "block.create.turntable.tooltip": "UNLOCALIZED: TURNTABLE", - "block.create.turntable.tooltip.summary": "UNLOCALIZED: Turns _Rotational Force_ into refined Motion Sickness.", - - "block.create.toolbox.tooltip": "UNLOCALIZED: TOOLBOX", - "block.create.toolbox.tooltip.summary": "UNLOCALIZED: Every Inventors' dearest Companion. Conveniently _holds_ a large amount of _8 Different_ item types.", - "block.create.toolbox.tooltip.condition1": "UNLOCALIZED: When Picked Up", - "block.create.toolbox.tooltip.behaviour1": "UNLOCALIZED: _Retains_ Inventory _Contents_.", - "block.create.toolbox.tooltip.condition2": "UNLOCALIZED: When placed in Range", - "block.create.toolbox.tooltip.behaviour2": "UNLOCALIZED: _Nearby_ _Players_ can hold the _Toolbox_ _Keybind_ to access its contents _Remotely_.", - "block.create.toolbox.tooltip.condition3": "UNLOCALIZED: When R-Clicked", - "block.create.toolbox.tooltip.behaviour3": "UNLOCALIZED: Opens the _Container Interface_.", - - "block.create.stockpile_switch.tooltip": "UNLOCALIZED: STOCKPILE SWITCH", - "block.create.stockpile_switch.tooltip.summary": "UNLOCALIZED: Toggles a Redstone signal based on the amount of _Stored Items_ or _Fluids_ in the attached Container. Comes with a handy filter. As opposed to a _Comparator,_ the _Stockpile Switch_ allows configuration of _thresholds,_ at which signals are inverted.", - "block.create.stockpile_switch.tooltip.condition1": "UNLOCALIZED: When R-Clicked", - "block.create.stockpile_switch.tooltip.behaviour1": "UNLOCALIZED: Opens the _Configuration Interface_.", - - "block.create.content_observer.tooltip": "UNLOCALIZED: CONTENT OBSERVER", - "block.create.content_observer.tooltip.summary": "UNLOCALIZED: _Detects Items_ or _Fluids_ inside _containers_, _pipes_ or _conveyors_ matching a configured _filter_.", - "block.create.content_observer.tooltip.condition1": "UNLOCALIZED: When observing a Container", - "block.create.content_observer.tooltip.behaviour1": "UNLOCALIZED: Emits a _Redstone Signal_ while the observed container has _matching_ _content_.", - "block.create.content_observer.tooltip.condition2": "UNLOCALIZED: When observing a Funnel", - "block.create.content_observer.tooltip.behaviour2": "UNLOCALIZED: Emits a _Redstone Pulse_ when a _matching_ Item is _transferred_.", - - "block.create.creative_crate.tooltip": "UNLOCALIZED: CREATIVE CRATE", - "block.create.creative_crate.tooltip.summary": "UNLOCALIZED: This _Storage Container_ allows infinite replication of any item. Place next to a _Schematicannon_ to remove any material requirements.", - "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 your _Blaze Burners_. After eating this cake, Blaze Burners will _never run out of fuel_.", - "item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Cycles_ a 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", - "block.create.controller_rail.tooltip.behaviour1": "UNLOCALIZED: _Accelerates_ or _Decelerates_ passing _minecarts_ corresponding to the _signal strength_. Propagates redstone power to adjacent controller rails. Powering two controller rails with different strengths will cause tracks between them to interpolate their signal.", - - "item.create.sand_paper.tooltip": "UNLOCALIZED: SAND PAPER", - "item.create.sand_paper.tooltip.summary": "UNLOCALIZED: A rough paper that can be used to _polish materials_. Can be automatically applied using the Deployer.", - "item.create.sand_paper.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.sand_paper.tooltip.behaviour1": "UNLOCALIZED: Applies polish to items held in the _offhand_ or lying on the _floor_ when _looking at them_", - - "item.create.builders_tea.tooltip": "UNLOCALIZED: BUILDERS TEA", - "item.create.builders_tea.tooltip.summary": "UNLOCALIZED: The perfect drink to get the day started- _Motivating_ and _Saturating._", - - "item.create.refined_radiance.tooltip": "UNLOCALIZED: REFINED RADIANCE", - "item.create.refined_radiance.tooltip.summary": "UNLOCALIZED: A Chromatic material forged from _absorbed light_.", - "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.shadow_steel.tooltip": "UNLOCALIZED: SHADOW STEEL", - "item.create.shadow_steel.tooltip.summary": "UNLOCALIZED: A Chromatic material forged _in the void_.", - "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.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.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.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.", - - "block.create.placard.tooltip": "UNLOCALIZED: PLACARD", - "block.create.placard.tooltip.summary": "UNLOCALIZED: _Frame_ your _items_ in brass using this fancy wall panel. Safe for contraptions!", - "block.create.placard.tooltip.condition1": "UNLOCALIZED: When R-Clicked with Item", - "block.create.placard.tooltip.behaviour1": "UNLOCALIZED: _Adds_ the held _item_ to the Placard. _Emits_ a brief _Redstone_ signal if a matching item was present already.", - "block.create.placard.tooltip.condition2": "UNLOCALIZED: When Punched", - "block.create.placard.tooltip.behaviour2": "UNLOCALIZED: _Removes_ the current _item_ in the frame.", - - "block.create.flywheel.tooltip": "UNLOCALIZED: FLYWHEEL", - "block.create.flywheel.tooltip.summary": "UNLOCALIZED: _Embellish_ your _Machines_ with this imposing Wheel of Brass.", - "block.create.flywheel.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", - "block.create.flywheel.tooltip.behaviour1": "UNLOCALIZED: Starts spinning.", - - "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.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.minecart_coupling.tooltip": "UNLOCALIZED: MINECART COUPLING", - "item.create.minecart_coupling.tooltip.summary": "UNLOCALIZED: _Chains_ all your _Minecarts_ or _Carriage Contraptions_ together to form a majestic Train.", - "item.create.minecart_coupling.tooltip.condition1": "UNLOCALIZED: When Used on Minecart", - "item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.", - - "item.create.experience_nugget.tooltip": "UNLOCALIZED: NUGGET OF EXPERIENCE", - "item.create.experience_nugget.tooltip.summary": "UNLOCALIZED: _Ding!_ A speck of _inspiration_ from your fantastic inventions.", - "item.create.experience_nugget.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.experience_nugget.tooltip.behaviour1": "UNLOCALIZED: _Redeems_ _Experience_ points contained within.", - - "block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL", - "block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...", - - "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 [------------------------<-", - - "create.ponder.hold_to_ponder": "UNLOCALIZED: Hold [%1$s] to Ponder", - "create.ponder.subject": "UNLOCALIZED: Subject of this scene", - "create.ponder.pondering": "UNLOCALIZED: Pondering about...", - "create.ponder.identify_mode": "UNLOCALIZED: Identify mode active.\nUnpause with [%1$s]", - "create.ponder.associated": "UNLOCALIZED: Associated Entries", - "create.ponder.close": "UNLOCALIZED: Close", - "create.ponder.identify": "UNLOCALIZED: Identify", - "create.ponder.next": "UNLOCALIZED: Next Scene", - "create.ponder.next_up": "UNLOCALIZED: Up Next:", - "create.ponder.previous": "UNLOCALIZED: Previous Scene", - "create.ponder.replay": "UNLOCALIZED: Replay", - "create.ponder.think_back": "UNLOCALIZED: Think Back", - "create.ponder.slow_text": "UNLOCALIZED: Comfy Reading", - "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.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": "Ctrl +", - "create.ponder.shared.rpm32": "UNLOCALIZED: 32 RPM", - "create.ponder.shared.rpm16_source": "UNLOCALIZED: Source: 16 RPM", - "create.ponder.shared.movement_anchors": "UNLOCALIZED: With the help of 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.display_sources": "UNLOCALIZED: Sources for Display Links", - "create.ponder.tag.display_sources.description": "UNLOCALIZED: Components or Blocks which offer some data that can be read with a Display Link", - "create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation", - "create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around", - "create.ponder.tag.display_targets": "UNLOCALIZED: Targets for Display Links", - "create.ponder.tag.display_targets.description": "UNLOCALIZED: Components or Blocks which can process and display the data received from a Display Link", - "create.ponder.tag.train_related": "UNLOCALIZED: Railway Equipment", - "create.ponder.tag.train_related.description": "UNLOCALIZED: Components used in the construction or management of Train Contraptions", - - "create.ponder.analog_lever.header": "UNLOCALIZED: Controlling signals using the Analog Lever", - "create.ponder.analog_lever.text_1": "UNLOCALIZED: Analog Levers make for a compact and precise source of redstone power", - "create.ponder.analog_lever.text_2": "UNLOCALIZED: Right-click to increase its analog power output", - "create.ponder.analog_lever.text_3": "UNLOCALIZED: Right-click while Sneaking to decrease the power output again", - - "create.ponder.andesite_tunnel.header": "UNLOCALIZED: Using Andesite Tunnels", - "create.ponder.andesite_tunnel.text_1": "UNLOCALIZED: Andesite Tunnels can be used to cover up your belts", - "create.ponder.andesite_tunnel.text_2": "UNLOCALIZED: Whenever an Andesite Tunnel has connections to the sides...", - "create.ponder.andesite_tunnel.text_3": "UNLOCALIZED: ...they will split exactly one item off of any passing stacks", - "create.ponder.andesite_tunnel.text_4": "UNLOCALIZED: The remainder will continue on its path", - - "create.ponder.auto_schedule.header": "UNLOCALIZED: Stations & Scheduling", - "create.ponder.auto_schedule.text_1": "UNLOCALIZED: Schedules can be used to provide drivers with a destination", - "create.ponder.auto_schedule.text_2": "UNLOCALIZED: Comparators will receive a signal whenever a Train is present", - "create.ponder.auto_schedule.text_3": "UNLOCALIZED: Mind that a Station can only be approached from the indicated direction", - "create.ponder.auto_schedule.text_4": "UNLOCALIZED: Stations can also be used to assign new Schedules automatically", - "create.ponder.auto_schedule.text_5": "UNLOCALIZED: The Schedule placed on a station will automatically copy itself to present trains", - "create.ponder.auto_schedule.text_6": "UNLOCALIZED: As opposed to manual scheduling, drivers will not take the item with them", - - "create.ponder.basin.header": "UNLOCALIZED: Processing Items in the Basin", - "create.ponder.basin.text_1": "UNLOCALIZED: A Basin can hold Items and Fluids for Processing", - "create.ponder.basin.text_2": "UNLOCALIZED: After a processing step, basins try to output below to the side of them", - "create.ponder.basin.text_3": "UNLOCALIZED: When a valid component is present, the Basin will show an output faucet", - "create.ponder.basin.text_4": "UNLOCALIZED: A number of options are applicable here", - "create.ponder.basin.text_5": "UNLOCALIZED: Outputs will be caught by the inventory below", - "create.ponder.basin.text_6": "UNLOCALIZED: Without output faucet, the Basin will retain items created in its processing", - "create.ponder.basin.text_7": "UNLOCALIZED: This can be useful if outputs should be re-used as ingredients", - "create.ponder.basin.text_8": "UNLOCALIZED: Desired outputs will then have to be extracted from the basin", - "create.ponder.basin.text_9": "UNLOCALIZED: A Filter might be necessary to avoid pulling out un-processed items", - - "create.ponder.bearing_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Bearing", - "create.ponder.bearing_modes.text_1": "UNLOCALIZED: When Stopped, the Bearing will place the structure at the nearest grid-aligned Angle", - "create.ponder.bearing_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only near the angle it started at", - - "create.ponder.belt_casing.header": "UNLOCALIZED: Encasing Belts", - "create.ponder.belt_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Mechanical Belts", - "create.ponder.belt_casing.text_2": "UNLOCALIZED: A wrench can be used to remove the casing", - - "create.ponder.belt_connector.header": "UNLOCALIZED: Using Mechanical Belts", - "create.ponder.belt_connector.text_1": "UNLOCALIZED: Right-Clicking two shafts with a belt item will connect them together", - "create.ponder.belt_connector.text_2": "UNLOCALIZED: Accidental selections can be canceled with Right-Click while Sneaking", - "create.ponder.belt_connector.text_3": "UNLOCALIZED: Additional Shafts can be added throughout the Belt", - "create.ponder.belt_connector.text_4": "UNLOCALIZED: Shafts connected via Belts will rotate with Identical Speed and Direction", - "create.ponder.belt_connector.text_5": "UNLOCALIZED: Added shafts can be removed using the wrench", - "create.ponder.belt_connector.text_6": "UNLOCALIZED: Mechanical Belts can be dyed for aesthetic purposes", - - "create.ponder.belt_directions.header": "UNLOCALIZED: Valid Orientations for Mechanical Belts", - "create.ponder.belt_directions.text_1": "UNLOCALIZED: Belts cannot connect in arbitrary directions", - "create.ponder.belt_directions.text_2": "UNLOCALIZED: 1. They can connect horizontally", - "create.ponder.belt_directions.text_3": "UNLOCALIZED: 2. They can connect diagonally", - "create.ponder.belt_directions.text_4": "UNLOCALIZED: 3. They can connect vertically", - "create.ponder.belt_directions.text_5": "UNLOCALIZED: 4. And they can connect vertical shafts horizontally", - "create.ponder.belt_directions.text_6": "UNLOCALIZED: These are all possible directions. Belts can span any Length between 2 and 20 blocks", - - "create.ponder.belt_transport.header": "UNLOCALIZED: Using Mechanical Belts for Logistics", - "create.ponder.belt_transport.text_1": "UNLOCALIZED: Moving belts will transport Items and other Entities", - "create.ponder.belt_transport.text_2": "UNLOCALIZED: Right-Click with an empty hand to take items off a belt", - - "create.ponder.blaze_burner.header": "UNLOCALIZED: Feeding Blaze Burners", - "create.ponder.blaze_burner.text_1": "UNLOCALIZED: Blaze Burners can provide Heat to Items processed in a Basin", - "create.ponder.blaze_burner.text_2": "UNLOCALIZED: For this, the Blaze has to be fed with flammable items", - "create.ponder.blaze_burner.text_3": "UNLOCALIZED: With a Blaze Cake, the Burner can reach an even stronger level of heat", - "create.ponder.blaze_burner.text_4": "UNLOCALIZED: The feeding process can be automated using Deployers or Mechanical Arms", - - "create.ponder.brass_funnel.header": "UNLOCALIZED: The Brass Funnel", - "create.ponder.brass_funnel.text_1": "UNLOCALIZED: Andesite Funnels can only ever extract single items.", - "create.ponder.brass_funnel.text_2": "UNLOCALIZED: Brass Funnels can extract up to a full stack.", - "create.ponder.brass_funnel.text_3": "UNLOCALIZED: Scrolling on the filter slot allows for precise control over the extracted stack size.", - "create.ponder.brass_funnel.text_4": "UNLOCALIZED: Using items on the filter slot will restrict the funnel to only transfer matching stacks.", - - "create.ponder.brass_tunnel.header": "UNLOCALIZED: Using Brass Tunnels", - "create.ponder.brass_tunnel.text_1": "UNLOCALIZED: Brass Tunnels can be used to cover up your belts", - "create.ponder.brass_tunnel.text_2": "UNLOCALIZED: Brass Tunnels have filter slots on each open side", - "create.ponder.brass_tunnel.text_3": "UNLOCALIZED: Filters on inbound connections simply block non-matching items", - "create.ponder.brass_tunnel.text_4": "UNLOCALIZED: Filters on outbound connections can be used to sort items by type", - "create.ponder.brass_tunnel.text_5": "UNLOCALIZED: Whenever a passing item has multiple valid exits, the distribution mode will decide how to handle it", - "create.ponder.brass_tunnel.text_6": "UNLOCALIZED: Brass Tunnels on parallel belts will form a group", - "create.ponder.brass_tunnel.text_7": "UNLOCALIZED: Incoming Items will now be distributed across all connected exits", - "create.ponder.brass_tunnel.text_8": "UNLOCALIZED: For this, items can also be inserted into the Tunnel block directly", - - "create.ponder.brass_tunnel_modes.header": "UNLOCALIZED: Distribution Modes of the Brass Tunnel", - "create.ponder.brass_tunnel_modes.text_1": "UNLOCALIZED: Using a Wrench, the distribution behaviour of Brass Tunnels can be configured", - "create.ponder.brass_tunnel_modes.text_10": "UNLOCALIZED: 'Synchronize Inputs' is a unique setting for Brass Tunnels", - "create.ponder.brass_tunnel_modes.text_11": "UNLOCALIZED: Items are only allowed past if every tunnel in the group has one waiting", - "create.ponder.brass_tunnel_modes.text_12": "UNLOCALIZED: This ensures that all affected belts supply items at the same rate", - "create.ponder.brass_tunnel_modes.text_2": "UNLOCALIZED: 'Split' will attempt to distribute the stack evenly between available outputs", - "create.ponder.brass_tunnel_modes.text_3": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", - "create.ponder.brass_tunnel_modes.text_4": "UNLOCALIZED: 'Forced Split' will never skip outputs, and instead wait until they are free", - "create.ponder.brass_tunnel_modes.text_5": "UNLOCALIZED: 'Round Robin' keeps stacks whole, and cycles through outputs iteratively", - "create.ponder.brass_tunnel_modes.text_6": "UNLOCALIZED: Once Again, if an output is unable to take more items, it will be skipped", - "create.ponder.brass_tunnel_modes.text_7": "UNLOCALIZED: 'Forced Round Robin' never skips outputs", - "create.ponder.brass_tunnel_modes.text_8": "UNLOCALIZED: 'Prefer Nearest' prioritizes the outputs closest to the items' input location", - "create.ponder.brass_tunnel_modes.text_9": "UNLOCALIZED: 'Randomize' will distribute whole stacks to randomly picked outputs", - - "create.ponder.cart_assembler.header": "UNLOCALIZED: Moving Structures using Cart Assemblers", - "create.ponder.cart_assembler.text_1": "UNLOCALIZED: Powered Cart Assemblers mount attached structures to passing Minecarts", - "create.ponder.cart_assembler.text_2": "UNLOCALIZED: Without a redstone signal, it disassembles passing cart contraptions back into blocks", - "create.ponder.cart_assembler.text_3": "UNLOCALIZED: Using a Wrench on the Minecart will let you carry the Contraption elsewhere", - - "create.ponder.cart_assembler_dual.header": "UNLOCALIZED: Assembling Carriage Contraptions", - "create.ponder.cart_assembler_dual.text_1": "UNLOCALIZED: Whenever two Cart Assembers share an attached structure...", - "create.ponder.cart_assembler_dual.text_2": "UNLOCALIZED: Powering either of them will create a Carriage Contraption", - "create.ponder.cart_assembler_dual.text_3": "UNLOCALIZED: The carts will behave like those connected via Minecart Coupling", - - "create.ponder.cart_assembler_modes.header": "UNLOCALIZED: Orientation Settings for Minecart Contraptions", - "create.ponder.cart_assembler_modes.text_1": "UNLOCALIZED: Cart Contraptions will rotate to face towards their carts' motion", - "create.ponder.cart_assembler_modes.text_2": "UNLOCALIZED: This Arrow indicates which side of the Structure will be considered the front", - "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_rails.header": "UNLOCALIZED: Other types of Minecarts and Rails", - "create.ponder.cart_assembler_rails.text_1": "UNLOCALIZED: Cart Assemblers on Regular Tracks will not affect the passing carts' motion", - "create.ponder.cart_assembler_rails.text_2": "UNLOCALIZED: When on Powered or Controller Rail, the carts will be held in place until it's Powered", - "create.ponder.cart_assembler_rails.text_3": "UNLOCALIZED: Other types of Minecarts can be used as the anchor", - "create.ponder.cart_assembler_rails.text_4": "UNLOCALIZED: Furnace Carts will keep themselves powered, pulling fuel from any attached inventories", - - "create.ponder.chain_drive.header": "UNLOCALIZED: Relaying rotational force with Chain Drives", - "create.ponder.chain_drive.text_1": "UNLOCALIZED: Chain Drives relay rotation to each other in a row", - "create.ponder.chain_drive.text_2": "UNLOCALIZED: All shafts connected like this will rotate in the same direction", - "create.ponder.chain_drive.text_3": "UNLOCALIZED: Any part of the row can be rotated by 90 degrees", - - "create.ponder.chain_gearshift.header": "UNLOCALIZED: Controlling rotational speed with Chain Gearshifts", - "create.ponder.chain_gearshift.text_1": "UNLOCALIZED: Unpowered Chain Gearshifts behave exactly like Chain Drives", - "create.ponder.chain_gearshift.text_2": "UNLOCALIZED: When Powered, the speed transmitted to other Chain Drives in the row is doubled", - "create.ponder.chain_gearshift.text_3": "UNLOCALIZED: Whenever the Powered Gearshift is not at the source, its speed will be halved instead", - "create.ponder.chain_gearshift.text_4": "UNLOCALIZED: In both cases, Chain Drives in the row always run at 2x the speed of the Powered Gearshift", - "create.ponder.chain_gearshift.text_5": "UNLOCALIZED: Using analog signals, the ratio can be adjusted more precisely between 1 and 2", - "create.ponder.chain_gearshift.text_6": "UNLOCALIZED: 12 RPM", - - "create.ponder.chute.header": "UNLOCALIZED: Transporting Items downward via Chutes", - "create.ponder.chute.text_1": "UNLOCALIZED: Chutes can transport items vertically from and to inventories", - "create.ponder.chute.text_2": "UNLOCALIZED: Using the Wrench, a window can be created", - "create.ponder.chute.text_3": "UNLOCALIZED: Placing chutes targeting the side faces of another will make it diagonal", - - "create.ponder.chute_upward.header": "UNLOCALIZED: Transporting Items upward via Chutes", - "create.ponder.chute_upward.text_1": "UNLOCALIZED: Using Encased Fans at the top or bottom, a Chute can move items upward", - "create.ponder.chute_upward.text_2": "UNLOCALIZED: Inspecting chutes with Engineers' Goggles reveals information about the movement direction", - "create.ponder.chute_upward.text_3": "UNLOCALIZED: On the 'blocked' end, items will have to be inserted/taken from the sides", - - "create.ponder.clockwork_bearing.header": "UNLOCALIZED: Animating Structures using Clockwork Bearings", - "create.ponder.clockwork_bearing.text_1": "UNLOCALIZED: Clockwork Bearings attach to blocks in front of them", - "create.ponder.clockwork_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, the structure will be rotated according to the hour of the day", - "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", - "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", - "create.ponder.clockwork_bearing.text_5": "UNLOCALIZED: Right-Click the bearing to start or stop animating the structure", - "create.ponder.clockwork_bearing.text_6": "UNLOCALIZED: In front of the Hour Hand, a second structure can be added", - "create.ponder.clockwork_bearing.text_7": "UNLOCALIZED: Ensure that the two Structures are not glued to each other", - "create.ponder.clockwork_bearing.text_8": "UNLOCALIZED: The Second Structure will now rotate as the Minute Hand", - - "create.ponder.clutch.header": "UNLOCALIZED: Controlling rotational force using a Clutch", - "create.ponder.clutch.text_1": "UNLOCALIZED: Clutches will relay rotation in a straight line", - "create.ponder.clutch.text_2": "UNLOCALIZED: When powered by Redstone, it breaks the connection", - - "create.ponder.cog_speedup.header": "UNLOCALIZED: Gearshifting with Cogs", - "create.ponder.cog_speedup.text_1": "UNLOCALIZED: Large and Small cogs can be connected diagonally", - "create.ponder.cog_speedup.text_2": "UNLOCALIZED: Shifting from large to small cogs, the conveyed speed will be doubled", - "create.ponder.cog_speedup.text_3": "UNLOCALIZED: Shifting the opposite way, the conveyed speed will be halved", - - "create.ponder.cogwheel.header": "UNLOCALIZED: Relaying rotational force using Cogwheels", - "create.ponder.cogwheel.text_1": "UNLOCALIZED: Cogwheels will relay rotation to other adjacent cogwheels", - "create.ponder.cogwheel.text_2": "UNLOCALIZED: Neighbouring shafts connected like this will rotate in opposite directions", - - "create.ponder.cogwheel_casing.header": "UNLOCALIZED: Encasing Cogwheels", - "create.ponder.cogwheel_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Cogwheels", - "create.ponder.cogwheel_casing.text_2": "UNLOCALIZED: Components added after encasing will not connect to the shaft outputs", - "create.ponder.cogwheel_casing.text_3": "UNLOCALIZED: The Wrench can be used to toggle connections", - - "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_motor.header": "UNLOCALIZED: Generating Rotational Force using Creative Motors", - "create.ponder.creative_motor.text_1": "UNLOCALIZED: Creative motors are a compact and configurable source of Rotational Force", - "create.ponder.creative_motor.text_2": "UNLOCALIZED: Scrolling on the back panel changes the RPM of the motors' rotational output", - - "create.ponder.creative_motor_mojang.header": "UNLOCALIZED: Mojang's Enigma", - - "create.ponder.crushing_wheels.header": "UNLOCALIZED: Processing Items with Crushing Wheels", - "create.ponder.crushing_wheels.text_1": "UNLOCALIZED: A pair of Crushing Wheels can grind items very effectively", - "create.ponder.crushing_wheels.text_2": "UNLOCALIZED: Their Rotational Input has to make them spin into each other", - "create.ponder.crushing_wheels.text_3": "UNLOCALIZED: Items thrown or inserted into the top will get processed", - "create.ponder.crushing_wheels.text_4": "UNLOCALIZED: Items can be inserted and picked up through automated means as well", - - "create.ponder.deployer.header": "UNLOCALIZED: Using the Deployer", - "create.ponder.deployer.text_1": "UNLOCALIZED: Given Rotational Force, a Deployer can imitate player interactions", - "create.ponder.deployer.text_10": "UNLOCALIZED: Right-click the front to give it an Item to use", - "create.ponder.deployer.text_11": "UNLOCALIZED: Items can also be inserted automatically", - "create.ponder.deployer.text_12": "UNLOCALIZED: Deployers carry a filter slot", - "create.ponder.deployer.text_13": "UNLOCALIZED: When a filter is set, it activates only while holding a matching item", - "create.ponder.deployer.text_14": "UNLOCALIZED: Only items matching the filter can now be inserted...", - "create.ponder.deployer.text_15": "UNLOCALIZED: ...and only non-matching items will be extracted", - "create.ponder.deployer.text_2": "UNLOCALIZED: It will always interact with the position 2 blocks in front of itself", - "create.ponder.deployer.text_3": "UNLOCALIZED: Blocks directly in front will not obstruct it", - "create.ponder.deployer.text_4": "UNLOCALIZED: Deployers can:", - "create.ponder.deployer.text_5": "UNLOCALIZED: Place Blocks,", - "create.ponder.deployer.text_6": "UNLOCALIZED: Use Items,", - "create.ponder.deployer.text_7": "UNLOCALIZED: Activate Blocks,", - "create.ponder.deployer.text_8": "UNLOCALIZED: Harvest blocks", - "create.ponder.deployer.text_9": "UNLOCALIZED: and Attack Mobs", - - "create.ponder.deployer_contraption.header": "UNLOCALIZED: Using Deployers on Contraptions", - "create.ponder.deployer_contraption.text_1": "UNLOCALIZED: Whenever Deployers are moved as part of an animated Contraption...", - "create.ponder.deployer_contraption.text_2": "UNLOCALIZED: They activate at each visited location, using items from inventories anywhere on the contraption", - "create.ponder.deployer_contraption.text_3": "UNLOCALIZED: The Filter slot can be used to specify which items to pull", - - "create.ponder.deployer_modes.header": "UNLOCALIZED: Modes of the Deployer", - "create.ponder.deployer_modes.text_1": "UNLOCALIZED: By default, a Deployer imitates a Right-click interaction", - "create.ponder.deployer_modes.text_2": "UNLOCALIZED: Using a Wrench, it can be set to imitate a Left-click instead", - - "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_redstone.header": "UNLOCALIZED: Controlling Deployers with Redstone", - "create.ponder.deployer_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Deployers will not activate", - "create.ponder.deployer_redstone.text_2": "UNLOCALIZED: Before stopping, the Deployer will finish any started cycles", - "create.ponder.deployer_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", - - "create.ponder.depot.header": "UNLOCALIZED: Using Depots", - "create.ponder.depot.text_1": "UNLOCALIZED: Depots can serve as 'stationary' belt elements", - "create.ponder.depot.text_2": "UNLOCALIZED: Right-Click to manually place or remove Items from it", - "create.ponder.depot.text_3": "UNLOCALIZED: Just like Mechanical Belts, it can provide items to processing", - "create.ponder.depot.text_4": "UNLOCALIZED: ...as well as provide Items to Mechanical Arms", - - "create.ponder.display_board.header": "UNLOCALIZED: Using Display Boards", - "create.ponder.display_board.text_1": "UNLOCALIZED: Display Boards are a scalable alternative to the sign", - "create.ponder.display_board.text_2": "UNLOCALIZED: They require Rotational Force to operate", - "create.ponder.display_board.text_3": "UNLOCALIZED: Text can be displayed using Name Tags...", - "create.ponder.display_board.text_4": "UNLOCALIZED: ...or through the use of Display Links", - "create.ponder.display_board.text_5": "UNLOCALIZED: Dyes can be applied to individual lines of the board", - "create.ponder.display_board.text_6": "UNLOCALIZED: Lines can be reset by clicking them with an empty hand", - - "create.ponder.display_link.header": "UNLOCALIZED: Setting up Display Links", - "create.ponder.display_link.text_1": "UNLOCALIZED: Display Links can be used to visualise dynamic information", - "create.ponder.display_link.text_2": "UNLOCALIZED: First, right-click the target display...", - "create.ponder.display_link.text_3": "UNLOCALIZED: ...then attach it to the block to read from", - "create.ponder.display_link.text_4": "UNLOCALIZED: Open the Interface to select and configure what is sent", - "create.ponder.display_link.text_5": "UNLOCALIZED: The display will now receive information from the link", - "create.ponder.display_link.text_6": "UNLOCALIZED: Not every block can act as a source", - "create.ponder.display_link.text_7": "UNLOCALIZED: Each compatible block provides unique information", - "create.ponder.display_link.text_8": "UNLOCALIZED: The Display Link can work with several different displays", - - "create.ponder.display_link_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.display_link_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Display Links stop sending updates", - "create.ponder.display_link_redstone.text_2": "UNLOCALIZED: Once unpowered, the Timer is reset and new info is sent immediately", - "create.ponder.display_link_redstone.text_3": "UNLOCALIZED: Signals emitted from the source do not affect the Link", - - "create.ponder.empty_blaze_burner.header": "UNLOCALIZED: Using Empty Blaze Burners", - "create.ponder.empty_blaze_burner.text_1": "UNLOCALIZED: Right-click a Blaze with the empty burner to capture it", - "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: 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", - "create.ponder.encased_fluid_pipe.text_2": "UNLOCALIZED: Aside from being conceiled, Encased Pipes are locked into their connectivity state", - "create.ponder.encased_fluid_pipe.text_3": "UNLOCALIZED: It will no longer react to any neighbouring blocks being added or removed", - - "create.ponder.fan_direction.header": "UNLOCALIZED: Air flow of Encased Fans", - "create.ponder.fan_direction.text_1": "UNLOCALIZED: Encased Fans use Rotational Force to create an Air Current", - "create.ponder.fan_direction.text_2": "UNLOCALIZED: Strength and Direction of Flow depends on the Rotational Input", - - "create.ponder.fan_processing.header": "UNLOCALIZED: Processing Items using Encased Fans", - "create.ponder.fan_processing.text_1": "UNLOCALIZED: When passing through lava, the Air Flow becomes Heated", - "create.ponder.fan_processing.text_2": "UNLOCALIZED: Items caught in the area will be smelted", - "create.ponder.fan_processing.text_3": "UNLOCALIZED: Food items thrown here would be incinerated", - "create.ponder.fan_processing.text_4": "UNLOCALIZED: Instead, a setup for Smoking using Fire should be used for them", - "create.ponder.fan_processing.text_5": "UNLOCALIZED: Air Flows passing through water create a Washing Setup", - "create.ponder.fan_processing.text_6": "UNLOCALIZED: Some interesting new processing can be done with it", - "create.ponder.fan_processing.text_7": "UNLOCALIZED: The Speed of the Fan does NOT affect the processing speed, only its range", - "create.ponder.fan_processing.text_8": "UNLOCALIZED: Fan Processing can also be applied to Items on Depots and Belts", - - "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_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_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_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.funnel_compat.header": "UNLOCALIZED: Funnel compatibility", - "create.ponder.funnel_compat.text_1": "UNLOCALIZED: Funnels should also interact nicely with a handful of other components.", - "create.ponder.funnel_compat.text_2": "UNLOCALIZED: Vertical Saws", - "create.ponder.funnel_compat.text_3": "UNLOCALIZED: Depots", - "create.ponder.funnel_compat.text_4": "UNLOCALIZED: Item Drains", - - "create.ponder.funnel_direction.header": "UNLOCALIZED: Direction of Transfer", - "create.ponder.funnel_direction.text_1": "UNLOCALIZED: Placed normally, it pulls items from the inventory.", - "create.ponder.funnel_direction.text_2": "UNLOCALIZED: Placed while sneaking, it puts items into the inventory.", - "create.ponder.funnel_direction.text_3": "UNLOCALIZED: Using a wrench, the funnel can be flipped after placement.", - "create.ponder.funnel_direction.text_4": "UNLOCALIZED: Same rules will apply for most orientations.", - "create.ponder.funnel_direction.text_5": "UNLOCALIZED: Funnels on belts will extract/insert depending on its movement direction.", - - "create.ponder.funnel_intro.header": "UNLOCALIZED: Using funnels", - "create.ponder.funnel_intro.text_1": "UNLOCALIZED: Funnels are ideal for transferring items from and to inventories.", - - "create.ponder.funnel_redstone.header": "UNLOCALIZED: Redstone control", - "create.ponder.funnel_redstone.text_1": "UNLOCALIZED: Redstone power will prevent any funnel from acting", - - "create.ponder.funnel_transfer.header": "UNLOCALIZED: Direct transfer", - "create.ponder.funnel_transfer.text_1": "UNLOCALIZED: Funnels cannot ever transfer between closed inventories directly.", - "create.ponder.funnel_transfer.text_2": "UNLOCALIZED: Chutes or Smart chutes might be more suitable for such purposes.", - "create.ponder.funnel_transfer.text_3": "UNLOCALIZED: Same applies for horizontal movement. A mechanical belt should help here.", - - "create.ponder.gantry_carriage.header": "UNLOCALIZED: Using Gantry Carriages", - "create.ponder.gantry_carriage.text_1": "UNLOCALIZED: Gantry Carriages can mount to and slide along a Gantry Shaft.", - "create.ponder.gantry_carriage.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", - - "create.ponder.gantry_cascaded.header": "UNLOCALIZED: Cascaded Gantries", - "create.ponder.gantry_cascaded.text_1": "UNLOCALIZED: Gantry shafts attach to a carriage without the need of super glue", - "create.ponder.gantry_cascaded.text_2": "UNLOCALIZED: Same applies for carriages on moved Gantry Shafts", - "create.ponder.gantry_cascaded.text_3": "UNLOCALIZED: Thus, a gantry system can be cascaded to cover multiple axes of movement", - - "create.ponder.gantry_direction.header": "UNLOCALIZED: Gantry Movement Direction", - "create.ponder.gantry_direction.text_1": "UNLOCALIZED: Gantry Shafts can have opposite orientations", - "create.ponder.gantry_direction.text_2": "UNLOCALIZED: The movement direction of carriages depend on their shafts' orientation", - "create.ponder.gantry_direction.text_3": "UNLOCALIZED: ...as well as the rotation direction of the shaft", - "create.ponder.gantry_direction.text_4": "UNLOCALIZED: Same rules apply for the propagated rotation", - - "create.ponder.gantry_redstone.header": "UNLOCALIZED: Gantry Power Propagation", - "create.ponder.gantry_redstone.text_1": "UNLOCALIZED: Redstone-powered gantry shafts stop moving their carriages", - "create.ponder.gantry_redstone.text_2": "UNLOCALIZED: Instead, its rotational force is relayed to the carriages' output shaft", - - "create.ponder.gantry_shaft.header": "UNLOCALIZED: Using Gantry Shafts", - "create.ponder.gantry_shaft.text_1": "UNLOCALIZED: Gantry Shafts form the basis of a gantry setup. Attached Carriages will move along them.", - "create.ponder.gantry_shaft.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", - - "create.ponder.gearbox.header": "UNLOCALIZED: Relaying rotational force using Gearboxes", - "create.ponder.gearbox.text_1": "UNLOCALIZED: Jumping between axes of rotation can get bulky quickly", - "create.ponder.gearbox.text_2": "UNLOCALIZED: A gearbox is the more compact equivalent of this setup", - "create.ponder.gearbox.text_3": "UNLOCALIZED: Shafts around corners rotate in mirrored directions", - "create.ponder.gearbox.text_4": "UNLOCALIZED: Straight connections will be reversed", - - "create.ponder.gearshift.header": "UNLOCALIZED: Controlling rotational force using a Gearshift", - "create.ponder.gearshift.text_1": "UNLOCALIZED: Gearshifts will relay rotation in a straight line", - "create.ponder.gearshift.text_2": "UNLOCALIZED: When powered by Redstone, it reverses the transmission", - - "create.ponder.hand_crank.header": "UNLOCALIZED: Generating Rotational Force using Hand Cranks", - "create.ponder.hand_crank.text_1": "UNLOCALIZED: Hand Cranks can be used by players to apply rotational force manually", - "create.ponder.hand_crank.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", - "create.ponder.hand_crank.text_3": "UNLOCALIZED: Its conveyed speed is relatively high", - "create.ponder.hand_crank.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", - - "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_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_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.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_vault_sizes.header": "UNLOCALIZED: Dimensions of an Item Vault", - "create.ponder.item_vault_sizes.text_1": "UNLOCALIZED: Item Vaults can be combined to increase the total capacity", - "create.ponder.item_vault_sizes.text_2": "UNLOCALIZED: Their base square can be up to 3 blocks wide...", - "create.ponder.item_vault_sizes.text_3": "UNLOCALIZED: ...and grow in length up to 3x their diameter", - - "create.ponder.item_vault_storage.header": "UNLOCALIZED: Storing Items in Vaults", - "create.ponder.item_vault_storage.text_1": "UNLOCALIZED: Item Vaults can be used to store large amounts of items", - "create.ponder.item_vault_storage.text_2": "UNLOCALIZED: However, contents cannot be added or taken manually", - "create.ponder.item_vault_storage.text_3": "UNLOCALIZED: Any components for item transfer can both insert...", - "create.ponder.item_vault_storage.text_4": "UNLOCALIZED: ...and take contents from this container", - - "create.ponder.large_cogwheel.header": "UNLOCALIZED: Relaying rotational force using Large Cogwheels", - "create.ponder.large_cogwheel.text_1": "UNLOCALIZED: Large cogwheels can connect to each other at right angles", - "create.ponder.large_cogwheel.text_2": "UNLOCALIZED: It will help relaying conveyed speed to other axes of rotation", - - "create.ponder.linear_chassis_attachment.header": "UNLOCALIZED: Attaching blocks using Linear Chassis", - "create.ponder.linear_chassis_attachment.text_1": "UNLOCALIZED: The open faces of a Linear Chassis can be made Sticky", - "create.ponder.linear_chassis_attachment.text_2": "UNLOCALIZED: Click again to make the opposite side sticky", - "create.ponder.linear_chassis_attachment.text_3": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", - "create.ponder.linear_chassis_attachment.text_4": "UNLOCALIZED: Stickied faces of the Linear Chassis will attach a line of blocks in front of it", - "create.ponder.linear_chassis_attachment.text_5": "UNLOCALIZED: Using a Wrench, a precise Range can be specified for this chassis", - "create.ponder.linear_chassis_attachment.text_6": "UNLOCALIZED: Holding CTRL and scrolling adjusts the range of all attached Chassis Blocks", - "create.ponder.linear_chassis_attachment.text_7": "UNLOCALIZED: Attaching blocks to any other side requires the use of Super Glue", - "create.ponder.linear_chassis_attachment.text_8": "UNLOCALIZED: Using these mechanics, structures of any shape can move as a Contraption", - - "create.ponder.linear_chassis_group.header": "UNLOCALIZED: Moving Linear Chassis in groups", - "create.ponder.linear_chassis_group.text_1": "UNLOCALIZED: Linear Chassis connect to identical Chassis blocks next to them", - "create.ponder.linear_chassis_group.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.linear_chassis_group.text_3": "UNLOCALIZED: Chassis of a different type or facing another direction will not attach", - - "create.ponder.mechanical_arm.header": "UNLOCALIZED: Setting up Mechanical Arms", - "create.ponder.mechanical_arm.text_1": "UNLOCALIZED: Mechanical Arms have to be assigned their in- and outputs before they are placed", - "create.ponder.mechanical_arm.text_2": "UNLOCALIZED: Right-Click inventories while holding the Arm to assign them as Targets", - "create.ponder.mechanical_arm.text_3": "UNLOCALIZED: Right-Click again to toggle between Input (Blue) and Output (Orange)", - "create.ponder.mechanical_arm.text_4": "UNLOCALIZED: Left-Click components to remove their Selection", - "create.ponder.mechanical_arm.text_5": "UNLOCALIZED: Once placed, the Mechanical Arm will target the blocks selected previously", - "create.ponder.mechanical_arm.text_6": "UNLOCALIZED: They can have any amount of in- and outputs within their range", - "create.ponder.mechanical_arm.text_7": "UNLOCALIZED: However, not every type of Inventory can be interacted with directly", - "create.ponder.mechanical_arm.text_8": "UNLOCALIZED: Funnels and Depots can help to Bridge that gap", - - "create.ponder.mechanical_arm_filtering.header": "UNLOCALIZED: Filtering Outputs of the Mechanical Arm", - "create.ponder.mechanical_arm_filtering.text_1": "UNLOCALIZED: Inputs", - "create.ponder.mechanical_arm_filtering.text_2": "UNLOCALIZED: Outputs", - "create.ponder.mechanical_arm_filtering.text_3": "UNLOCALIZED: Sometimes it is desirable to restrict targets of the Arm by matching a filter", - "create.ponder.mechanical_arm_filtering.text_4": "UNLOCALIZED: Mechanical Arms by themselves do not provide any options for filtering", - "create.ponder.mechanical_arm_filtering.text_5": "UNLOCALIZED: Brass Funnels as Targets do however communicate their own filter to the Arm", - "create.ponder.mechanical_arm_filtering.text_6": "UNLOCALIZED: The Arm is smart enough not to pick up items it couldn't distribute", - - "create.ponder.mechanical_arm_modes.header": "UNLOCALIZED: Distribution modes of the Mechanical Arm", - "create.ponder.mechanical_arm_modes.text_1": "UNLOCALIZED: Input", - "create.ponder.mechanical_arm_modes.text_2": "UNLOCALIZED: Outputs", - "create.ponder.mechanical_arm_modes.text_3": "UNLOCALIZED: Whenever an Arm has to choose between multiple valid outputs...", - "create.ponder.mechanical_arm_modes.text_4": "UNLOCALIZED: ...it will act according to its setting", - "create.ponder.mechanical_arm_modes.text_5": "UNLOCALIZED: Scrolling with a Wrench will allow you to configure it", - "create.ponder.mechanical_arm_modes.text_6": "UNLOCALIZED: Round Robin mode simply cycles through all outputs that are available", - "create.ponder.mechanical_arm_modes.text_7": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", - "create.ponder.mechanical_arm_modes.text_8": "UNLOCALIZED: Forced Round Robin mode will never skip outputs, and instead wait until they are free", - "create.ponder.mechanical_arm_modes.text_9": "UNLOCALIZED: Prefer First prioritizes the outputs selected earliest when configuring this Arm", - - "create.ponder.mechanical_arm_redstone.header": "UNLOCALIZED: Controlling Mechanical Arms with Redstone", - "create.ponder.mechanical_arm_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Mechanical Arms will not activate", - "create.ponder.mechanical_arm_redstone.text_2": "UNLOCALIZED: Before stopping, it will finish any started cycles", - "create.ponder.mechanical_arm_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", - - "create.ponder.mechanical_bearing.header": "UNLOCALIZED: Movings Structures using the Mechanical Bearing", - "create.ponder.mechanical_bearing.text_1": "UNLOCALIZED: Mechanical Bearings attach to the block in front of them", - "create.ponder.mechanical_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, it will assemble it into a Rotating Contraption", - - "create.ponder.mechanical_crafter.header": "UNLOCALIZED: Setting up Mechanical Crafters", - "create.ponder.mechanical_crafter.text_1": "UNLOCALIZED: An array of Mechanical Crafters can be used to automate any Crafting Recipe", - "create.ponder.mechanical_crafter.text_2": "UNLOCALIZED: Using a Wrench, the Crafters' paths can be arranged", - "create.ponder.mechanical_crafter.text_3": "UNLOCALIZED: For a valid setup, all paths have to converge into one exit at any side", - "create.ponder.mechanical_crafter.text_4": "UNLOCALIZED: The outputs will be placed into the inventory at the exit", - "create.ponder.mechanical_crafter.text_5": "UNLOCALIZED: Mechanical Crafters require Rotational Force to operate", - "create.ponder.mechanical_crafter.text_6": "UNLOCALIZED: Right-Click the front to insert Items manually", - "create.ponder.mechanical_crafter.text_7": "UNLOCALIZED: Once every slot of a path contains an Item, the crafting process will begin", - "create.ponder.mechanical_crafter.text_8": "UNLOCALIZED: For recipes not fully occupying the crafter setup, the start can be forced using a Redstone Pulse", - - "create.ponder.mechanical_crafter_connect.header": "UNLOCALIZED: Connecting Inventories of Crafters", - "create.ponder.mechanical_crafter_connect.text_1": "UNLOCALIZED: Items can be inserted to Crafters automatically", - "create.ponder.mechanical_crafter_connect.text_2": "UNLOCALIZED: Using the Wrench at their backs, Mechanical Crafter inputs can be combined", - "create.ponder.mechanical_crafter_connect.text_3": "UNLOCALIZED: All connected Crafters can now be accessed by the same input location", - - "create.ponder.mechanical_crafter_covers.header": "UNLOCALIZED: Covering slots of Mechanical Crafters", - "create.ponder.mechanical_crafter_covers.text_1": "UNLOCALIZED: Some recipes will require additional Crafters to bridge gaps in the path", - "create.ponder.mechanical_crafter_covers.text_2": "UNLOCALIZED: Using Slot Covers, Crafters can be set to act as an Empty Slot in the arrangement", - "create.ponder.mechanical_crafter_covers.text_3": "UNLOCALIZED: Shared Inputs created with the Wrench at the back can also reach across covered Crafters", - - "create.ponder.mechanical_drill.header": "UNLOCALIZED: Breaking Blocks with the Mechanical Drill", - "create.ponder.mechanical_drill.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Drill will break blocks directly in front of it", - "create.ponder.mechanical_drill.text_2": "UNLOCALIZED: Its mining speed depends on the Rotational Input", - - "create.ponder.mechanical_drill_contraption.header": "UNLOCALIZED: Using Mechanical Drills on Contraptions", - "create.ponder.mechanical_drill_contraption.text_1": "UNLOCALIZED: Whenever Drills are moved as part of an animated Contraption...", - "create.ponder.mechanical_drill_contraption.text_2": "UNLOCALIZED: ...they will break blocks the contraption runs them into", - - "create.ponder.mechanical_harvester.header": "UNLOCALIZED: Using Mechanical Harvesters on Contraptions", - "create.ponder.mechanical_harvester.text_1": "UNLOCALIZED: Whenever Harvesters are moved as part of an animated Contraption...", - "create.ponder.mechanical_harvester.text_2": "UNLOCALIZED: They will harvest and reset any mature crops on their way", - - "create.ponder.mechanical_mixer.header": "UNLOCALIZED: Processing Items with the Mechanical Mixer", - "create.ponder.mechanical_mixer.text_1": "UNLOCALIZED: With a Mixer and Basin, some Crafting Recipes can be automated", - "create.ponder.mechanical_mixer.text_2": "UNLOCALIZED: Available recipes include any Shapeless Crafting Recipe, plus a couple extra ones", - "create.ponder.mechanical_mixer.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", - "create.ponder.mechanical_mixer.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", - - "create.ponder.mechanical_piston.header": "UNLOCALIZED: Moving Structures using Mechanical Pistons", - "create.ponder.mechanical_piston.text_1": "UNLOCALIZED: Mechanical Pistons can move blocks in front of them", - "create.ponder.mechanical_piston.text_2": "UNLOCALIZED: Speed and direction of movement depend on the Rotational Input", - "create.ponder.mechanical_piston.text_3": "UNLOCALIZED: Sticky Mechanical Pistons can pull the attached blocks back", - - "create.ponder.mechanical_piston_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Piston", - "create.ponder.mechanical_piston_modes.text_1": "UNLOCALIZED: Whenever Pistons stop moving, the moved structure reverts to blocks", - "create.ponder.mechanical_piston_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", - - "create.ponder.mechanical_plough.header": "UNLOCALIZED: Using Mechanical Ploughs on Contraptions", - "create.ponder.mechanical_plough.text_1": "UNLOCALIZED: Whenever Ploughs are moved as part of an animated Contraption...", - "create.ponder.mechanical_plough.text_2": "UNLOCALIZED: ...they will break blocks without a solid collision hitbox", - "create.ponder.mechanical_plough.text_3": "UNLOCALIZED: Additionally, ploughs can create farmland", - "create.ponder.mechanical_plough.text_4": "UNLOCALIZED: ...they can also launch entities without hurting them", - - "create.ponder.mechanical_press.header": "UNLOCALIZED: Processing Items with the Mechanical Press", - "create.ponder.mechanical_press.text_1": "UNLOCALIZED: The Mechanical Press can process items provided beneath it", - "create.ponder.mechanical_press.text_2": "UNLOCALIZED: The Input items can be dropped or placed on a Depot under the Press", - "create.ponder.mechanical_press.text_3": "UNLOCALIZED: When items are provided on a belt...", - "create.ponder.mechanical_press.text_4": "UNLOCALIZED: The Press will hold and process them automatically", - - "create.ponder.mechanical_press_compacting.header": "UNLOCALIZED: Compacting items with the Mechanical Press", - "create.ponder.mechanical_press_compacting.text_1": "UNLOCALIZED: Pressing items held in a Basin will cause them to be Compacted", - "create.ponder.mechanical_press_compacting.text_2": "UNLOCALIZED: Compacting includes any filled 2x2 or 3x3 Crafting Recipe, plus a couple extra ones", - "create.ponder.mechanical_press_compacting.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", - "create.ponder.mechanical_press_compacting.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", - - "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_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_saw_breaker.header": "UNLOCALIZED: Cutting Trees with the Mechanical Saw", - "create.ponder.mechanical_saw_breaker.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Saw will cut trees directly in front of it", - "create.ponder.mechanical_saw_breaker.text_2": "UNLOCALIZED: In order to cut the tree fully, the Saw has to break the last block connecting it to the ground", - - "create.ponder.mechanical_saw_contraption.header": "UNLOCALIZED: Using Mechanical Saws on Contraptions", - "create.ponder.mechanical_saw_contraption.text_1": "UNLOCALIZED: Whenever Saws are moved as part of an animated Contraption...", - "create.ponder.mechanical_saw_contraption.text_2": "UNLOCALIZED: ...they will cut any trees the contraption runs them into", - - "create.ponder.mechanical_saw_processing.header": "UNLOCALIZED: Processing Items on the Mechanical Saw", - "create.ponder.mechanical_saw_processing.text_1": "UNLOCALIZED: Upward facing Mechanical Saws can process a variety of items", - "create.ponder.mechanical_saw_processing.text_2": "UNLOCALIZED: The processed item always moves against the rotational input to the saw", - "create.ponder.mechanical_saw_processing.text_3": "UNLOCALIZED: Saws can work in-line with Mechanical Belts", - "create.ponder.mechanical_saw_processing.text_4": "UNLOCALIZED: When an ingredient has multiple possible outcomes, the filter slot can specify it", - "create.ponder.mechanical_saw_processing.text_5": "UNLOCALIZED: Without filter, the Saw would cycle through all outcomes instead", - - "create.ponder.millstone.header": "UNLOCALIZED: Processing Items in the Millstone", - "create.ponder.millstone.text_1": "UNLOCALIZED: Millstones process items by grinding them", - "create.ponder.millstone.text_2": "UNLOCALIZED: They can be powered from the side using cogwheels", - "create.ponder.millstone.text_3": "UNLOCALIZED: Throw or Insert items at the top", - "create.ponder.millstone.text_4": "UNLOCALIZED: After some time, the result can be obtained via Right-click", - "create.ponder.millstone.text_5": "UNLOCALIZED: The outputs can also be extracted by automation", - - "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", - "create.ponder.piston_pole.text_2": "UNLOCALIZED: The Length of pole added at its back determines the Extension Range", - - "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_storage_interface.header": "UNLOCALIZED: Contraption Storage Exchange", - "create.ponder.portable_storage_interface.text_1": "UNLOCALIZED: Inventories on moving contraptions cannot be accessed by players.", - "create.ponder.portable_storage_interface.text_2": "UNLOCALIZED: This component can interact with storage without the need to stop the contraption.", - "create.ponder.portable_storage_interface.text_3": "UNLOCALIZED: Place a second one with a gap of 1 or 2 blocks inbetween", - "create.ponder.portable_storage_interface.text_4": "UNLOCALIZED: Whenever they pass by each other, they will engage in a connection", - "create.ponder.portable_storage_interface.text_5": "UNLOCALIZED: While engaged, the stationary interface will represent ALL inventories on the contraption", - "create.ponder.portable_storage_interface.text_6": "UNLOCALIZED: Items can now be inserted...", - "create.ponder.portable_storage_interface.text_7": "UNLOCALIZED: ...or extracted from the contraption", - "create.ponder.portable_storage_interface.text_8": "UNLOCALIZED: After no items have been exchanged for a while, the contraption will continue on its way", - - "create.ponder.portable_storage_interface_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.portable_storage_interface_redstone.text_1": "UNLOCALIZED: Redstone power will prevent the stationary interface from engaging", - - "create.ponder.powered_latch.header": "UNLOCALIZED: Controlling signals using the Powered Latch", - "create.ponder.powered_latch.text_1": "UNLOCALIZED: Powered Latches are redstone controllable Levers", - "create.ponder.powered_latch.text_2": "UNLOCALIZED: Signals at the back switch it on", - "create.ponder.powered_latch.text_3": "UNLOCALIZED: Signals from the side switch it back off", - "create.ponder.powered_latch.text_4": "UNLOCALIZED: Powered latches can also be toggled manually", - - "create.ponder.powered_toggle_latch.header": "UNLOCALIZED: Controlling signals using the Powered Toggle Latch", - "create.ponder.powered_toggle_latch.text_1": "UNLOCALIZED: Powered Toggle Latches are redstone controllable Levers", - "create.ponder.powered_toggle_latch.text_2": "UNLOCALIZED: Signals at the back will toggle its state", - "create.ponder.powered_toggle_latch.text_3": "UNLOCALIZED: ...on and back off", - "create.ponder.powered_toggle_latch.text_4": "UNLOCALIZED: Powered toggle latches can also be toggled manually", - - "create.ponder.pulse_extender.header": "UNLOCALIZED: Controlling signals using Pulse Extenders", - "create.ponder.pulse_extender.text_1": "UNLOCALIZED: Pulse Extenders can lengthen a signal passing through", - "create.ponder.pulse_extender.text_2": "UNLOCALIZED: They activate after a short delay...", - "create.ponder.pulse_extender.text_3": "UNLOCALIZED: ...and cool down for the configured duration", - "create.ponder.pulse_extender.text_4": "UNLOCALIZED: Using the mouse wheel, the discharge time can be configured", - "create.ponder.pulse_extender.text_5": "UNLOCALIZED: The configured duration can range up to 30 minutes", - - "create.ponder.pulse_repeater.header": "UNLOCALIZED: Controlling signals using Pulse Repeaters", - "create.ponder.pulse_repeater.text_1": "UNLOCALIZED: Pulse Repeaters emit a short pulse at a delay", - "create.ponder.pulse_repeater.text_2": "UNLOCALIZED: Using the mouse wheel, the charge time can be configured", - "create.ponder.pulse_repeater.text_3": "UNLOCALIZED: Configured delays can range up to 30 minutes", - - "create.ponder.radial_chassis.header": "UNLOCALIZED: Attaching blocks using Radial Chassis", - "create.ponder.radial_chassis.text_1": "UNLOCALIZED: Radial Chassis connect to identical Chassis blocks in a row", - "create.ponder.radial_chassis.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.radial_chassis.text_3": "UNLOCALIZED: The side faces of a Radial Chassis can be made Sticky", - "create.ponder.radial_chassis.text_4": "UNLOCALIZED: Click again to make all other sides sticky", - "create.ponder.radial_chassis.text_5": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", - "create.ponder.radial_chassis.text_6": "UNLOCALIZED: Whenever a Block is next to a sticky face...", - "create.ponder.radial_chassis.text_7": "UNLOCALIZED: ...it will attach all reachable blocks within a radius on that layer", - "create.ponder.radial_chassis.text_8": "UNLOCALIZED: Using a Wrench, a precise Radius can be specified for this chassis", - "create.ponder.radial_chassis.text_9": "UNLOCALIZED: Blocks not reachable by any sticky face will not attach", - - "create.ponder.redstone_contact.header": "UNLOCALIZED: Redstone Contacts", - "create.ponder.redstone_contact.text_1": "UNLOCALIZED: Redstone Contacts facing each other will emit a redstone signal", - "create.ponder.redstone_contact.text_2": "UNLOCALIZED: This still applies when one of them is part of a moving Contraption", - - "create.ponder.redstone_link.header": "UNLOCALIZED: Using Redstone Links", - "create.ponder.redstone_link.text_1": "UNLOCALIZED: Redstone Links can transmit redstone signals wirelessly", - "create.ponder.redstone_link.text_2": "UNLOCALIZED: Right-click while Sneaking to toggle receive mode", - "create.ponder.redstone_link.text_3": "UNLOCALIZED: A simple Right-click with a Wrench can do the same", - "create.ponder.redstone_link.text_4": "UNLOCALIZED: Receivers emit the redstone power of transmitters within 128 blocks", - "create.ponder.redstone_link.text_5": "UNLOCALIZED: Placing items in the two slots can specify a Frequency", - "create.ponder.redstone_link.text_6": "UNLOCALIZED: Only the links with matching Frequencies will communicate", - - "create.ponder.rope_pulley.header": "UNLOCALIZED: Moving Structures using Rope Pulleys", - "create.ponder.rope_pulley.text_1": "UNLOCALIZED: Rope Pulleys can move blocks vertically when given Rotational Force", - "create.ponder.rope_pulley.text_2": "UNLOCALIZED: Direction and Speed of movement depend on the Rotational Input", - - "create.ponder.rope_pulley_attachment.header": "UNLOCALIZED: Moving Pulleys as part of a Contraption", - "create.ponder.rope_pulley_attachment.text_1": "UNLOCALIZED: Whenever Pulleys are themselves being moved by a Contraption...", - "create.ponder.rope_pulley_attachment.text_2": "UNLOCALIZED: ...its attached structure will be dragged with it", - "create.ponder.rope_pulley_attachment.text_3": "UNLOCALIZED: Mind that pulleys are only movable while stopped", - - "create.ponder.rope_pulley_modes.header": "UNLOCALIZED: Movement Modes of the Rope Pulley", - "create.ponder.rope_pulley_modes.text_1": "UNLOCALIZED: Whenever Pulleys stop moving, the moved structure reverts to blocks", - "create.ponder.rope_pulley_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", - - "create.ponder.rose_quartz_lamp.header": "UNLOCALIZED: Rose Quartz Lamps", - "create.ponder.rose_quartz_lamp.text_1": "UNLOCALIZED: Rose Quartz Lamps activate on a Redstone signal", - "create.ponder.rose_quartz_lamp.text_2": "UNLOCALIZED: They will continue to emit redstone power afterwards", - "create.ponder.rose_quartz_lamp.text_3": "UNLOCALIZED: When multiple lamps are arranged in a group...", - "create.ponder.rose_quartz_lamp.text_4": "UNLOCALIZED: ...activating a Lamp will focus the signal to it, deactivating all others", - "create.ponder.rose_quartz_lamp.text_5": "UNLOCALIZED: Comparators output based on the distance to a powered lamp", - "create.ponder.rose_quartz_lamp.text_6": "UNLOCALIZED: The Lamps can also be toggled manually using a Wrench", - - "create.ponder.rotation_speed_controller.header": "UNLOCALIZED: Using the Rotational Speed Controller", - "create.ponder.rotation_speed_controller.text_1": "UNLOCALIZED: Rot. Speed Controllers relay rotation from their axis to a Large Cogwheel above them", - "create.ponder.rotation_speed_controller.text_2": "UNLOCALIZED: Using the scroll input on its side, the conveyed speed can be configured", - - "create.ponder.sail.header": "UNLOCALIZED: Assembling Windmills using Sails", - "create.ponder.sail.text_1": "UNLOCALIZED: Sails are handy blocks to create Windmills with", - "create.ponder.sail.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", - "create.ponder.sail.text_3": "UNLOCALIZED: Right-Click with Dye to paint them", - "create.ponder.sail.text_4": "UNLOCALIZED: Right-Click with Shears to turn them back into frames", - - "create.ponder.sail_frame.header": "UNLOCALIZED: Assembling Windmills using Sail Frames", - "create.ponder.sail_frame.text_1": "UNLOCALIZED: Sail Frames are handy blocks to create Windmills with", - "create.ponder.sail_frame.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", - - "create.ponder.sequenced_gearshift.header": "UNLOCALIZED: Controlling Rotational Speed using Sequenced Gearshifts", - "create.ponder.sequenced_gearshift.text_1": "UNLOCALIZED: Seq. Gearshifts relay rotation by following a timed list of instructions", - "create.ponder.sequenced_gearshift.text_2": "UNLOCALIZED: Right-click it to open the Configuration UI", - "create.ponder.sequenced_gearshift.text_3": "UNLOCALIZED: Upon receiving a Redstone Signal, it will start running its configured sequence", - "create.ponder.sequenced_gearshift.text_4": "UNLOCALIZED: Once finished, it waits for the next Redstone Signal and starts over", - "create.ponder.sequenced_gearshift.text_5": "UNLOCALIZED: A redstone comparator can be used to read the current progress", - - "create.ponder.shaft.header": "UNLOCALIZED: Relaying rotational force using Shafts", - "create.ponder.shaft.text_1": "UNLOCALIZED: Shafts will relay rotation in a straight line.", - - "create.ponder.shaft_casing.header": "UNLOCALIZED: Encasing Shafts", - "create.ponder.shaft_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Shafts", - - "create.ponder.smart_chute.header": "UNLOCALIZED: Filtering Items using Smart Chutes", - "create.ponder.smart_chute.text_1": "UNLOCALIZED: Smart Chutes are vertical chutes with additional control", - "create.ponder.smart_chute.text_2": "UNLOCALIZED: Items in the filter slot specify what exactly they can extract and transfer", - "create.ponder.smart_chute.text_3": "UNLOCALIZED: Use the Mouse Wheel to specify the extracted stack size", - "create.ponder.smart_chute.text_4": "UNLOCALIZED: Redstone power will prevent Smart Chutes from acting.", - - "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.speedometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Speedometer", - "create.ponder.speedometer.text_1": "UNLOCALIZED: The Speedometer displays the current Speed of the attached components", - "create.ponder.speedometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", - "create.ponder.speedometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Speedometer's measurements", - - "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.stabilized_bearings.header": "UNLOCALIZED: Stabilized Contraptions", - "create.ponder.stabilized_bearings.text_1": "UNLOCALIZED: Whenever Mechanical Bearings are themselves part of a moving Structure..", - "create.ponder.stabilized_bearings.text_2": "UNLOCALIZED: ..they will attempt to keep themselves upright", - "create.ponder.stabilized_bearings.text_3": "UNLOCALIZED: Once again, the bearing will attach to the block in front of it", - "create.ponder.stabilized_bearings.text_4": "UNLOCALIZED: As a result, the entire sub-Contraption will stay upright", - - "create.ponder.steam_engine.header": "UNLOCALIZED: Setting up Steam Engines", - "create.ponder.steam_engine.text_1": "UNLOCALIZED: Steam Engines can be placed on a Fluid Tank", - "create.ponder.steam_engine.text_10": "UNLOCALIZED: Lvl 4", - "create.ponder.steam_engine.text_11": "UNLOCALIZED: 4 Engines", - "create.ponder.steam_engine.text_12": "UNLOCALIZED: Lvl 8", - "create.ponder.steam_engine.text_13": "UNLOCALIZED: 8 Engines", - "create.ponder.steam_engine.text_2": "UNLOCALIZED: Clicking the engine with a Shaft creates the Kinetic Output", - "create.ponder.steam_engine.text_3": "UNLOCALIZED: With sufficient Heat, Water and Boiler space...", - "create.ponder.steam_engine.text_4": "UNLOCALIZED: ...they will generate Rotational Force", - "create.ponder.steam_engine.text_5": "UNLOCALIZED: The minimal setup requires 4 Fluid Tanks", - "create.ponder.steam_engine.text_6": "UNLOCALIZED: With the help of Blaze Burners, the power output can be increased", - "create.ponder.steam_engine.text_7": "UNLOCALIZED: Higher power levels require more Water, Size and Heat", - "create.ponder.steam_engine.text_8": "UNLOCALIZED: The boiler's current power level can be inspected with Engineer's Goggles", - "create.ponder.steam_engine.text_9": "UNLOCALIZED: With each added power level, an additional Engine can output at full capacity", - - "create.ponder.steam_whistle.header": "UNLOCALIZED: Setting up Steam Whistles", - "create.ponder.steam_whistle.text_1": "UNLOCALIZED: Steam Whistles can be placed on a Fluid Tank", - "create.ponder.steam_whistle.text_2": "UNLOCALIZED: If the tank receives sufficient heat...", - "create.ponder.steam_whistle.text_3": "UNLOCALIZED: ...the Whistle will play a note when activated", - "create.ponder.steam_whistle.text_4": "UNLOCALIZED: Use a Whistle item on the block to lower its pitch", - "create.ponder.steam_whistle.text_5": "UNLOCALIZED: Cycle between three different octaves using a Wrench", - "create.ponder.steam_whistle.text_6": "UNLOCALIZED: Engineer's Goggles can help to find out the current pitch of a Whistle", - - "create.ponder.sticker.header": "UNLOCALIZED: Attaching blocks using the Sticker", - "create.ponder.sticker.text_1": "UNLOCALIZED: Stickers are ideal for Redstone-controlled block attachment", - "create.ponder.sticker.text_2": "UNLOCALIZED: Upon receiving a signal, it will toggle its state", - "create.ponder.sticker.text_3": "UNLOCALIZED: If it is now moved in a contraption, the block will move with it", - "create.ponder.sticker.text_4": "UNLOCALIZED: Toggled once again, the block is no longer attached", - - "create.ponder.stressometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Stressometer", - "create.ponder.stressometer.text_1": "UNLOCALIZED: The Stressometer displays the current Stress Capacity of the attached kinetic network", - "create.ponder.stressometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", - "create.ponder.stressometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Stressometer's measurements", - - "create.ponder.super_glue.header": "UNLOCALIZED: Attaching blocks using Super Glue", - "create.ponder.super_glue.text_1": "UNLOCALIZED: Super Glue groups blocks together into moving contraptions", - "create.ponder.super_glue.text_2": "UNLOCALIZED: Clicking two endpoints creates a new 'glued' area", - "create.ponder.super_glue.text_3": "UNLOCALIZED: To remove a box, punch it with the glue item in hand", - "create.ponder.super_glue.text_4": "UNLOCALIZED: Adjacent blocks sharing an area will pull each other along", - "create.ponder.super_glue.text_5": "UNLOCALIZED: Overlapping glue volumes will move together", - "create.ponder.super_glue.text_6": "UNLOCALIZED: Blocks hanging on others usually do not require glue", - - "create.ponder.track_chunks.header": "UNLOCALIZED: Traversing unloaded Chunks", - "create.ponder.track_chunks.text_1": "UNLOCALIZED: Tracks stay functional outside of loaded chunks", - "create.ponder.track_chunks.text_2": "UNLOCALIZED: Trains will travel through inactive sections of the world without issue", - "create.ponder.track_chunks.text_3": "UNLOCALIZED: They will still stop at stations or red signals", - "create.ponder.track_chunks.text_4": "UNLOCALIZED: However, Drills and other on-board machines will not operate", - "create.ponder.track_chunks.text_5": "UNLOCALIZED: Once near a Player, the train will re-appear", - - "create.ponder.track_observer.header": "UNLOCALIZED: Detecting Trains", - "create.ponder.track_observer.text_1": "UNLOCALIZED: Select a Train Track then place the Observer nearby", - "create.ponder.track_observer.text_2": "UNLOCALIZED: The Observer will detect any Trains passing over the marker", - "create.ponder.track_observer.text_3": "UNLOCALIZED: Observers can be filtered to activate for matching cargo", - - "create.ponder.track_placement.header": "UNLOCALIZED: Placing Train Tracks", - "create.ponder.track_placement.text_1": "UNLOCALIZED: A new type of rail designed for Train Contraptions", - "create.ponder.track_placement.text_2": "UNLOCALIZED: To place rows of track in bulk, click on an existing track", - "create.ponder.track_placement.text_3": "UNLOCALIZED: Then place or select a second track", - "create.ponder.track_placement.text_4": "UNLOCALIZED: Tracks can also be placed as turns or slopes", - "create.ponder.track_placement.text_5": "UNLOCALIZED: When connecting, tracks will try to make each turn equally sized", - "create.ponder.track_placement.text_6": "UNLOCALIZED: Holding the sprint key while connecting...", - "create.ponder.track_placement.text_7": "UNLOCALIZED: ...will create the longest fitting bend instead", - "create.ponder.track_placement.text_8": "UNLOCALIZED: Materials in the off-hand will be paved under tracks automatically", - - "create.ponder.track_portal.header": "UNLOCALIZED: Tracks and the Nether", - "create.ponder.track_portal.text_1": "UNLOCALIZED: Tracks placed up against a nether portal...", - "create.ponder.track_portal.text_2": "UNLOCALIZED: ...will attempt to create a paired track on the other side", - "create.ponder.track_portal.text_3": "UNLOCALIZED: Trains on this track are now able to travel across dimensions", - - "create.ponder.train_assembly.header": "UNLOCALIZED: Assembling Trains", - "create.ponder.train_assembly.text_1": "UNLOCALIZED: Select a Train Track then place the Station nearby", - "create.ponder.train_assembly.text_10": "UNLOCALIZED: Every Train requires Train Controls on board", - "create.ponder.train_assembly.text_11": "UNLOCALIZED: An optional second one allows departure from Stations in both directions", - "create.ponder.train_assembly.text_12": "UNLOCALIZED: Open the Station UI and confirm the Assembly process", - "create.ponder.train_assembly.text_13": "UNLOCALIZED: Trains can be disassembled back into blocks at stations only", - "create.ponder.train_assembly.text_14": "UNLOCALIZED: When used on a station, maps will add a labeled marker at the location", - "create.ponder.train_assembly.text_15": "UNLOCALIZED: Assembled Trains can be relocated to nearby Tracks using the Wrench", - "create.ponder.train_assembly.text_2": "UNLOCALIZED: Stations are the Waypoints of your Track Network", - "create.ponder.train_assembly.text_3": "UNLOCALIZED: To create a new Train, open the UI and switch to Assembly Mode", - "create.ponder.train_assembly.text_4": "UNLOCALIZED: During Assembly no scheduled trains will approach this station", - "create.ponder.train_assembly.text_5": "UNLOCALIZED: Create new bogeys by using Train Casing on Tracks", - "create.ponder.train_assembly.text_6": "UNLOCALIZED: Click the track again to cycle between bogey designs", - "create.ponder.train_assembly.text_7": "UNLOCALIZED: Attach blocks with the help of Super Glue", - "create.ponder.train_assembly.text_8": "UNLOCALIZED: Assembled Trains will move faster if they can find fuel in assembled chests or barrels", - "create.ponder.train_assembly.text_9": "UNLOCALIZED: Fuel stored in Vaults will not be consumed by the train", - - "create.ponder.train_controls.header": "UNLOCALIZED: Controlling Trains", - "create.ponder.train_controls.text_1": "UNLOCALIZED: Train Controls are required on every train contraption", - "create.ponder.train_controls.text_2": "UNLOCALIZED: Once assembled, right-click the block to start driving", - "create.ponder.train_controls.text_3": "UNLOCALIZED: Accelerate and steer the Train using movement keybinds", - "create.ponder.train_controls.text_4": "UNLOCALIZED: If desired, the top speed can be fine-tuned using the mouse wheel", - "create.ponder.train_controls.text_5": "UNLOCALIZED: Hold space to approach a nearby Station", - "create.ponder.train_controls.text_6": "UNLOCALIZED: Trains can only be disassembled back into blocks at Stations", - "create.ponder.train_controls.text_7": "UNLOCALIZED: Assembled Whistles can be activated with the sprint key", - "create.ponder.train_controls.text_8": "UNLOCALIZED: Sneak or click again to stop controlling the Train", - - "create.ponder.train_schedule.header": "UNLOCALIZED: Using Train Schedules", - "create.ponder.train_schedule.text_1": "UNLOCALIZED: Schedules allow Trains to be controlled by other Drivers", - "create.ponder.train_schedule.text_2": "UNLOCALIZED: Right-click with the item in hand to open its Interface", - "create.ponder.train_schedule.text_3": "UNLOCALIZED: Once programmed, the Schedule can be handed off to a Train Driver", - "create.ponder.train_schedule.text_4": "UNLOCALIZED: Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", - "create.ponder.train_schedule.text_5": "UNLOCALIZED: Creatures on a lead can be given their seat more conveniently", - "create.ponder.train_schedule.text_6": "UNLOCALIZED: Schedules can be retrieved from Drivers at any moment", - - "create.ponder.train_signal_placement.header": "UNLOCALIZED: Placing Train Signals", - "create.ponder.train_signal_placement.text_1": "UNLOCALIZED: Select a Train Track then place the Signal nearby", - "create.ponder.train_signal_placement.text_2": "UNLOCALIZED: Signals control the flow of Trains not driven by players", - "create.ponder.train_signal_placement.text_3": "UNLOCALIZED: Scheduled Trains will never cross signals in the opposite direction", - "create.ponder.train_signal_placement.text_4": "UNLOCALIZED: ...unless a second signal is added facing the opposite way.", - "create.ponder.train_signal_placement.text_5": "UNLOCALIZED: Nixie tubes can be attached to make a signal's lights more visible", - - "create.ponder.train_signal_redstone.header": "UNLOCALIZED: Signals & Redstone", - "create.ponder.train_signal_redstone.text_1": "UNLOCALIZED: Signals can be forced red by a redstone signal", - "create.ponder.train_signal_redstone.text_2": "UNLOCALIZED: Reversely, red signals emit a comparator output", - - "create.ponder.train_signal_signaling.header": "UNLOCALIZED: Collision Prevention with Signals", - "create.ponder.train_signal_signaling.text_1": "UNLOCALIZED: Train Signals divide a track into segments", - "create.ponder.train_signal_signaling.text_2": "UNLOCALIZED: If a Segment is occupied, no other Trains will be allowed entry", - "create.ponder.train_signal_signaling.text_3": "UNLOCALIZED: Thus, each Segment will contain only one Train at a time", - "create.ponder.train_signal_signaling.text_4": "UNLOCALIZED: A second Signal mode is available via the Wrench", - "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", - "create.ponder.train_signal_signaling.text_6": "UNLOCALIZED: This special Signal can stop trains under a second condition", - "create.ponder.train_signal_signaling.text_7": "UNLOCALIZED: It will stop Trains, which, upon entering...", - "create.ponder.train_signal_signaling.text_8": "UNLOCALIZED: ...would not be able to leave the Segment immediately", - "create.ponder.train_signal_signaling.text_9": "UNLOCALIZED: This helps keeping queued Trains out of a busy Segment", - - "create.ponder.valve_handle.header": "UNLOCALIZED: Generating Rotational Force using Valve Handles", - "create.ponder.valve_handle.text_1": "UNLOCALIZED: Valve Handles can be used by players to apply rotational force manually", - "create.ponder.valve_handle.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", - "create.ponder.valve_handle.text_3": "UNLOCALIZED: Its conveyed speed is slow and precise", - "create.ponder.valve_handle.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", - "create.ponder.valve_handle.text_5": "UNLOCALIZED: Valve handles can be dyed for aesthetic purposes", - - "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.water_wheel.header": "UNLOCALIZED: Generating Rotational Force using Water Wheels", - "create.ponder.water_wheel.text_1": "UNLOCALIZED: Water Wheels draw force from adjacent Water Currents", - "create.ponder.water_wheel.text_2": "UNLOCALIZED: The more faces are powered, the faster the Water Wheel will rotate", - "create.ponder.water_wheel.text_3": "UNLOCALIZED: The Wheels' blades should be oriented against the flow", - "create.ponder.water_wheel.text_4": "UNLOCALIZED: Facing the opposite way, they will not be as effective", - - "create.ponder.weighted_ejector.header": "UNLOCALIZED: Using Weighted Ejectors", - "create.ponder.weighted_ejector.text_1": "UNLOCALIZED: Sneak and Right-Click holding an Ejector to select its target location", - "create.ponder.weighted_ejector.text_10": "UNLOCALIZED: It is now limited to this stack size, and only activates when its held stack reaches this amount", - "create.ponder.weighted_ejector.text_11": "UNLOCALIZED: Other Entities will always trigger an Ejector when stepping on it", - "create.ponder.weighted_ejector.text_2": "UNLOCALIZED: The placed ejector will now launch objects to the marked location", - "create.ponder.weighted_ejector.text_3": "UNLOCALIZED: A valid target can be at any height or distance within range", - "create.ponder.weighted_ejector.text_4": "UNLOCALIZED: They cannot however be off to a side", - "create.ponder.weighted_ejector.text_5": "UNLOCALIZED: If no valid Target was selected, it will simply target the block directly in front", - "create.ponder.weighted_ejector.text_6": "UNLOCALIZED: Supply Rotational Force in order to charge it up", - "create.ponder.weighted_ejector.text_7": "UNLOCALIZED: Items placed on the ejector cause it to trigger", - "create.ponder.weighted_ejector.text_8": "UNLOCALIZED: If Inventories are targeted, the ejector will wait until there is space", - "create.ponder.weighted_ejector.text_9": "UNLOCALIZED: Using the Wrench, a required Stack Size can be configured", - - "create.ponder.weighted_ejector_redstone.header": "UNLOCALIZED: Controlling Weighted Ejectors with Redstone", - "create.ponder.weighted_ejector_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Ejectors will not activate", - "create.ponder.weighted_ejector_redstone.text_2": "UNLOCALIZED: Furthermore, Observers can detect when Ejectors activate", - - "create.ponder.weighted_ejector_tunnel.header": "UNLOCALIZED: Splitting item stacks using Weighted Ejectors", - "create.ponder.weighted_ejector_tunnel.text_1": "UNLOCALIZED: Combined with Brass Tunnels, Ejectors can split item stacks by specific amounts", - "create.ponder.weighted_ejector_tunnel.text_2": "UNLOCALIZED: First, configure the Brass Tunnel to 'Prefer Nearest', in order to prioritize its side output", - "create.ponder.weighted_ejector_tunnel.text_3": "UNLOCALIZED: The Stack Size set on the Ejector now determines the amount to be split off", - "create.ponder.weighted_ejector_tunnel.text_4": "UNLOCALIZED: While a new stack of the configured size exits the side output...", - "create.ponder.weighted_ejector_tunnel.text_5": "UNLOCALIZED: ...the remainder will continue on its path", - - "create.ponder.windmill_source.header": "UNLOCALIZED: Generating Rotational Force using Windmill Bearings", - "create.ponder.windmill_source.text_1": "UNLOCALIZED: Windmill Bearings attach to the block in front of them", - "create.ponder.windmill_source.text_2": "UNLOCALIZED: Create a movable structure with the help of Super Glue", - "create.ponder.windmill_source.text_3": "UNLOCALIZED: If enough Sail-like blocks are included, this can act as a Windmill", - "create.ponder.windmill_source.text_4": "UNLOCALIZED: Activated with Right-Click, the Windmill Bearing will start providing Rotational Force", - "create.ponder.windmill_source.text_5": "UNLOCALIZED: The Amount of Sail Blocks determine its Rotation Speed", - "create.ponder.windmill_source.text_6": "UNLOCALIZED: Use a Wrench to configure its rotation direction", - "create.ponder.windmill_source.text_7": "UNLOCALIZED: Right-click the Bearing anytime to stop and edit the Structure again", - - "create.ponder.windmill_structure.header": "UNLOCALIZED: Windmill Contraptions", - "create.ponder.windmill_structure.text_1": "UNLOCALIZED: Any Structure can count as a valid Windmill, as long as it contains at least 8 sail-like Blocks.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/de_de.json b/src/generated/resources/assets/create/lang/unfinished/de_de.json deleted file mode 100644 index 4e3e2c7683..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/de_de.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 11", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Akazienholzfenster", - "block.create.acacia_window_pane": "Akazienholzfensterscheibe", - "block.create.adjustable_chain_gearshift": "Verstellbares Kettengetriebe", - "block.create.analog_lever": "Analoger Schalter", - "block.create.andesite_belt_funnel": "Förderbandtrichter aus Andesit", - "block.create.andesite_casing": "Andesitrahmen", - "block.create.andesite_encased_cogwheel": "Andesitummanteltes Zahnrad", - "block.create.andesite_encased_large_cogwheel": "Großes Andesitummanteltes Zahnrad", - "block.create.andesite_encased_shaft": "Andesitummantelte Welle", - "block.create.andesite_funnel": "Andesittrichter", - "block.create.andesite_ladder": "Andesitleiter", - "block.create.andesite_pillar": "Andesitsäule", - "block.create.andesite_tunnel": "Andesittunnel", - "block.create.asurine": "Asurin", - "block.create.asurine_pillar": "Asurinsäule", - "block.create.basin": "Becken", - "block.create.belt": "Förderband", - "block.create.birch_window": "Birkenholzfenster", - "block.create.birch_window_pane": "Birkenholzfensterscheibe", - "block.create.black_nixie_tube": "Schwarze Nixie-Röhre", - "block.create.black_sail": "Schwarzes Segel", - "block.create.black_seat": "Schwarzer Sitz", - "block.create.black_toolbox": "Schwarzer Werkzeugkasten", - "block.create.black_valve_handle": "Schwarzer Ventilgriff", - "block.create.blaze_burner": "Lohenbrenner", - "block.create.blue_nixie_tube": "Blaue Nixie-Röhre", - "block.create.blue_sail": "Blaues Segel", - "block.create.blue_seat": "Blauer Sitz", - "block.create.blue_toolbox": "Blauer Werkzeugkasten", - "block.create.blue_valve_handle": "Blauer Ventilgriff", - "block.create.brass_belt_funnel": "Förderbandtrichter aus Messing", - "block.create.brass_block": "Messing Block", - "block.create.brass_casing": "Messingrahmen", - "block.create.brass_encased_cogwheel": "Messingummanteltes Zahnrad", - "block.create.brass_encased_large_cogwheel": "Großes Messingummanteltes Zahnrad", - "block.create.brass_encased_shaft": "Messingummantelte Welle", - "block.create.brass_funnel": "Messingtrichter", - "block.create.brass_ladder": "Messingleiter", - "block.create.brass_tunnel": "Messingtunnel", - "block.create.brown_nixie_tube": "Braune Nixie-Röhre", - "block.create.brown_sail": "Braunes Segel", - "block.create.brown_seat": "Brauner Sitz", - "block.create.brown_toolbox": "Brauner Werkzeugkasten", - "block.create.brown_valve_handle": "Brauner Ventilgriff", - "block.create.calcite_pillar": "Kalzitsäule", - "block.create.cart_assembler": "Lorenmonteur", - "block.create.chocolate": "Schokolade", - "block.create.chute": "Rinne", - "block.create.clockwork_bearing": "Uhrwerk-Lager", - "block.create.clutch": "Kupplung", - "block.create.cogwheel": "Zahnrad", - "block.create.content_observer": "Inhaltsbeobachter", - "block.create.controller_rail": "Steuerungsschiene", - "block.create.controls": "Zugsteuerung", - "block.create.copper_backtank": "Kupferne Druckluftflasche", - "block.create.copper_casing": "Kupferrahmen", - "block.create.copper_ladder": "Kupferleiter", - "block.create.copper_shingle_slab": "Kupferschindelstufe", - "block.create.copper_shingle_stairs": "Kupferschindeltreppe", - "block.create.copper_shingles": "Kupferschindeln", - "block.create.copper_tile_slab": "Kupferfliesenstufe", - "block.create.copper_tile_stairs": "Kupferfliesentreppe", - "block.create.copper_tiles": "Kupferfliesen", - "block.create.copper_valve_handle": "Kupfer Ventilgriff", - "block.create.creative_crate": "Kreative anpassbare Kiste", - "block.create.creative_fluid_tank": "Kreativer Flüssigkeitstank", - "block.create.creative_motor": "Kreativer Motor", - "block.create.crimsite": "Karmesit", - "block.create.crimsite_pillar": "Karmesitsäule", - "block.create.crimson_window": "Karmesinfenster", - "block.create.crimson_window_pane": "Karmesinfensterscheibe", - "block.create.crushing_wheel": "Mahlwerkrad", - "block.create.crushing_wheel_controller": "Mahlwerkrad Steurung", - "block.create.cuckoo_clock": "Kuckucksuhr", - "block.create.cut_andesite": "Geschnittener Andesit", - "block.create.cut_andesite_brick_slab": "Geschnittene Andesitziegelstufe", - "block.create.cut_andesite_brick_stairs": "Geschnittene Andesitziegeltreppe", - "block.create.cut_andesite_brick_wall": "Geschnittene Andesitziegelmauer", - "block.create.cut_andesite_bricks": "Geschnittene Andesitziegelsteine", - "block.create.cut_andesite_slab": "Geschnittene Andesitstufe", - "block.create.cut_andesite_stairs": "Geschnittene Andesittreppe", - "block.create.cut_andesite_wall": "Geschnittene Andesitmauer", - "block.create.cut_asurine": "Geschnittenes Asurin", - "block.create.cut_asurine_brick_slab": "Geschnittene Asurinziegelstufe", - "block.create.cut_asurine_brick_stairs": "Geschnittene Asurinziegeltreppe", - "block.create.cut_asurine_brick_wall": "Geschnittene Asurinziegelmauer", - "block.create.cut_asurine_bricks": "Geschnittene Asurinziegelsteine", - "block.create.cut_asurine_slab": "Geschnittene Asurinstufe", - "block.create.cut_asurine_stairs": "Geschnittene Asurintreppe", - "block.create.cut_asurine_wall": "Geschnittene Asurinmauer", - "block.create.cut_calcite": "Geschnittener Kalzit", - "block.create.cut_calcite_brick_slab": "Geschnittene Kalzitziegelstufe", - "block.create.cut_calcite_brick_stairs": "Geschnittene Kalzitziegeltreppe", - "block.create.cut_calcite_brick_wall": "Geschnittene Kalzitziegelmauer", - "block.create.cut_calcite_bricks": "Geschnittene Kalzitziegelsteine", - "block.create.cut_calcite_slab": "Geschnittene Kalzitstufe", - "block.create.cut_calcite_stairs": "Geschnittene Kalzittreppe", - "block.create.cut_calcite_wall": "Geschnittene Kalzitmauer", - "block.create.cut_crimsite": "Geschnittenes Karmesit", - "block.create.cut_crimsite_brick_slab": "Geschnittene Karmesitziegelstufe", - "block.create.cut_crimsite_brick_stairs": "Geschnittene Karmesitziegeltreppe", - "block.create.cut_crimsite_brick_wall": "Geschnittene Karmesitziegelmauer", - "block.create.cut_crimsite_bricks": "Geschnittene Karmesitziegelsteine", - "block.create.cut_crimsite_slab": "Geschnittene Karmesitstufe", - "block.create.cut_crimsite_stairs": "Geschnittene Karmesittreppe", - "block.create.cut_crimsite_wall": "Geschnittene Karmesitmauer", - "block.create.cut_deepslate": "Geschnittener Tiefenschiefer", - "block.create.cut_deepslate_brick_slab": "Geschnittene Tiefenschieferziegelstufe", - "block.create.cut_deepslate_brick_stairs": "Geschnittene Tiefenschieferziegeltreppe", - "block.create.cut_deepslate_brick_wall": "Geschnittene Tiefenschieferziegelmauer", - "block.create.cut_deepslate_bricks": "Geschnittene Tiefenschiefersteine", - "block.create.cut_deepslate_slab": "Geschnittene Tiefenschieferstufe", - "block.create.cut_deepslate_stairs": "Geschnittene Tiefenschiefertreppe", - "block.create.cut_deepslate_wall": "Geschnittene Tiefenschiefermauer", - "block.create.cut_diorite": "Gescnittener Diorit", - "block.create.cut_diorite_brick_slab": "Geschnittene Dioritziegelstufe", - "block.create.cut_diorite_brick_stairs": "Geschnittene Dioritziegeltreppe", - "block.create.cut_diorite_brick_wall": "Geschnittene Dioritziegelmauer", - "block.create.cut_diorite_bricks": "Geschnittene Dioritziegelsteine", - "block.create.cut_diorite_slab": "Geschnittene Dioritstufe", - "block.create.cut_diorite_stairs": "Geschnittene Diorittreppe", - "block.create.cut_diorite_wall": "Geschnittene Dioritmauer", - "block.create.cut_dripstone": "Geschnittener Tropfstein", - "block.create.cut_dripstone_brick_slab": "Geschnittene Tropfsteinziegelstufe", - "block.create.cut_dripstone_brick_stairs": "Geschnittene Tropfsteinziegeltreppe", - "block.create.cut_dripstone_brick_wall": "Geschnittene Tropfsteinziegelmauer", - "block.create.cut_dripstone_bricks": "Geschnittener Tropfsteinziegelsteine", - "block.create.cut_dripstone_slab": "Geschnittene Tropfsteinstufe", - "block.create.cut_dripstone_stairs": "Geschnittene Tropfsteintreppe", - "block.create.cut_dripstone_wall": "Geschnittene Tropfsteinmauer", - "block.create.cut_granite": "Geschnittener Granit", - "block.create.cut_granite_brick_slab": "Geschnittene Granitziegelstufe", - "block.create.cut_granite_brick_stairs": "Geschnittene Granitziegeltreppe", - "block.create.cut_granite_brick_wall": "Geschnittene Granitziegelmauer", - "block.create.cut_granite_bricks": "Geschnittene Granitziegelsteine", - "block.create.cut_granite_slab": "Geschnittene Granitstufe", - "block.create.cut_granite_stairs": "Geschnittene Granittreppe", - "block.create.cut_granite_wall": "Geschnittene Granitmauer", - "block.create.cut_limestone": "Geschnittener Kalkstein", - "block.create.cut_limestone_brick_slab": "Geschnittene Kalksteinziegelstufe", - "block.create.cut_limestone_brick_stairs": "Geschnittene Kalksteinziegeltreppe", - "block.create.cut_limestone_brick_wall": "Geschnittene Kalksteinziegelmauer", - "block.create.cut_limestone_bricks": "Geschnittene Kalksteinziegelsteine", - "block.create.cut_limestone_slab": "Geschnittene Kalksteinstufe", - "block.create.cut_limestone_stairs": "Geschnittene Kalksteintreppe", - "block.create.cut_limestone_wall": "Geschnittene Kalksteinmauer", - "block.create.cut_ochrum": "Geschnittenes Ockrum", - "block.create.cut_ochrum_brick_slab": "Geschnittene Ockrumziegelstufe", - "block.create.cut_ochrum_brick_stairs": "Geschnittene Ockrumziegeltreppe", - "block.create.cut_ochrum_brick_wall": "Geschnittene Ockrumziegelmauer", - "block.create.cut_ochrum_bricks": "Geschnittene Ockrumziegelsteine", - "block.create.cut_ochrum_slab": "Geschnittene Ockrumstufe", - "block.create.cut_ochrum_stairs": "Geschnittene Ockrumtreppe", - "block.create.cut_ochrum_wall": "Geschnittene Ockrummauer", - "block.create.cut_scorchia": "Geschnittenes Scorchia", - "block.create.cut_scorchia_brick_slab": "Geschnittene Scorchiaziegelstufe", - "block.create.cut_scorchia_brick_stairs": "Geschnittene Scorchiaziegeltreppe", - "block.create.cut_scorchia_brick_wall": "Geschnittene Scorchiaziegelmauer", - "block.create.cut_scorchia_bricks": "Geschnittene Scorchiaziegelsteine", - "block.create.cut_scorchia_slab": "Geschnittene Scorchiaziegelstufe", - "block.create.cut_scorchia_stairs": "Geschnittene Scorchiaziegeltreppe", - "block.create.cut_scorchia_wall": "Geschnittene Scorchiaziegelmauer", - "block.create.cut_scoria": "Geschnittenes Scoria", - "block.create.cut_scoria_brick_slab": "Geschnittene Scoriaziegelstufe", - "block.create.cut_scoria_brick_stairs": "Geschnittene Scoriaziegeltreppe", - "block.create.cut_scoria_brick_wall": "Geschnittene Scoriaziegelmauer", - "block.create.cut_scoria_bricks": "Geschnittene Scoriaziegelsteine", - "block.create.cut_scoria_slab": "Geschnittene Scoriaziegelstufe", - "block.create.cut_scoria_stairs": "Geschnittene Scoriaziegeltreppe", - "block.create.cut_scoria_wall": "Geschnittene Scoriaziegelmauer", - "block.create.cut_tuff": "Geschnittener Tuffstein", - "block.create.cut_tuff_brick_slab": "Geschnittene Tuffsteinziegelstufe", - "block.create.cut_tuff_brick_stairs": "Geschnittene Tuffsteinziegeltreppe", - "block.create.cut_tuff_brick_wall": "Geschnittene Tuffsteinziegelmauer", - "block.create.cut_tuff_bricks": "Geschnittene Tuffsteinziegelsteine", - "block.create.cut_tuff_slab": "Geschnittene Tuffsteinstufe", - "block.create.cut_tuff_stairs": "Geschnittene Tuffsteintreppe", - "block.create.cut_tuff_wall": "Geschnittene Tuffsteinmauer", - "block.create.cut_veridium": "Geschnittenes Veridium", - "block.create.cut_veridium_brick_slab": "Geschnittene Veridiumziegelstufe", - "block.create.cut_veridium_brick_stairs": "Geschnittene Veridiumziegeltreppe", - "block.create.cut_veridium_brick_wall": "Geschnittene Veridiumziegelmauer", - "block.create.cut_veridium_bricks": "Geschnittene Veridiumziegelsteine", - "block.create.cut_veridium_slab": "Geschnittene Veridiumziegelstufe", - "block.create.cut_veridium_stairs": "Geschnittene Veridiumziegeltreppe", - "block.create.cut_veridium_wall": "Geschnittene Veridiumziegelmauer", - "block.create.cyan_nixie_tube": "Türkise Nixie-Röhre", - "block.create.cyan_sail": "Türkises Segel", - "block.create.cyan_seat": "Türkiser Sitz", - "block.create.cyan_toolbox": "Türkiser Werkzeugkasten", - "block.create.cyan_valve_handle": "Türkiser Ventilgriff", - "block.create.dark_oak_window": "Schwarzeichenholzfenster", - "block.create.dark_oak_window_pane": "Schwarzeichenholzfensterscheibe", - "block.create.deepslate_pillar": "Tiefenschiefer-Säule", - "block.create.deepslate_zinc_ore": "Tiefenschiefer-Zinkerz", - "block.create.deployer": "Einsatzgerät", - "block.create.depot": "Depot", - "block.create.diorite_pillar": "Dioritsäule", - "block.create.display_board": "Anzeigetafel", - "block.create.display_link": "Anzeige-Link", - "block.create.dripstone_pillar": "Tropfstein-Säule", - "block.create.encased_chain_drive": "Ummantelter Kettenriemen", - "block.create.encased_fan": "Ummantelter Lüfter", - "block.create.encased_fluid_pipe": "Ummanteltes Rohr", - "block.create.exposed_copper_shingle_slab": "Angelaufene Kupferschindelstufe", - "block.create.exposed_copper_shingle_stairs": "Angelaufene Kupferschindeltreppe", - "block.create.exposed_copper_shingles": "Angelaufene Kupferschindel", - "block.create.exposed_copper_tile_slab": "Angelaufene Kupferfliesenstufe", - "block.create.exposed_copper_tile_stairs": "Angelaufene Kupferfliesentreppe", - "block.create.exposed_copper_tiles": "Angelaufene Kupferfliesen", - "block.create.fake_track": "Gleismarkierung für Karten", - "block.create.fluid_pipe": "Flüssigkeitsrohr", - "block.create.fluid_tank": "Flüssigkeitstank", - "block.create.fluid_valve": "Flüssigkeitsventil", - "block.create.flywheel": "Schwungrad", - "block.create.framed_glass": "Gerahmtes Glas", - "block.create.framed_glass_door": "Gerahmte Glastür", - "block.create.framed_glass_pane": "Gerahmte Glasscheibe", - "block.create.framed_glass_trapdoor": "Gerahmte Glasfalltür", - "block.create.gantry_carriage": "Portalkranwagen", - "block.create.gantry_shaft": "Portalkranachse", - "block.create.gearbox": "Getriebe", - "block.create.gearshift": "Gangschaltung", - "block.create.glass_fluid_pipe": "Glasrohr", - "block.create.granite_pillar": "Granitsäule", - "block.create.gray_nixie_tube": "Graue Nixie-Röhre", - "block.create.gray_sail": "Graues Segel", - "block.create.gray_seat": "Grauer Sitz", - "block.create.gray_toolbox": "Grauer Werkzeugkasten", - "block.create.gray_valve_handle": "Grauer Ventilgriff", - "block.create.green_nixie_tube": "Grüne Nixie-Röhre", - "block.create.green_sail": "Grünes Segel", - "block.create.green_seat": "Grüner Sitz", - "block.create.green_toolbox": "Grüner Werkzeugkasten", - "block.create.green_valve_handle": "Grüner Ventilgriff", - "block.create.hand_crank": "Handkurbel", - "block.create.haunted_bell": "Spukglocke", - "block.create.honey": "Honig", - "block.create.horizontal_framed_glass": "Horizontal Gerahmtes Glas", - "block.create.horizontal_framed_glass_pane": "Horizontal Gerahmte Glasscheibe", - "block.create.hose_pulley": "Schlauchrolle", - "block.create.item_drain": "Abfluss", - "block.create.item_vault": "Gegenstandstresor", - "block.create.jungle_window": "Tropenholzfenster", - "block.create.jungle_window_pane": "Tropenholzfensterscheibe", - "block.create.large_bogey": "Großes Drehgestell", - "block.create.large_cogwheel": "Großes Zahnrad", - "block.create.layered_andesite": "Geschichteter Andesit", - "block.create.layered_asurine": "Geschichtetes Asurin", - "block.create.layered_calcite": "Geschichtetes Kalzit", - "block.create.layered_crimsite": "Geschichtetes Karmesit", - "block.create.layered_deepslate": "Geschichteter Tiefenschiefer", - "block.create.layered_diorite": "Geschichteter Diorit", - "block.create.layered_dripstone": "Geschichteter Tropfstein", - "block.create.layered_granite": "Geschichteter Granit", - "block.create.layered_limestone": "Geschichteter Kalkstein", - "block.create.layered_ochrum": "Geschichtetes Ockrum", - "block.create.layered_scorchia": "Geschichtetes Scorchia", - "block.create.layered_scoria": "Geschichtete Schlacke", - "block.create.layered_tuff": "Geschichteter Tuffstein", - "block.create.layered_veridium": "Geschichtetes Veridium", - "block.create.lectern_controller": "Fernsteuerungspult", - "block.create.light_blue_nixie_tube": "Hellblaue Nixie-Röhre", - "block.create.light_blue_sail": "Hellblaues Segel", - "block.create.light_blue_seat": "Hellblauer Sitz", - "block.create.light_blue_toolbox": "Hellblauer Werkzeugkasten", - "block.create.light_blue_valve_handle": "Hellblauer Ventilgriff", - "block.create.light_gray_nixie_tube": "Hellgraue Nixie-Röhre", - "block.create.light_gray_sail": "Hellgraues Segel", - "block.create.light_gray_seat": "Hellgrauer Sitz", - "block.create.light_gray_toolbox": "Hellgrauer Werkzeugkasten", - "block.create.light_gray_valve_handle": "Hellgrauer Ventilgriff", - "block.create.lime_nixie_tube": "Hellgrüne Nixie-Röhre", - "block.create.lime_sail": "Hellgrünes Segel", - "block.create.lime_seat": "Hellgrüner Sitz", - "block.create.lime_toolbox": "Hellgrüner Werkzeugkasten", - "block.create.lime_valve_handle": "Hellgrüner Ventilgriff", - "block.create.limestone": "Kalkstein", - "block.create.limestone_pillar": "Kalksteinsäule", - "block.create.linear_chassis": "Schubgerüst", - "block.create.lit_blaze_burner": "Aktiver Lohenbrenner", - "block.create.magenta_nixie_tube": "Magenta Nixie-Röhre", - "block.create.magenta_sail": "Magenta Segel", - "block.create.magenta_seat": "Magenta Sitz", - "block.create.magenta_toolbox": "Magenta Werkzeugkasten", - "block.create.magenta_valve_handle": "Magenta Ventilgriff", - "block.create.mechanical_arm": "Mechanischer Arm", - "block.create.mechanical_bearing": "Mechanisches Lager", - "block.create.mechanical_crafter": "Mechanische Handwerkseinheit", - "block.create.mechanical_drill": "Mechanischer Bohrer", - "block.create.mechanical_harvester": "Mechanische Erntemaschine", - "block.create.mechanical_mixer": "Mechanischer Mixer", - "block.create.mechanical_piston": "Mechanischer Kolben", - "block.create.mechanical_piston_head": "Mechanisches Kolbenende", - "block.create.mechanical_plough": "Mechanischer Pflug", - "block.create.mechanical_press": "Mechanische Presse", - "block.create.mechanical_pump": "Mechanische Pumpe", - "block.create.mechanical_saw": "Mechanische Säge", - "block.create.metal_bracket": "Metallhalterung", - "block.create.metal_girder": "Metallträger", - "block.create.metal_girder_encased_shaft": "Metallträgerummantelte Welle", - "block.create.millstone": "Mahlstein", - "block.create.minecart_anchor": "Lorenanker", - "block.create.mysterious_cuckoo_clock": "Mysteriöse Kuckucksuhr", - "block.create.nixie_tube": "Nixie-Röhre", - "block.create.nozzle": "Düse", - "block.create.oak_window": "Eichenfenster", - "block.create.oak_window_pane": "Eichenfensterscheibe", - "block.create.ochrum": "Ockrum", - "block.create.ochrum_pillar": "Ockrum-Säule", - "block.create.orange_sail": "Oranges Segel", - "block.create.orange_seat": "Oranger Sitz", - "block.create.orange_toolbox": "Oranger Werkzeugkasten", - "block.create.orange_valve_handle": "Oranger Ventilgriff", - "block.create.ornate_iron_window": "Kunstvolles Eisenfenster", - "block.create.ornate_iron_window_pane": "Kunstvolle Eisenfensterscheibe", - "block.create.oxidized_copper_shingle_slab": "Oxidierte Kupferschindelstufe", - "block.create.oxidized_copper_shingle_stairs": "Oxidierte Kupfertreppe", - "block.create.oxidized_copper_shingles": "Oxidierte Kupferschindel", - "block.create.oxidized_copper_tile_slab": "Oxidierte Kupferfliesenstufe", - "block.create.oxidized_copper_tile_stairs": "Oxidierte Kupferfliesentreppe", - "block.create.oxidized_copper_tiles": "Oxidierte Kupferfliesen", - "block.create.peculiar_bell": "Seltsame Glocke", - "block.create.pink_nixie_tube": "Rosa Nixie-Röhre", - "block.create.pink_sail": "Rosa Segel", - "block.create.pink_seat": "Rosa Sitz", - "block.create.pink_toolbox": "Rosa Werkzeugkasten", - "block.create.pink_valve_handle": "Rosa Ventilgriff", - "block.create.piston_extension_pole": "Kolbenverlängerungsstange", - "block.create.placard": "Aushang", - "block.create.polished_cut_andesite": "Polierter geschnittener Andesit", - "block.create.polished_cut_andesite_slab": "Polierte geschnittene Andesitstufe", - "block.create.polished_cut_andesite_stairs": "Polierte geschnittene Andesittreppe", - "block.create.polished_cut_andesite_wall": "Polierte geschnittene Andesitmauer", - "block.create.polished_cut_asurine": "Poliertes geschnittenes Asurin", - "block.create.polished_cut_asurine_slab": "Polierte geschnittene Asurinstufe", - "block.create.polished_cut_asurine_stairs": "Polierte geschnittene Asurintreppe", - "block.create.polished_cut_asurine_wall": "Polierte geschnittene Asurinmauer", - "block.create.polished_cut_calcite": "Polierter geschnittener Kalzit", - "block.create.polished_cut_calcite_slab": "Polierte geschnittene Kalzitstufe", - "block.create.polished_cut_calcite_stairs": "Polierte geschnittene Kalzittreppe", - "block.create.polished_cut_calcite_wall": "Polierte geschnittene Kalzitmauer", - "block.create.polished_cut_crimsite": "Poliertes geschnittenes Karmesit", - "block.create.polished_cut_crimsite_slab": "Polierte geschnittene Karmesitstufe", - "block.create.polished_cut_crimsite_stairs": "Polierte geschnittene Karmesittreppe", - "block.create.polished_cut_crimsite_wall": "Polierte geschnittene Karmesitmauer", - "block.create.polished_cut_deepslate": "Polierter geschnittener Tiefschiefer", - "block.create.polished_cut_deepslate_slab": "Polierte geschnittene Tiefschieferstufe", - "block.create.polished_cut_deepslate_stairs": "Polierte geschnittene Tiefschiefertreppe", - "block.create.polished_cut_deepslate_wall": "Polierte geschnittene Tiefschiefermauer", - "block.create.polished_cut_diorite": "Polierter geschnittener Diorit", - "block.create.polished_cut_diorite_slab": "Polierte geschnittene Dioritstufe", - "block.create.polished_cut_diorite_stairs": "Polierte geschnittene Diorittreppe", - "block.create.polished_cut_diorite_wall": "Polierte geschnittene Dioritmauer", - "block.create.polished_cut_dripstone": "Polierter geschnittener Tropfstein", - "block.create.polished_cut_dripstone_slab": "Polierte geschnittene Tropfsteinstufe", - "block.create.polished_cut_dripstone_stairs": "Polierte geschnittene Tropfsteintreppe", - "block.create.polished_cut_dripstone_wall": "Polierte geschnittene Tropfsteinmauer", - "block.create.polished_cut_granite": "Polierter geschnittener Granit", - "block.create.polished_cut_granite_slab": "Polierte geschnittene Granitstufe", - "block.create.polished_cut_granite_stairs": "Polierte geschnittene Granittreppe", - "block.create.polished_cut_granite_wall": "Polierte geschnittene Granitmauer", - "block.create.polished_cut_limestone": "Polierter geschnittener Kalkstein", - "block.create.polished_cut_limestone_slab": "Polierte geschnittene Kalksteinstufe", - "block.create.polished_cut_limestone_stairs": "Polierte geschnittene Kalksteintreppe", - "block.create.polished_cut_limestone_wall": "Polierte geschnittene Kalksteinmauer", - "block.create.polished_cut_ochrum": "Poliertes geschnittenes Ockrum", - "block.create.polished_cut_ochrum_slab": "Polierte geschnittene Ockrumstufe", - "block.create.polished_cut_ochrum_stairs": "Polierte geschnittene Ockrumtreppe", - "block.create.polished_cut_ochrum_wall": "Polierte geschnittene Ockrummauer", - "block.create.polished_cut_scorchia": "Poliertes geschnittenes Scorchia", - "block.create.polished_cut_scorchia_slab": "Polierte geschnittene Scorchiastufe", - "block.create.polished_cut_scorchia_stairs": "Polierte geschnittene Scorchiatreppe", - "block.create.polished_cut_scorchia_wall": "Polierte geschnittene Scorchiamauer", - "block.create.polished_cut_scoria": "Polierte geschnittene Schlacke", - "block.create.polished_cut_scoria_slab": "Polierte geschnittene Schlackenstufe", - "block.create.polished_cut_scoria_stairs": "Polierte geschnittene Schlackentreppe", - "block.create.polished_cut_scoria_wall": "Polierte geschnittene Schlackenmauer", - "block.create.polished_cut_tuff": "Polierter geschnittener Tuffstein", - "block.create.polished_cut_tuff_slab": "Polierte geschnittene Tuffsteinstufe", - "block.create.polished_cut_tuff_stairs": "Polierte geschnittene Tuffsteintreppe", - "block.create.polished_cut_tuff_wall": "Polierte geschnittene Tuffsteinmauer", - "block.create.polished_cut_veridium": "Poliertes geschnittenes Veridium", - "block.create.polished_cut_veridium_slab": "Polierte geschnittene Veridiumstufe", - "block.create.polished_cut_veridium_stairs": "Polierte geschnittene Veridiumtreppe", - "block.create.polished_cut_veridium_wall": "Polierte geschnittene Veridiummauer", - "block.create.portable_fluid_interface": "Portable Flüssigkeitsschnittstelle", - "block.create.portable_storage_interface": "Portable Lagerschnittstelle", - "block.create.powered_latch": "RS-Flipflop", - "block.create.powered_shaft": "Angetriebene Welle", - "block.create.powered_toggle_latch": "T-Flipflop", - "block.create.pulley_magnet": "Rollenmagnet", - "block.create.pulse_extender": "Pulsverlängerer", - "block.create.pulse_repeater": "Pulsierender Verstärker", - "block.create.purple_nixie_tube": "Violette Nixie-Röhre", - "block.create.purple_sail": "Violettes Segel", - "block.create.purple_seat": "Violetter Sitz", - "block.create.purple_toolbox": "Violetter Werkzeugkasten", - "block.create.purple_valve_handle": "Violetter Ventilgriff", - "block.create.radial_chassis": "Drehgerüst", - "block.create.railway_casing": "Zugrahmen", - "block.create.raw_zinc_block": "Rohzinkblock", - "block.create.red_nixie_tube": "Rote Nixie-Röhre", - "block.create.red_sail": "Rote Segel", - "block.create.red_seat": "Roter Sitz", - "block.create.red_toolbox": "Roter Werkzeugkasten", - "block.create.red_valve_handle": "Roter Ventilgriff", - "block.create.redstone_contact": "Redstone-Kontakt", - "block.create.redstone_link": "Redstone-Verbindung", - "block.create.refined_radiance_casing": "Glanzgehäuse", - "block.create.rope": "Seil", - "block.create.rope_pulley": "Seilrolle", - "block.create.rose_quartz_block": "Rosenquarzblock", - "block.create.rose_quartz_lamp": "Rosenquarzlampe", - "block.create.rose_quartz_tiles": "Rosenquarzfliesen", - "block.create.rotation_speed_controller": "Rotationsgeschwindigkeitsregler", - "block.create.sail_frame": "Segelrahmen", - "block.create.schematic_table": "Bauplantisch", - "block.create.schematicannon": "Bauplankanone", - "block.create.scorchia": "Scorchia", - "block.create.scorchia_pillar": "Scorchia-Säule", - "block.create.scoria": "Schlacke", - "block.create.scoria_pillar": "Schlackensäule", - "block.create.secondary_linear_chassis": "Sekundäres Schubgerüst", - "block.create.sequenced_gearshift": "Sequenzielle Gangschaltung", - "block.create.shadow_steel_casing": "Schattengehäuse", - "block.create.shaft": "Welle", - "block.create.small_andesite_brick_slab": "Kleine Andesitziegelstufe", - "block.create.small_andesite_brick_stairs": "Kleine Andesitziegeltreppe", - "block.create.small_andesite_brick_wall": "Kleine Andesitziegelmauer", - "block.create.small_andesite_bricks": "Kleine Andesitziegelsteine", - "block.create.small_asurine_brick_slab": "Kleine Asurinziegelstufe", - "block.create.small_asurine_brick_stairs": "Kleine Asurinziegeltreppe", - "block.create.small_asurine_brick_wall": "Kleine Asurinziegelmauer", - "block.create.small_asurine_bricks": "Kleine Asurinziegelsteine", - "block.create.small_bogey": "Kleines Drehgestell", - "block.create.small_calcite_brick_slab": "Kleine Kalzitziegelstufe", - "block.create.small_calcite_brick_stairs": "Kleine Kalzitziegeltreppe", - "block.create.small_calcite_brick_wall": "Kleine Kalzitziegelmauer", - "block.create.small_calcite_bricks": "Kleine Kalzitziegelsteine", - "block.create.small_crimsite_brick_slab": "Kleine Karmesitziegelstufe", - "block.create.small_crimsite_brick_stairs": "Kleine Karmesitziegeltreppe", - "block.create.small_crimsite_brick_wall": "Kleine Karmesitziegelmauer", - "block.create.small_crimsite_bricks": "Kleine Karmesitziegelsteine", - "block.create.small_deepslate_brick_slab": "Kleine Tiefenschieferziegelstufe", - "block.create.small_deepslate_brick_stairs": "Kleine Tiefenschieferziegeltreppe", - "block.create.small_deepslate_brick_wall": "Kleine Tiefenschieferziegelmauer", - "block.create.small_deepslate_bricks": "Kleine Tiefenschieferziegelsteine", - "block.create.small_diorite_brick_slab": "Kleine Dioritziegelstufe", - "block.create.small_diorite_brick_stairs": "Kleine Dioritziegeltreppe", - "block.create.small_diorite_brick_wall": "Kleine Dioritziegelmauer", - "block.create.small_diorite_bricks": "Kleine Dioritziegelsteine", - "block.create.small_dripstone_brick_slab": "Kleine Tropfsteinziegelstufe", - "block.create.small_dripstone_brick_stairs": "Kleine Tropfsteinziegeltreppe", - "block.create.small_dripstone_brick_wall": "Kleine Tropfsteinziegelmauer", - "block.create.small_dripstone_bricks": "Kleine Tropfsteinziegelsteine", - "block.create.small_granite_brick_slab": "Kleine Granitziegelstufe", - "block.create.small_granite_brick_stairs": "Kleine Granitziegeltreppe", - "block.create.small_granite_brick_wall": "Kleine Granitziegelmauer", - "block.create.small_granite_bricks": "Kleine Granitziegelsteine", - "block.create.small_limestone_brick_slab": "Kleine Kalksteinziegelstufe", - "block.create.small_limestone_brick_stairs": "Kleine Kalksteinziegeltreppe", - "block.create.small_limestone_brick_wall": "Kleine Kalksteinziegelmauer", - "block.create.small_limestone_bricks": "Kleine Kalksteinziegelsteine", - "block.create.small_ochrum_brick_slab": "Kleine Ockrumziegelstufe", - "block.create.small_ochrum_brick_stairs": "Kleine Ockrumziegeltreppe", - "block.create.small_ochrum_brick_wall": "Kleine Ockrumziegelmauer", - "block.create.small_ochrum_bricks": "Kleine Ockrumziegelsteine", - "block.create.small_rose_quartz_tiles": "Kleine Rosenquarzfliesen", - "block.create.small_scorchia_brick_slab": "Kleine Scorchiaziegelstufe", - "block.create.small_scorchia_brick_stairs": "Kleine Scorchiaziegeltreppe", - "block.create.small_scorchia_brick_wall": "Kleine Scorchiaziegelmauer", - "block.create.small_scorchia_bricks": "Kleine Scorchiaziegelsteine", - "block.create.small_scoria_brick_slab": "Kleine Scoriaziegelstufe", - "block.create.small_scoria_brick_stairs": "Kleine Scoriaziegeltreppe", - "block.create.small_scoria_brick_wall": "Kleine Scoriaziegelmauer", - "block.create.small_scoria_bricks": "Kleine Scoriaziegelsteine", - "block.create.small_tuff_brick_slab": "Kleine Tuffsteinziegelstufe", - "block.create.small_tuff_brick_stairs": "Kleine Tuffsteinziegeltreppe", - "block.create.small_tuff_brick_wall": "Kleine Tuffsteinziegelmauer", - "block.create.small_tuff_bricks": "Kleine Tuffsteinziegelsteine", - "block.create.small_veridium_brick_slab": "Kleine Veridiumziegelstufe", - "block.create.small_veridium_brick_stairs": "Kleine Veridiumziegeltreppe", - "block.create.small_veridium_brick_wall": "Kleine Veridiumziegelmauer", - "block.create.small_veridium_bricks": "Kleine Veridiumziegelsteine", - "block.create.smart_chute": "Schlaue Rinne", - "block.create.smart_fluid_pipe": "Schlaues Flüssigkeitsrohr", - "block.create.speedometer": "Tachometer", - "block.create.spout": "Ausguss", - "block.create.spruce_window": "Fichtenfenster", - "block.create.spruce_window_pane": "Fichtenfensterscheibe", - "block.create.steam_engine": "Dampfmaschine", - "block.create.steam_whistle": "Dampfpfeife", - "block.create.steam_whistle_extension": "Dampfpfeifenerweiterung", - "block.create.sticker": "Ankleber", - "block.create.sticky_mechanical_piston": "Klebriger Mechanischer Kolben", - "block.create.stockpile_switch": "Vorratssensor", - "block.create.stressometer": "Stressmesser", - "block.create.tiled_glass": "Glasfliesen", - "block.create.tiled_glass_pane": "Glasfliesenscheibe", - "block.create.track": "Gleis", - "block.create.track_observer": "Zugbeobachter", - "block.create.track_signal": "Zugsignal", - "block.create.track_station": "Bahnhof", - "block.create.train_door": "Zugtür", - "block.create.train_trapdoor": "Zugfalltür", - "block.create.tuff_pillar": "Tuffstein-Säule", - "block.create.turntable": "Drehtisch", - "block.create.veridium": "Veridium", - "block.create.veridium_pillar": "Veridium-Säule", - "block.create.vertical_framed_glass": "Vertikal Gerahmtes Glas", - "block.create.vertical_framed_glass_pane": "Vertikal Gerahmte Glasscheibe", - "block.create.warped_window": "Wirrfenster", - "block.create.warped_window_pane": "Wirrfensterscheibe", - "block.create.water_wheel": "Wasserrad", - "block.create.waxed_copper_shingle_slab": "Gewachste Kupferschindelstufe", - "block.create.waxed_copper_shingle_stairs": "Gewachste Kupferschindeltreppe", - "block.create.waxed_copper_shingles": "Gewachste Kupferschindel", - "block.create.waxed_copper_tile_slab": "Gewachste Kupferfliesenstufe", - "block.create.waxed_copper_tile_stairs": "Gewachste Kupferfliesentreppe", - "block.create.waxed_copper_tiles": "Gewachste Kupferfliesen", - "block.create.waxed_exposed_copper_shingle_slab": "Gewachste angelaufene Kupferschindelstufe", - "block.create.waxed_exposed_copper_shingle_stairs": "Gewachste angelaufene Kupferschindeltreppe", - "block.create.waxed_exposed_copper_shingles": "Gewachste angelaufene Kupferschindel", - "block.create.waxed_exposed_copper_tile_slab": "Gewachste angelaufene Kupferfliesenstufe", - "block.create.waxed_exposed_copper_tile_stairs": "Gewachste angelaufene Kupferfliesentreppe", - "block.create.waxed_exposed_copper_tiles": "Gewachste angelaufene Kupferfliesen", - "block.create.waxed_oxidized_copper_shingle_slab": "Gewachste oxidierte Kupferschindelstufe", - "block.create.waxed_oxidized_copper_shingle_stairs": "Gewachste oxidierte Kupferschindeltreppe", - "block.create.waxed_oxidized_copper_shingles": "Gewachste oxidierte Kupferschindel", - "block.create.waxed_oxidized_copper_tile_slab": "Gewachste oxidierte Kupferfliesenstufe", - "block.create.waxed_oxidized_copper_tile_stairs": "Gewachste oxidierte Kupferfliesentreppe", - "block.create.waxed_oxidized_copper_tiles": "Gewachste oxidierte Kupferfliesen", - "block.create.waxed_weathered_copper_shingle_slab": "Gewachste verwittere Kupferschindelstufe", - "block.create.waxed_weathered_copper_shingle_stairs": "Gewachste verwitterte Kupferschindeltreppe", - "block.create.waxed_weathered_copper_shingles": "Gewachste verwitterte Kupferschindel", - "block.create.waxed_weathered_copper_tile_slab": "Gewachste verwitterte Kupferfliesenstufe", - "block.create.waxed_weathered_copper_tile_stairs": "Gewachste verwitterte Kupferfliesentreppe", - "block.create.waxed_weathered_copper_tiles": "Gewachste verwitterte Kupferfliesen", - "block.create.weathered_copper_shingle_slab": "Verwitterte Kupferschindelstufe", - "block.create.weathered_copper_shingle_stairs": "Verwitterte Kupferschindeltreppe", - "block.create.weathered_copper_shingles": "Verwitterte Kupferschindel", - "block.create.weathered_copper_tile_slab": "Verwitterte Kupferfliesenstufe", - "block.create.weathered_copper_tile_stairs": "Verwitterte Kupferfliesentreppe", - "block.create.weathered_copper_tiles": "Verwitterte Kupferfliesen", - "block.create.weighted_ejector": "Gewichteter Werfer", - "block.create.white_nixie_tube": "Weiße Nixie-Röhre", - "block.create.white_sail": "Weiße Segel", - "block.create.white_seat": "Weißer Sitz", - "block.create.white_toolbox": "Weißer Werkzeugkasten", - "block.create.white_valve_handle": "Weißer Ventilgriff", - "block.create.windmill_bearing": "Windmühlenlager", - "block.create.wooden_bracket": "Holzhalterung", - "block.create.yellow_nixie_tube": "Gelbe Nixie-Röhre", - "block.create.yellow_sail": "Gelbes Segel", - "block.create.yellow_seat": "Gelber Sitz", - "block.create.yellow_toolbox": "Gelber Werkzeugkasten", - "block.create.yellow_valve_handle": "Gelber Ventilgriff", - "block.create.zinc_block": "Zinkblock", - "block.create.zinc_ore": "Zinkerz", - - "enchantment.create.capacity": "Kapazität", - "enchantment.create.potato_recovery": "Kartoffel-Wiederherstellung", - - "entity.create.carriage_contraption": "Wagenvorrichtung", - "entity.create.contraption": "Vorrichtung", - "entity.create.crafting_blueprint": "Herstellungsblaupause", - "entity.create.gantry_contraption": "Portalkran Vorrichtung", - "entity.create.potato_projectile": "Kartoffel-Projektil", - "entity.create.seat": "Sitz", - "entity.create.stationary_contraption": "Stationäre Vorrichtung", - "entity.create.super_glue": "Sekundenkleber", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "Trank", - "fluid.create.tea": "Bauherrentee", - - "item.create.andesite_alloy": "Andesitlegierung", - "item.create.attribute_filter": "Attribut Filter", - "item.create.bar_of_chocolate": "Schokoladentafel", - "item.create.belt_connector": "Förderband", - "item.create.blaze_cake": "Lohenkuchen", - "item.create.blaze_cake_base": "Lohenkuchenbasis", - "item.create.brass_hand": "Messing Hand", - "item.create.brass_ingot": "Messingbarren", - "item.create.brass_nugget": "Messingklumpen", - "item.create.brass_sheet": "Messingblech", - "item.create.builders_tea": "Baumeister-Tee", - "item.create.chest_minecart_contraption": "Güterloren Vorrichtung", - "item.create.chocolate_bucket": "Schokoladeneimer", - "item.create.chocolate_glazed_berries": "Schokoladenglasierte Beeren", - "item.create.chromatic_compound": "Chromatische Verbindung", - "item.create.cinder_flour": "Aschenmehl", - "item.create.copper_backtank": "Kupferner Rückentank", - "item.create.copper_backtank_placeable": "Platzierbarer Kupferner Rückentank", - "item.create.copper_nugget": "Kupferklumpen", - "item.create.copper_sheet": "Kupferblech", - "item.create.crafter_slot_cover": "Handwerkseinheit Slot Abdeckung", - "item.create.crafting_blueprint": "Herstellungsblaupause", - "item.create.creative_blaze_cake": "Kreativer Lohenkuchen", - "item.create.crushed_aluminum_ore": "Zerkleinertes Aluminiumerz", - "item.create.crushed_copper_ore": "Zerkleinertes Kupfererz", - "item.create.crushed_gold_ore": "Zerkleinertes Golderz", - "item.create.crushed_iron_ore": "Zerkleinertes Eisenerz", - "item.create.crushed_lead_ore": "Zerkleinertes Bleierz", - "item.create.crushed_nickel_ore": "Zerkleinertes Nickelerz", - "item.create.crushed_osmium_ore": "Zerkleinertes Osmiumerz", - "item.create.crushed_platinum_ore": "Zerkleinertes Platinerz", - "item.create.crushed_quicksilver_ore": "Zerkleinertes Quecksilbererz", - "item.create.crushed_silver_ore": "Zerkleinertes Silbererz", - "item.create.crushed_tin_ore": "Zerkleinertes Zinnerz", - "item.create.crushed_uranium_ore": "Zerkleinertes Uranerz", - "item.create.crushed_zinc_ore": "Zerkleinertes Zinkerz", - "item.create.diving_boots": "Tauchstiefel", - "item.create.diving_helmet": "Tauchhelm", - "item.create.dough": "Teig", - "item.create.electron_tube": "Elektronenröhre", - "item.create.empty_blaze_burner": "Leerer Lohenbrenner", - "item.create.empty_schematic": "Leerer Bauplan", - "item.create.experience_nugget": "Erfahrungsklumpen", - "item.create.extendo_grip": "Extendo Griff", - "item.create.filter": "Filter", - "item.create.furnace_minecart_contraption": "Antriebsloren Vorrichtung", - "item.create.goggles": "Ingenieursbrille", - "item.create.golden_sheet": "Goldblech", - "item.create.handheld_worldshaper": "Geländeformer", - "item.create.honey_bucket": "Honigeimer", - "item.create.honeyed_apple": "Honigapfel", - "item.create.incomplete_precision_mechanism": "Unfertiges Präzisionsgetriebe", - "item.create.incomplete_track": "Unfertiges Gleis", - "item.create.iron_sheet": "Eisenblech", - "item.create.linked_controller": "Fernsteuerung", - "item.create.minecart_contraption": "Loren Vorrichtung", - "item.create.minecart_coupling": "Lorenkupplung", - "item.create.polished_rose_quartz": "Polierter Rosenquarz", - "item.create.potato_cannon": "Kartoffelkanone", - "item.create.powdered_obsidian": "Pulverisierter Obsidian", - "item.create.precision_mechanism": "Präzisionsgetriebe", - "item.create.propeller": "Propeller", - "item.create.raw_zinc": "Rohzink", - "item.create.red_sand_paper": "Rotes Schmirgelpapier", - "item.create.refined_radiance": "Raffinierter Glanz", - "item.create.rose_quartz": "Rosenquarz", - "item.create.sand_paper": "Schmirgelpapier", - "item.create.schedule": "Zugfahrplan", - "item.create.schematic": "Bauplan", - "item.create.schematic_and_quill": "Bauplan und Feder", - "item.create.shadow_steel": "Schattenstahl", - "item.create.sturdy_sheet": "Robustes Blech", - "item.create.super_glue": "Superkleber", - "item.create.sweet_roll": "Rosinenschnecke", - "item.create.tree_fertilizer": "Baumdünger", - "item.create.unprocessed_obsidian_sheet": "Unverarbeitetes Obsidianblatt", - "item.create.vertical_gearbox": "Vertikales Getriebe", - "item.create.wand_of_symmetry": "Symmetriestab", - "item.create.wheat_flour": "Weizenmehl", - "item.create.whisk": "Rührstab", - "item.create.wrench": "Schraubenschlüssel", - "item.create.zinc_ingot": "Zinkbarren", - "item.create.zinc_nugget": "Zinkklumpen", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Willkommen zu Create", - "advancement.create.root.desc": "Es ist Zeit mit dem Bauen von tollen Apparaten zu starten!", - "advancement.create.andesite_alloy": "Alliterationen in Massen", - "advancement.create.andesite_alloy.desc": "Create's Materialien haben verrückte Namen, Eisenlegierung ist im Deutschen leider keine.", - "advancement.create.andesite_casing": "Das Andesite Zeitalter", - "advancement.create.andesite_casing.desc": "Verwende Andesite Legierungen und Holz, um einen einfachen Rahmen zu erstellen.", - "advancement.create.mechanical_press": "Bonk", - "advancement.create.mechanical_press.desc": "Stelle einige Stücke Blech in einer Mechanischen Presse her.", - "advancement.create.encased_fan": "Windverursacher", - "advancement.create.encased_fan.desc": "Platziere und aktiviere einen Ummantelten Lüfter.", - "advancement.create.fan_processing": "Verarbeitung in Windeseile", - "advancement.create.fan_processing.desc": "Benutze einen Ummantelten Lüfter zur Verarbeitung von Materialien.", - "advancement.create.saw_processing": "Finger weg!", - "advancement.create.saw_processing.desc": "Benutze eine aufrecht stehende Mechanische Säge zur Verarbeitung von Materialien.", - "advancement.create.compacting": "Kompakt und handlich", - "advancement.create.compacting.desc": "Mache mit einer Presse und einem Becken aus mehr Items weniger Items.", - "advancement.create.belt": "Befördere es alles", - "advancement.create.belt.desc": "Verbinde zwei Wellen mit einem Förderband", - "advancement.create.funnel": "Wie am Flughafen", - "advancement.create.funnel.desc": "Benutze einen Messing- oder Andesittrichter, um Items aus einem Becken zu ziehen oder Items in ihn zu legen.", - "advancement.create.chute": "Abstürzen", - "advancement.create.chute.desc": "Platziere eine Rinne, das vertikale Gegenstück des Förderbands.", - "advancement.create.mechanical_mixer": "Kräftig durchrühren", - "advancement.create.mechanical_mixer.desc": "Kombiniere Items mithilfe eines Mechanischen Mixers.", - "advancement.create.burner": "Mein neues Haustier lässt mich ganz warm ums Herz werden", - "advancement.create.burner.desc": "Beschaffe einen Lohenbrenner.", - "advancement.create.water_wheel": "Angespannte Hydraulik", - "advancement.create.water_wheel.desc": "Plaziere ein Wasserrad und versuche es zum drehen zu bringen!", - "advancement.create.windmill": "Eine leichte Brise", - "advancement.create.windmill.desc": "Baue eine Windmühle.", - "advancement.create.shifting_gears": "Wechsel deine Gänge", - "advancement.create.shifting_gears.desc": "Verbinde ein großes Zahnrad mit einem kleinem, um die Geschwindigkeit deiner Apparate zu verändern.", - "advancement.create.millstone": "Taschenmahlstein", - "advancement.create.millstone.desc": "Plaziere und aktiviere einen Mahlstein.", - "advancement.create.super_glue": "Bastelstunde", - "advancement.create.super_glue.desc": "Benutze Sekundenkleber, um Blöcke zu einer Gruppe zusammenzukleben.", - "advancement.create.contraption_actors": "Bewegte Maschinen", - "advancement.create.contraption_actors.desc": "Erschaffe eine Vorrichtung, die Bohrer, Sägen oder Pflüge beherbergt.", - "advancement.create.portable_storage_interface": "Ausladen, befüllen, weiterfahren", - "advancement.create.portable_storage_interface.desc": "Benutze eine Portable Lagerschnittstelle. um Items aus einer Vorrichtung zu ziehen oder in eine zu legen.", - "advancement.create.wrench_goggles": "Standardausrüstung eines jeden Mechanikers", - "advancement.create.wrench_goggles.desc": "Rüste dich mit einer Ingenieursbrille und einem Schraubenschlüssel aus.", - "advancement.create.stressometer": "Aber wie belastet genau?", - "advancement.create.stressometer.desc": "Platziere und schalte ein Stressometer ein. Schau es dir durch deine Ingenieursbrille an und lese den genauen Wert ab.", - "advancement.create.cuckoo_clock": "Is' schon Feierabend?", - "advancement.create.cuckoo_clock.desc": "Beobachte deine Kuckucksuhr bei der Ankündigung der Schlafenszeit.", - "advancement.create.windmill_maxed": "Eine starke Briese", - "advancement.create.windmill_maxed.desc": "Baue ein Windrad mit der höchtmöglichen Stärke.", - "advancement.create.ejector_maxed": "Huiii!", - "advancement.create.ejector_maxed.desc": "Lasse dich von einem Gewichteten Werfer mehr als 30 Blöcke weit katapultieren.", - "advancement.create.pulley_maxed": "Abseilen in die Tiefe", - "advancement.create.pulley_maxed.desc": "Lasse eine Seilrolle sich mehr als 200 Blöcke tief ausfahren.", - "advancement.create.cart_pickup": "Das Training zahlt sich aus", - "advancement.create.cart_pickup.desc": "Hebe eine Lorenvorrichtung auf, die mindestens 200 Blöcke beherbergt.", - "advancement.create.anvil_plough": "Hier gilt Helmpflicht!", - "advancement.create.anvil_plough.desc": "Befördere einen Amboss mithilfe eines Mechanischen Pflugs in die Luft.", - "advancement.create.lava_wheel_00000": "Magmarad", - "advancement.create.lava_wheel_00000.desc": "Moment mal, eigentlich sollte das nicht möglich sein...§7\n(Ausgeblendeter Fortschritt)", - "advancement.create.hand_crank_000": "Bitte lege gelegentlich eine Pause ein", - "advancement.create.hand_crank_000.desc": "Drehe an einer Handkurbel bis zu völligen Erschöpfung.§7\n(Ausgeblendeter Fortschritt)", - "advancement.create.belt_funnel_kiss": "Die Papageien und die Klappen", - "advancement.create.belt_funnel_kiss.desc": "Lasse zwei an Förderbändern befestigte Förderbandtrichter sich küssen.", - "advancement.create.stressometer_maxed": "Perfekt ausgelastet", - "advancement.create.stressometer_maxed.desc": "Lasse ein Stressometer exakt 100% anzeigen.§7\n(Ausgeblendeter Fortschritt)", - "advancement.create.copper": "Härtere Steine", - "advancement.create.copper.desc": "Häufe ein wenig Kupfer an, um es für die Verarbeitung von Flüssigkeiten zu verwenden.", - "advancement.create.copper_casing": "Das Kupferzeitalter", - "advancement.create.copper_casing.desc": "Verwende Kupferbarren und Holz, um einen Kupferrahmen herzustellen.", - "advancement.create.spout": "Platsch!", - "advancement.create.spout.desc": "Schaue einem Flüssigkeitsgegenstand zu, wie er von einem Ausguss gefüllt wird.", - "advancement.create.drain": "Kipp' alles rein", - "advancement.create.drain.desc": "Schaue einem Flüssigkeitsgegenstand zu, wie er von einem Abfluss geleert wird.", - "advancement.create.steam_engine": "Zisch!", - "advancement.create.steam_engine.desc": "Generiere Drehmoment mit einer Dampfmaschine.", - "advancement.create.steam_whistle": "Die Stimme eines Engels", - "advancement.create.steam_whistle.desc": "Aktiviere eine Dampfpfeife", - "advancement.create.backtank": "Druckluft To Go", - "advancement.create.backtank.desc": "Stelle eine Kupferne Druckluftflasche her und fülle sie mit Druckluft.", - "advancement.create.diving_suit": "Bereit für die Tiefe", - "advancement.create.diving_suit.desc": "Rüste dich mit einem Tauchhelm und einer Druckluftflasche aus und springe ins Wasser.", - "advancement.create.mechanical_pump_0": "Unter Druck", - "advancement.create.mechanical_pump_0.desc": "Platziere eine Mechanische Pumpe und treibe sie an.", - "advancement.create.glass_pipe": "Flussspion", - "advancement.create.glass_pipe.desc": "Beobachte durch ein Rohr mit Fenster, wie Flüssigkeiten durch ein Rohr fließen. Gerade Rohre bekommen ein Fenster, wenn du mit einem Schraubenschlüssel auf diese klickst.", - "advancement.create.water_supply": "Schlürf!", - "advancement.create.water_supply.desc": "Lasse ein Rohr eine Wasserquelle aufnehmen.", - "advancement.create.hose_pulley": "Industrielles Verschütten", - "advancement.create.hose_pulley.desc": "Lasse eine Schlauchrolle herab und schau ihr zu, wie sie Wasser aufsaugt oder rauslässt.", - "advancement.create.chocolate_bucket": "Ein Eimer voller Glück", - "advancement.create.chocolate_bucket.desc": "Beschaffe einen Schokoladeneimer.", - "advancement.create.honey_drain": "Industrielle Imkerei", - "advancement.create.honey_drain.desc": "Benutze Rohre, um Honig aus einem Bienennest oder einem Bienenstock zu ziehen.", - "advancement.create.hose_pulley_lava": "Praktisch unendlich", - "advancement.create.hose_pulley_lava.desc": "Pumpe Lava aus einem Vorkommen, welches groß genug ist, um als unerschöpflich zu gelten.", - "advancement.create.steam_engine_maxed": "Meilenstein der Industrialisierung", - "advancement.create.steam_engine_maxed.desc": "Betreiber einen Dampfkessel mit der höchtmöglichen Kapazität.", - "advancement.create.foods": "Eine ausgewogene Ernährung", - "advancement.create.foods.desc": "Produziere Schokoladenglasierte Beeren, einen Honigapfel und eine Rosinenschnecke mit demselben Ausguss.", - "advancement.create.diving_suit_lava": "Baden mit den Schreitern", - "advancement.create.diving_suit_lava.desc": "Versuche, mit deiner kupfernen Tauchausrüstung in Lava zu schwimmen.§7\n(Ausgeblendeter Fortschritt)", - "advancement.create.chained_drain": "Eine Abflussstraße", - "advancement.create.chained_drain.desc": "Beobachte ein Item, wie es sich über eine Reihe von Abflüssen bewegt.§7\n(Ausgeblendeter Fortschritt)", - "advancement.create.cross_streams": "Auf keinen Fall vermischen!!", - "advancement.create.cross_streams.desc": "Beobachte, wie zwei Flüssigkeiten sich in einem Rohr treffen.§7\n(Ausgeblendeter Fortschritt)", - "advancement.create.pipe_organ": "Ein majestätischer Klang", - "advancement.create.pipe_organ.desc": "Schließe 12 Dampfpfeifen mit unterschiedlichen Tonhöhen an einen Tank an.§7\n(Ausgeblendeter Fortschritt)", - "advancement.create.brass": "Echte Legierungen", - "advancement.create.brass.desc": "Verwende zerkleinertes Kupfererz und zerkleinertes Zinkerz um Messing herzustellen.", - "advancement.create.brass_casing": "Das Messingzeitalter", - "advancement.create.brass_casing.desc": "Verwende das neu erhaltene Messing und etwas Holz, um einen mehr fortgeschrittenen Rahmen herzustellen.", - "advancement.create.rose_quartz": "Pinke Diamanten", - "advancement.create.rose_quartz.desc": "Poliere etwas Rosenquarz.", - "advancement.create.deployer": "Stupse, platziere und attackiere!", - "advancement.create.deployer.desc": "Platziere und betreibe ein Einsatzgerät, die perfekte Reflektion deiner selbst.", - "advancement.create.precision_mechanism": "Komplexe Kuriositäten", - "advancement.create.precision_mechanism.desc": "Montiere ein Präzisionsgetriebe.", - "advancement.create.speed_controller": "Ingenieure hassen ihn!", - "advancement.create.speed_controller.desc": "Platziere einen Rotationsgeschwindigkeitsregler, das ultimative Gerät, um die Drehgeschwindigkeit zu ändern.", - "advancement.create.mechanical_arm": "Beschäftigte Hände!", - "advancement.create.mechanical_arm.desc": "Stelle einen Mechanischen Arm her, wähle Ein- und Ausgang, platziere ihn und gib ihm Energie; beobachte dann, wie er für dich all die Arbeit erledigt.", - "advancement.create.mechanical_crafter": "Automatisiertes Handwerk", - "advancement.create.mechanical_crafter.desc": "Platziere einige Mechanische Handwerkseinheiten und treibe sie an.", - "advancement.create.crushing_wheel": "Ein gigantisches Paar", - "advancement.create.crushing_wheel.desc": "Stelle Mahlwerkräder her, um mehr Materialien effizienter zu zermahlen.", - "advancement.create.haunted_bell": "Schattensinn", - "advancement.create.haunted_bell.desc": "Läute eine Spukglocke.", - "advancement.create.clockwork_bearing": "Uhrapparat", - "advancement.create.clockwork_bearing.desc": "Montiere eine Struktur auf einem Uhrwerklager.", - "advancement.create.display_link": "Alles auf einen Blick", - "advancement.create.display_link.desc": "Benutze einen Anzeige-Link, um Informationen zu visualisieren.", - "advancement.create.potato_cannon": "Fwump!", - "advancement.create.potato_cannon.desc": "Besiege einen Gegner mit deiner Kartoffelkanone.", - "advancement.create.extendo_grip": "Boioioing!", - "advancement.create.extendo_grip.desc": "Beschaffe einen Extendo-Griff.", - "advancement.create.linked_controller": "Ferngesteuert", - "advancement.create.linked_controller.desc": "Aktiviere eine Redstone-Verbindung mit einer Fernbedienung", - "advancement.create.arm_blaze_burner": "Verbrennertron", - "advancement.create.arm_blaze_burner.desc": "Weise einen mechanischen Arm an, einen Lohenbrenner zu befeuern.", - "advancement.create.crusher_maxed_0000": "Lasst uns es zermahlen", - "advancement.create.crusher_maxed_0000.desc": "Betreiber ein Mahlwerkradpaar mit voller Geschwindigkeit.", - "advancement.create.arm_many_targets": "Organisiertron", - "advancement.create.arm_many_targets.desc": "Programmiere einen mechanischen Arm so, dass er zehn oder mehr Ausgänge hat.", - "advancement.create.potato_cannon_collide": "Vegetarisches Feuerwerk", - "advancement.create.potato_cannon_collide.desc": "Lasse zwei Kartoffelkanonenprojektile unterschiedlicher Art miteinander kolidieren.", - "advancement.create.self_deploying": "Wenn da doch nur nicht die Lava wäre...", - "advancement.create.self_deploying.desc": "Erschaffe eine Lorenvorrichtung, die ihre eigenen Schienen vor sich platziert.", - "advancement.create.fist_bump": "Verstampf es, Bro!", - "advancement.create.fist_bump.desc": "Lass zwei Einsatzgeräte aufeinander treffen.", - "advancement.create.crafter_lazy_000": "Ich habe Zeit", - "advancement.create.crafter_lazy_000.desc": "Fahre die Geschwindigkeit deiner Mechanischen Handwerkseinheit drastisch herunter, um beim Ausbau deiner Netzwerkinfrastruktur zu prokrastinieren.§7\n(Ausgeblendeter Fortschritt)", - "advancement.create.extendo_grip_dual": "Hand in Hand", - "advancement.create.extendo_grip_dual.desc": "Lasse einen Extendo-Griff einen weiteren Extendo-Griff tragen, um übermenschliche Reichweiten zu erlangen.§7\n(Ausgeblendeter Fortschritt)", - "advancement.create.musical_arm": "Spiel mir meine Erkennungsmelodie!", - "advancement.create.musical_arm.desc": "Beobachte einen mechanischen Arm dabei, wie er einen Plattenspieler bedient.", - "advancement.create.sturdy_sheet": "Noch härtere Steine", - "advancement.create.sturdy_sheet.desc": "Stelle ein Robustes Blech her, indem du zerkleinertes Obsidian veredelst.", - "advancement.create.train_casing_00": "Das logistische Zeitalter", - "advancement.create.train_casing_00.desc": "Verwende ein Robustes Blech, um einen Zugrahmen zu erstellen.", - "advancement.create.train": "Alles einsteigen!", - "advancement.create.train.desc": "Baue deinen ersten Zug.", - "advancement.create.conductor": "Konduktorinstruktor", - "advancement.create.conductor.desc": "Überreiche einem Zugführer einen Fahrplan.", - "advancement.create.track_signal": "Sicherheit im Schienenverkehr", - "advancement.create.track_signal.desc": "Platziere ein Zugsignal.", - "advancement.create.display_board_0": "Dynamischer Fahrplan", - "advancement.create.display_board_0.desc": "Kündige die Ankunft eines Zuges auf einer Anzeigetafel mithilfe eines Anzeige-Links an.", - "advancement.create.track_0": "Neue Maßstäbe", - "advancement.create.track_0.desc": "Beschaffe einige Gleise.", - "advancement.create.train_whistle": "Tschu-tschu!", - "advancement.create.train_whistle.desc": "Bringe eine Dampfpfeife an deinem Zug an und lasse sie während der Fahrt ertönen.", - "advancement.create.train_portal": "Interdimensional-Express", - "advancement.create.train_portal.desc": "Fahre mit einem Zug durch ein Netherportal.", - "advancement.create.track_crafting_factory": "Gleisfabrik", - "advancement.create.track_crafting_factory.desc": "Produziere mehr als 1000 Gleise mit derselben Mechanischen Presse.", - "advancement.create.long_bend": "Die längste Kurve", - "advancement.create.long_bend.desc": "Errichte einen kurvigen Gleisabschnitt, welcher sich über mehr als 30 Blöcke erstreckt.", - "advancement.create.long_train": "Dieser Zug ist laaaang", - "advancement.create.long_train.desc": "Baue einen Zug mit mindestens 6 Waggons.", - "advancement.create.long_travel": "Heute machen wir einen Ausflug", - "advancement.create.long_travel.desc": "Stehe von einem Sitz mindestens 5000 Blöcke von deinem Startort entfernt auf.", - "advancement.create.train_roadkill": "Haben wir gerade etwas überfahren?", - "advancement.create.train_roadkill.desc": "Überfahre einen Gegner mit deinem Zug.§7\n(Ausgeblendeter Fortschritt)", - "advancement.create.red_signal": "Ich kenne mich aus!", - "advancement.create.red_signal.desc": "Überfahre mit deinem Zug ein rotes Signal.§7\n(Ausgeblendeter Fortschritt)", - "advancement.create.train_crash": "Eine holprige Fahrt", - "advancement.create.train_crash.desc": "Erlebe als Fahrgast ein Zugunglück.§7\n(Ausgeblendeter Fortschritt)", - "advancement.create.train_crash_backwards": "Im toten Winkel", - "advancement.create.train_crash_backwards.desc": "Kollidiere mit einem anderen Zug, während du rückwärts fährst.§7\n(Ausgeblendeter Fortschritt)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "Create", - "itemGroup.create.palettes": "Create Paletten", - - "death.attack.create.crush": "%1$s stolperte in ein Mahlwerk", - "death.attack.create.crush.player": "%1$s wurde von %2$s in ein Mahlwerk gestoßen", - "death.attack.create.fan_fire": "%1$s hat heiße Luft eingeatmet", - "death.attack.create.fan_fire.player": "%1$s wurde von %2$s in einen Räucherofen gestoßen", - "death.attack.create.fan_lava": "%1$s wurde von Lava verweht", - "death.attack.create.fan_lava.player": "%1$s wurde von %2$s in einen Schmelzer geworfen", - "death.attack.create.mechanical_drill": "%1$s wurde von einem Bohrer durchlöchert", - "death.attack.create.mechanical_drill.player": "%1$s wurde von %2$s vor einen Bohrer gestoßen", - "death.attack.create.mechanical_saw": "%1$s wurde zersägt", - "death.attack.create.mechanical_saw.player": "%1$s wurde von %2$s in eine Säge gestoßen", - "death.attack.create.potato_cannon": "%1$s wurde von %2$s's Kartoffelkanone erschossen", - "death.attack.create.potato_cannon.item": "%1$s wurde von %2$s's %3$s erschossen", - "death.attack.create.cuckoo_clock_explosion": "%1$s wurde durch eine falsche Kuckucksuhr gesprengt", - "death.attack.create.cuckoo_clock_explosion.player": "%1$s wurde von einer manipulierten Kuckucksuhr in die Luft gejagt", - "death.attack.create.run_over": "%1$s wurde von %2$s überfahren", - - "create.block.deployer.damage_source_name": "einem Finger", - "create.block.cart_assembler.invalid": "Platziere deinen Lorenmonteur auf einer Schiene.", - - "create.menu.return": "Zurück zum vorherigen Menü", - "create.menu.configure": "Konfigurieren...", - "create.menu.ponder_index": "Ponder-Verzeichnis", - "create.menu.only_ingame": "Im Pause-Menü verfügbar", - "create.menu.report_bugs": "Fehler melden", - "create.menu.support": "Unterstütze uns", - - "create.recipe.crushing": "Mahlen (Mahlwerk)", - "create.recipe.milling": "Mahlen (Mahlstein)", - "create.recipe.fan_washing": "Sammelwaschen", - "create.recipe.fan_washing.fan": "Propeller hinter fließendem Wasser", - "create.recipe.fan_smoking": "Sammelräuchern", - "create.recipe.fan_smoking.fan": "Propeller hinter Feuer", - "create.recipe.fan_haunting": "Sammelspuken", - "create.recipe.fan_haunting.fan": "Propeller hinter Seelenfeuer", - "create.recipe.fan_blasting": "Sammelschmelzen", - "create.recipe.fan_blasting.fan": "Propeller hinter Lava", - "create.recipe.pressing": "Mechanische Presse", - "create.recipe.mixing": "Mixen", - "create.recipe.deploying": "Einsetzen", - "create.recipe.automatic_shapeless": "Automatisiertes Formloses Bauen", - "create.recipe.automatic_brewing": "Automatisiertes Brauen", - "create.recipe.packing": "Komprimieren", - "create.recipe.automatic_packing": "Automatisiertes Packen", - "create.recipe.sawing": "Sägen", - "create.recipe.mechanical_crafting": "Mechanisches Bauen", - "create.recipe.automatic_shaped": "Automatisiertes Geformtes Bauen", - "create.recipe.block_cutting": "Schneiden von Blöcken", - "create.recipe.wood_cutting": "Schneiden von Holz", - "create.recipe.sandpaper_polishing": "Schleifen", - "create.recipe.mystery_conversion": "Mysteriöse Konvertierung", - "create.recipe.spout_filling": "Befüllung per Ausguss", - "create.recipe.draining": "Gegenstandsablassung", - "create.recipe.item_application": "Manuelle Item-Anwendung", - "create.recipe.item_application.any_axe": "Beliebige Axt", - "create.recipe.sequenced_assembly": "Sequentielles Bauen", - "create.recipe.assembly.next": "Danach: %1$s", - "create.recipe.assembly.step": "Schritt %1$s:", - "create.recipe.assembly.progress": "Fortschritt: %1$s/%2$s", - "create.recipe.assembly.pressing": "Verarbeite in einer Presse", - "create.recipe.assembly.spout_filling_fluid": "Gieße %1$s aus", - "create.recipe.assembly.deploying_item": "Setze %1$s ein", - "create.recipe.assembly.cutting": "Zerteile mit einer Säge", - "create.recipe.assembly.repeat": "Wiederhole die Sequenz %1$s mal", - "create.recipe.assembly.junk": "Zufälliges Nebenprodukt", - "create.recipe.processing.chance": "Chance: %1$s%%", - "create.recipe.deploying.not_consumed": "Nicht verbraucht", - "create.recipe.heat_requirement.none": "Keine Hitze benötigt", - "create.recipe.heat_requirement.heated": "Wenig Hitze benötigt", - "create.recipe.heat_requirement.superheated": "Viel Hitze benötigt", - - "create.generic.range": "Reichweite", - "create.generic.radius": "Radius", - "create.generic.width": "Breite", - "create.generic.height": "Höhe", - "create.generic.length": "Länge", - "create.generic.speed": "Geschwindigkeit", - "create.generic.delay": "Verzögerung", - "create.generic.duration": "Dauer", - "create.generic.timeUnit": "Zeiteinheit", - "create.generic.unit.ticks": "Ticks", - "create.generic.unit.seconds": "Sekunden", - "create.generic.unit.minutes": "Minuten", - "create.generic.daytime.hour": "Stunde", - "create.generic.daytime.minute": "Minute", - "create.generic.daytime.second": "Sekunde", - "create.generic.daytime.pm": "nachmittags", - "create.generic.daytime.am": "vormittags", - "create.generic.unit.rpm": "UPM", - "create.generic.unit.stress": "su", - "create.generic.unit.degrees": "°", - "create.generic.unit.millibuckets": "%1$smB", - "create.generic.unit.buckets": "B", - "create.generic.clockwise": "Uhrzeigersinn", - "create.generic.counter_clockwise": "Gegen-Uhrzeigersinn", - "create.generic.in_quotes": "„%1$s“", - "create.generic.pitch": "Tonhöhe: %1$s", - "create.generic.notes": "F#;F;E;D#;D;C#;C;H;A#;A;G#;G", - - "create.action.scroll": "Wechseln", - "create.action.confirm": "Bestätigen", - "create.action.abort": "Abbrechen", - "create.action.saveToFile": "Speichern", - "create.action.discard": "Löschen", - - "create.keyinfo.toolmenu": "Werkzeugmenü", - "create.keyinfo.toolbelt": "Erreiche naheliegende Werkzeugkästen", - "create.keyinfo.scrollup": "Simuliere Mausrad hoch (In der Welt)", - "create.keyinfo.scrolldown": "Simuliere Mausrad runter (In der Welt)", - - "create.gui.scrollInput.defaultTitle": "Wähle eine Option:", - "create.gui.scrollInput.scrollToModify": "Mausrad zum Ändern", - "create.gui.scrollInput.scrollToAdjustAmount": "Mausrad um Betrag anzupassen", - "create.gui.scrollInput.scrollToSelect": "Mausrad zum Auswählen", - "create.gui.scrollInput.shiftScrollsFaster": "Shift zum schnelleren Auswählen", - "create.gui.toolmenu.focusKey": "Halte [%1$s] zum Fokussieren", - "create.gui.toolmenu.cycle": "[Mausrad] zum Wechseln", - - "create.toolbox.unequip": "Entfernen: %1$s", - "create.toolbox.outOfRange": "Werkzeugkasten des gehaltenen Gegenstands nicht in Reichweite", - "create.toolbox.detach": "Verfolgung stoppen und Gegenstand behalten", - "create.toolbox.depositAll": "Lege Gegenstände in nahegelegenen Werkzeugkasten zurück", - "create.toolbox.depositBox": "Lege Gegenstand in Werkzeugkasten zurück", - - "create.gui.symmetryWand.mirrorType": "Spiegeln", - "create.gui.symmetryWand.orientation": "Orientierung", - - "create.symmetry.mirror.plane": "Einfach Spiegeln", - "create.symmetry.mirror.doublePlane": "Rechteckig", - "create.symmetry.mirror.triplePlane": "Achteckig", - - "create.orientation.orthogonal": "Senkrecht", - "create.orientation.diagonal": "Diagonal", - "create.orientation.horizontal": "Horizontal", - "create.orientation.alongZ": "Entlang Z", - "create.orientation.alongX": "Entlang X", - - "create.gui.terrainzapper.title": "Tragbarer Geländeformer", - "create.gui.terrainzapper.searchDiagonal": "Folge Diagonalen", - "create.gui.terrainzapper.searchFuzzy": "Ignoriere Kantenmaterial", - "create.gui.terrainzapper.patternSection": "Muster", - "create.gui.terrainzapper.pattern.solid": "Ausgefüllt", - "create.gui.terrainzapper.pattern.checkered": "Schachbrett", - "create.gui.terrainzapper.pattern.inversecheckered": "Invertiertes Schachbrett", - "create.gui.terrainzapper.pattern.chance25": "25% ausgefüllt", - "create.gui.terrainzapper.pattern.chance50": "50% ausgefüllt", - "create.gui.terrainzapper.pattern.chance75": "75% ausgefüllt", - "create.gui.terrainzapper.placement": "Platzierung", - "create.gui.terrainzapper.placement.merged": "Zusammengeführt", - "create.gui.terrainzapper.placement.attached": "Angefügt", - "create.gui.terrainzapper.placement.inserted": "Eingefügt", - "create.gui.terrainzapper.brush": "Pinsel", - "create.gui.terrainzapper.brush.cuboid": "Quader", - "create.gui.terrainzapper.brush.sphere": "Kugel", - "create.gui.terrainzapper.brush.cylinder": "Zylinder", - "create.gui.terrainzapper.brush.surface": "Fläche", - "create.gui.terrainzapper.brush.cluster": "Haufen", - "create.gui.terrainzapper.tool": "Werkzeug", - "create.gui.terrainzapper.tool.fill": "Füllen", - "create.gui.terrainzapper.tool.place": "Platzieren", - "create.gui.terrainzapper.tool.replace": "Ersetzen", - "create.gui.terrainzapper.tool.clear": "Löschen", - "create.gui.terrainzapper.tool.overlay": "Überlagern", - "create.gui.terrainzapper.tool.flatten": "Abflachen", - - "create.terrainzapper.shiftRightClickToSet": "Shift-Rechts-Klick um eine Form auszuwählen", - "create.terrainzapper.usingBlock": "Nutze: %1$s", - "create.terrainzapper.leftClickToSet": "Linksklicke einen Block, um ein Material auszuwählen", - - "create.minecart_coupling.two_couplings_max": "Jede Lore kann nicht mehr als zwei Kupplungen haben", - "create.minecart_coupling.unloaded": "Teile des Zuges scheinen in nicht geladenen Chunks zu sein", - "create.minecart_coupling.no_loops": "Kupplungen können keine Schleife bilden", - "create.minecart_coupling.removed": "Alle Kupplungen wurden von der Lore entfernt", - "create.minecart_coupling.too_far": "Loren sind zu weit entfernt", - - "create.contraptions.movement_mode": "Bewegungsmodus", - "create.contraptions.movement_mode.move_place": "Platziere immer wenn gestoppt", - "create.contraptions.movement_mode.move_place_returned": "Platziere nur in Ausgangsposition", - "create.contraptions.movement_mode.move_never_place": "Platziere nur wenn Anker zerstört", - "create.contraptions.movement_mode.rotate_place": "Platziere immer wenn gestoppt", - "create.contraptions.movement_mode.rotate_place_returned": "Platziere nur nahe des Ausgangswinkels", - "create.contraptions.movement_mode.rotate_never_place": "Platziere nur wenn Anker zerstört", - "create.contraptions.cart_movement_mode": "Loren-Bewegungsmodus", - "create.contraptions.cart_movement_mode.rotate": "Zeige immer in Bewegungsrichtung", - "create.contraptions.cart_movement_mode.rotate_paused": "Pausiere Akteure beim drehen", - "create.contraptions.cart_movement_mode.rotation_locked": "Sperre Rotation", - "create.contraptions.windmill.rotation_direction": "Rotationsrichtung", - "create.contraptions.clockwork.clock_hands": "Uhrzeiger", - "create.contraptions.clockwork.hour_first": "Stundenzeiger zuerst", - "create.contraptions.clockwork.minute_first": "Minutenzeiger zuerst", - "create.contraptions.clockwork.hour_first_24": "24-Stunden-Zeiger zuerst", - - "create.logistics.filter": "Filter", - "create.logistics.recipe_filter": "Rezeptfilter", - "create.logistics.fluid_filter": "Flüssigkeitsfilter", - "create.logistics.firstFrequency": "Freq. #1", - "create.logistics.secondFrequency": "Freq. #2", - "create.logistics.filter.apply": "Filter angewendet auf %1$s.", - "create.logistics.filter.apply_click_again": "Filter angewendet auf %1$s, klicke nochmal um Menge zu kopieren.", - "create.logistics.filter.apply_count": "Extraktionsmenge auf Filter angewendet.", - - "create.gui.goggles.generator_stats": "Generator Statistik:", - "create.gui.goggles.kinetic_stats": "Kinetische Statistik:", - "create.gui.goggles.at_current_speed": "bei derzeitiger Geschwindigkeit", - "create.gui.goggles.pole_length": "Stab Länge:", - "create.gui.goggles.fluid_container": "Flüssigkeitstank Info:", - "create.gui.goggles.fluid_container.capacity": "Kapazität:", - "create.gui.assembly.exception": "Diese Vorrichtung konnte nicht gebaut werden:", - "create.gui.assembly.exception.unmovableBlock": "Unbeweglicher Block (%4$s) bei [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "Der Block bei [%1$s,%2$s,%3$s] war nicht in einem geladenen Chunk", - "create.gui.assembly.exception.structureTooLarge": "In dieser Vorrichtung sind zu viele Blöcke enthalten.\nDas konfigurierte Maximum ist: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "Es sind zu viele Pleuelverlängerungen an diesen Kolben angebracht.\nDas konfigurierte Maximum ist: %1$s", - "create.gui.assembly.exception.noPistonPoles": "Dem Kolben fehlen ein paar Pleuelverlängerungen", - "create.gui.assembly.exception.not_enough_sails": "Angebrachte Struktur enthält nicht genug segelähnliche Blöcke: %1$s\nEin Minimum von %2$s ist erforderlich", - "create.gui.gauge.info_header": "Messgerät Information:", - "create.gui.speedometer.title": "Rotationsgeschwindigkeit", - "create.gui.stressometer.title": "Netzwerkbelastung", - "create.gui.stressometer.capacity": "Verbleibende Kapazität", - "create.gui.stressometer.overstressed": "Überbelastet", - "create.gui.stressometer.no_rotation": "Keine Rotation", - "create.gui.contraptions.not_fast_enough": "Wie es scheint dreht sich dieses %1$s _nicht_ _schnell_ _genug_.", - "create.gui.contraptions.network_overstressed": "Wie es scheint ist diese Vorrichtung _überbelastet_. Füge mehr Quellen hinzu oder _verlangsame_ die Komponenten mit hoher _Belastungsauswirkung_.", - "create.gui.adjustable_crate.title": "Lagerraum", - "create.gui.adjustable_crate.storageSpace": "Lagerraum", - "create.gui.stockpile_switch.title": "Vorratssensor", - "create.gui.stockpile_switch.invert_signal": "Invertiere Signal", - "create.gui.stockpile_switch.move_to_lower_at": "Gehe zu unterer Spur bei %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "Gehe zu oberer Spur bei %1$s%%", - "create.gui.sequenced_gearshift.title": "Sequenzielle Gangschaltung", - "create.gui.sequenced_gearshift.instruction": "Befehl", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Drehe um Winkel", - "create.gui.sequenced_gearshift.instruction.turn_angle": "Drehe", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Winkel", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Drehe um Kolben/Seilrolle/Portalkran zu bewegen", - "create.gui.sequenced_gearshift.instruction.turn_distance": "Kolben", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Distanz", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Gesteuerte Verzögerung", - "create.gui.sequenced_gearshift.instruction.delay": "Verzögerung", - "create.gui.sequenced_gearshift.instruction.delay.duration": "Dauer", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "Beende", - "create.gui.sequenced_gearshift.instruction.end": "Beende", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "Warte auf neues Redstone Signal", - "create.gui.sequenced_gearshift.instruction.await": "Warte", - "create.gui.sequenced_gearshift.speed": "Geschwindigkeit, Richtung", - "create.gui.sequenced_gearshift.speed.forward": "Eingangsgeschwindigkeit, Vorwärts", - "create.gui.sequenced_gearshift.speed.forward_fast": "Doppelte Geschwindigkeit, Vorwärts", - "create.gui.sequenced_gearshift.speed.back": "Eingangsgeschwindigkeit, Umgekehrt", - "create.gui.sequenced_gearshift.speed.back_fast": "Doppelte Geschwindigkeit, Umgekehrt", - - "create.schematicAndQuill.dimensions": "Bauplangröße: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "Erste Position festgelegt.", - "create.schematicAndQuill.secondPos": "Zweite Position festgelegt.", - "create.schematicAndQuill.noTarget": "Halte [Strg] zur Auswahl von Luft.", - "create.schematicAndQuill.abort": "Auswahl zurückgesetzt.", - "create.schematicAndQuill.title": "Bauplanname:", - "create.schematicAndQuill.convert": "Speichere und lade sofort hoch", - "create.schematicAndQuill.fallbackName": "Mein Bauplan", - "create.schematicAndQuill.saved": "Gespeichert als %1$s", - - "create.schematic.invalid": "[!] Ungültiger Gegenstand - Benutze einen Bauplantisch.", - "create.schematic.position": "Position", - "create.schematic.rotation": "Rotation", - "create.schematic.rotation.none": "Nein", - "create.schematic.rotation.cw90": "90° im Uhrzeigersinn", - "create.schematic.rotation.cw180": "180° im Uhrzeigersinn", - "create.schematic.rotation.cw270": "270° im Uhrzeigersinn", - "create.schematic.mirror": "Spiegeln", - "create.schematic.mirror.none": "Nein", - "create.schematic.mirror.frontBack": "Vor-Zurück", - "create.schematic.mirror.leftRight": "Links-Rechts", - "create.schematic.tool.deploy": "Positionieren", - "create.schematic.tool.move": "XZ Bewegen", - "create.schematic.tool.movey": "Y Bewegen", - "create.schematic.tool.rotate": "Rotieren", - "create.schematic.tool.print": "Drucken", - "create.schematic.tool.flip": "Umdrehen", - "create.schematic.tool.deploy.description.0": "Bewegt die Struktur an einen anderen ort.", - "create.schematic.tool.deploy.description.1": "Mit Rechtsklick auf den Boden platzieren.", - "create.schematic.tool.deploy.description.2": "[Strg] halten, um in einer bestimmten Entfernung zu arbeiten.", - "create.schematic.tool.deploy.description.3": "[Strg]-Mausrad um die Entfernung zu ändern.", - "create.schematic.tool.move.description.0": "Bewegt das Schema horizontal", - "create.schematic.tool.move.description.1": "Zeig auf das Schema und benutze [Strg]-Mausrad.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "Bewegt das Schema vertikal", - "create.schematic.tool.movey.description.1": "[Strg]-Mausrad zum hoch- und runterbewegen", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "Rotiert das Schema um seine Mitte.", - "create.schematic.tool.rotate.description.1": "[Strg]-Mausrad für eine Drehung um 90°", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "Platziert sofort die Struktur in der Welt", - "create.schematic.tool.print.description.1": "[Rechtsklick] zum Bestätigen der Platzierung an der aktuellen Position.", - "create.schematic.tool.print.description.2": "Dieses Werkzeug ist nur für den Kreativ-Modus.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "Kehrt das Schema entlang der ausgewählten Oberfläche um.", - "create.schematic.tool.flip.description.1": "Zeige auf das Schema und benutze [Strg]-Mausrad.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "Synchronisation...", - "create.schematics.uploadTooLarge": "Dein Bauplan ist zu groß.", - "create.schematics.maxAllowedSize": "Die maximale Bauplan-Dateigröße ist:", - - "create.gui.schematicTable.refresh": "Aktualisiere Dateien", - "create.gui.schematicTable.open_folder": "Öffne Ordner", - "create.gui.schematicTable.title": "Bauplantisch", - "create.gui.schematicTable.availableSchematics": "Verfügbare Baupläne", - "create.gui.schematicTable.noSchematics": "Keine gespeicherten Baupläne", - "create.gui.schematicTable.uploading": "Hochladen...", - "create.gui.schematicTable.finished": "Hochgeladen!", - "create.gui.schematicannon.title": "Bauplankanone", - "create.gui.schematicannon.listPrinter": "Materiallistendruck", - "create.gui.schematicannon.gunpowderLevel": "Schwarzpulver bei %1$s%%", - "create.gui.schematicannon.shotsRemaining": "%1$s Schuss übrig", - "create.gui.schematicannon.shotsRemainingWithBackup": "Mit Reserve: %1$s", - "create.gui.schematicannon.optionEnabled": "Aktiviert", - "create.gui.schematicannon.optionDisabled": "Deaktiviert", - "create.gui.schematicannon.showOptions": "Zeige Drucker Einstellungen", - "create.gui.schematicannon.option.dontReplaceSolid": "Feste Blöcke nicht ersetzen", - "create.gui.schematicannon.option.replaceWithSolid": "Feste Blöcke mit festen ersetzen", - "create.gui.schematicannon.option.replaceWithAny": "Feste Blöcke immer ersetzen", - "create.gui.schematicannon.option.replaceWithEmpty": "Feste Blöcke mit Leere ersetzen", - "create.gui.schematicannon.option.skipMissing": "Fehlende Blöcke ignorieren", - "create.gui.schematicannon.option.skipTileEntities": "Tile Entities ignorieren", - "create.gui.schematicannon.slot.gunpowder": "Füge Schwarzpulver hinzu um die Kanone zu betreiben", - "create.gui.schematicannon.slot.listPrinter": "Platziere hier Bücher um eine Checkliste für deinen Bauplan zu drucken", - "create.gui.schematicannon.slot.schematic": "Füge Bauplan hier hinzu. Stelle sicher dass er an einer spezifischen Position bereitgestellt wird.", - "create.gui.schematicannon.option.skipMissing.description": "Wenn die Bauplankanone einen benötigten Block nicht finden kann, wird sie einfach beim nächsten weiter machen.", - "create.gui.schematicannon.option.skipTileEntities.description": "Die Bauplankanone wird versuchen, Blöcke mit extra Daten, beispielsweise Truhen, nicht zu ersetzen.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "Die Kanone wird ausschließlich nicht feste Blöcke und Luft in ihrem Arbeitsbereich ersetzen.", - "create.gui.schematicannon.option.replaceWithSolid.description": "Die Kanone wird feste Blöcke nur dann ersetzen, wenn an der Position vorher bereits ein fester Block war.", - "create.gui.schematicannon.option.replaceWithAny.description": "Die Kanone wird feste Blöcke ersetzen, wenn der Bauplan an der Position einen Block enthält.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "Die Kanone wird alle Blöcke im Arbeitsbereich entfernen.", - - "create.schematicannon.status.idle": "Aus", - "create.schematicannon.status.ready": "Bereit", - "create.schematicannon.status.running": "An", - "create.schematicannon.status.finished": "Fertig", - "create.schematicannon.status.paused": "Pausiert", - "create.schematicannon.status.stopped": "Gestoppt", - "create.schematicannon.status.noGunpowder": "Schwarzpulver leer", - "create.schematicannon.status.targetNotLoaded": "Kein Block geladen", - "create.schematicannon.status.targetOutsideRange": "Ziel zu weit weg", - "create.schematicannon.status.searching": "Suchen", - "create.schematicannon.status.skipping": "Überspringen", - "create.schematicannon.status.missingBlock": "Fehlender Block:", - "create.schematicannon.status.placing": "Platzieren", - "create.schematicannon.status.clearing": "Blöcke löschen", - "create.schematicannon.status.schematicInvalid": "Bauplan ungültig", - "create.schematicannon.status.schematicNotPlaced": "Bauplan nicht positioniert", - "create.schematicannon.status.schematicExpired": "Bauplandatei abgelaufen", - - "create.materialChecklist": "Material Checkliste", - "create.materialChecklist.blocksNotLoaded": "* Haftungsausschluss *\n\nMaterialliste könnte inakkurat seit da es möglich ist dass releveante Chunks nicht geladen sind.", - - "create.gui.filter.deny_list": "Verweigert-Liste", - "create.gui.filter.deny_list.description": "Gegenstände werden nur weitergegeben wenn sie NICHT mit einem der oben genannten übereinstimmen. Eine leere Verweigert-Liste akzeptiert alles.", - "create.gui.filter.allow_list": "Erlaubt-Liste", - "create.gui.filter.allow_list.description": "Gegenstände werden nur weitergegeben wenn sie mit einem der oben genannten übereinstimmen. Eine leere Erlaubt-Liste lehnt alles ab.", - "create.gui.filter.respect_data": "Respektiere Daten", - "create.gui.filter.respect_data.description": "Gegenstände stimmen nur überein wenn ihre Haltbarkeit, Verzauberungen, und andere Attribute ebenfalls passen.", - "create.gui.filter.ignore_data": "Ignoriere Daten", - "create.gui.filter.ignore_data.description": "Gegenstände stimmen unabhängig ihrer Attribute überein.", - - "create.item_attributes.placeable": "ist plazierbar", - "create.item_attributes.placeable.inverted": "ist nicht plazierbar", - "create.item_attributes.consumable": "kann man essen", - "create.item_attributes.consumable.inverted": "kann man nicht essen", - "create.item_attributes.fluid_container": "kann Flüssigkeiten speichern", - "create.item_attributes.fluid_container.inverted": "kann Flüssigkeiten nicht speichern", - "create.item_attributes.enchanted": "ist verzaubert", - "create.item_attributes.enchanted.inverted": "ist nicht verzaubert", - "create.item_attributes.max_enchanted": "ist mit dem maximalen Level verzaubert", - "create.item_attributes.max_enchanted.inverted": "ist nicht mit dem maximalen Level verzaubert", - "create.item_attributes.renamed": "hat einen benutzerdefinierten Namen", - "create.item_attributes.renamed.inverted": "hat keinen benutzerdefinierten Namen", - "create.item_attributes.damaged": "ist beschädigt", - "create.item_attributes.damaged.inverted": "ist nicht beschädigt", - "create.item_attributes.badly_damaged": "ist stark beschädigt", - "create.item_attributes.badly_damaged.inverted": "ist nicht stark beschädigt", - "create.item_attributes.not_stackable": "kann nicht gestapelt werden", - "create.item_attributes.not_stackable.inverted": "kann gestapelt werden", - "create.item_attributes.equipable": "kann ausgerüstet werden", - "create.item_attributes.equipable.inverted": "kann nicht ausgerüstet werden", - "create.item_attributes.furnace_fuel": "ist Brennstoff", - "create.item_attributes.furnace_fuel.inverted": "ist nicht Brennstoff", - "create.item_attributes.washable": "kann gewaschen werden", - "create.item_attributes.washable.inverted": "kann nicht gewaschen werden", - "create.item_attributes.hauntable": "kann gespenstisch sein", - "create.item_attributes.hauntable.inverted": "kann nicht gespenstisch sein", - "create.item_attributes.crushable": "kann zerkleinert werden", - "create.item_attributes.crushable.inverted": "kann nicht zerkleinert werden", - "create.item_attributes.smeltable": "kann geschmolzen werden", - "create.item_attributes.smeltable.inverted": "kann nicht geschmolzen werden", - "create.item_attributes.smokable": "kann geräuchert werden", - "create.item_attributes.smokable.inverted": "kann nicht geräuchert werden", - "create.item_attributes.blastable": "ist im Schmelzofen schmelzbar", - "create.item_attributes.blastable.inverted": "ist nicht im Schmelzofen schmelzbar", - "create.item_attributes.compostable": "kann kompostiert werden", - "create.item_attributes.compostable.inverted": "kann nicht kompostiert werden", - "create.item_attributes.shulker_level": "ist eine %1$s Shulker-Kiste", - "create.item_attributes.shulker_level.inverted": "ist keine %1$s Shulker-Kiste", - "create.item_attributes.shulker_level.full": "volle", - "create.item_attributes.shulker_level.empty": "leere", - "create.item_attributes.shulker_level.partial": "teilweise gefüllte", - "create.item_attributes.in_tag": "ist mit %1$s makiert", - "create.item_attributes.in_tag.inverted": "ist nicht mit %1$s markoiert", - "create.item_attributes.in_item_group": "ist in der Gruppe '%1$s'", - "create.item_attributes.in_item_group.inverted": "ist nicht in der Gruppe '%1$s'", - "create.item_attributes.added_by": "wurde von %1$s hinzugefügt", - "create.item_attributes.added_by.inverted": "wurde nicht von %1$s hinzugefügt", - "create.item_attributes.has_enchant": "ist mit %1$s verzaubert", - "create.item_attributes.has_enchant.inverted": "ist nicht mit %1$s verzaubert", - "create.item_attributes.color": "ist %1$s gefärbt", - "create.item_attributes.color.inverted": "ist nicht %1$s gefärbt", - "create.item_attributes.has_fluid": "enthält %1$s", - "create.item_attributes.has_fluid.inverted": "enthält nicht %1$s", - "create.item_attributes.has_name": "hat den Benutzerdefinierten Namen %1$s", - "create.item_attributes.has_name.inverted": "hat nicht den benutzerdefinierten Namen %1$s", - "create.item_attributes.book_author": "wurde verfasst von %1$s", - "create.item_attributes.book_author.inverted": "wurde nicht von %1$s verfasst", - "create.item_attributes.book_copy_original": "ist ein Original", - "create.item_attributes.book_copy_original.inverted": "ist kein Original", - "create.item_attributes.book_copy_first": "ist die erste Kopie", - "create.item_attributes.book_copy_first.inverted": "ist nicht die erste Kopie", - "create.item_attributes.book_copy_second": "ist die zweite Kopie", - "create.item_attributes.book_copy_second.inverted": "ist nicht die Zweite Kopie", - "create.item_attributes.book_copy_tattered": "ist ein zerfetztes Durcheinander", - "create.item_attributes.book_copy_tattered.inverted": "ist kein zerfetztes Durcheinander", - "create.item_attributes.astralsorcery_amulet": "verbessert %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "verbessert nicht %1$s", - "create.item_attributes.astralsorcery_constellation": "ist abgestimmt auf %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "ist nicht abgestimmt auf %1$s", - "create.item_attributes.astralsorcery_crystal": "hat das Kristallattribut %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "hat nicht das Kristallattribut %1$s", - "create.item_attributes.astralsorcery_perk_gem": "hat das Vorteilsattribut %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "hat nicht das Vorteilsattribut %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "Keine Attribute ausgewählt", - "create.gui.attribute_filter.selected_attributes": "Ausgewählte Attribute:", - "create.gui.attribute_filter.add_attribute": "Füge Attribut zur Liste hinzu", - "create.gui.attribute_filter.add_inverted_attribute": "Füge gegenteiliges Attribut zur Liste hinzu", - "create.gui.attribute_filter.allow_list_disjunctive": "Erlaubt-Liste (Irgendeins)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "Gegenstände werden weitergereicht wenn sie irgendeins der ausgewählten Attribute haben.", - "create.gui.attribute_filter.allow_list_conjunctive": "Erlaubt-Liste (Alle)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "Gegenstände werden nur weitergereicht wenn sie ALLE der ausgewählten Attribute haben.", - "create.gui.attribute_filter.deny_list": "Verweigert-Liste", - "create.gui.attribute_filter.deny_list.description": "Gegenstände werden nur weitergereicht wenn sie KEINES der ausgewählten Attribute haben.", - "create.gui.attribute_filter.add_reference_item": "Füge Referenz-Gegenstand hinzu", - - "create.tooltip.holdForDescription": "Halte [%1$s] für eine Zusammenfassung", - "create.tooltip.holdForControls": "Halte [%1$s] für die Steuerung", - "create.tooltip.keyShift": "Shift", - "create.tooltip.keyCtrl": "Strg", - "create.tooltip.speedRequirement": "Geschwindigkeitsanforderung: %1$s", - "create.tooltip.speedRequirement.none": "Keine", - "create.tooltip.speedRequirement.slow": "Langsam", - "create.tooltip.speedRequirement.medium": "Moderat", - "create.tooltip.speedRequirement.fast": "Schnell", - "create.tooltip.stressImpact": "Kinetische Belastungsauswirkung: %1$s", - "create.tooltip.stressImpact.low": "Niedrig", - "create.tooltip.stressImpact.medium": "Moderat", - "create.tooltip.stressImpact.high": "Hoch", - "create.tooltip.stressImpact.overstressed": "Überbelastet", - "create.tooltip.up_to": "Bis zu %1$s", - "create.tooltip.capacityProvided": "Kinetische Belastungskapazität: %1$s", - "create.tooltip.capacityProvided.low": "Niedrig", - "create.tooltip.capacityProvided.medium": "Mittel", - "create.tooltip.capacityProvided.high": "Groß", - "create.tooltip.generationSpeed": "Generiert mit %1$s %2$s", - "create.tooltip.analogStrength": "Analoge Stärke: %1$s/15", - - "create.mechanical_arm.extract_from": "Nehme Gegenstände von %1$s", - "create.mechanical_arm.deposit_to": "Lege Gegenstände in %1$s", - "create.mechanical_arm.summary": "Mechanischer Arm hat %1$s Eingabe(n) und %2$s Ausgabe(n).", - "create.mechanical_arm.points_outside_range": "%1$s ausgewählte(r) Interaktionspunkt(e) entfernt aufgrund Reichweitenlimitierungen.", - - "create.weighted_ejector.target_set": "Ziel ausgewählt", - "create.weighted_ejector.target_not_valid": "Werfe auf angrenzenden Block (Ziel war nicht gültig)", - "create.weighted_ejector.no_target": "Werfe auf angrenzenden Block (Kein Ziel war ausgewählt)", - "create.weighted_ejector.targeting": "Werfe nach [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "Geworfene Stapelgröße", - - "create.logistics.when_multiple_outputs_available": "Wenn mehrere Ausgaben verfügbar sind", - - "create.mechanical_arm.selection_mode.round_robin": "Runder Robin", - "create.mechanical_arm.selection_mode.forced_round_robin": "Gezwungener Round Robin", - "create.mechanical_arm.selection_mode.prefer_first": "Bevorzuge erstes Ziel", - - "create.tunnel.selection_mode.split": "Aufteilung", - "create.tunnel.selection_mode.forced_split": "Gezwungene Aufteilung", - "create.tunnel.selection_mode.round_robin": "Runder Robin", - "create.tunnel.selection_mode.forced_round_robin": "Gezwungener Round Robin", - "create.tunnel.selection_mode.prefer_nearest": "Bevorzuge Naheliegensten", - "create.tunnel.selection_mode.randomize": "Zufällig", - "create.tunnel.selection_mode.synchronize": "Synchronisiere Eingaben", - - "create.tooltip.chute.header": "Rinnen Information", - "create.tooltip.chute.items_move_down": "Gegenstände bewegen sich nach unten", - "create.tooltip.chute.items_move_up": "Gegenstände bewegen sich nach oben", - "create.tooltip.chute.no_fans_attached": "Keine angeschlossenen Propeller", - "create.tooltip.chute.fans_push_up": "Propeller schieben von unterhalb", - "create.tooltip.chute.fans_push_down": "Propeller schieben von oberhalb", - "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.deployer.header": "Deployer Informationen", - "create.tooltip.deployer.using": "Modus: Verwenden", - "create.tooltip.deployer.punching": "Mode: Angreifen", - "create.tooltip.deployer.contains": "Gegenstand: %1$s x%2$s", - "create.tooltip.brass_tunnel.contains": "Verteilt derzeit:", - "create.tooltip.brass_tunnel.contains_entry": "> %1$s x%2$s", - "create.tooltip.brass_tunnel.retrieve": "Rechtsklicken, um zu entnehmen", - - "create.linked_controller.bind_mode": "Bindungsmodus aktiv", - "create.linked_controller.press_keybind": "Drücke %1$s, %2$s, %3$s, %4$s, %5$s oder %6$s, um diese Frequenz zur zugehörigen Taste zu binden", - "create.linked_controller.key_bound": "Frequenz wurde an %1$s gebunden", - "create.linked_controller.frequency_slot_1": "Taste: %1$s, Freq. #1", - "create.linked_controller.frequency_slot_2": "Taste: %1$s, Freq. #2", - - "create.crafting_blueprint.crafting_slot": "Zutatenplatz", - "create.crafting_blueprint.filter_items_viable": "Gegenstände des erweiterten Filters sind tragfähig", - "create.crafting_blueprint.display_slot": "Anzeigeplatz", - "create.crafting_blueprint.inferred": "Abgeleitet vom Rezept", - "create.crafting_blueprint.manually_assigned": "Manuell zugewiesen", - "create.crafting_blueprint.secondary_display_slot": "Sekundärer Anzeigeplatz", - "create.crafting_blueprint.optional": "Optional", - - "create.potato_cannon.ammo.attack_damage": "%1$s Angriffsschaden", - "create.potato_cannon.ammo.reload_ticks": "%1$s Neulade-Ticks", - "create.potato_cannon.ammo.knockback": "%1$s Rückstoß", - - "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", - "create.hint.mechanical_arm_no_targets": "Es schein dieser _Mechanische_ _Arm_ hat keine _Ziele_. Wähle Förderbänder, Depots, Trichter und andere Blöcke indem du sie _Rechts-Klickst_ während du den _Mechanischen_ _Arm_ in deiner _Hand_ _hälst_.", - "create.hint.empty_bearing.title": "Aktualisiere Lager", - "create.hint.empty_bearing": "_Rechts-Klicke_ das Lager mit einer _leeren_ _Hand_ um die Struktur die du davor gebaut hast _anzubringen_.", - "create.hint.full_deployer.title": "Einsatzgerät Gegenstand Überlauf", - "create.hint.full_deployer": "Es scheint, dieses _Einsatzgerät_ enthält _überflüssige_ _Gegenstände_ die _extrahiert_ werden müssen. Nutze _Trichter_ oder anderes um ihn von seinem Überfluss zu befreien.", - - "create.backtank.low": "Flaschenluftdruck gering", - "create.backtank.depleted": "Flaschenluftdruck erschöpft", - - "create.hint.derailed_train.title": "Entgleister Zug", - "create.hint.derailed_train": "Es scheint, als befände sich dieser _Zug_ nicht mehr auf dem Gleis. _Rechts-klicke_ mit einem _Schraubenschlüssel_, um ihn auf ein Gleis in der Nähe zu hieven.", - - "create.boiler.status": "Kesselzustand: %1$s", - "create.boiler.status_short": "Kessel: %1$s", - "create.boiler.passive": "Passiv", - "create.boiler.idle": "Inaktiv", - "create.boiler.lvl": "Lvl %1$s", - "create.boiler.max_lvl": "Max.", - "create.boiler.size": "Größe", - "create.boiler.size_dots": "....... ", - "create.boiler.water": "Wasser", - "create.boiler.water_dots": "... ", - "create.boiler.heat": "Wärme", - "create.boiler.heat_dots": "...... ", - "create.boiler.via_one_engine": "mit einer Dampfmaschine", - "create.boiler.via_engines": "mit %1$s Dampfmaschinen", - - "create.gui.schedule.lmb_edit": "Links-Klick zum Bearbeiten", - "create.gui.schedule.rmb_remove": "Rechts-Klick zum Entfernen", - "create.gui.schedule.duplicate": "Duplizieren", - "create.gui.schedule.remove_entry": "Aktion entfernen", - "create.gui.schedule.add_entry": "Aktion hinzufügen", - "create.gui.schedule.move_up": "Nach oben", - "create.gui.schedule.move_down": "Nach unten", - "create.gui.schedule.add_condition": "Bedingung hinzufügen", - "create.gui.schedule.alternative_condition": "Alternative Bedingung", - - "create.schedule.instruction_type": "Nächste Aktion:", - "create.schedule.instruction.editor": "Aktion bearbeiten", - "create.schedule.instruction.destination": "Fahre zu Bahnhof", - "create.schedule.instruction.destination.summary": "Nächster Halt:", - "create.schedule.instruction.filter_edit_box": "Bahnhofsbezeichnung", - "create.schedule.instruction.filter_edit_box_1": "Benutze * als Textplatzhalter", - "create.schedule.instruction.filter_edit_box_2": "Beispiel: 'Mein Bahnhof, Gleis *'", - "create.schedule.instruction.filter_edit_box_3": "Züge wählen automatisch den nächstgelegenen unbesetzten Treffer", - "create.schedule.instruction.rename": "Aktualisiere Fahrplantitel", - "create.schedule.instruction.rename.summary": "Neuer Titel:", - "create.schedule.instruction.name_edit_box": "Fahrplantitel", - "create.schedule.instruction.name_edit_box_1": "Verändert den auf Anzeigetafeln angezeigten Text", - "create.schedule.instruction.name_edit_box_2": "Standardmäßig die Bezeichnung des nächsten Bahnhofs", - "create.schedule.instruction.throttle": "Ändere Höchstgeschwindigkeit", - "create.schedule.instruction.throttle.summary": "Setze Höchstgeschwindigkeit auf %1$s", - "create.schedule.instruction.throttle_edit_box": "Begrenzung", - "create.schedule.instruction.throttle_edit_box_1": "Legt die Höchstgeschwindigkeit des Zuges fest", - "create.schedule.condition_type": "Weiterfahrt wenn/nach:", - "create.schedule.condition.editor": "Bedingung bearbeiten", - "create.schedule.condition.delay": "Festgelegte Verzögerung", - "create.schedule.condition.delay_short": "Warte: %1$s", - "create.schedule.condition.delay.status": "Abfahrt in %1$s", - "create.schedule.condition.idle": "Kein weiterer Güteraustausch", - "create.schedule.condition.idle_short": "Kein Güteraustausch: %1$s", - "create.schedule.condition.idle.status": "Kein Güteraustausch in %1$s", - "create.schedule.condition.for_x_time": "für %1$s", - "create.schedule.condition.unloaded": "Chunk entladen", - "create.schedule.condition.unloaded.status": "Warten auf entladen des Chunks", - "create.schedule.condition.powered": "Bahnhof empfängt RS-Signal", - "create.schedule.condition.powered.status": "Warten auf Redstone-Signal", - "create.schedule.condition.time_of_day": "Tageszeit", - "create.schedule.condition.time_of_day.scheduled": "Geplante Zeit: %1$s", - "create.schedule.condition.time_of_day.digital_format": "%2$s:%3$s", - "create.schedule.condition.time_of_day.rotation": "Taktung", - "create.schedule.condition.time_of_day.rotation.every_24": "Täglich", - "create.schedule.condition.time_of_day.rotation.every_12": "Alle 12:00", - "create.schedule.condition.time_of_day.rotation.every_6": "Alle 6:00", - "create.schedule.condition.time_of_day.rotation.every_4": "Alle 4:00", - "create.schedule.condition.time_of_day.rotation.every_3": "Alle 3:00", - "create.schedule.condition.time_of_day.rotation.every_2": "Alle 2:00", - "create.schedule.condition.time_of_day.rotation.every_1": "Stündlich", - "create.schedule.condition.time_of_day.rotation.every_0_45": "Alle 0:45", - "create.schedule.condition.time_of_day.rotation.every_0_30": "Halbstündlich", - "create.schedule.condition.time_of_day.rotation.every_0_15": "Viertelstündlich", - "create.schedule.condition.time_of_day.status": "Abfahrt um ", - "create.schedule.condition.threshold.train_holds": "Zug beinhaltet %1$s", - "create.schedule.condition.threshold.greater": "mehr als", - "create.schedule.condition.threshold.less": "weniger als", - "create.schedule.condition.threshold.equal": "genau", - "create.schedule.condition.threshold.x_units_of_item": "%1$s %2$s %3$s", - "create.schedule.condition.threshold.matching_content": "passender Inhalt", - "create.schedule.condition.threshold.anything": "Irgendetwas", - "create.schedule.condition.threshold.item_measure": "Maßeinheit", - "create.schedule.condition.threshold.items": "Items", - "create.schedule.condition.threshold.stacks": "Stapel", - "create.schedule.condition.threshold.buckets": "Eimer", - "create.schedule.condition.threshold.status": "Zugladestand: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "Referenz-Item", - "create.schedule.condition.threshold.place_item_2": "Filter können verwendet werden", - "create.schedule.condition.threshold.place_item_3": "Leer lassen, um auf alles zu passen", - "create.schedule.condition.fluid_threshold": "Flüssigkeitsladestand", - "create.schedule.condition.item_threshold": "Item-Ladestand", - "create.schedule.condition.redstone_link": "Redstone-Link", - "create.schedule.condition.redstone_link.status": "Warten auf Restone-Link", - "create.schedule.condition.redstone_link_on": "Link an", - "create.schedule.condition.redstone_link_off": "Link aus", - "create.schedule.condition.redstone_link.powered": "Aktiviert", - "create.schedule.condition.redstone_link.unpowered": "Deaktiviert", - "create.schedule.condition.redstone_link.frequency_state": "Frequenzzustand:", - "create.schedule.condition.redstone_link.frequency_powered": "Signal über Frequenz:", - "create.schedule.condition.redstone_link.frequency_unpowered": "Kein Signal über Frequenz:", - "create.schedule.condition.player_count": "Sitzauslastung", - "create.schedule.condition.player_count.summary": "%1$s Spieler", - "create.schedule.condition.player_count.summary_plural": "%1$s Spieler", - "create.schedule.condition.player_count.seated": "%1$s sitzend", - "create.schedule.condition.player_count.players": "Spieler", - "create.schedule.condition.player_count.condition": "Bedingung", - "create.schedule.condition.player_count.exactly": "Genau", - "create.schedule.condition.player_count.or_above": "Oder mehr", - "create.schedule.condition.player_count.status": "Fahrgäste: %1$s/%2$s", - "create.schedule.loop": "Fortlaufend wiederholen", - "create.schedule.loop1": "Fahrplan wird nach", - "create.schedule.loop2": "Abschluss wiederholt", - "create.schedule.reset": "Fortschritt zurücksetzen", - "create.schedule.skip": "Aktuellen Halt überspringen", - "create.schedule.applied_to_train": "Der Zug folgt jetzt diesem Fahrplan", - "create.schedule.non_controlling_seat": "Der Zugführer muss vor einer Zugsteuerung sitzen", - "create.schedule.remove_with_empty_hand": "Entferne den aktuellen Fahrplan mit der Hand", - "create.schedule.auto_removed_from_train": "Auto-Fahrplan entfernt", - "create.schedule.removed_from_train": "Fahrplan vom Zug entfernt", - "create.schedule.no_stops": "Dieser Fahrplan enthält noch keine Halte", - "create.schedule.continued": "Fahrt wird fortgesetzt", - - "create.track.selection_cleared": "Auswahl aufheben", - "create.track.valid_connection": "Kann verbinden ✔", - "create.track.second_point": "Platziere das Gleis oder wähle einen zweiten Punkt aus", - "create.track.too_far": "Zu weit entfernt", - "create.track.original_missing": "Ursprünglicher Block, Shift-Klicke, um zurückzusetzen", - "create.track.perpendicular": "Kann nicht senkrecht verbinden", - "create.track.ascending_s_curve": "Kann keine steigenden S-Kurven erzeugen", - "create.track.too_sharp": "Kurve zu scharf", - "create.track.too_steep": "Rampe zu steil", - "create.track.slope_turn": "Kann Rampe nicht in einer Kurve betreten oder verlassen", - "create.track.opposing_slopes": "Kann keine Rampen mit entgegengesetzen Steigungen verbinden", - "create.track.leave_slope_ascending": "Kann diese Rampe nicht während des Steigens verlassen", - "create.track.leave_slope_descending": "Kann diese Rampe nicht während des Sinkens verlassen", - "create.track.turn_90": "Kann sich höchstens um 90 Grad drehen", - "create.track.junction_start": "Kann keine Verbindung von einer Kreuzung starten", - "create.track.turn_start": "Kann keine Verbindung von einer Kurve starten", - "create.track.not_enough_tracks": "Nicht genug Gleise", - "create.track.not_enough_pavement": "Nicht genug Gleisbettblöcke", - - "create.portal_track.failed": "Kann Portalgleis nicht platzieren:", - "create.portal_track.missing": "Zielportal noch nicht generiert", - "create.portal_track.blocked": "Zielort blockiert (%1$s,%2$s,%3$s)", - - "create.station.idle": "Bahnhof ist inaktiv", - "create.station.assembly_title": "Zugbau", - "create.station.close": "Fenster schließen", - "create.station.cancel": "Bau abbrechen", - "create.station.failed": "Bau fehlgeschlagen", - "create.station.icon_type": "Symboltyp", - "create.station.create_train": "Neuen Zug bauen", - "create.station.assemble_train": "Zug bauen", - "create.station.disassemble_train": "Zug um-/abbauen", - "create.station.remove_schedule": "Fahrplan entfernen", - "create.station.remove_auto_schedule": "Auto-Fahrplan entfernen", - "create.station.no_assembly_diagonal": "Kann Züge nicht auf diagonal", - "create.station.no_assembly_diagonal_1": "verlaufenden Gleisen bauen", - "create.station.no_assembly_curve": "Kann Züge nicht auf kurvenförmig", - "create.station.no_assembly_curve_1": "verlaufenden Gleisen bauen", - "create.station.train_not_aligned": "Zug kann nicht umgebaut werden,", - "create.station.train_not_aligned_1": "nicht alle Waggons befinden sich auf einer geraden Strecke", - "create.station.carriage_number": "Waggon %1$s:", - "create.station.retry": "Behebe dies und versuche es erneut", - "create.station.no_bogeys": "Kein Drehgestell", - "create.station.one_bogey": "1 Drehgestell", - "create.station.more_bogeys": "%1$s Drehgestelle", - "create.station.how_to": "Wende den Zugrahmen auf markierte Gleise an, um ein neues Drehgestell zu bauen.", - "create.station.how_to_1": "Entferne Drehgestelle, indem du den oberen Block abbaust.", - "create.station.how_to_2": "Baue Waggons, die mit jeweils einem oder zwei Drehgestellen verbunden sind.", - - "create.train_assembly.too_many_bogeys": "Zu viele Drehgestelle verbunden: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "Vorderstes Drehgestell muss sich auf der Bahnhofsmarkierung befinden", - "create.train_assembly.no_bogeys": "Keine Drehgestelle gefunden", - "create.train_assembly.not_connected_in_order": "Drehgestelle sind nicht in der richtigen Reihenfolge verbunden", - "create.train_assembly.bogeys_too_close": "Waggons %1$s und %2$s befinden sich zu nah aneinander", - "create.train_assembly.single_bogey_carriage": "Dieser Drehgestelltyp kann alleine keinen Waggon tragen", - "create.train_assembly.nothing_attached": "Keine Struktur mit Drehgestell %1$s verbunden", - "create.train_assembly.no_controls": "Mindestens eine vorwärtsgerichtete Zugsteuerung muss sich auf diesem Zug befinden", - "create.train_assembly.sideways_controls": "Eine verbundene Zugsteuerung ist seitwärts angebracht", - "create.train_assembly.bogey_created": "Drehgestell erschaffen. Klicke erneut, um zwischen verschiedenen Typen zu wechseln", - "create.train_assembly.requires_casing": "Benutze Zugrahmen, um Drehgestelle auf Gleise zu bauen", - - "create.track_target.set": "Anvisiertes Gleis ausgewählt", - "create.track_target.success": "Erfolgreich mit anvisiertem Gleis gebunden", - "create.track_target.clear": "Gleisauswahl aufgehoben", - "create.track_target.missing": "Rechts-klicke zuerst das Zielgleis", - "create.track_target.too_far": "Ausgewähltes Gleis ist zu weit entfernt", - "create.track_target.no_junctions": "Gleis kann keine Kreuzung sein", - "create.track_target.occupied": "Anvisiertes Gleis ist belegt", - "create.track_target.invalid": "Kann dieses Gleis nicht auswählen", - - "create.train.unnamed": "Unbenannter Zug", - "create.train.cannot_relocate_moving": "Kann keinen fahrenden Zug versetzen", - "create.train.relocate": "Klicke auf Gleis, auf welches %1$s versetzt werden soll. Shift-Klicke zum Abbrechen", - "create.train.relocate.abort": "Versetzen abgebrochen", - "create.train.relocate.success": "Versetzen erfolgreich", - "create.train.relocate.valid": "Kann hierhin versetzen, Klicke zum Bestätigen", - "create.train.relocate.invalid": "Kann Zug nicht hierhin versetzen", - "create.train.relocate.too_far": "Kann Zug nicht so weit versetzen", - "create.train.departing_from": "Abfahrt von %1$s", - "create.train.arrived_at": "Ankunft bei %1$s", - "create.train.status": " Information über Zug: %1$s", - "create.train.status.back_on_track": "Zug befindet sich wieder auf Gleis", - "create.train.status.collision": "Kollision mit anderem Zug", - "create.train.status.end_of_track": "Ein Waggon hat das Ende seines Gleises erreicht", - "create.train.status.double_portal": "Ein Waggon kann kein Portal während des Verlassens eines anderen betreten", - "create.train.status.coupling_stress": "Zwangsbremsung aufgrund von Spannung an einer Kopplung", - "create.train.status.track_missing": "Gleise fehlen unter dem Zug", - "create.train.status.paused_for_manual": "Fahrplan für manuelle Fahrt pausiert", - "create.train.status.opposite_driver": "Pfad erfordert einen in die andere Richtung zeigenden Fahrer", - "create.train.status.missing_driver": "Fahrer ist verschwunden", - "create.train.status.found_driver": "Ein neuer Fahrer ist aufgetaucht", - "create.train.status.navigation_success": "Navigation erfolgreich", - "create.train.status.no_match": "Kein Bahnhof im Streckennetz passt zu '%1$s'", - "create.train.status.no_path": "Kein passender Pfad zum nächsten Bahnhof gefunden", - - "create.track_signal.cannot_change_mode": "Kann Modus dieses Signals nicht wechseln", - "create.track_signal.mode_change.entry_signal": "-> Erlaube Weiterfahrt wenn Abschnitt frei", - "create.track_signal.mode_change.cross_signal": "-> Erlaube Weiterfahrt wenn Abschnitt vollständig durchfahrbar", - - "create.contraption.controls.start_controlling": "Du steuerst jetzt: %1$s", - "create.contraption.controls.stop_controlling": "Du steuerst den Zug nicht mehr", - "create.contraption.controls.approach_station": "Halte %1$s gedrückt, um bei %2$s zu halten", - - "create.display_link.set": "Anvisierte Position ausgewählt", - "create.display_link.success": "Erfolgreich mit ausgewählter Position gebunden", - "create.display_link.clear": "Positionsauswahl aufgehoben", - "create.display_link.too_far": "Ausgewählte Position ist zu weit entfernt", - "create.display_link.invalid": "Link hat kein gültiges Ziel, versuche es erneut", - "create.display_link.title": "Anzeige-Link", - "create.display_link.no_source": "Keine Anzeigequelle", - "create.display_link.no_target": "Kein Anzeigeziel", - "create.display_link.reading_from": "Lesen von:", - "create.display_link.writing_to": "Übertragen an:", - "create.display_link.attached_side": "Block auf angebrachter Seite", - "create.display_link.targeted_location": "Block am Zielort", - "create.display_link.view_compatible": "Klicke, um alle kompatiblen Blöcke anzuzeigen", - "create.display_link.information_type": "Informationstyp", - "create.display_link.display_on": "Übertragen an:", - "create.display_link.display_on_multiline": "Beginne Schreiben bei:", - - "create.display_source.label": "Hinzugefügte Bezeichnung", - "create.display_source.combine_item_names": "Kombiniere Item-Namen", - "create.display_source.count_items": "Anzahl passender Items", - "create.display_source.list_items": "Liste passender Items", - "create.display_source.fluid_amount": "Menge passender Flüssigkeiten", - "create.display_source.list_fluids": "Liste passender Flüssigkeiten", - "create.display_source.nixie_tube": "Kopiere Nixie-Röhren", - "create.display_source.fill_level": "Behälterfüllstand", - "create.display_source.fill_level.display": "Anezigeformat", - "create.display_source.fill_level.percent": "Prozent", - "create.display_source.fill_level.progress_bar": "Fortschrittsleiste", - "create.display_source.value_list.display": "Werteanzeige", - "create.display_source.value_list.shortened": "Verkürzt", - "create.display_source.value_list.full_number": "Vollständige Zahl", - "create.display_source.value_list.thousand": "Tsd.", - "create.display_source.value_list.million": "Mio.", - "create.display_source.player_deaths": "Spielertode", - "create.display_source.scoreboard": "Punktetafel", - "create.display_source.scoreboard.objective": "Ziel-ID", - "create.display_source.scoreboard.objective_not_found": "'%1$s' nicht gefunden", - "create.display_source.scoreboard.objective.deaths": "Spielertode", - "create.display_source.time_of_day": "Tageszeit", - "create.display_source.stop_watch": "Stoppuhr", - "create.display_source.time.format": "Zeitformat", - "create.display_source.time.12_hour": "12 Stunden", - "create.display_source.time.24_hour": "24 Stunden", - "create.display_source.accumulate_items": "Gesamtdurchsatz", - "create.display_source.item_throughput": "Durchsatz", - "create.display_source.item_throughput.interval": "Intervall", - "create.display_source.item_throughput.interval.second": "pro Sekunde", - "create.display_source.item_throughput.interval.minute": "pro Minute", - "create.display_source.item_throughput.interval.hour": "pro Stunde", - "create.display_source.train_status": "Zugfahrplanstatus", - "create.display_source.station_summary": "Bahnhofsinformation", - "create.display_source.station_summary.filter": "Bahnhofsbezeichnungsfilter", - "create.display_source.station_summary.train_name_column": "Spalte 'Zug' Größe", - "create.display_source.station_summary.platform_column": "Spalte 'Gleis' Größe", - "create.display_source.station_summary.now": "jetzt", - "create.display_source.station_summary.minutes": "min", - "create.display_source.station_summary.seconds": "%1$ss", - "create.display_source.observed_train_name": "Zugnamen ermitteln", - "create.display_source.max_enchant_level": "Max. Verzauberungskosten", - "create.display_source.boiler_status": "Kesselstatus", - "create.display_source.entity_name": "Entitätenname", - "create.display_source.kinetic_speed": "Drehgeschwindigkeit (RPM)", - "create.display_source.kinetic_speed.absolute": "Ignoriere Richtung", - "create.display_source.kinetic_speed.directional": "Beachte Richtung", - "create.display_source.kinetic_stress": "Netzwerkbelastung", - "create.display_source.kinetic_stress.display": "Angezeigte Information", - "create.display_source.kinetic_stress.progress_bar": "Fortschrittsleiste", - "create.display_source.kinetic_stress.percent": "Prozentzahl", - "create.display_source.kinetic_stress.current": "Belastung in SU", - "create.display_source.kinetic_stress.max": "Gesamtkapazität", - "create.display_source.kinetic_stress.remaining": "Verbleibende SU", - "create.display_source.redstone_power": "Redstone-Signalstärke", - "create.display_source.redstone_power.display": "Anzeigeformat", - "create.display_source.redstone_power.number": "Zahl", - "create.display_source.redstone_power.progress_bar": "Fortschrittsleiste", - "create.display_source.boiler.not_enough_space": "Nicht genug Platz ", - "create.display_source.boiler.for_boiler_status": "für Kesselstatus", - - "create.display_target.line": "Zeile %1$s", - "create.display_target.page": "Seite %1$s", - "create.display_target.single_line": "Einzelne Zeile", - - "create.flap_display.cycles.alphabet": " ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z;Ä;Ö;Ü;ß", - "create.flap_display.cycles.numeric": " ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": " ; min;jetzt;15s;30s;45s", - "create.flap_display.cycles.shortened_numbers": " ;Tsd.;Mio.", - "create.flap_display.cycles.fluid_units": "mB;B ", - "create.flap_display.cycles.instant": " ; ", - "create.flap_display.cycles.pixel": "█;▓;▒", - - "create.super_glue.too_far": "Ausgewählter Bereich ist zu groß", - "create.super_glue.cannot_reach": "Ausgewählte Blöcke müssen miteinander verbunden sein", - "create.super_glue.click_to_confirm": "Klicke erneut zum Bestätigen", - "create.super_glue.click_to_discard": "Shift-klicke zum Aufheben der Auswahl", - "create.super_glue.first_pos": "Erste Position ausgewählt", - "create.super_glue.abort": "Auswahl aufgehoben", - "create.super_glue.not_enough": "Nicht genug Kleber im Inventar", - "create.super_glue.success": "Kleben...", - - "create.gui.config.overlay1": "Hi :)", - "create.gui.config.overlay2": "Dies ist ein Beispiel Overlay", - "create.gui.config.overlay3": "Klicke oder ziehe mit deiner Maus", - "create.gui.config.overlay4": "um diese Vorschau zu bewegen", - "create.gui.config.overlay5": "Drücke ESC um diesen Bildschirm zu verlassen", - "create.gui.config.overlay6": "und die neue Position zu speichern", - "create.gui.config.overlay7": "Benutze /create overlay reset", - "create.gui.config.overlay8": "um die Standardposition zurückzusetzen", - - "create.command.killTPSCommand": "killtps", - "create.command.killTPSCommand.status.slowed_by.0": "[Create]: Server Tick ist derzeitig um %s ms verlangsamt :o", - "create.command.killTPSCommand.status.slowed_by.1": "[Create]: Server Tick ist jetzt um %s ms verlangsamt >:)", - "create.command.killTPSCommand.status.slowed_by.2": "[Create]: Server Tick ist jetzt wieder auf normaler Geschwindigkeit :D", - "create.command.killTPSCommand.status.usage.0": "[Create]: Benutze /killtps stop um den Server Tick wieder auf normale Geschwindigkeit zu bringen", - "create.command.killTPSCommand.status.usage.1": "[Create]: Benutze /killtps start um den Server Tick künstlich zu verlangsamen", - "create.command.killTPSCommand.argument.tickTime": "tickTime", - - "create.contraption.minecart_contraption_too_big": "Dieses Lorengespann ist zu groß, um es aufzusammeln", - "create.contraption.minecart_contraption_illegal_pickup": "Eine mysteriöse Kraft hält dieses Lorengespann in dieser Welt", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "Apparat stoppt", - "create.subtitle.peculiar_bell_use": "Eigenartige Glockenschläge", - "create.subtitle.worldshaper_place": "Geländeformer zippt", - "create.subtitle.whistle_train_manual": "Zug hupt", - "create.subtitle.steam": "Dampf rauscht", - "create.subtitle.saw_activate_stone": "Mechanische Säge wird aktiviert", - "create.subtitle.schematicannon_finish": "Bauplankanone endet", - "create.subtitle.crafter_craft": "Hersteller stellt her", - "create.subtitle.wrench_remove": "Teil entfernt", - "create.subtitle.train3": "Zugräder grollen dumpf", - "create.subtitle.whistle": "Pfeifen", - "create.subtitle.cogs": "Zahnräder rattern", - "create.subtitle.slime_added": "Schleim matscht", - "create.subtitle.whistle_train_low": "Tiefes Pfeifen", - "create.subtitle.schematicannon_launch_block": "Bauplankanone schießt", - "create.subtitle.controller_take": "Lesepult geleert", - "create.subtitle.crafter_click": "Hersteller klickt", - "create.subtitle.depot_plop": "Gegenstand landet", - "create.subtitle.confirm": "Bestätigendes Klick", - "create.subtitle.mixing": "Mix-Geräusche", - "create.subtitle.mechanical_press_activation_belt": "Mechanische Presse klingt", - "create.subtitle.fwoomp": "Kartoffel-Kanone macht fwumps", - "create.subtitle.sanding_long": "Schleifgeräusche", - "create.subtitle.crushing_1": "Zermahlgeräusche", - "create.subtitle.depot_slide": "Gegenstand gleitet", - "create.subtitle.blaze_munch": "Lohe kaut glücklich", - "create.subtitle.funnel_flap": "Klappe klappert", - "create.subtitle.haunted_bell_use": "Spukglocke läutet", - "create.subtitle.scroll_value": "Klick bei der Bildlauf-Eingabe", - "create.subtitle.controller_put": "Kontroller stößt auf", - "create.subtitle.cranking": "Handkurbel dreht", - "create.subtitle.sanding_short": "Schleifgeräusche", - "create.subtitle.wrench_rotate": "Schraubenschlüssel benutzt", - "create.subtitle.potato_hit": "Gemüse schlägt ein", - "create.subtitle.saw_activate_wood": "Mechanische Säge wird aktiviert", - "create.subtitle.whistle_high": "Hohes Pfeifen", - "create.subtitle.whistle_train_manual_low": "Zug hupt", - "create.subtitle.whistle_train": "Pfeifen", - "create.subtitle.haunted_bell_convert": "Spukglocke erwacht", - "create.subtitle.train": "Zugräder grollen", - "create.subtitle.deny": "Ablehnendes boop", - "create.subtitle.controller_click": "Kontroller klickt", - "create.subtitle.whistle_low": "Tiefes Pfeifen", - "create.subtitle.copper_armor_equip": "Taucherausrüstung klirrt", - "create.subtitle.mechanical_press_activation": "Mechanische Presse wird aktiviert", - "create.subtitle.contraption_assemble": "Apparat bewegt sich", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "BEISPIELGEGENSTAND (nur ein Marker, um zu zeigen, dass dieser Tooltip existiert)", - "item.create.example_item.tooltip.summary": "Eine Kurzbeschreibung eines Gegenstands. _Unterstriche_ heben einen Begriff hervor.", - "item.create.example_item.tooltip.condition1": "Wenn dies", - "item.create.example_item.tooltip.behaviour1": "dann tut dieser Gegenstand das. (Verhalten wird mit der Shift-Taste angezeigt)", - "item.create.example_item.tooltip.condition2": "Und wenn dies", - "item.create.example_item.tooltip.behaviour2": "kannst du so viele Verhaltensweisen hinzufügen wie du magst", - "item.create.example_item.tooltip.control1": "Wenn Strg gedrückt ist", - "item.create.example_item.tooltip.action1": "wird diese Steuerung gezeigt.", - - "block.create.wooden_bracket.tooltip": "Holzhalterung", - "block.create.wooden_bracket.tooltip.summary": "_Verziere_ deine _Wellen_, _Zahnräder_ und _Rohre_ mit einem gemütlichem und hölzernem Stück Verstärkung.", - - "block.create.metal_bracket.tooltip": "Metallhalterung", - "block.create.metal_bracket.tooltip.summary": "_Verziere_ deine _Wellen_, _Zahnräder_ und _Rohre_ mit einem industriellem und robustem Stück Verstärkung.", - - "block.create.seat.tooltip": "Sitz", - "block.create.seat.tooltip.summary": "Setz dich hin und genieße die Fahrt! Der Sitz verankert den Spieler an einem sich bewegendem Apparat. Hervorragend auch für statische Möbel! Kommt in verschiedensten Farben.", - "block.create.seat.tooltip.condition1": "Rechtsklick auf den Sitz", - "block.create.seat.tooltip.behaviour1": "Setzt den Spieler auf den _Sitz_. Drücke L-Shift, um den _Sitz_ wieder zu verlassen.", - - "item.create.blaze_cake.tooltip": "Lohenkuchen", - "item.create.blaze_cake.tooltip.summary": "Ein leckeres Vergnügen für deine hart arbeitenden _Lohenbrenner_. Feuert die alle an!", - - "item.create.wand_of_symmetry.tooltip": "SYMMETRIESTAB", - "item.create.wand_of_symmetry.tooltip.summary": "Spiegelt deine Blockplatzierung perfekt über die konfigurierten Ebenen.", - "item.create.wand_of_symmetry.tooltip.condition1": "Wenn in der Schnellleiste", - "item.create.wand_of_symmetry.tooltip.behaviour1": "Bleibt aktiv", - "item.create.wand_of_symmetry.tooltip.control1": "R-Klick auf Boden", - "item.create.wand_of_symmetry.tooltip.action1": "_Erstellt_ oder _Bewegt_ den Spiegel", - "item.create.wand_of_symmetry.tooltip.control2": "R-Klick in die Luft", - "item.create.wand_of_symmetry.tooltip.action2": "_Löscht_ den aktiven Spiegel", - "item.create.wand_of_symmetry.tooltip.control3": "R-Klick beim Schleichen", - "item.create.wand_of_symmetry.tooltip.action3": "Öffnet das _Konfigurationsmenü_", - - "item.create.handheld_worldshaper.tooltip": "GELÄNDEFORMER", - "item.create.handheld_worldshaper.tooltip.summary": "Cleveres Werkzeug, um _Landschaften_ und _Geländeformen_ zu erschaffen.", - "item.create.handheld_worldshaper.tooltip.control1": "L-Klick einen Block", - "item.create.handheld_worldshaper.tooltip.action1": "Setzt den ausgewählten Block als Block, welcher vom Werkzeug platziert wird.", - "item.create.handheld_worldshaper.tooltip.control2": "R-Klick einen Block", - "item.create.handheld_worldshaper.tooltip.action2": "Nutzt die ausgewählte _Einstellung_ auf den ausgewählten Block.", - "item.create.handheld_worldshaper.tooltip.control3": "R-Klick beim Schleichen", - "item.create.handheld_worldshaper.tooltip.action3": "Öffnet die _Konfigurationsoberfläche_", - - "item.create.tree_fertilizer.tooltip": "BAUMDÜNGER", - "item.create.tree_fertilizer.tooltip.summary": "Eine Mischung aus Mineralien, die sich für weit verbreitete Baumarten eignet", - "item.create.tree_fertilizer.tooltip.condition1": "Wenn auf einen Setzling angewendet", - "item.create.tree_fertilizer.tooltip.behaviour1": "Lässt Bäume unabhängig vom Platz um sie herum wachsen", - - "item.create.extendo_grip.tooltip": "Extendo Griff", - "item.create.extendo_grip.tooltip.summary": "Boioioing! _Erweitert die Reichweite_ des Anwenders enorm. Kann mit Luftdruck eines _kupfernen Rückentanks_ betrieben werden.", - "item.create.extendo_grip.tooltip.condition1": "Wenn in der zweiten Hand", - "item.create.extendo_grip.tooltip.behaviour1": "Erweitert die _maximale Reichweite_ von benutzbaren Gegenständen in der Haupthand.", - "item.create.extendo_grip.tooltip.condition2": "Während ein Kupferner Rückentank ausgerüstet ist", - "item.create.extendo_grip.tooltip.behaviour2": "Es wird _keine_ _Haltbarkeit_ verbraucht. Stattdessen wird _Luftdruck_ vom Tank genutzt", - - "item.create.potato_cannon.tooltip": "KARTOFFELKANONE", - "item.create.potato_cannon.tooltip.summary": "Fwump! Katapultiere dein selbstgewachsenes Gemüse auf deine Feinde. Kann mit Luftdruck eines _kupfernen Rückentanks_ betrieben werden.", - "item.create.potato_cannon.tooltip.condition1": "Wenn R-Klick", - "item.create.potato_cannon.tooltip.behaviour1": "_Schießt_ einen passenden Gegenstand aus deinem _Inventar_.", - "item.create.potato_cannon.tooltip.condition2": "Während ein Kupferner Rückentank ausgerüstet ist", - "item.create.potato_cannon.tooltip.behaviour2": "Es wird _keine_ _Haltbarkeit_ verbraucht. Stattdessen wird _Luftdruck_ vom Tank genutzt", - - "item.create.filter.tooltip": "Filter", - "item.create.filter.tooltip.summary": "_Kontrolliert den Ausgang_ und _Eingang_ eines logistischen Gerätes mit höherer Genauigkeit und vergleicht ein _Set von Gegenständen_ oder _vernetzten Filtern_.", - "item.create.filter.tooltip.condition1": "Wenn in gefiltertem Anzeigeplatz", - "item.create.filter.tooltip.behaviour1": "_Kontrolliert_ den Gegenstandsfluss basierend auf seiner _Konfiguration_.", - "item.create.filter.tooltip.condition2": "Wenn R-Klick", - "item.create.filter.tooltip.behaviour2": "Öffnet die _Konfigurationsoberfläche_.", - - "item.create.attribute_filter.tooltip": "Attribut Filter", - "item.create.attribute_filter.tooltip.summary": "_Kontrolliert den Ausgang_ und _Eingang_ eines logistischen Gerätes mit höherer Genauigkeit und vergleicht ein _Set von Gegenstands-Attributen_ und _-Kategorien_.", - "item.create.attribute_filter.tooltip.condition1": "Wenn in gefiltertem Anzeigeplatz", - "item.create.attribute_filter.tooltip.behaviour1": "_Kontrolliert_ den Gegenstandsfluss basierend auf seiner _Konfiguration_.", - "item.create.attribute_filter.tooltip.condition2": "Wenn R-Klick", - "item.create.attribute_filter.tooltip.behaviour2": "Öffnet die _Konfigurationsoberfläche_.", - - "item.create.empty_schematic.tooltip": "LEERER BAUPLAN", - "item.create.empty_schematic.tooltip.summary": "Wird für die Herstellung und das Schreiben auf dem _Bauplantisch_ verwendet", - - "item.create.schematic.tooltip": "BAUPLAN", - "item.create.schematic.tooltip.summary": "Beschreibt eine Struktur, die in der Welt platziert werden kann. Positioniere das Hologramm wie gewünscht und verwende eine _Bauplankanone_, um die Struktur zu bauen.", - "item.create.schematic.tooltip.condition1": "Wenn gehalten", - "item.create.schematic.tooltip.behaviour1": "Kann mit den Werkzeugen auf dem Bildschirm positioniert werden", - "item.create.schematic.tooltip.control1": "R-Klick beim Schleichen", - "item.create.schematic.tooltip.action1": "Öffnet ein Menü zur Eingabe exakter _Koordinaten_.", - - "item.create.schematic_and_quill.tooltip": "BAUPLAN UND FEDER", - "item.create.schematic_and_quill.tooltip.summary": "Wird benutzt, um eine existierende Struktur in der Welt als eine .nbt-Datei zu speichern.", - "item.create.schematic_and_quill.tooltip.condition1": "Schritt 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "Wähle zwei Eckpunkte mit R-Klick aus", - "item.create.schematic_and_quill.tooltip.condition2": "Schritt 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "Auf den Oberflächen _Strg-Scrollen_ um die Größe zu verändern. Nochmals R-Klick um zu speichern.", - "item.create.schematic_and_quill.tooltip.control1": "R-Klick", - "item.create.schematic_and_quill.tooltip.action1": "Einen Eckpunkt auswählen / Speichern bestätigen", - "item.create.schematic_and_quill.tooltip.control2": "Strg gedrückt halten", - "item.create.schematic_and_quill.tooltip.action2": "Wählt Punkte _mitten_ _in_ _der_ _Luft._ _Scrolle,_ um die Distanz anzupassen.", - "item.create.schematic_and_quill.tooltip.control3": "R-Klick beim Schleichen", - "item.create.schematic_and_quill.tooltip.action3": "_Setzt_ die Auswahl _zurück_ und löscht sie.", - - "block.create.schematicannon.tooltip": "BAUPLANKANONE", - "block.create.schematicannon.tooltip.summary": "Schießt Blöcke, um eine Struktur nach einem positionierten _Bauplan_ zu errichten. Benutzt Gegenstände aus benachbarten Inventaren und _Schießpulver_ als Treibstoff.", - "block.create.schematicannon.tooltip.condition1": "Wenn gerechtsklickt", - "block.create.schematicannon.tooltip.behaviour1": "Öffnet das _Interface_", - - "block.create.schematic_table.tooltip": "BAUPLANTISCH", - "block.create.schematic_table.tooltip.summary": "Schreibt gespeicherte Baupläne auf einen _Leeren_ _Bauplan_", - "block.create.schematic_table.tooltip.condition1": "Wenn ein Leerer Bauplan bereitgestellt wird", - "block.create.schematic_table.tooltip.behaviour1": "Lädt eine ausgewählte Datei von deinem Bauplan-Ordner hoch", - - "item.create.goggles.tooltip": "Ingenieursbrille", - "item.create.goggles.tooltip.summary": "Eine Brille, welche _Informationen_ zur _Kinetik_ eines Blocks zeigt.", - "item.create.goggles.tooltip.condition1": "Wenn getragen", - "item.create.goggles.tooltip.behaviour1": "Zeigt _farbige Indikatoren_ basieren auf dem _Geschwindigkeitslevel_ einer platzierten kinetischen Komponente. Auch der _Stresslevel_ und die _Kapazität_ bestimmter Komponenten werden angezeigt.", - "item.create.goggles.tooltip.condition2": "Wenn auf ein Messgerät geschaut wird", - "item.create.goggles.tooltip.behaviour2": "Zeigt detaillierte Informationen über _Geschwindigkeit_ oder _Stress_ des Netzes an, mit dem das Messgerät verbunden ist.", - "item.create.goggles.tooltip.condition3": "Wenn auf einen Flüssigkeitsbehälter geschaut wird", - "item.create.goggles.tooltip.behaviour3": "Zeigt detaillierte Informationen zur _Kapazität_ des Blocks und welche _Flüssigkeit_ darin aufbewahrt wird.", - - "item.create.wrench.tooltip": "SCHRAUBENSCHLÜSSEL", - "item.create.wrench.tooltip.summary": "Ein nützliches Werkzeug, um mit kinetischen Vorrichtungen zu arbeiten. Kann benutzt werden, um Komponenten zu _rotieren_, _zerlegen_ und sie zu _konfigurieren_.", - "item.create.wrench.tooltip.control1": "R-Klick einen kinetischen Block", - "item.create.wrench.tooltip.action1": "_Rotiert Komponenten_ in Richtung oder weg von der Fläche, mit der du mit ihr interagiert hast.", - "item.create.wrench.tooltip.control2": "R-Klick beim Schleichen", - "item.create.wrench.tooltip.action2": "_Nimmt kinetische Komponenten auseinander_ und platziert sie zurück in _dein Inventar_.", - - "block.create.nozzle.tooltip": "DÜSE", - "block.create.nozzle.tooltip.summary": "Wird an der Vorderseite eines _ummantelnden Lüfters_ angebracht, um seine Wirkung auf Entitäten in _alle Richtungen_ zu verteilen.", - - "block.create.cuckoo_clock.tooltip": "KUCKUCKSUHR", - "block.create.cuckoo_clock.tooltip.summary": "Feine Handwerkskunst, um einen Raum zu _dekorieren_ und _die Zeit im Auge zu behalten_.", - "block.create.cuckoo_clock.tooltip.condition1": "Wenn kinetisch angetrieben", - "block.create.cuckoo_clock.tooltip.behaviour1": "Zeigt die _aktuelle Zeit_ und spielt zweimal täglich eine Melodie. Wird einmal _mittags_ und einmal zur _Dämmerung_, sobald _Spieler schlafen können_, aktiviert", - - "block.create.turntable.tooltip": "DREHTISCH", - "block.create.turntable.tooltip.summary": "Wandelt _Rotationsenergie_ in starkes Schwindelgefühl um.", - - "block.create.toolbox.tooltip": "WERKZEUGKASTEN", - "block.create.toolbox.tooltip.summary": "Der liebste Begleiter jedes Erfinders. Praktischerweise _behält_ der Werkzeugkasten eine große Menge von _8 verschiedenen_ Gegenstandstypen.", - "block.create.toolbox.tooltip.condition1": "Wenn augehoben", - "block.create.toolbox.tooltip.behaviour1": "Behält _Inhalt_ des _Inventars_.", - "block.create.toolbox.tooltip.condition2": "Wenn in Reichweite platziert", - "block.create.toolbox.tooltip.behaviour2": "_Spieler_ in der _Nähe_ können die _Taste_ für den _Werkzeugkasten_ drücken, um einen Fernzugriff auf den Inhalt zu bekommen.", - "block.create.toolbox.tooltip.condition3": "Wenn R-Klick", - "block.create.toolbox.tooltip.behaviour3": "Öffnet die _Behälteroberfläche_", - - "block.create.stockpile_switch.tooltip": "VORRATSSENSOR", - "block.create.stockpile_switch.tooltip.summary": "Schaltet ein Redstone-Signal ein oder aus, basierend auf der _Speichermenge_ im verbundenen Behälter.", - "block.create.stockpile_switch.tooltip.condition1": "Wenn unter dem unteren Limit", - "block.create.stockpile_switch.tooltip.behaviour1": "Wird das Redstone-Signal ausgeschaltet.", - - "block.create.content_observer.tooltip": "INHALTSBEOBACHTER", - "block.create.content_observer.tooltip.summary": "_Erkennt Gegenstände_ oder _Flüssigkeiten_ in einem _Behälter_, einer _Röhre_ oder einem _Fließband_, die zum eingestellten _Filter_ passen.", - "block.create.content_observer.tooltip.condition1": "Bei der Beobachtung eines Containers", - "block.create.content_observer.tooltip.behaviour1": "Gibt einen _Redstone-Puls_ aus, während der beobachtete Behälter _passenden_ _Inhalt_ hat.", - "block.create.content_observer.tooltip.condition2": "Bei der Beobachtung eines Trichters", - "block.create.content_observer.tooltip.behaviour2": "Gibt einen _Redstone-Puls_ aus, wenn ein _passender_ Gegenstand _übertragen_ wird.", - - "block.create.creative_crate.tooltip": "BAUPLANKANONENMACHER", - "block.create.creative_crate.tooltip.summary": "Stellt einen unendlichen Vorrat an Blöcken für benachbarte _Bauplaenkanonen_ bereit.", - "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": "KREATIVER KUCHEN", - "item.create.creative_blaze_cake.tooltip.summary": "Eine sehr spezielle Behandlung, welche es erlaubt, des _Lohenbrenners_ _Hitzelevel einzustellen_. After eating this cake, Blaze Burners will _never run out of fuel_.", - "item.create.creative_blaze_cake.tooltip.condition1": "R-Klick auf einen _Lohenbrenner_", - "item.create.creative_blaze_cake.tooltip.behaviour1": "_Rastet_ das Hitzelevel des Lohenbrenners _ein_. Wenn nochmal angewandt wird, _zirkuliert_ der Lohenbrenner sein Hitzelevel.", - - "block.create.controller_rail.tooltip": "STEUERUNGSSCHIENE", - "block.create.controller_rail.tooltip.summary": "Eine _einseitige Antriebsschiene_, welche fähig ist, die _Geschwindigkeit_ von Loren _sehr genau_ einzustellen.", - "block.create.controller_rail.tooltip.condition1": "Wenn mit Redstone aktiviert", - "block.create.controller_rail.tooltip.behaviour1": "_Verschnellert_ oder _verlangsamt_ vorbeifahrende Loren basierend auf der _Signalstärke_. Überträgt Redstone-Energie auf benachbarte Steuerungsschienen. Wenn zwei Steuerungsschienen mit unterschiedlicher Signalstärke versorgt werden, interpolieren die Schienen zwischen ihnen ihr Signal.", - - "item.create.sand_paper.tooltip": "SCHMIRGELPAPIER", - "item.create.sand_paper.tooltip.summary": "Ein raues papier, welches benutzt wird, um _Materialien_ zu _polieren_. Kann automatisch von einem Einsatzgerät benutzt werden.", - "item.create.sand_paper.tooltip.condition1": "Wenn benutzt", - "item.create.sand_paper.tooltip.behaviour1": "Gibt den Gegenständen in der _Zweithand_ oder auf dem _Boden_, welches du _anguckst_, eine Politur.", - - "item.create.builders_tea.tooltip": "Baumeister-Tee", - "item.create.builders_tea.tooltip.summary": "Das perfekte Getränk, um den Tag zu starten - _Motivierend_ und _sättigend_.", - - "item.create.refined_radiance.tooltip": "RAFFINIERTER GLANZ", - "item.create.refined_radiance.tooltip.summary": "Ein chromatisches Material, das aus _absorbiertem Licht_ geschmiedet wird.", - "item.create.refined_radiance.tooltip.condition1": "In Arbeit", - "item.create.refined_radiance.tooltip.behaviour1": "Verwendungen für dieses Material werden in zukünftigen Versionen verfügbar sein.", - - "item.create.shadow_steel.tooltip": "SCHATTENSTAHL", - "item.create.shadow_steel.tooltip.summary": "Ein chromatisches Material, das _in der Leere_ geschmiedet wird.", - "item.create.shadow_steel.tooltip.condition1": "In Arbeit", - "item.create.shadow_steel.tooltip.behaviour1": "Verwendungen für dieses Material werden in zukünftigen Versionen verfügbar sein.", - - "item.create.linked_controller.tooltip": "VERBUNDENER KONTROLLER", - "item.create.linked_controller.tooltip.summary": "Erlaubt _direkte_ _Kontrolle_ über _Redstone-Verbindungs-Frequenzen_, welche auf ihre _sechs_ _Knöpfe_ gebunden sind.", - "item.create.linked_controller.tooltip.condition1": "R-Klick", - "item.create.linked_controller.tooltip.behaviour1": "_Schaltet_ den Kontroller _um_. _Bewegungssteuerung_ wird übernommen, solange der Kontroller aktiv ist.", - "item.create.linked_controller.tooltip.condition2": "R-Klick beim Schleichen", - "item.create.linked_controller.tooltip.behaviour2": "Öffnet die manuelle _Konfigurationsoberfläche_.", - "item.create.linked_controller.tooltip.condition3": "R-Klick auf einen Redstone-Verbindungs-Empfänger", - "item.create.linked_controller.tooltip.behaviour3": "Aktiviert den _Bindungsmodus_. Drücke eine der _sechs Tasten_, um sie auf die _Verbindungsfrequenz_ zu binden.", - "item.create.linked_controller.tooltip.condition4": "R-Klick auf ein Lesepult", - "item.create.linked_controller.tooltip.behaviour4": "Platziert einen Kontroller in das Lesepult, um es einfacher zu aktivieren. (R-Klick beim Schleichen, um es zurück zu nehmen)", - - "item.create.diving_helmet.tooltip": "TAUCHHELM", - "item.create.diving_helmet.tooltip.summary": "Mit einem _kupfernen_ _Rückentank_ kombiniert erlaubt es dem Anwender, _unter Wasser_ länger _atmen_ zu können.", - "item.create.diving_helmet.tooltip.condition1": "Wenn getragen", - "item.create.diving_helmet.tooltip.behaviour1": "Gibt den _Wasseratmungs-Effekt_, für welchen langsam _Luftdruck_ aus dem Rückentank gezogen wird.", - - "item.create.copper_backtank.tooltip": "KUPFERNER RÜCKENTANK", - "item.create.copper_backtank.tooltip.summary": "Ein _tragbarer_ _Tank_, um komprimierte Luft aufzubewahren.", - "item.create.copper_backtank.tooltip.condition1": "Wenn getragen", - "item.create.copper_backtank.tooltip.behaviour1": "Stellt _komprimierte_ _Luft_ für Ausrüstung zur Verfügung, welche es braucht.", - "item.create.copper_backtank.tooltip.condition2": "Wenn platziert und mit kinetischer Energie betrieben", - "item.create.copper_backtank.tooltip.behaviour2": "_Sammelt_ _komprimierte_ _Luft_ mit einer Geschwindigkeit basierend auf der Rotationsgeschwindigkeit.", - - "block.create.placard.tooltip": "PLAKAT", - "block.create.placard.tooltip.summary": "_Rahme_ deine _Items_ in Messing mit diesem schicken Wandpaneel. Sicher für Vorrichtungen!", - "block.create.placard.tooltip.condition1": "Wenn Rechtsklick mit Item", - "block.create.placard.tooltip.behaviour1": "_Fügt_ das _gehaltene_ _Item_ dem Plakat hinzu. _Gibt_ ein kurzes _Redstonesignal_ wenn ein treffendes Item bereits vorhanden ist.", - "block.create.placard.tooltip.condition2": "Wenn Linksklick", - "block.create.placard.tooltip.behaviour2": "_Entfernt_ das aktuelle _Item_ vom Rahmen.", - - "block.create.flywheel.tooltip": "SCHWUNGRAD", - "block.create.flywheel.tooltip.summary": "_Verschönere_ deine _Maschinen_ mit diesem imposanten Rad aus Messing.", - "block.create.flywheel.tooltip.condition1": "Wenn angetrieben", - "block.create.flywheel.tooltip.behaviour1": "Fängt an zu drehen", - - "item.create.diving_boots.tooltip": "TAUCHSCHUHE", - "item.create.diving_boots.tooltip.summary": "Ein Paar _schwere_ _Schuhe_, welches es erlaubt, besser auf dem Grund des Ozenas zu reisen.", - "item.create.diving_boots.tooltip.condition1": "Wenn getragen", - "item.create.diving_boots.tooltip.behaviour1": "Anwender _sinkt_ _schneller_ und _kann nicht_ _schwimmen_. Gibt die Möglichkeit, unter Wasser zu _laufen_ und zu _springen_. Anwender wird auch nicht mehr von _Förderbändern_ beeinflusst.", - - "item.create.crafting_blueprint.tooltip": "HERSTELLUNGSBLAUPAUSE", - "item.create.crafting_blueprint.tooltip.summary": "Wird es auf eine Wand _platziert_, kann es genutzt werden, um _Zutatenanordnung_ für leichtere manuelle Herstellung zu _spezifizieren_. Jeder Anzeigeplatz steht für ein Rezept.", - "item.create.crafting_blueprint.condition1": "R-Klick leeren Anzeigeplatz", - "item.create.crafting_blueprint.behaviour1": "Öffnet ein _Herstellungsmenü_, damit du ein _Rezept_ _konfigurieren_ und Gegenstände darstellen kannst.", - "item.create.crafting_blueprint.condition2": "R-Klick konfigurierten Anzeigeplatz", - "item.create.crafting_blueprint.behaviour2": "Wendet das _konfigurierte_ _Rezept_ mit den passenden Zutaten aus deinem _Inventar_ an. _Schleiche_, um bis zu einem _Stapel_ von Gegenständen herzustellen.", - - "item.create.minecart_coupling.tooltip": "LORENKUPPLUNG", - "item.create.minecart_coupling.tooltip.summary": "_Verkettet_ all deine _Loren_ oder _Karosseriebauwerke_, um einen majestätischen Zug zu formen.", - "item.create.minecart_coupling.tooltip.condition1": "Wenn auf eine Lore benutzt wird", - "item.create.minecart_coupling.tooltip.behaviour1": "Koppelt zwei Loren zusammen und versucht, sie während der Bewegung auf einem _konstanten Abstand_ zu halten.", - - "item.create.experience_nugget.tooltip": "ERFAHRUNGSKLUMPEN", - "item.create.experience_nugget.tooltip.summary": "_Ding!_ Ein Stückchen _Inspiration_ von Ihren fantastischen Erfindungen.", - "item.create.experience_nugget.tooltip.condition1": "Wenn benutzt", - "item.create.experience_nugget.tooltip.behaviour1": "_Löst_ alle _Erfahrungspunkte_ ein, welche darin gespeichert sind.", - - "block.create.peculiar_bell.tooltip": "SELTSAME GLOCKE", - "block.create.peculiar_bell.tooltip.summary": "Eine dekorative _Messingglocke_. Über einem Seelenfeuer platziert, könnte es Nebenwirkungen haben...", - - "block.create.haunted_bell.tooltip": "SPUKGLOCKE", - "block.create.haunted_bell.tooltip.summary": "Eine _verfluchte Glocke_ der verlorenen Seelen aus dem Nether.", - "block.create.haunted_bell.tooltip.condition1": "Wenn getragen oder geläutet wird", - "block.create.haunted_bell.tooltip.behaviour1": "Hebt nahe _lichtlose Stellen_ hervor, auf welchen _feindliche Kreaturen_ laichen können.", - - - "_": "->------------------------] Ponder Content [------------------------<-", - - "create.ponder.hold_to_ponder": "Halte [%1$s] zum nachdenken", - "create.ponder.subject": "Thema dieser Szene", - "create.ponder.pondering": "Nachdenken über...", - "create.ponder.identify_mode": "Identifizierungsmodus aktiv.\nPausierung beenden mit [%1$s]", - "create.ponder.associated": "Zugehörige Einträge", - "create.ponder.close": "Schliessen", - "create.ponder.identify": "Identifizieren", - "create.ponder.next": "Nächste Szene", - "create.ponder.next_up": "Als nächstes:", - "create.ponder.previous": "Vorherige Szene", - "create.ponder.replay": "Wiederholen", - "create.ponder.think_back": "Zurückdenken", - "create.ponder.slow_text": "Gemütliches Lesen", - "create.ponder.exit": "Beenden", - "create.ponder.welcome": "Willkommen zum Nachdenken", - "create.ponder.categories": "Verfügbare Kategorien in Create", - "create.ponder.index_description": "Klicke auf eines der Icons um etwas über dessen zugehörige Items und Blöcke zu lernen", - "create.ponder.index_title": "Nachdenk-Index", - "create.ponder.shared.rpm16": "16 UPM", - "create.ponder.shared.behaviour_modify_wrench": "Dieses Verhalten kann mit einem Schraubenschlüssel verändert werden", - "create.ponder.shared.storage_on_contraption": "Inventare, welche an Vorrichtungen angebracht sind, nehmen drops automatisch auf", - "create.ponder.shared.sneak_and": "Schleichen +", - "create.ponder.shared.rpm8": "8 UPM", - "create.ponder.shared.ctrl_and": "Strg +", - "create.ponder.shared.rpm32": "32 UPM", - "create.ponder.shared.rpm16_source": "Quelle: 16 UPM", - "create.ponder.shared.movement_anchors": "Mit der Hilfe von Sekundenkleber können grössere Strukturen bewegt werden.", - "create.ponder.tag.redstone": "Logik Komponenten", - "create.ponder.tag.redstone.description": "Komponente welche mit Redstone-Technik helfen", - "create.ponder.tag.contraption_assembly": "Block Befestigungshilfen", - "create.ponder.tag.contraption_assembly.description": "Werkzeuge und Komponente welche zum erstellen von Strukturen, welche als animierte Vorrichtungen bewegt werden", - "create.ponder.tag.fluids": "Flüssigkeitsmanipulierer", - "create.ponder.tag.fluids.description": "Komponenten, welche bei der Weiterleitung und Nutzung von Flüssigkeiten helfen", - "create.ponder.tag.decoration": "Ästhetik", - "create.ponder.tag.decoration.description": "Komponenten, welche hauptsächlich für dekorationszwecke genutzt werden", - "create.ponder.tag.windmill_sails": "Segel für Windmühlenlager", - "create.ponder.tag.windmill_sails.description": "Blöcke, welche zur Stärke einer Windmühlkonstruktion zählen, wenn zusammengebaut. Jedes dieser hat eine gleiche Effizienz.", - "create.ponder.tag.arm_targets": "Ziele für mechanische Arme", - "create.ponder.tag.arm_targets.description": "Komponenten, welche als Ein- oder Ausgaben für mechanische Arme ausgewählt werden können", - "create.ponder.tag.kinetic_appliances": "Kinetische Geräte", - "create.ponder.tag.kinetic_appliances.description": "Komponenten, welche rotationskräfte nutzen", - "create.ponder.tag.kinetic_sources": "Kinetische Quellen", - "create.ponder.tag.kinetic_sources.description": "Komponenten, welche rotationskräfte generieren", - "create.ponder.tag.movement_anchor": "Bewegungsanker", - "create.ponder.tag.movement_anchor.description": "Komponenten, welche das erstellen von beweglichen Vorrichtungen ermöglichen, welche auf die angebrachten Strukturen auf verschiedenste Weisen animieren kann", - "create.ponder.tag.kinetic_relays": "Kinetische Blöcke", - "create.ponder.tag.kinetic_relays.description": "Komponenten, welche das weiterleiten von rotationskraft ermöglichen", - "create.ponder.tag.contraption_actor": "Vorrichtungsakteure", - "create.ponder.tag.contraption_actor.description": "Komponenten, welche spezielle verhalten zeigen, wenn an eine bewegliche Vorrichtung angebracht", - "create.ponder.tag.creative": "Kreativmodus", - "create.ponder.tag.creative.description": "Komponenten, welche normalerweise nicht im Überlebensmodus verfügbar sind", - "create.ponder.tag.display_sources": "Quellen für Anzeige-Links", - "create.ponder.tag.display_sources.description": "Komponenten oder Blöcke, welche Daten bieten, die von einem Anzeige-Link gelesen werden können", - "create.ponder.tag.logistics": "Item Transportation", - "create.ponder.tag.logistics.description": "Komponenten, welche beim Transportieren von Items helfen", - "create.ponder.tag.display_targets": "Ziele für Anzeige-Links", - "create.ponder.tag.display_targets.description": "Komponenten oder Blöcke, welche die Daten verarbeiten und anzeigen können, welche sie von einem Anzeige-Link erhalten", - "create.ponder.tag.train_related": "Eisenbahnausrüstung", - "create.ponder.tag.train_related.description": "Komponenten, welche beim bau oder verwalten von Zugvorrichtungen verwendet werden", - - "create.ponder.analog_lever.header": "Signalstärke mit Analoghebel kontrollieren", - "create.ponder.analog_lever.text_1": "Analoghebel sorgen für eine kompakte und präzise Quelle für Redstone-Energie", - "create.ponder.analog_lever.text_2": "Rechtsklicke um seine analoge Signalstärke zu erhöhen", - "create.ponder.analog_lever.text_3": "Rechtsklicke während du schleichst, um die Signalstärke zu verringern", - - "create.ponder.andesite_tunnel.header": "Andesittunnel verwenden", - "create.ponder.andesite_tunnel.text_1": "Andesittunnel können verwendet werden, um dein Förderband zu überdecken", - "create.ponder.andesite_tunnel.text_2": "Wann immer ein Andesittunnel verbindungen zu anderen Seiten hat...", - "create.ponder.andesite_tunnel.text_3": "...teilen sie genau ein Item von jedem passierenden Item Stack", - "create.ponder.andesite_tunnel.text_4": "Die verbleibende Menge geht weiter auf ihrem Weg", - - "create.ponder.auto_schedule.header": "Stationen & Zugfahrpläne", - "create.ponder.auto_schedule.text_1": "Zugfahrpläne können verwendet werden, um Fahrer mit einem Ziel auszustatten", - "create.ponder.auto_schedule.text_2": "Komperatoren erhalten ein signal, wann immer ein Zug vorhanden ist", - "create.ponder.auto_schedule.text_3": "Beachte, dass ein Bahnhof nur aus der angegebenen Richtung angefahren werden kann", - "create.ponder.auto_schedule.text_4": "Bahnhöfe können auch verwendet werden, um neue Zugfahrpläne automatisch zuzuweisen", - "create.ponder.auto_schedule.text_5": "Ein auf dem Bahnhof plazierter Zugfahrplan wird sich auf einen vorhandenen Zug kopieren", - "create.ponder.auto_schedule.text_6": "Anders als beim manuellen Planen nehmen die Fahrer den Zugfahrplan nicht mit", - - "create.ponder.basin.header": "Items im Becken verarbeiten", - "create.ponder.basin.text_1": "Ein Becken kann Items und Flüssigkeiten zur verarbeitung halten", - "create.ponder.basin.text_2": "Nach dem verarbeiten versuchen Becken, das Resultat zu Seite unten auszugeben", - "create.ponder.basin.text_3": "Wenn eine gültige Komponente vorhanden ist, zeigt das Becken einen Auslaufhahn", - "create.ponder.basin.text_4": "Eine vielzahl von Optionen sind hier möglich", - "create.ponder.basin.text_5": "Ausgaben werden vom Inventar unterhalb aufgenommen", - "create.ponder.basin.text_6": "Ohne Auslaufhahn wird das Becken die erstellten Items behalten", - "create.ponder.basin.text_7": "Dies ist nützlich, sollten Items zur wiederverwendung als Zutaten gebraucht werden", - "create.ponder.basin.text_8": "Gewünschte Ausgaben müssen dann vom Behäter extrahiert werden", - "create.ponder.basin.text_9": "Ein Filter kann nötig sein um nicht-verarbeitete Items nicht zu entfernen", - - "create.ponder.bearing_modes.header": "Bewegungsoptionen für das Mechanische lager", - "create.ponder.bearing_modes.text_1": "Wenn gestoppt, wird das Lager die Struktur bei der nächstgelegenen rasterförmigen Winkel platzieren", - "create.ponder.bearing_modes.text_2": "Es kann konfiguriert werden, um nie mehr zu soliden Blöcken zu wechseln, oder nur nahe dem Originalwinkel", - - "create.ponder.belt_casing.header": "Förderbänder ummanteln", - "create.ponder.belt_casing.text_1": "Messing oder Andesitrahmen könen zur dekoration von Förderbändern verwendet werden", - "create.ponder.belt_casing.text_2": "Ein Schraubenschlüssel kann verwendet werden, um die Ummantellung zu entfernen", - - "create.ponder.belt_connector.header": "Förderbänder verwenden", - "create.ponder.belt_connector.text_1": "Das Rechtsklicken zweier Wellen mit dem Förderband Item verbindet diese", - "create.ponder.belt_connector.text_2": "Unabsichtliches Auswählen kann durch Rechtsklick während man schleicht aufgehoben werden", - "create.ponder.belt_connector.text_3": "Zusätzliche Wellen können dem Förderband hinzugefügt werden", - "create.ponder.belt_connector.text_4": "Wellen, welche per Förderband verbunden sind, rotieren mit selber geschwindigkeit und orientierung", - "create.ponder.belt_connector.text_5": "Hinzugefügte Wellen können mit dem Schraubenschlüssel entfernt werden", - "create.ponder.belt_connector.text_6": "Förderbänder können für ästhetische Zwecke eingefärbt werden", - - "create.ponder.belt_directions.header": "Gültige Orientierungen für Förderbänder", - "create.ponder.belt_directions.text_1": "Förderbänder können nicht in beliebige Richtungen verbunden werden", - "create.ponder.belt_directions.text_2": "1. Sie können horizontal verbinden", - "create.ponder.belt_directions.text_3": "2. Sie können diagonal verbinden", - "create.ponder.belt_directions.text_4": "3. Sie können vertikal verbinden", - "create.ponder.belt_directions.text_5": "4. Und sie können vertikale Wellen horizontal verbinden", - "create.ponder.belt_directions.text_6": "Dies sind alle möglichen Richtungen. Förderbänder können jede Länge zwischen 2 und 20 Blöcken haben", - - "create.ponder.belt_transport.header": "Förderbänder für Logistik verwenden", - "create.ponder.belt_transport.text_1": "Sich bewegende Förderbänder können Items und Lebewesen bewegen", - "create.ponder.belt_transport.text_2": "Rechtsklicke mit einer leeren Hand um das Item vom Förderband zu nehmen", - - "create.ponder.blaze_burner.header": "Lohenbrenner füttern", - "create.ponder.blaze_burner.text_1": "Lohenbrenner können Hitze für Items, welche in einem Becken verarbeitet werden geben", - "create.ponder.blaze_burner.text_2": "Dafür muss die Lohe mit brennbaren Items gefüttert werden", - "create.ponder.blaze_burner.text_3": "Mit einem Lohenkuchen kann der Brenner noch höhere Hitzelevel erreichen", - "create.ponder.blaze_burner.text_4": "Das Fütterungsverfahren kann mit Einsatzgeräten oder mechanischen Armen automatisiert werden", - - "create.ponder.brass_funnel.header": "Der Messingtrichter", - "create.ponder.brass_funnel.text_1": "Andessittrichter können jeweils nur ein Item entnehmen.", - "create.ponder.brass_funnel.text_2": "Messingtrichter können bis zu einem ganzen Stack entnehmen.", - "create.ponder.brass_funnel.text_3": "Scrollen auf dem Filter erlaubt präzise kontrolle über die entnommene Stackgrösse.", - "create.ponder.brass_funnel.text_4": "Das verwenden von Items auf den Filter erlaubt dem Trichter nur passende Stacks zu transferieren.", - - "create.ponder.brass_tunnel.header": "Messingtunnel verwenden", - "create.ponder.brass_tunnel.text_1": "Messingtunnel können verwendet werden um deine Förderbänder abzudecken", - "create.ponder.brass_tunnel.text_2": "Messingtunnel haben Filterslots auf jeder offenen Seite", - "create.ponder.brass_tunnel.text_3": "Filter auf eingehende Verbindungen blockiert nicht passende Items", - "create.ponder.brass_tunnel.text_4": "Filter auf ausgehende Verbindungen kann verwendet werden, um Items nach Typ zu sortieren", - "create.ponder.brass_tunnel.text_5": "Wann immer ein Item mehrere passende Ausgänge hat, entscheidet der Verteilmodus wie dies gehandhabt wird", - "create.ponder.brass_tunnel.text_6": "Messingtunnel auf parallelen Förderbändern bilden eine Gruppe", - "create.ponder.brass_tunnel.text_7": "Eingehende Items werden nun gleichmässig auf alle verbundenen Ausgänge verteilt", - "create.ponder.brass_tunnel.text_8": "Dafür können Items auch direkt in den Tunnelblock eingeführt werden", - - "create.ponder.brass_tunnel_modes.header": "Verteilungsmodi des Messingtunnels", - "create.ponder.brass_tunnel_modes.text_1": "Mit einem Schraubenschlüssel kann der Verteilungsmodus des Messingtunnels konfiguriert werden", - "create.ponder.brass_tunnel_modes.text_10": "'Synchronisiere Eingaben' ist eine einzigartige Einstellung für Messingtunnel", - "create.ponder.brass_tunnel_modes.text_11": "Items dürfen nur passieren, wenn jeder Tunnel in der Gruppe ein Item hat", - "create.ponder.brass_tunnel_modes.text_12": "Dies stellt sicher, dass alle Bänder die Items in gleicher Rate geben", - "create.ponder.brass_tunnel_modes.text_2": "'Aufteilung' wird versuchen, die Items gleichmässig auf alle Ausgänge zu verteilen", - "create.ponder.brass_tunnel_modes.text_3": "Wenn ein Ausgang nicht fähig ist, weitere Items zu nehmen, wird er übersprungen", - "create.ponder.brass_tunnel_modes.text_4": "'Gezwungene Aufteilung' wird niemals einen Ausgang überspringen und stattdessen warten, bis dieser wieder frei ist", - "create.ponder.brass_tunnel_modes.text_5": "'Round Robin' hält Stacks komplett und durchläuft die Ausgänge iterativ", - "create.ponder.brass_tunnel_modes.text_6": "Auch hier gilt: Wenn eine Ausgang keine weiteren Items nehmen kann, wird er übersprungen", - "create.ponder.brass_tunnel_modes.text_7": "'Gezwungener Round Robin' überspringt niemals Ausgänge", - "create.ponder.brass_tunnel_modes.text_8": "'Bevorzuge Naheliegensten' priorisiert den Ausgang, welcher am nächsten zum Item ist", - "create.ponder.brass_tunnel_modes.text_9": "'Zufällig' verteilt ganze Stacks auf zufällig ausgewählte Ausgänge", - - "create.ponder.cart_assembler.header": "Strukturen mit Lorenmonteuren bewegen", - "create.ponder.cart_assembler.text_1": "Gepowererte Lorenmonteure binden Strukturen zu vorbeifahrendnen Loren", - "create.ponder.cart_assembler.text_2": "Ohne ein Redstonesignal demontiert es vorbeifahrende Güterloren Vorrichtungen wieder zu Blöcken", - "create.ponder.cart_assembler.text_3": "Das verwenden eines Schraubenschlüssels auf eine Lore ermöglicht es dir, die Vorrichtung woandershin zu transportieren", - - "create.ponder.cart_assembler_dual.header": "Wagenvorrichtungen erstellen", - "create.ponder.cart_assembler_dual.text_1": "Wann immer zwei Lorenmonteure eine Struktur teilen...", - "create.ponder.cart_assembler_dual.text_2": "Das Aktivieren einer von diesen wird eine Wagenvorrichtung erstellen", - "create.ponder.cart_assembler_dual.text_3": "Die Loren verhalten sich wie diese verbunden mit einer Lorenkupplung", - - "create.ponder.cart_assembler_modes.header": "Orientierungsoptionen für Güterloren Vorrichtungen", - "create.ponder.cart_assembler_modes.text_1": "Loren Vorrichtungen rotieren um in die Richtung der Lorenbewegung zu sehen", - "create.ponder.cart_assembler_modes.text_2": "Dieser Pfeil zeigt an, welche Seiter der Struktur als Front angesehen wird", - "create.ponder.cart_assembler_modes.text_3": "Wenn der Lorenmonteur auf Rotation sperren gestellt ist, wird die Vorrichtung nie ihre Richtung ändern", - - "create.ponder.cart_assembler_rails.header": "Andere Arten von Loren und Schienen", - "create.ponder.cart_assembler_rails.text_1": "Lorenmonteure auf normalen Schienen werden nicht die Bewegung von vorbeifahrenden Loren beeinflussen", - "create.ponder.cart_assembler_rails.text_2": "Wenn auf einer Antriebsschiene oder Steuerungsschiene wird die Lore am Platz gehalten, bis diese aktiviert wird", - "create.ponder.cart_assembler_rails.text_3": "Andere Arten von Loren können als Anker verwendet werden", - "create.ponder.cart_assembler_rails.text_4": "Antriebsloren nehmen von verbundenen Inventaren Treibstoff um sich selber anzutreiben", - - "create.ponder.chain_drive.header": "Rotationsenergie mit ummantelten Kettenriemen weiterleiten", - "create.ponder.chain_drive.text_1": "Ummantelte Kettenriemen leiten Rotationsenergie an alle in einer Reihe weiter", - "create.ponder.chain_drive.text_2": "Alle so verbundenen Weller rotieren in die selbe Richtung", - "create.ponder.chain_drive.text_3": "Jeder Teil der Reihe kann um 90 Grad gedreht werden", - - "create.ponder.chain_gearshift.header": "Rotationsgeschwindigkeit mit verstellbarem Kettengetriebe kontrollieren", - "create.ponder.chain_gearshift.text_1": "Ungepowerte Kettengetriebe verhalten sich wie Kettenriemen", - "create.ponder.chain_gearshift.text_2": "Wenn gepowert wird die Geschwindigkeit für andere Kettenriemen verdoppelt", - "create.ponder.chain_gearshift.text_3": "Wann immer das gepowerte Kettengetriebe nicht an der Quelle liegt, wird die Geschwinidkeit halbiert", - "create.ponder.chain_gearshift.text_4": "In beiden Fällen bewegen sich Kettenriemen mit 2x der Geschwindigkeit des Kettengetriebes", - "create.ponder.chain_gearshift.text_5": "Mit einem Analoghebel kann die Geschwindigkeit genauer zwischen 1 und 2 eingestellt werden", - "create.ponder.chain_gearshift.text_6": "12 UPM", - - "create.ponder.chute.header": "Items mit einer Rinne nach unten transportieren", - "create.ponder.chute.text_1": "Rinnen können Items vertikal von und zu Inventaren transportieren", - "create.ponder.chute.text_2": "Mit einem Schraubenschlüssel kann ein Fenster erstellt werden", - "create.ponder.chute.text_3": "Platziert man eine Rinne seitlich von einer anderen, macht es diese diagonal", - - "create.ponder.chute_upward.header": "Items mit einer Rinne nach oben transportieren", - "create.ponder.chute_upward.text_1": "Verwendet man einen ummantelten Lüfter am oberen oder unteren Ende einer Rinne, kann diese Items nach oben transportieren", - "create.ponder.chute_upward.text_2": "Untersucht man Rinnen mit der Ingenieursbrille, kann man die Transportrichtung sehen", - "create.ponder.chute_upward.text_3": "Auf der 'blockierten' Seite müssen Items von der Seite entnommen/eingefügt werden", - - "create.ponder.clockwork_bearing.header": "Strukturen mit Uhrwerk-Lager animieren", - "create.ponder.clockwork_bearing.text_1": "Uhrwerk-Lager verbinden sich mit Blöcken vor ihnen", - "create.ponder.clockwork_bearing.text_2": "Sobald Rooationsenergie gegeben wird, rotieren die Strukturen passend zur Stunde des Tages", - "create.ponder.clockwork_bearing.text_3": "3:00", - "create.ponder.clockwork_bearing.text_4": "4:00", - "create.ponder.clockwork_bearing.text_5": "Rechtsklicke das Lager um das animieren der Struktur zu starten oder stoppen", - "create.ponder.clockwork_bearing.text_6": "Vor dem Stundenzeiger kann eine zweite Struktur angebracht werden", - "create.ponder.clockwork_bearing.text_7": "Stelle sicher, das beide Strukturen nicht an einander geklebt sind", - "create.ponder.clockwork_bearing.text_8": "Die zweite Struktur rotiert jetzt als der Minutenzeiger", - - "create.ponder.clutch.header": "Rotationsenergie mit Kupplung kontrollieren", - "create.ponder.clutch.text_1": "Kupplungen leiten rotation in einer geraden Linie weiter", - "create.ponder.clutch.text_2": "Wenn durch Redstone gepowered, wird die Verbindung unterbrochen", - - "create.ponder.cog_speedup.header": "Gänge wechseln mit Zahnrädern", - "create.ponder.cog_speedup.text_1": "Grosse und kleine Zahnräder können diagonal verbunden werden", - "create.ponder.cog_speedup.text_2": "Wechselt man von grossem zu kleinem Zahnrad, wird die Geschwindigkeit verdoppelt", - "create.ponder.cog_speedup.text_3": "Wechselt man in die andere Richtung, wird die Geschwindigkeit halbiert", - - "create.ponder.cogwheel.header": "Rotationsgeschwindigkeit mit Zahnrädern weiterleiten", - "create.ponder.cogwheel.text_1": "Zahnräder leiten rotation an angrenzende Zahnräder weiter", - "create.ponder.cogwheel.text_2": "Auf diese weise verbundene Wellen drehen sich in entgegengesetzte Richtungen", - - "create.ponder.cogwheel_casing.header": "Zahnräder ummanteln", - "create.ponder.cogwheel_casing.text_1": "Messing oder Andesitrahmen können verwendet werden, um Zahnräder zu dekorieren", - "create.ponder.cogwheel_casing.text_2": "Komponente, welche nach dem ummanteln hinzugefügt werden können sich nicht an die Wellenausgänge verbinden", - "create.ponder.cogwheel_casing.text_3": "Der Schraubenschlüssel kann verwendet werden, um Verbindungen zu ändern", - - "create.ponder.creative_fluid_tank.header": "Kreative Flüssigkeitstanks", - "create.ponder.creative_fluid_tank.text_1": "Kreative Flüssigkeitstanks können verwendet werden, um ein endloses Angebot an Flüssigkeit zu bieten", - "create.ponder.creative_fluid_tank.text_2": "Rechtsklicke mit einem Flüssigkeit enthaltenen Item um es zu konfigurieren", - "create.ponder.creative_fluid_tank.text_3": "Rohrnetzwerke können jetzt einen endlosen Vorrat der Flüssigkeit vom Tank entnehmen", - "create.ponder.creative_fluid_tank.text_4": "Jegliche Flüssigkeit, welche in einen Kreativen Flüssigkeitstank gepumpt wird, wird vernichtet", - - "create.ponder.creative_motor.header": "Rotationsenergie mit Kreativen Motoren erzeugen", - "create.ponder.creative_motor.text_1": "Kreative Motoren sind eine kompakte und konfigurierbare Quelle von Rotationsenergie", - "create.ponder.creative_motor.text_2": "Scrollen auf dem hinteren Panel ändert die UPM der Rotationsausgabe des Motors", - - "create.ponder.creative_motor_mojang.header": "Mojang's Rätsel", - - "create.ponder.crushing_wheels.header": "Items mit Mahlwerksrad verarbeiten", - "create.ponder.crushing_wheels.text_1": "Ein Paar von Mahlwerksrädern können Items sehr effektiv zermahlen", - "create.ponder.crushing_wheels.text_2": "Ihr Rotationseingang muss sie in entgegengesetzte Richtungen drehen lassen", - "create.ponder.crushing_wheels.text_3": "Items die von oben eingeworfen oder eingeführt werden, werden verarbeitet", - "create.ponder.crushing_wheels.text_4": "Items können auch automatisch eingeführt und aufgenommen werden", - - "create.ponder.deployer.header": "Das Einsatzgerät verwenden", - "create.ponder.deployer.text_1": "Wenn Rotationsenergie gegeben wird, kann das Einsatzgerät Spielerinteraktionen imitieren", - "create.ponder.deployer.text_10": "Rechtsklicke die Vorderseite um es ein Item zum verwenden zu geben", - "create.ponder.deployer.text_11": "Items können auch automatisch eingeführt werden", - "create.ponder.deployer.text_12": "Einsatzgeräte haben auch einen Filterslot", - "create.ponder.deployer.text_13": "Wenn ein Filter gesetzt ist, aktiviert es nur, während es das passende Item hält", - "create.ponder.deployer.text_14": "Nur Items die zum Filter passen können jetzt eingeführt werden...", - "create.ponder.deployer.text_15": "...und nur nicht passende Items werden extrahiert", - "create.ponder.deployer.text_2": "Es wird immer mit der Position 2 Blöcke vor ihm interagieren", - "create.ponder.deployer.text_3": "Blöcke direkt vor ihm werden es nicht blockieren", - "create.ponder.deployer.text_4": "Einsatzgeräte können:", - "create.ponder.deployer.text_5": "Blöcke platzieren,", - "create.ponder.deployer.text_6": "Items verwenden,", - "create.ponder.deployer.text_7": "Blöcke aktivieren,", - "create.ponder.deployer.text_8": "Blöcke farmen", - "create.ponder.deployer.text_9": "und Kreaturen angreifen", - - "create.ponder.deployer_contraption.header": "Einsatzgeräte auf Vorrichtungen verwenden", - "create.ponder.deployer_contraption.text_1": "Wann immer ein Einsatzgerät als teil einer Vorrichtung bewegt wird...", - "create.ponder.deployer_contraption.text_2": "aktivieren sie bei jeder besuchten Position, wobei sie Items von Inventaren in der Vorrichtung verwenden", - "create.ponder.deployer_contraption.text_3": "Der Filterslot kann verwendet werden, um zu bestimmen, was für Items verwendet werden sollen", - - "create.ponder.deployer_modes.header": "Modi des Einsatzwerkzeugs", - "create.ponder.deployer_modes.text_1": "Standardmässig imitiert das Einsatzwerkzeug eine Rechtsklick-Interaktion", - "create.ponder.deployer_modes.text_2": "Durch das verwenden eines Schraubenschlüssels kann es zum imitieren einer Linksklick-Interaktion geändert werden", - - "create.ponder.deployer_processing.header": "Items mit Einsatzwerkzeugen verarbeiten", - "create.ponder.deployer_processing.text_1": "Mit einem passenden Item können Einsatzwerkzeuge Items unterhalb von ihnen verarbeiten", - "create.ponder.deployer_processing.text_2": "Die Input-Items können auf ein Depot fallengelassen oder platziert werden", - "create.ponder.deployer_processing.text_3": "Wenn Items auf einem Förderband gebracht werden...", - "create.ponder.deployer_processing.text_4": "wird das Einsatzgerät es anhalten und automatisch verarbeiten", - - "create.ponder.deployer_redstone.header": "Einsatzwerkzeuge mit Redstone kontrollieren", - "create.ponder.deployer_redstone.text_1": "Wenn durch Redstone gepowered, aktivieren Einsatzwerkzeuge nicht", - "create.ponder.deployer_redstone.text_2": "Bevor sie anhalten, erledigen Einsatzwerkzeuge jeden angefangen Cyclus", - "create.ponder.deployer_redstone.text_3": "Deshalb kann ein kurzes negatives Signal verwendet werden, um es genau einmal zu aktivieren", - - "create.ponder.depot.header": "Depos verwenden", - "create.ponder.depot.text_1": "Depos können als 'stationäre' Bandelemente verwendet werden", - "create.ponder.depot.text_2": "Rechtsklicke um manuell Items zu platzieren oder zu entfernen", - "create.ponder.depot.text_3": "Genau wie Mechanische Riemen, kann es verwendet werden um Items zum verarbeiten zu geben", - "create.ponder.depot.text_4": "...als auch Items für mechanische Arme zu geben", - - "create.ponder.display_board.header": "Anzeigetafeln verwenden", - "create.ponder.display_board.text_1": "Anzeigetafeln sind eine skalierbare Alternative zu Schildern", - "create.ponder.display_board.text_2": "Sie benötigen Rotationsenergie um zu funktionieren", - "create.ponder.display_board.text_3": "Text kann mithilfe eines Namenschildes angezeigt werden...", - "create.ponder.display_board.text_4": "...oder durch die verwendung eines Anzeige-Links", - "create.ponder.display_board.text_5": "Farben können auf individuelle Linien der Tafel verwendet werden", - "create.ponder.display_board.text_6": "Linien können resettet werden durch rechstklick mit einer leeren Hand", - - "create.ponder.display_link.header": "Anzeige-Links aufstellen", - "create.ponder.display_link.text_1": "Anzeige-Links können verwendet werden, um dynamische Informationen zu visualisieren", - "create.ponder.display_link.text_2": "Rechtsklicke als allererstes das Ziel-Display...", - "create.ponder.display_link.text_3": "...dann füge es dem Block hinzu, von welchem es lesen soll", - "create.ponder.display_link.text_4": "Öffne das Interface um auszuwählen und zu konfigurieren, was gesendet werden soll", - "create.ponder.display_link.text_5": "Das Display wird jetzt informationen vom Link erhalten", - "create.ponder.display_link.text_6": "Nicht jeder Block kann als eine Quelle fungieren", - "create.ponder.display_link.text_7": "Jeder kompatible Block gibt einzigartige Informationen", - "create.ponder.display_link.text_8": "Der Anzeige-Link kann mit verschiedenen Displays funktionieren", - - "create.ponder.display_link_redstone.header": "Redstone kontrolle", - "create.ponder.display_link_redstone.text_1": "Wenn durch Redstone gepowert, senden Anzeige-Links keine Updates mehr", - "create.ponder.display_link_redstone.text_2": "Wenn nicht mehr gepowert, wird der Timer resettet und neue Informationen werden sofort gesendet", - "create.ponder.display_link_redstone.text_3": "Signale die von der Quelle gesendet werden beeinflussen den Link nicht", - - "create.ponder.empty_blaze_burner.header": "Leere Lohenbrenner verwenden", - "create.ponder.empty_blaze_burner.text_1": "Rechtsklicke eine Lohe mit einem leeren Lohenbrenner um es zu fangen", - "create.ponder.empty_blaze_burner.text_2": "Alternativ können Lohen direkt vom Spawner gesammelt werden", - "create.ponder.empty_blaze_burner.text_3": "Du hast nun eine ideale Hitzequelle für verschiedenste Maschinen", - "create.ponder.empty_blaze_burner.text_4": "Für ästhetische Gründe kann ein leerer Lohenbrenner mit einem Feuerzeug angezündet werden", - "create.ponder.empty_blaze_burner.text_5": "Die Flamme kann mit hilfe eines Seelen-erfüllten Items transformiert werden", - "create.ponder.empty_blaze_burner.text_6": "Jedoch, ohne eine Lohe sind sie nicht für industrielles erhitzen geeignet", - - "create.ponder.encased_fluid_pipe.header": "Rohre ummanteln", - "create.ponder.encased_fluid_pipe.text_1": "Kupferrahmen können zum dekorieren von Rohren verwendet werden", - "create.ponder.encased_fluid_pipe.text_2": "Neben der Tatsache, dass sie umhüllt sind, sind Rohre in ihrer aktuellen Verbindungsart gesperrt", - "create.ponder.encased_fluid_pipe.text_3": "Es wird nicht weiter auf benachbarte Blöcke die platziert oder entfernt werden reagieren", - - "create.ponder.fan_direction.header": "Luftbewegung von ummantelten Lüftern", - "create.ponder.fan_direction.text_1": "Ummantelte Lüfter verwenden Rotationsenergie um einen Luftzug zu erzeugen", - "create.ponder.fan_direction.text_2": "Stärke und Richtung hängen vom eingang der Rotation ab", - - "create.ponder.fan_processing.header": "Items mit ummantelten Lüfter verarbeiten", - "create.ponder.fan_processing.text_1": "Wenn Luft durch Lava geht, wird sie aufgeheizt", - "create.ponder.fan_processing.text_2": "Items die im Bereich landen werden geschmolzen", - "create.ponder.fan_processing.text_3": "Nahrungsitems welche hier reingworfen werden, werden vernichtet", - "create.ponder.fan_processing.text_4": "Stattdessen sollte ein Setup mit Lagerfeuer zum Räuchern verwendet werden", - "create.ponder.fan_processing.text_5": "Luft welche durch Wasser geht, erzeugt ein Wasch-Setup", - "create.ponder.fan_processing.text_6": "Einige neue Verarbeitungsoptionen können damit gemacht werden", - "create.ponder.fan_processing.text_7": "Die Geschwindigkeit des Lüfters hat KEINEN Einfluss auf die Verarbeitungsgeschwindigkeit, sondern nur auf die Reichweite", - "create.ponder.fan_processing.text_8": "Lüfter verarbeitung kann auch auf Items auf Depos und Förderbändern angewendet werden", - - "create.ponder.fluid_pipe_flow.header": "Flüssigkeiten mit Kupferrohren bewegen", - "create.ponder.fluid_pipe_flow.text_1": "Rohre können zwei oder mehr Flüssigkeitsquellen und -ziele verbinden", - "create.ponder.fluid_pipe_flow.text_2": "Mit einem Schraubenschlüssel können gerade Rohrabschnitte ein Fenster erhalten", - "create.ponder.fluid_pipe_flow.text_3": "Rohre mit Fenstern vebinden sich nicht mit parallel liegenden Rohren", - "create.ponder.fluid_pipe_flow.text_4": "Durch mechanische Pumpen angetrieben kann ein Rohr Flüssigkeiten transportieren", - "create.ponder.fluid_pipe_flow.text_5": "Keine Flüssigkeit ist zuerst extrahiert", - "create.ponder.fluid_pipe_flow.text_6": "Sobald die bewegung die enden verbindet, wird deren Inhalt langsam übertragen", - "create.ponder.fluid_pipe_flow.text_7": "Darum enthalten die Rohrblöcke selbst nie 'physisch' irgendwelche Flüssigkeiten", - - "create.ponder.fluid_pipe_interaction.header": "Flüssigkeitstanks leeren und füllen", - "create.ponder.fluid_pipe_interaction.text_1": "Die enden eines Rohrnetzwerks können mit einer vielzahl von Blöcken interagieren", - "create.ponder.fluid_pipe_interaction.text_2": "Jeder Block mit Flüssigkeitslager Fähigkeit kann gefüllt oder geleert werden", - "create.ponder.fluid_pipe_interaction.text_3": "Quellblöcke direkt vor einem offenen Ende können aufgenommen werden...", - "create.ponder.fluid_pipe_interaction.text_4": "...während das verschütten in einen leeren Bereich eine Flüssigkeitsquelle erzeugen kann", - "create.ponder.fluid_pipe_interaction.text_5": "Rohre können auch Flüssigkeiten direkt von einer Hand voll anderer Blöcke extrahieren", - - "create.ponder.fluid_tank_sizes.header": "Dimensionen eines Flüssigkeitstanks", - "create.ponder.fluid_tank_sizes.text_1": "Flüssigkeitstanks können kombiniert werden um deren totale Kapazität zu erhöhen", - "create.ponder.fluid_tank_sizes.text_2": "Deren Grundriss kann bis zu 3 Blöcke weit sein...", - "create.ponder.fluid_tank_sizes.text_3": "...und kann in der Höhe um bis zu 30 weitere Schichten wachsen", - "create.ponder.fluid_tank_sizes.text_4": "Mit einem Schraubenschlüssel kann das Fenster des Tanks entfernt/angezeigt werden", - - "create.ponder.fluid_tank_storage.header": "Flüssigkeiten im Flüssigkeitstanks lagern", - "create.ponder.fluid_tank_storage.text_1": "Flüssigkeitstanks können verwendet werden, um grosse Mengen an Flüssigkeiten zu lagern", - "create.ponder.fluid_tank_storage.text_2": "Rohrnetzwerke können Flüssigkeiten von jeder Seite an Tank geben oder von ihm nehmen", - "create.ponder.fluid_tank_storage.text_3": "Die enthaltene Flüssigkeit kann mit einem Komperator gemessen werden", - "create.ponder.fluid_tank_storage.text_4": "Jedoch können Flüssigkeiten nicht im Überlebensmodus manuell gegeben oder entnommen werden", - "create.ponder.fluid_tank_storage.text_5": "Du kannst Becken, Abflüsse und Ausgüsse verwenden um Flüssigkeit enthaltene Items zu leeren oder zu füllen", - - "create.ponder.funnel_compat.header": "Trichterkompatibilität", - "create.ponder.funnel_compat.text_1": "Trichter können wunderbar mit einer Hand voller anderen Komponenten interagieren.", - "create.ponder.funnel_compat.text_2": "Vertikale Sägen", - "create.ponder.funnel_compat.text_3": "Depos", - "create.ponder.funnel_compat.text_4": "Abflüsse", - - "create.ponder.funnel_direction.header": "Übertragungsrichtung", - "create.ponder.funnel_direction.text_1": "Wenn normal platziert, nimmt es Items vom Inventar.", - "create.ponder.funnel_direction.text_2": "Platziert während man schleicht, platziert es Items in das Inventar.", - "create.ponder.funnel_direction.text_3": "Mit einem Schraubenschlüssel kann die Richtung nach dem platzieren geändert werden.", - "create.ponder.funnel_direction.text_4": "Selbige Regeln gelten für die meisten Ausrichtungen.", - "create.ponder.funnel_direction.text_5": "Trichter auf Förderbändern extrahieren/fügen ein, bassierend auf dessen Bewegungsrichtung.", - - "create.ponder.funnel_intro.header": "Trichter verwenden", - "create.ponder.funnel_intro.text_1": "Trichter sind ideal um Items von/zu Inventaren zu transferieren.", - - "create.ponder.funnel_redstone.header": "Redstonekontrolle", - "create.ponder.funnel_redstone.text_1": "Redstoneenergie stoppt Trichter vom agieren", - - "create.ponder.funnel_transfer.header": "Direkter transfer", - "create.ponder.funnel_transfer.text_1": "Trichter können niemals Items zwischen geschlossenen Inventaren direkt transferieren.", - "create.ponder.funnel_transfer.text_2": "Rinnen oder schlaue Rinnen sind für solche dinge besser geeignet.", - "create.ponder.funnel_transfer.text_3": "Selbiges gilt auch für horizontale Bewegungen. Ein Förderband sollte hier aushelfen können.", - - "create.ponder.gantry_carriage.header": "Portalkranwagen verwenden", - "create.ponder.gantry_carriage.text_1": "Portalkranwagen können an Portalkranachsen angebracht und an dieser entlang geführt werden.", - "create.ponder.gantry_carriage.text_2": "Portalkonstruktionen können angebrachte Blöcke bewegen.", - - "create.ponder.gantry_cascaded.header": "Kaskadenportale", - "create.ponder.gantry_cascaded.text_1": "Portalkranachsen verbinden sich mit einem Portalkranwagen ohne die verwendung von Sekundenkleber", - "create.ponder.gantry_cascaded.text_2": "Selbiges gilt auch für Portalkranwagen auf sich bewegenden Portalkranachsen", - "create.ponder.gantry_cascaded.text_3": "So kann ein Portalsystem erstellt werden um mehrere Achsen abzudecken", - - "create.ponder.gantry_direction.header": "Portal Bewegungsrichtung", - "create.ponder.gantry_direction.text_1": "Portalkranachsen können gegenseitige orientierungen haben", - "create.ponder.gantry_direction.text_2": "Die bewegungen der Kranwagen hängt von der Orientierung deren Achse ab", - "create.ponder.gantry_direction.text_3": "...als auch der rotationsrichtung der Achse", - "create.ponder.gantry_direction.text_4": "Selbiges gilt auch für weitergeleitete Rotation", - - "create.ponder.gantry_redstone.header": "Portal Energieweiterleitung: Gantry Power Propagation", - "create.ponder.gantry_redstone.text_1": "Redstone-gepowerte Portalkranachsen stoppen die bewegung ihrer Portalkranwagen", - "create.ponder.gantry_redstone.text_2": "Und leitet stattdessen die Rotationsenergie and die Ausgangswellen der Portalkranwagen weiter", - - "create.ponder.gantry_shaft.header": "Portalkranachsen verwenden", - "create.ponder.gantry_shaft.text_1": "Portalkranachsen bilden die Basis eines Portalkran-Setups. Angebrache Portalkranwagen bewegen sich auf dieser.", - "create.ponder.gantry_shaft.text_2": "Portalkran-Setups können verbundene Blöcke bewegen.", - - "create.ponder.gearbox.header": "Rotationsenergie mit Getriebe weiterleiten", - "create.ponder.gearbox.text_1": "Zwischen Achsen wechseln kann schnell sperrig werden", - "create.ponder.gearbox.text_2": "Ein Getriebe ist die kompaktere Alternative zu diesem Setup", - "create.ponder.gearbox.text_3": "Wellen um die Ecken herum rotieren in gespiegelte Richtungen", - "create.ponder.gearbox.text_4": "Gerade verbindungen werden invertiert", - - "create.ponder.gearshift.header": "Rotationsenergie mit Gangschaltung kontrollieren", - "create.ponder.gearshift.text_1": "Gangschaltungen geben rotation in einer geraden Linie weiter", - "create.ponder.gearshift.text_2": "Wenn per Redstone gepowerd, wird die rotations invertiert", - - "create.ponder.hand_crank.header": "Rotationsenergie mit Handkurbeln erzeugen", - "create.ponder.hand_crank.text_1": "Handkurbeln können von Spielern verwendet werden, um manuell Rotationsenergie anzuwenden", - "create.ponder.hand_crank.text_2": "Halte Rechtsklick um es gegen den Uhrzeigersinn zu drehen", - "create.ponder.hand_crank.text_3": "Die gegebene Geschwindigkeit ist relativ hoch", - "create.ponder.hand_crank.text_4": "Schleiche und halte Rechtsklick um es im Uhrzeigersinn zu drehen", - - "create.ponder.hose_pulley.header": "Quellen füllen und leeren mit Schlauchrollen", - "create.ponder.hose_pulley.text_1": "Schlauchrollen können verwendet werden, um grosse Bereiche mit Flüssigkeit zu leeren oder zu füllen", - "create.ponder.hose_pulley.text_2": "Mit kinetischem Input kann die Höhe des Schlauchs der Umlenkrolle kontrolliert werden", - "create.ponder.hose_pulley.text_3": "Die Umlenkrolle zieht zurück, während der Rotationsinput invertiert ist", - "create.ponder.hose_pulley.text_4": "Auf der gegenüberliegenden Seite können Rohre angebracht werden", - "create.ponder.hose_pulley.text_5": "Angebrachte Rohrnetzwerke können entweder dem Schlauch Flüssigkeiten geben...", - "create.ponder.hose_pulley.text_6": "...oder von dieser nehme und dabei den Pool leeren", - "create.ponder.hose_pulley.text_7": "Füll- und Leergeschwindigkeit hängt von der Durchflussrate des Flüssigkeitsnetzwerkes ab", - - "create.ponder.hose_pulley_infinite.header": "Grosse Bereiche passiv mit Flüssigkeit füllen oder Leeren", - "create.ponder.hose_pulley_infinite.text_1": "Wenn eine Schlauchrolle in einem Ozean der gross genug ist platziert wird...", - "create.ponder.hose_pulley_infinite.text_2": "Wird es Flüssigkeiten geben/entfernen ohne die Quelle zu beeinflussen", - "create.ponder.hose_pulley_infinite.text_3": "Rohrnetzwerke können endloss Flüssigkeit von/zu solchen Schlauchrollen nehmen/geben", - - "create.ponder.hose_pulley_level.header": "Füll- und Leerlevel einer Schlauchrolle", - "create.ponder.hose_pulley_level.text_1": "Die Schlauchrolle kann nicht funktionieren, während sie komplett eingezogen ist", - "create.ponder.hose_pulley_level.text_2": "Leeren bewegt sich von oben nach unten", - "create.ponder.hose_pulley_level.text_3": "Die Oberfläche wird genau unter dem ende des Schlauchs sein", - "create.ponder.hose_pulley_level.text_4": "Füllen bewegt sich von unten nach oben", - "create.ponder.hose_pulley_level.text_5": "Der gefüllte Pool wird nicht über dem ende der Schlauchrolle wachsen", - - "create.ponder.item_drain.header": "Flüssigkeitscontainer mit Abflüssen leeren", - "create.ponder.item_drain.text_1": "Abflüsse können Flüssigkeiten von Items extrahieren", - "create.ponder.item_drain.text_2": "Rechtsklicke um die Flüssigkeit deines Items in den Abfluss zu schütten", - "create.ponder.item_drain.text_3": "Wenn Items von der Seite eingeführt werden...", - "create.ponder.item_drain.text_4": "...rollen sie über den Abfluss und entleeren dabei Ihre enthaltene Flüssigkeit", - "create.ponder.item_drain.text_5": "Rohrnetzwerke können nun Flüssigkeiten von dem internen Puffer des Abflusses ziehen", - - "create.ponder.item_vault_sizes.header": "Dimensionen eines Gegenstandstresores", - "create.ponder.item_vault_sizes.text_1": "Gegenstandstresore können kombiniert werden um deren totale Kapazität zu erhöhen", - "create.ponder.item_vault_sizes.text_2": "Ihr Standardwürfel kann bis zu 3 Blöcke breit sein...", - "create.ponder.item_vault_sizes.text_3": "...und bis zu 3x länger als ihr Durchschnitt sein", - - "create.ponder.item_vault_storage.header": "Items in Gegenstandstresoren lagern", - "create.ponder.item_vault_storage.text_1": "Gegenstandstresore können verwendet werden, um grosse Mengen an Items zu lagern", - "create.ponder.item_vault_storage.text_2": "Jedoch können Inhalte nicht manuell hinzugefügt oder entfernt werden", - "create.ponder.item_vault_storage.text_3": "Jegliche Komponente zum Item-Transfer kann sowohl Gegenstände einfügen...", - "create.ponder.item_vault_storage.text_4": "...als auch entnehmen vom Container", - - "create.ponder.large_cogwheel.header": "Rotationsenergie mit grossen Zahnrädern weiterleiten", - "create.ponder.large_cogwheel.text_1": "Grosse Zahnräder können sich in rechten Winkeln verbinden", - "create.ponder.large_cogwheel.text_2": "Es kann helfen, geschwindigkeit auf andere Achsen zu übertragen", - - "create.ponder.linear_chassis_attachment.header": "Blöcke mit Schubgerüst anbringen", - "create.ponder.linear_chassis_attachment.text_1": "Die offenen Seiten eines Schubgerüstes können klebrig gemacht werden", - "create.ponder.linear_chassis_attachment.text_2": "Klicke nochmal, um die andere Seite ebenfalls klebrig zu machen", - "create.ponder.linear_chassis_attachment.text_3": "Schleiche und Rechtsklicke mit einer leeren Hand um den Schleim zu entfernen", - "create.ponder.linear_chassis_attachment.text_4": "Klebrige Seiten eines Schubgerüstes werden eine Linie an Blöcken vor ihnen verbinden", - "create.ponder.linear_chassis_attachment.text_5": "Mit dem Schraubenschlüssel kann eine Präzise grösse für dieses Chasis eingestellt werden", - "create.ponder.linear_chassis_attachment.text_6": "Hält man STRG und scrollt verändert man die grösse aller verbundenen Chasis Blöcke", - "create.ponder.linear_chassis_attachment.text_7": "Das anbringen von Blöcken auf jeder anderen Seite benötigt die verwendung von Sekundenkleber", - "create.ponder.linear_chassis_attachment.text_8": "Durch das verwenden diese Mechaniken können Strukturen jeder Art als eine Vorrichtung bewegt werden", - - "create.ponder.linear_chassis_group.header": "Schubgerüste in einer Gruppe bewegen", - "create.ponder.linear_chassis_group.text_1": "Schubgerüste verbinden sich mit identischen Chasis Blöcken direkt neben ihnen", - "create.ponder.linear_chassis_group.text_2": "Wenn einer von einer Vorrichtung bewegt wird, werden die anderen mitgezogen", - "create.ponder.linear_chassis_group.text_3": "Chasis eines anderen Typs oder die in eine andere Richtung schauen, verbinden sich nicht", - - "create.ponder.mechanical_arm.header": "Mechanische Arme einrichten", - "create.ponder.mechanical_arm.text_1": "Mechanische Arme müssen ihre Ein- und Ausgaben zugewiesen bekommen, bevor sie platziert werden", - "create.ponder.mechanical_arm.text_2": "Rechtsklicke Inventare, während du den Arm hälst, um diese als Ziel zu markieren", - "create.ponder.mechanical_arm.text_3": "Rechtsklicke erneut um zwischen Eingabe (Blau) und Ausgabe (Orange) zu wechseln", - "create.ponder.mechanical_arm.text_4": "Linksklicke Komponenten um ihre Auswahl zu entfernen", - "create.ponder.mechanical_arm.text_5": "Sobald platziert, wird der Arm die vorher ausgewählten Blöcke anvisieren", - "create.ponder.mechanical_arm.text_6": "Sie können jede Anzahl an Ein- und Ausgaben in ihrem Radius haben", - "create.ponder.mechanical_arm.text_7": "Jedoch kann nicht mit jedem Inventar direkt interagiert werden", - "create.ponder.mechanical_arm.text_8": "Trichter und Depos können helfe, diese Lücke zu überbrücken", - - "create.ponder.mechanical_arm_filtering.header": "Ausgaben des Mechanischen Arms filtern", - "create.ponder.mechanical_arm_filtering.text_1": "Eingaben", - "create.ponder.mechanical_arm_filtering.text_2": "Ausgaben", - "create.ponder.mechanical_arm_filtering.text_3": "Manchmal ist es erwünscht Ziele eines Armes zu limitieren durch das verwenden eines Filters", - "create.ponder.mechanical_arm_filtering.text_4": "Mechanische Arme selbst bieten keine Option für Filter", - "create.ponder.mechanical_arm_filtering.text_5": "Messingtrichte jedoch kommunizieren ihren eigenen Filter mit dem Arm", - "create.ponder.mechanical_arm_filtering.text_6": "Der Arm ist schlaug genug um nicht Items aufzunehmen, welche es nicht verteilen kann", - - "create.ponder.mechanical_arm_modes.header": "Verteilmodi des Mechanischen Arms", - "create.ponder.mechanical_arm_modes.text_1": "Eingang", - "create.ponder.mechanical_arm_modes.text_2": "Ausgaben", - "create.ponder.mechanical_arm_modes.text_3": "Wann immer ein Arm zwischen mehreren gültigen Ausgäben wählen kann...", - "create.ponder.mechanical_arm_modes.text_4": "...wird es basierend auf seinen Einstellungen agieren", - "create.ponder.mechanical_arm_modes.text_5": "Das scrollen mit einem Schraubenschlüssel erlaubt dir, dies zu konfigurieren", - "create.ponder.mechanical_arm_modes.text_6": "Der 'Round Robin' Modus geht einfach durch alle Ausgaben, welche verfügbar sind, durch", - "create.ponder.mechanical_arm_modes.text_7": "Wenn eine Ausgabe nicht in der Lage ist, mehr Items aufzunehem, wird er übersprungen", - "create.ponder.mechanical_arm_modes.text_8": "'Gezwungener Round Robbin' wird nie eine Ausgabe überspringen und wartet stattdessen bis diese frei sind", - "create.ponder.mechanical_arm_modes.text_9": "'Bevorzuge erstes Ziel' priorisiert das erste Ziel, welches ausgewählt wurde, wenn man den Arm konfiguriert hatte", - - "create.ponder.mechanical_arm_redstone.header": "Mechanische Arme mit Redstone kontrollieren", - "create.ponder.mechanical_arm_redstone.text_1": "Wenn durch Redstone gepowerd, aktivieren mechanische Arme nicht", - "create.ponder.mechanical_arm_redstone.text_2": "Bevor sie stoppen, beenden sie bereits gestartete Cyclen", - "create.ponder.mechanical_arm_redstone.text_3": "Deshalb kann ein kurzes, negatives Signal verwendet werden um genau einen Cyclus zu starten", - - "create.ponder.mechanical_bearing.header": "Strukturen mit mechanischem Lager bewegen", - "create.ponder.mechanical_bearing.text_1": "Mechanische Lager verbinden sich mit dem Block vor ihnen", - "create.ponder.mechanical_bearing.text_2": "Beim erhalt von Rotationsenergie, kombiniert er diese in eine rotierende Vorrichtung", - - "create.ponder.mechanical_crafter.header": "Mechanische Handwerkseinheit einrichten", - "create.ponder.mechanical_crafter.text_1": "Eine Reihe von Mechanischen Handwerkseinheiten kann verwendet werden, um jedes Baurezept zu automatisieren", - "create.ponder.mechanical_crafter.text_2": "Durch das verwenden eines Schraubenschlüssels kann der Pfad der Handwerkseinheit geändert werden", - "create.ponder.mechanical_crafter.text_3": "Für ein gültiges Setup müssen alle Pfade in einen einzigen Ausgang an einer Seite münden", - "create.ponder.mechanical_crafter.text_4": "Die Ausgaben werden ins Inventar am Ende des Pfades platziert", - "create.ponder.mechanical_crafter.text_5": "Mechanische Handwerkseinheiten benötigen Rotationsenergie zum funktionieren", - "create.ponder.mechanical_crafter.text_6": "Rechtsklicke die vorderseite um Items manuell einzufügen", - "create.ponder.mechanical_crafter.text_7": "Sobald jeder Slot eines Pfads ein Item enthält beginst der Bauprozess", - "create.ponder.mechanical_crafter.text_8": "Für Rezepte welche nicht das komplette Setup füllen, kann ein Start mit einem Redstonesignal erzwungen werden", - - "create.ponder.mechanical_crafter_connect.header": "Inventare von Handwerkseinheiten verbinden", - "create.ponder.mechanical_crafter_connect.text_1": "Items können automatisch in Handwerkseinheiten eingeführt werden", - "create.ponder.mechanical_crafter_connect.text_2": "Das verwenden des Schraubenschlüssels auf der Rückseite ermöglicht das verbinden von Eingaben der Handwerkseinheiten", - "create.ponder.mechanical_crafter_connect.text_3": "Alle verbundenen Handwerkseinheiten können nun über die selbe Eingabe befüllt werden", - - "create.ponder.mechanical_crafter_covers.header": "Slots von mechanischen Handwerkseinheiten abdecken", - "create.ponder.mechanical_crafter_covers.text_1": "Einige Rezepte benötigen zusätzliche Handwerkseinheiten, um Lücken im Pfad zu überspringen", - "create.ponder.mechanical_crafter_covers.text_2": "Durch verwenden einer Slot Abdeckung können Handwerkseinheiten als leere Slots agieren", - "create.ponder.mechanical_crafter_covers.text_3": "Geteilte Eingaben, welche mit dem Schraubenschlüssel gemacht wurden, können auch über abgedeckte Handwerkseinheiten gehen", - - "create.ponder.mechanical_drill.header": "Blöcke mit mechanischem Bohrer zerstören", - "create.ponder.mechanical_drill.text_1": "Beim erhalt von Rotationsenergie zerstören mechanische Bohrer den Block direkt vor ihnen", - "create.ponder.mechanical_drill.text_2": "Die Abbaugeschwindigkeit hängt von der Rotationsgeschwindigkeit ab", - - "create.ponder.mechanical_drill_contraption.header": "Mechanische Bohrer auf Vorrichtungen verwenden", - "create.ponder.mechanical_drill_contraption.text_1": "Wann immer mechanische Bohrer als teil einer animierten Vorrichtung bewegt werden...", - "create.ponder.mechanical_drill_contraption.text_2": "...zerstören sie Blöcke, in welche die Vorrichtung sie reinfährt", - - "create.ponder.mechanical_harvester.header": "Mechanische Erntemaschinen auf Vorrichtungen verwenden", - "create.ponder.mechanical_harvester.text_1": "Wann immer mechanische Erntemaschinen als teil einer animierten Vorrichtung bewegt werden...", - "create.ponder.mechanical_harvester.text_2": "...ernten und bepflanzen sie jede voll gewachsene Pflanze auf ihrem Weg", - - "create.ponder.mechanical_mixer.header": "Items mit mechanischem Mixer verarbeiten", - "create.ponder.mechanical_mixer.text_1": "Mit einem Mixer und einem Becken können bestimmte Craftingrezepte automatisiert werden", - "create.ponder.mechanical_mixer.text_2": "Verfügbare Rezepte enthalten jedes formlose Craftingrezept sowie ein paar extra", - "create.ponder.mechanical_mixer.text_3": "Einige Rezepte benötigen das verwenden von Hitze eines Lohenbrenners", - "create.ponder.mechanical_mixer.text_4": "Der Filterslot kann verwndet werden, in Fällen wo zwei Rezepte konflikte haben.", - - "create.ponder.mechanical_piston.header": "Strukturen mit mechanischem Kolben bewegen", - "create.ponder.mechanical_piston.text_1": "Mechanische Kolben können Blöcke vor ihnen bewegen", - "create.ponder.mechanical_piston.text_2": "Geschwindigkeit und Richtung hängen von der Rotationsenergie und -richtung ab", - "create.ponder.mechanical_piston.text_3": "Klebrige mechanische Kolben können verbundene Blöcke zurückziehen", - - "create.ponder.mechanical_piston_modes.header": "Bewegungsmodi des mechanischen Kolbens", - "create.ponder.mechanical_piston_modes.text_1": "Wann immer Kolben aufhören sich zu bewegen, wird die bewegte Struktur wieder zu Blöcken", - "create.ponder.mechanical_piston_modes.text_2": "Es kann konfiguriert werden, dass die Struktur nie wieder zu Blöcken wird, oder nur wenn wieder in der Position, in welcher sie gestartet ist", - - "create.ponder.mechanical_plough.header": "Mechanische Pflüge auf Vorrichtungen verwenden", - "create.ponder.mechanical_plough.text_1": "Wann immer mechanische Pflüge als teil einer animiartern Vorrichtung bewegt werden...", - "create.ponder.mechanical_plough.text_2": "...zerstören sie Bköcke ohne eine solide Hitbox", - "create.ponder.mechanical_plough.text_3": "Zusätzlich können Pflüge auch Ackerboden erstellen", - "create.ponder.mechanical_plough.text_4": "...sie können auch Kreaturen wegschleudern, ohnen ihnen zu schaden", - - "create.ponder.mechanical_press.header": "Items mit der mechanische Presse verarbeiten", - "create.ponder.mechanical_press.text_1": "Die mechanische Presse kann Items unterhalb von ihr verarbeiten", - "create.ponder.mechanical_press.text_2": "Die Items können unter die Presse geworfen oder auf ein Depot unterhalb dieser platziert werden", - "create.ponder.mechanical_press.text_3": "Wenn Items auf einem Förderband gegeben werden...", - "create.ponder.mechanical_press.text_4": "Wird die Presse diese anhalten und automatisch verarbeiten", - - "create.ponder.mechanical_press_compacting.header": "Items komprimieren mit der mechanischen Presse", - "create.ponder.mechanical_press_compacting.text_1": "Das pressen von Items in einem Becken komprimiert diese", - "create.ponder.mechanical_press_compacting.text_2": "Komprimieren enthält alle vollen 2x2 oder 3x3 Craftingrezepte, sowie einige extra", - "create.ponder.mechanical_press_compacting.text_3": "Einige dieser Rezepte benötigen eventuell die Hitze eines Lohenbrenners", - "create.ponder.mechanical_press_compacting.text_4": "Der Filterslot kann verwendet werden, sollten zwei Rezepte in konflikt stehen.", - - "create.ponder.mechanical_pump_flow.header": "Flüssigkeitstransport mit der mechanischen Pumpe", - "create.ponder.mechanical_pump_flow.text_1": "Mechanische Pumpen steuern den fluss eines angehängten Rohrnetzwerkes", - "create.ponder.mechanical_pump_flow.text_2": "Wenn angetrieben, zeigt ihr Pfeil die Fliessrichtung an", - "create.ponder.mechanical_pump_flow.text_3": "Das Netzwerk dahinter zieht nun Flüssigkeiten...", - "create.ponder.mechanical_pump_flow.text_4": "...während das Netzwerk davor es nach aussen verteilt", - "create.ponder.mechanical_pump_flow.text_5": "Das invertieren der Rotation invertiert die Fliessrichtung", - "create.ponder.mechanical_pump_flow.text_6": "Verwende einen Schraubenschlüssel um die Orientierung manuall zu invertieren", - - "create.ponder.mechanical_pump_speed.header": "Durchsatz der mechanischen Pumpe", - "create.ponder.mechanical_pump_speed.text_1": "Unabhängig von der Geschwindigkeit beeinflussen mechanische Pumpen verbundene Rohre bis zu 16 Blöcke entfernt", - "create.ponder.mechanical_pump_speed.text_2": "Das erhöhen der Rotationsgeschwindigkeit erhöht die Flüssigkeitsausbreitung...", - "create.ponder.mechanical_pump_speed.text_3": "...sowie die Geschwindigkeit des Flüssigkeitstransfers", - "create.ponder.mechanical_pump_speed.text_4": "Pumpen können ihren Durchsatz in geteilten Rohrnetzwerken kombinieren", - "create.ponder.mechanical_pump_speed.text_5": "Das abwechseln der Orientierung kann beim ausrichtung ihrer Fliessrichtung helfen", - - "create.ponder.mechanical_saw_breaker.header": "Bäume mit mechanischer Säge fällen", - "create.ponder.mechanical_saw_breaker.text_1": "Wenn Rotationsenergie gegeben wird, kann eine mechanische Säge Bäume direkt vor ihnen fällen", - "create.ponder.mechanical_saw_breaker.text_2": "Um den kompletten Baum zu fällen, muss die Säge den letzten Block, welcher es mit dem Boden verbindet, zerstören", - - "create.ponder.mechanical_saw_contraption.header": "Mechanische Sägen auf Vorrichtungen verwenden", - "create.ponder.mechanical_saw_contraption.text_1": "Wann immer Sägen als teil einer animierten Vorrichtung bewegt werden...", - "create.ponder.mechanical_saw_contraption.text_2": "...fällen sie jeden Baum in welche die Vorrichtung sie fährt", - - "create.ponder.mechanical_saw_processing.header": "Items auf der mechanischen Säge verarbeiten", - "create.ponder.mechanical_saw_processing.text_1": "Nach oben schauende mechanische Sägen können eine vielzahl an Items verarbeiten", - "create.ponder.mechanical_saw_processing.text_2": "Die verarbeiteten Items bewegen sich immer entgegen der Rotationsrichtung der Säge", - "create.ponder.mechanical_saw_processing.text_3": "Sägen können in linie mit Förderbändern arbeiten", - "create.ponder.mechanical_saw_processing.text_4": "Wenn eine Zutat mehrere mögliche Resultate hat kann der Filterslot dieses bestimmen", - "create.ponder.mechanical_saw_processing.text_5": "Ohne Filter wird die Säge alle Resultate gehen", - - "create.ponder.millstone.header": "Items im Mahlstein verarbeiten", - "create.ponder.millstone.text_1": "Mahlsteine verarbeiten Items in dem sie sie zerkleinern", - "create.ponder.millstone.text_2": "Sie können von der Seite mit Zahnrädern angetrieben werden", - "create.ponder.millstone.text_3": "Werf oder führe Items in der Oberseite ein", - "create.ponder.millstone.text_4": "Nach einiger Zeit können die Resultate per Rechtsklick entnommen werden", - "create.ponder.millstone.text_5": "Die Ausgaben können auch per automation entnommen werden", - - "create.ponder.nixie_tube.header": "Nixie-Röhren verwenden", - "create.ponder.nixie_tube.text_1": "Wenn durch Redstone gepowered, zeigen Nixie-Röhren die Stärke des Redstonesignals an", - "create.ponder.nixie_tube.text_2": "Durch das verwenden von im Amboss umbenannte Namenschilder kann benutzerdefinierter Text angezeigt werden", - "create.ponder.nixie_tube.text_3": "Rechtsklicke mit Farbe um die Anzeigefarbe zu ändern", - - "create.ponder.piston_pole.header": "Kolbenverlängerungsstange", - "create.ponder.piston_pole.text_1": "Ohne angehängte Stangen kann ein mechanischer Kolben sich nicht bewegen", - "create.ponder.piston_pole.text_2": "Die Länge der am Ende angebrachten Stange bestimmt den Verlängerungsbereich", - - "create.ponder.portable_fluid_interface.header": "Flüssigkeitsaustausch von Vorrichtungen", - "create.ponder.portable_fluid_interface.text_1": "Auf Flüssigkeitstanks in sich bewegenden Vorrichtungen kann nicht durch Rohre zugegriffen werden", - "create.ponder.portable_fluid_interface.text_2": "Diese Komponente kann mit Flüssigkeitstanks interagieren, ohne die Vorrichtung stoppen zu müssen", - "create.ponder.portable_fluid_interface.text_3": "Platziere einen zweiten mit einem Abstand von 1 bis 2 Blöcken dazwischen", - "create.ponder.portable_fluid_interface.text_4": "Wann immer sie einander passieren, gehen sie eine Verbindung ein", - "create.ponder.portable_fluid_interface.text_5": "Während der Verbundung repräsentiert das stationäre Interface ALLE Tanks der Vorrichtung", - "create.ponder.portable_fluid_interface.text_6": "Flüssigkeiten können jetzt in die Vorrichtung eingeführt...", - "create.ponder.portable_fluid_interface.text_7": "...oder von ihr entfernt werden", - "create.ponder.portable_fluid_interface.text_8": "Nachdem keine Inhalte für eine Zeit ausgetauscht wurden, wird die Vorrichtung wieder ihrer wege gehen", - - "create.ponder.portable_storage_interface.header": "Lageraustausch von Vorrichtungen", - "create.ponder.portable_storage_interface.text_1": "Auf Inventare in sich bewegenden Vorrichtungen kann nicht von Spielern zugegriffen werden.", - "create.ponder.portable_storage_interface.text_2": "Diese Komponente kann mit dem Lager interagieren, ohne die Vorrichtung stoppen zu müssen.", - "create.ponder.portable_storage_interface.text_3": "Platziere einen zweiten mit einem Abstand von 1 bis 2 Blöcken dazwischen", - "create.ponder.portable_storage_interface.text_4": "Wann immer sie einander passieren, gehen sie eine Verbindung ein", - "create.ponder.portable_storage_interface.text_5": "Während der Verbundung repräsentiert das stationäre Interface ALLE Inventare der Vorrichtung", - "create.ponder.portable_storage_interface.text_6": "Items können jetzt in die Vorrichtung eingeführt...", - "create.ponder.portable_storage_interface.text_7": "oder von ihr entfernt werden", - "create.ponder.portable_storage_interface.text_8": "Nachdem keine Items für eine Zeit ausgetauscht wurden, wird die Vorrichtung wieder ihrer wege gehen", - - "create.ponder.portable_storage_interface_redstone.header": "Redstone-kontrolle", - "create.ponder.portable_storage_interface_redstone.text_1": "Redstoneenergie wird das verbinden von stationären Interfaces verhindern", - - "create.ponder.powered_latch.header": "Signale mit RS-Flipflop kontrollieren", - "create.ponder.powered_latch.text_1": "RS-Flipflops sind durch Redstone steuerbare Hebel", - "create.ponder.powered_latch.text_2": "Signale von der Rückseite aktivieren sie", - "create.ponder.powered_latch.text_3": "Signale von der Seite deaktivieren sie wieder", - "create.ponder.powered_latch.text_4": "RS-Flipflops können auch manuell umgeschalten werden", - - "create.ponder.powered_toggle_latch.header": "Signale mit T-Flipflop kontrollieren", - "create.ponder.powered_toggle_latch.text_1": "T-Flipflops sind durch Redstone steuerbare Hebel", - "create.ponder.powered_toggle_latch.text_2": "Signale von der Rückseite ändern ihren status", - "create.ponder.powered_toggle_latch.text_3": "...an und wieder aus", - "create.ponder.powered_toggle_latch.text_4": "T-Flipflops können auch manuell umgeschalten werden", - - "create.ponder.pulse_extender.header": "Signale mit Pulsverlängerer kontrollieren", - "create.ponder.pulse_extender.text_1": "Pulsverlängerer können ein durchlaufendes Signal verlängern", - "create.ponder.pulse_extender.text_2": "Sie aktivieren nach einer kurzen Verzögerung...", - "create.ponder.pulse_extender.text_3": "...und kühlen für die konfigurierte Dauer ab", - "create.ponder.pulse_extender.text_4": "Durch das verwenden des mausrads kann die Entladungszeit konfiguriert werden", - "create.ponder.pulse_extender.text_5": "Die konfigurierte Dauer kann bis zu 30 Minuten sein", - - "create.ponder.pulse_repeater.header": "Signale mit Pulsierendem Verstärker kontrollieren", - "create.ponder.pulse_repeater.text_1": "Pulsierende Verstärker geben einen kurzen Puls mit einer Verzögerung ab", - "create.ponder.pulse_repeater.text_2": "Durch das verwenden des mausrads kann die Ladezeit konfiguriert werden", - "create.ponder.pulse_repeater.text_3": "Die konfigurierte Dauer kann bis zu 30 Minuten sein", - - "create.ponder.radial_chassis.header": "Blöcke mit Drehgerüst anbringen", - "create.ponder.radial_chassis.text_1": "Drehgerüste verbinden sich mit identischen Chasisblöcken in einer Reihe", - "create.ponder.radial_chassis.text_2": "Wenn eines durch eine Vorrichtung bewegt wird, werden die anderen mitgezogen", - "create.ponder.radial_chassis.text_3": "Die Seiten eines Drehgerüstes können klebrig gemacht werden", - "create.ponder.radial_chassis.text_4": "Klicke erneut um alle anderen Seiten klebrig zu machen", - "create.ponder.radial_chassis.text_5": "Schleiche und Rechtsklicke mit einer leeren Hand um den Schleim zu entfernen", - "create.ponder.radial_chassis.text_6": "Wann immer ein Block direkt neben einer klebrigen Seite ist...", - "create.ponder.radial_chassis.text_7": "...wird es sich mit allen erreichbaren Blöcken innerhalb eines Radius in der selben Ebene verbinden", - "create.ponder.radial_chassis.text_8": "Mit dem Schraubenschlüssel kann ein genauer Radius für dieses Chasis eingestellt werden", - "create.ponder.radial_chassis.text_9": "Blöcke die nicht durch eine klebrige Seite erreichbar sind, verbinden sich nicht", - - "create.ponder.redstone_contact.header": "Redstone-Kontakte", - "create.ponder.redstone_contact.text_1": "Redstone-Kontakte die einander ansehen geben ein Redstonesignal ab", - "create.ponder.redstone_contact.text_2": "Dies gilt auch wenn eines davon ein teil einer sich bewegenden Vorrichtung ist", - - "create.ponder.redstone_link.header": "Redstone-Verbindungen verwenden", - "create.ponder.redstone_link.text_1": "Redstone-Verbindungen können Redstonesignale kabellos übertragen", - "create.ponder.redstone_link.text_2": "Schleich und Rechtsklicke um auf Empfangmodus zu wechseln", - "create.ponder.redstone_link.text_3": "Ein einfacher Rechtsklick mit einem Schraubenschlüssel macht dasselbe", - "create.ponder.redstone_link.text_4": "Empfänger übertragen die Redstonekraft von Sendern innerhalb von 128 Blöcken", - "create.ponder.redstone_link.text_5": "Platzieren von Items in den beiden Slots ermöglicht das spezifizieren einer Frequenz", - "create.ponder.redstone_link.text_6": "Nur Verbindungen mit passenden Frequenzen kommunizieren miteinander", - - "create.ponder.rope_pulley.header": "Strukturen mit Seilrollen bewegen", - "create.ponder.rope_pulley.text_1": "Seilrollen können Blöcke vertikal bewegen, wenn sie Rotationsenergie erhalten", - "create.ponder.rope_pulley.text_2": "Richtung und Geschwindigkeit hängen von der eingehenden Rotation ab", - - "create.ponder.rope_pulley_attachment.header": "Umlenkrollen als Teil einer Vorrichtung bewegen", - "create.ponder.rope_pulley_attachment.text_1": "Wann immer eine Umlenkrolle selbst von einer Vorrichtung bewegt wird...", - "create.ponder.rope_pulley_attachment.text_2": "...werden die angehängten Blöcke mit bewegt", - "create.ponder.rope_pulley_attachment.text_3": "Bedenke, dass Umlenkrollen nur bewegt werden können, während sie stillstehen", - - "create.ponder.rope_pulley_modes.header": "Bewegungsmodi der Seilrolle", - "create.ponder.rope_pulley_modes.text_1": "Wann immer eine Umlenkrolle stoppt, wird die bewegte Struktur wieder zu Blöcken", - "create.ponder.rope_pulley_modes.text_2": "Es kann konfiguriert werden, nie wieder zu Blöcken zu werden, oder nur wenn wieder an der Startposition", - - "create.ponder.rose_quartz_lamp.header": "Rosenquarzlampen", - "create.ponder.rose_quartz_lamp.text_1": "Rosenquarzlampen aktivieren bei einem Redstonesignal", - "create.ponder.rose_quartz_lamp.text_2": "Sie geben weiterhin Energie danach ab", - "create.ponder.rose_quartz_lamp.text_3": "Wenn mehrere Lampen in einer Gruppe arrangiert sind...", - "create.ponder.rose_quartz_lamp.text_4": "...wird das aktivieren einer Lampe das Signal darauf fokusieren und alle anderen ausschalten", - "create.ponder.rose_quartz_lamp.text_5": "Komperatoren geben ein Signal basierend auf der Distanz zur aktiven Lampe", - "create.ponder.rose_quartz_lamp.text_6": "Die Lampen können auch manuell per Schraubenschlüssel umgeschaltet werden", - - "create.ponder.rotation_speed_controller.header": "Den Rotationsgeschwindigkeitsregler verwenden", - "create.ponder.rotation_speed_controller.text_1": "Rotationsgeschwindigkeitsregler geben ihre rotation von ihrer Achse auf ein grosses Zahnrad über ihnen weiter", - "create.ponder.rotation_speed_controller.text_2": "Durch das vewenden des Scroll-Inputs auf der Seite kann die Geschwindigkeit eingestellt werden", - - "create.ponder.sail.header": "Windmühlen mit Segel zusammensetzen", - "create.ponder.sail.text_1": "Segel sind handliche Blöcke um damit Windmühlen zu erstellen", - "create.ponder.sail.text_2": "Sie verbinden sich mit Blöcken und sich selbst ohne das Sekundenkleber oder Chasis-Blöcke benötigt werden", - "create.ponder.sail.text_3": "Rechtsklicke mit Farbe um sie einzufärben", - "create.ponder.sail.text_4": "Rechtsklicke mit einer Schere um sie wieder zu Rahmen zu ändern", - - "create.ponder.sail_frame.header": "Windmühlen mit Segelrahmen zusammensetzen", - "create.ponder.sail_frame.text_1": "Segelrahmen sind handliche Blöcke um damit Windmühlen zu erstellen", - "create.ponder.sail_frame.text_2": "Sie verbinden sich mit Blöcken und sich selbst ohne das Sekundenkleber oder Chasis-Blöcke benötigt werden", - - "create.ponder.sequenced_gearshift.header": "Rotationsgeschwindigkeit mit Sequenziellen Gangschaltungen kontrollieren", - "create.ponder.sequenced_gearshift.text_1": "Seq. Gangschaltungen übertragen rotation indem sie einer Liste zeitlich bestimmten Abläufe folgen", - "create.ponder.sequenced_gearshift.text_2": "Rechtsklicke um das Konfigurationsmenü zu öffnen", - "create.ponder.sequenced_gearshift.text_3": "Beim erhalt eines Redstonesignals wird es seine konfigurierte Sequenz ausführen", - "create.ponder.sequenced_gearshift.text_4": "Wenn abgeschlossen, wartet es für das nächste Signal um wieder von vorne zu beginnen", - "create.ponder.sequenced_gearshift.text_5": "Ein Redstone Komperator kann verwendet werden, um den aktuellen Fortschritt abzulesen", - - "create.ponder.shaft.header": "Rotationsenergie mit Wellen weiterleiten", - "create.ponder.shaft.text_1": "Wellen geben Rotation in einer geraden Linie weiter.", - - "create.ponder.shaft_casing.header": "Wellen ummanteln", - "create.ponder.shaft_casing.text_1": "Messing oder Andesitrahmen können verwendet werden, um Wellen zu dekorieren", - - "create.ponder.smart_chute.header": "Items mit schlauer Rinne filtern", - "create.ponder.smart_chute.text_1": "Schlaue Rinnen sind vertikale Rinnen mit weiteren funktionen", - "create.ponder.smart_chute.text_2": "Items im Filterslot bestimmen, was genau extrahiert und transferiert werden kann", - "create.ponder.smart_chute.text_3": "Verwende das Mausrad um die entnommene Stackgrösse zu bestimmen", - "create.ponder.smart_chute.text_4": "Redstoneenergie verhindert schlaue Rinnen vom agieren.", - - "create.ponder.smart_pipe.header": "Fliessrichtung mit schlauen Rohren kontrollieren", - "create.ponder.smart_pipe.text_1": "Schlaue Rohre können helfen, den Fluss von bestimmten Flüssigkeitsarten zu kontrollieren", - "create.ponder.smart_pipe.text_2": "Wenn direkt an der Quelle platziert, können sie die Art der Flüssigkeit zum entnehmen bestimmen", - "create.ponder.smart_pipe.text_3": "Rechtsklicke den Filterslot mit einem Item, welches die gewünschte Flüssigkeit enthält", - "create.ponder.smart_pipe.text_4": "Wenn weiter weg von einem Rohrnetzwerk platziert, erlauben schlaue Rohre nur passenden Flüssigkeiten das passieren", - - "create.ponder.speedometer.header": "Kinetische informationen mit Tachometer überwachen", - "create.ponder.speedometer.text_1": "Der Tachometer zeigt die aktuelle Geschwindigkeit von angehängten Komponenten an", - "create.ponder.speedometer.text_2": "Wenn der Spieler die Ingineurbrille trägt, kann er detailiertere Informationen ablesen", - "create.ponder.speedometer.text_3": "Komperatoren können ein Redstonesignal abgeben, bassierend auf den Messungen des Tachometers", - - "create.ponder.spout_filling.header": "Items mit dem Ausguss füllen", - "create.ponder.spout_filling.text_1": "Der Ausguss kann Items, welche Flüssigkeiten halten können, unter sich füllen", - "create.ponder.spout_filling.text_2": "Auf den Inhalt eines Ausgusses kann nicht manuell zugegriffen werden", - "create.ponder.spout_filling.text_3": "Stattdessen können Rohre verwendet werden, um es mit Flüssigkeiten zu versorgen", - "create.ponder.spout_filling.text_4": "Das Eingabeitem kann auf einem Depot unterhalb des Ausgusses platziert werden", - "create.ponder.spout_filling.text_5": "Wenn Items auf einem Förderband gegeben werden...", - "create.ponder.spout_filling.text_6": "Wird der Ausguss diese Anhalten und automatisch verarbeiten", - - "create.ponder.stabilized_bearings.header": "Stabilisierte Konstruktionen", - "create.ponder.stabilized_bearings.text_1": "Wann immer mechanische Lager selbst teil einer sich bewegenden Struktur sind..", - "create.ponder.stabilized_bearings.text_2": "..werden sie versuchen, sich selbst aufrecht zu halten", - "create.ponder.stabilized_bearings.text_3": "Das Lager wird, wie zuvor, sich mit Blöcken vor ihm verbinden", - "create.ponder.stabilized_bearings.text_4": "Als ein Resultat wird die gesamte Sub-Vorrichtung aufrecht bleiben", - - "create.ponder.steam_engine.header": "Dampfmaschinen einrichten", - "create.ponder.steam_engine.text_1": "Dampfmaschinen können an Flüssigkeitstanks angebracht werden", - "create.ponder.steam_engine.text_10": "Lvl 4", - "create.ponder.steam_engine.text_11": "4 Maschinen", - "create.ponder.steam_engine.text_12": "Lvl 8", - "create.ponder.steam_engine.text_13": "8 Maschinen", - "create.ponder.steam_engine.text_2": "Das anklicken der Maschine mit einer Welle erstellt die Kinetische Ausgabe", - "create.ponder.steam_engine.text_3": "Mit genügent Hitze, Wasser und Boilergrösse...", - "create.ponder.steam_engine.text_4": "...generieren sie Rotationsenergie", - "create.ponder.steam_engine.text_5": "Der kleinste Aufbau benötigt 4 Flüssigkeitstanks", - "create.ponder.steam_engine.text_6": "Mit hilfe von Lohenbrennern kann die generierte Energie erhöht werden", - "create.ponder.steam_engine.text_7": "Grössere Energielevel benötigen mehr Wasser, grösse und Hitze", - "create.ponder.steam_engine.text_8": "Das aktuelle Energielevel des Boilers kann mit der Ingineursbrille gesehen werden", - "create.ponder.steam_engine.text_9": "Mit jedem weiteren Energielevel kann eine weitere Maschine bei voller Kapazität laufen", - - "create.ponder.steam_whistle.header": "Dampfpfeifen einrichten", - "create.ponder.steam_whistle.text_1": "Dampfpfeifen können auf Flüssigkeitstanks platziert werden", - "create.ponder.steam_whistle.text_2": "Wenn der Tank genügent Hitze erhält...", - "create.ponder.steam_whistle.text_3": "...wird die Pfeife eine Note spielen, wenn sie aktiviert wird", - "create.ponder.steam_whistle.text_4": "Verwende ein Pfeifenitem auf den Block, um die Tonhöhe tiefer zu machen", - "create.ponder.steam_whistle.text_5": "Wechsle zwischen 3 verschiedenen Oktaven mit dem Schraubenschlüssel", - "create.ponder.steam_whistle.text_6": "Die Ingineursbrille kann helfen, die richtige Tonhöhe für die Pfeife zu finden", - - "create.ponder.sticker.header": "Blöcke mit dem Ankleber anbringen", - "create.ponder.sticker.text_1": "Ankleber sind ideal für Redstonegesteuerte Vorrichtungen", - "create.ponder.sticker.text_2": "Wenn es ein Signal erhält, ändert es seinen Status", - "create.ponder.sticker.text_3": "Wenn es jetzt in einer Vorrichtung bewegt wird, wird der Block sich mit bewegen", - "create.ponder.sticker.text_4": "Schalte erneut um und der Block ist nicht länger angehängt", - - "create.ponder.stressometer.header": "Konetische Informationen mit dem Stressometer überwachen", - "create.ponder.stressometer.text_1": "Der Stressometer zeigt die aktuelle kinetische Stress-Auslastung des angehängten Netzwerkes an", - "create.ponder.stressometer.text_2": "Wenn der Spieler die Ingineurbrille trägt, kann er detailiertere Informationen ablesen", - "create.ponder.stressometer.text_3": "Komperatoren können ein Redstonesignal abgeben, bassierend auf den Messungen des Stressometers", - - "create.ponder.super_glue.header": "Blöcke mit Sekundenkleber anbringen", - "create.ponder.super_glue.text_1": "Sekundenkleber gruppiert Blöcke in eine bewegliche Vorrichtung zusammen", - "create.ponder.super_glue.text_2": "Das anklicken zweier Punkte erstellt einen neuen 'klebrigen' Bereich", - "create.ponder.super_glue.text_3": "Um eine Box zu entfernen, schlage sie mit dem Kleber-Item in der Hand", - "create.ponder.super_glue.text_4": "Aneinander liegende Blöcke, die sich einen Bereich teilen, ziehen einander mit", - "create.ponder.super_glue.text_5": "Sich überlappende Klebebereiche bewegen sich zusammen", - "create.ponder.super_glue.text_6": "Blöcke, die an anderen hängen, benötigen normallerweise keinen Kleber", - - "create.ponder.track_chunks.header": "Ungeladene Chunks überqueren", - "create.ponder.track_chunks.text_1": "Strecken bleiben ausserhalb von geladenen Chunks funktional", - "create.ponder.track_chunks.text_2": "Züge fajrem durch inaktive Bereiche ohne probleme", - "create.ponder.track_chunks.text_3": "Sie bleiben weiterhin an Bahnhöfen oder roten Signalen stehen", - "create.ponder.track_chunks.text_4": "Jedoch werden Bohrer oder andere On-Board Maschinen nicht funktionieren", - "create.ponder.track_chunks.text_5": "Sobald es nahe bei einem Spieler ist, wird der Zug wieder auftauchen", - - "create.ponder.track_observer.header": "Züge erkennen", - "create.ponder.track_observer.text_1": "Wähle ein Gleis aus und platziere den Zugbeobachter in der nähe", - "create.ponder.track_observer.text_2": "Der Zugbeobachter wird jeden Zug erkennen, welcher über die Markierung fährt", - "create.ponder.track_observer.text_3": "Zugbeobachter können gefiltert werden um bei passender Fracht zu aktivieren", - - "create.ponder.track_placement.header": "Gleise platzieren", - "create.ponder.track_placement.text_1": "Eine neue Art von Gleis, gemacht für Zugvorrichtungen", - "create.ponder.track_placement.text_2": "Um mehrere Gleise auf einmal zu platzieren, klicke auf ein existierendes Gleis", - "create.ponder.track_placement.text_3": "Dann platziere oder wähle ein zweites Gleis aus", - "create.ponder.track_placement.text_4": "Gleise können auch als Kurven oder Abhänge platziert werden", - "create.ponder.track_placement.text_5": "Wenn verbunden, versuchen Gleise jede drehung gleich gross zu machen", - "create.ponder.track_placement.text_6": "Das halten der Renn-Taste während dem Verbinden...", - "create.ponder.track_placement.text_7": "...wird die grösste passende biegung erstellen", - "create.ponder.track_placement.text_8": "Materialien in der Zweithand werden automatisch unterhalb der Schienen platziert", - - "create.ponder.track_portal.header": "Gleise und das Nether", - "create.ponder.track_portal.text_1": "Gleise die gegen ein Netherportal platziert werden...", - "create.ponder.track_portal.text_2": "...werden versuchen, ein verbundenes Gleis auf der anderen Seite zu erstellen", - "create.ponder.track_portal.text_3": "Züge auf dieser Strecke sind nun in der Lage, durch Dimensionen zu reisen", - - "create.ponder.train_assembly.header": "Züge zusammenstellen", - "create.ponder.train_assembly.text_1": "Wähle ein Gleis aus und platziere den Bahnhof in der nähe", - "create.ponder.train_assembly.text_10": "Jeder Zug benötigt eine Zugsteuerung an Bord", - "create.ponder.train_assembly.text_11": "Eine optionale zweite Steuerung erlaubt das Abfahren von Bahnhöfen in beiden Richtungen", - "create.ponder.train_assembly.text_12": "Öffne das Bahnhofs-UI und bestätige den Bauprozess", - "create.ponder.train_assembly.text_13": "Züge können nur an Bahnhöfen wieder auseinander genommen werden", - "create.ponder.train_assembly.text_14": "Wenn auf Bahnhöfen angewendet werden Karten einen Marker an der Position anzeigen", - "create.ponder.train_assembly.text_15": "Zusammengebaute Züge können mit dem Schraubenschlüssel auf naheliegende Streecken umplatziert werden", - "create.ponder.train_assembly.text_2": "Bahnhöfe sind die Wegpunkte deines Schienennetzwerkes", - "create.ponder.train_assembly.text_3": "Um einen neuen Zug zu erstellen, öffne das UI und wechsle in den Zugbau modus", - "create.ponder.train_assembly.text_4": "Während dem Bau wird kein geplanter Zug diesen Bahnhof anfahren", - "create.ponder.train_assembly.text_5": "Erstelle neue Drehgestelle indem du einen Zugrahmen auf ein Gleis anwendest", - "create.ponder.train_assembly.text_6": "Klicke auf das Gleis erneut um zwischen verschiedenen Designs zu wechseln", - "create.ponder.train_assembly.text_7": "Füge Blöcke mithilfe von Sekundenkleber hinzu", - "create.ponder.train_assembly.text_8": "Zusammengestellte Züge bewegen sich schneller, wenn sie Treibstoff in zusammengestellten Truhen oder Fässern finden", - "create.ponder.train_assembly.text_9": "Treibstoff in Tresoren wird nicht vom Zug verwendet", - - "create.ponder.train_controls.header": "Züge kontrollieren", - "create.ponder.train_controls.text_1": "Zugsteuerungen werden in jeder Zugvorrichtung benötigt", - "create.ponder.train_controls.text_2": "Sobald zusammengebaut, rechtsklicke den Block um zu fahren", - "create.ponder.train_controls.text_3": "Beschleunige und steuere den Zug mit den Bewegungstasten", - "create.ponder.train_controls.text_4": "Wenn gewünscht, kann die Höchstgeschwindigkeit mit dem Mausrad angepasst werden", - "create.ponder.train_controls.text_5": "Halte Leertaste um einen nahegelegenen Bahnhof anzufahren", - "create.ponder.train_controls.text_6": "Züge können nur an Bahnhöfen wieder auseinander genommen werden", - "create.ponder.train_controls.text_7": "Angebrachte Pfeifen können mit der Renntaste aktiviert werden", - "create.ponder.train_controls.text_8": "Schleiche oder klicke erneut um den Zug nicht mehr zu Steuern", - - "create.ponder.train_schedule.header": "Zugfahrpläne verwenden", - "create.ponder.train_schedule.text_1": "Zugfahrpläne ermöglichen es Zügen von anderen Fahrern gesteuert zu werden", - "create.ponder.train_schedule.text_2": "Rechtsklicke mit dem Item in der Hand um das Interface zu öffnen", - "create.ponder.train_schedule.text_3": "Sobald programmiert, kann der Fahrplan ein eine Zugfahrer übergeben werden", - "create.ponder.train_schedule.text_4": "Jede Kreatur oder Lohenbrenner, welche direkt vor einer Zugsteuerung sitzen, ist ein gültiger Fahrer", - "create.ponder.train_schedule.text_5": "Kreaturen an einer Leine können einfacher auf einem Sitz platziert werden", - "create.ponder.train_schedule.text_6": "Fahrpläne können vom Fahrer zu jeder Zeit genommen werden", - - "create.ponder.train_signal_placement.header": "Zugsignale platzieren", - "create.ponder.train_signal_placement.text_1": "Wähle ein Gleis aus und platziere das Signal in der nähe", - "create.ponder.train_signal_placement.text_2": "Signale kontrollieren den Flow von Zügen, die nicht von Spielern gesteuert werden", - "create.ponder.train_signal_placement.text_3": "Geplante Züge überqueren nie Signale von der anderen Seite", - "create.ponder.train_signal_placement.text_4": "...ausser ein zweites Signal wird in die entgegengesetzte Richtung platziert.", - "create.ponder.train_signal_placement.text_5": "Nixie-Röhren können angehängt werden um das Licht des Signals mehr sichtbar zu machen", - - "create.ponder.train_signal_redstone.header": "Signale und Redstone", - "create.ponder.train_signal_redstone.text_1": "Signale können mit einem Redstonesignal auf Rot gezwungen werden", - "create.ponder.train_signal_redstone.text_2": "Umgekehrt geben rote Signale einen Komperatorsignal ab", - - "create.ponder.train_signal_signaling.header": "Kollisionen mit Signalen verhindern", - "create.ponder.train_signal_signaling.text_1": "Zugsignale teilen eine Strecke in Abschnitte auf", - "create.ponder.train_signal_signaling.text_2": "Wenn ein Abschnitt besetzt ist, darf kein weiterer Zug diesen betreten", - "create.ponder.train_signal_signaling.text_3": "Deshalb wird jeder Abschnitt nur einen Zug zu jeder Zeit enthalten", - "create.ponder.train_signal_signaling.text_4": "Ein zweiter Signalmodus ist über den Schraubenschlüssel verfügbar", - "create.ponder.train_signal_signaling.text_5": "Abschnitte eines Messingsignales führen normal zu Standardsignalen", - "create.ponder.train_signal_signaling.text_6": "Dieses Signal kann Züge unter einer zweiten Vorraussetzung anhalten", - "create.ponder.train_signal_signaling.text_7": "Es stoppt Züge, welche beim betreten...", - "create.ponder.train_signal_signaling.text_8": "...nicht in der Lage wären, den Abschnitt sofort wieder zu verlassen", - "create.ponder.train_signal_signaling.text_9": "Dies hilft, wartende Züge aus einem stark beschäftigten Abschnitt rauszuhalten", - - "create.ponder.valve_handle.header": "Rotationsenergie mit Ventilgriff erzeugen", - "create.ponder.valve_handle.text_1": "Ventilgriffe können von Spielern verwendet werden, um manuell Rotationsenergie zu erzeugen", - "create.ponder.valve_handle.text_2": "Halte Rechtsklick um es entgegen dem Uhrzeigersinn zu drehen", - "create.ponder.valve_handle.text_3": "Die gegebene Geschwindigkeit ist langsam und präzise", - "create.ponder.valve_handle.text_4": "Schleiche und halte Rechtsklick um es im Uhrzeigersinn zu drehen", - "create.ponder.valve_handle.text_5": "Ventillgriffe können für ästhetische zwecke eingefärbt werden", - - "create.ponder.valve_pipe.header": "Flüssigkeitsbewegung mit Ventil kontrollieren", - "create.ponder.valve_pipe.text_1": "Flüssigkeitsventile können helfen, die Fliessrichtung durch Rohrnetzwerke zu kontrollieren", - "create.ponder.valve_pipe.text_2": "Ihr Wellen-Input bestimmt, ob Flüssigkeiten passieren können oder nicht", - "create.ponder.valve_pipe.text_3": "Wenn Rotationsenergie in die öffnende Richtung geben wird, öffnet sich das Ventil", - "create.ponder.valve_pipe.text_4": "Es kann wieder geschlossen werden durch das invertieren der Rotation", - - "create.ponder.water_wheel.header": "Rotationsenergie mit Wasserrad erzeugen", - "create.ponder.water_wheel.text_1": "Wasserräder ziehen energie von anliegenden Wasserströmungen", - "create.ponder.water_wheel.text_2": "Je mehr Seiten gepowert sind, desto schneller dreht sich das Wasserrad", - "create.ponder.water_wheel.text_3": "Die Flächen des Rads sollten entgegen der Fliessrichtung sein", - "create.ponder.water_wheel.text_4": "Sie sind nicht so effektiv wenn gegen die andere Richtung platziert", - - "create.ponder.weighted_ejector.header": "Gewichtete Werfer verwenden", - "create.ponder.weighted_ejector.text_1": "Schleiche und rechtsklicke mit einem Werfer in der Hand um den Zielort auszuwählen", - "create.ponder.weighted_ejector.text_10": "Es ist jetzt auf diese Stackgrösse limitiert und aktiviert nur, wenn das gehaltene Stack diese Menge erreicht", - "create.ponder.weighted_ejector.text_11": "Andere Kreaturen werden immer den Werfer aktivieren, wenn sie auf ihn treten", - "create.ponder.weighted_ejector.text_2": "Der pltzierte Werfer wird nun Items zu der markierten Position schleudern", - "create.ponder.weighted_ejector.text_3": "Ein gültiges Ziel kann auf jeder Höhe und in jeder Distanz innerhalb des Radius sein", - "create.ponder.weighted_ejector.text_4": "Sie können jedich nicht schräg zur Seite sein", - "create.ponder.weighted_ejector.text_5": "Wenn kein gültiges Ziel ausgewählt wurde, wird es einfach den Block vor ihm anvisieren", - "create.ponder.weighted_ejector.text_6": "Gib Rotationsenergie um es zu laden", - "create.ponder.weighted_ejector.text_7": "Items die auf dem Werfer platziert werden, lösen es aus", - "create.ponder.weighted_ejector.text_8": "Wenn Inventare anvisiert werden, warted der Werfer, bis Platz vorhanden ist", - "create.ponder.weighted_ejector.text_9": "Mit dem Schraubenschlüssel kann die Stackgrösse bestimmt werden", - - "create.ponder.weighted_ejector_redstone.header": "Gewichtete Werfer mit Redstone kontrollieren", - "create.ponder.weighted_ejector_redstone.text_1": "Wenn durch Redstone gepowert, werden Werfer nicht aktivieren", - "create.ponder.weighted_ejector_redstone.text_2": "Zusätzlich können Beobachter erkennen, wenn ein Werfer aktiviert", - - "create.ponder.weighted_ejector_tunnel.header": "Itemstacks mit gewichteten Werfern aufteilen", - "create.ponder.weighted_ejector_tunnel.text_1": "Zusammen mit Messingtunneln können Werfer Itemstacks bassierend auf Menge aufteilen", - "create.ponder.weighted_ejector_tunnel.text_2": "Als erstes konfiguriere den messingtunnel zu 'Bevorzuge Naheliegensten' um den die Ausgabe an der Seite zu priorisieren", - "create.ponder.weighted_ejector_tunnel.text_3": "Die eingestellte Stackgrösse auf dem Werfen bestimmt nun die Menge, die aufgeteilt werden soll", - "create.ponder.weighted_ejector_tunnel.text_4": "Während ein neuer Stack mit der konfigurierten menge den seitlichen Ausgang verlässt...", - "create.ponder.weighted_ejector_tunnel.text_5": "...geht der Rest weiter auf seinem Pfad", - - "create.ponder.windmill_source.header": "Rotationsenergie mit Windmühlenlager erzeugen", - "create.ponder.windmill_source.text_1": "Windmühlenlager verbinden sich mit den Blöcken vor ihnen", - "create.ponder.windmill_source.text_2": "Erstelle eine bewegliche Struktur mit der hilfe von Sekundenkleber", - "create.ponder.windmill_source.text_3": "Wenn genug Segelähnliche Blöcke teil davon sind, kann es als eine Windmühle agieren", - "create.ponder.windmill_source.text_4": "Aktiviert durch einen rechtsklick wird das Windmühlenlager anfangen, Rotationsenergie zu erzeugen", - "create.ponder.windmill_source.text_5": "Die Anzahl Segelblöcke bestimmt die Rotationsgeschwindigkeit", - "create.ponder.windmill_source.text_6": "Verwende einen Schraubenschlüssel um die Rotationsrichtung zu ändern", - "create.ponder.windmill_source.text_7": "Rechtsklicke das Lager zu jeder zeit um es zu stoppen und die Struktur zu bearbeiten", - - "create.ponder.windmill_structure.header": "Windmühlenvorrichtungen", - "create.ponder.windmill_structure.text_1": "Jede Struktur kann als eine gültige Windmühle zählen solange sie mindestens 8 Segelähnliche Blöcke hat.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/es_cl.json b/src/generated/resources/assets/create/lang/unfinished/es_cl.json deleted file mode 100644 index b4de072b78..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/es_cl.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 1030", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Ventana de Acacia", - "block.create.acacia_window_pane": "Panel de Ventana de Acacia", - "block.create.adjustable_chain_gearshift": "Caja de Cambios en Cadena Ajustable", - "block.create.analog_lever": "Palanca Análoga", - "block.create.andesite_belt_funnel": "Ingreso para Cintas de Andesita", - "block.create.andesite_casing": "Cubierta de Andesita", - "block.create.andesite_encased_cogwheel": "UNLOCALIZED: Andesite Encased Cogwheel", - "block.create.andesite_encased_large_cogwheel": "UNLOCALIZED: Andesite Encased Large Cogwheel", - "block.create.andesite_encased_shaft": "Eje con Cubierta de Andesita", - "block.create.andesite_funnel": "Ingreso de Andesita", - "block.create.andesite_ladder": "UNLOCALIZED: Andesite Ladder", - "block.create.andesite_pillar": "Pilar de Andesita", - "block.create.andesite_tunnel": "Túnel de Andesita", - "block.create.asurine": "UNLOCALIZED: Asurine", - "block.create.asurine_pillar": "UNLOCALIZED: Asurine Pillar", - "block.create.basin": "Tónel", - "block.create.belt": "Cinta", - "block.create.birch_window": "Ventana de Abedul", - "block.create.birch_window_pane": "Panel de Ventana de Abedul", - "block.create.black_nixie_tube": "Tubo Nixie Negro", - "block.create.black_sail": "Vela Negra", - "block.create.black_seat": "Asiento Negro", - "block.create.black_toolbox": "Caja de Herramientas Negra", - "block.create.black_valve_handle": "Válvula Negra", - "block.create.blaze_burner": "Mechero Blaze", - "block.create.blue_nixie_tube": "Tubo Nixie Azul", - "block.create.blue_sail": "Vela Azul", - "block.create.blue_seat": "Asiento Azul", - "block.create.blue_toolbox": "Caja de Herramientas Azul", - "block.create.blue_valve_handle": "Válvula Azul", - "block.create.brass_belt_funnel": "Ingreso para Cintas de Latón", - "block.create.brass_block": "Bloque de Latón", - "block.create.brass_casing": "Cubierta de Latón", - "block.create.brass_encased_cogwheel": "UNLOCALIZED: Brass Encased Cogwheel", - "block.create.brass_encased_large_cogwheel": "UNLOCALIZED: Brass Encased Large Cogwheel", - "block.create.brass_encased_shaft": "Eje con Cubierta de Latón", - "block.create.brass_funnel": "Ingreso de Latón", - "block.create.brass_ladder": "UNLOCALIZED: Brass Ladder", - "block.create.brass_tunnel": "Túnel de Latón", - "block.create.brown_nixie_tube": "Tubo Nixie Marrón", - "block.create.brown_sail": "Vela Marrón", - "block.create.brown_seat": "Asiento Marrón", - "block.create.brown_toolbox": "Caja de Herramientas Marrón", - "block.create.brown_valve_handle": "Válvula Marrón", - "block.create.calcite_pillar": "UNLOCALIZED: Calcite Pillar", - "block.create.cart_assembler": "Ensambladora de Vagonetas", - "block.create.chocolate": "UNLOCALIZED: Chocolate", - "block.create.chute": "Tolvogán", - "block.create.clockwork_bearing": "Rodamiento De Relojería", - "block.create.clutch": "Embrague", - "block.create.cogwheel": "Engranaje", - "block.create.content_observer": "Observador de Contenidos", - "block.create.controller_rail": "Raíl Controlador", - "block.create.controls": "UNLOCALIZED: Train Controls", - "block.create.copper_backtank": "Tanque-Mochila de Cobre", - "block.create.copper_casing": "Cubierta de Cobre", - "block.create.copper_ladder": "UNLOCALIZED: Copper Ladder", - "block.create.copper_shingle_slab": "UNLOCALIZED: Copper Shingle Slab", - "block.create.copper_shingle_stairs": "UNLOCALIZED: Copper Shingle Stairs", - "block.create.copper_shingles": "Tejas de Cobre", - "block.create.copper_tile_slab": "UNLOCALIZED: Copper Tile Slab", - "block.create.copper_tile_stairs": "UNLOCALIZED: Copper Tile Stairs", - "block.create.copper_tiles": "Baldosas de Cobre", - "block.create.copper_valve_handle": "Válvula de Cobre", - "block.create.creative_crate": "Cajón del Creativo", - "block.create.creative_fluid_tank": "Tanque de Fluidos del Creativo", - "block.create.creative_motor": "Motor del Creativo", - "block.create.crimsite": "UNLOCALIZED: Crimsite", - "block.create.crimsite_pillar": "UNLOCALIZED: Crimsite Pillar", - "block.create.crimson_window": "Ventana Carmesí", - "block.create.crimson_window_pane": "Panel de Ventana Carmesí", - "block.create.crushing_wheel": "Rueda Trituradora", - "block.create.crushing_wheel_controller": "Controladora de Rueda Trituradora", - "block.create.cuckoo_clock": "Reloj Cu-Cú", - "block.create.cut_andesite": "UNLOCALIZED: Cut Andesite", - "block.create.cut_andesite_brick_slab": "UNLOCALIZED: Cut Andesite Brick Slab", - "block.create.cut_andesite_brick_stairs": "UNLOCALIZED: Cut Andesite Brick Stairs", - "block.create.cut_andesite_brick_wall": "UNLOCALIZED: Cut Andesite Brick Wall", - "block.create.cut_andesite_bricks": "UNLOCALIZED: Cut Andesite Bricks", - "block.create.cut_andesite_slab": "UNLOCALIZED: Cut Andesite Slab", - "block.create.cut_andesite_stairs": "UNLOCALIZED: Cut Andesite Stairs", - "block.create.cut_andesite_wall": "UNLOCALIZED: Cut Andesite Wall", - "block.create.cut_asurine": "UNLOCALIZED: Cut Asurine", - "block.create.cut_asurine_brick_slab": "UNLOCALIZED: Cut Asurine Brick Slab", - "block.create.cut_asurine_brick_stairs": "UNLOCALIZED: Cut Asurine Brick Stairs", - "block.create.cut_asurine_brick_wall": "UNLOCALIZED: Cut Asurine Brick Wall", - "block.create.cut_asurine_bricks": "UNLOCALIZED: Cut Asurine Bricks", - "block.create.cut_asurine_slab": "UNLOCALIZED: Cut Asurine Slab", - "block.create.cut_asurine_stairs": "UNLOCALIZED: Cut Asurine Stairs", - "block.create.cut_asurine_wall": "UNLOCALIZED: Cut Asurine Wall", - "block.create.cut_calcite": "UNLOCALIZED: Cut Calcite", - "block.create.cut_calcite_brick_slab": "UNLOCALIZED: Cut Calcite Brick Slab", - "block.create.cut_calcite_brick_stairs": "UNLOCALIZED: Cut Calcite Brick Stairs", - "block.create.cut_calcite_brick_wall": "UNLOCALIZED: Cut Calcite Brick Wall", - "block.create.cut_calcite_bricks": "UNLOCALIZED: Cut Calcite Bricks", - "block.create.cut_calcite_slab": "UNLOCALIZED: Cut Calcite Slab", - "block.create.cut_calcite_stairs": "UNLOCALIZED: Cut Calcite Stairs", - "block.create.cut_calcite_wall": "UNLOCALIZED: Cut Calcite Wall", - "block.create.cut_crimsite": "UNLOCALIZED: Cut Crimsite", - "block.create.cut_crimsite_brick_slab": "UNLOCALIZED: Cut Crimsite Brick Slab", - "block.create.cut_crimsite_brick_stairs": "UNLOCALIZED: Cut Crimsite Brick Stairs", - "block.create.cut_crimsite_brick_wall": "UNLOCALIZED: Cut Crimsite Brick Wall", - "block.create.cut_crimsite_bricks": "UNLOCALIZED: Cut Crimsite Bricks", - "block.create.cut_crimsite_slab": "UNLOCALIZED: Cut Crimsite Slab", - "block.create.cut_crimsite_stairs": "UNLOCALIZED: Cut Crimsite Stairs", - "block.create.cut_crimsite_wall": "UNLOCALIZED: Cut Crimsite Wall", - "block.create.cut_deepslate": "UNLOCALIZED: Cut Deepslate", - "block.create.cut_deepslate_brick_slab": "UNLOCALIZED: Cut Deepslate Brick Slab", - "block.create.cut_deepslate_brick_stairs": "UNLOCALIZED: Cut Deepslate Brick Stairs", - "block.create.cut_deepslate_brick_wall": "UNLOCALIZED: Cut Deepslate Brick Wall", - "block.create.cut_deepslate_bricks": "UNLOCALIZED: Cut Deepslate Bricks", - "block.create.cut_deepslate_slab": "UNLOCALIZED: Cut Deepslate Slab", - "block.create.cut_deepslate_stairs": "UNLOCALIZED: Cut Deepslate Stairs", - "block.create.cut_deepslate_wall": "UNLOCALIZED: Cut Deepslate Wall", - "block.create.cut_diorite": "UNLOCALIZED: Cut Diorite", - "block.create.cut_diorite_brick_slab": "UNLOCALIZED: Cut Diorite Brick Slab", - "block.create.cut_diorite_brick_stairs": "UNLOCALIZED: Cut Diorite Brick Stairs", - "block.create.cut_diorite_brick_wall": "UNLOCALIZED: Cut Diorite Brick Wall", - "block.create.cut_diorite_bricks": "UNLOCALIZED: Cut Diorite Bricks", - "block.create.cut_diorite_slab": "UNLOCALIZED: Cut Diorite Slab", - "block.create.cut_diorite_stairs": "UNLOCALIZED: Cut Diorite Stairs", - "block.create.cut_diorite_wall": "UNLOCALIZED: Cut Diorite Wall", - "block.create.cut_dripstone": "UNLOCALIZED: Cut Dripstone", - "block.create.cut_dripstone_brick_slab": "UNLOCALIZED: Cut Dripstone Brick Slab", - "block.create.cut_dripstone_brick_stairs": "UNLOCALIZED: Cut Dripstone Brick Stairs", - "block.create.cut_dripstone_brick_wall": "UNLOCALIZED: Cut Dripstone Brick Wall", - "block.create.cut_dripstone_bricks": "UNLOCALIZED: Cut Dripstone Bricks", - "block.create.cut_dripstone_slab": "UNLOCALIZED: Cut Dripstone Slab", - "block.create.cut_dripstone_stairs": "UNLOCALIZED: Cut Dripstone Stairs", - "block.create.cut_dripstone_wall": "UNLOCALIZED: Cut Dripstone Wall", - "block.create.cut_granite": "UNLOCALIZED: Cut Granite", - "block.create.cut_granite_brick_slab": "UNLOCALIZED: Cut Granite Brick Slab", - "block.create.cut_granite_brick_stairs": "UNLOCALIZED: Cut Granite Brick Stairs", - "block.create.cut_granite_brick_wall": "UNLOCALIZED: Cut Granite Brick Wall", - "block.create.cut_granite_bricks": "UNLOCALIZED: Cut Granite Bricks", - "block.create.cut_granite_slab": "UNLOCALIZED: Cut Granite Slab", - "block.create.cut_granite_stairs": "UNLOCALIZED: Cut Granite Stairs", - "block.create.cut_granite_wall": "UNLOCALIZED: Cut Granite Wall", - "block.create.cut_limestone": "UNLOCALIZED: Cut Limestone", - "block.create.cut_limestone_brick_slab": "UNLOCALIZED: Cut Limestone Brick Slab", - "block.create.cut_limestone_brick_stairs": "UNLOCALIZED: Cut Limestone Brick Stairs", - "block.create.cut_limestone_brick_wall": "UNLOCALIZED: Cut Limestone Brick Wall", - "block.create.cut_limestone_bricks": "UNLOCALIZED: Cut Limestone Bricks", - "block.create.cut_limestone_slab": "UNLOCALIZED: Cut Limestone Slab", - "block.create.cut_limestone_stairs": "UNLOCALIZED: Cut Limestone Stairs", - "block.create.cut_limestone_wall": "UNLOCALIZED: Cut Limestone Wall", - "block.create.cut_ochrum": "UNLOCALIZED: Cut Ochrum", - "block.create.cut_ochrum_brick_slab": "UNLOCALIZED: Cut Ochrum Brick Slab", - "block.create.cut_ochrum_brick_stairs": "UNLOCALIZED: Cut Ochrum Brick Stairs", - "block.create.cut_ochrum_brick_wall": "UNLOCALIZED: Cut Ochrum Brick Wall", - "block.create.cut_ochrum_bricks": "UNLOCALIZED: Cut Ochrum Bricks", - "block.create.cut_ochrum_slab": "UNLOCALIZED: Cut Ochrum Slab", - "block.create.cut_ochrum_stairs": "UNLOCALIZED: Cut Ochrum Stairs", - "block.create.cut_ochrum_wall": "UNLOCALIZED: Cut Ochrum Wall", - "block.create.cut_scorchia": "UNLOCALIZED: Cut Scorchia", - "block.create.cut_scorchia_brick_slab": "UNLOCALIZED: Cut Scorchia Brick Slab", - "block.create.cut_scorchia_brick_stairs": "UNLOCALIZED: Cut Scorchia Brick Stairs", - "block.create.cut_scorchia_brick_wall": "UNLOCALIZED: Cut Scorchia Brick Wall", - "block.create.cut_scorchia_bricks": "UNLOCALIZED: Cut Scorchia Bricks", - "block.create.cut_scorchia_slab": "UNLOCALIZED: Cut Scorchia Slab", - "block.create.cut_scorchia_stairs": "UNLOCALIZED: Cut Scorchia Stairs", - "block.create.cut_scorchia_wall": "UNLOCALIZED: Cut Scorchia Wall", - "block.create.cut_scoria": "UNLOCALIZED: Cut Scoria", - "block.create.cut_scoria_brick_slab": "UNLOCALIZED: Cut Scoria Brick Slab", - "block.create.cut_scoria_brick_stairs": "UNLOCALIZED: Cut Scoria Brick Stairs", - "block.create.cut_scoria_brick_wall": "UNLOCALIZED: Cut Scoria Brick Wall", - "block.create.cut_scoria_bricks": "UNLOCALIZED: Cut Scoria Bricks", - "block.create.cut_scoria_slab": "UNLOCALIZED: Cut Scoria Slab", - "block.create.cut_scoria_stairs": "UNLOCALIZED: Cut Scoria Stairs", - "block.create.cut_scoria_wall": "UNLOCALIZED: Cut Scoria Wall", - "block.create.cut_tuff": "UNLOCALIZED: Cut Tuff", - "block.create.cut_tuff_brick_slab": "UNLOCALIZED: Cut Tuff Brick Slab", - "block.create.cut_tuff_brick_stairs": "UNLOCALIZED: Cut Tuff Brick Stairs", - "block.create.cut_tuff_brick_wall": "UNLOCALIZED: Cut Tuff Brick Wall", - "block.create.cut_tuff_bricks": "UNLOCALIZED: Cut Tuff Bricks", - "block.create.cut_tuff_slab": "UNLOCALIZED: Cut Tuff Slab", - "block.create.cut_tuff_stairs": "UNLOCALIZED: Cut Tuff Stairs", - "block.create.cut_tuff_wall": "UNLOCALIZED: Cut Tuff Wall", - "block.create.cut_veridium": "UNLOCALIZED: Cut Veridium", - "block.create.cut_veridium_brick_slab": "UNLOCALIZED: Cut Veridium Brick Slab", - "block.create.cut_veridium_brick_stairs": "UNLOCALIZED: Cut Veridium Brick Stairs", - "block.create.cut_veridium_brick_wall": "UNLOCALIZED: Cut Veridium Brick Wall", - "block.create.cut_veridium_bricks": "UNLOCALIZED: Cut Veridium Bricks", - "block.create.cut_veridium_slab": "UNLOCALIZED: Cut Veridium Slab", - "block.create.cut_veridium_stairs": "UNLOCALIZED: Cut Veridium Stairs", - "block.create.cut_veridium_wall": "UNLOCALIZED: Cut Veridium Wall", - "block.create.cyan_nixie_tube": "Tubo Nixie Cian", - "block.create.cyan_sail": "Vela Cian", - "block.create.cyan_seat": "Asiento Cian", - "block.create.cyan_toolbox": "Caja de Herramientas Cian", - "block.create.cyan_valve_handle": "Válvula Cian", - "block.create.dark_oak_window": "Ventana de Roble Oscuro", - "block.create.dark_oak_window_pane": "Panel de Ventana de Roble Oscuro", - "block.create.deepslate_pillar": "UNLOCALIZED: Deepslate Pillar", - "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", - "block.create.deployer": "Desplegador", - "block.create.depot": "Depósito", - "block.create.diorite_pillar": "Pilar de Diorita", - "block.create.display_board": "UNLOCALIZED: Display Board", - "block.create.display_link": "UNLOCALIZED: Display Link", - "block.create.dripstone_pillar": "UNLOCALIZED: Dripstone Pillar", - "block.create.encased_chain_drive": "Conductor en Cadena Encubierto", - "block.create.encased_fan": "Ventilador Encubierto", - "block.create.encased_fluid_pipe": "Tubería de Fluidos Encubierta", - "block.create.exposed_copper_shingle_slab": "UNLOCALIZED: Exposed Copper Shingle Slab", - "block.create.exposed_copper_shingle_stairs": "UNLOCALIZED: Exposed Copper Shingle Stairs", - "block.create.exposed_copper_shingles": "UNLOCALIZED: Exposed Copper Shingles", - "block.create.exposed_copper_tile_slab": "UNLOCALIZED: Exposed Copper Tile Slab", - "block.create.exposed_copper_tile_stairs": "UNLOCALIZED: Exposed Copper Tile Stairs", - "block.create.exposed_copper_tiles": "UNLOCALIZED: Exposed Copper Tiles", - "block.create.fake_track": "UNLOCALIZED: Track Marker for Maps", - "block.create.fluid_pipe": "Tubería de Fluidos", - "block.create.fluid_tank": "Tanque de Fluidos", - "block.create.fluid_valve": "Válvula de Fluidos", - "block.create.flywheel": "Volante de Inercia", - "block.create.framed_glass": "Vidrio Enmarcado", - "block.create.framed_glass_door": "UNLOCALIZED: Framed Glass Door", - "block.create.framed_glass_pane": "Panel de Vidrio Enmarcado", - "block.create.framed_glass_trapdoor": "UNLOCALIZED: Framed Glass Trapdoor", - "block.create.gantry_carriage": "Carruaje de Grúa", - "block.create.gantry_shaft": "Eje de Grúa", - "block.create.gearbox": "Caja de Engranajes", - "block.create.gearshift": "Caja de Cambios", - "block.create.glass_fluid_pipe": "Tubería de Fluidos de Cristal", - "block.create.granite_pillar": "Pilar de Granito", - "block.create.gray_nixie_tube": "Tubo Nixie Gris", - "block.create.gray_sail": "vela Gris", - "block.create.gray_seat": "Asiento Gris", - "block.create.gray_toolbox": "Caja de Herrameintas Gris", - "block.create.gray_valve_handle": "Válvula Gris", - "block.create.green_nixie_tube": "Tubo Nixie Verde", - "block.create.green_sail": "Vela Verde", - "block.create.green_seat": "Asiento Verde", - "block.create.green_toolbox": "Caja de Herramientas Verde", - "block.create.green_valve_handle": "Válvula Verde", - "block.create.hand_crank": "Manivela", - "block.create.haunted_bell": "Campana Embrujada", - "block.create.honey": "Miel", - "block.create.horizontal_framed_glass": "Vidrio Enmarcado Horizontal", - "block.create.horizontal_framed_glass_pane": "Panel de Vidrio Enmarcado Horizontal", - "block.create.hose_pulley": "Polea Manguera", - "block.create.item_drain": "Drenaje", - "block.create.item_vault": "UNLOCALIZED: Item Vault", - "block.create.jungle_window": "Ventana de Jungla", - "block.create.jungle_window_pane": "Panel de Ventana de Jungla", - "block.create.large_bogey": "UNLOCALIZED: Large Bogey", - "block.create.large_cogwheel": "Engranaje Grande", - "block.create.layered_andesite": "Capa de Andesita", - "block.create.layered_asurine": "UNLOCALIZED: Layered Asurine", - "block.create.layered_calcite": "UNLOCALIZED: Layered Calcite", - "block.create.layered_crimsite": "UNLOCALIZED: Layered Crimsite", - "block.create.layered_deepslate": "UNLOCALIZED: Layered Deepslate", - "block.create.layered_diorite": "Capa de Diorita", - "block.create.layered_dripstone": "UNLOCALIZED: Layered Dripstone", - "block.create.layered_granite": "Capa de Granito", - "block.create.layered_limestone": "Capa de Piedra Caliza", - "block.create.layered_ochrum": "UNLOCALIZED: Layered Ochrum", - "block.create.layered_scorchia": "UNLOCALIZED: Layered Scorchia", - "block.create.layered_scoria": "Capa de Escoria", - "block.create.layered_tuff": "UNLOCALIZED: Layered Tuff", - "block.create.layered_veridium": "UNLOCALIZED: Layered Veridium", - "block.create.lectern_controller": "Controlador de Atril", - "block.create.light_blue_nixie_tube": "Tubo Nixie Azul Claro", - "block.create.light_blue_sail": "Vela Azul Claro", - "block.create.light_blue_seat": "Asiento Azul Claro", - "block.create.light_blue_toolbox": "Caja de Herramientas Azul Claro", - "block.create.light_blue_valve_handle": "Válvula Azul Claro", - "block.create.light_gray_nixie_tube": "Tubo Nixie Gris Claro", - "block.create.light_gray_sail": "Vela Gris Claro", - "block.create.light_gray_seat": "Asiento Gris Claro", - "block.create.light_gray_toolbox": "Caja de Herramientas Gris Claro", - "block.create.light_gray_valve_handle": "Válvula Gris Claro", - "block.create.lime_nixie_tube": "Tubo Nixie Lima", - "block.create.lime_sail": "Vela Lima", - "block.create.lime_seat": "Asiento Lima", - "block.create.lime_toolbox": "Caja de herramientas Lima", - "block.create.lime_valve_handle": "Válvula Lima", - "block.create.limestone": "Piedra Caliza", - "block.create.limestone_pillar": "Pilar de Piedra Caliza", - "block.create.linear_chassis": "Chasis Lineal", - "block.create.lit_blaze_burner": "Quemador Blaze Encendido", - "block.create.magenta_nixie_tube": "Tubo Nixie Magenta", - "block.create.magenta_sail": "Vela Magenta", - "block.create.magenta_seat": "Asiento Magenta", - "block.create.magenta_toolbox": "Caja de Herramientas Magenta", - "block.create.magenta_valve_handle": "Válvula Magenta", - "block.create.mechanical_arm": "Brazo Mecánico", - "block.create.mechanical_bearing": "Rodamiento Mecánico", - "block.create.mechanical_crafter": "Crafteador Mecánico", - "block.create.mechanical_drill": "Taladro Mecánico", - "block.create.mechanical_harvester": "Cosechadora Mecánica", - "block.create.mechanical_mixer": "Mezcladora Mecánica", - "block.create.mechanical_piston": "Pistón Mecánico", - "block.create.mechanical_piston_head": "Cabeza de Pistón Mecánico", - "block.create.mechanical_plough": "Arador Mecánico", - "block.create.mechanical_press": "Prensa Mecánica", - "block.create.mechanical_pump": "Bomba Mecánica", - "block.create.mechanical_saw": "Sierra Mecánica", - "block.create.metal_bracket": "Soporte Metálico", - "block.create.metal_girder": "UNLOCALIZED: Metal Girder", - "block.create.metal_girder_encased_shaft": "UNLOCALIZED: Metal Girder Encased Shaft", - "block.create.millstone": "Piedra de Molino", - "block.create.minecart_anchor": "Ancla de Vagoneta", - "block.create.mysterious_cuckoo_clock": "Reloj Cu-Cú", - "block.create.nixie_tube": "Tubo Nixie", - "block.create.nozzle": "Boquilla", - "block.create.oak_window": "Ventana de Roble", - "block.create.oak_window_pane": "Panel de Ventana de Roble", - "block.create.ochrum": "UNLOCALIZED: Ochrum", - "block.create.ochrum_pillar": "UNLOCALIZED: Ochrum Pillar", - "block.create.orange_sail": "Vela Naranja", - "block.create.orange_seat": "Asiento Naranja", - "block.create.orange_toolbox": "Caja de Herramientas Naranja", - "block.create.orange_valve_handle": "Válvula Naranja", - "block.create.ornate_iron_window": "Ventana de Hierro Adornada", - "block.create.ornate_iron_window_pane": "Panel de Ventana de Hierro Adornada", - "block.create.oxidized_copper_shingle_slab": "UNLOCALIZED: Oxidized Copper Shingle Slab", - "block.create.oxidized_copper_shingle_stairs": "UNLOCALIZED: Oxidized Copper Shingle Stairs", - "block.create.oxidized_copper_shingles": "UNLOCALIZED: Oxidized Copper Shingles", - "block.create.oxidized_copper_tile_slab": "UNLOCALIZED: Oxidized Copper Tile Slab", - "block.create.oxidized_copper_tile_stairs": "UNLOCALIZED: Oxidized Copper Tile Stairs", - "block.create.oxidized_copper_tiles": "UNLOCALIZED: Oxidized Copper Tiles", - "block.create.peculiar_bell": "Campana Peculiar", - "block.create.pink_nixie_tube": "Tubo Nixie Rosado", - "block.create.pink_sail": "Vela Rosada", - "block.create.pink_seat": "Asiento Rosado", - "block.create.pink_toolbox": "Caja de Herramientas Rosada", - "block.create.pink_valve_handle": "Válvula Rosada", - "block.create.piston_extension_pole": "Poste de Extensión de Pistón", - "block.create.placard": "UNLOCALIZED: Placard", - "block.create.polished_cut_andesite": "UNLOCALIZED: Polished Cut Andesite", - "block.create.polished_cut_andesite_slab": "UNLOCALIZED: Polished Cut Andesite Slab", - "block.create.polished_cut_andesite_stairs": "UNLOCALIZED: Polished Cut Andesite Stairs", - "block.create.polished_cut_andesite_wall": "UNLOCALIZED: Polished Cut Andesite Wall", - "block.create.polished_cut_asurine": "UNLOCALIZED: Polished Cut Asurine", - "block.create.polished_cut_asurine_slab": "UNLOCALIZED: Polished Cut Asurine Slab", - "block.create.polished_cut_asurine_stairs": "UNLOCALIZED: Polished Cut Asurine Stairs", - "block.create.polished_cut_asurine_wall": "UNLOCALIZED: Polished Cut Asurine Wall", - "block.create.polished_cut_calcite": "UNLOCALIZED: Polished Cut Calcite", - "block.create.polished_cut_calcite_slab": "UNLOCALIZED: Polished Cut Calcite Slab", - "block.create.polished_cut_calcite_stairs": "UNLOCALIZED: Polished Cut Calcite Stairs", - "block.create.polished_cut_calcite_wall": "UNLOCALIZED: Polished Cut Calcite Wall", - "block.create.polished_cut_crimsite": "UNLOCALIZED: Polished Cut Crimsite", - "block.create.polished_cut_crimsite_slab": "UNLOCALIZED: Polished Cut Crimsite Slab", - "block.create.polished_cut_crimsite_stairs": "UNLOCALIZED: Polished Cut Crimsite Stairs", - "block.create.polished_cut_crimsite_wall": "UNLOCALIZED: Polished Cut Crimsite Wall", - "block.create.polished_cut_deepslate": "UNLOCALIZED: Polished Cut Deepslate", - "block.create.polished_cut_deepslate_slab": "UNLOCALIZED: Polished Cut Deepslate Slab", - "block.create.polished_cut_deepslate_stairs": "UNLOCALIZED: Polished Cut Deepslate Stairs", - "block.create.polished_cut_deepslate_wall": "UNLOCALIZED: Polished Cut Deepslate Wall", - "block.create.polished_cut_diorite": "UNLOCALIZED: Polished Cut Diorite", - "block.create.polished_cut_diorite_slab": "UNLOCALIZED: Polished Cut Diorite Slab", - "block.create.polished_cut_diorite_stairs": "UNLOCALIZED: Polished Cut Diorite Stairs", - "block.create.polished_cut_diorite_wall": "UNLOCALIZED: Polished Cut Diorite Wall", - "block.create.polished_cut_dripstone": "UNLOCALIZED: Polished Cut Dripstone", - "block.create.polished_cut_dripstone_slab": "UNLOCALIZED: Polished Cut Dripstone Slab", - "block.create.polished_cut_dripstone_stairs": "UNLOCALIZED: Polished Cut Dripstone Stairs", - "block.create.polished_cut_dripstone_wall": "UNLOCALIZED: Polished Cut Dripstone Wall", - "block.create.polished_cut_granite": "UNLOCALIZED: Polished Cut Granite", - "block.create.polished_cut_granite_slab": "UNLOCALIZED: Polished Cut Granite Slab", - "block.create.polished_cut_granite_stairs": "UNLOCALIZED: Polished Cut Granite Stairs", - "block.create.polished_cut_granite_wall": "UNLOCALIZED: Polished Cut Granite Wall", - "block.create.polished_cut_limestone": "UNLOCALIZED: Polished Cut Limestone", - "block.create.polished_cut_limestone_slab": "UNLOCALIZED: Polished Cut Limestone Slab", - "block.create.polished_cut_limestone_stairs": "UNLOCALIZED: Polished Cut Limestone Stairs", - "block.create.polished_cut_limestone_wall": "UNLOCALIZED: Polished Cut Limestone Wall", - "block.create.polished_cut_ochrum": "UNLOCALIZED: Polished Cut Ochrum", - "block.create.polished_cut_ochrum_slab": "UNLOCALIZED: Polished Cut Ochrum Slab", - "block.create.polished_cut_ochrum_stairs": "UNLOCALIZED: Polished Cut Ochrum Stairs", - "block.create.polished_cut_ochrum_wall": "UNLOCALIZED: Polished Cut Ochrum Wall", - "block.create.polished_cut_scorchia": "UNLOCALIZED: Polished Cut Scorchia", - "block.create.polished_cut_scorchia_slab": "UNLOCALIZED: Polished Cut Scorchia Slab", - "block.create.polished_cut_scorchia_stairs": "UNLOCALIZED: Polished Cut Scorchia Stairs", - "block.create.polished_cut_scorchia_wall": "UNLOCALIZED: Polished Cut Scorchia Wall", - "block.create.polished_cut_scoria": "UNLOCALIZED: Polished Cut Scoria", - "block.create.polished_cut_scoria_slab": "UNLOCALIZED: Polished Cut Scoria Slab", - "block.create.polished_cut_scoria_stairs": "UNLOCALIZED: Polished Cut Scoria Stairs", - "block.create.polished_cut_scoria_wall": "UNLOCALIZED: Polished Cut Scoria Wall", - "block.create.polished_cut_tuff": "UNLOCALIZED: Polished Cut Tuff", - "block.create.polished_cut_tuff_slab": "UNLOCALIZED: Polished Cut Tuff Slab", - "block.create.polished_cut_tuff_stairs": "UNLOCALIZED: Polished Cut Tuff Stairs", - "block.create.polished_cut_tuff_wall": "UNLOCALIZED: Polished Cut Tuff Wall", - "block.create.polished_cut_veridium": "UNLOCALIZED: Polished Cut Veridium", - "block.create.polished_cut_veridium_slab": "UNLOCALIZED: Polished Cut Veridium Slab", - "block.create.polished_cut_veridium_stairs": "UNLOCALIZED: Polished Cut Veridium Stairs", - "block.create.polished_cut_veridium_wall": "UNLOCALIZED: Polished Cut Veridium Wall", - "block.create.portable_fluid_interface": "Interfaz de Fluidos Portable", - "block.create.portable_storage_interface": "Interfaz de Almacenamientos Portable", - "block.create.powered_latch": "Cerrojo de Redstone", - "block.create.powered_shaft": "UNLOCALIZED: Powered Shaft", - "block.create.powered_toggle_latch": "Cerrojo Palanca de Redstone", - "block.create.pulley_magnet": "Imán de la Polea", - "block.create.pulse_extender": "UNLOCALIZED: Pulse Extender", - "block.create.pulse_repeater": "Repetidor de Pulso", - "block.create.purple_nixie_tube": "Tubo Nixie Morado", - "block.create.purple_sail": "Vela Morada", - "block.create.purple_seat": "Asiento Morado", - "block.create.purple_toolbox": "Caja de Herramientas Morada", - "block.create.purple_valve_handle": "Válvula Morada", - "block.create.radial_chassis": "Chasis Radial", - "block.create.railway_casing": "UNLOCALIZED: Train Casing", - "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", - "block.create.red_nixie_tube": "Tubo Nixie Rojo", - "block.create.red_sail": "Vela Roja", - "block.create.red_seat": "Asiento Rojo", - "block.create.red_toolbox": "Caja de Herramientas Roja", - "block.create.red_valve_handle": "Válvula Roja", - "block.create.redstone_contact": "Contacto de Redstone", - "block.create.redstone_link": "Enlace de Redstone", - "block.create.refined_radiance_casing": "Cubierta Radiante", - "block.create.rope": "Cuerda", - "block.create.rope_pulley": "Polea de Cuerda", - "block.create.rose_quartz_block": "UNLOCALIZED: Block of Rose Quartz", - "block.create.rose_quartz_lamp": "UNLOCALIZED: Rose Quartz Lamp", - "block.create.rose_quartz_tiles": "UNLOCALIZED: Rose Quartz Tiles", - "block.create.rotation_speed_controller": "Controlador de Velocidad de Rotación", - "block.create.sail_frame": "Marco de Vela", - "block.create.schematic_table": "Mesa de Esquemas", - "block.create.schematicannon": "Esquemacañón", - "block.create.scorchia": "UNLOCALIZED: Scorchia", - "block.create.scorchia_pillar": "UNLOCALIZED: Scorchia Pillar", - "block.create.scoria": "Escoria", - "block.create.scoria_pillar": "Pilar de Escoria", - "block.create.secondary_linear_chassis": "Chasis Lineal Secundario", - "block.create.sequenced_gearshift": "Caja de Cambios Secuenciada", - "block.create.shadow_steel_casing": "Cubierta de Sombra", - "block.create.shaft": "Eje", - "block.create.small_andesite_brick_slab": "UNLOCALIZED: Small Andesite Brick Slab", - "block.create.small_andesite_brick_stairs": "UNLOCALIZED: Small Andesite Brick Stairs", - "block.create.small_andesite_brick_wall": "UNLOCALIZED: Small Andesite Brick Wall", - "block.create.small_andesite_bricks": "UNLOCALIZED: Small Andesite Bricks", - "block.create.small_asurine_brick_slab": "UNLOCALIZED: Small Asurine Brick Slab", - "block.create.small_asurine_brick_stairs": "UNLOCALIZED: Small Asurine Brick Stairs", - "block.create.small_asurine_brick_wall": "UNLOCALIZED: Small Asurine Brick Wall", - "block.create.small_asurine_bricks": "UNLOCALIZED: Small Asurine Bricks", - "block.create.small_bogey": "UNLOCALIZED: Small Bogey", - "block.create.small_calcite_brick_slab": "UNLOCALIZED: Small Calcite Brick Slab", - "block.create.small_calcite_brick_stairs": "UNLOCALIZED: Small Calcite Brick Stairs", - "block.create.small_calcite_brick_wall": "UNLOCALIZED: Small Calcite Brick Wall", - "block.create.small_calcite_bricks": "UNLOCALIZED: Small Calcite Bricks", - "block.create.small_crimsite_brick_slab": "UNLOCALIZED: Small Crimsite Brick Slab", - "block.create.small_crimsite_brick_stairs": "UNLOCALIZED: Small Crimsite Brick Stairs", - "block.create.small_crimsite_brick_wall": "UNLOCALIZED: Small Crimsite Brick Wall", - "block.create.small_crimsite_bricks": "UNLOCALIZED: Small Crimsite Bricks", - "block.create.small_deepslate_brick_slab": "UNLOCALIZED: Small Deepslate Brick Slab", - "block.create.small_deepslate_brick_stairs": "UNLOCALIZED: Small Deepslate Brick Stairs", - "block.create.small_deepslate_brick_wall": "UNLOCALIZED: Small Deepslate Brick Wall", - "block.create.small_deepslate_bricks": "UNLOCALIZED: Small Deepslate Bricks", - "block.create.small_diorite_brick_slab": "UNLOCALIZED: Small Diorite Brick Slab", - "block.create.small_diorite_brick_stairs": "UNLOCALIZED: Small Diorite Brick Stairs", - "block.create.small_diorite_brick_wall": "UNLOCALIZED: Small Diorite Brick Wall", - "block.create.small_diorite_bricks": "UNLOCALIZED: Small Diorite Bricks", - "block.create.small_dripstone_brick_slab": "UNLOCALIZED: Small Dripstone Brick Slab", - "block.create.small_dripstone_brick_stairs": "UNLOCALIZED: Small Dripstone Brick Stairs", - "block.create.small_dripstone_brick_wall": "UNLOCALIZED: Small Dripstone Brick Wall", - "block.create.small_dripstone_bricks": "UNLOCALIZED: Small Dripstone Bricks", - "block.create.small_granite_brick_slab": "UNLOCALIZED: Small Granite Brick Slab", - "block.create.small_granite_brick_stairs": "UNLOCALIZED: Small Granite Brick Stairs", - "block.create.small_granite_brick_wall": "UNLOCALIZED: Small Granite Brick Wall", - "block.create.small_granite_bricks": "UNLOCALIZED: Small Granite Bricks", - "block.create.small_limestone_brick_slab": "UNLOCALIZED: Small Limestone Brick Slab", - "block.create.small_limestone_brick_stairs": "UNLOCALIZED: Small Limestone Brick Stairs", - "block.create.small_limestone_brick_wall": "UNLOCALIZED: Small Limestone Brick Wall", - "block.create.small_limestone_bricks": "UNLOCALIZED: Small Limestone Bricks", - "block.create.small_ochrum_brick_slab": "UNLOCALIZED: Small Ochrum Brick Slab", - "block.create.small_ochrum_brick_stairs": "UNLOCALIZED: Small Ochrum Brick Stairs", - "block.create.small_ochrum_brick_wall": "UNLOCALIZED: Small Ochrum Brick Wall", - "block.create.small_ochrum_bricks": "UNLOCALIZED: Small Ochrum Bricks", - "block.create.small_rose_quartz_tiles": "UNLOCALIZED: Small Rose Quartz Tiles", - "block.create.small_scorchia_brick_slab": "UNLOCALIZED: Small Scorchia Brick Slab", - "block.create.small_scorchia_brick_stairs": "UNLOCALIZED: Small Scorchia Brick Stairs", - "block.create.small_scorchia_brick_wall": "UNLOCALIZED: Small Scorchia Brick Wall", - "block.create.small_scorchia_bricks": "UNLOCALIZED: Small Scorchia Bricks", - "block.create.small_scoria_brick_slab": "UNLOCALIZED: Small Scoria Brick Slab", - "block.create.small_scoria_brick_stairs": "UNLOCALIZED: Small Scoria Brick Stairs", - "block.create.small_scoria_brick_wall": "UNLOCALIZED: Small Scoria Brick Wall", - "block.create.small_scoria_bricks": "UNLOCALIZED: Small Scoria Bricks", - "block.create.small_tuff_brick_slab": "UNLOCALIZED: Small Tuff Brick Slab", - "block.create.small_tuff_brick_stairs": "UNLOCALIZED: Small Tuff Brick Stairs", - "block.create.small_tuff_brick_wall": "UNLOCALIZED: Small Tuff Brick Wall", - "block.create.small_tuff_bricks": "UNLOCALIZED: Small Tuff Bricks", - "block.create.small_veridium_brick_slab": "UNLOCALIZED: Small Veridium Brick Slab", - "block.create.small_veridium_brick_stairs": "UNLOCALIZED: Small Veridium Brick Stairs", - "block.create.small_veridium_brick_wall": "UNLOCALIZED: Small Veridium Brick Wall", - "block.create.small_veridium_bricks": "UNLOCALIZED: Small Veridium Bricks", - "block.create.smart_chute": "Tolvogán Inteligente", - "block.create.smart_fluid_pipe": "Tubería de Fluidos Inteligente", - "block.create.speedometer": "Velocímetro", - "block.create.spout": "Surtidor", - "block.create.spruce_window": "Ventana de Abeto", - "block.create.spruce_window_pane": "Panel de Ventana de Abeto", - "block.create.steam_engine": "UNLOCALIZED: Steam Engine", - "block.create.steam_whistle": "UNLOCALIZED: Steam Whistle", - "block.create.steam_whistle_extension": "UNLOCALIZED: Steam Whistle Extension", - "block.create.sticker": "Pegador", - "block.create.sticky_mechanical_piston": "Pistón Mecánico Pegajoso", - "block.create.stockpile_switch": "Interruptor de Reservas", - "block.create.stressometer": "Estresómetro", - "block.create.tiled_glass": "Vidrio Baldosa", - "block.create.tiled_glass_pane": "Panel de Vidrio Baldosa", - "block.create.track": "UNLOCALIZED: Train Track", - "block.create.track_observer": "UNLOCALIZED: Train Observer", - "block.create.track_signal": "UNLOCALIZED: Train Signal", - "block.create.track_station": "UNLOCALIZED: Train Station", - "block.create.train_door": "UNLOCALIZED: Train Door", - "block.create.train_trapdoor": "UNLOCALIZED: Train Trapdoor", - "block.create.tuff_pillar": "UNLOCALIZED: Tuff Pillar", - "block.create.turntable": "Plato Giratorio", - "block.create.veridium": "UNLOCALIZED: Veridium", - "block.create.veridium_pillar": "UNLOCALIZED: Veridium Pillar", - "block.create.vertical_framed_glass": "Vidrio Baldosa Vertical", - "block.create.vertical_framed_glass_pane": "Panel de Vidrio Baldosa Vertical", - "block.create.warped_window": "Ventana Distorsionada", - "block.create.warped_window_pane": "Panel de Ventana Distorsionada", - "block.create.water_wheel": "Rueda de Agua", - "block.create.waxed_copper_shingle_slab": "UNLOCALIZED: Waxed Copper Shingle Slab", - "block.create.waxed_copper_shingle_stairs": "UNLOCALIZED: Waxed Copper Shingle Stairs", - "block.create.waxed_copper_shingles": "UNLOCALIZED: Waxed Copper Shingles", - "block.create.waxed_copper_tile_slab": "UNLOCALIZED: Waxed Copper Tile Slab", - "block.create.waxed_copper_tile_stairs": "UNLOCALIZED: Waxed Copper Tile Stairs", - "block.create.waxed_copper_tiles": "UNLOCALIZED: Waxed Copper Tiles", - "block.create.waxed_exposed_copper_shingle_slab": "UNLOCALIZED: Waxed Exposed Copper Shingle Slab", - "block.create.waxed_exposed_copper_shingle_stairs": "UNLOCALIZED: Waxed Exposed Copper Shingle Stairs", - "block.create.waxed_exposed_copper_shingles": "UNLOCALIZED: Waxed Exposed Copper Shingles", - "block.create.waxed_exposed_copper_tile_slab": "UNLOCALIZED: Waxed Exposed Copper Tile Slab", - "block.create.waxed_exposed_copper_tile_stairs": "UNLOCALIZED: Waxed Exposed Copper Tile Stairs", - "block.create.waxed_exposed_copper_tiles": "UNLOCALIZED: Waxed Exposed Copper Tiles", - "block.create.waxed_oxidized_copper_shingle_slab": "UNLOCALIZED: Waxed Oxidized Copper Shingle Slab", - "block.create.waxed_oxidized_copper_shingle_stairs": "UNLOCALIZED: Waxed Oxidized Copper Shingle Stairs", - "block.create.waxed_oxidized_copper_shingles": "UNLOCALIZED: Waxed Oxidized Copper Shingles", - "block.create.waxed_oxidized_copper_tile_slab": "UNLOCALIZED: Waxed Oxidized Copper Tile Slab", - "block.create.waxed_oxidized_copper_tile_stairs": "UNLOCALIZED: Waxed Oxidized Copper Tile Stairs", - "block.create.waxed_oxidized_copper_tiles": "UNLOCALIZED: Waxed Oxidized Copper Tiles", - "block.create.waxed_weathered_copper_shingle_slab": "UNLOCALIZED: Waxed Weathered Copper Shingle Slab", - "block.create.waxed_weathered_copper_shingle_stairs": "UNLOCALIZED: Waxed Weathered Copper Shingle Stairs", - "block.create.waxed_weathered_copper_shingles": "UNLOCALIZED: Waxed Weathered Copper Shingles", - "block.create.waxed_weathered_copper_tile_slab": "UNLOCALIZED: Waxed Weathered Copper Tile Slab", - "block.create.waxed_weathered_copper_tile_stairs": "UNLOCALIZED: Waxed Weathered Copper Tile Stairs", - "block.create.waxed_weathered_copper_tiles": "UNLOCALIZED: Waxed Weathered Copper Tiles", - "block.create.weathered_copper_shingle_slab": "UNLOCALIZED: Weathered Copper Shingle Slab", - "block.create.weathered_copper_shingle_stairs": "UNLOCALIZED: Weathered Copper Shingle Stairs", - "block.create.weathered_copper_shingles": "UNLOCALIZED: Weathered Copper Shingles", - "block.create.weathered_copper_tile_slab": "UNLOCALIZED: Weathered Copper Tile Slab", - "block.create.weathered_copper_tile_stairs": "UNLOCALIZED: Weathered Copper Tile Stairs", - "block.create.weathered_copper_tiles": "UNLOCALIZED: Weathered Copper Tiles", - "block.create.weighted_ejector": "Eyector por Peso", - "block.create.white_nixie_tube": "Tubo Nixie Blanco", - "block.create.white_sail": "Vela Blanca", - "block.create.white_seat": "Asiento Blanco", - "block.create.white_toolbox": "Caja de Herramientas Blanca", - "block.create.white_valve_handle": "Válvula Blanca", - "block.create.windmill_bearing": "Rodamiento de Molino de Viento", - "block.create.wooden_bracket": "Soporte de Madera", - "block.create.yellow_nixie_tube": "Tubo Nixie Amarillo", - "block.create.yellow_sail": "Vela Amarilla", - "block.create.yellow_seat": "Asiento Amarillo", - "block.create.yellow_toolbox": "Caja de Herramientas Amarilla", - "block.create.yellow_valve_handle": "Válvula Amarilla", - "block.create.zinc_block": "Bloque de Zinc", - "block.create.zinc_ore": "Mineral de Zinc", - - "enchantment.create.capacity": "Capacidad", - "enchantment.create.potato_recovery": "Recuperación de papas", - - "entity.create.carriage_contraption": "UNLOCALIZED: Carriage Contraption", - "entity.create.contraption": "Artefacto", - "entity.create.crafting_blueprint": "Crafteando Planos", - "entity.create.gantry_contraption": "Artefacto de Grúa", - "entity.create.potato_projectile": "Projectil de papa", - "entity.create.seat": "Asiento", - "entity.create.stationary_contraption": "Artefacto Estacionario", - "entity.create.super_glue": "La Gotita", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "Poción", - "fluid.create.tea": "Té del Constructor", - - "item.create.andesite_alloy": "Aleación de Andesita", - "item.create.attribute_filter": "Filtro de Atributos", - "item.create.bar_of_chocolate": "Barra de Chocolate", - "item.create.belt_connector": "Cinta Mecánica", - "item.create.blaze_cake": "Pastel Blaze", - "item.create.blaze_cake_base": "Base del Pastel Blaze", - "item.create.brass_hand": "Mano de Latón", - "item.create.brass_ingot": "Lingote de Latón", - "item.create.brass_nugget": "Nugget de Latón", - "item.create.brass_sheet": "Plancha de Latón", - "item.create.builders_tea": "Té del Constructor", - "item.create.chest_minecart_contraption": "Contrapción de Vagoneta con Cofre", - "item.create.chocolate_bucket": "Balde de Chocolate", - "item.create.chocolate_glazed_berries": "Bayas Bañadas en Chocolate", - "item.create.chromatic_compound": "Compuesto Cromático", - "item.create.cinder_flour": "Harina de Cenizas", - "item.create.copper_backtank": "Mochila-Tanque de Cobre", - "item.create.copper_backtank_placeable": "UNLOCALIZED: Copper Backtank Placeable", - "item.create.copper_nugget": "Nugget de Cobre", - "item.create.copper_sheet": "Plancha de Cobre", - "item.create.crafter_slot_cover": "Cubre Ranuras", - "item.create.crafting_blueprint": "Plano de Fabricación", - "item.create.creative_blaze_cake": "Pastel Blaze del Creativo", - "item.create.crushed_aluminum_ore": "Mineral de Aluminio Triturado", - "item.create.crushed_copper_ore": "Mineral de Cobre Triturado", - "item.create.crushed_gold_ore": "Mineral de Oro Triturado", - "item.create.crushed_iron_ore": "Mineral de Hierro Triturado", - "item.create.crushed_lead_ore": "Mineral de Plomo Triturado", - "item.create.crushed_nickel_ore": "Mineral de Níquel Triturado", - "item.create.crushed_osmium_ore": "Mineral de Osmio Triturado", - "item.create.crushed_platinum_ore": "Mineral de Platino Triturado", - "item.create.crushed_quicksilver_ore": "Mineral de Mercurio Triturado", - "item.create.crushed_silver_ore": "Mineral de Plata Triturado", - "item.create.crushed_tin_ore": "Mineral de Estaño Triturado", - "item.create.crushed_uranium_ore": "Mineral de Uranio Triturado", - "item.create.crushed_zinc_ore": "Mineral de Zinc Triturado", - "item.create.diving_boots": "Botas de Buceo", - "item.create.diving_helmet": "Casco de Buceo", - "item.create.dough": "Masa", - "item.create.electron_tube": "Tubo de Electrones", - "item.create.empty_blaze_burner": "Quemador Blaze Vacío", - "item.create.empty_schematic": "Esquema Vacío", - "item.create.experience_nugget": "UNLOCALIZED: Nugget of Experience", - "item.create.extendo_grip": "Agarrextensor", - "item.create.filter": "Filtro", - "item.create.furnace_minecart_contraption": "Contrapción de Vagoneta con Horno", - "item.create.goggles": "Lentes del Ingeniero", - "item.create.golden_sheet": "Plancha Dorada", - "item.create.handheld_worldshaper": "Forma Mundos del Creativo", - "item.create.honey_bucket": "Balde de Miel", - "item.create.honeyed_apple": "Manzana Enmielada", - "item.create.incomplete_precision_mechanism": "Mecanismo de Precisión Incompleto", - "item.create.incomplete_track": "UNLOCALIZED: Incomplete Track", - "item.create.iron_sheet": "Plancha de Hierro", - "item.create.linked_controller": "Controlador Vinculable", - "item.create.minecart_contraption": "Contrapción de Vagoneta", - "item.create.minecart_coupling": "Acoplamiento de Vagonetas", - "item.create.polished_rose_quartz": "Cuarzo Rosa Pulido", - "item.create.potato_cannon": "Cañón de Papas", - "item.create.powdered_obsidian": "Obsidiana Pulverizada", - "item.create.precision_mechanism": "Mecanismo de Precisión", - "item.create.propeller": "Hélice", - "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", - "item.create.red_sand_paper": "Papel de Arena Roja", - "item.create.refined_radiance": "Radiancia Refinada", - "item.create.rose_quartz": "Cuarzo Rosa", - "item.create.sand_paper": "Papel de Arena", - "item.create.schedule": "UNLOCALIZED: Train Schedule", - "item.create.schematic": "Esquema", - "item.create.schematic_and_quill": "Esquema con Pluma", - "item.create.shadow_steel": "Acero Sombrío", - "item.create.sturdy_sheet": "UNLOCALIZED: Sturdy Sheet", - "item.create.super_glue": "La Gotita", - "item.create.sweet_roll": "Rollito Dulce", - "item.create.tree_fertilizer": "Fertilizante Arbóreo", - "item.create.unprocessed_obsidian_sheet": "UNLOCALIZED: Unprocessed Obsidian Sheet", - "item.create.vertical_gearbox": "Caja de Engranajes Vertical", - "item.create.wand_of_symmetry": "Vara de Simetría", - "item.create.wheat_flour": "Harina de Trigo", - "item.create.whisk": "Batidor", - "item.create.wrench": "Llave Inglesa", - "item.create.zinc_ingot": "Lingote de Zinc", - "item.create.zinc_nugget": "Nugget de Zinc", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Bienvenido a Create", - "advancement.create.root.desc": "¡Es hora de empezar a construir algunas contrapciones increíbles!", - "advancement.create.andesite_alloy": "Aliteración Abundante", - "advancement.create.andesite_alloy.desc": "Los materiales de create tienen nombres raros. La Aleación de Andesita es uno de ellos.", - "advancement.create.andesite_casing": "La Edad de la Andesita", - "advancement.create.andesite_casing.desc": "Utilice un poco de madera y aleación de andesita para crear una cubierta básica.", - "advancement.create.mechanical_press": "UNLOCALIZED: Bonk!", - "advancement.create.mechanical_press.desc": "UNLOCALIZED: Create some sheets in a Mechanical Press", - "advancement.create.encased_fan": "UNLOCALIZED: Wind Maker", - "advancement.create.encased_fan.desc": "UNLOCALIZED: Place and power an Encased Fan", - "advancement.create.fan_processing": "UNLOCALIZED: Processing by Particle", - "advancement.create.fan_processing.desc": "UNLOCALIZED: Use an Encased Fan to process materials", - "advancement.create.saw_processing": "UNLOCALIZED: Workshop's Most Feared", - "advancement.create.saw_processing.desc": "UNLOCALIZED: Use an upright Mechanical Saw to process materials", - "advancement.create.compacting": "UNLOCALIZED: Compactification", - "advancement.create.compacting.desc": "UNLOCALIZED: Use a Mechanical Press and a Basin to create fewer items from more", - "advancement.create.belt": "Unidad de Algas", - "advancement.create.belt.desc": "Conecta dos ejes con una cinta mecánica.", - "advancement.create.funnel": "UNLOCALIZED: Airport Aesthetic", - "advancement.create.funnel.desc": "UNLOCALIZED: Extract or insert items into a container using a Funnel", - "advancement.create.chute": "Viniendose Abajo", - "advancement.create.chute.desc": "Coloca un tolvogán, la contraparte vertical de las cintas mecánicas.", - "advancement.create.mechanical_mixer": "UNLOCALIZED: Mixing It Up", - "advancement.create.mechanical_mixer.desc": "UNLOCALIZED: Combine ingredients in a Mechanical Mixer", - "advancement.create.burner": "UNLOCALIZED: Sentient Fireplace", - "advancement.create.burner.desc": "UNLOCALIZED: Obtain a Blaze Burner", - "advancement.create.water_wheel": "Aprovechando la Hidráulica", - "advancement.create.water_wheel.desc": "¡Pon una rueda de agua e intenta hacer que gire!", - "advancement.create.windmill": "Una leve brisa", - "advancement.create.windmill.desc": "Arma un molino.", - "advancement.create.shifting_gears": "Engranajes Cambiantes", - "advancement.create.shifting_gears.desc": "Conecta un engranaje grande a uno pequeño, permitiendo cambiar la velocidad de tu contrapción.", - "advancement.create.millstone": "Trituradora de Bolsillo", - "advancement.create.millstone.desc": "Coloca y dale poder a una Piedra de Molino.", - "advancement.create.super_glue": "UNLOCALIZED: Area of Connect", - "advancement.create.super_glue.desc": "UNLOCALIZED: Super Glue some blocks into a group", - "advancement.create.contraption_actors": "UNLOCALIZED: Moving with Purpose", - "advancement.create.contraption_actors.desc": "UNLOCALIZED: Create a Contraption with drills, saws, or harvesters on board", - "advancement.create.portable_storage_interface": "UNLOCALIZED: Drive-By Exchange", - "advancement.create.portable_storage_interface.desc": "UNLOCALIZED: Use a Portable Storage Interface to take or insert items into a Contraption", - "advancement.create.wrench_goggles": "UNLOCALIZED: Kitted Out", - "advancement.create.wrench_goggles.desc": "UNLOCALIZED: Equip Engineer's Goggles and a Wrench", - "advancement.create.stressometer": "Pero, ¿qué tan estresado exactamente?", - "advancement.create.stressometer.desc": "Coloca y dale poder a un Estresómetro. Míralo con tus gafas para leer el número exacto.", - "advancement.create.cuckoo_clock": "UNLOCALIZED: Is It Time?", - "advancement.create.cuckoo_clock.desc": "UNLOCALIZED: Witness your Cuckoo Clock announce bedtime", - "advancement.create.windmill_maxed": "UNLOCALIZED: A Strong Breeze", - "advancement.create.windmill_maxed.desc": "UNLOCALIZED: Assemble a windmill of maximum strength", - "advancement.create.ejector_maxed": "UNLOCALIZED: Springboard Champion", - "advancement.create.ejector_maxed.desc": "UNLOCALIZED: Get launched more than 30 blocks by a Weighted Ejector", - "advancement.create.pulley_maxed": "UNLOCALIZED: Rope to Nowhere", - "advancement.create.pulley_maxed.desc": "UNLOCALIZED: Extend a Rope Pulley over 200 blocks deep", - "advancement.create.cart_pickup": "UNLOCALIZED: Strong Arms", - "advancement.create.cart_pickup.desc": "UNLOCALIZED: Pick up a Minecart Contraption with at least 200 attached blocks", - "advancement.create.anvil_plough": "UNLOCALIZED: Blacksmith Artillery", - "advancement.create.anvil_plough.desc": "UNLOCALIZED: Launch an Anvil with Mechanical Ploughs", - "advancement.create.lava_wheel_00000": "UNLOCALIZED: Magma Wheel", - "advancement.create.lava_wheel_00000.desc": "UNLOCALIZED: This shouldn't have worked§7\n(Hidden Advancement)", - "advancement.create.hand_crank_000": "UNLOCALIZED: Workout Session", - "advancement.create.hand_crank_000.desc": "UNLOCALIZED: Use a Hand Crank until fully exhausted§7\n(Hidden Advancement)", - "advancement.create.belt_funnel_kiss": "¡Son Cintololos!", - "advancement.create.belt_funnel_kiss.desc": "Haz que dos ingresos montados en una cinta mecánica se besen.", - "advancement.create.stressometer_maxed": "UNLOCALIZED: Perfectly Stressed", - "advancement.create.stressometer_maxed.desc": "UNLOCALIZED: Get a 100% readout from a Stressometer§7\n(Hidden Advancement)", - "advancement.create.copper": "UNLOCALIZED: Cuprum Bokum", - "advancement.create.copper.desc": "UNLOCALIZED: Amass some Copper Ingots for your exploits in fluid manipulation", - "advancement.create.copper_casing": "La Edad del Cobre", - "advancement.create.copper_casing.desc": "Utiliza planchas de cobre y un poco de madera para crear cubiertas de cobre.", - "advancement.create.spout": "Splash", - "advancement.create.spout.desc": "Observa cómo se llena un objeto de líquido con un surtidor.", - "advancement.create.drain": "UNLOCALIZED: Tumble Draining", - "advancement.create.drain.desc": "UNLOCALIZED: Watch a fluid-containing item be emptied by an Item Drain", - "advancement.create.steam_engine": "UNLOCALIZED: The Powerhouse", - "advancement.create.steam_engine.desc": "UNLOCALIZED: Use a Steam Engine to generate torque", - "advancement.create.steam_whistle": "UNLOCALIZED: Voice of an Angel", - "advancement.create.steam_whistle.desc": "UNLOCALIZED: Activate a Steam Whistle", - "advancement.create.backtank": "UNLOCALIZED: Pressure to Go", - "advancement.create.backtank.desc": "UNLOCALIZED: Create a Copper Backtank and make it accumulate air pressure", - "advancement.create.diving_suit": "UNLOCALIZED: Ready for the Depths", - "advancement.create.diving_suit.desc": "UNLOCALIZED: Equip a Diving Helmet and a Copper Backtank, then jump into water", - "advancement.create.mechanical_pump_0": "UNLOCALIZED: Under Pressure", - "advancement.create.mechanical_pump_0.desc": "UNLOCALIZED: Place and power a Mechanical Pump", - "advancement.create.glass_pipe": "Flujo Espía", - "advancement.create.glass_pipe.desc": "Observa cómo se propaga el fluido a través de una tubería con ventana. Puedes añadir una ventana a una tubería recta con tu Llave Inglesa.", - "advancement.create.water_supply": "UNLOCALIZED: Puddle Collector", - "advancement.create.water_supply.desc": "UNLOCALIZED: Use the pulling end of a Fluid Pipe or Mechanical Pump to collect water", - "advancement.create.hose_pulley": "Derrame industrial", - "advancement.create.hose_pulley.desc": "Baja una polea manguera y observa cómo drena o llena un cuerpo de fluido.", - "advancement.create.chocolate_bucket": "UNLOCALIZED: A World of Imagination", - "advancement.create.chocolate_bucket.desc": "UNLOCALIZED: Obtain a bucket of molten chocolate", - "advancement.create.honey_drain": "UNLOCALIZED: Autonomous Bee-Keeping", - "advancement.create.honey_drain.desc": "UNLOCALIZED: Use pipes to pull honey from a Bee Nest or Beehive", - "advancement.create.hose_pulley_lava": "UNLOCALIZED: Tapping the Mantle", - "advancement.create.hose_pulley_lava.desc": "UNLOCALIZED: Pump from a body of lava large enough to be considered infinite", - "advancement.create.steam_engine_maxed": "UNLOCALIZED: Full Steam", - "advancement.create.steam_engine_maxed.desc": "UNLOCALIZED: Run a boiler at the maximum level of power", - "advancement.create.foods": "UNLOCALIZED: Balanced Diet", - "advancement.create.foods.desc": "UNLOCALIZED: Create Chocolate Glazed Berries, a Honeyed Apple, and a Sweet Roll all from the same Spout", - "advancement.create.diving_suit_lava": "UNLOCALIZED: Swimming with the Striders", - "advancement.create.diving_suit_lava.desc": "UNLOCALIZED: Attempt to take a dive in lava with your diving gear§7\n(Hidden Advancement)", - "advancement.create.chained_drain": "UNLOCALIZED: On a Roll", - "advancement.create.chained_drain.desc": "UNLOCALIZED: Watch an item move across a row of Item Drains§7\n(Hidden Advancement)", - "advancement.create.cross_streams": "UNLOCALIZED: Don't Cross the Streams!", - "advancement.create.cross_streams.desc": "UNLOCALIZED: Watch two fluids meet in your pipe network§7\n(Hidden Advancement)", - "advancement.create.pipe_organ": "UNLOCALIZED: The Pipe Organ", - "advancement.create.pipe_organ.desc": "UNLOCALIZED: Attach 12 uniquely pitched Steam Whistles to a single Fluid Tank§7\n(Hidden Advancement)", - "advancement.create.brass": "Aleaciones de verdad", - "advancement.create.brass.desc": "Usa cobre triturado y zinc triturado para crear algo de latón.", - "advancement.create.brass_casing": "La Edad del Latón", - "advancement.create.brass_casing.desc": "Utiliza tu latón recién obtenido y un poco de madera para crear una cubierta más avanzada.", - "advancement.create.rose_quartz": "UNLOCALIZED: Pink Diamonds", - "advancement.create.rose_quartz.desc": "UNLOCALIZED: Polish some Rose Quartz", - "advancement.create.deployer": "Toca, Coloca y Ataca", - "advancement.create.deployer.desc": "Coloca y dale poder a un Desplegador, la perfecta reflexión de tí mismo.", - "advancement.create.precision_mechanism": "Curiosidades Complejas", - "advancement.create.precision_mechanism.desc": "Ensambla un Mecanismo de Precisión.", - "advancement.create.speed_controller": "¡Los ingenieros lo odian!", - "advancement.create.speed_controller.desc": "Pon un Controlador de Velocidad de Rotación, el último dispositivo del mercado para el engranaje moderno.", - "advancement.create.mechanical_arm": "¡Manos Ocupadas!", - "advancement.create.mechanical_arm.desc": "Construye un brazo mecánico, selecciona entradas y salidas, colócalo y dale poder; entonces, observa como hace todo el trabajo por tí.", - "advancement.create.mechanical_crafter": "UNLOCALIZED: Automated Assembly", - "advancement.create.mechanical_crafter.desc": "UNLOCALIZED: Place and power some Mechanical Crafters", - "advancement.create.crushing_wheel": "Un par de Gigantes", - "advancement.create.crushing_wheel.desc": "Crea ruedas trituradoras para descomponer los materiales de manera más efectiva.", - "advancement.create.haunted_bell": "UNLOCALIZED: Shadow Sense", - "advancement.create.haunted_bell.desc": "UNLOCALIZED: Toll a Haunted Bell", - "advancement.create.clockwork_bearing": "Contrapción en Punto", - "advancement.create.clockwork_bearing.desc": "Ensambla una estructura montada sobre un rodamiento de relojería.", - "advancement.create.display_link": "UNLOCALIZED: Big Data", - "advancement.create.display_link.desc": "UNLOCALIZED: Use a Display Link to visualise information", - "advancement.create.potato_cannon": "¡Fwoomp!", - "advancement.create.potato_cannon.desc": "Derrota a un enemigo con tu Cañón de Papas.", - "advancement.create.extendo_grip": "¡Boioioing!", - "advancement.create.extendo_grip.desc": "Sostén un Agarrextensor.", - "advancement.create.linked_controller": "UNLOCALIZED: Remote Activation", - "advancement.create.linked_controller.desc": "UNLOCALIZED: Activate a Redstone Link using a Linked Controller", - "advancement.create.arm_blaze_burner": "Combustrón 3001", - "advancement.create.arm_blaze_burner.desc": "Instruye a un brazo mecánico para que alimente tu Quemador Blaze.", - "advancement.create.crusher_maxed_0000": "UNLOCALIZED: Crushing It", - "advancement.create.crusher_maxed_0000.desc": "UNLOCALIZED: Operate a pair of Crushing Wheels at maximum speed", - "advancement.create.arm_many_targets": "Organizatrón 3000", - "advancement.create.arm_many_targets.desc": "Programa un brazo mecánico con 10 o más localizaciones de salida.", - "advancement.create.potato_cannon_collide": "UNLOCALIZED: Veggie Fireworks", - "advancement.create.potato_cannon_collide.desc": "UNLOCALIZED: Cause Potato Cannon projectiles of different types to collide with each other", - "advancement.create.self_deploying": "UNLOCALIZED: Self-Driving Cart", - "advancement.create.self_deploying.desc": "UNLOCALIZED: Create a Minecart Contraption that places tracks in front of itself", - "advancement.create.fist_bump": "¡Dame el puño, hermano!", - "advancement.create.fist_bump.desc": "Haz que dos Desplegadores se golpeen con el puño.", - "advancement.create.crafter_lazy_000": "UNLOCALIZED: Desperate Measures", - "advancement.create.crafter_lazy_000.desc": "UNLOCALIZED: Drastically slow down a Mechanical Crafter to procrastinate on proper infrastructure§7\n(Hidden Advancement)", - "advancement.create.extendo_grip_dual": "UNLOCALIZED: To Full Extent", - "advancement.create.extendo_grip_dual.desc": "UNLOCALIZED: Dual-wield Extendo Grips for superhuman reach§7\n(Hidden Advancement)", - "advancement.create.musical_arm": "¡Póneme mi tema principal!", - "advancement.create.musical_arm.desc": "Observa cómo un brazo mecánico opera un tocadiscos.", - "advancement.create.sturdy_sheet": "UNLOCALIZED: The Sturdiest Rocks", - "advancement.create.sturdy_sheet.desc": "UNLOCALIZED: Assemble a Sturdy Sheet by refining Powdered Obsidian", - "advancement.create.train_casing_00": "UNLOCALIZED: The Logistical Age", - "advancement.create.train_casing_00.desc": "UNLOCALIZED: Use Sturdy Sheets to create a casing for railway components", - "advancement.create.train": "UNLOCALIZED: All Aboard!", - "advancement.create.train.desc": "UNLOCALIZED: Assemble your first Train", - "advancement.create.conductor": "UNLOCALIZED: Conductor Instructor", - "advancement.create.conductor.desc": "UNLOCALIZED: Instruct a Train driver with a Train Schedule", - "advancement.create.track_signal": "UNLOCALIZED: Traffic Control", - "advancement.create.track_signal.desc": "UNLOCALIZED: Place a Train Signal", - "advancement.create.display_board_0": "UNLOCALIZED: Dynamic Timetables", - "advancement.create.display_board_0.desc": "UNLOCALIZED: Forecast a Train's arrival on your Display Board with the help of Display Links", - "advancement.create.track_0": "UNLOCALIZED: A New Gauge", - "advancement.create.track_0.desc": "UNLOCALIZED: Obtain some Train Tracks", - "advancement.create.train_whistle": "UNLOCALIZED: Choo Choo!", - "advancement.create.train_whistle.desc": "UNLOCALIZED: Assemble a Steam Whistle to your Train and activate it while driving", - "advancement.create.train_portal": "UNLOCALIZED: Dimensional Commuter", - "advancement.create.train_portal.desc": "UNLOCALIZED: Ride a Train through a Nether portal", - "advancement.create.track_crafting_factory": "UNLOCALIZED: Track Factory", - "advancement.create.track_crafting_factory.desc": "UNLOCALIZED: Produce more than 1000 Train Tracks with the same Mechanical Press", - "advancement.create.long_bend": "UNLOCALIZED: The Longest Bend", - "advancement.create.long_bend.desc": "UNLOCALIZED: Create a curved track section that spans more than 30 blocks in length", - "advancement.create.long_train": "UNLOCALIZED: Ambitious Endeavours", - "advancement.create.long_train.desc": "UNLOCALIZED: Create a Train with at least 6 carriages", - "advancement.create.long_travel": "UNLOCALIZED: Field Trip", - "advancement.create.long_travel.desc": "UNLOCALIZED: Leave a Train Seat over 5000 blocks away from where you started travelling", - "advancement.create.train_roadkill": "UNLOCALIZED: Road Kill", - "advancement.create.train_roadkill.desc": "UNLOCALIZED: Run over an enemy with your Train§7\n(Hidden Advancement)", - "advancement.create.red_signal": "UNLOCALIZED: Expert Driver", - "advancement.create.red_signal.desc": "UNLOCALIZED: Run a red Train Signal§7\n(Hidden Advancement)", - "advancement.create.train_crash": "UNLOCALIZED: Terrible Service", - "advancement.create.train_crash.desc": "UNLOCALIZED: Witness a Train crash as a passenger§7\n(Hidden Advancement)", - "advancement.create.train_crash_backwards": "UNLOCALIZED: Blind Spot", - "advancement.create.train_crash_backwards.desc": "UNLOCALIZED: Crash into another Train while driving backwards§7\n(Hidden Advancement)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "UNLOCALIZED: Create", - "itemGroup.create.palettes": "Create Palettes", - - "death.attack.create.crush": "%1$s fué procesado por Ruedas Trituradoras", - "death.attack.create.crush.player": "%1$sfue tirado dentro de Ruedas Trituradoras por %2$s", - "death.attack.create.fan_fire": "%1$s se ahumó con un Ventilador", - "death.attack.create.fan_fire.player": "%1$s fué tirado dentro de un ahumador por %2$s", - "death.attack.create.fan_lava": "%1$s fué incinerado por un Ventilador", - "death.attack.create.fan_lava.player": "%1$s fué tirado dentro de una derretidora por %2$s", - "death.attack.create.mechanical_drill": "%1$s fué empalado por un Taladro Mecánico", - "death.attack.create.mechanical_drill.player": "%1$s fué tirado en frente de un Taladro por %2$s", - "death.attack.create.mechanical_saw": "%1$s fué cortado por la mitad por Sierra Mecánica", - "death.attack.create.mechanical_saw.player": "%1$s fué lanzado dentro de una Sierra por %2$s", - "death.attack.create.potato_cannon": "%1$s fue disparado por el Cañón de Papas de %2$s", - "death.attack.create.potato_cannon.item": "%1$s fué disparado por %2$s usando %3$s", - "death.attack.create.cuckoo_clock_explosion": "%1$s fué reventado por el reloj cu-cú manipulado", - "death.attack.create.cuckoo_clock_explosion.player": "%1$s fué reventado por el reloj cu-cú manipulado", - "death.attack.create.run_over": "UNLOCALIZED: %1$s was run over by %2$s", - - "create.block.deployer.damage_source_name": "Un Desplegador pillo", - "create.block.cart_assembler.invalid": "Coloca tu ensamblador de Vagonetas en un bloque de rieles", - - "create.menu.return": "Volver al Menú", - "create.menu.configure": "Configurar...", - "create.menu.ponder_index": "Reflexionar el índice", - "create.menu.only_ingame": "Disponible en el menú de pausa", - "create.menu.report_bugs": "Reportar Problemas", - "create.menu.support": "Apóyanos", - - "create.recipe.crushing": "Triturando", - "create.recipe.milling": "Moliendo", - "create.recipe.fan_washing": "Lavando", - "create.recipe.fan_washing.fan": "Ventilador detrás de una Corriente de Agua", - "create.recipe.fan_smoking": "Ahumado", - "create.recipe.fan_smoking.fan": "Ventilador tras Fuego", - "create.recipe.fan_haunting": "UNLOCALIZED: Bulk Haunting", - "create.recipe.fan_haunting.fan": "UNLOCALIZED: Fan behind Soul Fire", - "create.recipe.fan_blasting": "Fundición", - "create.recipe.fan_blasting.fan": "Ventilador tras Lava", - "create.recipe.pressing": "Prensando", - "create.recipe.mixing": "Mezclando", - "create.recipe.deploying": "Desplegando", - "create.recipe.automatic_shapeless": "Crafteo Automatizada sin Forma", - "create.recipe.automatic_brewing": "Preparación Automática", - "create.recipe.packing": "Compactando", - "create.recipe.automatic_packing": "Campactación Automática", - "create.recipe.sawing": "Aserrando", - "create.recipe.mechanical_crafting": "Crafteo Mecánico", - "create.recipe.automatic_shaped": "Crafteo Automático con Forma", - "create.recipe.block_cutting": "Cartando Bloques", - "create.recipe.wood_cutting": "Cortando Madera", - "create.recipe.sandpaper_polishing": "Pulido de Papel de Arena", - "create.recipe.mystery_conversion": "Conversión Misteriosa", - "create.recipe.spout_filling": "Llenado por Surtidor", - "create.recipe.draining": "Drenaje de Objeto", - "create.recipe.item_application": "UNLOCALIZED: Manual Item Application", - "create.recipe.item_application.any_axe": "UNLOCALIZED: Any Axe", - "create.recipe.sequenced_assembly": "Ensamblaje Secuenciado", - "create.recipe.assembly.next": "Siguiente: %1$s", - "create.recipe.assembly.step": "Paso %1$s:", - "create.recipe.assembly.progress": "Progreso: %1$s/%2$s", - "create.recipe.assembly.pressing": "Procesar en prensa", - "create.recipe.assembly.spout_filling_fluid": "Surte %1$s", - "create.recipe.assembly.deploying_item": "Despliega %1$s", - "create.recipe.assembly.cutting": "Corta con Sierra", - "create.recipe.assembly.repeat": "Repetir Secuencia %1$s Veces", - "create.recipe.assembly.junk": "Chatarra Aleatoria", - "create.recipe.processing.chance": "%1$s%% Probabilidad", - "create.recipe.deploying.not_consumed": "No Consumido", - "create.recipe.heat_requirement.none": "No requiere calor", - "create.recipe.heat_requirement.heated": "Calentado", - "create.recipe.heat_requirement.superheated": "Super-Calentado", - - "create.generic.range": "Rango", - "create.generic.radius": "Radio", - "create.generic.width": "Ancho", - "create.generic.height": "Altura", - "create.generic.length": "Largo", - "create.generic.speed": "Velocidad", - "create.generic.delay": "Retraso", - "create.generic.duration": "UNLOCALIZED: Duration", - "create.generic.timeUnit": "UNLOCALIZED: Time Unit", - "create.generic.unit.ticks": "UNLOCALIZED: Ticks", - "create.generic.unit.seconds": "Segundos", - "create.generic.unit.minutes": "Minutos", - "create.generic.daytime.hour": "UNLOCALIZED: Hour", - "create.generic.daytime.minute": "UNLOCALIZED: Minute", - "create.generic.daytime.second": "UNLOCALIZED: Second", - "create.generic.daytime.pm": "UNLOCALIZED: pm", - "create.generic.daytime.am": "UNLOCALIZED: am", - "create.generic.unit.rpm": "UNLOCALIZED: RPM", - "create.generic.unit.stress": "us", - "create.generic.unit.degrees": "UNLOCALIZED: °", - "create.generic.unit.millibuckets": "%1$smB", - "create.generic.unit.buckets": "UNLOCALIZED: B", - "create.generic.clockwise": "En sentido del Reloj", - "create.generic.counter_clockwise": "Al contrario del Reloj", - "create.generic.in_quotes": "UNLOCALIZED: \"%1$s\"", - "create.generic.pitch": "UNLOCALIZED: Pitch: %1$s", - "create.generic.notes": "UNLOCALIZED: F#;F;E;D#;D;C#;C;B;A#;A;G#;G", - - "create.action.scroll": "Rueda", - "create.action.confirm": "Confirmar", - "create.action.abort": "Abortar", - "create.action.saveToFile": "Guardar", - "create.action.discard": "Descartar", - - "create.keyinfo.toolmenu": "Fijarse en el Overlay del esquema", - "create.keyinfo.toolbelt": "Acceder a cajas de Herramientas cercanas", - "create.keyinfo.scrollup": "Simular Mousewheel Up (inworld)", - "create.keyinfo.scrolldown": "Simular Mousewheel Down (inworld)", - - "create.gui.scrollInput.defaultTitle": "Elije una opción:", - "create.gui.scrollInput.scrollToModify": "Rueda para modificar", - "create.gui.scrollInput.scrollToAdjustAmount": "Rueda para ajustar la cantidad", - "create.gui.scrollInput.scrollToSelect": "Rueda para selecionar", - "create.gui.scrollInput.shiftScrollsFaster": "Shiftea para rodar mas rápido", - "create.gui.toolmenu.focusKey": "Mantén [%1$s] para Fijarte", - "create.gui.toolmenu.cycle": "[SCROLL] para ciclar", - - "create.toolbox.unequip": "Desequipar: %1$s", - "create.toolbox.outOfRange": "Caja de Herramientas del objeto fuera de rango", - "create.toolbox.detach": "Detener búsqueda y mantener el objeto", - "create.toolbox.depositAll": "Devolver objetos a cajas de herramientas cercanas", - "create.toolbox.depositBox": "Devolver objetos a la caja de herramientas", - - "create.gui.symmetryWand.mirrorType": "Espejo", - "create.gui.symmetryWand.orientation": "Orientación", - - "create.symmetry.mirror.plane": "Reflejar una vez", - "create.symmetry.mirror.doublePlane": "UNLOCALIZED: Rectangular", - "create.symmetry.mirror.triplePlane": "UNLOCALIZED: Octagonal", - - "create.orientation.orthogonal": "Ortogonal", - "create.orientation.diagonal": "UNLOCALIZED: Diagonal", - "create.orientation.horizontal": "UNLOCALIZED: Horizontal", - "create.orientation.alongZ": "En el eje Z", - "create.orientation.alongX": "en el eje X", - - "create.gui.terrainzapper.title": "Blockzapper de mano", - "create.gui.terrainzapper.searchDiagonal": "Seguir Diagonales", - "create.gui.terrainzapper.searchFuzzy": "Ignorar bordes de los materiales", - "create.gui.terrainzapper.patternSection": "Patrón", - "create.gui.terrainzapper.pattern.solid": "Solido", - "create.gui.terrainzapper.pattern.checkered": "Tablero de damas", - "create.gui.terrainzapper.pattern.inversecheckered": "Tablero de damas invertido", - "create.gui.terrainzapper.pattern.chance25": "Tiro de 25%", - "create.gui.terrainzapper.pattern.chance50": "Tiro de 50%", - "create.gui.terrainzapper.pattern.chance75": "Tiro de 75%", - "create.gui.terrainzapper.placement": "Colocación", - "create.gui.terrainzapper.placement.merged": "Fusionados", - "create.gui.terrainzapper.placement.attached": "Adjuntos", - "create.gui.terrainzapper.placement.inserted": "Insertados", - "create.gui.terrainzapper.brush": "Brocha", - "create.gui.terrainzapper.brush.cuboid": "Cuboide", - "create.gui.terrainzapper.brush.sphere": "Esfera", - "create.gui.terrainzapper.brush.cylinder": "Cilindro", - "create.gui.terrainzapper.brush.surface": "Superficie", - "create.gui.terrainzapper.brush.cluster": "Grupo", - "create.gui.terrainzapper.tool": "Herramienta", - "create.gui.terrainzapper.tool.fill": "Llenar", - "create.gui.terrainzapper.tool.place": "Colocar", - "create.gui.terrainzapper.tool.replace": "Reemplazar", - "create.gui.terrainzapper.tool.clear": "Borrar", - "create.gui.terrainzapper.tool.overlay": "UNLOCALIZED: Overlay", - "create.gui.terrainzapper.tool.flatten": "Aplanar", - - "create.terrainzapper.shiftRightClickToSet": "Shift-Click Derecho para Seleccionar una Forma", - "create.terrainzapper.usingBlock": "Usando: %1$s", - "create.terrainzapper.leftClickToSet": "Click Izquierdo a un Bloque para elegir Material", - - "create.minecart_coupling.two_couplings_max": "Las vagonetas no pueden tener mas de dos uniones cada una", - "create.minecart_coupling.unloaded": "Partes de tu tren parecen estar en chunks no cargados", - "create.minecart_coupling.no_loops": "Las uniones no puede formar un ciclo", - "create.minecart_coupling.removed": "Removidas todas las uniones de la vagoneta", - "create.minecart_coupling.too_far": "Las vagonetas estan muy separadas entre sí", - - "create.contraptions.movement_mode": "Modo de Movimiento", - "create.contraptions.movement_mode.move_place": "Siempre colocar cuando se Detiene", - "create.contraptions.movement_mode.move_place_returned": "Colocar solo en la Posición Inicial", - "create.contraptions.movement_mode.move_never_place": "Colocar solo cuando el anclaje se destruye", - "create.contraptions.movement_mode.rotate_place": "Colocar siempre que es detenido", - "create.contraptions.movement_mode.rotate_place_returned": "Colocar solo cerca del angulo inicial", - "create.contraptions.movement_mode.rotate_never_place": "Colocar solo cuando el anclaje es destruido", - "create.contraptions.cart_movement_mode": "Modo de Movimiento del Vagón", - "create.contraptions.cart_movement_mode.rotate": "Siempre apuntar en la dirección de movimiento", - "create.contraptions.cart_movement_mode.rotate_paused": "Pausar actores mientras rota", - "create.contraptions.cart_movement_mode.rotation_locked": "Bloquear Rotación", - "create.contraptions.windmill.rotation_direction": "Dirección de Rotación", - "create.contraptions.clockwork.clock_hands": "Manijas del Reloj", - "create.contraptions.clockwork.hour_first": "Horario Primero", - "create.contraptions.clockwork.minute_first": "Minutero Primero", - "create.contraptions.clockwork.hour_first_24": "24-horas Primero", - - "create.logistics.filter": "Filtro", - "create.logistics.recipe_filter": "Filtro de Recetas", - "create.logistics.fluid_filter": "Filtro de Fluidos", - "create.logistics.firstFrequency": "Frec. #1", - "create.logistics.secondFrequency": "Frec. #2", - "create.logistics.filter.apply": "Filtro Aplicado a %1$s.", - "create.logistics.filter.apply_click_again": "Filtro Aplicado a %1$s, haz click de nuevo para copiar la cantidad.", - "create.logistics.filter.apply_count": "Recuento de extracción aplicado al filtro.", - - "create.gui.goggles.generator_stats": "Estadísticas de Generación:", - "create.gui.goggles.kinetic_stats": "Estadísticas Kineticas:", - "create.gui.goggles.at_current_speed": "a la velocidad actual", - "create.gui.goggles.pole_length": "Largo del poste:", - "create.gui.goggles.fluid_container": "Informacion del Contenedor de Fluidos:", - "create.gui.goggles.fluid_container.capacity": "Capacidad: ", - "create.gui.assembly.exception": "Esta contrapción no se pudo ensamblar:", - "create.gui.assembly.exception.unmovableBlock": "Bloque inamovible (%4$s) en [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "El bloque en [%1$s,%2$s,%3$s] no estaba en un chunk cargado", - "create.gui.assembly.exception.structureTooLarge": "Hay muchos bloques incluidos en la contrapción.\nEl máximo configurado es: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "Hay muchos postes de extensión en este pistón.\nEl máximo configurado es: %1$s", - "create.gui.assembly.exception.noPistonPoles": "Al pistón le faltan algunos postes de extensión", - "create.gui.assembly.exception.not_enough_sails": "La estructura adjunta no incluye suficientes bloques de vela: %1$s\nUn mínimo de %2$s son requeridos", - "create.gui.gauge.info_header": "Información del medidor:", - "create.gui.speedometer.title": "Velocidad de Rotación", - "create.gui.stressometer.title": "Estrés de la Red", - "create.gui.stressometer.capacity": "Capacidad Restante", - "create.gui.stressometer.overstressed": "Sobreestresado", - "create.gui.stressometer.no_rotation": "Sin Rotación", - "create.gui.contraptions.not_fast_enough": "Parece que este %1$s _no_ está rotando con _suficiente_ _velocidad_.", - "create.gui.contraptions.network_overstressed": "Parece que esta contrapción está _sobreestresada_. Añade más fuentes o _reduce_ la _velocidad_ de los componentes con gran _impacto_ en el _estrés_.", - "create.gui.adjustable_crate.title": "Cajón Ajustable", - "create.gui.adjustable_crate.storageSpace": "Espacio de Almacenamiento:", - "create.gui.stockpile_switch.title": "Interruptor de Reservas", - "create.gui.stockpile_switch.invert_signal": "Invertir Señal", - "create.gui.stockpile_switch.move_to_lower_at": "Mover a la línea inferior en %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "Mover a la línea superior en %1$s%%", - "create.gui.sequenced_gearshift.title": "Caja de Cambios Secuenciada", - "create.gui.sequenced_gearshift.instruction": "Instrucción", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Girar en Ángulo", - "create.gui.sequenced_gearshift.instruction.turn_angle": "Girar", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Ángulo", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Girar para mover Pistón/Polea/Grúa", - "create.gui.sequenced_gearshift.instruction.turn_distance": "Pistón", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Distancia", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Retraso Cronometrado", - "create.gui.sequenced_gearshift.instruction.delay": "Retraso", - "create.gui.sequenced_gearshift.instruction.delay.duration": "Duración", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "Fin", - "create.gui.sequenced_gearshift.instruction.end": "Fin", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "Esperar nuevo pulso de redstone", - "create.gui.sequenced_gearshift.instruction.await": "Esperar", - "create.gui.sequenced_gearshift.speed": "Velocidad, Dirección", - "create.gui.sequenced_gearshift.speed.forward": "Velocidad ingresada, Adelante", - "create.gui.sequenced_gearshift.speed.forward_fast": "Doble Velocidad, Adelante", - "create.gui.sequenced_gearshift.speed.back": "Velocidad ingresada, Revertido", - "create.gui.sequenced_gearshift.speed.back_fast": "Doble Velocidad, Revertido", - - "create.schematicAndQuill.dimensions": "Tamaño del esquema: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "Primera posición establecida.", - "create.schematicAndQuill.secondPos": "Segunda posición establecida.", - "create.schematicAndQuill.noTarget": "Mantén [Ctrl] para Seleccionar Bloques Aéreos.", - "create.schematicAndQuill.abort": "Selección Removida.", - "create.schematicAndQuill.title": "Nombre del Esquema:", - "create.schematicAndQuill.convert": "Guardar y cargar inmediatamente", - "create.schematicAndQuill.fallbackName": "Mi Esquema", - "create.schematicAndQuill.saved": "Guardado como %1$s", - - "create.schematic.invalid": "[!] Objeto Invalido - Usa la Mesa de Esquemas", - "create.schematic.position": "Posición", - "create.schematic.rotation": "Rotación", - "create.schematic.rotation.none": "Ninguno", - "create.schematic.rotation.cw90": "Según las agujas del reloj en 90", - "create.schematic.rotation.cw180": "Según las agujas del reloj en 180", - "create.schematic.rotation.cw270": "Según las agujas del reloj en 270", - "create.schematic.mirror": "Reflejar", - "create.schematic.mirror.none": "Ninguno", - "create.schematic.mirror.frontBack": "Frente-Detrás", - "create.schematic.mirror.leftRight": "Izquierda-Derecha", - "create.schematic.tool.deploy": "Posición", - "create.schematic.tool.move": "Mover XZ", - "create.schematic.tool.movey": "Mover Y", - "create.schematic.tool.rotate": "Rotar", - "create.schematic.tool.print": "Imprimir", - "create.schematic.tool.flip": "Reflejar", - "create.schematic.tool.deploy.description.0": "Mueve la estructura a una ubicación.", - "create.schematic.tool.deploy.description.1": "Haz clic derecho en el suelo para colocar.", - "create.schematic.tool.deploy.description.2": "Mantén [Ctrl] para seleccionar a una distancia fija.", - "create.schematic.tool.deploy.description.3": "[Ctrl]-Rueda para seleccionar distancia.", - "create.schematic.tool.move.description.0": "Desplaza el esquema horizontalmente.", - "create.schematic.tool.move.description.1": "Apunta al esquema y [CTRL]-Rueda para empujarlo.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "Desplaza el esquema verticalmente.", - "create.schematic.tool.movey.description.1": "[CTRL]-Rueda para moverlo arriba y abajo.", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "Rota el esquema sobre su centro.", - "create.schematic.tool.rotate.description.1": "[CTRL]-Rueda para rotarlo en 90 Grados.", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "Instantáneamente construye la estructura en el mundo.", - "create.schematic.tool.print.description.1": "[Click-Derecho] para confirmar la ubicación en la ubicación actual.", - "create.schematic.tool.print.description.2": "Solo en Creativo.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "Gira el esquema a lo largo de la cara que seleccionaste.", - "create.schematic.tool.flip.description.1": "Apunta al esquema y [CTRL]-Rueda para voltearlo.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "Sincronizando...", - "create.schematics.uploadTooLarge": "Tu esquema excede las limitaciones especificadas por el servidor.", - "create.schematics.maxAllowedSize": "El tamaño máximo de archivo de esquema permitido es:", - - "create.gui.schematicTable.refresh": "Refrescar Archivos", - "create.gui.schematicTable.open_folder": "Abrir Carpeta", - "create.gui.schematicTable.title": "Mesa de Esquemas", - "create.gui.schematicTable.availableSchematics": "Esquemas Disponibles", - "create.gui.schematicTable.noSchematics": "Sin Esquemas Guardados", - "create.gui.schematicTable.uploading": "Subiendo...", - "create.gui.schematicTable.finished": "¡Subida Finalizada!", - "create.gui.schematicannon.title": "Esquemacañón", - "create.gui.schematicannon.listPrinter": "Impresora de Lista de Objetos", - "create.gui.schematicannon.gunpowderLevel": "Polvora al %1$s%%", - "create.gui.schematicannon.shotsRemaining": "Tiros restantes: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "Con respaldo: %1$s", - "create.gui.schematicannon.optionEnabled": "Actualmente Activado", - "create.gui.schematicannon.optionDisabled": "Actualmente Desactivado", - "create.gui.schematicannon.showOptions": "Mostrar Configuraciones de la Impresora", - "create.gui.schematicannon.option.dontReplaceSolid": "No reemplazar Bloques Sólidos", - "create.gui.schematicannon.option.replaceWithSolid": "Reemplazar Sólido con Sólido", - "create.gui.schematicannon.option.replaceWithAny": "Reemplazar Sólido con cualquier cosa", - "create.gui.schematicannon.option.replaceWithEmpty": "Reemplazar Sólido con Vacío", - "create.gui.schematicannon.option.skipMissing": "Saltarse objetos faltantes", - "create.gui.schematicannon.option.skipTileEntities": "Proteject objetos con información", - "create.gui.schematicannon.slot.gunpowder": "Añade pólvora para alimentar el cañon", - "create.gui.schematicannon.slot.listPrinter": "Coloca libros aquí para imprimir una lista de verificación para tu esquema", - "create.gui.schematicannon.slot.schematic": "Pon tu Esquema aquí. Asegurate de haberlo desplegado en la ubicación deseada.", - "create.gui.schematicannon.option.skipMissing.description": "Si el cañón no puede encontrar un Bloque requerido para colocarlo, saltará a la siguiente Ubicación.", - "create.gui.schematicannon.option.skipTileEntities.description": "El cañón evitará reemplazar bloques con almacenamiento de datos como cofres o máquinas.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "El cañón nunca reemplazará ningún bloque sólido en su área de trabajo, solo no-sólidos y aire.", - "create.gui.schematicannon.option.replaceWithSolid.description": "El cañón solo reemplazará los bloques sólidos en su área de trabajo si el esquema contiene un bloque sólido en esa ubicación.", - "create.gui.schematicannon.option.replaceWithAny.description": "El cañón reemplazará los bloques sólidos en su área de trabajo si el esquema contiene algún bloque de cualquier tipo en la ubicación.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "El cañón reemplazará todos los bloques en su área de trabajo, incluidos los reemplazados por aire.", - - "create.schematicannon.status.idle": "Inactivo", - "create.schematicannon.status.ready": "Listo", - "create.schematicannon.status.running": "En Funcionamiento", - "create.schematicannon.status.finished": "Finalizado", - "create.schematicannon.status.paused": "Pausado", - "create.schematicannon.status.stopped": "Detenido", - "create.schematicannon.status.noGunpowder": "Sin Pólvora", - "create.schematicannon.status.targetNotLoaded": "Objetivo no cargado", - "create.schematicannon.status.targetOutsideRange": "Objetivo muy lejano", - "create.schematicannon.status.searching": "Buscando", - "create.schematicannon.status.skipping": "Saltando", - "create.schematicannon.status.missingBlock": "Objeto Faltante:", - "create.schematicannon.status.placing": "Colocando", - "create.schematicannon.status.clearing": "Limpiando Bloques", - "create.schematicannon.status.schematicInvalid": "Esquema Inválido", - "create.schematicannon.status.schematicNotPlaced": "Esquema no Posicionado", - "create.schematicannon.status.schematicExpired": "Archivo de Esquema Expirado", - - "create.materialChecklist": "Lista de verificación de materiales", - "create.materialChecklist.blocksNotLoaded": "* Descargo de responsabilidad *\n\nLa lista de materiales puede ser inexacta debido a chunks que no se cargan.", - - "create.gui.filter.deny_list": "Lista Negra", - "create.gui.filter.deny_list.description": "Los objetos pasan solo si NO coinciden con ninguno de los anteriores. Una lista negra vacía acepta todo.", - "create.gui.filter.allow_list": "Lista Blanca", - "create.gui.filter.allow_list.description": "Los objetos pasan solo si coinciden con alguno de los anteriores. Una lista blanca vacía rechaza todo.", - "create.gui.filter.respect_data": "Respetar Datos", - "create.gui.filter.respect_data.description": "Los objetos solo coinciden si su durabilidad, encantamientos y otros atributos también coinciden.", - "create.gui.filter.ignore_data": "Ignorar Datos", - "create.gui.filter.ignore_data.description": "Los objetos coinciden sin importar sus datos.", - - "create.item_attributes.placeable": "es colocable", - "create.item_attributes.placeable.inverted": "no es colocable", - "create.item_attributes.consumable": "puede ser consumido", - "create.item_attributes.consumable.inverted": "no puede ser consumido", - "create.item_attributes.fluid_container": "puede guardar fluidos", - "create.item_attributes.fluid_container.inverted": "no puede guardar fluidos", - "create.item_attributes.enchanted": "está encantado", - "create.item_attributes.enchanted.inverted": "está desencantado", - "create.item_attributes.max_enchanted": "está encantado al máximo", - "create.item_attributes.max_enchanted.inverted": "no está encantado al máximo", - "create.item_attributes.renamed": "tiene un nombre customizado", - "create.item_attributes.renamed.inverted": "no tiene un nombre customizado", - "create.item_attributes.damaged": "está dañado", - "create.item_attributes.damaged.inverted": "no está dañado", - "create.item_attributes.badly_damaged": "está muy dañado", - "create.item_attributes.badly_damaged.inverted": "no está muy dañado", - "create.item_attributes.not_stackable": "no se puede juntar en stacks", - "create.item_attributes.not_stackable.inverted": "se puede juntar en stacks", - "create.item_attributes.equipable": "puede ser equipado", - "create.item_attributes.equipable.inverted": "no puede ser equipado", - "create.item_attributes.furnace_fuel": "es combustible", - "create.item_attributes.furnace_fuel.inverted": "no es cumbustible", - "create.item_attributes.washable": "puede Lavarse", - "create.item_attributes.washable.inverted": "no puede Lavarse", - "create.item_attributes.hauntable": "UNLOCALIZED: can be Haunted", - "create.item_attributes.hauntable.inverted": "UNLOCALIZED: cannot be Haunted", - "create.item_attributes.crushable": "puede ser Triturado", - "create.item_attributes.crushable.inverted": "no puede ser Triturado", - "create.item_attributes.smeltable": "puede ser Derretido", - "create.item_attributes.smeltable.inverted": "no puede ser Derretido", - "create.item_attributes.smokable": "puede ser Ahumado", - "create.item_attributes.smokable.inverted": "no puede ser Ahumado", - "create.item_attributes.blastable": "puede ser cocinado en un Alto Horno", - "create.item_attributes.blastable.inverted": "no puede ser cocinado en un Alto Horno", - "create.item_attributes.compostable": "UNLOCALIZED: can be composted", - "create.item_attributes.compostable.inverted": "UNLOCALIZED: cannot be composted", - "create.item_attributes.shulker_level": "es un shulker %1$s", - "create.item_attributes.shulker_level.inverted": "no es un shulker %1$s", - "create.item_attributes.shulker_level.full": "lleno", - "create.item_attributes.shulker_level.empty": "vacío", - "create.item_attributes.shulker_level.partial": "parcialmente lleno", - "create.item_attributes.in_tag": "tiene el tag %1$s", - "create.item_attributes.in_tag.inverted": "no tiene el tag %1$s", - "create.item_attributes.in_item_group": "está en el grupo '%1$s'", - "create.item_attributes.in_item_group.inverted": "no está en el grupo '%1$s'", - "create.item_attributes.added_by": "fué añadido por %1$s", - "create.item_attributes.added_by.inverted": "no fué añadido por %1$s", - "create.item_attributes.has_enchant": "está encantado con %1$s", - "create.item_attributes.has_enchant.inverted": "no está encantado con %1$s", - "create.item_attributes.color": "está tintado %1$s", - "create.item_attributes.color.inverted": "no está tintado %1$s", - "create.item_attributes.has_fluid": "contiene %1$s", - "create.item_attributes.has_fluid.inverted": "no contiene %1$s", - "create.item_attributes.has_name": "tiene el nombre custom %1$s", - "create.item_attributes.has_name.inverted": "no tiene el nombre custom %1$s", - "create.item_attributes.book_author": "fue escrito por %1$s", - "create.item_attributes.book_author.inverted": "no fue escrito por %1$s", - "create.item_attributes.book_copy_original": "wes un original", - "create.item_attributes.book_copy_original.inverted": "no es un original", - "create.item_attributes.book_copy_first": "es una copia de primera generación", - "create.item_attributes.book_copy_first.inverted": "no es una copia de primera generación", - "create.item_attributes.book_copy_second": "es una copia de segunda generación", - "create.item_attributes.book_copy_second.inverted": "no es una copia de segunda generación", - "create.item_attributes.book_copy_tattered": "es un desastre", - "create.item_attributes.book_copy_tattered.inverted": "no es un desastre", - "create.item_attributes.astralsorcery_amulet": "mejora %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "no mejora %1$s", - "create.item_attributes.astralsorcery_constellation": "está en sintonía con la constelación %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "no está en sintonía con la constelación %1$s", - "create.item_attributes.astralsorcery_crystal": "tiene el atributo de cristal %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "no tiene el atributo de cristal %1$s", - "create.item_attributes.astralsorcery_perk_gem": "tiene el atributo de mejora %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "no tiene el atributo de mejora %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "Sin atributos seleccionados", - "create.gui.attribute_filter.selected_attributes": "Atributos seleccionados:", - "create.gui.attribute_filter.add_attribute": "Añadir atributo a la Lista", - "create.gui.attribute_filter.add_inverted_attribute": "Añadir atributo inverso a la Lista", - "create.gui.attribute_filter.allow_list_disjunctive": "Lista Permitida (Cualquiera)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "Los objetos pasan si cumplen con uno de los atributos de la lista.", - "create.gui.attribute_filter.allow_list_conjunctive": "Lista Permitida (Todos)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "Los objetos pasas si cumplen con TODOS los atributos de la lista.", - "create.gui.attribute_filter.deny_list": "Lista Denegada", - "create.gui.attribute_filter.deny_list.description": "Los objetos pasan si NO tienen ninguno de los atributos de la lista.", - "create.gui.attribute_filter.add_reference_item": "Añadir Objeto de Referencia", - - "create.tooltip.holdForDescription": "Mantén [%1$s] para Resumen", - "create.tooltip.holdForControls": "Mantén [%1$s] para Controles", - "create.tooltip.keyShift": "UNLOCALIZED: Shift", - "create.tooltip.keyCtrl": "UNLOCALIZED: Ctrl", - "create.tooltip.speedRequirement": "Requqrimiento de Velocidad: %1$s", - "create.tooltip.speedRequirement.none": "Ninguno", - "create.tooltip.speedRequirement.slow": "UNLOCALIZED: Slow", - "create.tooltip.speedRequirement.medium": "Moderado", - "create.tooltip.speedRequirement.fast": "Rápido", - "create.tooltip.stressImpact": "Impacto en el Estrés Cinético: %1$s", - "create.tooltip.stressImpact.low": "Bajo", - "create.tooltip.stressImpact.medium": "Moderado", - "create.tooltip.stressImpact.high": "Alto", - "create.tooltip.stressImpact.overstressed": "Sobreestresado", - "create.tooltip.up_to": "UNLOCALIZED: Up to %1$s", - "create.tooltip.capacityProvided": "Capacidad de Estrés Cinético: %1$s", - "create.tooltip.capacityProvided.low": "Pequeña", - "create.tooltip.capacityProvided.medium": "Mediana", - "create.tooltip.capacityProvided.high": "Grande", - "create.tooltip.generationSpeed": "Genera a %1$s %2$s", - "create.tooltip.analogStrength": "Fuerza Análoga: %1$s/15", - - "create.mechanical_arm.extract_from": "Toma objetos desde %1$s", - "create.mechanical_arm.deposit_to": "Deposita objetos en %1$s", - "create.mechanical_arm.summary": "Brazo Mecánico tiene %1$s entreda(s) y %2$s salida(s).", - "create.mechanical_arm.points_outside_range": "%1$s punto(s) de interacción seleccionados removidos debido a limitaciones de rango.", - - "create.weighted_ejector.target_set": "Objetivo Seleccionado", - "create.weighted_ejector.target_not_valid": "Eyectando a bloque adyacente (El objetivo no era Válido)", - "create.weighted_ejector.no_target": "Eyectando a bloque adyacente (Sin objetivo Seleccionado)", - "create.weighted_ejector.targeting": "Eyectando a [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "Tamaño del stack eyectado", - - "create.logistics.when_multiple_outputs_available": "Cuando hay varias salidas disponibles", - - "create.mechanical_arm.selection_mode.round_robin": "UNLOCALIZED: Round Robin", - "create.mechanical_arm.selection_mode.forced_round_robin": "Round Robin Forzado", - "create.mechanical_arm.selection_mode.prefer_first": "Preferir Primer Objetivo", - - "create.tunnel.selection_mode.split": "Separar", - "create.tunnel.selection_mode.forced_split": "Separar Forzado", - "create.tunnel.selection_mode.round_robin": "UNLOCALIZED: Round Robin", - "create.tunnel.selection_mode.forced_round_robin": "Round Robin Forzado", - "create.tunnel.selection_mode.prefer_nearest": "Preferir el Más Cercano", - "create.tunnel.selection_mode.randomize": "Aleatorizar", - "create.tunnel.selection_mode.synchronize": "Sincronizar Salidas", - - "create.tooltip.chute.header": "Información del Tolvogán", - "create.tooltip.chute.items_move_down": "Objetos van hacia Abajo", - "create.tooltip.chute.items_move_up": "Objetos van hacia Arriba", - "create.tooltip.chute.no_fans_attached": "Sin Ventiladores Adjuntos", - "create.tooltip.chute.fans_push_up": "Ventiladores empujando desde Abajo", - "create.tooltip.chute.fans_push_down": "Ventiladores empujando desde Arriba", - "create.tooltip.chute.fans_pull_up": "Ventiladores tirando desde arriba", - "create.tooltip.chute.fans_pull_down": "Ventiladores tirando desde abajo", - "create.tooltip.chute.contains": "Contiene: %1$s x%2$s", - "create.tooltip.deployer.header": "UNLOCALIZED: Deployer Information", - "create.tooltip.deployer.using": "UNLOCALIZED: Mode: Use", - "create.tooltip.deployer.punching": "UNLOCALIZED: Mode: Attack", - "create.tooltip.deployer.contains": "UNLOCALIZED: Item: %1$s x%2$s", - "create.tooltip.brass_tunnel.contains": "Actualmente distribuyendo:", - "create.tooltip.brass_tunnel.contains_entry": "UNLOCALIZED: > %1$s x%2$s", - "create.tooltip.brass_tunnel.retrieve": "Click-Derecho para recuperar", - - "create.linked_controller.bind_mode": "Modo de vinculación activado", - "create.linked_controller.press_keybind": "Presiona %1$s, %2$s, %3$s, %4$s, %5$s o %6$s, para vincular esta frecuencia a la tecla respectiva", - "create.linked_controller.key_bound": "Frequencia vinculada a %1$s", - "create.linked_controller.frequency_slot_1": "Tecla vinculada: %1$s, Frec. #1", - "create.linked_controller.frequency_slot_2": "Tecla vinculada: %1$s, Frec. #2", - - "create.crafting_blueprint.crafting_slot": "Ranura de Ingredientes", - "create.crafting_blueprint.filter_items_viable": "Los Objetos de Filtro Avanzados son viables", - "create.crafting_blueprint.display_slot": "Ranura de Visualización", - "create.crafting_blueprint.inferred": "Inferido de la Receta", - "create.crafting_blueprint.manually_assigned": "Manualmente Asignado", - "create.crafting_blueprint.secondary_display_slot": "Ranura de Visualización Secundaria", - "create.crafting_blueprint.optional": "Opcional", - - "create.potato_cannon.ammo.attack_damage": "%1$s Daño de Ataque", - "create.potato_cannon.ammo.reload_ticks": "%1$s Ticks de Recarga", - "create.potato_cannon.ammo.knockback": "%1$s Retroceso", - - "create.hint.hose_pulley.title": "Suministro sin Fin", - "create.hint.hose_pulley": "El Fluido Objetivo se considera Infinito.", - "create.hint.mechanical_arm_no_targets.title": "Sin Objetivos", - "create.hint.mechanical_arm_no_targets": "Parece que a este _Brazo_ _Mecánico_ no se le asignó ningun _objetivo._ Selecciona cintas, depósitos, ingresos y otros bloques haciendo _click-derecho_ sobre ellos mientras _sostienes_ el _Brazo_ _Mecánico_ en tu _mano_.", - "create.hint.empty_bearing.title": "Actualizar Rodamiento", - "create.hint.empty_bearing": "Haz _Click-Derecho_ en el rodamiento con tu _mano_ _vacía_ para _unir_ la estructura que acabas de construir frente a él.", - "create.hint.full_deployer.title": "Desbordamiento de objetos del Desplegador", - "create.hint.full_deployer": "Parece que este _Desplegador_ contiene _objetos_ de _exceso_ que requieren ser _extraídos._ Usa una _tolva,_ _tolvogán_ u otros parecidos para librarlo del sobreflujo.", - - "create.backtank.low": "UNLOCALIZED: Backtank pressure low", - "create.backtank.depleted": "UNLOCALIZED: Backtank pressure depleted", - - "create.hint.derailed_train.title": "UNLOCALIZED: Derailed Train", - "create.hint.derailed_train": "UNLOCALIZED: It appears this _Train_ is no longer sitting on a connected track piece. _Right-Click_ using a _wrench_ in order to relocate it to a nearby track.", - - "create.boiler.status": "UNLOCALIZED: Boiler Status: %1$s", - "create.boiler.status_short": "UNLOCALIZED: Boiler: %1$s", - "create.boiler.passive": "UNLOCALIZED: Passive", - "create.boiler.idle": "UNLOCALIZED: Idle", - "create.boiler.lvl": "UNLOCALIZED: Lvl %1$s", - "create.boiler.max_lvl": "UNLOCALIZED: Max", - "create.boiler.size": "UNLOCALIZED: Size", - "create.boiler.size_dots": "UNLOCALIZED: ....... ", - "create.boiler.water": "UNLOCALIZED: Water", - "create.boiler.water_dots": "UNLOCALIZED: ... ", - "create.boiler.heat": "UNLOCALIZED: Heat", - "create.boiler.heat_dots": "UNLOCALIZED: ...... ", - "create.boiler.via_one_engine": "UNLOCALIZED: via 1 engine", - "create.boiler.via_engines": "UNLOCALIZED: via %1$s engines", - - "create.gui.schedule.lmb_edit": "UNLOCALIZED: Left-Click to Edit", - "create.gui.schedule.rmb_remove": "UNLOCALIZED: Right-Click to Remove", - "create.gui.schedule.duplicate": "UNLOCALIZED: Duplicate", - "create.gui.schedule.remove_entry": "UNLOCALIZED: Remove Action", - "create.gui.schedule.add_entry": "UNLOCALIZED: Add Action", - "create.gui.schedule.move_up": "UNLOCALIZED: Move up", - "create.gui.schedule.move_down": "UNLOCALIZED: Move down", - "create.gui.schedule.add_condition": "UNLOCALIZED: Add Condition", - "create.gui.schedule.alternative_condition": "UNLOCALIZED: Alternative Condition", - - "create.schedule.instruction_type": "UNLOCALIZED: Next Action:", - "create.schedule.instruction.editor": "UNLOCALIZED: Instruction Editor", - "create.schedule.instruction.destination": "UNLOCALIZED: Travel to Station", - "create.schedule.instruction.destination.summary": "UNLOCALIZED: Next Stop:", - "create.schedule.instruction.filter_edit_box": "UNLOCALIZED: Station Name", - "create.schedule.instruction.filter_edit_box_1": "UNLOCALIZED: Use * as a text wildcard", - "create.schedule.instruction.filter_edit_box_2": "UNLOCALIZED: Example: 'My Station, Platform *'", - "create.schedule.instruction.filter_edit_box_3": "UNLOCALIZED: Train picks nearest unoccupied match", - "create.schedule.instruction.rename": "UNLOCALIZED: Update Schedule Title", - "create.schedule.instruction.rename.summary": "UNLOCALIZED: New Title:", - "create.schedule.instruction.name_edit_box": "UNLOCALIZED: Schedule Title", - "create.schedule.instruction.name_edit_box_1": "UNLOCALIZED: Affects text shown on displays", - "create.schedule.instruction.name_edit_box_2": "UNLOCALIZED: Defaults to next destination's name", - "create.schedule.instruction.throttle": "UNLOCALIZED: Limit Max Speed", - "create.schedule.instruction.throttle.summary": "UNLOCALIZED: Change Max Speed to %1$s", - "create.schedule.instruction.throttle_edit_box": "UNLOCALIZED: Throttle", - "create.schedule.instruction.throttle_edit_box_1": "UNLOCALIZED: Affects the top speed of the Train", - "create.schedule.condition_type": "UNLOCALIZED: Continue if/after:", - "create.schedule.condition.editor": "UNLOCALIZED: Condition Editor", - "create.schedule.condition.delay": "UNLOCALIZED: Scheduled Delay", - "create.schedule.condition.delay_short": "UNLOCALIZED: Wait: %1$s", - "create.schedule.condition.delay.status": "UNLOCALIZED: Departs in %1$s", - "create.schedule.condition.idle": "UNLOCALIZED: Cargo Inactivity", - "create.schedule.condition.idle_short": "UNLOCALIZED: Cargo Idle: %1$s", - "create.schedule.condition.idle.status": "UNLOCALIZED: Cargo Idle for %1$s", - "create.schedule.condition.for_x_time": "UNLOCALIZED: for %1$s", - "create.schedule.condition.unloaded": "UNLOCALIZED: Chunk Unloaded", - "create.schedule.condition.unloaded.status": "UNLOCALIZED: Waiting for chunk unload", - "create.schedule.condition.powered": "UNLOCALIZED: Station Powered", - "create.schedule.condition.powered.status": "UNLOCALIZED: Waiting for redstone", - "create.schedule.condition.time_of_day": "UNLOCALIZED: Time of Day", - "create.schedule.condition.time_of_day.scheduled": "UNLOCALIZED: Scheduled Time: %1$s", - "create.schedule.condition.time_of_day.digital_format": "UNLOCALIZED: %1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "UNLOCALIZED: Rotation", - "create.schedule.condition.time_of_day.rotation.every_24": "UNLOCALIZED: Every Day", - "create.schedule.condition.time_of_day.rotation.every_12": "UNLOCALIZED: Every 12:00", - "create.schedule.condition.time_of_day.rotation.every_6": "UNLOCALIZED: Every 6:00", - "create.schedule.condition.time_of_day.rotation.every_4": "UNLOCALIZED: Every 4:00", - "create.schedule.condition.time_of_day.rotation.every_3": "UNLOCALIZED: Every 3:00", - "create.schedule.condition.time_of_day.rotation.every_2": "UNLOCALIZED: Every 2:00", - "create.schedule.condition.time_of_day.rotation.every_1": "UNLOCALIZED: Every 1:00", - "create.schedule.condition.time_of_day.rotation.every_0_45": "UNLOCALIZED: Every 0:45", - "create.schedule.condition.time_of_day.rotation.every_0_30": "UNLOCALIZED: Every 0:30", - "create.schedule.condition.time_of_day.rotation.every_0_15": "UNLOCALIZED: Every 0:15", - "create.schedule.condition.time_of_day.status": "UNLOCALIZED: Departs at ", - "create.schedule.condition.threshold.train_holds": "UNLOCALIZED: Train holds %1$s", - "create.schedule.condition.threshold.greater": "UNLOCALIZED: more than", - "create.schedule.condition.threshold.less": "UNLOCALIZED: less than", - "create.schedule.condition.threshold.equal": "UNLOCALIZED: exactly", - "create.schedule.condition.threshold.x_units_of_item": "UNLOCALIZED: %1$s %2$s of %3$s", - "create.schedule.condition.threshold.matching_content": "UNLOCALIZED: Matching Content", - "create.schedule.condition.threshold.anything": "UNLOCALIZED: Anything", - "create.schedule.condition.threshold.item_measure": "UNLOCALIZED: Item Measure", - "create.schedule.condition.threshold.items": "UNLOCALIZED: Items", - "create.schedule.condition.threshold.stacks": "UNLOCALIZED: Stacks", - "create.schedule.condition.threshold.buckets": "UNLOCALIZED: Buckets", - "create.schedule.condition.threshold.status": "UNLOCALIZED: Cargo: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "UNLOCALIZED: Reference Item", - "create.schedule.condition.threshold.place_item_2": "UNLOCALIZED: Filters can be used", - "create.schedule.condition.threshold.place_item_3": "UNLOCALIZED: Leave empty to match any", - "create.schedule.condition.fluid_threshold": "UNLOCALIZED: Fluid Cargo Condition", - "create.schedule.condition.item_threshold": "UNLOCALIZED: Item Cargo Condition", - "create.schedule.condition.redstone_link": "UNLOCALIZED: Redstone Link", - "create.schedule.condition.redstone_link.status": "UNLOCALIZED: Waiting for redstone link", - "create.schedule.condition.redstone_link_on": "UNLOCALIZED: Link On", - "create.schedule.condition.redstone_link_off": "UNLOCALIZED: Link Off", - "create.schedule.condition.redstone_link.powered": "UNLOCALIZED: Powered", - "create.schedule.condition.redstone_link.unpowered": "UNLOCALIZED: Not powered", - "create.schedule.condition.redstone_link.frequency_state": "UNLOCALIZED: Frequency state:", - "create.schedule.condition.redstone_link.frequency_powered": "UNLOCALIZED: Frequency powered:", - "create.schedule.condition.redstone_link.frequency_unpowered": "UNLOCALIZED: Frequency not powered:", - "create.schedule.condition.player_count": "UNLOCALIZED: Players Seated", - "create.schedule.condition.player_count.summary": "UNLOCALIZED: %1$s Player", - "create.schedule.condition.player_count.summary_plural": "UNLOCALIZED: %1$s Players", - "create.schedule.condition.player_count.seated": "UNLOCALIZED: %1$s seated", - "create.schedule.condition.player_count.players": "UNLOCALIZED: Players", - "create.schedule.condition.player_count.condition": "UNLOCALIZED: Conditional", - "create.schedule.condition.player_count.exactly": "UNLOCALIZED: Exactly", - "create.schedule.condition.player_count.or_above": "UNLOCALIZED: Or above", - "create.schedule.condition.player_count.status": "UNLOCALIZED: Passengers: %1$s/%2$s", - "create.schedule.loop": "UNLOCALIZED: Loop Forever", - "create.schedule.loop1": "UNLOCALIZED: Schedule starts over", - "create.schedule.loop2": "UNLOCALIZED: when completed", - "create.schedule.reset": "UNLOCALIZED: Reset Progress", - "create.schedule.skip": "UNLOCALIZED: Skip current Stop", - "create.schedule.applied_to_train": "UNLOCALIZED: Train is now following this Schedule", - "create.schedule.non_controlling_seat": "UNLOCALIZED: Conductor needs to sit in front of a Controls block", - "create.schedule.remove_with_empty_hand": "UNLOCALIZED: Remove current Schedule with an Empty Hand", - "create.schedule.auto_removed_from_train": "UNLOCALIZED: Auto-Schedule discarded", - "create.schedule.removed_from_train": "UNLOCALIZED: Schedule retrieved from Train", - "create.schedule.no_stops": "UNLOCALIZED: This Schedule does not have any Stops yet", - "create.schedule.continued": "UNLOCALIZED: Schedule resumed", - - "create.track.selection_cleared": "UNLOCALIZED: Selection Cleared", - "create.track.valid_connection": "UNLOCALIZED: Can Connect ✔", - "create.track.second_point": "UNLOCALIZED: Place track or select a second point", - "create.track.too_far": "UNLOCALIZED: Too far away", - "create.track.original_missing": "UNLOCALIZED: Original block removed, Sneak-click to reset", - "create.track.perpendicular": "UNLOCALIZED: Cannot connect perpendicularly", - "create.track.ascending_s_curve": "UNLOCALIZED: Cannot create sloped S-Bends", - "create.track.too_sharp": "UNLOCALIZED: Turn too sharp", - "create.track.too_steep": "UNLOCALIZED: Slope too steep", - "create.track.slope_turn": "UNLOCALIZED: Cannot enter or leave slope on a turn", - "create.track.opposing_slopes": "UNLOCALIZED: Cannot connect opposing slopes", - "create.track.leave_slope_ascending": "UNLOCALIZED: Cannot leave this slope while ascending", - "create.track.leave_slope_descending": "UNLOCALIZED: Cannot leave this slope while descending", - "create.track.turn_90": "UNLOCALIZED: Can only turn up to 90 Degrees", - "create.track.junction_start": "UNLOCALIZED: Cannot start connection from a Junction", - "create.track.turn_start": "UNLOCALIZED: Cannot start connection from a Turn", - "create.track.not_enough_tracks": "UNLOCALIZED: Not holding enough tracks", - "create.track.not_enough_pavement": "UNLOCALIZED: Not holding enough pavement blocks", - - "create.portal_track.failed": "UNLOCALIZED: Cannot place portal track:", - "create.portal_track.missing": "UNLOCALIZED: Target portal not generated yet", - "create.portal_track.blocked": "UNLOCALIZED: Target location blocked (%1$s,%2$s,%3$s)", - - "create.station.idle": "UNLOCALIZED: Station is Idle", - "create.station.assembly_title": "UNLOCALIZED: Train Assembly", - "create.station.close": "UNLOCALIZED: Close Window", - "create.station.cancel": "UNLOCALIZED: Cancel Assembly", - "create.station.failed": "UNLOCALIZED: Assembly Failed", - "create.station.icon_type": "UNLOCALIZED: Icon Type", - "create.station.create_train": "UNLOCALIZED: Create new Train", - "create.station.assemble_train": "UNLOCALIZED: Assemble Train", - "create.station.disassemble_train": "UNLOCALIZED: Disassemble Train", - "create.station.remove_schedule": "UNLOCALIZED: Retrieve Schedule", - "create.station.remove_auto_schedule": "UNLOCALIZED: Discard Auto-Schedule", - "create.station.no_assembly_diagonal": "UNLOCALIZED: Cannot build trains", - "create.station.no_assembly_diagonal_1": "UNLOCALIZED: on diagonal tracks", - "create.station.no_assembly_curve": "UNLOCALIZED: Cannot build trains", - "create.station.no_assembly_curve_1": "UNLOCALIZED: on curved tracks", - "create.station.train_not_aligned": "UNLOCALIZED: Cannot disassemble,", - "create.station.train_not_aligned_1": "UNLOCALIZED: not all carriages aligned", - "create.station.carriage_number": "UNLOCALIZED: Carriage %1$s:", - "create.station.retry": "UNLOCALIZED: Resolve this and retry", - "create.station.no_bogeys": "UNLOCALIZED: No Bogeys", - "create.station.one_bogey": "UNLOCALIZED: 1 Bogey", - "create.station.more_bogeys": "UNLOCALIZED: %1$s Bogeys", - "create.station.how_to": "UNLOCALIZED: Use Train Casing on highlighted Tracks to create bogeys.", - "create.station.how_to_1": "UNLOCALIZED: Remove bogeys by breaking the block on top.", - "create.station.how_to_2": "UNLOCALIZED: Build carriages attached to one or two bogeys each.", - - "create.train_assembly.too_many_bogeys": "UNLOCALIZED: Too many Bogeys attached: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "UNLOCALIZED: Frontmost Bogey must be at Station Marker", - "create.train_assembly.no_bogeys": "UNLOCALIZED: No Bogeys Found", - "create.train_assembly.not_connected_in_order": "UNLOCALIZED: Bogeys are not connected in order", - "create.train_assembly.bogeys_too_close": "UNLOCALIZED: Bogeys %1$s and %2$s are too close to each other", - "create.train_assembly.single_bogey_carriage": "UNLOCALIZED: This Bogey type cannot support a carriage on its own", - "create.train_assembly.nothing_attached": "UNLOCALIZED: No structure attached to Bogey %1$s", - "create.train_assembly.no_controls": "UNLOCALIZED: At least one forward-facing controls block needs to be mounted on the train", - "create.train_assembly.sideways_controls": "UNLOCALIZED: A mounted controls block is facing sideways", - "create.train_assembly.bogey_created": "UNLOCALIZED: Bogey created. Click again to cycle type", - "create.train_assembly.requires_casing": "UNLOCALIZED: Use Railway Casing to create bogeys on tracks", - - "create.track_target.set": "UNLOCALIZED: Targeted track selected", - "create.track_target.success": "UNLOCALIZED: Successfully bound to targeted track", - "create.track_target.clear": "UNLOCALIZED: Cleared track selection", - "create.track_target.missing": "UNLOCALIZED: Right-click the targeted train track first", - "create.track_target.too_far": "UNLOCALIZED: Targeted track is too far from here", - "create.track_target.no_junctions": "UNLOCALIZED: Targeted track cannot be an intersection", - "create.track_target.occupied": "UNLOCALIZED: Targeted track is occupied", - "create.track_target.invalid": "UNLOCALIZED: Cannot target this track here", - - "create.train.unnamed": "UNLOCALIZED: Unnamed Train", - "create.train.cannot_relocate_moving": "UNLOCALIZED: Cannot relocate a moving Train", - "create.train.relocate": "UNLOCALIZED: Click a Track to Relocate %1$s to. Sneak-Click to abort", - "create.train.relocate.abort": "UNLOCALIZED: Relocation aborted", - "create.train.relocate.success": "UNLOCALIZED: Relocation successful", - "create.train.relocate.valid": "UNLOCALIZED: Can relocate to here, Click to Confirm", - "create.train.relocate.invalid": "UNLOCALIZED: Cannot relocate Train to here", - "create.train.relocate.too_far": "UNLOCALIZED: Cannot relocate Train this far away", - "create.train.departing_from": "UNLOCALIZED: Departing from %1$s", - "create.train.arrived_at": "UNLOCALIZED: Arrived at %1$s", - "create.train.status": "UNLOCALIZED: Information about Train: %1$s", - "create.train.status.back_on_track": "UNLOCALIZED: Train is back on Track", - "create.train.status.collision": "UNLOCALIZED: Collision with other Train", - "create.train.status.end_of_track": "UNLOCALIZED: A Carriage has reached the end of its Track", - "create.train.status.double_portal": "UNLOCALIZED: A Carriage cannot enter a portal whilst leaving another", - "create.train.status.coupling_stress": "UNLOCALIZED: Forced stop due to Stress on Couplings", - "create.train.status.track_missing": "UNLOCALIZED: Tracks are missing beneath the Train", - "create.train.status.paused_for_manual": "UNLOCALIZED: Schedule paused for manual controls", - "create.train.status.opposite_driver": "UNLOCALIZED: Path requires a driver facing the opposite direction", - "create.train.status.missing_driver": "UNLOCALIZED: Driver has gone missing", - "create.train.status.found_driver": "UNLOCALIZED: A new driver has been found", - "create.train.status.navigation_success": "UNLOCALIZED: Navigation succeeded", - "create.train.status.no_match": "UNLOCALIZED: No station on graph matches '%1$s'", - "create.train.status.no_path": "UNLOCALIZED: No suitable path to the next Scheduled destination could be found", - - "create.track_signal.cannot_change_mode": "UNLOCALIZED: Unable to switch mode of this Signal", - "create.track_signal.mode_change.entry_signal": "UNLOCALIZED: -> Allow passage if section unoccupied", - "create.track_signal.mode_change.cross_signal": "UNLOCALIZED: -> Allow passage if section fully traversable", - - "create.contraption.controls.start_controlling": "UNLOCALIZED: Now controlling: %1$s", - "create.contraption.controls.stop_controlling": "UNLOCALIZED: Stopped controlling contraption", - "create.contraption.controls.approach_station": "UNLOCALIZED: Hold %1$s to approach %2$s", - - "create.display_link.set": "UNLOCALIZED: Targeted position selected", - "create.display_link.success": "UNLOCALIZED: Successfully bound to targeted position", - "create.display_link.clear": "UNLOCALIZED: Cleared position selection", - "create.display_link.too_far": "UNLOCALIZED: Targeted position is too far from here", - "create.display_link.invalid": "UNLOCALIZED: Link has no valid target, try placing it again", - "create.display_link.title": "UNLOCALIZED: Display Link", - "create.display_link.no_source": "UNLOCALIZED: Not a Display Source", - "create.display_link.no_target": "UNLOCALIZED: Not a Display Target", - "create.display_link.reading_from": "UNLOCALIZED: Read from:", - "create.display_link.writing_to": "UNLOCALIZED: Send to:", - "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", - "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", - "create.display_link.view_compatible": "UNLOCALIZED: Click to view all Compatible", - "create.display_link.information_type": "UNLOCALIZED: Type of Information", - "create.display_link.display_on": "UNLOCALIZED: Write data to:", - "create.display_link.display_on_multiline": "UNLOCALIZED: Start writing at:", - - "create.display_source.label": "UNLOCALIZED: Attached Label", - "create.display_source.combine_item_names": "UNLOCALIZED: Combine Item Names", - "create.display_source.count_items": "UNLOCALIZED: Amount of matching Items", - "create.display_source.list_items": "UNLOCALIZED: List matching Items", - "create.display_source.fluid_amount": "UNLOCALIZED: Amount of matching Fluids", - "create.display_source.list_fluids": "UNLOCALIZED: List matching Fluids", - "create.display_source.nixie_tube": "UNLOCALIZED: Copy Nixie Tubes", - "create.display_source.fill_level": "UNLOCALIZED: Container Fill Level", - "create.display_source.fill_level.display": "UNLOCALIZED: Display Format", - "create.display_source.fill_level.percent": "UNLOCALIZED: Percent", - "create.display_source.fill_level.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.value_list.display": "UNLOCALIZED: Value Display", - "create.display_source.value_list.shortened": "UNLOCALIZED: Shortened", - "create.display_source.value_list.full_number": "UNLOCALIZED: Full Number", - "create.display_source.value_list.thousand": "UNLOCALIZED: k", - "create.display_source.value_list.million": "UNLOCALIZED: m", - "create.display_source.player_deaths": "UNLOCALIZED: Player Deaths", - "create.display_source.scoreboard": "UNLOCALIZED: Scoreboard", - "create.display_source.scoreboard.objective": "UNLOCALIZED: Objective ID", - "create.display_source.scoreboard.objective_not_found": "UNLOCALIZED: '%1$s' not found", - "create.display_source.scoreboard.objective.deaths": "UNLOCALIZED: Player Deaths", - "create.display_source.time_of_day": "UNLOCALIZED: Time of Day", - "create.display_source.stop_watch": "UNLOCALIZED: Stopwatch", - "create.display_source.time.format": "UNLOCALIZED: Time Format", - "create.display_source.time.12_hour": "UNLOCALIZED: 12-hour", - "create.display_source.time.24_hour": "UNLOCALIZED: 24-hour", - "create.display_source.accumulate_items": "UNLOCALIZED: Accumulate Item Count", - "create.display_source.item_throughput": "UNLOCALIZED: Item Throughput", - "create.display_source.item_throughput.interval": "UNLOCALIZED: Interval", - "create.display_source.item_throughput.interval.second": "UNLOCALIZED: per Second", - "create.display_source.item_throughput.interval.minute": "UNLOCALIZED: per Minute", - "create.display_source.item_throughput.interval.hour": "UNLOCALIZED: per Hour", - "create.display_source.train_status": "UNLOCALIZED: Train Schedule Status", - "create.display_source.station_summary": "UNLOCALIZED: Train Station Summary", - "create.display_source.station_summary.filter": "UNLOCALIZED: Station name filter", - "create.display_source.station_summary.train_name_column": "UNLOCALIZED: Train column size", - "create.display_source.station_summary.platform_column": "UNLOCALIZED: Platform column size", - "create.display_source.station_summary.now": "UNLOCALIZED: now", - "create.display_source.station_summary.minutes": "UNLOCALIZED: min", - "create.display_source.station_summary.seconds": "UNLOCALIZED: %1$ss", - "create.display_source.observed_train_name": "UNLOCALIZED: Detected Train Name", - "create.display_source.max_enchant_level": "UNLOCALIZED: Max Enchanting Cost", - "create.display_source.boiler_status": "UNLOCALIZED: Boiler Status", - "create.display_source.entity_name": "UNLOCALIZED: Entity Name", - "create.display_source.kinetic_speed": "UNLOCALIZED: Rotation Speed (RPM)", - "create.display_source.kinetic_speed.absolute": "UNLOCALIZED: Ignore Direction", - "create.display_source.kinetic_speed.directional": "UNLOCALIZED: Include Direction", - "create.display_source.kinetic_stress": "UNLOCALIZED: Network Stress", - "create.display_source.kinetic_stress.display": "UNLOCALIZED: Displayed Info", - "create.display_source.kinetic_stress.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.kinetic_stress.percent": "UNLOCALIZED: Percentage", - "create.display_source.kinetic_stress.current": "UNLOCALIZED: Stress in SU", - "create.display_source.kinetic_stress.max": "UNLOCALIZED: Total Capacity", - "create.display_source.kinetic_stress.remaining": "UNLOCALIZED: Remaining SU", - "create.display_source.redstone_power": "UNLOCALIZED: Redstone Power", - "create.display_source.redstone_power.display": "UNLOCALIZED: Display Format", - "create.display_source.redstone_power.number": "UNLOCALIZED: Number", - "create.display_source.redstone_power.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.boiler.not_enough_space": "UNLOCALIZED: Not enough space ", - "create.display_source.boiler.for_boiler_status": "UNLOCALIZED: for Boiler Status", - - "create.display_target.line": "UNLOCALIZED: Line %1$s", - "create.display_target.page": "UNLOCALIZED: Page %1$s", - "create.display_target.single_line": "UNLOCALIZED: Single Line", - - "create.flap_display.cycles.alphabet": "UNLOCALIZED: ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": "UNLOCALIZED: ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": "UNLOCALIZED: ; min;now;15s;30s;45s", - "create.flap_display.cycles.shortened_numbers": "UNLOCALIZED: ;K;M", - "create.flap_display.cycles.fluid_units": "UNLOCALIZED: mB;B ", - "create.flap_display.cycles.instant": "UNLOCALIZED: ; ", - "create.flap_display.cycles.pixel": "UNLOCALIZED: █;▓;▒", - - "create.super_glue.too_far": "UNLOCALIZED: Selected area is too big", - "create.super_glue.cannot_reach": "UNLOCALIZED: Selected blocks must be connected", - "create.super_glue.click_to_confirm": "UNLOCALIZED: Click again to confirm", - "create.super_glue.click_to_discard": "UNLOCALIZED: Sneak-click to discard selection", - "create.super_glue.first_pos": "UNLOCALIZED: First position selected", - "create.super_glue.abort": "UNLOCALIZED: Selection discarded", - "create.super_glue.not_enough": "UNLOCALIZED: Not enough glue in inventory", - "create.super_glue.success": "UNLOCALIZED: Applying Glue...", - - "create.gui.config.overlay1": "Hola :)", - "create.gui.config.overlay2": "Este es un overlay de ejemplo", - "create.gui.config.overlay3": "Haz clic o arrastra con el mouse", - "create.gui.config.overlay4": "para mover esta previsualización", - "create.gui.config.overlay5": "Presiona ESC para salir de esta pantalla", - "create.gui.config.overlay6": "y guardar la nueva posición", - "create.gui.config.overlay7": "Ejecuta /create overlay reset", - "create.gui.config.overlay8": "para restablecer a la posición predeterminada", - - "create.command.killTPSCommand": "UNLOCALIZED: killtps", - "create.command.killTPSCommand.status.slowed_by.0": "[Create]: Los ticks del servidor están actualmente siendo ralentizados por %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "[Create]: Los ticks del servidor se ralentizan por %s ms ahora >:)", - "create.command.killTPSCommand.status.slowed_by.2": "[Create]: Los ticks del servidor han vuelto a la velocidad normal :D", - "create.command.killTPSCommand.status.usage.0": "[Create]: usa /killtps stop para devolver a los ticks del servidor a la velocidad normal", - "create.command.killTPSCommand.status.usage.1": "[Create]: usa /killtps start para ralentizar artificialmente los ticks del servidor", - "create.command.killTPSCommand.argument.tickTime": "UNLOCALIZED: tickTime", - - "create.contraption.minecart_contraption_too_big": "Esta contrapción de vagoneta parece demasiado grande para recogerla", - "create.contraption.minecart_contraption_illegal_pickup": "Una fuerza mística está vinculando esta contrapción de vagoneta al mundo", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "Contrapción se detiene", - "create.subtitle.peculiar_bell_use": "Campana Peculiar tañe", - "create.subtitle.worldshaper_place": "El Forma Mundos zapea", - "create.subtitle.whistle_train_manual": "UNLOCALIZED: Train honks", - "create.subtitle.steam": "UNLOCALIZED: Steam noises", - "create.subtitle.saw_activate_stone": "Sierra Mecánica se activa", - "create.subtitle.schematicannon_finish": "Esquemacañón campanea", - "create.subtitle.crafter_craft": "Crafteador craftea", - "create.subtitle.wrench_remove": "Componente se rompe", - "create.subtitle.train3": "UNLOCALIZED: Bogey wheels rumble muffled", - "create.subtitle.whistle": "UNLOCALIZED: Whistling", - "create.subtitle.cogs": "Engranajes suenan", - "create.subtitle.slime_added": "Slime chapotea", - "create.subtitle.whistle_train_low": "UNLOCALIZED: Low whistling", - "create.subtitle.schematicannon_launch_block": "Esquemacañón dispara", - "create.subtitle.controller_take": "Atril se Vacía", - "create.subtitle.crafter_click": "Crafteador cliquea", - "create.subtitle.depot_plop": "Objeto aterriza", - "create.subtitle.confirm": "Ding afirmativo", - "create.subtitle.mixing": "Sonidos de mezcla", - "create.subtitle.mechanical_press_activation_belt": "Prensa Mecánica hace bonk", - "create.subtitle.fwoomp": "Lanza Patatas hace fwoom", - "create.subtitle.sanding_long": "UNLOCALIZED: Sanding noises", - "create.subtitle.crushing_1": "Sonidos de Trituración", - "create.subtitle.depot_slide": "Objeto se desliza", - "create.subtitle.blaze_munch": "Quemador Blaze mastica", - "create.subtitle.funnel_flap": "Ingreso aletea", - "create.subtitle.haunted_bell_use": "Campana Embrujada tañe", - "create.subtitle.scroll_value": "Sonidos de Clic", - "create.subtitle.controller_put": "Controlador golpetea", - "create.subtitle.cranking": "Manivela gira", - "create.subtitle.sanding_short": "UNLOCALIZED: Sanding noises", - "create.subtitle.wrench_rotate": "Llave Inglesa usada", - "create.subtitle.potato_hit": "Impactos vegetales", - "create.subtitle.saw_activate_wood": "Sierra Mecánica se activa", - "create.subtitle.whistle_high": "UNLOCALIZED: High whistling", - "create.subtitle.whistle_train_manual_low": "UNLOCALIZED: Train honks", - "create.subtitle.whistle_train": "UNLOCALIZED: Whistling", - "create.subtitle.haunted_bell_convert": "Campana Embrujada despierta", - "create.subtitle.train": "UNLOCALIZED: Bogey wheels rumble", - "create.subtitle.deny": "Boop denegante", - "create.subtitle.controller_click": "Controlador cliquea", - "create.subtitle.whistle_low": "UNLOCALIZED: Low whistling", - "create.subtitle.copper_armor_equip": "Equipo de Buceo tintinea", - "create.subtitle.mechanical_press_activation": "Prensa Mecánica aplasta", - "create.subtitle.contraption_assemble": "Contración se mueve", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "SAMPLE ITEM (just a marker that this tooltip exists)", - "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", - "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", - "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", - "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", - "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", - "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", - "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", - - "block.create.wooden_bracket.tooltip": "SOPORTE DE MADERA", - "block.create.wooden_bracket.tooltip.summary": "_Decora_ tus _Ejes, Engranajes_ y _Tuberías_ con un acogedor refuerzo de madera.", - - "block.create.metal_bracket.tooltip": "SOPORTE DE METAL", - "block.create.metal_bracket.tooltip.summary": "_Decora_ tus _Ejes, Engranajes_ y _Tuberías_ con un robusto refuerzo industrial.", - - "block.create.seat.tooltip": "ASIENTO", - "block.create.seat.tooltip.summary": "¡Sientate y Disfruta del viaje! Anclará a un jugador en una _contrapción_ que se mueve. ¡Genial como mueve estático también! Viene en una variedad de colores.", - "block.create.seat.tooltip.condition1": "Click derecho en el Asiento", - "block.create.seat.tooltip.behaviour1": "Sienta al Jugador en el _Asiento_. Pulsa Shift-Izquierdo para dejar el _Asiento_.", - - "item.create.blaze_cake.tooltip": "PASTEL BLAZE", - "item.create.blaze_cake.tooltip.summary": "Un delicioso manjar para tus _Quemadores Blaze_. ¡Los pone en llamas!", - - "item.create.wand_of_symmetry.tooltip": "VARA DE SIMETRÍA", - "item.create.wand_of_symmetry.tooltip.summary": "Refleja perfectamente la ubicación de los bloques en los planos configurados.", - "item.create.wand_of_symmetry.tooltip.condition1": "En la Barra Rápida", - "item.create.wand_of_symmetry.tooltip.behaviour1": "Se mantiene Activo", - "item.create.wand_of_symmetry.tooltip.control1": "Click-Derecho en el Suelo", - "item.create.wand_of_symmetry.tooltip.action1": "_Crea_ o _Mueve_ el Espejo", - "item.create.wand_of_symmetry.tooltip.control2": "Click-Derecho en el Aire", - "item.create.wand_of_symmetry.tooltip.action2": "_Remueve_ el Espejo activo", - "item.create.wand_of_symmetry.tooltip.control3": "Click-Derecho mientras te agachas", - "item.create.wand_of_symmetry.tooltip.action3": "Abre la _Interfaz de Configuración_", - - "item.create.handheld_worldshaper.tooltip": "FORMA MUNDOS DE MANO", - "item.create.handheld_worldshaper.tooltip.summary": "Útil herramienta para crear _paisajes_ y _terrenos_.", - "item.create.handheld_worldshaper.tooltip.control1": "Click-Izquierdo en un bloque", - "item.create.handheld_worldshaper.tooltip.action1": "Establece los bloques colocados por la herramienta en el bloque objetivo.", - "item.create.handheld_worldshaper.tooltip.control2": "Click-Derecho en un bloque", - "item.create.handheld_worldshaper.tooltip.action2": "Aplica la _Brocha_ y _Herramienta_ seleccionadas actualmente en la ubicación designada.", - "item.create.handheld_worldshaper.tooltip.control3": "Click-Derecho mientras te agachas", - "item.create.handheld_worldshaper.tooltip.action3": "Abre la _Interfaz de Configuración_", - - "item.create.tree_fertilizer.tooltip": "FERTILIZANTE ARBÓREO", - "item.create.tree_fertilizer.tooltip.summary": "Una poderosa combinación de minerales adecuada para acelerar el crecimiento de árboles comunes.", - "item.create.tree_fertilizer.tooltip.condition1": "Cuando se usa en un Brote", - "item.create.tree_fertilizer.tooltip.behaviour1": "Crece árboles _sin importar_ sus _condiciones de espacio_", - - "item.create.extendo_grip.tooltip": "AGARREXTENSOR", - "item.create.extendo_grip.tooltip.summary": "¡Boioioing! _Aumenta fuertemente el alcance_ del portador. Se puede alimentar con Aire Comprimido de una _Mochila-Tanque_ de _Cobre_", - "item.create.extendo_grip.tooltip.condition1": "En la mano contraria", - "item.create.extendo_grip.tooltip.behaviour1": "Aumenta el _alcance_ de los objetos usados en la _Mano Principal_.", - "item.create.extendo_grip.tooltip.condition2": "Mientras se utiliza una Mochila-Tanque", - "item.create.extendo_grip.tooltip.behaviour2": "_No_ se usará _durabilidad_. En cambio, _Aire_ _comprimido_ es drenado del Tanque", - - "item.create.potato_cannon.tooltip": "CAÑON DE PAPAS", - "item.create.potato_cannon.tooltip.summary": "¡Fwoomp! Lanza tus verduras cosechadas en casa a tus enemigos. Se puede alimentar con Aire Comprimido de una _Mochila-Tanque_ de _Cobre_", - "item.create.potato_cannon.tooltip.condition1": "Al hacer Click-Derecho", - "item.create.potato_cannon.tooltip.behaviour1": "_Dispara_ un objeto aceptable de tu _Inventario_.", - "item.create.potato_cannon.tooltip.condition2": "Mientras se usa una Mochila-Tanque", - "item.create.potato_cannon.tooltip.behaviour2": "_No_ se usará _durabilidad_. En cambio, _Aire_ _comprimido_ es drenado del Tanque", - - "item.create.filter.tooltip": "FILTRO", - "item.create.filter.tooltip.summary": "_Controla salidas_ y _entradas_ de dispositivos logísticos con más _precisión_, comparándolos contra un _grupo de objetos_ o varios _filtros_.", - "item.create.filter.tooltip.condition1": "En la ranura del filtro", - "item.create.filter.tooltip.behaviour1": "_Controla_ el flujo de objetos dependiendo de su _configuración_.", - "item.create.filter.tooltip.condition2": "Al hacer Click-Derecho", - "item.create.filter.tooltip.behaviour2": "Abre la _interfaz de configuración_.", - - "item.create.attribute_filter.tooltip": "FILTRO DE ATRIBUTOS", - "item.create.attribute_filter.tooltip.summary": "_Controla salidas_ y _entradas_ de dispositivos logísticos con más _precisión_, comparándolos contra un _grupo de atributos de objetos_ o varias _categorías_.", - "item.create.attribute_filter.tooltip.condition1": "En la ranura de filtro", - "item.create.attribute_filter.tooltip.behaviour1": "_Controla_ el flujo de objetos dependiendo de su _configuración_.", - "item.create.attribute_filter.tooltip.condition2": "Al hacer Click-Derecho", - "item.create.attribute_filter.tooltip.behaviour2": "Abre la _interfaz de configuración_.", - - "item.create.empty_schematic.tooltip": "ESQUEMA VACÍO", - "item.create.empty_schematic.tooltip.summary": "Se utiliza como ingrediente de receta y para escribir en la _Mesa de Esquemas_.", - - "item.create.schematic.tooltip": "ESQUEMA", - "item.create.schematic.tooltip.summary": "Contiene una estructura para ser posicionada y colocada en el mundo. Coloca el holograma como desees y usa un _Esquemacañón_ para construirlo.", - "item.create.schematic.tooltip.condition1": "Al sostenerlo", - "item.create.schematic.tooltip.behaviour1": "Se puede colocar usando las herramientas en pantalla.", - "item.create.schematic.tooltip.control1": "Click-Derecho mientras te agachas", - "item.create.schematic.tooltip.action1": "Abre una _Interfaz_ para ingresar _Coordenadas_ exactas.", - - "item.create.schematic_and_quill.tooltip": "ESQUEMA Y PLUMA", - "item.create.schematic_and_quill.tooltip.summary": "Se utiliza para guardar una estructura de tu mundo en un archivo .nbt.", - "item.create.schematic_and_quill.tooltip.condition1": "Paso 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "Selecciona dos esquinas opuestas haciendo Click-Derecho", - "item.create.schematic_and_quill.tooltip.condition2": "Paso 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl-Rueda_ en las caras para ajustar el tamaño. Click-Derecho otra vez para guardar.", - "item.create.schematic_and_quill.tooltip.control1": "Click-Derecho", - "item.create.schematic_and_quill.tooltip.action1": "Selecciona una esquina / confirmar guardado.", - "item.create.schematic_and_quill.tooltip.control2": "Ctrl Mantenido", - "item.create.schematic_and_quill.tooltip.action2": "Selecciona puntos en el _aire_. _Rueda_ para ajustar la distancia.", - "item.create.schematic_and_quill.tooltip.control3": "Click-Derecho mientras te agachas", - "item.create.schematic_and_quill.tooltip.action3": "_Reinicia_ y remueve la selección.", - - "block.create.schematicannon.tooltip": "ESQUEMACAÑÓN", - "block.create.schematicannon.tooltip.summary": "Dispara bloques para recrear un _Esquema_ desplegado en el Mundo. Utiliza objetos de inventarios adyacentes y _Pólvora_ como combustible.", - "block.create.schematicannon.tooltip.condition1": "Al hacer Click-Derecho", - "block.create.schematicannon.tooltip.behaviour1": "Abre la _Interfaz_", - - "block.create.schematic_table.tooltip": "MESA DE ESQUEMAS", - "block.create.schematic_table.tooltip.summary": "Escribe esquemás guardados en un _Esquema Vacío_.", - "block.create.schematic_table.tooltip.condition1": "Al darle un Esquema Vacío", - "block.create.schematic_table.tooltip.behaviour1": "Carga un archivo elegido de tu carpeta de esquemas.", - - "item.create.goggles.tooltip": "LENTES", - "item.create.goggles.tooltip.summary": "Un par de anteojos para aumentar tu visión con _información cinética_ util.", - "item.create.goggles.tooltip.condition1": "Al equiparlas", - "item.create.goggles.tooltip.behaviour1": "Muestra _indicadores de colores_ correspondientes al _Nivel de Velocidad_ de un componente cinético colocado, así como el _Impacto de Estrés_ y la _Capacidad_ de los componentes individuales.", - "item.create.goggles.tooltip.condition2": "Al mirar un indicador", - "item.create.goggles.tooltip.behaviour2": "Muestra información detallada sobre la _Velocidad_ o el _Estrés_ de la red a la que el medidor está conectado.", - "item.create.goggles.tooltip.condition3": "Al mirar contenedores de fluidos", - "item.create.goggles.tooltip.behaviour3": "Muestra información detallada sobre la _Capacidad_ del bloque y de cualquier _Fluido_ guardado dentro.", - - "item.create.wrench.tooltip": "LLAVE INGLESA", - "item.create.wrench.tooltip.summary": "Una útil herramienta para trabajar en contrapciones. Puede _Rotar_, _Desmantelar_ y _Configurar_ componentes.", - "item.create.wrench.tooltip.control1": "Click-Derecho en un componente cinético", - "item.create.wrench.tooltip.action1": "_Rota componentes_ hacia o lejos de la cara en la que se interactuó.", - "item.create.wrench.tooltip.control2": "Click-Derecho mientras te agachas", - "item.create.wrench.tooltip.action2": "_Desmantela componentes Cinéticos_ y los devuelve a _tu inventario_.", - - "block.create.nozzle.tooltip": "BOQUILLA", - "block.create.nozzle.tooltip.summary": "Ponla en frende de un _Ventilador_ Para distribuir su efecto en Entidades en _todas direcciones_.", - - "block.create.cuckoo_clock.tooltip": "RELOJ CU-CU", - "block.create.cuckoo_clock.tooltip.summary": "Artesanía fina para _decorar_ un espacio y _hacer un seguimiento del tiempo_.", - "block.create.cuckoo_clock.tooltip.condition1": "Al darle energía cinética", - "block.create.cuckoo_clock.tooltip.behaviour1": "Muestra la _hora actual_ y toca una melodía dos veces al día. _Se activa_ una vez al _mediodía_ y al anochecer, apenas los _jugadores puedan dormir_.", - - "block.create.turntable.tooltip": "PLATO GIRATORIO", - "block.create.turntable.tooltip.summary": "Convierte la _Fuerza Rotacional_ en Cinetosis refinada .", - - "block.create.toolbox.tooltip": "CAJA DE HERRAMIENTAS", - "block.create.toolbox.tooltip.summary": "La compañía mas querida de todo inventor. Convenientemente _sostiene_ una gran cantidad de _8 Diferentes_ tipos de objeto.", - "block.create.toolbox.tooltip.condition1": "Al recogerla", - "block.create.toolbox.tooltip.behaviour1": "_Mantiene_ los _Contenidos_ del inventario .", - "block.create.toolbox.tooltip.condition2": "Al colocarla en un rango", - "block.create.toolbox.tooltip.behaviour2": "_Jugadores_ _Cercanos_ pueden mantener la _tecla_ de la _Caja de Herramientas_ para acceder a sus contenidos _Remotamente_.", - "block.create.toolbox.tooltip.condition3": "Al hacer Click-Derecho", - "block.create.toolbox.tooltip.behaviour3": "Abre la _Interfaz de Contenedor_.", - - "block.create.stockpile_switch.tooltip": "INTERRUPTOR DE RESERVAS", - "block.create.stockpile_switch.tooltip.summary": "Da una señal de redstone basado en cuántos _Objetos Guardados_ o _Fluidos_ hay en el contenedor adjunto. Viene con un útil filtro. A diferencia de un _Comparador,_ el _Interruptor de Reservas_ permite configurar los _límites,_ a los cuales las señales se invierten.", - "block.create.stockpile_switch.tooltip.condition1": "Al hacer Click-Derecho", - "block.create.stockpile_switch.tooltip.behaviour1": "Abre la _Interfaz de Configuración_.", - - "block.create.content_observer.tooltip": "OBSERVADOR DE CONTENIDOS", - "block.create.content_observer.tooltip.summary": "_Detecta Objetos_ o _Fluidos_ dentro de _contenedores_, _tuberías_ o _transportadores_ haciendo coincidir un _filtro_ configurado.", - "block.create.content_observer.tooltip.condition1": "Al observar un contenedor", - "block.create.content_observer.tooltip.behaviour1": "Emite una _Señal de Redstone_ mientras que el contenedor observado tenga _contenido_ _coincidible_.", - "block.create.content_observer.tooltip.condition2": "Al observar un Ingreso", - "block.create.content_observer.tooltip.behaviour2": "Emite un _Pulso de Redstone_ cuando un objeto _coincidible_ es _transferido_.", - - "block.create.creative_crate.tooltip": "EL CAJON SIN FIN", - "block.create.creative_crate.tooltip.summary": "Este _Contenedor de Objetos_ permite la replicación infinita de cualquier objeto. Ponlo al lado de un _Esquemacañón_ para remover cualquier requerimiento material.", - "block.create.creative_crate.tooltip.condition1": "Cuando un objeto está en la ranura del filtro", - "block.create.creative_crate.tooltip.behaviour1": "Cualquier cosa que _extraiga_ de este contenedor dará una _Fuente Infinita_ del objeto especificado. Objetos _insertados_ dentro del cajón serán _Eliminados._", - - "item.create.creative_blaze_cake.tooltip": "PASTEL CREATIVO", - "item.create.creative_blaze_cake.tooltip.summary": "Un verdadero manjar para tus _Quemadores Blaze_ que permite _controlar su nivel de calor_. Despues de comer este pastel, los Quemadores Blaze _nunca se quedarán sin combustible_.", - "item.create.creative_blaze_cake.tooltip.condition1": "Click-Derecho en el Quemador Blaze", - "item.create.creative_blaze_cake.tooltip.behaviour1": "_Bloquea_ el nivel de calor del Quemador. Si se usa de nuevo, _cicla_ el nivel de calor del Quemador", - - "block.create.controller_rail.tooltip": "RAIL CONTROLADOR", - "block.create.controller_rail.tooltip.summary": "Un _raíl propulsado unidireccional_ capaz de _controlar con precisión_ la _velocidad de movimiento_ de una vagoneta.", - "block.create.controller_rail.tooltip.condition1": "Al darle una señal de Redstone", - "block.create.controller_rail.tooltip.behaviour1": "_Acelera_ o _Desacelera_ _vagonetas_ correspondiente a la _fuerza del pulso_. Propaga la señal de redstone a railes controladores adyacentes. Darle poder a dos raíles controladores provocará que los raíles entre estos interpolen su señal.", - - "item.create.sand_paper.tooltip": "PAPEL DE ARENA", - "item.create.sand_paper.tooltip.summary": "Un papel duro que sirve para _pulir materiales_. Puede usarse automaticamente con un Desplegador.", - "item.create.sand_paper.tooltip.condition1": "Al usarlo", - "item.create.sand_paper.tooltip.behaviour1": "Aplica pulido a objetos en la _mano alternativa_ o que están en el _suelo_ al _mirarlos_", - - "item.create.builders_tea.tooltip": "TE DEL CONSTRUCTOR", - "item.create.builders_tea.tooltip.summary": "La mejor bebida para comenzar tu día- _Motivante_ y _Saturante._", - - "item.create.refined_radiance.tooltip": "RADIANCIA REFINADA", - "item.create.refined_radiance.tooltip.summary": "Un material Cromático forjado con _luz absorbida_.", - "item.create.refined_radiance.tooltip.condition1": "Trabajo en Proceso", - "item.create.refined_radiance.tooltip.behaviour1": "Los usos de este material estarán disponibles en una versión futura.", - - "item.create.shadow_steel.tooltip": "ACERO SOMBRÍO", - "item.create.shadow_steel.tooltip.summary": "Un material Cromático forjado _en el vacío_.", - "item.create.shadow_steel.tooltip.condition1": "Trabajo en Progreso", - "item.create.shadow_steel.tooltip.behaviour1": "Los usos de este material estarán disponibles en una versión futura.", - - "item.create.linked_controller.tooltip": "CONTROLADOR VINCULABLE", - "item.create.linked_controller.tooltip.summary": "Permite _control_ _manual_ sobre frecuencias de un _Enlace de Redstone_ asignadas a sus _seis_ _botones_.", - "item.create.linked_controller.tooltip.condition1": "Click-Derecho", - "item.create.linked_controller.tooltip.behaviour1": "_Alterna_ el controlador. Los _controles_ de _movimiento_ se toman el control mientras está activo.", - "item.create.linked_controller.tooltip.condition2": "Click-Derecho mientras te agachas", - "item.create.linked_controller.tooltip.behaviour2": "Abre el manual _Configuración de Interfaz_.", - "item.create.linked_controller.tooltip.condition3": "Clcik-Derecho en un Receptor de Enlace de Redstone", - "item.create.linked_controller.tooltip.behaviour3": "Activa el _Modo de Enlace_, pulsa uno de los _seis controles_ para vincularlo a una de las _Frecuencias_.", - "item.create.linked_controller.tooltip.condition4": "Click-Derecho en un atril", - "item.create.linked_controller.tooltip.behaviour4": "Coloca el controlador en el atril para una activación más sencilla. (Click-Derecho mientras te agashas para recuperarlo)", - - "item.create.diving_helmet.tooltip": "CASCO DE BUCEO", - "item.create.diving_helmet.tooltip.summary": "Junto con un _Tanque_ de _Cobre_, permite al portados _respirar_ bajo el _agua_ por un periodo de tiempo extendido", - "item.create.diving_helmet.tooltip.condition1": "Al equiparlo", - "item.create.diving_helmet.tooltip.behaviour1": "Da el efecto de _Respiración Acuática_, drenando _Aire Comprimido_ lentamente del Tanque.", - - "item.create.copper_backtank.tooltip": "TANQUEMOCHILA DE COBRE", - "item.create.copper_backtank.tooltip.summary": "Un _Tanque_ _Equipable_ para llevar Aire Comprimido.", - "item.create.copper_backtank.tooltip.condition1": "Al Equiparlo", - "item.create.copper_backtank.tooltip.behaviour1": "Proporciona _Aire_ _Comprimido_ al Equipamiento que lo requiere.", - "item.create.copper_backtank.tooltip.condition2": "Al colocarlo, y darle Cinética", - "item.create.copper_backtank.tooltip.behaviour2": "_Recolecta_ _Aire_ _Comprimido_ a una velocidad dependiente de la velocidad de rotación.", - - "block.create.placard.tooltip": "UNLOCALIZED: PLACARD", - "block.create.placard.tooltip.summary": "UNLOCALIZED: _Frame_ your _items_ in brass using this fancy wall panel. Safe for contraptions!", - "block.create.placard.tooltip.condition1": "UNLOCALIZED: When R-Clicked with Item", - "block.create.placard.tooltip.behaviour1": "UNLOCALIZED: _Adds_ the held _item_ to the Placard. _Emits_ a brief _Redstone_ signal if a matching item was present already.", - "block.create.placard.tooltip.condition2": "UNLOCALIZED: When Punched", - "block.create.placard.tooltip.behaviour2": "UNLOCALIZED: _Removes_ the current _item_ in the frame.", - - "block.create.flywheel.tooltip": "UNLOCALIZED: FLYWHEEL", - "block.create.flywheel.tooltip.summary": "UNLOCALIZED: _Embellish_ your _Machines_ with this imposing Wheel of Brass.", - "block.create.flywheel.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", - "block.create.flywheel.tooltip.behaviour1": "UNLOCALIZED: Starts spinning.", - - "item.create.diving_boots.tooltip": "BOTAS DE BUCEO", - "item.create.diving_boots.tooltip.summary": "Un par de _botas_ _pesadas_, permitiendo un mejor recorrido del suelo oceánico.", - "item.create.diving_boots.tooltip.condition1": "Al equiparlas", - "item.create.diving_boots.tooltip.behaviour1": "El portador se _hunde_ _rápido_ y _no puede_ _nadar_. Permite la habilidad de _caminar_ y _saltar_ bajo el agua. El portador tampoco es afectado por las _Cintas_ _Transportadoras_.", - - "item.create.crafting_blueprint.tooltip": "PLANO DE FABRICACIÓN", - "item.create.crafting_blueprint.tooltip.summary": "_Colocado_ en una pared, de puede usar para _especificar_ _orden_ de _ingredientes_ para un crafteo manual mas sencillo. Cada espacio representa una receta.", - "item.create.crafting_blueprint.condition1": "Click-Derecho en un espacio vacío", - "item.create.crafting_blueprint.behaviour1": "Abre un _Menú_ de _Crafteo_ permitiendote _configurar_ una _receta_ y objetos a mostrar.", - "item.create.crafting_blueprint.condition2": "Click-Derecho en un espacio configurado", - "item.create.crafting_blueprint.behaviour2": "_Aplica_ la _receta_ _configurada_ con ingredientes coincidentes que se encuentren en tu _Inventario_. _Agachate_ para craftear un _Stack_ de objetos.", - - "item.create.minecart_coupling.tooltip": "UNION DE VAGONETAS", - "item.create.minecart_coupling.tooltip.summary": "_Encadena_ todas tus _Vagonetas_ o _Contrapciones de Carruago_ juntas para formar un Tren majestuoso.", - "item.create.minecart_coupling.tooltip.condition1": "Al usar en una Vagoneta", - "item.create.minecart_coupling.tooltip.behaviour1": "_Une_ dos Vagonetas juntas, intentando mantenerlas a una _distancia constante_ mientrar se mueven.", - - "item.create.experience_nugget.tooltip": "UNLOCALIZED: NUGGET OF EXPERIENCE", - "item.create.experience_nugget.tooltip.summary": "UNLOCALIZED: _Ding!_ A speck of _inspiration_ from your fantastic inventions.", - "item.create.experience_nugget.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.experience_nugget.tooltip.behaviour1": "UNLOCALIZED: _Redeems_ _Experience_ points contained within.", - - "block.create.peculiar_bell.tooltip": "CAMPANA PECULIAR", - "block.create.peculiar_bell.tooltip.summary": "Una _Campana de Latón_ decorativa. Ponerla justo sobre _Fuego de Almas_ podría causar efectos secundarios...", - - "block.create.haunted_bell.tooltip": "CAMPANA EMBRUAJADA", - "block.create.haunted_bell.tooltip.summary": "Una _Campana Embrujada_ perseguida por las almas perdidas del Nether.", - "block.create.haunted_bell.tooltip.condition1": "Al sostenerla o colgarla", - "block.create.haunted_bell.tooltip.behaviour1": "Destaca _Puntos no Iluminados_ cercanos en los que _Criaturas Hostiles_ pueden aparecer.", - - - "_": "->------------------------] Ponder Content [------------------------<-", - - "create.ponder.hold_to_ponder": ">Mantén [%1$s] para reflexionar", - "create.ponder.subject": "Sujeto de esta escena", - "create.ponder.pondering": "Reflexionando sobre...", - "create.ponder.identify_mode": "Modo de identificación activado.\nDespausa con [%1$s]", - "create.ponder.associated": "Entradas asociadas", - "create.ponder.close": "Cerrar", - "create.ponder.identify": "Identificar", - "create.ponder.next": "Siguiente Escena", - "create.ponder.next_up": "UNLOCALIZED: Up Next:", - "create.ponder.previous": "Escena Previa", - "create.ponder.replay": "Reiniciar", - "create.ponder.think_back": "Pensar Atrás", - "create.ponder.slow_text": "Lectura Cómoda", - "create.ponder.exit": "Salir", - "create.ponder.welcome": "Bienvenido a Reflexionar", - "create.ponder.categories": "Categorías Disponibles en Create", - "create.ponder.index_description": "Haz clic en uno de los iconos para conocer sus elementos y bloques asociados", - "create.ponder.index_title": "Índice de Reflexión", - "create.ponder.shared.rpm16": "UNLOCALIZED: 16 RPM", - "create.ponder.shared.behaviour_modify_wrench": "Este comportamiento se puede modificar con una llave inglesa", - "create.ponder.shared.storage_on_contraption": "Los inventarios adjuntos a la contrapción recogerán los objetos automáticamente", - "create.ponder.shared.sneak_and": "Agáchate +", - "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": "Fuente: 16 RPM", - "create.ponder.shared.movement_anchors": "Con la ayuda de Chasis o La Gotita, se pueden mover estructuras más grandes.", - "create.ponder.tag.redstone": "Componentes Lógicos", - "create.ponder.tag.redstone.description": "Componentes que ayudan con la ingeniería de redstone", - "create.ponder.tag.contraption_assembly": "Utilidad para adjuntar bloques", - "create.ponder.tag.contraption_assembly.description": "Herramientas y componentes utilizados para ensamblar estructuras movibles como una contrapción animada", - "create.ponder.tag.fluids": "Manipuladores de Fluido", - "create.ponder.tag.fluids.description": "Componentes que ayudan a transmitir y hacer uso de los fluidos", - "create.ponder.tag.decoration": "Estética", - "create.ponder.tag.decoration.description": "Componentes usados, generalmente, con un fin estético", - "create.ponder.tag.windmill_sails": "Velas para rodamientos de molino de viento", - "create.ponder.tag.windmill_sails.description": "Bloques que cuentan para calcular la fuerza de una contrapción de molino de viento cuando se ensambla. Todos tienen la misma eficacia.", - "create.ponder.tag.arm_targets": "Objetivos para brazos mecánicos", - "create.ponder.tag.arm_targets.description": "Componentes que se pueden seleccionar como entradas o salidas de brazo mecánico", - "create.ponder.tag.kinetic_appliances": "Aplicaciones Cinéticas", - "create.ponder.tag.kinetic_appliances.description": "Componentes que hacen uso de la Energía rotacional", - "create.ponder.tag.kinetic_sources": "Fuentes Cinéticas", - "create.ponder.tag.kinetic_sources.description": "Componentes que generan fuerza rotacional", - "create.ponder.tag.movement_anchor": "Anclajes de movimiento", - "create.ponder.tag.movement_anchor.description": "Componentes que permiten la creación de contrapciones móviles, animando una estructura adjunta de distintas formas", - "create.ponder.tag.kinetic_relays": "Bloques Cinéticos", - "create.ponder.tag.kinetic_relays.description": "Componentes que ayudan a transmitir la fuerza de rotación a otros lugares", - "create.ponder.tag.contraption_actor": "Actores de Contrapción", - "create.ponder.tag.contraption_actor.description": "Componentes que exponen un comportamiento especial cuando se adjuntan a una contrapción en movimiento", - "create.ponder.tag.creative": "Modo Creativo", - "create.ponder.tag.creative.description": "Componentes no usualmente disponibles en Modo Supervivencia", - "create.ponder.tag.display_sources": "UNLOCALIZED: Sources for Display Links", - "create.ponder.tag.display_sources.description": "UNLOCALIZED: Components or Blocks which offer some data that can be read with a Display Link", - "create.ponder.tag.logistics": "Transportación de Objetos", - "create.ponder.tag.logistics.description": "Componentes que ayudan a mover objetos", - "create.ponder.tag.display_targets": "UNLOCALIZED: Targets for Display Links", - "create.ponder.tag.display_targets.description": "UNLOCALIZED: Components or Blocks which can process and display the data received from a Display Link", - "create.ponder.tag.train_related": "UNLOCALIZED: Railway Equipment", - "create.ponder.tag.train_related.description": "UNLOCALIZED: Components used in the construction or management of Train Contraptions", - - "create.ponder.analog_lever.header": "Controlando señales usando la Palanca Análoga", - "create.ponder.analog_lever.text_1": "Las Palancas Análogas son una fuente compacta y precisa de redstone", - "create.ponder.analog_lever.text_2": "Click-Derecho para incrementar la salida análoga", - "create.ponder.analog_lever.text_3": "Click-Derecho mientras te agachas para decrementar la salida de nuevo", - - "create.ponder.andesite_tunnel.header": "Usando Túneles de Andesita", - "create.ponder.andesite_tunnel.text_1": "Los Túneles de Andesita pueden ser usados para cubrir tus cintas", - "create.ponder.andesite_tunnel.text_2": "Cuando un Túnel de Andesita tiene conexiones laterales...", - "create.ponder.andesite_tunnel.text_3": "...separarán exactamente un objeto de cualquier stack que pase a través", - "create.ponder.andesite_tunnel.text_4": "Lo restante continuará en su camino", - - "create.ponder.auto_schedule.header": "UNLOCALIZED: Stations & Scheduling", - "create.ponder.auto_schedule.text_1": "UNLOCALIZED: Schedules can be used to provide drivers with a destination", - "create.ponder.auto_schedule.text_2": "UNLOCALIZED: Comparators will receive a signal whenever a Train is present", - "create.ponder.auto_schedule.text_3": "UNLOCALIZED: Mind that a Station can only be approached from the indicated direction", - "create.ponder.auto_schedule.text_4": "UNLOCALIZED: Stations can also be used to assign new Schedules automatically", - "create.ponder.auto_schedule.text_5": "UNLOCALIZED: The Schedule placed on a station will automatically copy itself to present trains", - "create.ponder.auto_schedule.text_6": "UNLOCALIZED: As opposed to manual scheduling, drivers will not take the item with them", - - "create.ponder.basin.header": "Procesando Objetos en el tónel", - "create.ponder.basin.text_1": "Un tónel puede sostener Objetos y Fluidos para ser Procesados", - "create.ponder.basin.text_2": "Despues de un procesado, los tóneles intentarán dar salida a un lado y hacia abajo", - "create.ponder.basin.text_3": "Cuando un componente válido está presente, el tónel mostrará un grifo de salida", - "create.ponder.basin.text_4": "Un número de opciones son aplicables aqui", - "create.ponder.basin.text_5": "Los objetos salientes serán atrapados por el inventario debajo", - "create.ponder.basin.text_6": "Sin un grifo, el tónel retendra los objetos procesados dentro", - "create.ponder.basin.text_7": "Esto puede ser útil si los resultados deben ser reusados como ingredientes", - "create.ponder.basin.text_8": "Los objetos de salida deseados tendrán que ser retirados del tónel", - "create.ponder.basin.text_9": "Un Filtro podría ser necesario para evitar sacar objetos sin procesar", - - "create.ponder.bearing_modes.header": "Modos de movimiento del Rodamiento Mecánico", - "create.ponder.bearing_modes.text_1": "Al ser detenido, el Rodamiento colocará la estructura en el ángulo alineado más cercano", - "create.ponder.bearing_modes.text_2": "Puede ser configurado que nunca se vuela a bloques sólidos, o solo hacerlo cerca del ángulo inicial", - - "create.ponder.belt_casing.header": "Cubriendo Cintas", - "create.ponder.belt_casing.text_1": "Cubiertas de Latón y Andesita pueden usarse para decorar tus Cintas Mecánicas", - "create.ponder.belt_casing.text_2": "Una llave inglesa se puede usar para remover la cubierta", - - "create.ponder.belt_connector.header": "Usando Cintas Mecánicas", - "create.ponder.belt_connector.text_1": "Haciendo Click-Derecho en dos ejes con una cinta en la mano los conectará", - "create.ponder.belt_connector.text_2": "Las selecciones equivocadas pueden ser eliminadas con Click-Derecho mientras te agachas", - "create.ponder.belt_connector.text_3": "Ejes Adicionales se pueden añadir a lo largo de la cinta", - "create.ponder.belt_connector.text_4": "Los ejes conectados via Cintas rotarán con Velocidad y Dirección idénticas", - "create.ponder.belt_connector.text_5": "los Ejes adicionales se pueden remover con la Llave Inglesa", - "create.ponder.belt_connector.text_6": "Las Cintas Mecánicas se pueden tintar para fines estéticos", - - "create.ponder.belt_directions.header": "Orientaciones Válidas para las Cintas Mecánicas", - "create.ponder.belt_directions.text_1": "Las cintas no se pueden conectar en direcciones arbitrarias", - "create.ponder.belt_directions.text_2": "1. Se conectan horizontalmente", - "create.ponder.belt_directions.text_3": "2. Se conectan diagonalmente", - "create.ponder.belt_directions.text_4": "3. Se conectan verticalmente", - "create.ponder.belt_directions.text_5": "4. Y pueden conectar Ejes verticales Horizontalmente", - "create.ponder.belt_directions.text_6": "Esas son todas las direcciones posibles. Las cintas pueden unir cualquier distancia entre 2 y 20 bloques", - - "create.ponder.belt_transport.header": "Usando Cintas Mecánicas para Logisticas", - "create.ponder.belt_transport.text_1": "Las cintas que se mueven pueden transportar objetos y entidades", - "create.ponder.belt_transport.text_2": "Hacer Click-Derecho con una mano vacía sacará los objetos de la cinta", - - "create.ponder.blaze_burner.header": "Alimentando Quemadores Blaze", - "create.ponder.blaze_burner.text_1": "Los Quemadores Blaze dan calor a los objetos para ser procesados en el tónel", - "create.ponder.blaze_burner.text_2": "Para esto, deber alimentar al Blaze con objetos combustibles", - "create.ponder.blaze_burner.text_3": "Con un Pastel Blaze, el Quemador puede alcanzar un nivel incluso mayor de calor", - "create.ponder.blaze_burner.text_4": "El proceso de alimentación puede ser automatizado usando Desplegadores o Brazos Mecánicos", - - "create.ponder.brass_funnel.header": "El Ingreso de Latón", - "create.ponder.brass_funnel.text_1": "Los Ingresos de Andesita solo pueden retirar 1 objeto a la vez.", - "create.ponder.brass_funnel.text_2": "Los Ingresos de Latón pueden extraer hasta un Stack completo.", - "create.ponder.brass_funnel.text_3": "Rodando por la ranura de filtro permite mayor control sobre el tamaño del stack extraído.", - "create.ponder.brass_funnel.text_4": "Usar objetos en la ranura de filtro restringirá el ingreso a solo transferir ese tipo de objeto", - - "create.ponder.brass_tunnel.header": "Usando Túneles de Latón", - "create.ponder.brass_tunnel.text_1": "Los Túneles de Latón se pueden usar para cubrir tus Cintas", - "create.ponder.brass_tunnel.text_2": "Los Túneles de Latón tienen ranuras para filtros en cada lado abierto", - "create.ponder.brass_tunnel.text_3": "Los Filtros en conexiones entrantes simplemente bloquean los elementos que no coinciden", - "create.ponder.brass_tunnel.text_4": "Los Filtros en conexiones pueden ser usados para organizar los objetos", - "create.ponder.brass_tunnel.text_5": "Cuando un objeto tiene varias salidas posibles, el modo de distribución decidirá como manejarlo", - "create.ponder.brass_tunnel.text_6": "Los túneles de latón en cinturones paralelos formarán un grupo", - "create.ponder.brass_tunnel.text_7": "Los objetos entrantes ahora serán distribuidos por todas las salidas disponibles", - "create.ponder.brass_tunnel.text_8": "Para esto, los objetos también pueden ser insertados en el bloque de Túnel directamente", - - "create.ponder.brass_tunnel_modes.header": "Modos de Distribución del Túnel de Latón", - "create.ponder.brass_tunnel_modes.text_1": "Usando una Llave, el comporatamiento de la ddistribución de los Túneles de Latón se puede configurar", - "create.ponder.brass_tunnel_modes.text_10": "'Sincronizar Salidas' es una opción única de los Túneles de Latón", - "create.ponder.brass_tunnel_modes.text_11": "Los objetos solo pueden pasar si todos los Túneles en el grupo tienen un objetos en espera", - "create.ponder.brass_tunnel_modes.text_12": "Esto te asegura que todas las cintas suministran objetos a la vez", - "create.ponder.brass_tunnel_modes.text_2": "'Seprarar' intentará distribuir el stack de manera uniforme por todas las salidsa", - "create.ponder.brass_tunnel_modes.text_3": "Si una salida no puede recibir más objetos, será saltada", - "create.ponder.brass_tunnel_modes.text_4": "'Separar Forzado' nunca se saltará salidas, y esperará a que todas estén libres", - "create.ponder.brass_tunnel_modes.text_5": "'Round Robin' mantiene los stacks completos, y los cicla iterativamente a traves de las salidas", - "create.ponder.brass_tunnel_modes.text_6": "Otra Vez, si una salida no puede recibir más objetos, será saltada", - "create.ponder.brass_tunnel_modes.text_7": "'Round Robin Forzado' nunca se salta salidas", - "create.ponder.brass_tunnel_modes.text_8": "'Preferir Cercano' prioritiza las salidas más cercanas de la ubicacion de entrada del objeto", - "create.ponder.brass_tunnel_modes.text_9": "'Aleatorizar' distribuirá los stacks completos al azar entre las salidas", - - "create.ponder.cart_assembler.header": "Moviendo Estructuras usando la Ensambladora de Vagonetas", - "create.ponder.cart_assembler.text_1": "Las Ensambladoras de Vagonetas Potenciadas montan las estructuras adyacentes a las Vagonetas Pasantes", - "create.ponder.cart_assembler.text_2": "Sin una señal de Redstone, desensamblará las contrapciones de vagoneta de vuelta a bloques", - "create.ponder.cart_assembler.text_3": "Usando una Llave en la Vagoneta te permitirá llevar la contrapción a otra parte", - - "create.ponder.cart_assembler_dual.header": "Ensamblando Contrapciones de Carruaje", - "create.ponder.cart_assembler_dual.text_1": "Cuando dos Ensambladores de Vagoneta comparten una estructura adjunta...", - "create.ponder.cart_assembler_dual.text_2": "Darle poder a ambos creará una Contrapción de Carruaje", - "create.ponder.cart_assembler_dual.text_3": "Los carritos se comportarán como los que se conectan via Uniones de Vagoneta", - - "create.ponder.cart_assembler_modes.header": "Configuración de Orientación para las Contrapciones de Vagonetas", - "create.ponder.cart_assembler_modes.text_1": "Las Contrapciones de Vagoneta colo rotarán hacia donde está el movimiento de la vagoneta", - "create.ponder.cart_assembler_modes.text_2": "Esta Flecha indica que lado de la Estructura se considerará el frente", - "create.ponder.cart_assembler_modes.text_3": "Si el Ensamblador está configurado para Bloquear Rotación, la orientación de la contrapción nunca cambiará", - - "create.ponder.cart_assembler_rails.header": "Otros tipos de Vagonetas y Raíles", - "create.ponder.cart_assembler_rails.text_1": "Los Ensambladores de Carrito en las vías normales no afectarán el movimiento de las vagonetas", - "create.ponder.cart_assembler_rails.text_2": "Cuando están en un raíl controlador o potenciado, los carros se mantendrán en su lugar hasta que se encienda", - "create.ponder.cart_assembler_rails.text_3": "Otros tipos de vagonetas se pueden usar como anclaje", - "create.ponder.cart_assembler_rails.text_4": "Los carros con horno se mantendrán alimentados, extrayendo combustible de los inventarios adjuntos", - - "create.ponder.chain_drive.header": "Transmitiendo Fuerza Rotacional con Conductores en Cadena", - "create.ponder.chain_drive.text_1": "Los Conductores en Cadena mantienen la rotación a las otras en fila", - "create.ponder.chain_drive.text_2": "Todos los ejes conectados de esta forma rotarán en la misma dirección", - "create.ponder.chain_drive.text_3": "Cualquier parte de la fila se puede girar en 90 grados", - - "create.ponder.chain_gearshift.header": "Control de la Velocidad de Rotación con la Caja de Cambios en Cadena", - "create.ponder.chain_gearshift.text_1": "Las Cajas de Cambio despotenciadas se comportan igual a los Conductores en Cadena", - "create.ponder.chain_gearshift.text_2": "Al recibir Redstone, la Velocidad transmitida a las otras Cajas de Cambio en la fila es doblada", - "create.ponder.chain_gearshift.text_3": "Cuando la Caja de Cambios no está en la fuente, su velocidad será la mitad", - "create.ponder.chain_gearshift.text_4": "En ambos casos, los Conductores en Cadena en la fila siempre irán al doble la velocidad de las Cajas de Cambios", - "create.ponder.chain_gearshift.text_5": "Usando señales análogas, la razón se puede ajustar más precisamente entre 1 y 2", - "create.ponder.chain_gearshift.text_6": "UNLOCALIZED: 12 RPM", - - "create.ponder.chute.header": "Transportando Objetos a través de Tolvoganes Verticales", - "create.ponder.chute.text_1": "Los tolvoganes pueden transportar artículos verticalmente desde y hacia los inventarios.", - "create.ponder.chute.text_2": "Usando la Llave, una ventana se puede crear", - "create.ponder.chute.text_3": "Colocar tolvoganes apuntando a las caras laterales de otro lo hará diagonal", - - "create.ponder.chute_upward.header": "Transportando objetos hacia arriba usando Tolvoganes", - "create.ponder.chute_upward.text_1": "Usando Ventiladores desde abajo o arriba, un tolvogán puede transportar objetos hacia arriba", - "create.ponder.chute_upward.text_2": "Inspeccionar tolvoganes con los lentes del ingeniero revela información sobre la dirección de movimiento", - "create.ponder.chute_upward.text_3": "'Por el otro lado', los objetos tendrán que ser insertados/retirados por los lados.", - - "create.ponder.clockwork_bearing.header": "Animando estructuras con Rodamientos de Relojería", - "create.ponder.clockwork_bearing.text_1": "Los Rodamientos de Relojería se adjuntan a los bloques en frente", - "create.ponder.clockwork_bearing.text_2": "Al recibir Fuerza Rotacional, la estructura será rotada acorde a la hora del día", - "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", - "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", - "create.ponder.clockwork_bearing.text_5": "Haz Click-Derecho en el rodamiento para comenzar o detener la estructura", - "create.ponder.clockwork_bearing.text_6": "En frente del horario, una segunda estructura se puede añadir", - "create.ponder.clockwork_bearing.text_7": "Asegúrate de que las dos estructuras no estén unidas la una a la otra con La Gotita o un similar", - "create.ponder.clockwork_bearing.text_8": "La Segunda Estructura ahora rotará como el Minutero", - - "create.ponder.clutch.header": "Controlando la fuerza Rotacional con un Embrague", - "create.ponder.clutch.text_1": "Los Embragues mantienen la rotación en una línea recta", - "create.ponder.clutch.text_2": "Al ser potenciados con redstone, rompen la conexión", - - "create.ponder.cog_speedup.header": "Cambiando marchas con Engranajes", - "create.ponder.cog_speedup.text_1": "Engranajes grandes y pequeños pueden ser conectados diagonalmente", - "create.ponder.cog_speedup.text_2": "Al cambiar de uno grande a otro pequeño, la velocidad será doblada", - "create.ponder.cog_speedup.text_3": "Al cambiar de uno pequeño a uno grande, la velocidad será la mitad", - - "create.ponder.cogwheel.header": "Transmitiendo Fuerza Rotacional mediante Engranajes", - "create.ponder.cogwheel.text_1": "Los Engranajes transmiten su rotación a los adyacentes", - "create.ponder.cogwheel.text_2": "Los ejes vecinos conectados de esta forma girarán en direcciones opuestas", - - "create.ponder.cogwheel_casing.header": "UNLOCALIZED: Encasing Cogwheels", - "create.ponder.cogwheel_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Cogwheels", - "create.ponder.cogwheel_casing.text_2": "UNLOCALIZED: Components added after encasing will not connect to the shaft outputs", - "create.ponder.cogwheel_casing.text_3": "UNLOCALIZED: The Wrench can be used to toggle connections", - - "create.ponder.creative_fluid_tank.header": "Tanques de Fluido del Creativo", - "create.ponder.creative_fluid_tank.text_1": "Los Tanques de Fluido del Creativo se pueden utilizar para proporcionar un suministro de fluido sin fin", - "create.ponder.creative_fluid_tank.text_2": "Haz Click-Derecho con un objeto que contenga un fluido para configurarlo", - "create.ponder.creative_fluid_tank.text_3": "Las redes de tuberías ahora pueden retirar infinitamente el fluido asignado al tanque", - "create.ponder.creative_fluid_tank.text_4": "Cualquier fluido empujado dentro del tanque será eliminado", - - "create.ponder.creative_motor.header": "Generando Energía Rotacional usando Motores del Creativo", - "create.ponder.creative_motor.text_1": "Los Motores del Creativo son una fuente compacta y configurable de fuerza rotacional.", - "create.ponder.creative_motor.text_2": "Rodar por el panel posterior cambia las RPM de salida de rotación de los motores", - - "create.ponder.creative_motor_mojang.header": "UNLOCALIZED: Mojang's Enigma", - - "create.ponder.crushing_wheels.header": "Procesando Objetos usando Ruedas Trituradoras", - "create.ponder.crushing_wheels.text_1": "Un par de Ruedas Trituradoras pueden triturar objetos muy efectivamente", - "create.ponder.crushing_wheels.text_2": "Su ingreso rotacional tiene que hacerlas girar la una contra la otra", - "create.ponder.crushing_wheels.text_3": "Los objetos insertados o tirados encima serán procesados", - "create.ponder.crushing_wheels.text_4": "Los objetos también se pueden insertar y recoger a través de medios automatizados", - - "create.ponder.deployer.header": "Usando el Desplegador", - "create.ponder.deployer.text_1": "Al darle fuerza rotacional, un Desplegador puede imitar acciones humanas", - "create.ponder.deployer.text_10": "Haz clic con Click-Derecho al frente para entregarle un Objeto", - "create.ponder.deployer.text_11": "Los objetos tambien se pueden entregar Automáticamente", - "create.ponder.deployer.text_12": "Los Desplegadores tienen una ranura de filtro", - "create.ponder.deployer.text_13": "Cuando un filtro es configurado, se activa solo mientras sostiene un elemento coincidente", - "create.ponder.deployer.text_14": "Ahora solo se pueden insertar elementos que coincidan con el filtro...", - "create.ponder.deployer.text_15": "...y solo se extraerán los elementos que no coincidan", - "create.ponder.deployer.text_2": "Siempre interactuará con la pocisión 2 bloques en frente de sí mismo.", - "create.ponder.deployer.text_3": "Los bloques directamente en frente no lo obstruirán", - "create.ponder.deployer.text_4": "Los desplegadores pueden:", - "create.ponder.deployer.text_5": "Poner Bloques,", - "create.ponder.deployer.text_6": "Usar Objetos,", - "create.ponder.deployer.text_7": "Activar Bloques,", - "create.ponder.deployer.text_8": "Cosechar Bloques", - "create.ponder.deployer.text_9": "y Atacar Entidades", - - "create.ponder.deployer_contraption.header": "Usando Desplegadores en Contrapciones", - "create.ponder.deployer_contraption.text_1": "Siempre que los Desplegadores se muevan como parte de una contrapción animada...", - "create.ponder.deployer_contraption.text_2": "Se acivarán en cada localización visitada, usando elementos de inventarios en cualquier lugar del artilugio", - "create.ponder.deployer_contraption.text_3": "La ranura de filtro se puede utilizar para especificar qué elementos extraer", - - "create.ponder.deployer_modes.header": "Modos del Desplegador", - "create.ponder.deployer_modes.text_1": "Por defecto, un Desplegador imita una interacción de Click-Derecho", - "create.ponder.deployer_modes.text_2": "Usando una Llave, se puede configurar para imitar un Click-izquierdo en su lugar", - - "create.ponder.deployer_processing.header": "Procesando Objetos usando Desplegadores", - "create.ponder.deployer_processing.text_1": "Con un Objeto retenido adecuado, los Desplegadores pueden procesar elementos proporcionados debajo de ellos", - "create.ponder.deployer_processing.text_2": "Los Objetos de Entrada se pueden soltar o colocar en un depósito debajo del Desplegador", - "create.ponder.deployer_processing.text_3": "Cuando los objetos pasan por una cinta...", - "create.ponder.deployer_processing.text_4": "El Desplegador los mantendrá y procesará automáticamente", - - "create.ponder.deployer_redstone.header": "Controlando Desplegadores con Redstone", - "create.ponder.deployer_redstone.text_1": "Al potenciarlos con Redstone, los Desplegadores no se Activarán", - "create.ponder.deployer_redstone.text_2": "Antes de detenerse, el Desplegador terminará sus ciclos comenzados", - "create.ponder.deployer_redstone.text_3": "Asi mismo, se puede utilizar un pulso negativo para activar exactamente un ciclo de activación", - - "create.ponder.depot.header": "Usando Depósitos", - "create.ponder.depot.text_1": "Los depósitos pueden servir como elementos de cinta 'estacionarios'", - "create.ponder.depot.text_2": "Haz clic con el Click-Derecho para colocar o eliminar objetos manualmente", - "create.ponder.depot.text_3": "Al igual que las Cintas Mecánicas, pueden proporcionar objetos para procesar.", - "create.ponder.depot.text_4": "...así como proporcionar objetos a los brazos mecánicos", - - "create.ponder.display_board.header": "UNLOCALIZED: Using Display Boards", - "create.ponder.display_board.text_1": "UNLOCALIZED: Display Boards are a scalable alternative to the sign", - "create.ponder.display_board.text_2": "UNLOCALIZED: They require Rotational Force to operate", - "create.ponder.display_board.text_3": "UNLOCALIZED: Text can be displayed using Name Tags...", - "create.ponder.display_board.text_4": "UNLOCALIZED: ...or through the use of Display Links", - "create.ponder.display_board.text_5": "UNLOCALIZED: Dyes can be applied to individual lines of the board", - "create.ponder.display_board.text_6": "UNLOCALIZED: Lines can be reset by clicking them with an empty hand", - - "create.ponder.display_link.header": "UNLOCALIZED: Setting up Display Links", - "create.ponder.display_link.text_1": "UNLOCALIZED: Display Links can be used to visualise dynamic information", - "create.ponder.display_link.text_2": "UNLOCALIZED: First, right-click the target display...", - "create.ponder.display_link.text_3": "UNLOCALIZED: ...then attach it to the block to read from", - "create.ponder.display_link.text_4": "UNLOCALIZED: Open the Interface to select and configure what is sent", - "create.ponder.display_link.text_5": "UNLOCALIZED: The display will now receive information from the link", - "create.ponder.display_link.text_6": "UNLOCALIZED: Not every block can act as a source", - "create.ponder.display_link.text_7": "UNLOCALIZED: Each compatible block provides unique information", - "create.ponder.display_link.text_8": "UNLOCALIZED: The Display Link can work with several different displays", - - "create.ponder.display_link_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.display_link_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Display Links stop sending updates", - "create.ponder.display_link_redstone.text_2": "UNLOCALIZED: Once unpowered, the Timer is reset and new info is sent immediately", - "create.ponder.display_link_redstone.text_3": "UNLOCALIZED: Signals emitted from the source do not affect the Link", - - "create.ponder.empty_blaze_burner.header": "Usando Quemadores Blaze vacíos", - "create.ponder.empty_blaze_burner.text_1": "Haz Click-Derecho en un Blaze con el quemador vacío para capturarlo", - "create.ponder.empty_blaze_burner.text_2": "Alternativamente, los Blazes se pueden conseguir directamente del Spawner", - "create.ponder.empty_blaze_burner.text_3": "Ahora tienes una fuente de calor ideal para varias máquinas", - "create.ponder.empty_blaze_burner.text_4": "Para Motivos Estéticos, los Quemadores Vacíos también se pueden encender con un Mechero.", - "create.ponder.empty_blaze_burner.text_5": "La llama se puede transformar con un objeto infundido con almas.", - "create.ponder.empty_blaze_burner.text_6": "Aun así, sin un Blaze no son aptos para la calefacción industrial", - - "create.ponder.encased_fluid_pipe.header": "Encubriendo Tuberías de Fluido", - "create.ponder.encased_fluid_pipe.text_1": "Las Cubiertas de Cobre se pueden utilizar para decorar tus Tuberías de Fluido.", - "create.ponder.encased_fluid_pipe.text_2": "Además de estar ocultas, las tuberías encubiertas se bloquearán en su estado de conectividad", - "create.ponder.encased_fluid_pipe.text_3": "Ya no reaccionará a los bloques vecinos que se agreguen o eliminen.", - - "create.ponder.fan_direction.header": "Flujo de Aire de los Ventiladores", - "create.ponder.fan_direction.text_1": "Los Ventiladores usan el Aire para crear una corriente de aire", - "create.ponder.fan_direction.text_2": "La Fuerza y ​​la Dirección del flujo dependen de la fuerza rotacional entregada", - - "create.ponder.fan_processing.header": "Procesando Objetos Usando Ventiladores", - "create.ponder.fan_processing.text_1": "Al pasar a través de Lava, El Flujo de Aire se vuelve caliente", - "create.ponder.fan_processing.text_2": "Los objetos que pasen a través serán fundidos", - "create.ponder.fan_processing.text_3": "La comida tirada aquí sería incinerada", - "create.ponder.fan_processing.text_4": "En cambio, se debe usar una configuración de ahumado usando fuego.", - "create.ponder.fan_processing.text_5": "Los Flujos de Aire que atraviesen Agua crearán una configuración de lavado", - "create.ponder.fan_processing.text_6": "Se puede hacer algún procesamiento nuevo e interesante con él.", - "create.ponder.fan_processing.text_7": "La velocidad del ventilador NO afecta la velocidad de procesamiento, solo su rango", - "create.ponder.fan_processing.text_8": "El Procesamiento por Ventilador también se puede aplicar a objetos en depósitos y cintas", - - "create.ponder.fluid_pipe_flow.header": "Moviendo fluidos usando Tuberías de Cobre", - "create.ponder.fluid_pipe_flow.text_1": "Las tuberías de fluidos pueden conectar dos o más fuentes de fluidos y objetivos", - "create.ponder.fluid_pipe_flow.text_2": "Con una llave, se puede añadir una ventana a un segmento de tubería recto", - "create.ponder.fluid_pipe_flow.text_3": "Las tuberías con ventana no se conectarán a ningún otro segmento de tubería adyacente.", - "create.ponder.fluid_pipe_flow.text_4": "Alimentadas por bombas mecánicas, las tuberías pueden transportar fluidos.", - "create.ponder.fluid_pipe_flow.text_5": "Ningún fluido se extrae al inicio", - "create.ponder.fluid_pipe_flow.text_6": "Una vez el flujo las conecta, los puntos de conexión transfieren gradualmente su contenido", - "create.ponder.fluid_pipe_flow.text_7": "Por lo tanto, los bloques de tuberías nunca contienen `` físicamente '' ningún fluido.", - - "create.ponder.fluid_pipe_interaction.header": "Drenando y Llenando objetos Contenedores de Fluido", - "create.ponder.fluid_pipe_interaction.text_1": "Los puntos de conexión de una red de tuberías pueden interactuar con una variedad de bloques", - "create.ponder.fluid_pipe_interaction.text_2": "Cualquier bloque con capacidad de almacenamiento de fluidos se puede llenar o drenar", - "create.ponder.fluid_pipe_interaction.text_3": "Se pueden recoger bloques de Fuente justo en frente de un extremo abierto...", - "create.ponder.fluid_pipe_interaction.text_4": "...mientras que se derrama en espacios vacíos puede crear fuentes de fluidos", - "create.ponder.fluid_pipe_interaction.text_5": "Las tuberías también pueden extraer fluidos de un puñado de otros bloques directamente", - - "create.ponder.fluid_tank_sizes.header": "Dimensiones de un Tanque de Fluidos", - "create.ponder.fluid_tank_sizes.text_1": "Los tanques de fluido se pueden combinar para aumentar la capacidad total", - "create.ponder.fluid_tank_sizes.text_2": "Su cuadrado de base puede tener hasta 3 bloques de ancho....", - "create.ponder.fluid_tank_sizes.text_3": "...y pueden crecer en altura en más de 30 capas adicionales", - "create.ponder.fluid_tank_sizes.text_4": "Usando una llave, las ventanas del tanque se pueden alternar", - - "create.ponder.fluid_tank_storage.header": "Guardando Fluidos en Tanques de Fluido", - "create.ponder.fluid_tank_storage.text_1": "Los tanques de Fluido se pueden utilizar para almacenar grandes cantidades de líquidos.", - "create.ponder.fluid_tank_storage.text_2": "Las redes de tuberías pueden empujar y tirar fluidos desde cualquier bloque", - "create.ponder.fluid_tank_storage.text_3": "El líquido contenido se puede medir con un comparador", - "create.ponder.fluid_tank_storage.text_4": "Sin embargo, en el modo Supervivencia, los Fluidos no se pueden agregar ni tomar manualmente", - "create.ponder.fluid_tank_storage.text_5": "Puedes usar tóneles, drenajes y surtidores para drenar o llenar objetos contenedores de líquido", - - "create.ponder.funnel_compat.header": "Compatibilidad de Ingresos", - "create.ponder.funnel_compat.text_1": "Los ingresos también deberían interactuar bien con un puñado de otros componentes.", - "create.ponder.funnel_compat.text_2": "Sierras Verticales", - "create.ponder.funnel_compat.text_3": "Depósitos", - "create.ponder.funnel_compat.text_4": "Drenajes", - - "create.ponder.funnel_direction.header": "Dirección de Tranferencia", - "create.ponder.funnel_direction.text_1": "Colocado normalmente, extrae objetos del inventario.", - "create.ponder.funnel_direction.text_2": "Colocado mientras te agachas, pone objetos en el inventario.", - "create.ponder.funnel_direction.text_3": "Con una Llave Inglesa, el ingreso se puede alternar después de la colocación.", - "create.ponder.funnel_direction.text_4": "Se aplican las mismas reglas para la mayoría de las orientaciones.", - "create.ponder.funnel_direction.text_5": "Los ingresos en las sintas extraerán/insertarán dependiendo de la dirección de movimiento.", - - "create.ponder.funnel_intro.header": "Usando Ingresos", - "create.ponder.funnel_intro.text_1": "Los Ingresos son ideales para transferir artículos desde y hacia inventarios.", - - "create.ponder.funnel_redstone.header": "Control de Restone", - "create.ponder.funnel_redstone.text_1": "Las señales de Redstone evitarán que actúe cualquier ingreso", - - "create.ponder.funnel_transfer.header": "Transferencia Directa", - "create.ponder.funnel_transfer.text_1": "Los Ingresos nunca pueden transferir directamente entre inventarios cerrados.", - "create.ponder.funnel_transfer.text_2": "Los tolvoganes o tolvoganes inteligentes podrían ser más adecuados para tales fines.", - "create.ponder.funnel_transfer.text_3": "Lo mismo se aplica al movimiento horizontal. Una cinta mecánica debería ayudar aquí.", - - "create.ponder.gantry_carriage.header": "Usando Carruajes de Grúa", - "create.ponder.gantry_carriage.text_1": "Los Carruajes de Grúa pueden montarse y deslizarse sobre los Ejes de Grúa.", - "create.ponder.gantry_carriage.text_2": "Las Configuraciones de Carruaje pueden mover bloques adjuntos.", - - "create.ponder.gantry_cascaded.header": "Grúas en cascada", - "create.ponder.gantry_cascaded.text_1": "Los ejes de grúa se adhieren a un carruaje sin la necesidad de La Gotita", - "create.ponder.gantry_cascaded.text_2": "Lo mismo se aplica a los carruajes en ejes de grúa movidos", - "create.ponder.gantry_cascaded.text_3": "Por lo tanto, un sistema de carruajes se puede conectar en cascada para cubrir múltiples ejes de movimiento.", - - "create.ponder.gantry_direction.header": "Dirección de Movimiento del Carruaje", - "create.ponder.gantry_direction.text_1": "Los ejes de grúa pueden tener orientaciones opuestas", - "create.ponder.gantry_direction.text_2": "La dirección de movimiento de los Carruajes depende de la orientación de los ejes.", - "create.ponder.gantry_direction.text_3": "...así como la dirección de rotación del eje", - "create.ponder.gantry_direction.text_4": "Se aplican las mismas reglas para la rotación propagada.", - - "create.ponder.gantry_redstone.header": "Propagación de Energía de la Grúa", - "create.ponder.gantry_redstone.text_1": "Los ejes de grúa impulsados ​​por Redstone dejan de mover sus carros", - "create.ponder.gantry_redstone.text_2": "En cambio, su fuerza rotacional se transmite al eje de salida de los carruajes.", - - "create.ponder.gantry_shaft.header": "Usando Ejes de Grúa", - "create.ponder.gantry_shaft.text_1": "Los ejes de grúa forman la base de una configuración de grúa. Los carruajes adjuntos se moverán a lo largo de ellos.", - "create.ponder.gantry_shaft.text_2": "Las Configuraciones de Carruaje pueden mover bloques adjuntos.", - - "create.ponder.gearbox.header": "Transmitiendo Energía Rotacional usando Cajas de Engranajes", - "create.ponder.gearbox.text_1": "Saltar entre ejes de rotación puede volverse pesado rápidamente", - "create.ponder.gearbox.text_2": "Una caja de cambios es el equivalente más compacto de esta configuración.", - "create.ponder.gearbox.text_3": "Los ejes alrededor de las esquinas giran en direcciones simétricas", - "create.ponder.gearbox.text_4": "Las conexiones rectas se invertirán", - - "create.ponder.gearshift.header": "Controlando Fuerza Rotacional usando una Caja de Cambios", - "create.ponder.gearshift.text_1": "Las Cajas de Cambio mantienen la Energía Rotacional en línea recta", - "create.ponder.gearshift.text_2": "Cuando recibe una señal de Redstone, invierte la transmisión", - - "create.ponder.hand_crank.header": "Generando fuerza rotacional mediante manivelas", - "create.ponder.hand_crank.text_1": "Las manivelas pueden ser usadas por los jugadores para generar energía rotacional manualmente", - "create.ponder.hand_crank.text_2": "Mantén presionado el Click-Derecho para girarlo en sentido antihorario", - "create.ponder.hand_crank.text_3": "Su velocidad es relativamente alta", - "create.ponder.hand_crank.text_4": "Agáchate y mantén el Click-Derecho para girarlo en el sentido de las agujas del reloj", - - "create.ponder.hose_pulley.header": "Drenaje y LLenado de Fuentes usando Poleas Manguera", - "create.ponder.hose_pulley.text_1": "Las Poleas Manguera se pueden usar para llenar o drenar grandes cantidades de fluido", - "create.ponder.hose_pulley.text_2": "A través de la Entrada Cinética, se puede controlar la altura de la manguera de las poleas", - "create.ponder.hose_pulley.text_3": "La Polea se retrae al invertir la dirección de Rotación", - "create.ponder.hose_pulley.text_4": "En el lado opuesto, las tuberías se pueden conectar al bloque principal", - "create.ponder.hose_pulley.text_5": "Las redes de tuberías adjuntas pueden proporcionar fluido a la manguera...", - "create.ponder.hose_pulley.text_6": "...o tirar de él, drenando la piscina en su lugar", - "create.ponder.hose_pulley.text_7": "La velocidad de llenado y drenaje de la manguera depende completamente de las redes de tuberías.", - - "create.ponder.hose_pulley_infinite.header": "Drenaje y Llenado pasivo de grandes cantidades de líquido", - "create.ponder.hose_pulley_infinite.text_1": "Al desplegar la Polea Manguera en un océano lo suficientemente grande...", - "create.ponder.hose_pulley_infinite.text_2": "Proporcionará/eliminará fluidos sin afectar la fuente", - "create.ponder.hose_pulley_infinite.text_3": "Las redes de tuberías pueden llevar fluidos ilimitadamente desde o hacia dichas poleas.", - - "create.ponder.hose_pulley_level.header": "Nivel de llenado y drenaje de Poleas Manguera", - "create.ponder.hose_pulley_level.text_1": "Mientras está completamente retraída, la Polea Manguera no puede funcionar", - "create.ponder.hose_pulley_level.text_2": "El drenaje corre de arriba a abajo", - "create.ponder.hose_pulley_level.text_3": "El nivel de la superficie terminará justo debajo de donde termina la manguera.", - "create.ponder.hose_pulley_level.text_4": "El llenado corre de abajo hacia arriba", - "create.ponder.hose_pulley_level.text_5": "La piscina llena no crecerá más allá de la capa sobre el extremo de la manguera.", - - "create.ponder.item_drain.header": "Vaciando Contenedores de Fluido mediante Drenajes", - "create.ponder.item_drain.text_1": "Los Drenajes pueden extraer fluidos de los objetos", - "create.ponder.item_drain.text_2": "Haz Click-Derecho para verter los fluidos del objeto en tu mano en él", - "create.ponder.item_drain.text_3": "Cuando los Objetos se insertan desde el lateral...", - "create.ponder.item_drain.text_4": "...ruedan, vaciando su líquido contenido", - "create.ponder.item_drain.text_5": "Las redes de tuberías ahora pueden extraer el fluido del búfer interno de los Drenajes.", - - "create.ponder.item_vault_sizes.header": "UNLOCALIZED: Dimensions of an Item Vault", - "create.ponder.item_vault_sizes.text_1": "UNLOCALIZED: Item Vaults can be combined to increase the total capacity", - "create.ponder.item_vault_sizes.text_2": "UNLOCALIZED: Their base square can be up to 3 blocks wide...", - "create.ponder.item_vault_sizes.text_3": "UNLOCALIZED: ...and grow in length up to 3x their diameter", - - "create.ponder.item_vault_storage.header": "UNLOCALIZED: Storing Items in Vaults", - "create.ponder.item_vault_storage.text_1": "UNLOCALIZED: Item Vaults can be used to store large amounts of items", - "create.ponder.item_vault_storage.text_2": "UNLOCALIZED: However, contents cannot be added or taken manually", - "create.ponder.item_vault_storage.text_3": "UNLOCALIZED: Any components for item transfer can both insert...", - "create.ponder.item_vault_storage.text_4": "UNLOCALIZED: ...and take contents from this container", - - "create.ponder.large_cogwheel.header": "Transmitiendo la fuerza rotacional mediante engranajes grandes", - "create.ponder.large_cogwheel.text_1": "Los engranajes grandes se pueden conectar entre sí en ángulo recto", - "create.ponder.large_cogwheel.text_2": "Te ayudará a transmitir la velocidad transportada a otros ejes de rotación", - - "create.ponder.linear_chassis_attachment.header": "Fijando bloques mediante Chasis Lineal", - "create.ponder.linear_chassis_attachment.text_1": "Las caras abiertas de un Chasis Lineal se pueden volver pegajosas", - "create.ponder.linear_chassis_attachment.text_2": "Haz clic de nuevo para hacer el lado opuesto pegajoso", - "create.ponder.linear_chassis_attachment.text_3": "Agáchate y haz Click-Derecho con la mano vacía para eliminar el slime.", - "create.ponder.linear_chassis_attachment.text_4": "Las caras pegadas del Chasis Lineal unirán una línea de bloques frente a él.", - "create.ponder.linear_chassis_attachment.text_5": "Usando una llave, se puede especificar un rango preciso para el Chasis", - "create.ponder.linear_chassis_attachment.text_6": "Mantener presionada la tecla CTRL y mover la rueda del mouse ajusta el rango de todos los bloques de Chasis adjuntos", - "create.ponder.linear_chassis_attachment.text_7": "La colocación de bloques en cualquier otro lado requiere el uso de La Gotita", - "create.ponder.linear_chassis_attachment.text_8": "Usando estas mecánicas, las estructuras de cualquier forma pueden moverse como una contrapción.", - - "create.ponder.linear_chassis_group.header": "Moviendo Chasis Lineales en grupo", - "create.ponder.linear_chassis_group.text_1": "El Chasis Lineal se conecta a bloques de Chasis idénticos junto a ellos", - "create.ponder.linear_chassis_group.text_2": "Cuando uno es movido por una Contrapción, los demás son arrastrados con él.", - "create.ponder.linear_chassis_group.text_3": "El Chasis de un tipo diferente o que mira en otra dirección no se acoplará", - - "create.ponder.mechanical_arm.header": "Configuración de Brazos Mecánicos", - "create.ponder.mechanical_arm.text_1": "Los Brazos Mecánicos deben tener asignadas sus entradas y salidas antes de colocarlos.", - "create.ponder.mechanical_arm.text_2": "Haz Click.Derecho en los inventarios mientras sostienes el brazo para asignarlos como objetivos", - "create.ponder.mechanical_arm.text_3": "Haz Click-Derecho de nuevo para alternar entre Entrada (azul) y Salida (naranja)", - "create.ponder.mechanical_arm.text_4": "Haz Click-Izquierdo en los componentes para eliminar su selección", - "create.ponder.mechanical_arm.text_5": "Una vez colocado, el Brazo Mecánico apuntará a los bloques seleccionados previamente", - "create.ponder.mechanical_arm.text_6": "Pueden tener cualquier cantidad de entradas y salidas dentro de su rango", - "create.ponder.mechanical_arm.text_7": "Sin embargo, no se puede interactuar directamente con todos los tipos de inventario", - "create.ponder.mechanical_arm.text_8": "Los ingresos y depósitos pueden ayudar a sobrepasar esa brecha", - - "create.ponder.mechanical_arm_filtering.header": "Filtrando Salidas del Brazo Mecánico", - "create.ponder.mechanical_arm_filtering.text_1": "Entradas", - "create.ponder.mechanical_arm_filtering.text_2": "Salidas", - "create.ponder.mechanical_arm_filtering.text_3": "A veces es preferible restringir los objetivos del brazo haciendo coincidir un filtro", - "create.ponder.mechanical_arm_filtering.text_4": "Los brazos mecánicos por sí mismos no ofrecen ninguna opción para filtrar", - "create.ponder.mechanical_arm_filtering.text_5": "Los embudos de latón como objetivos, sin embargo, comunican su propio filtro al brazo.", - "create.ponder.mechanical_arm_filtering.text_6": "El brazo es lo suficientemente inteligente como para no recoger artículos que no puede distribuir.", - - "create.ponder.mechanical_arm_modes.header": "Modos de Distribución del Brazo Mecánico", - "create.ponder.mechanical_arm_modes.text_1": "Entrada", - "create.ponder.mechanical_arm_modes.text_2": "Salida", - "create.ponder.mechanical_arm_modes.text_3": "Siempre que un brazo tiene que elegir entre múltiples salidas válidas...", - "create.ponder.mechanical_arm_modes.text_4": "...actuará de acuerdo a su entorno", - "create.ponder.mechanical_arm_modes.text_5": "Rodar con una Llave Inglesa te permite configurarlo", - "create.ponder.mechanical_arm_modes.text_6": "El modo Round Robin simplemente recorre todas las salidas que están disponibles.", - "create.ponder.mechanical_arm_modes.text_7": "Si una salida no puede aceptar más elementos, se omitirá.", - "create.ponder.mechanical_arm_modes.text_8": "El modo Round Robin forzado nunca se saltará salidas, y esperará hasta que la siguiente esté disponible", - "create.ponder.mechanical_arm_modes.text_9": "Preferir el Primero prioriza las salidas seleccionadas primero al configurar el brazo", - - "create.ponder.mechanical_arm_redstone.header": "Controlando Brazos Mecánicos con Redstone", - "create.ponder.mechanical_arm_redstone.text_1": "Cuando reciben una señal de Redstone, los brazos mecánicos no se activan", - "create.ponder.mechanical_arm_redstone.text_2": "Antes de detenerse, termina el ciclo restante", - "create.ponder.mechanical_arm_redstone.text_3": "Asi mismo, se puede utilizar un pulso negativo para activar exactamente un ciclo de activación", - - "create.ponder.mechanical_bearing.header": "Moviendo Estructuras con un Rodamiento Mecánico", - "create.ponder.mechanical_bearing.text_1": "Los Rodamientos Mecánicos se unen al bloque frente a ellos.", - "create.ponder.mechanical_bearing.text_2": "Al recibir Fuerza Rotacional, se ensamblará en una contrapción giratoria.", - - "create.ponder.mechanical_crafter.header": "Configurando Crafteadores Mecánicos", - "create.ponder.mechanical_crafter.text_1": "Se puede usar una variedad de Crafteadores Mecánicos para automatizar cualquier receta de elaboración.", - "create.ponder.mechanical_crafter.text_2": "Usando una llave inglesa, los caminos de los Crafteadores se pueden ordenar", - "create.ponder.mechanical_crafter.text_3": "Para una configuración válida, todas las rutas deben converger en una salida en cualquier lado", - "create.ponder.mechanical_crafter.text_4": "Las salidas se colocarán en el inventario a la salida.", - "create.ponder.mechanical_crafter.text_5": "Los Crafteadores Mecánicos requieren fuerza rotacional para operar", - "create.ponder.mechanical_crafter.text_6": "Haz Click-Derecho al frente para insertar objetos manualmente", - "create.ponder.mechanical_crafter.text_7": "Una vez que cada espacio de una ruta contiene un objeto, comenzará el proceso de elaboración.", - "create.ponder.mechanical_crafter.text_8": "Para las recetas que no ocupan completamente la configuración del crafteador, el inicio se puede forzar usando un Pulso de Redstone", - - "create.ponder.mechanical_crafter_connect.header": "Conectando los Inventarios de los Crafteadores", - "create.ponder.mechanical_crafter_connect.text_1": "Los Objetos se pueden insertar en Crafters automáticamente", - "create.ponder.mechanical_crafter_connect.text_2": "Usando la llave en sus espaldas, las entradas de los Crafteadores Mecánicos se pueden combinar", - "create.ponder.mechanical_crafter_connect.text_3": "Ahora se puede acceder a todos los Crafteadores conectados desde la misma ubicación de entrada", - - "create.ponder.mechanical_crafter_covers.header": "Cubriendo ranuras de Crafteadores Mecánicos", - "create.ponder.mechanical_crafter_covers.text_1": "Algunas recetas requerirán creafteadores adicionales para cerrar brechas en el camino.", - "create.ponder.mechanical_crafter_covers.text_2": "Usando Cubre Ranuras, los Crafteadores se pueden configurar para que actúen como un espacio vacío en el Crafteo", - "create.ponder.mechanical_crafter_covers.text_3": "Las entradas compartidas creadas con la Llave Inglesa en la parte trasera también pueden llegar a los Crafteadores Cubiertos.", - - "create.ponder.mechanical_drill.header": "Rompiendo Bloques con el Taladro Mecánico", - "create.ponder.mechanical_drill.text_1": "Cuando se le entrega Energía Rotacional, un taladro mecánico romperá bloques directamente en frente de él", - "create.ponder.mechanical_drill.text_2": "Su velocidad de extracción depende de la velocidad de entrada rotacional.", - - "create.ponder.mechanical_drill_contraption.header": "Usando Taladros Mecánicos en Contrapciones", - "create.ponder.mechanical_drill_contraption.text_1": "Cuando los taladros se mueven como parte de una contrapción animada...", - "create.ponder.mechanical_drill_contraption.text_2": "...romperán los bloques con los que se encuentren", - - "create.ponder.mechanical_harvester.header": "Usando Cosechadoras Mecánicas en Contrapciones", - "create.ponder.mechanical_harvester.text_1": "Cuando las Cosechadoras se mueven como parte de una Contrapción animada...", - "create.ponder.mechanical_harvester.text_2": "Cosecharán y reiniciaran cualcuier cultivo maduro en su camino", - - "create.ponder.mechanical_mixer.header": "Procesando Objetos con una Mezcladora Mecánica", - "create.ponder.mechanical_mixer.text_1": "Con una Mezcladora y un tónel, algunas recetas de elaboración se pueden automatizar", - "create.ponder.mechanical_mixer.text_2": "Las recetas disponibles incluyen cualquier Crafteo sin Forma Definida, más un par de recetas adicionales.", - "create.ponder.mechanical_mixer.text_3": "Algunas de esas recetas podrían requerir el calor de un Quemador Blaze", - "create.ponder.mechanical_mixer.text_4": "La ranura del filtro se puede utilizar en caso de que dos recetas estén en conflicto.", - - "create.ponder.mechanical_piston.header": "Moviendo Estructuras con el Pistón Mecánico", - "create.ponder.mechanical_piston.text_1": "Los pistones mecánicos pueden mover bloques delante de ellos.", - "create.ponder.mechanical_piston.text_2": "La velocidad y la dirección de movimiento dependen de la velocidad y sentido de entrada rotacional", - "create.ponder.mechanical_piston.text_3": "Los Pistones Mecánicos Pegajosos pueden tirar de los bloques adjuntos hacia atrás", - - "create.ponder.mechanical_piston_modes.header": "Modos de Movimiento de los Pistones Mecánicos", - "create.ponder.mechanical_piston_modes.text_1": "Siempre que los pistones dejan de moverse, la estructura movida se convierte en bloques.", - "create.ponder.mechanical_piston_modes.text_2": "Se puede configurar para que nunca vuelva a bloques sólidos, o solo lo haga en la ubicación en la que comenzó.", - - "create.ponder.mechanical_plough.header": "Usando Aradores Mecánicos den Contrapciones", - "create.ponder.mechanical_plough.text_1": "Cuando los Aradores se mueven siendo parte de una contrapción...", - "create.ponder.mechanical_plough.text_2": "...romperán bloques sin un hitbox de colisión sólido", - "create.ponder.mechanical_plough.text_3": "Adicionalmente, los Aradores crean tierra plantable", - "create.ponder.mechanical_plough.text_4": "...también pueden lanzar entidades sin dañarlas", - - "create.ponder.mechanical_press.header": "Procesando Objetos con la Prensa Mecánica", - "create.ponder.mechanical_press.text_1": "La Prensa Mecánica puede procesar los objetos proporcionados debajo de ella.", - "create.ponder.mechanical_press.text_2": "Los objetos entrantes se pueden soltar o colocar en un depósito debajo de la prensa", - "create.ponder.mechanical_press.text_3": "Cuando los objetos pasan por una cinta mecánica...", - "create.ponder.mechanical_press.text_4": "La prensa los mantendrá y procesará automáticamente", - - "create.ponder.mechanical_press_compacting.header": "Compactando objetos con una prensa mecánica", - "create.ponder.mechanical_press_compacting.text_1": "Al Prensar objetos retenidos en un tónel, se compactarán", - "create.ponder.mechanical_press_compacting.text_2": "La compactación incluye cualquier receta de elaboración de 2x2 o 3x3 rellena, más algunas extra", - "create.ponder.mechanical_press_compacting.text_3": "Algunas de esas recetas podrían requerir el calor de un quemador Blaze", - "create.ponder.mechanical_press_compacting.text_4": "La ranura del filtro se puede utilizar en caso de que dos recetas estén en conflicto.", - - "create.ponder.mechanical_pump_flow.header": "Transporte de fluidos mediante Bombas Mecánicas", - "create.ponder.mechanical_pump_flow.text_1": "Las Bombas Mecánicas gobiernan el flujo de fluídos en las redes de tuberías", - "create.ponder.mechanical_pump_flow.text_2": "Cuando se encienden, su flecha indica la dirección del flujo", - "create.ponder.mechanical_pump_flow.text_3": "La red detrás ahora está extrayendo fluidos...", - "create.ponder.mechanical_pump_flow.text_4": "...mientras la red de enfrente lo está transfiriendo hacia afuera", - "create.ponder.mechanical_pump_flow.text_5": "Invertir la rotación invierte la dirección del flujo", - "create.ponder.mechanical_pump_flow.text_6": "Utiliza una Llave Inglesa para invertir la orientación de las bombas manualmente", - - "create.ponder.mechanical_pump_speed.header": "Rendimiento de las Bombas Mecánicas", - "create.ponder.mechanical_pump_speed.text_1": "Sin importar la velocidad, Las bombas mecánicas afectan a las tuberías conectadas hasta a 16 bloques de distancia", - "create.ponder.mechanical_pump_speed.text_2": "Acelerar la rotación de entrada cambia la velocidad de propagación del flujo....", - "create.ponder.mechanical_pump_speed.text_3": "...así como la rapidez con la que se transfieren los fluidos", - "create.ponder.mechanical_pump_speed.text_4": "Las bombas pueden combinar sus rendimientos dentro de las redes de tuberías compartidas", - "create.ponder.mechanical_pump_speed.text_5": "Alternar su orientación puede ayudar a alinear las direcciones de flujo.", - - "create.ponder.mechanical_saw_breaker.header": "Cortando árboles con la Sierra Mecánica", - "create.ponder.mechanical_saw_breaker.text_1": "Cuando se alimenta con Fuerza Rotacional, una Sierra Mecánica cortará los arboles en frente suya", - "create.ponder.mechanical_saw_breaker.text_2": "Para cortar el árbol por completo, la sierra tiene que romper el último bloque que lo conecta al suelo.", - - "create.ponder.mechanical_saw_contraption.header": "Usando Sierras Mecánicas en Contrapciones", - "create.ponder.mechanical_saw_contraption.text_1": "Cuando las sierras se muevan como parte de una contrapción animada...", - "create.ponder.mechanical_saw_contraption.text_2": "...cortarán cualquier arbol que se interponga en el paso de la contrapción", - - "create.ponder.mechanical_saw_processing.header": "Procesando objetos en la Sierra Mecánica", - "create.ponder.mechanical_saw_processing.text_1": "Las Sierras Mecánicas orientadas hacia arriba pueden procesar una variedad de objetos", - "create.ponder.mechanical_saw_processing.text_2": "El Objeto procesado siempre se mueve en contra del sentido rotacional de la Sierra.", - "create.ponder.mechanical_saw_processing.text_3": "Las Sierras pueden trabajar en línea junto con Cintas Mecánicas", - "create.ponder.mechanical_saw_processing.text_4": "Cuando un ingrediente tiene múltiples resultados posibles, la ranura de filtro puede especificar el resultado.", - "create.ponder.mechanical_saw_processing.text_5": "Sin un filtro, la Sierra ciclará por todos los resultados en su lugar", - - "create.ponder.millstone.header": "Procesando objetos en la Piedra de Molino", - "create.ponder.millstone.text_1": "Las Piedras de Molino procesan los artículos moliéndolos", - "create.ponder.millstone.text_2": "Se pueden accionar desde el lado mediante Engranajes.", - "create.ponder.millstone.text_3": "Lanza o Inserta objetos desde la parte superior", - "create.ponder.millstone.text_4": "Despues de un rato, el resultado se puede obtener haciendo Click-Derecho", - "create.ponder.millstone.text_5": "Las salidas también se pueden extraer mediante automatización", - - "create.ponder.nixie_tube.header": "Usando Tubos Nixie", - "create.ponder.nixie_tube.text_1": "Al recibir señales de Redstone, los Tubos Nixie mostrarán la fuerza de la señal de redstone", - "create.ponder.nixie_tube.text_2": "Usando etiquetas editadas con un yunque, se puede mostrar Texto Personalizado", - "create.ponder.nixie_tube.text_3": "Haz Click-Derecho con un Tinte para cambiar su color de visualización", - - "create.ponder.piston_pole.header": "Postes de Extensión de Pistón", - "create.ponder.piston_pole.text_1": "Sin postes adjuntos, un Pistón Mecanico no se puede mover", - "create.ponder.piston_pole.text_2": "La longitud del poste agregado en su parte posterior determina el rango de extensión", - - "create.ponder.portable_fluid_interface.header": "Intercambio de Fluidos en Contrapciones", - "create.ponder.portable_fluid_interface.text_1": "No se puede acceder a los Tanques de Fluido de una Contrapción en movimiento por ninguna tubería", - "create.ponder.portable_fluid_interface.text_2": "Este componente puede interactuar con los Tanques de Fluidos sin necesidad de detener la contrapción.", - "create.ponder.portable_fluid_interface.text_3": "Coloca un segundo con una distancia de 1 o 2 bloques", - "create.ponder.portable_fluid_interface.text_4": "Cada vez que se crucen, entablarán una conexión.", - "create.ponder.portable_fluid_interface.text_5": "Mientras está activada, la interfaz estacionaria representará a TODOS los tanques en el contrapción", - "create.ponder.portable_fluid_interface.text_6": "El fluido ahora puede ser insertado...", - "create.ponder.portable_fluid_interface.text_7": "...o extraído de la contrapción", - "create.ponder.portable_fluid_interface.text_8": "Después de que no se haya intercambiado ningún contenido durante un tiempo, la contrapción continuará su camino.", - - "create.ponder.portable_storage_interface.header": "Intercambio de Almacenamiento en Contrapciones", - "create.ponder.portable_storage_interface.text_1": "No se puede acceder a los Inventarios de una Contrapción en movimiento por ningún jugador.", - "create.ponder.portable_storage_interface.text_2": "Este componente puede interactuar con los Inventarios sin necesidad de detener la contrapción.", - "create.ponder.portable_storage_interface.text_3": "Coloca un segundo con una distancia de 1 o 2 bloques", - "create.ponder.portable_storage_interface.text_4": "Cada vez que se crucen, entablarán una conexión.", - "create.ponder.portable_storage_interface.text_5": "Mientras está activada, la interfaz estacionaria representará a TODOS los inventarios en el contrapciónWhile engaged, the stationary interface will represent ALL inventories on the contraption", - "create.ponder.portable_storage_interface.text_6": "Ahora puedes insertar objetos...", - "create.ponder.portable_storage_interface.text_7": "...o extraerlos de la contrapción", - "create.ponder.portable_storage_interface.text_8": "Después de que no se haya intercambiado ningún objeto durante un tiempo, la contrapción continuará su camino.", - - "create.ponder.portable_storage_interface_redstone.header": "Control de Redstone", - "create.ponder.portable_storage_interface_redstone.text_1": "La Redstone evitará que la interfaz estacionaria se active", - - "create.ponder.powered_latch.header": "Control de señales usando el Cerrojo de Redstone", - "create.ponder.powered_latch.text_1": "Los Cerrojos de Redstone son palancas controlables de Redstone", - "create.ponder.powered_latch.text_2": "Las señales en la parte trasera lo encienden", - "create.ponder.powered_latch.text_3": "Las señales laterales lo apagan", - "create.ponder.powered_latch.text_4": "Los Cerrojos de Redstone también se pueden alternar manualmente", - - "create.ponder.powered_toggle_latch.header": "Control de señales usando el Cerrojo Palanca de Redstone", - "create.ponder.powered_toggle_latch.text_1": "Los Cerrojos Palanca de Redstone son palancas controlables de Redstone", - "create.ponder.powered_toggle_latch.text_2": "Las señales en la parte posterior cambiarán su estado", - "create.ponder.powered_toggle_latch.text_3": "...entre encendido y apagado", - "create.ponder.powered_toggle_latch.text_4": "Los Cerrojos Palanca de Redstone también se pueden alternar manualmente", - - "create.ponder.pulse_extender.header": "UNLOCALIZED: Controlling signals using Pulse Extenders", - "create.ponder.pulse_extender.text_1": "UNLOCALIZED: Pulse Extenders can lengthen a signal passing through", - "create.ponder.pulse_extender.text_2": "UNLOCALIZED: They activate after a short delay...", - "create.ponder.pulse_extender.text_3": "UNLOCALIZED: ...and cool down for the configured duration", - "create.ponder.pulse_extender.text_4": "UNLOCALIZED: Using the mouse wheel, the discharge time can be configured", - "create.ponder.pulse_extender.text_5": "UNLOCALIZED: The configured duration can range up to 30 minutes", - - "create.ponder.pulse_repeater.header": "Controlando Señales con Repetidores de Pulso", - "create.ponder.pulse_repeater.text_1": "Los Repetidores de Pulso acortarán cualquier señal de redstone a un solo pulso", - "create.ponder.pulse_repeater.text_2": "UNLOCALIZED: Using the mouse wheel, the charge time can be configured", - "create.ponder.pulse_repeater.text_3": "UNLOCALIZED: Configured delays can range up to 30 minutes", - - "create.ponder.radial_chassis.header": "Uniendo Bloques con el Chasis Radial", - "create.ponder.radial_chassis.text_1": "El chasis radial se conecta a bloques de chasis idénticos en una fila", - "create.ponder.radial_chassis.text_2": "Cuando uno es movido por una contrapción, los demás son arrastrados con él.", - "create.ponder.radial_chassis.text_3": "Las caras laterales de un Chasis Radial se pueden hacer pegajosas", - "create.ponder.radial_chassis.text_4": "Cliquea de nuevo para hacer la otra cara pegajosa", - "create.ponder.radial_chassis.text_5": "Agachate y haz Click-Derecho con la mano vacía para eliminar el slime.", - "create.ponder.radial_chassis.text_6": "Siempre que un bloque esté al lado de una cara pegajosa...", - "create.ponder.radial_chassis.text_7": "...adjuntará todos los bloques alcanzables dentro de un radio en esa capa", - "create.ponder.radial_chassis.text_8": "Usando una Llave Inglesa, se puede especificar un radio preciso para este chasis", - "create.ponder.radial_chassis.text_9": "Los bloques a los que no puede acceder ninguna cara adhesiva no se adhieren", - - "create.ponder.redstone_contact.header": "Contactos de Redstone", - "create.ponder.redstone_contact.text_1": "Los Contactos de Redstone que estén uno frente al otro emitirán una señal de redstone.", - "create.ponder.redstone_contact.text_2": "Esto todavía se aplica cuando uno de ellos es parte de una contrapción en movimiento.", - - "create.ponder.redstone_link.header": "Usando Enlaces de Redstone", - "create.ponder.redstone_link.text_1": "Los enlaces de Redstone pueden transmitir señales de redstone de forma inalámbrica", - "create.ponder.redstone_link.text_2": "Agachate y haz Click-Derecho para alternar el modo de recepción", - "create.ponder.redstone_link.text_3": "Un simple Click-Derecho con una Llave Inglesa puede hacer lo mismo", - "create.ponder.redstone_link.text_4": "Los Receptores emiten la potencia de redstone de los Transmisores dentro de un radio de 128 bloques", - "create.ponder.redstone_link.text_5": "Colocar objetos en las dos ranuras puede especificar una frecuencia", - "create.ponder.redstone_link.text_6": "Solo los enlaces con frecuencias coincidentes se comunicarán entre sí", - - "create.ponder.rope_pulley.header": "Moviendo Estructuras con Poleas de Cuerda", - "create.ponder.rope_pulley.text_1": "Las poleas de Cuerda mueven Bloques de manera vertical al recibir Energía Rotacional", - "create.ponder.rope_pulley.text_2": "La Dirección y la Velocidad del movimiento dependen de la entrada rotacional", - - "create.ponder.rope_pulley_attachment.header": "Moviendo Poleas como parte de una Contrapción", - "create.ponder.rope_pulley_attachment.text_1": "Siempre que las poleas sean movidas por una contrapción...", - "create.ponder.rope_pulley_attachment.text_2": "...la estructura unida a ellas será arrastrada", - "create.ponder.rope_pulley_attachment.text_3": "Ten en cuenta que las poleas solo se pueden mover cuando están paradas", - - "create.ponder.rope_pulley_modes.header": "Modos de Movimiento de las Poleas de Cuerda", - "create.ponder.rope_pulley_modes.text_1": "Siempre que las poleas dejan de moverse, la estructura movida se convierte en Bloques", - "create.ponder.rope_pulley_modes.text_2": "Puede configurarse que nunca vuelva a bloques, o que solo lo haga en la ubicación inicial", - - "create.ponder.rose_quartz_lamp.header": "UNLOCALIZED: Rose Quartz Lamps", - "create.ponder.rose_quartz_lamp.text_1": "UNLOCALIZED: Rose Quartz Lamps activate on a Redstone signal", - "create.ponder.rose_quartz_lamp.text_2": "UNLOCALIZED: They will continue to emit redstone power afterwards", - "create.ponder.rose_quartz_lamp.text_3": "UNLOCALIZED: When multiple lamps are arranged in a group...", - "create.ponder.rose_quartz_lamp.text_4": "UNLOCALIZED: ...activating a Lamp will focus the signal to it, deactivating all others", - "create.ponder.rose_quartz_lamp.text_5": "UNLOCALIZED: Comparators output based on the distance to a powered lamp", - "create.ponder.rose_quartz_lamp.text_6": "UNLOCALIZED: The Lamps can also be toggled manually using a Wrench", - - "create.ponder.rotation_speed_controller.header": "Usando el Controlador de Velocidad de Rotación", - "create.ponder.rotation_speed_controller.text_1": "Los Controladores de Vel. de Rotación transmiten la rotación desde su eje a un Engranaje Grande encima de ellos", - "create.ponder.rotation_speed_controller.text_2": "Usando la entrada de rueda en su lado, la velocidad transportada se puede configurar", - - "create.ponder.sail.header": "Ensamblando Molinos de Viento con Velas", - "create.ponder.sail.text_1": "Las velas son bloques útiles para crear Molinos de Viento", - "create.ponder.sail.text_2": "Se adhieren a los bloques y entre sí sin la necesidad de La Gotita o Bloques de Chasis.", - "create.ponder.sail.text_3": "Haz Click-Derecho con Tinte para pintarlas", - "create.ponder.sail.text_4": "Haz Click-Derecho con Tijeras para convertirlas de nuevo en Marcos.", - - "create.ponder.sail_frame.header": "Ensamblando Molinos con Marcos de Vela", - "create.ponder.sail_frame.text_1": "Los Marcos de Vela son bloques útiles para crear Molinos de Viento", - "create.ponder.sail_frame.text_2": "Se adhieren a los bloques y entre sí sin la necesidad de La Gotita o Bloques de Chasis.", - - "create.ponder.sequenced_gearshift.header": "Control de la velocidad de rotación mediante Cajas de Cambio Secuenciadas", - "create.ponder.sequenced_gearshift.text_1": "Las Cajas de Cambios Sec. transmiten la rotación siguiendo una lista cronometrada de instrucciones", - "create.ponder.sequenced_gearshift.text_2": "Haz Click-Derecho para abrir la interfaz de usuario de configuración", - "create.ponder.sequenced_gearshift.text_3": "Al recibir una señal de Redstone, comenzará a ejecutar su secuencia configurada", - "create.ponder.sequenced_gearshift.text_4": "Una vez terminado, esperará la próxima señal de Redstone y comenzará de nuevo.", - "create.ponder.sequenced_gearshift.text_5": "Se puede usar un Comparador de Redstone para leer el progreso actual", - - "create.ponder.shaft.header": "Transmitiendo Fuerza Rotacional con Ejes", - "create.ponder.shaft.text_1": "Los ejes transmitirán la rotación en línea recta.", - - "create.ponder.shaft_casing.header": "Cubriendo Ejes", - "create.ponder.shaft_casing.text_1": "Puedes usar Cubiertas de Latón y Andesita para decorar tus Ejes", - - "create.ponder.smart_chute.header": "Filtrando Objetos usando Tolvoganes Inteligentes", - "create.ponder.smart_chute.text_1": "Los Tolvoganes Inteligentes son conductos verticales con control adicional", - "create.ponder.smart_chute.text_2": "Los Objetos en la ranura del filtro especifican qué es exactamente lo que pueden extraer y transferir.", - "create.ponder.smart_chute.text_3": "Usa la rueda del mouse para especificar el tamaño de la pila extraída", - "create.ponder.smart_chute.text_4": "Una señal de Redstone evitará que el tolvogán actúe.", - - "create.ponder.smart_pipe.header": "Controlando el Flujo del Fluido mediante Tuberías Inteligentes", - "create.ponder.smart_pipe.text_1": "Las Tuberías Inteligentes pueden ayudar a controlar los Flujos por tipo de Fluido", - "create.ponder.smart_pipe.text_2": "Cuando se colocan directamente en la fuente, pueden especificar el tipo de fluido a extraer.", - "create.ponder.smart_pipe.text_3": "Simplemente haz Click-Derecho en la ranura de filtro con cualquier elemento que contenga el fluido deseado", - "create.ponder.smart_pipe.text_4": "Cuando se colocan más adelante en una red de tuberías, las Tuberías Inteligentes solo permitirán que continúen los fluidos coincidentes", - - "create.ponder.speedometer.header": "Supervisando Información Cinética con el Velocímetro", - "create.ponder.speedometer.text_1": "El velocímetro muestra la velocidad actual de los componentes conectados", - "create.ponder.speedometer.text_2": "Al usar los lentes del ingeniero, el jugador puede obtener información más detallada del indicador.", - "create.ponder.speedometer.text_3": "Los comparadores pueden emitir señales de Redstone analógicas en relación con las mediciones del Velocímetro", - - "create.ponder.spout_filling.header": "Llenando Objetos con el Surtidor", - "create.ponder.spout_filling.text_1": "El Surtidos puede llenar los objetos contenedores de líquidos que se encuentran debajo", - "create.ponder.spout_filling.text_2": "No se puede acceder manualmente al contenido de un Surtidor ", - "create.ponder.spout_filling.text_3": "En cambio, tuberías se deben usar para llenarlos con Fluidos", - "create.ponder.spout_filling.text_4": "Los Objetos de Entrada se pueden colocar en un depósito debajo del Surtidor", - "create.ponder.spout_filling.text_5": "Cuando los Objetos se encuentran en una cinta...", - "create.ponder.spout_filling.text_6": "El Surtidor los mantendrá y procesará autoráticamente", - - "create.ponder.stabilized_bearings.header": "Contrapciones Estabilizadas", - "create.ponder.stabilized_bearings.text_1": "Siempre que los rodamientos mecánicos formen parte de una estructura en movimiento..", - "create.ponder.stabilized_bearings.text_2": "..intentarán mantenerse erguidos", - "create.ponder.stabilized_bearings.text_3": "Una vez más, el rodamiento se unirá al bloque enfrente a él.", - "create.ponder.stabilized_bearings.text_4": "Como resultado, toda la sub-contrapción permanecerá en posición vertical.", - - "create.ponder.steam_engine.header": "UNLOCALIZED: Setting up Steam Engines", - "create.ponder.steam_engine.text_1": "UNLOCALIZED: Steam Engines can be placed on a Fluid Tank", - "create.ponder.steam_engine.text_10": "UNLOCALIZED: Lvl 4", - "create.ponder.steam_engine.text_11": "UNLOCALIZED: 4 Engines", - "create.ponder.steam_engine.text_12": "UNLOCALIZED: Lvl 8", - "create.ponder.steam_engine.text_13": "UNLOCALIZED: 8 Engines", - "create.ponder.steam_engine.text_2": "UNLOCALIZED: Clicking the engine with a Shaft creates the Kinetic Output", - "create.ponder.steam_engine.text_3": "UNLOCALIZED: With sufficient Heat, Water and Boiler space...", - "create.ponder.steam_engine.text_4": "UNLOCALIZED: ...they will generate Rotational Force", - "create.ponder.steam_engine.text_5": "UNLOCALIZED: The minimal setup requires 4 Fluid Tanks", - "create.ponder.steam_engine.text_6": "UNLOCALIZED: With the help of Blaze Burners, the power output can be increased", - "create.ponder.steam_engine.text_7": "UNLOCALIZED: Higher power levels require more Water, Size and Heat", - "create.ponder.steam_engine.text_8": "UNLOCALIZED: The boiler's current power level can be inspected with Engineer's Goggles", - "create.ponder.steam_engine.text_9": "UNLOCALIZED: With each added power level, an additional Engine can output at full capacity", - - "create.ponder.steam_whistle.header": "UNLOCALIZED: Setting up Steam Whistles", - "create.ponder.steam_whistle.text_1": "UNLOCALIZED: Steam Whistles can be placed on a Fluid Tank", - "create.ponder.steam_whistle.text_2": "UNLOCALIZED: If the tank receives sufficient heat...", - "create.ponder.steam_whistle.text_3": "UNLOCALIZED: ...the Whistle will play a note when activated", - "create.ponder.steam_whistle.text_4": "UNLOCALIZED: Use a Whistle item on the block to lower its pitch", - "create.ponder.steam_whistle.text_5": "UNLOCALIZED: Cycle between three different octaves using a Wrench", - "create.ponder.steam_whistle.text_6": "UNLOCALIZED: Engineer's Goggles can help to find out the current pitch of a Whistle", - - "create.ponder.sticker.header": "Colocación de bloques con el Pegador", - "create.ponder.sticker.text_1": "Los Pegadores son ideales para la fijación de bloques controlada por Redstone", - "create.ponder.sticker.text_2": "Al recibir señal, alternarán de estado", - "create.ponder.sticker.text_3": "Si se mueve en una contrapción, el bloque se moverá con él.", - "create.ponder.sticker.text_4": "Alternando una vez más, el bloque ya no se adjunta.", - - "create.ponder.stressometer.header": "Supervisando Información Cinética con el Estresómetro", - "create.ponder.stressometer.text_1": "El Estresómetro muestra la capacidad de estrés actual de la red cinética adjunta", - "create.ponder.stressometer.text_2": "Al usar lentes de ingeniero, el jugador puede obtener información más detallada del indicador.", - "create.ponder.stressometer.text_3": "Los comparadores pueden emitir señales de Redstone analógicas en relación con las mediciones del Estresómetro", - - "create.ponder.super_glue.header": "Adjuntando bloques usando La Gotita", - "create.ponder.super_glue.text_1": "La Gotita se puede usar entre 2 bloques", - "create.ponder.super_glue.text_2": "Los bloques unidos se moverán juntos cuando se ensamblen en una contrapción.", - "create.ponder.super_glue.text_3": "Siempre que se sostenga La Gotita en la mano izquierda...", - "create.ponder.super_glue.text_4": "...los bloques añadidos se pegarán a la cara en la que se colocaron automáticamente", - "create.ponder.super_glue.text_5": "La Gotita se puede quitar con Click-Izquierdo", - "create.ponder.super_glue.text_6": "UNLOCALIZED: Blocks hanging on others usually do not require glue", - - "create.ponder.track_chunks.header": "UNLOCALIZED: Traversing unloaded Chunks", - "create.ponder.track_chunks.text_1": "UNLOCALIZED: Tracks stay functional outside of loaded chunks", - "create.ponder.track_chunks.text_2": "UNLOCALIZED: Trains will travel through inactive sections of the world without issue", - "create.ponder.track_chunks.text_3": "UNLOCALIZED: They will still stop at stations or red signals", - "create.ponder.track_chunks.text_4": "UNLOCALIZED: However, Drills and other on-board machines will not operate", - "create.ponder.track_chunks.text_5": "UNLOCALIZED: Once near a Player, the train will re-appear", - - "create.ponder.track_observer.header": "UNLOCALIZED: Detecting Trains", - "create.ponder.track_observer.text_1": "UNLOCALIZED: Select a Train Track then place the Observer nearby", - "create.ponder.track_observer.text_2": "UNLOCALIZED: The Observer will detect any Trains passing over the marker", - "create.ponder.track_observer.text_3": "UNLOCALIZED: Observers can be filtered to activate for matching cargo", - - "create.ponder.track_placement.header": "UNLOCALIZED: Placing Train Tracks", - "create.ponder.track_placement.text_1": "UNLOCALIZED: A new type of rail designed for Train Contraptions", - "create.ponder.track_placement.text_2": "UNLOCALIZED: To place rows of track in bulk, click on an existing track", - "create.ponder.track_placement.text_3": "UNLOCALIZED: Then place or select a second track", - "create.ponder.track_placement.text_4": "UNLOCALIZED: Tracks can also be placed as turns or slopes", - "create.ponder.track_placement.text_5": "UNLOCALIZED: When connecting, tracks will try to make each turn equally sized", - "create.ponder.track_placement.text_6": "UNLOCALIZED: Holding the sprint key while connecting...", - "create.ponder.track_placement.text_7": "UNLOCALIZED: ...will create the longest fitting bend instead", - "create.ponder.track_placement.text_8": "UNLOCALIZED: Materials in the off-hand will be paved under tracks automatically", - - "create.ponder.track_portal.header": "UNLOCALIZED: Tracks and the Nether", - "create.ponder.track_portal.text_1": "UNLOCALIZED: Tracks placed up against a nether portal...", - "create.ponder.track_portal.text_2": "UNLOCALIZED: ...will attempt to create a paired track on the other side", - "create.ponder.track_portal.text_3": "UNLOCALIZED: Trains on this track are now able to travel across dimensions", - - "create.ponder.train_assembly.header": "UNLOCALIZED: Assembling Trains", - "create.ponder.train_assembly.text_1": "UNLOCALIZED: Select a Train Track then place the Station nearby", - "create.ponder.train_assembly.text_10": "UNLOCALIZED: Every Train requires Train Controls on board", - "create.ponder.train_assembly.text_11": "UNLOCALIZED: An optional second one allows departure from Stations in both directions", - "create.ponder.train_assembly.text_12": "UNLOCALIZED: Open the Station UI and confirm the Assembly process", - "create.ponder.train_assembly.text_13": "UNLOCALIZED: Trains can be disassembled back into blocks at stations only", - "create.ponder.train_assembly.text_14": "UNLOCALIZED: When used on a station, maps will add a labeled marker at the location", - "create.ponder.train_assembly.text_15": "UNLOCALIZED: Assembled Trains can be relocated to nearby Tracks using the Wrench", - "create.ponder.train_assembly.text_2": "UNLOCALIZED: Stations are the Waypoints of your Track Network", - "create.ponder.train_assembly.text_3": "UNLOCALIZED: To create a new Train, open the UI and switch to Assembly Mode", - "create.ponder.train_assembly.text_4": "UNLOCALIZED: During Assembly no scheduled trains will approach this station", - "create.ponder.train_assembly.text_5": "UNLOCALIZED: Create new bogeys by using Train Casing on Tracks", - "create.ponder.train_assembly.text_6": "UNLOCALIZED: Click the track again to cycle between bogey designs", - "create.ponder.train_assembly.text_7": "UNLOCALIZED: Attach blocks with the help of Super Glue", - "create.ponder.train_assembly.text_8": "UNLOCALIZED: Assembled Trains will move faster if they can find fuel in assembled chests or barrels", - "create.ponder.train_assembly.text_9": "UNLOCALIZED: Fuel stored in Vaults will not be consumed by the train", - - "create.ponder.train_controls.header": "UNLOCALIZED: Controlling Trains", - "create.ponder.train_controls.text_1": "UNLOCALIZED: Train Controls are required on every train contraption", - "create.ponder.train_controls.text_2": "UNLOCALIZED: Once assembled, right-click the block to start driving", - "create.ponder.train_controls.text_3": "UNLOCALIZED: Accelerate and steer the Train using movement keybinds", - "create.ponder.train_controls.text_4": "UNLOCALIZED: If desired, the top speed can be fine-tuned using the mouse wheel", - "create.ponder.train_controls.text_5": "UNLOCALIZED: Hold space to approach a nearby Station", - "create.ponder.train_controls.text_6": "UNLOCALIZED: Trains can only be disassembled back into blocks at Stations", - "create.ponder.train_controls.text_7": "UNLOCALIZED: Assembled Whistles can be activated with the sprint key", - "create.ponder.train_controls.text_8": "UNLOCALIZED: Sneak or click again to stop controlling the Train", - - "create.ponder.train_schedule.header": "UNLOCALIZED: Using Train Schedules", - "create.ponder.train_schedule.text_1": "UNLOCALIZED: Schedules allow Trains to be controlled by other Drivers", - "create.ponder.train_schedule.text_2": "UNLOCALIZED: Right-click with the item in hand to open its Interface", - "create.ponder.train_schedule.text_3": "UNLOCALIZED: Once programmed, the Schedule can be handed off to a Train Driver", - "create.ponder.train_schedule.text_4": "UNLOCALIZED: Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", - "create.ponder.train_schedule.text_5": "UNLOCALIZED: Creatures on a lead can be given their seat more conveniently", - "create.ponder.train_schedule.text_6": "UNLOCALIZED: Schedules can be retrieved from Drivers at any moment", - - "create.ponder.train_signal_placement.header": "UNLOCALIZED: Placing Train Signals", - "create.ponder.train_signal_placement.text_1": "UNLOCALIZED: Select a Train Track then place the Signal nearby", - "create.ponder.train_signal_placement.text_2": "UNLOCALIZED: Signals control the flow of Trains not driven by players", - "create.ponder.train_signal_placement.text_3": "UNLOCALIZED: Scheduled Trains will never cross signals in the opposite direction", - "create.ponder.train_signal_placement.text_4": "UNLOCALIZED: ...unless a second signal is added facing the opposite way.", - "create.ponder.train_signal_placement.text_5": "UNLOCALIZED: Nixie tubes can be attached to make a signal's lights more visible", - - "create.ponder.train_signal_redstone.header": "UNLOCALIZED: Signals & Redstone", - "create.ponder.train_signal_redstone.text_1": "UNLOCALIZED: Signals can be forced red by a redstone signal", - "create.ponder.train_signal_redstone.text_2": "UNLOCALIZED: Reversely, red signals emit a comparator output", - - "create.ponder.train_signal_signaling.header": "UNLOCALIZED: Collision Prevention with Signals", - "create.ponder.train_signal_signaling.text_1": "UNLOCALIZED: Train Signals divide a track into segments", - "create.ponder.train_signal_signaling.text_2": "UNLOCALIZED: If a Segment is occupied, no other Trains will be allowed entry", - "create.ponder.train_signal_signaling.text_3": "UNLOCALIZED: Thus, each Segment will contain only one Train at a time", - "create.ponder.train_signal_signaling.text_4": "UNLOCALIZED: A second Signal mode is available via the Wrench", - "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", - "create.ponder.train_signal_signaling.text_6": "UNLOCALIZED: This special Signal can stop trains under a second condition", - "create.ponder.train_signal_signaling.text_7": "UNLOCALIZED: It will stop Trains, which, upon entering...", - "create.ponder.train_signal_signaling.text_8": "UNLOCALIZED: ...would not be able to leave the Segment immediately", - "create.ponder.train_signal_signaling.text_9": "UNLOCALIZED: This helps keeping queued Trains out of a busy Segment", - - "create.ponder.valve_handle.header": "Generación Fuerza Rotacional mediante Válvulas de Cobre", - "create.ponder.valve_handle.text_1": "Los jugadores pueden usar las Válvulas para aplicar fuerza de rotación manualmente", - "create.ponder.valve_handle.text_2": "Mantén presionado el Click-Derecho para girarla en sentido antihorario", - "create.ponder.valve_handle.text_3": "Su velocidad de transporte es lenta y precisa.", - "create.ponder.valve_handle.text_4": "Agáchate y mantén Click-Derecho para girarla en el sentido de las agujas del reloj", - "create.ponder.valve_handle.text_5": "Las Válvulas se pueden teñir con fines estéticos.", - - "create.ponder.valve_pipe.header": "Controlando el Flujo de Fluido mediante Válvulas", - "create.ponder.valve_pipe.text_1": "Las Tuberías de Válvula ayudan a controlar los fluidos que se propagan a través de las redes de tuberías", - "create.ponder.valve_pipe.text_2": "Su entrada de eje controla si al fluido se le permite pasar", - "create.ponder.valve_pipe.text_3": "Dada la fuerza de rotación en la dirección de apertura, la Válvula se abrirá", - "create.ponder.valve_pipe.text_4": "Se puede volver a cerrar invirtiendo la rotación.", - - "create.ponder.water_wheel.header": "Generando fuerza rotacional usando ruedas de agua", - "create.ponder.water_wheel.text_1": "Las ruedas de agua extraen fuerza de las corrientes de agua adyacentes", - "create.ponder.water_wheel.text_2": "MIentras más caras estén siendo empujadas, más rapido rotará", - "create.ponder.water_wheel.text_3": "Las palas de la rueda deben estar orientadas contra el flujo", - "create.ponder.water_wheel.text_4": "De lo contrario, no serán tan efectivas.", - - "create.ponder.weighted_ejector.header": "Usando Eyectores por Peso", - "create.ponder.weighted_ejector.text_1": "Agáchate y haz Click-Derecho sosteniendo un eyector para seleccionar su ubicación de destino", - "create.ponder.weighted_ejector.text_10": "Ahora está limitado a este tamaño de stack y solo se activa cuando su stack retenido alcanza esta cantidad.", - "create.ponder.weighted_ejector.text_11": "Otras entidades siempre activarán un eyector al pisarlo", - "create.ponder.weighted_ejector.text_2": "El Eyector colocado ahora lanzará objetos a la ubicación marcada", - "create.ponder.weighted_ejector.text_3": "Un objetivo válido puede estar a cualquier altura o distancia dentro del alcance", - "create.ponder.weighted_ejector.text_4": "Sin embargo, no pueden estar a un lateral", - "create.ponder.weighted_ejector.text_5": "Si no se seleccionó un objetivo válido, simplemente apuntará al bloque directamente al frente", - "create.ponder.weighted_ejector.text_6": "Suministrale Fuerza Rotacional para cargarlo.", - "create.ponder.weighted_ejector.text_7": "Los objetos colocados en el Eyector hacen que se active", - "create.ponder.weighted_ejector.text_8": "Si se apunta a Inventarios, el Eyector esperará hasta que haya espacio", - "create.ponder.weighted_ejector.text_9": "Con la Llave Inglesa, se puede configurar un tamaño de stack requerido", - - "create.ponder.weighted_ejector_redstone.header": "Controlando Eyectores por Peso con Redstone", - "create.ponder.weighted_ejector_redstone.text_1": "Al recibir señales de Redstone, los Eyectores no se activarán", - "create.ponder.weighted_ejector_redstone.text_2": "Además, los observadores pueden detectar cuándo se activan los Eyectores.", - - "create.ponder.weighted_ejector_tunnel.header": "División de Stacks de Objetos con Eyectores por Peso", - "create.ponder.weighted_ejector_tunnel.text_1": "En combinación con los Túneles de Latón, los Eyectores pueden dividir las pilas de objetos en cantidades específicas", - "create.ponder.weighted_ejector_tunnel.text_2": "Primero, configura el Túnel de Latón a 'Preferir el más Cercano', para priorizar su salida lateral", - "create.ponder.weighted_ejector_tunnel.text_3": "El tamaño de Stack establecido en el Eyector ahora determina la cantidad que se Dividirá", - "create.ponder.weighted_ejector_tunnel.text_4": "Mientras que un nuevo stack del tamaño configurado sale de la salida lateral...", - "create.ponder.weighted_ejector_tunnel.text_5": "...el restante continuará su camino", - - "create.ponder.windmill_source.header": "Generando Fuerza Rotacional mediante Rodamientos de Molino de Viento", - "create.ponder.windmill_source.text_1": "Los Rodamientos de Molino de Viento se unen al bloque delante de ellos", - "create.ponder.windmill_source.text_2": "Si se unen suficientes Bloques de Vela al bloque, puede actuar como un molino de viento", - "create.ponder.windmill_source.text_3": "Activado con Click-Derecho, el Rodamiento de Molino de Viento comenzará a proporcionar Fuerza Rotacional", - "create.ponder.windmill_source.text_4": "La cantidad de Bloques de Velas determina su velocidad de rotación.", - "create.ponder.windmill_source.text_5": "Usa una Llave Inglesa para configurar su dirección de rotación", - "create.ponder.windmill_source.text_6": "Haz Click-Derecho en el Rodamiento en cualquier momento para detener y editar la estructura nuevamente", - "create.ponder.windmill_source.text_7": "UNLOCALIZED: Right-click the Bearing anytime to stop and edit the Structure again", - - "create.ponder.windmill_structure.header": "Contrapciones de Molino de Viento", - "create.ponder.windmill_structure.text_1": "Cualquier estructura puede contar como un molino de viento válido, siempre que contenga al menos 8 Bloques de Vela.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/es_es.json b/src/generated/resources/assets/create/lang/unfinished/es_es.json deleted file mode 100644 index 1c45d899fc..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/es_es.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 75", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Ventana de acacia", - "block.create.acacia_window_pane": "Panel de ventana de acacia", - "block.create.adjustable_chain_gearshift": "Cadena de transmisión ajustable", - "block.create.analog_lever": "Palanca analógica", - "block.create.andesite_belt_funnel": "Embudo lateral de andesita", - "block.create.andesite_casing": "Revestidor de andesita", - "block.create.andesite_encased_cogwheel": "Engranaje revestido de andesita", - "block.create.andesite_encased_large_cogwheel": "Engranaje grande revestido de andesita", - "block.create.andesite_encased_shaft": "Eje revestido de andesita", - "block.create.andesite_funnel": "Embudo de andesita", - "block.create.andesite_ladder": "Escalera de mano de andesita", - "block.create.andesite_pillar": "Pilar de andesita", - "block.create.andesite_tunnel": "Túnel de Andesita", - "block.create.asurine": "Azurina", - "block.create.asurine_pillar": "Pilar de azurina", - "block.create.basin": "Cuenca", - "block.create.belt": "Cinta", - "block.create.birch_window": "Ventana de abedul", - "block.create.birch_window_pane": "Panel de ventana de abedul", - "block.create.black_nixie_tube": "Tubo Nixie negro", - "block.create.black_sail": "Vela negra", - "block.create.black_seat": "Asiento negro", - "block.create.black_toolbox": "Caja de herramientas negra", - "block.create.black_valve_handle": "Asa de válvula negra", - "block.create.blaze_burner": "Quemador de Blaze", - "block.create.blue_nixie_tube": "Tubo Nixie azul", - "block.create.blue_sail": "Vela azul", - "block.create.blue_seat": "Asiento azul", - "block.create.blue_toolbox": "Caja de herramientas azul", - "block.create.blue_valve_handle": "Asa de válvula azul", - "block.create.brass_belt_funnel": "Embudo lateral de latón", - "block.create.brass_block": "Bloque de latón", - "block.create.brass_casing": "Revestidor de latón", - "block.create.brass_encased_cogwheel": "Engranaje revestido de latón", - "block.create.brass_encased_large_cogwheel": "Engranaje grande revestido de latón", - "block.create.brass_encased_shaft": "Eje revestido de latón", - "block.create.brass_funnel": "Embudo de latón", - "block.create.brass_ladder": "Escalera de mano de latón", - "block.create.brass_tunnel": "Túnel de latón", - "block.create.brown_nixie_tube": "Tubo Nixie marrón", - "block.create.brown_sail": "Vela marrón", - "block.create.brown_seat": "Asiento marrón", - "block.create.brown_toolbox": "Caja de herramientas marrón", - "block.create.brown_valve_handle": "Asa de válvula marrón", - "block.create.calcite_pillar": "Pilar de calcita", - "block.create.cart_assembler": "Ensamblador de vagonetas", - "block.create.chocolate": "UNLOCALIZED: Chocolate", - "block.create.chute": "Ducto", - "block.create.clockwork_bearing": "Rodamiento tipo reloj", - "block.create.clutch": "Embrague", - "block.create.cogwheel": "Engranaje", - "block.create.content_observer": "Observador de contenidos", - "block.create.controller_rail": "Raíl de control", - "block.create.controls": "Controles de tren", - "block.create.copper_backtank": "Depósito trasero de cobre", - "block.create.copper_casing": "Revestidor de caliza", - "block.create.copper_ladder": "Escalera de mano de cobre", - "block.create.copper_shingle_slab": "Losa de tejas de cobre", - "block.create.copper_shingle_stairs": "Escaleras de tejas de cobre", - "block.create.copper_shingles": "Bloque de tejas de cobre", - "block.create.copper_tile_slab": "Losa de baldosas de cobre", - "block.create.copper_tile_stairs": "Escaleras de baldosas de cobre", - "block.create.copper_tiles": "Bloque de baldosas de cobre", - "block.create.copper_valve_handle": "Asa de válvula de cobre", - "block.create.creative_crate": "Caja creativa", - "block.create.creative_fluid_tank": "Tanque de fluidos creativo", - "block.create.creative_motor": "Motor creativo", - "block.create.crimsite": "Carmesina", - "block.create.crimsite_pillar": "Pilar de carmesina", - "block.create.crimson_window": "Ventana carmesí", - "block.create.crimson_window_pane": "Panel de ventana carmesí", - "block.create.crushing_wheel": "Rueda trituradora", - "block.create.crushing_wheel_controller": "Controlador de Rueda trituradora", - "block.create.cuckoo_clock": "Reloj de cuco", - "block.create.cut_andesite": "Andesita cortada", - "block.create.cut_andesite_brick_slab": "Losa de ladrillos de andesita cortada", - "block.create.cut_andesite_brick_stairs": "Escaleras de ladrillos de andesita cortada", - "block.create.cut_andesite_brick_wall": "Muro de ladrillos de andesita cortada", - "block.create.cut_andesite_bricks": "Ladrillos de andesita cortada", - "block.create.cut_andesite_slab": "Losa de andesita cortada", - "block.create.cut_andesite_stairs": "Escaleras de andesite cortada", - "block.create.cut_andesite_wall": "Muro de andesita cortada", - "block.create.cut_asurine": "Azurina cortada", - "block.create.cut_asurine_brick_slab": "Losa de ladrillos de azurina cortada", - "block.create.cut_asurine_brick_stairs": "Escaleras de ladrillos de azurina cortada", - "block.create.cut_asurine_brick_wall": "Muro de ladrillos de azurina cortada", - "block.create.cut_asurine_bricks": "Ladrillos de azurina cortada", - "block.create.cut_asurine_slab": "Losa de azurina cortada", - "block.create.cut_asurine_stairs": "Escaleras de azurina cortada", - "block.create.cut_asurine_wall": "Muro de azurina cortada", - "block.create.cut_calcite": "Calcita cortada", - "block.create.cut_calcite_brick_slab": "Losa de ladrillos de calcita cortada", - "block.create.cut_calcite_brick_stairs": "Escaleras de ladrillos de calcita cortada", - "block.create.cut_calcite_brick_wall": "Muro de ladrillos de calcita cortada", - "block.create.cut_calcite_bricks": "Ladrillos de calcita cortada", - "block.create.cut_calcite_slab": "Losa de calcita cortada", - "block.create.cut_calcite_stairs": "Escaleras de calcita cortada", - "block.create.cut_calcite_wall": "Muro de calcita cortada", - "block.create.cut_crimsite": "Carmesina cortada", - "block.create.cut_crimsite_brick_slab": "Losa de ladrillos de carmesina cortada", - "block.create.cut_crimsite_brick_stairs": "Escaleras de ladrillos de carmesina cortada", - "block.create.cut_crimsite_brick_wall": "Muro de ladrillos de carmesina cortada", - "block.create.cut_crimsite_bricks": "Ladrillos de carmesina cortada", - "block.create.cut_crimsite_slab": "Losa de carmesina cortada", - "block.create.cut_crimsite_stairs": "Escaleras de carmesina cortada", - "block.create.cut_crimsite_wall": "Muro de carmesina cortada", - "block.create.cut_deepslate": "Pizarra profunda cortada", - "block.create.cut_deepslate_brick_slab": "Losa de ladrillos de pizarra profunda cortada", - "block.create.cut_deepslate_brick_stairs": "Escaleras de ladrillos de pizarra profunda cortada", - "block.create.cut_deepslate_brick_wall": "Muro de ladrillos de pizarra profunda cortada", - "block.create.cut_deepslate_bricks": "Ladrillos de pizarra profunda cortada", - "block.create.cut_deepslate_slab": "Losa de pizarra profunda cortada", - "block.create.cut_deepslate_stairs": "Escaleras de pizarra profunda cortada", - "block.create.cut_deepslate_wall": "Muro de pizarra profunda cortada", - "block.create.cut_diorite": "Diorita cortada", - "block.create.cut_diorite_brick_slab": "Losa de ladrillos de diorita cortada", - "block.create.cut_diorite_brick_stairs": "Escaleras de ladrillos de diorita cortada", - "block.create.cut_diorite_brick_wall": "Muro de ladrillos de diorita cortada", - "block.create.cut_diorite_bricks": "Ladrillos de diorita cortada", - "block.create.cut_diorite_slab": "Losa de diorita cortada", - "block.create.cut_diorite_stairs": "Escaleras de diorita cortada", - "block.create.cut_diorite_wall": "Muro de diorita cortada", - "block.create.cut_dripstone": "Bloque de espeleotema cortado", - "block.create.cut_dripstone_brick_slab": "Losa de ladrillos de espeleotema cortado", - "block.create.cut_dripstone_brick_stairs": "Escaleras de ladrillos de espeleotema cortado", - "block.create.cut_dripstone_brick_wall": "Muro de ladrillos de espeleotema cortado", - "block.create.cut_dripstone_bricks": "Ladrillos de espeleotema cortado", - "block.create.cut_dripstone_slab": "Losa de espeleotema cortado", - "block.create.cut_dripstone_stairs": "Escaleras de espeleotema cortado", - "block.create.cut_dripstone_wall": "Muro de espeleotema cortado", - "block.create.cut_granite": "Granito cortado", - "block.create.cut_granite_brick_slab": "Losa de ladrillos de granito cortado", - "block.create.cut_granite_brick_stairs": "Escaleras de ladrillos de granito cortado", - "block.create.cut_granite_brick_wall": "Muro de ladrillos de granito cortado", - "block.create.cut_granite_bricks": "Ladrillos de granito cortado", - "block.create.cut_granite_slab": "Losa de granito cortado", - "block.create.cut_granite_stairs": "Escaleras de granito cortado", - "block.create.cut_granite_wall": "Muro de granito cortado", - "block.create.cut_limestone": "Piedra caliza cortada", - "block.create.cut_limestone_brick_slab": "Losa de ladrillos de piedra caliza cortada", - "block.create.cut_limestone_brick_stairs": "Escaleras de ladrillos de piedra caliza cortada", - "block.create.cut_limestone_brick_wall": "Muro de ladrillos de piedra caliza cortada", - "block.create.cut_limestone_bricks": "Ladrillos de piedra caliza cortada", - "block.create.cut_limestone_slab": "Losa de piedra caliza cortada", - "block.create.cut_limestone_stairs": "Escaleras de piedra caliza cortada", - "block.create.cut_limestone_wall": "Muro de piedra caliza cortada", - "block.create.cut_ochrum": "Ocre cortado", - "block.create.cut_ochrum_brick_slab": "Losa de ladrillos de ocre cortado", - "block.create.cut_ochrum_brick_stairs": "Escaleras de ladrillos de ocre cortado", - "block.create.cut_ochrum_brick_wall": "Muro de ladrillos de ocre cortado", - "block.create.cut_ochrum_bricks": "Ladrillos de ocre cortado", - "block.create.cut_ochrum_slab": "Losa de ocre cortado", - "block.create.cut_ochrum_stairs": "Escaleras de ocre cortado", - "block.create.cut_ochrum_wall": "Muro de ocre cortado", - "block.create.cut_scorchia": "Escoria oscura cortada", - "block.create.cut_scorchia_brick_slab": "Losa de ladrillos de escoria oscura cortada", - "block.create.cut_scorchia_brick_stairs": "Escaleras de ladrillos de escoria oscura cortada", - "block.create.cut_scorchia_brick_wall": "Muro de ladrillos de escoria oscura cortada", - "block.create.cut_scorchia_bricks": "Ladrillos de escoria oscura cortada", - "block.create.cut_scorchia_slab": "Losa de escoria oscura cortada", - "block.create.cut_scorchia_stairs": "Escaleras de escoria oscura cortada", - "block.create.cut_scorchia_wall": "Muro de escoria oscura cortada", - "block.create.cut_scoria": "Escoria cortada", - "block.create.cut_scoria_brick_slab": "Losa de ladrillos de escoria cortada", - "block.create.cut_scoria_brick_stairs": "Escaleras de ladrillos de escoria cortada", - "block.create.cut_scoria_brick_wall": "Muro de ladrillos de escoria cortada", - "block.create.cut_scoria_bricks": "Ladrillos de escoria cortada", - "block.create.cut_scoria_slab": "Losa de escoria cortada", - "block.create.cut_scoria_stairs": "Escaleras de escoria cortada", - "block.create.cut_scoria_wall": "Muro de escoria cortada", - "block.create.cut_tuff": "Toba cortada", - "block.create.cut_tuff_brick_slab": "Losa de ladrillos de toba cortada", - "block.create.cut_tuff_brick_stairs": "Escaleras de ladrillos de toba cortada", - "block.create.cut_tuff_brick_wall": "Muro de ladrillos de toba cortada", - "block.create.cut_tuff_bricks": "Ladrillos de toba cortada", - "block.create.cut_tuff_slab": "Losa de toba cortada", - "block.create.cut_tuff_stairs": "Escaleras de toba cortada", - "block.create.cut_tuff_wall": "Muro de toba cortada", - "block.create.cut_veridium": "Veridio cortado", - "block.create.cut_veridium_brick_slab": "Losa de ladrillos de veridio cortado", - "block.create.cut_veridium_brick_stairs": "Escaleras de ladrillos de veridio cortado", - "block.create.cut_veridium_brick_wall": "Muro de ladrillos de veridio cortado", - "block.create.cut_veridium_bricks": "Ladrillos de veridio cortado", - "block.create.cut_veridium_slab": "Losa de veridio cortado", - "block.create.cut_veridium_stairs": "Escaleras de veridio cortado", - "block.create.cut_veridium_wall": "Muro de veridio cortado", - "block.create.cyan_nixie_tube": "Tubo Nixie cian", - "block.create.cyan_sail": "Vela cian", - "block.create.cyan_seat": "Asiento cian", - "block.create.cyan_toolbox": "Caja de herramientas cian", - "block.create.cyan_valve_handle": "Asa de válvula cian", - "block.create.dark_oak_window": "Ventana de roble oscuro", - "block.create.dark_oak_window_pane": "Panel de ventana de roble oscuro", - "block.create.deepslate_pillar": "Pilar de pizarra profunda", - "block.create.deepslate_zinc_ore": "Mena de cinc de pizarra profunda", - "block.create.deployer": "Desplegador", - "block.create.depot": "Depósito", - "block.create.diorite_pillar": "Pilar de diorita", - "block.create.display_board": "Pantalla de visualización", - "block.create.display_link": "Enlace de pantalla", - "block.create.dripstone_pillar": "Pilar de espeleotema", - "block.create.encased_chain_drive": "Cadena de transmisión revestida", - "block.create.encased_fan": "Ventilador revestido", - "block.create.encased_fluid_pipe": "Tubería de fluidos de cobre reforzada", - "block.create.exposed_copper_shingle_slab": "Losa de tejas de cobre expuesto", - "block.create.exposed_copper_shingle_stairs": "Escaleras de tejas de cobre expuesto", - "block.create.exposed_copper_shingles": "Bloque de tejas de cobre expuesto", - "block.create.exposed_copper_tile_slab": "Losa de baldosas de cobre expuesto", - "block.create.exposed_copper_tile_stairs": "Escaleras de baldosas de cobre expuesto", - "block.create.exposed_copper_tiles": "Blooque de baldosas de cobre expuesto", - "block.create.fake_track": "Indicador de vía para mapas", - "block.create.fluid_pipe": "Tubería de fluidos de cobre", - "block.create.fluid_tank": "Depósito de fluidos", - "block.create.fluid_valve": "Válvula de fluidos", - "block.create.flywheel": "Rueda de inercia", - "block.create.framed_glass": "Cristal enmarcado", - "block.create.framed_glass_door": "Puerta de cristal enmarcado", - "block.create.framed_glass_pane": "Panel de cristal enmarcado", - "block.create.framed_glass_trapdoor": "Trampilla de cristal enmarcado", - "block.create.gantry_carriage": "Carro de grúa", - "block.create.gantry_shaft": "Eje de grúa", - "block.create.gearbox": "Caja de transmisión", - "block.create.gearshift": "Caja de cambios", - "block.create.glass_fluid_pipe": "Tubería de fluidos de cristal", - "block.create.granite_pillar": "Pilar de granito", - "block.create.gray_nixie_tube": "Tubo Nixie gris", - "block.create.gray_sail": "Vela gris", - "block.create.gray_seat": "Asiento gris", - "block.create.gray_toolbox": "Caja de herramientas gris", - "block.create.gray_valve_handle": "Asa de válvula gris", - "block.create.green_nixie_tube": "Tubo Nixie verde", - "block.create.green_sail": "Vela verde", - "block.create.green_seat": "Asiento verde", - "block.create.green_toolbox": "Caja de herramientas verde", - "block.create.green_valve_handle": "Asa de válvula verde", - "block.create.hand_crank": "Manivela", - "block.create.haunted_bell": "Campana maldita", - "block.create.honey": "Miel", - "block.create.horizontal_framed_glass": "Cristal con marco horizontal", - "block.create.horizontal_framed_glass_pane": "Panel de cristal con marco horizontal", - "block.create.hose_pulley": "Polea de manguera", - "block.create.item_drain": "Drenador de objetos", - "block.create.item_vault": "Bóveda de objetos", - "block.create.jungle_window": "Ventana de jungla", - "block.create.jungle_window_pane": "Panel de ventana de jungla", - "block.create.large_bogey": "Vagón grande", - "block.create.large_cogwheel": "Engranaje grande", - "block.create.layered_andesite": "Andesita estratificada", - "block.create.layered_asurine": "Azurina estratificada", - "block.create.layered_calcite": "Calcita estratificada", - "block.create.layered_crimsite": "Carmesina estratificada", - "block.create.layered_deepslate": "Pizarra profunda estratificada", - "block.create.layered_diorite": "Diorita estratificada", - "block.create.layered_dripstone": "Bloque de espeleotema estratificado", - "block.create.layered_granite": "Granito estratificado", - "block.create.layered_limestone": "Piedra caliza estratificada", - "block.create.layered_ochrum": "Ocre estratificado", - "block.create.layered_scorchia": "Escoria oscura estratificada", - "block.create.layered_scoria": "Escoria estratificada", - "block.create.layered_tuff": "Toba estratificada", - "block.create.layered_veridium": "Veridio estratificado", - "block.create.lectern_controller": "Controlador de atril", - "block.create.light_blue_nixie_tube": "Tubo Nixie azul claro", - "block.create.light_blue_sail": "Vela azul claro", - "block.create.light_blue_seat": "Asiento azul claro", - "block.create.light_blue_toolbox": "Caja de herramientas azul claro", - "block.create.light_blue_valve_handle": "Asa de válvula azul claro", - "block.create.light_gray_nixie_tube": "Tubo Nixie gris claro", - "block.create.light_gray_sail": "Vela gris claro", - "block.create.light_gray_seat": "Asiento gris claro", - "block.create.light_gray_toolbox": "Caja de herramientas gris claro", - "block.create.light_gray_valve_handle": "Asa de válvula gris claro", - "block.create.lime_nixie_tube": "Tubo Nixie lima", - "block.create.lime_sail": "Vela lima", - "block.create.lime_seat": "Asiento lima", - "block.create.lime_toolbox": "Caja de herramientas lima", - "block.create.lime_valve_handle": "Asa de válvula lima", - "block.create.limestone": "Piedra caliza", - "block.create.limestone_pillar": "Pilar de piedra caliza", - "block.create.linear_chassis": "Chasis lineal", - "block.create.lit_blaze_burner": "Quemador de Blaze encendido", - "block.create.magenta_nixie_tube": "Tubo Nixie magenta", - "block.create.magenta_sail": "Vela magenta", - "block.create.magenta_seat": "Asiento magenta", - "block.create.magenta_toolbox": "Caja de herramientas magenta", - "block.create.magenta_valve_handle": "Asa de válvula magenta", - "block.create.mechanical_arm": "Brazo mecánico", - "block.create.mechanical_bearing": "Rodamiento mecánico", - "block.create.mechanical_crafter": "Ensamblador mecánico", - "block.create.mechanical_drill": "Taladro mecánico", - "block.create.mechanical_harvester": "Cosechadora mecánica", - "block.create.mechanical_mixer": "Mezcladora mecánica", - "block.create.mechanical_piston": "Pistón mecánico", - "block.create.mechanical_piston_head": "Cabezal de pistón mecánico", - "block.create.mechanical_plough": "Arado mecánico", - "block.create.mechanical_press": "Prensa mecánica", - "block.create.mechanical_pump": "Bomba mecánica", - "block.create.mechanical_saw": "Sierra mecánica", - "block.create.metal_bracket": "Soporte de metal para ejes", - "block.create.metal_girder": "Viga de metal", - "block.create.metal_girder_encased_shaft": "Eje revestido con viga de metal", - "block.create.millstone": "Piedra de molino", - "block.create.minecart_anchor": "Ancla de vagonetas", - "block.create.mysterious_cuckoo_clock": "Reloj de cuco", - "block.create.nixie_tube": "Tubo Nixie", - "block.create.nozzle": "Boquilla", - "block.create.oak_window": "Ventana de roble", - "block.create.oak_window_pane": "Panel de ventana de roble", - "block.create.ochrum": "Ocre", - "block.create.ochrum_pillar": "Pilar de ocre", - "block.create.orange_sail": "Vela naranja", - "block.create.orange_seat": "Asiento naranja", - "block.create.orange_toolbox": "Caja de herramientas naranja", - "block.create.orange_valve_handle": "Asa de válvula naranja", - "block.create.ornate_iron_window": "Ventana de hierro ornamentada", - "block.create.ornate_iron_window_pane": "Panel de ventana de hierro ornamentada", - "block.create.oxidized_copper_shingle_slab": "Losa de tejas de cobre oxidado", - "block.create.oxidized_copper_shingle_stairs": "Escaleras de tejas de cobre oxidado", - "block.create.oxidized_copper_shingles": "Bloque de tejas de cobre oxidado", - "block.create.oxidized_copper_tile_slab": "Losa de baldosas de cobre oxidado", - "block.create.oxidized_copper_tile_stairs": "Escaleras de baldosas de cobre oxidado", - "block.create.oxidized_copper_tiles": "Bloque de baldosas de cobre oxidado", - "block.create.peculiar_bell": "Campana peculiar", - "block.create.pink_nixie_tube": "Tubo Nixie rosa", - "block.create.pink_sail": "Vela rosa", - "block.create.pink_seat": "Asiento rosa", - "block.create.pink_toolbox": "Caja de herramientas rosa", - "block.create.pink_valve_handle": "Asa de válvula rosa", - "block.create.piston_extension_pole": "Pértiga de extensión de pistón", - "block.create.placard": "Pancarta", - "block.create.polished_cut_andesite": "Andesita cortada pulida", - "block.create.polished_cut_andesite_slab": "Losa de andesita cortada pulida", - "block.create.polished_cut_andesite_stairs": "Escaleras de andesita cortada pulida", - "block.create.polished_cut_andesite_wall": "Muro de andesita cortada pulida", - "block.create.polished_cut_asurine": "Azurina cortada pulida", - "block.create.polished_cut_asurine_slab": "Losa de azurina cortada pulida", - "block.create.polished_cut_asurine_stairs": "Escaleras de azurina cortada pulida", - "block.create.polished_cut_asurine_wall": "Muro de azurina cortada pulida", - "block.create.polished_cut_calcite": "Calcita cortada pulida", - "block.create.polished_cut_calcite_slab": "Losa de calcita cortada pulida", - "block.create.polished_cut_calcite_stairs": "Escaleras de calcita cortada pulida", - "block.create.polished_cut_calcite_wall": "Muro de calcita cortada pulida", - "block.create.polished_cut_crimsite": "Carmesina cortada pulida", - "block.create.polished_cut_crimsite_slab": "Losa de carmesina cortada pulida", - "block.create.polished_cut_crimsite_stairs": "Escaleras de carmesina cortada pulida", - "block.create.polished_cut_crimsite_wall": "Muro de carmesina cortada pulida", - "block.create.polished_cut_deepslate": "Pizarra profunda cortada pulida", - "block.create.polished_cut_deepslate_slab": "Losa de pizarra profunda cortada pulida", - "block.create.polished_cut_deepslate_stairs": "Escaleras de pizarra profunda cortada pulida", - "block.create.polished_cut_deepslate_wall": "Muro de pizarra profunda cortada pulida", - "block.create.polished_cut_diorite": "Diorita cortada pulida", - "block.create.polished_cut_diorite_slab": "Losa de diorita cortada pulida", - "block.create.polished_cut_diorite_stairs": "Escaleras de diorita cortada pulida", - "block.create.polished_cut_diorite_wall": "Muro de diorita cortada pulida", - "block.create.polished_cut_dripstone": "Bloque de espeleotema cortado pulido", - "block.create.polished_cut_dripstone_slab": "Losa de espeleotema cortado pulido", - "block.create.polished_cut_dripstone_stairs": "Escaleras de espeleotema cortado pulido", - "block.create.polished_cut_dripstone_wall": "Muro de espeleotema cortado pulido", - "block.create.polished_cut_granite": "Granito cortado pulido", - "block.create.polished_cut_granite_slab": "Losa de granito cortado pulido", - "block.create.polished_cut_granite_stairs": "Escaleras de granito cortado pulido", - "block.create.polished_cut_granite_wall": "Muro de granito cortado pulido", - "block.create.polished_cut_limestone": "Piedra caliza cortada pulida", - "block.create.polished_cut_limestone_slab": "Losa de piedra caliza cortada pulida", - "block.create.polished_cut_limestone_stairs": "Escaleras de piedra caliza cortada pulida", - "block.create.polished_cut_limestone_wall": "Muro de piedra caliza cortada pulida", - "block.create.polished_cut_ochrum": "Ocre cortado pulido", - "block.create.polished_cut_ochrum_slab": "Losa de ocre cortado pulido", - "block.create.polished_cut_ochrum_stairs": "Escaleras de ocre cortado pulido", - "block.create.polished_cut_ochrum_wall": "Muro de ocre cortado pulido", - "block.create.polished_cut_scorchia": "Escoria oscura cortada pulida", - "block.create.polished_cut_scorchia_slab": "Losa de escoria oscura cortada pulida", - "block.create.polished_cut_scorchia_stairs": "Escalera de escoria oscura cortada pulida", - "block.create.polished_cut_scorchia_wall": "Muro de escoria oscura cortada pulida", - "block.create.polished_cut_scoria": "Escoria cortada pulida", - "block.create.polished_cut_scoria_slab": "Losa de escoria cortada pulida", - "block.create.polished_cut_scoria_stairs": "Escaleras de escoria cortada pulida", - "block.create.polished_cut_scoria_wall": "Muro de escoria cortada pulida", - "block.create.polished_cut_tuff": "Toba cortada pulida", - "block.create.polished_cut_tuff_slab": "Losa de toba cortada pulida", - "block.create.polished_cut_tuff_stairs": "Escaleras de toba cortada pulida", - "block.create.polished_cut_tuff_wall": "Muro de toba cortada pulida", - "block.create.polished_cut_veridium": "Veridio cortado pulido", - "block.create.polished_cut_veridium_slab": "Losa de veridio cortado pulido", - "block.create.polished_cut_veridium_stairs": "Escaleras de veridio cortado pulido", - "block.create.polished_cut_veridium_wall": "Muro de veridio cortado pulido", - "block.create.portable_fluid_interface": "Interfaz de fluidos portátil", - "block.create.portable_storage_interface": "Interfaz de almacenamiento portátil", - "block.create.powered_latch": "Palanca motorizada", - "block.create.powered_shaft": "Eje motorizado", - "block.create.powered_toggle_latch": "Palanca de cierre motorizada", - "block.create.pulley_magnet": "Imán de la polea", - "block.create.pulse_extender": "Extensor de pulso", - "block.create.pulse_repeater": "Repetidor de pulsos de redstone", - "block.create.purple_nixie_tube": "Tubo Nixie morado", - "block.create.purple_sail": "Vela morada", - "block.create.purple_seat": "Asiento morado", - "block.create.purple_toolbox": "Caja de herramientas púrpura", - "block.create.purple_valve_handle": "Asa de válvula morada", - "block.create.radial_chassis": "Chasis radial", - "block.create.railway_casing": "Revestidor de tren", - "block.create.raw_zinc_block": "Bloque de cinc en bruto", - "block.create.red_nixie_tube": "Tubo Nixie rojo", - "block.create.red_sail": "Vela roja", - "block.create.red_seat": "Asiento rojo", - "block.create.red_toolbox": "Caja de herramientas roja", - "block.create.red_valve_handle": "Asa de válvula roja", - "block.create.redstone_contact": "Contacto de redstone", - "block.create.redstone_link": "Enlace de redstone", - "block.create.refined_radiance_casing": "Revestidor radiante", - "block.create.rope": "Cuerda", - "block.create.rope_pulley": "Polea de cuerda", - "block.create.rose_quartz_block": "Bloque de cuarzo rosado", - "block.create.rose_quartz_lamp": "Lámpara de cuarzo rosado", - "block.create.rose_quartz_tiles": "Baldosas de cuarzo rosado", - "block.create.rotation_speed_controller": "Controlador de velocidad rotacional", - "block.create.sail_frame": "Marco de vela", - "block.create.schematic_table": "Tabla de esquemas", - "block.create.schematicannon": "Esquematicañón", - "block.create.scorchia": "Escoria oscura", - "block.create.scorchia_pillar": "Pilar de escoria oscura", - "block.create.scoria": "Escoria", - "block.create.scoria_pillar": "Pilar de escoria", - "block.create.secondary_linear_chassis": "Chasis lineal secundario", - "block.create.sequenced_gearshift": "Caja de cambios secuencial", - "block.create.shadow_steel_casing": "Revestidor sombrío", - "block.create.shaft": "Eje", - "block.create.small_andesite_brick_slab": "Losa de ladrillos pequeños de andesita", - "block.create.small_andesite_brick_stairs": "Escaleras de ladrillos pequeños de andesita", - "block.create.small_andesite_brick_wall": "Muro de ladrillos pequeños de andesita", - "block.create.small_andesite_bricks": "Ladrillos pequeños de andesita", - "block.create.small_asurine_brick_slab": "Losa de ladrillos pequeños de azurina", - "block.create.small_asurine_brick_stairs": "Escaleras de ladrillos pequeños de azurina", - "block.create.small_asurine_brick_wall": "Muro de ladrillos pequeños de azurina", - "block.create.small_asurine_bricks": "Ladrillos pequeños de azurina", - "block.create.small_bogey": "Vagón pequeño", - "block.create.small_calcite_brick_slab": "Losa de ladrillos pequeños de calcita", - "block.create.small_calcite_brick_stairs": "Escaleras de ladrillos pequeños de calcita", - "block.create.small_calcite_brick_wall": "Muro de ladrillos pequeños de calcita", - "block.create.small_calcite_bricks": "Ladrillos pequeños de calcita", - "block.create.small_crimsite_brick_slab": "Losa de ladrillos pequeños de carmesina", - "block.create.small_crimsite_brick_stairs": "Escaleras de ladrillos pequeños de carmesina", - "block.create.small_crimsite_brick_wall": "Muro de ladrillos pequeños de carmesina", - "block.create.small_crimsite_bricks": "Ladrillos pequeños de carmesina", - "block.create.small_deepslate_brick_slab": "Losa de ladrillos pequeños de pizarra profunda", - "block.create.small_deepslate_brick_stairs": "Escaleras de ladrillos pequeños de pizarra profunda", - "block.create.small_deepslate_brick_wall": "Muro de ladrillos pequeños de pizarra profunda", - "block.create.small_deepslate_bricks": "Ladrillos pequeños de pizarra profunda", - "block.create.small_diorite_brick_slab": "Losa de ladrillos pequeños de diorita", - "block.create.small_diorite_brick_stairs": "Escaleras de ladrillos pequeños de diorita", - "block.create.small_diorite_brick_wall": "Muro de ladrillos pequeños de diorita", - "block.create.small_diorite_bricks": "Ladrillos pequeños de diorita", - "block.create.small_dripstone_brick_slab": "Losa de ladrillos pequeños de espeleotema", - "block.create.small_dripstone_brick_stairs": "Escaleras de ladrillos pequeños de espeleotema", - "block.create.small_dripstone_brick_wall": "Muro de ladrillos pequeños de espeleotema", - "block.create.small_dripstone_bricks": "Ladrillos pequeños de espeleotema", - "block.create.small_granite_brick_slab": "Losa de ladrillos pequeños de granito", - "block.create.small_granite_brick_stairs": "Escaleras de ladrillos pequeños de granito", - "block.create.small_granite_brick_wall": "Muro de ladrillos pequeños de granito", - "block.create.small_granite_bricks": "Ladrillos pequeños de granito", - "block.create.small_limestone_brick_slab": "Losa de ladrillos pequeños de piedra caliza", - "block.create.small_limestone_brick_stairs": "Escaleras de ladrillos pequeños de piedra caliza", - "block.create.small_limestone_brick_wall": "Muro de ladrillos pequeños de piedra caliza", - "block.create.small_limestone_bricks": "Ladrillos pequeños de piedra caliza", - "block.create.small_ochrum_brick_slab": "Losa de ladrillos pequeños de ocre", - "block.create.small_ochrum_brick_stairs": "Escalera de ladrillos pequeños de ocre", - "block.create.small_ochrum_brick_wall": "Muro de ladrillos pequeños de ocre", - "block.create.small_ochrum_bricks": "Ladrillos pequeños de ocre", - "block.create.small_rose_quartz_tiles": "Baldosas pequeñas de cuarzo rosado", - "block.create.small_scorchia_brick_slab": "Losa de ladrillos pequeños de escoria oscura", - "block.create.small_scorchia_brick_stairs": "Escaleras de ladrillos pequeños de escoria oscura", - "block.create.small_scorchia_brick_wall": "Muro de ladrillos pequeños de escoria oscura", - "block.create.small_scorchia_bricks": "Ladrillos pequeños de escoria oscura", - "block.create.small_scoria_brick_slab": "Losa de ladrillos pequeños de escoria", - "block.create.small_scoria_brick_stairs": "Escaleras de ladrillos pequeños de escoria", - "block.create.small_scoria_brick_wall": "Muro de ladrillos pequeños de escoria", - "block.create.small_scoria_bricks": "Ladrillos pequeños de escoria", - "block.create.small_tuff_brick_slab": "Losa de ladrillos pequeños de toba", - "block.create.small_tuff_brick_stairs": "Escaleras de ladrillos pequeños de toba", - "block.create.small_tuff_brick_wall": "Muro de ladrillos pequeños de toba", - "block.create.small_tuff_bricks": "Ladrillos pequeños de toba", - "block.create.small_veridium_brick_slab": "Losa de ladrillos pequeños de veridio", - "block.create.small_veridium_brick_stairs": "Escaleras de ladrillos pequeños de veridio", - "block.create.small_veridium_brick_wall": "Muro de ladrillos pequeños de veridio", - "block.create.small_veridium_bricks": "Ladrillos pequeños de veridio", - "block.create.smart_chute": "Ducto inteligente", - "block.create.smart_fluid_pipe": "Tubería de fluidos inteligente", - "block.create.speedometer": "Velocímetro", - "block.create.spout": "Surtidor", - "block.create.spruce_window": "Ventana de abeto", - "block.create.spruce_window_pane": "Panel de ventana de abeto", - "block.create.steam_engine": "Motor de vapor", - "block.create.steam_whistle": "Silbato de vapor", - "block.create.steam_whistle_extension": "Extensión de silbato de vapor", - "block.create.sticker": "Pegatina", - "block.create.sticky_mechanical_piston": "Pistón mecánico pegajoso", - "block.create.stockpile_switch": "Interruptor de acopio", - "block.create.stressometer": "Estresómetro", - "block.create.tiled_glass": "Vidrio esmaltado", - "block.create.tiled_glass_pane": "Panel de vidrio esmaltado", - "block.create.track": "Vía de tren", - "block.create.track_observer": "Observador de tren", - "block.create.track_signal": "Señal de tren", - "block.create.track_station": "Estación de tren", - "block.create.train_door": "Puerta de tren", - "block.create.train_trapdoor": "Trampilla de tren", - "block.create.tuff_pillar": "Pilar de toba", - "block.create.turntable": "Plataforma giratoria mecánica", - "block.create.veridium": "Veridio", - "block.create.veridium_pillar": "Pilar de veridio", - "block.create.vertical_framed_glass": "Vidrio esmaltado vertical", - "block.create.vertical_framed_glass_pane": "Panel de vidrio esmaltado vertical", - "block.create.warped_window": "Ventana distorsionada", - "block.create.warped_window_pane": "Panel de ventana distorsionada", - "block.create.water_wheel": "Rueda hidráulica mecánica", - "block.create.waxed_copper_shingle_slab": "Losa de tejas de cobre encerado", - "block.create.waxed_copper_shingle_stairs": "Escaleras de tejas de cobre encerado", - "block.create.waxed_copper_shingles": "Bloque de tejas de cobre encerado", - "block.create.waxed_copper_tile_slab": "Losa de baldosas de cobre encerado", - "block.create.waxed_copper_tile_stairs": "Escaleras de baldosas de cobre encerado", - "block.create.waxed_copper_tiles": "Bloque de baldosas de cobre encerado", - "block.create.waxed_exposed_copper_shingle_slab": "Losa de tejas de cobre expuesto encerado", - "block.create.waxed_exposed_copper_shingle_stairs": "Escaleras de tejas de cobre expuesto encerado", - "block.create.waxed_exposed_copper_shingles": "Bloque de tejas de cobre expuesto encerado", - "block.create.waxed_exposed_copper_tile_slab": "Losa de baldosas de cobre expuesto encerado", - "block.create.waxed_exposed_copper_tile_stairs": "Escaleras de baldosas de cobre expuesto encerado", - "block.create.waxed_exposed_copper_tiles": "Bloque de baldosas de cobre expuesto encerado", - "block.create.waxed_oxidized_copper_shingle_slab": "Losa de tejas de cobre oxidado encerado", - "block.create.waxed_oxidized_copper_shingle_stairs": "Escaleras de tejas de cobre oxidado encerado", - "block.create.waxed_oxidized_copper_shingles": "Bloque de tejas de cobre oxidado encerado", - "block.create.waxed_oxidized_copper_tile_slab": "Losa de baldosas de cobre oxidado encerado", - "block.create.waxed_oxidized_copper_tile_stairs": "Escaleras de baldosas de cobre oxidado encerado", - "block.create.waxed_oxidized_copper_tiles": "Bloque de baldosas de cobre oxidado encerado", - "block.create.waxed_weathered_copper_shingle_slab": "Losa de tejas de cobre degradado encerado", - "block.create.waxed_weathered_copper_shingle_stairs": "Escaleras de tejas de cobre degradado encerado", - "block.create.waxed_weathered_copper_shingles": "Bloque de tejas de cobre degradado encerado", - "block.create.waxed_weathered_copper_tile_slab": "Losa de baldosas de cobre degradado encerado", - "block.create.waxed_weathered_copper_tile_stairs": "Escaleras de baldosas de cobre degradado encerado", - "block.create.waxed_weathered_copper_tiles": "Bloque de baldosas de cobre degradado encerado", - "block.create.weathered_copper_shingle_slab": "Losa de tejas de cobre degradado", - "block.create.weathered_copper_shingle_stairs": "Escaleras de tejas de cobre degradado", - "block.create.weathered_copper_shingles": "Bloque de tejas de cobre degradado", - "block.create.weathered_copper_tile_slab": "Losa de baldosas de cobre degradado", - "block.create.weathered_copper_tile_stairs": "Escaleras de baldosas de cobre degradado", - "block.create.weathered_copper_tiles": "Bloque de baldosas de cobre degradado", - "block.create.weighted_ejector": "Eyector de peso", - "block.create.white_nixie_tube": "Tubo Nixie blanco", - "block.create.white_sail": "Vela blanca", - "block.create.white_seat": "Asiento blanco", - "block.create.white_toolbox": "Caja de herramientas blanca", - "block.create.white_valve_handle": "Asa de válvula blanco", - "block.create.windmill_bearing": "Rodamiento de molino de viento", - "block.create.wooden_bracket": "Soporte de madera para ejes", - "block.create.yellow_nixie_tube": "Tubo Nixie amarillo", - "block.create.yellow_sail": "Vela amarilla", - "block.create.yellow_seat": "Asiento amarillo", - "block.create.yellow_toolbox": "Caja de herramientas amarilla", - "block.create.yellow_valve_handle": "Asa de válvula amarillo", - "block.create.zinc_block": "Bloque de cinc", - "block.create.zinc_ore": "Mena de cinc", - - "enchantment.create.capacity": "Capacidad", - "enchantment.create.potato_recovery": "Recuperación de patatas", - - "entity.create.carriage_contraption": "Artefacto animado de carruaje", - "entity.create.contraption": "Artefacto animado", - "entity.create.crafting_blueprint": "Plano de elaboración", - "entity.create.gantry_contraption": "Artefacto móvil de grúa", - "entity.create.potato_projectile": "Proyectil de patata", - "entity.create.seat": "Asiento", - "entity.create.stationary_contraption": "Artefacto estacionario", - "entity.create.super_glue": "Pegamento", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "Poción", - "fluid.create.tea": "Té del Constructor", - - "item.create.andesite_alloy": "Aleación de andesita", - "item.create.attribute_filter": "Filtro de atributos", - "item.create.bar_of_chocolate": "Barra de chocolate", - "item.create.belt_connector": "Correa mecánica", - "item.create.blaze_cake": "Pastel de blaze", - "item.create.blaze_cake_base": "Base de pastel de blaze", - "item.create.brass_hand": "Mano de latón", - "item.create.brass_ingot": "Lingote de latón", - "item.create.brass_nugget": "Pepita de latón", - "item.create.brass_sheet": "Lámina de latón", - "item.create.builders_tea": "Té del Constructor", - "item.create.chest_minecart_contraption": "Artefacto móvil de vagoneta con cofre", - "item.create.chocolate_bucket": "Cubo con chocolate", - "item.create.chocolate_glazed_berries": "Bayas glaseadas con chocolate", - "item.create.chromatic_compound": "Compuesto cromático", - "item.create.cinder_flour": "Harina del Nether", - "item.create.copper_backtank": "Depósito trasero de cobre", - "item.create.copper_backtank_placeable": "Depósito de cobre colocable", - "item.create.copper_nugget": "Pepita de cobre", - "item.create.copper_sheet": "Lámina de cobre", - "item.create.crafter_slot_cover": "Tapa de ranura del ensamblador mecánico", - "item.create.crafting_blueprint": "Plano de elaboración", - "item.create.creative_blaze_cake": "Pastel de blaze creativo", - "item.create.crushed_aluminum_ore": "Mineral de aluminio molido", - "item.create.crushed_copper_ore": "Mineral de cobre molido", - "item.create.crushed_gold_ore": "Mineral de oro molido", - "item.create.crushed_iron_ore": "Mineral de hierro molido", - "item.create.crushed_lead_ore": "Mineral de plomo molido", - "item.create.crushed_nickel_ore": "Mineral de níquel molido", - "item.create.crushed_osmium_ore": "Mineral de osmio molido", - "item.create.crushed_platinum_ore": "Mineral de platino molido", - "item.create.crushed_quicksilver_ore": "Mineral de mercurio molido", - "item.create.crushed_silver_ore": "Mineral de plata molido", - "item.create.crushed_tin_ore": "Mineral de estaño molido", - "item.create.crushed_uranium_ore": "Mineral de uranio molido", - "item.create.crushed_zinc_ore": "Mineral de cinc molido", - "item.create.diving_boots": "Botas de buceo", - "item.create.diving_helmet": "Casco de buceo", - "item.create.dough": "Masa", - "item.create.electron_tube": "Tubo de electrones", - "item.create.empty_blaze_burner": "Quemador de blaze vacío", - "item.create.empty_schematic": "Esquema vacío", - "item.create.experience_nugget": "Pepita de experiencia", - "item.create.extendo_grip": "Agarre extendido", - "item.create.filter": "Filtro", - "item.create.furnace_minecart_contraption": "Artefacto móvil de vagoneta con horno", - "item.create.goggles": "Gafas del ingeniero", - "item.create.golden_sheet": "Lámina de oro", - "item.create.handheld_worldshaper": "Moldeador de mundos", - "item.create.honey_bucket": "Cubo con miel", - "item.create.honeyed_apple": "Manzana con miel", - "item.create.incomplete_precision_mechanism": "Mecanismo de precisión incompleto", - "item.create.incomplete_track": "Vía incompleta", - "item.create.iron_sheet": "Lámina de hierro", - "item.create.linked_controller": "Controlador enlazado", - "item.create.minecart_contraption": "Artefacto móvil de vagoneta", - "item.create.minecart_coupling": "Acoplamiento de vagoneta", - "item.create.polished_rose_quartz": "Cuarzo rosado pulido", - "item.create.potato_cannon": "Cañón de patatas", - "item.create.powdered_obsidian": "Polvo de obsidiana", - "item.create.precision_mechanism": "Mecanismo de precisión", - "item.create.propeller": "Hélice", - "item.create.raw_zinc": "Cinc en bruto", - "item.create.red_sand_paper": "Papel de lija rojo", - "item.create.refined_radiance": "Resplandor refinado", - "item.create.rose_quartz": "Cuarzo rosado", - "item.create.sand_paper": "Papel de lija", - "item.create.schedule": "Programación de tren", - "item.create.schematic": "Esquema", - "item.create.schematic_and_quill": "Esquema y pluma", - "item.create.shadow_steel": "Acero sombrío", - "item.create.sturdy_sheet": "Lámina robusta", - "item.create.super_glue": "Pegamento", - "item.create.sweet_roll": "Ensaimada", - "item.create.tree_fertilizer": "Fertilizante para árboles", - "item.create.unprocessed_obsidian_sheet": "Lámina de obsidiana sin procesar", - "item.create.vertical_gearbox": "Caja de transmisión vertical", - "item.create.wand_of_symmetry": "Varita de simetría", - "item.create.wheat_flour": "Harina de trigo", - "item.create.whisk": "Batidora", - "item.create.wrench": "Llave inglesa", - "item.create.zinc_ingot": "Lingote de cinc", - "item.create.zinc_nugget": "Pepita de cinc", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Bienvenido a Create", - "advancement.create.root.desc": "¡Es hora de empezar a construir increíbles artefactos animados!", - "advancement.create.andesite_alloy": "Aliteraciones a montones", - "advancement.create.andesite_alloy.desc": "Los materiales de Create tienen nombres extraños, la aleación de andesita es uno de ellos.", - "advancement.create.andesite_casing": "La edad de la andesita", - "advancement.create.andesite_casing.desc": "Utiliza un poco de aleación de andesita y madera para crear un revestimiento básico.", - "advancement.create.mechanical_press": "Bonk", - "advancement.create.mechanical_press.desc": "Crea láminas en una prensa mecánica", - "advancement.create.encased_fan": "Fabricante de viento", - "advancement.create.encased_fan.desc": "Coloca y activa un ventilador revestido", - "advancement.create.fan_processing": "Procesado por partículas", - "advancement.create.fan_processing.desc": "Usa un ventilador revestido para procesar materiales", - "advancement.create.saw_processing": "El más temido del taller", - "advancement.create.saw_processing.desc": "Usa una sierra mecánica boca arriba para procesar materiales", - "advancement.create.compacting": "Compactificación", - "advancement.create.compacting.desc": "Usa una prensa y una cuenca para crear pocos objetos de muchos objetos", - "advancement.create.belt": "Paseo de algas", - "advancement.create.belt.desc": "Conecta dos ejes con una cinta.", - "advancement.create.funnel": "Estética de aeropuerto", - "advancement.create.funnel.desc": "Extrae o inserta objetos en un contenedor usando un embudo", - "advancement.create.chute": "Caída en picado", - "advancement.create.chute.desc": "Coloque un ducto, la contrapartida vertical de la cinta mecánica.", - "advancement.create.mechanical_mixer": "Bien mezcladito", - "advancement.create.mechanical_mixer.desc": "Combina ingredientes en una mezcladora mecánica", - "advancement.create.burner": "Hoguera con sentimientos", - "advancement.create.burner.desc": "Obtén un quemador de blaze", - "advancement.create.water_wheel": "Aprovechar la hidráulica", - "advancement.create.water_wheel.desc": "Coloca una rueda hidráulica e intenta hacerla girar.", - "advancement.create.windmill": "Una suave brisa", - "advancement.create.windmill.desc": "Monta un molino de viento.", - "advancement.create.shifting_gears": "Cambiando de marcha", - "advancement.create.shifting_gears.desc": "Conecta un engranaje grande a una pequeña, lo que te permitirá cambiar la velocidad rotacional.", - "advancement.create.millstone": "Triturador de bolsillo", - "advancement.create.millstone.desc": "Coloca y alimenta una piedra de molino.", - "advancement.create.super_glue": "Área de conexión", - "advancement.create.super_glue.desc": "Pega varios bloques en un grupo", - "advancement.create.contraption_actors": "Moviéndose con un propósito", - "advancement.create.contraption_actors.desc": "Crea un artefacto móvil que contenga taladros, sierras o cosechadoras", - "advancement.create.portable_storage_interface": "Intercambio de autoservicio", - "advancement.create.portable_storage_interface.desc": "Usa una interfaz de almacenamiento portátil para introducir o extraer objetos de un artefacto móvil", - "advancement.create.wrench_goggles": "Equipado", - "advancement.create.wrench_goggles.desc": "Equípate las gafas del ingeniero y una llave inglesa", - "advancement.create.stressometer": "Pero, ¿cuán estresado exactamente?", - "advancement.create.stressometer.desc": "Coloca y alimenta un estresómetro. Míralo a través de las gafas del ingeniero para leer su valor exacto.", - "advancement.create.cuckoo_clock": "¿Llegó la hora?", - "advancement.create.cuckoo_clock.desc": "Sé testigo del reloj de cuco avisando la hora de dormir", - "advancement.create.windmill_maxed": "Una fuerte brisa", - "advancement.create.windmill_maxed.desc": "Ensambla un molino de viento de máxima potencia", - "advancement.create.ejector_maxed": "Campeón de trampolín", - "advancement.create.ejector_maxed.desc": "Haz que un eyector de peso te lance mas allá de 30 bloques", - "advancement.create.pulley_maxed": "Cuerda huida", - "advancement.create.pulley_maxed.desc": "Usa una polea de cuerda por más de 200 bloques", - "advancement.create.cart_pickup": "Brazos fuertes", - "advancement.create.cart_pickup.desc": "Recoge un artefacto móvil de vagoneta de al menos 200 bloques", - "advancement.create.anvil_plough": "Artillería de herrero", - "advancement.create.anvil_plough.desc": "Lanza un yunque con un eyector de peso", - "advancement.create.lava_wheel_00000": "Rueda de magma", - "advancement.create.lava_wheel_00000.desc": "No debería de haber funcionado§7\n(Logro oculto)", - "advancement.create.hand_crank_000": "Sesión de entrenamiento", - "advancement.create.hand_crank_000.desc": "Usa una manivela hasta que te agotes por completo§7\n(Logro Oculto)", - "advancement.create.belt_funnel_kiss": "Los loros y las aletas", - "advancement.create.belt_funnel_kiss.desc": "Haz que se besen dos embudos montados en una cinta mecánica.", - "advancement.create.stressometer_maxed": "Perfectamente estresado", - "advancement.create.stressometer_maxed.desc": "Obtén una lectura de 100% de un estresómetro§7\n(Logro oculto)", - "advancement.create.copper": "Rocas más robustas", - "advancement.create.copper.desc": "Consigue cobre para tus explocationes en la manipulación de fluidos", - "advancement.create.copper_casing": "La Edad de Cobre", - "advancement.create.copper_casing.desc": "Utiliza algunas láminas de cobre y madera para crear algunos revestimientos de cobre.", - "advancement.create.spout": "¡Paf!", - "advancement.create.spout.desc": "Observa como se llena un objeto con algún fluido usando una boquilla.", - "advancement.create.drain": "Tambor de drenaje", - "advancement.create.drain.desc": "Mira cómo un objeto que contiene un fluido se vacía usando un drenador de objetos", - "advancement.create.steam_engine": "La central eléctrica", - "advancement.create.steam_engine.desc": "Usa un motor de vapor para generar torque", - "advancement.create.steam_whistle": "Voz angelical", - "advancement.create.steam_whistle.desc": "Activa un silbato de vapor", - "advancement.create.backtank": "¡Qué presión!", - "advancement.create.backtank.desc": "Crea un depósito trasero de cobre y haz que acumule presión de aire", - "advancement.create.diving_suit": "Preparado para las profundidades", - "advancement.create.diving_suit.desc": "Equípate un casco de buceo junto a tu depósito trasero y sumérgete en el agua", - "advancement.create.mechanical_pump_0": "Bajo presión", - "advancement.create.mechanical_pump_0.desc": "Coloca y activa una bomba mecánica", - "advancement.create.glass_pipe": "Espía del flujo", - "advancement.create.glass_pipe.desc": "Observa cómo se propaga el fluido a través de un tubo de fluidos con ventanas. Los tubos de fluido rectos se convierten en ventanas cuando se utiliza una llave inglesa en ellas.", - "advancement.create.water_supply": "Colector de charcos", - "advancement.create.water_supply.desc": "Usa el final de una tubería para recoger o verter agua", - "advancement.create.hose_pulley": "Vertidos industriales", - "advancement.create.hose_pulley.desc": "Baja una polea de manguera y ve cómo se vacía o se llena un cuerpo de líquido.", - "advancement.create.chocolate_bucket": "Un mundo de imaginación", - "advancement.create.chocolate_bucket.desc": "Obtén un cubo de chocolate derretido", - "advancement.create.honey_drain": "Apicultura autónoma", - "advancement.create.honey_drain.desc": "Usa tuberías para sacar miel de una colmena o apiario", - "advancement.create.hose_pulley_lava": "Tocando el manto", - "advancement.create.hose_pulley_lava.desc": "Extrae lava de una piscina de lava suficientemente grande para considerarse infinita", - "advancement.create.steam_engine_maxed": "A todo vapor", - "advancement.create.steam_engine_maxed.desc": "Ten una caldera al niveo de potencia máximo", - "advancement.create.foods": "Dieta balanceada", - "advancement.create.foods.desc": "Crea bayas glaseadas con chocolate, una manzana con miel y una ensaimada; todas por la misma boquilla", - "advancement.create.diving_suit_lava": "Nadando con los lavagantes", - "advancement.create.diving_suit_lava.desc": "Intenta bucear en lava con tu equipo de buceo§7\n(Logro oculto)", - "advancement.create.chained_drain": "UNLOCALIZED: On a Roll", - "advancement.create.chained_drain.desc": "Watch an Item move across a row of Item Drains§7\n(Hidden Advancement)", - "advancement.create.cross_streams": "Don't cross the Streams!", - "advancement.create.cross_streams.desc": "Mira cómo dos fluidos se encuentran en tu sistema de tuberías§7\n(Logro oculto)", - "advancement.create.pipe_organ": "Órgano de tuberías", - "advancement.create.pipe_organ.desc": "Coloca 12 silbatos de vapor con un tono único al mismo depósito de fluidos§7\n(Logro oculto)", - "advancement.create.brass": "Aleaciones reales", - "advancement.create.brass.desc": "Utiliza cobre molido y cinc molido para crear algo de latón.", - "advancement.create.brass_casing": "La Edad de Latón", - "advancement.create.brass_casing.desc": "Utiliza el latón recién obtenido y algo de madera para crear un revestimiento más avanzado.", - "advancement.create.rose_quartz": "Diamantes rosas", - "advancement.create.rose_quartz.desc": "Pule cuarzo rosado", - "advancement.create.deployer": "Picar, colocar y atacar", - "advancement.create.deployer.desc": "Coloca y potencia un desplegador, el reflejo perfecto de ti mismo.", - "advancement.create.precision_mechanism": "Curiosidades complejas", - "advancement.create.precision_mechanism.desc": "Monta un mecanismo de precisión.", - "advancement.create.speed_controller": "¡Los ingenieros lo odian!", - "advancement.create.speed_controller.desc": "Coloca un controlador de velocidad rotacional, el dispositivo definitivo para cambiar de marcha.", - "advancement.create.mechanical_arm": "¡Manos ocupadas!", - "advancement.create.mechanical_arm.desc": "Crea un brazo mecánico, selecciona las entradas y salidas, colócalo en el suelo y dale energía; luego observa cómo hace todo el trabajo por ti.", - "advancement.create.mechanical_crafter": "Montaje automatizado", - "advancement.create.mechanical_crafter.desc": "Coloca y activa unos ensambladores mecánicos", - "advancement.create.crushing_wheel": "Un par de gigantes", - "advancement.create.crushing_wheel.desc": "Crea algunas ruedas de trituración para descomponer más materiales de forma más eficaz.", - "advancement.create.haunted_bell": "Sentido sombrío", - "advancement.create.haunted_bell.desc": "Toca una campana maldita", - "advancement.create.clockwork_bearing": "Las artefacto en punto", - "advancement.create.clockwork_bearing.desc": "Ensamblar una estructura montada sobre un rodamiento tipo reloj.", - "advancement.create.display_link": "UNLOCALIZED: Big Data", - "advancement.create.display_link.desc": "Usa un enlace de pantalla para visualizar información", - "advancement.create.potato_cannon": "¡Fwoomp!", - "advancement.create.potato_cannon.desc": "Derrota a un enemigo con tu cañón de patatas.", - "advancement.create.extendo_grip": "¡Boioioing!", - "advancement.create.extendo_grip.desc": "Hazte con un agarre extentido.", - "advancement.create.linked_controller": "Activación remota", - "advancement.create.linked_controller.desc": "Activa un enlace de redstone usando un controlador enlazado", - "advancement.create.arm_blaze_burner": "UNLOCALIZED: Combust-o-Tron", - "advancement.create.arm_blaze_burner.desc": "Instruya un brazo mecánico para alimentar su quemador de blaze.", - "advancement.create.crusher_maxed_0000": "Triturándolo", - "advancement.create.crusher_maxed_0000.desc": "Usa un par de ruedas trituradoras a máxima velocidad", - "advancement.create.arm_many_targets": "Organiz-o-Tron", - "advancement.create.arm_many_targets.desc": "Programa un brazo mecánico con diez o más posiciones de salida.", - "advancement.create.potato_cannon_collide": "Fuegos artificiales veganos", - "advancement.create.potato_cannon_collide.desc": "Haz que diferentes proyectiles del lanzapatatas choquen en el aire", - "advancement.create.self_deploying": "Vagoneta autónoma", - "advancement.create.self_deploying.desc": "Crea un artefacto móvil de vagoneta que coloca raíles a su paso", - "advancement.create.fist_bump": "¡Pégale, hermano!", - "advancement.create.fist_bump.desc": "Haz que dos desplegadores se den un puñetazo.", - "advancement.create.crafter_lazy_000": "Medidas desesperadas", - "advancement.create.crafter_lazy_000.desc": "Ralentiza bruscamente un ensamblador mecánico para procrastinar la construcción de una infraestructura decente§7\n(Logro oculto)", - "advancement.create.extendo_grip_dual": "Hasta el infinito y más allá", - "advancement.create.extendo_grip_dual.desc": "Equípate dos agarres extensibles para un alcance inhumano§7\n(Logro oculto)", - "advancement.create.musical_arm": "¡Tócame la melodía!", - "advancement.create.musical_arm.desc": "Vea cómo un brazo mecánico maneja su tocadiscos.", - "advancement.create.sturdy_sheet": "Las rocas más robustas", - "advancement.create.sturdy_sheet.desc": "Ensambla una lámina robusta refinando obsidiana molida", - "advancement.create.train_casing_00": "La era logística", - "advancement.create.train_casing_00.desc": "Usa láminas robustas para crear revestimientos para los componentes de ferrocarril", - "advancement.create.train": "¡Todos a bordo!", - "advancement.create.train.desc": "Ensambla tu primer tren", - "advancement.create.conductor": "Instructor de autoescuela", - "advancement.create.conductor.desc": "Instruye un conductor de tren con una procramación", - "advancement.create.track_signal": "Control de tráfico", - "advancement.create.track_signal.desc": "Coloca una señal de tráfico", - "advancement.create.display_board_0": "Horarios dinámicos", - "advancement.create.display_board_0.desc": "Prevee la llegada de un tren en una pantalla de visualización con ayuda de enlaces de visualización", - "advancement.create.track_0": "Un nuevo calibre", - "advancement.create.track_0.desc": "Obtén vías de tren", - "advancement.create.train_whistle": "¡Chu chuu!", - "advancement.create.train_whistle.desc": "Ensambla un silbato de vapor en tu tren y actívalo mientras lo conduces", - "advancement.create.train_portal": "Pasajero dimensional", - "advancement.create.train_portal.desc": "Monta en un tren a través de un portal del Nether", - "advancement.create.track_crafting_factory": "Fábrica de vías", - "advancement.create.track_crafting_factory.desc": "Produce más de 1000 vías de tren en la misma prensa mecánica", - "advancement.create.long_bend": "La curva más larga", - "advancement.create.long_bend.desc": "Crea una sección de vías curva que se expanda por más de 30 bloques de largo", - "advancement.create.long_train": "Esfuerzos ambiciosos", - "advancement.create.long_train.desc": "Crea un tren con al menos 6 carruajes", - "advancement.create.long_travel": "Excursión al campo", - "advancement.create.long_travel.desc": "Sal de un asiento de tren después de más de 5000 bloques desde que empezaste el recorrido", - "advancement.create.train_roadkill": "Muerte en carretera", - "advancement.create.train_roadkill.desc": "Atropella a un enemigo con tu tren§7\n(Logro oculto)", - "advancement.create.red_signal": "Conductor experto", - "advancement.create.red_signal.desc": "Sáltate una señal roja con un tren§7\n(Logro oculto)", - "advancement.create.train_crash": "Un pésimo servicio", - "advancement.create.train_crash.desc": "Sé testigo de un accidente de tren siendo un pasajero§7\n(Logro oculto)", - "advancement.create.train_crash_backwards": "Ángulo muerto", - "advancement.create.train_crash_backwards.desc": "Ten un accidente con otro tren yendo marcha atrás§7\n(Logro oculto)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "UNLOCALIZED: Create", - "itemGroup.create.palettes": "Paletas", - - "death.attack.create.crush": "%1$s se procesó en las ruedas de trituración", - "death.attack.create.crush.player": "%1$s fue arrojado a las ruedas de trituración por %2$s", - "death.attack.create.fan_fire": "%1$s murió quemado por el aire caliente", - "death.attack.create.fan_fire.player": "%1$s fue arrojado a un ahumador por %2$s", - "death.attack.create.fan_lava": "%1$s murió quemado por un abanico de lava", - "death.attack.create.fan_lava.player": "%1$s fue arrojado a una fundición por %2$s", - "death.attack.create.mechanical_drill": "%1$s fue empalado por un taladro mecánico", - "death.attack.create.mechanical_drill.player": "%1$s fue lanzado frente a un taladro por %2$s", - "death.attack.create.mechanical_saw": "%1$s fue cortado por la mitad por una sierra mecánica", - "death.attack.create.mechanical_saw.player": "%1$s fue arrojado a una sierra por %2$s", - "death.attack.create.potato_cannon": "%1$s fue disparado por el cañón de patatas de %2$s's", - "death.attack.create.potato_cannon.item": "%1$s fue disparado por %2$s utilizando %3$s", - "death.attack.create.cuckoo_clock_explosion": "%1$s fue volado por los aires por un reloj de cuco manipulado", - "death.attack.create.cuckoo_clock_explosion.player": "%1$s fue volado por un reloj de cuco manipulado", - "death.attack.create.run_over": "%1$s ha sido atropellado por %2$s", - - "create.block.deployer.damage_source_name": "Un desplegador rebelde", - "create.block.cart_assembler.invalid": "Coloque su Ensamblador de vagonetas en un bloque de Raíles", - - "create.menu.return": "Regresar al menú", - "create.menu.configure": "Configurar...", - "create.menu.ponder_index": "Índice", - "create.menu.only_ingame": "Disponible en el menú de pausa", - "create.menu.report_bugs": "Reportar problemas", - "create.menu.support": "Apóyenos", - - "create.recipe.crushing": "Trituración", - "create.recipe.milling": "Fresado", - "create.recipe.fan_washing": "Lavado a granel", - "create.recipe.fan_washing.fan": "Ventilador detrás del agua fluyente", - "create.recipe.fan_smoking": "Ahumador a granel", - "create.recipe.fan_smoking.fan": "Ventilador detrás del fuego", - "create.recipe.fan_haunting": "Maldecidor a granel", - "create.recipe.fan_haunting.fan": "Ventilador detrás del fuego de alma", - "create.recipe.fan_blasting": "Voladuras a granel", - "create.recipe.fan_blasting.fan": "Ventilador detrás de la lava", - "create.recipe.pressing": "Prensando", - "create.recipe.mixing": "Mezclando", - "create.recipe.deploying": "Desplegando", - "create.recipe.automatic_shapeless": "Elaboración automatizada de productos sin forma", - "create.recipe.automatic_brewing": "Elaboración de pociones automatizada", - "create.recipe.packing": "Compactando", - "create.recipe.automatic_packing": "Embalaje automatizado", - "create.recipe.sawing": "Aserrando", - "create.recipe.mechanical_crafting": "Elaboración mecánica", - "create.recipe.automatic_shaped": "Elaboración automatizada de productos con forma", - "create.recipe.block_cutting": "Corte de bloques", - "create.recipe.wood_cutting": "Corte de maderas", - "create.recipe.sandpaper_polishing": "Pulido con papel de lija", - "create.recipe.mystery_conversion": "Conversión misteriosa", - "create.recipe.spout_filling": "Llenar por el pico", - "create.recipe.draining": "Drenador de objetos", - "create.recipe.item_application": "Aplicación manual de objetos", - "create.recipe.item_application.any_axe": "Cualquier hacha", - "create.recipe.sequenced_assembly": "Montaje secuenciado", - "create.recipe.assembly.next": "Siguiente: %1$s", - "create.recipe.assembly.step": "Fase %1$s:", - "create.recipe.assembly.progress": "Progreso: %1$s/%2$s", - "create.recipe.assembly.pressing": "Proceso en prensa", - "create.recipe.assembly.spout_filling_fluid": "Pico %1$s", - "create.recipe.assembly.deploying_item": "Despliegue %1$s", - "create.recipe.assembly.cutting": "Corte con sierra", - "create.recipe.assembly.repeat": "Repetir la secuencia %1$s veces", - "create.recipe.assembly.junk": "Basura aleatoria", - "create.recipe.processing.chance": "UNLOCALIZED: %1$s%% Chance", - "create.recipe.deploying.not_consumed": "No consumido", - "create.recipe.heat_requirement.none": "No es necesario calentar", - "create.recipe.heat_requirement.heated": "Calentado", - "create.recipe.heat_requirement.superheated": "Súper-Calentado", - - "create.generic.range": "Rango", - "create.generic.radius": "Radio", - "create.generic.width": "Ancho", - "create.generic.height": "Alto", - "create.generic.length": "Largo", - "create.generic.speed": "Velocidad", - "create.generic.delay": "Retraso", - "create.generic.duration": "Duración", - "create.generic.timeUnit": "Unidad de tiempo", - "create.generic.unit.ticks": "UNLOCALIZED: Ticks", - "create.generic.unit.seconds": "Segundos", - "create.generic.unit.minutes": "Minutos", - "create.generic.daytime.hour": "Hora", - "create.generic.daytime.minute": "Minuto", - "create.generic.daytime.second": "Segundo", - "create.generic.daytime.pm": "UNLOCALIZED: pm", - "create.generic.daytime.am": "UNLOCALIZED: am", - "create.generic.unit.rpm": "UNLOCALIZED: RPM", - "create.generic.unit.stress": "UE", - "create.generic.unit.degrees": "UNLOCALIZED: °", - "create.generic.unit.millibuckets": "%1$smB", - "create.generic.unit.buckets": "C", - "create.generic.clockwise": "En el sentido de las agujas del reloj", - "create.generic.counter_clockwise": "En sentido contrario a las agujas del reloj", - "create.generic.in_quotes": "UNLOCALIZED: \"%1$s\"", - "create.generic.pitch": "Tono: %1$s", - "create.generic.notes": "Fa#;Fa;Mi;Re#;Re;Do#;Do;Si;La#;La;Sol#;Sol", - - "create.action.scroll": "Desplazar", - "create.action.confirm": "Confirmar", - "create.action.abort": "Abortar", - "create.action.saveToFile": "Guardar", - "create.action.discard": "Descartar", - - "create.keyinfo.toolmenu": "Menú de la Herramienta de Enfoque", - "create.keyinfo.toolbelt": "Acceder a las cajas de herramientas cercanas", - "create.keyinfo.scrollup": "Simular usar la rueda del ratón hacia arriba (en el mundo)", - "create.keyinfo.scrolldown": "Simular usar la rueda del ratón hacia abajo (en el mundo)", - - "create.gui.scrollInput.defaultTitle": "Seleccione una opción:", - "create.gui.scrollInput.scrollToModify": "Usa la rueda del ratón para modificar", - "create.gui.scrollInput.scrollToAdjustAmount": "Usa la rueda del ratón para ajustar la cantidad", - "create.gui.scrollInput.scrollToSelect": "Usa la rueda del ratón para seleccionar", - "create.gui.scrollInput.shiftScrollsFaster": "Mayús izdo. para usar la rueda del ratón más rápido", - "create.gui.toolmenu.focusKey": "Mantén [%1$s] para enfocar", - "create.gui.toolmenu.cycle": "[RUEDA DEL RATÓN] para el ciclo", - - "create.toolbox.unequip": "Desequipar: %1$s", - "create.toolbox.outOfRange": "La caja de herramientas del objeto en uso no está en el rango", - "create.toolbox.detach": "Dejar de rastrear y conservar el objeto", - "create.toolbox.depositAll": "Devuelve objetos a las cajas de herramientas cercanas", - "create.toolbox.depositBox": "Devolver elementos a la caja de herramientas", - - "create.gui.symmetryWand.mirrorType": "Espejado", - "create.gui.symmetryWand.orientation": "Orientación", - - "create.symmetry.mirror.plane": "Plano de espejo", - "create.symmetry.mirror.doublePlane": "UNLOCALIZED: Rectangular", - "create.symmetry.mirror.triplePlane": "Octogonal", - - "create.orientation.orthogonal": "Ortogonal", - "create.orientation.diagonal": "UNLOCALIZED: Diagonal", - "create.orientation.horizontal": "UNLOCALIZED: Horizontal", - "create.orientation.alongZ": "A lo largo de Z", - "create.orientation.alongX": "A lo largo de X", - - "create.gui.terrainzapper.title": "UNLOCALIZED: Handheld Blockzapper", - "create.gui.terrainzapper.searchDiagonal": "Seguir diagonales", - "create.gui.terrainzapper.searchFuzzy": "Ignorar los bordes del material", - "create.gui.terrainzapper.patternSection": "Patrón", - "create.gui.terrainzapper.pattern.solid": "Sólido", - "create.gui.terrainzapper.pattern.checkered": "Tablero de ajedrez", - "create.gui.terrainzapper.pattern.inversecheckered": "Tablero de ajedrez invertido", - "create.gui.terrainzapper.pattern.chance25": "25% Probabilidad", - "create.gui.terrainzapper.pattern.chance50": "50% Probabilidad", - "create.gui.terrainzapper.pattern.chance75": "75% Probabilidad", - "create.gui.terrainzapper.placement": "Ubicación", - "create.gui.terrainzapper.placement.merged": "Fusionado", - "create.gui.terrainzapper.placement.attached": "Adjuntado", - "create.gui.terrainzapper.placement.inserted": "Insertado", - "create.gui.terrainzapper.brush": "Pincel", - "create.gui.terrainzapper.brush.cuboid": "Cuboide", - "create.gui.terrainzapper.brush.sphere": "Esfera", - "create.gui.terrainzapper.brush.cylinder": "Cilindro", - "create.gui.terrainzapper.brush.surface": "Superficie", - "create.gui.terrainzapper.brush.cluster": "Grupo", - "create.gui.terrainzapper.tool": "Herramienta", - "create.gui.terrainzapper.tool.fill": "Llenar", - "create.gui.terrainzapper.tool.place": "Ubicar", - "create.gui.terrainzapper.tool.replace": "Reemplazar", - "create.gui.terrainzapper.tool.clear": "Eliminar", - "create.gui.terrainzapper.tool.overlay": "Superponer", - "create.gui.terrainzapper.tool.flatten": "Aplanar", - - "create.terrainzapper.shiftRightClickToSet": "Mayús izdo. + clic derecho para seleccionar una forma", - "create.terrainzapper.usingBlock": "Usando: %1$s", - "create.terrainzapper.leftClickToSet": "Clic izquierdo a un bloque para establecer el material", - - "create.minecart_coupling.two_couplings_max": "Las vagonetas no pueden tener más de dos enganches cada una", - "create.minecart_coupling.unloaded": "Algunas partes de su tren parecen estar en chunks no cargados", - "create.minecart_coupling.no_loops": "Los acoplamientos no pueden formar un bucle", - "create.minecart_coupling.removed": "Se han retirado todos los acoplamientos de la vagoneta", - "create.minecart_coupling.too_far": "Las vagonetas están demasiado separadas", - - "create.contraptions.movement_mode": "Modo de movimiento", - "create.contraptions.movement_mode.move_place": "Colocar siempre al detenerse", - "create.contraptions.movement_mode.move_place_returned": "Colocar sólo en la posición inicial", - "create.contraptions.movement_mode.move_never_place": "Colocar sólo cuando se destruye el ancla", - "create.contraptions.movement_mode.rotate_place": "Colocar siempre al detenerse", - "create.contraptions.movement_mode.rotate_place_returned": "Colocar sólo cerca del ángulo inicial", - "create.contraptions.movement_mode.rotate_never_place": "Colocar sólo cuando se destruye el ancla", - "create.contraptions.cart_movement_mode": "Modo de movimiento de la vagoneta", - "create.contraptions.cart_movement_mode.rotate": "Siempre de cara al movimiento", - "create.contraptions.cart_movement_mode.rotate_paused": "Pausar a los actores mientras giran", - "create.contraptions.cart_movement_mode.rotation_locked": "Bloquear rotación", - "create.contraptions.windmill.rotation_direction": "Dirección de rotación", - "create.contraptions.clockwork.clock_hands": "Manecillas de reloj", - "create.contraptions.clockwork.hour_first": "La manecilla de las horas primero", - "create.contraptions.clockwork.minute_first": "La manecilla de los minutos primero", - "create.contraptions.clockwork.hour_first_24": "La manecilla del día primero", - - "create.logistics.filter": "Filtro", - "create.logistics.recipe_filter": "Filtro para recetas", - "create.logistics.fluid_filter": "Filtro para fluidos", - "create.logistics.firstFrequency": "UNLOCALIZED: Freq. #1", - "create.logistics.secondFrequency": "UNLOCALIZED: Freq. #2", - "create.logistics.filter.apply": "Filtro aplicado a %1$s.", - "create.logistics.filter.apply_click_again": "Filtro aplicado a %1$s, haga clic de nuevo para copiar la cantidad.", - "create.logistics.filter.apply_count": "Aplicado recuento de extracciones al filtro.", - - "create.gui.goggles.generator_stats": "Estadísticas del generador:", - "create.gui.goggles.kinetic_stats": "Estadísticas cinéticas:", - "create.gui.goggles.at_current_speed": "con la velocidad actual", - "create.gui.goggles.pole_length": "Longitud del poste:", - "create.gui.goggles.fluid_container": "Información sobre el contenedor de fluidos:", - "create.gui.goggles.fluid_container.capacity": "Capacidad: ", - "create.gui.assembly.exception": "Este artefacto animado no se pudo montar:", - "create.gui.assembly.exception.unmovableBlock": "Bloque inamovible (%4$s) en [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "El bloque en [%1$s,%2$s,%3$s] no estaba en un chunk cargado", - "create.gui.assembly.exception.structureTooLarge": "Hay demasiados bloques incluídos en el artefacto animado.\nEl máximo configurado es: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "Hay demasiadas Pértigas de extensión conectadas a este Pistón.\nEl máximo configurado es: %1$s", - "create.gui.assembly.exception.noPistonPoles": "Faltan pértigas de extensión para el pistón", - "create.gui.assembly.exception.not_enough_sails": "La estructura adjunta no incluye suficientes bloques tipo vela: %1$s\nSe requiere un mínimo de %2$s", - "create.gui.gauge.info_header": "Información sobre el medidor:", - "create.gui.speedometer.title": "Velocidad de rotación", - "create.gui.stressometer.title": "Estrés de la red", - "create.gui.stressometer.capacity": "Capacidad restante", - "create.gui.stressometer.overstressed": "Sobrecargado", - "create.gui.stressometer.no_rotation": "Sin rotación", - "create.gui.contraptions.not_fast_enough": "Parece que este %1$s no está girando con _suficiente_ velocidad_.", - "create.gui.contraptions.network_overstressed": "Parece que este sistema está _sobrecargado_. Añade más fuentes o _desacelera_ los componentes con un _impacto de estrés alto_.", - "create.gui.adjustable_crate.title": "Caja ajustable", - "create.gui.adjustable_crate.storageSpace": "Espacio de almacenamiento", - "create.gui.stockpile_switch.title": "Interruptor de acopio", - "create.gui.stockpile_switch.invert_signal": "Invertir señal", - "create.gui.stockpile_switch.move_to_lower_at": "Pasar al carril inferior en %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "Pasar al carril superior en %1$s%%", - "create.gui.sequenced_gearshift.title": "Cambio de marchas secuenciado", - "create.gui.sequenced_gearshift.instruction": "Instrucción", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Giro por ángulo", - "create.gui.sequenced_gearshift.instruction.turn_angle": "Giro", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Ángulo", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Giro para mover el pistón/polea/grúa", - "create.gui.sequenced_gearshift.instruction.turn_distance": "Pistón", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Distancia", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Tiempo de retraso", - "create.gui.sequenced_gearshift.instruction.delay": "Retraso", - "create.gui.sequenced_gearshift.instruction.delay.duration": "Duración", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "Fin", - "create.gui.sequenced_gearshift.instruction.end": "Fin", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "En espera de un pulso de redstone", - "create.gui.sequenced_gearshift.instruction.await": "En espera", - "create.gui.sequenced_gearshift.speed": "Velocidad, Dirección", - "create.gui.sequenced_gearshift.speed.forward": "Velocidad de entrada, hacia adelante", - "create.gui.sequenced_gearshift.speed.forward_fast": "Doble velocidad, hacia adelante", - "create.gui.sequenced_gearshift.speed.back": "Velocidad de entrada, Invertida", - "create.gui.sequenced_gearshift.speed.back_fast": "Doble velocidad, Invertida", - - "create.schematicAndQuill.dimensions": "Tamaño del esquema: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "Primera posición fijada.", - "create.schematicAndQuill.secondPos": "Segunda posición fijada.", - "create.schematicAndQuill.noTarget": "Mantén [Ctrl] para seleccionar los bloques del aire.", - "create.schematicAndQuill.abort": "Selección eliminada.", - "create.schematicAndQuill.title": "Nombre del esquema:", - "create.schematicAndQuill.convert": "Guardar y desplegar inmediatamente", - "create.schematicAndQuill.fallbackName": "Mi esquema", - "create.schematicAndQuill.saved": "Guardado como %1$s", - - "create.schematic.invalid": "[!] Elemento no válido - Utilice la tabla de esquemas en su lugar", - "create.schematic.position": "Posición", - "create.schematic.rotation": "Rotación", - "create.schematic.rotation.none": "Ninguno", - "create.schematic.rotation.cw90": "En el sentido de las agujas del reloj 90", - "create.schematic.rotation.cw180": "En el sentido de las agujas del reloj 180", - "create.schematic.rotation.cw270": "En el sentido de las agujas del reloj 270", - "create.schematic.mirror": "Espejado", - "create.schematic.mirror.none": "Ninguno", - "create.schematic.mirror.frontBack": "Delante-Detrás", - "create.schematic.mirror.leftRight": "Izquierda-Derecha", - "create.schematic.tool.deploy": "Despliegue", - "create.schematic.tool.move": "Mover XZ", - "create.schematic.tool.movey": "Mover Y", - "create.schematic.tool.rotate": "Rotar", - "create.schematic.tool.print": "Imprimir", - "create.schematic.tool.flip": "Voltear", - "create.schematic.tool.deploy.description.0": "Mueve la estructura a un lugar.", - "create.schematic.tool.deploy.description.1": "Haz clic con el botón derecho del ratón en el suelo para colocarla.", - "create.schematic.tool.deploy.description.2": "Mantén [Ctrl] para seleccionar a una distancia fija.", - "create.schematic.tool.deploy.description.3": "[Ctrl] + [RUEDA DEL RATÓN] para cambiar la distancia.", - "create.schematic.tool.move.description.0": "Desplaza el esquema horizontalmente.", - "create.schematic.tool.move.description.1": "Apunta al esquema y [Ctrl] + [RUEDA DEL RATÓN] para ponerlo.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "Desplaza el esquema verticalmente..", - "create.schematic.tool.movey.description.1": "[Ctrl] + [RUEDA DEL RATÓN] para moverlo hacia arriba/abajo.", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "Gira el esquema alrededor de su centro.", - "create.schematic.tool.rotate.description.1": "[Ctrl] + [RUEDA DEL RATÓN] para girar 90 grados.", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "Sitúa instantáneamente la estructura en el mundo.", - "create.schematic.tool.print.description.1": "[Clic derecho] para confirmar la colocación en el lugar actual.", - "create.schematic.tool.print.description.2": "Esta herramienta es sólo para el Modo Creativo.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "Voltea el esquema a lo largo de la cara que seleccione.", - "create.schematic.tool.flip.description.1": "Apunta al esquema y [Ctrl] + [RUEDA DEL RATÓN] para voltearlo.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "Sincronizando...", - "create.schematics.uploadTooLarge": "Tu esquema excede las limitaciones especificadas por el servidor.", - "create.schematics.maxAllowedSize": "El tamaño máximo permitido del archivo del esquema es:", - - "create.gui.schematicTable.refresh": "Refrescar archivos", - "create.gui.schematicTable.open_folder": "Abrir carpeta", - "create.gui.schematicTable.title": "Tabla de esquemas", - "create.gui.schematicTable.availableSchematics": "Esquemas disponibles", - "create.gui.schematicTable.noSchematics": "No hay esquemas guardados", - "create.gui.schematicTable.uploading": "Subiendo...", - "create.gui.schematicTable.finished": "¡Subida finalizada!", - "create.gui.schematicannon.title": "Esquematicañón", - "create.gui.schematicannon.listPrinter": "Lista de control de la impresora", - "create.gui.schematicannon.gunpowderLevel": "Pólvora %1$s%%", - "create.gui.schematicannon.shotsRemaining": "Disparos restantes: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "Con respaldo: %1$s", - "create.gui.schematicannon.optionEnabled": "Actualmente habilitado", - "create.gui.schematicannon.optionDisabled": "Actualmente deshabilitado", - "create.gui.schematicannon.showOptions": "Mostrar la configuración de la impresora", - "create.gui.schematicannon.option.dontReplaceSolid": "No sustituír los bloques sólidos", - "create.gui.schematicannon.option.replaceWithSolid": "Sustituir sólido por sólido", - "create.gui.schematicannon.option.replaceWithAny": "Sustituir sólido por cualquiera", - "create.gui.schematicannon.option.replaceWithEmpty": "Sustituir sólido por vacío", - "create.gui.schematicannon.option.skipMissing": "Omitir los bloques que faltan", - "create.gui.schematicannon.option.skipTileEntities": "Proteger a las entidades", - "create.gui.schematicannon.slot.gunpowder": "Añade pólvora para alimentar el cañón", - "create.gui.schematicannon.slot.listPrinter": "Coloque los libros aquí para imprimir una lista de comprobación para su esquema", - "create.gui.schematicannon.slot.schematic": "Añada su esquema aquí. Asegúrese de que se despliega en un lugar específico.", - "create.gui.schematicannon.option.skipMissing.description": "Si el cañón no encuentra un bloque necesario para su colocación, continuará en la siguiente ubicación.", - "create.gui.schematicannon.option.skipTileEntities.description": "El cañón evitará reemplazar los bloques que contienen datos, como los cofres.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "El cañón nunca sustituirá ningún bloque sólido en su zona de trabajo, sólo los no sólidos y el aire.", - "create.gui.schematicannon.option.replaceWithSolid.description": "El cañón sólo reemplazará los bloques sólidos en su área de trabajo si el esquema contiene un bloque sólido en la ubicación.", - "create.gui.schematicannon.option.replaceWithAny.description": "El cañón reemplazará los bloques sólidos en su área de trabajo si el esquema contiene algún bloque en la ubicación.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "El cañón eliminará todos los bloques de su zona de trabajo, incluidos los sustituidos por aire.", - - "create.schematicannon.status.idle": "Inactivo", - "create.schematicannon.status.ready": "Listo", - "create.schematicannon.status.running": "Funcionando", - "create.schematicannon.status.finished": "Finalizado", - "create.schematicannon.status.paused": "Pausado", - "create.schematicannon.status.stopped": "Detenido", - "create.schematicannon.status.noGunpowder": "Sin pólvora", - "create.schematicannon.status.targetNotLoaded": "El objetivo no está cargado", - "create.schematicannon.status.targetOutsideRange": "Objetivo demasiado lejano", - "create.schematicannon.status.searching": "Buscando", - "create.schematicannon.status.skipping": "Omitiendo", - "create.schematicannon.status.missingBlock": "Elementos perdidos:", - "create.schematicannon.status.placing": "Colocando", - "create.schematicannon.status.clearing": "Limpiando bloques", - "create.schematicannon.status.schematicInvalid": "Esquema inválido", - "create.schematicannon.status.schematicNotPlaced": "Esquema no desplegado", - "create.schematicannon.status.schematicExpired": "Archivo de esquemas caducado", - - "create.materialChecklist": "Lista de control del material", - "create.materialChecklist.blocksNotLoaded": "* Descargo de Responsabilidad *\n\nLa lista de materiales puede ser inexacta debido a que no se han cargado los chunks pertinentes.", - - "create.gui.filter.deny_list": "Lista de denegados", - "create.gui.filter.deny_list.description": "Los objetos pasan si NO coinciden con ninguno de los anteriores. Una lista de denegación vacía acepta todo.", - "create.gui.filter.allow_list": "Lista de permitidos", - "create.gui.filter.allow_list.description": "Los objetos pasan si coinciden con alguno de los anteriores. Una lista de permitidos vacía rechaza todo.", - "create.gui.filter.respect_data": "Respetar datos", - "create.gui.filter.respect_data.description": "Los objetos sólo coinciden si su durabilidad, encantos y otros atributos también coinciden.", - "create.gui.filter.ignore_data": "Ignorar datos", - "create.gui.filter.ignore_data.description": "Los objetos coinciden independientemente de sus atributos.", - - "create.item_attributes.placeable": "se puede colocar", - "create.item_attributes.placeable.inverted": "no se puede colocar", - "create.item_attributes.consumable": "se puede comer", - "create.item_attributes.consumable.inverted": "no se puede comer", - "create.item_attributes.fluid_container": "puede almacenar fluidos", - "create.item_attributes.fluid_container.inverted": "puede almacenar fluidos", - "create.item_attributes.enchanted": "está encantado", - "create.item_attributes.enchanted.inverted": "no está encantado", - "create.item_attributes.max_enchanted": "está encantado en el nivel máximo", - "create.item_attributes.max_enchanted.inverted": "no está encantado en el nivel máximo", - "create.item_attributes.renamed": "tiene un nombre personalizado", - "create.item_attributes.renamed.inverted": "no tiene un nombre personalizado", - "create.item_attributes.damaged": "está dañado", - "create.item_attributes.damaged.inverted": "no está dañado", - "create.item_attributes.badly_damaged": "está muy dañado", - "create.item_attributes.badly_damaged.inverted": "no está muy dañado", - "create.item_attributes.not_stackable": "no se puede apilar", - "create.item_attributes.not_stackable.inverted": "se puede apilar", - "create.item_attributes.equipable": "se puede equipar", - "create.item_attributes.equipable.inverted": "no se puede equipar", - "create.item_attributes.furnace_fuel": "es combustible para hornos", - "create.item_attributes.furnace_fuel.inverted": "no es combustible para hornos", - "create.item_attributes.washable": "se puede lavar", - "create.item_attributes.washable.inverted": "no se puede lavar", - "create.item_attributes.hauntable": "puede ser maldito", - "create.item_attributes.hauntable.inverted": "no puede ser maldito", - "create.item_attributes.crushable": "puede ser molido", - "create.item_attributes.crushable.inverted": "no puede ser molido", - "create.item_attributes.smeltable": "se puede fundir", - "create.item_attributes.smeltable.inverted": "no se puede fundir", - "create.item_attributes.smokable": "puede ser ahumado", - "create.item_attributes.smokable.inverted": "no puede ser ahumado", - "create.item_attributes.blastable": "es fundible en el alto horno", - "create.item_attributes.blastable.inverted": "no es fundible en el alto horno", - "create.item_attributes.compostable": "UNLOCALIZED: can be composted", - "create.item_attributes.compostable.inverted": "UNLOCALIZED: cannot be composted", - "create.item_attributes.shulker_level": "es shulker %1$s", - "create.item_attributes.shulker_level.inverted": "no es shulker %1$s", - "create.item_attributes.shulker_level.full": "lleno", - "create.item_attributes.shulker_level.empty": "vacío", - "create.item_attributes.shulker_level.partial": "parcialmente lleno", - "create.item_attributes.in_tag": "está etiquetado %1$s", - "create.item_attributes.in_tag.inverted": "no está etiquetado %1$s", - "create.item_attributes.in_item_group": "está en el grupo '%1$s'", - "create.item_attributes.in_item_group.inverted": "no está en el grupo '%1$s'", - "create.item_attributes.added_by": "fue añadido por %1$s", - "create.item_attributes.added_by.inverted": "no fue añadida por %1$s", - "create.item_attributes.has_enchant": "está encantado con %1$s", - "create.item_attributes.has_enchant.inverted": "no está encantado con %1$s", - "create.item_attributes.color": "Está teñido %1$s", - "create.item_attributes.color.inverted": "No está teñido %1$s", - "create.item_attributes.has_fluid": "contiene %1$s", - "create.item_attributes.has_fluid.inverted": "no contiene %1$s", - "create.item_attributes.has_name": "tiene el nombre personalizado %1$s", - "create.item_attributes.has_name.inverted": "no tiene el nombre personalizado %1$s", - "create.item_attributes.book_author": "es obra de %1$s", - "create.item_attributes.book_author.inverted": "no es es obra de %1$s", - "create.item_attributes.book_copy_original": "es un original", - "create.item_attributes.book_copy_original.inverted": "no es un original", - "create.item_attributes.book_copy_first": "es una copia de primera generación", - "create.item_attributes.book_copy_first.inverted": "no es una copia de primera generación", - "create.item_attributes.book_copy_second": "es una copia de segunda generación", - "create.item_attributes.book_copy_second.inverted": "no es una copia de segunda generación", - "create.item_attributes.book_copy_tattered": "es un desordenado desastre", - "create.item_attributes.book_copy_tattered.inverted": "no es un desordenado desastre", - "create.item_attributes.astralsorcery_amulet": "mejora %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "no mejora %1$s", - "create.item_attributes.astralsorcery_constellation": "está en sintonía con %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "no está en sintonía con %1$s", - "create.item_attributes.astralsorcery_crystal": "tiene el atributo de cristal %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "no tiene atributo de cristal %1$s", - "create.item_attributes.astralsorcery_perk_gem": "tiene el atributo ventaja %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "no tiene el atributo ventaja %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "No hay atributos seleccionados", - "create.gui.attribute_filter.selected_attributes": "Atributos seleccionados:", - "create.gui.attribute_filter.add_attribute": "Añadir atributo a la lista", - "create.gui.attribute_filter.add_inverted_attribute": "Añadir atributo invertido a la Lista", - "create.gui.attribute_filter.allow_list_disjunctive": "Lista de permitidos (Cualquiera)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "Los objetos pasan si tienen alguno de los atributos seleccionados", - "create.gui.attribute_filter.allow_list_conjunctive": "Lista de permitidos (Todos)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "Los objetos pasan sólo si tienen TODOS los atributos seleccionados", - "create.gui.attribute_filter.deny_list": "Lista de denegados", - "create.gui.attribute_filter.deny_list.description": "Los objetos pasan si NO tienen ninguno de los atributos seleccionados", - "create.gui.attribute_filter.add_reference_item": "Añadir elemento de referencia", - - "create.tooltip.holdForDescription": "Mantén [%1$s] para mas información", - "create.tooltip.holdForControls": "Mantén [%1$s] para ver los controles", - "create.tooltip.keyShift": "Mayús izdo.", - "create.tooltip.keyCtrl": "UNLOCALIZED: Ctrl", - "create.tooltip.speedRequirement": "Requisitos de velocidad: %1$s", - "create.tooltip.speedRequirement.none": "Ninguno", - "create.tooltip.speedRequirement.slow": "Lento", - "create.tooltip.speedRequirement.medium": "Moderado", - "create.tooltip.speedRequirement.fast": "Rápido", - "create.tooltip.stressImpact": "Impacto de estrés: %1$s", - "create.tooltip.stressImpact.low": "Bajo", - "create.tooltip.stressImpact.medium": "Moderado", - "create.tooltip.stressImpact.high": "Alto", - "create.tooltip.stressImpact.overstressed": "Sobrecargado", - "create.tooltip.up_to": "Hasta %1$s", - "create.tooltip.capacityProvided": "Capacidad de estrés: %1$s", - "create.tooltip.capacityProvided.low": "Pequeña", - "create.tooltip.capacityProvided.medium": "Media", - "create.tooltip.capacityProvided.high": "Grande", - "create.tooltip.generationSpeed": "Generada en %1$s %2$s", - "create.tooltip.analogStrength": "Fuerza analógica: %1$s/15", - - "create.mechanical_arm.extract_from": "Extraer objetos de %1$s", - "create.mechanical_arm.deposit_to": "Depositar objetos en %1$s", - "create.mechanical_arm.summary": "El brazo mecánico tiene %1$s entrada(s) y %2$s salida(s)", - "create.mechanical_arm.points_outside_range": "%1$s punto(s) de interacción seleccionado(s) eliminado(s) debido a las limitaciones de rango", - - "create.weighted_ejector.target_set": "Objetivo seleccionado", - "create.weighted_ejector.target_not_valid": "Expulsión al bloque adyacente (el objetivo no era válido)", - "create.weighted_ejector.no_target": "Expulsión al bloque adyacente (no se ha seleccionado ningún objetivo)", - "create.weighted_ejector.targeting": "Expulsión a [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "Tamaño de la pila expulsada", - - "create.logistics.when_multiple_outputs_available": "Cuando hay múltiples salidas disponibles", - - "create.mechanical_arm.selection_mode.round_robin": "UNLOCALIZED: Round Robin", - "create.mechanical_arm.selection_mode.forced_round_robin": "Round Robin forzado", - "create.mechanical_arm.selection_mode.prefer_first": "Preferir el primero", - - "create.tunnel.selection_mode.split": "División", - "create.tunnel.selection_mode.forced_split": "División forzada", - "create.tunnel.selection_mode.round_robin": "UNLOCALIZED: Round Robin", - "create.tunnel.selection_mode.forced_round_robin": "Round Robin forzado", - "create.tunnel.selection_mode.prefer_nearest": "Preferir el más cercano", - "create.tunnel.selection_mode.randomize": "Aleatorizar", - "create.tunnel.selection_mode.synchronize": "Sincronizar entradas", - - "create.tooltip.chute.header": "Información del ducto", - "create.tooltip.chute.items_move_down": "Los objetos se mueven hacia abajo", - "create.tooltip.chute.items_move_up": "Los objetos se mueven hacia arriba", - "create.tooltip.chute.no_fans_attached": "No hay ventiladores adjuntos", - "create.tooltip.chute.fans_push_up": "Los ventiladores empujan desde abajo", - "create.tooltip.chute.fans_push_down": "Los ventiladores empujan desde arriba", - "create.tooltip.chute.fans_pull_up": "Los ventiladores tiran desde arriba", - "create.tooltip.chute.fans_pull_down": "Los ventiladores tiran desde abajo", - "create.tooltip.chute.contains": "Contiene: %1$s x%2$s", - "create.tooltip.deployer.header": "UNLOCALIZED: Deployer Information", - "create.tooltip.deployer.using": "UNLOCALIZED: Mode: Use", - "create.tooltip.deployer.punching": "UNLOCALIZED: Mode: Attack", - "create.tooltip.deployer.contains": "UNLOCALIZED: Item: %1$s x%2$s", - "create.tooltip.brass_tunnel.contains": "Actualmente distribuye:", - "create.tooltip.brass_tunnel.contains_entry": "UNLOCALIZED: > %1$s x%2$s", - "create.tooltip.brass_tunnel.retrieve": "Haga clic derecho para recuperar", - - "create.linked_controller.bind_mode": "Modo de enlace activo", - "create.linked_controller.press_keybind": "Presiona %1$s, %2$s, %3$s, %4$s, %5$s o %6$s, para vincular esta frecuencia a la tecla correspondiente", - "create.linked_controller.key_bound": "Frecuencia ligada a %1$s", - "create.linked_controller.frequency_slot_1": "Enlace de teclas: %1$s, Freq. #1", - "create.linked_controller.frequency_slot_2": "Enlace de teclas: %1$s, Freq. #2", - - "create.crafting_blueprint.crafting_slot": "Ranura para ingredientes", - "create.crafting_blueprint.filter_items_viable": "Los objetos del filtro avanzado son viables", - "create.crafting_blueprint.display_slot": "Ranura de pantalla", - "create.crafting_blueprint.inferred": "A partir de la receta", - "create.crafting_blueprint.manually_assigned": "Asignado manualmente", - "create.crafting_blueprint.secondary_display_slot": "Ranura de pantalla secundaria", - "create.crafting_blueprint.optional": "Opcional", - - "create.potato_cannon.ammo.attack_damage": "%1$s Daño de ataque", - "create.potato_cannon.ammo.reload_ticks": "%1$s Recarga por Ticks", - "create.potato_cannon.ammo.knockback": "%1$s Golpe de efecto", - - "create.hint.hose_pulley.title": "Suministro ilimitado", - "create.hint.hose_pulley": "La masa de fluido objetivo se considera infinita.", - "create.hint.mechanical_arm_no_targets.title": "Sin objetivos", - "create.hint.mechanical_arm_no_targets": "Parece que a este _brazo mecánico_ no se le ha asignado ningún objetivo. Selecciona _cintas mecánicas_, _depósitos_, _embudos_ u otros bloques haciendo clic derecho sobre ellos mientras _sostienes_ el _brazo mecánico_ en tu mano...", - "create.hint.empty_bearing.title": "Actualización del rodamiento", - "create.hint.empty_bearing": "Haz clic derecho sobre el rodamiento con la _mano vacía_ para _adjuntar_ la estructura que acabas de construir delante de él.", - "create.hint.full_deployer.title": "Exceso de objetos en el desplegador", - "create.hint.full_deployer": "Parece que este _desplegador_ contiene _exceso_ de objetos que necesitan ser _extraídos._ Usa una _tolva_, _embudo_ u otro medio para liberarlo de su excedente.", - - "create.backtank.low": "Presión de depósito trasero baja", - "create.backtank.depleted": "Presión de depósito trasero agotada", - - "create.hint.derailed_train.title": "Tren descarrilado", - "create.hint.derailed_train": "Parece que este _tren_ ya no se encuentra en un tramo de vía conectada. Usa _clic derecho_ usando una _llave inglesa_ para volver a colocarlo en una vía cercana.", - - "create.boiler.status": "Estado de la caldera: %1$s", - "create.boiler.status_short": "Caldera: %1$s", - "create.boiler.passive": "Pasivo", - "create.boiler.idle": "Inactivo", - "create.boiler.lvl": "Nivel %1$s", - "create.boiler.max_lvl": "Máximo", - "create.boiler.size": "Tamaño", - "create.boiler.size_dots": "UNLOCALIZED: ....... ", - "create.boiler.water": "Agua", - "create.boiler.water_dots": "UNLOCALIZED: ... ", - "create.boiler.heat": "Calor", - "create.boiler.heat_dots": "UNLOCALIZED: ...... ", - "create.boiler.via_one_engine": "a través de 1 motor", - "create.boiler.via_engines": "a través de %1$s motores", - - "create.gui.schedule.lmb_edit": "Clic izquierdo para editar", - "create.gui.schedule.rmb_remove": "Clic derecho para eliminar", - "create.gui.schedule.duplicate": "Duplicar", - "create.gui.schedule.remove_entry": "Eliminar acción", - "create.gui.schedule.add_entry": "Añadir acción", - "create.gui.schedule.move_up": "Mover arriba", - "create.gui.schedule.move_down": "Mover abajo", - "create.gui.schedule.add_condition": "Añadir condición", - "create.gui.schedule.alternative_condition": "Condición alternativa", - - "create.schedule.instruction_type": "Siguiente acción:", - "create.schedule.instruction.editor": "Editor de instrucciones", - "create.schedule.instruction.destination": "Viajar a la estación", - "create.schedule.instruction.destination.summary": "Siguiente parada:", - "create.schedule.instruction.filter_edit_box": "Nombre de la estación", - "create.schedule.instruction.filter_edit_box_1": "Usa * como una letra o cifra comodín", - "create.schedule.instruction.filter_edit_box_2": "Ejemplo: 'Mi estación, Andén *'", - "create.schedule.instruction.filter_edit_box_3": "UNLOCALIZED: Train picks nearest unoccupied match", - "create.schedule.instruction.rename": "Renombrar título de la programación", - "create.schedule.instruction.rename.summary": "Nuevo título:", - "create.schedule.instruction.name_edit_box": "Título de la programación", - "create.schedule.instruction.name_edit_box_1": "Afecta al texto que se muestra por pantallas", - "create.schedule.instruction.name_edit_box_2": "Por defecto se usa el nombre del próximo destino", - "create.schedule.instruction.throttle": "Cambiar aceleración", - "create.schedule.instruction.throttle.summary": "Cambiar la aceleración a %1$s", - "create.schedule.instruction.throttle_edit_box": "Aceleración", - "create.schedule.instruction.throttle_edit_box_1": "Afecta a la velocidad máxima del tren", - "create.schedule.condition_type": "Continuar si/después de:", - "create.schedule.condition.editor": "Editor de condiciones", - "create.schedule.condition.delay": "Demora programada", - "create.schedule.condition.delay_short": "Esperar: %1$s", - "create.schedule.condition.delay.status": "Parte en %1$s", - "create.schedule.condition.idle": "Inactividad de cargamento", - "create.schedule.condition.idle_short": "Cargamento inactivo: %1$s", - "create.schedule.condition.idle.status": "Cargamento inactivo por %1$s", - "create.schedule.condition.for_x_time": "por %1$s", - "create.schedule.condition.unloaded": "Chunk descargado", - "create.schedule.condition.unloaded.status": "Esperando a la descarga de chunk", - "create.schedule.condition.powered": "Estación activada", - "create.schedule.condition.powered.status": "Esperando a la redstone", - "create.schedule.condition.time_of_day": "Hora del día", - "create.schedule.condition.time_of_day.scheduled": "Tiempo programado: %1$s", - "create.schedule.condition.time_of_day.digital_format": "UNLOCALIZED: %1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "Rotación", - "create.schedule.condition.time_of_day.rotation.every_24": "Cada día", - "create.schedule.condition.time_of_day.rotation.every_12": "Cada 12:00", - "create.schedule.condition.time_of_day.rotation.every_6": "Cada 6:00", - "create.schedule.condition.time_of_day.rotation.every_4": "Cada 4:00", - "create.schedule.condition.time_of_day.rotation.every_3": "Cada 3:00", - "create.schedule.condition.time_of_day.rotation.every_2": "Cada 2:00", - "create.schedule.condition.time_of_day.rotation.every_1": "Cada 1:00", - "create.schedule.condition.time_of_day.rotation.every_0_45": "Cada 0:45", - "create.schedule.condition.time_of_day.rotation.every_0_30": "Cada 0:30", - "create.schedule.condition.time_of_day.rotation.every_0_15": "Cada 0:15", - "create.schedule.condition.time_of_day.status": "Parte hacia ", - "create.schedule.condition.threshold.train_holds": "El tren contiene %1$s", - "create.schedule.condition.threshold.greater": "más que", - "create.schedule.condition.threshold.less": "menos que", - "create.schedule.condition.threshold.equal": "exactamente", - "create.schedule.condition.threshold.x_units_of_item": "%1$s %2$s de %3$s", - "create.schedule.condition.threshold.matching_content": "Contenido coincidente", - "create.schedule.condition.threshold.anything": "UNLOCALIZED: Anything", - "create.schedule.condition.threshold.item_measure": "Medición de objetos", - "create.schedule.condition.threshold.items": "Objetos", - "create.schedule.condition.threshold.stacks": "Pilas de objetos", - "create.schedule.condition.threshold.buckets": "Cubos", - "create.schedule.condition.threshold.status": "Cargamento: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "Objeto de referencia", - "create.schedule.condition.threshold.place_item_2": "Los filtros se pueden usar", - "create.schedule.condition.threshold.place_item_3": "UNLOCALIZED: Leave empty to match any", - "create.schedule.condition.fluid_threshold": "Condición de cargamento de fluidos", - "create.schedule.condition.item_threshold": "Condición de cargamento de objetos", - "create.schedule.condition.redstone_link": "Enlace de redstone", - "create.schedule.condition.redstone_link.status": "Esperando al enlace de redstone", - "create.schedule.condition.redstone_link_on": "Enlace encendido", - "create.schedule.condition.redstone_link_off": "Enlace apagado", - "create.schedule.condition.redstone_link.powered": "Activado", - "create.schedule.condition.redstone_link.unpowered": "Desactivado", - "create.schedule.condition.redstone_link.frequency_state": "Estado de la frecuencia:", - "create.schedule.condition.redstone_link.frequency_powered": "Frecuencia activada:", - "create.schedule.condition.redstone_link.frequency_unpowered": "Frecuencia desactivada:", - "create.schedule.condition.player_count": "Jugadores sentados", - "create.schedule.condition.player_count.summary": "%1$s Jugador", - "create.schedule.condition.player_count.summary_plural": "%1$s Jugadores", - "create.schedule.condition.player_count.seated": "%1$s sentado(s)", - "create.schedule.condition.player_count.players": "Jugadores", - "create.schedule.condition.player_count.condition": "Condicional", - "create.schedule.condition.player_count.exactly": "Exactamente", - "create.schedule.condition.player_count.or_above": "O superior", - "create.schedule.condition.player_count.status": "Pasajeros: %1$s/%2$s", - "create.schedule.loop": "Bucle indefinido", - "create.schedule.loop1": "La programación comienza desde cero", - "create.schedule.loop2": "cuando se completa", - "create.schedule.reset": "Reiniciar progreso", - "create.schedule.skip": "Saltar la parada actual", - "create.schedule.applied_to_train": "El tren ahora sigue esta programación", - "create.schedule.non_controlling_seat": "El conductor se tiene que sentar en frente del bloque de controles del tren", - "create.schedule.remove_with_empty_hand": "Elimina la programación actual con la mano vacía", - "create.schedule.auto_removed_from_train": "Autoprogramación descartada", - "create.schedule.removed_from_train": "Programación del tren recuperada", - "create.schedule.no_stops": "Esta programación todavía no tiene ninguna parada", - "create.schedule.continued": "Programación reanudada", - - "create.track.selection_cleared": "Selección borrada", - "create.track.valid_connection": "Puede conectarse ✔", - "create.track.second_point": "Coloca una vía o selecciona un segundo punto", - "create.track.too_far": "Demasiado lejos", - "create.track.original_missing": "Bloque original eliminado, usa mayús izdo. + clic para reiniciarlo", - "create.track.perpendicular": "No se puede conectar perpendicularmente", - "create.track.ascending_s_curve": "No se pueden crear curvas en S inclinadas", - "create.track.too_sharp": "Curva demasiado cerrada", - "create.track.too_steep": "Cuesta demasiado empinada", - "create.track.slope_turn": "No se puede entrar o salir de una pendiente en una curva", - "create.track.opposing_slopes": "No se pueden conectar pendientes opuestas", - "create.track.leave_slope_ascending": "No se puede abandonar la pendiente mientras asciende", - "create.track.leave_slope_descending": "No se puede abandonar la pendiente mientras desciende", - "create.track.turn_90": "Solo se puede girar hasta 90 grados", - "create.track.junction_start": "No puedes comenzar una conexión en una intersección", - "create.track.turn_start": "No puedes comenzar una conexión en una curva", - "create.track.not_enough_tracks": "No llevas suficientes vías", - "create.track.not_enough_pavement": "No llevas suficientes bloques para el pavimento", - - "create.portal_track.failed": "No se puede colocar una vía en el portal:", - "create.portal_track.missing": "El otro portal no se ha generado todavía", - "create.portal_track.blocked": "Posición objetivo bloqueada (%1$s,%2$s,%3$s)", - - "create.station.idle": "La estación está inactiva", - "create.station.assembly_title": "Ensamblaje de tren", - "create.station.close": "Cerrar ventana", - "create.station.cancel": "Cancelar ensamblaje", - "create.station.failed": "El ensamblaje ha fallado", - "create.station.icon_type": "Tipo de icono", - "create.station.create_train": "Crear un nuevo tren", - "create.station.assemble_train": "Ensamblar tren", - "create.station.disassemble_train": "Desensamblar tren", - "create.station.remove_schedule": "Recuperar programación", - "create.station.remove_auto_schedule": "Descartar autoprogramación", - "create.station.no_assembly_diagonal": "No se pueden construir trenes", - "create.station.no_assembly_diagonal_1": "en vías diagonales", - "create.station.no_assembly_curve": "No se pueden construir trenes", - "create.station.no_assembly_curve_1": "en vías curvas", - "create.station.train_not_aligned": "No se puede desensamblar,", - "create.station.train_not_aligned_1": "no están todos los carruajes alineados", - "create.station.carriage_number": "Carruaje %1$s:", - "create.station.retry": "Soluciona esto y reinténtalo", - "create.station.no_bogeys": "Ningún vagón", - "create.station.one_bogey": "1 vagón", - "create.station.more_bogeys": "%1$s vagones", - "create.station.how_to": "Usa revestimientos de tren en vías marcadas para crear vagones.", - "create.station.how_to_1": "Elimina vagones rompiendo el bloque de arriba.", - "create.station.how_to_2": "Construye carruajes unidos a uno o dos vagones.", - - "create.train_assembly.too_many_bogeys": "Demasiados vagones enlazados: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "El primer vagón debe estar en la marca de la estación", - "create.train_assembly.no_bogeys": "Ningún vagón encontrado", - "create.train_assembly.not_connected_in_order": "Los vagones no están conectados en orden", - "create.train_assembly.bogeys_too_close": "Los vagones %1$s y %2$s están demasiado cerca entre ellos", - "create.train_assembly.single_bogey_carriage": "Este vagón no puede soportar un carruaje él solo", - "create.train_assembly.nothing_attached": "No hay ninguna estructura pegada al vagón %1$s", - "create.train_assembly.no_controls": "Es necesario que haya al menos unps controles de tren en frente de ti", - "create.train_assembly.sideways_controls": "Hay unos controles de tren puestos de lado", - "create.train_assembly.bogey_created": "Vagón creado. Haz clic para cambiar el tipo de vagón", - "create.train_assembly.requires_casing": "Usa revestimientos de tren para crear vagones en las vías", - - "create.track_target.set": "Vía objetivo seleccionada", - "create.track_target.success": "Vinculado con éxito a la vía objetivo", - "create.track_target.clear": "Selección de vía borrada", - "create.track_target.missing": "Primero haz clic derecho en la vía objetivo", - "create.track_target.too_far": "La vía objetivo está demasiado lejos", - "create.track_target.no_junctions": "La vía objetivo no puede ser una intersección", - "create.track_target.occupied": "La vía objetivo está ocupada", - "create.track_target.invalid": "No se puede marcar esta vía como objetivo", - - "create.train.unnamed": "Tren sin nombre", - "create.train.cannot_relocate_moving": "No se puede reubicar un tren en movimiento", - "create.train.relocate": "Haz clic en una vía para reubicar el tren %1$s. Mayús izdo. + clic para abortar", - "create.train.relocate.abort": "Reubicación abortada", - "create.train.relocate.success": "Reubicación exitosa", - "create.train.relocate.valid": "Se puede reubicar aquí, haz clic para confirmar", - "create.train.relocate.invalid": "No se puede reubicar el tren aquí", - "create.train.relocate.too_far": "No se puede reubicar el tren tan lejos", - "create.train.departing_from": "Saliendo de %1$s", - "create.train.arrived_at": "Llegada a %1$s", - "create.train.status": " Información sobre el tren: %1$s", - "create.train.status.back_on_track": "Tren de vuelta a la vía", - "create.train.status.collision": "Choque con otro tren", - "create.train.status.end_of_track": "Un carruaje ha llegado al final de la vía", - "create.train.status.double_portal": "Un carruaje no puede entrar en un portal mientras sale de otro", - "create.train.status.coupling_stress": "Parada forzada debido al estrés en los acoplamientos", - "create.train.status.track_missing": "No hay vías debajo del tren", - "create.train.status.paused_for_manual": "La programación se ha pausado para usar los controles manuales", - "create.train.status.opposite_driver": "Esta trayectoria requiere que el conductor está mirando en la dirección opuesta", - "create.train.status.missing_driver": "El conductor ha desaparecido", - "create.train.status.found_driver": "Se ha encontrado un nuevo conductor", - "create.train.status.navigation_success": "Navegación exitosa", - "create.train.status.no_match": "UNLOCALIZED: No station on graph matches '%1$s'", - "create.train.status.no_path": "No se ha encontrado ninguna trayectoria para ir a la siguiente parada programada", - - "create.track_signal.cannot_change_mode": "No se puede cambiar el modo de esta señal", - "create.track_signal.mode_change.entry_signal": "-> Permitir entrada si la sección está desocupada", - "create.track_signal.mode_change.cross_signal": "-> Permitir entrada si la sección se puede atravesar por completo", - - "create.contraption.controls.start_controlling": "Controlando actualmente: %1$s", - "create.contraption.controls.stop_controlling": "Se ha parado de controlar el artefacto móvil", - "create.contraption.controls.approach_station": "Mantén %1$s para acercarte a %2$s", - - "create.display_link.set": "Posición objetivo seleccionada", - "create.display_link.success": "Posición objetivo vinculada con éxito", - "create.display_link.clear": "Posición seleccionada eliminada", - "create.display_link.too_far": "La posición objetivo está demasiado lejos de aquí", - "create.display_link.invalid": "El enlace no tiene un objetivo válido, prueba colocándolo de nuevo", - "create.display_link.title": "Enlace de pantalla", - "create.display_link.no_source": "UNLOCALIZED: Not a Display Source", - "create.display_link.no_target": "UNLOCALIZED: Not a Display Target", - "create.display_link.reading_from": "Leer de:", - "create.display_link.writing_to": "Enviar a:", - "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", - "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", - "create.display_link.view_compatible": "Haz clic para ver todos los compatibles", - "create.display_link.information_type": "Tipo de información", - "create.display_link.display_on": "Escribir datos en:", - "create.display_link.display_on_multiline": "Empezar escribiendo en:", - - "create.display_source.label": "UNLOCALIZED: Attached Label", - "create.display_source.combine_item_names": "Combinar nombres de objetos", - "create.display_source.count_items": "Cantidad de objetos equivalentes", - "create.display_source.list_items": "Lista de objetos equivalentes", - "create.display_source.fluid_amount": "Cantidad de fluidos equivalentes", - "create.display_source.list_fluids": "Lista de fluidos equivalentes", - "create.display_source.nixie_tube": "Copiar tubos nixie", - "create.display_source.fill_level": "UNLOCALIZED: Container Fill Level", - "create.display_source.fill_level.display": "Formato de visualización", - "create.display_source.fill_level.percent": "Porcentaje", - "create.display_source.fill_level.progress_bar": "Barra de progreso", - "create.display_source.value_list.display": "Valor de visualización", - "create.display_source.value_list.shortened": "Acortado", - "create.display_source.value_list.full_number": "UNLOCALIZED: Full Number", - "create.display_source.value_list.thousand": "UNLOCALIZED: k", - "create.display_source.value_list.million": "UNLOCALIZED: m", - "create.display_source.player_deaths": "Muertes del jugador", - "create.display_source.scoreboard": "Marcador", - "create.display_source.scoreboard.objective": "ID objetivo", - "create.display_source.scoreboard.objective_not_found": "'%1$s' no encontrado", - "create.display_source.scoreboard.objective.deaths": "Muertes del jugador", - "create.display_source.time_of_day": "Hora del día", - "create.display_source.stop_watch": "Cronómetro", - "create.display_source.time.format": "Formato de tiempo", - "create.display_source.time.12_hour": "12-horas", - "create.display_source.time.24_hour": "24-horas", - "create.display_source.accumulate_items": "Acumular conteo de objetos", - "create.display_source.item_throughput": "Rendimiento de objetos", - "create.display_source.item_throughput.interval": "Intervalo", - "create.display_source.item_throughput.interval.second": "por segundo", - "create.display_source.item_throughput.interval.minute": "por minuto", - "create.display_source.item_throughput.interval.hour": "por hora", - "create.display_source.train_status": "Estado de la programación del tren", - "create.display_source.station_summary": "Resumen de la estación de tren", - "create.display_source.station_summary.filter": "Filtro de nombre de estación", - "create.display_source.station_summary.train_name_column": "UNLOCALIZED: Train column size", - "create.display_source.station_summary.platform_column": "UNLOCALIZED: Platform column size", - "create.display_source.station_summary.now": "ahora", - "create.display_source.station_summary.minutes": "UNLOCALIZED: min", - "create.display_source.station_summary.seconds": "UNLOCALIZED: %1$ss", - "create.display_source.observed_train_name": "Nombre del tren detectado", - "create.display_source.max_enchant_level": "Coste máximo de encantamiento", - "create.display_source.boiler_status": "Estado de la caldera", - "create.display_source.entity_name": "Nombre de la entidad", - "create.display_source.kinetic_speed": "Velocidad de rotación (RPM)", - "create.display_source.kinetic_speed.absolute": "Ignorar dirección", - "create.display_source.kinetic_speed.directional": "Incluir dirección", - "create.display_source.kinetic_stress": "Estrés del sistema", - "create.display_source.kinetic_stress.display": "Información expuesta", - "create.display_source.kinetic_stress.progress_bar": "Barra de progreso", - "create.display_source.kinetic_stress.percent": "Porcentaje", - "create.display_source.kinetic_stress.current": "Estrés en UE", - "create.display_source.kinetic_stress.max": "Capacidad total", - "create.display_source.kinetic_stress.remaining": "UE restantes", - "create.display_source.redstone_power": "UNLOCALIZED: Redstone Power", - "create.display_source.redstone_power.display": "Formato de visualización", - "create.display_source.redstone_power.number": "Número", - "create.display_source.redstone_power.progress_bar": "Barra de progreso", - "create.display_source.boiler.not_enough_space": "No hay suficiente espacio ", - "create.display_source.boiler.for_boiler_status": "para el estado de la caldera", - - "create.display_target.line": "Fila %1$s", - "create.display_target.page": "Página %1$s", - "create.display_target.single_line": "Fila única", - - "create.flap_display.cycles.alphabet": " ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;Ñ;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": "UNLOCALIZED: ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": " ; min;ahora;15s;30s;45s", - "create.flap_display.cycles.shortened_numbers": "UNLOCALIZED: ;K;M", - "create.flap_display.cycles.fluid_units": "mC;C ", - "create.flap_display.cycles.instant": "UNLOCALIZED: ; ", - "create.flap_display.cycles.pixel": "UNLOCALIZED: █;▓;▒", - - "create.super_glue.too_far": "El área seleccionada es demasiado grande", - "create.super_glue.cannot_reach": "Los bloques seleccionados deben de estar conectados", - "create.super_glue.click_to_confirm": "Haz clic de nuevo para confirmar", - "create.super_glue.click_to_discard": "Mayús izdo. + clic para descartar la selección", - "create.super_glue.first_pos": "Primera posición seleccionada", - "create.super_glue.abort": "Selección descartada", - "create.super_glue.not_enough": "Pegamento insuficiente", - "create.super_glue.success": "Aplicando pegamento...", - - "create.gui.config.overlay1": "Hola :)", - "create.gui.config.overlay2": "Esta es una muestra de la superposición", - "create.gui.config.overlay3": "Haga clic o arrastre con el ratón", - "create.gui.config.overlay4": "para mover esta vista previa", - "create.gui.config.overlay5": "Pulsar ESC para salir de esta pantalla", - "create.gui.config.overlay6": "y guardar la nueva posición", - "create.gui.config.overlay7": "Ejecute /create overlay reset", - "create.gui.config.overlay8": "para restablecer la posición por defecto", - - "create.command.killTPSCommand": "UNLOCALIZED: killtps", - "create.command.killTPSCommand.status.slowed_by.0": "[Create]: El tick del servidor está actualmente ralentizado en %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "[Create]: El tick del servidor está ralentizado en %s ms ahora >:)", - "create.command.killTPSCommand.status.slowed_by.2": "[Create]: El tick del servidor ha vuelto a su velocidad normal :D", - "create.command.killTPSCommand.status.usage.0": "[Create]: usa /killtps stop para que el servidor vuelva a la velocidad normal", - "create.command.killTPSCommand.status.usage.1": "[Create]: usa /killtps start para ralentizar artificialmente el tick del servidor", - "create.command.killTPSCommand.argument.tickTime": "UNLOCALIZED: tickTime", - - "create.contraption.minecart_contraption_too_big": "Este artefacto móvil de vagoneta parece demasiado grande para recogerlo", - "create.contraption.minecart_contraption_illegal_pickup": "Una fuerza mística está atando este artefacto móvil de vagoneta al mundo", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "Artefacto animado se para", - "create.subtitle.peculiar_bell_use": "Campana peculiar suena", - "create.subtitle.worldshaper_place": "Moldeador de mundos coloca bloques", - "create.subtitle.whistle_train_manual": "Tren toca la bocina", - "create.subtitle.steam": "Ruidos de vapor", - "create.subtitle.saw_activate_stone": "Sierra mecánica activada", - "create.subtitle.schematicannon_finish": "Esquematicañón suena", - "create.subtitle.crafter_craft": "Ensamblador mecánico acaba", - "create.subtitle.wrench_remove": "Componente se rompe", - "create.subtitle.train3": "Ruedas del vagón retumban amortiguadamente", - "create.subtitle.whistle": "Silbido", - "create.subtitle.cogs": "Engranajes retumban", - "create.subtitle.slime_added": "Pegamento chapotea", - "create.subtitle.whistle_train_low": "Silbido agudo", - "create.subtitle.schematicannon_launch_block": "Esquematicañón dispara", - "create.subtitle.controller_take": "Atril vaciándose", - "create.subtitle.crafter_click": "Ensamblador mecánico suena", - "create.subtitle.depot_plop": "Objeto aterriza", - "create.subtitle.confirm": "Campaneo afirmativo", - "create.subtitle.mixing": "Mezclando", - "create.subtitle.mechanical_press_activation_belt": "Prensa mecánica apisona", - "create.subtitle.fwoomp": "Cañón de patatas sonando", - "create.subtitle.sanding_long": "Lijando", - "create.subtitle.crushing_1": "Triturando", - "create.subtitle.depot_slide": "Objeto desliza", - "create.subtitle.blaze_munch": "Quemador de blaze masca", - "create.subtitle.funnel_flap": "Embudo aletea", - "create.subtitle.haunted_bell_use": "Campana maldita suena", - "create.subtitle.scroll_value": "Rueda del ratón clica", - "create.subtitle.controller_put": "Controlador teclea", - "create.subtitle.cranking": "Manivela gira", - "create.subtitle.sanding_short": "Lijando", - "create.subtitle.wrench_rotate": "Llave inglesa usada", - "create.subtitle.potato_hit": "Impacto de vegetal", - "create.subtitle.saw_activate_wood": "Sierra mecánica activada", - "create.subtitle.whistle_high": "Silbido grave", - "create.subtitle.whistle_train_manual_low": "Tren toca la bocina", - "create.subtitle.whistle_train": "Silbido", - "create.subtitle.haunted_bell_convert": "Campana maldita se despierta", - "create.subtitle.train": "Ruedas del vagón retumban", - "create.subtitle.deny": "Pitido denegante", - "create.subtitle.controller_click": "Controlador clica", - "create.subtitle.whistle_low": "Silbido agudo", - "create.subtitle.copper_armor_equip": "Equipo de buceo tintinea", - "create.subtitle.mechanical_press_activation": "Prensa mecánica apisona", - "create.subtitle.contraption_assemble": "Artefacto animado se mueve", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "EJEMPLO DE OBJETO (sólo un marcador de que este consejo existe)", - "item.create.example_item.tooltip.summary": "Una breve descripción del objeto. Los puntajes bajos resaltan un término", - "item.create.example_item.tooltip.condition1": "Cuando pasa esto", - "item.create.example_item.tooltip.behaviour1": "Entonces este objeto hace esto. (los comportamientos se muestran en el turno)", - "item.create.example_item.tooltip.condition2": "Y cuando ocurre esto otro", - "item.create.example_item.tooltip.behaviour2": "Puedes añadir tantos comportamientos como quieras", - "item.create.example_item.tooltip.control1": "Cuando se pulsa [Ctrl]", - "item.create.example_item.tooltip.action1": "Se muestran estos controles", - - "block.create.wooden_bracket.tooltip": "SOPORTE DE MADERA PARA EJES", - "block.create.wooden_bracket.tooltip.summary": "Decora tus _ejes_, _engranajes_ y _ductos_ con un acogedor refuerzo de madera.", - - "block.create.metal_bracket.tooltip": "SOPORTE DE METAL PARA EJES", - "block.create.metal_bracket.tooltip.summary": "Decora tus _ejes_, _engranajes_ y _ductos_ con un poco de robusto refuerzo industrial.", - - "block.create.seat.tooltip": "ASIENTO", - "block.create.seat.tooltip.summary": "¡Siéntate y disfruta del viaje! Anclará al jugador en un artefacto animado. También es ideal para muebles estáticos. Viene en una variedad de colores.", - "block.create.seat.tooltip.condition1": "Cuando se hace clic derecho en el asiento", - "block.create.seat.tooltip.behaviour1": "Sienta al jugador en el _asiento_. Pulsa Mayús izdo. para dejar el asiento.", - - "item.create.blaze_cake.tooltip": "PASTEL DE BLAZE", - "item.create.blaze_cake.tooltip.summary": "Un delicioso regalo para sus esforzados _quemadores de blaze_. ¡Los pone en marcha!.", - - "item.create.wand_of_symmetry.tooltip": "VARITA DE SIMETRÍA", - "item.create.wand_of_symmetry.tooltip.summary": "Refleja perfectamente la colocación de bloques en los planos configurados.", - "item.create.wand_of_symmetry.tooltip.condition1": "Mientras está en el inventario de acceso rápido", - "item.create.wand_of_symmetry.tooltip.behaviour1": "Permanece activo.", - "item.create.wand_of_symmetry.tooltip.control1": "Cuando se hace clic derecho en el suelo", - "item.create.wand_of_symmetry.tooltip.action1": "_Crea_ o _mueve_ el espejo.", - "item.create.wand_of_symmetry.tooltip.control2": "Cuando se hace clic derecho en el aire", - "item.create.wand_of_symmetry.tooltip.action2": "_Quita_ el espejo activo.", - "item.create.wand_of_symmetry.tooltip.control3": "Mayús izdo. + clic derecho", - "item.create.wand_of_symmetry.tooltip.action3": "Abre la interfaz de configuración.", - - "item.create.handheld_worldshaper.tooltip": "MOLDEADOR DE MUNDOS", - "item.create.handheld_worldshaper.tooltip.summary": "Práctica herramienta para crear _paisajes_ y _características del terreno_.", - "item.create.handheld_worldshaper.tooltip.control1": "Cuando se hace clic izquierdo en un bloque", - "item.create.handheld_worldshaper.tooltip.action1": "Selecciona ese bloque para que lo replique la herramienta.", - "item.create.handheld_worldshaper.tooltip.control2": "Cuando se hace clic derecho en un bloque", - "item.create.handheld_worldshaper.tooltip.action2": "Aplica el _pincel_ y la _herramienta_ actualmente seleccionadas en el lugar deseado.", - "item.create.handheld_worldshaper.tooltip.control3": "Mayús izdo. + clic derecho", - "item.create.handheld_worldshaper.tooltip.action3": "Abre la interfaz de configuración.", - - "item.create.tree_fertilizer.tooltip": "FERTILIZANTE PARA ÁRBOLES", - "item.create.tree_fertilizer.tooltip.summary": "Una potente combinación de minerales adecuada para acelerar el crecimiento de los tipos de árboles más comunes.", - "item.create.tree_fertilizer.tooltip.condition1": "Cuando se utiliza en un árbol joven", - "item.create.tree_fertilizer.tooltip.behaviour1": "Hace crecer los árboles _independientemente_ de sus condiciones de _espacio_.", - - "item.create.extendo_grip.tooltip": "AGARRE EXTENDIDO", - "item.create.extendo_grip.tooltip.summary": "¡Boioioing! Aumenta enormemente la _distancia de alcance_ del portador. Se puede alimentar con la presión de aire de un _depósito trasero de cobre_", - "item.create.extendo_grip.tooltip.condition1": "Cuando está fuera de la mano", - "item.create.extendo_grip.tooltip.behaviour1": "Aumenta la _distancia de alcance_ de los objetos usados en la _mano principal_.", - "item.create.extendo_grip.tooltip.condition2": "Mientras se usa un depósito trasero de cobre", - "item.create.extendo_grip.tooltip.behaviour2": "No se utilizará _durabilidad_. En su lugar, la _presión del aire_ se drena desde el tanque", - - "item.create.potato_cannon.tooltip": "CANÓN DE PATATAS", - "item.create.potato_cannon.tooltip.summary": "¡Buuum! Lanza verduras caseras a tus enemigos. Se puede alimentar con la presión de aire de un _depósito trasero de cobre_", - "item.create.potato_cannon.tooltip.condition1": "Cuando se usa clic derecho", - "item.create.potato_cannon.tooltip.behaviour1": "_Dispara_ un objeto adecuado desde tu _inventario_.", - "item.create.potato_cannon.tooltip.condition2": "Mientras se usa un depósito trasero de cobre", - "item.create.potato_cannon.tooltip.behaviour2": "No se utilizará _durabilidad_. En su lugar, la _presión del aire_ se drena del tanque", - - "item.create.filter.tooltip": "FILTRO", - "item.create.filter.tooltip.summary": "Controla las _salidas_ y _entradas_ de los _dispositivos logísticos_ con más precisión, comparándolas con un _conjunto de objetos_ o varios _filtros anidados_.", - "item.create.filter.tooltip.condition1": "Cuando está en la ranura de filtros", - "item.create.filter.tooltip.behaviour1": "Controla el flujo de objetos según su _configuración_.", - "item.create.filter.tooltip.condition2": "Cuando se hace clic derecho", - "item.create.filter.tooltip.behaviour2": "Abre la interfaz de configuración.", - - "item.create.attribute_filter.tooltip": "FILTRO DE ATRIBUTOS", - "item.create.attribute_filter.tooltip.summary": "Controla las _salidas_ y las _entradas_ de los _dispositivos logísticos_ con más precisión, comparándolas con un _conjunto de atributos_ y _categorías_ de objetos.", - "item.create.attribute_filter.tooltip.condition1": "Cuando está en la ranura de filtros", - "item.create.attribute_filter.tooltip.behaviour1": "Controla el flujo de objetos según su _configuración_.", - "item.create.attribute_filter.tooltip.condition2": "Cuando se hace clic derecho", - "item.create.attribute_filter.tooltip.behaviour2": "Abre la interfaz de configuración.", - - "item.create.empty_schematic.tooltip": "ESQUEMA VACÍO", - "item.create.empty_schematic.tooltip.summary": "Se utiliza como 'ingrediente' de las recetas y para escribir en la _tabla de esquemas_.", - - "item.create.schematic.tooltip": "ESQUEMA", - "item.create.schematic.tooltip.summary": "Contiene una estructura para ser posicionada y colocada en el mundo. Posiciona el holograma como desees y utiliza un _esquematicañón_ para construirla.", - "item.create.schematic.tooltip.condition1": "Cuando se sostiene en la mano", - "item.create.schematic.tooltip.behaviour1": "Se puede posicionar utilizando las herramientas en pantalla.", - "item.create.schematic.tooltip.control1": "Mayús izdo. + clic derecho", - "item.create.schematic.tooltip.action1": "Abre una _interfaz_ para introducir las _coordenadas_ exactas.", - - "item.create.schematic_and_quill.tooltip": "ESQUEMA Y PLUMA", - "item.create.schematic_and_quill.tooltip.summary": "Se utiliza para guardar una estructura de tu mundo en un archivo .nbt.", - "item.create.schematic_and_quill.tooltip.condition1": "Paso 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "Selecciona dos puntos de esquina usando clic derecho.", - "item.create.schematic_and_quill.tooltip.condition2": "Paso 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "[Ctrl] + [RUEDA DEL RATÓN] en las caras para ajustar el tamaño. Clic derecho de nuevo para guardar.", - "item.create.schematic_and_quill.tooltip.control1": "Cuando se hace clic derecho", - "item.create.schematic_and_quill.tooltip.action1": "Selecciona un punto de esquina / confirmar guardar.", - "item.create.schematic_and_quill.tooltip.control2": "Cuando mantiene [Ctrl]", - "item.create.schematic_and_quill.tooltip.action2": "Selecciona puntos en _medio del aire_. Rueda del ratón para ajustar la distancia.", - "item.create.schematic_and_quill.tooltip.control3": "Mayús izdo. + clic derecho", - "item.create.schematic_and_quill.tooltip.action3": "_Reinicia_ y elimina la selección.", - - "block.create.schematicannon.tooltip": "ESQUEMATICAÑÓN", - "block.create.schematicannon.tooltip.summary": "Dispara bloques para recrear un _esquema_ desplegado en el mundo. Utiliza objetos de los inventarios adyacentes y _pólvora_ como combustible.", - "block.create.schematicannon.tooltip.condition1": "Cuando se hace clic derecho", - "block.create.schematicannon.tooltip.behaviour1": "Abre la interfaz.", - - "block.create.schematic_table.tooltip": "TABLA DE ESQUEMAS", - "block.create.schematic_table.tooltip.summary": "Escribe los esquemas guardados en un _esquema vacío_.", - "block.create.schematic_table.tooltip.condition1": "Cuando se da un esquema vacío", - "block.create.schematic_table.tooltip.behaviour1": "Carga un archivo elegido de la carpeta de esquemas.", - - "item.create.goggles.tooltip": "GAFAS DEL INGENIERO", - "item.create.goggles.tooltip.summary": "Un par de gafas para aumentar tu visión con útil información _cinética_.", - "item.create.goggles.tooltip.condition1": "Cuando se llevan puestas", - "item.create.goggles.tooltip.behaviour1": "Muestra _indicadores de color_ correspondientes al _nivel de velocidad_ de un componente cinético colocado, así como el _impacto de estrés_ y la _carga_ de los componentes individuales.", - "item.create.goggles.tooltip.condition2": "Al mirar un medidor", - "item.create.goggles.tooltip.behaviour2": "Muestra información detallada sobre _velocidad_ o _estrés_ de la red a la que está conectado el medidor.", - "item.create.goggles.tooltip.condition3": "Al mirar un contenedor de fluidos", - "item.create.goggles.tooltip.behaviour3": "Muestra información detallada sobre la _carga_ del bloque y los _líquidos_ almacenados en su interior.", - - "item.create.wrench.tooltip": "LLAVE INGLESA", - "item.create.wrench.tooltip.summary": "Una herramienta útil para trabajar en sistemas cinéticos. Se puede utilizar para _rotar_, _desmantelar_ y para _configurar_ componentes.", - "item.create.wrench.tooltip.control1": "Cuando se hace clic derecho en un bloque cinético", - "item.create.wrench.tooltip.action1": "Rota los componentes hacia o desde la cara con la que ha interactuado.", - "item.create.wrench.tooltip.control2": "Mayús izdo. + clic derecho", - "item.create.wrench.tooltip.action2": "Desmonta los _componentes cinéticos_ y los devuelve a tu inventario_.", - - "block.create.nozzle.tooltip": "BOQUILLA", - "block.create.nozzle.tooltip.summary": "Se acopla a la parte delantera de un _ventilador revestido_ para distribuir su efecto sobre las entidades en _todas las direcciones_.", - - "block.create.cuckoo_clock.tooltip": "RELOJ DE CUCO", - "block.create.cuckoo_clock.tooltip.summary": "Fina artesanía para decorar un espacio y contar el tiempo.", - "block.create.cuckoo_clock.tooltip.condition1": "Cuando es alimentado por cinética", - "block.create.cuckoo_clock.tooltip.behaviour1": "Muestra la _hora actual_ y toca una melodía dos veces al día. Se activa una vez al mediodía y al anochecer, _en cuanto los jugadores pueden dormir_.", - - "block.create.turntable.tooltip": "PLATAFORMA GIRATORIA", - "block.create.turntable.tooltip.summary": "Convierte la _fuerza rotacional_ en un refinado mareo.", - - "block.create.toolbox.tooltip": "CAJA DE HERRAMIENTAS", - "block.create.toolbox.tooltip.summary": "El compañero más querido de todo inventor. Mantiene una gran cantidad de 8 tipos de objetos diferentes.", - "block.create.toolbox.tooltip.condition1": "Cuando se recoge...", - "block.create.toolbox.tooltip.behaviour1": "Conserva el contenido del inventario.", - "block.create.toolbox.tooltip.condition2": "Cuando se coloca en el rango...", - "block.create.toolbox.tooltip.behaviour2": "Los jugadores cercanos pueden utilizar el enlace de teclas de la caja de herramientas para acceder a su contenido de forma remota.", - "block.create.toolbox.tooltip.condition3": "Cuando se hace clic derecho...", - "block.create.toolbox.tooltip.behaviour3": "Abre la interfaz del contenedor.", - - "block.create.stockpile_switch.tooltip": "INTERRUPTOR DE ACOPIO", - "block.create.stockpile_switch.tooltip.summary": "Activa una señal de redstone en función de la cantidad de _objetos almacenados_ en el _contenedor_ adjunto. Viene con un práctico filtro. A diferencia de un _comparador, el _interruptor de acopio_ permite la configuración de _umbrales_, a partir de los cuales se invierten las señales.", - "block.create.stockpile_switch.tooltip.condition1": "Cuando se hace clic derecho", - "block.create.stockpile_switch.tooltip.behaviour1": "Abre la interfaz de configuración.", - - "block.create.content_observer.tooltip": "OBSERVADOR DE CONTENIDO", - "block.create.content_observer.tooltip.summary": "_Detecta objetos_ o _fluidos_ dentro de _contenedores_, _tuberías_ o _cintas mecánicas_ que coincidan con un _filtro_ configurado.", - "block.create.content_observer.tooltip.condition1": "Al observar un contenedor", - "block.create.content_observer.tooltip.behaviour1": "Emite una señal de Redstone mientras que el contenedor observado contenga lo mismo.", - "block.create.content_observer.tooltip.condition2": "Al observar un embudo", - "block.create.content_observer.tooltip.behaviour2": "Emite un pulso de Redstone cuando se transfiere un objeto que coincide.", - - "block.create.creative_crate.tooltip": "CAJA CREATIVA", - "block.create.creative_crate.tooltip.summary": "Este _contenedor de objetos_ permite la replicación infinita de cualquier objeto. Colócalo junto a un _esquematicañón_ para eliminar cualquier requisito de material.", - "block.create.creative_crate.tooltip.condition1": "Cuando el objeto está en la ranura para filtros", - "block.create.creative_crate.tooltip.behaviour1": "Todo lo que se _extraiga_ de este contenedor proporcionará un suministro _ilimitado_ del objeto especificado. Los objetos _insertados_ en esta caja serán _evitados_.", - - "item.create.creative_blaze_cake.tooltip": "PASTEL CREATIVO", - "item.create.creative_blaze_cake.tooltip.summary": "Un regalo muy especial para los _Quemadores de Blaze_ que permite _controlar su nivel de calor_. Después de comer este pastel, los Quemadores de blaze _nunca se quedarán sin combustible_.", - "item.create.creative_blaze_cake.tooltip.condition1": "Clic derecho en un Quemador de blaze", - "item.create.creative_blaze_cake.tooltip.behaviour1": "Bloquea el nivel de calor del Quemador de blaze. Si se utiliza de nuevo, _cicla_ el nivel de calor del Quemador de blaze.", - - "block.create.controller_rail.tooltip": "RAÍL DE CONTROL", - "block.create.controller_rail.tooltip.summary": "Un raíl energizado _unidireccional_ capaz de _controlar con precisión_ la _velocidad de movimiento_ de una vagoneta.", - "block.create.controller_rail.tooltip.condition1": "Cuando es alimentado con redstone", - "block.create.controller_rail.tooltip.behaviour1": "_Acelera_ o _desacelera_ pasando _vagonetas_ correspondientes a la _fuerza de la señal_. Propaga la energía de redstone a los raíles de control adyacentes. Al alimentar dos raíles de control con diferentes intensidades, los carriles entre ellos interpolarán su señal.", - - "item.create.sand_paper.tooltip": "PAPEL DE LIJA", - "item.create.sand_paper.tooltip.summary": "Un papel rugoso que se puede utilizar para _pulir materiales_. Se puede aplicar automáticamente con el _desplegador_.", - "item.create.sand_paper.tooltip.condition1": "Cuando se usa", - "item.create.sand_paper.tooltip.behaviour1": "Aplica un pulido a los objetos sostenidos en la _mano libre_ o tirados en el _suelo_ cuando se _miran_.", - - "item.create.builders_tea.tooltip": "TÉ DEL CONSTRUCTOR", - "item.create.builders_tea.tooltip.summary": "La bebida perfecta para empezar el día. Motivante y saturante.", - - "item.create.refined_radiance.tooltip": "RESPLANDOR REFINADO", - "item.create.refined_radiance.tooltip.summary": "Un material cromático forjado a partir de la _luz absorbida_.", - "item.create.refined_radiance.tooltip.condition1": "Trabajo en progreso", - "item.create.refined_radiance.tooltip.behaviour1": "Los usos para este material estarán disponibles en un próximo lanzamiento.", - - "item.create.shadow_steel.tooltip": "ACERO SOMBRÍO", - "item.create.shadow_steel.tooltip.summary": "Un material cromático forjado en el _vacío_.", - "item.create.shadow_steel.tooltip.condition1": "Trabajo en curso", - "item.create.shadow_steel.tooltip.behaviour1": "Los usos de este material estarán disponibles en una futura versión.", - - "item.create.linked_controller.tooltip": "CONTROLADOR ENLAZADO", - "item.create.linked_controller.tooltip.summary": "Permite el control manual de las frecuencias de _enlaces de redstone_ asignadas a sus seis botones.", - "item.create.linked_controller.tooltip.condition1": "Al hacer clic derecho", - "item.create.linked_controller.tooltip.behaviour1": "Activa el _controlador_. Los _controles de movimiento_ se adquieren mientras está activo.", - "item.create.linked_controller.tooltip.condition2": "Al usar Mayús izdo. + clic derecho", - "item.create.linked_controller.tooltip.behaviour2": "Abre la interfaz de configuración manual.", - "item.create.linked_controller.tooltip.condition3": "Al usar clic derecho en un receptor de enlaces de redstone", - "item.create.linked_controller.tooltip.behaviour3": "Activa el _modo de vinculación_, pulsa uno de los _seis controles_ para vincularlo a la _frecuencia de los enlaces_.", - "item.create.linked_controller.tooltip.condition4": "Clic derecho en un atril", - "item.create.linked_controller.tooltip.behaviour4": "Coloca el controlador en el atril para facilitar su activación. (Clic derecho + Mayús izdo. para recuperarlo)", - - "item.create.diving_helmet.tooltip": "CASCO DE BUCEO", - "item.create.diving_helmet.tooltip.summary": "Junto con un _depósito trasero de cobre_, permite que el usuario pueda respirar bajo el agua durante un tiempo prolongado.", - "item.create.diving_helmet.tooltip.condition1": "Cuando se lleva puesto", - "item.create.diving_helmet.tooltip.behaviour1": "Proporciona el efecto de _respiración acuática_, drenando lentamente la presión de aire del _depósito trasero_.", - - "item.create.copper_backtank.tooltip": "DEPÓSITO TRASERO DE COBRE", - "item.create.copper_backtank.tooltip.summary": "Un tanque portátil para transportar _aire presurizado_.", - "item.create.copper_backtank.tooltip.condition1": "Cuando se lleva puesto", - "item.create.copper_backtank.tooltip.behaviour1": "Proporciona _aire presurizado_ a los equipos que lo requieran.", - "item.create.copper_backtank.tooltip.condition2": "Cuando se coloca y es alimentado por cinética", - "item.create.copper_backtank.tooltip.behaviour2": "Recoge _aire presurizado_ a un ritmo que depende de la velocidad rotacional.", - - "block.create.placard.tooltip": "Pancarta", - "block.create.placard.tooltip.summary": "_Enmarca_ tus _objetos_ en latón usando este fantástico mural. ¡Seguro para artefactos móviles!", - "block.create.placard.tooltip.condition1": "Cuando se usa clic derecho con un objeto", - "block.create.placard.tooltip.behaviour1": "_Añade_ el _objeto_ que sostienes a la pancarta. _Emite_ una breve señal de _Redstone_ si ya se encontraba ese mismo objeto.", - "block.create.placard.tooltip.condition2": "Cuando se golpea", - "block.create.placard.tooltip.behaviour2": "_Retira_ el _objeto_ actual del marco.", - - "block.create.flywheel.tooltip": "Rueda de inercia", - "block.create.flywheel.tooltip.summary": "_Embellece_ tus _máquinas_ con la imponente rueda de latón.", - "block.create.flywheel.tooltip.condition1": "Cuando se activa cinéticamente", - "block.create.flywheel.tooltip.behaviour1": "empieza a girar.", - - "item.create.diving_boots.tooltip": "BOTAS DE BUCEO", - "item.create.diving_boots.tooltip.summary": "Un par de _botas_ pesadas, que permiten atravesar mejor el suelo del océano.", - "item.create.diving_boots.tooltip.condition1": "Cuando se llevan puestas", - "item.create.diving_boots.tooltip.behaviour1": "El portador se hunde rápido y no puede nadar. Concede la capacidad de caminar y saltar bajo el agua. Al portador no le afectarán las _cintas mecánicas_.", - - "item.create.crafting_blueprint.tooltip": "PLANO DE ELABORACIÓN", - "item.create.crafting_blueprint.tooltip.summary": "Colocado en una pared, puede utilizarse para especificar la disposición de los ingredientes para facilitar la elaboración manual. Cada ranura representa una receta", - "item.create.crafting_blueprint.condition1": "Al hacer clic derecho en una ranura vacía", - "item.create.crafting_blueprint.behaviour1": "Abre un menú que permite configurar una receta y los objetos a mostrar.", - "item.create.crafting_blueprint.condition2": "Al hacer clic derecho en una ranura configurada", - "item.create.crafting_blueprint.behaviour2": "Aplica la receta configurada con los ingredientes que se encuentran en tu inventario. Se puede utilizar para fabricar hasta una pila de objetos.", - - "item.create.minecart_coupling.tooltip": "ENSAMBLADOR DE VAGONETAS", - "item.create.minecart_coupling.tooltip.summary": "_Encadena_ todas tus _vagonetas_ o _artefactos móviles de vagoneta_ para formar un majestuoso _tren_.", - "item.create.minecart_coupling.tooltip.condition1": "Cuando se utiliza en vagonetas", - "item.create.minecart_coupling.tooltip.behaviour1": "_Acopla_ dos vagonetas, intentando mantenerlas a una _distancia constante_ mientras se mueven.", - - "item.create.experience_nugget.tooltip": "PEPITA DE EXPERIENCIA", - "item.create.experience_nugget.tooltip.summary": "_¡Ding!_ Una partícula de _inspiración_ de tus fantásticas invenciones.", - "item.create.experience_nugget.tooltip.condition1": "Cuando se usa", - "item.create.experience_nugget.tooltip.behaviour1": "_Otorga_ los puntos de _experiencia_ contenidos.", - - "block.create.peculiar_bell.tooltip": "CAMPANA PECULIAR", - "block.create.peculiar_bell.tooltip.summary": "Una campana decorativa de latón. Al colocarla sobre un _Fuego del alma_ o una _Fogata del alma_ puede producirse una transformación espeluznante...", - - "block.create.haunted_bell.tooltip": "CAMPANA MALDITA", - "block.create.haunted_bell.tooltip.summary": "Una _campana maldita_ perseguida por las almas perdidas del Nether", - "block.create.haunted_bell.tooltip.condition1": "Cuando se sostiene o suena", - "block.create.haunted_bell.tooltip.behaviour1": "Resalta los _puntos sin luz_ cercanos en los que pueden aparecer las _criaturas hostiles_.", - - - "_": "->------------------------] Ponder Content [------------------------<-", - - "create.ponder.hold_to_ponder": "Mantén [%1$s] para considerar", - "create.ponder.subject": "Tema de esta escena", - "create.ponder.pondering": "Considerando sobre...", - "create.ponder.identify_mode": "Identificando modo activo.\nReanuda con [%1$s]", - "create.ponder.associated": "Entradas asociadas", - "create.ponder.close": "Cerrar", - "create.ponder.identify": "Identificar", - "create.ponder.next": "Escena siguiente", - "create.ponder.next_up": "Siguiente:", - "create.ponder.previous": "Escena previa", - "create.ponder.replay": "Repetición", - "create.ponder.think_back": "Volver atrás", - "create.ponder.slow_text": "Lectura cómoda", - "create.ponder.exit": "Salir", - "create.ponder.welcome": "Bienvenido al instructivo de Create", - "create.ponder.categories": "Categorías disponibles", - "create.ponder.index_description": "Haga clic en uno de los iconos para conocer sus objetos y bloques asociados", - "create.ponder.index_title": "Índice", - "create.ponder.shared.rpm16": "UNLOCALIZED: 16 RPM", - "create.ponder.shared.behaviour_modify_wrench": "Este comportamiento puede modificarse mediante una llave inglesa", - "create.ponder.shared.storage_on_contraption": "Los inventarios unidos a un artefacto animado recogerán sus producciones automáticamente", - "create.ponder.shared.sneak_and": "Mayús izdo. +", - "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": "Fuente: 16 RPM", - "create.ponder.shared.movement_anchors": "Con la ayuda de un chasis o pegamento, se pueden mover estructuras más grandes.", - "create.ponder.tag.redstone": "Componentes lógicos", - "create.ponder.tag.redstone.description": "Componentes que ayudan a la ingeniería de redstone", - "create.ponder.tag.contraption_assembly": "Utilidades para adjuntar bloques", - "create.ponder.tag.contraption_assembly.description": "Herramientas y componentes utilizados para montar artefactos animados", - "create.ponder.tag.fluids": "Manipuladores de fluidos", - "create.ponder.tag.fluids.description": "Componentes que ayudan a transportar y utilizar fluidos", - "create.ponder.tag.decoration": "Estética", - "create.ponder.tag.decoration.description": "Componentes utilizados principalmente con fines decorativos", - "create.ponder.tag.windmill_sails": "Velas para los rodamientos de los molinos de viento", - "create.ponder.tag.windmill_sails.description": "Bloques que cuentan para la fuerza de un artefacto estacionario de molino de viento cuando se ensamblan. Cada uno de ellos tiene la misma eficacia al hacerlo.", - "create.ponder.tag.arm_targets": "Objetivos para los brazos mecánicos", - "create.ponder.tag.arm_targets.description": "Componentes que pueden seleccionarse como entradas o salidas del brazo mecánico", - "create.ponder.tag.kinetic_appliances": "Dispositivos cinéticos", - "create.ponder.tag.kinetic_appliances.description": "Componentes que utilizan la fuerza rotacional", - "create.ponder.tag.kinetic_sources": "Fuentes cinéticas", - "create.ponder.tag.kinetic_sources.description": "Componentes que generan fuerza rotacional", - "create.ponder.tag.movement_anchor": "Anclas de movimiento", - "create.ponder.tag.movement_anchor.description": "Componentes que permiten crear artefactos en movimiento, animando una estructura anexa de diversas maneras", - "create.ponder.tag.kinetic_relays": "Transmisores cinéticos", - "create.ponder.tag.kinetic_relays.description": "Componentes que ayudan a transmitir la fuerza rotacional en otro lugar", - "create.ponder.tag.contraption_actor": "Actores de artefactos animados", - "create.ponder.tag.contraption_actor.description": "Componentes que tienen un comportamiento especial cuando están unidos a un artefacto animado", - "create.ponder.tag.creative": "Modo creativo", - "create.ponder.tag.creative.description": "Componentes que no suelen estar disponibles para el Modo Supervivencia", - "create.ponder.tag.display_sources": "Fuentes para los enlaces de visualización", - "create.ponder.tag.display_sources.description": "Componentes o bloques que ofrecen cierta información que puede ser leída por enlaces de visualización", - "create.ponder.tag.logistics": "Transporte de objetos", - "create.ponder.tag.logistics.description": "Componentes que ayudan a desplazar los objetos", - "create.ponder.tag.display_targets": "Objetivos para los enlaces de visualización", - "create.ponder.tag.display_targets.description": "Componentes o bloques que pueden procesar y mostrar la información recibida de enlaces de visualización", - "create.ponder.tag.train_related": "Equipamiento de ferrocarril", - "create.ponder.tag.train_related.description": "Componentes usados en la construcción y gestión de trenes", - - "create.ponder.analog_lever.header": "Controlar señales mediante la palanca analógica", - "create.ponder.analog_lever.text_1": "Las palancas analógicas son una fuente compacta y precisa de energía de redstone", - "create.ponder.analog_lever.text_2": "Haz clic derecho para aumentar su potencia analógica", - "create.ponder.analog_lever.text_3": "Usa Mayús izdo. + clic derecho para volver a disminuir su potencia", - - "create.ponder.andesite_tunnel.header": "Usar túneles de andesita", - "create.ponder.andesite_tunnel.text_1": "Los túneles de andesita se pueden utilizar para tapar las cintas mecánicas", - "create.ponder.andesite_tunnel.text_2": "Siempre que un túnel de andesita tenga conexiones a los lados...", - "create.ponder.andesite_tunnel.text_3": "...dividirá exactamente un objeto de cualquier pila que pase", - "create.ponder.andesite_tunnel.text_4": "El resto continuará su camino", - - "create.ponder.auto_schedule.header": "Estaciones y programaciones", - "create.ponder.auto_schedule.text_1": "Las programaciones pueden usarse para proporcionar un destino a los conductores", - "create.ponder.auto_schedule.text_2": "Los comparadores recibirán una señal cuando haya un tren presente", - "create.ponder.auto_schedule.text_3": "Ten en cuenta que solo puedes acercarte a una estación desde la dirección indicada", - "create.ponder.auto_schedule.text_4": "Las estaciones también pueden usarse para asignar nuevas programaciones automáticamente", - "create.ponder.auto_schedule.text_5": "Si colocas una programación en una estación, se copiará automáticamente en los trenes presentes", - "create.ponder.auto_schedule.text_6": "Al contrario de hacerlo manualmente, los conductores no consumirán la programación de la estación", - - "create.ponder.basin.header": "Procesar objetos en la cuenca", - "create.ponder.basin.text_1": "Una cuenca puede contener objetos y fluidos para su procesamiento", - "create.ponder.basin.text_2": "Después de un paso de procesamamiento, las cuencas intentan descargar por debajo a un lado de ellas", - "create.ponder.basin.text_3": "Cuando un ingrediente válido está presente, la cuenca mostrará un conducto de salida", - "create.ponder.basin.text_4": "Aquí se pueden aplicar varias opciones", - "create.ponder.basin.text_5": "Las salidas serán capturadas por el inventario que está por debajo", - "create.ponder.basin.text_6": "Sin conducto de salida, la cuenca retendrá los objetos creados en su procesamiento", - "create.ponder.basin.text_7": "Esto puede ser útil si las salidas deben ser reutilizadas como ingredientes", - "create.ponder.basin.text_8": "Las salidas deseadas tendrán que ser extraídas de la cuenca", - "create.ponder.basin.text_9": "Podría ser necesario un filtro para evitar sacar los objetos no procesados", - - "create.ponder.bearing_modes.header": "Modos de movimiento del rodamiento mecánico", - "create.ponder.bearing_modes.text_1": "Cuando se detenga, el rodamiento mecánico colocará la estructura en el ángulo más cercano alineado con la cuadrícula", - "create.ponder.bearing_modes.text_2": "Se puede configurar para que nunca vuelva a los bloques sólidos, o sólo cerca del ángulo en el que comenzó", - - "create.ponder.belt_casing.header": "Correas revestidas", - "create.ponder.belt_casing.text_1": "Se puede utilizar revestidor de latón o andesita para decorar las cintas mecánicas", - "create.ponder.belt_casing.text_2": "Se puede utilizar una llave inglesa para quitar el revestimiento", - - "create.ponder.belt_connector.header": "El uso de las cintas", - "create.ponder.belt_connector.text_1": "Al hacer clic derecho en dos ejes con una cinta, se conectarán entre sí", - "create.ponder.belt_connector.text_2": "Las selecciones accidentales pueden ser canceladas con Mayús izdo. + clic derecho", - "create.ponder.belt_connector.text_3": "Se pueden añadir ejes adicionales en toda la cinta mecánica", - "create.ponder.belt_connector.text_4": "Los ejes conectados a través de cintas mecánicas girarán con velocidad y dirección idénticas", - "create.ponder.belt_connector.text_5": "Los ejes añadidos se pueden quitar con la llave inglesa", - "create.ponder.belt_connector.text_6": "Las cintas mecánicas se pueden teñir con fines estéticos", - - "create.ponder.belt_directions.header": "Orientaciones válidas para las cintas mecánicas", - "create.ponder.belt_directions.text_1": "Las cintas no pueden conectarse en direcciones arbitrarias", - "create.ponder.belt_directions.text_2": "1. Pueden conectarse horizontalmente", - "create.ponder.belt_directions.text_3": "2. Pueden conectarse en diagonal", - "create.ponder.belt_directions.text_4": "3. Pueden conectarse verticalmente", - "create.ponder.belt_directions.text_5": "4. Y pueden conectar ejes verticales horizontalmente", - "create.ponder.belt_directions.text_6": "Estas son todas las direcciones posibles. Pueden abarcar cualquier longitud entre 2 y 20 bloques", - - "create.ponder.belt_transport.header": "El uso de las cintas mecánicas para la logística", - "create.ponder.belt_transport.text_1": "Las cintas mecánicas transportan objetos y otras entidades", - "create.ponder.belt_transport.text_2": "Haz clic derecho con la mano vacía para sacar objetos de una cinta mecánica", - - "create.ponder.blaze_burner.header": "Alimentar quemadores de blaze", - "create.ponder.blaze_burner.text_1": "Los quemadores de blaze pueden proporcionar calor a los objetos procesados en una cuenca", - "create.ponder.blaze_burner.text_2": "Para ello, el blaze tiene que ser alimentado con objetos inflamables", - "create.ponder.blaze_burner.text_3": "Con un pastel de blaze, el quemador puede alcanzar un mayor nivel de calor", - "create.ponder.blaze_burner.text_4": "El proceso de alimentación puede automatizarse utilizando desplegadores o brazos mecánicos", - - "create.ponder.brass_funnel.header": "El embudo de latón", - "create.ponder.brass_funnel.text_1": "Los embudos de andesita sólo pueden extraer objetos individuales", - "create.ponder.brass_funnel.text_2": "Los embudos de latón pueden extraer hasta una pila completa", - "create.ponder.brass_funnel.text_3": "Usar la rueda de desplazamiento del ratón en la ranura para filtros permite un control preciso del tamaño de la pila extraída.", - "create.ponder.brass_funnel.text_4": "El uso de objetos en la ranura de filtrado restringirá el embudo para transferir sólo las pilas que coincidan.", - - "create.ponder.brass_tunnel.header": "Usar túneles de latón", - "create.ponder.brass_tunnel.text_1": "Los túneles de latón pueden utilizarse para tapar cintas mecánicas", - "create.ponder.brass_tunnel.text_2": "Tienen ranuras de filtro en cada lado abierto", - "create.ponder.brass_tunnel.text_3": "Los filtros en las conexiones de entrada simplemente bloquean los objetos que no coincidan", - "create.ponder.brass_tunnel.text_4": "Los filtros en las conexiones de salida pueden utilizarse para ordenar los objetos por tipo", - "create.ponder.brass_tunnel.text_5": "Siempre que un objeto de paso tenga múltiples salidas válidas, el modo de distribución decidirá cómo manejarlo", - "create.ponder.brass_tunnel.text_6": "Los túneles de latón en bandas paralelas formarán un grupo", - "create.ponder.brass_tunnel.text_7": "Los objetos entrantes se distribuirán ahora por todas las salidas conectadas", - "create.ponder.brass_tunnel.text_8": "Para ello, los objetos también pueden insertarse en el bloque del túnel directamente", - - "create.ponder.brass_tunnel_modes.header": "Modos de distribución del túnel de latón", - "create.ponder.brass_tunnel_modes.text_1": "Mediante una llave inglesa se puede configurar el comportamiento de distribución de los túneles de latón", - "create.ponder.brass_tunnel_modes.text_10": "'Sincronizar entradas' es una configuración única de los túneles de latón", - "create.ponder.brass_tunnel_modes.text_11": "Las entradas sólo pueden pasar si cada túnel del grupo tiene una en espera", - "create.ponder.brass_tunnel_modes.text_12": "Esto asegura que todas las cintas mecánicas afectadas suministren objetos al mismo tiempo", - "create.ponder.brass_tunnel_modes.text_2": "El modo División intentará distribuir la pila uniformemente entre las salidas disponibles", - "create.ponder.brass_tunnel_modes.text_3": "Si una salida no puede tomar más objetos, se saltará", - "create.ponder.brass_tunnel_modes.text_4": "El modo División forzada nunca saltará las salidas, y en su lugar esperará hasta que estén libres", - "create.ponder.brass_tunnel_modes.text_5": "El modo Round Robin mantiene las pilas enteras, y recorre las salidas de forma iterativa", - "create.ponder.brass_tunnel_modes.text_6": "Una vez más, si una salida no puede aceptar más objetos, se saltará", - "create.ponder.brass_tunnel_modes.text_7": "El modo Round Robin forzado nunca omite salidas", - "create.ponder.brass_tunnel_modes.text_8": "El modo Preferir el más cercano prioriza las salidas más cercanas a la ubicación de entrada de los objetos", - "create.ponder.brass_tunnel_modes.text_9": "El modo Aleatorizar distribuirá pilas enteras a salidas elegidas al azar", - - "create.ponder.cart_assembler.header": "Mover estructuras usando ensambladores de vagonetas", - "create.ponder.cart_assembler.text_1": "Los ensambladores de vagonetas montan estructuras adjuntas a las vagonetas que pasan", - "create.ponder.cart_assembler.text_2": "Sin una señal de redstone, desmonta los artefactos móviles de vagoneta que pasan de nuevo en bloques", - "create.ponder.cart_assembler.text_3": "El uso de una llave inglesa en una vagoneta te permitirá llevarte el artefacto móvil a otro lugar", - - "create.ponder.cart_assembler_dual.header": "Montando artefactos móviles de vagoneta", - "create.ponder.cart_assembler_dual.text_1": "Siempre que dos ensambladores de vagoneta compartan una estructura adjunta...", - "create.ponder.cart_assembler_dual.text_2": "...al alimentar a cualquiera de ellos se creará un artefacto móvil de vagoneta", - "create.ponder.cart_assembler_dual.text_3": "Las vagonetas se comportarán como las conectadas a través del acoplamiento de vagoneta", - - "create.ponder.cart_assembler_modes.header": "Configurar la orientación de los artefactos móviles de vagonetas", - "create.ponder.cart_assembler_modes.text_1": "Los artefactos móviles de vagonetas girarán para orientarse hacia el movimiento de sus vagonetas", - "create.ponder.cart_assembler_modes.text_2": "Esta flecha indica qué lado de la estructura se considerará la parte delantera", - "create.ponder.cart_assembler_modes.text_3": "Si el ensamblador está configurado para bloquear la rotación, la orientación de los artefactos móviles nunca cambiará", - - "create.ponder.cart_assembler_rails.header": "Otros tipos de vagonetas y raíles", - "create.ponder.cart_assembler_rails.text_1": "Los ensambladores de vagonetas en raíles normales no afectarán el movimiento de las vagonetas que pasen", - "create.ponder.cart_assembler_rails.text_2": "Cuando se encuentre en un raíl motorizado o en un raíl de control, las vagonetas se mantendrán en su sitio hasta que sea motorizado", - "create.ponder.cart_assembler_rails.text_3": "Se pueden utilizar otros tipos de vagonetas como anclaje", - "create.ponder.cart_assembler_rails.text_4": "Los artefactos móviles de vagonetas de horno se mantendrán alimentados a sí mismos, sacando combustible de cualquier inventario adjunto", - - "create.ponder.chain_drive.header": "Transmitir fuerza rotacional con las cadenas de transmisión", - "create.ponder.chain_drive.text_1": "Las cadenas de transmisión transmiten la rotación entre sí en fila", - "create.ponder.chain_drive.text_2": "Todos los ejes conectados así girarán en la misma dirección", - "create.ponder.chain_drive.text_3": "Cualquier parte de la fila puede girar 90 grados usando una llave inglesa", - - "create.ponder.chain_gearshift.header": "Controlar la velocidad de rotación con la cadena de transmisión ajustable", - "create.ponder.chain_gearshift.text_1": "Las cadenas de transmisión ajustables sin alimentación se comportan exactamente como las cadenas de transmisión", - "create.ponder.chain_gearshift.text_2": "Cuando están alimentadas, la velocidad transmitida a las demás cadenas de transmisión de la fila se duplica", - "create.ponder.chain_gearshift.text_3": "Siempre que la cadena de transmisión alimentada no esté en el origen, su velocidad se reducirá a la mitad", - "create.ponder.chain_gearshift.text_4": "En ambos casos, las cadenas de transmisión de la fila siempre funcionan al doble de la velocidad de la cadena de transmisión alimentada", - "create.ponder.chain_gearshift.text_5": "Utilizando señales analógicas, la relación puede ajustarse con mayor precisión, entre 1 y 2", - "create.ponder.chain_gearshift.text_6": "UNLOCALIZED: 12 RPM", - - "create.ponder.chute.header": "Transportar objetos hacia abajo a través de ductos", - "create.ponder.chute.text_1": "Los ductos pueden transportar objetos verticalmente desde y hacia los inventarios", - "create.ponder.chute.text_2": "Usando la llave inglesa, se puede crear una ventana", - "create.ponder.chute.text_3": "Colocar ductos apuntando a las caras laterales de otro lo hará en diagonal", - - "create.ponder.chute_upward.header": "Transportar objetos hacia arriba mediante ductos", - "create.ponder.chute_upward.text_1": "Usando ventiladores revestidos en la parte superior o inferior, un ducto puede transportar objetos hacia arriba", - "create.ponder.chute_upward.text_2": "Al inspeccionar los ductos con las gafas del ingeniero, se revela información sobre la dirección del movimiento", - "create.ponder.chute_upward.text_3": "En el extremo 'bloqueado', los objetos tendrán que ser insertados/sacados de los lados", - - "create.ponder.clockwork_bearing.header": "Animar estructuras con rodamientos tipo reloj", - "create.ponder.clockwork_bearing.text_1": "Los rodamientos tipo reloj se fijan a los bloques que tienen delante", - "create.ponder.clockwork_bearing.text_2": "Al recibir fuerza rotacional, la estructura girará según la hora del día", - "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", - "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", - "create.ponder.clockwork_bearing.text_5": "Haz clic derecho en el rodamiento para iniciar o detener la animación de la estructura", - "create.ponder.clockwork_bearing.text_6": "Delante de la manecilla de las horas se puede añadir una segunda estructura", - "create.ponder.clockwork_bearing.text_7": "Asegúrese de que las dos estructuras no están unidas entre sí con pegamento o algo similar", - "create.ponder.clockwork_bearing.text_8": "La segunda estructura ahora girará como el minutero", - - "create.ponder.clutch.header": "Controlar la fuerza rotacional mediante un embrague", - "create.ponder.clutch.text_1": "Los embragues transmitirán la rotación en línea recta", - "create.ponder.clutch.text_2": "Cuando se alimentan con redstone, rompen la conexión", - - "create.ponder.cog_speedup.header": "Cambiar de marchas con engranajes", - "create.ponder.cog_speedup.text_1": "Los engranajes grandes y normales pueden conectarse en diagonal", - "create.ponder.cog_speedup.text_2": "Al cambiar de engranajes grandes a normales, la velocidad rotacional se duplicará", - "create.ponder.cog_speedup.text_3": "Inversamente, la velocidad rotacional se reducirá a la mitad", - - "create.ponder.cogwheel.header": "Transmitir fuerza rotacional mediante engranajes", - "create.ponder.cogwheel.text_1": "Los engranajes transmitirán la rotación a otros engranajes adyacentes", - "create.ponder.cogwheel.text_2": "Los ejes adyacentes conectados así, girarán en direcciones opuestas", - - "create.ponder.cogwheel_casing.header": "Revestir engranajes", - "create.ponder.cogwheel_casing.text_1": "Los revestimientos de latón o andesita pueden ser usados para decorar los engranajes", - "create.ponder.cogwheel_casing.text_2": "Los componentes que se añadan por la salida del eje no se conectarán", - "create.ponder.cogwheel_casing.text_3": "La llave inglesa puede usarse para alternar las conexiones", - - "create.ponder.creative_fluid_tank.header": "Tanque de fluidos creativo", - "create.ponder.creative_fluid_tank.text_1": "Los depósitos de fluidos creativos pueden utilizarse para proporcionar un suministro de fluidos sin fondo", - "create.ponder.creative_fluid_tank.text_2": "Haga clic con el botón derecho en un objeto que contenga fluido para configurarlo", - "create.ponder.creative_fluid_tank.text_3": "Las redes de tuberías pueden ahora extraer sin cesar el fluido asignado del depósito", - "create.ponder.creative_fluid_tank.text_4": "Cualquier fluido empujado de vuelta a un tanque de fluido creativo será anulado", - - "create.ponder.creative_motor.header": "Generar fuerza rotacional con motores creativos", - "create.ponder.creative_motor.text_1": "Los motores creativos son una fuente compacta y configurable de fuerza rotacional", - "create.ponder.creative_motor.text_2": "Usar la rueda de desplazamiento del ratón en su parte trasera cambia las RPM de la salida rotacional", - - "create.ponder.creative_motor_mojang.header": "El enigma de Mojang", - - "create.ponder.crushing_wheels.header": "Procesar objetos con las ruedas trituradoras", - "create.ponder.crushing_wheels.text_1": "Un par de ruedas trituradoras pueden moler objetos de forma muy eficaz", - "create.ponder.crushing_wheels.text_2": "Su fuerza rotacional tiene que hacerlas girar una contra otra", - "create.ponder.crushing_wheels.text_3": "Los objetos lanzados o insertados en la parte superior serán procesados", - "create.ponder.crushing_wheels.text_4": "Los objetos también pueden ser insertados y recogidos a través de medios automatizados", - - "create.ponder.deployer.header": "Usar el desplegador", - "create.ponder.deployer.text_1": "Dada la fuerza rotacional, un desplegador puede imitar las interacciones de los jugadores", - "create.ponder.deployer.text_10": "Haz clic derecho en el frente para darle un objeto a utilizar", - "create.ponder.deployer.text_11": "Los objetos también pueden ser insertados automáticamente", - "create.ponder.deployer.text_12": "Los desplegadores llevan una ranura de filtro", - "create.ponder.deployer.text_13": "Cuando se establece un filtro, sólo se activa mientras se mantiene un objeto coincidente", - "create.ponder.deployer.text_14": "Ahora sólo se pueden insertar los objetos que coincidan con el filtro...", - "create.ponder.deployer.text_15": "...y sólo se extraerán los objetos que no coincidan", - "create.ponder.deployer.text_2": "Siempre interactuará con la posición 2 bloques delante de sí mismo", - "create.ponder.deployer.text_3": "Los bloques situados directamente delante no lo obstruirán", - "create.ponder.deployer.text_4": "Los desplegadores pueden:", - "create.ponder.deployer.text_5": "Colocar bloques,", - "create.ponder.deployer.text_6": "Usar objetos,", - "create.ponder.deployer.text_7": "Activar bloques,", - "create.ponder.deployer.text_8": "Cosechar bloques", - "create.ponder.deployer.text_9": "Y atacar criaturas", - - "create.ponder.deployer_contraption.header": "Usar desplegadores en artefactos animados", - "create.ponder.deployer_contraption.text_1": "Siempre que los desplegadores se muevan como parte de un artefacto animado...", - "create.ponder.deployer_contraption.text_2": "Se activan en cada ubicación visitada, utilizando objetos de los inventarios de cualquier parte del artefacto", - "create.ponder.deployer_contraption.text_3": "La ranura para filtros se puede utilizar para especificar qué objetos tirar", - - "create.ponder.deployer_modes.header": "Modos del desplegador", - "create.ponder.deployer_modes.text_1": "Por defecto, un desplegador imita la interacción del clic derecho del ratón", - "create.ponder.deployer_modes.text_2": "Usando una llave inglesa, se puede configurar para imitar un clic izquierdo en su lugar", - - "create.ponder.deployer_processing.header": "Procesar objetos mediante desplegadores", - "create.ponder.deployer_processing.text_1": "Cuando sujetan el objeto adecuado, los desplegadores pueden procesar los objetos proporcionados por debajo de ellos", - "create.ponder.deployer_processing.text_2": "Los objetos de entrada pueden soltarse o colocarse en un depósito bajo el desplegador", - "create.ponder.deployer_processing.text_3": "Cuando los objetos se disponen en una cinta mecánica...", - "create.ponder.deployer_processing.text_4": "El desplegador los retendrá y procesará automáticamente", - - "create.ponder.deployer_redstone.header": "Controlar desplegadores con redstone", - "create.ponder.deployer_redstone.text_1": "Al controlar los desplegadores con redstone, éstos no se activarán", - "create.ponder.deployer_redstone.text_2": "Antes de detenerse, el desplegador terminará cualquier ciclo iniciado", - "create.ponder.deployer_redstone.text_3": "Por lo tanto, un pulso negativo puede ser utilizado para desencadenar exactamente un ciclo de activación", - - "create.ponder.depot.header": "Usar depósitos", - "create.ponder.depot.text_1": "Los depósitos pueden servir como elementos fijos de una cinta mecánica", - "create.ponder.depot.text_2": "Haz clic derecho para colocar o eliminar manualmente objetos del mismo", - "create.ponder.depot.text_3": "Al igual que en las cintas mecánicas, pueden procesarse objetos", - "create.ponder.depot.text_4": "...así como proporcionar objetos a los brazos mecánicos", - - "create.ponder.display_board.header": "Usar pantallas de visualización", - "create.ponder.display_board.text_1": "Las pantallas de visualización son una alternativa a los carteles", - "create.ponder.display_board.text_2": "Requieren fuerza rotacional para funcionar", - "create.ponder.display_board.text_3": "Se puede mostrar texto usando etiquetas...", - "create.ponder.display_board.text_4": "...o mediante el uso de enlaces de visualización", - "create.ponder.display_board.text_5": "Se pueden aplicar tintes individualmente a cada fila de las pantallas", - "create.ponder.display_board.text_6": "Las filas se pueden reiniciar haciendo clic con una mano vacía", - - "create.ponder.display_link.header": "Configurar enlaces de visualización", - "create.ponder.display_link.text_1": "Los enlaces de visualizacion pueden usarse para obtener información dinámica", - "create.ponder.display_link.text_2": "Primero, haz clic derecho donde quieras que se muestre la información...", - "create.ponder.display_link.text_3": "...después únelo al bloque del que quieras información", - "create.ponder.display_link.text_4": "Abre la interfaz para seleccionar y configurar la información enviada", - "create.ponder.display_link.text_5": "La pantalla recibirá información del enlace", - "create.ponder.display_link.text_6": "No todos los bloques pueden actuar como una fuente de información", - "create.ponder.display_link.text_7": "Cada bloque compatible proporciona información única", - "create.ponder.display_link.text_8": "Un enlace de visualización puede funcionar con diferentes salidas", - - "create.ponder.display_link_redstone.header": "Control de redstone", - "create.ponder.display_link_redstone.text_1": "Cuando se activa con redstone, los enlaces de visualización dejarán de enviar información", - "create.ponder.display_link_redstone.text_2": "Una vez desactivado, el contador se reinicia y se vuelve a enviar información inmediatamente", - "create.ponder.display_link_redstone.text_3": "Las señales procedentes de la fuente de información no afectan al enlace", - - "create.ponder.empty_blaze_burner.header": "Usar quemadores de blaze vacíos", - "create.ponder.empty_blaze_burner.text_1": "Haz clic derecho en un blaze con el quemador vacío para capturarlo", - "create.ponder.empty_blaze_burner.text_2": "Alternativamente, los blaze pueden ser recogidos de sus spawners directamente", - "create.ponder.empty_blaze_burner.text_3": "Ahora tienes una fuente de calor ideal para varias máquinas", - "create.ponder.empty_blaze_burner.text_4": "Por motivos estéticos, los quemadores de blaze vacíos también se pueden encender con pedernal y acero", - "create.ponder.empty_blaze_burner.text_5": "La llama puede transformarse utilizando un objeto con alma", - "create.ponder.empty_blaze_burner.text_6": "Sin embargo, no son adecuados para la calefacción industrial", - - "create.ponder.encased_fluid_pipe.header": "Revestir tuberías de fluidos", - "create.ponder.encased_fluid_pipe.text_1": "El revestidor de cobre puede utilizarse para decorar las tuberías de fluidos", - "create.ponder.encased_fluid_pipe.text_2": "Además de estar ocultas, las tuberías revestidas están bloqueadas en su estado de conectividad", - "create.ponder.encased_fluid_pipe.text_3": "Ya no reaccionará a los bloques vecinos que se añadan o eliminen", - - "create.ponder.fan_direction.header": "El flujo de aire de los ventiladores revestidos", - "create.ponder.fan_direction.text_1": "Los ventiladores revestidos utilizan la fuerza rotacional para crear una corriente de aire", - "create.ponder.fan_direction.text_2": "La fuerza y la dirección del flujo dependen de la fuerza rotacional suministrada", - - "create.ponder.fan_processing.header": "Procesar objetos mediante ventiladores revestidos", - "create.ponder.fan_processing.text_1": "Al pasar por lava, el flujo de aire se calienta", - "create.ponder.fan_processing.text_2": "Los objetos capturados en la zona serán fundidos", - "create.ponder.fan_processing.text_3": "Los objetos de comida arrojados aquí serán incinerados", - "create.ponder.fan_processing.text_4": "En su lugar, se debería utilizar una instalación de ahumado, usando fuego", - "create.ponder.fan_processing.text_5": "Los flujos de aire que pasan por el agua crean una instalación de lavado", - "create.ponder.fan_processing.text_6": "Se puede hacer un nuevo e interesante procesamiento con él", - "create.ponder.fan_processing.text_7": "La velocidad del ventilador NO afecta a la velocidad de procesamiento, sólo a su rango", - "create.ponder.fan_processing.text_8": "El procesamiento del ventilador también puede aplicarse a los objetos de los depósitos y las cintas mecánicas", - - "create.ponder.fluid_pipe_flow.header": "Transportar fluidos mediante tuberías de cobre", - "create.ponder.fluid_pipe_flow.text_1": "Las tuberías de fluidos pueden conectar dos o más fuentes y objetivos de fluidos", - "create.ponder.fluid_pipe_flow.text_2": "Utilizando una llave, se puede dar a un segmento de tubo recto una ventana", - "create.ponder.fluid_pipe_flow.text_3": "Las tuberías con ventanas no se conectarán a ningún otro segmento de tubería adyacente", - "create.ponder.fluid_pipe_flow.text_4": "Accionadas por bombas mecánicas, las tuberías pueden transportar fluidos", - "create.ponder.fluid_pipe_flow.text_5": "Al principio no se extrae ningún líquido", - "create.ponder.fluid_pipe_flow.text_6": "Una vez que el flujo los conecta, los puntos finales transfieren gradualmente su contenido", - "create.ponder.fluid_pipe_flow.text_7": "Así, los bloques de tuberías nunca contienen 'físicamente' ningún fluido", - - "create.ponder.fluid_pipe_interaction.header": "Drenaje y llenado de contenedores de fluidos", - "create.ponder.fluid_pipe_interaction.text_1": "Los puntos finales de una red de tuberías pueden interactuar con una variedad de bloques", - "create.ponder.fluid_pipe_interaction.text_2": "Cualquier bloque con capacidad para almacenar fluidos puede ser llenado o vaciado", - "create.ponder.fluid_pipe_interaction.text_3": "Los bloques de origen justo delante de un extremo abierto pueden ser recogidos...", - "create.ponder.fluid_pipe_interaction.text_4": "...mientras que el derrame en espacios vacíos puede crear fuentes de fluidos", - "create.ponder.fluid_pipe_interaction.text_5": "Las tuberías también pueden extraer fluidos de un puñado de otros bloques directamente", - - "create.ponder.fluid_tank_sizes.header": "Dimensiones de un depósito de fluidos", - "create.ponder.fluid_tank_sizes.text_1": "Los depósitos de fluidos pueden combinarse para aumentar la capacidad total", - "create.ponder.fluid_tank_sizes.text_2": "Su cuadrado base puede tener hasta 3 bloques de ancho...", - "create.ponder.fluid_tank_sizes.text_3": "...y crecen en altura en más de 30 capas adicionales", - "create.ponder.fluid_tank_sizes.text_4": "Con una llave inglesa, se puede cambiar la ventana de un tanque", - - "create.ponder.fluid_tank_storage.header": "Almacenar fluidos en depósitos de fluidos", - "create.ponder.fluid_tank_storage.text_1": "Los depósitos de fluidos pueden utilizarse para almacenar grandes cantidades de fluidos", - "create.ponder.fluid_tank_storage.text_2": "Las redes de tuberías pueden empujar y arrastrar fluidos desde cualquier lado", - "create.ponder.fluid_tank_storage.text_3": "El fluido contenido puede ser medido por un Comparador", - "create.ponder.fluid_tank_storage.text_4": "Sin embargo, en el Modo Supervivencia no se pueden añadir o tomar fluidos manualmente", - "create.ponder.fluid_tank_storage.text_5": "Puede utilizar cuencas, drenadores de objetos y tuberías para vaciar o llenar objetos que contengan líquido", - - "create.ponder.funnel_compat.header": "Compatibilidades con el embudo", - "create.ponder.funnel_compat.text_1": "Los embudos deberían interactuar bien con un puñado de otros componentes", - "create.ponder.funnel_compat.text_2": "Sierras verticales", - "create.ponder.funnel_compat.text_3": "Depósitos", - "create.ponder.funnel_compat.text_4": "Drenadores de objetos", - - "create.ponder.funnel_direction.header": "Dirección de la transferencia", - "create.ponder.funnel_direction.text_1": "Colocado normalmente, extrae objetos del inventario", - "create.ponder.funnel_direction.text_2": "Colocado mientras pulsas Mayús izdo., pone objetos en el inventario", - "create.ponder.funnel_direction.text_3": "Usando una llave inglesa, el embudo puede ser volteado después de su colocación", - "create.ponder.funnel_direction.text_4": "Se aplicarán las mismas reglas para la mayoría de las orientaciones", - "create.ponder.funnel_direction.text_5": "Los embudos en las cintas mecánicas extraerán/insertarán dependiendo de su dirección de movimiento", - - "create.ponder.funnel_intro.header": "Usar embudos", - "create.ponder.funnel_intro.text_1": "Los embudos son ideales para transferir objetos desde y hacia los inventarios", - - "create.ponder.funnel_redstone.header": "Embudos alimentados con redstone", - "create.ponder.funnel_redstone.text_1": "La energía de redstone impedirá la actuación de cualquier embudo", - - "create.ponder.funnel_transfer.header": "Transferencia directa", - "create.ponder.funnel_transfer.text_1": "Los embudos no pueden transferir nunca entre inventarios cerrados directamente", - "create.ponder.funnel_transfer.text_2": "Los ductos o los ductos inteligentes podrían ser más adecuados para estos fines", - "create.ponder.funnel_transfer.text_3": "Lo mismo se aplica para el movimiento horizontal. Una cinta mecánica debería ayudar aquí", - - "create.ponder.gantry_carriage.header": "Usar carros de grúa", - "create.ponder.gantry_carriage.text_1": "Los carros de grúa pueden montarse y deslizarse a lo largo de un eje de grúa", - "create.ponder.gantry_carriage.text_2": "Las instalaciones de grúa pueden mover bloques adjuntos", - - "create.ponder.gantry_cascaded.header": "Grúas en cascada", - "create.ponder.gantry_cascaded.text_1": "Los ejes de grúas se unen a un carro de grúa sin necesidad de pegamento", - "create.ponder.gantry_cascaded.text_2": "Lo mismo se aplica a los carros de grúa en los ejes de grúas desplazados", - "create.ponder.gantry_cascaded.text_3": "Así, un sistema de grúas puede estar en cascada para cubrir múltiples ejes de movimiento", - - "create.ponder.gantry_direction.header": "Dirección del movimiento de la grúa", - "create.ponder.gantry_direction.text_1": "Los ejes de grúa pueden tener orientaciones opuestas", - "create.ponder.gantry_direction.text_2": "La dirección de movimiento de los carros de grúa depende de la orientación de sus ejes", - "create.ponder.gantry_direction.text_3": "...así como de su sentido de rotación", - "create.ponder.gantry_direction.text_4": "Se aplican las mismas reglas para la rotación propagada", - - "create.ponder.gantry_redstone.header": "Propagación de la potencia de la grúa", - "create.ponder.gantry_redstone.text_1": "Los ejes de grúa alimentados con redstone dejan de mover sus carros", - "create.ponder.gantry_redstone.text_2": "En su lugar, su fuerza rotacional se transmite al eje de salida de los carros", - - "create.ponder.gantry_shaft.header": "Usar ejes de grúa", - "create.ponder.gantry_shaft.text_1": "Los ejes de grúa forman la base de una instalación de grúas. Los carros adjuntos se moverán a lo largo de ellos", - "create.ponder.gantry_shaft.text_2": "Las instalaciones de grúas pueden mover los bloques adjuntos", - - "create.ponder.gearbox.header": "Transmitir fuerza rotacional mediante cajas de transmisión", - "create.ponder.gearbox.text_1": "Saltar entre ejes de rotación puede volverse voluminoso rápidamente", - "create.ponder.gearbox.text_2": "Una caja de transmisión es el equivalente más compacto de esta configuración", - "create.ponder.gearbox.text_3": "Los ejes giran en las direcciones reflejadas...", - "create.ponder.gearbox.text_4": "...esto quiere decir que las conexiones rectas se invierten", - - "create.ponder.gearshift.header": "Controlar la dirección rotacional mediante una caja de cambios", - "create.ponder.gearshift.text_1": "La caja de cambios transmitirá la rotación en línea recta", - "create.ponder.gearshift.text_2": "Cuando es alimentada con redstone, invierte la transmisión", - - "create.ponder.hand_crank.header": "Generar fuerza rotacional mediante manivelas", - "create.ponder.hand_crank.text_1": "Las manivelas pueden ser utilizadas para aplicar fuerza rotacional manualmente", - "create.ponder.hand_crank.text_2": "Mantén pulsado clic derecho para girar en sentido antihorario", - "create.ponder.hand_crank.text_3": "Su velocidad de transmisión es relativamente alta", - "create.ponder.hand_crank.text_4": "Mayús izdo. + clic derecho pulsado para girar en sentido horario", - - "create.ponder.hose_pulley.header": "Llenado y vaciado de fuentes mediante poleas de manguera", - "create.ponder.hose_pulley.text_1": "Las poleas para mangueras pueden utilizarse para llenar o drenar grandes masas de fluido", - "create.ponder.hose_pulley.text_2": "Con entrada cinética, se puede controlar la altura de la manguera de las poleas", - "create.ponder.hose_pulley.text_3": "La polea se retrae mientras la rotación de entrada se invierte", - "create.ponder.hose_pulley.text_4": "En el lado opuesto, se pueden conectar las tuberías", - "create.ponder.hose_pulley.text_5": "Las redes de tuberías conectadas pueden proporcionar fluido a la manguera...", - "create.ponder.hose_pulley.text_6": "...o tirar de él, vaciando la piscina en su lugar", - "create.ponder.hose_pulley.text_7": "La velocidad de llenado y vaciado de la polea depende totalmente del caudal de las redes de fluidos", - - "create.ponder.hose_pulley_infinite.header": "Llenado y drenaje pasivo de grandes masas de fluido", - "create.ponder.hose_pulley_infinite.text_1": "Al desplegar la polea de manguera en un océano lo suficientemente grande...", - "create.ponder.hose_pulley_infinite.text_2": "Proporcionará/eliminará fluidos sin afectar a la fuente", - "create.ponder.hose_pulley_infinite.text_3": "Las redes de tuberías pueden llevar fluidos de forma ilimitada desde/hacia dichas poleas", - - "create.ponder.hose_pulley_level.header": "Nivel de llenado y vaciado de las poleas de las mangueras", - "create.ponder.hose_pulley_level.text_1": "Mientras esté totalmente retraída, la polea de la manguera no puede funcionar", - "create.ponder.hose_pulley_level.text_2": "El drenaje va de arriba a abajo", - "create.ponder.hose_pulley_level.text_3": "El nivel de la superficie terminará justo debajo de donde termina la manguera", - "create.ponder.hose_pulley_level.text_4": "El llenado va de abajo a arriba", - "create.ponder.hose_pulley_level.text_5": "La piscina llena no crecerá más allá de la capa por encima del extremo de la manguera", - - "create.ponder.item_drain.header": "Vaciar contenedores de fluidos mediante drenajes de objetos", - "create.ponder.item_drain.text_1": "Los drenajes de objetos pueden extraer los fluidos de los objetos", - "create.ponder.item_drain.text_2": "Haz clic derecho para verter los fluidos de tu objeto retenido en él", - "create.ponder.item_drain.text_3": "Cuando los objetos se insertan desde lateralmente...", - "create.ponder.item_drain.text_4": "...ruedan a través, vaciando su líquido contenido", - "create.ponder.item_drain.text_5": "Las redes de tuberías pueden ahora extraer el fluido del buffer interno de los desagües", - - "create.ponder.item_vault_sizes.header": "Bóveda de objetos", - "create.ponder.item_vault_sizes.text_1": "Las bóvedas de objetos pueden combinarse para aumentar su capacidad total", - "create.ponder.item_vault_sizes.text_2": "Su base cuadrada puede ser de hasta 3 bloques de ancho...", - "create.ponder.item_vault_sizes.text_3": "...y pueden aumentar hasta 3 veces su diámetro", - - "create.ponder.item_vault_storage.header": "Almacenar objetos en las bóvedas", - "create.ponder.item_vault_storage.text_1": "Las bóvedas de objetos pueden usarse para almacenar grandes cantidades de objetos", - "create.ponder.item_vault_storage.text_2": "Sin embargo, los contenidos no pueden introducirse ni sacarse manualmente", - "create.ponder.item_vault_storage.text_3": "Cualquier componente para transferencia de objetos puede tanto introducir...", - "create.ponder.item_vault_storage.text_4": "...como sacar objetos de este contenedor", - - "create.ponder.large_cogwheel.header": "Transmitir fuerza rotacional mediante engranajes grandes", - "create.ponder.large_cogwheel.text_1": "Los engranajes grandes pueden conectarse entre sí en ángulo recto", - "create.ponder.large_cogwheel.text_2": "Ayudarán a transmitir la velocidad transportada a otros ejes de rotación.", - - "create.ponder.linear_chassis_attachment.header": "Fijar bloques mediante el chasis lineal", - "create.ponder.linear_chassis_attachment.text_1": "Las caras abiertas de un chasis lineal pueden hacerse pegajosas", - "create.ponder.linear_chassis_attachment.text_2": "Haz clic de nuevo para que se pegue el lado opuesto", - "create.ponder.linear_chassis_attachment.text_3": "Mayús izdo. + clic derecho con la mano vacía para eliminar el pegamento", - "create.ponder.linear_chassis_attachment.text_4": "Las caras pegadas del chasis lineal fijarán una línea de bloques delante de él", - "create.ponder.linear_chassis_attachment.text_5": "Utilizando una llave inglesa, se puede especificar un rango preciso", - "create.ponder.linear_chassis_attachment.text_6": "Manteniendo pulsada la tecla [Ctrl] y usando la rueda central del ratón, se ajusta el rango de todos los bloques de chasis adjuntos", - "create.ponder.linear_chassis_attachment.text_7": "Para fijar los bloques a cualquier otro lado es necesario utilizar pegamento", - "create.ponder.linear_chassis_attachment.text_8": "Utilizando esta mecánica, las estructuras de cualquier forma pueden ser parte del artefacto animado", - - "create.ponder.linear_chassis_group.header": "Mover chasis lineales en grupos", - "create.ponder.linear_chassis_group.text_1": "Los chasis lineales se conectan a los bloques de chasis idénticos que se encuentren a su lado", - "create.ponder.linear_chassis_group.text_2": "Cuando uno es movido por un artefacto animado, los otros son arrastrados con él", - "create.ponder.linear_chassis_group.text_3": "Los chasis de otro tipo u orientados en otra dirección no se fijan", - - "create.ponder.mechanical_arm.header": "Configurar los brazos mecánicos", - "create.ponder.mechanical_arm.text_1": "A los brazos mecánicos hay que asignarles sus entradas y salidas antes de colocarlos", - "create.ponder.mechanical_arm.text_2": "Clic derecho en los inventarios mientras mantiene el brazo mecánico para asignarlos como objetivos", - "create.ponder.mechanical_arm.text_3": "Clic derecho denuevo para alternar entre la entrada (azul) y la salida (naranja)", - "create.ponder.mechanical_arm.text_4": "Clic izquierdo en los componentes para eliminar su selección", - "create.ponder.mechanical_arm.text_5": "Una vez colocado, el brazo mecánico apuntará a los bloques seleccionados previamente", - "create.ponder.mechanical_arm.text_6": "Pueden tener cualquier cantidad de entradas y salidas dentro de su rango", - "create.ponder.mechanical_arm.text_7": "Sin embargo, no se puede interactuar directamente con todos los tipos de inventario", - "create.ponder.mechanical_arm.text_8": "Los embudos y depósitos pueden ayudar a salvar esa distancia", - - "create.ponder.mechanical_arm_filtering.header": "Filtrar salidas del brazo mecánico", - "create.ponder.mechanical_arm_filtering.text_1": "Entradas", - "create.ponder.mechanical_arm_filtering.text_2": "Salidas", - "create.ponder.mechanical_arm_filtering.text_3": "A veces es conveniente restringir los objetivos del brazo mecánico haciendo coincidir un filtro", - "create.ponder.mechanical_arm_filtering.text_4": "Por sí mismos no ofrecen ninguna opción de filtrado", - "create.ponder.mechanical_arm_filtering.text_5": "Sin embargo, los embudos de latón como objetivos comunican su propio filtro al brazo", - "create.ponder.mechanical_arm_filtering.text_6": "El brazo mecánico es lo suficientemente inteligente como para no recoger objetos que no podría distribuir", - - "create.ponder.mechanical_arm_modes.header": "Modos de distribución del brazo mecánico", - "create.ponder.mechanical_arm_modes.text_1": "Entradas", - "create.ponder.mechanical_arm_modes.text_2": "Salidas", - "create.ponder.mechanical_arm_modes.text_3": "Siempre que un brazo tenga que elegir entre varias salidas válidas...", - "create.ponder.mechanical_arm_modes.text_4": "...funcionará según su configuración", - "create.ponder.mechanical_arm_modes.text_5": "Usando la rueda del ratón con una llave inglesa te permitirá configurarlo", - "create.ponder.mechanical_arm_modes.text_6": "El modo Round Robin simplemente hace un ciclo a través de todas las salidas que están disponibles", - "create.ponder.mechanical_arm_modes.text_7": "Si una salida no puede admitir más objetos, se omitirá", - "create.ponder.mechanical_arm_modes.text_8": "El modo Round Robin forzado nunca omitirá las salidas, sino que esperará a que estén libres", - "create.ponder.mechanical_arm_modes.text_9": "Preferir el primero da prioridad a las salidas seleccionadas anteriormente al configurar este brazo", - - "create.ponder.mechanical_arm_redstone.header": "Controlar brazos mecánicos con redstone", - "create.ponder.mechanical_arm_redstone.text_1": "Cuando se alimentan con redstone, los brazos mecánicos no se activan", - "create.ponder.mechanical_arm_redstone.text_2": "Antes de detenerse, terminará los ciclos iniciados", - "create.ponder.mechanical_arm_redstone.text_3": "Así, un pulso negativo puede utilizarse para activar exactamente un ciclo de activación", - - "create.ponder.mechanical_bearing.header": "Mover estructuras mediante el rodamiento mecánico", - "create.ponder.mechanical_bearing.text_1": "Los rodamientos mecánicos se fijan al bloque que tienen delante", - "create.ponder.mechanical_bearing.text_2": "Al recibir fuerza rotacional, la ensamblará en un artefacto estacionario", - - "create.ponder.mechanical_crafter.header": "Configurar ensambladores mecánicos", - "create.ponder.mechanical_crafter.text_1": "Se puede utilizar una serie de ensambladores mecánicos para automatizar cualquier receta de elaboración.", - "create.ponder.mechanical_crafter.text_2": "Usando una llave inglesa, puedes establecer los caminos de los ensambladores ", - "create.ponder.mechanical_crafter.text_3": "Para que la configuración sea válida, todos los caminos tienen que converger en una salida, en cualquiera de los lados", - "create.ponder.mechanical_crafter.text_4": "Los puertos de salida de objetos se colocarán en un inventario a la salida", - "create.ponder.mechanical_crafter.text_5": "Los ensambladores mecánicos requieren fuerza rotacional para funcionar", - "create.ponder.mechanical_crafter.text_6": "Haga clic derecho en la parte delantera para insertar objetos manualmente", - "create.ponder.mechanical_crafter.text_7": "Una vez que cada ranura de una ruta contenga un objeto, comenzará el proceso de elaboración", - "create.ponder.mechanical_crafter.text_8": "Para las recetas que no ocupen totalmente la instalación del ensamblador, se puede forzar el arranque utilizando un pulso de redstone", - - "create.ponder.mechanical_crafter_connect.header": "Conectar inventarios a los ensambladores mecánicos", - "create.ponder.mechanical_crafter_connect.text_1": "Los objetos pueden ser insertados a los ensambladores mecánicos automáticamente", - "create.ponder.mechanical_crafter_connect.text_2": "Utilizando la llave inglesa a sus espaldas, las entradas pueden combinarse", - "create.ponder.mechanical_crafter_connect.text_3": "Ahora se puede acceder a todos los ensambladores mecánicos conectados por la misma ubicación de entrada", - - "create.ponder.mechanical_crafter_covers.header": "Cubrir las ranuras de los ensambladores mecánicos", - "create.ponder.mechanical_crafter_covers.text_1": "Algunas recetas requerirán ensambladores mecánicos adicionales para salvar las brechas en el camino", - "create.ponder.mechanical_crafter_covers.text_2": "Utilizando las tapas de ranuras del ensamblador mecánico, pueden actuar como una ranura vacía a su disposición", - "create.ponder.mechanical_crafter_covers.text_3": "Las entradas compartidas creadas con la llave inglesa en la parte posterior también pueden llegar a través de los ensambladores revestidos", - - "create.ponder.mechanical_drill.header": "Romper bloques con el taladro mecánico", - "create.ponder.mechanical_drill.text_1": "Cuando se le aplica fuerza rotacional, el taladro mecánico rompe los bloques que tiene delante.", - "create.ponder.mechanical_drill.text_2": "Su velocidad de trabajo depende de la fuerza rotacional suministrada", - - "create.ponder.mechanical_drill_contraption.header": "Usar taladros mecánicos en artefactos animados", - "create.ponder.mechanical_drill_contraption.text_1": "Siempre que los taladros mecánicos se muevan como parte de un artefacto animado...", - "create.ponder.mechanical_drill_contraption.text_2": "...romperán los bloques por los que artefacto los hace pasar", - - "create.ponder.mechanical_harvester.header": "Utilizar cosechadoras mecánicas en artefactos animados", - "create.ponder.mechanical_harvester.text_1": "Siempre que las cosechadoras mecánicas se muevan como parte de un artefacto animado...", - "create.ponder.mechanical_harvester.text_2": "...recogerán y repondrán los cultivos maduros en su camino", - - "create.ponder.mechanical_mixer.header": "Procesar objetos con la mezcladora mecánica", - "create.ponder.mechanical_mixer.text_1": "Con una mezcladora mecánica y una cuenca, se pueden automatizar algunas recetas", - "create.ponder.mechanical_mixer.text_2": "Las recetas disponibles incluyen cualquier receta de elaboración amorfa, además de un par de recetas adicionales", - "create.ponder.mechanical_mixer.text_3": "Algunas de esas recetas pueden requerir el calor de un quemador de blaze", - "create.ponder.mechanical_mixer.text_4": "La ranura para filtros se puede utilizar en caso de que dos recetas sean conflictivas.", - - "create.ponder.mechanical_piston.header": "Mover estructuras mediante pistones mecánicos", - "create.ponder.mechanical_piston.text_1": "Los pistones mecánicos pueden mover los bloques que tienen delante", - "create.ponder.mechanical_piston.text_2": "La velocidad y la dirección del movimiento dependen de la fuerza rotacional suministrada", - "create.ponder.mechanical_piston.text_3": "Los pistones mecánicos pegajosos pueden tirar de los bloques unidos hacia atrás", - - "create.ponder.mechanical_piston_modes.header": "Modos de movimiento del pistón mecánico", - "create.ponder.mechanical_piston_modes.text_1": "Cuando los pistones mecánicos dejan de moverse, la estructura movida vuelve a los bloques", - "create.ponder.mechanical_piston_modes.text_2": "Puede configurarse para que no vuelva nunca a los bloques sólidos, o sólo en la ubicación en la que comenzó", - - "create.ponder.mechanical_plough.header": "Utilizar arados mecánicos en los artefactos animados", - "create.ponder.mechanical_plough.text_1": "Cuando los arados mecánicos se mueven como parte de un artefacto animado...", - "create.ponder.mechanical_plough.text_2": "...romperán los bloques con una hitbox menor a la de un bloque completo", - "create.ponder.mechanical_plough.text_3": "Además, pueden crear tierras de cultivo", - "create.ponder.mechanical_plough.text_4": "...también pueden lanzar entidades sin dañarlas", - - "create.ponder.mechanical_press.header": "Procesar objetos con la prensa mecánica", - "create.ponder.mechanical_press.text_1": "La prensa mecánica puede procesar los objetos proporcionados por debajo de ella", - "create.ponder.mechanical_press.text_2": "Los objetos de entrada pueden soltarse o colocarse en un depósito bajo la prensa", - "create.ponder.mechanical_press.text_3": "Cuando los objetos se proporcionan en una cinta mecánica...", - "create.ponder.mechanical_press.text_4": "...la prensa mecánica los retendrá y procesará automáticamente", - - "create.ponder.mechanical_press_compacting.header": "Compactar objetos con la prensa mecánica", - "create.ponder.mechanical_press_compacting.text_1": "Al presionar los objetos que se encuentran en una cuenca, éstos se compactan.", - "create.ponder.mechanical_press_compacting.text_2": "La compactación incluye cualquier receta de elaboración de 2x2 o 3x3 rellena, además de un par extra", - "create.ponder.mechanical_press_compacting.text_3": "Algunas de esas recetas pueden requerir el calor de un quemador de blaze", - "create.ponder.mechanical_press_compacting.text_4": "La ranura para filtros se puede utilizar en caso de que dos recetas sean conflictivas.", - - "create.ponder.mechanical_pump_flow.header": "Transportar fluidos mediante bombas mecánicas", - "create.ponder.mechanical_pump_flow.text_1": "Las bombas mecánicas gobiernan el flujo de sus redes de tuberías anexas", - "create.ponder.mechanical_pump_flow.text_2": "Cuando están alimentadas, su flecha indica la dirección del flujo", - "create.ponder.mechanical_pump_flow.text_3": "La red de atrás está ahora tirando de fluidos...", - "create.ponder.mechanical_pump_flow.text_4": "...mientras la red de enfrente la transfiere hacia el exterior", - "create.ponder.mechanical_pump_flow.text_5": "Al invertir la rotación de la entrada se invierte el sentido del flujo", - "create.ponder.mechanical_pump_flow.text_6": "Utilice una llave inglesa para invertir la orientación de las bombas manualmente", - - "create.ponder.mechanical_pump_speed.header": "Rendimiento de las bombas mecánicas", - "create.ponder.mechanical_pump_speed.text_1": "Independientemente de la velocidad, las bombas mecánicas afectan a las tuberías conectadas hasta 16 bloques de distancia", - "create.ponder.mechanical_pump_speed.text_2": "Acelerar la rotación de entrada cambia la velocidad de propagación del flujo...", - "create.ponder.mechanical_pump_speed.text_3": "...así como la rapidez con la que se transfieren los fluidos", - "create.ponder.mechanical_pump_speed.text_4": "Las bombas pueden combinar sus rendimientos en redes de tuberías compartidas", - "create.ponder.mechanical_pump_speed.text_5": "Alternar su orientación puede ayudar a alinear sus direcciones de flujo", - - "create.ponder.mechanical_saw_breaker.header": "Cortar árboles con la sierra mecánica", - "create.ponder.mechanical_saw_breaker.text_1": "Cuando se le da una fuerza rotacional, la sierra mecánica cortará los árboles que estén directamente frente a ella", - "create.ponder.mechanical_saw_breaker.text_2": "Para poder cortar el árbol por completo, la sierra tiene que romper el último bloque que lo une al suelo", - - "create.ponder.mechanical_saw_contraption.header": "Utilizar sierras mecánicas en artefactos animados", - "create.ponder.mechanical_saw_contraption.text_1": "Cuando las sierras mecánicas se mueven como parte de un artefactos animado...", - "create.ponder.mechanical_saw_contraption.text_2": "...cortarán cualquier árbol con el se topen", - - "create.ponder.mechanical_saw_processing.header": "Procesar objetos en la sierra mecánica", - "create.ponder.mechanical_saw_processing.text_1": "Las sierras mecánicas orientadas hacia arriba pueden procesar una variedad de objetos", - "create.ponder.mechanical_saw_processing.text_2": "El objeto procesado siempre se mueve en contra de la fuerza rotacional de la sierra", - "create.ponder.mechanical_saw_processing.text_3": "Las sierras mecánicas pueden trabajar en línea con las cinta mecánicas", - "create.ponder.mechanical_saw_processing.text_4": "Cuando un ingrediente tiene varios resultados posibles, la ranura para filtros puede especificarlo", - "create.ponder.mechanical_saw_processing.text_5": "Sin filtro, al contrario, la sierra mecánica pasaría por todos los resultados", - - "create.ponder.millstone.header": "Procesar objetos en la piedra de molino", - "create.ponder.millstone.text_1": "Las piedras de molino procesan los objetos mediante la molienda", - "create.ponder.millstone.text_2": "Se pueden accionar lateralmente mediante engranajes...", - "create.ponder.millstone.text_3": "... y tirar o insertar objetos en la parte superior", - "create.ponder.millstone.text_4": "Después de un tiempo, el resultado se puede obtener usando el clic derecho del ratón", - "create.ponder.millstone.text_5": "Las salidas también pueden extraerse mediante la automatización", - - "create.ponder.nixie_tube.header": "Usar los tubos Nixie", - "create.ponder.nixie_tube.text_1": "Cuando son alimentados con redstone, los tubos nixie mostrarán la fuerza de las señales de redstone", - "create.ponder.nixie_tube.text_2": "Con las etiquetas editadas en un yunque, pueden mostar un texto personalizado", - "create.ponder.nixie_tube.text_3": "Haga clic derecho con un tinte para cambiar su color de visualización", - - "create.ponder.piston_pole.header": "Pértigas de extensión de pistones", - "create.ponder.piston_pole.text_1": "Sin las pértigas de extensión unidas, un pistón mecánico no puede moverse", - "create.ponder.piston_pole.text_2": "La longitud de la pértiga añadida en su parte posterior determina el rango de alcance", - - "create.ponder.portable_fluid_interface.header": "Interfaz de fluidos portátil", - "create.ponder.portable_fluid_interface.text_1": "No se puede acceder a los depósitos de fluidos de los artefactos en movimiento por ninguna tubería", - "create.ponder.portable_fluid_interface.text_2": "Este componente puede interactuar con los depósitos de fluidos sin necesidad de detener el artefacto", - "create.ponder.portable_fluid_interface.text_3": "Coloca una segunda con un espacio de 1 o 2 bloques entre ellas", - "create.ponder.portable_fluid_interface.text_4": "Cada vez que pasen por delante de la otra, entablarán una conexión", - "create.ponder.portable_fluid_interface.text_5": "Mientras esté activada, la interfaz estacionaria representará TODOS los tanques del artefacto", - "create.ponder.portable_fluid_interface.text_6": "Ahora se puede introducir el fluido...", - "create.ponder.portable_fluid_interface.text_7": "...o extraerlo del artefacto", - "create.ponder.portable_fluid_interface.text_8": "Cuando no se intercambien contenidos durante un tiempo, el artefacto seguirá su camino", - - "create.ponder.portable_storage_interface.header": "Interfaz de almacenamiento portátil", - "create.ponder.portable_storage_interface.text_1": "Los jugadores no pueden acceder a los inventarios de los artefactos en movimiento.", - "create.ponder.portable_storage_interface.text_2": "Este componente puede interactuar con el almacenamiento sin necesidad de detener el artefacto.", - "create.ponder.portable_storage_interface.text_3": "Coloca una segunda unidad con un espacio de 1 o 2 bloques entre ellas", - "create.ponder.portable_storage_interface.text_4": "Cada vez que pasen por delante del otro, entablarán una conexión", - "create.ponder.portable_storage_interface.text_5": "Mientras esté conectada, la interfaz fija representará TODOS los inventarios del artefacto", - "create.ponder.portable_storage_interface.text_6": "Ahora pueden insertarse objetos...", - "create.ponder.portable_storage_interface.text_7": "...o extraerse", - "create.ponder.portable_storage_interface.text_8": "Cuando no se hayan intercambiado objetos durante un tiempo, el artefacto seguirá su camino", - - "create.ponder.portable_storage_interface_redstone.header": "Interfaz de almacenamiento portátil controlada por redstone", - "create.ponder.portable_storage_interface_redstone.text_1": "La energía de redstone impedirá que las interfaces de almacenamiento portátil se conecten", - - "create.ponder.powered_latch.header": "Controlar señales mediante la palanca motorizada", - "create.ponder.powered_latch.text_1": "Las palancas motorizadas son palancas controlables por redstone", - "create.ponder.powered_latch.text_2": "Las señales en la parte trasera la encienden", - "create.ponder.powered_latch.text_3": "Las señales sobre un lateral la vuelven a apagar", - "create.ponder.powered_latch.text_4": "Las palancas motorizadas también se pueden accionar manualmente", - - "create.ponder.powered_toggle_latch.header": "Controlar señales mediante la palanca de cierre motorizada", - "create.ponder.powered_toggle_latch.text_1": "Las palancas de cierre motorizadas son palancas controlables por redstone", - "create.ponder.powered_toggle_latch.text_2": "Las señales en la parte trasera cambiarán su estado...", - "create.ponder.powered_toggle_latch.text_3": "...encender y apagar", - "create.ponder.powered_toggle_latch.text_4": "Las palancas de cierre motorizadas también se pueden accionar manualmente", - - "create.ponder.pulse_extender.header": "Controlar señales usando extensores de pulso", - "create.ponder.pulse_extender.text_1": "Los extensores de pulso pueden alargar una señal", - "create.ponder.pulse_extender.text_2": "Se activan después de un breve retraso...", - "create.ponder.pulse_extender.text_3": "...y tienen un enfriamiento igual a la cantidad configurada", - "create.ponder.pulse_extender.text_4": "Utilizando la rueda del ratón, el enfriamiento se puede configurar", - "create.ponder.pulse_extender.text_5": "La duración configurada puede alcanzar hasta los 30 minutos", - - "create.ponder.pulse_repeater.header": "Controlar señales mediante repetidores de pulsos", - "create.ponder.pulse_repeater.text_1": "Los repetidores de pulsos acortan cualquier señal de redstone a un solo pulso", - "create.ponder.pulse_repeater.text_2": "Utilizando la rueda del ratón, el tiempo de carga se puede configurar", - "create.ponder.pulse_repeater.text_3": "Los retrasos configurados pueden alcanzar hasta los 30 minutos", - - "create.ponder.radial_chassis.header": "Fijar bloques mediante chasis radiales", - "create.ponder.radial_chassis.text_1": "Los chasis radiales se conectan a bloques de chasis idénticos en una fila", - "create.ponder.radial_chassis.text_2": "Cuando uno es movido por un artefacto, los otros son arrastrados con él", - "create.ponder.radial_chassis.text_3": "Las caras laterales de un chasis radial pueden hacerse adhesivas", - "create.ponder.radial_chassis.text_4": "Haga clic de nuevo para que todos los demás lados sean pegajosos", - "create.ponder.radial_chassis.text_5": "Mayús izdo. + clic derecho con la mano vacía para eliminar el pegamento", - "create.ponder.radial_chassis.text_6": "Cada vez que un bloque está junto a una cara pegajosa...", - "create.ponder.radial_chassis.text_7": "...adjuntará todos los bloques alcanzables dentro de un radio en esa capa", - "create.ponder.radial_chassis.text_8": "Con una llave inglesa y usando la rueda de desplazamiento del ratón se puede especificar un radio preciso", - "create.ponder.radial_chassis.text_9": "Los bloques no alcanzables por ninguna cara adhesiva no se fijarán", - - "create.ponder.redstone_contact.header": "Contactos de redstone", - "create.ponder.redstone_contact.text_1": "Los contactos de redstone enfrentados emitirán una señal de redstone", - "create.ponder.redstone_contact.text_2": "Esto sigue siendo válido cuando uno de ellos forma parte de un artefacto en movimiento", - - "create.ponder.redstone_link.header": "Usar los enlaces de redstone", - "create.ponder.redstone_link.text_1": "Los enlaces de redstone pueden transmitir señales redstone de forma inalámbrica", - "create.ponder.redstone_link.text_2": "Mayús izdo. + clic derecho para cambiar el modo de recepción", - "create.ponder.redstone_link.text_3": "Un simple clic derecho con una llave inglesa puede hacer lo mismo", - "create.ponder.redstone_link.text_4": "Los receptores emiten la potencia de redstone de los transmisores en 128 bloques", - "create.ponder.redstone_link.text_5": "Colocando objetos en las dos ranuras puede especificar una frecuencia", - "create.ponder.redstone_link.text_6": "Sólo se comunicarán los enlaces con frecuencias coincidentes", - - "create.ponder.rope_pulley.header": "Mover estructuras con poleas de cuerda", - "create.ponder.rope_pulley.text_1": "Las poleas de cuerda pueden mover los bloques verticalmente cuando se les aplica una fuerza rotacional", - "create.ponder.rope_pulley.text_2": "La dirección y la velocidad del movimiento dependen de la fuerza rotacional suministrada", - - "create.ponder.rope_pulley_attachment.header": "Mover poleas como parte de un artefacto", - "create.ponder.rope_pulley_attachment.text_1": "Siempre que las poleas de cuerda sean movidas por un artefacto...", - "create.ponder.rope_pulley_attachment.text_2": "...su estructura adjunta será arrastrada con ella", - "create.ponder.rope_pulley_attachment.text_3": "Tenga en cuenta que las poleas de cuerda sólo se mueven cuando están paradas", - - "create.ponder.rope_pulley_modes.header": "Modos de movimiento de la polea de cuerda", - "create.ponder.rope_pulley_modes.text_1": "Cuando las poleas de cuerda dejan de moverse, la estructura movida vuelve a los bloques", - "create.ponder.rope_pulley_modes.text_2": "Puede configurarse para que no vuelva nunca a los bloques sólidos, o sólo en la ubicación en la que comenzó", - - "create.ponder.rose_quartz_lamp.header": "Lámparas de cuarzo rosado", - "create.ponder.rose_quartz_lamp.text_1": "Las lámparas de cuarzo rosado se activan con una señal de redstone", - "create.ponder.rose_quartz_lamp.text_2": "Continuarán emitiendo una señal de redstone", - "create.ponder.rose_quartz_lamp.text_3": "Cuando hay varias lámparas juntas...", - "create.ponder.rose_quartz_lamp.text_4": "...activar una lámpara hará que todas las demás se desactiven", - "create.ponder.rose_quartz_lamp.text_5": "Los comparadores emitirán una señal dependiendo de la distancia a la lámpara que está activada", - "create.ponder.rose_quartz_lamp.text_6": "Las lámparas también se pueden manejar manualmente con una llave inglesa", - - "create.ponder.rotation_speed_controller.header": "Usar el controlador de velocidad rotacional", - "create.ponder.rotation_speed_controller.text_1": "Los controladores de velocidad rotacional transmiten la rotación de su eje a un engranaje grande situado encima.", - "create.ponder.rotation_speed_controller.text_2": "Utilizando la rueda de desplazamiento del ratón, puede configurarse la velocidad rotacional", - - "create.ponder.sail.header": "Montar molinos de viento usando velas", - "create.ponder.sail.text_1": "Las velas son bloques muy útiles para crear molinos de viento", - "create.ponder.sail.text_2": "Se fijarán a los bloques y entre sí sin necesidad de pegamento o bloques de chasis", - "create.ponder.sail.text_3": "Clic derecho con un tinte para pintarlas", - "create.ponder.sail.text_4": "Clic derecho con una tijera para volver a convertirlas en marcos", - - "create.ponder.sail_frame.header": "Montar molinos de viento con marcos de vela", - "create.ponder.sail_frame.text_1": "Los marcos de vela son prácticos bloques para crear molinos de viento", - "create.ponder.sail_frame.text_2": "Se fijarán a los bloques y entre sí sin necesidad de pegamento o bloques de chasis", - - "create.ponder.sequenced_gearshift.header": "Controlar la velocidad de rotación mediante la caja de cambios secuenciales", - "create.ponder.sequenced_gearshift.text_1": "La caja de cambios secuencial retransmite la rotación siguiendo una lista cronometrada de instrucciones", - "create.ponder.sequenced_gearshift.text_2": "Haga clic con el botón derecho para abrir la interfaz de configuración", - "create.ponder.sequenced_gearshift.text_3": "Al recibir una señal de redstone, comenzará a ejecutar su secuencia configurada", - "create.ponder.sequenced_gearshift.text_4": "Una vez terminado, espera la siguiente señal de redstone y vuelve a empezar", - "create.ponder.sequenced_gearshift.text_5": "Se puede utilizar un comparador de redstone para leer el progreso actual", - - "create.ponder.shaft.header": "Transmitir fuerza rotacional mediante ejes", - "create.ponder.shaft.text_1": "Los ejes transmiten la rotación en línea recta.", - - "create.ponder.shaft_casing.header": "Ejes revestidos", - "create.ponder.shaft_casing.text_1": "Puedes utilizar el revestidor de latón o de andesita para decorar tus ejes", - - "create.ponder.smart_chute.header": "Filtrar objetos mediante ductos inteligentes", - "create.ponder.smart_chute.text_1": "Los ductos inteligentes son ductos verticales con control adicional", - "create.ponder.smart_chute.text_2": "Los objetos en la ranura para filtros especifican lo que pueden extraer y transferir exactamente", - "create.ponder.smart_chute.text_3": "Usa la rueda del ratón para especificar el tamaño de la pila extraída", - "create.ponder.smart_chute.text_4": "La energía de redstone impedirá que funcionen.", - - "create.ponder.smart_pipe.header": "Controlar el flujo de fluidos mediante tuberías inteligentes", - "create.ponder.smart_pipe.text_1": "Las tuberías inteligentes pueden ayudar a controlar los flujos por tipo de fluido", - "create.ponder.smart_pipe.text_2": "Cuando se colocan directamente en la fuente, pueden especificar el tipo de fluido a extraer", - "create.ponder.smart_pipe.text_3": "Simplemente haga clic derecho en su ranura de filtro con cualquier objeto que contenga el fluido deseado", - "create.ponder.smart_pipe.text_4": "Cuando se colocan detrás de una red de tuberías, las tuberías inteligentes sólo dejan que los fluidos coincidentes continúen", - - "create.ponder.speedometer.header": "Controlar la información cinética mediante el velocímetro", - "create.ponder.speedometer.text_1": "El velocímetro muestra la velocidad actual de los componentes conectados", - "create.ponder.speedometer.text_2": "Cuando se usan las gafas del ingeniero, el jugador puede obtener información más detallada del medidor", - "create.ponder.speedometer.text_3": "Los comparadores pueden emitir señales analógicas de redstone en relación con las mediciones del velocímetro", - - "create.ponder.spout_filling.header": "Llenar objetos con un surtidor", - "create.ponder.spout_filling.text_1": "El surtidor puede llenar los objetos capaces de retener fluidos que se encuentren debajo de él", - "create.ponder.spout_filling.text_2": "No se puede acceder manualmente al contenido de un surtidor", - "create.ponder.spout_filling.text_3": "En su lugar, se pueden utilizar tuberías para suministrarle fluidos", - "create.ponder.spout_filling.text_4": "Los objetos de entrada pueden colocarse en un depósito bajo el surtidor", - "create.ponder.spout_filling.text_5": "Cuando los objetos se proporcionan en una cinta...", - "create.ponder.spout_filling.text_6": "El surtidor los retendrá y procesará automáticamente", - - "create.ponder.stabilized_bearings.header": "Estabilizar artefactos estacionarios", - "create.ponder.stabilized_bearings.text_1": "Siempre que los rodamientos mecánicos formen parte de una estructura móvil...", - "create.ponder.stabilized_bearings.text_2": "...intentarán mantenerse derechos", - "create.ponder.stabilized_bearings.text_3": "Una vez más, el rodamiento se unirá al bloque de enfrente", - "create.ponder.stabilized_bearings.text_4": "Como resultado, todo el sub-artefacto se mantendrá en posición vertical", - - "create.ponder.steam_engine.header": "Instalación de motores de vapor", - "create.ponder.steam_engine.text_1": "Los motores de vapor se pueden colocar en depósitos de fluidos", - "create.ponder.steam_engine.text_10": "Nivel 4", - "create.ponder.steam_engine.text_11": "4 Motores", - "create.ponder.steam_engine.text_12": "Nivel 8", - "create.ponder.steam_engine.text_13": "8 Motores", - "create.ponder.steam_engine.text_2": "Haciendo clic en el motor con un eje se crea una salida cinética", - "create.ponder.steam_engine.text_3": "Con suficiente calor, agua y espacio de la caldera...", - "create.ponder.steam_engine.text_4": "...general fuerza rotacional", - "create.ponder.steam_engine.text_5": "Como mínimo se necesitan 4 depósitos de fluidos", - "create.ponder.steam_engine.text_6": "Con la ayuda de quemadores de blaze, la potencia resultante se puede incrementar", - "create.ponder.steam_engine.text_7": "Una mayor potencia requiere más agua, tamaño y calor", - "create.ponder.steam_engine.text_8": "La potencia de la caldera se puede inspeccionar con las gafas del ingeniero", - "create.ponder.steam_engine.text_9": "Con cada nivel de potencia que se añada, un motor adicional puede estar funcionando a su capacidad máxima", - - "create.ponder.steam_whistle.header": "Instalar silbatos de vapor", - "create.ponder.steam_whistle.text_1": "Los silbatos de vapor pueden colocarse en depósitos de fluidos", - "create.ponder.steam_whistle.text_2": "Si el depósito recibe suficiente calor...", - "create.ponder.steam_whistle.text_3": "...el silbato tocará una nota cuando sea activado", - "create.ponder.steam_whistle.text_4": "Usa el objeto del silbato en el bloque para bajar su tono", - "create.ponder.steam_whistle.text_5": "Cambia entre 3 octavas diferentes usando la llave inglesa", - "create.ponder.steam_whistle.text_6": "Las gafas del ingeniero te pueden ayudar a conocer el tono del silbato", - - "create.ponder.sticker.header": "Fijar bloques con pegatinas", - "create.ponder.sticker.text_1": "Las pegatinas son ideales para la fijación controlada por redstone de bloques", - "create.ponder.sticker.text_2": "Al recibir una señal, cambiará su estado", - "create.ponder.sticker.text_3": "Si ahora se mueve en un artefacto animado, el bloque se moverá con él", - "create.ponder.sticker.text_4": "Si se vuelve a activar, el bloque dejará de estar fijado", - - "create.ponder.stressometer.header": "Supervisar la información cinética con el estresómetro", - "create.ponder.stressometer.text_1": "El estresómetro muestra la capacidad de estrés actual de la red cinética conectada", - "create.ponder.stressometer.text_2": "Cuando se usan las gafas del ingeniero, el jugador puede obtener información más detallada del medidor", - "create.ponder.stressometer.text_3": "Los comparadores pueden emitir señales analógicas de redstone en relación con las mediciones del estresómetro", - - "create.ponder.super_glue.header": "Fijar bloques con pegamento", - "create.ponder.super_glue.text_1": "Se puede utilizar pegamento entre dos bloques cualquiera", - "create.ponder.super_glue.text_2": "Los bloques fijados se moverán juntos cuando se ensamblen en un artefacto", - "create.ponder.super_glue.text_3": "Cada vez que el pegamento es sostenido en la mano secundaria...", - "create.ponder.super_glue.text_4": "...los bloques añadidos se pegarán a la cara en la que fueron colocados automáticamente", - "create.ponder.super_glue.text_5": "El pegamento se puede quitar con un clic izquierdo", - "create.ponder.super_glue.text_6": "Bloques que cuelgan de otros normalmente no requieren pegamento", - - "create.ponder.track_chunks.header": "Atravesando chunks descargados", - "create.ponder.track_chunks.text_1": "Las vías siguen funcionando fuera de chunks cargados", - "create.ponder.track_chunks.text_2": "Los trenes atraviesan partes inactivas del mundo sin problemas", - "create.ponder.track_chunks.text_3": "Seguirán parándose en estaciones o en señales rojas", - "create.ponder.track_chunks.text_4": "Sin embargo, taladros y demás máquinas a bordo no estarán operativas", - "create.ponder.track_chunks.text_5": "Una vez está cerca de un jugador, el tren reaparecerá", - - "create.ponder.track_observer.header": "Detectar trenes", - "create.ponder.track_observer.text_1": "Selecciona una vía de tren y coloca el observador cerca", - "create.ponder.track_observer.text_2": "El observador detectará cualquier tren que pase por la marca", - "create.ponder.track_observer.text_3": "Los observadores pueden filtrar trenes con cierta mercancía", - - "create.ponder.track_placement.header": "Colocar vías de tren", - "create.ponder.track_placement.text_1": "Un nuevo tipo de raíl diseñado para trenes", - "create.ponder.track_placement.text_2": "Para colocar filas de vías en grandes cantidades, haz clic en una vía existente", - "create.ponder.track_placement.text_3": "Después coloca o selecciona una segunda vía", - "create.ponder.track_placement.text_4": "Las vías también se pueden colocar a modo de curvas o cuestas", - "create.ponder.track_placement.text_5": "Cuando se conectan, las vías intentarán hacer cada curva de igual tamaño", - "create.ponder.track_placement.text_6": "Manteniendo [Ctrl] mientras se conectan...", - "create.ponder.track_placement.text_7": "...creará adecuadamente la curva más larga posible", - "create.ponder.track_placement.text_8": "Los materiales en la mano secundaria serán enlosados debajo de las vías automáticamente", - - "create.ponder.track_portal.header": "Vías y el Nether", - "create.ponder.track_portal.text_1": "Las vías que se colocan mirando hacia un portal del nether...", - "create.ponder.track_portal.text_2": "...intentarán crear una vía enlazada al otro lado", - "create.ponder.track_portal.text_3": "Los trenes en este tipo de vías son ahora capaces de viajar entre dimensiones", - - "create.ponder.train_assembly.header": "Ensamblar trenes", - "create.ponder.train_assembly.text_1": "Selecciona una vía de tren y coloca la estación cerca", - "create.ponder.train_assembly.text_10": "Todo tren necesita controles de tren a bordo", - "create.ponder.train_assembly.text_11": "Opcionalmente puedes añadir otros controles de tren para poder ir en ambas direcciones", - "create.ponder.train_assembly.text_12": "Abre la interfaz de la estación y confirma el proceso de ensamblaje", - "create.ponder.train_assembly.text_13": "Los trenes solo pueden desensamblarse de nuevo en bloques en estaciones", - "create.ponder.train_assembly.text_14": "Cuando se usa sobre una estación, los mapas añaden un marcador en esa posición", - "create.ponder.train_assembly.text_15": "Los trenes ensamblados pueden reubicarse a vías cercanas usando la llave inglesa", - "create.ponder.train_assembly.text_2": "Las estaciones son los puntos de referencia de tu sistema de vías", - "create.ponder.train_assembly.text_3": "Para crear un nuevo tren, abre la interfaz y cambia al modo de ensamblaje", - "create.ponder.train_assembly.text_4": "Mientras se esté ensamblando un tren, ningún tren programado se acercará a esa estación", - "create.ponder.train_assembly.text_5": "Crea nuevos vagones usando revestidores de trenes sobre vías", - "create.ponder.train_assembly.text_6": "Haz clic sobre la vía de nuevo para cambiar el diseño del vagón", - "create.ponder.train_assembly.text_7": "Usa pegamento para unir bloques al vagón", - "create.ponder.train_assembly.text_8": "Los trenes ensamblados irán más rápido si encuentran combustible en los cofres o barriles del propio tren", - "create.ponder.train_assembly.text_9": "El combustible que se encuentre en bóvedas no se consumirá", - - "create.ponder.train_controls.header": "Controlar trenes", - "create.ponder.train_controls.text_1": "Los controladores de trenes son necesarios en cada artefacto móvil de tren", - "create.ponder.train_controls.text_2": "Una vez ensamblados, haz clic derecho en el bloque para empezar a conducir", - "create.ponder.train_controls.text_3": "Acelera y dirige el tren usando las teclas de movimiento", - "create.ponder.train_controls.text_4": "Si se desea, la velocidad máxima se puede afinar con la rueda del ratón", - "create.ponder.train_controls.text_5": "Mantén la barra espaciadora para acercarte a la estación más cercana", - "create.ponder.train_controls.text_6": "Los trenes solo pueden desensamblar en bloques en estaciones", - "create.ponder.train_controls.text_7": "Los silbatos de vapor a bordo pueden activarte con [Ctrl]", - "create.ponder.train_controls.text_8": "Usa mayús izdo. o clic de nuevo para parar de controlar el tren", - - "create.ponder.train_schedule.header": "Usar programaciones de tren", - "create.ponder.train_schedule.text_1": "Las programaciones permiten a los trenes ser controlados por otros conductores", - "create.ponder.train_schedule.text_2": "Haz clic derecho con el objeto en la mano para abrir la interfaz", - "create.ponder.train_schedule.text_3": "Una vez configurado, la programación puede usarse en el conductor", - "create.ponder.train_schedule.text_4": "Cualquier mob o quemador de blaze sentado en frente de los controles de tren es un posible conductor", - "create.ponder.train_schedule.text_5": "Las criaturas en riendas pueden adquirir su asiento de forma más conveniente", - "create.ponder.train_schedule.text_6": "Las programaciones pueden recuperarse de los conductores en cualquier momento", - - "create.ponder.train_signal_placement.header": "Colocar señales de tren", - "create.ponder.train_signal_placement.text_1": "Selecciona una vía de tren y coloca la señal cerca", - "create.ponder.train_signal_placement.text_2": "Las señales controlan el flujo de trenes no conducidos por jugadores", - "create.ponder.train_signal_placement.text_3": "Los trenes programados nunca cruzarán señales en la dirección opuesta", - "create.ponder.train_signal_placement.text_4": "...a menos que una segunda señal esté mirando el la posición opuesta.", - "create.ponder.train_signal_placement.text_5": "Los tubos nixie se pueden adherir para hacer que las señales sean más visibles", - - "create.ponder.train_signal_redstone.header": "Señales y redstone", - "create.ponder.train_signal_redstone.text_1": "Se puede forzar que una señal esté en rojo con una señal de redstone", - "create.ponder.train_signal_redstone.text_2": "De forma inversa, las señales rojas emiten una señal mediante comparador", - - "create.ponder.train_signal_signaling.header": "Prevención de colisiones con señales", - "create.ponder.train_signal_signaling.text_1": "Las señales de tren dividen una vía en segmentos", - "create.ponder.train_signal_signaling.text_2": "Si un segmento está ocupado, no se le permitirá el paso a ningún otro tren", - "create.ponder.train_signal_signaling.text_3": "Por lo tanto, cada segmento solo puede albergar un tren", - "create.ponder.train_signal_signaling.text_4": "Un segundo modo de señalización está disponible usando la llave inglesa", - "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", - "create.ponder.train_signal_signaling.text_6": "Esta señal especial puede hacer que se paren trenes bajo una segunda condición", - "create.ponder.train_signal_signaling.text_7": "Parará a trenes, los cuales cuando entren...", - "create.ponder.train_signal_signaling.text_8": "...no serán capaces de abandonar ese segmento inmediatamente", - "create.ponder.train_signal_signaling.text_9": "Esto ayuda a que los trenes tengan un orden en segmentos muy concurridos", - - "create.ponder.valve_handle.header": "Generar fuerza rotacional mediante asas de válvula", - "create.ponder.valve_handle.text_1": "Los jugadores pueden utilizar las asas de válvulas para aplicar fuerza rotacional manualmente", - "create.ponder.valve_handle.text_2": "Mantén pulsado el clic derecho para rotar en sentido contrario a las agujas del reloj", - "create.ponder.valve_handle.text_3": "Su velocidad de transmisión es lenta y precisa", - "create.ponder.valve_handle.text_4": "Mayús izdo. + clic derecho para rotar en el sentido de las agujas del reloj", - "create.ponder.valve_handle.text_5": "Las asas de las válvulas pueden teñirse con fines estéticos", - - "create.ponder.valve_pipe.header": "Controlar el flujo de fluidos mediante válvulas", - "create.ponder.valve_pipe.text_1": "Las tuberías con válvulas ayudan a controlar los fluidos que se propagan por las redes de tuberías", - "create.ponder.valve_pipe.text_2": "La entrada con eje controla si el fluido puede pasar", - "create.ponder.valve_pipe.text_3": "Dada una fuerza de rotación en la dirección de apertura, la válvula se abrirá", - "create.ponder.valve_pipe.text_4": "Se puede volver a cerrar invirtiendo el sentido del eje", - - "create.ponder.water_wheel.header": "Generar fuerza rotacional mediante ruedas hidráulicas", - "create.ponder.water_wheel.text_1": "Las ruedas hidráulicas extraen la fuerza de las corrientes de agua adyacentes", - "create.ponder.water_wheel.text_2": "Cuantas más caras se alimenten, más rápido girará", - "create.ponder.water_wheel.text_3": "Las paletas de las ruedas deben estar orientadas en contra del flujo", - "create.ponder.water_wheel.text_4": "Orientadas hacia el lado contrario, no serán tan eficaces", - - "create.ponder.weighted_ejector.header": "Usar eyectores de peso", - "create.ponder.weighted_ejector.text_1": "Mayús izdo. + clic derecho sosteniendo un eyector de peso para seleccionar la ubicación de destino", - "create.ponder.weighted_ejector.text_10": "Ahora estára limitado a este tamaño de pila, y sólo se activara cuando su pila retenida alcance esta cantidad", - "create.ponder.weighted_ejector.text_11": "Otras entidades activarán el eyector al pisarlos", - "create.ponder.weighted_ejector.text_2": "El eyector colocado lanzará ahora los objetos al lugar marcado", - "create.ponder.weighted_ejector.text_3": "Un objetivo válido puede estar a cualquier altura o distancia dentro del alcance", - "create.ponder.weighted_ejector.text_4": "Sin embargo, no pueden estar a un costado", - "create.ponder.weighted_ejector.text_5": "Si no se ha seleccionado ningún objetivo válido, simplemente se dirigirá al bloque que se encuentra justo delante", - "create.ponder.weighted_ejector.text_6": "Suminístralo fuerza rotacional para cargarlo", - "create.ponder.weighted_ejector.text_7": "Los objetos colocados en el eyector hacen que se dispare", - "create.ponder.weighted_ejector.text_8": "Si se dirigen a un inventario, el eyector esperará hasta que haya espacio", - "create.ponder.weighted_ejector.text_9": "Con la llave inglesa se puede configurar el tamaño de pila requerido", - - "create.ponder.weighted_ejector_redstone.header": "Controlar los eyectores de peso con redstone", - "create.ponder.weighted_ejector_redstone.text_1": "Cuando se alimentan con redstone, los eyectores no se activan", - "create.ponder.weighted_ejector_redstone.text_2": "Además, los observadores de contenido pueden detectar cuando los eyectores se activan", - - "create.ponder.weighted_ejector_tunnel.header": "Dividir pilas de objetos mediante eyectores de peso", - "create.ponder.weighted_ejector_tunnel.text_1": "En combinación con los túneles de latón, los eyectores de peso pueden dividir las pilas de objetos en cantidades específicas", - "create.ponder.weighted_ejector_tunnel.text_2": "En primer lugar, configure el túnel de latón en 'Preferir lo más cercano', para dar prioridad a su salida lateral", - "create.ponder.weighted_ejector_tunnel.text_3": "El tamaño de la pila fijado en el eyector determina ahora la cantidad que se va a dividir", - "create.ponder.weighted_ejector_tunnel.text_4": "Mientras una nueva pila del tamaño configurado se expulse por la salida lateral...", - "create.ponder.weighted_ejector_tunnel.text_5": "...el resto seguirá su camino", - - "create.ponder.windmill_source.header": "Generar fuerza rotacional mediante rodamientos de molino de viento", - "create.ponder.windmill_source.text_1": "Los rodamientos del molino de viento se fijan al bloque que tienen delante", - "create.ponder.windmill_source.text_2": "Crea una estructura móvil con la ayuda del pegamento", - "create.ponder.windmill_source.text_3": "Si se unen suficientes velas al bloque, éste puede actuar como un molino de viento", - "create.ponder.windmill_source.text_4": "Activado con un clic derecho, el rodamiento de molino de viento comenzará a proporcionar fuerza rotacional", - "create.ponder.windmill_source.text_5": "La cantidad de velas determina su velocidad de rotación", - "create.ponder.windmill_source.text_6": "Utiliza una llave inglesa para configurar su sentido de rotación", - "create.ponder.windmill_source.text_7": "Haga clic derecho sobre el rodamiento de molino de viento en cualquier momento para detener y editar la estructura de nuevo", - - "create.ponder.windmill_structure.header": "Artefactos estacionarios de molinos de viento", - "create.ponder.windmill_structure.text_1": "Cualquier estructura puede contar como un molino de viento válido, siempre que contenga al menos 8 velas.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/es_mx.json b/src/generated/resources/assets/create/lang/unfinished/es_mx.json deleted file mode 100644 index b8347915da..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/es_mx.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 75", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Ventana de acacia", - "block.create.acacia_window_pane": "Panel de ventana de acacia", - "block.create.adjustable_chain_gearshift": "Cadena de transmisión ajustable", - "block.create.analog_lever": "Palanca analógica", - "block.create.andesite_belt_funnel": "Embudo lateral de andesita", - "block.create.andesite_casing": "Caja de andesita", - "block.create.andesite_encased_cogwheel": "Engranaje revestido de andesita", - "block.create.andesite_encased_large_cogwheel": "Engranaje grande revestido de andesita", - "block.create.andesite_encased_shaft": "Eje revestido de andesita", - "block.create.andesite_funnel": "Embudo de andesita", - "block.create.andesite_ladder": "Escalera de mano de andesita", - "block.create.andesite_pillar": "Pilar de andesita", - "block.create.andesite_tunnel": "Túnel de Andesita", - "block.create.asurine": "Azurina", - "block.create.asurine_pillar": "Pilar de azurina", - "block.create.basin": "Cuenca", - "block.create.belt": "Cinta", - "block.create.birch_window": "Ventana de abedul", - "block.create.birch_window_pane": "Panel de ventana de abedul", - "block.create.black_nixie_tube": "Tubo Nixie negro", - "block.create.black_sail": "Vela negra", - "block.create.black_seat": "Asiento negro", - "block.create.black_toolbox": "Caja de herramientas negra", - "block.create.black_valve_handle": "Asa de válvula negra", - "block.create.blaze_burner": "Quemador de Blaze", - "block.create.blue_nixie_tube": "Tubo Nixie azul", - "block.create.blue_sail": "Vela azul", - "block.create.blue_seat": "Asiento azul", - "block.create.blue_toolbox": "Caja de herramientas azul", - "block.create.blue_valve_handle": "Asa de válvula azul", - "block.create.brass_belt_funnel": "Embudo lateral de latón", - "block.create.brass_block": "Bloque de latón", - "block.create.brass_casing": "Caja de latón", - "block.create.brass_encased_cogwheel": "Engranaje revestido de latón", - "block.create.brass_encased_large_cogwheel": "Engranaje grande revestido de latón", - "block.create.brass_encased_shaft": "Eje revestido de latón", - "block.create.brass_funnel": "Embudo de latón", - "block.create.brass_ladder": "Escalera de mano de latón", - "block.create.brass_tunnel": "Túnel de latón", - "block.create.brown_nixie_tube": "Tubo Nixie marrón", - "block.create.brown_sail": "Vela marrón", - "block.create.brown_seat": "Asiento marrón", - "block.create.brown_toolbox": "Caja de herramientas marrón", - "block.create.brown_valve_handle": "Asa de válvula marrón", - "block.create.calcite_pillar": "Pilar de calcita", - "block.create.cart_assembler": "Ensamblador de vagonetas", - "block.create.chocolate": "UNLOCALIZED: Chocolate", - "block.create.chute": "Ducto", - "block.create.clockwork_bearing": "Rodamiento tipo reloj", - "block.create.clutch": "Embrague", - "block.create.cogwheel": "Engranaje", - "block.create.content_observer": "Observador de contenido", - "block.create.controller_rail": "Raíl de control", - "block.create.controls": "Controles de tren", - "block.create.copper_backtank": "Depósito trasero de cobre", - "block.create.copper_casing": "Revestidor de cobre", - "block.create.copper_ladder": "Escalera de mano de cobre", - "block.create.copper_shingle_slab": "Losa de tejas de cobre", - "block.create.copper_shingle_stairs": "Escaleras de tejas de cobre", - "block.create.copper_shingles": "Bloque de tejas de cobre", - "block.create.copper_tile_slab": "Losa de baldosas de cobre", - "block.create.copper_tile_stairs": "Escaleras de baldosas de cobre", - "block.create.copper_tiles": "Bloque de baldosas de cobre", - "block.create.copper_valve_handle": "Asa de válvula de cobre", - "block.create.creative_crate": "Deposito creativo", - "block.create.creative_fluid_tank": "Tanque de fluidos creativo", - "block.create.creative_motor": "Motor creativo", - "block.create.crimsite": "Crisita", - "block.create.crimsite_pillar": "Pilar de crisita", - "block.create.crimson_window": "Ventana carmesí", - "block.create.crimson_window_pane": "Panel de ventana carmesí", - "block.create.crushing_wheel": "Rueda trituradora", - "block.create.crushing_wheel_controller": "Controlador de Rueda trituradora", - "block.create.cuckoo_clock": "Reloj cucú", - "block.create.cut_andesite": "Andesita cortada", - "block.create.cut_andesite_brick_slab": "Losa de ladrillos de andesita cortada", - "block.create.cut_andesite_brick_stairs": "Escaleras de ladrillos de andesita cortada", - "block.create.cut_andesite_brick_wall": "Muro de ladrillos de andesita cortada", - "block.create.cut_andesite_bricks": "Ladrillos de andesita cortada", - "block.create.cut_andesite_slab": "Losa de andesita cortada", - "block.create.cut_andesite_stairs": "Escaleras de andesite cortada", - "block.create.cut_andesite_wall": "Muro de andesita cortada", - "block.create.cut_asurine": "Azurina cortada", - "block.create.cut_asurine_brick_slab": "Losa de ladrillos de azurina cortada", - "block.create.cut_asurine_brick_stairs": "Escaleras de ladrillos de azurina cortada", - "block.create.cut_asurine_brick_wall": "Muro de ladrillos de azurina cortada", - "block.create.cut_asurine_bricks": "Ladrillos de azurina cortada", - "block.create.cut_asurine_slab": "Losa de azurina cortada", - "block.create.cut_asurine_stairs": "Escaleras de azurina cortada", - "block.create.cut_asurine_wall": "Muro de azurina cortada", - "block.create.cut_calcite": "Calcita cortada", - "block.create.cut_calcite_brick_slab": "Losa de ladrillos de calcita cortada", - "block.create.cut_calcite_brick_stairs": "Escaleras de ladrillos de calcita cortada", - "block.create.cut_calcite_brick_wall": "Muro de ladrillos de calcita cortada", - "block.create.cut_calcite_bricks": "Ladrillos de calcita cortada", - "block.create.cut_calcite_slab": "Losa de calcita cortada", - "block.create.cut_calcite_stairs": "Escaleras de calcita cortada", - "block.create.cut_calcite_wall": "Muro de calcita cortada", - "block.create.cut_crimsite": "Crisita cortada", - "block.create.cut_crimsite_brick_slab": "Losa de ladrillos de crisita cortada", - "block.create.cut_crimsite_brick_stairs": "Escaleras de ladrillos de crisita cortada", - "block.create.cut_crimsite_brick_wall": "Muro de ladrillos de crisita cortada", - "block.create.cut_crimsite_bricks": "Ladrillos de crisita cortada", - "block.create.cut_crimsite_slab": "Losa de crisita cortada", - "block.create.cut_crimsite_stairs": "Escaleras de crisita cortada", - "block.create.cut_crimsite_wall": "Muro de crisita cortada", - "block.create.cut_deepslate": "Pizarra profunda cortada", - "block.create.cut_deepslate_brick_slab": "Losa de ladrillos de pizarra profunda cortada", - "block.create.cut_deepslate_brick_stairs": "Escaleras de ladrillos de pizarra profunda cortada", - "block.create.cut_deepslate_brick_wall": "Muro de ladrillos de pizarra profunda cortada", - "block.create.cut_deepslate_bricks": "Ladrillos de pizarra profunda cortada", - "block.create.cut_deepslate_slab": "Losa de pizarra profunda cortada", - "block.create.cut_deepslate_stairs": "Escaleras de pizarra profunda cortada", - "block.create.cut_deepslate_wall": "Muro de pizarra profunda cortada", - "block.create.cut_diorite": "Diorita cortada", - "block.create.cut_diorite_brick_slab": "Losa de ladrillos de diorita cortada", - "block.create.cut_diorite_brick_stairs": "Escaleras de ladrillos de diorita cortada", - "block.create.cut_diorite_brick_wall": "Muro de ladrillos de diorita cortada", - "block.create.cut_diorite_bricks": "Ladrillos de diorita cortada", - "block.create.cut_diorite_slab": "Losa de diorita cortada", - "block.create.cut_diorite_stairs": "Escaleras de diorita cortada", - "block.create.cut_diorite_wall": "Muro de diorita cortada", - "block.create.cut_dripstone": "Bloque de espeleotema cortado", - "block.create.cut_dripstone_brick_slab": "Losa de ladrillos de espeleotema cortado", - "block.create.cut_dripstone_brick_stairs": "Escaleras de ladrillos de espeleotema cortado", - "block.create.cut_dripstone_brick_wall": "Muro de ladrillos de espeleotema cortado", - "block.create.cut_dripstone_bricks": "Ladrillos de espeleotema cortado", - "block.create.cut_dripstone_slab": "Losa de espeleotema cortado", - "block.create.cut_dripstone_stairs": "Escaleras de espeleotema cortado", - "block.create.cut_dripstone_wall": "Muro de espeleotema cortado", - "block.create.cut_granite": "Granito cortado", - "block.create.cut_granite_brick_slab": "Losa de ladrillos de granito cortado", - "block.create.cut_granite_brick_stairs": "Escaleras de ladrillos de granito cortado", - "block.create.cut_granite_brick_wall": "Muro de ladrillos de granito cortado", - "block.create.cut_granite_bricks": "Ladrillos de granito cortado", - "block.create.cut_granite_slab": "Losa de granito cortado", - "block.create.cut_granite_stairs": "Escaleras de granito cortado", - "block.create.cut_granite_wall": "Muro de granito cortado", - "block.create.cut_limestone": "Piedra caliza cortada", - "block.create.cut_limestone_brick_slab": "Losa de ladrillos de piedra caliza cortada", - "block.create.cut_limestone_brick_stairs": "Escaleras de ladrillos de piedra caliza cortada", - "block.create.cut_limestone_brick_wall": "Muro de ladrillos de piedra caliza cortada", - "block.create.cut_limestone_bricks": "Ladrillos de piedra caliza cortada", - "block.create.cut_limestone_slab": "Losa de piedra caliza cortada", - "block.create.cut_limestone_stairs": "Escaleras de piedra caliza cortada", - "block.create.cut_limestone_wall": "Muro de piedra caliza cortada", - "block.create.cut_ochrum": "Ocre cortado", - "block.create.cut_ochrum_brick_slab": "Losa de ladrillos de ocre cortado", - "block.create.cut_ochrum_brick_stairs": "Escaleras de ladrillos de ocre cortado", - "block.create.cut_ochrum_brick_wall": "Muro de ladrillos de ocre cortado", - "block.create.cut_ochrum_bricks": "Ladrillos de ocre cortado", - "block.create.cut_ochrum_slab": "Losa de ocre cortado", - "block.create.cut_ochrum_stairs": "Escaleras de ocre cortado", - "block.create.cut_ochrum_wall": "Muro de ocre cortado", - "block.create.cut_scorchia": "Oscoria cortada", - "block.create.cut_scorchia_brick_slab": "Losa de ladrillos de oscoria cortada", - "block.create.cut_scorchia_brick_stairs": "Escaleras de ladrillos de oscoria cortada", - "block.create.cut_scorchia_brick_wall": "Muro de ladrillos de oscoria cortada", - "block.create.cut_scorchia_bricks": "Ladrillos de oscoria cortada", - "block.create.cut_scorchia_slab": "Losa de oscoria cortada", - "block.create.cut_scorchia_stairs": "Escaleras de oscoria cortada", - "block.create.cut_scorchia_wall": "Muro de oscoria cortada", - "block.create.cut_scoria": "Escoria cortada", - "block.create.cut_scoria_brick_slab": "Losa de ladrillos de escoria cortada", - "block.create.cut_scoria_brick_stairs": "Escaleras de ladrillos de escoria cortada", - "block.create.cut_scoria_brick_wall": "Muro de ladrillos de escoria cortada", - "block.create.cut_scoria_bricks": "Ladrillos de escoria cortada", - "block.create.cut_scoria_slab": "Losa de escoria cortada", - "block.create.cut_scoria_stairs": "Escaleras de escoria cortada", - "block.create.cut_scoria_wall": "Muro de escoria cortada", - "block.create.cut_tuff": "Toba cortada", - "block.create.cut_tuff_brick_slab": "Losa de ladrillos de toba cortada", - "block.create.cut_tuff_brick_stairs": "Escaleras de ladrillos de toba cortada", - "block.create.cut_tuff_brick_wall": "Muro de ladrillos de toba cortada", - "block.create.cut_tuff_bricks": "Ladrillos de toba cortada", - "block.create.cut_tuff_slab": "Losa de toba cortada", - "block.create.cut_tuff_stairs": "Escaleras de toba cortada", - "block.create.cut_tuff_wall": "Muro de toba cortada", - "block.create.cut_veridium": "Veridio cortado", - "block.create.cut_veridium_brick_slab": "Losa de ladrillos de veridio cortado", - "block.create.cut_veridium_brick_stairs": "Escaleras de ladrillos de veridio cortado", - "block.create.cut_veridium_brick_wall": "Muro de ladrillos de veridio cortado", - "block.create.cut_veridium_bricks": "Ladrillos de veridio cortado", - "block.create.cut_veridium_slab": "Losa de veridio cortado", - "block.create.cut_veridium_stairs": "Escaleras de veridio cortado", - "block.create.cut_veridium_wall": "Muro de veridio cortado", - "block.create.cyan_nixie_tube": "Tubo Nixie cian", - "block.create.cyan_sail": "Vela cian", - "block.create.cyan_seat": "Asiento cian", - "block.create.cyan_toolbox": "Caja de herramientas cian", - "block.create.cyan_valve_handle": "Asa de válvula cian", - "block.create.dark_oak_window": "Ventana de roble oscuro", - "block.create.dark_oak_window_pane": "Panel de ventana de roble oscuro", - "block.create.deepslate_pillar": "Pilar de pizarra profunda", - "block.create.deepslate_zinc_ore": "Mena de cinc de pizarra profunda", - "block.create.deployer": "Desplegador", - "block.create.depot": "Depósito", - "block.create.diorite_pillar": "Pilar de diorita", - "block.create.display_board": "Pantalla de visualización", - "block.create.display_link": "Enlace de pantalla", - "block.create.dripstone_pillar": "Pilar de espeleotema", - "block.create.encased_chain_drive": "Cadena de transmisión revestida", - "block.create.encased_fan": "Ventilador revestido", - "block.create.encased_fluid_pipe": "Tubería de fluidos de cobre reforzada", - "block.create.exposed_copper_shingle_slab": "Losa de tejas de cobre expuesto", - "block.create.exposed_copper_shingle_stairs": "Escaleras de tejas de cobre expuesto", - "block.create.exposed_copper_shingles": "Bloque de tejas de cobre expuesto", - "block.create.exposed_copper_tile_slab": "Losa de baldosas de cobre expuesto", - "block.create.exposed_copper_tile_stairs": "Escaleras de baldosas de cobre expuesto", - "block.create.exposed_copper_tiles": "Blooque de baldosas de cobre expuesto", - "block.create.fake_track": "Indicador de vía para mapas", - "block.create.fluid_pipe": "Tubería de fluidos de cobre", - "block.create.fluid_tank": "Depósito de fluidos", - "block.create.fluid_valve": "Válvula de fluidos", - "block.create.flywheel": "Rueda de inercia", - "block.create.framed_glass": "Cristal enmarcado", - "block.create.framed_glass_door": "Puerta de cristal enmarcado", - "block.create.framed_glass_pane": "Panel de cristal enmarcado", - "block.create.framed_glass_trapdoor": "Trampilla de cristal enmarcado", - "block.create.gantry_carriage": "Carro de grúa", - "block.create.gantry_shaft": "Eje de grúa", - "block.create.gearbox": "Caja de transmisión", - "block.create.gearshift": "Caja de cambios", - "block.create.glass_fluid_pipe": "Tubería de fluidos de cristal", - "block.create.granite_pillar": "Pilar de granito", - "block.create.gray_nixie_tube": "Tubo Nixie gris", - "block.create.gray_sail": "Vela gris", - "block.create.gray_seat": "Asiento gris", - "block.create.gray_toolbox": "Caja de herramientas gris", - "block.create.gray_valve_handle": "Asa de válvula gris", - "block.create.green_nixie_tube": "Tubo Nixie verde", - "block.create.green_sail": "Vela verde", - "block.create.green_seat": "Asiento verde", - "block.create.green_toolbox": "Caja de herramientas verde", - "block.create.green_valve_handle": "Asa de válvula verde", - "block.create.hand_crank": "Manivela", - "block.create.haunted_bell": "Campana maldita", - "block.create.honey": "Miel", - "block.create.horizontal_framed_glass": "Cristal con marco horizontal", - "block.create.horizontal_framed_glass_pane": "Panel de cristal con marco horizontal", - "block.create.hose_pulley": "Polea de manguera", - "block.create.item_drain": "Drenador de objetos", - "block.create.item_vault": "Bóveda de objetos", - "block.create.jungle_window": "Ventana de jungla", - "block.create.jungle_window_pane": "Panel de ventana de jungla", - "block.create.large_bogey": "Vagón grande", - "block.create.large_cogwheel": "Engranaje grande", - "block.create.layered_andesite": "Andesita estratificada", - "block.create.layered_asurine": "Azurina estratificada", - "block.create.layered_calcite": "Calcita estratificada", - "block.create.layered_crimsite": "Crisita estratificada", - "block.create.layered_deepslate": "Pizarra profunda estratificada", - "block.create.layered_diorite": "Diorita estratificada", - "block.create.layered_dripstone": "Bloque de espeleotema estratificado", - "block.create.layered_granite": "Granito estratificado", - "block.create.layered_limestone": "Piedra caliza estratificada", - "block.create.layered_ochrum": "Ocre estratificado", - "block.create.layered_scorchia": "Oscoria estratificada", - "block.create.layered_scoria": "Escoria estratificada", - "block.create.layered_tuff": "Toba estratificada", - "block.create.layered_veridium": "Veridio estratificado", - "block.create.lectern_controller": "Controlador de atril", - "block.create.light_blue_nixie_tube": "Tubo Nixie azul claro", - "block.create.light_blue_sail": "Vela azul claro", - "block.create.light_blue_seat": "Asiento azul claro", - "block.create.light_blue_toolbox": "Caja de herramientas azul claro", - "block.create.light_blue_valve_handle": "Asa de válvula azul claro", - "block.create.light_gray_nixie_tube": "Tubo Nixie gris claro", - "block.create.light_gray_sail": "Vela gris claro", - "block.create.light_gray_seat": "Asiento gris claro", - "block.create.light_gray_toolbox": "Caja de herramientas gris claro", - "block.create.light_gray_valve_handle": "Asa de válvula gris claro", - "block.create.lime_nixie_tube": "Tubo Nixie lima", - "block.create.lime_sail": "Vela lima", - "block.create.lime_seat": "Asiento lima", - "block.create.lime_toolbox": "Caja de herramientas lima", - "block.create.lime_valve_handle": "Asa de válvula lima", - "block.create.limestone": "Piedra caliza", - "block.create.limestone_pillar": "Pilar de piedra caliza", - "block.create.linear_chassis": "Chasis lineal", - "block.create.lit_blaze_burner": "Quemador de Blaze encendido", - "block.create.magenta_nixie_tube": "Tubo Nixie magenta", - "block.create.magenta_sail": "Vela magenta", - "block.create.magenta_seat": "Asiento magenta", - "block.create.magenta_toolbox": "Caja de herramientas magenta", - "block.create.magenta_valve_handle": "Asa de válvula magenta", - "block.create.mechanical_arm": "Brazo mecánico", - "block.create.mechanical_bearing": "Rodamiento mecánico", - "block.create.mechanical_crafter": "Ensamblador mecánico", - "block.create.mechanical_drill": "Taladro mecánico", - "block.create.mechanical_harvester": "Cosechadora mecánica", - "block.create.mechanical_mixer": "Mezcladora mecánica", - "block.create.mechanical_piston": "Pistón mecánico", - "block.create.mechanical_piston_head": "Cabezal de pistón mecánico", - "block.create.mechanical_plough": "Arado mecánico", - "block.create.mechanical_press": "Prensa mecánica", - "block.create.mechanical_pump": "Bomba mecánica", - "block.create.mechanical_saw": "Sierra mecánica", - "block.create.metal_bracket": "Soporte de metal para ejes", - "block.create.metal_girder": "Viga de metal", - "block.create.metal_girder_encased_shaft": "Eje revestido con viga de metal", - "block.create.millstone": "Piedra de molino", - "block.create.minecart_anchor": "Ancla de vagonetas", - "block.create.mysterious_cuckoo_clock": "Reloj de cuco", - "block.create.nixie_tube": "Tubo Nixie", - "block.create.nozzle": "Boquilla", - "block.create.oak_window": "Ventana de roble", - "block.create.oak_window_pane": "Panel de ventana de roble", - "block.create.ochrum": "Ocre", - "block.create.ochrum_pillar": "Pilar de ocre", - "block.create.orange_sail": "Vela naranja", - "block.create.orange_seat": "Asiento naranja", - "block.create.orange_toolbox": "Caja de herramientas naranja", - "block.create.orange_valve_handle": "Asa de válvula naranja", - "block.create.ornate_iron_window": "Ventana de hierro ornamentada", - "block.create.ornate_iron_window_pane": "Panel de ventana de hierro ornamentada", - "block.create.oxidized_copper_shingle_slab": "Losa de tejas de cobre oxidado", - "block.create.oxidized_copper_shingle_stairs": "Escaleras de tejas de cobre oxidado", - "block.create.oxidized_copper_shingles": "Bloque de tejas de cobre oxidado", - "block.create.oxidized_copper_tile_slab": "Losa de baldosas de cobre oxidado", - "block.create.oxidized_copper_tile_stairs": "Escaleras de baldosas de cobre oxidado", - "block.create.oxidized_copper_tiles": "Bloque de baldosas de cobre oxidado", - "block.create.peculiar_bell": "Campana peculiar", - "block.create.pink_nixie_tube": "Tubo Nixie rosa", - "block.create.pink_sail": "Vela rosa", - "block.create.pink_seat": "Asiento rosa", - "block.create.pink_toolbox": "Caja de herramientas rosa", - "block.create.pink_valve_handle": "Asa de válvula rosa", - "block.create.piston_extension_pole": "Pértiga de extensión de pistón", - "block.create.placard": "Pancarta", - "block.create.polished_cut_andesite": "Andesita cortada pulida", - "block.create.polished_cut_andesite_slab": "Losa de andesita cortada pulida", - "block.create.polished_cut_andesite_stairs": "Escaleras de andesita cortada pulida", - "block.create.polished_cut_andesite_wall": "Muro de andesita cortada pulida", - "block.create.polished_cut_asurine": "Azurina cortada pulida", - "block.create.polished_cut_asurine_slab": "Losa de azurina cortada pulida", - "block.create.polished_cut_asurine_stairs": "Escaleras de azurina cortada pulida", - "block.create.polished_cut_asurine_wall": "Muro de azurina cortada pulida", - "block.create.polished_cut_calcite": "Calcita cortada pulida", - "block.create.polished_cut_calcite_slab": "Losa de calcita cortada pulida", - "block.create.polished_cut_calcite_stairs": "Escaleras de calcita cortada pulida", - "block.create.polished_cut_calcite_wall": "Muro de calcita cortada pulida", - "block.create.polished_cut_crimsite": "Crisita cortada pulida", - "block.create.polished_cut_crimsite_slab": "Losa de crisita cortada pulida", - "block.create.polished_cut_crimsite_stairs": "Escaleras de crisita cortada pulida", - "block.create.polished_cut_crimsite_wall": "Muro de crisita cortada pulida", - "block.create.polished_cut_deepslate": "Pizarra profunda cortada pulida", - "block.create.polished_cut_deepslate_slab": "Losa de pizarra profunda cortada pulida", - "block.create.polished_cut_deepslate_stairs": "Escaleras de pizarra profunda cortada pulida", - "block.create.polished_cut_deepslate_wall": "Muro de pizarra profunda cortada pulida", - "block.create.polished_cut_diorite": "Diorita cortada pulida", - "block.create.polished_cut_diorite_slab": "Losa de diorita cortada pulida", - "block.create.polished_cut_diorite_stairs": "Escaleras de diorita cortada pulida", - "block.create.polished_cut_diorite_wall": "Muro de diorita cortada pulida", - "block.create.polished_cut_dripstone": "Bloque de espeleotema cortado pulido", - "block.create.polished_cut_dripstone_slab": "Losa de espeleotema cortado pulido", - "block.create.polished_cut_dripstone_stairs": "Escaleras de espeleotema cortado pulido", - "block.create.polished_cut_dripstone_wall": "Muro de espeleotema cortado pulido", - "block.create.polished_cut_granite": "Granito cortado pulido", - "block.create.polished_cut_granite_slab": "Losa de granito cortado pulido", - "block.create.polished_cut_granite_stairs": "Escaleras de granito cortado pulido", - "block.create.polished_cut_granite_wall": "Muro de granito cortado pulido", - "block.create.polished_cut_limestone": "Piedra caliza cortada pulida", - "block.create.polished_cut_limestone_slab": "Losa de piedra caliza cortada pulida", - "block.create.polished_cut_limestone_stairs": "Escaleras de piedra caliza cortada pulida", - "block.create.polished_cut_limestone_wall": "Muro de piedra caliza cortada pulida", - "block.create.polished_cut_ochrum": "Ocre cortado pulido", - "block.create.polished_cut_ochrum_slab": "Losa de ocre cortado pulido", - "block.create.polished_cut_ochrum_stairs": "Escaleras de ocre cortado pulido", - "block.create.polished_cut_ochrum_wall": "Muro de ocre cortado pulido", - "block.create.polished_cut_scorchia": "Oscoria cortada pulida", - "block.create.polished_cut_scorchia_slab": "Losa de oscoria cortada pulida", - "block.create.polished_cut_scorchia_stairs": "Escalera de oscoria cortada pulida", - "block.create.polished_cut_scorchia_wall": "Muro de oscoria cortada pulida", - "block.create.polished_cut_scoria": "Escoria cortada pulida", - "block.create.polished_cut_scoria_slab": "Losa de escoria cortada pulida", - "block.create.polished_cut_scoria_stairs": "Escaleras de escoria cortada pulida", - "block.create.polished_cut_scoria_wall": "Muro de escoria cortada pulida", - "block.create.polished_cut_tuff": "Toba cortada pulida", - "block.create.polished_cut_tuff_slab": "Losa de toba cortada pulida", - "block.create.polished_cut_tuff_stairs": "Escaleras de toba cortada pulida", - "block.create.polished_cut_tuff_wall": "Muro de toba cortada pulida", - "block.create.polished_cut_veridium": "Veridio cortado pulido", - "block.create.polished_cut_veridium_slab": "Losa de veridio cortado pulido", - "block.create.polished_cut_veridium_stairs": "Escaleras de veridio cortado pulido", - "block.create.polished_cut_veridium_wall": "Muro de veridio cortado pulido", - "block.create.portable_fluid_interface": "Interfaz de fluidos portátil", - "block.create.portable_storage_interface": "Interfaz de almacenamiento portátil", - "block.create.powered_latch": "Palanca motorizada", - "block.create.powered_shaft": "Eje motorizado", - "block.create.powered_toggle_latch": "Palanca de cierre motorizada", - "block.create.pulley_magnet": "Imán de la polea", - "block.create.pulse_extender": "Extensor de pulso", - "block.create.pulse_repeater": "Repetidor de pulsos de redstone", - "block.create.purple_nixie_tube": "Tubo Nixie morado", - "block.create.purple_sail": "Vela morada", - "block.create.purple_seat": "Asiento morado", - "block.create.purple_toolbox": "Caja de herramientas púrpura", - "block.create.purple_valve_handle": "Asa de válvula morada", - "block.create.radial_chassis": "Chasis radial", - "block.create.railway_casing": "Revestidor de tren", - "block.create.raw_zinc_block": "Bloque de cinc en bruto", - "block.create.red_nixie_tube": "Tubo Nixie rojo", - "block.create.red_sail": "Vela roja", - "block.create.red_seat": "Asiento rojo", - "block.create.red_toolbox": "Caja de herramientas roja", - "block.create.red_valve_handle": "Asa de válvula roja", - "block.create.redstone_contact": "Contacto de redstone", - "block.create.redstone_link": "Enlace de redstone", - "block.create.refined_radiance_casing": "Caja radiante", - "block.create.rope": "Cuerda", - "block.create.rope_pulley": "Polea de cuerda", - "block.create.rose_quartz_block": "Bloque de cuarzo rosado", - "block.create.rose_quartz_lamp": "Lámpara de cuarzo rosado", - "block.create.rose_quartz_tiles": "Baldosas de cuarzo rosado", - "block.create.rotation_speed_controller": "Controlador de velocidad rotacional", - "block.create.sail_frame": "Marco de vela", - "block.create.schematic_table": "Tabla de esquemas", - "block.create.schematicannon": "Esquematicañón", - "block.create.scorchia": "Oscoria", - "block.create.scorchia_pillar": "Pilar de oscoria", - "block.create.scoria": "Escoria", - "block.create.scoria_pillar": "Pilar de escoria", - "block.create.secondary_linear_chassis": "Chasis lineal secundario", - "block.create.sequenced_gearshift": "Caja de cambios secuencial", - "block.create.shadow_steel_casing": "Revestidor sombrío", - "block.create.shaft": "Eje", - "block.create.small_andesite_brick_slab": "Losa de ladrillos pequeños de andesita", - "block.create.small_andesite_brick_stairs": "Escaleras de ladrillos pequeños de andesita", - "block.create.small_andesite_brick_wall": "Muro de ladrillos pequeños de andesita", - "block.create.small_andesite_bricks": "Ladrillos pequeños de andesita", - "block.create.small_asurine_brick_slab": "Losa de ladrillos pequeños de azurina", - "block.create.small_asurine_brick_stairs": "Escaleras de ladrillos pequeños de azurina", - "block.create.small_asurine_brick_wall": "Muro de ladrillos pequeños de azurina", - "block.create.small_asurine_bricks": "Ladrillos pequeños de azurina", - "block.create.small_bogey": "Vagón pequeño", - "block.create.small_calcite_brick_slab": "Losa de ladrillos pequeños de calcita", - "block.create.small_calcite_brick_stairs": "Escaleras de ladrillos pequeños de calcita", - "block.create.small_calcite_brick_wall": "Muro de ladrillos pequeños de calcita", - "block.create.small_calcite_bricks": "Ladrillos pequeños de calcita", - "block.create.small_crimsite_brick_slab": "Losa de ladrillos pequeños de crisita", - "block.create.small_crimsite_brick_stairs": "Escaleras de ladrillos pequeños de crisita", - "block.create.small_crimsite_brick_wall": "Muro de ladrillos pequeños de crisita", - "block.create.small_crimsite_bricks": "Ladrillos pequeños de crisita", - "block.create.small_deepslate_brick_slab": "Losa de ladrillos pequeños de pizarra profunda", - "block.create.small_deepslate_brick_stairs": "Escaleras de ladrillos pequeños de pizarra profunda", - "block.create.small_deepslate_brick_wall": "Muro de ladrillos pequeños de pizarra profunda", - "block.create.small_deepslate_bricks": "Ladrillos pequeños de pizarra profunda", - "block.create.small_diorite_brick_slab": "Losa de ladrillos pequeños de diorita", - "block.create.small_diorite_brick_stairs": "Escaleras de ladrillos pequeños de diorita", - "block.create.small_diorite_brick_wall": "Muro de ladrillos pequeños de diorita", - "block.create.small_diorite_bricks": "Ladrillos pequeños de diorita", - "block.create.small_dripstone_brick_slab": "Losa de ladrillos pequeños de espeleotema", - "block.create.small_dripstone_brick_stairs": "Escaleras de ladrillos pequeños de espeleotema", - "block.create.small_dripstone_brick_wall": "Muro de ladrillos pequeños de espeleotema", - "block.create.small_dripstone_bricks": "Ladrillos pequeños de espeleotema", - "block.create.small_granite_brick_slab": "Losa de ladrillos pequeños de granito", - "block.create.small_granite_brick_stairs": "Escaleras de ladrillos pequeños de granito", - "block.create.small_granite_brick_wall": "Muro de ladrillos pequeños de granito", - "block.create.small_granite_bricks": "Ladrillos pequeños de granito", - "block.create.small_limestone_brick_slab": "Losa de ladrillos pequeños de piedra caliza", - "block.create.small_limestone_brick_stairs": "Escaleras de ladrillos pequeños de piedra caliza", - "block.create.small_limestone_brick_wall": "Muro de ladrillos pequeños de piedra caliza", - "block.create.small_limestone_bricks": "Ladrillos pequeños de piedra caliza", - "block.create.small_ochrum_brick_slab": "Losa de ladrillos pequeños de ocre", - "block.create.small_ochrum_brick_stairs": "Escalera de ladrillos pequeños de ocre", - "block.create.small_ochrum_brick_wall": "Muro de ladrillos pequeños de ocre", - "block.create.small_ochrum_bricks": "Ladrillos pequeños de ocre", - "block.create.small_rose_quartz_tiles": "Baldosas pequeñas de cuarzo rosado", - "block.create.small_scorchia_brick_slab": "Losa de ladrillos pequeños de oscoria", - "block.create.small_scorchia_brick_stairs": "Escaleras de ladrillos pequeños de oscoria", - "block.create.small_scorchia_brick_wall": "Muro de ladrillos pequeños de oscoria", - "block.create.small_scorchia_bricks": "Ladrillos pequeños de oscoria", - "block.create.small_scoria_brick_slab": "Losa de ladrillos pequeños de escoria", - "block.create.small_scoria_brick_stairs": "Escaleras de ladrillos pequeños de escoria", - "block.create.small_scoria_brick_wall": "Muro de ladrillos pequeños de escoria", - "block.create.small_scoria_bricks": "Ladrillos pequeños de escoria", - "block.create.small_tuff_brick_slab": "Losa de ladrillos pequeños de toba", - "block.create.small_tuff_brick_stairs": "Escaleras de ladrillos pequeños de toba", - "block.create.small_tuff_brick_wall": "Muro de ladrillos pequeños de toba", - "block.create.small_tuff_bricks": "Ladrillos pequeños de toba", - "block.create.small_veridium_brick_slab": "Losa de ladrillos pequeños de veridio", - "block.create.small_veridium_brick_stairs": "Escaleras de ladrillos pequeños de veridio", - "block.create.small_veridium_brick_wall": "Muro de ladrillos pequeños de veridio", - "block.create.small_veridium_bricks": "Ladrillos pequeños de veridio", - "block.create.smart_chute": "Ducto inteligente", - "block.create.smart_fluid_pipe": "Tubería de fluidos inteligente", - "block.create.speedometer": "Velocímetro", - "block.create.spout": "Surtidor", - "block.create.spruce_window": "Ventana de abeto", - "block.create.spruce_window_pane": "Panel de ventana de abeto", - "block.create.steam_engine": "Motor de vapor", - "block.create.steam_whistle": "Silbato de vapor", - "block.create.steam_whistle_extension": "Extensión de silbato de vapor", - "block.create.sticker": "Pegatina", - "block.create.sticky_mechanical_piston": "Pistón mecánico pegajoso", - "block.create.stockpile_switch": "Interruptor de acopio", - "block.create.stressometer": "Estresómetro", - "block.create.tiled_glass": "Vidrio esmaltado", - "block.create.tiled_glass_pane": "Panel de vidrio esmaltado", - "block.create.track": "Vía de tren", - "block.create.track_observer": "Observador de tren", - "block.create.track_signal": "Señal de tren", - "block.create.track_station": "Estación de tren", - "block.create.train_door": "Puerta de tren", - "block.create.train_trapdoor": "Trampilla de tren", - "block.create.tuff_pillar": "Pilar de toba", - "block.create.turntable": "Plataforma giratoria mecánica", - "block.create.veridium": "Veridio", - "block.create.veridium_pillar": "Pilar de veridio", - "block.create.vertical_framed_glass": "Vidrio esmaltado vertical", - "block.create.vertical_framed_glass_pane": "Panel de vidrio esmaltado vertical", - "block.create.warped_window": "Ventana distorsionada", - "block.create.warped_window_pane": "Panel de ventana distorsionada", - "block.create.water_wheel": "Rueda hidráulica mecánica", - "block.create.waxed_copper_shingle_slab": "Losa de tejas de cobre encerado", - "block.create.waxed_copper_shingle_stairs": "Escaleras de tejas de cobre encerado", - "block.create.waxed_copper_shingles": "Bloque de tejas de cobre encerado", - "block.create.waxed_copper_tile_slab": "Losa de baldosas de cobre encerado", - "block.create.waxed_copper_tile_stairs": "Escaleras de baldosas de cobre encerado", - "block.create.waxed_copper_tiles": "Bloque de baldosas de cobre encerado", - "block.create.waxed_exposed_copper_shingle_slab": "Losa de tejas de cobre expuesto encerado", - "block.create.waxed_exposed_copper_shingle_stairs": "Escaleras de tejas de cobre expuesto encerado", - "block.create.waxed_exposed_copper_shingles": "Bloque de tejas de cobre expuesto encerado", - "block.create.waxed_exposed_copper_tile_slab": "Losa de baldosas de cobre expuesto encerado", - "block.create.waxed_exposed_copper_tile_stairs": "Escaleras de baldosas de cobre expuesto encerado", - "block.create.waxed_exposed_copper_tiles": "Bloque de baldosas de cobre expuesto encerado", - "block.create.waxed_oxidized_copper_shingle_slab": "Losa de tejas de cobre oxidado encerado", - "block.create.waxed_oxidized_copper_shingle_stairs": "Escaleras de tejas de cobre oxidado encerado", - "block.create.waxed_oxidized_copper_shingles": "Bloque de tejas de cobre oxidado encerado", - "block.create.waxed_oxidized_copper_tile_slab": "Losa de baldosas de cobre oxidado encerado", - "block.create.waxed_oxidized_copper_tile_stairs": "Escaleras de baldosas de cobre oxidado encerado", - "block.create.waxed_oxidized_copper_tiles": "Bloque de baldosas de cobre oxidado encerado", - "block.create.waxed_weathered_copper_shingle_slab": "Losa de tejas de cobre degradado encerado", - "block.create.waxed_weathered_copper_shingle_stairs": "Escaleras de tejas de cobre degradado encerado", - "block.create.waxed_weathered_copper_shingles": "Bloque de tejas de cobre degradado encerado", - "block.create.waxed_weathered_copper_tile_slab": "Losa de baldosas de cobre degradado encerado", - "block.create.waxed_weathered_copper_tile_stairs": "Escaleras de baldosas de cobre degradado encerado", - "block.create.waxed_weathered_copper_tiles": "Bloque de baldosas de cobre degradado encerado", - "block.create.weathered_copper_shingle_slab": "Losa de tejas de cobre degradado", - "block.create.weathered_copper_shingle_stairs": "Escaleras de tejas de cobre degradado", - "block.create.weathered_copper_shingles": "Bloque de tejas de cobre degradado", - "block.create.weathered_copper_tile_slab": "Losa de baldosas de cobre degradado", - "block.create.weathered_copper_tile_stairs": "Escaleras de baldosas de cobre degradado", - "block.create.weathered_copper_tiles": "Bloque de baldosas de cobre degradado", - "block.create.weighted_ejector": "Eyector de peso", - "block.create.white_nixie_tube": "Tubo Nixie blanco", - "block.create.white_sail": "Vela blanca", - "block.create.white_seat": "Asiento blanco", - "block.create.white_toolbox": "Caja de herramientas blanca", - "block.create.white_valve_handle": "Asa de válvula blanco", - "block.create.windmill_bearing": "Rodamiento de molino de viento", - "block.create.wooden_bracket": "Soporte de madera para ejes", - "block.create.yellow_nixie_tube": "Tubo Nixie amarillo", - "block.create.yellow_sail": "Vela amarilla", - "block.create.yellow_seat": "Asiento amarillo", - "block.create.yellow_toolbox": "Caja de herramientas amarilla", - "block.create.yellow_valve_handle": "Asa de válvula amarillo", - "block.create.zinc_block": "Bloque de cinc", - "block.create.zinc_ore": "Mena de cinc", - - "enchantment.create.capacity": "Capacidad", - "enchantment.create.potato_recovery": "Recuperación de papas", - - "entity.create.carriage_contraption": "Artefacto animado de carruaje", - "entity.create.contraption": "Artefacto animado", - "entity.create.crafting_blueprint": "Plano de elaboración", - "entity.create.gantry_contraption": "Artefacto móvil de grúa", - "entity.create.potato_projectile": "Proyectil de papa", - "entity.create.seat": "Asiento", - "entity.create.stationary_contraption": "Artefacto estacionario", - "entity.create.super_glue": "Pegamento", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "Poción", - "fluid.create.tea": "Té del Constructor", - - "item.create.andesite_alloy": "Aleación de andesita", - "item.create.attribute_filter": "Filtro de atributos", - "item.create.bar_of_chocolate": "Barra de chocolate", - "item.create.belt_connector": "Correa mecánica", - "item.create.blaze_cake": "Pastel de blaze", - "item.create.blaze_cake_base": "Base de pastel de blaze", - "item.create.brass_hand": "Mano de latón", - "item.create.brass_ingot": "Lingote de latón", - "item.create.brass_nugget": "Pepita de latón", - "item.create.brass_sheet": "Lámina de latón", - "item.create.builders_tea": "Té del Constructor", - "item.create.chest_minecart_contraption": "Artefacto móvil de vagoneta con cofre", - "item.create.chocolate_bucket": "Cubo con chocolate", - "item.create.chocolate_glazed_berries": "Bayas glaseadas con chocolate", - "item.create.chromatic_compound": "Compuesto cromático", - "item.create.cinder_flour": "Harina del Nether", - "item.create.copper_backtank": "Depósito trasero de cobre", - "item.create.copper_backtank_placeable": "Depósito de cobre colocable", - "item.create.copper_nugget": "Pepita de cobre", - "item.create.copper_sheet": "Lámina de cobre", - "item.create.crafter_slot_cover": "Tapa de ranura del ensamblador mecánico", - "item.create.crafting_blueprint": "Plano de elaboración", - "item.create.creative_blaze_cake": "Pastel de blaze creativo", - "item.create.crushed_aluminum_ore": "Mineral de aluminio molido", - "item.create.crushed_copper_ore": "Mineral de cobre molido", - "item.create.crushed_gold_ore": "Mineral de oro molido", - "item.create.crushed_iron_ore": "Mineral de hierro molido", - "item.create.crushed_lead_ore": "Mineral de plomo molido", - "item.create.crushed_nickel_ore": "Mineral de níquel molido", - "item.create.crushed_osmium_ore": "Mineral de osmio molido", - "item.create.crushed_platinum_ore": "Mineral de platino molido", - "item.create.crushed_quicksilver_ore": "Mineral de mercurio molido", - "item.create.crushed_silver_ore": "Mineral de plata molido", - "item.create.crushed_tin_ore": "Mineral de estaño molido", - "item.create.crushed_uranium_ore": "Mineral de uranio molido", - "item.create.crushed_zinc_ore": "Mineral de cinc molido", - "item.create.diving_boots": "Botas de buceo", - "item.create.diving_helmet": "Casco de buceo", - "item.create.dough": "Masa", - "item.create.electron_tube": "Tubo de electrones", - "item.create.empty_blaze_burner": "Quemador de blaze vacío", - "item.create.empty_schematic": "Esquema vacío", - "item.create.experience_nugget": "Pepita de experiencia", - "item.create.extendo_grip": "Agarre extendido", - "item.create.filter": "Filtro", - "item.create.furnace_minecart_contraption": "Artefacto móvil de vagoneta con horno", - "item.create.goggles": "Gafas del ingeniero", - "item.create.golden_sheet": "Lámina de oro", - "item.create.handheld_worldshaper": "Moldeador de mundos", - "item.create.honey_bucket": "Cubo con miel", - "item.create.honeyed_apple": "Manzana con miel", - "item.create.incomplete_precision_mechanism": "Mecanismo de precisión incompleto", - "item.create.incomplete_track": "Vía incompleta", - "item.create.iron_sheet": "Lámina de hierro", - "item.create.linked_controller": "Controlador enlazado", - "item.create.minecart_contraption": "Artefacto móvil de vagoneta", - "item.create.minecart_coupling": "Acoplamiento de vagoneta", - "item.create.polished_rose_quartz": "Cuarzo rosado pulido", - "item.create.potato_cannon": "Cañón de papas", - "item.create.powdered_obsidian": "Polvo de obsidiana", - "item.create.precision_mechanism": "Mecanismo de precisión", - "item.create.propeller": "Hélice", - "item.create.raw_zinc": "Cinc en bruto", - "item.create.red_sand_paper": "Papel de lija rojo", - "item.create.refined_radiance": "Resplandor refinado", - "item.create.rose_quartz": "Cuarzo rosado", - "item.create.sand_paper": "Papel de lija", - "item.create.schedule": "Programación de tren", - "item.create.schematic": "Esquema", - "item.create.schematic_and_quill": "Esquema y pluma", - "item.create.shadow_steel": "Acero sombrío", - "item.create.sturdy_sheet": "Lámina robusta", - "item.create.super_glue": "Pegamento", - "item.create.sweet_roll": "Ensaimada", - "item.create.tree_fertilizer": "Fertilizante para árboles", - "item.create.unprocessed_obsidian_sheet": "Lámina de obsidiana sin procesar", - "item.create.vertical_gearbox": "Caja de transmisión vertical", - "item.create.wand_of_symmetry": "Varita de simetría", - "item.create.wheat_flour": "Harina de trigo", - "item.create.whisk": "Batidora", - "item.create.wrench": "Llave inglesa", - "item.create.zinc_ingot": "Lingote de cinc", - "item.create.zinc_nugget": "Pepita de cinc", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Bienvenido a Create", - "advancement.create.root.desc": "¡Es hora de empezar a construir increíbles artefactos animados!", - "advancement.create.andesite_alloy": "Aliteraciones a montones", - "advancement.create.andesite_alloy.desc": "Los materiales de Create tienen nombres extraños, la aleación de andesita es uno de ellos.", - "advancement.create.andesite_casing": "La edad de la andesita", - "advancement.create.andesite_casing.desc": "Utiliza un poco de aleación de andesita y madera para crear una caja básica.", - "advancement.create.mechanical_press": "Bonk", - "advancement.create.mechanical_press.desc": "Crea láminas en una prensa mecánica", - "advancement.create.encased_fan": "Fabricante de viento", - "advancement.create.encased_fan.desc": "Coloca y activa un ventilador revestido", - "advancement.create.fan_processing": "Procesado por partículas", - "advancement.create.fan_processing.desc": "Usa un ventilador revestido para procesar materiales", - "advancement.create.saw_processing": "El más temido del taller", - "advancement.create.saw_processing.desc": "Usa una sierra mecánica boca arriba para procesar materiales", - "advancement.create.compacting": "Compactificación", - "advancement.create.compacting.desc": "Usa una prensa y una cuenca para crear pocos objetos de muchos objetos", - "advancement.create.belt": "Paseo de algas", - "advancement.create.belt.desc": "Conecta dos ejes con una cinta.", - "advancement.create.funnel": "Estética de aeropuerto", - "advancement.create.funnel.desc": "Extrae o inserta objetos en un contenedor usando un embudo", - "advancement.create.chute": "Caída en picado", - "advancement.create.chute.desc": "Coloque un ducto, la contrapartida vertical de la cinta mecánica.", - "advancement.create.mechanical_mixer": "Bien mezcladito", - "advancement.create.mechanical_mixer.desc": "Combina ingredientes en una mezcladora mecánica", - "advancement.create.burner": "Hoguera con sentimientos", - "advancement.create.burner.desc": "Obtén un quemador de blaze", - "advancement.create.water_wheel": "Aprovechar la hidráulica", - "advancement.create.water_wheel.desc": "Coloca una rueda hidráulica e intenta hacerla girar.", - "advancement.create.windmill": "Una suave brisa", - "advancement.create.windmill.desc": "Monta un molino de viento.", - "advancement.create.shifting_gears": "Cambiando de marcha", - "advancement.create.shifting_gears.desc": "Conecta un engranaje grande a una pequeña, lo que te permitirá cambiar la velocidad rotacional.", - "advancement.create.millstone": "Triturador de bolsillo", - "advancement.create.millstone.desc": "Coloca y alimenta una piedra de molino.", - "advancement.create.super_glue": "Área de conexión", - "advancement.create.super_glue.desc": "Pega varios bloques en un grupo", - "advancement.create.contraption_actors": "Moviéndose con un propósito", - "advancement.create.contraption_actors.desc": "Crea un artefacto móvil que contenga taladros, sierras o cosechadoras", - "advancement.create.portable_storage_interface": "Intercambio de autoservicio", - "advancement.create.portable_storage_interface.desc": "Usa una interfaz de almacenamiento portátil para introducir o extraer objetos de un artefacto móvil", - "advancement.create.wrench_goggles": "Equipado", - "advancement.create.wrench_goggles.desc": "Equípate las gafas del ingeniero y una llave inglesa", - "advancement.create.stressometer": "Pero, ¿cuán estresado exactamente?", - "advancement.create.stressometer.desc": "Coloca y alimenta un estresómetro. Míralo a través de las gafas del ingeniero para leer su valor exacto.", - "advancement.create.cuckoo_clock": "¿Llegó la hora?", - "advancement.create.cuckoo_clock.desc": "Sé testigo del reloj de cuco avisando la hora de dormir", - "advancement.create.windmill_maxed": "Una fuerte brisa", - "advancement.create.windmill_maxed.desc": "Ensambla un molino de viento de máxima potencia", - "advancement.create.ejector_maxed": "Campeón de trampolín", - "advancement.create.ejector_maxed.desc": "Haz que un eyector de peso te lance mas allá de 30 bloques", - "advancement.create.pulley_maxed": "Cuerda huida", - "advancement.create.pulley_maxed.desc": "Usa una polea de cuerda por más de 200 bloques", - "advancement.create.cart_pickup": "Brazos fuertes", - "advancement.create.cart_pickup.desc": "Recoge un artefacto móvil de vagoneta de al menos 200 bloques", - "advancement.create.anvil_plough": "Artillería de herrero", - "advancement.create.anvil_plough.desc": "Lanza un yunque con un eyector de peso", - "advancement.create.lava_wheel_00000": "Rueda de magma", - "advancement.create.lava_wheel_00000.desc": "No debería de haber funcionado§7\n(Logro oculto)", - "advancement.create.hand_crank_000": "Sesión de entrenamiento", - "advancement.create.hand_crank_000.desc": "Usa una manivela hasta que te agotes por completo§7\n(Logro Oculto)", - "advancement.create.belt_funnel_kiss": "Los loros y las aletas", - "advancement.create.belt_funnel_kiss.desc": "Haz que se besen dos embudos montados en una cinta mecánica.", - "advancement.create.stressometer_maxed": "Perfectamente estresado", - "advancement.create.stressometer_maxed.desc": "Obtén una lectura de 100% de un estresómetro§7\n(Logro oculto)", - "advancement.create.copper": "Rocas más robustas", - "advancement.create.copper.desc": "Consigue cobre para tus explocationes en la manipulación de fluidos", - "advancement.create.copper_casing": "La Edad de Cobre", - "advancement.create.copper_casing.desc": "Utiliza algunas láminas de cobre y madera para crear algunas cajas de cobre.", - "advancement.create.spout": "¡Paf!", - "advancement.create.spout.desc": "Observa como se llena un objeto con algún fluido usando una boquilla.", - "advancement.create.drain": "Tambor de drenaje", - "advancement.create.drain.desc": "Mira cómo un objeto que contiene un fluido se vacía usando un drenador de objetos", - "advancement.create.steam_engine": "La central eléctrica", - "advancement.create.steam_engine.desc": "Usa un motor de vapor para generar torque", - "advancement.create.steam_whistle": "Voz angelical", - "advancement.create.steam_whistle.desc": "Activa un silbato de vapor", - "advancement.create.backtank": "¡Qué presión!", - "advancement.create.backtank.desc": "Crea un depósito trasero de cobre y haz que acumule presión de aire", - "advancement.create.diving_suit": "Preparado para las profundidades", - "advancement.create.diving_suit.desc": "Equípate un casco de buceo junto a tu depósito trasero y sumérgete en el agua", - "advancement.create.mechanical_pump_0": "Bajo presión", - "advancement.create.mechanical_pump_0.desc": "Coloca y activa una bomba mecánica", - "advancement.create.glass_pipe": "Espía del flujo", - "advancement.create.glass_pipe.desc": "Observa cómo se propaga el fluido a través de un tubo de fluidos con ventanas. Los tubos de fluido rectos se convierten en ventanas cuando se utiliza una llave inglesa en ellas.", - "advancement.create.water_supply": "Colector de charcos", - "advancement.create.water_supply.desc": "Usa el final de una tubería para recoger o verter agua", - "advancement.create.hose_pulley": "Vertidos industriales", - "advancement.create.hose_pulley.desc": "Baja una polea de manguera y ve cómo se vacía o se llena un cuerpo de líquido.", - "advancement.create.chocolate_bucket": "Un mundo de imaginación", - "advancement.create.chocolate_bucket.desc": "Obtén un cubo de chocolate derretido", - "advancement.create.honey_drain": "Apicultura autónoma", - "advancement.create.honey_drain.desc": "Usa tuberías para sacar miel de una colmena o apiario", - "advancement.create.hose_pulley_lava": "Tocando el manto", - "advancement.create.hose_pulley_lava.desc": "Extrae lava de una piscina de lava suficientemente grande para considerarse infinita", - "advancement.create.steam_engine_maxed": "A todo vapor", - "advancement.create.steam_engine_maxed.desc": "Ten una caldera al niveo de potencia máximo", - "advancement.create.foods": "Dieta balanceada", - "advancement.create.foods.desc": "Crea bayas glaseadas con chocolate, una manzana con miel y una ensaimada; todas por la misma boquilla", - "advancement.create.diving_suit_lava": "Nadando con los lavagantes", - "advancement.create.diving_suit_lava.desc": "Intenta bucear en lava con tu equipo de buceo§7\n(Logro oculto)", - "advancement.create.chained_drain": "UNLOCALIZED: On a Roll", - "advancement.create.chained_drain.desc": "Watch an Item move across a row of Item Drains§7\n(Hidden Advancement)", - "advancement.create.cross_streams": "Don't cross the Streams!", - "advancement.create.cross_streams.desc": "Mira cómo dos fluidos se encuentran en tu sistema de tuberías§7\n(Logro oculto)", - "advancement.create.pipe_organ": "Órgano de tuberías", - "advancement.create.pipe_organ.desc": "Coloca 12 silbatos de vapor con un tono único al mismo depósito de fluidos§7\n(Logro oculto)", - "advancement.create.brass": "Aleaciones reales", - "advancement.create.brass.desc": "Utiliza cobre molido y cinc molido para crear algo de latón.", - "advancement.create.brass_casing": "La Edad de Latón", - "advancement.create.brass_casing.desc": "Utiliza el latón recién obtenido y algo de madera para crear una caja más avanzada.", - "advancement.create.rose_quartz": "Diamantes rosas", - "advancement.create.rose_quartz.desc": "Pule cuarzo rosado", - "advancement.create.deployer": "Picar, colocar y atacar", - "advancement.create.deployer.desc": "Coloca y potencia un desplegador, el reflejo perfecto de ti mismo.", - "advancement.create.precision_mechanism": "Curiosidades complejas", - "advancement.create.precision_mechanism.desc": "Monta un mecanismo de precisión.", - "advancement.create.speed_controller": "¡Los ingenieros lo odian!", - "advancement.create.speed_controller.desc": "Coloca un controlador de velocidad rotacional, el dispositivo definitivo para cambiar de marcha.", - "advancement.create.mechanical_arm": "¡Manos ocupadas!", - "advancement.create.mechanical_arm.desc": "Crea un brazo mecánico, selecciona las entradas y salidas, colócalo en el suelo y dale energía; luego observa cómo hace todo el trabajo por ti.", - "advancement.create.mechanical_crafter": "Montaje automatizado", - "advancement.create.mechanical_crafter.desc": "Coloca y activa unos ensambladores mecánicos", - "advancement.create.crushing_wheel": "Un par de gigantes", - "advancement.create.crushing_wheel.desc": "Crea algunas ruedas de trituración para descomponer más materiales de forma más eficaz.", - "advancement.create.haunted_bell": "Sentido sombrío", - "advancement.create.haunted_bell.desc": "Toca una campana maldita", - "advancement.create.clockwork_bearing": "Las artefacto en punto", - "advancement.create.clockwork_bearing.desc": "Ensamblar una estructura montada sobre un rodamiento tipo reloj.", - "advancement.create.display_link": "UNLOCALIZED: Big Data", - "advancement.create.display_link.desc": "Usa un enlace de pantalla para visualizar información", - "advancement.create.potato_cannon": "¡Fwoomp!", - "advancement.create.potato_cannon.desc": "Derrota a un enemigo con tu cañón de papas.", - "advancement.create.extendo_grip": "¡Boioioing!", - "advancement.create.extendo_grip.desc": "Hazte con un agarre extentido.", - "advancement.create.linked_controller": "Activación remota", - "advancement.create.linked_controller.desc": "Activa un enlace de redstone usando un controlador enlazado", - "advancement.create.arm_blaze_burner": "UNLOCALIZED: Combust-o-Tron", - "advancement.create.arm_blaze_burner.desc": "Instruya un brazo mecánico para alimentar su quemador de blaze.", - "advancement.create.crusher_maxed_0000": "Triturándolo", - "advancement.create.crusher_maxed_0000.desc": "Usa un par de ruedas trituradoras a máxima velocidad", - "advancement.create.arm_many_targets": "Organiz-o-Tron", - "advancement.create.arm_many_targets.desc": "Programa un brazo mecánico con diez o más posiciones de salida.", - "advancement.create.potato_cannon_collide": "Fuegos artificiales veganos", - "advancement.create.potato_cannon_collide.desc": "Haz que diferentes proyectiles del cañon de papas choquen en el aire", - "advancement.create.self_deploying": "Vagoneta autónoma", - "advancement.create.self_deploying.desc": "Crea un artefacto móvil de vagoneta que coloca raíles a su paso", - "advancement.create.fist_bump": "¡Pégale, hermano!", - "advancement.create.fist_bump.desc": "Haz que dos desplegadores se den un puñetazo.", - "advancement.create.crafter_lazy_000": "Medidas desesperadas", - "advancement.create.crafter_lazy_000.desc": "Ralentiza bruscamente un ensamblador mecánico para procrastinar la construcción de una infraestructura decente§7\n(Logro oculto)", - "advancement.create.extendo_grip_dual": "Hasta el infinito y más allá", - "advancement.create.extendo_grip_dual.desc": "Equípate dos agarres extensibles para un alcance inhumano§7\n(Logro oculto)", - "advancement.create.musical_arm": "¡Tócame la melodía!", - "advancement.create.musical_arm.desc": "Vea cómo un brazo mecánico maneja su tocadiscos.", - "advancement.create.sturdy_sheet": "Las rocas más robustas", - "advancement.create.sturdy_sheet.desc": "Ensambla una lámina robusta refinando obsidiana molida", - "advancement.create.train_casing_00": "La era logística", - "advancement.create.train_casing_00.desc": "Usa láminas robustas para crear revestimientos para los componentes de ferrocarril", - "advancement.create.train": "¡Todos a bordo!", - "advancement.create.train.desc": "Ensambla tu primer tren", - "advancement.create.conductor": "Instructor de autoescuela", - "advancement.create.conductor.desc": "Instruye un conductor de tren con una procramación", - "advancement.create.track_signal": "Control de tráfico", - "advancement.create.track_signal.desc": "Coloca una señal de tráfico", - "advancement.create.display_board_0": "Horarios dinámicos", - "advancement.create.display_board_0.desc": "Prevee la llegada de un tren en una pantalla de visualización con ayuda de enlaces de visualización", - "advancement.create.track_0": "Un nuevo calibre", - "advancement.create.track_0.desc": "Obtén vías de tren", - "advancement.create.train_whistle": "¡Chu chuu!", - "advancement.create.train_whistle.desc": "Ensambla un silbato de vapor en tu tren y actívalo mientras lo conduces", - "advancement.create.train_portal": "Pasajero dimensional", - "advancement.create.train_portal.desc": "Monta en un tren a través de un portal del Nether", - "advancement.create.track_crafting_factory": "Fábrica de vías", - "advancement.create.track_crafting_factory.desc": "Produce más de 1000 vías de tren en la misma prensa mecánica", - "advancement.create.long_bend": "La curva más larga", - "advancement.create.long_bend.desc": "Crea una sección de vías curva que se expanda por más de 30 bloques de largo", - "advancement.create.long_train": "Esfuerzos ambiciosos", - "advancement.create.long_train.desc": "Crea un tren con al menos 6 carruajes", - "advancement.create.long_travel": "Excursión al campo", - "advancement.create.long_travel.desc": "Sal de un asiento de tren después de más de 5000 bloques desde que empezaste el recorrido", - "advancement.create.train_roadkill": "Muerte en carretera", - "advancement.create.train_roadkill.desc": "Atropella a un enemigo con tu tren§7\n(Logro oculto)", - "advancement.create.red_signal": "Conductor experto", - "advancement.create.red_signal.desc": "Sáltate una señal roja con un tren§7\n(Logro oculto)", - "advancement.create.train_crash": "Un pésimo servicio", - "advancement.create.train_crash.desc": "Sé testigo de un accidente de tren siendo un pasajero§7\n(Logro oculto)", - "advancement.create.train_crash_backwards": "Ángulo muerto", - "advancement.create.train_crash_backwards.desc": "Ten un accidente con otro tren yendo marcha atrás§7\n(Logro oculto)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "UNLOCALIZED: Create", - "itemGroup.create.palettes": "Paletas", - - "death.attack.create.crush": "%1$s se procesó en las ruedas de trituración", - "death.attack.create.crush.player": "%1$s fue arrojado a las ruedas de trituración por %2$s", - "death.attack.create.fan_fire": "%1$s murió quemado por el aire caliente", - "death.attack.create.fan_fire.player": "%1$s fue arrojado a un ahumador por %2$s", - "death.attack.create.fan_lava": "%1$s murió quemado por un abanico de lava", - "death.attack.create.fan_lava.player": "%1$s fue arrojado a una fundición por %2$s", - "death.attack.create.mechanical_drill": "%1$s fue empalado por un taladro mecánico", - "death.attack.create.mechanical_drill.player": "%1$s fue lanzado frente a un taladro por %2$s", - "death.attack.create.mechanical_saw": "%1$s fue cortado por la mitad por una sierra mecánica", - "death.attack.create.mechanical_saw.player": "%1$s fue arrojado a una sierra por %2$s", - "death.attack.create.potato_cannon": "%1$s fue disparado por el cañón de papas de %2$s's", - "death.attack.create.potato_cannon.item": "%1$s fue disparado por %2$s utilizando %3$s", - "death.attack.create.cuckoo_clock_explosion": "%1$s fue volado por los aires por un reloj de cuco manipulado", - "death.attack.create.cuckoo_clock_explosion.player": "%1$s fue volado por un reloj de cuco manipulado", - "death.attack.create.run_over": "%1$s ha sido atropellado por %2$s", - - "create.block.deployer.damage_source_name": "Un desplegador rebelde", - "create.block.cart_assembler.invalid": "Coloque su Ensamblador de vagonetas en un bloque de Raíles", - - "create.menu.return": "Regresar al menú", - "create.menu.configure": "Configurar...", - "create.menu.ponder_index": "Índice", - "create.menu.only_ingame": "Disponible en el menú de pausa", - "create.menu.report_bugs": "Reportar problemas", - "create.menu.support": "Apóyenos", - - "create.recipe.crushing": "Trituración", - "create.recipe.milling": "Fresado", - "create.recipe.fan_washing": "Lavado a granel", - "create.recipe.fan_washing.fan": "Ventilador detrás del agua fluyente", - "create.recipe.fan_smoking": "Ahumador a granel", - "create.recipe.fan_smoking.fan": "Ventilador detrás del fuego", - "create.recipe.fan_haunting": "Maldecidor a granel", - "create.recipe.fan_haunting.fan": "Ventilador detrás del fuego de alma", - "create.recipe.fan_blasting": "Voladuras a granel", - "create.recipe.fan_blasting.fan": "Ventilador detrás de la lava", - "create.recipe.pressing": "Prensando", - "create.recipe.mixing": "Mezclando", - "create.recipe.deploying": "Desplegando", - "create.recipe.automatic_shapeless": "Elaboración automatizada de productos sin forma", - "create.recipe.automatic_brewing": "Elaboración de cerveza automatizada", - "create.recipe.packing": "Compactando", - "create.recipe.automatic_packing": "Embalaje automatizado", - "create.recipe.sawing": "Aserrando", - "create.recipe.mechanical_crafting": "Elaboración mecánica", - "create.recipe.automatic_shaped": "Elaboración automatizada de productos con forma", - "create.recipe.block_cutting": "Corte de bloques", - "create.recipe.wood_cutting": "Corte de maderas", - "create.recipe.sandpaper_polishing": "Pulido con papel de lija", - "create.recipe.mystery_conversion": "Conversión misteriosa", - "create.recipe.spout_filling": "Llenar por el pico", - "create.recipe.draining": "Drenador de objetos", - "create.recipe.item_application": "Aplicación manual de objetos", - "create.recipe.item_application.any_axe": "Cualquier hacha", - "create.recipe.sequenced_assembly": "Montaje secuenciado", - "create.recipe.assembly.next": "Siguiente: %1$s", - "create.recipe.assembly.step": "Fase %1$s:", - "create.recipe.assembly.progress": "Progreso: %1$s/%2$s", - "create.recipe.assembly.pressing": "Proceso en prensa", - "create.recipe.assembly.spout_filling_fluid": "Pico %1$s", - "create.recipe.assembly.deploying_item": "Despliegue %1$s", - "create.recipe.assembly.cutting": "Corte con sierra", - "create.recipe.assembly.repeat": "Repetir la secuencia %1$s veces", - "create.recipe.assembly.junk": "Basura aleatoria", - "create.recipe.processing.chance": "UNLOCALIZED: %1$s%% Chance", - "create.recipe.deploying.not_consumed": "No consumido", - "create.recipe.heat_requirement.none": "No es necesario calentar", - "create.recipe.heat_requirement.heated": "Calentado", - "create.recipe.heat_requirement.superheated": "Súper-Calentado", - - "create.generic.range": "Rango", - "create.generic.radius": "Radio", - "create.generic.width": "Ancho", - "create.generic.height": "Alto", - "create.generic.length": "Largo", - "create.generic.speed": "Velocidad", - "create.generic.delay": "Retraso", - "create.generic.duration": "Duración", - "create.generic.timeUnit": "Unidad de tiempo", - "create.generic.unit.ticks": "UNLOCALIZED: Ticks", - "create.generic.unit.seconds": "Segundos", - "create.generic.unit.minutes": "Minutos", - "create.generic.daytime.hour": "Hora", - "create.generic.daytime.minute": "Minuto", - "create.generic.daytime.second": "Segundo", - "create.generic.daytime.pm": "UNLOCALIZED: pm", - "create.generic.daytime.am": "UNLOCALIZED: am", - "create.generic.unit.rpm": "UNLOCALIZED: RPM", - "create.generic.unit.stress": "UE", - "create.generic.unit.degrees": "UNLOCALIZED: °", - "create.generic.unit.millibuckets": "%1$smB", - "create.generic.unit.buckets": "C", - "create.generic.clockwise": "En el sentido de las agujas del reloj", - "create.generic.counter_clockwise": "En sentido contrario a las agujas del reloj", - "create.generic.in_quotes": "UNLOCALIZED: \"%1$s\"", - "create.generic.pitch": "Tono: %1$s", - "create.generic.notes": "Fa#;Fa;Mi;Re#;Re;Do#;Do;Si;La#;La;Sol#;Sol", - - "create.action.scroll": "Desplazar", - "create.action.confirm": "Confirmar", - "create.action.abort": "Abortar", - "create.action.saveToFile": "Guardar", - "create.action.discard": "Descartar", - - "create.keyinfo.toolmenu": "Menú de la Herramienta de Enfoque", - "create.keyinfo.toolbelt": "Acceder a las cajas de herramientas cercanas", - "create.keyinfo.scrollup": "Simular usar la rueda del ratón hacia arriba (en el mundo)", - "create.keyinfo.scrolldown": "Simular usar la rueda del ratón hacia abajo (en el mundo)", - - "create.gui.scrollInput.defaultTitle": "Seleccione una opción:", - "create.gui.scrollInput.scrollToModify": "Usa la rueda del ratón para modificar", - "create.gui.scrollInput.scrollToAdjustAmount": "Usa la rueda del ratón para ajustar la cantidad", - "create.gui.scrollInput.scrollToSelect": "Usa la rueda del ratón para seleccionar", - "create.gui.scrollInput.shiftScrollsFaster": "Mayús izdo. para usar la rueda del ratón más rápido", - "create.gui.toolmenu.focusKey": "Mantén [%1$s] para enfocar", - "create.gui.toolmenu.cycle": "[RUEDA DEL RATÓN] para el ciclo", - - "create.toolbox.unequip": "Desequipar: %1$s", - "create.toolbox.outOfRange": "La caja de herramientas del objeto en uso no está en el rango", - "create.toolbox.detach": "Dejar de rastrear y conservar el objeto", - "create.toolbox.depositAll": "Devuelve objetos a las cajas de herramientas cercanas", - "create.toolbox.depositBox": "Devolver elementos a la caja de herramientas", - - "create.gui.symmetryWand.mirrorType": "Espejado", - "create.gui.symmetryWand.orientation": "Orientación", - - "create.symmetry.mirror.plane": "Plano de espejo", - "create.symmetry.mirror.doublePlane": "UNLOCALIZED: Rectangular", - "create.symmetry.mirror.triplePlane": "Octogonal", - - "create.orientation.orthogonal": "Ortogonal", - "create.orientation.diagonal": "UNLOCALIZED: Diagonal", - "create.orientation.horizontal": "UNLOCALIZED: Horizontal", - "create.orientation.alongZ": "A lo largo de Z", - "create.orientation.alongX": "A lo largo de X", - - "create.gui.terrainzapper.title": "UNLOCALIZED: Handheld Blockzapper", - "create.gui.terrainzapper.searchDiagonal": "Seguir diagonales", - "create.gui.terrainzapper.searchFuzzy": "Ignorar los bordes del material", - "create.gui.terrainzapper.patternSection": "Patrón", - "create.gui.terrainzapper.pattern.solid": "Sólido", - "create.gui.terrainzapper.pattern.checkered": "Tablero de ajedrez", - "create.gui.terrainzapper.pattern.inversecheckered": "Tablero de ajedrez invertido", - "create.gui.terrainzapper.pattern.chance25": "25% Probabilidad", - "create.gui.terrainzapper.pattern.chance50": "50% Probabilidad", - "create.gui.terrainzapper.pattern.chance75": "75% Probabilidad", - "create.gui.terrainzapper.placement": "Ubicación", - "create.gui.terrainzapper.placement.merged": "Fusionado", - "create.gui.terrainzapper.placement.attached": "Adjuntado", - "create.gui.terrainzapper.placement.inserted": "Insertado", - "create.gui.terrainzapper.brush": "Pincel", - "create.gui.terrainzapper.brush.cuboid": "Cuboide", - "create.gui.terrainzapper.brush.sphere": "Esfera", - "create.gui.terrainzapper.brush.cylinder": "Cilindro", - "create.gui.terrainzapper.brush.surface": "Superficie", - "create.gui.terrainzapper.brush.cluster": "Grupo", - "create.gui.terrainzapper.tool": "Herramienta", - "create.gui.terrainzapper.tool.fill": "Llenar", - "create.gui.terrainzapper.tool.place": "Ubicar", - "create.gui.terrainzapper.tool.replace": "Reemplazar", - "create.gui.terrainzapper.tool.clear": "Eliminar", - "create.gui.terrainzapper.tool.overlay": "Superponer", - "create.gui.terrainzapper.tool.flatten": "Aplanar", - - "create.terrainzapper.shiftRightClickToSet": "Mayús izdo. + clic derecho para seleccionar una forma", - "create.terrainzapper.usingBlock": "Usando: %1$s", - "create.terrainzapper.leftClickToSet": "Clic izquierdo a un bloque para establecer el material", - - "create.minecart_coupling.two_couplings_max": "Las vagonetas no pueden tener más de dos enganches cada una", - "create.minecart_coupling.unloaded": "Algunas partes de su tren parecen estar en chunks no cargados", - "create.minecart_coupling.no_loops": "Los acoplamientos no pueden formar un bucle", - "create.minecart_coupling.removed": "Se han retirado todos los acoplamientos de la vagoneta", - "create.minecart_coupling.too_far": "Las vagonetas están demasiado separadas", - - "create.contraptions.movement_mode": "Modo de movimiento", - "create.contraptions.movement_mode.move_place": "Colocar siempre al detenerse", - "create.contraptions.movement_mode.move_place_returned": "Colocar sólo en la posición inicial", - "create.contraptions.movement_mode.move_never_place": "Colocar sólo cuando se destruye el ancla", - "create.contraptions.movement_mode.rotate_place": "Colocar siempre al detenerse", - "create.contraptions.movement_mode.rotate_place_returned": "Colocar sólo cerca del ángulo inicial", - "create.contraptions.movement_mode.rotate_never_place": "Colocar sólo cuando se destruye el ancla", - "create.contraptions.cart_movement_mode": "Modo de movimiento de la vagoneta", - "create.contraptions.cart_movement_mode.rotate": "Siempre de cara al movimiento", - "create.contraptions.cart_movement_mode.rotate_paused": "Pausar a los actores mientras giran", - "create.contraptions.cart_movement_mode.rotation_locked": "Bloquear rotación", - "create.contraptions.windmill.rotation_direction": "Dirección de rotación", - "create.contraptions.clockwork.clock_hands": "Manecillas de reloj", - "create.contraptions.clockwork.hour_first": "La manecilla de las horas primero", - "create.contraptions.clockwork.minute_first": "La manecilla de los minutos primero", - "create.contraptions.clockwork.hour_first_24": "La manecilla del día primero", - - "create.logistics.filter": "Filtro", - "create.logistics.recipe_filter": "Filtro para recetas", - "create.logistics.fluid_filter": "Filtro para fluidos", - "create.logistics.firstFrequency": "UNLOCALIZED: Freq. #1", - "create.logistics.secondFrequency": "UNLOCALIZED: Freq. #2", - "create.logistics.filter.apply": "Filtro aplicado a %1$s.", - "create.logistics.filter.apply_click_again": "Filtro aplicado a %1$s, haga clic de nuevo para copiar la cantidad.", - "create.logistics.filter.apply_count": "Aplicado recuento de extracciones al filtro.", - - "create.gui.goggles.generator_stats": "Estadísticas del generador:", - "create.gui.goggles.kinetic_stats": "Estadísticas cinéticas:", - "create.gui.goggles.at_current_speed": "con la velocidad actual", - "create.gui.goggles.pole_length": "Longitud del poste:", - "create.gui.goggles.fluid_container": "Información sobre el contenedor de fluidos:", - "create.gui.goggles.fluid_container.capacity": "Capacidad: ", - "create.gui.assembly.exception": "Este artefacto animado no se pudo montar:", - "create.gui.assembly.exception.unmovableBlock": "Bloque inamovible (%4$s) en [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "El bloque en [%1$s,%2$s,%3$s] no estaba en un chunk cargado", - "create.gui.assembly.exception.structureTooLarge": "Hay demasiados bloques incluídos en el artefacto animado.\nEl máximo configurado es: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "Hay demasiadas Pértigas de extensión conectadas a este Pistón.\nEl máximo configurado es: %1$s", - "create.gui.assembly.exception.noPistonPoles": "Faltan pértigas de extensión para el pistón", - "create.gui.assembly.exception.not_enough_sails": "La estructura adjunta no incluye suficientes bloques tipo vela: %1$s\nSe requiere un mínimo de %2$s", - "create.gui.gauge.info_header": "Información sobre el medidor:", - "create.gui.speedometer.title": "Velocidad de rotación", - "create.gui.stressometer.title": "Estrés de la red", - "create.gui.stressometer.capacity": "Capacidad restante", - "create.gui.stressometer.overstressed": "Sobrecargado", - "create.gui.stressometer.no_rotation": "Sin rotación", - "create.gui.contraptions.not_fast_enough": "Parece que este %1$s no está girando con _suficiente_ velocidad_.", - "create.gui.contraptions.network_overstressed": "Parece que este sistema está _sobrecargado_. Añade más fuentes o _desacelera_ los componentes con un _impacto de estrés alto_.", - "create.gui.adjustable_crate.title": "Caja ajustable", - "create.gui.adjustable_crate.storageSpace": "Espacio de almacenamiento", - "create.gui.stockpile_switch.title": "Interruptor de acopio", - "create.gui.stockpile_switch.invert_signal": "Invertir señal", - "create.gui.stockpile_switch.move_to_lower_at": "Pasar al carril inferior en %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "Pasar al carril superior en %1$s%%", - "create.gui.sequenced_gearshift.title": "Cambio de marchas secuenciado", - "create.gui.sequenced_gearshift.instruction": "Instrucción", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Giro por ángulo", - "create.gui.sequenced_gearshift.instruction.turn_angle": "Giro", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Ángulo", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Giro para mover el pistón/polea/grúa", - "create.gui.sequenced_gearshift.instruction.turn_distance": "Pistón", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Distancia", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Tiempo de retraso", - "create.gui.sequenced_gearshift.instruction.delay": "Retraso", - "create.gui.sequenced_gearshift.instruction.delay.duration": "Duración", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "Fin", - "create.gui.sequenced_gearshift.instruction.end": "Fin", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "En espera de un pulso de redstone", - "create.gui.sequenced_gearshift.instruction.await": "En espera", - "create.gui.sequenced_gearshift.speed": "Velocidad, Dirección", - "create.gui.sequenced_gearshift.speed.forward": "Velocidad de entrada, hacia adelante", - "create.gui.sequenced_gearshift.speed.forward_fast": "Doble velocidad, hacia adelante", - "create.gui.sequenced_gearshift.speed.back": "Velocidad de entrada, Invertida", - "create.gui.sequenced_gearshift.speed.back_fast": "Doble velocidad, Invertida", - - "create.schematicAndQuill.dimensions": "Tamaño del esquema: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "Primera posición fijada.", - "create.schematicAndQuill.secondPos": "Segunda posición fijada.", - "create.schematicAndQuill.noTarget": "Mantén [Ctrl] para seleccionar los bloques del aire.", - "create.schematicAndQuill.abort": "Selección eliminada.", - "create.schematicAndQuill.title": "Nombre del esquema:", - "create.schematicAndQuill.convert": "Guardar y desplegar inmediatamente", - "create.schematicAndQuill.fallbackName": "Mi esquema", - "create.schematicAndQuill.saved": "Guardado como %1$s", - - "create.schematic.invalid": "[!] Elemento no válido - Utilice la tabla de esquemas en su lugar", - "create.schematic.position": "Posición", - "create.schematic.rotation": "Rotación", - "create.schematic.rotation.none": "Ninguno", - "create.schematic.rotation.cw90": "En el sentido de las agujas del reloj 90", - "create.schematic.rotation.cw180": "En el sentido de las agujas del reloj 180", - "create.schematic.rotation.cw270": "En el sentido de las agujas del reloj 270", - "create.schematic.mirror": "Espejado", - "create.schematic.mirror.none": "Ninguno", - "create.schematic.mirror.frontBack": "Delante-Detrás", - "create.schematic.mirror.leftRight": "Izquierda-Derecha", - "create.schematic.tool.deploy": "Despliegue", - "create.schematic.tool.move": "Mover XZ", - "create.schematic.tool.movey": "Mover Y", - "create.schematic.tool.rotate": "Rotar", - "create.schematic.tool.print": "Imprimir", - "create.schematic.tool.flip": "Voltear", - "create.schematic.tool.deploy.description.0": "Mueve la estructura a un lugar.", - "create.schematic.tool.deploy.description.1": "Haz clic con el botón derecho del ratón en el suelo para colocarla.", - "create.schematic.tool.deploy.description.2": "Mantén [Ctrl] para seleccionar a una distancia fija.", - "create.schematic.tool.deploy.description.3": "[Ctrl] + [RUEDA DEL RATÓN] para cambiar la distancia.", - "create.schematic.tool.move.description.0": "Desplaza el esquema horizontalmente.", - "create.schematic.tool.move.description.1": "Apunta al esquema y [Ctrl] + [RUEDA DEL RATÓN] para ponerlo.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "Desplaza el esquema verticalmente..", - "create.schematic.tool.movey.description.1": "[Ctrl] + [RUEDA DEL RATÓN] para moverlo hacia arriba/abajo.", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "Gira el esquema alrededor de su centro.", - "create.schematic.tool.rotate.description.1": "[Ctrl] + [RUEDA DEL RATÓN] para girar 90 grados.", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "Sitúa instantáneamente la estructura en el mundo.", - "create.schematic.tool.print.description.1": "[Clic derecho] para confirmar la colocación en el lugar actual.", - "create.schematic.tool.print.description.2": "Esta herramienta es sólo para el Modo Creativo.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "Voltea el esquema a lo largo de la cara que seleccione.", - "create.schematic.tool.flip.description.1": "Apunta al esquema y [Ctrl] + [RUEDA DEL RATÓN] para voltearlo.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "Sincronizando...", - "create.schematics.uploadTooLarge": "Tu esquema excede las limitaciones especificadas por el servidor.", - "create.schematics.maxAllowedSize": "El tamaño máximo permitido del archivo del esquema es:", - - "create.gui.schematicTable.refresh": "Refrescar archivos", - "create.gui.schematicTable.open_folder": "Abrir carpeta", - "create.gui.schematicTable.title": "Tabla de esquemas", - "create.gui.schematicTable.availableSchematics": "Esquemas disponibles", - "create.gui.schematicTable.noSchematics": "No hay esquemas guardados", - "create.gui.schematicTable.uploading": "Subiendo...", - "create.gui.schematicTable.finished": "¡Subida finalizada!", - "create.gui.schematicannon.title": "Esquematicañón", - "create.gui.schematicannon.listPrinter": "Lista de control de la impresora", - "create.gui.schematicannon.gunpowderLevel": "Pólvora %1$s%%", - "create.gui.schematicannon.shotsRemaining": "Disparos restantes: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "Con respaldo: %1$s", - "create.gui.schematicannon.optionEnabled": "Actualmente habilitado", - "create.gui.schematicannon.optionDisabled": "Actualmente deshabilitado", - "create.gui.schematicannon.showOptions": "Mostrar la configuración de la impresora", - "create.gui.schematicannon.option.dontReplaceSolid": "No sustituír los bloques sólidos", - "create.gui.schematicannon.option.replaceWithSolid": "Sustituir sólido por sólido", - "create.gui.schematicannon.option.replaceWithAny": "Sustituir sólido por cualquiera", - "create.gui.schematicannon.option.replaceWithEmpty": "Sustituir sólido por vacío", - "create.gui.schematicannon.option.skipMissing": "Omitir los bloques que faltan", - "create.gui.schematicannon.option.skipTileEntities": "Proteger a las entidades", - "create.gui.schematicannon.slot.gunpowder": "Añade pólvora para alimentar el cañón", - "create.gui.schematicannon.slot.listPrinter": "Coloque los libros aquí para imprimir una lista de comprobación para su esquema", - "create.gui.schematicannon.slot.schematic": "Añada su esquema aquí. Asegúrese de que se despliega en un lugar específico.", - "create.gui.schematicannon.option.skipMissing.description": "Si el cañón no encuentra un bloque necesario para su colocación, continuará en la siguiente ubicación.", - "create.gui.schematicannon.option.skipTileEntities.description": "El cañón evitará reemplazar los bloques que contienen datos, como los cofres.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "El cañón nunca sustituirá ningún bloque sólido en su zona de trabajo, sólo los no sólidos y el aire.", - "create.gui.schematicannon.option.replaceWithSolid.description": "El cañón sólo reemplazará los bloques sólidos en su área de trabajo si el esquema contiene un bloque sólido en la ubicación.", - "create.gui.schematicannon.option.replaceWithAny.description": "El cañón reemplazará los bloques sólidos en su área de trabajo si el esquema contiene algún bloque en la ubicación.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "El cañón eliminará todos los bloques de su zona de trabajo, incluidos los sustituidos por aire.", - - "create.schematicannon.status.idle": "Inactivo", - "create.schematicannon.status.ready": "Listo", - "create.schematicannon.status.running": "Funcionando", - "create.schematicannon.status.finished": "Finalizado", - "create.schematicannon.status.paused": "Pausado", - "create.schematicannon.status.stopped": "Detenido", - "create.schematicannon.status.noGunpowder": "Sin pólvora", - "create.schematicannon.status.targetNotLoaded": "El objetivo no está cargado", - "create.schematicannon.status.targetOutsideRange": "Objetivo demasiado lejano", - "create.schematicannon.status.searching": "Buscando", - "create.schematicannon.status.skipping": "Omitiendo", - "create.schematicannon.status.missingBlock": "Elementos perdidos:", - "create.schematicannon.status.placing": "Colocando", - "create.schematicannon.status.clearing": "Limpiando bloques", - "create.schematicannon.status.schematicInvalid": "Esquema inválido", - "create.schematicannon.status.schematicNotPlaced": "Esquema no desplegado", - "create.schematicannon.status.schematicExpired": "Archivo de esquemas caducado", - - "create.materialChecklist": "Lista de control del material", - "create.materialChecklist.blocksNotLoaded": "* Descargo de Responsabilidad *\n\nLa lista de materiales puede ser inexacta debido a que no se han cargado los chunks pertinentes.", - - "create.gui.filter.deny_list": "Lista de denegados", - "create.gui.filter.deny_list.description": "Los objetos pasan si NO coinciden con ninguno de los anteriores. Una lista de denegación vacía acepta todo.", - "create.gui.filter.allow_list": "Lista de permitidos", - "create.gui.filter.allow_list.description": "Los objetos pasan si coinciden con alguno de los anteriores. Una lista de permitidos vacía rechaza todo.", - "create.gui.filter.respect_data": "Respetar datos", - "create.gui.filter.respect_data.description": "Los objetos sólo coinciden si su durabilidad, encantos y otros atributos también coinciden.", - "create.gui.filter.ignore_data": "Ignorar datos", - "create.gui.filter.ignore_data.description": "Los objetos coinciden independientemente de sus atributos.", - - "create.item_attributes.placeable": "se puede colocar", - "create.item_attributes.placeable.inverted": "no se puede colocar", - "create.item_attributes.consumable": "se puede comer", - "create.item_attributes.consumable.inverted": "no se puede comer", - "create.item_attributes.fluid_container": "puede almacenar fluidos", - "create.item_attributes.fluid_container.inverted": "puede almacenar fluidos", - "create.item_attributes.enchanted": "está encantado", - "create.item_attributes.enchanted.inverted": "no está encantado", - "create.item_attributes.max_enchanted": "está encantado en el nivel máximo", - "create.item_attributes.max_enchanted.inverted": "no está encantado en el nivel máximo", - "create.item_attributes.renamed": "tiene un nombre personalizado", - "create.item_attributes.renamed.inverted": "no tiene un nombre personalizado", - "create.item_attributes.damaged": "está dañado", - "create.item_attributes.damaged.inverted": "no está dañado", - "create.item_attributes.badly_damaged": "está muy dañado", - "create.item_attributes.badly_damaged.inverted": "no está muy dañado", - "create.item_attributes.not_stackable": "no se puede apilar", - "create.item_attributes.not_stackable.inverted": "se puede apilar", - "create.item_attributes.equipable": "se puede equipar", - "create.item_attributes.equipable.inverted": "no se puede equipar", - "create.item_attributes.furnace_fuel": "es combustible para hornos", - "create.item_attributes.furnace_fuel.inverted": "no es combustible para hornos", - "create.item_attributes.washable": "se puede lavar", - "create.item_attributes.washable.inverted": "no se puede lavar", - "create.item_attributes.hauntable": "puede ser maldito", - "create.item_attributes.hauntable.inverted": "no puede ser maldito", - "create.item_attributes.crushable": "puede ser molido", - "create.item_attributes.crushable.inverted": "no puede ser molido", - "create.item_attributes.smeltable": "se puede fundir", - "create.item_attributes.smeltable.inverted": "no se puede fundir", - "create.item_attributes.smokable": "puede ser ahumado", - "create.item_attributes.smokable.inverted": "no puede ser ahumado", - "create.item_attributes.blastable": "es fundible en el alto horno", - "create.item_attributes.blastable.inverted": "no es fundible en el alto horno", - "create.item_attributes.compostable": "UNLOCALIZED: can be composted", - "create.item_attributes.compostable.inverted": "UNLOCALIZED: cannot be composted", - "create.item_attributes.shulker_level": "es shulker %1$s", - "create.item_attributes.shulker_level.inverted": "no es shulker %1$s", - "create.item_attributes.shulker_level.full": "lleno", - "create.item_attributes.shulker_level.empty": "vacío", - "create.item_attributes.shulker_level.partial": "parcialmente lleno", - "create.item_attributes.in_tag": "está etiquetado %1$s", - "create.item_attributes.in_tag.inverted": "no está etiquetado %1$s", - "create.item_attributes.in_item_group": "está en el grupo '%1$s'", - "create.item_attributes.in_item_group.inverted": "no está en el grupo '%1$s'", - "create.item_attributes.added_by": "fue añadido por %1$s", - "create.item_attributes.added_by.inverted": "no fue añadida por %1$s", - "create.item_attributes.has_enchant": "está encantado con %1$s", - "create.item_attributes.has_enchant.inverted": "no está encantado con %1$s", - "create.item_attributes.color": "Está teñido %1$s", - "create.item_attributes.color.inverted": "No está teñido %1$s", - "create.item_attributes.has_fluid": "contiene %1$s", - "create.item_attributes.has_fluid.inverted": "no contiene %1$s", - "create.item_attributes.has_name": "tiene el nombre personalizado %1$s", - "create.item_attributes.has_name.inverted": "no tiene el nombre personalizado %1$s", - "create.item_attributes.book_author": "es obra de %1$s", - "create.item_attributes.book_author.inverted": "no es es obra de %1$s", - "create.item_attributes.book_copy_original": "es un original", - "create.item_attributes.book_copy_original.inverted": "no es un original", - "create.item_attributes.book_copy_first": "es una copia de primera generación", - "create.item_attributes.book_copy_first.inverted": "no es una copia de primera generación", - "create.item_attributes.book_copy_second": "es una copia de segunda generación", - "create.item_attributes.book_copy_second.inverted": "no es una copia de segunda generación", - "create.item_attributes.book_copy_tattered": "es un desordenado desastre", - "create.item_attributes.book_copy_tattered.inverted": "no es un desordenado desastre", - "create.item_attributes.astralsorcery_amulet": "mejora %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "no mejora %1$s", - "create.item_attributes.astralsorcery_constellation": "está en sintonía con %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "no está en sintonía con %1$s", - "create.item_attributes.astralsorcery_crystal": "tiene el atributo de cristal %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "no tiene atributo de cristal %1$s", - "create.item_attributes.astralsorcery_perk_gem": "tiene el atributo ventaja %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "no tiene el atributo ventaja %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "No hay atributos seleccionados", - "create.gui.attribute_filter.selected_attributes": "Atributos seleccionados:", - "create.gui.attribute_filter.add_attribute": "Añadir atributo a la lista", - "create.gui.attribute_filter.add_inverted_attribute": "Añadir atributo invertido a la Lista", - "create.gui.attribute_filter.allow_list_disjunctive": "Lista de permitidos (Cualquiera)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "Los objetos pasan si tienen alguno de los atributos seleccionados", - "create.gui.attribute_filter.allow_list_conjunctive": "Lista de permitidos (Todos)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "Los objetos pasan sólo si tienen TODOS los atributos seleccionados", - "create.gui.attribute_filter.deny_list": "Lista de denegados", - "create.gui.attribute_filter.deny_list.description": "Los objetos pasan si NO tienen ninguno de los atributos seleccionados", - "create.gui.attribute_filter.add_reference_item": "Añadir elemento de referencia", - - "create.tooltip.holdForDescription": "Mantén [%1$s] para mas información", - "create.tooltip.holdForControls": "Mantén [%1$s] para ver los controles", - "create.tooltip.keyShift": "Mayús izdo.", - "create.tooltip.keyCtrl": "UNLOCALIZED: Ctrl", - "create.tooltip.speedRequirement": "Requisitos de velocidad: %1$s", - "create.tooltip.speedRequirement.none": "Ninguno", - "create.tooltip.speedRequirement.slow": "Lento", - "create.tooltip.speedRequirement.medium": "Moderado", - "create.tooltip.speedRequirement.fast": "Rápido", - "create.tooltip.stressImpact": "Impacto de estrés: %1$s", - "create.tooltip.stressImpact.low": "Bajo", - "create.tooltip.stressImpact.medium": "Moderado", - "create.tooltip.stressImpact.high": "Alto", - "create.tooltip.stressImpact.overstressed": "Sobrecargado", - "create.tooltip.up_to": "Hasta %1$s", - "create.tooltip.capacityProvided": "Capacidad de estrés: %1$s", - "create.tooltip.capacityProvided.low": "Pequeña", - "create.tooltip.capacityProvided.medium": "Media", - "create.tooltip.capacityProvided.high": "Grande", - "create.tooltip.generationSpeed": "Generada en %1$s %2$s", - "create.tooltip.analogStrength": "Fuerza analógica: %1$s/15", - - "create.mechanical_arm.extract_from": "Extraer objetos de %1$s", - "create.mechanical_arm.deposit_to": "Depositar objetos en %1$s", - "create.mechanical_arm.summary": "El brazo mecánico tiene %1$s entrada(s) y %2$s salida(s)", - "create.mechanical_arm.points_outside_range": "%1$s punto(s) de interacción seleccionado(s) eliminado(s) debido a las limitaciones de rango", - - "create.weighted_ejector.target_set": "Objetivo seleccionado", - "create.weighted_ejector.target_not_valid": "Expulsión al bloque adyacente (el objetivo no era válido)", - "create.weighted_ejector.no_target": "Expulsión al bloque adyacente (no se ha seleccionado ningún objetivo)", - "create.weighted_ejector.targeting": "Expulsión a [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "Tamaño de la pila expulsada", - - "create.logistics.when_multiple_outputs_available": "Cuando hay múltiples salidas disponibles", - - "create.mechanical_arm.selection_mode.round_robin": "UNLOCALIZED: Round Robin", - "create.mechanical_arm.selection_mode.forced_round_robin": "Round Robin forzado", - "create.mechanical_arm.selection_mode.prefer_first": "Preferir el primero", - - "create.tunnel.selection_mode.split": "División", - "create.tunnel.selection_mode.forced_split": "División forzada", - "create.tunnel.selection_mode.round_robin": "UNLOCALIZED: Round Robin", - "create.tunnel.selection_mode.forced_round_robin": "Round Robin forzado", - "create.tunnel.selection_mode.prefer_nearest": "Preferir el más cercano", - "create.tunnel.selection_mode.randomize": "Aleatorizar", - "create.tunnel.selection_mode.synchronize": "Sincronizar entradas", - - "create.tooltip.chute.header": "Información del ducto", - "create.tooltip.chute.items_move_down": "Los objetos se mueven hacia abajo", - "create.tooltip.chute.items_move_up": "Los objetos se mueven hacia arriba", - "create.tooltip.chute.no_fans_attached": "No hay ventiladores adjuntos", - "create.tooltip.chute.fans_push_up": "Los ventiladores empujan desde abajo", - "create.tooltip.chute.fans_push_down": "Los ventiladores empujan desde arriba", - "create.tooltip.chute.fans_pull_up": "Los ventiladores tiran desde arriba", - "create.tooltip.chute.fans_pull_down": "Los ventiladores tiran desde abajo", - "create.tooltip.chute.contains": "Contiene: %1$s x%2$s", - "create.tooltip.deployer.header": "UNLOCALIZED: Deployer Information", - "create.tooltip.deployer.using": "UNLOCALIZED: Mode: Use", - "create.tooltip.deployer.punching": "UNLOCALIZED: Mode: Attack", - "create.tooltip.deployer.contains": "UNLOCALIZED: Item: %1$s x%2$s", - "create.tooltip.brass_tunnel.contains": "Actualmente distribuye:", - "create.tooltip.brass_tunnel.contains_entry": "UNLOCALIZED: > %1$s x%2$s", - "create.tooltip.brass_tunnel.retrieve": "Haga clic derecho para recuperar", - - "create.linked_controller.bind_mode": "Modo de enlace activo", - "create.linked_controller.press_keybind": "Presiona %1$s, %2$s, %3$s, %4$s, %5$s o %6$s, para vincular esta frecuencia a la tecla correspondiente", - "create.linked_controller.key_bound": "Frecuencia ligada a %1$s", - "create.linked_controller.frequency_slot_1": "Enlace de teclas: %1$s, Freq. #1", - "create.linked_controller.frequency_slot_2": "Enlace de teclas: %1$s, Freq. #2", - - "create.crafting_blueprint.crafting_slot": "Ranura para ingredientes", - "create.crafting_blueprint.filter_items_viable": "Los objetos del filtro avanzado son viables", - "create.crafting_blueprint.display_slot": "Ranura de pantalla", - "create.crafting_blueprint.inferred": "A partir de la receta", - "create.crafting_blueprint.manually_assigned": "Asignado manualmente", - "create.crafting_blueprint.secondary_display_slot": "Ranura de pantalla secundaria", - "create.crafting_blueprint.optional": "Opcional", - - "create.potato_cannon.ammo.attack_damage": "%1$s Daño de ataque", - "create.potato_cannon.ammo.reload_ticks": "%1$s Recarga por Ticks", - "create.potato_cannon.ammo.knockback": "%1$s Golpe de efecto", - - "create.hint.hose_pulley.title": "Suministro ilimitado", - "create.hint.hose_pulley": "La masa de fluido objetivo se considera infinita.", - "create.hint.mechanical_arm_no_targets.title": "Sin objetivos", - "create.hint.mechanical_arm_no_targets": "Parece que a este _brazo mecánico_ no se le ha asignado ningún objetivo. Selecciona _cintas mecánicas_, _depósitos_, _embudos_ u otros bloques haciendo clic derecho sobre ellos mientras _sostienes_ el _brazo mecánico_ en tu mano...", - "create.hint.empty_bearing.title": "Actualización del rodamiento", - "create.hint.empty_bearing": "Haz clic derecho sobre el rodamiento con la _mano vacía_ para _adjuntar_ la estructura que acabas de construir delante de él.", - "create.hint.full_deployer.title": "Exceso de objetos en el desplegador", - "create.hint.full_deployer": "Parece que este _desplegador_ contiene _exceso_ de objetos que necesitan ser _extraídos._ Usa una _tolva_, _embudo_ u otro medio para liberarlo de su excedente.", - - "create.backtank.low": "Presión de depósito trasero baja", - "create.backtank.depleted": "Presión de depósito trasero agotada", - - "create.hint.derailed_train.title": "Tren descarrilado", - "create.hint.derailed_train": "Parece que este _tren_ ya no se encuentra en un tramo de vía conectada. Usa _clic derecho_ usando una _llave inglesa_ para volver a colocarlo en una vía cercana.", - - "create.boiler.status": "Estado de la caldera: %1$s", - "create.boiler.status_short": "Caldera: %1$s", - "create.boiler.passive": "Pasivo", - "create.boiler.idle": "Inactivo", - "create.boiler.lvl": "Nivel %1$s", - "create.boiler.max_lvl": "Máximo", - "create.boiler.size": "Tamaño", - "create.boiler.size_dots": "UNLOCALIZED: ....... ", - "create.boiler.water": "Agua", - "create.boiler.water_dots": "UNLOCALIZED: ... ", - "create.boiler.heat": "Calor", - "create.boiler.heat_dots": "UNLOCALIZED: ...... ", - "create.boiler.via_one_engine": "a través de 1 motor", - "create.boiler.via_engines": "a través de %1$s motores", - - "create.gui.schedule.lmb_edit": "Clic izquierdo para editar", - "create.gui.schedule.rmb_remove": "Clic derecho para eliminar", - "create.gui.schedule.duplicate": "Duplicar", - "create.gui.schedule.remove_entry": "Eliminar acción", - "create.gui.schedule.add_entry": "Añadir acción", - "create.gui.schedule.move_up": "Mover arriba", - "create.gui.schedule.move_down": "Mover abajo", - "create.gui.schedule.add_condition": "Añadir condición", - "create.gui.schedule.alternative_condition": "Condición alternativa", - - "create.schedule.instruction_type": "Siguiente acción:", - "create.schedule.instruction.editor": "Editor de instrucciones", - "create.schedule.instruction.destination": "Viajar a la estación", - "create.schedule.instruction.destination.summary": "Siguiente parada:", - "create.schedule.instruction.filter_edit_box": "Nombre de la estación", - "create.schedule.instruction.filter_edit_box_1": "Usa * como una letra o cifra comodín", - "create.schedule.instruction.filter_edit_box_2": "Ejemplo: 'Mi estación, Andén *'", - "create.schedule.instruction.filter_edit_box_3": "UNLOCALIZED: Train picks nearest unoccupied match", - "create.schedule.instruction.rename": "Renombrar título de la programación", - "create.schedule.instruction.rename.summary": "Nuevo título:", - "create.schedule.instruction.name_edit_box": "Título de la programación", - "create.schedule.instruction.name_edit_box_1": "Afecta al texto que se muestra por pantallas", - "create.schedule.instruction.name_edit_box_2": "Por defecto se usa el nombre del próximo destino", - "create.schedule.instruction.throttle": "Cambiar aceleración", - "create.schedule.instruction.throttle.summary": "Cambiar la aceleración a %1$s", - "create.schedule.instruction.throttle_edit_box": "Aceleración", - "create.schedule.instruction.throttle_edit_box_1": "Afecta a la velocidad máxima del tren", - "create.schedule.condition_type": "Continuar si/después de:", - "create.schedule.condition.editor": "Editor de condiciones", - "create.schedule.condition.delay": "Demora programada", - "create.schedule.condition.delay_short": "Esperar: %1$s", - "create.schedule.condition.delay.status": "Parte en %1$s", - "create.schedule.condition.idle": "Inactividad de cargamento", - "create.schedule.condition.idle_short": "Cargamento inactivo: %1$s", - "create.schedule.condition.idle.status": "Cargamento inactivo por %1$s", - "create.schedule.condition.for_x_time": "por %1$s", - "create.schedule.condition.unloaded": "Chunk descargado", - "create.schedule.condition.unloaded.status": "Esperando a la descarga de chunk", - "create.schedule.condition.powered": "Estación activada", - "create.schedule.condition.powered.status": "Esperando a la redstone", - "create.schedule.condition.time_of_day": "Hora del día", - "create.schedule.condition.time_of_day.scheduled": "Tiempo programado: %1$s", - "create.schedule.condition.time_of_day.digital_format": "UNLOCALIZED: %1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "Rotación", - "create.schedule.condition.time_of_day.rotation.every_24": "Cada día", - "create.schedule.condition.time_of_day.rotation.every_12": "Cada 12:00", - "create.schedule.condition.time_of_day.rotation.every_6": "Cada 6:00", - "create.schedule.condition.time_of_day.rotation.every_4": "Cada 4:00", - "create.schedule.condition.time_of_day.rotation.every_3": "Cada 3:00", - "create.schedule.condition.time_of_day.rotation.every_2": "Cada 2:00", - "create.schedule.condition.time_of_day.rotation.every_1": "Cada 1:00", - "create.schedule.condition.time_of_day.rotation.every_0_45": "Cada 0:45", - "create.schedule.condition.time_of_day.rotation.every_0_30": "Cada 0:30", - "create.schedule.condition.time_of_day.rotation.every_0_15": "Cada 0:15", - "create.schedule.condition.time_of_day.status": "Parte hacia ", - "create.schedule.condition.threshold.train_holds": "El tren contiene %1$s", - "create.schedule.condition.threshold.greater": "más que", - "create.schedule.condition.threshold.less": "menos que", - "create.schedule.condition.threshold.equal": "exactamente", - "create.schedule.condition.threshold.x_units_of_item": "%1$s %2$s de %3$s", - "create.schedule.condition.threshold.matching_content": "Contenido coincidente", - "create.schedule.condition.threshold.anything": "UNLOCALIZED: Anything", - "create.schedule.condition.threshold.item_measure": "Medición de objetos", - "create.schedule.condition.threshold.items": "Objetos", - "create.schedule.condition.threshold.stacks": "Pilas de objetos", - "create.schedule.condition.threshold.buckets": "Cubos", - "create.schedule.condition.threshold.status": "Cargamento: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "Objeto de referencia", - "create.schedule.condition.threshold.place_item_2": "Los filtros se pueden usar", - "create.schedule.condition.threshold.place_item_3": "UNLOCALIZED: Leave empty to match any", - "create.schedule.condition.fluid_threshold": "Condición de cargamento de fluidos", - "create.schedule.condition.item_threshold": "Condición de cargamento de objetos", - "create.schedule.condition.redstone_link": "Enlace de redstone", - "create.schedule.condition.redstone_link.status": "Esperando al enlace de redstone", - "create.schedule.condition.redstone_link_on": "Enlace encendido", - "create.schedule.condition.redstone_link_off": "Enlace apagado", - "create.schedule.condition.redstone_link.powered": "Activado", - "create.schedule.condition.redstone_link.unpowered": "Desactivado", - "create.schedule.condition.redstone_link.frequency_state": "Estado de la frecuencia:", - "create.schedule.condition.redstone_link.frequency_powered": "Frecuencia activada:", - "create.schedule.condition.redstone_link.frequency_unpowered": "Frecuencia desactivada:", - "create.schedule.condition.player_count": "Jugadores sentados", - "create.schedule.condition.player_count.summary": "%1$s Jugador", - "create.schedule.condition.player_count.summary_plural": "%1$s Jugadores", - "create.schedule.condition.player_count.seated": "%1$s sentado(s)", - "create.schedule.condition.player_count.players": "Jugadores", - "create.schedule.condition.player_count.condition": "Condicional", - "create.schedule.condition.player_count.exactly": "Exactamente", - "create.schedule.condition.player_count.or_above": "O superior", - "create.schedule.condition.player_count.status": "Pasajeros: %1$s/%2$s", - "create.schedule.loop": "Bucle indefinido", - "create.schedule.loop1": "La programación comienza desde cero", - "create.schedule.loop2": "cuando se completa", - "create.schedule.reset": "Reiniciar progreso", - "create.schedule.skip": "Saltar la parada actual", - "create.schedule.applied_to_train": "El tren ahora sigue esta programación", - "create.schedule.non_controlling_seat": "El conductor se tiene que sentar en frente del bloque de controles del tren", - "create.schedule.remove_with_empty_hand": "Elimina la programación actual con la mano vacía", - "create.schedule.auto_removed_from_train": "Autoprogramación descartada", - "create.schedule.removed_from_train": "Programación del tren recuperada", - "create.schedule.no_stops": "Esta programación todavía no tiene ninguna parada", - "create.schedule.continued": "Programación reanudada", - - "create.track.selection_cleared": "Selección borrada", - "create.track.valid_connection": "Puede conectarse ✔", - "create.track.second_point": "Coloca una vía o selecciona un segundo punto", - "create.track.too_far": "Demasiado lejos", - "create.track.original_missing": "Bloque original eliminado, usa mayús izdo. + clic para reiniciarlo", - "create.track.perpendicular": "No se puede conectar perpendicularmente", - "create.track.ascending_s_curve": "No se pueden crear curvas en S inclinadas", - "create.track.too_sharp": "Curva demasiado cerrada", - "create.track.too_steep": "Cuesta demasiado empinada", - "create.track.slope_turn": "No se puede entrar o salir de una pendiente en una curva", - "create.track.opposing_slopes": "No se pueden conectar pendientes opuestas", - "create.track.leave_slope_ascending": "No se puede abandonar la pendiente mientras asciende", - "create.track.leave_slope_descending": "No se puede abandonar la pendiente mientras desciende", - "create.track.turn_90": "Solo se puede girar hasta 90 grados", - "create.track.junction_start": "No puedes comenzar una conexión en una intersección", - "create.track.turn_start": "No puedes comenzar una conexión en una curva", - "create.track.not_enough_tracks": "No llevas suficientes vías", - "create.track.not_enough_pavement": "No llevas suficientes bloques para el pavimento", - - "create.portal_track.failed": "No se puede colocar una vía en el portal:", - "create.portal_track.missing": "El otro portal no se ha generado todavía", - "create.portal_track.blocked": "Posición objetivo bloqueada (%1$s,%2$s,%3$s)", - - "create.station.idle": "La estación está inactiva", - "create.station.assembly_title": "Ensamblaje de tren", - "create.station.close": "Cerrar ventana", - "create.station.cancel": "Cancelar ensamblaje", - "create.station.failed": "El ensamblaje ha fallado", - "create.station.icon_type": "Tipo de icono", - "create.station.create_train": "Crear un nuevo tren", - "create.station.assemble_train": "Ensamblar tren", - "create.station.disassemble_train": "Desensamblar tren", - "create.station.remove_schedule": "Recuperar programación", - "create.station.remove_auto_schedule": "Descartar autoprogramación", - "create.station.no_assembly_diagonal": "No se pueden construir trenes", - "create.station.no_assembly_diagonal_1": "en vías diagonales", - "create.station.no_assembly_curve": "No se pueden construir trenes", - "create.station.no_assembly_curve_1": "en vías curvas", - "create.station.train_not_aligned": "No se puede desensamblar,", - "create.station.train_not_aligned_1": "no están todos los carruajes alineados", - "create.station.carriage_number": "Carruaje %1$s:", - "create.station.retry": "Soluciona esto y reinténtalo", - "create.station.no_bogeys": "Ningún vagón", - "create.station.one_bogey": "1 vagón", - "create.station.more_bogeys": "%1$s vagones", - "create.station.how_to": "Usa revestimientos de tren en vías marcadas para crear vagones.", - "create.station.how_to_1": "Elimina vagones rompiendo el bloque de arriba.", - "create.station.how_to_2": "Construye carruajes unidos a uno o dos vagones.", - - "create.train_assembly.too_many_bogeys": "Demasiados vagones enlazados: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "El primer vagón debe estar en la marca de la estación", - "create.train_assembly.no_bogeys": "Ningún vagón encontrado", - "create.train_assembly.not_connected_in_order": "Los vagones no están conectados en orden", - "create.train_assembly.bogeys_too_close": "Los vagones %1$s y %2$s están demasiado cerca entre ellos", - "create.train_assembly.single_bogey_carriage": "Este vagón no puede soportar un carruaje él solo", - "create.train_assembly.nothing_attached": "No hay ninguna estructura pegada al vagón %1$s", - "create.train_assembly.no_controls": "Es necesario que haya al menos unps controles de tren en frente de ti", - "create.train_assembly.sideways_controls": "Hay unos controles de tren puestos de lado", - "create.train_assembly.bogey_created": "Vagón creado. Haz clic para cambiar el tipo de vagón", - "create.train_assembly.requires_casing": "Usa revestimientos de tren para crear vagones en las vías", - - "create.track_target.set": "Vía objetivo seleccionada", - "create.track_target.success": "Vinculado con éxito a la vía objetivo", - "create.track_target.clear": "Selección de vía borrada", - "create.track_target.missing": "Primero haz clic derecho en la vía objetivo", - "create.track_target.too_far": "La vía objetivo está demasiado lejos", - "create.track_target.no_junctions": "La vía objetivo no puede ser una intersección", - "create.track_target.occupied": "La vía objetivo está ocupada", - "create.track_target.invalid": "No se puede marcar esta vía como objetivo", - - "create.train.unnamed": "Tren sin nombre", - "create.train.cannot_relocate_moving": "No se puede reubicar un tren en movimiento", - "create.train.relocate": "Haz clic en una vía para reubicar el tren %1$s. Mayús izdo. + clic para abortar", - "create.train.relocate.abort": "Reubicación abortada", - "create.train.relocate.success": "Reubicación exitosa", - "create.train.relocate.valid": "Se puede reubicar aquí, haz clic para confirmar", - "create.train.relocate.invalid": "No se puede reubicar el tren aquí", - "create.train.relocate.too_far": "No se puede reubicar el tren tan lejos", - "create.train.departing_from": "Saliendo de %1$s", - "create.train.arrived_at": "Llegada a %1$s", - "create.train.status": " Información sobre el tren: %1$s", - "create.train.status.back_on_track": "Tren de vuelta a la vía", - "create.train.status.collision": "Choque con otro tren", - "create.train.status.end_of_track": "Un carruaje ha llegado al final de la vía", - "create.train.status.double_portal": "Un carruaje no puede entrar en un portal mientras sale de otro", - "create.train.status.coupling_stress": "Parada forzada debido al estrés en los acoplamientos", - "create.train.status.track_missing": "No hay vías debajo del tren", - "create.train.status.paused_for_manual": "La programación se ha pausado para usar los controles manuales", - "create.train.status.opposite_driver": "Esta trayectoria requiere que el conductor está mirando en la dirección opuesta", - "create.train.status.missing_driver": "El conductor ha desaparecido", - "create.train.status.found_driver": "Se ha encontrado un nuevo conductor", - "create.train.status.navigation_success": "Navegación exitosa", - "create.train.status.no_match": "UNLOCALIZED: No station on graph matches '%1$s'", - "create.train.status.no_path": "No se ha encontrado ninguna trayectoria para ir a la siguiente parada programada", - - "create.track_signal.cannot_change_mode": "No se puede cambiar el modo de esta señal", - "create.track_signal.mode_change.entry_signal": "-> Permitir entrada si la sección está desocupada", - "create.track_signal.mode_change.cross_signal": "-> Permitir entrada si la sección se puede atravesar por completo", - - "create.contraption.controls.start_controlling": "Controlando actualmente: %1$s", - "create.contraption.controls.stop_controlling": "Se ha parado de controlar el artefacto móvil", - "create.contraption.controls.approach_station": "Mantén %1$s para acercarte a %2$s", - - "create.display_link.set": "Posición objetivo seleccionada", - "create.display_link.success": "Posición objetivo vinculada con éxito", - "create.display_link.clear": "Posición seleccionada eliminada", - "create.display_link.too_far": "La posición objetivo está demasiado lejos de aquí", - "create.display_link.invalid": "El enlace no tiene un objetivo válido, prueba colocándolo de nuevo", - "create.display_link.title": "Enlace de pantalla", - "create.display_link.no_source": "UNLOCALIZED: Not a Display Source", - "create.display_link.no_target": "UNLOCALIZED: Not a Display Target", - "create.display_link.reading_from": "Leer de:", - "create.display_link.writing_to": "Enviar a:", - "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", - "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", - "create.display_link.view_compatible": "Haz clic para ver todos los compatibles", - "create.display_link.information_type": "Tipo de información", - "create.display_link.display_on": "Escribir datos en:", - "create.display_link.display_on_multiline": "Empezar escribiendo en:", - - "create.display_source.label": "UNLOCALIZED: Attached Label", - "create.display_source.combine_item_names": "Combinar nombres de objetos", - "create.display_source.count_items": "Cantidad de objetos equivalentes", - "create.display_source.list_items": "Lista de objetos equivalentes", - "create.display_source.fluid_amount": "Cantidad de fluidos equivalentes", - "create.display_source.list_fluids": "Lista de fluidos equivalentes", - "create.display_source.nixie_tube": "Copiar tubos nixie", - "create.display_source.fill_level": "UNLOCALIZED: Container Fill Level", - "create.display_source.fill_level.display": "Formato de visualización", - "create.display_source.fill_level.percent": "Porcentaje", - "create.display_source.fill_level.progress_bar": "Barra de progreso", - "create.display_source.value_list.display": "Valor de visualización", - "create.display_source.value_list.shortened": "Acortado", - "create.display_source.value_list.full_number": "UNLOCALIZED: Full Number", - "create.display_source.value_list.thousand": "UNLOCALIZED: k", - "create.display_source.value_list.million": "UNLOCALIZED: m", - "create.display_source.player_deaths": "Muertes del jugador", - "create.display_source.scoreboard": "Marcador", - "create.display_source.scoreboard.objective": "ID objetivo", - "create.display_source.scoreboard.objective_not_found": "'%1$s' no encontrado", - "create.display_source.scoreboard.objective.deaths": "Muertes del jugador", - "create.display_source.time_of_day": "Hora del día", - "create.display_source.stop_watch": "Cronómetro", - "create.display_source.time.format": "Formato de tiempo", - "create.display_source.time.12_hour": "12-horas", - "create.display_source.time.24_hour": "24-horas", - "create.display_source.accumulate_items": "Acumular conteo de objetos", - "create.display_source.item_throughput": "Rendimiento de objetos", - "create.display_source.item_throughput.interval": "Intervalo", - "create.display_source.item_throughput.interval.second": "por segundo", - "create.display_source.item_throughput.interval.minute": "por minuto", - "create.display_source.item_throughput.interval.hour": "por hora", - "create.display_source.train_status": "Estado de la programación del tren", - "create.display_source.station_summary": "Resumen de la estación de tren", - "create.display_source.station_summary.filter": "Filtro de nombre de estación", - "create.display_source.station_summary.train_name_column": "UNLOCALIZED: Train column size", - "create.display_source.station_summary.platform_column": "UNLOCALIZED: Platform column size", - "create.display_source.station_summary.now": "ahora", - "create.display_source.station_summary.minutes": "UNLOCALIZED: min", - "create.display_source.station_summary.seconds": "UNLOCALIZED: %1$ss", - "create.display_source.observed_train_name": "Nombre del tren detectado", - "create.display_source.max_enchant_level": "Coste máximo de encantamiento", - "create.display_source.boiler_status": "Estado de la caldera", - "create.display_source.entity_name": "Nombre de la entidad", - "create.display_source.kinetic_speed": "Velocidad de rotación (RPM)", - "create.display_source.kinetic_speed.absolute": "Ignorar dirección", - "create.display_source.kinetic_speed.directional": "Incluir dirección", - "create.display_source.kinetic_stress": "Estrés del sistema", - "create.display_source.kinetic_stress.display": "Información expuesta", - "create.display_source.kinetic_stress.progress_bar": "Barra de progreso", - "create.display_source.kinetic_stress.percent": "Porcentaje", - "create.display_source.kinetic_stress.current": "Estrés en UE", - "create.display_source.kinetic_stress.max": "Capacidad total", - "create.display_source.kinetic_stress.remaining": "UE restantes", - "create.display_source.redstone_power": "UNLOCALIZED: Redstone Power", - "create.display_source.redstone_power.display": "Formato de visualización", - "create.display_source.redstone_power.number": "Número", - "create.display_source.redstone_power.progress_bar": "Barra de progreso", - "create.display_source.boiler.not_enough_space": "No hay suficiente espacio ", - "create.display_source.boiler.for_boiler_status": "para el estado de la caldera", - - "create.display_target.line": "Fila %1$s", - "create.display_target.page": "Página %1$s", - "create.display_target.single_line": "Fila única", - - "create.flap_display.cycles.alphabet": " ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;Ñ;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": "UNLOCALIZED: ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": " ; min;ahora;15s;30s;45s", - "create.flap_display.cycles.shortened_numbers": "UNLOCALIZED: ;K;M", - "create.flap_display.cycles.fluid_units": "mC;C ", - "create.flap_display.cycles.instant": "UNLOCALIZED: ; ", - "create.flap_display.cycles.pixel": "UNLOCALIZED: █;▓;▒", - - "create.super_glue.too_far": "El área seleccionada es demasiado grande", - "create.super_glue.cannot_reach": "Los bloques seleccionados deben de estar conectados", - "create.super_glue.click_to_confirm": "Haz clic de nuevo para confirmar", - "create.super_glue.click_to_discard": "Mayús izdo. + clic para descartar la selección", - "create.super_glue.first_pos": "Primera posición seleccionada", - "create.super_glue.abort": "Selección descartada", - "create.super_glue.not_enough": "Pegamento insuficiente", - "create.super_glue.success": "Aplicando pegamento...", - - "create.gui.config.overlay1": "Hola :)", - "create.gui.config.overlay2": "Esta es una muestra de la superposición", - "create.gui.config.overlay3": "Haga clic o arrastre con el ratón", - "create.gui.config.overlay4": "para mover esta vista previa", - "create.gui.config.overlay5": "Pulsar ESC para salir de esta pantalla", - "create.gui.config.overlay6": "y guardar la nueva posición", - "create.gui.config.overlay7": "Ejecute /create overlay reset", - "create.gui.config.overlay8": "para restablecer la posición por defecto", - - "create.command.killTPSCommand": "UNLOCALIZED: killtps", - "create.command.killTPSCommand.status.slowed_by.0": "[Create]: El tick del servidor está actualmente ralentizado en %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "[Create]: El tick del servidor está ralentizado en %s ms ahora >:)", - "create.command.killTPSCommand.status.slowed_by.2": "[Create]: El tick del servidor ha vuelto a su velocidad normal :D", - "create.command.killTPSCommand.status.usage.0": "[Create]: usa /killtps stop para que el servidor vuelva a la velocidad normal", - "create.command.killTPSCommand.status.usage.1": "[Create]: usa /killtps start para ralentizar artificialmente el tick del servidor", - "create.command.killTPSCommand.argument.tickTime": "UNLOCALIZED: tickTime", - - "create.contraption.minecart_contraption_too_big": "Este artefacto móvil de vagoneta parece demasiado grande para recogerlo", - "create.contraption.minecart_contraption_illegal_pickup": "Una fuerza mística está atando este artefacto móvil de vagoneta al mundo", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "Artefacto animado se para", - "create.subtitle.peculiar_bell_use": "Campana peculiar suena", - "create.subtitle.worldshaper_place": "Moldeador de mundos coloca bloques", - "create.subtitle.whistle_train_manual": "Tren toca la bocina", - "create.subtitle.steam": "Ruidos de vapor", - "create.subtitle.saw_activate_stone": "Sierra mecánica activada", - "create.subtitle.schematicannon_finish": "Esquematicañón suena", - "create.subtitle.crafter_craft": "Ensamblador mecánico acaba", - "create.subtitle.wrench_remove": "Componente se rompe", - "create.subtitle.train3": "Ruedas del vagón retumban amortiguadamente", - "create.subtitle.whistle": "Silbido", - "create.subtitle.cogs": "Engranajes retumban", - "create.subtitle.slime_added": "Pegamento chapotea", - "create.subtitle.whistle_train_low": "Silbido agudo", - "create.subtitle.schematicannon_launch_block": "Esquematicañón dispara", - "create.subtitle.controller_take": "Atril vaciándose", - "create.subtitle.crafter_click": "Ensamblador mecánico suena", - "create.subtitle.depot_plop": "Objeto aterriza", - "create.subtitle.confirm": "Campaneo afirmativo", - "create.subtitle.mixing": "Mezclando", - "create.subtitle.mechanical_press_activation_belt": "Prensa mecánica apisona", - "create.subtitle.fwoomp": "Cañón de patatas sonando", - "create.subtitle.sanding_long": "Lijando", - "create.subtitle.crushing_1": "Triturando", - "create.subtitle.depot_slide": "Objeto desliza", - "create.subtitle.blaze_munch": "Quemador de blaze masca", - "create.subtitle.funnel_flap": "Embudo aletea", - "create.subtitle.haunted_bell_use": "Campana maldita suena", - "create.subtitle.scroll_value": "Rueda del ratón clica", - "create.subtitle.controller_put": "Controlador teclea", - "create.subtitle.cranking": "Manivela gira", - "create.subtitle.sanding_short": "Lijando", - "create.subtitle.wrench_rotate": "Llave inglesa usada", - "create.subtitle.potato_hit": "Impacto vegetal", - "create.subtitle.saw_activate_wood": "Sierra mecánica activada", - "create.subtitle.whistle_high": "Silbido grave", - "create.subtitle.whistle_train_manual_low": "Tren toca la bocina", - "create.subtitle.whistle_train": "Silbido", - "create.subtitle.haunted_bell_convert": "Campana maldita se despierta", - "create.subtitle.train": "Ruedas del vagón retumban", - "create.subtitle.deny": "Pitido denegante", - "create.subtitle.controller_click": "Controlador clica", - "create.subtitle.whistle_low": "Silbido agudo", - "create.subtitle.copper_armor_equip": "Equipo de buceo tintinea", - "create.subtitle.mechanical_press_activation": "Prensa mecánica apisona", - "create.subtitle.contraption_assemble": "Artefacto animado se mueve", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "EJEMPLO DE OBJETO (sólo un marcador de que este consejo existe)", - "item.create.example_item.tooltip.summary": "Una breve descripción del objeto. Los puntajes bajos resaltan un término", - "item.create.example_item.tooltip.condition1": "Cuando pasa esto", - "item.create.example_item.tooltip.behaviour1": "Entonces este objeto hace esto. (los comportamientos se muestran en el turno)", - "item.create.example_item.tooltip.condition2": "Y cuando ocurre esto otro", - "item.create.example_item.tooltip.behaviour2": "Puedes añadir tantos comportamientos como quieras", - "item.create.example_item.tooltip.control1": "Cuando se pulsa [Ctrl]", - "item.create.example_item.tooltip.action1": "Se muestran estos controles", - - "block.create.wooden_bracket.tooltip": "SOPORTE DE MADERA PARA EJES", - "block.create.wooden_bracket.tooltip.summary": "Decora tus _ejes_, _engranajes_ y _ductos_ con un acogedor refuerzo de madera.", - - "block.create.metal_bracket.tooltip": "SOPORTE DE METAL PARA EJES", - "block.create.metal_bracket.tooltip.summary": "Decora tus _ejes_, _engranajes_ y _ductos_ con un poco de robusto refuerzo industrial.", - - "block.create.seat.tooltip": "ASIENTO", - "block.create.seat.tooltip.summary": "¡Siéntate y disfruta del viaje! Anclará al jugador en un artefacto animado. También es ideal para muebles estáticos. Viene en una variedad de colores.", - "block.create.seat.tooltip.condition1": "Cuando se hace clic derecho en el asiento", - "block.create.seat.tooltip.behaviour1": "Sienta al jugador en el _asiento_. Pulsa Mayús izdo. para dejar el asiento.", - - "item.create.blaze_cake.tooltip": "PASTEL DE BLAZE", - "item.create.blaze_cake.tooltip.summary": "Un delicioso regalo para sus esforzados _quemadores de blaze_. ¡Los pone en marcha!.", - - "item.create.wand_of_symmetry.tooltip": "VARITA DE SIMETRÍA", - "item.create.wand_of_symmetry.tooltip.summary": "Refleja perfectamente la colocación de bloques en los planos configurados.", - "item.create.wand_of_symmetry.tooltip.condition1": "Mientras está en el inventario de acceso rápido", - "item.create.wand_of_symmetry.tooltip.behaviour1": "Permanece activo.", - "item.create.wand_of_symmetry.tooltip.control1": "Cuando se hace clic derecho en el suelo", - "item.create.wand_of_symmetry.tooltip.action1": "_Crea_ o _mueve_ el espejo.", - "item.create.wand_of_symmetry.tooltip.control2": "Cuando se hace clic derecho en el aire", - "item.create.wand_of_symmetry.tooltip.action2": "_Quita_ el espejo activo.", - "item.create.wand_of_symmetry.tooltip.control3": "Mayús izdo. + clic derecho", - "item.create.wand_of_symmetry.tooltip.action3": "Abre la interfaz de configuración.", - - "item.create.handheld_worldshaper.tooltip": "MOLDEADOR DE MUNDOS", - "item.create.handheld_worldshaper.tooltip.summary": "Práctica herramienta para crear _paisajes_ y _características del terreno_.", - "item.create.handheld_worldshaper.tooltip.control1": "Cuando se hace clic izquierdo en un bloque", - "item.create.handheld_worldshaper.tooltip.action1": "Selecciona ese bloque para que lo replique la herramienta.", - "item.create.handheld_worldshaper.tooltip.control2": "Cuando se hace clic derecho en un bloque", - "item.create.handheld_worldshaper.tooltip.action2": "Aplica el _pincel_ y la _herramienta_ actualmente seleccionadas en el lugar deseado.", - "item.create.handheld_worldshaper.tooltip.control3": "Mayús izdo. + clic derecho", - "item.create.handheld_worldshaper.tooltip.action3": "Abre la interfaz de configuración.", - - "item.create.tree_fertilizer.tooltip": "FERTILIZANTE PARA ÁRBOLES", - "item.create.tree_fertilizer.tooltip.summary": "Una potente combinación de minerales adecuada para acelerar el crecimiento de los tipos de árboles más comunes.", - "item.create.tree_fertilizer.tooltip.condition1": "Cuando se utiliza en un árbol joven", - "item.create.tree_fertilizer.tooltip.behaviour1": "Hace crecer los árboles _independientemente_ de sus condiciones de _espacio_.", - - "item.create.extendo_grip.tooltip": "AGARRE EXTENDIDO", - "item.create.extendo_grip.tooltip.summary": "¡Boioioing! Aumenta enormemente la _distancia de alcance_ del portador. Se puede alimentar con la presión de aire de un _depósito trasero de cobre_", - "item.create.extendo_grip.tooltip.condition1": "Cuando está fuera de la mano", - "item.create.extendo_grip.tooltip.behaviour1": "Aumenta la _distancia de alcance_ de los objetos usados en la _mano principal_.", - "item.create.extendo_grip.tooltip.condition2": "Mientras se usa un depósito trasero de cobre", - "item.create.extendo_grip.tooltip.behaviour2": "No se utilizará _durabilidad_. En su lugar, la _presión del aire_ se drena desde el tanque", - - "item.create.potato_cannon.tooltip": "CANÓN DE PAPAS", - "item.create.potato_cannon.tooltip.summary": "¡Buuum! Lanza verduras caseras a tus enemigos. Se puede alimentar con la presión de aire de un _depósito trasero de cobre_", - "item.create.potato_cannon.tooltip.condition1": "Cuando se usa clic derecho", - "item.create.potato_cannon.tooltip.behaviour1": "_Dispara_ un objeto adecuado desde tu _inventario_.", - "item.create.potato_cannon.tooltip.condition2": "Mientras se usa un depósito trasero de cobre", - "item.create.potato_cannon.tooltip.behaviour2": "No se utilizará _durabilidad_. En su lugar, la _presión del aire_ se drena del tanque", - - "item.create.filter.tooltip": "FILTRO", - "item.create.filter.tooltip.summary": "Controla las _salidas_ y _entradas_ de los _dispositivos logísticos_ con más precisión, comparándolas con un _conjunto de objetos_ o varios _filtros anidados_.", - "item.create.filter.tooltip.condition1": "Cuando está en la ranura de filtros", - "item.create.filter.tooltip.behaviour1": "Controla el flujo de objetos según su _configuración_.", - "item.create.filter.tooltip.condition2": "Cuando se hace clic derecho", - "item.create.filter.tooltip.behaviour2": "Abre la interfaz de configuración.", - - "item.create.attribute_filter.tooltip": "FILTRO DE ATRIBUTOS", - "item.create.attribute_filter.tooltip.summary": "Controla las _salidas_ y las _entradas_ de los _dispositivos logísticos_ con más precisión, comparándolas con un _conjunto de atributos_ y _categorías_ de objetos.", - "item.create.attribute_filter.tooltip.condition1": "Cuando está en la ranura de filtros", - "item.create.attribute_filter.tooltip.behaviour1": "Controla el flujo de objetos según su _configuración_.", - "item.create.attribute_filter.tooltip.condition2": "Cuando se hace clic derecho", - "item.create.attribute_filter.tooltip.behaviour2": "Abre la interfaz de configuración.", - - "item.create.empty_schematic.tooltip": "ESQUEMA VACÍO", - "item.create.empty_schematic.tooltip.summary": "Se utiliza como 'ingrediente' de las recetas y para escribir en la _tabla de esquemas_.", - - "item.create.schematic.tooltip": "ESQUEMA", - "item.create.schematic.tooltip.summary": "Contiene una estructura para ser posicionada y colocada en el mundo. Posiciona el holograma como desees y utiliza un _esquematicañón_ para construirla.", - "item.create.schematic.tooltip.condition1": "Cuando se sostiene en la mano", - "item.create.schematic.tooltip.behaviour1": "Se puede posicionar utilizando las herramientas en pantalla.", - "item.create.schematic.tooltip.control1": "Mayús izdo. + clic derecho", - "item.create.schematic.tooltip.action1": "Abre una _interfaz_ para introducir las _coordenadas_ exactas.", - - "item.create.schematic_and_quill.tooltip": "ESQUEMA Y PLUMA", - "item.create.schematic_and_quill.tooltip.summary": "Se utiliza para guardar una estructura de tu mundo en un archivo .nbt.", - "item.create.schematic_and_quill.tooltip.condition1": "Paso 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "Selecciona dos puntos de esquina usando clic derecho.", - "item.create.schematic_and_quill.tooltip.condition2": "Paso 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "[Ctrl] + [RUEDA DEL RATÓN] en las caras para ajustar el tamaño. Clic derecho de nuevo para guardar.", - "item.create.schematic_and_quill.tooltip.control1": "Cuando se hace clic derecho", - "item.create.schematic_and_quill.tooltip.action1": "Selecciona un punto de esquina / confirmar guardar.", - "item.create.schematic_and_quill.tooltip.control2": "Cuando mantiene [Ctrl]", - "item.create.schematic_and_quill.tooltip.action2": "Selecciona puntos en _medio del aire_. Rueda del ratón para ajustar la distancia.", - "item.create.schematic_and_quill.tooltip.control3": "Mayús izdo. + clic derecho", - "item.create.schematic_and_quill.tooltip.action3": "_Reinicia_ y elimina la selección.", - - "block.create.schematicannon.tooltip": "ESQUEMATICAÑÓN", - "block.create.schematicannon.tooltip.summary": "Dispara bloques para recrear un _esquema_ desplegado en el mundo. Utiliza objetos de los inventarios adyacentes y _pólvora_ como combustible.", - "block.create.schematicannon.tooltip.condition1": "Cuando se hace clic derecho", - "block.create.schematicannon.tooltip.behaviour1": "Abre la interfaz.", - - "block.create.schematic_table.tooltip": "TABLA DE ESQUEMAS", - "block.create.schematic_table.tooltip.summary": "Escribe los esquemas guardados en un _esquema vacío_.", - "block.create.schematic_table.tooltip.condition1": "Cuando se da un esquema vacío", - "block.create.schematic_table.tooltip.behaviour1": "Carga un archivo elegido de la carpeta de esquemas.", - - "item.create.goggles.tooltip": "GAFAS DEL INGENIERO", - "item.create.goggles.tooltip.summary": "Un par de gafas para aumentar tu visión con útil información _cinética_.", - "item.create.goggles.tooltip.condition1": "Cuando se llevan puestas", - "item.create.goggles.tooltip.behaviour1": "Muestra _indicadores de color_ correspondientes al _nivel de velocidad_ de un componente cinético colocado, así como el _impacto de estrés_ y la _carga_ de los componentes individuales.", - "item.create.goggles.tooltip.condition2": "Al mirar un medidor", - "item.create.goggles.tooltip.behaviour2": "Muestra información detallada sobre _velocidad_ o _estrés_ de la red a la que está conectado el medidor.", - "item.create.goggles.tooltip.condition3": "Al mirar un contenedor de fluidos", - "item.create.goggles.tooltip.behaviour3": "Muestra información detallada sobre la _carga_ del bloque y los _líquidos_ almacenados en su interior.", - - "item.create.wrench.tooltip": "LLAVE INGLESA", - "item.create.wrench.tooltip.summary": "Una herramienta útil para trabajar en sistemas cinéticos. Se puede utilizar para _rotar_, _desmantelar_ y para _configurar_ componentes.", - "item.create.wrench.tooltip.control1": "Cuando se hace clic derecho en un bloque cinético", - "item.create.wrench.tooltip.action1": "Rota los componentes hacia o desde la cara con la que ha interactuado.", - "item.create.wrench.tooltip.control2": "Mayús izdo. + clic derecho", - "item.create.wrench.tooltip.action2": "Desmonta los _componentes cinéticos_ y los devuelve a tu inventario_.", - - "block.create.nozzle.tooltip": "BOQUILLA", - "block.create.nozzle.tooltip.summary": "Se acopla a la parte delantera de un _ventilador revestido_ para distribuir su efecto sobre las entidades en _todas las direcciones_.", - - "block.create.cuckoo_clock.tooltip": "RELOJ DE CUCO", - "block.create.cuckoo_clock.tooltip.summary": "Fina artesanía para decorar un espacio y contar el tiempo.", - "block.create.cuckoo_clock.tooltip.condition1": "Cuando es alimentado por cinética", - "block.create.cuckoo_clock.tooltip.behaviour1": "Muestra la _hora actual_ y toca una melodía dos veces al día. Se activa una vez al mediodía y al anochecer, _en cuanto los jugadores pueden dormir_.", - - "block.create.turntable.tooltip": "PLATAFORMA GIRATORIA", - "block.create.turntable.tooltip.summary": "Convierte la _fuerza rotacional_ en un refinado mareo.", - - "block.create.toolbox.tooltip": "CAJA DE HERRAMIENTAS", - "block.create.toolbox.tooltip.summary": "El compañero más querido de todo inventor. Mantiene una gran cantidad de 8 tipos de objetos diferentes.", - "block.create.toolbox.tooltip.condition1": "Cuando se recoge...", - "block.create.toolbox.tooltip.behaviour1": "Conserva el contenido del inventario.", - "block.create.toolbox.tooltip.condition2": "Cuando se coloca en el rango...", - "block.create.toolbox.tooltip.behaviour2": "Los jugadores cercanos pueden utilizar el enlace de teclas de la caja de herramientas para acceder a su contenido de forma remota.", - "block.create.toolbox.tooltip.condition3": "Cuando se hace clic derecho...", - "block.create.toolbox.tooltip.behaviour3": "Abre la interfaz del contenedor.", - - "block.create.stockpile_switch.tooltip": "INTERRUPTOR DE ACOPIO", - "block.create.stockpile_switch.tooltip.summary": "Activa una señal de redstone en función de la cantidad de _objetos almacenados_ en el _contenedor_ adjunto. Viene con un práctico filtro. A diferencia de un _comparador, el _interruptor de acopio_ permite la configuración de _umbrales_, a partir de los cuales se invierten las señales.", - "block.create.stockpile_switch.tooltip.condition1": "Cuando se hace clic derecho", - "block.create.stockpile_switch.tooltip.behaviour1": "Abre la interfaz de configuración.", - - "block.create.content_observer.tooltip": "OBSERVADOR DE CONTENIDO", - "block.create.content_observer.tooltip.summary": "_Detecta objetos_ o _fluidos_ dentro de _contenedores_, _tuberías_ o _cintas mecánicas_ que coincidan con un _filtro_ configurado.", - "block.create.content_observer.tooltip.condition1": "Al observar un contenedor", - "block.create.content_observer.tooltip.behaviour1": "Emite una señal de Redstone mientras que el contenedor observado contenga lo mismo.", - "block.create.content_observer.tooltip.condition2": "Al observar un embudo", - "block.create.content_observer.tooltip.behaviour2": "Emite un pulso de Redstone cuando se transfiere un objeto que coincide.", - - "block.create.creative_crate.tooltip": "CAJA CREATIVA", - "block.create.creative_crate.tooltip.summary": "Este _contenedor de objetos_ permite la replicación infinita de cualquier objeto. Colócalo junto a un _esquematicañón_ para eliminar cualquier requisito de material.", - "block.create.creative_crate.tooltip.condition1": "Cuando el objeto está en la ranura para filtros", - "block.create.creative_crate.tooltip.behaviour1": "Todo lo que se _extraiga_ de este contenedor proporcionará un suministro _ilimitado_ del objeto especificado. Los objetos _insertados_ en esta caja serán _evitados_.", - - "item.create.creative_blaze_cake.tooltip": "PASTEL CREATIVO", - "item.create.creative_blaze_cake.tooltip.summary": "Un regalo muy especial para los _Quemadores de Blaze_ que permite _controlar su nivel de calor_. Después de comer este pastel, los Quemadores de blaze _nunca se quedarán sin combustible_.", - "item.create.creative_blaze_cake.tooltip.condition1": "Clic derecho en un Quemador de blaze", - "item.create.creative_blaze_cake.tooltip.behaviour1": "Bloquea el nivel de calor del Quemador de blaze. Si se utiliza de nuevo, _cicla_ el nivel de calor del Quemador de blaze.", - - "block.create.controller_rail.tooltip": "RAÍL DE CONTROL", - "block.create.controller_rail.tooltip.summary": "Un raíl energizado _unidireccional_ capaz de _controlar con precisión_ la _velocidad de movimiento_ de una vagoneta.", - "block.create.controller_rail.tooltip.condition1": "Cuando es alimentado con redstone", - "block.create.controller_rail.tooltip.behaviour1": "_Acelera_ o _desacelera_ pasando _vagonetas_ correspondientes a la _fuerza de la señal_. Propaga la energía de redstone a los raíles de control adyacentes. Al alimentar dos raíles de control con diferentes intensidades, los carriles entre ellos interpolarán su señal.", - - "item.create.sand_paper.tooltip": "PAPEL DE LIJA", - "item.create.sand_paper.tooltip.summary": "Un papel rugoso que se puede utilizar para _pulir materiales_. Se puede aplicar automáticamente con el _desplegador_.", - "item.create.sand_paper.tooltip.condition1": "Cuando se usa", - "item.create.sand_paper.tooltip.behaviour1": "Aplica un pulido a los objetos sostenidos en la _mano libre_ o tirados en el _suelo_ cuando se _miran_.", - - "item.create.builders_tea.tooltip": "TÉ DEL CONSTRUCTOR", - "item.create.builders_tea.tooltip.summary": "La bebida perfecta para empezar el día. Motivante y saturante.", - - "item.create.refined_radiance.tooltip": "RESPLANDOR REFINADO", - "item.create.refined_radiance.tooltip.summary": "Un material cromático forjado a partir de la _luz absorbida_.", - "item.create.refined_radiance.tooltip.condition1": "Trabajo en progreso", - "item.create.refined_radiance.tooltip.behaviour1": "Los usos para este material estarán disponibles en un próximo lanzamiento.", - - "item.create.shadow_steel.tooltip": "ACERO SOMBRÍO", - "item.create.shadow_steel.tooltip.summary": "Un material cromático forjado en el _vacío_.", - "item.create.shadow_steel.tooltip.condition1": "Trabajo en curso", - "item.create.shadow_steel.tooltip.behaviour1": "Los usos de este material estarán disponibles en una futura versión.", - - "item.create.linked_controller.tooltip": "CONTROLADOR ENLAZADO", - "item.create.linked_controller.tooltip.summary": "Permite el control manual de las frecuencias de _enlaces de redstone_ asignadas a sus seis botones.", - "item.create.linked_controller.tooltip.condition1": "Al hacer clic derecho", - "item.create.linked_controller.tooltip.behaviour1": "Activa el _controlador_. Los _controles de movimiento_ se adquieren mientras está activo.", - "item.create.linked_controller.tooltip.condition2": "Al usar Mayús izdo. + clic derecho", - "item.create.linked_controller.tooltip.behaviour2": "Abre la interfaz de configuración manual.", - "item.create.linked_controller.tooltip.condition3": "Al usar clic derecho en un receptor de enlaces de redstone", - "item.create.linked_controller.tooltip.behaviour3": "Activa el _modo de vinculación_, pulsa uno de los _seis controles_ para vincularlo a la _frecuencia de los enlaces_.", - "item.create.linked_controller.tooltip.condition4": "Clic derecho en un atril", - "item.create.linked_controller.tooltip.behaviour4": "Coloca el controlador en el atril para facilitar su activación. (Clic derecho + Mayús izdo. para recuperarlo)", - - "item.create.diving_helmet.tooltip": "CASCO DE BUCEO", - "item.create.diving_helmet.tooltip.summary": "Junto con un _depósito trasero de cobre_, permite que el usuario pueda respirar bajo el agua durante un tiempo prolongado.", - "item.create.diving_helmet.tooltip.condition1": "Cuando se lleva puesto", - "item.create.diving_helmet.tooltip.behaviour1": "Proporciona el efecto de _respiración acuática_, drenando lentamente la presión de aire del _depósito trasero_.", - - "item.create.copper_backtank.tooltip": "DEPÓSITO TRASERO DE COBRE", - "item.create.copper_backtank.tooltip.summary": "Un tanque portátil para transportar _aire presurizado_.", - "item.create.copper_backtank.tooltip.condition1": "Cuando se lleva puesto", - "item.create.copper_backtank.tooltip.behaviour1": "Proporciona _aire presurizado_ a los equipos que lo requieran.", - "item.create.copper_backtank.tooltip.condition2": "Cuando se coloca y es alimentado por cinética", - "item.create.copper_backtank.tooltip.behaviour2": "Recoge _aire presurizado_ a un ritmo que depende de la velocidad rotacional.", - - "block.create.placard.tooltip": "Pancarta", - "block.create.placard.tooltip.summary": "_Enmarca_ tus _objetos_ en latón usando este fantástico mural. ¡Seguro para artefactos móviles!", - "block.create.placard.tooltip.condition1": "Cuando se usa clic derecho con un objeto", - "block.create.placard.tooltip.behaviour1": "_Añade_ el _objeto_ que sostienes a la pancarta. _Emite_ una breve señal de _Redstone_ si ya se encontraba ese mismo objeto.", - "block.create.placard.tooltip.condition2": "Cuando se golpea", - "block.create.placard.tooltip.behaviour2": "_Retira_ el _objeto_ actual del marco.", - - "block.create.flywheel.tooltip": "Rueda de inercia", - "block.create.flywheel.tooltip.summary": "_Embellece_ tus _máquinas_ con la imponente rueda de latón.", - "block.create.flywheel.tooltip.condition1": "Cuando se activa cinéticamente", - "block.create.flywheel.tooltip.behaviour1": "empieza a girar.", - - "item.create.diving_boots.tooltip": "BOTAS DE BUCEO", - "item.create.diving_boots.tooltip.summary": "Un par de _botas_ pesadas, que permiten atravesar mejor el suelo del océano.", - "item.create.diving_boots.tooltip.condition1": "Cuando se llevan puestas", - "item.create.diving_boots.tooltip.behaviour1": "El portador se hunde rápido y no puede nadar. Concede la capacidad de caminar y saltar bajo el agua. Al portador no le afectarán las _cintas mecánicas_.", - - "item.create.crafting_blueprint.tooltip": "PLANO DE ELABORACIÓN", - "item.create.crafting_blueprint.tooltip.summary": "Colocado en una pared, puede utilizarse para especificar la disposición de los ingredientes para facilitar la elaboración manual. Cada ranura representa una receta", - "item.create.crafting_blueprint.condition1": "Al hacer clic derecho en una ranura vacía", - "item.create.crafting_blueprint.behaviour1": "Abre un menú que permite configurar una receta y los objetos a mostrar.", - "item.create.crafting_blueprint.condition2": "Al hacer clic derecho en una ranura configurada", - "item.create.crafting_blueprint.behaviour2": "Aplica la receta configurada con los ingredientes que se encuentran en tu inventario. Se puede utilizar para fabricar hasta una pila de objetos.", - - "item.create.minecart_coupling.tooltip": "ENSAMBLADOR DE VAGONETAS", - "item.create.minecart_coupling.tooltip.summary": "_Encadena_ todas tus _vagonetas_ o _artefactos móviles de vagoneta_ para formar un majestuoso _tren_.", - "item.create.minecart_coupling.tooltip.condition1": "Cuando se utiliza en vagonetas", - "item.create.minecart_coupling.tooltip.behaviour1": "_Acopla_ dos vagonetas, intentando mantenerlas a una _distancia constante_ mientras se mueven.", - - "item.create.experience_nugget.tooltip": "PEPITA DE EXPERIENCIA", - "item.create.experience_nugget.tooltip.summary": "_¡Ding!_ Una partícula de _inspiración_ de tus fantásticas invenciones.", - "item.create.experience_nugget.tooltip.condition1": "Cuando se usa", - "item.create.experience_nugget.tooltip.behaviour1": "_Otorga_ los puntos de _experiencia_ contenidos.", - - "block.create.peculiar_bell.tooltip": "CAMPANA PECULIAR", - "block.create.peculiar_bell.tooltip.summary": "Una campana decorativa de latón. Al colocarla sobre un _Fuego del alma_ o una _Fogata del alma_ puede producirse una transformación espeluznante...", - - "block.create.haunted_bell.tooltip": "CAMPANA MALDITA", - "block.create.haunted_bell.tooltip.summary": "Una _campana maldita_ perseguida por las almas perdidas del Nether", - "block.create.haunted_bell.tooltip.condition1": "Cuando se sostiene o suena", - "block.create.haunted_bell.tooltip.behaviour1": "Resalta los _puntos sin luz_ cercanos en los que pueden aparecer las _criaturas hostiles_.", - - - "_": "->------------------------] Ponder Content [------------------------<-", - - "create.ponder.hold_to_ponder": "Mantén [%1$s] para considerar", - "create.ponder.subject": "Tema de esta escena", - "create.ponder.pondering": "Considerando sobre...", - "create.ponder.identify_mode": "Identificando modo activo.\nReanuda con [%1$s]", - "create.ponder.associated": "Entradas asociadas", - "create.ponder.close": "Cerrar", - "create.ponder.identify": "Identificar", - "create.ponder.next": "Escena siguiente", - "create.ponder.next_up": "Siguiente:", - "create.ponder.previous": "Escena previa", - "create.ponder.replay": "Repetición", - "create.ponder.think_back": "Volver atrás", - "create.ponder.slow_text": "Lectura cómoda", - "create.ponder.exit": "Salir", - "create.ponder.welcome": "Bienvenido al instructivo de Create", - "create.ponder.categories": "Categorías disponibles", - "create.ponder.index_description": "Haga clic en uno de los iconos para conocer sus objetos y bloques asociados", - "create.ponder.index_title": "Índice", - "create.ponder.shared.rpm16": "UNLOCALIZED: 16 RPM", - "create.ponder.shared.behaviour_modify_wrench": "Este comportamiento puede modificarse mediante una llave inglesa", - "create.ponder.shared.storage_on_contraption": "Los inventarios unidos a un artefacto animado recogerán sus producciones automáticamente", - "create.ponder.shared.sneak_and": "Mayús izdo. +", - "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": "Fuente: 16 RPM", - "create.ponder.shared.movement_anchors": "Con la ayuda de un chasis o pegamento, se pueden mover estructuras más grandes.", - "create.ponder.tag.redstone": "Componentes lógicos", - "create.ponder.tag.redstone.description": "Componentes que ayudan a la ingeniería de redstone", - "create.ponder.tag.contraption_assembly": "Utilidades para adjuntar bloques", - "create.ponder.tag.contraption_assembly.description": "Herramientas y componentes utilizados para montar artefactos animados", - "create.ponder.tag.fluids": "Manipuladores de fluidos", - "create.ponder.tag.fluids.description": "Componentes que ayudan a transportar y utilizar fluidos", - "create.ponder.tag.decoration": "Estética", - "create.ponder.tag.decoration.description": "Componentes utilizados principalmente con fines decorativos", - "create.ponder.tag.windmill_sails": "Velas para los rodamientos de los molinos de viento", - "create.ponder.tag.windmill_sails.description": "Bloques que cuentan para la fuerza de un artefacto estacionario de molino de viento cuando se ensamblan. Cada uno de ellos tiene la misma eficacia al hacerlo.", - "create.ponder.tag.arm_targets": "Objetivos para los brazos mecánicos", - "create.ponder.tag.arm_targets.description": "Componentes que pueden seleccionarse como entradas o salidas del brazo mecánico", - "create.ponder.tag.kinetic_appliances": "Dispositivos cinéticos", - "create.ponder.tag.kinetic_appliances.description": "Componentes que utilizan la fuerza rotacional", - "create.ponder.tag.kinetic_sources": "Fuentes cinéticas", - "create.ponder.tag.kinetic_sources.description": "Componentes que generan fuerza rotacional", - "create.ponder.tag.movement_anchor": "Anclas de movimiento", - "create.ponder.tag.movement_anchor.description": "Componentes que permiten crear artefactos en movimiento, animando una estructura anexa de diversas maneras", - "create.ponder.tag.kinetic_relays": "Transmisores cinéticos", - "create.ponder.tag.kinetic_relays.description": "Componentes que ayudan a transmitir la fuerza rotacional en otro lugar", - "create.ponder.tag.contraption_actor": "Actores de artefactos animados", - "create.ponder.tag.contraption_actor.description": "Componentes que tienen un comportamiento especial cuando están unidos a un artefacto animado", - "create.ponder.tag.creative": "Modo creativo", - "create.ponder.tag.creative.description": "Componentes que no suelen estar disponibles para el Modo Supervivencia", - "create.ponder.tag.display_sources": "Fuentes para los enlaces de visualización", - "create.ponder.tag.display_sources.description": "Componentes o bloques que ofrecen cierta información que puede ser leída por enlaces de visualización", - "create.ponder.tag.logistics": "Transporte de objetos", - "create.ponder.tag.logistics.description": "Componentes que ayudan a desplazar los objetos", - "create.ponder.tag.display_targets": "Objetivos para los enlaces de visualización", - "create.ponder.tag.display_targets.description": "Componentes o bloques que pueden procesar y mostrar la información recibida de enlaces de visualización", - "create.ponder.tag.train_related": "Equipamiento de ferrocarril", - "create.ponder.tag.train_related.description": "Componentes usados en la construcción y gestión de trenes", - - "create.ponder.analog_lever.header": "Controlar señales mediante la palanca analógica", - "create.ponder.analog_lever.text_1": "Las palancas analógicas son una fuente compacta y precisa de energía de redstone", - "create.ponder.analog_lever.text_2": "Haz clic derecho para aumentar su potencia analógica", - "create.ponder.analog_lever.text_3": "Usa Mayús izdo. + clic derecho para volver a disminuir su potencia", - - "create.ponder.andesite_tunnel.header": "Usar túneles de andesita", - "create.ponder.andesite_tunnel.text_1": "Los túneles de andesita se pueden utilizar para tapar las cintas mecánicas", - "create.ponder.andesite_tunnel.text_2": "Siempre que un túnel de andesita tenga conexiones a los lados...", - "create.ponder.andesite_tunnel.text_3": "...dividirá exactamente un objeto de cualquier pila que pase", - "create.ponder.andesite_tunnel.text_4": "El resto continuará su camino", - - "create.ponder.auto_schedule.header": "Estaciones y programaciones", - "create.ponder.auto_schedule.text_1": "Las programaciones pueden usarse para proporcionar un destino a los conductores", - "create.ponder.auto_schedule.text_2": "Los comparadores recibirán una señal cuando haya un tren presente", - "create.ponder.auto_schedule.text_3": "Ten en cuenta que solo puedes acercarte a una estación desde la dirección indicada", - "create.ponder.auto_schedule.text_4": "Las estaciones también pueden usarse para asignar nuevas programaciones automáticamente", - "create.ponder.auto_schedule.text_5": "Si colocas una programación en una estación, se copiará automáticamente en los trenes presentes", - "create.ponder.auto_schedule.text_6": "Al contrario de hacerlo manualmente, los conductores no consumirán la programación de la estación", - - "create.ponder.basin.header": "Procesar objetos en la cuenca", - "create.ponder.basin.text_1": "Una cuenca puede contener objetos y fluidos para su procesamiento", - "create.ponder.basin.text_2": "Después de un paso de procesamamiento, las cuencas intentan descargar por debajo a un lado de ellas", - "create.ponder.basin.text_3": "Cuando un ingrediente válido está presente, la cuenca mostrará un conducto de salida", - "create.ponder.basin.text_4": "Aquí se pueden aplicar varias opciones", - "create.ponder.basin.text_5": "Las salidas serán capturadas por el inventario que está por debajo", - "create.ponder.basin.text_6": "Sin conducto de salida, la cuenca retendrá los objetos creados en su procesamiento", - "create.ponder.basin.text_7": "Esto puede ser útil si las salidas deben ser reutilizadas como ingredientes", - "create.ponder.basin.text_8": "Las salidas deseadas tendrán que ser extraídas de la cuenca", - "create.ponder.basin.text_9": "Podría ser necesario un filtro para evitar sacar los objetos no procesados", - - "create.ponder.bearing_modes.header": "Modos de movimiento del rodamiento mecánico", - "create.ponder.bearing_modes.text_1": "Cuando se detenga, el rodamiento mecánico colocará la estructura en el ángulo más cercano alineado con la cuadrícula", - "create.ponder.bearing_modes.text_2": "Se puede configurar para que nunca vuelva a los bloques sólidos, o sólo cerca del ángulo en el que comenzó", - - "create.ponder.belt_casing.header": "Correas revestidas", - "create.ponder.belt_casing.text_1": "Se puede utilizar cajas de latón o andesita para decorar las cintas mecánicas", - "create.ponder.belt_casing.text_2": "Se puede utilizar una llave inglesa para quitar las cajas", - - "create.ponder.belt_connector.header": "El uso de las cintas", - "create.ponder.belt_connector.text_1": "Al hacer clic derecho en dos ejes con una cinta, se conectarán entre sí", - "create.ponder.belt_connector.text_2": "Las selecciones accidentales pueden ser canceladas con Mayús izdo. + clic derecho", - "create.ponder.belt_connector.text_3": "Se pueden añadir ejes adicionales en toda la cinta mecánica", - "create.ponder.belt_connector.text_4": "Los ejes conectados a través de cintas mecánicas girarán con velocidad y dirección idénticas", - "create.ponder.belt_connector.text_5": "Los ejes añadidos se pueden quitar con la llave inglesa", - "create.ponder.belt_connector.text_6": "Las cintas mecánicas se pueden teñir con fines estéticos", - - "create.ponder.belt_directions.header": "Orientaciones válidas para las cintas mecánicas", - "create.ponder.belt_directions.text_1": "Las cintas no pueden conectarse en direcciones arbitrarias", - "create.ponder.belt_directions.text_2": "1. Pueden conectarse horizontalmente", - "create.ponder.belt_directions.text_3": "2. Pueden conectarse en diagonal", - "create.ponder.belt_directions.text_4": "3. Pueden conectarse verticalmente", - "create.ponder.belt_directions.text_5": "4. Y pueden conectar ejes verticales horizontalmente", - "create.ponder.belt_directions.text_6": "Estas son todas las direcciones posibles. Pueden abarcar cualquier longitud entre 2 y 20 bloques", - - "create.ponder.belt_transport.header": "El uso de las cintas mecánicas para la logística", - "create.ponder.belt_transport.text_1": "Las cintas mecánicas transportan objetos y otras entidades", - "create.ponder.belt_transport.text_2": "Haz clic derecho con la mano vacía para sacar objetos de una cinta mecánica", - - "create.ponder.blaze_burner.header": "Alimentar quemadores de blaze", - "create.ponder.blaze_burner.text_1": "Los quemadores de blaze pueden proporcionar calor a los objetos procesados en una cuenca", - "create.ponder.blaze_burner.text_2": "Para ello, el blaze tiene que ser alimentado con objetos inflamables", - "create.ponder.blaze_burner.text_3": "Con un pastel de blaze, el quemador puede alcanzar un mayor nivel de calor", - "create.ponder.blaze_burner.text_4": "El proceso de alimentación puede automatizarse utilizando desplegadores o brazos mecánicos", - - "create.ponder.brass_funnel.header": "El embudo de latón", - "create.ponder.brass_funnel.text_1": "Los embudos de andesita sólo pueden extraer objetos individuales", - "create.ponder.brass_funnel.text_2": "Los embudos de latón pueden extraer hasta una pila completa", - "create.ponder.brass_funnel.text_3": "Usar la rueda de desplazamiento del ratón en la ranura para filtros permite un control preciso del tamaño de la pila extraída.", - "create.ponder.brass_funnel.text_4": "El uso de objetos en la ranura de filtrado restringirá el embudo para transferir sólo las pilas que coincidan.", - - "create.ponder.brass_tunnel.header": "Usar túneles de latón", - "create.ponder.brass_tunnel.text_1": "Los túneles de latón pueden utilizarse para tapar cintas mecánicas", - "create.ponder.brass_tunnel.text_2": "Tienen ranuras de filtro en cada lado abierto", - "create.ponder.brass_tunnel.text_3": "Los filtros en las conexiones de entrada simplemente bloquean los objetos que no coincidan", - "create.ponder.brass_tunnel.text_4": "Los filtros en las conexiones de salida pueden utilizarse para ordenar los objetos por tipo", - "create.ponder.brass_tunnel.text_5": "Siempre que un objeto de paso tenga múltiples salidas válidas, el modo de distribución decidirá cómo manejarlo", - "create.ponder.brass_tunnel.text_6": "Los túneles de latón en bandas paralelas formarán un grupo", - "create.ponder.brass_tunnel.text_7": "Los objetos entrantes se distribuirán ahora por todas las salidas conectadas", - "create.ponder.brass_tunnel.text_8": "Para ello, los objetos también pueden insertarse en el bloque del túnel directamente", - - "create.ponder.brass_tunnel_modes.header": "Modos de distribución del túnel de latón", - "create.ponder.brass_tunnel_modes.text_1": "Mediante una llave inglesa se puede configurar el comportamiento de distribución de los túneles de latón", - "create.ponder.brass_tunnel_modes.text_10": "'Sincronizar entradas' es una configuración única de los túneles de latón", - "create.ponder.brass_tunnel_modes.text_11": "Las entradas sólo pueden pasar si cada túnel del grupo tiene una en espera", - "create.ponder.brass_tunnel_modes.text_12": "Esto asegura que todas las cintas mecánicas afectadas suministren objetos al mismo tiempo", - "create.ponder.brass_tunnel_modes.text_2": "El modo División intentará distribuir la pila uniformemente entre las salidas disponibles", - "create.ponder.brass_tunnel_modes.text_3": "Si una salida no puede tomar más objetos, se saltará", - "create.ponder.brass_tunnel_modes.text_4": "El modo División forzada nunca saltará las salidas, y en su lugar esperará hasta que estén libres", - "create.ponder.brass_tunnel_modes.text_5": "El modo Round Robin mantiene las pilas enteras, y recorre las salidas de forma iterativa", - "create.ponder.brass_tunnel_modes.text_6": "Una vez más, si una salida no puede aceptar más objetos, se saltará", - "create.ponder.brass_tunnel_modes.text_7": "El modo Round Robin forzado nunca omite salidas", - "create.ponder.brass_tunnel_modes.text_8": "El modo Preferir el más cercano prioriza las salidas más cercanas a la ubicación de entrada de los objetos", - "create.ponder.brass_tunnel_modes.text_9": "El modo Aleatorizar distribuirá pilas enteras a salidas elegidas al azar", - - "create.ponder.cart_assembler.header": "Mover estructuras usando ensambladores de vagonetas", - "create.ponder.cart_assembler.text_1": "Los ensambladores de vagonetas montan estructuras adjuntas a las vagonetas que pasan", - "create.ponder.cart_assembler.text_2": "Sin una señal de redstone, desmonta los artefactos móviles de vagoneta que pasan de nuevo en bloques", - "create.ponder.cart_assembler.text_3": "El uso de una llave inglesa en una vagoneta te permitirá llevarte el artefacto móvil a otro lugar", - - "create.ponder.cart_assembler_dual.header": "Montando artefactos móviles de vagoneta", - "create.ponder.cart_assembler_dual.text_1": "Siempre que dos ensambladores de vagoneta compartan una estructura adjunta...", - "create.ponder.cart_assembler_dual.text_2": "...al alimentar a cualquiera de ellos se creará un artefacto móvil de vagoneta", - "create.ponder.cart_assembler_dual.text_3": "Las vagonetas se comportarán como las conectadas a través del acoplamiento de vagoneta", - - "create.ponder.cart_assembler_modes.header": "Configurar la orientación de los artefactos móviles de vagonetas", - "create.ponder.cart_assembler_modes.text_1": "Los artefactos móviles de vagonetas girarán para orientarse hacia el movimiento de sus vagonetas", - "create.ponder.cart_assembler_modes.text_2": "Esta flecha indica qué lado de la estructura se considerará la parte delantera", - "create.ponder.cart_assembler_modes.text_3": "Si el ensamblador está configurado para bloquear la rotación, la orientación de los artefactos móviles nunca cambiará", - - "create.ponder.cart_assembler_rails.header": "Otros tipos de vagonetas y raíles", - "create.ponder.cart_assembler_rails.text_1": "Los ensambladores de vagonetas en raíles normales no afectarán el movimiento de las vagonetas que pasen", - "create.ponder.cart_assembler_rails.text_2": "Cuando se encuentre en un raíl motorizado o en un raíl de control, las vagonetas se mantendrán en su sitio hasta que sea motorizado", - "create.ponder.cart_assembler_rails.text_3": "Se pueden utilizar otros tipos de vagonetas como anclaje", - "create.ponder.cart_assembler_rails.text_4": "Los artefactos móviles de vagonetas de horno se mantendrán alimentados a sí mismos, sacando combustible de cualquier inventario adjunto", - - "create.ponder.chain_drive.header": "Transmitir fuerza rotacional con las cadenas de transmisión", - "create.ponder.chain_drive.text_1": "Las cadenas de transmisión transmiten la rotación entre sí en fila", - "create.ponder.chain_drive.text_2": "Todos los ejes conectados así girarán en la misma dirección", - "create.ponder.chain_drive.text_3": "Cualquier parte de la fila puede girar 90 grados usando una llave inglesa", - - "create.ponder.chain_gearshift.header": "Controlar la velocidad de rotación con la cadena de transmisión ajustable", - "create.ponder.chain_gearshift.text_1": "Las cadenas de transmisión ajustables sin alimentación se comportan exactamente como las cadenas de transmisión", - "create.ponder.chain_gearshift.text_2": "Cuando están alimentadas, la velocidad transmitida a las demás cadenas de transmisión de la fila se duplica", - "create.ponder.chain_gearshift.text_3": "Siempre que la cadena de transmisión alimentada no esté en el origen, su velocidad se reducirá a la mitad", - "create.ponder.chain_gearshift.text_4": "En ambos casos, las cadenas de transmisión de la fila siempre funcionan al doble de la velocidad de la cadena de transmisión alimentada", - "create.ponder.chain_gearshift.text_5": "Utilizando señales analógicas, la relación puede ajustarse con mayor precisión, entre 1 y 2", - "create.ponder.chain_gearshift.text_6": "UNLOCALIZED: 12 RPM", - - "create.ponder.chute.header": "Transportar objetos hacia abajo a través de ductos", - "create.ponder.chute.text_1": "Los ductos pueden transportar objetos verticalmente desde y hacia los inventarios", - "create.ponder.chute.text_2": "Usando la llave inglesa, se puede crear una ventana", - "create.ponder.chute.text_3": "Colocar ductos apuntando a las caras laterales de otro lo hará en diagonal", - - "create.ponder.chute_upward.header": "Transportar objetos hacia arriba mediante ductos", - "create.ponder.chute_upward.text_1": "Usando ventiladores revestidos en la parte superior o inferior, un ducto puede transportar objetos hacia arriba", - "create.ponder.chute_upward.text_2": "Al inspeccionar los ductos con las gafas del ingeniero, se revela información sobre la dirección del movimiento", - "create.ponder.chute_upward.text_3": "En el extremo 'bloqueado', los objetos tendrán que ser insertados/sacados de los lados", - - "create.ponder.clockwork_bearing.header": "Animar estructuras con rodamientos tipo reloj", - "create.ponder.clockwork_bearing.text_1": "Los rodamientos tipo reloj se fijan a los bloques que tienen delante", - "create.ponder.clockwork_bearing.text_2": "Al recibir fuerza rotacional, la estructura girará según la hora del día", - "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", - "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", - "create.ponder.clockwork_bearing.text_5": "Haz clic derecho en el rodamiento para iniciar o detener la animación de la estructura", - "create.ponder.clockwork_bearing.text_6": "Delante de la manecilla de las horas se puede añadir una segunda estructura", - "create.ponder.clockwork_bearing.text_7": "Asegúrese de que las dos estructuras no están unidas entre sí con pegamento o algo similar", - "create.ponder.clockwork_bearing.text_8": "La segunda estructura ahora girará como el minutero", - - "create.ponder.clutch.header": "Controlar la fuerza rotacional mediante un embrague", - "create.ponder.clutch.text_1": "Los embragues transmitirán la rotación en línea recta", - "create.ponder.clutch.text_2": "Cuando se alimentan con redstone, rompen la conexión", - - "create.ponder.cog_speedup.header": "Cambiar de marchas con engranajes", - "create.ponder.cog_speedup.text_1": "Los engranajes grandes y normales pueden conectarse en diagonal", - "create.ponder.cog_speedup.text_2": "Al cambiar de engranajes grandes a normales, la velocidad rotacional se duplicará", - "create.ponder.cog_speedup.text_3": "Inversamente, la velocidad rotacional se reducirá a la mitad", - - "create.ponder.cogwheel.header": "Transmitir fuerza rotacional mediante engranajes", - "create.ponder.cogwheel.text_1": "Los engranajes transmitirán la rotación a otros engranajes adyacentes", - "create.ponder.cogwheel.text_2": "Los ejes adyacentes conectados así, girarán en direcciones opuestas", - - "create.ponder.cogwheel_casing.header": "Revestir engranajes", - "create.ponder.cogwheel_casing.text_1": "Las cajas de latón o andesita pueden ser usados para decorar los engranajes", - "create.ponder.cogwheel_casing.text_2": "Los componentes que se añadan por la salida del eje no se conectarán", - "create.ponder.cogwheel_casing.text_3": "La llave inglesa puede usarse para alternar las conexiones", - - "create.ponder.creative_fluid_tank.header": "Tanque de fluidos creativo", - "create.ponder.creative_fluid_tank.text_1": "Los depósitos de fluidos creativos pueden utilizarse para proporcionar un suministro de fluidos sin fondo", - "create.ponder.creative_fluid_tank.text_2": "Haga clic con el botón derecho en un objeto que contenga fluido para configurarlo", - "create.ponder.creative_fluid_tank.text_3": "Las redes de tuberías pueden ahora extraer sin cesar el fluido asignado del depósito", - "create.ponder.creative_fluid_tank.text_4": "Cualquier fluido empujado de vuelta a un tanque de fluido creativo será anulado", - - "create.ponder.creative_motor.header": "Generar fuerza rotacional con motores creativos", - "create.ponder.creative_motor.text_1": "Los motores creativos son una fuente compacta y configurable de fuerza rotacional", - "create.ponder.creative_motor.text_2": "Usar la rueda de desplazamiento del ratón en su parte trasera cambia las RPM de la salida rotacional", - - "create.ponder.creative_motor_mojang.header": "El enigma de Mojang", - - "create.ponder.crushing_wheels.header": "Procesar objetos con las ruedas trituradoras", - "create.ponder.crushing_wheels.text_1": "Un par de ruedas trituradoras pueden moler objetos de forma muy eficaz", - "create.ponder.crushing_wheels.text_2": "Su fuerza rotacional tiene que hacerlas girar una contra otra", - "create.ponder.crushing_wheels.text_3": "Los objetos lanzados o insertados en la parte superior serán procesados", - "create.ponder.crushing_wheels.text_4": "Los objetos también pueden ser insertados y recogidos a través de medios automatizados", - - "create.ponder.deployer.header": "Usar el desplegador", - "create.ponder.deployer.text_1": "Dada la fuerza rotacional, un desplegador puede imitar las interacciones de los jugadores", - "create.ponder.deployer.text_10": "Haz clic derecho en el frente para darle un objeto a utilizar", - "create.ponder.deployer.text_11": "Los objetos también pueden ser insertados automáticamente", - "create.ponder.deployer.text_12": "Los desplegadores llevan una ranura de filtro", - "create.ponder.deployer.text_13": "Cuando se establece un filtro, sólo se activa mientras se mantiene un objeto coincidente", - "create.ponder.deployer.text_14": "Ahora sólo se pueden insertar los objetos que coincidan con el filtro...", - "create.ponder.deployer.text_15": "...y sólo se extraerán los objetos que no coincidan", - "create.ponder.deployer.text_2": "Siempre interactuará con la posición 2 bloques delante de sí mismo", - "create.ponder.deployer.text_3": "Los bloques situados directamente delante no lo obstruirán", - "create.ponder.deployer.text_4": "Los desplegadores pueden:", - "create.ponder.deployer.text_5": "Colocar bloques,", - "create.ponder.deployer.text_6": "Usar objetos,", - "create.ponder.deployer.text_7": "Activar bloques,", - "create.ponder.deployer.text_8": "Cosechar bloques", - "create.ponder.deployer.text_9": "Y atacar criaturas", - - "create.ponder.deployer_contraption.header": "Usar desplegadores en artefactos animados", - "create.ponder.deployer_contraption.text_1": "Siempre que los desplegadores se muevan como parte de un artefacto animado...", - "create.ponder.deployer_contraption.text_2": "Se activan en cada ubicación visitada, utilizando objetos de los inventarios de cualquier parte del artefacto", - "create.ponder.deployer_contraption.text_3": "La ranura para filtros se puede utilizar para especificar qué objetos tirar", - - "create.ponder.deployer_modes.header": "Modos del desplegador", - "create.ponder.deployer_modes.text_1": "Por defecto, un desplegador imita la interacción del clic derecho del ratón", - "create.ponder.deployer_modes.text_2": "Usando una llave inglesa, se puede configurar para imitar un clic izquierdo en su lugar", - - "create.ponder.deployer_processing.header": "Procesar objetos mediante desplegadores", - "create.ponder.deployer_processing.text_1": "Cuando sujetan el objeto adecuado, los desplegadores pueden procesar los objetos proporcionados por debajo de ellos", - "create.ponder.deployer_processing.text_2": "Los objetos de entrada pueden soltarse o colocarse en un depósito bajo el desplegador", - "create.ponder.deployer_processing.text_3": "Cuando los objetos se disponen en una cinta mecánica...", - "create.ponder.deployer_processing.text_4": "El desplegador los retendrá y procesará automáticamente", - - "create.ponder.deployer_redstone.header": "Controlar desplegadores con redstone", - "create.ponder.deployer_redstone.text_1": "Al controlar los desplegadores con redstone, éstos no se activarán", - "create.ponder.deployer_redstone.text_2": "Antes de detenerse, el desplegador terminará cualquier ciclo iniciado", - "create.ponder.deployer_redstone.text_3": "Por lo tanto, un pulso negativo puede ser utilizado para desencadenar exactamente un ciclo de activación", - - "create.ponder.depot.header": "Usar depósitos", - "create.ponder.depot.text_1": "Los depósitos pueden servir como elementos fijos de una cinta mecánica", - "create.ponder.depot.text_2": "Haz clic derecho para colocar o eliminar manualmente objetos del mismo", - "create.ponder.depot.text_3": "Al igual que en las cintas mecánicas, pueden procesarse objetos", - "create.ponder.depot.text_4": "...así como proporcionar objetos a los brazos mecánicos", - - "create.ponder.display_board.header": "Usar pantallas de visualización", - "create.ponder.display_board.text_1": "Las pantallas de visualización son una alternativa a los carteles", - "create.ponder.display_board.text_2": "Requieren fuerza rotacional para funcionar", - "create.ponder.display_board.text_3": "Se puede mostrar texto usando etiquetas...", - "create.ponder.display_board.text_4": "...o mediante el uso de enlaces de visualización", - "create.ponder.display_board.text_5": "Se pueden aplicar tintes individualmente a cada fila de las pantallas", - "create.ponder.display_board.text_6": "Las filas se pueden reiniciar haciendo clic con una mano vacía", - - "create.ponder.display_link.header": "Configurar enlaces de visualización", - "create.ponder.display_link.text_1": "Los enlaces de visualizacion pueden usarse para obtener información dinámica", - "create.ponder.display_link.text_2": "Primero, haz clic derecho donde quieras que se muestre la información...", - "create.ponder.display_link.text_3": "...después únelo al bloque del que quieras información", - "create.ponder.display_link.text_4": "Abre la interfaz para seleccionar y configurar la información enviada", - "create.ponder.display_link.text_5": "La pantalla recibirá información del enlace", - "create.ponder.display_link.text_6": "No todos los bloques pueden actuar como una fuente de información", - "create.ponder.display_link.text_7": "Cada bloque compatible proporciona información única", - "create.ponder.display_link.text_8": "Un enlace de visualización puede funcionar con diferentes salidas", - - "create.ponder.display_link_redstone.header": "Control de redstone", - "create.ponder.display_link_redstone.text_1": "Cuando se activa con redstone, los enlaces de visualización dejarán de enviar información", - "create.ponder.display_link_redstone.text_2": "Una vez desactivado, el contador se reinicia y se vuelve a enviar información inmediatamente", - "create.ponder.display_link_redstone.text_3": "Las señales procedentes de la fuente de información no afectan al enlace", - - "create.ponder.empty_blaze_burner.header": "Usar quemadores de blaze vacíos", - "create.ponder.empty_blaze_burner.text_1": "Haz clic derecho en un blaze con el quemador vacío para capturarlo", - "create.ponder.empty_blaze_burner.text_2": "Alternativamente, los blaze pueden ser recogidos de sus spawners directamente", - "create.ponder.empty_blaze_burner.text_3": "Ahora tienes una fuente de calor ideal para varias máquinas", - "create.ponder.empty_blaze_burner.text_4": "Por motivos estéticos, los quemadores de blaze vacíos también se pueden encender con pedernal y acero", - "create.ponder.empty_blaze_burner.text_5": "La llama puede transformarse utilizando un objeto con alma", - "create.ponder.empty_blaze_burner.text_6": "Sin embargo, no son adecuados para la calefacción industrial", - - "create.ponder.encased_fluid_pipe.header": "Revestir tuberías de fluidos", - "create.ponder.encased_fluid_pipe.text_1": "El revestidor de cobre puede utilizarse para decorar las tuberías de fluidos", - "create.ponder.encased_fluid_pipe.text_2": "Además de estar ocultas, las tuberías revestidas están bloqueadas en su estado de conectividad", - "create.ponder.encased_fluid_pipe.text_3": "Ya no reaccionará a los bloques vecinos que se añadan o eliminen", - - "create.ponder.fan_direction.header": "El flujo de aire de los ventiladores revestidos", - "create.ponder.fan_direction.text_1": "Los ventiladores revestidos utilizan la fuerza rotacional para crear una corriente de aire", - "create.ponder.fan_direction.text_2": "La fuerza y la dirección del flujo dependen de la fuerza rotacional suministrada", - - "create.ponder.fan_processing.header": "Procesar objetos mediante ventiladores revestidos", - "create.ponder.fan_processing.text_1": "Al pasar por lava, el flujo de aire se calienta", - "create.ponder.fan_processing.text_2": "Los objetos capturados en la zona serán fundidos", - "create.ponder.fan_processing.text_3": "Los objetos de comida arrojados aquí serán incinerados", - "create.ponder.fan_processing.text_4": "En su lugar, se debería utilizar una instalación de ahumado, usando fuego", - "create.ponder.fan_processing.text_5": "Los flujos de aire que pasan por el agua crean una instalación de lavado", - "create.ponder.fan_processing.text_6": "Se puede hacer un nuevo e interesante procesamiento con él", - "create.ponder.fan_processing.text_7": "La velocidad del ventilador NO afecta a la velocidad de procesamiento, sólo a su rango", - "create.ponder.fan_processing.text_8": "El procesamiento del ventilador también puede aplicarse a los objetos de los depósitos y las cintas mecánicas", - - "create.ponder.fluid_pipe_flow.header": "Transportar fluidos mediante tuberías de cobre", - "create.ponder.fluid_pipe_flow.text_1": "Las tuberías de fluidos pueden conectar dos o más fuentes y objetivos de fluidos", - "create.ponder.fluid_pipe_flow.text_2": "Utilizando una llave, se puede dar a un segmento de tubo recto una ventana", - "create.ponder.fluid_pipe_flow.text_3": "Las tuberías con ventanas no se conectarán a ningún otro segmento de tubería adyacente", - "create.ponder.fluid_pipe_flow.text_4": "Accionadas por bombas mecánicas, las tuberías pueden transportar fluidos", - "create.ponder.fluid_pipe_flow.text_5": "Al principio no se extrae ningún líquido", - "create.ponder.fluid_pipe_flow.text_6": "Una vez que el flujo los conecta, los puntos finales transfieren gradualmente su contenido", - "create.ponder.fluid_pipe_flow.text_7": "Así, los bloques de tuberías nunca contienen 'físicamente' ningún fluido", - - "create.ponder.fluid_pipe_interaction.header": "Drenaje y llenado de contenedores de fluidos", - "create.ponder.fluid_pipe_interaction.text_1": "Los puntos finales de una red de tuberías pueden interactuar con una variedad de bloques", - "create.ponder.fluid_pipe_interaction.text_2": "Cualquier bloque con capacidad para almacenar fluidos puede ser llenado o vaciado", - "create.ponder.fluid_pipe_interaction.text_3": "Los bloques de origen justo delante de un extremo abierto pueden ser recogidos...", - "create.ponder.fluid_pipe_interaction.text_4": "...mientras que el derrame en espacios vacíos puede crear fuentes de fluidos", - "create.ponder.fluid_pipe_interaction.text_5": "Las tuberías también pueden extraer fluidos de un puñado de otros bloques directamente", - - "create.ponder.fluid_tank_sizes.header": "Dimensiones de un depósito de fluidos", - "create.ponder.fluid_tank_sizes.text_1": "Los depósitos de fluidos pueden combinarse para aumentar la capacidad total", - "create.ponder.fluid_tank_sizes.text_2": "Su cuadrado base puede tener hasta 3 bloques de ancho...", - "create.ponder.fluid_tank_sizes.text_3": "...y crecen en altura en más de 30 capas adicionales", - "create.ponder.fluid_tank_sizes.text_4": "Con una llave inglesa, se puede cambiar la ventana de un tanque", - - "create.ponder.fluid_tank_storage.header": "Almacenar fluidos en depósitos de fluidos", - "create.ponder.fluid_tank_storage.text_1": "Los depósitos de fluidos pueden utilizarse para almacenar grandes cantidades de fluidos", - "create.ponder.fluid_tank_storage.text_2": "Las redes de tuberías pueden empujar y arrastrar fluidos desde cualquier lado", - "create.ponder.fluid_tank_storage.text_3": "El fluido contenido puede ser medido por un Comparador", - "create.ponder.fluid_tank_storage.text_4": "Sin embargo, en el Modo Supervivencia no se pueden añadir o tomar fluidos manualmente", - "create.ponder.fluid_tank_storage.text_5": "Puede utilizar cuencas, drenadores de objetos y tuberías para vaciar o llenar objetos que contengan líquido", - - "create.ponder.funnel_compat.header": "Compatibilidades con el embudo", - "create.ponder.funnel_compat.text_1": "Los embudos deberían interactuar bien con un puñado de otros componentes", - "create.ponder.funnel_compat.text_2": "Sierras verticales", - "create.ponder.funnel_compat.text_3": "Depósitos", - "create.ponder.funnel_compat.text_4": "Drenadores de objetos", - - "create.ponder.funnel_direction.header": "Dirección de la transferencia", - "create.ponder.funnel_direction.text_1": "Colocado normalmente, extrae objetos del inventario", - "create.ponder.funnel_direction.text_2": "Colocado mientras pulsas Mayús izdo., pone objetos en el inventario", - "create.ponder.funnel_direction.text_3": "Usando una llave inglesa, el embudo puede ser volteado después de su colocación", - "create.ponder.funnel_direction.text_4": "Se aplicarán las mismas reglas para la mayoría de las orientaciones", - "create.ponder.funnel_direction.text_5": "Los embudos en las cintas mecánicas extraerán/insertarán dependiendo de su dirección de movimiento", - - "create.ponder.funnel_intro.header": "Usar embudos", - "create.ponder.funnel_intro.text_1": "Los embudos son ideales para transferir objetos desde y hacia los inventarios", - - "create.ponder.funnel_redstone.header": "Embudos alimentados con redstone", - "create.ponder.funnel_redstone.text_1": "La energía de redstone impedirá la actuación de cualquier embudo", - - "create.ponder.funnel_transfer.header": "Transferencia directa", - "create.ponder.funnel_transfer.text_1": "Los embudos no pueden transferir nunca entre inventarios cerrados directamente", - "create.ponder.funnel_transfer.text_2": "Los ductos o los ductos inteligentes podrían ser más adecuados para estos fines", - "create.ponder.funnel_transfer.text_3": "Lo mismo se aplica para el movimiento horizontal. Una cinta mecánica debería ayudar aquí", - - "create.ponder.gantry_carriage.header": "Usar carros de grúa", - "create.ponder.gantry_carriage.text_1": "Los carros de grúa pueden montarse y deslizarse a lo largo de un eje de grúa", - "create.ponder.gantry_carriage.text_2": "Las instalaciones de grúa pueden mover bloques adjuntos", - - "create.ponder.gantry_cascaded.header": "Grúas en cascada", - "create.ponder.gantry_cascaded.text_1": "Los ejes de grúas se unen a un carro de grúa sin necesidad de pegamento", - "create.ponder.gantry_cascaded.text_2": "Lo mismo se aplica a los carros de grúa en los ejes de grúas desplazados", - "create.ponder.gantry_cascaded.text_3": "Así, un sistema de grúas puede estar en cascada para cubrir múltiples ejes de movimiento", - - "create.ponder.gantry_direction.header": "Dirección del movimiento de la grúa", - "create.ponder.gantry_direction.text_1": "Los ejes de grúa pueden tener orientaciones opuestas", - "create.ponder.gantry_direction.text_2": "La dirección de movimiento de los carros de grúa depende de la orientación de sus ejes", - "create.ponder.gantry_direction.text_3": "...así como de su sentido de rotación", - "create.ponder.gantry_direction.text_4": "Se aplican las mismas reglas para la rotación propagada", - - "create.ponder.gantry_redstone.header": "Propagación de la potencia de la grúa", - "create.ponder.gantry_redstone.text_1": "Los ejes de grúa alimentados con redstone dejan de mover sus carros", - "create.ponder.gantry_redstone.text_2": "En su lugar, su fuerza rotacional se transmite al eje de salida de los carros", - - "create.ponder.gantry_shaft.header": "Usar ejes de grúa", - "create.ponder.gantry_shaft.text_1": "Los ejes de grúa forman la base de una instalación de grúas. Los carros adjuntos se moverán a lo largo de ellos", - "create.ponder.gantry_shaft.text_2": "Las instalaciones de grúas pueden mover los bloques adjuntos", - - "create.ponder.gearbox.header": "Transmitir fuerza rotacional mediante cajas de transmisión", - "create.ponder.gearbox.text_1": "Saltar entre ejes de rotación puede volverse voluminoso rápidamente", - "create.ponder.gearbox.text_2": "Una caja de transmisión es el equivalente más compacto de esta configuración", - "create.ponder.gearbox.text_3": "Los ejes giran en las direcciones reflejadas...", - "create.ponder.gearbox.text_4": "...esto quiere decir que las conexiones rectas se invierten", - - "create.ponder.gearshift.header": "Controlar la dirección rotacional mediante una caja de cambios", - "create.ponder.gearshift.text_1": "La caja de cambios transmitirá la rotación en línea recta", - "create.ponder.gearshift.text_2": "Cuando es alimentada con redstone, invierte la transmisión", - - "create.ponder.hand_crank.header": "Generar fuerza rotacional mediante manivelas", - "create.ponder.hand_crank.text_1": "Las manivelas pueden ser utilizadas para aplicar fuerza rotacional manualmente", - "create.ponder.hand_crank.text_2": "Mantén pulsado clic derecho para girar en sentido antihorario", - "create.ponder.hand_crank.text_3": "Su velocidad de transmisión es relativamente alta", - "create.ponder.hand_crank.text_4": "Mayús izdo. + clic derecho pulsado para girar en sentido horario", - - "create.ponder.hose_pulley.header": "Llenado y vaciado de fuentes mediante poleas de manguera", - "create.ponder.hose_pulley.text_1": "Las poleas para mangueras pueden utilizarse para llenar o drenar grandes masas de fluido", - "create.ponder.hose_pulley.text_2": "Con entrada cinética, se puede controlar la altura de la manguera de las poleas", - "create.ponder.hose_pulley.text_3": "La polea se retrae mientras la rotación de entrada se invierte", - "create.ponder.hose_pulley.text_4": "En el lado opuesto, se pueden conectar las tuberías", - "create.ponder.hose_pulley.text_5": "Las redes de tuberías conectadas pueden proporcionar fluido a la manguera...", - "create.ponder.hose_pulley.text_6": "...o tirar de él, vaciando la piscina en su lugar", - "create.ponder.hose_pulley.text_7": "La velocidad de llenado y vaciado de la polea depende totalmente del caudal de las redes de fluidos", - - "create.ponder.hose_pulley_infinite.header": "Llenado y drenaje pasivo de grandes masas de fluido", - "create.ponder.hose_pulley_infinite.text_1": "Al desplegar la polea de manguera en un océano lo suficientemente grande...", - "create.ponder.hose_pulley_infinite.text_2": "Proporcionará/eliminará fluidos sin afectar a la fuente", - "create.ponder.hose_pulley_infinite.text_3": "Las redes de tuberías pueden llevar fluidos de forma ilimitada desde/hacia dichas poleas", - - "create.ponder.hose_pulley_level.header": "Nivel de llenado y vaciado de las poleas de las mangueras", - "create.ponder.hose_pulley_level.text_1": "Mientras esté totalmente retraída, la polea de la manguera no puede funcionar", - "create.ponder.hose_pulley_level.text_2": "El drenaje va de arriba a abajo", - "create.ponder.hose_pulley_level.text_3": "El nivel de la superficie terminará justo debajo de donde termina la manguera", - "create.ponder.hose_pulley_level.text_4": "El llenado va de abajo a arriba", - "create.ponder.hose_pulley_level.text_5": "La piscina llena no crecerá más allá de la capa por encima del extremo de la manguera", - - "create.ponder.item_drain.header": "Vaciar contenedores de fluidos mediante drenajes de objetos", - "create.ponder.item_drain.text_1": "Los drenajes de objetos pueden extraer los fluidos de los objetos", - "create.ponder.item_drain.text_2": "Haz clic derecho para verter los fluidos de tu objeto retenido en él", - "create.ponder.item_drain.text_3": "Cuando los objetos se insertan desde lateralmente...", - "create.ponder.item_drain.text_4": "...ruedan a través, vaciando su líquido contenido", - "create.ponder.item_drain.text_5": "Las redes de tuberías pueden ahora extraer el fluido del buffer interno de los desagües", - - "create.ponder.item_vault_sizes.header": "Bóveda de objetos", - "create.ponder.item_vault_sizes.text_1": "Las bóvedas de objetos pueden combinarse para aumentar su capacidad total", - "create.ponder.item_vault_sizes.text_2": "Su base cuadrada puede ser de hasta 3 bloques de ancho...", - "create.ponder.item_vault_sizes.text_3": "...y pueden aumentar hasta 3 veces su diámetro", - - "create.ponder.item_vault_storage.header": "Almacenar objetos en las bóvedas", - "create.ponder.item_vault_storage.text_1": "Las bóvedas de objetos pueden usarse para almacenar grandes cantidades de objetos", - "create.ponder.item_vault_storage.text_2": "Sin embargo, los contenidos no pueden introducirse ni sacarse manualmente", - "create.ponder.item_vault_storage.text_3": "Cualquier componente para transferencia de objetos puede tanto introducir...", - "create.ponder.item_vault_storage.text_4": "...como sacar objetos de este contenedor", - - "create.ponder.large_cogwheel.header": "Transmitir fuerza rotacional mediante engranajes grandes", - "create.ponder.large_cogwheel.text_1": "Los engranajes grandes pueden conectarse entre sí en ángulo recto", - "create.ponder.large_cogwheel.text_2": "Ayudarán a transmitir la velocidad transportada a otros ejes de rotación.", - - "create.ponder.linear_chassis_attachment.header": "Fijar bloques mediante el chasis lineal", - "create.ponder.linear_chassis_attachment.text_1": "Las caras abiertas de un chasis lineal pueden hacerse pegajosas", - "create.ponder.linear_chassis_attachment.text_2": "Haz clic de nuevo para que se pegue el lado opuesto", - "create.ponder.linear_chassis_attachment.text_3": "Mayús izdo. + clic derecho con la mano vacía para eliminar el pegamento", - "create.ponder.linear_chassis_attachment.text_4": "Las caras pegadas del chasis lineal fijarán una línea de bloques delante de él", - "create.ponder.linear_chassis_attachment.text_5": "Utilizando una llave inglesa, se puede especificar un rango preciso", - "create.ponder.linear_chassis_attachment.text_6": "Manteniendo pulsada la tecla [Ctrl] y usando la rueda central del ratón, se ajusta el rango de todos los bloques de chasis adjuntos", - "create.ponder.linear_chassis_attachment.text_7": "Para fijar los bloques a cualquier otro lado es necesario utilizar pegamento", - "create.ponder.linear_chassis_attachment.text_8": "Utilizando esta mecánica, las estructuras de cualquier forma pueden ser parte del artefacto animado", - - "create.ponder.linear_chassis_group.header": "Mover chasis lineales en grupos", - "create.ponder.linear_chassis_group.text_1": "Los chasis lineales se conectan a los bloques de chasis idénticos que se encuentren a su lado", - "create.ponder.linear_chassis_group.text_2": "Cuando uno es movido por un artefacto animado, los otros son arrastrados con él", - "create.ponder.linear_chassis_group.text_3": "Los chasis de otro tipo u orientados en otra dirección no se fijan", - - "create.ponder.mechanical_arm.header": "Configurar los brazos mecánicos", - "create.ponder.mechanical_arm.text_1": "A los brazos mecánicos hay que asignarles sus entradas y salidas antes de colocarlos", - "create.ponder.mechanical_arm.text_2": "Clic derecho en los inventarios mientras mantiene el brazo mecánico para asignarlos como objetivos", - "create.ponder.mechanical_arm.text_3": "Clic derecho denuevo para alternar entre la entrada (azul) y la salida (naranja)", - "create.ponder.mechanical_arm.text_4": "Clic izquierdo en los componentes para eliminar su selección", - "create.ponder.mechanical_arm.text_5": "Una vez colocado, el brazo mecánico apuntará a los bloques seleccionados previamente", - "create.ponder.mechanical_arm.text_6": "Pueden tener cualquier cantidad de entradas y salidas dentro de su rango", - "create.ponder.mechanical_arm.text_7": "Sin embargo, no se puede interactuar directamente con todos los tipos de inventario", - "create.ponder.mechanical_arm.text_8": "Los embudos y depósitos pueden ayudar a salvar esa distancia", - - "create.ponder.mechanical_arm_filtering.header": "Filtrar salidas del brazo mecánico", - "create.ponder.mechanical_arm_filtering.text_1": "Entradas", - "create.ponder.mechanical_arm_filtering.text_2": "Salidas", - "create.ponder.mechanical_arm_filtering.text_3": "A veces es conveniente restringir los objetivos del brazo mecánico haciendo coincidir un filtro", - "create.ponder.mechanical_arm_filtering.text_4": "Por sí mismos no ofrecen ninguna opción de filtrado", - "create.ponder.mechanical_arm_filtering.text_5": "Sin embargo, los embudos de latón como objetivos comunican su propio filtro al brazo", - "create.ponder.mechanical_arm_filtering.text_6": "El brazo mecánico es lo suficientemente inteligente como para no recoger objetos que no podría distribuir", - - "create.ponder.mechanical_arm_modes.header": "Modos de distribución del brazo mecánico", - "create.ponder.mechanical_arm_modes.text_1": "Entradas", - "create.ponder.mechanical_arm_modes.text_2": "Salidas", - "create.ponder.mechanical_arm_modes.text_3": "Siempre que un brazo tenga que elegir entre varias salidas válidas...", - "create.ponder.mechanical_arm_modes.text_4": "...funcionará según su configuración", - "create.ponder.mechanical_arm_modes.text_5": "Usando la rueda del ratón con una llave inglesa te permitirá configurarlo", - "create.ponder.mechanical_arm_modes.text_6": "El modo Round Robin simplemente hace un ciclo a través de todas las salidas que están disponibles", - "create.ponder.mechanical_arm_modes.text_7": "Si una salida no puede admitir más objetos, se omitirá", - "create.ponder.mechanical_arm_modes.text_8": "El modo Round Robin forzado nunca omitirá las salidas, sino que esperará a que estén libres", - "create.ponder.mechanical_arm_modes.text_9": "Preferir el primero da prioridad a las salidas seleccionadas anteriormente al configurar este brazo", - - "create.ponder.mechanical_arm_redstone.header": "Controlar brazos mecánicos con redstone", - "create.ponder.mechanical_arm_redstone.text_1": "Cuando se alimentan con redstone, los brazos mecánicos no se activan", - "create.ponder.mechanical_arm_redstone.text_2": "Antes de detenerse, terminará los ciclos iniciados", - "create.ponder.mechanical_arm_redstone.text_3": "Así, un pulso negativo puede utilizarse para activar exactamente un ciclo de activación", - - "create.ponder.mechanical_bearing.header": "Mover estructuras mediante el rodamiento mecánico", - "create.ponder.mechanical_bearing.text_1": "Los rodamientos mecánicos se fijan al bloque que tienen delante", - "create.ponder.mechanical_bearing.text_2": "Al recibir fuerza rotacional, la ensamblará en un artefacto estacionario", - - "create.ponder.mechanical_crafter.header": "Configurar ensambladores mecánicos", - "create.ponder.mechanical_crafter.text_1": "Se puede utilizar una serie de ensambladores mecánicos para automatizar cualquier receta de elaboración.", - "create.ponder.mechanical_crafter.text_2": "Usando una llave inglesa, puedes establecer los caminos de los ensambladores ", - "create.ponder.mechanical_crafter.text_3": "Para que la configuración sea válida, todos los caminos tienen que converger en una salida, en cualquiera de los lados", - "create.ponder.mechanical_crafter.text_4": "Los puertos de salida de objetos se colocarán en un inventario a la salida", - "create.ponder.mechanical_crafter.text_5": "Los ensambladores mecánicos requieren fuerza rotacional para funcionar", - "create.ponder.mechanical_crafter.text_6": "Haga clic derecho en la parte delantera para insertar objetos manualmente", - "create.ponder.mechanical_crafter.text_7": "Una vez que cada ranura de una ruta contenga un objeto, comenzará el proceso de elaboración", - "create.ponder.mechanical_crafter.text_8": "Para las recetas que no ocupen totalmente la instalación del ensamblador, se puede forzar el arranque utilizando un pulso de redstone", - - "create.ponder.mechanical_crafter_connect.header": "Conectar inventarios a los ensambladores mecánicos", - "create.ponder.mechanical_crafter_connect.text_1": "Los objetos pueden ser insertados a los ensambladores mecánicos automáticamente", - "create.ponder.mechanical_crafter_connect.text_2": "Utilizando la llave inglesa a sus espaldas, las entradas pueden combinarse", - "create.ponder.mechanical_crafter_connect.text_3": "Ahora se puede acceder a todos los ensambladores mecánicos conectados por la misma ubicación de entrada", - - "create.ponder.mechanical_crafter_covers.header": "Cubrir las ranuras de los ensambladores mecánicos", - "create.ponder.mechanical_crafter_covers.text_1": "Algunas recetas requerirán ensambladores mecánicos adicionales para salvar las brechas en el camino", - "create.ponder.mechanical_crafter_covers.text_2": "Utilizando las tapas de ranuras del ensamblador mecánico, pueden actuar como una ranura vacía a su disposición", - "create.ponder.mechanical_crafter_covers.text_3": "Las entradas compartidas creadas con la llave inglesa en la parte posterior también pueden llegar a través de los ensambladores revestidos", - - "create.ponder.mechanical_drill.header": "Romper bloques con el taladro mecánico", - "create.ponder.mechanical_drill.text_1": "Cuando se le aplica fuerza rotacional, el taladro mecánico rompe los bloques que tiene delante.", - "create.ponder.mechanical_drill.text_2": "Su velocidad de trabajo depende de la fuerza rotacional suministrada", - - "create.ponder.mechanical_drill_contraption.header": "Usar taladros mecánicos en artefactos animados", - "create.ponder.mechanical_drill_contraption.text_1": "Siempre que los taladros mecánicos se muevan como parte de un artefacto animado...", - "create.ponder.mechanical_drill_contraption.text_2": "...romperán los bloques por los que artefacto los hace pasar", - - "create.ponder.mechanical_harvester.header": "Utilizar cosechadoras mecánicas en artefactos animados", - "create.ponder.mechanical_harvester.text_1": "Siempre que las cosechadoras mecánicas se muevan como parte de un artefacto animado...", - "create.ponder.mechanical_harvester.text_2": "...recogerán y repondrán los cultivos maduros en su camino", - - "create.ponder.mechanical_mixer.header": "Procesar objetos con la mezcladora mecánica", - "create.ponder.mechanical_mixer.text_1": "Con una mezcladora mecánica y una cuenca, se pueden automatizar algunas recetas", - "create.ponder.mechanical_mixer.text_2": "Las recetas disponibles incluyen cualquier receta de elaboración amorfa, además de un par de recetas adicionales", - "create.ponder.mechanical_mixer.text_3": "Algunas de esas recetas pueden requerir el calor de un quemador de blaze", - "create.ponder.mechanical_mixer.text_4": "La ranura para filtros se puede utilizar en caso de que dos recetas sean conflictivas.", - - "create.ponder.mechanical_piston.header": "Mover estructuras mediante pistones mecánicos", - "create.ponder.mechanical_piston.text_1": "Los pistones mecánicos pueden mover los bloques que tienen delante", - "create.ponder.mechanical_piston.text_2": "La velocidad y la dirección del movimiento dependen de la fuerza rotacional suministrada", - "create.ponder.mechanical_piston.text_3": "Los pistones mecánicos pegajosos pueden tirar de los bloques unidos hacia atrás", - - "create.ponder.mechanical_piston_modes.header": "Modos de movimiento del pistón mecánico", - "create.ponder.mechanical_piston_modes.text_1": "Cuando los pistones mecánicos dejan de moverse, la estructura movida vuelve a los bloques", - "create.ponder.mechanical_piston_modes.text_2": "Puede configurarse para que no vuelva nunca a los bloques sólidos, o sólo en la ubicación en la que comenzó", - - "create.ponder.mechanical_plough.header": "Utilizar arados mecánicos en los artefactos animados", - "create.ponder.mechanical_plough.text_1": "Cuando los arados mecánicos se mueven como parte de un artefacto animado...", - "create.ponder.mechanical_plough.text_2": "...romperán los bloques con una hitbox menor a la de un bloque completo", - "create.ponder.mechanical_plough.text_3": "Además, pueden crear tierras de cultivo", - "create.ponder.mechanical_plough.text_4": "...también pueden lanzar entidades sin dañarlas", - - "create.ponder.mechanical_press.header": "Procesar objetos con la prensa mecánica", - "create.ponder.mechanical_press.text_1": "La prensa mecánica puede procesar los objetos proporcionados por debajo de ella", - "create.ponder.mechanical_press.text_2": "Los objetos de entrada pueden soltarse o colocarse en un depósito bajo la prensa", - "create.ponder.mechanical_press.text_3": "Cuando los objetos se proporcionan en una cinta mecánica...", - "create.ponder.mechanical_press.text_4": "...la prensa mecánica los retendrá y procesará automáticamente", - - "create.ponder.mechanical_press_compacting.header": "Compactar objetos con la prensa mecánica", - "create.ponder.mechanical_press_compacting.text_1": "Al presionar los objetos que se encuentran en una cuenca, éstos se compactan.", - "create.ponder.mechanical_press_compacting.text_2": "La compactación incluye cualquier receta de elaboración de 2x2 o 3x3 rellena, además de un par extra", - "create.ponder.mechanical_press_compacting.text_3": "Algunas de esas recetas pueden requerir el calor de un quemador de blaze", - "create.ponder.mechanical_press_compacting.text_4": "La ranura para filtros se puede utilizar en caso de que dos recetas sean conflictivas.", - - "create.ponder.mechanical_pump_flow.header": "Transportar fluidos mediante bombas mecánicas", - "create.ponder.mechanical_pump_flow.text_1": "Las bombas mecánicas gobiernan el flujo de sus redes de tuberías anexas", - "create.ponder.mechanical_pump_flow.text_2": "Cuando están alimentadas, su flecha indica la dirección del flujo", - "create.ponder.mechanical_pump_flow.text_3": "La red de atrás está ahora tirando de fluidos...", - "create.ponder.mechanical_pump_flow.text_4": "...mientras la red de enfrente la transfiere hacia el exterior", - "create.ponder.mechanical_pump_flow.text_5": "Al invertir la rotación de la entrada se invierte el sentido del flujo", - "create.ponder.mechanical_pump_flow.text_6": "Utilice una llave inglesa para invertir la orientación de las bombas manualmente", - - "create.ponder.mechanical_pump_speed.header": "Rendimiento de las bombas mecánicas", - "create.ponder.mechanical_pump_speed.text_1": "Independientemente de la velocidad, las bombas mecánicas afectan a las tuberías conectadas hasta 16 bloques de distancia", - "create.ponder.mechanical_pump_speed.text_2": "Acelerar la rotación de entrada cambia la velocidad de propagación del flujo...", - "create.ponder.mechanical_pump_speed.text_3": "...así como la rapidez con la que se transfieren los fluidos", - "create.ponder.mechanical_pump_speed.text_4": "Las bombas pueden combinar sus rendimientos en redes de tuberías compartidas", - "create.ponder.mechanical_pump_speed.text_5": "Alternar su orientación puede ayudar a alinear sus direcciones de flujo", - - "create.ponder.mechanical_saw_breaker.header": "Cortar árboles con la sierra mecánica", - "create.ponder.mechanical_saw_breaker.text_1": "Cuando se le da una fuerza rotacional, la sierra mecánica cortará los árboles que estén directamente frente a ella", - "create.ponder.mechanical_saw_breaker.text_2": "Para poder cortar el árbol por completo, la sierra tiene que romper el último bloque que lo une al suelo", - - "create.ponder.mechanical_saw_contraption.header": "Utilizar sierras mecánicas en artefactos animados", - "create.ponder.mechanical_saw_contraption.text_1": "Cuando las sierras mecánicas se mueven como parte de un artefactos animado...", - "create.ponder.mechanical_saw_contraption.text_2": "...cortarán cualquier árbol con el se topen", - - "create.ponder.mechanical_saw_processing.header": "Procesar objetos en la sierra mecánica", - "create.ponder.mechanical_saw_processing.text_1": "Las sierras mecánicas orientadas hacia arriba pueden procesar una variedad de objetos", - "create.ponder.mechanical_saw_processing.text_2": "El objeto procesado siempre se mueve en contra de la fuerza rotacional de la sierra", - "create.ponder.mechanical_saw_processing.text_3": "Las sierras mecánicas pueden trabajar en línea con las cinta mecánicas", - "create.ponder.mechanical_saw_processing.text_4": "Cuando un ingrediente tiene varios resultados posibles, la ranura para filtros puede especificarlo", - "create.ponder.mechanical_saw_processing.text_5": "Sin filtro, al contrario, la sierra mecánica pasaría por todos los resultados", - - "create.ponder.millstone.header": "Procesar objetos en la piedra de molino", - "create.ponder.millstone.text_1": "Las piedras de molino procesan los objetos mediante la molienda", - "create.ponder.millstone.text_2": "Se pueden accionar lateralmente mediante engranajes...", - "create.ponder.millstone.text_3": "... y tirar o insertar objetos en la parte superior", - "create.ponder.millstone.text_4": "Después de un tiempo, el resultado se puede obtener usando el clic derecho del ratón", - "create.ponder.millstone.text_5": "Las salidas también pueden extraerse mediante la automatización", - - "create.ponder.nixie_tube.header": "Usar los tubos Nixie", - "create.ponder.nixie_tube.text_1": "Cuando son alimentados con redstone, los tubos nixie mostrarán la fuerza de las señales de redstone", - "create.ponder.nixie_tube.text_2": "Con las etiquetas editadas en un yunque, pueden mostar un texto personalizado", - "create.ponder.nixie_tube.text_3": "Haga clic derecho con un tinte para cambiar su color de visualización", - - "create.ponder.piston_pole.header": "Pértigas de extensión de pistones", - "create.ponder.piston_pole.text_1": "Sin las pértigas de extensión unidas, un pistón mecánico no puede moverse", - "create.ponder.piston_pole.text_2": "La longitud de la pértiga añadida en su parte posterior determina el rango de alcance", - - "create.ponder.portable_fluid_interface.header": "Interfaz de fluidos portátil", - "create.ponder.portable_fluid_interface.text_1": "No se puede acceder a los depósitos de fluidos de los artefactos en movimiento por ninguna tubería", - "create.ponder.portable_fluid_interface.text_2": "Este componente puede interactuar con los depósitos de fluidos sin necesidad de detener el artefacto", - "create.ponder.portable_fluid_interface.text_3": "Coloca una segunda con un espacio de 1 o 2 bloques entre ellas", - "create.ponder.portable_fluid_interface.text_4": "Cada vez que pasen por delante de la otra, entablarán una conexión", - "create.ponder.portable_fluid_interface.text_5": "Mientras esté activada, la interfaz estacionaria representará TODOS los tanques del artefacto", - "create.ponder.portable_fluid_interface.text_6": "Ahora se puede introducir el fluido...", - "create.ponder.portable_fluid_interface.text_7": "...o extraerlo del artefacto", - "create.ponder.portable_fluid_interface.text_8": "Cuando no se intercambien contenidos durante un tiempo, el artefacto seguirá su camino", - - "create.ponder.portable_storage_interface.header": "Interfaz de almacenamiento portátil", - "create.ponder.portable_storage_interface.text_1": "Los jugadores no pueden acceder a los inventarios de los artefactos en movimiento.", - "create.ponder.portable_storage_interface.text_2": "Este componente puede interactuar con el almacenamiento sin necesidad de detener el artefacto.", - "create.ponder.portable_storage_interface.text_3": "Coloca una segunda unidad con un espacio de 1 o 2 bloques entre ellas", - "create.ponder.portable_storage_interface.text_4": "Cada vez que pasen por delante del otro, entablarán una conexión", - "create.ponder.portable_storage_interface.text_5": "Mientras esté conectada, la interfaz fija representará TODOS los inventarios del artefacto", - "create.ponder.portable_storage_interface.text_6": "Ahora pueden insertarse objetos...", - "create.ponder.portable_storage_interface.text_7": "...o extraerse", - "create.ponder.portable_storage_interface.text_8": "Cuando no se hayan intercambiado objetos durante un tiempo, el artefacto seguirá su camino", - - "create.ponder.portable_storage_interface_redstone.header": "Interfaz de almacenamiento portátil controlada por redstone", - "create.ponder.portable_storage_interface_redstone.text_1": "La energía de redstone impedirá que las interfaces de almacenamiento portátil se conecten", - - "create.ponder.powered_latch.header": "Controlar señales mediante la palanca motorizada", - "create.ponder.powered_latch.text_1": "Las palancas motorizadas son palancas controlables por redstone", - "create.ponder.powered_latch.text_2": "Las señales en la parte trasera la encienden", - "create.ponder.powered_latch.text_3": "Las señales sobre un lateral la vuelven a apagar", - "create.ponder.powered_latch.text_4": "Las palancas motorizadas también se pueden accionar manualmente", - - "create.ponder.powered_toggle_latch.header": "Controlar señales mediante la palanca de cierre motorizada", - "create.ponder.powered_toggle_latch.text_1": "Las palancas de cierre motorizadas son palancas controlables por redstone", - "create.ponder.powered_toggle_latch.text_2": "Las señales en la parte trasera cambiarán su estado...", - "create.ponder.powered_toggle_latch.text_3": "...encender y apagar", - "create.ponder.powered_toggle_latch.text_4": "Las palancas de cierre motorizadas también se pueden accionar manualmente", - - "create.ponder.pulse_extender.header": "Controlar señales usando extensores de pulso", - "create.ponder.pulse_extender.text_1": "Los extensores de pulso pueden alargar una señal", - "create.ponder.pulse_extender.text_2": "Se activan después de un breve retraso...", - "create.ponder.pulse_extender.text_3": "...y tienen un enfriamiento igual a la cantidad configurada", - "create.ponder.pulse_extender.text_4": "Utilizando la rueda del ratón, el enfriamiento se puede configurar", - "create.ponder.pulse_extender.text_5": "La duración configurada puede alcanzar hasta los 30 minutos", - - "create.ponder.pulse_repeater.header": "Controlar señales mediante repetidores de pulsos", - "create.ponder.pulse_repeater.text_1": "Los repetidores de pulsos acortan cualquier señal de redstone a un solo pulso", - "create.ponder.pulse_repeater.text_2": "Utilizando la rueda del ratón, el tiempo de carga se puede configurar", - "create.ponder.pulse_repeater.text_3": "Los retrasos configurados pueden alcanzar hasta los 30 minutos", - - "create.ponder.radial_chassis.header": "Fijar bloques mediante chasis radiales", - "create.ponder.radial_chassis.text_1": "Los chasis radiales se conectan a bloques de chasis idénticos en una fila", - "create.ponder.radial_chassis.text_2": "Cuando uno es movido por un artefacto, los otros son arrastrados con él", - "create.ponder.radial_chassis.text_3": "Las caras laterales de un chasis radial pueden hacerse adhesivas", - "create.ponder.radial_chassis.text_4": "Haga clic de nuevo para que todos los demás lados sean pegajosos", - "create.ponder.radial_chassis.text_5": "Mayús izdo. + clic derecho con la mano vacía para eliminar el pegamento", - "create.ponder.radial_chassis.text_6": "Cada vez que un bloque está junto a una cara pegajosa...", - "create.ponder.radial_chassis.text_7": "...adjuntará todos los bloques alcanzables dentro de un radio en esa capa", - "create.ponder.radial_chassis.text_8": "Con una llave inglesa y usando la rueda de desplazamiento del ratón se puede especificar un radio preciso", - "create.ponder.radial_chassis.text_9": "Los bloques no alcanzables por ninguna cara adhesiva no se fijarán", - - "create.ponder.redstone_contact.header": "Contactos de redstone", - "create.ponder.redstone_contact.text_1": "Los contactos de redstone enfrentados emitirán una señal de redstone", - "create.ponder.redstone_contact.text_2": "Esto sigue siendo válido cuando uno de ellos forma parte de un artefacto en movimiento", - - "create.ponder.redstone_link.header": "Usar los enlaces de redstone", - "create.ponder.redstone_link.text_1": "Los enlaces de redstone pueden transmitir señales redstone de forma inalámbrica", - "create.ponder.redstone_link.text_2": "Mayús izdo. + clic derecho para cambiar el modo de recepción", - "create.ponder.redstone_link.text_3": "Un simple clic derecho con una llave inglesa puede hacer lo mismo", - "create.ponder.redstone_link.text_4": "Los receptores emiten la potencia de redstone de los transmisores en 128 bloques", - "create.ponder.redstone_link.text_5": "Colocando objetos en las dos ranuras puede especificar una frecuencia", - "create.ponder.redstone_link.text_6": "Sólo se comunicarán los enlaces con frecuencias coincidentes", - - "create.ponder.rope_pulley.header": "Mover estructuras con poleas de cuerda", - "create.ponder.rope_pulley.text_1": "Las poleas de cuerda pueden mover los bloques verticalmente cuando se les aplica una fuerza rotacional", - "create.ponder.rope_pulley.text_2": "La dirección y la velocidad del movimiento dependen de la fuerza rotacional suministrada", - - "create.ponder.rope_pulley_attachment.header": "Mover poleas como parte de un artefacto", - "create.ponder.rope_pulley_attachment.text_1": "Siempre que las poleas de cuerda sean movidas por un artefacto...", - "create.ponder.rope_pulley_attachment.text_2": "...su estructura adjunta será arrastrada con ella", - "create.ponder.rope_pulley_attachment.text_3": "Tenga en cuenta que las poleas de cuerda sólo se mueven cuando están paradas", - - "create.ponder.rope_pulley_modes.header": "Modos de movimiento de la polea de cuerda", - "create.ponder.rope_pulley_modes.text_1": "Cuando las poleas de cuerda dejan de moverse, la estructura movida vuelve a los bloques", - "create.ponder.rope_pulley_modes.text_2": "Puede configurarse para que no vuelva nunca a los bloques sólidos, o sólo en la ubicación en la que comenzó", - - "create.ponder.rose_quartz_lamp.header": "Lámparas de cuarzo rosado", - "create.ponder.rose_quartz_lamp.text_1": "Las lámparas de cuarzo rosado se activan con una señal de redstone", - "create.ponder.rose_quartz_lamp.text_2": "Continuarán emitiendo una señal de redstone", - "create.ponder.rose_quartz_lamp.text_3": "Cuando hay varias lámparas juntas...", - "create.ponder.rose_quartz_lamp.text_4": "...activar una lámpara hará que todas las demás se desactiven", - "create.ponder.rose_quartz_lamp.text_5": "Los comparadores emitirán una señal dependiendo de la distancia a la lámpara que está activada", - "create.ponder.rose_quartz_lamp.text_6": "Las lámparas también se pueden manejar manualmente con una llave inglesa", - - "create.ponder.rotation_speed_controller.header": "Usar el controlador de velocidad rotacional", - "create.ponder.rotation_speed_controller.text_1": "Los controladores de velocidad rotacional transmiten la rotación de su eje a un engranaje grande situado encima.", - "create.ponder.rotation_speed_controller.text_2": "Utilizando la rueda de desplazamiento del ratón, puede configurarse la velocidad rotacional", - - "create.ponder.sail.header": "Montar molinos de viento usando velas", - "create.ponder.sail.text_1": "Las velas son bloques muy útiles para crear molinos de viento", - "create.ponder.sail.text_2": "Se fijarán a los bloques y entre sí sin necesidad de pegamento o bloques de chasis", - "create.ponder.sail.text_3": "Clic derecho con un tinte para pintarlas", - "create.ponder.sail.text_4": "Clic derecho con una tijera para volver a convertirlas en marcos", - - "create.ponder.sail_frame.header": "Montar molinos de viento con marcos de vela", - "create.ponder.sail_frame.text_1": "Los marcos de vela son prácticos bloques para crear molinos de viento", - "create.ponder.sail_frame.text_2": "Se fijarán a los bloques y entre sí sin necesidad de pegamento o bloques de chasis", - - "create.ponder.sequenced_gearshift.header": "Controlar la velocidad de rotación mediante la caja de cambios secuenciales", - "create.ponder.sequenced_gearshift.text_1": "La caja de cambios secuencial retransmite la rotación siguiendo una lista cronometrada de instrucciones", - "create.ponder.sequenced_gearshift.text_2": "Haga clic con el botón derecho para abrir la interfaz de configuración", - "create.ponder.sequenced_gearshift.text_3": "Al recibir una señal de redstone, comenzará a ejecutar su secuencia configurada", - "create.ponder.sequenced_gearshift.text_4": "Una vez terminado, espera la siguiente señal de redstone y vuelve a empezar", - "create.ponder.sequenced_gearshift.text_5": "Se puede utilizar un comparador de redstone para leer el progreso actual", - - "create.ponder.shaft.header": "Transmitir fuerza rotacional mediante ejes", - "create.ponder.shaft.text_1": "Los ejes transmiten la rotación en línea recta.", - - "create.ponder.shaft_casing.header": "Ejes revestidos", - "create.ponder.shaft_casing.text_1": "Puedes utilizar las cajas de latón o de andesita para decorar tus ejes", - - "create.ponder.smart_chute.header": "Filtrar objetos mediante ductos inteligentes", - "create.ponder.smart_chute.text_1": "Los ductos inteligentes son ductos verticales con control adicional", - "create.ponder.smart_chute.text_2": "Los objetos en la ranura para filtros especifican lo que pueden extraer y transferir exactamente", - "create.ponder.smart_chute.text_3": "Usa la rueda del ratón para especificar el tamaño de la pila extraída", - "create.ponder.smart_chute.text_4": "La energía de redstone impedirá que funcionen.", - - "create.ponder.smart_pipe.header": "Controlar el flujo de fluidos mediante tuberías inteligentes", - "create.ponder.smart_pipe.text_1": "Las tuberías inteligentes pueden ayudar a controlar los flujos por tipo de fluido", - "create.ponder.smart_pipe.text_2": "Cuando se colocan directamente en la fuente, pueden especificar el tipo de fluido a extraer", - "create.ponder.smart_pipe.text_3": "Simplemente haga clic derecho en su ranura de filtro con cualquier objeto que contenga el fluido deseado", - "create.ponder.smart_pipe.text_4": "Cuando se colocan detrás de una red de tuberías, las tuberías inteligentes sólo dejan que los fluidos coincidentes continúen", - - "create.ponder.speedometer.header": "Controlar la información cinética mediante el velocímetro", - "create.ponder.speedometer.text_1": "El velocímetro muestra la velocidad actual de los componentes conectados", - "create.ponder.speedometer.text_2": "Cuando se usan las gafas del ingeniero, el jugador puede obtener información más detallada del medidor", - "create.ponder.speedometer.text_3": "Los comparadores pueden emitir señales analógicas de redstone en relación con las mediciones del velocímetro", - - "create.ponder.spout_filling.header": "Llenar objetos con un surtidor", - "create.ponder.spout_filling.text_1": "El surtidor puede llenar los objetos capaces de retener fluidos que se encuentren debajo de él", - "create.ponder.spout_filling.text_2": "No se puede acceder manualmente al contenido de un surtidor", - "create.ponder.spout_filling.text_3": "En su lugar, se pueden utilizar tuberías para suministrarle fluidos", - "create.ponder.spout_filling.text_4": "Los objetos de entrada pueden colocarse en un depósito bajo el surtidor", - "create.ponder.spout_filling.text_5": "Cuando los objetos se proporcionan en una cinta...", - "create.ponder.spout_filling.text_6": "El surtidor los retendrá y procesará automáticamente", - - "create.ponder.stabilized_bearings.header": "Estabilizar artefactos estacionarios", - "create.ponder.stabilized_bearings.text_1": "Siempre que los rodamientos mecánicos formen parte de una estructura móvil...", - "create.ponder.stabilized_bearings.text_2": "...intentarán mantenerse derechos", - "create.ponder.stabilized_bearings.text_3": "Una vez más, el rodamiento se unirá al bloque de enfrente", - "create.ponder.stabilized_bearings.text_4": "Como resultado, todo el sub-artefacto se mantendrá en posición vertical", - - "create.ponder.steam_engine.header": "Instalación de motores de vapor", - "create.ponder.steam_engine.text_1": "Los motores de vapor se pueden colocar en depósitos de fluidos", - "create.ponder.steam_engine.text_10": "Nivel 4", - "create.ponder.steam_engine.text_11": "4 Motores", - "create.ponder.steam_engine.text_12": "Nivel 8", - "create.ponder.steam_engine.text_13": "8 Motores", - "create.ponder.steam_engine.text_2": "Haciendo clic en el motor con un eje se crea una salida cinética", - "create.ponder.steam_engine.text_3": "Con suficiente calor, agua y espacio de la caldera...", - "create.ponder.steam_engine.text_4": "...general fuerza rotacional", - "create.ponder.steam_engine.text_5": "Como mínimo se necesitan 4 depósitos de fluidos", - "create.ponder.steam_engine.text_6": "Con la ayuda de quemadores de blaze, la potencia resultante se puede incrementar", - "create.ponder.steam_engine.text_7": "Una mayor potencia requiere más agua, tamaño y calor", - "create.ponder.steam_engine.text_8": "La potencia de la caldera se puede inspeccionar con las gafas del ingeniero", - "create.ponder.steam_engine.text_9": "Con cada nivel de potencia que se añada, un motor adicional puede estar funcionando a su capacidad máxima", - - "create.ponder.steam_whistle.header": "Instalar silbatos de vapor", - "create.ponder.steam_whistle.text_1": "Los silbatos de vapor pueden colocarse en depósitos de fluidos", - "create.ponder.steam_whistle.text_2": "Si el depósito recibe suficiente calor...", - "create.ponder.steam_whistle.text_3": "...el silbato tocará una nota cuando sea activado", - "create.ponder.steam_whistle.text_4": "Usa el objeto del silbato en el bloque para bajar su tono", - "create.ponder.steam_whistle.text_5": "Cambia entre 3 octavas diferentes usando la llave inglesa", - "create.ponder.steam_whistle.text_6": "Las gafas del ingeniero te pueden ayudar a conocer el tono del silbato", - - "create.ponder.sticker.header": "Fijar bloques con pegatinas", - "create.ponder.sticker.text_1": "Las pegatinas son ideales para la fijación controlada por redstone de bloques", - "create.ponder.sticker.text_2": "Al recibir una señal, cambiará su estado", - "create.ponder.sticker.text_3": "Si ahora se mueve en un artefacto animado, el bloque se moverá con él", - "create.ponder.sticker.text_4": "Si se vuelve a activar, el bloque dejará de estar fijado", - - "create.ponder.stressometer.header": "Supervisar la información cinética con el estresómetro", - "create.ponder.stressometer.text_1": "El estresómetro muestra la capacidad de estrés actual de la red cinética conectada", - "create.ponder.stressometer.text_2": "Cuando se usan las gafas del ingeniero, el jugador puede obtener información más detallada del medidor", - "create.ponder.stressometer.text_3": "Los comparadores pueden emitir señales analógicas de redstone en relación con las mediciones del estresómetro", - - "create.ponder.super_glue.header": "Fijar bloques con pegamento", - "create.ponder.super_glue.text_1": "Se puede utilizar pegamento entre dos bloques cualquiera", - "create.ponder.super_glue.text_2": "Los bloques fijados se moverán juntos cuando se ensamblen en un artefacto", - "create.ponder.super_glue.text_3": "Cada vez que el pegamento es sostenido en la mano secundaria...", - "create.ponder.super_glue.text_4": "...los bloques añadidos se pegarán a la cara en la que fueron colocados automáticamente", - "create.ponder.super_glue.text_5": "El pegamento se puede quitar con un clic izquierdo", - "create.ponder.super_glue.text_6": "Bloques que cuelgan de otros normalmente no requieren pegamento", - - "create.ponder.track_chunks.header": "Atravesando chunks descargados", - "create.ponder.track_chunks.text_1": "Las vías siguen funcionando fuera de chunks cargados", - "create.ponder.track_chunks.text_2": "Los trenes atraviesan partes inactivas del mundo sin problemas", - "create.ponder.track_chunks.text_3": "Seguirán parándose en estaciones o en señales rojas", - "create.ponder.track_chunks.text_4": "Sin embargo, taladros y demás máquinas a bordo no estarán operativas", - "create.ponder.track_chunks.text_5": "Una vez está cerca de un jugador, el tren reaparecerá", - - "create.ponder.track_observer.header": "Detectar trenes", - "create.ponder.track_observer.text_1": "Selecciona una vía de tren y coloca el observador cerca", - "create.ponder.track_observer.text_2": "El observador detectará cualquier tren que pase por la marca", - "create.ponder.track_observer.text_3": "Los observadores pueden filtrar trenes con cierta mercancía", - - "create.ponder.track_placement.header": "Colocar vías de tren", - "create.ponder.track_placement.text_1": "Un nuevo tipo de raíl diseñado para trenes", - "create.ponder.track_placement.text_2": "Para colocar filas de vías en grandes cantidades, haz clic en una vía existente", - "create.ponder.track_placement.text_3": "Después coloca o selecciona una segunda vía", - "create.ponder.track_placement.text_4": "Las vías también se pueden colocar a modo de curvas o cuestas", - "create.ponder.track_placement.text_5": "Cuando se conectan, las vías intentarán hacer cada curva de igual tamaño", - "create.ponder.track_placement.text_6": "Manteniendo [Ctrl] mientras se conectan...", - "create.ponder.track_placement.text_7": "...creará adecuadamente la curva más larga posible", - "create.ponder.track_placement.text_8": "Los materiales en la mano secundaria serán enlosados debajo de las vías automáticamente", - - "create.ponder.track_portal.header": "Vías y el Nether", - "create.ponder.track_portal.text_1": "Las vías que se colocan mirando hacia un portal del nether...", - "create.ponder.track_portal.text_2": "...intentarán crear una vía enlazada al otro lado", - "create.ponder.track_portal.text_3": "Los trenes en este tipo de vías son ahora capaces de viajar entre dimensiones", - - "create.ponder.train_assembly.header": "Ensamblar trenes", - "create.ponder.train_assembly.text_1": "Selecciona una vía de tren y coloca la estación cerca", - "create.ponder.train_assembly.text_10": "Todo tren necesita controles de tren a bordo", - "create.ponder.train_assembly.text_11": "Opcionalmente puedes añadir otros controles de tren para poder ir en ambas direcciones", - "create.ponder.train_assembly.text_12": "Abre la interfaz de la estación y confirma el proceso de ensamblaje", - "create.ponder.train_assembly.text_13": "Los trenes solo pueden desensamblarse de nuevo en bloques en estaciones", - "create.ponder.train_assembly.text_14": "Cuando se usa sobre una estación, los mapas añaden un marcador en esa posición", - "create.ponder.train_assembly.text_15": "Los trenes ensamblados pueden reubicarse a vías cercanas usando la llave inglesa", - "create.ponder.train_assembly.text_2": "Las estaciones son los puntos de referencia de tu sistema de vías", - "create.ponder.train_assembly.text_3": "Para crear un nuevo tren, abre la interfaz y cambia al modo de ensamblaje", - "create.ponder.train_assembly.text_4": "Mientras se esté ensamblando un tren, ningún tren programado se acercará a esa estación", - "create.ponder.train_assembly.text_5": "Crea nuevos vagones usando revestidores de trenes sobre vías", - "create.ponder.train_assembly.text_6": "Haz clic sobre la vía de nuevo para cambiar el diseño del vagón", - "create.ponder.train_assembly.text_7": "Usa pegamento para unir bloques al vagón", - "create.ponder.train_assembly.text_8": "Los trenes ensamblados irán más rápido si encuentran combustible en los cofres o barriles del propio tren", - "create.ponder.train_assembly.text_9": "El combustible que se encuentre en bóvedas no se consumirá", - - "create.ponder.train_controls.header": "Controlar trenes", - "create.ponder.train_controls.text_1": "Los controladores de trenes son necesarios en cada artefacto móvil de tren", - "create.ponder.train_controls.text_2": "Una vez ensamblados, haz clic derecho en el bloque para empezar a conducir", - "create.ponder.train_controls.text_3": "Acelera y dirige el tren usando las teclas de movimiento", - "create.ponder.train_controls.text_4": "Si se desea, la velocidad máxima se puede afinar con la rueda del ratón", - "create.ponder.train_controls.text_5": "Mantén la barra espaciadora para acercarte a la estación más cercana", - "create.ponder.train_controls.text_6": "Los trenes solo pueden desensamblar en bloques en estaciones", - "create.ponder.train_controls.text_7": "Los silbatos de vapor a bordo pueden activarte con [Ctrl]", - "create.ponder.train_controls.text_8": "Usa mayús izdo. o clic de nuevo para parar de controlar el tren", - - "create.ponder.train_schedule.header": "Usar programaciones de tren", - "create.ponder.train_schedule.text_1": "Las programaciones permiten a los trenes ser controlados por otros conductores", - "create.ponder.train_schedule.text_2": "Haz clic derecho con el objeto en la mano para abrir la interfaz", - "create.ponder.train_schedule.text_3": "Una vez configurado, la programación puede usarse en el conductor", - "create.ponder.train_schedule.text_4": "Cualquier mob o quemador de blaze sentado en frente de los controles de tren es un posible conductor", - "create.ponder.train_schedule.text_5": "Las criaturas en riendas pueden adquirir su asiento de forma más conveniente", - "create.ponder.train_schedule.text_6": "Las programaciones pueden recuperarse de los conductores en cualquier momento", - - "create.ponder.train_signal_placement.header": "Colocar señales de tren", - "create.ponder.train_signal_placement.text_1": "Selecciona una vía de tren y coloca la señal cerca", - "create.ponder.train_signal_placement.text_2": "Las señales controlan el flujo de trenes no conducidos por jugadores", - "create.ponder.train_signal_placement.text_3": "Los trenes programados nunca cruzarán señales en la dirección opuesta", - "create.ponder.train_signal_placement.text_4": "...a menos que una segunda señal esté mirando el la posición opuesta.", - "create.ponder.train_signal_placement.text_5": "Los tubos nixie se pueden adherir para hacer que las señales sean más visibles", - - "create.ponder.train_signal_redstone.header": "Señales y redstone", - "create.ponder.train_signal_redstone.text_1": "Se puede forzar que una señal esté en rojo con una señal de redstone", - "create.ponder.train_signal_redstone.text_2": "De forma inversa, las señales rojas emiten una señal mediante comparador", - - "create.ponder.train_signal_signaling.header": "Prevención de colisiones con señales", - "create.ponder.train_signal_signaling.text_1": "Las señales de tren dividen una vía en segmentos", - "create.ponder.train_signal_signaling.text_2": "Si un segmento está ocupado, no se le permitirá el paso a ningún otro tren", - "create.ponder.train_signal_signaling.text_3": "Por lo tanto, cada segmento solo puede albergar un tren", - "create.ponder.train_signal_signaling.text_4": "Un segundo modo de señalización está disponible usando la llave inglesa", - "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", - "create.ponder.train_signal_signaling.text_6": "Esta señal especial puede hacer que se paren trenes bajo una segunda condición", - "create.ponder.train_signal_signaling.text_7": "Parará a trenes, los cuales cuando entren...", - "create.ponder.train_signal_signaling.text_8": "...no serán capaces de abandonar ese segmento inmediatamente", - "create.ponder.train_signal_signaling.text_9": "Esto ayuda a que los trenes tengan un orden en segmentos muy concurridos", - - "create.ponder.valve_handle.header": "Generar fuerza rotacional mediante asas de válvula", - "create.ponder.valve_handle.text_1": "Los jugadores pueden utilizar las asas de válvulas para aplicar fuerza rotacional manualmente", - "create.ponder.valve_handle.text_2": "Mantén pulsado el clic derecho para rotar en sentido contrario a las agujas del reloj", - "create.ponder.valve_handle.text_3": "Su velocidad de transmisión es lenta y precisa", - "create.ponder.valve_handle.text_4": "Mayús izdo. + clic derecho para rotar en el sentido de las agujas del reloj", - "create.ponder.valve_handle.text_5": "Las asas de las válvulas pueden teñirse con fines estéticos", - - "create.ponder.valve_pipe.header": "Controlar el flujo de fluidos mediante válvulas", - "create.ponder.valve_pipe.text_1": "Las tuberías con válvulas ayudan a controlar los fluidos que se propagan por las redes de tuberías", - "create.ponder.valve_pipe.text_2": "La entrada con eje controla si el fluido puede pasar", - "create.ponder.valve_pipe.text_3": "Dada una fuerza de rotación en la dirección de apertura, la válvula se abrirá", - "create.ponder.valve_pipe.text_4": "Se puede volver a cerrar invirtiendo el sentido del eje", - - "create.ponder.water_wheel.header": "Generar fuerza rotacional mediante ruedas hidráulicas", - "create.ponder.water_wheel.text_1": "Las ruedas hidráulicas extraen la fuerza de las corrientes de agua adyacentes", - "create.ponder.water_wheel.text_2": "Cuantas más caras se alimenten, más rápido girará", - "create.ponder.water_wheel.text_3": "Las paletas de las ruedas deben estar orientadas en contra del flujo", - "create.ponder.water_wheel.text_4": "Orientadas hacia el lado contrario, no serán tan eficaces", - - "create.ponder.weighted_ejector.header": "Usar eyectores de peso", - "create.ponder.weighted_ejector.text_1": "Mayús izdo. + clic derecho sosteniendo un eyector de peso para seleccionar la ubicación de destino", - "create.ponder.weighted_ejector.text_10": "Ahora estára limitado a este tamaño de pila, y sólo se activara cuando su pila retenida alcance esta cantidad", - "create.ponder.weighted_ejector.text_11": "Otras entidades activarán el eyector al pisarlos", - "create.ponder.weighted_ejector.text_2": "El eyector colocado lanzará ahora los objetos al lugar marcado", - "create.ponder.weighted_ejector.text_3": "Un objetivo válido puede estar a cualquier altura o distancia dentro del alcance", - "create.ponder.weighted_ejector.text_4": "Sin embargo, no pueden estar a un costado", - "create.ponder.weighted_ejector.text_5": "Si no se ha seleccionado ningún objetivo válido, simplemente se dirigirá al bloque que se encuentra justo delante", - "create.ponder.weighted_ejector.text_6": "Suminístralo fuerza rotacional para cargarlo", - "create.ponder.weighted_ejector.text_7": "Los objetos colocados en el eyector hacen que se dispare", - "create.ponder.weighted_ejector.text_8": "Si se dirigen a un inventario, el eyector esperará hasta que haya espacio", - "create.ponder.weighted_ejector.text_9": "Con la llave inglesa se puede configurar el tamaño de pila requerido", - - "create.ponder.weighted_ejector_redstone.header": "Controlar los eyectores de peso con redstone", - "create.ponder.weighted_ejector_redstone.text_1": "Cuando se alimentan con redstone, los eyectores no se activan", - "create.ponder.weighted_ejector_redstone.text_2": "Además, los observadores de contenido pueden detectar cuando los eyectores se activan", - - "create.ponder.weighted_ejector_tunnel.header": "Dividir pilas de objetos mediante eyectores de peso", - "create.ponder.weighted_ejector_tunnel.text_1": "En combinación con los túneles de latón, los eyectores de peso pueden dividir las pilas de objetos en cantidades específicas", - "create.ponder.weighted_ejector_tunnel.text_2": "En primer lugar, configure el túnel de latón en 'Preferir lo más cercano', para dar prioridad a su salida lateral", - "create.ponder.weighted_ejector_tunnel.text_3": "El tamaño de la pila fijado en el eyector determina ahora la cantidad que se va a dividir", - "create.ponder.weighted_ejector_tunnel.text_4": "Mientras una nueva pila del tamaño configurado se expulse por la salida lateral...", - "create.ponder.weighted_ejector_tunnel.text_5": "...el resto seguirá su camino", - - "create.ponder.windmill_source.header": "Generar fuerza rotacional mediante rodamientos de molino de viento", - "create.ponder.windmill_source.text_1": "Los rodamientos del molino de viento se fijan al bloque que tienen delante", - "create.ponder.windmill_source.text_2": "Crea una estructura móvil con la ayuda del pegamento", - "create.ponder.windmill_source.text_3": "Si se unen suficientes velas al bloque, éste puede actuar como un molino de viento", - "create.ponder.windmill_source.text_4": "Activado con un clic derecho, el rodamiento de molino de viento comenzará a proporcionar fuerza rotacional", - "create.ponder.windmill_source.text_5": "La cantidad de velas determina su velocidad de rotación", - "create.ponder.windmill_source.text_6": "Utiliza una llave inglesa para configurar su sentido de rotación", - "create.ponder.windmill_source.text_7": "Haga clic derecho sobre el rodamiento de molino de viento en cualquier momento para detener y editar la estructura de nuevo", - - "create.ponder.windmill_structure.header": "Artefactos estacionarios de molinos de viento", - "create.ponder.windmill_structure.text_1": "Cualquier estructura puede contar como un molino de viento válido, siempre que contenga al menos 8 velas.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/fr_fr.json b/src/generated/resources/assets/create/lang/unfinished/fr_fr.json deleted file mode 100644 index 5891339818..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/fr_fr.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 11", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Fenêtre en acacia", - "block.create.acacia_window_pane": "Vitre en acacia", - "block.create.adjustable_chain_gearshift": "Chaine de transmission ajustable", - "block.create.analog_lever": "Levier analogique", - "block.create.andesite_belt_funnel": "Entonnoir d'andésite sur tapis roulant", - "block.create.andesite_casing": "Revêtement d'andésite", - "block.create.andesite_encased_cogwheel": "Roue dentée dans un revêtement d'andésite", - "block.create.andesite_encased_large_cogwheel": "Grande roue dentée dans un revêtement d'andésite", - "block.create.andesite_encased_shaft": "Rotor dans un revêtement d'andésite", - "block.create.andesite_funnel": "Entonnoir d'andésite", - "block.create.andesite_ladder": "Échelle d'andésite", - "block.create.andesite_pillar": "Pilier d'andésite", - "block.create.andesite_tunnel": "Tunnel d'andésite", - "block.create.asurine": "Asurine", - "block.create.asurine_pillar": "Pilier d'asurine", - "block.create.basin": "Bassin", - "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": "Tube Nixie noir", - "block.create.black_sail": "Voile noire", - "block.create.black_seat": "Siège noir", - "block.create.black_toolbox": "Boîte à outils noire", - "block.create.black_valve_handle": "Vanne noire", - "block.create.blaze_burner": "Brûleur à blaze", - "block.create.blue_nixie_tube": "Tube Nixie bleu", - "block.create.blue_sail": "Voile bleue", - "block.create.blue_seat": "Siège bleu", - "block.create.blue_toolbox": "Boîte à outils bleue", - "block.create.blue_valve_handle": "Vanne bleue", - "block.create.brass_belt_funnel": "Entonnoir de laiton sur tapis roulant", - "block.create.brass_block": "Bloc de laiton", - "block.create.brass_casing": "Revêtement de laiton", - "block.create.brass_encased_cogwheel": "Roue dentée dans un revêtement de laiton", - "block.create.brass_encased_large_cogwheel": "Grande roue dentée dans un revêtement de laiton", - "block.create.brass_encased_shaft": "Rotor dans un revêtement de laiton", - "block.create.brass_funnel": "Entonnoir de laiton", - "block.create.brass_ladder": "Échelle de laiton", - "block.create.brass_tunnel": "Tunnel de laiton", - "block.create.brown_nixie_tube": "Tube Nixie brun", - "block.create.brown_sail": "Voile brune", - "block.create.brown_seat": "Siège brun", - "block.create.brown_toolbox": "Boîte à outils brune", - "block.create.brown_valve_handle": "Vanne brune", - "block.create.calcite_pillar": "Pilier de calcite", - "block.create.cart_assembler": "Assembleur de wagonnet", - "block.create.chocolate": "Chocolat", - "block.create.chute": "Glissière", - "block.create.clockwork_bearing": "Roulement mécanique horloger", - "block.create.clutch": "Embrayage", - "block.create.cogwheel": "Roue dentée", - "block.create.content_observer": "Observateur de contenu", - "block.create.controller_rail": "Rails contrôleurs", - "block.create.controls": "Contrôles de train", - "block.create.copper_backtank": "Réservoir dorsal de cuivre", - "block.create.copper_casing": "Revêtement de cuivre", - "block.create.copper_ladder": "Échelle de cuivre", - "block.create.copper_shingle_slab": "Dalle en bardeaux de cuivre", - "block.create.copper_shingle_stairs": "Escalier en bardeaux de cuivre", - "block.create.copper_shingles": "Bardeaux de cuivre", - "block.create.copper_tile_slab": "Dalle en tuiles de cuivre", - "block.create.copper_tile_stairs": "Escalier en tuiles de cuivre", - "block.create.copper_tiles": "Tuiles de cuivre", - "block.create.copper_valve_handle": "Vanne de cuivre", - "block.create.creative_crate": "Caisse créative", - "block.create.creative_fluid_tank": "Réservoir à fluide créatif", - "block.create.creative_motor": "Moteur créatif", - "block.create.crimsite": "Crimsite", - "block.create.crimsite_pillar": "Pilier de crimsite", - "block.create.crimson_window": "Fenêtre carmin", - "block.create.crimson_window_pane": "Vitre carmin", - "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.cut_andesite": "Andésite coupée", - "block.create.cut_andesite_brick_slab": "Dalle en briques d'andésite coupée", - "block.create.cut_andesite_brick_stairs": "Escalier en briques d'andésite coupée", - "block.create.cut_andesite_brick_wall": "Muret en briques d'andésite coupée", - "block.create.cut_andesite_bricks": "Briques d'andésite coupée", - "block.create.cut_andesite_slab": "Dalle d'andésite coupée", - "block.create.cut_andesite_stairs": "Escalier d'andésite coupée", - "block.create.cut_andesite_wall": "Muret d'andésite coupée", - "block.create.cut_asurine": "Asurine coupée", - "block.create.cut_asurine_brick_slab": "Dalle en briques d'asurine coupée", - "block.create.cut_asurine_brick_stairs": "Escalier en briques d'asurine coupée", - "block.create.cut_asurine_brick_wall": "Muret en briques d'asurine coupée", - "block.create.cut_asurine_bricks": "Briques d'asurine coupée", - "block.create.cut_asurine_slab": "Dalle d'asurine coupée", - "block.create.cut_asurine_stairs": "Escalier d'asurine coupée", - "block.create.cut_asurine_wall": "Muret d'asurine coupée", - "block.create.cut_calcite": "Calcite coupée", - "block.create.cut_calcite_brick_slab": "Dalle en briques de calcite coupée", - "block.create.cut_calcite_brick_stairs": "Escalier en briques de calcite coupée", - "block.create.cut_calcite_brick_wall": "Muret en briques de calcite coupée", - "block.create.cut_calcite_bricks": "Briques de calcite coupée", - "block.create.cut_calcite_slab": "Dalle de calcite coupée", - "block.create.cut_calcite_stairs": "Escalier de calcite coupée", - "block.create.cut_calcite_wall": "Muret de calcite coupée", - "block.create.cut_crimsite": "Crimsite coupée", - "block.create.cut_crimsite_brick_slab": "Dalle en briques de crimsite coupée", - "block.create.cut_crimsite_brick_stairs": "Escalier en briques de crimsite coupée", - "block.create.cut_crimsite_brick_wall": "Muret en briques de crimsite coupée", - "block.create.cut_crimsite_bricks": "Briques de crimsite coupée", - "block.create.cut_crimsite_slab": "Dalle de crimsite coupée", - "block.create.cut_crimsite_stairs": "Escalier de crimsite coupée", - "block.create.cut_crimsite_wall": "Muret de crimsite coupée", - "block.create.cut_deepslate": "Ardoise des abîmes coupée", - "block.create.cut_deepslate_brick_slab": "Dalle en briques d'ardoise des abîmes coupée", - "block.create.cut_deepslate_brick_stairs": "Escalier en briques d'ardoise des abîmes coupée", - "block.create.cut_deepslate_brick_wall": "Muret en briques d'ardoise des abîmes coupée", - "block.create.cut_deepslate_bricks": "Briques d'ardoise des abîmes coupée", - "block.create.cut_deepslate_slab": "Dalle en ardoise des abîmes coupée", - "block.create.cut_deepslate_stairs": "Escalier en ardoise des abîmes coupée", - "block.create.cut_deepslate_wall": "Muret en ardoise des abîmes coupée", - "block.create.cut_diorite": "Diorite coupée", - "block.create.cut_diorite_brick_slab": "Dalle en briques de diorite coupée", - "block.create.cut_diorite_brick_stairs": "Escalier en briques de diorite coupée", - "block.create.cut_diorite_brick_wall": "Muret en briques de diorite coupée", - "block.create.cut_diorite_bricks": "Briques de diorite coupée", - "block.create.cut_diorite_slab": "Dalle de diorite coupée", - "block.create.cut_diorite_stairs": "Escalier de diorite coupée", - "block.create.cut_diorite_wall": "Muret de diorite coupée", - "block.create.cut_dripstone": "Bloc de spéléothème coupé", - "block.create.cut_dripstone_brick_slab": "Dalle en briques de spéléothème coupé", - "block.create.cut_dripstone_brick_stairs": "Escalier en briques de spéléothème coupé", - "block.create.cut_dripstone_brick_wall": "Muret en briques de spéléothème coupé", - "block.create.cut_dripstone_bricks": "Briques de spéléothème coupé", - "block.create.cut_dripstone_slab": "Dalle de spéléothème coupé", - "block.create.cut_dripstone_stairs": "Escalier de spéléothème coupé", - "block.create.cut_dripstone_wall": "Muret de spéléothème coupé", - "block.create.cut_granite": "Granite coupé", - "block.create.cut_granite_brick_slab": "Dalle en briques de granite coupé", - "block.create.cut_granite_brick_stairs": "Escalier en briques de granite coupé", - "block.create.cut_granite_brick_wall": "Muret en briques de granite coupé", - "block.create.cut_granite_bricks": "Briques de granite coupé", - "block.create.cut_granite_slab": "Dalle de granite coupé", - "block.create.cut_granite_stairs": "Escalier de granite coupé", - "block.create.cut_granite_wall": "Muret de granite coupé", - "block.create.cut_limestone": "Calcaire coupé", - "block.create.cut_limestone_brick_slab": "Dalle en briques de calcaire coupé", - "block.create.cut_limestone_brick_stairs": "Escalier en briques de calcaire coupé", - "block.create.cut_limestone_brick_wall": "Muret en briques de calcaire coupé", - "block.create.cut_limestone_bricks": "Briques de calcaire coupé", - "block.create.cut_limestone_slab": "Dalle de calcaire coupé", - "block.create.cut_limestone_stairs": "Escalier de calcaire coupé", - "block.create.cut_limestone_wall": "Muret de calcaire coupé", - "block.create.cut_ochrum": "Ochrum coupé", - "block.create.cut_ochrum_brick_slab": "Dalle en briques d'ochrum coupé", - "block.create.cut_ochrum_brick_stairs": "Escalier en briques d'ochrum coupé", - "block.create.cut_ochrum_brick_wall": "Muret en briques d'ochrum coupé", - "block.create.cut_ochrum_bricks": "Briques d'ochrum coupé", - "block.create.cut_ochrum_slab": "Dalle d'ochrum coupé", - "block.create.cut_ochrum_stairs": "Escalier d'ochrum coupé", - "block.create.cut_ochrum_wall": "Muret d'ochrum coupé", - "block.create.cut_scorchia": "Scorchia coupée", - "block.create.cut_scorchia_brick_slab": "Dalle en briques de scorchia coupée", - "block.create.cut_scorchia_brick_stairs": "Escalier en briques de scorchia coupée", - "block.create.cut_scorchia_brick_wall": "Muret en briques de scorchia coupée", - "block.create.cut_scorchia_bricks": "Briques de scorchia coupée", - "block.create.cut_scorchia_slab": "Dalle de scorchia coupée", - "block.create.cut_scorchia_stairs": "Escalier de scorchia coupée", - "block.create.cut_scorchia_wall": "Muret de scorchia coupée", - "block.create.cut_scoria": "Scorie coupée", - "block.create.cut_scoria_brick_slab": "Dalle en briques de scorie coupée", - "block.create.cut_scoria_brick_stairs": "Escalier en briques de scorie coupée", - "block.create.cut_scoria_brick_wall": "Muret en briques de scorie coupée", - "block.create.cut_scoria_bricks": "Briques de scorie coupée", - "block.create.cut_scoria_slab": "Dalle de scorie coupée", - "block.create.cut_scoria_stairs": "Escalier de scorie coupée", - "block.create.cut_scoria_wall": "Muret de scorie coupée", - "block.create.cut_tuff": "Tuf coupé", - "block.create.cut_tuff_brick_slab": "Dalle en briques de tuf coupé", - "block.create.cut_tuff_brick_stairs": "Escalier en briques de tuf coupé", - "block.create.cut_tuff_brick_wall": "Muret en briques de tuf coupé", - "block.create.cut_tuff_bricks": "Briques de tuf coupé", - "block.create.cut_tuff_slab": "Dalle de tuf coupé", - "block.create.cut_tuff_stairs": "Escalier de tuf coupé", - "block.create.cut_tuff_wall": "Muret de tuf coupé", - "block.create.cut_veridium": "Veridium coupé", - "block.create.cut_veridium_brick_slab": "Dalle en briques de veridium coupé", - "block.create.cut_veridium_brick_stairs": "Escalier en briques de veridium coupé", - "block.create.cut_veridium_brick_wall": "Muret en briques de veridium coupé", - "block.create.cut_veridium_bricks": "Briques de veridium coupé", - "block.create.cut_veridium_slab": "Dalle de veridium coupé", - "block.create.cut_veridium_stairs": "Escalier de veridium coupé", - "block.create.cut_veridium_wall": "Muret de veridium coupé", - "block.create.cyan_nixie_tube": "Tube Nixie cyan", - "block.create.cyan_sail": "Voile cyan", - "block.create.cyan_seat": "Siège cyan", - "block.create.cyan_toolbox": "Boîte à outils cyan", - "block.create.cyan_valve_handle": "Vanne cyan", - "block.create.dark_oak_window": "Fenêtre en chêne noir", - "block.create.dark_oak_window_pane": "Vitre en chêne noir", - "block.create.deepslate_pillar": "Pilier en ardoise des abîmes", - "block.create.deepslate_zinc_ore": "Minerai de zinc des abîmes", - "block.create.deployer": "Déployeur", - "block.create.depot": "Dépôt", - "block.create.diorite_pillar": "Pilier de diorite", - "block.create.display_board": "Panneau d'affichage", - "block.create.display_link": "Liaison d'affichage", - "block.create.dripstone_pillar": "Pilier de spéléothème", - "block.create.encased_chain_drive": "Chaine de transmission", - "block.create.encased_fan": "Ventilateur enchâssé", - "block.create.encased_fluid_pipe": "Tuyau à fluide dans un revêtement", - "block.create.exposed_copper_shingle_slab": "Dalle en bardeaux de cuivre exposé", - "block.create.exposed_copper_shingle_stairs": "Escalier en bardeaux de cuivre exposé", - "block.create.exposed_copper_shingles": "Bardeaux de cuivre exposé", - "block.create.exposed_copper_tile_slab": "Dalle en tuiles de cuivre exposé", - "block.create.exposed_copper_tile_stairs": "Escalier en tuiles de cuivre exposé", - "block.create.exposed_copper_tiles": "Tuiles de cuivre exposé", - "block.create.fake_track": "Balise de rails pour les cartes", - "block.create.fluid_pipe": "Tuyau à fluide", - "block.create.fluid_tank": "Réservoir à fluide", - "block.create.fluid_valve": "Vanne à fluide", - "block.create.flywheel": "Volant d'inertie", - "block.create.framed_glass": "Grande fenêtre en verre", - "block.create.framed_glass_door": "Porte en verre encadré", - "block.create.framed_glass_pane": "Grande vitre encadrée", - "block.create.framed_glass_trapdoor": "Trappe en verre encadré", - "block.create.gantry_carriage": "Chariot de portique", - "block.create.gantry_shaft": "Rotor de portique", - "block.create.gearbox": "Boîte à roues dentées", - "block.create.gearshift": "Décaleur de rotation", - "block.create.glass_fluid_pipe": "Tuyau à fluide avec fenêtre", - "block.create.granite_pillar": "Pilier de granite", - "block.create.gray_nixie_tube": "Tube Nixie gris", - "block.create.gray_sail": "Voile grise", - "block.create.gray_seat": "Siège gris", - "block.create.gray_toolbox": "Boîte à outils grise", - "block.create.gray_valve_handle": "Vanne grise", - "block.create.green_nixie_tube": "Tube Nixie vert", - "block.create.green_sail": "Voile verte", - "block.create.green_seat": "Siège vert", - "block.create.green_toolbox": "Boîte à outils verte", - "block.create.green_valve_handle": "Vanne verte", - "block.create.hand_crank": "Manivelle", - "block.create.haunted_bell": "Cloche hantée", - "block.create.honey": "Miel", - "block.create.horizontal_framed_glass": "Fenêtre en verre horizontale", - "block.create.horizontal_framed_glass_pane": "Vitre encadrée horizontale", - "block.create.hose_pulley": "Poulie à tuyau", - "block.create.item_drain": "Égouttoir à objets", - "block.create.item_vault": "Coffre renforcé à objets", - "block.create.jungle_window": "Fenêtre en acajou", - "block.create.jungle_window_pane": "Vitre en acajou", - "block.create.large_bogey": "Grand bogie", - "block.create.large_cogwheel": "Grande roue dentée", - "block.create.layered_andesite": "Couche d'andésite", - "block.create.layered_asurine": "Couche d'asurine", - "block.create.layered_calcite": "Couche de calcite", - "block.create.layered_crimsite": "Couche de crimsite", - "block.create.layered_deepslate": "Couche d'ardoise des abîmes", - "block.create.layered_diorite": "Couche de diorite", - "block.create.layered_dripstone": "Couche de spéléothème", - "block.create.layered_granite": "Couche de granite", - "block.create.layered_limestone": "Couche de calcaire", - "block.create.layered_ochrum": "Couche d'ochrum", - "block.create.layered_scorchia": "Couche de scorchia", - "block.create.layered_scoria": "Couche de scorie", - "block.create.layered_tuff": "Couche de tuf", - "block.create.layered_veridium": "Couche de veridium", - "block.create.lectern_controller": "Pupitre avec contrôleur lié", - "block.create.light_blue_nixie_tube": "Tube Nixie bleu clair", - "block.create.light_blue_sail": "Voile bleu clair", - "block.create.light_blue_seat": "Siège bleu clair", - "block.create.light_blue_toolbox": "Boîte à outils bleu clair", - "block.create.light_blue_valve_handle": "Vanne bleu clair", - "block.create.light_gray_nixie_tube": "Tube Nixie gris clair", - "block.create.light_gray_sail": "Voile gris clair", - "block.create.light_gray_seat": "Siège gris clair", - "block.create.light_gray_toolbox": "Boîte à outils gris clair", - "block.create.light_gray_valve_handle": "Vanne gris clair", - "block.create.lime_nixie_tube": "Tube Nixie vert clair", - "block.create.lime_sail": "Voile vert clair", - "block.create.lime_seat": "Siège vert clair", - "block.create.lime_toolbox": "Boîte à outils vert clair", - "block.create.lime_valve_handle": "Vanne vert clair", - "block.create.limestone": "Calcaire", - "block.create.limestone_pillar": "Pilier de calcaire", - "block.create.linear_chassis": "Châssis linéaire", - "block.create.lit_blaze_burner": "Brûleur à blaze allumé", - "block.create.magenta_nixie_tube": "Tube Nixie magenta", - "block.create.magenta_sail": "Voile magenta", - "block.create.magenta_seat": "Siège magenta", - "block.create.magenta_toolbox": "Boîte à outils magenta", - "block.create.magenta_valve_handle": "Vanne magenta", - "block.create.mechanical_arm": "Bras mécanique", - "block.create.mechanical_bearing": "Roulement mécanique", - "block.create.mechanical_crafter": "Établi mécanique", - "block.create.mechanical_drill": "Perceuse mécanique", - "block.create.mechanical_harvester": "Récolteur mécanique", - "block.create.mechanical_mixer": "Mixeur mécanique", - "block.create.mechanical_piston": "Piston mécanique", - "block.create.mechanical_piston_head": "Tête de piston mécanique", - "block.create.mechanical_plough": "Charrue mécanique", - "block.create.mechanical_press": "Presse mécanique", - "block.create.mechanical_pump": "Pompe mécanique", - "block.create.mechanical_saw": "Scie mécanique", - "block.create.metal_bracket": "Support en métal", - "block.create.metal_girder": "Poutre en métal", - "block.create.metal_girder_encased_shaft": "Rotor dans une poutre en métal", - "block.create.millstone": "Meule", - "block.create.minecart_anchor": "Ancre de wagonnet", - "block.create.mysterious_cuckoo_clock": "Horloge à coucou", - "block.create.nixie_tube": "Tube Nixie", - "block.create.nozzle": "Buse", - "block.create.oak_window": "Fenêtre en chêne", - "block.create.oak_window_pane": "Vitre en chêne", - "block.create.ochrum": "Ochrum", - "block.create.ochrum_pillar": "Pilier d'ochrum", - "block.create.orange_sail": "Voile orange", - "block.create.orange_seat": "Siège orange", - "block.create.orange_toolbox": "Boîte à outils orange", - "block.create.orange_valve_handle": "Vanne orange", - "block.create.ornate_iron_window": "Fenêtre ornée de fer", - "block.create.ornate_iron_window_pane": "Vitre ornée de fer", - "block.create.oxidized_copper_shingle_slab": "Dalle en bardeaux de cuivre oxydé", - "block.create.oxidized_copper_shingle_stairs": "Escalier en bardeaux de cuivre oxydé", - "block.create.oxidized_copper_shingles": "Bardeaux de cuivre oxydé", - "block.create.oxidized_copper_tile_slab": "Dalle en tuiles de cuivre oxydé", - "block.create.oxidized_copper_tile_stairs": "Escalier en tuiles de cuivre oxydé", - "block.create.oxidized_copper_tiles": "Tuiles de cuivre oxydé", - "block.create.peculiar_bell": "Cloche particulière", - "block.create.pink_nixie_tube": "Tube Nixie rose", - "block.create.pink_sail": "Voile rose", - "block.create.pink_seat": "Siège rose", - "block.create.pink_toolbox": "Boîte à outils rose", - "block.create.pink_valve_handle": "Vanne rose", - "block.create.piston_extension_pole": "Barre d'extension de piston", - "block.create.placard": "Panneau", - "block.create.polished_cut_andesite": "Andésite coupée polie", - "block.create.polished_cut_andesite_slab": "Dalle d'andésite coupée polie", - "block.create.polished_cut_andesite_stairs": "Escalier d'andésite coupée polie", - "block.create.polished_cut_andesite_wall": "Muret d'andésite coupée polie", - "block.create.polished_cut_asurine": "Asurine coupée polie", - "block.create.polished_cut_asurine_slab": "Dalle d'asurine coupée polie", - "block.create.polished_cut_asurine_stairs": "Escalier d'asurine coupée polie", - "block.create.polished_cut_asurine_wall": "Muret d'asurine coupée polie", - "block.create.polished_cut_calcite": "Calcite coupée polie", - "block.create.polished_cut_calcite_slab": "Dalle de calcite coupée polie", - "block.create.polished_cut_calcite_stairs": "Escalier de calcite coupée polie", - "block.create.polished_cut_calcite_wall": "Muret de calcite coupée polie", - "block.create.polished_cut_crimsite": "Crimsite coupée polie", - "block.create.polished_cut_crimsite_slab": "Dalle de crimsite coupée polie", - "block.create.polished_cut_crimsite_stairs": "Escalier de crimsite coupée polie", - "block.create.polished_cut_crimsite_wall": "Muret de crimsite coupée polie", - "block.create.polished_cut_deepslate": "Ardoise des abîmes coupée polie", - "block.create.polished_cut_deepslate_slab": "Dalle en ardoise des abîmes coupée polie", - "block.create.polished_cut_deepslate_stairs": "Escalier en ardoise des abîmes coupée polie", - "block.create.polished_cut_deepslate_wall": "Muret en ardoise des abîmes coupée polie", - "block.create.polished_cut_diorite": "Diorite coupée polie", - "block.create.polished_cut_diorite_slab": "Dalle de diorite coupée polie", - "block.create.polished_cut_diorite_stairs": "Escalier de diorite coupée polie", - "block.create.polished_cut_diorite_wall": "Muret de diorite coupée polie", - "block.create.polished_cut_dripstone": "Bloc de spéléothème coupé poli", - "block.create.polished_cut_dripstone_slab": "Dalle de spéléothème coupé poli", - "block.create.polished_cut_dripstone_stairs": "Escalier de spéléothème coupé poli", - "block.create.polished_cut_dripstone_wall": "Muret de spéléothème coupé poli", - "block.create.polished_cut_granite": "Granite coupé poli", - "block.create.polished_cut_granite_slab": "Dalle de granite coupé poli", - "block.create.polished_cut_granite_stairs": "Escalier de granite coupé poli", - "block.create.polished_cut_granite_wall": "Muret de granite coupé poli", - "block.create.polished_cut_limestone": "Calcaire coupé poli", - "block.create.polished_cut_limestone_slab": "Dalle de calcaire coupé poli", - "block.create.polished_cut_limestone_stairs": "Escalier de calcaire coupé poli", - "block.create.polished_cut_limestone_wall": "Muret de calcaire coupé poli", - "block.create.polished_cut_ochrum": "Ochrum coupé poli", - "block.create.polished_cut_ochrum_slab": "Dalle d'ochrum coupé poli", - "block.create.polished_cut_ochrum_stairs": "Escalier d'ochrum coupé poli", - "block.create.polished_cut_ochrum_wall": "Muret d'ochrum coupé poli", - "block.create.polished_cut_scorchia": "Scorchia coupée polie", - "block.create.polished_cut_scorchia_slab": "Dalle de scorchia coupée polie", - "block.create.polished_cut_scorchia_stairs": "Escalier de scorchia coupée polie", - "block.create.polished_cut_scorchia_wall": "Muret de scorchia coupée polie", - "block.create.polished_cut_scoria": "Scorie coupée polie", - "block.create.polished_cut_scoria_slab": "Dalle de scorie coupée polie", - "block.create.polished_cut_scoria_stairs": "Escalier de scorie coupée polie", - "block.create.polished_cut_scoria_wall": "Muret de scorie coupée polie", - "block.create.polished_cut_tuff": "Tuf coupé poli", - "block.create.polished_cut_tuff_slab": "Dalle de tuf coupé poli", - "block.create.polished_cut_tuff_stairs": "Escalier de tuf coupé poli", - "block.create.polished_cut_tuff_wall": "Muret de tuf coupé poli", - "block.create.polished_cut_veridium": "Veridium coupé poli", - "block.create.polished_cut_veridium_slab": "Dalle de veridium coupé poli", - "block.create.polished_cut_veridium_stairs": "Escalier de veridium coupé poli", - "block.create.polished_cut_veridium_wall": "Muret de veridium coupé poli", - "block.create.portable_fluid_interface": "Interface de stockage portable à fluide", - "block.create.portable_storage_interface": "Interface de stockage portable", - "block.create.powered_latch": "Verrou alimenté", - "block.create.powered_shaft": "Rotor alimenté", - "block.create.powered_toggle_latch": "Verrou alimenté à bascule", - "block.create.pulley_magnet": "Aimant de poulie", - "block.create.pulse_extender": "Extenseur d'impulsions", - "block.create.pulse_repeater": "Répéteur d'impulsions", - "block.create.purple_nixie_tube": "Tube Nixie violet", - "block.create.purple_sail": "Voile violette", - "block.create.purple_seat": "Siège violet", - "block.create.purple_toolbox": "Boîte à outils violette", - "block.create.purple_valve_handle": "Vanne violette", - "block.create.radial_chassis": "Châssis radial", - "block.create.railway_casing": "Revêtement de train", - "block.create.raw_zinc_block": "Bloc de zinc brut", - "block.create.red_nixie_tube": "Tube Nixie rouge", - "block.create.red_sail": "Voile rouge", - "block.create.red_seat": "Siège rouge", - "block.create.red_toolbox": "Boîte à outils rouge", - "block.create.red_valve_handle": "Vanne rouge", - "block.create.redstone_contact": "Contact de redstone", - "block.create.redstone_link": "Liaison redstone", - "block.create.refined_radiance_casing": "Revêtement en éclat raffiné", - "block.create.rope": "Corde", - "block.create.rope_pulley": "Poulie à corde", - "block.create.rose_quartz_block": "Bloc de quartz rose", - "block.create.rose_quartz_lamp": "Lampe à quartz rose", - "block.create.rose_quartz_tiles": "Tuiles de quartz rose", - "block.create.rotation_speed_controller": "Contrôleur de vitesse de rotation", - "block.create.sail_frame": "Cadre de voile", - "block.create.schematic_table": "Table à schéma", - "block.create.schematicannon": "Schémacanon", - "block.create.scorchia": "Scorchia", - "block.create.scorchia_pillar": "Pilier de scorchia", - "block.create.scoria": "Scorie", - "block.create.scoria_pillar": "Pilier de scorie", - "block.create.secondary_linear_chassis": "Châssis linéaire secondaire", - "block.create.sequenced_gearshift": "Décaleur de rotation séquencé", - "block.create.shadow_steel_casing": "Revêtement en acier sombre", - "block.create.shaft": "Rotor", - "block.create.small_andesite_brick_slab": "Dalle de petites briques d'andésite coupée", - "block.create.small_andesite_brick_stairs": "Escalier de petites briques d'andésite coupée", - "block.create.small_andesite_brick_wall": "Muret de petites briques d'andésite coupée", - "block.create.small_andesite_bricks": "Petites briques d'andésite coupée", - "block.create.small_asurine_brick_slab": "Dalle de petites briques d'asurine coupée", - "block.create.small_asurine_brick_stairs": "Escalier de petites briques d'asurine coupée", - "block.create.small_asurine_brick_wall": "Muret de petites briques d'asurine coupée", - "block.create.small_asurine_bricks": "Petites briques d'asurine coupée", - "block.create.small_bogey": "Petit bogie", - "block.create.small_calcite_brick_slab": "Dalle de petites briques de calcite coupée", - "block.create.small_calcite_brick_stairs": "Escalier de petites briques de calcite coupée", - "block.create.small_calcite_brick_wall": "Muret de petites briques de calcite coupée", - "block.create.small_calcite_bricks": "Petites briques de calcite coupée", - "block.create.small_crimsite_brick_slab": "Dalle de petites briques de crimsite coupée", - "block.create.small_crimsite_brick_stairs": "Escalier de petites briques de crimsite coupée", - "block.create.small_crimsite_brick_wall": "Muret de petites briques de crimsite coupée", - "block.create.small_crimsite_bricks": "Petites briques de crimsite coupée", - "block.create.small_deepslate_brick_slab": "Dalle de petites briques d'ardoise des abîmes coupée", - "block.create.small_deepslate_brick_stairs": "Escalier de petites briques d'ardoise des abîmes coupée", - "block.create.small_deepslate_brick_wall": "Muret de petites briques d'ardoise des abîmes coupée", - "block.create.small_deepslate_bricks": "Petites briques d'ardoise des abîmes coupée", - "block.create.small_diorite_brick_slab": "Dalle de petites briques de diorite coupée", - "block.create.small_diorite_brick_stairs": "Escalier de petites briques de diorite coupée", - "block.create.small_diorite_brick_wall": "Muret de petites briques de diorite coupée", - "block.create.small_diorite_bricks": "Petites briques de diorite coupée", - "block.create.small_dripstone_brick_slab": "Dalle de petites briques de spéléothème coupé", - "block.create.small_dripstone_brick_stairs": "Escalier de petites briques de spéléothème coupé", - "block.create.small_dripstone_brick_wall": "Muret de petites briques de spéléothème coupé", - "block.create.small_dripstone_bricks": "Petites briques de spéléothème coupé", - "block.create.small_granite_brick_slab": "Dalle de petites briques de granite coupé", - "block.create.small_granite_brick_stairs": "Escalier de petites briques de granite coupé", - "block.create.small_granite_brick_wall": "Muret de petites briques de granite coupé", - "block.create.small_granite_bricks": "Petites briques de granite coupé", - "block.create.small_limestone_brick_slab": "Dalle de petites briques de calcaire coupé", - "block.create.small_limestone_brick_stairs": "Escalier de petites briques de calcaire coupé", - "block.create.small_limestone_brick_wall": "Muret de petites briques de calcaire coupé", - "block.create.small_limestone_bricks": "Petites briques de calcaire coupé", - "block.create.small_ochrum_brick_slab": "Dalle de petites briques d'ochrum coupé", - "block.create.small_ochrum_brick_stairs": "Escalier de petites briques d'ochrum coupé", - "block.create.small_ochrum_brick_wall": "Muret de petites briques d'ochrum coupé", - "block.create.small_ochrum_bricks": "Petites briques d'ochrum coupé", - "block.create.small_rose_quartz_tiles": "Petites tuiles de quartz rose", - "block.create.small_scorchia_brick_slab": "Dalle de petites briques de scorchia coupée", - "block.create.small_scorchia_brick_stairs": "Escalier de petites briques de scorchia coupée", - "block.create.small_scorchia_brick_wall": "Muret de petites briques de scorchia coupée", - "block.create.small_scorchia_bricks": "Petites briques de scorchia coupée", - "block.create.small_scoria_brick_slab": "Dalle de petites briques de scorie coupée", - "block.create.small_scoria_brick_stairs": "Escalier de petites briques de scorie coupée", - "block.create.small_scoria_brick_wall": "Muret de petites briques de scorie coupée", - "block.create.small_scoria_bricks": "Petites briques de scorie coupée", - "block.create.small_tuff_brick_slab": "Dalle de petites briques de tuf coupé", - "block.create.small_tuff_brick_stairs": "Escalier de petites briques de tuf coupé", - "block.create.small_tuff_brick_wall": "Muret de petites briques de tuf coupé", - "block.create.small_tuff_bricks": "Petites briques de tuf coupé", - "block.create.small_veridium_brick_slab": "Dalle de petites briques de veridium coupé", - "block.create.small_veridium_brick_stairs": "Escalier de petites briques de veridium coupé", - "block.create.small_veridium_brick_wall": "Muret de petites briques de veridium coupé", - "block.create.small_veridium_bricks": "Petites briques de veridium coupé", - "block.create.smart_chute": "Glissière intelligente", - "block.create.smart_fluid_pipe": "Tuyau à fluide intelligent", - "block.create.speedometer": "Compteur de vitesse", - "block.create.spout": "Bec verseur", - "block.create.spruce_window": "Fenêtre en sapin", - "block.create.spruce_window_pane": "Vitre en sapin", - "block.create.steam_engine": "Engin à vapeur", - "block.create.steam_whistle": "Sifflet à vapeur", - "block.create.steam_whistle_extension": "Extension de sifflet à vapeur", - "block.create.sticker": "Colleur", - "block.create.sticky_mechanical_piston": "Piston mécanique collant", - "block.create.stockpile_switch": "Détecteur de stockage", - "block.create.stressometer": "Stressomètre", - "block.create.tiled_glass": "Verre carrelé", - "block.create.tiled_glass_pane": "Vitre carrelée", - "block.create.track": "Rail de train", - "block.create.track_observer": "Observateur de train", - "block.create.track_signal": "Signal de train", - "block.create.track_station": "Station de train", - "block.create.train_door": "Porte de train", - "block.create.train_trapdoor": "Trappe de train", - "block.create.tuff_pillar": "Pilier de tuf", - "block.create.turntable": "Plaque tournante", - "block.create.veridium": "Veridium", - "block.create.veridium_pillar": "Pilier de veridium", - "block.create.vertical_framed_glass": "Fenêtre en verre verticale", - "block.create.vertical_framed_glass_pane": "Vitre encadrée verticale", - "block.create.warped_window": "Fenêtre biscornue", - "block.create.warped_window_pane": "Vitre biscornue", - "block.create.water_wheel": "Roue à eau", - "block.create.waxed_copper_shingle_slab": "Dalle en bardeaux de cuivre ciré", - "block.create.waxed_copper_shingle_stairs": "Escalier en bardeaux de cuivre ciré", - "block.create.waxed_copper_shingles": "Bardeaux de cuivre ciré", - "block.create.waxed_copper_tile_slab": "Dalle en tuiles de cuivre ciré", - "block.create.waxed_copper_tile_stairs": "Escalier en tuiles de cuivre ciré", - "block.create.waxed_copper_tiles": "Tuiles de cuivre ciré", - "block.create.waxed_exposed_copper_shingle_slab": "Dalle en bardeaux de cuivre exposé ciré", - "block.create.waxed_exposed_copper_shingle_stairs": "Escalier en bardeaux de cuivre exposé ciré", - "block.create.waxed_exposed_copper_shingles": "Bardeaux de cuivre exposé ciré", - "block.create.waxed_exposed_copper_tile_slab": "Dalle en tuiles de cuivre exposé ciré", - "block.create.waxed_exposed_copper_tile_stairs": "Escalier en tuiles de cuivre exposé ciré", - "block.create.waxed_exposed_copper_tiles": "Tuiles de cuivre exposé ciré", - "block.create.waxed_oxidized_copper_shingle_slab": "Dalle en bardeaux de cuivre oxydé ciré", - "block.create.waxed_oxidized_copper_shingle_stairs": "Escalier en bardeaux de cuivre oxydé ciré", - "block.create.waxed_oxidized_copper_shingles": "Bardeaux de cuivre oxydé ciré", - "block.create.waxed_oxidized_copper_tile_slab": "Dalle en tuiles de cuivre oxydé ciré", - "block.create.waxed_oxidized_copper_tile_stairs": "Escalier en tuiles de cuivre oxydé ciré", - "block.create.waxed_oxidized_copper_tiles": "Tuiles de cuivre oxydé ciré", - "block.create.waxed_weathered_copper_shingle_slab": "Dalle en bardeaux de cuivre érodé ciré", - "block.create.waxed_weathered_copper_shingle_stairs": "Escalier en bardeaux de cuivre érodé ciré", - "block.create.waxed_weathered_copper_shingles": "Bardeaux de cuivre érodé ciré", - "block.create.waxed_weathered_copper_tile_slab": "Dalle en tuiles de cuivre érodé ciré", - "block.create.waxed_weathered_copper_tile_stairs": "Escalier en tuiles de cuivre érodé ciré", - "block.create.waxed_weathered_copper_tiles": "Tuiles de cuivre érodé ciré", - "block.create.weathered_copper_shingle_slab": "Dalle en bardeaux de cuivre érodé", - "block.create.weathered_copper_shingle_stairs": "Escalier en bardeaux de cuivre érodé", - "block.create.weathered_copper_shingles": "Bardeaux de cuivre érodé", - "block.create.weathered_copper_tile_slab": "Dalle en tuiles de cuivre érodé", - "block.create.weathered_copper_tile_stairs": "Escalier en tuiles de cuivre érodé", - "block.create.weathered_copper_tiles": "Tuiles de cuivre érodé", - "block.create.weighted_ejector": "Éjecteur", - "block.create.white_nixie_tube": "Tube Nixie blanc", - "block.create.white_sail": "Voile blanche", - "block.create.white_seat": "Siège blanc", - "block.create.white_toolbox": "Boîte à outils blanche", - "block.create.white_valve_handle": "Vanne blanche", - "block.create.windmill_bearing": "Support de moulin à vent", - "block.create.wooden_bracket": "Support en bois", - "block.create.yellow_nixie_tube": "Tube Nixie jaune", - "block.create.yellow_sail": "Voile jaune", - "block.create.yellow_seat": "Siège jaune", - "block.create.yellow_toolbox": "Boîte à outils jaune", - "block.create.yellow_valve_handle": "Vanne jaune", - "block.create.zinc_block": "Bloc de zinc", - "block.create.zinc_ore": "Minerai de zinc", - - "enchantment.create.capacity": "Capacité", - "enchantment.create.potato_recovery": "Récupération de pomme de terre", - - "entity.create.carriage_contraption": "Machine sur train", - "entity.create.contraption": "Machine", - "entity.create.crafting_blueprint": "Plan de fabrication", - "entity.create.gantry_contraption": "Machine sur portique", - "entity.create.potato_projectile": "Projectile pomme de terre", - "entity.create.seat": "Siège", - "entity.create.stationary_contraption": "Machine stationnaire", - "entity.create.super_glue": "Colle extra-forte", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "Potion", - "fluid.create.tea": "Thé du constructeur", - - "item.create.andesite_alloy": "Alliage d'andésite", - "item.create.attribute_filter": "Filtre d'attribut", - "item.create.bar_of_chocolate": "Barre de chocolat", - "item.create.belt_connector": "Tapis roulant", - "item.create.blaze_cake": "Cake au blaze", - "item.create.blaze_cake_base": "Base d'un cake au blaze", - "item.create.brass_hand": "Main", - "item.create.brass_ingot": "Lingot de laiton", - "item.create.brass_nugget": "Pépite de laiton", - "item.create.brass_sheet": "Plaque de laiton", - "item.create.builders_tea": "Thé du constructeur", - "item.create.chest_minecart_contraption": "Machine sur wagonnet avec coffre", - "item.create.chocolate_bucket": "Seau de chocolat", - "item.create.chocolate_glazed_berries": "Baies sucrées au chocolat", - "item.create.chromatic_compound": "Composé chromatique", - "item.create.cinder_flour": "Farine de braise", - "item.create.copper_backtank": "Réservoir dorsal en cuivre", - "item.create.copper_backtank_placeable": "Réservoir dorsal en cuivre plaçable", - "item.create.copper_nugget": "Pépite de cuivre", - "item.create.copper_sheet": "Plaque de cuivre", - "item.create.crafter_slot_cover": "Couvercle", - "item.create.crafting_blueprint": "Plan de fabrication", - "item.create.creative_blaze_cake": "Cake au blaze créatif", - "item.create.crushed_aluminum_ore": "Aluminium concassé", - "item.create.crushed_copper_ore": "Cuivre concassé", - "item.create.crushed_gold_ore": "Or concassé", - "item.create.crushed_iron_ore": "Fer concassé", - "item.create.crushed_lead_ore": "Plomb concassé", - "item.create.crushed_nickel_ore": "Nickel concassé", - "item.create.crushed_osmium_ore": "Osmium concassé", - "item.create.crushed_platinum_ore": "Platinium concassé", - "item.create.crushed_quicksilver_ore": "Vif-argent concassé", - "item.create.crushed_silver_ore": "Argent concassé", - "item.create.crushed_tin_ore": "Étain concassé", - "item.create.crushed_uranium_ore": "Uranium concassé", - "item.create.crushed_zinc_ore": "Zinc concassé", - "item.create.diving_boots": "Bottes de plongée", - "item.create.diving_helmet": "Casque de plongée", - "item.create.dough": "Pâte", - "item.create.electron_tube": "Tube électronique", - "item.create.empty_blaze_burner": "Brûleur à blaze vide", - "item.create.empty_schematic": "Schéma vide", - "item.create.experience_nugget": "Pépite d'expérience", - "item.create.extendo_grip": "Main extensible", - "item.create.filter": "Filtre", - "item.create.furnace_minecart_contraption": "Machine sur wagonnet avec fourneau", - "item.create.goggles": "Lunettes d'ingénieur", - "item.create.golden_sheet": "Feuille d'or", - "item.create.handheld_worldshaper": "Terraformeur portable", - "item.create.honey_bucket": "Seau de miel", - "item.create.honeyed_apple": "Pomme miellée", - "item.create.incomplete_precision_mechanism": "Mécanisme de précision incomplet", - "item.create.incomplete_track": "Rail incomplet", - "item.create.iron_sheet": "Plaque de fer", - "item.create.linked_controller": "Contrôleur lié", - "item.create.minecart_contraption": "Machine sur wagonnet", - "item.create.minecart_coupling": "Lien pour wagonnet", - "item.create.polished_rose_quartz": "Quartz rose poli", - "item.create.potato_cannon": "Canon à pomme de terre", - "item.create.powdered_obsidian": "Poudre d'obsidienne", - "item.create.precision_mechanism": "Mécanisme de précision", - "item.create.propeller": "Hélice", - "item.create.raw_zinc": "Zinc brut", - "item.create.red_sand_paper": "Papier de verre rouge", - "item.create.refined_radiance": "Éclat raffiné", - "item.create.rose_quartz": "Quartz rose", - "item.create.sand_paper": "Papier de verre", - "item.create.schedule": "Planning de train", - "item.create.schematic": "Schéma", - "item.create.schematic_and_quill": "Schéma et plume", - "item.create.shadow_steel": "Acier sombre", - "item.create.sturdy_sheet": "Plaque robuste", - "item.create.super_glue": "Colle extra-forte", - "item.create.sweet_roll": "Pain sucré", - "item.create.tree_fertilizer": "Engrais pour arbres", - "item.create.unprocessed_obsidian_sheet": "Plaque d'obsidienne non transformée", - "item.create.vertical_gearbox": "Boîte de transfert verticale", - "item.create.wand_of_symmetry": "Bâton de symétrie", - "item.create.wheat_flour": "Farine", - "item.create.whisk": "Fouet", - "item.create.wrench": "Clé", - "item.create.zinc_ingot": "Barre de zinc", - "item.create.zinc_nugget": "Pépite de zinc", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Bienvenue dans Create", - "advancement.create.root.desc": "Le temps de la redstone est révolu !", - "advancement.create.andesite_alloy": "Roches plus solides", - "advancement.create.andesite_alloy.desc": "Certains matériaux de Create ont des noms bizarres ; l'alliage d'andésite est l'un d'entre eux", - "advancement.create.andesite_casing": "L'âge d'andésite", - "advancement.create.andesite_casing.desc": "Appliquez de l'alliage d'andésite sur du bois écorcé, créant un revêtement basique pour vos machines", - "advancement.create.mechanical_press": "Bonk !", - "advancement.create.mechanical_press.desc": "Créez des plaques dans une presse mécanique", - "advancement.create.encased_fan": "Créateur de vent", - "advancement.create.encased_fan.desc": "Placez et alimentez un ventilateur enchâssé", - "advancement.create.fan_processing": "Traitement par particule", - "advancement.create.fan_processing.desc": "Utilisez un ventilateur enchâssé pour traiter des matériaux", - "advancement.create.saw_processing": "Le plus redouté des ateliers", - "advancement.create.saw_processing.desc": "Utilisez une scie mécanique vers le haut pour traiter des matériaux", - "advancement.create.compacting": "Compactification", - "advancement.create.compacting.desc": "Utilisez une presse mécanique et un bassin pour créer moins d'objets depuis plus d'objets", - "advancement.create.belt": "Déplacement à l'algue", - "advancement.create.belt.desc": "Connectez deux rotors avec un tapis roulant", - "advancement.create.funnel": "Esthétique d'aéroport", - "advancement.create.funnel.desc": "Extrayez ou insérez un objet dans un conteneur en utilisant un entonnoir", - "advancement.create.chute": "Logistiques verticales", - "advancement.create.chute.desc": "Transportez des objets avec une glissière", - "advancement.create.mechanical_mixer": "Mélanger", - "advancement.create.mechanical_mixer.desc": "Combinez des ingrédients dans un mixeur mécanique", - "advancement.create.burner": "Foyer sensible", - "advancement.create.burner.desc": "Obtenez un brûleur à blaze", - "advancement.create.water_wheel": "Hydrauliques attelés", - "advancement.create.water_wheel.desc": "Placez une roue à eau et utilisez-la pour générer de la force", - "advancement.create.windmill": "Une brise moyenne...", - "advancement.create.windmill.desc": "Construire un moulin à vent", - "advancement.create.shifting_gears": "Rotor de transmission", - "advancement.create.shifting_gears.desc": "Connectez une roue dentée à une grande roue dentée afin de changer la vitesse de votre machine", - "advancement.create.millstone": "Embrasser la mouture", - "advancement.create.millstone.desc": "Utilisez une meule pour pulvériser des matériaux", - "advancement.create.super_glue": "Zone de connexion", - "advancement.create.super_glue.desc": "Collez des blocs en un groupe", - "advancement.create.contraption_actors": "Bouger avec intérêt", - "advancement.create.contraption_actors.desc": "Créez une machine avec des perceuses, scies ou récolteurs à bort", - "advancement.create.portable_storage_interface": "Échange au passage", - "advancement.create.portable_storage_interface.desc": "Utilisez une interface de stockage portable pour extraire ou insérer des objets dans une machine", - "advancement.create.wrench_goggles": "Équipé", - "advancement.create.wrench_goggles.desc": "Équipez des lunettes d'ingénieur et une clé", - "advancement.create.stressometer": "Stress pour les nerds", - "advancement.create.stressometer.desc": "Obtenez une mesure exacte avec l'aide de lunettes d'ingénieur et d'un stressomètre", - "advancement.create.cuckoo_clock": "C'est l'heure ?", - "advancement.create.cuckoo_clock.desc": "Observez votre horloge à coucou annoncer l'heure du coucher", - "advancement.create.windmill_maxed": "Une brise forte", - "advancement.create.windmill_maxed.desc": "Assemblez un moulin à vent de force maximale", - "advancement.create.ejector_maxed": "Champion de la planche à ressort", - "advancement.create.ejector_maxed.desc": "Soyez lancé plus de 30 blocs par un éjecteur", - "advancement.create.pulley_maxed": "Descente vers l'inconnu", - "advancement.create.pulley_maxed.desc": "Déroulez une poulie à corde à plus de 200 blocs de profondeur", - "advancement.create.cart_pickup": "Bras musclés", - "advancement.create.cart_pickup.desc": "Récupérez une machine sur wagonnet contenant au moins 200 blocs attachés", - "advancement.create.anvil_plough": "Artillerie de forgeron", - "advancement.create.anvil_plough.desc": "Lancez une enclume avec une charrue mécanique", - "advancement.create.lava_wheel_00000": "Roue à magma", - "advancement.create.lava_wheel_00000.desc": "Cela n'aurait pas dû marcher§7\n(Progrès caché)", - "advancement.create.hand_crank_000": "Session de sport", - "advancement.create.hand_crank_000.desc": "Utilisez une manivelle jusqu'à être épuisé§7\n(Progrès caché)", - "advancement.create.belt_funnel_kiss": "Embrassement d'entonnoirs", - "advancement.create.belt_funnel_kiss.desc": "Faites s'embrasser deux entonnoirs sur tapis roulant§7\n(Progrès caché)", - "advancement.create.stressometer_maxed": "Parfaitement stressé", - "advancement.create.stressometer_maxed.desc": "Obtenez une mesure de 100% d'un stressomètre§7\n(Progrès caché)", - "advancement.create.copper": "Cuprum bokum", - "advancement.create.copper.desc": "Amassez des lingots de cuivre pour vos exploits dans la manipulation de fluides", - "advancement.create.copper_casing": "L'âge de cuivre", - "advancement.create.copper_casing.desc": "Appliquez des lingots de cuivre sur du bois écorcé, créant un revêtement imperméable pour vos machines", - "advancement.create.spout": "Sploush", - "advancement.create.spout.desc": "Regardez un objet conteneur de fluides être rempli par un bec verseur", - "advancement.create.drain": "Égouttement par renversement", - "advancement.create.drain.desc": "Regardez un objet contenant un fluide être vidé par un égouttoir à objets", - "advancement.create.steam_engine": "La centrale", - "advancement.create.steam_engine.desc": "Utilisez un engin à vapeur pour générer de la force", - "advancement.create.steam_whistle": "Voix d'ange", - "advancement.create.steam_whistle.desc": "Activez un sifflet à vapeur", - "advancement.create.backtank": "Pression en réserve", - "advancement.create.backtank.desc": "Créez un réservoir dorsal en cuivre et faites lui accumuler de la pression", - "advancement.create.diving_suit": "Prêt pour les profondeurs", - "advancement.create.diving_suit.desc": "Équipez un casque de plongée et un réservoir dorsal, puis sautez dans l'eau", - "advancement.create.mechanical_pump_0": "Sous pression", - "advancement.create.mechanical_pump_0.desc": "Placez et alimentez une pompe mécanique", - "advancement.create.glass_pipe": "Découverte sur les fluides", - "advancement.create.glass_pipe.desc": "Utilisez votre clé sur un tuyau contenant un fluide", - "advancement.create.water_supply": "Collecteur de flaques", - "advancement.create.water_supply.desc": "Utilisez le bout aspirant d'un tuyau à fluide ou d'une pompe mécanique pour collecter de l'eau", - "advancement.create.hose_pulley": "Déversement industriel", - "advancement.create.hose_pulley.desc": "Déroulez une poulie à tuyau et regardez la vider ou remplir un corps de fluide", - "advancement.create.chocolate_bucket": "Un monde d'imagination", - "advancement.create.chocolate_bucket.desc": "Obtenez un seau de chocolat fondu", - "advancement.create.honey_drain": "Apiculture autonome", - "advancement.create.honey_drain.desc": "Utilisez des tuyaux pour extraire du miel d'un nid d'abeilles ou d'une ruche", - "advancement.create.hose_pulley_lava": "Toucher le manteau", - "advancement.create.hose_pulley_lava.desc": "Pompez dans un corps de lave assez grand pour être considéré infini", - "advancement.create.steam_engine_maxed": "Pleine vapeur", - "advancement.create.steam_engine_maxed.desc": "Faites fonctionner une chaudière au niveau maximal de puissance", - "advancement.create.foods": "Alimentation équilibrée", - "advancement.create.foods.desc": "Créez des baies sucrées au chocolat, une pomme miellée et un pain sucré tous depuis le même bec verseur", - "advancement.create.diving_suit_lava": "Nager avec les arpenteurs", - "advancement.create.diving_suit_lava.desc": "Essayez de plonger dans la lave avec votre équipement de plongée§7\n(Progrès caché)", - "advancement.create.chained_drain": "Roulade", - "advancement.create.chained_drain.desc": "Regardez un objet rouler sur une rangée d'égouttoirs à objets§7\n(Progrès caché)", - "advancement.create.cross_streams": "Ne croisez pas les flots !", - "advancement.create.cross_streams.desc": "Regardez deux fluides se rencontrer dans votre réseau de tuyaux§7\n(Progrès caché)", - "advancement.create.pipe_organ": "L'orgue", - "advancement.create.pipe_organ.desc": "Attachez 12 sifflets à vapeur chacun avec une note unique sur un seul réservoir à fluide§7\n(Progrès caché)", - "advancement.create.brass": "Vrais alliages", - "advancement.create.brass.desc": "Créez des lingots de laiton en alliant des lingots de cuivre et de zinc dans votre mixeur mécanique chauffé par un brûleur à blaze", - "advancement.create.brass_casing": "L'âge de laiton", - "advancement.create.brass_casing.desc": "Appliquez des lingots de laiton sur du bois écorcé, créant un revêtement pour des machines plus sophistiquées", - "advancement.create.rose_quartz": "Diamants roses", - "advancement.create.rose_quartz.desc": "Polissez du quartz rose", - "advancement.create.deployer": "Intelligence artificielle", - "advancement.create.deployer.desc": "Placez et alimentez un déployeur, votre réflexion parfaite", - "advancement.create.precision_mechanism": "Curiosités complexes", - "advancement.create.precision_mechanism.desc": "Assemblez un mécanisme de précision", - "advancement.create.speed_controller": "Les ingénieurs le détestent !", - "advancement.create.speed_controller.desc": "Affinez votre machine avec un contrôleur de vitesse de rotation", - "advancement.create.mechanical_arm": "Mains occupées", - "advancement.create.mechanical_arm.desc": "Regardez votre bras mécanique transporter ses premiers objets", - "advancement.create.mechanical_crafter": "Fabrication automatisée", - "advancement.create.mechanical_crafter.desc": "Placez et alimentez des établis mécaniques", - "advancement.create.crushing_wheel": "Une paire de géants", - "advancement.create.crushing_wheel.desc": "Placez et activez un ensemble de roues de concassage", - "advancement.create.haunted_bell": "Sens de l'ombre", - "advancement.create.haunted_bell.desc": "Faites sonner une cloche hantée", - "advancement.create.clockwork_bearing": "Machine à l'heure", - "advancement.create.clockwork_bearing.desc": "Assemblez une structure montée sur un roulement mécanique horloger", - "advancement.create.display_link": "Beaucoup de données", - "advancement.create.display_link.desc": "Utilisez une liaison d'affichage pour visualiser des informations", - "advancement.create.potato_cannon": "Fwoomp !", - "advancement.create.potato_cannon.desc": "Vainquez un ennemi avec un canon à pomme de terre", - "advancement.create.extendo_grip": "Boioioing !", - "advancement.create.extendo_grip.desc": "Obtenez une main extensible", - "advancement.create.linked_controller": "Activation à distance", - "advancement.create.linked_controller.desc": "Activez une liaison redstone en utilisant un contrôleur lié", - "advancement.create.arm_blaze_burner": "Combustion automatisée", - "advancement.create.arm_blaze_burner.desc": "Instruisez un bras mécanique de nourrir votre brûleur à blaze", - "advancement.create.crusher_maxed_0000": "Concassage", - "advancement.create.crusher_maxed_0000.desc": "Opérez une paire de roue de concassage à vitesse maximale", - "advancement.create.arm_many_targets": "Organisation automatisée", - "advancement.create.arm_many_targets.desc": "Programmez un bras mécanique avec 10 sorties ou plus", - "advancement.create.potato_cannon_collide": "Feux d'artifices végétariens", - "advancement.create.potato_cannon_collide.desc": "Provoquez une collision entre différents types de projectiles pomme de terre", - "advancement.create.self_deploying": "Wagonnet auto-conducteur", - "advancement.create.self_deploying.desc": "Créez une machine sur wagonnet qui place des rails devant elle", - "advancement.create.fist_bump": "Check !", - "advancement.create.fist_bump.desc": "Faites deux déployeurs se faire un check§7\n(Progrès caché)", - "advancement.create.crafter_lazy_000": "Mesures désespérées", - "advancement.create.crafter_lazy_000.desc": "Ralentissez considérablement un établi mécanique pour procrastiner sur une infrastructure correcte§7\n(Progrès caché)", - "advancement.create.extendo_grip_dual": "À pleine extension", - "advancement.create.extendo_grip_dual.desc": "Utilisez deux mains extensibles pour une portée surhumaine§7\n(Progrès caché)", - "advancement.create.musical_arm": "DJ Mécanico", - "advancement.create.musical_arm.desc": "Regardez un bras mécanique opérer votre jukebox§7\n(Progrès caché)", - "advancement.create.sturdy_sheet": "Les roches les plus solides", - "advancement.create.sturdy_sheet.desc": "Assemblez une plaque robuste en raffinant de la poudre d'obsidienne", - "advancement.create.train_casing_00": "L'âge logistique", - "advancement.create.train_casing_00.desc": "Utilisez des plaques robustes pour créer un revêtement pour des composants ferroviaires", - "advancement.create.train": "Tous à bord !", - "advancement.create.train.desc": "Assemblez votre premier train", - "advancement.create.conductor": "Instructeur de conducteur", - "advancement.create.conductor.desc": "Instruisez un conducteur de train avec un planning de train", - "advancement.create.track_signal": "Contrôle de trafic", - "advancement.create.track_signal.desc": "Placez un signal de train", - "advancement.create.display_board_0": "Horaires dynamiques", - "advancement.create.display_board_0.desc": "Prévoyez l'arrivée d'un train sur votre panneau d'affichage à l'aide de liaisons d'affichage", - "advancement.create.track_0": "Une nouvelle jauge", - "advancement.create.track_0.desc": "Obtenez des rails de train", - "advancement.create.train_whistle": "Tchou tchou !", - "advancement.create.train_whistle.desc": "Assemblez un sifflet à vapeur sur votre train et activez-le en conduisant", - "advancement.create.train_portal": "Navetteur dimensionnel", - "advancement.create.train_portal.desc": "Conduisez un train à travers un portail du nether", - "advancement.create.track_crafting_factory": "Usine à rails", - "advancement.create.track_crafting_factory.desc": "Produisez plus de 1000 rails de train avec la même presse mécanique", - "advancement.create.long_bend": "Le plus long virage", - "advancement.create.long_bend.desc": "Créez une section de rail courbé qui s'étend sur plus de 30 blocs de longueur", - "advancement.create.long_train": "Efforts ambitieux", - "advancement.create.long_train.desc": "Créez un train avec au moins 6 wagons", - "advancement.create.long_travel": "Excursion", - "advancement.create.long_travel.desc": "Quittez un siège de train à plus de 5000 blocs de là où vous avez commencé de voyager", - "advancement.create.train_roadkill": "Tuer sur la route", - "advancement.create.train_roadkill.desc": "Écrasez un ennemi avec votre train§7\n(Progrès caché)", - "advancement.create.red_signal": "Conducteur expert", - "advancement.create.red_signal.desc": "Passez un signal de train rouge§7\n(Progrès caché)", - "advancement.create.train_crash": "Horrible service", - "advancement.create.train_crash.desc": "Soyez témoin d'une collision de trains en tant que passager§7\n(Progrès caché)", - "advancement.create.train_crash_backwards": "Angle mort", - "advancement.create.train_crash_backwards.desc": "Percutez un autre train en conduisant en marche arrière§7\n(Progrès caché)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "Create", - "itemGroup.create.palettes": "Palettes Create", - - "death.attack.create.crush": "%1$s a été concassé(e)", - "death.attack.create.crush.player": "%1$s a été lancé(e) dans des roues de concassage par %2$s", - "death.attack.create.fan_fire": "%1$s a été brûlé(e) à mort par l'air chaud", - "death.attack.create.fan_fire.player": "%1$s a été lancé(e) dans un ventilateur d'air chaud par %2$s", - "death.attack.create.fan_lava": "%1$s a été brûlé(e) à mort par un ventilateur de lave", - "death.attack.create.fan_lava.player": "%1$s a été lancé(e) dans un ventilateur de lave par %2$s", - "death.attack.create.mechanical_drill": "%1$s a été empalé(e) par une perceuse mécanique", - "death.attack.create.mechanical_drill.player": "%1$s a été lancé(e) devant une perceuse mécanique par %2$s", - "death.attack.create.mechanical_saw": "%1$s a été coupé(e) en deux par une scie mécanique", - "death.attack.create.mechanical_saw.player": "%1$s a été lancé(e) devant une scie mécanique par %2$s", - "death.attack.create.potato_cannon": "%1$s s'est fait tirer dessus par le canon à pomme de terre de %2$s", - "death.attack.create.potato_cannon.item": "%1$s s'est fait tirer dessus par (un(e)) %2$s avec %3$s", - "death.attack.create.cuckoo_clock_explosion": "%1$s a été explosé(e) par une horloge à coucou trafiquée", - "death.attack.create.cuckoo_clock_explosion.player": "%1$s a été explosé(e) par une horloge à coucou trafiquée", - "death.attack.create.run_over": "%1$s s'est fait(e) écrasé(e) par (un(e)) %2$s", - - "create.block.deployer.damage_source_name": "un déployeur voyou", - "create.block.cart_assembler.invalid": "Placez votre assembleur de wagonnet sur un rail", - - "create.menu.return": "Retourner au menu", - "create.menu.configure": "Configurer...", - "create.menu.ponder_index": "Index de réflexion", - "create.menu.only_ingame": "Disponible dans le menu de pause", - "create.menu.report_bugs": "Signaler des bugs", - "create.menu.support": "Nous supporter", - - "create.recipe.crushing": "Écrasement", - "create.recipe.milling": "Mouture", - "create.recipe.fan_washing": "Lavage", - "create.recipe.fan_washing.fan": "Ventilateur derrière de l'eau", - "create.recipe.fan_smoking": "Fumage", - "create.recipe.fan_smoking.fan": "Ventilateur derrière du feu", - "create.recipe.fan_haunting": "Hantement de masse", - "create.recipe.fan_haunting.fan": "Ventilateur derrière du feu des âmes", - "create.recipe.fan_blasting": "Fonte", - "create.recipe.fan_blasting.fan": "Ventilateur derrière de la lave", - "create.recipe.pressing": "Pressage", - "create.recipe.mixing": "Mixage", - "create.recipe.deploying": "Déploiement", - "create.recipe.automatic_shapeless": "Fabrication automatisée sans forme", - "create.recipe.automatic_brewing": "Alchimie automatisée", - "create.recipe.packing": "Compactage", - "create.recipe.automatic_packing": "Compactage automatisé", - "create.recipe.sawing": "Sciage", - "create.recipe.mechanical_crafting": "Fabrication mécanique", - "create.recipe.automatic_shaped": "Fabrication automatisée avec forme", - "create.recipe.block_cutting": "Coupe de bloc", - "create.recipe.wood_cutting": "Coupe de bois", - "create.recipe.sandpaper_polishing": "Polissage au papier de verre", - "create.recipe.mystery_conversion": "Conversion mystérieuse", - "create.recipe.spout_filling": "Remplissage par un bec verseur", - "create.recipe.draining": "Égouttage d'objet", - "create.recipe.item_application": "Application d'objet manuelle", - "create.recipe.item_application.any_axe": "Hache quelconque", - "create.recipe.sequenced_assembly": "Séquence de recette", - "create.recipe.assembly.next": "Suivant : %1$s", - "create.recipe.assembly.step": "Étape %1$s:", - "create.recipe.assembly.progress": "Progression : %1$s/%2$s", - "create.recipe.assembly.pressing": "Traiter dans une presse", - "create.recipe.assembly.spout_filling_fluid": "Verser %1$s", - "create.recipe.assembly.deploying_item": "Déployer %1$s", - "create.recipe.assembly.cutting": "Couper dans une scie", - "create.recipe.assembly.repeat": "Répéter la séquence %1$s fois", - "create.recipe.assembly.junk": "Récupération aléatoire", - "create.recipe.processing.chance": "%1$s%% de chance", - "create.recipe.deploying.not_consumed": "Non Consommé", - "create.recipe.heat_requirement.none": "Pas de chauffage requis", - "create.recipe.heat_requirement.heated": "Chauffé", - "create.recipe.heat_requirement.superheated": "Surchauffé", - - "create.generic.range": "Portée", - "create.generic.radius": "Rayon", - "create.generic.width": "Largeur", - "create.generic.height": "Hauteur", - "create.generic.length": "Longueur", - "create.generic.speed": "Vitesse", - "create.generic.delay": "Délai", - "create.generic.duration": "Durée", - "create.generic.timeUnit": "Unité de temps", - "create.generic.unit.ticks": "Ticks", - "create.generic.unit.seconds": "Secondes", - "create.generic.unit.minutes": "Minutes", - "create.generic.daytime.hour": "Heure", - "create.generic.daytime.minute": "Minute", - "create.generic.daytime.second": "Seconde", - "create.generic.daytime.pm": "pm", - "create.generic.daytime.am": "am", - "create.generic.unit.rpm": "tr/min", - "create.generic.unit.stress": "us", - "create.generic.unit.degrees": "°", - "create.generic.unit.millibuckets": "mS", - "create.generic.unit.buckets": "S", - "create.generic.clockwise": "dans le sens horaire", - "create.generic.counter_clockwise": "dans le sens anti-horaire", - "create.generic.in_quotes": "\"%1$s\"", - "create.generic.pitch": "Note : %1$s", - "create.generic.notes": "Fa#;Fa;Mi;Ré#;Ré;Do#;Do;Si;La#;La;Sol#;Sol", - - "create.action.scroll": "Faire défiler", - "create.action.confirm": "Confirmer", - "create.action.abort": "Abandonner", - "create.action.saveToFile": "Sauvegarder", - "create.action.discard": "Annuler", - - "create.keyinfo.toolmenu": "Focus sur le menu de l'outil", - "create.keyinfo.toolbelt": "Accéder aux boîtes à outils proches", - "create.keyinfo.scrollup": "Simuler défilement vers le haut (dans un monde)", - "create.keyinfo.scrolldown": "Simuler défilement vers le bas (dans un monde)", - - "create.gui.scrollInput.defaultTitle": "Choisissez une option :", - "create.gui.scrollInput.scrollToModify": "Faites défiler pour modifier", - "create.gui.scrollInput.scrollToAdjustAmount": "Faites défiler pour ajuster le montant", - "create.gui.scrollInput.scrollToSelect": "Faites défiler pour sélectionner", - "create.gui.scrollInput.shiftScrollsFaster": "Maj pour défiler plus rapidement", - "create.gui.toolmenu.focusKey": "Maintenez [%1$s] pour focus", - "create.gui.toolmenu.cycle": "[Molette] pour faire défiler", - - "create.toolbox.unequip": "Déséquiper : %1$s", - "create.toolbox.outOfRange": "Boîte à outils de l'objet tenu hors de portée", - "create.toolbox.detach": "Arrêter de traquer et garder l'objet", - "create.toolbox.depositAll": "Renvoyer les objets aux boîtes à outils proches", - "create.toolbox.depositBox": "Renvoyer les objets à la boîte à outils", - - "create.gui.symmetryWand.mirrorType": "Miroir", - "create.gui.symmetryWand.orientation": "Orientation", - - "create.symmetry.mirror.plane": "Miroir une fois", - "create.symmetry.mirror.doublePlane": "Rectangulaire", - "create.symmetry.mirror.triplePlane": "Octogonal", - - "create.orientation.orthogonal": "Orthogonale", - "create.orientation.diagonal": "Diagonale", - "create.orientation.horizontal": "Horizontale", - "create.orientation.alongZ": "Sur Z", - "create.orientation.alongX": "Sur X", - - "create.gui.terrainzapper.title": "Terraformeur portable", - "create.gui.terrainzapper.searchDiagonal": "Suivre les diagonales", - "create.gui.terrainzapper.searchFuzzy": "Ignorer les bordures de matériaux", - "create.gui.terrainzapper.patternSection": "Motif", - "create.gui.terrainzapper.pattern.solid": "Solide", - "create.gui.terrainzapper.pattern.checkered": "Échiquier", - "create.gui.terrainzapper.pattern.inversecheckered": "Échiquier inversé", - "create.gui.terrainzapper.pattern.chance25": "25% de chance", - "create.gui.terrainzapper.pattern.chance50": "50% de chance", - "create.gui.terrainzapper.pattern.chance75": "75% de chance", - "create.gui.terrainzapper.placement": "Placement", - "create.gui.terrainzapper.placement.merged": "Fusionner", - "create.gui.terrainzapper.placement.attached": "Attacher", - "create.gui.terrainzapper.placement.inserted": "Insérer", - "create.gui.terrainzapper.brush": "Pinceau", - "create.gui.terrainzapper.brush.cuboid": "Cuboïde", - "create.gui.terrainzapper.brush.sphere": "Sphère", - "create.gui.terrainzapper.brush.cylinder": "Cylindre", - "create.gui.terrainzapper.brush.surface": "Surface", - "create.gui.terrainzapper.brush.cluster": "Groupement", - "create.gui.terrainzapper.tool": "Outil", - "create.gui.terrainzapper.tool.fill": "Remplir", - "create.gui.terrainzapper.tool.place": "Placer", - "create.gui.terrainzapper.tool.replace": "Remplacer", - "create.gui.terrainzapper.tool.clear": "Effacer", - "create.gui.terrainzapper.tool.overlay": "Recouvrir", - "create.gui.terrainzapper.tool.flatten": "Aplatir", - - "create.terrainzapper.shiftRightClickToSet": "Maj + clic droit pour sélectionner une forme", - "create.terrainzapper.usingBlock": "Utilise : %1$s", - "create.terrainzapper.leftClickToSet": "Clic gauche sur un bloc pour définir le matériau", - - "create.minecart_coupling.two_couplings_max": "Les wagonnets ne peuvent pas avoir plus de deux liens chacun", - "create.minecart_coupling.unloaded": "Des parties de votre train semblent être dans des tronçons déchargés", - "create.minecart_coupling.no_loops": "Les liens ne peuvent pas former une boucle", - "create.minecart_coupling.removed": "Tous les liens ont été enlevés du wagonnet", - "create.minecart_coupling.too_far": "Les wagonnets sont trop éloignés l'un de l'autre", - - "create.contraptions.movement_mode": "Mode de mouvement", - "create.contraptions.movement_mode.move_place": "Toujours placer à l'arrêt", - "create.contraptions.movement_mode.move_place_returned": "Placer uniquement en position de départ", - "create.contraptions.movement_mode.move_never_place": "Ne placer que quand l'ancre est détruite", - "create.contraptions.movement_mode.rotate_place": "Toujours placer à l'arrêt", - "create.contraptions.movement_mode.rotate_place_returned": "Placer uniquement près de l'angle initial", - "create.contraptions.movement_mode.rotate_never_place": "Ne placer que quand l'ancre est détruite", - "create.contraptions.cart_movement_mode": "Mode de mouvement du wagonnet", - "create.contraptions.cart_movement_mode.rotate": "Toujours face au mouvement", - "create.contraptions.cart_movement_mode.rotate_paused": "Mettre en pause les acteurs pendant une rotation", - "create.contraptions.cart_movement_mode.rotation_locked": "Verrouiller la rotation", - "create.contraptions.windmill.rotation_direction": "Direction de la rotation", - "create.contraptions.clockwork.clock_hands": "Aiguilles", - "create.contraptions.clockwork.hour_first": "Aiguille des heures en premier", - "create.contraptions.clockwork.minute_first": "Aiguille des minutes en premier", - "create.contraptions.clockwork.hour_first_24": "Aiguille des 24 heures en premier", - - "create.logistics.filter": "Filtre", - "create.logistics.recipe_filter": "Filtre de recettes", - "create.logistics.fluid_filter": "Filtre de fluides", - "create.logistics.firstFrequency": "Freq. #1", - "create.logistics.secondFrequency": "Freq. #2", - "create.logistics.filter.apply": "Filtre appliqué à %1$s.", - "create.logistics.filter.apply_click_again": "Filtre appliqué à %1$s, appuyez de nouveau pour copier le montant.", - "create.logistics.filter.apply_count": "Montant d'extraction appliqué au filtre", - - "create.gui.goggles.generator_stats": "Statistiques du générateur :", - "create.gui.goggles.kinetic_stats": "Statistiques cinétiques :", - "create.gui.goggles.at_current_speed": "à la vitesse actuelle", - "create.gui.goggles.pole_length": "Longueur de la barre", - "create.gui.goggles.fluid_container": "Info du conteneur de fluide :", - "create.gui.goggles.fluid_container.capacity": "Capacité : ", - "create.gui.assembly.exception": "Cette machine n'a pas pu s'assembler :", - "create.gui.assembly.exception.unmovableBlock": "Bloc indéplaçable (%4$s) en [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "Le bloc en [%1$s,%2$s,%3$s] n'était pas dans un tronçon chargé", - "create.gui.assembly.exception.structureTooLarge": "Il y a trop de blocs inclus dans cette machine.\nLe maximum configuré est : %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "Il y a trop de barres d'extension attachées à ce piston.\nLe maximum configuré est : %1$s", - "create.gui.assembly.exception.noPistonPoles": "Il manque des barres d'extension à ce piston", - "create.gui.assembly.exception.not_enough_sails": "La structure attachée ne contient pas assez de blocs de type voile : %1$s\nUn minimum de %2$s est requis", - "create.gui.gauge.info_header": "Informations sur la jauge :", - "create.gui.speedometer.title": "Vitesse de rotation", - "create.gui.stressometer.title": "Stress du réseau", - "create.gui.stressometer.capacity": "Capacité restante", - "create.gui.stressometer.overstressed": "Surmenée", - "create.gui.stressometer.no_rotation": "Pas de rotation", - "create.gui.contraptions.not_fast_enough": "Il semblerait que ce(t)(te) %1$s ne tourne _pas_ à la _vitesse suffisante_.", - "create.gui.contraptions.network_overstressed": "Il semble que cette machine est _surmenée_. Ajoutez plus de sources ou _ralentissez_ les composants avec un haut _impact de stress_.", - "create.gui.adjustable_crate.title": "Caisse réglable", - "create.gui.adjustable_crate.storageSpace": "Espace de stockage", - "create.gui.stockpile_switch.title": "Détecteur de stockage", - "create.gui.stockpile_switch.invert_signal": "Inverser le signal", - "create.gui.stockpile_switch.move_to_lower_at": "Aller sur la ligne du bas à %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "Aller sur la ligne de haut à %1$s%%", - "create.gui.sequenced_gearshift.title": "Décaleur de rotation séquencé", - "create.gui.sequenced_gearshift.instruction": "Instructions", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Tourner d'un angle de", - "create.gui.sequenced_gearshift.instruction.turn_angle": "Tourner", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Angle", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Tourner pour bouger piston/poulie/portique", - "create.gui.sequenced_gearshift.instruction.turn_distance": "Piston/poulie/portique", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Distance", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Délai programmé", - "create.gui.sequenced_gearshift.instruction.delay": "Délai", - "create.gui.sequenced_gearshift.instruction.delay.duration": "Durée", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "Fin", - "create.gui.sequenced_gearshift.instruction.end": "Fin", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "Attendre une nouvelle impulsion de redstone", - "create.gui.sequenced_gearshift.instruction.await": "Attendre", - "create.gui.sequenced_gearshift.speed": "Vitesse, direction", - "create.gui.sequenced_gearshift.speed.forward": "Vitesse d'entrée, normale", - "create.gui.sequenced_gearshift.speed.forward_fast": "Vitesse double, normale", - "create.gui.sequenced_gearshift.speed.back": "Vitesse d'entrée, inversée", - "create.gui.sequenced_gearshift.speed.back_fast": "Vitesse double, inversée", - - "create.schematicAndQuill.dimensions": "Taille du schéma: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "Première position définie.", - "create.schematicAndQuill.secondPos": "Seconde position définie.", - "create.schematicAndQuill.noTarget": "Maintenez [Ctrl] pour sélectionner les blocs d'air.", - "create.schematicAndQuill.abort": "Sélection supprimée.", - "create.schematicAndQuill.title": "Nom du schéma :", - "create.schematicAndQuill.convert": "Enregistrer et déployer immédiatement", - "create.schematicAndQuill.fallbackName": "Mon schéma", - "create.schematicAndQuill.saved": "Sauvegardé en tant que %1$s", - - "create.schematic.invalid": "[!] Objet invalide - Utilisez plutôt la table à schéma", - "create.schematic.position": "Position", - "create.schematic.rotation": "Rotation", - "create.schematic.rotation.none": "Aucune", - "create.schematic.rotation.cw90": "Sens horaire 90", - "create.schematic.rotation.cw180": "Sens horaire 180", - "create.schematic.rotation.cw270": "Sens horaire 270", - "create.schematic.mirror": "Miroir", - "create.schematic.mirror.none": "Aucun", - "create.schematic.mirror.frontBack": "Avant-Arrière", - "create.schematic.mirror.leftRight": "Gauche-Droite", - "create.schematic.tool.deploy": "Déployer", - "create.schematic.tool.move": "Déplacer XZ", - "create.schematic.tool.movey": "Déplacer Y", - "create.schematic.tool.rotate": "Tourner", - "create.schematic.tool.print": "Imprimer", - "create.schematic.tool.flip": "Retourner", - "create.schematic.tool.deploy.description.0": "Déplace la structure vers un emplacement.", - "create.schematic.tool.deploy.description.1": "Clic droit sur le sol pour placer.", - "create.schematic.tool.deploy.description.2": "Maintenez [Ctrl] pour sélectionner à une distance fixe.", - "create.schematic.tool.deploy.description.3": "[Ctrl]-défiler pour changer la distance.", - "create.schematic.tool.move.description.0": "Décale le schéma horizontalement.", - "create.schematic.tool.move.description.1": "Pointez sur le schéma et [CTRL]-défiler pour le pousser.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "Décale le schéma verticalement.", - "create.schematic.tool.movey.description.1": "[CTRL]-défiler pour le déplacer vers le haut / bas.", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "Fait pivoter le schéma autour de son centre.", - "create.schematic.tool.rotate.description.1": "[CTRL]-défiler pour faire une rotation de 90 degrés.", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "Place instantanément la structure dans le monde.", - "create.schematic.tool.print.description.1": "[Clic droit] pour confirmer le placement à l'emplacement actuel.", - "create.schematic.tool.print.description.2": "Cet outil est uniquement pour le mode créatif.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "Retourne le schéma le long de la face que vous sélectionnez.", - "create.schematic.tool.flip.description.1": "Pointez sur le schéma et [CTRL]-défiler pour le retourner.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "Synchronisation...", - "create.schematics.uploadTooLarge": "Votre schéma est trop grand.", - "create.schematics.maxAllowedSize": "La taille de fichier schématique maximale autorisée est :", - - "create.gui.schematicTable.refresh": "Actualiser les fichiers", - "create.gui.schematicTable.open_folder": "Ouvrir le dossier", - "create.gui.schematicTable.title": "Table à schéma", - "create.gui.schematicTable.availableSchematics": "Schémas disponibles", - "create.gui.schematicTable.noSchematics": "Aucun schéma enregistré", - "create.gui.schematicTable.uploading": "Téléchargement...", - "create.gui.schematicTable.finished": "Téléchargement terminé !", - "create.gui.schematicannon.title": "Schémacanon", - "create.gui.schematicannon.listPrinter": "Imprimante de liste de matériaux", - "create.gui.schematicannon.gunpowderLevel": "Poudre à canon à %1$s%%", - "create.gui.schematicannon.shotsRemaining": "Tirs restants : %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "Avec la réserve : %1$s", - "create.gui.schematicannon.optionEnabled": "Actuellement activé", - "create.gui.schematicannon.optionDisabled": "Actuellement désactivé", - "create.gui.schematicannon.showOptions": "Afficher les paramètres d'impression", - "create.gui.schematicannon.option.dontReplaceSolid": "Ne pas remplacer les blocs solides", - "create.gui.schematicannon.option.replaceWithSolid": "Remplacer solide par solide", - "create.gui.schematicannon.option.replaceWithAny": "Remplacer le solide par n'importe quoi", - "create.gui.schematicannon.option.replaceWithEmpty": "Remplacer le solide par rien", - "create.gui.schematicannon.option.skipMissing": "Ignorer les blocs manquants", - "create.gui.schematicannon.option.skipTileEntities": "Protéger les entités de blocs", - "create.gui.schematicannon.slot.gunpowder": "Ajouter de la poudre à canon pour alimenter le canon", - "create.gui.schematicannon.slot.listPrinter": "Placez des livres ici pour imprimer une liste des matériaux de votre schéma", - "create.gui.schematicannon.slot.schematic": "Ajoutez votre schéma ici. Soyez sûr qu'il est déployé à un emplacement spécifique.", - "create.gui.schematicannon.option.skipMissing.description": "Si le canon ne peut pas trouver un bloc requis pour le placement, il continuera au prochain emplacement.", - "create.gui.schematicannon.option.skipTileEntities.description": "Le canon évitera de remplacer les blocs de stockage de données tels que les coffres.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "Le canon ne remplacera jamais les blocs solides dans sa zone de travail, seulement non solides et air.", - "create.gui.schematicannon.option.replaceWithSolid.description": "Le canon ne remplacera les blocs solides dans sa zone de travail que si le schéma contient un bloc solide à l'emplacement.", - "create.gui.schematicannon.option.replaceWithAny.description": "Le canon remplacera les blocs solides dans sa zone de travail si le schéma contient un bloc à l'emplacement.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "Le canon effacera tous les blocs dans sa zone de travail, y compris ceux remplacés par de l'air.", - - "create.schematicannon.status.idle": "Repos", - "create.schematicannon.status.ready": "Prêt", - "create.schematicannon.status.running": "En cours", - "create.schematicannon.status.finished": "Terminé", - "create.schematicannon.status.paused": "En pause", - "create.schematicannon.status.stopped": "Arrêté", - "create.schematicannon.status.noGunpowder": "Plus de poudre à canon", - "create.schematicannon.status.targetNotLoaded": "Le bloc n'est pas chargé", - "create.schematicannon.status.targetOutsideRange": "Cible trop lointaine", - "create.schematicannon.status.searching": "Recherche", - "create.schematicannon.status.skipping": "Saut", - "create.schematicannon.status.missingBlock": "Blocs manquants :", - "create.schematicannon.status.placing": "Placement", - "create.schematicannon.status.clearing": "Suppression des blocs", - "create.schematicannon.status.schematicInvalid": "Schéma non valide", - "create.schematicannon.status.schematicNotPlaced": "Schéma non déployé", - "create.schematicannon.status.schematicExpired": "Fichier de schéma arrivé à expiration", - - "create.materialChecklist": "Liste des matériaux", - "create.materialChecklist.blocksNotLoaded": "* Attention *\n\nLa liste des matériaux peut être inexacte du fait que certains tronçons pertinents ne soient pas chargés.", - - "create.gui.filter.deny_list": "Liste noire", - "create.gui.filter.deny_list.description": "Les objets passent s'ils ne correspondent à AUCUN des éléments ci-dessus. Une liste noire vide accepte tout.", - "create.gui.filter.allow_list": "Liste blanche", - "create.gui.filter.allow_list.description": "Les objets passent s'ils correspondent à l'un des éléments ci-dessus. Une liste blanche vide rejette tout.", - "create.gui.filter.respect_data": "Respect des données", - "create.gui.filter.respect_data.description": "Les objets ne correspondent que si leur durabilité, leurs enchantements et autres attributs correspondent également.", - "create.gui.filter.ignore_data": "Ignorer les données", - "create.gui.filter.ignore_data.description": "Les éléments correspondent indépendamment de leurs attributs.", - - "create.item_attributes.placeable": "est plaçable", - "create.item_attributes.placeable.inverted": "n'est pas plaçable", - "create.item_attributes.consumable": "peut être mangé", - "create.item_attributes.consumable.inverted": "ne peut pas être mangé", - "create.item_attributes.fluid_container": "peut stocker des fluides", - "create.item_attributes.fluid_container.inverted": "ne peut pas stocker des fluides", - "create.item_attributes.enchanted": "est enchanté", - "create.item_attributes.enchanted.inverted": "n'est pas enchanté", - "create.item_attributes.max_enchanted": "est enchanté au niveau maximal", - "create.item_attributes.max_enchanted.inverted": "n'est pas enchanté au niveau maximal", - "create.item_attributes.renamed": "a un nom personnalisé", - "create.item_attributes.renamed.inverted": "n'a pas un nom personnalisé", - "create.item_attributes.damaged": "est endommagé", - "create.item_attributes.damaged.inverted": "n'est pas endommagé", - "create.item_attributes.badly_damaged": "est fortement endommagé", - "create.item_attributes.badly_damaged.inverted": "n'est pas fortement endommagé", - "create.item_attributes.not_stackable": "ne peut pas s'empiler", - "create.item_attributes.not_stackable.inverted": "peut être empilé", - "create.item_attributes.equipable": "peut être équipé", - "create.item_attributes.equipable.inverted": "ne peut pas être équipé", - "create.item_attributes.furnace_fuel": "est un combustible", - "create.item_attributes.furnace_fuel.inverted": "n'est pas un combustible", - "create.item_attributes.washable": "peut être lavé", - "create.item_attributes.washable.inverted": "ne peut pas être lavé", - "create.item_attributes.hauntable": "peut être hanté", - "create.item_attributes.hauntable.inverted": "ne peut pas être hanté", - "create.item_attributes.crushable": "peut être concassé", - "create.item_attributes.crushable.inverted": "ne peut pas être concassé", - "create.item_attributes.smeltable": "peut être fondu", - "create.item_attributes.smeltable.inverted": "ne peut pas être fondu", - "create.item_attributes.smokable": "peut être fumé", - "create.item_attributes.smokable.inverted": "ne peut pas être fumé", - "create.item_attributes.blastable": "peut être fondu dans un haut fourneau", - "create.item_attributes.blastable.inverted": "ne peut pas être fondu dans un haut fourneau", - "create.item_attributes.compostable": "peut être composté", - "create.item_attributes.compostable.inverted": "ne peut pas être composté", - "create.item_attributes.shulker_level": "la boîte de Shulker est %1$s", - "create.item_attributes.shulker_level.inverted": "la boîte de Shulker n'est pas %1$s", - "create.item_attributes.shulker_level.full": "pleine", - "create.item_attributes.shulker_level.empty": "vide", - "create.item_attributes.shulker_level.partial": "partiellement remplie", - "create.item_attributes.in_tag": "est étiqueté %1$s", - "create.item_attributes.in_tag.inverted": "n'est pas étiqueté %1$s", - "create.item_attributes.in_item_group": "appartient à '%1$s'", - "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.has_enchant": "est enchanté %1$s", - "create.item_attributes.has_enchant.inverted": "n'est pas enchanté %1$s", - "create.item_attributes.color": "est teint en %1$s", - "create.item_attributes.color.inverted": "n'est pas teint en %1$s", - "create.item_attributes.has_fluid": "contient %1$s", - "create.item_attributes.has_fluid.inverted": "ne contient pas %1$s", - "create.item_attributes.has_name": "est renommé %1$s", - "create.item_attributes.has_name.inverted": "n'est pas renommé %1$s", - "create.item_attributes.book_author": "a été écrit par %1$s", - "create.item_attributes.book_author.inverted": "n'a pas été écrit par %1$s", - "create.item_attributes.book_copy_original": "est originel", - "create.item_attributes.book_copy_original.inverted": "n'est pas originel", - "create.item_attributes.book_copy_first": "est une copie de première génération", - "create.item_attributes.book_copy_first.inverted": "n'est pas une copie de première génération", - "create.item_attributes.book_copy_second": "est une copie de seconde génération", - "create.item_attributes.book_copy_second.inverted": "n'est pas une copie de seconde génération", - "create.item_attributes.book_copy_tattered": "est déchiré", - "create.item_attributes.book_copy_tattered.inverted": "n'est pas déchiré", - "create.item_attributes.astralsorcery_amulet": "améliore %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "n'améliore pas %1$s", - "create.item_attributes.astralsorcery_constellation": "est appliqué à %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "n'est pas appliqué à %1$s", - "create.item_attributes.astralsorcery_crystal": "a l'attribut cristal %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "n'a pas l'attribut cristal %1$s", - "create.item_attributes.astralsorcery_perk_gem": "a l'attribut avantage %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "n'a pas l'attribut avantage %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "Aucun attribut sélectionné", - "create.gui.attribute_filter.selected_attributes": "Attributs sélectionnés :", - "create.gui.attribute_filter.add_attribute": "Ajouter l'attribut à la liste", - "create.gui.attribute_filter.add_inverted_attribute": "Ajouter l'attribut opposé à la liste", - "create.gui.attribute_filter.allow_list_disjunctive": "Liste blanche (n'importe)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "Les objets passent s'ils possèdent l'un des attributs sélectionnés.", - "create.gui.attribute_filter.allow_list_conjunctive": "Liste blanche (tout)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "Les objets ne passent que s'ils ont TOUS les attributs sélectionnés.", - "create.gui.attribute_filter.deny_list": "Liste noire", - "create.gui.attribute_filter.deny_list.description": "Les objets passent s'ils n'ont AUCUN des attributs sélectionnés.", - "create.gui.attribute_filter.add_reference_item": "Ajouter un objet de référence", - - "create.tooltip.holdForDescription": "Maintenir [%1$s] pour un sommaire", - "create.tooltip.holdForControls": "Maintenir [%1$s] pour les contrôles", - "create.tooltip.keyShift": "Maj", - "create.tooltip.keyCtrl": "Ctrl", - "create.tooltip.speedRequirement": "Vitesse requise : %1$s", - "create.tooltip.speedRequirement.none": "Aucune", - "create.tooltip.speedRequirement.slow": "Lente", - "create.tooltip.speedRequirement.medium": "Modérée", - "create.tooltip.speedRequirement.fast": "Rapide", - "create.tooltip.stressImpact": "Impact du stress : %1$s", - "create.tooltip.stressImpact.low": "Faible", - "create.tooltip.stressImpact.medium": "Modéré", - "create.tooltip.stressImpact.high": "Élevé", - "create.tooltip.stressImpact.overstressed": "Surmené", - "create.tooltip.up_to": "Jusqu'à %1$s", - "create.tooltip.capacityProvided": "Capacité de stress : %1$s", - "create.tooltip.capacityProvided.low": "Petite", - "create.tooltip.capacityProvided.medium": "Moyenne", - "create.tooltip.capacityProvided.high": "Grande", - "create.tooltip.generationSpeed": "Génère à %1$s %2$s", - "create.tooltip.analogStrength": "Force analogique : %1$s/15", - - "create.mechanical_arm.extract_from": "Extrait les objets depuis %1$s", - "create.mechanical_arm.deposit_to": "Dépose les objets dans %1$s", - "create.mechanical_arm.summary": "Bras mécanique a %1$s entrée(s) et %2$s sortie(s).", - "create.mechanical_arm.points_outside_range": "%1$s point(s) d'interaction sélectionné(s) enlevé(s) en raison des limites de portée.", - - "create.weighted_ejector.target_set": "Cible sélectionnée", - "create.weighted_ejector.target_not_valid": "Éjection sur le bloc adjacent (la cible n'était pas valide)", - "create.weighted_ejector.no_target": "Éjection sur le bloc adjacent (Aucune cible n'a été sélectionnée)", - "create.weighted_ejector.targeting": "Éjection sur [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "Taille de pile éjectée", - - "create.logistics.when_multiple_outputs_available": "Quand plusieurs sorties sont disponibles", - - "create.mechanical_arm.selection_mode.round_robin": "Chacun un par un", - "create.mechanical_arm.selection_mode.forced_round_robin": "Chacun un par un forcé", - "create.mechanical_arm.selection_mode.prefer_first": "Préférer la première cible", - - "create.tunnel.selection_mode.split": "Partager", - "create.tunnel.selection_mode.forced_split": "Partage forcé", - "create.tunnel.selection_mode.round_robin": "Chacun un par un", - "create.tunnel.selection_mode.forced_round_robin": "Chacun un par un forcé", - "create.tunnel.selection_mode.prefer_nearest": "Préférer le plus proche", - "create.tunnel.selection_mode.randomize": "Aléatoire", - "create.tunnel.selection_mode.synchronize": "Entrées synchronisées", - - "create.tooltip.chute.header": "Information de la glissière", - "create.tooltip.chute.items_move_down": "Les objets descendent", - "create.tooltip.chute.items_move_up": "Les objets montent", - "create.tooltip.chute.no_fans_attached": "Pas de ventilateur attaché", - "create.tooltip.chute.fans_push_up": "Un ventilateur pousse d'en bas", - "create.tooltip.chute.fans_push_down": "Un ventilateur pousse d'en haut", - "create.tooltip.chute.fans_pull_up": "Un ventilateur attire d'en haut", - "create.tooltip.chute.fans_pull_down": "Un ventilateur attire d'en bas", - "create.tooltip.chute.contains": "Contient : %1$s x%2$s", - "create.tooltip.deployer.header": "Information du déployeur", - "create.tooltip.deployer.using": "Mode : Utilisation", - "create.tooltip.deployer.punching": "Mode : Attaquer", - "create.tooltip.deployer.contains": "Objet : %1$s x%2$s", - "create.tooltip.brass_tunnel.contains": "En train de distribuer :", - "create.tooltip.brass_tunnel.contains_entry": "> %1$s x%2$s", - "create.tooltip.brass_tunnel.retrieve": "Clic droit pour récupérer", - - "create.linked_controller.bind_mode": "Mode liaison actif", - "create.linked_controller.press_keybind": "Appuyez sur %1$s, %2$s, %3$s, %4$s, %5$s ou %6$s, pour lier cette fréquence sur la touche respective", - "create.linked_controller.key_bound": "Fréquence liée à %1$s", - "create.linked_controller.frequency_slot_1": "Touche : %1$s, Freq. #1", - "create.linked_controller.frequency_slot_2": "Touche : %1$s, Freq. #2", - - "create.crafting_blueprint.crafting_slot": "Emplacement pour ingrédient", - "create.crafting_blueprint.filter_items_viable": "Les objets de filtre avancés sont viables", - "create.crafting_blueprint.display_slot": "Emplacement d'affichage", - "create.crafting_blueprint.inferred": "Déduit de la recette", - "create.crafting_blueprint.manually_assigned": "Assigné manuellement", - "create.crafting_blueprint.secondary_display_slot": "Emplacement d'affichage secondaire", - "create.crafting_blueprint.optional": "Optionnel", - - "create.potato_cannon.ammo.attack_damage": "%1$s dégâts d'attaque", - "create.potato_cannon.ammo.reload_ticks": "%1$s ticks de rechargement", - "create.potato_cannon.ammo.knockback": "%1$s recul d'attaque", - - "create.hint.hose_pulley.title": "Réserve infinie", - "create.hint.hose_pulley": "Le corps de fluide sélectionné est considéré comme infini.", - "create.hint.mechanical_arm_no_targets.title": "Pas de cibles", - "create.hint.mechanical_arm_no_targets": "Il semble que ce _bras mécanique_ n'a été assigné à aucune _cible_. Sélectionnez des tapis roulants, des dépôts, des entonnoirs et d'autres blocs en faisant _clic droit_ sur eux en _tenant_ le _bras mécanique_ dans votre _main_.", - "create.hint.empty_bearing.title": "Mettre à jour le support", - "create.hint.empty_bearing": "Faites _clic droit_ sur le support avec une _main vide_ pour _attacher_ la structure que vous venez de construire devant lui.", - "create.hint.full_deployer.title": "Surplus d'objets dans le déployeur", - "create.hint.full_deployer": "Il semble que ce _déployeur_ contient _trop d'objets_ qui ont besoin d'être _extraits_. Utilisez un _entonnoir_ ou d'autres moyens pour le libérer de son surplus.", - - "create.backtank.low": "Basse pression du réservoir dorsal", - "create.backtank.depleted": "Plus de pression dans le réservoir dorsal", - - "create.hint.derailed_train.title": "Train déraillé", - "create.hint.derailed_train": "Il semble que ce _train_ n'est plus sur un rail connecté. Faites _clic droit_ en utilisant une _clé_ pour le relocaliser sur un rail proche.", - - "create.boiler.status": "Statut de la chaudière : %1$s", - "create.boiler.status_short": "Chaudière : %1$s", - "create.boiler.passive": "Passive", - "create.boiler.idle": "Inactive", - "create.boiler.lvl": "Niv %1$s", - "create.boiler.max_lvl": "Max", - "create.boiler.size": "Taille", - "create.boiler.size_dots": "......... ", - "create.boiler.water": "Eau", - "create.boiler.water_dots": "............. ", - "create.boiler.heat": "Chaleur", - "create.boiler.heat_dots": "... ", - "create.boiler.via_one_engine": "via 1 engin", - "create.boiler.via_engines": "via %1$s engins", - - "create.gui.schedule.lmb_edit": "Clic gauche pour éditer", - "create.gui.schedule.rmb_remove": "Clic droit pour enlever", - "create.gui.schedule.duplicate": "Dupliquer", - "create.gui.schedule.remove_entry": "Enlever l'action", - "create.gui.schedule.add_entry": "Ajouter une action", - "create.gui.schedule.move_up": "Déplacer vers le haut", - "create.gui.schedule.move_down": "Déplacer vers le bas", - "create.gui.schedule.add_condition": "Ajouter une condition", - "create.gui.schedule.alternative_condition": "Condition alternative", - - "create.schedule.instruction_type": "Action Suivante :", - "create.schedule.instruction.editor": "Éditeur d'instruction", - "create.schedule.instruction.destination": "Aller à la station", - "create.schedule.instruction.destination.summary": "Prochain arrêt :", - "create.schedule.instruction.filter_edit_box": "Nom de la station", - "create.schedule.instruction.filter_edit_box_1": "Utilisez * comme caractère générique de texte", - "create.schedule.instruction.filter_edit_box_2": "Exemple : 'Ma Station, Quai *'", - "create.schedule.instruction.filter_edit_box_3": "Le train prend la correspondance inoccupée la plus proche", - "create.schedule.instruction.rename": "Mettre à jour le titre du planning", - "create.schedule.instruction.rename.summary": "Nouveau titre :", - "create.schedule.instruction.name_edit_box": "Titre du planning", - "create.schedule.instruction.name_edit_box_1": "Affecte le texte affiché sur les affichages", - "create.schedule.instruction.name_edit_box_2": "La valeur par défaut est le nom de la prochaine destination", - "create.schedule.instruction.throttle": "Limiter la vitesse maximale", - "create.schedule.instruction.throttle.summary": "Changer la vitesse maximale à %1$s", - "create.schedule.instruction.throttle_edit_box": "Accélérateur", - "create.schedule.instruction.throttle_edit_box_1": "Affecte la vitesse maximale du train", - "create.schedule.condition_type": "Continuer si/après :", - "create.schedule.condition.editor": "Éditeur de condition", - "create.schedule.condition.delay": "Délai programmé", - "create.schedule.condition.delay_short": "Attendre : %1$s", - "create.schedule.condition.delay.status": "Départ dans %1$s", - "create.schedule.condition.idle": "Inactivité du cargo", - "create.schedule.condition.idle_short": "Cargo inactif : %1$s", - "create.schedule.condition.idle.status": "Cargo inactif pendant %1$s", - "create.schedule.condition.for_x_time": "pendant %1$s", - "create.schedule.condition.unloaded": "Tronçon déchargé", - "create.schedule.condition.unloaded.status": "Attente du déchargement du tronçon", - "create.schedule.condition.powered": "Station alimentée", - "create.schedule.condition.powered.status": "Attente de l'alimentation", - "create.schedule.condition.time_of_day": "Temps de la journée", - "create.schedule.condition.time_of_day.scheduled": "Temps programmé : %1$s", - "create.schedule.condition.time_of_day.digital_format": "%1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "Rotation", - "create.schedule.condition.time_of_day.rotation.every_24": "Tous les jours", - "create.schedule.condition.time_of_day.rotation.every_12": "Toutes les 12:00", - "create.schedule.condition.time_of_day.rotation.every_6": "Toutes les 6:00", - "create.schedule.condition.time_of_day.rotation.every_4": "Toutes les 4:00", - "create.schedule.condition.time_of_day.rotation.every_3": "Toutes les 3:00", - "create.schedule.condition.time_of_day.rotation.every_2": "Toutes les 2:00", - "create.schedule.condition.time_of_day.rotation.every_1": "Toutes les 1:00", - "create.schedule.condition.time_of_day.rotation.every_0_45": "Toutes les 0:45", - "create.schedule.condition.time_of_day.rotation.every_0_30": "Toutes les 0:30", - "create.schedule.condition.time_of_day.rotation.every_0_15": "Toutes les 0:15", - "create.schedule.condition.time_of_day.status": "Départ à ", - "create.schedule.condition.threshold.train_holds": "Le train contient %1$s", - "create.schedule.condition.threshold.greater": "plus de", - "create.schedule.condition.threshold.less": "moins de", - "create.schedule.condition.threshold.equal": "exactement", - "create.schedule.condition.threshold.x_units_of_item": "%1$s %2$s de %3$s", - "create.schedule.condition.threshold.matching_content": "Contenu correspondant", - "create.schedule.condition.threshold.anything": "N'importe quoi", - "create.schedule.condition.threshold.item_measure": "Mesure de l'objet", - "create.schedule.condition.threshold.items": "Objets", - "create.schedule.condition.threshold.stacks": "Piles", - "create.schedule.condition.threshold.buckets": "Seaux", - "create.schedule.condition.threshold.status": "Cargaison : %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "Objet de référence", - "create.schedule.condition.threshold.place_item_2": "Les filtres peuvent être utilisés", - "create.schedule.condition.threshold.place_item_3": "Laisser vide pour correspondre à n'importe quoi", - "create.schedule.condition.fluid_threshold": "Condition de la cargaison de fluides", - "create.schedule.condition.item_threshold": "Condition de la cargaison d'objets", - "create.schedule.condition.redstone_link": "Liaison redstone", - "create.schedule.condition.redstone_link.status": "Attente de la liaison redstone", - "create.schedule.condition.redstone_link_on": "Liaison alimentée", - "create.schedule.condition.redstone_link_off": "Liaison non alimentée", - "create.schedule.condition.redstone_link.powered": "Alimentée", - "create.schedule.condition.redstone_link.unpowered": "Non alimentée", - "create.schedule.condition.redstone_link.frequency_state": "Statut de la fréquence :", - "create.schedule.condition.redstone_link.frequency_powered": "Fréquence alimentée :", - "create.schedule.condition.redstone_link.frequency_unpowered": "Fréquence non alimentée :", - "create.schedule.condition.player_count": "Joueurs assis", - "create.schedule.condition.player_count.summary": "%1$s joueur", - "create.schedule.condition.player_count.summary_plural": "%1$s joueurs", - "create.schedule.condition.player_count.seated": "%1$s assis", - "create.schedule.condition.player_count.players": "Joueurs", - "create.schedule.condition.player_count.condition": "Conditionnel", - "create.schedule.condition.player_count.exactly": "Exactement", - "create.schedule.condition.player_count.or_above": "Ou plus", - "create.schedule.condition.player_count.status": "Passagers : %1$s/%2$s", - "create.schedule.loop": "Répéter pour toujours", - "create.schedule.loop1": "Le planning recommence", - "create.schedule.loop2": "quand complété", - "create.schedule.reset": "Réinitialiser le progrès", - "create.schedule.skip": "Passer l'arrêt actuel", - "create.schedule.applied_to_train": "Le train suit maintenant ce planning", - "create.schedule.non_controlling_seat": "Le conducteur a besoin d'être assis devant un bloc de contrôle", - "create.schedule.remove_with_empty_hand": "Enlevez le planning actuel avec une main vide", - "create.schedule.auto_removed_from_train": "Planning automatique annulé", - "create.schedule.removed_from_train": "Planning enlevé du train", - "create.schedule.no_stops": "Ce planning n'a encore aucun arrêt", - "create.schedule.continued": "Planning repris", - - "create.track.selection_cleared": "Sélection supprimée", - "create.track.valid_connection": "Peut connecter ✔", - "create.track.second_point": "Placez un rail ou sélectionnez un second point", - "create.track.too_far": "Trop loin", - "create.track.original_missing": "Bloc originel enlevé, s'accroupir+clic pour réinitialiser", - "create.track.perpendicular": "Ne peut pas connecter perpendiculairement", - "create.track.ascending_s_curve": "Ne peut pas créer des courbes en S en pente", - "create.track.too_sharp": "Virage trop serré", - "create.track.too_steep": "Pente trop raide", - "create.track.slope_turn": "Ne peut pas entrer ou sortir d'un virage sur une pente", - "create.track.opposing_slopes": "Ne peut pas connecter des pentes opposées", - "create.track.leave_slope_ascending": "Ne peut pas quitter cette pente en ascendant", - "create.track.leave_slope_descending": "Ne peut pas quitter cette pente en descendant", - "create.track.turn_90": "Peut seulement tourner jusqu'à 90 degrés", - "create.track.junction_start": "Ne peut pas commencer une connexion depuis une jonction", - "create.track.turn_start": "Ne peut pas commencer une connexion depuis un virage", - "create.track.not_enough_tracks": "Ne tient pas assez de rails", - "create.track.not_enough_pavement": "Ne tient pas assez de blocs de pavement", - - "create.portal_track.failed": "Ne peut pas placer rail de portail :", - "create.portal_track.missing": "Portail cible non généré", - "create.portal_track.blocked": "Emplacement cible bloqué (%1$s,%2$s,%3$s)", - - "create.station.idle": "La station est inactive", - "create.station.assembly_title": "Assemblage de train", - "create.station.close": "Fermer la fenêtre", - "create.station.cancel": "Annuler l'assemblage", - "create.station.failed": "Assemblage raté", - "create.station.icon_type": "Type d'icône", - "create.station.create_train": "Créer un nouveau train", - "create.station.assemble_train": "Assembler le train", - "create.station.disassemble_train": "Désassembler le train", - "create.station.remove_schedule": "Récupérer le planning", - "create.station.remove_auto_schedule": "Annuler le planning automatique", - "create.station.no_assembly_diagonal": "Ne peut pas construire de trains", - "create.station.no_assembly_diagonal_1": "sur des rails en diagonale", - "create.station.no_assembly_curve": "Ne peut pas construire de trains", - "create.station.no_assembly_curve_1": "sur des rails courbés", - "create.station.train_not_aligned": "Ne peut pas désassembler,", - "create.station.train_not_aligned_1": "tous les wagons ne sont pas alignés", - "create.station.carriage_number": "Wagon %1$s :", - "create.station.retry": "Résolvez ceci et réessayez", - "create.station.no_bogeys": "Pas de bogies", - "create.station.one_bogey": "1 bogie", - "create.station.more_bogeys": "%1$s bogies", - "create.station.how_to": "Utilisez des revêtements de train sur les rails en évidence pour créer des bogies.", - "create.station.how_to_1": "Enlevez les bogies en cassant le bloc du dessus.", - "create.station.how_to_2": "Construisez des wagons attachés à un ou deux bogies chacun.", - - "create.train_assembly.too_many_bogeys": "Trop de bogies attachés : %1$s", - "create.train_assembly.frontmost_bogey_at_station": "Le bogie le plus en avant doit être au marqueur de la station", - "create.train_assembly.no_bogeys": "Aucun bogie trouvé", - "create.train_assembly.not_connected_in_order": "Les bogies ne sont pas connectés dans l'ordre", - "create.train_assembly.bogeys_too_close": "Les bogies %1$s et %2$s sont trop proches l'un de l'autre", - "create.train_assembly.single_bogey_carriage": "Ce type de bogie ne peut pas supporter un wagon à lui seul", - "create.train_assembly.nothing_attached": "Aucune structure attachée au bogie %1$s", - "create.train_assembly.no_controls": "Au moins un bloc de contrôle orienté vers l'avant a besoin d'être monté sur le train", - "create.train_assembly.sideways_controls": "Un bloc de contrôle monté est orienté vers le côté", - "create.train_assembly.bogey_created": "Bogie créé. Cliquez à nouveau pour changer le type", - "create.train_assembly.requires_casing": "Utilisez des revêtements de train pour créer des bogies sur les rails", - - "create.track_target.set": "Rail cible sélectionné", - "create.track_target.success": "Lié(e) au rail cible avec succès", - "create.track_target.clear": "Sélection du rail effacée", - "create.track_target.missing": "Faites clic droit sur le rail cible d'abord", - "create.track_target.too_far": "Le rail cible est trop loin d'ici", - "create.track_target.no_junctions": "Le rail cible ne peut pas être une intersection", - "create.track_target.occupied": "Le rail cible est occupé", - "create.track_target.invalid": "Ne peut pas cibler ce rail ici", - - "create.train.unnamed": "Train non nommé", - "create.train.cannot_relocate_moving": "Ne peut pas relocaliser un train en mouvement", - "create.train.relocate": "Cliquez sur un rail pour relocaliser %1$s. S'accroupir+clic pour annuler", - "create.train.relocate.abort": "Relocalisation annulée", - "create.train.relocate.success": "Relocalisé avec succès", - "create.train.relocate.valid": "Peut relocaliser ici, cliquez pour confirmer", - "create.train.relocate.invalid": "Ne peut pas relocaliser le train ici", - "create.train.relocate.too_far": "Ne peut pas relocaliser le train aussi loin", - "create.train.departing_from": "Départ de %1$s", - "create.train.arrived_at": "Arrivé à %1$s", - "create.train.status": " Information à propos du train : %1$s", - "create.train.status.back_on_track": "Le train est de retour sur les rails", - "create.train.status.collision": "Collision avec un autre train", - "create.train.status.end_of_track": "Un wagon a atteint la fin de son rail", - "create.train.status.double_portal": "Un wagon ne peut pas entrer un portail en en quittant un autre", - "create.train.status.coupling_stress": "Arrêt forcé à cause de la tension sur les liens", - "create.train.status.track_missing": "Des rails manquent sous le train", - "create.train.status.paused_for_manual": "Planning mis en pause pour les contrôles manuels", - "create.train.status.opposite_driver": "Le chemin requiert un conducteur orienté dans la direction opposée", - "create.train.status.missing_driver": "Le chauffeur a disparu", - "create.train.status.found_driver": "Un nouveau chauffeur a été trouvé", - "create.train.status.navigation_success": "Navigation réussie", - "create.train.status.no_match": "Aucune station sur le réseau ne correspond à '%1$s'", - "create.train.status.no_path": "Aucun chemin approprié jusqu'à la prochaine station planifiée n'a pu être trouvé", - - "create.track_signal.cannot_change_mode": "Incapable de changer le mode de ce signal", - "create.track_signal.mode_change.entry_signal": "-> Autoriser le passage si la section est inoccupée", - "create.track_signal.mode_change.cross_signal": "-> Autoriser le passage si la section est entièrement traversable", - - "create.contraption.controls.start_controlling": "Maintenant en contrôle de : %1$s", - "create.contraption.controls.stop_controlling": "Contrôle de la machine arrêté", - "create.contraption.controls.approach_station": "Maintenez %1$s pour approcher %2$s", - - "create.display_link.set": "Position cible sélectionnée", - "create.display_link.success": "Lié à la position cible avec succès", - "create.display_link.clear": "Sélection de la position effacée", - "create.display_link.too_far": "La position cible est trop loin d'ici", - "create.display_link.invalid": "La liaison n'a pas de cible valide, essayez de la placer à nouveau", - "create.display_link.title": "Liaison d'affichage", - "create.display_link.no_source": "Pas une source d'affichage", - "create.display_link.no_target": "Pas une cible d'affichage", - "create.display_link.reading_from": "Lire depuis :", - "create.display_link.writing_to": "Envoyer à :", - "create.display_link.attached_side": "Bloc sur le côté attaché", - "create.display_link.targeted_location": "Bloc sur la position cible", - "create.display_link.view_compatible": "Cliquez pour voir tous les compatibles", - "create.display_link.information_type": "Type d'information", - "create.display_link.display_on": "Écrire les données sur :", - "create.display_link.display_on_multiline": "Commencer à écrire sur :", - - "create.display_source.label": "Étiquette attachée", - "create.display_source.combine_item_names": "Combiner les noms des objets", - "create.display_source.count_items": "Quantité des objets correspondants", - "create.display_source.list_items": "Lister les objets correspondants", - "create.display_source.fluid_amount": "Quantité des fluides correspondants", - "create.display_source.list_fluids": "Lister les fluides correspondants", - "create.display_source.nixie_tube": "Copier les Tubes Nixie", - "create.display_source.fill_level": "Niveau de remplissage du conteneur", - "create.display_source.fill_level.display": "Format d'affichage", - "create.display_source.fill_level.percent": "Pourcent", - "create.display_source.fill_level.progress_bar": "Barre de progression", - "create.display_source.value_list.display": "Affichage de la valeur", - "create.display_source.value_list.shortened": "Raccourcie", - "create.display_source.value_list.full_number": "Numéro complet", - "create.display_source.value_list.thousand": "k", - "create.display_source.value_list.million": "m", - "create.display_source.player_deaths": "Morts des joueurs", - "create.display_source.scoreboard": "Tableaux de scores", - "create.display_source.scoreboard.objective": "ID de l'objectif", - "create.display_source.scoreboard.objective_not_found": "'%1$s' non trouvé", - "create.display_source.scoreboard.objective.deaths": "Morts des joueurs", - "create.display_source.time_of_day": "Temps du jour", - "create.display_source.stop_watch": "Chronomètre", - "create.display_source.time.format": "Format du temps", - "create.display_source.time.12_hour": "12 heure", - "create.display_source.time.24_hour": "24 heure", - "create.display_source.accumulate_items": "Accumuler le compte des objets", - "create.display_source.item_throughput": "Débit des objets", - "create.display_source.item_throughput.interval": "Intervalle", - "create.display_source.item_throughput.interval.second": "par seconde", - "create.display_source.item_throughput.interval.minute": "par minute", - "create.display_source.item_throughput.interval.hour": "par heure", - "create.display_source.train_status": "Statut du planning du train", - "create.display_source.station_summary": "Sommaire de la station de train", - "create.display_source.station_summary.filter": "Filtre du nom de la station", - "create.display_source.station_summary.train_name_column": "Taille de la colonne du train", - "create.display_source.station_summary.platform_column": "Taille de la colonne du quai", - "create.display_source.station_summary.now": "là", - "create.display_source.station_summary.minutes": " min", - "create.display_source.station_summary.seconds": "%1$ss", - "create.display_source.observed_train_name": "Nom du train détecté", - "create.display_source.max_enchant_level": "Coût maximum d'enchantement", - "create.display_source.boiler_status": "Statut de la chaudière", - "create.display_source.entity_name": "Nom de l'entité", - "create.display_source.kinetic_speed": "Vitesse de rotation (tr/min)", - "create.display_source.kinetic_speed.absolute": "Ignorer la direction", - "create.display_source.kinetic_speed.directional": "Inclure la direction", - "create.display_source.kinetic_stress": "Stress du réseau", - "create.display_source.kinetic_stress.display": "Info affichée", - "create.display_source.kinetic_stress.progress_bar": "Barre de progression", - "create.display_source.kinetic_stress.percent": "Pourcentage", - "create.display_source.kinetic_stress.current": "Stress en US", - "create.display_source.kinetic_stress.max": "Capacité totale", - "create.display_source.kinetic_stress.remaining": "US restantes", - "create.display_source.redstone_power": "Alimentation de redstone", - "create.display_source.redstone_power.display": "Format d'affichage", - "create.display_source.redstone_power.number": "Nombre", - "create.display_source.redstone_power.progress_bar": "Barre de progression", - "create.display_source.boiler.not_enough_space": "Pas assez d'espace ", - "create.display_source.boiler.for_boiler_status": "pour le statut de la chaudière", - - "create.display_target.line": "Ligne %1$s", - "create.display_target.page": "Page %1$s", - "create.display_target.single_line": "Une seule ligne", - - "create.flap_display.cycles.alphabet": " ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": " ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": " ; min;là;15 s;30 s;45 s", - "create.flap_display.cycles.shortened_numbers": " ;K;M", - "create.flap_display.cycles.fluid_units": "mS;S ", - "create.flap_display.cycles.instant": " ; ", - "create.flap_display.cycles.pixel": "█;▓;▒", - - "create.super_glue.too_far": "L'aire sélectionnée est trop grande", - "create.super_glue.cannot_reach": "Les blocs sélectionnés doivent être connectés", - "create.super_glue.click_to_confirm": "Cliquez à nouveau pour confirmer", - "create.super_glue.click_to_discard": "S'accroupir+clic pour effacer la sélection", - "create.super_glue.first_pos": "Première position sélectionnée", - "create.super_glue.abort": "Sélection effacée", - "create.super_glue.not_enough": "Pas assez de colle dans l'inventaire", - "create.super_glue.success": "Application de la colle...", - - "create.gui.config.overlay1": "Salut :)", - "create.gui.config.overlay2": "Ceci est un overlay exemple", - "create.gui.config.overlay3": "Cliquez ou glissez avec votre souris", - "create.gui.config.overlay4": "pour bouger cet aperçu", - "create.gui.config.overlay5": "Appuyez sur ESC pour quitter cet écran", - "create.gui.config.overlay6": "et sauvegarder la nouvelle position", - "create.gui.config.overlay7": "Faites /create overlay reset", - "create.gui.config.overlay8": "pour réinitialiser à la position par défaut", - - "create.command.killTPSCommand": "killtps", - "create.command.killTPSCommand.status.slowed_by.0": "[Create] : Les ticks du serveur sont actuellement ralentis par %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "[Create] : Les ticks du serveur sont maintenant ralentis par %s ms >:)", - "create.command.killTPSCommand.status.slowed_by.2": "[Create] : Les ticks du serveur sont revenus à la vitesse normale :D", - "create.command.killTPSCommand.status.usage.0": "[Create] : utilisez /killtps stop pour faire revenir les ticks du serveur à la vitesse normale", - "create.command.killTPSCommand.status.usage.1": "[Create] : utilisez /killtps start pour artificiellement ralentir les ticks du serveur", - "create.command.killTPSCommand.argument.tickTime": "temps de tick", - - "create.contraption.minecart_contraption_too_big": "Cette machine sur wagonnet semble trop grande pour être récupérée", - "create.contraption.minecart_contraption_illegal_pickup": "Une force mystique lie cette machine sur wagonnet au monde", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "Machine s'arrête", - "create.subtitle.peculiar_bell_use": "Cloche particulière sonne", - "create.subtitle.worldshaper_place": "Terraformeur portable zappe", - "create.subtitle.whistle_train_manual": "Train klaxonne", - "create.subtitle.steam": "Bruits de vapeur", - "create.subtitle.saw_activate_stone": "Scie mécanique s'active", - "create.subtitle.schematicannon_finish": "Fin de schémacanon", - "create.subtitle.crafter_craft": "Fabricateur fabrique", - "create.subtitle.wrench_remove": "Composant se casse", - "create.subtitle.train3": "Roues de bogie grondent étouffées", - "create.subtitle.whistle": "Sifflement", - "create.subtitle.cogs": "Roues dentées grondent", - "create.subtitle.slime_added": "Bruit de slime", - "create.subtitle.whistle_train_low": "Sifflement grave", - "create.subtitle.schematicannon_launch_block": "Tir de schémacanon", - "create.subtitle.controller_take": "Pupitre vidé", - "create.subtitle.crafter_click": "Fabricateur clique", - "create.subtitle.depot_plop": "Objet atterrit", - "create.subtitle.confirm": "Ding affirmatif", - "create.subtitle.mixing": "Bruit de mixage", - "create.subtitle.mechanical_press_activation_belt": "Presse mécanique frappe", - "create.subtitle.fwoomp": "Fwoomp de canon à pomme de terre", - "create.subtitle.sanding_long": "Bruits de polissage", - "create.subtitle.crushing_1": "Bruits de concassage", - "create.subtitle.depot_slide": "Objet glisse", - "create.subtitle.blaze_munch": "Brûleur à blaze grignote", - "create.subtitle.funnel_flap": "Entonnoir claque", - "create.subtitle.haunted_bell_use": "Cloche hantée sonne", - "create.subtitle.scroll_value": "Cliques d'entrée de défilement", - "create.subtitle.controller_put": "Contrôleur mis dans un pupitre", - "create.subtitle.cranking": "Manivelle tourne", - "create.subtitle.sanding_short": "Bruits de polissage", - "create.subtitle.wrench_rotate": "Clé utilisée", - "create.subtitle.potato_hit": "Légume attérit", - "create.subtitle.saw_activate_wood": "Scie mécanique s'active", - "create.subtitle.whistle_high": "Sifflement aïgue", - "create.subtitle.whistle_train_manual_low": "Train klaxonne", - "create.subtitle.whistle_train": "Sifflement", - "create.subtitle.haunted_bell_convert": "Cloche hantée se réveille", - "create.subtitle.train": "Roues de bogie grondent", - "create.subtitle.deny": "Boup déclinant", - "create.subtitle.controller_click": "Contrôleur clique", - "create.subtitle.whistle_low": "Sifflement grave", - "create.subtitle.copper_armor_equip": "Cliquetis d'équipement de plongée", - "create.subtitle.mechanical_press_activation": "Activation de la presse mécanique", - "create.subtitle.contraption_assemble": "Machine se déplace", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "OBJET EXEMPLE (juste une indication que cette info-bulle existe)", - "item.create.example_item.tooltip.summary": "Une brève description de l'objet. Les _underscores_ surligne les mots.", - "item.create.example_item.tooltip.condition1": "Quand ceci", - "item.create.example_item.tooltip.behaviour1": "Donc cet objet fait ceci. (les comportements sont affichés avec shift)", - "item.create.example_item.tooltip.condition2": "Et quand cela", - "item.create.example_item.tooltip.behaviour2": "Vous pouvez ajouter autant de comportements que vous le souhaitez", - "item.create.example_item.tooltip.control1": "Quand Ctrl enfoncé", - "item.create.example_item.tooltip.action1": "Ces commandes sont affichées.", - - "block.create.wooden_bracket.tooltip": "SUPPORT EN BOIS", - "block.create.wooden_bracket.tooltip.summary": "_Décorez_ vos _rotors_, _roues dentées_ et _tuyaux_ avec un renfort douillet en bois.", - - "block.create.metal_bracket.tooltip": "SUPPORT EN MÉTAL", - "block.create.metal_bracket.tooltip.summary": "_Décorez_ vos _rotors_, _roues dentées_ et _tuyaux_ avec un renfort industriel robuste.", - - "block.create.seat.tooltip": "SIÈGE", - "block.create.seat.tooltip.summary": "Asseyez-vous et savourez le trajet ! Ancre un joueur sur une _machine_ en mouvement. Bien aussi pour les meubles statiques ! Disponible dans une variété de couleurs.", - "block.create.seat.tooltip.condition1": "Clic droit sur un siège", - "block.create.seat.tooltip.behaviour1": "Assied le joueur sur le _siège_. Appuyez sur shift gauche pour quitter le _siège_.", - - "item.create.blaze_cake.tooltip": "CAKE AU BLAZE", - "item.create.blaze_cake.tooltip.summary": "Un cadeau délicieux pour vos _brûleurs à blaze_ travaillant dur. Les rends tout excités !", - - "item.create.wand_of_symmetry.tooltip": "BÂTON DE SYMÉTRIE", - "item.create.wand_of_symmetry.tooltip.summary": "Reflète parfaitement le placement des blocs sur les plans configurés.", - "item.create.wand_of_symmetry.tooltip.condition1": "Quand positionné dans la barre active", - "item.create.wand_of_symmetry.tooltip.behaviour1": "Reste actif", - "item.create.wand_of_symmetry.tooltip.control1": "Clic droit au sol", - "item.create.wand_of_symmetry.tooltip.action1": "_Crée_ ou _déplace_ le miroir", - "item.create.wand_of_symmetry.tooltip.control2": "Clic droit dans les airs", - "item.create.wand_of_symmetry.tooltip.action2": "_Retire_ le miroir actif", - "item.create.wand_of_symmetry.tooltip.control3": "Clic droit en étant accroupi", - "item.create.wand_of_symmetry.tooltip.action3": "Ouvre l'_interface de configuration_", - - "item.create.handheld_worldshaper.tooltip": "TERRAFORMEUR PORTABLE", - "item.create.handheld_worldshaper.tooltip.summary": "Outil pratique pour créer des _paysages_ et _caractéristiques de terrain_.", - "item.create.handheld_worldshaper.tooltip.control1": "Clic gauche sur un bloc", - "item.create.handheld_worldshaper.tooltip.action1": "Définit les blocs placés par l'outil sur le bloc ciblé.", - "item.create.handheld_worldshaper.tooltip.control2": "Clic droit sur un bloc", - "item.create.handheld_worldshaper.tooltip.action2": "Applique le _pinceau_ et l'_outil_ actuellement sélectionnés à l'emplacement ciblé.", - "item.create.handheld_worldshaper.tooltip.control3": "Clic droit en étant accroupi", - "item.create.handheld_worldshaper.tooltip.action3": "Ouvre l'_interface de configuration_", - - "item.create.tree_fertilizer.tooltip": "ENGRAIS POUR ARBRES", - "item.create.tree_fertilizer.tooltip.summary": "Une puissante combinaison de minéraux adaptée pour accélérer la croissance des types d'arbres communs.", - "item.create.tree_fertilizer.tooltip.condition1": "Lorsque utilisé sur une pousse d'arbre", - "item.create.tree_fertilizer.tooltip.behaviour1": "Fait pousser des arbres _indépendamment_ de leurs _conditions d'emplacement_", - - "item.create.extendo_grip.tooltip": "MAIN EXTENSIBLE", - "item.create.extendo_grip.tooltip.summary": "Boioioing ! _Augmente_ considérablement la _portée_ du porteur. Peut être alimentée avec la pression d'un _réservoir dorsal en cuivre_", - "item.create.extendo_grip.tooltip.condition1": "Quand dans la main secondaire", - "item.create.extendo_grip.tooltip.behaviour1": "Augmente la _portée_ des objets utilisés dans la _main principale_.", - "item.create.extendo_grip.tooltip.condition2": "En portant un réservoir dorsal en cuivre", - "item.create.extendo_grip.tooltip.behaviour2": "_Aucune durabilité_ ne sera utilisée. À la place, de la _pression_ sera utilisée du réservoir", - - "item.create.potato_cannon.tooltip": "CANON À POMME DE TERRE", - "item.create.potato_cannon.tooltip.summary": "Fwoomp ! Lancez vos légumes cultivés chez vous sur vos ennemis. Peut être alimenté par de la pression d'un _réservoir dorsal en cuivre_", - "item.create.potato_cannon.tooltip.condition1": "Clic droit", - "item.create.potato_cannon.tooltip.behaviour1": "_Tire_ un objet approprié de votre _inventaire_.", - "item.create.potato_cannon.tooltip.condition2": "En portant un réservoir dorsal en cuivre", - "item.create.potato_cannon.tooltip.behaviour2": "_Aucune durabilité_ ne sera utilisée. À la place, de la _pression_ sera utilisée du réservoir", - - "item.create.filter.tooltip": "FILTRE", - "item.create.filter.tooltip.summary": "_Contrôle_ les _sorties_ et _entrées_ de dispositifs logistiques avec plus de _précision_, en les comparant à un _ensemble d'objets_ ou à plusieurs _filtres imbriqués_.", - "item.create.filter.tooltip.condition1": "Quand dans l'emplacement de filtre", - "item.create.filter.tooltip.behaviour1": "_Contrôle_ le flux d'objets selon sa _configuration_.", - "item.create.filter.tooltip.condition2": "Clic droit", - "item.create.filter.tooltip.behaviour2": "Ouvre l'_interface de configuration_.", - - "item.create.attribute_filter.tooltip": "FILTRE D'ATTRIBUTS", - "item.create.attribute_filter.tooltip.summary": "_Contrôle_ les _sorties_ et les _entrées_ de dispositifs logistiques avec plus de _précision_, en les comparant à un _ensemble_ d'_attributs_ d'objets ou à plusieurs _filtres imbriqués_.", - "item.create.attribute_filter.tooltip.condition1": "Quand dans l'emplacement de filtre", - "item.create.attribute_filter.tooltip.behaviour1": "_Contrôle_ le flux d'objets selon sa _configuration_.", - "item.create.attribute_filter.tooltip.condition2": "Clic droit", - "item.create.attribute_filter.tooltip.behaviour2": "Ouvre l'_interface de configuration_.", - - "item.create.empty_schematic.tooltip": "SCHÉMA VIDE", - "item.create.empty_schematic.tooltip.summary": "Utilisé comme ingrédient de recette et pour écrire à la _table à schéma_.", - - "item.create.schematic.tooltip": "SCHÉMA", - "item.create.schematic.tooltip.summary": "Contient une structure à positionner et à placer dans le monde. Positionnez l'hologramme comme vous le souhaitez et utilisez un _schémacanon_ pour le construire.", - "item.create.schematic.tooltip.condition1": "Quand tenu en main", - "item.create.schematic.tooltip.behaviour1": "Peut être positionné à l'aide des outils à l'écran.", - "item.create.schematic.tooltip.control1": "Clic droit en étant accroupi", - "item.create.schematic.tooltip.action1": "Ouvre une _interface_ pour rentrer les _coordonées_ exactes.", - - "item.create.schematic_and_quill.tooltip": "SCHÉMA ET PLUME", - "item.create.schematic_and_quill.tooltip.summary": "Utilisé pour enregistrer une structure de votre monde dans un fichier .nbt.", - "item.create.schematic_and_quill.tooltip.condition1": "Étape 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "Sélectionnez deux points d'angle à l'aide du clic droit.", - "item.create.schematic_and_quill.tooltip.condition2": "Étape 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl-défilement_ sur les faces pour ajuster la taille. Cliquez à nouveau pour enregistrer.", - "item.create.schematic_and_quill.tooltip.control1": "Clic droit", - "item.create.schematic_and_quill.tooltip.action1": "Sélectionnez un point d'angle / confirmez la sauvegarde.", - "item.create.schematic_and_quill.tooltip.control2": "Ctrl maintenu", - "item.create.schematic_and_quill.tooltip.action2": "Sélectionnez des points _dans les airs_. Faites défiler pour régler la distance.", - "item.create.schematic_and_quill.tooltip.control3": "Clic droit en étant accroupi", - "item.create.schematic_and_quill.tooltip.action3": "_Réinitialise_ et supprime la sélection.", - - "block.create.schematicannon.tooltip": "SCHÉMACANON", - "block.create.schematicannon.tooltip.summary": "Tire des blocs pour recréer un _schéma_ déployé dans le monde. Utilise des objets des inventaires adjacents et de la _poudre à canon_ comme carburant.", - "block.create.schematicannon.tooltip.condition1": "Clic droit", - "block.create.schematicannon.tooltip.behaviour1": "Ouvre l'_interface_", - - "block.create.schematic_table.tooltip": "TABLE À SCHÉMA", - "block.create.schematic_table.tooltip.summary": "Écrit les schémas enregistrés dans un _schéma vide_.", - "block.create.schematic_table.tooltip.condition1": "Quand donné un schéma vide", - "block.create.schematic_table.tooltip.behaviour1": "Télécharge un fichier choisi à partir de votre dossier de schémas.", - - "item.create.goggles.tooltip": "LUNETTES", - "item.create.goggles.tooltip.summary": "Une paire de lunettes pour augmenter votre vision avec des _informations cinétiques_ utiles.", - "item.create.goggles.tooltip.condition1": "Quand portées", - "item.create.goggles.tooltip.behaviour1": "Affiche des _indicateurs colorés_ correspondants au _niveau de vitesse_ d'un composant cinétique placé ainsi que _l'impact_ du _stress_ et la _capacité_ des composants individuels.", - "item.create.goggles.tooltip.condition2": "En regardant une jauge", - "item.create.goggles.tooltip.behaviour2": "Affiche des informations détaillées sur la _vitesse_ ou le _stress_ du réseau auquel la jauge est connectée.", - "item.create.goggles.tooltip.condition3": "En regardant un conteneur de fluide", - "item.create.goggles.tooltip.behaviour3": "Affiche des informations détaillées sur la _capacité_ du bloc et les _fluides_ stockés dedans.", - - "item.create.wrench.tooltip": "CLÉ", - "item.create.wrench.tooltip.summary": "Un outil utile pour travailler sur les machines cinétiques. Peut être utilisée pour _tourner_, _démonter_ et _configurer_ les composants.", - "item.create.wrench.tooltip.control1": "Clic droit sur un bloc de Create", - "item.create.wrench.tooltip.action1": "_Tourne_ le _composant_ le long de l'axe dépendant de la face avec laquelle vous avez interagi.", - "item.create.wrench.tooltip.control2": "Clic droit en étant accroupi", - "item.create.wrench.tooltip.action2": "_Démonte_ les _composants cinétiques_ et les replace dans _votre inventaire_.", - - "block.create.nozzle.tooltip": "BUSE", - "block.create.nozzle.tooltip.summary": "Attachez-la à l'avant d'un _ventilateur enchâssé_ pour répartir son effet sur les entités dans _toutes_ les _directions_.", - - "block.create.cuckoo_clock.tooltip": "HORLOGE À COUCOU", - "block.create.cuckoo_clock.tooltip.summary": "Un bel artisanat pour _décorer_ un espace et _garder_ la _notion du temps_.", - "block.create.cuckoo_clock.tooltip.condition1": "Quand tourné", - "block.create.cuckoo_clock.tooltip.behaviour1": "Affiche le _temps présent_ et joue une mélodie deux fois par jour. _S'active_ une fois le _midi_ et une fois au crépuscule, dès que les _joueurs peuvent dormir_.", - - "block.create.turntable.tooltip": "PLAQUE TOURNANTE", - "block.create.turntable.tooltip.summary": "Transforme la _force de rotation_ en nausée raffinée.", - - "block.create.toolbox.tooltip": "BOÎTE À OUTILS", - "block.create.toolbox.tooltip.summary": "Le plus cher compagnon de tous les inventeurs. _Contient_ convenablement une grande quantité de _8_ types _différents_ d'objets.", - "block.create.toolbox.tooltip.condition1": "Quand récupérée", - "block.create.toolbox.tooltip.behaviour1": "_Retiens_ le _contenu_ de son inventaire.", - "block.create.toolbox.tooltip.condition2": "Quand placée à portée", - "block.create.toolbox.tooltip.behaviour2": "Les _joueurs proches_ peuvent maintenir la _touche_ de la _boîte à outils_ pour accéder à son contenu _à distance_.", - "block.create.toolbox.tooltip.condition3": "Clic droit", - "block.create.toolbox.tooltip.behaviour3": "Ouvre l'_interface_ du _conteneur_.", - - "block.create.stockpile_switch.tooltip": "DÉTÉCTEUR DE STOCKAGE", - "block.create.stockpile_switch.tooltip.summary": "Bascule un signal de redstone basé sur la quantité d'_objets_ ou de _fluides_ stockés dans le conteneur attaché. Viens avec un filtre pratique. À l'opposé d'un _comparateur_, le _détécteur de stockage_ permet la configuration de _seuils_, auxquels les signaux sont inversés.", - "block.create.stockpile_switch.tooltip.condition1": "Clic droit", - "block.create.stockpile_switch.tooltip.behaviour1": "Ouvre l'_interface de configuration_.", - - "block.create.content_observer.tooltip": "OBSERVATEUR DE CONTENU", - "block.create.content_observer.tooltip.summary": "_Détecte_ les _objets_ ou _fluides_ dans les _conteneurs_, _tuyaux_ ou _tapis roulants_ correspondant à un _filtre_ configuré.", - "block.create.content_observer.tooltip.condition1": "En observant un conteneur", - "block.create.content_observer.tooltip.behaviour1": "Émet un _signal_ de _redstone_ tant que le conteneur observé a du _contenu correspondant_.", - "block.create.content_observer.tooltip.condition2": "En observant un entonnoir", - "block.create.content_observer.tooltip.behaviour2": "Émet une _impulsion_ de _redstone_ quand un objet _correspondant_ est _transféré_.", - - "block.create.creative_crate.tooltip": "CAISSE CRÉATIVE", - "block.create.creative_crate.tooltip.summary": "Ce _conteneur_ de _stockage_ permet une réplication infinie de n'importe quel objet. Placez-la à côté d'un _schémacanon_ pour enlever tout besoin de matériaux.", - "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": "CAKE AU BLAZE CRÉATIF", - "item.create.creative_blaze_cake.tooltip.summary": "Un cadeau vraiment spécial pour vos _brûleurs à blaze_. Après avoir mangé ce cake, les brûleurs à blaze _ne manqueront jamais de carburant_.", - "item.create.creative_blaze_cake.tooltip.condition1": "Quand utilisé", - "item.create.creative_blaze_cake.tooltip.behaviour1": "_Change_ le niveau de chaleur d'un brûleur à blaze.", - - "block.create.controller_rail.tooltip": "RAILS CONTRÔLEURS", - "block.create.controller_rail.tooltip.summary": "Un _rail de propulsion unidirectionnel_ capable de _contrôler_ la _vitesse_ des wagonnets.", - "block.create.controller_rail.tooltip.condition1": "Quand activé par la redstone", - "block.create.controller_rail.tooltip.behaviour1": "_Accélère_ ou _ralenti_ les _wagonnets_ passants en fonction de la force du signal. Propage la puissance de redstone aux rails contrôleurs adjacents. Alimenter deux rails contrôleurs avec des forces différentes interpolera les signaux des rails entre eux.", - - "item.create.sand_paper.tooltip": "PAPIER DE VERRE", - "item.create.sand_paper.tooltip.summary": "Un papier rugueux qui peut être utilisé pour _polir des matériaux_. Peut être appliqué automatiquement à l'aide du déployeur.", - "item.create.sand_paper.tooltip.condition1": "Quand utilisé", - "item.create.sand_paper.tooltip.behaviour1": "Polit les objets qui sont tenus dans la _main secondaire_ ou _par terre_ quand on les _regarde_.", - - "item.create.builders_tea.tooltip": "THÉ DU CONSTRUCTEUR", - "item.create.builders_tea.tooltip.summary": "La boisson parfaite pour commencer la journée - _motivante_ et _rassasiante_.", - - "item.create.refined_radiance.tooltip": "ÉCLAT RAFFINÉ", - "item.create.refined_radiance.tooltip.summary": "Un matériau chromatique forgé à partir de _lumière absorbée_.", - "item.create.refined_radiance.tooltip.condition1": "Travail en cours", - "item.create.refined_radiance.tooltip.behaviour1": "Des utilisations pour ce matériau seront disponibles dans une prochaine mise à jour.", - - "item.create.shadow_steel.tooltip": "ACIER SOMBRE", - "item.create.shadow_steel.tooltip.summary": "Un matériau chromatique forgé _dans le néant_.", - "item.create.shadow_steel.tooltip.condition1": "Travail en cours", - "item.create.shadow_steel.tooltip.behaviour1": "Des utilisations pour ce matériau seront disponibles dans une prochaine mise à jour.", - - "item.create.linked_controller.tooltip": "CONTRÔLEUR LIÉ", - "item.create.linked_controller.tooltip.summary": "Permet un _contrôle à la main_ sur des fréquences de _liaisons de redstone_ assignées à ses _six boutons_.", - "item.create.linked_controller.tooltip.condition1": "Clic droit", - "item.create.linked_controller.tooltip.behaviour1": "_Active_ ou _désactive_ le contrôleur. Les _contrôles_ de _mouvement_ sont désactivés pendant qu'il est activé.", - "item.create.linked_controller.tooltip.condition2": "Clic droit en étant accroupi", - "item.create.linked_controller.tooltip.behaviour2": "Ouvre l'_interface de configuraiton_ manuelle.", - "item.create.linked_controller.tooltip.condition3": "Clic droit sur une liaison de redstone réceptrice", - "item.create.linked_controller.tooltip.behaviour3": "Active le _mode_ de _liaison_, appuyez sur un des _six contrôles_ pour le lier à la _fréquence_ de la _liaison_.", - "item.create.linked_controller.tooltip.condition4": "Clic droit sur un pupitre", - "item.create.linked_controller.tooltip.behaviour4": "Place le contrôleur sur le pupitre pour une activation facile. (Clic droit en étant accroupi pour le récupérer)", - - "item.create.diving_helmet.tooltip": "CASQUE DE PLONGÉE", - "item.create.diving_helmet.tooltip.summary": "Avec un _réservoir dorsal en cuivre_, permet au porteur de _respirer sous l'eau_ pour un temps prolongé.", - "item.create.diving_helmet.tooltip.condition1": "Quand porté", - "item.create.diving_helmet.tooltip.behaviour1": "Donne l'effet _apnée_, en vidant lentement la _pression_ du réservoir dorsal.", - - "item.create.copper_backtank.tooltip": "RÉSERVOIR DORSAL EN CUIVRE", - "item.create.copper_backtank.tooltip.summary": "Un _réservoir portable_ pour transporter de l'air pressurisé.", - "item.create.copper_backtank.tooltip.condition1": "Quand porté", - "item.create.copper_backtank.tooltip.behaviour1": "Fournit de l'_air pressurisé_ à l'équipement qui en a besoin.", - "item.create.copper_backtank.tooltip.condition2": "Quand placé et alimenté", - "item.create.copper_backtank.tooltip.behaviour2": "_Collecte_ de l'_air pressurisé_ à une vitesse dépendante de la vitesse de rotation.", - - "block.create.placard.tooltip": "PANNEAU", - "block.create.placard.tooltip.summary": "_Encadrez_ vos _objets_ dans du laiton en utilisant ce panneau mural de qualité. Sans danger pour les machines !", - "block.create.placard.tooltip.condition1": "Clic droit avec un objet", - "block.create.placard.tooltip.behaviour1": "_Ajoute_ l'_objet_ tenu au panneau. _Émet_ un bref signal de _redstone_ si un objet correspondant été déjà présent.", - "block.create.placard.tooltip.condition2": "Quand attaqué", - "block.create.placard.tooltip.behaviour2": "_Enlève_ l'_objet_ actuel dans le cadre.", - - "block.create.flywheel.tooltip": "VOLANT D'INERTIE", - "block.create.flywheel.tooltip.summary": "_Embellissez_ vos _machines_ avec cette imposante roue de laiton.", - "block.create.flywheel.tooltip.condition1": "Quand alimenté", - "block.create.flywheel.tooltip.behaviour1": "Commence à tourner.", - - "item.create.diving_boots.tooltip": "BOTTES DE PLONGÉE", - "item.create.diving_boots.tooltip.summary": "Une paire de _bottes lourdes_, permettant une meilleure traversée du fond de l'océan.", - "item.create.diving_boots.tooltip.condition1": "Quand portées", - "item.create.diving_boots.tooltip.behaviour1": "Le porteur _coule plus vite_ et _ne peut pas nager_. Octroie la capacité de _marcher_ et _sauter_ sous l'eau. Le porteur n'est aussi plus affecté par les _tapis roulants_.", - - "item.create.crafting_blueprint.tooltip": "PLAN DE FABRICATION", - "item.create.crafting_blueprint.tooltip.summary": "_Placé_ sur un mur, il peut être utilisé pour _spécifier_ des _arrangements_ d'_ingrédients_ pour une fabrication manuelle plus facile. Chaque emplacement représente une recette.", - "item.create.crafting_blueprint.condition1": "Clic droit sur un emplacement vide", - "item.create.crafting_blueprint.behaviour1": "Ouvre une _interface_ de _fabrication_ permettant de _configurer_ une _recette_ et des objets à afficher.", - "item.create.crafting_blueprint.condition2": "Clic droit sur un emplacement configuré", - "item.create.crafting_blueprint.behaviour2": "_Applique_ la _recette configurée_ avec les ingrédients trouvés dans votre _inventaire_. _S'accroupir_ pour fabriquer jusqu'à une _pile_ d'objets.", - - "item.create.minecart_coupling.tooltip": "LIEN POUR WAGONNET", - "item.create.minecart_coupling.tooltip.summary": "_Attache_ tous vos _wagonnets_ ou _machines sur wagonnets_ ensemble pour former un train majestueux.", - "item.create.minecart_coupling.tooltip.condition1": "Quand utilisé sur des wagonnets", - "item.create.minecart_coupling.tooltip.behaviour1": "_Associe_ deux wagonnets ensemble, en essayant de les garder à une _distance constante_ en bougeant.", - - "item.create.experience_nugget.tooltip": "PÉPITE D'EXPÉRIENCE", - "item.create.experience_nugget.tooltip.summary": "_Ding!_ Une graine d'_inspiration_ de vos inventions fantastiques.", - "item.create.experience_nugget.tooltip.condition1": "Quand utilisée", - "item.create.experience_nugget.tooltip.behaviour1": "_Redonne_ les points d'_expérience_ contenus dedans.", - - "block.create.peculiar_bell.tooltip": "CLOCHE PARTICULIÈRE", - "block.create.peculiar_bell.tooltip.summary": "Une _cloche en laiton_ décorative. La placer juste au-dessus d'un _feu des âmes_ ouvert peut causer des effets secondaires...", - - "block.create.haunted_bell.tooltip": "CLOCHE HANTÉE", - "block.create.haunted_bell.tooltip.summary": "Une _cloche maudite_ hantée par les âmes perdues du nether.", - "block.create.haunted_bell.tooltip.condition1": "Quand tenue ou sonnée", - "block.create.haunted_bell.tooltip.behaviour1": "Met en évidence les _endroits_ proches _sans lumière_ sur lesquels les _monstres_ peuvent apparaître.", - - - "_": "->------------------------] Ponder Content [------------------------<-", - - "create.ponder.hold_to_ponder": "Maintenir [%1$s] pour y réfléchir", - "create.ponder.subject": "Sujet de cette scène", - "create.ponder.pondering": "Réflexion à propos de...", - "create.ponder.identify_mode": "Mode identification actif.\nReprendre avec [%1$s]", - "create.ponder.associated": "Entrées associées", - "create.ponder.close": "Fermer", - "create.ponder.identify": "Identifier", - "create.ponder.next": "Scène suivante", - "create.ponder.next_up": "À suivre :", - "create.ponder.previous": "Scène précédente", - "create.ponder.replay": "Rejouer", - "create.ponder.think_back": "Réflexion précédente", - "create.ponder.slow_text": "Lecture confortable", - "create.ponder.exit": "Sortir", - "create.ponder.welcome": "Bienvenue dans la réflexion", - "create.ponder.categories": "Catégories disponibles dans Create", - "create.ponder.index_description": "Cliquer sur un des icônes pour apprendre à propos de ses objets et blocs associés", - "create.ponder.index_title": "Index de réflexion", - "create.ponder.shared.rpm16": "16 tr/min", - "create.ponder.shared.behaviour_modify_wrench": "Ce comportement peut être modifié en utilisant une clé", - "create.ponder.shared.storage_on_contraption": "Les inventaires attachés à cette machine récupèreront ses butins automatiquement", - "create.ponder.shared.sneak_and": "S'accroupir +", - "create.ponder.shared.rpm8": "8 tr/min", - "create.ponder.shared.ctrl_and": "Ctrl +", - "create.ponder.shared.rpm32": "32 tr/min", - "create.ponder.shared.rpm16_source": "Source : 16 tr/min", - "create.ponder.shared.movement_anchors": "Avec l'aide de colle extra-forte, des structures plus larges peuvent être déplacées.", - "create.ponder.tag.redstone": "Composants logiques", - "create.ponder.tag.redstone.description": "Composants qui aident avec l'ingénierie de redstone", - "create.ponder.tag.contraption_assembly": "Utilitaire pour l'attachement de blocs", - "create.ponder.tag.contraption_assembly.description": "Outils et composants utilisés pour assembler des structures déplacées en tant que machine", - "create.ponder.tag.fluids": "Manipulateurs de fluides", - "create.ponder.tag.fluids.description": "Composants qui aident la transmission et à faire usage des fluides", - "create.ponder.tag.decoration": "Esthétiques", - "create.ponder.tag.decoration.description": "Composants utilisés principalement pour de la décoration", - "create.ponder.tag.windmill_sails": "Voiles pour supports de moulin à vent", - "create.ponder.tag.windmill_sails.description": "Blocs qui peuvent compter vers la force d'un moulin à vent une fois assemblé. Chacun d'eux ont une efficacité égale en le faisant.", - "create.ponder.tag.arm_targets": "Cibles pour bras mécanique", - "create.ponder.tag.arm_targets.description": "Composants qui peuvent être sélectionnés en tant qu'entrée ou sortie du bras mécanique", - "create.ponder.tag.kinetic_appliances": "Appareils cinétiques", - "create.ponder.tag.kinetic_appliances.description": "Composants qui utilisent la force de rotation", - "create.ponder.tag.kinetic_sources": "Sources cinétiques", - "create.ponder.tag.kinetic_sources.description": "Composants qui génèrent de la force de rotation", - "create.ponder.tag.movement_anchor": "Ancres de mouvement", - "create.ponder.tag.movement_anchor.description": "Composants qui permettent la création de machines en mouvement, animant une structure attachée en une variété de manières", - "create.ponder.tag.kinetic_relays": "Blocs cinétiques", - "create.ponder.tag.kinetic_relays.description": "Composants qui aident à transmettre la force de rotation ailleurs", - "create.ponder.tag.contraption_actor": "Acteurs de machines", - "create.ponder.tag.contraption_actor.description": "Composants qui exposent un comportement spécial quand attachés à une machine en mouvement", - "create.ponder.tag.creative": "Mode créatif", - "create.ponder.tag.creative.description": "Composants généralement non disponibles pour le mode survie", - "create.ponder.tag.display_sources": "Sources pour les liaisons d'affichage", - "create.ponder.tag.display_sources.description": "Composants ou blocs qui offrent des données qui peuvent être lues avec une liaison d'affichage", - "create.ponder.tag.logistics": "Transportation d'objets", - "create.ponder.tag.logistics.description": "Composants qui aident à déplacer les objets", - "create.ponder.tag.display_targets": "Cibles pour liaisons d'affichage", - "create.ponder.tag.display_targets.description": "Composants ou blocs qui peuvent traiter et afficher les données reçues d'une liaison d'affichage", - "create.ponder.tag.train_related": "Équipement ferroviaire", - "create.ponder.tag.train_related.description": "Composants utilisés dans la construction ou la gestion des trains", - - "create.ponder.analog_lever.header": "Contrôler les signaux en utilisant le levier analogique", - "create.ponder.analog_lever.text_1": "Les leviers analogiques sont des sources d'alimentation de redstone compactes et précises", - "create.ponder.analog_lever.text_2": "Clic droit pour augmenter sa sortie d'alimentation analogique", - "create.ponder.analog_lever.text_3": "Clic droit en étant accroupi pour diminuer la sortie d'alimentation", - - "create.ponder.andesite_tunnel.header": "Utiliser les tunnels en andésite", - "create.ponder.andesite_tunnel.text_1": "Les tunnels en andésite peuvent être utilisés pour couvrir vos tapis roulants", - "create.ponder.andesite_tunnel.text_2": "À chaque fois qu'un tunnel en andésite a des connexions sur les côtés...", - "create.ponder.andesite_tunnel.text_3": "... il séparera exactement un objet de n'importe quelle pile qui passe", - "create.ponder.andesite_tunnel.text_4": "Le reste continuera sur son chemin", - - "create.ponder.auto_schedule.header": "Stations & plannings", - "create.ponder.auto_schedule.text_1": "Les plannings peuvent être utilisés pour donner une destination aux conducteurs", - "create.ponder.auto_schedule.text_2": "Les comparateurs recevront un signal à chaque fois qu'un train est présent", - "create.ponder.auto_schedule.text_3": "Rappelez-vous que les stations peuvent être approchées seulement de la direction indiquée", - "create.ponder.auto_schedule.text_4": "Les stations peuvent aussi être utilisées pour assigner de nouveaux plannings automatiquement", - "create.ponder.auto_schedule.text_5": "Le planning placé sur une station se copiera automatiquement sur le train présent", - "create.ponder.auto_schedule.text_6": "À l'opposé de la planification manuelle, les conducteurs ne prendront pas l'objet avec eux", - - "create.ponder.basin.header": "Traiter les objets dans le bassin", - "create.ponder.basin.text_1": "Un bassin peut contenir des objets et des fluides pour le traitement", - "create.ponder.basin.text_2": "Après une étape de traitement, les bassins essayent de faire sortir le résultat en diagonale vers le bas", - "create.ponder.basin.text_3": "Quand un composant valide est présent, le bassin affichera un robinet de sortie", - "create.ponder.basin.text_4": "Un nombre d'options sont applicables ici", - "create.ponder.basin.text_5": "Les sorties seront récupérées par les inventaires en dessous", - "create.ponder.basin.text_6": "Sans un robinet de sortie, le bassin retiendra les objets créés dans son traitement", - "create.ponder.basin.text_7": "Ceci peut être utile si les sorties doivent être réutilisées comme des ingrédients", - "create.ponder.basin.text_8": "Les sorties désirées devront ensuite être extraites du bassin", - "create.ponder.basin.text_9": "Un filtre sera peut-être nécessaire pour éviter d'extraire des objets non traités", - - "create.ponder.bearing_modes.header": "Modes de mouvement du support de moulin à vent", - "create.ponder.bearing_modes.text_1": "À l'arrêt, le support placera la structure à l'angle aligné à la grille le plus proche", - "create.ponder.bearing_modes.text_2": "Il peut être configuré pour ne jamais redevenir des blocs solides, ou seulement proche de l'angle duquel il a démarré", - - "create.ponder.belt_casing.header": "Mettre des tapis roulants dans un revêtement", - "create.ponder.belt_casing.text_1": "Du revêtement en laiton ou en andésite peut être utilisé pour décorer les tapis roulants", - "create.ponder.belt_casing.text_2": "Une clé peut être utilisée pour enlever le revêtement", - - "create.ponder.belt_connector.header": "Utiliser des tapis roulants", - "create.ponder.belt_connector.text_1": "Faire un clic droit sur deux rotors avec un tapis roulant les connectera ensemble", - "create.ponder.belt_connector.text_2": "Les sélections accidentelles peuvent être annulées avec un clic droit en étant accroupi", - "create.ponder.belt_connector.text_3": "Des rotors additionnels peuvent être ajoutés tout au long du tapis", - "create.ponder.belt_connector.text_4": "Les rotors connectés via des tapis tourneront avec une vitesse et une direction identique", - "create.ponder.belt_connector.text_5": "Les rotors ajoutés peuvent être enlevés en utilisant une clé", - "create.ponder.belt_connector.text_6": "Les tapis roulants peuvent être colorés pour des raisons esthétiques", - - "create.ponder.belt_directions.header": "Les orientations valides pour les tapis roulants", - "create.ponder.belt_directions.text_1": "Les tapis ne peuvent pas se connecter dans des directions arbitraires", - "create.ponder.belt_directions.text_2": "1. Ils peuvent se connecter horizontalement", - "create.ponder.belt_directions.text_3": "2. Ils peuvent se connecter en diagonale", - "create.ponder.belt_directions.text_4": "3. Ils peuvent se connecter verticalement", - "create.ponder.belt_directions.text_5": "4. Et ils peuvent connecter des rotors verticaux horizontalement", - "create.ponder.belt_directions.text_6": "Ce sont toutes les directions possibles. Les tapis peuvent être de n'importe quelle longueur entre 2 et 20 blocs", - - "create.ponder.belt_transport.header": "Utiliser les tapis roulants pour la logistique", - "create.ponder.belt_transport.text_1": "Les tapis roulants en mouvement transporteront les objets et autres entités", - "create.ponder.belt_transport.text_2": "Clic droit avec une main vide pour enlever les objets d'un tapis", - - "create.ponder.blaze_burner.header": "Nourrir les brûleurs à blaze", - "create.ponder.blaze_burner.text_1": "Les brûleurs à blaze peuvent chauffer les objets traités dans un bassin", - "create.ponder.blaze_burner.text_2": "Pour ça, le blaze a besoin d'être nourri avec des objets inflammables", - "create.ponder.blaze_burner.text_3": "Avec un cake au blaze, le brûleur peut atteindre des niveaux de chaleur encore plus forts", - "create.ponder.blaze_burner.text_4": "Le nourrissement peut être automatisé en utilisant des déployeurs ou des bras mécaniques", - - "create.ponder.brass_funnel.header": "L'entonnoir en laiton", - "create.ponder.brass_funnel.text_1": "Les entonnoirs en andésite ne peuvent extraire seulement qu'un objet à la fois.", - "create.ponder.brass_funnel.text_2": "Les entonnoirs en laiton peuvent extraire jusqu'à une pile complète.", - "create.ponder.brass_funnel.text_3": "Faire défiler sur l'emplacement de filtre permet un contrôle précis sur la taille de pile extraite.", - "create.ponder.brass_funnel.text_4": "Utiliser des objets sur l'emplacement de filtre restreindra l'entonnoir à transférer seulement les piles correspondantes.", - - "create.ponder.brass_tunnel.header": "Utiliser les tunnels en laiton", - "create.ponder.brass_tunnel.text_1": "Les tunnels en laiton peuvent être utilisés pour couvrir vos tapis roulants", - "create.ponder.brass_tunnel.text_2": "Les tunnels en laiton ont un emplacement de filtre sur chaque côté ouvert", - "create.ponder.brass_tunnel.text_3": "Les filtres sur les connexions entrantes bloquent simplement les objets non correspondants", - "create.ponder.brass_tunnel.text_4": "Les filtres sur les connexions sortantes peuvent être utilisés pour trier les objets par type", - "create.ponder.brass_tunnel.text_5": "À chaque fois qu'un objet passant a plusieurs sorties valides, le mode de distribution décidera comment le gérer", - "create.ponder.brass_tunnel.text_6": "Les tunnels en laiton sur des tapis parallèles formeront un groupe", - "create.ponder.brass_tunnel.text_7": "Les objets entrants seront maintenant distribués sur toutes les sorties connectées", - "create.ponder.brass_tunnel.text_8": "Pour ça, les objets peuvent aussi directement être insérés dans le bloc de tunnel", - - "create.ponder.brass_tunnel_modes.header": "Modes de distribution du tunnel en laiton", - "create.ponder.brass_tunnel_modes.text_1": "En utilisant une clé, le comportement de distribution des tunnels en laiton peut être configuré", - "create.ponder.brass_tunnel_modes.text_10": "'Entrées synchronisées' est un paramètre unique pour les tunnels en laiton", - "create.ponder.brass_tunnel_modes.text_11": "Les objets sont autorisés à passer seulement si chaque tunnel dans le groupe en a un en attente", - "create.ponder.brass_tunnel_modes.text_12": "Cela assure que tous les tapis affectés fournissent des objets à la même vitesse", - "create.ponder.brass_tunnel_modes.text_2": "'Partager' essayera de distribuer la pile équitablement entre les sorties disponibles", - "create.ponder.brass_tunnel_modes.text_3": "Si une sortie est incapable de prendre plus d'objets, elle sera passée", - "create.ponder.brass_tunnel_modes.text_4": "'Partage forcé' ne passera jamais de sorties, et à la place attendra jusqu'à qu'elles soient libres", - "create.ponder.brass_tunnel_modes.text_5": "'Chacun un par un' garde les piles complètes et utilise chaque sortie une par une itérativement", - "create.ponder.brass_tunnel_modes.text_6": "Encore une fois, si une sortie est incapable de prendre plus d'objets, elle sera passée", - "create.ponder.brass_tunnel_modes.text_7": "'Chacun un par un forcé' ne passe jamais de sorties", - "create.ponder.brass_tunnel_modes.text_8": "'Préférer le plus proche' priorise la sortie la plus proche de l'emplacement d'entrée de l'objet", - "create.ponder.brass_tunnel_modes.text_9": "'Aléatoire' distribuera des piles complètes à des sorties choisies aléatoirement", - - "create.ponder.cart_assembler.header": "Déplacer des structures en utilisant des assembleurs de wagonnet", - "create.ponder.cart_assembler.text_1": "Les assembleurs de wagonnet alimentés montent les structures attachées sur les wagonnets passants", - "create.ponder.cart_assembler.text_2": "Sans un signal de redstone, il désassemble les machines sur wagonnet passantes en blocs", - "create.ponder.cart_assembler.text_3": "Utiliser une clé sur le wagonnet vous laissera transporter la machine ailleurs", - - "create.ponder.cart_assembler_dual.header": "Assembler des machines sur wagonnets", - "create.ponder.cart_assembler_dual.text_1": "Quand deux assembleurs de wagonnet partage une structure attachée...", - "create.ponder.cart_assembler_dual.text_2": "Alimenter l'un ou l'autre créera une machine sur wagonnets", - "create.ponder.cart_assembler_dual.text_3": "Les wagonnets se comporteront comme ceux connectés par des liens pour wagonnet", - - "create.ponder.cart_assembler_modes.header": "Paramètres d'orientation pour les machines sur wagonnet", - "create.ponder.cart_assembler_modes.text_1": "Les machines sur wagonnet tourneront pour faire face au mouvement de leur wagonnet", - "create.ponder.cart_assembler_modes.text_2": "Cette flèche indique quel côté de la structure sera considéré comme l'avant", - "create.ponder.cart_assembler_modes.text_3": "Si l'assembleur est réglé sur 'verrouiller la rotation', l'orientation de la machine ne changera jamais", - - "create.ponder.cart_assembler_rails.header": "Autres types de wagonnets et rails", - "create.ponder.cart_assembler_rails.text_1": "Les assembleurs de wagonnet sur des rails normaux n'affecteront pas le mouvement des wagonnets passants", - "create.ponder.cart_assembler_rails.text_2": "Quand ils sont sur des rails contrôleurs ou de propulsion, les wagonnets seront maintenus en place jusqu'à que le rail soit alimenté", - "create.ponder.cart_assembler_rails.text_3": "D'autres types de wagonnets peuvent être utilisés comme l'ancre", - "create.ponder.cart_assembler_rails.text_4": "Les wagonnets motorisés se garderont alimentés, en consommant du carburant de n'importe quel inventaire attaché", - - "create.ponder.chain_drive.header": "Transmettre la force de rotation avec les chaines de transmission", - "create.ponder.chain_drive.text_1": "Les chaines de transmission transmettent la rotation à chacune d'elles dans une ligne", - "create.ponder.chain_drive.text_2": "Tous les rotors connectés comme ceci tourneront dans la même direction", - "create.ponder.chain_drive.text_3": "N'importe quelle partie de la ligne peut être tournée de 90 degrés", - - "create.ponder.chain_gearshift.header": "Contrôler la vitesse de rotation avec les chaines de transmission ajustables", - "create.ponder.chain_gearshift.text_1": "Les chaines de transmission ajustables se comportent exactement comme les chaines de transmission", - "create.ponder.chain_gearshift.text_2": "Quand alimentée, la vitesse transmise aux autres chaines de transmission dans la ligne est doublée", - "create.ponder.chain_gearshift.text_3": "Quand la chaine de transmission ajustable n'est pas à la source, sa vitesse sera à la place réduite de moitié", - "create.ponder.chain_gearshift.text_4": "Dans les deux cas, les chaines de transmission dans la ligne tournent toujours à 2x la vitesse de la chaine de transmission ajustable alimentée", - "create.ponder.chain_gearshift.text_5": "En utilisant des signaux analogiques, le ratio peut être ajusté plus précisément entre 1 et 2", - "create.ponder.chain_gearshift.text_6": "12 tr/min", - - "create.ponder.chute.header": "Transporter des objets vers le bas avec des glissières", - "create.ponder.chute.text_1": "Les glissières peuvent transporter les objets verticalement depuis et dans les inventaires", - "create.ponder.chute.text_2": "En utilisant la clé, une fenêtre peut être créée", - "create.ponder.chute.text_3": "Placer des glissières en ciblant les côtés d'une autre glissière les feront diagonales", - - "create.ponder.chute_upward.header": "Transporter des objets vers le haut avec des glissières", - "create.ponder.chute_upward.text_1": "En utilisant des ventilateurs enchâssés au-dessus ou en dessous, une glissière peut transporter les objets vers le haut", - "create.ponder.chute_upward.text_2": "Inspecter des glissières avec des lunettes d'ingénieur révèle des informations sur la direction du mouvement", - "create.ponder.chute_upward.text_3": "Sur la fin 'bloquée', les objets devront être insérés/extraits depuis les côtés", - - "create.ponder.clockwork_bearing.header": "Animer des structures en utilisant des roulements mécaniques horlogers", - "create.ponder.clockwork_bearing.text_1": "Les roulements mécaniques horlogers s'attachent aux blocs devant eux", - "create.ponder.clockwork_bearing.text_2": "Quand ils reçoivent de la force de rotation, la structure tournera en fonction de l'heure du jour", - "create.ponder.clockwork_bearing.text_3": "3:00", - "create.ponder.clockwork_bearing.text_4": "4:00", - "create.ponder.clockwork_bearing.text_5": "Clic droit sur le roulement mécanique horloger pour démarrer ou arrêter d'animer la structure", - "create.ponder.clockwork_bearing.text_6": "Devant l'aiguille des heures, une seconde structure peut être ajoutée", - "create.ponder.clockwork_bearing.text_7": "Assurez-vous que les deux structures ne sont pas collées ensemble", - "create.ponder.clockwork_bearing.text_8": "La seconde structure tournera maintenant comme l'aiguille des minutes", - - "create.ponder.clutch.header": "Contrôler la force de rotation en utilisant un embrayage", - "create.ponder.clutch.text_1": "Les embrayages transmettront la rotation en ligne droite", - "create.ponder.clutch.text_2": "Quand ils sont alimentés par la redstone, ils stoppent la connexion", - - "create.ponder.cog_speedup.header": "Changer la vitesse avec des roues dentées", - "create.ponder.cog_speedup.text_1": "Les grandes et petites roues dentées peuvent être connectées en diagonale", - "create.ponder.cog_speedup.text_2": "En passant de grandes à petites roues dentées, la vitesse transmise sera doublée", - "create.ponder.cog_speedup.text_3": "En passant en sens contraire, la vitesse transmise sera réduite de moitié", - - "create.ponder.cogwheel.header": "Transmettre la force de rotation en utilisant des roues dentées", - "create.ponder.cogwheel.text_1": "Les roues dentées transmettront la rotation aux autres roues dentées adjacentes", - "create.ponder.cogwheel.text_2": "Les rotors voisins connectés comme ceci tourneront dans des directions opposées", - - "create.ponder.cogwheel_casing.header": "Mettre des roues dentées dans un revêtement", - "create.ponder.cogwheel_casing.text_1": "Du revêtement en laiton ou en andésite peut être utilisé pour décorer les roues dentées", - "create.ponder.cogwheel_casing.text_2": "Les composants ajoutés après avoir mis un revêtement ne se connecteront pas aux rotors de sortie", - "create.ponder.cogwheel_casing.text_3": "La clé peut être utilisée pour basculer les connexions", - - "create.ponder.creative_fluid_tank.header": "Réservoirs à fluide créatifs", - "create.ponder.creative_fluid_tank.text_1": "Les réservoirs à fluide créatifs peuvent être utilisés pour fournir une réserve infinie de fluide", - "create.ponder.creative_fluid_tank.text_2": "Clic droit avec un objet contenant un fluide pour le configurer", - "create.ponder.creative_fluid_tank.text_3": "Les réseaux de tuyaux peuvent maintenant extraire sans fin le fluide assigné du réservoir", - "create.ponder.creative_fluid_tank.text_4": "N'importe quels fluides insérés dans le réservoir à fluide créatif seront détruits", - - "create.ponder.creative_motor.header": "Générer de la force de rotation en utilisant les moteurs créatifs", - "create.ponder.creative_motor.text_1": "Les moteurs créatifs sont une source de force de rotation compacte et configurable", - "create.ponder.creative_motor.text_2": "Faire défiler sur le panneau à l'arrière change les tr/min de la sortie de rotation du moteur", - - "create.ponder.creative_motor_mojang.header": "L'énigme de Mojang", - - "create.ponder.crushing_wheels.header": "Traiter les objets avec des roues de concassage", - "create.ponder.crushing_wheels.text_1": "Une paire de roues de concassage peuvent concasser les objets très efficacement", - "create.ponder.crushing_wheels.text_2": "Leurs entrées de rotation doivent les faire tourner l'une dans l'autre", - "create.ponder.crushing_wheels.text_3": "Les objets lancés ou insérés sur le dessus seront traités", - "create.ponder.crushing_wheels.text_4": "Les objets peuvent être aussi insérés et récupérés de manière automatisée", - - "create.ponder.deployer.header": "Utiliser le déployeur", - "create.ponder.deployer.text_1": "En lui donnant une force de rotation, un déployeur peut imiter les interactions des joueurs", - "create.ponder.deployer.text_10": "Clic droit sur le devant pour lui donner un objet à utiliser", - "create.ponder.deployer.text_11": "Les objets peuvent aussi être insérés automatiquement", - "create.ponder.deployer.text_12": "Les déployeurs ont un emplacement de filtre", - "create.ponder.deployer.text_13": "Quand un filtre est défini, il s'active seulement quand il tient un objet correspondant", - "create.ponder.deployer.text_14": "Seulement les objets correspondants au filtre peuvent maintenant être insérés...", - "create.ponder.deployer.text_15": "... et seulement les objets non correspondants seront extraits", - "create.ponder.deployer.text_2": "Il interagira toujours avec la position 2 blocs devant lui", - "create.ponder.deployer.text_3": "Les blocs directement devant lui ne l'obstrueront pas", - "create.ponder.deployer.text_4": "Les déployeurs peuvent :", - "create.ponder.deployer.text_5": "Placer des blocs,", - "create.ponder.deployer.text_6": "Utiliser des objets,", - "create.ponder.deployer.text_7": "Activer des blocs,", - "create.ponder.deployer.text_8": "Récolter des blocs", - "create.ponder.deployer.text_9": "et tuer des monstres", - - "create.ponder.deployer_contraption.header": "Utiliser des déployeurs sur des machines", - "create.ponder.deployer_contraption.text_1": "Quand les déployeurs sont déplacés dans une machine...", - "create.ponder.deployer_contraption.text_2": "Ils activent chaque emplacement visité, en utilisant des objets dans des inventaires n'importe où sur la machine", - "create.ponder.deployer_contraption.text_3": "L'emplacement de filtre peut être utilisé pour spécifier quels objets extraire", - - "create.ponder.deployer_modes.header": "Modes du déployeur", - "create.ponder.deployer_modes.text_1": "Par défaut, un déployeur imite une interaction avec un clic droit", - "create.ponder.deployer_modes.text_2": "En utilisant une clé, il peut être défini pour utiliser un clic gauche à la place", - - "create.ponder.deployer_processing.header": "Traiter des objets en utilisant des déployeurs", - "create.ponder.deployer_processing.text_1": "Avec un objet tenu adéquat, les déployeurs peuvent traiter les objets fournis en dessous d'eux", - "create.ponder.deployer_processing.text_2": "Les objets en entrée peuvent être jetés ou placés sur un dépôt sous un déployeur", - "create.ponder.deployer_processing.text_3": "Quand les objets sont fournis sur un tapis roulant...", - "create.ponder.deployer_processing.text_4": "Le déployeur les maintiendra et les traitera automatiquement", - - "create.ponder.deployer_redstone.header": "Contrôler les déployeurs avec la redstone", - "create.ponder.deployer_redstone.text_1": "Quand ils sont alimentés par de la redstone, les déployeurs ne s'activeront pas", - "create.ponder.deployer_redstone.text_2": "Avant de s'arrêter, le déployeur finira tout cycle commencé", - "create.ponder.deployer_redstone.text_3": "Ainsi, une impulsion négative peut être utilisée pour déclencher un cycle d'activation", - - "create.ponder.depot.header": "Utiliser les dépôts", - "create.ponder.depot.text_1": "Les dépôts peuvent être utilisés comme des éléments de tapis roulants 'stationnaires'", - "create.ponder.depot.text_2": "Clic droit pour manuellement lui placer ou enlever des objets", - "create.ponder.depot.text_3": "Tout comme des tapis roulants, il peut fournir des objets pour le traitement", - "create.ponder.depot.text_4": "... aussi bien que pour fournir des objets à des bras mécaniques", - - "create.ponder.display_board.header": "Utiliser les panneaux d'affichage", - "create.ponder.display_board.text_1": "Les panneaux d'affichage sont une alternative modifiable en taille aux pancartes", - "create.ponder.display_board.text_2": "Ils requièrent de la force de rotation pour opérer", - "create.ponder.display_board.text_3": "Du texte peut être affiché en utilisant des étiquettes...", - "create.ponder.display_board.text_4": "... ou par l'utilisation de liaisons d'affichage", - "create.ponder.display_board.text_5": "Des teintures peuvent être appliquées à des lignes individuelles du panneau", - "create.ponder.display_board.text_6": "Les lignes peuvent être réinitialisées en leur cliquant dessus avec une main vide", - - "create.ponder.display_link.header": "Mettre en place des liaisons d'affichage", - "create.ponder.display_link.text_1": "Les liaisons d'affichage peuvent être utilisées pour visualiser des informations dynamiques", - "create.ponder.display_link.text_2": "En premier, faites clic droit sur l'affichage cible...", - "create.ponder.display_link.text_3": "... puis attachez-le au bloc à lire", - "create.ponder.display_link.text_4": "Ouvrez l'interface pour sélectionner et configurer ce qui est envoyé", - "create.ponder.display_link.text_5": "L'affichage recevra maintenant des informations de la liaison", - "create.ponder.display_link.text_6": "Tous les blocs ne peuvent pas être des sources", - "create.ponder.display_link.text_7": "Chaque bloc compatible fournit des informations uniques", - "create.ponder.display_link.text_8": "La liaison d'affichage peut marcher avec plusieurs affichages différents", - - "create.ponder.display_link_redstone.header": "Contrôle par la redstone", - "create.ponder.display_link_redstone.text_1": "Quand elles sont alimentées par la redstone, les liaisons d'affichage arrêtent d'envoyer des mises à jour", - "create.ponder.display_link_redstone.text_2": "Une fois désalimentées, le minuteur est réinitialisé et de nouvelles infos sont envoyées immédiatement", - "create.ponder.display_link_redstone.text_3": "Les signaux émis depuis la source n'affectent pas la liaison", - - "create.ponder.empty_blaze_burner.header": "Utiliser les brûleurs à blaze vides", - "create.ponder.empty_blaze_burner.text_1": "Clic droit sur un blaze avec un brûleur vide pour le capturer", - "create.ponder.empty_blaze_burner.text_2": "Alternativement, les blazes peuvent être collectés depuis leur générateur directement", - "create.ponder.empty_blaze_burner.text_3": "Vous avez maintenant une source de chaleur idéale pour des machines diverses", - "create.ponder.empty_blaze_burner.text_4": "Pour des raisons esthétiques, les brûleurs à blaze vides peuvent aussi être allumés en utilisant un briquet", - "create.ponder.empty_blaze_burner.text_5": "La flamme peut être transformée en utilisant un objet infusé d'âmes", - "create.ponder.empty_blaze_burner.text_6": "Cependant, sans un blaze ils ne sont pas adaptés pour du chauffage industriel", - - "create.ponder.encased_fluid_pipe.header": "Mettre des tuyaux à fluide dans un revêtement", - "create.ponder.encased_fluid_pipe.text_1": "Du revêtement en cuivre peut être utilisé pour décorer des tuyaux à fluide", - "create.ponder.encased_fluid_pipe.text_2": "À part d'être cachés, les tuyaux dans un revêtement sont verrouillés dans leur état de connectivité", - "create.ponder.encased_fluid_pipe.text_3": "Il ne réagira plus à aucun bloc voisin étant ajouté ou enlevé", - - "create.ponder.fan_direction.header": "Flux d'air des ventilateurs enchâssés", - "create.ponder.fan_direction.text_1": "Les ventilateurs enchâssés utilisent la force de rotation pour créer un courant d'air", - "create.ponder.fan_direction.text_2": "La force et la direction des flux dépendent de l'entrée de rotation", - - "create.ponder.fan_processing.header": "Traiter des objets en utilisant des ventilateurs enchâssés", - "create.ponder.fan_processing.text_1": "Quand il passe à travers de la lave, le flux d'air devient chauffé", - "create.ponder.fan_processing.text_2": "Les objets se retrouvant dans le flux d'air seront chauffés", - "create.ponder.fan_processing.text_3": "La nourriture jetée ici serait incinérée", - "create.ponder.fan_processing.text_4": "À la place, une installation pour fumer avec du feu devrait être utilisée", - "create.ponder.fan_processing.text_5": "Les flux d'air passants à travers de l'eau créent une installation de lavage", - "create.ponder.fan_processing.text_6": "D'intéressants nouveaux traitements peuvent être effectués avec cette installation", - "create.ponder.fan_processing.text_7": "La vitesse du ventilateur n'affecte PAS la vitesse de traitement, seulement sa portée", - "create.ponder.fan_processing.text_8": "Le traitement par ventilateur peut aussi être appliqué aux objets sur des dépôts ou des tapis roulants", - - "create.ponder.fluid_pipe_flow.header": "Déplacer des fluides en utilisant des tuyaux en cuivre", - "create.ponder.fluid_pipe_flow.text_1": "Les tuyaux à fluide peuvent connecter deux ou plus sources et cibles de fluides", - "create.ponder.fluid_pipe_flow.text_2": "En utilisant une clé, un segment de tuyau droit peut être donné une fenêtre", - "create.ponder.fluid_pipe_flow.text_3": "Les tuyaux avec fenêtre ne se connecteront à aucun autre segment de tuyau adjacent", - "create.ponder.fluid_pipe_flow.text_4": "Alimentés par des pompes mécaniques, les tuyaux peuvent transporter des fluides", - "create.ponder.fluid_pipe_flow.text_5": "Tout d'abord, aucun fluide n'est extrait", - "create.ponder.fluid_pipe_flow.text_6": "Une fois que le flux les connecte, les points de terminaison transfèrent graduellement leurs contenus", - "create.ponder.fluid_pipe_flow.text_7": "Ainsi, les blocs de tuyau eux-mêmes ne contiennent jamais 'physiquement' aucun fluide", - - "create.ponder.fluid_pipe_interaction.header": "Vider et remplir les conteneurs de fluide", - "create.ponder.fluid_pipe_interaction.text_1": "Les points de terminaison d'un réseau de tuyau peuvent interagir avec une variété de blocs", - "create.ponder.fluid_pipe_interaction.text_2": "N'importe quel bloc avec des capabilités de stockage de fluide peut être rempli ou vidé", - "create.ponder.fluid_pipe_interaction.text_3": "Les blocs de source juste devant une extrémité ouverte peuvent être récupérés...", - "create.ponder.fluid_pipe_interaction.text_4": "... aussi bien que déverser dans des espaces vides peut créer des sources de fluide", - "create.ponder.fluid_pipe_interaction.text_5": "Les tuyaux peuvent aussi directement extraire des fluides depuis une poignée d'autres blocs", - - "create.ponder.fluid_tank_sizes.header": "Dimensions d'un réservoir à fluide", - "create.ponder.fluid_tank_sizes.text_1": "Les réservoirs à fluide peuvent être combinés pour augmenter la capacité totale", - "create.ponder.fluid_tank_sizes.text_2": "Leur base carrée peut faire jusqu'à 3 blocs de large...", - "create.ponder.fluid_tank_sizes.text_3": "... et grandir en hauteur de plus de 30 blocs additionnels", - "create.ponder.fluid_tank_sizes.text_4": "En utilisant une clé, la fenêtre d'un réservoir peut être affichée", - - "create.ponder.fluid_tank_storage.header": "Stocker des fluides dans des réservoirs à fluide", - "create.ponder.fluid_tank_storage.text_1": "Les réservoirs à fluide peuvent être utilisés pour stocker de grandes quantités de fluides", - "create.ponder.fluid_tank_storage.text_2": "Les réseaux de fluides peuvent insérer et extraire des fluides depuis n'importe quel côté", - "create.ponder.fluid_tank_storage.text_3": "Le fluide contenu peut être mesuré par un comparateur", - "create.ponder.fluid_tank_storage.text_4": "Cependant, en mode survie les fluides ne peuvent pas être ajoutés ou enlevés manuellement", - "create.ponder.fluid_tank_storage.text_5": "Vous pouvez utiliser des bassins, des égouttoirs à objets et des becs verseurs pour vider ou remplir des objets conteneurs de fluide", - - "create.ponder.funnel_compat.header": "Compatibilité des entonnoirs", - "create.ponder.funnel_compat.text_1": "Les entonnoirs devraient aussi correctement interagir avec une poignée d'autres composants.", - "create.ponder.funnel_compat.text_2": "Scies verticales", - "create.ponder.funnel_compat.text_3": "Dépôts", - "create.ponder.funnel_compat.text_4": "Égouttoirs à objets", - - "create.ponder.funnel_direction.header": "Direction du transfert", - "create.ponder.funnel_direction.text_1": "Placé normalement, il extrait les objets de l'inventaire.", - "create.ponder.funnel_direction.text_2": "Placé en étant accroupi, il insère les objets dans l'inventaire.", - "create.ponder.funnel_direction.text_3": "En utilisant une clé, l'entonnoir peut être tourné après le placement.", - "create.ponder.funnel_direction.text_4": "Les mêmes règles s'appliqueront pour la plupart des orientations.", - "create.ponder.funnel_direction.text_5": "Les entonnoirs sur tapis roulant extrairont/inséreront en fonction de la direction de son mouvement.", - - "create.ponder.funnel_intro.header": "Utiliser les entonnoirs", - "create.ponder.funnel_intro.text_1": "Les entonnoirs sont idéals pour transférer les objets depuis et vers des inventaires.", - - "create.ponder.funnel_redstone.header": "Contrôle avec la redstone", - "create.ponder.funnel_redstone.text_1": "L'alimentation par la redstone empêchera les entonnoirs d'agir", - - "create.ponder.funnel_transfer.header": "Transfert direct", - "create.ponder.funnel_transfer.text_1": "Les entonnoirs ne peuvent jamais transférer directement entre inventaires fermés.", - "create.ponder.funnel_transfer.text_2": "Les glissières ou glissières intelligentes peuvent être plus adaptées pour ces utilisations.", - "create.ponder.funnel_transfer.text_3": "La même chose s'applique pour le mouvement horizontal. Un tapis roulant devrait aider ici.", - - "create.ponder.gantry_carriage.header": "Utiliser les chariots de portiques", - "create.ponder.gantry_carriage.text_1": "Les chariots de portique peuvent monter et coulisser le long de rotors de portique.", - "create.ponder.gantry_carriage.text_2": "Les installations de portiques peuvent déplacer les blocs attachés.", - - "create.ponder.gantry_cascaded.header": "Portiques en cascade", - "create.ponder.gantry_cascaded.text_1": "Les rotors de portique s'attachent à un chariot sans l'aide de colle extra-forte", - "create.ponder.gantry_cascaded.text_2": "La même chose s'applique pour les chariots sur des rotors de portique en mouvement", - "create.ponder.gantry_cascaded.text_3": "Ainsi, un système de portique peut être mis en cascade pour couvrir plusieurs axes de mouvement", - - "create.ponder.gantry_direction.header": "Direction du mouvement des portiques", - "create.ponder.gantry_direction.text_1": "Les rotors de portique peuvent avoir des orientations opposées", - "create.ponder.gantry_direction.text_2": "La direction du mouvement des chariots dépend de l'orientation de leurs rotors", - "create.ponder.gantry_direction.text_3": "... ainsi que la direction de rotation du rotor", - "create.ponder.gantry_direction.text_4": "Les mêmes règles s'appliquent pour la rotation propagée", - - "create.ponder.gantry_redstone.header": "Propagation de l'alimentation des portiques", - "create.ponder.gantry_redstone.text_1": "Les rotors de portique alimentés par de la redstone arrêtent de déplacer leurs chariots", - "create.ponder.gantry_redstone.text_2": "À la place, sa force de rotation est transmise au rotor de sortie du chariot", - - "create.ponder.gantry_shaft.header": "Utiliser les rotors de portique", - "create.ponder.gantry_shaft.text_1": "Les rotors de portique forment la base d'une installation de portique. Les chariots attachés se déplaceront en leur long.", - "create.ponder.gantry_shaft.text_2": "Les installations de portiques peuvent déplacer les blocs attachés.", - - "create.ponder.gearbox.header": "Transmettre la force de rotation en utilisant les boîtes à roues dentées", - "create.ponder.gearbox.text_1": "Passer d'un axe de rotation à un autre peut devenir volumineux rapidement", - "create.ponder.gearbox.text_2": "Une boîte à roues dentées est l'équivalent plus compact de cette installation", - "create.ponder.gearbox.text_3": "Les rotors autour des coins tournent dans des directions inversées", - "create.ponder.gearbox.text_4": "Les connexions droites seront inversées", - - "create.ponder.gearshift.header": "Contrôler la force de rotation en utilisant un décaleur de rotation", - "create.ponder.gearshift.text_1": "Les décaleurs de rotation transmettront la rotation en ligne droite", - "create.ponder.gearshift.text_2": "Quand alimenté par la redstone, il inverse la transmission", - - "create.ponder.hand_crank.header": "Générer de la force de rotation en utilisant les manivelles", - "create.ponder.hand_crank.text_1": "Les manivelles peuvent être utilisées par les joueurs pour appliquer de la force de rotation manuellement", - "create.ponder.hand_crank.text_2": "Maintenir clic droit pour la tourner dans le sens inverse des aiguilles d'une montre", - "create.ponder.hand_crank.text_3": "Sa vitesse transmise est relativement élevée", - "create.ponder.hand_crank.text_4": "S'accroupir et maintenir clic droit pour la tourner dans le sens des aiguilles d'une montre", - - "create.ponder.hose_pulley.header": "Remplissage et vidage de sources en utilisant les poulies à tuyau", - "create.ponder.hose_pulley.text_1": "Les poulies à tuyau peuvent être utilisées pour remplir ou vider de larges corps de fluides", - "create.ponder.hose_pulley.text_2": "Avec l'entrée cinétique, la hauteur du tuyau de la poulie peut être contrôlée", - "create.ponder.hose_pulley.text_3": "La poulie se rétracte quand la rotation en entrée est inversée", - "create.ponder.hose_pulley.text_4": "Sur la face opposée, des tuyaux peuvent être connectés", - "create.ponder.hose_pulley.text_5": "Les réseaux de tuyaux attachés peuvent soit fournir du fluide au tuyau...", - "create.ponder.hose_pulley.text_6": "... soit lui en extraire, vidant le bassin à la place", - "create.ponder.hose_pulley.text_7": "La vitesse de remplissage et de vidage de la poulie dépend entièrement du débit du réseau de fluide", - - "create.ponder.hose_pulley_infinite.header": "Passivement remplir et vider de larges corps de fluides", - "create.ponder.hose_pulley_infinite.text_1": "En déployant la poulie à tuyau dans un océan assez large...", - "create.ponder.hose_pulley_infinite.text_2": "Elle fournira/videra des fluides sans affecter la source", - "create.ponder.hose_pulley_infinite.text_3": "Les réseaux de tuyaux peuvent extraire/vider des fluides sans limites de/dans ces poulies", - - "create.ponder.hose_pulley_level.header": "Niveau de remplissage et vidage des poulies à tuyau", - "create.ponder.hose_pulley_level.text_1": "Quand elle est totalement rétractée, la poulie à tuyau ne peut pas opérer", - "create.ponder.hose_pulley_level.text_2": "Le vidage va du haut vers le bas", - "create.ponder.hose_pulley_level.text_3": "Le niveau de la surface finira juste en dessous d'où le tuyau se termine", - "create.ponder.hose_pulley_level.text_4": "Le remplissage va du bas vers le haut", - "create.ponder.hose_pulley_level.text_5": "Le bassin rempli ne grandira pas au-delà du niveau au-dessus de la fin du tuyau", - - "create.ponder.item_drain.header": "Vider des conteneurs de fluide en utilisant les égouttoirs à objets", - "create.ponder.item_drain.text_1": "Les égouttoirs à objets peuvent extraire les fluides des objets", - "create.ponder.item_drain.text_2": "Clic droit pour vider les fluides de l'objet tenu dedans", - "create.ponder.item_drain.text_3": "Quand des objets sont insérés depuis le côté...", - "create.ponder.item_drain.text_4": "... ils roulent dessus, vidant leur fluide contenu", - "create.ponder.item_drain.text_5": "Les réseaux de tuyaux peuvent maintenant extraire le fluide du stockage interne de l'égouttoir", - - "create.ponder.item_vault_sizes.header": "Dimensions d'un coffre renforcé à objets", - "create.ponder.item_vault_sizes.text_1": "Les coffres renforcés à objets peuvent être combinés pour augmenter la capacité totale", - "create.ponder.item_vault_sizes.text_2": "Leur carré de base peut faire jusqu'à 3 blocs de large...", - "create.ponder.item_vault_sizes.text_3": "... et grandir en longueur jusqu'à 3x leur diamètre", - - "create.ponder.item_vault_storage.header": "Stocker des objets dans des coffres renforcés", - "create.ponder.item_vault_storage.text_1": "Les coffres renforcés à objets peuvent être utilisés pour stocker de grandes quantités d'objets", - "create.ponder.item_vault_storage.text_2": "Cependant, les contenus ne peuvent pas être ajoutés ou enlevés manuellement", - "create.ponder.item_vault_storage.text_3": "N'importe quel composant pour le transfert d'objets peut à la fois insérer...", - "create.ponder.item_vault_storage.text_4": "... et extraire le contenu de ce conteneur", - - "create.ponder.large_cogwheel.header": "Transmettre la force de rotation en utilisant les grandes roues dentées", - "create.ponder.large_cogwheel.text_1": "Les grandes roues dentées peuvent se connecter entre elles à angle droit", - "create.ponder.large_cogwheel.text_2": "Cela aidera à transmettre la vitesse à d'autres axes de rotation", - - "create.ponder.linear_chassis_attachment.header": "Attacher des blocs en utilisant des châssis linéaires", - "create.ponder.linear_chassis_attachment.text_1": "Les faces ouvertes d'un châssis linéaire peuvent être rendues collantes", - "create.ponder.linear_chassis_attachment.text_2": "Cliquer à nouveau pour rendre le côté opposé collant", - "create.ponder.linear_chassis_attachment.text_3": "S'accroupir et clic droit avec une main vide pour enlever le slime", - "create.ponder.linear_chassis_attachment.text_4": "Les faces collantes du châssis linéaire attacheront une ligne de blocs devant elles", - "create.ponder.linear_chassis_attachment.text_5": "En utilisant une clé, une portée précise peut être spécifiée pour le châssis", - "create.ponder.linear_chassis_attachment.text_6": "Maintenir CTRL et faire défiler ajuste la portée de tous les blocs de châssis attachés", - "create.ponder.linear_chassis_attachment.text_7": "Attacher des blocs à n'importe quel autre côté requiert l'utilisation de colle extra-forte", - "create.ponder.linear_chassis_attachment.text_8": "En utilisant ces mécaniques, des structures de n'importe quelle forme peuvent bouger en tant que machine", - - "create.ponder.linear_chassis_group.header": "Déplacer des châssis linéaires en groupes", - "create.ponder.linear_chassis_group.text_1": "Les châssis linéaires se connectent à des blocs de châssis identiques à côté d'eux", - "create.ponder.linear_chassis_group.text_2": "Quand un est déplacé par une machine, les autres sont entraînés avec lui", - "create.ponder.linear_chassis_group.text_3": "Les châssis de différents types ou orientés dans une autre direction ne s'attacheront pas", - - "create.ponder.mechanical_arm.header": "Mettre en place des bras mécaniques", - "create.ponder.mechanical_arm.text_1": "Les bras mécaniques doivent être assignés à leurs entrées et sorties avant d'être placés", - "create.ponder.mechanical_arm.text_2": "Clic droit sur des inventaires en tenant le bras pour les assigner comme des cibles", - "create.ponder.mechanical_arm.text_3": "Clic droit à nouveau pour basculer entre entrée (bleu) et sortie (orange)", - "create.ponder.mechanical_arm.text_4": "Clic gauche sur des composants pour enlever leur sélection", - "create.ponder.mechanical_arm.text_5": "Une fois placé, le bras mécanique visera les blocs sélectionnés précédemment", - "create.ponder.mechanical_arm.text_6": "Ils peuvent avoir n'importe quel montant d'entrées et sorties dans leur portée", - "create.ponder.mechanical_arm.text_7": "Cependant, il ne peut pas interagir avec tous les types d'inventaires directement", - "create.ponder.mechanical_arm.text_8": "Les entonnoirs et dépôts peuvent remédier à ce problème", - - "create.ponder.mechanical_arm_filtering.header": "Filtrer les sorties du bras mécanique", - "create.ponder.mechanical_arm_filtering.text_1": "Entrées", - "create.ponder.mechanical_arm_filtering.text_2": "Sorties", - "create.ponder.mechanical_arm_filtering.text_3": "Il est parfois désirable de restreindre les cibles du bras en ajoutant un filtre", - "create.ponder.mechanical_arm_filtering.text_4": "Les bras mécaniques par eux-mêmes ne fournissent aucune option pour filtrer", - "create.ponder.mechanical_arm_filtering.text_5": "Les entonnoirs en laiton comme cibles communique cependant leur propre filtre au bras", - "create.ponder.mechanical_arm_filtering.text_6": "Le bras est assez intelligent pour ne pas récupérer des objets qu'il ne peut pas distribuer", - - "create.ponder.mechanical_arm_modes.header": "Modes de distribution du bras mécanique", - "create.ponder.mechanical_arm_modes.text_1": "Entrées", - "create.ponder.mechanical_arm_modes.text_2": "Sorties", - "create.ponder.mechanical_arm_modes.text_3": "À chaque fois qu'un bras doit choisir entre plusieurs sorties valides...", - "create.ponder.mechanical_arm_modes.text_4": "... il agira selon son paramètre", - "create.ponder.mechanical_arm_modes.text_5": "Faire défiler avec un clé vous permettra de le configurer", - "create.ponder.mechanical_arm_modes.text_6": "Le mode 'chacun un par un' utilise simplement chaque sortie disponible une par une", - "create.ponder.mechanical_arm_modes.text_7": "Si une sortie ne peut pas prendre plus d'objets, elle sera passée", - "create.ponder.mechanical_arm_modes.text_8": "Le mode 'chacun un par un forcé' ne passera jamais de sorties, et à la place attendra qu'elles soient libres", - "create.ponder.mechanical_arm_modes.text_9": "'Préférer la première sortie' donne la priorité aux sorties sélectionnées le plus tôt quand ce bras a été configuré", - - "create.ponder.mechanical_arm_redstone.header": "Contrôler les bras mécaniques avec de la redstone", - "create.ponder.mechanical_arm_redstone.text_1": "Quand alimentés par de la redstone, les bras mécaniques ne s'activeront pas", - "create.ponder.mechanical_arm_redstone.text_2": "Avant de s'arrêter, il finira le cycle commencé", - "create.ponder.mechanical_arm_redstone.text_3": "Ainsi, une impulsion négative peut être utilisée pour déclencher exactement un cycle d'activation", - - "create.ponder.mechanical_bearing.header": "Déplacer des structures en utilisant le roulement mécanique", - "create.ponder.mechanical_bearing.text_1": "Les roulements mécaniques attachent le bloc devant eux", - "create.ponder.mechanical_bearing.text_2": "Quand il recevra de la force de rotation, il s'assemblera en une machine tournante", - - "create.ponder.mechanical_crafter.header": "Mettre en place des établis mécaniques", - "create.ponder.mechanical_crafter.text_1": "Un rang d'établis mécaniques peut être utilisé pour automatiser n'importe quel recette de fabrication", - "create.ponder.mechanical_crafter.text_2": "En utilisant une clé, le chemin des établis peut être arrangé", - "create.ponder.mechanical_crafter.text_3": "Pour une installation valide, tous les chemins doivent converger en une sortie sur n'importe quel côté", - "create.ponder.mechanical_crafter.text_4": "Les résultats seront placés dans l'inventaire à la sortie", - "create.ponder.mechanical_crafter.text_5": "Les établis mécaniques requièrent de la force de rotation pour opérer", - "create.ponder.mechanical_crafter.text_6": "Clic droit sur le devant pour insérer des objets manuellement", - "create.ponder.mechanical_crafter.text_7": "Une fois que tous les emplacements d'un chemin contiennent un objet, le processus de fabrication commencera", - "create.ponder.mechanical_crafter.text_8": "Pour les recettes n'occupant pas complètement l'installation d'établis, le commencement peut être forcé en utilisant une impulsion de redstone", - - "create.ponder.mechanical_crafter_connect.header": "Connecter les inventaires des établis", - "create.ponder.mechanical_crafter_connect.text_1": "Les objets peuvent être insérés dans des établis automatiquement", - "create.ponder.mechanical_crafter_connect.text_2": "En utilisant la clé sur leur arrière, les entrées des établis mécaniques peuvent être combinées", - "create.ponder.mechanical_crafter_connect.text_3": "Tous les établis connectés peuvent maintenant être accédés par le même emplacement d'entrée", - - "create.ponder.mechanical_crafter_covers.header": "Couvrir les emplacements des établis mécaniques", - "create.ponder.mechanical_crafter_covers.text_1": "Certaines recettes requerront des établis additionnels pour faire un pont entre les trous dans le chemin", - "create.ponder.mechanical_crafter_covers.text_2": "En utilisant des couvercles, les établis peuvent être faits pour agir comme un emplacement vide dans l'arrangement", - "create.ponder.mechanical_crafter_covers.text_3": "Les entrées partagées créées avec la clé à l'arrière peuvent aussi atteindre de l'autre côté d'un établi couvert", - - "create.ponder.mechanical_drill.header": "Casser des blocs avec la perceuse mécanique", - "create.ponder.mechanical_drill.text_1": "Quand de la force de rotation lui est donnée, une perceuse mécanique cassera les blocs directement devant elle", - "create.ponder.mechanical_drill.text_2": "Sa vitesse de minage dépend de l'entrée de rotation", - - "create.ponder.mechanical_drill_contraption.header": "Utiliser des perceuses mécaniques sur des machines", - "create.ponder.mechanical_drill_contraption.text_1": "Quand les perceuses sont déplacées dans une machine...", - "create.ponder.mechanical_drill_contraption.text_2": "... elles casseront les blocs dans lesquels la machine les font aller", - - "create.ponder.mechanical_harvester.header": "Utiliser les récolteurs mécaniques dans des machines", - "create.ponder.mechanical_harvester.text_1": "Quand les récolteurs sont déplacés dans une machine...", - "create.ponder.mechanical_harvester.text_2": "Ils récolteront et réinitialiseront n'importe quelles plantes matures dans leur chemin", - - "create.ponder.mechanical_mixer.header": "Traiter des objets avec le mixeur mécanique", - "create.ponder.mechanical_mixer.text_1": "Avec un mixeur et un bassin, certaines recettes de fabrication peuvent être automatisées", - "create.ponder.mechanical_mixer.text_2": "Les recettes disponibles incluent n'importe quelle recette de fabrication sans forme et quelques-unes en plus", - "create.ponder.mechanical_mixer.text_3": "Certaines de ces recettes peuvent exiger la chaleur d'un brûleur à blaze", - "create.ponder.mechanical_mixer.text_4": "L'emplacement de filtre peut être utilisé si deux recettes sont en conflit.", - - "create.ponder.mechanical_piston.header": "Déplacer des structures en utilisant des pistons mécaniques", - "create.ponder.mechanical_piston.text_1": "Les pistons mécaniques peuvent déplacer des blocs devant eux", - "create.ponder.mechanical_piston.text_2": "La vitesse et la direction du mouvement dépendent de l'entrée de rotation", - "create.ponder.mechanical_piston.text_3": "Les pistons mécaniques collants peuvent tirer les blocs attachés", - - "create.ponder.mechanical_piston_modes.header": "Modes de mouvement du piston mécanique", - "create.ponder.mechanical_piston_modes.text_1": "Quand les pistons s'arrêtent de bouger, la structure déplacée redevient des blocs", - "create.ponder.mechanical_piston_modes.text_2": "Elle peut être configurée pour ne jamais redevenir des blocs solides, ou seulement à l'endroit où elle a commencé", - - "create.ponder.mechanical_plough.header": "Utiliser des charrues mécaniques sur des machines", - "create.ponder.mechanical_plough.text_1": "Quand les charrues sont déplacées dans une machine...", - "create.ponder.mechanical_plough.text_2": "... elles casseront les blocs sans boîte de collision solide", - "create.ponder.mechanical_plough.text_3": "Additionnellement, les charrues peuvent créer de la terre labourée", - "create.ponder.mechanical_plough.text_4": "... elles peuvent aussi lancer les entités sans leur faire de dégâts", - - "create.ponder.mechanical_press.header": "Traiter des objets avec la presse mécanique", - "create.ponder.mechanical_press.text_1": "La presse mécanique peut traiter des objets fournis en dessous d'elle", - "create.ponder.mechanical_press.text_2": "Les objets en entrée peuvent être lâchés ou placés sur un dépôt sous la presse", - "create.ponder.mechanical_press.text_3": "Quand les objets sont fournis sur un tapis roulant...", - "create.ponder.mechanical_press.text_4": "La presse les retiendra et les traitera automatiquement", - - "create.ponder.mechanical_press_compacting.header": "Compacter des objets avec la presse mécanique", - "create.ponder.mechanical_press_compacting.text_1": "Presser des objets dans un bassin les compactera", - "create.ponder.mechanical_press_compacting.text_2": "Le compactage inclut n'importe quelle recette de fabrication 2x2 ou 3x3, et quelques-unes en plus", - "create.ponder.mechanical_press_compacting.text_3": "Certaines des recettes peuvent exiger la chaleur d'un brûleur à blaze", - "create.ponder.mechanical_press_compacting.text_4": "L'emplacement de filtre peut être utilisé si deux recettes sont en conflit.", - - "create.ponder.mechanical_pump_flow.header": "Transportation de fluides en utilisant les pompes mécaniques", - "create.ponder.mechanical_pump_flow.text_1": "Les pompes mécaniques gouvernent le flot de leurs réseaux de tuyaux attachés", - "create.ponder.mechanical_pump_flow.text_2": "Quand alimentées, leur flèche indique la direction du flot", - "create.ponder.mechanical_pump_flow.text_3": "Le réseau à l'arrière tire maintenant des fluides...", - "create.ponder.mechanical_pump_flow.text_4": "... alors que le réseau à l'avant les transfère vers l'avant", - "create.ponder.mechanical_pump_flow.text_5": "Inverser la rotation en entrée inverse la direction du flot", - "create.ponder.mechanical_pump_flow.text_6": "Utilisez une clé pour inverser l'orientation des pompes manuellement", - - "create.ponder.mechanical_pump_speed.header": "Débit des pompes mécaniques", - "create.ponder.mechanical_pump_speed.text_1": "Quelle que soit la vitesse, les pompes mécaniques affectent les tuyaux jusqu'à 16 blocs de loin", - "create.ponder.mechanical_pump_speed.text_2": "Augmenter la vitesse d'entrée change la vitesse de propagation du flot...", - "create.ponder.mechanical_pump_speed.text_3": "... ainsi que la vitesse de transfert des fluides", - "create.ponder.mechanical_pump_speed.text_4": "Les pompes peuvent combiner leur débit dans des réseaux de tuyaux partagés", - "create.ponder.mechanical_pump_speed.text_5": "Alterner leur orientation peut aider à aligner la direction de leur flot", - - "create.ponder.mechanical_saw_breaker.header": "Couper des arbres avec la scie mécanique", - "create.ponder.mechanical_saw_breaker.text_1": "Quand de la force de rotation lui est donnée, une scie mécanique coupera les arbres directement devant elle", - "create.ponder.mechanical_saw_breaker.text_2": "Pour pouvoir couper l'arbre complètement, la scie doit couper le dernier bloc le connectant au sol", - - "create.ponder.mechanical_saw_contraption.header": "Utiliser des scies mécaniques sur des machines", - "create.ponder.mechanical_saw_contraption.text_1": "Quand les scies sont déplacées dans une machine...", - "create.ponder.mechanical_saw_contraption.text_2": "... elles couperont les arbres dans lesquels la machine les fait aller", - - "create.ponder.mechanical_saw_processing.header": "Traiter des objets avec la scie mécanique", - "create.ponder.mechanical_saw_processing.text_1": "Les scies mécaniques vers le haut peuvent traiter une variété d'objets", - "create.ponder.mechanical_saw_processing.text_2": "L'objet traité se déplacera toujours contre la direction de rotation de la scie", - "create.ponder.mechanical_saw_processing.text_3": "Les scies peuvent fonctionner en ligne avec des tapis roulants", - "create.ponder.mechanical_saw_processing.text_4": "Quand un ingrédient a plusieurs résultats possibles, l'emplacement de filtre peut le spécifier", - "create.ponder.mechanical_saw_processing.text_5": "Sans filtre, la scie produira tous les résultats possibles itérativement", - - "create.ponder.millstone.header": "Traiter des objets dans la meule", - "create.ponder.millstone.text_1": "La meule traite les objets en les broyant", - "create.ponder.millstone.text_2": "Elles peuvent être alimentées par le côté en utilisant des roues dentées", - "create.ponder.millstone.text_3": "Lancez ou insérez des objets sur le dessus", - "create.ponder.millstone.text_4": "Après un peu de temps, le résultat peut être obtenu avec un clic droit", - "create.ponder.millstone.text_5": "Les sorties peuvent aussi être extraites avec des automatisations", - - "create.ponder.nixie_tube.header": "Utiliser les tubes Nixie", - "create.ponder.nixie_tube.text_1": "Quand alimenté par de la redstone, les tubes Nixie afficheront la force du signal", - "create.ponder.nixie_tube.text_2": "En utilisant des étiquettes éditées avec une enclume, du texte personnalisé peut être affiché", - "create.ponder.nixie_tube.text_3": "Clic droit avec une teinture pour changer la couleur d'affichage", - - "create.ponder.piston_pole.header": "Barre d'extension de piston", - "create.ponder.piston_pole.text_1": "Sans barres attachées, un piston mécanique ne peut pas bouger", - "create.ponder.piston_pole.text_2": "La longueur d'une barre ajoutée derrière lui détermine la portée d'extension", - - "create.ponder.portable_fluid_interface.header": "Échange de fluide de machine", - "create.ponder.portable_fluid_interface.text_1": "Les réservoirs à fluide sur des machines en déplacement ne peuvent pas être accédés par des tuyaux", - "create.ponder.portable_fluid_interface.text_2": "Ce composant peut interagir avec des réservoirs à fluide sans le besoin d'arrêter la machine", - "create.ponder.portable_fluid_interface.text_3": "Placez en une deuxième avec un espace de 1 ou 2 blocs", - "create.ponder.portable_fluid_interface.text_4": "Quand elles se croisent, elles engageront une connexion", - "create.ponder.portable_fluid_interface.text_5": "Quand engagée, l'interface stationnaire représentera TOUS les réservoirs de la machine", - "create.ponder.portable_fluid_interface.text_6": "Des fluides peuvent maintenant être insérés...", - "create.ponder.portable_fluid_interface.text_7": "... ou extraits de la machine", - "create.ponder.portable_fluid_interface.text_8": "Après qu'aucun contenu n'ait été échangé pendant un moment, la machine continuera sur son chemin", - - "create.ponder.portable_storage_interface.header": "Échange de stockage de machine", - "create.ponder.portable_storage_interface.text_1": "Les inventaires sur les machines en mouvement ne peuvent pas être accédés par les joueurs.", - "create.ponder.portable_storage_interface.text_2": "Ce composant peut interagir avec des stockages sans le besoin d'arrêter la machine.", - "create.ponder.portable_storage_interface.text_3": "Placez en une deuxième avec un espace de 1 ou 2 blocs", - "create.ponder.portable_storage_interface.text_4": "Quand elles se croisent, elles engageront une connexion", - "create.ponder.portable_storage_interface.text_5": "Quand engagée, l'interface stationnaire représentera TOUS les inventaires de la machine", - "create.ponder.portable_storage_interface.text_6": "Des objets peuvent maintenant être insérés...", - "create.ponder.portable_storage_interface.text_7": "... ou extraits de la machine", - "create.ponder.portable_storage_interface.text_8": "Après qu'aucun objet n'ait été échangé pendant un moment, la machine continuera sur son chemin", - - "create.ponder.portable_storage_interface_redstone.header": "Contrôle par de la redstone", - "create.ponder.portable_storage_interface_redstone.text_1": "L'alimentation par la redstone empêchera l'interface stationnaire de s'engager", - - "create.ponder.powered_latch.header": "Contrôler des signaux en utilisant le verrou alimenté", - "create.ponder.powered_latch.text_1": "Les verrous alimentés sont des leviers contrôlables par la redstone", - "create.ponder.powered_latch.text_2": "Les signaux à l'arrière l'allument", - "create.ponder.powered_latch.text_3": "Les signaux sur les côtés l'éteignent", - "create.ponder.powered_latch.text_4": "Les verrous alimentés peuvent aussi être basculés manuellement", - - "create.ponder.powered_toggle_latch.header": "Contrôler des signaux avec le verrou alimenté à bascule", - "create.ponder.powered_toggle_latch.text_1": "Les verrous alimentés à bascule sont des leviers contrôlables par la redstone", - "create.ponder.powered_toggle_latch.text_2": "Les signaux à l'arrière basculeront son état", - "create.ponder.powered_toggle_latch.text_3": "... allumé et éteint", - "create.ponder.powered_toggle_latch.text_4": "Les verrous alimentés à bascule peuvent aussi être basculés manuellement", - - "create.ponder.pulse_extender.header": "Contrôler des signaux en utilisant des extenseurs d'impulsions", - "create.ponder.pulse_extender.text_1": "Les extenseurs d'impulsions peuvent allonger un signal les traversants", - "create.ponder.pulse_extender.text_2": "Ils s'activent après un court délai...", - "create.ponder.pulse_extender.text_3": "... et se désactivent après la durée configurée", - "create.ponder.pulse_extender.text_4": "En utilisant la molette, le temps de décharge peut être configuré", - "create.ponder.pulse_extender.text_5": "La durée configurée peut aller jusqu'à 30 minutes", - - "create.ponder.pulse_repeater.header": "Contrôler des signaux en utilisant des répéteurs d'impulsions", - "create.ponder.pulse_repeater.text_1": "Les répéteurs d'impulsions émettent une courte impulsion avec un délai", - "create.ponder.pulse_repeater.text_2": "En utilisant la molette, le temps de charge peut être configuré", - "create.ponder.pulse_repeater.text_3": "Les délais configurés peuvent aller jusqu'à 30 minutes", - - "create.ponder.radial_chassis.header": "Attacher des blocs en utilisant des châssis radiaux", - "create.ponder.radial_chassis.text_1": "Les châssis radiaux se connectent aux blocs de châssis identiques dans une ligne", - "create.ponder.radial_chassis.text_2": "Quand un est déplacé par une machine, les autres sont entraînés avec lui", - "create.ponder.radial_chassis.text_3": "Les côtés du châssis radial peuvent être rendus collants", - "create.ponder.radial_chassis.text_4": "Cliquer à nouveau pour rendre tous les autres côtés collants", - "create.ponder.radial_chassis.text_5": "S'accroupir et clic droit avec une main vide pour enlever le slime", - "create.ponder.radial_chassis.text_6": "Quand un bloc est à côté d'une face collante...", - "create.ponder.radial_chassis.text_7": "... il attachera tous les blocs atteignables dans un rayon sur cette couche", - "create.ponder.radial_chassis.text_8": "En utilisant une clé, un rayon précis peut être spécifié pour ce châssis", - "create.ponder.radial_chassis.text_9": "Les blocs non atteignables par aucune des faces collantes ne seront pas attachés", - - "create.ponder.redstone_contact.header": "Contacts de redstone", - "create.ponder.redstone_contact.text_1": "Les contacts de redstone se faisant face émettront un signal de redstone", - "create.ponder.redstone_contact.text_2": "Ceci s'applique toujours quand un des deux fait parti d'une machine", - - "create.ponder.redstone_link.header": "Utiliser les liaisons redstone", - "create.ponder.redstone_link.text_1": "Les liaisons redstone peuvent transmettre des signaux de redstone sans fil", - "create.ponder.redstone_link.text_2": "Clic droit en étant accroupi pour activer le mode réception", - "create.ponder.redstone_link.text_3": "Un simple clic droit avec la clé peut faire la même chose", - "create.ponder.redstone_link.text_4": "Les receveurs émettent la puissance de redstone des transmetteurs dans un rayon de 256 blocs", - "create.ponder.redstone_link.text_5": "Placer des objets dans les deux emplacements peut spécifier une fréquence", - "create.ponder.redstone_link.text_6": "Seulement les liaisons avec une fréquence correspondante communiqueront", - - "create.ponder.rope_pulley.header": "Déplacer des structures en utilisant des poulies à corde", - "create.ponder.rope_pulley.text_1": "Les poulies à corde peuvent déplacer des blocs verticalement avec de la force de rotation", - "create.ponder.rope_pulley.text_2": "La direction et la vitesse de mouvement dépendent de l'entrée de rotation", - - "create.ponder.rope_pulley_attachment.header": "Déplacer des poulies dans une machine", - "create.ponder.rope_pulley_attachment.text_1": "Quand les poulies sont elles-mêmes déplacées par une machine...", - "create.ponder.rope_pulley_attachment.text_2": "... leur structure attachée sera entraînée avec elles", - "create.ponder.rope_pulley_attachment.text_3": "Rappelez-vous que les poulies sont seulement déplaçables en étant arrêtées", - - "create.ponder.rope_pulley_modes.header": "Modes de mouvement de la poulie à corde", - "create.ponder.rope_pulley_modes.text_1": "Quand les poulies s'arrêtent de bouger, la structure déplacée redevient des blocs", - "create.ponder.rope_pulley_modes.text_2": "Elle peut être configurée pour ne jamais redevenir des blocs solides, ou seulement à l'endroit où elle a commencé", - - "create.ponder.rose_quartz_lamp.header": "Lampes à quartz rose", - "create.ponder.rose_quartz_lamp.text_1": "Les lampes à quartz rose s'activent avec un signal de redstone", - "create.ponder.rose_quartz_lamp.text_2": "Elles continueront d'émettre un signal de redstone ensuite", - "create.ponder.rose_quartz_lamp.text_3": "Quand plusieurs lampes sont arrangées dans un groupe...", - "create.ponder.rose_quartz_lamp.text_4": "... activer une lampe concentrera le signal sur elle, désactivant toutes les autres", - "create.ponder.rose_quartz_lamp.text_5": "Les comparateurs émettent un signal basé sur la distance à une lampe alimentée", - "create.ponder.rose_quartz_lamp.text_6": "Les lampes peuvent aussi être basculées manuellement en utilisant une clé", - - "create.ponder.rotation_speed_controller.header": "Utiliser le contrôleur de vitesse de rotation", - "create.ponder.rotation_speed_controller.text_1": "Les contrôleurs de vitesse de rotation transmettent la rotation de leur axe à une grande roue dentée au-dessus d'eux", - "create.ponder.rotation_speed_controller.text_2": "En utilisant l'entrée à faire défiler sur son côté, la vitesse transmise peut être configurée", - - "create.ponder.sail.header": "Assembler des moulins à vent en utilisant des voiles", - "create.ponder.sail.text_1": "Les voiles sont des blocs pratiques pour créer des moulins à vent", - "create.ponder.sail.text_2": "Elles s'attacheront aux blocs et à elles-mêmes sans le besoin de colle extra-forte ou de blocs de châssis", - "create.ponder.sail.text_3": "Clic droit avec une teinture pour les peindre", - "create.ponder.sail.text_4": "Clic droit avec des cisailles pour les transformer en cadres", - - "create.ponder.sail_frame.header": "Assembler des moulins à vent en utilisant des cadres de voiles", - "create.ponder.sail_frame.text_1": "Les cardes de voiles sont des blocs pratiques pour créer des moulins à vent", - "create.ponder.sail_frame.text_2": "Ils s'attacheront aux blocs et à eux-mêmes sans le besoin de colle extra-forte ou de blocs de châssis", - - "create.ponder.sequenced_gearshift.header": "Contrôler la vitesse de rotation en utilisant des décaleurs de rotation séquencés", - "create.ponder.sequenced_gearshift.text_1": "Les décaleurs de rotation séquencés transmettent la rotation en suivant une liste paramétrée d'instructions", - "create.ponder.sequenced_gearshift.text_2": "Clic droit pour ouvrir l'interface de configuration", - "create.ponder.sequenced_gearshift.text_3": "Quand il recevra un signal, il commencera à exécuter sa séquence configurée", - "create.ponder.sequenced_gearshift.text_4": "Une fois fini, il attend le prochain signal de redstone et recommence", - "create.ponder.sequenced_gearshift.text_5": "Un comparateur de redstone peut être utilisé pour lire le progrès actuel", - - "create.ponder.shaft.header": "Transmettre la force de rotation en utilisant des rotors", - "create.ponder.shaft.text_1": "Les rotors transmettront la rotation en ligne droite.", - - "create.ponder.shaft_casing.header": "Mettre les rotors dans un revêtement", - "create.ponder.shaft_casing.text_1": "Les revêtements en laiton ou en andésite peuvent être utilisés pour décorer les rotors", - - "create.ponder.smart_chute.header": "Filtrer les objets en utilisant les glissières intelligentes", - "create.ponder.smart_chute.text_1": "Les glissières intelligentes sont des glissières verticales avec du contrôle additionnel", - "create.ponder.smart_chute.text_2": "Les objets dans l'emplacement de filtre spécifient exactement qu'est-ce qu'elles peuvent extraire et transférer", - "create.ponder.smart_chute.text_3": "Utilisez la molette pour spécifier la taille de pile extraite", - "create.ponder.smart_chute.text_4": "L'alimentation par la redstone empêchera les glissières intelligentes d'agir.", - - "create.ponder.smart_pipe.header": "Contrôler le flot des fluides en utilisant des tuyaux à fluide intelligents", - "create.ponder.smart_pipe.text_1": "Les tuyaux intelligents peuvent aider à contrôler les flots par type de fluide", - "create.ponder.smart_pipe.text_2": "Quand ils sont placés directement à la source, ils peuvent spécifier le type de fluide à extraire", - "create.ponder.smart_pipe.text_3": "Clic droit sur leur emplacement de filtre avec n'importe quel objet contenant le fluide désiré", - "create.ponder.smart_pipe.text_4": "Quand ils sont placés plus loin dans un réseau de tuyaux, les tuyaux intelligents laisseront seulement les fluides correspondants continuer", - - "create.ponder.speedometer.header": "Surveiller les informations cinétiques en utilisant le compteur de vitesse", - "create.ponder.speedometer.text_1": "Le compteur de vitesse affiche la vitesse actuelle des composants attachés", - "create.ponder.speedometer.text_2": "En ayant des lunettes d'ingénieur, le joueur peut avoir des informations plus détaillées de la jauge", - "create.ponder.speedometer.text_3": "Les comparateurs peuvent émettre des signaux de redstone analogiques relatifs aux mesures du compteur de vitesse", - - "create.ponder.spout_filling.header": "Remplir des objets en utilisant un bec verseur", - "create.ponder.spout_filling.text_1": "Le bec verseur peut remplir des objets conteneurs de fluide fournis en dessous de lui", - "create.ponder.spout_filling.text_2": "Le contenu d'un bec verseur ne peut pas être accédé manuellement", - "create.ponder.spout_filling.text_3": "À la place, des tuyaux peuvent être utilisés pour le fournir en fluides", - "create.ponder.spout_filling.text_4": "Les objets en entrée peuvent être placés sur un dépôt sous le bec verseur", - "create.ponder.spout_filling.text_5": "Quand les objets sont fournis sur un tapis roulant...", - "create.ponder.spout_filling.text_6": "Le bec verseur les maintiendra et les traitera automatiquement", - - "create.ponder.stabilized_bearings.header": "Machines stabilisées", - "create.ponder.stabilized_bearings.text_1": "Quand les roulements mécaniques font eux-mêmes parti d'une structure en mouvement...", - "create.ponder.stabilized_bearings.text_2": "... ils essayeront de se garder droit", - "create.ponder.stabilized_bearings.text_3": "Une fois encore, le roulement mécanique attachera le bloc devant lui", - "create.ponder.stabilized_bearings.text_4": "En résultat, la sous-machine entière restera droite", - - "create.ponder.steam_engine.header": "Mettre en place des engins à vapeur", - "create.ponder.steam_engine.text_1": "Les engins à vapeur peuvent être placés sur un réservoir à fluide", - "create.ponder.steam_engine.text_10": "Niv 4", - "create.ponder.steam_engine.text_11": "4 engins", - "create.ponder.steam_engine.text_12": "Niv 8", - "create.ponder.steam_engine.text_13": "8 engins", - "create.ponder.steam_engine.text_2": "Cliquer sur l'engin avec un rotor crée la sortie cinétique", - "create.ponder.steam_engine.text_3": "Avec suffisamment de chaleur, d'eau et de taille de chaudière...", - "create.ponder.steam_engine.text_4": "... ils génèreront de la force de rotation", - "create.ponder.steam_engine.text_5": "L'installation minimum requiert 4 réservoirs à fluide", - "create.ponder.steam_engine.text_6": "Avec l'aide de brûleurs à blaze, la puissance de sortie peut être augmentée", - "create.ponder.steam_engine.text_7": "Les niveaux de puissance plus hauts requièrent plus d'eau, de taille et de chaleur", - "create.ponder.steam_engine.text_8": "Le niveau actuel de la chaudière peut être inspecté avec des lunettes d'ingénieur", - "create.ponder.steam_engine.text_9": "Avec chaque niveau de puissance ajouté, un engin additionnel peut produire au maximum de sa capacité", - - "create.ponder.steam_whistle.header": "Mettre en place des sifflets à vapeur", - "create.ponder.steam_whistle.text_1": "Les sifflets à vapeur peuvent être placés sur un réservoir à fluide", - "create.ponder.steam_whistle.text_2": "Si le réservoir reçoit suffisamment de chaleur...", - "create.ponder.steam_whistle.text_3": "... le sifflet jouera une note quand il sera activé", - "create.ponder.steam_whistle.text_4": "Utilisez un sifflet sous forme d'objet sur le bloc pour baisser la note", - "create.ponder.steam_whistle.text_5": "Choisissez entre trois octaves différentes en utilisant une clé", - "create.ponder.steam_whistle.text_6": "Les lunettes d'ingénieur peuvent aider à connaître la note actuelle d'un sifflet", - - "create.ponder.sticker.header": "Attacher des blocs en utilisant le colleur", - "create.ponder.sticker.text_1": "Les colleurs sont idéaux pour l'attachement de blocs contrôlé par la redstone", - "create.ponder.sticker.text_2": "Quand il recevra un signal, il basculera son état", - "create.ponder.sticker.text_3": "S'il est maintenant déplacé dans une machine, le bloc se déplacera avec lui", - "create.ponder.sticker.text_4": "Basculé encore une fois, le bloc n'est plus attaché", - - "create.ponder.stressometer.header": "Surveiller les informations cinétiques en utilisant le stressomètre", - "create.ponder.stressometer.text_1": "Le stressomètre affiche la capacité de stress actuelle du réseau cinétique attaché", - "create.ponder.stressometer.text_2": "Quand des lunettes d'ingénieur sont portées, le joueur peut obtenir des informations plus détaillées de la jauge", - "create.ponder.stressometer.text_3": "Les comparateurs peuvent émettre des signaux de redstone analogiques relatifs aux mesures du stressomètre", - - "create.ponder.super_glue.header": "Attacher des blocs en utilisant de la colle extra-forte", - "create.ponder.super_glue.text_1": "La colle extra-forte groupe des blocs ensemble en une machine en mouvement", - "create.ponder.super_glue.text_2": "Cliquer sur deux coins crée une nouvelle zone 'collée'", - "create.ponder.super_glue.text_3": "Pour enlever une zone, frappez la avec la colle en main", - "create.ponder.super_glue.text_4": "Les blocs adjacents partageant une aire s'entraîneront l'un l'autre", - "create.ponder.super_glue.text_5": "Les volumes de colle se chevauchant se déplaceront ensemble", - "create.ponder.super_glue.text_6": "Les blocs suspendus sur d'autres ne requièrent généralement pas de colle", - - "create.ponder.track_chunks.header": "Traverser des tronçons déchargés", - "create.ponder.track_chunks.text_1": "Les rails restent fonctionnels en dehors des tronçons chargés", - "create.ponder.track_chunks.text_2": "Les trains se déplacent dans les sections inactives du monde sans problème", - "create.ponder.track_chunks.text_3": "Ils s'arrêteront quand même aux stations ou feux rouges", - "create.ponder.track_chunks.text_4": "Cependant, les perceuses et autres machines à bord n'opèreront pas", - "create.ponder.track_chunks.text_5": "Une fois proche d'un joueur, le train réapparaîtra", - - "create.ponder.track_observer.header": "Détecter les trains", - "create.ponder.track_observer.text_1": "Sélectionnez un rail de train puis placez l'observateur proche", - "create.ponder.track_observer.text_2": "L'observateur détectera n'importe quel train passant au-dessus du marqueur", - "create.ponder.track_observer.text_3": "Les observateurs peuvent être filtrés pour s'activer seulement pour de la cargaison correspondante", - - "create.ponder.track_placement.header": "Placer des rails de train", - "create.ponder.track_placement.text_1": "Un nouveau type de rail conçu pour les trains", - "create.ponder.track_placement.text_2": "Pour placer des lignes de rails en masse, cliquez sur un rail existant", - "create.ponder.track_placement.text_3": "Puis placez ou sélectionnez un second rail", - "create.ponder.track_placement.text_4": "Les rails peuvent aussi être placés comme virage ou comme pente", - "create.ponder.track_placement.text_5": "En se connectant, les rails essayeront de faire chaque virage de même taille", - "create.ponder.track_placement.text_6": "Maintenir la touche de course en connectant...", - "create.ponder.track_placement.text_7": "... créera la plus grande courbe adéquate", - "create.ponder.track_placement.text_8": "Les matériaux dans la main secondaire seront pavés sous les rails automatiquement", - - "create.ponder.track_portal.header": "Les rails et le nether", - "create.ponder.track_portal.text_1": "Les rails placés contre un portail du nether...", - "create.ponder.track_portal.text_2": "... essayeront de créer un rail jumelé de l'autre côté", - "create.ponder.track_portal.text_3": "Les trains sur ce rail sont maintenant capable de se déplacer à travers les dimensions", - - "create.ponder.train_assembly.header": "Assembler des trains", - "create.ponder.train_assembly.text_1": "Sélectionnez un rail de train puis placez la station proche", - "create.ponder.train_assembly.text_10": "Chaque train requiert des contrôles de train à bord", - "create.ponder.train_assembly.text_11": "Un second optionnel permet le départ de stations dans les deux directions", - "create.ponder.train_assembly.text_12": "Ouvrez l'interface de la station et confirmez le processus d'assemblage", - "create.ponder.train_assembly.text_13": "Les trains peuvent être désassemblés en blocs seulement aux stations", - "create.ponder.train_assembly.text_14": "Quand utilisées sur une station, les cartes ajouteront un marqueur étiqueté à l'emplacement de la station", - "create.ponder.train_assembly.text_15": "Les trains assemblés peuvent être déplacés sur des rails proches en utilisant la clé", - "create.ponder.train_assembly.text_2": "Les stations sont les points de cheminements de votre réseau de rails", - "create.ponder.train_assembly.text_3": "Pour créer un nouveau train, ouvrez l'interface et activez le mode assemblage", - "create.ponder.train_assembly.text_4": "Pendant l'assemblage aucun train planifié n'approchera cette station", - "create.ponder.train_assembly.text_5": "Créez des nouveaux bogies en utilisant des revêtements de train sur les rails", - "create.ponder.train_assembly.text_6": "Cliquez à nouveau sur le rail pour basculer entre les modèles de bogies", - "create.ponder.train_assembly.text_7": "Attachez des blocs à l'aide de colle extra-forte", - "create.ponder.train_assembly.text_8": "Les trains assemblés se déplaceront plus vite s'ils trouvent du carburant dans des coffres ou tonneaux assemblés", - "create.ponder.train_assembly.text_9": "Le carburant stocké dans des coffres renforcés ne sera pas consommé par le train", - - "create.ponder.train_controls.header": "Contrôler des trains", - "create.ponder.train_controls.text_1": "Les contrôles de train sont requis sur chaque train", - "create.ponder.train_controls.text_2": "Une fois assemblés, clic droit sur le bloc pour commencer à conduire", - "create.ponder.train_controls.text_3": "Accélérez et dirigez le train en utilisant les touches de mouvement", - "create.ponder.train_controls.text_4": "Si désiré, la vitesse maximale peut être contrôlée en utilisant la molette", - "create.ponder.train_controls.text_5": "Maintenez espace pour approcher une station proche", - "create.ponder.train_controls.text_6": "Les trains peuvent être désassemblés en blocs seulement aux stations", - "create.ponder.train_controls.text_7": "Les sifflets assemblés peuvent être activés avec la touche de course", - "create.ponder.train_controls.text_8": "S'accroupir ou cliquer à nouveau pour arrêter de contrôler le train", - - "create.ponder.train_schedule.header": "Utiliser les plannings de train", - "create.ponder.train_schedule.text_1": "Les plannings permettent aux trains d'être contrôlés par d'autres conducteurs", - "create.ponder.train_schedule.text_2": "Clic droit avec l'objet en main pour ouvrir son interface", - "create.ponder.train_schedule.text_3": "Une fois programmé, le planning peut être remis à un conducteur de train", - "create.ponder.train_schedule.text_4": "N'importe quelle entité vivante ou brûleur à blaze assis devant des contrôles de train est un conducteur éligible", - "create.ponder.train_schedule.text_5": "Les créatures en laisse peuvent être assises plus pratiquement", - "create.ponder.train_schedule.text_6": "Les plannings peuvent être retirés des conducteurs à n'importe quel moment", - - "create.ponder.train_signal_placement.header": "Placer des signaux de trains", - "create.ponder.train_signal_placement.text_1": "Sélectionnez un rail de train puis placez le signal proche", - "create.ponder.train_signal_placement.text_2": "Les signaux contrôlent le flux des trains non conduits par des joueurs", - "create.ponder.train_signal_placement.text_3": "Les trains planifiés ne traverseront jamais les signaux dans la direction opposée", - "create.ponder.train_signal_placement.text_4": "... à moins qu'un second signal soit ajouté orienté dans la direction opposée.", - "create.ponder.train_signal_placement.text_5": "Des tubes Nixie peuvent être attachés pour rendre la lumière du signal plus visible", - - "create.ponder.train_signal_redstone.header": "Signaux & redstone", - "create.ponder.train_signal_redstone.text_1": "Les signaux peuvent être forcés au rouge par un signal de redstone", - "create.ponder.train_signal_redstone.text_2": "À l'inverse, un comparateur comparant un signal rouge émet un signal de redstone", - - "create.ponder.train_signal_signaling.header": "Prévention des collisions avec les signaux", - "create.ponder.train_signal_signaling.text_1": "Les signaux de train divisent un rail en segments", - "create.ponder.train_signal_signaling.text_2": "Si un segment est occupé, aucun autre train ne sera autorisé à rentrer", - "create.ponder.train_signal_signaling.text_3": "Ainsi, chaque segment ne contiendra qu'un seul train à la fois", - "create.ponder.train_signal_signaling.text_4": "Un second mode de signal est disponible avec la clé", - "create.ponder.train_signal_signaling.text_5": "Les segments de signaux en laiton mènent généralement vers des signaux standards", - "create.ponder.train_signal_signaling.text_6": "Ce signal spécial peut stopper les trains sous une seconde condition", - "create.ponder.train_signal_signaling.text_7": "Il stoppera les trains, qui, après entrer...", - "create.ponder.train_signal_signaling.text_8": "... ne seraient pas capable de quitter le segment immédiatement", - "create.ponder.train_signal_signaling.text_9": "Cela aide à garder les trains à la queue en dehors d'un segment occupé", - - "create.ponder.valve_handle.header": "Générer de la force de rotation en utilisant les vannes en cuivre", - "create.ponder.valve_handle.text_1": "Les vannes en cuivre peuvent être utilisées par les joueurs pour appliquer de la force de rotation manuellement", - "create.ponder.valve_handle.text_2": "Maintenir clic droit pour la faire tourner dans le sens contraire des aiguilles d'une montre", - "create.ponder.valve_handle.text_3": "Sa vitesse transmise est lente et précise", - "create.ponder.valve_handle.text_4": "S'accroupir et maintenir clic droit pour la faire tourner dans le sens des aiguilles d'une montre", - "create.ponder.valve_handle.text_5": "Les vannes en cuivre peuvent être teintes pour des raisons esthétiques", - - "create.ponder.valve_pipe.header": "Contrôler le flot de fluide en utilisant les vannes à fluide", - "create.ponder.valve_pipe.text_1": "Les vannes à fluide aident à contrôler les fluides se propageant dans les réseaux de tuyaux", - "create.ponder.valve_pipe.text_2": "Leur rotor d'entrée contrôle si le fluide est actuellement autorisé à passer", - "create.ponder.valve_pipe.text_3": "Avec de la force de rotation dans le sens de l'ouverture, la vanne s'ouvrira", - "create.ponder.valve_pipe.text_4": "Elle peut être fermée à nouveau en inversant la rotation en entrée", - - "create.ponder.water_wheel.header": "Générer de la force de rotation en utilisant les roues à eau", - "create.ponder.water_wheel.text_1": "Les roues à eau extraient de la force des courants d'eau adjacents", - "create.ponder.water_wheel.text_2": "Plus il y a de faces alimentées, plus la roue à eau tournera vite", - "create.ponder.water_wheel.text_3": "Les lames de la roue devraient être orientées contre le flot", - "create.ponder.water_wheel.text_4": "En étant orientées dans l'autre sens, elles ne seront pas aussi efficaces", - - "create.ponder.weighted_ejector.header": "Utiliser les éjecteurs", - "create.ponder.weighted_ejector.text_1": "S'accroupir et clic droit en tenant un éjecteur pour sélectionner sa position cible", - "create.ponder.weighted_ejector.text_10": "Il est maintenant limité à cette taille de pile, et ne s'activera que quand sa pile maintenue atteindra ce montant", - "create.ponder.weighted_ejector.text_11": "Les autres entités activeront toujours un éjecteur en marchant dessus", - "create.ponder.weighted_ejector.text_2": "L'éjecteur placé lancera maintenant les objets à l'emplacement marqué", - "create.ponder.weighted_ejector.text_3": "Une cible valide peut être à n'importe quelle hauteur ou distance dans la portée", - "create.ponder.weighted_ejector.text_4": "Elles ne peuvent cependant pas être sur le côté", - "create.ponder.weighted_ejector.text_5": "Si aucune cible valide n'a été sélectionnée, il ciblera simplement le bloc directement devant lui", - "create.ponder.weighted_ejector.text_6": "Fournissez de la force de rotation pour le charger", - "create.ponder.weighted_ejector.text_7": "Les objets placés sur l'éjecteur le déclenchent", - "create.ponder.weighted_ejector.text_8": "Si des inventaires sont ciblés, l'éjecteur attendra jusqu'à qu'il y est de la place", - "create.ponder.weighted_ejector.text_9": "En utilisant la clé, une taille de pile requise peut être configurée", - - "create.ponder.weighted_ejector_redstone.header": "Contrôler les éjecteurs avec de la redstone", - "create.ponder.weighted_ejector_redstone.text_1": "Quand alimentés par de la redstone, les éjecteurs ne s'activeront pas", - "create.ponder.weighted_ejector_redstone.text_2": "De plus, les observateurs peuvent détecter quand les éjecteurs s'activent", - - "create.ponder.weighted_ejector_tunnel.header": "Séparer des piles d'objets en utilisant les éjecteurs", - "create.ponder.weighted_ejector_tunnel.text_1": "Combinés avec des tunnels en laiton, les éjecteurs peuvent séparer les piles d'objets par un montant spécifique", - "create.ponder.weighted_ejector_tunnel.text_2": "Premièrement, configurez le tunnel en laiton à 'Préférer le plus proche', pour donner la priorité à sa sortie sur le côté", - "create.ponder.weighted_ejector_tunnel.text_3": "La taille de pile définie sur l'éjecteur détermine maintenant le montant à séparer", - "create.ponder.weighted_ejector_tunnel.text_4": "Alors qu'une nouvelle pile de la taille configurée sort par la sortie sur le côté...", - "create.ponder.weighted_ejector_tunnel.text_5": "... le reste continuera sur son chemin", - - "create.ponder.windmill_source.header": "Générer de la force de rotation en utilisant les supports de moulin à vent", - "create.ponder.windmill_source.text_1": "Les supports de moulin à vent attachent le bloc devant eux", - "create.ponder.windmill_source.text_2": "Créez une structure déplaçable à l'aide de colle extra-forte", - "create.ponder.windmill_source.text_3": "Si assez de blocs semblables à des voiles sont inclus, cette structure peut agir comme un moulin à vent", - "create.ponder.windmill_source.text_4": "Activé avec un clic droit, le support de moulin à vent commencera à fournir de la force de rotation", - "create.ponder.windmill_source.text_5": "Le nombre de voiles détermine sa vitesse de rotation", - "create.ponder.windmill_source.text_6": "Utilisez une clé pour configurer sa direction de rotation", - "create.ponder.windmill_source.text_7": "Clic droit sur le support n'importe quand pour l'arrêter et modifier la structure", - - "create.ponder.windmill_structure.header": "Moulins à vent", - "create.ponder.windmill_structure.text_1": "N'importe quelle structure peut compter comme un moulin à vent, tant qu'elle contient au moins 8 blocs semblables à des voiles.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/hu_hu.json b/src/generated/resources/assets/create/lang/unfinished/hu_hu.json deleted file mode 100644 index 5e5b8b45c3..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/hu_hu.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 744", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Akáciafa ablak", - "block.create.acacia_window_pane": "Akáciafa ablaktábla", - "block.create.adjustable_chain_gearshift": "Állítható láncáttétel", - "block.create.analog_lever": "Fokozatkapcsoló kar", - "block.create.andesite_belt_funnel": "Andezitkapu szalagon", - "block.create.andesite_casing": "Andezitborítás", - "block.create.andesite_encased_cogwheel": "Andezitborítású fogaskerék", - "block.create.andesite_encased_large_cogwheel": "Andezitborítású nagy fogaskerék", - "block.create.andesite_encased_shaft": "Andezitborítású tengely", - "block.create.andesite_funnel": "Andezitkapu", - "block.create.andesite_ladder": "Andezitlétra", - "block.create.andesite_pillar": "Andezitoszlop", - "block.create.andesite_tunnel": "Andezitalagút", - "block.create.asurine": "Azurit", - "block.create.asurine_pillar": "Azuritoszlop", - "block.create.basin": "Teknő", - "block.create.belt": "Szalag", - "block.create.birch_window": "Nyírfa ablak", - "block.create.birch_window_pane": "Nyírfa ablaktábla", - "block.create.black_nixie_tube": "Fekete Nixie-cső", - "block.create.black_sail": "Fekete vitorla", - "block.create.black_seat": "Fekete ülés", - "block.create.black_toolbox": "Fekete szerszámosláda", - "block.create.black_valve_handle": "Fekete szelepfogantyú", - "block.create.blaze_burner": "Őrlángégő", - "block.create.blue_nixie_tube": "Kék Nixie-cső", - "block.create.blue_sail": "Kék vitorla", - "block.create.blue_seat": "Kék ülés", - "block.create.blue_toolbox": "Kék szerszámosláda", - "block.create.blue_valve_handle": "Kék szelepfogantyú", - "block.create.brass_belt_funnel": "Sárgaréz kapu szalagon", - "block.create.brass_block": "Sárgarézblokk", - "block.create.brass_casing": "Sárgaréz borítás", - "block.create.brass_encased_cogwheel": "Sárgaréz borítású fogaskerék", - "block.create.brass_encased_large_cogwheel": "Sárgaréz borítású nagy fogaskerék", - "block.create.brass_encased_shaft": "Sárgaréz borítású tengely", - "block.create.brass_funnel": "Sárgaréz kapu", - "block.create.brass_ladder": "Sárgaréz létra", - "block.create.brass_tunnel": "Sárgaréz alagút", - "block.create.brown_nixie_tube": "Barna Nixie-cső", - "block.create.brown_sail": "Barna vitorla", - "block.create.brown_seat": "Barna ülés", - "block.create.brown_toolbox": "Barna szerszámosláda", - "block.create.brown_valve_handle": "Barna szelepfogantyú", - "block.create.calcite_pillar": "Kalcitoszlop", - "block.create.cart_assembler": "Illesztőállomás", - "block.create.chocolate": "Csokoládé", - "block.create.chute": "Szállítóakna", - "block.create.clockwork_bearing": "Óramutató-csapágy", - "block.create.clutch": "Kuplung", - "block.create.cogwheel": "Fogaskerék", - "block.create.content_observer": "Tartalommegfigyelő", - "block.create.controller_rail": "Vezérlősín", - "block.create.controls": "Vezetőállás", - "block.create.copper_backtank": "Réz hátitartály", - "block.create.copper_casing": "Rézborítás", - "block.create.copper_ladder": "Rézlétra", - "block.create.copper_shingle_slab": "Rézzsindely-lap", - "block.create.copper_shingle_stairs": "Rézzsindely-lépcső", - "block.create.copper_shingles": "Rézzsindely", - "block.create.copper_tile_slab": "Rézcsempe-lap", - "block.create.copper_tile_stairs": "Rézcsempe-lépcső", - "block.create.copper_tiles": "Rézcsempe", - "block.create.copper_valve_handle": "Réz szelepfogantyú", - "block.create.creative_crate": "Kreatív láda", - "block.create.creative_fluid_tank": "Kreatív folyadéktartály", - "block.create.creative_motor": "Kreatív motor", - "block.create.crimsite": "Krimzit", - "block.create.crimsite_pillar": "Krimzitoszlop", - "block.create.crimson_window": "Karmazsin ablak", - "block.create.crimson_window_pane": "Karmazsin ablaktábla", - "block.create.crushing_wheel": "Zúzókerék", - "block.create.crushing_wheel_controller": "Zúzókerék-vezérlő", - "block.create.cuckoo_clock": "Kakukkos óra", - "block.create.cut_andesite": "Vágott andezit", - "block.create.cut_andesite_brick_slab": "Vágott-andezittégla lap", - "block.create.cut_andesite_brick_stairs": "Vágott-andezittégla lépcső", - "block.create.cut_andesite_brick_wall": "Vágott-andezittégla fal", - "block.create.cut_andesite_bricks": "Vágott andezittégla", - "block.create.cut_andesite_slab": "Vágott andezitlap", - "block.create.cut_andesite_stairs": "Vágott andezitlépcső", - "block.create.cut_andesite_wall": "Vágott andezitfal", - "block.create.cut_asurine": "Vágott azurin", - "block.create.cut_asurine_brick_slab": "Vágott-azurintégla lap", - "block.create.cut_asurine_brick_stairs": "Vágott-azurintégla lépcső", - "block.create.cut_asurine_brick_wall": "Vágott-azurintégla fal", - "block.create.cut_asurine_bricks": "Vágott azurintégla", - "block.create.cut_asurine_slab": "Vágott azurinlap", - "block.create.cut_asurine_stairs": "Vágott azurinlépcső", - "block.create.cut_asurine_wall": "Vágott azurinfal", - "block.create.cut_calcite": "Vágott kalcit", - "block.create.cut_calcite_brick_slab": "Vágott-kalcittégla lap", - "block.create.cut_calcite_brick_stairs": "Vágott-kalcittégla lépcső", - "block.create.cut_calcite_brick_wall": "Vágott-kalcittégla fal", - "block.create.cut_calcite_bricks": "Vágott kalcittégla", - "block.create.cut_calcite_slab": "Vágott kalcitlap", - "block.create.cut_calcite_stairs": "Vágott kalcitlépcső", - "block.create.cut_calcite_wall": "Vágott kalcitfal", - "block.create.cut_crimsite": "Vágott krimzit", - "block.create.cut_crimsite_brick_slab": "Vágott-krimzittégla lap", - "block.create.cut_crimsite_brick_stairs": "Vágott-krimzittégla lépcső", - "block.create.cut_crimsite_brick_wall": "Vágott-krimzittégla fal", - "block.create.cut_crimsite_bricks": "Vágott krimzittégla", - "block.create.cut_crimsite_slab": "Vágott krimzitlap", - "block.create.cut_crimsite_stairs": "Vágott krimzitlépcső", - "block.create.cut_crimsite_wall": "Vágott krimzitfal", - "block.create.cut_deepslate": "Vágott mélypala", - "block.create.cut_deepslate_brick_slab": "Vágott-mélypalatégla lap", - "block.create.cut_deepslate_brick_stairs": "Vágott-mélypalatégla lépcső", - "block.create.cut_deepslate_brick_wall": "Vágott-mélypalatégla fal", - "block.create.cut_deepslate_bricks": "Vágott mélypalatégla", - "block.create.cut_deepslate_slab": "Vágott mélypala lap", - "block.create.cut_deepslate_stairs": "Vágott mélypala lépcső", - "block.create.cut_deepslate_wall": "Vágott mélypala fal", - "block.create.cut_diorite": "Vágott diorit", - "block.create.cut_diorite_brick_slab": "Vágott-diorittégla lap", - "block.create.cut_diorite_brick_stairs": "Vágott-diorittégla lépcső", - "block.create.cut_diorite_brick_wall": "Vágott-diorittégla fal", - "block.create.cut_diorite_bricks": "Vágott diorittégla", - "block.create.cut_diorite_slab": "Vágott dioritlap", - "block.create.cut_diorite_stairs": "Vágott dioritlépcső", - "block.create.cut_diorite_wall": "Vágott dioritfal", - "block.create.cut_dripstone": "Vágott cseppkőblokk", - "block.create.cut_dripstone_brick_slab": "Vágott-cseppkőtégla lap", - "block.create.cut_dripstone_brick_stairs": "Vágott-cseppkőtégla lépcső", - "block.create.cut_dripstone_brick_wall": "Vágott-cseppkőtégla fal", - "block.create.cut_dripstone_bricks": "Vágott cseppkőtégla", - "block.create.cut_dripstone_slab": "Vágott cseppkőlap", - "block.create.cut_dripstone_stairs": "Vágott cseppkőlépcső", - "block.create.cut_dripstone_wall": "Vágott cseppkőfal", - "block.create.cut_granite": "Vágott gránit", - "block.create.cut_granite_brick_slab": "Vágott-gránittégla lap", - "block.create.cut_granite_brick_stairs": "Vágott-gránittégla lépcső", - "block.create.cut_granite_brick_wall": "Vágott-gránittégla fal", - "block.create.cut_granite_bricks": "Vágott gránittégla", - "block.create.cut_granite_slab": "Vágott gránitlap", - "block.create.cut_granite_stairs": "Vágott gránitlépcső", - "block.create.cut_granite_wall": "Vágott gránitfal", - "block.create.cut_limestone": "Vágott mészkő", - "block.create.cut_limestone_brick_slab": "Vágott-mészkőtégla lap", - "block.create.cut_limestone_brick_stairs": "Vágott-mészkőtégla lépcső", - "block.create.cut_limestone_brick_wall": "Vágott-mészkőtégla fal", - "block.create.cut_limestone_bricks": "Vágott mészkőtégla", - "block.create.cut_limestone_slab": "Vágott mészkőlap", - "block.create.cut_limestone_stairs": "Vágott mészkőlépcső", - "block.create.cut_limestone_wall": "Vágott mészkőfal", - "block.create.cut_ochrum": "Vágott okrum", - "block.create.cut_ochrum_brick_slab": "Vágott-okrumtégla lap", - "block.create.cut_ochrum_brick_stairs": "Vágott-okrumtégla lépcső", - "block.create.cut_ochrum_brick_wall": "Vágott-okrumtégla fal", - "block.create.cut_ochrum_bricks": "Vágott okrumtégla", - "block.create.cut_ochrum_slab": "Vágott okrumlap", - "block.create.cut_ochrum_stairs": "Vágott okrumlépcső", - "block.create.cut_ochrum_wall": "Vágott okrumfal", - "block.create.cut_scorchia": "Vágott perzselit", - "block.create.cut_scorchia_brick_slab": "Vágott-perzselittégla lap", - "block.create.cut_scorchia_brick_stairs": "Vágott-perzselittégla lépcső", - "block.create.cut_scorchia_brick_wall": "Vágott-perzselittégla fal", - "block.create.cut_scorchia_bricks": "Vágott perzselittégla", - "block.create.cut_scorchia_slab": "Vágott perzselitlap", - "block.create.cut_scorchia_stairs": "Vágott perzselitlépcső", - "block.create.cut_scorchia_wall": "Vágott perzselitfal", - "block.create.cut_scoria": "Vágott salakkő", - "block.create.cut_scoria_brick_slab": "Vágott-salakkőtégla lap", - "block.create.cut_scoria_brick_stairs": "Vágott-salakkőtégla lépcső", - "block.create.cut_scoria_brick_wall": "Vágott-salakkőtégla fal", - "block.create.cut_scoria_bricks": "Vágott salakkőtégla", - "block.create.cut_scoria_slab": "Vágott salakkő lap", - "block.create.cut_scoria_stairs": "Vágott salakkő lépcső", - "block.create.cut_scoria_wall": "Vágott salakkő fal", - "block.create.cut_tuff": "Vágott tufa", - "block.create.cut_tuff_brick_slab": "Vágott-tufatégla lap", - "block.create.cut_tuff_brick_stairs": "Vágott-tufatégla lépcső", - "block.create.cut_tuff_brick_wall": "Vágott-tufatégla fal", - "block.create.cut_tuff_bricks": "Vágott tufatégla", - "block.create.cut_tuff_slab": "Vágott tufalap", - "block.create.cut_tuff_stairs": "Vágott tufalépcső", - "block.create.cut_tuff_wall": "Vágott tufafal", - "block.create.cut_veridium": "Vágott verídium", - "block.create.cut_veridium_brick_slab": "Vágott-verídiumtégla lap", - "block.create.cut_veridium_brick_stairs": "Vágott-verídiumtégla lépcső", - "block.create.cut_veridium_brick_wall": "Vágott-verídiumtégla fal", - "block.create.cut_veridium_bricks": "Vágott verídiumtégla", - "block.create.cut_veridium_slab": "Vágott verídiumlap", - "block.create.cut_veridium_stairs": "Vágott verídiumlépcső", - "block.create.cut_veridium_wall": "Vágott verídiumfal", - "block.create.cyan_nixie_tube": "Türkizkék Nixie-cső", - "block.create.cyan_sail": "Türkizkék vitorla", - "block.create.cyan_seat": "Türkizkék ülés", - "block.create.cyan_toolbox": "Türkizkék szerszámosláda", - "block.create.cyan_valve_handle": "Türkizkék szelepfogantyú", - "block.create.dark_oak_window": "Sötéttölgy ablak", - "block.create.dark_oak_window_pane": "Sötéttölgy ablaktábla", - "block.create.deepslate_pillar": "Mélypala oszlop", - "block.create.deepslate_zinc_ore": "Cinkérc mélypalában", - "block.create.deployer": "Lehelyező", - "block.create.depot": "Lerakat", - "block.create.diorite_pillar": "Dioritoszlop", - "block.create.display_board": "Pergőlapos kijelző", - "block.create.display_link": "Kijelző-távvezérlő", - "block.create.dripstone_pillar": "Vésett cseppkőoszlop", - "block.create.encased_chain_drive": "Fedett hajtólánc", - "block.create.encased_fan": "Fedett ventillátor", - "block.create.encased_fluid_pipe": "Rézborítású csőszakasz", - "block.create.exposed_copper_shingle_slab": "Megviselt rézzsindely-lap", - "block.create.exposed_copper_shingle_stairs": "Megviselt rézzsindely-lépcső", - "block.create.exposed_copper_shingles": "Megviselt rézzsindely", - "block.create.exposed_copper_tile_slab": "Megviselt rézcsempe-lap", - "block.create.exposed_copper_tile_stairs": "Megviselt rézcsempe-lépcső", - "block.create.exposed_copper_tiles": "Megviselt rézcsempe", - "block.create.fake_track": "Sínjelző térképekhez", - "block.create.fluid_pipe": "Csőszakasz", - "block.create.fluid_tank": "Folyadéktartály", - "block.create.fluid_valve": "Folyadékszelep", - "block.create.flywheel": "Lendkerék", - "block.create.framed_glass": "Keretes üveg", - "block.create.framed_glass_door": "Keretes üvegajtó", - "block.create.framed_glass_pane": "Keretes üveglap", - "block.create.framed_glass_trapdoor": "Keretes üveg csapóajtó", - "block.create.gantry_carriage": "Futómacska", - "block.create.gantry_shaft": "Futómacska-tengely", - "block.create.gearbox": "Fogaskerékház", - "block.create.gearshift": "Iránykapcsoló", - "block.create.glass_fluid_pipe": "Átlátszó csőszakasz", - "block.create.granite_pillar": "Gránitoszlop", - "block.create.gray_nixie_tube": "Szürke Nixie-cső", - "block.create.gray_sail": "Szürke vitorla", - "block.create.gray_seat": "Szürke ülés", - "block.create.gray_toolbox": "Szürke szerszámosláda", - "block.create.gray_valve_handle": "Szürke szelepfogantyú", - "block.create.green_nixie_tube": "Zöld Nixie-cső", - "block.create.green_sail": "Zöld vitorla", - "block.create.green_seat": "Zöld ülés", - "block.create.green_toolbox": "Zöld szerszámosláda", - "block.create.green_valve_handle": "Zöld szelepfogantyú", - "block.create.hand_crank": "Kézi hajtókar", - "block.create.haunted_bell": "Lélekharang", - "block.create.honey": "Méz", - "block.create.horizontal_framed_glass": "Vízszintesen osztott üveg", - "block.create.horizontal_framed_glass_pane": "Vízszintesen osztott üveglap", - "block.create.hose_pulley": "Tömlős csörlő", - "block.create.item_drain": "Lefolyótálca", - "block.create.item_vault": "Konténer", - "block.create.jungle_window": "Dzsungelfa ablak", - "block.create.jungle_window_pane": "Dzsungelfa ablaktábla", - "block.create.large_bogey": "Nagy forgóváz", - "block.create.large_cogwheel": "Nagy fogaskerék", - "block.create.layered_andesite": "Rétegzett andezit", - "block.create.layered_asurine": "Rétegzett azurin", - "block.create.layered_calcite": "Rétegzett kalcit", - "block.create.layered_crimsite": "Rétegzett krimzit", - "block.create.layered_deepslate": "Rétegzett mélypala", - "block.create.layered_diorite": "Rétegzett diorit", - "block.create.layered_dripstone": "Rétegzett cseppkőblokk", - "block.create.layered_granite": "Rétegzett gránit", - "block.create.layered_limestone": "Rétegzett mészkő", - "block.create.layered_ochrum": "Rétegzett okrum", - "block.create.layered_scorchia": "Rétegzett perzselit", - "block.create.layered_scoria": "Rétegzett salakkő", - "block.create.layered_tuff": "Rétegzett tufa", - "block.create.layered_veridium": "Rétegzett verídium", - "block.create.lectern_controller": "Távvezérlő-állvány", - "block.create.light_blue_nixie_tube": "Világoskék Nixie-cső", - "block.create.light_blue_sail": "Világoskék vitorla", - "block.create.light_blue_seat": "Világoskék ülés", - "block.create.light_blue_toolbox": "Világoskék szerszámosláda", - "block.create.light_blue_valve_handle": "Világoskék szelepfogantyú", - "block.create.light_gray_nixie_tube": "Világosszürke Nixie-cső", - "block.create.light_gray_sail": "Világosszürke vitorla", - "block.create.light_gray_seat": "Világosszürke ülés", - "block.create.light_gray_toolbox": "Világosszürke szerszámosláda", - "block.create.light_gray_valve_handle": "Világosszürke szelepfogantyú", - "block.create.lime_nixie_tube": "Világoszöld Nixie-cső", - "block.create.lime_sail": "Világoszöld vitorla", - "block.create.lime_seat": "Világoszöld ülés", - "block.create.lime_toolbox": "Világoszöld szerszámosláda", - "block.create.lime_valve_handle": "Világoszöld szelepfogantyú", - "block.create.limestone": "Mészkő", - "block.create.limestone_pillar": "Mészkőoszlop", - "block.create.linear_chassis": "Lineáris váz", - "block.create.lit_blaze_burner": "Meggyújtott őrlángégő", - "block.create.magenta_nixie_tube": "Bíbor Nixie-cső", - "block.create.magenta_sail": "Bíbor vitorla", - "block.create.magenta_seat": "Bíbor ülés", - "block.create.magenta_toolbox": "Bíbor szerszámosláda", - "block.create.magenta_valve_handle": "Bíbor szelepfogantyú", - "block.create.mechanical_arm": "Mechanikus kar", - "block.create.mechanical_bearing": "Csapágy", - "block.create.mechanical_crafter": "Barkácsgép", - "block.create.mechanical_drill": "Fúrógép", - "block.create.mechanical_harvester": "Aratógép", - "block.create.mechanical_mixer": "Keverőgép", - "block.create.mechanical_piston": "Mechanikus dugattyú", - "block.create.mechanical_piston_head": "Mechanikus dugattyúfej", - "block.create.mechanical_plough": "Szántógép", - "block.create.mechanical_press": "Présgép", - "block.create.mechanical_pump": "Szivattyú", - "block.create.mechanical_saw": "Fűrészgép", - "block.create.metal_bracket": "Fémkeret", - "block.create.metal_girder": "Fémgerenda", - "block.create.metal_girder_encased_shaft": "Fémgerendával borított tengely", - "block.create.millstone": "Malomkő", - "block.create.minecart_anchor": "Csillerögzítés", - "block.create.mysterious_cuckoo_clock": "Kakukkos óra", - "block.create.nixie_tube": "Nixie-cső", - "block.create.nozzle": "Fúvóka", - "block.create.oak_window": "Tölgyfa ablak", - "block.create.oak_window_pane": "Tölgyfa ablaktábla", - "block.create.ochrum": "Okrum", - "block.create.ochrum_pillar": "Okrumoszlop", - "block.create.orange_sail": "Narancssárga vitorla", - "block.create.orange_seat": "Narancssárga ülés", - "block.create.orange_toolbox": "Narancssárga szerszámosláda", - "block.create.orange_valve_handle": "Narancssárga szelepfogantyú", - "block.create.ornate_iron_window": "Kovácsoltvas ablak", - "block.create.ornate_iron_window_pane": "Kovácsoltvas ablaktábla", - "block.create.oxidized_copper_shingle_slab": "Patinás rézzsindely-lap", - "block.create.oxidized_copper_shingle_stairs": "Patinás rézzsindely-lépcső", - "block.create.oxidized_copper_shingles": "Patinás rézzsindely", - "block.create.oxidized_copper_tile_slab": "Patinás rézcsempe-lap", - "block.create.oxidized_copper_tile_stairs": "Patinás rézcsempe-lépcső", - "block.create.oxidized_copper_tiles": "Patinás rézcsempe", - "block.create.peculiar_bell": "Különös harang", - "block.create.pink_nixie_tube": "Rózsaszín Nixie-cső", - "block.create.pink_sail": "Rózsaszín vitorla", - "block.create.pink_seat": "Rózsaszín ülés", - "block.create.pink_toolbox": "Rózsaszín szerszámosláda", - "block.create.pink_valve_handle": "Rózsaszín szelepfogantyú", - "block.create.piston_extension_pole": "Dugattyúkar-toldalék", - "block.create.placard": "Jelzőtábla", - "block.create.polished_cut_andesite": "Csiszolt vágott andezit", - "block.create.polished_cut_andesite_slab": "Csiszolt vágott andezitlap", - "block.create.polished_cut_andesite_stairs": "Csiszolt vágott andezitlépcső", - "block.create.polished_cut_andesite_wall": "Csiszolt vágott andezitfal", - "block.create.polished_cut_asurine": "Csiszolt vágott azurin", - "block.create.polished_cut_asurine_slab": "Csiszolt vágott azurinlap", - "block.create.polished_cut_asurine_stairs": "Csiszolt vágott azurinlépcső", - "block.create.polished_cut_asurine_wall": "Csiszolt vágott azurinfal", - "block.create.polished_cut_calcite": "Csiszolt vágott kalcit", - "block.create.polished_cut_calcite_slab": "Csiszolt vágott kalcitlap", - "block.create.polished_cut_calcite_stairs": "Csiszolt vágott kalcitlépcső", - "block.create.polished_cut_calcite_wall": "Csiszolt vágott kalcitfal", - "block.create.polished_cut_crimsite": "Csiszolt vágott krimzit", - "block.create.polished_cut_crimsite_slab": "Csiszolt vágott krimzitlap", - "block.create.polished_cut_crimsite_stairs": "Csiszolt vágott krimzitlépcső", - "block.create.polished_cut_crimsite_wall": "Csiszolt vágott krimzitfal", - "block.create.polished_cut_deepslate": "Csiszolt vágott mélypala", - "block.create.polished_cut_deepslate_slab": "Csiszolt vágott mélypala lap", - "block.create.polished_cut_deepslate_stairs": "Csiszolt vágott mélypala lépcső", - "block.create.polished_cut_deepslate_wall": "Csiszolt vágott mélypala fal", - "block.create.polished_cut_diorite": "Csiszolt vágott diorit", - "block.create.polished_cut_diorite_slab": "Csiszolt vágott dioritlap", - "block.create.polished_cut_diorite_stairs": "Csiszolt vágott dioritlépcső", - "block.create.polished_cut_diorite_wall": "Csiszolt vágott dioritfal", - "block.create.polished_cut_dripstone": "Csiszolt vágott cseppkőblokk", - "block.create.polished_cut_dripstone_slab": "Csiszolt vágott cseppkőblokk lap", - "block.create.polished_cut_dripstone_stairs": "Csiszolt vágott cseppkőblokk lépcső", - "block.create.polished_cut_dripstone_wall": "Csiszolt vágott cseppkőblokk fal", - "block.create.polished_cut_granite": "Csiszolt vágott gránit", - "block.create.polished_cut_granite_slab": "Csiszolt vágott gránitlap", - "block.create.polished_cut_granite_stairs": "Csiszolt vágott gránitlépcső", - "block.create.polished_cut_granite_wall": "Csiszolt vágott gránitfal", - "block.create.polished_cut_limestone": "Csiszolt vágott mészkő", - "block.create.polished_cut_limestone_slab": "Csiszolt vágott mészkőlap", - "block.create.polished_cut_limestone_stairs": "Csiszolt vágott mészkőlépcső", - "block.create.polished_cut_limestone_wall": "Csiszolt vágott mészkőfal", - "block.create.polished_cut_ochrum": "Csiszolt vágott okrum", - "block.create.polished_cut_ochrum_slab": "Csiszolt vágott okrumlap", - "block.create.polished_cut_ochrum_stairs": "Csiszolt vágott okrumlépcső", - "block.create.polished_cut_ochrum_wall": "Csiszolt vágott okrumfal", - "block.create.polished_cut_scorchia": "Csiszolt vágott perzselit", - "block.create.polished_cut_scorchia_slab": "Csiszolt vágott perzselitlap", - "block.create.polished_cut_scorchia_stairs": "Csiszolt vágott perzselitlépcső", - "block.create.polished_cut_scorchia_wall": "Csiszolt vágott perzselitfal", - "block.create.polished_cut_scoria": "Csiszolt vágott salakkő", - "block.create.polished_cut_scoria_slab": "Csiszolt vágott salakkőlap", - "block.create.polished_cut_scoria_stairs": "Csiszolt vágott salakkőlépcső", - "block.create.polished_cut_scoria_wall": "Csiszolt vágott salakkőfal", - "block.create.polished_cut_tuff": "Csiszolt vágott tufa", - "block.create.polished_cut_tuff_slab": "Csiszolt vágott tufalap", - "block.create.polished_cut_tuff_stairs": "Csiszolt vágott tufalépcső", - "block.create.polished_cut_tuff_wall": "Csiszolt vágott tufafal", - "block.create.polished_cut_veridium": "Csiszolt vágott verídium", - "block.create.polished_cut_veridium_slab": "Csiszolt vágott verídiumlap", - "block.create.polished_cut_veridium_stairs": "Csiszolt vágott verídiumlépcső", - "block.create.polished_cut_veridium_wall": "Csiszolt vágott verídiumfal", - "block.create.portable_fluid_interface": "Hordozható folyadékcsatlakozó", - "block.create.portable_storage_interface": "Tárolócsatlakozó", - "block.create.powered_latch": "Billenőrelé", - "block.create.powered_shaft": "Meghajtott tengely", - "block.create.powered_toggle_latch": "Váltó billenőrelé", - "block.create.pulley_magnet": "Csörlőmágnes", - "block.create.pulse_extender": "Impulzushosszabbító", - "block.create.pulse_repeater": "Impulzusismétlő", - "block.create.purple_nixie_tube": "Lila Nixie-cső", - "block.create.purple_sail": "Lila vitorla", - "block.create.purple_seat": "Lila ülés", - "block.create.purple_toolbox": "Lila szerszámosláda", - "block.create.purple_valve_handle": "Lila szelepfogantyú", - "block.create.radial_chassis": "Hengeres váz", - "block.create.railway_casing": "Vonat borítás", - "block.create.raw_zinc_block": "Nyerscinkblokk", - "block.create.red_nixie_tube": "Vörös Nixie-cső", - "block.create.red_sail": "Vörös vitorla", - "block.create.red_seat": "Vörös ülés", - "block.create.red_toolbox": "Vörös szerszámosláda", - "block.create.red_valve_handle": "Vörös szelepfogantyú", - "block.create.redstone_contact": "Redstone-érintkező", - "block.create.redstone_link": "Redstone-távvezérlő", - "block.create.refined_radiance_casing": "Fényöntvény-borítás", - "block.create.rope": "Kötél", - "block.create.rope_pulley": "Kötélcsörlő", - "block.create.rose_quartz_block": "Rózsakvarcblokk", - "block.create.rose_quartz_lamp": "Rózsakvarclámpa", - "block.create.rose_quartz_tiles": "Rózsakvarc csempe", - "block.create.rotation_speed_controller": "Fordulatszám-szabályzó", - "block.create.sail_frame": "Vitorlakeret", - "block.create.schematic_table": "Tervezőasztal", - "block.create.schematicannon": "Tervrajzlöveg", - "block.create.scorchia": "Perzselit", - "block.create.scorchia_pillar": "Perzselitoszlop", - "block.create.scoria": "Salakkő", - "block.create.scoria_pillar": "Salakkő oszlop", - "block.create.secondary_linear_chassis": "Másodlagos lineáris váz", - "block.create.sequenced_gearshift": "Önműködő váltó", - "block.create.shadow_steel_casing": "Árnyacél-borítás", - "block.create.shaft": "Tengely", - "block.create.small_andesite_brick_slab": "Andezit-dekortégla lap", - "block.create.small_andesite_brick_stairs": "Andezit-dekortégla lépcső", - "block.create.small_andesite_brick_wall": "Andezit-dekortégla fal", - "block.create.small_andesite_bricks": "Andezit dekortégla", - "block.create.small_asurine_brick_slab": "Azurin-dekortégla lap", - "block.create.small_asurine_brick_stairs": "Azurin-dekortégla lépcső", - "block.create.small_asurine_brick_wall": "Azurin-dekortégla fal", - "block.create.small_asurine_bricks": "Azurin dekortégla", - "block.create.small_bogey": "Kis forgóváz", - "block.create.small_calcite_brick_slab": "Kalcit-dekortégla lap", - "block.create.small_calcite_brick_stairs": "Kalcit-dekortégla lépcső", - "block.create.small_calcite_brick_wall": "Kalcit-dekortégla fal", - "block.create.small_calcite_bricks": "Kalcit dekortégla", - "block.create.small_crimsite_brick_slab": "Krimzit-dekortégla lap", - "block.create.small_crimsite_brick_stairs": "Krimzit-dekortégla lépcső", - "block.create.small_crimsite_brick_wall": "Krimzit-dekortégla fal", - "block.create.small_crimsite_bricks": "Krimzit dekortégla", - "block.create.small_deepslate_brick_slab": "Mélypala-dekortégla lap", - "block.create.small_deepslate_brick_stairs": "Mélypala-dekortégla lépcső", - "block.create.small_deepslate_brick_wall": "Mélypala-dekortégla fal", - "block.create.small_deepslate_bricks": "Mélypala dekortégla", - "block.create.small_diorite_brick_slab": "Diorit-dekortégla lap", - "block.create.small_diorite_brick_stairs": "Diorit-dekortégla lépcső", - "block.create.small_diorite_brick_wall": "Diorit-dekortégla fal", - "block.create.small_diorite_bricks": "Diorit dekortégla", - "block.create.small_dripstone_brick_slab": "Cseppkő-dekortégla lap", - "block.create.small_dripstone_brick_stairs": "Cseppkő-dekortégla lépcső", - "block.create.small_dripstone_brick_wall": "Cseppkő-dekortégla fal", - "block.create.small_dripstone_bricks": "Cseppkő dekortégla", - "block.create.small_granite_brick_slab": "Gránit-dekortégla lap", - "block.create.small_granite_brick_stairs": "Gránit-dekortégla lépcső", - "block.create.small_granite_brick_wall": "Gránit-dekortégla fal", - "block.create.small_granite_bricks": "Gránit dekortégla", - "block.create.small_limestone_brick_slab": "Mészkő-dekortégla lap", - "block.create.small_limestone_brick_stairs": "Mészkő-dekortégla lépcső", - "block.create.small_limestone_brick_wall": "Mészkő-dekortégla fal", - "block.create.small_limestone_bricks": "Mészkő dekortégla", - "block.create.small_ochrum_brick_slab": "Okrum-dekortégla lap", - "block.create.small_ochrum_brick_stairs": "Okrum-dekortégla lépcső", - "block.create.small_ochrum_brick_wall": "Okrum-dekortégla fal", - "block.create.small_ochrum_bricks": "Okrum dekortégla", - "block.create.small_rose_quartz_tiles": "Apró rózsakvarc csempe", - "block.create.small_scorchia_brick_slab": "Perzselit-dekortégla lap", - "block.create.small_scorchia_brick_stairs": "Perzselit-dekortégla lépcső", - "block.create.small_scorchia_brick_wall": "Perzselit-dekortégla fal", - "block.create.small_scorchia_bricks": "Perzselit dekortégla", - "block.create.small_scoria_brick_slab": "Salakkő-dekortégla lap", - "block.create.small_scoria_brick_stairs": "Salakkő-dekortégla lépcső", - "block.create.small_scoria_brick_wall": "Salakkő-dekortégla fal", - "block.create.small_scoria_bricks": "Salakkő dekortégla", - "block.create.small_tuff_brick_slab": "Tufa-dekortégla lap", - "block.create.small_tuff_brick_stairs": "Tufa-dekortégla lépcső", - "block.create.small_tuff_brick_wall": "Tufa-dekortégla fal", - "block.create.small_tuff_bricks": "Tufa dekortégla", - "block.create.small_veridium_brick_slab": "Verídium-dekortégla lap", - "block.create.small_veridium_brick_stairs": "Verídium-dekortégla lépcső", - "block.create.small_veridium_brick_wall": "Verídium-dekortégla fal", - "block.create.small_veridium_bricks": "Verídium dekortégla", - "block.create.smart_chute": "Szűrőakna", - "block.create.smart_fluid_pipe": "Folyadékszűrő", - "block.create.speedometer": "Fordulatszámmérő", - "block.create.spout": "Csap", - "block.create.spruce_window": "Fenyőfa ablak", - "block.create.spruce_window_pane": "Fenyőfa ablaktábla", - "block.create.steam_engine": "Gőzgép", - "block.create.steam_whistle": "Gőzsíp", - "block.create.steam_whistle_extension": "Gőzsíp-toldalék", - "block.create.sticker": "Tapadó", - "block.create.sticky_mechanical_piston": "Ragacsos mechanikus dugattyú", - "block.create.stockpile_switch": "Tartalomrelé", - "block.create.stressometer": "Nyomatékmérő", - "block.create.tiled_glass": "Osztott üveg", - "block.create.tiled_glass_pane": "Osztott üveglap", - "block.create.track": "Vasúti sín", - "block.create.track_observer": "Vonatfigyelő", - "block.create.track_signal": "Szemafor", - "block.create.track_station": "Vasútállomás", - "block.create.train_door": "Vonatajtó", - "block.create.train_trapdoor": "Vonat-csapóajtó", - "block.create.tuff_pillar": "Tufaoszlop", - "block.create.turntable": "Forgótálca", - "block.create.veridium": "Verídium", - "block.create.veridium_pillar": "Verídiumoszlop", - "block.create.vertical_framed_glass": "Függőlegesen osztott üveg", - "block.create.vertical_framed_glass_pane": "Függőlegesen osztott üveglap", - "block.create.warped_window": "Torz ablak", - "block.create.warped_window_pane": "Torz ablaktábla", - "block.create.water_wheel": "Vízikerék", - "block.create.waxed_copper_shingle_slab": "Viaszolt rézzsindely-lap", - "block.create.waxed_copper_shingle_stairs": "Viaszolt rézzsindely-lépcső", - "block.create.waxed_copper_shingles": "Viaszolt rézzsindely", - "block.create.waxed_copper_tile_slab": "Viaszolt rézcsempe-lap", - "block.create.waxed_copper_tile_stairs": "Viaszolt rézcsempe-lépcső", - "block.create.waxed_copper_tiles": "Viaszolt rézcsempe", - "block.create.waxed_exposed_copper_shingle_slab": "Viaszolt, megviselt rézzsindely-lap", - "block.create.waxed_exposed_copper_shingle_stairs": "Viaszolt, megviselt rézzsindely-lépcső", - "block.create.waxed_exposed_copper_shingles": "Viaszolt, megviselt rézzsindely", - "block.create.waxed_exposed_copper_tile_slab": "Viaszolt, megviselt rézcsempe-lap", - "block.create.waxed_exposed_copper_tile_stairs": "Viaszolt, megviselt rézcsempe-lépcső", - "block.create.waxed_exposed_copper_tiles": "Viaszolt, megviselt rézcsempe", - "block.create.waxed_oxidized_copper_shingle_slab": "Viaszolt, patinás rézzsindely-lap", - "block.create.waxed_oxidized_copper_shingle_stairs": "Viaszolt, patinás rézzsindely-lépcső", - "block.create.waxed_oxidized_copper_shingles": "Viaszolt, patinás rézzsindely", - "block.create.waxed_oxidized_copper_tile_slab": "Viaszolt, patinás rézcsempe-lap", - "block.create.waxed_oxidized_copper_tile_stairs": "Viaszolt, patinás rézcsempe-lépcső", - "block.create.waxed_oxidized_copper_tiles": "Viaszolt, patinás rézcsempe", - "block.create.waxed_weathered_copper_shingle_slab": "Viaszolt, viharvert rézzsindely-lap", - "block.create.waxed_weathered_copper_shingle_stairs": "Viaszolt, viharvert rézzsindely-lépcső", - "block.create.waxed_weathered_copper_shingles": "Viaszolt, viharvert rézzsindely", - "block.create.waxed_weathered_copper_tile_slab": "Viaszolt, viharvert rézcsempe-lap", - "block.create.waxed_weathered_copper_tile_stairs": "Viaszolt, viharvert rézcsempe-lépcső", - "block.create.waxed_weathered_copper_tiles": "Viaszolt, viharvert rézcsempe", - "block.create.weathered_copper_shingle_slab": "Viharvert rézzsindely-lap", - "block.create.weathered_copper_shingle_stairs": "Viharvert rézzsindely-lépcső", - "block.create.weathered_copper_shingles": "Viharvert rézzsindely", - "block.create.weathered_copper_tile_slab": "Viharvert rézcsempe-lap", - "block.create.weathered_copper_tile_stairs": "Viharvert rézcsempe-lépcső", - "block.create.weathered_copper_tiles": "Viharvert rézcsempe", - "block.create.weighted_ejector": "Súlymérő katapult", - "block.create.white_nixie_tube": "Fehér Nixie-cső", - "block.create.white_sail": "Fehér vitorla", - "block.create.white_seat": "Fehér ülés", - "block.create.white_toolbox": "Fehér szerszámosláda", - "block.create.white_valve_handle": "Fehér szelepfogantyú", - "block.create.windmill_bearing": "Szélkerék-csapágy", - "block.create.wooden_bracket": "Fakeret", - "block.create.yellow_nixie_tube": "Sárga Nixie-cső", - "block.create.yellow_sail": "Sárga vitorla", - "block.create.yellow_seat": "Sárga ülés", - "block.create.yellow_toolbox": "Sárga", - "block.create.yellow_valve_handle": "Sárga szelepfogantyú", - "block.create.zinc_block": "Cinkblokk", - "block.create.zinc_ore": "Cinkérc", - - "enchantment.create.capacity": "Űrtartalom", - "enchantment.create.potato_recovery": "Újrafelhasználás", - - "entity.create.carriage_contraption": "Többcsillés szerkezet", - "entity.create.contraption": "Szerkezet", - "entity.create.crafting_blueprint": "Barkácsábra", - "entity.create.gantry_contraption": "Futómacska-szerkezet", - "entity.create.potato_projectile": "Kilőtt zöldség", - "entity.create.seat": "Ülés", - "entity.create.stationary_contraption": "Álló szerkezet", - "entity.create.super_glue": "Pillanatragasztó", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "Bájital", - "fluid.create.tea": "Bányásztea", - - "item.create.andesite_alloy": "Andezitötvözet", - "item.create.attribute_filter": "Tulajdonságszűrő", - "item.create.bar_of_chocolate": "Csokoládétábla", - "item.create.belt_connector": "Futószalag", - "item.create.blaze_cake": "Őrlángtorta", - "item.create.blaze_cake_base": "Őrlángpiskóta", - "item.create.brass_hand": "Sárgaréz kéz", - "item.create.brass_ingot": "Sárgarézrúd", - "item.create.brass_nugget": "Sárgarézrög", - "item.create.brass_sheet": "Sárgaréz lemez", - "item.create.builders_tea": "Bányásztea", - "item.create.chest_minecart_contraption": "Tárolócsille-szerkezet", - "item.create.chocolate_bucket": "Csokoládésvödör", - "item.create.chocolate_glazed_berries": "Bogyók csokoládébevonattal", - "item.create.chromatic_compound": "Színesszencia", - "item.create.cinder_flour": "Zsarátnokliszt", - "item.create.copper_backtank": "Réz hátitartály", - "item.create.copper_backtank_placeable": "Lehelyezhető réz hátitartály", - "item.create.copper_nugget": "Rézrög", - "item.create.copper_sheet": "Rézlemez", - "item.create.crafter_slot_cover": "Barkácsrekesz-fedő", - "item.create.crafting_blueprint": "Barkács Tervrajz", - "item.create.creative_blaze_cake": "Kreatív őrlángtorta", - "item.create.crushed_aluminum_ore": "Zúzott alumíniumérc", - "item.create.crushed_copper_ore": "Zúzott rézérc", - "item.create.crushed_gold_ore": "Zúzott aranyérc", - "item.create.crushed_iron_ore": "Zúzott vasérc", - "item.create.crushed_lead_ore": "Zúzott ólomérc", - "item.create.crushed_nickel_ore": "Zúzott nikkelérc", - "item.create.crushed_osmium_ore": "Zúzott ozmiumérc", - "item.create.crushed_platinum_ore": "Zúzott platinaérc", - "item.create.crushed_quicksilver_ore": "Zúzott higanyérc", - "item.create.crushed_silver_ore": "Zúzott ezüstérc", - "item.create.crushed_tin_ore": "Zúzott ónérc", - "item.create.crushed_uranium_ore": "Zúzott uránérc", - "item.create.crushed_zinc_ore": "Zúzott cinkérc", - "item.create.diving_boots": "Búvárcsizma", - "item.create.diving_helmet": "Búvársisak", - "item.create.dough": "Kenyértészta", - "item.create.electron_tube": "Elektroncső", - "item.create.empty_blaze_burner": "Üres őrlángégő", - "item.create.empty_schematic": "Üres tervrajz", - "item.create.experience_nugget": "Tapasztalatmorzsa", - "item.create.extendo_grip": "Messzefogó", - "item.create.filter": "Szűrő", - "item.create.furnace_minecart_contraption": "Kemencés csilleszerkezet", - "item.create.goggles": "Mérnöki szemüveg", - "item.create.golden_sheet": "Aranylemez", - "item.create.handheld_worldshaper": "Kreatív blokkvető", - "item.create.honey_bucket": "Mézesvödör", - "item.create.honeyed_apple": "Mézes alma", - "item.create.incomplete_precision_mechanism": "Félkész óramű", - "item.create.incomplete_track": "Félkész vasúti sín", - "item.create.iron_sheet": "Vaslemez", - "item.create.linked_controller": "Kézi távvezérlő", - "item.create.minecart_contraption": "Csilleszerkezet", - "item.create.minecart_coupling": "Csillekapcsoló rúd", - "item.create.polished_rose_quartz": "Csiszolt rózsakvarc", - "item.create.potato_cannon": "Krumpliágyú", - "item.create.powdered_obsidian": "Porított obszidián", - "item.create.precision_mechanism": "Óramű", - "item.create.propeller": "Légcsavar", - "item.create.raw_zinc": "Nyerscink", - "item.create.red_sand_paper": "Vörös csiszolópapír", - "item.create.refined_radiance": "Finomított fényöntvény", - "item.create.rose_quartz": "Rózsakvarc", - "item.create.sand_paper": "Csiszolópapír", - "item.create.schedule": "Vasúti menetrend", - "item.create.schematic": "Tervrajz", - "item.create.schematic_and_quill": "Tervrajz és toll", - "item.create.shadow_steel": "Árnyacél", - "item.create.sturdy_sheet": "Merevített lemez", - "item.create.super_glue": "Pillanatragasztó", - "item.create.sweet_roll": "Tejszínes tekercs", - "item.create.tree_fertilizer": "Fatrágya", - "item.create.unprocessed_obsidian_sheet": "Feldolgozatlan obszidiánlemez", - "item.create.vertical_gearbox": "Függőleges fogaskerékház", - "item.create.wand_of_symmetry": "Szimmetriapálca", - "item.create.wheat_flour": "Búzaliszt", - "item.create.whisk": "Habverő", - "item.create.wrench": "Csavarkulcs", - "item.create.zinc_ingot": "Cinkrúd", - "item.create.zinc_nugget": "Cinkrög", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Üdvözlünk a Create-ben", - "advancement.create.root.desc": "Szerkezetek a láthatáron", - "advancement.create.andesite_alloy": "Sziklánál szilárdabb", - "advancement.create.andesite_alloy.desc": "Szerezz némi andezitötvözetet, a Create legfontosabb anyagát", - "advancement.create.andesite_casing": "Andezitkorszak", - "advancement.create.andesite_casing.desc": "Helyezz andezitötvözetet kérgezett fára; ebből lesz egy egyszerű borítás a gépeidnek", - "advancement.create.mechanical_press": "Bonk!", - "advancement.create.mechanical_press.desc": "Állíts elő néhány lemezt egy présgéppel", - "advancement.create.encased_fan": "Új szelek fújnak", - "advancement.create.encased_fan.desc": "Helyezz le és hajts meg egy fedett ventillátort", - "advancement.create.fan_processing": "Részecskekezelés", - "advancement.create.fan_processing.desc": "Használj fel egy ventillátort anyagok feldolgozására", - "advancement.create.saw_processing": "A műhely réme", - "advancement.create.saw_processing.desc": "Használj fel egy állított fűrészgépet anyagok feldolgozására", - "advancement.create.compacting": "Rövid és tömör", - "advancement.create.compacting.desc": "Készíts több elemből kevesebbet egy présgép és egy teknő segítségével", - "advancement.create.belt": "Hínárhajtás", - "advancement.create.belt.desc": "Köss össze két tengelyt egy szalaggal", - "advancement.create.funnel": "Repülőtér érzet", - "advancement.create.funnel.desc": "Vegyél ki vagy tegyél be tárgyakat a tárolóba kapu segítségével", - "advancement.create.chute": "Aknakereső", - "advancement.create.chute.desc": "Szállíts néhány tárgyat szállítóaknával", - "advancement.create.mechanical_mixer": "Felkavaró élmény", - "advancement.create.mechanical_mixer.desc": "Egyesíts néhány összetevőt egy keverőgépben", - "advancement.create.burner": "Élő gázrózsa", - "advancement.create.burner.desc": "Szerezz egy őrlángégőt", - "advancement.create.water_wheel": "Vezérlő hiraulika", - "advancement.create.water_wheel.desc": "Helyezz le egy vízikereket, hogy nyomaték generálására használd", - "advancement.create.windmill": "Gyöngéd fuvallat", - "advancement.create.windmill.desc": "Építs egy szélkereket, és használd fel a gépeid meghajtására", - "advancement.create.shifting_gears": "Fogas kérdés", - "advancement.create.shifting_gears.desc": "Kapcsolj össze egy nagy és egy kis fogaskereket, így megváltoztatva az építményeid fordulatszámát", - "advancement.create.millstone": "Öleld át a malomkövet", - "advancement.create.millstone.desc": "Használj malomkövet az anyagok porításához", - "advancement.create.super_glue": "A kapcsolat korszaka", - "advancement.create.super_glue.desc": "Ragassz egybe néhány blokkot", - "advancement.create.contraption_actors": "Céltudatos mozgás", - "advancement.create.contraption_actors.desc": "Hozzon létre egy szerkezetet fúrógépekkel, fűrészgépekkel vagy aratógépekkel a fedélzeten", - "advancement.create.portable_storage_interface": "Ügylet útközben", - "advancement.create.portable_storage_interface.desc": "Használd a tárolócsatlakozót, hogy tárgyakat helyezz be, vagy vegyél ki a szerkezetből", - "advancement.create.wrench_goggles": "Teljes felszerelés", - "advancement.create.wrench_goggles.desc": "Vértezd fel magad egy mérnöki szemüveggel és egy csavarkulccsal", - "advancement.create.stressometer": "Nikkelezett szemmérték", - "advancement.create.stressometer.desc": "Olvasd le egy hálózat pontos terhelését egy nyomatékmérőről mérnöki szemüveg segítségével", - "advancement.create.cuckoo_clock": "Idő van", - "advancement.create.cuckoo_clock.desc": "Hallgasd, ahogy egy kakukkos óra elüti a lefekvésidőt", - "advancement.create.windmill_maxed": "Erős fuvallat", - "advancement.create.windmill_maxed.desc": "Építs egy maximális erősségű szélkereket", - "advancement.create.ejector_maxed": "Műugróbajnok", - "advancement.create.ejector_maxed.desc": "Lövesd ki magad legalább 30 méterre egy súlymérő katapulttal", - "advancement.create.pulley_maxed": "Kötél a semmibe", - "advancement.create.pulley_maxed.desc": "Eressz le egy csörlőt legalább 200 blokk mélységig", - "advancement.create.cart_pickup": "Erőművész", - "advancement.create.cart_pickup.desc": "Szedj fel egy legalább 200 blokkból álló csilleszerkezetet", - "advancement.create.anvil_plough": "Ki tudja, hol áll meg?", - "advancement.create.anvil_plough.desc": "Lőj ki egy üllőt szántógépek segítségével", - "advancement.create.lava_wheel_00000": "Lávakerék", - "advancement.create.lava_wheel_00000.desc": "Ennek nem lenne szabad működnie§7\n(Rejtett előrelépés)", - "advancement.create.hand_crank_000": "Jót tesz a testmozgás", - "advancement.create.hand_crank_000.desc": "Használj egy hajtókart a teljes kimerülésig§7\n(Rejtett előrelépés)", - "advancement.create.belt_funnel_kiss": "Kapu-nász a szalagon", - "advancement.create.belt_funnel_kiss.desc": "Csókolóztass össze két, szalagra épített kaput§7\n(Rejtett előrelépés)", - "advancement.create.stressometer_maxed": "Tökéletes kihasználtság", - "advancement.create.stressometer_maxed.desc": "Olvass le 100%-os kijelzést egy nyomatékmérőről§7\n(Rejtett előrelépés)", - "advancement.create.copper": "UNLOCALIZED: Cuprum Bokum", - "advancement.create.copper.desc": "Gyűjts össze néhány rézrudat a folyadékkezelési kísérlethez", - "advancement.create.copper_casing": "Rézkorszak", - "advancement.create.copper_casing.desc": "Helyezz egy rézrudat kérgezett fára; ebből lesz vízhatlan borítása a gépeidnek", - "advancement.create.spout": "Placcs", - "advancement.create.spout.desc": "Nézd végig, ahogy egy vizet tartalmazó tárgyat megtölt egy csap", - "advancement.create.drain": "Mintha ráöntötték volna", - "advancement.create.drain.desc": "Üríts ki egy edényt lefolyótálcával", - "advancement.create.steam_engine": "Az Erőmű", - "advancement.create.steam_engine.desc": "Használj gőzgépet nyomaték generálására", - "advancement.create.steam_whistle": "Egy Angyal hangja", - "advancement.create.steam_whistle.desc": "Aktiváld a gőzsípot", - "advancement.create.backtank": "Légnyomás elvitelre", - "advancement.create.backtank.desc": "Készíts réz hátitartály és győződj meg róla, hogy légnyomás halmozódjon fel benne", - "advancement.create.diving_suit": "Készen áll a mélységekre", - "advancement.create.diving_suit.desc": "Vegyél fel egy búvársisakot és egy réz hátitartály, majd ugorj vízbe", - "advancement.create.mechanical_pump_0": "Nyomás alatt", - "advancement.create.mechanical_pump_0.desc": "Helyezz le és aktiválj egy szivattyút", - "advancement.create.glass_pipe": "Mi folyik itt?", - "advancement.create.glass_pipe.desc": "Használd a csavarkulcsod egy folyadékot tartalmazó csőszakaszon", - "advancement.create.water_supply": "Pocsolyagyűjtő", - "advancement.create.water_supply.desc": "Használd a csőszakasz vagy a szivattyú húzó végét a víz összegyűjtésére", - "advancement.create.hose_pulley": "Ipari kiömlés", - "advancement.create.hose_pulley.desc": "Engedj le egy tömlős csörlőt és nézd, ahogy kiüríti vagy feltölti folyadéktömeget", - "advancement.create.chocolate_bucket": "Te és a csokigyár", - "advancement.create.chocolate_bucket.desc": "Szerezz egy vödörnyi olvadt csokoládét", - "advancement.create.honey_drain": "Mechanikus méhészet", - "advancement.create.honey_drain.desc": "Nyerd ki a mézet egy méhkasból vagy -kaptárból csövek segítségével", - "advancement.create.hose_pulley_lava": "UNLOCALIZED: Tapping the Mantle", - "advancement.create.hose_pulley_lava.desc": "Szivattyúzz ki egy akkora lávatóból, amely már végtelennek tekinthető", - "advancement.create.steam_engine_maxed": "Teljes gőzzel", - "advancement.create.steam_engine_maxed.desc": "Használj ki egy kazánt maximális teljesítményen", - "advancement.create.foods": "Te és az élelmiszergyár", - "advancement.create.foods.desc": "Gyárts le csokoládébevonatú bogyókat, egy mézezett almát és egy tejszínes tekercset ugyanabból a csapból", - "advancement.create.diving_suit_lava": "Úszás az álomfutókkal", - "advancement.create.diving_suit_lava.desc": "Próbáld ki a búvárfelszerelésed lávában§7\n(Rejtett előrelépés)", - "advancement.create.chained_drain": "Hadd guruljon!", - "advancement.create.chained_drain.desc": "Küldj át egy tárgyat több összekapcsolt lefolyótálcán§7\n(Rejtett előrelépés)", - "advancement.create.cross_streams": "Ne keresztezd a sugarakat!", - "advancement.create.cross_streams.desc": "Nézz két folyadékot, ahogy találkoznak a csőhálózatban§7\n(Rejtett előrelépés)", - "advancement.create.pipe_organ": "Orgonasípok", - "advancement.create.pipe_organ.desc": "Szerelj 12 különböző magasságú gőzsípot ugyanarra a tartályra§7\n(Rejtett előrelépés)", - "advancement.create.brass": "Egy igazi ötvözet", - "advancement.create.brass.desc": "Készíts sárgarezet réz és cink ötvözésével az őrlángfűtésű keverőgépedben", - "advancement.create.brass_casing": "Sárgarézkorszak", - "advancement.create.brass_casing.desc": "Helyezz egy sárgarézrudat kérgezett fára; ebből lesz a borítása a fejlettebb gépeidnek", - "advancement.create.rose_quartz": "Rózsaszín gyémántok", - "advancement.create.rose_quartz.desc": "Csiszolj egy kis rózsakvarcot", - "advancement.create.deployer": "Használ, helyez, harcol", - "advancement.create.deployer.desc": "Helyezz le és hozz működésbe egy lehelyezőt, a tökéletes gépi másodat", - "advancement.create.precision_mechanism": "Összetett érdekességek", - "advancement.create.precision_mechanism.desc": "Szerelj össze egy óraművet", - "advancement.create.speed_controller": "A mérnökök nem szeretnék, ha ezt tudnád", - "advancement.create.speed_controller.desc": "Finomhangold a szerkezeted egy fordulatszám-szabályzóval", - "advancement.create.mechanical_arm": "Szorgos kezek", - "advancement.create.mechanical_arm.desc": "Nézd meg, hogy hogyan szállítja a mechanikus kéz az első tárgyát", - "advancement.create.mechanical_crafter": "Automatizált összeszerelés", - "advancement.create.mechanical_crafter.desc": "Helyezz le és hozz működésbe néhány barkácsgépet", - "advancement.create.crushing_wheel": "Egy óriáspár", - "advancement.create.crushing_wheel.desc": "Helyezz le és hozz működésbe egy zúzókerék-párt", - "advancement.create.haunted_bell": "Árnyékérzék", - "advancement.create.haunted_bell.desc": "Szólaltass meg egy lélekharangot", - "advancement.create.clockwork_bearing": "Óraszerkentyű", - "advancement.create.clockwork_bearing.desc": "Szerelj össze egy óramutató-csapágyra szerelt szerkezetet", - "advancement.create.display_link": "Big Data", - "advancement.create.display_link.desc": "Jeleníts meg valamilyen adatot egy kijelző-távvezérlőn keresztül", - "advancement.create.potato_cannon": "Fwoomp!", - "advancement.create.potato_cannon.desc": "Győzz le egy ellenfelet a krumpliágyúddal", - "advancement.create.extendo_grip": "Boioioing!", - "advancement.create.extendo_grip.desc": "Szerezz be egy messzefogót", - "advancement.create.linked_controller": "Távoli aktiválás", - "advancement.create.linked_controller.desc": "Aktiválj egy redstone-távvezérlőt a kézi távvezérlővel", - "advancement.create.arm_blaze_burner": "Fűtőinas", - "advancement.create.arm_blaze_burner.desc": "Fogj be egy mechanikus kart egy őrlángégő etetésére", - "advancement.create.crusher_maxed_0000": "Zúzzunk bele", - "advancement.create.crusher_maxed_0000.desc": "Működtess egy zúzókerék-párt maximális fordulatszámon", - "advancement.create.arm_many_targets": "A mindenes", - "advancement.create.arm_many_targets.desc": "Társíts egy mechanikus karhoz tíz vagy több kimenetet", - "advancement.create.potato_cannon_collide": "Növényi tűzijáték", - "advancement.create.potato_cannon_collide.desc": "Ütköztess egymással két különböző típusú krumpliágyú-lövedéket", - "advancement.create.self_deploying": "Önvezető csille", - "advancement.create.self_deploying.desc": "Építs egy csilleszerkezetet, amely képes síneket fektetni maga elé", - "advancement.create.fist_bump": "Ökölpacsi!", - "advancement.create.fist_bump.desc": "Tégy le két lehelyezőt úgy, hogy így üdvözöljék egymást§7\n(Rejtett előrelépés)", - "advancement.create.crafter_lazy_000": "Jól van az úgy", - "advancement.create.crafter_lazy_000.desc": "Lassíts le drámai mértékben egy barkácsgépet, hogy tovább halogathasd a hatékonyabb infrastruktúra kiépítését§7\n(Rejtett előrelépés)", - "advancement.create.extendo_grip_dual": "Teljes mértékben", - "advancement.create.extendo_grip_dual.desc": "Kettős hatótávolságú messzefogó az emberfeletti eléréshez§7\n(Rejtett előrelépés)", - "advancement.create.musical_arm": "Zenegép-gép", - "advancement.create.musical_arm.desc": "Működtess mechanikus karral egy zenegépet§7\n(Rejtett előrelépés)", - "advancement.create.sturdy_sheet": "Sziklánál szilárdabbnál is szilárdabb", - "advancement.create.sturdy_sheet.desc": "Állíts elő egy merevített lemezt porított obszidián finomításával", - "advancement.create.train_casing_00": "Logisztikai korszak", - "advancement.create.train_casing_00.desc": "Merevített lemez felhasználásával készíts borítást a vasúti alkatrészeknek", - "advancement.create.train": "Beszállás!", - "advancement.create.train.desc": "Rakd össze az első vonatod", - "advancement.create.conductor": "Karmester-oktató", - "advancement.create.conductor.desc": "Utasíts egy mozdonyvezetőt egy vonatmenetrenddel", - "advancement.create.track_signal": "Forgalomszabályozás", - "advancement.create.track_signal.desc": "Helyezz le egy szemafort", - "advancement.create.display_board_0": "Dinamikus menetrend", - "advancement.create.display_board_0.desc": "A kijelző-távvezérlő segítségével előre jelezheti a vonat érkezését a pergőlapos kijelzőn", - "advancement.create.track_0": "Új nyomtávon", - "advancement.create.track_0.desc": "Szerezz be néhány vasúti sínt", - "advancement.create.train_whistle": "Tütűűű!", - "advancement.create.train_whistle.desc": "Szerelj a vonatodra egy gőzsípot, és szólaltasd meg vezetés közben", - "advancement.create.train_portal": "Dimenziós ingázó", - "advancement.create.train_portal.desc": "Menj át vonattal egy nether-portálon", - "advancement.create.track_crafting_factory": "Síngyár", - "advancement.create.track_crafting_factory.desc": "Gyárts le több, mint 1000 vasúti sínt ugyanazzal a présgéppel", - "advancement.create.long_bend": "A leghosszabb kanyar", - "advancement.create.long_bend.desc": "Hozz létre egy ívelt pályaszakaszt, amely több, mint 30 blokkon ível át", - "advancement.create.long_train": "Ambiciózus törekvések", - "advancement.create.long_train.desc": "Hozz létre egy vonatot legalább 6 kocsival", - "advancement.create.long_travel": "Terepgyakorlat", - "advancement.create.long_travel.desc": "Hagyj el egy vonatülést több, mint 5000 blokkra attól a helytől, ahonnan indultál", - "advancement.create.train_roadkill": "Nem ütöttünk el valamit?", - "advancement.create.train_roadkill.desc": "Hajts át egy ellenséges mobon vonattal§7\n(Rejtett előrelépés)", - "advancement.create.red_signal": "„Tudom, mit csinálok”", - "advancement.create.red_signal.desc": "Hajts át vonattal egy tilos jelzésen§7\n(Rejtett előrelépés)", - "advancement.create.train_crash": "Rémes szolgáltatás", - "advancement.create.train_crash.desc": "Élj át egy vasúti karambolt utasként§7\n(Rejtett előrelépés)", - "advancement.create.train_crash_backwards": "Vakfolt", - "advancement.create.train_crash_backwards.desc": "Tolass bele egy másik vonatba§7\n(Rejtett előrelépés)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "Create", - "itemGroup.create.palettes": "Create építőelemek", - - "death.attack.create.crush": "%1$s feldolgozásra került két zúzókerék között", - "death.attack.create.crush.player": "%1$s bezúzódott, miközben %2$s elől menekült", - "death.attack.create.fan_fire": "%1$s ropogósra sült egy ventillátor előtt", - "death.attack.create.fan_fire.player": "%1$s ropogósra sült, miközben %2$s elől menekült", - "death.attack.create.fan_lava": "%1$s hamuvá égett egy ventillátor előtt", - "death.attack.create.fan_lava.player": "%1$s egy tüzes légáramba lépett, miközben %2$s elől menekült", - "death.attack.create.mechanical_drill": "%1$s egy fúrógép előtt lyukadt ki", - "death.attack.create.mechanical_drill.player": "%1$s egy fúrógép elé ugrott %2$s elől", - "death.attack.create.mechanical_saw": "%1$s ketté lett fűrészelve", - "death.attack.create.mechanical_saw.player": "%1$s egy fűrészgép elé ugrott %2$s elől", - "death.attack.create.potato_cannon": "%2$s lelőtte %1$s játékost egy krumpliágyúval", - "death.attack.create.potato_cannon.item": "%2$s lelőtte %1$s játékost %3$s nevű krumpliágyújával", - "death.attack.create.cuckoo_clock_explosion": "%1$s egy felrobbanó kakukkos óra áldozata lett", - "death.attack.create.cuckoo_clock_explosion.player": "%1$s egy felrobbanó kakukkos óra áldozata lett", - "death.attack.create.run_over": "%2$s elütötte %1$s játékost", - - "create.block.deployer.damage_source_name": "egy elszabadult lehelyező", - "create.block.cart_assembler.invalid": "Az illesztőállomásod helyezd egy sínblokkra", - - "create.menu.return": "Vissza a menühöz", - "create.menu.configure": "Beállítások...", - "create.menu.ponder_index": "Töprengésjegyzék", - "create.menu.only_ingame": "Csak játék közben érhető el", - "create.menu.report_bugs": "Hibabejelentés", - "create.menu.support": "Támogatás", - - "create.recipe.crushing": "Zúzás", - "create.recipe.milling": "Őrlés", - "create.recipe.fan_washing": "Nagyüzemi mosás", - "create.recipe.fan_washing.fan": "Víz mögötti ventillátor", - "create.recipe.fan_smoking": "Nagyüzemi füstölés", - "create.recipe.fan_smoking.fan": "Tűz mögötti ventillátor", - "create.recipe.fan_haunting": "Nagyüzemi kísértés", - "create.recipe.fan_haunting.fan": "Lélektűz mögötti ventillátor", - "create.recipe.fan_blasting": "Nagyüzemi olvasztás", - "create.recipe.fan_blasting.fan": "Láva mögötti ventillátor", - "create.recipe.pressing": "Préselés", - "create.recipe.mixing": "Kavarás", - "create.recipe.deploying": "Gépi lehelyezés", - "create.recipe.automatic_shapeless": "Gépi kötetlen barkácsolás", - "create.recipe.automatic_brewing": "Gépi főzés", - "create.recipe.packing": "Tömörítés", - "create.recipe.automatic_packing": "Gépi tömörítés", - "create.recipe.sawing": "Fűrészelés", - "create.recipe.mechanical_crafting": "Gépi barkácsolás", - "create.recipe.automatic_shaped": "Gépi kötött barkácsolás", - "create.recipe.block_cutting": "Blokkvágás", - "create.recipe.wood_cutting": "Fafaragás", - "create.recipe.sandpaper_polishing": "Csiszolás", - "create.recipe.mystery_conversion": "Rejtélyes folyamat", - "create.recipe.spout_filling": "Feltöltés csapból", - "create.recipe.draining": "Lefolyatás", - "create.recipe.item_application": "Kézi tárgyhasználat", - "create.recipe.item_application.any_axe": "Bármilyen fejsze", - "create.recipe.sequenced_assembly": "Gyártósor", - "create.recipe.assembly.next": "Következő: %1$s", - "create.recipe.assembly.step": "%1$s. lépés:", - "create.recipe.assembly.progress": "Lépések: %1$s/%2$s", - "create.recipe.assembly.pressing": "Préselés", - "create.recipe.assembly.spout_filling_fluid": "%1$s ráadagolása", - "create.recipe.assembly.deploying_item": "%1$s ráhelyezése", - "create.recipe.assembly.cutting": "Fűrészelés", - "create.recipe.assembly.repeat": "Végrehajtás %1$s alkalommal", - "create.recipe.assembly.junk": "Selejt", - "create.recipe.processing.chance": "%1$s%% esély", - "create.recipe.deploying.not_consumed": "Nem használódik el", - "create.recipe.heat_requirement.none": "Nem igényel hevítést", - "create.recipe.heat_requirement.heated": "Hevítés", - "create.recipe.heat_requirement.superheated": "Ultrahevítés", - - "create.generic.range": "Hatótáv", - "create.generic.radius": "Sugár", - "create.generic.width": "Szélesség", - "create.generic.height": "Magasság", - "create.generic.length": "Hosszúság", - "create.generic.speed": "Sebesség", - "create.generic.delay": "Késleltetés", - "create.generic.duration": "Időtartam", - "create.generic.timeUnit": "Időegység", - "create.generic.unit.ticks": "tick", - "create.generic.unit.seconds": "másodperc", - "create.generic.unit.minutes": "perc", - "create.generic.daytime.hour": "Óra", - "create.generic.daytime.minute": "Perc", - "create.generic.daytime.second": "Másodperc", - "create.generic.daytime.pm": "du", - "create.generic.daytime.am": "de", - "create.generic.unit.rpm": "RPM", - "create.generic.unit.stress": "su", - "create.generic.unit.degrees": "°", - "create.generic.unit.millibuckets": "mB", - "create.generic.unit.buckets": "B", - "create.generic.clockwise": "Órával egyezően", - "create.generic.counter_clockwise": "Órával ellentétesen", - "create.generic.in_quotes": "„%1$s”", - "create.generic.pitch": "Hangmagasság: %1$s", - "create.generic.notes": "F♯;F;E;D♯;D;C♯;C;H;A♯;A;G♯;G", - - "create.action.scroll": "Görgetés", - "create.action.confirm": "Elfogadás", - "create.action.abort": "Megszakítás", - "create.action.saveToFile": "Mentés", - "create.action.discard": "Elvetés", - - "create.keyinfo.toolmenu": "Tervrajz-menü vezérlése", - "create.keyinfo.toolbelt": "A közeli szerszámosládák elérése", - "create.keyinfo.scrollup": "Felfelé görgetés szimulálása (világon belül)", - "create.keyinfo.scrolldown": "Lefelé görgetés szimulálása (világon belül)", - - "create.gui.scrollInput.defaultTitle": "Válassz egy műveletet:", - "create.gui.scrollInput.scrollToModify": "Görgess a módosításhoz", - "create.gui.scrollInput.scrollToAdjustAmount": "Görgess az érték pontosításához", - "create.gui.scrollInput.scrollToSelect": "Görgess a kiválasztáshoz", - "create.gui.scrollInput.shiftScrollsFaster": "Nyomd a shift-et, hogy gyorsabban görgess", - "create.gui.toolmenu.focusKey": "Fókuszálj a [%1$s] gomb lenyomásával", - "create.gui.toolmenu.cycle": "[SCROLL] a váltáshoz", - - "create.toolbox.unequip": "%1$s levétele", - "create.toolbox.outOfRange": "A kézben tartott elem szerszámosládája nincs hatótávon belül", - "create.toolbox.detach": "A követés leállítása és elem megtartása", - "create.toolbox.depositAll": "Az elemek visszarakása egy közelben lévő szerszámosládába", - "create.toolbox.depositBox": "Az elemek visszarakása a szerszámosládába", - - "create.gui.symmetryWand.mirrorType": "Szimmetria", - "create.gui.symmetryWand.orientation": "Tájolás", - - "create.symmetry.mirror.plane": "Egy tükörsík", - "create.symmetry.mirror.doublePlane": "Téglalapos", - "create.symmetry.mirror.triplePlane": "Nyolcszöges", - - "create.orientation.orthogonal": "Tengely menti", - "create.orientation.diagonal": "Átlós", - "create.orientation.horizontal": "Vízszintes", - "create.orientation.alongZ": "Észak–déli", - "create.orientation.alongX": "Kelet–nyugati", - - "create.gui.terrainzapper.title": "Kézi blokkvető", - "create.gui.terrainzapper.searchDiagonal": "Kitöltés átlók mentén is", - "create.gui.terrainzapper.searchFuzzy": "Anyaghatároktól független kitöltés", - "create.gui.terrainzapper.patternSection": "Minta", - "create.gui.terrainzapper.pattern.solid": "Tömör", - "create.gui.terrainzapper.pattern.checkered": "Sakktábla", - "create.gui.terrainzapper.pattern.inversecheckered": "Fordított sakktábla", - "create.gui.terrainzapper.pattern.chance25": "25%-os szórás", - "create.gui.terrainzapper.pattern.chance50": "50%-os szórás", - "create.gui.terrainzapper.pattern.chance75": "75%-os szórás", - "create.gui.terrainzapper.placement": "Elhelyezés", - "create.gui.terrainzapper.placement.merged": "Illesztés", - "create.gui.terrainzapper.placement.attached": "Tapasztás", - "create.gui.terrainzapper.placement.inserted": "Süllyesztés", - "create.gui.terrainzapper.brush": "Ecset", - "create.gui.terrainzapper.brush.cuboid": "Téglatest", - "create.gui.terrainzapper.brush.sphere": "Gömb", - "create.gui.terrainzapper.brush.cylinder": "Henger", - "create.gui.terrainzapper.brush.surface": "Felület", - "create.gui.terrainzapper.brush.cluster": "Halmaz", - "create.gui.terrainzapper.tool": "Eszköz", - "create.gui.terrainzapper.tool.fill": "Kitöltés", - "create.gui.terrainzapper.tool.place": "Lehelyezés", - "create.gui.terrainzapper.tool.replace": "Csere", - "create.gui.terrainzapper.tool.clear": "Törlés", - "create.gui.terrainzapper.tool.overlay": "Beborítás", - "create.gui.terrainzapper.tool.flatten": "Lapítás", - - "create.terrainzapper.shiftRightClickToSet": "Válassz alakzatot Shift + jobb kattintással", - "create.terrainzapper.usingBlock": "Felhasznált blokk: %1$s", - "create.terrainzapper.leftClickToSet": "Kattints a bal gombbal a felhasznált blokk kijelöléséhez", - - "create.minecart_coupling.two_couplings_max": "Egy csilléhez legfeljebb két másik kapcsolódhat", - "create.minecart_coupling.unloaded": "A szerelvény egy része betöltetlen chunkokban van", - "create.minecart_coupling.no_loops": "A szerelvény nem alkothat zárt kört", - "create.minecart_coupling.removed": "Minden kapcsolódás eltávolítva a csilléről", - "create.minecart_coupling.too_far": "A csillék túl távol vannak", - - "create.contraptions.movement_mode": "Lehelyezés", - "create.contraptions.movement_mode.move_place": "Minden megálláskor", - "create.contraptions.movement_mode.move_place_returned": "Csak a kezdőpozícióban", - "create.contraptions.movement_mode.move_never_place": "Csak a rögzítés lebontásakor", - "create.contraptions.movement_mode.rotate_place": "Minden megálláskor", - "create.contraptions.movement_mode.rotate_place_returned": "Csak a kezdő irány közelében", - "create.contraptions.movement_mode.rotate_never_place": "Csak a rögzítés lebontásakor", - "create.contraptions.cart_movement_mode": "Csille tájolása", - "create.contraptions.cart_movement_mode.rotate": "Mindig a menetirány felé", - "create.contraptions.cart_movement_mode.rotate_paused": "Aktorok leállítása kanyarodáskor", - "create.contraptions.cart_movement_mode.rotation_locked": "Tájolás rögzítése", - "create.contraptions.windmill.rotation_direction": "Forgási irány", - "create.contraptions.clockwork.clock_hands": "Óramutatók", - "create.contraptions.clockwork.hour_first": "Óramutató először", - "create.contraptions.clockwork.minute_first": "Percmutató először", - "create.contraptions.clockwork.hour_first_24": "24-órás mutató először", - - "create.logistics.filter": "Szűrő", - "create.logistics.recipe_filter": "Receptszűrő", - "create.logistics.fluid_filter": "Folyadékszűrő", - "create.logistics.firstFrequency": "1. frekv.", - "create.logistics.secondFrequency": "2. frekvencia", - "create.logistics.filter.apply": "Szűrő alkalmazva ehhez: %1$s", - "create.logistics.filter.apply_click_again": "Szűrő alkalmazva ehhez: %1$s, kattints ismét az érték másolásához.", - "create.logistics.filter.apply_count": "A szűrőhöz alkalmazott kivonatszám.", - - "create.gui.goggles.generator_stats": "Meghajtás adatai:", - "create.gui.goggles.kinetic_stats": "Alkatrész adatai:", - "create.gui.goggles.at_current_speed": "a jelenlegi fordulatszámon", - "create.gui.goggles.pole_length": "Kar hossza:", - "create.gui.goggles.fluid_container": "Folyadéktartály adatai:", - "create.gui.goggles.fluid_container.capacity": "Kapacitás: ", - "create.gui.assembly.exception": "A szerkezetet nem sikerült összeállítani:", - "create.gui.assembly.exception.unmovableBlock": "Nem mozdítható blokk (%4$s) itt: [%1$s;%2$s;%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "A(z) [%1$s;%2$s;%3$s] koordiátákon található blokk nem volt betöltött chunkban", - "create.gui.assembly.exception.structureTooLarge": "Ez a szerkezet túl sok blokkból áll.\nA beállított felső korlát: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "Ennek a dugattyúnak túl hosszan van megtoldva a karja.\nA beállított felső korlát: %1$s", - "create.gui.assembly.exception.noPistonPoles": "A dugattyú karjának toldalékokra van szüksége", - "create.gui.assembly.exception.not_enough_sails": "A szerkezet nem tartalmaz elegendő vitorlaszerű blokkot: %1$s\nLegalább %2$s blokk szükséges", - "create.gui.gauge.info_header": "Mérőeszköz adatai:", - "create.gui.speedometer.title": "Fordulatszám", - "create.gui.stressometer.title": "Hálózati nyomaték", - "create.gui.stressometer.capacity": "Fennmaradó kapacitás", - "create.gui.stressometer.overstressed": "Túlterhelve", - "create.gui.stressometer.no_rotation": "Nincs meghajtás", - "create.gui.contraptions.not_fast_enough": "Úgy tűnik, hogy ez a(z) %1$s nincs _elég gyorsan_ meghajtva.", - "create.gui.contraptions.network_overstressed": "Úgy tűnik, hogy a szerkezet _túl_ van _terhelve_. Adj hozzá erősebb meghajtást, vagy _lassítsd le_ a _nagy terhelésű_ alkatrészeket.", - "create.gui.adjustable_crate.title": "Állítható láda", - "create.gui.adjustable_crate.storageSpace": "Tárolókapacitás", - "create.gui.stockpile_switch.title": "Tartalomkapcsoló", - "create.gui.stockpile_switch.invert_signal": "Jel megfordítása", - "create.gui.stockpile_switch.move_to_lower_at": "Ugrás az alsó sávra %1$s%%-nál", - "create.gui.stockpile_switch.move_to_upper_at": "Ugrás a felső sávra %1$s%%-nál", - "create.gui.sequenced_gearshift.title": "Beállítható Forgásvezérlő", - "create.gui.sequenced_gearshift.instruction": "Használati utasítás", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Forgatás szög szerint", - "create.gui.sequenced_gearshift.instruction.turn_angle": "Forgatás", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Szög", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Dugattyú/futómacska/csörlő mozgatása", - "create.gui.sequenced_gearshift.instruction.turn_distance": "Dugattyú", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Távolság", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Időzített késleltetés", - "create.gui.sequenced_gearshift.instruction.delay": "Késleltetés", - "create.gui.sequenced_gearshift.instruction.delay.duration": "Időtartam", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "Vége", - "create.gui.sequenced_gearshift.instruction.end": "Vége", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "Várakozás újabb redstone-jelre", - "create.gui.sequenced_gearshift.instruction.await": "Redstone", - "create.gui.sequenced_gearshift.speed": "Sebesség, irány", - "create.gui.sequenced_gearshift.speed.forward": "Bemeneti sebesség, előre", - "create.gui.sequenced_gearshift.speed.forward_fast": "Kétszeres sebesség, előre", - "create.gui.sequenced_gearshift.speed.back": "Bemeneti sebesség, hátra", - "create.gui.sequenced_gearshift.speed.back_fast": "Kétszeres sebesség, hátra", - - "create.schematicAndQuill.dimensions": "Tervrajz méretei: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "Első hely beállítva.", - "create.schematicAndQuill.secondPos": "Második hely beállítva.", - "create.schematicAndQuill.noTarget": "Tartsd lenyomva a [Ctrl]-t a levegő blokkok kiválasztásához.", - "create.schematicAndQuill.abort": "Kijelölés megszüntetve.", - "create.schematicAndQuill.title": "Tervrajz neve:", - "create.schematicAndQuill.convert": "Mentés és feltöltés rögtön", - "create.schematicAndQuill.fallbackName": "Saját tervrajz", - "create.schematicAndQuill.saved": "Mentve ekként: %1$s", - - "create.schematic.invalid": "[!] Érvénytelen tárgy - a tervezőasztalt használd helyette", - "create.schematic.position": "Pozíció", - "create.schematic.rotation": "Elforgatás", - "create.schematic.rotation.none": "Nincs", - "create.schematic.rotation.cw90": "Óramutató Járásával egyező irányba 90 fokkal (Negyed Fordulat)", - "create.schematic.rotation.cw180": "Óramutató Járásával egyező irányba 180 fokkal (Fél Fordulat)", - "create.schematic.rotation.cw270": "Óramutató Járásával egyező irányba 270 fokkal (Háromnegyed Fordulat)", - "create.schematic.mirror": "Tükrözés", - "create.schematic.mirror.none": "Nincs", - "create.schematic.mirror.frontBack": "Előről hátra", - "create.schematic.mirror.leftRight": "Balról jobbra", - "create.schematic.tool.deploy": "Pozíció", - "create.schematic.tool.move": "XZ mozgatás", - "create.schematic.tool.movey": "Y mozgatás", - "create.schematic.tool.rotate": "Forgatás", - "create.schematic.tool.print": "Lehelyezés", - "create.schematic.tool.flip": "Tükrözés", - "create.schematic.tool.deploy.description.0": "Egy szerkezetet mozgat egy adott helyre.", - "create.schematic.tool.deploy.description.1": "A lehelyezéshez kattints a földön jobb egérgombbal.", - "create.schematic.tool.deploy.description.2": "Nyomd a [Ctrl] gombot, hogy meghatározott távolságban válassz.", - "create.schematic.tool.deploy.description.3": "[Ctrl]-görgetés a távolság választásához.", - "create.schematic.tool.move.description.0": "Vízszintesen eltolja a tervrazjot.", - "create.schematic.tool.move.description.1": "Mutass a tervrajzra és [CTRL]-görgess, hogy eltold.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "Függőlegesen eltolja a tervrazjot.", - "create.schematic.tool.movey.description.1": "[CTRL]-görgetéssel mozgathatod fel-le.", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "A tervrajz középpontos forgatása.", - "create.schematic.tool.rotate.description.1": "[CTRL]-görgetés 90°-kal való elforgatáshoz.", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "Azonnal lehelyezi a szerkezetet a világban.", - "create.schematic.tool.print.description.1": "Az aktuális lehelyezést a(z) [Right-Click] gombbal hagyhatod jóvá.", - "create.schematic.tool.print.description.2": "Ez az eszköz csak kreatív módban elérhető.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "UNLOCALIZED: Flips the Schematic along the face you select.", - "create.schematic.tool.flip.description.1": "Mutass a tervrajzra és [CTRL]-görgess, hogy átfordítsd.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "Szinkronizálás...", - "create.schematics.uploadTooLarge": "A tervrajzod a szerveren meghatározott korlátnál nagyobb.", - "create.schematics.maxAllowedSize": "A maximális tervrajz fájlméret:", - - "create.gui.schematicTable.refresh": "Fájlok frissítése", - "create.gui.schematicTable.open_folder": "Mappa megnyitása", - "create.gui.schematicTable.title": "Tervezőasztal", - "create.gui.schematicTable.availableSchematics": "Elérhető tervrajzok", - "create.gui.schematicTable.noSchematics": "Nincs elmentett tervrajz", - "create.gui.schematicTable.uploading": "Feltöltés...", - "create.gui.schematicTable.finished": "Feltöltés kész!", - "create.gui.schematicannon.title": "Tervrajzlöveg", - "create.gui.schematicannon.listPrinter": "Anyaglista kiírása", - "create.gui.schematicannon.gunpowderLevel": "Puskapor szintje: %1$s%%", - "create.gui.schematicannon.shotsRemaining": "%1$s lövésre elég", - "create.gui.schematicannon.shotsRemainingWithBackup": "A tartalékkal együtt: %1$s", - "create.gui.schematicannon.optionEnabled": "Jelenleg engedélyezve", - "create.gui.schematicannon.optionDisabled": "Jelenleg tiltva", - "create.gui.schematicannon.showOptions": "Nyomtató-beállítások megjelenítése", - "create.gui.schematicannon.option.dontReplaceSolid": "Ne cseréljen ki egyetlen tömör blokkot se", - "create.gui.schematicannon.option.replaceWithSolid": "Tömör blokk kicserélése tömörre", - "create.gui.schematicannon.option.replaceWithAny": "Tömör blokk kicserélése bármire", - "create.gui.schematicannon.option.replaceWithEmpty": "Tömör blokk kicserélése üresre", - "create.gui.schematicannon.option.skipMissing": "Hiányzó blokkok kihagyása", - "create.gui.schematicannon.option.skipTileEntities": "UNLOCALIZED: Protect Tile Entities", - "create.gui.schematicannon.slot.gunpowder": "Az ágyú tüzeléséhez adj hozzá puskaport", - "create.gui.schematicannon.slot.listPrinter": "Helyezz ide könyveket, hogy a tervrajzod számára ellenőrzőlistát nyomtass", - "create.gui.schematicannon.slot.schematic": "A tervrajzod ide rakd. Bizonyosodj meg arról, hogy egy megadott helyre van lehelyezve.", - "create.gui.schematicannon.option.skipMissing.description": "UNLOCALIZED: If the cannon cannot find a required Block for placement, it will continue at the next Location.", - "create.gui.schematicannon.option.skipTileEntities.description": "UNLOCALIZED: The cannon will avoid replacing data holding blocks such as Chests.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "A löveg a munkaterületen soha sem fog kicserélni egyetlen tömör blokkot sem, csak nem-tömör és levegő blokkokat.", - "create.gui.schematicannon.option.replaceWithSolid.description": "UNLOCALIZED: The cannon will only replace Solid blocks in its working area if the Schematic contains a solid Block at the Location.", - "create.gui.schematicannon.option.replaceWithAny.description": "UNLOCALIZED: The cannon will replace Solid blocks in its working area if the Schematic contains any Block at the Location.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "UNLOCALIZED: The cannon will clear out all blocks in its working area, including those replaced by Air.", - - "create.schematicannon.status.idle": "Tétlen", - "create.schematicannon.status.ready": "Üzemkész", - "create.schematicannon.status.running": "Folyamatban", - "create.schematicannon.status.finished": "Befejezve", - "create.schematicannon.status.paused": "Megállítva", - "create.schematicannon.status.stopped": "Leállítva", - "create.schematicannon.status.noGunpowder": "Kifogyott a puskapor", - "create.schematicannon.status.targetNotLoaded": "A cél nincs beállítva", - "create.schematicannon.status.targetOutsideRange": "A cél túl messze van", - "create.schematicannon.status.searching": "Keresés...", - "create.schematicannon.status.skipping": "Kihagyás", - "create.schematicannon.status.missingBlock": "Hiányzó elem:", - "create.schematicannon.status.placing": "Lehelyezés", - "create.schematicannon.status.clearing": "Kiürítés", - "create.schematicannon.status.schematicInvalid": "Érvénytelen tervrajz", - "create.schematicannon.status.schematicNotPlaced": "A tervrajz nincs elhelyezve", - "create.schematicannon.status.schematicExpired": "A tervrajz fájl lejárt", - - "create.materialChecklist": "Anyagellenőrzési lista", - "create.materialChecklist.blocksNotLoaded": "UNLOCALIZED: * Disclaimer *\n\nMaterial List may be inaccurate due to relevant chunks not being loaded.", - - "create.gui.filter.deny_list": "Feketelista", - "create.gui.filter.deny_list.description": "Csak olyan tárgyat enged át, amely NEM szerepel a listán. Egy üres feketelista mindent átenged.", - "create.gui.filter.allow_list": "Fehérlista", - "create.gui.filter.allow_list.description": "Csak olyan tárgyat enged át, amely szerepel a listán. Egy üres fehérlista nem enged át semmit.", - "create.gui.filter.respect_data": "Szűrés adatok szerint", - "create.gui.filter.respect_data.description": "A tárgyak élettartama, varázslatai és más tulajdonságai is számítanak a szűrésnél.", - "create.gui.filter.ignore_data": "Szűrés adatok nélkül", - "create.gui.filter.ignore_data.description": "A tárgyak csak a típusuk szerint mennek át a szűrőn.", - - "create.item_attributes.placeable": "lehelyezhető", - "create.item_attributes.placeable.inverted": "nem lehelyezhető", - "create.item_attributes.consumable": "ehető", - "create.item_attributes.consumable.inverted": "nem ehető", - "create.item_attributes.fluid_container": "tud folyadékot tárolni", - "create.item_attributes.fluid_container.inverted": "nem tud folyadékot tárolni", - "create.item_attributes.enchanted": "meg van bűvölve", - "create.item_attributes.enchanted.inverted": "nincs megbűvölve", - "create.item_attributes.max_enchanted": "van rajta maximális szintű varázslat", - "create.item_attributes.max_enchanted.inverted": "nincs rajta maximális szintű varázslat", - "create.item_attributes.renamed": "át van nevezve", - "create.item_attributes.renamed.inverted": "nincs átnevezve", - "create.item_attributes.damaged": "sérült", - "create.item_attributes.damaged.inverted": "sértetlen", - "create.item_attributes.badly_damaged": "nagy mértékben sérült", - "create.item_attributes.badly_damaged.inverted": "nem sérült nagy mértékben", - "create.item_attributes.not_stackable": "nem halmozható", - "create.item_attributes.not_stackable.inverted": "halmozható", - "create.item_attributes.equipable": "viselhető", - "create.item_attributes.equipable.inverted": "nem viselhető", - "create.item_attributes.furnace_fuel": "fűtőanyag", - "create.item_attributes.furnace_fuel.inverted": "nem fűtőanyag", - "create.item_attributes.washable": "mosható", - "create.item_attributes.washable.inverted": "nem mosható", - "create.item_attributes.hauntable": "kísérthető", - "create.item_attributes.hauntable.inverted": "nem kísérthető", - "create.item_attributes.crushable": "őrölhető", - "create.item_attributes.crushable.inverted": "nem őrölhető", - "create.item_attributes.smeltable": "süthető", - "create.item_attributes.smeltable.inverted": "nem süthető", - "create.item_attributes.smokable": "füstölhető", - "create.item_attributes.smokable.inverted": "nem füstölhető", - "create.item_attributes.blastable": "kohóban olvasztható", - "create.item_attributes.blastable.inverted": "kohóban nem olvasztható", - "create.item_attributes.compostable": "komposztálható", - "create.item_attributes.compostable.inverted": "nem komposztálható", - "create.item_attributes.shulker_level": "egy %1$s shulkerdoboz", - "create.item_attributes.shulker_level.inverted": "nem egy %1$s shulkerdoboz", - "create.item_attributes.shulker_level.full": "teli", - "create.item_attributes.shulker_level.empty": "üres", - "create.item_attributes.shulker_level.partial": "részben teli", - "create.item_attributes.in_tag": "%1$s címkéjű", - "create.item_attributes.in_tag.inverted": "nem %1$s címkéjű", - "create.item_attributes.in_item_group": "„%1$s” kategóriájú", - "create.item_attributes.in_item_group.inverted": "nem „%1$s” kategóriájú", - "create.item_attributes.added_by": "a(z) %1$s része", - "create.item_attributes.added_by.inverted": "nem a(z) %1$s része", - "create.item_attributes.has_enchant": "van rajta %1$s varázslat", - "create.item_attributes.has_enchant.inverted": "nincs rajta %1$s varázslat", - "create.item_attributes.color": "%1$s színűre van festve", - "create.item_attributes.color.inverted": "nincs %1$s színűre festve", - "create.item_attributes.has_fluid": "%1$s van benne", - "create.item_attributes.has_fluid.inverted": "nincs benne %1$s", - "create.item_attributes.has_name": "a(z) „%1$s” nevet viseli", - "create.item_attributes.has_name.inverted": "nem viseli a(z) „%1$s” nevet", - "create.item_attributes.book_author": "%1$s a szerzője", - "create.item_attributes.book_author.inverted": "nem %1$s a szerzője", - "create.item_attributes.book_copy_original": "eredeti pédány", - "create.item_attributes.book_copy_original.inverted": "nem eredeti példány", - "create.item_attributes.book_copy_first": "első másolat", - "create.item_attributes.book_copy_first.inverted": "nem első másolat", - "create.item_attributes.book_copy_second": "egy másolat másolata", - "create.item_attributes.book_copy_second.inverted": "nem egy másolat másolata", - "create.item_attributes.book_copy_tattered": "ronggyá van foszolva", - "create.item_attributes.book_copy_tattered.inverted": "nincs ronggyá foszolva", - "create.item_attributes.astralsorcery_amulet": "%1$s-t javítja", - "create.item_attributes.astralsorcery_amulet.inverted": "UNLOCALIZED: does not improve %1$s", - "create.item_attributes.astralsorcery_constellation": "UNLOCALIZED: is attuned to %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "UNLOCALIZED: is not attuned to %1$s", - "create.item_attributes.astralsorcery_crystal": "rendelkezik a(z) %1$s kristály-tulajdonsággal", - "create.item_attributes.astralsorcery_crystal.inverted": "nem rendelkezik a(z) %1$s kristály-tulajdonsággal", - "create.item_attributes.astralsorcery_perk_gem": "rendelkezik a(z) %1$s extra tulajdonsággal", - "create.item_attributes.astralsorcery_perk_gem.inverted": "nem rendelkezik a(z) %1$s extra tulajdonsággal", - - "create.gui.attribute_filter.no_selected_attributes": "Nincs kijelölt tulajdonság", - "create.gui.attribute_filter.selected_attributes": "Kijelölt tulajdonságok:", - "create.gui.attribute_filter.add_attribute": "Tulajdonság felvétele", - "create.gui.attribute_filter.add_inverted_attribute": "Ellentétes tulajdonság felvétele", - "create.gui.attribute_filter.allow_list_disjunctive": "Fehérlista („vagy”)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "Csak olyan tárgyat enged át, amely legalább EGY feltételnek megfelel.", - "create.gui.attribute_filter.allow_list_conjunctive": "Fehérlista („és”)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "Csak olyan tárgyat enged át, amely az ÖSSZES feltételnek megfelel.", - "create.gui.attribute_filter.deny_list": "Feketelista", - "create.gui.attribute_filter.deny_list.description": "Csak olyan tárgyat enged át, amely egy feltételnek SEM felel meg.", - "create.gui.attribute_filter.add_reference_item": "Adj meg egy tárgyat", - - "create.tooltip.holdForDescription": "Nyomd a [%1$s] gombot az összegzéshez", - "create.tooltip.holdForControls": "Az irányításhoz tartsd nyomva a(z) [%1$s] gombot", - "create.tooltip.keyShift": "Shift", - "create.tooltip.keyCtrl": "Ctrl", - "create.tooltip.speedRequirement": "Fordulatszámigény: %1$s", - "create.tooltip.speedRequirement.none": "Nincs", - "create.tooltip.speedRequirement.slow": "Alacsony", - "create.tooltip.speedRequirement.medium": "Mérsékelt", - "create.tooltip.speedRequirement.fast": "Nagy", - "create.tooltip.stressImpact": "Nyomatékterhelés: %1$s", - "create.tooltip.stressImpact.low": "Kicsi", - "create.tooltip.stressImpact.medium": "Mérsékelt", - "create.tooltip.stressImpact.high": "Nagy", - "create.tooltip.stressImpact.overstressed": "Túlterhelve", - "create.tooltip.up_to": "Legfeljebb %1$s", - "create.tooltip.capacityProvided": "Generált nyomaték: %1$s", - "create.tooltip.capacityProvided.low": "Kicsi", - "create.tooltip.capacityProvided.medium": "Közepes", - "create.tooltip.capacityProvided.high": "Nagy", - "create.tooltip.generationSpeed": "Fordulatszám: %1$s %2$s", - "create.tooltip.analogStrength": "Analóg jelerősség: %1$s/15", - - "create.mechanical_arm.extract_from": "Tárgyak elvétele innen: %1$s", - "create.mechanical_arm.deposit_to": "Tárgyak elhelyezése ide: %1$s", - "create.mechanical_arm.summary": "A kar %1$s bemenettel és %2$s kimenettel rendelkezik.", - "create.mechanical_arm.points_outside_range": "Távolságkorlát miatt %1$s db kiválasztott műveleti pont eltávolításra került.", - - "create.weighted_ejector.target_set": "Célpont kijelölve", - "create.weighted_ejector.target_not_valid": "Kilövés a szomszédos blokkra (érvénytelen célpont)", - "create.weighted_ejector.no_target": "Kilövés a szomszédos blokkra (nincs kijelölt célpont)", - "create.weighted_ejector.targeting": "Kilövés ide: [%1$s;%2$s;%3$s]", - "create.weighted_ejector.stack_size": "Kilövendő halmok mérete", - - "create.logistics.when_multiple_outputs_available": "Ha több kimenet érhető el", - - "create.mechanical_arm.selection_mode.round_robin": "Sorjában", - "create.mechanical_arm.selection_mode.forced_round_robin": "Szigorúan sorjában", - "create.mechanical_arm.selection_mode.prefer_first": "Legelső szabad", - - "create.tunnel.selection_mode.split": "Elosztás", - "create.tunnel.selection_mode.forced_split": "Szigorú elosztás", - "create.tunnel.selection_mode.round_robin": "Halmok sorjában", - "create.tunnel.selection_mode.forced_round_robin": "Halmok szigorúan sorjában", - "create.tunnel.selection_mode.prefer_nearest": "Minél közelebbre", - "create.tunnel.selection_mode.randomize": "Véletlenszerű", - "create.tunnel.selection_mode.synchronize": "Beérkezők egyszerre", - - "create.tooltip.chute.header": "Szállítóakna adatai", - "create.tooltip.chute.items_move_down": "Szállítás lefelé", - "create.tooltip.chute.items_move_up": "Szállítás felfelé", - "create.tooltip.chute.no_fans_attached": "Nincs ventillátor", - "create.tooltip.chute.fans_push_up": "Alulról fúvó ventillátor", - "create.tooltip.chute.fans_push_down": "Felülről fúvó ventillátor", - "create.tooltip.chute.fans_pull_up": "Felülről szívó ventillátor", - "create.tooltip.chute.fans_pull_down": "Alulról szívó ventillátor", - "create.tooltip.chute.contains": "Tartalom: %2$s %1$s", - "create.tooltip.deployer.header": "Lehelyező adatai", - "create.tooltip.deployer.using": "Mód: Használat", - "create.tooltip.deployer.punching": "Mód: Támadás", - "create.tooltip.deployer.contains": "Tartalom: %2$s %1$s", - "create.tooltip.brass_tunnel.contains": "Elosztás alatt:", - "create.tooltip.brass_tunnel.contains_entry": "> %2$s %1$s", - "create.tooltip.brass_tunnel.retrieve": "Jobb kattintás a felszedéshez", - - "create.linked_controller.bind_mode": "Társítás mód aktiválva", - "create.linked_controller.press_keybind": "Nyomd meg a %1$s, %2$s, %3$s, %4$s, %5$s és %6$s billentyűk egyikét, hogy hozzátársítsd ezt a frekvenciát", - "create.linked_controller.key_bound": "Frekvencia a(z) %1$s billentyűhöz társítva", - "create.linked_controller.frequency_slot_1": "Billentyű: %1$s, 1. frekv.", - "create.linked_controller.frequency_slot_2": "Billentyű: %1$s, 2. frekv.", - - "create.crafting_blueprint.crafting_slot": "Összetevők helye", - "create.crafting_blueprint.filter_items_viable": "Szűrők is használhatók", - "create.crafting_blueprint.display_slot": "Megjelenített tárgy", - "create.crafting_blueprint.inferred": "Recept alapján meghatározva", - "create.crafting_blueprint.manually_assigned": "Kézileg kiválasztva", - "create.crafting_blueprint.secondary_display_slot": "Másodlagos megjelenített tárgy", - "create.crafting_blueprint.optional": "Opcionális", - - "create.potato_cannon.ammo.attack_damage": "%1$s sebzés", - "create.potato_cannon.ammo.reload_ticks": "%1$s tick újratöltés", - "create.potato_cannon.ammo.knockback": "%1$s hátralökés", - - "create.hint.hose_pulley.title": "Kifogyhatatlan forrás", - "create.hint.hose_pulley": "A megcélzott folyadéktömeg olyan nagy, hogy végtelennek számít.", - "create.hint.mechanical_arm_no_targets.title": "Nincs célpont", - "create.hint.mechanical_arm_no_targets": "Úgy tűnik, hogy ehhez a _mechanikus karhoz_ nincsenek _ki- és bemenetek_ társítva. _Jobb kattintással_ jelölj meg szalagokat, kapukat, lerakatokat vagy más blokkokat, _mielőtt lehelyezed_ a kart a kezedből.", - "create.hint.empty_bearing.title": "Csapágy aktiválása", - "create.hint.empty_bearing": "Kattints _jobb gombbal_ a csapágyra _üres kézzel_, hogy _hozzákapcsold_ az elé épített struktúrát.", - "create.hint.full_deployer.title": "Túlcsordult lehelyező", - "create.hint.full_deployer": "Úgy tűnik, hogy ez a lehelyező _túl sok tárgyat_ tartalmaz. Egy _tölcsér_, _kapu_, _akna_ vagy hasonló alkatrész segítségével megszüntetheted a túlcsordulást.", - - "create.backtank.low": "Alacsony nyomás a hátitartályban", - "create.backtank.depleted": "Nincs nyomás a hátitartályban", - - "create.hint.derailed_train.title": "Kisiklott vonat", - "create.hint.derailed_train": "Úgy tűnik, ez a _vonat_ már nem a síneken áll. Kattints _jobb gombbal_ egy _csavarkulccsal_, hogy visszahelyezd egy közeli sínpárra.", - - "create.boiler.status": "Kazán állapota: %1$s", - "create.boiler.status_short": "Kazán: %1$s", - "create.boiler.passive": "Passzív", - "create.boiler.idle": "Takarék", - "create.boiler.lvl": "%1$s. sz.", - "create.boiler.max_lvl": "Max", - "create.boiler.size": "Méret", - "create.boiler.size_dots": "... ", - "create.boiler.water": "Víz", - "create.boiler.water_dots": "......... ", - "create.boiler.heat": "Fűtés", - "create.boiler.heat_dots": "... ", - "create.boiler.via_one_engine": "1 gőzgéppel", - "create.boiler.via_engines": "%1$s gőzgéppel", - - "create.gui.schedule.lmb_edit": "Bal kattintás a szerkesztéshez", - "create.gui.schedule.rmb_remove": "Jobb kattintás az eltávolításhoz", - "create.gui.schedule.duplicate": "Kettőzés", - "create.gui.schedule.remove_entry": "Művelet eltávolítása", - "create.gui.schedule.add_entry": "Művelet hozzáadása", - "create.gui.schedule.move_up": "Mozgatás fel", - "create.gui.schedule.move_down": "Mozgatás le", - "create.gui.schedule.add_condition": "Feltétel hozzásadása", - "create.gui.schedule.alternative_condition": "Alternatív feltétel", - - "create.schedule.instruction_type": "Következő művelet:", - "create.schedule.instruction.editor": "Utasításszerkesztő", - "create.schedule.instruction.destination": "Utazás állomásra", - "create.schedule.instruction.destination.summary": "Következő állomás:", - "create.schedule.instruction.filter_edit_box": "Állomásnév", - "create.schedule.instruction.filter_edit_box_1": "Használd a *-ot helyettesítő karakterként", - "create.schedule.instruction.filter_edit_box_2": "Például: „Saját állomás, *. vágány”", - "create.schedule.instruction.filter_edit_box_3": "A vonat a legközelebbi szabadon álló alternatívát választja", - "create.schedule.instruction.rename": "Menetrend átnevezése", - "create.schedule.instruction.rename.summary": "Új cím:", - "create.schedule.instruction.name_edit_box": "Menetrend címe", - "create.schedule.instruction.name_edit_box_1": "Hatással van a kijelzőkön látható szövegre", - "create.schedule.instruction.name_edit_box_2": "Alapesetben megegyezik a következő állomás nevével", - "create.schedule.instruction.throttle": "Sebességkorlát beállítása", - "create.schedule.instruction.throttle.summary": "Maximális sebesség beállítása %1$s-ra", - "create.schedule.instruction.throttle_edit_box": "Sebességfokozat", - "create.schedule.instruction.throttle_edit_box_1": "A vonat maximális sebességét vezérli", - "create.schedule.condition_type": "Továbbhaladás feltétele:", - "create.schedule.condition.editor": "Feltételszerkesztő", - "create.schedule.condition.delay": "Várakozás", - "create.schedule.condition.delay_short": "Várakozás: %1$s", - "create.schedule.condition.delay.status": "Indulás %1$s múlva", - "create.schedule.condition.idle": "Rakodás befejezése", - "create.schedule.condition.idle_short": "Nincs rakodás: %1$s", - "create.schedule.condition.idle.status": "Nincs rakodás %1$sig", - "create.schedule.condition.for_x_time": "%1$sig", - "create.schedule.condition.unloaded": "Chunkbetöltés megszűnése", - "create.schedule.condition.unloaded.status": "Várakozás a chunkbetöltés megszűnésére", - "create.schedule.condition.powered": "Redstone-jel az állomáson", - "create.schedule.condition.powered.status": "Várakozás redstone-jelre", - "create.schedule.condition.time_of_day": "Időpont", - "create.schedule.condition.time_of_day.scheduled": "Indulási idő: %1$s", - "create.schedule.condition.time_of_day.digital_format": "%2$s:%3$s", - "create.schedule.condition.time_of_day.rotation": "Gyakoriság", - "create.schedule.condition.time_of_day.rotation.every_24": "Naponta", - "create.schedule.condition.time_of_day.rotation.every_12": "Félnaponta", - "create.schedule.condition.time_of_day.rotation.every_6": "6 óránként", - "create.schedule.condition.time_of_day.rotation.every_4": "4 óránként", - "create.schedule.condition.time_of_day.rotation.every_3": "3 óránként", - "create.schedule.condition.time_of_day.rotation.every_2": "2 óránként", - "create.schedule.condition.time_of_day.rotation.every_1": "1 óránként", - "create.schedule.condition.time_of_day.rotation.every_0_45": "3/4 óránként", - "create.schedule.condition.time_of_day.rotation.every_0_30": "Félóránként", - "create.schedule.condition.time_of_day.rotation.every_0_15": "Negyedóránként", - "create.schedule.condition.time_of_day.status": "Indulás: ", - "create.schedule.condition.threshold.train_holds": "A vonat rakománya %1$s", - "create.schedule.condition.threshold.greater": "több, mint", - "create.schedule.condition.threshold.less": "kevesebb, mint", - "create.schedule.condition.threshold.equal": "pontosan", - "create.schedule.condition.threshold.x_units_of_item": "%1$s %2$s %3$s", - "create.schedule.condition.threshold.matching_content": "megfelelő tartalom", - "create.schedule.condition.threshold.anything": "bármiből", - "create.schedule.condition.threshold.item_measure": "Mértékegység", - "create.schedule.condition.threshold.items": "darab", - "create.schedule.condition.threshold.stacks": "halom", - "create.schedule.condition.threshold.buckets": "vödör", - "create.schedule.condition.threshold.status": "Rakomány: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "Viszonyítási tárgy", - "create.schedule.condition.threshold.place_item_2": "Szűrők is használhatók", - "create.schedule.condition.threshold.place_item_3": "Ha üres, nincs megkötés", - "create.schedule.condition.fluid_threshold": "Folyékony rakomány állapota", - "create.schedule.condition.item_threshold": "Szárazrakomány állapota", - "create.schedule.condition.redstone_link": "Távvezérlőjel", - "create.schedule.condition.redstone_link.status": "Várakozás távvezérlőjelre", - "create.schedule.condition.redstone_link_on": "Aktív jel", - "create.schedule.condition.redstone_link_off": "Inaktív jel", - "create.schedule.condition.redstone_link.powered": "Aktív", - "create.schedule.condition.redstone_link.unpowered": "Inaktív", - "create.schedule.condition.redstone_link.frequency_state": "Jel állapota:", - "create.schedule.condition.redstone_link.frequency_powered": "Van jel ezen a frekvencián:", - "create.schedule.condition.redstone_link.frequency_unpowered": "Nincs jel ezen a frekvencián:", - "create.schedule.condition.player_count": "Utazó játékosok", - "create.schedule.condition.player_count.summary": "%1$s játékos", - "create.schedule.condition.player_count.summary_plural": "%1$s Játékosok", - "create.schedule.condition.player_count.seated": "%1$s ül a vonaton", - "create.schedule.condition.player_count.players": "Játékosok", - "create.schedule.condition.player_count.condition": "Feltétel", - "create.schedule.condition.player_count.exactly": "Pontosan", - "create.schedule.condition.player_count.or_above": "Legalább", - "create.schedule.condition.player_count.status": "Utasok: %1$s/%2$s", - "create.schedule.loop": "Ismétlés örökké", - "create.schedule.loop1": "A menetrend befejezése", - "create.schedule.loop2": "után újrakezdődik", - "create.schedule.reset": "Visszaugrás az elejére", - "create.schedule.skip": "Jelenlegi állomás átugrása", - "create.schedule.applied_to_train": "A vonat mostantól ezt a menetrendet követi", - "create.schedule.non_controlling_seat": "A vezetőnek egy vezetőálás előtt kell ülnie", - "create.schedule.remove_with_empty_hand": "Üres kézzel eltávolíthatod a jelenlegi menetrendet", - "create.schedule.auto_removed_from_train": "Automatikus menetrend megszüntetve", - "create.schedule.removed_from_train": "A menetrend lekérdezve a vonatról", - "create.schedule.no_stops": "Ebben a menetrendben még nincsenek állomások", - "create.schedule.continued": "Menetrend folytatása", - - "create.track.selection_cleared": "Kijelölés megszüntetve", - "create.track.valid_connection": "Csatlakozhat ✔", - "create.track.second_point": "Helyezd le a sínt, vagy válassz egy második pontot", - "create.track.too_far": "Túl hosszú sín", - "create.track.original_missing": "Kiindulási blokk meg lett semmisítve, Lopakodás + Jobb egérgomb az újrakezdéshez", - "create.track.perpendicular": "A sínek nem tudnak merőlegesen összekapcsolódni", - "create.track.ascending_s_curve": "Nem lehet lejtős S-kanyar a sínben", - "create.track.too_sharp": "A kanyar túl éles", - "create.track.too_steep": "A lejtő túl meredek", - "create.track.slope_turn": "Nem lehetséges emelkedő közben kanyarodni", - "create.track.opposing_slopes": "Nem lehet ellentétes emelkedőket összekötni", - "create.track.leave_slope_ascending": "Ezt a lejtőt nem lehet elhagyni emelkedés közben", - "create.track.leave_slope_descending": "Ezt a lejtőt nem lehet elhagyni ereszkedés közben", - "create.track.turn_90": "Csak maximum 90°-os kanyar lehetséges", - "create.track.junction_start": "Nem lehetséges kereszteződésből sínt indítani", - "create.track.turn_start": "Nem lehetséges kanyarból elágazást indítani", - "create.track.not_enough_tracks": "Nincs nálad elegendő sín", - "create.track.not_enough_pavement": "Nincs nálad elegendő blokk a sín alapjához", - - "create.portal_track.failed": "UNLOCALIZED: Cannot place portal track:", - "create.portal_track.missing": "A célpontnak jelölt Portálkapu még nem létezik", - "create.portal_track.blocked": "A Célterület gátolva van (%1$s,%2$s,%3$s)", - - "create.station.idle": "Az állomás tétlen", - "create.station.assembly_title": "Vonat szerelvény", - "create.station.close": "Ablak bezárása", - "create.station.cancel": "Összeszerelés megállítása", - "create.station.failed": "Sikertelen összeszerelés", - "create.station.icon_type": "Ikon típusa", - "create.station.create_train": "Új vonat létrehozása", - "create.station.assemble_train": "Vonat összeszerelése", - "create.station.disassemble_train": "Vonat szétszerelése", - "create.station.remove_schedule": "Menetrend lekérdezése", - "create.station.remove_auto_schedule": "Automatikus ütemezés elvetése", - "create.station.no_assembly_diagonal": "Nem lehet vonatot építeni", - "create.station.no_assembly_diagonal_1": "átlós síneken", - "create.station.no_assembly_curve": "Nem lehet vonatot építeni", - "create.station.no_assembly_curve_1": "íves síneken", - "create.station.train_not_aligned": "Nem szétszedhető", - "create.station.train_not_aligned_1": "nincs minden kocsi egyvonalban", - "create.station.carriage_number": "%1$s kocsi:", - "create.station.retry": "UNLOCALIZED: Resolve this and retry", - "create.station.no_bogeys": "Nincs forgóváz", - "create.station.one_bogey": "1 forgóváz", - "create.station.more_bogeys": "%1$s forgóváz", - "create.station.how_to": "Helyezz Vonat borítást a megjelölt sínekre, hogy forgóvázakat (kerekeket) hozz létre.", - "create.station.how_to_1": "Forgóvázak eltávolításához üssd ki a blokkot a felső részükön.", - "create.station.how_to_2": "A megépített kocsikat illesszd hozzá egy vagy kettő forgótengelyhez.", - - "create.train_assembly.too_many_bogeys": "A szerelvény túl sok forgótengelyt tartalmaz: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "UNLOCALIZED: Frontmost Bogey must be at Station Marker", - "create.train_assembly.no_bogeys": "Nem található forgóváz", - "create.train_assembly.not_connected_in_order": "A forgóvázak nem sorrendben vannak összekötve", - "create.train_assembly.bogeys_too_close": "A(z) %1$s és a(z) %2$s forgóvázak túl közel vannak egymáshoz", - "create.train_assembly.single_bogey_carriage": "UNLOCALIZED: This Bogey type cannot support a carriage on its own", - "create.train_assembly.nothing_attached": "UNLOCALIZED: No structure attached to Bogey %1$s", - "create.train_assembly.no_controls": "UNLOCALIZED: At least one forward-facing controls block needs to be mounted on the train", - "create.train_assembly.sideways_controls": "UNLOCALIZED: A mounted controls block is facing sideways", - "create.train_assembly.bogey_created": "UNLOCALIZED: Bogey created. Click again to cycle type", - "create.train_assembly.requires_casing": "UNLOCALIZED: Use Railway Casing to create bogeys on tracks", - - "create.track_target.set": "UNLOCALIZED: Targeted track selected", - "create.track_target.success": "UNLOCALIZED: Successfully bound to targeted track", - "create.track_target.clear": "UNLOCALIZED: Cleared track selection", - "create.track_target.missing": "UNLOCALIZED: Right-click the targeted train track first", - "create.track_target.too_far": "UNLOCALIZED: Targeted track is too far from here", - "create.track_target.no_junctions": "UNLOCALIZED: Targeted track cannot be an intersection", - "create.track_target.occupied": "UNLOCALIZED: Targeted track is occupied", - "create.track_target.invalid": "UNLOCALIZED: Cannot target this track here", - - "create.train.unnamed": "Névtelen vonat", - "create.train.cannot_relocate_moving": "Nem lehet mozgó vonatot áthelyezni", - "create.train.relocate": "Kattints a sínre a(z) %1$s helyre való áthelyezéshez. Guggolás-kattintás kombóval megszakíthatod", - "create.train.relocate.abort": "Áthelyezés megszakítva", - "create.train.relocate.success": "Sikeres áthelyezés", - "create.train.relocate.valid": "UNLOCALIZED: Can relocate to here, Click to Confirm", - "create.train.relocate.invalid": "UNLOCALIZED: Cannot relocate Train to here", - "create.train.relocate.too_far": "UNLOCALIZED: Cannot relocate Train this far away", - "create.train.departing_from": "Indulás innen: %1$s", - "create.train.arrived_at": "Megérkezett ide: %1$s", - "create.train.status": " Aktuális adatok a vonatról: %1$s", - "create.train.status.back_on_track": "A vonat ismét a sínen van", - "create.train.status.collision": "Összeütközött másik vonattal", - "create.train.status.end_of_track": "Egy kocsi elérte a pálya végét", - "create.train.status.double_portal": "A kocsi nem tud egy portálba belépni, ameddig egy másikat hagy el", - "create.train.status.coupling_stress": "Kényszerleállás a tengelykapcsolókra nehezedő feszültség miatt", - "create.train.status.track_missing": "A vonat alatt sínek hiányoznak", - "create.train.status.paused_for_manual": "Manuális vezérlés miatt a menetrend szünetel", - "create.train.status.opposite_driver": "Az útvonalhoz az ellenkező irányba kell néznie a vezetőnek", - "create.train.status.missing_driver": "A mozdonyvezető eltűnt", - "create.train.status.found_driver": "Egy új mozdonyvezetőt találtunk", - "create.train.status.navigation_success": "Sikerült a navigáció", - "create.train.status.no_match": "UNLOCALIZED: No station on graph matches '%1$s'", - "create.train.status.no_path": "UNLOCALIZED: No suitable path to the next Scheduled destination could be found", - - "create.track_signal.cannot_change_mode": "UNLOCALIZED: Unable to switch mode of this Signal", - "create.track_signal.mode_change.entry_signal": "UNLOCALIZED: -> Allow passage if section unoccupied", - "create.track_signal.mode_change.cross_signal": "UNLOCALIZED: -> Allow passage if section fully traversable", - - "create.contraption.controls.start_controlling": "Ezt vezérled épp: %1$s", - "create.contraption.controls.stop_controlling": "UNLOCALIZED: Stopped controlling contraption", - "create.contraption.controls.approach_station": "UNLOCALIZED: Hold %1$s to approach %2$s", - - "create.display_link.set": "UNLOCALIZED: Targeted position selected", - "create.display_link.success": "UNLOCALIZED: Successfully bound to targeted position", - "create.display_link.clear": "UNLOCALIZED: Cleared position selection", - "create.display_link.too_far": "UNLOCALIZED: Targeted position is too far from here", - "create.display_link.invalid": "UNLOCALIZED: Link has no valid target, try placing it again", - "create.display_link.title": "Kijelző-távvezérlő", - "create.display_link.no_source": "Nincs kijelzőforrás", - "create.display_link.no_target": "Nincs célkijelző", - "create.display_link.reading_from": "Forrás:", - "create.display_link.writing_to": "Összekötve ezzel:", - "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", - "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", - "create.display_link.view_compatible": "UNLOCALIZED: Click to view all Compatible", - "create.display_link.information_type": "Információtípus", - "create.display_link.display_on": "Cél:", - "create.display_link.display_on_multiline": "Kezdőpont:", - - "create.display_source.label": "Hozzárendelt címke", - "create.display_source.combine_item_names": "Tárgy nevek kombinálása", - "create.display_source.count_items": "Azonos elemek mennyisége", - "create.display_source.list_items": "Azonos elemek listája", - "create.display_source.fluid_amount": "Azonos folyadékok mennyisége", - "create.display_source.list_fluids": "Azonos folyadékok listája", - "create.display_source.nixie_tube": "Nixie-csövek másolása", - "create.display_source.fill_level": "Tartály töltöttségi szintje", - "create.display_source.fill_level.display": "Megjelenítési formátum", - "create.display_source.fill_level.percent": "Százalék", - "create.display_source.fill_level.progress_bar": "Folyamatjelző", - "create.display_source.value_list.display": "Értékmegjelenítő", - "create.display_source.value_list.shortened": "Rövidített", - "create.display_source.value_list.full_number": "Teljes mennyiség", - "create.display_source.value_list.thousand": "e", - "create.display_source.value_list.million": "m", - "create.display_source.player_deaths": "Játékoshalálok", - "create.display_source.scoreboard": "Eredményjelző", - "create.display_source.scoreboard.objective": "Célazonosító", - "create.display_source.scoreboard.objective_not_found": "'%1$s' nem található", - "create.display_source.scoreboard.objective.deaths": "Játékoshalálok", - "create.display_source.time_of_day": "Időpont", - "create.display_source.stop_watch": "Stopperóra", - "create.display_source.time.format": "Időformátum", - "create.display_source.time.12_hour": "12 órás", - "create.display_source.time.24_hour": "24 órás", - "create.display_source.accumulate_items": "UNLOCALIZED: Accumulate Item Count", - "create.display_source.item_throughput": "Tárgy-áteresztőképesség", - "create.display_source.item_throughput.interval": "Időköz", - "create.display_source.item_throughput.interval.second": "per másodperc", - "create.display_source.item_throughput.interval.minute": "per perc", - "create.display_source.item_throughput.interval.hour": "per óra", - "create.display_source.train_status": "Vonatmenetrend állapota", - "create.display_source.station_summary": "Vasútállomás összegző", - "create.display_source.station_summary.filter": "Állomásnév-szűrő", - "create.display_source.station_summary.train_name_column": "A vonatoszlop mérete", - "create.display_source.station_summary.platform_column": "A platform oszlopmérete", - "create.display_source.station_summary.now": "most", - "create.display_source.station_summary.minutes": " p", - "create.display_source.station_summary.seconds": "%1$smp", - "create.display_source.observed_train_name": "Vonatnév érzékelve", - "create.display_source.max_enchant_level": "Maximális varázslat-érték", - "create.display_source.boiler_status": "Kazán állapota", - "create.display_source.entity_name": "Entitás neve", - "create.display_source.kinetic_speed": "Fordulatszám (RPM)", - "create.display_source.kinetic_speed.absolute": "Irány figyelmen kívül hagyása", - "create.display_source.kinetic_speed.directional": "Irány figyelembe vétele", - "create.display_source.kinetic_stress": "Hálózat terhelése", - "create.display_source.kinetic_stress.display": "Megjelenített adat", - "create.display_source.kinetic_stress.progress_bar": "Folyamatjelző", - "create.display_source.kinetic_stress.percent": "Százalék", - "create.display_source.kinetic_stress.current": "Nyomaték SU-ban", - "create.display_source.kinetic_stress.max": "Teherbírás", - "create.display_source.kinetic_stress.remaining": "Maradék SU", - "create.display_source.redstone_power": "Redstone jel", - "create.display_source.redstone_power.display": "Megjelenítési formátum", - "create.display_source.redstone_power.number": "Mennyiség", - "create.display_source.redstone_power.progress_bar": "Folyamatjelző", - "create.display_source.boiler.not_enough_space": "Nincs elég hely a", - "create.display_source.boiler.for_boiler_status": "kazán állapotának", - - "create.display_target.line": "%1$s. sor", - "create.display_target.page": "%1$s. oldal", - "create.display_target.single_line": "Egyetlen sor", - - "create.flap_display.cycles.alphabet": " ;A;Á;B;C;D;E;É;F;G;H;I:Í;J;K;L;M;N;O;Ó;Ö;Ő;P;Q;R:S;T;U;Ú;Ü;Ű;V;W:X;Y;Z", - "create.flap_display.cycles.numeric": " ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": " ; p;most;15mp;30mp;45mp", - "create.flap_display.cycles.shortened_numbers": " ;E;M", - "create.flap_display.cycles.fluid_units": "mB;B ", - "create.flap_display.cycles.instant": " ; ", - "create.flap_display.cycles.pixel": "█;▓;▒", - - "create.super_glue.too_far": "A kiválasztott terület túl nagy", - "create.super_glue.cannot_reach": "A kiválasztott blokkoknak csatlakozniuk kell", - "create.super_glue.click_to_confirm": "Kattints újra a megerősítéshez", - "create.super_glue.click_to_discard": "Guggolva kattints a kiválasztás megszüntetéséhez", - "create.super_glue.first_pos": "Első hely kiválasztva", - "create.super_glue.abort": "Kijelölés megszüntetve", - "create.super_glue.not_enough": "Nincs elég ragasztó az eszköztáradban", - "create.super_glue.success": "Ragasztó felvitele...", - - "create.gui.config.overlay1": "Szia :)", - "create.gui.config.overlay2": "Ez a lebegő ablakok előnézete", - "create.gui.config.overlay3": "Az egereddel húzva vagy kattintva", - "create.gui.config.overlay4": "mozgathatod az ablakot", - "create.gui.config.overlay5": "Használd az ESC billentyűt a", - "create.gui.config.overlay6": "bezáráshoz és a pozíció mentéséhez", - "create.gui.config.overlay7": "Futtasd a „/create overlay reset”", - "create.gui.config.overlay8": "parancsot a visszaállításhoz", - - "create.command.killTPSCommand": "killtps", - "create.command.killTPSCommand.status.slowed_by.0": "UNLOCALIZED: [Create]: Server tick is currently slowed by %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "UNLOCALIZED: [Create]: Server tick is slowed by %s ms now >:)", - "create.command.killTPSCommand.status.slowed_by.2": "UNLOCALIZED: [Create]: Server tick is back to regular speed :D", - "create.command.killTPSCommand.status.usage.0": "UNLOCALIZED: [Create]: use /killtps stop to bring back server tick to regular speed", - "create.command.killTPSCommand.status.usage.1": "UNLOCALIZED: [Create]: use /killtps start to artificially slow down the server tick", - "create.command.killTPSCommand.argument.tickTime": "tickTime", - - "create.contraption.minecart_contraption_too_big": "UNLOCALIZED: This Cart Contraption seems too big to pick up", - "create.contraption.minecart_contraption_illegal_pickup": "UNLOCALIZED: A mystical force is binding this Cart Contraption to the world", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "Szerkezet leáll", - "create.subtitle.peculiar_bell_use": "Különös harang kong", - "create.subtitle.worldshaper_place": "Blokkvető tüzel", - "create.subtitle.whistle_train_manual": "Vonat dudál", - "create.subtitle.steam": "Gőzhangok", - "create.subtitle.saw_activate_stone": "Fűrész fűrészel", - "create.subtitle.schematicannon_finish": "Tervrajzlöveg zsong", - "create.subtitle.crafter_craft": "Barkácsgép barkácsol", - "create.subtitle.wrench_remove": "Alkatrész lebomlik", - "create.subtitle.train3": "UNLOCALIZED: Bogey wheels rumble muffled", - "create.subtitle.whistle": "Sípolás", - "create.subtitle.cogs": "Fogaskerekek morajlanak", - "create.subtitle.slime_added": "Nyálka ragad", - "create.subtitle.whistle_train_low": "Alacsony fütyülés", - "create.subtitle.schematicannon_launch_block": "Tervrajzlöveg elsül", - "create.subtitle.controller_take": "Olvasóállvány kiürül", - "create.subtitle.crafter_click": "Barkácsgép kattan", - "create.subtitle.depot_plop": "Tárgy leérkezik", - "create.subtitle.confirm": "Megerősítő zsongás", - "create.subtitle.mixing": "Keverő kever", - "create.subtitle.mechanical_press_activation_belt": "Présgép présel", - "create.subtitle.fwoomp": "Krumpliágyú elsül", - "create.subtitle.sanding_long": "Csiszoló csiszol", - "create.subtitle.crushing_1": "Zúzókerék őröl", - "create.subtitle.depot_slide": "Tárgy csúszik", - "create.subtitle.blaze_munch": "Őrlángégő csámcsog", - "create.subtitle.funnel_flap": "Kapu lebben", - "create.subtitle.haunted_bell_use": "Lélekharang kong", - "create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks", - "create.subtitle.controller_put": "Távvezérlő puffan", - "create.subtitle.cranking": "Hajtókar fordul", - "create.subtitle.sanding_short": "Csiszoló csiszol", - "create.subtitle.wrench_rotate": "Csavarkulcsot használják", - "create.subtitle.potato_hit": "Zöldség becsapódik", - "create.subtitle.saw_activate_wood": "Fűrész fűrészel", - "create.subtitle.whistle_high": "Magas sípolás", - "create.subtitle.whistle_train_manual_low": "Vonat dudál", - "create.subtitle.whistle_train": "Sípolás", - "create.subtitle.haunted_bell_convert": "Lélekharang kong", - "create.subtitle.train": "Forgóváz-kerekek morajlanak", - "create.subtitle.deny": "UNLOCALIZED: Declining boop", - "create.subtitle.controller_click": "Távvezérlő kattan", - "create.subtitle.whistle_low": "Alacsony sípolás", - "create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks", - "create.subtitle.mechanical_press_activation": "Présgép csattan", - "create.subtitle.contraption_assemble": "Szerkezet elindul", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", - "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", - "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", - "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", - "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", - "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", - "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", - "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", - - "block.create.wooden_bracket.tooltip": "FAKERET", - "block.create.wooden_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with a cozy and wooden bit of reinforcement.", - - "block.create.metal_bracket.tooltip": "FÉMKERET", - "block.create.metal_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with an industrial and sturdy bit of reinforcement.", - - "block.create.seat.tooltip": "ÜLÉS", - "block.create.seat.tooltip.summary": "Ülj le és élvezd az utazást! Ez a játékost egy mozgó _szerkezethez_ rögzíti. Statikus bútornak is kiváló! Többféle színben létezik.", - "block.create.seat.tooltip.condition1": "Kattints jobb gombbal az ülésen", - "block.create.seat.tooltip.behaviour1": "UNLOCALIZED: Sits the player on the _Seat_. Press L-shift to leave the _Seat_.", - - "item.create.blaze_cake.tooltip": "ŐRLÁNGTORTA", - "item.create.blaze_cake.tooltip.summary": "UNLOCALIZED: A Delicious treat for your hard-working _Blaze Burners_. Gets them all fired up!", - - "item.create.wand_of_symmetry.tooltip": "SZIMMETRIAPÁLCA", - "item.create.wand_of_symmetry.tooltip.summary": "UNLOCALIZED: Perfectly mirrors Block placement across configured planes.", - "item.create.wand_of_symmetry.tooltip.condition1": "Amikor gyorstárban van", - "item.create.wand_of_symmetry.tooltip.behaviour1": "Aktív marad", - "item.create.wand_of_symmetry.tooltip.control1": "Jobb kattintás a földön", - "item.create.wand_of_symmetry.tooltip.action1": "_Készít_ vagy _mozgat_ egy tükröt", - "item.create.wand_of_symmetry.tooltip.control2": "Jobb kattintás a levegőben", - "item.create.wand_of_symmetry.tooltip.action2": "_Eltávolítja_ az aktív tükröt", - "item.create.wand_of_symmetry.tooltip.control3": "Jobb egérgomb, miközben guggolsz", - "item.create.wand_of_symmetry.tooltip.action3": "Megnyitja a _konfigurációs felületet_", - - "item.create.handheld_worldshaper.tooltip": "KREATÍV BLOKKVETŐ", - "item.create.handheld_worldshaper.tooltip.summary": "UNLOCALIZED: Handy tool for creating _landscapes_ and _terrain features_.", - "item.create.handheld_worldshaper.tooltip.control1": "Kattints a bal gombbal egy blokkra", - "item.create.handheld_worldshaper.tooltip.action1": "UNLOCALIZED: Sets blocks placed by the tool to the targeted block.", - "item.create.handheld_worldshaper.tooltip.control2": "Jobb kattintás egy blokkra", - "item.create.handheld_worldshaper.tooltip.action2": "UNLOCALIZED: Applies the currently selected _Brush_ and _Tool_ at the targeted location.", - "item.create.handheld_worldshaper.tooltip.control3": "Jobb kattintás, miközben guggolsz", - "item.create.handheld_worldshaper.tooltip.action3": "Megnyitja a _konfigurációs felületet_", - - "item.create.tree_fertilizer.tooltip": "FATRÁGYA", - "item.create.tree_fertilizer.tooltip.summary": "UNLOCALIZED: A powerful combination of minerals suitable for speeding up the growth of common tree types.", - "item.create.tree_fertilizer.tooltip.condition1": "UNLOCALIZED: When used on a Sapling", - "item.create.tree_fertilizer.tooltip.behaviour1": "UNLOCALIZED: Grows Trees _regardless_ of their _spacing conditions_", - - "item.create.extendo_grip.tooltip": "MESSZEFOGÓ", - "item.create.extendo_grip.tooltip.summary": "UNLOCALIZED: Boioioing! Greatly _increases reach distance_ of the wielder. Can be powered with Air Pressure from a _Copper_ _Backtank_", - "item.create.extendo_grip.tooltip.condition1": "Másodlagos kézben tartva", - "item.create.extendo_grip.tooltip.behaviour1": "UNLOCALIZED: Increases _reach distance_ of items used in the _Main-Hand_.", - "item.create.extendo_grip.tooltip.condition2": "UNLOCALIZED: While wearing Copper Backtank", - "item.create.extendo_grip.tooltip.behaviour2": "_Semmi_ _élettartam_ nem lesz használva. Helyette _légnyomás_ fogy a tartályból", - - "item.create.potato_cannon.tooltip": "KRUMPLIÁGYÚ", - "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": "Amikor jobb kattintanak rá", - "item.create.potato_cannon.tooltip.behaviour1": "UNLOCALIZED: _Shoots_ a suitable item from your _Inventory_.", - "item.create.potato_cannon.tooltip.condition2": "Amikor a réz hátitartályt viseled", - "item.create.potato_cannon.tooltip.behaviour2": "_Semmi_ _élettartam_ nem lesz használva. Helyette _légnyomás_ fogy a tartályból", - - "item.create.filter.tooltip": "SZŰRŐ", - "item.create.filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of items_ or several _nested filters_.", - "item.create.filter.tooltip.condition1": "Amikor a \"Szűrő\" helyen van", - "item.create.filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", - "item.create.filter.tooltip.condition2": "Amikor jobb kattintanak rá", - "item.create.filter.tooltip.behaviour2": "Megnyitja a _konfigurációs felületet_.", - - "item.create.attribute_filter.tooltip": "TULAJDONSÁGSZŰRŐ", - "item.create.attribute_filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of_ item _attributes_ and _categories_.", - "item.create.attribute_filter.tooltip.condition1": "Amikor a szűrőrekeszben van", - "item.create.attribute_filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", - "item.create.attribute_filter.tooltip.condition2": "Amikor jobb kattintanak rá", - "item.create.attribute_filter.tooltip.behaviour2": "Megnyitja a _konfigurációs felületet_.", - - "item.create.empty_schematic.tooltip": "ÜRES TERVRAJZ", - "item.create.empty_schematic.tooltip.summary": "UNLOCALIZED: Used as a recipe ingredient and for writing at the _Schematic Table_.", - - "item.create.schematic.tooltip": "TERVRAJZ", - "item.create.schematic.tooltip.summary": "UNLOCALIZED: Holds a structure to be positioned and placed into the world. Position the Hologram as desired and use a _Schematicannon_ to build it.", - "item.create.schematic.tooltip.condition1": "Kézben tartva", - "item.create.schematic.tooltip.behaviour1": "UNLOCALIZED: Can be positioned using the Tools on Screen.", - "item.create.schematic.tooltip.control1": "Jobb kattintás, miközben guggolsz", - "item.create.schematic.tooltip.action1": "UNLOCALIZED: Opens an _Interface_ for entering exact _Coordinates_.", - - "item.create.schematic_and_quill.tooltip": "TERVRAJZ ÉS TOLL", - "item.create.schematic_and_quill.tooltip.summary": "UNLOCALIZED: Used for saving a Structure in your world to a .nbt file.", - "item.create.schematic_and_quill.tooltip.condition1": "1. Lépés", - "item.create.schematic_and_quill.tooltip.behaviour1": "Jobb kattintással válassz ki két sarokpontot.", - "item.create.schematic_and_quill.tooltip.condition2": "2. Lépés", - "item.create.schematic_and_quill.tooltip.behaviour2": "UNLOCALIZED: _Ctrl-Scroll_ on the faces to adjust the size. R-Click again to Save.", - "item.create.schematic_and_quill.tooltip.control1": "Jobb kattintás", - "item.create.schematic_and_quill.tooltip.action1": "UNLOCALIZED: Select a corner point / confirm save.", - "item.create.schematic_and_quill.tooltip.control2": "Ctrl lenyomva", - "item.create.schematic_and_quill.tooltip.action2": "UNLOCALIZED: Select points in _mid-air_. _Scroll_ to adjust the distance.", - "item.create.schematic_and_quill.tooltip.control3": "Jobb kattintás, miközben guggolsz", - "item.create.schematic_and_quill.tooltip.action3": "UNLOCALIZED: _Resets_ and removes the selection.", - - "block.create.schematicannon.tooltip": "TERVRAJZLÖVEG", - "block.create.schematicannon.tooltip.summary": "UNLOCALIZED: Shoots blocks to recreate a deployed _Schematic_ in the World. Uses items from adjacent Inventories and _Gunpowder_ as fuel.", - "block.create.schematicannon.tooltip.condition1": "Amikor jobb kattintanak rá", - "block.create.schematicannon.tooltip.behaviour1": "Megnyitja a _felületet_", - - "block.create.schematic_table.tooltip": "TERVEZŐASZTAL", - "block.create.schematic_table.tooltip.summary": "UNLOCALIZED: Writes saved Schematics onto an _Empty Schematic_.", - "block.create.schematic_table.tooltip.condition1": "UNLOCALIZED: When given an Empty Schematic", - "block.create.schematic_table.tooltip.behaviour1": "UNLOCALIZED: Uploads a chosen File from your Schematics Folder.", - - "item.create.goggles.tooltip": "SZEMÜVEG", - "item.create.goggles.tooltip.summary": "UNLOCALIZED: A pair of glasses to augment your vision with useful _kinetic information_.", - "item.create.goggles.tooltip.condition1": "Viselés közben", - "item.create.goggles.tooltip.behaviour1": "Megjeleníti az elhelyezett kinetikai komponens _sebességszintjének_, valamint az egyes komponensek _terhelési hatásának_ és _kapacitásának_ megfelelő _színes indikátorokat_.", - "item.create.goggles.tooltip.condition2": "UNLOCALIZED: When looking at gauge", - "item.create.goggles.tooltip.behaviour2": "Részletes információt ad a rendszer _sebességéről_ vagy _nyomatékáról_, amelyhez a műszer csatlakozik.", - "item.create.goggles.tooltip.condition3": "UNLOCALIZED: When looking at fluid containers", - "item.create.goggles.tooltip.behaviour3": "UNLOCALIZED: Shows detailed information about the _Capacity_ of the block and any _Fluids_ stored within.", - - "item.create.wrench.tooltip": "CSAVARKULCS", - "item.create.wrench.tooltip.summary": "Egy hasznos ezköz kinetikus szerkezetekhez. Használható az alkatrészek _mozgatásához_, _kiszedéséhez_ és _konfigurálásához_.", - "item.create.wrench.tooltip.control1": "Jobb-klikk egy kinetikai blokkra", - "item.create.wrench.tooltip.action1": "UNLOCALIZED: _Rotates components_ toward or away from the face with which you interacted.", - "item.create.wrench.tooltip.control2": "Jobb kattintás, miközben guggolsz", - "item.create.wrench.tooltip.action2": "UNLOCALIZED: _Disassembles Kinetic components_ and places them back in _your inventory_.", - - "block.create.nozzle.tooltip": "FÚVÓKA", - "block.create.nozzle.tooltip.summary": "UNLOCALIZED: Attach to the front of an _Encased Fan_ to distribute its effect on Entities in _all directions_.", - - "block.create.cuckoo_clock.tooltip": "KAKUKKOS ÓRA", - "block.create.cuckoo_clock.tooltip.summary": "UNLOCALIZED: Fine craftsmanship for _decorating_ a space and _keeping track of time_.", - "block.create.cuckoo_clock.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", - "block.create.cuckoo_clock.tooltip.behaviour1": "UNLOCALIZED: Shows the _current time_ and plays a tune twice a day. _Activates_ once at _noon_ and at dusk, as soon as _players can sleep_.", - - "block.create.turntable.tooltip": "FORGÓTÁLCA", - "block.create.turntable.tooltip.summary": "UNLOCALIZED: Turns _Rotational Force_ into refined Motion Sickness.", - - "block.create.toolbox.tooltip": "SZERSZÁMOSLÁDA", - "block.create.toolbox.tooltip.summary": "UNLOCALIZED: Every Inventors' dearest Companion. Conveniently _holds_ a large amount of _8 Different_ item types.", - "block.create.toolbox.tooltip.condition1": "Amikor felveszik", - "block.create.toolbox.tooltip.behaviour1": "UNLOCALIZED: _Retains_ Inventory _Contents_.", - "block.create.toolbox.tooltip.condition2": "Amikor hatótávon belül van helyezve", - "block.create.toolbox.tooltip.behaviour2": "UNLOCALIZED: _Nearby_ _Players_ can hold the _Toolbox_ _Keybind_ to access its contents _Remotely_.", - "block.create.toolbox.tooltip.condition3": "Amikor jobb kattintanak rá", - "block.create.toolbox.tooltip.behaviour3": "UNLOCALIZED: Opens the _Container Interface_.", - - "block.create.stockpile_switch.tooltip": "TARTALOMRELÉ", - "block.create.stockpile_switch.tooltip.summary": "UNLOCALIZED: Toggles a Redstone signal based on the amount of _Stored Items_ or _Fluids_ in the attached Container. Comes with a handy filter. As opposed to a _Comparator,_ the _Stockpile Switch_ allows configuration of _thresholds,_ at which signals are inverted.", - "block.create.stockpile_switch.tooltip.condition1": "Amikor jobb kattintanak rá", - "block.create.stockpile_switch.tooltip.behaviour1": "Megnyitja a _konfigurációs felületet_.", - - "block.create.content_observer.tooltip": "TARTALOMMEGFIGYELŐ", - "block.create.content_observer.tooltip.summary": "UNLOCALIZED: _Detects Items_ or _Fluids_ inside _containers_, _pipes_ or _conveyors_ matching a configured _filter_.", - "block.create.content_observer.tooltip.condition1": "UNLOCALIZED: When observing a Container", - "block.create.content_observer.tooltip.behaviour1": "UNLOCALIZED: Emits a _Redstone Signal_ while the observed container has _matching_ _content_.", - "block.create.content_observer.tooltip.condition2": "UNLOCALIZED: When observing a Funnel", - "block.create.content_observer.tooltip.behaviour2": "UNLOCALIZED: Emits a _Redstone Pulse_ when a _matching_ Item is _transferred_.", - - "block.create.creative_crate.tooltip": "KREATÍV LÁDA", - "block.create.creative_crate.tooltip.summary": "UNLOCALIZED: This _Storage Container_ allows infinite replication of any item. Place next to a _Schematicannon_ to remove any material requirements.", - "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": "KREATÍV TORTA", - "item.create.creative_blaze_cake.tooltip.summary": "UNLOCALIZED: A very special treat for your _Blaze Burners_. After eating this cake, Blaze Burners will _never run out of fuel_.", - "item.create.creative_blaze_cake.tooltip.condition1": "Amikor használják", - "item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Cycles_ a Blaze Burner's heat level.", - - "block.create.controller_rail.tooltip": "VEZÉRLŐSÍN", - "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", - "block.create.controller_rail.tooltip.behaviour1": "A _jelerősség_ alapján _gyorsítja_ vagy _lassítja_ az elhaladó _csillét_. Továbbítja a szomszédos vezérlősínekre a redstone energiát. Két különböző jelerősségű vezérlősín tápellátása azt eredményezi, hogy a köztük lévő vágányok interpolálják a jelüket.", - - "item.create.sand_paper.tooltip": "CSISZOLÓPAPÍR", - "item.create.sand_paper.tooltip.summary": "UNLOCALIZED: A rough paper that can be used to _polish materials_. Can be automatically applied using the Deployer.", - "item.create.sand_paper.tooltip.condition1": "Amikor használják", - "item.create.sand_paper.tooltip.behaviour1": "UNLOCALIZED: Applies polish to items held in the _offhand_ or lying on the _floor_ when _looking at them_", - - "item.create.builders_tea.tooltip": "ÉPÍTŐIPARI TEA", - "item.create.builders_tea.tooltip.summary": "UNLOCALIZED: The perfect drink to get the day started- _Motivating_ and _Saturating._", - - "item.create.refined_radiance.tooltip": "FINOMÍTOTT FÉNYÖNTVÉNY", - "item.create.refined_radiance.tooltip.summary": "UNLOCALIZED: A Chromatic material forged from _absorbed light_.", - "item.create.refined_radiance.tooltip.condition1": "Munka folyamatban", - "item.create.refined_radiance.tooltip.behaviour1": "UNLOCALIZED: Usages for this material will be available in a future release.", - - "item.create.shadow_steel.tooltip": "ÁRNYACÉL", - "item.create.shadow_steel.tooltip.summary": "UNLOCALIZED: A Chromatic material forged _in the void_.", - "item.create.shadow_steel.tooltip.condition1": "Munka folyamatban", - "item.create.shadow_steel.tooltip.behaviour1": "UNLOCALIZED: Usages for this material will be available in a future release.", - - "item.create.linked_controller.tooltip": "KÉZI TÁVVEZÉRLŐ", - "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": "Jobb egérgomb", - "item.create.linked_controller.tooltip.behaviour1": "UNLOCALIZED: _Toggles_ the controller. _Movement_ _controls_ are taken over while its active.", - "item.create.linked_controller.tooltip.condition2": "Jobb kattintás, miközben guggolsz", - "item.create.linked_controller.tooltip.behaviour2": "Megnyitja a kézi _konfigurációs felületet_.", - "item.create.linked_controller.tooltip.condition3": "Jobb kattintás a redstone-távvezérlő vevőn", - "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": "Jobb kattintás olvasóállványon", - "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.diving_helmet.tooltip": "BÚVÁRSISAK", - "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": "Viselés közben", - "item.create.diving_helmet.tooltip.behaviour1": "UNLOCALIZED: Provides the _Water Breathing_ effect, slowly draining _Air Pressure_ from the Backtank.", - - "item.create.copper_backtank.tooltip": "RÉZ HÁTITARTÁLY", - "item.create.copper_backtank.tooltip.summary": "UNLOCALIZED: A _Wearable_ _Tank_ for carrying Pressurized Air.", - "item.create.copper_backtank.tooltip.condition1": "Viselés közben", - "item.create.copper_backtank.tooltip.behaviour1": "UNLOCALIZED: Provides _Pressurized_ _Air_ to Equipment that requires it.", - "item.create.copper_backtank.tooltip.condition2": "Amikor lehelyezed, és a kinetika hajtja", - "item.create.copper_backtank.tooltip.behaviour2": "UNLOCALIZED: _Collects_ _Pressurized_ _Air_ at a rate depending on the Rotational Speed.", - - "block.create.placard.tooltip": "PLAKÁT", - "block.create.placard.tooltip.summary": "_Keretezd be_ a tárgyaidat sárgarézbe ezzel a díszes fali panellel. Biztonságos a szerkezetekhez!", - "block.create.placard.tooltip.condition1": "Amikor jobb kattintanak rá tárggyal", - "block.create.placard.tooltip.behaviour1": "A plakáthoz _hozzáadja_ a kézben fogott _tárgyat_. Ez egy rövid _redstone_ jelet _bocsát_ ki, ha egy megfelelő elem már jelen volt.", - "block.create.placard.tooltip.condition2": "Amikor megütik", - "block.create.placard.tooltip.behaviour2": "_Eltávolítja_ a jelenlegi _tárgyat_ a keretből.", - - "block.create.flywheel.tooltip": "LENDKERÉK", - "block.create.flywheel.tooltip.summary": "UNLOCALIZED: _Embellish_ your _Machines_ with this imposing Wheel of Brass.", - "block.create.flywheel.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", - "block.create.flywheel.tooltip.behaviour1": "Elkezd forogni.", - - "item.create.diving_boots.tooltip": "BÚVÁRCSIZMA", - "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": "Viselés közben", - "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.crafting_blueprint.tooltip": "BARKÁCSÁBRA", - "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": "Jobb kattintás üres rekeszen", - "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": "Jobb kattintás a rekesz beállításához", - "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.minecart_coupling.tooltip": "CSILLEKAPCSOLÓ RÚD", - "item.create.minecart_coupling.tooltip.summary": "_Kösd össze_ az összes _csilléd_ vagy _többcsillés szerkezeted_, hogy egy fenséges vonatot hozz létre.", - "item.create.minecart_coupling.tooltip.condition1": "UNLOCALIZED: When Used on Minecart", - "item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.", - - "item.create.experience_nugget.tooltip": "TAPASZTALATMORZSA", - "item.create.experience_nugget.tooltip.summary": "UNLOCALIZED: _Ding!_ A speck of _inspiration_ from your fantastic inventions.", - "item.create.experience_nugget.tooltip.condition1": "Amikor használják", - "item.create.experience_nugget.tooltip.behaviour1": "UNLOCALIZED: _Redeems_ _Experience_ points contained within.", - - "block.create.peculiar_bell.tooltip": "KÜLÖNÖS HARANG", - "block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...", - - "block.create.haunted_bell.tooltip": "LÉLEKHARANG", - "block.create.haunted_bell.tooltip.summary": "UNLOCALIZED: A _Cursed Bell_ haunted by lost souls of the Nether.", - "block.create.haunted_bell.tooltip.condition1": "Amikor megfogva vagy megkondítva", - "block.create.haunted_bell.tooltip.behaviour1": "UNLOCALIZED: Highlights nearby _Lightless Spots_ on which _Hostile Mobs_ can spawn.", - - - "_": "->------------------------] Ponder Content [------------------------<-", - - "create.ponder.hold_to_ponder": "Töprengj a [%1$s] nyomva tartásával", - "create.ponder.subject": "A jelenet tárgya", - "create.ponder.pondering": "Töprengsz a...", - "create.ponder.identify_mode": "Azonosítási mód aktív.\n[%1$s] - Szünet feloldása", - "create.ponder.associated": "Kapcsolódó témák", - "create.ponder.close": "Bezárás", - "create.ponder.identify": "Azonosítás", - "create.ponder.next": "Következő jelenet", - "create.ponder.next_up": "Következik:", - "create.ponder.previous": "Előző jelenet", - "create.ponder.replay": "Újrajátszás", - "create.ponder.think_back": "Visszalépés", - "create.ponder.slow_text": "Kényelmes olvasás", - "create.ponder.exit": "Kilépés", - "create.ponder.welcome": "Üdvözlünk a Töprengésben", - "create.ponder.categories": "A Create-alkatrészek kategóriái", - "create.ponder.index_description": "Kattints az egyik ikonra, hogy többet tudj meg a vele kapcsolatos tárgyakról és blokkokról", - "create.ponder.index_title": "Töprengésjegyzék", - "create.ponder.shared.rpm16": "16 RPM", - "create.ponder.shared.behaviour_modify_wrench": "Ez a működés csavarkulccsal módosítható", - "create.ponder.shared.storage_on_contraption": "A szerkezethez tartozó tárolók automatikusan eltárolják a dobott tárgyakat", - "create.ponder.shared.sneak_and": "Lopakodás +", - "create.ponder.shared.rpm8": "8 RPM", - "create.ponder.shared.ctrl_and": "Ctrl +", - "create.ponder.shared.rpm32": "32 RPM", - "create.ponder.shared.rpm16_source": "Forrás: 16 RPM", - "create.ponder.shared.movement_anchors": "Pillanatragasztó segítségével nagyobb építmények mozgatása is lehetséges.", - "create.ponder.tag.redstone": "Logikai alkatrészek", - "create.ponder.tag.redstone.description": "A redstone-áramkörök megvalósítását segítő alkatrészek", - "create.ponder.tag.contraption_assembly": "Blokkrögzítési eszközök", - "create.ponder.tag.contraption_assembly.description": "Eszközök és alkatrészek, amelyek működő szerkezetként mozgó struktúrák összeállítására szolgálnak", - "create.ponder.tag.fluids": "Folyadékkezelés", - "create.ponder.tag.fluids.description": "Folyadékok szállítását és hasznosítását segítő alkatrészek", - "create.ponder.tag.decoration": "Díszítés", - "create.ponder.tag.decoration.description": "Főként esztétikai célokat szolgáló alkatrészek", - "create.ponder.tag.windmill_sails": "Vitorlák szélkerék-csapágyakhoz", - "create.ponder.tag.windmill_sails.description": "Szélkerekes szerkezet erősségébe beleszámító blokkok. Ezek közül mindegyik egyenlő hatékonyságú.", - "create.ponder.tag.arm_targets": "Mechanikus karral kezelhető alkatrészek", - "create.ponder.tag.arm_targets.description": "Olyan alkatrészek, amelyek megjelölhetők egy mechanikus kar ki- vagy bemeneteként", - "create.ponder.tag.kinetic_appliances": "Kinetikai berendezések", - "create.ponder.tag.kinetic_appliances.description": "Alkatrészek amik nyomatékot használnak fel", - "create.ponder.tag.kinetic_sources": "Kinetikai források", - "create.ponder.tag.kinetic_sources.description": "Alkatrészek amik nyomatékot állítanak elő", - "create.ponder.tag.movement_anchor": "Mozgásrögzítők", - "create.ponder.tag.movement_anchor.description": "Mozgó szerkezetek létrehozását lehetővé tévő alkatrészek, animálva egy csatolt szerkezetet sokféle módon", - "create.ponder.tag.kinetic_relays": "Kinetikai blokkok", - "create.ponder.tag.kinetic_relays.description": "Nyomaték átvitelét segítő alkatrészek", - "create.ponder.tag.contraption_actor": "Szerkezet elemei", - "create.ponder.tag.contraption_actor.description": "Alkatrészek amik különleges viselkedést mutatnak, ha egy mozgó szerkezethez vannak csatolva", - "create.ponder.tag.creative": "Kreatív mód", - "create.ponder.tag.creative.description": "Túlélő módban nem elérhető alkatrészek", - "create.ponder.tag.display_sources": "Kijelző-távvezérlő források", - "create.ponder.tag.display_sources.description": "Alkatrészek vagy blokkok, amik adatot tudnak továbbítani, amit egy kijelző-távvezérlő le tud olvasni", - "create.ponder.tag.logistics": "Logisztika", - "create.ponder.tag.logistics.description": "Tárgyak szállítását segítő alkatrészek", - "create.ponder.tag.display_targets": "Kijelző-távvezérlő célpontok", - "create.ponder.tag.display_targets.description": "Alkatrészek vagy blokkok, amik fel tudják dolgozni és megjeleníteni az adatot, amit egy kijelző-távvezérlőtől kapnak", - "create.ponder.tag.train_related": "Vasúti eszközök", - "create.ponder.tag.train_related.description": "Vonatok és vasúti szerkezetek készítését és kezelését segítő alkatrészek", - - "create.ponder.analog_lever.header": "Jelerősség szabályzásáról a fokozatkapcsoló karral", - "create.ponder.analog_lever.text_1": "A fokozatkapcsoló kar kompakt és jól szabályozható jelforrás redstone-áramkörökhöz", - "create.ponder.analog_lever.text_2": "Jobb kattintással tudod növelni a jel erősségét", - "create.ponder.analog_lever.text_3": "Lopakodás közbeni jobb kattintással csökkentheted le ismét a jelszintet", - - "create.ponder.andesite_tunnel.header": "Andezitalagutak használatáról", - "create.ponder.andesite_tunnel.text_1": "Az andezitalagutakkal elfedheted a szalagjaidat", - "create.ponder.andesite_tunnel.text_2": "Ha egy andezítalagútnak oldalra is van kijárata...", - "create.ponder.andesite_tunnel.text_3": "...leválaszt pontosan egy-egy tárgyat a szalagon áthaladó halmokból", - "create.ponder.andesite_tunnel.text_4": "A maradék egyenesen halad tovább", - - "create.ponder.auto_schedule.header": "Állomásokról & az ütemezésről", - "create.ponder.auto_schedule.text_1": "A menetrend használható arra, hogy végállomást adj meg a mozdonyvezetőnek", - "create.ponder.auto_schedule.text_2": "UNLOCALIZED: Comparators will receive a signal whenever a Train is present", - "create.ponder.auto_schedule.text_3": "UNLOCALIZED: Mind that a Station can only be approached from the indicated direction", - "create.ponder.auto_schedule.text_4": "UNLOCALIZED: Stations can also be used to assign new Schedules automatically", - "create.ponder.auto_schedule.text_5": "UNLOCALIZED: The Schedule placed on a station will automatically copy itself to present trains", - "create.ponder.auto_schedule.text_6": "UNLOCALIZED: As opposed to manual scheduling, drivers will not take the item with them", - - "create.ponder.basin.header": "Tárgyak feldolgozásáról a teknőben", - "create.ponder.basin.text_1": "UNLOCALIZED: A Basin can hold Items and Fluids for Processing", - "create.ponder.basin.text_2": "UNLOCALIZED: After a processing step, basins try to output below to the side of them", - "create.ponder.basin.text_3": "UNLOCALIZED: When a valid component is present, the Basin will show an output faucet", - "create.ponder.basin.text_4": "UNLOCALIZED: A number of options are applicable here", - "create.ponder.basin.text_5": "UNLOCALIZED: Outputs will be caught by the inventory below", - "create.ponder.basin.text_6": "UNLOCALIZED: Without output faucet, the Basin will retain items created in its processing", - "create.ponder.basin.text_7": "UNLOCALIZED: This can be useful if outputs should be re-used as ingredients", - "create.ponder.basin.text_8": "UNLOCALIZED: Desired outputs will then have to be extracted from the basin", - "create.ponder.basin.text_9": "UNLOCALIZED: A Filter might be necessary to avoid pulling out un-processed items", - - "create.ponder.bearing_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Bearing", - "create.ponder.bearing_modes.text_1": "UNLOCALIZED: When Stopped, the Bearing will place the structure at the nearest grid-aligned Angle", - "create.ponder.bearing_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only near the angle it started at", - - "create.ponder.belt_casing.header": "Szalagok borításáról", - "create.ponder.belt_casing.text_1": "A szalagok andezit- vagy sárgaréz borítással díszíthetők", - "create.ponder.belt_casing.text_2": "A borítást csavarkulccsal lehet eltávolítani", - - "create.ponder.belt_connector.header": "Szalagok használatáról hajtószíjként", - "create.ponder.belt_connector.text_1": "Helyezz jobb kattintással egy szalagot két tengelyre, hogy összekösd őket", - "create.ponder.belt_connector.text_2": "Ha eltévesztetted a kijelölést, lopakodás közbeni jobb kattintással törölheted", - "create.ponder.belt_connector.text_3": "További tengelyek adhatók hozzá a szalag egész hosszán", - "create.ponder.belt_connector.text_4": "A szalaggal összekötött tengelyek azonos sebességgel és iránnyal forognak", - "create.ponder.belt_connector.text_5": "A hozzáadott tengelyeket csavarkulccsal távolíthatod el", - "create.ponder.belt_connector.text_6": "A szalagokat festéssel díszíteni is lehet", - - "create.ponder.belt_directions.header": "Szalagok lehetséges elhelyezkedéséről", - "create.ponder.belt_directions.text_1": "A szalagokat nem lehet bármilyen irányban elhelyezni", - "create.ponder.belt_directions.text_2": "1. Vezethetnek vízszintesen,", - "create.ponder.belt_directions.text_3": "2. vezethetnek átlósan,", - "create.ponder.belt_directions.text_4": "3. vezethetnek függőlegesen,", - "create.ponder.belt_directions.text_5": "4. és összeköthetnek két függőleges tengelyt vízszintesen", - "create.ponder.belt_directions.text_6": "Ezek a lehetséges elhelyezési irányok. A szalagok hossza 2-től 20 blokking terjedhet", - - "create.ponder.belt_transport.header": "Szalagok használatáról szállításra", - "create.ponder.belt_transport.text_1": "A szalagok futószalagként tárgyakat és más entitásokat szállíthatnak", - "create.ponder.belt_transport.text_2": "A tárgyak üres kézzel való jobb kattintással vehetők fel a szalagról", - - "create.ponder.blaze_burner.header": "Az őrlángégők táplálásáról", - "create.ponder.blaze_burner.text_1": "Az őrlángégők képesek hőt szolgáltatni a teknőben végzett gyártási folyamatokhoz", - "create.ponder.blaze_burner.text_2": "Ehhez az őrlángot meg kell etetni éghető tárgyakkal", - "create.ponder.blaze_burner.text_3": "Egy őrlángtorta által az égő még magasabb hőmérsékletet érhet el", - "create.ponder.blaze_burner.text_4": "A táplálás lehelyezőkkel vagy mechanikus karokkal automatizálható", - - "create.ponder.brass_funnel.header": "Sárgaréz kapuról", - "create.ponder.brass_funnel.text_1": "UNLOCALIZED: Andesite Funnels can only ever extract single items.", - "create.ponder.brass_funnel.text_2": "UNLOCALIZED: Brass Funnels can extract up to a full stack.", - "create.ponder.brass_funnel.text_3": "UNLOCALIZED: Scrolling on the filter slot allows for precise control over the extracted stack size.", - "create.ponder.brass_funnel.text_4": "UNLOCALIZED: Using items on the filter slot will restrict the funnel to only transfer matching stacks.", - - "create.ponder.brass_tunnel.header": "A sárgarézalagutak használatáról", - "create.ponder.brass_tunnel.text_1": "Az sárgarézalagutakkal elfedheted a szalagjaidat", - "create.ponder.brass_tunnel.text_2": "UNLOCALIZED: Brass Tunnels have filter slots on each open side", - "create.ponder.brass_tunnel.text_3": "UNLOCALIZED: Filters on inbound connections simply block non-matching items", - "create.ponder.brass_tunnel.text_4": "UNLOCALIZED: Filters on outbound connections can be used to sort items by type", - "create.ponder.brass_tunnel.text_5": "UNLOCALIZED: Whenever a passing item has multiple valid exits, the distribution mode will decide how to handle it", - "create.ponder.brass_tunnel.text_6": "Párhuzamos szalagokra helyezett sárgarézalagutak egy csoportot alkotnak", - "create.ponder.brass_tunnel.text_7": "UNLOCALIZED: Incoming Items will now be distributed across all connected exits", - "create.ponder.brass_tunnel.text_8": "UNLOCALIZED: For this, items can also be inserted into the Tunnel block directly", - - "create.ponder.brass_tunnel_modes.header": "UNLOCALIZED: Distribution Modes of the Brass Tunnel", - "create.ponder.brass_tunnel_modes.text_1": "UNLOCALIZED: Using a Wrench, the distribution behaviour of Brass Tunnels can be configured", - "create.ponder.brass_tunnel_modes.text_10": "UNLOCALIZED: 'Synchronize Inputs' is a unique setting for Brass Tunnels", - "create.ponder.brass_tunnel_modes.text_11": "UNLOCALIZED: Items are only allowed past if every tunnel in the group has one waiting", - "create.ponder.brass_tunnel_modes.text_12": "UNLOCALIZED: This ensures that all affected belts supply items at the same rate", - "create.ponder.brass_tunnel_modes.text_2": "UNLOCALIZED: 'Split' will attempt to distribute the stack evenly between available outputs", - "create.ponder.brass_tunnel_modes.text_3": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", - "create.ponder.brass_tunnel_modes.text_4": "UNLOCALIZED: 'Forced Split' will never skip outputs, and instead wait until they are free", - "create.ponder.brass_tunnel_modes.text_5": "UNLOCALIZED: 'Round Robin' keeps stacks whole, and cycles through outputs iteratively", - "create.ponder.brass_tunnel_modes.text_6": "UNLOCALIZED: Once Again, if an output is unable to take more items, it will be skipped", - "create.ponder.brass_tunnel_modes.text_7": "UNLOCALIZED: 'Forced Round Robin' never skips outputs", - "create.ponder.brass_tunnel_modes.text_8": "UNLOCALIZED: 'Prefer Nearest' prioritizes the outputs closest to the items' input location", - "create.ponder.brass_tunnel_modes.text_9": "UNLOCALIZED: 'Randomize' will distribute whole stacks to randomly picked outputs", - - "create.ponder.cart_assembler.header": "UNLOCALIZED: Moving Structures using Cart Assemblers", - "create.ponder.cart_assembler.text_1": "UNLOCALIZED: Powered Cart Assemblers mount attached structures to passing Minecarts", - "create.ponder.cart_assembler.text_2": "UNLOCALIZED: Without a redstone signal, it disassembles passing cart contraptions back into blocks", - "create.ponder.cart_assembler.text_3": "UNLOCALIZED: Using a Wrench on the Minecart will let you carry the Contraption elsewhere", - - "create.ponder.cart_assembler_dual.header": "UNLOCALIZED: Assembling Carriage Contraptions", - "create.ponder.cart_assembler_dual.text_1": "UNLOCALIZED: Whenever two Cart Assembers share an attached structure...", - "create.ponder.cart_assembler_dual.text_2": "UNLOCALIZED: Powering either of them will create a Carriage Contraption", - "create.ponder.cart_assembler_dual.text_3": "UNLOCALIZED: The carts will behave like those connected via Minecart Coupling", - - "create.ponder.cart_assembler_modes.header": "UNLOCALIZED: Orientation Settings for Minecart Contraptions", - "create.ponder.cart_assembler_modes.text_1": "UNLOCALIZED: Cart Contraptions will rotate to face towards their carts' motion", - "create.ponder.cart_assembler_modes.text_2": "UNLOCALIZED: This Arrow indicates which side of the Structure will be considered the front", - "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_rails.header": "További fajtáiról a csilléknek és síneknek", - "create.ponder.cart_assembler_rails.text_1": "UNLOCALIZED: Cart Assemblers on Regular Tracks will not affect the passing carts' motion", - "create.ponder.cart_assembler_rails.text_2": "UNLOCALIZED: When on Powered or Controller Rail, the carts will be held in place until it's Powered", - "create.ponder.cart_assembler_rails.text_3": "UNLOCALIZED: Other types of Minecarts can be used as the anchor", - "create.ponder.cart_assembler_rails.text_4": "UNLOCALIZED: Furnace Carts will keep themselves powered, pulling fuel from any attached inventories", - - "create.ponder.chain_drive.header": "Nyomaték átviteléről hajtóláncokkal", - "create.ponder.chain_drive.text_1": "A hajtóláncok forgást adnak át egymásnak egy sorban", - "create.ponder.chain_drive.text_2": "Minden csatlakoztatott tengely, mint ez, azonos irányban fog forogni", - "create.ponder.chain_drive.text_3": "A sor bármely része forgatható 90°-kal", - - "create.ponder.chain_gearshift.header": "Fordulatszám vezérléséről állítható láncáttétellel", - "create.ponder.chain_gearshift.text_1": "Inaktív állítható láncáttételek ugyanúgy viselkednek mint a hajtóláncok", - "create.ponder.chain_gearshift.text_2": "Aktiválva, a többi hajtóláncoknak továbított sebesség megduplázódik", - "create.ponder.chain_gearshift.text_3": "Ha az aktív Iránykapcsoló nem a forrásnál van, a sebessége felezve lesz", - "create.ponder.chain_gearshift.text_4": "Mindkét esetben a sorban lévő hajtóláncok mindig az aktív iránykapcsolók sebességének kétszeresével futnak", - "create.ponder.chain_gearshift.text_5": "Analóg jelek segítségével 1 és 2 között precízebben állítható az arány", - "create.ponder.chain_gearshift.text_6": "12 RPM", - - "create.ponder.chute.header": "Tárgyak szállításáról lefelé szállítóaknák segítségével", - "create.ponder.chute.text_1": "UNLOCALIZED: Chutes can transport items vertically from and to inventories", - "create.ponder.chute.text_2": "UNLOCALIZED: Using the Wrench, a window can be created", - "create.ponder.chute.text_3": "UNLOCALIZED: Placing chutes targeting the side faces of another will make it diagonal", - - "create.ponder.chute_upward.header": "Tárgyak szállításáról felfelé szállítóaknák segítségével", - "create.ponder.chute_upward.text_1": "UNLOCALIZED: Using Encased Fans at the top or bottom, a Chute can move items upward", - "create.ponder.chute_upward.text_2": "Csúszdákat a mérnöki szemüveggel megtekintve információkat tudhatunk meg a mozgás irányáról", - "create.ponder.chute_upward.text_3": "UNLOCALIZED: On the 'blocked' end, items will have to be inserted/taken from the sides", - - "create.ponder.clockwork_bearing.header": "Szerkezetek működtetéséről óramutató csapágyakkal", - "create.ponder.clockwork_bearing.text_1": "UNLOCALIZED: Clockwork Bearings attach to blocks in front of them", - "create.ponder.clockwork_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, the structure will be rotated according to the hour of the day", - "create.ponder.clockwork_bearing.text_3": "3:00", - "create.ponder.clockwork_bearing.text_4": "4:00", - "create.ponder.clockwork_bearing.text_5": "UNLOCALIZED: Right-Click the bearing to start or stop animating the structure", - "create.ponder.clockwork_bearing.text_6": "UNLOCALIZED: In front of the Hour Hand, a second structure can be added", - "create.ponder.clockwork_bearing.text_7": "UNLOCALIZED: Ensure that the two Structures are not glued to each other", - "create.ponder.clockwork_bearing.text_8": "UNLOCALIZED: The Second Structure will now rotate as the Minute Hand", - - "create.ponder.clutch.header": "Nyomaték vezérléséről tengelykapcsolóval", - "create.ponder.clutch.text_1": "UNLOCALIZED: Clutches will relay rotation in a straight line", - "create.ponder.clutch.text_2": "UNLOCALIZED: When powered by Redstone, it breaks the connection", - - "create.ponder.cog_speedup.header": "Iránykapcsolásról fogaskerékkel", - "create.ponder.cog_speedup.text_1": "UNLOCALIZED: Large and Small cogs can be connected diagonally", - "create.ponder.cog_speedup.text_2": "UNLOCALIZED: Shifting from large to small cogs, the conveyed speed will be doubled", - "create.ponder.cog_speedup.text_3": "UNLOCALIZED: Shifting the opposite way, the conveyed speed will be halved", - - "create.ponder.cogwheel.header": "Nyomaték átviteléről fogaskerekek segítségével", - "create.ponder.cogwheel.text_1": "UNLOCALIZED: Cogwheels will relay rotation to other adjacent cogwheels", - "create.ponder.cogwheel.text_2": "UNLOCALIZED: Neighbouring shafts connected like this will rotate in opposite directions", - - "create.ponder.cogwheel_casing.header": "Fogaskerekek beburkolásáról", - "create.ponder.cogwheel_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Cogwheels", - "create.ponder.cogwheel_casing.text_2": "UNLOCALIZED: Components added after encasing will not connect to the shaft outputs", - "create.ponder.cogwheel_casing.text_3": "UNLOCALIZED: The Wrench can be used to toggle connections", - - "create.ponder.creative_fluid_tank.header": "Kreatív folyadéktartály", - "create.ponder.creative_fluid_tank.text_1": "A Kreatív folyadéktartályok használhatóak végtelen folyadékforrásként", - "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": "A Csőhálózatok mostantól végtelenségig felszívhatják a kiválasztott folyadékot a tartályból", - "create.ponder.creative_fluid_tank.text_4": "Minden folyadék, ami a kreatív folyadéktartályba kerül kárbavész", - - "create.ponder.creative_motor.header": "Nyomaték generálásáról kreatív motorokkal", - "create.ponder.creative_motor.text_1": "UNLOCALIZED: Creative motors are a compact and configurable source of Rotational Force", - "create.ponder.creative_motor.text_2": "UNLOCALIZED: Scrolling on the back panel changes the RPM of the motors' rotational output", - - "create.ponder.creative_motor_mojang.header": "Mojang rejtélyéről", - - "create.ponder.crushing_wheels.header": "Tárgyak feldolgozásáról zúzókerékkel", - "create.ponder.crushing_wheels.text_1": "UNLOCALIZED: A pair of Crushing Wheels can grind items very effectively", - "create.ponder.crushing_wheels.text_2": "UNLOCALIZED: Their Rotational Input has to make them spin into each other", - "create.ponder.crushing_wheels.text_3": "UNLOCALIZED: Items thrown or inserted into the top will get processed", - "create.ponder.crushing_wheels.text_4": "UNLOCALIZED: Items can be inserted and picked up through automated means as well", - - "create.ponder.deployer.header": "Lehelyező használatáról", - "create.ponder.deployer.text_1": "UNLOCALIZED: Given Rotational Force, a Deployer can imitate player interactions", - "create.ponder.deployer.text_10": "UNLOCALIZED: Right-click the front to give it an Item to use", - "create.ponder.deployer.text_11": "UNLOCALIZED: Items can also be inserted automatically", - "create.ponder.deployer.text_12": "UNLOCALIZED: Deployers carry a filter slot", - "create.ponder.deployer.text_13": "UNLOCALIZED: When a filter is set, it activates only while holding a matching item", - "create.ponder.deployer.text_14": "UNLOCALIZED: Only items matching the filter can now be inserted...", - "create.ponder.deployer.text_15": "UNLOCALIZED: ...and only non-matching items will be extracted", - "create.ponder.deployer.text_2": "UNLOCALIZED: It will always interact with the position 2 blocks in front of itself", - "create.ponder.deployer.text_3": "UNLOCALIZED: Blocks directly in front will not obstruct it", - "create.ponder.deployer.text_4": "A lehelyezők tudnak:", - "create.ponder.deployer.text_5": "Blokkok lehelyezése,", - "create.ponder.deployer.text_6": "Használj tárgyakat", - "create.ponder.deployer.text_7": "Aktivál blokkokat,", - "create.ponder.deployer.text_8": "Blokkokat aratni", - "create.ponder.deployer.text_9": "és mobokat támadni", - - "create.ponder.deployer_contraption.header": "Lehelyezők használatáról szerkezeteken", - "create.ponder.deployer_contraption.text_1": "UNLOCALIZED: Whenever Deployers are moved as part of an animated Contraption...", - "create.ponder.deployer_contraption.text_2": "UNLOCALIZED: They activate at each visited location, using items from inventories anywhere on the contraption", - "create.ponder.deployer_contraption.text_3": "UNLOCALIZED: The Filter slot can be used to specify which items to pull", - - "create.ponder.deployer_modes.header": "A Lehelyező módjairól", - "create.ponder.deployer_modes.text_1": "UNLOCALIZED: By default, a Deployer imitates a Right-click interaction", - "create.ponder.deployer_modes.text_2": "UNLOCALIZED: Using a Wrench, it can be set to imitate a Left-click instead", - - "create.ponder.deployer_processing.header": "Tárgyak feldolgozásáról lehelyezőkkel", - "create.ponder.deployer_processing.text_1": "Egy megfelelő kézben fogott tárggyal a lehelyezők feldolgozhatják az alattuk lévő tárgyakat", - "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": "Amikor tágyakat helyezel el egy szalagon...", - "create.ponder.deployer_processing.text_4": "UNLOCALIZED: The Deployer will hold and process them automatically", - - "create.ponder.deployer_redstone.header": "Lehelyezők vezérléséről redstone segítségével", - "create.ponder.deployer_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Deployers will not activate", - "create.ponder.deployer_redstone.text_2": "UNLOCALIZED: Before stopping, the Deployer will finish any started cycles", - "create.ponder.deployer_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", - - "create.ponder.depot.header": "Lerakatok használatáról", - "create.ponder.depot.text_1": "UNLOCALIZED: Depots can serve as 'stationary' belt elements", - "create.ponder.depot.text_2": "UNLOCALIZED: Right-Click to manually place or remove Items from it", - "create.ponder.depot.text_3": "UNLOCALIZED: Just like Mechanical Belts, it can provide items to processing", - "create.ponder.depot.text_4": "UNLOCALIZED: ...as well as provide Items to Mechanical Arms", - - "create.ponder.display_board.header": "Pergőlapos kijelző használatáról", - "create.ponder.display_board.text_1": "UNLOCALIZED: Display Boards are a scalable alternative to the sign", - "create.ponder.display_board.text_2": "UNLOCALIZED: They require Rotational Force to operate", - "create.ponder.display_board.text_3": "UNLOCALIZED: Text can be displayed using Name Tags...", - "create.ponder.display_board.text_4": "UNLOCALIZED: ...or through the use of Display Links", - "create.ponder.display_board.text_5": "UNLOCALIZED: Dyes can be applied to individual lines of the board", - "create.ponder.display_board.text_6": "UNLOCALIZED: Lines can be reset by clicking them with an empty hand", - - "create.ponder.display_link.header": "Kijelző-távvezérlők beüzemelése", - "create.ponder.display_link.text_1": "UNLOCALIZED: Display Links can be used to visualise dynamic information", - "create.ponder.display_link.text_2": "UNLOCALIZED: First, right-click the target display...", - "create.ponder.display_link.text_3": "UNLOCALIZED: ...then attach it to the block to read from", - "create.ponder.display_link.text_4": "UNLOCALIZED: Open the Interface to select and configure what is sent", - "create.ponder.display_link.text_5": "UNLOCALIZED: The display will now receive information from the link", - "create.ponder.display_link.text_6": "UNLOCALIZED: Not every block can act as a source", - "create.ponder.display_link.text_7": "UNLOCALIZED: Each compatible block provides unique information", - "create.ponder.display_link.text_8": "UNLOCALIZED: The Display Link can work with several different displays", - - "create.ponder.display_link_redstone.header": "Redstone-vezérelt", - "create.ponder.display_link_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Display Links stop sending updates", - "create.ponder.display_link_redstone.text_2": "UNLOCALIZED: Once unpowered, the Timer is reset and new info is sent immediately", - "create.ponder.display_link_redstone.text_3": "UNLOCALIZED: Signals emitted from the source do not affect the Link", - - "create.ponder.empty_blaze_burner.header": "Üres őrlángégő használatáról", - "create.ponder.empty_blaze_burner.text_1": "UNLOCALIZED: Right-click a Blaze with the empty burner to capture it", - "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: 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": "Csőszakaszok borítása", - "create.ponder.encased_fluid_pipe.text_1": "UNLOCALIZED: Copper Casing can be used to decorate Fluid Pipes", - "create.ponder.encased_fluid_pipe.text_2": "UNLOCALIZED: Aside from being conceiled, Encased Pipes are locked into their connectivity state", - "create.ponder.encased_fluid_pipe.text_3": "UNLOCALIZED: It will no longer react to any neighbouring blocks being added or removed", - - "create.ponder.fan_direction.header": "Fedett ventillátorok légáramlása", - "create.ponder.fan_direction.text_1": "UNLOCALIZED: Encased Fans use Rotational Force to create an Air Current", - "create.ponder.fan_direction.text_2": "UNLOCALIZED: Strength and Direction of Flow depends on the Rotational Input", - - "create.ponder.fan_processing.header": "Tárgyak feldolgozása fedett ventillátorok használatával", - "create.ponder.fan_processing.text_1": "UNLOCALIZED: When passing through lava, the Air Flow becomes Heated", - "create.ponder.fan_processing.text_2": "UNLOCALIZED: Items caught in the area will be smelted", - "create.ponder.fan_processing.text_3": "UNLOCALIZED: Food items thrown here would be incinerated", - "create.ponder.fan_processing.text_4": "UNLOCALIZED: Instead, a setup for Smoking using Fire should be used for them", - "create.ponder.fan_processing.text_5": "UNLOCALIZED: Air Flows passing through water create a Washing Setup", - "create.ponder.fan_processing.text_6": "UNLOCALIZED: Some interesting new processing can be done with it", - "create.ponder.fan_processing.text_7": "UNLOCALIZED: The Speed of the Fan does NOT affect the processing speed, only its range", - "create.ponder.fan_processing.text_8": "UNLOCALIZED: Fan Processing can also be applied to Items on Depots and Belts", - - "create.ponder.fluid_pipe_flow.header": "Folyadékok mozgatása rézcsövekkel", - "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_interaction.header": "Folyadéktárolók leeresztése és feltöltése", - "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_tank_sizes.header": "A Folyadéktartályok méretei", - "create.ponder.fluid_tank_sizes.text_1": "A Folyadéktartályok kombinálhatóak a teljes kapacitás növelése érdekében", - "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": "A csavarkulcs segítségével a tartályok ablaka ki/be kapcsolható", - - "create.ponder.fluid_tank_storage.header": "Folyadékok tárolása folyadéktartályokban", - "create.ponder.fluid_tank_storage.text_1": "A folyadéktartályok használhatóak óriási mennyiségű folyadék tárolására", - "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.funnel_compat.header": "Kapu kompatibilitás", - "create.ponder.funnel_compat.text_1": "UNLOCALIZED: Funnels should also interact nicely with a handful of other components.", - "create.ponder.funnel_compat.text_2": "Függőleges fűrészek", - "create.ponder.funnel_compat.text_3": "Lerakatok", - "create.ponder.funnel_compat.text_4": "Lefolyótálca", - - "create.ponder.funnel_direction.header": "Átvitel irányáról", - "create.ponder.funnel_direction.text_1": "UNLOCALIZED: Placed normally, it pulls items from the inventory.", - "create.ponder.funnel_direction.text_2": "UNLOCALIZED: Placed while sneaking, it puts items into the inventory.", - "create.ponder.funnel_direction.text_3": "UNLOCALIZED: Using a wrench, the funnel can be flipped after placement.", - "create.ponder.funnel_direction.text_4": "UNLOCALIZED: Same rules will apply for most orientations.", - "create.ponder.funnel_direction.text_5": "UNLOCALIZED: Funnels on belts will extract/insert depending on its movement direction.", - - "create.ponder.funnel_intro.header": "Kapuk használata", - "create.ponder.funnel_intro.text_1": "UNLOCALIZED: Funnels are ideal for transferring items from and to inventories.", - - "create.ponder.funnel_redstone.header": "Redstone-vezérelt", - "create.ponder.funnel_redstone.text_1": "UNLOCALIZED: Redstone power will prevent any funnel from acting", - - "create.ponder.funnel_transfer.header": "Közvetlen átvitel", - "create.ponder.funnel_transfer.text_1": "UNLOCALIZED: Funnels cannot ever transfer between closed inventories directly.", - "create.ponder.funnel_transfer.text_2": "UNLOCALIZED: Chutes or Smart chutes might be more suitable for such purposes.", - "create.ponder.funnel_transfer.text_3": "UNLOCALIZED: Same applies for horizontal movement. A mechanical belt should help here.", - - "create.ponder.gantry_carriage.header": "UNLOCALIZED: Using Gantry Carriages", - "create.ponder.gantry_carriage.text_1": "UNLOCALIZED: Gantry Carriages can mount to and slide along a Gantry Shaft.", - "create.ponder.gantry_carriage.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", - - "create.ponder.gantry_cascaded.header": "UNLOCALIZED: Cascaded Gantries", - "create.ponder.gantry_cascaded.text_1": "UNLOCALIZED: Gantry shafts attach to a carriage without the need of super glue", - "create.ponder.gantry_cascaded.text_2": "UNLOCALIZED: Same applies for carriages on moved Gantry Shafts", - "create.ponder.gantry_cascaded.text_3": "UNLOCALIZED: Thus, a gantry system can be cascaded to cover multiple axes of movement", - - "create.ponder.gantry_direction.header": "UNLOCALIZED: Gantry Movement Direction", - "create.ponder.gantry_direction.text_1": "UNLOCALIZED: Gantry Shafts can have opposite orientations", - "create.ponder.gantry_direction.text_2": "UNLOCALIZED: The movement direction of carriages depend on their shafts' orientation", - "create.ponder.gantry_direction.text_3": "UNLOCALIZED: ...as well as the rotation direction of the shaft", - "create.ponder.gantry_direction.text_4": "UNLOCALIZED: Same rules apply for the propagated rotation", - - "create.ponder.gantry_redstone.header": "UNLOCALIZED: Gantry Power Propagation", - "create.ponder.gantry_redstone.text_1": "UNLOCALIZED: Redstone-powered gantry shafts stop moving their carriages", - "create.ponder.gantry_redstone.text_2": "UNLOCALIZED: Instead, its rotational force is relayed to the carriages' output shaft", - - "create.ponder.gantry_shaft.header": "Futómacska-tengely használata", - "create.ponder.gantry_shaft.text_1": "UNLOCALIZED: Gantry Shafts form the basis of a gantry setup. Attached Carriages will move along them.", - "create.ponder.gantry_shaft.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", - - "create.ponder.gearbox.header": "UNLOCALIZED: Relaying rotational force using Gearboxes", - "create.ponder.gearbox.text_1": "UNLOCALIZED: Jumping between axes of rotation can get bulky quickly", - "create.ponder.gearbox.text_2": "UNLOCALIZED: A gearbox is the more compact equivalent of this setup", - "create.ponder.gearbox.text_3": "UNLOCALIZED: Shafts around corners rotate in mirrored directions", - "create.ponder.gearbox.text_4": "UNLOCALIZED: Straight connections will be reversed", - - "create.ponder.gearshift.header": "UNLOCALIZED: Controlling rotational force using a Gearshift", - "create.ponder.gearshift.text_1": "Az Iránykapcsoló egyenes vonalban forgást biztosít", - "create.ponder.gearshift.text_2": "UNLOCALIZED: When powered by Redstone, it reverses the transmission", - - "create.ponder.hand_crank.header": "UNLOCALIZED: Generating Rotational Force using Hand Cranks", - "create.ponder.hand_crank.text_1": "UNLOCALIZED: Hand Cranks can be used by players to apply rotational force manually", - "create.ponder.hand_crank.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", - "create.ponder.hand_crank.text_3": "UNLOCALIZED: Its conveyed speed is relatively high", - "create.ponder.hand_crank.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", - - "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_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_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.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_vault_sizes.header": "UNLOCALIZED: Dimensions of an Item Vault", - "create.ponder.item_vault_sizes.text_1": "UNLOCALIZED: Item Vaults can be combined to increase the total capacity", - "create.ponder.item_vault_sizes.text_2": "UNLOCALIZED: Their base square can be up to 3 blocks wide...", - "create.ponder.item_vault_sizes.text_3": "UNLOCALIZED: ...and grow in length up to 3x their diameter", - - "create.ponder.item_vault_storage.header": "UNLOCALIZED: Storing Items in Vaults", - "create.ponder.item_vault_storage.text_1": "UNLOCALIZED: Item Vaults can be used to store large amounts of items", - "create.ponder.item_vault_storage.text_2": "UNLOCALIZED: However, contents cannot be added or taken manually", - "create.ponder.item_vault_storage.text_3": "UNLOCALIZED: Any components for item transfer can both insert...", - "create.ponder.item_vault_storage.text_4": "UNLOCALIZED: ...and take contents from this container", - - "create.ponder.large_cogwheel.header": "UNLOCALIZED: Relaying rotational force using Large Cogwheels", - "create.ponder.large_cogwheel.text_1": "UNLOCALIZED: Large cogwheels can connect to each other at right angles", - "create.ponder.large_cogwheel.text_2": "UNLOCALIZED: It will help relaying conveyed speed to other axes of rotation", - - "create.ponder.linear_chassis_attachment.header": "UNLOCALIZED: Attaching blocks using Linear Chassis", - "create.ponder.linear_chassis_attachment.text_1": "UNLOCALIZED: The open faces of a Linear Chassis can be made Sticky", - "create.ponder.linear_chassis_attachment.text_2": "UNLOCALIZED: Click again to make the opposite side sticky", - "create.ponder.linear_chassis_attachment.text_3": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", - "create.ponder.linear_chassis_attachment.text_4": "UNLOCALIZED: Stickied faces of the Linear Chassis will attach a line of blocks in front of it", - "create.ponder.linear_chassis_attachment.text_5": "UNLOCALIZED: Using a Wrench, a precise Range can be specified for this chassis", - "create.ponder.linear_chassis_attachment.text_6": "UNLOCALIZED: Holding CTRL and scrolling adjusts the range of all attached Chassis Blocks", - "create.ponder.linear_chassis_attachment.text_7": "UNLOCALIZED: Attaching blocks to any other side requires the use of Super Glue", - "create.ponder.linear_chassis_attachment.text_8": "UNLOCALIZED: Using these mechanics, structures of any shape can move as a Contraption", - - "create.ponder.linear_chassis_group.header": "UNLOCALIZED: Moving Linear Chassis in groups", - "create.ponder.linear_chassis_group.text_1": "UNLOCALIZED: Linear Chassis connect to identical Chassis blocks next to them", - "create.ponder.linear_chassis_group.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.linear_chassis_group.text_3": "UNLOCALIZED: Chassis of a different type or facing another direction will not attach", - - "create.ponder.mechanical_arm.header": "Mechanikus karok beüzemelése", - "create.ponder.mechanical_arm.text_1": "A mechanikus karokhoz a lehelyezésük előtt kell ki- és bemeneteket társítani", - "create.ponder.mechanical_arm.text_2": "A karral a kezedben kattints jobb gombbal a megfelelő tárolókra, hogy a karhoz társítsd őket", - "create.ponder.mechanical_arm.text_3": "Kattints ismét a jobb gombbal, hogy a bemeneti (kék) és kimeneti (narancs) módok között válthass", - "create.ponder.mechanical_arm.text_4": "Kattints bal gombbal a célpontokra a kijelölésük eltávolításához", - "create.ponder.mechanical_arm.text_5": "Lehelyezés után a mechanikus kar az imént beállított célpontokat használja", - "create.ponder.mechanical_arm.text_6": "A kar hatósugarán belül tetszőleges számú ki- és bemenet kijelölhető", - "create.ponder.mechanical_arm.text_7": "Azonban nem minden tárolóeszköz használható közvetlen célként", - "create.ponder.mechanical_arm.text_8": "Ezt kapukkal és lerakatokkal lehet áthidalni", - - "create.ponder.mechanical_arm_filtering.header": "A mechanikus kar kimeneteinek szűrése", - "create.ponder.mechanical_arm_filtering.text_1": "Bemenetek", - "create.ponder.mechanical_arm_filtering.text_2": "Kimenetek", - "create.ponder.mechanical_arm_filtering.text_3": "Előfordul, hogy a kar kimeneteit egy szűrővel szeretnénk leszűkíteni", - "create.ponder.mechanical_arm_filtering.text_4": "A mechanikus kar önmagában nem rendelkezik semmiféle szűrési lehetőséggel", - "create.ponder.mechanical_arm_filtering.text_5": "A sárgaréz kapuk viszont a saját szűrőjüket a karra is érvényesítik, ha kimenetként hozzá vannak társítva", - "create.ponder.mechanical_arm_filtering.text_6": "A kar elég intelligens ahhoz, hogy ne vegyen el olyan tárgyat, amelyet nem tudna hová letenni", - - "create.ponder.mechanical_arm_modes.header": "A mechanikus kar elosztási módjai", - "create.ponder.mechanical_arm_modes.text_1": "Bemenet", - "create.ponder.mechanical_arm_modes.text_2": "Kimenetek", - "create.ponder.mechanical_arm_modes.text_3": "Amikor egy karnak több érvényes kimenet közül kell választania...", - "create.ponder.mechanical_arm_modes.text_4": "...a beállított módon fog dönteni", - "create.ponder.mechanical_arm_modes.text_5": "Ez a beállítás a csavarkulccsal görgetéssel változtatható meg", - "create.ponder.mechanical_arm_modes.text_6": "A „Sorjában” mód egyszerűen végigjárja az összes elérhető kimenetet egymás után", - "create.ponder.mechanical_arm_modes.text_7": "Ha egy kimenet nem fogad el több tárgyat, a kar átugorja azt", - "create.ponder.mechanical_arm_modes.text_8": "A „Szigorúan sorjában” módban a kar nem ugrik át egy kimenetet sem, hanem megvárja, amíg az felszabadul", - "create.ponder.mechanical_arm_modes.text_9": "A „Legelső szabad” beállítással a kar az elsőnek megjelölt kimeneteket részesíti előnyben", - - "create.ponder.mechanical_arm_redstone.header": "A mechanikus kar vezérlése redstone-nal", - "create.ponder.mechanical_arm_redstone.text_1": "Ha a mechanikus kar redstone-jelet kap, nem fogad el több tárgyat", - "create.ponder.mechanical_arm_redstone.text_2": "Mielőtt leállna, befejezi a megkezdett műveletet, ha van ilyen", - "create.ponder.mechanical_arm_redstone.text_3": "Így egy rövid negatív impulzussal el lehet érni, hogy a kar pontosan egy műveletet végezzen", - - "create.ponder.mechanical_bearing.header": "Szerkezetek mozgatása mechanikus csapággyal", - "create.ponder.mechanical_bearing.text_1": "A Mechanikus csapágyak az előttük lévő blokkhoz csatlakoznak", - "create.ponder.mechanical_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, it will assemble it into a Rotating Contraption", - - "create.ponder.mechanical_crafter.header": "Barkácsgépek beüzemelése", - "create.ponder.mechanical_crafter.text_1": "A mechanikus barkácsolók tömbje bármilyen recept automatizálására használható", - "create.ponder.mechanical_crafter.text_2": "UNLOCALIZED: Using a Wrench, the Crafters' paths can be arranged", - "create.ponder.mechanical_crafter.text_3": "UNLOCALIZED: For a valid setup, all paths have to converge into one exit at any side", - "create.ponder.mechanical_crafter.text_4": "UNLOCALIZED: The outputs will be placed into the inventory at the exit", - "create.ponder.mechanical_crafter.text_5": "A mechanikus barkácsolók forgási erővel működnek", - "create.ponder.mechanical_crafter.text_6": "UNLOCALIZED: Right-Click the front to insert Items manually", - "create.ponder.mechanical_crafter.text_7": "UNLOCALIZED: Once every slot of a path contains an Item, the crafting process will begin", - "create.ponder.mechanical_crafter.text_8": "UNLOCALIZED: For recipes not fully occupying the crafter setup, the start can be forced using a Redstone Pulse", - - "create.ponder.mechanical_crafter_connect.header": "UNLOCALIZED: Connecting Inventories of Crafters", - "create.ponder.mechanical_crafter_connect.text_1": "UNLOCALIZED: Items can be inserted to Crafters automatically", - "create.ponder.mechanical_crafter_connect.text_2": "A bemeneteket kombinálni lehet, ha a mechanikus barkácsolók hátulján használjuk a csavarkulcsot", - "create.ponder.mechanical_crafter_connect.text_3": "UNLOCALIZED: All connected Crafters can now be accessed by the same input location", - - "create.ponder.mechanical_crafter_covers.header": "UNLOCALIZED: Covering slots of Mechanical Crafters", - "create.ponder.mechanical_crafter_covers.text_1": "UNLOCALIZED: Some recipes will require additional Crafters to bridge gaps in the path", - "create.ponder.mechanical_crafter_covers.text_2": "UNLOCALIZED: Using Slot Covers, Crafters can be set to act as an Empty Slot in the arrangement", - "create.ponder.mechanical_crafter_covers.text_3": "UNLOCALIZED: Shared Inputs created with the Wrench at the back can also reach across covered Crafters", - - "create.ponder.mechanical_drill.header": "UNLOCALIZED: Breaking Blocks with the Mechanical Drill", - "create.ponder.mechanical_drill.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Drill will break blocks directly in front of it", - "create.ponder.mechanical_drill.text_2": "UNLOCALIZED: Its mining speed depends on the Rotational Input", - - "create.ponder.mechanical_drill_contraption.header": "UNLOCALIZED: Using Mechanical Drills on Contraptions", - "create.ponder.mechanical_drill_contraption.text_1": "UNLOCALIZED: Whenever Drills are moved as part of an animated Contraption...", - "create.ponder.mechanical_drill_contraption.text_2": "UNLOCALIZED: ...they will break blocks the contraption runs them into", - - "create.ponder.mechanical_harvester.header": "UNLOCALIZED: Using Mechanical Harvesters on Contraptions", - "create.ponder.mechanical_harvester.text_1": "UNLOCALIZED: Whenever Harvesters are moved as part of an animated Contraption...", - "create.ponder.mechanical_harvester.text_2": "UNLOCALIZED: They will harvest and reset any mature crops on their way", - - "create.ponder.mechanical_mixer.header": "UNLOCALIZED: Processing Items with the Mechanical Mixer", - "create.ponder.mechanical_mixer.text_1": "UNLOCALIZED: With a Mixer and Basin, some Crafting Recipes can be automated", - "create.ponder.mechanical_mixer.text_2": "UNLOCALIZED: Available recipes include any Shapeless Crafting Recipe, plus a couple extra ones", - "create.ponder.mechanical_mixer.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", - "create.ponder.mechanical_mixer.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", - - "create.ponder.mechanical_piston.header": "UNLOCALIZED: Moving Structures using Mechanical Pistons", - "create.ponder.mechanical_piston.text_1": "UNLOCALIZED: Mechanical Pistons can move blocks in front of them", - "create.ponder.mechanical_piston.text_2": "UNLOCALIZED: Speed and direction of movement depend on the Rotational Input", - "create.ponder.mechanical_piston.text_3": "UNLOCALIZED: Sticky Mechanical Pistons can pull the attached blocks back", - - "create.ponder.mechanical_piston_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Piston", - "create.ponder.mechanical_piston_modes.text_1": "UNLOCALIZED: Whenever Pistons stop moving, the moved structure reverts to blocks", - "create.ponder.mechanical_piston_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", - - "create.ponder.mechanical_plough.header": "UNLOCALIZED: Using Mechanical Ploughs on Contraptions", - "create.ponder.mechanical_plough.text_1": "UNLOCALIZED: Whenever Ploughs are moved as part of an animated Contraption...", - "create.ponder.mechanical_plough.text_2": "UNLOCALIZED: ...they will break blocks without a solid collision hitbox", - "create.ponder.mechanical_plough.text_3": "UNLOCALIZED: Additionally, ploughs can create farmland", - "create.ponder.mechanical_plough.text_4": "UNLOCALIZED: ...they can also launch entities without hurting them", - - "create.ponder.mechanical_press.header": "UNLOCALIZED: Processing Items with the Mechanical Press", - "create.ponder.mechanical_press.text_1": "UNLOCALIZED: The Mechanical Press can process items provided beneath it", - "create.ponder.mechanical_press.text_2": "UNLOCALIZED: The Input items can be dropped or placed on a Depot under the Press", - "create.ponder.mechanical_press.text_3": "UNLOCALIZED: When items are provided on a belt...", - "create.ponder.mechanical_press.text_4": "UNLOCALIZED: The Press will hold and process them automatically", - - "create.ponder.mechanical_press_compacting.header": "UNLOCALIZED: Compacting items with the Mechanical Press", - "create.ponder.mechanical_press_compacting.text_1": "UNLOCALIZED: Pressing items held in a Basin will cause them to be Compacted", - "create.ponder.mechanical_press_compacting.text_2": "UNLOCALIZED: Compacting includes any filled 2x2 or 3x3 Crafting Recipe, plus a couple extra ones", - "create.ponder.mechanical_press_compacting.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", - "create.ponder.mechanical_press_compacting.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", - - "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_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_saw_breaker.header": "UNLOCALIZED: Cutting Trees with the Mechanical Saw", - "create.ponder.mechanical_saw_breaker.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Saw will cut trees directly in front of it", - "create.ponder.mechanical_saw_breaker.text_2": "UNLOCALIZED: In order to cut the tree fully, the Saw has to break the last block connecting it to the ground", - - "create.ponder.mechanical_saw_contraption.header": "UNLOCALIZED: Using Mechanical Saws on Contraptions", - "create.ponder.mechanical_saw_contraption.text_1": "UNLOCALIZED: Whenever Saws are moved as part of an animated Contraption...", - "create.ponder.mechanical_saw_contraption.text_2": "UNLOCALIZED: ...they will cut any trees the contraption runs them into", - - "create.ponder.mechanical_saw_processing.header": "UNLOCALIZED: Processing Items on the Mechanical Saw", - "create.ponder.mechanical_saw_processing.text_1": "UNLOCALIZED: Upward facing Mechanical Saws can process a variety of items", - "create.ponder.mechanical_saw_processing.text_2": "UNLOCALIZED: The processed item always moves against the rotational input to the saw", - "create.ponder.mechanical_saw_processing.text_3": "UNLOCALIZED: Saws can work in-line with Mechanical Belts", - "create.ponder.mechanical_saw_processing.text_4": "UNLOCALIZED: When an ingredient has multiple possible outcomes, the filter slot can specify it", - "create.ponder.mechanical_saw_processing.text_5": "UNLOCALIZED: Without filter, the Saw would cycle through all outcomes instead", - - "create.ponder.millstone.header": "UNLOCALIZED: Processing Items in the Millstone", - "create.ponder.millstone.text_1": "UNLOCALIZED: Millstones process items by grinding them", - "create.ponder.millstone.text_2": "UNLOCALIZED: They can be powered from the side using cogwheels", - "create.ponder.millstone.text_3": "UNLOCALIZED: Throw or Insert items at the top", - "create.ponder.millstone.text_4": "UNLOCALIZED: After some time, the result can be obtained via Right-click", - "create.ponder.millstone.text_5": "UNLOCALIZED: The outputs can also be extracted by automation", - - "create.ponder.nixie_tube.header": "Nixie-csövek használata", - "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", - "create.ponder.piston_pole.text_2": "UNLOCALIZED: The Length of pole added at its back determines the Extension Range", - - "create.ponder.portable_fluid_interface.header": "UNLOCALIZED: Contraption Fluid Exchange", - "create.ponder.portable_fluid_interface.text_1": "A mozgó szerkezeteken a folyadéktartályokat nem tudják a csövek használni", - "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_storage_interface.header": "UNLOCALIZED: Contraption Storage Exchange", - "create.ponder.portable_storage_interface.text_1": "UNLOCALIZED: Inventories on moving contraptions cannot be accessed by players.", - "create.ponder.portable_storage_interface.text_2": "UNLOCALIZED: This component can interact with storage without the need to stop the contraption.", - "create.ponder.portable_storage_interface.text_3": "UNLOCALIZED: Place a second one with a gap of 1 or 2 blocks inbetween", - "create.ponder.portable_storage_interface.text_4": "UNLOCALIZED: Whenever they pass by each other, they will engage in a connection", - "create.ponder.portable_storage_interface.text_5": "UNLOCALIZED: While engaged, the stationary interface will represent ALL inventories on the contraption", - "create.ponder.portable_storage_interface.text_6": "UNLOCALIZED: Items can now be inserted...", - "create.ponder.portable_storage_interface.text_7": "UNLOCALIZED: ...or extracted from the contraption", - "create.ponder.portable_storage_interface.text_8": "UNLOCALIZED: After no items have been exchanged for a while, the contraption will continue on its way", - - "create.ponder.portable_storage_interface_redstone.header": "Redstone-vezérelt", - "create.ponder.portable_storage_interface_redstone.text_1": "UNLOCALIZED: Redstone power will prevent the stationary interface from engaging", - - "create.ponder.powered_latch.header": "UNLOCALIZED: Controlling signals using the Powered Latch", - "create.ponder.powered_latch.text_1": "UNLOCALIZED: Powered Latches are redstone controllable Levers", - "create.ponder.powered_latch.text_2": "UNLOCALIZED: Signals at the back switch it on", - "create.ponder.powered_latch.text_3": "UNLOCALIZED: Signals from the side switch it back off", - "create.ponder.powered_latch.text_4": "UNLOCALIZED: Powered latches can also be toggled manually", - - "create.ponder.powered_toggle_latch.header": "UNLOCALIZED: Controlling signals using the Powered Toggle Latch", - "create.ponder.powered_toggle_latch.text_1": "UNLOCALIZED: Powered Toggle Latches are redstone controllable Levers", - "create.ponder.powered_toggle_latch.text_2": "UNLOCALIZED: Signals at the back will toggle its state", - "create.ponder.powered_toggle_latch.text_3": "UNLOCALIZED: ...on and back off", - "create.ponder.powered_toggle_latch.text_4": "UNLOCALIZED: Powered toggle latches can also be toggled manually", - - "create.ponder.pulse_extender.header": "UNLOCALIZED: Controlling signals using Pulse Extenders", - "create.ponder.pulse_extender.text_1": "UNLOCALIZED: Pulse Extenders can lengthen a signal passing through", - "create.ponder.pulse_extender.text_2": "UNLOCALIZED: They activate after a short delay...", - "create.ponder.pulse_extender.text_3": "UNLOCALIZED: ...and cool down for the configured duration", - "create.ponder.pulse_extender.text_4": "UNLOCALIZED: Using the mouse wheel, the discharge time can be configured", - "create.ponder.pulse_extender.text_5": "UNLOCALIZED: The configured duration can range up to 30 minutes", - - "create.ponder.pulse_repeater.header": "UNLOCALIZED: Controlling signals using Pulse Repeaters", - "create.ponder.pulse_repeater.text_1": "UNLOCALIZED: Pulse Repeaters emit a short pulse at a delay", - "create.ponder.pulse_repeater.text_2": "UNLOCALIZED: Using the mouse wheel, the charge time can be configured", - "create.ponder.pulse_repeater.text_3": "UNLOCALIZED: Configured delays can range up to 30 minutes", - - "create.ponder.radial_chassis.header": "UNLOCALIZED: Attaching blocks using Radial Chassis", - "create.ponder.radial_chassis.text_1": "UNLOCALIZED: Radial Chassis connect to identical Chassis blocks in a row", - "create.ponder.radial_chassis.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.radial_chassis.text_3": "UNLOCALIZED: The side faces of a Radial Chassis can be made Sticky", - "create.ponder.radial_chassis.text_4": "UNLOCALIZED: Click again to make all other sides sticky", - "create.ponder.radial_chassis.text_5": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", - "create.ponder.radial_chassis.text_6": "UNLOCALIZED: Whenever a Block is next to a sticky face...", - "create.ponder.radial_chassis.text_7": "UNLOCALIZED: ...it will attach all reachable blocks within a radius on that layer", - "create.ponder.radial_chassis.text_8": "UNLOCALIZED: Using a Wrench, a precise Radius can be specified for this chassis", - "create.ponder.radial_chassis.text_9": "UNLOCALIZED: Blocks not reachable by any sticky face will not attach", - - "create.ponder.redstone_contact.header": "Redstone-érintkezők", - "create.ponder.redstone_contact.text_1": "UNLOCALIZED: Redstone Contacts facing each other will emit a redstone signal", - "create.ponder.redstone_contact.text_2": "UNLOCALIZED: This still applies when one of them is part of a moving Contraption", - - "create.ponder.redstone_link.header": "Redstone-távvezérlő használata", - "create.ponder.redstone_link.text_1": "UNLOCALIZED: Redstone Links can transmit redstone signals wirelessly", - "create.ponder.redstone_link.text_2": "UNLOCALIZED: Right-click while Sneaking to toggle receive mode", - "create.ponder.redstone_link.text_3": "UNLOCALIZED: A simple Right-click with a Wrench can do the same", - "create.ponder.redstone_link.text_4": "UNLOCALIZED: Receivers emit the redstone power of transmitters within 128 blocks", - "create.ponder.redstone_link.text_5": "UNLOCALIZED: Placing items in the two slots can specify a Frequency", - "create.ponder.redstone_link.text_6": "UNLOCALIZED: Only the links with matching Frequencies will communicate", - - "create.ponder.rope_pulley.header": "UNLOCALIZED: Moving Structures using Rope Pulleys", - "create.ponder.rope_pulley.text_1": "UNLOCALIZED: Rope Pulleys can move blocks vertically when given Rotational Force", - "create.ponder.rope_pulley.text_2": "UNLOCALIZED: Direction and Speed of movement depend on the Rotational Input", - - "create.ponder.rope_pulley_attachment.header": "UNLOCALIZED: Moving Pulleys as part of a Contraption", - "create.ponder.rope_pulley_attachment.text_1": "UNLOCALIZED: Whenever Pulleys are themselves being moved by a Contraption...", - "create.ponder.rope_pulley_attachment.text_2": "UNLOCALIZED: ...its attached structure will be dragged with it", - "create.ponder.rope_pulley_attachment.text_3": "UNLOCALIZED: Mind that pulleys are only movable while stopped", - - "create.ponder.rope_pulley_modes.header": "UNLOCALIZED: Movement Modes of the Rope Pulley", - "create.ponder.rope_pulley_modes.text_1": "UNLOCALIZED: Whenever Pulleys stop moving, the moved structure reverts to blocks", - "create.ponder.rope_pulley_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", - - "create.ponder.rose_quartz_lamp.header": "Rózsakvarclámpák", - "create.ponder.rose_quartz_lamp.text_1": "UNLOCALIZED: Rose Quartz Lamps activate on a Redstone signal", - "create.ponder.rose_quartz_lamp.text_2": "UNLOCALIZED: They will continue to emit redstone power afterwards", - "create.ponder.rose_quartz_lamp.text_3": "UNLOCALIZED: When multiple lamps are arranged in a group...", - "create.ponder.rose_quartz_lamp.text_4": "UNLOCALIZED: ...activating a Lamp will focus the signal to it, deactivating all others", - "create.ponder.rose_quartz_lamp.text_5": "UNLOCALIZED: Comparators output based on the distance to a powered lamp", - "create.ponder.rose_quartz_lamp.text_6": "UNLOCALIZED: The Lamps can also be toggled manually using a Wrench", - - "create.ponder.rotation_speed_controller.header": "Fordulatszám-szabályzó használata", - "create.ponder.rotation_speed_controller.text_1": "A fordulatszám-szabályzók a tengelyükre érkező meghajtást a felettük lévő nagy fogaskerékre viszik át", - "create.ponder.rotation_speed_controller.text_2": "UNLOCALIZED: Using the scroll input on its side, the conveyed speed can be configured", - - "create.ponder.sail.header": "UNLOCALIZED: Assembling Windmills using Sails", - "create.ponder.sail.text_1": "UNLOCALIZED: Sails are handy blocks to create Windmills with", - "create.ponder.sail.text_2": "Ezek egymáshoz fognak ragadni Pillanatragasztó vagy Alváz blokk nélkül is", - "create.ponder.sail.text_3": "UNLOCALIZED: Right-Click with Dye to paint them", - "create.ponder.sail.text_4": "UNLOCALIZED: Right-Click with Shears to turn them back into frames", - - "create.ponder.sail_frame.header": "UNLOCALIZED: Assembling Windmills using Sail Frames", - "create.ponder.sail_frame.text_1": "UNLOCALIZED: Sail Frames are handy blocks to create Windmills with", - "create.ponder.sail_frame.text_2": "Ezek egymáshoz fognak ragadni pillanatragasztó vagy futómű nélkül is", - - "create.ponder.sequenced_gearshift.header": "Mozgási sebesség vezérlése Beállítható Forgásvezérlővel", - "create.ponder.sequenced_gearshift.text_1": "Szekvenciális iránykapcsoló függ a forgástól, követve az időzített utasításlistát", - "create.ponder.sequenced_gearshift.text_2": "UNLOCALIZED: Right-click it to open the Configuration UI", - "create.ponder.sequenced_gearshift.text_3": "UNLOCALIZED: Upon receiving a Redstone Signal, it will start running its configured sequence", - "create.ponder.sequenced_gearshift.text_4": "UNLOCALIZED: Once finished, it waits for the next Redstone Signal and starts over", - "create.ponder.sequenced_gearshift.text_5": "UNLOCALIZED: A redstone comparator can be used to read the current progress", - - "create.ponder.shaft.header": "UNLOCALIZED: Relaying rotational force using Shafts", - "create.ponder.shaft.text_1": "UNLOCALIZED: Shafts will relay rotation in a straight line.", - - "create.ponder.shaft_casing.header": "Tengelyek borítása", - "create.ponder.shaft_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Shafts", - - "create.ponder.smart_chute.header": "UNLOCALIZED: Filtering Items using Smart Chutes", - "create.ponder.smart_chute.text_1": "UNLOCALIZED: Smart Chutes are vertical chutes with additional control", - "create.ponder.smart_chute.text_2": "UNLOCALIZED: Items in the filter slot specify what exactly they can extract and transfer", - "create.ponder.smart_chute.text_3": "UNLOCALIZED: Use the Mouse Wheel to specify the extracted stack size", - "create.ponder.smart_chute.text_4": "UNLOCALIZED: Redstone power will prevent Smart Chutes from acting.", - - "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.speedometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Speedometer", - "create.ponder.speedometer.text_1": "UNLOCALIZED: The Speedometer displays the current Speed of the attached components", - "create.ponder.speedometer.text_2": "Mérőeszközről részletesebb információkat tudhat meg a játékos a Mérnöki szemüveg segítségével", - "create.ponder.speedometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Speedometer's measurements", - - "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.stabilized_bearings.header": "UNLOCALIZED: Stabilized Contraptions", - "create.ponder.stabilized_bearings.text_1": "UNLOCALIZED: Whenever Mechanical Bearings are themselves part of a moving Structure..", - "create.ponder.stabilized_bearings.text_2": "UNLOCALIZED: ..they will attempt to keep themselves upright", - "create.ponder.stabilized_bearings.text_3": "UNLOCALIZED: Once again, the bearing will attach to the block in front of it", - "create.ponder.stabilized_bearings.text_4": "UNLOCALIZED: As a result, the entire sub-Contraption will stay upright", - - "create.ponder.steam_engine.header": "Gőzgépek beüzemelése", - "create.ponder.steam_engine.text_1": "UNLOCALIZED: Steam Engines can be placed on a Fluid Tank", - "create.ponder.steam_engine.text_10": "4. szint", - "create.ponder.steam_engine.text_11": "4 gőzgép", - "create.ponder.steam_engine.text_12": "8. szint", - "create.ponder.steam_engine.text_13": "8 gőzgép", - "create.ponder.steam_engine.text_2": "UNLOCALIZED: Clicking the engine with a Shaft creates the Kinetic Output", - "create.ponder.steam_engine.text_3": "UNLOCALIZED: With sufficient Heat, Water and Boiler space...", - "create.ponder.steam_engine.text_4": "UNLOCALIZED: ...they will generate Rotational Force", - "create.ponder.steam_engine.text_5": "UNLOCALIZED: The minimal setup requires 4 Fluid Tanks", - "create.ponder.steam_engine.text_6": "UNLOCALIZED: With the help of Blaze Burners, the power output can be increased", - "create.ponder.steam_engine.text_7": "UNLOCALIZED: Higher power levels require more Water, Size and Heat", - "create.ponder.steam_engine.text_8": "A kazán aktuális teljesítményszintje mérnöki szemüveggel ellenőrizhető", - "create.ponder.steam_engine.text_9": "UNLOCALIZED: With each added power level, an additional Engine can output at full capacity", - - "create.ponder.steam_whistle.header": "Gőzsípok beüzemelése", - "create.ponder.steam_whistle.text_1": "A gőzspíokat rá lehet helyezni folyadéktartályra", - "create.ponder.steam_whistle.text_2": "Ha a tartály elegendő hőt kap...", - "create.ponder.steam_whistle.text_3": "... a síp egy hangot fog játszani, amikor aktiválva van", - "create.ponder.steam_whistle.text_4": "Használj egy síp tárgyat a blokkon, hogy csökkents a hangmagasságát", - "create.ponder.steam_whistle.text_5": "Válts 3 különböző oktáv között a csavarkulcs segítségével", - "create.ponder.steam_whistle.text_6": "A mérnöki szemüveg segíthet megtudni a síp aktuális hangmagasságát", - - "create.ponder.sticker.header": "UNLOCALIZED: Attaching blocks using the Sticker", - "create.ponder.sticker.text_1": "UNLOCALIZED: Stickers are ideal for Redstone-controlled block attachment", - "create.ponder.sticker.text_2": "UNLOCALIZED: Upon receiving a signal, it will toggle its state", - "create.ponder.sticker.text_3": "UNLOCALIZED: If it is now moved in a contraption, the block will move with it", - "create.ponder.sticker.text_4": "UNLOCALIZED: Toggled once again, the block is no longer attached", - - "create.ponder.stressometer.header": "A kinetikai információk figyelése a nyomatékmérővel", - "create.ponder.stressometer.text_1": "A nyomatékmérő megjeleníti a csatolt kinetikus hálózat aktuális nyomaték-kapacitását", - "create.ponder.stressometer.text_2": "Mérőeszközről részletesebb információkat tudhat meg a játékos a Mérnöki szemüveg segítségével", - "create.ponder.stressometer.text_3": "A komparátorok analóg redstone jeleket bocsátanak ki a nyomatékmérő mérése alapján", - - "create.ponder.super_glue.header": "Blokkok összeragasztása pillanatragasztóval", - "create.ponder.super_glue.text_1": "Pillanatragasztós blokkcsoportok együtt mozognak a szerkezetben", - "create.ponder.super_glue.text_2": "Két átlós pontra kattintva új 'ragasztott' területet hozhatsz létre", - "create.ponder.super_glue.text_3": "Egy blokk eltávolításához kattints rá a kezedben lévő ragasztóval", - "create.ponder.super_glue.text_4": "UNLOCALIZED: Adjacent blocks sharing an area will pull each other along", - "create.ponder.super_glue.text_5": "Az átfedő ragasztott területek egymással mozognak", - "create.ponder.super_glue.text_6": "Az egymáson lógó blokkokhoz általában nem kell ragasztó", - - "create.ponder.track_chunks.header": "UNLOCALIZED: Traversing unloaded Chunks", - "create.ponder.track_chunks.text_1": "UNLOCALIZED: Tracks stay functional outside of loaded chunks", - "create.ponder.track_chunks.text_2": "UNLOCALIZED: Trains will travel through inactive sections of the world without issue", - "create.ponder.track_chunks.text_3": "UNLOCALIZED: They will still stop at stations or red signals", - "create.ponder.track_chunks.text_4": "UNLOCALIZED: However, Drills and other on-board machines will not operate", - "create.ponder.track_chunks.text_5": "UNLOCALIZED: Once near a Player, the train will re-appear", - - "create.ponder.track_observer.header": "Vontatok érzékelése", - "create.ponder.track_observer.text_1": "UNLOCALIZED: Select a Train Track then place the Observer nearby", - "create.ponder.track_observer.text_2": "UNLOCALIZED: The Observer will detect any Trains passing over the marker", - "create.ponder.track_observer.text_3": "UNLOCALIZED: Observers can be filtered to activate for matching cargo", - - "create.ponder.track_placement.header": "Vasúti sín lehelyezése", - "create.ponder.track_placement.text_1": "UNLOCALIZED: A new type of rail designed for Train Contraptions", - "create.ponder.track_placement.text_2": "UNLOCALIZED: To place rows of track in bulk, click on an existing track", - "create.ponder.track_placement.text_3": "UNLOCALIZED: Then place or select a second track", - "create.ponder.track_placement.text_4": "UNLOCALIZED: Tracks can also be placed as turns or slopes", - "create.ponder.track_placement.text_5": "UNLOCALIZED: When connecting, tracks will try to make each turn equally sized", - "create.ponder.track_placement.text_6": "UNLOCALIZED: Holding the sprint key while connecting...", - "create.ponder.track_placement.text_7": "UNLOCALIZED: ...will create the longest fitting bend instead", - "create.ponder.track_placement.text_8": "UNLOCALIZED: Materials in the off-hand will be paved under tracks automatically", - - "create.ponder.track_portal.header": "UNLOCALIZED: Tracks and the Nether", - "create.ponder.track_portal.text_1": "UNLOCALIZED: Tracks placed up against a nether portal...", - "create.ponder.track_portal.text_2": "UNLOCALIZED: ...will attempt to create a paired track on the other side", - "create.ponder.track_portal.text_3": "UNLOCALIZED: Trains on this track are now able to travel across dimensions", - - "create.ponder.train_assembly.header": "Vonatok összeszerelése", - "create.ponder.train_assembly.text_1": "UNLOCALIZED: Select a Train Track then place the Station nearby", - "create.ponder.train_assembly.text_10": "UNLOCALIZED: Every Train requires Train Controls on board", - "create.ponder.train_assembly.text_11": "UNLOCALIZED: An optional second one allows departure from Stations in both directions", - "create.ponder.train_assembly.text_12": "UNLOCALIZED: Open the Station UI and confirm the Assembly process", - "create.ponder.train_assembly.text_13": "UNLOCALIZED: Trains can be disassembled back into blocks at stations only", - "create.ponder.train_assembly.text_14": "UNLOCALIZED: When used on a station, maps will add a labeled marker at the location", - "create.ponder.train_assembly.text_15": "UNLOCALIZED: Assembled Trains can be relocated to nearby Tracks using the Wrench", - "create.ponder.train_assembly.text_2": "UNLOCALIZED: Stations are the Waypoints of your Track Network", - "create.ponder.train_assembly.text_3": "UNLOCALIZED: To create a new Train, open the UI and switch to Assembly Mode", - "create.ponder.train_assembly.text_4": "UNLOCALIZED: During Assembly no scheduled trains will approach this station", - "create.ponder.train_assembly.text_5": "UNLOCALIZED: Create new bogeys by using Train Casing on Tracks", - "create.ponder.train_assembly.text_6": "UNLOCALIZED: Click the track again to cycle between bogey designs", - "create.ponder.train_assembly.text_7": "Ragassz egybe néhány blokkot a pillanatragasztó segítségével", - "create.ponder.train_assembly.text_8": "UNLOCALIZED: Assembled Trains will move faster if they can find fuel in assembled chests or barrels", - "create.ponder.train_assembly.text_9": "UNLOCALIZED: Fuel stored in Vaults will not be consumed by the train", - - "create.ponder.train_controls.header": "Vonatok vezérlése", - "create.ponder.train_controls.text_1": "UNLOCALIZED: Train Controls are required on every train contraption", - "create.ponder.train_controls.text_2": "UNLOCALIZED: Once assembled, right-click the block to start driving", - "create.ponder.train_controls.text_3": "UNLOCALIZED: Accelerate and steer the Train using movement keybinds", - "create.ponder.train_controls.text_4": "UNLOCALIZED: If desired, the top speed can be fine-tuned using the mouse wheel", - "create.ponder.train_controls.text_5": "UNLOCALIZED: Hold space to approach a nearby Station", - "create.ponder.train_controls.text_6": "UNLOCALIZED: Trains can only be disassembled back into blocks at Stations", - "create.ponder.train_controls.text_7": "UNLOCALIZED: Assembled Whistles can be activated with the sprint key", - "create.ponder.train_controls.text_8": "UNLOCALIZED: Sneak or click again to stop controlling the Train", - - "create.ponder.train_schedule.header": "UNLOCALIZED: Using Train Schedules", - "create.ponder.train_schedule.text_1": "UNLOCALIZED: Schedules allow Trains to be controlled by other Drivers", - "create.ponder.train_schedule.text_2": "UNLOCALIZED: Right-click with the item in hand to open its Interface", - "create.ponder.train_schedule.text_3": "A beprogramozást követően a menetrend átadható egy mozdonyvezetőnek", - "create.ponder.train_schedule.text_4": "UNLOCALIZED: Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", - "create.ponder.train_schedule.text_5": "UNLOCALIZED: Creatures on a lead can be given their seat more conveniently", - "create.ponder.train_schedule.text_6": "Minden mozdonyvezetőtől beszerezhető a menetrend", - - "create.ponder.train_signal_placement.header": "UNLOCALIZED: Placing Train Signals", - "create.ponder.train_signal_placement.text_1": "UNLOCALIZED: Select a Train Track then place the Signal nearby", - "create.ponder.train_signal_placement.text_2": "UNLOCALIZED: Signals control the flow of Trains not driven by players", - "create.ponder.train_signal_placement.text_3": "UNLOCALIZED: Scheduled Trains will never cross signals in the opposite direction", - "create.ponder.train_signal_placement.text_4": "UNLOCALIZED: ...unless a second signal is added facing the opposite way.", - "create.ponder.train_signal_placement.text_5": "UNLOCALIZED: Nixie tubes can be attached to make a signal's lights more visible", - - "create.ponder.train_signal_redstone.header": "Jelek és redstone", - "create.ponder.train_signal_redstone.text_1": "UNLOCALIZED: Signals can be forced red by a redstone signal", - "create.ponder.train_signal_redstone.text_2": "UNLOCALIZED: Reversely, red signals emit a comparator output", - - "create.ponder.train_signal_signaling.header": "UNLOCALIZED: Collision Prevention with Signals", - "create.ponder.train_signal_signaling.text_1": "UNLOCALIZED: Train Signals divide a track into segments", - "create.ponder.train_signal_signaling.text_2": "UNLOCALIZED: If a Segment is occupied, no other Trains will be allowed entry", - "create.ponder.train_signal_signaling.text_3": "UNLOCALIZED: Thus, each Segment will contain only one Train at a time", - "create.ponder.train_signal_signaling.text_4": "UNLOCALIZED: A second Signal mode is available via the Wrench", - "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", - "create.ponder.train_signal_signaling.text_6": "UNLOCALIZED: This special Signal can stop trains under a second condition", - "create.ponder.train_signal_signaling.text_7": "UNLOCALIZED: It will stop Trains, which, upon entering...", - "create.ponder.train_signal_signaling.text_8": "UNLOCALIZED: ...would not be able to leave the Segment immediately", - "create.ponder.train_signal_signaling.text_9": "UNLOCALIZED: This helps keeping queued Trains out of a busy Segment", - - "create.ponder.valve_handle.header": "UNLOCALIZED: Generating Rotational Force using Valve Handles", - "create.ponder.valve_handle.text_1": "UNLOCALIZED: Valve Handles can be used by players to apply rotational force manually", - "create.ponder.valve_handle.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", - "create.ponder.valve_handle.text_3": "UNLOCALIZED: Its conveyed speed is slow and precise", - "create.ponder.valve_handle.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", - "create.ponder.valve_handle.text_5": "UNLOCALIZED: Valve handles can be dyed for aesthetic purposes", - - "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.water_wheel.header": "UNLOCALIZED: Generating Rotational Force using Water Wheels", - "create.ponder.water_wheel.text_1": "UNLOCALIZED: Water Wheels draw force from adjacent Water Currents", - "create.ponder.water_wheel.text_2": "UNLOCALIZED: The more faces are powered, the faster the Water Wheel will rotate", - "create.ponder.water_wheel.text_3": "UNLOCALIZED: The Wheels' blades should be oriented against the flow", - "create.ponder.water_wheel.text_4": "UNLOCALIZED: Facing the opposite way, they will not be as effective", - - "create.ponder.weighted_ejector.header": "UNLOCALIZED: Using Weighted Ejectors", - "create.ponder.weighted_ejector.text_1": "UNLOCALIZED: Sneak and Right-Click holding an Ejector to select its target location", - "create.ponder.weighted_ejector.text_10": "UNLOCALIZED: It is now limited to this stack size, and only activates when its held stack reaches this amount", - "create.ponder.weighted_ejector.text_11": "UNLOCALIZED: Other Entities will always trigger an Ejector when stepping on it", - "create.ponder.weighted_ejector.text_2": "UNLOCALIZED: The placed ejector will now launch objects to the marked location", - "create.ponder.weighted_ejector.text_3": "UNLOCALIZED: A valid target can be at any height or distance within range", - "create.ponder.weighted_ejector.text_4": "UNLOCALIZED: They cannot however be off to a side", - "create.ponder.weighted_ejector.text_5": "UNLOCALIZED: If no valid Target was selected, it will simply target the block directly in front", - "create.ponder.weighted_ejector.text_6": "UNLOCALIZED: Supply Rotational Force in order to charge it up", - "create.ponder.weighted_ejector.text_7": "UNLOCALIZED: Items placed on the ejector cause it to trigger", - "create.ponder.weighted_ejector.text_8": "UNLOCALIZED: If Inventories are targeted, the ejector will wait until there is space", - "create.ponder.weighted_ejector.text_9": "UNLOCALIZED: Using the Wrench, a required Stack Size can be configured", - - "create.ponder.weighted_ejector_redstone.header": "UNLOCALIZED: Controlling Weighted Ejectors with Redstone", - "create.ponder.weighted_ejector_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Ejectors will not activate", - "create.ponder.weighted_ejector_redstone.text_2": "UNLOCALIZED: Furthermore, Observers can detect when Ejectors activate", - - "create.ponder.weighted_ejector_tunnel.header": "UNLOCALIZED: Splitting item stacks using Weighted Ejectors", - "create.ponder.weighted_ejector_tunnel.text_1": "UNLOCALIZED: Combined with Brass Tunnels, Ejectors can split item stacks by specific amounts", - "create.ponder.weighted_ejector_tunnel.text_2": "UNLOCALIZED: First, configure the Brass Tunnel to 'Prefer Nearest', in order to prioritize its side output", - "create.ponder.weighted_ejector_tunnel.text_3": "UNLOCALIZED: The Stack Size set on the Ejector now determines the amount to be split off", - "create.ponder.weighted_ejector_tunnel.text_4": "UNLOCALIZED: While a new stack of the configured size exits the side output...", - "create.ponder.weighted_ejector_tunnel.text_5": "UNLOCALIZED: ...the remainder will continue on its path", - - "create.ponder.windmill_source.header": "UNLOCALIZED: Generating Rotational Force using Windmill Bearings", - "create.ponder.windmill_source.text_1": "UNLOCALIZED: Windmill Bearings attach to the block in front of them", - "create.ponder.windmill_source.text_2": "Hozz létre mozgatható szerkezeteket a pillanatragasztó segítségével", - "create.ponder.windmill_source.text_3": "UNLOCALIZED: If enough Sail-like blocks are included, this can act as a Windmill", - "create.ponder.windmill_source.text_4": "UNLOCALIZED: Activated with Right-Click, the Windmill Bearing will start providing Rotational Force", - "create.ponder.windmill_source.text_5": "UNLOCALIZED: The Amount of Sail Blocks determine its Rotation Speed", - "create.ponder.windmill_source.text_6": "UNLOCALIZED: Use a Wrench to configure its rotation direction", - "create.ponder.windmill_source.text_7": "UNLOCALIZED: Right-click the Bearing anytime to stop and edit the Structure again", - - "create.ponder.windmill_structure.header": "UNLOCALIZED: Windmill Contraptions", - "create.ponder.windmill_structure.text_1": "UNLOCALIZED: Any Structure can count as a valid Windmill, as long as it contains at least 8 sail-like Blocks.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/it_it.json b/src/generated/resources/assets/create/lang/unfinished/it_it.json deleted file mode 100644 index a16f1e73b3..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/it_it.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 11", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Finestra di acacia", - "block.create.acacia_window_pane": "Pannello di finestra di acacia", - "block.create.adjustable_chain_gearshift": "Cambio a catena regolabile", - "block.create.analog_lever": "Leva analogica", - "block.create.andesite_belt_funnel": "Imbuto di andesite su nastro", - "block.create.andesite_casing": "Rivestimento di andesite", - "block.create.andesite_encased_cogwheel": "Ingranaggio rivestito in andesite", - "block.create.andesite_encased_large_cogwheel": "Ingranaggio grande rivestito in andesite", - "block.create.andesite_encased_shaft": "Asse rivestita in andesite", - "block.create.andesite_funnel": "Imbuto di andesite", - "block.create.andesite_ladder": "Scala a pioli in andesite", - "block.create.andesite_pillar": "Pilastro di andesite", - "block.create.andesite_tunnel": "Tunnel di andesite", - "block.create.asurine": "Azurite", - "block.create.asurine_pillar": "Pilastro di azurite", - "block.create.basin": "Vasca", - "block.create.belt": "Nastro", - "block.create.birch_window": "Finestra di betulla", - "block.create.birch_window_pane": "Pannello di finestra di betulla", - "block.create.black_nixie_tube": "Tubo Nixie nero", - "block.create.black_sail": "Vela nera", - "block.create.black_seat": "Sedile nero", - "block.create.black_toolbox": "Cassetta degli attrezzi nera", - "block.create.black_valve_handle": "Maniglia per valvola nera", - "block.create.blaze_burner": "Inceneritore a blaze", - "block.create.blue_nixie_tube": "Tubo Nixie blu", - "block.create.blue_sail": "Vela blu", - "block.create.blue_seat": "Sedile blu", - "block.create.blue_toolbox": "Cassetta degli attrezzi blu", - "block.create.blue_valve_handle": "Maniglia per valvola blu", - "block.create.brass_belt_funnel": "Imbuto di ottone su nastro", - "block.create.brass_block": "Blocco di ottone", - "block.create.brass_casing": "Rivestimento di ottone", - "block.create.brass_encased_cogwheel": "Ingranaggio rivestito in ottone", - "block.create.brass_encased_large_cogwheel": "Ingranaggio grande rivestito in ottone", - "block.create.brass_encased_shaft": "Asse rivestita in ottone", - "block.create.brass_funnel": "Imbuto di ottone", - "block.create.brass_ladder": "Scala a pioli in ottone", - "block.create.brass_tunnel": "Tunnel di ottone", - "block.create.brown_nixie_tube": "Tubo Nixie marrone", - "block.create.brown_sail": "Vela marrone", - "block.create.brown_seat": "Sedile marrone", - "block.create.brown_toolbox": "Cassetta degli attrezzi marrone", - "block.create.brown_valve_handle": "Maniglia per valvola marrone", - "block.create.calcite_pillar": "Pilastro di calcite", - "block.create.cart_assembler": "Assemblatore di carrelli", - "block.create.chocolate": "Cioccolato", - "block.create.chute": "Scivolo", - "block.create.clockwork_bearing": "Supporto per orologi", - "block.create.clutch": "Frizione", - "block.create.cogwheel": "Ingranaggio", - "block.create.content_observer": "Osservatore di contenuti", - "block.create.controller_rail": "Binario di controllo", - "block.create.controls": "Comandi del treno", - "block.create.copper_backtank": "Zaino serbatoio", - "block.create.copper_casing": "Rivestimento di rame", - "block.create.copper_ladder": "Scala a pioli in rame", - "block.create.copper_shingle_slab": "Lastra di tegole di rame", - "block.create.copper_shingle_stairs": "Scalini di tegole di rame", - "block.create.copper_shingles": "Tegole di rame", - "block.create.copper_tile_slab": "Lastra di mattonelle di rame", - "block.create.copper_tile_stairs": "Scalini di mattonelle di rame", - "block.create.copper_tiles": "Piastrelle di rame", - "block.create.copper_valve_handle": "Maniglia per valvola di rame", - "block.create.creative_crate": "Cassa (creativa)", - "block.create.creative_fluid_tank": "Serbatoio per fluidi (creativa)", - "block.create.creative_motor": "Motore (creativa)", - "block.create.crimsite": "Crimsite", - "block.create.crimsite_pillar": "Pilastro di crimsite", - "block.create.crimson_window": "Finestra cremisi", - "block.create.crimson_window_pane": "Lastra di finestra cremisi", - "block.create.crushing_wheel": "Ruota frantumatrice", - "block.create.crushing_wheel_controller": "Nucleo di ruota frantumatrice", - "block.create.cuckoo_clock": "Orologio a cucù", - "block.create.cut_andesite": "Andesite tagliata", - "block.create.cut_andesite_brick_slab": "Lastra di mattoni di andesite tagliata", - "block.create.cut_andesite_brick_stairs": "Scalini di mattoni di andesite tagliata", - "block.create.cut_andesite_brick_wall": "Muretto di mattoni di andesite tagliata", - "block.create.cut_andesite_bricks": "Mattoni di andesite tagliata", - "block.create.cut_andesite_slab": "Lastra di andesite tagliata", - "block.create.cut_andesite_stairs": "Scalini di andesite tagliata", - "block.create.cut_andesite_wall": "Muretto di andesite tagliata", - "block.create.cut_asurine": "Asurina tagliata", - "block.create.cut_asurine_brick_slab": "Lastra di mattoni di asurina tagliata", - "block.create.cut_asurine_brick_stairs": "Scalini di mattoni di asurina tagliata", - "block.create.cut_asurine_brick_wall": "Muretto di mattoni di asurina tagliata", - "block.create.cut_asurine_bricks": "Mattoni di asurina tagliata", - "block.create.cut_asurine_slab": "Lastra di asurina tagliata", - "block.create.cut_asurine_stairs": "Scalini di asurina tagliata", - "block.create.cut_asurine_wall": "Muretto di asurina tagliata", - "block.create.cut_calcite": "Calcite tagliata", - "block.create.cut_calcite_brick_slab": "Lastra di mattoni di calcite tagliata", - "block.create.cut_calcite_brick_stairs": "Scalini di mattoni di calcite tagliata", - "block.create.cut_calcite_brick_wall": "Muretto di mattoni di calcite tagliata", - "block.create.cut_calcite_bricks": "Mattoni di calcite tagliata", - "block.create.cut_calcite_slab": "Lastra di calcite tagliata", - "block.create.cut_calcite_stairs": "Scalini di calcite tagliata", - "block.create.cut_calcite_wall": "Muretto di calcite tagliata", - "block.create.cut_crimsite": "Crimsite tagliata", - "block.create.cut_crimsite_brick_slab": "Lastra di mattoni di crimsite tagliata", - "block.create.cut_crimsite_brick_stairs": "Scalini di mattoni di crimsite tagliata", - "block.create.cut_crimsite_brick_wall": "Muretto di mattoni di crimsite tagliata", - "block.create.cut_crimsite_bricks": "Mattoni di crimsite tagliata", - "block.create.cut_crimsite_slab": "Lastra di crimsite tagliata", - "block.create.cut_crimsite_stairs": "Scalini di crimsite tagliata", - "block.create.cut_crimsite_wall": "Muretto di crimsite tagliata", - "block.create.cut_deepslate": "Ardesia profonda tagliata", - "block.create.cut_deepslate_brick_slab": "Lastra di mattoni di ardesia profonda tagliata", - "block.create.cut_deepslate_brick_stairs": "Scalini di mattoni di ardesia profonda tagliata", - "block.create.cut_deepslate_brick_wall": "Lastra di mattoni di ardesia profonda tagliata", - "block.create.cut_deepslate_bricks": "Mattoni di ardesia profonda tagliata", - "block.create.cut_deepslate_slab": "Lastra di ardesia profonda tagliata", - "block.create.cut_deepslate_stairs": "Scalini di ardesia profonda tagliata", - "block.create.cut_deepslate_wall": "Muretto di ardesia profonda tagliata", - "block.create.cut_diorite": "Diorite tagliata", - "block.create.cut_diorite_brick_slab": "Lastra di mattoni di diorite tagliata", - "block.create.cut_diorite_brick_stairs": "Scalini di mattoni di diorite tagliata", - "block.create.cut_diorite_brick_wall": "Muretto di mattoni di diorite tagliata", - "block.create.cut_diorite_bricks": "Mattoni di diorite tagliata", - "block.create.cut_diorite_slab": "Lastra di diorite tagliata", - "block.create.cut_diorite_stairs": "Scalini di diorite tagliata", - "block.create.cut_diorite_wall": "Muretto di diorite tagliata", - "block.create.cut_dripstone": "Speleotema tagliato", - "block.create.cut_dripstone_brick_slab": "Lastra di mattoni di speleotema tagliato", - "block.create.cut_dripstone_brick_stairs": "Scalini di mattoni di speleotema tagliato", - "block.create.cut_dripstone_brick_wall": "Muretto di mattoni di speleotema tagliato", - "block.create.cut_dripstone_bricks": "Mattoni di speleotema tagliato", - "block.create.cut_dripstone_slab": "Lastra di speleotema tagliato", - "block.create.cut_dripstone_stairs": "Scalini di speleotema tagliato", - "block.create.cut_dripstone_wall": "Muretto di speleotema tagliato", - "block.create.cut_granite": "Granito tagliato", - "block.create.cut_granite_brick_slab": "Lastra di mattoni di granito tagliato", - "block.create.cut_granite_brick_stairs": "Scalini di mattoni di granito tagliato", - "block.create.cut_granite_brick_wall": "Muretto di mattoni di granito tagliato", - "block.create.cut_granite_bricks": "Mattoni di granito tagliato", - "block.create.cut_granite_slab": "Lastra di granito tagliato", - "block.create.cut_granite_stairs": "Scalini di granito tagliato", - "block.create.cut_granite_wall": "Muretto di granito tagliato", - "block.create.cut_limestone": "Calcare tagliato", - "block.create.cut_limestone_brick_slab": "Lastra di mattoni di calcare tagliato", - "block.create.cut_limestone_brick_stairs": "Scalini di mattoni di calcare tagliato", - "block.create.cut_limestone_brick_wall": "Muretto di mattoni di calcare tagliato", - "block.create.cut_limestone_bricks": "Mattoni di calcare tagliato", - "block.create.cut_limestone_slab": "Lastra di calcare tagliato", - "block.create.cut_limestone_stairs": "Scalini di calcare tagliato", - "block.create.cut_limestone_wall": "Muretto di calcare tagliato", - "block.create.cut_ochrum": "Ocrite tagliata", - "block.create.cut_ochrum_brick_slab": "Lastra di mattoni di ocrite tagliata", - "block.create.cut_ochrum_brick_stairs": "Scalini di mattoni di ocrite tagliata", - "block.create.cut_ochrum_brick_wall": "Muretto di mattoni di ocrite tagliata", - "block.create.cut_ochrum_bricks": "Mattoni di ocrite tagliata", - "block.create.cut_ochrum_slab": "Lastra di ocrite tagliata", - "block.create.cut_ochrum_stairs": "Scalini di ocrite tagliata", - "block.create.cut_ochrum_wall": "Muretto di ocrite tagliata", - "block.create.cut_scorchia": "Scoria bruciata tagliata", - "block.create.cut_scorchia_brick_slab": "Lastra di mattoni di scoria bruciata tagliata", - "block.create.cut_scorchia_brick_stairs": "Scalini di mattoni di scoria bruciata tagliata", - "block.create.cut_scorchia_brick_wall": "Muretto di mattoni di scoria bruciata tagliata", - "block.create.cut_scorchia_bricks": "Mattoni di scoria bruciata tagliata", - "block.create.cut_scorchia_slab": "Lastra di scoria bruciata tagliata", - "block.create.cut_scorchia_stairs": "Scalini di scoria bruciata tagliata", - "block.create.cut_scorchia_wall": "Muretto di scoria bruciata tagliata", - "block.create.cut_scoria": "Scoria tagliata", - "block.create.cut_scoria_brick_slab": "Lastra di mattoni di scoria tagliata", - "block.create.cut_scoria_brick_stairs": "Scalini di mattoni di scoria tagliata", - "block.create.cut_scoria_brick_wall": "Muretto di mattoni di scoria tagliata", - "block.create.cut_scoria_bricks": "Mattoni di scoria tagliata", - "block.create.cut_scoria_slab": "Lastra di scoria tagliata", - "block.create.cut_scoria_stairs": "Scalini di scoria tagliata", - "block.create.cut_scoria_wall": "Muretto di scoria tagliata", - "block.create.cut_tuff": "Tufo tagliato", - "block.create.cut_tuff_brick_slab": "Lastra di mattoni di tufo tagliato", - "block.create.cut_tuff_brick_stairs": "Scalini di mattoni di tufo tagliato", - "block.create.cut_tuff_brick_wall": "Muretto di mattoni di tufo tagliato", - "block.create.cut_tuff_bricks": "Mattoni di tufo tagliato", - "block.create.cut_tuff_slab": "Lastra di tufo tagliato", - "block.create.cut_tuff_stairs": "Scalini di tufo tagliato", - "block.create.cut_tuff_wall": "Muretto di tufo tagliato", - "block.create.cut_veridium": "Veridio tagliato", - "block.create.cut_veridium_brick_slab": "Lastra di mattoni di veridio tagliato", - "block.create.cut_veridium_brick_stairs": "Scalini di mattoni di veridio tagliato", - "block.create.cut_veridium_brick_wall": "Muretto di mattoni di veridio tagliato", - "block.create.cut_veridium_bricks": "Mattoni di veridio tagliato", - "block.create.cut_veridium_slab": "Lastra di veridio tagliato", - "block.create.cut_veridium_stairs": "Scalini di veridio tagliato", - "block.create.cut_veridium_wall": "Muretto di veridio tagliato", - "block.create.cyan_nixie_tube": "Tubo Nixie ciano", - "block.create.cyan_sail": "Vela ciano", - "block.create.cyan_seat": "Sedile ciano", - "block.create.cyan_toolbox": "Cassetta degli attrezzi ciano", - "block.create.cyan_valve_handle": "Maniglia per valvola ciano", - "block.create.dark_oak_window": "Finestra di quercia scura", - "block.create.dark_oak_window_pane": "Pannello di finestra di quercia scura", - "block.create.deepslate_pillar": "Pilastro di ardesia profonda", - "block.create.deepslate_zinc_ore": "Minerali di zinco in ardesia profonda", - "block.create.deployer": "Installatore", - "block.create.depot": "Stazione per oggetti", - "block.create.diorite_pillar": "Pilastro di diorite", - "block.create.display_board": "Tabellone", - "block.create.display_link": "Lettore di dati", - "block.create.dripstone_pillar": "Pilastro di speleotema", - "block.create.encased_chain_drive": "Trasmissione a catena", - "block.create.encased_fan": "Ventilatore", - "block.create.encased_fluid_pipe": "Tubo per fluidi rivestito", - "block.create.exposed_copper_shingle_slab": "Lastra di tegole di rame esposto", - "block.create.exposed_copper_shingle_stairs": "Scalini di tegole di rame esposto", - "block.create.exposed_copper_shingles": "Tegole di rame esposto", - "block.create.exposed_copper_tile_slab": "Lastra di mattonelle di rame esposto", - "block.create.exposed_copper_tile_stairs": "Scalini di mattonelle di rame esposto", - "block.create.exposed_copper_tiles": "Mattonelle di rame esposto", - "block.create.fake_track": "Marcatore di rotaia per mappe", - "block.create.fluid_pipe": "Tubo per fluidi", - "block.create.fluid_tank": "Serbatoio per fluidi", - "block.create.fluid_valve": "Valvola per fluidi", - "block.create.flywheel": "Volano", - "block.create.framed_glass": "Finestra di vetro", - "block.create.framed_glass_door": "Porta di vetro", - "block.create.framed_glass_pane": "Pannello di finestra di vetro", - "block.create.framed_glass_trapdoor": "Botola di vetro", - "block.create.gantry_carriage": "Carrello da gru", - "block.create.gantry_shaft": "Asse da gru", - "block.create.gearbox": "Invertitore", - "block.create.gearshift": "Cambio", - "block.create.glass_fluid_pipe": "Tubo per fluidi con vetrata", - "block.create.granite_pillar": "Pilastro di granito", - "block.create.gray_nixie_tube": "Tubo Nixie grigio", - "block.create.gray_sail": "Vela grigia", - "block.create.gray_seat": "Sedile grigio", - "block.create.gray_toolbox": "Cassetta degli attrezzi grigia", - "block.create.gray_valve_handle": "Maniglia per valvola grigia", - "block.create.green_nixie_tube": "Tubo Nixie verde", - "block.create.green_sail": "Vela verde", - "block.create.green_seat": "Sedile verde", - "block.create.green_toolbox": "Cassetta degli attrezzi verde", - "block.create.green_valve_handle": "Maniglia per valvola verde", - "block.create.hand_crank": "Manovella", - "block.create.haunted_bell": "Campana infestata", - "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", - "block.create.hose_pulley": "Carrucola per fluidi", - "block.create.item_drain": "Prosciugatore di oggetti", - "block.create.item_vault": "Container", - "block.create.jungle_window": "Finestra della giungla", - "block.create.jungle_window_pane": "Pannello di finestra della giungla", - "block.create.large_bogey": "Carrello grande", - "block.create.large_cogwheel": "Ingranaggio grande", - "block.create.layered_andesite": "Andesite stratificata", - "block.create.layered_asurine": "Azurite stratificata", - "block.create.layered_calcite": "Calcite stratificata", - "block.create.layered_crimsite": "Crimsite stratificata", - "block.create.layered_deepslate": "Ardesia profonda stratificata", - "block.create.layered_diorite": "Diorite stratificata", - "block.create.layered_dripstone": "Speleotema stratificato", - "block.create.layered_granite": "Granito stratificato", - "block.create.layered_limestone": "Calcare stratificato", - "block.create.layered_ochrum": "Ocrite stratificata", - "block.create.layered_scorchia": "Scoria bruciata stratificata", - "block.create.layered_scoria": "Scoria stratificata", - "block.create.layered_tuff": "Tufo stratificato", - "block.create.layered_veridium": "Veridio stratificato", - "block.create.lectern_controller": "Leggio con pulsantiera", - "block.create.light_blue_nixie_tube": "Tubo Nixie azzurro", - "block.create.light_blue_sail": "Vela azzurra", - "block.create.light_blue_seat": "Sedile azzurro", - "block.create.light_blue_toolbox": "Cassetta degli attrezzi azzurra", - "block.create.light_blue_valve_handle": "Maniglia per valvola azzurra", - "block.create.light_gray_nixie_tube": "Tubo Nixie grigio chiaro", - "block.create.light_gray_sail": "Vela grigio chiaro", - "block.create.light_gray_seat": "Sedile grigio chiaro", - "block.create.light_gray_toolbox": "Cassetta degli attrezzi grigia chiaro", - "block.create.light_gray_valve_handle": "Maniglia per valvola grigio chiaro", - "block.create.lime_nixie_tube": "Tubo Nixie lime", - "block.create.lime_sail": "Vela lime", - "block.create.lime_seat": "Sedile lime", - "block.create.lime_toolbox": "Cassetta degli attrezzi lime", - "block.create.lime_valve_handle": "Maniglia per valvola lime", - "block.create.limestone": "Calcare", - "block.create.limestone_pillar": "Pilastro di calcare", - "block.create.linear_chassis": "Telaio lineare", - "block.create.lit_blaze_burner": "Inceneritore a blaze acceso", - "block.create.magenta_nixie_tube": "Tubo Nixie magenta", - "block.create.magenta_sail": "Vela magenta", - "block.create.magenta_seat": "Sedile magenta", - "block.create.magenta_toolbox": "Cassetta degli attrezzi magenta", - "block.create.magenta_valve_handle": "Maniglia per valvola magenta", - "block.create.mechanical_arm": "Braccio meccanico", - "block.create.mechanical_bearing": "Supporto meccanico", - "block.create.mechanical_crafter": "Fabbricatore meccanico", - "block.create.mechanical_drill": "Trivella meccanica", - "block.create.mechanical_harvester": "Mietitrice meccanica", - "block.create.mechanical_mixer": "Frullatore meccanico", - "block.create.mechanical_piston": "Pistone meccanico", - "block.create.mechanical_piston_head": "Testa di pistone meccanico", - "block.create.mechanical_plough": "Aratro meccanico", - "block.create.mechanical_press": "Pressa meccanica", - "block.create.mechanical_pump": "Pompa meccanica", - "block.create.mechanical_saw": "Sega meccanica", - "block.create.metal_bracket": "Supporto di metallo", - "block.create.metal_girder": "Trave di metallo", - "block.create.metal_girder_encased_shaft": "Asse rivestita da trave di metallo", - "block.create.millstone": "Macina", - "block.create.minecart_anchor": "Ancora per carrello da miniera", - "block.create.mysterious_cuckoo_clock": "Orologio a cucù misterioso", - "block.create.nixie_tube": "Tubo Nixie", - "block.create.nozzle": "Dispersore", - "block.create.oak_window": "Finestra di quercia", - "block.create.oak_window_pane": "Pannello di finestra di quercia", - "block.create.ochrum": "Ocrite", - "block.create.ochrum_pillar": "Pilastro di ocrite", - "block.create.orange_sail": "Vela arancione", - "block.create.orange_seat": "Sedile arancione", - "block.create.orange_toolbox": "Cassetta degli attrezzi arancione", - "block.create.orange_valve_handle": "Maniglia per valvola arancione", - "block.create.ornate_iron_window": "Finestra di ferro ornata", - "block.create.ornate_iron_window_pane": "Pannello di finestra di ferro ornata", - "block.create.oxidized_copper_shingle_slab": "Lastra di tegole di rame ossidato", - "block.create.oxidized_copper_shingle_stairs": "Scalini di tegole di rame ossidato", - "block.create.oxidized_copper_shingles": "Tegole di rame ossidato", - "block.create.oxidized_copper_tile_slab": "Lastra di mattonelle di rame ossidato", - "block.create.oxidized_copper_tile_stairs": "Scalini di mattonelle di rame ossidato", - "block.create.oxidized_copper_tiles": "Mattonelle di rame ossidato", - "block.create.peculiar_bell": "Campana peculiare", - "block.create.pink_nixie_tube": "Tubo Nixie rosa", - "block.create.pink_sail": "Vela rosa", - "block.create.pink_seat": "Sedile rosa", - "block.create.pink_toolbox": "Cassetta degli attrezzi rosa", - "block.create.pink_valve_handle": "Maniglia per valvola rosa", - "block.create.piston_extension_pole": "Palo di pistone", - "block.create.placard": "Cornice di ottone", - "block.create.polished_cut_andesite": "Andesite tagliata levigata", - "block.create.polished_cut_andesite_slab": "Lastra di andesite tagliata levigata", - "block.create.polished_cut_andesite_stairs": "Scalini di andesite tagliata levigata", - "block.create.polished_cut_andesite_wall": "Muretto di andesite tagliata levigata", - "block.create.polished_cut_asurine": "Azurite tagliata levigata", - "block.create.polished_cut_asurine_slab": "Lastra di azurite tagliata levigata", - "block.create.polished_cut_asurine_stairs": "Scalini di azurite tagliata levigata", - "block.create.polished_cut_asurine_wall": "Muretto di azurite tagliata levigata", - "block.create.polished_cut_calcite": "Calcite tagliata levigata", - "block.create.polished_cut_calcite_slab": "Lastra di calcite tagliata levigata", - "block.create.polished_cut_calcite_stairs": "Scalini di calcite tagliata levigata", - "block.create.polished_cut_calcite_wall": "Muretto di calcite tagliata levigata", - "block.create.polished_cut_crimsite": "Crimsite tagliata levigata", - "block.create.polished_cut_crimsite_slab": "Lastra di crimsite tagliata levigata", - "block.create.polished_cut_crimsite_stairs": "Scalini di crimsite tagliata levigata", - "block.create.polished_cut_crimsite_wall": "Muretto di crimsite tagliata levigata", - "block.create.polished_cut_deepslate": "Ardesia profonda tagliata levigata", - "block.create.polished_cut_deepslate_slab": "Lastra di ardesia profonda tagliata levigata", - "block.create.polished_cut_deepslate_stairs": "Scalini di ardesia profonda tagliata levigata", - "block.create.polished_cut_deepslate_wall": "Muretto di ardesia profonda tagliata levigata", - "block.create.polished_cut_diorite": "Diorite tagliata levigata", - "block.create.polished_cut_diorite_slab": "Lastra di diorite tagliata levigata", - "block.create.polished_cut_diorite_stairs": "Scalini di diorite tagliata levigata", - "block.create.polished_cut_diorite_wall": "Muretto di diorite tagliata levigata", - "block.create.polished_cut_dripstone": "Speleotema tagliato levigato", - "block.create.polished_cut_dripstone_slab": "Lastra di speleotema tagliato levigato", - "block.create.polished_cut_dripstone_stairs": "Scalini di speleotema tagliato levigato", - "block.create.polished_cut_dripstone_wall": "Muretto di speleotema tagliato levigato", - "block.create.polished_cut_granite": "Granito tagliato levigato", - "block.create.polished_cut_granite_slab": "Lastra di granito tagliato levigato", - "block.create.polished_cut_granite_stairs": "Scalini di franito tagliato levigato", - "block.create.polished_cut_granite_wall": "Muretto di granito tagliato levigato", - "block.create.polished_cut_limestone": "Calcare tagliato levigato", - "block.create.polished_cut_limestone_slab": "Lastra di calcare tagliato levigato", - "block.create.polished_cut_limestone_stairs": "Scalini di calcare tagliato levigato", - "block.create.polished_cut_limestone_wall": "Muretto di calcare tagliato levigato", - "block.create.polished_cut_ochrum": "Ocrite tagliata levigata", - "block.create.polished_cut_ochrum_slab": "Lastra di ocrite tagliata levigata", - "block.create.polished_cut_ochrum_stairs": "Scalini di ocrite tagliata levigata", - "block.create.polished_cut_ochrum_wall": "Muretto di ocrite tagliata levigata", - "block.create.polished_cut_scorchia": "Scoria bruciata tagliata levigata", - "block.create.polished_cut_scorchia_slab": "Lastra di scoria bruciata tagliata levigata", - "block.create.polished_cut_scorchia_stairs": "Scalini di scoria bruciata tagliata levigata", - "block.create.polished_cut_scorchia_wall": "Muretto di scoria bruciata tagliata levigata", - "block.create.polished_cut_scoria": "Scoria tagliata levigata", - "block.create.polished_cut_scoria_slab": "Lastra di scoria tagliata levigata", - "block.create.polished_cut_scoria_stairs": "Scalini di scoria tagliata levigata", - "block.create.polished_cut_scoria_wall": "Muretto di scoria tagliata levigata", - "block.create.polished_cut_tuff": "Tufo tagliato levigato", - "block.create.polished_cut_tuff_slab": "Lastra di tufo tagliato levigato", - "block.create.polished_cut_tuff_stairs": "Scalini di tufo tagliato levigato", - "block.create.polished_cut_tuff_wall": "Muretto di tufo tagliato levigato", - "block.create.polished_cut_veridium": "Veridio tagliato levigato", - "block.create.polished_cut_veridium_slab": "Lastra di veridio tagliato levigato", - "block.create.polished_cut_veridium_stairs": "Scalini di veridio tagliato levigato", - "block.create.polished_cut_veridium_wall": "Muretto di veridio tagliato levigato", - "block.create.portable_fluid_interface": "Interfaccia per fluidi portatile", - "block.create.portable_storage_interface": "Interfaccia di stoccaggio portatile", - "block.create.powered_latch": "Circuito redstone bi-stato", - "block.create.powered_shaft": "Gru alimentata", - "block.create.powered_toggle_latch": "Alternatore redstone", - "block.create.pulley_magnet": "Magnete della carrucola", - "block.create.pulse_extender": "Estensore di impulsi", - "block.create.pulse_repeater": "Ripetitore di impulsi", - "block.create.purple_nixie_tube": "Tubo Nixie viola", - "block.create.purple_sail": "Vela viola", - "block.create.purple_seat": "Sedile viola", - "block.create.purple_toolbox": "Cassetta degli attrezzi viola", - "block.create.purple_valve_handle": "Maniglia per valvola viola", - "block.create.radial_chassis": "Telaio radiale", - "block.create.railway_casing": "Rivestimento di treno", - "block.create.raw_zinc_block": "Blocco di zinco grezzo", - "block.create.red_nixie_tube": "Tubo Nixie rosso", - "block.create.red_sail": "Vela rossa", - "block.create.red_seat": "Sedile rosso", - "block.create.red_toolbox": "Cassetta degli attrezzi rossa", - "block.create.red_valve_handle": "Maniglia per valvola rossa", - "block.create.redstone_contact": "Contatto redstone", - "block.create.redstone_link": "Connettore redstone", - "block.create.refined_radiance_casing": "Rivestimento di splendore raffinato", - "block.create.rope": "Corda", - "block.create.rope_pulley": "Carrucola per corde", - "block.create.rose_quartz_block": "Blocco di quarzo rosa", - "block.create.rose_quartz_lamp": "Lampada di quarzo rosa", - "block.create.rose_quartz_tiles": "Mattonelle di quarzo rosa", - "block.create.rotation_speed_controller": "Regolatore di velocità di rotazione", - "block.create.sail_frame": "Cornice di vela", - "block.create.schematic_table": "Banco dei progetti", - "block.create.schematicannon": "Spara-progetti", - "block.create.scorchia": "Scoria bruciata", - "block.create.scorchia_pillar": "Pilastro di scoria bruciata", - "block.create.scoria": "Scoria", - "block.create.scoria_pillar": "Pilastro di scoria", - "block.create.secondary_linear_chassis": "Telaio lineare secondario", - "block.create.sequenced_gearshift": "Cambio sequenziale", - "block.create.shadow_steel_casing": "Rivestimento di acciaio oscuro", - "block.create.shaft": "Asse", - "block.create.small_andesite_brick_slab": "Lastra di mattoncini di andesite", - "block.create.small_andesite_brick_stairs": "Scalini di mattoncini di andesite", - "block.create.small_andesite_brick_wall": "Muretto di mattoncini di andesite", - "block.create.small_andesite_bricks": "Mattoncini di andesite", - "block.create.small_asurine_brick_slab": "Lastra di mattoncini di azurite", - "block.create.small_asurine_brick_stairs": "Scalini di mattoncini di azurite", - "block.create.small_asurine_brick_wall": "Muretto di mattoncini di azurite", - "block.create.small_asurine_bricks": "Mattoncini di azurite", - "block.create.small_bogey": "Carrello piccolo", - "block.create.small_calcite_brick_slab": "Lastra di mattoncini di calcite", - "block.create.small_calcite_brick_stairs": "Scalini di mattoncini di calcite", - "block.create.small_calcite_brick_wall": "Muretto di mattoncini di calcite", - "block.create.small_calcite_bricks": "Mattoncini di calcite", - "block.create.small_crimsite_brick_slab": "Lastra di mattoncini di crimsite", - "block.create.small_crimsite_brick_stairs": "Scalini di mattoncini di crimsite", - "block.create.small_crimsite_brick_wall": "Muretto di mattoncini di crimsite", - "block.create.small_crimsite_bricks": "Mattoncini di crimsite", - "block.create.small_deepslate_brick_slab": "Lastra di mattoncini di ardesia profonda", - "block.create.small_deepslate_brick_stairs": "Scalini di mattoncini di ardesia profonda", - "block.create.small_deepslate_brick_wall": "Muretto di mattoncini di ardesia profonda", - "block.create.small_deepslate_bricks": "Mattoncini di ardesia profonda", - "block.create.small_diorite_brick_slab": "Lastra di mattoncini di diorite", - "block.create.small_diorite_brick_stairs": "Scalini di mattoncini di diorite", - "block.create.small_diorite_brick_wall": "Muretto di mattoncini di diorite", - "block.create.small_diorite_bricks": "Mattoncini di diorite", - "block.create.small_dripstone_brick_slab": "Lastra di mattoncini di speleotema", - "block.create.small_dripstone_brick_stairs": "Scalini di mattoncini di speleotema", - "block.create.small_dripstone_brick_wall": "Muretto di mattoncini di speleotema", - "block.create.small_dripstone_bricks": "Mattoncini di speleotema", - "block.create.small_granite_brick_slab": "Lastra di mattoncini di granito", - "block.create.small_granite_brick_stairs": "Scalini di mattoncini di granito", - "block.create.small_granite_brick_wall": "Muretto di mattoncini di granito", - "block.create.small_granite_bricks": "Mattoncini di granito", - "block.create.small_limestone_brick_slab": "Lastra di mattoncini di calcare", - "block.create.small_limestone_brick_stairs": "Scalini di mattoncini di calcare", - "block.create.small_limestone_brick_wall": "Muretto di mattoncini di calcare", - "block.create.small_limestone_bricks": "Mattoncini di calcare", - "block.create.small_ochrum_brick_slab": "Lastra di mattoncini di ocrite", - "block.create.small_ochrum_brick_stairs": "Scalini di mattoncini di ocrite", - "block.create.small_ochrum_brick_wall": "Muretto di mattoncini di ocrite", - "block.create.small_ochrum_bricks": "Mattoncini di ocrite", - "block.create.small_rose_quartz_tiles": "Piccole mattonelle di quarzo rosa", - "block.create.small_scorchia_brick_slab": "Lastra di mattoncini di scoria bruciata", - "block.create.small_scorchia_brick_stairs": "Scalini di mattoncini di scoria bruciata", - "block.create.small_scorchia_brick_wall": "Muretto di mattoncini di scoria bruciata", - "block.create.small_scorchia_bricks": "Mattoncini di scoria bruciata", - "block.create.small_scoria_brick_slab": "Lastra di mattoncini di scoria", - "block.create.small_scoria_brick_stairs": "Scalini di mattoncini di scoria", - "block.create.small_scoria_brick_wall": "Muretto di mattoncini di scoria", - "block.create.small_scoria_bricks": "Mattoncini di scoria", - "block.create.small_tuff_brick_slab": "Lastra di mattoncini di tufo", - "block.create.small_tuff_brick_stairs": "Scalini di mattoncini di tufo", - "block.create.small_tuff_brick_wall": "Muretto di mattoncini di tufo", - "block.create.small_tuff_bricks": "Mattoncini di tufo", - "block.create.small_veridium_brick_slab": "Lastra di mattoncini di veridio", - "block.create.small_veridium_brick_stairs": "Scalini di mattoncini di veridio", - "block.create.small_veridium_brick_wall": "Muretto di mattoncini di veridio", - "block.create.small_veridium_bricks": "Mattoncini di veridio", - "block.create.smart_chute": "Scivolo intelligente", - "block.create.smart_fluid_pipe": "Tubo per fluidi intelligente", - "block.create.speedometer": "Tachimetro", - "block.create.spout": "Spruzzatore", - "block.create.spruce_window": "Finestra di abete", - "block.create.spruce_window_pane": "Pannello di finestra di abete", - "block.create.steam_engine": "Motore a vapore", - "block.create.steam_whistle": "Fischio a vapore", - "block.create.steam_whistle_extension": "Estensione di fischio a vapore", - "block.create.sticker": "Incollatore", - "block.create.sticky_mechanical_piston": "Pistone meccanico appiccicoso", - "block.create.stockpile_switch": "Interruttore a riempimento", - "block.create.stressometer": "Stressometro", - "block.create.tiled_glass": "Vetro piastrellato", - "block.create.tiled_glass_pane": "Pannello di vetro piastrellato", - "block.create.track": "Rotaia", - "block.create.track_observer": "Osservatore ferroviario", - "block.create.track_signal": "Semaforo ferroviario", - "block.create.track_station": "Stazione ferroviaria", - "block.create.train_door": "Porta per treni", - "block.create.train_trapdoor": "Botola per treni", - "block.create.tuff_pillar": "Pilastro di tufo", - "block.create.turntable": "Piattaforma girevole", - "block.create.veridium": "Veridio", - "block.create.veridium_pillar": "Pilastro di veridio", - "block.create.vertical_framed_glass": "Finestra di vetro verticale", - "block.create.vertical_framed_glass_pane": "Pannello di finestra di vetro verticale", - "block.create.warped_window": "Finestra distorta", - "block.create.warped_window_pane": "Pannello di finestra distorta", - "block.create.water_wheel": "Mulino ad acqua", - "block.create.waxed_copper_shingle_slab": "Lastra di tegole di rame cerato", - "block.create.waxed_copper_shingle_stairs": "Scalini di tegole di rame cerato", - "block.create.waxed_copper_shingles": "Tegole di rame cerato", - "block.create.waxed_copper_tile_slab": "Lastra di mattonelle di rame cerato", - "block.create.waxed_copper_tile_stairs": "Scalini di mattonelle di rame cerato", - "block.create.waxed_copper_tiles": "Mattonelle di rame ossidato cerato", - "block.create.waxed_exposed_copper_shingle_slab": "Lastra di tegole di rame esposto cerato", - "block.create.waxed_exposed_copper_shingle_stairs": "Scalini di tegole di rame cerato", - "block.create.waxed_exposed_copper_shingles": "Tegole di rame cerato", - "block.create.waxed_exposed_copper_tile_slab": "Lastra di mattonelle di rame ossidato cerato", - "block.create.waxed_exposed_copper_tile_stairs": "Scalini di mattonelle di rame esposto cerato", - "block.create.waxed_exposed_copper_tiles": "Mattonelle di rame esposto cerato", - "block.create.waxed_oxidized_copper_shingle_slab": "Lastra di tegole di rame ossidato cerato", - "block.create.waxed_oxidized_copper_shingle_stairs": "Scalini di tegole di rame ossidato cerato", - "block.create.waxed_oxidized_copper_shingles": "Tegole di rame ossidato cerato", - "block.create.waxed_oxidized_copper_tile_slab": "Lastra di mattonelle di rame ossidato cerato", - "block.create.waxed_oxidized_copper_tile_stairs": "Scalini di mattonelle di rame ossidato cerato", - "block.create.waxed_oxidized_copper_tiles": "Mattonelle di rame ossidato cerato", - "block.create.waxed_weathered_copper_shingle_slab": "Lastra di tegole di rame corroso cerato", - "block.create.waxed_weathered_copper_shingle_stairs": "Scalini di tegole di rame corroso cerato", - "block.create.waxed_weathered_copper_shingles": "Tegole di rame corroso cerato", - "block.create.waxed_weathered_copper_tile_slab": "Lastra di mattonelle di rame corroso cerato", - "block.create.waxed_weathered_copper_tile_stairs": "Scalini di mattonelle di rame corroso cerato", - "block.create.waxed_weathered_copper_tiles": "Mattonelle di rame corroso cerato", - "block.create.weathered_copper_shingle_slab": "Lastra di tegole di rame corroso", - "block.create.weathered_copper_shingle_stairs": "Lastra di tegole di rame corroso", - "block.create.weathered_copper_shingles": "Tegole di rame corroso", - "block.create.weathered_copper_tile_slab": "Lastra di mattonelle di rame corroso", - "block.create.weathered_copper_tile_stairs": "Scalini di mattonelle di rame corroso", - "block.create.weathered_copper_tiles": "Mattonelle di rame corroso", - "block.create.weighted_ejector": "Espulsore di pesi", - "block.create.white_nixie_tube": "Tubo Nixie bianco", - "block.create.white_sail": "Vela bianca", - "block.create.white_seat": "Sedile bianco", - "block.create.white_toolbox": "Cassetta degli attrezzi bianca", - "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": "Tubo Nixie giallo", - "block.create.yellow_sail": "Vela gialla", - "block.create.yellow_seat": "Sedile giallo", - "block.create.yellow_toolbox": "Cassetta degli attrezzi gialla", - "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": "Capacità", - "enchantment.create.potato_recovery": "Recupero vegetale", - - "entity.create.carriage_contraption": "Carrozza", - "entity.create.contraption": "Macchinario", - "entity.create.crafting_blueprint": "Progetto di fabbricazione", - "entity.create.gantry_contraption": "Macchinario da gru", - "entity.create.potato_projectile": "Proiettile Vegetale", - "entity.create.seat": "Sedile", - "entity.create.stationary_contraption": "Macchinario stazionario", - "entity.create.super_glue": "Super colla", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "Pozione", - "fluid.create.tea": "Tè del costruttore", - - "item.create.andesite_alloy": "Lega di andesite", - "item.create.attribute_filter": "Filtro attributi", - "item.create.bar_of_chocolate": "Barretta di cioccolato", - "item.create.belt_connector": "Nastro meccanico", - "item.create.blaze_cake": "Torta per blaze", - "item.create.blaze_cake_base": "Base della torta per blaze", - "item.create.brass_hand": "Mano di ottone", - "item.create.brass_ingot": "Lingotto di ottone", - "item.create.brass_nugget": "Pepita di ottone", - "item.create.brass_sheet": "Lamiera di ottone", - "item.create.builders_tea": "Tè del costruttore", - "item.create.chest_minecart_contraption": "Macchinario con carrello da miniera con baule", - "item.create.chocolate_bucket": "Secchio di cioccolata", - "item.create.chocolate_glazed_berries": "Bacche glassate al cioccolato", - "item.create.chromatic_compound": "Composto cromatico", - "item.create.cinder_flour": "Cenere farinosa", - "item.create.copper_backtank": "Zaino serbatoio", - "item.create.copper_backtank_placeable": "Zaino serbatoio posizionabile", - "item.create.copper_nugget": "Pepita di rame", - "item.create.copper_sheet": "Lamiera di rame", - "item.create.crafter_slot_cover": "Copertura per slot di fabbricazione", - "item.create.crafting_blueprint": "Progetto di fabbricazione", - "item.create.creative_blaze_cake": "Torta per blaze (creativa)", - "item.create.crushed_aluminum_ore": "Alluminio grezzo frantumato", - "item.create.crushed_copper_ore": "Rame grezzo frantumato", - "item.create.crushed_gold_ore": "Oro grezzo frantumato", - "item.create.crushed_iron_ore": "Ferro grezzo frantumato", - "item.create.crushed_lead_ore": "Piombo grezzo frantumato", - "item.create.crushed_nickel_ore": "Nichel grezzo frantumato", - "item.create.crushed_osmium_ore": "Osmio grezzo frantumato", - "item.create.crushed_platinum_ore": "Platino grezzo frantumato", - "item.create.crushed_quicksilver_ore": "Mercurio grezzo frantumato", - "item.create.crushed_silver_ore": "Argento grezzo frantumato", - "item.create.crushed_tin_ore": "Stagno grezzo frantumato", - "item.create.crushed_uranium_ore": "Uranio grezzo frantumato", - "item.create.crushed_zinc_ore": "Zinco grezzo frantumato", - "item.create.diving_boots": "Stivali da immersione", - "item.create.diving_helmet": "Elmo da immersione", - "item.create.dough": "Impasto", - "item.create.electron_tube": "Tubo a vuoto", - "item.create.empty_blaze_burner": "Inceneritore vuoto", - "item.create.empty_schematic": "Progetto vuoto", - "item.create.experience_nugget": "Pepita di esperienza", - "item.create.extendo_grip": "Braccio allungabile", - "item.create.filter": "Filtro", - "item.create.furnace_minecart_contraption": "Macchinario con carrello da miniera con fornace", - "item.create.goggles": "Occhiali da ingegnere", - "item.create.golden_sheet": "Lamiera d'oro", - "item.create.handheld_worldshaper": "Plasmatore del mondo portatile", - "item.create.honey_bucket": "Secchio di miele", - "item.create.honeyed_apple": "Mela caramellata", - "item.create.incomplete_precision_mechanism": "Meccanismo di precisione imcompleto", - "item.create.incomplete_track": "Rotaia incompleta", - "item.create.iron_sheet": "Lamiera di ferro", - "item.create.linked_controller": "Pulsantiera di comando", - "item.create.minecart_contraption": "Macchinario con carrello da miniera", - "item.create.minecart_coupling": "Aggancio per carrelli da miniera", - "item.create.polished_rose_quartz": "Quarzo rosa levigato", - "item.create.potato_cannon": "Cannone a patate", - "item.create.powdered_obsidian": "Ossidiana in polvere", - "item.create.precision_mechanism": "Meccanismo di precisione", - "item.create.propeller": "Elica", - "item.create.raw_zinc": "Zinco grezzo", - "item.create.red_sand_paper": "Carta vetrata rossa", - "item.create.refined_radiance": "Splendore raffinato", - "item.create.rose_quartz": "Quarzo rosa", - "item.create.sand_paper": "Carta vetrata", - "item.create.schedule": "Tabella di marcia", - "item.create.schematic": "Progetto", - "item.create.schematic_and_quill": "Progetto e penna", - "item.create.shadow_steel": "Acciaio oscuro", - "item.create.sturdy_sheet": "Lamiera rinforzata", - "item.create.super_glue": "Super colla", - "item.create.sweet_roll": "Pane dolce", - "item.create.tree_fertilizer": "Fertilizzante per alberi", - "item.create.unprocessed_obsidian_sheet": "Lastra di ossidiana non processata", - "item.create.vertical_gearbox": "Invertitore verticale", - "item.create.wand_of_symmetry": "Scettro della Simmetria", - "item.create.wheat_flour": "Farina di grano", - "item.create.whisk": "Frusta", - "item.create.wrench": "Chiave a pappagallo", - "item.create.zinc_ingot": "Lingotto di zinco", - "item.create.zinc_nugget": "Pepita di zinco", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Benvenuti alla Create", - "advancement.create.root.desc": "È ora di iniziare a costruire marchingegni fantastici!", - "advancement.create.andesite_alloy": "Rocce più dure", - "advancement.create.andesite_alloy.desc": "Crea della Lega di andesite, la risorsa più importante di tutta la Create.", - "advancement.create.andesite_casing": "L'era dell'andesite", - "advancement.create.andesite_casing.desc": "Usa della lega di andesite e del legno per creare un Rivestimento basilare.", - "advancement.create.mechanical_press": "Bonk", - "advancement.create.mechanical_press.desc": "Crea delle lamiere in una Pressa meccanica", - "advancement.create.encased_fan": "Dominatore dell'aria", - "advancement.create.encased_fan.desc": "Posiziona e attiva un Ventilatore", - "advancement.create.fan_processing": "Processo Particellare", - "advancement.create.fan_processing.desc": "Usa un Ventilatore per processare dei materiali", - "advancement.create.saw_processing": "La parte più temuta", - "advancement.create.saw_processing.desc": "Usa una Sega meccanica rivolta verso l'alto per processare dei materiali", - "advancement.create.compacting": "Compattazione", - "advancement.create.compacting.desc": "Usa una Pressa e una Vasca per creare meno oggetti a partire da più oggetti", - "advancement.create.belt": "Nastro trasportatore", - "advancement.create.belt.desc": "Connetti due alberi con un nastro meccanico.", - "advancement.create.funnel": "Estetica da aeroporto", - "advancement.create.funnel.desc": "Estrai o inserisci oggetti in un contenitore usando un imbuto", - "advancement.create.chute": "Giù per il tubo", - "advancement.create.chute.desc": "Piazza uno scivolo, la controparte verticale del nastro.", - "advancement.create.mechanical_mixer": "Mischiamo tutto insieme!", - "advancement.create.mechanical_mixer.desc": "Combina degli ingredienti usando un Frullatore meccanico", - "advancement.create.burner": "Focolaio senziente", - "advancement.create.burner.desc": "Ottieni un Inceneritore a blaze", - "advancement.create.water_wheel": "Ingegneria idraulica", - "advancement.create.water_wheel.desc": "Piazza un Mulino ad acqua e prova a farlo girare!", - "advancement.create.windmill": "Una lieve brezza", - "advancement.create.windmill.desc": "Assembla un mulino a vento.", - "advancement.create.shifting_gears": "Meccanismi moventi", - "advancement.create.shifting_gears.desc": "Aggancia una ruota dentata grande con una piccola, permettendoti di cambiare la velocità.", - "advancement.create.millstone": "Frantumatore portatile", - "advancement.create.millstone.desc": "Piazza e alimenta una macina.", - "advancement.create.super_glue": "Connessione forte", - "advancement.create.super_glue.desc": "Unisci un gruppo di blocchi con la Super colla", - "advancement.create.contraption_actors": "Movimento sensato", - "advancement.create.contraption_actors.desc": "Crea un macchinario che contenga trapani, seghe o mietitrici", - "advancement.create.portable_storage_interface": "Passaggio al drive-through", - "advancement.create.portable_storage_interface.desc": "Usa una Interfaccia di stoccaggio portatile per inserire o rimuovere oggetti dall'interno di un macchinario", - "advancement.create.wrench_goggles": "Attrezzato", - "advancement.create.wrench_goggles.desc": "Equipaggia degli Occhiali da ingegnere e una Chiave a pappagallo", - "advancement.create.stressometer": "Che stress!", - "advancement.create.stressometer.desc": "Piazza e alimenta un tachimetro. Guardalo con gli occhiali per leggere il suo esatto valore.", - "advancement.create.cuckoo_clock": "È il momento?", - "advancement.create.cuckoo_clock.desc": "Sii presente al richiamo del tuo Orologio a cucù", - "advancement.create.windmill_maxed": "Una forte brezza", - "advancement.create.windmill_maxed.desc": "Costruisci un mulino a vento di potenza massima", - "advancement.create.ejector_maxed": "Medaglia di salto in lungo", - "advancement.create.ejector_maxed.desc": "Fai un salto di almeno 30 blocchi di lunghezza usando un Espulsore di pesi", - "advancement.create.pulley_maxed": "Una corda lunghissima", - "advancement.create.pulley_maxed.desc": "Allunga la corda di una Carrucola per almeno 200 blocchi", - "advancement.create.cart_pickup": "Braccia forti", - "advancement.create.cart_pickup.desc": "Raccogli un Macchinario con carrello da miniera composto da almeno 200 blocchi", - "advancement.create.anvil_plough": "Artiglieria da fabbro", - "advancement.create.anvil_plough.desc": "Lancia una Incudine con un Aratro meccanico", - "advancement.create.lava_wheel_00000": "Ruota lavica", - "advancement.create.lava_wheel_00000.desc": "Non è così che dovrebbe funzionare§7\n(Progresso segreto)", - "advancement.create.hand_crank_000": "Sessione di allenamento", - "advancement.create.hand_crank_000.desc": "Usa una manovella fino ad essere esausto§7\n(Progresso segreto)", - "advancement.create.belt_funnel_kiss": "Che dolce...", - "advancement.create.belt_funnel_kiss.desc": "Fai in modo che due imbuti montati su un nastro si 'bacino'.", - "advancement.create.stressometer_maxed": "Ce la fa ancora?", - "advancement.create.stressometer_maxed.desc": "Leggi esattamente 100% stress su uno Stressometro§7\n(Progresso segreto)", - "advancement.create.copper": "Rocce ancora più dure", - "advancement.create.copper.desc": "Accumula del rame per poter poi manipolare i fluidi.", - "advancement.create.copper_casing": "L'era del rame", - "advancement.create.copper_casing.desc": "Usa delle lamiere di ottone e del legno per creare involucri di ottone.", - "advancement.create.spout": "SPLASH", - "advancement.create.spout.desc": "Guarda mentre un fluido viene versato da uno Spruzzatore.", - "advancement.create.drain": "Asciugatura perfetta", - "advancement.create.drain.desc": "Guarda mentre un oggetto viene drenato da un Prosciugatore.", - "advancement.create.steam_engine": "Massima potenza", - "advancement.create.steam_engine.desc": "Genera energia cinetica usando un Motore a vapore.", - "advancement.create.steam_whistle": "Voce angelica", - "advancement.create.steam_whistle.desc": "Attiva un Fischio a vapore.", - "advancement.create.backtank": "Pressione portatile", - "advancement.create.backtank.desc": "Accumula Aria pressurizzata in uno Zaino serbatoio.", - "advancement.create.diving_suit": "Attrezzatura da immersione", - "advancement.create.diving_suit.desc": "Equipagia uno Zaino serbatoio e un Elmo da immersione e tuffati in acqua.", - "advancement.create.mechanical_pump_0": "Sotto Pressione", - "advancement.create.mechanical_pump_0.desc": "Posiziona e attiva una Pompa meccanica.", - "advancement.create.glass_pipe": "Spiare il flusso", - "advancement.create.glass_pipe.desc": "Guarda mentre un fluido si propaga attraverso un tubo per fluidi con vetrata. Puoi aggiungere una vetrata cliccando con una chiave a pappagallo sui tubi per fluidi dritti.", - "advancement.create.water_supply": "Collezionista di pozzanghere", - "advancement.create.water_supply.desc": "Usa una pompa o un tubo con pressione entrante per assorbire un blocco d'acqua.", - "advancement.create.hose_pulley": "Risucchio industriale", - "advancement.create.hose_pulley.desc": "Tira giù una carrucola per fluidi e guardala drenare o riempire un corpo dal fluido.", - "advancement.create.chocolate_bucket": "La Fabbrica di Cioccolato", - "advancement.create.chocolate_bucket.desc": "Ottieni un secchio di Cioccolato fuso.", - "advancement.create.honey_drain": "Apicoltura automatizzata", - "advancement.create.honey_drain.desc": "Usa dei tubi per estrarre del Miele da un Alveare o Arnia.", - "advancement.create.hose_pulley_lava": "Sotto la crosta", - "advancement.create.hose_pulley_lava.desc": "Estrai lava da una sorgente abbastanza grande da essere considerata ininita.", - "advancement.create.steam_engine_maxed": "A tutta velocità", - "advancement.create.steam_engine_maxed.desc": "Fai funzionare una caldaia alla massima potenza", - "advancement.create.foods": "Dieta bilanciata", - "advancement.create.foods.desc": "Crea Bacche glassate, una Mela caramellata e del Pane dolce, tutti dallo stesso Spruzzatore", - "advancement.create.diving_suit_lava": "Nuotando con gli Strider", - "advancement.create.diving_suit_lava.desc": "Prova a tuffarti nella lava con le tue attrezzature da immersione§7\n(Progresso segreto)", - "advancement.create.chained_drain": "Inarrestabile", - "advancement.create.chained_drain.desc": "Guarda mentre un oggetto supera un'intera fila di Prosciugatori§7\n(Progresso segreto)", - "advancement.create.cross_streams": "Non incrociate i flussi!", - "advancement.create.cross_streams.desc": "Guarda mentre due fluidi si incontrano§7\n(Progresso segreto)", - "advancement.create.pipe_organ": "Organo a canne", - "advancement.create.pipe_organ.desc": "Connetti 12 Fischi a un singolo serbatoio e impostali ognuno ad una nota diversa §7\n(Progresso segreto)", - "advancement.create.brass": "L'ottone", - "advancement.create.brass.desc": "Usa il rame e lo zinco per creare dell'ottone.", - "advancement.create.brass_casing": "L'era dell'ottone", - "advancement.create.brass_casing.desc": "Usa l'ottone e del legno per creare involucri più avanzati.", - "advancement.create.rose_quartz": "Diamanti rosa", - "advancement.create.rose_quartz.desc": "Leviga del quarzo rosa.", - "advancement.create.deployer": "Piazza e attacca", - "advancement.create.deployer.desc": "Piazza e alimenta un installatore, il riflesso perfetto di te stesso.", - "advancement.create.precision_mechanism": "Curiosità complesse", - "advancement.create.precision_mechanism.desc": "Assembra un Meccanismo di Precisione.", - "advancement.create.speed_controller": "Gli ingegneri lo odiano", - "advancement.create.speed_controller.desc": "Posiziona un regolatore di velocità di rotazione, il dispositivo più avanzato in termini di meccanica.", - "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.mechanical_crafter": "Assemblaggio Automatico", - "advancement.create.mechanical_crafter.desc": "Posiziona e attiva dei Fabbricatori meccanici.", - "advancement.create.crushing_wheel": "Una coppia di giganti", - "advancement.create.crushing_wheel.desc": "Crea delle ruote di frantumazione per frantumare i materiali.", - "advancement.create.haunted_bell": "Senso oscuro", - "advancement.create.haunted_bell.desc": "Suona una Campana infestata.", - "advancement.create.clockwork_bearing": "Tic toc tic toc", - "advancement.create.clockwork_bearing.desc": "Assembla una struttura montata su un Supporto per orologi.", - "advancement.create.display_link": "Informazioni dettagliate", - "advancement.create.display_link.desc": "Usa un Connettore divino per visualizzare informazioni.", - "advancement.create.potato_cannon": "Fwoomp!", - "advancement.create.potato_cannon.desc": "Sconfiggi un nemico con il tuo Cannone a patate.", - "advancement.create.extendo_grip": "BOIOIOING", - "advancement.create.extendo_grip.desc": "Procurati un Braccio allungabile.", - "advancement.create.linked_controller": "Attivazione da remoto", - "advancement.create.linked_controller.desc": "Attiva un Connettore redstone usando una Pulsantiera di comando.", - "advancement.create.arm_blaze_burner": "Combustione automatizzata", - "advancement.create.arm_blaze_burner.desc": "Istruisci il tuo braccio meccanico ad alimentare un inceneritore a blaze.", - "advancement.create.crusher_maxed_0000": "Schiacciante", - "advancement.create.crusher_maxed_0000.desc": "Fai girare una coppia di Ruote frantumatrici alla massima velocità.", - "advancement.create.arm_many_targets": "Organizzatore seriale", - "advancement.create.arm_many_targets.desc": "Programma un braccio meccanico con 10 o più posizioni di output.", - "advancement.create.potato_cannon_collide": "Verdura d'artificio", - "advancement.create.potato_cannon_collide.desc": "Fai in modo che due diversi proiettili di Cannone a patate si scontrino.", - "advancement.create.self_deploying": "Carrello a guida autonoma", - "advancement.create.self_deploying.desc": "Crea un Macchinario con carrello da miniera che posiziona binari di fronte a sé.", - "advancement.create.fist_bump": "Mano a mano!", - "advancement.create.fist_bump.desc": "Metti uno contro l'altro due installatori.", - "advancement.create.crafter_lazy_000": "Manovre disperate", - "advancement.create.crafter_lazy_000.desc": "Rallenta il più possibile un Fabbricatore meccanico e continua a procrastinare un generatore decente§7\n(Progresso segret)", - "advancement.create.extendo_grip_dual": "Più lungo possibile", - "advancement.create.extendo_grip_dual.desc": "Equipaggia due Prolunghe per avere una portata sovrumana§7\n(Progresso segreto)", - "advancement.create.musical_arm": "DJ, metti su la musica!", - "advancement.create.musical_arm.desc": "Guarda mentre un braccio meccanico attiva un giradischi.", - "advancement.create.sturdy_sheet": "Rocce durissime", - "advancement.create.sturdy_sheet.desc": "Assembla una Lamiera rinforzata raffinando dell'ossidiana in polvere.", - "advancement.create.train_casing_00": "L'Era Logistica", - "advancement.create.train_casing_00.desc": "Usa delle Lamiere rinforzate per creare dei componenti per treni.", - "advancement.create.train": "Tutti a bordo!", - "advancement.create.train.desc": "Assembla il tuo primo treno.", - "advancement.create.conductor": "Istruttore di conduttori", - "advancement.create.conductor.desc": "Consegna una Tabella di marcia ad un conduttore.", - "advancement.create.track_signal": "Controllo del traffico", - "advancement.create.track_signal.desc": "Posiziona un Semaforo ferroviario.", - "advancement.create.display_board_0": "Tabella dinamica", - "advancement.create.display_board_0.desc": "Annuncia l'arrivo di un treno su un Tabellone usando un Lettore di dati.", - "advancement.create.track_0": "Miglioramento netto", - "advancement.create.track_0.desc": "Ottieni delle Rotaie.", - "advancement.create.train_whistle": "Choo choo!", - "advancement.create.train_whistle.desc": "Assembla un Fischio come parte di un treno e attivalo mentre guidi.", - "advancement.create.train_portal": "Pendolare interdimensionale", - "advancement.create.train_portal.desc": "Attraversa un Portale del Nether a bordo di un treno.", - "advancement.create.track_crafting_factory": "Fabbrica di Rotaie", - "advancement.create.track_crafting_factory.desc": "Produci più di 1000 Rotaie con la stessa Pressa.", - "advancement.create.long_bend": "Curva enorme", - "advancement.create.long_bend.desc": "Crea una sezione curva di Rotaie lunga almeno 30 blocchi.", - "advancement.create.long_train": "Trasporto pesante", - "advancement.create.long_train.desc": "Crea un treno composto da almeno 6 carrozze.", - "advancement.create.long_travel": "Viaggio rilassante", - "advancement.create.long_travel.desc": "Alzati da un Sedile a più di 5000 blocchi da dove ti ci sei seduto.", - "advancement.create.train_roadkill": "Uccisione stradale", - "advancement.create.train_roadkill.desc": "Investi un nemico con il tuo treno§7\n(Progresso segreto)", - "advancement.create.red_signal": "Autista esperto", - "advancement.create.red_signal.desc": "Passa con il rosso con il tuo treno§7\n(Progresso segreto)", - "advancement.create.train_crash": "Servizio scadente", - "advancement.create.train_crash.desc": "Fai esperienza di un incidente ferroviario mentre sei tra i passeggeri§7\n(Progresso segreto)", - "advancement.create.train_crash_backwards": "Punto cieco", - "advancement.create.train_crash_backwards.desc": "Colpisci un altro treno mentre vai in retromarcia§7\n(Progresso segreto)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "Create", - "itemGroup.create.palettes": "Create: Blocchi", - - "death.attack.create.crush": "%1$s è stato frantumato", - "death.attack.create.crush.player": "%1$s è stato gettato tra delle Ruote frantumatrici da %2$s", - "death.attack.create.fan_fire": "%1$s è stato cotto a puntino", - "death.attack.create.fan_fire.player": "%1$s è stato gettato in un affumicatore da %2$s", - "death.attack.create.fan_lava": "%1$s è stato carbonizzato in una fonderia", - "death.attack.create.fan_lava.player": "%1$s è stato gettato in una fonderia da %2$s", - "death.attack.create.mechanical_drill": "%1$s è stato trafitto da una trivella meccanica", - "death.attack.create.mechanical_drill.player": "%1$s è stato gettato di fronte a una trivella da by %2$s", - "death.attack.create.mechanical_saw": "%1$s è stato tagliato a metà", - "death.attack.create.mechanical_saw.player": "%1$s è stato gettato su una Sega meccanica da %2$s", - "death.attack.create.potato_cannon": "%1$s è stato ucciso dal Cannone a patate di %2$s", - "death.attack.create.potato_cannon.item": "%1$s è stato ucciso da %2$s usando %3$s", - "death.attack.create.cuckoo_clock_explosion": "%1$s è saltato in aria a causa di un orologio a cucù manomesso", - "death.attack.create.cuckoo_clock_explosion.player": "%1$s è saltato in aria a causa di un orologio a cucù manomesso", - "death.attack.create.run_over": "%1$s è stato travolto da %2$s", - - "create.block.deployer.damage_source_name": "una mano impazzita", - "create.block.cart_assembler.invalid": "Piazza il tuo assemblatore di carrelli su un binario", - - "create.menu.return": "Torna al menù", - "create.menu.configure": "Configura...", - "create.menu.ponder_index": "Riflessione", - "create.menu.only_ingame": "Disponibile nel menù di pausa", - "create.menu.report_bugs": "Segnala problemi", - "create.menu.support": "Supportaci", - - "create.recipe.crushing": "Frantumazione", - "create.recipe.milling": "Macinatura", - "create.recipe.fan_washing": "Lavaggio di massa", - "create.recipe.fan_washing.fan": "Ventilatore dietro l'acqua corrente", - "create.recipe.fan_smoking": "Affumicatura di massa", - "create.recipe.fan_smoking.fan": "Ventilatore dietro al fuoco", - "create.recipe.fan_haunting": "Infestazione di massa", - "create.recipe.fan_haunting.fan": "Ventilatore dietro al fuoco delle anime", - "create.recipe.fan_blasting": "Fusione di massa", - "create.recipe.fan_blasting.fan": "Ventilatore dietro la lava", - "create.recipe.pressing": "Pressatura", - "create.recipe.mixing": "Mescolamento", - "create.recipe.deploying": "Installazione", - "create.recipe.automatic_shapeless": "Fabbricazione automatizzata senza forma", - "create.recipe.automatic_brewing": "Fermentazione automatizzata", - "create.recipe.packing": "Compattazione", - "create.recipe.automatic_packing": "Imballaggio automatizzato", - "create.recipe.sawing": "Segatura", - "create.recipe.mechanical_crafting": "Fabbricazione meccanica", - "create.recipe.automatic_shaped": "Fabbricazione automatizzata con forma", - "create.recipe.block_cutting": "Taglio di blocchi", - "create.recipe.wood_cutting": "Taglio di legna", - "create.recipe.sandpaper_polishing": "Levigamento da carta vetrata", - "create.recipe.mystery_conversion": "Metamorfosi misteriosa", - "create.recipe.spout_filling": "Riempimento", - "create.recipe.draining": "Drenaggio", - "create.recipe.item_application": "Applicazione manuale", - "create.recipe.item_application.any_axe": "Qualunque ascia", - "create.recipe.sequenced_assembly": "Installazione sequenziale", - "create.recipe.assembly.next": "Prossimo: %1$s", - "create.recipe.assembly.step": "Passo %1$s:", - "create.recipe.assembly.progress": "Progresso: %1$s/%2$s", - "create.recipe.assembly.pressing": "Pressatura", - "create.recipe.assembly.spout_filling_fluid": "Riempi con %1$s", - "create.recipe.assembly.deploying_item": "Installa %1$s", - "create.recipe.assembly.cutting": "Taglia con Sega", - "create.recipe.assembly.repeat": "Ripeti sequenza %1$s volte", - "create.recipe.assembly.junk": "Scarto casuale", - "create.recipe.processing.chance": "%1$s%% di probabilità", - "create.recipe.deploying.not_consumed": "Non consumato", - "create.recipe.heat_requirement.none": "Nessun riscaldamento", - "create.recipe.heat_requirement.heated": "Riscaldamento", - "create.recipe.heat_requirement.superheated": "Super riscaldamento", - - "create.generic.range": "Portata", - "create.generic.radius": "Raggio", - "create.generic.width": "Larghezza", - "create.generic.height": "Altezza", - "create.generic.length": "Lunghezza", - "create.generic.speed": "Velocità", - "create.generic.delay": "Ritardo", - "create.generic.duration": "Durata", - "create.generic.timeUnit": "Unità di tempo", - "create.generic.unit.ticks": "Tick", - "create.generic.unit.seconds": "Secondi", - "create.generic.unit.minutes": "Minuti", - "create.generic.daytime.hour": "Ore", - "create.generic.daytime.minute": "Minuti", - "create.generic.daytime.second": "Secondi", - "create.generic.daytime.pm": "PM", - "create.generic.daytime.am": "AM", - "create.generic.unit.rpm": "RPM", - "create.generic.unit.stress": "SU", - "create.generic.unit.degrees": "°", - "create.generic.unit.millibuckets": "%1$s mB", - "create.generic.unit.buckets": "B", - "create.generic.clockwise": "Senso orario", - "create.generic.counter_clockwise": "Senso anti-orario", - "create.generic.in_quotes": "\"%1$s\"", - "create.generic.pitch": "Intonazione: %1$s", - "create.generic.notes": "Fa#;Fa;Mi;Re#;Re;Do#;Do;Si;La#;La;Sol#;Sol", - - "create.action.scroll": "Scorri", - "create.action.confirm": "Conferma", - "create.action.abort": "Annulla", - "create.action.saveToFile": "Salva", - "create.action.discard": "Scarta", - - "create.keyinfo.toolmenu": "Focalizzazione sul menù degli strumenti", - "create.keyinfo.toolbelt": "Accedi a cassette degli attrezzi vicine", - "create.keyinfo.scrollup": "Simula rotellina del mouse verso su (nel mondo)", - "create.keyinfo.scrolldown": "Simula rotellina del mouse verso giù (nel mondo)", - - "create.gui.scrollInput.defaultTitle": "Scegli un'opzione:", - "create.gui.scrollInput.scrollToModify": "Scorri per modificare", - "create.gui.scrollInput.scrollToAdjustAmount": "Scorri per regolare il valore", - "create.gui.scrollInput.scrollToSelect": "Scorri per selezionare", - "create.gui.scrollInput.shiftScrollsFaster": "Premi shift per scorrere più velocemente", - "create.gui.toolmenu.focusKey": "Premi [%1$s] per aprire il menù", - "create.gui.toolmenu.cycle": "[SCORRI] per navigare", - - "create.toolbox.unequip": "Rimuovi: %1$s", - "create.toolbox.outOfRange": "Cassetta con l'oggetto in mano fuori portata", - "create.toolbox.detach": "Smetti di monitorare e tieni l'oggetto", - "create.toolbox.depositAll": "Deposita gli oggetti nelle cassette vicine", - "create.toolbox.depositBox": "Posa l'oggetto nella cassetta", - - "create.gui.symmetryWand.mirrorType": "Specchio", - "create.gui.symmetryWand.orientation": "Orientamento", - - "create.symmetry.mirror.plane": "Singolo", - "create.symmetry.mirror.doublePlane": "Rettangolare", - "create.symmetry.mirror.triplePlane": "Ottagonale", - - "create.orientation.orthogonal": "Ortogonale", - "create.orientation.diagonal": "Diagonale", - "create.orientation.horizontal": "Orizzontale", - "create.orientation.alongZ": "Lungo Z", - "create.orientation.alongX": "Lungo X", - - "create.gui.terrainzapper.title": "Plasmatore del mondo", - "create.gui.terrainzapper.searchDiagonal": "Segui diagonali", - "create.gui.terrainzapper.searchFuzzy": "Ignora bordi", - "create.gui.terrainzapper.patternSection": "Motivo", - "create.gui.terrainzapper.pattern.solid": "Solido", - "create.gui.terrainzapper.pattern.checkered": "Scacchiera", - "create.gui.terrainzapper.pattern.inversecheckered": "Scacchiera invertita", - "create.gui.terrainzapper.pattern.chance25": "Casuale al 25%", - "create.gui.terrainzapper.pattern.chance50": "Casuale al 50%", - "create.gui.terrainzapper.pattern.chance75": "Casuale al 75%", - "create.gui.terrainzapper.placement": "Piazzamento", - "create.gui.terrainzapper.placement.merged": "Fuso", - "create.gui.terrainzapper.placement.attached": "Attaccato", - "create.gui.terrainzapper.placement.inserted": "Inserito", - "create.gui.terrainzapper.brush": "Pennello", - "create.gui.terrainzapper.brush.cuboid": "Cuboide", - "create.gui.terrainzapper.brush.sphere": "Sferico", - "create.gui.terrainzapper.brush.cylinder": "Cilindrico", - "create.gui.terrainzapper.brush.surface": "Superficie", - "create.gui.terrainzapper.brush.cluster": "Aggregato", - "create.gui.terrainzapper.tool": "Strumento", - "create.gui.terrainzapper.tool.fill": "Riempi", - "create.gui.terrainzapper.tool.place": "Piazza", - "create.gui.terrainzapper.tool.replace": "Sostituisci", - "create.gui.terrainzapper.tool.clear": "Ripulisci", - "create.gui.terrainzapper.tool.overlay": "Ricopri", - "create.gui.terrainzapper.tool.flatten": "Appiattisci", - - "create.terrainzapper.shiftRightClickToSet": "Shift-click destro per impostare la forma", - "create.terrainzapper.usingBlock": "Blocco in uso: %1$s", - "create.terrainzapper.leftClickToSet": "Fai click sinistro su un blocco per scegliere il materiale", - - "create.minecart_coupling.two_couplings_max": "I carrelli da miniera non possono avere più di due agganci ciascuno", - "create.minecart_coupling.unloaded": "Parti del tuo Macchinario sembrano essere in mezzo a chunk non caricati", - "create.minecart_coupling.no_loops": "Gli agganci non possono creare un loop", - "create.minecart_coupling.removed": "Agganci rimossi dai carrelli da miniera", - "create.minecart_coupling.too_far": "Carrelli da miniera troppo distanti", - - "create.contraptions.movement_mode": "Modalità di movimento", - "create.contraptions.movement_mode.move_place": "Posiziona sempre quando è fermo", - "create.contraptions.movement_mode.move_place_returned": "Posiziona solo nella direzione iniziale", - "create.contraptions.movement_mode.move_never_place": "Posiziona solo quando distrutto", - "create.contraptions.movement_mode.rotate_place": "Ruota sempre quando è fermo", - "create.contraptions.movement_mode.rotate_place_returned": "Ruota solo vicino all'angolo iniziale", - "create.contraptions.movement_mode.rotate_never_place": "Ruota solo quando l'ancora viene distrutta", - "create.contraptions.cart_movement_mode": "Modalità di movimento del carrello", - "create.contraptions.cart_movement_mode.rotate": "Sempre rivolto verso il movimento", - "create.contraptions.cart_movement_mode.rotate_paused": "Pausa durante la rotazione", - "create.contraptions.cart_movement_mode.rotation_locked": "Blocca rotazione", - "create.contraptions.windmill.rotation_direction": "Direzione di rotazione", - "create.contraptions.clockwork.clock_hands": "Lancette dell'orologio", - "create.contraptions.clockwork.hour_first": "Prima lancetta delle ore", - "create.contraptions.clockwork.minute_first": "Prima lancetta dei minuti", - "create.contraptions.clockwork.hour_first_24": "Prima lancetta delle 24 ore", - - "create.logistics.filter": "Filtro", - "create.logistics.recipe_filter": "Filtro ricette", - "create.logistics.fluid_filter": "Filtro fluidi", - "create.logistics.firstFrequency": "Freq. #1", - "create.logistics.secondFrequency": "Freq. #2", - "create.logistics.filter.apply": "Filtro applicato a %1$s.", - "create.logistics.filter.apply_click_again": "Filtro applicato a %1$s, clicca di nuovo per copiare.", - "create.logistics.filter.apply_count": "Conteggio estrazione applicato ai filtri.", - - "create.gui.goggles.generator_stats": "Statistiche del generatore:", - "create.gui.goggles.kinetic_stats": "Statistiche cinetiche:", - "create.gui.goggles.at_current_speed": "alla velocità attuale", - "create.gui.goggles.pole_length": "Lunghezza palo:", - "create.gui.goggles.fluid_container": "Statistiche del contenitore di fluidi:", - "create.gui.goggles.fluid_container.capacity": "Capacità: ", - "create.gui.assembly.exception": "Questo Macchinario non può essere assemblato:", - "create.gui.assembly.exception.unmovableBlock": "Blocco inamovibile (%4$s) alle coordinate [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "Il blocco di coordinate [%1$s,%2$s,%3$s] non era in un chunk caricato", - "create.gui.assembly.exception.structureTooLarge": "Ci sono troppi blocchi inclusi nel Macchinario.\nIl massimo è impostato a: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "Ci sono troppi Pali di pistone attaccati a questo Pistone.\nIl massimo èimpostato a: %1$s", - "create.gui.assembly.exception.noPistonPoles": "Questo Pistone non ha Pali per pistone attaccati", - "create.gui.assembly.exception.not_enough_sails": "La struttura attaccata non include abbastanza blocchi simili a vele: %1$s\nNe servono un minimo di %2$s", - "create.gui.gauge.info_header": "Informazioni sul sistema:", - "create.gui.speedometer.title": "Velocità di rotazione", - "create.gui.stressometer.title": "Stress della rete", - "create.gui.stressometer.capacity": "Capacità rimanente", - "create.gui.stressometer.overstressed": "Sovraccarico", - "create.gui.stressometer.no_rotation": "Nessuna rotazione", - "create.gui.contraptions.not_fast_enough": "Sembra che questo %1$s _non_ stia girando con una _velocità_ _sufficiente_.", - "create.gui.contraptions.network_overstressed": "Sembra che questo sistema sia _sovraccarico_. Aggiungi più generatori o _rallenta_ i componenti con un forte _impatto_ _sullo_ _stress_.", - "create.gui.adjustable_crate.title": "Baule regolabile", - "create.gui.adjustable_crate.storageSpace": "Spazio di immagazzinamento", - "create.gui.stockpile_switch.title": "Interruttore a riempimento", - "create.gui.stockpile_switch.invert_signal": "Inverti segnale", - "create.gui.stockpile_switch.move_to_lower_at": "Muovi giù al %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "Muovi su al %1$s%%", - "create.gui.sequenced_gearshift.title": "Cambio sequenziale", - "create.gui.sequenced_gearshift.instruction": "Istruzione", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Ruota ad angolo", - "create.gui.sequenced_gearshift.instruction.turn_angle": "Gira", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Angolo", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Ruota per muovere Pistone/Gru/Carrucola", - "create.gui.sequenced_gearshift.instruction.turn_distance": "Pistone", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Distanza", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Attendi", - "create.gui.sequenced_gearshift.instruction.delay": "Attesa", - "create.gui.sequenced_gearshift.instruction.delay.duration": "Durata", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "Fine", - "create.gui.sequenced_gearshift.instruction.end": "Fine", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "Attendi impulso redstone", - "create.gui.sequenced_gearshift.instruction.await": "Redstone", - "create.gui.sequenced_gearshift.speed": "Velocità, direzione", - "create.gui.sequenced_gearshift.speed.forward": "Velocità di ingresso, avanti", - "create.gui.sequenced_gearshift.speed.forward_fast": "Doppia velocità, avanti", - "create.gui.sequenced_gearshift.speed.back": "Velocità di ingresso, invertita", - "create.gui.sequenced_gearshift.speed.back_fast": "Doppia velocità, invertita", - - "create.schematicAndQuill.dimensions": "Dimensione progetto: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "Prima posizione impostata.", - "create.schematicAndQuill.secondPos": "Seconda posizione impostata.", - "create.schematicAndQuill.noTarget": "Premi [Ctrl] per selezionare un blocco d'aria.", - "create.schematicAndQuill.abort": "Selezione rimossa.", - "create.schematicAndQuill.title": "Nome progetto:", - "create.schematicAndQuill.convert": "Salva e piazza immediatamente", - "create.schematicAndQuill.fallbackName": "Il mio progetto", - "create.schematicAndQuill.saved": "Salvato come %1$s", - - "create.schematic.invalid": "[!] Oggetto non valido - utilizza il banco dei progetti", - "create.schematic.position": "Posizione", - "create.schematic.rotation": "Rotazione", - "create.schematic.rotation.none": "Nessuna", - "create.schematic.rotation.cw90": "Senso orario 90", - "create.schematic.rotation.cw180": "Senso orario 180", - "create.schematic.rotation.cw270": "Senso orario 270", - "create.schematic.mirror": "Specchio", - "create.schematic.mirror.none": "Nessuno", - "create.schematic.mirror.frontBack": "Fronte-retro", - "create.schematic.mirror.leftRight": "Sinistra-destra", - "create.schematic.tool.deploy": "Posiziona", - "create.schematic.tool.move": "Muovi XZ", - "create.schematic.tool.movey": "Muovi Y", - "create.schematic.tool.rotate": "Ruota", - "create.schematic.tool.print": "Installa", - "create.schematic.tool.flip": "Capovolgi", - "create.schematic.tool.deploy.description.0": "Sposta la struttura in una posizione.", - "create.schematic.tool.deploy.description.1": "Click destro sul terreno per posizionare la struttura.", - "create.schematic.tool.deploy.description.2": "Premi [Ctrl] per selezionare a distanza fissa.", - "create.schematic.tool.deploy.description.3": "[Ctrl] e scorri per cambiare la distanza.", - "create.schematic.tool.move.description.0": "Sposta il progetto in orizzontale.", - "create.schematic.tool.move.description.1": "Indica il progetto e premi [Ctrl] mentre scorri per spingerlo.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "Sposta il progetto verticalmente.", - "create.schematic.tool.movey.description.1": "[Ctrl] e scorri per spostarlo su/giù.", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "Ruota il progetto attorno al suo centro.", - "create.schematic.tool.rotate.description.1": "[Ctrl] e scorri per ruotarlo di 90 gradi.", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "Posiziona istantaneamente la struttura nel mondo.", - "create.schematic.tool.print.description.1": "Click destro per confermare la posizione corrente.", - "create.schematic.tool.print.description.2": "Questo strumento è solo per la modalità creativa.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "Capovolge il progetto lungo la faccia selezionata.", - "create.schematic.tool.flip.description.1": "Indica il progetto e premi [Ctrl] mentre scorri per capovolgerla.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "Sincronizzazione...", - "create.schematics.uploadTooLarge": "Il progetto è troppo grande.", - "create.schematics.maxAllowedSize": "La dimensione massima consentita del file di progetto è:", - - "create.gui.schematicTable.refresh": "Ricarica file", - "create.gui.schematicTable.open_folder": "Apri cartella", - "create.gui.schematicTable.title": "Banco dei progetti", - "create.gui.schematicTable.availableSchematics": "Progetti disponibili", - "create.gui.schematicTable.noSchematics": "Nessun progetto salvato", - "create.gui.schematicTable.uploading": "Caricamento...", - "create.gui.schematicTable.finished": "Caricamento completato!", - "create.gui.schematicannon.title": "Spara-progetti", - "create.gui.schematicannon.listPrinter": "Stampante lista dei materiali", - "create.gui.schematicannon.gunpowderLevel": "Polvere da sparo al %1$s%%", - "create.gui.schematicannon.shotsRemaining": "Spari rimanenti: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "Con il backup: %1$s", - "create.gui.schematicannon.optionEnabled": "Opzione attiva", - "create.gui.schematicannon.optionDisabled": "Opzione inattiva", - "create.gui.schematicannon.showOptions": "Mostra impostazioni stampante", - "create.gui.schematicannon.option.dontReplaceSolid": "Non sostituire i blocchi solidi", - "create.gui.schematicannon.option.replaceWithSolid": "Sostituisci solidi con solidi", - "create.gui.schematicannon.option.replaceWithAny": "Sostituisci solidi con qualsiasi", - "create.gui.schematicannon.option.replaceWithEmpty": "Sostituisci solidi con il vuoto", - "create.gui.schematicannon.option.skipMissing": "Salta i blocchi mancanti", - "create.gui.schematicannon.option.skipTileEntities": "Proteggi i blocchi entità", - "create.gui.schematicannon.slot.gunpowder": "Aggiungi polvere da sparo per alimentare il cannone", - "create.gui.schematicannon.slot.listPrinter": "Piazza qui i libri per stampare una lista di controllo per il tuo progetto", - "create.gui.schematicannon.slot.schematic": "Aggiungi qui il tuo progetto. Assicurati che sia piazzato in una posizione specifica.", - "create.gui.schematicannon.option.skipMissing.description": "Se il cannone non riesce a trovare un blocco richiesto per il posizionamento, continuerà nella posizione successiva.", - "create.gui.schematicannon.option.skipTileEntities.description": "Il cannone eviterà di sostituire i blocchi entità come bauli o fornaci.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "Il cannone non sostituirà mai alcun blocco solido nella sua area di lavoro, solo non-solidi e aria.", - "create.gui.schematicannon.option.replaceWithSolid.description": "Il cannone sostituirà i blocchi solidi nella sua area di lavoro se lo schema contiene un blocco solido in quella posizione.", - "create.gui.schematicannon.option.replaceWithAny.description": "Il cannone sostituirà i blocchi solidi nella sua area di lavoro se lo schema contiene un blocco qualunque in quella posizione.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "Il cannone eliminerà tutti i blocchi nell'area di lavoro, compresi quelli che nel progetto sono solo aria.", - - "create.schematicannon.status.idle": "Inattivo", - "create.schematicannon.status.ready": "Pronto", - "create.schematicannon.status.running": "In esecuzione", - "create.schematicannon.status.finished": "Finito", - "create.schematicannon.status.paused": "In pausa", - "create.schematicannon.status.stopped": "Fermo", - "create.schematicannon.status.noGunpowder": "Polvere da sparo mancante", - "create.schematicannon.status.targetNotLoaded": "Il blocco non è caricato", - "create.schematicannon.status.targetOutsideRange": "Obiettivo troppo lontano", - "create.schematicannon.status.searching": "Ricerca", - "create.schematicannon.status.skipping": "Skip", - "create.schematicannon.status.missingBlock": "Blocco mancante:", - "create.schematicannon.status.placing": "Piazzamento", - "create.schematicannon.status.clearing": "Cancellazione blocchi", - "create.schematicannon.status.schematicInvalid": "Progetto non valido", - "create.schematicannon.status.schematicNotPlaced": "Bersaglio non impostato", - "create.schematicannon.status.schematicExpired": "File progetto mancante", - - "create.materialChecklist": "Lista dei materiali", - "create.materialChecklist.blocksNotLoaded": "* Attenzione *\n\nLa lista dei materiali potrebbe non essere accurata a causa di molti chunk non caricati.", - - "create.gui.filter.deny_list": "Lista nera", - "create.gui.filter.deny_list.description": "Gli oggetti passano se NON corrispondono a nessuno di quelli nel filtro. Una lista nera vuota accetta tutto.", - "create.gui.filter.allow_list": "Lista bianca", - "create.gui.filter.allow_list.description": "Gli oggetti passano se corrispondono a qualcuno di quelli nel filtro. Una lista bianca vuota rifiuta tutto.", - "create.gui.filter.respect_data": "Rispetta dati", - "create.gui.filter.respect_data.description": "Gli oggetti corrispondono solo se la loro durata, incantesimi e altri attributi corrispondono.", - "create.gui.filter.ignore_data": "Ignora dati", - "create.gui.filter.ignore_data.description": "Gli oggetti corrispondono indipendentemente dai loro attributi.", - - "create.item_attributes.placeable": "è posizionabile", - "create.item_attributes.placeable.inverted": "non è posizionabile", - "create.item_attributes.consumable": "è commestibile", - "create.item_attributes.consumable.inverted": "non è commestibile", - "create.item_attributes.fluid_container": "può contenere fluidi", - "create.item_attributes.fluid_container.inverted": "non può contenere fluidi", - "create.item_attributes.enchanted": "è incantato", - "create.item_attributes.enchanted.inverted": "non è incantato", - "create.item_attributes.max_enchanted": "è incantanto al massimo livello", - "create.item_attributes.max_enchanted.inverted": "non è incantanto al massimo livello", - "create.item_attributes.renamed": "ha un nome personalizzato", - "create.item_attributes.renamed.inverted": "non ha un nome personalizzato", - "create.item_attributes.damaged": "è danneggiato", - "create.item_attributes.damaged.inverted": "non è danneggiato", - "create.item_attributes.badly_damaged": "è gravemente danneggiato", - "create.item_attributes.badly_damaged.inverted": "non è gravemente danneggiato", - "create.item_attributes.not_stackable": "non è impilabile", - "create.item_attributes.not_stackable.inverted": "è impilabile", - "create.item_attributes.equipable": "può essere equipaggiato", - "create.item_attributes.equipable.inverted": "non può essere equipaggiato", - "create.item_attributes.furnace_fuel": "è un combustibile per fornace", - "create.item_attributes.furnace_fuel.inverted": "non è un combustibile per fornace", - "create.item_attributes.washable": "può essere lavato", - "create.item_attributes.washable.inverted": "non può essere lavato", - "create.item_attributes.hauntable": "può essere infestato", - "create.item_attributes.hauntable.inverted": "non può essere infestato", - "create.item_attributes.crushable": "può essere frantumato", - "create.item_attributes.crushable.inverted": "non può essere frantumato", - "create.item_attributes.smeltable": "può essere fuso", - "create.item_attributes.smeltable.inverted": "non può essere fuso", - "create.item_attributes.smokable": "può essere affumicato", - "create.item_attributes.smokable.inverted": "non può essere affumicato", - "create.item_attributes.blastable": "è fondibile in un forno fusorio", - "create.item_attributes.blastable.inverted": "non è fondibile in un forno fusorio", - "create.item_attributes.compostable": "può essere gettato in una compstiera", - "create.item_attributes.compostable.inverted": "non può essere gettato in una compstiera", - "create.item_attributes.shulker_level": "è uno shulker %1$s", - "create.item_attributes.shulker_level.inverted": "non è uno shulker %1$s", - "create.item_attributes.shulker_level.full": "pieno", - "create.item_attributes.shulker_level.empty": "vuoto", - "create.item_attributes.shulker_level.partial": "parzialmente pieno", - "create.item_attributes.in_tag": "è etichettato %1$s", - "create.item_attributes.in_tag.inverted": "non è etichettato %1$s", - "create.item_attributes.in_item_group": "appartiene al gruppo %1$s", - "create.item_attributes.in_item_group.inverted": "non appartiene al gruppo '%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.has_enchant": "è stato incantato con %1$s", - "create.item_attributes.has_enchant.inverted": "non è stato incantato con %1$s", - "create.item_attributes.color": "è di colore %1$s", - "create.item_attributes.color.inverted": "non è di colore %1$s", - "create.item_attributes.has_fluid": "contiene %1$s", - "create.item_attributes.has_fluid.inverted": "non contiene %1$s", - "create.item_attributes.has_name": "è stato rinominato in %1$s", - "create.item_attributes.has_name.inverted": "non è stato rinominato in %1$s", - "create.item_attributes.book_author": "è stato firmato da %1$s", - "create.item_attributes.book_author.inverted": "non è stato firmato da %1$s", - "create.item_attributes.book_copy_original": "è una copia originale", - "create.item_attributes.book_copy_original.inverted": "non è una copia originale", - "create.item_attributes.book_copy_first": "è una copia di prima generazione", - "create.item_attributes.book_copy_first.inverted": "non è una copia di prima generazione", - "create.item_attributes.book_copy_second": "è una copia di seconda generazione", - "create.item_attributes.book_copy_second.inverted": "non è una copia di seconda generazione", - "create.item_attributes.book_copy_tattered": "è in condizioni precarie", - "create.item_attributes.book_copy_tattered.inverted": "non è in condizioni precarie", - "create.item_attributes.astralsorcery_amulet": "migliora %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "non migliora %1$s", - "create.item_attributes.astralsorcery_constellation": "è in sintonia con %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "non è in sintonia con %1$s", - "create.item_attributes.astralsorcery_crystal": "ha l'attributo del cristallo %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "non ha l'attributo del cristallo %1$s", - "create.item_attributes.astralsorcery_perk_gem": "ha l'attributo benefico %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "non ha l'attributo benefico %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "Nessun attributo selezionato", - "create.gui.attribute_filter.selected_attributes": "Attributi selezionati:", - "create.gui.attribute_filter.add_attribute": "Aggiungi attributi alla lista", - "create.gui.attribute_filter.add_inverted_attribute": "Aggiungi attributo opposto alla lista", - "create.gui.attribute_filter.allow_list_disjunctive": "Lista bianca (qualsiasi)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "Gli oggetti passano se hanno almeno uno degli attributi selezionati.", - "create.gui.attribute_filter.allow_list_conjunctive": "Lista Bianca (tutti)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "Gli oggetti passano solo se hanno TUTTI gli attributi selezionati.", - "create.gui.attribute_filter.deny_list": "Lista nera", - "create.gui.attribute_filter.deny_list.description": "Gli oggetti passano se NON hanno nessuno degli attributi selezionati.", - "create.gui.attribute_filter.add_reference_item": "Aggiungi riferimento", - - "create.tooltip.holdForDescription": "Tieni premuto [%1$s] per un riepilogo", - "create.tooltip.holdForControls": "Tieni premuto [%1$s] per i comandi", - "create.tooltip.keyShift": "Maiusc", - "create.tooltip.keyCtrl": "Ctrl", - "create.tooltip.speedRequirement": "Velocità richiesta: %1$s", - "create.tooltip.speedRequirement.none": "Nessuna", - "create.tooltip.speedRequirement.slow": "Lenta", - "create.tooltip.speedRequirement.medium": "Moderata", - "create.tooltip.speedRequirement.fast": "Veloce", - "create.tooltip.stressImpact": "Impatto sullo stress: %1$s", - "create.tooltip.stressImpact.low": "Basso", - "create.tooltip.stressImpact.medium": "Medio", - "create.tooltip.stressImpact.high": "Alto", - "create.tooltip.stressImpact.overstressed": "Sovraccarico", - "create.tooltip.up_to": "Fino a %1$s", - "create.tooltip.capacityProvided": "Capacità di stress: %1$s", - "create.tooltip.capacityProvided.low": "Piccola", - "create.tooltip.capacityProvided.medium": "Media", - "create.tooltip.capacityProvided.high": "Grande", - "create.tooltip.generationSpeed": "Genera %1$s %2$s", - "create.tooltip.analogStrength": "Forza analogica: %1$s/15", - - "create.mechanical_arm.extract_from": "Prendi oggetti da %1$s", - "create.mechanical_arm.deposit_to": "Deposita oggetti su %1$s", - "create.mechanical_arm.summary": "Il braccio meccanico ha %1$s input e %2$s output.", - "create.mechanical_arm.points_outside_range": "%1$s punti di interazione selezionati rimossi per limiti di portata.", - - "create.weighted_ejector.target_set": "Bersaglio selezionato", - "create.weighted_ejector.target_not_valid": "Impostato su blocco adiacente (Bersaglio non valido)", - "create.weighted_ejector.no_target": "Impostato su blocco adiacente (Nessun bersaglio selezionato)", - "create.weighted_ejector.targeting": "Impostato su [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "Grandezza stack da lanciare", - - "create.logistics.when_multiple_outputs_available": "Se esistono più output validi", - - "create.mechanical_arm.selection_mode.round_robin": "Round Robin", - "create.mechanical_arm.selection_mode.forced_round_robin": "Round Robin forzato", - "create.mechanical_arm.selection_mode.prefer_first": "Dai precedenza al primo", - - "create.tunnel.selection_mode.split": "Dividi", - "create.tunnel.selection_mode.forced_split": "Dividi forzatamente", - "create.tunnel.selection_mode.round_robin": "Round Robin", - "create.tunnel.selection_mode.forced_round_robin": "Round Robin forzato", - "create.tunnel.selection_mode.prefer_nearest": "Dai precedenza al più vicino", - "create.tunnel.selection_mode.randomize": "Distribuisci casualmente", - "create.tunnel.selection_mode.synchronize": "Sincronizza input", - - "create.tooltip.chute.header": "Informazioni sullo scivolo", - "create.tooltip.chute.items_move_down": "Gli oggetti si spostano verso il basso", - "create.tooltip.chute.items_move_up": "Gli oggetti si spostano verso l'alto", - "create.tooltip.chute.no_fans_attached": "Nessun ventilatore collegato", - "create.tooltip.chute.fans_push_up": "Il ventilatore spinge da sotto", - "create.tooltip.chute.fans_push_down": "Il ventilatore spinge da sopra", - "create.tooltip.chute.fans_pull_up": "Il ventilatore tira da sopra", - "create.tooltip.chute.fans_pull_down": "Il ventilatore tira da sotto", - "create.tooltip.chute.contains": "Contiene: %1$s x%2$s", - "create.tooltip.deployer.header": "Informazioni sull'Installatore", - "create.tooltip.deployer.using": "Modalità: Utilizzo", - "create.tooltip.deployer.punching": "Modalità: Attacco", - "create.tooltip.deployer.contains": "Oggetto: %1$s x%2$s", - "create.tooltip.brass_tunnel.contains": "Sta distribuendo:", - "create.tooltip.brass_tunnel.contains_entry": "> %1$s x%2$s", - "create.tooltip.brass_tunnel.retrieve": "Click destro per recuperare", - - "create.linked_controller.bind_mode": "Modalità associa-tasti attivata", - "create.linked_controller.press_keybind": "Premi %1$s, %2$s, %3$s, %4$s, %5$s o %6$s per associare questa frequenza al tasto scelto", - "create.linked_controller.key_bound": "Frequenza associata a: %1$s", - "create.linked_controller.frequency_slot_1": "Pulsante %1$s, Frequenza #1", - "create.linked_controller.frequency_slot_2": "Pulsante %1$s, Frequenza #2", - - "create.crafting_blueprint.crafting_slot": "Slot ingredienti", - "create.crafting_blueprint.filter_items_viable": "È permesso usare Filtri", - "create.crafting_blueprint.display_slot": "Slot visivo", - "create.crafting_blueprint.inferred": "Estratto dalla ricetta", - "create.crafting_blueprint.manually_assigned": "Assegnato manualmente", - "create.crafting_blueprint.secondary_display_slot": "Slot visivo secondario", - "create.crafting_blueprint.optional": "Opzionale", - - "create.potato_cannon.ammo.attack_damage": "Danni per colpo: %1$s", - "create.potato_cannon.ammo.reload_ticks": "Ricarica: %1$s ticks", - "create.potato_cannon.ammo.knockback": "Contraccolpo: %1$s", - - "create.hint.hose_pulley.title": "Fonte infinita", - "create.hint.hose_pulley": "Il fluido da cui stai estraendo è considerato infinito.", - "create.hint.mechanical_arm_no_targets.title": "Nessun bersaglio", - "create.hint.mechanical_arm_no_targets": "Sembra che questo _braccio_ _meccanico_ non sia stato assegnato a nessun _bersaglio_. Seleziona nastri, Stazioni per oggetti, imbuti e altri blocchi _cliccandoli_ _con_ _il_ _pulsante_ _destro_ mentre _hai_ _in_ _mano_ il _braccio_ _meccanico_.", - "create.hint.empty_bearing.title": "Attiva il supporto", - "create.hint.empty_bearing": "_Fai_ _clic_ _destro_ sul supporto con una _mano_ _vuota_ per _connetterlo_ alla struttura che hai costruito davanti ad esso.", - "create.hint.full_deployer.title": "Overflow di oggetti dell'installatore", - "create.hint.full_deployer": "Sembra che questo _installatore_ contenga _oggetti_ _eccessivi_ che necessitano di essere _estratti_. Usa una _tramoggia_, un _imbuto_ o altro per liberarlo dall'overflow.", - - "create.backtank.low": "Pressione bassa nello Zaino serbatoio", - "create.backtank.depleted": "Pressione esaurita nello Zaino serbatoio", - - "create.hint.derailed_train.title": "Treno deragliato", - "create.hint.derailed_train": "Sembra che questo _Treno_ non si trovi più sopra delle Rotaie. Fai _Click_ _destro_ con una _chiave_ _inglese_ per riportarlo su una Rotaia vicina.", - - "create.boiler.status": "Status della caldaia: %1$s", - "create.boiler.status_short": "Caldaia: %1$s", - "create.boiler.passive": "Passivo", - "create.boiler.idle": "Inattivo", - "create.boiler.lvl": "Lv %1$s", - "create.boiler.max_lvl": "Max", - "create.boiler.size": "Spazio", - "create.boiler.size_dots": "..................... ", - "create.boiler.water": "Acqua", - "create.boiler.water_dots": "...................... ", - "create.boiler.heat": "Temperatura", - "create.boiler.heat_dots": "..... ", - "create.boiler.via_one_engine": "tramite 1 motore", - "create.boiler.via_engines": "tramite %1$s motori", - - "create.gui.schedule.lmb_edit": "Click sinistro per modificare", - "create.gui.schedule.rmb_remove": "Click destro per rimuovere", - "create.gui.schedule.duplicate": "Duplica", - "create.gui.schedule.remove_entry": "Rimuovi azione", - "create.gui.schedule.add_entry": "Aggiungi azione", - "create.gui.schedule.move_up": "Sposta in alto", - "create.gui.schedule.move_down": "Sposta in basso", - "create.gui.schedule.add_condition": "Aggiungi condizione (AND)", - "create.gui.schedule.alternative_condition": "Condizione alternativa (OR)", - - "create.schedule.instruction_type": "Prossima azione:", - "create.schedule.instruction.editor": "Editor di Istruzioni", - "create.schedule.instruction.destination": "Raggiungi stazione", - "create.schedule.instruction.destination.summary": "Prossima Fremata:", - "create.schedule.instruction.filter_edit_box": "Nome della stazione", - "create.schedule.instruction.filter_edit_box_1": "Usa * come testo jolly.", - "create.schedule.instruction.filter_edit_box_2": "Ad esempio, se scrivi 'Stazione Centrale, Binario *',", - "create.schedule.instruction.filter_edit_box_3": "il treno sceglierà la stazione libera corrispondente più vicina.", - "create.schedule.instruction.rename": "Cambia nome tabella", - "create.schedule.instruction.rename.summary": "Nuovo nome:", - "create.schedule.instruction.name_edit_box": "Nome della tabella di marcia", - "create.schedule.instruction.name_edit_box_1": "Modifica il testo letto dai Lettori di dati.", - "create.schedule.instruction.name_edit_box_2": "Normalmente impostato al nome della stazione di destinazione.", - "create.schedule.instruction.throttle": "Cambia velocità massima", - "create.schedule.instruction.throttle.summary": "Imposta velocità massima a %1$s", - "create.schedule.instruction.throttle_edit_box": "Velocità", - "create.schedule.instruction.throttle_edit_box_1": "Modifica la velocità massima raggiunta dal treno.", - "create.schedule.condition_type": "Continua se/dopo:", - "create.schedule.condition.editor": "Editor di Condizioni", - "create.schedule.condition.delay": "Attesa fissa", - "create.schedule.condition.delay_short": "Attendi: %1$s", - "create.schedule.condition.delay.status": "Parte tra %1$s", - "create.schedule.condition.idle": "Inattività del carico", - "create.schedule.condition.idle_short": "Fermo per: %1$s", - "create.schedule.condition.idle.status": "Carico fermo per %1$s", - "create.schedule.condition.for_x_time": "per %1$s", - "create.schedule.condition.unloaded": "Chunk non caricato", - "create.schedule.condition.unloaded.status": "In attesa del decaricamento del chunk", - "create.schedule.condition.powered": "Segn. redstone in Stazione", - "create.schedule.condition.powered.status": "In attesa di redstone", - "create.schedule.condition.time_of_day": "Orario", - "create.schedule.condition.time_of_day.scheduled": "Orario di partenza: %1$s", - "create.schedule.condition.time_of_day.digital_format": "%1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "Ripeti", - "create.schedule.condition.time_of_day.rotation.every_24": "ogni giorno", - "create.schedule.condition.time_of_day.rotation.every_12": "ogni 12 ore", - "create.schedule.condition.time_of_day.rotation.every_6": "ogni 6 ore", - "create.schedule.condition.time_of_day.rotation.every_4": "ogni 4 ore", - "create.schedule.condition.time_of_day.rotation.every_3": "ogni 3 ore", - "create.schedule.condition.time_of_day.rotation.every_2": "ogni 2 ore", - "create.schedule.condition.time_of_day.rotation.every_1": "ogni ora", - "create.schedule.condition.time_of_day.rotation.every_0_45": "ogni 45 min", - "create.schedule.condition.time_of_day.rotation.every_0_30": "ogni 30 min", - "create.schedule.condition.time_of_day.rotation.every_0_15": "ogni 15 min", - "create.schedule.condition.time_of_day.status": "In partenza alle:", - "create.schedule.condition.threshold.train_holds": "Il treno contiene %1$s", - "create.schedule.condition.threshold.greater": "più di", - "create.schedule.condition.threshold.less": "meno di", - "create.schedule.condition.threshold.equal": "esattamente", - "create.schedule.condition.threshold.x_units_of_item": "%1$s %2$s di %3$s", - "create.schedule.condition.threshold.matching_content": "Contenuto corrispondente", - "create.schedule.condition.threshold.anything": "qualsiasi cosa", - "create.schedule.condition.threshold.item_measure": "Misura", - "create.schedule.condition.threshold.items": "Oggetti", - "create.schedule.condition.threshold.stacks": "Stack", - "create.schedule.condition.threshold.buckets": "Secchi", - "create.schedule.condition.threshold.status": "Carico: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "Oggetto di riferimento", - "create.schedule.condition.threshold.place_item_2": "È permesso usare Filtri", - "create.schedule.condition.threshold.place_item_3": "Lascia vuoto per confrontare qualsiasi cosa", - "create.schedule.condition.fluid_threshold": "Carico di fluidi", - "create.schedule.condition.item_threshold": "Carico di oggetti", - "create.schedule.condition.redstone_link": "Connessione redstone", - "create.schedule.condition.redstone_link.status": "In attesa di segnale", - "create.schedule.condition.redstone_link_on": "Segnale On", - "create.schedule.condition.redstone_link_off": "Segnale Off", - "create.schedule.condition.redstone_link.powered": "Segnale acceso", - "create.schedule.condition.redstone_link.unpowered": "Segnale spento", - "create.schedule.condition.redstone_link.frequency_state": "Stato della frequenza:", - "create.schedule.condition.redstone_link.frequency_powered": "Frequenza accesa:", - "create.schedule.condition.redstone_link.frequency_unpowered": "Frequenza spenta:", - "create.schedule.condition.player_count": "Giocatori seduti", - "create.schedule.condition.player_count.summary": "%1$s giocatore", - "create.schedule.condition.player_count.summary_plural": "%1$s giocatori", - "create.schedule.condition.player_count.seated": "%1$s seduti", - "create.schedule.condition.player_count.players": "Giocatori", - "create.schedule.condition.player_count.condition": "Condizione", - "create.schedule.condition.player_count.exactly": "Esattamente", - "create.schedule.condition.player_count.or_above": "O superiore", - "create.schedule.condition.player_count.status": "Passeggeri: %1$s/%2$s", - "create.schedule.loop": "Ripeti all'infinito", - "create.schedule.loop1": "La tabella di marcia", - "create.schedule.loop2": "ricomincia dopo aver finito", - "create.schedule.reset": "Azzera progressi", - "create.schedule.skip": "Salta fermata attuale", - "create.schedule.applied_to_train": "Il treno seguirà questa Tabella di marcia", - "create.schedule.non_controlling_seat": "Il conducente deve essere seduto davanti ai Comandi del treno", - "create.schedule.remove_with_empty_hand": "Rimuovi la Tabella di marcia attuale con una mano vuota", - "create.schedule.auto_removed_from_train": "Tabella di marcia rimossa", - "create.schedule.removed_from_train": "Tabella di marcia recuperata", - "create.schedule.no_stops": "Questa Tabella di marcia non ha ancora fermate", - "create.schedule.continued": "Tabella di marcia ripresa", - - "create.track.selection_cleared": "Selezione rimossa", - "create.track.valid_connection": "Connessione possibile ✔", - "create.track.second_point": "Posiziona una rotaia o seleziona un secondo punto", - "create.track.too_far": "Troppo lontano", - "create.track.original_missing": "Blocco originale rimosso. Premi da accovacciato per resettare", - "create.track.perpendicular": "Non puoi connettere perpendicolarmente", - "create.track.ascending_s_curve": "Impossibile creare curve a S in salita o discesa", - "create.track.too_sharp": "Curva troppo stretta", - "create.track.too_steep": "Tratto troppo ripido", - "create.track.slope_turn": "Impossibile iniziare o terminare un dislivello in curva", - "create.track.opposing_slopes": "Impossibile connettere dislivelli opposti", - "create.track.leave_slope_ascending": "Impossibile terminare questo dislivello durante la salita", - "create.track.leave_slope_descending": "Impossibile terminare questo dislivello durante la discesa", - "create.track.turn_90": "Puoi girare solo 90 gradi alla volta", - "create.track.junction_start": "Non puoi iniziare una connessione ad un incrocio", - "create.track.turn_start": "Non puoi iniziare una connessione su una curva", - "create.track.not_enough_tracks": "Non hai abbastanza Rotaie", - "create.track.not_enough_pavement": "Non hai abbastanza blocchi per la pavimentazione", - - "create.portal_track.failed": "Impossibile posizionare il binario nel portale:", - "create.portal_track.missing": "Portale di uscita non ancora generato", - "create.portal_track.blocked": "Destinazione bloccata (%1$s,%2$s,%3$s)", - - "create.station.idle": "Stazione in attesa", - "create.station.assembly_title": "Assemblaggio treni", - "create.station.close": "Chiudi finestra", - "create.station.cancel": "Annulla assemblaggio", - "create.station.failed": "Assemblaggio fallito", - "create.station.icon_type": "Tipo di icona", - "create.station.create_train": "Crea nuovo treno", - "create.station.assemble_train": "Assembla treno", - "create.station.disassemble_train": "Smonta treno", - "create.station.remove_schedule": "Recupera Tabella di marcia", - "create.station.remove_auto_schedule": "Scarta tabella di marcia automatica", - "create.station.no_assembly_diagonal": "Impossibile costruire treni", - "create.station.no_assembly_diagonal_1": "su Binari diagonali", - "create.station.no_assembly_curve": "Impossibile costruire treni", - "create.station.no_assembly_curve_1": "su una curva", - "create.station.train_not_aligned": "Impossibile smontare se le carrozze", - "create.station.train_not_aligned_1": "non sono tutte allineate", - "create.station.carriage_number": "Carrozza %1$s:", - "create.station.retry": "Risolvi e riprova", - "create.station.no_bogeys": "0 carrelli presenti", - "create.station.one_bogey": "1 carrello", - "create.station.more_bogeys": "%1$s carrelli", - "create.station.how_to": "Usa un Riv. di treno sulle Rotaie per creare un carrello.", - "create.station.how_to_1": "Rompi un carrello mirando al blocco superiore.", - "create.station.how_to_2": "Le carrozze si collegano con fino a due carrelli ognuna.", - - "create.train_assembly.too_many_bogeys": "Troppi carrelli connessi insieme: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "Il carrello di testa deve essere appena dietro ad un marcatore di stazione", - "create.train_assembly.no_bogeys": "Nessun carrello trovato", - "create.train_assembly.not_connected_in_order": "I carrelli non sono connessi in ordine", - "create.train_assembly.bogeys_too_close": "I carrelli %1$s e %2$s sono troppo vicini tra loro", - "create.train_assembly.single_bogey_carriage": "Questo tipo di carrello non può sorreggere una carrozzada solo", - "create.train_assembly.nothing_attached": "Non c'è nessuna struttura connessa al carrello %1$s", - "create.train_assembly.no_controls": "Devi montare sul treno almeno un blocco di Controlli ruotato in avanti", - "create.train_assembly.sideways_controls": "Ci sono dei Comandi del treno montati perpendicolarmente", - "create.train_assembly.bogey_created": "Carrello creato. Pemi ancora per cambiare tipo", - "create.train_assembly.requires_casing": "Usa dei Telai di treno per creare dei carrelli", - - "create.track_target.set": "Rotaia selezionata", - "create.track_target.success": "Connesso con successo alla Rotaia selezionata", - "create.track_target.clear": "Selezione rimossa", - "create.track_target.missing": "Fai prima click destro su una Rotaia", - "create.track_target.too_far": "La Rotaia selezionata è troppo lontata", - "create.track_target.no_junctions": "Non puoi selezionare un'intersezione", - "create.track_target.occupied": "La Rotaia selezionata è occupata", - "create.track_target.invalid": "Non puoi selezionare questa Rotaia in questo punto", - - "create.train.unnamed": "Treno senza nome", - "create.train.cannot_relocate_moving": "Non puoi spostare un treno in corsa", - "create.train.relocate": "Fai click su una Rotaia per spostare %1$s su di essa. Shift-click per annullare", - "create.train.relocate.abort": "Spostamento annullato", - "create.train.relocate.success": "Treno spostato con successo", - "create.train.relocate.valid": "Destinazione valida. Premi per confermare", - "create.train.relocate.invalid": "Impossibile spostare il treno qui", - "create.train.relocate.too_far": "Impossibile spostare così lontano", - "create.train.departing_from": "In partenza da %1$s", - "create.train.arrived_at": "Arrivo a %1$s", - "create.train.status": " Informazioni su questo treno: %1$s", - "create.train.status.back_on_track": "Il treno è tornato sulle Rotaie", - "create.train.status.collision": "Collisione con un altro treno", - "create.train.status.end_of_track": "Una carrozza ha raggiunto la fine della Rotaia", - "create.train.status.double_portal": "Una carrozza non può entrare in un portale senza aver prima lasciato il precedente", - "create.train.status.coupling_stress": "Fermata forzata a causa dello stress eccessivo", - "create.train.status.track_missing": "Rotaie mancanti al di sotto del treno", - "create.train.status.paused_for_manual": "Tabella di marcia in pausa a causa dei controlli manuali", - "create.train.status.opposite_driver": "Il percorso richiede un conducente in direzione opposta", - "create.train.status.missing_driver": "Il conducente è scomparso", - "create.train.status.found_driver": "Nuovo conducente trovato", - "create.train.status.navigation_success": "Navigazione conclusa con successo", - "create.train.status.no_match": "Nessuna stazione corrisponde a '%1$s'", - "create.train.status.no_path": "Nessun percorso trovato verso la prossima destinazione", - - "create.track_signal.cannot_change_mode": "Impossibile cambiare la modalità del segnale", - "create.track_signal.mode_change.entry_signal": "-> Permetti il passaggio se la sezione è libera", - "create.track_signal.mode_change.cross_signal": "-> Permetti il passaggio se la sezione è completamente attraversabile", - - "create.contraption.controls.start_controlling": "Al comando di: %1$s", - "create.contraption.controls.stop_controlling": "Hai smesso di guidare il macchinario", - "create.contraption.controls.approach_station": "Tieni premuto %1$s per fermarti a %2$s", - - "create.display_link.set": "Bersaglio selezionato", - "create.display_link.success": "Connesso con successo alla posizione selezionata", - "create.display_link.clear": "Selezione rimossa", - "create.display_link.too_far": "La posizione selezionata è troppo distante", - "create.display_link.invalid": "Il Connettore non ha bersagli validi, prova a piazzarlo di nuovo", - "create.display_link.title": "Lettore di dati", - "create.display_link.no_source": "Non una fonte di dati", - "create.display_link.no_target": "Non un visual. di dati", - "create.display_link.reading_from": "Lettura da:", - "create.display_link.writing_to": "Invio a:", - "create.display_link.attached_side": "Blocco sul lato agganciato", - "create.display_link.targeted_location": "Blocco nella posizione bersaglio", - "create.display_link.view_compatible": "Premi per vedere blocchi compatibili", - "create.display_link.information_type": "Tipo di informazione", - "create.display_link.display_on": "Scrivi in:", - "create.display_link.display_on_multiline": "Inizia a scrivere da:", - - "create.display_source.label": "Aggiungi etichetta", - "create.display_source.combine_item_names": "Combina nome oggetti", - "create.display_source.count_items": "Numero di oggetti filtrati", - "create.display_source.list_items": "Lista di oggetti filtrati", - "create.display_source.fluid_amount": "Quantità di fluidi filtrati", - "create.display_source.list_fluids": "Lista di fluidi filtrati", - "create.display_source.nixie_tube": "Copia Tubo Nixie", - "create.display_source.fill_level": "Livello di riempimento", - "create.display_source.fill_level.display": "Formato di visualizzazione", - "create.display_source.fill_level.percent": "Percentuale", - "create.display_source.fill_level.progress_bar": "Barra dei progressi", - "create.display_source.value_list.display": "Visualizzazione numero", - "create.display_source.value_list.shortened": "Abbreviato", - "create.display_source.value_list.full_number": "Num. intero", - "create.display_source.value_list.thousand": "k", - "create.display_source.value_list.million": "m", - "create.display_source.player_deaths": "Morti dei giocatori", - "create.display_source.scoreboard": "Punteggio", - "create.display_source.scoreboard.objective": "ID dell'Obiettivo", - "create.display_source.scoreboard.objective_not_found": "'%1$s' not trovato", - "create.display_source.scoreboard.objective.deaths": "Morti dei giocatori", - "create.display_source.time_of_day": "Orario giornaliero", - "create.display_source.stop_watch": "Cronometro", - "create.display_source.time.format": "Formato dell'ora", - "create.display_source.time.12_hour": "12 ore", - "create.display_source.time.24_hour": "24 ore", - "create.display_source.accumulate_items": "Num. di oggetti accumulati", - "create.display_source.item_throughput": "Freq. di attraversamento", - "create.display_source.item_throughput.interval": "Intervallo", - "create.display_source.item_throughput.interval.second": "al secondo", - "create.display_source.item_throughput.interval.minute": "al minuto", - "create.display_source.item_throughput.interval.hour": "all'ora", - "create.display_source.train_status": "Stato Tabella di marcia", - "create.display_source.station_summary": "Riepilogo Stazione", - "create.display_source.station_summary.filter": "Filtro nomi stazione", - "create.display_source.station_summary.train_name_column": "Lunghezza colonna treno", - "create.display_source.station_summary.platform_column": "Lunghezza colonna binario", - "create.display_source.station_summary.now": "ora", - "create.display_source.station_summary.minutes": "min", - "create.display_source.station_summary.seconds": "%1$ss", - "create.display_source.observed_train_name": "Nome treno individuato", - "create.display_source.max_enchant_level": "Livello massimo", - "create.display_source.boiler_status": "Stato della Caldaia", - "create.display_source.entity_name": "Nome entità", - "create.display_source.kinetic_speed": "Velocità di rotazione", - "create.display_source.kinetic_speed.absolute": "Ignora direzione", - "create.display_source.kinetic_speed.directional": "Includi direzione", - "create.display_source.kinetic_stress": "Stress della rete", - "create.display_source.kinetic_stress.display": "Informazione visualizzata", - "create.display_source.kinetic_stress.progress_bar": "Barra dei progressi", - "create.display_source.kinetic_stress.percent": "Percentuale", - "create.display_source.kinetic_stress.current": "Stress attuale", - "create.display_source.kinetic_stress.max": "Capacità massima", - "create.display_source.kinetic_stress.remaining": "Stress rimanente", - "create.display_source.redstone_power": "Livello di redstone", - "create.display_source.redstone_power.display": "Formato di visualizzazione", - "create.display_source.redstone_power.number": "Numero", - "create.display_source.redstone_power.progress_bar": "Barra dei progressi", - "create.display_source.boiler.not_enough_space": "Spazio insufficiente", - "create.display_source.boiler.for_boiler_status": "per lo Status della Caldaia", - - "create.display_target.line": "Riga %1$s", - "create.display_target.page": "Pagina %1$s", - "create.display_target.single_line": "Riga singola", - - "create.flap_display.cycles.alphabet": " ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": " ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": " ; min;ora;15s;30s;45s", - "create.flap_display.cycles.shortened_numbers": " ;K;M", - "create.flap_display.cycles.fluid_units": "mB;B ", - "create.flap_display.cycles.instant": " ; ", - "create.flap_display.cycles.pixel": "█;▓;▒", - - "create.super_glue.too_far": "L'area selezionata è troppo grande", - "create.super_glue.cannot_reach": "I blocchi scelti devono essere collegati", - "create.super_glue.click_to_confirm": "Pemi di nuovo per confermare", - "create.super_glue.click_to_discard": "Premi da accovacciato per annullare", - "create.super_glue.first_pos": "Prima posizione selezionata", - "create.super_glue.abort": "Selezione annullata", - "create.super_glue.not_enough": "Non hai abbastanza colla nel tuo inventario", - "create.super_glue.success": "Incollaggio in corso...", - - "create.gui.config.overlay1": "Ciao :)", - "create.gui.config.overlay2": "Questo overlay è di esempio", - "create.gui.config.overlay3": "Cliccalo o trascinalo col mouse", - "create.gui.config.overlay4": "per muovere questa anteprima", - "create.gui.config.overlay5": "Premi Esc per uscire e", - "create.gui.config.overlay6": "salvare la nuova posizione", - "create.gui.config.overlay7": "Fai /create per resettare", - "create.gui.config.overlay8": "l'overlay alla posizione standard", - - "create.command.killTPSCommand": "killtps", - "create.command.killTPSCommand.status.slowed_by.0": "[Create]: Il tick del server è attualmente rallentato di %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "[Create]: Il tick del server è ora rallentato di %s ms >:)", - "create.command.killTPSCommand.status.slowed_by.2": "[Create]: Il tick del server è tornato alla velocità normale :D", - "create.command.killTPSCommand.status.usage.0": "[Create]: usa /killtps per riportare il tick del server alla velocità normale", - "create.command.killTPSCommand.status.usage.1": "[Create]: usa /killtps avvia per rallentare artificialmente il tick del server", - "create.command.killTPSCommand.argument.tickTime": "tickTime", - - "create.contraption.minecart_contraption_too_big": "Questo Macchinario è troppo grande per essere raccolto", - "create.contraption.minecart_contraption_illegal_pickup": "Una forza misteriosa ti impedisce di raccogliere questo Macchinario", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "Macchinario si ferma", - "create.subtitle.peculiar_bell_use": "Campana peculiare suona", - "create.subtitle.worldshaper_place": "Plasmatore del mondo spara", - "create.subtitle.whistle_train_manual": "Treno fischia", - "create.subtitle.steam": "Suoni di vapore", - "create.subtitle.saw_activate_stone": "Attivazione Sega meccanica", - "create.subtitle.schematicannon_finish": "Spara-progetti termina", - "create.subtitle.crafter_craft": "Fabbricatore fabbrica", - "create.subtitle.wrench_remove": "Componente si rompe", - "create.subtitle.train3": "Rumore attutito di ruote di carrello", - "create.subtitle.whistle": "Fischio", - "create.subtitle.cogs": "Rumore di ingranaggi", - "create.subtitle.slime_added": "Colla aggiunta", - "create.subtitle.whistle_train_low": "Treno fischia debolmente", - "create.subtitle.schematicannon_launch_block": "Spara-progetti spara", - "create.subtitle.controller_take": "Leggio svuotato", - "create.subtitle.crafter_click": "Fabbricatore lavora", - "create.subtitle.depot_plop": "Oggetto atterra", - "create.subtitle.confirm": "Suono affermativo", - "create.subtitle.mixing": "Suoni di mescolatura", - "create.subtitle.mechanical_press_activation_belt": "Pressa meccanica schiaccia", - "create.subtitle.fwoomp": "Lancia-patate spara", - "create.subtitle.sanding_long": "Rumori di levigatura", - "create.subtitle.crushing_1": "Suono di schiacciamento", - "create.subtitle.depot_slide": "Oggetto scivola", - "create.subtitle.blaze_munch": "Blaze mangia", - "create.subtitle.funnel_flap": "Lembi di imbuto agitati", - "create.subtitle.haunted_bell_use": "Campana infestata suona", - "create.subtitle.scroll_value": "Suono di input rotatorio", - "create.subtitle.controller_put": "Pulsantiera posata", - "create.subtitle.cranking": "Manovella gira", - "create.subtitle.sanding_short": "Levigatura veloce", - "create.subtitle.wrench_rotate": "Chiave a pappagallo usata", - "create.subtitle.potato_hit": "Vegetale colpisce", - "create.subtitle.saw_activate_wood": "Attivazione Sega meccanica", - "create.subtitle.whistle_high": "Fischio forte", - "create.subtitle.whistle_train_manual_low": "Treno fischia debolmente", - "create.subtitle.whistle_train": "Treno fischia", - "create.subtitle.haunted_bell_convert": "Risveglio di Campana infestata", - "create.subtitle.train": "Rumore di ruote di carrello", - "create.subtitle.deny": "Suono di rifiuto", - "create.subtitle.controller_click": "Click su pulsantiera", - "create.subtitle.whistle_low": "Fischio debole", - "create.subtitle.copper_armor_equip": "Equipaggiamento da immersione equipaggiato", - "create.subtitle.mechanical_press_activation": "Attivazione Pressa meccanica", - "create.subtitle.contraption_assemble": "Macchinario si muove", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "OGGETTO DI ESEMPIO (solo un indicatore che esiste nella descrizione)", - "item.create.example_item.tooltip.summary": "Una breve descrizione dell'oggetto. La _sottolineatura_ evidenzia un termine.", - "item.create.example_item.tooltip.condition1": "Quando questo", - "item.create.example_item.tooltip.behaviour1": "Allora questo oggetto fa questo. (i comportamenti mostrati con shift)", - "item.create.example_item.tooltip.condition2": "E quando questo", - "item.create.example_item.tooltip.behaviour2": "Puoi aggiungere tutti i comportamenti che desideri", - "item.create.example_item.tooltip.control1": "Quando premi Ctrl", - "item.create.example_item.tooltip.action1": "Questi controlli vengono visualizzati.", - - "block.create.wooden_bracket.tooltip": "SUPPORTO DI LEGNO", - "block.create.wooden_bracket.tooltip.summary": "_Decora_ le tue _assi_, _ruote dentate_ e _tubi_ rinforzandoli con del legno.", - - "block.create.metal_bracket.tooltip": "SUPPORTO DI METALLO", - "block.create.metal_bracket.tooltip.summary": "_Decora_ le tue _assi_, _ruote dentate_ e _tubi_ rinforzandoli con del ferro.", - - "block.create.seat.tooltip": "SEDILE", - "block.create.seat.tooltip.summary": "Siediti e goditi l'escursione! Ancora un giocatore a una macchina _in movimento_. Perfetto anche per l'arredamento! Dispone di una varietà di colori.", - "block.create.seat.tooltip.condition1": "Clicca con il pulsante destro sul sedile", - "block.create.seat.tooltip.behaviour1": "Fai sedere il giocatore sul _sedile_. Premi L-Shift per alzarti dal _sedile_.", - - "item.create.blaze_cake.tooltip": "TORTA PER BLAZE", - "item.create.blaze_cake.tooltip.summary": "Un delizioso trattamento per i tuoi _inceneritori a blaze_. Alimentali col fuoco!", - - "item.create.wand_of_symmetry.tooltip": "BASTONE DELLA SIMMETRIA", - "item.create.wand_of_symmetry.tooltip.summary": "Copia perfettamente il posizionamento dei blocchi, specchiandolo sui piani configurati.", - "item.create.wand_of_symmetry.tooltip.condition1": "Nella hotbar", - "item.create.wand_of_symmetry.tooltip.behaviour1": "Rimane attivo", - "item.create.wand_of_symmetry.tooltip.control1": "Click destro sul terreno", - "item.create.wand_of_symmetry.tooltip.action1": "_Crea_ o _sposta_ lo specchio", - "item.create.wand_of_symmetry.tooltip.control2": "Click destro in aria", - "item.create.wand_of_symmetry.tooltip.action2": "_Rimuove_ lo specchio attivo", - "item.create.wand_of_symmetry.tooltip.control3": "Click destro da accovacciato", - "item.create.wand_of_symmetry.tooltip.action3": "Apre l'_interfaccia_ _di_ _configurazione_", - - "item.create.handheld_worldshaper.tooltip": "PLASMATORE DEL MONDO PORTATILE", - "item.create.handheld_worldshaper.tooltip.summary": "Strumento per la modifica di _paesaggi_ e _caratteristiche_ _del_ _terreno_.", - "item.create.handheld_worldshaper.tooltip.control1": "Click sinistro su un blocco", - "item.create.handheld_worldshaper.tooltip.action1": "Imposta i blocchi posizionati dallo strumento sul blocco selezionato.", - "item.create.handheld_worldshaper.tooltip.control2": "Click destro su un blocco", - "item.create.handheld_worldshaper.tooltip.action2": "Applica il _pennello_ e lo _strumento_ attualmente selezionati nella posizione colpita.", - "item.create.handheld_worldshaper.tooltip.control3": "Click destro da accovacciato", - "item.create.handheld_worldshaper.tooltip.action3": "Apre l'_interfaccia_ _di_ _configurazione_", - - "item.create.tree_fertilizer.tooltip": "FERTILIZZANTE PER ALBERI", - "item.create.tree_fertilizer.tooltip.summary": "Una potente combinazione di minerali adatta ad accelerare la crescita degli alberi più comuni.", - "item.create.tree_fertilizer.tooltip.condition1": "Se utilizzato su un arboscello", - "item.create.tree_fertilizer.tooltip.behaviour1": "Fa crescere gli alberi _indipendentemente_ dalle _condizioni_ _di_ _spazio_", - - "item.create.extendo_grip.tooltip": "BRACCIO ALLUNGABILE", - "item.create.extendo_grip.tooltip.summary": "Boioioing! _Incrementa notevolmente la distanza di interazione_ di chi lo brandisce.", - "item.create.extendo_grip.tooltip.condition1": "Quando in mano secondaria", - "item.create.extendo_grip.tooltip.behaviour1": "Incrementa la _distanza di interazione_ degli oggetti usati nella _mano primaria_.", - "item.create.extendo_grip.tooltip.condition2": "Indossando uno Zaino serbatoio", - "item.create.extendo_grip.tooltip.behaviour2": "Verrà consumata _Aria compressa_ invece della _Durata_ di questo oggetto.", - - "item.create.potato_cannon.tooltip": "CANNONE A PATATE", - "item.create.potato_cannon.tooltip.summary": "Fwoomp! Lancia i tuoi frutti o ortaggi ai tuoi nemici! Può essere alimentato con l'Aria Compressa in uno _Zaino serbatoio_", - "item.create.potato_cannon.tooltip.condition1": "Click destro", - "item.create.potato_cannon.tooltip.behaviour1": "_Spara_ un oggetto compatibile dal tuo _Inventario_.", - "item.create.potato_cannon.tooltip.condition2": "Indossando uno Zaino serbatoio", - "item.create.potato_cannon.tooltip.behaviour2": "Verrà consumata _Aria compressa_ invece della _Durata_ di questo oggetto.", - - "item.create.filter.tooltip": "FILTRO", - "item.create.filter.tooltip.summary": "_Controlla_ _gli_ _output_ e gli _input_ dei dispositivi logistici con maggiore _precisione_, confrontandoli con una _serie_ _di_ _oggetti_ o diversi _filtri_ _nidificati_.", - "item.create.filter.tooltip.condition1": "Quando si trova nello slot del filtro", - "item.create.filter.tooltip.behaviour1": "_Controlla_ il flusso degli oggetti in base alla sua _configurazione_.", - "item.create.filter.tooltip.condition2": "Click destro", - "item.create.filter.tooltip.behaviour2": "Apre l'_interfaccia_ _di_ _configurazione_.", - - "item.create.attribute_filter.tooltip": "FILTRO ATTRIBUTI", - "item.create.attribute_filter.tooltip.summary": "_Controlla_ _gli_ _output_ e gli _input_ dei dispositivi logistici con maggiore _precisione_, confrontandoli con una _serie_ _di_ _attributi_ e _categorie_ di oggetti.", - "item.create.attribute_filter.tooltip.condition1": "Quando si trova nello slot del filtro", - "item.create.attribute_filter.tooltip.behaviour1": "_Controlla_ il flusso degli oggetti in base alla sua _configurazione_.", - "item.create.attribute_filter.tooltip.condition2": "Click destro", - "item.create.attribute_filter.tooltip.behaviour2": "Apre l'_interfaccia_ _di_ _configurazione_.", - - "item.create.empty_schematic.tooltip": "PROGETTO VUOTO", - "item.create.empty_schematic.tooltip.summary": "Utilizzato come ingrediente per ricette e per la scrittura al _banco dei progetti_.", - - "item.create.schematic.tooltip": "PROGETTO", - "item.create.schematic.tooltip.summary": "Contiene una struttura da posizionare e collocare nel mondo. Posiziona l'ologramma come desideri e usa uno _Spara-progetti_ per costruirla.", - "item.create.schematic.tooltip.condition1": "In mano", - "item.create.schematic.tooltip.behaviour1": "Può essere posizionato utilizzando gli strumenti sullo schermo.", - "item.create.schematic.tooltip.control1": "Click destro da accovacciato", - "item.create.schematic.tooltip.action1": "Apre un'_interfaccia_ per l'immissione di _coordinate_ esatte.", - - "item.create.schematic_and_quill.tooltip": "PROGETTO E PENNA", - "item.create.schematic_and_quill.tooltip.summary": "Utilizzato per salvare una struttura nel tuo mondo in un file .nbt.", - "item.create.schematic_and_quill.tooltip.condition1": "Passo 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "Seleziona gli angoli usando il click destro.", - "item.create.schematic_and_quill.tooltip.condition2": "Passo 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "Premi _Ctrl_ e _scorri_ sulle facciate per regolare le dimensioni. Click destro di nuovo per salvare.", - "item.create.schematic_and_quill.tooltip.control1": "Click Destro", - "item.create.schematic_and_quill.tooltip.action1": "Seleziona un angolo / conferma il salvataggio.", - "item.create.schematic_and_quill.tooltip.control2": "Ctrl premuto", - "item.create.schematic_and_quill.tooltip.action2": "Seleziona i punti a _mezz'aria_. _Scorri_ per regolare la distanza.", - "item.create.schematic_and_quill.tooltip.control3": "Click destro da accovacciato", - "item.create.schematic_and_quill.tooltip.action3": "_Resetta_ e rimuove la selezione.", - - "block.create.schematicannon.tooltip": "SPARA-PROGETTI", - "block.create.schematicannon.tooltip.summary": "Spara blocchi per ricreare un _progetto_ posizionato nel mondo. Usa gli oggetti degli inventari adiacenti e della _polvere da sparo_ come combustibile.", - "block.create.schematicannon.tooltip.condition1": "Click destro", - "block.create.schematicannon.tooltip.behaviour1": "Apre l'_Interfaccia_", - - "block.create.schematic_table.tooltip": "BANCO DEI PROGETTI", - "block.create.schematic_table.tooltip.summary": "Importa un file .nbt su un _progetto_ _vuoto_.", - "block.create.schematic_table.tooltip.condition1": "Quando viene fornito un progetto vuoto", - "block.create.schematic_table.tooltip.behaviour1": "Carica un file selezionato dalla cartella Schematics.", - - "item.create.goggles.tooltip": "OCCHIALI DA INGEGNERE", - "item.create.goggles.tooltip.summary": "Un paio di occhiali per migliorare la tua vista con utili _informazioni_ _cinetiche_.", - "item.create.goggles.tooltip.condition1": "Quando indossati", - "item.create.goggles.tooltip.behaviour1": "Mostra gli _indicatori_ _colorati_ corrispondenti al _livello_ _di_ _velocità_ di un componente cinetico posizionato, nonché l'_impatto_ _sullo_ _stress_ e la capacità dei singoli componenti.", - "item.create.goggles.tooltip.condition2": "Quando si guarda un misuratore", - "item.create.goggles.tooltip.behaviour2": "Mostra informazioni dettagliate sulla _velocità_ o lo _stress_ della rete a cui è collegato il misuratore.", - "item.create.goggles.tooltip.condition3": "Quando si guarda un contenitore di fluidi", - "item.create.goggles.tooltip.behaviour3": "Mostra informazioni dettagliate sulla _Capacità_ del blocco e sui _Fluidi_ contenuti all'interno.", - - "item.create.wrench.tooltip": "CHIAVE A PAPPAGALLO", - "item.create.wrench.tooltip.summary": "Uno strumento utile per lavorare su congegni cinetici. Può essere usato per _ruotare_, _smontare_ e _configurare_ i componenti.", - "item.create.wrench.tooltip.control1": "Click destro su un blocco cinetico", - "item.create.wrench.tooltip.action1": "_Ruota_ _i_ _componenti_ verso o lontano dalla facciata con cui hai interagito.", - "item.create.wrench.tooltip.control2": "Click destro da accovacciato", - "item.create.wrench.tooltip.action2": "_Smonta_ _i_ _componenti_ _cinetici_ e li rimette nel _tuo_ _inventario_.", - - "block.create.nozzle.tooltip": "DISPERSORE", - "block.create.nozzle.tooltip.summary": "Collegalo di fronte a un _ventilatore_ per distribuire il suo effetto sulle entità in _tutte_ _le_ _direzioni_.", - - "block.create.cuckoo_clock.tooltip": "OROLOGIO A CUCÙ", - "block.create.cuckoo_clock.tooltip.summary": "Prodotto di artigianato raffinato usato per _decorare_ uno spazio e _tener_ _traccia_ _del_ _tempo_.", - "block.create.cuckoo_clock.tooltip.condition1": "Quando in rotazione", - "block.create.cuckoo_clock.tooltip.behaviour1": "Mostra l'_ora_ _corrente_ e suona una melodia due volte al giorno. Si _attiva_ una volta a mezzogiorno e una al crepuscolo, non appena i _giocatori_ _possono_ _dormire_.", - - "block.create.turntable.tooltip": "PIATTAFORMA GIREVOLE", - "block.create.turntable.tooltip.summary": "Assorbe la _forza_ _di_ _rotazione_, girando su se' stesso.", - - "block.create.toolbox.tooltip": "CASSETTA DEGLI ATTREZZI", - "block.create.toolbox.tooltip.summary": "Il compagno più fidato di ogni inventore. _Contiene_ una grande quantità di _8 diversi_ oggetti in maniera conveniente.", - "block.create.toolbox.tooltip.condition1": "Quando raccolto", - "block.create.toolbox.tooltip.behaviour1": "_Conserva_ il suo _contenuto_.", - "block.create.toolbox.tooltip.condition2": "Quando piazzato entro il raggio", - "block.create.toolbox.tooltip.behaviour2": "_Giocatori_ _vicini_ possono tenere premuto il _comando_ della _Cassetta degli attrezzi_ per accedere al suo contenuto _dalla distanza_.", - "block.create.toolbox.tooltip.condition3": "Click destro", - "block.create.toolbox.tooltip.behaviour3": "Apre l'_Interfaccia_.", - - "block.create.stockpile_switch.tooltip": "INTERRUTTORE A RIEMPIMENTO", - "block.create.stockpile_switch.tooltip.summary": "Attiva/disattiva un segnale redstone in base allo _spazio_ _di_ _stoccaggio_ nel contenitore collegato.", - "block.create.stockpile_switch.tooltip.condition1": "Quando la di sotto del limite inferiore", - "block.create.stockpile_switch.tooltip.behaviour1": "Smette di fornire il _segnale_ _redstone_", - - "block.create.content_observer.tooltip": "OSSERVATORE DI CONTENUTI", - "block.create.content_observer.tooltip.summary": "_Rileva oggetti_ dentro i _contenitori_ ed i _nastri_ corrispondenti ad un _filtro_. Quando l'_inventario_ del blocco, _nastro_ o _scivolo_ contiene un oggetto corrispondente, questo componente emetterà un _segnale redstone_. Quando un _imbuto_ osservato _trasferisce_ un oggetto corrispondente, questo componente emetterà un _segnale redstone_ temporaneo.", - "block.create.content_observer.tooltip.condition1": "Mentre osserva un contenitore", - "block.create.content_observer.tooltip.behaviour1": "Emette un _segnale redstone_ se il contenitore osservato contiene _oggetti corrispondenti_.", - "block.create.content_observer.tooltip.condition2": "Mentre osserva un imbuto", - "block.create.content_observer.tooltip.behaviour2": "Emette un _segnale redstone_ se l'imbuto osservato sta _trasferendo_ un _oggetto corrispondente_.", - - "block.create.creative_crate.tooltip": "CASSA (CREATIVA)", - "block.create.creative_crate.tooltip.summary": "Fornisce una scorta infinita di blocchi agli _Spara-progetti_ adiacenti.", - "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 _cancellati_.", - - "item.create.creative_blaze_cake.tooltip": "TORTA PER BLAZE (CREATIVA)", - "item.create.creative_blaze_cake.tooltip.summary": "Uno snack molto speciale per i tuoi _inceneritori a blaze_. Dopo aver mangiato questa torta, gli Inceneritori a Blaze _non finiranno mai il carburante_.", - "item.create.creative_blaze_cake.tooltip.condition1": "Quando usata su un inceneritore a blaze", - "item.create.creative_blaze_cake.tooltip.behaviour1": "_Modifica_ il livello di calore di un inceneritore a blaze.", - - "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", - "block.create.controller_rail.tooltip.behaviour1": "_Accelera_ o _decelera_ i _carrelli da miniera_ che passano, a seconda della _potenza del segnale_. Propaga il segnale redstone ai binari di controllo adiacenti. Alimentare due binari di controllo con segnali differenti farà in modo che i binari tra di loro interpolino il segnale.", - - "item.create.sand_paper.tooltip": "CARTA VETRATA", - "item.create.sand_paper.tooltip.summary": "Una superficie di carta ruvida che può essere usata per _levigare_. Può essere applicata automaticamente usando l'installatore.", - "item.create.sand_paper.tooltip.condition1": "Quando utilizzata", - "item.create.sand_paper.tooltip.behaviour1": "Applica una levigatura agli oggetti tenuti in _mano secondaria_ o per _terra_ quando li si _guarda_.", - - "item.create.builders_tea.tooltip": "TÈ DEL COSTRUTTORE", - "item.create.builders_tea.tooltip.summary": "La bevanda perfetta per iniziare la giornata _motivato_ e _saturato._", - - "item.create.refined_radiance.tooltip": "SPLENDORE RAFFINATO", - "item.create.refined_radiance.tooltip.summary": "Un materiale cromatico forgiato dalla _luce_ _assorbita_.", - "item.create.refined_radiance.tooltip.condition1": "Lavori in corso", - "item.create.refined_radiance.tooltip.behaviour1": "Saranno implementati utilizzi per questo materiale in versioni future.", - - "item.create.shadow_steel.tooltip": "ACCIAIO OSCURO", - "item.create.shadow_steel.tooltip.summary": "Un materiale cromatico forgiato _nel_ _vuoto_.", - "item.create.shadow_steel.tooltip.condition1": "Lavori in corso", - "item.create.shadow_steel.tooltip.behaviour1": "Saranno implementati utilizzi per questo materiale in versioni future.", - - "item.create.linked_controller.tooltip": "PULSANTIERA DI COMANDO", - "item.create.linked_controller.tooltip.summary": "Consegna il potere di _controllare_ le frequenze di _Connettori_ _redstone_ sul _palmo_ della tua mano grazie ai suoi _sei_ _pulsanti_.", - "item.create.linked_controller.tooltip.condition1": "Click destro", - "item.create.linked_controller.tooltip.behaviour1": "_Attiva/disattiva_ la pulsantiera. I _comandi_ _di_ _movimento_ sono disattivi mentre lo usi.", - "item.create.linked_controller.tooltip.condition2": "Click destro da accovacciato", - "item.create.linked_controller.tooltip.behaviour2": "Apri l'_interfaccia di configurazione_ manuale.", - "item.create.linked_controller.tooltip.condition3": "Click destro su un Connettore redstone", - "item.create.linked_controller.tooltip.behaviour3": "Abilita la _Modalità Associa-tasti_. Premi uno dei _sei pulsanti_ per impostarlo alla _Frequenza del connettore_.", - "item.create.linked_controller.tooltip.condition4": "Click destro su un Leggio", - "item.create.linked_controller.tooltip.behaviour4": "Posa la pulsantiera sul Leggio per una più facile attivazione. (Click destro da accovacciato per recuperarlo)", - - "item.create.diving_helmet.tooltip": "ELMO DA IMMERSIONE", - "item.create.diving_helmet.tooltip.summary": "Se indossato con uno _Zaino Serbatoio_, permette al portatore di _respirare_ _sott'acqua_ per un periodo di tempo prolungato.", - "item.create.diving_helmet.tooltip.condition1": "Quando indossato", - "item.create.diving_helmet.tooltip.behaviour1": "Applica l'effetto di _Respirazione Subacquea_, consumando lentamente la _pressione dell'aria_ all'interno del serbatoio.", - - "item.create.copper_backtank.tooltip": "ZAINO SERBATOIO", - "item.create.copper_backtank.tooltip.summary": "Un _serbatoio_ _indossabile_ adatto per trasportare aria compressa.", - "item.create.copper_backtank.tooltip.condition1": "Quando indossato", - "item.create.copper_backtank.tooltip.behaviour1": "Fornisce aria_ _compressa_ a tutto ciò che lo richiede.", - "item.create.copper_backtank.tooltip.condition2": "Quando posizionato e collegato a un sistema cinetico", - "item.create.copper_backtank.tooltip.behaviour2": "_Assorbe_ _aria_ _compressa_ ad una velocità dipendente dalla velocità di rotazione.", - - "block.create.placard.tooltip": "CORNICE DI OTTONE", - "block.create.placard.tooltip.summary": "_Incornicia_ i tuoi _oggetti_ in ottone usando questo elegante pannello da muro. Sicuro per i macchinari!", - "block.create.placard.tooltip.condition1": "Click destro con un oggetto", - "block.create.placard.tooltip.behaviour1": "_Aggiunge_ l'_oggetto_ nella cornice. _Emette_ un segnale _redstone_ temporaneo se contiene già un oggetto corrispondente.", - "block.create.placard.tooltip.condition2": "Quando colpito", - "block.create.placard.tooltip.behaviour2": "_Rimuove_ l'_oggetto_ attualmente incorniciato.", - - "block.create.flywheel.tooltip": "VOLANO", - "block.create.flywheel.tooltip.summary": "_Decora_ i tuoi _macchinari_ con questa enorme ruota di ottone.", - "block.create.flywheel.tooltip.condition1": "Quando riceve forza centrifuga", - "block.create.flywheel.tooltip.behaviour1": "Gira.", - - "item.create.diving_boots.tooltip": "STIVALI DA IMMERSIONE", - "item.create.diving_boots.tooltip.summary": "Un paio di _stivali_ _pesanti_, che permettono di esplorare meglio il fondale oceanico.", - "item.create.diving_boots.tooltip.condition1": "Quando indossati", - "item.create.diving_boots.tooltip.behaviour1": "Il portatore _affonda_ _più velocemente_ e _non può_ _nuotare_. Permette di _camminare_ e _saltare_ sott'acqua. Il portatore è inoltre immune ai _Nastri_ _meccanici_.", - - "item.create.crafting_blueprint.tooltip": "PROGETTO DI FABBRICAZIONE", - "item.create.crafting_blueprint.tooltip.summary": "Se _appeso_ ad un muro, può essere usato per _specificare_ gli _ingredienti_ per fabbricare manualmente. Ogni slot rappresenta una ricetta.", - "item.create.crafting_blueprint.condition1": "Click destro su uno slot vuoto", - "item.create.crafting_blueprint.behaviour1": "Apri il _menù_ _di_ _fabbricazione_, permettendoti di _configurare_ una _ricetta_ e gli oggetti da mostrare.", - "item.create.crafting_blueprint.condition2": "Click destro si uno slot occupato", - "item.create.crafting_blueprint.behaviour2": "_Usa_ la _ricetta_ _selezionata_ con gli oggetti nel tuo _inventario_. _Accovacciati_ per fabbricare fino a uno _Stack_ di oggetti.", - - "item.create.minecart_coupling.tooltip": "AGGANCIO PER CARRELLI DA MINIERA", - "item.create.minecart_coupling.tooltip.summary": "_Concatena_ i _carrelli da miniera_ e le _macchine su carrello_ insieme per formare un treno maestoso.", - "item.create.minecart_coupling.tooltip.condition1": "Quando usato su un carrello da miniera", - "item.create.minecart_coupling.tooltip.behaviour1": "_Concatena_ due carrelli insieme, provando a tenerli uniti a una _distanza costante_ mentre si muovono.", - - "item.create.experience_nugget.tooltip": "PEPITA DI ESPERIENZA", - "item.create.experience_nugget.tooltip.summary": "_Ding!_ Una briciola di _ispirazione_ dalle tue fantastiche invenzioni.", - "item.create.experience_nugget.tooltip.condition1": "Quando usata", - "item.create.experience_nugget.tooltip.behaviour1": "_Guadagna_ i _punti_ _Esperienza_ contenuti all'interno.", - - "block.create.peculiar_bell.tooltip": "CAMPANA PECULIARE", - "block.create.peculiar_bell.tooltip.summary": "Una _Campana di Ottone_ decorativa. Posarla sopra del _Fuoco delle Anime_ potrebbe avere strani effetti...", - - "block.create.haunted_bell.tooltip": "CAMPANA INFESTATA", - "block.create.haunted_bell.tooltip.summary": "Una _Campana Maledetta_ infestata da anime perdute del Nether.", - "block.create.haunted_bell.tooltip.condition1": "Quando tenuta in mano o suonata", - "block.create.haunted_bell.tooltip.behaviour1": "Mostra i _punti bui_ nei quali possono apparire _creature ostili_.", - - - "_": "->------------------------] Ponder Content [------------------------<-", - - "create.ponder.hold_to_ponder": "Tieni premuto [%1$s] per Riflettere", - "create.ponder.subject": "Soggetto della scena", - "create.ponder.pondering": "Riflessione riguardante...", - "create.ponder.identify_mode": "Modalità Approfondimento attiva.\nRiprendi con [%1$s]", - "create.ponder.associated": "Voci correlate", - "create.ponder.close": "Chiudi", - "create.ponder.identify": "Approfondisci", - "create.ponder.next": "Scena successiva", - "create.ponder.next_up": "Prossima scena:", - "create.ponder.previous": "Scena precedente", - "create.ponder.replay": "Riavvia", - "create.ponder.think_back": "Torna indietro", - "create.ponder.slow_text": "Testo rallentato", - "create.ponder.exit": "Esci", - "create.ponder.welcome": "È tempo di Riflettere", - "create.ponder.categories": "Categorie disponibili in Create", - "create.ponder.index_description": "Premi su una delle icone per imparare di più riguardo ai suoi oggetti e blocchi", - "create.ponder.index_title": "Catalogo di Riflessione", - "create.ponder.shared.rpm16": "16 RPM", - "create.ponder.shared.behaviour_modify_wrench": "Questo comportamento può essere cambiato con una Chiave a pappagallo", - "create.ponder.shared.storage_on_contraption": "Inventari connessi al Macchinario raccoglieranno i drop automaticamente", - "create.ponder.shared.sneak_and": "Accov. +", - "create.ponder.shared.rpm8": "8 RPM", - "create.ponder.shared.ctrl_and": "Ctrl +", - "create.ponder.shared.rpm32": "32 RPM", - "create.ponder.shared.rpm16_source": "Fonte: 16 RPM", - "create.ponder.shared.movement_anchors": "Puoi spostare strutture più grandi grazie alla Super colla.", - "create.ponder.tag.redstone": "Componenti Logici", - "create.ponder.tag.redstone.description": "Componenti che aiutano a costruire impianti redstone", - "create.ponder.tag.contraption_assembly": "Strumenti per Incollare", - "create.ponder.tag.contraption_assembly.description": "Attrezzi e componenti usati per assemblare strutture che devono far parte di un Macchinario", - "create.ponder.tag.fluids": "Manipolatori di Fluidi", - "create.ponder.tag.fluids.description": "Componenti che aiutano nel trasporto e utilizzo di fluidi", - "create.ponder.tag.decoration": "Estetica", - "create.ponder.tag.decoration.description": "Componenti principalmente usati per decorazione", - "create.ponder.tag.windmill_sails": "Vele per Mulini a vento", - "create.ponder.tag.windmill_sails.description": "Blocchi considerati valide vele e che aggiungono potenza ad un Mulino a vento quando assemblato. Ognuna di esse ha la stessa efficienza.", - "create.ponder.tag.arm_targets": "Bersagli per Braccia meccaniche", - "create.ponder.tag.arm_targets.description": "Componenti validi come input o output per un Braccio meccanico", - "create.ponder.tag.kinetic_appliances": "Ricevitori Cinetici", - "create.ponder.tag.kinetic_appliances.description": "Componenti che utilizzano la forza centrifuga per funzionare", - "create.ponder.tag.kinetic_sources": "Generatori Cinetici", - "create.ponder.tag.kinetic_sources.description": "Componenti che generano forza centrifuga", - "create.ponder.tag.movement_anchor": "Ancore di Movimento", - "create.ponder.tag.movement_anchor.description": "Componenti che permettono di costruire marchingegni semoventi, dando vita in vari modi ad una struttura ad essi collegata.", - "create.ponder.tag.kinetic_relays": "Blocchi Cinetici", - "create.ponder.tag.kinetic_relays.description": "Componenti che permettono di propagare la forza centrifuga e portarla altrove", - "create.ponder.tag.contraption_actor": "Componenti per Macchinari", - "create.ponder.tag.contraption_actor.description": "Componenti che si comportano in maniera speciale quando connessi a un Macchinario", - "create.ponder.tag.creative": "Modalità Creativa", - "create.ponder.tag.creative.description": "Componenti normalmente non ottenibili in Modalità Sopravvivenza", - "create.ponder.tag.display_sources": "Fonti di informazioni per il Lettore di dati", - "create.ponder.tag.display_sources.description": "Componenti o blocchi capaci di offrire informazioni leggibili da un Lettore di dati", - "create.ponder.tag.logistics": "Trasporto oggetti", - "create.ponder.tag.logistics.description": "Componenti capaci di spostare oggetti", - "create.ponder.tag.display_targets": "Visualizzatori per il Lettore di dati", - "create.ponder.tag.display_targets.description": "Componenti o blocchi che possono ricevere e visualizzare le informazioni lette da un Lettore di dati", - "create.ponder.tag.train_related": "Equipaggiamento per ferrovie", - "create.ponder.tag.train_related.description": "Componenti usati nella costruzione o gestione di Treni", - - "create.ponder.analog_lever.header": "Controllare segnali usando una Leva analogica", - "create.ponder.analog_lever.text_1": "Le Leve analogiche sono una compatta e precisa fonte di segnali redstone", - "create.ponder.analog_lever.text_2": "Fai click destro per aumentare la potenza del segnale di output", - "create.ponder.analog_lever.text_3": "Fai click destro da accovacciato per abbassare la potenza del segnale", - - "create.ponder.andesite_tunnel.header": "Usare Tunnel di andesite", - "create.ponder.andesite_tunnel.text_1": "I Tunnel di andesite possono essere usati per ricoprire i tuoi Nastri", - "create.ponder.andesite_tunnel.text_2": "Se un Tunnel ha connessioni laterali...", - "create.ponder.andesite_tunnel.text_3": "...estrarrà un singolo oggetto da qualsiasi stack che lo attraversa", - "create.ponder.andesite_tunnel.text_4": "Il resto proseguirà per la sua strada", - - "create.ponder.auto_schedule.header": "Stazioni e Tabelle di marcia", - "create.ponder.auto_schedule.text_1": "Le Tabelle di marcia possono dare una destinazione ai conducenti", - "create.ponder.auto_schedule.text_2": "I Comparatori riceveranno un segnale ogni volta che c'è un treno in attesa", - "create.ponder.auto_schedule.text_3": "Ricorda che le Stazioni possono essere raggiunte solo dalla direzione indicata", - "create.ponder.auto_schedule.text_4": "Le stazioni possono anche essere usate per assegnare nuove Tabelle di marcia automaticamente", - "create.ponder.auto_schedule.text_5": "Una Tabella di marcia posizionata su una stazione sarà automaticamente copiata sui treni presenti", - "create.ponder.auto_schedule.text_6": "Diversamente da come avviene in caso di assegnazione manuale, i conducenti non porteranno l'oggetto con se'", - - "create.ponder.basin.header": "Processare oggetti nella Vasca", - "create.ponder.basin.text_1": "Una Vasca può contenere oggetti e fluidi in attesa di essere lavorati", - "create.ponder.basin.text_2": "Al termine di un ciclo di lavorazione, le Vasche cercano di espellere il risultato lateralmente verso il basso", - "create.ponder.basin.text_3": "Se è presente un componente valido, la Vasca mostrerà un beccuccio di uscita", - "create.ponder.basin.text_4": "La lista di componenti validi è relativamente grande", - "create.ponder.basin.text_5": "Gli output saranno raccolti dall'inventario al di sotto del beccuccio", - "create.ponder.basin.text_6": "Senza un beccuccio d'uscita, le Vasche saranno costrette a trattenere gli oggetti creati al loro interno", - "create.ponder.basin.text_7": "Questo può tuttavia tornare utile se si intende usarli come ingredienti per un'ulteriore lavorazione", - "create.ponder.basin.text_8": "L'output desiderato dovrà poi comunque essere estratto dalla Vasca in qualche modo", - "create.ponder.basin.text_9": "Potrebbe essere necessario un filtro per evitare di estrarre oggetti ancora non lavorati", - - "create.ponder.bearing_modes.header": "Modalità di movimento del Supporto meccanico", - "create.ponder.bearing_modes.text_1": "Se fermato, il Supporto posizionerà la struttura all'angolo più vicino allineato alla griglia", - "create.ponder.bearing_modes.text_2": "Può essere configurato in modo che la struttura non torni mai ad essere blocchi solidi, o a farlo solo se vicina al suo angolo di partenza", - - "create.ponder.belt_casing.header": "Rivestire i Nastri", - "create.ponder.belt_casing.text_1": "Si possono usare Telai in andesite oppure ottone per decorare i Nastri meccanici", - "create.ponder.belt_casing.text_2": "Usa una Chiave a pappagallo per rimuovere il rivestimento", - - "create.ponder.belt_connector.header": "Usare i Nastri meccanici", - "create.ponder.belt_connector.text_1": "Fare click destro su due Assi con un Nastro le connetterà tra loro", - "create.ponder.belt_connector.text_2": "Puoi annullare selezioni accidentali facendo click sinistro da accovacciato", - "create.ponder.belt_connector.text_3": "Puoi inoltre inserire Assi addizionali all'interno del Nastro", - "create.ponder.belt_connector.text_4": "Tutte le Assi connesse da uno stesso Nastro gireranno alla stessa velocità e nella stessa direzione", - "create.ponder.belt_connector.text_5": "Le Assi addizionali possono essere rimosse con una Chiave a pappagallo", - "create.ponder.belt_connector.text_6": "Puoi colorare i Nastri meccanici per motivi estetici", - - "create.ponder.belt_directions.header": "Orientamenti validi per i Nastri meccanici", - "create.ponder.belt_directions.text_1": "I Nastri meccanici non possono essere connessi in maniera arbitraria", - "create.ponder.belt_directions.text_2": "1. Possono essere connessi orizzontalmente", - "create.ponder.belt_directions.text_3": "2. Possono essere connessi diagonalmente", - "create.ponder.belt_directions.text_4": "3. Possono essere connessi verticalmente", - "create.ponder.belt_directions.text_5": "4. E possono connettere Assi verticali orizzontalmente", - "create.ponder.belt_directions.text_6": "Queste sono tutte le direzioni disponibili. I Nastri possono coprire una qualsiasi lunghezza tra i 2 e i 20 blocchi", - - "create.ponder.belt_transport.header": "Usare Nastri meccanici per la logistica", - "create.ponder.belt_transport.text_1": "Un nastro in movimento può trasportare oggetti e altre entità", - "create.ponder.belt_transport.text_2": "Fai click destro con una mano libera per raccogliere un oggetto da un Nastro", - - "create.ponder.blaze_burner.header": "Alimentare Bruciatori a blaze", - "create.ponder.blaze_burner.text_1": "I Bruciatori a blaze possono riscaldare gli oggetti contenuti da una Vasca", - "create.ponder.blaze_burner.text_2": "Per fare ciò, il Bruciatore deve essere alimentato con oggetti infiammabili", - "create.ponder.blaze_burner.text_3": "Una Torta per blaze permette ai Bruciatori a blaze di raggiungere un livello di calore ancora più intenso", - "create.ponder.blaze_burner.text_4": "Il processo di alimentazione può essere automatizzato usando Installatori o Bracci meccanici", - - "create.ponder.brass_funnel.header": "L'Imbuto di ottone", - "create.ponder.brass_funnel.text_1": "Gli Imbuti di andesite possono estrarre solamente un oggetto alla volta.", - "create.ponder.brass_funnel.text_2": "Gli Imbuti di ottone possono estrarre fino ad un intero stack.", - "create.ponder.brass_funnel.text_3": "Scorrendo sullo slot di filtraggio dell'Imbuto permette di impostare la grandezza esatta dello stack da estrarre.", - "create.ponder.brass_funnel.text_4": "Usare un oggetto sullo slot di filtraggio costringerà l'Imbuto a trasferire solo oggetti ad esso corrispondenti.", - - "create.ponder.brass_tunnel.header": "Usare i Tunnel di ottone", - "create.ponder.brass_tunnel.text_1": "I Tunnel di ottone possono essere usati per ricoprire i tuoi Nastri", - "create.ponder.brass_tunnel.text_2": "I Tunnel di ottone hanno uno slot di filtraggio per ogni lato aperto", - "create.ponder.brass_tunnel.text_3": "I filtri in entrata impediranno a oggetti non corrispondenti di entrare", - "create.ponder.brass_tunnel.text_4": "I filtri in uscita possono essere usati per smistare gli oggetti per tipo", - "create.ponder.brass_tunnel.text_5": "Se un oggetto in entrata ha multiple uscite valide sarà la modalità di distribuzione impostata a decidere come procedere", - "create.ponder.brass_tunnel.text_6": "Dei Tunnel di ottone su Nastri paralleli formeranno un gruppo", - "create.ponder.brass_tunnel.text_7": "Gli oggetti in entrata saranno ora distribuiti tra tutte le uscite del gruppo", - "create.ponder.brass_tunnel.text_8": "È possibile anche inserire gli oggetti direttamente nel blocco di un Tunnel", - - "create.ponder.brass_tunnel_modes.header": "Modalità di distribuzione del Tunnel di ottone", - "create.ponder.brass_tunnel_modes.text_1": "È possibile, usando una Chiave a pappagallo, cambiare la modalità di distribuzione di un Tunnel di ottone", - "create.ponder.brass_tunnel_modes.text_10": "'Sincronizza input' è una impostazione unica del Tunnel di ottone", - "create.ponder.brass_tunnel_modes.text_11": "Gli oggetti saranno in grado di passare solo se ogni tunnel del gruppo ne ha uno in attesa", - "create.ponder.brass_tunnel_modes.text_12": "Questo assicura che tutti i Nastri di output abbiano lo stesso rateo di trasporto", - "create.ponder.brass_tunnel_modes.text_2": "'Dividi' cercherà di suddividere equamente gli stack in entrata tra tutte le uscite disponibili", - "create.ponder.brass_tunnel_modes.text_3": "Se un'uscita non ha spazio per i nuovi oggetti sarà ignorata", - "create.ponder.brass_tunnel_modes.text_4": "'Dividi forzatamente' non ignorerà le uscite bloccate, e aspetterà invece che si liberino", - "create.ponder.brass_tunnel_modes.text_5": "'Round Robin' lascia gli stack interi, e scorre tra le uscite iterativamente", - "create.ponder.brass_tunnel_modes.text_6": "Anche in questo caso, le uscite che non hanno abbastanza spazio saranno ignorate", - "create.ponder.brass_tunnel_modes.text_7": "'Round Robin forzato' non salta mai le uscite", - "create.ponder.brass_tunnel_modes.text_8": "'Dai precedenza al più vicino' darà priorità alle uscite più vicine al punto di entrata dell'oggetto", - "create.ponder.brass_tunnel_modes.text_9": "'Distribuisci casualmente' sceglierà un'uscita casuale per ogni stack in entrata", - - "create.ponder.cart_assembler.header": "Spostare strutture con l'Assemblatore di carrelli", - "create.ponder.cart_assembler.text_1": "Gli assemblatori di carrelli attivati con della redstone montano le strutture ad essi connesse ai Carrelli da miniera di passaggio", - "create.ponder.cart_assembler.text_2": "Se spenti, smonteranno invece i Macchinari con Carrello di passaggio, facendoli tornare blocchi", - "create.ponder.cart_assembler.text_3": "Puoi usare una Chiave a pappagallo sul Carrello da miniera per raccogliere il Macchinario e portarlo altrove", - - "create.ponder.cart_assembler_dual.header": "Assemblare Carrozze", - "create.ponder.cart_assembler_dual.text_1": "Ogni volta che due Assemblatori di carrelli condividono la struttura ad essi connessa...", - "create.ponder.cart_assembler_dual.text_2": "...attivare uno qualsiasi dei due li trasformerà in una Carrozza", - "create.ponder.cart_assembler_dual.text_3": "I carrelli si comporteranno come se fossero connessi da un Aggancio per carrelli da miniera", - - "create.ponder.cart_assembler_modes.header": "Impostazioni di rotazione per Macchinari con carrello", - "create.ponder.cart_assembler_modes.text_1": "I Macchinari con carrello tendono a ruotare sempre nella direzione di movimento del loro carrello", - "create.ponder.cart_assembler_modes.text_2": "Questa freccia indica quale lato della struttura sarà considerato 'avanti'", - "create.ponder.cart_assembler_modes.text_3": "Se l'Assemblatore è impostato su 'Blocca rotazione', il Macchinario non ruoterà mai", - - "create.ponder.cart_assembler_rails.header": "Altri tipi di carrelli da miniera e binari", - "create.ponder.cart_assembler_rails.text_1": "Gli Assemblatori non interferiranno con il movimento dei carrelli se posizionati su binari normali", - "create.ponder.cart_assembler_rails.text_2": "Se è invece su Binari Alimentati o di Controllo, i carrelli saranno fermati sul posto fino a che non riceve un segnale redstone", - "create.ponder.cart_assembler_rails.text_3": "Altri tipi di Carrelli da miniera possono essere usati come ancoraggio", - "create.ponder.cart_assembler_rails.text_4": "I carrelli con fornace si alimenteranno autonomamente, consumando il carbone all'interno di inventari connessi", - - "create.ponder.chain_drive.header": "Spostare la forza centrifuga con le Trasmissioni a catena", - "create.ponder.chain_drive.text_1": "Le Trasmissioni a catena propagano la rotazione in una linea", - "create.ponder.chain_drive.text_2": "Tutte le Assi connesse in questo modo ruoteranno nella stessa direzione", - "create.ponder.chain_drive.text_3": "Ogni parte della linea può essere ruotata di 90 gradi", - - "create.ponder.chain_gearshift.header": "Controllare la velocità di rotazione con dei Cambi a catena", - "create.ponder.chain_gearshift.text_1": "Normalmente, i Cambi a catena si comportano esattamente come le Trasmissioni a catena", - "create.ponder.chain_gearshift.text_2": "Con un segnale redstone, invece, essi raddoppieranno la velocità trasmessa agli altri Cambi nella linea", - "create.ponder.chain_gearshift.text_3": "Se il cambio attivato non è quello sorgente, la sua velocità sarà invece dimezzata", - "create.ponder.chain_gearshift.text_4": "In entrambi i casi, i Cambi a catena nella linea avranno sempre il doppio della velocità rispetto a quello che riceve il segnale", - "create.ponder.chain_gearshift.text_5": "I segnali analogici permettono di alterare più precisamente il rateo di accelerazione tra x1 e x2", - "create.ponder.chain_gearshift.text_6": "12 RPM", - - "create.ponder.chute.header": "Trasportare oggetti verso il basso con gli Scivoli", - "create.ponder.chute.text_1": "Gli Scivoli possono trasportare oggetti verticalmente, estraendoli o inserendoli in un inventario", - "create.ponder.chute.text_2": "Puoi aggiungere una finestra usando la Chiave a pappagallo", - "create.ponder.chute.text_3": "Piazzare uno scivolo su un lato di un altro lo renderà diagonale", - - "create.ponder.chute_upward.header": "Trasportare oggetti verso l'alto con gli Scivoli", - "create.ponder.chute_upward.text_1": "Piazzare un Ventilatore sopra o sotto ad uno Scivolo permette di spostare gli oggetti verso l'alto", - "create.ponder.chute_upward.text_2": "Ispezionare lo Scivolo con gli Occhiali da ingegnere mostra informazioni riguardanti la direzione del movimento", - "create.ponder.chute_upward.text_3": "Se vuoi inserire oggetti nell'estremità bloccata, dovrai farlo dai lati", - - "create.ponder.clockwork_bearing.header": "Dare vita a strutture con il Supporto per orologi", - "create.ponder.clockwork_bearing.text_1": "I Supporti per orologi si connettono ai blocchi di fronte ad essi", - "create.ponder.clockwork_bearing.text_2": "Una volta connessa ad un sistema rotante, la struttura verrà ruotata a seconda dell'orario attuale", - "create.ponder.clockwork_bearing.text_3": "3:00", - "create.ponder.clockwork_bearing.text_4": "4:00", - "create.ponder.clockwork_bearing.text_5": "Fai click destro sul supporto per assemblare o smontare la struttura", - "create.ponder.clockwork_bearing.text_6": "È possibile connettere una seconda struttura di fronte alla lancetta delle ore", - "create.ponder.clockwork_bearing.text_7": "Assicurati che le strutture non siano incollate l'una all'altra", - "create.ponder.clockwork_bearing.text_8": "La seconda struttura diventerà la lancetta dei minuti", - - "create.ponder.clutch.header": "Controllare la forza centrifuga con una Frizione", - "create.ponder.clutch.text_1": "Le Frizioni propagano la rotazione in una linea retta", - "create.ponder.clutch.text_2": "Taglieranno invece la connessione se ricevono un segnale redstone", - - "create.ponder.cog_speedup.header": "Cambiare marcia con gli Ingranaggi", - "create.ponder.cog_speedup.text_1": "Ingranaggi grandi e piccoli possono essere connessi diagonalmente", - "create.ponder.cog_speedup.text_2": "La velocità raddoppia passando da un ingranaggio grande a uno piccolo", - "create.ponder.cog_speedup.text_3": "La velocità dimezza se si muove invece nella direzione opposta", - - "create.ponder.cogwheel.header": "Trasportare la forza centrifuga con gli Ingranaggi", - "create.ponder.cogwheel.text_1": "Gli Ingranaggi propagano la loro rotazione tra gli Ingranaggi adiacenti", - "create.ponder.cogwheel.text_2": "Assi vicine connesse in questo modo ruoteranno in direzione opposta", - - "create.ponder.cogwheel_casing.header": "Rivestire gli Ingranaggi", - "create.ponder.cogwheel_casing.text_1": "Si possono usare Telai in andesite oppure ottone per decorare gli Ingranaggi", - "create.ponder.cogwheel_casing.text_2": "Eventuali componenti aggiunti in seguito non si collegheranno all'Asse di output", - "create.ponder.cogwheel_casing.text_3": "La Chiave a pappagallo può essere usata per attivare o disattivare tale connessione", - - "create.ponder.creative_fluid_tank.header": "Serbatio per fluidi (creativa)", - "create.ponder.creative_fluid_tank.text_1": "La versione in Modalità Creativa dei Serbatoi per fluidi può essere usata per creare una fonte infinita di fluidi", - "create.ponder.creative_fluid_tank.text_2": "Fai click destro con un oggetto che contiene fluidi per impostarlo", - "create.ponder.creative_fluid_tank.text_3": "Eventuali tubature possono ora estrarre dal Serbatoio una quantità infinita di quel fluido", - "create.ponder.creative_fluid_tank.text_4": "Qualsiasi fluido spinto all'interno di questo tipo di Serbatoio verrà cancellato", - - "create.ponder.creative_motor.header": "Generare forza centrifuga con un Motore (creativa)", - "create.ponder.creative_motor.text_1": "I Motori sono una fonte compatta e configurabile di forza centrifuga", - "create.ponder.creative_motor.text_2": "Scorere sul pannello posteriore cambia la RPM fornita in output", - - "create.ponder.creative_motor_mojang.header": "L'Enigma di Mojang", - - "create.ponder.crushing_wheels.header": "Processare oggetti con le Ruote frantumatrici", - "create.ponder.crushing_wheels.text_1": "Una coppia di Ruote frantumatrici sono un metodo molto efficiente per macinare oggetti", - "create.ponder.crushing_wheels.text_2": "La forza centrifuga in entrata deve farle girare l'una verso l'altra per farle funzionare", - "create.ponder.crushing_wheels.text_3": "Oggetti gettati o inseriti dall'alto verranno lavorati", - "create.ponder.crushing_wheels.text_4": "È possibile anche automatizzare l'inserimento e la raccolta di oggetti", - - "create.ponder.deployer.header": "Usare un Installatore", - "create.ponder.deployer.text_1": "Un installatore può imitare l'interazione di un giocatore sfruttando la forza centrifuga", - "create.ponder.deployer.text_10": "Fai click destro sul lato anteriore per dargli un oggetto da usare", - "create.ponder.deployer.text_11": "È anche possibile fornire oggetti automaticamente", - "create.ponder.deployer.text_12": "Gli installatori possiedono anche uno slot di filtraggio", - "create.ponder.deployer.text_13": "Se impostato, il filtro permetterà all'Installatore di attivarsi solo se contiene un oggetto corrispondente", - "create.ponder.deployer.text_14": "Si possono inserire solo oggetti che corrispondono al filtro...", - "create.ponder.deployer.text_15": "...e rimuovere solo quelli che non corrispondono", - "create.ponder.deployer.text_2": "Questo componente interagisce sempre e solo con la posizione 2 blocchi di fronte ad esso", - "create.ponder.deployer.text_3": "Avere la visuale ostruita non lo fermerà", - "create.ponder.deployer.text_4": "Gli installatori possono:", - "create.ponder.deployer.text_5": "piazzare blocchi,", - "create.ponder.deployer.text_6": "usare oggetti,", - "create.ponder.deployer.text_7": "attivare blocchi,", - "create.ponder.deployer.text_8": "raccogliere da blocchi", - "create.ponder.deployer.text_9": "e attaccare entità", - - "create.ponder.deployer_contraption.header": "Usare Installatori in un Macchinario", - "create.ponder.deployer_contraption.text_1": "Quando un Installatore viene mosso come parte di un Macchinario...", - "create.ponder.deployer_contraption.text_2": "...si attiverà a ogni punto visitato, usando oggetti da qualsiasi inventario a bordo del Macchinario", - "create.ponder.deployer_contraption.text_3": "Lo slot di filtraggio può essere usato per specificare quali oggetti usare", - - "create.ponder.deployer_modes.header": "Modalità degli Installatori", - "create.ponder.deployer_modes.text_1": "Normalmente, un Installatore imita un click destro", - "create.ponder.deployer_modes.text_2": "Puoi usare una Chiave a pappagallo per fare in modo che imiti invece un click sinistro", - - "create.ponder.deployer_processing.header": "Processare gli oggetti con un Installatore", - "create.ponder.deployer_processing.text_1": "Con un oggetto adatto in mano, gli Installatori possono processare gli oggetti sotto di loro", - "create.ponder.deployer_processing.text_2": "Gli oggetti di input possono essere o gettati a terra o messi su una Stazione per oggetti", - "create.ponder.deployer_processing.text_3": "Se essi sono, invece, trasportati da un Nastro...", - "create.ponder.deployer_processing.text_4": "L'Installatore li fermerà e lavorerà automaticamente", - - "create.ponder.deployer_redstone.header": "Controllare gli Installatori con la redstone", - "create.ponder.deployer_redstone.text_1": "Se ricevono un segnale redstone, gli Installatori smetteranno di funzionare", - "create.ponder.deployer_redstone.text_2": "Prima di fermarsi, però, completeranno qualsiasi lavoro abbiano già iniziato", - "create.ponder.deployer_redstone.text_3": "È possibile sfruttare questo comportamento con un impulso negativo per avviare un singolo ciclo di lavorazione", - - "create.ponder.depot.header": "Usare le Stazioni per oggetti", - "create.ponder.depot.text_1": "Le Stazioni per oggetti funzionano come una specie di 'Nastro stazionario'", - "create.ponder.depot.text_2": "Fai click destro per posare o raccogliere un oggetto manualmente", - "create.ponder.depot.text_3": "Così come i Nastri, una Stazione per oggetti può offrire il suo contenuto a componenti di lavorazione", - "create.ponder.depot.text_4": "...così come può permettere ad un Braccio meccanico di interagire", - - "create.ponder.display_board.header": "Usare i Tabelloni", - "create.ponder.display_board.text_1": "I Tabelloni sono una alternativa scalabile ai Cartelli", - "create.ponder.display_board.text_2": "Essi richiedono forza centrifuga per funzionare", - "create.ponder.display_board.text_3": "Il testo può essere impostato usando Targhette...", - "create.ponder.display_board.text_4": "...oppure modificato da un Lettore di dati", - "create.ponder.display_board.text_5": "È inoltre possibile colorare ogni riga del Tabellone individualmente", - "create.ponder.display_board.text_6": "Fai click destro su una riga con una mano vuota per cancellarne il contenuto", - - "create.ponder.display_link.header": "Impostare i Lettori di dati", - "create.ponder.display_link.text_1": "I Lettori di dati possono essere usati per mostrare informazioni in maniera dinamica", - "create.ponder.display_link.text_2": "Per prima cosa, fai click destro sul blocco visualizzatore che vuoi utilizzare...", - "create.ponder.display_link.text_3": "...poi connettilo al blocco da cui vuoi leggere informazioni", - "create.ponder.display_link.text_4": "Apri l'interfaccia per selezionare cosa verrà inviato", - "create.ponder.display_link.text_5": "Il visualizzatore riceverà ora le informazioni dal Connettore", - "create.ponder.display_link.text_6": "Non tutti i blocchi sono una fonte valida di informazioni...", - "create.ponder.display_link.text_7": "...e ogni blocco compatibile offre informazioni uniche", - "create.ponder.display_link.text_8": "I Lettori di dati possono funzionare con una piccola gamma di visualizzatori", - - "create.ponder.display_link_redstone.header": "Controllare i Connettori con la redstone", - "create.ponder.display_link_redstone.text_1": "Un Lettore di dati smette di inviare dati finché riceve un segnale restone", - "create.ponder.display_link_redstone.text_2": "Una volta spento il segnale, il timer è azzerato e le nuove informazioni saranno inviate immediatamente", - "create.ponder.display_link_redstone.text_3": "Eventauli segnali emessi dalla fonte di dati sono ignorati dal Connettore", - - "create.ponder.empty_blaze_burner.header": "Usare Bruciatori a blaze vuoti", - "create.ponder.empty_blaze_burner.text_1": "Fai click destro su un Blaze con un Bruciatore vuoto per catturarlo", - "create.ponder.empty_blaze_burner.text_2": "In alternativa puoi raccogliere un Blaze direttamente da un Generatore di mostri", - "create.ponder.empty_blaze_burner.text_3": "Hai ora una fonte di calore ideale per vari macchinari", - "create.ponder.empty_blaze_burner.text_4": "Si possono anche accendere con un Acciarino per motivi estetici", - "create.ponder.empty_blaze_burner.text_5": "Le fiamme possono poi essere cambiate usando un oggetto infuso di anime", - "create.ponder.empty_blaze_burner.text_6": "Queste fiamme non sono però abbastanza potenti per utilizzi industriali", - - "create.ponder.encased_fluid_pipe.header": "Rivestire Tubi per fluidi", - "create.ponder.encased_fluid_pipe.text_1": "Si possono usare Telai in rame per decorare i Tubi per fluidi", - "create.ponder.encased_fluid_pipe.text_2": "Oltre ad essere nascosti, i Tubi rivestiti saranno forzati a mantenere il loro stato di connessione", - "create.ponder.encased_fluid_pipe.text_3": "Non reagirà più all'aggiunta o rimozione di blocchi adiacenti", - - "create.ponder.fan_direction.header": "Flusso d'aria dei Vantilatori", - "create.ponder.fan_direction.text_1": "I Ventilatori usano la forza centrifuga per creare una corrente d'aria", - "create.ponder.fan_direction.text_2": "La potenza e la direzione della corrente dipendono dalla velocità di rotazione", - - "create.ponder.fan_processing.header": "Processare oggetti con i Ventilatri", - "create.ponder.fan_processing.text_1": "Quando un getto d'aria passa attraverso della lava, la corrente si scalda", - "create.ponder.fan_processing.text_2": "Oggetti investiti dall'area saranno fusi", - "create.ponder.fan_processing.text_3": "Cibo lanciato qui verrebbe incenerito", - "create.ponder.fan_processing.text_4": "Si può invece creare un sistema per affumicare usando fiamme o un Fuoco da campo", - "create.ponder.fan_processing.text_5": "Un getto d'aria che attraversa dell'acqua diventa un sistema di lavaggio", - "create.ponder.fan_processing.text_6": "Con questo sistema è possibile accedere a lavorazioni dal risultato interessante", - "create.ponder.fan_processing.text_7": "La velocità del Ventilatore non ha alcun effetto sulla velocità di lavorazione, ma solo sulla distanza", - "create.ponder.fan_processing.text_8": "La lavorazione con i ventilatori ha effetto anche se gli oggetti sono su Stazioni per oggetti o Nastri", - - "create.ponder.fluid_pipe_flow.header": "Spostare fuidi con i tubi di rame", - "create.ponder.fluid_pipe_flow.text_1": "I Tubi per fluidi possono connettere due o più sorgenti e destinazioni di fluidi", - "create.ponder.fluid_pipe_flow.text_2": "Puoi usare una Chiave a pappagallo per aggiungere una finestra ad un tubo senza curve", - "create.ponder.fluid_pipe_flow.text_3": "I Tubi con finestra non si connetteranno a nessun altro segmento adiacente", - "create.ponder.fluid_pipe_flow.text_4": "Se alimentati da Pompe meccaniche, i Tubi possono trasportare fluidi", - "create.ponder.fluid_pipe_flow.text_5": "All'inizio il fluido non viene estratto", - "create.ponder.fluid_pipe_flow.text_6": "Una volta che il flusso li connette, gli estremi iniziano a trasferire gradualmente il contenuto", - "create.ponder.fluid_pipe_flow.text_7": "In questo modo, i Tubi non contengono mai fisicamente nessun fluido", - - "create.ponder.fluid_pipe_interaction.header": "Svuotare e riempire contenitori di liquidi", - "create.ponder.fluid_pipe_interaction.text_1": "Gli estremi di un sistema di tubi possono interagire con una grande varietà di blocchi", - "create.ponder.fluid_pipe_interaction.text_2": "Qualsiasi blocco capace di contenere liquidi piò essere riempito o svuotato", - "create.ponder.fluid_pipe_interaction.text_3": "Blocchi sorgente di fronte ad un estremo aperto possono essere raccolti...", - "create.ponder.fluid_pipe_interaction.text_4": "...mentre punti di scarico liberi possono creare sorgenti di fluidi", - "create.ponder.fluid_pipe_interaction.text_5": "I Tubi possono anche estrarre fluidi da alcuni specifici blocchi direttamente", - - "create.ponder.fluid_tank_sizes.header": "Dimensioni dei Serbatoi per fluidi", - "create.ponder.fluid_tank_sizes.text_1": "I Serbatoi per fluidi possono essere uniti per sommare la loro capacità totale", - "create.ponder.fluid_tank_sizes.text_2": "Il quadrato della loro base può raggiungere i 3 blocchi di larghezza...", - "create.ponder.fluid_tank_sizes.text_3": "...e può crescere in altezza per oltre 30 strati", - "create.ponder.fluid_tank_sizes.text_4": "Puoi attivare o disattivare la finestra del Serbatoio con una Chiave a pappagallo", - - "create.ponder.fluid_tank_storage.header": "Immagazzinare fluidi in un Serbatoio per fluidi", - "create.ponder.fluid_tank_storage.text_1": "I Serbatoi per fluidi sono ottimi per immagazzinare grandi quantità di fluidi", - "create.ponder.fluid_tank_storage.text_2": "Un sistema di Tubi può aggiungere o rimuovere fluidi da qualsiasi lato", - "create.ponder.fluid_tank_storage.text_3": "Il riempimento può essere misurato da un Comparatore", - "create.ponder.fluid_tank_storage.text_4": "Tuttavia, in Sopravvivenza i fluidi non possono essere aggiunti ne' rimossi manualmente", - "create.ponder.fluid_tank_storage.text_5": "Puoi usare Vasche, Prosciugatori e Beccucci per svuotare o riempire oggetti che contengono fluidi", - - "create.ponder.funnel_compat.header": "Compatibilità degli Imbuti", - "create.ponder.funnel_compat.text_1": "Gli imbuti possono anche interagire facilmente con uno specifico insieme di componenti.", - "create.ponder.funnel_compat.text_2": "Seghe verticali", - "create.ponder.funnel_compat.text_3": "Stazioni per oggetti", - "create.ponder.funnel_compat.text_4": "Prosciugatori di oggetti", - - "create.ponder.funnel_direction.header": "Direzione di spostamento", - "create.ponder.funnel_direction.text_1": "Posizionato normalmente, esso estrarrà oggetti dall'inventario.", - "create.ponder.funnel_direction.text_2": "Posizionandolo da accovacciato inserirà invece gli oggetti nell'inventario.", - "create.ponder.funnel_direction.text_3": "Puoi usare una Chiave a pappagallo per ruotare l'imbuto dopo averlo posizionato.", - "create.ponder.funnel_direction.text_4": "Lo stesso vale nella maggior parte delle direzioni.", - "create.ponder.funnel_direction.text_5": "Gli imbuti sopra un Nastro estrarranno o inseriranno oggetti dipendentemente dalla direzione del Nastro.", - - "create.ponder.funnel_intro.header": "Usare gli Imbuti", - "create.ponder.funnel_intro.text_1": "Gli imbuti sono perfetti per trasferire oggetti da e in inventari.", - - "create.ponder.funnel_redstone.header": "Controllare gli Imbuti con la redstone", - "create.ponder.funnel_redstone.text_1": "Un segnale redstone impedirà agli Imbuti di funzionare", - - "create.ponder.funnel_transfer.header": "Trasferimento diretto", - "create.ponder.funnel_transfer.text_1": "Gli imbuti non possono trasferire gli oggetti direttamente tra inventari chiusi.", - "create.ponder.funnel_transfer.text_2": "Scivoli semplici o intelligenti potrebbero essere più adatti per tale scopo.", - "create.ponder.funnel_transfer.text_3": "Lo stesso vale per il movimento orizzontale. Un Nastro potrebbe tornare utile in questo caso.", - - "create.ponder.gantry_carriage.header": "Usare Carrelli da gru", - "create.ponder.gantry_carriage.text_1": "I Carrelli da gru possono essere montati e scorrere su un'Asse da gru.", - "create.ponder.gantry_carriage.text_2": "I sistemi a gru possono muovere blocchi ad essi connessi.", - - "create.ponder.gantry_cascaded.header": "Gru a cascata", - "create.ponder.gantry_cascaded.text_1": "Le Assi da gru si connettono a un Carrello senza aver bisogno di Super colla", - "create.ponder.gantry_cascaded.text_2": "Lo stesso vale per Carrelli connessi ad un'Asse in movimento", - "create.ponder.gantry_cascaded.text_3": "In questo modo è possibile creare un sistema a cascata capace di scorrere lungo multipli assi", - - "create.ponder.gantry_direction.header": "Direzione di movimento della gru", - "create.ponder.gantry_direction.text_1": "Le Assi da gru possono muoversi in diverse direzioni", - "create.ponder.gantry_direction.text_2": "La direzione in cui si muove il Carrello dipende dall'orientamento della sua Asse", - "create.ponder.gantry_direction.text_3": "...così come dal suo senso di rotazione", - "create.ponder.gantry_direction.text_4": "Lo stesso vale per la rotazione trasmessa", - - "create.ponder.gantry_redstone.header": "Propagazione dell'energia", - "create.ponder.gantry_redstone.text_1": "Dare energia redstone ad un'Asse da gru fermerà sul posto tutte le gru ad essa connesse", - "create.ponder.gantry_redstone.text_2": "La sua rotazione sarà, invece, trasferita alle Assi di output dei Carrelli", - - "create.ponder.gantry_shaft.header": "Usare Assi da gru", - "create.ponder.gantry_shaft.text_1": "Le Assi da gru sono i componenti di base per costruire sistemi a gru. Eventuali Carrelli ad esse collegati si muoveranno lungo di esse.", - "create.ponder.gantry_shaft.text_2": "I sistemi a gru possono muovere blocchi ad essi connessi.", - - "create.ponder.gearbox.header": "Trasferire forza centrifuga con gli Invertitori", - "create.ponder.gearbox.text_1": "Cambiare asse di rotazione può richiedere molto spazio", - "create.ponder.gearbox.text_2": "Un Invertitore è una versione più compatta di tale mostruosità", - "create.ponder.gearbox.text_3": "Assi connesse a lati adiacenti ruotano in direzioni specchiate", - "create.ponder.gearbox.text_4": "Connesioni in linea retta saranno invertite", - - "create.ponder.gearshift.header": "Controllare la forza centrifuga con un Cambio", - "create.ponder.gearshift.text_1": "I Cambi propagano la rotazione in una linea retta", - "create.ponder.gearshift.text_2": "Invertono inoltre la rotazione se ricevono un segnale redstone", - - "create.ponder.hand_crank.header": "Generare forza centrifuga usando Manovelle", - "create.ponder.hand_crank.text_1": "Le Manovelle possono essere usate dai giocatori per generare forza centrifuga manualmente", - "create.ponder.hand_crank.text_2": "Tieni premuto il pulsante destro per farla ruotare in senso antiorario", - "create.ponder.hand_crank.text_3": "La velocità di rotazione è relativamente alta", - "create.ponder.hand_crank.text_4": "Tieni premuto il pulsante destro da accovacciato per farla ruotare in senso orario", - - "create.ponder.hose_pulley.header": "Riempire e svuotare bacini con delle Carrucole per fluidi", - "create.ponder.hose_pulley.text_1": "Le Carrucole per fluidi sono perfette per riempire o drenare interi bacini di fluidi", - "create.ponder.hose_pulley.text_2": "L'altezza del beccuccio può essere regolata con un input di energia cinetica", - "create.ponder.hose_pulley.text_3": "Il tubo può essere ritratto invertendo la rotazione", - "create.ponder.hose_pulley.text_4": "Dal lato opposto è possibile connettere dei Tubi", - "create.ponder.hose_pulley.text_5": "Un sistema di Tubi connesso può fornire dei fluidi...", - "create.ponder.hose_pulley.text_6": "...oppure risucchiarli, svuotando gradualmente il bacino", - "create.ponder.hose_pulley.text_7": "La velocità di riempimento o svuotamento dipende interamente da sistema di Tubi", - - "create.ponder.hose_pulley_infinite.header": "Estrarre o gettare passivamente nei bacini con delle Carrucole per fluidi", - "create.ponder.hose_pulley_infinite.text_1": "Se il beccuccio della Carrucola per fluidi tocca un bacino abbastanza ampio...", - "create.ponder.hose_pulley_infinite.text_2": "...raccoglierà o getterà fluidi senza avere alcun effetto sul bacino stesso", - "create.ponder.hose_pulley_infinite.text_3": "Un sistema di Tubi può risucchiare o gettare fluidi infinitamente usando Carrucole di questo tipo", - - "create.ponder.hose_pulley_level.header": "Livelli di riempimento e svuotamento delle Carrucole per Fluidi", - "create.ponder.hose_pulley_level.text_1": "Quando completamente ritirata, la Carrucola per Fluidi non fa nulla", - "create.ponder.hose_pulley_level.text_2": "Lo svuotamento avviene dall'alto verso il basso", - "create.ponder.hose_pulley_level.text_3": "La nuova superficie si troverà appena sotto la posizione del beccuccio", - "create.ponder.hose_pulley_level.text_4": "Il riempimeno avviene dal basso verso l'alto", - "create.ponder.hose_pulley_level.text_5": "Il bacino crescerà fino a riempire lo strato di blocchi in cui si trova il beccuccio", - - "create.ponder.item_drain.header": "Svuotare contenitori di fluidi con i Prosciugatori di oggetti", - "create.ponder.item_drain.text_1": "I Prosciugatori di oggetti possono estrarre fluidi dagli oggetti posati sopra di essi", - "create.ponder.item_drain.text_2": "Fai click destro su di esso per versare fluidi direttamente dall'oggetto nella tua mano", - "create.ponder.item_drain.text_3": "Quando un oggetto viene inserito da un lato...", - "create.ponder.item_drain.text_4": "...esso rotolerà in avanti, svuotando i fluidi in esso contenuti", - "create.ponder.item_drain.text_5": "I sistemi di Tubi potranno ora estrarre i fluidi dal buffer interno del Prosciugatore", - - "create.ponder.item_vault_sizes.header": "Dimensioni di un Container", - "create.ponder.item_vault_sizes.text_1": "I Container possono essere combinati per sommare la loro capacità totale", - "create.ponder.item_vault_sizes.text_2": "Il loro quadrato di base può raggiungere un massimo di 3 blocchi di spessore...", - "create.ponder.item_vault_sizes.text_3": "...e la loro lunghezza crescere fino a 3 volte il loro diametro", - - "create.ponder.item_vault_storage.header": "Immagazzinare oggetti in un Container", - "create.ponder.item_vault_storage.text_1": "I Container possono essere usate per immagazzinare grandi quantità di oggetti", - "create.ponder.item_vault_storage.text_2": "Tuttavia, è impossibile mettere o togliere oggetti manualmente", - "create.ponder.item_vault_storage.text_3": "Qualsiasi componente per trasferire oggetti può sia inserire...", - "create.ponder.item_vault_storage.text_4": "...che rimuovere oggetti da questo contenitore", - - "create.ponder.large_cogwheel.header": "Trasportare la forza centrifuga con gli Ingranaggi grandi", - "create.ponder.large_cogwheel.text_1": "Gli Ingranaggi grandi propagano la loro rotazione connettendosi ad angoli di 90 gradi", - "create.ponder.large_cogwheel.text_2": "Questo pemette di cambiare l'asse in cui viene trasportata la forza centrifuga", - - "create.ponder.linear_chassis_attachment.header": "Collegare blocchi usando Telai lineari", - "create.ponder.linear_chassis_attachment.text_1": "Le facce aperte di un Telaio lineare possono essere rese appiccicose", - "create.ponder.linear_chassis_attachment.text_2": "Premi ancora per rendere appiccicoso anche il lato opposto", - "create.ponder.linear_chassis_attachment.text_3": "Fai click destro da accovacciato con una mano vuota per togliere la colla", - "create.ponder.linear_chassis_attachment.text_4": "I lati appiccicosi del Telaio lineare saranno in grado di connettersi ad una linea di blocchi davanti a sé", - "create.ponder.linear_chassis_attachment.text_5": "Puoi usare una Chiave a pappagallo per impostare la lunghezza di tale linea", - "create.ponder.linear_chassis_attachment.text_6": "Tenendo premuto CTRL mentre scorri cambierai la portata di tutti i Telai collegati", - "create.ponder.linear_chassis_attachment.text_7": "Collegare dei blocchi a qualsiasi altro lato richiede di utilizzare della Super colla", - "create.ponder.linear_chassis_attachment.text_8": "Grazie a queste meccaniche, strutture di qulsiasi forma possono essere trasformate in un Macchinario", - - "create.ponder.linear_chassis_group.header": "Spostare un gruppo di Telai lineari", - "create.ponder.linear_chassis_group.text_1": "I Telai lineari si connettono automaticamente ad altri Telai adiacenti dello stesso tipo", - "create.ponder.linear_chassis_group.text_2": "Se uno viene mosso come parte di un Macchinario, tutti gli altri saranno trascinati con esso", - "create.ponder.linear_chassis_group.text_3": "Telai di tipi diversi o ruotati in altre direzioni non si collegheranno", - - "create.ponder.mechanical_arm.header": "Impostare Braccia meccaniche", - "create.ponder.mechanical_arm.text_1": "Prima di essere posizionato, un Braccio meccanico avrà bisogno di essere assegnato ai suoi input e output", - "create.ponder.mechanical_arm.text_2": "Fai click destro su un inventario mentre hai in mano il Braccio per aggiungerlo come bersaglio", - "create.ponder.mechanical_arm.text_3": "Fai nuovamente click destro per scegliere tra input (blu) e output (arancione)", - "create.ponder.mechanical_arm.text_4": "Fai click sinistro per rimuovere il blocco dalla selezione", - "create.ponder.mechanical_arm.text_5": "Una volta posizionato, il Braccio meccanico bersaglierà i blocchi scelti", - "create.ponder.mechanical_arm.text_6": "Le Braccia meccaniche possono avere qualsiasi numero di input e output entro la loro portata", - "create.ponder.mechanical_arm.text_7": "Non tutti gli inventari, però, possono essere selezionati direttamente", - "create.ponder.mechanical_arm.text_8": "Usa Imbuti e Stazioni per oggetti per risolvere questo problema", - - "create.ponder.mechanical_arm_filtering.header": "Filtrare gli Output del Braccio meccanico", - "create.ponder.mechanical_arm_filtering.text_1": "Input", - "create.ponder.mechanical_arm_filtering.text_2": "Output", - "create.ponder.mechanical_arm_filtering.text_3": "A volte è preferibile applicare restrizioni ai bersagli del Braccio meccanico usando dei Filtri", - "create.ponder.mechanical_arm_filtering.text_4": "Le Braccia meccaniche non hanno alcuna impostazione di filtraggio incorporata", - "create.ponder.mechanical_arm_filtering.text_5": "Gli Imbuti di ottone sono però in grado di comunicare i loro filtri al Braccio", - "create.ponder.mechanical_arm_filtering.text_6": "Il Braccio è abbastanza intelligente da evitare perfino di raccogliere eventuali oggetti che non corrispondono con nessun filtro", - - "create.ponder.mechanical_arm_modes.header": "Modalità di distribuzione del Braccio meccanico", - "create.ponder.mechanical_arm_modes.text_1": "Input", - "create.ponder.mechanical_arm_modes.text_2": "Output", - "create.ponder.mechanical_arm_modes.text_3": "Ogni volta che un Braccio è costretto a scegliere tra multipli output validi...", - "create.ponder.mechanical_arm_modes.text_4": "...si comporterà in accordo con le sue impostazioni", - "create.ponder.mechanical_arm_modes.text_5": "Scorri con la Chiave a pappagallo per cambiare impostazione", - "create.ponder.mechanical_arm_modes.text_6": "Round Robin semplicemente scorrerà, uno alla volta, tra tutti gli output disponibili", - "create.ponder.mechanical_arm_modes.text_7": "Se un output non è in grado di accettare altri oggetti, sarà ignorato", - "create.ponder.mechanical_arm_modes.text_8": "Round Robin forzato non salterà mai gli output, attendendo invece che si liberino prima di procedere", - "create.ponder.mechanical_arm_modes.text_9": "Dai precedenza al primo darà maggiore priorità agli output impostati per primi mentre il Braccio veniva configurato", - - "create.ponder.mechanical_arm_redstone.header": "Controllare le Braccia meccaniche con la redstone", - "create.ponder.mechanical_arm_redstone.text_1": "Se ricevono un segnale redstone, le Braccia meccaniche smetteranno di funzionare", - "create.ponder.mechanical_arm_redstone.text_2": "Prima di fermarsi, però, completeranno qualsiasi spostamento abbiano già iniziato", - "create.ponder.mechanical_arm_redstone.text_3": "È possibile sfruttare questo comportamento con un impulso negativo per avviare un singolo ciclo di spostamento", - - "create.ponder.mechanical_bearing.header": "Spostare strutture usando un Supporto meccanico", - "create.ponder.mechanical_bearing.text_1": "I Supporti meccanici si collegano al blocco davanti a sé", - "create.ponder.mechanical_bearing.text_2": "Appena riceve della forza centrifuga, il Supporto trasformerà la struttura in un Marchingegno rotante", - - "create.ponder.mechanical_crafter.header": "Utilizzare i Fabbricatori meccanici", - "create.ponder.mechanical_crafter.text_1": "Si può costruire una matrice di Fabbricatori meccanici per automatizzare qualsiasi ricetta di Fabbricazione", - "create.ponder.mechanical_crafter.text_2": "Si possono alterare i percorsi dei Fabbricatori con una Chiave a pappagallo", - "create.ponder.mechanical_crafter.text_3": "Perché il sistema sia valido, tutti i percorsi devono convergere in una singola uscita su un lato qualsiasi della matrice", - "create.ponder.mechanical_crafter.text_4": "Gli output saranno posati in un inventario qualsiasi accanto all'uscita", - "create.ponder.mechanical_crafter.text_5": "I Fabbricatori richiedono forza centrifuga per funzionare", - "create.ponder.mechanical_crafter.text_6": "Fai click destro sul lato anteriore per inserire manualmente gli oggetti", - "create.ponder.mechanical_crafter.text_7": "Non appena tutti gli slot saranno occupati, la fabbricazione avrà inizio", - "create.ponder.mechanical_crafter.text_8": "Se ciò non è vero, si può costringere il processo a partire lo stesso con un segnale redstone", - - "create.ponder.mechanical_crafter_connect.header": "Connettere gli inventari di multipli Fabbricatori", - "create.ponder.mechanical_crafter_connect.text_1": "È possibile inserire gli oggetti nei Fabbricatori in maniera automatizzata", - "create.ponder.mechanical_crafter_connect.text_2": "Usare una Chiave a pappagallo permette di combinare gli input di Fabbricatori adiacenti", - "create.ponder.mechanical_crafter_connect.text_3": "D'ora in poi, tutti i Fabbricatori connessi condivideranno lo stesso input", - - "create.ponder.mechanical_crafter_covers.header": "Coprire lo slot di un Fabbricatore", - "create.ponder.mechanical_crafter_covers.text_1": "Alcune ricette non hanno ingredienti contigui, e richiedono slot vuoti tra un oggetto e l'altro", - "create.ponder.mechanical_crafter_covers.text_2": "In casi come questi, un Fabbricatore può essere riempito con una Copertura per slot, in modo che la matrice lo consideri uno slot vuoto", - "create.ponder.mechanical_crafter_covers.text_3": "Gli input condivisi creati con una Chiave a pappagallo possono superare questi Fabbricatori coperti", - - "create.ponder.mechanical_drill.header": "Rompere blocchi con la Trivella meccanica", - "create.ponder.mechanical_drill.text_1": "Quando alimentato dalla forza centrifuga, un Trapano meccanico romperà blocchi direttamente di fronte a sé", - "create.ponder.mechanical_drill.text_2": "La sua velocità di scavo dipende dalla velocità di rotazione", - - "create.ponder.mechanical_drill_contraption.header": "Usare trivelle meccaniche in un Macchinario", - "create.ponder.mechanical_drill_contraption.text_1": "Quando una Trivella viene mossa come parte di un Macchinario...", - "create.ponder.mechanical_drill_contraption.text_2": "...essi romperanno qualunque blocco che incontrano all'avanzare della struttura", - - "create.ponder.mechanical_harvester.header": "Usare Mietitrici meccaniche in un Macchinario", - "create.ponder.mechanical_harvester.text_1": "Quando una Mietitrice viene mossa come parte di un Macchinario...", - "create.ponder.mechanical_harvester.text_2": "...essa raccoglierà e ripianterà qualsiasi coltivazione che incontra", - - "create.ponder.mechanical_mixer.header": "Processare oggetti con il Frullatore meccanico", - "create.ponder.mechanical_mixer.text_1": "È possibile automatizzare un buon numero di ricette grazie a un Frullatore e una Vasca", - "create.ponder.mechanical_mixer.text_2": "Le ricette disponibili includono qualsiasi fabbricazione senza forma, più alcune ricette extra", - "create.ponder.mechanical_mixer.text_3": "Alcune di queste ricette potrebbero richiedere il calore di un Inceneritore a blaze", - "create.ponder.mechanical_mixer.text_4": "Lo slot di filtraggio permette di scegliere tra ricette in conflitto.", - - "create.ponder.mechanical_piston.header": "Spostare strutture usando un Pistone meccanico", - "create.ponder.mechanical_piston.text_1": "I Pistoni meccanici possono spingere i blocchi di fronte a sé", - "create.ponder.mechanical_piston.text_2": "La velocità e la direzione in cui si muovono dipende dalla rotazione in entrata", - "create.ponder.mechanical_piston.text_3": "I Pistoni appiccicosi possono anche trascinare i blocchi indietro", - - "create.ponder.mechanical_piston_modes.header": "Modalità di movimento del Pistone meccanico", - "create.ponder.mechanical_piston_modes.text_1": "Quando un Pistone si ferma, la struttura trasportata si riconverte in blocchi", - "create.ponder.mechanical_piston_modes.text_2": "Può essere configurato in modo che la struttura non torni mai ad essere blocchi solidi, o a farlo solo al suo punto di partenza", - - "create.ponder.mechanical_plough.header": "Usare Aratri meccanici in un Macchinario", - "create.ponder.mechanical_plough.text_1": "Quando un Aratro viene mosso come parte di un Macchinario...", - "create.ponder.mechanical_plough.text_2": "...esso romperà qualsiasi blocco che non ha una hitbox solida", - "create.ponder.mechanical_plough.text_3": "Inoltre, gli Aratri possono creare Terra zappata", - "create.ponder.mechanical_plough.text_4": "...e perfino lanciare entità senza ferirle", - - "create.ponder.mechanical_press.header": "Processare oggetti con la Pressa meccanica", - "create.ponder.mechanical_press.text_1": "Le Presse meccaniche possono processare gli oggetti sotto di loro", - "create.ponder.mechanical_press.text_2": "Gli oggetti di input possono essere o gettati a terra o messi su una Stazione per oggetti", - "create.ponder.mechanical_press.text_3": "Se essi sono, invece, trasportati da un Nastro...", - "create.ponder.mechanical_press.text_4": "La Pressa li fermerà e lavorerà automaticamente", - - "create.ponder.mechanical_press_compacting.header": "Compattare oggetti con una Pressa", - "create.ponder.mechanical_press_compacting.text_1": "È possibile compattare oggetti schiacciandoli in una Vasca", - "create.ponder.mechanical_press_compacting.text_2": "Compattare comprende qualsiasi ricetta di crafting 2x2 o 3x3 completamente piena di un solo oggetto, più alcune extra", - "create.ponder.mechanical_press_compacting.text_3": "Alcune di queste ricette potrebbero richiedere il calore di un Inceneritore a blaze", - "create.ponder.mechanical_press_compacting.text_4": "Lo slot di filtraggio permette di scegliere tra ricette in conflitto.", - - "create.ponder.mechanical_pump_flow.header": "Trasportare fluidi usando Pompe meccaniche", - "create.ponder.mechanical_pump_flow.text_1": "Le Pompe meccaniche governano il flusso di liquidi nei sistemi di Tubi a cui sono connesse", - "create.ponder.mechanical_pump_flow.text_2": "Quando attivate, la loro freccia indica la direzione del flusso", - "create.ponder.mechanical_pump_flow.text_3": "Il sistema dietro di essa sta ora inviando liquidi...", - "create.ponder.mechanical_pump_flow.text_4": "...mentre il sistema di fronte li distribuisce in avanti", - "create.ponder.mechanical_pump_flow.text_5": "Invertire la rotazione in input inverte la direzione del flusso", - "create.ponder.mechanical_pump_flow.text_6": "Usa la Chiave a pappagallo per invertire manualmente la direzione della Pompa", - - "create.ponder.mechanical_pump_speed.header": "Portata delle Pompe meccaniche", - "create.ponder.mechanical_pump_speed.text_1": "Indipendentemente dalla velocità, le Pompe meccaniche hanno una distanza massima di effetto di 16 blocchi", - "create.ponder.mechanical_pump_speed.text_2": "Aumentando la rotazione in input aumenta anche la velocità di propagazione dei fluidi...", - "create.ponder.mechanical_pump_speed.text_3": "...nonché la loro velocità di trasferimento", - "create.ponder.mechanical_pump_speed.text_4": "Le Pompe possono combinare la loro portata per cotrollare meglio un sistema di Tubi", - "create.ponder.mechanical_pump_speed.text_5": "Alternare la loro rotazione permette di allineare la direzione dei loro flussi", - - "create.ponder.mechanical_saw_breaker.header": "Tagliare alberi con la Sega meccanica", - "create.ponder.mechanical_saw_breaker.text_1": "Al ricevere forza centrifuga, una Sega meccanica inizierà a tagliare alberi davanti a sé", - "create.ponder.mechanical_saw_breaker.text_2": "Perché la Sega possa abbattere l'intero albero, essa dovrà rompere il blocco che lo connette al terreno", - - "create.ponder.mechanical_saw_contraption.header": "Usare Seghe meccaniche in un Macchinario", - "create.ponder.mechanical_saw_contraption.text_1": "Quando una Sega viene mossa come parte di un Macchinario...", - "create.ponder.mechanical_saw_contraption.text_2": "...essa taglierà qualsiasi albero con cui entra in contatto", - - "create.ponder.mechanical_saw_processing.header": "Processare oggetti con la Sega meccanica", - "create.ponder.mechanical_saw_processing.text_1": "Una Sega meccanica ruotata verso l'alto può tagliare una buona varietà di oggetti", - "create.ponder.mechanical_saw_processing.text_2": "Gli oggetti in lavorazione si muovono sempre nella direzione opposta alla rotazione della lama", - "create.ponder.mechanical_saw_processing.text_3": "Le Seghe funzionano anche come porzione centrale di un Nastro meccanico", - "create.ponder.mechanical_saw_processing.text_4": "Se un ingrediente ha multipli possibili risultati, si può scegliere quello desiderato con lo slot di filtraggio", - "create.ponder.mechanical_saw_processing.text_5": "Senza filtri, la Sega li fabbricherà tutti, uno alla volta", - - "create.ponder.millstone.header": "Processare oggetti in una Macina", - "create.ponder.millstone.text_1": "Le Macine lavorano gli oggetti triturandoli", - "create.ponder.millstone.text_2": "Possono essere alimentate con degli Ingranaggi", - "create.ponder.millstone.text_3": "Lancia o inserisci gli oggetti da sopra", - "create.ponder.millstone.text_4": "Dopo alcuni secondi, sarà possibile raccogliere gli oggetti con un click destro", - "create.ponder.millstone.text_5": "Gli output possono anche essere estratti in maniera automatizzata", - - "create.ponder.nixie_tube.header": "Usare i Tubi di Nixie", - "create.ponder.nixie_tube.text_1": "Quando attivati da redstone, i Tubi di Nixie mostreranno l'intensità del segnale in entrata", - "create.ponder.nixie_tube.text_2": "Si possono usare Targhette con nomi personalizzati per cambiare il testo da mostrare a piacimento", - "create.ponder.nixie_tube.text_3": "Fai click destro con un colorante per cambiare il colore", - - "create.ponder.piston_pole.header": "Usare i Pali di pistone", - "create.ponder.piston_pole.text_1": "Senza Pali ad esso connessi, un Pistone meccanico è inutile", - "create.ponder.piston_pole.text_2": "La lunghezza del Palo aggiunto sul suo retro definisce la sua distanza massima di estensione", - - "create.ponder.portable_fluid_interface.header": "Scambio di fluidi con un Macchinario", - "create.ponder.portable_fluid_interface.text_1": "I Serbatoi montati su di un Macchinario in movimento non possono connettersi ad un sistema di tubi senza essere smontate", - "create.ponder.portable_fluid_interface.text_2": "Questo componente, invece, permette di interagire con i Serbatoi di un Macchinario senza neppure doverlo fermare", - "create.ponder.portable_fluid_interface.text_3": "Piazzane un altro con uno spazio vuoto di 1 o 2 blocchi tra di essi", - "create.ponder.portable_fluid_interface.text_4": "Ogni volta che passano l'uno accanto all'altro, essi si connetteranno", - "create.ponder.portable_fluid_interface.text_5": "Mentre sono collegati, l'Interfaccia stazionaria rappresenterà TUTTI i Serbatoi nel Macchinario", - "create.ponder.portable_fluid_interface.text_6": "È ora possibile inserire i fluidi...", - "create.ponder.portable_fluid_interface.text_7": "...oppure estrarli dal Macchinario", - "create.ponder.portable_fluid_interface.text_8": "Se non avvengono scambi per troppo tempo, il Macchinario ripartirà", - - "create.ponder.portable_storage_interface.header": "Scambio di oggetti con un Macchinario", - "create.ponder.portable_storage_interface.text_1": "Gli inventari connessi ad un Macchinario in movimento non possono essere aperti da un giocatore ne' da altri componenti senza essere smontati", - "create.ponder.portable_storage_interface.text_2": "Questo componente, invece, permette di interagire con essi senza neppure dover fermare il Macchinario", - "create.ponder.portable_storage_interface.text_3": "Piazzane un altro con uno spazio vuoto di 1 o 2 blocchi tra di essi", - "create.ponder.portable_storage_interface.text_4": "Ogni volta che passano l'uno accanto all'altro, essi si connetteranno", - "create.ponder.portable_storage_interface.text_5": "Mentre sono collegati, l'Interfaccia stazionaria rappresenterà TUTTI gli inventari nel Macchinario", - "create.ponder.portable_storage_interface.text_6": "È ora possibile inserire gli oggetti...", - "create.ponder.portable_storage_interface.text_7": "...oppure estrarli dal Macchinario", - "create.ponder.portable_storage_interface.text_8": "Se non avvengono scambi per troppo tempo, il Macchinario ripartirà", - - "create.ponder.portable_storage_interface_redstone.header": "Controllare le Interfacce con la redstone", - "create.ponder.portable_storage_interface_redstone.text_1": "Se ricevono un segnale redstone, le Interfacce stazionarie smetteranno di funzionare", - - "create.ponder.powered_latch.header": "Controllare segnali con un Circuito bi-stato", - "create.ponder.powered_latch.text_1": "I Circuiti bi-stato sono leve attivabili con la redstone", - "create.ponder.powered_latch.text_2": "Un segnale sul retro lo accende", - "create.ponder.powered_latch.text_3": "Un segnale sul lato lo spegne", - "create.ponder.powered_latch.text_4": "I Circuiti bi-stato possono anche essere azionati manualmente", - - "create.ponder.powered_toggle_latch.header": "Controllare segnali con un Alternatore redstone", - "create.ponder.powered_toggle_latch.text_1": "Gli Alternatori redstone sono leve attivabili con la redstone", - "create.ponder.powered_toggle_latch.text_2": "Un segnale sul retro cambia il suo stato", - "create.ponder.powered_toggle_latch.text_3": "...on e poi off", - "create.ponder.powered_toggle_latch.text_4": "Gli Alternatori possono anche essere azionati manualmente", - - "create.ponder.pulse_extender.header": "Controllare segnali con un Estensore di impulsi", - "create.ponder.pulse_extender.text_1": "Gli Estensori di impulsi allungano la durata di un segnale di passaggio", - "create.ponder.pulse_extender.text_2": "Si attivano dopo un piccolo ritardo...", - "create.ponder.pulse_extender.text_3": "...e rimangono attivi per la durata impostata", - "create.ponder.pulse_extender.text_4": "Puoi impostare il timer con la rotellina del mouse", - "create.ponder.pulse_extender.text_5": "La durata massima per il timer è di 30 minuti", - - "create.ponder.pulse_repeater.header": "Controllare segnali con un Ripetitore di impulsi", - "create.ponder.pulse_repeater.text_1": "I ripetitori di impulsi emettono un piccolo segnale con un ritardo", - "create.ponder.pulse_repeater.text_2": "Puoi impostare questo ritardo con la rotellina del mouse", - "create.ponder.pulse_repeater.text_3": "La durata massima per il timer è di 30 minuti", - - "create.ponder.radial_chassis.header": "Collegare blocchi usando Telai radiali", - "create.ponder.radial_chassis.text_1": "I Telai radiali si connettono automaticamente ad altri telai adiacenti in una linea", - "create.ponder.radial_chassis.text_2": "Se uno viene mosso come parte di un Macchinario, tutti gli altri saranno trascinati con esso", - "create.ponder.radial_chassis.text_3": "I lati di un Telaio radiale possono essere resi appiccicosi", - "create.ponder.radial_chassis.text_4": "Premi ancora per rendere appiccicosi anche tutti gli altri", - "create.ponder.radial_chassis.text_5": "Fai click destro da accovacciato con una mano vuota per togliere la colla", - "create.ponder.radial_chassis.text_6": "Ogni volta che un blocco è adiacente a una faccia appiccicosa...", - "create.ponder.radial_chassis.text_7": "...essa si connetterà a tutti i blocchi raggiungibili entro un raggio su quello strato", - "create.ponder.radial_chassis.text_8": "Puoi usare una Chiave a pappagallo per impostare la lunghezza di tale raggio", - "create.ponder.radial_chassis.text_9": "I blocchi non raggiungibili da nessuna faccia appiccicosa non si connetteranno", - - "create.ponder.redstone_contact.header": "Contatti redstone", - "create.ponder.redstone_contact.text_1": "Due Contatti redstone ruotati l'uno verso l'altro emetteranno un seganle redstone", - "create.ponder.redstone_contact.text_2": "Questo rimane vero anche quando uno dei due si muove come parte di un Macchinario", - - "create.ponder.redstone_link.header": "Usare i Connettori redstone", - "create.ponder.redstone_link.text_1": "I Connettori redstone possono trasmettere segnali redstone in maniera wireless", - "create.ponder.redstone_link.text_2": "Fai click destro da accovacciato per metterli in modalità di ricezione o viceversa", - "create.ponder.redstone_link.text_3": "Un semplice click destro con una Chiave a pappagallo farà lo stesso", - "create.ponder.redstone_link.text_4": "I ricevitori riceveranno i segnali redstone di trasmettitori entro 128 blocchi", - "create.ponder.redstone_link.text_5": "Piazzare oggetti nei due slot specifica una frequenza", - "create.ponder.redstone_link.text_6": "Solo i connettori con frequenze identiche potranno comunicare tra loro", - - "create.ponder.rope_pulley.header": "Spostare strutture usando una Carrucola per corda", - "create.ponder.rope_pulley.text_1": "Le Carrucole per corda muovono i blocchi orizzontalmente quando ricevono forza centrifuga", - "create.ponder.rope_pulley.text_2": "La velocità e la direzione in cui si muovono dipende dalla rotazione in entrata", - - "create.ponder.rope_pulley_attachment.header": "Trasportare Carrucole come parte di un Macchinario", - "create.ponder.rope_pulley_attachment.text_1": "Se una Carrucola è essa stessa parte di un Macchinario...", - "create.ponder.rope_pulley_attachment.text_2": "...le strutture ad essa connesse saranno mosse con lei", - "create.ponder.rope_pulley_attachment.text_3": "Ricorda che le carrucole sono trasportabili solo se non attive", - - "create.ponder.rope_pulley_modes.header": "Modalità di movimento della Carrucola per corda", - "create.ponder.rope_pulley_modes.text_1": "Quando una Carrucola si ferma, la struttura trasportata si riconverte in blocchi", - "create.ponder.rope_pulley_modes.text_2": "Può essere configurata in modo che la struttura non torni mai ad essere blocchi solidi, o a farlo solo al suo punto di partenza", - - "create.ponder.rose_quartz_lamp.header": "Lampade di quarzo rosa", - "create.ponder.rose_quartz_lamp.text_1": "Le Lampade di quarzo rosa si attivano con un segnale redstone", - "create.ponder.rose_quartz_lamp.text_2": "Dopodiché, continueranno ad emettere loro stesse un segnale redstone", - "create.ponder.rose_quartz_lamp.text_3": "Quando multiple lampade sono unite in un gruppo...", - "create.ponder.rose_quartz_lamp.text_4": "...attivare una lampada concentrerà il segnale su di essa, disattivando le altre", - "create.ponder.rose_quartz_lamp.text_5": "I comparatori emetteranno un output dipendentemente dalla distanza dalla lampada accesa", - "create.ponder.rose_quartz_lamp.text_6": "Le lampade possono anche essere attivate o disattivate manualmente con una Chiave a pappagallo", - - "create.ponder.rotation_speed_controller.header": "Usare il Regolatore di velocità di rotazione", - "create.ponder.rotation_speed_controller.text_1": "Un Regolatore di velocità trasposrta la forza centrifuga tra il suo asse e l'Ingranaggio grande sopra di esso", - "create.ponder.rotation_speed_controller.text_2": "Usando la rotellina sul suo lato si può configuare la velocità in uscita", - - "create.ponder.sail.header": "Assemblare Mulini a vento con le Vele", - "create.ponder.sail.text_1": "Le Vele sono utili blocchi con cui costruire Mulini a vento", - "create.ponder.sail.text_2": "Si connettono tra di loro e con blocchi vicini senza alcun bisogno di Super colla o Telai", - "create.ponder.sail.text_3": "Fai click destro con un colorante per cambiarne il colore", - "create.ponder.sail.text_4": "Fai click destro con delle Cesoie per farle tornare Cornici", - - "create.ponder.sail_frame.header": "Assemblare Mulini a vento con le Cornici di vela", - "create.ponder.sail_frame.text_1": "Le Cornici di vela sono utili blocchi con cui costruire Mulini a vento", - "create.ponder.sail_frame.text_2": "Si connettono tra di loro e con blocchi vicini senza alcun bisogno di Super colla o Telai", - - "create.ponder.sequenced_gearshift.header": "Controllare la velocità di rotazione con un Cambio sequenziale", - "create.ponder.sequenced_gearshift.text_1": "I Cambi sequenziali trasportano la rotazione seguendo una lista di istruzioni", - "create.ponder.sequenced_gearshift.text_2": "Fai click destro per aprire la schermata di configurazione", - "create.ponder.sequenced_gearshift.text_3": "Al ricevere un segnale redstone, inizierà ad eseguire le istruzioni una alla volta", - "create.ponder.sequenced_gearshift.text_4": "Una volta finito, attenderà un nuovo segnale redstone per ricominciare", - "create.ponder.sequenced_gearshift.text_5": "Un comparatore redstone può essere usato per leggere il progresso attuale", - - "create.ponder.shaft.header": "Trasportare la forza centrifuga usando le Assi", - "create.ponder.shaft.text_1": "Le Assi propagano la rotazione in una linea retta.", - - "create.ponder.shaft_casing.header": "Rivestire le Assi", - "create.ponder.shaft_casing.text_1": "Si possono usare Telai di ottone o andesite per decorare le Assi", - - "create.ponder.smart_chute.header": "Filtrare oggetti usando gli Scivoli intelligenti", - "create.ponder.smart_chute.text_1": "Gli Scivoli intelligenti sono scivoli verticali con controllo addizionale", - "create.ponder.smart_chute.text_2": "Gli oggetti nello slot di filtraggio specificano cosa può essere estratto e trasferito", - "create.ponder.smart_chute.text_3": "Usa la rotellina del mouse per specificare la grandezza dello stack da estrarre", - "create.ponder.smart_chute.text_4": "Un segnale redstone impedirà agli Scivoli intelligenti di funzionare.", - - "create.ponder.smart_pipe.header": "Controllare i fluidi usando Tubi intelligenti", - "create.ponder.smart_pipe.text_1": "I Tubi intelligenti possono aiutare a controllare il flusso di qualsiasi tipo di fluido", - "create.ponder.smart_pipe.text_2": "Quando posizionati direttamente alla fonte, possono specificare quale fluido deve essere estratto", - "create.ponder.smart_pipe.text_3": "Fai semplicemente click destro sullo slot di filraggio con qualsiasi oggetto contenente il fluido che ti interessa", - "create.ponder.smart_pipe.text_4": "Quando posti più avanti in un sistema di Tubi, i Tubi intelligenti lasceranno passare solo il fluido impostato", - - "create.ponder.speedometer.header": "Monitorare informazioni cinetiche con un Tachimetro", - "create.ponder.speedometer.text_1": "Il tachimetro mostra la velocità attuale dei componenti a cui è connesso", - "create.ponder.speedometer.text_2": "Informazioni più dettagliate sono visibili ai giocatori che indossano Occhiali da ingegnere e che osservano la lancetta", - "create.ponder.speedometer.text_3": "Un Comparatore emette un segnale redstone la cui potenza dipende dalle misurazioni del Tachimetro", - - "create.ponder.spout_filling.header": "Riempire oggetti con uno Spruzzatore", - "create.ponder.spout_filling.text_1": "Lo Spruzzatore può riempire oggetti posati sotto di esso, purché siano in grado di accettare fluidi", - "create.ponder.spout_filling.text_2": "Il contenuto di uno Spruzzatore non può essere modificato manualmente", - "create.ponder.spout_filling.text_3": "Sarà necessario utilizzare dei Tubi per riempirlo di fluidi", - "create.ponder.spout_filling.text_4": "Gli oggetti in input possono essere posti su una Stazione per oggetti sotto lo Spruzzatore", - "create.ponder.spout_filling.text_5": "Se essi sono, invece, trasportati da un Nastro...", - "create.ponder.spout_filling.text_6": "Lo Spruzzatore li fermerà e lavorerà automaticamente", - - "create.ponder.stabilized_bearings.header": "Macchinari stabilizzati", - "create.ponder.stabilized_bearings.text_1": "Se un Supporto meccanico è esso stesso parte di un Macchinario..", - "create.ponder.stabilized_bearings.text_2": "...cercherà in ogni momento di restare dritto", - "create.ponder.stabilized_bearings.text_3": "Come sempre, il Supporto si connette al blocco di fronte a sé", - "create.ponder.stabilized_bearings.text_4": "Di conseguenza, l'intero sotto-macchinario rimarrà dritto", - - "create.ponder.steam_engine.header": "Installare Motori a vapore", - "create.ponder.steam_engine.text_1": "I Motori a vapore possono essere installati su un Serbatoio per fluidi", - "create.ponder.steam_engine.text_10": "Lvl 4", - "create.ponder.steam_engine.text_11": "4 Motori", - "create.ponder.steam_engine.text_12": "Lvl 8", - "create.ponder.steam_engine.text_13": "8 Motori", - "create.ponder.steam_engine.text_2": "Fai click sul Motore con un'Asse per crearne l'output cinetico", - "create.ponder.steam_engine.text_3": "Con abbastanza calore, acqua e spazio nel Serbatoio...", - "create.ponder.steam_engine.text_4": "...il motore inizierà a generare forza centrifuga", - "create.ponder.steam_engine.text_5": "Il sistema minimo richiede 4 Serbatoi", - "create.ponder.steam_engine.text_6": "Grazie a dei Bruciatori a blaze, l'output di energia può essere aumentato", - "create.ponder.steam_engine.text_7": "Livelli di potenza maggiori richiedono più acqua, spazio e calore", - "create.ponder.steam_engine.text_8": "Il livello di potenza della caldaia può essere osservato con gli Occhiali da Ingegnere", - "create.ponder.steam_engine.text_9": "Per ogni livello di potenza aggiunto si può far funzionare un Motore in più a pieno regime", - - "create.ponder.steam_whistle.header": "Installare Fischi a vapore", - "create.ponder.steam_whistle.text_1": "I Fischi a vapore possono essere connessi ai Serbatoi", - "create.ponder.steam_whistle.text_2": "Se il Serbatoio riceve abbastanza calore...", - "create.ponder.steam_whistle.text_3": "...il Fischio emetterà una nota quando attivato", - "create.ponder.steam_whistle.text_4": "Installa ulteriori Fischi su di esso per abbassarne l'intonazione", - "create.ponder.steam_whistle.text_5": "Scorri tra 3 diverse ottave usando una Chiave a pappagallo", - "create.ponder.steam_whistle.text_6": "Gli Occhiali da ingengere possono aiutare a scoprire l'intonazione attuale del Fischio", - - "create.ponder.sticker.header": "Incollare blocchi usando l'Incollatore", - "create.ponder.sticker.text_1": "Gli Incollatori sono l'ideale per alterare una struttura con la redstone", - "create.ponder.sticker.text_2": "Essi cambiano il loro stato una volta ricevuto un segnare redstone", - "create.ponder.sticker.text_3": "Una volta connesso questo Incollatore ad un Macchinario, il blocco si muoverà con esso", - "create.ponder.sticker.text_4": "Attivandolo nuovamente, il blocco non sarà più incollato", - - "create.ponder.stressometer.header": "Monitorare informazioni cinetiche con uno Stressometro", - "create.ponder.stressometer.text_1": "Lo Stressometro mostra la capacità di stress del sistema cinetico a cui è connesso", - "create.ponder.stressometer.text_2": "Informazioni più dettagliate sono visibili ai giocatori che indossano Occhiali da ingegnere che osservano la lancetta", - "create.ponder.stressometer.text_3": "Un Comparatore emette un segnale redstone la cui potenza dipende dalle misurazioni dello Stressometro", - - "create.ponder.super_glue.header": "Incollare blocchi con la Super colla", - "create.ponder.super_glue.text_1": "La Super colla raggruppa blocchi insieme per renderli un unico Macchinario", - "create.ponder.super_glue.text_2": "Fare click destro su due punti terminali crea una nuova area di colla", - "create.ponder.super_glue.text_3": "Per rimuovere un'area, picchiala con la colla in mano", - "create.ponder.super_glue.text_4": "Blocchi adiacenti che fanno parte della stessa area si tireranno l'un l'altro", - "create.ponder.super_glue.text_5": "Volumi di colla sovrapposti si muoveranno tutti insieme", - "create.ponder.super_glue.text_6": "Normalmente, i blocchi che si appoggiano su altri non richiedono colla", - - "create.ponder.track_chunks.header": "Attraversare chunk non caricati", - "create.ponder.track_chunks.text_1": "Le Rotaie funzionano anche al di fuori dei chunk caricati", - "create.ponder.track_chunks.text_2": "I treni attraverseranno parti inattive del mondo senza alcun problema", - "create.ponder.track_chunks.text_3": "Si fermeranno perfino alle stazioni o ai Semafori rossi", - "create.ponder.track_chunks.text_4": "Tuttavia, Trivelle e altri componenti a bordo non funzioneranno", - "create.ponder.track_chunks.text_5": "Una volta tornato vicino a un giocatore, il treno riapparirà", - - "create.ponder.track_observer.header": "Individuare Treni", - "create.ponder.track_observer.text_1": "Seleziona una Rotaia e poi posiziona l'Osservatore nelle vicinanze", - "create.ponder.track_observer.text_2": "L'Osservatore individuerà qualsiasi Treno di passaggio sopra il marcatore", - "create.ponder.track_observer.text_3": "Gli Osservatori possono essere filtrati per leggere il carico corrispondente", - - "create.ponder.track_placement.header": "Posizionare Rotaie", - "create.ponder.track_placement.text_1": "Le Rotaie sono un nuovo tipo di binari studiati per essere usati dai Treni", - "create.ponder.track_placement.text_2": "Per posizionare un insieme di Rotaie in un colpo solo, premi su una Rotaia già esistente", - "create.ponder.track_placement.text_3": "Poi seleziona oppure posiziona una seconda Rotaia", - "create.ponder.track_placement.text_4": "Le Rotaie possono anche formare curve o dislivelli", - "create.ponder.track_placement.text_5": "Mentre vengono connesse, le Rotaie cercano di fare sempre curve della stessa grandezza", - "create.ponder.track_placement.text_6": "Tuttavia, tenendo premuto il pulsante di corsa...", - "create.ponder.track_placement.text_7": "...le Rotaie creeranno la curva più larga possibile", - "create.ponder.track_placement.text_8": "I materiali nella mano secondaria saranno usati automaticamente come pavimentazione sotto le Rotaie", - - "create.ponder.track_portal.header": "Rotaie e Nether", - "create.ponder.track_portal.text_1": "Posizionando delle Rotaie accanto a un Portale del Nether...", - "create.ponder.track_portal.text_2": "...esse cercheranno di creare una Rotaia corrispondente dall'altro lato", - "create.ponder.track_portal.text_3": "I treni su questa ferrovia potranno ora viaggiare tra le dimensioni", - - "create.ponder.train_assembly.header": "Assemblare Treni", - "create.ponder.train_assembly.text_1": "Seleziona una Rotaia e posiziona la Stazione ferroviaria nelle vicinanze", - "create.ponder.train_assembly.text_10": "Ogni treno richiede dei Comandi a bordo", - "create.ponder.train_assembly.text_11": "Si può aggiungere un altro set di Comandi per potersi allontanare dalla Stazione in entrambe le direzioni", - "create.ponder.train_assembly.text_12": "Apri la schermata della Stazione e conferma la fine del processo di assemblaggio", - "create.ponder.train_assembly.text_13": "I treni possono essere smontati in blocchi solo alle stazioni", - "create.ponder.train_assembly.text_14": "Usando una mappa su una Stazione, sarà aggiunto su di essa un simbolo che la indica", - "create.ponder.train_assembly.text_15": "I Treni assemblati possono riposizionati su Rotaie vicine usando la Chiave a pappagallo", - "create.ponder.train_assembly.text_2": "Le stazioni sono i punti di destinazione della tua ferrovia", - "create.ponder.train_assembly.text_3": "Per creare un nuovo treno, apri la schermata della Stazione e passa in modalità di assemblaggio", - "create.ponder.train_assembly.text_4": "Nessun treno con una Tabella di marcia si avvicinerà alla stazione durante il processo di assemblaggio", - "create.ponder.train_assembly.text_5": "Usa un Rivestimento di treno sulle Rotaie per creare nuovi carrelli", - "create.ponder.train_assembly.text_6": "Premi di nuovo sulla Rotaia per cambiare il design del carrello", - "create.ponder.train_assembly.text_7": "Connetti i vari blocchi usando la Super colla", - "create.ponder.train_assembly.text_8": "I Treni si muovono più velocemente se trovano del combustibile in un inventario connesso", - "create.ponder.train_assembly.text_9": "Il combustibile all'interno dei Container non verrà consumato dal Treno", - - "create.ponder.train_controls.header": "Guidare i Treni", - "create.ponder.train_controls.text_1": "I Comandi del treno sono necessari per far funzionare i Treni", - "create.ponder.train_controls.text_2": "Una volta assemblato il treno, fai click destro sul blocco per iniziare a guidare", - "create.ponder.train_controls.text_3": "Puoi guidare il treno usando i pulsanti di movimento", - "create.ponder.train_controls.text_4": "Se lo desideri, puoi alterare la velocità massima con la rotellina del mouse", - "create.ponder.train_controls.text_5": "Tieni premuto spazio per avvicinarti e fermarti a una Stazione vicina", - "create.ponder.train_controls.text_6": "I Treni possono essere smontati solo alle Stazioni", - "create.ponder.train_controls.text_7": "I Fischi assemblati possono essere azionati con il pulsante di corsa", - "create.ponder.train_controls.text_8": "Accovacciati oppure premi di nuovo per fermare il Treno", - - "create.ponder.train_schedule.header": "Usare le Tabelle di marcia", - "create.ponder.train_schedule.text_1": "Le Tabelle di marcia permettono di assegnare dei conducenti ai Treni", - "create.ponder.train_schedule.text_2": "Fai click destro con l'oggetto in mano per aprire la sua interfaccia", - "create.ponder.train_schedule.text_3": "Una volta programmata, la Tabella di marcia può essere assegnata a un conducente", - "create.ponder.train_schedule.text_4": "Qualsiasi mob o Bruciatore a blaze presente di fronte ai Comandi di un treno è un conducente valido", - "create.ponder.train_schedule.text_5": "Una creatura catturata con un guinzaglio può essere messa a sedere più agevolmente", - "create.ponder.train_schedule.text_6": "Le Tabelle di marcia possono essere ritirate in qualsiasi momento", - - "create.ponder.train_signal_placement.header": "Posizionare i Semafori ferroviari", - "create.ponder.train_signal_placement.text_1": "Seleziona una Rotaia e posiziona il Semaforo ferroviario nelle vicinanze", - "create.ponder.train_signal_placement.text_2": "I Semafori controllano il traffico dei Treni non guidati da giocatori", - "create.ponder.train_signal_placement.text_3": "I Treni che seguono una Tabella di marcia non supereranno mai un Semaforo in direzione opposta a quella indicata", - "create.ponder.train_signal_placement.text_4": "...a meno che non ci sia un altro Semaforo ruotato nella suddetta direzione.", - "create.ponder.train_signal_placement.text_5": "I Tubi di Nixie connessi al Semaforo rendono le luci più facili da vedere", - - "create.ponder.train_signal_redstone.header": "Semafori e redstone", - "create.ponder.train_signal_redstone.text_1": "I Semafori possono essere resi forzatamente rossi con un segnale redstone", - "create.ponder.train_signal_redstone.text_2": "In contrasto, i Semafori rossi emettono un segnale redstone", - - "create.ponder.train_signal_signaling.header": "Prevenire le collisioni con i Semafori", - "create.ponder.train_signal_signaling.text_1": "I Semafori dividono la ferrovia in segmenti", - "create.ponder.train_signal_signaling.text_2": "Se un segmento è occupato, a nessun Treno sarà permesso di accedervi", - "create.ponder.train_signal_signaling.text_3": "Pertanto, un segmento conterrà un solo Treno alla volta", - "create.ponder.train_signal_signaling.text_4": "È possibile attivare una seconda modalità di segnalazione usando una Chiave a pappagallo", - "create.ponder.train_signal_signaling.text_5": "I segmenti di un segnalatore in ottone normalmente sono seguiti da Semafori normali", - "create.ponder.train_signal_signaling.text_6": "Questo speciale Semaforo può fermare i treni anche in un secondo caso", - "create.ponder.train_signal_signaling.text_7": "Fermerà qualsiasi Treno che, dopo essere entrato...", - "create.ponder.train_signal_signaling.text_8": "...non avrebbe modo di lasciare il segmento immediatamente", - "create.ponder.train_signal_signaling.text_9": "Questo permette di tenere i treni in coda al di fuori di un segmento trafficato o una intersezione", - - "create.ponder.valve_handle.header": "Generare Forza centrifuga usando Maniglie per valvola", - "create.ponder.valve_handle.text_1": "Le Maniglie per valvola possono essere usate dai giocatori per generare forza centrifuga manualmente", - "create.ponder.valve_handle.text_2": "Tieni premuto il pulsante destro per farla ruotare in senso antiorario", - "create.ponder.valve_handle.text_3": "La sua velocità di rotazione è lenta e precisa", - "create.ponder.valve_handle.text_4": "Tieni premuto il pulsante destro da accovacciato per farla ruotare in senso orario", - "create.ponder.valve_handle.text_5": "Le Maniglie per valvola possono essere colorate per motivi estetici", - - "create.ponder.valve_pipe.header": "Controllare i fluidi usando le Valvole", - "create.ponder.valve_pipe.text_1": "Le Valvole possono essere usate per controllare la propagazione dei fluidi in un sistema di Tubi", - "create.ponder.valve_pipe.text_2": "La loro asse di input definisce se il fluido può passare oppure no", - "create.ponder.valve_pipe.text_3": "Dando loro forza centrifuga nella direzione di apertura, le valvole si aprono", - "create.ponder.valve_pipe.text_4": "Si possono poi chiudere semplicemente invertendo la rotazione in entrata", - - "create.ponder.water_wheel.header": "Generare forza centrifuga con i Mulini ad acqua", - "create.ponder.water_wheel.text_1": "I Mulini ad acqua generano forza centrifuga grazie alle correnti d'acqua ad essi adiacenti", - "create.ponder.water_wheel.text_2": "Maggiori le facce a contatto con essi, più veloce sarà la rotazione del mulino", - "create.ponder.water_wheel.text_3": "Le lame del mulino dovrebbero sempre essere girate contro il flusso d'acqua", - "create.ponder.water_wheel.text_4": "Non saranno altrettanto efficienti se questa condizione non è rispettata", - - "create.ponder.weighted_ejector.header": "Usare gli Espulsori di Pesi", - "create.ponder.weighted_ejector.text_1": "Fai click destro da accovacciato con in mano un Espulsore per selezionarne la posizione bersaglio", - "create.ponder.weighted_ejector.text_10": "Il componente non si attiverà finché lo stack non raggiunge quel numero di oggetti", - "create.ponder.weighted_ejector.text_11": "Altre entità attiveranno sempre un Espulsore camminandoci sopra", - "create.ponder.weighted_ejector.text_2": "Una volta piazzato, l'Espulsore lancerà gli oggetti in quella posizione", - "create.ponder.weighted_ejector.text_3": "Un bersaglio valido può trovarsi a qualsiasi altezza o distanza entro un raggio", - "create.ponder.weighted_ejector.text_4": "Non può, tuttavia, essere posizionato lateralmente, neppure di un singolo blocco", - "create.ponder.weighted_ejector.text_5": "In assenza di un bersaglio valido, l'Espulsore bersaglierà semplicemente il blocco di fronte", - "create.ponder.weighted_ejector.text_6": "Fornisci forza centrifuga per caricarlo", - "create.ponder.weighted_ejector.text_7": "Piazzare oggetti su di esso lo farà attivare", - "create.ponder.weighted_ejector.text_8": "Se il bersaglio è un inventario, l'Espulsore aspetterà che ci sia spazio", - "create.ponder.weighted_ejector.text_9": "Scorri con una Chiave a pappagallo per specificare la grandezza dello stack da lanciare", - - "create.ponder.weighted_ejector_redstone.header": "Controllare gli Espulsori di pesi con la redstone", - "create.ponder.weighted_ejector_redstone.text_1": "Un segnale redstone impedirà agli Espulsori di funzionare", - "create.ponder.weighted_ejector_redstone.text_2": "Inoltre, gli Osservatori possono percepire l'attivazione di un Espulsore", - - "create.ponder.weighted_ejector_tunnel.header": "Dividere gli stack con gli Espulsori di pesi", - "create.ponder.weighted_ejector_tunnel.text_1": "Usando i Tunnel di ottone, gli Espulsori possono dividere gli stack in parti specifiche", - "create.ponder.weighted_ejector_tunnel.text_2": "Per prima cosa, configura il Tunnel su 'Dai precedenza al più vicino', così da dare priorità al suo output laterale", - "create.ponder.weighted_ejector_tunnel.text_3": "La grandezza dello stack dell'Espulsore determinerà il numero di oggetti da estrarre", - "create.ponder.weighted_ejector_tunnel.text_4": "All'arrivo di un nuovo stack, l'ammontare scelto uscirà dall'output laterale...", - "create.ponder.weighted_ejector_tunnel.text_5": "...mentre il resto proseguirà per la sua strada", - - "create.ponder.windmill_source.header": "Generare forza centrifuga con i Supporti per mulino a vento", - "create.ponder.windmill_source.text_1": "I Supporti per mulino a vento si connettono ai blocchi di fronte ad essi", - "create.ponder.windmill_source.text_2": "Crea una struttura con l'aiuto della Super colla", - "create.ponder.windmill_source.text_3": "Se hai incluso abbastanza vele valide, questa struttura conterà come mulino a vento", - "create.ponder.windmill_source.text_4": "Una volta attivato con un click destro, il Supporto per mulino a vento inizierà a generare forza centrifuga", - "create.ponder.windmill_source.text_5": "La sua velocità dipende dal numero di vele", - "create.ponder.windmill_source.text_6": "Usa una Chiave a pappagallo per cambiare la direzione di rotazione", - "create.ponder.windmill_source.text_7": "Fai click destro sul Supporto in qualsiasi momento per fermarlo e poter modificare di nuovo la struttura", - - "create.ponder.windmill_structure.header": "Macchinari per Mulini a vento", - "create.ponder.windmill_structure.text_1": "Qualsiasi struttura può essere un Mulino a vento valido, purché contenga almeno 8 blocchi che possano essere considerati vele.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/ja_jp.json b/src/generated/resources/assets/create/lang/unfinished/ja_jp.json deleted file mode 100644 index 6d3d1fde2d..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/ja_jp.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 40", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "アカシアの窓", - "block.create.acacia_window_pane": "アカシアの板窓", - "block.create.adjustable_chain_gearshift": "可変チェーンギアシフト", - "block.create.analog_lever": "アナログレバー", - "block.create.andesite_belt_funnel": "安山岩ベルトファンネル", - "block.create.andesite_casing": "安山岩ケーシング", - "block.create.andesite_encased_cogwheel": "安山岩ケース入り歯車", - "block.create.andesite_encased_large_cogwheel": "安山岩ケース入り大きな歯車", - "block.create.andesite_encased_shaft": "安山岩ケース入りシャフト", - "block.create.andesite_funnel": "安山岩ファンネル", - "block.create.andesite_ladder": "安山岩のはしご", - "block.create.andesite_pillar": "安山岩の柱", - "block.create.andesite_tunnel": "安山岩トンネル", - "block.create.asurine": "瑠璃岩", - "block.create.asurine_pillar": "瑠璃岩の柱", - "block.create.basin": "鉢", - "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_toolbox": "黒色の工具箱", - "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_toolbox": "青色の工具箱", - "block.create.blue_valve_handle": "青色のバルブハンドル", - "block.create.brass_belt_funnel": "真鍮ベルトファンネル", - "block.create.brass_block": "真鍮ブロック", - "block.create.brass_casing": "真鍮ケーシング", - "block.create.brass_encased_cogwheel": "真鍮ケース入り歯車", - "block.create.brass_encased_large_cogwheel": "真鍮ケース入り大きな歯車", - "block.create.brass_encased_shaft": "真鍮ケース入りシャフト", - "block.create.brass_funnel": "真鍮ファンネル", - "block.create.brass_ladder": "真鍮のはしご", - "block.create.brass_tunnel": "真鍮トンネル", - "block.create.brown_nixie_tube": "茶色のニキシー管", - "block.create.brown_sail": "茶色の帆", - "block.create.brown_seat": "茶色のシート", - "block.create.brown_toolbox": "茶色の工具箱", - "block.create.brown_valve_handle": "茶色のバルブハンドル", - "block.create.calcite_pillar": "方解石の柱", - "block.create.cart_assembler": "トロッコアセンブラ", - "block.create.chocolate": "チョコレート", - "block.create.chute": "シュート", - "block.create.clockwork_bearing": "時計仕掛けのベアリング", - "block.create.clutch": "クラッチ", - "block.create.cogwheel": "歯車", - "block.create.content_observer": "コンテンツオブザーバー", - "block.create.controller_rail": "コントローラーレール", - "block.create.controls": "列車運転台", - "block.create.copper_backtank": "銅のバックタンク", - "block.create.copper_casing": "銅ケーシング", - "block.create.copper_ladder": "銅のはしご", - "block.create.copper_shingle_slab": "銅の屋根板のハーフブロック", - "block.create.copper_shingle_stairs": "銅の屋根板の階段", - "block.create.copper_shingles": "銅の屋根板", - "block.create.copper_tile_slab": "銅タイルのハーフブロック", - "block.create.copper_tile_stairs": "銅タイルの階段", - "block.create.copper_tiles": "銅タイル", - "block.create.copper_valve_handle": "銅のバルブハンドル", - "block.create.creative_crate": "クリエティブクレート", - "block.create.creative_fluid_tank": "クリエイティブ液体タンク", - "block.create.creative_motor": "クリエイティブモーター", - "block.create.crimsite": "真紅岩", - "block.create.crimsite_pillar": "真紅岩の柱", - "block.create.crimson_window": "真紅の窓", - "block.create.crimson_window_pane": "真紅の板窓", - "block.create.crushing_wheel": "破砕ホイール", - "block.create.crushing_wheel_controller": "破砕ホイールコントローラー", - "block.create.cuckoo_clock": "鳩時計", - "block.create.cut_andesite": "安山岩の切石", - "block.create.cut_andesite_brick_slab": "安山岩の切石レンガのハーフブロック", - "block.create.cut_andesite_brick_stairs": "安山岩の切石レンガの階段", - "block.create.cut_andesite_brick_wall": "安山岩の切石レンガの塀", - "block.create.cut_andesite_bricks": "安山岩の切石レンガ", - "block.create.cut_andesite_slab": "安山岩の切石のハーフブロック", - "block.create.cut_andesite_stairs": "安山岩の切石の階段", - "block.create.cut_andesite_wall": "安山岩の切石の塀", - "block.create.cut_asurine": "瑠璃岩の切石", - "block.create.cut_asurine_brick_slab": "瑠璃岩の切石レンガのハーフブロック", - "block.create.cut_asurine_brick_stairs": "瑠璃岩の切石レンガの階段", - "block.create.cut_asurine_brick_wall": "瑠璃岩の切石レンガの塀", - "block.create.cut_asurine_bricks": "瑠璃岩の切石レンガ", - "block.create.cut_asurine_slab": "瑠璃岩の切石のハーフブロック", - "block.create.cut_asurine_stairs": "瑠璃岩の切石の階段", - "block.create.cut_asurine_wall": "瑠璃岩の切石の塀", - "block.create.cut_calcite": "方解石の切石", - "block.create.cut_calcite_brick_slab": "方解石の切石レンガのハーフブロック", - "block.create.cut_calcite_brick_stairs": "方解石の切石レンガの階段", - "block.create.cut_calcite_brick_wall": "方解石の切石レンガの塀", - "block.create.cut_calcite_bricks": "方解石の切石レンガ", - "block.create.cut_calcite_slab": "方解石の切石のハーフブロック", - "block.create.cut_calcite_stairs": "方解石の切石の階段", - "block.create.cut_calcite_wall": "方解石の切石の塀", - "block.create.cut_crimsite": "真紅岩の切石", - "block.create.cut_crimsite_brick_slab": "真紅岩の切石レンガのハーフブロック", - "block.create.cut_crimsite_brick_stairs": "真紅岩の切石レンガの階段", - "block.create.cut_crimsite_brick_wall": "真紅岩の切石レンガの塀", - "block.create.cut_crimsite_bricks": "真紅岩の切石レンガ", - "block.create.cut_crimsite_slab": "真紅岩の切石のハーフブロック", - "block.create.cut_crimsite_stairs": "真紅岩の切石の階段", - "block.create.cut_crimsite_wall": "真紅岩の切石の塀", - "block.create.cut_deepslate": "深層岩の切石", - "block.create.cut_deepslate_brick_slab": "深層岩の切石レンガのハーフブロック", - "block.create.cut_deepslate_brick_stairs": "深層岩の切石レンガの階段", - "block.create.cut_deepslate_brick_wall": "深層岩の切石レンガの塀", - "block.create.cut_deepslate_bricks": "深層岩の切石レンガ", - "block.create.cut_deepslate_slab": "深層岩の切石のハーフブロック", - "block.create.cut_deepslate_stairs": "深層岩の切石の階段", - "block.create.cut_deepslate_wall": "深層岩の切石の塀", - "block.create.cut_diorite": "閃緑岩の切石", - "block.create.cut_diorite_brick_slab": "閃緑岩の切石レンガのハーフブロック", - "block.create.cut_diorite_brick_stairs": "閃緑岩の切石レンガの階段", - "block.create.cut_diorite_brick_wall": "閃緑岩の切石レンガの塀", - "block.create.cut_diorite_bricks": "閃緑岩の切石レンガ", - "block.create.cut_diorite_slab": "閃緑岩の切石のハーフブロック", - "block.create.cut_diorite_stairs": "閃緑岩の切石の階段", - "block.create.cut_diorite_wall": "閃緑岩の切石の塀", - "block.create.cut_dripstone": "鍾乳石の切石", - "block.create.cut_dripstone_brick_slab": "鍾乳石の切石レンガのハーフブロック", - "block.create.cut_dripstone_brick_stairs": "鍾乳石の切石レンガの階段", - "block.create.cut_dripstone_brick_wall": "鍾乳石の切石レンガの塀", - "block.create.cut_dripstone_bricks": "鍾乳石の切石レンガ", - "block.create.cut_dripstone_slab": "鍾乳石の切石のハーフブロック", - "block.create.cut_dripstone_stairs": "鍾乳石の切石の階段", - "block.create.cut_dripstone_wall": "鍾乳石の切石の塀", - "block.create.cut_granite": "花崗岩の切石", - "block.create.cut_granite_brick_slab": "花崗岩の切石レンガのハーフブロック", - "block.create.cut_granite_brick_stairs": "花崗岩の切石レンガの階段", - "block.create.cut_granite_brick_wall": "花崗岩の切石レンガの塀", - "block.create.cut_granite_bricks": "花崗岩の切石レンガ", - "block.create.cut_granite_slab": "花崗岩の切石のハーフブロック", - "block.create.cut_granite_stairs": "花崗岩の切石の階段", - "block.create.cut_granite_wall": "花崗岩の切石の塀", - "block.create.cut_limestone": "石灰岩の切石", - "block.create.cut_limestone_brick_slab": "石灰岩の切石レンガのハーフブロック", - "block.create.cut_limestone_brick_stairs": "石灰岩の切石レンガの階段", - "block.create.cut_limestone_brick_wall": "石灰岩の切石レンガの塀", - "block.create.cut_limestone_bricks": "石灰岩の切石レンガ", - "block.create.cut_limestone_slab": "石灰岩の切石のハーフブロック", - "block.create.cut_limestone_stairs": "石灰岩の切石の階段", - "block.create.cut_limestone_wall": "石灰岩の切石の塀", - "block.create.cut_ochrum": "黄土岩の切石", - "block.create.cut_ochrum_brick_slab": "黄土岩の切石レンガのハーフブロック", - "block.create.cut_ochrum_brick_stairs": "黄土岩の切石レンガの階段", - "block.create.cut_ochrum_brick_wall": "黄土岩の切石レンガの塀", - "block.create.cut_ochrum_bricks": "黄土岩の切石レンガ", - "block.create.cut_ochrum_slab": "黄土岩の切石のハーフブロック", - "block.create.cut_ochrum_stairs": "黄土岩の切石の階段", - "block.create.cut_ochrum_wall": "黄土岩の切石の塀", - "block.create.cut_scorchia": "スコーチアの切石", - "block.create.cut_scorchia_brick_slab": "スコーチアの切石レンガのハーフブロック", - "block.create.cut_scorchia_brick_stairs": "スコーチアの切石レンガの階段", - "block.create.cut_scorchia_brick_wall": "スコーチアの切石レンガの塀", - "block.create.cut_scorchia_bricks": "スコーチアの切石レンガ", - "block.create.cut_scorchia_slab": "スコーチアの切石のハーフブロック", - "block.create.cut_scorchia_stairs": "スコーチアの切石の階段", - "block.create.cut_scorchia_wall": "スコーチアの切石の塀", - "block.create.cut_scoria": "スコリアの切石", - "block.create.cut_scoria_brick_slab": "スコリアの切石レンガのハーフブロック", - "block.create.cut_scoria_brick_stairs": "スコリアの切石レンガの階段", - "block.create.cut_scoria_brick_wall": "スコリアの切石レンガの塀", - "block.create.cut_scoria_bricks": "スコリアの切石レンガ", - "block.create.cut_scoria_slab": "スコリアの切石のハーフブロック", - "block.create.cut_scoria_stairs": "スコリアの切石の階段", - "block.create.cut_scoria_wall": "スコリアの切石の塀", - "block.create.cut_tuff": "凝灰岩の切石", - "block.create.cut_tuff_brick_slab": "凝灰岩の切石レンガのハーフブロック", - "block.create.cut_tuff_brick_stairs": "凝灰岩の切石レンガの階段", - "block.create.cut_tuff_brick_wall": "凝灰岩の切石レンガの塀", - "block.create.cut_tuff_bricks": "凝灰岩の切石レンガ", - "block.create.cut_tuff_slab": "凝灰岩の切石のハーフブロック", - "block.create.cut_tuff_stairs": "凝灰岩の切石の階段", - "block.create.cut_tuff_wall": "凝灰岩の切石の塀", - "block.create.cut_veridium": "翡翠岩の切石", - "block.create.cut_veridium_brick_slab": "翡翠岩の切石レンガのハーフブロック", - "block.create.cut_veridium_brick_stairs": "翡翠岩の切石レンガの階段", - "block.create.cut_veridium_brick_wall": "翡翠岩の切石レンガの塀", - "block.create.cut_veridium_bricks": "翡翠岩の切石レンガ", - "block.create.cut_veridium_slab": "翡翠岩の切石のハーフブロック", - "block.create.cut_veridium_stairs": "翡翠岩の切石の階段", - "block.create.cut_veridium_wall": "翡翠岩の切石の塀", - "block.create.cyan_nixie_tube": "水色のニキシー管", - "block.create.cyan_sail": "水色の帆", - "block.create.cyan_seat": "水色のシート", - "block.create.cyan_toolbox": "水色の工具箱", - "block.create.cyan_valve_handle": "水色のバルブハンドル", - "block.create.dark_oak_window": "ダークオークの窓", - "block.create.dark_oak_window_pane": "ダークオークの板窓", - "block.create.deepslate_pillar": "深層岩の柱", - "block.create.deepslate_zinc_ore": "深層亜鉛鉱石", - "block.create.deployer": "デプロイヤー", - "block.create.depot": "デポ", - "block.create.diorite_pillar": "閃緑岩の柱", - "block.create.display_board": "ディスプレイボード", - "block.create.display_link": "ディスプレイリンク", - "block.create.dripstone_pillar": "鍾乳石の柱", - "block.create.encased_chain_drive": "ケース入りチェーンドライブ", - "block.create.encased_fan": "ケース入りファン", - "block.create.encased_fluid_pipe": "ケース入り液体パイプ", - "block.create.exposed_copper_shingle_slab": "風化した銅の屋根板のハーフブロック", - "block.create.exposed_copper_shingle_stairs": "風化した銅の屋根板の階段", - "block.create.exposed_copper_shingles": "風化した銅の屋根板", - "block.create.exposed_copper_tile_slab": "風化した銅タイルのハーフブロック", - "block.create.exposed_copper_tile_stairs": "風化した銅タイルの階段", - "block.create.exposed_copper_tiles": "風化した銅タイル", - "block.create.fake_track": "地図用線路マーカー", - "block.create.fluid_pipe": "液体パイプ", - "block.create.fluid_tank": "液体タンク", - "block.create.fluid_valve": "液体バルブ", - "block.create.flywheel": "弾み車", - "block.create.framed_glass": "縁付きガラス", - "block.create.framed_glass_door": "縁付きガラスのドア", - "block.create.framed_glass_pane": "縁付きガラス板", - "block.create.framed_glass_trapdoor": "縁付きガラスのトラップドア", - "block.create.gantry_carriage": "ガントリーキャリッジ", - "block.create.gantry_shaft": "ガントリーシャフト", - "block.create.gearbox": "ギアボックス", - "block.create.gearshift": "ギアシフト", - "block.create.glass_fluid_pipe": "ガラスの液体パイプ", - "block.create.granite_pillar": "花崗岩の柱", - "block.create.gray_nixie_tube": "灰色のニキシー管", - "block.create.gray_sail": "灰色の帆", - "block.create.gray_seat": "灰色のシート", - "block.create.gray_toolbox": "灰色の工具箱", - "block.create.gray_valve_handle": "灰色のバルブハンドル", - "block.create.green_nixie_tube": "緑色のニキシー管", - "block.create.green_sail": "緑色の帆", - "block.create.green_seat": "緑色のシート", - "block.create.green_toolbox": "緑色の工具箱", - "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": "横型ガラス板窓", - "block.create.hose_pulley": "ホースプーリー", - "block.create.item_drain": "アイテム排液口", - "block.create.item_vault": "アイテム保管庫", - "block.create.jungle_window": "ジャングルの窓", - "block.create.jungle_window_pane": "ジャングルの板窓", - "block.create.large_bogey": "大きな台車", - "block.create.large_cogwheel": "大きな歯車", - "block.create.layered_andesite": "安山岩の組石", - "block.create.layered_asurine": "瑠璃岩の組石", - "block.create.layered_calcite": "方解石の組石", - "block.create.layered_crimsite": "真紅岩の組石", - "block.create.layered_deepslate": "深層岩の組石", - "block.create.layered_diorite": "閃緑岩の組石", - "block.create.layered_dripstone": "鍾乳石の組石", - "block.create.layered_granite": "花崗岩の組石", - "block.create.layered_limestone": "石灰岩の組石", - "block.create.layered_ochrum": "黄土岩の組石", - "block.create.layered_scorchia": "スコーチアの組石", - "block.create.layered_scoria": "スコリアの組石", - "block.create.layered_tuff": "凝灰岩の組石", - "block.create.layered_veridium": "翡翠岩の組石", - "block.create.lectern_controller": "書見台コントローラー", - "block.create.light_blue_nixie_tube": "空色のニキシー菅", - "block.create.light_blue_sail": "空色の帆", - "block.create.light_blue_seat": "空色のシート", - "block.create.light_blue_toolbox": "空色の工具箱", - "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_toolbox": "薄灰色の工具箱", - "block.create.light_gray_valve_handle": "薄灰色のバルブハンドル", - "block.create.lime_nixie_tube": "黄緑色のニキシー管", - "block.create.lime_sail": "黄緑色の帆", - "block.create.lime_seat": "黄緑色のシート", - "block.create.lime_toolbox": "黄緑色の工具箱", - "block.create.lime_valve_handle": "黄緑色のバルブハンドル", - "block.create.limestone": "石灰岩", - "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_toolbox": "赤紫色の工具箱", - "block.create.magenta_valve_handle": "赤紫色のバルブハンドル", - "block.create.mechanical_arm": "メカニカルアーム", - "block.create.mechanical_bearing": "メカニカルベアリング", - "block.create.mechanical_crafter": "メカニカルクラフター", - "block.create.mechanical_drill": "メカニカルドリル", - "block.create.mechanical_harvester": "メカニカルハーベスター", - "block.create.mechanical_mixer": "メカニカルミキサー", - "block.create.mechanical_piston": "メカニカルピストン", - "block.create.mechanical_piston_head": "メカニカルピストンヘッド", - "block.create.mechanical_plough": "メカニカルプラウ", - "block.create.mechanical_press": "メカニカルプレス", - "block.create.mechanical_pump": "メカニカルポンプ", - "block.create.mechanical_saw": "メカニカルソー", - "block.create.metal_bracket": "金属ブラケット", - "block.create.metal_girder": "鉄骨", - "block.create.metal_girder_encased_shaft": "鉄骨入りシャフト", - "block.create.millstone": "石臼", - "block.create.minecart_anchor": "トロッコアンカー", - "block.create.mysterious_cuckoo_clock": "鳩時計", - "block.create.nixie_tube": "ニキシー管", - "block.create.nozzle": "ノズル", - "block.create.oak_window": "オークの窓", - "block.create.oak_window_pane": "オークの板窓", - "block.create.ochrum": "黄土岩", - "block.create.ochrum_pillar": "黄土岩の柱", - "block.create.orange_sail": "橙色の帆", - "block.create.orange_seat": "橙色のシート", - "block.create.orange_toolbox": "橙色の工具箱", - "block.create.orange_valve_handle": "橙色のバルブハンドル", - "block.create.ornate_iron_window": "鉄の装飾ガラス", - "block.create.ornate_iron_window_pane": "鉄の装飾ガラス板", - "block.create.oxidized_copper_shingle_slab": "酸化した銅の屋根板のハーフブロック", - "block.create.oxidized_copper_shingle_stairs": "酸化した銅の屋根板の階段", - "block.create.oxidized_copper_shingles": "酸化した銅の屋根板", - "block.create.oxidized_copper_tile_slab": "酸化した銅タイルのハーフブロック", - "block.create.oxidized_copper_tile_stairs": "酸化した銅タイルの階段", - "block.create.oxidized_copper_tiles": "酸化した銅タイル", - "block.create.peculiar_bell": "風変わりな鐘", - "block.create.pink_nixie_tube": "桃色のニキシー管", - "block.create.pink_sail": "桃色の帆", - "block.create.pink_seat": "桃色のシート", - "block.create.pink_toolbox": "桃色の工具箱", - "block.create.pink_valve_handle": "桃色のバルブハンドル", - "block.create.piston_extension_pole": "ピストン延長ポール", - "block.create.placard": "プラカード", - "block.create.polished_cut_andesite": "磨かれた安山岩の切石", - "block.create.polished_cut_andesite_slab": "磨かれた安山岩の切石のハーフブロック", - "block.create.polished_cut_andesite_stairs": "磨かれた安山岩の切石の階段", - "block.create.polished_cut_andesite_wall": "磨かれた安山岩の切石の塀", - "block.create.polished_cut_asurine": "磨かれた瑠璃岩の切石", - "block.create.polished_cut_asurine_slab": "磨かれた瑠璃岩の切石のハーフブロック", - "block.create.polished_cut_asurine_stairs": "磨かれた瑠璃岩の切石の階段", - "block.create.polished_cut_asurine_wall": "磨かれた瑠璃岩の切石の塀", - "block.create.polished_cut_calcite": "磨かれた方解石", - "block.create.polished_cut_calcite_slab": "磨かれた方解石のハーフブロック", - "block.create.polished_cut_calcite_stairs": "磨かれた方解石の階段", - "block.create.polished_cut_calcite_wall": "磨かれた方解石の塀", - "block.create.polished_cut_crimsite": "磨かれた真紅岩の切石", - "block.create.polished_cut_crimsite_slab": "磨かれた真紅岩の切石のハーフブロック", - "block.create.polished_cut_crimsite_stairs": "磨かれた真紅岩の切石の階段", - "block.create.polished_cut_crimsite_wall": "磨かれた真紅岩の切石の塀", - "block.create.polished_cut_deepslate": "磨かれた深層岩の切石", - "block.create.polished_cut_deepslate_slab": "磨かれた深層岩の切石のハーフブロック", - "block.create.polished_cut_deepslate_stairs": "磨かれた深層岩の切石の階段", - "block.create.polished_cut_deepslate_wall": "磨かれた深層岩の切石の塀", - "block.create.polished_cut_diorite": "磨かれた閃緑岩の切石", - "block.create.polished_cut_diorite_slab": "磨かれた閃緑岩の切石のハーフブロック", - "block.create.polished_cut_diorite_stairs": "磨かれた閃緑岩の切石の階段", - "block.create.polished_cut_diorite_wall": "磨かれた閃緑岩の切石の塀", - "block.create.polished_cut_dripstone": "磨かれた鍾乳石", - "block.create.polished_cut_dripstone_slab": "磨かれた鍾乳石のハーフブロック", - "block.create.polished_cut_dripstone_stairs": "磨かれた鍾乳石の階段", - "block.create.polished_cut_dripstone_wall": "磨かれた鍾乳石の塀", - "block.create.polished_cut_granite": "磨かれた花崗岩の切石", - "block.create.polished_cut_granite_slab": "磨かれた花崗岩の切石のハーフブロック", - "block.create.polished_cut_granite_stairs": "磨かれた花崗岩の切石の階段", - "block.create.polished_cut_granite_wall": "磨かれた花崗岩の切石の塀", - "block.create.polished_cut_limestone": "磨かれた石灰岩の切石", - "block.create.polished_cut_limestone_slab": "磨かれた石灰岩の切石のハーフブロック", - "block.create.polished_cut_limestone_stairs": "磨かれた石灰岩の切石の階段", - "block.create.polished_cut_limestone_wall": "磨かれた石灰岩の切石の塀", - "block.create.polished_cut_ochrum": "磨かれた黄土岩の切石", - "block.create.polished_cut_ochrum_slab": "磨かれた黄土岩の切石のハーフブロック", - "block.create.polished_cut_ochrum_stairs": "磨かれた黄土岩の切石の階段", - "block.create.polished_cut_ochrum_wall": "磨かれた黄土岩の切石の塀", - "block.create.polished_cut_scorchia": "磨かれたスコーチア", - "block.create.polished_cut_scorchia_slab": "磨かれたスコーチアのハーフブロック", - "block.create.polished_cut_scorchia_stairs": "磨かれたスコーチアの階段", - "block.create.polished_cut_scorchia_wall": "磨かれたスコーチアの塀", - "block.create.polished_cut_scoria": "磨かれたスコリア", - "block.create.polished_cut_scoria_slab": "磨かれたスコリアのハーフブロック", - "block.create.polished_cut_scoria_stairs": "磨かれたスコリアの階段", - "block.create.polished_cut_scoria_wall": "磨かれたスコリアの塀", - "block.create.polished_cut_tuff": "磨かれた凝灰岩の切石", - "block.create.polished_cut_tuff_slab": "磨かれた凝灰岩の切石のハーフブロック", - "block.create.polished_cut_tuff_stairs": "磨かれた凝灰岩の切石の階段", - "block.create.polished_cut_tuff_wall": "磨かれた凝灰岩の切石の塀", - "block.create.polished_cut_veridium": "磨かれた翡翠岩の切石", - "block.create.polished_cut_veridium_slab": "磨かれた翡翠岩の切石のハーフブロック", - "block.create.polished_cut_veridium_stairs": "磨かれた翡翠岩の切石の階段", - "block.create.polished_cut_veridium_wall": "磨かれた翡翠岩の切石の塀", - "block.create.portable_fluid_interface": "ポータブル液体インターフェース", - "block.create.portable_storage_interface": "ポータブルストレージインターフェース", - "block.create.powered_latch": "パワードラッチ", - "block.create.powered_shaft": "パワードシャフト", - "block.create.powered_toggle_latch": "パワードトグルラッチ", - "block.create.pulley_magnet": "プーリーマグネット", - "block.create.pulse_extender": "パルスエクステンダー", - "block.create.pulse_repeater": "パルスリピーター", - "block.create.purple_nixie_tube": "紫色のニキシー管", - "block.create.purple_sail": "紫色の帆", - "block.create.purple_seat": "紫色のシート", - "block.create.purple_toolbox": "紫色の工具箱", - "block.create.purple_valve_handle": "紫色のバルブハンドル", - "block.create.radial_chassis": "ラジアルシャーシ", - "block.create.railway_casing": "鉄道用ケーシング", - "block.create.raw_zinc_block": "亜鉛の原石ブロック", - "block.create.red_nixie_tube": "赤色のニキシー管", - "block.create.red_sail": "赤色の帆", - "block.create.red_seat": "赤色のシート", - "block.create.red_toolbox": "赤色の工具箱", - "block.create.red_valve_handle": "赤色のバルブハンドル", - "block.create.redstone_contact": "レッドストーンコンタクト", - "block.create.redstone_link": "レッドストーンリンク", - "block.create.refined_radiance_casing": "光輝ケーシング", - "block.create.rope": "ロープ", - "block.create.rope_pulley": "ローププーリー", - "block.create.rose_quartz_block": "ローズクォーツブロック", - "block.create.rose_quartz_lamp": "ローズクォーツランプ", - "block.create.rose_quartz_tiles": "ローズクォーツタイル", - "block.create.rotation_speed_controller": "回転速度コントローラー", - "block.create.sail_frame": "帆フレーム", - "block.create.schematic_table": "概略図台", - "block.create.schematicannon": "概略図砲", - "block.create.scorchia": "スコーチア", - "block.create.scorchia_pillar": "スコーチアの柱", - "block.create.scoria": "スコリア", - "block.create.scoria_pillar": "スコリアの柱", - "block.create.secondary_linear_chassis": "セカンダリリニアシャーシ", - "block.create.sequenced_gearshift": "シーケンスギアシフト", - "block.create.shadow_steel_casing": "シャドウケーシング", - "block.create.shaft": "シャフト", - "block.create.small_andesite_brick_slab": "小さな安山岩レンガのハーフブロック", - "block.create.small_andesite_brick_stairs": "小さな安山岩レンガの階段", - "block.create.small_andesite_brick_wall": "小さな安山岩レンガの塀", - "block.create.small_andesite_bricks": "小さな安山岩レンガ", - "block.create.small_asurine_brick_slab": "小さな瑠璃岩レンガのハーフブロック", - "block.create.small_asurine_brick_stairs": "小さな瑠璃岩レンガの階段", - "block.create.small_asurine_brick_wall": "小さな瑠璃岩レンガの塀", - "block.create.small_asurine_bricks": "小さな瑠璃岩レンガ", - "block.create.small_bogey": "小さな台車", - "block.create.small_calcite_brick_slab": "小さな方解石レンガのハーフブロック", - "block.create.small_calcite_brick_stairs": "小さな方解石レンガの階段", - "block.create.small_calcite_brick_wall": "小さな方解石レンガの塀", - "block.create.small_calcite_bricks": "小さな方解石レンガ", - "block.create.small_crimsite_brick_slab": "小さな真紅岩レンガのハーフブロック", - "block.create.small_crimsite_brick_stairs": "小さな真紅岩レンガの階段", - "block.create.small_crimsite_brick_wall": "小さな真紅岩レンガの塀", - "block.create.small_crimsite_bricks": "小さな真紅岩レンガ", - "block.create.small_deepslate_brick_slab": "小さな深層岩レンガのハーフブロック", - "block.create.small_deepslate_brick_stairs": "小さな深層岩レンガの階段", - "block.create.small_deepslate_brick_wall": "小さな深層岩レンガの塀", - "block.create.small_deepslate_bricks": "小さな深層岩レンガ", - "block.create.small_diorite_brick_slab": "小さな閃緑岩レンガのハーフブロック", - "block.create.small_diorite_brick_stairs": "小さな閃緑岩レンガの階段", - "block.create.small_diorite_brick_wall": "小さな閃緑岩レンガの塀", - "block.create.small_diorite_bricks": "小さな閃緑岩レンガ", - "block.create.small_dripstone_brick_slab": "小さな鍾乳石レンガのハーフブロック", - "block.create.small_dripstone_brick_stairs": "小さな鍾乳石レンガの階段", - "block.create.small_dripstone_brick_wall": "小さな鍾乳石レンガの塀", - "block.create.small_dripstone_bricks": "小さな鍾乳石レンガ", - "block.create.small_granite_brick_slab": "小さな花崗岩レンガのハーフブロック", - "block.create.small_granite_brick_stairs": "小さな花崗岩レンガの階段", - "block.create.small_granite_brick_wall": "小さな花崗岩レンガの塀", - "block.create.small_granite_bricks": "小さな花崗岩レンガ", - "block.create.small_limestone_brick_slab": "小さな石灰岩レンガのハーフブロック", - "block.create.small_limestone_brick_stairs": "小さな石灰岩レンガの階段", - "block.create.small_limestone_brick_wall": "小さな石灰岩レンガの塀", - "block.create.small_limestone_bricks": "小さな石灰岩レンガ", - "block.create.small_ochrum_brick_slab": "小さな黄土岩レンガのハーフブロック", - "block.create.small_ochrum_brick_stairs": "小さな黄土岩レンガの階段", - "block.create.small_ochrum_brick_wall": "小さな黄土岩レンガの塀", - "block.create.small_ochrum_bricks": "小さな黄土岩レンガ", - "block.create.small_rose_quartz_tiles": "小さなローズクォーツタイル", - "block.create.small_scorchia_brick_slab": "小さなスコーチアレンガのハーフブロック", - "block.create.small_scorchia_brick_stairs": "小さなスコーチアレンガの階段", - "block.create.small_scorchia_brick_wall": "小さなスコーチアレンガの塀", - "block.create.small_scorchia_bricks": "小さなスコーチアレンガ", - "block.create.small_scoria_brick_slab": "小さなスコリアレンガのハーフブロック", - "block.create.small_scoria_brick_stairs": "小さなスコリアレンガの階段", - "block.create.small_scoria_brick_wall": "小さなスコリアレンガの塀", - "block.create.small_scoria_bricks": "小さなスコリアレンガ", - "block.create.small_tuff_brick_slab": "小さな凝灰岩レンガのハーフブロック", - "block.create.small_tuff_brick_stairs": "小さな凝灰岩レンガの階段", - "block.create.small_tuff_brick_wall": "小さな凝灰岩レンガの塀", - "block.create.small_tuff_bricks": "小さな凝灰岩レンガ", - "block.create.small_veridium_brick_slab": "小さな翡翠岩レンガのハーフブロック", - "block.create.small_veridium_brick_stairs": "小さな翡翠岩レンガの階段", - "block.create.small_veridium_brick_wall": "小さな翡翠岩レンガの塀", - "block.create.small_veridium_bricks": "小さな翡翠岩レンガ", - "block.create.smart_chute": "スマートシュート", - "block.create.smart_fluid_pipe": "スマート液体パイプ", - "block.create.speedometer": "速度メーター", - "block.create.spout": "アイテム注液口", - "block.create.spruce_window": "トウヒの窓", - "block.create.spruce_window_pane": "トウヒの板窓", - "block.create.steam_engine": "蒸気エンジン", - "block.create.steam_whistle": "汽笛", - "block.create.steam_whistle_extension": "延長汽笛", - "block.create.sticker": "スティッカー", - "block.create.sticky_mechanical_piston": "メカニカル粘着ピストン", - "block.create.stockpile_switch": "在庫スイッチ", - "block.create.stressometer": "応力メーター", - "block.create.tiled_glass": "タイルガラス", - "block.create.tiled_glass_pane": "タイルガラス板", - "block.create.track": "鉄道用線路", - "block.create.track_observer": "列車検知装置", - "block.create.track_signal": "鉄道信号機", - "block.create.track_station": "鉄道駅ブロック", - "block.create.train_door": "鉄道用ドア", - "block.create.train_trapdoor": "鉄道用トラップドア", - "block.create.tuff_pillar": "凝灰岩の柱", - "block.create.turntable": "ターンテーブル", - "block.create.veridium": "翡翠岩", - "block.create.veridium_pillar": "翡翠岩の柱", - "block.create.vertical_framed_glass": "縦型ガラス窓", - "block.create.vertical_framed_glass_pane": "縦型ガラス板窓", - "block.create.warped_window": "歪んだ窓", - "block.create.warped_window_pane": "歪んだ板窓", - "block.create.water_wheel": "水車", - "block.create.waxed_copper_shingle_slab": "錆止めされた銅の屋根板のハーフブロック", - "block.create.waxed_copper_shingle_stairs": "錆止めされた銅の屋根板の階段", - "block.create.waxed_copper_shingles": "錆止めされた銅の屋根板", - "block.create.waxed_copper_tile_slab": "錆止めされた銅タイルのハーフブロック", - "block.create.waxed_copper_tile_stairs": "錆止めされた銅タイルの階段", - "block.create.waxed_copper_tiles": "錆止めされた銅タイル", - "block.create.waxed_exposed_copper_shingle_slab": "錆止めされた風化した銅の屋根板のハーフブロック", - "block.create.waxed_exposed_copper_shingle_stairs": "錆止めされた風化した銅の屋根板の階段", - "block.create.waxed_exposed_copper_shingles": "錆止めされた風化した銅の屋根板", - "block.create.waxed_exposed_copper_tile_slab": "錆止めされた風化した銅タイルのハーフブロック", - "block.create.waxed_exposed_copper_tile_stairs": "錆止めされた風化した銅タイルの階段", - "block.create.waxed_exposed_copper_tiles": "錆止めされた風化した銅タイル", - "block.create.waxed_oxidized_copper_shingle_slab": "錆止めされた酸化した銅の屋根板のハーフブロック", - "block.create.waxed_oxidized_copper_shingle_stairs": "錆止めされた酸化した銅の屋根板の階段", - "block.create.waxed_oxidized_copper_shingles": "錆止めされた酸化した銅の屋根板", - "block.create.waxed_oxidized_copper_tile_slab": "錆止めされた酸化した銅タイルのハーフブロック", - "block.create.waxed_oxidized_copper_tile_stairs": "錆止めされた酸化した銅タイルの階段", - "block.create.waxed_oxidized_copper_tiles": "錆止めされた酸化した銅タイル", - "block.create.waxed_weathered_copper_shingle_slab": "錆止めされた錆びた銅の屋根板のハーフブロック", - "block.create.waxed_weathered_copper_shingle_stairs": "錆止めされた錆びた銅の屋根板の階段", - "block.create.waxed_weathered_copper_shingles": "錆止めされた錆びた銅の屋根板", - "block.create.waxed_weathered_copper_tile_slab": "錆止めされた錆びた銅タイルのハーフブロック", - "block.create.waxed_weathered_copper_tile_stairs": "錆止めされた錆びた銅タイルの階段", - "block.create.waxed_weathered_copper_tiles": "錆止めされた錆びた銅タイル", - "block.create.weathered_copper_shingle_slab": "錆びた銅の屋根板のハーフブロック", - "block.create.weathered_copper_shingle_stairs": "錆びた銅の屋根板の階段", - "block.create.weathered_copper_shingles": "錆びた銅の屋根板", - "block.create.weathered_copper_tile_slab": "錆びた銅タイルのハーフブロック", - "block.create.weathered_copper_tile_stairs": "錆びた銅タイルの階段", - "block.create.weathered_copper_tiles": "錆びた銅タイル", - "block.create.weighted_ejector": "重量射出機", - "block.create.white_nixie_tube": "白色のニキシー管", - "block.create.white_sail": "白色の帆", - "block.create.white_seat": "白色のシート", - "block.create.white_toolbox": "白色の工具箱", - "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_toolbox": "黄色の工具箱", - "block.create.yellow_valve_handle": "黄色のバルブハンドル", - "block.create.zinc_block": "亜鉛ブロック", - "block.create.zinc_ore": "亜鉛鉱石", - - "enchantment.create.capacity": "容量増加", - "enchantment.create.potato_recovery": "ポテト回収", - - "entity.create.carriage_contraption": "鉄道からくり", - "entity.create.contraption": "からくり", - "entity.create.crafting_blueprint": "クラフトブループリント", - "entity.create.gantry_contraption": "ガントリーからくり", - "entity.create.potato_projectile": "ポテト弾", - "entity.create.seat": "シート", - "entity.create.stationary_contraption": "付設からくり", - "entity.create.super_glue": "超粘着剤", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "ポーション", - "fluid.create.tea": "建築家のお茶", - - "item.create.andesite_alloy": "安山岩合金", - "item.create.attribute_filter": "属性フィルター", - "item.create.bar_of_chocolate": "チョコレートバー", - "item.create.belt_connector": "メカニカルベルト", - "item.create.blaze_cake": "ブレイズケーキ", - "item.create.blaze_cake_base": "ブレイズケーキの型", - "item.create.brass_hand": "真鍮の手", - "item.create.brass_ingot": "真鍮インゴット", - "item.create.brass_nugget": "真鍮塊", - "item.create.brass_sheet": "真鍮板", - "item.create.builders_tea": "建築家のお茶", - "item.create.chest_minecart_contraption": "チェスト付きからくりトロッコ", - "item.create.chocolate_bucket": "チョコレート入りバケツ", - "item.create.chocolate_glazed_berries": "チョコレートベリー", - "item.create.chromatic_compound": "色彩の化合物", - "item.create.cinder_flour": "ネザーラックの粉", - "item.create.copper_backtank": "銅のバックタンク", - "item.create.copper_backtank_placeable": "設置可能な銅のバックタンク", - "item.create.copper_nugget": "銅塊", - "item.create.copper_sheet": "銅板", - "item.create.crafter_slot_cover": "クラフタースロットカバー", - "item.create.crafting_blueprint": "クラフトブループリント", - "item.create.creative_blaze_cake": "クリエイティブブレイズケーキ", - "item.create.crushed_aluminum_ore": "砕いたアルミニウム鉱石", - "item.create.crushed_copper_ore": "砕いた銅鉱石", - "item.create.crushed_gold_ore": "砕いた金鉱石", - "item.create.crushed_iron_ore": "砕いた鉄鉱石", - "item.create.crushed_lead_ore": "砕いた鉛鉱石", - "item.create.crushed_nickel_ore": "砕いたニッケル鉱石", - "item.create.crushed_osmium_ore": "砕いたオスミウム鉱石", - "item.create.crushed_platinum_ore": "砕いたプラチナ鉱石", - "item.create.crushed_quicksilver_ore": "砕いた水銀鉱石", - "item.create.crushed_silver_ore": "砕いた銀鉱石", - "item.create.crushed_tin_ore": "砕いた錫鉱石", - "item.create.crushed_uranium_ore": "砕いたウラン鉱石", - "item.create.crushed_zinc_ore": "砕いた亜鉛鉱石", - "item.create.diving_boots": "潜水ブーツ", - "item.create.diving_helmet": "潜水ヘルメット", - "item.create.dough": "生地", - "item.create.electron_tube": "電子管", - "item.create.empty_blaze_burner": "空のブレイズバーナー", - "item.create.empty_schematic": "空の概略図", - "item.create.experience_nugget": "経験値の塊", - "item.create.extendo_grip": "マジックハンド", - "item.create.filter": "フィルター", - "item.create.furnace_minecart_contraption": "かまど付きからくりトロッコ", - "item.create.goggles": "エンジニアのゴーグル", - "item.create.golden_sheet": "金板", - "item.create.handheld_worldshaper": "携帯型ワールドシェーパー", - "item.create.honey_bucket": "ハチミツ入りバケツ", - "item.create.honeyed_apple": "リンゴのハチミツかけ", - "item.create.incomplete_precision_mechanism": "組み立て中の精密機構", - "item.create.incomplete_track": "組み立て中の鉄道用線路", - "item.create.iron_sheet": "鉄板", - "item.create.linked_controller": "リンクコントローラー", - "item.create.minecart_contraption": "からくりトロッコ", - "item.create.minecart_coupling": "トロッコ連結器", - "item.create.polished_rose_quartz": "磨かれたローズクォーツ", - "item.create.potato_cannon": "ポテトキャノン", - "item.create.powdered_obsidian": "黒曜石の粉", - "item.create.precision_mechanism": "精密機構", - "item.create.propeller": "プロペラ", - "item.create.raw_zinc": "亜鉛の原石", - "item.create.red_sand_paper": "赤い紙やすり", - "item.create.refined_radiance": "高貴な光輝", - "item.create.rose_quartz": "ローズクォーツ", - "item.create.sand_paper": "紙やすり", - "item.create.schedule": "鉄道時刻表", - "item.create.schematic": "概略図", - "item.create.schematic_and_quill": "概略図と羽根ペン", - "item.create.shadow_steel": "シャドウスチール", - "item.create.sturdy_sheet": "頑丈な板", - "item.create.super_glue": "超粘着剤", - "item.create.sweet_roll": "スイートロール", - "item.create.tree_fertilizer": "樹木の肥料", - "item.create.unprocessed_obsidian_sheet": "未処理の黒曜石板", - "item.create.vertical_gearbox": "垂直ギアボックス", - "item.create.wand_of_symmetry": "対称の杖", - "item.create.wheat_flour": "小麦粉", - "item.create.whisk": "泡立て器", - "item.create.wrench": "レンチ", - "item.create.zinc_ingot": "亜鉛インゴット", - "item.create.zinc_nugget": "亜鉛塊", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Createへようこそ", - "advancement.create.root.desc": "素晴らしいからくり仕掛け作りの時間だ!", - "advancement.create.andesite_alloy": "頑丈な岩", - "advancement.create.andesite_alloy.desc": "Createで最も重要な素材、安山岩合金を手に入れる。", - "advancement.create.andesite_casing": "安山岩の時代", - "advancement.create.andesite_casing.desc": "安山岩合金を樹皮を剥いだ原木に使って、基本の機械のケーシングを作る", - "advancement.create.mechanical_press": "ドン!", - "advancement.create.mechanical_press.desc": "メカニカルプレスで板を作る", - "advancement.create.encased_fan": "風のタクト", - "advancement.create.encased_fan.desc": "ケース入りファンを設置して稼働させる", - "advancement.create.fan_processing": "パーティクル加工", - "advancement.create.fan_processing.desc": "ケース入りファンを使って素材を加工する", - "advancement.create.saw_processing": "工房で最も恐ろしい", - "advancement.create.saw_processing.desc": "メカニカルソーを上向きに置いて素材を加工する", - "advancement.create.compacting": "小型化", - "advancement.create.compacting.desc": "メカニカルプレスと鉢でより少ないアイテムからよりたくさんのアイテムを作る", - "advancement.create.belt": "ベルトコンブア", - "advancement.create.belt.desc": "2つのシャフトをメカニカルベルトで繋ぐ", - "advancement.create.funnel": "空港の美学", - "advancement.create.funnel.desc": "ファンネルで収納ブロックからアイテムを入出力する", - "advancement.create.chute": "垂直輸送", - "advancement.create.chute.desc": "メカニカルベルトの垂直バージョン、シュートを設置する", - "advancement.create.mechanical_mixer": "めちゃくちゃにしてやる", - "advancement.create.mechanical_mixer.desc": "材料をメカニカルミキサーで混ぜる", - "advancement.create.burner": "生きてる暖炉", - "advancement.create.burner.desc": "ブレイズバーナーを入手する", - "advancement.create.water_wheel": "水力を使おう", - "advancement.create.water_wheel.desc": "水車を置いて、回転させる", - "advancement.create.windmill": "そよ風", - "advancement.create.windmill.desc": "風車を組み立てて、回転させる", - "advancement.create.shifting_gears": "ギアシフト", - "advancement.create.shifting_gears.desc": "大きい歯車と小さい歯車を噛み合わせれば、回転速度を変えられる", - "advancement.create.millstone": "身を粉にして働く", - "advancement.create.millstone.desc": "石臼を置いて、素材をすり潰す", - "advancement.create.super_glue": "領域展開", - "advancement.create.super_glue.desc": "複数のブロックをまとめて接着する", - "advancement.create.contraption_actors": "動きの使い方", - "advancement.create.contraption_actors.desc": "ドリルか、ソー、ハーベスターのいずれかがついたからくりを作る", - "advancement.create.portable_storage_interface": "ドライブスルー", - "advancement.create.portable_storage_interface.desc": "ポータブルストレージインターフェースでからくりからアイテムを搬出入する", - "advancement.create.wrench_goggles": "装備一式", - "advancement.create.wrench_goggles.desc": "エンジニアのゴーグルとレンチを装備する", - "advancement.create.stressometer": "必要な応力は?", - "advancement.create.stressometer.desc": "エンジニアのゴーグルを通して、動作中の応力メーターから正確な値を読み取る", - "advancement.create.cuckoo_clock": "今何時?", - "advancement.create.cuckoo_clock.desc": "鳩時計が就寝の時間を告げるのを目撃する", - "advancement.create.windmill_maxed": "雄風", - "advancement.create.windmill_maxed.desc": "最強の風車を組み立てる", - "advancement.create.ejector_maxed": "飛び込みチャンピオン", - "advancement.create.ejector_maxed.desc": "重量射出機で30ブロック以上飛ぶ", - "advancement.create.pulley_maxed": "ロープは続くよどこまでも", - "advancement.create.pulley_maxed.desc": "ローププーリーを200ブロック以上伸ばす", - "advancement.create.cart_pickup": "力ずく", - "advancement.create.cart_pickup.desc": "200ブロック以上が取り付けられたからくりトロッコを回収する", - "advancement.create.anvil_plough": "鍛冶屋の大砲", - "advancement.create.anvil_plough.desc": "メカニカルプラウで金床を打ち出す", - "advancement.create.lava_wheel_00000": "マグマ車", - "advancement.create.lava_wheel_00000.desc": "こんなの動くべきじゃない§7\n(隠し進捗)", - "advancement.create.hand_crank_000": "トレーニングの時間", - "advancement.create.hand_crank_000.desc": "疲れ果て、完全に空腹になるまでハンドクランクを回す§7\n(隠し進捗)", - "advancement.create.belt_funnel_kiss": "コウノトリの羽ばたき", - "advancement.create.belt_funnel_kiss.desc": "2つのベルトに載せたファンネルにキスをさせる", - "advancement.create.stressometer_maxed": "無駄のない動き", - "advancement.create.stressometer_maxed.desc": "応力メーターがちょうど100%を指すのを読み取る§7\n(隠し進捗)", - "advancement.create.copper": "もっと頑丈な岩", - "advancement.create.copper.desc": "液体を取り扱うために、銅のインゴットを貯めておく", - "advancement.create.copper_casing": "銅の時代", - "advancement.create.copper_casing.desc": "銅のインゴットを樹皮を剥いだ原木に使って防水の機械のケーシングを作る", - "advancement.create.spout": "ぱしゃぱしゃ", - "advancement.create.spout.desc": "アイテム注液口が液体を充填している様子を見る", - "advancement.create.drain": "回転式排液機", - "advancement.create.drain.desc": "液体が入ったアイテムがアイテム排液口によって空になる様子を見る", - "advancement.create.steam_engine": "発電所", - "advancement.create.steam_engine.desc": "蒸気エンジンでトルクを生み出す", - "advancement.create.steam_whistle": "天使の歌声", - "advancement.create.steam_whistle.desc": "汽笛を稼働させる", - "advancement.create.backtank": "圧力、お持ち帰りで!", - "advancement.create.backtank.desc": "銅のバックタンクを作り、圧縮空気を溜める", - "advancement.create.diving_suit": "深海に出発だ!", - "advancement.create.diving_suit.desc": "銅のバックタンクと潜水ヘルメットを装備し、水に飛び込む", - "advancement.create.mechanical_pump_0": "圧をかける", - "advancement.create.mechanical_pump_0.desc": "メカニカルポンプを設置して、稼働させる", - "advancement.create.glass_pipe": "フロウ・スパイ", - "advancement.create.glass_pipe.desc": "液体が入ったプにレンチを使う", - "advancement.create.water_supply": "水たまり収集機", - "advancement.create.water_supply.desc": "液体パイプかメカニカルポンプの端から、水を吸い込む", - "advancement.create.hose_pulley": "工業排水", - "advancement.create.hose_pulley.desc": "ホースプーリーを下げて、液体の放出や吸引を見る", - "advancement.create.chocolate_bucket": "空想世界", - "advancement.create.chocolate_bucket.desc": "溶けたチョコレート入りバケツを手に入れる", - "advancement.create.honey_drain": "自動養蜂", - "advancement.create.honey_drain.desc": "パイプで養蜂箱やハチの巣からハチミツを吸う", - "advancement.create.hose_pulley_lava": "地球の蛇口", - "advancement.create.hose_pulley_lava.desc": "無限と言えるほどに広い溶岩湖から溶岩を汲み上げる", - "advancement.create.steam_engine_maxed": "全速前進だ!", - "advancement.create.steam_engine_maxed.desc": "ボイラーを最大レベルで稼働させる", - "advancement.create.foods": "バランスのとれたおやつ", - "advancement.create.foods.desc": "チョコレートベリー、リンゴのハチミツかけ、スイートロールを全て同じ注液口で作る", - "advancement.create.diving_suit_lava": "ストライダーと泳ごう", - "advancement.create.diving_suit_lava.desc": "潜水具を着てマグマダイブしてみる§7\n(隠し進捗)", - "advancement.create.chained_drain": "うまく回ってます", - "advancement.create.chained_drain.desc": "並んだアイテム排液口の上をアイテムが通るのを見る§7\n(隠し進捗)", - "advancement.create.cross_streams": "液体を交差させるな!", - "advancement.create.cross_streams.desc": "液体ネットワークの中で2種類の液体が出会う様子を見る§7\n(隠し進捗)", - "advancement.create.pipe_organ": "パイプオルガン", - "advancement.create.pipe_organ.desc": "音程の違う12個の汽笛を1つの液体タンクに設置する§7\n(隠し進捗)", - "advancement.create.brass": "本物の合金", - "advancement.create.brass.desc": "ブレイズで加熱したメカニカルミキサーで銅と亜鉛のインゴットを合金にして真鍮を作る", - "advancement.create.brass_casing": "真鍮の時代", - "advancement.create.brass_casing.desc": "真鍮のインゴットを樹皮を剥いだ原木に使って、高度な機械のケーシングを作る。", - "advancement.create.rose_quartz": "ピンク色のダイヤモンド", - "advancement.create.rose_quartz.desc": "ローズクォーツを磨く", - "advancement.create.deployer": "人工知能", - "advancement.create.deployer.desc": "自分の手と全く同じ動きをするデプロイヤーを設置して、稼働させる", - "advancement.create.precision_mechanism": "手間暇かけた骨董品", - "advancement.create.precision_mechanism.desc": "精密機構を組み立てる", - "advancement.create.speed_controller": "もう全部あいつ1人でいいんじゃないかな", - "advancement.create.speed_controller.desc": "回転速度コントローラーでからくりを微調整する", - "advancement.create.mechanical_arm": "手が離せない!", - "advancement.create.mechanical_arm.desc": "メカニカルアームがはじめてアイテムを運ぶ様子を見る", - "advancement.create.mechanical_crafter": "自動組み立て", - "advancement.create.mechanical_crafter.desc": "メカニカルクラフターをいくつか置き、動力を供給する", - "advancement.create.crushing_wheel": "巨大な一対", - "advancement.create.crushing_wheel.desc": "一組の破砕ホイールを設置して稼働させる", - "advancement.create.haunted_bell": "シャドーセンス", - "advancement.create.haunted_bell.desc": "憑りつかれた鐘を鳴らす", - "advancement.create.clockwork_bearing": "時計仕掛け", - "advancement.create.clockwork_bearing.desc": "時計仕掛けのベアリングでからくりを組み立てる", - "advancement.create.display_link": "ビッグデータ", - "advancement.create.display_link.desc": "ディスプレイリンクで情報を視覚化する", - "advancement.create.potato_cannon": "バキューン!", - "advancement.create.potato_cannon.desc": "ポテトキャノンで敵を倒す", - "advancement.create.extendo_grip": "ビヨヨーン!", - "advancement.create.extendo_grip.desc": "マジックハンドを手に入れる", - "advancement.create.linked_controller": "遠隔操作", - "advancement.create.linked_controller.desc": "リンクコントローラーから送信した信号をレッドストーンリンクに受信させる", - "advancement.create.arm_blaze_burner": "燃料補給マシーン", - "advancement.create.arm_blaze_burner.desc": "メカニカルアームにブレイズバーナーの燃料補給をさせる", - "advancement.create.crusher_maxed_0000": "破砕の勢い", - "advancement.create.crusher_maxed_0000.desc": "破砕ホイールを最大速度で稼働させる", - "advancement.create.arm_many_targets": "整理整頓マシーン", - "advancement.create.arm_many_targets.desc": "メカニカルアームに10ヶ所以上、搬出先を設定する", - "advancement.create.potato_cannon_collide": "野菜花火", - "advancement.create.potato_cannon_collide.desc": "違う種類のポテトキャノンの弾同士をぶつける", - "advancement.create.self_deploying": "自動運転トロッコ", - "advancement.create.self_deploying.desc": "自分の前に線路を置くからくりトロッコを作る", - "advancement.create.fist_bump": "グータッチだ、兄弟!", - "advancement.create.fist_bump.desc": "2つのデプロイヤーにグータッチさせる§7\n(隠し進捗)", - "advancement.create.crafter_lazy_000": "苦肉の策", - "advancement.create.crafter_lazy_000.desc": "メカニカルクラフターを極端に遅く稼働させ、インフラ整備を先延ばしにする§7\n(隠し進捗)", - "advancement.create.extendo_grip_dual": "脱法リーチ", - "advancement.create.extendo_grip_dual.desc": "マジックハンドの二刀流で超人的なリーチを手に入れる§7\n(隠し進捗)", - "advancement.create.musical_arm": "DJ メカニコ", - "advancement.create.musical_arm.desc": "メカニカルアームがジュークボックスを使う様子を見る§7\n(隠し進捗)", - "advancement.create.sturdy_sheet": "もっとも頑丈な岩", - "advancement.create.sturdy_sheet.desc": "黒曜石の粉を精製して頑丈な板を組み立てる", - "advancement.create.train_casing_00": "大交通時代", - "advancement.create.train_casing_00.desc": "頑丈な板をつかって鉄道用のケーシングを作る", - "advancement.create.train": "出発進行!", - "advancement.create.train.desc": "最初の列車を作る", - "advancement.create.conductor": "人材育成", - "advancement.create.conductor.desc": "鉄道時刻表で運転手に指示する", - "advancement.create.track_signal": "運行管理", - "advancement.create.track_signal.desc": "鉄道信号機を設置する", - "advancement.create.display_board_0": "ダイナミックな時刻表", - "advancement.create.display_board_0.desc": " ディスプレイリンクを使って、ディスプレイボードに列車の到着時間を表示させる", - "advancement.create.track_0": "新型ゲージ", - "advancement.create.track_0.desc": "鉄道用線路を手に入れる", - "advancement.create.train_whistle": "ポッポー!", - "advancement.create.train_whistle.desc": "汽笛を列車に組み込み、運転中に鳴らす", - "advancement.create.train_portal": "異次元通勤", - "advancement.create.train_portal.desc": "ネザーポータルを列車で通過する", - "advancement.create.track_crafting_factory": "線路工場", - "advancement.create.track_crafting_factory.desc": "同じメカニカルプレスで1000個以上の鉄道用線路を作る", - "advancement.create.long_bend": "超しなやか", - "advancement.create.long_bend.desc": "30ブロック以上の長さに曲がった線路を作る", - "advancement.create.long_train": "意欲的な取り組み", - "advancement.create.long_train.desc": "6両以上の編成で列車を作る", - "advancement.create.long_travel": "修学旅行", - "advancement.create.long_travel.desc": "列車で5000ブロック以上移動し、シートから降りる", - "advancement.create.train_roadkill": "轢き殺し", - "advancement.create.train_roadkill.desc": "列車で敵を轢く§7\n(隠し進捗)", - "advancement.create.red_signal": "運転の達人", - "advancement.create.red_signal.desc": "赤信号を無視する§7\n(隠し進捗)", - "advancement.create.train_crash": "ひどいおもてなし", - "advancement.create.train_crash.desc": "乗客として列車事故に遭遇する§7\n(隠し進捗)", - "advancement.create.train_crash_backwards": "盲点", - "advancement.create.train_crash_backwards.desc": "後ろ向きに走っている途中に他の列車と追突する§7\n(隠し進捗)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "UNLOCALIZED: Create", - "itemGroup.create.palettes": "Create's 建築ブロック", - - "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.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は改造された鳩時計に爆破された", - "death.attack.create.run_over": "%1$sは%2$sに轢き殺された", - - "create.block.deployer.damage_source_name": "悪いデプロイヤー", - "create.block.cart_assembler.invalid": "トロッコアセンブラはレールの上にのみ設置できます", - - "create.menu.return": "メニューに戻る", - "create.menu.configure": "設定...", - "create.menu.ponder_index": "思案目次", - "create.menu.only_ingame": "一時停止メニューで利用可能", - "create.menu.report_bugs": "バグ報告", - "create.menu.support": "私たちを応援する", - - "create.recipe.crushing": "粉砕", - "create.recipe.milling": "製粉", - "create.recipe.fan_washing": "一括洗浄", - "create.recipe.fan_washing.fan": "水の奥のケース入りファン", - "create.recipe.fan_smoking": "一括燻製", - "create.recipe.fan_smoking.fan": "炎の奥のケース入りファン", - "create.recipe.fan_haunting": "一括憑霊", - "create.recipe.fan_haunting.fan": "魂の炎の奥のケース入りファン", - "create.recipe.fan_blasting": "一括精錬", - "create.recipe.fan_blasting.fan": "溶岩の奥のケース入りファン", - "create.recipe.pressing": "プレス", - "create.recipe.mixing": "混合", - "create.recipe.deploying": "使用", - "create.recipe.automatic_shapeless": "自動不定形クラフト", - "create.recipe.automatic_brewing": "自動醸造", - "create.recipe.packing": "圧縮", - "create.recipe.automatic_packing": "自動圧縮クラフト", - "create.recipe.sawing": "製材", - "create.recipe.mechanical_crafting": "メカニカルクラフト", - "create.recipe.automatic_shaped": "自動定形クラフト", - "create.recipe.block_cutting": "自動石切", - "create.recipe.wood_cutting": "自動製材", - "create.recipe.sandpaper_polishing": "紙やすりによる研磨", - "create.recipe.mystery_conversion": "不思議な変転", - "create.recipe.spout_filling": "アイテムへの注液", - "create.recipe.draining": "アイテムからの排液", - "create.recipe.item_application": "手動によるアイテム使用", - "create.recipe.item_application.any_axe": "任意の斧", - "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": "プレスする", - "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.deploying.not_consumed": "消費されない", - "create.recipe.heat_requirement.none": "加熱不要", - "create.recipe.heat_requirement.heated": "加熱が必要", - "create.recipe.heat_requirement.superheated": "極度の加熱が必要", - - "create.generic.range": "範囲", - "create.generic.radius": "半径", - "create.generic.width": "幅", - "create.generic.height": "高さ", - "create.generic.length": "長さ", - "create.generic.speed": "回転速度", - "create.generic.delay": "遅延", - "create.generic.duration": "時間", - "create.generic.timeUnit": "単位", - "create.generic.unit.ticks": "ティック", - "create.generic.unit.seconds": "秒", - "create.generic.unit.minutes": "分", - "create.generic.daytime.hour": "時間", - "create.generic.daytime.minute": "分", - "create.generic.daytime.second": "秒", - "create.generic.daytime.pm": "午後", - "create.generic.daytime.am": "午前", - "create.generic.unit.rpm": "UNLOCALIZED: RPM", - "create.generic.unit.stress": "UNLOCALIZED: su", - "create.generic.unit.degrees": "度", - "create.generic.unit.millibuckets": "UNLOCALIZED: mB", - "create.generic.unit.buckets": "UNLOCALIZED: B", - "create.generic.clockwise": "時計回り", - "create.generic.counter_clockwise": "反時計回り", - "create.generic.in_quotes": "「%1$s」", - "create.generic.pitch": "音程: %1$s", - "create.generic.notes": "UNLOCALIZED: F#;F;E;D#;D;C#;C;B;A#;A;G#;G", - - "create.action.scroll": "スクロール", - "create.action.confirm": "確認", - "create.action.abort": "中止", - "create.action.saveToFile": "保存", - "create.action.discard": "捨てる", - - "create.keyinfo.toolmenu": "ツールメニューをフォーカスする", - "create.keyinfo.toolbelt": "近くの工具箱にアクセス", - "create.keyinfo.scrollup": "マウスホイールアップをシミュレート(この世界で)", - "create.keyinfo.scrolldown": "マウスホイールダウンをシミュレーション(この世界で)", - - "create.gui.scrollInput.defaultTitle": "オプションを選択:", - "create.gui.scrollInput.scrollToModify": "スクロールして変更", - "create.gui.scrollInput.scrollToAdjustAmount": "スクロールして調整", - "create.gui.scrollInput.scrollToSelect": "スクロールして選択", - "create.gui.scrollInput.shiftScrollsFaster": "シフトを押してスクロールを加速", - "create.gui.toolmenu.focusKey": "[%1$s] 長押しでフォーカスする", - "create.gui.toolmenu.cycle": "[スクロール] で循環", - - "create.toolbox.unequip": "装備解除: %1$s", - "create.toolbox.outOfRange": "範囲内に工具箱がありません", - "create.toolbox.detach": "アイテムの追跡をやめて所持する", - "create.toolbox.depositAll": "近くの工具箱にアイテムを戻す", - "create.toolbox.depositBox": "工具箱にアイテムを戻す", - - "create.gui.symmetryWand.mirrorType": "ミラーの種類", - "create.gui.symmetryWand.orientation": "方向", - - "create.symmetry.mirror.plane": "線対称", - "create.symmetry.mirror.doublePlane": "長方形", - "create.symmetry.mirror.triplePlane": "八角形", - - "create.orientation.orthogonal": "直交", - "create.orientation.diagonal": "対角線", - "create.orientation.horizontal": "横型", - "create.orientation.alongZ": "Z軸に沿る", - "create.orientation.alongX": "X軸に沿る", - - "create.gui.terrainzapper.title": "携帯型ブロックザッパー", - "create.gui.terrainzapper.searchDiagonal": "対角線にフォロー", - "create.gui.terrainzapper.searchFuzzy": "素材の境界を無視", - "create.gui.terrainzapper.patternSection": "模様", - "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": "添える", - "create.gui.terrainzapper.placement.inserted": "挿入", - "create.gui.terrainzapper.brush": "ブラシ", - "create.gui.terrainzapper.brush.cuboid": "直方体", - "create.gui.terrainzapper.brush.sphere": "球体", - "create.gui.terrainzapper.brush.cylinder": "円筒", - "create.gui.terrainzapper.brush.surface": "表面", - "create.gui.terrainzapper.brush.cluster": "鉱石", - "create.gui.terrainzapper.tool": "ツール", - "create.gui.terrainzapper.tool.fill": "埋立", - "create.gui.terrainzapper.tool.place": "設置", - "create.gui.terrainzapper.tool.replace": "置換", - "create.gui.terrainzapper.tool.clear": "削除", - "create.gui.terrainzapper.tool.overlay": "被せる", - "create.gui.terrainzapper.tool.flatten": "なだらかに", - - "create.terrainzapper.shiftRightClickToSet": "シフト-右クリックで形状を選択", - "create.terrainzapper.usingBlock": "使用中: %1$s", - "create.terrainzapper.leftClickToSet": "ブロックをスニークせず右クリックでブロックを選択", - - "create.minecart_coupling.two_couplings_max": "トロッコを2つ以上連結させることはできません", - "create.minecart_coupling.unloaded": "列車の一部があるチャンクがロードされていません", - "create.minecart_coupling.no_loops": "ループ状に連結させることはできません", - "create.minecart_coupling.removed": "トロッコの連結をすべて解除しました", - "create.minecart_coupling.too_far": "トロッコ同士が離れすぎています", - - "create.contraptions.movement_mode": "移動モード", - "create.contraptions.movement_mode.move_place": "停止時に常に設置", - "create.contraptions.movement_mode.move_place_returned": "開始位置のみに設置", - "create.contraptions.movement_mode.move_never_place": "アンカーが破壊されたときにのみ設置", - "create.contraptions.movement_mode.rotate_place": "停止時に常に設置", - "create.contraptions.movement_mode.rotate_place_returned": "初期角度付近のみ設置", - "create.contraptions.movement_mode.rotate_never_place": "アンカーが破壊されたときにのみ設置", - "create.contraptions.cart_movement_mode": "トロッコ移動モード", - "create.contraptions.cart_movement_mode.rotate": "常に動いている方向を向く", - "create.contraptions.cart_movement_mode.rotate_paused": "回転中に機械を一時停止する", - "create.contraptions.cart_movement_mode.rotation_locked": "常に向きを固定する", - "create.contraptions.windmill.rotation_direction": "回転方向", - "create.contraptions.clockwork.clock_hands": "時計の針", - "create.contraptions.clockwork.hour_first": "時針を最初に", - "create.contraptions.clockwork.minute_first": "分針を最初に", - "create.contraptions.clockwork.hour_first_24": "24時針を最初に", - - "create.logistics.filter": "フィルター", - "create.logistics.recipe_filter": "レシピフィルター", - "create.logistics.fluid_filter": "液体フィルター", - "create.logistics.firstFrequency": "一次周波数", - "create.logistics.secondFrequency": "二次周波数", - "create.logistics.filter.apply": "フィルターを%1$sに適用しました。", - "create.logistics.filter.apply_click_again": "フィルターを%1$sに適用しました。再度クリックすると数量をコピーします", - "create.logistics.filter.apply_count": "搬出入数をフィルターに適用しました。", - - "create.gui.goggles.generator_stats": "原動機の統計:", - "create.gui.goggles.kinetic_stats": "動力の統計:", - "create.gui.goggles.at_current_speed": "現在の回転速度で", - "create.gui.goggles.pole_length": "ポールの長さ:", - "create.gui.goggles.fluid_container": "液体コンテナの情報:", - "create.gui.goggles.fluid_container.capacity": "容量: ", - "create.gui.assembly.exception": "このからくりは組み立てることができません。:", - "create.gui.assembly.exception.unmovableBlock": "移動できないブロック(%4$s)、[%1$s %2$s %3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "[%1$s %2$s %3$s] のブロックがロードされているチャンクにありません。", - "create.gui.assembly.exception.structureTooLarge": "からくりに含まれるブロックが多すぎます。\n最大値: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "このピストンに取り付けられているピストン延長ポールが多すぎます。\n最大値: %1$s", - "create.gui.assembly.exception.noPistonPoles": "ピストンにピストン延長ポールがありません。", - "create.gui.assembly.exception.not_enough_sails": "このからくりは帆ブロックが足りていません。: %1$s\nが最低でも%2$s個必要です。", - "create.gui.gauge.info_header": "メーターの情報:", - "create.gui.speedometer.title": "回転速度", - "create.gui.stressometer.title": "ネットワークの応力", - "create.gui.stressometer.capacity": "残りの許容応力", - "create.gui.stressometer.overstressed": "応力超過", - "create.gui.stressometer.no_rotation": "回転なし", - "create.gui.contraptions.not_fast_enough": "この %1$s は_十分速く回転していない_ようです。", - "create.gui.contraptions.network_overstressed": "この機構は_応力超過_のようです。さらに原動機を追加するか、_応力_への影響が大きい機械の回転速度を_下げて_ください。", - "create.gui.adjustable_crate.title": "可変クレート", - "create.gui.adjustable_crate.storageSpace": "収納スペース", - "create.gui.stockpile_switch.title": "在庫スイッチ", - "create.gui.stockpile_switch.invert_signal": "信号を反転", - "create.gui.stockpile_switch.move_to_lower_at": "動作の下限は%1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "動作の上限は%1$s%%", - "create.gui.sequenced_gearshift.title": "シーケンスギアシフト", - "create.gui.sequenced_gearshift.instruction": "命令", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "回す角度", - "create.gui.sequenced_gearshift.instruction.turn_angle": "回転", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "角度分だけ回す", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "ピストン/プーリー/ガントリーを回す", - "create.gui.sequenced_gearshift.instruction.turn_distance": "ピストン", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "距離", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "一定時間待つ", - "create.gui.sequenced_gearshift.instruction.delay": "遅延", - "create.gui.sequenced_gearshift.instruction.delay.duration": "待機時間", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "終了", - "create.gui.sequenced_gearshift.instruction.end": "終了", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "レッドストーンパルスを待つ", - "create.gui.sequenced_gearshift.instruction.await": "待機", - "create.gui.sequenced_gearshift.speed": "回転速度, 方向", - "create.gui.sequenced_gearshift.speed.forward": "入力速度, 正転", - "create.gui.sequenced_gearshift.speed.forward_fast": "倍速, 正転", - "create.gui.sequenced_gearshift.speed.back": "入力速度, 反転", - "create.gui.sequenced_gearshift.speed.back_fast": "倍速, 反転", - - "create.schematicAndQuill.dimensions": "概略図サイズ: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "最初の位置セット", - "create.schematicAndQuill.secondPos": "2番目の位置セット", - "create.schematicAndQuill.noTarget": "[Ctrl] を押したままで空気ブロックを選択します", - "create.schematicAndQuill.abort": "選択を削除しました", - "create.schematicAndQuill.title": "概略図名:", - "create.schematicAndQuill.convert": "保存してすぐに適用", - "create.schematicAndQuill.fallbackName": "UNLOCALIZED: My Schematic", - "create.schematicAndQuill.saved": "%1$s として保存しました", - - "create.schematic.invalid": "[!] 無効なアイテム-代わりに概略図台を使ってください", - "create.schematic.position": "位置", - "create.schematic.rotation": "回転", - "create.schematic.rotation.none": "無し", - "create.schematic.rotation.cw90": "時計回りに90", - "create.schematic.rotation.cw180": "時計回りに180", - "create.schematic.rotation.cw270": "時計回りに270", - "create.schematic.mirror": "ミラー", - "create.schematic.mirror.none": "無し", - "create.schematic.mirror.frontBack": "正面-背面", - "create.schematic.mirror.leftRight": "左-右", - "create.schematic.tool.deploy": "配置する", - "create.schematic.tool.move": "XZを移動", - "create.schematic.tool.movey": "Yを移動", - "create.schematic.tool.rotate": "回転", - "create.schematic.tool.print": "印刷", - "create.schematic.tool.flip": "裏返し", - "create.schematic.tool.deploy.description.0": "概略図を特定の場所に移動します", - "create.schematic.tool.deploy.description.1": "地面を右クリックして配置します", - "create.schematic.tool.deploy.description.2": "[Ctrl] を押したまま、一定の距離で選択します", - "create.schematic.tool.deploy.description.3": "[Ctrl]-スクロールして距離を変更します", - "create.schematic.tool.move.description.0": "概略図を水平に動かします", - "create.schematic.tool.move.description.1": "概略図を向け、 [Ctrl]-スクロールして押し出します", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "概略図を垂直に動かします", - "create.schematic.tool.movey.description.1": "[Ctrl]-スクロールして上下に移動します", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "概略図を中心に回転させます", - "create.schematic.tool.rotate.description.1": "[Ctrl]-スクロールして90度回転します", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "構造物を即座にワールドに配置します", - "create.schematic.tool.print.description.1": "[右クリック] して、現在の場所への配置を確認します", - "create.schematic.tool.print.description.2": "このツールはクリエイティブモード専用です", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "選択した面に沿って概略図を反転します", - "create.schematic.tool.flip.description.1": "概略図をポイントし、 [Ctrl]-スクロールして反転します", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "同期しています...", - "create.schematics.uploadTooLarge": "概略図が大きすぎます", - "create.schematics.maxAllowedSize": "最大許容概略図ファイルサイズ: ", - - "create.gui.schematicTable.refresh": "ファイルを更新する", - "create.gui.schematicTable.open_folder": "フォルダを開く", - "create.gui.schematicTable.title": "概略図台", - "create.gui.schematicTable.availableSchematics": "利用可能な概略図", - "create.gui.schematicTable.noSchematics": "保存された概略図はありません", - "create.gui.schematicTable.uploading": "アップロードしています...", - "create.gui.schematicTable.finished": "アップロードが完了しました!", - "create.gui.schematicannon.title": "概略図砲", - "create.gui.schematicannon.listPrinter": "材料リスト印刷機", - "create.gui.schematicannon.gunpowderLevel": "火薬残量: %1$s%%", - "create.gui.schematicannon.shotsRemaining": "残りショット数: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "予備: %1$s", - "create.gui.schematicannon.optionEnabled": "現在 有効", - "create.gui.schematicannon.optionDisabled": "現在 無効", - "create.gui.schematicannon.showOptions": "プリンターの設定を表示する", - "create.gui.schematicannon.option.dontReplaceSolid": "固体ブロックを置き換えない", - "create.gui.schematicannon.option.replaceWithSolid": "固体ブロックを固体ブロックに置き換える", - "create.gui.schematicannon.option.replaceWithAny": "固体ブロックを任意のブロックに置き換える", - "create.gui.schematicannon.option.replaceWithEmpty": "固体ブロックを空気に置き換える", - "create.gui.schematicannon.option.skipMissing": "不足しているブロックをスキップ", - "create.gui.schematicannon.option.skipTileEntities": "タイルエンティティを保護する", - "create.gui.schematicannon.slot.gunpowder": "火薬を燃料として概略図砲に入れてください。", - "create.gui.schematicannon.slot.listPrinter": "本をここに入れると概略図の材料チェックリストを印刷します。", - "create.gui.schematicannon.slot.schematic": "概略図をここに入れてください。特定の場所に配置されていることを確認してください。", - "create.gui.schematicannon.option.skipMissing.description": "配置に必要なブロックを見つけられない場合、次の場所に進みます。", - "create.gui.schematicannon.option.skipTileEntities.description": "チェストなどのデータ保持ブロックの置き換えによる消滅を回避します。", - "create.gui.schematicannon.option.dontReplaceSolid.description": "その作業範囲の固体ブロックを置き換えることはなく、非固体ブロックと空気のみを置き換えます。", - "create.gui.schematicannon.option.replaceWithSolid.description": "固体ブロックを設置する場合にのみ、その位置の固体ブロックを置き換えます。", - "create.gui.schematicannon.option.replaceWithAny.description": "任意のブロックを設置する場合に、その位置の固体ブロックを置き換えます。", - "create.gui.schematicannon.option.replaceWithEmpty.description": "空気を含め、あらゆるブロックを設置する場合に作業範囲のあらゆるブロックを一掃します。", - - "create.schematicannon.status.idle": "停止中", - "create.schematicannon.status.ready": "準備完了", - "create.schematicannon.status.running": "稼働中", - "create.schematicannon.status.finished": "完了", - "create.schematicannon.status.paused": "一時停止中", - "create.schematicannon.status.stopped": "停止", - "create.schematicannon.status.noGunpowder": "火薬不足", - "create.schematicannon.status.targetNotLoaded": "ブロックが読み込まれていません", - "create.schematicannon.status.targetOutsideRange": "対象が遠すぎます", - "create.schematicannon.status.searching": "検索中", - "create.schematicannon.status.skipping": "スキップ", - "create.schematicannon.status.missingBlock": "不明なブロック:", - "create.schematicannon.status.placing": "配置中", - "create.schematicannon.status.clearing": "ブロックをクリア中", - "create.schematicannon.status.schematicInvalid": "概略図が無効です", - "create.schematicannon.status.schematicNotPlaced": "配置されていない概略図です", - "create.schematicannon.status.schematicExpired": "概略図ファイルが期限切れです", - - "create.materialChecklist": "素材チェックリスト", - "create.materialChecklist.blocksNotLoaded": "*免責事項*\n\n素材チェックリストは関連するチャンクがロードされていないため、不正確かもしれません。", - - "create.gui.filter.deny_list": "ブラックリスト", - "create.gui.filter.deny_list.description": "上記のいずれにも一致しない場合、アイテムは通り抜けます。空のブラックリストはすべてを受け入れます。", - "create.gui.filter.allow_list": "ホワイトリスト", - "create.gui.filter.allow_list.description": "上記のいずれかに一致した場合、アイテムは通り抜けます。空のホワイトリストはすべてを拒否します。", - "create.gui.filter.respect_data": "データを重視", - "create.gui.filter.respect_data.description": "アイテムは、耐久値、エンチャント、その他の属性も一致する場合にのみ一致します。", - "create.gui.filter.ignore_data": "データを無視", - "create.gui.filter.ignore_data.description": "アイテムは属性に関係なく一致します。", - - "create.item_attributes.placeable": "設置できるか", - "create.item_attributes.placeable.inverted": "設置できないか", - "create.item_attributes.consumable": "食べられるか", - "create.item_attributes.consumable.inverted": "食べられないか", - "create.item_attributes.fluid_container": "液体を貯蔵できるか", - "create.item_attributes.fluid_container.inverted": "液体を貯蔵できないか", - "create.item_attributes.enchanted": "エンチャント済みか", - "create.item_attributes.enchanted.inverted": "エンチャントなしか", - "create.item_attributes.max_enchanted": "最大レベルのエンチャントがされているか", - "create.item_attributes.max_enchanted.inverted": "最大レベルのエンチャントがされていないか", - "create.item_attributes.renamed": "名前付きか", - "create.item_attributes.renamed.inverted": "名前付きでないか", - "create.item_attributes.damaged": "破損しているか", - "create.item_attributes.damaged.inverted": "破損していないか", - "create.item_attributes.badly_damaged": "ひどく損傷してるか", - "create.item_attributes.badly_damaged.inverted": "ひどく損傷していないか", - "create.item_attributes.not_stackable": "スタックできるか", - "create.item_attributes.not_stackable.inverted": "スタックできないか", - "create.item_attributes.equipable": "装備できるか", - "create.item_attributes.equipable.inverted": "装備できないか", - "create.item_attributes.furnace_fuel": "かまどの燃料か", - "create.item_attributes.furnace_fuel.inverted": "かまどの燃料でないか", - "create.item_attributes.washable": "洗浄できるか", - "create.item_attributes.washable.inverted": "洗浄できないか", - "create.item_attributes.hauntable": "憑霊できるか", - "create.item_attributes.hauntable.inverted": "憑霊できないか", - "create.item_attributes.crushable": "粉砕できるか", - "create.item_attributes.crushable.inverted": "粉砕できないか", - "create.item_attributes.smeltable": "精錬できるか", - "create.item_attributes.smeltable.inverted": "精錬できないか", - "create.item_attributes.smokable": "燻製器で調理できるか", - "create.item_attributes.smokable.inverted": "燻製器で調理できないか", - "create.item_attributes.blastable": "溶鉱炉で精錬できるか", - "create.item_attributes.blastable.inverted": "溶鉱炉で精錬できないか", - "create.item_attributes.compostable": "コンポストできるか", - "create.item_attributes.compostable.inverted": "コンポストできないか", - "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.in_tag": "%1$sのタグが付けられてるか", - "create.item_attributes.in_tag.inverted": "%1$sのタグがついていないか", - "create.item_attributes.in_item_group": "%1$sに属してるか", - "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.has_enchant": "%1$sエンチャントされているか", - "create.item_attributes.has_enchant.inverted": "エンチャントがされていないか", - "create.item_attributes.color": "%1$sで染められているか", - "create.item_attributes.color.inverted": "%1$sで染められていないか", - "create.item_attributes.has_fluid": "%1$sを含んでいるか", - "create.item_attributes.has_fluid.inverted": "%1$sを含んでいないか", - "create.item_attributes.has_name": "%1$sの名前が付けられているか", - "create.item_attributes.has_name.inverted": "%1$sの名前が付けられているか", - "create.item_attributes.book_author": "%1$sが署名したか", - "create.item_attributes.book_author.inverted": "%1$sが署名していないか", - "create.item_attributes.book_copy_original": "オリジナルか", - "create.item_attributes.book_copy_original.inverted": "オリジナルでないか", - "create.item_attributes.book_copy_first": "コピーか", - "create.item_attributes.book_copy_first.inverted": "コピーでないか", - "create.item_attributes.book_copy_second": "コピーのコピーか", - "create.item_attributes.book_copy_second.inverted": "コピーのコピーでないか", - "create.item_attributes.book_copy_tattered": "ボロボロか", - "create.item_attributes.book_copy_tattered.inverted": "ボロボロでないか", - "create.item_attributes.astralsorcery_amulet": "%1$s 改善か", - "create.item_attributes.astralsorcery_amulet.inverted": "%1$s 改善されないか", - "create.item_attributes.astralsorcery_constellation": "%1$s に同調しているか", - "create.item_attributes.astralsorcery_constellation.inverted": "%1$s に同調していないか", - "create.item_attributes.astralsorcery_crystal": "%1$s クリスタル属性を持つか", - "create.item_attributes.astralsorcery_crystal.inverted": "%1$s クリスタル属性を持たないか", - "create.item_attributes.astralsorcery_perk_gem": "%1$s 特典属性があるか", - "create.item_attributes.astralsorcery_perk_gem.inverted": "%1$s 特典属性がないか", - - "create.gui.attribute_filter.no_selected_attributes": "属性が選択されていません", - "create.gui.attribute_filter.selected_attributes": "選択した属性:", - "create.gui.attribute_filter.add_attribute": "属性をリストに追加する", - "create.gui.attribute_filter.add_inverted_attribute": "反属性をリストに追加する", - "create.gui.attribute_filter.allow_list_disjunctive": "ホワイトリスト(いずれか)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "選択した属性のいずれかを持っている場合、アイテムは通り抜けます。", - "create.gui.attribute_filter.allow_list_conjunctive": "ホワイトリスト(全て)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "選択した属性をすべてを持っている場合、アイテムは通り抜けます。", - "create.gui.attribute_filter.deny_list": "ブラックリスト", - "create.gui.attribute_filter.deny_list.description": "選択した属性を持たない場合、アイテムは通り抜けます。", - "create.gui.attribute_filter.add_reference_item": "参照アイテムを追加", - - "create.tooltip.holdForDescription": "説明を表示するには [%1$s] を長押し", - "create.tooltip.holdForControls": "操作方法を確認するには [%1$s] を長押し", - "create.tooltip.keyShift": "UNLOCALIZED: Shift", - "create.tooltip.keyCtrl": "UNLOCALIZED: Ctrl", - "create.tooltip.speedRequirement": "必要な回転速度: %1$s", - "create.tooltip.speedRequirement.none": "無し", - "create.tooltip.speedRequirement.slow": "低速", - "create.tooltip.speedRequirement.medium": "中速", - "create.tooltip.speedRequirement.fast": "高速", - "create.tooltip.stressImpact": "応力への影響: %1$s", - "create.tooltip.stressImpact.low": "低", - "create.tooltip.stressImpact.medium": "中", - "create.tooltip.stressImpact.high": "高", - "create.tooltip.stressImpact.overstressed": "応力超過", - "create.tooltip.up_to": "最大%1$s", - "create.tooltip.capacityProvided": "許容応力: %1$s", - "create.tooltip.capacityProvided.low": "小", - "create.tooltip.capacityProvided.medium": "中", - "create.tooltip.capacityProvided.high": "大", - "create.tooltip.generationSpeed": "%1$s %2$sを生成", - "create.tooltip.analogStrength": "アナログ強度: %1$s/15", - - "create.mechanical_arm.extract_from": "%1$sからアイテムを取得", - "create.mechanical_arm.deposit_to": "%1$sにアイテムを置く", - "create.mechanical_arm.summary": "メカニカルアームは%1$s個の搬入ブロックと%2$s個の搬出ブロックを持っています。", - "create.mechanical_arm.points_outside_range": "%1$s個の選択ブロックが射程限界のため、除外されました。", - - "create.weighted_ejector.target_set": "対象を選択", - "create.weighted_ejector.target_not_valid": "隣接ブロックへの射出(対象が無効)", - "create.weighted_ejector.no_target": "隣接ブロックへの射出(対象が選択されていない)", - "create.weighted_ejector.targeting": "[%1$s,%2$s,%3$s]へ射出", - "create.weighted_ejector.stack_size": "射出スタック量", - - "create.logistics.when_multiple_outputs_available": "複数の搬出先が利用できるとき:", - - "create.mechanical_arm.selection_mode.round_robin": "順繰り分配", - "create.mechanical_arm.selection_mode.forced_round_robin": "強制順繰り分配", - "create.mechanical_arm.selection_mode.prefer_first": "最初の対象を優先", - - "create.tunnel.selection_mode.split": "スタック分割", - "create.tunnel.selection_mode.forced_split": "強制スタック分割", - "create.tunnel.selection_mode.round_robin": "順繰り分配", - "create.tunnel.selection_mode.forced_round_robin": "強制順繰り分配", - "create.tunnel.selection_mode.prefer_nearest": "近い所を優先", - "create.tunnel.selection_mode.randomize": "ランダム", - "create.tunnel.selection_mode.synchronize": "同期", - - "create.tooltip.chute.header": "シュート情報", - "create.tooltip.chute.items_move_down": "アイテムを下方向に移動します", - "create.tooltip.chute.items_move_up": "アイテムを上方向に移動します", - "create.tooltip.chute.no_fans_attached": "ファンは接続されていません", - "create.tooltip.chute.fans_push_up": "下からファンが押しています", - "create.tooltip.chute.fans_push_down": "ファンが上から押しています", - "create.tooltip.chute.fans_pull_up": "ファンが上から吸い込んでいます", - "create.tooltip.chute.fans_pull_down": "ファンが下から吸い込んでいます", - "create.tooltip.chute.contains": "内容物: %1$s x%2$s", - "create.tooltip.deployer.header": "デプロイヤーの情報", - "create.tooltip.deployer.using": "モード: 使用", - "create.tooltip.deployer.punching": "モード: 攻撃", - "create.tooltip.deployer.contains": "アイテム: %1$s x%2$s", - "create.tooltip.brass_tunnel.contains": "配布中:", - "create.tooltip.brass_tunnel.contains_entry": "UNLOCALIZED: > %1$s x%2$s", - "create.tooltip.brass_tunnel.retrieve": "右クリックで取り出し", - - "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": "材料スロット", - "create.crafting_blueprint.filter_items_viable": "フィルターが使えます", - "create.crafting_blueprint.display_slot": "表示スロット", - "create.crafting_blueprint.inferred": "レシピから推測", - "create.crafting_blueprint.manually_assigned": "手動割り当て", - "create.crafting_blueprint.secondary_display_slot": "第2表示スロット", - "create.crafting_blueprint.optional": "オプション", - - "create.potato_cannon.ammo.attack_damage": "攻撃力: %1$s", - "create.potato_cannon.ammo.reload_ticks": "リロード時間(tick): %1$s", - "create.potato_cannon.ammo.knockback": "ノックバック: %1$s", - - "create.hint.hose_pulley.title": "底なし汲み上げ可能", - "create.hint.hose_pulley": "対象となる液体は無限とみなされています。", - "create.hint.mechanical_arm_no_targets.title": "対象が見つかりません", - "create.hint.mechanical_arm_no_targets": "どうやらこの_メカニカルアーム_には_対象_が割り当てられていないようです。_メカニカルアーム_を_手_に持って_右クリック_して、ベルト、デポ、ファンネルなどのブロックを選択します。", - "create.hint.empty_bearing.title": "ベアリングの更新", - "create.hint.empty_bearing": "_素手_でベアリングを_右クリック_して、その前に先ほど作った構造物を_接続_します。", - "create.hint.full_deployer.title": "デプロイヤーのアイテムが溢れています", - "create.hint.full_deployer": "この_デプロイヤー_には、_搬出_する必要がある余分なアイテムが含まれています。_ ホッパー_や_漏斗_などを使って、あふれないようにしてください。", - - "create.backtank.low": "バックタンクの空気圧が低下しています", - "create.backtank.depleted": "バックタンクの空気圧が不足しています", - - "create.hint.derailed_train.title": "列車が脱線しています", - "create.hint.derailed_train": "この_列車_は繋がった線路の上に乗っていないようです。レンチで右クリックして近くの線路に移してください。", - - "create.boiler.status": "ボイラー状態: %1$s", - "create.boiler.status_short": "ボイラー: %1$s", - "create.boiler.passive": "レベル最小", - "create.boiler.idle": "停止中", - "create.boiler.lvl": "レベル%1$s", - "create.boiler.max_lvl": "レベル最大", - "create.boiler.size": "容量", - "create.boiler.size_dots": "... ", - "create.boiler.water": "水量", - "create.boiler.water_dots": "UNLOCALIZED: ... ", - "create.boiler.heat": "熱量", - "create.boiler.heat_dots": "... ", - "create.boiler.via_one_engine": "1基のエンジン経由", - "create.boiler.via_engines": "%1$s基のエンジン経由", - - "create.gui.schedule.lmb_edit": "左クリックで編集", - "create.gui.schedule.rmb_remove": "右クリックで削除", - "create.gui.schedule.duplicate": "複製", - "create.gui.schedule.remove_entry": "動作を削除", - "create.gui.schedule.add_entry": "動作を追加", - "create.gui.schedule.move_up": "上に移動", - "create.gui.schedule.move_down": "下に移動", - "create.gui.schedule.add_condition": "条件を追加", - "create.gui.schedule.alternative_condition": "いずれか条件", - - "create.schedule.instruction_type": "次の動作:", - "create.schedule.instruction.editor": "命令エディタ", - "create.schedule.instruction.destination": "駅へ移動", - "create.schedule.instruction.destination.summary": "止まる駅:", - "create.schedule.instruction.filter_edit_box": "駅名", - "create.schedule.instruction.filter_edit_box_1": " * を使うと任意の文章を指定できます", - "create.schedule.instruction.filter_edit_box_2": "例: '私の駅, *乗線'", - "create.schedule.instruction.filter_edit_box_3": "列車は一致し開いている駅の中で最も近い駅を選びます", - "create.schedule.instruction.rename": "時刻表名の変更", - "create.schedule.instruction.rename.summary": "新しいタイトル", - "create.schedule.instruction.name_edit_box": "時刻表名", - "create.schedule.instruction.name_edit_box_1": "この文字はディスプレイの表示に影響します", - "create.schedule.instruction.name_edit_box_2": "デフォルトは次の行き先の名前です", - "create.schedule.instruction.throttle": "最大速度を制限する", - "create.schedule.instruction.throttle.summary": "最大速度を変更する%1$s", - "create.schedule.instruction.throttle_edit_box": "スロットル", - "create.schedule.instruction.throttle_edit_box_1": "列車の最大速度に影響します", - "create.schedule.condition_type": "もし~ならば/~後に再開:", - "create.schedule.condition.editor": "条件エディタ", - "create.schedule.condition.delay": "待機する", - "create.schedule.condition.delay_short": "待機: %1$s", - "create.schedule.condition.delay.status": "出発まで%1$s", - "create.schedule.condition.idle": "貨物のやりとりが停止しているなら", - "create.schedule.condition.idle_short": "貨物のやりとりが停止: %1$s", - "create.schedule.condition.idle.status": "%1$s貨物のやりとりが停止", - "create.schedule.condition.for_x_time": "%1$s間", - "create.schedule.condition.unloaded": "チャンクロードが解除されたら", - "create.schedule.condition.unloaded.status": "チャンクアンロードを待っています", - "create.schedule.condition.powered": "駅が赤石信号を受けたら", - "create.schedule.condition.powered.status": "レッドストーン信号を待っています", - "create.schedule.condition.time_of_day": "指定時刻", - "create.schedule.condition.time_of_day.scheduled": "予定時刻: %1$s", - "create.schedule.condition.time_of_day.digital_format": "%4$s%1$s:%3$s", - "create.schedule.condition.time_of_day.rotation": "繰り返し", - "create.schedule.condition.time_of_day.rotation.every_24": "1日ごと", - "create.schedule.condition.time_of_day.rotation.every_12": "12時間ごと", - "create.schedule.condition.time_of_day.rotation.every_6": "6時間ごと", - "create.schedule.condition.time_of_day.rotation.every_4": "4時間ごと", - "create.schedule.condition.time_of_day.rotation.every_3": "3時間ごと", - "create.schedule.condition.time_of_day.rotation.every_2": "2時間ごと", - "create.schedule.condition.time_of_day.rotation.every_1": "1時間ごと", - "create.schedule.condition.time_of_day.rotation.every_0_45": "45分ごと", - "create.schedule.condition.time_of_day.rotation.every_0_30": "30分ごと", - "create.schedule.condition.time_of_day.rotation.every_0_15": "15分ごと", - "create.schedule.condition.time_of_day.status": "出発時刻: ", - "create.schedule.condition.threshold.train_holds": "鉄道が指定%1$s積んだら", - "create.schedule.condition.threshold.greater": "以上", - "create.schedule.condition.threshold.less": "以下", - "create.schedule.condition.threshold.equal": "ぴったり", - "create.schedule.condition.threshold.x_units_of_item": "%1$s %2$sの%3$s", - "create.schedule.condition.threshold.matching_content": "一致する貨物", - "create.schedule.condition.threshold.anything": "なんでも", - "create.schedule.condition.threshold.item_measure": "アイテム単位", - "create.schedule.condition.threshold.items": "個", - "create.schedule.condition.threshold.stacks": "スタック", - "create.schedule.condition.threshold.buckets": "バケツ", - "create.schedule.condition.threshold.status": "貨物: %1$s/%2$s%3$s", - "create.schedule.condition.threshold.place_item": "参照アイテム", - "create.schedule.condition.threshold.place_item_2": "フィルターも使えます", - "create.schedule.condition.threshold.place_item_3": "空白なら任意のアイテムと一致します", - "create.schedule.condition.fluid_threshold": "液体貨物の状態", - "create.schedule.condition.item_threshold": "アイテム貨物の状態", - "create.schedule.condition.redstone_link": "レッドストーンリンク", - "create.schedule.condition.redstone_link.status": "レッドストーンリンクを待つ", - "create.schedule.condition.redstone_link_on": "リンクがオンなら", - "create.schedule.condition.redstone_link_off": "リンクがオフなら", - "create.schedule.condition.redstone_link.powered": "オン", - "create.schedule.condition.redstone_link.unpowered": "オフ", - "create.schedule.condition.redstone_link.frequency_state": "周波数の状態: ", - "create.schedule.condition.redstone_link.frequency_powered": "周波数がオンなら:", - "create.schedule.condition.redstone_link.frequency_unpowered": "周波数がオフなら:", - "create.schedule.condition.player_count": "座っているプレイヤー数", - "create.schedule.condition.player_count.summary": "%1$s人のプレイヤー", - "create.schedule.condition.player_count.summary_plural": "%1$s人のプレイヤー", - "create.schedule.condition.player_count.seated": "%1$sが着席", - "create.schedule.condition.player_count.players": "人のプレイヤー", - "create.schedule.condition.player_count.condition": "条件", - "create.schedule.condition.player_count.exactly": "ちょうど", - "create.schedule.condition.player_count.or_above": "以上", - "create.schedule.condition.player_count.status": "乗客数: %1$s/%2$s", - "create.schedule.loop": "無限ループ", - "create.schedule.loop1": "予定を最初からやり直す", - "create.schedule.loop2": "完了したら", - "create.schedule.reset": "進行度をリセット", - "create.schedule.skip": "現在の動作をスキップ", - "create.schedule.applied_to_train": "今この列車は時刻表に従っています", - "create.schedule.non_controlling_seat": "車掌は運転台ブロックの正面に座っている必要があります", - "create.schedule.remove_with_empty_hand": "先に素手で時刻表を回収してください", - "create.schedule.auto_removed_from_train": "自動で適用された時刻表を削除しました", - "create.schedule.removed_from_train": "列車から時刻表を取り出しました", - "create.schedule.no_stops": "この時刻表には停車駅がありません", - "create.schedule.continued": "運行を再開しました", - - "create.track.selection_cleared": "選択を破棄しました", - "create.track.valid_connection": "接続可能 ✔", - "create.track.second_point": "線路を置くか、次の位置を指定してください", - "create.track.too_far": "遠すぎます", - "create.track.original_missing": "元のブロックが存在しません。スニーククリックでリセットできます", - "create.track.perpendicular": "垂直には接続できません", - "create.track.ascending_s_curve": "傾斜のあるS字カーブは作成できません", - "create.track.too_sharp": "カーブが急すぎます", - "create.track.too_steep": "傾斜が急すぎます", - "create.track.slope_turn": "ターンで傾斜から出たり入ったりすることはできません", - "create.track.opposing_slopes": "逆向きのカーブの傾斜は接続できません", - "create.track.leave_slope_ascending": "この登り傾斜から離脱することはできません", - "create.track.leave_slope_descending": "この下り傾斜から離脱することはできません", - "create.track.turn_90": "90度を超えるターンは設置できません", - "create.track.junction_start": "分岐から接続は始められません", - "create.track.turn_start": "ターンから接続は始められません", - "create.track.not_enough_tracks": "線路が足りません", - "create.track.not_enough_pavement": "道床ブロックが足りません", - - "create.portal_track.failed": "ポータル線路を設置できません:", - "create.portal_track.missing": "対象のポータルはまだ生成されていません", - "create.portal_track.blocked": "対象の位置は塞がっています(%1$s,%2$s,%3$s)", - - "create.station.idle": "駅は待機中です", - "create.station.assembly_title": "列車組み立て", - "create.station.close": "ウィンドウを閉じる", - "create.station.cancel": "組み立てをキャンセル", - "create.station.failed": "組み立てに失敗しました", - "create.station.icon_type": "アイコンの種類", - "create.station.create_train": "新しい列車の作成", - "create.station.assemble_train": "列車を組み立て", - "create.station.disassemble_train": "列車を分解", - "create.station.remove_schedule": "時刻表を取り出し", - "create.station.remove_auto_schedule": "自動で適用された時刻表を破棄", - "create.station.no_assembly_diagonal": "交差線路の上では", - "create.station.no_assembly_diagonal_1": "列車を組み立てられません", - "create.station.no_assembly_curve": "カーブしている線路の上では", - "create.station.no_assembly_curve_1": "列車を組み立てられません", - "create.station.train_not_aligned": "すべての車両が並んでいないため、", - "create.station.train_not_aligned_1": "列車を編集できません", - "create.station.carriage_number": "%1$s両目:", - "create.station.retry": "解決してやり直してください", - "create.station.no_bogeys": "台車がありません", - "create.station.one_bogey": "台車1台", - "create.station.more_bogeys": "台車%1$s台", - "create.station.how_to": "鉄道用ケーシングを強調表示された線路に使うと台車を作れます", - "create.station.how_to_1": "上の方のブロックを壊せば台車を壊せます", - "create.station.how_to_2": "車両を作るには1台か2台の台車を繋げてください", - - "create.train_assembly.too_many_bogeys": "台車が多すぎます: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "先頭の台車は駅マーカーの上にある必要があります", - "create.train_assembly.no_bogeys": "台車が見つかりません", - "create.train_assembly.not_connected_in_order": "台車は順番に接続されていません", - "create.train_assembly.bogeys_too_close": "台車%1$sと台車%2$sは近すぎます", - "create.train_assembly.single_bogey_carriage": "このタイプの台車は単体で列車にできません", - "create.train_assembly.nothing_attached": "台車%1$sには構造物が接続されていません", - "create.train_assembly.no_controls": "最低一つは前向きの運転台ブロックを列車に乗せる必要があります", - "create.train_assembly.sideways_controls": "乗っている運転台ブロックは横向きです", - "create.train_assembly.bogey_created": "台車を作りました。もう一度クリックすれば循環して種類を変えられます", - "create.train_assembly.requires_casing": "線路に台車を作るには鉄道用ケーシングを使ってください", - - "create.track_target.set": "対象となる線路を選択しました", - "create.track_target.success": "対象の線路との接続に成功しました", - "create.track_target.clear": "線路の選択を解除しました", - "create.track_target.missing": "まず対象となる線路を右クリックしてください", - "create.track_target.too_far": "対象となる線路はここから遠すぎます", - "create.track_target.no_junctions": "対象となる線路は交差できません", - "create.track_target.occupied": "対象となる線路はふさがっています", - "create.track_target.invalid": "この線路を選択することはできません", - - "create.train.unnamed": "無名の列車", - "create.train.cannot_relocate_moving": "動いている列車は移動できません", - "create.train.relocate": "%1$sを移動する線路をクリックしてください。スニーククリックでキャンセルできます。", - "create.train.relocate.abort": "列車の移動をキャンセルしました", - "create.train.relocate.success": "移動が成功しました", - "create.train.relocate.valid": "列車はここに移動可能です。クリックで適用", - "create.train.relocate.invalid": "列車をここに移動することはできません", - "create.train.relocate.too_far": "列車を移動させるには遠すぎます", - "create.train.departing_from": "%1$sから出発", - "create.train.arrived_at": "%1$sに到着", - "create.train.status": " 列車情報: %1$s", - "create.train.status.back_on_track": "列車は再び線路の上に戻りました", - "create.train.status.collision": "他の列車と衝突しました", - "create.train.status.end_of_track": "車両が線路の端に到達しました", - "create.train.status.double_portal": "ポータルから出て来ている間に別のポータルに車両が入ることはできません", - "create.train.status.coupling_stress": "連結器に大きな力がかかったため強制停止しました", - "create.train.status.track_missing": "列車が線路上にありません", - "create.train.status.paused_for_manual": "手動操縦のため、時刻表の運行を一時停止しました", - "create.train.status.opposite_driver": "この経路には逆向きの運転手が必要です", - "create.train.status.missing_driver": "運転手がいません", - "create.train.status.found_driver": "新しい運転手が見つかりました", - "create.train.status.navigation_success": "経路探索に成功しました", - "create.train.status.no_match": "線路ネットワークに'%1$s'と一致する駅が見つかりません", - "create.train.status.no_path": "次の行先への適切な経路が見つかりません", - - "create.track_signal.cannot_change_mode": "この信号のモードを切り替えることはできません", - "create.track_signal.mode_change.entry_signal": " -> 区間が空いているなら通過を許可", - "create.track_signal.mode_change.cross_signal": " -> 区間をよどみなく走行できるなら通過を許可", - - "create.contraption.controls.start_controlling": "運転中: %1$s", - "create.contraption.controls.stop_controlling": "運転終了", - "create.contraption.controls.approach_station": "%1$sキーを長押しで%2$sに停車", - - "create.display_link.set": "対象の位置を選択しました", - "create.display_link.success": "対象の位置と結び付けられました", - "create.display_link.clear": "選択した位置を破棄しました", - "create.display_link.too_far": "対象の位置はここから遠すぎます", - "create.display_link.invalid": "適切な対象ではありません、再設置してください", - "create.display_link.title": "ディスプレイリンク", - "create.display_link.no_source": "情報源がありません", - "create.display_link.no_target": "表示先がありません", - "create.display_link.reading_from": "受信元:", - "create.display_link.writing_to": "送信先:", - "create.display_link.attached_side": "接続面のブロック", - "create.display_link.targeted_location": "対象の位置のブロック", - "create.display_link.view_compatible": "クリックして互換性のあるすべてのものを表示", - "create.display_link.information_type": "情報の種類", - "create.display_link.display_on": "データの書き込み先:", - "create.display_link.display_on_multiline": "表示を始める行:", - - "create.display_source.label": "ラベル", - "create.display_source.combine_item_names": "アイテム名を結合", - "create.display_source.count_items": "一致するアイテムの量", - "create.display_source.list_items": "一致するアイテムの一覧", - "create.display_source.fluid_amount": "一致する液体の量", - "create.display_source.list_fluids": "一致する液体の一覧", - "create.display_source.nixie_tube": "ニキシー管の表示内容をコピー", - "create.display_source.fill_level": "収納ブロックの使用率", - "create.display_source.fill_level.display": "表示形式", - "create.display_source.fill_level.percent": "パーセント", - "create.display_source.fill_level.progress_bar": "プログレスバー", - "create.display_source.value_list.display": "数値の表示形式", - "create.display_source.value_list.shortened": "短縮", - "create.display_source.value_list.full_number": "完全な数値", - "create.display_source.value_list.thousand": "UNLOCALIZED: k", - "create.display_source.value_list.million": "UNLOCALIZED: m", - "create.display_source.player_deaths": "プレイヤーの死亡回数", - "create.display_source.scoreboard": "スコアボード", - "create.display_source.scoreboard.objective": "UNLOCALIZED: Objective ID", - "create.display_source.scoreboard.objective_not_found": "UNLOCALIZED: '%1$s' not found", - "create.display_source.scoreboard.objective.deaths": "プレイヤーの死亡回数", - "create.display_source.time_of_day": "現在時刻", - "create.display_source.stop_watch": "ストップウォッチ", - "create.display_source.time.format": "時刻の表示形式", - "create.display_source.time.12_hour": "12時間制", - "create.display_source.time.24_hour": "24時間制", - "create.display_source.accumulate_items": "蓄積アイテムカウンター", - "create.display_source.item_throughput": "アイテム処理量", - "create.display_source.item_throughput.interval": "間隔", - "create.display_source.item_throughput.interval.second": "毎秒", - "create.display_source.item_throughput.interval.minute": "毎分", - "create.display_source.item_throughput.interval.hour": "毎時", - "create.display_source.train_status": "鉄道運行の状態", - "create.display_source.station_summary": "鉄道駅の概要", - "create.display_source.station_summary.filter": "駅名フィルター", - "create.display_source.station_summary.train_name_column": "列車名の表示幅", - "create.display_source.station_summary.platform_column": "駅名の表示幅", - "create.display_source.station_summary.now": "到着", - "create.display_source.station_summary.minutes": "分後", - "create.display_source.station_summary.seconds": "%1$s秒後", - "create.display_source.observed_train_name": "検知した列車名", - "create.display_source.max_enchant_level": "最大エンチャントコスト", - "create.display_source.boiler_status": "ボイラー状態", - "create.display_source.entity_name": "エンティティ名", - "create.display_source.kinetic_speed": "回転速度(RPM)", - "create.display_source.kinetic_speed.absolute": "回転方向を無視", - "create.display_source.kinetic_speed.directional": "回転方向を含める", - "create.display_source.kinetic_stress": "ネットワークの応力", - "create.display_source.kinetic_stress.display": "表示する情報", - "create.display_source.kinetic_stress.progress_bar": "プログレスバー", - "create.display_source.kinetic_stress.percent": "パーセント", - "create.display_source.kinetic_stress.current": "使用しているSU", - "create.display_source.kinetic_stress.max": "許容応力の合計", - "create.display_source.kinetic_stress.remaining": "残りのSU", - "create.display_source.redstone_power": "レッドストーン強度", - "create.display_source.redstone_power.display": "表示形式", - "create.display_source.redstone_power.number": "数値", - "create.display_source.redstone_power.progress_bar": "プログレスバー", - "create.display_source.boiler.not_enough_space": "ボイラーステータスの表示に", - "create.display_source.boiler.for_boiler_status": "十分なスペースがありません ", - - "create.display_target.line": "%1$s行目", - "create.display_target.page": "%1$sページ目", - "create.display_target.single_line": "単一行", - - "create.flap_display.cycles.alphabet": "UNLOCALIZED: ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": "UNLOCALIZED: ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": " ; 分;現在;15秒;30秒;45秒", - "create.flap_display.cycles.shortened_numbers": "UNLOCALIZED: ;K;M", - "create.flap_display.cycles.fluid_units": "UNLOCALIZED: mB;B ", - "create.flap_display.cycles.instant": "UNLOCALIZED: ; ", - "create.flap_display.cycles.pixel": "UNLOCALIZED: █;▓;▒", - - "create.super_glue.too_far": "選択した範囲が大きすぎます", - "create.super_glue.cannot_reach": "選択したブロックは繋がっているべきです", - "create.super_glue.click_to_confirm": "もう一度クリックで続行", - "create.super_glue.click_to_discard": "スニークしながらクリックで選択範囲を破棄", - "create.super_glue.first_pos": "始点を選択しました", - "create.super_glue.abort": "選択を破棄しました", - "create.super_glue.not_enough": "インベントリに十分な超粘着剤がありません。", - "create.super_glue.success": "超粘着剤を適用中...", - - "create.gui.config.overlay1": "やぁ(・∀・)", - "create.gui.config.overlay2": "これはオーバーレイのサンプルです", - "create.gui.config.overlay3": "マウスでクリックまたはドラッグしてください", - "create.gui.config.overlay4": "クリックしてこのプレビューを移動します", - "create.gui.config.overlay5": "ESCを押してこの画面を終了します", - "create.gui.config.overlay6": "それと新しい位置を保存します", - "create.gui.config.overlay7": "オーバーレイのリセットを実行 /作成", - "create.gui.config.overlay8": "クリックして、デフォルトの位置にリセットします。", - - "create.command.killTPSCommand": "UNLOCALIZED: killtps", - "create.command.killTPSCommand.status.slowed_by.0": "[Create]:サーバーティックは現在 %s ms 遅くなっています :o", - "create.command.killTPSCommand.status.slowed_by.1": "[Create]: サーバーティックが %s ms 遅くなりました >:)", - "create.command.killTPSCommand.status.slowed_by.2": "[Create]: サーバーティックが通常の速度に戻りました:D", - "create.command.killTPSCommand.status.usage.0": "[Create]: /killtps stopを使用してサーバーのティックを通常の速度に戻します", - "create.command.killTPSCommand.status.usage.1": "[Create]: /killtps start を使用して、サーバーのティックを意図的に遅くします", - "create.command.killTPSCommand.argument.tickTime": "UNLOCALIZED: tickTime", - - "create.contraption.minecart_contraption_too_big": "このからくりトロッコは大きすぎて拾えません", - "create.contraption.minecart_contraption_illegal_pickup": "超自然的な力が、からくりカートを世界に縛り付けています", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "からくりが止まる", - "create.subtitle.peculiar_bell_use": "風変わりな鐘が鳴る", - "create.subtitle.worldshaper_place": "ワールドシェーパーが設置する", - "create.subtitle.whistle_train_manual": "汽車の汽笛が鳴る", - "create.subtitle.steam": "蒸気の音", - "create.subtitle.saw_activate_stone": "メカニカルソーが動作する", - "create.subtitle.schematicannon_finish": "概略図砲が作業を終える", - "create.subtitle.crafter_craft": "メカニカルクラフターがクラフトする", - "create.subtitle.wrench_remove": "機械を壊す", - "create.subtitle.train3": "台車の車輪がゴロゴロと音を立てる", - "create.subtitle.whistle": "汽笛が鳴る", - "create.subtitle.cogs": "歯車がゴロゴロと鳴る", - "create.subtitle.slime_added": "スライムがぐしゃっとつぶれる", - "create.subtitle.whistle_train_low": "汽笛が低く鳴る", - "create.subtitle.schematicannon_launch_block": "概略図砲が発射する", - "create.subtitle.controller_take": "書見台が空になる", - "create.subtitle.crafter_click": "メカニカルクラフターのカチカチ音", - "create.subtitle.depot_plop": "デプロイヤーにアイテムが入れられる", - "create.subtitle.confirm": "成功音", - "create.subtitle.mixing": "混ぜる音", - "create.subtitle.mechanical_press_activation_belt": "メカニカルプレスがボンと鳴る", - "create.subtitle.fwoomp": "ポテトランチャーがバキューンと鳴る", - "create.subtitle.sanding_long": "研磨音", - "create.subtitle.crushing_1": "粉砕音", - "create.subtitle.depot_slide": "アイテムが滑る", - "create.subtitle.blaze_munch": "ブレイズが食べる音", - "create.subtitle.funnel_flap": "ファンネルがはためく", - "create.subtitle.haunted_bell_use": "憑りつかれた鐘が鳴る", - "create.subtitle.scroll_value": "スクロールのカチカチ音", - "create.subtitle.controller_put": "コントローラのトントン音", - "create.subtitle.cranking": "ハンドクランクが回る", - "create.subtitle.sanding_short": "研磨音", - "create.subtitle.wrench_rotate": "レンチが使われる", - "create.subtitle.potato_hit": "野菜が砕ける", - "create.subtitle.saw_activate_wood": "メカニカルソーが動作する", - "create.subtitle.whistle_high": "汽笛が高く鳴る", - "create.subtitle.whistle_train_manual_low": "汽車の汽笛が鳴る", - "create.subtitle.whistle_train": "汽車の汽笛が鳴る", - "create.subtitle.haunted_bell_convert": "憑りつかれた鐘が目覚める", - "create.subtitle.train": "台車の車輪が鳴る", - "create.subtitle.deny": "失敗音", - "create.subtitle.controller_click": "コントローラーのカチカチ音", - "create.subtitle.whistle_low": "汽笛が低く鳴る", - "create.subtitle.copper_armor_equip": "潜水服がチャリンと鳴る", - "create.subtitle.mechanical_press_activation": "メカニカルプレスがガーンと鳴る", - "create.subtitle.contraption_assemble": "からくりが動く", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "アイテムの例(ただ単にこのツールチップが存在することを示すマーカー)", - "item.create.example_item.tooltip.summary": "アイテムの簡単な説明。アンダーバーで用語を強調表示します。", - "item.create.example_item.tooltip.condition1": "これをしたとき", - "item.create.example_item.tooltip.behaviour1": "すると、このアイテムはこのようなことをします。(シフトを押したときに表示される)", - "item.create.example_item.tooltip.condition2": "そしてこれをしたとき", - "item.create.example_item.tooltip.behaviour2": "好きなだけ挙動を追加できます。", - "item.create.example_item.tooltip.control1": "Ctrlを押したとき", - "item.create.example_item.tooltip.action1": "これらのコントロールが表示されます。", - - "block.create.wooden_bracket.tooltip": "木製ブラケット", - "block.create.wooden_bracket.tooltip.summary": "この補強用の温かみのある腕木で_シャフト_、_歯車_、そして_パイプ_を_飾ろう_。", - - "block.create.metal_bracket.tooltip": "金属ブラケット", - "block.create.metal_bracket.tooltip.summary": "この補強用の工業的で頑丈な腕金で_シャフト_、_歯車_、そして_パイプ_を_飾ろう_。", - - "block.create.seat.tooltip": "シート", - "block.create.seat.tooltip.summary": "シートに座って乗り物を楽しもう!移動する_からくり_の上にプレイヤーを固定します。もちろん家具にも使えます。染色も。", - "block.create.seat.tooltip.condition1": "右クリックしたとき", - "block.create.seat.tooltip.behaviour1": "_シート_の上に座ります。左シフトを押すと_シート_から離れます。", - - "item.create.blaze_cake.tooltip": "ブレイズケーキ", - "item.create.blaze_cake.tooltip.summary": "働き者の_ブレイズバーナー_たちに美味しいごちそうを。彼らを燃え上がらせよう(物理)!", - - "item.create.wand_of_symmetry.tooltip": "対称の杖", - "item.create.wand_of_symmetry.tooltip.summary": "対象の鏡をまたいだ範囲内のブロック設置を完全に複製します。", - "item.create.wand_of_symmetry.tooltip.condition1": "ホットバーにあるとき", - "item.create.wand_of_symmetry.tooltip.behaviour1": "対象の鏡は有効のまま", - "item.create.wand_of_symmetry.tooltip.control1": "地面を右クリックしたとき", - "item.create.wand_of_symmetry.tooltip.action1": "対象の鏡を_作成_または_移動_する", - "item.create.wand_of_symmetry.tooltip.control2": "空中を右クリックしたとき", - "item.create.wand_of_symmetry.tooltip.action2": "有効な対象の鏡を_削除_", - "item.create.wand_of_symmetry.tooltip.control3": "スニークしながら右クリックしたとき", - "item.create.wand_of_symmetry.tooltip.action3": "_設定画面_を開きます。", - - "item.create.handheld_worldshaper.tooltip": "携帯型ワールドシェーパー", - "item.create.handheld_worldshaper.tooltip.summary": "特色ある_風景_や_地形_を作るのに便利な道具。", - "item.create.handheld_worldshaper.tooltip.control1": "ブロックを左クリックしたとき", - "item.create.handheld_worldshaper.tooltip.action1": "見ているブロックをこの道具に設定します。", - "item.create.handheld_worldshaper.tooltip.control2": "ブロックを右クリックしたとき", - "item.create.handheld_worldshaper.tooltip.action2": "選択されている_ブラシ_や_ツール_を目標の場所に適用します。", - "item.create.handheld_worldshaper.tooltip.control3": "スニークしながら右クリックしたとき", - "item.create.handheld_worldshaper.tooltip.action3": "_設定画面_を開きます。", - - "item.create.tree_fertilizer.tooltip": "樹木の肥料", - "item.create.tree_fertilizer.tooltip.summary": "一般的な種類の木の成長を早めるのに適したミネラルを配合した強力な肥料。", - "item.create.tree_fertilizer.tooltip.condition1": "苗木に使ったとき", - "item.create.tree_fertilizer.tooltip.behaviour1": "_間隔の条件_に_関係なく_苗木を成長させる", - - "item.create.extendo_grip.tooltip": "マジックハンド", - "item.create.extendo_grip.tooltip.summary": "ビヨヨーン!着用者の_リーチ_を大幅に_伸ばし_ます。", - "item.create.extendo_grip.tooltip.condition1": "オフハンドに装備したとき", - "item.create.extendo_grip.tooltip.behaviour1": "_メインハンド_で使うアイテムの_射程_を_伸ばし_ます。", - "item.create.extendo_grip.tooltip.condition2": "銅のバックタンクを装備したとき", - "item.create.extendo_grip.tooltip.behaviour2": "_耐久値_を消費しなくなります。代わりに_圧縮空気_をタンクから消費します。", - - "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": "物流系の装置の_搬入_と_搬出_をより_正確_に_制御_し、_アイテムのセット_またはいくつかの_入れ子になったフィルター_と照合します。", - "item.create.filter.tooltip.condition1": "フィルタースロットにセットしたとき", - "item.create.filter.tooltip.behaviour1": "_設定_に応じてアイテムの流れを_制御_します。", - "item.create.filter.tooltip.condition2": "右クリックしたとき", - "item.create.filter.tooltip.behaviour2": "_設定画面_を開きます。", - - "item.create.attribute_filter.tooltip": "属性フィルター", - "item.create.attribute_filter.tooltip.summary": "物流系の装置の_搬入_と_搬出_をより_正確_に_制御_し、アイテムの_属性_と_カテゴリのセット_と照合します。", - "item.create.attribute_filter.tooltip.condition1": "フィルタースロットにセットしたとき", - "item.create.attribute_filter.tooltip.behaviour1": "_設定_に応じてアイテムの流れを_制御_します。", - "item.create.attribute_filter.tooltip.condition2": "右クリックしたとき", - "item.create.attribute_filter.tooltip.behaviour2": "_設定画面_を開きます。", - - "item.create.empty_schematic.tooltip": "空の概略図", - "item.create.empty_schematic.tooltip.summary": "レシピの材料、および_概略図台_からの書き込みに使われます。", - - "item.create.schematic.tooltip": "概略図", - "item.create.schematic.tooltip.summary": "ワールドに設置できる構造物を保存します。ホログラムを必要に応じて配置し、_概略図砲_を使って建築できます。", - "item.create.schematic.tooltip.condition1": "持ったとき", - "item.create.schematic.tooltip.behaviour1": "画面上のツールを使ってホログラムを配置します。", - "item.create.schematic.tooltip.control1": "スニークしながら右クリックしたとき", - "item.create.schematic.tooltip.action1": "正確な_座標_の入力_画面_を開きます", - - "item.create.schematic_and_quill.tooltip": "概略図と羽根ペン", - "item.create.schematic_and_quill.tooltip.summary": "ワールドの構造物を.nbtファイルに保存できます。", - "item.create.schematic_and_quill.tooltip.condition1": "ステップ1", - "item.create.schematic_and_quill.tooltip.behaviour1": "右クリックして2つのコーナーポイントを選択します。", - "item.create.schematic_and_quill.tooltip.condition2": "ステップ2", - "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrlキーを押しながらスクロール_して、サイズを調整します。もう一度右クリックして保存します。", - "item.create.schematic_and_quill.tooltip.control1": "右クリックしたとき", - "item.create.schematic_and_quill.tooltip.action1": "コーナーポイントを選択/保存を確認します。", - "item.create.schematic_and_quill.tooltip.control2": "Ctrlを長押しているとき", - "item.create.schematic_and_quill.tooltip.action2": "_空中_でポイントを選択します。_スクロール_して距離を調整します。", - "item.create.schematic_and_quill.tooltip.control3": "スニークしながら右クリックしたとき", - "item.create.schematic_and_quill.tooltip.action3": "選択を_リセット_して削除します。", - - "block.create.schematicannon.tooltip": "概略図砲", - "block.create.schematicannon.tooltip.summary": "ブロックを撃って、_概略図_をもとにワールドに設置します。隣接する収納ブロックからのアイテムを自動搬入し、_火薬_を燃料とします。", - "block.create.schematicannon.tooltip.condition1": "右クリックしたとき", - "block.create.schematicannon.tooltip.behaviour1": "_UI_を開きます。", - - "block.create.schematic_table.tooltip": "概略図台", - "block.create.schematic_table.tooltip.summary": "保存された構造物を_空の概略図_に書き込みます。", - "block.create.schematic_table.tooltip.condition1": "空の概略図を入れたとき", - "block.create.schematic_table.tooltip.behaviour1": "Schematicsフォルダから選択したファイルをアップロードします。", - - "item.create.goggles.tooltip": "ゴーグル", - "item.create.goggles.tooltip.summary": "有用な_回転力_の_情報_を視界に映す眼鏡。", - "item.create.goggles.tooltip.condition1": "着用したとき", - "item.create.goggles.tooltip.behaviour1": "設置した機械の_回転速度_および、_機械_の_応力への影響_と_許容応力_を_色付きのインジケーター_で表示します。", - "item.create.goggles.tooltip.condition2": "計器を見たとき", - "item.create.goggles.tooltip.behaviour2": "計器が接続されている動力ネットワークの_回転速度_または_応力_に関する詳細情報を表示します。", - "item.create.goggles.tooltip.condition3": "液体コンテナを見たとき", - "item.create.goggles.tooltip.behaviour3": "ブロックの_容量_と、その中に貯蔵されている_液体_の詳細情報を表示します。", - - "item.create.wrench.tooltip": "レンチ", - "item.create.wrench.tooltip.summary": "機械いじりに便利な道具。機械の_回転_、_解体_、_設定_に使います。", - "item.create.wrench.tooltip.control1": "機械を右クリックしたとき", - "item.create.wrench.tooltip.action1": "操作した面に向かって、または面から離れるように_機械_を_回転_させます。", - "item.create.wrench.tooltip.control2": "スニークしながら右クリックしたとき", - "item.create.wrench.tooltip.action2": "_機械を分解_し、_インベントリ_に戻します。", - - "block.create.nozzle.tooltip": "ノズル", - "block.create.nozzle.tooltip.summary": "_ケース入りファン_の前面に取り付けて、エンティティへの影響を_全方向_に分散します。", - - "block.create.cuckoo_clock.tooltip": "鳩時計", - "block.create.cuckoo_clock.tooltip.summary": "空間を_彩り_、_時間を刻む_素晴らしい機械細工。", - "block.create.cuckoo_clock.tooltip.condition1": "動力を供給したとき", - "block.create.cuckoo_clock.tooltip.behaviour1": "_現在の時刻_を表示し、1日に2回曲を再生します。、_正午_と夕暮れに_プレイヤーが眠れる_時間になるとすぐに_再生_します。", - - "block.create.turntable.tooltip": "ターンテーブル", - "block.create.turntable.tooltip.summary": "_回転力_を洗練された乗り物酔いに変えよう。", - - "block.create.toolbox.tooltip": "工具箱", - "block.create.toolbox.tooltip.summary": "発明家の最愛の仲間。異なる8種類のアイテムを大量に_収納_できる便利グッズ。", - "block.create.toolbox.tooltip.condition1": "壊したとき", - "block.create.toolbox.tooltip.behaviour1": "インベントリの_内容_を_保持_します", - "block.create.toolbox.tooltip.condition2": "範囲内に置いたとき", - "block.create.toolbox.tooltip.behaviour2": "_近く_にいる_プレイヤー_が_工具箱_の_キーバインド_を押すと、工具箱に_触れずに_アクセスできます", - "block.create.toolbox.tooltip.condition3": "右クリックした時", - "block.create.toolbox.tooltip.behaviour3": "_収納UI_を開きます", - - "block.create.stockpile_switch.tooltip": "在庫スイッチ", - "block.create.stockpile_switch.tooltip.summary": "接続した収納ブロックの_空き容量_によってレッドストーン信号を切り替えます。便利なフィルターが付属しています。_コンパレータ―_とは違って、_在庫スイッチ_は、信号が反転する_しきい値_を設定できます。", - "block.create.stockpile_switch.tooltip.condition1": "右クリックしたとき", - "block.create.stockpile_switch.tooltip.behaviour1": "_設定画面_を開きます。", - - "block.create.content_observer.tooltip": "コンテンツオブザーバー", - "block.create.content_observer.tooltip.summary": "_収納ブロック_や_メカニカルベルト_内の設定した_フィルター_に一致する_アイテム_を_検出_します。", - "block.create.content_observer.tooltip.condition1": "収納ブロックを観察するとき", - "block.create.content_observer.tooltip.behaviour1": "観測する収納ブロックが_一致するコンテンツ_が入っている間、_レッドストーン信号_を発する。", - "block.create.content_observer.tooltip.condition2": "ファンネルを観察するとき", - "block.create.content_observer.tooltip.behaviour2": "_一致するアイテム_が_輸送_されると、_レッドストーンパルス_を発します。", - - "block.create.creative_crate.tooltip": "クリエイティブクレート", - "block.create.creative_crate.tooltip.summary": "あらゆるアイテムを無限に複製する_収納ブロック_。隣接する_概略図砲_へブロックを無限に供給します。", - "block.create.creative_crate.tooltip.condition1": "フィルタースロットにアイテムが入っているとき", - "block.create.creative_crate.tooltip.behaviour1": "このクレートから何かを_搬出_すると、指定したアイテムが_無限_に_搬出_されます。このクレートに_搬入_したアイテムは_消滅_します。", - - "item.create.creative_blaze_cake.tooltip": "クリエイティブブレイズケーキ", - "item.create.creative_blaze_cake.tooltip.summary": "ブレイズバーナーの火力をコントロールすることができる特別なケーキ。ブレイズバーナーたちがこれを食べれば絶対燃え尽きない(物理)。", - "item.create.creative_blaze_cake.tooltip.condition1": "ブレイズバーナーを使ったとき", - "item.create.creative_blaze_cake.tooltip.behaviour1": "ブレイズバーナーの火力を固定します。再度使用するとブレイズバーナーの火力を循環して切り替えます", - - "block.create.controller_rail.tooltip": "コントローラーレール", - "block.create.controller_rail.tooltip.summary": "トロッコの_移動速度_を_細かく制御_できる_一方通行_の_パワード_レール", - "block.create.controller_rail.tooltip.condition1": "レッドストーン信号を受けたとき", - "block.create.controller_rail.tooltip.behaviour1": "通過する_トロッコ_を_信号の強度_に対応した移動速度に_加速_または_減速_します。また、隣接するコントローラレールにレッドストーン信号を伝達します。2つのコントローラレールに強度の異なるレッドストーン信号を供給すると、それらの間のレールはその信号の変化を補間します。", - - "item.create.sand_paper.tooltip": "紙やすり", - "item.create.sand_paper.tooltip.summary": "_素材_を_磨く_のに使える荒い紙。デプロイヤーに自動で磨かせることもできます。", - "item.create.sand_paper.tooltip.condition1": "使ったとき", - "item.create.sand_paper.tooltip.behaviour1": "_オフハンド_で持っていたり、_視線先_の_ドロップ状態のアイテム_を磨きます。", - - "item.create.builders_tea.tooltip": "建築家のお茶", - "item.create.builders_tea.tooltip.summary": "_やる気_がみなぎる、一日の始まりに最適な飲み物。", - - "item.create.refined_radiance.tooltip": "高貴な光輝", - "item.create.refined_radiance.tooltip.summary": "_吸収した光輝_から鍛造した色彩素材。", - "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": "作業中", - "item.create.shadow_steel.tooltip.behaviour1": "この素材の使用方法は将来のリリースで実装予定です。", - - "item.create.linked_controller.tooltip": "リンクコントローラー", - "item.create.linked_controller.tooltip.summary": "_6つのボタン_に割り当てられた周波数の_レッドストーンリンク_を_片手_で_制御_できます。", - "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": "_割り当てモード_をオンにします。_6つのコントロール_のうち1つを押してリンクの周波数に_割り当て_ます。", - "item.create.linked_controller.tooltip.condition4": "書見台を右クリックしたとき", - "item.create.linked_controller.tooltip.behaviour4": "コントローラーを書見台に設置し、簡単に使えるようにします。(スニークしながら右クリックで取り出せます)", - - "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": "銅のバックタンク", - "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": "_圧縮空気_を_集めます_。速度は回転速度によって決まります。", - - "block.create.placard.tooltip": "プラカード", - "block.create.placard.tooltip.summary": "このイカした真鍮の壁掛けパネルにアイテムを飾ろう。からくりにつけても大丈夫!", - "block.create.placard.tooltip.condition1": "右クリックしたとき", - "block.create.placard.tooltip.behaviour1": "持っている_アイテム_をプラカードに_入れます_。すでに一致するアイテムが入っていた場合、短い_レッドストーン_信号を_発します_。", - "block.create.placard.tooltip.condition2": "殴ったとき", - "block.create.placard.tooltip.behaviour2": "額縁から今入っているアイテムを_外します", - - "block.create.flywheel.tooltip": "弾み車", - "block.create.flywheel.tooltip.summary": "この立派な真鍮の車輪で_機械_を_飾ろう_", - "block.create.flywheel.tooltip.condition1": "動力を供給したとき", - "block.create.flywheel.tooltip.behaviour1": "回り始めます", - - "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": "クラフトブループリント", - "item.create.crafting_blueprint.tooltip.summary": "壁に_貼り_、_材料_の_配置_を_指定_することで手作業によるクラフトを簡単にできます。各スロットが1つのレシピを表しています。", - "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": "_2台_のトロッコを連結します。それらは移動中に_一定_の_距離_を保とうします。", - - "item.create.experience_nugget.tooltip": "経験値の塊", - "item.create.experience_nugget.tooltip.summary": "_チャリン!_素晴らしい発明から、_発想_の欠片を。", - "item.create.experience_nugget.tooltip.condition1": "使ったとき", - "item.create.experience_nugget.tooltip.behaviour1": "アイテムと引き換えに中の_経験値_を取り出します", - - "block.create.peculiar_bell.tooltip": "風変わりな鐘", - "block.create.peculiar_bell.tooltip.summary": "装飾用の_真鍮の鐘_。_魂の炎_の真上に置くと、別の使い道が見つかるかも...", - - "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.subject": "このシーンの主題", - "create.ponder.pondering": "思案中...", - "create.ponder.identify_mode": "確認モードになっています.\n [%1$s] で一時停止を解除", - "create.ponder.associated": "関連項目", - "create.ponder.close": "閉じる", - "create.ponder.identify": "ブロック名を確認", - "create.ponder.next": "次のシーン", - "create.ponder.next_up": "次:", - "create.ponder.previous": "前のシーン", - "create.ponder.replay": "最初から", - "create.ponder.think_back": "戻る", - "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": "UNLOCALIZED: 16 RPM", - "create.ponder.shared.behaviour_modify_wrench": "この挙動はレンチを使って変更できます", - "create.ponder.shared.storage_on_contraption": "構造物中の収納ブロックは自動的にドロップを拾います", - "create.ponder.shared.sneak_and": "スニーク + ", - "create.ponder.shared.rpm8": "UNLOCALIZED: 8 RPM", - "create.ponder.shared.ctrl_and": "Ctrl + ", - "create.ponder.shared.rpm32": "UNLOCALIZED: 32 RPM", - "create.ponder.shared.rpm16_source": "動力源: 16 RPM", - "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.display_sources": "ディスプレイリンクの情報源", - "create.ponder.tag.display_sources.description": "ディスプレイリンクでデータを読み取れる機械/ブロック", - "create.ponder.tag.logistics": "輸送機械", - "create.ponder.tag.logistics.description": "アイテムの運搬を補助する機械", - "create.ponder.tag.display_targets": "ディスプレイリンクの表示先", - "create.ponder.tag.display_targets.description": "ディスプレイリンクから受け取ったデータを処理・表示できる機械/ブロック", - "create.ponder.tag.train_related": "鉄道用品", - "create.ponder.tag.train_related.description": "からくり鉄道の建築、管理に使う機械", - - "create.ponder.analog_lever.header": "アナログレバーによる信号制御", - "create.ponder.analog_lever.text_1": "アナログレバーはコンパクトに正確なレッドストーン動力を出力できます。", - "create.ponder.analog_lever.text_2": "右クリックでレッドストーン強度を上げられます。", - "create.ponder.analog_lever.text_3": "スニークしながら右クリックでレッドストーン強度を下げられます。", - - "create.ponder.andesite_tunnel.header": "安山岩トンネルの使い方", - "create.ponder.andesite_tunnel.text_1": "安山岩トンネルは、ベルトを隠せます", - "create.ponder.andesite_tunnel.text_2": "安山岩トンネルが横につながっていると...", - "create.ponder.andesite_tunnel.text_3": "...通過するアイテムスタックから正確に1つのアイテムを分割します", - "create.ponder.andesite_tunnel.text_4": "残ったものは、そのルートを進み続けます", - - "create.ponder.auto_schedule.header": "鉄道駅 & 時刻表", - "create.ponder.auto_schedule.text_1": "時刻表は運転手に行先を伝えます", - "create.ponder.auto_schedule.text_2": "列車が停車するたびにコンパレーターはレッドストーン信号を発します", - "create.ponder.auto_schedule.text_3": "駅には表示された方向からしか近づけないことに注意してください", - "create.ponder.auto_schedule.text_4": "また、駅は新しい時刻表を自動で割り当てることもできます", - "create.ponder.auto_schedule.text_5": "時刻表を駅ブロックに置くと、自動でそれを停車している列車にコピーします", - "create.ponder.auto_schedule.text_6": "手動で渡す場合と異なり、運転手がアイテムを持ち運ぶことはありません", - - "create.ponder.basin.header": "鉢によるアイテム加工", - "create.ponder.basin.text_1": "鉢には素材となるアイテムや液体を入れられます", - "create.ponder.basin.text_2": "鉢は完成品アイテムを斜め下へ搬出しようとします", - "create.ponder.basin.text_3": "搬出できるブロックが存在する場合、鉢には搬出用の蛇口が表示されます", - "create.ponder.basin.text_4": "搬出先のブロックにはいくつかの選択肢があります", - "create.ponder.basin.text_5": "搬出したアイテムは下の収納ブロックに入ります", - "create.ponder.basin.text_6": "搬出先がない場合、鉢は完成品アイテムを保持します", - "create.ponder.basin.text_7": "これは、完成品アイテムを材料として再利用する必要がある場合に役立ちます", - "create.ponder.basin.text_8": "完成品アイテムは、鉢から搬出する必要があります", - "create.ponder.basin.text_9": "未処理のアイテムが搬出されないように、フィルターが必要になる場合があります", - - "create.ponder.bearing_modes.header": ":メカニカルベアリングの動作モード", - "create.ponder.bearing_modes.text_1": "止まったとき、ベアリングは格子に沿った近い角度に構造物を配置します", - "create.ponder.bearing_modes.text_2": "通常のブロックに戻らないように設定したり、開始時の角度のみブロックに戻るように設定したりできます", - - "create.ponder.belt_casing.header": "ケース入りベルト", - "create.ponder.belt_casing.text_1": "真鍮か安山岩ケーシングを使ってメカニカルベルトを飾れます", - "create.ponder.belt_casing.text_2": "ケーシングはレンチを使って外せます", - - "create.ponder.belt_connector.header": "メカニカルベルトの使い方", - "create.ponder.belt_connector.text_1": "メカニカルベルトを持って2つのシャフトを右クリックすると、シャフトにベルトコンベアを繋げて設置されます", - "create.ponder.belt_connector.text_2": "誤ったシャフトをクリックしてしまった場合、スニークしながら右クリックでキャンセルできます", - "create.ponder.belt_connector.text_3": "ベルト内のどこでも、シャフトを追加できます", - "create.ponder.belt_connector.text_4": "ベルトを介して接続したシャフトは、同じ速度・方向で回転します", - "create.ponder.belt_connector.text_5": "追加したシャフトは、レンチで取り除けます", - "create.ponder.belt_connector.text_6": "メカニカルベルトは染色して見栄えをよくできます", - - "create.ponder.belt_directions.header": "メカニカルベルトの有効な向きについて", - "create.ponder.belt_directions.text_1": "ベルトは自由な方向に接続できるわけではありません", - "create.ponder.belt_directions.text_2": "1.水平", - "create.ponder.belt_directions.text_3": "2.斜め", - "create.ponder.belt_directions.text_4": "3.垂直", - "create.ponder.belt_directions.text_5": "4.垂直方向のシャフトを水平に", - "create.ponder.belt_directions.text_6": "これらはすべて接続できる方向です。ベルトの長さは2~20ブロックの間で自由に接続できます", - - "create.ponder.belt_transport.header": "メカニカルベルトによる運搬", - "create.ponder.belt_transport.text_1": "ベルトを稼働させると、アイテムやエンティティを運べます", - "create.ponder.belt_transport.text_2": "素手で右クリックすると、ベルトからアイテムを取り出せます", - - "create.ponder.blaze_burner.header": "ブレイズバーナーへの餌やり", - "create.ponder.blaze_burner.text_1": "ブレイズバーナーは、鉢で加工するアイテムを加熱できます", - "create.ponder.blaze_burner.text_2": "その為には、ブレイズに燃料を与える必要があります", - "create.ponder.blaze_burner.text_3": "ブレイズケーキを与えると、バーナーはさらに火力を出せます", - "create.ponder.blaze_burner.text_4": "供給作業は、デプロイヤーやメカニカルアームで自動化できます", - - "create.ponder.brass_funnel.header": "真鍮ファンネル", - "create.ponder.brass_funnel.text_1": "安山岩ファンネルでは、1回につき1つのアイテムしか搬出できません", - "create.ponder.brass_funnel.text_2": "真鍮ファンネルは、最大で1スタックのアイテムを搬出できます", - "create.ponder.brass_funnel.text_3": "フィルタースロットを見ながらスクロールすると、取り出すアイテム数を正確に調整できます", - "create.ponder.brass_funnel.text_4": "フィルタースロットにアイテムを設定すると、ファンネルは一致するアイテムのみを運搬できます", - - "create.ponder.brass_tunnel.header": "真鍮トンネルの使い方", - "create.ponder.brass_tunnel.text_1": "真鍮トンネルは、ベルトを隠せます", - "create.ponder.brass_tunnel.text_2": "真鍮トンネルには、搬出入面それぞれにフィルタースロットがあります", - "create.ponder.brass_tunnel.text_3": "搬入側のフィルターは、単純に一致しないアイテムを搬入しないようにします", - "create.ponder.brass_tunnel.text_4": "搬出側のフィルターは、搬出するアイテムを種類別に分類できます", - "create.ponder.brass_tunnel.text_5": "通過するアイテムが複数の口から搬出できる場合は、モードによってどのように搬出されるかが決まります", - "create.ponder.brass_tunnel.text_6": "並べられた複数のベルト上の真鍮トンネルは接続されます", - "create.ponder.brass_tunnel.text_7": "搬入したアイテムは、接続されているすべての搬出口に分配されます", - "create.ponder.brass_tunnel.text_8": "アイテムをトンネルへ直接搬入することもできます", - - "create.ponder.brass_tunnel_modes.header": "真鍮トンネルの動作モード", - "create.ponder.brass_tunnel_modes.text_1": "真鍮トンネルはレンチを使って分配モードを変更できます", - "create.ponder.brass_tunnel_modes.text_10": "「同期」は、真鍮トンネルのデフォルト設定です", - "create.ponder.brass_tunnel_modes.text_11": "アイテムはグループ内の全てのトンネルがアイテムを搬入できる場合のみ通過を許可します", - "create.ponder.brass_tunnel_modes.text_12": "これにより、影響を受ける全てのベルトに同じ割合でアイテムを供給できます", - "create.ponder.brass_tunnel_modes.text_2": "「スタック分割」は、アイテムを通せる搬出口の間でアイテムスタックを均等に分配しようとします", - "create.ponder.brass_tunnel_modes.text_3": "搬出口がアイテムを通せない場合はスキップされます ", - "create.ponder.brass_tunnel_modes.text_4": "「強制スタック分割」は搬出をスキップせず、それができるようになるまで待機します", - "create.ponder.brass_tunnel_modes.text_5": "「順繰り分配」 はスタックを分割せず、それぞれの搬出口から順番に搬出します ", - "create.ponder.brass_tunnel_modes.text_6": "繰り返しになりますが、搬出口がアイテムを通せない場合はスキップされます", - "create.ponder.brass_tunnel_modes.text_7": "「強制順繰り分配」は、搬出をスキップしません", - "create.ponder.brass_tunnel_modes.text_8": "「近い所を優先」アイテムの搬入口に最も近い搬出口から優先して分配します ", - "create.ponder.brass_tunnel_modes.text_9": "「ランダム」は、スタック全体をランダムに選択した搬出口に分配します ", - - "create.ponder.cart_assembler.header": "トロッコアセンブラによる構造物の移動", - "create.ponder.cart_assembler.text_1": "レッドストーン信号を受けたアセンブラは通過するトロッコに、取り付けられた構造物を取り付けます", - "create.ponder.cart_assembler.text_2": "レッドストーン信号を受けていない場合、通過するトロッコの構造物を取り外し、ブロックへ戻します", - "create.ponder.cart_assembler.text_3": "トロッコにレンチを使うと、構造物を付けたまま別の場所へ運べます", - - "create.ponder.cart_assembler_dual.header": "列車を組み立てる", - "create.ponder.cart_assembler_dual.text_1": "2つのトロッコアセンブラが構造物を共有している場合...", - "create.ponder.cart_assembler_dual.text_2": "...どちらかにレッドストーン信号を与えると、列車が組み立てられます", - "create.ponder.cart_assembler_dual.text_3": "トロッコ連結器で接続したトロッコと同様の動作をします", - - "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": "アセンブラが「常に向きを固定する」に設定されている場合、からくりの向きは変わりません", - - "create.ponder.cart_assembler_rails.header": "その他のトロッコとレールの種類", - "create.ponder.cart_assembler_rails.text_1": "通常のレールに設置したトロッコアセンブラは、通過するカートの動きに影響を与えません", - "create.ponder.cart_assembler_rails.text_2": "パワードレールやコントローラーレールでは、レッドストーン信号を受けるまでトロッコは固定されます", - "create.ponder.cart_assembler_rails.text_3": "他のトロッコを使うこともできます", - "create.ponder.cart_assembler_rails.text_4": "かまど付きトロッコは、構造物の収納ブロックから燃料を確保します", - - "create.ponder.chain_drive.header": "ケース入りチェーンドライブによる回転力の伝達", - "create.ponder.chain_drive.text_1": "チェーンドライブは、一列に並べると回転を伝達します", - "create.ponder.chain_drive.text_2": "このように接続された全てのシャフトは、回転方向が同じです", - "create.ponder.chain_drive.text_3": "列の任意の部分を90度方向を変えて設置できます", - - "create.ponder.chain_gearshift.header": "チェーンギアシフトによる回転速度の制御", - "create.ponder.chain_gearshift.text_1": "信号を受けていないチェーンギアシフトは、チェーンドライブと同じように動作します", - "create.ponder.chain_gearshift.text_2": "信号を受けている時は、列内の他のチェーンドライブに伝達される速度が2倍になります", - "create.ponder.chain_gearshift.text_3": "信号を受けているチェーンギアシフトが動力源でない場合、速度が半分になります", - "create.ponder.chain_gearshift.text_4": "いずれの場合も、列内のチェーンドライブは常に「信号入りチェーンギアシフト」の2倍の速度で動作します", - "create.ponder.chain_gearshift.text_5": "レッドストーン信号の強度で、比率を1と2の間でより正確に調整できます", - "create.ponder.chain_gearshift.text_6": "UNLOCALIZED: 12 RPM", - - "create.ponder.chute.header": "シュートによる下方向へ運搬", - "create.ponder.chute.text_1": "シュートは、収納ブロックから垂直方向にアイテムを運搬できます", - "create.ponder.chute.text_2": "レンチを使って、窓を付けられます", - "create.ponder.chute.text_3": "シュートを側面に配置すると、斜めに接続されます", - - "create.ponder.chute_upward.header": "シュートによる上方向へ運搬", - "create.ponder.chute_upward.text_1": "シュートの上部または下部にファンを配置すると、アイテムを上方向へ運搬できます", - "create.ponder.chute_upward.text_2": "エンジニアのゴーグルを付けてシュートを見ると、移動方向が表示されます", - "create.ponder.chute_upward.text_3": "ブロックで詰まっている端では、アイテムを側面から搬出入する必要があります", - - "create.ponder.clockwork_bearing.header": "時計仕掛けのベアリングを使った構造物のアニメーション", - "create.ponder.clockwork_bearing.text_1": "時計仕掛けのベアリングは、前面にブロックを取り付けられます", - "create.ponder.clockwork_bearing.text_2": "回転力を受けると、現在の時間に合わせて構造物が回転します", - "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", - "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", - "create.ponder.clockwork_bearing.text_5": "ベアリングを右クリックして、構造物のアニメーションを開始・停止します", - "create.ponder.clockwork_bearing.text_6": "時針の前に、2つ目の構造物を追加できます", - "create.ponder.clockwork_bearing.text_7": "2つの構造物が超粘着剤などで取り付けられていないか確認してください", - "create.ponder.clockwork_bearing.text_8": "2つ目の構造物は分針として回転します", - - "create.ponder.clutch.header": "クラッチによる回転力の制御", - "create.ponder.clutch.text_1": "クラッチはまっすぐ回転を伝達します", - "create.ponder.clutch.text_2": "レッドストーン信号を与えると、回転の伝達が止まります", - - "create.ponder.cog_speedup.header": "歯車による回転速度変化", - "create.ponder.cog_speedup.text_1": "大小の歯車は斜めに接続できます", - "create.ponder.cog_speedup.text_2": "大きな歯車から歯車に接続すると、伝達先の回転速度が2倍になります", - "create.ponder.cog_speedup.text_3": "逆に接続すると、伝達先の回転速度が半分になります", - - "create.ponder.cogwheel.header": "歯車による回転力の伝達", - "create.ponder.cogwheel.text_1": "歯車は隣接する歯車へ回転力を伝達します", - "create.ponder.cogwheel.text_2": "このように連結した隣り合うシャフトは、反対方向に回転します", - - "create.ponder.cogwheel_casing.header": "ケース入り歯車", - "create.ponder.cogwheel_casing.text_1": "真鍮や安山岩のケーシングは歯車を飾ることもできます", - "create.ponder.cogwheel_casing.text_2": "ケース入りにした歯車に、シャフトを繋ごうとしても繋がりません", - "create.ponder.cogwheel_casing.text_3": "レンチを使って繋がるかどうか切り替えることもできます", - - "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": "クリエイティブモーターは、コンパクトで出力を調整できる原動機です", - "create.ponder.creative_motor.text_2": "背面パネルを見ながらスクロールすると、モーターの回転速度を変更できます", - - "create.ponder.creative_motor_mojang.header": "Mojangの謎", - - "create.ponder.crushing_wheels.header": "破砕ホイールによるアイテム加工", - "create.ponder.crushing_wheels.text_1": "一対の破砕ホイールは、非常に効果的にアイテムを粉砕できます", - "create.ponder.crushing_wheels.text_2": "動作には、互いに反対方向に回転させる必要があります", - "create.ponder.crushing_wheels.text_3": "上からアイテムを投げ入れたりして、搬入すると加工されます", - "create.ponder.crushing_wheels.text_4": "アイテムの搬出入を自動化することもできます", - - "create.ponder.deployer.header": "デプロイヤーの使い方", - "create.ponder.deployer.text_1": "回転力を供給したデプロイヤーは、プレイヤーの動作を模倣できます", - "create.ponder.deployer.text_10": "前面へアイテムを右クリックして、アイテムを搬出入できます", - "create.ponder.deployer.text_11": "自動でアイテムを搬出入することもできます", - "create.ponder.deployer.text_12": "デプロイヤーはフィルタースロットを持っています", - "create.ponder.deployer.text_13": "フィルターを設定すると、一致するアイテムを持っている時だけ稼働します", - "create.ponder.deployer.text_14": "また、フィルターに一致するアイテムのみが搬入されるようになり...", - "create.ponder.deployer.text_15": "...一致しないアイテムのみが搬出されます", - "create.ponder.deployer.text_2": "動作は、常に手前2ブロックの位置へ行われます", - "create.ponder.deployer.text_3": "真正面のブロックが邪魔になることはありません", - "create.ponder.deployer.text_4": "デプロイヤーは以下の動作に使えます", - "create.ponder.deployer.text_5": "ブロックの設置", - "create.ponder.deployer.text_6": "アイテムの使用", - "create.ponder.deployer.text_7": "ブロックの使用", - "create.ponder.deployer.text_8": "ブロックの収穫", - "create.ponder.deployer.text_9": "モブへの攻撃", - - "create.ponder.deployer_contraption.header": "からくりに組み込んでのデプロイヤーの使い方", - "create.ponder.deployer_contraption.text_1": "からくりの一部として、デプロイヤーを稼働させると...", - "create.ponder.deployer_contraption.text_2": "...稼働した場所ごとに稼働し、からくり内の収納ブロックのアイテムを使用します", - "create.ponder.deployer_contraption.text_3": "フィルタースロットを使って、どのアイテムを使用するか指定できます", - - "create.ponder.deployer_modes.header": "デプロイヤーの動作モード", - "create.ponder.deployer_modes.text_1": "デフォルトでは、デプロイヤーは右クリックの動作を模倣します", - "create.ponder.deployer_modes.text_2": "レンチを使えば、右クリックの動作を模倣するように設定できます", - - "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": "レッドストーン信号を受けている間、デプロイヤーは稼働しません", - "create.ponder.deployer_redstone.text_2": "デプロイヤーは停止する前に、開始したサイクルは終了させます", - "create.ponder.deployer_redstone.text_3": "その為、反転したパルス信号を使ってちょうど1サイクルだけ稼働させられます", - - "create.ponder.depot.header": "デポの使い方", - "create.ponder.depot.text_1": "デポは動かないメカニカルベルトのようなブロックです", - "create.ponder.depot.text_2": "右クリックして、手動でアイテムを搬出入できます", - "create.ponder.depot.text_3": "メカニカルベルトのように、載せたアイテムを加工できます", - "create.ponder.depot.text_4": "また、メカニカルアームにアイテムを供給することもできます", - - "create.ponder.display_board.header": "ディスプレイボードの使い方", - "create.ponder.display_board.text_1": "ディスプレイボードは看板に代わる、より拡張性の高いブロックです", - "create.ponder.display_board.text_2": "稼働には回転力が必要です", - "create.ponder.display_board.text_3": "文字の表示には名札を使うか...", - "create.ponder.display_board.text_4": "ディスプレイリンクを通して行えます", - "create.ponder.display_board.text_5": "ボードは、行ごとにそれぞれ染料で染色できます", - "create.ponder.display_board.text_6": "素手で右クリックすると、リセットできます", - - "create.ponder.display_link.header": "ディスプレイリンクの設置", - "create.ponder.display_link.text_1": "ディスプレイリンクは、変化する情報の視覚化に使えます", - "create.ponder.display_link.text_2": "はじめに、対象となるディスプレイを右クリックし...", - "create.ponder.display_link.text_3": "...それから情報を読み出すブロックに取り付けます", - "create.ponder.display_link.text_4": "選択・設定をするためにUIを開いてください", - "create.ponder.display_link.text_5": "これで、ディスプレイがリンクからの情報を受信するようになりました", - "create.ponder.display_link.text_6": "全てのブロックが情報源として使えるわけではありません", - "create.ponder.display_link.text_7": "互換性のあるブロックはそれぞれ固有の情報を提供します", - "create.ponder.display_link.text_8": "ディスプレイリンクは、複数の異なるディスプレイと連動できます", - - "create.ponder.display_link_redstone.header": "レッドストーンによる制御", - "create.ponder.display_link_redstone.text_1": "レッドストーン信号を受ける間、ディスプレイリンクは情報の更新を停止します", - "create.ponder.display_link_redstone.text_2": "信号が切れると、タイマーがリセットされ、新しい情報が即座に送信されます", - "create.ponder.display_link_redstone.text_3": "ただし、情報元から発せられるレッドストーン信号はリンクに影響を与えません", - - "create.ponder.empty_blaze_burner.header": "空のブレイズバーナーの使い方", - "create.ponder.empty_blaze_burner.text_1": "空のバーナーで右クリックするとブレイズを捕獲できます", - "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_6": "しかし、これは加工用の熱源には適していません", - - "create.ponder.encased_fluid_pipe.header": "ケース入り液体パイプ", - "create.ponder.encased_fluid_pipe.text_1": "銅ケーシングで液体パイプを飾れます", - "create.ponder.encased_fluid_pipe.text_2": "ただの飾りではなく、ケース入りパイプは接続がロックされます", - "create.ponder.encased_fluid_pipe.text_3": "隣接するブロックの設置や破壊などの更新に反応しなくなります", - - "create.ponder.fan_direction.header": "ケース入りファンの気流", - "create.ponder.fan_direction.text_1": "ケース入りファンは、回転力を利用して気流を生み出します", - "create.ponder.fan_direction.text_2": "気流の強さと方向は、供給される回転力によって決まります", - - "create.ponder.fan_processing.header": "ケース付きファンによるアイテム加工", - "create.ponder.fan_processing.text_1": "溶岩を通過した気流は、加熱されます", - "create.ponder.fan_processing.text_2": "この気流に当てられたアイテムは精錬されます", - "create.ponder.fan_processing.text_3": "ただし、食品は焼却されてしまいます", - "create.ponder.fan_processing.text_4": "食品加工には、代わりに火を使った燻製気流を使ってください", - "create.ponder.fan_processing.text_5": "水を通過する気流は、洗浄気流になります", - "create.ponder.fan_processing.text_6": "この気流を使えば、面白い加工ができます", - "create.ponder.fan_processing.text_7": "ファンの速度は処理速度とは関係がなく、範囲のみが変わります", - "create.ponder.fan_processing.text_8": "ファンによる加工は、デポやベルト上のアイテムにも行われます", - - "create.ponder.fluid_pipe_flow.header": "銅パイプを使った液体の移動", - "create.ponder.fluid_pipe_flow.text_1": "液体パイプは2つ以上の液体源と輸送先を繋げられます", - "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": "液体容器の排出と充填", - "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": "液体タンクの寸法", - "create.ponder.fluid_tank_sizes.text_1": "液体タンクは複数組み合わせて容量を増やせます。", - "create.ponder.fluid_tank_sizes.text_2": "横幅は最大3ブロック", - "create.ponder.fluid_tank_sizes.text_3": "高さは30ブロック以上重ねられます", - "create.ponder.fluid_tank_sizes.text_4": "レンチを使って、タンクの窓を付け外しできます", - - "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.funnel_compat.header": "ファンネルの互換性", - "create.ponder.funnel_compat.text_1": "ファンネルは、他のいくつかの機械とも相性がいいです", - "create.ponder.funnel_compat.text_2": "上向きのメカニカルソー", - "create.ponder.funnel_compat.text_3": "デポ", - "create.ponder.funnel_compat.text_4": "アイテム排液口など", - - "create.ponder.funnel_direction.header": "運搬の方向", - "create.ponder.funnel_direction.text_1": "通常の配置では、収納ブロックからアイテムを搬出します", - "create.ponder.funnel_direction.text_2": "スニークしながら設置すると、収納ブロックにアイテムを搬入します", - "create.ponder.funnel_direction.text_3": "レンチを使って、設置後にファンネルの動作モードを変えられます", - "create.ponder.funnel_direction.text_4": "ほとんどの方向で同じことができます", - "create.ponder.funnel_direction.text_5": "ベルト上のファンネルは、ベルトの移動方向に応じて搬入/搬出が決まります", - - "create.ponder.funnel_intro.header": "ファンネルの使い方", - "create.ponder.funnel_intro.text_1": "ファンネルは、収納ブロックのアイテムを運搬するのに使います", - - "create.ponder.funnel_redstone.header": "レッドストーンによる制御", - "create.ponder.funnel_redstone.text_1": "レッドストーン信号によって、ファンネルが動作を防げます", - - "create.ponder.funnel_transfer.header": "直接運搬", - "create.ponder.funnel_transfer.text_1": "ファンネルでは、閉じた収納ブロック間を直接運搬することはできません", - "create.ponder.funnel_transfer.text_2": "この様な場合は、シュートやスマートシュートの方が適しています", - "create.ponder.funnel_transfer.text_3": "また水平方向の運搬も同様で、この場合メカニカルベルトの方が適しています", - - "create.ponder.gantry_carriage.header": "ガントリーキャリッジの使い方", - "create.ponder.gantry_carriage.text_1": "ガントリーキャリッジは、ガントリーシャフトに取り付けてスライドできます", - "create.ponder.gantry_carriage.text_2": "ガントリーは、取り付けられたブロックを動かします", - - "create.ponder.gantry_cascaded.header": "立体ガントリー", - "create.ponder.gantry_cascaded.text_1": "ガントリーシャフトは、超粘着剤を使わずにキャリッジに取り付けられます", - "create.ponder.gantry_cascaded.text_2": "そのガントリーシャフトに取り付けたキャリッジも同様です", - "create.ponder.gantry_cascaded.text_3": "このように、ガントリーを立体的に接続すると、複数の移動軸をカバーできます", - - "create.ponder.gantry_direction.header": "ガントリーの移動方向", - "create.ponder.gantry_direction.text_1": "ガントリーシャフトは、向きを反対に設置できます", - "create.ponder.gantry_direction.text_2": "キャリッジの移動方向は、シャフトの向きによって決まります", - "create.ponder.gantry_direction.text_3": "また、シャフトの回転方向によっても決まります", - "create.ponder.gantry_direction.text_4": "キャリッジへ伝達する回転力も同じルールが適用されます", - - "create.ponder.gantry_redstone.header": "ガントリーによる回転力の伝達", - "create.ponder.gantry_redstone.text_1": "レッドストーン信号を受けたガントリーシャフトは、キャリッジの移動を停止します", - "create.ponder.gantry_redstone.text_2": "代わりに、その回転力をキャリッジの出力軸に伝達します", - - "create.ponder.gantry_shaft.header": "ガントリーシャフトの使い方", - "create.ponder.gantry_shaft.text_1": "ガントリーシャフトは、ガントリーからくりの基本となるものです。取り付けられたキャリッジはこのシャフトに沿って移動します", - "create.ponder.gantry_shaft.text_2": "ガントリーによるからくりは、取り付けたブロックを動かせます", - - "create.ponder.gearbox.header": "ギアボックスによる回転力の伝達", - "create.ponder.gearbox.text_1": "回転軸の向きを変えようとすると、すぐに機構がかさばってしまいます", - "create.ponder.gearbox.text_2": "これをコンパクトにしたものがギアボックスです", - "create.ponder.gearbox.text_3": "直角に曲げて伝達すると、鏡映しの方向に回転します", - "create.ponder.gearbox.text_4": "まっすぐ伝達すると、回転方向が逆になります", - - "create.ponder.gearshift.header": "ギアシフトによる回転力の制御", - "create.ponder.gearshift.text_1": "ギアシフトは、まっすぐ回転を伝達します", - "create.ponder.gearshift.text_2": "レッドストーン信号を受けると、回転方向を逆に伝達します", - - "create.ponder.hand_crank.header": "ハンドクランクによる回転力の生成", - "create.ponder.hand_crank.text_1": "ハンドクランクは手動で回転力を生み出す機械です", - "create.ponder.hand_crank.text_2": "右クリックし続けると、反時計回りに回転します", - "create.ponder.hand_crank.text_3": "回転速度は比較的速めです", - "create.ponder.hand_crank.text_4": "スニークしながら右クリックし続けると、時計回りに回転します", - - "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": "大規模な液体の無限の吸入・放出", - "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": "ホースプーリーの吸入・放出レベル", - "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": "アイテム排液口で液体容器を空にする", - "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.item_vault_sizes.header": "アイテム保管庫の寸法", - "create.ponder.item_vault_sizes.text_1": "アイテム保管庫はいくつか繋げて容量を増やせます", - "create.ponder.item_vault_sizes.text_2": "そのベースとなる正方形の辺の長さは最大3ブロックまで...", - "create.ponder.item_vault_sizes.text_3": "...長さはその三倍まで伸ばせます", - - "create.ponder.item_vault_storage.header": "保管庫によるアイテムの保管", - "create.ponder.item_vault_storage.text_1": "アイテム保管庫は、大量のアイテムを保管できます", - "create.ponder.item_vault_storage.text_2": "ただし、アイテムを手動で搬出入することはできません", - "create.ponder.item_vault_storage.text_3": "アイテム運搬用の機械ならどれを使っても搬入と...", - "create.ponder.item_vault_storage.text_4": "搬出ができます", - - "create.ponder.large_cogwheel.header": "大きな歯車による回転力の伝達", - "create.ponder.large_cogwheel.text_1": "大きな歯車は、直角に接続できます", - "create.ponder.large_cogwheel.text_2": "回転力の回転軸を変えて伝達するのに役立ちます", - - "create.ponder.linear_chassis_attachment.header": "リニアシャーシによるブロックの取り付け", - "create.ponder.linear_chassis_attachment.text_1": "リニアシャーシの特定の面は特殊な粘着面にできます", - "create.ponder.linear_chassis_attachment.text_2": "もう一度クリックすると、反対側の面も粘着面になります", - "create.ponder.linear_chassis_attachment.text_3": "素手でスニークしながら右クリックすると粘着剤を剥がせます", - "create.ponder.linear_chassis_attachment.text_4": "リニアシャーシの特殊な粘着面は、ブロックの列をまとめて取り付けられます", - "create.ponder.linear_chassis_attachment.text_5": "レンチを使って、このシャーシの粘着範囲を正確に調整できます", - "create.ponder.linear_chassis_attachment.text_6": "CTRLを押しながらスクロールすると、接続している全てのシャーシブロックの範囲を一気に調整できます", - "create.ponder.linear_chassis_attachment.text_7": "他の面にブロックを接着するには、超粘着剤を使う必要があります", - "create.ponder.linear_chassis_attachment.text_8": "この仕組みを使えば、どんな形の構造物もからくりとして動かせます", - - "create.ponder.linear_chassis_group.header": "リニアシャーシをグループで動かす", - "create.ponder.linear_chassis_group.text_1": "リニアシャーシは、隣の同じ種類のシャーシと繋がります", - "create.ponder.linear_chassis_group.text_2": "からくり機械で1つを動かすと、他のリニアシャーシも一緒に動きます", - "create.ponder.linear_chassis_group.text_3": "異なる種類のシャーシや、別の方向を向いているシャーシは接続されません", - - "create.ponder.mechanical_arm.header": "メカニカルアームの設定", - "create.ponder.mechanical_arm.text_1": "メカニカルアームを設置する前に、搬入元と搬出先を設定しなければなりません", - "create.ponder.mechanical_arm.text_2": "特定のブロックを対象に設定するには、アームを持ったまま右クリックしてください", - "create.ponder.mechanical_arm.text_3": "搬入元(青)と搬出先(オレンジ)を切り替えるには、もう1度右クリックします", - "create.ponder.mechanical_arm.text_4": "アームを持ったまま右クリックすると選択が解除されます", - "create.ponder.mechanical_arm.text_5": "設置したメカニカルアームは、設定したブロックを対象にします", - "create.ponder.mechanical_arm.text_6": "範囲内であれば、複数の搬入元と搬出先を設定できます", - "create.ponder.mechanical_arm.text_7": "ただし、あらゆる機械やブロックを対象にできるわけではありません", - "create.ponder.mechanical_arm.text_8": "そんな時はファンネルやデポを経由させましょう", - - "create.ponder.mechanical_arm_filtering.header": "メカニカルアームの搬出フィルタリング", - "create.ponder.mechanical_arm_filtering.text_1": "搬入元", - "create.ponder.mechanical_arm_filtering.text_2": "搬出先", - "create.ponder.mechanical_arm_filtering.text_3": "フィルターを使ってアームが搬出入するアイテムを制限したいと思っても", - "create.ponder.mechanical_arm_filtering.text_4": "メカニカルアーム自体は、フィルターを設定できません", - "create.ponder.mechanical_arm_filtering.text_5": "そこで真鍮ファンネルなどを対象にした場合、アームにそのフィルターが反映されます", - "create.ponder.mechanical_arm_filtering.text_6": "アームは賢いので、搬出できないアイテムを拾うことはありません", - - "create.ponder.mechanical_arm_modes.header": "メカニカルアームの分配モード", - "create.ponder.mechanical_arm_modes.text_1": "搬入元", - "create.ponder.mechanical_arm_modes.text_2": "搬出先", - "create.ponder.mechanical_arm_modes.text_3": "アームは複数の有効な搬出先が設定されていると...", - "create.ponder.mechanical_arm_modes.text_4": "...設定に従ってアイテムを分配します", - "create.ponder.mechanical_arm_modes.text_5": "レンチを持ってスクロールすると設定を変えられます", - "create.ponder.mechanical_arm_modes.text_6": "「順繰り分配」は、有効な全ての搬出先へ順番に搬出します", - "create.ponder.mechanical_arm_modes.text_7": "搬出先がそれ以上のアイテムを受け取れない場合、そこへの搬出はスキップされます", - "create.ponder.mechanical_arm_modes.text_8": "「強制順繰り分配」は、搬出をスキップせず、空きがでるまで待機します", - "create.ponder.mechanical_arm_modes.text_9": "「最初の対象を優先」は、設定した順番が先の方の対象に優先して搬出します", - - "create.ponder.mechanical_arm_redstone.header": "メカニカルアームのレッドストーン制御", - "create.ponder.mechanical_arm_redstone.text_1": "レッドストーン信号を受けると、メカニカルアームは稼働しません", - "create.ponder.mechanical_arm_redstone.text_2": "ただし、停止する前に開始した搬出入が終わるまで稼働し続けます", - "create.ponder.mechanical_arm_redstone.text_3": "それを利用し、反転したパルス信号を使って1回だけ稼働させられます", - - "create.ponder.mechanical_bearing.header": "メカニカルベアリングによる構造物の移動", - "create.ponder.mechanical_bearing.text_1": "メカニカルベアリングは、手前にブロックを取り付けられます", - "create.ponder.mechanical_bearing.text_2": "回転力を供給すると、組み立てた構造物を回せます", - - "create.ponder.mechanical_crafter.header": "メカニカルクラフターの配置", - "create.ponder.mechanical_crafter.text_1": "メカニカルクラフターは、あらゆるクラフトレシピを自動化できます", - "create.ponder.mechanical_crafter.text_2": "レンチを使えばクラフターがアイテムを移動させるベルトの向きを変えられます", - "create.ponder.mechanical_crafter.text_3": "稼働にはすべてのベルトが、外にベルトが向いている1つのクラフターへ続いていなければなりません", - "create.ponder.mechanical_crafter.text_4": "完成品は外に向かうベルトが指す方向にある収納ブロックに搬出されます", - "create.ponder.mechanical_crafter.text_5": "メカニカルクラフターを稼働には回転力が必要です", - "create.ponder.mechanical_crafter.text_6": "前面を右クリックすると手動でアイテムを搬入できます", - "create.ponder.mechanical_crafter.text_7": "1つのクラフターに続くベルトの全スロットにアイテムが入ると、クラフトが開始されます", - "create.ponder.mechanical_crafter.text_8": "スロットが埋まっていなくても、レッドストーンパルスを使って強制的にクラフトを開始できます", - - "create.ponder.mechanical_crafter_connect.header": "メカニカルクラフターの搬入口の共有", - "create.ponder.mechanical_crafter_connect.text_1": "アイテムは自動でクラフターに搬入することもできます", - "create.ponder.mechanical_crafter_connect.text_2": "背面でレンチを使うと、メカニカルクラフターが接続されます", - "create.ponder.mechanical_crafter_connect.text_3": "接続した全てのクラフターは、同じ搬入口からアイテムを搬入できるようになります", - - "create.ponder.mechanical_crafter_covers.header": "メカニカルクラフターとスロットカバー", - "create.ponder.mechanical_crafter_covers.text_1": "一部のレシピでは、ベルトの流れの隙間を埋める為に追加のクラフターが必要になります", - "create.ponder.mechanical_crafter_covers.text_2": "スロットカバーを使って、クラフターを空のスロットとして動作するように設定できます", - "create.ponder.mechanical_crafter_covers.text_3": "背面にレンチを使って接続したクラフターは、カバーしたクラフターを無視して同じアイテムを搬入できます", - - "create.ponder.mechanical_drill.header": "メカニカルドリルでブロックを破壊する", - "create.ponder.mechanical_drill.text_1": "メカニカルドリルは回転力を供給すると、目の前のブロックを破壊します", - "create.ponder.mechanical_drill.text_2": "採掘速度は回転速度で決まります", - - "create.ponder.mechanical_drill_contraption.header": "からくりに組み込んでのメカニカルドリルの使い方", - "create.ponder.mechanical_drill_contraption.text_1": "メカニカルドリルを組み込んだからくりを動かすと...", - "create.ponder.mechanical_drill_contraption.text_2": "...ドリルは、移動先のブロックを破壊します", - - "create.ponder.mechanical_harvester.header": "からくりに組み込んでのメカニカルハーベスターの使い方", - "create.ponder.mechanical_harvester.text_1": "ハーベスター組み込んだからくりを動かすと...", - "create.ponder.mechanical_harvester.text_2": "...成熟した作物を収穫し、成長をリセットします", - - "create.ponder.mechanical_mixer.header": "メカニカルミキサーによるアイテム加工", - "create.ponder.mechanical_mixer.text_1": "ミキサーと鉢があれば、いくつかのクラフトレシピを自動化できます", - "create.ponder.mechanical_mixer.text_2": "自動化できるのは不定形レシピといくつかの追加レシピです", - "create.ponder.mechanical_mixer.text_3": "レシピの中には、ブレイズバーナーの熱を必要とするものもあります", - "create.ponder.mechanical_mixer.text_4": "フィルタースロットは、2つのレシピが競合するときに使えます", - - "create.ponder.mechanical_piston.header": "メカニカルピストンによる構造物の移動", - "create.ponder.mechanical_piston.text_1": "メカニカルピストンは、手前にあるブロックを動かせます", - "create.ponder.mechanical_piston.text_2": "移動の速度と方向は、供給する回転力で決まります", - "create.ponder.mechanical_piston.text_3": "メカニカル粘着ピストンは、取り付けられたブロックを引き戻せます", - - "create.ponder.mechanical_piston_modes.header": "メカニカルピストンの動作モード", - "create.ponder.mechanical_piston_modes.text_1": "ピストンの動作が止まると、移動した構造物はブロックへ戻ります", - "create.ponder.mechanical_piston_modes.text_2": "ブロックに戻らないように設定したり、動かし始めた場所でしかブロックに戻らないように設定したりできます", - - "create.ponder.mechanical_plough.header": "からくりに組み込んでのメカニカルプラウの使い方", - "create.ponder.mechanical_plough.text_1": "プラウを組み込んだからくりを動かすと...", - "create.ponder.mechanical_plough.text_2": "...当たり判定のないブロックが破壊します", - "create.ponder.mechanical_plough.text_3": "さらに、プラウは土を耕やします", - "create.ponder.mechanical_plough.text_4": "また、エンティティを傷つけずに飛ばすこともできます", - - "create.ponder.mechanical_press.header": "メカニカルプレスによるアイテム加工", - "create.ponder.mechanical_press.text_1": "メカニカルプレスは、その下に配置したアイテムを加工できます", - "create.ponder.mechanical_press.text_2": "加工するアイテムは下に落としたり、プレス機の下にあるデポに置いたりしてください", - "create.ponder.mechanical_press.text_3": "アイテムがベルトで供給されると...", - "create.ponder.mechanical_press.text_4": "...プレスが自動でアイテムを止め、加工します", - - "create.ponder.mechanical_press_compacting.header": "メカニカルプレスによる圧縮加工", - "create.ponder.mechanical_press_compacting.text_1": "鉢に入れられたアイテムをプレスし、圧縮加工できます", - "create.ponder.mechanical_press_compacting.text_2": "圧縮加工には、2x2、3x3のクラフトレシピに加え、いくつかの追加レシピがあります", - "create.ponder.mechanical_press_compacting.text_3": "これらのレシピの中には、ブレイズバーナーの熱を必要とするものがあります", - "create.ponder.mechanical_press_compacting.text_4": "フィルタースロットは、2つのレシピが競合するときに使えます", - - "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": "メカニカルポンプの輸送速度", - "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": "メカニカルソーは回転力を供給すると、目の前の木を伐採できます", - "create.ponder.mechanical_saw_breaker.text_2": "木を完全に伐採するには、木と地面を繋ぐ最後の根本を伐採しなければなりません", - - "create.ponder.mechanical_saw_contraption.header": "からくりに組み込んでのメカニカルソーの使い方", - "create.ponder.mechanical_saw_contraption.text_1": "メカニカルソーを組み込んだからくりを動かすと...", - "create.ponder.mechanical_saw_contraption.text_2": "...メカニカルソーは木を伐採します", - - "create.ponder.mechanical_saw_processing.header": "メカニカルソーによるアイテム加工", - "create.ponder.mechanical_saw_processing.text_1": "上向きのメカニカルソーは、様々なアイテムを加工できます", - "create.ponder.mechanical_saw_processing.text_2": "加工したアイテムは、常にソーの回転方向とは逆に移動します", - "create.ponder.mechanical_saw_processing.text_3": "ソーはメカニカルベルトと繋げて加工できます", - "create.ponder.mechanical_saw_processing.text_4": "複数の完成品がある場合、フィルタースロットでどの完成品を作るかを指定できます", - "create.ponder.mechanical_saw_processing.text_5": "フィルターがない場合、ソーは全ての加工を順番に繰り返します", - - "create.ponder.millstone.header": "石臼によるアイテム加工", - "create.ponder.millstone.text_1": "石臼はアイテムを粉砕加工する機械です", - "create.ponder.millstone.text_2": "歯車を使って、側面から回転力を供給できます", - "create.ponder.millstone.text_3": "上からアイテムを投げ入れてアイテムを搬入できます", - "create.ponder.millstone.text_4": "しばらく待った後、右クリックで完成品を取り出せます", - "create.ponder.millstone.text_5": "加工品を搬出して自動化することもできます", - - "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": "からくり液体交換", - "create.ponder.portable_fluid_interface.text_1": "移動しているからくりの液体タンクは、どんなパイプでも搬出入できません", - "create.ponder.portable_fluid_interface.text_2": "この機械は、からくりをブロックに戻すことなく液体を搬出入できます", - "create.ponder.portable_fluid_interface.text_3": "1~2ブロックの隙間を開けて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": "からくりに組み込まれた収納ブロックは、プレイヤーが開くことはできません", - "create.ponder.portable_storage_interface.text_2": "この装置は、からくりを停止することなく、収納ブロックと搬出入できます", - "create.ponder.portable_storage_interface.text_3": "1~2ブロックの間隔をあけて、2つ目のインターフェースを設置しましょう", - "create.ponder.portable_storage_interface.text_4": "両者がすれ違うたびに接続されます", - "create.ponder.portable_storage_interface.text_5": "接続中、設置されている方のインターフェースはからくり内全ての収納ブロックのように振る舞います", - "create.ponder.portable_storage_interface.text_6": "アイテムを搬入したり...", - "create.ponder.portable_storage_interface.text_7": "...アイテムを搬出したりできます", - "create.ponder.portable_storage_interface.text_8": "しばらくの間アイテムのやり取りがないと、からくりは稼働を再開します", - - "create.ponder.portable_storage_interface_redstone.header": "レッドストーンによる制御", - "create.ponder.portable_storage_interface_redstone.text_1": "レッドストーン信号を受けている間、設置されたインターフェースは接続を行いません", - - "create.ponder.powered_latch.header": "パワードラッチによる信号制御", - "create.ponder.powered_latch.text_1": "パワードラッチはレッドストーン信号で制御できるレバーです", - "create.ponder.powered_latch.text_2": "後ろからの信号でオンに", - "create.ponder.powered_latch.text_3": "側面からの信号でオフに戻ります", - "create.ponder.powered_latch.text_4": "パワードラッチは、手動でもオンオフできます", - - "create.ponder.powered_toggle_latch.header": "パワードトグルラッチによる信号制御", - "create.ponder.powered_toggle_latch.text_1": "パワードトグルラッチはレッドストーン信号で切り替えできるレバーです", - "create.ponder.powered_toggle_latch.text_2": "後ろからの信号で切り替えできます", - "create.ponder.powered_toggle_latch.text_3": "何度も信号を送るとオンとオフと繰り返します", - "create.ponder.powered_toggle_latch.text_4": "パワードトグルラッチは、手動でもオンオフもできます", - - "create.ponder.pulse_extender.header": "パルスエクステンダーによる信号制御", - "create.ponder.pulse_extender.text_1": "パルスエクステンダーは通過する信号を長くします", - "create.ponder.pulse_extender.text_2": "短時間の遅延の後...", - "create.ponder.pulse_extender.text_3": "...設定した時間だけ信号を出します", - "create.ponder.pulse_extender.text_4": "マウスホイールで、信号を出す時間を調整できます", - "create.ponder.pulse_extender.text_5": "最大で30分まで設定できます", - - "create.ponder.pulse_repeater.header": "パルスリピーターによる信号制御", - "create.ponder.pulse_repeater.text_1": "パルスリピーターは、レッドストーン信号を短縮して1tickのパルス信号にします", - "create.ponder.pulse_repeater.text_2": "マウスホイールで、遅延する時間を調整できます", - "create.ponder.pulse_repeater.text_3": "最大30分まで設定できます", - - "create.ponder.radial_chassis.header": "ラジアルシャーシによるブロックの取り付け", - "create.ponder.radial_chassis.text_1": "ラジアルシャーシは、同じ種類のシャーシと繋がります", - "create.ponder.radial_chassis.text_2": "からくり機械によって1つが動かされると、他も一緒に動きます", - "create.ponder.radial_chassis.text_3": "ラジアルシャーシの側面を粘着面にできます", - "create.ponder.radial_chassis.text_4": "もう一度クリックすると、他の全ての面も粘着面になります", - "create.ponder.radial_chassis.text_5": "素手でスニークしながら右クリックすると、粘着剤を剥がせます", - "create.ponder.radial_chassis.text_6": "ブロックが粘着面に設置されていると...", - "create.ponder.radial_chassis.text_7": "...その範囲内の繋がっている全てのブロックが取り付けられます", - "create.ponder.radial_chassis.text_8": "レンチを使って、シャーシの範囲の半径を正確に指定できます", - "create.ponder.radial_chassis.text_9": "どの粘着面とも繋がっていないブロックは取りつきません", - - "create.ponder.redstone_contact.header": "レッドストーンコンタクト", - "create.ponder.redstone_contact.text_1": "向かい合ったレッドストーンコンタクトは、レッドストーン信号を出力します", - "create.ponder.redstone_contact.text_2": "これは、片方のコンタクトがからくりの一部である場合でも同様です", - - "create.ponder.redstone_link.header": "レッドストーンリンクの使い方", - "create.ponder.redstone_link.text_1": "レッドストーンリンクは、レッドストーン信号を無線で送受信できます", - "create.ponder.redstone_link.text_2": "モードを切り替えるには、スニークしながら右クリックします", - "create.ponder.redstone_link.text_3": "レンチをもって右クリックでも、モードを切り替えられます", - "create.ponder.redstone_link.text_4": "受信機は、128ブロック以内の送信機のレッドストーン信号を受信します", - "create.ponder.redstone_link.text_5": "2つのスロットにアイテムを設定すると、周波数を設定できます", - "create.ponder.redstone_link.text_6": "周波数が一致するリンク同士のみが送受信を行います", - - "create.ponder.rope_pulley.header": "ローププーリーによる構造物の移動", - "create.ponder.rope_pulley.text_1": "ローププーリーは、回転力を供給するとブロックを垂直に動かせます", - "create.ponder.rope_pulley.text_2": "移動の方向と速度は、供給される回転力で決まります", - - "create.ponder.rope_pulley_attachment.header": "プーリーをからくりの一部として動かす", - "create.ponder.rope_pulley_attachment.text_1": "プーリーがからくりによって動かされると...", - "create.ponder.rope_pulley_attachment.text_2": "...プーリーと接続している構造物も一緒に動きます", - "create.ponder.rope_pulley_attachment.text_3": "プーリーが稼働している間は動かせないことに注意してください", - - "create.ponder.rope_pulley_modes.header": "ローププーリーの動作モード", - "create.ponder.rope_pulley_modes.text_1": "プーリーの動きが止まると、移動した構造物はブロックに戻ります", - "create.ponder.rope_pulley_modes.text_2": "ブロックに戻らないように設定したり、動かし始めた場所でしかブロックに戻らないように設定したりできます", - - "create.ponder.rose_quartz_lamp.header": "ローズクォーツランプ", - "create.ponder.rose_quartz_lamp.text_1": "ローズクォーツランプはレッドストーン信号を受けるとオンになります", - "create.ponder.rose_quartz_lamp.text_2": "するとその後もレッドストーン信号を発し続けます", - "create.ponder.rose_quartz_lamp.text_3": "複数のランプを並べて設置すると...", - "create.ponder.rose_quartz_lamp.text_4": "...ランプをオンにすると信号はそこに集中し、他のランプはオフになります", - "create.ponder.rose_quartz_lamp.text_5": "オンのランプの距離に応じてコンパレーターは信号を発します", - "create.ponder.rose_quartz_lamp.text_6": "レンチでランプを手動で切り替えることもできます", - - "create.ponder.rotation_speed_controller.header": "回転速度コントローラーの使い方", - "create.ponder.rotation_speed_controller.text_1": "コントローラーは、側面の軸から上の大きな歯車に回転を伝達します", - "create.ponder.rotation_speed_controller.text_2": "側面のパネルを見ながらスクロールすると、伝達する回転速度を調整できます", - - "create.ponder.sail.header": "帆による風車の組み立て", - "create.ponder.sail.text_1": "帆は、風車を作るのに便利なブロックです", - "create.ponder.sail.text_2": "超粘着剤やシャーシなしに、ブロックや帆フレームに取り付けられます", - "create.ponder.sail.text_3": "染料で右クリックして染色できます", - "create.ponder.sail.text_4": "ハサミで右クリックすると、フレームに戻せます", - - "create.ponder.sail_frame.header": "帆フレームによる風車の組み立て", - "create.ponder.sail_frame.text_1": "帆フレームは、風車を作るのに便利なブロックです", - "create.ponder.sail_frame.text_2": "超粘着剤やシャーシなしに、ブロックや帆フレームに取り付けられます", - - "create.ponder.sequenced_gearshift.header": "シーケンスギアシフトによる回転の制御", - "create.ponder.sequenced_gearshift.text_1": "シーケンスギアシフトは、設定されたプログラムに従って回転を伝達します", - "create.ponder.sequenced_gearshift.text_2": "右クリックで設定画面を開けます", - "create.ponder.sequenced_gearshift.text_3": "レッドストーン信号を受けると、設定されたプログラムを実行します", - "create.ponder.sequenced_gearshift.text_4": "終了すると止まり、また次のレッドストーン信号を受けると同じように動作します", - "create.ponder.sequenced_gearshift.text_5": "レッドストーンコンパレーターで、現在の進捗を読み取れます", - - "create.ponder.shaft.header": "シャフトによる回転力の伝達", - "create.ponder.shaft.text_1": "シャフトはまっすぐに回転を伝達します", - - "create.ponder.shaft_casing.header": "ケース入りシャフト", - "create.ponder.shaft_casing.text_1": "真鍮、安山岩ケーシングを使って、シャフトを装飾できます", - - "create.ponder.smart_chute.header": "スマートシュートによるアイテムのフィルタリング", - "create.ponder.smart_chute.text_1": "スマートシュートは、垂直方向のシュートにフィルター機能を追加したものです", - "create.ponder.smart_chute.text_2": "フィルタースロットを使って、何を搬出入するかを設定できます", - "create.ponder.smart_chute.text_3": "マウスホイールで搬出するスタック量を指定できます", - "create.ponder.smart_chute.text_4": "レッドストーン信号で、スマートシュートを停止させることもできます", - - "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": "エンジニアのゴーグルを装着していると、より詳細な情報を得られます", - "create.ponder.speedometer.text_3": "コンパレーターは、速度メーターの測定値に応じたレッドストーン信号を出力します", - - "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": "メカニカルベアリングが動いている構造物に組み込まれているなら...", - "create.ponder.stabilized_bearings.text_2": "...自身の角度を真っ直ぐに保とうとします", - "create.ponder.stabilized_bearings.text_3": "ベアリングにブロックを取り付けると", - "create.ponder.stabilized_bearings.text_4": "ベアリングに取り付けたサブのからくり全体が角度を真っ直ぐに保ったままになります", - - "create.ponder.steam_engine.header": "蒸気エンジンの設置", - "create.ponder.steam_engine.text_1": "蒸気エンジンは液体タンクに設置できます", - "create.ponder.steam_engine.text_10": "レベル4", - "create.ponder.steam_engine.text_11": "4基の蒸気エンジン", - "create.ponder.steam_engine.text_12": "レべル8", - "create.ponder.steam_engine.text_13": "8基の蒸気エンジン", - "create.ponder.steam_engine.text_2": "シャフトで蒸気エンジンをクリックして回転力の出力口を作れます", - "create.ponder.steam_engine.text_3": "十分な容量と水量、そして熱量があれば...", - "create.ponder.steam_engine.text_4": "...回転力を生成できます", - "create.ponder.steam_engine.text_5": "最低でも、4つの液体タンクが必要です", - "create.ponder.steam_engine.text_6": "ブレイズバーナーの助けを借りれば、出力を増やせます", - "create.ponder.steam_engine.text_7": "レベルを上げるには、より多くの容量、水量、熱量が必要です", - "create.ponder.steam_engine.text_8": "レベルは、エンジニアのゴーグルで確認できます", - "create.ponder.steam_engine.text_9": "レベルを上げるごとに、最大出力を出せるエンジンを増やせます", - - "create.ponder.steam_whistle.header": "汽笛の設置", - "create.ponder.steam_whistle.text_1": "汽笛は液体タンクに設置できます", - "create.ponder.steam_whistle.text_2": "タンクが十分な熱量を受けていれば...", - "create.ponder.steam_whistle.text_3": "...汽笛はレッドストーン信号を受けたとき、音を鳴らします", - "create.ponder.steam_whistle.text_4": "ブロックにアイテムの汽笛を使うことで、音程を下げられます", - "create.ponder.steam_whistle.text_5": "レンチを使って、3つのオクターブを循環して切り替えられます", - "create.ponder.steam_whistle.text_6": "エンジニアのゴーグルは、汽笛の音程を調べるのに役立ちます", - - "create.ponder.sticker.header": "スティッカーを使ったブロックの付け外し", - "create.ponder.sticker.text_1": "スティッカーは、ブロックの付け外しをレッドストーン信号で制御できます", - "create.ponder.sticker.text_2": "レッドストーン信号を受けると、状態が切り替わります", - "create.ponder.sticker.text_3": "付いているときは、からくりが動かされるとブロックも一緒に動きます", - "create.ponder.sticker.text_4": "もう一度信号を受けると、ブロックは外れます", - - "create.ponder.stressometer.header": "応力メーターによる動力情報の監視", - "create.ponder.stressometer.text_1": "応力メーターは、接続した動力ネットワークの許容応力を表示します", - "create.ponder.stressometer.text_2": "エンジニアのゴーグルを装着していると、より詳しい数値を見られます", - "create.ponder.stressometer.text_3": "コンパレーターは、応力メーターの測定値に応じたレッドストーン信号を出力します", - - "create.ponder.super_glue.header": "超粘着剤によるブロックの取り付け", - "create.ponder.super_glue.text_1": "超粘着剤はブロックをまとめて、動く構造物を作れます", - "create.ponder.super_glue.text_2": "2つの角をクリックすると、新しい「粘着」領域が作られます", - "create.ponder.super_glue.text_3": "領域を削除するには、超粘着剤を持って殴ってください", - "create.ponder.super_glue.text_4": "領域を共有する隣接するブロックは互いにくっつきます", - "create.ponder.super_glue.text_5": "重なった領域は一緒に移動します", - "create.ponder.super_glue.text_6": "他のブロックにぶら下げるブロックは、基本的に超粘着剤を必要としません", - - "create.ponder.track_chunks.header": "ロードされていないチャンクの旅", - "create.ponder.track_chunks.text_1": "線路はロードされたチャンクの外でも機能し続けます", - "create.ponder.track_chunks.text_2": "列車は世界の処理されていない場所でも問題なく走行します", - "create.ponder.track_chunks.text_3": "駅や赤信号で止まるのは変わりません", - "create.ponder.track_chunks.text_4": "ただし、ドリルなど、組み込んだ機械は動作しません", - "create.ponder.track_chunks.text_5": "プレイヤーが近づくと、列車は再び現れます", - - "create.ponder.track_observer.header": "列車の検知", - "create.ponder.track_observer.text_1": "鉄道用線路を選択し、その後列車検知装置を近くに置いてください", - "create.ponder.track_observer.text_2": "列車検知装置はそのマーカーに列車が通るとそれを検知します", - "create.ponder.track_observer.text_3": "列車検知装置はフィルターに一致する貨物があったときだけ動作するようにできます", - - "create.ponder.track_placement.header": "鉄道用線路の設置", - "create.ponder.track_placement.text_1": "からくり鉄道のために設計された新型レール", - "create.ponder.track_placement.text_2": "線路を一括して設置するには、まず既存の線路をクリックしてください", - "create.ponder.track_placement.text_3": "次に、2つ目の線路を設置または選択します", - "create.ponder.track_placement.text_4": "線路はターンや傾斜として設置することもできます", - "create.ponder.track_placement.text_5": "繋げたとき、線路はそれぞれのターンが均等な大きさになるよう配置されます", - "create.ponder.track_placement.text_6": "ダッシュキーを押しながら繋げると...", - "create.ponder.track_placement.text_7": "...代わりにできるだけ長くなめらかなターンを作ります", - "create.ponder.track_placement.text_8": "オフハンドに持った素材は線路の下に自動で敷き詰められます", - - "create.ponder.track_portal.header": "ネザーへの線路", - "create.ponder.track_portal.text_1": "鉄道用線路をネザーポータルに設置すると...", - "create.ponder.track_portal.text_2": "...向こう側に対となる線路の設置を試みます", - "create.ponder.track_portal.text_3": "この線路上の列車はディメンションを超えて進めます", - - "create.ponder.train_assembly.header": "列車の組み立て", - "create.ponder.train_assembly.text_1": "鉄道用線路を選択した後、駅を近くに置いてください", - "create.ponder.train_assembly.text_10": "列車には鉄道用運転台が必要です", - "create.ponder.train_assembly.text_11": "もうひとつ置くことで駅から両方向に発車発車をさせることもできます", - "create.ponder.train_assembly.text_12": "駅のUIを開いて、組み立て処理を実行してください", - "create.ponder.train_assembly.text_13": "列車は駅でしかブロックに戻すことは出きません", - "create.ponder.train_assembly.text_14": "地図を駅を使うと、その場所にラベル付きのマーカーが追加されます", - "create.ponder.train_assembly.text_15": "組み立てた列車はレンチで近くの線路に移動できます", - "create.ponder.train_assembly.text_2": "駅は線路網における道しるべとなります", - "create.ponder.train_assembly.text_3": "新しい列車を作るには、UIを開いて組み立てモードに切り替えてください", - "create.ponder.train_assembly.text_4": "組み立て中、定時運行している列車はこの駅に近づきません", - "create.ponder.train_assembly.text_5": "線路の上に鉄道ケーシングを使って新しい台車を作ってください。", - "create.ponder.train_assembly.text_6": "もう一度線路をクリックすると台車のデザインが循環して切り替わります", - "create.ponder.train_assembly.text_7": "超粘着剤を使ってブロックを取り付けてください", - "create.ponder.train_assembly.text_8": "組み立てた列車は組み込まれたチェストや樽から燃料を探し出せる場合、より速く走ります", - "create.ponder.train_assembly.text_9": "燃料をアイテム保管庫に入れておけば、列車によって消費されません", - - "create.ponder.train_controls.header": "列車の操縦", - "create.ponder.train_controls.text_1": "鉄道運転台はすべてのからくり鉄道に必要です", - "create.ponder.train_controls.text_2": "列車を組み立て、運転台を右クリックして操縦を始められます", - "create.ponder.train_controls.text_3": "列車の加速と進路決定は移動キーで行えます", - "create.ponder.train_controls.text_4": "必要に応じて、最高速度をマウスホイールで調整できます", - "create.ponder.train_controls.text_5": "スペースキーを長押しすることで、近くの駅に停車できます", - "create.ponder.train_controls.text_6": "列車は駅でしかブロックに戻せません", - "create.ponder.train_controls.text_7": "組み込んだ汽笛はダッシュキーで鳴らせます", - "create.ponder.train_controls.text_8": "スニークかもう一度クリックで列車の運転をやめられます", - - "create.ponder.train_schedule.header": "鉄道時刻表の使い方", - "create.ponder.train_schedule.text_1": "時刻表を使えば、列車を他の運転手に運転させられます", - "create.ponder.train_schedule.text_2": "アイテムを持って右クリックで設定画面を開けます", - "create.ponder.train_schedule.text_3": "一度時刻表を組めば、運転手に渡せます", - "create.ponder.train_schedule.text_4": "任意のモブか、ブレイズバーナーを運転台の真正面に座らせれば車掌にできます", - "create.ponder.train_schedule.text_5": "リードにモブを結べば、シートをクリックして簡単に座らせられます", - "create.ponder.train_schedule.text_6": "時刻表はいつでもモブから取りもどせます", - - "create.ponder.train_signal_placement.header": "鉄道信号機の設置", - "create.ponder.train_signal_placement.text_1": "鉄道用線路を選択して信号機を近くに置いてください", - "create.ponder.train_signal_placement.text_2": "信号機はプレイヤーが運転していない列車の運行を制御します", - "create.ponder.train_signal_placement.text_3": "定時運行している列車は決して信号機を逆向きに通過できません...", - "create.ponder.train_signal_placement.text_4": "...もう一つ、反対向きの信号機があれば話は別ですが", - "create.ponder.train_signal_placement.text_5": "ニキシー管を取り付けて、信号機の光をより見やすくできます", - - "create.ponder.train_signal_redstone.header": "信号機 & レッドストーン", - "create.ponder.train_signal_redstone.text_1": "レッドストーン信号で信号機の表示を強制できます", - "create.ponder.train_signal_redstone.text_2": "逆に、コンパレーターは赤信号の時にレッドストーン信号を発します", - - "create.ponder.train_signal_signaling.header": "信号機による衝突防止", - "create.ponder.train_signal_signaling.text_1": "鉄道信号機は鉄道用線路を区間に区切ります", - "create.ponder.train_signal_signaling.text_2": "区間に列車がある場合、他の列車は中への侵入が許可されません", - "create.ponder.train_signal_signaling.text_3": "従って、区間には一度に1つの列車しか存在できません", - "create.ponder.train_signal_signaling.text_4": "二つ目の信号機モードはレンチによって有効にできます", - "create.ponder.train_signal_signaling.text_5": "真鍮の信号機の区間は通常、普通の信号機とつながります", - "create.ponder.train_signal_signaling.text_6": "この特別な信号は、第二の条件下で列車を停止させられます", - "create.ponder.train_signal_signaling.text_7": "それは区間に入ろうとした列車を停止させます...", - "create.ponder.train_signal_signaling.text_8": "...すぐに区間を離れられない場合", - "create.ponder.train_signal_signaling.text_9": "これで、待っている列車を混雑する区間の中に入らないようにできます", - - "create.ponder.valve_handle.header": "バルブハンドルによる回転力の生成", - "create.ponder.valve_handle.text_1": "バルブハンドルは手動で回転力を生み出す原動機です", - "create.ponder.valve_handle.text_2": "右クリックし続けると、反時計回りに回転します", - "create.ponder.valve_handle.text_3": "回転速度はゆっくりですが、一定です", - "create.ponder.valve_handle.text_4": "スニーク状態で右クリックし続けると、時計回りに回転します", - "create.ponder.valve_handle.text_5": "バルブハンドルは、染色できます", - - "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": "水車は隣接する水流から回転力を生み出します", - "create.ponder.water_wheel.text_2": "水流を受ける面が多ければ多いほど、水車の回転速度は速くなります", - "create.ponder.water_wheel.text_3": "水車の羽根は水流に逆らわないように設置してください", - "create.ponder.water_wheel.text_4": "逆向きに設置すると、回転速度が落ちてしまいます", - - "create.ponder.weighted_ejector.header": "重量射出機の使い方", - "create.ponder.weighted_ejector.text_1": "射出機を持ってスニークしながら右クリックすると、対象となる位置を設定できます", - "create.ponder.weighted_ejector.text_10": "スタック数を設定すると、保持しているスタックがその量に達したときのみ射出するようになります", - "create.ponder.weighted_ejector.text_11": "他のエンティティが射出機を踏むと、いつでも射出機が稼働します", - "create.ponder.weighted_ejector.text_2": "設置した射出機は、設定した場所に物体を発射します", - "create.ponder.weighted_ejector.text_3": "範囲内であれば高さや距離は問いません", - "create.ponder.weighted_ejector.text_4": "ただし、真正面以外へは射出できません", - "create.ponder.weighted_ejector.text_5": "有効な位置が設定されていない場合、真正面のブロックが対象になります", - "create.ponder.weighted_ejector.text_6": "巻き上げるには、回転力を供給する必要があります", - "create.ponder.weighted_ejector.text_7": "上にアイテムを置くと、射出機が稼働します", - "create.ponder.weighted_ejector.text_8": "対象が満杯の収納ブロックの場合、射出機はそのブロックに空きがでるまで待機します", - "create.ponder.weighted_ejector.text_9": "レンチを使って、スタック量を調整できます", - - "create.ponder.weighted_ejector_redstone.header": "レッドストーン信号による重量射出機の制御", - "create.ponder.weighted_ejector_redstone.text_1": "レッドストーン信号を受けている間、射出機は稼働しません", - "create.ponder.weighted_ejector_redstone.text_2": "また、オブザーバーは射出機の稼働を検知できます", - - "create.ponder.weighted_ejector_tunnel.header": "重量射出機によるアイテムスタックの分割", - "create.ponder.weighted_ejector_tunnel.text_1": "真鍮トンネルと組み合わせて、アイテムスタックの特定の量だけを分割できます", - "create.ponder.weighted_ejector_tunnel.text_2": "まず、側面の搬出口を優先させる為に、真鍮トンネルを「最寄りを優先」に設定します", - "create.ponder.weighted_ejector_tunnel.text_3": "次に、射出機に分割したいスタック量を設定します", - "create.ponder.weighted_ejector_tunnel.text_4": "設定した量のアイテムスタックは側面の搬出口から搬出され...", - "create.ponder.weighted_ejector_tunnel.text_5": "...残りのアイテムはそのまま搬出されます", - - "create.ponder.windmill_source.header": "風車ベアリングによる回転力の生成", - "create.ponder.windmill_source.text_1": "風車ベアリングは手前にブロックを取り付けられます", - "create.ponder.windmill_source.text_2": "超粘着剤を使って動く構造物を作ってください", - "create.ponder.windmill_source.text_3": "帆とみなされる十分な数のブロックが取り付けられていれば、風車として機能します", - "create.ponder.windmill_source.text_4": "右クリックして風車ベアリングを起動すると、回転力を供給し始めます", - "create.ponder.windmill_source.text_5": "回転速度は帆ブロックの数で決まります", - "create.ponder.windmill_source.text_6": "レンチを使って回転方向を変えられます", - "create.ponder.windmill_source.text_7": "ベアリングを右クリックすれば、いつでも回転を停止させて構造物を組み立て直せます", - - "create.ponder.windmill_structure.header": "からくり風車", - "create.ponder.windmill_structure.text_1": "帆とみなされるブロックが8個以上あれば、どのような構造物でも風車として動きます", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/ko_kr.json b/src/generated/resources/assets/create/lang/unfinished/ko_kr.json deleted file mode 100644 index acd763a06f..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/ko_kr.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 19", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "아카시아나무 유리창", - "block.create.acacia_window_pane": "아카시아나무 유리판 ", - "block.create.adjustable_chain_gearshift": "벨트 변속기", - "block.create.analog_lever": "아날로그 레버", - "block.create.andesite_belt_funnel": "안산암 퍼널", - "block.create.andesite_casing": "안산암 케이스", - "block.create.andesite_encased_cogwheel": "안산암 케이스를 씌운 톱니바퀴", - "block.create.andesite_encased_large_cogwheel": "안산암 케이스를 씌운 큰 톱니바퀴", - "block.create.andesite_encased_shaft": "안산암 케이스를 씌운 축", - "block.create.andesite_funnel": "안산암 퍼널", - "block.create.andesite_ladder": "안산암 사다리", - "block.create.andesite_pillar": "안산암 기둥", - "block.create.andesite_tunnel": "안산암 터널", - "block.create.asurine": "담청암", - "block.create.asurine_pillar": "담청암 기둥", - "block.create.basin": "대야", - "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_toolbox": "검은색 공구상자", - "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_toolbox": "파란색 공구상자", - "block.create.blue_valve_handle": "파란색 밸브 손잡이", - "block.create.brass_belt_funnel": "황동 퍼널", - "block.create.brass_block": "황동 블록", - "block.create.brass_casing": "황동 케이스", - "block.create.brass_encased_cogwheel": "황동 케이스를 씌운 톱니바퀴", - "block.create.brass_encased_large_cogwheel": "황동 케이스를 씌운 큰 톱니바퀴", - "block.create.brass_encased_shaft": "황동 케이스를 씌운 축", - "block.create.brass_funnel": "황동 퍼널", - "block.create.brass_ladder": "황동 사다리", - "block.create.brass_tunnel": "황동 터널", - "block.create.brown_nixie_tube": "갈색 닉시관", - "block.create.brown_sail": "갈색 날개", - "block.create.brown_seat": "갈색 좌석", - "block.create.brown_toolbox": "갈색 공구상자", - "block.create.brown_valve_handle": "갈색 밸브 손잡이", - "block.create.calcite_pillar": "방해석 기둥", - "block.create.cart_assembler": "수레 조립기", - "block.create.chocolate": "초콜릿", - "block.create.chute": "슈트", - "block.create.clockwork_bearing": "시계 베어링", - "block.create.clutch": "클러치", - "block.create.cogwheel": "톱니바퀴", - "block.create.content_observer": "정보 감지기", - "block.create.controller_rail": "방향 레일", - "block.create.controls": "기차 조종기", - "block.create.copper_backtank": "구리 산소통", - "block.create.copper_casing": "구리 케이스", - "block.create.copper_ladder": "구리 사다리", - "block.create.copper_shingle_slab": "구리 판자 반 블록", - "block.create.copper_shingle_stairs": "구리 판자 계단", - "block.create.copper_shingles": "구리 판자", - "block.create.copper_tile_slab": "구리 타일 반 블록", - "block.create.copper_tile_stairs": "구리 타일 계단", - "block.create.copper_tiles": "구리 타일", - "block.create.copper_valve_handle": "구리 밸브 손잡이", - "block.create.creative_crate": "크리에이티브 창고", - "block.create.creative_fluid_tank": "크리에이티브 탱크", - "block.create.creative_motor": "크리에이티브 모터", - "block.create.crimsite": "진홍암", - "block.create.crimsite_pillar": "진홍암 기둥", - "block.create.crimson_window": "진홍빛 유리창", - "block.create.crimson_window_pane": "진홍빛 유리판", - "block.create.crushing_wheel": "분쇄 휠", - "block.create.crushing_wheel_controller": "분쇄 휠 컨트롤러", - "block.create.cuckoo_clock": "뻐꾸기 시계", - "block.create.cut_andesite": "깎인 안산암", - "block.create.cut_andesite_brick_slab": "깎인 안산암 벽돌 반 블록", - "block.create.cut_andesite_brick_stairs": "깎인 안산암 벽돌 계단", - "block.create.cut_andesite_brick_wall": "깎인 안산암 벽돌 담장", - "block.create.cut_andesite_bricks": "깎인 안산암 벽돌", - "block.create.cut_andesite_slab": "깎인 안산암 반 블록", - "block.create.cut_andesite_stairs": "깎인 안산암 계단", - "block.create.cut_andesite_wall": "깎인 안산암 담장", - "block.create.cut_asurine": "깎인 담청암", - "block.create.cut_asurine_brick_slab": "깎인 담청암 벽돌 반 블록", - "block.create.cut_asurine_brick_stairs": "깎인 담청암 벽돌 계단", - "block.create.cut_asurine_brick_wall": "깎인 담청암 벽돌 담장", - "block.create.cut_asurine_bricks": "깎인 담청암 벽돌", - "block.create.cut_asurine_slab": "깎인 담청암 반 블록", - "block.create.cut_asurine_stairs": "깎인 담청암 계단", - "block.create.cut_asurine_wall": "깎인 담청암 담장", - "block.create.cut_calcite": "깎인 방해석", - "block.create.cut_calcite_brick_slab": "깎인 방해석 벽돌 반 블록", - "block.create.cut_calcite_brick_stairs": "깎인 방해석 벽돌 계단", - "block.create.cut_calcite_brick_wall": "깎인 방해석 벽돌 담장", - "block.create.cut_calcite_bricks": "깎인 방해석 벽돌", - "block.create.cut_calcite_slab": "깎인 방해석 반 블록", - "block.create.cut_calcite_stairs": "깎인 방해석 계단", - "block.create.cut_calcite_wall": "깎인 방해석 담장", - "block.create.cut_crimsite": "깎인 진홍암", - "block.create.cut_crimsite_brick_slab": "깎인 진홍암 벽돌 반 블록", - "block.create.cut_crimsite_brick_stairs": "깎인 진홍암 벽돌 계단", - "block.create.cut_crimsite_brick_wall": "깎인 진홍암 벽돌 담장", - "block.create.cut_crimsite_bricks": "깎인 진홍암 벽돌", - "block.create.cut_crimsite_slab": "깎인 진홍암 반 블록", - "block.create.cut_crimsite_stairs": "깎인 진홍암 계단", - "block.create.cut_crimsite_wall": "깎인 진홍암 담장", - "block.create.cut_deepslate": "깎인 심층암", - "block.create.cut_deepslate_brick_slab": "깎인 심층암 벽돌 반 블록", - "block.create.cut_deepslate_brick_stairs": "깎인 심층암 벽돌 계단", - "block.create.cut_deepslate_brick_wall": "깎인 심층암 벽돌 담장", - "block.create.cut_deepslate_bricks": "깎인 심층암 벽돌", - "block.create.cut_deepslate_slab": "깎인 심층암 반 블록", - "block.create.cut_deepslate_stairs": "깎인 심층암 계단", - "block.create.cut_deepslate_wall": "깎인 심층암 담장", - "block.create.cut_diorite": "깎인 섬록암", - "block.create.cut_diorite_brick_slab": "깎인 섬록암 벽돌 반 블록", - "block.create.cut_diorite_brick_stairs": "깎인 섬록암 벽돌 계단", - "block.create.cut_diorite_brick_wall": "깎인 섬록암 벽돌 담장", - "block.create.cut_diorite_bricks": "깎인 섬록암 벽돌", - "block.create.cut_diorite_slab": "깎인 섬록암 반 블록", - "block.create.cut_diorite_stairs": "깎인 섬록암 계단", - "block.create.cut_diorite_wall": "깎인 섬록암 담장", - "block.create.cut_dripstone": "깎인 점적석", - "block.create.cut_dripstone_brick_slab": "깎인 점적석 벽돌 반 블록", - "block.create.cut_dripstone_brick_stairs": "깎인 점적석 벽돌 계단", - "block.create.cut_dripstone_brick_wall": "깎인 점적석 벽돌 담장", - "block.create.cut_dripstone_bricks": "깎인 점적석 벽돌", - "block.create.cut_dripstone_slab": "깎인 점적석 반 블록", - "block.create.cut_dripstone_stairs": "깎인 점적석 계단", - "block.create.cut_dripstone_wall": "깎인 점적석 담장", - "block.create.cut_granite": "깎인 화강암", - "block.create.cut_granite_brick_slab": "깎인 화강암 벽돌 반 블록", - "block.create.cut_granite_brick_stairs": "깎인 화강암 벽돌 계단", - "block.create.cut_granite_brick_wall": "깎인 화강암 벽돌 담장", - "block.create.cut_granite_bricks": "깎인 화강암 벽돌", - "block.create.cut_granite_slab": "깎인 화강암 반 블록", - "block.create.cut_granite_stairs": "깎인 화강암 계단", - "block.create.cut_granite_wall": "깎인 화강암 담장", - "block.create.cut_limestone": "깎인 석회암", - "block.create.cut_limestone_brick_slab": "깎인 석회암 벽돌 반 블록", - "block.create.cut_limestone_brick_stairs": "깎인 석회암 벽돌 계단", - "block.create.cut_limestone_brick_wall": "깎인 석회암 벽돌 담장", - "block.create.cut_limestone_bricks": "깎인 석회암 벽돌", - "block.create.cut_limestone_slab": "깎인 석회암 반 블록", - "block.create.cut_limestone_stairs": "깎인 석회암 계단", - "block.create.cut_limestone_wall": "깎인 석회암 담장", - "block.create.cut_ochrum": "깎인 황토암", - "block.create.cut_ochrum_brick_slab": "깎인 황토암 벽돌 반 블록", - "block.create.cut_ochrum_brick_stairs": "깎인 황토암 벽돌 계단", - "block.create.cut_ochrum_brick_wall": "깎인 황토암 벽돌 담장", - "block.create.cut_ochrum_bricks": "깎인 황토암 벽돌", - "block.create.cut_ochrum_slab": "깎인 황토암 반 블록", - "block.create.cut_ochrum_stairs": "깎인 황토암 계단", - "block.create.cut_ochrum_wall": "깎인 황토암 담장", - "block.create.cut_scorchia": "깎인 짙은 스코리아", - "block.create.cut_scorchia_brick_slab": "깎인 짙은 스코리아 벽돌 반 블록", - "block.create.cut_scorchia_brick_stairs": "깎인 짙은 스코리아 벽돌 계단", - "block.create.cut_scorchia_brick_wall": "깎인 짙은 스코리아 벽돌 담장", - "block.create.cut_scorchia_bricks": "깎인 짙은 스코리아 벽돌", - "block.create.cut_scorchia_slab": "깎인 짙은 스코리아 반 블록", - "block.create.cut_scorchia_stairs": "깎인 짙은 스코리아 계단", - "block.create.cut_scorchia_wall": "깎인 짙은 스코리아 담장", - "block.create.cut_scoria": "깎인 스코리아", - "block.create.cut_scoria_brick_slab": "깎인 스코리아 벽돌 반 블록", - "block.create.cut_scoria_brick_stairs": "깎인 스코리아 벽돌 계단", - "block.create.cut_scoria_brick_wall": "깎인 스코리아 벽돌 담장", - "block.create.cut_scoria_bricks": "깎인 스코리아 벽돌", - "block.create.cut_scoria_slab": "깎인 스코리아 반 블록", - "block.create.cut_scoria_stairs": "깎인 스코리아 계단", - "block.create.cut_scoria_wall": "깎인 스코리아 담장", - "block.create.cut_tuff": "깎인 응회암", - "block.create.cut_tuff_brick_slab": "깎인 응회암 벽돌 반 블록", - "block.create.cut_tuff_brick_stairs": "깎인 응회암 벽돌 계단", - "block.create.cut_tuff_brick_wall": "깎인 응회암 벽돌 담장", - "block.create.cut_tuff_bricks": "깎인 응회암 벽돌", - "block.create.cut_tuff_slab": "깎인 응회암 반 블록", - "block.create.cut_tuff_stairs": "깎인 응회암 계단", - "block.create.cut_tuff_wall": "깎인 응회암 담장", - "block.create.cut_veridium": "깎인 심록암", - "block.create.cut_veridium_brick_slab": "깎인 심록암 벽돌 반 블록", - "block.create.cut_veridium_brick_stairs": "깎인 심록암 벽돌 계단", - "block.create.cut_veridium_brick_wall": "깎인 심록암 벽돌 담장", - "block.create.cut_veridium_bricks": "깎인 심록암 벽돌", - "block.create.cut_veridium_slab": "깎인 심록암 반 블록", - "block.create.cut_veridium_stairs": "깎인 심록암 계단", - "block.create.cut_veridium_wall": "깎인 심록암 담장", - "block.create.cyan_nixie_tube": "청록색 닉시관", - "block.create.cyan_sail": "청록색 날개", - "block.create.cyan_seat": "청록색 좌석", - "block.create.cyan_toolbox": "청록색 공구상자", - "block.create.cyan_valve_handle": "청록색 밸브 손잡이", - "block.create.dark_oak_window": "짙은 참나무 유리창", - "block.create.dark_oak_window_pane": "짙은 참나무 유리판", - "block.create.deepslate_pillar": "심층암 기둥", - "block.create.deepslate_zinc_ore": "심층암 아연 광석", - "block.create.deployer": "기계 손", - "block.create.depot": "아이템 거치대", - "block.create.diorite_pillar": "섬록암 기둥", - "block.create.display_board": "디스플레이 화면", - "block.create.display_link": "디스플레이 링크", - "block.create.dripstone_pillar": "점적석 기둥", - "block.create.encased_chain_drive": "체인 드라이브", - "block.create.encased_fan": "선풍기", - "block.create.encased_fluid_pipe": "구리 케이스를 씌운 파이프", - "block.create.exposed_copper_shingle_slab": "약간 녹슨 구리 판자 반 블록", - "block.create.exposed_copper_shingle_stairs": "약간 녹슨 구리 판자 계단", - "block.create.exposed_copper_shingles": "약간 녹슨 구리 판자", - "block.create.exposed_copper_tile_slab": "약간 녹슨 구리 타일 반 블록", - "block.create.exposed_copper_tile_stairs": "약간 녹슨 구리 타일 계단", - "block.create.exposed_copper_tiles": "약간 녹슨 구리 타일", - "block.create.fake_track": "지도용 선로 표시", - "block.create.fluid_pipe": "액체 파이프", - "block.create.fluid_tank": "액체 탱크", - "block.create.fluid_valve": "액체 밸브", - "block.create.flywheel": "플라이휠", - "block.create.framed_glass": "큰 유리", - "block.create.framed_glass_door": "유리 문", - "block.create.framed_glass_pane": "큰 유리판", - "block.create.framed_glass_trapdoor": "유리 다락문", - "block.create.gantry_carriage": "갠트리 운반대", - "block.create.gantry_shaft": "갠트리 축", - "block.create.gearbox": "기어박스", - "block.create.gearshift": "기어쉬프트", - "block.create.glass_fluid_pipe": "액체 파이프", - "block.create.granite_pillar": "화강암 기둥", - "block.create.gray_nixie_tube": "회색 닉시관", - "block.create.gray_sail": "회색 날개", - "block.create.gray_seat": "회색 좌석", - "block.create.gray_toolbox": "회색 공구상자", - "block.create.gray_valve_handle": "회색 밸브 손잡이", - "block.create.green_nixie_tube": "초록색 닉시관", - "block.create.green_sail": "초록색 날개", - "block.create.green_seat": "초록색 좌석", - "block.create.green_toolbox": "초록색 공구상자", - "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": "수평 유리판", - "block.create.hose_pulley": "호스 도르래", - "block.create.item_drain": "아이템 배수구", - "block.create.item_vault": "아이템 금고", - "block.create.jungle_window": "정글나무 유리창", - "block.create.jungle_window_pane": "정글나무 유리판", - "block.create.large_bogey": "큰 대차", - "block.create.large_cogwheel": "큰 톱니바퀴", - "block.create.layered_andesite": "단층 안산암", - "block.create.layered_asurine": "단층 담청암", - "block.create.layered_calcite": "단층 방해석", - "block.create.layered_crimsite": "단층 진홍암", - "block.create.layered_deepslate": "단층 심층암", - "block.create.layered_diorite": "단층 섬록암", - "block.create.layered_dripstone": "단층 점적석", - "block.create.layered_granite": "단층 화강암", - "block.create.layered_limestone": "단층 석회암", - "block.create.layered_ochrum": "단층 황토암", - "block.create.layered_scorchia": "단층 짙은 스코리아", - "block.create.layered_scoria": "단층 스코리아", - "block.create.layered_tuff": "단층 응회암", - "block.create.layered_veridium": "단층 심록암", - "block.create.lectern_controller": "독서대 조작기", - "block.create.light_blue_nixie_tube": "하늘색 닉시관", - "block.create.light_blue_sail": "하늘색 날개", - "block.create.light_blue_seat": "하늘색 좌석", - "block.create.light_blue_toolbox": "하늘색 공구상자", - "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_toolbox": "회백색 공구상자", - "block.create.light_gray_valve_handle": "회백색 밸브 손잡이", - "block.create.lime_nixie_tube": "연두색 닉시관", - "block.create.lime_sail": "연두색 날개", - "block.create.lime_seat": "연두색 좌석", - "block.create.lime_toolbox": "연두색 공구상자", - "block.create.lime_valve_handle": "연두색 밸브 손잡이", - "block.create.limestone": "석회암", - "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_toolbox": "자홍색 공구상자", - "block.create.magenta_valve_handle": "자홍색 밸브 손잡이", - "block.create.mechanical_arm": "기계 팔", - "block.create.mechanical_bearing": "베어링", - "block.create.mechanical_crafter": "조합기", - "block.create.mechanical_drill": "드릴", - "block.create.mechanical_harvester": "수확기", - "block.create.mechanical_mixer": "믹서", - "block.create.mechanical_piston": "기계식 피스톤", - "block.create.mechanical_piston_head": "기계식 피스톤 머리", - "block.create.mechanical_plough": "쟁기", - "block.create.mechanical_press": "압착기", - "block.create.mechanical_pump": "펌프", - "block.create.mechanical_saw": "톱", - "block.create.metal_bracket": "금속 지지대", - "block.create.metal_girder": "금속 거더", - "block.create.metal_girder_encased_shaft": "축을 끼운 금속 거더", - "block.create.millstone": "맷돌", - "block.create.minecart_anchor": "광산 수레 정박기", - "block.create.mysterious_cuckoo_clock": "뻐꾸기 시계", - "block.create.nixie_tube": "닉시관", - "block.create.nozzle": "노즐", - "block.create.oak_window": "참나무 유리창", - "block.create.oak_window_pane": "참나무 유리판", - "block.create.ochrum": "황토암", - "block.create.ochrum_pillar": "황토암 기둥", - "block.create.orange_sail": "주황색 날개", - "block.create.orange_seat": "주황색 좌석", - "block.create.orange_toolbox": "주황색 공구상자", - "block.create.orange_valve_handle": "주황색 밸브 손잡이", - "block.create.ornate_iron_window": "장식된 철 유리창", - "block.create.ornate_iron_window_pane": "장식된 철 유리판", - "block.create.oxidized_copper_shingle_slab": "산화된 구리 판자 반 블록", - "block.create.oxidized_copper_shingle_stairs": "산화된 구리 판자 계단", - "block.create.oxidized_copper_shingles": "산화된 구리 판자", - "block.create.oxidized_copper_tile_slab": "산화된 구리 타일 반 블록", - "block.create.oxidized_copper_tile_stairs": "산화된 구리 타일 계단", - "block.create.oxidized_copper_tiles": "산화된 구리 타일", - "block.create.peculiar_bell": "황동 종", - "block.create.pink_nixie_tube": "분홍색 닉시관", - "block.create.pink_sail": "분홍색 날개", - "block.create.pink_seat": "분홍색 좌석", - "block.create.pink_toolbox": "분홍색 공구상자", - "block.create.pink_valve_handle": "분홍색 밸브 손잡이", - "block.create.piston_extension_pole": "피스톤 연장 축", - "block.create.placard": "플래카드", - "block.create.polished_cut_andesite": "윤나는 깎인 안산암", - "block.create.polished_cut_andesite_slab": "윤나는 깎인 안산암 반 블록", - "block.create.polished_cut_andesite_stairs": "윤나는 깎인 안산암 계단", - "block.create.polished_cut_andesite_wall": "윤나는 깎인 안산암 담장", - "block.create.polished_cut_asurine": "윤나는 깎인 담청암", - "block.create.polished_cut_asurine_slab": "윤나는 깎인 담청암 반 블록", - "block.create.polished_cut_asurine_stairs": "윤나는 깎인 담청암 계단", - "block.create.polished_cut_asurine_wall": "윤나는 깎인 담청암 담장", - "block.create.polished_cut_calcite": "윤나는 깎인 방해석", - "block.create.polished_cut_calcite_slab": "윤나는 깎인 방해석 반 블록", - "block.create.polished_cut_calcite_stairs": "윤나는 깎인 방해석 계단", - "block.create.polished_cut_calcite_wall": "윤나는 깎인 방해석 담장", - "block.create.polished_cut_crimsite": "윤나는 깎인 진홍암", - "block.create.polished_cut_crimsite_slab": "윤나는 깎인 진홍암 반 블록", - "block.create.polished_cut_crimsite_stairs": "윤나는 깎인 진홍암 계단", - "block.create.polished_cut_crimsite_wall": "윤나는 깎인 진홍암 담장", - "block.create.polished_cut_deepslate": "윤나는 깎인 심층암", - "block.create.polished_cut_deepslate_slab": "윤나는 깎인 심층암 반 블록", - "block.create.polished_cut_deepslate_stairs": "윤나는 깎인 심층암 계단", - "block.create.polished_cut_deepslate_wall": "윤나는 깎인 심층암 담장", - "block.create.polished_cut_diorite": "윤나는 깎인 섬록암", - "block.create.polished_cut_diorite_slab": "윤나는 깎인 섬록암 반 블록", - "block.create.polished_cut_diorite_stairs": "윤나는 깎인 섬록암 계단", - "block.create.polished_cut_diorite_wall": "윤나는 깎인 섬록암 담장", - "block.create.polished_cut_dripstone": "윤나는 깎인 점적석", - "block.create.polished_cut_dripstone_slab": "윤나는 깎인 점적석 반 블록", - "block.create.polished_cut_dripstone_stairs": "윤나는 깎인 점적석 계단", - "block.create.polished_cut_dripstone_wall": "윤나는 깎인 점적석 담장", - "block.create.polished_cut_granite": "윤나는 깎인 화강암", - "block.create.polished_cut_granite_slab": "윤나는 깎인 화강암 반 블록", - "block.create.polished_cut_granite_stairs": "윤나는 깎인 화강암 계단", - "block.create.polished_cut_granite_wall": "윤나는 깎인 화강암 담장", - "block.create.polished_cut_limestone": "윤나는 깎인 석회암", - "block.create.polished_cut_limestone_slab": "윤나는 깎인 석회암 반 블록", - "block.create.polished_cut_limestone_stairs": "윤나는 깎인 석회암 계단", - "block.create.polished_cut_limestone_wall": "윤나는 깎인 석회암 담장", - "block.create.polished_cut_ochrum": "윤나는 깎인 황토암", - "block.create.polished_cut_ochrum_slab": "윤나는 깎인 황토암 반 블록", - "block.create.polished_cut_ochrum_stairs": "윤나는 깎인 황토암 계단", - "block.create.polished_cut_ochrum_wall": "윤나는 깎인 황토암 담장", - "block.create.polished_cut_scorchia": "윤나는 깎인 짙은 스코리아", - "block.create.polished_cut_scorchia_slab": "윤나는 깎인 짙은 스코리아 반 블록", - "block.create.polished_cut_scorchia_stairs": "윤나는 깎인 짙은 스코리아 계단", - "block.create.polished_cut_scorchia_wall": "윤나는 깎인 짙은 스코리아 담장", - "block.create.polished_cut_scoria": "윤나는 깎인 스코리아", - "block.create.polished_cut_scoria_slab": "윤나는 깎인 스코리아 반 블록", - "block.create.polished_cut_scoria_stairs": "윤나는 깎인 스코리아 계단", - "block.create.polished_cut_scoria_wall": "윤나는 깎인 스코리아 담장", - "block.create.polished_cut_tuff": "윤나는 깎인 응회암", - "block.create.polished_cut_tuff_slab": "윤나는 깎인 응회암 반 블록", - "block.create.polished_cut_tuff_stairs": "윤나는 깎인 응회암 계단", - "block.create.polished_cut_tuff_wall": "윤나는 깎인 응회암 담장", - "block.create.polished_cut_veridium": "윤나는 깎인 심록암", - "block.create.polished_cut_veridium_slab": "윤나는 깎인 심록암 반 블록", - "block.create.polished_cut_veridium_stairs": "윤나는 깎인 심록암 계단", - "block.create.polished_cut_veridium_wall": "윤나는 깎인 심록암 담장", - "block.create.portable_fluid_interface": "액체 인터페이스", - "block.create.portable_storage_interface": "아이템 인터페이스", - "block.create.powered_latch": "레드스톤 걸쇠", - "block.create.powered_shaft": "레드스톤 축", - "block.create.powered_toggle_latch": "레드스톤 토글 걸쇠", - "block.create.pulley_magnet": "도르래 자석", - "block.create.pulse_extender": "펄스 연장기", - "block.create.pulse_repeater": "펄스 중계기", - "block.create.purple_nixie_tube": "보라색 닉시관", - "block.create.purple_sail": "보라색 날개", - "block.create.purple_seat": "보라색 좌석", - "block.create.purple_toolbox": "보라색 공구상자", - "block.create.purple_valve_handle": "보라색 밸브 손잡이", - "block.create.radial_chassis": "원형 섀시", - "block.create.railway_casing": "기차 케이스", - "block.create.raw_zinc_block": "아연 원석 블록", - "block.create.red_nixie_tube": "빨간색 닉시관", - "block.create.red_sail": "빨간색 날개", - "block.create.red_seat": "빨간색 좌석", - "block.create.red_toolbox": "빨간색 공구상자", - "block.create.red_valve_handle": "빨간색 밸브 손잡이", - "block.create.redstone_contact": "동형 감지기", - "block.create.redstone_link": "레드스톤 링크", - "block.create.refined_radiance_casing": "빛나는 케이스", - "block.create.rope": "밧줄", - "block.create.rope_pulley": "밧줄 도르래", - "block.create.rose_quartz_block": "장밋빛 석영 블록", - "block.create.rose_quartz_lamp": "장밋빛 석영 조명", - "block.create.rose_quartz_tiles": "장밋빛 석영 타일", - "block.create.rotation_speed_controller": "회전 속도 제어기", - "block.create.sail_frame": "풍차 날개 틀", - "block.create.schematic_table": "설계도 탁자", - "block.create.schematicannon": "설계도 대포", - "block.create.scorchia": "짙은 스코리아", - "block.create.scorchia_pillar": "짙은 스코리아 기둥", - "block.create.scoria": "스코리아", - "block.create.scoria_pillar": "스코리아 기둥", - "block.create.secondary_linear_chassis": "밝은 직선 섀시", - "block.create.sequenced_gearshift": "순서 기어쉬프트", - "block.create.shadow_steel_casing": "그림자 케이스", - "block.create.shaft": "축", - "block.create.small_andesite_brick_slab": "작은 안산암 벽돌 반 블록", - "block.create.small_andesite_brick_stairs": "작은 안산암 벽돌 계단", - "block.create.small_andesite_brick_wall": "작은 안산암 벽돌 담장", - "block.create.small_andesite_bricks": "작은 안산암 벽돌", - "block.create.small_asurine_brick_slab": "작은 담청암 벽돌 반 블록", - "block.create.small_asurine_brick_stairs": "작은 담청암 벽돌 계단", - "block.create.small_asurine_brick_wall": "작은 담청암 벽돌 담장", - "block.create.small_asurine_bricks": "작은 담청암 벽돌", - "block.create.small_bogey": "작은 대차", - "block.create.small_calcite_brick_slab": "작은 방해석 벽돌 반 블록", - "block.create.small_calcite_brick_stairs": "작은 방해석 벽돌 계단", - "block.create.small_calcite_brick_wall": "작은 방해석 벽돌 담장", - "block.create.small_calcite_bricks": "작은 방해석 벽돌", - "block.create.small_crimsite_brick_slab": "작은 진홍암 벽돌 반 블록", - "block.create.small_crimsite_brick_stairs": "작은 진홍암 벽돌 계단", - "block.create.small_crimsite_brick_wall": "작은 진홍암 벽돌 담장", - "block.create.small_crimsite_bricks": "작은 진홍암 벽돌", - "block.create.small_deepslate_brick_slab": "작은 심층암 벽돌 반 블록", - "block.create.small_deepslate_brick_stairs": "작은 심층암 벽돌 계단", - "block.create.small_deepslate_brick_wall": "작은 심층암 벽돌 담장", - "block.create.small_deepslate_bricks": "작은 심층암 벽돌", - "block.create.small_diorite_brick_slab": "작은 섬록암 벽돌 반 블록", - "block.create.small_diorite_brick_stairs": "작은 섬록암 벽돌 계단", - "block.create.small_diorite_brick_wall": "작은 섬록암 벽돌 담장", - "block.create.small_diorite_bricks": "작은 섬록암 벽돌", - "block.create.small_dripstone_brick_slab": "작은 점적석 벽돌 반 블록", - "block.create.small_dripstone_brick_stairs": "작은 점적석 벽돌 계단", - "block.create.small_dripstone_brick_wall": "작은 점적석 벽돌 담장", - "block.create.small_dripstone_bricks": "작은 점적석 벽돌", - "block.create.small_granite_brick_slab": "작은 화강암 벽돌 반 블록", - "block.create.small_granite_brick_stairs": "작은 화강암 벽돌 계단", - "block.create.small_granite_brick_wall": "작은 화강암 벽돌 담장", - "block.create.small_granite_bricks": "작은 화강암 벽돌", - "block.create.small_limestone_brick_slab": "작은 석회암 벽돌 반 블록", - "block.create.small_limestone_brick_stairs": "작은 석회암 벽돌 계단", - "block.create.small_limestone_brick_wall": "작은 석회암 벽돌 담장", - "block.create.small_limestone_bricks": "작은 석회암 벽돌", - "block.create.small_ochrum_brick_slab": "작은 황토암 벽돌 반 블록", - "block.create.small_ochrum_brick_stairs": "작은 황토암 벽돌 계단", - "block.create.small_ochrum_brick_wall": "작은 황토암 벽돌 담장", - "block.create.small_ochrum_bricks": "작은 황토암 벽돌", - "block.create.small_rose_quartz_tiles": "작은 장밋빛 석영 타일", - "block.create.small_scorchia_brick_slab": "작은 짙은 스코리아 벽돌 반 블록", - "block.create.small_scorchia_brick_stairs": "작은 짙은 스코리아 벽돌 계단", - "block.create.small_scorchia_brick_wall": "작은 짙은 스코리아 벽돌 담장", - "block.create.small_scorchia_bricks": "작은 짙은 스코리아 벽돌", - "block.create.small_scoria_brick_slab": "작은 스코리아 벽돌 반 블록", - "block.create.small_scoria_brick_stairs": "작은 스코리아 벽돌 계단", - "block.create.small_scoria_brick_wall": "작은 스코리아 벽돌 담장", - "block.create.small_scoria_bricks": "작은 스코리아 벽돌", - "block.create.small_tuff_brick_slab": "작은 응회암 벽돌 반 블록", - "block.create.small_tuff_brick_stairs": "작은 응회암 벽돌 계단", - "block.create.small_tuff_brick_wall": "작은 응회암 벽돌 담장", - "block.create.small_tuff_bricks": "작은 응회암 벽돌", - "block.create.small_veridium_brick_slab": "작은 심록암 벽돌 반 블록", - "block.create.small_veridium_brick_stairs": "작은 심록암 벽돌 계단", - "block.create.small_veridium_brick_wall": "작은 심록암 벽돌 담장", - "block.create.small_veridium_bricks": "작은 심록암 벽돌", - "block.create.smart_chute": "스마트 슈트", - "block.create.smart_fluid_pipe": "스마트 액체 파이프", - "block.create.speedometer": "속도 계측기", - "block.create.spout": "주입기", - "block.create.spruce_window": "가문비나무 유리창", - "block.create.spruce_window_pane": "가문비나무 유리판", - "block.create.steam_engine": "증기 엔진", - "block.create.steam_whistle": "기적 장치", - "block.create.steam_whistle_extension": "기적 연장 장치", - "block.create.sticker": "부착기", - "block.create.sticky_mechanical_piston": "기계식 끈끈이 피스톤", - "block.create.stockpile_switch": "수량 스위치", - "block.create.stressometer": "피로도 계측기", - "block.create.tiled_glass": "타일 유리", - "block.create.tiled_glass_pane": "타일 유리판", - "block.create.track": "기차 선로", - "block.create.track_observer": "기차 감지기", - "block.create.track_signal": "기차 신호기", - "block.create.track_station": "기차 정거장", - "block.create.train_door": "기차 문", - "block.create.train_trapdoor": "기차 다락문", - "block.create.tuff_pillar": "응회암 기둥", - "block.create.turntable": "돌림판", - "block.create.veridium": "심록암", - "block.create.veridium_pillar": "심록암 기둥", - "block.create.vertical_framed_glass": "수직 유리", - "block.create.vertical_framed_glass_pane": "수직 유리판", - "block.create.warped_window": "뒤틀린 유리창", - "block.create.warped_window_pane": "뒤틀린 유리판", - "block.create.water_wheel": "물레바퀴", - "block.create.waxed_copper_shingle_slab": "밀랍칠한 구리 판자 반 블록", - "block.create.waxed_copper_shingle_stairs": "밀랍칠한 구리 판자 계단", - "block.create.waxed_copper_shingles": "밀랍칠한 구리 판자", - "block.create.waxed_copper_tile_slab": "밀랍칠한 구리 타일 반 블록", - "block.create.waxed_copper_tile_stairs": "밀랍칠한 구리 타일 계단", - "block.create.waxed_copper_tiles": "밀랍칠한 구리 타일", - "block.create.waxed_exposed_copper_shingle_slab": "밀랍칠한 약간 녹슨 구리 판자 반 블록", - "block.create.waxed_exposed_copper_shingle_stairs": "밀랍칠한 약간 녹슨 구리 판자 계단", - "block.create.waxed_exposed_copper_shingles": "밀랍칠한 약간 녹슨 구리 판자", - "block.create.waxed_exposed_copper_tile_slab": "밀랍칠한 약간 녹슨 구리 타일 반 블록", - "block.create.waxed_exposed_copper_tile_stairs": "밀랍칠한 약간 녹슨 구리 타일 계단", - "block.create.waxed_exposed_copper_tiles": "밀랍칠한 약간 녹슨 구리 타일", - "block.create.waxed_oxidized_copper_shingle_slab": "밀랍칠한 산화된 구리 판자 반 블록", - "block.create.waxed_oxidized_copper_shingle_stairs": "밀랍칠한 산화된 구리 판자 계단", - "block.create.waxed_oxidized_copper_shingles": "밀랍칠한 산화된 구리 판자", - "block.create.waxed_oxidized_copper_tile_slab": "밀랍칠한 산화된 구리 타일 반 블록", - "block.create.waxed_oxidized_copper_tile_stairs": "밀랍칠한 산화된 구리 타일 계단", - "block.create.waxed_oxidized_copper_tiles": "밀랍칠한 산화된 구리 타일", - "block.create.waxed_weathered_copper_shingle_slab": "밀랍칠한 녹슨 구리 판자 반 블록", - "block.create.waxed_weathered_copper_shingle_stairs": "밀랍칠한 녹슨 구리 판자 계단", - "block.create.waxed_weathered_copper_shingles": "밀랍칠한 녹슨 구리 판자", - "block.create.waxed_weathered_copper_tile_slab": "밀랍칠한 녹슨 구리 타일 반 블록", - "block.create.waxed_weathered_copper_tile_stairs": "밀랍칠한 녹슨 구리 타일 계단", - "block.create.waxed_weathered_copper_tiles": "밀랍칠한 녹슨 구리 타일", - "block.create.weathered_copper_shingle_slab": "녹슨 구리 판자 반 블록", - "block.create.weathered_copper_shingle_stairs": "녹슨 구리 판자 계단", - "block.create.weathered_copper_shingles": "녹슨 구리 판자", - "block.create.weathered_copper_tile_slab": "녹슨 구리 타일 반 블록", - "block.create.weathered_copper_tile_stairs": "녹슨 구리 타일 계단", - "block.create.weathered_copper_tiles": "녹슨 구리 타일", - "block.create.weighted_ejector": "투척기", - "block.create.white_nixie_tube": "하얀색 닉시관", - "block.create.white_sail": "하얀색 날개", - "block.create.white_seat": "하얀색 좌석", - "block.create.white_toolbox": "하얀색 공구상자", - "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_toolbox": "노란색 공구상자", - "block.create.yellow_valve_handle": "노란색 밸브 손잡이", - "block.create.zinc_block": "아연 블록", - "block.create.zinc_ore": "아연 광석", - - "enchantment.create.capacity": "저장량", - "enchantment.create.potato_recovery": "대포알 회수", - - "entity.create.carriage_contraption": "기차 구조물", - "entity.create.contraption": "구조물", - "entity.create.crafting_blueprint": "조합 청사진", - "entity.create.gantry_contraption": "갠트리 구조물", - "entity.create.potato_projectile": "감자포 투사체", - "entity.create.seat": "좌석", - "entity.create.stationary_contraption": "고정된 구조물", - "entity.create.super_glue": "강력 접착제", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "포션", - "fluid.create.tea": "건축가의 차", - - "item.create.andesite_alloy": "안산암 합금", - "item.create.attribute_filter": "속성 필터 틀", - "item.create.bar_of_chocolate": "초콜릿 바", - "item.create.belt_connector": "벨트", - "item.create.blaze_cake": "블레이즈 케이크", - "item.create.blaze_cake_base": "블레이즈 케이크 틀", - "item.create.brass_hand": "황동 손", - "item.create.brass_ingot": "황동 주괴", - "item.create.brass_nugget": "황동 조각", - "item.create.brass_sheet": "황동 판", - "item.create.builders_tea": "건축가의 차", - "item.create.chest_minecart_contraption": "상자가 실린 광산 수레 구조물", - "item.create.chocolate_bucket": "초콜릿 양동이", - "item.create.chocolate_glazed_berries": "초콜릿 바른 열매", - "item.create.chromatic_compound": "색채 혼합물", - "item.create.cinder_flour": "잿가루", - "item.create.copper_backtank": "구리 산소통", - "item.create.copper_backtank_placeable": "구리 산소통", - "item.create.copper_nugget": "구리 조각", - "item.create.copper_sheet": "구리 판", - "item.create.crafter_slot_cover": "조합기 슬롯 덮개", - "item.create.crafting_blueprint": "조합 청사진", - "item.create.creative_blaze_cake": "크리에이티브 블레이즈 케이크", - "item.create.crushed_aluminum_ore": "분쇄된 알루미늄 광석", - "item.create.crushed_copper_ore": "분쇄된 구리 광석", - "item.create.crushed_gold_ore": "분쇄된 금 광석", - "item.create.crushed_iron_ore": "분쇄된 철 광석", - "item.create.crushed_lead_ore": "분쇄된 납 광석", - "item.create.crushed_nickel_ore": "분쇄된 니켈 광석", - "item.create.crushed_osmium_ore": "분쇄된 오스뮴 광석", - "item.create.crushed_platinum_ore": "분쇄된 플래티넘 광석", - "item.create.crushed_quicksilver_ore": "분쇄된 수은 광석", - "item.create.crushed_silver_ore": "분쇄된 은 광석", - "item.create.crushed_tin_ore": "분쇄된 주석 광석", - "item.create.crushed_uranium_ore": "분쇄된 우라늄 광석", - "item.create.crushed_zinc_ore": "분쇄된 아연 광석", - "item.create.diving_boots": "다이빙 부츠", - "item.create.diving_helmet": "다이빙 헬멧", - "item.create.dough": "반죽", - "item.create.electron_tube": "전지 튜브", - "item.create.empty_blaze_burner": "빈 블레이즈 버너", - "item.create.empty_schematic": "빈 설계도", - "item.create.experience_nugget": "경험의 조각", - "item.create.extendo_grip": "외장형 연장 팔", - "item.create.filter": "필터 틀", - "item.create.furnace_minecart_contraption": "화로가 실린 광산 수레 구조물", - "item.create.goggles": "엔지니어의 고글", - "item.create.golden_sheet": "금 판", - "item.create.handheld_worldshaper": "크리에이티브 세계편집기", - "item.create.honey_bucket": "꿀 양동이", - "item.create.honeyed_apple": "꿀 바른 사과", - "item.create.incomplete_precision_mechanism": "미완성된 정밀 기계장치", - "item.create.incomplete_track": "미완성된 기차 선로", - "item.create.iron_sheet": "철 판", - "item.create.linked_controller": "레드스톤 링크 조작기", - "item.create.minecart_contraption": "광산 수레 구조물", - "item.create.minecart_coupling": "광산 수레 커플링", - "item.create.polished_rose_quartz": "윤나는 장밋빛 석영", - "item.create.potato_cannon": "감자포", - "item.create.powdered_obsidian": "흑요석 가루", - "item.create.precision_mechanism": "정밀 기계장치", - "item.create.propeller": "프로펠러", - "item.create.raw_zinc": "아연 원석", - "item.create.red_sand_paper": "붉은 사포", - "item.create.refined_radiance": "정제된 광채", - "item.create.rose_quartz": "장밋빛 석영", - "item.create.sand_paper": "사포", - "item.create.schedule": "기차 계획표", - "item.create.schematic": "설계도", - "item.create.schematic_and_quill": "설계도와 깃펜", - "item.create.shadow_steel": "그림자 강철", - "item.create.sturdy_sheet": "강판", - "item.create.super_glue": "강력 접착제", - "item.create.sweet_roll": "롤빵", - "item.create.tree_fertilizer": "나무 비료", - "item.create.unprocessed_obsidian_sheet": "미완성된 흑요석 판", - "item.create.vertical_gearbox": "수직 기어박스", - "item.create.wand_of_symmetry": "대칭의 지팡이", - "item.create.wheat_flour": "밀가루", - "item.create.whisk": "혼합기", - "item.create.wrench": "렌치", - "item.create.zinc_ingot": "아연 주괴", - "item.create.zinc_nugget": "아연 조각", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Create!", - "advancement.create.root.desc": "장치가 있으라!", - "advancement.create.andesite_alloy": "더 단단한 재료", - "advancement.create.andesite_alloy.desc": "안산암 합금을 얻으세요. Create 모드의 가장 중요한 자원입니다", - "advancement.create.andesite_casing": "안산암 시대", - "advancement.create.andesite_casing.desc": "안산암 합금을 나무에 붙여 기본적인 케이스를 만드세요", - "advancement.create.mechanical_press": "'깡!'", - "advancement.create.mechanical_press.desc": "압착기에서 판을 만드세요", - "advancement.create.encased_fan": "바람 생성기", - "advancement.create.encased_fan.desc": "선풍기를 설치하고 작동시키세요", - "advancement.create.fan_processing": "입자로 가공하다", - "advancement.create.fan_processing.desc": "선풍기로 재료를 가공하세요", - "advancement.create.saw_processing": "작업소에서 가장 두려운 존재", - "advancement.create.saw_processing.desc": "위로 눕힌 톱으로 재료를 가공하세요", - "advancement.create.compacting": "압축", - "advancement.create.compacting.desc": "압착기와 대야로 많은 아이템을 압축하세요", - "advancement.create.belt": "켈프 벨트", - "advancement.create.belt.desc": "두 축에 벨트를 이으세요", - "advancement.create.funnel": "공항 체크인", - "advancement.create.funnel.desc": "퍼널을 이용해 보관함에서 아이템을 넣거나 빼내세요", - "advancement.create.chute": "수직 물류", - "advancement.create.chute.desc": "슈트로 아이템을 옮기세요", - "advancement.create.mechanical_mixer": "섞고 돌리고 섞고", - "advancement.create.mechanical_mixer.desc": "믹서로 재료들을 섞으세요", - "advancement.create.burner": "살아있는 난로", - "advancement.create.burner.desc": "블레이즈 버너를 얻으세요", - "advancement.create.water_wheel": "수력 동력화", - "advancement.create.water_wheel.desc": "물레바퀴를 설치하고 회전하게 만드세요", - "advancement.create.windmill": "산들 바람", - "advancement.create.windmill.desc": "풍차 베어링을 작동시키세요", - "advancement.create.shifting_gears": "기어 변속", - "advancement.create.shifting_gears.desc": "크기가 다른 톱니바퀴를 연결하면 장치의 속도를 바꿀 수 있습니다", - "advancement.create.millstone": "나만의 작은 분쇄기", - "advancement.create.millstone.desc": "맷돌을 설치하고 작동시키세요", - "advancement.create.super_glue": "영역 접착", - "advancement.create.super_glue.desc": "여러 블록을 한 그룹으로 접착시키세요", - "advancement.create.contraption_actors": "목적있는 이동", - "advancement.create.contraption_actors.desc": "드릴이나 톱, 수확기를 장착한 구조물을 만드세요", - "advancement.create.portable_storage_interface": "드라이브스루 교환", - "advancement.create.portable_storage_interface.desc": "아이템 인터페이스를 통해 구조물에서 아이템을 넣거나 빼세요", - "advancement.create.wrench_goggles": "작업 준비 완료!", - "advancement.create.wrench_goggles.desc": "엔지니어의 고글과 렌치를 장착하세요", - "advancement.create.stressometer": "괴짜들을 위한 피로도", - "advancement.create.stressometer.desc": "피로도 계측기와 고글로 정확한 수치를 확인하세요", - "advancement.create.cuckoo_clock": "벌써 잘 시간이야?", - "advancement.create.cuckoo_clock.desc": "뻐꾸기 시계가 잘 시간을 알립니다. 잘 자...", - "advancement.create.windmill_maxed": "거센 바람", - "advancement.create.windmill_maxed.desc": "풍차 베어링을 최대 속력으로 작동시키세요", - "advancement.create.ejector_maxed": "스프링보드 챔피언", - "advancement.create.ejector_maxed.desc": "투척기로 30블록 이상 날아가세요", - "advancement.create.pulley_maxed": "어디로든밧줄", - "advancement.create.pulley_maxed.desc": "밧줄 도르래를 200블록 이상 늘리세요", - "advancement.create.cart_pickup": "강한 팔", - "advancement.create.cart_pickup.desc": "최소 200블록이 붙은 광산 수레 구조물을 들어올리세요", - "advancement.create.anvil_plough": "대장장이포", - "advancement.create.anvil_plough.desc": "쟁기로 모루를 날리세요!", - "advancement.create.lava_wheel_00000": "불레바퀴", - "advancement.create.lava_wheel_00000.desc": "용암으로 물레바퀴를 회전시키세요..?§7\n(숨겨진 발전과제)", - "advancement.create.hand_crank_000": "워크아웃 세션", - "advancement.create.hand_crank_000.desc": "힘이 빠질때까지 핸드 크랭크를 돌리세요§7\n(숨겨진 발전과제)", - "advancement.create.belt_funnel_kiss": "퍼널은 어떻게 태어나?", - "advancement.create.belt_funnel_kiss.desc": "벨트 위 두 퍼널을 입맞춤시키세요, 쪽!§7\n(숨겨진 발전과제)", - "advancement.create.stressometer_maxed": "완벽한 과부하", - "advancement.create.stressometer_maxed.desc": "피로도 계측기에서 100% 수치를 확인하세요§7\n(숨겨진 발전과제)", - "advancement.create.copper": "더욱 더 단단한 재료", - "advancement.create.copper.desc": "액체를 다루기 위해 구리를 모아두세요", - "advancement.create.copper_casing": "구리 시대", - "advancement.create.copper_casing.desc": "구리 주괴를 나무에 붙여 방수 케이스를 만드세요", - "advancement.create.spout": "쪼르록", - "advancement.create.spout.desc": "주입기를 사용하여 아이템에 액체를 채우는 것을 보세요", - "advancement.create.drain": "데굴데굴 배수", - "advancement.create.drain.desc": "아이템 배수구가 액체를 비우는 것을 관찰하세요", - "advancement.create.steam_engine": "동력실 가동", - "advancement.create.steam_engine.desc": "증기 엔진을 사용해 동력을 생산하세요", - "advancement.create.steam_whistle": "천상의 목소리", - "advancement.create.steam_whistle.desc": "기적 장치를 작동시키세요", - "advancement.create.backtank": "기압과 함께", - "advancement.create.backtank.desc": "구리 산소통을 제작하고 기압을 축적하세요", - "advancement.create.diving_suit": "심해와 맞서다", - "advancement.create.diving_suit.desc": "다이빙 헬멧과 산소통을 장착하고 입수하세요", - "advancement.create.mechanical_pump_0": "펌프 가동", - "advancement.create.mechanical_pump_0.desc": "펌프를 설치하고 작동시키세요", - "advancement.create.glass_pipe": "액체 엿보기", - "advancement.create.glass_pipe.desc": "액체가 지나가는 파이프에 렌치를 사용하세요", - "advancement.create.water_supply": "웅덩이 수집가", - "advancement.create.water_supply.desc": "빨아들이는 파이프 끝이나 펌프를 이용해 물 블록을 흡수하세요", - "advancement.create.hose_pulley": "공업 유출", - "advancement.create.hose_pulley.desc": "호스 도르래를 사용하여 액체를 채우거나 빨아들이세요", - "advancement.create.chocolate_bucket": "상상의 세계", - "advancement.create.chocolate_bucket.desc": "초콜릿 양동이를 얻으세요", - "advancement.create.honey_drain": "자동 양봉장", - "advancement.create.honey_drain.desc": "파이프를 이용해 벌집이나 벌통에서 꿀을 빼내세요", - "advancement.create.hose_pulley_lava": "맨틀 두드리기", - "advancement.create.hose_pulley_lava.desc": "줄어들지 않을 정도로 큰 용암 웅덩이에서 용암을 끌어올리세요", - "advancement.create.steam_engine_maxed": "엔진 풀가동", - "advancement.create.steam_engine_maxed.desc": "보일러를 최고 레벨로 작동시키세요", - "advancement.create.foods": "달콤한 식단", - "advancement.create.foods.desc": "초콜릿 바른 열매, 꿀 바른 사과, 롤빵을 하나의 주입기에서 만드세요", - "advancement.create.diving_suit_lava": "스트라이더와 함께 수영을", - "advancement.create.diving_suit_lava.desc": "잠수복을 입고 용암에 입수하세요§7\n(숨겨진 발전과제)", - "advancement.create.chained_drain": "데구르르 굴러가", - "advancement.create.chained_drain.desc": "아이템이 여러 배수구 위를 굴러가는 것을 관찰하세요§7\n(숨겨진 발전과제)", - "advancement.create.cross_streams": "그 액체를 섞지 마오", - "advancement.create.cross_streams.desc": "액체관에서 두 가지 액체가 만나는 것을 관찰하세요§7\n(숨겨진 발전과제)", - "advancement.create.pipe_organ": "파이프 오르간", - "advancement.create.pipe_organ.desc": "하나의 액체 탱크에 각각 다른 음의 기적 장치를 12개 붙이세요§7\n(숨겨진 발전과제)", - "advancement.create.brass": "진짜 합금", - "advancement.create.brass.desc": "블레이즈의 힘으로 구리와 아연을 섞어 황동을 만드세요.", - "advancement.create.brass_casing": "황동 시대", - "advancement.create.brass_casing.desc": "황동을 나무에 붙여 정교한 케이스를 만드세요.", - "advancement.create.rose_quartz": "장밋빛 다이아몬드", - "advancement.create.rose_quartz.desc": "장밋빛 석영을 사포질하세요", - "advancement.create.deployer": "인공 지능", - "advancement.create.deployer.desc": "당신의 분신, 기계 손을 설치하고 작동시키세요.", - "advancement.create.precision_mechanism": "복잡한 호기심", - "advancement.create.precision_mechanism.desc": "정밀 기계장치를 조립하세요.", - "advancement.create.speed_controller": "엔지니어들이 이 장치를 싫어합니다!", - "advancement.create.speed_controller.desc": "회전 속도 컨트롤러로 정밀하게 속도를 조절하세요", - "advancement.create.mechanical_arm": "바쁘다 바빠!", - "advancement.create.mechanical_arm.desc": "기계 팔이 아이템을 옮기는 것을 관찰하세요", - "advancement.create.mechanical_crafter": "자동 조합", - "advancement.create.mechanical_crafter.desc": "조합기를 설치하고 작동시키세요", - "advancement.create.crushing_wheel": "한 쌍의 거인들", - "advancement.create.crushing_wheel.desc": "분쇄 휠을 제작하고 가동시키세요", - "advancement.create.haunted_bell": "영혼의 목소리", - "advancement.create.haunted_bell.desc": "귀신들린 종을 울리세요", - "advancement.create.clockwork_bearing": "시계기계", - "advancement.create.clockwork_bearing.desc": "시계 베어링에 구조물을 달고 작동시키세요", - "advancement.create.display_link": "빅 데이터", - "advancement.create.display_link.desc": "디스플레이 링크로 정보를 시각화하세요", - "advancement.create.potato_cannon": "'퐁!'", - "advancement.create.potato_cannon.desc": "감자포로 적을 처치하세요", - "advancement.create.extendo_grip": "띠요옹!", - "advancement.create.extendo_grip.desc": "외장형 연장 팔을 손에 쥐세요", - "advancement.create.linked_controller": "원격 조종", - "advancement.create.linked_controller.desc": "링크 조작기로 레드스톤 링크에 신호를 보내세요", - "advancement.create.arm_blaze_burner": "연료를 줄 수 있는 정도의 능력", - "advancement.create.arm_blaze_burner.desc": "기계 팔이 블레이즈 버너에 연료를 넣도록 하세요", - "advancement.create.crusher_maxed_0000": "갈갈갈갈", - "advancement.create.crusher_maxed_0000.desc": "한 쌍의 분쇄 휠을 최고 속도로 가동하세요", - "advancement.create.arm_many_targets": "정리를 할 수 있는 정도의 능력", - "advancement.create.arm_many_targets.desc": "기계 팔에 10개 이상의 출력부를 설정하세요", - "advancement.create.potato_cannon_collide": "비건 폭죽", - "advancement.create.potato_cannon_collide.desc": "서로 다른 감자포 투사체가 서로 부딪히게 하세요", - "advancement.create.self_deploying": "자율주행 수레", - "advancement.create.self_deploying.desc": "스스로 길을 이어가는 광산 수레 구조물을 제작하세요", - "advancement.create.fist_bump": "하이파이브!", - "advancement.create.fist_bump.desc": "두 기계 손을 서로 부딪치게 하세요§7\n(숨겨진 발전과제)", - "advancement.create.crafter_lazy_000": "임시방편", - "advancement.create.crafter_lazy_000.desc": "부족한 시설때문에 어쩔 수 없이 조합기의 속도를 크게 낮추세요§7\n(숨겨진 발전과제)", - "advancement.create.extendo_grip_dual": "띠요오오오오오오용!", - "advancement.create.extendo_grip_dual.desc": "양손에 외장형 연장 팔을 들어 초월적인 사거리를 가지세요§7\n(숨겨진 발전과제)", - "advancement.create.musical_arm": "볼륨 최대로!", - "advancement.create.musical_arm.desc": "기계 팔이 주크박스를 작동시키는 것을 보세요§7\n(숨겨진 발전과제)", - "advancement.create.sturdy_sheet": "가장 단단한 재료", - "advancement.create.sturdy_sheet.desc": "분쇄된 흑요석을 제련하여 강판을 제작하세요", - "advancement.create.train_casing_00": "물류 시대", - "advancement.create.train_casing_00.desc": "강판을 이용하여 기차 부품에 쓰이는 케이스를 만드세요", - "advancement.create.train": "기차 나가신다!", - "advancement.create.train.desc": "첫 기차를 조립하세요", - "advancement.create.conductor": "기관사 교육", - "advancement.create.conductor.desc": "기차 계획표로 기관사를 가르치세요", - "advancement.create.track_signal": "교통 통제", - "advancement.create.track_signal.desc": "기차 신호기를 설치하세요", - "advancement.create.display_board_0": "유동적인 계획표", - "advancement.create.display_board_0.desc": "디스플레이 링크와 디스플레이 화면을 이용해 기차의 도착 시간을 예고하세요", - "advancement.create.track_0": "새로운 표준", - "advancement.create.track_0.desc": "기차 선로을 조립하세요", - "advancement.create.train_whistle": "칙칙폭폭!", - "advancement.create.train_whistle.desc": "기적 장치를 기차에 장착하고 운전 중에 작동시키세요", - "advancement.create.train_portal": "네더 익스프레스", - "advancement.create.train_portal.desc": "기차를 타고 네더 차원문을 넘어가세요", - "advancement.create.track_crafting_factory": "선로 공장", - "advancement.create.track_crafting_factory.desc": "하나의 압착기에서 1000개 이상의 기차 선로을 생산하세요", - "advancement.create.long_bend": "가장 긴 곡선", - "advancement.create.long_bend.desc": "30 블록 이상의 곡선 선로을 만드세요", - "advancement.create.long_train": "야심찬 조립가", - "advancement.create.long_train.desc": "최소 6개의 객실이 있는 기차를 조립하세요", - "advancement.create.long_travel": "현장체험 학습", - "advancement.create.long_travel.desc": "여행을 시작한 곳으로부터 5000블록 이상 떨어진 곳에서 좌석에서 내리세요", - "advancement.create.train_roadkill": "로드킬", - "advancement.create.train_roadkill.desc": "기차를 타고 적 위로 지나가세요§7\n(숨겨진 발전과제)", - "advancement.create.red_signal": "운전 장인", - "advancement.create.red_signal.desc": "기차를 타고 적신호를 지나치세요§7\n(숨겨진 발전과제)", - "advancement.create.train_crash": "끔찍한 사건", - "advancement.create.train_crash.desc": "탑승객인 상태에서 기차 충돌을 관찰하세요§7\n(숨겨진 발전과제)", - "advancement.create.train_crash_backwards": "사각지대", - "advancement.create.train_crash_backwards.desc": "후진하는 동안 다른 기차와 부딪히세요§7\n(숨겨진 발전과제)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "Create", - "itemGroup.create.palettes": "Create 건축 블록", - - "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.mechanical_saw.player": "%1$s이(가) %2$s 때문에 톱날에 반으로 갈라져 죽었습니다", - "death.attack.create.potato_cannon": "%1$s이(가) %2$s의 감자포에 맞고 죽었습니다.", - "death.attack.create.potato_cannon.item": "%1$s이(가) %3$s을(를) 사용한 %2$s에게 맞아 죽었습니다.", - "death.attack.create.cuckoo_clock_explosion": "%1$s이(가) 조작된 뻐꾸기 시계에 의해 폭파당했습니다", - "death.attack.create.cuckoo_clock_explosion.player": "%1$s이(가) 조작된 뻐꾸기 시계에 의해 폭파당했습니다", - "death.attack.create.run_over": "%1$s이(가) %2$s 때문에 깔렸습니다", - - "create.block.deployer.damage_source_name": "기계 손", - "create.block.cart_assembler.invalid": "수레 조립기를 레일 위에 설치하세요", - - "create.menu.return": "메뉴로 돌아가기", - "create.menu.configure": "설정...", - "create.menu.ponder_index": "분석 메뉴", - "create.menu.only_ingame": "일시 정지 메뉴에서 가능합니다", - "create.menu.report_bugs": "버그 제보하기", - "create.menu.support": "후원하기", - - "create.recipe.crushing": "분쇄", - "create.recipe.milling": "제분", - "create.recipe.fan_washing": "세척", - "create.recipe.fan_washing.fan": "물과 선풍기", - "create.recipe.fan_smoking": "훈연", - "create.recipe.fan_smoking.fan": "불과 선풍기", - "create.recipe.fan_haunting": "심령", - "create.recipe.fan_haunting.fan": "영혼 불과 선풍기", - "create.recipe.fan_blasting": "제련", - "create.recipe.fan_blasting.fan": "용암과 선풍기", - "create.recipe.pressing": "압착", - "create.recipe.mixing": "혼합", - "create.recipe.deploying": "행동 모방", - "create.recipe.automatic_shapeless": "무형 자동 조합", - "create.recipe.automatic_brewing": "자동 양조", - "create.recipe.packing": "압축", - "create.recipe.automatic_packing": "자동 압축", - "create.recipe.sawing": "제재", - "create.recipe.mechanical_crafting": "기계 조합", - "create.recipe.automatic_shaped": "유형 자동 조합", - "create.recipe.block_cutting": "블록 절단", - "create.recipe.wood_cutting": "나무 절단", - "create.recipe.sandpaper_polishing": "사포질", - "create.recipe.mystery_conversion": "?", - "create.recipe.spout_filling": "채우기", - "create.recipe.draining": "배수", - "create.recipe.item_application": "수동 아이템 사용", - "create.recipe.item_application.any_axe": "모든 도끼", - "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": "압착하기", - "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.deploying.not_consumed": "소모되지 않음", - "create.recipe.heat_requirement.none": "열이 필요하지 않음", - "create.recipe.heat_requirement.heated": "가열됨", - "create.recipe.heat_requirement.superheated": "초고온 가열됨", - - "create.generic.range": "범위", - "create.generic.radius": "반지름", - "create.generic.width": "폭", - "create.generic.height": "높이", - "create.generic.length": "길이", - "create.generic.speed": "속도", - "create.generic.delay": "딜레이", - "create.generic.duration": "기간", - "create.generic.timeUnit": "시간 단위", - "create.generic.unit.ticks": "틱", - "create.generic.unit.seconds": "초", - "create.generic.unit.minutes": "분", - "create.generic.daytime.hour": "시간", - "create.generic.daytime.minute": "분", - "create.generic.daytime.second": "초", - "create.generic.daytime.pm": "pm", - "create.generic.daytime.am": "am", - "create.generic.unit.rpm": "RPM", - "create.generic.unit.stress": "su", - "create.generic.unit.degrees": "°", - "create.generic.unit.millibuckets": "%1$smB", - "create.generic.unit.buckets": "B", - "create.generic.clockwise": "시계 방향", - "create.generic.counter_clockwise": "시계 반대 방향", - "create.generic.in_quotes": "\"%1$s\"", - "create.generic.pitch": "음계: %1$s", - "create.generic.notes": "F#;F;E;D#;D;C#;C;B;A#;A;G#;G", - - "create.action.scroll": "스크롤하세요", - "create.action.confirm": "확인", - "create.action.abort": "중단", - "create.action.saveToFile": "저장", - "create.action.discard": "삭제", - - "create.keyinfo.toolmenu": "메뉴 세부정보 보기", - "create.keyinfo.toolbelt": "근처 공구상자 열기", - "create.keyinfo.scrollup": "마우스 휠을 위로 이동 (인게임에서)", - "create.keyinfo.scrolldown": "마우스 휠을 아래로 이동 (인게임에서)", - - "create.gui.scrollInput.defaultTitle": "옵션을 선택하세요:", - "create.gui.scrollInput.scrollToModify": "스크롤로 수정하기", - "create.gui.scrollInput.scrollToAdjustAmount": "스크롤로 수량 조절하기", - "create.gui.scrollInput.scrollToSelect": "스크롤로 선택", - "create.gui.scrollInput.shiftScrollsFaster": "Shift-스크롤로 빨리 수정", - "create.gui.toolmenu.focusKey": "[%1$s]을(를) 눌러 세부정보 보기", - "create.gui.toolmenu.cycle": "스크롤로 순환", - - "create.toolbox.unequip": "되돌리기: %1$s", - "create.toolbox.outOfRange": "현재 아이템이 들어있는 공구상자와 너무 멀리 있습니다", - "create.toolbox.detach": "공구상자와 연결 끊기", - "create.toolbox.depositAll": "근처 공구상자로 모든 아이템 되돌리기", - "create.toolbox.depositBox": "공구상자로 아이템 되돌리기", - - "create.gui.symmetryWand.mirrorType": "거울의 형태", - "create.gui.symmetryWand.orientation": "거울의 방향", - - "create.symmetry.mirror.plane": "거울", - "create.symmetry.mirror.doublePlane": "사각형", - "create.symmetry.mirror.triplePlane": "팔각형", - - "create.orientation.orthogonal": "수직으로", - "create.orientation.diagonal": "대각선으로", - "create.orientation.horizontal": "수평으로", - "create.orientation.alongZ": "Z좌표를 따라", - "create.orientation.alongX": "X좌표를 따라", - - "create.gui.terrainzapper.title": "크리에이티브 세계편집기", - "create.gui.terrainzapper.searchDiagonal": "대각선 블록 포함", - "create.gui.terrainzapper.searchFuzzy": "물질 경계 무시", - "create.gui.terrainzapper.patternSection": "패턴", - "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": "선택한 블록 밖에", - "create.gui.terrainzapper.placement.inserted": "선택한 블록 안에", - "create.gui.terrainzapper.brush": "브러쉬", - "create.gui.terrainzapper.brush.cuboid": "정육면체", - "create.gui.terrainzapper.brush.sphere": "구", - "create.gui.terrainzapper.brush.cylinder": "원기둥", - "create.gui.terrainzapper.brush.surface": "면", - "create.gui.terrainzapper.brush.cluster": "원", - "create.gui.terrainzapper.tool": "설치 방식", - "create.gui.terrainzapper.tool.fill": "채우기", - "create.gui.terrainzapper.tool.place": "설치하기", - "create.gui.terrainzapper.tool.replace": "대체", - "create.gui.terrainzapper.tool.clear": "지우기", - "create.gui.terrainzapper.tool.overlay": "덮어씌우기", - "create.gui.terrainzapper.tool.flatten": "다듬기", - - "create.terrainzapper.shiftRightClickToSet": "웅크리고 우클릭으로 모양을 설정하세요", - "create.terrainzapper.usingBlock": "사용 중: %1$s", - "create.terrainzapper.leftClickToSet": "좌클릭으로 재료로 쓸 블록을 선택하세요", - - "create.minecart_coupling.two_couplings_max": "광산 수레는 최대 2개의 커플링만 가질 수 있습니다", - "create.minecart_coupling.unloaded": "열차 일부분이 로딩되지 않은 청크에 있는 것 같습니다", - "create.minecart_coupling.no_loops": "커플링은 반복할 수 없습니다", - "create.minecart_coupling.removed": "광산 수레에서 모든 커플링을 제거했습니다", - "create.minecart_coupling.too_far": "광산 수레들이 너무 멀리 떨어져 있습니다", - - "create.contraptions.movement_mode": "이동 설정", - "create.contraptions.movement_mode.move_place": "멈췄을 때 항상 구조물을 설치함", - "create.contraptions.movement_mode.move_place_returned": "멈췄을 때 시작 위치에서만 구조물을 설치함", - "create.contraptions.movement_mode.move_never_place": "멈춰도 구조물을 설치하지 않음", - "create.contraptions.movement_mode.rotate_place": "멈췄을 때 항상 구조물을 설치함", - "create.contraptions.movement_mode.rotate_place_returned": "멈췄을 때 시작 위치에서만 구조물을 설치함", - "create.contraptions.movement_mode.rotate_never_place": "멈춰도 구조물을 설치하지 않음", - "create.contraptions.cart_movement_mode": "수레 장치 이동 설정", - "create.contraptions.cart_movement_mode.rotate": "구조물이 항상 전방을 향함", - "create.contraptions.cart_movement_mode.rotate_paused": "수레가 회전할때 구조물이 행동을 멈춤", - "create.contraptions.cart_movement_mode.rotation_locked": "구조물이 회전하지 않음", - "create.contraptions.windmill.rotation_direction": "회전 방향", - "create.contraptions.clockwork.clock_hands": "시계침", - "create.contraptions.clockwork.hour_first": "시침 먼저", - "create.contraptions.clockwork.minute_first": "분침 먼저", - "create.contraptions.clockwork.hour_first_24": "시침 먼저 (24시간 단위)", - - "create.logistics.filter": "필터", - "create.logistics.recipe_filter": "조합법 필터", - "create.logistics.fluid_filter": "액체 필터", - "create.logistics.firstFrequency": "주파수 #1", - "create.logistics.secondFrequency": "주파수 #2", - "create.logistics.filter.apply": "%1$s에 필터를 적용했습니다", - "create.logistics.filter.apply_click_again": "%1$s에 필터를 적용했습니다. 다시 클릭하면 가지고 있는 아이템의 수량을 복사하여 필터에 적용합니다", - "create.logistics.filter.apply_count": "필터에 수량을 적용했습니다", - - "create.gui.goggles.generator_stats": "동력 상태:", - "create.gui.goggles.kinetic_stats": "작동 상태:", - "create.gui.goggles.at_current_speed": "현재 에너지량", - "create.gui.goggles.pole_length": "축 길이:", - "create.gui.goggles.fluid_container": "액체 저장 정보:", - "create.gui.goggles.fluid_container.capacity": "용량: ", - "create.gui.assembly.exception": "이 구조물은 움직일 수 없습니다:", - "create.gui.assembly.exception.unmovableBlock": "[%1$s,%2$s,%3$s]에 움직일 수 없는 [%4$s]이(가) 있습니다.", - "create.gui.assembly.exception.chunkNotLoaded": "[%1$s,%2$s,%3$s]에 있는 블록이 로드되지 않은 청크에 있습니다.", - "create.gui.assembly.exception.structureTooLarge": "이 구조물에 너무 많은 블록이 포함되어 있습니다.\n설정된 최댓값: %1$s개", - "create.gui.assembly.exception.tooManyPistonPoles": "이 피스톤에 너무 많은 연장 축이 부착되어 있습니다.\n설정된 최댓값: %1$s개", - "create.gui.assembly.exception.noPistonPoles": "이 피스톤은 연장 축이 없습니다.", - "create.gui.assembly.exception.not_enough_sails": "부착된 구조물에 날개 블록이 부족합니다. 현재: %1$s개 \n최소 %2$s개가 필요합니다.", - "create.gui.gauge.info_header": "계측기 정보:", - "create.gui.speedometer.title": "회전 속도", - "create.gui.stressometer.title": "네트워크 부하", - "create.gui.stressometer.capacity": "용량", - "create.gui.stressometer.overstressed": "과부하됨", - "create.gui.stressometer.no_rotation": "동력없음", - "create.gui.contraptions.not_fast_enough": "이 %1$s은(는) 작동하기에 _회전 속도_가 _부족합니다_", - "create.gui.contraptions.network_overstressed": "_과부하!_ _높은 피로도_ _용량_을 가진 발전기를 추가로 설치하거나 _장치 속도_를 _늦추세요_.", - "create.gui.adjustable_crate.title": "가변 창고", - "create.gui.adjustable_crate.storageSpace": "저장 공간", - "create.gui.stockpile_switch.title": "수량 스위치", - "create.gui.stockpile_switch.invert_signal": "신호 반전", - "create.gui.stockpile_switch.move_to_lower_at": "최소 신호 발동 비율:%1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "최소 신호 유지 비율:%1$s%%", - "create.gui.sequenced_gearshift.title": "순서 기어쉬프트", - "create.gui.sequenced_gearshift.instruction": "지시", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "축 회전", - "create.gui.sequenced_gearshift.instruction.turn_angle": "축 회전", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "각도", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "피스톤/도르래/갠트리 회전", - "create.gui.sequenced_gearshift.instruction.turn_distance": "장치 회전", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "거리", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "지연 시간", - "create.gui.sequenced_gearshift.instruction.delay": "지연", - "create.gui.sequenced_gearshift.instruction.delay.duration": "지연시간", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "종료", - "create.gui.sequenced_gearshift.instruction.end": "종료", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "새 레드스톤 신호 대기", - "create.gui.sequenced_gearshift.instruction.await": "대기", - "create.gui.sequenced_gearshift.speed": "속도, 방향", - "create.gui.sequenced_gearshift.speed.forward": "입력 속도, 그대로 회전", - "create.gui.sequenced_gearshift.speed.forward_fast": "입력 속도의 2배, 그대로 회전", - "create.gui.sequenced_gearshift.speed.back": "입력 속도, 반대로 회전", - "create.gui.sequenced_gearshift.speed.back_fast": "입력 속도의 2배, 반대로 회전", - - "create.schematicAndQuill.dimensions": "설계도 크기: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "첫 번째 위치를 설정했습니다", - "create.schematicAndQuill.secondPos": "두 번째 위치를 설정했습니다", - "create.schematicAndQuill.noTarget": "[Ctrl]을 누르면 허공을 선택할 수 있습니다", - "create.schematicAndQuill.abort": "위치 설정을 제거했습니다", - "create.schematicAndQuill.title": "설계도 이름:", - "create.schematicAndQuill.convert": "저장하고 즉시 적용", - "create.schematicAndQuill.fallbackName": "내 설계도", - "create.schematicAndQuill.saved": "%1$s(으)로 저장했습니다", - - "create.schematic.invalid": "[!] 없는 아이템 - 설계도 테이블을 이용하세요", - "create.schematic.position": "위치", - "create.schematic.rotation": "회전", - "create.schematic.rotation.none": "없음", - "create.schematic.rotation.cw90": "90도 시계방향 회전", - "create.schematic.rotation.cw180": "180도 시계방향 회전", - "create.schematic.rotation.cw270": "270도 시계방향 회전", - "create.schematic.mirror": "거울", - "create.schematic.mirror.none": "없음", - "create.schematic.mirror.frontBack": "전-후", - "create.schematic.mirror.leftRight": "좌-우", - "create.schematic.tool.deploy": "전개", - "create.schematic.tool.move": "X/Z좌표 이동", - "create.schematic.tool.movey": "Y좌표 이동", - "create.schematic.tool.rotate": "회전", - "create.schematic.tool.print": "설치", - "create.schematic.tool.flip": "뒤집기", - "create.schematic.tool.deploy.description.0": "구조물의 위치를 설정합니다.", - "create.schematic.tool.deploy.description.1": "오른쪽 버튼을 누르면 땅에 배치합니다.", - "create.schematic.tool.deploy.description.2": "[Ctrl]을 누르면 일정 거리를 유지합니다.", - "create.schematic.tool.deploy.description.3": "[Ctrl]을 누르고 스크롤하면 거리를 변경합니다.", - "create.schematic.tool.move.description.0": "설계도를 수평 이동합니다.", - "create.schematic.tool.move.description.1": "설계도를 바라보며 [CTRL]을 누르고 스크롤하면 설계도를 밀어냅니다.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "설계도를 수직 이동시킵니다.", - "create.schematic.tool.movey.description.1": "설계도를 보고 [CTRL]-스크롤로 밉니다.", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "설계도를 돌립니다.", - "create.schematic.tool.rotate.description.1": "[CTRL]-스크롤로 90도 돌립니다.", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "구조물을 즉시 설치합니다.", - "create.schematic.tool.print.description.1": "[우클릭]으로 현재 지점에 설치합니다.", - "create.schematic.tool.print.description.2": "이 도구는 크리에이티브 모드 전용입니다.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "당신이 보는 면으로 설계도를 뒤집습니다.", - "create.schematic.tool.flip.description.1": "설계도를 보고 [CTRL]-스크롤로 뒤집습니다.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "동기화 중...", - "create.schematics.uploadTooLarge": "설계도가 너무 큽니다!.", - "create.schematics.maxAllowedSize": "최대 설계도 파일 크기:", - - "create.gui.schematicTable.refresh": "파일 새로고침", - "create.gui.schematicTable.open_folder": "폴더 열기", - "create.gui.schematicTable.title": "설계도 테이블", - "create.gui.schematicTable.availableSchematics": "사용가능한 설계도", - "create.gui.schematicTable.noSchematics": "저장된 설계도 없음", - "create.gui.schematicTable.uploading": "업로딩 중...", - "create.gui.schematicTable.finished": "업로드 완료!", - "create.gui.schematicannon.title": "설계도 대포", - "create.gui.schematicannon.listPrinter": "재료 목록 인쇄", - "create.gui.schematicannon.gunpowderLevel": "화약 용량 %1$s%%", - "create.gui.schematicannon.shotsRemaining": "남은 발포 수 : %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "화약 여분: %1$s", - "create.gui.schematicannon.optionEnabled": "현재 활성화 됨", - "create.gui.schematicannon.optionDisabled": "현재 비활성화 됨", - "create.gui.schematicannon.showOptions": "대포 설치 설정 열기", - "create.gui.schematicannon.option.dontReplaceSolid": "온전한 블록을 대체하지 않음", - "create.gui.schematicannon.option.replaceWithSolid": "온전한 블록을 재료로 대체함", - "create.gui.schematicannon.option.replaceWithAny": "온전한 블록을 아무 재료로 대체함", - "create.gui.schematicannon.option.replaceWithEmpty": "온전한 블록을 공기로 채움", - "create.gui.schematicannon.option.skipMissing": "부족한 블록을 무시하고 진행", - "create.gui.schematicannon.option.skipTileEntities": "블록 엔티티 보호", - "create.gui.schematicannon.slot.gunpowder": "화약을 넣어 대포 연료를 채우세요", - "create.gui.schematicannon.slot.listPrinter": "책을 넣어 건축 재료 체크리스트를 인쇄하세요", - "create.gui.schematicannon.slot.schematic": "여기에 설계도를 넣으세요. 건설 구역이 설정되어 있어야 합니다.", - "create.gui.schematicannon.option.skipMissing.description": "만약 대포가 설치에 필요한 블록을 찾지 못할 경우,건너뛰고 다음 블록 설치를 진행합니다.", - "create.gui.schematicannon.option.skipTileEntities.description": "대포가 상자, 화로같이 데이터가 담긴 블록을 설치하지 않습니다.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "대포가 작업구역의 온전한 블록을 대체하지 않습니다.", - "create.gui.schematicannon.option.replaceWithSolid.description": "대포가 작업구역의 온전한 블록을 대포가 가진 재료로 대체합니다.", - "create.gui.schematicannon.option.replaceWithAny.description": "대포가 작업구역의 온전한 블록을 대포가 가진 어떠한 재료로든 대체합니다.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "대포가 작업구역의 블록들을 제거합니다.", - - "create.schematicannon.status.idle": "휴식", - "create.schematicannon.status.ready": "준비됨", - "create.schematicannon.status.running": "작동 중", - "create.schematicannon.status.finished": "완료", - "create.schematicannon.status.paused": "일시 중지", - "create.schematicannon.status.stopped": "중단됨", - "create.schematicannon.status.noGunpowder": "화약이 부족함", - "create.schematicannon.status.targetNotLoaded": "목표가 없음", - "create.schematicannon.status.targetOutsideRange": "목표가 너무 멈", - "create.schematicannon.status.searching": "검색 중", - "create.schematicannon.status.skipping": "건너뛰는 중", - "create.schematicannon.status.missingBlock": "부족한 블록:", - "create.schematicannon.status.placing": "설치 중", - "create.schematicannon.status.clearing": "블록을 제거하는 중", - "create.schematicannon.status.schematicInvalid": "설계도 없음", - "create.schematicannon.status.schematicNotPlaced": "설계도가 전개되지 않음", - "create.schematicannon.status.schematicExpired": "설계도 파일이 제거됨", - - "create.materialChecklist": "재료 목록", - "create.materialChecklist.blocksNotLoaded": "* 경고 *\n\n관련된 청크가 불러와지지 않아 재료 목록이 부정확할 수 있습니다.", - - "create.gui.filter.deny_list": "블랙리스트", - "create.gui.filter.deny_list.description": "위에 등록된 아이템은 통과할 수 없습니다. 빈 블랙리스트는 모든 아이템을 통과시킵니다.", - "create.gui.filter.allow_list": "화이트리스트", - "create.gui.filter.allow_list.description": "위에 등록된 아이템만 통과할 수 있습니다. 빈 화이트리스트는 모든 아이템을 막습니다.", - "create.gui.filter.respect_data": "상세정보 일치", - "create.gui.filter.respect_data.description": "위 목록 아이템의 내구도, 마법부여, 그리고 다른 NBT와 일치할 때 통과시킵니다.", - "create.gui.filter.ignore_data": "상세정보 무시", - "create.gui.filter.ignore_data.description": "상세정보와 상관없이 아이템 종류만 일치한다면 통과시킵니다.", - - "create.item_attributes.placeable": "설치할 수 있음", - "create.item_attributes.placeable.inverted": "설치할 수 없음", - "create.item_attributes.consumable": "먹을 수 있음", - "create.item_attributes.consumable.inverted": "먹을 수 없음", - "create.item_attributes.fluid_container": "액체를 저장할 수 있음", - "create.item_attributes.fluid_container.inverted": "액체를 저장할 수 없음", - "create.item_attributes.enchanted": "마법부여됨", - "create.item_attributes.enchanted.inverted": "마법부여되지 않음", - "create.item_attributes.max_enchanted": "마법부여가 최고 레벨임", - "create.item_attributes.max_enchanted.inverted": "마법부여가 최고 레벨이 아님", - "create.item_attributes.renamed": "새로운 이름을 지어줌", - "create.item_attributes.renamed.inverted": "새로운 이름이 없음", - "create.item_attributes.damaged": "내구도가 닮", - "create.item_attributes.damaged.inverted": "내구도가 닳지 않음", - "create.item_attributes.badly_damaged": "심각하게 내구도가 닮", - "create.item_attributes.badly_damaged.inverted": "심각하게 내구도가 닳지 않음", - "create.item_attributes.not_stackable": "겹쳐질 수 없음", - "create.item_attributes.not_stackable.inverted": "겹쳐질 수 있음", - "create.item_attributes.equipable": "장착할 수 있음", - "create.item_attributes.equipable.inverted": "장착할 수 없음", - "create.item_attributes.furnace_fuel": "화로 연료로 쓸 수 있음", - "create.item_attributes.furnace_fuel.inverted": "화로 연료로 쓸 수 없음", - "create.item_attributes.washable": "세척될 수 있음", - "create.item_attributes.washable.inverted": "세척될 수 없음", - "create.item_attributes.hauntable": "귀신들릴 수 있음", - "create.item_attributes.hauntable.inverted": "귀신들릴 수 없음", - "create.item_attributes.crushable": "분쇄될 수 있음", - "create.item_attributes.crushable.inverted": "분쇄될 수 없음", - "create.item_attributes.smeltable": "구워질 수 있음", - "create.item_attributes.smeltable.inverted": "구워질 수 없음", - "create.item_attributes.smokable": "훈연될 수 있음", - "create.item_attributes.smokable.inverted": "훈연될 수 없음", - "create.item_attributes.blastable": "용광로에 녹일 수 있음", - "create.item_attributes.blastable.inverted": "용광로에 녹일 수 없음", - "create.item_attributes.compostable": "퇴비로 쓸 수 있음", - "create.item_attributes.compostable.inverted": "퇴비로 쓸 수 없음", - "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.in_tag": "%1$s(으)로 등록됨", - "create.item_attributes.in_tag.inverted": "%1$s(으)로 등록되지 않음", - "create.item_attributes.in_item_group": "%1$s탭에 속함", - "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.has_enchant": "%1$s 마법부여를 가지고 있음", - "create.item_attributes.has_enchant.inverted": "%1$s 마법부여를 가지고 있지 않음", - "create.item_attributes.color": "염색됨", - "create.item_attributes.color.inverted": "염색되지 않음", - "create.item_attributes.has_fluid": "%1$s을(를) 담고 있음", - "create.item_attributes.has_fluid.inverted": "%1$s을(를) 담고 있지 않음", - "create.item_attributes.has_name": "%1$s(이)라는 이름을 갖고 있음", - "create.item_attributes.has_name.inverted": "%1$s(이)라는 이름을 갖고 있지 않음", - "create.item_attributes.book_author": "%1$s이(가) 작성함", - "create.item_attributes.book_author.inverted": "%1$s이(가) 작성하지 않음", - "create.item_attributes.book_copy_original": "원본임", - "create.item_attributes.book_copy_original.inverted": "원본이 아님", - "create.item_attributes.book_copy_first": "원본의 복사본임", - "create.item_attributes.book_copy_first.inverted": "원본의 복사본이 아님", - "create.item_attributes.book_copy_second": "복사본의 복사본임", - "create.item_attributes.book_copy_second.inverted": "복사본의 복사본이 아님", - "create.item_attributes.book_copy_tattered": "낡고 헐었음", - "create.item_attributes.book_copy_tattered.inverted": "낡고 헐지 않음", - "create.item_attributes.astralsorcery_amulet": "%1$s이(가) 향상됨", - "create.item_attributes.astralsorcery_amulet.inverted": "%1$s이(가) 향상되지 않음", - "create.item_attributes.astralsorcery_constellation": "%1$s에 조율됨", - "create.item_attributes.astralsorcery_constellation.inverted": "%1$s에 조율되지 않음", - "create.item_attributes.astralsorcery_crystal": "%1$s 수정 속성을 가짐", - "create.item_attributes.astralsorcery_crystal.inverted": "%1$s 수정 속성을 가지고 있지 않음", - "create.item_attributes.astralsorcery_perk_gem": "%1$s 퍽 속성을 가짐", - "create.item_attributes.astralsorcery_perk_gem.inverted": "%1$s 퍽 속성을 가지고 있지 않음", - - "create.gui.attribute_filter.no_selected_attributes": "속성이 선택되지 않음", - "create.gui.attribute_filter.selected_attributes": "선택된 속성:", - "create.gui.attribute_filter.add_attribute": "리스트에 속성을 추가합니다", - "create.gui.attribute_filter.add_inverted_attribute": "리스트에 반대 속성을 추가합니다.", - "create.gui.attribute_filter.allow_list_disjunctive": "화이트리스트 (최소)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "아이템이 선택된 속성 중 하나라도 가지고 있다면 통과시킵니다.", - "create.gui.attribute_filter.allow_list_conjunctive": "화이트리스트 (모두)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "아이템이 선택된 속성 모두를 가지고 있어야 통과시킵니다.", - "create.gui.attribute_filter.deny_list": "블랙리스트", - "create.gui.attribute_filter.deny_list.description": "아이템이 선택된 속성이 없다면 통과시킵니다.", - "create.gui.attribute_filter.add_reference_item": "참고할 아이템을 추가하기", - - "create.tooltip.holdForDescription": "[%1$s]을(를) 눌러 설명 보기", - "create.tooltip.holdForControls": "[%1$s]을(를) 눌러 조작법 보기", - "create.tooltip.keyShift": "Shift", - "create.tooltip.keyCtrl": "Ctrl", - "create.tooltip.speedRequirement": "요구 회전속도: %1$s", - "create.tooltip.speedRequirement.none": "없음", - "create.tooltip.speedRequirement.slow": "느림", - "create.tooltip.speedRequirement.medium": "보통", - "create.tooltip.speedRequirement.fast": "빠름", - "create.tooltip.stressImpact": "피로도 부하: %1$s", - "create.tooltip.stressImpact.low": "낮음", - "create.tooltip.stressImpact.medium": "보통", - "create.tooltip.stressImpact.high": "높음", - "create.tooltip.stressImpact.overstressed": "과부하", - "create.tooltip.up_to": "%1$s까지", - "create.tooltip.capacityProvided": "피로도 용량: %1$s", - "create.tooltip.capacityProvided.low": "적음", - "create.tooltip.capacityProvided.medium": "보통", - "create.tooltip.capacityProvided.high": "큼", - "create.tooltip.generationSpeed": "%1$s %2$s만큼 발전함", - "create.tooltip.analogStrength": "레드스톤 출력: %1$s/15", - - "create.mechanical_arm.extract_from": "%1$s을(를) 입력구로 설정했습니다", - "create.mechanical_arm.deposit_to": "%1$s을(를) 출력구로 설정했습니다", - "create.mechanical_arm.summary": "이 기계식 팔은 %1$s개의 입력구와 %2$s개의 출력구가 있습니다", - "create.mechanical_arm.points_outside_range": "범위 제한으로 인해 %1$s개의 선택된 지점이 해제되었습니다", - - "create.weighted_ejector.target_set": "투척 지점이 설정되었습니다", - "create.weighted_ejector.target_not_valid": "인접한 블록에 발사합니다 (투척 지점이 올바르지 않습니다)", - "create.weighted_ejector.no_target": "인접한 블록에 발사합니다 (투척 지점이 설정되지 않았습니다)", - "create.weighted_ejector.targeting": "[%1$s,%2$s,%3$s]에 투척합니다", - "create.weighted_ejector.stack_size": "투척하는 아이템의 수량", - - "create.logistics.when_multiple_outputs_available": "여러 출력구가 있을 때", - - "create.mechanical_arm.selection_mode.round_robin": "돌아가며 처리", - "create.mechanical_arm.selection_mode.forced_round_robin": "돌아가며 처리(강제적)", - "create.mechanical_arm.selection_mode.prefer_first": "설정 순서 우선시", - - "create.tunnel.selection_mode.split": "분할", - "create.tunnel.selection_mode.forced_split": "분할(강제적)", - "create.tunnel.selection_mode.round_robin": "순서대로 처리", - "create.tunnel.selection_mode.forced_round_robin": "순서대로 처리(강제적)", - "create.tunnel.selection_mode.prefer_nearest": "가장 가까운 곳", - "create.tunnel.selection_mode.randomize": "무작위", - "create.tunnel.selection_mode.synchronize": "입력 동기화", - - "create.tooltip.chute.header": "슈트 정보", - "create.tooltip.chute.items_move_down": "아이템이 아래로 이동", - "create.tooltip.chute.items_move_up": "아이템이 위로 이동", - "create.tooltip.chute.no_fans_attached": "선풍기가 부착되지 않음", - "create.tooltip.chute.fans_push_up": "선풍기가 아래에서 밈", - "create.tooltip.chute.fans_push_down": "선풍기가 위에서 밈", - "create.tooltip.chute.fans_pull_up": "선풍기가 위에서 당김", - "create.tooltip.chute.fans_pull_down": "선풍기가 아래에서 당김", - "create.tooltip.chute.contains": "들어있는 아이템: %1$s x%2$s", - "create.tooltip.deployer.header": "기계손 정보", - "create.tooltip.deployer.using": "모드: 사용", - "create.tooltip.deployer.punching": "모드: 공격", - "create.tooltip.deployer.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": "연결 모드 활성화", - "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": "재료 슬롯", - "create.crafting_blueprint.filter_items_viable": "필터도 가능합니다", - "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": "해당 액체는 _무한_합니다.", - "create.hint.mechanical_arm_no_targets.title": "목표 없음", - "create.hint.mechanical_arm_no_targets": "이 _기계 팔_은 _목표_가 설정되지 않았습니다. _기계 팔을 손에 들고_ 벨트, 아이템 거치대, 퍼널을 _우클릭_하여 목표로 지정하세요.", - "create.hint.empty_bearing.title": "베어링 업데이트", - "create.hint.empty_bearing": "_맨 손_으로 베어링을 _우클릭_하여 구조물을 _부착_하세요.", - "create.hint.full_deployer.title": "기계 손 아이템 과적", - "create.hint.full_deployer": "이 _기계 손_은 _배출_할 아이템을 가지고 있습니다. 호퍼 , 퍼널 등을 이용해 아이템을 빼내세요.", - - "create.backtank.low": "산소통 기압이 낮습니다", - "create.backtank.depleted": "산소통 기압이 모두 소진되었습니다", - - "create.hint.derailed_train.title": "선로을 벗어난 기차", - "create.hint.derailed_train": "이 _기차_아래에 선로이 없는 것 같습니다. _렌치_로 _우클릭_해서 근처 선로으로 옮기세요.", - - "create.boiler.status": "보일러 상태: %1$s", - "create.boiler.status_short": "보일러: %1$s", - "create.boiler.passive": "작동중", - "create.boiler.idle": "멈춤", - "create.boiler.lvl": "레벨 %1$s", - "create.boiler.max_lvl": "최고 레벨", - "create.boiler.size": "크기", - "create.boiler.size_dots": "... ", - "create.boiler.water": "물", - "create.boiler.water_dots": "....... ", - "create.boiler.heat": "열", - "create.boiler.heat_dots": "....... ", - "create.boiler.via_one_engine": "엔진 1개", - "create.boiler.via_engines": "엔진 %1$s개", - - "create.gui.schedule.lmb_edit": "좌클릭으로 수정", - "create.gui.schedule.rmb_remove": "우클릭으로 삭제", - "create.gui.schedule.duplicate": "복제", - "create.gui.schedule.remove_entry": "작업 삭제", - "create.gui.schedule.add_entry": "작업 추가", - "create.gui.schedule.move_up": "위로 이동", - "create.gui.schedule.move_down": "아래로 이동", - "create.gui.schedule.add_condition": "조건 추가", - "create.gui.schedule.alternative_condition": "대체 조건 추가", - - "create.schedule.instruction_type": "다음 행동:", - "create.schedule.instruction.editor": "설명 편집기", - "create.schedule.instruction.destination": "정거장으로 이동", - "create.schedule.instruction.destination.summary": "다음 역:", - "create.schedule.instruction.filter_edit_box": "정거장 이름", - "create.schedule.instruction.filter_edit_box_1": "* 로 문자 와일드카드를 사용할 수 있습니다", - "create.schedule.instruction.filter_edit_box_2": "예시: '내 정거장, 정거장 *'", - "create.schedule.instruction.filter_edit_box_3": "기차는 가장 가까운 빈 정거장을 선택합니다", - "create.schedule.instruction.rename": "행선지 제목 업데이트", - "create.schedule.instruction.rename.summary": "새로운 제목:", - "create.schedule.instruction.name_edit_box": "행선지 제목", - "create.schedule.instruction.name_edit_box_1": "디스플레이에 보일 문자입니다", - "create.schedule.instruction.name_edit_box_2": "기본값은 다음 정거장의 이름입니다", - "create.schedule.instruction.throttle": "최고 속도 변경", - "create.schedule.instruction.throttle.summary": "최고 속도를 %1$s(으)로 변경", - "create.schedule.instruction.throttle_edit_box": "제한", - "create.schedule.instruction.throttle_edit_box_1": "기차의 최고 속도를 설정합니다", - "create.schedule.condition_type": "조건이 맞으면 계속:", - "create.schedule.condition.editor": "조건 편집기", - "create.schedule.condition.delay": "딜레이", - "create.schedule.condition.delay_short": "멈춤: %1$s", - "create.schedule.condition.delay.status": "%1$s 후 출발", - "create.schedule.condition.idle": "저장소 휴식", - "create.schedule.condition.idle_short": "저장소 휴식: %1$s", - "create.schedule.condition.idle.status": "%1$s 동안 저장소 멈춤", - "create.schedule.condition.for_x_time": "%1$s 동안", - "create.schedule.condition.unloaded": "청크 언로드", - "create.schedule.condition.unloaded.status": "청크 언로드되길 기다리는 중", - "create.schedule.condition.powered": "정거장 신호", - "create.schedule.condition.powered.status": "레드스톤 신호 기다리는 중", - "create.schedule.condition.time_of_day": "하루 시간", - "create.schedule.condition.time_of_day.scheduled": "계획 시간: %1$s", - "create.schedule.condition.time_of_day.digital_format": "%1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "시간차", - "create.schedule.condition.time_of_day.rotation.every_24": "하루마다", - "create.schedule.condition.time_of_day.rotation.every_12": "12시간마다", - "create.schedule.condition.time_of_day.rotation.every_6": "6시간마다", - "create.schedule.condition.time_of_day.rotation.every_4": "4시간마다", - "create.schedule.condition.time_of_day.rotation.every_3": "3시간마다", - "create.schedule.condition.time_of_day.rotation.every_2": "2시간마다", - "create.schedule.condition.time_of_day.rotation.every_1": "1시간마다", - "create.schedule.condition.time_of_day.rotation.every_0_45": "45분마다", - "create.schedule.condition.time_of_day.rotation.every_0_30": "30분마다", - "create.schedule.condition.time_of_day.rotation.every_0_15": "15분마다", - "create.schedule.condition.time_of_day.status": "출발 시간 ", - "create.schedule.condition.threshold.train_holds": "기차의 저장량이 %1$s", - "create.schedule.condition.threshold.greater": "다음보다 많으면", - "create.schedule.condition.threshold.less": "다음보다 적으면", - "create.schedule.condition.threshold.equal": "다음과 동일하면", - "create.schedule.condition.threshold.x_units_of_item": "%3$s %1$s %2$s", - "create.schedule.condition.threshold.matching_content": "내용물 일치", - "create.schedule.condition.threshold.anything": "아무 아이템", - "create.schedule.condition.threshold.item_measure": "아이템 단위", - "create.schedule.condition.threshold.items": "개", - "create.schedule.condition.threshold.stacks": "스택", - "create.schedule.condition.threshold.buckets": "양동이", - "create.schedule.condition.threshold.status": "저장소: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "기준 아이템", - "create.schedule.condition.threshold.place_item_2": "필터를 사용할 수 있음", - "create.schedule.condition.threshold.place_item_3": "아무 아이템을 기준으로 하려면 비우세요", - "create.schedule.condition.fluid_threshold": "액체 저장소 조건", - "create.schedule.condition.item_threshold": "아이템 저장소 조건", - "create.schedule.condition.redstone_link": "레드스톤 링크", - "create.schedule.condition.redstone_link.status": "레드스톤 링크 신호 기다리는 중", - "create.schedule.condition.redstone_link_on": "링크 켜짐", - "create.schedule.condition.redstone_link_off": "링크 꺼짐", - "create.schedule.condition.redstone_link.powered": "신호 받을때", - "create.schedule.condition.redstone_link.unpowered": "신호 없을때", - "create.schedule.condition.redstone_link.frequency_state": "주파수 상태:", - "create.schedule.condition.redstone_link.frequency_powered": "주파수 신호 받음:", - "create.schedule.condition.redstone_link.frequency_unpowered": "주파수 신호 없음:", - "create.schedule.condition.player_count": "플레이어 착석", - "create.schedule.condition.player_count.summary": "플레이어 %1$s명", - "create.schedule.condition.player_count.summary_plural": "플레이어 %1$s명", - "create.schedule.condition.player_count.seated": "%1$s명 앉음", - "create.schedule.condition.player_count.players": "인원", - "create.schedule.condition.player_count.condition": "조건", - "create.schedule.condition.player_count.exactly": "동일", - "create.schedule.condition.player_count.or_above": "초과", - "create.schedule.condition.player_count.status": "승객 : %1$s/%2$s", - "create.schedule.loop": "영원히 반복", - "create.schedule.loop1": "계획표를 마무리하면", - "create.schedule.loop2": "처음으로 되돌아갑니다", - "create.schedule.reset": "진행도 초기화", - "create.schedule.skip": "현재 정거장 건너뛰기", - "create.schedule.applied_to_train": "기차는 이제 이 계획표대로 진행합니다", - "create.schedule.non_controlling_seat": "기관사는 조종기 앞에 앉아야 합니다", - "create.schedule.remove_with_empty_hand": "현재 적용된 계획표를 맨 손으로 제거하세요", - "create.schedule.auto_removed_from_train": "자동등록된 계획표 제거됨", - "create.schedule.removed_from_train": "기차에서 계획표를 회수했습니다", - "create.schedule.no_stops": "이 계획표는 정거장이 등록되지 않습니다", - "create.schedule.continued": "계획표를 진행합니다", - - "create.track.selection_cleared": "선택이 해제되었습니다", - "create.track.valid_connection": "연결할 수 있습니다 ✔", - "create.track.second_point": "선로를 설치하거나 두번째 지점을 선택하세요", - "create.track.too_far": "너무 멉니다", - "create.track.original_missing": "기준 블록이 제거되었습니다. 쉬프트 우클릭으로 초기화하세요", - "create.track.perpendicular": "수직으로 연결할 수 없습니다", - "create.track.ascending_s_curve": "기울어진 S자 곡선 선로을 생성할 수 없습니다", - "create.track.too_sharp": "곡선이 너무 날카롭습니다", - "create.track.too_steep": "경사면이 너무 급합니다", - "create.track.slope_turn": "곡선이 너무 불규칙합니다", - "create.track.opposing_slopes": "반대 경사면에 연결할 수 없습니다", - "create.track.leave_slope_ascending": "올라가는 동안 이 경사면을 벗어날 수 없습니다", - "create.track.leave_slope_descending": "내려가는 동안 이 경사면을 벗어날 수 없습니다", - "create.track.turn_90": "최대 90도까지 구부릴 수 있습니다", - "create.track.junction_start": "교차로에서 시작할 수 없습니다", - "create.track.turn_start": "곡선에서 시작할 수 없습니다", - "create.track.not_enough_tracks": "선로이 부족합니다", - "create.track.not_enough_pavement": "기반 블록이 부족합니다", - - "create.portal_track.failed": "차원간 선로를 설치할 수 없습니다:", - "create.portal_track.missing": "대상 차원문이 아직 생성되지 않았습니다", - "create.portal_track.blocked": "대상 좌표가 가로막혔습니다 (%1$s,%2$s,%3$s)", - - "create.station.idle": "정거장이 휴식중입니다", - "create.station.assembly_title": "기차 조립", - "create.station.close": "창 닫기", - "create.station.cancel": "조립 취소", - "create.station.failed": "조립 실패", - "create.station.icon_type": "아이콘 종류", - "create.station.create_train": "새로운 기차 조립", - "create.station.assemble_train": "기차 조립", - "create.station.disassemble_train": "기차 해체", - "create.station.remove_schedule": "계획표 회수", - "create.station.remove_auto_schedule": "자동 계획표 제거", - "create.station.no_assembly_diagonal": "대각선 선로에서", - "create.station.no_assembly_diagonal_1": "기차를 조립할 수 없습니다", - "create.station.no_assembly_curve": "곡선 선로에서", - "create.station.no_assembly_curve_1": "기차를 조립할 수 없습니다", - "create.station.train_not_aligned": "모든 객실이 일직선상에 없어", - "create.station.train_not_aligned_1": "해체할 수 없습니다", - "create.station.carriage_number": "%1$s번 객실:", - "create.station.retry": "이 문제를 해결하고 다시 시도해 보세요", - "create.station.no_bogeys": "대차 없음", - "create.station.one_bogey": "대차 1개", - "create.station.more_bogeys": "대차 %1$s개", - "create.station.how_to": "하이라이트된 선로에 기차 케이스를 설치하여 대차를 생성하세요.", - "create.station.how_to_1": "대차를 제거하려면 윗 블록을 파괴하세요.", - "create.station.how_to_2": "객실은 1~2개의 대차를 이어 만들 수 있습니다.", - - "create.train_assembly.too_many_bogeys": "대차가 너무 많이 연결되었습니다: %1$s개", - "create.train_assembly.frontmost_bogey_at_station": "가장 앞의 대차는 정거장 발판에 있어야합니다", - "create.train_assembly.no_bogeys": "대차가 없습니다", - "create.train_assembly.not_connected_in_order": "대차가 순서대로 연결되지 않았습니다", - "create.train_assembly.bogeys_too_close": "%1$s번과 %2$s번 대차가 너무 가깝습니다", - "create.train_assembly.single_bogey_carriage": "이 대차는 스스로 객실을 지지할 수 없습니다", - "create.train_assembly.nothing_attached": "%1$s번 대차에 구조물이 없습니다", - "create.train_assembly.no_controls": "진행 방향을 향한 조종기가 최소 1개 필요합니다", - "create.train_assembly.sideways_controls": "조종기가 측면을 바라보고 있습니다", - "create.train_assembly.bogey_created": "대차가 생성되었습니다. 선로를 클릭하여 모양을 변경할 수 있습니다", - "create.train_assembly.requires_casing": "기차 케이스를 이용해 선로에 대차를 생성하세요", - - "create.track_target.set": "선로가 선택되었습니다", - "create.track_target.success": "성공적으로 선택된 선로와 연결되었습니다", - "create.track_target.clear": "선로 선택을 해제했습니다", - "create.track_target.missing": "먼저 선로를 선택하세요", - "create.track_target.too_far": "선택한 선로가 너무 멉니다", - "create.track_target.no_junctions": "교차로 선로는 선택할 수 없습니다", - "create.track_target.occupied": "해당 선로는 사용중입니다", - "create.track_target.invalid": "이 선로를 선택할 수 없습니다", - - "create.train.unnamed": "이름없는 기차", - "create.train.cannot_relocate_moving": "움직이는 기차를 옮길 수 없습니다", - "create.train.relocate": "%1$s을(를) 놓을 선로를 클릭하세요. 쉬프트 우클릭으로 취소합니다", - "create.train.relocate.abort": "이동이 취소되었습니다", - "create.train.relocate.success": "성공적으로 옮겼습니다", - "create.train.relocate.valid": "여기에 옮길 수 있습니다. 클릭하여 놓습니다", - "create.train.relocate.invalid": "여기에 기차를 옮길 수 없습니다", - "create.train.relocate.too_far": "기차를 이렇게 멀리 옮길 수 없습니다", - "create.train.departing_from": "%1$s에서 출발합니다", - "create.train.arrived_at": "%1$s에 도착했습니다", - "create.train.status": " 기차에 대한 정보: %1$s", - "create.train.status.back_on_track": "기차가 다시 선로에 올랐습니다", - "create.train.status.collision": "다른 기차와 부딪혔습니다", - "create.train.status.end_of_track": "기차가 선로 끝에 도달했습니다", - "create.train.status.double_portal": "기차는 차원문에서 떠나는 동시에 들어갈 수 없습니다", - "create.train.status.coupling_stress": "커플링에 부하가 심해 멈췄습니다", - "create.train.status.track_missing": "기차 아래에 선로가 없습니다", - "create.train.status.paused_for_manual": "수동 조작으로 계획표가 정지되었습니다", - "create.train.status.opposite_driver": "선로가 반대 방향을 가리키고 있습니다", - "create.train.status.missing_driver": "기관사가 없어졌습니다", - "create.train.status.found_driver": "새 기관사가 들어왔습니다", - "create.train.status.navigation_success": "이동에 성공했습니다", - "create.train.status.no_match": "그래프에 '%1$s'와 일치하는 정거장이 없습니다", - "create.train.status.no_path": "다음 목적지로 가는 길을 찾을 수 없습니다", - - "create.track_signal.cannot_change_mode": "이 신호기의 모드를 변경할 수 없습니다", - "create.track_signal.mode_change.entry_signal": "-> 구역이 사용중이 아니면 통과 가능", - "create.track_signal.mode_change.cross_signal": "-> 구역을 온전히 횡단가능하면 통과 가능", - - "create.contraption.controls.start_controlling": "%1$s을(를) 조종합니다", - "create.contraption.controls.stop_controlling": "구조물 조종을 멈췄습니다", - "create.contraption.controls.approach_station": "%1$s을(를) 눌러 %2$s에 접근합니다", - - "create.display_link.set": "표시할 대상을 선택했습니다", - "create.display_link.success": "성공적으로 대상과 연결되었습니다", - "create.display_link.clear": "대상 선택을 해제했습니다", - "create.display_link.too_far": "이곳은 대상과 너무 멉니다", - "create.display_link.invalid": "연결된 대상이 없습니다. 다시 시도해 보세요", - "create.display_link.title": "디스플레이 링크", - "create.display_link.no_source": "디스플레이 정보 수집 대상이 아님", - "create.display_link.no_target": "디스플레이 정보 표시 대상이 아님", - "create.display_link.reading_from": "정보 수집 대상:", - "create.display_link.writing_to": "정보 표시 대상:", - "create.display_link.attached_side": "붙어있는 블록", - "create.display_link.targeted_location": "선택된 블록", - "create.display_link.view_compatible": "클릭하여 호환되는 블록 보기", - "create.display_link.information_type": "정보 종류", - "create.display_link.display_on": "정보 쓰기 위치", - "create.display_link.display_on_multiline": "다음 위치에서 쓰기 시작:", - - "create.display_source.label": "접두사", - "create.display_source.combine_item_names": "아이템 이름", - "create.display_source.count_items": "필터에 맞는 아이템 양", - "create.display_source.list_items": "필터에 맞는 아이템 목록", - "create.display_source.fluid_amount": "필터에 맞는 액체 양", - "create.display_source.list_fluids": "필터에 맞는 액체 목록", - "create.display_source.nixie_tube": "닉시관 복사", - "create.display_source.fill_level": "보관함 용량", - "create.display_source.fill_level.display": "디스플레이 형식", - "create.display_source.fill_level.percent": "백분율", - "create.display_source.fill_level.progress_bar": "진행도", - "create.display_source.value_list.display": "값 디스플레이", - "create.display_source.value_list.shortened": "축약", - "create.display_source.value_list.full_number": "전체 숫자", - "create.display_source.value_list.thousand": "k", - "create.display_source.value_list.million": "m", - "create.display_source.player_deaths": "플레이어 죽은 횟수", - "create.display_source.scoreboard": "목표", - "create.display_source.scoreboard.objective": "목표 ID", - "create.display_source.scoreboard.objective_not_found": "'%1$s'을(를) 찾을 수 없음", - "create.display_source.scoreboard.objective.deaths": "플레이어 죽음", - "create.display_source.time_of_day": "현재 시간", - "create.display_source.stop_watch": "스톱워치", - "create.display_source.time.format": "시간 형식", - "create.display_source.time.12_hour": "12시간", - "create.display_source.time.24_hour": "24시간", - "create.display_source.accumulate_items": "아이템 수 축적", - "create.display_source.item_throughput": "통과한 아이템 수", - "create.display_source.item_throughput.interval": "간격", - "create.display_source.item_throughput.interval.second": "초당", - "create.display_source.item_throughput.interval.minute": "분당", - "create.display_source.item_throughput.interval.hour": "시간당", - "create.display_source.train_status": "기차 계획표 상태", - "create.display_source.station_summary": "기차 정거장 요약", - "create.display_source.station_summary.filter": "정거장 이름 필터", - "create.display_source.station_summary.train_name_column": "기차 표시 길이", - "create.display_source.station_summary.platform_column": "정거장 표시 길이", - "create.display_source.station_summary.now": "잠시후", - "create.display_source.station_summary.minutes": " 분", - "create.display_source.station_summary.seconds": "%1$s초", - "create.display_source.observed_train_name": "감지된 기차 이름", - "create.display_source.max_enchant_level": "최대 마법부여 수치", - "create.display_source.boiler_status": "보일러 상태", - "create.display_source.entity_name": "엔티티 이름", - "create.display_source.kinetic_speed": "회전 속도 (RPM)", - "create.display_source.kinetic_speed.absolute": "방향 무시", - "create.display_source.kinetic_speed.directional": "방향 포함", - "create.display_source.kinetic_stress": "네트워크 피로도", - "create.display_source.kinetic_stress.display": "디스플레이 형식", - "create.display_source.kinetic_stress.progress_bar": "진행도", - "create.display_source.kinetic_stress.percent": "백분율", - "create.display_source.kinetic_stress.current": "현재 피로도", - "create.display_source.kinetic_stress.max": "전체 피로도 용량", - "create.display_source.kinetic_stress.remaining": "남은 피로도", - "create.display_source.redstone_power": "레드스톤 세기", - "create.display_source.redstone_power.display": "디스플레이 형식", - "create.display_source.redstone_power.number": "숫자", - "create.display_source.redstone_power.progress_bar": "진행도", - "create.display_source.boiler.not_enough_space": "보일러 상태를 표시할", - "create.display_source.boiler.for_boiler_status": "공간이 부족함", - - "create.display_target.line": "%1$s번째 줄", - "create.display_target.page": "%1$s번째 쪽", - "create.display_target.single_line": "단일 줄", - - "create.flap_display.cycles.alphabet": " ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": " ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": " ; 분;잠시후;15초;30초;45초", - "create.flap_display.cycles.shortened_numbers": " ;K;M", - "create.flap_display.cycles.fluid_units": "mB;B ", - "create.flap_display.cycles.instant": " ; ", - "create.flap_display.cycles.pixel": "█;▓;▒", - - "create.super_glue.too_far": "선택된 영역이 너무 큽니다", - "create.super_glue.cannot_reach": "선택된 블록은 붙어있어야 합니다", - "create.super_glue.click_to_confirm": "다시 클릭하여 확인합니다", - "create.super_glue.click_to_discard": "쉬프트 우클릭하여 선택을 해제합니다", - "create.super_glue.first_pos": "첫번째 위치를 선택했습니다", - "create.super_glue.abort": "선택을 제거했습니다", - "create.super_glue.not_enough": "인벤토리에 접착제가 부족합니다", - "create.super_glue.success": "접착하는 중...", - - "create.gui.config.overlay1": "안녕하세요 :)", - "create.gui.config.overlay2": "이 창은 오버레이 예시입니다", - "create.gui.config.overlay3": "이 오버레이를 옮기려면", - "create.gui.config.overlay4": "마우스로 클릭하거나 드래그하세요", - "create.gui.config.overlay5": "ESC를 눌러 닫고", - "create.gui.config.overlay6": "새 위치를 저장할 수 있습니다", - "create.gui.config.overlay7": "명령어 /create overlay reset 으로", - "create.gui.config.overlay8": "기본 위치로 되돌릴 수 있습니다", - - "create.command.killTPSCommand": "killtps", - "create.command.killTPSCommand.status.slowed_by.0": "[Create]: 서버 틱이 %s ms만큼 느려진 상태입니다 :o", - "create.command.killTPSCommand.status.slowed_by.1": "[Create]: 서버 틱이 %s ms만큼 느려졌습니다 >:)", - "create.command.killTPSCommand.status.slowed_by.2": "[Create]: 서버 틱이 원래대로 돌아왔습니다 :D", - "create.command.killTPSCommand.status.usage.0": "[Create]: 명령어 /killtps stop을 사용해서 서버 틱을 원래 속도로 되돌리세요", - "create.command.killTPSCommand.status.usage.1": "[Create]: 명령어 /killtps start <틱 시간> 을 사용해서 서버 틱을 늦추세요", - "create.command.killTPSCommand.argument.tickTime": "tickTime", - - "create.contraption.minecart_contraption_too_big": "이 수레 구조물은 들기에 너무 큽니다!", - "create.contraption.minecart_contraption_illegal_pickup": "신비로운 힘이 이 수레 구조물을 세계에 묶어두고 있습니다!", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "구조물이 멈춤", - "create.subtitle.peculiar_bell_use": "황동 종이 울림", - "create.subtitle.worldshaper_place": "세계편집기가 쏨", - "create.subtitle.whistle_train_manual": "기적 장치가 울림", - "create.subtitle.steam": "증기 소리", - "create.subtitle.saw_activate_stone": "톱이 작동함", - "create.subtitle.schematicannon_finish": "설계도 대포가 끝남", - "create.subtitle.crafter_craft": "조합기가 조합함", - "create.subtitle.wrench_remove": "장치가 부숴짐", - "create.subtitle.train3": "대차 바퀴가 덜덜 떨림", - "create.subtitle.whistle": "기적 소리", - "create.subtitle.cogs": "톱니바퀴가 돌아감", - "create.subtitle.slime_added": "슬라임이 철퍽거림", - "create.subtitle.whistle_train_low": "낮은 기적소리", - "create.subtitle.schematicannon_launch_block": "설계도 대포가 발사함", - "create.subtitle.controller_take": "독서대가 비워짐", - "create.subtitle.crafter_click": "조합기가 작동함", - "create.subtitle.depot_plop": "아이템이 놓임", - "create.subtitle.confirm": "확인음", - "create.subtitle.mixing": "섞는 소리", - "create.subtitle.mechanical_press_activation_belt": "압착기가 작동함", - "create.subtitle.fwoomp": "감자포를 쏨", - "create.subtitle.sanding_long": "사포를 사용함", - "create.subtitle.crushing_1": "분쇄되는 소리", - "create.subtitle.depot_slide": "아이템이 미끄러짐", - "create.subtitle.blaze_munch": "블레이즈 버너가 섭취함", - "create.subtitle.funnel_flap": "퍼널이 펄럭거림", - "create.subtitle.haunted_bell_use": "귀신들린 종이 울림", - "create.subtitle.scroll_value": "스크롤 소리", - "create.subtitle.controller_put": "조작기를 놓음", - "create.subtitle.cranking": "크랭크가 돌아감", - "create.subtitle.sanding_short": "사포를 사용함", - "create.subtitle.wrench_rotate": "렌치를 사용함", - "create.subtitle.potato_hit": "채소가 부딪힘", - "create.subtitle.saw_activate_wood": "톱이 작동함", - "create.subtitle.whistle_high": "높은 기적 소리", - "create.subtitle.whistle_train_manual_low": "기적 장치가 울림", - "create.subtitle.whistle_train": "기적 소리", - "create.subtitle.haunted_bell_convert": "종에 귀신이 들림", - "create.subtitle.train": "대차 바퀴가 덜컹거림", - "create.subtitle.deny": "취소음", - "create.subtitle.controller_click": "조작기를 누름", - "create.subtitle.whistle_low": "낮은 기적 소리", - "create.subtitle.copper_armor_equip": "잠수용 장비가 철커덕거림", - "create.subtitle.mechanical_press_activation": "압착기가 작동함", - "create.subtitle.contraption_assemble": "구조물이 움직임", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", - "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", - "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", - "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", - "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", - "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", - "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", - "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", - - "block.create.wooden_bracket.tooltip": "나무 지지대", - "block.create.wooden_bracket.tooltip.summary": "나무를 이용해 _축, 톱니바퀴, 파이프_를 꾸며 보세요.", - - "block.create.metal_bracket.tooltip": "금속 지지대", - "block.create.metal_bracket.tooltip.summary": "금속을 이용해 _축, 톱니바퀴, 파이프_를 꾸며 보세요.", - - "block.create.seat.tooltip": "좌석", - "block.create.seat.tooltip.summary": "앉아서 드라이브를 즐기세요! _움직이는 구조물_에 _플레이어_를 _고정_시킵니다. 가구용으로도 좋습니다! 다양한 색깔이 존재합니다.", - "block.create.seat.tooltip.condition1": "좌석에 우클릭", - "block.create.seat.tooltip.behaviour1": "플레이어가 좌석에 _앉습니다_. _왼쪽 쉬프트_를 눌러 좌석에서 _일어섭니다_.", - - "item.create.blaze_cake.tooltip": "블레이즈 케이크", - "item.create.blaze_cake.tooltip.summary": "열심히 일하는 _블레이즈_ _버너_의 식사입니다. 블레이즈를 더 뜨겁게 만드세요!", - - "item.create.wand_of_symmetry.tooltip": "대칭의 지팡이", - "item.create.wand_of_symmetry.tooltip.summary": "설정된 반사 모드에 따라 블록 설치를 _똑같이_ _배치_합니다.", - "item.create.wand_of_symmetry.tooltip.condition1": "단축바에 있을 때", - "item.create.wand_of_symmetry.tooltip.behaviour1": "활성화 유지", - "item.create.wand_of_symmetry.tooltip.control1": "땅에다 우클릭", - "item.create.wand_of_symmetry.tooltip.action1": "거울을 _생성하거나_ _옮깁니다_.", - "item.create.wand_of_symmetry.tooltip.control2": "공중에 우클릭", - "item.create.wand_of_symmetry.tooltip.action2": "활성화된 거을을 _제거합니다_.", - "item.create.wand_of_symmetry.tooltip.control3": "웅크린 상태에서 우클릭", - "item.create.wand_of_symmetry.tooltip.action3": "_설정_ _창_을 엽니다.", - - "item.create.handheld_worldshaper.tooltip": "크리에이티브 세계편집기", - "item.create.handheld_worldshaper.tooltip.summary": "_지형경관_을 만들 때 좋은 간편한 도구입니다.", - "item.create.handheld_worldshaper.tooltip.control1": "블록을 보고 좌클릭", - "item.create.handheld_worldshaper.tooltip.action1": "이 도구로 설치할 블록을 설정합니다.", - "item.create.handheld_worldshaper.tooltip.control2": "블록을 보고 우클릭", - "item.create.handheld_worldshaper.tooltip.action2": "해당 위치에 설정된 _브러쉬_ 와 _도구_를 적용합니다.", - "item.create.handheld_worldshaper.tooltip.control3": "웅크린 상태에서 우클릭", - "item.create.handheld_worldshaper.tooltip.action3": "_설정_ _창_을 엽니다.", - - "item.create.tree_fertilizer.tooltip": "나무 비료", - "item.create.tree_fertilizer.tooltip.summary": "일반적인 나무 종류들의 성장을 촉진시킬 강력한 미네랄의 혼합물입니다.", - "item.create.tree_fertilizer.tooltip.condition1": "묘목에 사용했을 때", - "item.create.tree_fertilizer.tooltip.behaviour1": "묘목을 주위 공간과 _상관없이_ 성장시킵니다.", - - "item.create.extendo_grip.tooltip": "외장형 연장 팔", - "item.create.extendo_grip.tooltip.summary": "띠요오옹! 사용자의 _사거리_를 늘려줍니다.", - "item.create.extendo_grip.tooltip.condition1": "다른 손에 있을 때", - "item.create.extendo_grip.tooltip.behaviour1": "_기존_ _손_에있는 아이템의 사거리를 늘립니다.", - "item.create.extendo_grip.tooltip.condition2": "구리 산소통을 착용했을 때", - "item.create.extendo_grip.tooltip.behaviour2": "_내구도_가 _소모되지_ _않고_, 탱크에서 _공기_가 _소모됩니다_.", - - "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": "장치의 _입력_과 _출력_을 _필터_ 목록에 따라 _조정_합니다.", - "item.create.filter.tooltip.condition1": "필터 슬롯에 있을 때", - "item.create.filter.tooltip.behaviour1": "필터 _설정_에 따라 아이템 흐름을 _조정_합니다.", - "item.create.filter.tooltip.condition2": "우클릭", - "item.create.filter.tooltip.behaviour2": "_설정_ _창_을 엽니다.", - - "item.create.attribute_filter.tooltip": "속성 필터", - "item.create.attribute_filter.tooltip.summary": "장치의 _입력_과 _출력_을 필터 _속성_ 목록에 따라 _조정_합니다.", - "item.create.attribute_filter.tooltip.condition1": "필터 슬롯에 있을 때", - "item.create.attribute_filter.tooltip.behaviour1": "필터 _설정_에 따라 아이템 흐름을 _조정_합니다.", - "item.create.attribute_filter.tooltip.condition2": "우클릭", - "item.create.attribute_filter.tooltip.behaviour2": "_설정_ _창_을 엽니다.", - - "item.create.empty_schematic.tooltip": "빈 설계도", - "item.create.empty_schematic.tooltip.summary": "조합 재료로 쓰이거나 설계도 테이블에서 설계도를 불러올 때 쓰입니다.", - - "item.create.schematic.tooltip": "설계도", - "item.create.schematic.tooltip.summary": "세계에 구조물을 _홀로그램으로_ 불러와 지정하고 설치합니다. 지정된 홀로그램은 _설계도_ _대포_의 _작업_ _영역_이 됩니다.", - "item.create.schematic.tooltip.condition1": "들고 있을 때", - "item.create.schematic.tooltip.behaviour1": "UI의 도구로 _변경/설치_ 할 수 있습니다.", - "item.create.schematic.tooltip.control1": "웅크린 상태에서 우클릭", - "item.create.schematic.tooltip.action1": "정확한 _좌표_ 입력을 위한 창을 엽니다.", - - "item.create.schematic_and_quill.tooltip": "설계도와 깃펜", - "item.create.schematic_and_quill.tooltip.summary": "세계에 있는 구조물을 _.nbt파일_로 저장할 때 쓰입니다.", - "item.create.schematic_and_quill.tooltip.condition1": "1단계", - "item.create.schematic_and_quill.tooltip.behaviour1": "_두_ _모서리_를 우클릭으로 선택하세요.", - "item.create.schematic_and_quill.tooltip.condition2": "2단계", - "item.create.schematic_and_quill.tooltip.behaviour2": "면을 바라보고 _Ctrl-스크롤_하여 크기를 조정하세요. 우클릭을 다시 하면 저장됩니다.", - "item.create.schematic_and_quill.tooltip.control1": "우클릭", - "item.create.schematic_and_quill.tooltip.action1": "모서리 선택 / 저장 확인", - "item.create.schematic_and_quill.tooltip.control2": "Ctrl을 누르고 있을 때", - "item.create.schematic_and_quill.tooltip.action2": "_Scroll_를 이용하여 거리를 조정합니다.", - "item.create.schematic_and_quill.tooltip.control3": "웅크린 상태에서 우클릭", - "item.create.schematic_and_quill.tooltip.action3": "선택 영역을 리셋하고 _삭제_합니다.", - - "block.create.schematicannon.tooltip": "설계도 대포", - "block.create.schematicannon.tooltip.summary": "장착된 설계도를 바탕으로 블록들을 _발포_합니다. _화약_을 연료로 사용하고 주변 보관함에서 아이템을 사용합니다.", - "block.create.schematicannon.tooltip.condition1": "우클릭", - "block.create.schematicannon.tooltip.behaviour1": "설정 창을 엽니다.", - - "block.create.schematic_table.tooltip": "설계도 탁자", - "block.create.schematic_table.tooltip.summary": "_빈_ _설계도_에 저장된 설계도를 불러옵니다.", - "block.create.schematic_table.tooltip.condition1": "빈 설계도를 넣을 때", - "block.create.schematic_table.tooltip.behaviour1": "Schematics 폴더에서 선택한 파일을 업로드합니다.", - - "item.create.goggles.tooltip": "엔지니어의 고글", - "item.create.goggles.tooltip.summary": "_장치 정보_를 착용자의 시야에 띄어주는 안경입니다.", - "item.create.goggles.tooltip.condition1": "장착했을 때", - "item.create.goggles.tooltip.behaviour1": "해당 장치의 _속도_, _피로도_, _용량_을 레벨에 따라 에 따라 색상 UI를 보여줍니다.", - "item.create.goggles.tooltip.condition2": "계측기를 바라볼 때", - "item.create.goggles.tooltip.behaviour2": "계측기가 연결된 네트워크의 _속도_나 _스트레스_의 자세한 정보를 보여줍니다.", - "item.create.goggles.tooltip.condition3": "액체 용기를 바라볼 때", - "item.create.goggles.tooltip.behaviour3": "_용량_이 얼마나 되는지, _어떤 액체_가 들어있는 지 알려줍니다.", - - "item.create.wrench.tooltip": "렌치", - "item.create.wrench.tooltip.summary": "장치 구성에 유용한 도구입니다. 장치를 _회전_, _설정_, _해체_하는 데 쓰입니다.", - "item.create.wrench.tooltip.control1": "장치에 우클릭", - "item.create.wrench.tooltip.action1": "사용자가 바라보는 _면으로_ 혹은 _반대로_ 장치를 돌립니다.", - "item.create.wrench.tooltip.control2": "웅크린 상태에서 우클릭", - "item.create.wrench.tooltip.action2": "_장치_를 _해체_하고 _즉시_ _보관함_으로 넣습니다.", - - "block.create.nozzle.tooltip": "노즐", - "block.create.nozzle.tooltip.summary": "선풍기 _앞_에 붙여 선풍기의 효과를 _전방향_으로 _확대_합니다.", - - "block.create.cuckoo_clock.tooltip": "뻐꾸기 시계", - "block.create.cuckoo_clock.tooltip.summary": "_시간의_ _흐름_을 알고 공간을 _꾸미는_ 데 좋은 공예품입니다.", - "block.create.cuckoo_clock.tooltip.condition1": "회전할 때", - "block.create.cuckoo_clock.tooltip.behaviour1": "현재 시각을 보여주고 하루에 두 번 울립니다. 점심과 플레이어가 바로 잘 수 있는 저녁에 울립니다.", - - "block.create.turntable.tooltip": "돌림판", - "block.create.turntable.tooltip.summary": "_동력_으로 _멀미_를 일으킵니다.", - - "block.create.toolbox.tooltip": "공구상자", - "block.create.toolbox.tooltip.summary": "모든 발명가의 가장 친한 동료입니다. _8가지 종류의_ 아이템을 편하게 _많이_ 저장할 수 있습니다.", - "block.create.toolbox.tooltip.condition1": "파괴했을 때", - "block.create.toolbox.tooltip.behaviour1": "아이템을 _떨어뜨리지 않습니다_.", - "block.create.toolbox.tooltip.condition2": "설치했을 때", - "block.create.toolbox.tooltip.behaviour2": "_근처 플레이어_가 _단축키_를 눌러 _원격으로_ 상자 속 아이템에 접근할 수 있습니다.", - "block.create.toolbox.tooltip.condition3": "우클릭 때", - "block.create.toolbox.tooltip.behaviour3": "창을 엽니다.", - - "block.create.stockpile_switch.tooltip": "stockpile_switch", - "block.create.stockpile_switch.tooltip.summary": "붙어있는 _보관함_에 들어있는 아이템을 기반으로 레드스톤 신호를 보냅니다. 필터도 제공됩니다. _비교기_와 반대로, 수량 스위치는 신호가 반전되는 _임계점_을 조절할 수 있습니다.", - "block.create.stockpile_switch.tooltip.condition1": "우클릭", - "block.create.stockpile_switch.tooltip.behaviour1": "설정 창을 엽니다.", - - "block.create.content_observer.tooltip": "정보 감지기", - "block.create.content_observer.tooltip.summary": "보관함이나 벨트의 아이템을 등록된 _필터_를 이용해 _탐지_합니다. _보관함, 벨트, 슈트_ 안에 해당 아이템을 탐지하는 동안, 레드스톤 신호를 보냅니다. _퍼널_가 해당 아이템을 수송하면, _1틱_의 레드스톤 신호를 보냅니다.", - "block.create.content_observer.tooltip.condition1": "보관함를 탐지할 때", - "block.create.content_observer.tooltip.behaviour1": "해당 보관함에 _필터 아이템_이 있는 동안 _레드스톤 신호_를 방출합니다.", - "block.create.content_observer.tooltip.condition2": "퍼널을 탐지할 때", - "block.create.content_observer.tooltip.behaviour2": "_필터 아이템_이 이동하면 _레드스톤 펄스_를 방출합니다.", - - "block.create.creative_crate.tooltip": "THE ENDLESS CRATE", - "block.create.creative_crate.tooltip.summary": "이 상자는 아무 아이템을 _무한히_ 저장합니다. 설계도 대포 옆에 놓을 시 준비물을 _전부_ 공급합니다.", - "block.create.creative_crate.tooltip.condition1": "필터에 아이템을 설정할 시", - "block.create.creative_crate.tooltip.behaviour1": "선택된 아이템을 _무한정_으로 _빼낼_ 수 있습니다. 대신 _들어간_ 아이템은 _삭제_됩니다.", - - "item.create.creative_blaze_cake.tooltip": "크리에이티브 블레이즈 케이크", - "item.create.creative_blaze_cake.tooltip.summary": "_블레이즈 버너_의 열 _세기를 조절할 수 있는_ 매우 특별한 케이크입니다. 이 케이크를 섭취한 블레이즈 버너는 _절대 꺼지지_ 않습니다.", - "item.create.creative_blaze_cake.tooltip.condition1": "블레이즈 버너에 우클릭", - "item.create.creative_blaze_cake.tooltip.behaviour1": "블레이즈 버너의 열 세기를 _고정_시킵니다. 다시 사용하면 블레이즈 버너의 열 세기를 _순환_합니다.", - - "block.create.controller_rail.tooltip": "방향 레일", - "block.create.controller_rail.tooltip.summary": "_광산 수레_의 _이동속도_를 _세밀하게_ _조정_할 수 있는 _양방향_ _전동 레일_입니다.", - "block.create.controller_rail.tooltip.condition1": "레드스톤 신호를 받을 때", - "block.create.controller_rail.tooltip.behaviour1": "_신호 세기에 따라_ 지나가는 수레를 _가속, 감속_합니다. 레드스톤 신호는 다른 방향 레일에도 전달됩니다. 두 방향레일에 다른 세기를 전달하면 중간 레일들은 두 세기 사이의 신호를 받습니다.", - - "item.create.sand_paper.tooltip": "사포", - "item.create.sand_paper.tooltip.summary": "재료들을 _윤내는 데_ 쓰이는 거친 종이입니다. 기계 손이 자동으로 쓸 수 있습니다.", - "item.create.sand_paper.tooltip.condition1": "사용할 때", - "item.create.sand_paper.tooltip.behaviour1": "_다른 손_에있는 아이템과 _바닥에 있는 아이템_을 윤냅니다.", - - "item.create.builders_tea.tooltip": "건축가의 차", - "item.create.builders_tea.tooltip.summary": "하루를 시작하기에 좋은 음료입니다. _새로운 영감_을 줍니다.", - - "item.create.refined_radiance.tooltip": "정제된 광채", - "item.create.refined_radiance.tooltip.summary": "_흡수된_ _빛_으로 제련된 색채 혼합물입니다.", - "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": "현재 개발 중", - "item.create.shadow_steel.tooltip.behaviour1": "이 재료의 사용처는 이후 업데이트에 있을겁니다.", - - "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": "다이빙 헬멧", - "item.create.diving_helmet.tooltip.summary": "_구리_ _산소통_과 함께, 착용자가 물 속에서 _오랫동안_ _호흡_할 수 있게합니다.", - "item.create.diving_helmet.tooltip.condition1": "착용했을 때", - "item.create.diving_helmet.tooltip.behaviour1": "산소통에서 공기를 느리게 빨아들이며 _수중_ _호흡_ 효과를 제공합니다.", - - "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": "동력 속도에 따라 _공기_를 _모읍니다_.", - - "block.create.placard.tooltip": "플래카드", - "block.create.placard.tooltip.summary": "_아이템_을 황동안에 _장식_하세요. 구조물에도 사용할 수 있습니다!", - "block.create.placard.tooltip.condition1": "아이템을 들고 우클릭", - "block.create.placard.tooltip.behaviour1": "플래카드에 _아이템_을 추가합니다. _이미_ 같은 아이템이 장식되어 있다면 짧게 _레드스톤 신호_를 _방출_합니다.", - "block.create.placard.tooltip.condition2": "때렸을 때", - "block.create.placard.tooltip.behaviour2": "플래카드의 아이템을 _제거_합니다.", - - "block.create.flywheel.tooltip": "플라이휠", - "block.create.flywheel.tooltip.summary": "황동 바퀴로 _장치_를 _장식_해보세요.", - "block.create.flywheel.tooltip.condition1": "동력을 공급받을 때", - "block.create.flywheel.tooltip.behaviour1": "회전합니다.", - - "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": "조합 청사진", - "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": "_두 수레를 묶어_ 이동할 때 고정된 _거리를 유지하게_ 합니다.", - - "item.create.experience_nugget.tooltip": "경험의 조각", - "item.create.experience_nugget.tooltip.summary": "_띵!_ 당신의 멋진 발명품에서 탄생한 _영감_의 알맹이입니다.", - "item.create.experience_nugget.tooltip.condition1": "사용했을 때", - "item.create.experience_nugget.tooltip.behaviour1": "담겨져 있던 _경험치_를 _배출_합니다.", - - "block.create.peculiar_bell.tooltip": "귀신들린 종", - "block.create.peculiar_bell.tooltip.summary": "장식을 위한 황동 종입니다. 영혼 불꽃 위에 설치하면 _기이한_ 일이 일어난다고 합니다...", - - "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.subject": "분석의 주제", - "create.ponder.pondering": "분석 중입니다...", - "create.ponder.identify_mode": "탐색모드가 활성화되어 있습니다. \n[%1$s]을(를) 눌러 중지합니다.", - "create.ponder.associated": "연관된 항목들", - "create.ponder.close": "닫기", - "create.ponder.identify": "탐색", - "create.ponder.next": "다음 장면", - "create.ponder.next_up": "다음 장면:", - "create.ponder.previous": "이전 장면", - "create.ponder.replay": "다시 재생", - "create.ponder.think_back": "되돌아가기", - "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.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.display_sources": "디스플레이 링크의 정보 수집 대상", - "create.ponder.tag.display_sources.description": "디스플레이 링크가 읽을 수 있는 정보를 제공하는 부품과 블록입니다", - "create.ponder.tag.logistics": "아이템 수송", - "create.ponder.tag.logistics.description": "아이템을 옮기는데 도움을 줄 부품입니다.", - "create.ponder.tag.display_targets": "디스플레이 링크의 정보 표시 대상", - "create.ponder.tag.display_targets.description": "디스플레이 링크가 받은 정보를 표시할 수 있는 부품과 블록입니다", - "create.ponder.tag.train_related": "선로 장비", - "create.ponder.tag.train_related.description": "기차 구조물 조립이나 관리에 쓰이는 부품입니다", - - "create.ponder.analog_lever.header": "아날로그 레버를 이용해 신호 조절하기", - "create.ponder.analog_lever.text_1": "아날로그 레버는 정확하고 간편하게 레드스톤 신호의 세기를 조절합니다.", - "create.ponder.analog_lever.text_2": "우클릭으로 세기를 높입니다.", - "create.ponder.analog_lever.text_3": "웅크리면서 우클릭하면, 세기를 낮춥니다.", - - "create.ponder.andesite_tunnel.header": "안산암 터널 사용하기", - "create.ponder.andesite_tunnel.text_1": "안산암 터널은 벨트를 덮는데 사용할 수 있습니다.", - "create.ponder.andesite_tunnel.text_2": "인신임 터널의 옆면에 접촉점이 있다면...", - "create.ponder.andesite_tunnel.text_3": "...터널은 통과하는 아이템 스택에서 1개의 아이템을 분리시킵니다.", - "create.ponder.andesite_tunnel.text_4": "나머지는 가던 길을 갑니다.", - - "create.ponder.auto_schedule.header": "정거장 & 계획표", - "create.ponder.auto_schedule.text_1": "계획표로 기관사에게 도착점을 가르칠 수 있습니다.", - "create.ponder.auto_schedule.text_2": "비교기는 정거장에 기차가 도착하면 신호를 방출합니다.", - "create.ponder.auto_schedule.text_3": "정차할 때는 정거장에는 표시된 방향으로 접근해야합니다.", - "create.ponder.auto_schedule.text_4": "정거장에 새 계획표를 자동으로 지정할 수 있습니다.", - "create.ponder.auto_schedule.text_5": "정거장 위에 놓인 계획표는 도착한 기차 기관사에게 적용됩니다.", - "create.ponder.auto_schedule.text_6": "수동으로 계획표를 전달해줄 때와는 다르게, 계획표를 가져가지 않습니다.", - - "create.ponder.basin.header": "대야 안에서 아이템 처리하기", - "create.ponder.basin.text_1": "대야는 아이템과 액체를 담을 수 있습니다.", - "create.ponder.basin.text_2": "처리 이후, 대야는 옆면 아래로 결과물을 내보냅니다.", - "create.ponder.basin.text_3": "알맞는 부품이 있다면, 대야는 수송관을 나타냅니다.", - "create.ponder.basin.text_4": "다양한 부품들이 아이템을 받을 수 있습니다.", - "create.ponder.basin.text_5": "결과물은 아래 보관함에 떨어집니다.", - "create.ponder.basin.text_6": "수송관이 없다면, 대야는 처리된 아이템을 보관합니다.", - "create.ponder.basin.text_7": "결과물이 다시 사용될 때 유용합니다.", - "create.ponder.basin.text_8": "이 경우, 대야에서 특정 결과물을 빼내야 합니다.", - "create.ponder.basin.text_9": "처리되지 않은 아이템이 나오는 것을 방지하기 위해서는 필터가 필요합니다.", - - "create.ponder.bearing_modes.header": "베어링의 이동 설정", - "create.ponder.bearing_modes.text_1": "멈췄을 때, 베어링은 구조물을 가까운 수직 각도로 설치합니다.", - "create.ponder.bearing_modes.text_2": "이는 절대 설치하지 않거나, 시작한 지점에만 설치하도록 설정할 수 있습니다.", - - "create.ponder.belt_casing.header": "벨트 덮기", - "create.ponder.belt_casing.text_1": "황동, 안산암 케이스는 벨트를 꾸미는데 사용됩니다.", - "create.ponder.belt_casing.text_2": "렌치로 케이스를 없앨 수 있습니다.", - - "create.ponder.belt_connector.header": "벨트 사용하기", - "create.ponder.belt_connector.text_1": "두 축을 벨트로 우클릭하여 연결합니다.", - "create.ponder.belt_connector.text_2": "실수로 선택했다면, 웅크리면서 우클릭하여 취소합니다.", - "create.ponder.belt_connector.text_3": "벨트에 축을 추가로 넣을 수 있습니다.", - "create.ponder.belt_connector.text_4": "벨트로 연결된 축들은 같은 속도, 방향으로 회전합니다.", - "create.ponder.belt_connector.text_5": "추가된 축은 렌치로 없앨 수 있습니다.", - "create.ponder.belt_connector.text_6": "벨트를 염색하여 꾸밀 수 있습니다.", - - "create.ponder.belt_directions.header": "벨트 설치에 알맞는 방향", - "create.ponder.belt_directions.text_1": "벨트는 임의의 각도로 설치할 수 없습니다.", - "create.ponder.belt_directions.text_2": "1. 수평으로 연결할 수 있습니다.", - "create.ponder.belt_directions.text_3": "2. 대각선으로 연결할 수 있습니다.", - "create.ponder.belt_directions.text_4": "3. 수직으로 연결할 수 있습니다.", - "create.ponder.belt_directions.text_5": "4. 또한 수직 축을 평행하게 연결할 수 있습니다.", - "create.ponder.belt_directions.text_6": "이것들이 가능한 방향입니다. 벨트는 2 ~ 20 블록 길이를 연결합니다.", - - "create.ponder.belt_transport.header": "벨트를 이용한 수송", - "create.ponder.belt_transport.text_1": "움직이는 벨트는 아이템과 엔티티를 옮깁니다.", - "create.ponder.belt_transport.text_2": "빈손으로 우클릭하여 벨트 위의 아이템을 가져옵니다.", - - "create.ponder.blaze_burner.header": "블레이즈 버너 데우기", - "create.ponder.blaze_burner.text_1": "블레이즈 버너는 대야 안에서 처리되는 아이템에 열을 제공합니다.", - "create.ponder.blaze_burner.text_2": "이런 식으로, 블레이즈는 가연성 물질을 먹습니다.", - "create.ponder.blaze_burner.text_3": "블레이즈 케아크를 먹이면 버너는 더 뜨겁게 타오릅니다.", - "create.ponder.blaze_burner.text_4": "이 시스템은 기계 손이나 기계 팔을 이용해 자동화될 수 있습니다.", - - "create.ponder.brass_funnel.header": "황동 퍼널", - "create.ponder.brass_funnel.text_1": "안산암 퍼널은 아이템 한 개만 뽑아냅니다.", - "create.ponder.brass_funnel.text_2": "황동 퍼널은 한 스택까지 뽑을 수 있습니다.", - "create.ponder.brass_funnel.text_3": "핕터 슬롯을 스크롤하여 추출 갯수를 조절합니다.", - "create.ponder.brass_funnel.text_4": "필터 슬롯에 아이템을 사용하여 추출할 아이템 종류를 정합니다.", - - "create.ponder.brass_tunnel.header": "황동 터널 사용하기", - "create.ponder.brass_tunnel.text_1": "황동 터널은 벨트를 덮는데 사용할 수 있습니다.", - "create.ponder.brass_tunnel.text_2": "황동 터널은 열린 면마다 필터 슬롯이 있습니다.", - "create.ponder.brass_tunnel.text_3": "입구 필터는 맞지않는 아이템을 막습니다.", - "create.ponder.brass_tunnel.text_4": "출구 필터는 종류에 따라 아이템을 분류합니다.", - "create.ponder.brass_tunnel.text_5": "지나가는 아이템의 출구가 여러개일 때, 분배 모드가 어떻게 분배할지 정합니다.", - "create.ponder.brass_tunnel.text_6": "벨트 위, 평행한 황동 터널끼리는 연결됩니다.", - "create.ponder.brass_tunnel.text_7": "들어오는 아이템은 연결된 모든 출구로 분배됩니다.", - "create.ponder.brass_tunnel.text_8": "이런 식으로, 터널을 통해 직접 아이템을 넣을 수 있습니다.", - - "create.ponder.brass_tunnel_modes.header": "황동 터널의 분배 모드", - "create.ponder.brass_tunnel_modes.text_1": "렌치를 이용해, 황동 터널이 어떻게 분배할지 설정합니다.", - "create.ponder.brass_tunnel_modes.text_10": "[입력 동기화] 설정은 황동 터널만의 고유 설정입니다.", - "create.ponder.brass_tunnel_modes.text_11": "모든 입구에 아이템이 있어야만 통과할 수 있습니다.", - "create.ponder.brass_tunnel_modes.text_12": "이 설정은 연결된 모든 벨트에 아이템을 동시에 공급할 수 있습니다.", - "create.ponder.brass_tunnel_modes.text_2": "[분할] 설정은 가능한 출구에 아이템을 동등하게 분배하려 합니다.", - "create.ponder.brass_tunnel_modes.text_3": "한 출구가 아이템을 더 받을 수 없을 때, 그 출구는 제외됩니다.", - "create.ponder.brass_tunnel_modes.text_4": "[분리(강제적)] 설정은 출구를 제외하지 않습니다. 대신, 모두 아이템을 받을 수 있을 때까지 기다립니다.", - "create.ponder.brass_tunnel_modes.text_5": "[순서대로 처리] 설정은 아이템 수량을 유지한 채, 출구 차례대로 아이템을 분배합니다.", - "create.ponder.brass_tunnel_modes.text_6": "전 설정과 마찬가지로, 한 출구가 아이템을 더 받을 수 없다면, 그 출구는 제외됩니다.", - "create.ponder.brass_tunnel_modes.text_7": "[순서대로 처리(강제적)] 설정은 출구를 제외하지 않습니다.", - "create.ponder.brass_tunnel_modes.text_8": "[가장 가까운 곳] 설정은 입구와 가까운 출구 순서로 우선순위를 정합니다.", - "create.ponder.brass_tunnel_modes.text_9": "[무작위] 설정은 랜덤한 출구로 아이템을 분배합니다.", - - "create.ponder.cart_assembler.header": "수레 조립기로 구조물 움직이기", - "create.ponder.cart_assembler.text_1": "활성화된 수레 조립기는 지나가는 수레에 구조물을 부착합니다.", - "create.ponder.cart_assembler.text_2": "신호가 없다면, 구조물을 떼어 냅니다.", - "create.ponder.cart_assembler.text_3": "수레에 렌치로 우클릭하면 구조물을 들고 다닐 수 있습니다.", - - "create.ponder.cart_assembler_dual.header": "한 구조물에 여러 수레 결합하기", - "create.ponder.cart_assembler_dual.text_1": "두 조립기가 같은 구조물을 공유할 때...", - "create.ponder.cart_assembler_dual.text_2": "둘 중 하나를 작동시키면 기차 구조물이 됩니다.", - "create.ponder.cart_assembler_dual.text_3": "두 수레는 수레 커플링으로 연결된 것처럼 행동합니다.", - - "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": "조립기 설정에서 회전을 잠갔다면, 구조물은 회전하지 않습니다.", - - "create.ponder.cart_assembler_rails.header": "다른 종류의 수레와 레일", - "create.ponder.cart_assembler_rails.text_1": "일반 레일위의 조립기는 지나가는 수레에 아무 영향을 미치지 않습니다.", - "create.ponder.cart_assembler_rails.text_2": "전동 레일, 방향 레일 위에 있을 때, 신호를 받을 때까지 수레는 멈춥니다.", - "create.ponder.cart_assembler_rails.text_3": "다른 수레들도 쓸 수 있습니다.", - "create.ponder.cart_assembler_rails.text_4": "화로 수레는 부착된 보관함에서 연료를 가져와 스스로 움직입니다.", - - "create.ponder.chain_drive.header": "체인 드라이브로 회전 전달하기", - "create.ponder.chain_drive.text_1": "체인 드라이브는 한 줄로 회전을 전달합니다.", - "create.ponder.chain_drive.text_2": "이렇게 연결된 모든 축들은 같은 방향으로 회전합니다.", - "create.ponder.chain_drive.text_3": "한 줄의 아무 부분을 90도 돌릴 수 있습니다.", - - "create.ponder.chain_gearshift.header": "벨트 변속기를 통해 회전 속도 조절하기", - "create.ponder.chain_gearshift.text_1": "신호를 받지 않은 벨트 변속기는 체인 드라이브와 똑같이 작동합니다.", - "create.ponder.chain_gearshift.text_2": "신호를 받으면, 다른 체인 드라이브에 전달되는 속도는 2배가 됩니다.", - "create.ponder.chain_gearshift.text_3": "반대로 벨트 변속기가 직접 회전을 받지 않고 있다면, 변속기의 속도는 절반이 됩니다.", - "create.ponder.chain_gearshift.text_4": "두 가지 경우에도, 같은 줄의 체인 드라이브의 속도는 변속기 속도의 2배가 됩니다.", - "create.ponder.chain_gearshift.text_5": "아날로그 레버를 사용하면, 속도 비율을 1 ~ 2배 사이로 맞출 수 있습니다.", - "create.ponder.chain_gearshift.text_6": "12 RPM", - - "create.ponder.chute.header": "슈트를 이용해 아이템을 아래로 옮기기", - "create.ponder.chute.text_1": "슈트는 보관함에 있는 아이템을 수직으로 옮깁니다.", - "create.ponder.chute.text_2": "렌치를 이용해 창문을 만들 수 있습니다.", - "create.ponder.chute.text_3": "슈트 옆면에 다른 슈트를 설치하면 대각선으로 연결됩니다.", - - "create.ponder.chute_upward.header": "슈트를 이용해 아이템을 위로 옮기기", - "create.ponder.chute_upward.text_1": "선풍기를 위/아래에 설치하면, 슈트는 아이템을 위로 보냅니다.", - "create.ponder.chute_upward.text_2": "엔지니어의 고글로 슈트를 관찰하여 이동 방향을 확인하세요.", - "create.ponder.chute_upward.text_3": "막힌 끝 부분에서 아이템은 옆에서 넣거나 빼내야합니다.", - - "create.ponder.clockwork_bearing.header": "시계 베어링을 이용한 구조물 움직이기", - "create.ponder.clockwork_bearing.text_1": "시계 베어링은 앞에 있는 블록을 부착시킵니다.", - "create.ponder.clockwork_bearing.text_2": "동력을 받으면, 현재 시간에 맞춰 구조물이 돌아갑니다.", - "create.ponder.clockwork_bearing.text_3": "3:00", - "create.ponder.clockwork_bearing.text_4": "4:00", - "create.ponder.clockwork_bearing.text_5": "베어링을 우클릭하여 구조물을 멈추거나 움직이세요.", - "create.ponder.clockwork_bearing.text_6": "시침 구조물 앞에 분침 구조물을 추가할 수 있습니다.", - "create.ponder.clockwork_bearing.text_7": "접착제나 슬라임볼로 두 구조물을 연결하지 마세요.", - "create.ponder.clockwork_bearing.text_8": "두번째 구조물은 분침처럼 돌아갑니다.", - - "create.ponder.clutch.header": "클러치를 이용해 동력 조절하기", - "create.ponder.clutch.text_1": "클러치는 한 줄로 동력을 전달합니다.", - "create.ponder.clutch.text_2": "레드스톤 신호를 받으면, 동력 전달을 끊습니다.", - - "create.ponder.cog_speedup.header": "톱니바퀴로 기어변속하기", - "create.ponder.cog_speedup.text_1": "큰 톱니바퀴와 작은 톱니바퀴는 대각선으로 연결됩니다.", - "create.ponder.cog_speedup.text_2": "큰 쪽에서 작은 쪽으로 가는 속도는 2배가 됩니다.", - "create.ponder.cog_speedup.text_3": "반대의 경우에는 속도가 절반이 됩니다.", - - "create.ponder.cogwheel.header": "톱니바퀴를 이용해 동력 전달하기", - "create.ponder.cogwheel.text_1": "톱니바퀴는 인접한 톱니바퀴에 동력을 전달합니다.", - "create.ponder.cogwheel.text_2": "이렇게 연결된 톱니바퀴 축은 반대방향으로 돌아갑니다.", - - "create.ponder.cogwheel_casing.header": "톱니바퀴에 케이스 씌우기", - "create.ponder.cogwheel_casing.text_1": "황동, 안산암 케이스는 톱니바퀴를 꾸밀 때 사용할 수 있습니다.", - "create.ponder.cogwheel_casing.text_2": "기본적으로 케이스를 씌운 톱니바퀴는 축과 연결되지 않습니다.", - "create.ponder.cogwheel_casing.text_3": "렌치를 사용하여 축과 연결하거나 차단할 수 있습니다.", - - "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": "크리에이티브 모터는 동력을 쉽게 생산, 조절합니다.", - "create.ponder.creative_motor.text_2": "모터 후면을 스크롤해서 모터의 RPM을 조절합니다.", - - "create.ponder.creative_motor_mojang.header": "Mojang의 수수께끼", - - "create.ponder.crushing_wheels.header": "분쇄 휠을 이용해 아이템 가공하기", - "create.ponder.crushing_wheels.text_1": "한 쌍의 분쇄 휠은 아이템을 매우 효과적으로 갈아버립니다.", - "create.ponder.crushing_wheels.text_2": "동력을 전달하여 서로 맞물리게 해야합니다.", - "create.ponder.crushing_wheels.text_3": "위에서 투입된 아이템은 가공되고, 아래로 떨어집니다.", - "create.ponder.crushing_wheels.text_4": "이 과정은 자동화 될 수 있습니다.", - - "create.ponder.deployer.header": "기계 손 이용하기", - "create.ponder.deployer.text_1": "동력을 받으면, 기계 손은 플레이어의 행동을 흉내냅니다.", - "create.ponder.deployer.text_10": "손에다 우클릭하여 기계 손이 쓸 아이템을 건네세요.", - "create.ponder.deployer.text_11": "아이템은 자동으로 투입될 수 있습니다.", - "create.ponder.deployer.text_12": "필터 슬롯도 있습니다.", - "create.ponder.deployer.text_13": "필터가 설정되면, 필터에 맞는 아이템을 들고있을 때 작동합니다.", - "create.ponder.deployer.text_14": "필터에 맞는 아이템만 들어가며...", - "create.ponder.deployer.text_15": "...그 외의 아이템은 배출됩니다.", - "create.ponder.deployer.text_2": "기계 손은 한 칸 떨어진 블록에 상호작용합니다.", - "create.ponder.deployer.text_3": "바로 앞에 블록이 있어도 상괸없습니다.", - "create.ponder.deployer.text_4": "기계 손이 할 수 있는 것:", - "create.ponder.deployer.text_5": "블록 설치하기", - "create.ponder.deployer.text_6": "아이템 사용하기", - "create.ponder.deployer.text_7": "블록 활성화하기", - "create.ponder.deployer.text_8": "블록 수확하기", - "create.ponder.deployer.text_9": "몹 공격하기", - - "create.ponder.deployer_contraption.header": "구조물에서의 기계 손", - "create.ponder.deployer_contraption.text_1": "기계 손이 움직이는 구조물의 일부면...", - "create.ponder.deployer_contraption.text_2": "...기계 손은 움직일 때마다 작동하며, 구조물에 붙어있는 아무 보관함의 아이템을 사용합니다.", - "create.ponder.deployer_contraption.text_3": "필터를 이용해 어떤 아이템을 사용할 지 정할 수 있습니다.", - - "create.ponder.deployer_modes.header": "기계 손의 작동 방식", - "create.ponder.deployer_modes.text_1": "기계 손은 기본적으로 우클릭을 흉내냅니다.", - "create.ponder.deployer_modes.text_2": "렌치를 이용해, 좌클릭을 흉내내도록 설정할 수 있습니다.", - - "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": "레드스톤 신호를 받으면, 기계 손은 작동하지 않습니다.", - "create.ponder.deployer_redstone.text_2": "작동을 멈추기 전에, 기계 손은 입력된 행동을 마무리합니다.", - "create.ponder.deployer_redstone.text_3": "따라서 부정 펄스는 한 번만 작동하게 합니다.", - - "create.ponder.depot.header": "아이템 거치대 사용하기", - "create.ponder.depot.text_1": "아이템 거치대는 고정된 벨트 역할입니다.", - "create.ponder.depot.text_2": "우클릭해서 아이템을 놓거나 가져갑니다.", - "create.ponder.depot.text_3": "벨트처럼, 놓여진 아이템은 가공될 수 있습니다.", - "create.ponder.depot.text_4": "그리고 기계 팔의 목표가 될 수 있습니다.", - - "create.ponder.display_board.header": "디스플레이 화면", - "create.ponder.display_board.text_1": "디스플레이 화면은 조절 가능한 표지판입니다.", - "create.ponder.display_board.text_2": "작동하려면 동력이 필요합니다.", - "create.ponder.display_board.text_3": "문자를 표시하는 방법은 이름표를 사용하거나...", - "create.ponder.display_board.text_4": "...디스플레이 링크를 이용하는 것입니다.", - "create.ponder.display_board.text_5": "염료를 각 줄마다 사용할 수 있습니다.", - "create.ponder.display_board.text_6": "맨 손으로 우클릭하여 줄을 초기화합니다.", - - "create.ponder.display_link.header": "디스플레이 링크 사용하기", - "create.ponder.display_link.text_1": "디스플레이 링크는 유동적인 정보를 표시하는데 사용됩니다.", - "create.ponder.display_link.text_2": "먼저 정보를 표시할 곳을 우클릭하고...", - "create.ponder.display_link.text_3": "...정보를 읽을 블록 옆에 설치합니다.", - "create.ponder.display_link.text_4": "창을 열어 어떤 정보를 어떻게 보낼지 설정합니다.", - "create.ponder.display_link.text_5": "이제 정보가 링크로부터 전송되어 표시됩니다.", - "create.ponder.display_link.text_6": "모든 블록이 정보를 제공하진 않습니다.", - "create.ponder.display_link.text_7": "호환되는 블록은 각각 다른 종류를 제공합니다.", - "create.ponder.display_link.text_8": "디스플레이 링크는 여러 블록에게 정보를 보낼 수 있습니다.", - - "create.ponder.display_link_redstone.header": "레드스톤 신호", - "create.ponder.display_link_redstone.text_1": "레드스톤 신호를 받으면, 디스플레이 링크는 정보를 전달하지 않습니다.", - "create.ponder.display_link_redstone.text_2": "신호가 끊기면, 딜레이가 초기화되어 새 정보가 바로 전달됩니다.", - "create.ponder.display_link_redstone.text_3": "정보를 제공하는 블록은 링크에게 영향을 미치지 않습니다.", - - "create.ponder.empty_blaze_burner.header": "빈 블레이즈 버너 사용하기", - "create.ponder.empty_blaze_burner.text_1": "블레이즈를 우클릭하여 버너에 가둡니다.", - "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_6": "그러나 장치에 쓰일 열원으로는 적합하지 않습니다.", - - "create.ponder.encased_fluid_pipe.header": "파이프에 케이스 씌우기", - "create.ponder.encased_fluid_pipe.text_1": "구리 케이스로 파이프를 꾸밀 수 있습니다.", - "create.ponder.encased_fluid_pipe.text_2": "파이프를 가려주는 것 외에도, 파이프의 방향을 고정시키는 역할도 합니다.", - "create.ponder.encased_fluid_pipe.text_3": "이 파이프는 이제 나중에 추가된 블록에 영향받지 않습니다.", - - "create.ponder.fan_direction.header": "선풍기의 공기흐름", - "create.ponder.fan_direction.text_1": "선풍기는 동력을 이용해 바람을 만들어냅니다.", - "create.ponder.fan_direction.text_2": "바람의 세기와 방향, 거리는 동력에 따라 달라집니다.", - - "create.ponder.fan_processing.header": "선풍기로 아이템 가공하기", - "create.ponder.fan_processing.text_1": "바람이 용암을 통과하면, 공기가 뜨거워집니다.", - "create.ponder.fan_processing.text_2": "바람이 지나가는 자리의 아이템은 구워집니다.", - "create.ponder.fan_processing.text_3": "음식은 불타 없어집니다.", - "create.ponder.fan_processing.text_4": "대신, 불을 이용하면 음식을 굽습니다.", - "create.ponder.fan_processing.text_5": "물을 통과하는 바람을 통해 세척할 수 있습니다.", - "create.ponder.fan_processing.text_6": "이를 통해 새로운 가공을 할 수 있습니다.", - "create.ponder.fan_processing.text_7": "선풍기의 속도는 가공 속도와 관련이 없습니다!", - "create.ponder.fan_processing.text_8": "선풍기 가공은 벨트나 아이템 거치대의 아이템에도 적용됩니다.", - - "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": "액체 용기를 비우고 채우기", - "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": "액체 탱크의 크기", - "create.ponder.fluid_tank_sizes.text_1": "액체 탱크는 여러개 연결하여 용량을 늘릴 수 있습니다.", - "create.ponder.fluid_tank_sizes.text_2": "밑면 너비는 3블록까지 늘릴 수 있습니다.", - "create.ponder.fluid_tank_sizes.text_3": "높이는 32블록까지 가능합니다.", - "create.ponder.fluid_tank_sizes.text_4": "렌치를 이용해 탱크의 창문을 닫을 수 있습니다.", - - "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.funnel_compat.header": "퍼널 호환성", - "create.ponder.funnel_compat.text_1": "퍼널은 다른 장치들 위에 설치할 수 있습니다.", - "create.ponder.funnel_compat.text_2": "세로 톱", - "create.ponder.funnel_compat.text_3": "아이템 거치대", - "create.ponder.funnel_compat.text_4": "아이템 배수구", - - "create.ponder.funnel_direction.header": "수송 방향", - "create.ponder.funnel_direction.text_1": "설치하면, 보관함에서 아이템을 빼냅니다.", - "create.ponder.funnel_direction.text_2": "웅크리면서 설치하면, 아이템을 가져갑니다.", - "create.ponder.funnel_direction.text_3": "렌치를 이용해 설치 이후에도 설정을 변경할 수 있습니다.", - "create.ponder.funnel_direction.text_4": "다른 면에 설치해도 같은 규칙을 따릅니다.", - "create.ponder.funnel_direction.text_5": "벨트 위의 퍼널는 벨트의 움직임에 따라 아이템을 빼내거나 가져갑니다.", - - "create.ponder.funnel_intro.header": "퍼널 사용하기", - "create.ponder.funnel_intro.text_1": "퍼널은 보관함에서 아이템을 옮기거나 빼낼 때 유용합니다.", - - "create.ponder.funnel_redstone.header": "레드스톤 신호", - "create.ponder.funnel_redstone.text_1": "레드스톤 신호를 받으면 동작을 멈춥니다.", - - "create.ponder.funnel_transfer.header": "직접 수송", - "create.ponder.funnel_transfer.text_1": "퍼널은 아이템을 보관함에서 다른 보관함로 옮깁니다.", - "create.ponder.funnel_transfer.text_2": "슈트나 스마트 슈트가 이런 목적에 더 적합합니다.", - "create.ponder.funnel_transfer.text_3": "수평 방향으로는 벨트가 적합합니다.", - - "create.ponder.gantry_carriage.header": "갠트리 운반대 사용하기", - "create.ponder.gantry_carriage.text_1": "갠트리 운반대는 갠트리 축 위에서 움직입니다.", - "create.ponder.gantry_carriage.text_2": "갠트리 장치는 부착된 블록들을 움직입니다.", - - "create.ponder.gantry_cascaded.header": "계단식 갠트리", - "create.ponder.gantry_cascaded.text_1": "갠트리 운반대에 접착제 없이 갠트리 축을 붙일 수 있습니다.", - "create.ponder.gantry_cascaded.text_2": "움직이는 축 위의 운반대에도 적용됩니다.", - "create.ponder.gantry_cascaded.text_3": "아렇게 갠트리 시스템은 여러 축으로 이어나갈 수 있습니다.", - - "create.ponder.gantry_direction.header": "갠트리 동작 방향", - "create.ponder.gantry_direction.text_1": "갠트리 축은 서로 반대되게 설치할 수 있습니다.", - "create.ponder.gantry_direction.text_2": "운반대의 이동 방향은 축의 방향을 따릅니다.", - "create.ponder.gantry_direction.text_3": "축의 회전방향도 마찬가지입니다.", - "create.ponder.gantry_direction.text_4": "운반대 축의 회전에도 적용됩니다.", - - "create.ponder.gantry_redstone.header": "갠트리 동력 전달", - "create.ponder.gantry_redstone.text_1": "레드스톤 신호를 받은 갠트리 축은 운반대를 멈춤니다.", - "create.ponder.gantry_redstone.text_2": "대신, 동력은 운반대의 축에게 이어집니다.", - - "create.ponder.gantry_shaft.header": "갠트리 축 사용하기", - "create.ponder.gantry_shaft.text_1": "갠트리 축은 갠트리 장치에 필요합니다. 갠트리 운반대가 축을 따라 움직입니다.", - "create.ponder.gantry_shaft.text_2": "갠트리 장치는 부착된 블록들을 움직입니다.", - - "create.ponder.gearbox.header": "기어박스를 이용해 동력 전달하기", - "create.ponder.gearbox.text_1": "회전축을 변경하는 일은 쉽게 귀찮아집니다.", - "create.ponder.gearbox.text_2": "기어박스는 그런 문제를 쉽게 해결합니다.", - "create.ponder.gearbox.text_3": "모서리 축들은 서로 다른 방향으로 돌아갑니다.", - "create.ponder.gearbox.text_4": "반대편 축은 거꾸로 돌아갑니다.", - - "create.ponder.gearshift.header": "기어쉬프트를 이용해 동력 조절하기", - "create.ponder.gearshift.text_1": "기어쉬프트는 한 줄로 동력을 전달합니다.", - "create.ponder.gearshift.text_2": "레드스톤 신호를 받으면, 회전을 반전시킵니다.", - - "create.ponder.hand_crank.header": "핸드 크랭크로 동력 생산하기", - "create.ponder.hand_crank.text_1": "핸드 크랭크는 플레이어가 직접 동력을 생산하는 장치입니다.", - "create.ponder.hand_crank.text_2": "우클릭하면 시계 반대방향으로 회전합니다.", - "create.ponder.hand_crank.text_3": "동력 속도는 생각보다 빠릅니다.", - "create.ponder.hand_crank.text_4": "웅크리고 우클릭하면 시계 방향으로 회전합니다.", - - "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": "매우 많은 양의 액체를 채우고 비우기", - "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": "호스 도르래의 채우고 비우는 기준", - "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": "아이템 배수구로 액체 비우기", - "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.item_vault_sizes.header": "아이템 금고의 크기", - "create.ponder.item_vault_sizes.text_1": "아이템 금고를 여러개 연결하여 총량을 늘릴 수 있습니다.", - "create.ponder.item_vault_sizes.text_2": "최대 너비는 3 블록이고...", - "create.ponder.item_vault_sizes.text_3": "...길이는 너비의 3배까지 늘릴 수 있습니다.", - - "create.ponder.item_vault_storage.header": "금고에 아이템 보관하기", - "create.ponder.item_vault_storage.text_1": "아이템 금고는 많은 아이템을 보관할 수 있습니다.", - "create.ponder.item_vault_storage.text_2": "하지만, 플레이어가 직접 꺼내거나 보관할 수는 없습니다.", - "create.ponder.item_vault_storage.text_3": "아이템을 수송할 수 있는 모든 부품은 아이템을 넣거나...", - "create.ponder.item_vault_storage.text_4": "...금고에서 아이템을 빼낼 수 있습니다", - - "create.ponder.large_cogwheel.header": "큰 톱니바퀴로 동력 전달하기", - "create.ponder.large_cogwheel.text_1": "큰 톱니바퀴는 수직으로 서로 맞물립니다.", - "create.ponder.large_cogwheel.text_2": "이는 다른 축으로 동력을 전달하는데 도움이 됩니다.", - - "create.ponder.linear_chassis_attachment.header": "직선 섀시를 이용해 블록 붙이기", - "create.ponder.linear_chassis_attachment.text_1": "직선 섀시의 열린 면은 접착할 수 있습니다.", - "create.ponder.linear_chassis_attachment.text_2": "다시 클릭하면 다른 면도 접착할 수 있게 만듭니다.", - "create.ponder.linear_chassis_attachment.text_3": "빈 손으로 웅크리고 우클릭하여 접착제를 없앨 수 있습니다.", - "create.ponder.linear_chassis_attachment.text_4": "직선 섀시의 접착면은 접착면 앞에 있는 블록들을 연결합니다.", - "create.ponder.linear_chassis_attachment.text_5": "렌치로 이용해 섀시의 접착 거리를 조절할 수 있습니다.", - "create.ponder.linear_chassis_attachment.text_6": "CTRL을 누르고 스크롤하면 연결된 모든 섀시의 거리를 조절할 수 있습니다.", - "create.ponder.linear_chassis_attachment.text_7": "다른 면에 블록을 붙이려면 접착제가 필요합니다.", - "create.ponder.linear_chassis_attachment.text_8": "이런 원리를 통해 구조물이 장치로써 움직일 수 있게 됩니다.", - - "create.ponder.linear_chassis_group.header": "여러 직선 섀시 움직이기", - "create.ponder.linear_chassis_group.text_1": "직선 섀시는 다른 직선 섀시와 연결될 수 있습니다.", - "create.ponder.linear_chassis_group.text_2": "하나가 움직이면, 다른 섀시도 같이 움직입니다.", - "create.ponder.linear_chassis_group.text_3": "다른 종류의 섀시, 다른 면을 바라보는 섀시는 붙지 않습니다.", - - "create.ponder.mechanical_arm.header": "기계 팔 설치하기", - "create.ponder.mechanical_arm.text_1": "기계 팔은 설치되기 전, 입력부와 출력부를 지정해야 합니다.", - "create.ponder.mechanical_arm.text_2": "우클릭으로 보관함을 가진 블록을 대상으로 지정합니다.", - "create.ponder.mechanical_arm.text_3": "다시 우클릭하여 입력부(파랑) 출력부(주황)을 설정합니다.", - "create.ponder.mechanical_arm.text_4": "좌클릭하여 대상 선택을 해제합니다.", - "create.ponder.mechanical_arm.text_5": "설치된 기계 팔은 이전에 선택된 블록들을 대상으로 정합니다.", - "create.ponder.mechanical_arm.text_6": "거리안에 있다면 여러 블록을 지정할 수 있습니다.", - "create.ponder.mechanical_arm.text_7": "하지만 모든 보관함을 지닌 블록이 지정되지는 않습니다.", - "create.ponder.mechanical_arm.text_8": "퍼널와 아이템 거치대가 이런 문제를 해결할 수 있습니다.", - - "create.ponder.mechanical_arm_filtering.header": "기계 팔 필터링", - "create.ponder.mechanical_arm_filtering.text_1": "입력부", - "create.ponder.mechanical_arm_filtering.text_2": "출력부", - "create.ponder.mechanical_arm_filtering.text_3": "때때로 기계 팔이 필터에 맞추어 동작해야할 때가 있습니다.", - "create.ponder.mechanical_arm_filtering.text_4": "하지만 기계 팔자체에서 필터 기능을 지원하지는 않습니다.", - "create.ponder.mechanical_arm_filtering.text_5": "대신, 황동 퍼널의 필터는 기계 팔의 필터역할을 합니다.", - "create.ponder.mechanical_arm_filtering.text_6": "기계 팔은 필터에 맞게 적당한 양만 가져가는 똑똑한 친구입니다.", - - "create.ponder.mechanical_arm_modes.header": "기계 팔의 분배 설정", - "create.ponder.mechanical_arm_modes.text_1": "입력부", - "create.ponder.mechanical_arm_modes.text_2": "출력부", - "create.ponder.mechanical_arm_modes.text_3": "기계 팔이 여러 곳에 아이템을 전달해야 한다면...", - "create.ponder.mechanical_arm_modes.text_4": "...현재 분배 설정에 따라 행동합니다.", - "create.ponder.mechanical_arm_modes.text_5": "렌치로 스크롤하여 어떻게 분배할지 설정하세요.", - "create.ponder.mechanical_arm_modes.text_6": "'순서대로 옮김'은 가능한 곳을 순환하며 아이템을 분배합니다.", - "create.ponder.mechanical_arm_modes.text_7": "어느 한 곳이 더 전달받을 수 없다면, 그 곳은 넘어갑니다.", - "create.ponder.mechanical_arm_modes.text_8": "[돌아가며 처리(강제적)]은 전달할 곳을 절대 넘어가지 않고, 공간이 남을 때까지 기다립니다.", - "create.ponder.mechanical_arm_modes.text_9": "[설정 순서 우선시]은 기계 팔을 설치할 때 설정한 곳 순서대로 아이템을 전달합니다.", - - "create.ponder.mechanical_arm_redstone.header": "기계 팔과 레드스톤", - "create.ponder.mechanical_arm_redstone.text_1": "레드스톤 신호를 받으면, 기계 팔은 작동을 멈춥니다.", - "create.ponder.mechanical_arm_redstone.text_2": "작동을 멈추기 전에, 기계 팔은 입력된 행동을 마무리합니다.", - "create.ponder.mechanical_arm_redstone.text_3": "따라서 부정 펄스는 한 번만 작동하게 합니다.", - - "create.ponder.mechanical_bearing.header": "베어링으로 구조물 옮기기", - "create.ponder.mechanical_bearing.text_1": "베어링은 앞에 있는 블록을 부착시킵니다.", - "create.ponder.mechanical_bearing.text_2": "동력을 받으면, 블록들은 회전하는 구조물로 변합니다.", - - "create.ponder.mechanical_crafter.header": "조합기 설치하기", - "create.ponder.mechanical_crafter.text_1": "다수의 조합기로 모든 조합을 자동화할 수 있습니다.", - "create.ponder.mechanical_crafter.text_2": "렌치를 이용해, 조합기의 경로를 변경할 수 있습니다.", - "create.ponder.mechanical_crafter.text_3": "올바른 조합을 위해서는, 모든 조합기의 경로가 외부로 나가는 한 길로 이어져야합니다.", - "create.ponder.mechanical_crafter.text_4": "결과물은 경로 끝 보관함에 보내집니다.", - "create.ponder.mechanical_crafter.text_5": "조합기는 동력이 필요합니다.", - "create.ponder.mechanical_crafter.text_6": "앞면을 우클릭해서 직접 아이템을 넣습니다.", - "create.ponder.mechanical_crafter.text_7": "모든 면이 아이템을 가지고 있다면, 조합이 시작됩니다.", - "create.ponder.mechanical_crafter.text_8": "모든 면이 아이템을 가지고 있지 않아도, 레드스톤 신호로 조합을 강제 시작할 수 있습니다.", - - "create.ponder.mechanical_crafter_connect.header": "조합기에 아이템 넣기", - "create.ponder.mechanical_crafter_connect.text_1": "조합기에 아이템을 자동으로 넣을 수 있습니다.", - "create.ponder.mechanical_crafter_connect.text_2": "후면에 렌치를 이용해 조합기 보관함을 연결할 수 있습니다.", - "create.ponder.mechanical_crafter_connect.text_3": "이제 모든 조합기가 한 곳에서 아이템을 받습니다.", - - "create.ponder.mechanical_crafter_covers.header": "조합기 슬롯 덮기", - "create.ponder.mechanical_crafter_covers.text_1": "몇몇 조합은 빈 공간을 채워줄 조합기가 필요합니다.", - "create.ponder.mechanical_crafter_covers.text_2": "슬롯 덮개를 이용해, 조합기에 빈 공간을 만들 수 있습니다.", - "create.ponder.mechanical_crafter_covers.text_3": "렌치를 이용해 보관함을 연결해도 덮개가 있는 조합기에는 아이템이 들어오지 않습니다.", - - "create.ponder.mechanical_drill.header": "드릴을 이용해 블록 부수기", - "create.ponder.mechanical_drill.text_1": "동력을 받으면, 드릴은 앞에 있는 블록을 파괴합니다.", - "create.ponder.mechanical_drill.text_2": "채굴 속도는 동력 속도에 비례합니다.", - - "create.ponder.mechanical_drill_contraption.header": "구조물에서의 드릴", - "create.ponder.mechanical_drill_contraption.text_1": "드릴이 움직이는 구조물의 일부면...", - "create.ponder.mechanical_drill_contraption.text_2": "...드릴이 부딪히는 블록을 파괴합니다.", - - "create.ponder.mechanical_harvester.header": "구조물에서의 수확기", - "create.ponder.mechanical_harvester.text_1": "수확기가 움직이는 구조물의 일부면...", - "create.ponder.mechanical_harvester.text_2": "...지나가는 길에 있는 작물을 수확하고, 성장 수치를 초기화합니다.", - - "create.ponder.mechanical_mixer.header": "믹서로 아이템 가공하기", - "create.ponder.mechanical_mixer.text_1": "믹서와 대야를 이용해 몇몇 조합을 자동화할 수 있습니다.", - "create.ponder.mechanical_mixer.text_2": "가능한 조합법은 어느 무형 조합법이나 가능하며, 모드에서 추가된 조합법도 있습니다.", - "create.ponder.mechanical_mixer.text_3": "몇몇 조합법은 블레이즈 버너의 열을 요구합니다.", - "create.ponder.mechanical_mixer.text_4": "필터 슬롯을 이용해 조합법이 겹치는 것을 방지합니다.", - - "create.ponder.mechanical_piston.header": "기계식 피스톤으로 구조물 옮기기", - "create.ponder.mechanical_piston.text_1": "기계식 피스톤은 블록들을 앞으로 움직입니다.", - "create.ponder.mechanical_piston.text_2": "속도와 방향은 들어오는 동력에 기반합니다.", - "create.ponder.mechanical_piston.text_3": "끈끈이 기계식 피스톤은 블록들을 다시 끌어옵니다.", - - "create.ponder.mechanical_piston_modes.header": "기계식 피스톤의 이동 설정", - "create.ponder.mechanical_piston_modes.text_1": "피스톤이 움직임을 멈추면, 움직인 구조물은 블록으로 바뀝니다.", - "create.ponder.mechanical_piston_modes.text_2": "블록으로 바뀌지 않게 하거나, 시작지점에서만 바뀌도록 설정할 수 있습니다.", - - "create.ponder.mechanical_plough.header": "구조물에서의 쟁기", - "create.ponder.mechanical_plough.text_1": "쟁기가 움직이는 구조물의 일부면...", - "create.ponder.mechanical_plough.text_2": "...히트박스가 없는 블록을 파괴합니다.", - "create.ponder.mechanical_plough.text_3": "또, 쟁기는 경작지를 만들 수 있습니다.", - "create.ponder.mechanical_plough.text_4": "...그리고 엔티티를 피해없이 날려보낼 수도 있습니다!", - - "create.ponder.mechanical_press.header": "압착기로 아이템 가공하기", - "create.ponder.mechanical_press.text_1": "압착기는 아래에 놓인 아이템을 가공할 수 있습니다.", - "create.ponder.mechanical_press.text_2": "가공할 아이템은 압착기 아래에 떨구거나 아이템 거치대에 올려두어야 합니다.", - "create.ponder.mechanical_press.text_3": "아이템이 벨트에 있으면...", - "create.ponder.mechanical_press.text_4": "...압착기가 알아서 아이템 이동을 멈추고 가공합니다.", - - "create.ponder.mechanical_press_compacting.header": "압착기로 아이템 압축하기", - "create.ponder.mechanical_press_compacting.text_1": "대야와 함께 사용해서 아이템을 압축할 수 있습니다.", - "create.ponder.mechanical_press_compacting.text_2": "가능한 조합법은 2x2 / 3x3 조합법을 포함하고, 모드에서 추가된 조합법도 있습니다.", - "create.ponder.mechanical_press_compacting.text_3": "몇몇 조합법은 블레이즈 버너의 열을 요구합니다.", - "create.ponder.mechanical_press_compacting.text_4": "필터 슬롯을 이용해 조합법이 겹치는 것을 방지합니다.", - - "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": "펌프의 처리율", - "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": "동력을 받으면 앞에 있는 나무를 벱니다.", - "create.ponder.mechanical_saw_breaker.text_2": "두꺼운 나무를 벨려면, 땅에 붙어있는 마지막 나무 블록을 파괴해야합니다.", - - "create.ponder.mechanical_saw_contraption.header": "구조물에서의 톱", - "create.ponder.mechanical_saw_contraption.text_1": "톱이 움직이는 구조물의 일부면...", - "create.ponder.mechanical_saw_contraption.text_2": "...부딪히는 모든 나무를 벱니다.", - - "create.ponder.mechanical_saw_processing.header": "톱으로 아이템 가공하기", - "create.ponder.mechanical_saw_processing.text_1": "위를 바라보는 톱은 다양한 아이템을 가공합니다.", - "create.ponder.mechanical_saw_processing.text_2": "가공되는 아이템은 언제나 동력의 반대로 움직입니다.", - "create.ponder.mechanical_saw_processing.text_3": "톱은 벨트와 연동이 가능합니다.", - "create.ponder.mechanical_saw_processing.text_4": "재료가 여러 결과물로 가공될 수 있을 때, 필터로 제한할 수 있습니다.", - "create.ponder.mechanical_saw_processing.text_5": "필터가 없다면 톱은 모든 결과물을 순서대로 만듭니다.", - - "create.ponder.millstone.header": "맷돌로 아이템 갈기", - "create.ponder.millstone.text_1": "맷돌은 아이템을 갈아버립니다!", - "create.ponder.millstone.text_2": "톱니바퀴를 옆에 설치하여 돌릴 수 있습니다.", - "create.ponder.millstone.text_3": "윗면으로 아이템을 투입하세요.", - "create.ponder.millstone.text_4": "시간이 지난 후, 우클릭으로 결과물을 얻을 수 있습니다.", - "create.ponder.millstone.text_5": "결과물은 자동으로 빼낼 수 있습니다.", - - "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": "구조물 장치의 액체 교환", - "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": "움직이는 장치의 보관함은 플레이어가 열 수 없습니다.", - "create.ponder.portable_storage_interface.text_2": "아이템 인터페이스는 장치를 멈추지 않아도 장치 보관함과 상호작용할 수 있습니다.", - "create.ponder.portable_storage_interface.text_3": "두 번째 인터페이스를 1~2 블록 띄우고 설치하세요.", - "create.ponder.portable_storage_interface.text_4": "서로를 마주칠 때마다, 접속을 시도합니다.", - "create.ponder.portable_storage_interface.text_5": "접속한 상태에서, 블록 상태의 인터페이스는 장치의 모든 보관함과 동일합니다.", - "create.ponder.portable_storage_interface.text_6": "아이템을 넣을 수도 있고...", - "create.ponder.portable_storage_interface.text_7": "...장치에서 아이템을 뺄 수도 있습니다.", - "create.ponder.portable_storage_interface.text_8": "일정 시간동안 아이템이 교환되지 않으면, 장치는 움직입니다.", - - "create.ponder.portable_storage_interface_redstone.header": "레드스톤 설정", - "create.ponder.portable_storage_interface_redstone.text_1": "레드스톤 신호를 받으면 인터페이스가 작동하지 않습니다.", - - "create.ponder.powered_latch.header": "레드스톤 걸쇠 사용하기", - "create.ponder.powered_latch.text_1": "레드스톤 걸쇠는 설정 가능한 레버입니다.", - "create.ponder.powered_latch.text_2": "뒤에서 오는 신호는 걸쇠 신호를 키고...", - "create.ponder.powered_latch.text_3": "...옆에서 오는 신호는 걸쇠 신호를 끕니다.", - "create.ponder.powered_latch.text_4": "레드스톤 걸쇠는 직접 끄고 킬 수도 있습니다.", - - "create.ponder.powered_toggle_latch.header": "레드스톤 토글 걸쇠 사용하기", - "create.ponder.powered_toggle_latch.text_1": "레드스톤 토글 걸쇠는 설정 가능한 레버입니다.", - "create.ponder.powered_toggle_latch.text_2": "뒤에서 오는 신호는 걸쇠의 신호를 킵니다.", - "create.ponder.powered_toggle_latch.text_3": "혹은 끕니다.", - "create.ponder.powered_toggle_latch.text_4": "레드스톤 토글 걸쇠는 직접 끄고 킬 수도 있습니다.", - - "create.ponder.pulse_extender.header": "펄스 연장기로 신호 조절하기", - "create.ponder.pulse_extender.text_1": "펄스 연장기는 지나가는 신호의 길이를 늘릴 수 있습니다.", - "create.ponder.pulse_extender.text_2": "연장기는 짧은 딜레이 후에 작동하고...", - "create.ponder.pulse_extender.text_3": "...설정된 시간 이후에 꺼집니다.", - "create.ponder.pulse_extender.text_4": "마우스 휠을 이용하여 연장 시간을 조절할 수 있습니다.", - "create.ponder.pulse_extender.text_5": "최대 신호 연장 시간은 30분입니다", - - "create.ponder.pulse_repeater.header": "펄스 중계기 사용하기", - "create.ponder.pulse_repeater.text_1": "펄스 중계기는 모든 레드스톤 신호를 1틱 신호로 바꿉니다.", - "create.ponder.pulse_repeater.text_2": "마우스 휠을 이용하여 딜레이 시간을 조절할 수 있습니다.", - "create.ponder.pulse_repeater.text_3": "최대 신호 딜레이 시간은 30분입니다", - - "create.ponder.radial_chassis.header": "원형 섀시를 이용해 블록 붙이기", - "create.ponder.radial_chassis.text_1": "원형 섀시는 다른 원형 섀시와 이어집니다.", - "create.ponder.radial_chassis.text_2": "하나가 움직이면, 다른 섀시도 같이 움직입니다.", - "create.ponder.radial_chassis.text_3": "원형 섀시의 옆면은 접착할 수 있습니다.", - "create.ponder.radial_chassis.text_4": "한번 더 클릭하여 모든 면을 접착면으로 만들 수 있습니다.", - "create.ponder.radial_chassis.text_5": "빈손으로 웅크리고 우클릭하여 접착제를 없앨 수 있습니다.", - "create.ponder.radial_chassis.text_6": "접착면에 블록이 있으면...", - "create.ponder.radial_chassis.text_7": "...해당 층 반지름 안에 있는 모든 블록을 연결합니다.", - "create.ponder.radial_chassis.text_8": "렌치룰 이용하여, 섀시의 부착 반지름을 조절할 수 있습니다.", - "create.ponder.radial_chassis.text_9": "접착면 반지름 밖의 블록은 붙지 않습니다.", - - "create.ponder.redstone_contact.header": "동형 감지기", - "create.ponder.redstone_contact.text_1": "서로 마주보는 동형 감지기는 레드스톤 신호를 발생시킵니다.", - "create.ponder.redstone_contact.text_2": "어느 한쪽이 움직이는 장치의 일부라도 동일하게 작동합니다.", - - "create.ponder.redstone_link.header": "레드스톤 링크 사용하기", - "create.ponder.redstone_link.text_1": "레드스톤 링크는 레드스톤 신호를 무선으로 전달합니다.", - "create.ponder.redstone_link.text_2": "웅크리면서 우클릭하여 신호를 수신하게 만듭니다.", - "create.ponder.redstone_link.text_3": "렌치로 우클릭도 같은 기능을 합니다.", - "create.ponder.redstone_link.text_4": "수신기는 128블록이내의 발신기 레드스톤 신호 세기를 전달합니다.", - "create.ponder.redstone_link.text_5": "두 슬롯에 아이템을 두어 주파수를 설정할 수 있습니다.", - "create.ponder.redstone_link.text_6": "맞는 주파수끼리만 레드스톤 링크가 작동합니다.", - - "create.ponder.rope_pulley.header": "밧줄 도르래로 구조물 옮기기", - "create.ponder.rope_pulley.text_1": "밧줄 도르래는 동력을 받으면 블록을 수직으로 옮깁니다.", - "create.ponder.rope_pulley.text_2": "방향과 속도는 들어오는 동력에 기반합니다.", - - "create.ponder.rope_pulley_attachment.header": "구조물로서의 밧줄 도르래", - "create.ponder.rope_pulley_attachment.text_1": "도르래가 장치에 의해 움직여지면...", - "create.ponder.rope_pulley_attachment.text_2": "...도르래에 딸린 구조물도 함께 움직입니다.", - "create.ponder.rope_pulley_attachment.text_3": "다만 도르래는 멈춰있을 때만 작동합니다.", - - "create.ponder.rope_pulley_modes.header": "밧줄 도르래의 이동 설정", - "create.ponder.rope_pulley_modes.text_1": "도르래가 움직임을 멈추면, 움직인 구조물은 블록으로 바뀝니다.", - "create.ponder.rope_pulley_modes.text_2": "블록으로 바뀌지 않게 하거나, 시작지점에서만 바뀌도록 설정할 수 있습니다.", - - "create.ponder.rose_quartz_lamp.header": "장밋빛 석영 조명", - "create.ponder.rose_quartz_lamp.text_1": "장밋빛 석영 조명은 레드스톤 신호를 받으면 켜집니다.", - "create.ponder.rose_quartz_lamp.text_2": "켜진 상태에서는 레드스톤 신호를 방출합니다.", - "create.ponder.rose_quartz_lamp.text_3": "여러 조명이 붙어있다면...", - "create.ponder.rose_quartz_lamp.text_4": "...신호를 받은 조명만 켜지고 나머지 조명은 꺼집니다.", - "create.ponder.rose_quartz_lamp.text_5": "비교기는 켜진 조명의 거리와 비례하여 신호를 방출합니다.", - "create.ponder.rose_quartz_lamp.text_6": "조명은 렌치로 끄고 켤 수도 있습니다.", - - "create.ponder.rotation_speed_controller.header": "회전 속도 컨트롤러 사용하기", - "create.ponder.rotation_speed_controller.text_1": "회전 속도 컨트롤러는 회전을 위 톱니바퀴로 회전을 전달합니다.", - "create.ponder.rotation_speed_controller.text_2": "스크롤하여 톱니바퀴에 전달되는 RPM을 조절합니다.", - - "create.ponder.sail.header": "날개를 이용해 풍차 조립하기", - "create.ponder.sail.text_1": "날개는 풍차를 만들기에 좋은 블록입니다.", - "create.ponder.sail.text_2": "강력 접착제나 섀시 없이 연결할 수 있습니다", - "create.ponder.sail.text_3": "염료로 우클릭하여 염색합니다.", - "create.ponder.sail.text_4": "가위로 우클릭하여 틀만 남길 수 있습니다.", - - "create.ponder.sail_frame.header": "날개 틀을 이용해 풍차 조립하기", - "create.ponder.sail_frame.text_1": "날개 틀은 풍차를 만들기에 좋은 블록입니다.", - "create.ponder.sail_frame.text_2": "강력 접착제나 섀시 없이 연결할 수 있습니다", - - "create.ponder.sequenced_gearshift.header": "순서 기어쉬프트를 통한 회전 속도 제어", - "create.ponder.sequenced_gearshift.text_1": "순서 기어쉬프트는 설정한 지시에 따라 회전됩니다.", - "create.ponder.sequenced_gearshift.text_2": "오른쪽 버튼을 누르면 설정 창이 열립니다.", - "create.ponder.sequenced_gearshift.text_3": "레드스톤 신호를 받으면 설정된 지시에 따라 회전하기 시작합니다.", - "create.ponder.sequenced_gearshift.text_4": "완료되면, 다음 레드스톤 신호를 기다립니다.", - "create.ponder.sequenced_gearshift.text_5": "레드스톤 비교기를 사용하면 현재 진행 상황을 알 수 있습니다.", - - "create.ponder.shaft.header": "축을 통한 동력 전달", - "create.ponder.shaft.text_1": "축은 일직선으로 회전을 전달합니다.", - - "create.ponder.shaft_casing.header": "축에 케이스 씌우기", - "create.ponder.shaft_casing.text_1": "황동 케이스나 안산암 케이스로 축을 장식할 수 있습니다.", - - "create.ponder.smart_chute.header": "스마트 슈트를 통한 아이템 필터", - "create.ponder.smart_chute.text_1": "스마트 슈트는 필터 기능이 있는 슈트입니다.", - "create.ponder.smart_chute.text_2": "필터 슬롯으로 아이템을 지정하여 원하는 아이템을 입출력할 수 있습니다.", - "create.ponder.smart_chute.text_3": "스크롤하여 한 번에 내보내는 아이템의 양을 조절합니다.", - "create.ponder.smart_chute.text_4": "레드스톤 신호를 받으면 작동을 멈춥니다.", - - "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": "고글을 장착하면, 세부 정보를 확인할 수 있습니다.", - "create.ponder.speedometer.text_3": "속도 계측기의 측정값에 따라 비교기가 레드스톤 신호를 내보냅니다.", - - "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": "베어링이 움직이는 구조물의 일부분이어도...", - "create.ponder.stabilized_bearings.text_2": "...방향이 유지됩니다.", - "create.ponder.stabilized_bearings.text_3": "베어링에 블록이 부착되어도...", - "create.ponder.stabilized_bearings.text_4": "...부착된 구조물의 방향이 유지됩니다.", - - "create.ponder.steam_engine.header": "증기 엔진 가동하기", - "create.ponder.steam_engine.text_1": "증기 엔진은 액체 탱크에 설치할 수 있습니다.", - "create.ponder.steam_engine.text_10": "레벨 4", - "create.ponder.steam_engine.text_11": "4기통", - "create.ponder.steam_engine.text_12": "레벨 8", - "create.ponder.steam_engine.text_13": "8기통", - "create.ponder.steam_engine.text_2": "엔진에 축을 우클릭하면 연결됩니다.", - "create.ponder.steam_engine.text_3": "충분한 열과 물, 보일러 크기가 준비되면...", - "create.ponder.steam_engine.text_4": "...엔진은 동력을 생산합니다.", - "create.ponder.steam_engine.text_5": "최소 탱크 4개가 있어야 작동합니다.", - "create.ponder.steam_engine.text_6": "블레이즈 버너를 사용하면 엔진이 더 빠르게 회전합니다", - "create.ponder.steam_engine.text_7": "더 많은 열, 물, 크기를 제공하면 엔진이 더 강력해집니다.", - "create.ponder.steam_engine.text_8": "보일러의 레벨은 엔지니어의 고글로 확인할 수 있습니다.", - "create.ponder.steam_engine.text_9": "레벨이 오를때마다, 추가된 엔진이 최대로 가동할 수 있습니다", - - "create.ponder.steam_whistle.header": "기적 장치 사용하기", - "create.ponder.steam_whistle.text_1": "기적 장치는 액체 탱크에 설치할 수 있습니다.", - "create.ponder.steam_whistle.text_2": "탱크가 충분한 열은 가지고 있을 때...", - "create.ponder.steam_whistle.text_3": "...기적 장치가 신호를 받으면 소리를 냅니다", - "create.ponder.steam_whistle.text_4": "장치를 더 붙이면 음이 낮아집니다", - "create.ponder.steam_whistle.text_5": "렌치로 옥타브를 변경할 수 있습니다", - "create.ponder.steam_whistle.text_6": "엔지니어의 고글로 기적 장치의 음계를 확인할 수 있습니다", - - "create.ponder.sticker.header": "부착기를 통한 블록 부착", - "create.ponder.sticker.text_1": "부착기는 레드스톤으로 제어할 수 있습니다.", - "create.ponder.sticker.text_2": "신호를 받으면, 부착기가 블록을 부착합니다.", - "create.ponder.sticker.text_3": "장치가 이동하면 부착된 블록도 같이 이동합니다.", - "create.ponder.sticker.text_4": "다시 한번 신호를 받으면, 블록이 부착되지 않습니다.", - - "create.ponder.stressometer.header": "피로도 계측기를 통한 동적 정보 확인", - "create.ponder.stressometer.text_1": "피로도 계측기는 연결된 장치의 현재 부하를 표시합니다.", - "create.ponder.stressometer.text_2": "고글을 장착하면, 세부 정보를 확인할 수 있습니다.", - "create.ponder.stressometer.text_3": "피로도 계측기의 측정값에 따라 비교기가 레드스톤 신호를 내보냅니다.", - - "create.ponder.super_glue.header": "강력 접착제로 블록 붙이기", - "create.ponder.super_glue.text_1": "강력 접착제는 블록들을 하나의 움직일 수 있는 구조물로 접착할 수 있습니다", - "create.ponder.super_glue.text_2": "양 끝점을 클릭하면 새로운 '접착' 영역을 생성합니다", - "create.ponder.super_glue.text_3": "영역을 제거하려면 접착제를 손에 든채로 좌클릭하세요", - "create.ponder.super_glue.text_4": "영역안의 블록들은 다같이 움직입니다", - "create.ponder.super_glue.text_5": "영역을 공유하는 블록들도 다같이 움직입니다", - "create.ponder.super_glue.text_6": "블록에 매달린 블록들은 접착제를 필요로하지 않습니다", - - "create.ponder.track_chunks.header": "언로드된 청크에서의 이동", - "create.ponder.track_chunks.text_1": "언로드된 청크에서도 선로는 작동합니다.", - "create.ponder.track_chunks.text_2": "기차는 이런 청크에서도 문제없이 이동할 수 있습니다.", - "create.ponder.track_chunks.text_3": "이 기차도 정거장이나 적신호에 정지합니다.", - "create.ponder.track_chunks.text_4": "그러나 드릴이나 다른 장치는 작동하지 않습니다.", - "create.ponder.track_chunks.text_5": "플레이어 주변으로 오면, 기차는 다시 나타납니다.", - - "create.ponder.track_observer.header": "기차 감지하기", - "create.ponder.track_observer.text_1": "선로를 선택하고 근처에 감지기를 설치하세요.", - "create.ponder.track_observer.text_2": "감지기는 해당 선로를 지나가는 기차를 감지합니다.", - "create.ponder.track_observer.text_3": "감지기에 필터를 적용하여 저장소를 감지할 수 있습니다.", - - "create.ponder.track_placement.header": "기차 선로 설치하기", - "create.ponder.track_placement.text_1": "기차 구조물을 위한 새로운 레일입니다.", - "create.ponder.track_placement.text_2": "여러 레일을 설치하려면, 기존 레일에 우클릭하세요.", - "create.ponder.track_placement.text_3": "그런 다음, 다른 곳에 설치하거나 연결할 선로를 선택하세요.", - "create.ponder.track_placement.text_4": "선로는 구부리거나 경사지게 설치할 수도 있습니다", - "create.ponder.track_placement.text_5": "연결할 때, 같은 각도에서는 동일하게 구부러진 선로가 설치됩니다.", - "create.ponder.track_placement.text_6": "달리기 버튼을 누른채 연결하면...", - "create.ponder.track_placement.text_7": "...가장 길게 구부러진 선로를 설치합니다.", - "create.ponder.track_placement.text_8": "다른 손에 있는 재료는 선로 아래에 자동으로 깔립니다.", - - "create.ponder.track_portal.header": "선로와 네더", - "create.ponder.track_portal.text_1": "네더 차원문을 향해 설치된 선로는...", - "create.ponder.track_portal.text_2": "...차원문을 넘어 동일한 선로를 생성합니다.", - "create.ponder.track_portal.text_3": "기차는 이제 선로를 통해 차원을 넘어갈 수 있습니다.", - - "create.ponder.train_assembly.header": "기차 조립하기", - "create.ponder.train_assembly.text_1": "선로를 선택하고 근처에 기차 정거장을 설치하세요.", - "create.ponder.train_assembly.text_10": "모든 기차는 기차 조종기가 필요합니다.", - "create.ponder.train_assembly.text_11": "조종기를 더 추가해서 정거장에서 다른 방향으로 출발할 수 있습니다.", - "create.ponder.train_assembly.text_12": "정거장 창을 열고 조립을 완료합니다.", - "create.ponder.train_assembly.text_13": "기차는 정거장에 있을 때만 해체할 수 있습니다.", - "create.ponder.train_assembly.text_14": "지도를 정거장에 사용하면 해당 위치에 표시를 남길 수 있습니다.", - "create.ponder.train_assembly.text_15": "조립된 기차는 렌치로 옮길 수 있습니다.", - "create.ponder.train_assembly.text_2": "정거장은 기차 노선의 분기점입니다.", - "create.ponder.train_assembly.text_3": "새로운 기차를 조립하려면, 창을 열고 조립 모드로 전환하세요.", - "create.ponder.train_assembly.text_4": "조립할 때는 다른 기차가 이 정거장에 정차하지 않습니다.", - "create.ponder.train_assembly.text_5": "선로에 기차 케이스를 설치하여 새로운 대차를 만드세요.", - "create.ponder.train_assembly.text_6": "선로를 우클릭하여 다른 대차 디자인으로 변경할 수 있습니다.", - "create.ponder.train_assembly.text_7": "강력 접착제로 블록을 붙여 보세요.", - "create.ponder.train_assembly.text_8": "기차는 조립될 때 창고나 통에 연료가 있다면 더 빨리 이동합니다.", - "create.ponder.train_assembly.text_9": "금고에 있는 연료는 기차가 사용하지 않습니다.", - - "create.ponder.train_controls.header": "기차 조종하기", - "create.ponder.train_controls.text_1": "기차 조종기는 모든 기차 구조물에 필요합니다.", - "create.ponder.train_controls.text_2": "조립되었으면, 우클릭해서 운전을 시작합니다.", - "create.ponder.train_controls.text_3": "이동 조작키로 기차를 운전하세요.", - "create.ponder.train_controls.text_4": "마우스 휠로 최고 속도를 조절할 수 있습니다.", - "create.ponder.train_controls.text_5": "스페이스를 눌러 근처 정거장에 정차합니다.", - "create.ponder.train_controls.text_6": "기차는 정거장에 있을 때만 블록 상태로 해체할 수 있습니다.", - "create.ponder.train_controls.text_7": "기적 장치는 달리기 키로 작동시킬 수 있습니다.", - "create.ponder.train_controls.text_8": "웅크리거나 다시 우클릭하여 기차 운전을 그만둡니다.", - - "create.ponder.train_schedule.header": "기차 계획표 사용하기", - "create.ponder.train_schedule.text_1": "계획표를 사용해 다른 기관사를 고용할 수 있습니다.", - "create.ponder.train_schedule.text_2": "아이템을 들고 우클릭하면 창을 엽니다.", - "create.ponder.train_schedule.text_3": "계획을 설정한 뒤, 기관사에게 넘깁니다.", - "create.ponder.train_schedule.text_4": "기차 조종기 앞에 앉은 다른 몹이나 블레이즈 버너는 적절한 기관사입니다.", - "create.ponder.train_schedule.text_5": "끈에 묶인 동물들은 좌석에 쉽게 앉힐 수 있습니다.", - "create.ponder.train_schedule.text_6": "언제든지 기관사에게서 계획표를 가져올 수 있습니다.", - - "create.ponder.train_signal_placement.header": "기차 신호기 설치하기", - "create.ponder.train_signal_placement.text_1": "선로를 선택하고 근처에 기차 신호기를 설치하세요.", - "create.ponder.train_signal_placement.text_2": "신호기는 플레이어가 아닌 기관사가 조종하는 기차의 흐름을 조절합니다.", - "create.ponder.train_signal_placement.text_3": "계획표에 따라 움직이는 기차는 다른 방향의 신호기를 건너지 않습니다.", - "create.ponder.train_signal_placement.text_4": "두번째 신호기를 설치하는 경우를 제외한다면요.", - "create.ponder.train_signal_placement.text_5": "닉시관을 설치해 기차 신호를 잘 보이게 할 수 있습니다.", - - "create.ponder.train_signal_redstone.header": "기차 신호와 레드스톤", - "create.ponder.train_signal_redstone.text_1": "레드스톤 신호를 받으면 적신호가 됩니다.", - "create.ponder.train_signal_redstone.text_2": "반대로 적신호라면 비교기에서 신호가 방출됩니다.", - - "create.ponder.train_signal_signaling.header": "기차 신호로 충돌 방지하기", - "create.ponder.train_signal_signaling.text_1": "기차 신호기를 이용해 노선에서 구역을 나눌 수 있습니다.", - "create.ponder.train_signal_signaling.text_2": "만약 해당 구역이 사용중이면, 다른 기차는 진입할 수 없습니다.", - "create.ponder.train_signal_signaling.text_3": "따라서 한 구역마다 한 기차만 사용할 수 있습니다.", - "create.ponder.train_signal_signaling.text_4": "렌치로 두번째 신호 모드를 사용할 수 있습니다.", - "create.ponder.train_signal_signaling.text_5": "노란색 구역의 신호는 일반적인 신호와 같습니다.", - "create.ponder.train_signal_signaling.text_6": "하지만 이 신호기는 또다른 상황에서 기차의 진입을 금지합니다.", - "create.ponder.train_signal_signaling.text_7": "해당 구역을 바로 지나갈 수 없을 때...", - "create.ponder.train_signal_signaling.text_8": "이 신호기는 기차를 정지시킵니다.", - "create.ponder.train_signal_signaling.text_9": "이 신호체계로 복잡한 구역의 기차들을 잘 관리할 수 있습니다.", - - "create.ponder.valve_handle.header": "밸브 손잡이로 동력 생산하기", - "create.ponder.valve_handle.text_1": "밸브 손잡이를 사용하면 수동으로 동력을 생성할 수 있습니다.", - "create.ponder.valve_handle.text_2": "우클릭하면 반시계 방향으로 회전합니다.", - "create.ponder.valve_handle.text_3": "전달되는 속도는 상대적으로 낮습니다.", - "create.ponder.valve_handle.text_4": "웅크리고 우클릭하면 시계 방향으로 회전합니다.", - "create.ponder.valve_handle.text_5": "염료로 염색할 수 있습니다.", - - "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": "물레바퀴는 물의 흐름으로부터 동력을 끌어옵니다.", - "create.ponder.water_wheel.text_2": "많은 면에 힘이 가해질수록 물레바퀴가 더 빠르게 회전합니다.", - "create.ponder.water_wheel.text_3": "바퀴의 날이 물이 흐르는 방향으로 향하게 된다면...", - "create.ponder.water_wheel.text_4": "...회전 속도가 감소하게 됩니다.", - - "create.ponder.weighted_ejector.header": "투척기 사용하기", - "create.ponder.weighted_ejector.text_1": "투척기를 들고 웅크리고 우클릭하면, 발사 지점을 정할 수 있습니다.", - "create.ponder.weighted_ejector.text_10": "투척기에 놓인 아이템의 양이 설정량에 도달한 경우에만 투척기가 작동합니다.", - "create.ponder.weighted_ejector.text_11": "다른 엔티티가 발사대를 밟으면, 항상 발사대가 작동합니다.", - "create.ponder.weighted_ejector.text_2": "투척기는 지정한 위치에다 물체를 투척합니다.", - "create.ponder.weighted_ejector.text_3": "이 범위의 아무 장소에 투척할 수 있습니다.", - "create.ponder.weighted_ejector.text_4": "옆으로 투척할 수는 없습니다.", - "create.ponder.weighted_ejector.text_5": "투척 지점이 선택되지 않거나 올바르지 않은 경우, 바로 앞에 물체를 투척합니다.", - "create.ponder.weighted_ejector.text_6": "투척하려면 회전력이 필요합니다.", - "create.ponder.weighted_ejector.text_7": "투척기에 아이템을 놓으면 투척기가 작동합니다.", - "create.ponder.weighted_ejector.text_8": "보관함이 투척 지점인 경우에는 보관함에 공간이 생길 때까지 기다립니다.", - "create.ponder.weighted_ejector.text_9": "렌치를 사용하여, 투척에 필요한 아이템의 양을 설정할 수 있습니다.", - - "create.ponder.weighted_ejector_redstone.header": "투척기와 레드스톤", - "create.ponder.weighted_ejector_redstone.text_1": "레드스톤 신호를 받으면, 투척기가 작동하지 않습니다.", - "create.ponder.weighted_ejector_redstone.text_2": "관측기는 투척기가 작동하는 것을 탐지할 수 있습니다.", - - "create.ponder.weighted_ejector_tunnel.header": "투척기로 아이템 분할하기", - "create.ponder.weighted_ejector_tunnel.text_1": "황동 터널과 같이 사용하면 특정 양만큼 아이템을 분할할 수 있습니다.", - "create.ponder.weighted_ejector_tunnel.text_2": "먼저, 황동 터널을 '가까운 곳 선호' 방식으로 변경하여 측면에 아이템을 먼저 출력하게 만드세요.", - "create.ponder.weighted_ejector_tunnel.text_3": "이제, 투척기에 설정량에 따라 아이템을 분할할 수 있습니다.", - "create.ponder.weighted_ejector_tunnel.text_4": "설정량만큼의 아이템이 출력되고...", - "create.ponder.weighted_ejector_tunnel.text_5": "...나머지 아이템은 계속 수송됩니다", - - "create.ponder.windmill_source.header": "풍차 베어링으로 동력 생산하기", - "create.ponder.windmill_source.text_1": "풍차 베어링은 앞에 있는 블록을 부착합니다.", - "create.ponder.windmill_source.text_2": "강력 접착제로 움직일 수 있는 구조물을 만들어 보세요.", - "create.ponder.windmill_source.text_3": "충분한 날개 블록이 있어야 풍차 역할을 합니다.", - "create.ponder.windmill_source.text_4": "우클릭으로 가동하면, 풍차 베어링은 동력을 생산합니다.", - "create.ponder.windmill_source.text_5": "날개 블록의 개수가 동력 속도를 결정합니다.", - "create.ponder.windmill_source.text_6": "렌치로 회전 방향을 설정할 수 있습니다.", - "create.ponder.windmill_source.text_7": "베어링을 우클릭하여 언제든지 멈추고 구조물을 수정할 수 있습니다", - - "create.ponder.windmill_structure.header": "풍차 구조물", - "create.ponder.windmill_structure.text_1": "최소 8개 이상의 날개 블록이 있는 구조물만 풍차로 사용할 수 있습니다.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/nl_nl.json b/src/generated/resources/assets/create/lang/unfinished/nl_nl.json deleted file mode 100644 index 8ea55bebba..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/nl_nl.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 1801", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Acaciahouten raam", - "block.create.acacia_window_pane": "Acacia Raamkozijn", - "block.create.adjustable_chain_gearshift": "Verstelbare kettingverschuiving", - "block.create.analog_lever": "Analoge Hendel", - "block.create.andesite_belt_funnel": "Andesiet Mechanische Transportband Trechter", - "block.create.andesite_casing": "Andesiet Omhulsel", - "block.create.andesite_encased_cogwheel": "Andesiet Omhulde Tandwiel", - "block.create.andesite_encased_large_cogwheel": "Andesiet Omhuld Groot Tandwiel", - "block.create.andesite_encased_shaft": "Andesiet Omhuld Drijfas", - "block.create.andesite_funnel": "Andesiete Trechter", - "block.create.andesite_ladder": "Andesiete Ladder", - "block.create.andesite_pillar": "Andesiete Pilaar", - "block.create.andesite_tunnel": "Andesiete Tunnel", - "block.create.asurine": "Azurijn", - "block.create.asurine_pillar": "Azurijn pilaar", - "block.create.basin": "Bekken", - "block.create.belt": "Mechanische Transportband", - "block.create.birch_window": "Berkenhouten Raam", - "block.create.birch_window_pane": "Berkenhouten Raamkozijn", - "block.create.black_nixie_tube": "Zwarte Nixie Buis", - "block.create.black_sail": "Zwart Zeil", - "block.create.black_seat": "Zwarte Stoel", - "block.create.black_toolbox": "Zwarte Gereedschapskist", - "block.create.black_valve_handle": "Zwart Ventiel Handvat", - "block.create.blaze_burner": "Blaze brander", - "block.create.blue_nixie_tube": "Blauwe Nixie Buis", - "block.create.blue_sail": "Blauw Zeil", - "block.create.blue_seat": "Blauwe Stoel", - "block.create.blue_toolbox": "Blauwe Gereedschapskist", - "block.create.blue_valve_handle": "Blauw Ventiel Handvat", - "block.create.brass_belt_funnel": "Bronzen Mechanische Transportband Trechter", - "block.create.brass_block": "Brons Blok", - "block.create.brass_casing": "Brons Omhulsel", - "block.create.brass_encased_cogwheel": "Brons Omhulde Tandwiel", - "block.create.brass_encased_large_cogwheel": "Brons Omhulde Grote Tandwiel", - "block.create.brass_encased_shaft": "Brons Omhuld Drijfas", - "block.create.brass_funnel": "Bronzen Trechter", - "block.create.brass_ladder": "Bronzen Ladder", - "block.create.brass_tunnel": "Bronzen Tunnel", - "block.create.brown_nixie_tube": "Bruine Nixie Buis", - "block.create.brown_sail": "Bruin Zeil", - "block.create.brown_seat": "Bruine Stoel", - "block.create.brown_toolbox": "Bruine Gereedschapskist", - "block.create.brown_valve_handle": "Bruin Ventiel Handvat", - "block.create.calcite_pillar": "Calciet Pilaar", - "block.create.cart_assembler": "Kar-assembler", - "block.create.chocolate": "Chocolade", - "block.create.chute": "Stortkoker", - "block.create.clockwork_bearing": "Klokwerk Handelaar", - "block.create.clutch": "Koppeling", - "block.create.cogwheel": "Tandwiel", - "block.create.content_observer": "Content Waarnemer", - "block.create.controller_rail": "Spoor Regelaar", - "block.create.controls": "Trein Bediening", - "block.create.copper_backtank": "Koperen Rugtank", - "block.create.copper_casing": "Koperen Behuizing", - "block.create.copper_ladder": "Koperen Ladder", - "block.create.copper_shingle_slab": "Koperen Dakpanplaat", - "block.create.copper_shingle_stairs": "Koperen Dakpan Trap", - "block.create.copper_shingles": "Koperen Dakpannen", - "block.create.copper_tile_slab": "Koperen Tegelplaat", - "block.create.copper_tile_stairs": "Koperen Tegel Trap", - "block.create.copper_tiles": "Koperen Tegels", - "block.create.copper_valve_handle": "Koperen Klep Handvat", - "block.create.creative_crate": "Bouwtekeningkannon Creatiefeerder", - "block.create.creative_fluid_tank": "Creatieve Vloeistoftank", - "block.create.creative_motor": "Creatieve Motor", - "block.create.crimsite": "Crimsiet", - "block.create.crimsite_pillar": "Crimsiet pilaar", - "block.create.crimson_window": "Karmozijnrood Raam", - "block.create.crimson_window_pane": "Karmozijnrode Raamplaat", - "block.create.crushing_wheel": "Verpulveraar", - "block.create.crushing_wheel_controller": "Brekerwiel Controller", - "block.create.cuckoo_clock": "Koekoeksklok", - "block.create.cut_andesite": "Gesneden Andesiet", - "block.create.cut_andesite_brick_slab": "Gesneden Andesieten Baksteenplaat", - "block.create.cut_andesite_brick_stairs": "Gesneden Andesieten Baksteentrap", - "block.create.cut_andesite_brick_wall": "Gesneden Andesieten Baksteenmuur", - "block.create.cut_andesite_bricks": "Gesneden Andesieten Bakstenen", - "block.create.cut_andesite_slab": "Gesneden Andesieten Plaat", - "block.create.cut_andesite_stairs": "Gesneden Andesieten Trap", - "block.create.cut_andesite_wall": "Gesneden Andesieten Muur", - "block.create.cut_asurine": "Gesneden azurijn", - "block.create.cut_asurine_brick_slab": "Gesneden azurijnstenen plaat", - "block.create.cut_asurine_brick_stairs": "Gesneden azurijnstenen trap", - "block.create.cut_asurine_brick_wall": "Gesneden azurijnstenen muur", - "block.create.cut_asurine_bricks": "Gesneden azurijnstenen", - "block.create.cut_asurine_slab": "Gesneden azurijnplaat", - "block.create.cut_asurine_stairs": "Gesneden azurijntrap", - "block.create.cut_asurine_wall": "Gesneden azurijnmuur", - "block.create.cut_calcite": "Gesneden Calciet", - "block.create.cut_calcite_brick_slab": "Gesneden Calcieten Baksteenplaat", - "block.create.cut_calcite_brick_stairs": "Gesneden Calcieten Baksteentrap", - "block.create.cut_calcite_brick_wall": "Gesneden Calcieten Baksteenmuur", - "block.create.cut_calcite_bricks": "Gesneden Calcieten Bakstenen", - "block.create.cut_calcite_slab": "Gesneden Calcieten Plaat", - "block.create.cut_calcite_stairs": "Gesneden Calcieten Trap", - "block.create.cut_calcite_wall": "Gesneden Calcieten Muur", - "block.create.cut_crimsite": "Gesneden crimsiet", - "block.create.cut_crimsite_brick_slab": "Gesneden crimsietstenen plaat", - "block.create.cut_crimsite_brick_stairs": "Gesneden crimsietstenen trap", - "block.create.cut_crimsite_brick_wall": "Gesneden crimsietstenen muur", - "block.create.cut_crimsite_bricks": "Gesneden crimsietstenen", - "block.create.cut_crimsite_slab": "Gesneden crimsietplaat", - "block.create.cut_crimsite_stairs": "Gesneden crimsiettrap", - "block.create.cut_crimsite_wall": "Gesneden crimsietmuur", - "block.create.cut_deepslate": "Gesneden Diepleisteen", - "block.create.cut_deepslate_brick_slab": "Gesneden Diepleistenen Baksteenplaat", - "block.create.cut_deepslate_brick_stairs": "Gesneden Diepleistenen Baksteentrap", - "block.create.cut_deepslate_brick_wall": "Gesneden Diepleistenen Baksteenmuur", - "block.create.cut_deepslate_bricks": "Gesneden Diepleistenen Bakstenen", - "block.create.cut_deepslate_slab": "Gesneden Diepleistenen Plaat", - "block.create.cut_deepslate_stairs": "Gesneden Diepleistenen Trap", - "block.create.cut_deepslate_wall": "Gesneden Diepleistenen Muur", - "block.create.cut_diorite": "Gesneden Dioriet", - "block.create.cut_diorite_brick_slab": "Gesneden Diorieten Baksteenplaat", - "block.create.cut_diorite_brick_stairs": "Gesneden Diorieten Baksteentrap", - "block.create.cut_diorite_brick_wall": "Gesneden Diorieten Baksteenmuur", - "block.create.cut_diorite_bricks": "Gesneden Diorieten Bakstenen", - "block.create.cut_diorite_slab": "Gesneden Diorieten Plaat", - "block.create.cut_diorite_stairs": "Gesneden Diorieten Trap", - "block.create.cut_diorite_wall": "Gesneden Diorieten Muur", - "block.create.cut_dripstone": "Gesneden Druipsteen", - "block.create.cut_dripstone_brick_slab": "Gesneden Druipstenen Baksteenplaat", - "block.create.cut_dripstone_brick_stairs": "Gesneden Druipstenen Baksteentrap", - "block.create.cut_dripstone_brick_wall": "Gesneden Druipstenen Baksteenmuur", - "block.create.cut_dripstone_bricks": "Gesneden Druipstenen Bakstenen", - "block.create.cut_dripstone_slab": "Gesneden Druipstenen Plaat", - "block.create.cut_dripstone_stairs": "Gesneden Druipstenen Trap", - "block.create.cut_dripstone_wall": "Gesneden Druipstenen Muur", - "block.create.cut_granite": "Gesneden Graniet", - "block.create.cut_granite_brick_slab": "Gesneden Granieten Baksteenplaat", - "block.create.cut_granite_brick_stairs": "Gesneden Granieten Baksteentrap", - "block.create.cut_granite_brick_wall": "Gesneden Granieten Baksteenmuur", - "block.create.cut_granite_bricks": "Gesneden Granieten Bakstenen", - "block.create.cut_granite_slab": "Gesneden Granieten Plaat", - "block.create.cut_granite_stairs": "Gesneden Granieten Trap", - "block.create.cut_granite_wall": "Gesneden Granieten Muur", - "block.create.cut_limestone": "Gesneden Kalksteen", - "block.create.cut_limestone_brick_slab": "Gesneden Kalkstenen Baksteenplaat", - "block.create.cut_limestone_brick_stairs": "Gesneden Kalkstenen Baksteentrap", - "block.create.cut_limestone_brick_wall": "Gesneden Kalkstenen Baksteenmuur", - "block.create.cut_limestone_bricks": "Gesneden Kalkstenen Bakstenen", - "block.create.cut_limestone_slab": "Gesneden Kalkstenen Plaat", - "block.create.cut_limestone_stairs": "Gesneden Kalkstenen Trap", - "block.create.cut_limestone_wall": "Gesneden Kalkstenen Muur", - "block.create.cut_ochrum": "Gesneden Oker", - "block.create.cut_ochrum_brick_slab": "Gesneden Okeren Baksteenplaat", - "block.create.cut_ochrum_brick_stairs": "Gesneden Okeren Baksteentrap", - "block.create.cut_ochrum_brick_wall": "Gesneden Okeren Baksteenmuur", - "block.create.cut_ochrum_bricks": "Gesneden Okeren Bakstenen", - "block.create.cut_ochrum_slab": "Gesneden Okeren Plaat", - "block.create.cut_ochrum_stairs": "Gesneden Okeren Trap", - "block.create.cut_ochrum_wall": "Gesneden Okeren Muur", - "block.create.cut_scorchia": "Gesneden scorchia", - "block.create.cut_scorchia_brick_slab": "Gesneden scorchiastenen plaat", - "block.create.cut_scorchia_brick_stairs": "Gesneden scorchiastenen trap", - "block.create.cut_scorchia_brick_wall": "Gesneden scorchiastenen muur", - "block.create.cut_scorchia_bricks": "Gesneden scorchiastenen", - "block.create.cut_scorchia_slab": "Gesneden scorchiaplaat", - "block.create.cut_scorchia_stairs": "Gesneden scorchiatra", - "block.create.cut_scorchia_wall": "Gesneden scorchiamuur", - "block.create.cut_scoria": "Gesneden scoria", - "block.create.cut_scoria_brick_slab": "Gesneden scoriastenen plaat", - "block.create.cut_scoria_brick_stairs": "Gesneden scoriastenen trap", - "block.create.cut_scoria_brick_wall": "Gesneden scoriastenen muur", - "block.create.cut_scoria_bricks": "Gesneden scoriastenen", - "block.create.cut_scoria_slab": "Gesneden scoriaplaat", - "block.create.cut_scoria_stairs": "Gesneden scoriatrap", - "block.create.cut_scoria_wall": "Gesneden scoriamuur", - "block.create.cut_tuff": "Gesneden Tufsteen", - "block.create.cut_tuff_brick_slab": "Gesneden Tufstenen Baksteenplaat", - "block.create.cut_tuff_brick_stairs": "Gesneden Tufstenen Baksteentrap", - "block.create.cut_tuff_brick_wall": "Gesneden Tufstenen Baksteenmuur", - "block.create.cut_tuff_bricks": "Gesneden Tufstenen Bakstenen", - "block.create.cut_tuff_slab": "Gesneden Tufstenen Plaat", - "block.create.cut_tuff_stairs": "Gesneden Tufstenen Trap", - "block.create.cut_tuff_wall": "Gesneden Tufstenen Muur", - "block.create.cut_veridium": "Gesneden Veridium", - "block.create.cut_veridium_brick_slab": "Gesneden Veridium Baksteenplaat", - "block.create.cut_veridium_brick_stairs": "Gesneden Veridium Baksteentrap", - "block.create.cut_veridium_brick_wall": "Gesneden Veridium Baksteenmuur", - "block.create.cut_veridium_bricks": "Gesneden Veridium Bakstenen", - "block.create.cut_veridium_slab": "Gesneden Veridium Plaat", - "block.create.cut_veridium_stairs": "Gesneden Veridium Trap", - "block.create.cut_veridium_wall": "Gesneden Veridium Muur", - "block.create.cyan_nixie_tube": "Cyaanblauwe Nixie Buis", - "block.create.cyan_sail": "Cyaanblauw Zeil", - "block.create.cyan_seat": "Cyaanblauwe Stoel", - "block.create.cyan_toolbox": "Cyaanblauwe Gereedschapskist", - "block.create.cyan_valve_handle": "Cyaanblauw Ventiel Handvat", - "block.create.dark_oak_window": "Donkereikenhouten Raam", - "block.create.dark_oak_window_pane": "Donkereikenhouten Raamplaat", - "block.create.deepslate_pillar": "Diepleistenen Pilaar", - "block.create.deepslate_zinc_ore": "Diepleistenen Zinkerts", - "block.create.deployer": "Uitvoerder", - "block.create.depot": "Depot", - "block.create.diorite_pillar": "Diorieten Pilaar", - "block.create.display_board": "Weergavescherm", - "block.create.display_link": "Weergave Koppeling", - "block.create.dripstone_pillar": "Druipstenen Pilaar", - "block.create.encased_chain_drive": "Omhulde Kettingaandrijving", - "block.create.encased_fan": "Omhulsde Ventilator", - "block.create.encased_fluid_pipe": "Omhulde Vloeistofpijp", - "block.create.exposed_copper_shingle_slab": "Blootgestelde Koperen Dakpanplaat", - "block.create.exposed_copper_shingle_stairs": "Blootgestelde Koperen Dakpantrap", - "block.create.exposed_copper_shingles": "Blootgestelde Koperen Dakpannen", - "block.create.exposed_copper_tile_slab": "Blootgestelde Koperen Tegelplaat", - "block.create.exposed_copper_tile_stairs": "Blootgestelde Koperen Tegeltrap", - "block.create.exposed_copper_tiles": "Blootgestelde Koperen Tegels", - "block.create.fake_track": "Spoormarkering", - "block.create.fluid_pipe": "Vloeistof Pijp", - "block.create.fluid_tank": "Vloeistof Tank", - "block.create.fluid_valve": "Vloeistof Kraan", - "block.create.flywheel": "Vliegwiel", - "block.create.framed_glass": "Ingelijst Glas", - "block.create.framed_glass_door": "Ingelijst Glazen Deur", - "block.create.framed_glass_pane": "Ingelijste Glazen Ruit", - "block.create.framed_glass_trapdoor": "Ingelijst Glazen Valluik", - "block.create.gantry_carriage": "Rijbrug Wagen", - "block.create.gantry_shaft": "Rijbrug Drijfas", - "block.create.gearbox": "Versnellingsbak", - "block.create.gearshift": "Versnellingspook", - "block.create.glass_fluid_pipe": "Glazen Vloeistof Pijp", - "block.create.granite_pillar": "Granieten Pilaar", - "block.create.gray_nixie_tube": "Grijze Nixie Buis", - "block.create.gray_sail": "Grijs Zeil", - "block.create.gray_seat": "Grijze Stoel", - "block.create.gray_toolbox": "Grijze Gereedschapskist", - "block.create.gray_valve_handle": "Grijs Ventiel Handvat", - "block.create.green_nixie_tube": "Groene Nixie Buis", - "block.create.green_sail": "Groen Zeil", - "block.create.green_seat": "Groene Stoel", - "block.create.green_toolbox": "Groen Gereedschapskist", - "block.create.green_valve_handle": "Groen Ventiel Handvat", - "block.create.hand_crank": "Handslinger", - "block.create.haunted_bell": "Behekste Bell", - "block.create.honey": "Honing", - "block.create.horizontal_framed_glass": "Horizontaal Ingelijst Glas", - "block.create.horizontal_framed_glass_pane": "Horizontaal Ingelijst Glazen Ruit", - "block.create.hose_pulley": "Water Slang", - "block.create.item_drain": "Object Aftapper", - "block.create.item_vault": "Object Kluis", - "block.create.jungle_window": "Oerwoudhouten Raam", - "block.create.jungle_window_pane": "Oerwoudhouten Raamkozijn", - "block.create.large_bogey": "Grote Wagen", - "block.create.large_cogwheel": "Groot Tandwiel", - "block.create.layered_andesite": "Gelaagd Andesiet", - "block.create.layered_asurine": "Gelaagd azurijn", - "block.create.layered_calcite": "Gelaagd Calciet", - "block.create.layered_crimsite": "Gelaagd crimsiet", - "block.create.layered_deepslate": "Gelaagd Diepleisteen", - "block.create.layered_diorite": "Gelaagd Dioriet", - "block.create.layered_dripstone": "Gelaagd Druipsteen", - "block.create.layered_granite": "Gelaagd Graniet", - "block.create.layered_limestone": "Gelaagd Kalksteen", - "block.create.layered_ochrum": "Gelaagd Oker", - "block.create.layered_scorchia": "Gelaagd scorchia", - "block.create.layered_scoria": "Gelaagd scoria", - "block.create.layered_tuff": "Gelaagd Tufsteen", - "block.create.layered_veridium": "Gelaagd Veridium", - "block.create.lectern_controller": "Lessenaarcontroller", - "block.create.light_blue_nixie_tube": "Lichtblauwe Nixie Buis", - "block.create.light_blue_sail": "Lichblauw Zeil", - "block.create.light_blue_seat": "Lichtblauwe Stoel", - "block.create.light_blue_toolbox": "Lichtblauwe Gereedschapskist", - "block.create.light_blue_valve_handle": "Lichtblauw Ventiel Handvat", - "block.create.light_gray_nixie_tube": "Lichtgrijze Nixie Buis", - "block.create.light_gray_sail": "Lichtgrijs Zeil", - "block.create.light_gray_seat": "Lichtgrijze Stoel", - "block.create.light_gray_toolbox": "Lichtgrijze Gereedschapskist", - "block.create.light_gray_valve_handle": "Lichtgrijs Klephandvat", - "block.create.lime_nixie_tube": "Limoengroene Nixie Buis", - "block.create.lime_sail": "Limoengroene Zeil", - "block.create.lime_seat": "Limoengroene Stoel", - "block.create.lime_toolbox": "Limoengroene Gereedschapskist", - "block.create.lime_valve_handle": "Limoengroene Ventiel Handvat", - "block.create.limestone": "Kalksteen", - "block.create.limestone_pillar": "Kalksteen Pillar", - "block.create.linear_chassis": "Lineair Chassis", - "block.create.lit_blaze_burner": "Brandende Blaze Brander", - "block.create.magenta_nixie_tube": "Magenta Nixie Buis", - "block.create.magenta_sail": "Magenta Zeil", - "block.create.magenta_seat": "Magenta Stoel", - "block.create.magenta_toolbox": "Magenta Gereedschapskist", - "block.create.magenta_valve_handle": "Magenta Ventiel Handvat", - "block.create.mechanical_arm": "Mechanische Arm", - "block.create.mechanical_bearing": "Mechanische Lager", - "block.create.mechanical_crafter": "Mechanische Werkbank", - "block.create.mechanical_drill": "Mechanische Boor", - "block.create.mechanical_harvester": "Mechanische Oogster", - "block.create.mechanical_mixer": "Mechanische Menger", - "block.create.mechanical_piston": "Mechanische Kleefzuiger", - "block.create.mechanical_piston_head": "Mechanische Zuigerhoofd", - "block.create.mechanical_plough": "Mechanische Ploeg", - "block.create.mechanical_press": "Mechanische Pers", - "block.create.mechanical_pump": "Mechanische Pomp", - "block.create.mechanical_saw": "Mechanische Zaag", - "block.create.metal_bracket": "Metalen Steun", - "block.create.metal_girder": "Metalen Draagbalk", - "block.create.metal_girder_encased_shaft": "Metalen Draagbalk omhulde As", - "block.create.millstone": "Molensteen", - "block.create.minecart_anchor": "Mijnkar Anker", - "block.create.mysterious_cuckoo_clock": "Koekoeksklok", - "block.create.nixie_tube": "Nixie Buis", - "block.create.nozzle": "Mondstuk", - "block.create.oak_window": "Eiken Raam", - "block.create.oak_window_pane": "Dun Eiken Raam", - "block.create.ochrum": "Ochrum", - "block.create.ochrum_pillar": "Ochrum Pilaar", - "block.create.orange_sail": "Oranje Zeil", - "block.create.orange_seat": "Oranje Stoel", - "block.create.orange_toolbox": "Oranje Gereedschapskist", - "block.create.orange_valve_handle": "Oranje Ventiel Handvat", - "block.create.ornate_iron_window": "Sierlijk IJzeren Raam", - "block.create.ornate_iron_window_pane": "Dun Sierlijk IJzeren Raam", - "block.create.oxidized_copper_shingle_slab": "Geoxideerde Koperen Dakpannen Plaat", - "block.create.oxidized_copper_shingle_stairs": "Geoxideerde Koperen Dakpannen Trappen", - "block.create.oxidized_copper_shingles": "Geoxideerde Koperen Dakpannen", - "block.create.oxidized_copper_tile_slab": "Geoxideerde Koperen Tegel Plaat", - "block.create.oxidized_copper_tile_stairs": "Geoxideerde Koperen Tegel Trappen", - "block.create.oxidized_copper_tiles": "Geoxideerde Koperen Tegels", - "block.create.peculiar_bell": "Eigenaardige Bel", - "block.create.pink_nixie_tube": "Roze Nixie Buis", - "block.create.pink_sail": "Roze Zeil", - "block.create.pink_seat": "Roze Stoel", - "block.create.pink_toolbox": "Roze Gereedschapskist", - "block.create.pink_valve_handle": "Roze Ventiel Handvat", - "block.create.piston_extension_pole": "Zuiger Verlengpaal", - "block.create.placard": "Plakkaat", - "block.create.polished_cut_andesite": "Gepolijst Gesneden Andesiet", - "block.create.polished_cut_andesite_slab": "Gepolijst Gesneden Andesieten Plaat", - "block.create.polished_cut_andesite_stairs": "Gepolijst Gesneden Andesieten Trappen", - "block.create.polished_cut_andesite_wall": "Gepolijst Gesneden Andesieten Muur", - "block.create.polished_cut_asurine": "Gepolijst gesneden azurijn", - "block.create.polished_cut_asurine_slab": "Gepolijste gesneden azurijnplaat", - "block.create.polished_cut_asurine_stairs": "Gepolijste gesneden azurijntrap", - "block.create.polished_cut_asurine_wall": "Gepolijste gesneden azurijnmuur", - "block.create.polished_cut_calcite": "Gepolijste Gesneden Calciet", - "block.create.polished_cut_calcite_slab": "Gepolijste Gesneden Calcieten Plaat", - "block.create.polished_cut_calcite_stairs": "Gepolijste Gesneden Calcieten Trap", - "block.create.polished_cut_calcite_wall": "Gepolijste Gesneden Calcieten Muur", - "block.create.polished_cut_crimsite": "Gepolijst gesneden crimsiet", - "block.create.polished_cut_crimsite_slab": "Gepolijste gesneden crimsietplaat", - "block.create.polished_cut_crimsite_stairs": "Gepolijste gesneden crimsiettrap", - "block.create.polished_cut_crimsite_wall": "Gepolijste gesneden crimsietmuur", - "block.create.polished_cut_deepslate": "Gepolijste Gesneden Diepleisteen", - "block.create.polished_cut_deepslate_slab": "Gepolijste Gesneden Diepleistenen Plaat", - "block.create.polished_cut_deepslate_stairs": "Gepolijste Gesneden Diepleistenen Trap", - "block.create.polished_cut_deepslate_wall": "Gepolijste Gesneden Diepleistenen Muur", - "block.create.polished_cut_diorite": "Gepolijste Gesneden Dioriet", - "block.create.polished_cut_diorite_slab": "Gepolijste Gesneden Diorieten Plaat", - "block.create.polished_cut_diorite_stairs": "Gepolijste Gesneden Diorieten Trap", - "block.create.polished_cut_diorite_wall": "Gepolijste Gesneden Diorieten Muur", - "block.create.polished_cut_dripstone": "Gepolijste Gesneden Druipsteen", - "block.create.polished_cut_dripstone_slab": "Gepolijste Gesneden Druipstenen Plaat", - "block.create.polished_cut_dripstone_stairs": "Gepolijste Gesneden Druipstenen Trap", - "block.create.polished_cut_dripstone_wall": "Gepolijste Gesneden Druipstenen Muur", - "block.create.polished_cut_granite": "Gepolijste Gesneden Graniet", - "block.create.polished_cut_granite_slab": "Gepolijste Gesneden Granieten Plaat", - "block.create.polished_cut_granite_stairs": "Gepolijste Gesneden Granieten Trap", - "block.create.polished_cut_granite_wall": "Gepolijste Gesneden Granieten Muur", - "block.create.polished_cut_limestone": "Gepolijste Gesneden Kalksteen", - "block.create.polished_cut_limestone_slab": "Gepolijste Gesneden Kalkstenen Plaat", - "block.create.polished_cut_limestone_stairs": "Gepolijste Gesneden Kalkstenen Trap", - "block.create.polished_cut_limestone_wall": "Gepolijste Gesneden Kalkstenen Muur", - "block.create.polished_cut_ochrum": "Gepolijste Gesneden Oker", - "block.create.polished_cut_ochrum_slab": "Gepolijste Gesneden Okeren Plaat", - "block.create.polished_cut_ochrum_stairs": "Gepolijste Gesneden Okeren Trap", - "block.create.polished_cut_ochrum_wall": "Gepolijste Gesneden Okeren Muur", - "block.create.polished_cut_scorchia": "Gepolijste gesneden scorchia", - "block.create.polished_cut_scorchia_slab": "Gepolijste gesneden scorchiaplaat", - "block.create.polished_cut_scorchia_stairs": "Gepolijste gesneden scorchiatrap", - "block.create.polished_cut_scorchia_wall": "Gepolijste gesneden scorchiamuur", - "block.create.polished_cut_scoria": "Gepolijst gesneden scoria", - "block.create.polished_cut_scoria_slab": "Gepolijste gesneden scoriaplaat", - "block.create.polished_cut_scoria_stairs": "Gepolijste gesneden scoriatrap", - "block.create.polished_cut_scoria_wall": "Gepolijste gesneden scoriamuur", - "block.create.polished_cut_tuff": "Gepolijste Gesneden Tufsteen", - "block.create.polished_cut_tuff_slab": "Gepolijste Gesneden Tufstenen Plaat", - "block.create.polished_cut_tuff_stairs": "Gepolijste Gesneden Tufstenen Trap", - "block.create.polished_cut_tuff_wall": "Gepolijste Gesneden Tufstenen Muur", - "block.create.polished_cut_veridium": "Gepolijste Gesneden Veridium", - "block.create.polished_cut_veridium_slab": "Gepolijst Gesneden Veridium Plaat", - "block.create.polished_cut_veridium_stairs": "Gepolijste Gesneden Veridium Trap", - "block.create.polished_cut_veridium_wall": "Gepolijste Gesneden Veridium Muur", - "block.create.portable_fluid_interface": "Draagbaar Vloeistofinterface", - "block.create.portable_storage_interface": "Draagbare Opslaginterface", - "block.create.powered_latch": "Aangedreven Grendel", - "block.create.powered_shaft": "Aangedreven Schacht", - "block.create.powered_toggle_latch": "Aangedreven Schakelbare Klink", - "block.create.pulley_magnet": "Katrolmagneet", - "block.create.pulse_extender": "Pulsverlenger", - "block.create.pulse_repeater": "Puls Versterker", - "block.create.purple_nixie_tube": "Paarse Nixie Buis", - "block.create.purple_sail": "Paars Zeil", - "block.create.purple_seat": "Paarse Stoel", - "block.create.purple_toolbox": "Paarse Gereedschapskist", - "block.create.purple_valve_handle": "Paarse Klep Handvat", - "block.create.radial_chassis": "Radiaal Chassis", - "block.create.railway_casing": "Treinomhulsel", - "block.create.raw_zinc_block": "Blok Ruw Zink", - "block.create.red_nixie_tube": "Rode Nixie Buis", - "block.create.red_sail": "Rood Zeil", - "block.create.red_seat": "Rode Stoel", - "block.create.red_toolbox": "Rode Gereedschapskist", - "block.create.red_valve_handle": "Rode Klep Handvat", - "block.create.redstone_contact": "Redstone Contact", - "block.create.redstone_link": "Redstone koppeling", - "block.create.refined_radiance_casing": "Stralend Omhulsel", - "block.create.rope": "Touw", - "block.create.rope_pulley": "Touwkatrol", - "block.create.rose_quartz_block": "Rozenkwartsblok", - "block.create.rose_quartz_lamp": "Rozenkwartslamp", - "block.create.rose_quartz_tiles": "Rozenkwartstegels", - "block.create.rotation_speed_controller": "Rotatiesnelheidsregelaar", - "block.create.sail_frame": "Zeilframe", - "block.create.schematic_table": "Bouwtekening Tafel", - "block.create.schematicannon": "Bouwtekeningkannon", - "block.create.scorchia": "Scorchia", - "block.create.scorchia_pillar": "Scorchia pilaar", - "block.create.scoria": "Scoria", - "block.create.scoria_pillar": "Scoria pilaar", - "block.create.secondary_linear_chassis": "Secundaire Liniair Chassis", - "block.create.sequenced_gearshift": "Sequentiële Versnellingspook", - "block.create.shadow_steel_casing": "Schaduw Omhulsel", - "block.create.shaft": "Drijfas", - "block.create.small_andesite_brick_slab": "Kleine Andesieten Baksteenplaat", - "block.create.small_andesite_brick_stairs": "Kleine Andesieten Baksteentrap", - "block.create.small_andesite_brick_wall": "Kleine Andesieten Baksteenmuur", - "block.create.small_andesite_bricks": "Kleine Andesieten Bakstenen", - "block.create.small_asurine_brick_slab": "Kleine azurijnstenen plaat", - "block.create.small_asurine_brick_stairs": "Kleine azurijnstenen trap", - "block.create.small_asurine_brick_wall": "Kleine azurijnstenen muur", - "block.create.small_asurine_bricks": "Kleine azurijnstenen", - "block.create.small_bogey": "Klein Treinstel", - "block.create.small_calcite_brick_slab": "Kleine Calcieten Baksteenplaat", - "block.create.small_calcite_brick_stairs": "Kleine Calcieten Baksteentrap", - "block.create.small_calcite_brick_wall": "Kleine Calcieten Baksteenmuur", - "block.create.small_calcite_bricks": "Kleine Calcieten Bakstenen", - "block.create.small_crimsite_brick_slab": "Kleine crimsietstenen plaat", - "block.create.small_crimsite_brick_stairs": "Kleine crimsietstenen trap", - "block.create.small_crimsite_brick_wall": "Kleine crimsietstenen muur", - "block.create.small_crimsite_bricks": "Kleine crimsietstenen", - "block.create.small_deepslate_brick_slab": "Kleine Diepleistenen Baksteenplaat", - "block.create.small_deepslate_brick_stairs": "Kleine Diepleistenen Baksteentrap", - "block.create.small_deepslate_brick_wall": "Kleine Diepleistenen Baksteenmuur", - "block.create.small_deepslate_bricks": "Kleine Diepleistenen Bakstenen", - "block.create.small_diorite_brick_slab": "Kleine Diorieten Baksteenplaat", - "block.create.small_diorite_brick_stairs": "Kleine Diorieten Baksteentrap", - "block.create.small_diorite_brick_wall": "Kleine Diorieten Baksteenmuur", - "block.create.small_diorite_bricks": "Kleine Diorieten Bakstenen", - "block.create.small_dripstone_brick_slab": "Kleine Druipstenen Baksteenplaat", - "block.create.small_dripstone_brick_stairs": "Kleine Druipstenen Baksteentrap", - "block.create.small_dripstone_brick_wall": "Kleine Druipstenen Baksteenmuur", - "block.create.small_dripstone_bricks": "Kleine Druipstenen Bakstenen", - "block.create.small_granite_brick_slab": "Kleine Granieten Baksteenplaat", - "block.create.small_granite_brick_stairs": "Kleine Granieten Baksteentrap", - "block.create.small_granite_brick_wall": "Kleine Granieten Baksteenmuur", - "block.create.small_granite_bricks": "Kleine Granieten Bakstenen", - "block.create.small_limestone_brick_slab": "Kleine Kalkstenen Baksteenplaat", - "block.create.small_limestone_brick_stairs": "Kleine Kalkstenen Baksteentrap", - "block.create.small_limestone_brick_wall": "Kleine Kalkstenen Baksteenmuur", - "block.create.small_limestone_bricks": "Kleine Kalkstenen Bakstenen", - "block.create.small_ochrum_brick_slab": "Kleine Okeren Baksteenplaat", - "block.create.small_ochrum_brick_stairs": "Kleine Okeren Baksteentrap", - "block.create.small_ochrum_brick_wall": "Kleine Okeren Baksteenmuur", - "block.create.small_ochrum_bricks": "Kleine Okeren Bakstenen", - "block.create.small_rose_quartz_tiles": "Kleine Rozenkwartsen Tegels", - "block.create.small_scorchia_brick_slab": "Kleine scorchiastenen plaat", - "block.create.small_scorchia_brick_stairs": "Kleine scorchiastenen trap", - "block.create.small_scorchia_brick_wall": "Kleine scorchiastenen muur", - "block.create.small_scorchia_bricks": "Kleine scorchiastenen", - "block.create.small_scoria_brick_slab": "Kleine scoriastenen plaat", - "block.create.small_scoria_brick_stairs": "Kleine scoriastenen trap", - "block.create.small_scoria_brick_wall": "Kleine scoriastenen muur", - "block.create.small_scoria_bricks": "Kleine scoriastenen", - "block.create.small_tuff_brick_slab": "Kleine Tufstenen Plaat", - "block.create.small_tuff_brick_stairs": "Kleine Tufstenen Baksteentrap", - "block.create.small_tuff_brick_wall": "Kleine Tufstenen Baksteenmuur", - "block.create.small_tuff_bricks": "Kleine Tufstenen Bakstenen", - "block.create.small_veridium_brick_slab": "Kleine Veridium Baksteenplaat", - "block.create.small_veridium_brick_stairs": "Kleine Veridium Baksteentrap", - "block.create.small_veridium_brick_wall": "Kleine Veridium Baksteenmuur", - "block.create.small_veridium_bricks": "Kleine Veridium Bakstenen", - "block.create.smart_chute": "Slimme Stortkoker", - "block.create.smart_fluid_pipe": "Slimme Vloeistofpijp", - "block.create.speedometer": "Snelheidsmeter", - "block.create.spout": "Spuit", - "block.create.spruce_window": "Sparren Raam", - "block.create.spruce_window_pane": "Sparren Raamplaat", - "block.create.steam_engine": "Stoommachine", - "block.create.steam_whistle": "Stoomfluit", - "block.create.steam_whistle_extension": "Stoomfluit Uitbreiding", - "block.create.sticker": "Plakker", - "block.create.sticky_mechanical_piston": "Mechanische Zuiger", - "block.create.stockpile_switch": "Voorraad Schakelaar", - "block.create.stressometer": "Stressmeter", - "block.create.tiled_glass": "Getegeld Glas", - "block.create.tiled_glass_pane": "Getegeld Glazen Ruit", - "block.create.track": "Trein Rails", - "block.create.track_observer": "Trein Detector", - "block.create.track_signal": "Sein", - "block.create.track_station": "Trein Station", - "block.create.train_door": "Trein Deur", - "block.create.train_trapdoor": "Trein Valdeur", - "block.create.tuff_pillar": "Tuff Pilaar", - "block.create.turntable": "Draaischijf", - "block.create.veridium": "Veridium", - "block.create.veridium_pillar": "Veridium Pilaar", - "block.create.vertical_framed_glass": "Verticaal Ingelijst Glas", - "block.create.vertical_framed_glass_pane": "Dun Verticaal Ingelijst Glas", - "block.create.warped_window": "Verwrongen Raam", - "block.create.warped_window_pane": "Dun Verwrongen Raam", - "block.create.water_wheel": "Waterrad", - "block.create.waxed_copper_shingle_slab": "Ingewassen koperen dakpan plaat", - "block.create.waxed_copper_shingle_stairs": "Ingewassen koperen dakpan trap", - "block.create.waxed_copper_shingles": "Ingewassen koperen dakpannen", - "block.create.waxed_copper_tile_slab": "Ingewassen koperen tegelplaat", - "block.create.waxed_copper_tile_stairs": "Ingewassen koperen tegeltrap", - "block.create.waxed_copper_tiles": "Ingewassen koperen tegels", - "block.create.waxed_exposed_copper_shingle_slab": "Ingewassen blootgestelde koperen dakpan plaat", - "block.create.waxed_exposed_copper_shingle_stairs": "Ingewassen blootgestelde koperen dakpan trap", - "block.create.waxed_exposed_copper_shingles": "Ingewassen blootgestelde koperen dakpannen", - "block.create.waxed_exposed_copper_tile_slab": "Ingewassen blootgestelde koperen tegelplaat", - "block.create.waxed_exposed_copper_tile_stairs": "Ingewassen blootgestelde koperen tegeltrap", - "block.create.waxed_exposed_copper_tiles": "Ingewassen blootgestelde koperen tegels", - "block.create.waxed_oxidized_copper_shingle_slab": "Ingewassen geoxideerde koperen dakpan plaat", - "block.create.waxed_oxidized_copper_shingle_stairs": "Ingewassen geoxideerde koperen dakpan trap", - "block.create.waxed_oxidized_copper_shingles": "Ingewassen geoxideerde koperen dakpannen", - "block.create.waxed_oxidized_copper_tile_slab": "Ingewassen geoxideerde koperen tegelplaat", - "block.create.waxed_oxidized_copper_tile_stairs": "Ingewassen geoxideerde koperen tegeltrap", - "block.create.waxed_oxidized_copper_tiles": "Ingewassen geoxideerde koperen tegels", - "block.create.waxed_weathered_copper_shingle_slab": "Ingewassen verweerde koperen dakpan plaat", - "block.create.waxed_weathered_copper_shingle_stairs": "Ingewassen verweerde koperen dakpan trap", - "block.create.waxed_weathered_copper_shingles": "Ingewassen verweerde koperen dakpannen", - "block.create.waxed_weathered_copper_tile_slab": "Ingewassen verweerde koperen tegelplaat", - "block.create.waxed_weathered_copper_tile_stairs": "Ingewassen verweerde koperen tegeltrap", - "block.create.waxed_weathered_copper_tiles": "Ingewassen verweerde koperen tegels", - "block.create.weathered_copper_shingle_slab": "Verweerde koperen dakpan plaat", - "block.create.weathered_copper_shingle_stairs": "Verweerde koperen dakpan trap", - "block.create.weathered_copper_shingles": "Verweerde koperen dakpannen", - "block.create.weathered_copper_tile_slab": "Verweerde koperen tegelplaat", - "block.create.weathered_copper_tile_stairs": "Verweerde koperen tegeltrap", - "block.create.weathered_copper_tiles": "Verweerde koperen tegels", - "block.create.weighted_ejector": "Verzwaarde Uitwerper", - "block.create.white_nixie_tube": "Witte Nixie Buis", - "block.create.white_sail": "Wit Zeil", - "block.create.white_seat": "Witte Stoel", - "block.create.white_toolbox": "Witte Gereedschapskist", - "block.create.white_valve_handle": "Wit Ventiel Handvat", - "block.create.windmill_bearing": "Windmolen Lager", - "block.create.wooden_bracket": "Houten Beugel", - "block.create.yellow_nixie_tube": "Gele Nixie Buis", - "block.create.yellow_sail": "Geel Zeil", - "block.create.yellow_seat": "Gele Stoel", - "block.create.yellow_toolbox": "Gele Gereedschapskist", - "block.create.yellow_valve_handle": "Geel Klep Handvat", - "block.create.zinc_block": "Zinkblok", - "block.create.zinc_ore": "Zinkerts", - - "enchantment.create.capacity": "Capaciteit", - "enchantment.create.potato_recovery": "Aardappelherstel", - - "entity.create.carriage_contraption": "Wagonconstructie", - "entity.create.contraption": "Constructie", - "entity.create.crafting_blueprint": "Blauwdruk", - "entity.create.gantry_contraption": "Portaalsysteem", - "entity.create.potato_projectile": "Aardappel Projectiel", - "entity.create.seat": "Stoel", - "entity.create.stationary_contraption": "Stationair Apparaat", - "entity.create.super_glue": "Superlijm", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "Drankje", - "fluid.create.tea": "Bouwer's Thee", - - "item.create.andesite_alloy": "Andesietlegering", - "item.create.attribute_filter": "Attributenfilter", - "item.create.bar_of_chocolate": "Chocoladereep", - "item.create.belt_connector": "Mechanische Transportband", - "item.create.blaze_cake": "Blazetaart", - "item.create.blaze_cake_base": "Blazetaartbasis", - "item.create.brass_hand": "Bronzen Hand", - "item.create.brass_ingot": "Bronsstaaf", - "item.create.brass_nugget": "Bronsklompje", - "item.create.brass_sheet": "Bronzen Plaat", - "item.create.builders_tea": "Bouwer's Thee", - "item.create.chest_minecart_contraption": "Mijnkar-Met-Kistconstructie", - "item.create.chocolate_bucket": "Chocolade Emmer", - "item.create.chocolate_glazed_berries": "Chocolade Geglazuurde Bessen", - "item.create.chromatic_compound": "Chromatische Verbinding", - "item.create.cinder_flour": "Sintelmeel", - "item.create.copper_backtank": "Koperen Rugtank", - "item.create.copper_backtank_placeable": "Plaatsbare Koperen Rugtank", - "item.create.copper_nugget": "Koperklompje", - "item.create.copper_sheet": "Koperen Plaat", - "item.create.crafter_slot_cover": "Craftersleufafdekking", - "item.create.crafting_blueprint": "Blauwdruk", - "item.create.creative_blaze_cake": "Creatieve Blazetaart", - "item.create.crushed_aluminum_ore": "Verbrijzeld Aluminiumerts", - "item.create.crushed_copper_ore": "Verbrijzeld Kopererts", - "item.create.crushed_gold_ore": "Verbrijzeld Gouderts", - "item.create.crushed_iron_ore": "Verbrijzeld IJzererts", - "item.create.crushed_lead_ore": "Verbrijzeld Looderts", - "item.create.crushed_nickel_ore": "Verbrijzeld Nikkelerts", - "item.create.crushed_osmium_ore": "Verbrijzeld Osmiumerts", - "item.create.crushed_platinum_ore": "Verbrijzeld Platinumerts", - "item.create.crushed_quicksilver_ore": "Verbrijzeld Kwikzilvererts", - "item.create.crushed_silver_ore": "Verbrijzeld Zilvererts", - "item.create.crushed_tin_ore": "Verbrijzeld tinerts", - "item.create.crushed_uranium_ore": "Verbrijzeld uraniumerts", - "item.create.crushed_zinc_ore": "Verbrijzeld zinkerts", - "item.create.diving_boots": "Duik Schoenen", - "item.create.diving_helmet": "Duikhelm", - "item.create.dough": "Deeg", - "item.create.electron_tube": "Elektron Buis", - "item.create.empty_blaze_burner": "Lege Blaze Brander", - "item.create.empty_schematic": "Lege Bouwtekening", - "item.create.experience_nugget": "Klompje ervaring", - "item.create.extendo_grip": "Verlengarm", - "item.create.filter": "Filter", - "item.create.furnace_minecart_contraption": "Mijnkar met oven constructie", - "item.create.goggles": "Ingenieurs Bril", - "item.create.golden_sheet": "Gouden plaat", - "item.create.handheld_worldshaper": "Creatieve wereldvormer", - "item.create.honey_bucket": "Honing Emmer", - "item.create.honeyed_apple": "Honing Appel", - "item.create.incomplete_precision_mechanism": "Onvolledige precisie-mechanisme", - "item.create.incomplete_track": "Onvoledig spoor", - "item.create.iron_sheet": "IJzeren Plaat", - "item.create.linked_controller": "Verbonden schakelaar", - "item.create.minecart_contraption": "Mijnkar constructie", - "item.create.minecart_coupling": "Mijnkar koppeling", - "item.create.polished_rose_quartz": "Gepolijst Rose Kwarts", - "item.create.potato_cannon": "Aardappel Kanon", - "item.create.powdered_obsidian": "Obsidiaan Poeder", - "item.create.precision_mechanism": "Precisie-mechanisme", - "item.create.propeller": "Propeller", - "item.create.raw_zinc": "Rauwe Zink", - "item.create.red_sand_paper": "Rood Schuurpapier", - "item.create.refined_radiance": "Verfijnde Gloed", - "item.create.rose_quartz": "Rozenkwarts", - "item.create.sand_paper": "Schuurpapier", - "item.create.schedule": "Treinschema", - "item.create.schematic": "Bouwtekening", - "item.create.schematic_and_quill": "Bouwtekening en Veer", - "item.create.shadow_steel": "Schaduw Staal", - "item.create.sturdy_sheet": "Stevige Plaat", - "item.create.super_glue": "Superlijm", - "item.create.sweet_roll": "Zoete Rol", - "item.create.tree_fertilizer": "Boommest", - "item.create.unprocessed_obsidian_sheet": "Onbewerkte Obsidianen Plaat", - "item.create.vertical_gearbox": "Verticale Tandwielendoos", - "item.create.wand_of_symmetry": "Symmetrie Staf", - "item.create.wheat_flour": "Tarwemeel", - "item.create.whisk": "Garde", - "item.create.wrench": "Moersleutel", - "item.create.zinc_ingot": "Zinkstaaf", - "item.create.zinc_nugget": "Zinkklompje", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Welkom bij Create", - "advancement.create.root.desc": "Hier zijn constructies", - "advancement.create.andesite_alloy": "Stevigere Stenen", - "advancement.create.andesite_alloy.desc": "Verzamel wat Andesieten Legering, het belangrijkste materiaal in Create", - "advancement.create.andesite_casing": "De Andesieten Eeuw", - "advancement.create.andesite_casing.desc": "Pas Andesieten Legering toe op gestript hout, waardoor je een simpele behuizing voor je machines maakt", - "advancement.create.mechanical_press": "Bonk!", - "advancement.create.mechanical_press.desc": "Maak wat platen in een Mechanische Pers", - "advancement.create.encased_fan": "Wind Maker", - "advancement.create.encased_fan.desc": "Plaats en geef kracht aan een Behuisde Waaier", - "advancement.create.fan_processing": "Verwerking per Deeltje", - "advancement.create.fan_processing.desc": "Gebruik een Behuisde Waaier om materialen te verwerken", - "advancement.create.saw_processing": "Het meest gevreesd in de Werkplaats", - "advancement.create.saw_processing.desc": "Gebruik een omhoogstaande Mechanische Zaag om materialen te verwerken", - "advancement.create.compacting": "Compactificatie", - "advancement.create.compacting.desc": "Gebruik een Mechanische Pers en een Bassin om minder voorwerpen van meer te maken", - "advancement.create.belt": "Kelp Aandrijving", - "advancement.create.belt.desc": "Verbind twee assen met een Lopende Band", - "advancement.create.funnel": "Vliegveld Esthetiek", - "advancement.create.funnel.desc": "UNLOCALIZED: Extract or insert items into a container using a Funnel", - "advancement.create.chute": "Verticale Logistiek", - "advancement.create.chute.desc": "Transporteer wat voorwerpen via stortkoker", - "advancement.create.mechanical_mixer": "UNLOCALIZED: Mixing It Up", - "advancement.create.mechanical_mixer.desc": "UNLOCALIZED: Combine ingredients in a Mechanical Mixer", - "advancement.create.burner": "UNLOCALIZED: Sentient Fireplace", - "advancement.create.burner.desc": "Verkrijg een Blaze Brander", - "advancement.create.water_wheel": "UNLOCALIZED: Harnessed Hydraulics", - "advancement.create.water_wheel.desc": "UNLOCALIZED: Place a Water Wheel and use it to generate torque", - "advancement.create.windmill": "UNLOCALIZED: A Mild Breeze", - "advancement.create.windmill.desc": "UNLOCALIZED: Assemble a windmill and use it to generate torque", - "advancement.create.shifting_gears": "UNLOCALIZED: Shifting Gears", - "advancement.create.shifting_gears.desc": "UNLOCALIZED: Connect a Large Cogwheel to a Small Cogwheel, allowing you to change the speed of your Contraption", - "advancement.create.millstone": "UNLOCALIZED: Embrace the Grind", - "advancement.create.millstone.desc": "UNLOCALIZED: Use a Millstone to pulverise materials", - "advancement.create.super_glue": "UNLOCALIZED: Area of Connect", - "advancement.create.super_glue.desc": "UNLOCALIZED: Super Glue some blocks into a group", - "advancement.create.contraption_actors": "UNLOCALIZED: Moving with Purpose", - "advancement.create.contraption_actors.desc": "Creëer een constructie met boren, zagen, of oogsters erop", - "advancement.create.portable_storage_interface": "UNLOCALIZED: Drive-By Exchange", - "advancement.create.portable_storage_interface.desc": "UNLOCALIZED: Use a Portable Storage Interface to take or insert items into a Contraption", - "advancement.create.wrench_goggles": "UNLOCALIZED: Kitted Out", - "advancement.create.wrench_goggles.desc": "UNLOCALIZED: Equip Engineer's Goggles and a Wrench", - "advancement.create.stressometer": "UNLOCALIZED: Stress for Nerds", - "advancement.create.stressometer.desc": "UNLOCALIZED: Get an exact readout with the help of Engineer's Goggles and a Stressometer", - "advancement.create.cuckoo_clock": "UNLOCALIZED: Is It Time?", - "advancement.create.cuckoo_clock.desc": "UNLOCALIZED: Witness your Cuckoo Clock announce bedtime", - "advancement.create.windmill_maxed": "UNLOCALIZED: A Strong Breeze", - "advancement.create.windmill_maxed.desc": "UNLOCALIZED: Assemble a windmill of maximum strength", - "advancement.create.ejector_maxed": "UNLOCALIZED: Springboard Champion", - "advancement.create.ejector_maxed.desc": "UNLOCALIZED: Get launched more than 30 blocks by a Weighted Ejector", - "advancement.create.pulley_maxed": "UNLOCALIZED: Rope to Nowhere", - "advancement.create.pulley_maxed.desc": "UNLOCALIZED: Extend a Rope Pulley over 200 blocks deep", - "advancement.create.cart_pickup": "UNLOCALIZED: Strong Arms", - "advancement.create.cart_pickup.desc": "UNLOCALIZED: Pick up a Minecart Contraption with at least 200 attached blocks", - "advancement.create.anvil_plough": "UNLOCALIZED: Blacksmith Artillery", - "advancement.create.anvil_plough.desc": "UNLOCALIZED: Launch an Anvil with Mechanical Ploughs", - "advancement.create.lava_wheel_00000": "UNLOCALIZED: Magma Wheel", - "advancement.create.lava_wheel_00000.desc": "UNLOCALIZED: This shouldn't have worked§7\n(Hidden Advancement)", - "advancement.create.hand_crank_000": "UNLOCALIZED: Workout Session", - "advancement.create.hand_crank_000.desc": "UNLOCALIZED: Use a Hand Crank until fully exhausted§7\n(Hidden Advancement)", - "advancement.create.belt_funnel_kiss": "UNLOCALIZED: The Parrots and the Flaps", - "advancement.create.belt_funnel_kiss.desc": "UNLOCALIZED: Make two Belt-mounted Funnels kiss§7\n(Hidden Advancement)", - "advancement.create.stressometer_maxed": "UNLOCALIZED: Perfectly Stressed", - "advancement.create.stressometer_maxed.desc": "UNLOCALIZED: Get a 100% readout from a Stressometer§7\n(Hidden Advancement)", - "advancement.create.copper": "UNLOCALIZED: Cuprum Bokum", - "advancement.create.copper.desc": "UNLOCALIZED: Amass some Copper Ingots for your exploits in fluid manipulation", - "advancement.create.copper_casing": "De kopertijd", - "advancement.create.copper_casing.desc": "UNLOCALIZED: Apply Copper Ingots to stripped wood, creating a waterproof casing for your machines", - "advancement.create.spout": "UNLOCALIZED: Sploosh", - "advancement.create.spout.desc": "UNLOCALIZED: Watch a fluid-containing item be filled by a Spout", - "advancement.create.drain": "UNLOCALIZED: Tumble Draining", - "advancement.create.drain.desc": "UNLOCALIZED: Watch a fluid-containing item be emptied by an Item Drain", - "advancement.create.steam_engine": "UNLOCALIZED: The Powerhouse", - "advancement.create.steam_engine.desc": "UNLOCALIZED: Use a Steam Engine to generate torque", - "advancement.create.steam_whistle": "Stem van een Engel", - "advancement.create.steam_whistle.desc": "UNLOCALIZED: Activate a Steam Whistle", - "advancement.create.backtank": "UNLOCALIZED: Pressure to Go", - "advancement.create.backtank.desc": "UNLOCALIZED: Create a Copper Backtank and make it accumulate air pressure", - "advancement.create.diving_suit": "UNLOCALIZED: Ready for the Depths", - "advancement.create.diving_suit.desc": "Rust een duikhelm en een koperen rugtank uit, en spring dan in water", - "advancement.create.mechanical_pump_0": "Onder druk", - "advancement.create.mechanical_pump_0.desc": "Plaats en zet een mechanische pomp aan", - "advancement.create.glass_pipe": "Vloeiontdekking", - "advancement.create.glass_pipe.desc": "Gebruik de moersleutel op een pijp die vloeistof bezit", - "advancement.create.water_supply": "Waterplas Verzamelaar", - "advancement.create.water_supply.desc": "Gebruik het trekkende eind van een vloeistofpijp of mechanische pomp om water te verzamelen", - "advancement.create.hose_pulley": "Industriële lekkage", - "advancement.create.hose_pulley.desc": "Laat een slangkatrol zakken en kijk hoe het een vloeistoflichaam leegtrekt of vult", - "advancement.create.chocolate_bucket": "Een wereld van fantasie", - "advancement.create.chocolate_bucket.desc": "Verkrijg een emmer gesmolten chocolade", - "advancement.create.honey_drain": "Autonome bijenteelt", - "advancement.create.honey_drain.desc": "Gebruik pijpen om honing van een bijnennest of bijenkorf te trekken", - "advancement.create.hose_pulley_lava": "Het tikken op de mantel", - "advancement.create.hose_pulley_lava.desc": "Pomp van een lichaam van lava groot genoeg om het \"oneindig\" te beschouwen", - "advancement.create.steam_engine_maxed": "Vol stoom", - "advancement.create.steam_engine_maxed.desc": "Laat een ketel draaien op het maximale vermogen", - "advancement.create.foods": "Gebalanceerd dieet", - "advancement.create.foods.desc": "Maak chocolade geglazuurde bessen, een gehoningde appel, en een zoete rol allemaal van dezelfde spuit", - "advancement.create.diving_suit_lava": "Zwemmen met de schrijders", - "advancement.create.diving_suit_lava.desc": "Probeer een duik te nemen in de lava met je duikuitrusting§7\n(Verborgen Vooruitgang)", - "advancement.create.chained_drain": "Op een Rol", - "advancement.create.chained_drain.desc": "UNLOCALIZED: Watch an item move across a row of Item Drains§7\n(Hidden Advancement)", - "advancement.create.cross_streams": "UNLOCALIZED: Don't Cross the Streams!", - "advancement.create.cross_streams.desc": "UNLOCALIZED: Watch two fluids meet in your pipe network§7\n(Hidden Advancement)", - "advancement.create.pipe_organ": "UNLOCALIZED: The Pipe Organ", - "advancement.create.pipe_organ.desc": "UNLOCALIZED: Attach 12 uniquely pitched Steam Whistles to a single Fluid Tank§7\n(Hidden Advancement)", - "advancement.create.brass": "UNLOCALIZED: Real Alloys", - "advancement.create.brass.desc": "UNLOCALIZED: Create Brass Ingots by alloying Copper and Zinc Ingots in your Blaze-heated Mechanical Mixer", - "advancement.create.brass_casing": "UNLOCALIZED: The Brass Age", - "advancement.create.brass_casing.desc": "UNLOCALIZED: Apply Brass Ingots to stripped wood, creating a casing for more sophisticated machines", - "advancement.create.rose_quartz": "UNLOCALIZED: Pink Diamonds", - "advancement.create.rose_quartz.desc": "UNLOCALIZED: Polish some Rose Quartz", - "advancement.create.deployer": "UNLOCALIZED: Artificial Intelligence", - "advancement.create.deployer.desc": "Plaats en activeer een uitvoerder, een perfecte reflectie van jezelf", - "advancement.create.precision_mechanism": "UNLOCALIZED: Complex Curiosities", - "advancement.create.precision_mechanism.desc": "UNLOCALIZED: Assemble a Precision Mechanism", - "advancement.create.speed_controller": "UNLOCALIZED: Engineers Hate Him!", - "advancement.create.speed_controller.desc": "UNLOCALIZED: Fine-tune your Contraption with a Rotation Speed Controller", - "advancement.create.mechanical_arm": "UNLOCALIZED: Busy Hands", - "advancement.create.mechanical_arm.desc": "UNLOCALIZED: Watch your Mechanical Arm transport its first item", - "advancement.create.mechanical_crafter": "UNLOCALIZED: Automated Assembly", - "advancement.create.mechanical_crafter.desc": "UNLOCALIZED: Place and power some Mechanical Crafters", - "advancement.create.crushing_wheel": "UNLOCALIZED: A Pair of Giants", - "advancement.create.crushing_wheel.desc": "UNLOCALIZED: Place and power a set of Crushing Wheels", - "advancement.create.haunted_bell": "UNLOCALIZED: Shadow Sense", - "advancement.create.haunted_bell.desc": "UNLOCALIZED: Toll a Haunted Bell", - "advancement.create.clockwork_bearing": "UNLOCALIZED: Contraption O'Clock", - "advancement.create.clockwork_bearing.desc": "UNLOCALIZED: Assemble a structure mounted on a Clockwork Bearing", - "advancement.create.display_link": "UNLOCALIZED: Big Data", - "advancement.create.display_link.desc": "Gebruik een weergave koppeling om informatie te visualiseren", - "advancement.create.potato_cannon": "UNLOCALIZED: Fwoomp!", - "advancement.create.potato_cannon.desc": "UNLOCALIZED: Defeat an enemy with your Potato Cannon", - "advancement.create.extendo_grip": "UNLOCALIZED: Boioioing!", - "advancement.create.extendo_grip.desc": "UNLOCALIZED: Get hold of an Extendo Grip", - "advancement.create.linked_controller": "UNLOCALIZED: Remote Activation", - "advancement.create.linked_controller.desc": "Activeer een redstone koppeling door middel van een verbonden schakelaar", - "advancement.create.arm_blaze_burner": "UNLOCALIZED: Combust-o-Tron", - "advancement.create.arm_blaze_burner.desc": "UNLOCALIZED: Instruct a Mechanical Arm to feed your Blaze Burner", - "advancement.create.crusher_maxed_0000": "UNLOCALIZED: Crushing It", - "advancement.create.crusher_maxed_0000.desc": "UNLOCALIZED: Operate a pair of Crushing Wheels at maximum speed", - "advancement.create.arm_many_targets": "UNLOCALIZED: Organize-o-Tron", - "advancement.create.arm_many_targets.desc": "UNLOCALIZED: Program a Mechanical Arm with 10 or more output locations", - "advancement.create.potato_cannon_collide": "UNLOCALIZED: Veggie Fireworks", - "advancement.create.potato_cannon_collide.desc": "UNLOCALIZED: Cause Potato Cannon projectiles of different types to collide with each other", - "advancement.create.self_deploying": "UNLOCALIZED: Self-Driving Cart", - "advancement.create.self_deploying.desc": "UNLOCALIZED: Create a Minecart Contraption that places tracks in front of itself", - "advancement.create.fist_bump": "UNLOCALIZED: Pound It, Bro!", - "advancement.create.fist_bump.desc": "UNLOCALIZED: Make two Deployers fist-bump§7\n(Hidden Advancement)", - "advancement.create.crafter_lazy_000": "UNLOCALIZED: Desperate Measures", - "advancement.create.crafter_lazy_000.desc": "UNLOCALIZED: Drastically slow down a Mechanical Crafter to procrastinate on proper infrastructure§7\n(Hidden Advancement)", - "advancement.create.extendo_grip_dual": "UNLOCALIZED: To Full Extent", - "advancement.create.extendo_grip_dual.desc": "UNLOCALIZED: Dual-wield Extendo Grips for superhuman reach§7\n(Hidden Advancement)", - "advancement.create.musical_arm": "UNLOCALIZED: DJ Mechanico", - "advancement.create.musical_arm.desc": "UNLOCALIZED: Watch a Mechanical Arm operate your Jukebox§7\n(Hidden Advancement)", - "advancement.create.sturdy_sheet": "UNLOCALIZED: The Sturdiest Rocks", - "advancement.create.sturdy_sheet.desc": "UNLOCALIZED: Assemble a Sturdy Sheet by refining Powdered Obsidian", - "advancement.create.train_casing_00": "UNLOCALIZED: The Logistical Age", - "advancement.create.train_casing_00.desc": "UNLOCALIZED: Use Sturdy Sheets to create a casing for railway components", - "advancement.create.train": "UNLOCALIZED: All Aboard!", - "advancement.create.train.desc": "UNLOCALIZED: Assemble your first Train", - "advancement.create.conductor": "UNLOCALIZED: Conductor Instructor", - "advancement.create.conductor.desc": "UNLOCALIZED: Instruct a Train driver with a Train Schedule", - "advancement.create.track_signal": "UNLOCALIZED: Traffic Control", - "advancement.create.track_signal.desc": "UNLOCALIZED: Place a Train Signal", - "advancement.create.display_board_0": "UNLOCALIZED: Dynamic Timetables", - "advancement.create.display_board_0.desc": "Voorspel een trein zijn aankomst op uw weergavescherm met behulp van weergave koppelingen", - "advancement.create.track_0": "UNLOCALIZED: A New Gauge", - "advancement.create.track_0.desc": "UNLOCALIZED: Obtain some Train Tracks", - "advancement.create.train_whistle": "UNLOCALIZED: Choo Choo!", - "advancement.create.train_whistle.desc": "UNLOCALIZED: Assemble a Steam Whistle to your Train and activate it while driving", - "advancement.create.train_portal": "UNLOCALIZED: Dimensional Commuter", - "advancement.create.train_portal.desc": "UNLOCALIZED: Ride a Train through a Nether portal", - "advancement.create.track_crafting_factory": "UNLOCALIZED: Track Factory", - "advancement.create.track_crafting_factory.desc": "UNLOCALIZED: Produce more than 1000 Train Tracks with the same Mechanical Press", - "advancement.create.long_bend": "UNLOCALIZED: The Longest Bend", - "advancement.create.long_bend.desc": "UNLOCALIZED: Create a curved track section that spans more than 30 blocks in length", - "advancement.create.long_train": "UNLOCALIZED: Ambitious Endeavours", - "advancement.create.long_train.desc": "UNLOCALIZED: Create a Train with at least 6 carriages", - "advancement.create.long_travel": "UNLOCALIZED: Field Trip", - "advancement.create.long_travel.desc": "UNLOCALIZED: Leave a Train Seat over 5000 blocks away from where you started travelling", - "advancement.create.train_roadkill": "UNLOCALIZED: Road Kill", - "advancement.create.train_roadkill.desc": "UNLOCALIZED: Run over an enemy with your Train§7\n(Hidden Advancement)", - "advancement.create.red_signal": "UNLOCALIZED: Expert Driver", - "advancement.create.red_signal.desc": "UNLOCALIZED: Run a red Train Signal§7\n(Hidden Advancement)", - "advancement.create.train_crash": "UNLOCALIZED: Terrible Service", - "advancement.create.train_crash.desc": "UNLOCALIZED: Witness a Train crash as a passenger§7\n(Hidden Advancement)", - "advancement.create.train_crash_backwards": "UNLOCALIZED: Blind Spot", - "advancement.create.train_crash_backwards.desc": "UNLOCALIZED: Crash into another Train while driving backwards§7\n(Hidden Advancement)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "UNLOCALIZED: Create", - "itemGroup.create.palettes": "UNLOCALIZED: Create's Building Blocks", - - "death.attack.create.crush": "%1$s is verwerkt 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", - "death.attack.create.run_over": "UNLOCALIZED: %1$s was run over by %2$s", - - "create.block.deployer.damage_source_name": "een losgeslagen uitvoerder", - "create.block.cart_assembler.invalid": "UNLOCALIZED: Place your Cart Assembler on a rail block", - - "create.menu.return": "UNLOCALIZED: Return to Menu", - "create.menu.configure": "UNLOCALIZED: Configure...", - "create.menu.ponder_index": "UNLOCALIZED: Ponder Index", - "create.menu.only_ingame": "UNLOCALIZED: Available in the Pause Menu", - "create.menu.report_bugs": "UNLOCALIZED: Report Issues", - "create.menu.support": "UNLOCALIZED: Support Us", - - "create.recipe.crushing": "Verpulveren", - "create.recipe.milling": "UNLOCALIZED: Milling", - "create.recipe.fan_washing": "UNLOCALIZED: Bulk Washing", - "create.recipe.fan_washing.fan": "UNLOCALIZED: Fan behind Flowing Water", - "create.recipe.fan_smoking": "UNLOCALIZED: Bulk Smoking", - "create.recipe.fan_smoking.fan": "UNLOCALIZED: Fan behind Fire", - "create.recipe.fan_haunting": "UNLOCALIZED: Bulk Haunting", - "create.recipe.fan_haunting.fan": "UNLOCALIZED: Fan behind Soul Fire", - "create.recipe.fan_blasting": "UNLOCALIZED: Bulk Blasting", - "create.recipe.fan_blasting.fan": "UNLOCALIZED: Fan behind Lava", - "create.recipe.pressing": "Persen", - "create.recipe.mixing": "Mengen", - "create.recipe.deploying": "UNLOCALIZED: Deploying", - "create.recipe.automatic_shapeless": "UNLOCALIZED: Automated Shapeless Crafting", - "create.recipe.automatic_brewing": "UNLOCALIZED: Automated Brewing", - "create.recipe.packing": "Compressen", - "create.recipe.automatic_packing": "UNLOCALIZED: Automated Packing", - "create.recipe.sawing": "UNLOCALIZED: Sawing", - "create.recipe.mechanical_crafting": "UNLOCALIZED: Mechanical Crafting", - "create.recipe.automatic_shaped": "UNLOCALIZED: Automated Shaped Crafting", - "create.recipe.block_cutting": "Blok Zagen", - "create.recipe.wood_cutting": "UNLOCALIZED: Wood Cutting", - "create.recipe.sandpaper_polishing": "UNLOCALIZED: Sandpaper Polishing", - "create.recipe.mystery_conversion": "UNLOCALIZED: Mysterious Conversion", - "create.recipe.spout_filling": "UNLOCALIZED: Filling by Spout", - "create.recipe.draining": "UNLOCALIZED: Item Draining", - "create.recipe.item_application": "UNLOCALIZED: Manual Item Application", - "create.recipe.item_application.any_axe": "UNLOCALIZED: Any Axe", - "create.recipe.sequenced_assembly": "UNLOCALIZED: Recipe Sequence", - "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.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 salvage", - "create.recipe.processing.chance": "%1$s%% Kans", - "create.recipe.deploying.not_consumed": "UNLOCALIZED: Not Consumed", - "create.recipe.heat_requirement.none": "UNLOCALIZED: No Heating Required", - "create.recipe.heat_requirement.heated": "UNLOCALIZED: Heated", - "create.recipe.heat_requirement.superheated": "UNLOCALIZED: Super-Heated", - - "create.generic.range": "Omvang", - "create.generic.radius": "Straal", - "create.generic.width": "UNLOCALIZED: Width", - "create.generic.height": "UNLOCALIZED: Height", - "create.generic.length": "UNLOCALIZED: Length", - "create.generic.speed": "Snelheid", - "create.generic.delay": "Vertraging", - "create.generic.duration": "Duur", - "create.generic.timeUnit": "Tijdseenheid", - "create.generic.unit.ticks": "UNLOCALIZED: Ticks", - "create.generic.unit.seconds": "Seconden", - "create.generic.unit.minutes": "Minuten", - "create.generic.daytime.hour": "Uur", - "create.generic.daytime.minute": "Minuut", - "create.generic.daytime.second": "Seconde", - "create.generic.daytime.pm": "UNLOCALIZED: pm", - "create.generic.daytime.am": "UNLOCALIZED: am", - "create.generic.unit.rpm": "UNLOCALIZED: RPM", - "create.generic.unit.stress": "UNLOCALIZED: su", - "create.generic.unit.degrees": "UNLOCALIZED: °", - "create.generic.unit.millibuckets": "UNLOCALIZED: mB", - "create.generic.unit.buckets": "UNLOCALIZED: B", - "create.generic.clockwise": "UNLOCALIZED: Clockwise", - "create.generic.counter_clockwise": "UNLOCALIZED: Counter-Clockwise", - "create.generic.in_quotes": "UNLOCALIZED: \"%1$s\"", - "create.generic.pitch": "UNLOCALIZED: Pitch: %1$s", - "create.generic.notes": "UNLOCALIZED: F#;F;E;D#;D;C#;C;B;A#;A;G#;G", - - "create.action.scroll": "UNLOCALIZED: Scroll", - "create.action.confirm": "Bevestigen", - "create.action.abort": "Afbreken", - "create.action.saveToFile": "Opslaan", - "create.action.discard": "Weggooien", - - "create.keyinfo.toolmenu": "Focus Gereedschap Menu", - "create.keyinfo.toolbelt": "UNLOCALIZED: Access Nearby Toolboxes", - "create.keyinfo.scrollup": "UNLOCALIZED: Simulate Mousewheel Up (inworld)", - "create.keyinfo.scrolldown": "UNLOCALIZED: Simulate Mousewheel Down (inworld)", - - "create.gui.scrollInput.defaultTitle": "Kies een optie:", - "create.gui.scrollInput.scrollToModify": "Scroll om aan te passen", - "create.gui.scrollInput.scrollToAdjustAmount": "UNLOCALIZED: Scroll to Adjust Amount", - "create.gui.scrollInput.scrollToSelect": "Scroll om te selecteren", - "create.gui.scrollInput.shiftScrollsFaster": "Shift om sneller te Scrollen", - "create.gui.toolmenu.focusKey": "Houd [%1$s] ingedrukt om te focussen", - "create.gui.toolmenu.cycle": "[SCROLL] om te Cycleën", - - "create.toolbox.unequip": "UNLOCALIZED: Unequip: %1$s", - "create.toolbox.outOfRange": "UNLOCALIZED: Toolbox of held item not in Range", - "create.toolbox.detach": "UNLOCALIZED: Stop tracking and keep item", - "create.toolbox.depositAll": "UNLOCALIZED: Return items to nearby Toolboxes", - "create.toolbox.depositBox": "UNLOCALIZED: Return items to Toolbox", - - "create.gui.symmetryWand.mirrorType": "Spiegelen", - "create.gui.symmetryWand.orientation": "Orientatie", - - "create.symmetry.mirror.plane": "Spiegel één keer", - "create.symmetry.mirror.doublePlane": "Rechthoekig", - "create.symmetry.mirror.triplePlane": "Achthoekig", - - "create.orientation.orthogonal": "Orthogonaal", - "create.orientation.diagonal": "Diagonaal", - "create.orientation.horizontal": "Horizontaal", - "create.orientation.alongZ": "Langs Z-as", - "create.orientation.alongX": "Langs X-as", - - "create.gui.terrainzapper.title": "UNLOCALIZED: Handheld Blockzapper", - "create.gui.terrainzapper.searchDiagonal": "UNLOCALIZED: Follow Diagonals", - "create.gui.terrainzapper.searchFuzzy": "UNLOCALIZED: Ignore Material Borders", - "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.placement": "UNLOCALIZED: Placement", - "create.gui.terrainzapper.placement.merged": "UNLOCALIZED: Merged", - "create.gui.terrainzapper.placement.attached": "UNLOCALIZED: Attached", - "create.gui.terrainzapper.placement.inserted": "UNLOCALIZED: Inserted", - "create.gui.terrainzapper.brush": "UNLOCALIZED: Brush", - "create.gui.terrainzapper.brush.cuboid": "UNLOCALIZED: Cuboid", - "create.gui.terrainzapper.brush.sphere": "UNLOCALIZED: Sphere", - "create.gui.terrainzapper.brush.cylinder": "UNLOCALIZED: Cylinder", - "create.gui.terrainzapper.brush.surface": "Overflate", - "create.gui.terrainzapper.brush.cluster": "UNLOCALIZED: Cluster", - "create.gui.terrainzapper.tool": "UNLOCALIZED: Tool", - "create.gui.terrainzapper.tool.fill": "UNLOCALIZED: Fill", - "create.gui.terrainzapper.tool.place": "UNLOCALIZED: Place", - "create.gui.terrainzapper.tool.replace": "UNLOCALIZED: Replace", - "create.gui.terrainzapper.tool.clear": "UNLOCALIZED: Clear", - "create.gui.terrainzapper.tool.overlay": "UNLOCALIZED: Overlay", - "create.gui.terrainzapper.tool.flatten": "UNLOCALIZED: Flatten", - - "create.terrainzapper.shiftRightClickToSet": "UNLOCALIZED: Shift-Right-Click to Select a Shape", - "create.terrainzapper.usingBlock": "UNLOCALIZED: Using: %1$s", - "create.terrainzapper.leftClickToSet": "UNLOCALIZED: Left-Click a Block to set Material", - - "create.minecart_coupling.two_couplings_max": "UNLOCALIZED: Minecarts cannot have more than two couplings each", - "create.minecart_coupling.unloaded": "UNLOCALIZED: Parts of your train seem to be in unloaded chunks", - "create.minecart_coupling.no_loops": "UNLOCALIZED: Couplings cannot form a loop", - "create.minecart_coupling.removed": "UNLOCALIZED: Removed all couplings from minecart", - "create.minecart_coupling.too_far": "UNLOCALIZED: Minecarts are too far apart", - - "create.contraptions.movement_mode": "UNLOCALIZED: Movement Mode", - "create.contraptions.movement_mode.move_place": "UNLOCALIZED: Always Place when Stopped", - "create.contraptions.movement_mode.move_place_returned": "UNLOCALIZED: Place only in Starting Position", - "create.contraptions.movement_mode.move_never_place": "UNLOCALIZED: Place only when Anchor Destroyed", - "create.contraptions.movement_mode.rotate_place": "UNLOCALIZED: Always Place when Stopped", - "create.contraptions.movement_mode.rotate_place_returned": "UNLOCALIZED: Only Place near Initial Angle", - "create.contraptions.movement_mode.rotate_never_place": "UNLOCALIZED: Only Place when Anchor Destroyed", - "create.contraptions.cart_movement_mode": "UNLOCALIZED: Cart Movement Mode", - "create.contraptions.cart_movement_mode.rotate": "UNLOCALIZED: Always face toward motion", - "create.contraptions.cart_movement_mode.rotate_paused": "UNLOCALIZED: Pause actors while rotating", - "create.contraptions.cart_movement_mode.rotation_locked": "UNLOCALIZED: Lock rotation", - "create.contraptions.windmill.rotation_direction": "UNLOCALIZED: Rotation Direction", - "create.contraptions.clockwork.clock_hands": "UNLOCALIZED: Clock Hands", - "create.contraptions.clockwork.hour_first": "UNLOCALIZED: Hour hand first", - "create.contraptions.clockwork.minute_first": "UNLOCALIZED: Minute hand first", - "create.contraptions.clockwork.hour_first_24": "UNLOCALIZED: 24-Hour hand first", - - "create.logistics.filter": "UNLOCALIZED: Filter", - "create.logistics.recipe_filter": "UNLOCALIZED: Recipe Filter", - "create.logistics.fluid_filter": "UNLOCALIZED: Fluid Filter", - "create.logistics.firstFrequency": "UNLOCALIZED: Freq. #1", - "create.logistics.secondFrequency": "UNLOCALIZED: Freq. #2", - "create.logistics.filter.apply": "UNLOCALIZED: Applied filter to %1$s.", - "create.logistics.filter.apply_click_again": "UNLOCALIZED: Applied filter to %1$s, click again to copy the amount.", - "create.logistics.filter.apply_count": "UNLOCALIZED: Applied extraction count to filter.", - - "create.gui.goggles.generator_stats": "UNLOCALIZED: Generator Stats:", - "create.gui.goggles.kinetic_stats": "UNLOCALIZED: Kinetic Stats:", - "create.gui.goggles.at_current_speed": "UNLOCALIZED: at current speed", - "create.gui.goggles.pole_length": "UNLOCALIZED: Pole Length:", - "create.gui.goggles.fluid_container": "UNLOCALIZED: Fluid Container Info:", - "create.gui.goggles.fluid_container.capacity": "Capaciteit: ", - "create.gui.assembly.exception": "UNLOCALIZED: This Contraption was unable to assemble:", - "create.gui.assembly.exception.unmovableBlock": "UNLOCALIZED: Unmovable Block (%4$s) at [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "UNLOCALIZED: The Block at [%1$s,%2$s,%3$s] was not in a loaded chunk", - "create.gui.assembly.exception.structureTooLarge": "UNLOCALIZED: There are too many Blocks included in the contraption.\nThe configured maximum is: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "UNLOCALIZED: There are too many extension Poles attached to this Piston.\nThe configured maximum is: %1$s", - "create.gui.assembly.exception.noPistonPoles": "UNLOCALIZED: The Piston is missing some extension Poles", - "create.gui.assembly.exception.not_enough_sails": "UNLOCALIZED: Attached structure does not include enough sail-like blocks: %1$s\nA minimum of %2$s are required", - "create.gui.gauge.info_header": "UNLOCALIZED: Gauge Information:", - "create.gui.speedometer.title": "UNLOCALIZED: Rotation Speed", - "create.gui.stressometer.title": "UNLOCALIZED: Network Stress", - "create.gui.stressometer.capacity": "UNLOCALIZED: Remaining Capacity", - "create.gui.stressometer.overstressed": "UNLOCALIZED: Overstressed", - "create.gui.stressometer.no_rotation": "UNLOCALIZED: No Rotation", - "create.gui.contraptions.not_fast_enough": "UNLOCALIZED: It appears that this %1$s is _not_ rotating with _enough_ _speed_.", - "create.gui.contraptions.network_overstressed": "Het blijkt dat deze constructie _overstressed_ is. Voeg meer bronnen toe of _slow_ _down_ de onderdelen met een hoge _stress_ _impact_.", - "create.gui.adjustable_crate.title": "Verstelbare Krat", - "create.gui.adjustable_crate.storageSpace": "Opslagruimte", - "create.gui.stockpile_switch.title": "Voorraad Schakelaar", - "create.gui.stockpile_switch.invert_signal": "UNLOCALIZED: Invert Signal", - "create.gui.stockpile_switch.move_to_lower_at": "UNLOCALIZED: Move to lower lane at %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "UNLOCALIZED: Move to upper lane at %1$s%%", - "create.gui.sequenced_gearshift.title": "UNLOCALIZED: Sequenced Gearshift", - "create.gui.sequenced_gearshift.instruction": "UNLOCALIZED: Instruction", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "UNLOCALIZED: Turn by angle", - "create.gui.sequenced_gearshift.instruction.turn_angle": "UNLOCALIZED: Turn", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "UNLOCALIZED: Angle", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "UNLOCALIZED: Turn to move Piston/Pulley/Gantry", - "create.gui.sequenced_gearshift.instruction.turn_distance": "UNLOCALIZED: Piston", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Afstand", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "UNLOCALIZED: Timed Delay", - "create.gui.sequenced_gearshift.instruction.delay": "Vertraging", - "create.gui.sequenced_gearshift.instruction.delay.duration": "Duur", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "Einde", - "create.gui.sequenced_gearshift.instruction.end": "Einde", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "UNLOCALIZED: Await new Redstone Pulse", - "create.gui.sequenced_gearshift.instruction.await": "UNLOCALIZED: Await", - "create.gui.sequenced_gearshift.speed": "UNLOCALIZED: Speed, Direction", - "create.gui.sequenced_gearshift.speed.forward": "UNLOCALIZED: Input speed, Forwards", - "create.gui.sequenced_gearshift.speed.forward_fast": "UNLOCALIZED: Double speed, Forwards", - "create.gui.sequenced_gearshift.speed.back": "UNLOCALIZED: Input speed, Reversed", - "create.gui.sequenced_gearshift.speed.back_fast": "UNLOCALIZED: Double speed, Reversed", - - "create.schematicAndQuill.dimensions": "Bouwtekening Grootte: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "Eerste positie ingesteld.", - "create.schematicAndQuill.secondPos": "Tweede positie ingesteld.", - "create.schematicAndQuill.noTarget": "Houd [Ctrl] ingedrukt om een Lucht block te kiezen.", - "create.schematicAndQuill.abort": "Keuze verwijderd.", - "create.schematicAndQuill.title": "UNLOCALIZED: Schematic Name:", - "create.schematicAndQuill.convert": "UNLOCALIZED: Save and Upload Immediately", - "create.schematicAndQuill.fallbackName": "Mijn Bouwtekening", - "create.schematicAndQuill.saved": "Opgeslagen als %1$s", - - "create.schematic.invalid": "[!] Ongeldig object - Gebruik inplaats hiervan de Bouwtekening Tafel", - "create.schematic.position": "Positie", - "create.schematic.rotation": "Rotatie", - "create.schematic.rotation.none": "Geen", - "create.schematic.rotation.cw90": "Met de klok mee 90", - "create.schematic.rotation.cw180": "Met de klok mee 180", - "create.schematic.rotation.cw270": "Met de klok mee 270", - "create.schematic.mirror": "Spiegel", - "create.schematic.mirror.none": "Geen", - "create.schematic.mirror.frontBack": "Voor naar achter", - "create.schematic.mirror.leftRight": "Links naar rechts", - "create.schematic.tool.deploy": "Inzetten", - "create.schematic.tool.move": "Verplaats XZ", - "create.schematic.tool.movey": "Verplaats Y", - "create.schematic.tool.rotate": "Draai", - "create.schematic.tool.print": "UNLOCALIZED: Print", - "create.schematic.tool.flip": "Omdraaien", - "create.schematic.tool.deploy.description.0": "Verplaatst de structuur naar een locatie.", - "create.schematic.tool.deploy.description.1": "Klik met rechts op de grond om te plaatsen.", - "create.schematic.tool.deploy.description.2": "Houd [Ctrl] ingedrukt om op een afstand te selecteren.", - "create.schematic.tool.deploy.description.3": "[Ctrl]-Scroll om de afstand te veranderen.", - "create.schematic.tool.move.description.0": "Verschuift de Bouwtekening Horizontaal", - "create.schematic.tool.move.description.1": "Wijs naar de Bouwtekening en [CTRL]-Scroll om hem te duwen.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "Verschuift de Bouwtekening Verticaal", - "create.schematic.tool.movey.description.1": "[CTRL]-Scroll om het omhoog/omlaag te bewegen", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "Draait de Bouwtekening om zijn midden..", - "create.schematic.tool.rotate.description.1": "[CTRL]-Scroll om te draaien met 90 graden", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "Plaats onmiddelijk de structuur in de wereld.", - "create.schematic.tool.print.description.1": "Klik met rechts om het plaatsen in de wereld te bevestigen.", - "create.schematic.tool.print.description.2": "Deze tool is alleen voor de creatieve modus.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "Hiermee draait u de Bouwtekening langs het gezicht dat u selecteert.", - "create.schematic.tool.flip.description.1": "Wijs naar de Bouwtekening en [CTRL]-Scroll om hem om te draaien.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "Synchroniseren...", - "create.schematics.uploadTooLarge": "Jouw Bouwtekening is te groot!", - "create.schematics.maxAllowedSize": "De maximum toegestane grote van een Bouwtekings bestand is:", - - "create.gui.schematicTable.refresh": "UNLOCALIZED: Refresh Files", - "create.gui.schematicTable.open_folder": "UNLOCALIZED: Open Folder", - "create.gui.schematicTable.title": "Bouwtekening Tafel", - "create.gui.schematicTable.availableSchematics": "Beschikbare Bouwtekeningen", - "create.gui.schematicTable.noSchematics": "Geen Bouwtekeningen opgeslagen", - "create.gui.schematicTable.uploading": "Uploaden...", - "create.gui.schematicTable.finished": "Upload Klaar!", - "create.gui.schematicannon.title": "Bouwtekeningkannon", - "create.gui.schematicannon.listPrinter": "Materiaal lijst Printer", - "create.gui.schematicannon.gunpowderLevel": "Buskruit op %1$s%%", - "create.gui.schematicannon.shotsRemaining": "Schoten over: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "Met backup: %1$s", - "create.gui.schematicannon.optionEnabled": "Momenteel Ingeschakeld", - "create.gui.schematicannon.optionDisabled": "Momenteel Uitgeschakeld", - "create.gui.schematicannon.showOptions": "UNLOCALIZED: Show Printer Settings", - "create.gui.schematicannon.option.dontReplaceSolid": "Niet vaste blokken vervangen", - "create.gui.schematicannon.option.replaceWithSolid": "Vervang vast met vast", - "create.gui.schematicannon.option.replaceWithAny": "Vervang vast met alles", - "create.gui.schematicannon.option.replaceWithEmpty": "Vervang vast met leeg", - "create.gui.schematicannon.option.skipMissing": "Sla missende blokken over", - "create.gui.schematicannon.option.skipTileEntities": "Bescherm Tile Entities", - "create.gui.schematicannon.slot.gunpowder": "UNLOCALIZED: Add gunpowder to fuel the cannon", - "create.gui.schematicannon.slot.listPrinter": "UNLOCALIZED: Place books here to print a Checklist for your Schematic", - "create.gui.schematicannon.slot.schematic": "UNLOCALIZED: Add your Schematic here. Make sure it is deployed at a specific location.", - "create.gui.schematicannon.option.skipMissing.description": "Als het Bouwtekeningkannon niet een geschikt blok kan vinden om te plaatsen gaat hij door naar de volgende positie.", - "create.gui.schematicannon.option.skipTileEntities.description": "Het Bouwtekeningkannon probeert blokken met data zoals kisten te vermijden", - "create.gui.schematicannon.option.dontReplaceSolid.description": "Het Bouwtekeningkannon zal nooit vaste blokken in zijn gebied vervangen, alleen niet-vaste blokken en lucht", - "create.gui.schematicannon.option.replaceWithSolid.description": "Het Bouwtekeningkannon zal alleen vaste blokken in zijn gebied veranderen als de bouwtekening een vast blok bevat op zijn positie.", - "create.gui.schematicannon.option.replaceWithAny.description": "Het Bouwtekeningkannon zal vaste blokken in zijn gebied vervangen als de bouwtekening een blok op bevat op zijn positie.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "Het Bouwtekeningkannon zal alle blokken in zijn gebied vervangen, inclusief blokken vervangen door lucht.", - - "create.schematicannon.status.idle": "Inactief", - "create.schematicannon.status.ready": "Gereed", - "create.schematicannon.status.running": "Lopend", - "create.schematicannon.status.finished": "Klaar", - "create.schematicannon.status.paused": "Gepauzeerd", - "create.schematicannon.status.stopped": "Gestopt", - "create.schematicannon.status.noGunpowder": "Buskruit op", - "create.schematicannon.status.targetNotLoaded": "Blok is niet geladen", - "create.schematicannon.status.targetOutsideRange": "Doelwit is te ver weg", - "create.schematicannon.status.searching": "Aan het zoeken", - "create.schematicannon.status.skipping": "Aan het overslaan", - "create.schematicannon.status.missingBlock": "Missende Blok:", - "create.schematicannon.status.placing": "Aan het plaatsen", - "create.schematicannon.status.clearing": "Blokken aan het verwijderen", - "create.schematicannon.status.schematicInvalid": "Bouwtekening is ongeschikt", - "create.schematicannon.status.schematicNotPlaced": "Bouwtekening niet geplaatst", - "create.schematicannon.status.schematicExpired": "Bouwtekening verlopen", - - "create.materialChecklist": "UNLOCALIZED: Material Checklist", - "create.materialChecklist.blocksNotLoaded": "UNLOCALIZED: * Disclaimer *\n\nMaterial List may be inaccurate due to relevant chunks not being loaded.", - - "create.gui.filter.deny_list": "UNLOCALIZED: Deny-List", - "create.gui.filter.deny_list.description": "UNLOCALIZED: Items pass if they do NOT match any of the above. An empty Deny-List accepts everything.", - "create.gui.filter.allow_list": "UNLOCALIZED: Allow-List", - "create.gui.filter.allow_list.description": "UNLOCALIZED: Items pass if they match any of the above. An empty Allow-List rejects everything.", - "create.gui.filter.respect_data": "UNLOCALIZED: Respect Data", - "create.gui.filter.respect_data.description": "UNLOCALIZED: Items only match if their durability, enchantments, and other attributes match as well.", - "create.gui.filter.ignore_data": "UNLOCALIZED: Ignore Data", - "create.gui.filter.ignore_data.description": "UNLOCALIZED: Items match regardless of their attributes.", - - "create.item_attributes.placeable": "UNLOCALIZED: is placeable", - "create.item_attributes.placeable.inverted": "UNLOCALIZED: is not placeable", - "create.item_attributes.consumable": "UNLOCALIZED: can be eaten", - "create.item_attributes.consumable.inverted": "UNLOCALIZED: cannot be eaten", - "create.item_attributes.fluid_container": "UNLOCALIZED: can store fluids", - "create.item_attributes.fluid_container.inverted": "UNLOCALIZED: cannot store fluids", - "create.item_attributes.enchanted": "UNLOCALIZED: is enchanted", - "create.item_attributes.enchanted.inverted": "UNLOCALIZED: is unenchanted", - "create.item_attributes.max_enchanted": "UNLOCALIZED: is enchanted at max level", - "create.item_attributes.max_enchanted.inverted": "UNLOCALIZED: is not enchanted at max level", - "create.item_attributes.renamed": "UNLOCALIZED: has a custom name", - "create.item_attributes.renamed.inverted": "UNLOCALIZED: does not have a custom name", - "create.item_attributes.damaged": "UNLOCALIZED: is damaged", - "create.item_attributes.damaged.inverted": "UNLOCALIZED: is not damaged", - "create.item_attributes.badly_damaged": "UNLOCALIZED: is heavily damaged", - "create.item_attributes.badly_damaged.inverted": "UNLOCALIZED: is not heavily damaged", - "create.item_attributes.not_stackable": "UNLOCALIZED: cannot stack", - "create.item_attributes.not_stackable.inverted": "UNLOCALIZED: can be stacked", - "create.item_attributes.equipable": "UNLOCALIZED: can be equipped", - "create.item_attributes.equipable.inverted": "UNLOCALIZED: cannot be equipped", - "create.item_attributes.furnace_fuel": "UNLOCALIZED: is furnace fuel", - "create.item_attributes.furnace_fuel.inverted": "UNLOCALIZED: is not furnace fuel", - "create.item_attributes.washable": "UNLOCALIZED: can be Washed", - "create.item_attributes.washable.inverted": "UNLOCALIZED: cannot be Washed", - "create.item_attributes.hauntable": "UNLOCALIZED: can be Haunted", - "create.item_attributes.hauntable.inverted": "UNLOCALIZED: cannot be Haunted", - "create.item_attributes.crushable": "kan Verbrijzeld worden", - "create.item_attributes.crushable.inverted": "kan niet Verbrijzeld worden", - "create.item_attributes.smeltable": "UNLOCALIZED: can be Smelted", - "create.item_attributes.smeltable.inverted": "UNLOCALIZED: cannot be Smelted", - "create.item_attributes.smokable": "UNLOCALIZED: can be Smoked", - "create.item_attributes.smokable.inverted": "UNLOCALIZED: cannot be Smoked", - "create.item_attributes.blastable": "UNLOCALIZED: can be Smelted in a Blast Furnace", - "create.item_attributes.blastable.inverted": "UNLOCALIZED: cannot be Smelted in a Blast Furnace", - "create.item_attributes.compostable": "UNLOCALIZED: can be composted", - "create.item_attributes.compostable.inverted": "UNLOCALIZED: cannot be composted", - "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.in_tag": "UNLOCALIZED: is tagged %1$s", - "create.item_attributes.in_tag.inverted": "UNLOCALIZED: is not tagged %1$s", - "create.item_attributes.in_item_group": "UNLOCALIZED: is in group '%1$s'", - "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.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", - "create.item_attributes.color.inverted": "UNLOCALIZED: is not dyed %1$s", - "create.item_attributes.has_fluid": "UNLOCALIZED: contains %1$s", - "create.item_attributes.has_fluid.inverted": "UNLOCALIZED: does not contain %1$s", - "create.item_attributes.has_name": "UNLOCALIZED: has the custom name %1$s", - "create.item_attributes.has_name.inverted": "UNLOCALIZED: does not have the custom name %1$s", - "create.item_attributes.book_author": "UNLOCALIZED: was authored by %1$s", - "create.item_attributes.book_author.inverted": "UNLOCALIZED: was not authored by %1$s", - "create.item_attributes.book_copy_original": "UNLOCALIZED: is an original", - "create.item_attributes.book_copy_original.inverted": "UNLOCALIZED: is not an original", - "create.item_attributes.book_copy_first": "UNLOCALIZED: is a first-generation copy", - "create.item_attributes.book_copy_first.inverted": "UNLOCALIZED: is not a first-generation copy", - "create.item_attributes.book_copy_second": "UNLOCALIZED: is a second-generation copy", - "create.item_attributes.book_copy_second.inverted": "UNLOCALIZED: is not a second-generation copy", - "create.item_attributes.book_copy_tattered": "UNLOCALIZED: is a tattered mess", - "create.item_attributes.book_copy_tattered.inverted": "UNLOCALIZED: is not a tattered mess", - "create.item_attributes.astralsorcery_amulet": "UNLOCALIZED: improves %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "UNLOCALIZED: does not improve %1$s", - "create.item_attributes.astralsorcery_constellation": "UNLOCALIZED: is attuned to %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "UNLOCALIZED: is not attuned to %1$s", - "create.item_attributes.astralsorcery_crystal": "UNLOCALIZED: has crystal attribute %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "UNLOCALIZED: does not have crystal attribute %1$s", - "create.item_attributes.astralsorcery_perk_gem": "UNLOCALIZED: has perk attribute %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "UNLOCALIZED: does not have perk attribute %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "UNLOCALIZED: No attributes selected", - "create.gui.attribute_filter.selected_attributes": "UNLOCALIZED: Selected attributes:", - "create.gui.attribute_filter.add_attribute": "UNLOCALIZED: Add attribute to List", - "create.gui.attribute_filter.add_inverted_attribute": "UNLOCALIZED: Add opposite attribute to List", - "create.gui.attribute_filter.allow_list_disjunctive": "UNLOCALIZED: Allow-List (Any)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "UNLOCALIZED: Items pass if they have any of the selected attributes.", - "create.gui.attribute_filter.allow_list_conjunctive": "UNLOCALIZED: Allow-List (All)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "UNLOCALIZED: Items pass only if they have ALL of the selected attributes.", - "create.gui.attribute_filter.deny_list": "UNLOCALIZED: Deny-List", - "create.gui.attribute_filter.deny_list.description": "UNLOCALIZED: Items pass if they do NOT have any of the selected attributes.", - "create.gui.attribute_filter.add_reference_item": "UNLOCALIZED: Add Reference Item", - - "create.tooltip.holdForDescription": "UNLOCALIZED: Hold [%1$s] for Summary", - "create.tooltip.holdForControls": "UNLOCALIZED: Hold [%1$s] for Controls", - "create.tooltip.keyShift": "UNLOCALIZED: Shift", - "create.tooltip.keyCtrl": "UNLOCALIZED: Ctrl", - "create.tooltip.speedRequirement": "Snelheid eis: %1$s", - "create.tooltip.speedRequirement.none": "Geen", - "create.tooltip.speedRequirement.slow": "UNLOCALIZED: Slow", - "create.tooltip.speedRequirement.medium": "Gemiddeld", - "create.tooltip.speedRequirement.fast": "Snel", - "create.tooltip.stressImpact": "Stress Impact: %1$s", - "create.tooltip.stressImpact.low": "Laag", - "create.tooltip.stressImpact.medium": "Gemiddeld", - "create.tooltip.stressImpact.high": "Hoog", - "create.tooltip.stressImpact.overstressed": "UNLOCALIZED: Overstressed", - "create.tooltip.up_to": "UNLOCALIZED: Up to %1$s", - "create.tooltip.capacityProvided": "Stress Capacity: %1$s", - "create.tooltip.capacityProvided.low": "Klein", - "create.tooltip.capacityProvided.medium": "Gemiddeld", - "create.tooltip.capacityProvided.high": "Groot", - "create.tooltip.generationSpeed": "UNLOCALIZED: Generates at %1$s %2$s", - "create.tooltip.analogStrength": "UNLOCALIZED: Analog Strength: %1$s/15", - - "create.mechanical_arm.extract_from": "UNLOCALIZED: Take items from %1$s", - "create.mechanical_arm.deposit_to": "UNLOCALIZED: Deposit items to %1$s", - "create.mechanical_arm.summary": "UNLOCALIZED: Mechanical Arm has %1$s input(s) and %2$s output(s).", - "create.mechanical_arm.points_outside_range": "UNLOCALIZED: %1$s selected interaction point(s) removed due to range limitations.", - - "create.weighted_ejector.target_set": "UNLOCALIZED: Target Selected", - "create.weighted_ejector.target_not_valid": "UNLOCALIZED: Ejecting to Adjacent block (Target was not Valid)", - "create.weighted_ejector.no_target": "UNLOCALIZED: Ejecting to Adjacent block (No Target was Selected)", - "create.weighted_ejector.targeting": "UNLOCALIZED: Ejecting to [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "UNLOCALIZED: Ejected Stack Size", - - "create.logistics.when_multiple_outputs_available": "UNLOCALIZED: When Multiple Outputs Available", - - "create.mechanical_arm.selection_mode.round_robin": "UNLOCALIZED: Round Robin", - "create.mechanical_arm.selection_mode.forced_round_robin": "UNLOCALIZED: Forced Round Robin", - "create.mechanical_arm.selection_mode.prefer_first": "UNLOCALIZED: Prefer First Target", - - "create.tunnel.selection_mode.split": "UNLOCALIZED: Split", - "create.tunnel.selection_mode.forced_split": "UNLOCALIZED: Forced Split", - "create.tunnel.selection_mode.round_robin": "UNLOCALIZED: Round Robin", - "create.tunnel.selection_mode.forced_round_robin": "UNLOCALIZED: Forced Round Robin", - "create.tunnel.selection_mode.prefer_nearest": "UNLOCALIZED: Prefer Nearest", - "create.tunnel.selection_mode.randomize": "UNLOCALIZED: Randomize", - "create.tunnel.selection_mode.synchronize": "UNLOCALIZED: Synchronize Inputs", - - "create.tooltip.chute.header": "Stortkoker informatie", - "create.tooltip.chute.items_move_down": "UNLOCALIZED: Items move Downward", - "create.tooltip.chute.items_move_up": "UNLOCALIZED: Items move Upward", - "create.tooltip.chute.no_fans_attached": "UNLOCALIZED: No attached fans", - "create.tooltip.chute.fans_push_up": "UNLOCALIZED: Fans push from Below", - "create.tooltip.chute.fans_push_down": "UNLOCALIZED: Fans push from Above", - "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.deployer.header": "Uitvoerder informatie", - "create.tooltip.deployer.using": "UNLOCALIZED: Mode: Use", - "create.tooltip.deployer.punching": "UNLOCALIZED: Mode: Attack", - "create.tooltip.deployer.contains": "UNLOCALIZED: Item: %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", - "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.crafting_blueprint.crafting_slot": "UNLOCALIZED: Ingredient 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.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", - "create.hint.mechanical_arm_no_targets": "UNLOCALIZED: It appears this _Mechanical_ _Arm_ has not been assigned any _targets._ Select belts, depots, funnels and other blocks by _right-clicking_ them while _holding_ the _Mechanical_ _Arm_ in your _hand_.", - "create.hint.empty_bearing.title": "UNLOCALIZED: Update Bearing", - "create.hint.empty_bearing": "UNLOCALIZED: _Right-click_ the bearing with an _empty_ _hand_ to _attach_ the structure you just built in front of it.", - "create.hint.full_deployer.title": "Uitvoerder voorwerp overstroming", - "create.hint.full_deployer": "UNLOCALIZED: It appears this _Deployer_ contains _excess_ _items_ that need to be _extracted._ Use a _hopper,_ _funnel_ or other means to free it from its overflow.", - - "create.backtank.low": "Rugtank druk laag", - "create.backtank.depleted": "Rugtank druk uitgeput", - - "create.hint.derailed_train.title": "UNLOCALIZED: Derailed Train", - "create.hint.derailed_train": "UNLOCALIZED: It appears this _Train_ is no longer sitting on a connected track piece. _Right-Click_ using a _wrench_ in order to relocate it to a nearby track.", - - "create.boiler.status": "UNLOCALIZED: Boiler Status: %1$s", - "create.boiler.status_short": "UNLOCALIZED: Boiler: %1$s", - "create.boiler.passive": "UNLOCALIZED: Passive", - "create.boiler.idle": "UNLOCALIZED: Idle", - "create.boiler.lvl": "UNLOCALIZED: Lvl %1$s", - "create.boiler.max_lvl": "UNLOCALIZED: Max", - "create.boiler.size": "UNLOCALIZED: Size", - "create.boiler.size_dots": "UNLOCALIZED: ....... ", - "create.boiler.water": "UNLOCALIZED: Water", - "create.boiler.water_dots": "UNLOCALIZED: ... ", - "create.boiler.heat": "UNLOCALIZED: Heat", - "create.boiler.heat_dots": "UNLOCALIZED: ...... ", - "create.boiler.via_one_engine": "UNLOCALIZED: via 1 engine", - "create.boiler.via_engines": "UNLOCALIZED: via %1$s engines", - - "create.gui.schedule.lmb_edit": "UNLOCALIZED: Left-Click to Edit", - "create.gui.schedule.rmb_remove": "UNLOCALIZED: Right-Click to Remove", - "create.gui.schedule.duplicate": "UNLOCALIZED: Duplicate", - "create.gui.schedule.remove_entry": "UNLOCALIZED: Remove Action", - "create.gui.schedule.add_entry": "UNLOCALIZED: Add Action", - "create.gui.schedule.move_up": "UNLOCALIZED: Move up", - "create.gui.schedule.move_down": "UNLOCALIZED: Move down", - "create.gui.schedule.add_condition": "UNLOCALIZED: Add Condition", - "create.gui.schedule.alternative_condition": "UNLOCALIZED: Alternative Condition", - - "create.schedule.instruction_type": "UNLOCALIZED: Next Action:", - "create.schedule.instruction.editor": "UNLOCALIZED: Instruction Editor", - "create.schedule.instruction.destination": "UNLOCALIZED: Travel to Station", - "create.schedule.instruction.destination.summary": "UNLOCALIZED: Next Stop:", - "create.schedule.instruction.filter_edit_box": "UNLOCALIZED: Station Name", - "create.schedule.instruction.filter_edit_box_1": "UNLOCALIZED: Use * as a text wildcard", - "create.schedule.instruction.filter_edit_box_2": "UNLOCALIZED: Example: 'My Station, Platform *'", - "create.schedule.instruction.filter_edit_box_3": "UNLOCALIZED: Train picks nearest unoccupied match", - "create.schedule.instruction.rename": "UNLOCALIZED: Update Schedule Title", - "create.schedule.instruction.rename.summary": "UNLOCALIZED: New Title:", - "create.schedule.instruction.name_edit_box": "UNLOCALIZED: Schedule Title", - "create.schedule.instruction.name_edit_box_1": "UNLOCALIZED: Affects text shown on displays", - "create.schedule.instruction.name_edit_box_2": "UNLOCALIZED: Defaults to next destination's name", - "create.schedule.instruction.throttle": "UNLOCALIZED: Limit Max Speed", - "create.schedule.instruction.throttle.summary": "UNLOCALIZED: Change Max Speed to %1$s", - "create.schedule.instruction.throttle_edit_box": "UNLOCALIZED: Throttle", - "create.schedule.instruction.throttle_edit_box_1": "UNLOCALIZED: Affects the top speed of the Train", - "create.schedule.condition_type": "UNLOCALIZED: Continue if/after:", - "create.schedule.condition.editor": "UNLOCALIZED: Condition Editor", - "create.schedule.condition.delay": "UNLOCALIZED: Scheduled Delay", - "create.schedule.condition.delay_short": "UNLOCALIZED: Wait: %1$s", - "create.schedule.condition.delay.status": "UNLOCALIZED: Departs in %1$s", - "create.schedule.condition.idle": "UNLOCALIZED: Cargo Inactivity", - "create.schedule.condition.idle_short": "UNLOCALIZED: Cargo Idle: %1$s", - "create.schedule.condition.idle.status": "UNLOCALIZED: Cargo Idle for %1$s", - "create.schedule.condition.for_x_time": "UNLOCALIZED: for %1$s", - "create.schedule.condition.unloaded": "UNLOCALIZED: Chunk Unloaded", - "create.schedule.condition.unloaded.status": "UNLOCALIZED: Waiting for chunk unload", - "create.schedule.condition.powered": "UNLOCALIZED: Station Powered", - "create.schedule.condition.powered.status": "UNLOCALIZED: Waiting for redstone", - "create.schedule.condition.time_of_day": "UNLOCALIZED: Time of Day", - "create.schedule.condition.time_of_day.scheduled": "UNLOCALIZED: Scheduled Time: %1$s", - "create.schedule.condition.time_of_day.digital_format": "UNLOCALIZED: %1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "UNLOCALIZED: Rotation", - "create.schedule.condition.time_of_day.rotation.every_24": "UNLOCALIZED: Every Day", - "create.schedule.condition.time_of_day.rotation.every_12": "UNLOCALIZED: Every 12:00", - "create.schedule.condition.time_of_day.rotation.every_6": "UNLOCALIZED: Every 6:00", - "create.schedule.condition.time_of_day.rotation.every_4": "UNLOCALIZED: Every 4:00", - "create.schedule.condition.time_of_day.rotation.every_3": "UNLOCALIZED: Every 3:00", - "create.schedule.condition.time_of_day.rotation.every_2": "UNLOCALIZED: Every 2:00", - "create.schedule.condition.time_of_day.rotation.every_1": "UNLOCALIZED: Every 1:00", - "create.schedule.condition.time_of_day.rotation.every_0_45": "UNLOCALIZED: Every 0:45", - "create.schedule.condition.time_of_day.rotation.every_0_30": "UNLOCALIZED: Every 0:30", - "create.schedule.condition.time_of_day.rotation.every_0_15": "UNLOCALIZED: Every 0:15", - "create.schedule.condition.time_of_day.status": "UNLOCALIZED: Departs at ", - "create.schedule.condition.threshold.train_holds": "UNLOCALIZED: Train holds %1$s", - "create.schedule.condition.threshold.greater": "UNLOCALIZED: more than", - "create.schedule.condition.threshold.less": "UNLOCALIZED: less than", - "create.schedule.condition.threshold.equal": "UNLOCALIZED: exactly", - "create.schedule.condition.threshold.x_units_of_item": "UNLOCALIZED: %1$s %2$s of %3$s", - "create.schedule.condition.threshold.matching_content": "UNLOCALIZED: Matching Content", - "create.schedule.condition.threshold.anything": "UNLOCALIZED: Anything", - "create.schedule.condition.threshold.item_measure": "UNLOCALIZED: Item Measure", - "create.schedule.condition.threshold.items": "UNLOCALIZED: Items", - "create.schedule.condition.threshold.stacks": "UNLOCALIZED: Stacks", - "create.schedule.condition.threshold.buckets": "UNLOCALIZED: Buckets", - "create.schedule.condition.threshold.status": "UNLOCALIZED: Cargo: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "UNLOCALIZED: Reference Item", - "create.schedule.condition.threshold.place_item_2": "UNLOCALIZED: Filters can be used", - "create.schedule.condition.threshold.place_item_3": "UNLOCALIZED: Leave empty to match any", - "create.schedule.condition.fluid_threshold": "UNLOCALIZED: Fluid Cargo Condition", - "create.schedule.condition.item_threshold": "UNLOCALIZED: Item Cargo Condition", - "create.schedule.condition.redstone_link": "Redstone koppeling", - "create.schedule.condition.redstone_link.status": "Wachtende op redstone koppeling", - "create.schedule.condition.redstone_link_on": "Koppeling aan", - "create.schedule.condition.redstone_link_off": "Koppeling uit", - "create.schedule.condition.redstone_link.powered": "UNLOCALIZED: Powered", - "create.schedule.condition.redstone_link.unpowered": "UNLOCALIZED: Not powered", - "create.schedule.condition.redstone_link.frequency_state": "UNLOCALIZED: Frequency state:", - "create.schedule.condition.redstone_link.frequency_powered": "UNLOCALIZED: Frequency powered:", - "create.schedule.condition.redstone_link.frequency_unpowered": "UNLOCALIZED: Frequency not powered:", - "create.schedule.condition.player_count": "UNLOCALIZED: Players Seated", - "create.schedule.condition.player_count.summary": "UNLOCALIZED: %1$s Player", - "create.schedule.condition.player_count.summary_plural": "UNLOCALIZED: %1$s Players", - "create.schedule.condition.player_count.seated": "UNLOCALIZED: %1$s seated", - "create.schedule.condition.player_count.players": "UNLOCALIZED: Players", - "create.schedule.condition.player_count.condition": "UNLOCALIZED: Conditional", - "create.schedule.condition.player_count.exactly": "UNLOCALIZED: Exactly", - "create.schedule.condition.player_count.or_above": "UNLOCALIZED: Or above", - "create.schedule.condition.player_count.status": "UNLOCALIZED: Passengers: %1$s/%2$s", - "create.schedule.loop": "UNLOCALIZED: Loop Forever", - "create.schedule.loop1": "UNLOCALIZED: Schedule starts over", - "create.schedule.loop2": "UNLOCALIZED: when completed", - "create.schedule.reset": "UNLOCALIZED: Reset Progress", - "create.schedule.skip": "UNLOCALIZED: Skip current Stop", - "create.schedule.applied_to_train": "UNLOCALIZED: Train is now following this Schedule", - "create.schedule.non_controlling_seat": "UNLOCALIZED: Conductor needs to sit in front of a Controls block", - "create.schedule.remove_with_empty_hand": "UNLOCALIZED: Remove current Schedule with an Empty Hand", - "create.schedule.auto_removed_from_train": "UNLOCALIZED: Auto-Schedule discarded", - "create.schedule.removed_from_train": "UNLOCALIZED: Schedule retrieved from Train", - "create.schedule.no_stops": "UNLOCALIZED: This Schedule does not have any Stops yet", - "create.schedule.continued": "UNLOCALIZED: Schedule resumed", - - "create.track.selection_cleared": "UNLOCALIZED: Selection Cleared", - "create.track.valid_connection": "UNLOCALIZED: Can Connect ✔", - "create.track.second_point": "UNLOCALIZED: Place track or select a second point", - "create.track.too_far": "UNLOCALIZED: Too far away", - "create.track.original_missing": "UNLOCALIZED: Original block removed, Sneak-click to reset", - "create.track.perpendicular": "UNLOCALIZED: Cannot connect perpendicularly", - "create.track.ascending_s_curve": "UNLOCALIZED: Cannot create sloped S-Bends", - "create.track.too_sharp": "UNLOCALIZED: Turn too sharp", - "create.track.too_steep": "UNLOCALIZED: Slope too steep", - "create.track.slope_turn": "UNLOCALIZED: Cannot enter or leave slope on a turn", - "create.track.opposing_slopes": "UNLOCALIZED: Cannot connect opposing slopes", - "create.track.leave_slope_ascending": "UNLOCALIZED: Cannot leave this slope while ascending", - "create.track.leave_slope_descending": "UNLOCALIZED: Cannot leave this slope while descending", - "create.track.turn_90": "UNLOCALIZED: Can only turn up to 90 Degrees", - "create.track.junction_start": "UNLOCALIZED: Cannot start connection from a Junction", - "create.track.turn_start": "UNLOCALIZED: Cannot start connection from a Turn", - "create.track.not_enough_tracks": "UNLOCALIZED: Not holding enough tracks", - "create.track.not_enough_pavement": "UNLOCALIZED: Not holding enough pavement blocks", - - "create.portal_track.failed": "UNLOCALIZED: Cannot place portal track:", - "create.portal_track.missing": "UNLOCALIZED: Target portal not generated yet", - "create.portal_track.blocked": "UNLOCALIZED: Target location blocked (%1$s,%2$s,%3$s)", - - "create.station.idle": "UNLOCALIZED: Station is Idle", - "create.station.assembly_title": "UNLOCALIZED: Train Assembly", - "create.station.close": "UNLOCALIZED: Close Window", - "create.station.cancel": "UNLOCALIZED: Cancel Assembly", - "create.station.failed": "UNLOCALIZED: Assembly Failed", - "create.station.icon_type": "UNLOCALIZED: Icon Type", - "create.station.create_train": "UNLOCALIZED: Create new Train", - "create.station.assemble_train": "UNLOCALIZED: Assemble Train", - "create.station.disassemble_train": "UNLOCALIZED: Disassemble Train", - "create.station.remove_schedule": "UNLOCALIZED: Retrieve Schedule", - "create.station.remove_auto_schedule": "UNLOCALIZED: Discard Auto-Schedule", - "create.station.no_assembly_diagonal": "UNLOCALIZED: Cannot build trains", - "create.station.no_assembly_diagonal_1": "UNLOCALIZED: on diagonal tracks", - "create.station.no_assembly_curve": "UNLOCALIZED: Cannot build trains", - "create.station.no_assembly_curve_1": "UNLOCALIZED: on curved tracks", - "create.station.train_not_aligned": "UNLOCALIZED: Cannot disassemble,", - "create.station.train_not_aligned_1": "UNLOCALIZED: not all carriages aligned", - "create.station.carriage_number": "UNLOCALIZED: Carriage %1$s:", - "create.station.retry": "UNLOCALIZED: Resolve this and retry", - "create.station.no_bogeys": "UNLOCALIZED: No Bogeys", - "create.station.one_bogey": "UNLOCALIZED: 1 Bogey", - "create.station.more_bogeys": "UNLOCALIZED: %1$s Bogeys", - "create.station.how_to": "UNLOCALIZED: Use Train Casing on highlighted Tracks to create bogeys.", - "create.station.how_to_1": "UNLOCALIZED: Remove bogeys by breaking the block on top.", - "create.station.how_to_2": "UNLOCALIZED: Build carriages attached to one or two bogeys each.", - - "create.train_assembly.too_many_bogeys": "UNLOCALIZED: Too many Bogeys attached: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "UNLOCALIZED: Frontmost Bogey must be at Station Marker", - "create.train_assembly.no_bogeys": "UNLOCALIZED: No Bogeys Found", - "create.train_assembly.not_connected_in_order": "UNLOCALIZED: Bogeys are not connected in order", - "create.train_assembly.bogeys_too_close": "UNLOCALIZED: Bogeys %1$s and %2$s are too close to each other", - "create.train_assembly.single_bogey_carriage": "UNLOCALIZED: This Bogey type cannot support a carriage on its own", - "create.train_assembly.nothing_attached": "UNLOCALIZED: No structure attached to Bogey %1$s", - "create.train_assembly.no_controls": "UNLOCALIZED: At least one forward-facing controls block needs to be mounted on the train", - "create.train_assembly.sideways_controls": "UNLOCALIZED: A mounted controls block is facing sideways", - "create.train_assembly.bogey_created": "UNLOCALIZED: Bogey created. Click again to cycle type", - "create.train_assembly.requires_casing": "UNLOCALIZED: Use Railway Casing to create bogeys on tracks", - - "create.track_target.set": "UNLOCALIZED: Targeted track selected", - "create.track_target.success": "UNLOCALIZED: Successfully bound to targeted track", - "create.track_target.clear": "UNLOCALIZED: Cleared track selection", - "create.track_target.missing": "UNLOCALIZED: Right-click the targeted train track first", - "create.track_target.too_far": "UNLOCALIZED: Targeted track is too far from here", - "create.track_target.no_junctions": "UNLOCALIZED: Targeted track cannot be an intersection", - "create.track_target.occupied": "UNLOCALIZED: Targeted track is occupied", - "create.track_target.invalid": "UNLOCALIZED: Cannot target this track here", - - "create.train.unnamed": "UNLOCALIZED: Unnamed Train", - "create.train.cannot_relocate_moving": "UNLOCALIZED: Cannot relocate a moving Train", - "create.train.relocate": "UNLOCALIZED: Click a Track to Relocate %1$s to. Sneak-Click to abort", - "create.train.relocate.abort": "UNLOCALIZED: Relocation aborted", - "create.train.relocate.success": "UNLOCALIZED: Relocation successful", - "create.train.relocate.valid": "UNLOCALIZED: Can relocate to here, Click to Confirm", - "create.train.relocate.invalid": "UNLOCALIZED: Cannot relocate Train to here", - "create.train.relocate.too_far": "UNLOCALIZED: Cannot relocate Train this far away", - "create.train.departing_from": "UNLOCALIZED: Departing from %1$s", - "create.train.arrived_at": "UNLOCALIZED: Arrived at %1$s", - "create.train.status": "UNLOCALIZED: Information about Train: %1$s", - "create.train.status.back_on_track": "UNLOCALIZED: Train is back on Track", - "create.train.status.collision": "UNLOCALIZED: Collision with other Train", - "create.train.status.end_of_track": "UNLOCALIZED: A Carriage has reached the end of its Track", - "create.train.status.double_portal": "UNLOCALIZED: A Carriage cannot enter a portal whilst leaving another", - "create.train.status.coupling_stress": "UNLOCALIZED: Forced stop due to Stress on Couplings", - "create.train.status.track_missing": "UNLOCALIZED: Tracks are missing beneath the Train", - "create.train.status.paused_for_manual": "UNLOCALIZED: Schedule paused for manual controls", - "create.train.status.opposite_driver": "UNLOCALIZED: Path requires a driver facing the opposite direction", - "create.train.status.missing_driver": "UNLOCALIZED: Driver has gone missing", - "create.train.status.found_driver": "UNLOCALIZED: A new driver has been found", - "create.train.status.navigation_success": "UNLOCALIZED: Navigation succeeded", - "create.train.status.no_match": "UNLOCALIZED: No station on graph matches '%1$s'", - "create.train.status.no_path": "UNLOCALIZED: No suitable path to the next Scheduled destination could be found", - - "create.track_signal.cannot_change_mode": "UNLOCALIZED: Unable to switch mode of this Signal", - "create.track_signal.mode_change.entry_signal": "UNLOCALIZED: -> Allow passage if section unoccupied", - "create.track_signal.mode_change.cross_signal": "UNLOCALIZED: -> Allow passage if section fully traversable", - - "create.contraption.controls.start_controlling": "UNLOCALIZED: Now controlling: %1$s", - "create.contraption.controls.stop_controlling": "Gestopt met constructie te besturen", - "create.contraption.controls.approach_station": "UNLOCALIZED: Hold %1$s to approach %2$s", - - "create.display_link.set": "UNLOCALIZED: Targeted position selected", - "create.display_link.success": "UNLOCALIZED: Successfully bound to targeted position", - "create.display_link.clear": "UNLOCALIZED: Cleared position selection", - "create.display_link.too_far": "UNLOCALIZED: Targeted position is too far from here", - "create.display_link.invalid": "Koppeling heeft geen geldig doel, probeer het opnieuw te plaatsen", - "create.display_link.title": "Weergave koppeling", - "create.display_link.no_source": "UNLOCALIZED: Not a Display Source", - "create.display_link.no_target": "UNLOCALIZED: Not a Display Target", - "create.display_link.reading_from": "UNLOCALIZED: Read from:", - "create.display_link.writing_to": "UNLOCALIZED: Send to:", - "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", - "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", - "create.display_link.view_compatible": "UNLOCALIZED: Click to view all Compatible", - "create.display_link.information_type": "UNLOCALIZED: Type of Information", - "create.display_link.display_on": "UNLOCALIZED: Write data to:", - "create.display_link.display_on_multiline": "UNLOCALIZED: Start writing at:", - - "create.display_source.label": "UNLOCALIZED: Attached Label", - "create.display_source.combine_item_names": "UNLOCALIZED: Combine Item Names", - "create.display_source.count_items": "UNLOCALIZED: Amount of matching Items", - "create.display_source.list_items": "UNLOCALIZED: List matching Items", - "create.display_source.fluid_amount": "UNLOCALIZED: Amount of matching Fluids", - "create.display_source.list_fluids": "UNLOCALIZED: List matching Fluids", - "create.display_source.nixie_tube": "UNLOCALIZED: Copy Nixie Tubes", - "create.display_source.fill_level": "UNLOCALIZED: Container Fill Level", - "create.display_source.fill_level.display": "UNLOCALIZED: Display Format", - "create.display_source.fill_level.percent": "UNLOCALIZED: Percent", - "create.display_source.fill_level.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.value_list.display": "UNLOCALIZED: Value Display", - "create.display_source.value_list.shortened": "UNLOCALIZED: Shortened", - "create.display_source.value_list.full_number": "UNLOCALIZED: Full Number", - "create.display_source.value_list.thousand": "UNLOCALIZED: k", - "create.display_source.value_list.million": "UNLOCALIZED: m", - "create.display_source.player_deaths": "UNLOCALIZED: Player Deaths", - "create.display_source.scoreboard": "Scorebord", - "create.display_source.scoreboard.objective": "UNLOCALIZED: Objective ID", - "create.display_source.scoreboard.objective_not_found": "UNLOCALIZED: '%1$s' not found", - "create.display_source.scoreboard.objective.deaths": "UNLOCALIZED: Player Deaths", - "create.display_source.time_of_day": "UNLOCALIZED: Time of Day", - "create.display_source.stop_watch": "UNLOCALIZED: Stopwatch", - "create.display_source.time.format": "UNLOCALIZED: Time Format", - "create.display_source.time.12_hour": "UNLOCALIZED: 12-hour", - "create.display_source.time.24_hour": "UNLOCALIZED: 24-hour", - "create.display_source.accumulate_items": "UNLOCALIZED: Accumulate Item Count", - "create.display_source.item_throughput": "UNLOCALIZED: Item Throughput", - "create.display_source.item_throughput.interval": "UNLOCALIZED: Interval", - "create.display_source.item_throughput.interval.second": "UNLOCALIZED: per Second", - "create.display_source.item_throughput.interval.minute": "UNLOCALIZED: per Minute", - "create.display_source.item_throughput.interval.hour": "UNLOCALIZED: per Hour", - "create.display_source.train_status": "UNLOCALIZED: Train Schedule Status", - "create.display_source.station_summary": "UNLOCALIZED: Train Station Summary", - "create.display_source.station_summary.filter": "UNLOCALIZED: Station name filter", - "create.display_source.station_summary.train_name_column": "UNLOCALIZED: Train column size", - "create.display_source.station_summary.platform_column": "UNLOCALIZED: Platform column size", - "create.display_source.station_summary.now": "UNLOCALIZED: now", - "create.display_source.station_summary.minutes": "UNLOCALIZED: min", - "create.display_source.station_summary.seconds": "UNLOCALIZED: %1$ss", - "create.display_source.observed_train_name": "UNLOCALIZED: Detected Train Name", - "create.display_source.max_enchant_level": "UNLOCALIZED: Max Enchanting Cost", - "create.display_source.boiler_status": "UNLOCALIZED: Boiler Status", - "create.display_source.entity_name": "UNLOCALIZED: Entity Name", - "create.display_source.kinetic_speed": "UNLOCALIZED: Rotation Speed (RPM)", - "create.display_source.kinetic_speed.absolute": "UNLOCALIZED: Ignore Direction", - "create.display_source.kinetic_speed.directional": "UNLOCALIZED: Include Direction", - "create.display_source.kinetic_stress": "UNLOCALIZED: Network Stress", - "create.display_source.kinetic_stress.display": "UNLOCALIZED: Displayed Info", - "create.display_source.kinetic_stress.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.kinetic_stress.percent": "UNLOCALIZED: Percentage", - "create.display_source.kinetic_stress.current": "UNLOCALIZED: Stress in SU", - "create.display_source.kinetic_stress.max": "UNLOCALIZED: Total Capacity", - "create.display_source.kinetic_stress.remaining": "UNLOCALIZED: Remaining SU", - "create.display_source.redstone_power": "UNLOCALIZED: Redstone Power", - "create.display_source.redstone_power.display": "UNLOCALIZED: Display Format", - "create.display_source.redstone_power.number": "UNLOCALIZED: Number", - "create.display_source.redstone_power.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.boiler.not_enough_space": "UNLOCALIZED: Not enough space ", - "create.display_source.boiler.for_boiler_status": "UNLOCALIZED: for Boiler Status", - - "create.display_target.line": "UNLOCALIZED: Line %1$s", - "create.display_target.page": "UNLOCALIZED: Page %1$s", - "create.display_target.single_line": "UNLOCALIZED: Single Line", - - "create.flap_display.cycles.alphabet": "UNLOCALIZED: ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": "UNLOCALIZED: ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": "UNLOCALIZED: ; min;now;15s;30s;45s", - "create.flap_display.cycles.shortened_numbers": "UNLOCALIZED: ;K;M", - "create.flap_display.cycles.fluid_units": "UNLOCALIZED: mB;B ", - "create.flap_display.cycles.instant": "UNLOCALIZED: ; ", - "create.flap_display.cycles.pixel": "UNLOCALIZED: █;▓;▒", - - "create.super_glue.too_far": "UNLOCALIZED: Selected area is too big", - "create.super_glue.cannot_reach": "UNLOCALIZED: Selected blocks must be connected", - "create.super_glue.click_to_confirm": "UNLOCALIZED: Click again to confirm", - "create.super_glue.click_to_discard": "UNLOCALIZED: Sneak-click to discard selection", - "create.super_glue.first_pos": "UNLOCALIZED: First position selected", - "create.super_glue.abort": "UNLOCALIZED: Selection discarded", - "create.super_glue.not_enough": "UNLOCALIZED: Not enough glue in inventory", - "create.super_glue.success": "UNLOCALIZED: Applying Glue...", - - "create.gui.config.overlay1": "UNLOCALIZED: Hi :)", - "create.gui.config.overlay2": "UNLOCALIZED: This is a sample overlay", - "create.gui.config.overlay3": "UNLOCALIZED: Click or drag with your mouse", - "create.gui.config.overlay4": "UNLOCALIZED: to move this preview", - "create.gui.config.overlay5": "UNLOCALIZED: Press ESC to exit this screen", - "create.gui.config.overlay6": "UNLOCALIZED: and save the new position", - "create.gui.config.overlay7": "UNLOCALIZED: Run /create overlay reset", - "create.gui.config.overlay8": "UNLOCALIZED: to reset to the default position", - - "create.command.killTPSCommand": "UNLOCALIZED: killtps", - "create.command.killTPSCommand.status.slowed_by.0": "UNLOCALIZED: [Create]: Server tick is currently slowed by %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "UNLOCALIZED: [Create]: Server tick is slowed by %s ms now >:)", - "create.command.killTPSCommand.status.slowed_by.2": "UNLOCALIZED: [Create]: Server tick is back to regular speed :D", - "create.command.killTPSCommand.status.usage.0": "UNLOCALIZED: [Create]: use /killtps stop to bring back server tick to regular speed", - "create.command.killTPSCommand.status.usage.1": "UNLOCALIZED: [Create]: use /killtps start to artificially slow down the server tick", - "create.command.killTPSCommand.argument.tickTime": "UNLOCALIZED: tickTime", - - "create.contraption.minecart_contraption_too_big": "Deze kar constructie lijkt te groot te zijn om op te pakken", - "create.contraption.minecart_contraption_illegal_pickup": "Een mystieke kracht bindt deze kar constructie vast aan de wereld", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "Constructie stopt", - "create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls", - "create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps", - "create.subtitle.whistle_train_manual": "UNLOCALIZED: Train honks", - "create.subtitle.steam": "UNLOCALIZED: Steam noises", - "create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates", - "create.subtitle.schematicannon_finish": "UNLOCALIZED: Schematicannon dings", - "create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts", - "create.subtitle.wrench_remove": "UNLOCALIZED: Component breaks", - "create.subtitle.train3": "UNLOCALIZED: Bogey wheels rumble muffled", - "create.subtitle.whistle": "UNLOCALIZED: Whistling", - "create.subtitle.cogs": "UNLOCALIZED: Cogwheels rumble", - "create.subtitle.slime_added": "UNLOCALIZED: Slime squishes", - "create.subtitle.whistle_train_low": "UNLOCALIZED: Low whistling", - "create.subtitle.schematicannon_launch_block": "UNLOCALIZED: Schematicannon fires", - "create.subtitle.controller_take": "UNLOCALIZED: Lectern empties", - "create.subtitle.crafter_click": "UNLOCALIZED: Crafter clicks", - "create.subtitle.depot_plop": "UNLOCALIZED: Item lands", - "create.subtitle.confirm": "UNLOCALIZED: Affirmative ding", - "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.sanding_long": "UNLOCALIZED: Sanding noises", - "create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises", - "create.subtitle.depot_slide": "UNLOCALIZED: Item slides", - "create.subtitle.blaze_munch": "UNLOCALIZED: Blaze Burner munches", - "create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps", - "create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls", - "create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks", - "create.subtitle.controller_put": "UNLOCALIZED: Controller thumps", - "create.subtitle.cranking": "UNLOCALIZED: Hand Crank turns", - "create.subtitle.sanding_short": "UNLOCALIZED: Sanding noises", - "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.whistle_high": "UNLOCALIZED: High whistling", - "create.subtitle.whistle_train_manual_low": "UNLOCALIZED: Train honks", - "create.subtitle.whistle_train": "UNLOCALIZED: Whistling", - "create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens", - "create.subtitle.train": "UNLOCALIZED: Bogey wheels rumble", - "create.subtitle.deny": "UNLOCALIZED: Declining boop", - "create.subtitle.controller_click": "UNLOCALIZED: Controller clicks", - "create.subtitle.whistle_low": "UNLOCALIZED: Low whistling", - "create.subtitle.copper_armor_equip": "Duikuitrusting klinkt", - "create.subtitle.mechanical_press_activation": "UNLOCALIZED: Mechanical Press clangs", - "create.subtitle.contraption_assemble": "Constructie beweegt", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", - "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", - "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", - "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", - "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", - "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", - "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", - "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", - - "block.create.wooden_bracket.tooltip": "UNLOCALIZED: WOODEN BRACKET", - "block.create.wooden_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with a cozy and wooden bit of reinforcement.", - - "block.create.metal_bracket.tooltip": "UNLOCALIZED: METAL BRACKET", - "block.create.metal_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with an industrial and sturdy bit of reinforcement.", - - "block.create.seat.tooltip": "UNLOCALIZED: SEAT", - "block.create.seat.tooltip.summary": "UNLOCALIZED: Sit yourself down and enjoy the ride! Will anchor a player onto a moving _contraption_. Great for static furniture too! Comes in a variety of colours.", - "block.create.seat.tooltip.condition1": "UNLOCALIZED: Right click on Seat", - "block.create.seat.tooltip.behaviour1": "UNLOCALIZED: Sits the player on the _Seat_. Press L-shift to leave the _Seat_.", - - "item.create.blaze_cake.tooltip": "UNLOCALIZED: BLAZE CAKE", - "item.create.blaze_cake.tooltip.summary": "UNLOCALIZED: A Delicious treat for your hard-working _Blaze Burners_. Gets them all fired up!", - - "item.create.wand_of_symmetry.tooltip": "SYMMETRIE STAF", - "item.create.wand_of_symmetry.tooltip.summary": "Spiegelt uw blokplaatsing perfect over de geconfigureerde vlakken.", - "item.create.wand_of_symmetry.tooltip.condition1": "Wanneer in de Actiebalk", - "item.create.wand_of_symmetry.tooltip.behaviour1": "Blijft actief", - "item.create.wand_of_symmetry.tooltip.control1": "R-Klik op de Grond", - "item.create.wand_of_symmetry.tooltip.action1": "_Creëerd_ of _Beweegt_ de Spiegel", - "item.create.wand_of_symmetry.tooltip.control2": "R-Klik in de Lucht", - "item.create.wand_of_symmetry.tooltip.action2": "_Verwijderd_ de actieve Spiegel", - "item.create.wand_of_symmetry.tooltip.control3": "R-Klik terwijl je Sluipt", - "item.create.wand_of_symmetry.tooltip.action3": "Opent de _Configuratie_ _Interface_", - - "item.create.handheld_worldshaper.tooltip": "UNLOCALIZED: HANDHELD WORLDSHAPER", - "item.create.handheld_worldshaper.tooltip.summary": "UNLOCALIZED: Handy tool for creating _landscapes_ and _terrain features_.", - "item.create.handheld_worldshaper.tooltip.control1": "UNLOCALIZED: L-Click at Block", - "item.create.handheld_worldshaper.tooltip.action1": "UNLOCALIZED: Sets blocks placed by the tool to the targeted block.", - "item.create.handheld_worldshaper.tooltip.control2": "UNLOCALIZED: R-Click at Block", - "item.create.handheld_worldshaper.tooltip.action2": "UNLOCALIZED: Applies the currently selected _Brush_ and _Tool_ at the targeted location.", - "item.create.handheld_worldshaper.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", - "item.create.handheld_worldshaper.tooltip.action3": "UNLOCALIZED: Opens the _Configuration Interface_", - - "item.create.tree_fertilizer.tooltip": "BOOMMEST", - "item.create.tree_fertilizer.tooltip.summary": "Een krachtige combinatie van mineralen geschikt voor de meest voorkomende typen bomen.", - "item.create.tree_fertilizer.tooltip.condition1": "Wanneer gebruikt op Kiemplanten", - "item.create.tree_fertilizer.tooltip.behaviour1": "Groeit bomen onafhankelijk van beschikbare ruimte", - - "item.create.extendo_grip.tooltip": "UNLOCALIZED: EXTENDO GRIP", - "item.create.extendo_grip.tooltip.summary": "UNLOCALIZED: Boioioing! Greatly _increases reach distance_ of the wielder. Can be powered with Air Pressure from a _Copper_ _Backtank_", - "item.create.extendo_grip.tooltip.condition1": "UNLOCALIZED: When in Off-Hand", - "item.create.extendo_grip.tooltip.behaviour1": "UNLOCALIZED: Increases _reach distance_ of items used in the _Main-Hand_.", - "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.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.filter.tooltip": "UNLOCALIZED: FILTER", - "item.create.filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of items_ or several _nested filters_.", - "item.create.filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", - "item.create.filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", - "item.create.filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", - "item.create.filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", - - "item.create.attribute_filter.tooltip": "UNLOCALIZED: ATTRIBUTE FILTER", - "item.create.attribute_filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of_ item _attributes_ and _categories_.", - "item.create.attribute_filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", - "item.create.attribute_filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", - "item.create.attribute_filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", - "item.create.attribute_filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", - - "item.create.empty_schematic.tooltip": "LEGE BOUWTEKENING", - "item.create.empty_schematic.tooltip.summary": "Bruikbaar als ingredient in recepten en voor het schrijven aan de _BOUWTEKENING_ _TAFEL._", - - "item.create.schematic.tooltip": "BOUWTEKENING", - "item.create.schematic.tooltip.summary": "Bevat een structuur die gepositioneerd en geplaatst kan worden in de wereld. Positineer het Hologram als gewilt en gebruik een _BOUWTEKENINGKANNON_ om het te bouwen.", - "item.create.schematic.tooltip.condition1": "Wanneer ingedrukt", - "item.create.schematic.tooltip.behaviour1": "Kan gepositioneerd worden met de knoppen op het scherm", - "item.create.schematic.tooltip.control1": "R-Klik terwijl je sluipt", - "item.create.schematic.tooltip.action1": "Opent een_Interface_ voor het invullen van preciese _coordinaten._", - - "item.create.schematic_and_quill.tooltip": "BOUWTEKENING EN VEER", - "item.create.schematic_and_quill.tooltip.summary": "Bruikbaar om een constructie in jouw wereld op te slaan naar een .nbt bestand.", - "item.create.schematic_and_quill.tooltip.condition1": "Stap 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "Selecteer twee hoekpunten met R-Klik", - "item.create.schematic_and_quill.tooltip.condition2": "Stap 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl-Scroll_ op de zijden om de grootte aan te passen. R-Klik nogmaals om op te slaan.", - "item.create.schematic_and_quill.tooltip.control1": "R-Klik", - "item.create.schematic_and_quill.tooltip.action1": "Selecteer een hoekpunt / opslaan bevestigen", - "item.create.schematic_and_quill.tooltip.control2": "Ctrl Ingedrukt houden", - "item.create.schematic_and_quill.tooltip.action2": "Selecteer punten in _de lucht._ _Scroll_ om de afstand aan te passen.", - "item.create.schematic_and_quill.tooltip.control3": "R-Klik terwijl je sluipt", - "item.create.schematic_and_quill.tooltip.action3": "_Resets_ en verwijderd de selectie.", - - "block.create.schematicannon.tooltip": "BOUWTEKENINGKANNON", - "block.create.schematicannon.tooltip.summary": "Schiet blokken om een gepostioneerde _Bouwtekening_ in de Wereld te creëeren. Gebruikt blokken uit naastgelegen inventarissen en _Buskruit_ als brandstof.", - "block.create.schematicannon.tooltip.condition1": "UNLOCALIZED: When R-Clicked", - "block.create.schematicannon.tooltip.behaviour1": "UNLOCALIZED: Opens the _Interface_", - - "block.create.schematic_table.tooltip": "BOUWTEKENING TAFEL", - "block.create.schematic_table.tooltip.summary": "Schrijft opgeslagen bouwtekeningen op een _Lege_ _Bouwtekening_", - "block.create.schematic_table.tooltip.condition1": "Wanneer voorzien van een lege Bouwtekening", - "block.create.schematic_table.tooltip.behaviour1": "Uploadt een gekozen bestand uit uw bouwtekeningenmap", - - "item.create.goggles.tooltip": "BRIL", - "item.create.goggles.tooltip.summary": "Een bril om je visie te augmenteren met _kinetische_ _informatie._", - "item.create.goggles.tooltip.condition1": "Wanneer gedragen", - "item.create.goggles.tooltip.behaviour1": "Laat _gekleurde_ _indicaties_ zien die corresponderen met de _Snelheid_ van een geplaatst kinetisch onderdeel.", - "item.create.goggles.tooltip.condition2": "UNLOCALIZED: When looking at gauge", - "item.create.goggles.tooltip.behaviour2": "UNLOCALIZED: Shows detailed information about _Speed_ or _Stress_ of the network to which the gauge is connected.", - "item.create.goggles.tooltip.condition3": "UNLOCALIZED: When looking at fluid containers", - "item.create.goggles.tooltip.behaviour3": "UNLOCALIZED: Shows detailed information about the _Capacity_ of the block and any _Fluids_ stored within.", - - "item.create.wrench.tooltip": "UNLOCALIZED: WRENCH", - "item.create.wrench.tooltip.summary": "UNLOCALIZED: A useful tool for working on kinetic contraptions. Can be used to _Rotate_, _Dismantle_ and to _Configure_ components.", - "item.create.wrench.tooltip.control1": "UNLOCALIZED: Right-Click a kinetic block", - "item.create.wrench.tooltip.action1": "UNLOCALIZED: _Rotates components_ toward or away from the face with which you interacted.", - "item.create.wrench.tooltip.control2": "UNLOCALIZED: R-Click while Sneaking", - "item.create.wrench.tooltip.action2": "UNLOCALIZED: _Disassembles Kinetic components_ and places them back in _your inventory_.", - - "block.create.nozzle.tooltip": "UNLOCALIZED: NOZZLE", - "block.create.nozzle.tooltip.summary": "UNLOCALIZED: Attach to the front of an _Encased Fan_ to distribute its effect on Entities in _all directions_.", - - "block.create.cuckoo_clock.tooltip": "UNLOCALIZED: CUCKOO CLOCK", - "block.create.cuckoo_clock.tooltip.summary": "UNLOCALIZED: Fine craftsmanship for _decorating_ a space and _keeping track of time_.", - "block.create.cuckoo_clock.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", - "block.create.cuckoo_clock.tooltip.behaviour1": "UNLOCALIZED: Shows the _current time_ and plays a tune twice a day. _Activates_ once at _noon_ and at dusk, as soon as _players can sleep_.", - - "block.create.turntable.tooltip": "DRAAISCHIJF", - "block.create.turntable.tooltip.summary": "Verandert _Rotatiekracht_ in verfijnde bewegingsziekte.", - - "block.create.toolbox.tooltip": "UNLOCALIZED: TOOLBOX", - "block.create.toolbox.tooltip.summary": "UNLOCALIZED: Every Inventors' dearest Companion. Conveniently _holds_ a large amount of _8 Different_ item types.", - "block.create.toolbox.tooltip.condition1": "UNLOCALIZED: When Picked Up", - "block.create.toolbox.tooltip.behaviour1": "UNLOCALIZED: _Retains_ Inventory _Contents_.", - "block.create.toolbox.tooltip.condition2": "UNLOCALIZED: When placed in Range", - "block.create.toolbox.tooltip.behaviour2": "UNLOCALIZED: _Nearby_ _Players_ can hold the _Toolbox_ _Keybind_ to access its contents _Remotely_.", - "block.create.toolbox.tooltip.condition3": "UNLOCALIZED: When R-Clicked", - "block.create.toolbox.tooltip.behaviour3": "UNLOCALIZED: Opens the _Container Interface_.", - - "block.create.stockpile_switch.tooltip": "VOORRAAD SCHAKELAAR", - "block.create.stockpile_switch.tooltip.summary": "Schakelt een Redstone signaal op basis van de _Opslagruimte_ in de aangesloten Container.", - "block.create.stockpile_switch.tooltip.condition1": "Wanneer onder de laagste limiet", - "block.create.stockpile_switch.tooltip.behaviour1": "Stopt met het aanbieden van _Redstone_ _Kracht_", - - "block.create.content_observer.tooltip": "UNLOCALIZED: CONTENT OBSERVER", - "block.create.content_observer.tooltip.summary": "UNLOCALIZED: _Detects Items_ or _Fluids_ inside _containers_, _pipes_ or _conveyors_ matching a configured _filter_.", - "block.create.content_observer.tooltip.condition1": "UNLOCALIZED: When observing a Container", - "block.create.content_observer.tooltip.behaviour1": "UNLOCALIZED: Emits a _Redstone Signal_ while the observed container has _matching_ _content_.", - "block.create.content_observer.tooltip.condition2": "UNLOCALIZED: When observing a Funnel", - "block.create.content_observer.tooltip.behaviour2": "UNLOCALIZED: Emits a _Redstone Pulse_ when a _matching_ Item is _transferred_.", - - "block.create.creative_crate.tooltip": "CREATIEF KRAT", - "block.create.creative_crate.tooltip.summary": "Biedt een eindloze vooraad blokken aan een aangeloten _Bouwtekeningkannon_", - "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 your _Blaze Burners_. After eating this cake, Blaze Burners will _never run out of fuel_.", - "item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Cycles_ a 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", - "block.create.controller_rail.tooltip.behaviour1": "UNLOCALIZED: _Accelerates_ or _Decelerates_ passing _minecarts_ corresponding to the _signal strength_. Propagates redstone power to adjacent controller rails. Powering two controller rails with different strengths will cause tracks between them to interpolate their signal.", - - "item.create.sand_paper.tooltip": "UNLOCALIZED: SAND PAPER", - "item.create.sand_paper.tooltip.summary": "UNLOCALIZED: A rough paper that can be used to _polish materials_. Can be automatically applied using the Deployer.", - "item.create.sand_paper.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.sand_paper.tooltip.behaviour1": "UNLOCALIZED: Applies polish to items held in the _offhand_ or lying on the _floor_ when _looking at them_", - - "item.create.builders_tea.tooltip": "UNLOCALIZED: BUILDERS TEA", - "item.create.builders_tea.tooltip.summary": "UNLOCALIZED: The perfect drink to get the day started- _Motivating_ and _Saturating._", - - "item.create.refined_radiance.tooltip": "UNLOCALIZED: REFINED RADIANCE", - "item.create.refined_radiance.tooltip.summary": "UNLOCALIZED: A Chromatic material forged from _absorbed light_.", - "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.shadow_steel.tooltip": "UNLOCALIZED: SHADOW STEEL", - "item.create.shadow_steel.tooltip.summary": "UNLOCALIZED: A Chromatic material forged _in the void_.", - "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.linked_controller.tooltip": "VERBONDEN SCHAKELAAR", - "item.create.linked_controller.tooltip.summary": "Geeft _handbediende_ _controle_ over de _redstone_ _koppeling_ frequenties die aangewezen over de _zes_ _knoppen_.", - "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": "Rechtsklik op de redstone koppeling ontvanger", - "item.create.linked_controller.tooltip.behaviour3": "Activeert _verbindingsmodus_, klik op een van de _zes knoppen_ om het met de _koppelings frequentie_ te verbinden.", - "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.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.copper_backtank.tooltip": "KOPEREN RUGTANK", - "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.", - - "block.create.placard.tooltip": "UNLOCALIZED: PLACARD", - "block.create.placard.tooltip.summary": "UNLOCALIZED: _Frame_ your _items_ in brass using this fancy wall panel. Safe for contraptions!", - "block.create.placard.tooltip.condition1": "UNLOCALIZED: When R-Clicked with Item", - "block.create.placard.tooltip.behaviour1": "UNLOCALIZED: _Adds_ the held _item_ to the Placard. _Emits_ a brief _Redstone_ signal if a matching item was present already.", - "block.create.placard.tooltip.condition2": "UNLOCALIZED: When Punched", - "block.create.placard.tooltip.behaviour2": "UNLOCALIZED: _Removes_ the current _item_ in the frame.", - - "block.create.flywheel.tooltip": "UNLOCALIZED: FLYWHEEL", - "block.create.flywheel.tooltip.summary": "UNLOCALIZED: _Embellish_ your _Machines_ with this imposing Wheel of Brass.", - "block.create.flywheel.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", - "block.create.flywheel.tooltip.behaviour1": "UNLOCALIZED: Starts spinning.", - - "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.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.minecart_coupling.tooltip": "UNLOCALIZED: MINECART COUPLING", - "item.create.minecart_coupling.tooltip.summary": "UNLOCALIZED: _Chains_ all your _Minecarts_ or _Carriage Contraptions_ together to form a majestic Train.", - "item.create.minecart_coupling.tooltip.condition1": "UNLOCALIZED: When Used on Minecart", - "item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.", - - "item.create.experience_nugget.tooltip": "UNLOCALIZED: NUGGET OF EXPERIENCE", - "item.create.experience_nugget.tooltip.summary": "UNLOCALIZED: _Ding!_ A speck of _inspiration_ from your fantastic inventions.", - "item.create.experience_nugget.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.experience_nugget.tooltip.behaviour1": "UNLOCALIZED: _Redeems_ _Experience_ points contained within.", - - "block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL", - "block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...", - - "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 [------------------------<-", - - "create.ponder.hold_to_ponder": "UNLOCALIZED: Hold [%1$s] to Ponder", - "create.ponder.subject": "UNLOCALIZED: Subject of this scene", - "create.ponder.pondering": "UNLOCALIZED: Pondering about...", - "create.ponder.identify_mode": "UNLOCALIZED: Identify mode active.\nUnpause with [%1$s]", - "create.ponder.associated": "UNLOCALIZED: Associated Entries", - "create.ponder.close": "UNLOCALIZED: Close", - "create.ponder.identify": "UNLOCALIZED: Identify", - "create.ponder.next": "UNLOCALIZED: Next Scene", - "create.ponder.next_up": "UNLOCALIZED: Up Next:", - "create.ponder.previous": "UNLOCALIZED: Previous Scene", - "create.ponder.replay": "UNLOCALIZED: Replay", - "create.ponder.think_back": "UNLOCALIZED: Think Back", - "create.ponder.slow_text": "UNLOCALIZED: Comfy Reading", - "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.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": "Inventarissen gekoppeld aan de constructie zullen automatisch hun drops oppakken", - "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.movement_anchors": "UNLOCALIZED: With the help of 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.display_sources": "Bronnen voor weergave koppelingen", - "create.ponder.tag.display_sources.description": "Onderdelen of blokken die gegevens afgeven die gelezen kunnen worden door een weergave koppeling", - "create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation", - "create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around", - "create.ponder.tag.display_targets": "Doel voor weergave koppelingen", - "create.ponder.tag.display_targets.description": "Onderdelen of blokken die gegevens kunnen verwerken en tonen van een weergave koppeling", - "create.ponder.tag.train_related": "UNLOCALIZED: Railway Equipment", - "create.ponder.tag.train_related.description": "UNLOCALIZED: Components used in the construction or management of Train Contraptions", - - "create.ponder.analog_lever.header": "UNLOCALIZED: Controlling signals using the Analog Lever", - "create.ponder.analog_lever.text_1": "UNLOCALIZED: Analog Levers make for a compact and precise source of redstone power", - "create.ponder.analog_lever.text_2": "UNLOCALIZED: Right-click to increase its analog power output", - "create.ponder.analog_lever.text_3": "UNLOCALIZED: Right-click while Sneaking to decrease the power output again", - - "create.ponder.andesite_tunnel.header": "UNLOCALIZED: Using Andesite Tunnels", - "create.ponder.andesite_tunnel.text_1": "UNLOCALIZED: Andesite Tunnels can be used to cover up your belts", - "create.ponder.andesite_tunnel.text_2": "UNLOCALIZED: Whenever an Andesite Tunnel has connections to the sides...", - "create.ponder.andesite_tunnel.text_3": "UNLOCALIZED: ...they will split exactly one item off of any passing stacks", - "create.ponder.andesite_tunnel.text_4": "UNLOCALIZED: The remainder will continue on its path", - - "create.ponder.auto_schedule.header": "UNLOCALIZED: Stations & Scheduling", - "create.ponder.auto_schedule.text_1": "UNLOCALIZED: Schedules can be used to provide drivers with a destination", - "create.ponder.auto_schedule.text_2": "UNLOCALIZED: Comparators will receive a signal whenever a Train is present", - "create.ponder.auto_schedule.text_3": "UNLOCALIZED: Mind that a Station can only be approached from the indicated direction", - "create.ponder.auto_schedule.text_4": "UNLOCALIZED: Stations can also be used to assign new Schedules automatically", - "create.ponder.auto_schedule.text_5": "UNLOCALIZED: The Schedule placed on a station will automatically copy itself to present trains", - "create.ponder.auto_schedule.text_6": "UNLOCALIZED: As opposed to manual scheduling, drivers will not take the item with them", - - "create.ponder.basin.header": "UNLOCALIZED: Processing Items in the Basin", - "create.ponder.basin.text_1": "UNLOCALIZED: A Basin can hold Items and Fluids for Processing", - "create.ponder.basin.text_2": "UNLOCALIZED: After a processing step, basins try to output below to the side of them", - "create.ponder.basin.text_3": "UNLOCALIZED: When a valid component is present, the Basin will show an output faucet", - "create.ponder.basin.text_4": "UNLOCALIZED: A number of options are applicable here", - "create.ponder.basin.text_5": "UNLOCALIZED: Outputs will be caught by the inventory below", - "create.ponder.basin.text_6": "UNLOCALIZED: Without output faucet, the Basin will retain items created in its processing", - "create.ponder.basin.text_7": "UNLOCALIZED: This can be useful if outputs should be re-used as ingredients", - "create.ponder.basin.text_8": "UNLOCALIZED: Desired outputs will then have to be extracted from the basin", - "create.ponder.basin.text_9": "UNLOCALIZED: A Filter might be necessary to avoid pulling out un-processed items", - - "create.ponder.bearing_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Bearing", - "create.ponder.bearing_modes.text_1": "UNLOCALIZED: When Stopped, the Bearing will place the structure at the nearest grid-aligned Angle", - "create.ponder.bearing_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only near the angle it started at", - - "create.ponder.belt_casing.header": "UNLOCALIZED: Encasing Belts", - "create.ponder.belt_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Mechanical Belts", - "create.ponder.belt_casing.text_2": "UNLOCALIZED: A wrench can be used to remove the casing", - - "create.ponder.belt_connector.header": "UNLOCALIZED: Using Mechanical Belts", - "create.ponder.belt_connector.text_1": "UNLOCALIZED: Right-Clicking two shafts with a belt item will connect them together", - "create.ponder.belt_connector.text_2": "UNLOCALIZED: Accidental selections can be canceled with Right-Click while Sneaking", - "create.ponder.belt_connector.text_3": "UNLOCALIZED: Additional Shafts can be added throughout the Belt", - "create.ponder.belt_connector.text_4": "UNLOCALIZED: Shafts connected via Belts will rotate with Identical Speed and Direction", - "create.ponder.belt_connector.text_5": "UNLOCALIZED: Added shafts can be removed using the wrench", - "create.ponder.belt_connector.text_6": "UNLOCALIZED: Mechanical Belts can be dyed for aesthetic purposes", - - "create.ponder.belt_directions.header": "UNLOCALIZED: Valid Orientations for Mechanical Belts", - "create.ponder.belt_directions.text_1": "UNLOCALIZED: Belts cannot connect in arbitrary directions", - "create.ponder.belt_directions.text_2": "UNLOCALIZED: 1. They can connect horizontally", - "create.ponder.belt_directions.text_3": "UNLOCALIZED: 2. They can connect diagonally", - "create.ponder.belt_directions.text_4": "UNLOCALIZED: 3. They can connect vertically", - "create.ponder.belt_directions.text_5": "UNLOCALIZED: 4. And they can connect vertical shafts horizontally", - "create.ponder.belt_directions.text_6": "UNLOCALIZED: These are all possible directions. Belts can span any Length between 2 and 20 blocks", - - "create.ponder.belt_transport.header": "UNLOCALIZED: Using Mechanical Belts for Logistics", - "create.ponder.belt_transport.text_1": "UNLOCALIZED: Moving belts will transport Items and other Entities", - "create.ponder.belt_transport.text_2": "UNLOCALIZED: Right-Click with an empty hand to take items off a belt", - - "create.ponder.blaze_burner.header": "UNLOCALIZED: Feeding Blaze Burners", - "create.ponder.blaze_burner.text_1": "UNLOCALIZED: Blaze Burners can provide Heat to Items processed in a Basin", - "create.ponder.blaze_burner.text_2": "UNLOCALIZED: For this, the Blaze has to be fed with flammable items", - "create.ponder.blaze_burner.text_3": "UNLOCALIZED: With a Blaze Cake, the Burner can reach an even stronger level of heat", - "create.ponder.blaze_burner.text_4": "UNLOCALIZED: The feeding process can be automated using Deployers or Mechanical Arms", - - "create.ponder.brass_funnel.header": "UNLOCALIZED: The Brass Funnel", - "create.ponder.brass_funnel.text_1": "UNLOCALIZED: Andesite Funnels can only ever extract single items.", - "create.ponder.brass_funnel.text_2": "UNLOCALIZED: Brass Funnels can extract up to a full stack.", - "create.ponder.brass_funnel.text_3": "UNLOCALIZED: Scrolling on the filter slot allows for precise control over the extracted stack size.", - "create.ponder.brass_funnel.text_4": "UNLOCALIZED: Using items on the filter slot will restrict the funnel to only transfer matching stacks.", - - "create.ponder.brass_tunnel.header": "UNLOCALIZED: Using Brass Tunnels", - "create.ponder.brass_tunnel.text_1": "UNLOCALIZED: Brass Tunnels can be used to cover up your belts", - "create.ponder.brass_tunnel.text_2": "UNLOCALIZED: Brass Tunnels have filter slots on each open side", - "create.ponder.brass_tunnel.text_3": "UNLOCALIZED: Filters on inbound connections simply block non-matching items", - "create.ponder.brass_tunnel.text_4": "UNLOCALIZED: Filters on outbound connections can be used to sort items by type", - "create.ponder.brass_tunnel.text_5": "UNLOCALIZED: Whenever a passing item has multiple valid exits, the distribution mode will decide how to handle it", - "create.ponder.brass_tunnel.text_6": "UNLOCALIZED: Brass Tunnels on parallel belts will form a group", - "create.ponder.brass_tunnel.text_7": "UNLOCALIZED: Incoming Items will now be distributed across all connected exits", - "create.ponder.brass_tunnel.text_8": "UNLOCALIZED: For this, items can also be inserted into the Tunnel block directly", - - "create.ponder.brass_tunnel_modes.header": "UNLOCALIZED: Distribution Modes of the Brass Tunnel", - "create.ponder.brass_tunnel_modes.text_1": "UNLOCALIZED: Using a Wrench, the distribution behaviour of Brass Tunnels can be configured", - "create.ponder.brass_tunnel_modes.text_10": "UNLOCALIZED: 'Synchronize Inputs' is a unique setting for Brass Tunnels", - "create.ponder.brass_tunnel_modes.text_11": "UNLOCALIZED: Items are only allowed past if every tunnel in the group has one waiting", - "create.ponder.brass_tunnel_modes.text_12": "UNLOCALIZED: This ensures that all affected belts supply items at the same rate", - "create.ponder.brass_tunnel_modes.text_2": "UNLOCALIZED: 'Split' will attempt to distribute the stack evenly between available outputs", - "create.ponder.brass_tunnel_modes.text_3": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", - "create.ponder.brass_tunnel_modes.text_4": "UNLOCALIZED: 'Forced Split' will never skip outputs, and instead wait until they are free", - "create.ponder.brass_tunnel_modes.text_5": "UNLOCALIZED: 'Round Robin' keeps stacks whole, and cycles through outputs iteratively", - "create.ponder.brass_tunnel_modes.text_6": "UNLOCALIZED: Once Again, if an output is unable to take more items, it will be skipped", - "create.ponder.brass_tunnel_modes.text_7": "UNLOCALIZED: 'Forced Round Robin' never skips outputs", - "create.ponder.brass_tunnel_modes.text_8": "UNLOCALIZED: 'Prefer Nearest' prioritizes the outputs closest to the items' input location", - "create.ponder.brass_tunnel_modes.text_9": "UNLOCALIZED: 'Randomize' will distribute whole stacks to randomly picked outputs", - - "create.ponder.cart_assembler.header": "UNLOCALIZED: Moving Structures using Cart Assemblers", - "create.ponder.cart_assembler.text_1": "UNLOCALIZED: Powered Cart Assemblers mount attached structures to passing Minecarts", - "create.ponder.cart_assembler.text_2": "UNLOCALIZED: Without a redstone signal, it disassembles passing cart contraptions back into blocks", - "create.ponder.cart_assembler.text_3": "UNLOCALIZED: Using a Wrench on the Minecart will let you carry the Contraption elsewhere", - - "create.ponder.cart_assembler_dual.header": "UNLOCALIZED: Assembling Carriage Contraptions", - "create.ponder.cart_assembler_dual.text_1": "UNLOCALIZED: Whenever two Cart Assembers share an attached structure...", - "create.ponder.cart_assembler_dual.text_2": "UNLOCALIZED: Powering either of them will create a Carriage Contraption", - "create.ponder.cart_assembler_dual.text_3": "UNLOCALIZED: The carts will behave like those connected via Minecart Coupling", - - "create.ponder.cart_assembler_modes.header": "UNLOCALIZED: Orientation Settings for Minecart Contraptions", - "create.ponder.cart_assembler_modes.text_1": "UNLOCALIZED: Cart Contraptions will rotate to face towards their carts' motion", - "create.ponder.cart_assembler_modes.text_2": "UNLOCALIZED: This Arrow indicates which side of the Structure will be considered the front", - "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_rails.header": "UNLOCALIZED: Other types of Minecarts and Rails", - "create.ponder.cart_assembler_rails.text_1": "UNLOCALIZED: Cart Assemblers on Regular Tracks will not affect the passing carts' motion", - "create.ponder.cart_assembler_rails.text_2": "UNLOCALIZED: When on Powered or Controller Rail, the carts will be held in place until it's Powered", - "create.ponder.cart_assembler_rails.text_3": "UNLOCALIZED: Other types of Minecarts can be used as the anchor", - "create.ponder.cart_assembler_rails.text_4": "UNLOCALIZED: Furnace Carts will keep themselves powered, pulling fuel from any attached inventories", - - "create.ponder.chain_drive.header": "UNLOCALIZED: Relaying rotational force with Chain Drives", - "create.ponder.chain_drive.text_1": "UNLOCALIZED: Chain Drives relay rotation to each other in a row", - "create.ponder.chain_drive.text_2": "UNLOCALIZED: All shafts connected like this will rotate in the same direction", - "create.ponder.chain_drive.text_3": "UNLOCALIZED: Any part of the row can be rotated by 90 degrees", - - "create.ponder.chain_gearshift.header": "UNLOCALIZED: Controlling rotational speed with Chain Gearshifts", - "create.ponder.chain_gearshift.text_1": "UNLOCALIZED: Unpowered Chain Gearshifts behave exactly like Chain Drives", - "create.ponder.chain_gearshift.text_2": "UNLOCALIZED: When Powered, the speed transmitted to other Chain Drives in the row is doubled", - "create.ponder.chain_gearshift.text_3": "UNLOCALIZED: Whenever the Powered Gearshift is not at the source, its speed will be halved instead", - "create.ponder.chain_gearshift.text_4": "UNLOCALIZED: In both cases, Chain Drives in the row always run at 2x the speed of the Powered Gearshift", - "create.ponder.chain_gearshift.text_5": "UNLOCALIZED: Using analog signals, the ratio can be adjusted more precisely between 1 and 2", - "create.ponder.chain_gearshift.text_6": "UNLOCALIZED: 12 RPM", - - "create.ponder.chute.header": "Voorwerpen omlaag transporten via stortkokers", - "create.ponder.chute.text_1": "Stortkokers kunnen voorwerpen verticaal van en naar inventarissen transporteren", - "create.ponder.chute.text_2": "UNLOCALIZED: Using the Wrench, a window can be created", - "create.ponder.chute.text_3": "Stortkokers op de zijkant van een andere plaatsen zal het diagonaal maken", - - "create.ponder.chute_upward.header": "Voorwerpen omhoog transporteren via stortkokers", - "create.ponder.chute_upward.text_1": "UNLOCALIZED: Using Encased Fans at the top or bottom, a Chute can move items upward", - "create.ponder.chute_upward.text_2": "UNLOCALIZED: Inspecting chutes with Engineers' Goggles reveals information about the movement direction", - "create.ponder.chute_upward.text_3": "UNLOCALIZED: On the 'blocked' end, items will have to be inserted/taken from the sides", - - "create.ponder.clockwork_bearing.header": "UNLOCALIZED: Animating Structures using Clockwork Bearings", - "create.ponder.clockwork_bearing.text_1": "UNLOCALIZED: Clockwork Bearings attach to blocks in front of them", - "create.ponder.clockwork_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, the structure will be rotated according to the hour of the day", - "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", - "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", - "create.ponder.clockwork_bearing.text_5": "UNLOCALIZED: Right-Click the bearing to start or stop animating the structure", - "create.ponder.clockwork_bearing.text_6": "UNLOCALIZED: In front of the Hour Hand, a second structure can be added", - "create.ponder.clockwork_bearing.text_7": "UNLOCALIZED: Ensure that the two Structures are not glued to each other", - "create.ponder.clockwork_bearing.text_8": "UNLOCALIZED: The Second Structure will now rotate as the Minute Hand", - - "create.ponder.clutch.header": "UNLOCALIZED: Controlling rotational force using a Clutch", - "create.ponder.clutch.text_1": "UNLOCALIZED: Clutches will relay rotation in a straight line", - "create.ponder.clutch.text_2": "UNLOCALIZED: When powered by Redstone, it breaks the connection", - - "create.ponder.cog_speedup.header": "UNLOCALIZED: Gearshifting with Cogs", - "create.ponder.cog_speedup.text_1": "UNLOCALIZED: Large and Small cogs can be connected diagonally", - "create.ponder.cog_speedup.text_2": "UNLOCALIZED: Shifting from large to small cogs, the conveyed speed will be doubled", - "create.ponder.cog_speedup.text_3": "UNLOCALIZED: Shifting the opposite way, the conveyed speed will be halved", - - "create.ponder.cogwheel.header": "UNLOCALIZED: Relaying rotational force using Cogwheels", - "create.ponder.cogwheel.text_1": "UNLOCALIZED: Cogwheels will relay rotation to other adjacent cogwheels", - "create.ponder.cogwheel.text_2": "UNLOCALIZED: Neighbouring shafts connected like this will rotate in opposite directions", - - "create.ponder.cogwheel_casing.header": "UNLOCALIZED: Encasing Cogwheels", - "create.ponder.cogwheel_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Cogwheels", - "create.ponder.cogwheel_casing.text_2": "UNLOCALIZED: Components added after encasing will not connect to the shaft outputs", - "create.ponder.cogwheel_casing.text_3": "UNLOCALIZED: The Wrench can be used to toggle connections", - - "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_motor.header": "UNLOCALIZED: Generating Rotational Force using Creative Motors", - "create.ponder.creative_motor.text_1": "UNLOCALIZED: Creative motors are a compact and configurable source of Rotational Force", - "create.ponder.creative_motor.text_2": "UNLOCALIZED: Scrolling on the back panel changes the RPM of the motors' rotational output", - - "create.ponder.creative_motor_mojang.header": "UNLOCALIZED: Mojang's Enigma", - - "create.ponder.crushing_wheels.header": "UNLOCALIZED: Processing Items with Crushing Wheels", - "create.ponder.crushing_wheels.text_1": "UNLOCALIZED: A pair of Crushing Wheels can grind items very effectively", - "create.ponder.crushing_wheels.text_2": "UNLOCALIZED: Their Rotational Input has to make them spin into each other", - "create.ponder.crushing_wheels.text_3": "UNLOCALIZED: Items thrown or inserted into the top will get processed", - "create.ponder.crushing_wheels.text_4": "UNLOCALIZED: Items can be inserted and picked up through automated means as well", - - "create.ponder.deployer.header": "Gebruiken van de Uitvoerder", - "create.ponder.deployer.text_1": "UNLOCALIZED: Given Rotational Force, a Deployer can imitate player interactions", - "create.ponder.deployer.text_10": "UNLOCALIZED: Right-click the front to give it an Item to use", - "create.ponder.deployer.text_11": "UNLOCALIZED: Items can also be inserted automatically", - "create.ponder.deployer.text_12": "Uitvoerders hebben een filtervak", - "create.ponder.deployer.text_13": "UNLOCALIZED: When a filter is set, it activates only while holding a matching item", - "create.ponder.deployer.text_14": "UNLOCALIZED: Only items matching the filter can now be inserted...", - "create.ponder.deployer.text_15": "UNLOCALIZED: ...and only non-matching items will be extracted", - "create.ponder.deployer.text_2": "UNLOCALIZED: It will always interact with the position 2 blocks in front of itself", - "create.ponder.deployer.text_3": "UNLOCALIZED: Blocks directly in front will not obstruct it", - "create.ponder.deployer.text_4": "Uitvoerders kunnen:", - "create.ponder.deployer.text_5": "UNLOCALIZED: Place Blocks,", - "create.ponder.deployer.text_6": "UNLOCALIZED: Use Items,", - "create.ponder.deployer.text_7": "UNLOCALIZED: Activate Blocks,", - "create.ponder.deployer.text_8": "UNLOCALIZED: Harvest blocks", - "create.ponder.deployer.text_9": "UNLOCALIZED: and Attack Mobs", - - "create.ponder.deployer_contraption.header": "Gebruik van uitvoerders op constructies", - "create.ponder.deployer_contraption.text_1": "Wanneer uitvoerders worden verplaatst als onderdeel van een bewegende constructie...", - "create.ponder.deployer_contraption.text_2": "UNLOCALIZED: They activate at each visited location, using items from inventories anywhere on the contraption", - "create.ponder.deployer_contraption.text_3": "UNLOCALIZED: The Filter slot can be used to specify which items to pull", - - "create.ponder.deployer_modes.header": "Modi van de uitvoerder", - "create.ponder.deployer_modes.text_1": "UNLOCALIZED: By default, a Deployer imitates a Right-click interaction", - "create.ponder.deployer_modes.text_2": "UNLOCALIZED: Using a Wrench, it can be set to imitate a Left-click instead", - - "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_redstone.header": "UNLOCALIZED: Controlling Deployers with Redstone", - "create.ponder.deployer_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Deployers will not activate", - "create.ponder.deployer_redstone.text_2": "UNLOCALIZED: Before stopping, the Deployer will finish any started cycles", - "create.ponder.deployer_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", - - "create.ponder.depot.header": "UNLOCALIZED: Using Depots", - "create.ponder.depot.text_1": "UNLOCALIZED: Depots can serve as 'stationary' belt elements", - "create.ponder.depot.text_2": "UNLOCALIZED: Right-Click to manually place or remove Items from it", - "create.ponder.depot.text_3": "UNLOCALIZED: Just like Mechanical Belts, it can provide items to processing", - "create.ponder.depot.text_4": "UNLOCALIZED: ...as well as provide Items to Mechanical Arms", - - "create.ponder.display_board.header": "UNLOCALIZED: Using Display Boards", - "create.ponder.display_board.text_1": "UNLOCALIZED: Display Boards are a scalable alternative to the sign", - "create.ponder.display_board.text_2": "UNLOCALIZED: They require Rotational Force to operate", - "create.ponder.display_board.text_3": "UNLOCALIZED: Text can be displayed using Name Tags...", - "create.ponder.display_board.text_4": "...of door gebruik van weergave koppelingen", - "create.ponder.display_board.text_5": "UNLOCALIZED: Dyes can be applied to individual lines of the board", - "create.ponder.display_board.text_6": "UNLOCALIZED: Lines can be reset by clicking them with an empty hand", - - "create.ponder.display_link.header": "Instellen van weergave koppelingen", - "create.ponder.display_link.text_1": "Weergave koppelingen kunnen gebruikt worden om dynamische informatie te visualiseren", - "create.ponder.display_link.text_2": "UNLOCALIZED: First, right-click the target display...", - "create.ponder.display_link.text_3": "UNLOCALIZED: ...then attach it to the block to read from", - "create.ponder.display_link.text_4": "UNLOCALIZED: Open the Interface to select and configure what is sent", - "create.ponder.display_link.text_5": "De weergave zal nu informatie ontvangen van de koppeling", - "create.ponder.display_link.text_6": "UNLOCALIZED: Not every block can act as a source", - "create.ponder.display_link.text_7": "UNLOCALIZED: Each compatible block provides unique information", - "create.ponder.display_link.text_8": "De weergave koppeling kan werken op verschillende weergaves", - - "create.ponder.display_link_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.display_link_redstone.text_1": "Wanneer aangedreven door redstone, stoppen weergave koppelingen met updates te versturen", - "create.ponder.display_link_redstone.text_2": "UNLOCALIZED: Once unpowered, the Timer is reset and new info is sent immediately", - "create.ponder.display_link_redstone.text_3": "Signalen uitgezonden door de bron hebben geen invloed op de koppeling zelf", - - "create.ponder.empty_blaze_burner.header": "UNLOCALIZED: Using Empty Blaze Burners", - "create.ponder.empty_blaze_burner.text_1": "UNLOCALIZED: Right-click a Blaze with the empty burner to capture it", - "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: 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", - "create.ponder.encased_fluid_pipe.text_2": "UNLOCALIZED: Aside from being conceiled, Encased Pipes are locked into their connectivity state", - "create.ponder.encased_fluid_pipe.text_3": "UNLOCALIZED: It will no longer react to any neighbouring blocks being added or removed", - - "create.ponder.fan_direction.header": "UNLOCALIZED: Air flow of Encased Fans", - "create.ponder.fan_direction.text_1": "UNLOCALIZED: Encased Fans use Rotational Force to create an Air Current", - "create.ponder.fan_direction.text_2": "UNLOCALIZED: Strength and Direction of Flow depends on the Rotational Input", - - "create.ponder.fan_processing.header": "UNLOCALIZED: Processing Items using Encased Fans", - "create.ponder.fan_processing.text_1": "UNLOCALIZED: When passing through lava, the Air Flow becomes Heated", - "create.ponder.fan_processing.text_2": "UNLOCALIZED: Items caught in the area will be smelted", - "create.ponder.fan_processing.text_3": "UNLOCALIZED: Food items thrown here would be incinerated", - "create.ponder.fan_processing.text_4": "UNLOCALIZED: Instead, a setup for Smoking using Fire should be used for them", - "create.ponder.fan_processing.text_5": "UNLOCALIZED: Air Flows passing through water create a Washing Setup", - "create.ponder.fan_processing.text_6": "UNLOCALIZED: Some interesting new processing can be done with it", - "create.ponder.fan_processing.text_7": "UNLOCALIZED: The Speed of the Fan does NOT affect the processing speed, only its range", - "create.ponder.fan_processing.text_8": "UNLOCALIZED: Fan Processing can also be applied to Items on Depots and Belts", - - "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_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_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_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.funnel_compat.header": "UNLOCALIZED: Funnel compatibility", - "create.ponder.funnel_compat.text_1": "UNLOCALIZED: Funnels should also interact nicely with a handful of other components.", - "create.ponder.funnel_compat.text_2": "UNLOCALIZED: Vertical Saws", - "create.ponder.funnel_compat.text_3": "UNLOCALIZED: Depots", - "create.ponder.funnel_compat.text_4": "UNLOCALIZED: Item Drains", - - "create.ponder.funnel_direction.header": "UNLOCALIZED: Direction of Transfer", - "create.ponder.funnel_direction.text_1": "UNLOCALIZED: Placed normally, it pulls items from the inventory.", - "create.ponder.funnel_direction.text_2": "UNLOCALIZED: Placed while sneaking, it puts items into the inventory.", - "create.ponder.funnel_direction.text_3": "UNLOCALIZED: Using a wrench, the funnel can be flipped after placement.", - "create.ponder.funnel_direction.text_4": "UNLOCALIZED: Same rules will apply for most orientations.", - "create.ponder.funnel_direction.text_5": "UNLOCALIZED: Funnels on belts will extract/insert depending on its movement direction.", - - "create.ponder.funnel_intro.header": "UNLOCALIZED: Using funnels", - "create.ponder.funnel_intro.text_1": "UNLOCALIZED: Funnels are ideal for transferring items from and to inventories.", - - "create.ponder.funnel_redstone.header": "UNLOCALIZED: Redstone control", - "create.ponder.funnel_redstone.text_1": "UNLOCALIZED: Redstone power will prevent any funnel from acting", - - "create.ponder.funnel_transfer.header": "UNLOCALIZED: Direct transfer", - "create.ponder.funnel_transfer.text_1": "UNLOCALIZED: Funnels cannot ever transfer between closed inventories directly.", - "create.ponder.funnel_transfer.text_2": "UNLOCALIZED: Chutes or Smart chutes might be more suitable for such purposes.", - "create.ponder.funnel_transfer.text_3": "UNLOCALIZED: Same applies for horizontal movement. A mechanical belt should help here.", - - "create.ponder.gantry_carriage.header": "UNLOCALIZED: Using Gantry Carriages", - "create.ponder.gantry_carriage.text_1": "UNLOCALIZED: Gantry Carriages can mount to and slide along a Gantry Shaft.", - "create.ponder.gantry_carriage.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", - - "create.ponder.gantry_cascaded.header": "UNLOCALIZED: Cascaded Gantries", - "create.ponder.gantry_cascaded.text_1": "UNLOCALIZED: Gantry shafts attach to a carriage without the need of super glue", - "create.ponder.gantry_cascaded.text_2": "UNLOCALIZED: Same applies for carriages on moved Gantry Shafts", - "create.ponder.gantry_cascaded.text_3": "UNLOCALIZED: Thus, a gantry system can be cascaded to cover multiple axes of movement", - - "create.ponder.gantry_direction.header": "UNLOCALIZED: Gantry Movement Direction", - "create.ponder.gantry_direction.text_1": "UNLOCALIZED: Gantry Shafts can have opposite orientations", - "create.ponder.gantry_direction.text_2": "UNLOCALIZED: The movement direction of carriages depend on their shafts' orientation", - "create.ponder.gantry_direction.text_3": "UNLOCALIZED: ...as well as the rotation direction of the shaft", - "create.ponder.gantry_direction.text_4": "UNLOCALIZED: Same rules apply for the propagated rotation", - - "create.ponder.gantry_redstone.header": "UNLOCALIZED: Gantry Power Propagation", - "create.ponder.gantry_redstone.text_1": "UNLOCALIZED: Redstone-powered gantry shafts stop moving their carriages", - "create.ponder.gantry_redstone.text_2": "UNLOCALIZED: Instead, its rotational force is relayed to the carriages' output shaft", - - "create.ponder.gantry_shaft.header": "UNLOCALIZED: Using Gantry Shafts", - "create.ponder.gantry_shaft.text_1": "UNLOCALIZED: Gantry Shafts form the basis of a gantry setup. Attached Carriages will move along them.", - "create.ponder.gantry_shaft.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", - - "create.ponder.gearbox.header": "UNLOCALIZED: Relaying rotational force using Gearboxes", - "create.ponder.gearbox.text_1": "UNLOCALIZED: Jumping between axes of rotation can get bulky quickly", - "create.ponder.gearbox.text_2": "UNLOCALIZED: A gearbox is the more compact equivalent of this setup", - "create.ponder.gearbox.text_3": "UNLOCALIZED: Shafts around corners rotate in mirrored directions", - "create.ponder.gearbox.text_4": "UNLOCALIZED: Straight connections will be reversed", - - "create.ponder.gearshift.header": "UNLOCALIZED: Controlling rotational force using a Gearshift", - "create.ponder.gearshift.text_1": "UNLOCALIZED: Gearshifts will relay rotation in a straight line", - "create.ponder.gearshift.text_2": "UNLOCALIZED: When powered by Redstone, it reverses the transmission", - - "create.ponder.hand_crank.header": "UNLOCALIZED: Generating Rotational Force using Hand Cranks", - "create.ponder.hand_crank.text_1": "UNLOCALIZED: Hand Cranks can be used by players to apply rotational force manually", - "create.ponder.hand_crank.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", - "create.ponder.hand_crank.text_3": "UNLOCALIZED: Its conveyed speed is relatively high", - "create.ponder.hand_crank.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", - - "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_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_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.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_vault_sizes.header": "UNLOCALIZED: Dimensions of an Item Vault", - "create.ponder.item_vault_sizes.text_1": "UNLOCALIZED: Item Vaults can be combined to increase the total capacity", - "create.ponder.item_vault_sizes.text_2": "UNLOCALIZED: Their base square can be up to 3 blocks wide...", - "create.ponder.item_vault_sizes.text_3": "UNLOCALIZED: ...and grow in length up to 3x their diameter", - - "create.ponder.item_vault_storage.header": "UNLOCALIZED: Storing Items in Vaults", - "create.ponder.item_vault_storage.text_1": "UNLOCALIZED: Item Vaults can be used to store large amounts of items", - "create.ponder.item_vault_storage.text_2": "UNLOCALIZED: However, contents cannot be added or taken manually", - "create.ponder.item_vault_storage.text_3": "UNLOCALIZED: Any components for item transfer can both insert...", - "create.ponder.item_vault_storage.text_4": "UNLOCALIZED: ...and take contents from this container", - - "create.ponder.large_cogwheel.header": "UNLOCALIZED: Relaying rotational force using Large Cogwheels", - "create.ponder.large_cogwheel.text_1": "UNLOCALIZED: Large cogwheels can connect to each other at right angles", - "create.ponder.large_cogwheel.text_2": "UNLOCALIZED: It will help relaying conveyed speed to other axes of rotation", - - "create.ponder.linear_chassis_attachment.header": "UNLOCALIZED: Attaching blocks using Linear Chassis", - "create.ponder.linear_chassis_attachment.text_1": "UNLOCALIZED: The open faces of a Linear Chassis can be made Sticky", - "create.ponder.linear_chassis_attachment.text_2": "UNLOCALIZED: Click again to make the opposite side sticky", - "create.ponder.linear_chassis_attachment.text_3": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", - "create.ponder.linear_chassis_attachment.text_4": "UNLOCALIZED: Stickied faces of the Linear Chassis will attach a line of blocks in front of it", - "create.ponder.linear_chassis_attachment.text_5": "UNLOCALIZED: Using a Wrench, a precise Range can be specified for this chassis", - "create.ponder.linear_chassis_attachment.text_6": "UNLOCALIZED: Holding CTRL and scrolling adjusts the range of all attached Chassis Blocks", - "create.ponder.linear_chassis_attachment.text_7": "UNLOCALIZED: Attaching blocks to any other side requires the use of Super Glue", - "create.ponder.linear_chassis_attachment.text_8": "UNLOCALIZED: Using these mechanics, structures of any shape can move as a Contraption", - - "create.ponder.linear_chassis_group.header": "UNLOCALIZED: Moving Linear Chassis in groups", - "create.ponder.linear_chassis_group.text_1": "UNLOCALIZED: Linear Chassis connect to identical Chassis blocks next to them", - "create.ponder.linear_chassis_group.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.linear_chassis_group.text_3": "UNLOCALIZED: Chassis of a different type or facing another direction will not attach", - - "create.ponder.mechanical_arm.header": "UNLOCALIZED: Setting up Mechanical Arms", - "create.ponder.mechanical_arm.text_1": "UNLOCALIZED: Mechanical Arms have to be assigned their in- and outputs before they are placed", - "create.ponder.mechanical_arm.text_2": "UNLOCALIZED: Right-Click inventories while holding the Arm to assign them as Targets", - "create.ponder.mechanical_arm.text_3": "UNLOCALIZED: Right-Click again to toggle between Input (Blue) and Output (Orange)", - "create.ponder.mechanical_arm.text_4": "UNLOCALIZED: Left-Click components to remove their Selection", - "create.ponder.mechanical_arm.text_5": "UNLOCALIZED: Once placed, the Mechanical Arm will target the blocks selected previously", - "create.ponder.mechanical_arm.text_6": "UNLOCALIZED: They can have any amount of in- and outputs within their range", - "create.ponder.mechanical_arm.text_7": "UNLOCALIZED: However, not every type of Inventory can be interacted with directly", - "create.ponder.mechanical_arm.text_8": "UNLOCALIZED: Funnels and Depots can help to Bridge that gap", - - "create.ponder.mechanical_arm_filtering.header": "UNLOCALIZED: Filtering Outputs of the Mechanical Arm", - "create.ponder.mechanical_arm_filtering.text_1": "UNLOCALIZED: Inputs", - "create.ponder.mechanical_arm_filtering.text_2": "UNLOCALIZED: Outputs", - "create.ponder.mechanical_arm_filtering.text_3": "UNLOCALIZED: Sometimes it is desirable to restrict targets of the Arm by matching a filter", - "create.ponder.mechanical_arm_filtering.text_4": "UNLOCALIZED: Mechanical Arms by themselves do not provide any options for filtering", - "create.ponder.mechanical_arm_filtering.text_5": "UNLOCALIZED: Brass Funnels as Targets do however communicate their own filter to the Arm", - "create.ponder.mechanical_arm_filtering.text_6": "UNLOCALIZED: The Arm is smart enough not to pick up items it couldn't distribute", - - "create.ponder.mechanical_arm_modes.header": "UNLOCALIZED: Distribution modes of the Mechanical Arm", - "create.ponder.mechanical_arm_modes.text_1": "UNLOCALIZED: Input", - "create.ponder.mechanical_arm_modes.text_2": "UNLOCALIZED: Outputs", - "create.ponder.mechanical_arm_modes.text_3": "UNLOCALIZED: Whenever an Arm has to choose between multiple valid outputs...", - "create.ponder.mechanical_arm_modes.text_4": "UNLOCALIZED: ...it will act according to its setting", - "create.ponder.mechanical_arm_modes.text_5": "UNLOCALIZED: Scrolling with a Wrench will allow you to configure it", - "create.ponder.mechanical_arm_modes.text_6": "UNLOCALIZED: Round Robin mode simply cycles through all outputs that are available", - "create.ponder.mechanical_arm_modes.text_7": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", - "create.ponder.mechanical_arm_modes.text_8": "UNLOCALIZED: Forced Round Robin mode will never skip outputs, and instead wait until they are free", - "create.ponder.mechanical_arm_modes.text_9": "UNLOCALIZED: Prefer First prioritizes the outputs selected earliest when configuring this Arm", - - "create.ponder.mechanical_arm_redstone.header": "UNLOCALIZED: Controlling Mechanical Arms with Redstone", - "create.ponder.mechanical_arm_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Mechanical Arms will not activate", - "create.ponder.mechanical_arm_redstone.text_2": "UNLOCALIZED: Before stopping, it will finish any started cycles", - "create.ponder.mechanical_arm_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", - - "create.ponder.mechanical_bearing.header": "UNLOCALIZED: Movings Structures using the Mechanical Bearing", - "create.ponder.mechanical_bearing.text_1": "UNLOCALIZED: Mechanical Bearings attach to the block in front of them", - "create.ponder.mechanical_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, it will assemble it into a Rotating Contraption", - - "create.ponder.mechanical_crafter.header": "UNLOCALIZED: Setting up Mechanical Crafters", - "create.ponder.mechanical_crafter.text_1": "UNLOCALIZED: An array of Mechanical Crafters can be used to automate any Crafting Recipe", - "create.ponder.mechanical_crafter.text_2": "UNLOCALIZED: Using a Wrench, the Crafters' paths can be arranged", - "create.ponder.mechanical_crafter.text_3": "UNLOCALIZED: For a valid setup, all paths have to converge into one exit at any side", - "create.ponder.mechanical_crafter.text_4": "UNLOCALIZED: The outputs will be placed into the inventory at the exit", - "create.ponder.mechanical_crafter.text_5": "UNLOCALIZED: Mechanical Crafters require Rotational Force to operate", - "create.ponder.mechanical_crafter.text_6": "UNLOCALIZED: Right-Click the front to insert Items manually", - "create.ponder.mechanical_crafter.text_7": "UNLOCALIZED: Once every slot of a path contains an Item, the crafting process will begin", - "create.ponder.mechanical_crafter.text_8": "UNLOCALIZED: For recipes not fully occupying the crafter setup, the start can be forced using a Redstone Pulse", - - "create.ponder.mechanical_crafter_connect.header": "UNLOCALIZED: Connecting Inventories of Crafters", - "create.ponder.mechanical_crafter_connect.text_1": "UNLOCALIZED: Items can be inserted to Crafters automatically", - "create.ponder.mechanical_crafter_connect.text_2": "UNLOCALIZED: Using the Wrench at their backs, Mechanical Crafter inputs can be combined", - "create.ponder.mechanical_crafter_connect.text_3": "UNLOCALIZED: All connected Crafters can now be accessed by the same input location", - - "create.ponder.mechanical_crafter_covers.header": "UNLOCALIZED: Covering slots of Mechanical Crafters", - "create.ponder.mechanical_crafter_covers.text_1": "UNLOCALIZED: Some recipes will require additional Crafters to bridge gaps in the path", - "create.ponder.mechanical_crafter_covers.text_2": "UNLOCALIZED: Using Slot Covers, Crafters can be set to act as an Empty Slot in the arrangement", - "create.ponder.mechanical_crafter_covers.text_3": "UNLOCALIZED: Shared Inputs created with the Wrench at the back can also reach across covered Crafters", - - "create.ponder.mechanical_drill.header": "UNLOCALIZED: Breaking Blocks with the Mechanical Drill", - "create.ponder.mechanical_drill.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Drill will break blocks directly in front of it", - "create.ponder.mechanical_drill.text_2": "UNLOCALIZED: Its mining speed depends on the Rotational Input", - - "create.ponder.mechanical_drill_contraption.header": "UNLOCALIZED: Using Mechanical Drills on Contraptions", - "create.ponder.mechanical_drill_contraption.text_1": "UNLOCALIZED: Whenever Drills are moved as part of an animated Contraption...", - "create.ponder.mechanical_drill_contraption.text_2": "UNLOCALIZED: ...they will break blocks the contraption runs them into", - - "create.ponder.mechanical_harvester.header": "UNLOCALIZED: Using Mechanical Harvesters on Contraptions", - "create.ponder.mechanical_harvester.text_1": "UNLOCALIZED: Whenever Harvesters are moved as part of an animated Contraption...", - "create.ponder.mechanical_harvester.text_2": "UNLOCALIZED: They will harvest and reset any mature crops on their way", - - "create.ponder.mechanical_mixer.header": "UNLOCALIZED: Processing Items with the Mechanical Mixer", - "create.ponder.mechanical_mixer.text_1": "UNLOCALIZED: With a Mixer and Basin, some Crafting Recipes can be automated", - "create.ponder.mechanical_mixer.text_2": "UNLOCALIZED: Available recipes include any Shapeless Crafting Recipe, plus a couple extra ones", - "create.ponder.mechanical_mixer.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", - "create.ponder.mechanical_mixer.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", - - "create.ponder.mechanical_piston.header": "UNLOCALIZED: Moving Structures using Mechanical Pistons", - "create.ponder.mechanical_piston.text_1": "UNLOCALIZED: Mechanical Pistons can move blocks in front of them", - "create.ponder.mechanical_piston.text_2": "UNLOCALIZED: Speed and direction of movement depend on the Rotational Input", - "create.ponder.mechanical_piston.text_3": "UNLOCALIZED: Sticky Mechanical Pistons can pull the attached blocks back", - - "create.ponder.mechanical_piston_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Piston", - "create.ponder.mechanical_piston_modes.text_1": "UNLOCALIZED: Whenever Pistons stop moving, the moved structure reverts to blocks", - "create.ponder.mechanical_piston_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", - - "create.ponder.mechanical_plough.header": "UNLOCALIZED: Using Mechanical Ploughs on Contraptions", - "create.ponder.mechanical_plough.text_1": "UNLOCALIZED: Whenever Ploughs are moved as part of an animated Contraption...", - "create.ponder.mechanical_plough.text_2": "UNLOCALIZED: ...they will break blocks without a solid collision hitbox", - "create.ponder.mechanical_plough.text_3": "UNLOCALIZED: Additionally, ploughs can create farmland", - "create.ponder.mechanical_plough.text_4": "UNLOCALIZED: ...they can also launch entities without hurting them", - - "create.ponder.mechanical_press.header": "UNLOCALIZED: Processing Items with the Mechanical Press", - "create.ponder.mechanical_press.text_1": "UNLOCALIZED: The Mechanical Press can process items provided beneath it", - "create.ponder.mechanical_press.text_2": "UNLOCALIZED: The Input items can be dropped or placed on a Depot under the Press", - "create.ponder.mechanical_press.text_3": "UNLOCALIZED: When items are provided on a belt...", - "create.ponder.mechanical_press.text_4": "UNLOCALIZED: The Press will hold and process them automatically", - - "create.ponder.mechanical_press_compacting.header": "UNLOCALIZED: Compacting items with the Mechanical Press", - "create.ponder.mechanical_press_compacting.text_1": "UNLOCALIZED: Pressing items held in a Basin will cause them to be Compacted", - "create.ponder.mechanical_press_compacting.text_2": "UNLOCALIZED: Compacting includes any filled 2x2 or 3x3 Crafting Recipe, plus a couple extra ones", - "create.ponder.mechanical_press_compacting.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", - "create.ponder.mechanical_press_compacting.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", - - "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_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_saw_breaker.header": "UNLOCALIZED: Cutting Trees with the Mechanical Saw", - "create.ponder.mechanical_saw_breaker.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Saw will cut trees directly in front of it", - "create.ponder.mechanical_saw_breaker.text_2": "UNLOCALIZED: In order to cut the tree fully, the Saw has to break the last block connecting it to the ground", - - "create.ponder.mechanical_saw_contraption.header": "UNLOCALIZED: Using Mechanical Saws on Contraptions", - "create.ponder.mechanical_saw_contraption.text_1": "UNLOCALIZED: Whenever Saws are moved as part of an animated Contraption...", - "create.ponder.mechanical_saw_contraption.text_2": "UNLOCALIZED: ...they will cut any trees the contraption runs them into", - - "create.ponder.mechanical_saw_processing.header": "UNLOCALIZED: Processing Items on the Mechanical Saw", - "create.ponder.mechanical_saw_processing.text_1": "UNLOCALIZED: Upward facing Mechanical Saws can process a variety of items", - "create.ponder.mechanical_saw_processing.text_2": "UNLOCALIZED: The processed item always moves against the rotational input to the saw", - "create.ponder.mechanical_saw_processing.text_3": "UNLOCALIZED: Saws can work in-line with Mechanical Belts", - "create.ponder.mechanical_saw_processing.text_4": "UNLOCALIZED: When an ingredient has multiple possible outcomes, the filter slot can specify it", - "create.ponder.mechanical_saw_processing.text_5": "UNLOCALIZED: Without filter, the Saw would cycle through all outcomes instead", - - "create.ponder.millstone.header": "UNLOCALIZED: Processing Items in the Millstone", - "create.ponder.millstone.text_1": "UNLOCALIZED: Millstones process items by grinding them", - "create.ponder.millstone.text_2": "UNLOCALIZED: They can be powered from the side using cogwheels", - "create.ponder.millstone.text_3": "UNLOCALIZED: Throw or Insert items at the top", - "create.ponder.millstone.text_4": "UNLOCALIZED: After some time, the result can be obtained via Right-click", - "create.ponder.millstone.text_5": "UNLOCALIZED: The outputs can also be extracted by automation", - - "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", - "create.ponder.piston_pole.text_2": "UNLOCALIZED: The Length of pole added at its back determines the Extension Range", - - "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_storage_interface.header": "UNLOCALIZED: Contraption Storage Exchange", - "create.ponder.portable_storage_interface.text_1": "UNLOCALIZED: Inventories on moving contraptions cannot be accessed by players.", - "create.ponder.portable_storage_interface.text_2": "UNLOCALIZED: This component can interact with storage without the need to stop the contraption.", - "create.ponder.portable_storage_interface.text_3": "UNLOCALIZED: Place a second one with a gap of 1 or 2 blocks inbetween", - "create.ponder.portable_storage_interface.text_4": "UNLOCALIZED: Whenever they pass by each other, they will engage in a connection", - "create.ponder.portable_storage_interface.text_5": "UNLOCALIZED: While engaged, the stationary interface will represent ALL inventories on the contraption", - "create.ponder.portable_storage_interface.text_6": "UNLOCALIZED: Items can now be inserted...", - "create.ponder.portable_storage_interface.text_7": "UNLOCALIZED: ...or extracted from the contraption", - "create.ponder.portable_storage_interface.text_8": "UNLOCALIZED: After no items have been exchanged for a while, the contraption will continue on its way", - - "create.ponder.portable_storage_interface_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.portable_storage_interface_redstone.text_1": "UNLOCALIZED: Redstone power will prevent the stationary interface from engaging", - - "create.ponder.powered_latch.header": "UNLOCALIZED: Controlling signals using the Powered Latch", - "create.ponder.powered_latch.text_1": "UNLOCALIZED: Powered Latches are redstone controllable Levers", - "create.ponder.powered_latch.text_2": "UNLOCALIZED: Signals at the back switch it on", - "create.ponder.powered_latch.text_3": "UNLOCALIZED: Signals from the side switch it back off", - "create.ponder.powered_latch.text_4": "UNLOCALIZED: Powered latches can also be toggled manually", - - "create.ponder.powered_toggle_latch.header": "UNLOCALIZED: Controlling signals using the Powered Toggle Latch", - "create.ponder.powered_toggle_latch.text_1": "UNLOCALIZED: Powered Toggle Latches are redstone controllable Levers", - "create.ponder.powered_toggle_latch.text_2": "UNLOCALIZED: Signals at the back will toggle its state", - "create.ponder.powered_toggle_latch.text_3": "UNLOCALIZED: ...on and back off", - "create.ponder.powered_toggle_latch.text_4": "UNLOCALIZED: Powered toggle latches can also be toggled manually", - - "create.ponder.pulse_extender.header": "UNLOCALIZED: Controlling signals using Pulse Extenders", - "create.ponder.pulse_extender.text_1": "UNLOCALIZED: Pulse Extenders can lengthen a signal passing through", - "create.ponder.pulse_extender.text_2": "UNLOCALIZED: They activate after a short delay...", - "create.ponder.pulse_extender.text_3": "UNLOCALIZED: ...and cool down for the configured duration", - "create.ponder.pulse_extender.text_4": "UNLOCALIZED: Using the mouse wheel, the discharge time can be configured", - "create.ponder.pulse_extender.text_5": "UNLOCALIZED: The configured duration can range up to 30 minutes", - - "create.ponder.pulse_repeater.header": "UNLOCALIZED: Controlling signals using Pulse Repeaters", - "create.ponder.pulse_repeater.text_1": "UNLOCALIZED: Pulse Repeaters emit a short pulse at a delay", - "create.ponder.pulse_repeater.text_2": "UNLOCALIZED: Using the mouse wheel, the charge time can be configured", - "create.ponder.pulse_repeater.text_3": "UNLOCALIZED: Configured delays can range up to 30 minutes", - - "create.ponder.radial_chassis.header": "UNLOCALIZED: Attaching blocks using Radial Chassis", - "create.ponder.radial_chassis.text_1": "UNLOCALIZED: Radial Chassis connect to identical Chassis blocks in a row", - "create.ponder.radial_chassis.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.radial_chassis.text_3": "UNLOCALIZED: The side faces of a Radial Chassis can be made Sticky", - "create.ponder.radial_chassis.text_4": "UNLOCALIZED: Click again to make all other sides sticky", - "create.ponder.radial_chassis.text_5": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", - "create.ponder.radial_chassis.text_6": "UNLOCALIZED: Whenever a Block is next to a sticky face...", - "create.ponder.radial_chassis.text_7": "UNLOCALIZED: ...it will attach all reachable blocks within a radius on that layer", - "create.ponder.radial_chassis.text_8": "UNLOCALIZED: Using a Wrench, a precise Radius can be specified for this chassis", - "create.ponder.radial_chassis.text_9": "UNLOCALIZED: Blocks not reachable by any sticky face will not attach", - - "create.ponder.redstone_contact.header": "UNLOCALIZED: Redstone Contacts", - "create.ponder.redstone_contact.text_1": "UNLOCALIZED: Redstone Contacts facing each other will emit a redstone signal", - "create.ponder.redstone_contact.text_2": "UNLOCALIZED: This still applies when one of them is part of a moving Contraption", - - "create.ponder.redstone_link.header": "Redstone koppelingen gebruiken", - "create.ponder.redstone_link.text_1": "Redstone koppelingen kunnen redstone signalen draadloos doorgeven", - "create.ponder.redstone_link.text_2": "UNLOCALIZED: Right-click while Sneaking to toggle receive mode", - "create.ponder.redstone_link.text_3": "UNLOCALIZED: A simple Right-click with a Wrench can do the same", - "create.ponder.redstone_link.text_4": "UNLOCALIZED: Receivers emit the redstone power of transmitters within 128 blocks", - "create.ponder.redstone_link.text_5": "UNLOCALIZED: Placing items in the two slots can specify a Frequency", - "create.ponder.redstone_link.text_6": "Enkel de koppelingen met dezelfde frequenties zullen met elkaar communiceren", - - "create.ponder.rope_pulley.header": "UNLOCALIZED: Moving Structures using Rope Pulleys", - "create.ponder.rope_pulley.text_1": "UNLOCALIZED: Rope Pulleys can move blocks vertically when given Rotational Force", - "create.ponder.rope_pulley.text_2": "UNLOCALIZED: Direction and Speed of movement depend on the Rotational Input", - - "create.ponder.rope_pulley_attachment.header": "UNLOCALIZED: Moving Pulleys as part of a Contraption", - "create.ponder.rope_pulley_attachment.text_1": "UNLOCALIZED: Whenever Pulleys are themselves being moved by a Contraption...", - "create.ponder.rope_pulley_attachment.text_2": "UNLOCALIZED: ...its attached structure will be dragged with it", - "create.ponder.rope_pulley_attachment.text_3": "UNLOCALIZED: Mind that pulleys are only movable while stopped", - - "create.ponder.rope_pulley_modes.header": "UNLOCALIZED: Movement Modes of the Rope Pulley", - "create.ponder.rope_pulley_modes.text_1": "UNLOCALIZED: Whenever Pulleys stop moving, the moved structure reverts to blocks", - "create.ponder.rope_pulley_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", - - "create.ponder.rose_quartz_lamp.header": "UNLOCALIZED: Rose Quartz Lamps", - "create.ponder.rose_quartz_lamp.text_1": "UNLOCALIZED: Rose Quartz Lamps activate on a Redstone signal", - "create.ponder.rose_quartz_lamp.text_2": "UNLOCALIZED: They will continue to emit redstone power afterwards", - "create.ponder.rose_quartz_lamp.text_3": "UNLOCALIZED: When multiple lamps are arranged in a group...", - "create.ponder.rose_quartz_lamp.text_4": "UNLOCALIZED: ...activating a Lamp will focus the signal to it, deactivating all others", - "create.ponder.rose_quartz_lamp.text_5": "UNLOCALIZED: Comparators output based on the distance to a powered lamp", - "create.ponder.rose_quartz_lamp.text_6": "UNLOCALIZED: The Lamps can also be toggled manually using a Wrench", - - "create.ponder.rotation_speed_controller.header": "UNLOCALIZED: Using the Rotational Speed Controller", - "create.ponder.rotation_speed_controller.text_1": "UNLOCALIZED: Rot. Speed Controllers relay rotation from their axis to a Large Cogwheel above them", - "create.ponder.rotation_speed_controller.text_2": "UNLOCALIZED: Using the scroll input on its side, the conveyed speed can be configured", - - "create.ponder.sail.header": "UNLOCALIZED: Assembling Windmills using Sails", - "create.ponder.sail.text_1": "UNLOCALIZED: Sails are handy blocks to create Windmills with", - "create.ponder.sail.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", - "create.ponder.sail.text_3": "UNLOCALIZED: Right-Click with Dye to paint them", - "create.ponder.sail.text_4": "UNLOCALIZED: Right-Click with Shears to turn them back into frames", - - "create.ponder.sail_frame.header": "UNLOCALIZED: Assembling Windmills using Sail Frames", - "create.ponder.sail_frame.text_1": "UNLOCALIZED: Sail Frames are handy blocks to create Windmills with", - "create.ponder.sail_frame.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", - - "create.ponder.sequenced_gearshift.header": "UNLOCALIZED: Controlling Rotational Speed using Sequenced Gearshifts", - "create.ponder.sequenced_gearshift.text_1": "UNLOCALIZED: Seq. Gearshifts relay rotation by following a timed list of instructions", - "create.ponder.sequenced_gearshift.text_2": "UNLOCALIZED: Right-click it to open the Configuration UI", - "create.ponder.sequenced_gearshift.text_3": "UNLOCALIZED: Upon receiving a Redstone Signal, it will start running its configured sequence", - "create.ponder.sequenced_gearshift.text_4": "UNLOCALIZED: Once finished, it waits for the next Redstone Signal and starts over", - "create.ponder.sequenced_gearshift.text_5": "UNLOCALIZED: A redstone comparator can be used to read the current progress", - - "create.ponder.shaft.header": "UNLOCALIZED: Relaying rotational force using Shafts", - "create.ponder.shaft.text_1": "UNLOCALIZED: Shafts will relay rotation in a straight line.", - - "create.ponder.shaft_casing.header": "UNLOCALIZED: Encasing Shafts", - "create.ponder.shaft_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Shafts", - - "create.ponder.smart_chute.header": "UNLOCALIZED: Filtering Items using Smart Chutes", - "create.ponder.smart_chute.text_1": "UNLOCALIZED: Smart Chutes are vertical chutes with additional control", - "create.ponder.smart_chute.text_2": "UNLOCALIZED: Items in the filter slot specify what exactly they can extract and transfer", - "create.ponder.smart_chute.text_3": "UNLOCALIZED: Use the Mouse Wheel to specify the extracted stack size", - "create.ponder.smart_chute.text_4": "UNLOCALIZED: Redstone power will prevent Smart Chutes from acting.", - - "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.speedometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Speedometer", - "create.ponder.speedometer.text_1": "UNLOCALIZED: The Speedometer displays the current Speed of the attached components", - "create.ponder.speedometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", - "create.ponder.speedometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Speedometer's measurements", - - "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.stabilized_bearings.header": "UNLOCALIZED: Stabilized Contraptions", - "create.ponder.stabilized_bearings.text_1": "UNLOCALIZED: Whenever Mechanical Bearings are themselves part of a moving Structure..", - "create.ponder.stabilized_bearings.text_2": "UNLOCALIZED: ..they will attempt to keep themselves upright", - "create.ponder.stabilized_bearings.text_3": "UNLOCALIZED: Once again, the bearing will attach to the block in front of it", - "create.ponder.stabilized_bearings.text_4": "UNLOCALIZED: As a result, the entire sub-Contraption will stay upright", - - "create.ponder.steam_engine.header": "UNLOCALIZED: Setting up Steam Engines", - "create.ponder.steam_engine.text_1": "UNLOCALIZED: Steam Engines can be placed on a Fluid Tank", - "create.ponder.steam_engine.text_10": "UNLOCALIZED: Lvl 4", - "create.ponder.steam_engine.text_11": "UNLOCALIZED: 4 Engines", - "create.ponder.steam_engine.text_12": "UNLOCALIZED: Lvl 8", - "create.ponder.steam_engine.text_13": "UNLOCALIZED: 8 Engines", - "create.ponder.steam_engine.text_2": "UNLOCALIZED: Clicking the engine with a Shaft creates the Kinetic Output", - "create.ponder.steam_engine.text_3": "UNLOCALIZED: With sufficient Heat, Water and Boiler space...", - "create.ponder.steam_engine.text_4": "UNLOCALIZED: ...they will generate Rotational Force", - "create.ponder.steam_engine.text_5": "UNLOCALIZED: The minimal setup requires 4 Fluid Tanks", - "create.ponder.steam_engine.text_6": "UNLOCALIZED: With the help of Blaze Burners, the power output can be increased", - "create.ponder.steam_engine.text_7": "UNLOCALIZED: Higher power levels require more Water, Size and Heat", - "create.ponder.steam_engine.text_8": "UNLOCALIZED: The boiler's current power level can be inspected with Engineer's Goggles", - "create.ponder.steam_engine.text_9": "UNLOCALIZED: With each added power level, an additional Engine can output at full capacity", - - "create.ponder.steam_whistle.header": "UNLOCALIZED: Setting up Steam Whistles", - "create.ponder.steam_whistle.text_1": "UNLOCALIZED: Steam Whistles can be placed on a Fluid Tank", - "create.ponder.steam_whistle.text_2": "UNLOCALIZED: If the tank receives sufficient heat...", - "create.ponder.steam_whistle.text_3": "UNLOCALIZED: ...the Whistle will play a note when activated", - "create.ponder.steam_whistle.text_4": "UNLOCALIZED: Use a Whistle item on the block to lower its pitch", - "create.ponder.steam_whistle.text_5": "UNLOCALIZED: Cycle between three different octaves using a Wrench", - "create.ponder.steam_whistle.text_6": "UNLOCALIZED: Engineer's Goggles can help to find out the current pitch of a Whistle", - - "create.ponder.sticker.header": "UNLOCALIZED: Attaching blocks using the Sticker", - "create.ponder.sticker.text_1": "UNLOCALIZED: Stickers are ideal for Redstone-controlled block attachment", - "create.ponder.sticker.text_2": "UNLOCALIZED: Upon receiving a signal, it will toggle its state", - "create.ponder.sticker.text_3": "UNLOCALIZED: If it is now moved in a contraption, the block will move with it", - "create.ponder.sticker.text_4": "UNLOCALIZED: Toggled once again, the block is no longer attached", - - "create.ponder.stressometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Stressometer", - "create.ponder.stressometer.text_1": "UNLOCALIZED: The Stressometer displays the current Stress Capacity of the attached kinetic network", - "create.ponder.stressometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", - "create.ponder.stressometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Stressometer's measurements", - - "create.ponder.super_glue.header": "UNLOCALIZED: Attaching blocks using Super Glue", - "create.ponder.super_glue.text_1": "UNLOCALIZED: Super Glue groups blocks together into moving contraptions", - "create.ponder.super_glue.text_2": "UNLOCALIZED: Clicking two endpoints creates a new 'glued' area", - "create.ponder.super_glue.text_3": "UNLOCALIZED: To remove a box, punch it with the glue item in hand", - "create.ponder.super_glue.text_4": "UNLOCALIZED: Adjacent blocks sharing an area will pull each other along", - "create.ponder.super_glue.text_5": "UNLOCALIZED: Overlapping glue volumes will move together", - "create.ponder.super_glue.text_6": "UNLOCALIZED: Blocks hanging on others usually do not require glue", - - "create.ponder.track_chunks.header": "UNLOCALIZED: Traversing unloaded Chunks", - "create.ponder.track_chunks.text_1": "UNLOCALIZED: Tracks stay functional outside of loaded chunks", - "create.ponder.track_chunks.text_2": "UNLOCALIZED: Trains will travel through inactive sections of the world without issue", - "create.ponder.track_chunks.text_3": "UNLOCALIZED: They will still stop at stations or red signals", - "create.ponder.track_chunks.text_4": "UNLOCALIZED: However, Drills and other on-board machines will not operate", - "create.ponder.track_chunks.text_5": "UNLOCALIZED: Once near a Player, the train will re-appear", - - "create.ponder.track_observer.header": "UNLOCALIZED: Detecting Trains", - "create.ponder.track_observer.text_1": "UNLOCALIZED: Select a Train Track then place the Observer nearby", - "create.ponder.track_observer.text_2": "UNLOCALIZED: The Observer will detect any Trains passing over the marker", - "create.ponder.track_observer.text_3": "UNLOCALIZED: Observers can be filtered to activate for matching cargo", - - "create.ponder.track_placement.header": "UNLOCALIZED: Placing Train Tracks", - "create.ponder.track_placement.text_1": "UNLOCALIZED: A new type of rail designed for Train Contraptions", - "create.ponder.track_placement.text_2": "UNLOCALIZED: To place rows of track in bulk, click on an existing track", - "create.ponder.track_placement.text_3": "UNLOCALIZED: Then place or select a second track", - "create.ponder.track_placement.text_4": "UNLOCALIZED: Tracks can also be placed as turns or slopes", - "create.ponder.track_placement.text_5": "UNLOCALIZED: When connecting, tracks will try to make each turn equally sized", - "create.ponder.track_placement.text_6": "UNLOCALIZED: Holding the sprint key while connecting...", - "create.ponder.track_placement.text_7": "UNLOCALIZED: ...will create the longest fitting bend instead", - "create.ponder.track_placement.text_8": "UNLOCALIZED: Materials in the off-hand will be paved under tracks automatically", - - "create.ponder.track_portal.header": "UNLOCALIZED: Tracks and the Nether", - "create.ponder.track_portal.text_1": "UNLOCALIZED: Tracks placed up against a nether portal...", - "create.ponder.track_portal.text_2": "UNLOCALIZED: ...will attempt to create a paired track on the other side", - "create.ponder.track_portal.text_3": "UNLOCALIZED: Trains on this track are now able to travel across dimensions", - - "create.ponder.train_assembly.header": "UNLOCALIZED: Assembling Trains", - "create.ponder.train_assembly.text_1": "UNLOCALIZED: Select a Train Track then place the Station nearby", - "create.ponder.train_assembly.text_10": "UNLOCALIZED: Every Train requires Train Controls on board", - "create.ponder.train_assembly.text_11": "UNLOCALIZED: An optional second one allows departure from Stations in both directions", - "create.ponder.train_assembly.text_12": "UNLOCALIZED: Open the Station UI and confirm the Assembly process", - "create.ponder.train_assembly.text_13": "UNLOCALIZED: Trains can be disassembled back into blocks at stations only", - "create.ponder.train_assembly.text_14": "UNLOCALIZED: When used on a station, maps will add a labeled marker at the location", - "create.ponder.train_assembly.text_15": "UNLOCALIZED: Assembled Trains can be relocated to nearby Tracks using the Wrench", - "create.ponder.train_assembly.text_2": "UNLOCALIZED: Stations are the Waypoints of your Track Network", - "create.ponder.train_assembly.text_3": "UNLOCALIZED: To create a new Train, open the UI and switch to Assembly Mode", - "create.ponder.train_assembly.text_4": "UNLOCALIZED: During Assembly no scheduled trains will approach this station", - "create.ponder.train_assembly.text_5": "UNLOCALIZED: Create new bogeys by using Train Casing on Tracks", - "create.ponder.train_assembly.text_6": "UNLOCALIZED: Click the track again to cycle between bogey designs", - "create.ponder.train_assembly.text_7": "UNLOCALIZED: Attach blocks with the help of Super Glue", - "create.ponder.train_assembly.text_8": "UNLOCALIZED: Assembled Trains will move faster if they can find fuel in assembled chests or barrels", - "create.ponder.train_assembly.text_9": "UNLOCALIZED: Fuel stored in Vaults will not be consumed by the train", - - "create.ponder.train_controls.header": "UNLOCALIZED: Controlling Trains", - "create.ponder.train_controls.text_1": "UNLOCALIZED: Train Controls are required on every train contraption", - "create.ponder.train_controls.text_2": "UNLOCALIZED: Once assembled, right-click the block to start driving", - "create.ponder.train_controls.text_3": "UNLOCALIZED: Accelerate and steer the Train using movement keybinds", - "create.ponder.train_controls.text_4": "UNLOCALIZED: If desired, the top speed can be fine-tuned using the mouse wheel", - "create.ponder.train_controls.text_5": "UNLOCALIZED: Hold space to approach a nearby Station", - "create.ponder.train_controls.text_6": "UNLOCALIZED: Trains can only be disassembled back into blocks at Stations", - "create.ponder.train_controls.text_7": "UNLOCALIZED: Assembled Whistles can be activated with the sprint key", - "create.ponder.train_controls.text_8": "UNLOCALIZED: Sneak or click again to stop controlling the Train", - - "create.ponder.train_schedule.header": "UNLOCALIZED: Using Train Schedules", - "create.ponder.train_schedule.text_1": "UNLOCALIZED: Schedules allow Trains to be controlled by other Drivers", - "create.ponder.train_schedule.text_2": "UNLOCALIZED: Right-click with the item in hand to open its Interface", - "create.ponder.train_schedule.text_3": "UNLOCALIZED: Once programmed, the Schedule can be handed off to a Train Driver", - "create.ponder.train_schedule.text_4": "UNLOCALIZED: Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", - "create.ponder.train_schedule.text_5": "UNLOCALIZED: Creatures on a lead can be given their seat more conveniently", - "create.ponder.train_schedule.text_6": "UNLOCALIZED: Schedules can be retrieved from Drivers at any moment", - - "create.ponder.train_signal_placement.header": "UNLOCALIZED: Placing Train Signals", - "create.ponder.train_signal_placement.text_1": "UNLOCALIZED: Select a Train Track then place the Signal nearby", - "create.ponder.train_signal_placement.text_2": "UNLOCALIZED: Signals control the flow of Trains not driven by players", - "create.ponder.train_signal_placement.text_3": "UNLOCALIZED: Scheduled Trains will never cross signals in the opposite direction", - "create.ponder.train_signal_placement.text_4": "UNLOCALIZED: ...unless a second signal is added facing the opposite way.", - "create.ponder.train_signal_placement.text_5": "UNLOCALIZED: Nixie tubes can be attached to make a signal's lights more visible", - - "create.ponder.train_signal_redstone.header": "UNLOCALIZED: Signals & Redstone", - "create.ponder.train_signal_redstone.text_1": "UNLOCALIZED: Signals can be forced red by a redstone signal", - "create.ponder.train_signal_redstone.text_2": "UNLOCALIZED: Reversely, red signals emit a comparator output", - - "create.ponder.train_signal_signaling.header": "UNLOCALIZED: Collision Prevention with Signals", - "create.ponder.train_signal_signaling.text_1": "UNLOCALIZED: Train Signals divide a track into segments", - "create.ponder.train_signal_signaling.text_2": "UNLOCALIZED: If a Segment is occupied, no other Trains will be allowed entry", - "create.ponder.train_signal_signaling.text_3": "UNLOCALIZED: Thus, each Segment will contain only one Train at a time", - "create.ponder.train_signal_signaling.text_4": "UNLOCALIZED: A second Signal mode is available via the Wrench", - "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", - "create.ponder.train_signal_signaling.text_6": "UNLOCALIZED: This special Signal can stop trains under a second condition", - "create.ponder.train_signal_signaling.text_7": "UNLOCALIZED: It will stop Trains, which, upon entering...", - "create.ponder.train_signal_signaling.text_8": "UNLOCALIZED: ...would not be able to leave the Segment immediately", - "create.ponder.train_signal_signaling.text_9": "UNLOCALIZED: This helps keeping queued Trains out of a busy Segment", - - "create.ponder.valve_handle.header": "UNLOCALIZED: Generating Rotational Force using Valve Handles", - "create.ponder.valve_handle.text_1": "UNLOCALIZED: Valve Handles can be used by players to apply rotational force manually", - "create.ponder.valve_handle.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", - "create.ponder.valve_handle.text_3": "UNLOCALIZED: Its conveyed speed is slow and precise", - "create.ponder.valve_handle.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", - "create.ponder.valve_handle.text_5": "UNLOCALIZED: Valve handles can be dyed for aesthetic purposes", - - "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.water_wheel.header": "UNLOCALIZED: Generating Rotational Force using Water Wheels", - "create.ponder.water_wheel.text_1": "UNLOCALIZED: Water Wheels draw force from adjacent Water Currents", - "create.ponder.water_wheel.text_2": "UNLOCALIZED: The more faces are powered, the faster the Water Wheel will rotate", - "create.ponder.water_wheel.text_3": "UNLOCALIZED: The Wheels' blades should be oriented against the flow", - "create.ponder.water_wheel.text_4": "UNLOCALIZED: Facing the opposite way, they will not be as effective", - - "create.ponder.weighted_ejector.header": "UNLOCALIZED: Using Weighted Ejectors", - "create.ponder.weighted_ejector.text_1": "UNLOCALIZED: Sneak and Right-Click holding an Ejector to select its target location", - "create.ponder.weighted_ejector.text_10": "UNLOCALIZED: It is now limited to this stack size, and only activates when its held stack reaches this amount", - "create.ponder.weighted_ejector.text_11": "UNLOCALIZED: Other Entities will always trigger an Ejector when stepping on it", - "create.ponder.weighted_ejector.text_2": "UNLOCALIZED: The placed ejector will now launch objects to the marked location", - "create.ponder.weighted_ejector.text_3": "UNLOCALIZED: A valid target can be at any height or distance within range", - "create.ponder.weighted_ejector.text_4": "UNLOCALIZED: They cannot however be off to a side", - "create.ponder.weighted_ejector.text_5": "UNLOCALIZED: If no valid Target was selected, it will simply target the block directly in front", - "create.ponder.weighted_ejector.text_6": "UNLOCALIZED: Supply Rotational Force in order to charge it up", - "create.ponder.weighted_ejector.text_7": "UNLOCALIZED: Items placed on the ejector cause it to trigger", - "create.ponder.weighted_ejector.text_8": "UNLOCALIZED: If Inventories are targeted, the ejector will wait until there is space", - "create.ponder.weighted_ejector.text_9": "UNLOCALIZED: Using the Wrench, a required Stack Size can be configured", - - "create.ponder.weighted_ejector_redstone.header": "UNLOCALIZED: Controlling Weighted Ejectors with Redstone", - "create.ponder.weighted_ejector_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Ejectors will not activate", - "create.ponder.weighted_ejector_redstone.text_2": "UNLOCALIZED: Furthermore, Observers can detect when Ejectors activate", - - "create.ponder.weighted_ejector_tunnel.header": "UNLOCALIZED: Splitting item stacks using Weighted Ejectors", - "create.ponder.weighted_ejector_tunnel.text_1": "UNLOCALIZED: Combined with Brass Tunnels, Ejectors can split item stacks by specific amounts", - "create.ponder.weighted_ejector_tunnel.text_2": "UNLOCALIZED: First, configure the Brass Tunnel to 'Prefer Nearest', in order to prioritize its side output", - "create.ponder.weighted_ejector_tunnel.text_3": "UNLOCALIZED: The Stack Size set on the Ejector now determines the amount to be split off", - "create.ponder.weighted_ejector_tunnel.text_4": "UNLOCALIZED: While a new stack of the configured size exits the side output...", - "create.ponder.weighted_ejector_tunnel.text_5": "UNLOCALIZED: ...the remainder will continue on its path", - - "create.ponder.windmill_source.header": "UNLOCALIZED: Generating Rotational Force using Windmill Bearings", - "create.ponder.windmill_source.text_1": "UNLOCALIZED: Windmill Bearings attach to the block in front of them", - "create.ponder.windmill_source.text_2": "UNLOCALIZED: Create a movable structure with the help of Super Glue", - "create.ponder.windmill_source.text_3": "UNLOCALIZED: If enough Sail-like blocks are included, this can act as a Windmill", - "create.ponder.windmill_source.text_4": "UNLOCALIZED: Activated with Right-Click, the Windmill Bearing will start providing Rotational Force", - "create.ponder.windmill_source.text_5": "UNLOCALIZED: The Amount of Sail Blocks determine its Rotation Speed", - "create.ponder.windmill_source.text_6": "UNLOCALIZED: Use a Wrench to configure its rotation direction", - "create.ponder.windmill_source.text_7": "UNLOCALIZED: Right-click the Bearing anytime to stop and edit the Structure again", - - "create.ponder.windmill_structure.header": "UNLOCALIZED: Windmill Contraptions", - "create.ponder.windmill_structure.text_1": "UNLOCALIZED: Any Structure can count as a valid Windmill, as long as it contains at least 8 sail-like Blocks.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/no_no.json b/src/generated/resources/assets/create/lang/unfinished/no_no.json deleted file mode 100644 index b79ab9ee2a..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/no_no.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 2332", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Akasievindu", - "block.create.acacia_window_pane": "Akasieglassrute", - "block.create.adjustable_chain_gearshift": "UNLOCALIZED: Adjustable Chain Gearshift", - "block.create.analog_lever": "Analog spak", - "block.create.andesite_belt_funnel": "UNLOCALIZED: Andesite Belt Funnel", - "block.create.andesite_casing": "UNLOCALIZED: Andesite Casing", - "block.create.andesite_encased_cogwheel": "UNLOCALIZED: Andesite Encased Cogwheel", - "block.create.andesite_encased_large_cogwheel": "UNLOCALIZED: Andesite Encased Large Cogwheel", - "block.create.andesite_encased_shaft": "UNLOCALIZED: Andesite Encased Shaft", - "block.create.andesite_funnel": "UNLOCALIZED: Andesite Funnel", - "block.create.andesite_ladder": "Andesittstige", - "block.create.andesite_pillar": "Andesittsøyle", - "block.create.andesite_tunnel": "UNLOCALIZED: Andesite Tunnel", - "block.create.asurine": "Asurin", - "block.create.asurine_pillar": "Asurinsøyle", - "block.create.basin": "Gryte", - "block.create.belt": "Belte", - "block.create.birch_window": "Bjørkevindu", - "block.create.birch_window_pane": "Bjørkeglassrute", - "block.create.black_nixie_tube": "Svart nixie-rør", - "block.create.black_sail": "Svart seil", - "block.create.black_seat": "Svart sete", - "block.create.black_toolbox": "Svart verktøykasse", - "block.create.black_valve_handle": "UNLOCALIZED: Black Valve Handle", - "block.create.blaze_burner": "UNLOCALIZED: Blaze Burner", - "block.create.blue_nixie_tube": "Blått nixie-rør", - "block.create.blue_sail": "Blått seil", - "block.create.blue_seat": "Blått sete", - "block.create.blue_toolbox": "Blå verktøykasse", - "block.create.blue_valve_handle": "UNLOCALIZED: Blue Valve Handle", - "block.create.brass_belt_funnel": "UNLOCALIZED: Brass Belt Funnel", - "block.create.brass_block": "UNLOCALIZED: Block of Brass", - "block.create.brass_casing": "UNLOCALIZED: Brass Casing", - "block.create.brass_encased_cogwheel": "UNLOCALIZED: Brass Encased Cogwheel", - "block.create.brass_encased_large_cogwheel": "UNLOCALIZED: Brass Encased Large Cogwheel", - "block.create.brass_encased_shaft": "UNLOCALIZED: Brass Encased Shaft", - "block.create.brass_funnel": "UNLOCALIZED: Brass Funnel", - "block.create.brass_ladder": "UNLOCALIZED: Brass Ladder", - "block.create.brass_tunnel": "UNLOCALIZED: Brass Tunnel", - "block.create.brown_nixie_tube": "Brunt nixie-rør", - "block.create.brown_sail": "Brunt seil", - "block.create.brown_seat": "Brunt sete", - "block.create.brown_toolbox": "Brun verktøykasse", - "block.create.brown_valve_handle": "UNLOCALIZED: Brown Valve Handle", - "block.create.calcite_pillar": "UNLOCALIZED: Calcite Pillar", - "block.create.cart_assembler": "UNLOCALIZED: Cart Assembler", - "block.create.chocolate": "Sjokolade", - "block.create.chute": "UNLOCALIZED: Chute", - "block.create.clockwork_bearing": "Klokkelager", - "block.create.clutch": "UNLOCALIZED: Clutch", - "block.create.cogwheel": "Tannhjul", - "block.create.content_observer": "UNLOCALIZED: Content Observer", - "block.create.controller_rail": "UNLOCALIZED: Controller Rail", - "block.create.controls": "UNLOCALIZED: Train Controls", - "block.create.copper_backtank": "Kobberryggtanke", - "block.create.copper_casing": "UNLOCALIZED: Copper Casing", - "block.create.copper_ladder": "Kobberstige", - "block.create.copper_shingle_slab": "UNLOCALIZED: Copper Shingle Slab", - "block.create.copper_shingle_stairs": "UNLOCALIZED: Copper Shingle Stairs", - "block.create.copper_shingles": "UNLOCALIZED: Copper Shingles", - "block.create.copper_tile_slab": "UNLOCALIZED: Copper Tile Slab", - "block.create.copper_tile_stairs": "UNLOCALIZED: Copper Tile Stairs", - "block.create.copper_tiles": "UNLOCALIZED: Copper Tiles", - "block.create.copper_valve_handle": "UNLOCALIZED: Copper Valve Handle", - "block.create.creative_crate": "Creativ beholder", - "block.create.creative_fluid_tank": "Creativ væsketank", - "block.create.creative_motor": "Creativ motor", - "block.create.crimsite": "UNLOCALIZED: Crimsite", - "block.create.crimsite_pillar": "UNLOCALIZED: Crimsite Pillar", - "block.create.crimson_window": "Karmosinvindue", - "block.create.crimson_window_pane": "Karmosinglassrute", - "block.create.crushing_wheel": "UNLOCALIZED: Crushing Wheel", - "block.create.crushing_wheel_controller": "UNLOCALIZED: Crushing Wheel Controller", - "block.create.cuckoo_clock": "Jøkur", - "block.create.cut_andesite": "UNLOCALIZED: Cut Andesite", - "block.create.cut_andesite_brick_slab": "UNLOCALIZED: Cut Andesite Brick Slab", - "block.create.cut_andesite_brick_stairs": "UNLOCALIZED: Cut Andesite Brick Stairs", - "block.create.cut_andesite_brick_wall": "UNLOCALIZED: Cut Andesite Brick Wall", - "block.create.cut_andesite_bricks": "UNLOCALIZED: Cut Andesite Bricks", - "block.create.cut_andesite_slab": "UNLOCALIZED: Cut Andesite Slab", - "block.create.cut_andesite_stairs": "UNLOCALIZED: Cut Andesite Stairs", - "block.create.cut_andesite_wall": "UNLOCALIZED: Cut Andesite Wall", - "block.create.cut_asurine": "UNLOCALIZED: Cut Asurine", - "block.create.cut_asurine_brick_slab": "UNLOCALIZED: Cut Asurine Brick Slab", - "block.create.cut_asurine_brick_stairs": "UNLOCALIZED: Cut Asurine Brick Stairs", - "block.create.cut_asurine_brick_wall": "UNLOCALIZED: Cut Asurine Brick Wall", - "block.create.cut_asurine_bricks": "UNLOCALIZED: Cut Asurine Bricks", - "block.create.cut_asurine_slab": "UNLOCALIZED: Cut Asurine Slab", - "block.create.cut_asurine_stairs": "UNLOCALIZED: Cut Asurine Stairs", - "block.create.cut_asurine_wall": "UNLOCALIZED: Cut Asurine Wall", - "block.create.cut_calcite": "UNLOCALIZED: Cut Calcite", - "block.create.cut_calcite_brick_slab": "UNLOCALIZED: Cut Calcite Brick Slab", - "block.create.cut_calcite_brick_stairs": "UNLOCALIZED: Cut Calcite Brick Stairs", - "block.create.cut_calcite_brick_wall": "UNLOCALIZED: Cut Calcite Brick Wall", - "block.create.cut_calcite_bricks": "UNLOCALIZED: Cut Calcite Bricks", - "block.create.cut_calcite_slab": "UNLOCALIZED: Cut Calcite Slab", - "block.create.cut_calcite_stairs": "UNLOCALIZED: Cut Calcite Stairs", - "block.create.cut_calcite_wall": "UNLOCALIZED: Cut Calcite Wall", - "block.create.cut_crimsite": "UNLOCALIZED: Cut Crimsite", - "block.create.cut_crimsite_brick_slab": "UNLOCALIZED: Cut Crimsite Brick Slab", - "block.create.cut_crimsite_brick_stairs": "UNLOCALIZED: Cut Crimsite Brick Stairs", - "block.create.cut_crimsite_brick_wall": "UNLOCALIZED: Cut Crimsite Brick Wall", - "block.create.cut_crimsite_bricks": "UNLOCALIZED: Cut Crimsite Bricks", - "block.create.cut_crimsite_slab": "UNLOCALIZED: Cut Crimsite Slab", - "block.create.cut_crimsite_stairs": "UNLOCALIZED: Cut Crimsite Stairs", - "block.create.cut_crimsite_wall": "UNLOCALIZED: Cut Crimsite Wall", - "block.create.cut_deepslate": "UNLOCALIZED: Cut Deepslate", - "block.create.cut_deepslate_brick_slab": "UNLOCALIZED: Cut Deepslate Brick Slab", - "block.create.cut_deepslate_brick_stairs": "UNLOCALIZED: Cut Deepslate Brick Stairs", - "block.create.cut_deepslate_brick_wall": "UNLOCALIZED: Cut Deepslate Brick Wall", - "block.create.cut_deepslate_bricks": "UNLOCALIZED: Cut Deepslate Bricks", - "block.create.cut_deepslate_slab": "UNLOCALIZED: Cut Deepslate Slab", - "block.create.cut_deepslate_stairs": "UNLOCALIZED: Cut Deepslate Stairs", - "block.create.cut_deepslate_wall": "UNLOCALIZED: Cut Deepslate Wall", - "block.create.cut_diorite": "UNLOCALIZED: Cut Diorite", - "block.create.cut_diorite_brick_slab": "UNLOCALIZED: Cut Diorite Brick Slab", - "block.create.cut_diorite_brick_stairs": "UNLOCALIZED: Cut Diorite Brick Stairs", - "block.create.cut_diorite_brick_wall": "UNLOCALIZED: Cut Diorite Brick Wall", - "block.create.cut_diorite_bricks": "UNLOCALIZED: Cut Diorite Bricks", - "block.create.cut_diorite_slab": "UNLOCALIZED: Cut Diorite Slab", - "block.create.cut_diorite_stairs": "UNLOCALIZED: Cut Diorite Stairs", - "block.create.cut_diorite_wall": "UNLOCALIZED: Cut Diorite Wall", - "block.create.cut_dripstone": "UNLOCALIZED: Cut Dripstone", - "block.create.cut_dripstone_brick_slab": "UNLOCALIZED: Cut Dripstone Brick Slab", - "block.create.cut_dripstone_brick_stairs": "UNLOCALIZED: Cut Dripstone Brick Stairs", - "block.create.cut_dripstone_brick_wall": "UNLOCALIZED: Cut Dripstone Brick Wall", - "block.create.cut_dripstone_bricks": "UNLOCALIZED: Cut Dripstone Bricks", - "block.create.cut_dripstone_slab": "UNLOCALIZED: Cut Dripstone Slab", - "block.create.cut_dripstone_stairs": "UNLOCALIZED: Cut Dripstone Stairs", - "block.create.cut_dripstone_wall": "UNLOCALIZED: Cut Dripstone Wall", - "block.create.cut_granite": "UNLOCALIZED: Cut Granite", - "block.create.cut_granite_brick_slab": "UNLOCALIZED: Cut Granite Brick Slab", - "block.create.cut_granite_brick_stairs": "UNLOCALIZED: Cut Granite Brick Stairs", - "block.create.cut_granite_brick_wall": "UNLOCALIZED: Cut Granite Brick Wall", - "block.create.cut_granite_bricks": "UNLOCALIZED: Cut Granite Bricks", - "block.create.cut_granite_slab": "UNLOCALIZED: Cut Granite Slab", - "block.create.cut_granite_stairs": "UNLOCALIZED: Cut Granite Stairs", - "block.create.cut_granite_wall": "UNLOCALIZED: Cut Granite Wall", - "block.create.cut_limestone": "UNLOCALIZED: Cut Limestone", - "block.create.cut_limestone_brick_slab": "UNLOCALIZED: Cut Limestone Brick Slab", - "block.create.cut_limestone_brick_stairs": "UNLOCALIZED: Cut Limestone Brick Stairs", - "block.create.cut_limestone_brick_wall": "UNLOCALIZED: Cut Limestone Brick Wall", - "block.create.cut_limestone_bricks": "UNLOCALIZED: Cut Limestone Bricks", - "block.create.cut_limestone_slab": "UNLOCALIZED: Cut Limestone Slab", - "block.create.cut_limestone_stairs": "UNLOCALIZED: Cut Limestone Stairs", - "block.create.cut_limestone_wall": "UNLOCALIZED: Cut Limestone Wall", - "block.create.cut_ochrum": "UNLOCALIZED: Cut Ochrum", - "block.create.cut_ochrum_brick_slab": "UNLOCALIZED: Cut Ochrum Brick Slab", - "block.create.cut_ochrum_brick_stairs": "UNLOCALIZED: Cut Ochrum Brick Stairs", - "block.create.cut_ochrum_brick_wall": "UNLOCALIZED: Cut Ochrum Brick Wall", - "block.create.cut_ochrum_bricks": "UNLOCALIZED: Cut Ochrum Bricks", - "block.create.cut_ochrum_slab": "UNLOCALIZED: Cut Ochrum Slab", - "block.create.cut_ochrum_stairs": "UNLOCALIZED: Cut Ochrum Stairs", - "block.create.cut_ochrum_wall": "UNLOCALIZED: Cut Ochrum Wall", - "block.create.cut_scorchia": "UNLOCALIZED: Cut Scorchia", - "block.create.cut_scorchia_brick_slab": "UNLOCALIZED: Cut Scorchia Brick Slab", - "block.create.cut_scorchia_brick_stairs": "UNLOCALIZED: Cut Scorchia Brick Stairs", - "block.create.cut_scorchia_brick_wall": "UNLOCALIZED: Cut Scorchia Brick Wall", - "block.create.cut_scorchia_bricks": "UNLOCALIZED: Cut Scorchia Bricks", - "block.create.cut_scorchia_slab": "UNLOCALIZED: Cut Scorchia Slab", - "block.create.cut_scorchia_stairs": "UNLOCALIZED: Cut Scorchia Stairs", - "block.create.cut_scorchia_wall": "UNLOCALIZED: Cut Scorchia Wall", - "block.create.cut_scoria": "UNLOCALIZED: Cut Scoria", - "block.create.cut_scoria_brick_slab": "UNLOCALIZED: Cut Scoria Brick Slab", - "block.create.cut_scoria_brick_stairs": "UNLOCALIZED: Cut Scoria Brick Stairs", - "block.create.cut_scoria_brick_wall": "UNLOCALIZED: Cut Scoria Brick Wall", - "block.create.cut_scoria_bricks": "UNLOCALIZED: Cut Scoria Bricks", - "block.create.cut_scoria_slab": "UNLOCALIZED: Cut Scoria Slab", - "block.create.cut_scoria_stairs": "UNLOCALIZED: Cut Scoria Stairs", - "block.create.cut_scoria_wall": "UNLOCALIZED: Cut Scoria Wall", - "block.create.cut_tuff": "UNLOCALIZED: Cut Tuff", - "block.create.cut_tuff_brick_slab": "UNLOCALIZED: Cut Tuff Brick Slab", - "block.create.cut_tuff_brick_stairs": "UNLOCALIZED: Cut Tuff Brick Stairs", - "block.create.cut_tuff_brick_wall": "UNLOCALIZED: Cut Tuff Brick Wall", - "block.create.cut_tuff_bricks": "UNLOCALIZED: Cut Tuff Bricks", - "block.create.cut_tuff_slab": "UNLOCALIZED: Cut Tuff Slab", - "block.create.cut_tuff_stairs": "UNLOCALIZED: Cut Tuff Stairs", - "block.create.cut_tuff_wall": "UNLOCALIZED: Cut Tuff Wall", - "block.create.cut_veridium": "UNLOCALIZED: Cut Veridium", - "block.create.cut_veridium_brick_slab": "UNLOCALIZED: Cut Veridium Brick Slab", - "block.create.cut_veridium_brick_stairs": "UNLOCALIZED: Cut Veridium Brick Stairs", - "block.create.cut_veridium_brick_wall": "UNLOCALIZED: Cut Veridium Brick Wall", - "block.create.cut_veridium_bricks": "UNLOCALIZED: Cut Veridium Bricks", - "block.create.cut_veridium_slab": "UNLOCALIZED: Cut Veridium Slab", - "block.create.cut_veridium_stairs": "UNLOCALIZED: Cut Veridium Stairs", - "block.create.cut_veridium_wall": "UNLOCALIZED: Cut Veridium Wall", - "block.create.cyan_nixie_tube": "Turkist nixie-rør", - "block.create.cyan_sail": "Turkist seil", - "block.create.cyan_seat": "Turkist sete", - "block.create.cyan_toolbox": "Turkis verktøykasse", - "block.create.cyan_valve_handle": "UNLOCALIZED: Cyan Valve Handle", - "block.create.dark_oak_window": "Mørkeikevindu", - "block.create.dark_oak_window_pane": "Mørkeikeglassrute", - "block.create.deepslate_pillar": "UNLOCALIZED: Deepslate Pillar", - "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", - "block.create.deployer": "UNLOCALIZED: Deployer", - "block.create.depot": "Depo", - "block.create.diorite_pillar": "UNLOCALIZED: Diorite Pillar", - "block.create.display_board": "UNLOCALIZED: Display Board", - "block.create.display_link": "UNLOCALIZED: Display Link", - "block.create.dripstone_pillar": "UNLOCALIZED: Dripstone Pillar", - "block.create.encased_chain_drive": "UNLOCALIZED: Encased Chain Drive", - "block.create.encased_fan": "UNLOCALIZED: Encased Fan", - "block.create.encased_fluid_pipe": "UNLOCALIZED: Encased Fluid Pipe", - "block.create.exposed_copper_shingle_slab": "UNLOCALIZED: Exposed Copper Shingle Slab", - "block.create.exposed_copper_shingle_stairs": "UNLOCALIZED: Exposed Copper Shingle Stairs", - "block.create.exposed_copper_shingles": "UNLOCALIZED: Exposed Copper Shingles", - "block.create.exposed_copper_tile_slab": "UNLOCALIZED: Exposed Copper Tile Slab", - "block.create.exposed_copper_tile_stairs": "UNLOCALIZED: Exposed Copper Tile Stairs", - "block.create.exposed_copper_tiles": "UNLOCALIZED: Exposed Copper Tiles", - "block.create.fake_track": "UNLOCALIZED: Track Marker for Maps", - "block.create.fluid_pipe": "UNLOCALIZED: Fluid Pipe", - "block.create.fluid_tank": "UNLOCALIZED: Fluid Tank", - "block.create.fluid_valve": "UNLOCALIZED: Fluid Valve", - "block.create.flywheel": "UNLOCALIZED: Flywheel", - "block.create.framed_glass": "UNLOCALIZED: Framed Glass", - "block.create.framed_glass_door": "UNLOCALIZED: Framed Glass Door", - "block.create.framed_glass_pane": "UNLOCALIZED: Framed Glass Pane", - "block.create.framed_glass_trapdoor": "UNLOCALIZED: Framed Glass Trapdoor", - "block.create.gantry_carriage": "UNLOCALIZED: Gantry Carriage", - "block.create.gantry_shaft": "UNLOCALIZED: Gantry Shaft", - "block.create.gearbox": "UNLOCALIZED: Gearbox", - "block.create.gearshift": "UNLOCALIZED: Gearshift", - "block.create.glass_fluid_pipe": "UNLOCALIZED: Glass Fluid Pipe", - "block.create.granite_pillar": "UNLOCALIZED: Granite Pillar", - "block.create.gray_nixie_tube": "Grått nixie-rør", - "block.create.gray_sail": "Grått seil", - "block.create.gray_seat": "Grått sete", - "block.create.gray_toolbox": "Grå verktøykasse", - "block.create.gray_valve_handle": "UNLOCALIZED: Gray Valve Handle", - "block.create.green_nixie_tube": "Grønt nixie-rør", - "block.create.green_sail": "Grønt seil", - "block.create.green_seat": "Grønt sete", - "block.create.green_toolbox": "Grønn verktøykasse", - "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": "Honning", - "block.create.horizontal_framed_glass": "UNLOCALIZED: Horizontal Framed Glass", - "block.create.horizontal_framed_glass_pane": "UNLOCALIZED: Horizontal Framed Glass Pane", - "block.create.hose_pulley": "UNLOCALIZED: Hose Pulley", - "block.create.item_drain": "UNLOCALIZED: Item Drain", - "block.create.item_vault": "UNLOCALIZED: Item Vault", - "block.create.jungle_window": "Jungelvindu", - "block.create.jungle_window_pane": "Jungelglassrute", - "block.create.large_bogey": "UNLOCALIZED: Large Bogey", - "block.create.large_cogwheel": "Stort tannhjul", - "block.create.layered_andesite": "UNLOCALIZED: Layered Andesite", - "block.create.layered_asurine": "UNLOCALIZED: Layered Asurine", - "block.create.layered_calcite": "UNLOCALIZED: Layered Calcite", - "block.create.layered_crimsite": "UNLOCALIZED: Layered Crimsite", - "block.create.layered_deepslate": "UNLOCALIZED: Layered Deepslate", - "block.create.layered_diorite": "UNLOCALIZED: Layered Diorite", - "block.create.layered_dripstone": "UNLOCALIZED: Layered Dripstone", - "block.create.layered_granite": "UNLOCALIZED: Layered Granite", - "block.create.layered_limestone": "UNLOCALIZED: Layered Limestone", - "block.create.layered_ochrum": "UNLOCALIZED: Layered Ochrum", - "block.create.layered_scorchia": "UNLOCALIZED: Layered Scorchia", - "block.create.layered_scoria": "UNLOCALIZED: Layered Scoria", - "block.create.layered_tuff": "UNLOCALIZED: Layered Tuff", - "block.create.layered_veridium": "UNLOCALIZED: Layered Veridium", - "block.create.lectern_controller": "UNLOCALIZED: Lectern Controller", - "block.create.light_blue_nixie_tube": "Lyseblått nixie-rør", - "block.create.light_blue_sail": "Lyseblått seil", - "block.create.light_blue_seat": "Lyseblått sete", - "block.create.light_blue_toolbox": "Lyseblå verktøykasse", - "block.create.light_blue_valve_handle": "UNLOCALIZED: Light Blue Valve Handle", - "block.create.light_gray_nixie_tube": "Lysegrått nixie-rør", - "block.create.light_gray_sail": "Lysegrått seil", - "block.create.light_gray_seat": "Lysegrått sete", - "block.create.light_gray_toolbox": "Lysegrå verktøykasse", - "block.create.light_gray_valve_handle": "UNLOCALIZED: Light Gray Valve Handle", - "block.create.lime_nixie_tube": "Limegrønt nixie-rør", - "block.create.lime_sail": "Limegrønt seil", - "block.create.lime_seat": "Limegrønt sete", - "block.create.lime_toolbox": "Limegrønn verktøykasse", - "block.create.lime_valve_handle": "UNLOCALIZED: Lime Valve Handle", - "block.create.limestone": "Kalkstein", - "block.create.limestone_pillar": "UNLOCALIZED: Limestone Pillar", - "block.create.linear_chassis": "UNLOCALIZED: Linear Chassis", - "block.create.lit_blaze_burner": "UNLOCALIZED: Lit Blaze Burner", - "block.create.magenta_nixie_tube": "Lyselilla nixie-rør", - "block.create.magenta_sail": "Lyselilla seil", - "block.create.magenta_seat": "Lyselilla sete", - "block.create.magenta_toolbox": "Lyselilla verktøykasse", - "block.create.magenta_valve_handle": "UNLOCALIZED: Magenta Valve Handle", - "block.create.mechanical_arm": "Mekanisk arm", - "block.create.mechanical_bearing": "Mekanisk lager", - "block.create.mechanical_crafter": "UNLOCALIZED: Mechanical Crafter", - "block.create.mechanical_drill": "Mekanisk drill", - "block.create.mechanical_harvester": "Mekanisk tresker", - "block.create.mechanical_mixer": "Mekanisk blander", - "block.create.mechanical_piston": "UNLOCALIZED: Mechanical Piston", - "block.create.mechanical_piston_head": "Mekanisk stempelhode", - "block.create.mechanical_plough": "Mekanisk plog", - "block.create.mechanical_press": "UNLOCALIZED: Mechanical Press", - "block.create.mechanical_pump": "Mekanisk pumpe", - "block.create.mechanical_saw": "Mekanisk sag", - "block.create.metal_bracket": "Metallbrakett", - "block.create.metal_girder": "UNLOCALIZED: Metal Girder", - "block.create.metal_girder_encased_shaft": "UNLOCALIZED: Metal Girder Encased Shaft", - "block.create.millstone": "UNLOCALIZED: Millstone", - "block.create.minecart_anchor": "UNLOCALIZED: Minecart Anchor", - "block.create.mysterious_cuckoo_clock": "Jøkur", - "block.create.nixie_tube": "Nixie-rør", - "block.create.nozzle": "UNLOCALIZED: Nozzle", - "block.create.oak_window": "Eikevindu", - "block.create.oak_window_pane": "Eikeglassrute", - "block.create.ochrum": "UNLOCALIZED: Ochrum", - "block.create.ochrum_pillar": "UNLOCALIZED: Ochrum Pillar", - "block.create.orange_sail": "Oransje seil", - "block.create.orange_seat": "Oransje sete", - "block.create.orange_toolbox": "Oransje verktøykasse", - "block.create.orange_valve_handle": "UNLOCALIZED: Orange Valve Handle", - "block.create.ornate_iron_window": "UNLOCALIZED: Ornate Iron Window", - "block.create.ornate_iron_window_pane": "UNLOCALIZED: Ornate Iron Window Pane", - "block.create.oxidized_copper_shingle_slab": "UNLOCALIZED: Oxidized Copper Shingle Slab", - "block.create.oxidized_copper_shingle_stairs": "UNLOCALIZED: Oxidized Copper Shingle Stairs", - "block.create.oxidized_copper_shingles": "UNLOCALIZED: Oxidized Copper Shingles", - "block.create.oxidized_copper_tile_slab": "UNLOCALIZED: Oxidized Copper Tile Slab", - "block.create.oxidized_copper_tile_stairs": "UNLOCALIZED: Oxidized Copper Tile Stairs", - "block.create.oxidized_copper_tiles": "UNLOCALIZED: Oxidized Copper Tiles", - "block.create.peculiar_bell": "UNLOCALIZED: Peculiar Bell", - "block.create.pink_nixie_tube": "Rosa nixie-rør", - "block.create.pink_sail": "Rosa seil", - "block.create.pink_seat": "Rosa sete", - "block.create.pink_toolbox": "Rosa verktøykasse", - "block.create.pink_valve_handle": "UNLOCALIZED: Pink Valve Handle", - "block.create.piston_extension_pole": "UNLOCALIZED: Piston Extension Pole", - "block.create.placard": "UNLOCALIZED: Placard", - "block.create.polished_cut_andesite": "UNLOCALIZED: Polished Cut Andesite", - "block.create.polished_cut_andesite_slab": "UNLOCALIZED: Polished Cut Andesite Slab", - "block.create.polished_cut_andesite_stairs": "UNLOCALIZED: Polished Cut Andesite Stairs", - "block.create.polished_cut_andesite_wall": "UNLOCALIZED: Polished Cut Andesite Wall", - "block.create.polished_cut_asurine": "UNLOCALIZED: Polished Cut Asurine", - "block.create.polished_cut_asurine_slab": "UNLOCALIZED: Polished Cut Asurine Slab", - "block.create.polished_cut_asurine_stairs": "UNLOCALIZED: Polished Cut Asurine Stairs", - "block.create.polished_cut_asurine_wall": "UNLOCALIZED: Polished Cut Asurine Wall", - "block.create.polished_cut_calcite": "UNLOCALIZED: Polished Cut Calcite", - "block.create.polished_cut_calcite_slab": "UNLOCALIZED: Polished Cut Calcite Slab", - "block.create.polished_cut_calcite_stairs": "UNLOCALIZED: Polished Cut Calcite Stairs", - "block.create.polished_cut_calcite_wall": "UNLOCALIZED: Polished Cut Calcite Wall", - "block.create.polished_cut_crimsite": "UNLOCALIZED: Polished Cut Crimsite", - "block.create.polished_cut_crimsite_slab": "UNLOCALIZED: Polished Cut Crimsite Slab", - "block.create.polished_cut_crimsite_stairs": "UNLOCALIZED: Polished Cut Crimsite Stairs", - "block.create.polished_cut_crimsite_wall": "UNLOCALIZED: Polished Cut Crimsite Wall", - "block.create.polished_cut_deepslate": "UNLOCALIZED: Polished Cut Deepslate", - "block.create.polished_cut_deepslate_slab": "UNLOCALIZED: Polished Cut Deepslate Slab", - "block.create.polished_cut_deepslate_stairs": "UNLOCALIZED: Polished Cut Deepslate Stairs", - "block.create.polished_cut_deepslate_wall": "UNLOCALIZED: Polished Cut Deepslate Wall", - "block.create.polished_cut_diorite": "UNLOCALIZED: Polished Cut Diorite", - "block.create.polished_cut_diorite_slab": "UNLOCALIZED: Polished Cut Diorite Slab", - "block.create.polished_cut_diorite_stairs": "UNLOCALIZED: Polished Cut Diorite Stairs", - "block.create.polished_cut_diorite_wall": "UNLOCALIZED: Polished Cut Diorite Wall", - "block.create.polished_cut_dripstone": "UNLOCALIZED: Polished Cut Dripstone", - "block.create.polished_cut_dripstone_slab": "UNLOCALIZED: Polished Cut Dripstone Slab", - "block.create.polished_cut_dripstone_stairs": "UNLOCALIZED: Polished Cut Dripstone Stairs", - "block.create.polished_cut_dripstone_wall": "UNLOCALIZED: Polished Cut Dripstone Wall", - "block.create.polished_cut_granite": "UNLOCALIZED: Polished Cut Granite", - "block.create.polished_cut_granite_slab": "UNLOCALIZED: Polished Cut Granite Slab", - "block.create.polished_cut_granite_stairs": "UNLOCALIZED: Polished Cut Granite Stairs", - "block.create.polished_cut_granite_wall": "UNLOCALIZED: Polished Cut Granite Wall", - "block.create.polished_cut_limestone": "UNLOCALIZED: Polished Cut Limestone", - "block.create.polished_cut_limestone_slab": "UNLOCALIZED: Polished Cut Limestone Slab", - "block.create.polished_cut_limestone_stairs": "UNLOCALIZED: Polished Cut Limestone Stairs", - "block.create.polished_cut_limestone_wall": "UNLOCALIZED: Polished Cut Limestone Wall", - "block.create.polished_cut_ochrum": "UNLOCALIZED: Polished Cut Ochrum", - "block.create.polished_cut_ochrum_slab": "UNLOCALIZED: Polished Cut Ochrum Slab", - "block.create.polished_cut_ochrum_stairs": "UNLOCALIZED: Polished Cut Ochrum Stairs", - "block.create.polished_cut_ochrum_wall": "UNLOCALIZED: Polished Cut Ochrum Wall", - "block.create.polished_cut_scorchia": "UNLOCALIZED: Polished Cut Scorchia", - "block.create.polished_cut_scorchia_slab": "UNLOCALIZED: Polished Cut Scorchia Slab", - "block.create.polished_cut_scorchia_stairs": "UNLOCALIZED: Polished Cut Scorchia Stairs", - "block.create.polished_cut_scorchia_wall": "UNLOCALIZED: Polished Cut Scorchia Wall", - "block.create.polished_cut_scoria": "UNLOCALIZED: Polished Cut Scoria", - "block.create.polished_cut_scoria_slab": "UNLOCALIZED: Polished Cut Scoria Slab", - "block.create.polished_cut_scoria_stairs": "UNLOCALIZED: Polished Cut Scoria Stairs", - "block.create.polished_cut_scoria_wall": "UNLOCALIZED: Polished Cut Scoria Wall", - "block.create.polished_cut_tuff": "UNLOCALIZED: Polished Cut Tuff", - "block.create.polished_cut_tuff_slab": "UNLOCALIZED: Polished Cut Tuff Slab", - "block.create.polished_cut_tuff_stairs": "UNLOCALIZED: Polished Cut Tuff Stairs", - "block.create.polished_cut_tuff_wall": "UNLOCALIZED: Polished Cut Tuff Wall", - "block.create.polished_cut_veridium": "UNLOCALIZED: Polished Cut Veridium", - "block.create.polished_cut_veridium_slab": "UNLOCALIZED: Polished Cut Veridium Slab", - "block.create.polished_cut_veridium_stairs": "UNLOCALIZED: Polished Cut Veridium Stairs", - "block.create.polished_cut_veridium_wall": "UNLOCALIZED: Polished Cut Veridium Wall", - "block.create.portable_fluid_interface": "UNLOCALIZED: Portable Fluid Interface", - "block.create.portable_storage_interface": "UNLOCALIZED: Portable Storage Interface", - "block.create.powered_latch": "UNLOCALIZED: Powered Latch", - "block.create.powered_shaft": "UNLOCALIZED: Powered Shaft", - "block.create.powered_toggle_latch": "UNLOCALIZED: Powered Toggle Latch", - "block.create.pulley_magnet": "UNLOCALIZED: Pulley Magnet", - "block.create.pulse_extender": "UNLOCALIZED: Pulse Extender", - "block.create.pulse_repeater": "UNLOCALIZED: Pulse Repeater", - "block.create.purple_nixie_tube": "Lilla nixie-rør", - "block.create.purple_sail": "Lilla seil", - "block.create.purple_seat": "Lilla sete", - "block.create.purple_toolbox": "Lilla verktøykasse", - "block.create.purple_valve_handle": "UNLOCALIZED: Purple Valve Handle", - "block.create.radial_chassis": "UNLOCALIZED: Radial Chassis", - "block.create.railway_casing": "UNLOCALIZED: Train Casing", - "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", - "block.create.red_nixie_tube": "Rødt nixie-rør", - "block.create.red_sail": "Rødt seil", - "block.create.red_seat": "Rødt sete", - "block.create.red_toolbox": "Rød verktøykasse", - "block.create.red_valve_handle": "UNLOCALIZED: Red Valve Handle", - "block.create.redstone_contact": "UNLOCALIZED: Redstone Contact", - "block.create.redstone_link": "UNLOCALIZED: Redstone Link", - "block.create.refined_radiance_casing": "UNLOCALIZED: Radiant Casing", - "block.create.rope": "UNLOCALIZED: Rope", - "block.create.rope_pulley": "UNLOCALIZED: Rope Pulley", - "block.create.rose_quartz_block": "UNLOCALIZED: Block of Rose Quartz", - "block.create.rose_quartz_lamp": "UNLOCALIZED: Rose Quartz Lamp", - "block.create.rose_quartz_tiles": "UNLOCALIZED: Rose Quartz Tiles", - "block.create.rotation_speed_controller": "UNLOCALIZED: Rotation Speed Controller", - "block.create.sail_frame": "Seilramme", - "block.create.schematic_table": "Planleggingsbord", - "block.create.schematicannon": "Byggekanon", - "block.create.scorchia": "UNLOCALIZED: Scorchia", - "block.create.scorchia_pillar": "UNLOCALIZED: Scorchia Pillar", - "block.create.scoria": "UNLOCALIZED: Scoria", - "block.create.scoria_pillar": "UNLOCALIZED: Scoria Pillar", - "block.create.secondary_linear_chassis": "UNLOCALIZED: Secondary Linear Chassis", - "block.create.sequenced_gearshift": "UNLOCALIZED: Sequenced Gearshift", - "block.create.shadow_steel_casing": "UNLOCALIZED: Shadow Casing", - "block.create.shaft": "Aksel", - "block.create.small_andesite_brick_slab": "UNLOCALIZED: Small Andesite Brick Slab", - "block.create.small_andesite_brick_stairs": "UNLOCALIZED: Small Andesite Brick Stairs", - "block.create.small_andesite_brick_wall": "UNLOCALIZED: Small Andesite Brick Wall", - "block.create.small_andesite_bricks": "UNLOCALIZED: Small Andesite Bricks", - "block.create.small_asurine_brick_slab": "UNLOCALIZED: Small Asurine Brick Slab", - "block.create.small_asurine_brick_stairs": "UNLOCALIZED: Small Asurine Brick Stairs", - "block.create.small_asurine_brick_wall": "UNLOCALIZED: Small Asurine Brick Wall", - "block.create.small_asurine_bricks": "UNLOCALIZED: Small Asurine Bricks", - "block.create.small_bogey": "UNLOCALIZED: Small Bogey", - "block.create.small_calcite_brick_slab": "UNLOCALIZED: Small Calcite Brick Slab", - "block.create.small_calcite_brick_stairs": "UNLOCALIZED: Small Calcite Brick Stairs", - "block.create.small_calcite_brick_wall": "UNLOCALIZED: Small Calcite Brick Wall", - "block.create.small_calcite_bricks": "UNLOCALIZED: Small Calcite Bricks", - "block.create.small_crimsite_brick_slab": "UNLOCALIZED: Small Crimsite Brick Slab", - "block.create.small_crimsite_brick_stairs": "UNLOCALIZED: Small Crimsite Brick Stairs", - "block.create.small_crimsite_brick_wall": "UNLOCALIZED: Small Crimsite Brick Wall", - "block.create.small_crimsite_bricks": "UNLOCALIZED: Small Crimsite Bricks", - "block.create.small_deepslate_brick_slab": "UNLOCALIZED: Small Deepslate Brick Slab", - "block.create.small_deepslate_brick_stairs": "UNLOCALIZED: Small Deepslate Brick Stairs", - "block.create.small_deepslate_brick_wall": "UNLOCALIZED: Small Deepslate Brick Wall", - "block.create.small_deepslate_bricks": "UNLOCALIZED: Small Deepslate Bricks", - "block.create.small_diorite_brick_slab": "UNLOCALIZED: Small Diorite Brick Slab", - "block.create.small_diorite_brick_stairs": "UNLOCALIZED: Small Diorite Brick Stairs", - "block.create.small_diorite_brick_wall": "UNLOCALIZED: Small Diorite Brick Wall", - "block.create.small_diorite_bricks": "UNLOCALIZED: Small Diorite Bricks", - "block.create.small_dripstone_brick_slab": "UNLOCALIZED: Small Dripstone Brick Slab", - "block.create.small_dripstone_brick_stairs": "UNLOCALIZED: Small Dripstone Brick Stairs", - "block.create.small_dripstone_brick_wall": "UNLOCALIZED: Small Dripstone Brick Wall", - "block.create.small_dripstone_bricks": "UNLOCALIZED: Small Dripstone Bricks", - "block.create.small_granite_brick_slab": "UNLOCALIZED: Small Granite Brick Slab", - "block.create.small_granite_brick_stairs": "UNLOCALIZED: Small Granite Brick Stairs", - "block.create.small_granite_brick_wall": "UNLOCALIZED: Small Granite Brick Wall", - "block.create.small_granite_bricks": "UNLOCALIZED: Small Granite Bricks", - "block.create.small_limestone_brick_slab": "UNLOCALIZED: Small Limestone Brick Slab", - "block.create.small_limestone_brick_stairs": "UNLOCALIZED: Small Limestone Brick Stairs", - "block.create.small_limestone_brick_wall": "UNLOCALIZED: Small Limestone Brick Wall", - "block.create.small_limestone_bricks": "UNLOCALIZED: Small Limestone Bricks", - "block.create.small_ochrum_brick_slab": "UNLOCALIZED: Small Ochrum Brick Slab", - "block.create.small_ochrum_brick_stairs": "UNLOCALIZED: Small Ochrum Brick Stairs", - "block.create.small_ochrum_brick_wall": "UNLOCALIZED: Small Ochrum Brick Wall", - "block.create.small_ochrum_bricks": "UNLOCALIZED: Small Ochrum Bricks", - "block.create.small_rose_quartz_tiles": "UNLOCALIZED: Small Rose Quartz Tiles", - "block.create.small_scorchia_brick_slab": "UNLOCALIZED: Small Scorchia Brick Slab", - "block.create.small_scorchia_brick_stairs": "UNLOCALIZED: Small Scorchia Brick Stairs", - "block.create.small_scorchia_brick_wall": "UNLOCALIZED: Small Scorchia Brick Wall", - "block.create.small_scorchia_bricks": "UNLOCALIZED: Small Scorchia Bricks", - "block.create.small_scoria_brick_slab": "UNLOCALIZED: Small Scoria Brick Slab", - "block.create.small_scoria_brick_stairs": "UNLOCALIZED: Small Scoria Brick Stairs", - "block.create.small_scoria_brick_wall": "UNLOCALIZED: Small Scoria Brick Wall", - "block.create.small_scoria_bricks": "UNLOCALIZED: Small Scoria Bricks", - "block.create.small_tuff_brick_slab": "UNLOCALIZED: Small Tuff Brick Slab", - "block.create.small_tuff_brick_stairs": "UNLOCALIZED: Small Tuff Brick Stairs", - "block.create.small_tuff_brick_wall": "UNLOCALIZED: Small Tuff Brick Wall", - "block.create.small_tuff_bricks": "UNLOCALIZED: Small Tuff Bricks", - "block.create.small_veridium_brick_slab": "UNLOCALIZED: Small Veridium Brick Slab", - "block.create.small_veridium_brick_stairs": "UNLOCALIZED: Small Veridium Brick Stairs", - "block.create.small_veridium_brick_wall": "UNLOCALIZED: Small Veridium Brick Wall", - "block.create.small_veridium_bricks": "UNLOCALIZED: Small Veridium Bricks", - "block.create.smart_chute": "UNLOCALIZED: Smart Chute", - "block.create.smart_fluid_pipe": "UNLOCALIZED: Smart Fluid Pipe", - "block.create.speedometer": "UNLOCALIZED: Speedometer", - "block.create.spout": "UNLOCALIZED: Spout", - "block.create.spruce_window": "Granvindu", - "block.create.spruce_window_pane": "Granglassrute", - "block.create.steam_engine": "UNLOCALIZED: Steam Engine", - "block.create.steam_whistle": "UNLOCALIZED: Steam Whistle", - "block.create.steam_whistle_extension": "UNLOCALIZED: Steam Whistle Extension", - "block.create.sticker": "UNLOCALIZED: Sticker", - "block.create.sticky_mechanical_piston": "Klebrig mekanisk stempel", - "block.create.stockpile_switch": "UNLOCALIZED: Stockpile Switch", - "block.create.stressometer": "UNLOCALIZED: Stressometer", - "block.create.tiled_glass": "UNLOCALIZED: Tiled Glass", - "block.create.tiled_glass_pane": "UNLOCALIZED: Tiled Glass Pane", - "block.create.track": "Togskinne", - "block.create.track_observer": "UNLOCALIZED: Train Observer", - "block.create.track_signal": "UNLOCALIZED: Train Signal", - "block.create.track_station": "Togstasjon", - "block.create.train_door": "Togdør", - "block.create.train_trapdoor": "UNLOCALIZED: Train Trapdoor", - "block.create.tuff_pillar": "UNLOCALIZED: Tuff Pillar", - "block.create.turntable": "UNLOCALIZED: Turntable", - "block.create.veridium": "UNLOCALIZED: Veridium", - "block.create.veridium_pillar": "UNLOCALIZED: Veridium Pillar", - "block.create.vertical_framed_glass": "UNLOCALIZED: Vertical Framed Glass", - "block.create.vertical_framed_glass_pane": "UNLOCALIZED: Vertical Framed Glass Pane", - "block.create.warped_window": "Forvridd vindu", - "block.create.warped_window_pane": "Forvridd glassrute", - "block.create.water_wheel": "Vannhjul", - "block.create.waxed_copper_shingle_slab": "UNLOCALIZED: Waxed Copper Shingle Slab", - "block.create.waxed_copper_shingle_stairs": "UNLOCALIZED: Waxed Copper Shingle Stairs", - "block.create.waxed_copper_shingles": "UNLOCALIZED: Waxed Copper Shingles", - "block.create.waxed_copper_tile_slab": "UNLOCALIZED: Waxed Copper Tile Slab", - "block.create.waxed_copper_tile_stairs": "UNLOCALIZED: Waxed Copper Tile Stairs", - "block.create.waxed_copper_tiles": "UNLOCALIZED: Waxed Copper Tiles", - "block.create.waxed_exposed_copper_shingle_slab": "UNLOCALIZED: Waxed Exposed Copper Shingle Slab", - "block.create.waxed_exposed_copper_shingle_stairs": "UNLOCALIZED: Waxed Exposed Copper Shingle Stairs", - "block.create.waxed_exposed_copper_shingles": "UNLOCALIZED: Waxed Exposed Copper Shingles", - "block.create.waxed_exposed_copper_tile_slab": "UNLOCALIZED: Waxed Exposed Copper Tile Slab", - "block.create.waxed_exposed_copper_tile_stairs": "UNLOCALIZED: Waxed Exposed Copper Tile Stairs", - "block.create.waxed_exposed_copper_tiles": "UNLOCALIZED: Waxed Exposed Copper Tiles", - "block.create.waxed_oxidized_copper_shingle_slab": "UNLOCALIZED: Waxed Oxidized Copper Shingle Slab", - "block.create.waxed_oxidized_copper_shingle_stairs": "UNLOCALIZED: Waxed Oxidized Copper Shingle Stairs", - "block.create.waxed_oxidized_copper_shingles": "UNLOCALIZED: Waxed Oxidized Copper Shingles", - "block.create.waxed_oxidized_copper_tile_slab": "UNLOCALIZED: Waxed Oxidized Copper Tile Slab", - "block.create.waxed_oxidized_copper_tile_stairs": "UNLOCALIZED: Waxed Oxidized Copper Tile Stairs", - "block.create.waxed_oxidized_copper_tiles": "UNLOCALIZED: Waxed Oxidized Copper Tiles", - "block.create.waxed_weathered_copper_shingle_slab": "UNLOCALIZED: Waxed Weathered Copper Shingle Slab", - "block.create.waxed_weathered_copper_shingle_stairs": "UNLOCALIZED: Waxed Weathered Copper Shingle Stairs", - "block.create.waxed_weathered_copper_shingles": "UNLOCALIZED: Waxed Weathered Copper Shingles", - "block.create.waxed_weathered_copper_tile_slab": "UNLOCALIZED: Waxed Weathered Copper Tile Slab", - "block.create.waxed_weathered_copper_tile_stairs": "UNLOCALIZED: Waxed Weathered Copper Tile Stairs", - "block.create.waxed_weathered_copper_tiles": "UNLOCALIZED: Waxed Weathered Copper Tiles", - "block.create.weathered_copper_shingle_slab": "UNLOCALIZED: Weathered Copper Shingle Slab", - "block.create.weathered_copper_shingle_stairs": "UNLOCALIZED: Weathered Copper Shingle Stairs", - "block.create.weathered_copper_shingles": "UNLOCALIZED: Weathered Copper Shingles", - "block.create.weathered_copper_tile_slab": "UNLOCALIZED: Weathered Copper Tile Slab", - "block.create.weathered_copper_tile_stairs": "UNLOCALIZED: Weathered Copper Tile Stairs", - "block.create.weathered_copper_tiles": "UNLOCALIZED: Weathered Copper Tiles", - "block.create.weighted_ejector": "UNLOCALIZED: Weighted Ejector", - "block.create.white_nixie_tube": "Hvit nixie-rør", - "block.create.white_sail": "Hvit seil", - "block.create.white_seat": "Hvit sete", - "block.create.white_toolbox": "Hvit verktøykasse", - "block.create.white_valve_handle": "UNLOCALIZED: White Valve Handle", - "block.create.windmill_bearing": "Vindmøllelager", - "block.create.wooden_bracket": "Trebrakett", - "block.create.yellow_nixie_tube": "Gult nixie-rør", - "block.create.yellow_sail": "Gult seil", - "block.create.yellow_seat": "Gult sete", - "block.create.yellow_toolbox": "Gul verktøykasse", - "block.create.yellow_valve_handle": "UNLOCALIZED: Yellow Valve Handle", - "block.create.zinc_block": "UNLOCALIZED: Block of Zinc", - "block.create.zinc_ore": "Sinkmalm", - - "enchantment.create.capacity": "Kapasitet", - "enchantment.create.potato_recovery": "UNLOCALIZED: Potato Recovery", - - "entity.create.carriage_contraption": "UNLOCALIZED: Carriage Contraption", - "entity.create.contraption": "Innretning", - "entity.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint", - "entity.create.gantry_contraption": "UNLOCALIZED: Gantry Contraption", - "entity.create.potato_projectile": "Potetprosjektil", - "entity.create.seat": "Sete", - "entity.create.stationary_contraption": "UNLOCALIZED: Stationary Contraption", - "entity.create.super_glue": "Superlim", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "UNLOCALIZED: Potion", - "fluid.create.tea": "UNLOCALIZED: Builder's Tea", - - "item.create.andesite_alloy": "UNLOCALIZED: Andesite Alloy", - "item.create.attribute_filter": "UNLOCALIZED: Attribute Filter", - "item.create.bar_of_chocolate": "UNLOCALIZED: Bar of Chocolate", - "item.create.belt_connector": "UNLOCALIZED: Mechanical Belt", - "item.create.blaze_cake": "UNLOCALIZED: Blaze Cake", - "item.create.blaze_cake_base": "UNLOCALIZED: Blaze Cake Base", - "item.create.brass_hand": "UNLOCALIZED: Brass Hand", - "item.create.brass_ingot": "UNLOCALIZED: Brass Ingot", - "item.create.brass_nugget": "UNLOCALIZED: Brass Nugget", - "item.create.brass_sheet": "UNLOCALIZED: Brass Sheet", - "item.create.builders_tea": "UNLOCALIZED: Builder's Tea", - "item.create.chest_minecart_contraption": "UNLOCALIZED: Chest Minecart Contraption", - "item.create.chocolate_bucket": "UNLOCALIZED: Chocolate Bucket", - "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.copper_backtank": "UNLOCALIZED: Copper Backtank", - "item.create.copper_backtank_placeable": "UNLOCALIZED: Copper Backtank Placeable", - "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_copper_ore": "UNLOCALIZED: Crushed Copper Ore", - "item.create.crushed_gold_ore": "UNLOCALIZED: Crushed Gold Ore", - "item.create.crushed_iron_ore": "UNLOCALIZED: Crushed Iron Ore", - "item.create.crushed_lead_ore": "UNLOCALIZED: Crushed Lead Ore", - "item.create.crushed_nickel_ore": "UNLOCALIZED: Crushed Nickel Ore", - "item.create.crushed_osmium_ore": "UNLOCALIZED: Crushed Osmium Ore", - "item.create.crushed_platinum_ore": "UNLOCALIZED: Crushed Platinum Ore", - "item.create.crushed_quicksilver_ore": "UNLOCALIZED: Crushed Quicksilver Ore", - "item.create.crushed_silver_ore": "UNLOCALIZED: Crushed Silver Ore", - "item.create.crushed_tin_ore": "UNLOCALIZED: Crushed Tin Ore", - "item.create.crushed_uranium_ore": "UNLOCALIZED: Crushed Uranium Ore", - "item.create.crushed_zinc_ore": "UNLOCALIZED: Crushed Zinc Ore", - "item.create.diving_boots": "UNLOCALIZED: Diving Boots", - "item.create.diving_helmet": "UNLOCALIZED: Diving Helmet", - "item.create.dough": "Deig", - "item.create.electron_tube": "UNLOCALIZED: Electron Tube", - "item.create.empty_blaze_burner": "UNLOCALIZED: Empty Blaze Burner", - "item.create.empty_schematic": "UNLOCALIZED: Empty Schematic", - "item.create.experience_nugget": "UNLOCALIZED: Nugget of Experience", - "item.create.extendo_grip": "UNLOCALIZED: Extendo Grip", - "item.create.filter": "Filter", - "item.create.furnace_minecart_contraption": "UNLOCALIZED: Furnace Minecart Contraption", - "item.create.goggles": "UNLOCALIZED: Engineer's Goggles", - "item.create.golden_sheet": "UNLOCALIZED: Golden Sheet", - "item.create.handheld_worldshaper": "UNLOCALIZED: Creative Worldshaper", - "item.create.honey_bucket": "Honningbøtte", - "item.create.honeyed_apple": "UNLOCALIZED: Honeyed Apple", - "item.create.incomplete_precision_mechanism": "UNLOCALIZED: Incomplete Precision Mechanism", - "item.create.incomplete_track": "Ufullstendig skinne", - "item.create.iron_sheet": "UNLOCALIZED: Iron Sheet", - "item.create.linked_controller": "UNLOCALIZED: Linked Controller", - "item.create.minecart_contraption": "UNLOCALIZED: Minecart Contraption", - "item.create.minecart_coupling": "UNLOCALIZED: Minecart Coupling", - "item.create.polished_rose_quartz": "UNLOCALIZED: Polished Rose Quartz", - "item.create.potato_cannon": "Potetkanon", - "item.create.powdered_obsidian": "UNLOCALIZED: Powdered Obsidian", - "item.create.precision_mechanism": "UNLOCALIZED: Precision Mechanism", - "item.create.propeller": "Proppel", - "item.create.raw_zinc": "Rå sink", - "item.create.red_sand_paper": "Rødt sandpapir", - "item.create.refined_radiance": "UNLOCALIZED: Refined Radiance", - "item.create.rose_quartz": "UNLOCALIZED: Rose Quartz", - "item.create.sand_paper": "Sandpapir", - "item.create.schedule": "UNLOCALIZED: Train Schedule", - "item.create.schematic": "UNLOCALIZED: Schematic", - "item.create.schematic_and_quill": "UNLOCALIZED: Schematic And Quill", - "item.create.shadow_steel": "UNLOCALIZED: Shadow Steel", - "item.create.sturdy_sheet": "UNLOCALIZED: Sturdy Sheet", - "item.create.super_glue": "Superlim", - "item.create.sweet_roll": "UNLOCALIZED: Sweet Roll", - "item.create.tree_fertilizer": "UNLOCALIZED: Tree Fertilizer", - "item.create.unprocessed_obsidian_sheet": "UNLOCALIZED: Unprocessed Obsidian Sheet", - "item.create.vertical_gearbox": "UNLOCALIZED: Vertical Gearbox", - "item.create.wand_of_symmetry": "UNLOCALIZED: Wand Of Symmetry", - "item.create.wheat_flour": "UNLOCALIZED: Wheat Flour", - "item.create.whisk": "UNLOCALIZED: Whisk", - "item.create.wrench": "Skiftenøkkel", - "item.create.zinc_ingot": "Sinkbarre", - "item.create.zinc_nugget": "Sinkklump", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Velkommen til Create", - "advancement.create.root.desc": "UNLOCALIZED: Here Be Contraptions", - "advancement.create.andesite_alloy": "UNLOCALIZED: Sturdier Rocks", - "advancement.create.andesite_alloy.desc": "UNLOCALIZED: Obtain some Andesite Alloy, Create's most important resource", - "advancement.create.andesite_casing": "UNLOCALIZED: The Andesite Age", - "advancement.create.andesite_casing.desc": "UNLOCALIZED: Apply Andesite Alloy to stripped wood, creating a basic casing for your machines", - "advancement.create.mechanical_press": "Dunk!", - "advancement.create.mechanical_press.desc": "UNLOCALIZED: Create some sheets in a Mechanical Press", - "advancement.create.encased_fan": "Vindmaker", - "advancement.create.encased_fan.desc": "UNLOCALIZED: Place and power an Encased Fan", - "advancement.create.fan_processing": "UNLOCALIZED: Processing by Particle", - "advancement.create.fan_processing.desc": "UNLOCALIZED: Use an Encased Fan to process materials", - "advancement.create.saw_processing": "UNLOCALIZED: Workshop's Most Feared", - "advancement.create.saw_processing.desc": "UNLOCALIZED: Use an upright Mechanical Saw to process materials", - "advancement.create.compacting": "UNLOCALIZED: Compactification", - "advancement.create.compacting.desc": "UNLOCALIZED: Use a Mechanical Press and a Basin to create fewer items from more", - "advancement.create.belt": "UNLOCALIZED: Kelp Drive", - "advancement.create.belt.desc": "UNLOCALIZED: Connect two Shafts with a Mechanical Belt", - "advancement.create.funnel": "UNLOCALIZED: Airport Aesthetic", - "advancement.create.funnel.desc": "UNLOCALIZED: Extract or insert items into a container using a Funnel", - "advancement.create.chute": "UNLOCALIZED: Vertical Logistics", - "advancement.create.chute.desc": "UNLOCALIZED: Transport some items by Chute", - "advancement.create.mechanical_mixer": "UNLOCALIZED: Mixing It Up", - "advancement.create.mechanical_mixer.desc": "UNLOCALIZED: Combine ingredients in a Mechanical Mixer", - "advancement.create.burner": "UNLOCALIZED: Sentient Fireplace", - "advancement.create.burner.desc": "UNLOCALIZED: Obtain a Blaze Burner", - "advancement.create.water_wheel": "UNLOCALIZED: Harnessed Hydraulics", - "advancement.create.water_wheel.desc": "UNLOCALIZED: Place a Water Wheel and use it to generate torque", - "advancement.create.windmill": "UNLOCALIZED: A Mild Breeze", - "advancement.create.windmill.desc": "UNLOCALIZED: Assemble a windmill and use it to generate torque", - "advancement.create.shifting_gears": "UNLOCALIZED: Shifting Gears", - "advancement.create.shifting_gears.desc": "UNLOCALIZED: Connect a Large Cogwheel to a Small Cogwheel, allowing you to change the speed of your Contraption", - "advancement.create.millstone": "UNLOCALIZED: Embrace the Grind", - "advancement.create.millstone.desc": "UNLOCALIZED: Use a Millstone to pulverise materials", - "advancement.create.super_glue": "UNLOCALIZED: Area of Connect", - "advancement.create.super_glue.desc": "UNLOCALIZED: Super Glue some blocks into a group", - "advancement.create.contraption_actors": "UNLOCALIZED: Moving with Purpose", - "advancement.create.contraption_actors.desc": "UNLOCALIZED: Create a Contraption with drills, saws, or harvesters on board", - "advancement.create.portable_storage_interface": "UNLOCALIZED: Drive-By Exchange", - "advancement.create.portable_storage_interface.desc": "UNLOCALIZED: Use a Portable Storage Interface to take or insert items into a Contraption", - "advancement.create.wrench_goggles": "UNLOCALIZED: Kitted Out", - "advancement.create.wrench_goggles.desc": "UNLOCALIZED: Equip Engineer's Goggles and a Wrench", - "advancement.create.stressometer": "UNLOCALIZED: Stress for Nerds", - "advancement.create.stressometer.desc": "UNLOCALIZED: Get an exact readout with the help of Engineer's Goggles and a Stressometer", - "advancement.create.cuckoo_clock": "Er det på tide?", - "advancement.create.cuckoo_clock.desc": "UNLOCALIZED: Witness your Cuckoo Clock announce bedtime", - "advancement.create.windmill_maxed": "En sterk bris", - "advancement.create.windmill_maxed.desc": "UNLOCALIZED: Assemble a windmill of maximum strength", - "advancement.create.ejector_maxed": "UNLOCALIZED: Springboard Champion", - "advancement.create.ejector_maxed.desc": "UNLOCALIZED: Get launched more than 30 blocks by a Weighted Ejector", - "advancement.create.pulley_maxed": "UNLOCALIZED: Rope to Nowhere", - "advancement.create.pulley_maxed.desc": "UNLOCALIZED: Extend a Rope Pulley over 200 blocks deep", - "advancement.create.cart_pickup": "UNLOCALIZED: Strong Arms", - "advancement.create.cart_pickup.desc": "UNLOCALIZED: Pick up a Minecart Contraption with at least 200 attached blocks", - "advancement.create.anvil_plough": "UNLOCALIZED: Blacksmith Artillery", - "advancement.create.anvil_plough.desc": "UNLOCALIZED: Launch an Anvil with Mechanical Ploughs", - "advancement.create.lava_wheel_00000": "UNLOCALIZED: Magma Wheel", - "advancement.create.lava_wheel_00000.desc": "UNLOCALIZED: This shouldn't have worked§7\n(Hidden Advancement)", - "advancement.create.hand_crank_000": "UNLOCALIZED: Workout Session", - "advancement.create.hand_crank_000.desc": "UNLOCALIZED: Use a Hand Crank until fully exhausted§7\n(Hidden Advancement)", - "advancement.create.belt_funnel_kiss": "UNLOCALIZED: The Parrots and the Flaps", - "advancement.create.belt_funnel_kiss.desc": "UNLOCALIZED: Make two Belt-mounted Funnels kiss§7\n(Hidden Advancement)", - "advancement.create.stressometer_maxed": "UNLOCALIZED: Perfectly Stressed", - "advancement.create.stressometer_maxed.desc": "UNLOCALIZED: Get a 100% readout from a Stressometer§7\n(Hidden Advancement)", - "advancement.create.copper": "UNLOCALIZED: Cuprum Bokum", - "advancement.create.copper.desc": "UNLOCALIZED: Amass some Copper Ingots for your exploits in fluid manipulation", - "advancement.create.copper_casing": "UNLOCALIZED: The Copper Age", - "advancement.create.copper_casing.desc": "UNLOCALIZED: Apply Copper Ingots to stripped wood, creating a waterproof casing for your machines", - "advancement.create.spout": "UNLOCALIZED: Sploosh", - "advancement.create.spout.desc": "UNLOCALIZED: Watch a fluid-containing item be filled by a Spout", - "advancement.create.drain": "UNLOCALIZED: Tumble Draining", - "advancement.create.drain.desc": "UNLOCALIZED: Watch a fluid-containing item be emptied by an Item Drain", - "advancement.create.steam_engine": "UNLOCALIZED: The Powerhouse", - "advancement.create.steam_engine.desc": "UNLOCALIZED: Use a Steam Engine to generate torque", - "advancement.create.steam_whistle": "UNLOCALIZED: Voice of an Angel", - "advancement.create.steam_whistle.desc": "UNLOCALIZED: Activate a Steam Whistle", - "advancement.create.backtank": "UNLOCALIZED: Pressure to Go", - "advancement.create.backtank.desc": "UNLOCALIZED: Create a Copper Backtank and make it accumulate air pressure", - "advancement.create.diving_suit": "UNLOCALIZED: Ready for the Depths", - "advancement.create.diving_suit.desc": "Ta på en dykkerhjelm og en kobberryggtanke, også hopp i vannet", - "advancement.create.mechanical_pump_0": "UNLOCALIZED: Under Pressure", - "advancement.create.mechanical_pump_0.desc": "UNLOCALIZED: Place and power a Mechanical Pump", - "advancement.create.glass_pipe": "UNLOCALIZED: Flow Discovery", - "advancement.create.glass_pipe.desc": "UNLOCALIZED: Use your Wrench on a pipe that contains a fluid", - "advancement.create.water_supply": "UNLOCALIZED: Puddle Collector", - "advancement.create.water_supply.desc": "UNLOCALIZED: Use the pulling end of a Fluid Pipe or Mechanical Pump to collect water", - "advancement.create.hose_pulley": "Industrielt søl", - "advancement.create.hose_pulley.desc": "UNLOCALIZED: Lower a Hose Pulley and watch it drain or fill a body of fluid", - "advancement.create.chocolate_bucket": "En hel verden av fantasi", - "advancement.create.chocolate_bucket.desc": "UNLOCALIZED: Obtain a bucket of molten chocolate", - "advancement.create.honey_drain": "UNLOCALIZED: Autonomous Bee-Keeping", - "advancement.create.honey_drain.desc": "UNLOCALIZED: Use pipes to pull honey from a Bee Nest or Beehive", - "advancement.create.hose_pulley_lava": "Koble seg på mantelen", - "advancement.create.hose_pulley_lava.desc": "UNLOCALIZED: Pump from a body of lava large enough to be considered infinite", - "advancement.create.steam_engine_maxed": "UNLOCALIZED: Full Steam", - "advancement.create.steam_engine_maxed.desc": "UNLOCALIZED: Run a boiler at the maximum level of power", - "advancement.create.foods": "UNLOCALIZED: Balanced Diet", - "advancement.create.foods.desc": "UNLOCALIZED: Create Chocolate Glazed Berries, a Honeyed Apple, and a Sweet Roll all from the same Spout", - "advancement.create.diving_suit_lava": "Svømme med lavavandrere", - "advancement.create.diving_suit_lava.desc": "UNLOCALIZED: Attempt to take a dive in lava with your diving gear§7\n(Hidden Advancement)", - "advancement.create.chained_drain": "UNLOCALIZED: On a Roll", - "advancement.create.chained_drain.desc": "UNLOCALIZED: Watch an item move across a row of Item Drains§7\n(Hidden Advancement)", - "advancement.create.cross_streams": "UNLOCALIZED: Don't Cross the Streams!", - "advancement.create.cross_streams.desc": "UNLOCALIZED: Watch two fluids meet in your pipe network§7\n(Hidden Advancement)", - "advancement.create.pipe_organ": "UNLOCALIZED: The Pipe Organ", - "advancement.create.pipe_organ.desc": "UNLOCALIZED: Attach 12 uniquely pitched Steam Whistles to a single Fluid Tank§7\n(Hidden Advancement)", - "advancement.create.brass": "UNLOCALIZED: Real Alloys", - "advancement.create.brass.desc": "UNLOCALIZED: Create Brass Ingots by alloying Copper and Zinc Ingots in your Blaze-heated Mechanical Mixer", - "advancement.create.brass_casing": "UNLOCALIZED: The Brass Age", - "advancement.create.brass_casing.desc": "UNLOCALIZED: Apply Brass Ingots to stripped wood, creating a casing for more sophisticated machines", - "advancement.create.rose_quartz": "UNLOCALIZED: Pink Diamonds", - "advancement.create.rose_quartz.desc": "UNLOCALIZED: Polish some Rose Quartz", - "advancement.create.deployer": "UNLOCALIZED: Artificial Intelligence", - "advancement.create.deployer.desc": "UNLOCALIZED: Place and power a Deployer, the perfect reflection of yourself", - "advancement.create.precision_mechanism": "UNLOCALIZED: Complex Curiosities", - "advancement.create.precision_mechanism.desc": "UNLOCALIZED: Assemble a Precision Mechanism", - "advancement.create.speed_controller": "UNLOCALIZED: Engineers Hate Him!", - "advancement.create.speed_controller.desc": "UNLOCALIZED: Fine-tune your Contraption with a Rotation Speed Controller", - "advancement.create.mechanical_arm": "UNLOCALIZED: Busy Hands", - "advancement.create.mechanical_arm.desc": "UNLOCALIZED: Watch your Mechanical Arm transport its first item", - "advancement.create.mechanical_crafter": "UNLOCALIZED: Automated Assembly", - "advancement.create.mechanical_crafter.desc": "UNLOCALIZED: Place and power some Mechanical Crafters", - "advancement.create.crushing_wheel": "UNLOCALIZED: A Pair of Giants", - "advancement.create.crushing_wheel.desc": "UNLOCALIZED: Place and power a set of Crushing Wheels", - "advancement.create.haunted_bell": "UNLOCALIZED: Shadow Sense", - "advancement.create.haunted_bell.desc": "UNLOCALIZED: Toll a Haunted Bell", - "advancement.create.clockwork_bearing": "UNLOCALIZED: Contraption O'Clock", - "advancement.create.clockwork_bearing.desc": "UNLOCALIZED: Assemble a structure mounted on a Clockwork Bearing", - "advancement.create.display_link": "UNLOCALIZED: Big Data", - "advancement.create.display_link.desc": "UNLOCALIZED: Use a Display Link to visualise information", - "advancement.create.potato_cannon": "UNLOCALIZED: Fwoomp!", - "advancement.create.potato_cannon.desc": "UNLOCALIZED: Defeat an enemy with your Potato Cannon", - "advancement.create.extendo_grip": "UNLOCALIZED: Boioioing!", - "advancement.create.extendo_grip.desc": "UNLOCALIZED: Get hold of an Extendo Grip", - "advancement.create.linked_controller": "UNLOCALIZED: Remote Activation", - "advancement.create.linked_controller.desc": "UNLOCALIZED: Activate a Redstone Link using a Linked Controller", - "advancement.create.arm_blaze_burner": "UNLOCALIZED: Combust-o-Tron", - "advancement.create.arm_blaze_burner.desc": "UNLOCALIZED: Instruct a Mechanical Arm to feed your Blaze Burner", - "advancement.create.crusher_maxed_0000": "UNLOCALIZED: Crushing It", - "advancement.create.crusher_maxed_0000.desc": "UNLOCALIZED: Operate a pair of Crushing Wheels at maximum speed", - "advancement.create.arm_many_targets": "UNLOCALIZED: Organize-o-Tron", - "advancement.create.arm_many_targets.desc": "UNLOCALIZED: Program a Mechanical Arm with 10 or more output locations", - "advancement.create.potato_cannon_collide": "UNLOCALIZED: Veggie Fireworks", - "advancement.create.potato_cannon_collide.desc": "UNLOCALIZED: Cause Potato Cannon projectiles of different types to collide with each other", - "advancement.create.self_deploying": "UNLOCALIZED: Self-Driving Cart", - "advancement.create.self_deploying.desc": "UNLOCALIZED: Create a Minecart Contraption that places tracks in front of itself", - "advancement.create.fist_bump": "UNLOCALIZED: Pound It, Bro!", - "advancement.create.fist_bump.desc": "UNLOCALIZED: Make two Deployers fist-bump§7\n(Hidden Advancement)", - "advancement.create.crafter_lazy_000": "UNLOCALIZED: Desperate Measures", - "advancement.create.crafter_lazy_000.desc": "UNLOCALIZED: Drastically slow down a Mechanical Crafter to procrastinate on proper infrastructure§7\n(Hidden Advancement)", - "advancement.create.extendo_grip_dual": "UNLOCALIZED: To Full Extent", - "advancement.create.extendo_grip_dual.desc": "UNLOCALIZED: Dual-wield Extendo Grips for superhuman reach§7\n(Hidden Advancement)", - "advancement.create.musical_arm": "UNLOCALIZED: DJ Mechanico", - "advancement.create.musical_arm.desc": "UNLOCALIZED: Watch a Mechanical Arm operate your Jukebox§7\n(Hidden Advancement)", - "advancement.create.sturdy_sheet": "UNLOCALIZED: The Sturdiest Rocks", - "advancement.create.sturdy_sheet.desc": "UNLOCALIZED: Assemble a Sturdy Sheet by refining Powdered Obsidian", - "advancement.create.train_casing_00": "UNLOCALIZED: The Logistical Age", - "advancement.create.train_casing_00.desc": "UNLOCALIZED: Use Sturdy Sheets to create a casing for railway components", - "advancement.create.train": "UNLOCALIZED: All Aboard!", - "advancement.create.train.desc": "UNLOCALIZED: Assemble your first Train", - "advancement.create.conductor": "UNLOCALIZED: Conductor Instructor", - "advancement.create.conductor.desc": "UNLOCALIZED: Instruct a Train driver with a Train Schedule", - "advancement.create.track_signal": "UNLOCALIZED: Traffic Control", - "advancement.create.track_signal.desc": "UNLOCALIZED: Place a Train Signal", - "advancement.create.display_board_0": "UNLOCALIZED: Dynamic Timetables", - "advancement.create.display_board_0.desc": "UNLOCALIZED: Forecast a Train's arrival on your Display Board with the help of Display Links", - "advancement.create.track_0": "UNLOCALIZED: A New Gauge", - "advancement.create.track_0.desc": "UNLOCALIZED: Obtain some Train Tracks", - "advancement.create.train_whistle": "UNLOCALIZED: Choo Choo!", - "advancement.create.train_whistle.desc": "UNLOCALIZED: Assemble a Steam Whistle to your Train and activate it while driving", - "advancement.create.train_portal": "UNLOCALIZED: Dimensional Commuter", - "advancement.create.train_portal.desc": "UNLOCALIZED: Ride a Train through a Nether portal", - "advancement.create.track_crafting_factory": "UNLOCALIZED: Track Factory", - "advancement.create.track_crafting_factory.desc": "UNLOCALIZED: Produce more than 1000 Train Tracks with the same Mechanical Press", - "advancement.create.long_bend": "UNLOCALIZED: The Longest Bend", - "advancement.create.long_bend.desc": "UNLOCALIZED: Create a curved track section that spans more than 30 blocks in length", - "advancement.create.long_train": "UNLOCALIZED: Ambitious Endeavours", - "advancement.create.long_train.desc": "UNLOCALIZED: Create a Train with at least 6 carriages", - "advancement.create.long_travel": "UNLOCALIZED: Field Trip", - "advancement.create.long_travel.desc": "UNLOCALIZED: Leave a Train Seat over 5000 blocks away from where you started travelling", - "advancement.create.train_roadkill": "UNLOCALIZED: Road Kill", - "advancement.create.train_roadkill.desc": "UNLOCALIZED: Run over an enemy with your Train§7\n(Hidden Advancement)", - "advancement.create.red_signal": "UNLOCALIZED: Expert Driver", - "advancement.create.red_signal.desc": "UNLOCALIZED: Run a red Train Signal§7\n(Hidden Advancement)", - "advancement.create.train_crash": "UNLOCALIZED: Terrible Service", - "advancement.create.train_crash.desc": "UNLOCALIZED: Witness a Train crash as a passenger§7\n(Hidden Advancement)", - "advancement.create.train_crash_backwards": "UNLOCALIZED: Blind Spot", - "advancement.create.train_crash_backwards.desc": "UNLOCALIZED: Crash into another Train while driving backwards§7\n(Hidden Advancement)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "UNLOCALIZED: Create", - "itemGroup.create.palettes": "UNLOCALIZED: Create's Building Blocks", - - "death.attack.create.crush": "UNLOCALIZED: %1$s was processed by Crushing Wheels", - "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", - "death.attack.create.run_over": "UNLOCALIZED: %1$s was run over by %2$s", - - "create.block.deployer.damage_source_name": "UNLOCALIZED: a rogue Deployer", - "create.block.cart_assembler.invalid": "UNLOCALIZED: Place your Cart Assembler on a rail block", - - "create.menu.return": "UNLOCALIZED: Return to Menu", - "create.menu.configure": "UNLOCALIZED: Configure...", - "create.menu.ponder_index": "UNLOCALIZED: Ponder Index", - "create.menu.only_ingame": "UNLOCALIZED: Available in the Pause Menu", - "create.menu.report_bugs": "UNLOCALIZED: Report Issues", - "create.menu.support": "UNLOCALIZED: Support Us", - - "create.recipe.crushing": "UNLOCALIZED: Crushing", - "create.recipe.milling": "UNLOCALIZED: Milling", - "create.recipe.fan_washing": "UNLOCALIZED: Bulk Washing", - "create.recipe.fan_washing.fan": "UNLOCALIZED: Fan behind Flowing Water", - "create.recipe.fan_smoking": "UNLOCALIZED: Bulk Smoking", - "create.recipe.fan_smoking.fan": "UNLOCALIZED: Fan behind Fire", - "create.recipe.fan_haunting": "UNLOCALIZED: Bulk Haunting", - "create.recipe.fan_haunting.fan": "UNLOCALIZED: Fan behind Soul Fire", - "create.recipe.fan_blasting": "UNLOCALIZED: Bulk Blasting", - "create.recipe.fan_blasting.fan": "UNLOCALIZED: Fan behind Lava", - "create.recipe.pressing": "UNLOCALIZED: Pressing", - "create.recipe.mixing": "UNLOCALIZED: Mixing", - "create.recipe.deploying": "UNLOCALIZED: Deploying", - "create.recipe.automatic_shapeless": "UNLOCALIZED: Automated Shapeless Crafting", - "create.recipe.automatic_brewing": "UNLOCALIZED: Automated Brewing", - "create.recipe.packing": "UNLOCALIZED: Compacting", - "create.recipe.automatic_packing": "UNLOCALIZED: Automated Packing", - "create.recipe.sawing": "UNLOCALIZED: Sawing", - "create.recipe.mechanical_crafting": "UNLOCALIZED: Mechanical Crafting", - "create.recipe.automatic_shaped": "UNLOCALIZED: Automated Shaped Crafting", - "create.recipe.block_cutting": "UNLOCALIZED: Block Cutting", - "create.recipe.wood_cutting": "UNLOCALIZED: Wood Cutting", - "create.recipe.sandpaper_polishing": "UNLOCALIZED: Sandpaper Polishing", - "create.recipe.mystery_conversion": "UNLOCALIZED: Mysterious Conversion", - "create.recipe.spout_filling": "UNLOCALIZED: Filling by Spout", - "create.recipe.draining": "UNLOCALIZED: Item Draining", - "create.recipe.item_application": "UNLOCALIZED: Manual Item Application", - "create.recipe.item_application.any_axe": "UNLOCALIZED: Any Axe", - "create.recipe.sequenced_assembly": "UNLOCALIZED: Recipe Sequence", - "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.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 salvage", - "create.recipe.processing.chance": "UNLOCALIZED: %1$s%% Chance", - "create.recipe.deploying.not_consumed": "UNLOCALIZED: Not Consumed", - "create.recipe.heat_requirement.none": "UNLOCALIZED: No Heating Required", - "create.recipe.heat_requirement.heated": "UNLOCALIZED: Heated", - "create.recipe.heat_requirement.superheated": "UNLOCALIZED: Super-Heated", - - "create.generic.range": "UNLOCALIZED: Range", - "create.generic.radius": "UNLOCALIZED: Radius", - "create.generic.width": "UNLOCALIZED: Width", - "create.generic.height": "UNLOCALIZED: Height", - "create.generic.length": "UNLOCALIZED: Length", - "create.generic.speed": "UNLOCALIZED: Speed", - "create.generic.delay": "UNLOCALIZED: Delay", - "create.generic.duration": "UNLOCALIZED: Duration", - "create.generic.timeUnit": "UNLOCALIZED: Time Unit", - "create.generic.unit.ticks": "UNLOCALIZED: Ticks", - "create.generic.unit.seconds": "UNLOCALIZED: Seconds", - "create.generic.unit.minutes": "UNLOCALIZED: Minutes", - "create.generic.daytime.hour": "UNLOCALIZED: Hour", - "create.generic.daytime.minute": "UNLOCALIZED: Minute", - "create.generic.daytime.second": "UNLOCALIZED: Second", - "create.generic.daytime.pm": "UNLOCALIZED: pm", - "create.generic.daytime.am": "UNLOCALIZED: am", - "create.generic.unit.rpm": "UNLOCALIZED: RPM", - "create.generic.unit.stress": "UNLOCALIZED: su", - "create.generic.unit.degrees": "UNLOCALIZED: °", - "create.generic.unit.millibuckets": "UNLOCALIZED: mB", - "create.generic.unit.buckets": "B", - "create.generic.clockwise": "UNLOCALIZED: Clockwise", - "create.generic.counter_clockwise": "UNLOCALIZED: Counter-Clockwise", - "create.generic.in_quotes": "UNLOCALIZED: \"%1$s\"", - "create.generic.pitch": "UNLOCALIZED: Pitch: %1$s", - "create.generic.notes": "F#;F;E;D#;D;C#;C;B;A#;A;G#;G", - - "create.action.scroll": "UNLOCALIZED: Scroll", - "create.action.confirm": "UNLOCALIZED: Confirm", - "create.action.abort": "UNLOCALIZED: Abort", - "create.action.saveToFile": "UNLOCALIZED: Save", - "create.action.discard": "UNLOCALIZED: Discard", - - "create.keyinfo.toolmenu": "UNLOCALIZED: Focus Schematic Overlay", - "create.keyinfo.toolbelt": "Få tilgang til verktøykasser i nærheten", - "create.keyinfo.scrollup": "UNLOCALIZED: Simulate Mousewheel Up (inworld)", - "create.keyinfo.scrolldown": "UNLOCALIZED: Simulate Mousewheel Down (inworld)", - - "create.gui.scrollInput.defaultTitle": "UNLOCALIZED: Choose an Option:", - "create.gui.scrollInput.scrollToModify": "UNLOCALIZED: Scroll to Modify", - "create.gui.scrollInput.scrollToAdjustAmount": "UNLOCALIZED: Scroll to Adjust Amount", - "create.gui.scrollInput.scrollToSelect": "UNLOCALIZED: Scroll to Select", - "create.gui.scrollInput.shiftScrollsFaster": "UNLOCALIZED: Shift to Scroll Faster", - "create.gui.toolmenu.focusKey": "UNLOCALIZED: Hold [%1$s] to Focus", - "create.gui.toolmenu.cycle": "UNLOCALIZED: [SCROLL] to Cycle", - - "create.toolbox.unequip": "UNLOCALIZED: Unequip: %1$s", - "create.toolbox.outOfRange": "En verktøykasse med den holdte gjenstanden er ikke i nærheten", - "create.toolbox.detach": "Stopp sporing og behold gjennstand", - "create.toolbox.depositAll": "Returner gjenstander tilbake til verktøykasser i nærheten", - "create.toolbox.depositBox": "Returner gjenstander til verktøykasser", - - "create.gui.symmetryWand.mirrorType": "UNLOCALIZED: Mirror", - "create.gui.symmetryWand.orientation": "UNLOCALIZED: Orientation", - - "create.symmetry.mirror.plane": "UNLOCALIZED: Mirror Once", - "create.symmetry.mirror.doublePlane": "UNLOCALIZED: Rectangular", - "create.symmetry.mirror.triplePlane": "UNLOCALIZED: Octagonal", - - "create.orientation.orthogonal": "UNLOCALIZED: Orthogonal", - "create.orientation.diagonal": "UNLOCALIZED: Diagonal", - "create.orientation.horizontal": "UNLOCALIZED: Horizontal", - "create.orientation.alongZ": "UNLOCALIZED: Along Z", - "create.orientation.alongX": "UNLOCALIZED: Along X", - - "create.gui.terrainzapper.title": "UNLOCALIZED: Handheld Blockzapper", - "create.gui.terrainzapper.searchDiagonal": "UNLOCALIZED: Follow Diagonals", - "create.gui.terrainzapper.searchFuzzy": "UNLOCALIZED: Ignore Material Borders", - "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.placement": "UNLOCALIZED: Placement", - "create.gui.terrainzapper.placement.merged": "UNLOCALIZED: Merged", - "create.gui.terrainzapper.placement.attached": "UNLOCALIZED: Attached", - "create.gui.terrainzapper.placement.inserted": "UNLOCALIZED: Inserted", - "create.gui.terrainzapper.brush": "UNLOCALIZED: Brush", - "create.gui.terrainzapper.brush.cuboid": "UNLOCALIZED: Cuboid", - "create.gui.terrainzapper.brush.sphere": "UNLOCALIZED: Sphere", - "create.gui.terrainzapper.brush.cylinder": "UNLOCALIZED: Cylinder", - "create.gui.terrainzapper.brush.surface": "Overflate", - "create.gui.terrainzapper.brush.cluster": "UNLOCALIZED: Cluster", - "create.gui.terrainzapper.tool": "UNLOCALIZED: Tool", - "create.gui.terrainzapper.tool.fill": "UNLOCALIZED: Fill", - "create.gui.terrainzapper.tool.place": "UNLOCALIZED: Place", - "create.gui.terrainzapper.tool.replace": "UNLOCALIZED: Replace", - "create.gui.terrainzapper.tool.clear": "UNLOCALIZED: Clear", - "create.gui.terrainzapper.tool.overlay": "UNLOCALIZED: Overlay", - "create.gui.terrainzapper.tool.flatten": "UNLOCALIZED: Flatten", - - "create.terrainzapper.shiftRightClickToSet": "UNLOCALIZED: Shift-Right-Click to Select a Shape", - "create.terrainzapper.usingBlock": "UNLOCALIZED: Using: %1$s", - "create.terrainzapper.leftClickToSet": "UNLOCALIZED: Left-Click a Block to set Material", - - "create.minecart_coupling.two_couplings_max": "UNLOCALIZED: Minecarts cannot have more than two couplings each", - "create.minecart_coupling.unloaded": "UNLOCALIZED: Parts of your train seem to be in unloaded chunks", - "create.minecart_coupling.no_loops": "UNLOCALIZED: Couplings cannot form a loop", - "create.minecart_coupling.removed": "UNLOCALIZED: Removed all couplings from minecart", - "create.minecart_coupling.too_far": "UNLOCALIZED: Minecarts are too far apart", - - "create.contraptions.movement_mode": "UNLOCALIZED: Movement Mode", - "create.contraptions.movement_mode.move_place": "UNLOCALIZED: Always Place when Stopped", - "create.contraptions.movement_mode.move_place_returned": "UNLOCALIZED: Place only in Starting Position", - "create.contraptions.movement_mode.move_never_place": "UNLOCALIZED: Place only when Anchor Destroyed", - "create.contraptions.movement_mode.rotate_place": "UNLOCALIZED: Always Place when Stopped", - "create.contraptions.movement_mode.rotate_place_returned": "UNLOCALIZED: Only Place near Initial Angle", - "create.contraptions.movement_mode.rotate_never_place": "UNLOCALIZED: Only Place when Anchor Destroyed", - "create.contraptions.cart_movement_mode": "UNLOCALIZED: Cart Movement Mode", - "create.contraptions.cart_movement_mode.rotate": "UNLOCALIZED: Always face toward motion", - "create.contraptions.cart_movement_mode.rotate_paused": "UNLOCALIZED: Pause actors while rotating", - "create.contraptions.cart_movement_mode.rotation_locked": "UNLOCALIZED: Lock rotation", - "create.contraptions.windmill.rotation_direction": "UNLOCALIZED: Rotation Direction", - "create.contraptions.clockwork.clock_hands": "UNLOCALIZED: Clock Hands", - "create.contraptions.clockwork.hour_first": "UNLOCALIZED: Hour hand first", - "create.contraptions.clockwork.minute_first": "UNLOCALIZED: Minute hand first", - "create.contraptions.clockwork.hour_first_24": "UNLOCALIZED: 24-Hour hand first", - - "create.logistics.filter": "UNLOCALIZED: Filter", - "create.logistics.recipe_filter": "UNLOCALIZED: Recipe Filter", - "create.logistics.fluid_filter": "UNLOCALIZED: Fluid Filter", - "create.logistics.firstFrequency": "UNLOCALIZED: Freq. #1", - "create.logistics.secondFrequency": "UNLOCALIZED: Freq. #2", - "create.logistics.filter.apply": "UNLOCALIZED: Applied filter to %1$s.", - "create.logistics.filter.apply_click_again": "UNLOCALIZED: Applied filter to %1$s, click again to copy the amount.", - "create.logistics.filter.apply_count": "UNLOCALIZED: Applied extraction count to filter.", - - "create.gui.goggles.generator_stats": "UNLOCALIZED: Generator Stats:", - "create.gui.goggles.kinetic_stats": "UNLOCALIZED: Kinetic Stats:", - "create.gui.goggles.at_current_speed": "UNLOCALIZED: at current speed", - "create.gui.goggles.pole_length": "UNLOCALIZED: Pole Length:", - "create.gui.goggles.fluid_container": "Væskebeholder-innformasjon:", - "create.gui.goggles.fluid_container.capacity": "Kapasitet: ", - "create.gui.assembly.exception": "Denne innretningen klarte ikke å monteres:", - "create.gui.assembly.exception.unmovableBlock": "UNLOCALIZED: Unmovable Block (%4$s) at [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "UNLOCALIZED: The Block at [%1$s,%2$s,%3$s] was not in a loaded chunk", - "create.gui.assembly.exception.structureTooLarge": "UNLOCALIZED: There are too many Blocks included in the contraption.\nThe configured maximum is: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "UNLOCALIZED: There are too many extension Poles attached to this Piston.\nThe configured maximum is: %1$s", - "create.gui.assembly.exception.noPistonPoles": "UNLOCALIZED: The Piston is missing some extension Poles", - "create.gui.assembly.exception.not_enough_sails": "UNLOCALIZED: Attached structure does not include enough sail-like blocks: %1$s\nA minimum of %2$s are required", - "create.gui.gauge.info_header": "UNLOCALIZED: Gauge Information:", - "create.gui.speedometer.title": "UNLOCALIZED: Rotation Speed", - "create.gui.stressometer.title": "UNLOCALIZED: Network Stress", - "create.gui.stressometer.capacity": "UNLOCALIZED: Remaining Capacity", - "create.gui.stressometer.overstressed": "UNLOCALIZED: Overstressed", - "create.gui.stressometer.no_rotation": "UNLOCALIZED: No Rotation", - "create.gui.contraptions.not_fast_enough": "UNLOCALIZED: It appears that this %1$s is _not_ rotating with _enough_ _speed_.", - "create.gui.contraptions.network_overstressed": "UNLOCALIZED: It appears that this contraption is _overstressed_. Add more sources or _slow_ _down_ the components with a high _stress_ _impact_.", - "create.gui.adjustable_crate.title": "UNLOCALIZED: Adjustable Crate", - "create.gui.adjustable_crate.storageSpace": "UNLOCALIZED: Storage Space", - "create.gui.stockpile_switch.title": "UNLOCALIZED: Stockpile Switch", - "create.gui.stockpile_switch.invert_signal": "UNLOCALIZED: Invert Signal", - "create.gui.stockpile_switch.move_to_lower_at": "UNLOCALIZED: Move to lower lane at %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "UNLOCALIZED: Move to upper lane at %1$s%%", - "create.gui.sequenced_gearshift.title": "UNLOCALIZED: Sequenced Gearshift", - "create.gui.sequenced_gearshift.instruction": "UNLOCALIZED: Instruction", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "UNLOCALIZED: Turn by angle", - "create.gui.sequenced_gearshift.instruction.turn_angle": "UNLOCALIZED: Turn", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "UNLOCALIZED: Angle", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "UNLOCALIZED: Turn to move Piston/Pulley/Gantry", - "create.gui.sequenced_gearshift.instruction.turn_distance": "UNLOCALIZED: Piston", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "UNLOCALIZED: Distance", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "UNLOCALIZED: Timed Delay", - "create.gui.sequenced_gearshift.instruction.delay": "UNLOCALIZED: Delay", - "create.gui.sequenced_gearshift.instruction.delay.duration": "UNLOCALIZED: Duration", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "UNLOCALIZED: End", - "create.gui.sequenced_gearshift.instruction.end": "UNLOCALIZED: End", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "UNLOCALIZED: Await new Redstone Pulse", - "create.gui.sequenced_gearshift.instruction.await": "UNLOCALIZED: Await", - "create.gui.sequenced_gearshift.speed": "UNLOCALIZED: Speed, Direction", - "create.gui.sequenced_gearshift.speed.forward": "UNLOCALIZED: Input speed, Forwards", - "create.gui.sequenced_gearshift.speed.forward_fast": "UNLOCALIZED: Double speed, Forwards", - "create.gui.sequenced_gearshift.speed.back": "UNLOCALIZED: Input speed, Reversed", - "create.gui.sequenced_gearshift.speed.back_fast": "UNLOCALIZED: Double speed, Reversed", - - "create.schematicAndQuill.dimensions": "UNLOCALIZED: Schematic Size: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "UNLOCALIZED: First position set.", - "create.schematicAndQuill.secondPos": "UNLOCALIZED: Second position set.", - "create.schematicAndQuill.noTarget": "UNLOCALIZED: Hold [Ctrl] to select Air blocks.", - "create.schematicAndQuill.abort": "UNLOCALIZED: Removed selection.", - "create.schematicAndQuill.title": "UNLOCALIZED: Schematic Name:", - "create.schematicAndQuill.convert": "UNLOCALIZED: Save and Upload Immediately", - "create.schematicAndQuill.fallbackName": "UNLOCALIZED: My Schematic", - "create.schematicAndQuill.saved": "UNLOCALIZED: Saved as %1$s", - - "create.schematic.invalid": "[!] Ugyldig objekt - Bruk et planleggingsbord istedenfor", - "create.schematic.position": "Posisjon", - "create.schematic.rotation": "Rotasjon", - "create.schematic.rotation.none": "UNLOCALIZED: None", - "create.schematic.rotation.cw90": "UNLOCALIZED: Clockwise 90", - "create.schematic.rotation.cw180": "UNLOCALIZED: Clockwise 180", - "create.schematic.rotation.cw270": "UNLOCALIZED: Clockwise 270", - "create.schematic.mirror": "UNLOCALIZED: Mirror", - "create.schematic.mirror.none": "UNLOCALIZED: None", - "create.schematic.mirror.frontBack": "UNLOCALIZED: Front-Back", - "create.schematic.mirror.leftRight": "UNLOCALIZED: Left-Right", - "create.schematic.tool.deploy": "Posisjon", - "create.schematic.tool.move": "UNLOCALIZED: Move XZ", - "create.schematic.tool.movey": "UNLOCALIZED: Move Y", - "create.schematic.tool.rotate": "UNLOCALIZED: Rotate", - "create.schematic.tool.print": "Skriv ut", - "create.schematic.tool.flip": "UNLOCALIZED: Mirror", - "create.schematic.tool.deploy.description.0": "UNLOCALIZED: Moves the structure to a location.", - "create.schematic.tool.deploy.description.1": "UNLOCALIZED: Right-Click on the ground to place.", - "create.schematic.tool.deploy.description.2": "UNLOCALIZED: Hold [Ctrl] to select at a fixed distance.", - "create.schematic.tool.deploy.description.3": "UNLOCALIZED: [Ctrl]-Scroll to change the distance.", - "create.schematic.tool.move.description.0": "UNLOCALIZED: Shifts the Schematic Horizontally.", - "create.schematic.tool.move.description.1": "UNLOCALIZED: Point at the Schematic and [CTRL]-Scroll to push it.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "UNLOCALIZED: Shifts the Schematic Vertically.", - "create.schematic.tool.movey.description.1": "UNLOCALIZED: [CTRL]-Scroll to move it up/down.", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "UNLOCALIZED: Rotates the Schematic around its center.", - "create.schematic.tool.rotate.description.1": "UNLOCALIZED: [CTRL]-Scroll to rotate by 90 Degrees.", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "UNLOCALIZED: Instantly places the structure in the world.", - "create.schematic.tool.print.description.1": "UNLOCALIZED: [Right-Click] to confirm placement at the current location.", - "create.schematic.tool.print.description.2": "UNLOCALIZED: This tool is for Creative Mode only.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "Speilvender byggeplanen langs med linjen som vises.", - "create.schematic.tool.flip.description.1": "UNLOCALIZED: Point at the Schematic and [CTRL]-Scroll to flip it.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "UNLOCALIZED: Syncing...", - "create.schematics.uploadTooLarge": "UNLOCALIZED: Your schematic exceeds limitations specified by the server.", - "create.schematics.maxAllowedSize": "UNLOCALIZED: The maximum allowed schematic file size is:", - - "create.gui.schematicTable.refresh": "UNLOCALIZED: Refresh Files", - "create.gui.schematicTable.open_folder": "UNLOCALIZED: Open Folder", - "create.gui.schematicTable.title": "Planleggingsbord", - "create.gui.schematicTable.availableSchematics": "UNLOCALIZED: Available Schematics", - "create.gui.schematicTable.noSchematics": "UNLOCALIZED: No Schematics Saved", - "create.gui.schematicTable.uploading": "UNLOCALIZED: Uploading...", - "create.gui.schematicTable.finished": "UNLOCALIZED: Upload Finished!", - "create.gui.schematicannon.title": "Byggekanon", - "create.gui.schematicannon.listPrinter": "UNLOCALIZED: Checklist Printer", - "create.gui.schematicannon.gunpowderLevel": "Kruttnivå på %1$s%%", - "create.gui.schematicannon.shotsRemaining": "Skudd igjen: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "Inkluderet reserve_ %1$s", - "create.gui.schematicannon.optionEnabled": "UNLOCALIZED: Currently Enabled", - "create.gui.schematicannon.optionDisabled": "UNLOCALIZED: Currently Disabled", - "create.gui.schematicannon.showOptions": "UNLOCALIZED: Show Printer Settings", - "create.gui.schematicannon.option.dontReplaceSolid": "Erstatt ikke solide blokker", - "create.gui.schematicannon.option.replaceWithSolid": "UNLOCALIZED: Replace Solid with Solid", - "create.gui.schematicannon.option.replaceWithAny": "UNLOCALIZED: Replace Solid with Any", - "create.gui.schematicannon.option.replaceWithEmpty": "UNLOCALIZED: Replace Solid with Empty", - "create.gui.schematicannon.option.skipMissing": "UNLOCALIZED: Skip missing Blocks", - "create.gui.schematicannon.option.skipTileEntities": "UNLOCALIZED: Protect Tile Entities", - "create.gui.schematicannon.slot.gunpowder": "UNLOCALIZED: Add gunpowder to fuel the cannon", - "create.gui.schematicannon.slot.listPrinter": "UNLOCALIZED: Place books here to print a Checklist for your Schematic", - "create.gui.schematicannon.slot.schematic": "UNLOCALIZED: Add your Schematic here. Make sure it is deployed at a specific location.", - "create.gui.schematicannon.option.skipMissing.description": "UNLOCALIZED: If the cannon cannot find a required Block for placement, it will continue at the next Location.", - "create.gui.schematicannon.option.skipTileEntities.description": "Kanonen vil unngå å erstatte blokker som inneholder data, slik som kister.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "Kanonen vil aldri erstatte solide blokker i arbeidsområdet, bare ikke usolide blokker og luft.", - "create.gui.schematicannon.option.replaceWithSolid.description": "Kanonen vil bare erstatte solide blokker i arbeidsområdet om byggeplanen inneholder en solid blokk på samme posisjon.", - "create.gui.schematicannon.option.replaceWithAny.description": "Kanonen vil erstatte solide blokker i arbeidsområdet hvis bygeplanen inneholder uansett type blokk på samme posisjon.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "Kanonen vil ersattte alle blokker i arbeidsområdet sitt, også de som bare er luft i byggeplanen.", - - "create.schematicannon.status.idle": "UNLOCALIZED: Idle", - "create.schematicannon.status.ready": "UNLOCALIZED: Ready", - "create.schematicannon.status.running": "UNLOCALIZED: Running", - "create.schematicannon.status.finished": "UNLOCALIZED: Finished", - "create.schematicannon.status.paused": "UNLOCALIZED: Paused", - "create.schematicannon.status.stopped": "UNLOCALIZED: Stopped", - "create.schematicannon.status.noGunpowder": "UNLOCALIZED: Out of Gunpowder", - "create.schematicannon.status.targetNotLoaded": "UNLOCALIZED: Target is not loaded", - "create.schematicannon.status.targetOutsideRange": "UNLOCALIZED: Target too far away", - "create.schematicannon.status.searching": "UNLOCALIZED: Searching", - "create.schematicannon.status.skipping": "UNLOCALIZED: Skipping", - "create.schematicannon.status.missingBlock": "UNLOCALIZED: Missing Item:", - "create.schematicannon.status.placing": "UNLOCALIZED: Placing", - "create.schematicannon.status.clearing": "UNLOCALIZED: Clearing Blocks", - "create.schematicannon.status.schematicInvalid": "UNLOCALIZED: Schematic Invalid", - "create.schematicannon.status.schematicNotPlaced": "UNLOCALIZED: Schematic not Positioned", - "create.schematicannon.status.schematicExpired": "UNLOCALIZED: Schematic File Expired", - - "create.materialChecklist": "UNLOCALIZED: Material Checklist", - "create.materialChecklist.blocksNotLoaded": "UNLOCALIZED: * Disclaimer *\n\nMaterial List may be inaccurate due to relevant chunks not being loaded.", - - "create.gui.filter.deny_list": "UNLOCALIZED: Deny-List", - "create.gui.filter.deny_list.description": "UNLOCALIZED: Items pass if they do NOT match any of the above. An empty Deny-List accepts everything.", - "create.gui.filter.allow_list": "UNLOCALIZED: Allow-List", - "create.gui.filter.allow_list.description": "UNLOCALIZED: Items pass if they match any of the above. An empty Allow-List rejects everything.", - "create.gui.filter.respect_data": "UNLOCALIZED: Respect Data", - "create.gui.filter.respect_data.description": "UNLOCALIZED: Items only match if their durability, enchantments, and other attributes match as well.", - "create.gui.filter.ignore_data": "UNLOCALIZED: Ignore Data", - "create.gui.filter.ignore_data.description": "UNLOCALIZED: Items match regardless of their attributes.", - - "create.item_attributes.placeable": "UNLOCALIZED: is placeable", - "create.item_attributes.placeable.inverted": "UNLOCALIZED: is not placeable", - "create.item_attributes.consumable": "UNLOCALIZED: can be eaten", - "create.item_attributes.consumable.inverted": "UNLOCALIZED: cannot be eaten", - "create.item_attributes.fluid_container": "kan inneholde væsker", - "create.item_attributes.fluid_container.inverted": "kan ikke inneholde væsker", - "create.item_attributes.enchanted": "UNLOCALIZED: is enchanted", - "create.item_attributes.enchanted.inverted": "UNLOCALIZED: is unenchanted", - "create.item_attributes.max_enchanted": "UNLOCALIZED: is enchanted at max level", - "create.item_attributes.max_enchanted.inverted": "UNLOCALIZED: is not enchanted at max level", - "create.item_attributes.renamed": "UNLOCALIZED: has a custom name", - "create.item_attributes.renamed.inverted": "UNLOCALIZED: does not have a custom name", - "create.item_attributes.damaged": "UNLOCALIZED: is damaged", - "create.item_attributes.damaged.inverted": "UNLOCALIZED: is not damaged", - "create.item_attributes.badly_damaged": "UNLOCALIZED: is heavily damaged", - "create.item_attributes.badly_damaged.inverted": "UNLOCALIZED: is not heavily damaged", - "create.item_attributes.not_stackable": "UNLOCALIZED: cannot stack", - "create.item_attributes.not_stackable.inverted": "UNLOCALIZED: can be stacked", - "create.item_attributes.equipable": "UNLOCALIZED: can be equipped", - "create.item_attributes.equipable.inverted": "UNLOCALIZED: cannot be equipped", - "create.item_attributes.furnace_fuel": "UNLOCALIZED: is furnace fuel", - "create.item_attributes.furnace_fuel.inverted": "UNLOCALIZED: is not furnace fuel", - "create.item_attributes.washable": "UNLOCALIZED: can be Washed", - "create.item_attributes.washable.inverted": "UNLOCALIZED: cannot be Washed", - "create.item_attributes.hauntable": "UNLOCALIZED: can be Haunted", - "create.item_attributes.hauntable.inverted": "UNLOCALIZED: cannot be Haunted", - "create.item_attributes.crushable": "UNLOCALIZED: can be Crushed", - "create.item_attributes.crushable.inverted": "UNLOCALIZED: cannot be Crushed", - "create.item_attributes.smeltable": "UNLOCALIZED: can be Smelted", - "create.item_attributes.smeltable.inverted": "UNLOCALIZED: cannot be Smelted", - "create.item_attributes.smokable": "UNLOCALIZED: can be Smoked", - "create.item_attributes.smokable.inverted": "UNLOCALIZED: cannot be Smoked", - "create.item_attributes.blastable": "UNLOCALIZED: can be Smelted in a Blast Furnace", - "create.item_attributes.blastable.inverted": "UNLOCALIZED: cannot be Smelted in a Blast Furnace", - "create.item_attributes.compostable": "kan bli kompostert", - "create.item_attributes.compostable.inverted": "kan ikke bli kompostert", - "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.in_tag": "UNLOCALIZED: is tagged %1$s", - "create.item_attributes.in_tag.inverted": "UNLOCALIZED: is not tagged %1$s", - "create.item_attributes.in_item_group": "UNLOCALIZED: is in group '%1$s'", - "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.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", - "create.item_attributes.color.inverted": "UNLOCALIZED: is not dyed %1$s", - "create.item_attributes.has_fluid": "UNLOCALIZED: contains %1$s", - "create.item_attributes.has_fluid.inverted": "UNLOCALIZED: does not contain %1$s", - "create.item_attributes.has_name": "UNLOCALIZED: has the custom name %1$s", - "create.item_attributes.has_name.inverted": "UNLOCALIZED: does not have the custom name %1$s", - "create.item_attributes.book_author": "UNLOCALIZED: was authored by %1$s", - "create.item_attributes.book_author.inverted": "UNLOCALIZED: was not authored by %1$s", - "create.item_attributes.book_copy_original": "UNLOCALIZED: is an original", - "create.item_attributes.book_copy_original.inverted": "UNLOCALIZED: is not an original", - "create.item_attributes.book_copy_first": "UNLOCALIZED: is a first-generation copy", - "create.item_attributes.book_copy_first.inverted": "UNLOCALIZED: is not a first-generation copy", - "create.item_attributes.book_copy_second": "UNLOCALIZED: is a second-generation copy", - "create.item_attributes.book_copy_second.inverted": "UNLOCALIZED: is not a second-generation copy", - "create.item_attributes.book_copy_tattered": "UNLOCALIZED: is a tattered mess", - "create.item_attributes.book_copy_tattered.inverted": "UNLOCALIZED: is not a tattered mess", - "create.item_attributes.astralsorcery_amulet": "UNLOCALIZED: improves %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "UNLOCALIZED: does not improve %1$s", - "create.item_attributes.astralsorcery_constellation": "UNLOCALIZED: is attuned to %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "UNLOCALIZED: is not attuned to %1$s", - "create.item_attributes.astralsorcery_crystal": "UNLOCALIZED: has crystal attribute %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "UNLOCALIZED: does not have crystal attribute %1$s", - "create.item_attributes.astralsorcery_perk_gem": "UNLOCALIZED: has perk attribute %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "UNLOCALIZED: does not have perk attribute %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "UNLOCALIZED: No attributes selected", - "create.gui.attribute_filter.selected_attributes": "UNLOCALIZED: Selected attributes:", - "create.gui.attribute_filter.add_attribute": "UNLOCALIZED: Add attribute to List", - "create.gui.attribute_filter.add_inverted_attribute": "UNLOCALIZED: Add opposite attribute to List", - "create.gui.attribute_filter.allow_list_disjunctive": "UNLOCALIZED: Allow-List (Any)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "UNLOCALIZED: Items pass if they have any of the selected attributes.", - "create.gui.attribute_filter.allow_list_conjunctive": "UNLOCALIZED: Allow-List (All)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "UNLOCALIZED: Items pass only if they have ALL of the selected attributes.", - "create.gui.attribute_filter.deny_list": "UNLOCALIZED: Deny-List", - "create.gui.attribute_filter.deny_list.description": "UNLOCALIZED: Items pass if they do NOT have any of the selected attributes.", - "create.gui.attribute_filter.add_reference_item": "UNLOCALIZED: Add Reference Item", - - "create.tooltip.holdForDescription": "UNLOCALIZED: Hold [%1$s] for Summary", - "create.tooltip.holdForControls": "UNLOCALIZED: Hold [%1$s] for Controls", - "create.tooltip.keyShift": "UNLOCALIZED: Shift", - "create.tooltip.keyCtrl": "UNLOCALIZED: Ctrl", - "create.tooltip.speedRequirement": "UNLOCALIZED: Speed Requirement: %1$s", - "create.tooltip.speedRequirement.none": "UNLOCALIZED: None", - "create.tooltip.speedRequirement.slow": "UNLOCALIZED: Slow", - "create.tooltip.speedRequirement.medium": "UNLOCALIZED: Moderate", - "create.tooltip.speedRequirement.fast": "UNLOCALIZED: Fast", - "create.tooltip.stressImpact": "UNLOCALIZED: Kinetic Stress Impact: %1$s", - "create.tooltip.stressImpact.low": "UNLOCALIZED: Low", - "create.tooltip.stressImpact.medium": "UNLOCALIZED: Moderate", - "create.tooltip.stressImpact.high": "UNLOCALIZED: High", - "create.tooltip.stressImpact.overstressed": "UNLOCALIZED: Overstressed", - "create.tooltip.up_to": "UNLOCALIZED: Up to %1$s", - "create.tooltip.capacityProvided": "UNLOCALIZED: Kinetic Stress Capacity: %1$s", - "create.tooltip.capacityProvided.low": "UNLOCALIZED: Small", - "create.tooltip.capacityProvided.medium": "UNLOCALIZED: Medium", - "create.tooltip.capacityProvided.high": "UNLOCALIZED: Large", - "create.tooltip.generationSpeed": "UNLOCALIZED: Generates at %1$s %2$s", - "create.tooltip.analogStrength": "UNLOCALIZED: Analog Strength: %1$s/15", - - "create.mechanical_arm.extract_from": "UNLOCALIZED: Take items from %1$s", - "create.mechanical_arm.deposit_to": "UNLOCALIZED: Deposit items to %1$s", - "create.mechanical_arm.summary": "UNLOCALIZED: Mechanical Arm has %1$s input(s) and %2$s output(s).", - "create.mechanical_arm.points_outside_range": "UNLOCALIZED: %1$s selected interaction point(s) removed due to range limitations.", - - "create.weighted_ejector.target_set": "UNLOCALIZED: Target Selected", - "create.weighted_ejector.target_not_valid": "UNLOCALIZED: Ejecting to Adjacent block (Target was not Valid)", - "create.weighted_ejector.no_target": "UNLOCALIZED: Ejecting to Adjacent block (No Target was Selected)", - "create.weighted_ejector.targeting": "UNLOCALIZED: Ejecting to [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "UNLOCALIZED: Ejected Stack Size", - - "create.logistics.when_multiple_outputs_available": "UNLOCALIZED: When Multiple Outputs Available", - - "create.mechanical_arm.selection_mode.round_robin": "Runde rundt", - "create.mechanical_arm.selection_mode.forced_round_robin": "Tvunget runde rundt", - "create.mechanical_arm.selection_mode.prefer_first": "UNLOCALIZED: Prefer First Target", - - "create.tunnel.selection_mode.split": "UNLOCALIZED: Split", - "create.tunnel.selection_mode.forced_split": "Tvungen splitting", - "create.tunnel.selection_mode.round_robin": "Runde rundt", - "create.tunnel.selection_mode.forced_round_robin": "Tvunget runde rundt", - "create.tunnel.selection_mode.prefer_nearest": "UNLOCALIZED: Prefer Nearest", - "create.tunnel.selection_mode.randomize": "UNLOCALIZED: Randomize", - "create.tunnel.selection_mode.synchronize": "UNLOCALIZED: Synchronize Inputs", - - "create.tooltip.chute.header": "UNLOCALIZED: Chute Information", - "create.tooltip.chute.items_move_down": "UNLOCALIZED: Items move Downward", - "create.tooltip.chute.items_move_up": "UNLOCALIZED: Items move Upward", - "create.tooltip.chute.no_fans_attached": "UNLOCALIZED: No attached fans", - "create.tooltip.chute.fans_push_up": "UNLOCALIZED: Fans push from Below", - "create.tooltip.chute.fans_push_down": "UNLOCALIZED: Fans push from Above", - "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.deployer.header": "UNLOCALIZED: Deployer Information", - "create.tooltip.deployer.using": "UNLOCALIZED: Mode: Use", - "create.tooltip.deployer.punching": "UNLOCALIZED: Mode: Attack", - "create.tooltip.deployer.contains": "UNLOCALIZED: Item: %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", - "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.crafting_blueprint.crafting_slot": "Ingrediensplass", - "create.crafting_blueprint.filter_items_viable": "Avanserte filterelementer er mulige", - "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.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", - "create.hint.mechanical_arm_no_targets": "UNLOCALIZED: It appears this _Mechanical_ _Arm_ has not been assigned any _targets._ Select belts, depots, funnels and other blocks by _right-clicking_ them while _holding_ the _Mechanical_ _Arm_ in your _hand_.", - "create.hint.empty_bearing.title": "Oppdater lager", - "create.hint.empty_bearing": "UNLOCALIZED: _Right-click_ the bearing with an _empty_ _hand_ to _attach_ the structure you just built in front of it.", - "create.hint.full_deployer.title": "UNLOCALIZED: Deployer Item Overflow", - "create.hint.full_deployer": "UNLOCALIZED: It appears this _Deployer_ contains _excess_ _items_ that need to be _extracted._ Use a _hopper,_ _funnel_ or other means to free it from its overflow.", - - "create.backtank.low": "UNLOCALIZED: Backtank pressure low", - "create.backtank.depleted": "UNLOCALIZED: Backtank pressure depleted", - - "create.hint.derailed_train.title": "UNLOCALIZED: Derailed Train", - "create.hint.derailed_train": "UNLOCALIZED: It appears this _Train_ is no longer sitting on a connected track piece. _Right-Click_ using a _wrench_ in order to relocate it to a nearby track.", - - "create.boiler.status": "UNLOCALIZED: Boiler Status: %1$s", - "create.boiler.status_short": "UNLOCALIZED: Boiler: %1$s", - "create.boiler.passive": "UNLOCALIZED: Passive", - "create.boiler.idle": "UNLOCALIZED: Idle", - "create.boiler.lvl": "UNLOCALIZED: Lvl %1$s", - "create.boiler.max_lvl": "UNLOCALIZED: Max", - "create.boiler.size": "UNLOCALIZED: Size", - "create.boiler.size_dots": "UNLOCALIZED: ....... ", - "create.boiler.water": "UNLOCALIZED: Water", - "create.boiler.water_dots": "UNLOCALIZED: ... ", - "create.boiler.heat": "UNLOCALIZED: Heat", - "create.boiler.heat_dots": "UNLOCALIZED: ...... ", - "create.boiler.via_one_engine": "UNLOCALIZED: via 1 engine", - "create.boiler.via_engines": "UNLOCALIZED: via %1$s engines", - - "create.gui.schedule.lmb_edit": "UNLOCALIZED: Left-Click to Edit", - "create.gui.schedule.rmb_remove": "UNLOCALIZED: Right-Click to Remove", - "create.gui.schedule.duplicate": "UNLOCALIZED: Duplicate", - "create.gui.schedule.remove_entry": "UNLOCALIZED: Remove Action", - "create.gui.schedule.add_entry": "UNLOCALIZED: Add Action", - "create.gui.schedule.move_up": "UNLOCALIZED: Move up", - "create.gui.schedule.move_down": "UNLOCALIZED: Move down", - "create.gui.schedule.add_condition": "UNLOCALIZED: Add Condition", - "create.gui.schedule.alternative_condition": "UNLOCALIZED: Alternative Condition", - - "create.schedule.instruction_type": "UNLOCALIZED: Next Action:", - "create.schedule.instruction.editor": "UNLOCALIZED: Instruction Editor", - "create.schedule.instruction.destination": "Dra til stasjon", - "create.schedule.instruction.destination.summary": "UNLOCALIZED: Next Stop:", - "create.schedule.instruction.filter_edit_box": "Stasjonsnavn", - "create.schedule.instruction.filter_edit_box_1": "UNLOCALIZED: Use * as a text wildcard", - "create.schedule.instruction.filter_edit_box_2": "Eksempel: \"Min stasjon; platform X\"", - "create.schedule.instruction.filter_edit_box_3": "UNLOCALIZED: Train picks nearest unoccupied match", - "create.schedule.instruction.rename": "UNLOCALIZED: Update Schedule Title", - "create.schedule.instruction.rename.summary": "UNLOCALIZED: New Title:", - "create.schedule.instruction.name_edit_box": "UNLOCALIZED: Schedule Title", - "create.schedule.instruction.name_edit_box_1": "UNLOCALIZED: Affects text shown on displays", - "create.schedule.instruction.name_edit_box_2": "UNLOCALIZED: Defaults to next destination's name", - "create.schedule.instruction.throttle": "UNLOCALIZED: Limit Max Speed", - "create.schedule.instruction.throttle.summary": "UNLOCALIZED: Change Max Speed to %1$s", - "create.schedule.instruction.throttle_edit_box": "UNLOCALIZED: Throttle", - "create.schedule.instruction.throttle_edit_box_1": "UNLOCALIZED: Affects the top speed of the Train", - "create.schedule.condition_type": "UNLOCALIZED: Continue if/after:", - "create.schedule.condition.editor": "UNLOCALIZED: Condition Editor", - "create.schedule.condition.delay": "UNLOCALIZED: Scheduled Delay", - "create.schedule.condition.delay_short": "UNLOCALIZED: Wait: %1$s", - "create.schedule.condition.delay.status": "UNLOCALIZED: Departs in %1$s", - "create.schedule.condition.idle": "UNLOCALIZED: Cargo Inactivity", - "create.schedule.condition.idle_short": "UNLOCALIZED: Cargo Idle: %1$s", - "create.schedule.condition.idle.status": "UNLOCALIZED: Cargo Idle for %1$s", - "create.schedule.condition.for_x_time": "UNLOCALIZED: for %1$s", - "create.schedule.condition.unloaded": "UNLOCALIZED: Chunk Unloaded", - "create.schedule.condition.unloaded.status": "UNLOCALIZED: Waiting for chunk unload", - "create.schedule.condition.powered": "UNLOCALIZED: Station Powered", - "create.schedule.condition.powered.status": "UNLOCALIZED: Waiting for redstone", - "create.schedule.condition.time_of_day": "UNLOCALIZED: Time of Day", - "create.schedule.condition.time_of_day.scheduled": "UNLOCALIZED: Scheduled Time: %1$s", - "create.schedule.condition.time_of_day.digital_format": "UNLOCALIZED: %1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "UNLOCALIZED: Rotation", - "create.schedule.condition.time_of_day.rotation.every_24": "UNLOCALIZED: Every Day", - "create.schedule.condition.time_of_day.rotation.every_12": "UNLOCALIZED: Every 12:00", - "create.schedule.condition.time_of_day.rotation.every_6": "UNLOCALIZED: Every 6:00", - "create.schedule.condition.time_of_day.rotation.every_4": "UNLOCALIZED: Every 4:00", - "create.schedule.condition.time_of_day.rotation.every_3": "UNLOCALIZED: Every 3:00", - "create.schedule.condition.time_of_day.rotation.every_2": "UNLOCALIZED: Every 2:00", - "create.schedule.condition.time_of_day.rotation.every_1": "UNLOCALIZED: Every 1:00", - "create.schedule.condition.time_of_day.rotation.every_0_45": "UNLOCALIZED: Every 0:45", - "create.schedule.condition.time_of_day.rotation.every_0_30": "UNLOCALIZED: Every 0:30", - "create.schedule.condition.time_of_day.rotation.every_0_15": "UNLOCALIZED: Every 0:15", - "create.schedule.condition.time_of_day.status": "UNLOCALIZED: Departs at ", - "create.schedule.condition.threshold.train_holds": "UNLOCALIZED: Train holds %1$s", - "create.schedule.condition.threshold.greater": "UNLOCALIZED: more than", - "create.schedule.condition.threshold.less": "UNLOCALIZED: less than", - "create.schedule.condition.threshold.equal": "UNLOCALIZED: exactly", - "create.schedule.condition.threshold.x_units_of_item": "UNLOCALIZED: %1$s %2$s of %3$s", - "create.schedule.condition.threshold.matching_content": "UNLOCALIZED: Matching Content", - "create.schedule.condition.threshold.anything": "UNLOCALIZED: Anything", - "create.schedule.condition.threshold.item_measure": "UNLOCALIZED: Item Measure", - "create.schedule.condition.threshold.items": "UNLOCALIZED: Items", - "create.schedule.condition.threshold.stacks": "UNLOCALIZED: Stacks", - "create.schedule.condition.threshold.buckets": "UNLOCALIZED: Buckets", - "create.schedule.condition.threshold.status": "UNLOCALIZED: Cargo: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "UNLOCALIZED: Reference Item", - "create.schedule.condition.threshold.place_item_2": "UNLOCALIZED: Filters can be used", - "create.schedule.condition.threshold.place_item_3": "La stå tomt for å passe til hvilken som helst", - "create.schedule.condition.fluid_threshold": "UNLOCALIZED: Fluid Cargo Condition", - "create.schedule.condition.item_threshold": "UNLOCALIZED: Item Cargo Condition", - "create.schedule.condition.redstone_link": "Redstone link", - "create.schedule.condition.redstone_link.status": "Venter på redstone link", - "create.schedule.condition.redstone_link_on": "Link på", - "create.schedule.condition.redstone_link_off": "Link av", - "create.schedule.condition.redstone_link.powered": "Aktivert", - "create.schedule.condition.redstone_link.unpowered": "Ikke aktivert", - "create.schedule.condition.redstone_link.frequency_state": "Frekvens-status:", - "create.schedule.condition.redstone_link.frequency_powered": "Frekvens aktivert:", - "create.schedule.condition.redstone_link.frequency_unpowered": "Frekvens ikke aktivert:", - "create.schedule.condition.player_count": "UNLOCALIZED: Players Seated", - "create.schedule.condition.player_count.summary": "UNLOCALIZED: %1$s Player", - "create.schedule.condition.player_count.summary_plural": "UNLOCALIZED: %1$s Players", - "create.schedule.condition.player_count.seated": "UNLOCALIZED: %1$s seated", - "create.schedule.condition.player_count.players": "UNLOCALIZED: Players", - "create.schedule.condition.player_count.condition": "UNLOCALIZED: Conditional", - "create.schedule.condition.player_count.exactly": "UNLOCALIZED: Exactly", - "create.schedule.condition.player_count.or_above": "UNLOCALIZED: Or above", - "create.schedule.condition.player_count.status": "UNLOCALIZED: Passengers: %1$s/%2$s", - "create.schedule.loop": "UNLOCALIZED: Loop Forever", - "create.schedule.loop1": "UNLOCALIZED: Schedule starts over", - "create.schedule.loop2": "UNLOCALIZED: when completed", - "create.schedule.reset": "UNLOCALIZED: Reset Progress", - "create.schedule.skip": "UNLOCALIZED: Skip current Stop", - "create.schedule.applied_to_train": "UNLOCALIZED: Train is now following this Schedule", - "create.schedule.non_controlling_seat": "UNLOCALIZED: Conductor needs to sit in front of a Controls block", - "create.schedule.remove_with_empty_hand": "UNLOCALIZED: Remove current Schedule with an Empty Hand", - "create.schedule.auto_removed_from_train": "UNLOCALIZED: Auto-Schedule discarded", - "create.schedule.removed_from_train": "UNLOCALIZED: Schedule retrieved from Train", - "create.schedule.no_stops": "UNLOCALIZED: This Schedule does not have any Stops yet", - "create.schedule.continued": "UNLOCALIZED: Schedule resumed", - - "create.track.selection_cleared": "UNLOCALIZED: Selection Cleared", - "create.track.valid_connection": "UNLOCALIZED: Can Connect ✔", - "create.track.second_point": "UNLOCALIZED: Place track or select a second point", - "create.track.too_far": "UNLOCALIZED: Too far away", - "create.track.original_missing": "UNLOCALIZED: Original block removed, Sneak-click to reset", - "create.track.perpendicular": "UNLOCALIZED: Cannot connect perpendicularly", - "create.track.ascending_s_curve": "UNLOCALIZED: Cannot create sloped S-Bends", - "create.track.too_sharp": "UNLOCALIZED: Turn too sharp", - "create.track.too_steep": "UNLOCALIZED: Slope too steep", - "create.track.slope_turn": "UNLOCALIZED: Cannot enter or leave slope on a turn", - "create.track.opposing_slopes": "UNLOCALIZED: Cannot connect opposing slopes", - "create.track.leave_slope_ascending": "UNLOCALIZED: Cannot leave this slope while ascending", - "create.track.leave_slope_descending": "UNLOCALIZED: Cannot leave this slope while descending", - "create.track.turn_90": "UNLOCALIZED: Can only turn up to 90 Degrees", - "create.track.junction_start": "UNLOCALIZED: Cannot start connection from a Junction", - "create.track.turn_start": "Kan ikke starte forbindelsen i en sving", - "create.track.not_enough_tracks": "Du har ikke nok skinner på deg", - "create.track.not_enough_pavement": "Du har ikke nok skinneunderlag på deg", - - "create.portal_track.failed": "UNLOCALIZED: Cannot place portal track:", - "create.portal_track.missing": "Forventet portal ikke generert ennå", - "create.portal_track.blocked": "Målsted blokkert (%1$s,%2$s,%3$s)", - - "create.station.idle": "Stasjon er passiv", - "create.station.assembly_title": "UNLOCALIZED: Train Assembly", - "create.station.close": "Lukk vindu", - "create.station.cancel": "UNLOCALIZED: Cancel Assembly", - "create.station.failed": "UNLOCALIZED: Assembly Failed", - "create.station.icon_type": "UNLOCALIZED: Icon Type", - "create.station.create_train": "UNLOCALIZED: Create new Train", - "create.station.assemble_train": "UNLOCALIZED: Assemble Train", - "create.station.disassemble_train": "UNLOCALIZED: Disassemble Train", - "create.station.remove_schedule": "Hent ut tidsskjema", - "create.station.remove_auto_schedule": "UNLOCALIZED: Discard Auto-Schedule", - "create.station.no_assembly_diagonal": "UNLOCALIZED: Cannot build trains", - "create.station.no_assembly_diagonal_1": "UNLOCALIZED: on diagonal tracks", - "create.station.no_assembly_curve": "UNLOCALIZED: Cannot build trains", - "create.station.no_assembly_curve_1": "UNLOCALIZED: on curved tracks", - "create.station.train_not_aligned": "Kan ikke demonteres", - "create.station.train_not_aligned_1": "Alle vognene er ikke på linje", - "create.station.carriage_number": "Vogn %1$s:", - "create.station.retry": "UNLOCALIZED: Resolve this and retry", - "create.station.no_bogeys": "UNLOCALIZED: No Bogeys", - "create.station.one_bogey": "UNLOCALIZED: 1 Bogey", - "create.station.more_bogeys": "UNLOCALIZED: %1$s Bogeys", - "create.station.how_to": "UNLOCALIZED: Use Train Casing on highlighted Tracks to create bogeys.", - "create.station.how_to_1": "UNLOCALIZED: Remove bogeys by breaking the block on top.", - "create.station.how_to_2": "UNLOCALIZED: Build carriages attached to one or two bogeys each.", - - "create.train_assembly.too_many_bogeys": "UNLOCALIZED: Too many Bogeys attached: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "UNLOCALIZED: Frontmost Bogey must be at Station Marker", - "create.train_assembly.no_bogeys": "UNLOCALIZED: No Bogeys Found", - "create.train_assembly.not_connected_in_order": "UNLOCALIZED: Bogeys are not connected in order", - "create.train_assembly.bogeys_too_close": "UNLOCALIZED: Bogeys %1$s and %2$s are too close to each other", - "create.train_assembly.single_bogey_carriage": "UNLOCALIZED: This Bogey type cannot support a carriage on its own", - "create.train_assembly.nothing_attached": "UNLOCALIZED: No structure attached to Bogey %1$s", - "create.train_assembly.no_controls": "UNLOCALIZED: At least one forward-facing controls block needs to be mounted on the train", - "create.train_assembly.sideways_controls": "UNLOCALIZED: A mounted controls block is facing sideways", - "create.train_assembly.bogey_created": "UNLOCALIZED: Bogey created. Click again to cycle type", - "create.train_assembly.requires_casing": "UNLOCALIZED: Use Railway Casing to create bogeys on tracks", - - "create.track_target.set": "UNLOCALIZED: Targeted track selected", - "create.track_target.success": "UNLOCALIZED: Successfully bound to targeted track", - "create.track_target.clear": "UNLOCALIZED: Cleared track selection", - "create.track_target.missing": "UNLOCALIZED: Right-click the targeted train track first", - "create.track_target.too_far": "UNLOCALIZED: Targeted track is too far from here", - "create.track_target.no_junctions": "UNLOCALIZED: Targeted track cannot be an intersection", - "create.track_target.occupied": "UNLOCALIZED: Targeted track is occupied", - "create.track_target.invalid": "UNLOCALIZED: Cannot target this track here", - - "create.train.unnamed": "UNLOCALIZED: Unnamed Train", - "create.train.cannot_relocate_moving": "Kan ikke forflytte et tog i bevegelse", - "create.train.relocate": "Klikk på en skinne for å forflytte %1$s til. Snik-klikk for å avbryte", - "create.train.relocate.abort": "Forflytting avbrytet", - "create.train.relocate.success": "Forflytting fulført", - "create.train.relocate.valid": "Kan forflyttes hit. Klikk for å godta", - "create.train.relocate.invalid": "Kan ikke forflytte toget hit", - "create.train.relocate.too_far": "Kan ikke forflytte toget så langt vekk", - "create.train.departing_from": "UNLOCALIZED: Departing from %1$s", - "create.train.arrived_at": "UNLOCALIZED: Arrived at %1$s", - "create.train.status": "UNLOCALIZED: Information about Train: %1$s", - "create.train.status.back_on_track": "UNLOCALIZED: Train is back on Track", - "create.train.status.collision": "UNLOCALIZED: Collision with other Train", - "create.train.status.end_of_track": "En vogn har kommet til enden av skinnen", - "create.train.status.double_portal": "En vogn kan ikke kjøre inn i en portal sammtidig som den forlater en portal. En portal om gangen", - "create.train.status.coupling_stress": "Tvunget stopp på grunn av overbelastet kobling", - "create.train.status.track_missing": "Skinnene mangler under toget", - "create.train.status.paused_for_manual": "UNLOCALIZED: Schedule paused for manual controls", - "create.train.status.opposite_driver": "Skinnene krever at en lokfører vender bakover, så toget også kan kjøre andre vei", - "create.train.status.missing_driver": "UNLOCALIZED: Driver has gone missing", - "create.train.status.found_driver": "UNLOCALIZED: A new driver has been found", - "create.train.status.navigation_success": "Navigasjon vellykket", - "create.train.status.no_match": "Ingen stasjon i listen passer med \"%1$s\"", - "create.train.status.no_path": "Ingen passende rute til neste planlagte destinasjon ble funnet", - - "create.track_signal.cannot_change_mode": "Kan ikke bytte modus på dette signalet", - "create.track_signal.mode_change.entry_signal": "-> Tillat gjennomkjøring om hele seksjonen er ledig", - "create.track_signal.mode_change.cross_signal": "-> Tillat gjennomkjøring om bare seksjonen kan kjøres gjennom etter planen", - - "create.contraption.controls.start_controlling": "Kontrollerer nå: %1$s", - "create.contraption.controls.stop_controlling": "Stoppet å kontrollere innretning", - "create.contraption.controls.approach_station": "Hold %1$s for å stoppe akkurat ved %2$s", - - "create.display_link.set": "UNLOCALIZED: Targeted position selected", - "create.display_link.success": "UNLOCALIZED: Successfully bound to targeted position", - "create.display_link.clear": "UNLOCALIZED: Cleared position selection", - "create.display_link.too_far": "UNLOCALIZED: Targeted position is too far from here", - "create.display_link.invalid": "UNLOCALIZED: Link has no valid target, try placing it again", - "create.display_link.title": "UNLOCALIZED: Display Link", - "create.display_link.no_source": "UNLOCALIZED: Not a Display Source", - "create.display_link.no_target": "UNLOCALIZED: Not a Display Target", - "create.display_link.reading_from": "UNLOCALIZED: Read from:", - "create.display_link.writing_to": "UNLOCALIZED: Send to:", - "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", - "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", - "create.display_link.view_compatible": "UNLOCALIZED: Click to view all Compatible", - "create.display_link.information_type": "UNLOCALIZED: Type of Information", - "create.display_link.display_on": "UNLOCALIZED: Write data to:", - "create.display_link.display_on_multiline": "UNLOCALIZED: Start writing at:", - - "create.display_source.label": "UNLOCALIZED: Attached Label", - "create.display_source.combine_item_names": "UNLOCALIZED: Combine Item Names", - "create.display_source.count_items": "UNLOCALIZED: Amount of matching Items", - "create.display_source.list_items": "UNLOCALIZED: List matching Items", - "create.display_source.fluid_amount": "UNLOCALIZED: Amount of matching Fluids", - "create.display_source.list_fluids": "UNLOCALIZED: List matching Fluids", - "create.display_source.nixie_tube": "Kopier nixie-rør", - "create.display_source.fill_level": "UNLOCALIZED: Container Fill Level", - "create.display_source.fill_level.display": "UNLOCALIZED: Display Format", - "create.display_source.fill_level.percent": "UNLOCALIZED: Percent", - "create.display_source.fill_level.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.value_list.display": "UNLOCALIZED: Value Display", - "create.display_source.value_list.shortened": "UNLOCALIZED: Shortened", - "create.display_source.value_list.full_number": "UNLOCALIZED: Full Number", - "create.display_source.value_list.thousand": "k", - "create.display_source.value_list.million": "m", - "create.display_source.player_deaths": "Spillerdød", - "create.display_source.scoreboard": "Resultattavle", - "create.display_source.scoreboard.objective": "UNLOCALIZED: Objective ID", - "create.display_source.scoreboard.objective_not_found": "UNLOCALIZED: '%1$s' not found", - "create.display_source.scoreboard.objective.deaths": "Spillerdød", - "create.display_source.time_of_day": "UNLOCALIZED: Time of Day", - "create.display_source.stop_watch": "UNLOCALIZED: Stopwatch", - "create.display_source.time.format": "UNLOCALIZED: Time Format", - "create.display_source.time.12_hour": "UNLOCALIZED: 12-hour", - "create.display_source.time.24_hour": "UNLOCALIZED: 24-hour", - "create.display_source.accumulate_items": "UNLOCALIZED: Accumulate Item Count", - "create.display_source.item_throughput": "UNLOCALIZED: Item Throughput", - "create.display_source.item_throughput.interval": "UNLOCALIZED: Interval", - "create.display_source.item_throughput.interval.second": "UNLOCALIZED: per Second", - "create.display_source.item_throughput.interval.minute": "UNLOCALIZED: per Minute", - "create.display_source.item_throughput.interval.hour": "UNLOCALIZED: per Hour", - "create.display_source.train_status": "UNLOCALIZED: Train Schedule Status", - "create.display_source.station_summary": "UNLOCALIZED: Train Station Summary", - "create.display_source.station_summary.filter": "UNLOCALIZED: Station name filter", - "create.display_source.station_summary.train_name_column": "UNLOCALIZED: Train column size", - "create.display_source.station_summary.platform_column": "UNLOCALIZED: Platform column size", - "create.display_source.station_summary.now": "UNLOCALIZED: now", - "create.display_source.station_summary.minutes": "UNLOCALIZED: min", - "create.display_source.station_summary.seconds": "UNLOCALIZED: %1$ss", - "create.display_source.observed_train_name": "UNLOCALIZED: Detected Train Name", - "create.display_source.max_enchant_level": "UNLOCALIZED: Max Enchanting Cost", - "create.display_source.boiler_status": "UNLOCALIZED: Boiler Status", - "create.display_source.entity_name": "UNLOCALIZED: Entity Name", - "create.display_source.kinetic_speed": "UNLOCALIZED: Rotation Speed (RPM)", - "create.display_source.kinetic_speed.absolute": "UNLOCALIZED: Ignore Direction", - "create.display_source.kinetic_speed.directional": "UNLOCALIZED: Include Direction", - "create.display_source.kinetic_stress": "UNLOCALIZED: Network Stress", - "create.display_source.kinetic_stress.display": "UNLOCALIZED: Displayed Info", - "create.display_source.kinetic_stress.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.kinetic_stress.percent": "UNLOCALIZED: Percentage", - "create.display_source.kinetic_stress.current": "UNLOCALIZED: Stress in SU", - "create.display_source.kinetic_stress.max": "UNLOCALIZED: Total Capacity", - "create.display_source.kinetic_stress.remaining": "UNLOCALIZED: Remaining SU", - "create.display_source.redstone_power": "UNLOCALIZED: Redstone Power", - "create.display_source.redstone_power.display": "UNLOCALIZED: Display Format", - "create.display_source.redstone_power.number": "UNLOCALIZED: Number", - "create.display_source.redstone_power.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.boiler.not_enough_space": "UNLOCALIZED: Not enough space ", - "create.display_source.boiler.for_boiler_status": "UNLOCALIZED: for Boiler Status", - - "create.display_target.line": "UNLOCALIZED: Line %1$s", - "create.display_target.page": "UNLOCALIZED: Page %1$s", - "create.display_target.single_line": "UNLOCALIZED: Single Line", - - "create.flap_display.cycles.alphabet": "UNLOCALIZED: ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": " ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": " ; minutt;nå;15s;30s;45s", - "create.flap_display.cycles.shortened_numbers": " ;K;M", - "create.flap_display.cycles.fluid_units": "mB;B ", - "create.flap_display.cycles.instant": " ; ", - "create.flap_display.cycles.pixel": "█;▓;▒", - - "create.super_glue.too_far": "Markerte område er for stort", - "create.super_glue.cannot_reach": "De markerte blokkene må være inntil hverandre", - "create.super_glue.click_to_confirm": "UNLOCALIZED: Click again to confirm", - "create.super_glue.click_to_discard": "Snik-klikk for å avbryte markeringen", - "create.super_glue.first_pos": "Første posisjon markert", - "create.super_glue.abort": "Markering avbrutt", - "create.super_glue.not_enough": "Ikke nok lim i inventaret", - "create.super_glue.success": "UNLOCALIZED: Applying Glue...", - - "create.gui.config.overlay1": "UNLOCALIZED: Hi :)", - "create.gui.config.overlay2": "Dette er et forsøksoverlegg", - "create.gui.config.overlay3": "UNLOCALIZED: Click or drag with your mouse", - "create.gui.config.overlay4": "UNLOCALIZED: to move this preview", - "create.gui.config.overlay5": "Trykk ESC for å gå ut av denne menyen", - "create.gui.config.overlay6": "og lagre den nye posisjonen", - "create.gui.config.overlay7": "UNLOCALIZED: Run /create overlay reset", - "create.gui.config.overlay8": "UNLOCALIZED: to reset to the default position", - - "create.command.killTPSCommand": "UNLOCALIZED: killtps", - "create.command.killTPSCommand.status.slowed_by.0": "[Create]: Servertikk er for øyeblikket redusert med %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "[Create]: Servertikk er redusert med %s ms nå >:)", - "create.command.killTPSCommand.status.slowed_by.2": "[Create]: Servertikk er tilbake til normal hastighet :D", - "create.command.killTPSCommand.status.usage.0": "[Create]: bruk \"/killtps stop\" for å få servertikking tilbake til normal hastighet", - "create.command.killTPSCommand.status.usage.1": "[Create]: bruk \"/killtps start \" for å kunstig senke hastigheten på servertikking", - "create.command.killTPSCommand.argument.tickTime": "tikktid", - - "create.contraption.minecart_contraption_too_big": "UNLOCALIZED: This Cart Contraption seems too big to pick up", - "create.contraption.minecart_contraption_illegal_pickup": "UNLOCALIZED: A mystical force is binding this Cart Contraption to the world", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "UNLOCALIZED: Contraption stops", - "create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls", - "create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps", - "create.subtitle.whistle_train_manual": "UNLOCALIZED: Train honks", - "create.subtitle.steam": "UNLOCALIZED: Steam noises", - "create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates", - "create.subtitle.schematicannon_finish": "Byggekanon plinger", - "create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts", - "create.subtitle.wrench_remove": "UNLOCALIZED: Component breaks", - "create.subtitle.train3": "UNLOCALIZED: Bogey wheels rumble muffled", - "create.subtitle.whistle": "UNLOCALIZED: Whistling", - "create.subtitle.cogs": "UNLOCALIZED: Cogwheels rumble", - "create.subtitle.slime_added": "UNLOCALIZED: Slime squishes", - "create.subtitle.whistle_train_low": "UNLOCALIZED: Low whistling", - "create.subtitle.schematicannon_launch_block": "Byggekanon avfyrer", - "create.subtitle.controller_take": "UNLOCALIZED: Lectern empties", - "create.subtitle.crafter_click": "UNLOCALIZED: Crafter clicks", - "create.subtitle.depot_plop": "UNLOCALIZED: Item lands", - "create.subtitle.confirm": "UNLOCALIZED: Affirmative ding", - "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.sanding_long": "UNLOCALIZED: Sanding noises", - "create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises", - "create.subtitle.depot_slide": "UNLOCALIZED: Item slides", - "create.subtitle.blaze_munch": "UNLOCALIZED: Blaze Burner munches", - "create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps", - "create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls", - "create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks", - "create.subtitle.controller_put": "UNLOCALIZED: Controller thumps", - "create.subtitle.cranking": "UNLOCALIZED: Hand Crank turns", - "create.subtitle.sanding_short": "UNLOCALIZED: Sanding noises", - "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.whistle_high": "UNLOCALIZED: High whistling", - "create.subtitle.whistle_train_manual_low": "UNLOCALIZED: Train honks", - "create.subtitle.whistle_train": "UNLOCALIZED: Whistling", - "create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens", - "create.subtitle.train": "UNLOCALIZED: Bogey wheels rumble", - "create.subtitle.deny": "UNLOCALIZED: Declining boop", - "create.subtitle.controller_click": "UNLOCALIZED: Controller clicks", - "create.subtitle.whistle_low": "UNLOCALIZED: Low whistling", - "create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks", - "create.subtitle.mechanical_press_activation": "UNLOCALIZED: Mechanical Press clangs", - "create.subtitle.contraption_assemble": "Innretning beveger seg", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", - "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", - "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", - "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", - "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", - "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", - "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", - "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", - - "block.create.wooden_bracket.tooltip": "TREBRAKETT", - "block.create.wooden_bracket.tooltip.summary": "_Dekorer_ _akslingene, tannhjulene_ og _rørene_ dine med et koselig forsterking av treverk.", - - "block.create.metal_bracket.tooltip": "METALLBRAKETT", - "block.create.metal_bracket.tooltip.summary": "_Dekorer_ _akslingene, tannhjulene_ og _rørene_ dine med et industrielt og solid forsterkning.", - - "block.create.seat.tooltip": "SETE", - "block.create.seat.tooltip.summary": "Sett deg ned og nyt turen! Setet vil forankre en spiller som sitter i setet til en bevegende _innretning_. Et fantastisk møbel er det også! Og kommer i mange farger i tillegg!", - "block.create.seat.tooltip.condition1": "Høyreklikk på setet", - "block.create.seat.tooltip.behaviour1": "Setter spilleren ned i _setet_. Trykk venstre-shift for å gå ut av _setet_.", - - "item.create.blaze_cake.tooltip": "FLAMMESKRØMT-KAKE", - "item.create.blaze_cake.tooltip.summary": "En deilig godbit for dine hardtarbeidende _flammeskrømt-brennere_. Får dem i fyr og flamme!", - - "item.create.wand_of_symmetry.tooltip": "SYMMETRISTAV", - "item.create.wand_of_symmetry.tooltip.summary": "Speiler blokkeplasseringer over en valgt linje perfekt.", - "item.create.wand_of_symmetry.tooltip.condition1": "Når i verktøylinjen", - "item.create.wand_of_symmetry.tooltip.behaviour1": "Forblir aktiv", - "item.create.wand_of_symmetry.tooltip.control1": "Høyreklikk på bakken", - "item.create.wand_of_symmetry.tooltip.action1": "_Skaper_ eller _flytter_ speilet", - "item.create.wand_of_symmetry.tooltip.control2": "Høyreklikk i luften", - "item.create.wand_of_symmetry.tooltip.action2": "UNLOCALIZED: _Removes_ the active Mirror", - "item.create.wand_of_symmetry.tooltip.control3": "Snik sammtidig som du høyreklikker", - "item.create.wand_of_symmetry.tooltip.action3": "Åpner _konfigurasjonsgrensesnittet_", - - "item.create.handheld_worldshaper.tooltip": "HÅNDHOLDT VERDENSKAPER", - "item.create.handheld_worldshaper.tooltip.summary": "UNLOCALIZED: Handy tool for creating _landscapes_ and _terrain features_.", - "item.create.handheld_worldshaper.tooltip.control1": "Venstreklikkpå en blokk", - "item.create.handheld_worldshaper.tooltip.action1": "UNLOCALIZED: Sets blocks placed by the tool to the targeted block.", - "item.create.handheld_worldshaper.tooltip.control2": "Høyreklikk på en blokk", - "item.create.handheld_worldshaper.tooltip.action2": "UNLOCALIZED: Applies the currently selected _Brush_ and _Tool_ at the targeted location.", - "item.create.handheld_worldshaper.tooltip.control3": "Snik sammtidig som du høyreklikker", - "item.create.handheld_worldshaper.tooltip.action3": "Åpner _konfigurasjonsgrensesnittet_", - - "item.create.tree_fertilizer.tooltip": "TREGJØDSEL", - "item.create.tree_fertilizer.tooltip.summary": "En kraftig kombinasjon av mineraler passende for å akselerere veksten av vanlige tretyper.", - "item.create.tree_fertilizer.tooltip.condition1": "Når brukt på spirer", - "item.create.tree_fertilizer.tooltip.behaviour1": "Gror trær _uavhengig_ av deres _avstandskrav_", - - "item.create.extendo_grip.tooltip": "LANGE-ARM GRIP", - "item.create.extendo_grip.tooltip.summary": "Boioioing! _Øker rekkeviddeavstanden_ betraktelig til den som holder denne. Kan drives med lufttrykk fra en _kobberryggtanke_", - "item.create.extendo_grip.tooltip.condition1": "I annenhånden", - "item.create.extendo_grip.tooltip.behaviour1": "Øker _rekkevidden_ til plassering og bruk av utstyr i hovedhånden.", - "item.create.extendo_grip.tooltip.condition2": "Mens en har på en kobberryggtanke", - "item.create.extendo_grip.tooltip.behaviour2": "_Ingen_ _holdbarhet_ vil bli brukt. _Trykkluft_ vil bli brukt istedenfor", - - "item.create.potato_cannon.tooltip": "POTETKANON", - "item.create.potato_cannon.tooltip.summary": "Fvoomp! Skyt ut dine hjemmgrodde grønnsaker mot fiendene dine. Kan drives med trykkluft fra en _kobberryggtanke_", - "item.create.potato_cannon.tooltip.condition1": "Når høyreklikket", - "item.create.potato_cannon.tooltip.behaviour1": "_Skyter_ en passende gjenstand fra _inventaret_ ditt.", - "item.create.potato_cannon.tooltip.condition2": "Mens en har på en kobberryggtanke", - "item.create.potato_cannon.tooltip.behaviour2": "_Ingen_ _holdbarhet_ vil bli brukt. _Trykkluft_ vil bli brukt istedenfor", - - "item.create.filter.tooltip": "FILTER", - "item.create.filter.tooltip.summary": "_Kontrollerer_ hvilke gjenstander som slipper gjennom _innganger_ og _utganger_ med mer _presisjon_, etter en liste med _gjennstander_, eller med _filter inni filter_.", - "item.create.filter.tooltip.condition1": "Når i filterplass", - "item.create.filter.tooltip.behaviour1": "_Kontrolerer_ flyten av gjennstander etter en dens _innstillinger_.", - "item.create.filter.tooltip.condition2": "Når høyreklikket", - "item.create.filter.tooltip.behaviour2": "Åpner _konfigurasjonsgrensesnittet_.", - - "item.create.attribute_filter.tooltip": "ATRIBUTTFILTER", - "item.create.attribute_filter.tooltip.summary": "_Kontrollerer_ hvilke gjenstander som slipper gjennom _innganger_ og _utganger_ med mer _presisjon_, etter en liste med _atributer_ og _katogorier_.", - "item.create.attribute_filter.tooltip.condition1": "Når i filterplass", - "item.create.attribute_filter.tooltip.behaviour1": "_Kontrolerer_ flyten av gjennstander etter dens _innstillinger_.", - "item.create.attribute_filter.tooltip.condition2": "Når høyreklikket", - "item.create.attribute_filter.tooltip.behaviour2": "Åpner _konfigurasjonsgrensesnittet_.", - - "item.create.empty_schematic.tooltip": "TOM BYGGEPLAN", - "item.create.empty_schematic.tooltip.summary": "Brukes til å lage andre ting og for å skrive ut byggeplaner fra _planleggingsbordet_.", - - "item.create.schematic.tooltip": "BYGGEPLAN", - "item.create.schematic.tooltip.summary": "Inneholder en plan over en struktur for å kunne plassere i verdenen. Plasser hologrammet slik som du ønsker og bruke en _byggekanon_ for å bygge strukturen.", - "item.create.schematic.tooltip.condition1": "Når holdt", - "item.create.schematic.tooltip.behaviour1": "Kan bli plassert og justert etter innstilingene som vises på skjermen.", - "item.create.schematic.tooltip.control1": "Snik sammtidig som du høyreklikker", - "item.create.schematic.tooltip.action1": "Åpner _konfigurasjonsgrensesnittet_ for å legge inn nøyaktige _koordinater_.", - - "item.create.schematic_and_quill.tooltip": "BYGGEPLAN OG FJÆRPENN", - "item.create.schematic_and_quill.tooltip.summary": "Brukes for å lagre en struktur i verdenen som en .nbt-fil.", - "item.create.schematic_and_quill.tooltip.condition1": "Steg 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "Velg to hjørner ved å høyreklikke.", - "item.create.schematic_and_quill.tooltip.condition2": "Steg 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl-rull_ på sidene for å justere størrelsen. Høyreklikk for å lagre.", - "item.create.schematic_and_quill.tooltip.control1": "Høyreklikk", - "item.create.schematic_and_quill.tooltip.action1": "Velg et hjørne i marekring / bekreft lagring.", - "item.create.schematic_and_quill.tooltip.control2": "Ctrl holdt", - "item.create.schematic_and_quill.tooltip.action2": "Velg hjørner _i luften_. _Rull_ med musehjulet for å justere avstanden.", - "item.create.schematic_and_quill.tooltip.control3": "Snik sammtidig som du høyreklikker", - "item.create.schematic_and_quill.tooltip.action3": "_Tilbakestill_ og fjern markering.", - - "block.create.schematicannon.tooltip": "BYGGEKANON", - "block.create.schematicannon.tooltip.summary": "Skyter blokker på plass for å bygge opp en struktur verdenen ifra en byggeplan. Bruker blokker og gjennstander ifra inventarer fra blokker ved siden av og bruker _krutt_ for å fungere.", - "block.create.schematicannon.tooltip.condition1": "Når høyreklikket", - "block.create.schematicannon.tooltip.behaviour1": "Åpner _grensesnittet_", - - "block.create.schematic_table.tooltip": "PLANLEGGINGSBORD", - "block.create.schematic_table.tooltip.summary": "Skriver en lagret struktur ut på en _tom byggeplan_.", - "block.create.schematic_table.tooltip.condition1": "Når gitt en tom byggeplan", - "block.create.schematic_table.tooltip.behaviour1": "Skriver ut en gitt struktur fra byggeplan-mappen.", - - "item.create.goggles.tooltip": "BRILLER", - "item.create.goggles.tooltip.summary": "Et par bronsebriller for å forbedre synet ditt for å se nyttig _kinetisk innformasjon_.", - "item.create.goggles.tooltip.condition1": "Når en har den på seg", - "item.create.goggles.tooltip.behaviour1": "Viser _fargete indikatorer_ for å vise _hastigheten_ til komponeneter den kobles mot, i tillegg til _stress påvirkningen_ og _stresskapasiteten_ av induviduelle komponeneter.", - "item.create.goggles.tooltip.condition2": "Når en ser på målere", - "item.create.goggles.tooltip.behaviour2": "Viser detaljert innformasjon om _hastighet_ eller om _stress_ i nettverket som måleren er tilkoblet til.", - "item.create.goggles.tooltip.condition3": "Når en ser på væsketanker", - "item.create.goggles.tooltip.behaviour3": "Viser detaljert innformasjon om _mengde_ og _kapasiteten_ av tanken og hvilken væske som er i den.", - - "item.create.wrench.tooltip": "SKIFTENØKKEL", - "item.create.wrench.tooltip.summary": "Et nyttig verktøy for å arbeide med mekanismer. Kan bli brukt til å _rotere_, _demontere_, _plukke opp innretninger_ og _konfigurere_ komponenter. Fungerer til og med med noen få ting utenfor Create.", - "item.create.wrench.tooltip.control1": "Høyreklikk på en kinetisk blokk", - "item.create.wrench.tooltip.action1": "_Snur_ komponenter vekk, eller mot den siden du trykket på.", - "item.create.wrench.tooltip.control2": "Snik sammtidig som du høyreklikker", - "item.create.wrench.tooltip.action2": "_Fjerner kinetiske komponenter_ og legger dem tilbake i _inventaret ditt_.", - - "block.create.nozzle.tooltip": "Sprededyse", - "block.create.nozzle.tooltip.summary": "Plasser den foran en _innkapslet vifte_ for å spre blåsingen eller sugingen ut i alle _retninger_.", - - "block.create.cuckoo_clock.tooltip": "GJØKUR", - "block.create.cuckoo_clock.tooltip.summary": "Vakkert håndverk for å _dekorere_ et rom, og for å _holde styr på tiden_.", - "block.create.cuckoo_clock.tooltip.condition1": "Når plassert drevet av kinetikk", - "block.create.cuckoo_clock.tooltip.behaviour1": "Viser _tiden_ og spiller av en liten melodi to ganger i døgnet. _Aktiveres_ _midt på dagen_ og ved midnatt, akkurat når spillere kan legge seg.", - - "block.create.turntable.tooltip": "Snurreskive", - "block.create.turntable.tooltip.summary": "Gjør _rotasjon_ om til skikkelig reisesyke. Lar enheter rotere eksakt etter rotasjon.", - - "block.create.toolbox.tooltip": "VERKTØYKASSE", - "block.create.toolbox.tooltip.summary": "UNLOCALIZED: Every Inventors' dearest Companion. Conveniently _holds_ a large amount of _8 Different_ item types.", - "block.create.toolbox.tooltip.condition1": "Når plukket opp", - "block.create.toolbox.tooltip.behaviour1": "UNLOCALIZED: _Retains_ Inventory _Contents_.", - "block.create.toolbox.tooltip.condition2": "UNLOCALIZED: When placed in Range", - "block.create.toolbox.tooltip.behaviour2": "UNLOCALIZED: _Nearby_ _Players_ can hold the _Toolbox_ _Keybind_ to access its contents _Remotely_.", - "block.create.toolbox.tooltip.condition3": "Når høyreklikket", - "block.create.toolbox.tooltip.behaviour3": "Åpner _grensesnittet til_ verktøykassen.", - - "block.create.stockpile_switch.tooltip": "UNLOCALIZED: STOCKPILE SWITCH", - "block.create.stockpile_switch.tooltip.summary": "Gir ut et redstonesignal basert på mengden av _oppevarte objekter_ eller_væsker_ i beholderen som stockpile containeren observerer. Kommer til og med med et hendig filterplass. I motsetning til en sammenligner, så vil en _stockpile switch_ kunne bli justert til en _terskel_, og på hvilken side av terskelen at det skal kome et redstone signal.", - "block.create.stockpile_switch.tooltip.condition1": "UNLOCALIZED: When R-Clicked", - "block.create.stockpile_switch.tooltip.behaviour1": "Åpner _konfigurasjonsgrensesnittet_.", - - "block.create.content_observer.tooltip": "UNLOCALIZED: CONTENT OBSERVER", - "block.create.content_observer.tooltip.summary": "_Oppdager objekter_ eller _væsker_ i _beholdere_, _rør_, eller _belter_ som passer med et innstilt _filter_.", - "block.create.content_observer.tooltip.condition1": "Når den observerer beholdere", - "block.create.content_observer.tooltip.behaviour1": "Gir ut et _redstonesignal_ når de nobserverte beholderen har et innhold som _passer med det som er innstilt_.", - "block.create.content_observer.tooltip.condition2": "Når den observerer en Funnel", - "block.create.content_observer.tooltip.behaviour2": "UNLOCALIZED: Emits a _Redstone Pulse_ when a _matching_ Item is _transferred_.", - - "block.create.creative_crate.tooltip": "UNLOCALIZED: CREATIVE CRATE", - "block.create.creative_crate.tooltip.summary": "Denne _beholderen_ gir en evig kilde av uansett slags gjennstand. Plasser denne ved siden av en _byggekanon_ for å fjerne alle materialkrav.", - "block.create.creative_crate.tooltip.condition1": "UNLOCALIZED: When Item in Filter Slot", - "block.create.creative_crate.tooltip.behaviour1": "Denne _beholderen_ vil gi kunne _sende ut_ en uendelig kilde av den innstilte gjennstanden. Gjennstander som blir _sendt inn_ vil bli _slettet_.", - - "item.create.creative_blaze_cake.tooltip": "UNLOCALIZED: CREATIVE CAKE", - "item.create.creative_blaze_cake.tooltip.summary": "UNLOCALIZED: A very special treat for your _Blaze Burners_. After eating this cake, Blaze Burners will _never run out of fuel_.", - "item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Cycles_ a 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", - "block.create.controller_rail.tooltip.behaviour1": "UNLOCALIZED: _Accelerates_ or _Decelerates_ passing _minecarts_ corresponding to the _signal strength_. Propagates redstone power to adjacent controller rails. Powering two controller rails with different strengths will cause tracks between them to interpolate their signal.", - - "item.create.sand_paper.tooltip": "UNLOCALIZED: SAND PAPER", - "item.create.sand_paper.tooltip.summary": "UNLOCALIZED: A rough paper that can be used to _polish materials_. Can be automatically applied using the Deployer.", - "item.create.sand_paper.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.sand_paper.tooltip.behaviour1": "UNLOCALIZED: Applies polish to items held in the _offhand_ or lying on the _floor_ when _looking at them_", - - "item.create.builders_tea.tooltip": "UNLOCALIZED: BUILDERS TEA", - "item.create.builders_tea.tooltip.summary": "UNLOCALIZED: The perfect drink to get the day started- _Motivating_ and _Saturating._", - - "item.create.refined_radiance.tooltip": "UNLOCALIZED: REFINED RADIANCE", - "item.create.refined_radiance.tooltip.summary": "UNLOCALIZED: A Chromatic material forged from _absorbed light_.", - "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.shadow_steel.tooltip": "UNLOCALIZED: SHADOW STEEL", - "item.create.shadow_steel.tooltip.summary": "UNLOCALIZED: A Chromatic material forged _in the void_.", - "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.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": "Snik sammtidig som du høyreklikker", - "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": "Plasser kontrollern i lesepulten for å enklere betjening. (Snik sammtidig som du høyreklikker for å ta den tilbake)", - - "item.create.diving_helmet.tooltip": "UNLOCALIZED: DIVING HELMET", - "item.create.diving_helmet.tooltip.summary": "Sammen med en _kobberryggtanke_, så lar hjelmen deg puste under vann i lang tid hvis du har den på.", - "item.create.diving_helmet.tooltip.condition1": "UNLOCALIZED: When Worn", - "item.create.diving_helmet.tooltip.behaviour1": "Gir _vannpustings_effekten, mens den sakte bruker opp trykkluften fra ryggtanken.", - - "item.create.copper_backtank.tooltip": "KOBBERRYGGTANKE", - "item.create.copper_backtank.tooltip.summary": "En _tanke_ for å kunne _ha på seg_ for å ta med seg trykkluft.", - "item.create.copper_backtank.tooltip.condition1": "Når en har den på seg", - "item.create.copper_backtank.tooltip.behaviour1": "Gir _trykkluft_ til utstyr som kan bruke det.", - "item.create.copper_backtank.tooltip.condition2": "Når plassert, drevet av kinetikk", - "item.create.copper_backtank.tooltip.behaviour2": "_Samler_ _trykkluft_ i en viss hatighet, alt etter rotasjonshastighet.", - - "block.create.placard.tooltip": "UNLOCALIZED: PLACARD", - "block.create.placard.tooltip.summary": "UNLOCALIZED: _Frame_ your _items_ in brass using this fancy wall panel. Safe for contraptions!", - "block.create.placard.tooltip.condition1": "UNLOCALIZED: When R-Clicked with Item", - "block.create.placard.tooltip.behaviour1": "UNLOCALIZED: _Adds_ the held _item_ to the Placard. _Emits_ a brief _Redstone_ signal if a matching item was present already.", - "block.create.placard.tooltip.condition2": "UNLOCALIZED: When Punched", - "block.create.placard.tooltip.behaviour2": "UNLOCALIZED: _Removes_ the current _item_ in the frame.", - - "block.create.flywheel.tooltip": "UNLOCALIZED: FLYWHEEL", - "block.create.flywheel.tooltip.summary": "UNLOCALIZED: _Embellish_ your _Machines_ with this imposing Wheel of Brass.", - "block.create.flywheel.tooltip.condition1": "Når plassert drevet av kinetikk", - "block.create.flywheel.tooltip.behaviour1": "UNLOCALIZED: Starts spinning.", - - "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.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.minecart_coupling.tooltip": "UNLOCALIZED: MINECART COUPLING", - "item.create.minecart_coupling.tooltip.summary": "UNLOCALIZED: _Chains_ all your _Minecarts_ or _Carriage Contraptions_ together to form a majestic Train.", - "item.create.minecart_coupling.tooltip.condition1": "UNLOCALIZED: When Used on Minecart", - "item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.", - - "item.create.experience_nugget.tooltip": "UNLOCALIZED: NUGGET OF EXPERIENCE", - "item.create.experience_nugget.tooltip.summary": "UNLOCALIZED: _Ding!_ A speck of _inspiration_ from your fantastic inventions.", - "item.create.experience_nugget.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.experience_nugget.tooltip.behaviour1": "UNLOCALIZED: _Redeems_ _Experience_ points contained within.", - - "block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL", - "block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...", - - "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 [------------------------<-", - - "create.ponder.hold_to_ponder": "UNLOCALIZED: Hold [%1$s] to Ponder", - "create.ponder.subject": "UNLOCALIZED: Subject of this scene", - "create.ponder.pondering": "UNLOCALIZED: Pondering about...", - "create.ponder.identify_mode": "UNLOCALIZED: Identify mode active.\nUnpause with [%1$s]", - "create.ponder.associated": "UNLOCALIZED: Associated Entries", - "create.ponder.close": "UNLOCALIZED: Close", - "create.ponder.identify": "UNLOCALIZED: Identify", - "create.ponder.next": "UNLOCALIZED: Next Scene", - "create.ponder.next_up": "UNLOCALIZED: Up Next:", - "create.ponder.previous": "UNLOCALIZED: Previous Scene", - "create.ponder.replay": "UNLOCALIZED: Replay", - "create.ponder.think_back": "UNLOCALIZED: Think Back", - "create.ponder.slow_text": "UNLOCALIZED: Comfy Reading", - "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.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.movement_anchors": "UNLOCALIZED: With the help of 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.display_sources": "UNLOCALIZED: Sources for Display Links", - "create.ponder.tag.display_sources.description": "UNLOCALIZED: Components or Blocks which offer some data that can be read with a Display Link", - "create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation", - "create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around", - "create.ponder.tag.display_targets": "UNLOCALIZED: Targets for Display Links", - "create.ponder.tag.display_targets.description": "UNLOCALIZED: Components or Blocks which can process and display the data received from a Display Link", - "create.ponder.tag.train_related": "UNLOCALIZED: Railway Equipment", - "create.ponder.tag.train_related.description": "UNLOCALIZED: Components used in the construction or management of Train Contraptions", - - "create.ponder.analog_lever.header": "UNLOCALIZED: Controlling signals using the Analog Lever", - "create.ponder.analog_lever.text_1": "UNLOCALIZED: Analog Levers make for a compact and precise source of redstone power", - "create.ponder.analog_lever.text_2": "UNLOCALIZED: Right-click to increase its analog power output", - "create.ponder.analog_lever.text_3": "Snik sammtidig som du høyreklikker for å senke signalstyrken igjen", - - "create.ponder.andesite_tunnel.header": "UNLOCALIZED: Using Andesite Tunnels", - "create.ponder.andesite_tunnel.text_1": "UNLOCALIZED: Andesite Tunnels can be used to cover up your belts", - "create.ponder.andesite_tunnel.text_2": "UNLOCALIZED: Whenever an Andesite Tunnel has connections to the sides...", - "create.ponder.andesite_tunnel.text_3": "UNLOCALIZED: ...they will split exactly one item off of any passing stacks", - "create.ponder.andesite_tunnel.text_4": "UNLOCALIZED: The remainder will continue on its path", - - "create.ponder.auto_schedule.header": "UNLOCALIZED: Stations & Scheduling", - "create.ponder.auto_schedule.text_1": "UNLOCALIZED: Schedules can be used to provide drivers with a destination", - "create.ponder.auto_schedule.text_2": "UNLOCALIZED: Comparators will receive a signal whenever a Train is present", - "create.ponder.auto_schedule.text_3": "Husk på at en bare kan nærme seg en stasjon ifra den indikerte retningen", - "create.ponder.auto_schedule.text_4": "UNLOCALIZED: Stations can also be used to assign new Schedules automatically", - "create.ponder.auto_schedule.text_5": "UNLOCALIZED: The Schedule placed on a station will automatically copy itself to present trains", - "create.ponder.auto_schedule.text_6": "UNLOCALIZED: As opposed to manual scheduling, drivers will not take the item with them", - - "create.ponder.basin.header": "UNLOCALIZED: Processing Items in the Basin", - "create.ponder.basin.text_1": "UNLOCALIZED: A Basin can hold Items and Fluids for Processing", - "create.ponder.basin.text_2": "UNLOCALIZED: After a processing step, basins try to output below to the side of them", - "create.ponder.basin.text_3": "Hvis en gyldig komponent er ved siden av gryten, så vil den få en uttakskran", - "create.ponder.basin.text_4": "En mengde med ulike komponenter er da mulig å bruke", - "create.ponder.basin.text_5": "UNLOCALIZED: Outputs will be caught by the inventory below", - "create.ponder.basin.text_6": "Hvis gryten ikke har en uttakskran, så vil gryten holde på resultatet av prosessene", - "create.ponder.basin.text_7": "UNLOCALIZED: This can be useful if outputs should be re-used as ingredients", - "create.ponder.basin.text_8": "UNLOCALIZED: Desired outputs will then have to be extracted from the basin", - "create.ponder.basin.text_9": "UNLOCALIZED: A Filter might be necessary to avoid pulling out un-processed items", - - "create.ponder.bearing_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Bearing", - "create.ponder.bearing_modes.text_1": "UNLOCALIZED: When Stopped, the Bearing will place the structure at the nearest grid-aligned Angle", - "create.ponder.bearing_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only near the angle it started at", - - "create.ponder.belt_casing.header": "UNLOCALIZED: Encasing Belts", - "create.ponder.belt_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Mechanical Belts", - "create.ponder.belt_casing.text_2": "UNLOCALIZED: A wrench can be used to remove the casing", - - "create.ponder.belt_connector.header": "UNLOCALIZED: Using Mechanical Belts", - "create.ponder.belt_connector.text_1": "UNLOCALIZED: Right-Clicking two shafts with a belt item will connect them together", - "create.ponder.belt_connector.text_2": "Uheldige markeringer kan bli avbrutt ved å snike sammtidig som du høyreklikker", - "create.ponder.belt_connector.text_3": "UNLOCALIZED: Additional Shafts can be added throughout the Belt", - "create.ponder.belt_connector.text_4": "UNLOCALIZED: Shafts connected via Belts will rotate with Identical Speed and Direction", - "create.ponder.belt_connector.text_5": "UNLOCALIZED: Added shafts can be removed using the wrench", - "create.ponder.belt_connector.text_6": "UNLOCALIZED: Mechanical Belts can be dyed for aesthetic purposes", - - "create.ponder.belt_directions.header": "UNLOCALIZED: Valid Orientations for Mechanical Belts", - "create.ponder.belt_directions.text_1": "UNLOCALIZED: Belts cannot connect in arbitrary directions", - "create.ponder.belt_directions.text_2": "UNLOCALIZED: 1. They can connect horizontally", - "create.ponder.belt_directions.text_3": "UNLOCALIZED: 2. They can connect diagonally", - "create.ponder.belt_directions.text_4": "UNLOCALIZED: 3. They can connect vertically", - "create.ponder.belt_directions.text_5": "UNLOCALIZED: 4. And they can connect vertical shafts horizontally", - "create.ponder.belt_directions.text_6": "UNLOCALIZED: These are all possible directions. Belts can span any Length between 2 and 20 blocks", - - "create.ponder.belt_transport.header": "UNLOCALIZED: Using Mechanical Belts for Logistics", - "create.ponder.belt_transport.text_1": "UNLOCALIZED: Moving belts will transport Items and other Entities", - "create.ponder.belt_transport.text_2": "UNLOCALIZED: Right-Click with an empty hand to take items off a belt", - - "create.ponder.blaze_burner.header": "UNLOCALIZED: Feeding Blaze Burners", - "create.ponder.blaze_burner.text_1": "UNLOCALIZED: Blaze Burners can provide Heat to Items processed in a Basin", - "create.ponder.blaze_burner.text_2": "UNLOCALIZED: For this, the Blaze has to be fed with flammable items", - "create.ponder.blaze_burner.text_3": "UNLOCALIZED: With a Blaze Cake, the Burner can reach an even stronger level of heat", - "create.ponder.blaze_burner.text_4": "UNLOCALIZED: The feeding process can be automated using Deployers or Mechanical Arms", - - "create.ponder.brass_funnel.header": "UNLOCALIZED: The Brass Funnel", - "create.ponder.brass_funnel.text_1": "UNLOCALIZED: Andesite Funnels can only ever extract single items.", - "create.ponder.brass_funnel.text_2": "UNLOCALIZED: Brass Funnels can extract up to a full stack.", - "create.ponder.brass_funnel.text_3": "UNLOCALIZED: Scrolling on the filter slot allows for precise control over the extracted stack size.", - "create.ponder.brass_funnel.text_4": "UNLOCALIZED: Using items on the filter slot will restrict the funnel to only transfer matching stacks.", - - "create.ponder.brass_tunnel.header": "UNLOCALIZED: Using Brass Tunnels", - "create.ponder.brass_tunnel.text_1": "UNLOCALIZED: Brass Tunnels can be used to cover up your belts", - "create.ponder.brass_tunnel.text_2": "UNLOCALIZED: Brass Tunnels have filter slots on each open side", - "create.ponder.brass_tunnel.text_3": "UNLOCALIZED: Filters on inbound connections simply block non-matching items", - "create.ponder.brass_tunnel.text_4": "UNLOCALIZED: Filters on outbound connections can be used to sort items by type", - "create.ponder.brass_tunnel.text_5": "UNLOCALIZED: Whenever a passing item has multiple valid exits, the distribution mode will decide how to handle it", - "create.ponder.brass_tunnel.text_6": "UNLOCALIZED: Brass Tunnels on parallel belts will form a group", - "create.ponder.brass_tunnel.text_7": "UNLOCALIZED: Incoming Items will now be distributed across all connected exits", - "create.ponder.brass_tunnel.text_8": "UNLOCALIZED: For this, items can also be inserted into the Tunnel block directly", - - "create.ponder.brass_tunnel_modes.header": "UNLOCALIZED: Distribution Modes of the Brass Tunnel", - "create.ponder.brass_tunnel_modes.text_1": "UNLOCALIZED: Using a Wrench, the distribution behaviour of Brass Tunnels can be configured", - "create.ponder.brass_tunnel_modes.text_10": "UNLOCALIZED: 'Synchronize Inputs' is a unique setting for Brass Tunnels", - "create.ponder.brass_tunnel_modes.text_11": "UNLOCALIZED: Items are only allowed past if every tunnel in the group has one waiting", - "create.ponder.brass_tunnel_modes.text_12": "UNLOCALIZED: This ensures that all affected belts supply items at the same rate", - "create.ponder.brass_tunnel_modes.text_2": "UNLOCALIZED: 'Split' will attempt to distribute the stack evenly between available outputs", - "create.ponder.brass_tunnel_modes.text_3": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", - "create.ponder.brass_tunnel_modes.text_4": "UNLOCALIZED: 'Forced Split' will never skip outputs, and instead wait until they are free", - "create.ponder.brass_tunnel_modes.text_5": "UNLOCALIZED: 'Round Robin' keeps stacks whole, and cycles through outputs iteratively", - "create.ponder.brass_tunnel_modes.text_6": "UNLOCALIZED: Once Again, if an output is unable to take more items, it will be skipped", - "create.ponder.brass_tunnel_modes.text_7": "UNLOCALIZED: 'Forced Round Robin' never skips outputs", - "create.ponder.brass_tunnel_modes.text_8": "UNLOCALIZED: 'Prefer Nearest' prioritizes the outputs closest to the items' input location", - "create.ponder.brass_tunnel_modes.text_9": "UNLOCALIZED: 'Randomize' will distribute whole stacks to randomly picked outputs", - - "create.ponder.cart_assembler.header": "UNLOCALIZED: Moving Structures using Cart Assemblers", - "create.ponder.cart_assembler.text_1": "UNLOCALIZED: Powered Cart Assemblers mount attached structures to passing Minecarts", - "create.ponder.cart_assembler.text_2": "UNLOCALIZED: Without a redstone signal, it disassembles passing cart contraptions back into blocks", - "create.ponder.cart_assembler.text_3": "UNLOCALIZED: Using a Wrench on the Minecart will let you carry the Contraption elsewhere", - - "create.ponder.cart_assembler_dual.header": "UNLOCALIZED: Assembling Carriage Contraptions", - "create.ponder.cart_assembler_dual.text_1": "UNLOCALIZED: Whenever two Cart Assembers share an attached structure...", - "create.ponder.cart_assembler_dual.text_2": "UNLOCALIZED: Powering either of them will create a Carriage Contraption", - "create.ponder.cart_assembler_dual.text_3": "UNLOCALIZED: The carts will behave like those connected via Minecart Coupling", - - "create.ponder.cart_assembler_modes.header": "Orientasjonsinnstillinger for vogninnretninger", - "create.ponder.cart_assembler_modes.text_1": "Vogninnretninger vil rotere mot vognens rulleretning", - "create.ponder.cart_assembler_modes.text_2": "Denne pilen indikerer hvilken side som vil bli regnet som fronten av innretningen", - "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_rails.header": "Andre typer gruvevogner og skinner", - "create.ponder.cart_assembler_rails.text_1": "UNLOCALIZED: Cart Assemblers on Regular Tracks will not affect the passing carts' motion", - "create.ponder.cart_assembler_rails.text_2": "UNLOCALIZED: When on Powered or Controller Rail, the carts will be held in place until it's Powered", - "create.ponder.cart_assembler_rails.text_3": "UNLOCALIZED: Other types of Minecarts can be used as the anchor", - "create.ponder.cart_assembler_rails.text_4": "En gruvevogn med ovn vil kunne holde seg selv i gang, ved hjelp av brennstoff fra et inventar i innretningen den tilhører", - - "create.ponder.chain_drive.header": "UNLOCALIZED: Relaying rotational force with Chain Drives", - "create.ponder.chain_drive.text_1": "UNLOCALIZED: Chain Drives relay rotation to each other in a row", - "create.ponder.chain_drive.text_2": "UNLOCALIZED: All shafts connected like this will rotate in the same direction", - "create.ponder.chain_drive.text_3": "UNLOCALIZED: Any part of the row can be rotated by 90 degrees", - - "create.ponder.chain_gearshift.header": "UNLOCALIZED: Controlling rotational speed with Chain Gearshifts", - "create.ponder.chain_gearshift.text_1": "UNLOCALIZED: Unpowered Chain Gearshifts behave exactly like Chain Drives", - "create.ponder.chain_gearshift.text_2": "UNLOCALIZED: When Powered, the speed transmitted to other Chain Drives in the row is doubled", - "create.ponder.chain_gearshift.text_3": "UNLOCALIZED: Whenever the Powered Gearshift is not at the source, its speed will be halved instead", - "create.ponder.chain_gearshift.text_4": "UNLOCALIZED: In both cases, Chain Drives in the row always run at 2x the speed of the Powered Gearshift", - "create.ponder.chain_gearshift.text_5": "UNLOCALIZED: Using analog signals, the ratio can be adjusted more precisely between 1 and 2", - "create.ponder.chain_gearshift.text_6": "UNLOCALIZED: 12 RPM", - - "create.ponder.chute.header": "UNLOCALIZED: Transporting Items downward via Chutes", - "create.ponder.chute.text_1": "UNLOCALIZED: Chutes can transport items vertically from and to inventories", - "create.ponder.chute.text_2": "UNLOCALIZED: Using the Wrench, a window can be created", - "create.ponder.chute.text_3": "Sjakter vil bli diagonal hvis du plasserer dem mot siden på andre sjakter", - - "create.ponder.chute_upward.header": "UNLOCALIZED: Transporting Items upward via Chutes", - "create.ponder.chute_upward.text_1": "UNLOCALIZED: Using Encased Fans at the top or bottom, a Chute can move items upward", - "create.ponder.chute_upward.text_2": "UNLOCALIZED: Inspecting chutes with Engineers' Goggles reveals information about the movement direction", - "create.ponder.chute_upward.text_3": "UNLOCALIZED: On the 'blocked' end, items will have to be inserted/taken from the sides", - - "create.ponder.clockwork_bearing.header": "UNLOCALIZED: Animating Structures using Clockwork Bearings", - "create.ponder.clockwork_bearing.text_1": "UNLOCALIZED: Clockwork Bearings attach to blocks in front of them", - "create.ponder.clockwork_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, the structure will be rotated according to the hour of the day", - "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", - "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", - "create.ponder.clockwork_bearing.text_5": "UNLOCALIZED: Right-Click the bearing to start or stop animating the structure", - "create.ponder.clockwork_bearing.text_6": "UNLOCALIZED: In front of the Hour Hand, a second structure can be added", - "create.ponder.clockwork_bearing.text_7": "UNLOCALIZED: Ensure that the two Structures are not glued to each other", - "create.ponder.clockwork_bearing.text_8": "UNLOCALIZED: The Second Structure will now rotate as the Minute Hand", - - "create.ponder.clutch.header": "UNLOCALIZED: Controlling rotational force using a Clutch", - "create.ponder.clutch.text_1": "UNLOCALIZED: Clutches will relay rotation in a straight line", - "create.ponder.clutch.text_2": "UNLOCALIZED: When powered by Redstone, it breaks the connection", - - "create.ponder.cog_speedup.header": "UNLOCALIZED: Gearshifting with Cogs", - "create.ponder.cog_speedup.text_1": "UNLOCALIZED: Large and Small cogs can be connected diagonally", - "create.ponder.cog_speedup.text_2": "UNLOCALIZED: Shifting from large to small cogs, the conveyed speed will be doubled", - "create.ponder.cog_speedup.text_3": "UNLOCALIZED: Shifting the opposite way, the conveyed speed will be halved", - - "create.ponder.cogwheel.header": "UNLOCALIZED: Relaying rotational force using Cogwheels", - "create.ponder.cogwheel.text_1": "UNLOCALIZED: Cogwheels will relay rotation to other adjacent cogwheels", - "create.ponder.cogwheel.text_2": "UNLOCALIZED: Neighbouring shafts connected like this will rotate in opposite directions", - - "create.ponder.cogwheel_casing.header": "UNLOCALIZED: Encasing Cogwheels", - "create.ponder.cogwheel_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Cogwheels", - "create.ponder.cogwheel_casing.text_2": "UNLOCALIZED: Components added after encasing will not connect to the shaft outputs", - "create.ponder.cogwheel_casing.text_3": "UNLOCALIZED: The Wrench can be used to toggle connections", - - "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_motor.header": "UNLOCALIZED: Generating Rotational Force using Creative Motors", - "create.ponder.creative_motor.text_1": "UNLOCALIZED: Creative motors are a compact and configurable source of Rotational Force", - "create.ponder.creative_motor.text_2": "UNLOCALIZED: Scrolling on the back panel changes the RPM of the motors' rotational output", - - "create.ponder.creative_motor_mojang.header": "UNLOCALIZED: Mojang's Enigma", - - "create.ponder.crushing_wheels.header": "UNLOCALIZED: Processing Items with Crushing Wheels", - "create.ponder.crushing_wheels.text_1": "UNLOCALIZED: A pair of Crushing Wheels can grind items very effectively", - "create.ponder.crushing_wheels.text_2": "UNLOCALIZED: Their Rotational Input has to make them spin into each other", - "create.ponder.crushing_wheels.text_3": "UNLOCALIZED: Items thrown or inserted into the top will get processed", - "create.ponder.crushing_wheels.text_4": "UNLOCALIZED: Items can be inserted and picked up through automated means as well", - - "create.ponder.deployer.header": "UNLOCALIZED: Using the Deployer", - "create.ponder.deployer.text_1": "UNLOCALIZED: Given Rotational Force, a Deployer can imitate player interactions", - "create.ponder.deployer.text_10": "UNLOCALIZED: Right-click the front to give it an Item to use", - "create.ponder.deployer.text_11": "UNLOCALIZED: Items can also be inserted automatically", - "create.ponder.deployer.text_12": "UNLOCALIZED: Deployers carry a filter slot", - "create.ponder.deployer.text_13": "UNLOCALIZED: When a filter is set, it activates only while holding a matching item", - "create.ponder.deployer.text_14": "UNLOCALIZED: Only items matching the filter can now be inserted...", - "create.ponder.deployer.text_15": "UNLOCALIZED: ...and only non-matching items will be extracted", - "create.ponder.deployer.text_2": "UNLOCALIZED: It will always interact with the position 2 blocks in front of itself", - "create.ponder.deployer.text_3": "UNLOCALIZED: Blocks directly in front will not obstruct it", - "create.ponder.deployer.text_4": "UNLOCALIZED: Deployers can:", - "create.ponder.deployer.text_5": "UNLOCALIZED: Place Blocks,", - "create.ponder.deployer.text_6": "UNLOCALIZED: Use Items,", - "create.ponder.deployer.text_7": "UNLOCALIZED: Activate Blocks,", - "create.ponder.deployer.text_8": "UNLOCALIZED: Harvest blocks", - "create.ponder.deployer.text_9": "UNLOCALIZED: and Attack Mobs", - - "create.ponder.deployer_contraption.header": "UNLOCALIZED: Using Deployers on Contraptions", - "create.ponder.deployer_contraption.text_1": "UNLOCALIZED: Whenever Deployers are moved as part of an animated Contraption...", - "create.ponder.deployer_contraption.text_2": "UNLOCALIZED: They activate at each visited location, using items from inventories anywhere on the contraption", - "create.ponder.deployer_contraption.text_3": "UNLOCALIZED: The Filter slot can be used to specify which items to pull", - - "create.ponder.deployer_modes.header": "UNLOCALIZED: Modes of the Deployer", - "create.ponder.deployer_modes.text_1": "UNLOCALIZED: By default, a Deployer imitates a Right-click interaction", - "create.ponder.deployer_modes.text_2": "UNLOCALIZED: Using a Wrench, it can be set to imitate a Left-click instead", - - "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_redstone.header": "UNLOCALIZED: Controlling Deployers with Redstone", - "create.ponder.deployer_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Deployers will not activate", - "create.ponder.deployer_redstone.text_2": "UNLOCALIZED: Before stopping, the Deployer will finish any started cycles", - "create.ponder.deployer_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", - - "create.ponder.depot.header": "UNLOCALIZED: Using Depots", - "create.ponder.depot.text_1": "UNLOCALIZED: Depots can serve as 'stationary' belt elements", - "create.ponder.depot.text_2": "UNLOCALIZED: Right-Click to manually place or remove Items from it", - "create.ponder.depot.text_3": "UNLOCALIZED: Just like Mechanical Belts, it can provide items to processing", - "create.ponder.depot.text_4": "UNLOCALIZED: ...as well as provide Items to Mechanical Arms", - - "create.ponder.display_board.header": "UNLOCALIZED: Using Display Boards", - "create.ponder.display_board.text_1": "UNLOCALIZED: Display Boards are a scalable alternative to the sign", - "create.ponder.display_board.text_2": "UNLOCALIZED: They require Rotational Force to operate", - "create.ponder.display_board.text_3": "UNLOCALIZED: Text can be displayed using Name Tags...", - "create.ponder.display_board.text_4": "UNLOCALIZED: ...or through the use of Display Links", - "create.ponder.display_board.text_5": "UNLOCALIZED: Dyes can be applied to individual lines of the board", - "create.ponder.display_board.text_6": "UNLOCALIZED: Lines can be reset by clicking them with an empty hand", - - "create.ponder.display_link.header": "UNLOCALIZED: Setting up Display Links", - "create.ponder.display_link.text_1": "UNLOCALIZED: Display Links can be used to visualise dynamic information", - "create.ponder.display_link.text_2": "UNLOCALIZED: First, right-click the target display...", - "create.ponder.display_link.text_3": "UNLOCALIZED: ...then attach it to the block to read from", - "create.ponder.display_link.text_4": "Åpne grensesnittet for å bestemme hva og hvordan beskjed som blir sendt", - "create.ponder.display_link.text_5": "UNLOCALIZED: The display will now receive information from the link", - "create.ponder.display_link.text_6": "UNLOCALIZED: Not every block can act as a source", - "create.ponder.display_link.text_7": "UNLOCALIZED: Each compatible block provides unique information", - "create.ponder.display_link.text_8": "UNLOCALIZED: The Display Link can work with several different displays", - - "create.ponder.display_link_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.display_link_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Display Links stop sending updates", - "create.ponder.display_link_redstone.text_2": "UNLOCALIZED: Once unpowered, the Timer is reset and new info is sent immediately", - "create.ponder.display_link_redstone.text_3": "UNLOCALIZED: Signals emitted from the source do not affect the Link", - - "create.ponder.empty_blaze_burner.header": "UNLOCALIZED: Using Empty Blaze Burners", - "create.ponder.empty_blaze_burner.text_1": "UNLOCALIZED: Right-click a Blaze with the empty burner to capture it", - "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: 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", - "create.ponder.encased_fluid_pipe.text_2": "UNLOCALIZED: Aside from being conceiled, Encased Pipes are locked into their connectivity state", - "create.ponder.encased_fluid_pipe.text_3": "UNLOCALIZED: It will no longer react to any neighbouring blocks being added or removed", - - "create.ponder.fan_direction.header": "UNLOCALIZED: Air flow of Encased Fans", - "create.ponder.fan_direction.text_1": "UNLOCALIZED: Encased Fans use Rotational Force to create an Air Current", - "create.ponder.fan_direction.text_2": "UNLOCALIZED: Strength and Direction of Flow depends on the Rotational Input", - - "create.ponder.fan_processing.header": "UNLOCALIZED: Processing Items using Encased Fans", - "create.ponder.fan_processing.text_1": "UNLOCALIZED: When passing through lava, the Air Flow becomes Heated", - "create.ponder.fan_processing.text_2": "UNLOCALIZED: Items caught in the area will be smelted", - "create.ponder.fan_processing.text_3": "UNLOCALIZED: Food items thrown here would be incinerated", - "create.ponder.fan_processing.text_4": "UNLOCALIZED: Instead, a setup for Smoking using Fire should be used for them", - "create.ponder.fan_processing.text_5": "UNLOCALIZED: Air Flows passing through water create a Washing Setup", - "create.ponder.fan_processing.text_6": "UNLOCALIZED: Some interesting new processing can be done with it", - "create.ponder.fan_processing.text_7": "UNLOCALIZED: The Speed of the Fan does NOT affect the processing speed, only its range", - "create.ponder.fan_processing.text_8": "UNLOCALIZED: Fan Processing can also be applied to Items on Depots and Belts", - - "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_interaction.header": "Fyller og tømmer væsketanker og rør", - "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_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_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.funnel_compat.header": "UNLOCALIZED: Funnel compatibility", - "create.ponder.funnel_compat.text_1": "UNLOCALIZED: Funnels should also interact nicely with a handful of other components.", - "create.ponder.funnel_compat.text_2": "UNLOCALIZED: Vertical Saws", - "create.ponder.funnel_compat.text_3": "UNLOCALIZED: Depots", - "create.ponder.funnel_compat.text_4": "UNLOCALIZED: Item Drains", - - "create.ponder.funnel_direction.header": "UNLOCALIZED: Direction of Transfer", - "create.ponder.funnel_direction.text_1": "UNLOCALIZED: Placed normally, it pulls items from the inventory.", - "create.ponder.funnel_direction.text_2": "UNLOCALIZED: Placed while sneaking, it puts items into the inventory.", - "create.ponder.funnel_direction.text_3": "UNLOCALIZED: Using a wrench, the funnel can be flipped after placement.", - "create.ponder.funnel_direction.text_4": "UNLOCALIZED: Same rules will apply for most orientations.", - "create.ponder.funnel_direction.text_5": "UNLOCALIZED: Funnels on belts will extract/insert depending on its movement direction.", - - "create.ponder.funnel_intro.header": "UNLOCALIZED: Using funnels", - "create.ponder.funnel_intro.text_1": "UNLOCALIZED: Funnels are ideal for transferring items from and to inventories.", - - "create.ponder.funnel_redstone.header": "UNLOCALIZED: Redstone control", - "create.ponder.funnel_redstone.text_1": "UNLOCALIZED: Redstone power will prevent any funnel from acting", - - "create.ponder.funnel_transfer.header": "UNLOCALIZED: Direct transfer", - "create.ponder.funnel_transfer.text_1": "UNLOCALIZED: Funnels cannot ever transfer between closed inventories directly.", - "create.ponder.funnel_transfer.text_2": "UNLOCALIZED: Chutes or Smart chutes might be more suitable for such purposes.", - "create.ponder.funnel_transfer.text_3": "UNLOCALIZED: Same applies for horizontal movement. A mechanical belt should help here.", - - "create.ponder.gantry_carriage.header": "UNLOCALIZED: Using Gantry Carriages", - "create.ponder.gantry_carriage.text_1": "UNLOCALIZED: Gantry Carriages can mount to and slide along a Gantry Shaft.", - "create.ponder.gantry_carriage.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", - - "create.ponder.gantry_cascaded.header": "UNLOCALIZED: Cascaded Gantries", - "create.ponder.gantry_cascaded.text_1": "UNLOCALIZED: Gantry shafts attach to a carriage without the need of super glue", - "create.ponder.gantry_cascaded.text_2": "UNLOCALIZED: Same applies for carriages on moved Gantry Shafts", - "create.ponder.gantry_cascaded.text_3": "UNLOCALIZED: Thus, a gantry system can be cascaded to cover multiple axes of movement", - - "create.ponder.gantry_direction.header": "UNLOCALIZED: Gantry Movement Direction", - "create.ponder.gantry_direction.text_1": "UNLOCALIZED: Gantry Shafts can have opposite orientations", - "create.ponder.gantry_direction.text_2": "UNLOCALIZED: The movement direction of carriages depend on their shafts' orientation", - "create.ponder.gantry_direction.text_3": "UNLOCALIZED: ...as well as the rotation direction of the shaft", - "create.ponder.gantry_direction.text_4": "UNLOCALIZED: Same rules apply for the propagated rotation", - - "create.ponder.gantry_redstone.header": "UNLOCALIZED: Gantry Power Propagation", - "create.ponder.gantry_redstone.text_1": "UNLOCALIZED: Redstone-powered gantry shafts stop moving their carriages", - "create.ponder.gantry_redstone.text_2": "UNLOCALIZED: Instead, its rotational force is relayed to the carriages' output shaft", - - "create.ponder.gantry_shaft.header": "UNLOCALIZED: Using Gantry Shafts", - "create.ponder.gantry_shaft.text_1": "UNLOCALIZED: Gantry Shafts form the basis of a gantry setup. Attached Carriages will move along them.", - "create.ponder.gantry_shaft.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", - - "create.ponder.gearbox.header": "UNLOCALIZED: Relaying rotational force using Gearboxes", - "create.ponder.gearbox.text_1": "UNLOCALIZED: Jumping between axes of rotation can get bulky quickly", - "create.ponder.gearbox.text_2": "UNLOCALIZED: A gearbox is the more compact equivalent of this setup", - "create.ponder.gearbox.text_3": "UNLOCALIZED: Shafts around corners rotate in mirrored directions", - "create.ponder.gearbox.text_4": "UNLOCALIZED: Straight connections will be reversed", - - "create.ponder.gearshift.header": "UNLOCALIZED: Controlling rotational force using a Gearshift", - "create.ponder.gearshift.text_1": "UNLOCALIZED: Gearshifts will relay rotation in a straight line", - "create.ponder.gearshift.text_2": "UNLOCALIZED: When powered by Redstone, it reverses the transmission", - - "create.ponder.hand_crank.header": "UNLOCALIZED: Generating Rotational Force using Hand Cranks", - "create.ponder.hand_crank.text_1": "UNLOCALIZED: Hand Cranks can be used by players to apply rotational force manually", - "create.ponder.hand_crank.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", - "create.ponder.hand_crank.text_3": "UNLOCALIZED: Its conveyed speed is relatively high", - "create.ponder.hand_crank.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", - - "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_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_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": "Overflaten på væsken vil havne rett under slangen", - "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.item_drain.header": "Tømmer væsketanker og rør ved hjelp av avløp", - "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_vault_sizes.header": "UNLOCALIZED: Dimensions of an Item Vault", - "create.ponder.item_vault_sizes.text_1": "UNLOCALIZED: Item Vaults can be combined to increase the total capacity", - "create.ponder.item_vault_sizes.text_2": "UNLOCALIZED: Their base square can be up to 3 blocks wide...", - "create.ponder.item_vault_sizes.text_3": "UNLOCALIZED: ...and grow in length up to 3x their diameter", - - "create.ponder.item_vault_storage.header": "UNLOCALIZED: Storing Items in Vaults", - "create.ponder.item_vault_storage.text_1": "UNLOCALIZED: Item Vaults can be used to store large amounts of items", - "create.ponder.item_vault_storage.text_2": "UNLOCALIZED: However, contents cannot be added or taken manually", - "create.ponder.item_vault_storage.text_3": "UNLOCALIZED: Any components for item transfer can both insert...", - "create.ponder.item_vault_storage.text_4": "UNLOCALIZED: ...and take contents from this container", - - "create.ponder.large_cogwheel.header": "UNLOCALIZED: Relaying rotational force using Large Cogwheels", - "create.ponder.large_cogwheel.text_1": "UNLOCALIZED: Large cogwheels can connect to each other at right angles", - "create.ponder.large_cogwheel.text_2": "UNLOCALIZED: It will help relaying conveyed speed to other axes of rotation", - - "create.ponder.linear_chassis_attachment.header": "UNLOCALIZED: Attaching blocks using Linear Chassis", - "create.ponder.linear_chassis_attachment.text_1": "De åpne sidene av de liniære karesoriene kan bli klebrige", - "create.ponder.linear_chassis_attachment.text_2": "Klikk igjen for å gjøre motsatt side også klebrig", - "create.ponder.linear_chassis_attachment.text_3": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", - "create.ponder.linear_chassis_attachment.text_4": "Klebrige sider på liniære kareserier vil klistre flere blokker foran seg", - "create.ponder.linear_chassis_attachment.text_5": "UNLOCALIZED: Using a Wrench, a precise Range can be specified for this chassis", - "create.ponder.linear_chassis_attachment.text_6": "UNLOCALIZED: Holding CTRL and scrolling adjusts the range of all attached Chassis Blocks", - "create.ponder.linear_chassis_attachment.text_7": "UNLOCALIZED: Attaching blocks to any other side requires the use of Super Glue", - "create.ponder.linear_chassis_attachment.text_8": "UNLOCALIZED: Using these mechanics, structures of any shape can move as a Contraption", - - "create.ponder.linear_chassis_group.header": "UNLOCALIZED: Moving Linear Chassis in groups", - "create.ponder.linear_chassis_group.text_1": "UNLOCALIZED: Linear Chassis connect to identical Chassis blocks next to them", - "create.ponder.linear_chassis_group.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.linear_chassis_group.text_3": "UNLOCALIZED: Chassis of a different type or facing another direction will not attach", - - "create.ponder.mechanical_arm.header": "UNLOCALIZED: Setting up Mechanical Arms", - "create.ponder.mechanical_arm.text_1": "UNLOCALIZED: Mechanical Arms have to be assigned their in- and outputs before they are placed", - "create.ponder.mechanical_arm.text_2": "UNLOCALIZED: Right-Click inventories while holding the Arm to assign them as Targets", - "create.ponder.mechanical_arm.text_3": "UNLOCALIZED: Right-Click again to toggle between Input (Blue) and Output (Orange)", - "create.ponder.mechanical_arm.text_4": "UNLOCALIZED: Left-Click components to remove their Selection", - "create.ponder.mechanical_arm.text_5": "UNLOCALIZED: Once placed, the Mechanical Arm will target the blocks selected previously", - "create.ponder.mechanical_arm.text_6": "UNLOCALIZED: They can have any amount of in- and outputs within their range", - "create.ponder.mechanical_arm.text_7": "UNLOCALIZED: However, not every type of Inventory can be interacted with directly", - "create.ponder.mechanical_arm.text_8": "UNLOCALIZED: Funnels and Depots can help to Bridge that gap", - - "create.ponder.mechanical_arm_filtering.header": "UNLOCALIZED: Filtering Outputs of the Mechanical Arm", - "create.ponder.mechanical_arm_filtering.text_1": "UNLOCALIZED: Inputs", - "create.ponder.mechanical_arm_filtering.text_2": "UNLOCALIZED: Outputs", - "create.ponder.mechanical_arm_filtering.text_3": "UNLOCALIZED: Sometimes it is desirable to restrict targets of the Arm by matching a filter", - "create.ponder.mechanical_arm_filtering.text_4": "UNLOCALIZED: Mechanical Arms by themselves do not provide any options for filtering", - "create.ponder.mechanical_arm_filtering.text_5": "UNLOCALIZED: Brass Funnels as Targets do however communicate their own filter to the Arm", - "create.ponder.mechanical_arm_filtering.text_6": "UNLOCALIZED: The Arm is smart enough not to pick up items it couldn't distribute", - - "create.ponder.mechanical_arm_modes.header": "UNLOCALIZED: Distribution modes of the Mechanical Arm", - "create.ponder.mechanical_arm_modes.text_1": "UNLOCALIZED: Input", - "create.ponder.mechanical_arm_modes.text_2": "UNLOCALIZED: Outputs", - "create.ponder.mechanical_arm_modes.text_3": "UNLOCALIZED: Whenever an Arm has to choose between multiple valid outputs...", - "create.ponder.mechanical_arm_modes.text_4": "UNLOCALIZED: ...it will act according to its setting", - "create.ponder.mechanical_arm_modes.text_5": "UNLOCALIZED: Scrolling with a Wrench will allow you to configure it", - "create.ponder.mechanical_arm_modes.text_6": "UNLOCALIZED: Round Robin mode simply cycles through all outputs that are available", - "create.ponder.mechanical_arm_modes.text_7": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", - "create.ponder.mechanical_arm_modes.text_8": "UNLOCALIZED: Forced Round Robin mode will never skip outputs, and instead wait until they are free", - "create.ponder.mechanical_arm_modes.text_9": "UNLOCALIZED: Prefer First prioritizes the outputs selected earliest when configuring this Arm", - - "create.ponder.mechanical_arm_redstone.header": "UNLOCALIZED: Controlling Mechanical Arms with Redstone", - "create.ponder.mechanical_arm_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Mechanical Arms will not activate", - "create.ponder.mechanical_arm_redstone.text_2": "UNLOCALIZED: Before stopping, it will finish any started cycles", - "create.ponder.mechanical_arm_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", - - "create.ponder.mechanical_bearing.header": "UNLOCALIZED: Movings Structures using the Mechanical Bearing", - "create.ponder.mechanical_bearing.text_1": "UNLOCALIZED: Mechanical Bearings attach to the block in front of them", - "create.ponder.mechanical_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, it will assemble it into a Rotating Contraption", - - "create.ponder.mechanical_crafter.header": "UNLOCALIZED: Setting up Mechanical Crafters", - "create.ponder.mechanical_crafter.text_1": "UNLOCALIZED: An array of Mechanical Crafters can be used to automate any Crafting Recipe", - "create.ponder.mechanical_crafter.text_2": "UNLOCALIZED: Using a Wrench, the Crafters' paths can be arranged", - "create.ponder.mechanical_crafter.text_3": "UNLOCALIZED: For a valid setup, all paths have to converge into one exit at any side", - "create.ponder.mechanical_crafter.text_4": "UNLOCALIZED: The outputs will be placed into the inventory at the exit", - "create.ponder.mechanical_crafter.text_5": "UNLOCALIZED: Mechanical Crafters require Rotational Force to operate", - "create.ponder.mechanical_crafter.text_6": "UNLOCALIZED: Right-Click the front to insert Items manually", - "create.ponder.mechanical_crafter.text_7": "UNLOCALIZED: Once every slot of a path contains an Item, the crafting process will begin", - "create.ponder.mechanical_crafter.text_8": "UNLOCALIZED: For recipes not fully occupying the crafter setup, the start can be forced using a Redstone Pulse", - - "create.ponder.mechanical_crafter_connect.header": "UNLOCALIZED: Connecting Inventories of Crafters", - "create.ponder.mechanical_crafter_connect.text_1": "UNLOCALIZED: Items can be inserted to Crafters automatically", - "create.ponder.mechanical_crafter_connect.text_2": "UNLOCALIZED: Using the Wrench at their backs, Mechanical Crafter inputs can be combined", - "create.ponder.mechanical_crafter_connect.text_3": "UNLOCALIZED: All connected Crafters can now be accessed by the same input location", - - "create.ponder.mechanical_crafter_covers.header": "UNLOCALIZED: Covering slots of Mechanical Crafters", - "create.ponder.mechanical_crafter_covers.text_1": "UNLOCALIZED: Some recipes will require additional Crafters to bridge gaps in the path", - "create.ponder.mechanical_crafter_covers.text_2": "UNLOCALIZED: Using Slot Covers, Crafters can be set to act as an Empty Slot in the arrangement", - "create.ponder.mechanical_crafter_covers.text_3": "UNLOCALIZED: Shared Inputs created with the Wrench at the back can also reach across covered Crafters", - - "create.ponder.mechanical_drill.header": "UNLOCALIZED: Breaking Blocks with the Mechanical Drill", - "create.ponder.mechanical_drill.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Drill will break blocks directly in front of it", - "create.ponder.mechanical_drill.text_2": "UNLOCALIZED: Its mining speed depends on the Rotational Input", - - "create.ponder.mechanical_drill_contraption.header": "UNLOCALIZED: Using Mechanical Drills on Contraptions", - "create.ponder.mechanical_drill_contraption.text_1": "UNLOCALIZED: Whenever Drills are moved as part of an animated Contraption...", - "create.ponder.mechanical_drill_contraption.text_2": "UNLOCALIZED: ...they will break blocks the contraption runs them into", - - "create.ponder.mechanical_harvester.header": "UNLOCALIZED: Using Mechanical Harvesters on Contraptions", - "create.ponder.mechanical_harvester.text_1": "UNLOCALIZED: Whenever Harvesters are moved as part of an animated Contraption...", - "create.ponder.mechanical_harvester.text_2": "UNLOCALIZED: They will harvest and reset any mature crops on their way", - - "create.ponder.mechanical_mixer.header": "UNLOCALIZED: Processing Items with the Mechanical Mixer", - "create.ponder.mechanical_mixer.text_1": "Ved hjelp av en blander og en gryte sammen, så kan en rekke fremstillings oppskrifter bli automatisert", - "create.ponder.mechanical_mixer.text_2": "UNLOCALIZED: Available recipes include any Shapeless Crafting Recipe, plus a couple extra ones", - "create.ponder.mechanical_mixer.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", - "create.ponder.mechanical_mixer.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", - - "create.ponder.mechanical_piston.header": "UNLOCALIZED: Moving Structures using Mechanical Pistons", - "create.ponder.mechanical_piston.text_1": "UNLOCALIZED: Mechanical Pistons can move blocks in front of them", - "create.ponder.mechanical_piston.text_2": "UNLOCALIZED: Speed and direction of movement depend on the Rotational Input", - "create.ponder.mechanical_piston.text_3": "Klebrige mekaniske stempler kan også dra blokker tilbake", - - "create.ponder.mechanical_piston_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Piston", - "create.ponder.mechanical_piston_modes.text_1": "UNLOCALIZED: Whenever Pistons stop moving, the moved structure reverts to blocks", - "create.ponder.mechanical_piston_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", - - "create.ponder.mechanical_plough.header": "UNLOCALIZED: Using Mechanical Ploughs on Contraptions", - "create.ponder.mechanical_plough.text_1": "UNLOCALIZED: Whenever Ploughs are moved as part of an animated Contraption...", - "create.ponder.mechanical_plough.text_2": "UNLOCALIZED: ...they will break blocks without a solid collision hitbox", - "create.ponder.mechanical_plough.text_3": "UNLOCALIZED: Additionally, ploughs can create farmland", - "create.ponder.mechanical_plough.text_4": "UNLOCALIZED: ...they can also launch entities without hurting them", - - "create.ponder.mechanical_press.header": "UNLOCALIZED: Processing Items with the Mechanical Press", - "create.ponder.mechanical_press.text_1": "UNLOCALIZED: The Mechanical Press can process items provided beneath it", - "create.ponder.mechanical_press.text_2": "UNLOCALIZED: The Input items can be dropped or placed on a Depot under the Press", - "create.ponder.mechanical_press.text_3": "UNLOCALIZED: When items are provided on a belt...", - "create.ponder.mechanical_press.text_4": "UNLOCALIZED: The Press will hold and process them automatically", - - "create.ponder.mechanical_press_compacting.header": "UNLOCALIZED: Compacting items with the Mechanical Press", - "create.ponder.mechanical_press_compacting.text_1": "UNLOCALIZED: Pressing items held in a Basin will cause them to be Compacted", - "create.ponder.mechanical_press_compacting.text_2": "UNLOCALIZED: Compacting includes any filled 2x2 or 3x3 Crafting Recipe, plus a couple extra ones", - "create.ponder.mechanical_press_compacting.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", - "create.ponder.mechanical_press_compacting.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", - - "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_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_saw_breaker.header": "UNLOCALIZED: Cutting Trees with the Mechanical Saw", - "create.ponder.mechanical_saw_breaker.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Saw will cut trees directly in front of it", - "create.ponder.mechanical_saw_breaker.text_2": "UNLOCALIZED: In order to cut the tree fully, the Saw has to break the last block connecting it to the ground", - - "create.ponder.mechanical_saw_contraption.header": "UNLOCALIZED: Using Mechanical Saws on Contraptions", - "create.ponder.mechanical_saw_contraption.text_1": "UNLOCALIZED: Whenever Saws are moved as part of an animated Contraption...", - "create.ponder.mechanical_saw_contraption.text_2": "UNLOCALIZED: ...they will cut any trees the contraption runs them into", - - "create.ponder.mechanical_saw_processing.header": "UNLOCALIZED: Processing Items on the Mechanical Saw", - "create.ponder.mechanical_saw_processing.text_1": "UNLOCALIZED: Upward facing Mechanical Saws can process a variety of items", - "create.ponder.mechanical_saw_processing.text_2": "UNLOCALIZED: The processed item always moves against the rotational input to the saw", - "create.ponder.mechanical_saw_processing.text_3": "UNLOCALIZED: Saws can work in-line with Mechanical Belts", - "create.ponder.mechanical_saw_processing.text_4": "UNLOCALIZED: When an ingredient has multiple possible outcomes, the filter slot can specify it", - "create.ponder.mechanical_saw_processing.text_5": "UNLOCALIZED: Without filter, the Saw would cycle through all outcomes instead", - - "create.ponder.millstone.header": "UNLOCALIZED: Processing Items in the Millstone", - "create.ponder.millstone.text_1": "UNLOCALIZED: Millstones process items by grinding them", - "create.ponder.millstone.text_2": "UNLOCALIZED: They can be powered from the side using cogwheels", - "create.ponder.millstone.text_3": "UNLOCALIZED: Throw or Insert items at the top", - "create.ponder.millstone.text_4": "UNLOCALIZED: After some time, the result can be obtained via Right-click", - "create.ponder.millstone.text_5": "UNLOCALIZED: The outputs can also be extracted by automation", - - "create.ponder.nixie_tube.header": "Bruker nixie-rør", - "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": "Høyreklikk med et fargestoff for å endre fargen som vises", - - "create.ponder.piston_pole.header": "UNLOCALIZED: Piston Extension Poles", - "create.ponder.piston_pole.text_1": "UNLOCALIZED: Without attached Poles, a Mechanical Piston cannot move", - "create.ponder.piston_pole.text_2": "UNLOCALIZED: The Length of pole added at its back determines the Extension Range", - - "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_storage_interface.header": "UNLOCALIZED: Contraption Storage Exchange", - "create.ponder.portable_storage_interface.text_1": "UNLOCALIZED: Inventories on moving contraptions cannot be accessed by players.", - "create.ponder.portable_storage_interface.text_2": "UNLOCALIZED: This component can interact with storage without the need to stop the contraption.", - "create.ponder.portable_storage_interface.text_3": "UNLOCALIZED: Place a second one with a gap of 1 or 2 blocks inbetween", - "create.ponder.portable_storage_interface.text_4": "UNLOCALIZED: Whenever they pass by each other, they will engage in a connection", - "create.ponder.portable_storage_interface.text_5": "UNLOCALIZED: While engaged, the stationary interface will represent ALL inventories on the contraption", - "create.ponder.portable_storage_interface.text_6": "UNLOCALIZED: Items can now be inserted...", - "create.ponder.portable_storage_interface.text_7": "UNLOCALIZED: ...or extracted from the contraption", - "create.ponder.portable_storage_interface.text_8": "UNLOCALIZED: After no items have been exchanged for a while, the contraption will continue on its way", - - "create.ponder.portable_storage_interface_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.portable_storage_interface_redstone.text_1": "UNLOCALIZED: Redstone power will prevent the stationary interface from engaging", - - "create.ponder.powered_latch.header": "UNLOCALIZED: Controlling signals using the Powered Latch", - "create.ponder.powered_latch.text_1": "UNLOCALIZED: Powered Latches are redstone controllable Levers", - "create.ponder.powered_latch.text_2": "UNLOCALIZED: Signals at the back switch it on", - "create.ponder.powered_latch.text_3": "UNLOCALIZED: Signals from the side switch it back off", - "create.ponder.powered_latch.text_4": "UNLOCALIZED: Powered latches can also be toggled manually", - - "create.ponder.powered_toggle_latch.header": "UNLOCALIZED: Controlling signals using the Powered Toggle Latch", - "create.ponder.powered_toggle_latch.text_1": "UNLOCALIZED: Powered Toggle Latches are redstone controllable Levers", - "create.ponder.powered_toggle_latch.text_2": "UNLOCALIZED: Signals at the back will toggle its state", - "create.ponder.powered_toggle_latch.text_3": "UNLOCALIZED: ...on and back off", - "create.ponder.powered_toggle_latch.text_4": "UNLOCALIZED: Powered toggle latches can also be toggled manually", - - "create.ponder.pulse_extender.header": "UNLOCALIZED: Controlling signals using Pulse Extenders", - "create.ponder.pulse_extender.text_1": "UNLOCALIZED: Pulse Extenders can lengthen a signal passing through", - "create.ponder.pulse_extender.text_2": "UNLOCALIZED: They activate after a short delay...", - "create.ponder.pulse_extender.text_3": "UNLOCALIZED: ...and cool down for the configured duration", - "create.ponder.pulse_extender.text_4": "UNLOCALIZED: Using the mouse wheel, the discharge time can be configured", - "create.ponder.pulse_extender.text_5": "UNLOCALIZED: The configured duration can range up to 30 minutes", - - "create.ponder.pulse_repeater.header": "UNLOCALIZED: Controlling signals using Pulse Repeaters", - "create.ponder.pulse_repeater.text_1": "UNLOCALIZED: Pulse Repeaters emit a short pulse at a delay", - "create.ponder.pulse_repeater.text_2": "UNLOCALIZED: Using the mouse wheel, the charge time can be configured", - "create.ponder.pulse_repeater.text_3": "UNLOCALIZED: Configured delays can range up to 30 minutes", - - "create.ponder.radial_chassis.header": "UNLOCALIZED: Attaching blocks using Radial Chassis", - "create.ponder.radial_chassis.text_1": "UNLOCALIZED: Radial Chassis connect to identical Chassis blocks in a row", - "create.ponder.radial_chassis.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.radial_chassis.text_3": "Sidene av på de radiale karesoriene kan bli klebrige", - "create.ponder.radial_chassis.text_4": "Klikk igjen for å gjøre alle andre sider også klebrig", - "create.ponder.radial_chassis.text_5": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", - "create.ponder.radial_chassis.text_6": "Når en blokk er ved siden av en klebrig side...", - "create.ponder.radial_chassis.text_7": "UNLOCALIZED: ...it will attach all reachable blocks within a radius on that layer", - "create.ponder.radial_chassis.text_8": "UNLOCALIZED: Using a Wrench, a precise Radius can be specified for this chassis", - "create.ponder.radial_chassis.text_9": "Blokker som ikke berører klebrige sider vil ikke bli klebret på", - - "create.ponder.redstone_contact.header": "UNLOCALIZED: Redstone Contacts", - "create.ponder.redstone_contact.text_1": "UNLOCALIZED: Redstone Contacts facing each other will emit a redstone signal", - "create.ponder.redstone_contact.text_2": "UNLOCALIZED: This still applies when one of them is part of a moving Contraption", - - "create.ponder.redstone_link.header": "UNLOCALIZED: Using Redstone Links", - "create.ponder.redstone_link.text_1": "UNLOCALIZED: Redstone Links can transmit redstone signals wirelessly", - "create.ponder.redstone_link.text_2": "UNLOCALIZED: Right-click while Sneaking to toggle receive mode", - "create.ponder.redstone_link.text_3": "UNLOCALIZED: A simple Right-click with a Wrench can do the same", - "create.ponder.redstone_link.text_4": "UNLOCALIZED: Receivers emit the redstone power of transmitters within 128 blocks", - "create.ponder.redstone_link.text_5": "UNLOCALIZED: Placing items in the two slots can specify a Frequency", - "create.ponder.redstone_link.text_6": "UNLOCALIZED: Only the links with matching Frequencies will communicate", - - "create.ponder.rope_pulley.header": "UNLOCALIZED: Moving Structures using Rope Pulleys", - "create.ponder.rope_pulley.text_1": "UNLOCALIZED: Rope Pulleys can move blocks vertically when given Rotational Force", - "create.ponder.rope_pulley.text_2": "UNLOCALIZED: Direction and Speed of movement depend on the Rotational Input", - - "create.ponder.rope_pulley_attachment.header": "UNLOCALIZED: Moving Pulleys as part of a Contraption", - "create.ponder.rope_pulley_attachment.text_1": "UNLOCALIZED: Whenever Pulleys are themselves being moved by a Contraption...", - "create.ponder.rope_pulley_attachment.text_2": "UNLOCALIZED: ...its attached structure will be dragged with it", - "create.ponder.rope_pulley_attachment.text_3": "UNLOCALIZED: Mind that pulleys are only movable while stopped", - - "create.ponder.rope_pulley_modes.header": "UNLOCALIZED: Movement Modes of the Rope Pulley", - "create.ponder.rope_pulley_modes.text_1": "UNLOCALIZED: Whenever Pulleys stop moving, the moved structure reverts to blocks", - "create.ponder.rope_pulley_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", - - "create.ponder.rose_quartz_lamp.header": "UNLOCALIZED: Rose Quartz Lamps", - "create.ponder.rose_quartz_lamp.text_1": "UNLOCALIZED: Rose Quartz Lamps activate on a Redstone signal", - "create.ponder.rose_quartz_lamp.text_2": "UNLOCALIZED: They will continue to emit redstone power afterwards", - "create.ponder.rose_quartz_lamp.text_3": "UNLOCALIZED: When multiple lamps are arranged in a group...", - "create.ponder.rose_quartz_lamp.text_4": "UNLOCALIZED: ...activating a Lamp will focus the signal to it, deactivating all others", - "create.ponder.rose_quartz_lamp.text_5": "UNLOCALIZED: Comparators output based on the distance to a powered lamp", - "create.ponder.rose_quartz_lamp.text_6": "UNLOCALIZED: The Lamps can also be toggled manually using a Wrench", - - "create.ponder.rotation_speed_controller.header": "UNLOCALIZED: Using the Rotational Speed Controller", - "create.ponder.rotation_speed_controller.text_1": "UNLOCALIZED: Rot. Speed Controllers relay rotation from their axis to a Large Cogwheel above them", - "create.ponder.rotation_speed_controller.text_2": "UNLOCALIZED: Using the scroll input on its side, the conveyed speed can be configured", - - "create.ponder.sail.header": "UNLOCALIZED: Assembling Windmills using Sails", - "create.ponder.sail.text_1": "UNLOCALIZED: Sails are handy blocks to create Windmills with", - "create.ponder.sail.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", - "create.ponder.sail.text_3": "UNLOCALIZED: Right-Click with Dye to paint them", - "create.ponder.sail.text_4": "UNLOCALIZED: Right-Click with Shears to turn them back into frames", - - "create.ponder.sail_frame.header": "UNLOCALIZED: Assembling Windmills using Sail Frames", - "create.ponder.sail_frame.text_1": "UNLOCALIZED: Sail Frames are handy blocks to create Windmills with", - "create.ponder.sail_frame.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", - - "create.ponder.sequenced_gearshift.header": "UNLOCALIZED: Controlling Rotational Speed using Sequenced Gearshifts", - "create.ponder.sequenced_gearshift.text_1": "UNLOCALIZED: Seq. Gearshifts relay rotation by following a timed list of instructions", - "create.ponder.sequenced_gearshift.text_2": "UNLOCALIZED: Right-click it to open the Configuration UI", - "create.ponder.sequenced_gearshift.text_3": "UNLOCALIZED: Upon receiving a Redstone Signal, it will start running its configured sequence", - "create.ponder.sequenced_gearshift.text_4": "UNLOCALIZED: Once finished, it waits for the next Redstone Signal and starts over", - "create.ponder.sequenced_gearshift.text_5": "UNLOCALIZED: A redstone comparator can be used to read the current progress", - - "create.ponder.shaft.header": "UNLOCALIZED: Relaying rotational force using Shafts", - "create.ponder.shaft.text_1": "UNLOCALIZED: Shafts will relay rotation in a straight line.", - - "create.ponder.shaft_casing.header": "UNLOCALIZED: Encasing Shafts", - "create.ponder.shaft_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Shafts", - - "create.ponder.smart_chute.header": "UNLOCALIZED: Filtering Items using Smart Chutes", - "create.ponder.smart_chute.text_1": "UNLOCALIZED: Smart Chutes are vertical chutes with additional control", - "create.ponder.smart_chute.text_2": "UNLOCALIZED: Items in the filter slot specify what exactly they can extract and transfer", - "create.ponder.smart_chute.text_3": "UNLOCALIZED: Use the Mouse Wheel to specify the extracted stack size", - "create.ponder.smart_chute.text_4": "UNLOCALIZED: Redstone power will prevent Smart Chutes from acting.", - - "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.speedometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Speedometer", - "create.ponder.speedometer.text_1": "UNLOCALIZED: The Speedometer displays the current Speed of the attached components", - "create.ponder.speedometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", - "create.ponder.speedometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Speedometer's measurements", - - "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.stabilized_bearings.header": "UNLOCALIZED: Stabilized Contraptions", - "create.ponder.stabilized_bearings.text_1": "UNLOCALIZED: Whenever Mechanical Bearings are themselves part of a moving Structure..", - "create.ponder.stabilized_bearings.text_2": "UNLOCALIZED: ..they will attempt to keep themselves upright", - "create.ponder.stabilized_bearings.text_3": "UNLOCALIZED: Once again, the bearing will attach to the block in front of it", - "create.ponder.stabilized_bearings.text_4": "UNLOCALIZED: As a result, the entire sub-Contraption will stay upright", - - "create.ponder.steam_engine.header": "UNLOCALIZED: Setting up Steam Engines", - "create.ponder.steam_engine.text_1": "UNLOCALIZED: Steam Engines can be placed on a Fluid Tank", - "create.ponder.steam_engine.text_10": "UNLOCALIZED: Lvl 4", - "create.ponder.steam_engine.text_11": "UNLOCALIZED: 4 Engines", - "create.ponder.steam_engine.text_12": "UNLOCALIZED: Lvl 8", - "create.ponder.steam_engine.text_13": "UNLOCALIZED: 8 Engines", - "create.ponder.steam_engine.text_2": "UNLOCALIZED: Clicking the engine with a Shaft creates the Kinetic Output", - "create.ponder.steam_engine.text_3": "UNLOCALIZED: With sufficient Heat, Water and Boiler space...", - "create.ponder.steam_engine.text_4": "UNLOCALIZED: ...they will generate Rotational Force", - "create.ponder.steam_engine.text_5": "UNLOCALIZED: The minimal setup requires 4 Fluid Tanks", - "create.ponder.steam_engine.text_6": "UNLOCALIZED: With the help of Blaze Burners, the power output can be increased", - "create.ponder.steam_engine.text_7": "UNLOCALIZED: Higher power levels require more Water, Size and Heat", - "create.ponder.steam_engine.text_8": "UNLOCALIZED: The boiler's current power level can be inspected with Engineer's Goggles", - "create.ponder.steam_engine.text_9": "UNLOCALIZED: With each added power level, an additional Engine can output at full capacity", - - "create.ponder.steam_whistle.header": "UNLOCALIZED: Setting up Steam Whistles", - "create.ponder.steam_whistle.text_1": "UNLOCALIZED: Steam Whistles can be placed on a Fluid Tank", - "create.ponder.steam_whistle.text_2": "UNLOCALIZED: If the tank receives sufficient heat...", - "create.ponder.steam_whistle.text_3": "UNLOCALIZED: ...the Whistle will play a note when activated", - "create.ponder.steam_whistle.text_4": "UNLOCALIZED: Use a Whistle item on the block to lower its pitch", - "create.ponder.steam_whistle.text_5": "UNLOCALIZED: Cycle between three different octaves using a Wrench", - "create.ponder.steam_whistle.text_6": "UNLOCALIZED: Engineer's Goggles can help to find out the current pitch of a Whistle", - - "create.ponder.sticker.header": "UNLOCALIZED: Attaching blocks using the Sticker", - "create.ponder.sticker.text_1": "UNLOCALIZED: Stickers are ideal for Redstone-controlled block attachment", - "create.ponder.sticker.text_2": "UNLOCALIZED: Upon receiving a signal, it will toggle its state", - "create.ponder.sticker.text_3": "UNLOCALIZED: If it is now moved in a contraption, the block will move with it", - "create.ponder.sticker.text_4": "UNLOCALIZED: Toggled once again, the block is no longer attached", - - "create.ponder.stressometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Stressometer", - "create.ponder.stressometer.text_1": "UNLOCALIZED: The Stressometer displays the current Stress Capacity of the attached kinetic network", - "create.ponder.stressometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", - "create.ponder.stressometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Stressometer's measurements", - - "create.ponder.super_glue.header": "UNLOCALIZED: Attaching blocks using Super Glue", - "create.ponder.super_glue.text_1": "UNLOCALIZED: Super Glue groups blocks together into moving contraptions", - "create.ponder.super_glue.text_2": "UNLOCALIZED: Clicking two endpoints creates a new 'glued' area", - "create.ponder.super_glue.text_3": "UNLOCALIZED: To remove a box, punch it with the glue item in hand", - "create.ponder.super_glue.text_4": "UNLOCALIZED: Adjacent blocks sharing an area will pull each other along", - "create.ponder.super_glue.text_5": "UNLOCALIZED: Overlapping glue volumes will move together", - "create.ponder.super_glue.text_6": "UNLOCALIZED: Blocks hanging on others usually do not require glue", - - "create.ponder.track_chunks.header": "UNLOCALIZED: Traversing unloaded Chunks", - "create.ponder.track_chunks.text_1": "UNLOCALIZED: Tracks stay functional outside of loaded chunks", - "create.ponder.track_chunks.text_2": "UNLOCALIZED: Trains will travel through inactive sections of the world without issue", - "create.ponder.track_chunks.text_3": "UNLOCALIZED: They will still stop at stations or red signals", - "create.ponder.track_chunks.text_4": "UNLOCALIZED: However, Drills and other on-board machines will not operate", - "create.ponder.track_chunks.text_5": "UNLOCALIZED: Once near a Player, the train will re-appear", - - "create.ponder.track_observer.header": "UNLOCALIZED: Detecting Trains", - "create.ponder.track_observer.text_1": "UNLOCALIZED: Select a Train Track then place the Observer nearby", - "create.ponder.track_observer.text_2": "UNLOCALIZED: The Observer will detect any Trains passing over the marker", - "create.ponder.track_observer.text_3": "UNLOCALIZED: Observers can be filtered to activate for matching cargo", - - "create.ponder.track_placement.header": "UNLOCALIZED: Placing Train Tracks", - "create.ponder.track_placement.text_1": "UNLOCALIZED: A new type of rail designed for Train Contraptions", - "create.ponder.track_placement.text_2": "UNLOCALIZED: To place rows of track in bulk, click on an existing track", - "create.ponder.track_placement.text_3": "UNLOCALIZED: Then place or select a second track", - "create.ponder.track_placement.text_4": "UNLOCALIZED: Tracks can also be placed as turns or slopes", - "create.ponder.track_placement.text_5": "UNLOCALIZED: When connecting, tracks will try to make each turn equally sized", - "create.ponder.track_placement.text_6": "UNLOCALIZED: Holding the sprint key while connecting...", - "create.ponder.track_placement.text_7": "UNLOCALIZED: ...will create the longest fitting bend instead", - "create.ponder.track_placement.text_8": "UNLOCALIZED: Materials in the off-hand will be paved under tracks automatically", - - "create.ponder.track_portal.header": "UNLOCALIZED: Tracks and the Nether", - "create.ponder.track_portal.text_1": "UNLOCALIZED: Tracks placed up against a nether portal...", - "create.ponder.track_portal.text_2": "UNLOCALIZED: ...will attempt to create a paired track on the other side", - "create.ponder.track_portal.text_3": "UNLOCALIZED: Trains on this track are now able to travel across dimensions", - - "create.ponder.train_assembly.header": "UNLOCALIZED: Assembling Trains", - "create.ponder.train_assembly.text_1": "UNLOCALIZED: Select a Train Track then place the Station nearby", - "create.ponder.train_assembly.text_10": "UNLOCALIZED: Every Train requires Train Controls on board", - "create.ponder.train_assembly.text_11": "UNLOCALIZED: An optional second one allows departure from Stations in both directions", - "create.ponder.train_assembly.text_12": "UNLOCALIZED: Open the Station UI and confirm the Assembly process", - "create.ponder.train_assembly.text_13": "UNLOCALIZED: Trains can be disassembled back into blocks at stations only", - "create.ponder.train_assembly.text_14": "UNLOCALIZED: When used on a station, maps will add a labeled marker at the location", - "create.ponder.train_assembly.text_15": "UNLOCALIZED: Assembled Trains can be relocated to nearby Tracks using the Wrench", - "create.ponder.train_assembly.text_2": "UNLOCALIZED: Stations are the Waypoints of your Track Network", - "create.ponder.train_assembly.text_3": "UNLOCALIZED: To create a new Train, open the UI and switch to Assembly Mode", - "create.ponder.train_assembly.text_4": "Under monteringen av et tog, så vil ingen tog prøve å stoppe ved stasjonen", - "create.ponder.train_assembly.text_5": "UNLOCALIZED: Create new bogeys by using Train Casing on Tracks", - "create.ponder.train_assembly.text_6": "UNLOCALIZED: Click the track again to cycle between bogey designs", - "create.ponder.train_assembly.text_7": "UNLOCALIZED: Attach blocks with the help of Super Glue", - "create.ponder.train_assembly.text_8": "UNLOCALIZED: Assembled Trains will move faster if they can find fuel in assembled chests or barrels", - "create.ponder.train_assembly.text_9": "UNLOCALIZED: Fuel stored in Vaults will not be consumed by the train", - - "create.ponder.train_controls.header": "UNLOCALIZED: Controlling Trains", - "create.ponder.train_controls.text_1": "UNLOCALIZED: Train Controls are required on every train contraption", - "create.ponder.train_controls.text_2": "UNLOCALIZED: Once assembled, right-click the block to start driving", - "create.ponder.train_controls.text_3": "UNLOCALIZED: Accelerate and steer the Train using movement keybinds", - "create.ponder.train_controls.text_4": "UNLOCALIZED: If desired, the top speed can be fine-tuned using the mouse wheel", - "create.ponder.train_controls.text_5": "Hold mellomromstasten for å stoppe ved en stasjon", - "create.ponder.train_controls.text_6": "UNLOCALIZED: Trains can only be disassembled back into blocks at Stations", - "create.ponder.train_controls.text_7": "UNLOCALIZED: Assembled Whistles can be activated with the sprint key", - "create.ponder.train_controls.text_8": "UNLOCALIZED: Sneak or click again to stop controlling the Train", - - "create.ponder.train_schedule.header": "UNLOCALIZED: Using Train Schedules", - "create.ponder.train_schedule.text_1": "UNLOCALIZED: Schedules allow Trains to be controlled by other Drivers", - "create.ponder.train_schedule.text_2": "Høyreklikk med denne i hånden for å åpne grensesnittet til rutetabellen", - "create.ponder.train_schedule.text_3": "UNLOCALIZED: Once programmed, the Schedule can be handed off to a Train Driver", - "create.ponder.train_schedule.text_4": "UNLOCALIZED: Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", - "create.ponder.train_schedule.text_5": "Skapninger i tau kan enklere bli tildelt et sete", - "create.ponder.train_schedule.text_6": "UNLOCALIZED: Schedules can be retrieved from Drivers at any moment", - - "create.ponder.train_signal_placement.header": "UNLOCALIZED: Placing Train Signals", - "create.ponder.train_signal_placement.text_1": "UNLOCALIZED: Select a Train Track then place the Signal nearby", - "create.ponder.train_signal_placement.text_2": "UNLOCALIZED: Signals control the flow of Trains not driven by players", - "create.ponder.train_signal_placement.text_3": "UNLOCALIZED: Scheduled Trains will never cross signals in the opposite direction", - "create.ponder.train_signal_placement.text_4": "UNLOCALIZED: ...unless a second signal is added facing the opposite way.", - "create.ponder.train_signal_placement.text_5": "UNLOCALIZED: Nixie tubes can be attached to make a signal's lights more visible", - - "create.ponder.train_signal_redstone.header": "UNLOCALIZED: Signals & Redstone", - "create.ponder.train_signal_redstone.text_1": "UNLOCALIZED: Signals can be forced red by a redstone signal", - "create.ponder.train_signal_redstone.text_2": "UNLOCALIZED: Reversely, red signals emit a comparator output", - - "create.ponder.train_signal_signaling.header": "UNLOCALIZED: Collision Prevention with Signals", - "create.ponder.train_signal_signaling.text_1": "UNLOCALIZED: Train Signals divide a track into segments", - "create.ponder.train_signal_signaling.text_2": "UNLOCALIZED: If a Segment is occupied, no other Trains will be allowed entry", - "create.ponder.train_signal_signaling.text_3": "UNLOCALIZED: Thus, each Segment will contain only one Train at a time", - "create.ponder.train_signal_signaling.text_4": "UNLOCALIZED: A second Signal mode is available via the Wrench", - "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", - "create.ponder.train_signal_signaling.text_6": "UNLOCALIZED: This special Signal can stop trains under a second condition", - "create.ponder.train_signal_signaling.text_7": "UNLOCALIZED: It will stop Trains, which, upon entering...", - "create.ponder.train_signal_signaling.text_8": "UNLOCALIZED: ...would not be able to leave the Segment immediately", - "create.ponder.train_signal_signaling.text_9": "UNLOCALIZED: This helps keeping queued Trains out of a busy Segment", - - "create.ponder.valve_handle.header": "UNLOCALIZED: Generating Rotational Force using Valve Handles", - "create.ponder.valve_handle.text_1": "UNLOCALIZED: Valve Handles can be used by players to apply rotational force manually", - "create.ponder.valve_handle.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", - "create.ponder.valve_handle.text_3": "UNLOCALIZED: Its conveyed speed is slow and precise", - "create.ponder.valve_handle.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", - "create.ponder.valve_handle.text_5": "UNLOCALIZED: Valve handles can be dyed for aesthetic purposes", - - "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.water_wheel.header": "UNLOCALIZED: Generating Rotational Force using Water Wheels", - "create.ponder.water_wheel.text_1": "UNLOCALIZED: Water Wheels draw force from adjacent Water Currents", - "create.ponder.water_wheel.text_2": "Jo flere sider som får kraft fra rennende vann, jo raskere vil vannhjulet rotere", - "create.ponder.water_wheel.text_3": "UNLOCALIZED: The Wheels' blades should be oriented against the flow", - "create.ponder.water_wheel.text_4": "UNLOCALIZED: Facing the opposite way, they will not be as effective", - - "create.ponder.weighted_ejector.header": "UNLOCALIZED: Using Weighted Ejectors", - "create.ponder.weighted_ejector.text_1": "UNLOCALIZED: Sneak and Right-Click holding an Ejector to select its target location", - "create.ponder.weighted_ejector.text_10": "UNLOCALIZED: It is now limited to this stack size, and only activates when its held stack reaches this amount", - "create.ponder.weighted_ejector.text_11": "UNLOCALIZED: Other Entities will always trigger an Ejector when stepping on it", - "create.ponder.weighted_ejector.text_2": "UNLOCALIZED: The placed ejector will now launch objects to the marked location", - "create.ponder.weighted_ejector.text_3": "UNLOCALIZED: A valid target can be at any height or distance within range", - "create.ponder.weighted_ejector.text_4": "UNLOCALIZED: They cannot however be off to a side", - "create.ponder.weighted_ejector.text_5": "UNLOCALIZED: If no valid Target was selected, it will simply target the block directly in front", - "create.ponder.weighted_ejector.text_6": "UNLOCALIZED: Supply Rotational Force in order to charge it up", - "create.ponder.weighted_ejector.text_7": "UNLOCALIZED: Items placed on the ejector cause it to trigger", - "create.ponder.weighted_ejector.text_8": "UNLOCALIZED: If Inventories are targeted, the ejector will wait until there is space", - "create.ponder.weighted_ejector.text_9": "UNLOCALIZED: Using the Wrench, a required Stack Size can be configured", - - "create.ponder.weighted_ejector_redstone.header": "UNLOCALIZED: Controlling Weighted Ejectors with Redstone", - "create.ponder.weighted_ejector_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Ejectors will not activate", - "create.ponder.weighted_ejector_redstone.text_2": "UNLOCALIZED: Furthermore, Observers can detect when Ejectors activate", - - "create.ponder.weighted_ejector_tunnel.header": "UNLOCALIZED: Splitting item stacks using Weighted Ejectors", - "create.ponder.weighted_ejector_tunnel.text_1": "UNLOCALIZED: Combined with Brass Tunnels, Ejectors can split item stacks by specific amounts", - "create.ponder.weighted_ejector_tunnel.text_2": "UNLOCALIZED: First, configure the Brass Tunnel to 'Prefer Nearest', in order to prioritize its side output", - "create.ponder.weighted_ejector_tunnel.text_3": "UNLOCALIZED: The Stack Size set on the Ejector now determines the amount to be split off", - "create.ponder.weighted_ejector_tunnel.text_4": "UNLOCALIZED: While a new stack of the configured size exits the side output...", - "create.ponder.weighted_ejector_tunnel.text_5": "UNLOCALIZED: ...the remainder will continue on its path", - - "create.ponder.windmill_source.header": "UNLOCALIZED: Generating Rotational Force using Windmill Bearings", - "create.ponder.windmill_source.text_1": "UNLOCALIZED: Windmill Bearings attach to the block in front of them", - "create.ponder.windmill_source.text_2": "UNLOCALIZED: Create a movable structure with the help of Super Glue", - "create.ponder.windmill_source.text_3": "UNLOCALIZED: If enough Sail-like blocks are included, this can act as a Windmill", - "create.ponder.windmill_source.text_4": "UNLOCALIZED: Activated with Right-Click, the Windmill Bearing will start providing Rotational Force", - "create.ponder.windmill_source.text_5": "UNLOCALIZED: The Amount of Sail Blocks determine its Rotation Speed", - "create.ponder.windmill_source.text_6": "UNLOCALIZED: Use a Wrench to configure its rotation direction", - "create.ponder.windmill_source.text_7": "UNLOCALIZED: Right-click the Bearing anytime to stop and edit the Structure again", - - "create.ponder.windmill_structure.header": "Vindmølleinnretning", - "create.ponder.windmill_structure.text_1": "En hvilken som helst samling med blokker kan telle som seilene på en vindmølle, så lenge det også er minst åtte blokker so kan telle som seil.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/pl_pl.json b/src/generated/resources/assets/create/lang/unfinished/pl_pl.json deleted file mode 100644 index daa237052b..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/pl_pl.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 20", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Akacjowe okno", - "block.create.acacia_window_pane": "Akacjowa szyba okienna", - "block.create.adjustable_chain_gearshift": "Regulowany przekładnik łańcuchowy", - "block.create.analog_lever": "Dźwignia analogowa", - "block.create.andesite_belt_funnel": "Andezytowy lejek taśmowy", - "block.create.andesite_casing": "Andezytowa obudowa", - "block.create.andesite_encased_cogwheel": "Andezytowe izolowane koło zębate", - "block.create.andesite_encased_large_cogwheel": "Andezytowe izolowane dużo koło zębate", - "block.create.andesite_encased_shaft": "Andezytowy izolowany wał", - "block.create.andesite_funnel": "Andezytowy lejek", - "block.create.andesite_ladder": "Andezytowa Drabina", - "block.create.andesite_pillar": "Andezytowy filar", - "block.create.andesite_tunnel": "Andezytowy tunel", - "block.create.asurine": "Azuryn", - "block.create.asurine_pillar": "Azurynowy filar", - "block.create.basin": "Tygiel", - "block.create.belt": "Taśma", - "block.create.birch_window": "Brzozowe okno", - "block.create.birch_window_pane": "Brzozowa szyba okienna", - "block.create.black_nixie_tube": "Czarna lampa cyfrowa", - "block.create.black_sail": "Czarny żagiel", - "block.create.black_seat": "Czarne siedzenie", - "block.create.black_toolbox": "Czarna skrzynka na narzędzia", - "block.create.black_valve_handle": "Czarne pokrętło", - "block.create.blaze_burner": "Płomienny palnik", - "block.create.blue_nixie_tube": "Niebieska lampa cyfrowa", - "block.create.blue_sail": "Niebieski żagiel", - "block.create.blue_seat": "Niebieskie siedzenie", - "block.create.blue_toolbox": "Niebieska skrzynka na narzędzia", - "block.create.blue_valve_handle": "Niebieskie pokrętło", - "block.create.brass_belt_funnel": "Mosiężny lejek taśmowy", - "block.create.brass_block": "Blok mosiądzu", - "block.create.brass_casing": "Mosiężna obudowa", - "block.create.brass_encased_cogwheel": "Mosiężne izolowane koło zębate", - "block.create.brass_encased_large_cogwheel": "Mosiężne izolowane duże koło zębate", - "block.create.brass_encased_shaft": "Mosiężny izolowany wał", - "block.create.brass_funnel": "Mosiężny lejek", - "block.create.brass_ladder": "Mosiężna drabina", - "block.create.brass_tunnel": "Mosiężny tunel", - "block.create.brown_nixie_tube": "Brązowa lampa cyfrowa", - "block.create.brown_sail": "Brązowy żagiel", - "block.create.brown_seat": "Brązowe siedzenie", - "block.create.brown_toolbox": "Brązowa skrzynka na narzędzia", - "block.create.brown_valve_handle": "Brązowe pokrętło", - "block.create.calcite_pillar": "Kalcytowy filar", - "block.create.cart_assembler": "Monter wagoników", - "block.create.chocolate": "Czekolada", - "block.create.chute": "Zsyp", - "block.create.clockwork_bearing": "Mechanizm zegarowy", - "block.create.clutch": "Sprzęgło", - "block.create.cogwheel": "Koło zębate", - "block.create.content_observer": "Detektor zawartości", - "block.create.controller_rail": "Tory sterujące", - "block.create.controls": "Kontroler pociągów", - "block.create.copper_backtank": "Miedziany zbiornik w plecaku", - "block.create.copper_casing": "Miedziana obudowa", - "block.create.copper_ladder": "Miedziana drabina", - "block.create.copper_shingle_slab": "Płyta z miedzianych dachówek", - "block.create.copper_shingle_stairs": "Schody z miedzianych dachówek", - "block.create.copper_shingles": "Miedziane dachówki", - "block.create.copper_tile_slab": "Płyta z miedzianych kafelków", - "block.create.copper_tile_stairs": "Schody z miedziaych kafelków", - "block.create.copper_tiles": "Miedziane kafelki", - "block.create.copper_valve_handle": "Miedziane pokrętło", - "block.create.creative_crate": "Kreatywna skrzynka", - "block.create.creative_fluid_tank": "Kreatywny zbiornik", - "block.create.creative_motor": "Kreatywny silnik", - "block.create.crimsite": "Szkarlit", - "block.create.crimsite_pillar": "Szkarlitowy filar", - "block.create.crimson_window": "Szkarłatne okno", - "block.create.crimson_window_pane": "Szkarłatna szyba okienna", - "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.cut_andesite": "Przycięty andezyt", - "block.create.cut_andesite_brick_slab": "Przycięta andezytowa ceglana płyta", - "block.create.cut_andesite_brick_stairs": "Przycięte andezytowe ceglane schody", - "block.create.cut_andesite_brick_wall": "Przycięty andezytowy ceglany murek", - "block.create.cut_andesite_bricks": "Przycięte andezytowe cegły", - "block.create.cut_andesite_slab": "Przycięta andezytowa płyta", - "block.create.cut_andesite_stairs": "Przycięte andezytowe schody", - "block.create.cut_andesite_wall": "Przycięty andezytowy murek", - "block.create.cut_asurine": "Przycięty azuryn", - "block.create.cut_asurine_brick_slab": "Przycięta azurynowa ceglana płyta", - "block.create.cut_asurine_brick_stairs": "Przycięte azurynowe ceglane schody", - "block.create.cut_asurine_brick_wall": "Przycięty azurynowy ceglany murek", - "block.create.cut_asurine_bricks": "Przycięte azurynowe cegły", - "block.create.cut_asurine_slab": "Przycięta azurynowa płyta", - "block.create.cut_asurine_stairs": "Przycięte azurynowe schody", - "block.create.cut_asurine_wall": "Przycięty azurynowy murek", - "block.create.cut_calcite": "Przycięty kalcyt", - "block.create.cut_calcite_brick_slab": "Przycięta kalcytowa ceglana płyta", - "block.create.cut_calcite_brick_stairs": "Przycięte klacytowe ceglane schody", - "block.create.cut_calcite_brick_wall": "Przycięty kalcytowy ceglany murek", - "block.create.cut_calcite_bricks": "Przycięte kalcytowe cegły", - "block.create.cut_calcite_slab": "Przycięta kalcytowa płyta", - "block.create.cut_calcite_stairs": "Przycięte kalcytowe schody", - "block.create.cut_calcite_wall": "Przycięty kalcytowy murek", - "block.create.cut_crimsite": "Przycięty szkarlit", - "block.create.cut_crimsite_brick_slab": "Przycięta szkarlitowa ceglana płyta", - "block.create.cut_crimsite_brick_stairs": "Przycięte szkarlitowe ceglane schody", - "block.create.cut_crimsite_brick_wall": "Przycięty szkarlitowy ceglany murek", - "block.create.cut_crimsite_bricks": "Przycięte szkarlitowe cegły", - "block.create.cut_crimsite_slab": "Przycięta szkarlitowa płyta", - "block.create.cut_crimsite_stairs": "Przycięte szkarlitowe schody", - "block.create.cut_crimsite_wall": "Przycięty szkarlitowy murek", - "block.create.cut_deepslate": "Przycięty łupek", - "block.create.cut_deepslate_brick_slab": "Przycięta łupkowa ceglana płyta", - "block.create.cut_deepslate_brick_stairs": "Przycięte łupkowe ceglane schody", - "block.create.cut_deepslate_brick_wall": "Przycięty łupkowy ceglany murek", - "block.create.cut_deepslate_bricks": "Przycięte łupkowe cegły", - "block.create.cut_deepslate_slab": "Przycięta łupkowa płyta", - "block.create.cut_deepslate_stairs": "Przycięte łupkowe schody", - "block.create.cut_deepslate_wall": "Przycięty łupkowy murek", - "block.create.cut_diorite": "Przycięty dioryt", - "block.create.cut_diorite_brick_slab": "Przycięta diorytowa ceglana płyta", - "block.create.cut_diorite_brick_stairs": "Przycięte diorytowe ceglane schody", - "block.create.cut_diorite_brick_wall": "Przycięty diorytowy ceglany murek", - "block.create.cut_diorite_bricks": "Przycięte diorytowe cegły", - "block.create.cut_diorite_slab": "Przycięta diorytowa płyta", - "block.create.cut_diorite_stairs": "Przycięte diorytowe cegły", - "block.create.cut_diorite_wall": "Przycięty diorytowy murek", - "block.create.cut_dripstone": "Przycięty naciek", - "block.create.cut_dripstone_brick_slab": "Przycięta naciekowa ceglana płyta", - "block.create.cut_dripstone_brick_stairs": "Przycięte naciekowe ceglane schody", - "block.create.cut_dripstone_brick_wall": "Przycięty naciekowy ceglany murek", - "block.create.cut_dripstone_bricks": "Przycięte naciekowe cegły", - "block.create.cut_dripstone_slab": "Przycięta naciekowa płyta", - "block.create.cut_dripstone_stairs": "Przycięte naciekowe schody", - "block.create.cut_dripstone_wall": "Przycięty naciekowy murek", - "block.create.cut_granite": "Przycięty granit", - "block.create.cut_granite_brick_slab": "Przycięta granitowa ceglana płyta", - "block.create.cut_granite_brick_stairs": "Przycięte granitowe ceglane schody", - "block.create.cut_granite_brick_wall": "Przycięty granitowy ceglany murek", - "block.create.cut_granite_bricks": "Przycięte granitowe cegły", - "block.create.cut_granite_slab": "Przycięta granitowa płyta", - "block.create.cut_granite_stairs": "Przycięte granitowe schody", - "block.create.cut_granite_wall": "Przycięty granitowy murek", - "block.create.cut_limestone": "Przycięty wapień", - "block.create.cut_limestone_brick_slab": "Przycięta wapienna ceglana płyta", - "block.create.cut_limestone_brick_stairs": "Przycięte wapienne ceglane schody", - "block.create.cut_limestone_brick_wall": "Przycięty wapienny ceglane murek", - "block.create.cut_limestone_bricks": "Przycięte wapienne cegły", - "block.create.cut_limestone_slab": "Przycięta wapienna płyta", - "block.create.cut_limestone_stairs": "Przycięte wapienne schody", - "block.create.cut_limestone_wall": "Przycięty wapienny murek", - "block.create.cut_ochrum": "Przycięty ochran", - "block.create.cut_ochrum_brick_slab": "Przycięta ochranowa ceglana płyta", - "block.create.cut_ochrum_brick_stairs": "Przycięte ochranowe ceglane schody", - "block.create.cut_ochrum_brick_wall": "Przycięty ochranowy ceglany murek", - "block.create.cut_ochrum_bricks": "Przycięte ochranowe cegły", - "block.create.cut_ochrum_slab": "Przycięta ochranowa płyta", - "block.create.cut_ochrum_stairs": "Przycięte ochranowe schody", - "block.create.cut_ochrum_wall": "Przycięty ochranowy murek", - "block.create.cut_scorchia": "Palony przycięty żużel", - "block.create.cut_scorchia_brick_slab": "Wypalona przycięta żużlowa ceglana płyta", - "block.create.cut_scorchia_brick_stairs": "Wypalone przycięte żużlowe ceglane schody", - "block.create.cut_scorchia_brick_wall": "Wypalony przycięty żużlowy murek", - "block.create.cut_scorchia_bricks": "Wypalone przycięte żużlowe cegły", - "block.create.cut_scorchia_slab": "Wypalona przycięta żużlowa płyta", - "block.create.cut_scorchia_stairs": "Wypalone przycięte żużlowa schody", - "block.create.cut_scorchia_wall": "Wypalony przycięty żużlowy murek", - "block.create.cut_scoria": "Przycięty żużel", - "block.create.cut_scoria_brick_slab": "Przycięta żużlowa ceglana płyta", - "block.create.cut_scoria_brick_stairs": "Przycięte żużlowe ceglane schody", - "block.create.cut_scoria_brick_wall": "Przycięty żużlowy ceglany murek", - "block.create.cut_scoria_bricks": "Przycięte żużlowe cegły", - "block.create.cut_scoria_slab": "Przycięta żużlowa płyta", - "block.create.cut_scoria_stairs": "Przycięte żużlowe schody", - "block.create.cut_scoria_wall": "Przycięty żużlowy murek", - "block.create.cut_tuff": "Przycięty tuf", - "block.create.cut_tuff_brick_slab": "Przycięta tufowa ceglana płyta", - "block.create.cut_tuff_brick_stairs": "Przycięte tufowe ceglane schody", - "block.create.cut_tuff_brick_wall": "Przycięty tufowy ceglany murek", - "block.create.cut_tuff_bricks": "Przycięte tufowe cegły", - "block.create.cut_tuff_slab": "Przycięta tufowa płyta", - "block.create.cut_tuff_stairs": "Przycięte tufowe schody", - "block.create.cut_tuff_wall": "Przycięty tufowy murek", - "block.create.cut_veridium": "Przycięty weryd", - "block.create.cut_veridium_brick_slab": "Przycięta werydowa ceglana płyta", - "block.create.cut_veridium_brick_stairs": "Przycięte werydowe ceglane schody", - "block.create.cut_veridium_brick_wall": "Przycięty werydowy ceglany murek", - "block.create.cut_veridium_bricks": "Przycięte werydowe cegły", - "block.create.cut_veridium_slab": "Przycięta werydowa płyta", - "block.create.cut_veridium_stairs": "Przycięte werydowe schody", - "block.create.cut_veridium_wall": "Przycięty werydowy murek", - "block.create.cyan_nixie_tube": "Błękitna lampa cyfrowa", - "block.create.cyan_sail": "Błękitny żagiel", - "block.create.cyan_seat": "Błękitne siedzenie", - "block.create.cyan_toolbox": "Błękitna skrzynka na narzędzia", - "block.create.cyan_valve_handle": "Błękitne pokrętło", - "block.create.dark_oak_window": "Ciemnodębowe okno", - "block.create.dark_oak_window_pane": "Ciemnodębowa szyba okienna", - "block.create.deepslate_pillar": "Łupkowy filar", - "block.create.deepslate_zinc_ore": "Łupkowe złoże cynku", - "block.create.deployer": "Aplikator", - "block.create.depot": "Składnica", - "block.create.diorite_pillar": "Diorytowy filar", - "block.create.display_board": "Tablica wyświetlająca", - "block.create.display_link": "Nadajnik wyświetlacza", - "block.create.dripstone_pillar": "Naciekowy filar", - "block.create.encased_chain_drive": "Izolowany przekaźnik łańcuchowy", - "block.create.encased_fan": "Izolowany wiatrak", - "block.create.encased_fluid_pipe": "Izolowana rura", - "block.create.exposed_copper_shingle_slab": "Zwietrzała płyta z miedzianych dachówek", - "block.create.exposed_copper_shingle_stairs": "Zwietrzałe schody z miedzianych dachówek", - "block.create.exposed_copper_shingles": "Zwietrzałe miedziane dachówki", - "block.create.exposed_copper_tile_slab": "Zwietrzała płyta z miedzianych kafelków", - "block.create.exposed_copper_tile_stairs": "Zwietrzałe schody z miedzianych kafelków", - "block.create.exposed_copper_tiles": "Zwietrzałe miedziane kafelki", - "block.create.fake_track": "Znacznik torów dla map", - "block.create.fluid_pipe": "Rura", - "block.create.fluid_tank": "Zbiornik", - "block.create.fluid_valve": "Zawór", - "block.create.flywheel": "Koło zamachowe", - "block.create.framed_glass": "Oprawione okno", - "block.create.framed_glass_door": "Oprawione szklane drzwi", - "block.create.framed_glass_pane": "Oprawiona szyba", - "block.create.framed_glass_trapdoor": "Oprawiona szklana klapa", - "block.create.gantry_carriage": "Przenośnik suwnicowy", - "block.create.gantry_shaft": "Suwnica", - "block.create.gearbox": "Przekładnia", - "block.create.gearshift": "Przekładnik", - "block.create.glass_fluid_pipe": "Szklana rura", - "block.create.granite_pillar": "Granitowy filar", - "block.create.gray_nixie_tube": "Szara lampa cyfrowa", - "block.create.gray_sail": "Szary żagiel", - "block.create.gray_seat": "Szare siedzenie", - "block.create.gray_toolbox": "Szara skrzynka na narzędzia", - "block.create.gray_valve_handle": "Szare pokrętło", - "block.create.green_nixie_tube": "Zielona lampa cyfrowa", - "block.create.green_sail": "Zielony żagiel", - "block.create.green_seat": "Zielone siedzenie", - "block.create.green_toolbox": "Zielona skrzynka na narzędzia", - "block.create.green_valve_handle": "Zielone pokrętło", - "block.create.hand_crank": "Ręczna korba", - "block.create.haunted_bell": "Nawiedzony dzwon", - "block.create.honey": "Miód", - "block.create.horizontal_framed_glass": "Poziome oprawione szkło", - "block.create.horizontal_framed_glass_pane": "Pozioma oprawiona szyba", - "block.create.hose_pulley": "Krążek z wężem", - "block.create.item_drain": "Odpływ", - "block.create.item_vault": "Kontener na przedmioty", - "block.create.jungle_window": "Dżunglowe okno", - "block.create.jungle_window_pane": "Dżunglowa szyba okienna", - "block.create.large_bogey": "Duży wózek", - "block.create.large_cogwheel": "Duże koło zębate", - "block.create.layered_andesite": "Warstwowy andezyt", - "block.create.layered_asurine": "Warstwowy azuryn", - "block.create.layered_calcite": "Warstwowy kalcyt", - "block.create.layered_crimsite": "Warstwowy szkarlit", - "block.create.layered_deepslate": "Warstwowy łupek", - "block.create.layered_diorite": "Warstwowy dioryt", - "block.create.layered_dripstone": "Warstwowy naciek", - "block.create.layered_granite": "Warstwowy granit", - "block.create.layered_limestone": "Warstwowy wapień", - "block.create.layered_ochrum": "Warstwowy ochran", - "block.create.layered_scorchia": "Palony warstwowy żużel", - "block.create.layered_scoria": "Warstwowy żużel", - "block.create.layered_tuff": "Warstwowy tuf", - "block.create.layered_veridium": "Warstwowy weryd", - "block.create.lectern_controller": "Sterownik pulpitu", - "block.create.light_blue_nixie_tube": "Jasnoniebieska lampa cyfrowa", - "block.create.light_blue_sail": "Jasnoniebieski żagiel", - "block.create.light_blue_seat": "Jasnoniebieskie siedzenie", - "block.create.light_blue_toolbox": "Jasnoniebieska skrzynka na narzędzia", - "block.create.light_blue_valve_handle": "Jasnoniebieskie pokrętło", - "block.create.light_gray_nixie_tube": "Jasnoszara lampa cyfrowa", - "block.create.light_gray_sail": "Jasnoszary żagiel", - "block.create.light_gray_seat": "Jasnoszare siedzenie", - "block.create.light_gray_toolbox": "Jasnoszara skrzynka na narzędzia", - "block.create.light_gray_valve_handle": "Jasnoszare pokrętło", - "block.create.lime_nixie_tube": "Jasnozielona lampa cyfrowa", - "block.create.lime_sail": "Jasnozielony żagiel", - "block.create.lime_seat": "Jasnozielone siedzenie", - "block.create.lime_toolbox": "Jasnozielona skrzynka na narzędzia", - "block.create.lime_valve_handle": "Jasnozielone pokrętło", - "block.create.limestone": "Wapień", - "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": "Karmazynowa lampa cyfrowa", - "block.create.magenta_sail": "Karmazynowy żagiel", - "block.create.magenta_seat": "Karmazynowe siedzenie", - "block.create.magenta_toolbox": "Karmazynowa skrzynka na narzędzia", - "block.create.magenta_valve_handle": "Karmazynowe pokrętło", - "block.create.mechanical_arm": "Ramie mechaniczne", - "block.create.mechanical_bearing": "Mechaniczne łożysko", - "block.create.mechanical_crafter": "Mechaniczny stół rzemieślniczy", - "block.create.mechanical_drill": "Mechaniczne wiertło", - "block.create.mechanical_harvester": "Mechaniczna żniwiarka", - "block.create.mechanical_mixer": "Mechaniczny mikser", - "block.create.mechanical_piston": "Mechaniczny tłok", - "block.create.mechanical_piston_head": "Głowica mechanicznego tłoka", - "block.create.mechanical_plough": "Mechaniczny pług", - "block.create.mechanical_press": "Mechaniczna prasa", - "block.create.mechanical_pump": "Mechaniczna pompa", - "block.create.mechanical_saw": "Mechaniczna piła", - "block.create.metal_bracket": "Metalowy wspornik", - "block.create.metal_girder": "Metalowa belka", - "block.create.metal_girder_encased_shaft": "Metalowa belka z wałem", - "block.create.millstone": "Młynek", - "block.create.minecart_anchor": "Kotwica wagonikowa", - "block.create.mysterious_cuckoo_clock": "Zegar z kukułką", - "block.create.nixie_tube": "Lampa cyfrowa", - "block.create.nozzle": "Dysza", - "block.create.oak_window": "Dębowe okno", - "block.create.oak_window_pane": "Dębowa szyba okienna", - "block.create.ochrum": "Ochran", - "block.create.ochrum_pillar": "Ochranowy filar", - "block.create.orange_sail": "Pomarańczowy żagiel", - "block.create.orange_seat": "Pomarańczowe siedzenie", - "block.create.orange_toolbox": "Pomarańczowa skrznka na narzędzia", - "block.create.orange_valve_handle": "Pomarańczowe pokrętło", - "block.create.ornate_iron_window": "Ozdobne żelazne okno", - "block.create.ornate_iron_window_pane": "Ozdobna żelazne szyba okienna", - "block.create.oxidized_copper_shingle_slab": "Zaśniedziała płyta z miedzianych dachówek", - "block.create.oxidized_copper_shingle_stairs": "Zaśniedziałe schody z miedzianych dachówek", - "block.create.oxidized_copper_shingles": "Zaśniedziałe miedziane dachówki", - "block.create.oxidized_copper_tile_slab": "Zaśniedziała płyta z miedzianych kafelków", - "block.create.oxidized_copper_tile_stairs": "Zaśniedziałe schody z miedzianych kafelków", - "block.create.oxidized_copper_tiles": "Zaśniedziałe miedziane kafelki", - "block.create.peculiar_bell": "Dziwny dzwon", - "block.create.pink_nixie_tube": "Różowa lampa cyfrowa", - "block.create.pink_sail": "Różowy żagiel", - "block.create.pink_seat": "Różowe siedzenie", - "block.create.pink_toolbox": "Różowa skrzynka na narzędzia", - "block.create.pink_valve_handle": "Różowe pokrętło", - "block.create.piston_extension_pole": "Przedłużenie tłoka", - "block.create.placard": "Plakietka", - "block.create.polished_cut_andesite": "Wypolerowany przycięty andezyt", - "block.create.polished_cut_andesite_slab": "Wypolerowana przycięta andezytowa płyta", - "block.create.polished_cut_andesite_stairs": "Wypolerowane przycięte andezytowe schody", - "block.create.polished_cut_andesite_wall": "Wypolerowany przycięty andezytowy murek", - "block.create.polished_cut_asurine": "Wypolerowany przycięty azuryn", - "block.create.polished_cut_asurine_slab": "Wypolerowana przycięta azurynowa płyta", - "block.create.polished_cut_asurine_stairs": "Wypolerowane przycięte azurynowe schody", - "block.create.polished_cut_asurine_wall": "Wypolerowany przycięty azurynowy murek", - "block.create.polished_cut_calcite": "Wypolerowany przycięty kalcyt", - "block.create.polished_cut_calcite_slab": "Wypolerowana przycięta kalcytowa płyta", - "block.create.polished_cut_calcite_stairs": "Wypolerowane przycięte kalcytowe schody", - "block.create.polished_cut_calcite_wall": "Wypolerowany przycięty kalcytowy murek", - "block.create.polished_cut_crimsite": "Wypolerowany przycięty szkarlit", - "block.create.polished_cut_crimsite_slab": "Wypolerowana przycięta szkarlitowa płyta", - "block.create.polished_cut_crimsite_stairs": "Wypolerowane przycięte szkarlitowe schody", - "block.create.polished_cut_crimsite_wall": "Wypolerowany przycięty szkarlitowy murek", - "block.create.polished_cut_deepslate": "Wypolerowany przycięty łupek", - "block.create.polished_cut_deepslate_slab": "Wypolerowana przycięta łupkowa płyta", - "block.create.polished_cut_deepslate_stairs": "Wypolerowane przycięte łupkowe schody", - "block.create.polished_cut_deepslate_wall": "Wypolerowany przycięty łupkowy murek", - "block.create.polished_cut_diorite": "Wypolerowany przycięty dioryt", - "block.create.polished_cut_diorite_slab": "Wypolerowana przycięta driorytowa płyta", - "block.create.polished_cut_diorite_stairs": "Wypolerowane przycięte diorytowe schody", - "block.create.polished_cut_diorite_wall": "Wypolerowany przycięty diorytowy murek", - "block.create.polished_cut_dripstone": "Wypolerowany przycięty naciek", - "block.create.polished_cut_dripstone_slab": "Wypolerowana przycięta naciekowa płyta", - "block.create.polished_cut_dripstone_stairs": "Wypolerowane przycięte naciekowe schody", - "block.create.polished_cut_dripstone_wall": "Wypolerowany przycięty naciekowy murek", - "block.create.polished_cut_granite": "Wypolerowany przycięty granit", - "block.create.polished_cut_granite_slab": "Wypolerowana przycięta granitowa płyta", - "block.create.polished_cut_granite_stairs": "Wypolerowane przycięte granitowe schody", - "block.create.polished_cut_granite_wall": "Wypolerowany przycięty granitowy murek", - "block.create.polished_cut_limestone": "Wypolerowany przycięty wapień", - "block.create.polished_cut_limestone_slab": "Wypolerowana przycięta wapienna płyta", - "block.create.polished_cut_limestone_stairs": "Wypolerowane przycięte wapienne schody", - "block.create.polished_cut_limestone_wall": "Wypolerowany przycięty wapienny murek", - "block.create.polished_cut_ochrum": "Wypolerowany przycięty ochran", - "block.create.polished_cut_ochrum_slab": "Wypolerowana przycięta ochranowa płyta", - "block.create.polished_cut_ochrum_stairs": "Wypolerowane przycięte ochranowe schody", - "block.create.polished_cut_ochrum_wall": "Wypolerowany przycięty ochranowy murek", - "block.create.polished_cut_scorchia": "Palony wypolerowany przycięty żużel", - "block.create.polished_cut_scorchia_slab": "Palona wypolerowana przycięta żużlowa płyta", - "block.create.polished_cut_scorchia_stairs": "Palone wypolerowane przycięte żużlowe schody", - "block.create.polished_cut_scorchia_wall": "Palony wypolerowany przycięty żużlowy murek", - "block.create.polished_cut_scoria": "Wypolerowany przycięty żużel", - "block.create.polished_cut_scoria_slab": "Wypolerowana przycięta żużlowa płyta", - "block.create.polished_cut_scoria_stairs": "Wypolerowane przycięte żużlowe schody", - "block.create.polished_cut_scoria_wall": "Wypolerowany przycięty żużlowy murek", - "block.create.polished_cut_tuff": "Wypolerowany przycięty tuf", - "block.create.polished_cut_tuff_slab": "Wypolerowana przycięta tufowa płyta", - "block.create.polished_cut_tuff_stairs": "Wypolerowane przycięte tufowe schody", - "block.create.polished_cut_tuff_wall": "Wypolerowany przycięty tufowy murek", - "block.create.polished_cut_veridium": "Wypolerowany przycięty weryd", - "block.create.polished_cut_veridium_slab": "Wypolerowana przycięta werydowa płyta", - "block.create.polished_cut_veridium_stairs": "Wypolerowane przycięte werydowe schody", - "block.create.polished_cut_veridium_wall": "Wypolerowany przycięty werydowy murek", - "block.create.portable_fluid_interface": "Przenośny interfejs płynów", - "block.create.portable_storage_interface": "Przenośny interfejs magazynu", - "block.create.powered_latch": "Zaawansowany zasilany przełącznik", - "block.create.powered_shaft": "Zasilany wał", - "block.create.powered_toggle_latch": "Zasilany przełącznik", - "block.create.pulley_magnet": "Krążek z magnesem", - "block.create.pulse_extender": "Przedłużacz pulsu", - "block.create.pulse_repeater": "Przekaźnik pulsowy", - "block.create.purple_nixie_tube": "Fioletowa lampa cyfrowa", - "block.create.purple_sail": "Fioletowy żagiel", - "block.create.purple_seat": "Fioletowe siedzenie", - "block.create.purple_toolbox": "Fioletowa skrzynka na narzędzia", - "block.create.purple_valve_handle": "Fioletowe pokrętło", - "block.create.radial_chassis": "Stelaż promienisty", - "block.create.railway_casing": "Obudowa kolejowa", - "block.create.raw_zinc_block": "Blok rudy cynku", - "block.create.red_nixie_tube": "Czerwona lampa cyfrowa", - "block.create.red_sail": "Czerwony żagiel", - "block.create.red_seat": "Czerwone siedzenie", - "block.create.red_toolbox": "Czerwona skrzynka na narzędzia", - "block.create.red_valve_handle": "Czerwone pokrętło", - "block.create.redstone_contact": "Przełącznik kontaktowy", - "block.create.redstone_link": "Emiter sygnału", - "block.create.refined_radiance_casing": "Świetlista obudowa", - "block.create.rope": "Lina", - "block.create.rope_pulley": "Krążek z liną", - "block.create.rose_quartz_block": "Blok różowego kwarcu", - "block.create.rose_quartz_lamp": "Lampa z różowego kwarcu", - "block.create.rose_quartz_tiles": "Kafelki z różowego kwarcu", - "block.create.rotation_speed_controller": "Sterownik prędkości obrotu", - "block.create.sail_frame": "Rama żagla", - "block.create.schematic_table": "Stół do planowania", - "block.create.schematicannon": "Schematoarmata", - "block.create.scorchia": "Palony żużel", - "block.create.scorchia_pillar": "Palony żużlowy filar", - "block.create.scoria": "Żużel", - "block.create.scoria_pillar": "Żużlowy filar", - "block.create.secondary_linear_chassis": "Drugorzędny liniowy stelaż", - "block.create.sequenced_gearshift": "Przekładnik sekwencjonalny", - "block.create.shadow_steel_casing": "Mroczna obudowa", - "block.create.shaft": "Wał", - "block.create.small_andesite_brick_slab": "Płyta z małych andezytowych cegieł", - "block.create.small_andesite_brick_stairs": "Schody z małych andezytowych cegieł", - "block.create.small_andesite_brick_wall": "Murek z małych andezytowych cegieł", - "block.create.small_andesite_bricks": "Małe andezytowe cegły", - "block.create.small_asurine_brick_slab": "Płyta z małych azurynowych cegieł", - "block.create.small_asurine_brick_stairs": "Schody z małych azurynowuch cegieł", - "block.create.small_asurine_brick_wall": "Murek z małych azurynowych cegieł", - "block.create.small_asurine_bricks": "Małe azurynowe cegły", - "block.create.small_bogey": "Mały wózek", - "block.create.small_calcite_brick_slab": "Płyta z małych kalcytowych cegieł", - "block.create.small_calcite_brick_stairs": "Schody z małych kalcytowych cegieł", - "block.create.small_calcite_brick_wall": "Murek z młaych kalcytowych cegieł", - "block.create.small_calcite_bricks": "Małe kalcytowe cegły", - "block.create.small_crimsite_brick_slab": "Płyta z małych szkarlitowych cegieł", - "block.create.small_crimsite_brick_stairs": "Schody z malych szkarlitowych cegieł", - "block.create.small_crimsite_brick_wall": "Murek z małych szkarlitowych cegieł", - "block.create.small_crimsite_bricks": "Małe szkarlitowe cegły", - "block.create.small_deepslate_brick_slab": "Płyta z małych łupkowych cegieł", - "block.create.small_deepslate_brick_stairs": "Schody z małych łupkowych cegieł", - "block.create.small_deepslate_brick_wall": "Murek z małych łupkowych cegieł", - "block.create.small_deepslate_bricks": "Małe łupkowe cegły", - "block.create.small_diorite_brick_slab": "Płyta z małych diorytowych cegieł", - "block.create.small_diorite_brick_stairs": "Schody z małych diorytowych cegieł", - "block.create.small_diorite_brick_wall": "Murek z małych diorytowych cegieł", - "block.create.small_diorite_bricks": "Małe diorytowe cegły", - "block.create.small_dripstone_brick_slab": "Płyta z małych naciekowych cegieł", - "block.create.small_dripstone_brick_stairs": "Schody z małych naciekowych cegieł", - "block.create.small_dripstone_brick_wall": "Murek z małych naciekowych cegieł", - "block.create.small_dripstone_bricks": "Małe naciekowe cegły", - "block.create.small_granite_brick_slab": "Płyta z małych granitowych cegieł", - "block.create.small_granite_brick_stairs": "Schody z małych granitowych cegieł", - "block.create.small_granite_brick_wall": "Murek z małych granitowych cegieł", - "block.create.small_granite_bricks": "Małe granitowe cagły", - "block.create.small_limestone_brick_slab": "Płyta z małych wapiennych cegieł", - "block.create.small_limestone_brick_stairs": "Schody z małych wapiennych cegieł", - "block.create.small_limestone_brick_wall": "Murek z małych wapiennych cegieł", - "block.create.small_limestone_bricks": "Małe wapienne cegły", - "block.create.small_ochrum_brick_slab": "Płyta z małych ochranowych cegieł", - "block.create.small_ochrum_brick_stairs": "Schody z małych ochranowych cegieł", - "block.create.small_ochrum_brick_wall": "Murek z małych ochranowych cegieł", - "block.create.small_ochrum_bricks": "Małe ochranowe cegły", - "block.create.small_rose_quartz_tiles": "Małe kafelki z różowego kwarcu", - "block.create.small_scorchia_brick_slab": "Płyta z małych palonych żużlowych cegieł", - "block.create.small_scorchia_brick_stairs": "Schody z małych palonych żużlowych cegieł", - "block.create.small_scorchia_brick_wall": "Murek z małych palonych żużlowych cegieł", - "block.create.small_scorchia_bricks": "Małe palone żużlowe cegły", - "block.create.small_scoria_brick_slab": "Płyta z małych żużlowych cegieł", - "block.create.small_scoria_brick_stairs": "Schody z małych żużlowych cegieł", - "block.create.small_scoria_brick_wall": "Murek z małych żużlowych cegieł", - "block.create.small_scoria_bricks": "Małe żużlowe cegły", - "block.create.small_tuff_brick_slab": "Płyta z małych tufowych cegieł", - "block.create.small_tuff_brick_stairs": "Schody z małych tufowych cegieł", - "block.create.small_tuff_brick_wall": "Murek z małych tufowych cegieł", - "block.create.small_tuff_bricks": "Małe tufowe cegły", - "block.create.small_veridium_brick_slab": "Płyta z małych werydowych cegieł", - "block.create.small_veridium_brick_stairs": "Schody z małych werydowych cegieł", - "block.create.small_veridium_brick_wall": "Murek z małych werydowych cegieł", - "block.create.small_veridium_bricks": "Małe werydowe cegły", - "block.create.smart_chute": "Inteligentny Zsyp", - "block.create.smart_fluid_pipe": "Inteligentna rura", - "block.create.speedometer": "Prędkościomierz", - "block.create.spout": "Napełniacz", - "block.create.spruce_window": "Świerkowe okno", - "block.create.spruce_window_pane": "Świerkowa szyba okienna", - "block.create.steam_engine": "Silnik parowy", - "block.create.steam_whistle": "Gwizdek parowy", - "block.create.steam_whistle_extension": "Przedłużenie gwizdka parowego", - "block.create.sticker": "Przyklejacz", - "block.create.sticky_mechanical_piston": "Lepki mechaniczny tłok", - "block.create.stockpile_switch": "Przełącznik zawartościowy", - "block.create.stressometer": "Miernik obciążenia", - "block.create.tiled_glass": "Kafelkowane szkło", - "block.create.tiled_glass_pane": "Kafelkowana szyba", - "block.create.track": "Tor kolejowy", - "block.create.track_observer": "Detektor kolejowy", - "block.create.track_signal": "Sygnał kolejowy", - "block.create.track_station": "Stacja kolejowa", - "block.create.train_door": "Drzwi od pociągu", - "block.create.train_trapdoor": "Klapa od pociągu", - "block.create.tuff_pillar": "Tufowy filar", - "block.create.turntable": "Talerz obrotowy", - "block.create.veridium": "Weryd", - "block.create.veridium_pillar": "Werydowy filar", - "block.create.vertical_framed_glass": "Pionowe oprawione szkło", - "block.create.vertical_framed_glass_pane": "Pionowa oprawiona szyba", - "block.create.warped_window": "Spaczone okno", - "block.create.warped_window_pane": "Spaczona szyba okienna", - "block.create.water_wheel": "Koło wodne", - "block.create.waxed_copper_shingle_slab": "Woskowana płyta z miedzianych dachówek", - "block.create.waxed_copper_shingle_stairs": "Woskowane schody z miedzianych dachówek", - "block.create.waxed_copper_shingles": "Woskowane miedziane dachówki", - "block.create.waxed_copper_tile_slab": "Woskowana płyta z miedzianych kafelków", - "block.create.waxed_copper_tile_stairs": "Woskowane schody z miedzianych kafelków", - "block.create.waxed_copper_tiles": "Woskowane miedziane kafelki", - "block.create.waxed_exposed_copper_shingle_slab": "Woskowana zwietrzała płyta z miedzianych dachówek", - "block.create.waxed_exposed_copper_shingle_stairs": "Woskowane zwietrzałe schody z miedzianych dachówek", - "block.create.waxed_exposed_copper_shingles": "Woskowane zwietrzałe miedziane dachówki", - "block.create.waxed_exposed_copper_tile_slab": "Woskowana zwietrzała płyta z miedzianych kafelków", - "block.create.waxed_exposed_copper_tile_stairs": "Woskowane zwietrzałe schody z miedzianych kafelków", - "block.create.waxed_exposed_copper_tiles": "Woskowane zwietrzałe miedziane kafelki", - "block.create.waxed_oxidized_copper_shingle_slab": "Woskowana utleniona płyta z miedzianych dachówek", - "block.create.waxed_oxidized_copper_shingle_stairs": "Woskowane utlenione schody z miedzianych dachówek", - "block.create.waxed_oxidized_copper_shingles": "Woskowane utlenione miedziane dachówki", - "block.create.waxed_oxidized_copper_tile_slab": "Woskowana utleniona płyta z miedzianych kafelków", - "block.create.waxed_oxidized_copper_tile_stairs": "Woskowane utlenione schody z miedzianych kafelków", - "block.create.waxed_oxidized_copper_tiles": "Woskowane utlenione miedziane kafelki", - "block.create.waxed_weathered_copper_shingle_slab": "Woskowana zaśniedziała płyta z miedzianych dachówek", - "block.create.waxed_weathered_copper_shingle_stairs": "Woskowane zaśniedziałe schody z miedzianych dachówek", - "block.create.waxed_weathered_copper_shingles": "Woskowane zaśniedziałe miedziane dachówki", - "block.create.waxed_weathered_copper_tile_slab": "Woskowana zaśniedziała płyta z miedzianych kafelków", - "block.create.waxed_weathered_copper_tile_stairs": "Woskowane zaśniedziałe schody z miedzianych kafelków", - "block.create.waxed_weathered_copper_tiles": "Woskowane zaśniedziałe miedziane kafelki", - "block.create.weathered_copper_shingle_slab": "Zaśniedziała płyta z miedzianych dachówek", - "block.create.weathered_copper_shingle_stairs": "Zaśniedziałe schody z miedzianych dachówek", - "block.create.weathered_copper_shingles": "Zaśniedziałe miedziane dachówki", - "block.create.weathered_copper_tile_slab": "Zaśniedziała płyta z miedzianych kafelków", - "block.create.weathered_copper_tile_stairs": "Zaśniedziałe schody z miedzianych kafelków", - "block.create.weathered_copper_tiles": "Zaśniedziałe miedziane kafelki", - "block.create.weighted_ejector": "Wyrzutnia odważnikowa", - "block.create.white_nixie_tube": "Biała lampa cyfrowa", - "block.create.white_sail": "Biały żagiel", - "block.create.white_seat": "Białe siedzenie", - "block.create.white_toolbox": "Biała skrzynka na narzędzia", - "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": "Żółta lampa cyfrowa", - "block.create.yellow_sail": "Żółty żagiel", - "block.create.yellow_seat": "Żółte siedzenie", - "block.create.yellow_toolbox": "Żółta skrzynka na narzędzia", - "block.create.yellow_valve_handle": "Żółte pokrętło", - "block.create.zinc_block": "Blok cynku", - "block.create.zinc_ore": "Złoże cynku", - - "enchantment.create.capacity": "Pojemność", - "enchantment.create.potato_recovery": "Odzyskiwanie", - - "entity.create.carriage_contraption": "Maszyna wagonowa", - "entity.create.contraption": "Maszyna", - "entity.create.crafting_blueprint": "Szablon konstruowania", - "entity.create.gantry_contraption": "Maszyna suwnicowa", - "entity.create.potato_projectile": "Ziemniaczany pocisk", - "entity.create.seat": "Siedzenie", - "entity.create.stationary_contraption": "Maszyna stacjonarna", - "entity.create.super_glue": "UNLOCALIZED: Super Glue", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "Mikstura", - "fluid.create.tea": "Herbatka Budowniczego", - - "item.create.andesite_alloy": "Stop andezytu", - "item.create.attribute_filter": "Filtr atrybutowy", - "item.create.bar_of_chocolate": "Tabliczka czekolady", - "item.create.belt_connector": "Taśma", - "item.create.blaze_cake": "Płomienne ciasto", - "item.create.blaze_cake_base": "Baza płomiennego ciasta", - "item.create.brass_hand": "Mosiężna dłoń", - "item.create.brass_ingot": "Sztabka mosiądzu", - "item.create.brass_nugget": "Bryłka mosiądzu", - "item.create.brass_sheet": "Arkusz mosiądzu", - "item.create.builders_tea": "Herbatka Budowniczego", - "item.create.chest_minecart_contraption": "Maszyna w wagoniku ze skrzynią", - "item.create.chocolate_bucket": "Wiadro czekolady", - "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.copper_backtank": "Miedziany zbiornik w plecaku", - "item.create.copper_backtank_placeable": "Stacjonarny miedziany zbiornik w plecaku", - "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": "Szablon konstruowania", - "item.create.creative_blaze_cake": "Kreatywne płomienne ciasto", - "item.create.crushed_aluminum_ore": "Rozkruszona ruda żelaza", - "item.create.crushed_copper_ore": "Rozkruszona ruda miedzi", - "item.create.crushed_gold_ore": "Rozkruszona ruda złota", - "item.create.crushed_iron_ore": "Rozkruszona ruda żelaza", - "item.create.crushed_lead_ore": "Rozkruszona ruda ołowiu", - "item.create.crushed_nickel_ore": "Rozkruszona ruda niklu", - "item.create.crushed_osmium_ore": "Rozkruszona ruda osmu", - "item.create.crushed_platinum_ore": "Rozkruszona ruda platyny", - "item.create.crushed_quicksilver_ore": "Rozkruszona ruda rtęci", - "item.create.crushed_silver_ore": "Rozkruszona ruda srebra", - "item.create.crushed_tin_ore": "Rozkruszona ruda cyny", - "item.create.crushed_uranium_ore": "Rozkruszona ruda uranu", - "item.create.crushed_zinc_ore": "Rozkruszona ruda cynku", - "item.create.diving_boots": "Buty do nurkowania", - "item.create.diving_helmet": "Hełm do nurkowania", - "item.create.dough": "Ciasto", - "item.create.electron_tube": "Lampa elektronowa", - "item.create.empty_blaze_burner": "Pusty płomienny palnik", - "item.create.empty_schematic": "Pusty schemat", - "item.create.experience_nugget": "Bryłka doświadczenia", - "item.create.extendo_grip": "Wydłużony Chwytak", - "item.create.filter": "Filtr", - "item.create.furnace_minecart_contraption": "Maszyna w wagoniku z piecem", - "item.create.goggles": "Gogle inżyniera", - "item.create.golden_sheet": "Arkusz złota", - "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_precision_mechanism": "Niedokończony precyzyjny mechanizm", - "item.create.incomplete_track": "Niedokończone tory kolejowe", - "item.create.iron_sheet": "Arkusz żelaza", - "item.create.linked_controller": "Zdalny sterownik", - "item.create.minecart_contraption": "Maszyna w wagoniku", - "item.create.minecart_coupling": "Łącznik wagoników", - "item.create.polished_rose_quartz": "Wypolerowany różowy kwarc", - "item.create.potato_cannon": "Armata na ziemniaki", - "item.create.powdered_obsidian": "Sproszkowany obsydian", - "item.create.precision_mechanism": "Precyzyjny mechanizm", - "item.create.propeller": "Śmigło", - "item.create.raw_zinc": "Ruda cynku", - "item.create.red_sand_paper": "Czerwony papier ścierny", - "item.create.refined_radiance": "Świetlisty materiał", - "item.create.rose_quartz": "Różowy kwarc", - "item.create.sand_paper": "Papier ścierny", - "item.create.schedule": "Harmonogram kolejowy", - "item.create.schematic": "Schemat", - "item.create.schematic_and_quill": "Schemat z piórem", - "item.create.shadow_steel": "Mroczna stal", - "item.create.sturdy_sheet": "Zbity arkusz", - "item.create.super_glue": "UNLOCALIZED: Super Glue", - "item.create.sweet_roll": "Słodka bułka", - "item.create.tree_fertilizer": "Nawóz do drzew", - "item.create.unprocessed_obsidian_sheet": "Nieprzerobiony arkusz obsydianowy", - "item.create.vertical_gearbox": "Pionowa przekładnia", - "item.create.wand_of_symmetry": "Różdżka symetrii", - "item.create.wheat_flour": "Mąka pszenna", - "item.create.whisk": "Trzepaczka", - "item.create.wrench": "Klucz", - "item.create.zinc_ingot": "Sztabka cynku", - "item.create.zinc_nugget": "Bryłka cynku", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Witaj w Create", - "advancement.create.root.desc": "Czas, aby zacząć tworzyć wspaniałe Maszyny!", - "advancement.create.andesite_alloy": "Słynne stopy", - "advancement.create.andesite_alloy.desc": "Materiały z Create mają czasami dziwne nazwy, stop andezytu jest jednym z nich.", - "advancement.create.andesite_casing": "Epoka andezytu łupanego", - "advancement.create.andesite_casing.desc": "Użyj stopu andezytu, aby wytworzyć podstawową obudowę.", - "advancement.create.mechanical_press": "Bonk", - "advancement.create.mechanical_press.desc": "Wytłocz kilka arkuszy w mechanicznej prasie.", - "advancement.create.encased_fan": "Dzisiaj w nocy silny wiatr", - "advancement.create.encased_fan.desc": "Postaw i zasil izolowany wiatrak.", - "advancement.create.fan_processing": "Receptury molekularne", - "advancement.create.fan_processing.desc": "Użyj izolowanego wiatraka do obróbki przedmiotów.", - "advancement.create.saw_processing": "Najostrzejsze narzędzie w szopie", - "advancement.create.saw_processing.desc": "Użyj piły mechanicznej do obróbki przedmiotów.", - "advancement.create.compacting": "Kompaktoinator", - "advancement.create.compacting.desc": "Użyj prasy i tygla, aby przerobić więcej na mniej.", - "advancement.create.belt": "Taśma produkcyjna", - "advancement.create.belt.desc": "Połącz dwa wały tworząc taśmociąg.", - "advancement.create.funnel": "Estetyka lotniskowa", - "advancement.create.funnel.desc": "Włóż lub wyjmij przedmioty z pojemnika za pomocą lejka.", - "advancement.create.chute": "Czarna dziura", - "advancement.create.chute.desc": "Postaw zsyp - pionową część taśmociągu.", - "advancement.create.mechanical_mixer": "Pomieszanie z poplątaniem", - "advancement.create.mechanical_mixer.desc": "Połącz składniki w mechanicznym mikserze", - "advancement.create.burner": "Żywe ognisko", - "advancement.create.burner.desc": "Zdobądź płomeinny palnik.", - "advancement.create.water_wheel": "Energia odnawialna", - "advancement.create.water_wheel.desc": "Postaw koło wodne i spraw, aby zaczęło się kręcić!", - "advancement.create.windmill": "Łagodna bryza", - "advancement.create.windmill.desc": "Skonstruuj działający wiatrak.", - "advancement.create.shifting_gears": "Przekładnia", - "advancement.create.shifting_gears.desc": "Połącz duże koło zębate i małe koło zębate, co pozwoli zmienić prędkość obrotu Twojej maszyny.", - "advancement.create.millstone": "Kieszonkowy rozgniatacz", - "advancement.create.millstone.desc": "Postaw i wpraw w ruch młynek.", - "advancement.create.super_glue": "Co Kropelka sklei, sklei...", - "advancement.create.super_glue.desc": "Sklej ze sobą bloki za pomocą Super Glue.", - "advancement.create.contraption_actors": "Ruch celowy", - "advancement.create.contraption_actors.desc": "Zbuduj maszynę z wiertłami, piłami lub żniwiarkami na pokładzie.", - "advancement.create.portable_storage_interface": "Wymiana przejazdowa", - "advancement.create.portable_storage_interface.desc": "Użyj przenośnego interfejsu magazynu by włożyć lub wyjąć przedmioty do maszyny.", - "advancement.create.wrench_goggles": "Wyposażony", - "advancement.create.wrench_goggles.desc": "Posiądź gogle inżyniera i klucz.", - "advancement.create.stressometer": "Ale że jakie obciążenie?", - "advancement.create.stressometer.desc": "Połóż i wpraw w ruch miernik obciążenia. Popatrz na niego przez Twoje gogle, aby poznać dokładną wartość.", - "advancement.create.cuckoo_clock": "Czy to już czas?", - "advancement.create.cuckoo_clock.desc": "Zauważ jak twój zegar z kukułką ogłasza porę snu.", - "advancement.create.windmill_maxed": "Silna bryza", - "advancement.create.windmill_maxed.desc": "Skonstruuj wiatrak o maksymalnej mocy.", - "advancement.create.ejector_maxed": "Czempion trampolinowy", - "advancement.create.ejector_maxed.desc": "Zostań wystrzelony dalej niż 30 bloków przez wyrzutnie odważnikową.", - "advancement.create.pulley_maxed": "Lina do nikąd", - "advancement.create.pulley_maxed.desc": "Wydłuż krążek z liną na ponad 200 bloków.", - "advancement.create.cart_pickup": "Silne łapy", - "advancement.create.cart_pickup.desc": "Podnieś maszynę wagonikową z ponad 200 blokami.", - "advancement.create.anvil_plough": "Kowadlana artyleria", - "advancement.create.anvil_plough.desc": "Wstrzel kowadło za pomocą mechanicznych pługów.", - "advancement.create.lava_wheel_00000": "Energia geotermalna", - "advancement.create.lava_wheel_00000.desc": "To nie powinno zadziałać.§7\n(Ukryty postęp)", - "advancement.create.hand_crank_000": "Sesja wyciskania", - "advancement.create.hand_crank_000.desc": "Użyj ręcznej korby aż do wykończenia.§7\n(Ukryty postęp)", - "advancement.create.belt_funnel_kiss": "Zakochana para", - "advancement.create.belt_funnel_kiss.desc": "Spraw, aby dwa lejki na taśmociągu się pocałowały", - "advancement.create.stressometer_maxed": "Idealne obciążenie", - "advancement.create.stressometer_maxed.desc": "Dostań 100% odczyt miernika obicążenia.§7\n(Ukryty postęp)", - "advancement.create.copper": "Twardsze skały", - "advancement.create.copper.desc": "Zdobądź trochę miedzi na swoje przyszłe wynalazki dotyczące cieczy.", - "advancement.create.copper_casing": "Epoka miedzi", - "advancement.create.copper_casing.desc": "Użyj arkuszy miedzi i odrobiny drewna, aby wytworzyć miedzianą obudowę.", - "advancement.create.spout": "Plum", - "advancement.create.spout.desc": "Patrz jak przedmiot napełnia się płynem przy użyciu napełniacza.", - "advancement.create.drain": "Suszenie bębnowe", - "advancement.create.drain.desc": "Zobacz jak przedmiot zawierający ciecz zostaje opróżniony przez odpływ.", - "advancement.create.steam_engine": "Rewolucja przemysłowa", - "advancement.create.steam_engine.desc": "Użyj silnika parowego do generowania mocy.", - "advancement.create.steam_whistle": "Anielski głos", - "advancement.create.steam_whistle.desc": "Uruchom gwizdek parowy.", - "advancement.create.backtank": "Pneumatyczne zaopatrzenie", - "advancement.create.backtank.desc": "Stwórz miedziany zbiornik w plecaku i napełnij go sprężonym powietrzem.", - "advancement.create.diving_suit": "Gotowy na głębiny", - "advancement.create.diving_suit.desc": "Załóż hełm do nurkowania razem z miedzianym zbiornikiem w plecaku i wskocz do wody.", - "advancement.create.mechanical_pump_0": "Pod ciśnieniem", - "advancement.create.mechanical_pump_0.desc": "Postaw i zasil mechaniczną pompę.", - "advancement.create.glass_pipe": "Płynny podglądacz", - "advancement.create.glass_pipe.desc": "Patrz jak ciecz płynie przez rurę z okienkiem. Użyj klucza na prostej rurze, aby dodać do niej okno.", - "advancement.create.water_supply": "Wysysacz kałuż", - "advancement.create.water_supply.desc": "Użyj ssącą końcówkę rury lub pompy aby wessać blok wody.", - "advancement.create.hose_pulley": "Wyciek przemysłowy", - "advancement.create.hose_pulley.desc": "Obniż krążek z wężem, aby osuszyć lub wypełnić płynem jakiś obszar.", - "advancement.create.chocolate_bucket": "Świat wyobraźni", - "advancement.create.chocolate_bucket.desc": "Zdobądź wiadro płynnej czekolady.", - "advancement.create.honey_drain": "Autonomiczne pszczelarstwo", - "advancement.create.honey_drain.desc": "Użyj rur, aby pompować miód z gniazda lub ula.", - "advancement.create.hose_pulley_lava": "Pompa płaszczowa", - "advancement.create.hose_pulley_lava.desc": "Wypompuj lawę ze zbiornika tak dużego, aby był uznawany za nieskończony.", - "advancement.create.steam_engine_maxed": "Pełną parą", - "advancement.create.steam_engine_maxed.desc": "Uruchom boiler na najwyższym stopniu mocy.", - "advancement.create.foods": "Zbalansowana dieta", - "advancement.create.foods.desc": "Użyj tego samego napełniacza, aby stworzyć jagody w czekoladzie, jabłko w miodzie i słodką bułkę.", - "advancement.create.diving_suit_lava": "W magmie z magmołazami.", - "advancement.create.diving_suit_lava.desc": "Spróbuj pływać lawie w swoim miedzianym stroju nurka.§7\n(Ukryty postęp)", - "advancement.create.chained_drain": "Toczymy się", - "advancement.create.chained_drain.desc": "Patrz na przedmiot toczący się po kilku odpływach.§7\n(Ukryty postęp)", - "advancement.create.cross_streams": "Nie krzyżuj strumieni!", - "advancement.create.cross_streams.desc": "Patrz jak dwa płyny stykają się w Toim systemie rur.§7\n(Ukryty postęp)", - "advancement.create.pipe_organ": "Organy mechaniczne", - "advancement.create.pipe_organ.desc": "Dołącz 12 gwizdków parowych o różnej wysokości do jednego zbiornika.§7\n(Ukryty postęp)", - "advancement.create.brass": "Prawdziwe stopy", - "advancement.create.brass.desc": "Zmieszaj miedź i cynk, tworząc mosiądz.", - "advancement.create.brass_casing": "Epoka brązu", - "advancement.create.brass_casing.desc": "Użyj nowo poznany mosiądz i odrobiny drewna, aby wytworzyć ulepszoną obudowę.", - "advancement.create.rose_quartz": "Różowe diamenty", - "advancement.create.rose_quartz.desc": "Wypoleruj trochę różowego kwarcu.", - "advancement.create.deployer": "Dźgnij, postaw i zniszcz", - "advancement.create.deployer.desc": "Postaw i wpraw w ruch aplikator, Twoje idealne odbicie.", - "advancement.create.precision_mechanism": "Skomplikowana ciekawostka", - "advancement.create.precision_mechanism.desc": "Wytwórz precyzyjny mechanizm.", - "advancement.create.speed_controller": "Inżynierowie go nienawidzą!", - "advancement.create.speed_controller.desc": "Postaw sterownik prędkości obrotu, najlepsze narzędzie do zmiany przekładni.", - "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.mechanical_crafter": "Automatyczna konstrukcja", - "advancement.create.mechanical_crafter.desc": "Postaw i zasil kilka mechanicznych stołów rzemieślniczych.", - "advancement.create.crushing_wheel": "Nierozłączna para", - "advancement.create.crushing_wheel.desc": "Wytwórz parę kół kruszących, aby kruszyły więcej materiałów w krótszym czasie.", - "advancement.create.haunted_bell": "Zmysł ciemności", - "advancement.create.haunted_bell.desc": "Zadzwoń nawiedzonym dzwonem.", - "advancement.create.clockwork_bearing": "Jaką mamy godzinę?", - "advancement.create.clockwork_bearing.desc": "Skonstruuj strukturę obracającą się na mechanizmie zegarowym.", - "advancement.create.display_link": "Ważne dane", - "advancement.create.display_link.desc": "Użyj nadajnika wyświetlającego aby wyświetlać informacje.", - "advancement.create.potato_cannon": "W sam środek!", - "advancement.create.potato_cannon.desc": "Pokanaj przeciwnika przy użyciu armaty na ziemniaki.", - "advancement.create.extendo_grip": "Dalej dalej ręce Gadżeta!", - "advancement.create.extendo_grip.desc": "Złap w ręce Wydłużony Chwytak.", - "advancement.create.linked_controller": "Zdalne sterowanie", - "advancement.create.linked_controller.desc": "Aktywuj emiter sygnału za pomocą zdalnego sterownika.", - "advancement.create.arm_blaze_burner": "Automatyczny wlot paliwowy", - "advancement.create.arm_blaze_burner.desc": "Poinstruuj ramię mechaniczne, jak napełniać płomienny palnik.", - "advancement.create.crusher_maxed_0000": "Miażdżąca prędkość", - "advancement.create.crusher_maxed_0000.desc": "Wpraw w ruch parę kół kruszących z maksymalną prędkością.", - "advancement.create.arm_many_targets": "Organizer", - "advancement.create.arm_many_targets.desc": "Zaprogramuj ramię mechaniczne z przynajmniej dziesięcioma miejscami wyjścia.", - "advancement.create.potato_cannon_collide": "Organiczne fajerwerki", - "advancement.create.potato_cannon_collide.desc": "Spraw, aby różne warzywa wystrzelone z armaty na ziemniaki zderzyły się ze sobą.", - "advancement.create.self_deploying": "Witajcie w erze samoobsługi!", - "advancement.create.self_deploying.desc": "Stwórz maszynę wagonikową która kładzie przed sobą tory.", - "advancement.create.fist_bump": "Żółwik!", - "advancement.create.fist_bump.desc": "Spraw, aby dwa aplikatory stuknęły się pięścią.", - "advancement.create.crafter_lazy_000": "Desperacka inżynieria", - "advancement.create.crafter_lazy_000.desc": "Drastycznie zwolnij mechaniczny stół rzemieślniczy, aby odwlec budowę poprawnej infrastruktury.§7\n(Ukryty postęp)", - "advancement.create.extendo_grip_dual": "Najdłuższy chwytak", - "advancement.create.extendo_grip_dual.desc": "Trzymaj wydłużone chwytaki oburącz, aby posiąść nadludzki zasięg.§7\n(Ukryty postęp)", - "advancement.create.musical_arm": "Zagraj coś dla mnie!", - "advancement.create.musical_arm.desc": "Patrz jak mechaniczne ramię obsługuje szafę grającą.", - "advancement.create.sturdy_sheet": "Najtwardsze skały", - "advancement.create.sturdy_sheet.desc": "Stwórz zbity arkusz poprzez rafinację sproszkowanego obsydianu.", - "advancement.create.train_casing_00": "Epoka logistyki", - "advancement.create.train_casing_00.desc": "Użyj zbitych arkuszy, aby stworzyć obudowę dla elementów kolejowych.", - "advancement.create.train": "Wszyscy na pokład!", - "advancement.create.train.desc": "Skonstruuj swój pierwszy pociąg.", - "advancement.create.conductor": "Instruktor konduktor", - "advancement.create.conductor.desc": "Pokieruj maszynistę harmonogramem kolejowym.", - "advancement.create.track_signal": "Kontrola ruchu", - "advancement.create.track_signal.desc": "Postaw sygnał kolejowy.", - "advancement.create.display_board_0": "Dynamiczny rozkład jazdy", - "advancement.create.display_board_0.desc": "Przewidź przyjazd pociągu na swojej tablicy wyświetlającej z pomocą nadajnika wyświetlającego.", - "advancement.create.track_0": "Nowy rozstaw", - "advancement.create.track_0.desc": "Zdobądź tory kolejowe.", - "advancement.create.train_whistle": "Ciuch ciuch!", - "advancement.create.train_whistle.desc": "Skonstruuj parowy gwizdek na swoim pociągu i uruchom go podczas jazdy.", - "advancement.create.train_portal": "Międzywymiarowy konduktor", - "advancement.create.train_portal.desc": "Przejedź pociągiem przez portal do Netheru.", - "advancement.create.track_crafting_factory": "Fabryka torów", - "advancement.create.track_crafting_factory.desc": "Wyprodukuj ponad 1000 torów kolejowych za pomocą tej samej mechanicznej prasy.", - "advancement.create.long_bend": "Najdłuższy zakręt", - "advancement.create.long_bend.desc": "Zbuduj zakrzywioną sekcję torów dłuższą niż 30 bloków.", - "advancement.create.long_train": "Wielkie ambicje", - "advancement.create.long_train.desc": "Stwórz pociąg z przynajmniej sześcioma wagonami.", - "advancement.create.long_travel": "Wielka podróż", - "advancement.create.long_travel.desc": "Wysiądź z siedzenia pociągu ponad 5000 bloków od miejsca początku podróży.", - "advancement.create.train_roadkill": "Zabójstwo na torach", - "advancement.create.train_roadkill.desc": "Przejedź przeciwnika swoim pociągiem.§7\n(Ukryty postęp)", - "advancement.create.red_signal": "Kierowca bombowca", - "advancement.create.red_signal.desc": "Przejedź na czerwonym świetle pociągiem.§7\n(Ukryty postęp)", - "advancement.create.train_crash": "Okropne usługi", - "advancement.create.train_crash.desc": "Doświadcz zderzenia pociągów jako pasażer.§7\n(Ukryty postęp)", - "advancement.create.train_crash_backwards": "Ślepa plamka", - "advancement.create.train_crash_backwards.desc": "Zderz się z innym pociągiem podczas jazdy do tyłu.§7\n(Ukryty postęp)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "UNLOCALIZED: Create", - "itemGroup.create.palettes": "Bloki budowlane Create", - - "death.attack.create.crush": "Gracz %1$s został zgnieciony przez koło kruszące", - "death.attack.create.crush.player": "Gracz %1$s został wrzucony w koła kruszące przez %2$s", - "death.attack.create.fan_fire": "Gracz %1$s poparzył się gorącym powietrzem", - "death.attack.create.fan_fire.player": "Gracz %1$s został wepchnięty w strumień gorącego powietrza przez %2$s", - "death.attack.create.fan_lava": "Gracz %1$s poparzył się kroplami lawy", - "death.attack.create.fan_lava.player": "Gracz %1$s został wepchnięty w strumień kropel lawy przez %2$s", - "death.attack.create.mechanical_drill": "Gracz %1$s nabił się na mechaniczne wiertło", - "death.attack.create.mechanical_drill.player": "Gracz %1$s został wepchnięty na mechaniczne wiertło przez %2$s", - "death.attack.create.mechanical_saw": "Gracz %1$s został przecięty na pół przez mechaniczną piłę", - "death.attack.create.mechanical_saw.player": "Gracz %1$s został wepchnięty na mechaniczną piłę przez %2$s", - "death.attack.create.potato_cannon": "Gracz %1$s został zestrzelowny przez armate na ziemniaki należącą do %2$s", - "death.attack.create.potato_cannon.item": "Gracz %1$s został zestrzelowny przez %2$s z użyciem %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": "Gracz %1$s został wysadzony w powietrze przez uszkodzony zegar z kukułką", - "death.attack.create.run_over": "Gracz %1$s został przejechany przez %2$s", - - "create.block.deployer.damage_source_name": "zbuntowany aplikator", - "create.block.cart_assembler.invalid": "Postaw monter wagoników na torze", - - "create.menu.return": "Powrót do menu", - "create.menu.configure": "Konfiguracja...", - "create.menu.ponder_index": "Katalog analiz", - "create.menu.only_ingame": "Dostępne w menu gry", - "create.menu.report_bugs": "Zgłoś błąd", - "create.menu.support": "Wesprzyj nas", - - "create.recipe.crushing": "Kruszenie", - "create.recipe.milling": "Mielenie", - "create.recipe.fan_washing": "Hurtowe płukanie", - "create.recipe.fan_washing.fan": "Wiatrak za płynącą wodą", - "create.recipe.fan_smoking": "Hurtowe wędzenie", - "create.recipe.fan_smoking.fan": "Wiatrak za ogniem", - "create.recipe.fan_haunting": "Hurtowe nawiedzanie", - "create.recipe.fan_haunting.fan": "Wiatrak za ogniem dusz", - "create.recipe.fan_blasting": "Hurtowe topienie", - "create.recipe.fan_blasting.fan": "Wiatrak za lawą", - "create.recipe.pressing": "Tłoczenie", - "create.recipe.mixing": "Mieszanie", - "create.recipe.deploying": "Aplikowanie", - "create.recipe.automatic_shapeless": "Zautomatyzowanie bezkształtne konstruowanie", - "create.recipe.automatic_brewing": "Zautomatyzowane warzenie", - "create.recipe.packing": "Prasowanie", - "create.recipe.automatic_packing": "Zautomatyzowane pakowanie", - "create.recipe.sawing": "Cięcie", - "create.recipe.mechanical_crafting": "Mechaniczne konstruowanie", - "create.recipe.automatic_shaped": "Zautomatyzowane określone konstruowanie", - "create.recipe.block_cutting": "Cięcie bloków", - "create.recipe.wood_cutting": "Cięcie drewna", - "create.recipe.sandpaper_polishing": "Polerowanie papierem ściernym", - "create.recipe.mystery_conversion": "Tajemnicza przemiana", - "create.recipe.spout_filling": "Napełnianie", - "create.recipe.draining": "Osuszanie", - "create.recipe.item_application": "Manualne aplikowanie przedmiotów", - "create.recipe.item_application.any_axe": "Dowolna siekiera", - "create.recipe.sequenced_assembly": "Składanie", - "create.recipe.assembly.next": "Następnie: %1$s", - "create.recipe.assembly.step": "Krok %1$s:", - "create.recipe.assembly.progress": "Postęp: %1$s/%2$s", - "create.recipe.assembly.pressing": "Sprasuj", - "create.recipe.assembly.spout_filling_fluid": "Napełnij: %1$s", - "create.recipe.assembly.deploying_item": "Przyłącz: %1$s", - "create.recipe.assembly.cutting": "Przetnij piłą", - "create.recipe.assembly.repeat": "Powtórz %1$s razy", - "create.recipe.assembly.junk": "Losowy komponent", - "create.recipe.processing.chance": "%1$s%% szans", - "create.recipe.deploying.not_consumed": "Nie zużyte", - "create.recipe.heat_requirement.none": "Nie wymaga podgrzewania", - "create.recipe.heat_requirement.heated": "Podgrzewane", - "create.recipe.heat_requirement.superheated": "Silnie podgrzewane", - - "create.generic.range": "Zasięg", - "create.generic.radius": "Promień", - "create.generic.width": "Szerokość", - "create.generic.height": "Wysokość", - "create.generic.length": "Długość", - "create.generic.speed": "Prędkość", - "create.generic.delay": "Opóźnienie", - "create.generic.duration": "Czas trwania", - "create.generic.timeUnit": "Jednostka czasu", - "create.generic.unit.ticks": "Tiki", - "create.generic.unit.seconds": "Sekundy", - "create.generic.unit.minutes": "Minuty", - "create.generic.daytime.hour": "Godzina", - "create.generic.daytime.minute": "Minuta", - "create.generic.daytime.second": "Sekunda", - "create.generic.daytime.pm": "UNLOCALIZED: pm", - "create.generic.daytime.am": "UNLOCALIZED: am", - "create.generic.unit.rpm": "Ob/min", - "create.generic.unit.stress": "JO", - "create.generic.unit.degrees": "UNLOCALIZED: °", - "create.generic.unit.millibuckets": "%1$smW", - "create.generic.unit.buckets": "W", - "create.generic.clockwise": "Zgodnie ze wskazówkami zegara", - "create.generic.counter_clockwise": "Przeciwnie do wskazówek zegara", - "create.generic.in_quotes": "UNLOCALIZED: \"%1$s\"", - "create.generic.pitch": "Wysokość: %1$s", - "create.generic.notes": "UNLOCALIZED: F#;F;E;D#;D;C#;C;B;A#;A;G#;G", - - "create.action.scroll": "Przewiń", - "create.action.confirm": "Potwierdź", - "create.action.abort": "Przerwij", - "create.action.saveToFile": "Zapisz", - "create.action.discard": "Odrzuć", - - "create.keyinfo.toolmenu": "Menu narzędzi", - "create.keyinfo.toolbelt": "Uzyskaj dostęp do pobliskich skrzynek na narzędzia", - "create.keyinfo.scrollup": "Symuluj przewijanie w górę (w świecie)", - "create.keyinfo.scrolldown": "Symuluj przewijanie w dół (w świecie)", - - "create.gui.scrollInput.defaultTitle": "Wybierz opcję:", - "create.gui.scrollInput.scrollToModify": "Przewiń, aby zmodyfikować", - "create.gui.scrollInput.scrollToAdjustAmount": "Przewiń, aby dostosować ilość", - "create.gui.scrollInput.scrollToSelect": "Przewiń, aby wybrać", - "create.gui.scrollInput.shiftScrollsFaster": "Naciśnij Shift, aby przewijać szybciej", - "create.gui.toolmenu.focusKey": "Przytrzymaj [%1$s], aby skupić", - "create.gui.toolmenu.cycle": "[SCROLL] przewijać", - - "create.toolbox.unequip": "Pozbądź się: %1$s", - "create.toolbox.outOfRange": "Skrzynka na narzędzia z trzymanym przedmiotem nie jest w zasięgu", - "create.toolbox.detach": "Przestań śledzić i zatrzymaj przedmiot", - "create.toolbox.depositAll": "Przywróć przedmioty do pobliskich skrzynek na narzędzia", - "create.toolbox.depositBox": "Przywróć przedmioty do skrzynki na narzędzia", - - "create.gui.symmetryWand.mirrorType": "Odbicie lustrzane", - "create.gui.symmetryWand.orientation": "Orientacja", - - "create.symmetry.mirror.plane": "Odbij lustrzanie raz", - "create.symmetry.mirror.doublePlane": "Prostokątnie", - "create.symmetry.mirror.triplePlane": "Ośmiokątnie", - - "create.orientation.orthogonal": "ortogonalnie", - "create.orientation.diagonal": "ukośnie", - "create.orientation.horizontal": "poziomo", - "create.orientation.alongZ": "Wzdłuż Z", - "create.orientation.alongX": "Wzdłuż X", - - "create.gui.terrainzapper.title": "Ręczny kształter", - "create.gui.terrainzapper.searchDiagonal": "Wzdłuż linii ukośnych", - "create.gui.terrainzapper.searchFuzzy": "Ignoruj krawędzie materiałów", - "create.gui.terrainzapper.patternSection": "Wzór", - "create.gui.terrainzapper.pattern.solid": "Ciągły", - "create.gui.terrainzapper.pattern.checkered": "Szachownica", - "create.gui.terrainzapper.pattern.inversecheckered": "Odrócona szachownica", - "create.gui.terrainzapper.pattern.chance25": "Obrót o 25%", - "create.gui.terrainzapper.pattern.chance50": "Obrót o 50%", - "create.gui.terrainzapper.pattern.chance75": "Obrót o 75%", - "create.gui.terrainzapper.placement": "Położenie", - "create.gui.terrainzapper.placement.merged": "Połączony", - "create.gui.terrainzapper.placement.attached": "Przyłączony", - "create.gui.terrainzapper.placement.inserted": "Wstawiony", - "create.gui.terrainzapper.brush": "Pędzel", - "create.gui.terrainzapper.brush.cuboid": "Prostopadłościan", - "create.gui.terrainzapper.brush.sphere": "Kula", - "create.gui.terrainzapper.brush.cylinder": "Walec", - "create.gui.terrainzapper.brush.surface": "Powierzchnia", - "create.gui.terrainzapper.brush.cluster": "Grupa", - "create.gui.terrainzapper.tool": "Narzędzie", - "create.gui.terrainzapper.tool.fill": "Wypełnianie", - "create.gui.terrainzapper.tool.place": "Stawianie", - "create.gui.terrainzapper.tool.replace": "Zamiana", - "create.gui.terrainzapper.tool.clear": "Czyszczenie", - "create.gui.terrainzapper.tool.overlay": "Pokrywanie", - "create.gui.terrainzapper.tool.flatten": "Wypłaszczanie", - - "create.terrainzapper.shiftRightClickToSet": "Shift+Prawe kliknięcie, aby wybrać kształt", - "create.terrainzapper.usingBlock": "Używając: %1$s", - "create.terrainzapper.leftClickToSet": "Kliknij LPM na blok aby ustawić materiał", - - "create.minecart_coupling.two_couplings_max": "Wagoniki nie mogą mieć więcej niż dwa łączniki każdy", - "create.minecart_coupling.unloaded": "Część twojego pociągu wydaje się być w niezaładowanych Chunkach.", - "create.minecart_coupling.no_loops": "Łączniki nie mogą tworzyć pętli", - "create.minecart_coupling.removed": "Usunięto z wagonika wszystkie łączniki", - "create.minecart_coupling.too_far": "Wagoniki są zbyt daleko od siebie", - - "create.contraptions.movement_mode": "Tryb poruszania", - "create.contraptions.movement_mode.move_place": "Zawsze stawiaj przy zatrzymaniu", - "create.contraptions.movement_mode.move_place_returned": "Stawiaj jedynie w pozycji startu", - "create.contraptions.movement_mode.move_never_place": "Stawiaj jedynie, gdy kotwica jest zniszczona", - "create.contraptions.movement_mode.rotate_place": "Zawsze stawiaj przy zatrzymaniu", - "create.contraptions.movement_mode.rotate_place_returned": "Stawiaj jedynie blisko kąta początkowego", - "create.contraptions.movement_mode.rotate_never_place": "Stawiaj jedynie, gdy kotwica jest zniszczona\n", - "create.contraptions.cart_movement_mode": "Tryb poruszania wagonika", - "create.contraptions.cart_movement_mode.rotate": "Zawsze kieruj w stronę ruchu", - "create.contraptions.cart_movement_mode.rotate_paused": "Zatrzymaj komponenty podczas obrotu", - "create.contraptions.cart_movement_mode.rotation_locked": "Zablokuj obrót", - "create.contraptions.windmill.rotation_direction": "Kierunek obrotu", - "create.contraptions.clockwork.clock_hands": "Wskazówki zegara", - "create.contraptions.clockwork.hour_first": "Najpierw wskazówka godzinowa", - "create.contraptions.clockwork.minute_first": "Najpierw wskazówka minutowa", - "create.contraptions.clockwork.hour_first_24": "Najpierw wskazówka 24-godzinna", - - "create.logistics.filter": "Filtr", - "create.logistics.recipe_filter": "Filtr receptur", - "create.logistics.fluid_filter": "Filtr płynów", - "create.logistics.firstFrequency": "Częst. #1", - "create.logistics.secondFrequency": "Częst. #2", - "create.logistics.filter.apply": "Zastosowano filtr na %1$s.", - "create.logistics.filter.apply_click_again": "Zastosowano filtr na %1$s; kliknij ponownie, aby skopiować ilość.", - "create.logistics.filter.apply_count": "Zastosowano limit wyciągania do filtra.", - - "create.gui.goggles.generator_stats": "Właściwości generatora:", - "create.gui.goggles.kinetic_stats": "Właściwości kinetyczne:", - "create.gui.goggles.at_current_speed": "przy obecnej prędkości", - "create.gui.goggles.pole_length": "Długość przedłużenia:", - "create.gui.goggles.fluid_container": "Informacje o zbiorniku:", - "create.gui.goggles.fluid_container.capacity": "Pojemność:", - "create.gui.assembly.exception": "Nie udało się zmontować maszyny:", - "create.gui.assembly.exception.unmovableBlock": "Nieprzesuwalny bloki (%4$s) na [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "Blok na [%1$s,%2$s,%3$s] nie był w załadowanym Chunku", - "create.gui.assembly.exception.structureTooLarge": "Zbyt dużo bloków w maszynie. Ustawione maksimum to: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "Zbyt dużo przedłużeń tłoka. Ustawione maksimum to: %1$s", - "create.gui.assembly.exception.noPistonPoles": "Brakuje kilku przedłużeń tłoka", - "create.gui.assembly.exception.not_enough_sails": "Przyczepiona struktura nie zawiera wystarczająco żaglo-podobnych bloków: %1$s Wymagane minimum to %2$s", - "create.gui.gauge.info_header": "Informacje miernika:", - "create.gui.speedometer.title": "Prędkość obrotu", - "create.gui.stressometer.title": "Obciążenie systemu", - "create.gui.stressometer.capacity": "Pozostała pojemność", - "create.gui.stressometer.overstressed": "Przeciążenie", - "create.gui.stressometer.no_rotation": "Brak obrotu", - "create.gui.contraptions.not_fast_enough": "Wygląda na to, że %1$s_nie_ obraca się z _wystarczającą_ _prędkością_.", - "create.gui.contraptions.network_overstressed": "Wygląda na to, że ta maszyna jest _przeciążona_. Dodaj więcej źródeł lub _spowolnij_ komponenty z wysoką _wartością_ _obciążenia_.", - "create.gui.adjustable_crate.title": "Regulowana skrzynka", - "create.gui.adjustable_crate.storageSpace": "Pojemność", - "create.gui.stockpile_switch.title": "Przełącznik zawartościowy", - "create.gui.stockpile_switch.invert_signal": "Odwróć sygnał", - "create.gui.stockpile_switch.move_to_lower_at": "Zmień na niższą wartość przy %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "Zmień na wyższą wartość przy %1$s%%", - "create.gui.sequenced_gearshift.title": "Przekładnik sekwencjonalny", - "create.gui.sequenced_gearshift.instruction": "Instrukcja", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Obróć o kąt", - "create.gui.sequenced_gearshift.instruction.turn_angle": "Obróć", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Kąt", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Obróć, aby przesunąć tłok/krążek/przenośnik suwnicowy", - "create.gui.sequenced_gearshift.instruction.turn_distance": "Tłok", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Dystans", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Opóźnienie czasowe", - "create.gui.sequenced_gearshift.instruction.delay": "Opóźn.", - "create.gui.sequenced_gearshift.instruction.delay.duration": "Czas trwania", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "Koniec", - "create.gui.sequenced_gearshift.instruction.end": "Koniec", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "Czekaj na kolejny puls", - "create.gui.sequenced_gearshift.instruction.await": "Czekaj", - "create.gui.sequenced_gearshift.speed": "Prędkość, kierunek", - "create.gui.sequenced_gearshift.speed.forward": "Prędkość wejściowa, do przodu", - "create.gui.sequenced_gearshift.speed.forward_fast": "Podwójna prędkość, do przodu", - "create.gui.sequenced_gearshift.speed.back": "Prędkość wejściowa, odwrotnie", - "create.gui.sequenced_gearshift.speed.back_fast": "Podwójna prędkość, odwrotnie", - - "create.schematicAndQuill.dimensions": "Wielkość schematu: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "Ustawiono pierwszą pozycję.", - "create.schematicAndQuill.secondPos": "Ustawiono drugą pozycję.", - "create.schematicAndQuill.noTarget": "Trzymaj [Ctrl], aby zaznaczyć bloki powietrza.", - "create.schematicAndQuill.abort": "Usunięto zaznaczenie.", - "create.schematicAndQuill.title": "Nazwa schematu:", - "create.schematicAndQuill.convert": "Zapisz i wyślij natychmiastowo", - "create.schematicAndQuill.fallbackName": "Nowy schemat", - "create.schematicAndQuill.saved": "Zapisano jako %1$s", - - "create.schematic.invalid": "[!] Nieprawidłowy przedmiot - użyj stołu do planowania", - "create.schematic.position": "Pozycja", - "create.schematic.rotation": "Obrót", - "create.schematic.rotation.none": "Brak", - "create.schematic.rotation.cw90": "Zgodnie z zegarem 90", - "create.schematic.rotation.cw180": "Zgodnie z zegarem 180", - "create.schematic.rotation.cw270": "Zgodnie z zegarem 270", - "create.schematic.mirror": "Odbij", - "create.schematic.mirror.none": "Brak", - "create.schematic.mirror.frontBack": "Przód-tył", - "create.schematic.mirror.leftRight": "Prawo-lewo", - "create.schematic.tool.deploy": "Pozycja", - "create.schematic.tool.move": "Przesuń XZ", - "create.schematic.tool.movey": "Przesuń Y", - "create.schematic.tool.rotate": "Obróć", - "create.schematic.tool.print": "Drukuj", - "create.schematic.tool.flip": "Odbij", - "create.schematic.tool.deploy.description.0": "Przesuwa strukturę na pozycję.", - "create.schematic.tool.deploy.description.1": "Kliknij PPM na ziemię, aby postawić.", - "create.schematic.tool.deploy.description.2": "Trzymaj [Ctrl], aby zaznaczyć w określonej odległości.", - "create.schematic.tool.deploy.description.3": "[Ctrl]+Przewijanie, aby zmienić dystans", - "create.schematic.tool.move.description.0": "Przesuwa schemat poziomo.", - "create.schematic.tool.move.description.1": "Wskaż na schemat i [Ctrl]+Przewijaj, aby popchnąć.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "Przesuwa schemat pionowo.", - "create.schematic.tool.movey.description.1": "[Ctrl]+Przewijanie, aby przesunąć w górę/dół.", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "Obraca schemat wokół jego środka.", - "create.schematic.tool.rotate.description.1": "[Ctrl]+Przewijanie, aby obrócić o 90 stopni.", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "Natychmiastowo stawia strukturę w świecie.", - "create.schematic.tool.print.description.1": "Kliknij PPM, aby potwierdzić ustawienie w obecnej pozycji.", - "create.schematic.tool.print.description.2": "Ta funkcja jest tylko dla trybu kreatywnego.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "Odbija schemat w stronę, w jakiej wskazałeś.", - "create.schematic.tool.flip.description.1": "Wskaż na schemat [Ctrl]+Przewijaj, aby odbić", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "Synchronizacja...", - "create.schematics.uploadTooLarge": "Twój schemat przekracza limity ustanowione przez serwer.", - "create.schematics.maxAllowedSize": "Maksymalna wielkość schematu to:", - - "create.gui.schematicTable.refresh": "Odśwież pliki", - "create.gui.schematicTable.open_folder": "Otwórz folder", - "create.gui.schematicTable.title": "Stół do planowania", - "create.gui.schematicTable.availableSchematics": "Dostępne schematy", - "create.gui.schematicTable.noSchematics": "Brak zapisanych schematów", - "create.gui.schematicTable.uploading": "Wysyłanie...", - "create.gui.schematicTable.finished": "Wysyłanie zakończone!", - "create.gui.schematicannon.title": "Schematoarmata", - "create.gui.schematicannon.listPrinter": "Drukowanie listy", - "create.gui.schematicannon.gunpowderLevel": "Ilość prochu: %1$s%%", - "create.gui.schematicannon.shotsRemaining": "Pozostałe wystrzały: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "Wliczając zapas: %1$s", - "create.gui.schematicannon.optionEnabled": "Obecnie włączone", - "create.gui.schematicannon.optionDisabled": "Obecnie wyłączone\n", - "create.gui.schematicannon.showOptions": "Pokaż ustawienia drukowania", - "create.gui.schematicannon.option.dontReplaceSolid": "Nie zastępuj stałych bloków", - "create.gui.schematicannon.option.replaceWithSolid": "Zastępuj stałe stałymi", - "create.gui.schematicannon.option.replaceWithAny": "Zastępuj stałe dowolnymi", - "create.gui.schematicannon.option.replaceWithEmpty": "Zastępuj stałe pustymi", - "create.gui.schematicannon.option.skipMissing": "Pomijaj brakujące bloki", - "create.gui.schematicannon.option.skipTileEntities": "Chroń byty bloków", - "create.gui.schematicannon.slot.gunpowder": "Dodaj prochu, aby załadować armatę", - "create.gui.schematicannon.slot.listPrinter": "Daj tu książki, aby wydrukować listę", - "create.gui.schematicannon.slot.schematic": "Daj tu swój schemat. Upewnij się, że jest postawiony w odpowiednim miejscu.", - "create.gui.schematicannon.option.skipMissing.description": "Jeśli armata nie znajdzie wymaganego bloku, przejdzie w następne miejsce", - "create.gui.schematicannon.option.skipTileEntities.description": "Armata będzie unikać zastępowania bloków przechowujących dane, takich jak skrzynie.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "Armata nigdy nie będzie zastępować jakichkolwiek stałych bloków, jedynie nie-stałe i powietrze.", - "create.gui.schematicannon.option.replaceWithSolid.description": "Armata będzie zastępować stałe bloki jedynie, jeśli schemat zawiera stały blok w tym miejscu.", - "create.gui.schematicannon.option.replaceWithAny.description": "Armata będzie zastępować stałe bloki jedynie, jeśli schemat zawiera dowolny blok w tym miejscu.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "Armata usunie wszystkie bloki, wliczając te zastępowane przez powietrze.", - - "create.schematicannon.status.idle": "Niepracująca", - "create.schematicannon.status.ready": "Gotowa", - "create.schematicannon.status.running": "Działająca", - "create.schematicannon.status.finished": "Ukończone", - "create.schematicannon.status.paused": "Wstrzymana", - "create.schematicannon.status.stopped": "Zatrzymana", - "create.schematicannon.status.noGunpowder": "Koniec prochu", - "create.schematicannon.status.targetNotLoaded": "Cel nie jest załadowany", - "create.schematicannon.status.targetOutsideRange": "Cel jest za daleko", - "create.schematicannon.status.searching": "Szukanie", - "create.schematicannon.status.skipping": "Pomijanie", - "create.schematicannon.status.missingBlock": "Brakujący przedmiot:", - "create.schematicannon.status.placing": "Stawianie", - "create.schematicannon.status.clearing": "Usuwanie bloków", - "create.schematicannon.status.schematicInvalid": "Nieprawidłowy schemat", - "create.schematicannon.status.schematicNotPlaced": "Schemat nieustawiony", - "create.schematicannon.status.schematicExpired": "Schemat wygasł", - - "create.materialChecklist": "Lista materiałów", - "create.materialChecklist.blocksNotLoaded": "* Zastrzeżenie *\\n\\n Lista materiałów może być niedokładna, bo znaczące Chunki nie są załadowane.", - - "create.gui.filter.deny_list": "Lista zabroniona", - "create.gui.filter.deny_list.description": "Przedmioty są przepuszczane, jeśli NIE pasują do żadnego z powyższych. Pusta lista przepuszcza wszystko.", - "create.gui.filter.allow_list": "Lista dozwolona", - "create.gui.filter.allow_list.description": "Przedmioty są przepuszczane, jeśli pasują do któregoś z powyższych. Pusta lista odrzuca wszystko", - "create.gui.filter.respect_data": "Bierz dane pod uwagę", - "create.gui.filter.respect_data.description": "Przedmioty pasują jedynie, jeśli ich wytrzymałość, zaklęcia i inne właściwości również pasują.", - "create.gui.filter.ignore_data": "Ignoruj dane", - "create.gui.filter.ignore_data.description": "Przedmioty pasują pomimo ich właściwości.", - - "create.item_attributes.placeable": "jest stawialny", - "create.item_attributes.placeable.inverted": "nie jest stawialny", - "create.item_attributes.consumable": "jadalny", - "create.item_attributes.consumable.inverted": "niejadalny", - "create.item_attributes.fluid_container": "może przechowywać płyny", - "create.item_attributes.fluid_container.inverted": "nie może przechowywać płynów", - "create.item_attributes.enchanted": "jest zaklęty", - "create.item_attributes.enchanted.inverted": "nie jest zaklęty", - "create.item_attributes.max_enchanted": "jest zaklęte na maksymalny poziom", - "create.item_attributes.max_enchanted.inverted": "nie jest zaklęte na maksymalny poziom", - "create.item_attributes.renamed": "posiada niestandardową nazwę", - "create.item_attributes.renamed.inverted": "nie posiada niestandardowej nazwy", - "create.item_attributes.damaged": "jest uszkodzony", - "create.item_attributes.damaged.inverted": "nie jest uszkodzony", - "create.item_attributes.badly_damaged": "jest silnie uszkodzony", - "create.item_attributes.badly_damaged.inverted": "nie jest silnie uszkodzony", - "create.item_attributes.not_stackable": "nie może być grupowany", - "create.item_attributes.not_stackable.inverted": "może być grupowany", - "create.item_attributes.equipable": "może zostać założony", - "create.item_attributes.equipable.inverted": "nie może zostać założony", - "create.item_attributes.furnace_fuel": "jest paliwem dla pieca", - "create.item_attributes.furnace_fuel.inverted": "nie jest paliwem dla pieca", - "create.item_attributes.washable": "może zostać opłukany", - "create.item_attributes.washable.inverted": "nie może zostać opłukany", - "create.item_attributes.hauntable": "może zostać nawiedzony", - "create.item_attributes.hauntable.inverted": "nie może zostać nawiedzony", - "create.item_attributes.crushable": "może być rozkruszony", - "create.item_attributes.crushable.inverted": "nie może być rozkruszony", - "create.item_attributes.smeltable": "może zostać przepalony", - "create.item_attributes.smeltable.inverted": "nie może zostać przepalony", - "create.item_attributes.smokable": "może być wędzony", - "create.item_attributes.smokable.inverted": "nie może być wędzony", - "create.item_attributes.blastable": "może być stopiony w piecu hutniczym", - "create.item_attributes.blastable.inverted": "nie może być stopiony w piecu hutniczym", - "create.item_attributes.compostable": "może być kompostowane", - "create.item_attributes.compostable.inverted": "nie może być kompostowane", - "create.item_attributes.shulker_level": "jest %1$s", - "create.item_attributes.shulker_level.inverted": "nie jest %1$s", - "create.item_attributes.shulker_level.full": "pełna", - "create.item_attributes.shulker_level.empty": "pusta", - "create.item_attributes.shulker_level.partial": "częściowo wypełniona", - "create.item_attributes.in_tag": "posiada znacznik %1$s", - "create.item_attributes.in_tag.inverted": "nie posiada znacznika %1$s", - "create.item_attributes.in_item_group": "jest w grupie \"%1$s\"", - "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.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", - "create.item_attributes.color.inverted": "nie jest zafarbowane, kolor %1$s", - "create.item_attributes.has_fluid": "zawiera %1$s", - "create.item_attributes.has_fluid.inverted": "nie zawiera %1$s", - "create.item_attributes.has_name": "posiada nazwę %1$s", - "create.item_attributes.has_name.inverted": "nie posiada nazwy %1$s", - "create.item_attributes.book_author": "autorem jest %1$s", - "create.item_attributes.book_author.inverted": "autorem nie jest %1$s", - "create.item_attributes.book_copy_original": "jest oryginałem", - "create.item_attributes.book_copy_original.inverted": "nie jest oryginałem", - "create.item_attributes.book_copy_first": "jest kopią oryginału", - "create.item_attributes.book_copy_first.inverted": "nie jest kopią oryginału", - "create.item_attributes.book_copy_second": "jest kopią kopii", - "create.item_attributes.book_copy_second.inverted": "nie jest kopią kopii", - "create.item_attributes.book_copy_tattered": "jest postrzępiona", - "create.item_attributes.book_copy_tattered.inverted": "nie jest postrzępiona", - "create.item_attributes.astralsorcery_amulet": "ulepsza %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "nie ulepsza %1$s", - "create.item_attributes.astralsorcery_constellation": "jest dopasowany do %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "nie jest dopasowany do %1$s", - "create.item_attributes.astralsorcery_crystal": "posiada właściwości kryształu %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "nie posiada właściwości kryształu %1$s", - "create.item_attributes.astralsorcery_perk_gem": "posiada dodatkową właściwość %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "nie posiada dodatkowej właściwości %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "Brak wybranych właściwości", - "create.gui.attribute_filter.selected_attributes": "Wybrane właściwości:", - "create.gui.attribute_filter.add_attribute": "Dodaj właściwość do listy ", - "create.gui.attribute_filter.add_inverted_attribute": "Dodaj przeciwną właściwość do listy", - "create.gui.attribute_filter.allow_list_disjunctive": "Lista dozwolona (dowolny)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "Przedmioty są przepuszczane jedynie, jeśli posiada dowolny z wybranych właściwości.", - "create.gui.attribute_filter.allow_list_conjunctive": "Lista dozwolona (wszystkie)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "Przedmioty są przepuszczane jedynie, jeśli posiada WSZYSTKIE z wybranych właściwości.", - "create.gui.attribute_filter.deny_list": "Lista zabroniona", - "create.gui.attribute_filter.deny_list.description": "Przedmioty są przepuszczane jedynie, jeśli nie posiadają ŻADNEGO z wybranych właściwości.", - "create.gui.attribute_filter.add_reference_item": "Dodaj przedmiot źródłowy", - - "create.tooltip.holdForDescription": "Przytrzymaj [%1$s], aby zobaczyć podsumowanie", - "create.tooltip.holdForControls": "Przytrzymaj [%1$s], aby zobaczyć sterowanie", - "create.tooltip.keyShift": "Shift", - "create.tooltip.keyCtrl": "Ctrl", - "create.tooltip.speedRequirement": "Wymagana prędkość: %1$s", - "create.tooltip.speedRequirement.none": "Brak", - "create.tooltip.speedRequirement.slow": "Wolna", - "create.tooltip.speedRequirement.medium": "Umiarkowana", - "create.tooltip.speedRequirement.fast": "Wysoka", - "create.tooltip.stressImpact": "Wpływ na obciążenie: %1$s", - "create.tooltip.stressImpact.low": "Niski", - "create.tooltip.stressImpact.medium": "Umiarkowany", - "create.tooltip.stressImpact.high": "Wysoki", - "create.tooltip.stressImpact.overstressed": "Przeciążenie", - "create.tooltip.up_to": "Maksymalnie: %1$s", - "create.tooltip.capacityProvided": "Odporność na obciążenie: %1$s", - "create.tooltip.capacityProvided.low": "Niska", - "create.tooltip.capacityProvided.medium": "Średnia", - "create.tooltip.capacityProvided.high": "Wysoka", - "create.tooltip.generationSpeed": "Wytwarza %1$s %2$s", - "create.tooltip.analogStrength": "Siła analogowa: %1$s/15", - - "create.mechanical_arm.extract_from": "Wyciągaj przedmioty z %1$s", - "create.mechanical_arm.deposit_to": "Wkładaj przedmioty do %1$s", - "create.mechanical_arm.summary": "Mechaniczne ramię ma %1$s wejść i %2$s wyjść.", - "create.mechanical_arm.points_outside_range": "Usunięto %1$s wybranych punktów interakcji z powodu limitów zasięgu", - - "create.weighted_ejector.target_set": "Wybrano cel", - "create.weighted_ejector.target_not_valid": "Wyrzuca do przylegających bloków (cel był nieprawidłowy)", - "create.weighted_ejector.no_target": "Wyrzuca do przylegających bloków (nie wybrano celu)", - "create.weighted_ejector.targeting": "Wyrzuca do [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "Wielkość wyrzucanego stosu", - - "create.logistics.when_multiple_outputs_available": "Kiedy wybrano wiele wyjść", - - "create.mechanical_arm.selection_mode.round_robin": "Dookoła", - "create.mechanical_arm.selection_mode.forced_round_robin": "Dookoła (wymuszone)", - "create.mechanical_arm.selection_mode.prefer_first": "Preferuj pierwszy cel", - - "create.tunnel.selection_mode.split": "Podziel", - "create.tunnel.selection_mode.forced_split": "Wymuś podział", - "create.tunnel.selection_mode.round_robin": "Dookoła", - "create.tunnel.selection_mode.forced_round_robin": "Dookoła (wymuszone)", - "create.tunnel.selection_mode.prefer_nearest": "Preferuj najbliższe", - "create.tunnel.selection_mode.randomize": "Losowo", - "create.tunnel.selection_mode.synchronize": "Synchronizuj wejścia", - - "create.tooltip.chute.header": "Informacja o zsypie", - "create.tooltip.chute.items_move_down": "Przedmioty w dół", - "create.tooltip.chute.items_move_up": "Przedmioty w górę", - "create.tooltip.chute.no_fans_attached": "Brak przyłączonych wiatraków", - "create.tooltip.chute.fans_push_up": "Wiatraki pchają od dołu", - "create.tooltip.chute.fans_push_down": "Wiatraki pchają od góry", - "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.deployer.header": "UNLOCALIZED: Deployer Information", - "create.tooltip.deployer.using": "Tryb: Używaj", - "create.tooltip.deployer.punching": "Tryb: Atakowanie", - "create.tooltip.deployer.contains": "Przedmiot: %1$s x%2$s", - "create.tooltip.brass_tunnel.contains": "Aktualnie przenosi:", - "create.tooltip.brass_tunnel.contains_entry": "> %2$sx %1$s", - "create.tooltip.brass_tunnel.retrieve": "Kliknij prawym przyciskiem, aby zabrać", - - "create.linked_controller.bind_mode": "Tryb przypisywania aktywny", - "create.linked_controller.press_keybind": "Naciśnij %1$s, %2$s, %3$s, %4$s, %5$s lub %6$s, aby przypisać częstotliwość do odpowiadającego przycisku", - "create.linked_controller.key_bound": "Przypisano częstotliwość do przycisku %1$s", - "create.linked_controller.frequency_slot_1": "Przycisk: %1$s, częst. #1", - "create.linked_controller.frequency_slot_2": "Przycisk: %1$s, częst. #2", - - "create.crafting_blueprint.crafting_slot": "Slot na składnik", - "create.crafting_blueprint.filter_items_viable": "Zaawansowane filtry są dopuszczalne", - "create.crafting_blueprint.display_slot": "Slot demonstracyjny", - "create.crafting_blueprint.inferred": "Pobierany z receptury", - "create.crafting_blueprint.manually_assigned": "Przypisany ręcznie", - "create.crafting_blueprint.secondary_display_slot": "Dodatkowy slot demonstracyjny", - "create.crafting_blueprint.optional": "Opcjonalny", - - "create.potato_cannon.ammo.attack_damage": "%1$s do obrażeń", - "create.potato_cannon.ammo.reload_ticks": "%1$s na przeładowanie", - "create.potato_cannon.ammo.knockback": "%1$s do odrzutu", - - "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", - "create.hint.mechanical_arm_no_targets": "Wygląda na to, że żadne _cele_ nie zostały przypisane do tego _mechanicznego_ _ramienia_. Wybierz taśmociągi, składnice, lejki i inne bloki _klikając_ na nie _PPM_, trzymając w _ręce_ _mechaniczne_ _ramię_", - "create.hint.empty_bearing.title": "Aktualizuj łożysko", - "create.hint.empty_bearing": "_Kliknij_ na łożysko _PPM_ pustą ręką, aby _przyczepić_ do niego strukturę zbudowaną z przodu.", - "create.hint.full_deployer.title": "Nadmiar przedmiotów w aplikatorze", - "create.hint.full_deployer": "Wygląda na to, że ten _aplikator_ zawiera _nadmiar_ _przedmiotów_, które muszą zostać _wyciągnięte_. Użyj _leji_, _lejków_ lub innych sposobów, aby uwolnić od przepełnienia.", - - "create.backtank.low": "Niskie ciśnienie zbiornika", - "create.backtank.depleted": "Ciśnienie zbiornika wyczerpane", - - "create.hint.derailed_train.title": "Wykolejony pociąg", - "create.hint.derailed_train": "Ten _pociąg_ nie jest umiejscowiony na połączonej sekcji torów. _Kliknij PPM_ za pomocą _klucza_, aby umiejscowić go na innym torze.", - - "create.boiler.status": "Stan boilera: %1$s", - "create.boiler.status_short": "Boiler: %1$s", - "create.boiler.passive": "Bierny", - "create.boiler.idle": "W spoczynku", - "create.boiler.lvl": "Stopień mocy: %1$s", - "create.boiler.max_lvl": "Maks.", - "create.boiler.size": "Wielkość", - "create.boiler.size_dots": "....... ", - "create.boiler.water": "Woda", - "create.boiler.water_dots": "... ", - "create.boiler.heat": "Ciepło", - "create.boiler.heat_dots": "...... ", - "create.boiler.via_one_engine": "poprzez 1 silnik", - "create.boiler.via_engines": "poprzez %1$s silniki(ów)", - - "create.gui.schedule.lmb_edit": "Kliknij LPM, aby edytować", - "create.gui.schedule.rmb_remove": "Kliknij PPM, aby usunąć", - "create.gui.schedule.duplicate": "Duplikuj", - "create.gui.schedule.remove_entry": "Usuń czynność", - "create.gui.schedule.add_entry": "Dodaj czynność", - "create.gui.schedule.move_up": "Przenieś w górę", - "create.gui.schedule.move_down": "Przenieś w dół", - "create.gui.schedule.add_condition": "Dodaj warunek", - "create.gui.schedule.alternative_condition": "Alternatywny warunek", - - "create.schedule.instruction_type": "Następna czynność:", - "create.schedule.instruction.editor": "Edytor instrukcji", - "create.schedule.instruction.destination": "Jedź do stacji", - "create.schedule.instruction.destination.summary": "Następny przystanek:", - "create.schedule.instruction.filter_edit_box": "Nazwa stacji", - "create.schedule.instruction.filter_edit_box_1": "Użyj * jako symbolu wieloznacznego", - "create.schedule.instruction.filter_edit_box_2": "Przykład: 'Moja stacja, peron *'", - "create.schedule.instruction.filter_edit_box_3": "Pociąg wybiera najbliższe niezajęte miejsce", - "create.schedule.instruction.rename": "Aktualizuj tytuł harmonogramu", - "create.schedule.instruction.rename.summary": "Nowy tytuł:", - "create.schedule.instruction.name_edit_box": "Tytuł harmonogramu", - "create.schedule.instruction.name_edit_box_1": "Wpływa na tekst pokazany na wyświetlaczach", - "create.schedule.instruction.name_edit_box_2": "Domyślnie - nazwa następnego celu", - "create.schedule.instruction.throttle": "Zmień prędkość", - "create.schedule.instruction.throttle.summary": "Zmień prędkość na %1$s", - "create.schedule.instruction.throttle_edit_box": "Prędkość", - "create.schedule.instruction.throttle_edit_box_1": "Wpływa na maksymalną prędkość pociągu", - "create.schedule.condition_type": "Kontynuuj jeżeli/po", - "create.schedule.condition.editor": "Edytor warunków", - "create.schedule.condition.delay": "Zaplanowane opóźnienie", - "create.schedule.condition.delay_short": "Czekaj: %1$s", - "create.schedule.condition.delay.status": "Odjeżdża za %1$s", - "create.schedule.condition.idle": "Brak aktywności ładunku", - "create.schedule.condition.idle_short": "Ładunek nieaktywny: %1$s", - "create.schedule.condition.idle.status": "Ładunek nieaktywny przez %1$s", - "create.schedule.condition.for_x_time": "przez %1$s", - "create.schedule.condition.unloaded": "Chunk niezaładowany", - "create.schedule.condition.unloaded.status": "Czekanie na wyładowanie chunku", - "create.schedule.condition.powered": "Stacja zasilona", - "create.schedule.condition.powered.status": "Czekanie na sygnał redstone", - "create.schedule.condition.time_of_day": "Godzina", - "create.schedule.condition.time_of_day.scheduled": "Zaplanowany czas: %1$s", - "create.schedule.condition.time_of_day.digital_format": "%1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "Obieg", - "create.schedule.condition.time_of_day.rotation.every_24": "Codziennie", - "create.schedule.condition.time_of_day.rotation.every_12": "Co 12 godzin", - "create.schedule.condition.time_of_day.rotation.every_6": "Co 6 godzin", - "create.schedule.condition.time_of_day.rotation.every_4": "Co 4 godziny", - "create.schedule.condition.time_of_day.rotation.every_3": "Co 3 godziny", - "create.schedule.condition.time_of_day.rotation.every_2": "Co 2 godziny", - "create.schedule.condition.time_of_day.rotation.every_1": "Co godzinę", - "create.schedule.condition.time_of_day.rotation.every_0_45": "Co 45 minut", - "create.schedule.condition.time_of_day.rotation.every_0_30": "Co 30 minut", - "create.schedule.condition.time_of_day.rotation.every_0_15": "Co 15 minut", - "create.schedule.condition.time_of_day.status": "Odjeżdża o ", - "create.schedule.condition.threshold.train_holds": "Pociąg zawiera %1$s", - "create.schedule.condition.threshold.greater": "więcej niż", - "create.schedule.condition.threshold.less": "mniej niż", - "create.schedule.condition.threshold.equal": "dokładnie", - "create.schedule.condition.threshold.x_units_of_item": "%1$s %2$s: %3$s", - "create.schedule.condition.threshold.matching_content": "Pasująca zawartość", - "create.schedule.condition.threshold.anything": "Cokolwiek", - "create.schedule.condition.threshold.item_measure": "Jednostka przedmiotów", - "create.schedule.condition.threshold.items": "Przemioty", - "create.schedule.condition.threshold.stacks": "Stosy", - "create.schedule.condition.threshold.buckets": "Wiadra", - "create.schedule.condition.threshold.status": "Ładunek: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "Przedmiot odniesienia", - "create.schedule.condition.threshold.place_item_2": "Filtry mogą zostać użyte", - "create.schedule.condition.threshold.place_item_3": "Pozostaw puste, aby dopasować cokolwiek", - "create.schedule.condition.fluid_threshold": "Warunek ładunku płynów", - "create.schedule.condition.item_threshold": "Warunek ładunku przedmiotów", - "create.schedule.condition.redstone_link": "Emiter sygnału", - "create.schedule.condition.redstone_link.status": "Czekanie na emiter sygnału", - "create.schedule.condition.redstone_link_on": "Emiter włączony", - "create.schedule.condition.redstone_link_off": "Emiter wyłączony", - "create.schedule.condition.redstone_link.powered": "Zasilony", - "create.schedule.condition.redstone_link.unpowered": "Nie zasilony", - "create.schedule.condition.redstone_link.frequency_state": "Stan częstotliwości:", - "create.schedule.condition.redstone_link.frequency_powered": "Częstotliwość aktywna:", - "create.schedule.condition.redstone_link.frequency_unpowered": "Częstotliwość nieaktywna:", - "create.schedule.condition.player_count": "Siedzący gracze", - "create.schedule.condition.player_count.summary": "%1$s Gracz", - "create.schedule.condition.player_count.summary_plural": "%1$s Graczy", - "create.schedule.condition.player_count.seated": "%1$s siedzących", - "create.schedule.condition.player_count.players": "Graczey", - "create.schedule.condition.player_count.condition": "Warunek", - "create.schedule.condition.player_count.exactly": "Dokładnie", - "create.schedule.condition.player_count.or_above": "Lub więcej", - "create.schedule.condition.player_count.status": "Pasażerowie: %1$s/%2$s", - "create.schedule.loop": "Zapętlaj", - "create.schedule.loop1": "Harmonogram rozpoczyna się od nowa", - "create.schedule.loop2": "kiedy instrukcje zostały zakończone", - "create.schedule.reset": "Resetuj postęp harmonogramu", - "create.schedule.skip": "Pomiń aktualny przystanek", - "create.schedule.applied_to_train": "Pociąg teraz przestrzega ten harmonogram", - "create.schedule.non_controlling_seat": "Konduktor musi siedzieć przed blokiem kontroli", - "create.schedule.remove_with_empty_hand": "Zabierz aktualny harmonogram pustą ręką", - "create.schedule.auto_removed_from_train": "Automatyczny harmonogram odrzucony", - "create.schedule.removed_from_train": "Harmonogram odebrany z pociągu", - "create.schedule.no_stops": "Ten harmonogram nie ma żadnych przystanków", - "create.schedule.continued": "Harmonogram wznowiony", - - "create.track.selection_cleared": "Zaznaczenie wyczysczone", - "create.track.valid_connection": "Można połączyć ✔", - "create.track.second_point": "Postaw tory lub zaznacz kolejny punkt", - "create.track.too_far": "Zbyt daleko", - "create.track.original_missing": "Oryginalny blok usunięty, kliknij skradając się, aby zresetować", - "create.track.perpendicular": "Nie można połączyć prostopadle", - "create.track.ascending_s_curve": "Nie można zbudować nachylonych zakrętów-S", - "create.track.too_sharp": "Zbyt ostry zakręt", - "create.track.too_steep": "Zbyt strome nachylenie", - "create.track.slope_turn": "Nie można wjechać lub wyjechać z nachylenia na zakręcie", - "create.track.opposing_slopes": "Nie można połączyć przeciwległych nachyleń", - "create.track.leave_slope_ascending": "Nie można opuścić tego nachylenia podczas podjeżdżania", - "create.track.leave_slope_descending": "Nie można opuścić tego nachylenia podczas zjeżdżania", - "create.track.turn_90": "Można zakręcić maksymalnie o 90 stopni", - "create.track.junction_start": "Nie można rozpocząć połączenia ze skrzyżowania", - "create.track.turn_start": "Nie można rozpocząć połączenia z zakrętu", - "create.track.not_enough_tracks": "Za mało torów w ręce", - "create.track.not_enough_pavement": "Za mało bloków podpory w ręce", - - "create.portal_track.failed": "Nie można postawić torów do portalu:", - "create.portal_track.missing": "Docelowy portal nie wygenerowany", - "create.portal_track.blocked": "Docelowa lokacja zablokowana (%1$s,%2$s,%3$s)", - - "create.station.idle": "Stacja w spoczynku", - "create.station.assembly_title": "Montaż pociągów", - "create.station.close": "Zamknij okno", - "create.station.cancel": "Anuluj montaż", - "create.station.failed": "Nie udało się zmontować", - "create.station.icon_type": "Typ ikony", - "create.station.create_train": "Stwórz nowy pociąg", - "create.station.assemble_train": "Zmontuj pociąg", - "create.station.disassemble_train": "Rozmontuj pociąg", - "create.station.remove_schedule": "Odbierz harmonogram", - "create.station.remove_auto_schedule": "Odrzuć automatyczny harmonogram", - "create.station.no_assembly_diagonal": "Nie można budować pociągów", - "create.station.no_assembly_diagonal_1": "na skośnych torach", - "create.station.no_assembly_curve": "Nie można budować pociągów", - "create.station.no_assembly_curve_1": "na zakrętach", - "create.station.train_not_aligned": "Nie można rozmontować,", - "create.station.train_not_aligned_1": "nie wszystkie wagony wyrównane", - "create.station.carriage_number": "Wagon %1$s:", - "create.station.retry": "Napraw to i spróbuj ponownie", - "create.station.no_bogeys": "Brak wózków", - "create.station.one_bogey": "1 wózek", - "create.station.more_bogeys": "%1$s wózek", - "create.station.how_to": "Użyj obudowy kolejowej na podświetlonych torach, aby zbudować wózki.", - "create.station.how_to_1": "Usuwaj wózki poprzez niszczenie bloku powyżej.", - "create.station.how_to_2": "Buduj wagony przyczepione do jednego lub dwóch wózków.", - - "create.train_assembly.too_many_bogeys": "Zbyt wiele wózków przyczepionych: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "Pierwszy wózek musi znajdować się na oznaczeniu stacji", - "create.train_assembly.no_bogeys": "Brak znalezionych wózków", - "create.train_assembly.not_connected_in_order": "Wózki nie są połączone w kolejności", - "create.train_assembly.bogeys_too_close": "Wózki %1$s i %2$s są zbyt blisko siebie", - "create.train_assembly.single_bogey_carriage": "Ten typ wózka nie może sam podrzymać wagonu", - "create.train_assembly.nothing_attached": "Brak konstrukcji przyczepionej do wózka %1$s", - "create.train_assembly.no_controls": "Przynajmniej jeden blok kontrolny przyczepiony przodem do kierunku jazdy musi znajdować się na pociągu", - "create.train_assembly.sideways_controls": "Blok kontrolny jest przyczepiony bokiem", - "create.train_assembly.bogey_created": "Wagon zbudowany. Kliknij ponownie, aby zmienić typ", - "create.train_assembly.requires_casing": "Używaj obudów kolejowych, aby budować wózki na torach", - - "create.track_target.set": "Docelowy tor zaznaczony", - "create.track_target.success": "Pomyślnie przypisano do docelowego toru", - "create.track_target.clear": "Zaznaczenie toru wyczyszczone", - "create.track_target.missing": "Najpierw kliknij PPM na docelowy tor", - "create.track_target.too_far": "Docelowy tor jest zbyt daleko stąd", - "create.track_target.no_junctions": "Docelowy tor nie może być skrzyżowaniem", - "create.track_target.occupied": "Zaznaczony tor jest zajęty", - "create.track_target.invalid": "Nie można zaznaczyć tego toru", - - "create.train.unnamed": "Pociąg bez nazwy", - "create.train.cannot_relocate_moving": "Nie można przenieść pociągu w ruchu", - "create.train.relocate": "Kliknij tor, aby przenieść %1$s. Kliknij kucając, aby anulować", - "create.train.relocate.abort": "Przenoszenie anulowane", - "create.train.relocate.success": "Przenoszenie zakończone pomyślnie", - "create.train.relocate.valid": "Można tu przenieść, kliknij, aby potwierdzić", - "create.train.relocate.invalid": "Nie można przenieść tutaj pociągu", - "create.train.relocate.too_far": "Nie można przenieść pociągu tak daleko", - "create.train.departing_from": "Odjeżdża z %1$s", - "create.train.arrived_at": "Przybyto do %1$s", - "create.train.status": " Informacja o pociągu: %1$s", - "create.train.status.back_on_track": "Pociąg jest ponownie na torach", - "create.train.status.collision": "Kolizja z innym pociągiem", - "create.train.status.end_of_track": "Pociąg dotarł do końca swojego toru", - "create.train.status.double_portal": "Wagon nie może wejść do portalu podczas wychodzenia z innego", - "create.train.status.coupling_stress": "Przymusowy przystanek z powodu obciążenia na łącznikach", - "create.train.status.track_missing": "Brak torów pod pociągiem", - "create.train.status.paused_for_manual": "Harmonogram zatrzymany dla kontroli manualnej", - "create.train.status.opposite_driver": "Droga wymaga kierowcy w przeciwnym kierunku", - "create.train.status.missing_driver": "Kierowca zaginął", - "create.train.status.found_driver": "Nowy kierowca został znaleziony", - "create.train.status.navigation_success": "Nawigacja powiodła się", - "create.train.status.no_match": "Brak stacji pasującej do '%1$s'", - "create.train.status.no_path": "Nie można znaleźć pasującej ścieżki do kolejnego przystanku", - - "create.track_signal.cannot_change_mode": "Nie można zmienić trybu tego sygnału", - "create.track_signal.mode_change.entry_signal": "-> Zezwól na przejazd jeżeli droga nie jest zajęta", - "create.track_signal.mode_change.cross_signal": "-> Zezwól na przejazd jeżeli droga w pełni przejezdna", - - "create.contraption.controls.start_controlling": "Teraz kontrolowane: %1$s", - "create.contraption.controls.stop_controlling": "Przestano kontrolować maszynę", - "create.contraption.controls.approach_station": "Przytrzymaj %1$s aby podjechać do %2$s", - - "create.display_link.set": "Pozycja docelowa zaznaczona", - "create.display_link.success": "Pomyślnie przypisano do pozycji docelowej", - "create.display_link.clear": "Zaznaczenie pozycji wyczyszczone", - "create.display_link.too_far": "Pozycja docelowa jest zbyt daleko stąd", - "create.display_link.invalid": "Nadajnik nie ma poprawnego celu, spróbuj postawić go znowu", - "create.display_link.title": "Nadajnik wyświetlacza", - "create.display_link.no_source": "Nie jest źródłem wyświetlacza", - "create.display_link.no_target": "Nie jest celem wyświetlającym", - "create.display_link.reading_from": "Odczytuj z:", - "create.display_link.writing_to": "Wysyłaj do:", - "create.display_link.attached_side": "Blok na przyczepionej stronie", - "create.display_link.targeted_location": "Blok w lokacji docelowej", - "create.display_link.view_compatible": "Kliknij, aby zobaczyć wszystkie kompatybilne", - "create.display_link.information_type": "Typ informacji", - "create.display_link.display_on": "Wysyłaj dane do:", - "create.display_link.display_on_multiline": "Zacznij pisać na:", - - "create.display_source.label": "Doczepiony podpis:", - "create.display_source.combine_item_names": "Połącz nazwy przedmiotów", - "create.display_source.count_items": "Liczba pasujących przedmiotów", - "create.display_source.list_items": "Lista pasujących przedmiotów", - "create.display_source.fluid_amount": "Liczba pasujących płynów", - "create.display_source.list_fluids": "Lista pasujących płynów", - "create.display_source.nixie_tube": "Kopiuj lampy cyfrowe", - "create.display_source.fill_level": "Poziom napełnienia kontenerów", - "create.display_source.fill_level.display": "Format wyświetlania", - "create.display_source.fill_level.percent": "Procent", - "create.display_source.fill_level.progress_bar": "Pasek postępu", - "create.display_source.value_list.display": "Wartość wyświetlana", - "create.display_source.value_list.shortened": "Skrócona", - "create.display_source.value_list.full_number": "Pełna liczba", - "create.display_source.value_list.thousand": "tys.", - "create.display_source.value_list.million": "mil.", - "create.display_source.player_deaths": "Śmierci graczy", - "create.display_source.scoreboard": "Cel", - "create.display_source.scoreboard.objective": "ID celu", - "create.display_source.scoreboard.objective_not_found": "Nie znaleziono '%1$s'", - "create.display_source.scoreboard.objective.deaths": "Śmierci graczy", - "create.display_source.time_of_day": "Godzina", - "create.display_source.stop_watch": "Minutnik", - "create.display_source.time.format": "Format czasowy", - "create.display_source.time.12_hour": "12-godzinny", - "create.display_source.time.24_hour": "24-godzinny", - "create.display_source.accumulate_items": "Kumuluj liczbę przedmiotów", - "create.display_source.item_throughput": "Prędkość przedmiotów", - "create.display_source.item_throughput.interval": "Interwał", - "create.display_source.item_throughput.interval.second": "na sekundę", - "create.display_source.item_throughput.interval.minute": "na minutę", - "create.display_source.item_throughput.interval.hour": "na godzinę", - "create.display_source.train_status": "Status harmonogramu kolejowego", - "create.display_source.station_summary": "Podsumowanie stacji kolejowej", - "create.display_source.station_summary.filter": "Filtr nazwy stacji", - "create.display_source.station_summary.train_name_column": "Rozmiar kolumny pociągu", - "create.display_source.station_summary.platform_column": "Rozmiar kolumny platformy", - "create.display_source.station_summary.now": "teraz", - "create.display_source.station_summary.minutes": "min", - "create.display_source.station_summary.seconds": "%1$ss", - "create.display_source.observed_train_name": "Nazwa wykrytego pociągu", - "create.display_source.max_enchant_level": "Maksymalny koszt zaklinania", - "create.display_source.boiler_status": "Stan boilera", - "create.display_source.entity_name": "Nazwa bytu", - "create.display_source.kinetic_speed": "Prędkość obrotu (Ob/min)", - "create.display_source.kinetic_speed.absolute": "Ignoruj kierunek", - "create.display_source.kinetic_speed.directional": "Pokaż kierunek", - "create.display_source.kinetic_stress": "Obciążenie systemu", - "create.display_source.kinetic_stress.display": "Wyświetlone informacje", - "create.display_source.kinetic_stress.progress_bar": "Pasek postępu", - "create.display_source.kinetic_stress.percent": "Procenty", - "create.display_source.kinetic_stress.current": "Obciążenie w JO", - "create.display_source.kinetic_stress.max": "Całkowita pojemność", - "create.display_source.kinetic_stress.remaining": "Pozostałe JO", - "create.display_source.redstone_power": "Siła sygnału redstone", - "create.display_source.redstone_power.display": "Format wyświetlania", - "create.display_source.redstone_power.number": "Liczba", - "create.display_source.redstone_power.progress_bar": "Pasek postępu", - "create.display_source.boiler.not_enough_space": "Nie wystarczająco miejsca, ", - "create.display_source.boiler.for_boiler_status": "by wyświetlić stan boilera", - - "create.display_target.line": "Linijka %1$s", - "create.display_target.page": "Strona %1$s", - "create.display_target.single_line": "Pojedyncza linia", - - "create.flap_display.cycles.alphabet": " ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": " ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": " ; min;teraz;15s;30s;45s", - "create.flap_display.cycles.shortened_numbers": " ;T;M", - "create.flap_display.cycles.fluid_units": "mW;W ", - "create.flap_display.cycles.instant": " ; ", - "create.flap_display.cycles.pixel": "█;▓;▒", - - "create.super_glue.too_far": "Zaznaczony obszar jest zbyt duży", - "create.super_glue.cannot_reach": "Zaznaczone bloki muszą być połączone", - "create.super_glue.click_to_confirm": "Kliknij ponownie, aby potwierdzyć", - "create.super_glue.click_to_discard": "Kliknij kucając, aby odrzucić zaznaczenie", - "create.super_glue.first_pos": "Pierwsza pozycja zaznaczona", - "create.super_glue.abort": "Zaznaczenie odrzucone", - "create.super_glue.not_enough": "Nie wystarczająco kleju w ekwipunku", - "create.super_glue.success": "Stosowanie kleju...", - - "create.gui.config.overlay1": "Cześć :)", - "create.gui.config.overlay2": "To jest przykładowa nakładka", - "create.gui.config.overlay3": "Kliknij lub przeciągnij myszką", - "create.gui.config.overlay4": "aby przesunąć ten podgląd", - "create.gui.config.overlay5": "Naciśnij ESC, aby opuścić ten ekran", - "create.gui.config.overlay6": "i zapisać nową pozycję", - "create.gui.config.overlay7": "Uruchom \"/create overlay reset\"", - "create.gui.config.overlay8": "aby zresetować pozycję", - - "create.command.killTPSCommand": "killtps", - "create.command.killTPSCommand.status.slowed_by.0": "[Create]: Obecne opóźnienie serwera to %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "[Create]: Serwer jest teraz opóźniony o %s >:)", - "create.command.killTPSCommand.status.slowed_by.2": "[Create]: Serwer wrócił do standardowej prędkości :D", - "create.command.killTPSCommand.status.usage.0": "[Create]: Użyj \"/killtps stop\", aby przywrócić serwer do standardowej prędkości", - "create.command.killTPSCommand.status.usage.1": "[Create]: Użyj \"/killtps start\", aby sztucznie spowolnić serwer", - "create.command.killTPSCommand.argument.tickTime": "tickTime", - - "create.contraption.minecart_contraption_too_big": "Ta maszyna w wagoniku jest zbyt duża, aby ją podnieść", - "create.contraption.minecart_contraption_illegal_pickup": "Mistyczna siła jednoczy tą maszynę w wagoniku ze światem", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "Maszyna staje", - "create.subtitle.peculiar_bell_use": "Dziwny dzwon dzwoni", - "create.subtitle.worldshaper_place": "Kształter strzela", - "create.subtitle.whistle_train_manual": "Pociąg trąbi", - "create.subtitle.steam": "Dźwięki pary", - "create.subtitle.saw_activate_stone": "Mechaniczna piła aktywuje się", - "create.subtitle.schematicannon_finish": "Schematoarmata skończyła", - "create.subtitle.crafter_craft": "Mechaniczny stół rzemieślniczy konstruuje", - "create.subtitle.wrench_remove": "Komponent niszczy się", - "create.subtitle.train3": "Koła wózka dudnią stłumione", - "create.subtitle.whistle": "Gwizdanie", - "create.subtitle.cogs": "Koła zębate terkoczą", - "create.subtitle.slime_added": "Szlam plaska", - "create.subtitle.whistle_train_low": "Niskie gwizdanie", - "create.subtitle.schematicannon_launch_block": "Schematoarmata strzela", - "create.subtitle.controller_take": "Pulpit opróżnia się", - "create.subtitle.crafter_click": "Mechaniczny stół rzemieślniczy stuka", - "create.subtitle.depot_plop": "Przedmiot ląduje", - "create.subtitle.confirm": "Dźwięk potwierdzenia", - "create.subtitle.mixing": "Dźwięki mieszania", - "create.subtitle.mechanical_press_activation_belt": "Mechaniczna prasa stuka", - "create.subtitle.fwoomp": "Armata na ziemniaki strzela", - "create.subtitle.sanding_long": "Dźwięki ścierania", - "create.subtitle.crushing_1": "Dźwięki kruszenia", - "create.subtitle.depot_slide": "Przedmiot ślizga się", - "create.subtitle.blaze_munch": "Płomyk szczęśliwie przeżuwa", - "create.subtitle.funnel_flap": "Lejek trzepocze", - "create.subtitle.haunted_bell_use": "Nawiedzony dzwoń dzwoni", - "create.subtitle.scroll_value": "Kliknięcie", - "create.subtitle.controller_put": "Sterownik klika", - "create.subtitle.cranking": "Ręczna korba obraca się", - "create.subtitle.sanding_short": "Dźwięki ścierania", - "create.subtitle.wrench_rotate": "Klucz skrzypi", - "create.subtitle.potato_hit": "Warzywo ląduje", - "create.subtitle.saw_activate_wood": "Mechaniczna piła aktywuje się", - "create.subtitle.whistle_high": "Wysokie gwizdanie", - "create.subtitle.whistle_train_manual_low": "Pociąg trąbi", - "create.subtitle.whistle_train": "Gwizdanie", - "create.subtitle.haunted_bell_convert": "Nawiedzony dzwon budzi się", - "create.subtitle.train": "Koła wózka dudnią", - "create.subtitle.deny": "Dźwięk odmowy", - "create.subtitle.controller_click": "Sterownik klika", - "create.subtitle.whistle_low": "Niskie gwizdanie", - "create.subtitle.copper_armor_equip": "Sprzęt do nurkowania pobrzękuje", - "create.subtitle.mechanical_press_activation": "Mechaniczna prasa się uruchamia", - "create.subtitle.contraption_assemble": "Maszyna przesuwa się", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "PRZYKŁADOWY PRZEDMIOT (jedynie znacznik, że ten dymek istnieje)", - "item.create.example_item.tooltip.summary": "Krótki opis przedmiotu. _Podkreślenia_, ha, podkreślają termin.", - "item.create.example_item.tooltip.condition1": "Kiedy to", - "item.create.example_item.tooltip.behaviour1": "Wtedy ten przedmiot coś robi (zachowania pokazują się przy Shifcie)", - "item.create.example_item.tooltip.condition2": "A kiedy to", - "item.create.example_item.tooltip.behaviour2": "Możesz dodać tak wiele zachowań jak chcesz", - "item.create.example_item.tooltip.control1": "Kiedy przyciśnięto Ctrl", - "item.create.example_item.tooltip.action1": "Wyświetla się sterowanie.", - - "block.create.wooden_bracket.tooltip": "DREWNIANY WSPORNIK", - "block.create.wooden_bracket.tooltip.summary": "_Udekoruj_ swoje _wały_, _koła zębate_ i _rury_ drewnianą i przytulną podporą.", - - "block.create.metal_bracket.tooltip": "METALOWY WSPORNIK", - "block.create.metal_bracket.tooltip.summary": "_Udekoruj_ swoje _wały_, _koła zębate_ i _rury_ wytrzymałą, przemysłową podporą.", - - "block.create.seat.tooltip": "SIEDZENIE", - "block.create.seat.tooltip.summary": "Usiądź i ciesz się jazdą! Przyczepi gracza do _ruchomej maszyny_. Również świetne do tworzenia stojących mebli! Dostępne w wielu kolorach.", - "block.create.seat.tooltip.condition1": "Kliknięcie PPM na siedzenie", - "block.create.seat.tooltip.behaviour1": "Sadza gracza na _siedzeniu_. Naciśnij lewy Shift, aby opuścić _siedzenie_.", - - "item.create.blaze_cake.tooltip": "PŁOMIENNE CIASTO", - "item.create.blaze_cake.tooltip.summary": "Pyszna przekąska dla Twoich cięzko pracujących _płomiennych palników_. Rozpala je wszystkie!", - - "item.create.wand_of_symmetry.tooltip": "RÓŻDŻKA SYMETRII", - "item.create.wand_of_symmetry.tooltip.summary": "Idealnie odbija lustrzanie bloki wzdłuż wybranych płaszczyzn.", - "item.create.wand_of_symmetry.tooltip.condition1": "Kiedy w pasku szybkiego wyboru", - "item.create.wand_of_symmetry.tooltip.behaviour1": "Pozostaje aktywna", - "item.create.wand_of_symmetry.tooltip.control1": "Kliknięcie PPM na ziemię", - "item.create.wand_of_symmetry.tooltip.action1": "_Tworzy_ lub _przenosi_ lustro", - "item.create.wand_of_symmetry.tooltip.control2": "Kliknięcie PPM w powietrzu", - "item.create.wand_of_symmetry.tooltip.action2": "_Usuwa_ aktywne lustro", - "item.create.wand_of_symmetry.tooltip.control3": "Kliknięcie PPM w czasie skradania", - "item.create.wand_of_symmetry.tooltip.action3": "Otwiera _ustawienia_.", - - "item.create.handheld_worldshaper.tooltip": "RĘCZNY KSZTAŁTOWACZ", - "item.create.handheld_worldshaper.tooltip.summary": "Poręczne narzędzie do tworzenia _krajobrazów_ i _cech terenu_.", - "item.create.handheld_worldshaper.tooltip.control1": "Kliknięcie LPM na blok", - "item.create.handheld_worldshaper.tooltip.action1": "Przypisuje do narzędzia wybrany blok.", - "item.create.handheld_worldshaper.tooltip.control2": "Kliknięcie PPM na blok", - "item.create.handheld_worldshaper.tooltip.action2": "Stosuje obecnie wybrany _pędzel_ i _narzędzie_ w docelowej lokalizacji.", - "item.create.handheld_worldshaper.tooltip.control3": "Kliknięcie PPM w czasie skradania", - "item.create.handheld_worldshaper.tooltip.action3": "Otwiera _ustawienia_.", - - "item.create.tree_fertilizer.tooltip": "NAWÓZ DO DRZEW", - "item.create.tree_fertilizer.tooltip.summary": "Silna kombinacja minerałów odpowiednich do nawożenia pospolitych gatunków drzew", - "item.create.tree_fertilizer.tooltip.condition1": "Kiedy użyto na sadzonce", - "item.create.tree_fertilizer.tooltip.behaviour1": "Przyspiesza wzrost drzew, _pomimo dostępnej przestrzeni_.", - - "item.create.extendo_grip.tooltip": "WYDŁUŻONY CHWYTAK", - "item.create.extendo_grip.tooltip.summary": "Mocno _wydłuża zasięg_ rąk posiadacza.", - "item.create.extendo_grip.tooltip.condition1": "Kiedy w drugiej ręce", - "item.create.extendo_grip.tooltip.behaviour1": "_Wydłuża zasięg_ głównej ręki.", - "item.create.extendo_grip.tooltip.condition2": "Nosząc miedziany zbiornik w plecaku", - "item.create.extendo_grip.tooltip.behaviour2": "_Wytrzymałość_ nie będzie spadać. Zamiast tego, _sprężone powietrze_ będzie pobierane ze zbiornika.", - - "item.create.potato_cannon.tooltip": "ARMATA NA ZIEMNIAKI", - "item.create.potato_cannon.tooltip.summary": "Strzelaj swoimi domowymi warzywami w przeciwników. Może być zasilone sprężonym powietrzem z _miedzanego zbiornika w placaku_", - "item.create.potato_cannon.tooltip.condition1": "Kliknięcie PPM", - "item.create.potato_cannon.tooltip.behaviour1": "_Strzela_ pasującym przedmiotem z Twojego _ekwipunku_.", - "item.create.potato_cannon.tooltip.condition2": "Nosząc miedziany zbiornik w plecaku", - "item.create.potato_cannon.tooltip.behaviour2": "_Wytrzymałość_ nie będzie spadać. Zamiast tego, _sprężone powietrze_ będzie pobierane ze zbiornika.", - - "item.create.filter.tooltip": "FILTR", - "item.create.filter.tooltip.summary": "_Kontroluje_ wejścia i wyjścia urządzeń logistycznych z _większą precyzją_, przypasowując przedmioty do listy przedmiotów zawartej w filtrze lub wielu filtrach schowanych jeden w drugi.", - "item.create.filter.tooltip.condition1": "Kiedy w slocie na filtr", - "item.create.filter.tooltip.behaviour1": "_Kontroluje_ przepływ przedmiotów według jego _konfiguracji_.", - "item.create.filter.tooltip.condition2": "Kliknięcie PPM", - "item.create.filter.tooltip.behaviour2": "Otwiera _ustawienia_.", - - "item.create.attribute_filter.tooltip": "FILTR ATRYBUTOWY", - "item.create.attribute_filter.tooltip.summary": "_Kontroluje_ wejścia i wyjścia urządzeń logistycznych z _większą precyzją_, przypasowując przedmioty do listy właściwości przedmiotów zawartej w filtrze.", - "item.create.attribute_filter.tooltip.condition1": "Kiedy w slocie na filtr", - "item.create.attribute_filter.tooltip.behaviour1": "_Kontroluje_ przepływ przedmiotów według jego _konfiguracji_.", - "item.create.attribute_filter.tooltip.condition2": "Kliknięcie PPM", - "item.create.attribute_filter.tooltip.behaviour2": "Otwiera _ustawienia_.", - - "item.create.empty_schematic.tooltip": "PUSTY SCHEMAT", - "item.create.empty_schematic.tooltip.summary": "Używany, jako składnik do receptur i do pisania w _stole do planowania_.", - - "item.create.schematic.tooltip": "SCHEMAT", - "item.create.schematic.tooltip.summary": "Przechowuje strukturę do postawienia w świecie. Ustaw hologram według uznania i użyj _Schematoarmaty_, aby ją zbudować.", - "item.create.schematic.tooltip.condition1": "Kiedy w ręce", - "item.create.schematic.tooltip.behaviour1": "Może zostać _ustawiona_ z użyciem narzędzi wyświetlonych na ekranie.", - "item.create.schematic.tooltip.control1": "Kliknięcie PPM w czasie skradania", - "item.create.schematic.tooltip.action1": "Otwiera _ustawienia_.", - - "item.create.schematic_and_quill.tooltip": "SCHEMAT Z PIÓREM", - "item.create.schematic_and_quill.tooltip.summary": "Używany do zapisania struktury z Twojego świata do pliku .nbt", - "item.create.schematic_and_quill.tooltip.condition1": "Krok 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "Zaznacz dwa rogi prawym przyciskiem myszy.", - "item.create.schematic_and_quill.tooltip.condition2": "Krok 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "_[Ctrl]+Przewijaj_ patrząc się na ściany, aby dostosować rozmiar. Kliknij znowu PPM, aby zapisać.", - "item.create.schematic_and_quill.tooltip.control1": "Kliknięcie PPM", - "item.create.schematic_and_quill.tooltip.action1": "Wybierz róg/potwierdź zapisanie.", - "item.create.schematic_and_quill.tooltip.control2": "Trzymane w ręce + Ctrl", - "item.create.schematic_and_quill.tooltip.action2": "Zaznacz rogi _w powietrzu_. _Przewijaj_, aby dostosować dystans.", - "item.create.schematic_and_quill.tooltip.control3": "Kliknięcie PPM w czasie skradania", - "item.create.schematic_and_quill.tooltip.action3": "_Resetuje_ i usuwa zaznaczenie.", - - "block.create.schematicannon.tooltip": "SCHEMATOARMATA", - "block.create.schematicannon.tooltip.summary": "Strzela blokami, aby odtworzyć wybrany schemat w świecie. Zużywa przedmioty z sąsiadujących bloków, potrzebuje _prochu_ jako paliwo.", - "block.create.schematicannon.tooltip.condition1": "Kliknięcie PPM", - "block.create.schematicannon.tooltip.behaviour1": "Otwiera _interfejs_.", - - "block.create.schematic_table.tooltip": "STÓŁ DO PLANOWANIA", - "block.create.schematic_table.tooltip.summary": "Przypisuje zapisane schematy do _pustego schematu_.", - "block.create.schematic_table.tooltip.condition1": "Kiedy włożono pusty schemat", - "block.create.schematic_table.tooltip.behaviour1": "Pobiera wybrany plik z Twojego folderu ze schematami", - - "item.create.goggles.tooltip": "GOGLE", - "item.create.goggles.tooltip.summary": "Para okularów służąca do rozszerzania Twojej wizji o _przydatne informacje_.", - "item.create.goggles.tooltip.condition1": "Kiedy założone", - "item.create.goggles.tooltip.behaviour1": "Pokazuje _kolorowe wskazówki_ odpowiadające _prędkości obrotu_ komponentu, jak i również ich _wpływ_ oraz _odporność na obciążenie_.", - "item.create.goggles.tooltip.condition2": "Patrząc na miernik", - "item.create.goggles.tooltip.behaviour2": "Pokazuje szczegółowe informacje na temat _prędkości_ lub _obciążenia_ systemu, do którego miernik jest podłączony.", - "item.create.goggles.tooltip.condition3": "Patrząc na zbiorniki", - "item.create.goggles.tooltip.behaviour3": "Pokazuje szczegółowe informacje na temat _pojemności_ zbiornika i wszelkich _płynów_ przechowywanych wewnątrz.", - - "item.create.wrench.tooltip": "KLUCZ", - "item.create.wrench.tooltip.summary": "Przydatne narzędzie do pracy z maszynami. Może być użyty do _obracania_, _rozbiórki_ i _konfiguracji_ komponentów.", - "item.create.wrench.tooltip.control1": "Kliknięcie PPM na ruchomy blok", - "item.create.wrench.tooltip.action1": "_Obraca_ komponenty do- lub od- strony, na którą kliknięto.", - "item.create.wrench.tooltip.control2": "Kliknięcie PPM w czasie skradania", - "item.create.wrench.tooltip.action2": "_Rozmontowuje_ komponenty i wkłada je z powrotem do _Twojego ekwipunku_.", - - "block.create.nozzle.tooltip": "DYSZA", - "block.create.nozzle.tooltip.summary": "Przyczep do przedniej części _izolowanego wiatraka_, aby rozprowadzić jego efekt na _wszystkie strony_.", - - "block.create.cuckoo_clock.tooltip": "ZEGAR Z KUKUŁKĄ", - "block.create.cuckoo_clock.tooltip.summary": "Kunsztowny wytwór do _dekoracji_ przestrzeni mieszkalnej i _mierzenia czasu_.", - "block.create.cuckoo_clock.tooltip.condition1": "Kiedy zasilony siłą obrotową", - "block.create.cuckoo_clock.tooltip.behaviour1": "Pokazuje _obecny czas_ i gra melodyjkę dwa razy dziennie. Aktywuje się raz w _południe_ i raz o zmierzchu, jak tylko _możliwy jest sen_.", - - "block.create.turntable.tooltip": "TALERZ OBROTOWY", - "block.create.turntable.tooltip.summary": "Zamienia _siłę obrotu_ na _chorobę lokomocyjną_.", - - "block.create.toolbox.tooltip": "SKRZYNKA NA NARZĘDZIA", - "block.create.toolbox.tooltip.summary": "Najlepszy przyjaciel każdego wynalazcy. Wygodnie _przechowuje_ dużą liczbę _8 różnych_ typów przedmiotów.", - "block.create.toolbox.tooltip.condition1": "Kiedy podniesiony", - "block.create.toolbox.tooltip.behaviour1": "_Zatrzymuje_ swoją _zawartość_.", - "block.create.toolbox.tooltip.condition2": "Kiedy postawiony w zasięgu", - "block.create.toolbox.tooltip.behaviour2": "_Pobliscy_ _Gracze_ mogą przytrzymać _Klawisz_ _skrzynki na narzędzia_ aby _zdalnie_ uzyskać dostęp do jej zawartości.", - "block.create.toolbox.tooltip.condition3": "Kliknięcie PPM", - "block.create.toolbox.tooltip.behaviour3": "Otwiera _interfejs kontenera_.", - - "block.create.stockpile_switch.tooltip": "PRZEŁĄCZNIK ZAWARTOŚCIOWY", - "block.create.stockpile_switch.tooltip.summary": "Przełącza sygnał Redstone bazując na _ilości przedmiotów_ przechowywanych w sąsiadującym bloku. Może posiadać filtr. W odróżnieniu od _komparatora_, przełącznik zawartościowy pozwala na konfigurację _progów_, przy których sygnały są odwrotne.", - "block.create.stockpile_switch.tooltip.condition1": "Kliknięcie PPM", - "block.create.stockpile_switch.tooltip.behaviour1": "Otwiera _ustawienia_.", - - "block.create.content_observer.tooltip": "DETEKTOR ZAWARTOŚCI", - "block.create.content_observer.tooltip.summary": "_Wykrywa przedmioty_ zawarte w sąsiadującym _bloku_ lub _taśmociągu_, które pasują do ustalonego filtra. Kiedy obserwowany blok _zawiera_ ten przedmiot, detektor wyśle _sygnał Redstone_.", - "block.create.content_observer.tooltip.condition1": "Kiedy obserwuje kontener", - "block.create.content_observer.tooltip.behaviour1": "Wysyła _sygnał redstone_ kiedy obserwowany kontener posiada _pasującą_ _zawartość_.", - "block.create.content_observer.tooltip.condition2": "Kiedy obserwuje lejek", - "block.create.content_observer.tooltip.behaviour2": "Wysyła _puls_ _redstone_ kiedy _pasujący_ przedmiot jest _transferowany_.", - - "block.create.creative_crate.tooltip": "SKRZYNKA BEZ DNA", - "block.create.creative_crate.tooltip.summary": "Ta skrzynia pozwala na _nieskończone powielanie_ dowolnego przedmiotu. Postaw obok _Schematoarmaty_, aby usunąć wszelkie wymagania dotyczące materiałów.", - "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": "KREATYWNE PŁOMIENNE CIASTO", - "item.create.creative_blaze_cake.tooltip.summary": "Wykwintny przysmak _płomiennych palników_. Pozwala na _kontrolowanie poziomu ciepła_ wydzielanego przez palnik. Po zjedzeniu palnik nigdy nie przestanie się palić.", - "item.create.creative_blaze_cake.tooltip.condition1": "Kliknięcie PPM na płomienny palnik", - "item.create.creative_blaze_cake.tooltip.behaviour1": "_Blokuje_ poziom ciepła płomiennego palnika. Po ponownym użyciu zmienia poziom ciepła na wyższy.", - - "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", - "block.create.controller_rail.tooltip.behaviour1": "_Przyspiesza_ lub _spowalnia_ przejeżdżające _wagoniki_, bazując na sile sygnału. Przekazuje sygnał do sąsiadujących torów. Zasilenie dwóch połączonych torów innymi siłami sygnału spowoduje, że tory pomiędzy nimi będą miały stopniowo zmieniającą się siłę sygnału.", - - "item.create.sand_paper.tooltip": "PAPIER ŚCIERNY", - "item.create.sand_paper.tooltip.summary": "Szorstki papier używany do _polerowania_ materiałów. Może być automatycznie wykorzystywany z użyciem _aplikatora_.", - "item.create.sand_paper.tooltip.condition1": "Kiedy użyto", - "item.create.sand_paper.tooltip.behaviour1": "_Poleruje_ przedmioty trzymane w _drugiej ręce_ lub _leżące na ziemi_ w linii wzroku.", - - "item.create.builders_tea.tooltip": "HERBATKA BUDOWNICZEGO", - "item.create.builders_tea.tooltip.summary": "Idealny napój na początek dnia - _sycący_ i _motywujący_", - - "item.create.refined_radiance.tooltip": "ŚWIETLISTY MATERIAŁ", - "item.create.refined_radiance.tooltip.summary": "Chromatyczny materiał powstały z _absorbcji światła_.", - "item.create.refined_radiance.tooltip.condition1": "Prace w toku", - "item.create.refined_radiance.tooltip.behaviour1": "Zastosowania dla tego materiału pojawią się w przyszłości.", - - "item.create.shadow_steel.tooltip": "MROCZNA STAL", - "item.create.shadow_steel.tooltip.summary": "Chromatyczny materiał powstały w _otchłani_.", - "item.create.shadow_steel.tooltip.condition1": "Prace w toku", - "item.create.shadow_steel.tooltip.behaviour1": "Zastosowania dla tego materiału pojawią się w przyszłości.", - - "item.create.linked_controller.tooltip": "ZDALNY STEROWNIK", - "item.create.linked_controller.tooltip.summary": "Daje _zdalną_ _kontrolę_ nad _częstotliwościami_ _emiterów_ _sygnału_ przypisanymi do jego _sześciu_ _guzików_.", - "item.create.linked_controller.tooltip.condition1": "Kliknięcie PPM", - "item.create.linked_controller.tooltip.behaviour1": "Aktywuje sterownik. _Przyciski_ służace _do_ _poruszania_ _się_ od teraz pełnią rolę _przycisków_ _sterownika_.", - "item.create.linked_controller.tooltip.condition2": "Kliknięcie PPM skradając się", - "item.create.linked_controller.tooltip.behaviour2": "Otwiera _interfejs_ _częstotliwości_ sterownika.", - "item.create.linked_controller.tooltip.condition3": "Kliknięcie PPM na emiter sygnału", - "item.create.linked_controller.tooltip.behaviour3": "Włącza _tryb_ _przypisywania_. Wciśnij jeden z sześciu guzików aby przypisać go do częstotliwości emitera.", - "item.create.linked_controller.tooltip.condition4": "Kliknięcie PPM na pulpit", - "item.create.linked_controller.tooltip.behaviour4": "_Kładzie_ sterownik na pulpicie, dla _wygody_ _użycia_. Kliknij PPM skradając się, aby go _zabrać_ _z_ _powrotem_.", - - "item.create.diving_helmet.tooltip": "HEŁM DO NURKOWANIA", - "item.create.diving_helmet.tooltip.summary": "Wraz z _miedzianym_ _zbiornikiem_ _w_ _plecaku_ pozwala na dłuższe oddychanie pod wodą.", - "item.create.diving_helmet.tooltip.condition1": "Kiedy na głowie", - "item.create.diving_helmet.tooltip.behaviour1": "Daje efekt _oddychania_ _pod_ _wodą_, powoli pobierając powietrze ze zbiornika.", - - "item.create.copper_backtank.tooltip": "MIEDZIANY ZBIORNIK W PLECAKU", - "item.create.copper_backtank.tooltip.summary": "Zbiornik służący do przechowywania _sprężonego_ _powietrza_. Można go ubrać na tors.", - "item.create.copper_backtank.tooltip.condition1": "Kiedy na torsie", - "item.create.copper_backtank.tooltip.behaviour1": "Dostarcza _sprężonego_ _powietrza_ przedmiotom, które go potrzebują.", - "item.create.copper_backtank.tooltip.condition2": "Po postawieniu i zasileniu siłą obrotową", - "item.create.copper_backtank.tooltip.behaviour2": "_Zbiera_ _sprężone_ _powietrze_, w tempie zależnym od prędkości obrotu.", - - "block.create.placard.tooltip": "Plakietka", - "block.create.placard.tooltip.summary": "_Opraw_ swoje przedmioty w mosiądzu używając tego eleganckiego panelu ściennego. Dozwolone na maszynach!", - "block.create.placard.tooltip.condition1": "Kliknięcie PPM przedmiotem", - "block.create.placard.tooltip.behaviour1": "_Dodaje_ trzymany _przedmiot_ do plakietki. _Wysyła_ krótki sygnał _redstone_ jeżeli trzymany przedmiot był już na plakietce.", - "block.create.placard.tooltip.condition2": "Kiedy uderzony", - "block.create.placard.tooltip.behaviour2": "_Usuwa_ bieżący _przedmiot_ z plakietki.", - - "block.create.flywheel.tooltip": "KOŁO ZAMACHOWE", - "block.create.flywheel.tooltip.summary": "_Odzób_ swoją _maszynerię_ tym imponującym mosiężnym kołem.", - "block.create.flywheel.tooltip.condition1": "Kiedy zasilony siłą obrotową", - "block.create.flywheel.tooltip.behaviour1": "Zaczyna się kręcić.", - - "item.create.diving_boots.tooltip": "BUTY DO NURKOWANIA", - "item.create.diving_boots.tooltip.summary": "Para _ciężkich_ _butów_, pozwalająca na efektywniejsze _przemierzanie_ _dna_ _oceanu_.", - "item.create.diving_boots.tooltip.condition1": "Kiedy na stopach", - "item.create.diving_boots.tooltip.behaviour1": "Noszący _szybciej_ _opada_ _na_ _dno_ i _nie_ _może_ _pływać_. Daje możliwość _chodzenia_ i _skakania_ pod wodą. Taśmociągi nie przesuwają graczy noszących te buty.", - - "item.create.crafting_blueprint.tooltip": "SZABLON KONSTRUOWANIA", - "item.create.crafting_blueprint.tooltip.summary": "Po _postawieniu_ _na_ _ścianie_ może być użyty do _łatwiejszego_ ręcznego _konstruowania_. Każdy kwadrat reprezentuje jedną recepturę.", - "item.create.crafting_blueprint.condition1": "Kliknięcie PPM na pusty kwadrat", - "item.create.crafting_blueprint.behaviour1": "Wyświetla menu konstruowania i pozwala na _konfigurację_ _receptury_ i przedmiotów do wyświetlenia.", - "item.create.crafting_blueprint.condition2": "Kliknięcie PPM na skonfigurowany kwadrat", - "item.create.crafting_blueprint.behaviour2": "_Konstruuje_ skonfigurowany _przedmiot_, używając przedmiotów zawartych w ekwipunku gracza. Kliknij _skradając_ _się_, aby uzyskać _cały_ _stos_ przedmiotów.", - - "item.create.minecart_coupling.tooltip": "ŁĄCZNIK WAGONIKÓW", - "item.create.minecart_coupling.tooltip.summary": "_Łączy_ wszystkie Twoje _wagoniki_ lub _maszyny torowe_, tworząc majestatyczny pociąg.", - "item.create.minecart_coupling.tooltip.condition1": "Kiedy użyto na wagoniku", - "item.create.minecart_coupling.tooltip.behaviour1": "_Łączy_ dwa wagoniki, próbując utrzymać je w stałej odległości od siebie.", - - "item.create.experience_nugget.tooltip": "BRYŁKA DOŚWIADCZENIA", - "item.create.experience_nugget.tooltip.summary": "_Dzyń!_ Kawałeczek _inspiracji_ z twoich fantastycznych wynalazków.", - "item.create.experience_nugget.tooltip.condition1": "Kiedy użyto", - "item.create.experience_nugget.tooltip.behaviour1": "_Wypuszcza_ punkty _doświadczenia_ zawarte wewnątrz.", - - "block.create.peculiar_bell.tooltip": "DZIWNY DZWON", - "block.create.peculiar_bell.tooltip.summary": "_Dekoracyjny_ _dzwon_ z mosiądzu. Postawienie nad _eterycznym_ _ogniem_ może wywołać efekty uboczne...", - - "block.create.haunted_bell.tooltip": "NAWIEDZONY DZWON", - "block.create.haunted_bell.tooltip.summary": "_Przeklęty_ _dzwon_ nawiedzony przez dusze z Netheru.", - "block.create.haunted_bell.tooltip.condition1": "Kiedy trzymany w ręce lub po zadzwonieniu", - "block.create.haunted_bell.tooltip.behaviour1": "Oznacza _pobliskie_ _bloki_, na których mogą pojawiać się _agresywne_ _moby_.", - - - "_": "->------------------------] Ponder Content [------------------------<-", - - "create.ponder.hold_to_ponder": "Przytrzymaj [%1$s], aby przeanalizować", - "create.ponder.subject": "Temat tej sceny", - "create.ponder.pondering": "Temat analizy:", - "create.ponder.identify_mode": "Tryb identyfikacji aktywny. Naciśnij [%1$s], aby wyłączyć", - "create.ponder.associated": "Powiązane hasła", - "create.ponder.close": "Zamknij", - "create.ponder.identify": "Identyfikacja", - "create.ponder.next": "Następna scena", - "create.ponder.next_up": "Następnie:", - "create.ponder.previous": "Poprzednia scena", - "create.ponder.replay": "Powtórka", - "create.ponder.think_back": "Powrót", - "create.ponder.slow_text": "Wygodne czytanie", - "create.ponder.exit": "Wyjście", - "create.ponder.welcome": "Witaj w menu analizowania", - "create.ponder.categories": "Dostępne kategorie w Create", - "create.ponder.index_description": "Kliknij na jedną z ikon aby dowiedzieć się informacji na temat powiązanych bloków i przedmiotów.", - "create.ponder.index_title": "Katalog analiz", - "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.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.display_sources": "Źródła dla nadajników wyświetlacza", - "create.ponder.tag.display_sources.description": "Komponenty lub bloki, które oferują dane, które mogą zostać odczytane przez nadajniki wyświetlacza.", - "create.ponder.tag.logistics": "Transport przedmiotów", - "create.ponder.tag.logistics.description": "Komponenty, które pomagają w transporcie przedmiotów", - "create.ponder.tag.display_targets": "Cele dla nadajników wyświetlacza", - "create.ponder.tag.display_targets.description": "Komponenty lub bloki, które mogą przetwarzać dane otrzymane od nadajników wyświetlacza.", - "create.ponder.tag.train_related": "Zaopatrzenie kolejowe", - "create.ponder.tag.train_related.description": "Komponenty używane przy konstrukcji lub zarządzaniu maszynami kolejowymi", - - "create.ponder.analog_lever.header": "Kontrola sygnałów z wykorzystaniem dźwigni analogowej", - "create.ponder.analog_lever.text_1": "Dźwignie analogowe są kompaktowymi i dokładnymi źródłami sygnału Redstone", - "create.ponder.analog_lever.text_2": "Kliknij PPM, aby zwiększyć wysyłaną przez nie siłę sygnału ", - "create.ponder.analog_lever.text_3": "Kliknij PPM skradając się, aby zmniejszyć wysyłaną przez nie siłę sygnału ", - - "create.ponder.andesite_tunnel.header": "Używanie andezytowych tuneli", - "create.ponder.andesite_tunnel.text_1": "Andezytowe tunele mogą być użyte do przykrycia Twoich taśmociągów", - "create.ponder.andesite_tunnel.text_2": "Kiedy andezytowy tunel ma połączenie z jego boku...", - "create.ponder.andesite_tunnel.text_3": "...będzie oddzielał dokładnie jeden przedmiot na każde wyjście", - "create.ponder.andesite_tunnel.text_4": "Reszta przedmiotów będzie kontynuowało swoją podróż", - - "create.ponder.auto_schedule.header": "Stacje i tworzenie harmonogramów", - "create.ponder.auto_schedule.text_1": "Harmonogramy mogą zostać użyte, aby nadać kierowcom cel jazdy", - "create.ponder.auto_schedule.text_2": "Komparatory otrzymają sygnał kiedy na stacji obecny jest pociąg", - "create.ponder.auto_schedule.text_3": "Stacje mogą być nadjechane tylko w zaznaczonym kierunku", - "create.ponder.auto_schedule.text_4": "Stacje mogą być również użyte, aby automatycznie przypisać nowe harmonogramy.", - "create.ponder.auto_schedule.text_5": "Harmonogram położony na stacji automatycznie skopiuje się na obecne pociągi", - "create.ponder.auto_schedule.text_6": "Przeciwnie do manualnego ustawiania harmonogramów, kierowcy nie wezmą ze sobą przedmiotu ze stacji", - - "create.ponder.basin.header": "Przetwarzanie przedmiotów w tyglu", - "create.ponder.basin.text_1": "Tygiel może przechowywać przedmioty i płyny do późniejszej obróbki", - "create.ponder.basin.text_2": "Po obróbce, tygle spróbują wyrzucić gotowy przedmiot z boku, jeden blok pod spodem", - "create.ponder.basin.text_3": "Jeśli stoi tam odpowiedni komponent, z boku tygla pojawi się wylot", - "create.ponder.basin.text_4": "Jest tu wiele opcji", - "create.ponder.basin.text_5": "Produkty będą pobrane przez poniższy pojemnik", - "create.ponder.basin.text_6": "Bez wylotu, tygiel zachowa produkty przez niego wytworzone", - "create.ponder.basin.text_7": "Może to być przydatne, jeśli przedmioty te muszą być ponownie użyte jako składniki", - "create.ponder.basin.text_8": "Gotowe przedmioty muszą być wyciągnięte z tygla", - "create.ponder.basin.text_9": "Filtr może być przydatny, aby zapobiec wyciąganiu nieprzerobionych przedmiotów", - - "create.ponder.bearing_modes.header": "Tryby ruchu dla mechanicznego łożyska", - "create.ponder.bearing_modes.text_1": "Kiedy zatrzymane, mechaniczne łożysko umieści strukturę w najbliższej możliwej przestrzeni", - "create.ponder.bearing_modes.text_2": "Może zostać ustawiony, aby nigdy nie powracał do stałych bloków, lub tylko blisko kąta, z jakiego zaczął", - - "create.ponder.belt_casing.header": "Przykrywanie taśmociągów", - "create.ponder.belt_casing.text_1": "Mosiężne lub andezytowe obudowy mogą być użyte do dekoracji taśmociągów", - "create.ponder.belt_casing.text_2": "Klucz może zostać użyty do usunięcia obudowy", - - "create.ponder.belt_connector.header": "Używanie taśmociągów", - "create.ponder.belt_connector.text_1": "Kliknięcie PPM na dwa wały połączy je taśmociągiem", - "create.ponder.belt_connector.text_2": "Przypadkowe wybory mogą być anulowane klikając na nie PPM skradając się", - "create.ponder.belt_connector.text_3": "Dodatkowe wały mogą zostać dodane w środku taśmociągu", - "create.ponder.belt_connector.text_4": "Wały połączone taśmociągiem będą się obracały z taką samą prędkością i kierunkiem", - "create.ponder.belt_connector.text_5": "Dodatkowe wały mogą zostać usunięte przy pomocy klucza", - "create.ponder.belt_connector.text_6": "Taśmociągi mogą zostać zabarwione w celach estetycznych", - - "create.ponder.belt_directions.header": "Prawidłowe orientacje taśmociągów", - "create.ponder.belt_directions.text_1": "Taśmociągi nie mogą się łączyć w losowych kierunkach", - "create.ponder.belt_directions.text_2": "1. Mogą się łączyć poziomo", - "create.ponder.belt_directions.text_3": "2. Mogą się łączyć ukośnie", - "create.ponder.belt_directions.text_4": "3. Mogą się łączyć pionowo", - "create.ponder.belt_directions.text_5": "4. I mogą łączyć pionowe wały poziomo", - "create.ponder.belt_directions.text_6": "To są wszystkie możliwe kierunki połączeń. Taśmociągi mogą mieć dowolną długość od 2 do 20 bloków", - - "create.ponder.belt_transport.header": "Używanie taśmociągów w celach logistycznych", - "create.ponder.belt_transport.text_1": "Ruchome taśmociągi będą przesuwały przedmioty lub inne byty", - "create.ponder.belt_transport.text_2": "Kliknij PPM pustą ręką, aby zabrać przedmiot z taśmociągu", - - "create.ponder.blaze_burner.header": "Napełnianie płomiennych palników", - "create.ponder.blaze_burner.text_1": "Płomienne palniki dają ciepło potrzebne do obróbki niektórych przedmiotów w tyglu", - "create.ponder.blaze_burner.text_2": "Aby uzyskać ciepło, płomyk uwięziony wewnątrz musi dostać jakieś łatwopalne przedmioty", - "create.ponder.blaze_burner.text_3": "Z użyciem płomiennego ciasta, palnik może uzyskać szczególnie wysoką temperaturę", - "create.ponder.blaze_burner.text_4": "Dostarczanie płomykowi przedmiotów może zostać zautomatyzowane z użyciem aplikatorów lub mechanicznych ramion", - - "create.ponder.brass_funnel.header": "Mosiężny lej", - "create.ponder.brass_funnel.text_1": "Andezytowe leje mogą pobierać jedynie pojedyncze przedmioty", - "create.ponder.brass_funnel.text_2": "Mosiężne leje mogą pobierać nawet pełne stosy", - "create.ponder.brass_funnel.text_3": "Przewijanie na slocie filtrującym pozwala na precyzyjną kontrolę nad maksymalną wielkością stosu", - "create.ponder.brass_funnel.text_4": "Użycie przedmiotu patrząc na slot filtrujący spowoduje, że lej będzie przesyłał tylko pasujące przedmioty", - - "create.ponder.brass_tunnel.header": "Używanie mosiężnych tuneli", - "create.ponder.brass_tunnel.text_1": "Mosiężne tunele mogą być użyte do przykrycia Twoich taśmociągów", - "create.ponder.brass_tunnel.text_2": "Mosiężne tunele posiadają slot filtrujący na każdej otwartej stronie", - "create.ponder.brass_tunnel.text_3": "Filtry przy wejściach zwyczajnie nie przepuszczają niepasujących przedmiotów", - "create.ponder.brass_tunnel.text_4": "Filtry przy wyjściach mogą być użyte do sortowania przedmiotów", - "create.ponder.brass_tunnel.text_5": "Jeśli przedmiot ma wiele możliwych wyjść, tryb dystrybucji zdecyduje jak mają się zachować", - "create.ponder.brass_tunnel.text_6": "Tunele na przylegających taśmociągach stworzą połączenie", - "create.ponder.brass_tunnel.text_7": "Przybyłe przedmioty będą dystrybuowane na wszystkie połączone wyjścia", - "create.ponder.brass_tunnel.text_8": "Przedmioty mogą być również wrzucone prosto do tunelu", - - "create.ponder.brass_tunnel_modes.header": "Tryby dystrybucji mosiężnego tunelu", - "create.ponder.brass_tunnel_modes.text_1": "Tryb dystrybucji mosiężnego tunelu może zostać wybrany z użyciem klucza", - "create.ponder.brass_tunnel_modes.text_10": "'Synchronizuj wejścia' jest trybem unikalnym dla mosiężnych tuneli", - "create.ponder.brass_tunnel_modes.text_11": "Przedmioty są przepuszczane jedynie, kiedy przed każdym połączonym tunelem czeka przedmiot", - "create.ponder.brass_tunnel_modes.text_12": "Dzięki temu mamy pewność, że każdy taśmociąg przesyła przedmioty z taką samą szybkością", - "create.ponder.brass_tunnel_modes.text_2": "Tryb 'Podziel' będzie starał się rozdzielić przedmioty do każdego wyjścia po równo", - "create.ponder.brass_tunnel_modes.text_3": "Jeśli wyjście nie może już przyjąć więcej przedmiotów, zostanie pominięte", - "create.ponder.brass_tunnel_modes.text_4": "Tryb 'Wymuś podział' nigdy nie pominie żadnego wyjścia, a zamiast tego będzie czekał, aż wszystkie będą wolne", - "create.ponder.brass_tunnel_modes.text_5": "Tryb 'Dookoła' zachowuje wielkość stosu, i rozprowadza je do każdego wyjścia po kolei", - "create.ponder.brass_tunnel_modes.text_6": "Znowu: jeśli wyjście nie może już przyjąć więcej przedmiotów, zostanie pominięte", - "create.ponder.brass_tunnel_modes.text_7": "Tryb 'Dookoła (wymuszony)' nigdy nie pominie żadnego wyjścia", - "create.ponder.brass_tunnel_modes.text_8": "Tryb 'Preferuj najbliższe' priorytetyzuje najbliższe wyjście od wejścia, z którego przybył przedmiot", - "create.ponder.brass_tunnel_modes.text_9": "Tryb 'Losowo' rozdystrybuuje całe stosy do losowych wyjść", - - "create.ponder.cart_assembler.header": "Przesuwanie maszyn z użyciem montera wagoników", - "create.ponder.cart_assembler.text_1": "Zasilony monter wagoników przyczepia dołączone struktury do przejeżdżających wagoników", - "create.ponder.cart_assembler.text_2": "Niezasilony, odczepia struktury od przejeżdżających wagoników", - "create.ponder.cart_assembler.text_3": "Klucz pomoże Ci przenieść gotowy wagonik w inne miejsce", - - "create.ponder.cart_assembler_dual.header": "Konstruowanie wielowagonikowych struktur", - "create.ponder.cart_assembler_dual.text_1": "Jeśli dwa montery wagoników dzielą ze sobą jedną strukturę...", - "create.ponder.cart_assembler_dual.text_2": "...zasilenie dowolnego z nich przyczepi konstrukcję do obu wagoników", - "create.ponder.cart_assembler_dual.text_3": "Wagoniki będą się zachowywać jak te połączone łącznikiem", - - "create.ponder.cart_assembler_modes.header": "Dostosowywanie orientacji maszyn w wagoniku", - "create.ponder.cart_assembler_modes.text_1": "Maszyny w wagoniku obracają się wraz z wagonikiem", - "create.ponder.cart_assembler_modes.text_2": "Ta strzałka pokazuje, która strona maszyny jest jej przodem", - "create.ponder.cart_assembler_modes.text_3": "Jeśli monter jest ustawiony na tryb 'Zablokuj obrót', maszyna nigdy nie zmieni swojej orientacji", - - "create.ponder.cart_assembler_rails.header": "Inne typy wagoników i torów", - "create.ponder.cart_assembler_rails.text_1": "Montery wagoników stojące na zwykłych torach nie zmienią prędkości przejeżdżającego wagonika", - "create.ponder.cart_assembler_rails.text_2": "Jeśli stoi na zasilanych lub sterujących torach, wagonik będzie stał w miejscu tak długo, aż nie zostaną tory zasilone", - "create.ponder.cart_assembler_rails.text_3": "Inne typy wagoników mogą być użyte jako baza dla maszyny", - "create.ponder.cart_assembler_rails.text_4": "Wagoniki z piecem będą ciągle zasilane, pobierając paliwo z doczepionych pojemników", - - "create.ponder.chain_drive.header": "Przekazywanie siły obrotowej z użyciem przekaźników łańcuchowych", - "create.ponder.chain_drive.text_1": "Przekaźniki łańcuchowe przekazują obroty do wszystkich połączonych przekaźników", - "create.ponder.chain_drive.text_2": "Wszystkie wały połączone w ten sposób będą obracać się w tą samą stronę", - "create.ponder.chain_drive.text_3": "Dowolna część w rzędzie może być obrócona o 90 stopni", - - "create.ponder.chain_gearshift.header": "Kontrolowanie prędkości obrotu z użyciem przekładników łańcuchowych", - "create.ponder.chain_gearshift.text_1": "Niezasilone przekładniki łańcuchowe zachowują się dokładnie tak samo jak przekaźniki łańcuchowe", - "create.ponder.chain_gearshift.text_2": "Kiedy zasilone, prędkość przekazywana do pozostałych przekładników jest podwojona", - "create.ponder.chain_gearshift.text_3": "Jeśli zasilony przekładnik nie jest źródłem obrotów, jego prędkość będzie zmniejszona dwukrotnie", - "create.ponder.chain_gearshift.text_4": "W oby przypadkach, pozostałe przekładniki będą pracować z dwukrotnie większą prędkością niż ten, który jest zasilony", - "create.ponder.chain_gearshift.text_5": "Z użyciem sygnałów analogowych, ta różnica może być dostosowana z większą dokładnością - pomiędzy 1 a 2x", - "create.ponder.chain_gearshift.text_6": "12 Ob/min", - - "create.ponder.chute.header": "Transport przedmiotów w dół z użyciem zsypów", - "create.ponder.chute.text_1": "Zsypy mogą transportować przedmioty pionowo z- i do pojemników", - "create.ponder.chute.text_2": "Używając klucza można stworzyć okno", - "create.ponder.chute.text_3": "Stawiając zsyp na bocznej stronie innego zsypu, będzie on skośny", - - "create.ponder.chute_upward.header": "Transport przedmiotów w górę przez zsypy", - "create.ponder.chute_upward.text_1": "Używając izolowanych wiatraków pod zsypem możliwy jest transport przedmiotów w górę zsypu", - "create.ponder.chute_upward.text_2": "Patrzenie na zsyp przez Gogle Inżyniera pokazuje informacje o kierunku funkcjonowania zsypu", - "create.ponder.chute_upward.text_3": "Od 'zablokowanej' strony przedmioty muszą być wkładane/wyciągane od boku", - - "create.ponder.clockwork_bearing.header": "Używanie mechanizmu zegarowego", - "create.ponder.clockwork_bearing.text_1": "Mechanizmy zegarowe przyczepiają do siebie bloki, które mają z przodu", - "create.ponder.clockwork_bearing.text_2": "Po dostarczeniu siły obrotowej, struktura obróci się, pokazując obecną godzinę", - "create.ponder.clockwork_bearing.text_3": "3:00", - "create.ponder.clockwork_bearing.text_4": "4:00", - "create.ponder.clockwork_bearing.text_5": "Kliknij PPM na mechanizm, aby zatrzymać lub rozpocząć obrót struktury", - "create.ponder.clockwork_bearing.text_6": "Przed wskazówką godzinową, można dodać kolejną strukturę", - "create.ponder.clockwork_bearing.text_7": "Upewnij się, że obie struktury nie są ze sobą połączone", - "create.ponder.clockwork_bearing.text_8": "Druga struktura będzie działać jak wskazówka minutowa", - - "create.ponder.clutch.header": "Kontrolowanie obrotu z użyciem sprzęgła", - "create.ponder.clutch.text_1": "Sprzęgło przekazuje obrót w linii prostej", - "create.ponder.clutch.text_2": "Zasilony, przerywa połączenie", - - "create.ponder.cog_speedup.header": "Przekładnia z kół zębatych", - "create.ponder.cog_speedup.text_1": "Duże i małe koła zębate mogą być połączone po ukosie", - "create.ponder.cog_speedup.text_2": "Przekazując z dużego koła na małe, prędkość wzrośnie dwukrotnie", - "create.ponder.cog_speedup.text_3": "Przekazując na odwrót, prędkość spadnie dwukrotnie", - - "create.ponder.cogwheel.header": "Przekazywanie obrotu z użyciem kół zębatych", - "create.ponder.cogwheel.text_1": "Koła zębate przekazują obrót do sąsiadujących kół", - "create.ponder.cogwheel.text_2": "Koła połączone w ten sposób będą obracać się w przeciwnych kierunkach", - - "create.ponder.cogwheel_casing.header": "Izolowanie kół zębatych", - "create.ponder.cogwheel_casing.text_1": "Mosiężne lub andezytowe obudowy mogą zostać użyte aby udekorować koła zębate", - "create.ponder.cogwheel_casing.text_2": "Komponenty dodane po izolowaniu nie zostaną połączone z wyjściami wałów", - "create.ponder.cogwheel_casing.text_3": "Klucz może zostać użyty, aby przełączać połączenia", - - "create.ponder.creative_fluid_tank.header": "Kreatywne zbiorniki", - "create.ponder.creative_fluid_tank.text_1": "Kretywne zbiorniki mogą być użyte do zapewnienia nieskończonej ilości dowolnej cieczy", - "create.ponder.creative_fluid_tank.text_2": "Kliknij PPM przedmiotem zawierającym jakąś ciecz, aby napełnić nią zbiornik", - "create.ponder.creative_fluid_tank.text_3": "Systemu rur mogą od teraz pobierać przypisaną ciecz w nieskończoność", - "create.ponder.creative_fluid_tank.text_4": "Jakiekolwiek płyny wtłaczane do kreatywnego zbiornika będą usuwane", - - "create.ponder.creative_motor.header": "Generowanie siły obrotowej z użyciem kreatywnego silnika", - "create.ponder.creative_motor.text_1": "Kreatywny silnik to kompaktowe i regulowane źródło siły obrotowej", - "create.ponder.creative_motor.text_2": "Przewijanie patrząc na tylny panel zmienia prędkość obrotu", - - "create.ponder.creative_motor_mojang.header": "Enigma Mojangu", - - "create.ponder.crushing_wheels.header": "Kruszenie przedmiotów", - "create.ponder.crushing_wheels.text_1": "Para kół kruszących kruszy przedmioty niezwykle efektywnie", - "create.ponder.crushing_wheels.text_2": "Powinny się one kręcić w przeciwnych kierunkach", - "create.ponder.crushing_wheels.text_3": "Przedmioty wrzucone od góry będą kruszone", - "create.ponder.crushing_wheels.text_4": "Przedmioty mogą zostać wrzucone i odebrane automatycznie", - - "create.ponder.deployer.header": "Używanie aplikatora", - "create.ponder.deployer.text_1": "Aplikator może imitować niektóre zachowania gracza, z użyciem siły obrotowej", - "create.ponder.deployer.text_10": "Kliknij PPM jego przód, aby dać mu przedmiot", - "create.ponder.deployer.text_11": "Przedmioty mogą też zostać dostarczone automatycznie", - "create.ponder.deployer.text_12": "Aplikatory posiadają slot filtrujący", - "create.ponder.deployer.text_13": "Kiedy filtr jest skonfigurowany, aplikator użyje tylko pasujących przedmiotów", - "create.ponder.deployer.text_14": "Od teraz jedynie pasujące przedmioty mogą być włożone...", - "create.ponder.deployer.text_15": "...i jedynie niepasujące przedmioty mogą być wyciągnięte", - "create.ponder.deployer.text_2": "Aplikator może używać przedmiotów jedynie 2 bloki przed nim", - "create.ponder.deployer.text_3": "Bloki bezpośrednio przed nim nie ograniczają go", - "create.ponder.deployer.text_4": "Aplikatory mogą:", - "create.ponder.deployer.text_5": "Stawiać bloki,", - "create.ponder.deployer.text_6": "Używać przedmiotów,", - "create.ponder.deployer.text_7": "Aktywować bloki,", - "create.ponder.deployer.text_8": "Kopać bloki", - "create.ponder.deployer.text_9": "i atakować moby", - - "create.ponder.deployer_contraption.header": "Używanie aplikatorów w maszynach", - "create.ponder.deployer_contraption.text_1": "Kiedy aplikatory są przesuwane, jako część ruchomej maszyny...", - "create.ponder.deployer_contraption.text_2": "...aktywują się przy każdym odwiedzonym bloku, pobierając przedmioty z pojemników przyczepionych do maszyny", - "create.ponder.deployer_contraption.text_3": "Slot filtrujący może być użyty do sprecyzowania, jakich przedmiotów używać", - - "create.ponder.deployer_modes.header": "Tryby aplikatora", - "create.ponder.deployer_modes.text_1": "Domyślnie, aplikator imituje prawe kliknięcie", - "create.ponder.deployer_modes.text_2": "Może być przestawiony na lewe kliknięcie używając klucza", - - "create.ponder.deployer_processing.header": "Przetwarzanie przedmiotów z użyciem aplikatorów", - "create.ponder.deployer_processing.text_1": "Posiadając odpowiedni przedmiot aplikatory mogą przyłączać je do przedmiotów leżących poniżej", - "create.ponder.deployer_processing.text_2": "Przedmioty mogą być rzucone lub położone na składnicy poniżej aplikatora", - "create.ponder.deployer_processing.text_3": "Jeśli przedmioty znajdują się na taśmociągu...", - "create.ponder.deployer_processing.text_4": "...aplikator zatrzyma je i przetworzy - wszystko automatycznie", - - "create.ponder.deployer_redstone.header": "Kontrolowanie aplikatorów z użyciem Redstone'a", - "create.ponder.deployer_redstone.text_1": "Zasilone przez Redstone, aplikatory nie aktywują się", - "create.ponder.deployer_redstone.text_2": "Przed zatrzymaniem, aplikatory dokończą już zaczętą czynność", - "create.ponder.deployer_redstone.text_3": "Chwilowe wyłączenie sygnału aktywuje więc aplikator dokładnie raz", - - "create.ponder.depot.header": "Używanie składnic", - "create.ponder.depot.text_1": "Składnice działają jak nieruchome elementy taśmociągu", - "create.ponder.depot.text_2": "Kliknij PPM, aby ręcznie położyć lub podnieść z niej przedmiot", - "create.ponder.depot.text_3": "Podobnie jak taśmociągi, składnica może dostarczać przedmioty do obróbki...", - "create.ponder.depot.text_4": "…jak i również dla mechanicznych ramion", - - "create.ponder.display_board.header": "Używanie tablic wyświetlających", - "create.ponder.display_board.text_1": "Tablice wyświetlające to skalowana alternatywa tabliczek", - "create.ponder.display_board.text_2": "Wymagają one siły obrotowej, aby działać", - "create.ponder.display_board.text_3": "Tekst może być wyświetlany za pomocą znaczników...", - "create.ponder.display_board.text_4": "...lub za pomocą nadajników wyświetlacza", - "create.ponder.display_board.text_5": "Barwniki mogą zostać zaaplikowane na pojedyncze linijki tablicy", - "create.ponder.display_board.text_6": "Linijki mogą zostać zresetowane przez kliknięcie pustą ręką", - - "create.ponder.display_link.header": "Konfigurowanie nadajników wyświetlacza", - "create.ponder.display_link.text_1": "Nadajniki wyświetlacza mogą zostać użyte do wizualizacji dynamicznych informacji", - "create.ponder.display_link.text_2": "Na początek, kliknij PPM na docelowy wyświetlacz...", - "create.ponder.display_link.text_3": "...potem przyczep nadajnik do bloku źródła wyświetlacza", - "create.ponder.display_link.text_4": "Otwórz interfejs, aby wybrać i skonfigurować wysyłane informacje", - "create.ponder.display_link.text_5": "Wyświetlacz będzie teraz otrzymywał informacje z nadajnika", - "create.ponder.display_link.text_6": "Nie każdy blok może działać jako źródło", - "create.ponder.display_link.text_7": "Każdy kompatybilny blok nadaje unikalne informacje", - "create.ponder.display_link.text_8": "Nadajnik wyświetlacza może działać z kilkoma różnymi wyświetlaczami", - - "create.ponder.display_link_redstone.header": "Kontrola redstone", - "create.ponder.display_link_redstone.text_1": "Nadajniki wyświetlacza zasilone sygnałem redstone przestaną wysyłać aktualizacje", - "create.ponder.display_link_redstone.text_2": "Kiedy zasilanie zostanie odcięte, zegarek zostanie zresetowany i nowe informacje zostaną natychmiastowo wysłane", - "create.ponder.display_link_redstone.text_3": "Sygnały wysłane ze źródła nie wpływają na nadajnik", - - "create.ponder.empty_blaze_burner.header": "Używanie pustych płomiennych palników", - "create.ponder.empty_blaze_burner.text_1": "Kliknij PPM na Płomyka trzymają w ręce pusty palnik, aby uwięzić go w środku", - "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": "Płomień palnika można zmienić w płomień dusz z użyciem piasku lub gleby dusz.", - "create.ponder.empty_blaze_burner.text_6": "Palniki bez Płomyka nie będą dawały jednak ciepła", - - "create.ponder.encased_fluid_pipe.header": "Przykrywanie rur", - "create.ponder.encased_fluid_pipe.text_1": "Miedziana obudowa może być użyta do udekorowania rur", - "create.ponder.encased_fluid_pipe.text_2": "Poza byciem ukrytym, rury są zablokowane w ich oryginalnym położeniu", - "create.ponder.encased_fluid_pipe.text_3": "Nie będzie oddziaływała już z sąsiadującymi blokami", - - "create.ponder.fan_direction.header": "Przepływ powietrza przez izolowane wiatraki", - "create.ponder.fan_direction.text_1": "Izolowane wiatraki używają siły obrotowej, aby wytworzyć przepływ powietrza", - "create.ponder.fan_direction.text_2": "Siła i kierunek przepływu zależy od właściwości siły obrotu", - - "create.ponder.fan_processing.header": "Obróbka przedmiotów z użyciem izolowanych wiatraków", - "create.ponder.fan_processing.text_1": "Przepływając przez lawę, powietrze staje się gorące", - "create.ponder.fan_processing.text_2": "Przedmioty, które wpadną na jego drogę będą wytopione", - "create.ponder.fan_processing.text_3": "Wrzucone jedzenie będzie spalone na popiół", - "create.ponder.fan_processing.text_4": "Zamiast lawy można użyć ognia, aby wędzić surowe jedzenie", - "create.ponder.fan_processing.text_5": "Powietrze przepływające przez wodę będzie płukało przedmioty", - "create.ponder.fan_processing.text_6": "W ten sposób z niepozornych przedmiotów można otrzymać przedmioty znacznie bardziej interesujące...", - "create.ponder.fan_processing.text_7": "Prędkość wiatraka nie wpływa na szybkość obróbki, a jedynie na jego zasięg!", - "create.ponder.fan_processing.text_8": "Przepływ powietrza działa również na przedmioty na taśmociągach lub składnicach", - - "create.ponder.fluid_pipe_flow.header": "Transport cieczy z użyciem rur", - "create.ponder.fluid_pipe_flow.text_1": "Rury mogą połączyć dwa lub więcej bloków przechowujących ciecze", - "create.ponder.fluid_pipe_flow.text_2": "Używając klucza, prosta rura może mieć w sobie okienko", - "create.ponder.fluid_pipe_flow.text_3": "Rury z oknami nie będą się łączyć z żadnymi rurami po jej boku", - "create.ponder.fluid_pipe_flow.text_4": "Rury mogą transportować ciecze dzięki mechanicznym pompom", - "create.ponder.fluid_pipe_flow.text_5": "Ciecz nie jest z początku transportowana...", - "create.ponder.fluid_pipe_flow.text_6": "Kiedy przepływ dotrze do celu, połączone ze sobą bloki będą stopniowo przesyłać zawarte ciecze", - "create.ponder.fluid_pipe_flow.text_7": "W ten sposób, postawione rury nigdy tak naprawde nie zawierają w sobie żadnej cieczy", - - "create.ponder.fluid_pipe_interaction.header": "Opróżnianie i napełnianie bloków przechowujących ciecze", - "create.ponder.fluid_pipe_interaction.text_1": "Punkty końcowe systemu rur mogą współpracować z rozmaitością różnych bloków", - "create.ponder.fluid_pipe_interaction.text_2": "Dowolny blok mogący przechowywać ciecze może być opróżniony lub napełniony", - "create.ponder.fluid_pipe_interaction.text_3": "Źródła cieczy bezpośrednio przed otwartym zakończeniem rury mogą być zebrane...", - "create.ponder.fluid_pipe_interaction.text_4": "...a wycieki w puste przestrzenie mogą tworzyć nowe źródła", - "create.ponder.fluid_pipe_interaction.text_5": "Rury mogą również opróżniać niektóre bloki bezpośrednio", - - "create.ponder.fluid_tank_sizes.header": "Rozmiary zbiornika", - "create.ponder.fluid_tank_sizes.text_1": "Zbiorniki mogą być połączone aby zwiększyć ich łączną pojemność", - "create.ponder.fluid_tank_sizes.text_2": "Ich podstawa może mieć aż do 3 bloków...", - "create.ponder.fluid_tank_sizes.text_3": "...i rozciągać się na nawet 30 dodatkowych warstw w górę", - "create.ponder.fluid_tank_sizes.text_4": "Używając klucza, zbiornik może otrzymać okienko", - - "create.ponder.fluid_tank_storage.header": "Przechowywanie cieczy w zbiornikach", - "create.ponder.fluid_tank_storage.text_1": "Zbiorniki mogą być używane do przechowywania dużych ilości cieczy", - "create.ponder.fluid_tank_storage.text_2": "Rury mogą zostać podłączone od dowolnej strony", - "create.ponder.fluid_tank_storage.text_3": "Poziom cieczy może być zmierzony z użyciem komparatora", - "create.ponder.fluid_tank_storage.text_4": "W trybie przetrwania ciecze nie mogą być dodane lub zabrane manualnie", - "create.ponder.fluid_tank_storage.text_5": "Można użyć tygli, odpływów lub napełniaczy aby opróżnić lub napełnić przedmioty mogące przechowywać ciecze", - - "create.ponder.funnel_compat.header": "Kompatybilność lejków", - "create.ponder.funnel_compat.text_1": "Lejki działają też z wieloma innymi komponentami", - "create.ponder.funnel_compat.text_2": "Pionowe piły", - "create.ponder.funnel_compat.text_3": "Składnice", - "create.ponder.funnel_compat.text_4": "Odpływy", - - "create.ponder.funnel_direction.header": "Kierunek transportu", - "create.ponder.funnel_direction.text_1": "Postawiony normalnie, wyciąga przedmioty z pojemnika", - "create.ponder.funnel_direction.text_2": "Postawiony w czasie skradania, wkłada przedmioty do pojemnika", - "create.ponder.funnel_direction.text_3": "Używając klucza, lejek może być odwrócony już po postawieniu", - "create.ponder.funnel_direction.text_4": "Takie same zasady stosują się do większości orientacji", - "create.ponder.funnel_direction.text_5": "Lejki na taśmociągach będą wyciągały/wkładały, bazując na ich kierunku poruszania się", - - "create.ponder.funnel_intro.header": "Używanie lejków", - "create.ponder.funnel_intro.text_1": "Lejki są idealne to transportu przedmiotów z- i do pojemników", - - "create.ponder.funnel_redstone.header": "Kontrola Redstonem", - "create.ponder.funnel_redstone.text_1": "Zasilenie spowoduje, że lejek przestanie działać", - - "create.ponder.funnel_transfer.header": "Bezpośredni transport", - "create.ponder.funnel_transfer.text_1": "Lejki nie mogą bezpośrednio transportować pomiędzy zamkniętymi pojemnikami", - "create.ponder.funnel_transfer.text_2": "Zsypy lub inteligentne zsypy mogą bardziej się do tego nadawać", - "create.ponder.funnel_transfer.text_3": "To samo tyczy się transportu poziomego. Taśmociąg może tutaj pomóc", - - "create.ponder.gantry_carriage.header": "Używanie przenośników suwnicowych", - "create.ponder.gantry_carriage.text_1": "Przenośnik suwnicowy może być zamontowany i przesuwany po suwnicy", - "create.ponder.gantry_carriage.text_2": "Może on przenosić dołączone bloki", - - "create.ponder.gantry_cascaded.header": "Kaskadowe suwnice", - "create.ponder.gantry_cascaded.text_1": "Suwnice można dołączyć do przenośnika suwnicowego bez użycia Super Glue", - "create.ponder.gantry_cascaded.text_2": "To samo tyczy się przenośników zamontowanych na przesuwanej suwnicy", - "create.ponder.gantry_cascaded.text_3": "Dlatego więc system suwnic może posiadać wiele osi ruchu", - - "create.ponder.gantry_direction.header": "Kierunek ruchu przenośnika", - "create.ponder.gantry_direction.text_1": "Suwnice mogą mieć odwrotne orientacje", - "create.ponder.gantry_direction.text_2": "Kierunek ruchu przenośnika zależy od orientacji jego suwnicy", - "create.ponder.gantry_direction.text_3": "…jak i kierunku obrotu suwnicy", - "create.ponder.gantry_direction.text_4": "Te same zasady stosują się do obrotu dołączonych elementów", - - "create.ponder.gantry_redstone.header": "Przenoszenie obrotu przez przenośniki", - "create.ponder.gantry_redstone.text_1": "Zasilone suwnice zatrzymują swoje przenośniki", - "create.ponder.gantry_redstone.text_2": "Zamiast tego, jej obrót przekazywany jest do wyjściowego wała przenośnika", - - "create.ponder.gantry_shaft.header": "Używanie suwnic", - "create.ponder.gantry_shaft.text_1": "Suwnice są podstawą całego mechanizmu suwnicowego. Dołączone przenośniki będą poruszać się wzdłuż suwnic", - "create.ponder.gantry_shaft.text_2": "Mechanizmy suwnicowe mogą przesuwać dołączone bloki", - - "create.ponder.gearbox.header": "Przenoszenie siły obrotowej z użyciem przekładni", - "create.ponder.gearbox.text_1": "Zmiany osi obrotu mogą bardzo szybko stać się bardzo duże", - "create.ponder.gearbox.text_2": "Przekładnia jest bardziej kompaktową wersją tego mechanizmu", - "create.ponder.gearbox.text_3": "Wały dookoła rogów obracają się w lustrzanych kierunkach", - "create.ponder.gearbox.text_4": "Proste połączenie będzie odwrócone", - - "create.ponder.gearshift.header": "Przenoszenie siły obrotowej z użyciem przekładnika", - "create.ponder.gearshift.text_1": "Przekładniki przenoszą obrót w linii prostej", - "create.ponder.gearshift.text_2": "Kiedy zasilone, kierunek obrotu odwraca się", - - "create.ponder.hand_crank.header": "Generowanie siły obrotowej z użyciem ręcznej korby", - "create.ponder.hand_crank.text_1": "Korby mogą być użyte przez gracza, aby ręcznie wprawić komponent w ruch", - "create.ponder.hand_crank.text_2": "Trzymaj PPM, aby obrócić ją odwrotnie niż wskazówki zegara", - "create.ponder.hand_crank.text_3": "Wytwarzana prędkość jest dosyć duża!", - "create.ponder.hand_crank.text_4": "Trzymaj PPM skradając się, aby obrócić ją zgodnie ze wskazówkami zegara", - - "create.ponder.hose_pulley.header": "Osuszanie i napełnianie źródeł z użyciem krązków z wężem", - "create.ponder.hose_pulley.text_1": "Krążki z wężem mogą być użyte do napełniania lub opróżniania dużych akwenów cieczy", - "create.ponder.hose_pulley.text_2": "Z użyciem siły obrotowej, wysokość węża może być kontrolowana", - "create.ponder.hose_pulley.text_3": "Wąż jest wciągany z powrotem, gdy siły obrotowa jest odwrócona", - "create.ponder.hose_pulley.text_4": "Z drugiej strony mogą być przyłączone rury", - "create.ponder.hose_pulley.text_5": "Przyłączone systemy rur mogą wylewać ciecz przez wąż...", - "create.ponder.hose_pulley.text_6": "...lub zasysać ją, tym samym osuszając akwen", - "create.ponder.hose_pulley.text_7": "Prędkość transportu cieczy zależy w całości od przepływu cieczy w całym systemie rur", - - "create.ponder.hose_pulley_infinite.header": "Pasywne osuszanie i napełnianie dużych akwenów cieczy", - "create.ponder.hose_pulley_infinite.text_1": "Opuszczając wąż do odpowiednio wielkiego akwenu...", - "create.ponder.hose_pulley_infinite.text_2": "Będzie transportować ciecz w dowolną stronę, bez wpływu na źródło, do którego został opuszczony", - "create.ponder.hose_pulley_infinite.text_3": "System rur może wtedy pobierać lub wylewać ciecze przez takie węże bez limitu", - - "create.ponder.hose_pulley_level.header": "Poziomy cieczy przy krążkach z wężem", - "create.ponder.hose_pulley_level.text_1": "Będąc w pełni zwinięty, krążek z wężem nie może pracować", - "create.ponder.hose_pulley_level.text_2": "Osuszanie odbywa się od góry do dołu", - "create.ponder.hose_pulley_level.text_3": "Poziom cieczy będzie tuż za końcem węża", - "create.ponder.hose_pulley_level.text_4": "Napełnianie odbywa się z dołu do góry", - "create.ponder.hose_pulley_level.text_5": "Poziom cieczy nie podniesie się powyżej blok, w którym znajduje się koniec węża", - - "create.ponder.item_drain.header": "Opróżnianie przedmiotów z użyciem odpływów", - "create.ponder.item_drain.text_1": "Odpływy mogą opróżniać przedmioty zawierające ciecz", - "create.ponder.item_drain.text_2": "Kliknij PPM na odpływ, aby opróżnić trzymany przedmiot", - "create.ponder.item_drain.text_3": "Kiedy przedmioty są dostarczane od boku...", - "create.ponder.item_drain.text_4": "...są opróżniane i przesuwane na drugą stronę", - "create.ponder.item_drain.text_5": "Systemy rur mogą wyciągać zawartą w odpływie ciecz", - - "create.ponder.item_vault_sizes.header": "Rozmiary kontenerów na przedmioty", - "create.ponder.item_vault_sizes.text_1": "Kontenery na przedmioty mogą zostać połączone aby zwiększyć ich pojemność", - "create.ponder.item_vault_sizes.text_2": "Ich kwadratowa podstawa może być szeroka na maksymalnie 3 bloki...", - "create.ponder.item_vault_sizes.text_3": "...a ich długość 3 razy większa niż średnica", - - "create.ponder.item_vault_storage.header": "Przechowywanie przedmiotów w kontenerach", - "create.ponder.item_vault_storage.text_1": "Kontenery na przedmioty mogą zostać użyte do przechowywania dużych ilości przedmiotów", - "create.ponder.item_vault_storage.text_2": "Jednakże, zawartość nie może być wkładana ani wyjmowana manualnie", - "create.ponder.item_vault_storage.text_3": "Jakiekolwiek komponenty do transportu przedmiotów mogą wkładać...", - "create.ponder.item_vault_storage.text_4": "...lub wyjmować zawartość z tego kontenera", - - "create.ponder.large_cogwheel.header": "Przekazywanie siły obrotowej z użyciem dużych kół zębatych", - "create.ponder.large_cogwheel.text_1": "Duże koła zębate mogą się łączyć ze sobą pod kątem prostym", - "create.ponder.large_cogwheel.text_2": "Pomogą one w przekazywaniu siły obrotowej na inne osie obrotu", - - "create.ponder.linear_chassis_attachment.header": "Dołączanie bloków do stelaża liniowego", - "create.ponder.linear_chassis_attachment.text_1": "Odkryte strony stelaża mogą być oblepione szlamem", - "create.ponder.linear_chassis_attachment.text_2": "Kliknij ponownie, aby oblepić również drugą stronę", - "create.ponder.linear_chassis_attachment.text_3": "Kliknij PPM skradając się, aby usunąć szlam", - "create.ponder.linear_chassis_attachment.text_4": "Lepkie strony zabiorą ze sobą linie bloków przed sobą", - "create.ponder.linear_chassis_attachment.text_5": "Użyj klucza, aby ustawić maksymalny zasięg działania stelaża", - "create.ponder.linear_chassis_attachment.text_6": "Trzymając CTRL i przewijając dostosujesz maksymalny zasięg wszystkich połączonych stelaży", - "create.ponder.linear_chassis_attachment.text_7": "Przyłączanie bloków do innej strony wymaga użycia Super Glue", - "create.ponder.linear_chassis_attachment.text_8": "Z wykorzystaniem tych mechanik, struktury w każdym kształcie mogą tworzyć maszyną", - - "create.ponder.linear_chassis_group.header": "Przesuwanie liniowych stelaży w grupach", - "create.ponder.linear_chassis_group.text_1": "Liniowe stelaże łączą się z identycznymi stelażami obok nich", - "create.ponder.linear_chassis_group.text_2": "Kiedy jeden z nich jest przesunięty, wszystkie inne są ciągnięte za nim", - "create.ponder.linear_chassis_group.text_3": "Stelaże innego typu lub postawione w innym kierunku nie zostaną połączone", - - "create.ponder.mechanical_arm.header": "Ustawianie mechanicznych ramion", - "create.ponder.mechanical_arm.text_1": "Wejścia i wyjścia muszą zostać przypisane do ramienia, zanim będzie można je postawić", - "create.ponder.mechanical_arm.text_2": "Kliknij PPM na blok trzymając ramię, aby przypisać do niego cel", - "create.ponder.mechanical_arm.text_3": "Kliknij ponownie, aby przełączyć pomiędzy wejściem (niebieski) i wyjściem (pomarańczowy)", - "create.ponder.mechanical_arm.text_4": "Kliknij LPM, aby usunąć zaznaczenie", - "create.ponder.mechanical_arm.text_5": "Po postawieniu, mechaniczne ramię będzie operować pomiędzy wybranymi blokami", - "create.ponder.mechanical_arm.text_6": "Mogą one mieć dowolną ilość wejść i wyjść w ich zasięgu", - "create.ponder.mechanical_arm.text_7": "Nie z każdym blokiem zawierającym przedmioty może ono jednak bezpośrednio pracować", - "create.ponder.mechanical_arm.text_8": "Lejki i składnice mogą zapełnić tą lukę", - - "create.ponder.mechanical_arm_filtering.header": "Filtrowanie wyjść z mechanicznego ramienia", - "create.ponder.mechanical_arm_filtering.text_1": "Wejścia", - "create.ponder.mechanical_arm_filtering.text_2": "Wyjścia", - "create.ponder.mechanical_arm_filtering.text_3": "Czasami potrzebne jest ograniczenie celów ramienia przy pomocy filtra", - "create.ponder.mechanical_arm_filtering.text_4": "Mechaniczne ramiona nie posiadają żadnych opcji filtrowanie same w sobie", - "create.ponder.mechanical_arm_filtering.text_5": "Mosiężne lejki ustawione jako cele komunikują ramieniu informacje o swoim filtrze", - "create.ponder.mechanical_arm_filtering.text_6": "Ramię jest wystarczająco mądre, aby nie podnosić przedmiotów, których nie mogłoby odstawić", - - "create.ponder.mechanical_arm_modes.header": "Tryby dystrybucji mechanicznego ramienia", - "create.ponder.mechanical_arm_modes.text_1": "Wejście", - "create.ponder.mechanical_arm_modes.text_2": "Wyjście", - "create.ponder.mechanical_arm_modes.text_3": "Kiedykolwiek ramię musi wybrać pomiędzy wieloma możliwymi wyjściami...", - "create.ponder.mechanical_arm_modes.text_4": "…będzie działać zgodnie z jego ustawieniami", - "create.ponder.mechanical_arm_modes.text_5": "Przewijanie trzymając klucz pozwoli ci na konfigurację", - "create.ponder.mechanical_arm_modes.text_6": "Tryb 'Dookoła' zwyczajnie pozwala na cykl pomiędzy wszystkimi dostępnymi wyjściami", - "create.ponder.mechanical_arm_modes.text_7": "Jeśli wyjście nie może przyjąć więcej przedmiotów, będzie ono pominięte", - "create.ponder.mechanical_arm_modes.text_8": "Tryb 'Dookoła (wymuszony)' nigdy nie pominie żadnego wyjścia i poczeka, aż będzie ono wolne", - "create.ponder.mechanical_arm_modes.text_9": "Tryb 'Preferuj pierwszy cel' priorytetyzuje cele ustawione przed postawieniem jako pierwsze", - - "create.ponder.mechanical_arm_redstone.header": "Kontrolowanie mechanicznych ramion z użyciem Redstone'a", - "create.ponder.mechanical_arm_redstone.text_1": "Kiedy zasilone, mechaniczne ramię przestanie działać", - "create.ponder.mechanical_arm_redstone.text_2": "Przed zatrzymaniem, ramiona dokończą zaczętą już czynność", - "create.ponder.mechanical_arm_redstone.text_3": "Chwilowe wyłączenie sygnału aktywuje więc ramię dokładnie raz", - - "create.ponder.mechanical_bearing.header": "Przesuwanie struktur z użyciem mechanicznego łożyska", - "create.ponder.mechanical_bearing.text_1": "Mechaniczne łożysko przyczepia do siebie blok, który jest przed nim", - "create.ponder.mechanical_bearing.text_2": "W momencie otrzymania siły obrotowej, stworzy on obracającą się maszynę", - - "create.ponder.mechanical_crafter.header": "Ustawianie mechanicznych stołów rzemieślniczych", - "create.ponder.mechanical_crafter.text_1": "Grupa mechanicznych stołów rzemieślniczych może być użyta, aby zautomatyzować każdą recepturę", - "create.ponder.mechanical_crafter.text_2": "Używając klucza, ścieżki stołów mogą zostać ułożone", - "create.ponder.mechanical_crafter.text_3": "Aby układ był poprawny, wszystkie ścieżki muszą prowadzić do jednego wyjścia po dowolnej stronie", - "create.ponder.mechanical_crafter.text_4": "Produkty będą umieszczone w bloku przy wyjściu", - "create.ponder.mechanical_crafter.text_5": "Mechaniczne stoły rzemieślnicze wymagają siły obrotowej, aby pracować", - "create.ponder.mechanical_crafter.text_6": "Kliknij PPM na ich przody, aby ręcznie włożyć tam przedmioty", - "create.ponder.mechanical_crafter.text_7": "Kiedy każdy slot zawiera przedmiot, rozpocznie się proces konstruowania", - "create.ponder.mechanical_crafter.text_8": "Dla receptur, które nie zajmują wszystkich slotów, start konstruowania można rozpocząć zasilając dowolny z nich", - - "create.ponder.mechanical_crafter_connect.header": "Łączenie ekwipunków mechanicznych stołów rzemieślniczych", - "create.ponder.mechanical_crafter_connect.text_1": "Przedmioty mogą być włożone do stołów automatycznie", - "create.ponder.mechanical_crafter_connect.text_2": "Klikając na ich tył kluczem, mechaniczne stoły rzemieślnicze może połączyć ze sobą", - "create.ponder.mechanical_crafter_connect.text_3": "Wszystkie połączone stoły mogą przyjmować teraz przedmioty z jednego miejsca", - - "create.ponder.mechanical_crafter_covers.header": "Przykrywanie slotów mechanicznych stołów rzemieślniczych", - "create.ponder.mechanical_crafter_covers.text_1": "Niektóre receptury wymagają zapełnienia dziury pomiędzy poszczególnymi stołami", - "create.ponder.mechanical_crafter_covers.text_2": "Używając przykrywek na slot, można wyłączyć jeden stół z użytku. Nie będzie on przyjmował przedmiotów, ale będzie łączył sąsiadujące sloty w jedną całość", - "create.ponder.mechanical_crafter_covers.text_3": "Połączone stoły również działają w przypadku przykrycia jednego ze slotów", - - "create.ponder.mechanical_drill.header": "Niszczenie bloków mechanicznym wiertłem", - "create.ponder.mechanical_drill.text_1": "Po otrzymaniu siły obrotowej, mechaniczne wiertło będzie niszczyć bloki bezpośrednio przed nim", - "create.ponder.mechanical_drill.text_2": "Jego prędkość niszczenia zależy od prędkości siły obrotowej", - - "create.ponder.mechanical_drill_contraption.header": "Używanie mechanicznych wierteł w maszynach", - "create.ponder.mechanical_drill_contraption.text_1": "Kiedy wiertła są przesuwane razem z maszyną...", - "create.ponder.mechanical_drill_contraption.text_2": "…zniszczą one bloki na ich drodze", - - "create.ponder.mechanical_harvester.header": "Używanie mechanicznych żniwiarek w maszynach", - "create.ponder.mechanical_harvester.text_1": "Kiedy żniwiarki są przesuwane razem z maszyną...", - "create.ponder.mechanical_harvester.text_2": "…zbiorą one dojrzałe plony na ich drodze", - - "create.ponder.mechanical_mixer.header": "Obróbka przedmiotów z użyciem mechanicznego miksera", - "create.ponder.mechanical_mixer.text_1": "Używając miksera i tygla, niektóre receptury mogą być zautomatyzowane", - "create.ponder.mechanical_mixer.text_2": "Dostępne są wszystkie receptury nieokreślone, plus kilka innych", - "create.ponder.mechanical_mixer.text_3": "Niektóre z nich mogą wymagać użycia płomiennego palnika", - "create.ponder.mechanical_mixer.text_4": "Slot filtrujący może być użyty w przypadku dwóch konfliktujących receptur", - - "create.ponder.mechanical_piston.header": "Przesuwanie struktur z użyciem mechanicznego tłoka", - "create.ponder.mechanical_piston.text_1": "Mechaniczny tłok może przesuwać znajdujące się przed nim bloki", - "create.ponder.mechanical_piston.text_2": "Prędkość i kierunek ruchu zależy od dostarczonej siły obrotowej", - "create.ponder.mechanical_piston.text_3": "Lepkie mechaniczne tłoki mogą przyciągać doczepione bloki", - - "create.ponder.mechanical_piston_modes.header": "Tryby ruchu mechanicznych tłoków", - "create.ponder.mechanical_piston_modes.text_1": "Kiedy tłok zatrzyma się, przesuwana struktura znów stanie się zwyczajnymi blokami", - "create.ponder.mechanical_piston_modes.text_2": "Można go skonfigurować, aby bloki nigdy nie stawały się stałymi, lub tylko w pozycji początkowej", - - "create.ponder.mechanical_plough.header": "Używanie mechanicznych pługów w maszynach", - "create.ponder.mechanical_plough.text_1": "Kiedy pługi są przesuwane razem z maszyną...", - "create.ponder.mechanical_plough.text_2": "…zniszczą one niesolidne bloki na ich drodze", - "create.ponder.mechanical_plough.text_3": "Dodatkowo, pługi mogą orać pola", - "create.ponder.mechanical_plough.text_4": "…mogą też odrzucać moby bez ranienia ich", - - "create.ponder.mechanical_press.header": "Obróbka przedmiotów z użyciem mechanicznej prasy", - "create.ponder.mechanical_press.text_1": "Mechaniczna prasa może przetwarzać przedmioty znajdujące się pod nią", - "create.ponder.mechanical_press.text_2": "Przedmioty wejściowe mogą być rzucone pod prasę lub położone na składnicy", - "create.ponder.mechanical_press.text_3": "Kiedy przedmioty znajdują się na taśmociągu...", - "create.ponder.mechanical_press.text_4": "…prasa zatrzyma je i przetworzy - wszystko automatycznie", - - "create.ponder.mechanical_press_compacting.header": "Zbijanie przedmiotów z użyciem mechanicznej prasy", - "create.ponder.mechanical_press_compacting.text_1": "Prasowanie przedmiotów znajdujących się w tyglu sprawi, że staną się zbite", - "create.ponder.mechanical_press_compacting.text_2": "Można w ten sposób przetworzyć każdą recepturę, która wypełnia jednym przedmiotem kwadrat 2x2 lub 3x3", - "create.ponder.mechanical_press_compacting.text_3": "Niektóre z nich mogą wymagać użycia płomiennego palnika", - "create.ponder.mechanical_press_compacting.text_4": "Slot filtrujący może być użyty w przypadku dwóch konfliktujących receptur", - - "create.ponder.mechanical_pump_flow.header": "Transport płynów z użyciem mechanicznych pomp", - "create.ponder.mechanical_pump_flow.text_1": "Mechaniczne pompy zarządzają przepływem przez system rur, którego są częścią", - "create.ponder.mechanical_pump_flow.text_2": "Po wprawieniu w ruch, ich strzałka wskazuje kierunek przepływu", - "create.ponder.mechanical_pump_flow.text_3": "Rury z tyłu pobierają teraz ciecz...", - "create.ponder.mechanical_pump_flow.text_4": "...a te z przodu oddają zawartą ciecz", - "create.ponder.mechanical_pump_flow.text_5": "Odwrócenie kierunku obracania odwraca też kierunek przepływu", - "create.ponder.mechanical_pump_flow.text_6": "Użyj klucza, aby ręcznie odwrócić kierunek przepływu przez pompę", - - "create.ponder.mechanical_pump_speed.header": "Przepustowość mechanicznych pomp", - "create.ponder.mechanical_pump_speed.text_1": "Niezależnie od prędkości, mechaniczne pompy działają na odległość maksymalnie 16 bloków", - "create.ponder.mechanical_pump_speed.text_2": "Zwiększenie prędkości powoduje zwiększenie prędkości przepływu cieczy...", - "create.ponder.mechanical_pump_speed.text_3": "...jak i maksymalną przepustowość pompy", - "create.ponder.mechanical_pump_speed.text_4": "Pompy łączą swoją przepustowość w tym samemy systemie rur", - "create.ponder.mechanical_pump_speed.text_5": "Zmiana orientacji pompy pomoże w dostosowaniu kierunku przepływu", - - "create.ponder.mechanical_saw_breaker.header": "Ścinanie drzew z użyciem mechanicznej piły", - "create.ponder.mechanical_saw_breaker.text_1": "Po otrzymaniu siły obrotowej, mechaniczna piła zetnie każde znajdujące się przed nią drzewo", - "create.ponder.mechanical_saw_breaker.text_2": "Aby całkowicie ściąć drzewo, piła musi zniszczyć każdy blok łączący je z ziemią", - - "create.ponder.mechanical_saw_contraption.header": "Używanie mechanicznych pił w maszynach", - "create.ponder.mechanical_saw_contraption.text_1": "Kiedy piły są przesuwane razem z maszyną...", - "create.ponder.mechanical_saw_contraption.text_2": "…zetną one drzewa na ich drodze", - - "create.ponder.mechanical_saw_processing.header": "Obróbka przedmiotów z użyciem mechanicznej piły", - "create.ponder.mechanical_saw_processing.text_1": "Skierowana w górę mechaniczna piła może przetwarzać wiele różnych przedmiotów", - "create.ponder.mechanical_saw_processing.text_2": "Przerabiany przedmiot zawsze przesuwa się przeciwnie do kierunku obrotu piły", - "create.ponder.mechanical_saw_processing.text_3": "Piły mogą współpracować z taśmociągami", - "create.ponder.mechanical_saw_processing.text_4": "Slot filtrujący może być użyty w przypadku dwóch konfliktujących receptur", - "create.ponder.mechanical_saw_processing.text_5": "Bez ustawionego filtra, piła przejdzie przez wszystkie receptury po kolei", - - "create.ponder.millstone.header": "Obróbka przedmiotów w młynku", - "create.ponder.millstone.text_1": "Młynek przetwarza przedmioty mieląc je", - "create.ponder.millstone.text_2": "Może być wprawiony w ruch od boku z użyciem kół zębatych", - "create.ponder.millstone.text_3": "Wrzuć lub włóż przedmiot od góry", - "create.ponder.millstone.text_4": "Po jakimś czasie, produkty mogą być zabrane prawym kliknięciem", - "create.ponder.millstone.text_5": "…lub w zautomatyzowany sposób", - - "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": "Użyj barwników, aby zmienić kolor lampy", - - "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ąć", - "create.ponder.piston_pole.text_2": "Długość przedłużenia z tyłu ustala maksymalny zasięg tłoka", - - "create.ponder.portable_fluid_interface.header": "Przekazywanie cieczy z ruchomych maszyn do stojących bloków", - "create.ponder.portable_fluid_interface.text_1": "Zwyczajne rury nie mają dostępu do zbiorników z ruchomych maszyn", - "create.ponder.portable_fluid_interface.text_2": "Ten blok pozwala na transport cieczy bez potrzeby zatrzymywania maszyny", - "create.ponder.portable_fluid_interface.text_3": "Postaw drugi interfejs oddalony o 1 lub 2 bloki", - "create.ponder.portable_fluid_interface.text_4": "Kiedy będą blisko siebie, połączą się", - "create.ponder.portable_fluid_interface.text_5": "Po połączeniu, stacjonarny interfejs będzie reprezentował WSZYSTKIE zbiorniki w ruchomej maszynie", - "create.ponder.portable_fluid_interface.text_6": "Ciecz może od teraz być wpompowana...", - "create.ponder.portable_fluid_interface.text_7": "...lub wypompowania z maszyny", - "create.ponder.portable_fluid_interface.text_8": "W momencie, kiedy przed dłuższy czas żadne ciecze nie będą wymieniane, maszyna zostanie odłączona i będzie kontynuowała swoją pracę", - - "create.ponder.portable_storage_interface.header": "Używanie przenośnych interfejsów magazynu", - "create.ponder.portable_storage_interface.text_1": "Pojemniki na ruchomych maszynach nie mogą być otwarte przez gracza", - "create.ponder.portable_storage_interface.text_2": "Ten komponent może współpracować z zawartością maszyny bez potrzeby jej zatrzymywania", - "create.ponder.portable_storage_interface.text_3": "Postaw drugi w odstępie od 1 do 2 bloków", - "create.ponder.portable_storage_interface.text_4": "Kiedy będą blisko siebie połączą się", - "create.ponder.portable_storage_interface.text_5": "Kiedy są połączone, stojący interfejs będzie reprezentował wszystkie pojemniki znajdujące się na maszynie", - "create.ponder.portable_storage_interface.text_6": "Przedmioty mogą być wsadzone...", - "create.ponder.portable_storage_interface.text_7": "…lub wyciągnięte z maszyny", - "create.ponder.portable_storage_interface.text_8": "W momencie, kiedy przed dłuższy czas żadne przedmioty nie będą wymieniane, maszyna zostanie odłączona i będzie kontynuowała swoją pracę", - - "create.ponder.portable_storage_interface_redstone.header": "Kontrola Redstonem", - "create.ponder.portable_storage_interface_redstone.text_1": "Zasilenie Redstonem zapobiegnie połączeniu się interfejsów", - - "create.ponder.powered_latch.header": "Kontrola sygnału z użyciem zaawansowanego zasilanego przełącznika", - "create.ponder.powered_latch.text_1": "Zaawansowane zasilane przełączniki to dźwignie, które można kontrolować przez Redstone", - "create.ponder.powered_latch.text_2": "Sygnały otrzymane z tyłu włączają je...", - "create.ponder.powered_latch.text_3": "...a sygnały od boku wyłączają", - "create.ponder.powered_latch.text_4": "Zaawansowane zasilane przełączniki mogą też być przełączone ręcznie", - - "create.ponder.powered_toggle_latch.header": "Kontrola sygnału z użyciem zasilanego przełącznika", - "create.ponder.powered_toggle_latch.text_1": "Zasilane przełączniki to dźwignie, które można kontrolować przez Redstone", - "create.ponder.powered_toggle_latch.text_2": "Sygnały otrzymane z tyłu przełączają je", - "create.ponder.powered_toggle_latch.text_3": "włączone... wyłączone...", - "create.ponder.powered_toggle_latch.text_4": "Zasilane przełączniki mogą też być przełączone ręcznie", - - "create.ponder.pulse_extender.header": "Kontrolowanie sygnałów za pomocą przedłużaczy pulsów", - "create.ponder.pulse_extender.text_1": "Wydłużacze pulsów mogą przedłużyć sygnał który przez nie przechodzi", - "create.ponder.pulse_extender.text_2": "Aktywują się one z krótkim opóźnieniem...", - "create.ponder.pulse_extender.text_3": "...i schładzają się przez skonfigurowany czas", - "create.ponder.pulse_extender.text_4": "Czas rozładowania może być skonfigurowany używając kółka od myszy", - "create.ponder.pulse_extender.text_5": "Skonfigurowany czas może wynosić nawet 30 minut", - - "create.ponder.pulse_repeater.header": "Kontrola sygnału z użyciem przekaźników pulsowych", - "create.ponder.pulse_repeater.text_1": "Przekaźniki pulsowe skrócą dowolny sygnał do pojedynczego pulsu", - "create.ponder.pulse_repeater.text_2": "Czas ładowania może być skonfigurowany używając kółka od myszy", - "create.ponder.pulse_repeater.text_3": "Skonfigurowany czas może wynosić nawet 30 minut", - - "create.ponder.radial_chassis.header": "Przyłączanie bloków z użyciem stelaża promienistego", - "create.ponder.radial_chassis.text_1": "Stelaże promieniste łączą się z identycznymi stelażami w jednym rzędzie", - "create.ponder.radial_chassis.text_2": "Kiedy jeden z nich jest przesunięty, wszystkie inne również się przesuwają", - "create.ponder.radial_chassis.text_3": "Boczne ściany stelaży promienistych mogą zostać oblepione szlamem", - "create.ponder.radial_chassis.text_4": "Kliknij ponownie, aby oblepić wszystkie strony", - "create.ponder.radial_chassis.text_5": "Kliknij PPM skradając się, aby usunąć szlam", - "create.ponder.radial_chassis.text_6": "Lepkie strony zabiorą ze sobą przyczepione bloki...", - "create.ponder.radial_chassis.text_7": "...w określonym zasięgu", - "create.ponder.radial_chassis.text_8": "Użyj klucza, aby ustawić maksymalny zasięg działania stelaża", - "create.ponder.radial_chassis.text_9": "Bloki, które nie są w żaden sposób połączone z lepką stroną stelaża nie będą przesuwane", - - "create.ponder.redstone_contact.header": "Przełącznik kontaktowy", - "create.ponder.redstone_contact.text_1": "Przełączniki kontaktowe skierowane w swoją stronę będą emitować sygnał Redstone", - "create.ponder.redstone_contact.text_2": "Działa to też w momencie, kiedy jeden z nich jest częścią ruchomej maszyny", - - "create.ponder.redstone_link.header": "Używanie emiterów sygnału", - "create.ponder.redstone_link.text_1": "Emitery sygnału mogą przesyłać sygnał Redstone bezprzewodowo", - "create.ponder.redstone_link.text_2": "Kliknij PPM skradając się, aby przełączyć na tryb odbierania", - "create.ponder.redstone_link.text_3": "Prawe kliknięcie kluczek robi dokładnie to samo", - "create.ponder.redstone_link.text_4": "Odbiorniki emitują sygnał Redstone nadajników w zasięgu 128 bloków", - "create.ponder.redstone_link.text_5": "Wkładając przedmioty do dwóch slotów można sprecyzować częstotliwość", - "create.ponder.redstone_link.text_6": "Jedynie emitery z pasującymi częstotliwościami będą się ze sobą komunikować", - - "create.ponder.rope_pulley.header": "Przesuwanie struktur z użyciem krążków z liną", - "create.ponder.rope_pulley.text_1": "Krążki z liną mogę przesuwać pionowo bloki z wykorzystaniem siły obrotowej", - "create.ponder.rope_pulley.text_2": "Prędkość i kierunek ruchu zależą od dostarczonej siły obrotowej", - - "create.ponder.rope_pulley_attachment.header": "Przesuwanie krążków jako część maszyny", - "create.ponder.rope_pulley_attachment.text_1": "Kiedy krążek jest częścią ruchomej maszyny...", - "create.ponder.rope_pulley_attachment.text_2": "...przyczepiona do niego struktura również się przesunie", - "create.ponder.rope_pulley_attachment.text_3": "Pamiętaj, że krążki mogą pracować jedynie, jeśli same się nie poruszają", - - "create.ponder.rope_pulley_modes.header": "Tryby ruchu krążków z liną", - "create.ponder.rope_pulley_modes.text_1": "Kiedy krążek przestaje się obracać, przyczepiona do niego struktura staje się z powrotem blokami", - "create.ponder.rope_pulley_modes.text_2": "Można go skonfigurować, aby bloki nigdy nie stawały się stałymi, lub tylko w pozycji początkowej", - - "create.ponder.rose_quartz_lamp.header": "Lampy z różowego kwarcu", - "create.ponder.rose_quartz_lamp.text_1": "Lampy z różowego kwarcu aktywują się przy otrzymaniu sygnału redstone", - "create.ponder.rose_quartz_lamp.text_2": "Po czym będą one dalej wydzielać sygnał", - "create.ponder.rose_quartz_lamp.text_3": "Kiedy kilka lamp jest ustawionych w grupie...", - "create.ponder.rose_quartz_lamp.text_4": "...aktywowanie lampy skupi na niej sygnał, wyłączając wszystkie inne", - "create.ponder.rose_quartz_lamp.text_5": "Komparatory wydzielają sygnał na podstawie odległości do włączonej lampy", - "create.ponder.rose_quartz_lamp.text_6": "Lampy mogą być przełączone manualnie przy użyciu klucza", - - "create.ponder.rotation_speed_controller.header": "Używanie sterownika prędkości obrotu", - "create.ponder.rotation_speed_controller.text_1": "Sterownik prędkości obrotu może przekazywać siłę obrotową z jego osi do dużego koła zębatego ponad nim", - "create.ponder.rotation_speed_controller.text_2": "Patrząc się na jego bok i przewijając można dostosować wyjściową prędkość", - - "create.ponder.sail.header": "Konstruowanie wiatraków z użyciem żagli", - "create.ponder.sail.text_1": "Żagle to bloki przydatne do konstrukcji wiatraków", - "create.ponder.sail.text_2": "Przyłączą się one do innych bloków i żagli, bez potrzeby użycia Super Glue lub stelaży", - "create.ponder.sail.text_3": "Kliknij PPM trzymając barwnik, aby je pomalować", - "create.ponder.sail.text_4": "Kliknij PPM trzymając nożyce, aby usunąć żagiel i zostawić samą ramę", - - "create.ponder.sail_frame.header": "Konstrukcja wiatraków z użyciem ram żagla", - "create.ponder.sail_frame.text_1": "Ramy żagla to bloki przydatne do konstrukcji wiatraków", - "create.ponder.sail_frame.text_2": "Przyłączą się one do innych bloków i ram, bez potrzeby użycia Super Glue lub stelaży", - - "create.ponder.sequenced_gearshift.header": "Kontrolowanie prędkości obrotu z użyciem przekładników sekwencjonalnych", - "create.ponder.sequenced_gearshift.text_1": "Przekładniki sekwencjonalne przekazują obrót poprzez wyznaczoną listę instrukcji", - "create.ponder.sequenced_gearshift.text_2": "Kliknij PPM, aby otworzyć interfejs", - "create.ponder.sequenced_gearshift.text_3": "Kiedy zostanie zasilony Redstonem, rozpocznie wykonywać swoją ustaloną sekwencję", - "create.ponder.sequenced_gearshift.text_4": "Po zakończeniu, czeka na następny sygnał i zaczyna od nowa", - "create.ponder.sequenced_gearshift.text_5": "Komparator może być użyty do odczytania obecnego postępu", - - "create.ponder.shaft.header": "Przekazywanie siły obrotowej z użyciem wałów", - "create.ponder.shaft.text_1": "Wały przekazują siłę obrotową w linii prostej", - - "create.ponder.shaft_casing.header": "Izolowanie wałów", - "create.ponder.shaft_casing.text_1": "Mosiężna lub andezytowa obudowa może być użyta do udekorowania wałów", - - "create.ponder.smart_chute.header": "Sortowanie przedmiotów z użyciem inteligentnych zsypów", - "create.ponder.smart_chute.text_1": "Inteligentny zsyp to pionowy zsyp z dodatkową kontrolą", - "create.ponder.smart_chute.text_2": "Poprzez slot filtrujący można zdecydować, które przedmioty mogą być transportowane", - "create.ponder.smart_chute.text_3": "Użyj rolki w myszce, aby sprecyzować maksymalną wielkość stosu", - "create.ponder.smart_chute.text_4": "Sygnał Redstone zatrzyma działanie inteligentnych zsypów", - - "create.ponder.smart_pipe.header": "Kontrolowanie przepływu cieczy z użyciem inteligentnych rur", - "create.ponder.smart_pipe.text_1": "Inteligentne rury mogą pomóc kontrolować rodzaj przepływającej cieczy", - "create.ponder.smart_pipe.text_2": "Po postawieniu bezpośrednio przy źródle, można ustawić rodzaj cieczy, jaka będzie mogła być pobierana", - "create.ponder.smart_pipe.text_3": "Po prostu kliknij na filtr dowolnym przedmiotem zawierającym upragnioną ciecz", - "create.ponder.smart_pipe.text_4": "Kiedy postawiono dalej w systemie rur, inteligentne rury przepuszczą jedynie wybraną ciecz", - - "create.ponder.speedometer.header": "Monitorowanie prędkości obrotu z użyciem prędkościomierza", - "create.ponder.speedometer.text_1": "Prędkościomierz wyświetla obecną prędkość przyłączonych komponentów", - "create.ponder.speedometer.text_2": "Mając na sobie gogle inżyniera, gracz może pozyskać dodatkowe informacje z miernika", - "create.ponder.speedometer.text_3": "Komparatory mogą emitować sygnał Redstone bazując na pomiarach prędkościomierza", - - "create.ponder.spout_filling.header": "Napełnianie przedmiotów z użyciem napełniacza", - "create.ponder.spout_filling.text_1": "Napełniacz może napełnić niektóre przedmioty dostarczone poniżej", - "create.ponder.spout_filling.text_2": "Nie da się manualnie zabrać lub dostarczyć cieczy do napełniacza", - "create.ponder.spout_filling.text_3": "Zamiast tego, rury mogą zostać użyte, aby dostarczyć ciecze do napełniacza", - "create.ponder.spout_filling.text_4": "Przedmioty do napełnienia mogą zostać położone na składnicy pod napełniaczem", - "create.ponder.spout_filling.text_5": "Jeśli przedmioty znajdują się na taśmociągu...", - "create.ponder.spout_filling.text_6": "...napełniacz zatrzyma je i przetworzy - wszystko automatycznie", - - "create.ponder.stabilized_bearings.header": "Stabilizowanie maszyn", - "create.ponder.stabilized_bearings.text_1": "Kiedy łożyska mechaniczne są częścią ruchomej maszyny...", - "create.ponder.stabilized_bearings.text_2": "...będą utrzymywać swoją obrotową część w pozycji wyjściowej", - "create.ponder.stabilized_bearings.text_3": "Znowu, łożysko przyłączy do siebie bloki znajdujące się przed nim", - "create.ponder.stabilized_bearings.text_4": "Rezultatem tego będzie to, że pod-maszyna będzie utrzymywała się w tej samej pozycji", - - "create.ponder.steam_engine.header": "Konfigurowanie silników parowych", - "create.ponder.steam_engine.text_1": "Silniki parowe mogą zostać postawione na zbiornikach", - "create.ponder.steam_engine.text_10": "Stopień mocy: 4", - "create.ponder.steam_engine.text_11": "4 silniki", - "create.ponder.steam_engine.text_12": "Stopień mocy: 8", - "create.ponder.steam_engine.text_13": "8 silników", - "create.ponder.steam_engine.text_2": "Kliknięcie silnika wałem stworzy wyjście siły obrotowej", - "create.ponder.steam_engine.text_3": "Z wystarczającym ciepłem, wodą i miejscem w boilerze...", - "create.ponder.steam_engine.text_4": "...będą one generować siłe obrotową", - "create.ponder.steam_engine.text_5": "Minimalna konfiguracja potrzebuje 4 zbiorniki", - "create.ponder.steam_engine.text_6": "Z pomocą płomiennych palników, wyjście mocy może być zwiększone", - "create.ponder.steam_engine.text_7": "Wyższe stopnie mocy wymagają więcej wody, wielkości i ciepła", - "create.ponder.steam_engine.text_8": "Bieżący stopień mocy boilera może zostać sprawdzony przy pomocy gogli inżeyniera", - "create.ponder.steam_engine.text_9": "Z każdym dodanym stopniem mocy, dodatkowy silnik może działać z pełną mocą", - - "create.ponder.steam_whistle.header": "Konfigurowanie gwizdków parowych", - "create.ponder.steam_whistle.text_1": "Gwizdki parowe mogą zostać postawione na zbiornikach", - "create.ponder.steam_whistle.text_2": "Jeżeli zbiornik otrzyma wystarczająco ciepła...", - "create.ponder.steam_whistle.text_3": "...gwizdek zacznie wydobywać dźwięk podczas aktywacji", - "create.ponder.steam_whistle.text_4": "Użyj gwizdka jako przedmiot na bloku, aby obniżyć wysokość dźwięku", - "create.ponder.steam_whistle.text_5": "zmieniaj między trzema różnymi oktawami przy pomocy klucza", - "create.ponder.steam_whistle.text_6": "Gogle inżyniera pomogą przy sprawdzaniu bieżącej wysokości gwizdka", - - "create.ponder.sticker.header": "Przyczepianie bloków z użyciem przyklejacza", - "create.ponder.sticker.text_1": "Przyklejacze są idealne do kontrolowanego przez Redstone przyczepiania bloków", - "create.ponder.sticker.text_2": "Po otrzymaniu sygnału, zmieni on swoje ułożenie", - "create.ponder.sticker.text_3": "Jeśli jest przesunięty razem z maszyną, przyklejony blok również się przesunie", - "create.ponder.sticker.text_4": "Po ponownym zasileniu blok zostanie odczepiony", - - "create.ponder.stressometer.header": "Monitorowanie obciążenia z użyciem miernika obciążenia", - "create.ponder.stressometer.text_1": "Miernik obciążenia wyświetla odporność na obciążenie systemu, do którego jest podłączony", - "create.ponder.stressometer.text_2": "Mając na sobie gogle inżyniera, gracz może pozyskać dodatkowe informacje z miernika", - "create.ponder.stressometer.text_3": "Komparatory mogą emitować sygnał Redstone bazując na pomiarach miernika", - - "create.ponder.super_glue.header": "Przyklejanie bloków z użycie Super Glue", - "create.ponder.super_glue.text_1": "Super Glue może zostać użyty pomiędzy dwoma blokami", - "create.ponder.super_glue.text_2": "Przyklejone bloki będą przesuwane razem ze strukturą, do której są przyklejone", - "create.ponder.super_glue.text_3": "Kiedy Super Glue jest trzymany w drugiej ręce...", - "create.ponder.super_glue.text_4": "...stawiane bloki będą automatycznie przyklejane", - "create.ponder.super_glue.text_5": "Super Glue może zostać usunięty lewym kliknięciem", - "create.ponder.super_glue.text_6": "Bloki wiszące na innych generalnie nie potrzebują kleju", - - "create.ponder.track_chunks.header": "Przemierzanie niezaładowanych chunków", - "create.ponder.track_chunks.text_1": "Tory pozostaną funkcjonalne poza załadowanymi chunkami", - "create.ponder.track_chunks.text_2": "Pociągi będą podróżować przez nieaktywne sekcje świata bez problemu", - "create.ponder.track_chunks.text_3": "Będą się zatrzymywać na stacjach lub czerwonych sygnałach", - "create.ponder.track_chunks.text_4": "Jednak, wierła i inne maszyny na pokładzie nie będą działać", - "create.ponder.track_chunks.text_5": "Kiedy pociąg znajdzie się wystarczająco blisko gracza, pojawi się on spowrotem", - - "create.ponder.track_observer.header": "Wykrywanie pociągów", - "create.ponder.track_observer.text_1": "Zaznacz tor i postaw obok detektor kolejowy", - "create.ponder.track_observer.text_2": "Detektor będzie wykrywał pociągi przejeżdżające na torach", - "create.ponder.track_observer.text_3": "Detektory mogą zostać skonfigurowane, żeby aktywowały się jedynie przy pasującym ładunku", - - "create.ponder.track_placement.header": "Stawianie torów kolejowych", - "create.ponder.track_placement.text_1": "Nowy typ torów zaprojektowany dla maszyn kolejowych", - "create.ponder.track_placement.text_2": "Aby postawić rząd torów hurtowo, kliknij na istniejący tor", - "create.ponder.track_placement.text_3": "I postaw lub zaznacz kolejny tor", - "create.ponder.track_placement.text_4": "Tory mogą być również postawione jako zakręty lub nachylenia", - "create.ponder.track_placement.text_5": "Podczas łączenia, tory będą starały się zbudować każdy zakręt z równą wielkoścą", - "create.ponder.track_placement.text_6": "Trzymanie klawisza biegu podczas łączenia...", - "create.ponder.track_placement.text_7": "...zbuduje zamiast tego najdłuższy pasujący zakręt", - "create.ponder.track_placement.text_8": "Materiały w drugiej ręce będą automatycznie zbudowane pod torami jako podpory", - - "create.ponder.track_portal.header": "Tory i Nether", - "create.ponder.track_portal.text_1": "Tory postawione obok portalu do Netheru...", - "create.ponder.track_portal.text_2": "...spróbują zbudować odpowiadające im tory po drugiej stronie", - "create.ponder.track_portal.text_3": "Pociągi na tych torach mogą teraz podróżować między wymiarami", - - "create.ponder.train_assembly.header": "Montowanie pociągów", - "create.ponder.train_assembly.text_1": "Zaznacz tor kolejowy i postaw obok stację", - "create.ponder.train_assembly.text_10": "Każdy pociąg potrzebuje kontroler pociągów na pokładzie", - "create.ponder.train_assembly.text_11": "Opcjonalny drugi kontroler pozwala odjeżdżanie ze stacji w obu kierunkach", - "create.ponder.train_assembly.text_12": "Otwórz interfejs stacji i potwierdź proces montowania", - "create.ponder.train_assembly.text_13": "Pociągi mogą być rozmontowane spowrotem na bloki tylko na stacjach", - "create.ponder.train_assembly.text_14": "Kiedy użyte na stacji, mapy dodadzą podpisany znacznik w jej miejscu", - "create.ponder.train_assembly.text_15": "Zmontowane pociągi mogą być przeniesione na pobliskie tory za pomocą klucza", - "create.ponder.train_assembly.text_2": "Stacje są punktami orientacyjnymi Twojej sieci torów", - "create.ponder.train_assembly.text_3": "Aby stworzyć nowy pociąg, otówrz interfejs i przełącz na tryb montażu", - "create.ponder.train_assembly.text_4": "Podczas montażu, zaplanowane pociągi nie będą podjeżdżać do tej stacji", - "create.ponder.train_assembly.text_5": "Buduj nowe wózki używając obudów na torach", - "create.ponder.train_assembly.text_6": "Kliknij na tor ponownie, aby zmieniać styl wózków", - "create.ponder.train_assembly.text_7": "Przyczepiaj bloki przy pomocy Super Glue", - "create.ponder.train_assembly.text_8": "Zmontowane pociągi będą poruszać się szybciej jeżeli mogą znaleźć paliwo w przyczepionych skrzyniach lub beczkach", - "create.ponder.train_assembly.text_9": "Paliwo znajdujące się w kontenerach na przedmioty nie będzie używane przez pociągi", - - "create.ponder.train_controls.header": "Kontrolowanie pociągów", - "create.ponder.train_controls.text_1": "Kontroler pociągów jest wymagany na każdej maszynie kolejowej", - "create.ponder.train_controls.text_2": "Kiedy pociąg został zmontowany, kliknij PPM na kontroler aby zacząć kierować", - "create.ponder.train_controls.text_3": "Przyśpieszaj i kieruj pociągiem używając klawiszy ruchu", - "create.ponder.train_controls.text_4": "W razie potrzeby, maksymalna prędkość pociągu może zostać dostosowana przy pomocy kółka od myszy", - "create.ponder.train_controls.text_5": "Przytrzymaj Spację, aby podjechać do pobliskiej stacji", - "create.ponder.train_controls.text_6": "Pociągi mogą być rozmontowane spowrotem na bloki tylko na stacjach", - "create.ponder.train_controls.text_7": "Zmontowane gwizdki mogą być aktywowane przy pomocy klawisza biegu", - "create.ponder.train_controls.text_8": "Wciśnij klawisz skradania się lub kliknij drugi raz, aby przestać kontrolować pociąg", - - "create.ponder.train_schedule.header": "Używanie harmonogramów kolejowych", - "create.ponder.train_schedule.text_1": "Harmonogramy pozwalają na kontrolowanie pocągów przez innych kierowców", - "create.ponder.train_schedule.text_2": "Kliknij PPM z harmonogramem w ręce, aby otworzyć jego interfejs", - "create.ponder.train_schedule.text_3": "Kiedy zaprogramowany, harmonogram może być przekazany kierowcy pociągu", - "create.ponder.train_schedule.text_4": "Dowolny mob lub płomienny palnik siedzący przed kontrolerem pociągów nadaje się na konduktora", - "create.ponder.train_schedule.text_5": "Stworzenia na smyczach mogą być posadzone na siedzeniach w wygodniejszy sposób", - "create.ponder.train_schedule.text_6": "Harmonogramy mogą zostać odebrane od kierowców w dowolnej chwili", - - "create.ponder.train_signal_placement.header": "Stawianie sygnałów kolejowych", - "create.ponder.train_signal_placement.text_1": "Zaznacz tor kolejowy i postaw sygnał w pobliżu", - "create.ponder.train_signal_placement.text_2": "Sygnały kontrolują przebieg pociągów kierowanych automatycznie", - "create.ponder.train_signal_placement.text_3": "Zaplanowane pociągi nigdy nie przejadą przez sygnały w przeciwnym kierunku", - "create.ponder.train_signal_placement.text_4": "...chyba że postawiony jest drugi sygnał w przeciwnym kierunku", - "create.ponder.train_signal_placement.text_5": "Lampy cyfrowe mogą zostać przyczepione, aby światło sygnału stało się lepiej widoczne", - - "create.ponder.train_signal_redstone.header": "Sygnały i redstone", - "create.ponder.train_signal_redstone.text_1": "Czerwone światło może być wymuszone poprzez zasilenie sygnału", - "create.ponder.train_signal_redstone.text_2": "Odwrotnie, czerwone światło emituje wyjście komparatora", - - "create.ponder.train_signal_signaling.header": "Zapobieganie kolizji za pomocą sygnałów", - "create.ponder.train_signal_signaling.text_1": "Sygnały kolejowe dzielą tory na segmenty", - "create.ponder.train_signal_signaling.text_2": "Jeżeli segment jest zajęty, żaden inny pociąg nie będzie mógł na niego wjechać", - "create.ponder.train_signal_signaling.text_3": "Zatem, każdy segment będzie miał na sobie tylko jeden pociąg", - "create.ponder.train_signal_signaling.text_4": "Drugi tryb sygnału jest dostępny przy użyciu klucza", - "create.ponder.train_signal_signaling.text_5": "Segmenty mosiężnego sygnału zwykle prowadzą do zwyczajnego sygnału", - "create.ponder.train_signal_signaling.text_6": "Ten specjalny sygnał może zatrzymywać pociągi pod drugim warunkiem", - "create.ponder.train_signal_signaling.text_7": "Zatrzyma pociągi, które przy wjechaniu...", - "create.ponder.train_signal_signaling.text_8": "...nie mogłyby natychmiastowo opuścić segmentu", - "create.ponder.train_signal_signaling.text_9": "Pomaga to w powstrzymaniu pociągów w kolejce od wjeżdżania na zajęty segment", - - "create.ponder.valve_handle.header": "Generowanie siły obrotowej z użyciem pokręteł", - "create.ponder.valve_handle.text_1": "Pokrętła mogą być użyte, aby ręcznie wytworzyć siłę obrotową bezpośrednio w miejscu postawienia", - "create.ponder.valve_handle.text_2": "Trzymaj PPM, aby obrócić ją odwrotnie niż wskazówki zegara", - "create.ponder.valve_handle.text_3": "Wytwarzana prędkość jest niewielka, ale pozwala na dokładny obrót", - "create.ponder.valve_handle.text_4": "Trzymaj PPM skradając się, aby obrócić ją zgodnie ze wskazówkami zegara", - "create.ponder.valve_handle.text_5": "Pokrętła mogą być zabarwione dla celów dekoracyjnych", - - "create.ponder.valve_pipe.header": "Kontrolowanie przepływu cieczy z użyciem zaworów", - "create.ponder.valve_pipe.text_1": "Zawory mogą pomóc w kontroli przepływu cieczy przez system rur", - "create.ponder.valve_pipe.text_2": "Ich wał, przy obrocie, zmienia, czy ciecz może przepływać, czy nie", - "create.ponder.valve_pipe.text_3": "Obracając wał w kierunku, w którym płynie ciecz, otworzy zawór", - "create.ponder.valve_pipe.text_4": "Może być spowrotem zamknięty odwracając kierunek obrotu", - - "create.ponder.water_wheel.header": "Generowanie siły obrotowej z użyciem kół wodnych", - "create.ponder.water_wheel.text_1": "Koła wodne pobierają energię z prądów wodnych", - "create.ponder.water_wheel.text_2": "Im więcej stron ma dostęp do wody, tym szybciej koło się będzie obracać", - "create.ponder.water_wheel.text_3": "Łopaty koła wodnego powinny być zorientowane przeciwnie do prądu", - "create.ponder.water_wheel.text_4": "Będąc zorientowane z prądem nie będą zbyt efektywne", - - "create.ponder.weighted_ejector.header": "Używanie wyrzutni odważnikowych", - "create.ponder.weighted_ejector.text_1": "Kliknij PPM skradając się i mając w ręce wyrzutnię, aby wybrać jego cel", - "create.ponder.weighted_ejector.text_10": "Od teraz aktywuje się tylko w momencie, jeśli wystarczająca ilość przedmiotów znajdzie się na jego wierzchu", - "create.ponder.weighted_ejector.text_11": "Inne moby zawsze zostaną wyrzucone", - "create.ponder.weighted_ejector.text_2": "Postawiona wyrzutnia będzie strzelała przedmiotami w wybrane miejsce", - "create.ponder.weighted_ejector.text_3": "Cel może być na dowolnej wysokości i odległości w zasięgu wyrzutni", - "create.ponder.weighted_ejector.text_4": "Nie mogą być jednak przesunięte w bok", - "create.ponder.weighted_ejector.text_5": "Jeśli nie wybrano żadnego celu, wyrzuci ona przedmioty na blok bezpośrednio przed sobą", - "create.ponder.weighted_ejector.text_6": "Dostarcz siłę obrotową, aby ją załadować", - "create.ponder.weighted_ejector.text_7": "Przedmioty znajdujące się na jej wierzchu aktywują ją", - "create.ponder.weighted_ejector.text_8": "Jeśli celem jest blok mogący przechowywać przedmioty, wyrzutnia poczeka aż będzie tam miejsce", - "create.ponder.weighted_ejector.text_9": "Używając klucza można wybrać wielkość stosu, jaki ma być wyrzucony", - - "create.ponder.weighted_ejector_redstone.header": "Kontrolowanie wyrzutni odważnikowych z użyciem Redstone'a", - "create.ponder.weighted_ejector_redstone.text_1": "Zasilona Redstonem, wyrzutnia nie aktywuje się", - "create.ponder.weighted_ejector_redstone.text_2": "Ponad to, detektory mogą wykrywać, kiedy wyrzutnia się aktywuje", - - "create.ponder.weighted_ejector_tunnel.header": "Rozdzielanie stosów z użyciem wyrzutni odważnikowych", - "create.ponder.weighted_ejector_tunnel.text_1": "W połączeniu z mosiężnymi tunelami, wyrzutnie mogą", - "create.ponder.weighted_ejector_tunnel.text_2": "Po pierwsze, ustaw tunel na tryb 'Preferuj najbliższy', aby zpriorytetyzować boczne wyjście", - "create.ponder.weighted_ejector_tunnel.text_3": "Wielkość stosu ustawiona na wyrzutni ustala ilość, jaka ma być oddzielona", - "create.ponder.weighted_ejector_tunnel.text_4": "W momencie, kiedy stos o określonym rozmiarze opuści tunel...", - "create.ponder.weighted_ejector_tunnel.text_5": "...pozostała część będzie kontynuować swoją podróż", - - "create.ponder.windmill_source.header": "Generowanie siły obrotowej z użyciem łożysk wiatraka", - "create.ponder.windmill_source.text_1": "Łożysko wiatraka przyczepia do siebie bloki, które znajdują się przed nimi", - "create.ponder.windmill_source.text_2": "Jeśli wystarczająco żaglo-podobnych bloków jest przyłączonych do niego, może działać jak wiatrak", - "create.ponder.windmill_source.text_3": "Po aktywacji prawym kliknięciem, łożysko wiatraka zacznie generować siłę obrotową", - "create.ponder.windmill_source.text_4": "Ilość żagli ustala prędkość obrotu", - "create.ponder.windmill_source.text_5": "Użyj klucza, aby dostosować kierunek obrotu", - "create.ponder.windmill_source.text_6": "Kliknij PPM na łożysko, aby zatrzymać obrót i zmodyfikować dołączoną strukturę", - "create.ponder.windmill_source.text_7": "Możesz kliknąć na łożysko w każdej chwili, aby je zatrzymać i zedytować przyczepioną budowlę", - - "create.ponder.windmill_structure.header": "Wiatraki", - "create.ponder.windmill_structure.text_1": "Każda struktura jest uznawana za wiatrak w momencie, kiedy ma w sobie co najmniej 8 żaglo-podobnych bloków", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/pt_br.json b/src/generated/resources/assets/create/lang/unfinished/pt_br.json deleted file mode 100644 index edf770ab7f..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/pt_br.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 16", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Janela de Acácia", - "block.create.acacia_window_pane": "Vidraça de Acácia", - "block.create.adjustable_chain_gearshift": "Correia Ajustável", - "block.create.analog_lever": "Alavanca Analógica", - "block.create.andesite_belt_funnel": "Funil de Esteira de Andesito", - "block.create.andesite_casing": "Revestimento de Andesito", - "block.create.andesite_encased_cogwheel": "Roda dentada revestida com andesito", - "block.create.andesite_encased_large_cogwheel": "Roda dentada grande revestida com andesito", - "block.create.andesite_encased_shaft": "Eixo revestido com latão", - "block.create.andesite_funnel": "Funil de Andesito", - "block.create.andesite_ladder": "Escada de mão de andesito", - "block.create.andesite_pillar": "Pilar de andesito", - "block.create.andesite_tunnel": "Tunel de Andesito", - "block.create.asurine": "Asurino", - "block.create.asurine_pillar": "Pilar de Asurino", - "block.create.basin": "Bacia", - "block.create.belt": "Esteira Mecânica", - "block.create.birch_window": "Janela de Bétula", - "block.create.birch_window_pane": "Vidraça de Bétula", - "block.create.black_nixie_tube": "Tubo nixie preto", - "block.create.black_sail": "Vela preta", - "block.create.black_seat": "Assento preto", - "block.create.black_toolbox": "Caixa de ferramentas preta", - "block.create.black_valve_handle": "Válvula preta", - "block.create.blaze_burner": "Queimador de blaze", - "block.create.blue_nixie_tube": "Tubo nixie azul", - "block.create.blue_sail": "Vela azul", - "block.create.blue_seat": "Assento azul", - "block.create.blue_toolbox": "Caixa de ferramentas azul", - "block.create.blue_valve_handle": "Válvula azul", - "block.create.brass_belt_funnel": "Funil de Esteira de Latão", - "block.create.brass_block": "Bloco de Latão", - "block.create.brass_casing": "Revestimento de Latão", - "block.create.brass_encased_cogwheel": "Roda dentada revestida com latão", - "block.create.brass_encased_large_cogwheel": "Roda dentada grande revestida com latão", - "block.create.brass_encased_shaft": "Eixo Revestido com Latão", - "block.create.brass_funnel": "Funil de Latão", - "block.create.brass_ladder": "Escada de mão de latão", - "block.create.brass_tunnel": "Tunel de Latão", - "block.create.brown_nixie_tube": "Tubo de nixie marrom", - "block.create.brown_sail": "Vela marrom", - "block.create.brown_seat": "Assento marrom", - "block.create.brown_toolbox": "Caixa de ferramentas marrom", - "block.create.brown_valve_handle": "Válvula marrom", - "block.create.calcite_pillar": "Pilar de Calcita", - "block.create.cart_assembler": "Montador de Carrinho de Mina", - "block.create.chocolate": "Chocolate", - "block.create.chute": "Calha", - "block.create.clockwork_bearing": "Rolamento de relógio", - "block.create.clutch": "Embreagem", - "block.create.cogwheel": "Roda Dentada", - "block.create.content_observer": "Observador de Conteúdo", - "block.create.controller_rail": "Trilho Controlador", - "block.create.controls": "Controles de trem", - "block.create.copper_backtank": "Tanque Traseiro de Cobre", - "block.create.copper_casing": "Revestimento de Cobre", - "block.create.copper_ladder": "Escada de mão de cobre", - "block.create.copper_shingle_slab": "Laje de telha de cobre", - "block.create.copper_shingle_stairs": "Escada de telha de cobre", - "block.create.copper_shingles": "Telha de cobre", - "block.create.copper_tile_slab": "Laje de ladrilho de cobre", - "block.create.copper_tile_stairs": "Escada de ladrilho de cobre", - "block.create.copper_tiles": "Ladrilho de cobre", - "block.create.copper_valve_handle": "Válvula de Cobre", - "block.create.creative_crate": "Caixa Criativa", - "block.create.creative_fluid_tank": "Tanque de Fluidos Criativo", - "block.create.creative_motor": "Motor Criativo", - "block.create.crimsite": "Carmesito", - "block.create.crimsite_pillar": "Pilar de Camesito", - "block.create.crimson_window": "Janela carmesim", - "block.create.crimson_window_pane": "Vidraça carmesim", - "block.create.crushing_wheel": "Roda de Moer", - "block.create.crushing_wheel_controller": "Controlador da roda de moer", - "block.create.cuckoo_clock": "Relógio Cuckoo", - "block.create.cut_andesite": "Andesito lapidado", - "block.create.cut_andesite_brick_slab": "Laje de tijolos lapidados de andesito", - "block.create.cut_andesite_brick_stairs": "Escada de tijolos lapidados de andesito", - "block.create.cut_andesite_brick_wall": "Muro de tijolos lapidados de andesito", - "block.create.cut_andesite_bricks": "Tijolos lapidados de andesito", - "block.create.cut_andesite_slab": "Laje de andesito lapidado", - "block.create.cut_andesite_stairs": "Escada de andesito lapidado", - "block.create.cut_andesite_wall": "Muro de andesito lapidado", - "block.create.cut_asurine": "Asurino lapidado", - "block.create.cut_asurine_brick_slab": "Laje de tijolos lapidados de Asurino", - "block.create.cut_asurine_brick_stairs": "Escada de tijolos lapidados de Asurino", - "block.create.cut_asurine_brick_wall": "Muro de tijolos lapidados de Asurino", - "block.create.cut_asurine_bricks": "Tijolos lapidados de Asurino", - "block.create.cut_asurine_slab": "Laje de Asurino lapidado", - "block.create.cut_asurine_stairs": "Escada de Asurino lapidado", - "block.create.cut_asurine_wall": "Muro de Asurino lapidado", - "block.create.cut_calcite": "Calcita lapidada", - "block.create.cut_calcite_brick_slab": "Laje de tijolos lapidados de Calcita", - "block.create.cut_calcite_brick_stairs": "Escada de tijolos lapidados de Calcita", - "block.create.cut_calcite_brick_wall": "Muro de tijolos lapidados de Calcita", - "block.create.cut_calcite_bricks": "Tijolos lapidados de Calcita", - "block.create.cut_calcite_slab": "Laje de Calcita lapidada", - "block.create.cut_calcite_stairs": "Escada de Calcita lapidada", - "block.create.cut_calcite_wall": "Muro de Calcita lapidada", - "block.create.cut_crimsite": "Carmesito lapidado", - "block.create.cut_crimsite_brick_slab": "Laje de tijolos lapidados de Carmesito", - "block.create.cut_crimsite_brick_stairs": "Escada de tijolos lapidados de Carmesito", - "block.create.cut_crimsite_brick_wall": "Muro de tijolos lapidados de Carmesito", - "block.create.cut_crimsite_bricks": "Tijolos lapidados de Carmesito", - "block.create.cut_crimsite_slab": "Laje de Carmesito lapidado", - "block.create.cut_crimsite_stairs": "Escada de Carmesito lapidado", - "block.create.cut_crimsite_wall": "Muro de Carmesito lapidado", - "block.create.cut_deepslate": "Ardósia lapidada", - "block.create.cut_deepslate_brick_slab": "Laje de tijolos lapidados de ardósia", - "block.create.cut_deepslate_brick_stairs": "Escada de tijolos lapidados de ardósia", - "block.create.cut_deepslate_brick_wall": "Muro de tijolos lapidados de ardósia", - "block.create.cut_deepslate_bricks": "Tijolos lapidados de ardósia", - "block.create.cut_deepslate_slab": "Laje de ardósia lapidada", - "block.create.cut_deepslate_stairs": "Escada de ardósia lapidada", - "block.create.cut_deepslate_wall": "Muro de ardósia lapidada", - "block.create.cut_diorite": "Diorito lapidado", - "block.create.cut_diorite_brick_slab": "Laje de tijolos lapidados de diorito", - "block.create.cut_diorite_brick_stairs": "Escada de tijolos lapidados de diorito", - "block.create.cut_diorite_brick_wall": "Muro de tijolos lapidados de diorito", - "block.create.cut_diorite_bricks": "Tijolos lapidados de diorito", - "block.create.cut_diorite_slab": "Laje de diorito lapidado", - "block.create.cut_diorite_stairs": "Escada de diorito lapidado", - "block.create.cut_diorite_wall": "Muro de diorito lapidado", - "block.create.cut_dripstone": "Espeleotema lapidado", - "block.create.cut_dripstone_brick_slab": "Laje de tijolos lapidados de espeleotema", - "block.create.cut_dripstone_brick_stairs": "Escada de tijolos lapidados de espeleotema", - "block.create.cut_dripstone_brick_wall": "Muro de tijolos lapidados de espeleotema", - "block.create.cut_dripstone_bricks": "Tijolos lapidados de espeleotema", - "block.create.cut_dripstone_slab": "Laje de espeleotema lapidado", - "block.create.cut_dripstone_stairs": "Escada de espeleotema lapidado", - "block.create.cut_dripstone_wall": "Muro de espeleotema lapidado", - "block.create.cut_granite": "Granito lapidado", - "block.create.cut_granite_brick_slab": "Laje de tijolos lapidados de granito", - "block.create.cut_granite_brick_stairs": "Escada de tijolos lapidados de granito", - "block.create.cut_granite_brick_wall": "Muro de tijolos lapidados de granito", - "block.create.cut_granite_bricks": "Tijolos lapidados de granito", - "block.create.cut_granite_slab": "Laje de granito lapidado", - "block.create.cut_granite_stairs": "Escada de granito lapidado", - "block.create.cut_granite_wall": "Muro de granito lapidado", - "block.create.cut_limestone": "Calcário lapidado", - "block.create.cut_limestone_brick_slab": "Laje de tijolos lapidados de calcário", - "block.create.cut_limestone_brick_stairs": "Escada de tijolos lapidados de calcário", - "block.create.cut_limestone_brick_wall": "Muro de tijolos lapidados de calcário", - "block.create.cut_limestone_bricks": "Tijolos lapidados de calcário", - "block.create.cut_limestone_slab": "Laje de calcário lapidado", - "block.create.cut_limestone_stairs": "Escada de calcário lapidado", - "block.create.cut_limestone_wall": "Muro de calcário lapidado", - "block.create.cut_ochrum": "Ocrom", - "block.create.cut_ochrum_brick_slab": "Laje de tijolos lapidados de Ocrom", - "block.create.cut_ochrum_brick_stairs": "Escada de tijolos lapidados de Ocrom", - "block.create.cut_ochrum_brick_wall": "Muro de tijolos lapidados de Ocrom", - "block.create.cut_ochrum_bricks": "Tijolos lapidados de Ocrom", - "block.create.cut_ochrum_slab": "Laje de Ocrom lapidado", - "block.create.cut_ochrum_stairs": "Escada de Ocrom lapidado", - "block.create.cut_ochrum_wall": "Muro de Ocrom lapidado", - "block.create.cut_scorchia": "Escória negra lapidada", - "block.create.cut_scorchia_brick_slab": "Laje de tijolos lapidados de escória negra", - "block.create.cut_scorchia_brick_stairs": "Escada de tijolos lapidados de escória negra", - "block.create.cut_scorchia_brick_wall": "Muro de tijolos lapidados de escória negra", - "block.create.cut_scorchia_bricks": "Tijolos lapidados de escória negra", - "block.create.cut_scorchia_slab": "Laje de escória negra lapidada", - "block.create.cut_scorchia_stairs": "Escada de escória negra lapidada", - "block.create.cut_scorchia_wall": "Muro de escória negra lapidada", - "block.create.cut_scoria": "Escória lapidada", - "block.create.cut_scoria_brick_slab": "Laje de tijolos lapidados de escória", - "block.create.cut_scoria_brick_stairs": "Escada de tijolos lapidados de escória", - "block.create.cut_scoria_brick_wall": "Muro de tijolos lapidados de escória", - "block.create.cut_scoria_bricks": "Tijolos lapidados de escória", - "block.create.cut_scoria_slab": "Laje de escória lapidada", - "block.create.cut_scoria_stairs": "Escada de escória lapidada", - "block.create.cut_scoria_wall": "Muro de escória lapidada", - "block.create.cut_tuff": "Tufo lapidado", - "block.create.cut_tuff_brick_slab": "Laje de tijolos lapidados de tufo", - "block.create.cut_tuff_brick_stairs": "Escada de tijolos lapidados de tufo", - "block.create.cut_tuff_brick_wall": "Muro de tijolos lapidados de tufo", - "block.create.cut_tuff_bricks": "Tijolos lapidados de tufo", - "block.create.cut_tuff_slab": "Laje de tufo lapidado", - "block.create.cut_tuff_stairs": "Escada de tufo lapidado", - "block.create.cut_tuff_wall": "Muro de tufo lapidado", - "block.create.cut_veridium": "Veridiano lapidado", - "block.create.cut_veridium_brick_slab": "Laje de tijolos lapidados de Veridiano", - "block.create.cut_veridium_brick_stairs": "Escada de tijolos lapidados de Veridiano", - "block.create.cut_veridium_brick_wall": "Muro de tijolos lapidados de Veridiano", - "block.create.cut_veridium_bricks": "Tijolos lapidados de Veridiano", - "block.create.cut_veridium_slab": "Laje de Veridiano lapidado", - "block.create.cut_veridium_stairs": "Escada de Veridiano lapidado", - "block.create.cut_veridium_wall": "Muro de Veridiano lapidado", - "block.create.cyan_nixie_tube": "Tubo nixie ciano", - "block.create.cyan_sail": "Vela ciano", - "block.create.cyan_seat": "Assento ciano", - "block.create.cyan_toolbox": "caixa de ferramentas ciano", - "block.create.cyan_valve_handle": "Válvula ciano", - "block.create.dark_oak_window": "Janela de carvalho escuro", - "block.create.dark_oak_window_pane": "Vidraça de carvalho escuro", - "block.create.deepslate_pillar": "Pilar de ardósia", - "block.create.deepslate_zinc_ore": "Minério de zinco de ardósia", - "block.create.deployer": "Implantador", - "block.create.depot": "Depósito", - "block.create.diorite_pillar": "Pilar de diorito", - "block.create.display_board": "Placa de exibição", - "block.create.display_link": "Conexão de placa de exibição", - "block.create.dripstone_pillar": "Pilar de espeleotema", - "block.create.encased_chain_drive": "Correia Revestida", - "block.create.encased_fan": "Ventilador Revestida", - "block.create.encased_fluid_pipe": "Cano de Fluidos Revestido", - "block.create.exposed_copper_shingle_slab": "Laje de telha de cobre exposta", - "block.create.exposed_copper_shingle_stairs": "Escada de telha de cobre exposta", - "block.create.exposed_copper_shingles": "Telha de cobre exposta", - "block.create.exposed_copper_tile_slab": "Laje de ladrilho de cobre exposta", - "block.create.exposed_copper_tile_stairs": "Escada de ladrilho de cobre exposta", - "block.create.exposed_copper_tiles": "Ladrilho de cobre exposto", - "block.create.fake_track": "Marcador de trilhos para mapa", - "block.create.fluid_pipe": "Cano de Fluido", - "block.create.fluid_tank": "Tanque de fluido", - "block.create.fluid_valve": "Válvula", - "block.create.flywheel": "Volante de inércia", - "block.create.framed_glass": "Vidro emoldurado", - "block.create.framed_glass_door": "Porta de vidro emoldurado", - "block.create.framed_glass_pane": "Vidraça emoldurada", - "block.create.framed_glass_trapdoor": "Alçapão de vidro emoldurado", - "block.create.gantry_carriage": "Carruagem de Pórtico", - "block.create.gantry_shaft": "Eixo de Pórtico", - "block.create.gearbox": "Caixa de Transmissão", - "block.create.gearshift": "Câmbio", - "block.create.glass_fluid_pipe": "Cano de Fluido de Vidro", - "block.create.granite_pillar": "Pilar de granito", - "block.create.gray_nixie_tube": "Tubo nixie cinza", - "block.create.gray_sail": "Vela cinza", - "block.create.gray_seat": "Assento cinza", - "block.create.gray_toolbox": "Caixa de ferramentas cinza", - "block.create.gray_valve_handle": "Válvula cinza", - "block.create.green_nixie_tube": "Tubo nixie verde", - "block.create.green_sail": "Vela verde", - "block.create.green_seat": "Assento verde", - "block.create.green_toolbox": "Caixa de ferramentas verde", - "block.create.green_valve_handle": "Válvula verde", - "block.create.hand_crank": "Manivela", - "block.create.haunted_bell": "Sino assombrado", - "block.create.honey": "Mel", - "block.create.horizontal_framed_glass": "Vidro emoldurado horizontal", - "block.create.horizontal_framed_glass_pane": "Vidraça emoldurada horizontal", - "block.create.hose_pulley": "Polia de Mangueira", - "block.create.item_drain": "Dreno de Item", - "block.create.item_vault": "Cofre de itens", - "block.create.jungle_window": "Janela da selva", - "block.create.jungle_window_pane": "Vidraça da selva", - "block.create.large_bogey": "Roda grande de trem", - "block.create.large_cogwheel": "Roda dentada grande", - "block.create.layered_andesite": "Andesito estratificado", - "block.create.layered_asurine": "Asurino estratificado", - "block.create.layered_calcite": "Calcita estratificada", - "block.create.layered_crimsite": "Carmesito estratificado", - "block.create.layered_deepslate": "Ardósia estratificado", - "block.create.layered_diorite": "Diorito estratificado", - "block.create.layered_dripstone": "Espeleotema estratificado", - "block.create.layered_granite": "Granito estratificado", - "block.create.layered_limestone": "Calcário estratificado", - "block.create.layered_ochrum": "Ocrom estratificado", - "block.create.layered_scorchia": "Escória negra estratificada", - "block.create.layered_scoria": "Escória estratificada", - "block.create.layered_tuff": "Tufo estratificado", - "block.create.layered_veridium": "Veridiano estratificado", - "block.create.lectern_controller": "Controle de Atril", - "block.create.light_blue_nixie_tube": "tubo nixie azul claro", - "block.create.light_blue_sail": "Vela azul claro", - "block.create.light_blue_seat": "Assento azul claro", - "block.create.light_blue_toolbox": "Caixa de ferramentas azul claro", - "block.create.light_blue_valve_handle": "válvula azul claro", - "block.create.light_gray_nixie_tube": "Tubo nixie azul claro", - "block.create.light_gray_sail": "Vela cinza claro", - "block.create.light_gray_seat": "Assento cinza claro", - "block.create.light_gray_toolbox": "Caixa de ferramentas cinza claro", - "block.create.light_gray_valve_handle": "Válvula cinza claro", - "block.create.lime_nixie_tube": "Tubo nixie cinza claro", - "block.create.lime_sail": "Vela verde-limão", - "block.create.lime_seat": "Assento verde-limão", - "block.create.lime_toolbox": "Caixa de ferramentas verde-limão", - "block.create.lime_valve_handle": "Válvula verde-limão", - "block.create.limestone": "Calcário", - "block.create.limestone_pillar": "Pilar de Calcário", - "block.create.linear_chassis": "Chassis Linear", - "block.create.lit_blaze_burner": "Queimador de Blaze Acesso", - "block.create.magenta_nixie_tube": "Tubo nixie magenta", - "block.create.magenta_sail": "Vela magenta", - "block.create.magenta_seat": "Assento magenta", - "block.create.magenta_toolbox": "Caixa de ferramentas magenta", - "block.create.magenta_valve_handle": "Válvula magenta", - "block.create.mechanical_arm": "Braço mecânico", - "block.create.mechanical_bearing": "Rolamento mecânico", - "block.create.mechanical_crafter": "Fabricador mecânico", - "block.create.mechanical_drill": "Broca Mecânica", - "block.create.mechanical_harvester": "Coletor Mecânico", - "block.create.mechanical_mixer": "Batedeira mecânica", - "block.create.mechanical_piston": "Pistão Mecânico", - "block.create.mechanical_piston_head": "Cabeça do Pistão Mecânico", - "block.create.mechanical_plough": "Arador Mecânico", - "block.create.mechanical_press": "Prensa Mecânica", - "block.create.mechanical_pump": "Bomba Mecânica", - "block.create.mechanical_saw": "Serra Mecânica", - "block.create.metal_bracket": "Suporte de metal", - "block.create.metal_girder": "Viga de metal", - "block.create.metal_girder_encased_shaft": "Eixo revestido com viga de metal", - "block.create.millstone": "Pedra de Moer", - "block.create.minecart_anchor": "Âncora de carrinho de Mina", - "block.create.mysterious_cuckoo_clock": "Relógio cuckoo", - "block.create.nixie_tube": "Tubo Nixie", - "block.create.nozzle": "Bocal", - "block.create.oak_window": "janela de carvalho", - "block.create.oak_window_pane": "Vidraça de carvalho", - "block.create.ochrum": "Ocrom", - "block.create.ochrum_pillar": "Pilar de Ocrom", - "block.create.orange_sail": "Vela laranja", - "block.create.orange_seat": "Assento laranja", - "block.create.orange_toolbox": "Caixa de ferramentas laranja", - "block.create.orange_valve_handle": "Válvula laranja", - "block.create.ornate_iron_window": "Janela ornamentada com ferro", - "block.create.ornate_iron_window_pane": "Vidraça ornamentada com ferro", - "block.create.oxidized_copper_shingle_slab": "Laje de telha de cobre oxidada", - "block.create.oxidized_copper_shingle_stairs": "Escada de telha de cobre oxidada", - "block.create.oxidized_copper_shingles": "Telha de cobre oxidada", - "block.create.oxidized_copper_tile_slab": "Laje de ladrilho de cobre oxidado", - "block.create.oxidized_copper_tile_stairs": "Escada de ladrilho de cobre oxidado", - "block.create.oxidized_copper_tiles": "Ladrilho de cobre oxidado", - "block.create.peculiar_bell": "Sino peculiar", - "block.create.pink_nixie_tube": "Tubo nixie rosa", - "block.create.pink_sail": "Vela rosa", - "block.create.pink_seat": "Assento rosa", - "block.create.pink_toolbox": "Caixa de ferramentas rosa", - "block.create.pink_valve_handle": "Válvula rosa", - "block.create.piston_extension_pole": "Vara de Extensão do Pistão", - "block.create.placard": "Cartaz", - "block.create.polished_cut_andesite": "Andesito lapidado polido", - "block.create.polished_cut_andesite_slab": "Laje de andesito lapidado polido", - "block.create.polished_cut_andesite_stairs": "Escada de andesito lapidado polido", - "block.create.polished_cut_andesite_wall": "Muro de andesito lapidado polido", - "block.create.polished_cut_asurine": "Asurino lapidado polido", - "block.create.polished_cut_asurine_slab": "Laje de Asurino lapidado polido", - "block.create.polished_cut_asurine_stairs": "Escada de Asurino lapidado polido", - "block.create.polished_cut_asurine_wall": "Muro de Asurino lapidado polido", - "block.create.polished_cut_calcite": "Calcita lapidada polida", - "block.create.polished_cut_calcite_slab": "Laje de calcita lapidada polida", - "block.create.polished_cut_calcite_stairs": "Escada de calcita lapidada polida", - "block.create.polished_cut_calcite_wall": "Muro de calcita lapidada polida", - "block.create.polished_cut_crimsite": "Carmesito lapidado polido", - "block.create.polished_cut_crimsite_slab": "Laje de Carmesito lapidado polido", - "block.create.polished_cut_crimsite_stairs": "Escada de Carmesito lapidado polido", - "block.create.polished_cut_crimsite_wall": "Muro de Carmesito lapidado polido", - "block.create.polished_cut_deepslate": "Ardósia lapidado polido", - "block.create.polished_cut_deepslate_slab": "Laje de ardósia lapidado polido", - "block.create.polished_cut_deepslate_stairs": "Escada de ardósia lapidado polido", - "block.create.polished_cut_deepslate_wall": "Muro de ardósia lapidado polido", - "block.create.polished_cut_diorite": "Diorito lapidado polido", - "block.create.polished_cut_diorite_slab": "Laje de diorito lapidado polido", - "block.create.polished_cut_diorite_stairs": "Escada de diorito lapidado polido", - "block.create.polished_cut_diorite_wall": "Muro de diorito lapidado polido", - "block.create.polished_cut_dripstone": "Espeleotema lapidado polido", - "block.create.polished_cut_dripstone_slab": "Laje de espeleotema lapidado polido", - "block.create.polished_cut_dripstone_stairs": "Escada de espeleotema lapidado polido", - "block.create.polished_cut_dripstone_wall": "Muro de espeleotema lapidado polido", - "block.create.polished_cut_granite": "Granito lapidado polido", - "block.create.polished_cut_granite_slab": "Laje de granito lapidado polido", - "block.create.polished_cut_granite_stairs": "Escada de granito lapidado polido", - "block.create.polished_cut_granite_wall": "Muro de granito lapidado polido", - "block.create.polished_cut_limestone": "Calcário lapidado polido", - "block.create.polished_cut_limestone_slab": "Laje de calcário lapidado polido", - "block.create.polished_cut_limestone_stairs": "Escada de calcário lapidado polido", - "block.create.polished_cut_limestone_wall": "Muro de calcário lapidado polido", - "block.create.polished_cut_ochrum": "Ocrom lapidado polido", - "block.create.polished_cut_ochrum_slab": "Laje de Ocrom lapidado polido", - "block.create.polished_cut_ochrum_stairs": "Escada de Ocrom lapidado polido", - "block.create.polished_cut_ochrum_wall": "Muro de Ocrom lapidado polido", - "block.create.polished_cut_scorchia": "Escória negra lapidada polida", - "block.create.polished_cut_scorchia_slab": "Laje de escória negra lapidada polida", - "block.create.polished_cut_scorchia_stairs": "Escada de escória negra lapidada polida", - "block.create.polished_cut_scorchia_wall": "Muro de escória negra lapidada polida", - "block.create.polished_cut_scoria": "Escória lapidada polida", - "block.create.polished_cut_scoria_slab": "Laje de escória lapidada polida", - "block.create.polished_cut_scoria_stairs": "Escada de escória lapidada polida", - "block.create.polished_cut_scoria_wall": "Muro de escória lapidada polida", - "block.create.polished_cut_tuff": "Tufo lapidado polido", - "block.create.polished_cut_tuff_slab": "Laje de tufo lapidado polido", - "block.create.polished_cut_tuff_stairs": "Escada de tufo lapidado polido", - "block.create.polished_cut_tuff_wall": "Muro de tufo lapidado polido", - "block.create.polished_cut_veridium": "Veridiano lapidado polido", - "block.create.polished_cut_veridium_slab": "Laje de Veridiano lapidado polido", - "block.create.polished_cut_veridium_stairs": "Escada de Veridiano lapidado polido", - "block.create.polished_cut_veridium_wall": "muro de Veridiano lapidado polido", - "block.create.portable_fluid_interface": "Interface de fluidos portátil", - "block.create.portable_storage_interface": "Interface de armazenamento portátil", - "block.create.powered_latch": "Trava de redstone", - "block.create.powered_shaft": "Eixo energizado", - "block.create.powered_toggle_latch": "Trava de alternância de redstone", - "block.create.pulley_magnet": "Ímã de Polia", - "block.create.pulse_extender": "Extensor de pulso", - "block.create.pulse_repeater": "Repetidor de Pulso", - "block.create.purple_nixie_tube": "Tubo nixie roxo", - "block.create.purple_sail": "Vela roxo", - "block.create.purple_seat": "Assento roxo", - "block.create.purple_toolbox": "Caixa de ferramentas roxa", - "block.create.purple_valve_handle": "Válvula roxa", - "block.create.radial_chassis": "Chassis Radial", - "block.create.railway_casing": "Revestimento de trem", - "block.create.raw_zinc_block": "Bloco de zinco bruto", - "block.create.red_nixie_tube": "Tubo nixie vermelho", - "block.create.red_sail": "Vela vermelha", - "block.create.red_seat": "Assento vermelho", - "block.create.red_toolbox": "Caixa de ferramentas vermelha", - "block.create.red_valve_handle": "Válvula vermelha", - "block.create.redstone_contact": "Contato de Redstone", - "block.create.redstone_link": "Conexão de Redstone", - "block.create.refined_radiance_casing": "Revestimento Brilhante", - "block.create.rope": "Corda", - "block.create.rope_pulley": "Polia", - "block.create.rose_quartz_block": "Bloco de quartzo rosa", - "block.create.rose_quartz_lamp": "Lâmpada de quartzo rosa", - "block.create.rose_quartz_tiles": "Telha de quartzo rosa", - "block.create.rotation_speed_controller": "Controlador de velocidade rotacional", - "block.create.sail_frame": "Moldura de vela", - "block.create.schematic_table": "Mesa de Esquema", - "block.create.schematicannon": "Canhão de Esquema", - "block.create.scorchia": "Escória negra", - "block.create.scorchia_pillar": "Pilar de escória negra", - "block.create.scoria": "Escória", - "block.create.scoria_pillar": "Pilar de escória", - "block.create.secondary_linear_chassis": "Chassis linear secundário", - "block.create.sequenced_gearshift": "Câmbio sequencial", - "block.create.shadow_steel_casing": "Revestimento das Sombras", - "block.create.shaft": "Eixo", - "block.create.small_andesite_brick_slab": "Laje de tijolos pequenos de andesito", - "block.create.small_andesite_brick_stairs": "Escada de tijolos pequenos de andesito", - "block.create.small_andesite_brick_wall": "Muro de tijolos pequenos de andesito", - "block.create.small_andesite_bricks": "Tijolos pequenos de andesito", - "block.create.small_asurine_brick_slab": "Laje de tijolos pequenos de Asurino", - "block.create.small_asurine_brick_stairs": "Escada de tijolos pequenos de Asurino", - "block.create.small_asurine_brick_wall": "Muro de tijolos pequenos de Asurino", - "block.create.small_asurine_bricks": "Tijolos pequenos de Asurino", - "block.create.small_bogey": "Roda do trem pequena", - "block.create.small_calcite_brick_slab": "Laje de tijolos pequenos de calcita", - "block.create.small_calcite_brick_stairs": "Escada de tijolos pequenos de calcita", - "block.create.small_calcite_brick_wall": "Muro de tijolos pequenos de calcita", - "block.create.small_calcite_bricks": "Tijolos pequenos de calcita", - "block.create.small_crimsite_brick_slab": "Laje de tijolos pequenos de Carmesito", - "block.create.small_crimsite_brick_stairs": "Escada de tijolos pequenos de Carmesito", - "block.create.small_crimsite_brick_wall": "Muro de tijolos pequenos de Carmesito", - "block.create.small_crimsite_bricks": "Tijolos pequenos de Carmesito", - "block.create.small_deepslate_brick_slab": "Laje de tijolos pequenos de ardósia", - "block.create.small_deepslate_brick_stairs": "Escada de tijolos pequenos de ardósia", - "block.create.small_deepslate_brick_wall": "Muro de tijolos pequenos de ardósia", - "block.create.small_deepslate_bricks": "Tijolos pequenos de ardósia", - "block.create.small_diorite_brick_slab": "Laje de tijolos pequenos de diorito", - "block.create.small_diorite_brick_stairs": "Escada de tijolos pequenos de diorito", - "block.create.small_diorite_brick_wall": "Muro de tijolos pequenos de diorito", - "block.create.small_diorite_bricks": "Tijolos pequenos de diorito", - "block.create.small_dripstone_brick_slab": "Laje de tijolos pequenos de espeleotema", - "block.create.small_dripstone_brick_stairs": "Escada de tijolos pequenos de espeleotema", - "block.create.small_dripstone_brick_wall": "Muro de tijolos pequenos de espeleotema", - "block.create.small_dripstone_bricks": "Tijolos pequenos de espeleotema", - "block.create.small_granite_brick_slab": "Laje de tijolos pequenos de granito", - "block.create.small_granite_brick_stairs": "Escada de tijolos pequenos de granito", - "block.create.small_granite_brick_wall": "Muro de tijolos pequenos de granito", - "block.create.small_granite_bricks": "Tijolos pequenos de granito", - "block.create.small_limestone_brick_slab": "Laje de tijolos pequenos de calcário", - "block.create.small_limestone_brick_stairs": "Escada de tijolos pequenos de calcário", - "block.create.small_limestone_brick_wall": "Muro de tijolos pequenos de calcário", - "block.create.small_limestone_bricks": "Tijolos pequenos de calcário", - "block.create.small_ochrum_brick_slab": "Laje de tijolos pequenos de Ocrom", - "block.create.small_ochrum_brick_stairs": "Escada de tijolos pequenos de Ocrom", - "block.create.small_ochrum_brick_wall": "Muro de tijolos pequenos de Ocrom", - "block.create.small_ochrum_bricks": "Tijolos pequenos de Ocrom", - "block.create.small_rose_quartz_tiles": "Telha de quartzo rosa pequena", - "block.create.small_scorchia_brick_slab": "Laje de tijolos pequenos de escória negra", - "block.create.small_scorchia_brick_stairs": "Escada de tijolos pequenos de escória negra", - "block.create.small_scorchia_brick_wall": "Muro de tijolos pequenos de escória negra", - "block.create.small_scorchia_bricks": "Tijolos pequenos de escória negra", - "block.create.small_scoria_brick_slab": "Laje de tijolos pequenos de escória", - "block.create.small_scoria_brick_stairs": "Escada de tijolos pequenos de escória", - "block.create.small_scoria_brick_wall": "Muro de tijolos pequenos de escória", - "block.create.small_scoria_bricks": "Tijolos pequenos de escória", - "block.create.small_tuff_brick_slab": "Laje de tijolos pequenos de tufo", - "block.create.small_tuff_brick_stairs": "Escada de tijolos pequenos de tufo", - "block.create.small_tuff_brick_wall": "Muro de tijolos pequenos de tufo", - "block.create.small_tuff_bricks": "Tijolos pequenos de tufo", - "block.create.small_veridium_brick_slab": "Laje de tijolos pequenos de Veridiano", - "block.create.small_veridium_brick_stairs": "Escada de tijolos pequenos de Veridiano", - "block.create.small_veridium_brick_wall": "Muro de tijolos pequenos de Veridiano", - "block.create.small_veridium_bricks": "Tijolos pequenos de Veridiano", - "block.create.smart_chute": "Calha Inteligente", - "block.create.smart_fluid_pipe": "Cano de Fluidos Inteligente", - "block.create.speedometer": "Velocímetro", - "block.create.spout": "Bica", - "block.create.spruce_window": "Janela de pinheiro", - "block.create.spruce_window_pane": "Vidraça de pinheiro", - "block.create.steam_engine": "Motor a vapor", - "block.create.steam_whistle": "Apito a vapor", - "block.create.steam_whistle_extension": "Extensão do apito a vapor", - "block.create.sticker": "Adesivo", - "block.create.sticky_mechanical_piston": "Pistão Mecânico Grudento", - "block.create.stockpile_switch": "Disjuntor de Armazenamento", - "block.create.stressometer": "Estressómetro", - "block.create.tiled_glass": "Vidro Entalhado", - "block.create.tiled_glass_pane": "Vidraça Entalhada", - "block.create.track": "Trilho do trem", - "block.create.track_observer": "Observador de trem", - "block.create.track_signal": "Sinal de trem", - "block.create.track_station": "Estação de trem", - "block.create.train_door": "Porta de trem", - "block.create.train_trapdoor": "Alçapão de trem", - "block.create.tuff_pillar": "Pilar de tufo", - "block.create.turntable": "Mesa giratória", - "block.create.veridium": "Veridiano", - "block.create.veridium_pillar": "Pilar de Verdiano", - "block.create.vertical_framed_glass": "Vidro emoldurado vertical", - "block.create.vertical_framed_glass_pane": "Vidraça emoldurada vertical", - "block.create.warped_window": "Janela distorcida", - "block.create.warped_window_pane": "Vidraça distorcida", - "block.create.water_wheel": "Roda d'Água", - "block.create.waxed_copper_shingle_slab": "Laje de telha de cobre encerada", - "block.create.waxed_copper_shingle_stairs": "Escada de telha de cobre encerada", - "block.create.waxed_copper_shingles": "Telha de cobre encerada", - "block.create.waxed_copper_tile_slab": "Laje de ladrilho de cobre encerada", - "block.create.waxed_copper_tile_stairs": "Escada de ladrilho de cobre encerada", - "block.create.waxed_copper_tiles": "Ladrilho de cobre encerado", - "block.create.waxed_exposed_copper_shingle_slab": "Laje de telha de cobre exposta encerada", - "block.create.waxed_exposed_copper_shingle_stairs": "Escada de telha de cobre exposta encerada", - "block.create.waxed_exposed_copper_shingles": "Telha de cobre exposta encerada", - "block.create.waxed_exposed_copper_tile_slab": "Laje de ladrilho de cobre exposta encerada", - "block.create.waxed_exposed_copper_tile_stairs": "Escada de ladrilho de cobre exposta encerada", - "block.create.waxed_exposed_copper_tiles": "Ladrilhos de cobre exposto encerado", - "block.create.waxed_oxidized_copper_shingle_slab": "Laje de telha de cobre oxidada encerada", - "block.create.waxed_oxidized_copper_shingle_stairs": "Escada de telha de cobre oxidada encerada", - "block.create.waxed_oxidized_copper_shingles": "Telha de cobre oxidado encerada", - "block.create.waxed_oxidized_copper_tile_slab": "Laje de ladrilhos de cobre oxidada encerada", - "block.create.waxed_oxidized_copper_tile_stairs": "Escada de ladrilhos de cobre oxidada encerada", - "block.create.waxed_oxidized_copper_tiles": "Ladrilhos de cobre oxidado encerado", - "block.create.waxed_weathered_copper_shingle_slab": "Laje de telha de cobre desgastada encerada", - "block.create.waxed_weathered_copper_shingle_stairs": "Escada de telha de cobre desgastada encerada", - "block.create.waxed_weathered_copper_shingles": "Telha de cobre desgastada encereda", - "block.create.waxed_weathered_copper_tile_slab": "Laje de ladrilho de cobre desgastado encerado", - "block.create.waxed_weathered_copper_tile_stairs": "Escada de ladrilho de cobre desgastado encerado", - "block.create.waxed_weathered_copper_tiles": "Ladrilho de cobre desgastado encerado", - "block.create.weathered_copper_shingle_slab": "Laje de telha de cobre desgastada encerada", - "block.create.weathered_copper_shingle_stairs": "Escada de telha de cobre desgastada encerada", - "block.create.weathered_copper_shingles": "Telha de cobre desgastada encerada", - "block.create.weathered_copper_tile_slab": "Laje de ladrilhos de cobre desgastada encerada", - "block.create.weathered_copper_tile_stairs": "Escada de ladrilhos de cobre desgastada encerada", - "block.create.weathered_copper_tiles": "Ladrilhos de cobre desgastado encerado", - "block.create.weighted_ejector": "Ejetor ponderado", - "block.create.white_nixie_tube": "Tubo nixie branco", - "block.create.white_sail": "Vela branca", - "block.create.white_seat": "Assento branco", - "block.create.white_toolbox": "Caixa de ferramentas branca", - "block.create.white_valve_handle": "Válvula branca", - "block.create.windmill_bearing": "Rolamento de moinho", - "block.create.wooden_bracket": "Suporte de madeira", - "block.create.yellow_nixie_tube": "Tubo nixie amarelo", - "block.create.yellow_sail": "Vela amarela", - "block.create.yellow_seat": "Assento amarelo", - "block.create.yellow_toolbox": "Caixa de amarela", - "block.create.yellow_valve_handle": "Válvula amarela", - "block.create.zinc_block": "Bloco de Zinco", - "block.create.zinc_ore": "Minério de Zinco", - - "enchantment.create.capacity": "Capacidade", - "enchantment.create.potato_recovery": "Recuperação de Batata", - - "entity.create.carriage_contraption": "Engenhoca de carruagem", - "entity.create.contraption": "Engenhoca", - "entity.create.crafting_blueprint": "Esquema de Fabricação", - "entity.create.gantry_contraption": "Engenhoca de Pórtico", - "entity.create.potato_projectile": "Projétil de batata", - "entity.create.seat": "Assento", - "entity.create.stationary_contraption": "Engenhoca estacionária", - "entity.create.super_glue": "Super Cola", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "Poção", - "fluid.create.tea": "Chá do Construtor", - - "item.create.andesite_alloy": "Liga de Andesito", - "item.create.attribute_filter": "Filtro de Atributo", - "item.create.bar_of_chocolate": "Barra de Chocolate", - "item.create.belt_connector": "Esteira Mecânica", - "item.create.blaze_cake": "Bolo de Blaze", - "item.create.blaze_cake_base": "Base do Bolo de Blaze", - "item.create.brass_hand": "Mão de Latão", - "item.create.brass_ingot": "Barra de Latão", - "item.create.brass_nugget": "Pepita de Latão", - "item.create.brass_sheet": "Chapa de Latão", - "item.create.builders_tea": "Chá do Construtor", - "item.create.chest_minecart_contraption": "Engenhoca de carrinho de mina com baú", - "item.create.chocolate_bucket": "Balde de Chocolate", - "item.create.chocolate_glazed_berries": "Baga com Cobertura de Chocolate", - "item.create.chromatic_compound": "Composto Cromático", - "item.create.cinder_flour": "Farinha de Netherrack", - "item.create.copper_backtank": "Tanque Traseiro de cobre", - "item.create.copper_backtank_placeable": "Tanque de cobre traseiro colocável", - "item.create.copper_nugget": "Pepita de Cobre", - "item.create.copper_sheet": "Chapa de Cobre", - "item.create.crafter_slot_cover": "Cobertura do slot de fabricador", - "item.create.crafting_blueprint": "Esquema de Fabricação", - "item.create.creative_blaze_cake": "Bolo de Blaze Criativo", - "item.create.crushed_aluminum_ore": "Minério de Alumínio Esmagado", - "item.create.crushed_copper_ore": "Minério de Cobre Esmagado", - "item.create.crushed_gold_ore": "Minério de Ouro Esmagado", - "item.create.crushed_iron_ore": "Minério de Ferro Esmagado", - "item.create.crushed_lead_ore": "Minério de Chumbo Esmagado", - "item.create.crushed_nickel_ore": "Minério de Níquel Esmagado", - "item.create.crushed_osmium_ore": "Minério de Ósmio Esmagado", - "item.create.crushed_platinum_ore": "Minério de Platina Esmagado", - "item.create.crushed_quicksilver_ore": "Minério de Mercúrio Esmagado", - "item.create.crushed_silver_ore": "Minério de Prata Esmagado", - "item.create.crushed_tin_ore": "Minério de Estanho Esmagado", - "item.create.crushed_uranium_ore": "Urânio Esmagado", - "item.create.crushed_zinc_ore": "Minério de Zinco Esmagado", - "item.create.diving_boots": "Botas de Mergulhador", - "item.create.diving_helmet": "Capacete de Mergulhador", - "item.create.dough": "Massa de pão", - "item.create.electron_tube": "Tubo de Elétron", - "item.create.empty_blaze_burner": "Queimador de Blaze Vazio", - "item.create.empty_schematic": "Esquema vazio", - "item.create.experience_nugget": "Pepita de experiência", - "item.create.extendo_grip": "Extensão de Pegador", - "item.create.filter": "Filtro", - "item.create.furnace_minecart_contraption": "Engenhoca de Carrinho de Mina com Fornalha", - "item.create.goggles": "Óculos de Engenheiro", - "item.create.golden_sheet": "Chapa de Ouro", - "item.create.handheld_worldshaper": "Terraformador de Mundo Criativo", - "item.create.honey_bucket": "Balde de Mel", - "item.create.honeyed_apple": "Maçã com Cobertura de Mel", - "item.create.incomplete_precision_mechanism": "Mecanismo de Precisão", - "item.create.incomplete_track": "Trilho incompleto", - "item.create.iron_sheet": "Chapa de Ferro", - "item.create.linked_controller": "Controle conectado", - "item.create.minecart_contraption": "Engenhoca de Carrinho de Mina", - "item.create.minecart_coupling": "Acoplamento de Carrinho de Mina", - "item.create.polished_rose_quartz": "Quartzo Rosa Polido", - "item.create.potato_cannon": "Canhão de Batata", - "item.create.powdered_obsidian": "Pó de Obsidiana", - "item.create.precision_mechanism": "Mecanismo de Precisão", - "item.create.propeller": "Hélice", - "item.create.raw_zinc": "Zinco bruto", - "item.create.red_sand_paper": "Lixa Vermelha", - "item.create.refined_radiance": "Luz Refinada", - "item.create.rose_quartz": "Quartzo Rosa", - "item.create.sand_paper": "Lixa", - "item.create.schedule": "Programação do trem", - "item.create.schematic": "Esquema", - "item.create.schematic_and_quill": "Esquema e pena", - "item.create.shadow_steel": "Aço sombrio", - "item.create.sturdy_sheet": "Chapa resistente", - "item.create.super_glue": "Super Cola", - "item.create.sweet_roll": "Rolinho Doce", - "item.create.tree_fertilizer": "Fertilizante de Árvore", - "item.create.unprocessed_obsidian_sheet": "Chapa de obsidiana não processada", - "item.create.vertical_gearbox": "Caixa de Transmissão Vertical", - "item.create.wand_of_symmetry": "Varinha de Simetria", - "item.create.wheat_flour": "Farinha de trigo", - "item.create.whisk": "Batedeira", - "item.create.wrench": "Chave Inglesa", - "item.create.zinc_ingot": "Barra de Zinco", - "item.create.zinc_nugget": "Pepita de Zinco", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Bem vindo a Create", - "advancement.create.root.desc": "É hora de construir engenhocas maravilhosas", - "advancement.create.andesite_alloy": "Aliterações Em abundância", - "advancement.create.andesite_alloy.desc": "Materiais do Create têm nomes estranhos, a liga de andesito é um deles.", - "advancement.create.andesite_casing": "A era do andesito", - "advancement.create.andesite_casing.desc": "Use um pouco de liga de andesito e madeira para fazer um revestimento basico.", - "advancement.create.mechanical_press": "Bonk", - "advancement.create.mechanical_press.desc": "Crie algumas chapas na prensa mecânica", - "advancement.create.encased_fan": "Fazedor de vento", - "advancement.create.encased_fan.desc": "Coloque e ative um ventilador revestido", - "advancement.create.fan_processing": "Processando por particulas", - "advancement.create.fan_processing.desc": "Use um ventilador revestido para processar materiais", - "advancement.create.saw_processing": "O mais temido da oficina", - "advancement.create.saw_processing.desc": "Use uma serra mecânica de pé para processar materiais", - "advancement.create.compacting": "Compactação", - "advancement.create.compacting.desc": "Use uma prensa e uma bacia para criar menos itens de mais itens", - "advancement.create.belt": "Correia de alga", - "advancement.create.belt.desc": "Conecte dois eixos com uma esteira mecânica.", - "advancement.create.funnel": "Estética de aeroporto", - "advancement.create.funnel.desc": "Extraia ou insira itens num container usando um funil de andesito", - "advancement.create.chute": "Caindo", - "advancement.create.chute.desc": "coloque uma calha a versão vertical da esteira mecânica.", - "advancement.create.mechanical_mixer": "Misturando", - "advancement.create.mechanical_mixer.desc": "Combina ingredientes em uma batedeira mecânica", - "advancement.create.burner": "Fogueira viva", - "advancement.create.burner.desc": "Obtenha um queimador de blaze", - "advancement.create.water_wheel": "aproveitamento hidráulico", - "advancement.create.water_wheel.desc": "Coloque uma roda de água e tente conseguir gira-la!", - "advancement.create.windmill": "Uma brisa moderada", - "advancement.create.windmill.desc": "Monte um moinho de vento", - "advancement.create.shifting_gears": "Mudança de marcha", - "advancement.create.shifting_gears.desc": "Conecte uma roda dentada grande com uma roda dentada pequena, permitindo você a mudar a velocidade da engenhoca.", - "advancement.create.millstone": "Moedor portátil", - "advancement.create.millstone.desc": "Coloque e energize uma pedra de moer", - "advancement.create.super_glue": "Área de conexão", - "advancement.create.super_glue.desc": "Cole alguns blocos em um grupo", - "advancement.create.contraption_actors": "Movimento com proposito", - "advancement.create.contraption_actors.desc": "Crie uma engenhoca com brocas, serras ou coletores a bordo", - "advancement.create.portable_storage_interface": "Troca por drive-thru", - "advancement.create.portable_storage_interface.desc": "Use uma interface de armazenamento portátil para extrair ou inserir itens numa engenhoca", - "advancement.create.wrench_goggles": "Bem equipado", - "advancement.create.wrench_goggles.desc": "Equipe um óculos do engenheiro e uma chave inglesa", - "advancement.create.stressometer": "Mas quão estressado exatamente?", - "advancement.create.stressometer.desc": "Coloque e energise o estressômetro. Olhe a este por através dos seus óculos para ler o valor exato.", - "advancement.create.cuckoo_clock": "Mas é a hora?", - "advancement.create.cuckoo_clock.desc": "testemunhe seu relógio cuckoo anunciar a hora de dormir", - "advancement.create.windmill_maxed": "Uma brisa forte", - "advancement.create.windmill_maxed.desc": "Monte um moinho de vento com força maxima", - "advancement.create.ejector_maxed": "Campeão do trampolim", - "advancement.create.ejector_maxed.desc": "Seja lançado mais de 30 blocos por um ejetor ponderado", - "advancement.create.pulley_maxed": "Corda para lugar nenhum", - "advancement.create.pulley_maxed.desc": "Extenda uma corda por mais de 200 blocos de profundidade", - "advancement.create.cart_pickup": "Braçõs fortes", - "advancement.create.cart_pickup.desc": "Pegue uma engenhoca de carrinho de minas com pelos menos 200 blocos colados", - "advancement.create.anvil_plough": "Artilharia de ferreiro", - "advancement.create.anvil_plough.desc": "Lance uma bigorna com um arador mecânico", - "advancement.create.lava_wheel_00000": "Roda de magma", - "advancement.create.lava_wheel_00000.desc": "Isso nãoi deveria ter funcionado§7\n(Hidden Advancement)", - "advancement.create.hand_crank_000": "Sessão de malhação", - "advancement.create.hand_crank_000.desc": "Use uma manivela até estar completamente exausto§7\n(Hidden Advancement)", - "advancement.create.belt_funnel_kiss": "Os pombinhos", - "advancement.create.belt_funnel_kiss.desc": "Faça dois funis de esteira beijarem.", - "advancement.create.stressometer_maxed": "Perfeitamente estressado", - "advancement.create.stressometer_maxed.desc": "Consiga uma leitura de 100% de um estressómetro§7\n(Hidden Advancement)", - "advancement.create.copper": "Rochas mais resistentes", - "advancement.create.copper.desc": "Acumule cobre para as suas explorações na manipulações de fluido", - "advancement.create.copper_casing": "A era do cobre", - "advancement.create.copper_casing.desc": "Use um pouco de chapas de cobre e madeira para criar um pouco de revestimentos de cobre.", - "advancement.create.spout": "Sploosh", - "advancement.create.spout.desc": "Assista um item ser enchido usando uma bica.", - "advancement.create.drain": "Cambalhotas de drenagem", - "advancement.create.drain.desc": "Assista um item contendo fluidos ser esvaziado por um dreno de itens", - "advancement.create.steam_engine": "A usina", - "advancement.create.steam_engine.desc": "Use um motor a vapor para gerar torque", - "advancement.create.steam_whistle": "Voz de um anjo", - "advancement.create.steam_whistle.desc": "Ative um apito a vapor", - "advancement.create.backtank": "Pressão para ir", - "advancement.create.backtank.desc": "Crie um tanque traseiro de cobre e faça ele acumular pressão", - "advancement.create.diving_suit": "Preparado para as profundezas", - "advancement.create.diving_suit.desc": "Equipe um capacete de mergulhador junto com o seu tanque traseiro de cobre e pule na água", - "advancement.create.mechanical_pump_0": "Sobre pressão", - "advancement.create.mechanical_pump_0.desc": "Coloque e ative uma bomba mecânica", - "advancement.create.glass_pipe": "Espião de fluxo", - "advancement.create.glass_pipe.desc": "Assista fluidos se propagarem por através de canos de fluido com janela. Canos retos ficam com janelas quando uma chave inglesa é usada neles.", - "advancement.create.water_supply": "Coletor de poças", - "advancement.create.water_supply.desc": "Use a extremidade sugante de um cano ou bomba para coletar blocos de água", - "advancement.create.hose_pulley": "Vazamento industrial", - "advancement.create.hose_pulley.desc": "desça uma polia de mangueira e assista esta drenar ou encher qualquer corpo de fluido.", - "advancement.create.chocolate_bucket": "Um mundo de imaginação", - "advancement.create.chocolate_bucket.desc": "Obtenha um balde de chocolate derretido", - "advancement.create.honey_drain": "Apicultura autônoma", - "advancement.create.honey_drain.desc": "Use canos para sugar o mel de colmeias ou colmeias artificiais", - "advancement.create.hose_pulley_lava": "Extraindo o manto", - "advancement.create.hose_pulley_lava.desc": "Bombeie de um corpo de lava grande o bastante para ser considerado infinito", - "advancement.create.steam_engine_maxed": "Todo o vapor", - "advancement.create.steam_engine_maxed.desc": "Opere uma caldeira na potencia maxima", - "advancement.create.foods": "Dieta equilibrada", - "advancement.create.foods.desc": "Crie bagas doces com chocolate, maçã com cobertura de mel e um rolinho doce; todas da mesma bica", - "advancement.create.diving_suit_lava": "Nadando com os lavagantes", - "advancement.create.diving_suit_lava.desc": "Tente mergulhar na lava com o seu equipamento de mergulho de cobre§7\n(Hidden Advancement)", - "advancement.create.chained_drain": "Rolando", - "advancement.create.chained_drain.desc": "Assista um item se mover através de uma fileira de drenos de item§7\n(Hidden Advancement)", - "advancement.create.cross_streams": "Não cruze os fluxos!", - "advancement.create.cross_streams.desc": "Assista dois fluidos se encontrarem na sua rede de canos§7\n(Hidden Advancement)", - "advancement.create.pipe_organ": "Órgão de tubo", - "advancement.create.pipe_organ.desc": "Conecte 12 apitos a vapor com afinação diferentes a um único tanque de fluidos§7\n(Hidden Advancement)", - "advancement.create.brass": "Ligas de verdade", - "advancement.create.brass.desc": "Use cobre esmagado e zinco esmagado para criar um pouco de latão.", - "advancement.create.brass_casing": "a era do latão", - "advancement.create.brass_casing.desc": "Use o recentemente obtido latão e um pouco de madeira para criar um revestimento mais avançado.", - "advancement.create.rose_quartz": "Diamantes rosa", - "advancement.create.rose_quartz.desc": "Pula alguns quartzos rosas", - "advancement.create.deployer": "Cutuque, coloque e ataque", - "advancement.create.deployer.desc": "coloque e energize um implantador, o reflexo perfeito de você mesmo.", - "advancement.create.precision_mechanism": "Curiosidades complexas", - "advancement.create.precision_mechanism.desc": "Monte um mecanismo de precisão.", - "advancement.create.speed_controller": "Engenheiros odiam ele!", - "advancement.create.speed_controller.desc": "Coloque um Controlador de velocidade rotacional, o dispositivo ultimato para mudança de marcha.", - "advancement.create.mechanical_arm": "Mâos ocupadas!", - "advancement.create.mechanical_arm.desc": "Fabrique um braço mecânico,selecione as entradas e saídas,Coloque e energize o; em seguida assista como elo faz todo o trabalho para você.", - "advancement.create.mechanical_crafter": "Fabricação automatica", - "advancement.create.mechanical_crafter.desc": "Coloque e ative alguns fabricadores mecânicos and power some Mechanical Crafters", - "advancement.create.crushing_wheel": "Par de gigantes", - "advancement.create.crushing_wheel.desc": "Crie algumas rodas de moer para triturar alguns materiais eficientemente.", - "advancement.create.haunted_bell": "Sentido sombrio", - "advancement.create.haunted_bell.desc": "toque um sino assombrado", - "advancement.create.clockwork_bearing": "Hora da engenhoca", - "advancement.create.clockwork_bearing.desc": "Ative uma estrutura conectada a um rolamento de relógio.", - "advancement.create.display_link": "Grandes dados", - "advancement.create.display_link.desc": "Use uma conexão de placa de exibição para visualizar informações", - "advancement.create.potato_cannon": "Fwoomp!", - "advancement.create.potato_cannon.desc": "Derrote um inimigo com o seu canhão de batata.", - "advancement.create.extendo_grip": "Boioing!", - "advancement.create.extendo_grip.desc": "Apossar-se de uma extensão de pegador.", - "advancement.create.linked_controller": "Ativação remota", - "advancement.create.linked_controller.desc": "Ative uma coneção de redstone usando um controle conectado", - "advancement.create.arm_blaze_burner": "Combuste-tron", - "advancement.create.arm_blaze_burner.desc": "Instrua um braço mecânico para alimentar seu queimador de blaze.", - "advancement.create.crusher_maxed_0000": "Triturando", - "advancement.create.crusher_maxed_0000.desc": "Opere um par de rodas de moer na velocidade maxima", - "advancement.create.arm_many_targets": "Organiza-tron", - "advancement.create.arm_many_targets.desc": "Programe um braço mecânico com dez ou mais locais de saída.", - "advancement.create.potato_cannon_collide": "Fogos de artificios vegetais", - "advancement.create.potato_cannon_collide.desc": "Colida diferentes tipos de projéteis do canhão de batata", - "advancement.create.self_deploying": "Carrinho com auto-condução", - "advancement.create.self_deploying.desc": "Crie uma engenhoca de carrinho de minas que coloque trilhos à frente de si mesmo", - "advancement.create.fist_bump": "Bate isso, mano!", - "advancement.create.fist_bump.desc": "Faça dois implantadores baterem com o punho.", - "advancement.create.crafter_lazy_000": "Medidas desesperadas", - "advancement.create.crafter_lazy_000.desc": "Drasticamente desacelere um fabricador mecânico para procrastinar numa verdadeira infraestrutura§7\n(Hidden Advancement)", - "advancement.create.extendo_grip_dual": "Extensão completa", - "advancement.create.extendo_grip_dual.desc": "Empunhe duas extensões de pegadores para ter alcance super-humano§7\n(Hidden Advancement)", - "advancement.create.musical_arm": "toque minha musica!", - "advancement.create.musical_arm.desc": "Assista um braço mecânico operar seu toca-discos.", - "advancement.create.sturdy_sheet": "As rochas mais resistentes", - "advancement.create.sturdy_sheet.desc": "Monte uma chapa resistente refinado obsidiana esmagada", - "advancement.create.train_casing_00": "A era da logistica", - "advancement.create.train_casing_00.desc": "Use chapas resistente para criar o revestimento para componentes ferroviários", - "advancement.create.train": "Todos a bordo!", - "advancement.create.train.desc": "Monte o seu primeiro trem", - "advancement.create.conductor": "Condutor instrutor", - "advancement.create.conductor.desc": "Instrua um maquinista com uma programação", - "advancement.create.track_signal": "Controle de tráfego", - "advancement.create.track_signal.desc": "Coloque um sinal de trem", - "advancement.create.display_board_0": "Horarios dinâmicos", - "advancement.create.display_board_0.desc": "Exiba a previsão de chegada de um trem na sua placa de exibição com a ajuda da conexão de placa de exibição", - "advancement.create.track_0": "Uma nova medida", - "advancement.create.track_0.desc": "Obtenha alguns trilhos de trem", - "advancement.create.train_whistle": "Choo choo!", - "advancement.create.train_whistle.desc": "Monte um apito a vapor no seu trem e ative ele enquanto dirige", - "advancement.create.train_portal": "Transporte dimensional", - "advancement.create.train_portal.desc": "Ande de trem através de um portal do Nether", - "advancement.create.track_crafting_factory": "Fabrica de trilhos", - "advancement.create.track_crafting_factory.desc": "Produza mais de 1000 trilhos de trem no mesmo fabricador mecânico", - "advancement.create.long_bend": "A curva mais longa", - "advancement.create.long_bend.desc": "Crie uma seção de trilho curvada que abrange mais de 30 blocos de comprimento", - "advancement.create.long_train": "Esforços ambiciosos", - "advancement.create.long_train.desc": "Crie um trem com pelo menos 6 vagões", - "advancement.create.long_travel": "Viagem de campo", - "advancement.create.long_travel.desc": "Deixe um assento de trem a mais de 5000 blocos de distância da onde você começou a viagem", - "advancement.create.train_roadkill": "Atropelamento", - "advancement.create.train_roadkill.desc": "Atropele um inimigo com o seu trem§7\n(Hidden Advancement)", - "advancement.create.red_signal": "Motorista expert", - "advancement.create.red_signal.desc": "Atravesse um sinal vermelho com o seu trem§7\n(Hidden Advancement)", - "advancement.create.train_crash": "Serviço terrivel", - "advancement.create.train_crash.desc": "Testemunhe uma batida de trem como um passageiro§7\n(Hidden Advancement)", - "advancement.create.train_crash_backwards": "Ponto cego", - "advancement.create.train_crash_backwards.desc": "Bata em outro trem enquanto dirige para trás§7\n(Hidden Advancement)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "Create", - "itemGroup.create.palettes": "Paletes Create", - - "death.attack.create.crush": "%1$s foi processado pelas Rodas de Moer", - "death.attack.create.crush.player": "%1$s foi jogando numa Roda de moer por %2$s", - "death.attack.create.fan_fire": "%1$s foi queimado por ar quente", - "death.attack.create.fan_fire.player": "%1$s Foi jogado num defumador por %2$s", - "death.attack.create.fan_lava": "%1$s foi queimado pelo ventilador de lava", - "death.attack.create.fan_lava.player": "U%1$s foi jogado numa fundidora por %2$s", - "death.attack.create.mechanical_drill": "%1$s foi empalado pela Broca Mecânica", - "death.attack.create.mechanical_drill.player": "%1$s foi jogado na frente de uma broca por %2$s", - "death.attack.create.mechanical_saw": "%1$s foi cortado ao meio por uma serra mecânica", - "death.attack.create.mechanical_saw.player": "%1$s foi jogado numa serra por %2$s", - "death.attack.create.potato_cannon": "%1$s foi atirado pelo canhão de batatas do %2$", - "death.attack.create.potato_cannon.item": "%1$s foi atirado por %2$s usando %3$s", - "death.attack.create.cuckoo_clock_explosion": "%1$s foi explodido por relógio cuco adulterado", - "death.attack.create.cuckoo_clock_explosion.player": "%1$s foi explodido por relógio cuco adulterado", - "death.attack.create.run_over": "%1$s foi atropelado por %2$s", - - "create.block.deployer.damage_source_name": "Implantador rebelde", - "create.block.cart_assembler.invalid": "Coloque o seu montador de carrinho de minas num trilho", - - "create.menu.return": "Retornar ao menu", - "create.menu.configure": "Configurar...", - "create.menu.ponder_index": "Tabela do ponderamento", - "create.menu.only_ingame": "Disponível no menu de pausa", - "create.menu.report_bugs": "Informar um erro", - "create.menu.support": "Suporte nós", - - "create.recipe.crushing": "Triturando", - "create.recipe.milling": "Moendo", - "create.recipe.fan_washing": "Lavagem em massa", - "create.recipe.fan_washing.fan": "Ventilador atrás de água", - "create.recipe.fan_smoking": "Defumação em massa", - "create.recipe.fan_smoking.fan": "Ventilador atrás do fogo", - "create.recipe.fan_haunting": "Assombração em massa", - "create.recipe.fan_haunting.fan": "Ventilador atrás do fogo das almas ", - "create.recipe.fan_blasting": "Fundição em massa", - "create.recipe.fan_blasting.fan": "ventilador atrás de lava", - "create.recipe.pressing": "Prensando", - "create.recipe.mixing": "Misturando", - "create.recipe.deploying": "Implantando", - "create.recipe.automatic_shapeless": "Fabricação sem forma automático", - "create.recipe.automatic_brewing": "Produção de poções", - "create.recipe.packing": "Compactando", - "create.recipe.automatic_packing": "Compactação automático", - "create.recipe.sawing": "Serrando", - "create.recipe.mechanical_crafting": "Fabricação mecânica", - "create.recipe.automatic_shaped": "Fabricação com forma automática", - "create.recipe.block_cutting": "Corte de blocos", - "create.recipe.wood_cutting": "Corte de madeira", - "create.recipe.sandpaper_polishing": "Polimento com lixa", - "create.recipe.mystery_conversion": "Conversão misteriosa", - "create.recipe.spout_filling": "Preenchimento com bica", - "create.recipe.draining": "Drenação de item", - "create.recipe.item_application": "Aplicação de item manual", - "create.recipe.item_application.any_axe": "Qualquer machado", - "create.recipe.sequenced_assembly": "Montagem sequenciada", - "create.recipe.assembly.next": "Proximo: %1$s", - "create.recipe.assembly.step": "Passo %1$s:", - "create.recipe.assembly.progress": "Progresso: %1$s/%2$s", - "create.recipe.assembly.pressing": "Processa na prensa", - "create.recipe.assembly.spout_filling_fluid": "Despejar %1$s", - "create.recipe.assembly.deploying_item": "Implantar %1$s", - "create.recipe.assembly.cutting": "Cortado com serra", - "create.recipe.assembly.repeat": "Repetir sequência %1$s vezes", - "create.recipe.assembly.junk": "Recuperação aleatório", - "create.recipe.processing.chance": "%1$s%% de Chance", - "create.recipe.deploying.not_consumed": "Não consumido", - "create.recipe.heat_requirement.none": "Aquecimento não requerido", - "create.recipe.heat_requirement.heated": "Aquecido", - "create.recipe.heat_requirement.superheated": "Super-aquecido", - - "create.generic.range": "Área", - "create.generic.radius": "Raio", - "create.generic.width": "Largura", - "create.generic.height": "Altura", - "create.generic.length": "Comprimento", - "create.generic.speed": "Velocidade", - "create.generic.delay": "Demorada", - "create.generic.duration": "Duração", - "create.generic.timeUnit": "Unidade de tempo", - "create.generic.unit.ticks": "Ticks", - "create.generic.unit.seconds": "Segundos", - "create.generic.unit.minutes": "Minutos", - "create.generic.daytime.hour": "Horas", - "create.generic.daytime.minute": "Minuto", - "create.generic.daytime.second": "Segundo", - "create.generic.daytime.pm": "Da tarde", - "create.generic.daytime.am": "Da manhã", - "create.generic.unit.rpm": "RPM", - "create.generic.unit.stress": "us", - "create.generic.unit.degrees": "°", - "create.generic.unit.millibuckets": "%1$smB", - "create.generic.unit.buckets": "B", - "create.generic.clockwise": "Sentido horário", - "create.generic.counter_clockwise": "Sentido anti-horário", - "create.generic.in_quotes": "\"%1$s\"", - "create.generic.pitch": "Afinação: %1$s", - "create.generic.notes": "F#;F;E;D#;D;C#;C;B;A#;A;G#;G", - - "create.action.scroll": "Rolar", - "create.action.confirm": "Confirmar", - "create.action.abort": "Abortar", - "create.action.saveToFile": "Salvar", - "create.action.discard": "Descartar", - - "create.keyinfo.toolmenu": "Menu Focal da Ferramenta", - "create.keyinfo.toolbelt": "Acessa caixas de ferramenta próximas", - "create.keyinfo.scrollup": "Simular a roda do mouse (para cima) (no mundo)", - "create.keyinfo.scrolldown": "Simular a roda do mouse (para baixo) (no mundo)", - - "create.gui.scrollInput.defaultTitle": "Escolha uma Opção:", - "create.gui.scrollInput.scrollToModify": "Role o mouse para Modificar", - "create.gui.scrollInput.scrollToAdjustAmount": "Role o mouse para ajustar a quantidade", - "create.gui.scrollInput.scrollToSelect": "Role o mouse para Selecionar", - "create.gui.scrollInput.shiftScrollsFaster": "Shift para rolar o mouse mais rapido", - "create.gui.toolmenu.focusKey": "Segure [%1$s] para Focar", - "create.gui.toolmenu.cycle": "[SCROLL] para Circular", - - "create.toolbox.unequip": "Desequipar: %1$s", - "create.toolbox.outOfRange": "Caixa de ferramentas do item segurado fora de alcance", - "create.toolbox.detach": "Parar de rastrear e manter item", - "create.toolbox.depositAll": "Retorna itens para caixa de ferramenta próxima", - "create.toolbox.depositBox": "Retornar itens para caixa de ferramenta", - - "create.gui.symmetryWand.mirrorType": "Espelhar", - "create.gui.symmetryWand.orientation": "Orientação", - - "create.symmetry.mirror.plane": "Espelhar uma vez", - "create.symmetry.mirror.doublePlane": "Retangular", - "create.symmetry.mirror.triplePlane": "Octágonal", - - "create.orientation.orthogonal": "Ortogonal", - "create.orientation.diagonal": "Diagonal", - "create.orientation.horizontal": "Horizontal", - "create.orientation.alongZ": "Através de Z", - "create.orientation.alongX": "Através de X", - - "create.gui.terrainzapper.title": "Terraformador Portátil", - "create.gui.terrainzapper.searchDiagonal": "Seguir Diagonais", - "create.gui.terrainzapper.searchFuzzy": "Ignorar Bordas entre Materiais", - "create.gui.terrainzapper.patternSection": "Padrão", - "create.gui.terrainzapper.pattern.solid": "Sólido", - "create.gui.terrainzapper.pattern.checkered": "Xadrez", - "create.gui.terrainzapper.pattern.inversecheckered": "Xadrez invertido", - "create.gui.terrainzapper.pattern.chance25": "25% de chance", - "create.gui.terrainzapper.pattern.chance50": "50% de chance", - "create.gui.terrainzapper.pattern.chance75": "75% de chance", - "create.gui.terrainzapper.placement": "Posicionamento", - "create.gui.terrainzapper.placement.merged": "Combinado", - "create.gui.terrainzapper.placement.attached": "Anexado", - "create.gui.terrainzapper.placement.inserted": "Inserido", - "create.gui.terrainzapper.brush": "Pincel", - "create.gui.terrainzapper.brush.cuboid": "Cuboide", - "create.gui.terrainzapper.brush.sphere": "Esfera", - "create.gui.terrainzapper.brush.cylinder": "Cilindro", - "create.gui.terrainzapper.brush.surface": "Superfície", - "create.gui.terrainzapper.brush.cluster": "Agrupamento", - "create.gui.terrainzapper.tool": "Ferramenta", - "create.gui.terrainzapper.tool.fill": "Preencher", - "create.gui.terrainzapper.tool.place": "Colocar", - "create.gui.terrainzapper.tool.replace": "Substituir", - "create.gui.terrainzapper.tool.clear": "Limpar", - "create.gui.terrainzapper.tool.overlay": "Sobrepor", - "create.gui.terrainzapper.tool.flatten": "Nivelar", - - "create.terrainzapper.shiftRightClickToSet": "Shift-Clique Direito para selecionar uma forma", - "create.terrainzapper.usingBlock": "Usando: %1$s", - "create.terrainzapper.leftClickToSet": "Clique Esquerdo em um Bloco para definir Material", - - "create.minecart_coupling.two_couplings_max": "Carrinhos de mina não podem ter mais de dois acoplamentos cada", - "create.minecart_coupling.unloaded": "Partes do seu trem aparentam estar em um chunk descarregado", - "create.minecart_coupling.no_loops": "Acoplamentos não podem formar um loop", - "create.minecart_coupling.removed": "Removeu todos os acoplamentos do carrinho de mina", - "create.minecart_coupling.too_far": "Carrinhos de mina estão muito distanciados", - - "create.contraptions.movement_mode": "Modo de movimento", - "create.contraptions.movement_mode.move_place": "Sempre colocar quando parado", - "create.contraptions.movement_mode.move_place_returned": "Colocar apenas na posição inicial", - "create.contraptions.movement_mode.move_never_place": "Colocar apenas caso a âncora seja destruída", - "create.contraptions.movement_mode.rotate_place": "Sempre colocar quando parado", - "create.contraptions.movement_mode.rotate_place_returned": "Apenas colocar perto do angulo inicial", - "create.contraptions.movement_mode.rotate_never_place": "Colocar apenas caso a âncora seja destruída", - "create.contraptions.cart_movement_mode": "Modo de movimento do carrinho", - "create.contraptions.cart_movement_mode.rotate": "Sempre apontar para a direção do movimento", - "create.contraptions.cart_movement_mode.rotate_paused": "Pausar atores quando girando", - "create.contraptions.cart_movement_mode.rotation_locked": "Travar a rotação", - "create.contraptions.windmill.rotation_direction": "Direção da rotação", - "create.contraptions.clockwork.clock_hands": "Ponteiros do relógio", - "create.contraptions.clockwork.hour_first": "Ponteiro da hora primeiro", - "create.contraptions.clockwork.minute_first": "Ponteiro do minuto primeiro", - "create.contraptions.clockwork.hour_first_24": "Ponteiro das 24 horas primeiro", - - "create.logistics.filter": "Filtro", - "create.logistics.recipe_filter": "Filtro de receitas", - "create.logistics.fluid_filter": "Filtro de fluido", - "create.logistics.firstFrequency": "Freq. #1", - "create.logistics.secondFrequency": "Freq. #2", - "create.logistics.filter.apply": "Aplicou filtro para %1$s.", - "create.logistics.filter.apply_click_again": "Aplicou filtro para %1$s, Clique denovo para copiar quantidade.", - "create.logistics.filter.apply_count": "Aplicou quantidade de extração para o filtro.", - - "create.gui.goggles.generator_stats": "Estatísticas do gerador:", - "create.gui.goggles.kinetic_stats": "Estatísticas cinéticas:", - "create.gui.goggles.at_current_speed": "Na velocidade atual", - "create.gui.goggles.pole_length": "Comprimento da vara:", - "create.gui.goggles.fluid_container": "Informação do recipiente de fluido:", - "create.gui.goggles.fluid_container.capacity": "Capacidade: ", - "create.gui.assembly.exception": "Não foi possível montar essa engenhoca:", - "create.gui.assembly.exception.unmovableBlock": "Bloco imovel (%4$s) em [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "O bloco em [%1$s,%2$s,%3$s] não estava em um chunk carregado", - "create.gui.assembly.exception.structureTooLarge": "Tem muitos blocos incluídos na engenhoca. O limite configurado é: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "Tem muitas varetas de extensão colocadas nesse pistão. O limite configurado é: %1$s", - "create.gui.assembly.exception.noPistonPoles": "O pistão esta faltando algumas varetas de extensão", - "create.gui.assembly.exception.not_enough_sails": "A estrutura conectada não possui o número suficiente de blocos tipo vela: %1$s\nUm mínimo de %2$s são requeridos", - "create.gui.gauge.info_header": "Informação do medidor:", - "create.gui.speedometer.title": "Velocidade de rotação", - "create.gui.stressometer.title": "Estresse do sistema", - "create.gui.stressometer.capacity": "Capacidade restante", - "create.gui.stressometer.overstressed": "Sobre estressado", - "create.gui.stressometer.no_rotation": "Nenhuma rotação", - "create.gui.contraptions.not_fast_enough": "Aparenta que esse %1$s não _está_ girando com _a velocidade_ _necessária_.", - "create.gui.contraptions.network_overstressed": "Aparenta que essa engenhoca está _sobre estressada_. Adicione mais fontes ou _desacelere_ __ os componentes que tem um _impacto de_ _stress alto_.", - "create.gui.adjustable_crate.title": "Caixa ajustável", - "create.gui.adjustable_crate.storageSpace": "Espaço de Armazenamento", - "create.gui.stockpile_switch.title": "Dijuntor de armazenamento", - "create.gui.stockpile_switch.invert_signal": "Inverter sinal", - "create.gui.stockpile_switch.move_to_lower_at": "Mover para a faixa mais baixa %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "Mover para a faixa mais alta %1$s%%", - "create.gui.sequenced_gearshift.title": "Câmbio sequenciado", - "create.gui.sequenced_gearshift.instruction": "Instruções", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Rotacionar por angulo", - "create.gui.sequenced_gearshift.instruction.turn_angle": "Giro", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Angulo", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Rotacionar par mover Pistão/Polia/Portico", - "create.gui.sequenced_gearshift.instruction.turn_distance": "Pistão", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Distancia", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Espera", - "create.gui.sequenced_gearshift.instruction.delay": "Esperar", - "create.gui.sequenced_gearshift.instruction.delay.duration": "Duração", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "Terminar", - "create.gui.sequenced_gearshift.instruction.end": "Termino", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "Esperar novo pulso de redstone", - "create.gui.sequenced_gearshift.instruction.await": "Espera", - "create.gui.sequenced_gearshift.speed": "Velocidade, Direção", - "create.gui.sequenced_gearshift.speed.forward": "Velocidade inicial, Para frente", - "create.gui.sequenced_gearshift.speed.forward_fast": "Dobro da velocidade, Para frente", - "create.gui.sequenced_gearshift.speed.back": "Velocidade inicial, Para trás", - "create.gui.sequenced_gearshift.speed.back_fast": "Dobro da velocidade, Para trás", - - "create.schematicAndQuill.dimensions": "Tamanho Esquema: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "Primeira posição feita.", - "create.schematicAndQuill.secondPos": "Segunda posição feita.", - "create.schematicAndQuill.noTarget": "Seguro [Ctrl] para seleccionar Blocos de Ar.", - "create.schematicAndQuill.abort": "Seleção removida.", - "create.schematicAndQuill.title": "Nome do esquema:", - "create.schematicAndQuill.convert": "Salvar e carregar arquivo imediatamente", - "create.schematicAndQuill.fallbackName": "Meu Esquema", - "create.schematicAndQuill.saved": "Salvo como %1$s", - - "create.schematic.invalid": "[!] Item Inválido - Use a Mesa de Desenho no lugar", - "create.schematic.position": "Posição", - "create.schematic.rotation": "Rotação", - "create.schematic.rotation.none": "Nada", - "create.schematic.rotation.cw90": "Sentido horário 90", - "create.schematic.rotation.cw180": "Sentido horário 180", - "create.schematic.rotation.cw270": "Sentido horário 270", - "create.schematic.mirror": "Espelhar", - "create.schematic.mirror.none": "Nada", - "create.schematic.mirror.frontBack": "Frente para Trás", - "create.schematic.mirror.leftRight": "Esquerda para Direita", - "create.schematic.tool.deploy": "Concluir", - "create.schematic.tool.move": "Mover XZ", - "create.schematic.tool.movey": "Mover Y", - "create.schematic.tool.rotate": "Rodar", - "create.schematic.tool.print": "Imprimir", - "create.schematic.tool.flip": "Virar", - "create.schematic.tool.deploy.description.0": "Move o lugar da estrutura.", - "create.schematic.tool.deploy.description.1": "Botão-direito no chão para colocar.", - "create.schematic.tool.deploy.description.2": "Segure [Ctrl] para selecionar em uma distância fixa.", - "create.schematic.tool.deploy.description.3": "[Ctrl]-Rolar para mudar a distância.", - "create.schematic.tool.move.description.0": "Vira o Esquema Horizontalmente", - "create.schematic.tool.move.description.1": "Aponte ao Esquema e [CTRL]-Rolar para empurrar.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "Vira o Esquema Verticalmente", - "create.schematic.tool.movey.description.1": "[CTRL]-Rolar para mover para cima/baixo", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "Roda o Esquema em torno do seu centro.", - "create.schematic.tool.rotate.description.1": "[CTRL]-Rolar para rolar 90 Graus", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "Colocá estrutura no mundo instantaneamente", - "create.schematic.tool.print.description.1": "[Botão-Direito] para confirmar a posição atual.", - "create.schematic.tool.print.description.2": "Esta ferramenta é para o Modo Criativo apenas.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "Gira o Esquema ao longo da face que você selecionar.", - "create.schematic.tool.flip.description.1": "Aponte para o Esquema e [CTRL]-Rolar para virá-lo.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "Sincronizando...", - "create.schematics.uploadTooLarge": "Seu esquema é muito grande", - "create.schematics.maxAllowedSize": "O tamanho máximo permitido para o esquema é:", - - "create.gui.schematicTable.refresh": "atualizar arquivos", - "create.gui.schematicTable.open_folder": "Abrir pasta", - "create.gui.schematicTable.title": "Mesa de Desenho", - "create.gui.schematicTable.availableSchematics": "Esquema disponíveis", - "create.gui.schematicTable.noSchematics": "Nenhum esquema salvo", - "create.gui.schematicTable.uploading": "Importando...", - "create.gui.schematicTable.finished": "Envio Concluído!", - "create.gui.schematicannon.title": "Canhão de esquema", - "create.gui.schematicannon.listPrinter": "Impressora de Lista de Materiais", - "create.gui.schematicannon.gunpowderLevel": "Pólvora em %1$s%%", - "create.gui.schematicannon.shotsRemaining": "Disparos faltantes: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "Com backup: %1$s", - "create.gui.schematicannon.optionEnabled": "Habilitado Atualmente", - "create.gui.schematicannon.optionDisabled": "Desabilitado Atualmente", - "create.gui.schematicannon.showOptions": "Mostrar as configurações da impressora", - "create.gui.schematicannon.option.dontReplaceSolid": "Não Substituir Blocos Sólidos", - "create.gui.schematicannon.option.replaceWithSolid": "Substituir Blocos Sólidos", - "create.gui.schematicannon.option.replaceWithAny": "Substituir Sólidos com Qualquer", - "create.gui.schematicannon.option.replaceWithEmpty": "Substituir Sólidos com Vazio", - "create.gui.schematicannon.option.skipMissing": "Pulando Blocos faltantes", - "create.gui.schematicannon.option.skipTileEntities": "Proteger tile entities", - "create.gui.schematicannon.slot.gunpowder": "Adicionar pólvora para carregar o canhão", - "create.gui.schematicannon.slot.listPrinter": "Coloque livros aqui para imprimir uma lista para o seu esquema", - "create.gui.schematicannon.slot.schematic": "Adicione o seu esquema aqui. Tenha certeza que ele está colocado em um lugar especifico.", - "create.gui.schematicannon.option.skipMissing.description": "Se o Canhão de esquema não encontrar o Bloco para colocar, ele irá continuar para a próxima. Posição.", - "create.gui.schematicannon.option.skipTileEntities.description": "O Canhão de esquema vai evitar substituir blocos que contêm dados como Baús.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "O Canhão de esquema nunca irá substituir Blocos sólidos na área em trabalho, apenas não-Sólidos e Ar.", - "create.gui.schematicannon.option.replaceWithSolid.description": "O Canhão de esquema irá apenas substituir Blocos sólidos na área de trabalho, se o Esquema conter um bloco Sólido naquela posição.", - "create.gui.schematicannon.option.replaceWithAny.description": "O Canhão de esquema irá substituir Blocos sólidos na área de trabalho, se o Esquema conter qualquer Bloco naquela posição.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "O Canhão de esquema irá limpar todos os blocos na área de trabalho, incluindo os substituídos por Ar.", - - "create.schematicannon.status.idle": "Ocioso", - "create.schematicannon.status.ready": "Pronto", - "create.schematicannon.status.running": "Trabalhando", - "create.schematicannon.status.finished": "Concluído", - "create.schematicannon.status.paused": "Pausado", - "create.schematicannon.status.stopped": "Parada", - "create.schematicannon.status.noGunpowder": "Sem pólvora", - "create.schematicannon.status.targetNotLoaded": "Bloco não carregado", - "create.schematicannon.status.targetOutsideRange": "Alvo está muito Longe", - "create.schematicannon.status.searching": "Procurando", - "create.schematicannon.status.skipping": "Pulando", - "create.schematicannon.status.missingBlock": "Bloco Faltante:", - "create.schematicannon.status.placing": "Colocando", - "create.schematicannon.status.clearing": "Limpando Blocos", - "create.schematicannon.status.schematicInvalid": "Esquema Inválido", - "create.schematicannon.status.schematicNotPlaced": "Esquema não Colocado", - "create.schematicannon.status.schematicExpired": "Arquivo de Esquema Expirado", - - "create.materialChecklist": "Lista de materiais", - "create.materialChecklist.blocksNotLoaded": "* Aviso *\n\nMaterial List pode ser impreciso devido a chunks relevantes não estarem sendo carregados.", - - "create.gui.filter.deny_list": "Lista de negação", - "create.gui.filter.deny_list.description": "Itens passam se eles não encaixam em nenhum dos acima. Uma lista de negação vazia aceita tudo.", - "create.gui.filter.allow_list": "Lista de permissão", - "create.gui.filter.allow_list.description": "Itens passam se eles se encaixam em algum dos acima. Uma lista de permissão vazia rejeita tudo.", - "create.gui.filter.respect_data": "Respeitar informação", - "create.gui.filter.respect_data.description": "Itens apenas se encaixam caso a durabilidade, encantamentos e outros atributos se encaixam também.", - "create.gui.filter.ignore_data": "Ignorar informação", - "create.gui.filter.ignore_data.description": "Itens se enquadram não importa os seus atributos.", - - "create.item_attributes.placeable": "É colocavel", - "create.item_attributes.placeable.inverted": "Não é colocavel", - "create.item_attributes.consumable": "É comestivel", - "create.item_attributes.consumable.inverted": "Não é comestivel", - "create.item_attributes.fluid_container": "Pode armazenar fluidos", - "create.item_attributes.fluid_container.inverted": "Não pode armazenar fluidos", - "create.item_attributes.enchanted": "Está encantado", - "create.item_attributes.enchanted.inverted": "Não está encantado", - "create.item_attributes.max_enchanted": "Está encantado no nível máximo", - "create.item_attributes.max_enchanted.inverted": "Não está encantado no nível maximo", - "create.item_attributes.renamed": "Tem nome customizado", - "create.item_attributes.renamed.inverted": "Não tem nome customizado", - "create.item_attributes.damaged": "Está danificado", - "create.item_attributes.damaged.inverted": "Não está danificado", - "create.item_attributes.badly_damaged": "Está severamente danificado", - "create.item_attributes.badly_damaged.inverted": "Não está severamente danificado", - "create.item_attributes.not_stackable": "Não pode ser empilhado", - "create.item_attributes.not_stackable.inverted": "Pode ser empilhado", - "create.item_attributes.equipable": "Pode ser equipado", - "create.item_attributes.equipable.inverted": "Não pode ser equipado", - "create.item_attributes.furnace_fuel": "è combustivel", - "create.item_attributes.furnace_fuel.inverted": "Não é combustivel", - "create.item_attributes.washable": "Pode ser lavado", - "create.item_attributes.washable.inverted": "Não pode ser lavado", - "create.item_attributes.hauntable": "Pode ser amaldiçoado", - "create.item_attributes.hauntable.inverted": "Não pode ser amaldiçoado", - "create.item_attributes.crushable": "Pode ser triturado", - "create.item_attributes.crushable.inverted": "Não pode ser triturado", - "create.item_attributes.smeltable": "Pode ser fundido", - "create.item_attributes.smeltable.inverted": "Não pode ser fundido", - "create.item_attributes.smokable": "Pode ser defumado", - "create.item_attributes.smokable.inverted": "Não pode ser defumado", - "create.item_attributes.blastable": "È fundível no alto-forno", - "create.item_attributes.blastable.inverted": "Não é fundível no alto-forno", - "create.item_attributes.compostable": "pode ser decomposto", - "create.item_attributes.compostable.inverted": "não pode ser decomposto", - "create.item_attributes.shulker_level": "O shulker é %1$s", - "create.item_attributes.shulker_level.inverted": "O shulker não é %1$s", - "create.item_attributes.shulker_level.full": "Cheio", - "create.item_attributes.shulker_level.empty": "Vazio", - "create.item_attributes.shulker_level.partial": "Parcialmente cheio", - "create.item_attributes.in_tag": "è marcado %1$s", - "create.item_attributes.in_tag.inverted": "Não é marcado %1$s", - "create.item_attributes.in_item_group": "Está no grupo '%1$s'", - "create.item_attributes.in_item_group.inverted": "Não esta no grupo '%1$s'", - "create.item_attributes.added_by": "Foi adicionado por %1$s", - "create.item_attributes.added_by.inverted": "Não foi adicionado por %1$s", - "create.item_attributes.has_enchant": "Está encantado com %1$s", - "create.item_attributes.has_enchant.inverted": "Não esta encantado com %1$s", - "create.item_attributes.color": "Esta tingido de %1$s", - "create.item_attributes.color.inverted": "Não está tingido de %1$s", - "create.item_attributes.has_fluid": "Contem %1$s", - "create.item_attributes.has_fluid.inverted": "Não contem %1$s", - "create.item_attributes.has_name": "Tem o nome %1$s", - "create.item_attributes.has_name.inverted": "Não tem o nome %1$s", - "create.item_attributes.book_author": "Tem a autoria de %1$s", - "create.item_attributes.book_author.inverted": "Não tem a autoria de %1$s", - "create.item_attributes.book_copy_original": "É original", - "create.item_attributes.book_copy_original.inverted": "Não é original", - "create.item_attributes.book_copy_first": "É uma cópia da primeira geração", - "create.item_attributes.book_copy_first.inverted": "Não é uma copia de primeira geração", - "create.item_attributes.book_copy_second": "É uma cópia de segunda geração", - "create.item_attributes.book_copy_second.inverted": "Não é uma copia de segunda geração", - "create.item_attributes.book_copy_tattered": "É uma bagunça esfarrapada", - "create.item_attributes.book_copy_tattered.inverted": "Não é uma bagunça esfarrapada", - "create.item_attributes.astralsorcery_amulet": "Melhora %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "Não melhora %1$s", - "create.item_attributes.astralsorcery_constellation": "Esta sintonizado a %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "Não esta sintonizado a %1$s", - "create.item_attributes.astralsorcery_crystal": "Tem atributos de cristais %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "Não tem atributos de cristais %1$s", - "create.item_attributes.astralsorcery_perk_gem": " %1$s Tem um atributo de beneficio", - "create.item_attributes.astralsorcery_perk_gem.inverted": "%1$s Não tem um atributo de benefício", - - "create.gui.attribute_filter.no_selected_attributes": "Nenhum atributo selecionado", - "create.gui.attribute_filter.selected_attributes": "Atributos selecionados:", - "create.gui.attribute_filter.add_attribute": "Adicionar atributo a lista", - "create.gui.attribute_filter.add_inverted_attribute": "Adicionar atributo oposto a lista", - "create.gui.attribute_filter.allow_list_disjunctive": "Lista de permissão (Qualquer)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "Itens passam se eles tiverem qualquer atributo selecionado.", - "create.gui.attribute_filter.allow_list_conjunctive": "Lista de permissão (Todos)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "Itens passam se eles tiverem TODOS atributos selecionados.", - "create.gui.attribute_filter.deny_list": "lista de negação", - "create.gui.attribute_filter.deny_list.description": "Itens passam se eles NÃO tiverem qualquer atributo selecionado.", - "create.gui.attribute_filter.add_reference_item": "Adicionar item referência", - - "create.tooltip.holdForDescription": "Segure [%1$s] para o sumário", - "create.tooltip.holdForControls": "Segure [%1$s] para os controles", - "create.tooltip.keyShift": "Shift", - "create.tooltip.keyCtrl": "Ctrl", - "create.tooltip.speedRequirement": "Requerimento de velocidade: %1$s", - "create.tooltip.speedRequirement.none": "Nenhum", - "create.tooltip.speedRequirement.slow": "Devagar", - "create.tooltip.speedRequirement.medium": "Modereado", - "create.tooltip.speedRequirement.fast": "Rapido", - "create.tooltip.stressImpact": "Impacto de stress: %1$s", - "create.tooltip.stressImpact.low": " Baixo", - "create.tooltip.stressImpact.medium": " Moderado", - "create.tooltip.stressImpact.high": " Alto", - "create.tooltip.stressImpact.overstressed": ": Sobre estresse", - "create.tooltip.up_to": "Até %1$s", - "create.tooltip.capacityProvided": "Capacidade de stress cinético: %1$s", - "create.tooltip.capacityProvided.low": " Pequeno", - "create.tooltip.capacityProvided.medium": " Médio", - "create.tooltip.capacityProvided.high": " Grande", - "create.tooltip.generationSpeed": " Gera em %1$s %2$s", - "create.tooltip.analogStrength": " Força analogica: %1$s/15", - - "create.mechanical_arm.extract_from": " Pegar itens de %1$s", - "create.mechanical_arm.deposit_to": " Depositar itens para %1$s", - "create.mechanical_arm.summary": "Braço mecânico tem %1$s entrada(s) e %2$s saida(s).", - "create.mechanical_arm.points_outside_range": "%1$s Ponto(s) de interação removidos pelas limitações de alcance.", - - "create.weighted_ejector.target_set": "Alvo selecionado", - "create.weighted_ejector.target_not_valid": "Ejetando para o bloco adjacente (Alvo não foi valido)", - "create.weighted_ejector.no_target": "Ejetando para o bloco adjacente (Nenhum alvo foi selecionado)", - "create.weighted_ejector.targeting": "Ejetando para [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "Tamanho da pilha ejetada", - - "create.logistics.when_multiple_outputs_available": "Quando multiplas saidas selecionadas", - - "create.mechanical_arm.selection_mode.round_robin": "Rodízio", - "create.mechanical_arm.selection_mode.forced_round_robin": "Rodízio forçado", - "create.mechanical_arm.selection_mode.prefer_first": "Preferir primeiro alvo", - - "create.tunnel.selection_mode.split": "Dividir", - "create.tunnel.selection_mode.forced_split": "Divisão forçada", - "create.tunnel.selection_mode.round_robin": "Rodízio", - "create.tunnel.selection_mode.forced_round_robin": "Rodízio forçado", - "create.tunnel.selection_mode.prefer_nearest": "Preferir o mais perto", - "create.tunnel.selection_mode.randomize": "Aleatorizar", - "create.tunnel.selection_mode.synchronize": "Sincronizar as entradas", - - "create.tooltip.chute.header": "Informação da calha", - "create.tooltip.chute.items_move_down": "Itens movimentam para baixo", - "create.tooltip.chute.items_move_up": "Itens movem para cima", - "create.tooltip.chute.no_fans_attached": "Não conectado com um ventilador", - "create.tooltip.chute.fans_push_up": "Ventiladores sopram de baixo", - "create.tooltip.chute.fans_push_down": "Ventiladores sopram de cima", - "create.tooltip.chute.fans_pull_up": "Ventiladores sugam de cima", - "create.tooltip.chute.fans_pull_down": "Ventiladores sugam de baixo", - "create.tooltip.chute.contains": "Contem: %1$s x%2$s", - "create.tooltip.deployer.header": "Informações do implantador", - "create.tooltip.deployer.using": "Modo: Usar", - "create.tooltip.deployer.punching": "Modo: Atacar", - "create.tooltip.deployer.contains": "Item: %1$s x%2$s", - "create.tooltip.brass_tunnel.contains": "Distribuindo:", - "create.tooltip.brass_tunnel.contains_entry": " > %1$s x%2$s", - "create.tooltip.brass_tunnel.retrieve": "Clique direito para recuperar item", - - "create.linked_controller.bind_mode": "Modo de vinculação", - "create.linked_controller.press_keybind": "Aperte %1$s, %2$s, %3$s, %4$s, %5$s or %6$s, para vincular essa frequencia para tecla respectiva", - "create.linked_controller.key_bound": "Frequência vinculada com %1$s", - "create.linked_controller.frequency_slot_1": "Tecla: %1$s, Freq. #1", - "create.linked_controller.frequency_slot_2": "Tecla: %1$s, Freq. #2", - - "create.crafting_blueprint.crafting_slot": "Slot de ingrediente", - "create.crafting_blueprint.filter_items_viable": "Filtros avançados são viaveis", - "create.crafting_blueprint.display_slot": "Slot de exibição", - "create.crafting_blueprint.inferred": "Deduzido pela receita", - "create.crafting_blueprint.manually_assigned": "Designado manualmente", - "create.crafting_blueprint.secondary_display_slot": "Slot de exibição secundario", - "create.crafting_blueprint.optional": "Opcional", - - "create.potato_cannon.ammo.attack_damage": " %1$s Dano de ataque", - "create.potato_cannon.ammo.reload_ticks": " %1$s Velocidade de recarregamento", - "create.potato_cannon.ammo.knockback": " %1$s Repulsão do projetil", - - "create.hint.hose_pulley.title": "Abastecimento sem fundo", - "create.hint.hose_pulley": "O corpo de fluido selecionado é considerado infinito.", - "create.hint.mechanical_arm_no_targets.title": "Sem alvos", - "create.hint.mechanical_arm_no_targets": "Aparentemente esse _Braço_ _Mecânico_ não foi designado nenhum _alvo._ Selecione esteiras, depósitos, funis e outros blocos com o _botão direito do mouse_ enquanto _segurando_ o _Braço_ _Mecânico_ na sua _mão_.", - "create.hint.empty_bearing.title": "Atualizar o rolamento", - "create.hint.empty_bearing": " clique com o botão direito_ o rolamento com a _mão_ _vazia_ para _conectar_ a estrutura que você construiu não frente disso.", - "create.hint.full_deployer.title": "Implantador transbordando de itens", - "create.hint.full_deployer": "Aparenta que esse _inplantador_ contém _itens_ em _excesso_ que precisam ser _extraídos._ Use um _funil,_ _funil de andesito/latão_ ou outros meios para extrair os itens excedentes.", - - "create.backtank.low": "Pressão do Tanque Traseiro de Cobre baixa", - "create.backtank.depleted": "Pressão do Tanque Traseiro de Cobre esgotada", - - "create.hint.derailed_train.title": "Trem Descarrilhado", - "create.hint.derailed_train": "Parece que este _Trem_ não está mais sentado em uma peça de trilha conectada. _Clique-Direito_ usando uma _chave Inglesa_ para relocalizá-la para um trilho próximo.", - - "create.boiler.status": "Status da Caldeira: %1$s", - "create.boiler.status_short": "Caldeira: %1$s", - "create.boiler.passive": "Passivo", - "create.boiler.idle": "Ocioso", - "create.boiler.lvl": "Lvl %1$s", - "create.boiler.max_lvl": "Max", - "create.boiler.size": "Tamanho", - "create.boiler.size_dots": "....... ", - "create.boiler.water": "Água", - "create.boiler.water_dots": "... ", - "create.boiler.heat": "Temperatura", - "create.boiler.heat_dots": "...... ", - "create.boiler.via_one_engine": "através de 1 motor", - "create.boiler.via_engines": "através de %1$s motores", - - "create.gui.schedule.lmb_edit": "Clique Esquerdo para Editar", - "create.gui.schedule.rmb_remove": "Clique Direito para Remover", - "create.gui.schedule.duplicate": "Duplicar", - "create.gui.schedule.remove_entry": "Remover Ação", - "create.gui.schedule.add_entry": "Adicionar Ação", - "create.gui.schedule.move_up": "Mover para cima", - "create.gui.schedule.move_down": "Mover para baixo", - "create.gui.schedule.add_condition": "Adicionar Condição", - "create.gui.schedule.alternative_condition": "Condição Alternativa", - - "create.schedule.instruction_type": "Próxima Ação:", - "create.schedule.instruction.editor": "Editor de Instruções", - "create.schedule.instruction.destination": "Viaje para a Estação", - "create.schedule.instruction.destination.summary": "Próxima Parada:", - "create.schedule.instruction.filter_edit_box": "Nome da Estação", - "create.schedule.instruction.filter_edit_box_1": "Usar * como um curinga de texto", - "create.schedule.instruction.filter_edit_box_2": "Exemplo: 'Minha Estação, Plataforma *'", - "create.schedule.instruction.filter_edit_box_3": "Trem escolhe a estação desocupada mais próxima", - "create.schedule.instruction.rename": "Atualizar Título da Programação", - "create.schedule.instruction.rename.summary": "Novo Título:", - "create.schedule.instruction.name_edit_box": "Título da Programação", - "create.schedule.instruction.name_edit_box_1": "Afeta o texto mostrado nos blocos de exibição", - "create.schedule.instruction.name_edit_box_2": "O padrão é o nome do próximo destino", - "create.schedule.instruction.throttle": "Limitar Velocidade Máxima", - "create.schedule.instruction.throttle.summary": "Alterar a Velocidade Máxima para %1$s", - "create.schedule.instruction.throttle_edit_box": "Velocidade máxima", - "create.schedule.instruction.throttle_edit_box_1": "Afeta a velocidade máxima do trem", - "create.schedule.condition_type": "Continue se/depois:", - "create.schedule.condition.editor": "Editor de Condições", - "create.schedule.condition.delay": "Atraso Programado", - "create.schedule.condition.delay_short": "Espere: %1$s", - "create.schedule.condition.delay.status": "Parti em %1$s", - "create.schedule.condition.idle": "Inatividade da Carga", - "create.schedule.condition.idle_short": "Carga Ociosa: %1$s", - "create.schedule.condition.idle.status": "Carga ociosa por %1$s", - "create.schedule.condition.for_x_time": "para %1$s", - "create.schedule.condition.unloaded": "Chunk descarregado", - "create.schedule.condition.unloaded.status": "Aguardando descarregamento do chunk", - "create.schedule.condition.powered": "Estação ativada", - "create.schedule.condition.powered.status": "Aguardando a Redstone", - "create.schedule.condition.time_of_day": "Hora do Dia", - "create.schedule.condition.time_of_day.scheduled": "Hora Agendada: %1$s", - "create.schedule.condition.time_of_day.digital_format": "%1$s:%3$s%4$s", - "create.schedule.condition.time_of_day.rotation": "Rotação", - "create.schedule.condition.time_of_day.rotation.every_24": "Todos os Dias", - "create.schedule.condition.time_of_day.rotation.every_12": "Todas as 12:00", - "create.schedule.condition.time_of_day.rotation.every_6": "Todas as 6:00", - "create.schedule.condition.time_of_day.rotation.every_4": "Todas as 4:00", - "create.schedule.condition.time_of_day.rotation.every_3": "Todas as 3:00", - "create.schedule.condition.time_of_day.rotation.every_2": "Todas as 2:00", - "create.schedule.condition.time_of_day.rotation.every_1": "Todas as 1:00", - "create.schedule.condition.time_of_day.rotation.every_0_45": "Todas as 0:45", - "create.schedule.condition.time_of_day.rotation.every_0_30": "Todas as 0:30", - "create.schedule.condition.time_of_day.rotation.every_0_15": "Todas as 0:15", - "create.schedule.condition.time_of_day.status": "Parti às ", - "create.schedule.condition.threshold.train_holds": "Trem armazena %1$s", - "create.schedule.condition.threshold.greater": "mais do que", - "create.schedule.condition.threshold.less": "menos do que", - "create.schedule.condition.threshold.equal": "exatamente", - "create.schedule.condition.threshold.x_units_of_item": "%1$s %2$s de %3$s", - "create.schedule.condition.threshold.matching_content": "Conteúdo Correspondente", - "create.schedule.condition.threshold.anything": "Qualquer coisa", - "create.schedule.condition.threshold.item_measure": "Medição de Item", - "create.schedule.condition.threshold.items": "Itens", - "create.schedule.condition.threshold.stacks": "Pilhas", - "create.schedule.condition.threshold.buckets": "Baldes", - "create.schedule.condition.threshold.status": "Carga: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "Item de Referência", - "create.schedule.condition.threshold.place_item_2": "Filtros podem ser usados", - "create.schedule.condition.threshold.place_item_3": "Deixe em branco para corresponder a qualquer", - "create.schedule.condition.fluid_threshold": "Condição da Carga Fluida", - "create.schedule.condition.item_threshold": "Condição da Carga de Itens", - "create.schedule.condition.redstone_link": "Conexão de Redstone", - "create.schedule.condition.redstone_link.status": "Aguardando a conexão de Redstone", - "create.schedule.condition.redstone_link_on": "Conexão ligada", - "create.schedule.condition.redstone_link_off": "Conexão desligada", - "create.schedule.condition.redstone_link.powered": "Ativado", - "create.schedule.condition.redstone_link.unpowered": "Não ativado", - "create.schedule.condition.redstone_link.frequency_state": "Estado da frequência:", - "create.schedule.condition.redstone_link.frequency_powered": "Frequência ativada:", - "create.schedule.condition.redstone_link.frequency_unpowered": "Frequência não ativada:", - "create.schedule.condition.player_count": "Jogadores Sentados", - "create.schedule.condition.player_count.summary": "%1$s Jogador", - "create.schedule.condition.player_count.summary_plural": "%1$s Jogadores", - "create.schedule.condition.player_count.seated": "%1$s sentados", - "create.schedule.condition.player_count.players": "Jogadores", - "create.schedule.condition.player_count.condition": "Condição", - "create.schedule.condition.player_count.exactly": "Exatamente", - "create.schedule.condition.player_count.or_above": "Ou acima de", - "create.schedule.condition.player_count.status": "Passageiros: %1$s/%2$s", - "create.schedule.loop": "Repetir para Sempre", - "create.schedule.loop1": "Programação começa de novo", - "create.schedule.loop2": "quando completo", - "create.schedule.reset": "Reiniciar Progresso", - "create.schedule.skip": "Pular parada atual", - "create.schedule.applied_to_train": "O trem está seguindo este Programa", - "create.schedule.non_controlling_seat": "O condutor precisa sentar na frente de um bloco de Controle", - "create.schedule.remove_with_empty_hand": "Remova o Programa atual com a Mão Vazia", - "create.schedule.auto_removed_from_train": "Programa automático descartado", - "create.schedule.removed_from_train": "Programação recuperada do trem", - "create.schedule.no_stops": "Esta Programação ainda não tem nenhuma parada", - "create.schedule.continued": "Programação retomada", - - "create.track.selection_cleared": "Seleção Limpa", - "create.track.valid_connection": "Pode conectar ✔", - "create.track.second_point": "Coloque o trilho ou selecione um segundo ponto", - "create.track.too_far": "Muito longe", - "create.track.original_missing": "Bloco original removido, clique-shift para resetar", - "create.track.perpendicular": "Não é possível conectar perpendicularmente", - "create.track.ascending_s_curve": "Não é possível criar Curvas em S inclinadas", - "create.track.too_sharp": "Curva muito fechada", - "create.track.too_steep": "Inclinação muito íngreme", - "create.track.slope_turn": "Não é possível entrar ou deixar a inclinação em uma curva", - "create.track.opposing_slopes": "Não é possível conectar inclinações opostas", - "create.track.leave_slope_ascending": "Não é possível deixar esta inclinação enquanto subindo", - "create.track.leave_slope_descending": "Não é possível deixar esta inclinação enquanto descendo", - "create.track.turn_90": "Só pode curvar até 90 graus", - "create.track.junction_start": "Não é possível iniciar a conexão a partir de uma junção", - "create.track.turn_start": "Não é possível iniciar a conexão a partir de uma Curva", - "create.track.not_enough_tracks": "Não esta segurando trilhos suficientes", - "create.track.not_enough_pavement": "Não esta segurando blocos de pavimento suficiente", - - "create.portal_track.failed": "Não é possível colocar trilho do portal:", - "create.portal_track.missing": "Portal de destino ainda não gerado", - "create.portal_track.blocked": "Local do destino bloqueado (%1$s,%2$s,%3$s)", - - "create.station.idle": "Estação está ociosa", - "create.station.assembly_title": "Montagem do Trem", - "create.station.close": "Fechar Janela", - "create.station.cancel": "Cancelar Montagem", - "create.station.failed": "Falha na Montagem", - "create.station.icon_type": "Tipo de ícone", - "create.station.create_train": "Criar novo trem", - "create.station.assemble_train": "Montar Trem", - "create.station.disassemble_train": "Desmontar Trem", - "create.station.remove_schedule": "Recuperar Programa", - "create.station.remove_auto_schedule": "Descartar Programa automático", - "create.station.no_assembly_diagonal": "Não é possível construir trens", - "create.station.no_assembly_diagonal_1": "em trilhos diagonais", - "create.station.no_assembly_curve": "Não é possível construir trens", - "create.station.no_assembly_curve_1": "em trilhos curvados", - "create.station.train_not_aligned": "Não é possível desmontar,", - "create.station.train_not_aligned_1": "nem todos os vagões alinhados", - "create.station.carriage_number": "Vagão %1$s:", - "create.station.retry": "Resolva isto e tente novamente", - "create.station.no_bogeys": "Nenhuma roda", - "create.station.one_bogey": "1 Roda", - "create.station.more_bogeys": "%1$s Rodas", - "create.station.how_to": "Use Revestimentos de Trem em trilhos destacados para criar rodas.", - "create.station.how_to_1": "Remova as rodas quebrando o bloco no topo.", - "create.station.how_to_2": "Construa vagões ligados a uma ou duas rodas cada.", - - "create.train_assembly.too_many_bogeys": "Muitas rodas ligadas: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "A Roda da frente deve estar no Marcador da Estação", - "create.train_assembly.no_bogeys": "Nenhuma roda encontrada", - "create.train_assembly.not_connected_in_order": "Rodas não estão conectadas em ordem", - "create.train_assembly.bogeys_too_close": "As rodas %1$s e %2$s estão muito perto uma da outra", - "create.train_assembly.single_bogey_carriage": "Este tipo de roda não suporta um vagão por conta própria", - "create.train_assembly.nothing_attached": "Nenhuma estrutura conectada a Roda %1$s", - "create.train_assembly.no_controls": "Pelo menos um bloco de controle voltado para frente precisa ser montado no trem", - "create.train_assembly.sideways_controls": "Um bloco de controle montado está virado para o lado", - "create.train_assembly.bogey_created": "Roda criada. Clique novamente para alternar o tipo", - "create.train_assembly.requires_casing": "Use o Revestimento de Trem para criar rodas nos trilhos", - - "create.track_target.set": "Trilho escolhido", - "create.track_target.success": "Ligado com sucesso ao trilho selecionado", - "create.track_target.clear": "Seleção do trilho excluído", - "create.track_target.missing": "Clique direito no trilho selecionado", - "create.track_target.too_far": "O trilho selecionado está muito longe daqui", - "create.track_target.no_junctions": "Trilho selecionado não pode ser uma interseção", - "create.track_target.occupied": "Trilho selecionado está ocupado", - "create.track_target.invalid": "Não é possível escolher este trilho aqui", - - "create.train.unnamed": "Trem sem nome", - "create.train.cannot_relocate_moving": "Não é possível realocar um trem em movimento", - "create.train.relocate": "Clique em um trilho para realocar %1$s para. Clique-Shift para abortar", - "create.train.relocate.abort": "Realocação abortada", - "create.train.relocate.success": "Realocação bem sucedida", - "create.train.relocate.valid": "Pode realocar para aqui, clique para confirmar", - "create.train.relocate.invalid": "Não é possível realocar o trem para aqui", - "create.train.relocate.too_far": "Não é possível realocar o trem desta distância", - "create.train.departing_from": "Partindo de %1$s", - "create.train.arrived_at": "Chegou em %1$s", - "create.train.status": " Informações sobre o Trem: %1$s", - "create.train.status.back_on_track": "O Trem está de volta aos trilhos", - "create.train.status.collision": "Colisão com outro Trem", - "create.train.status.end_of_track": "Um Trem chegou ao fim de seu trilho", - "create.train.status.double_portal": "Um Trem não pode entrar no portal enquanto sai de outro", - "create.train.status.coupling_stress": "Parada forçada devido a Stress nos Acoplamentos", - "create.train.status.track_missing": "Trilhos estão faltando embaixo do trem", - "create.train.status.paused_for_manual": "Programação pausada para controles manuais", - "create.train.status.opposite_driver": "Caminho requer um maquinista virado para a direção oposta", - "create.train.status.missing_driver": "Maquinista desapareceu", - "create.train.status.found_driver": "Um novo maquinista foi encontrado", - "create.train.status.navigation_success": "Navegação bem sucedida", - "create.train.status.no_match": "Nenhuma estação no gráfico corresponde a%1$s'", - "create.train.status.no_path": "Nenhum caminho adequado para o próximo destino programado pode ser encontrado", - - "create.track_signal.cannot_change_mode": "Não é possível alternar o modo deste Sinal", - "create.track_signal.mode_change.entry_signal": "-> Permitir passagem se seção estiver desocupada", - "create.track_signal.mode_change.cross_signal": "-> Permitir passagem se seção estiver totalmente transponível", - - "create.contraption.controls.start_controlling": "Controlando agora: %1$s", - "create.contraption.controls.stop_controlling": "Parou de controlar a engenhoca", - "create.contraption.controls.approach_station": "Segure %1$s para se aproximar de %2$s", - - "create.display_link.set": "Posição alvo selecionada", - "create.display_link.success": "Vinculado com sucesso à posição selecionada", - "create.display_link.clear": "Posição selecionada excluída", - "create.display_link.too_far": "A posição selecionada está muito longe daqui", - "create.display_link.invalid": "A conexão não possui um alvo válido, tente colocá-lo novamente", - "create.display_link.title": "Conexão de placa de exibição", - "create.display_link.no_source": "Não é fonte de exibição", - "create.display_link.no_target": "Não é um alvo de exibição", - "create.display_link.reading_from": "Ler de:", - "create.display_link.writing_to": "Enviar para:", - "create.display_link.attached_side": "Bloco no lado conectado", - "create.display_link.targeted_location": "Bloco na posição selecionada", - "create.display_link.view_compatible": "Clique para ver todos os compatíveis", - "create.display_link.information_type": "Tipo de informação", - "create.display_link.display_on": "Escrever dados para:", - "create.display_link.display_on_multiline": "Comece a escrever em:", - - "create.display_source.label": "Etiqueta anexada", - "create.display_source.combine_item_names": "Combinar Nomes de Itens", - "create.display_source.count_items": "Quantidade de itens correspondentes", - "create.display_source.list_items": "Lista de itens correspondentes", - "create.display_source.fluid_amount": "Quantidade de Fluidos Correspondentes", - "create.display_source.list_fluids": "Lista de fluidos correspondentes", - "create.display_source.nixie_tube": "Copiar Tubos Nixie", - "create.display_source.fill_level": "Nível de preenchimento do contêiner", - "create.display_source.fill_level.display": "Formato de Exibição", - "create.display_source.fill_level.percent": "Porcentagem", - "create.display_source.fill_level.progress_bar": "Barra de progresso", - "create.display_source.value_list.display": "Exibição de Valor", - "create.display_source.value_list.shortened": "Abreviado", - "create.display_source.value_list.full_number": "Número completo", - "create.display_source.value_list.thousand": "k", - "create.display_source.value_list.million": "m", - "create.display_source.player_deaths": "Mortes do Jogador", - "create.display_source.scoreboard": "Painel de pontuação", - "create.display_source.scoreboard.objective": "ID do objetivo", - "create.display_source.scoreboard.objective_not_found": "'%1$s' não encontrado", - "create.display_source.scoreboard.objective.deaths": "Mortes do Jogador", - "create.display_source.time_of_day": "Hora do Dia", - "create.display_source.stop_watch": "Cronômetro", - "create.display_source.time.format": "Formato do tempo", - "create.display_source.time.12_hour": "12 horas", - "create.display_source.time.24_hour": "24 horas", - "create.display_source.accumulate_items": "Contagem acumulada de itens", - "create.display_source.item_throughput": "Taxa de transferência de itens", - "create.display_source.item_throughput.interval": "Intervalo", - "create.display_source.item_throughput.interval.second": "por Segundo", - "create.display_source.item_throughput.interval.minute": "por Minuto", - "create.display_source.item_throughput.interval.hour": "por hora", - "create.display_source.train_status": "Status do Programa de trem", - "create.display_source.station_summary": "Resumo da Estação Trem", - "create.display_source.station_summary.filter": "Filtro do nome da Estação", - "create.display_source.station_summary.train_name_column": "Tamanho da coluna do trem", - "create.display_source.station_summary.platform_column": "Tamanho da coluna plataforma", - "create.display_source.station_summary.now": "agora", - "create.display_source.station_summary.minutes": " min", - "create.display_source.station_summary.seconds": "%1$ss", - "create.display_source.observed_train_name": "Nome do trem Detectado", - "create.display_source.max_enchant_level": "Custo Máximo de Encantamento", - "create.display_source.boiler_status": "Status da Caldeira", - "create.display_source.entity_name": "Nome da entidade", - "create.display_source.kinetic_speed": "Velocidade de Rotação (RPM)", - "create.display_source.kinetic_speed.absolute": "Ignorar Direção", - "create.display_source.kinetic_speed.directional": "Incluir Direção", - "create.display_source.kinetic_stress": "Estresse do sistema", - "create.display_source.kinetic_stress.display": "Informação exibida", - "create.display_source.kinetic_stress.progress_bar": "Barra de progresso", - "create.display_source.kinetic_stress.percent": "Porcentagem", - "create.display_source.kinetic_stress.current": "Estresse em US", - "create.display_source.kinetic_stress.max": "Capacidade total", - "create.display_source.kinetic_stress.remaining": "US Restante", - "create.display_source.redstone_power": "Poder de Redstone", - "create.display_source.redstone_power.display": "Formato de Exibição", - "create.display_source.redstone_power.number": "Número", - "create.display_source.redstone_power.progress_bar": "Barra de progresso", - "create.display_source.boiler.not_enough_space": "Espaço insuficiente ", - "create.display_source.boiler.for_boiler_status": "para o Status da Caldeira", - - "create.display_target.line": "Linha %1$s", - "create.display_target.page": "Página %1$s", - "create.display_target.single_line": "Linha única", - - "create.flap_display.cycles.alphabet": " ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": " ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": " ; min;agora;15s;30s;45s", - "create.flap_display.cycles.shortened_numbers": " ;K;M", - "create.flap_display.cycles.fluid_units": "mB;B ", - "create.flap_display.cycles.instant": " ; ", - "create.flap_display.cycles.pixel": "█;▓;▒", - - "create.super_glue.too_far": "A área selecionada é muito grande", - "create.super_glue.cannot_reach": "Os blocos selecionados devem ser conectados", - "create.super_glue.click_to_confirm": "Clique novamente para confirmar", - "create.super_glue.click_to_discard": "Clique shift para descartar a seleção", - "create.super_glue.first_pos": "Primeira posição selecionada", - "create.super_glue.abort": "Seleção descartada", - "create.super_glue.not_enough": "Não há cola suficiente no inventário", - "create.super_glue.success": "Aplicando cola...", - - "create.gui.config.overlay1": "Oi :)", - "create.gui.config.overlay2": "Essa sobreposição é uma amostra", - "create.gui.config.overlay3": "Clique ou arraste com o mouse", - "create.gui.config.overlay4": "para mover esta pré-visualização", - "create.gui.config.overlay5": "Pressione ESC para sair desta tela", - "create.gui.config.overlay6": "e salvar a nova posição", - "create.gui.config.overlay7": "Executar /create overlay reset", - "create.gui.config.overlay8": "para redefinir para a posição padrão", - - "create.command.killTPSCommand": " killtps", - "create.command.killTPSCommand.status.slowed_by.0": " [Create]: Server tick is currently slowed by %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": " [Create]: Server tick is slowed by %s ms now >:)", - "create.command.killTPSCommand.status.slowed_by.2": " [Create]: Server tick is back to regular speed :D", - "create.command.killTPSCommand.status.usage.0": " [Create]: use /killtps stop to bring back server tick to regular speed", - "create.command.killTPSCommand.status.usage.1": " [Create]: use /killtps start to artificially slow down the server tick", - "create.command.killTPSCommand.argument.tickTime": "tickTime", - - "create.contraption.minecart_contraption_too_big": "Essa engenhoca de carrinho aparenta ser muita grande para pegar", - "create.contraption.minecart_contraption_illegal_pickup": "Uma força mistica esta segurando esta engenhoca de carrinho", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "Engenhoca para", - "create.subtitle.peculiar_bell_use": "Sino peculiar toca", - "create.subtitle.worldshaper_place": "Zaps do terraformador", - "create.subtitle.whistle_train_manual": "Buzinas de trem", - "create.subtitle.steam": "Sons de vapor", - "create.subtitle.saw_activate_stone": "Serra mecânica ativa", - "create.subtitle.schematicannon_finish": "Ding do canhão de esquema", - "create.subtitle.crafter_craft": "Fabricador fábrica", - "create.subtitle.wrench_remove": "Componente quebra", - "create.subtitle.train3": "Tremer abafado das rodas do trem", - "create.subtitle.whistle": "Apito", - "create.subtitle.cogs": "tremer da rodas dentadas", - "create.subtitle.slime_added": "Slime sendo espremido", - "create.subtitle.whistle_train_low": "Apito baixo", - "create.subtitle.schematicannon_launch_block": "Canhão de esquema atira", - "create.subtitle.controller_take": "Atril esvaziado", - "create.subtitle.crafter_click": "Clicks do fabricador", - "create.subtitle.depot_plop": "Item pousa", - "create.subtitle.confirm": "Ding afirmativo", - "create.subtitle.mixing": "Sons de mistura", - "create.subtitle.mechanical_press_activation_belt": "Bonks da prensa mecanica", - "create.subtitle.fwoomp": "Fwoomps do canhão de batata", - "create.subtitle.sanding_long": "Sons de lixa", - "create.subtitle.crushing_1": "Sons de trituração", - "create.subtitle.depot_slide": "Item escorrega", - "create.subtitle.blaze_munch": "Queimador de blazer mastiga", - "create.subtitle.funnel_flap": "Abas do funil batendo", - "create.subtitle.haunted_bell_use": "Sino assombrado toca", - "create.subtitle.scroll_value": "click do scroll", - "create.subtitle.controller_put": "Thumps do controle", - "create.subtitle.cranking": "Manivela gira", - "create.subtitle.sanding_short": "Sons de lixa", - "create.subtitle.wrench_rotate": "Chave inglesa usada", - "create.subtitle.potato_hit": "Impacto vegetal", - "create.subtitle.saw_activate_wood": "Serra mecânica ativa", - "create.subtitle.whistle_high": "Apito alto", - "create.subtitle.whistle_train_manual_low": "Buzinas de trem", - "create.subtitle.whistle_train": "Apito", - "create.subtitle.haunted_bell_convert": "Sino assombrado acorda", - "create.subtitle.train": "Tremer das rodas do trem", - "create.subtitle.deny": "Boop de negação", - "create.subtitle.controller_click": "Clicks do controle", - "create.subtitle.whistle_low": "Apito baixo", - "create.subtitle.copper_armor_equip": "Tilintar dos equipamentos de mergulho", - "create.subtitle.mechanical_press_activation": "Clang da prensa mecânica", - "create.subtitle.contraption_assemble": "Engenhoca move", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", - "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", - "item.create.example_item.tooltip.condition1": "Quando this", - "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", - "item.create.example_item.tooltip.condition2": "And Quando this", - "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", - "item.create.example_item.tooltip.control1": "Quando Ctrl pressed", - "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", - - "block.create.wooden_bracket.tooltip": "Suporte de madeira", - "block.create.wooden_bracket.tooltip.summary": "_Decore_ seus _eixos, rodas dentadas_ e _canos_com um pedaço aconchegante e de madeira de reforço.", - - "block.create.metal_bracket.tooltip": "Suporte de ferro", - "block.create.metal_bracket.tooltip.summary": "_Decore_ seus _eixos, rodas dentadas_ e _canos_ com um pedaço industrial e resistente de reforço.", - - "block.create.seat.tooltip": "Assento", - "block.create.seat.tooltip.summary": "Sente-se e aprecie a viagem! Âncora um jogador a uma _engenhoca_ em movimento. Ótimo para móveis estáticos também! Vem em uma variedade de cores.", - "block.create.seat.tooltip.condition1": "Clique-direito no Assento", - "block.create.seat.tooltip.behaviour1": "Senta o jogador no _Assento_. Pressione shift para sair do _Assento_.", - - "item.create.blaze_cake.tooltip": "BOLO DE BLAZE", - "item.create.blaze_cake.tooltip.summary": "Um deleite delicioso para os seus _Queimadores de blaze_ trabalhadores_. Observe-os todos disparados!", - - "item.create.wand_of_symmetry.tooltip": "VARINHA DE SIMETRIA", - "item.create.wand_of_symmetry.tooltip.summary": "Espelhar perfeitamente a colocação de blocos nos planos configurados.", - "item.create.wand_of_symmetry.tooltip.condition1": "Quando na Hotbar", - "item.create.wand_of_symmetry.tooltip.behaviour1": "Mantem-se Ativo", - "item.create.wand_of_symmetry.tooltip.control1": "B-Direito no Chão", - "item.create.wand_of_symmetry.tooltip.action1": "_Cria_ ou _Move_ o Espelho", - "item.create.wand_of_symmetry.tooltip.control2": "B-Direito no Ar", - "item.create.wand_of_symmetry.tooltip.action2": "_Remove_ o Espelho ativo", - "item.create.wand_of_symmetry.tooltip.control3": "B-Direito enquanto Abaixado", - "item.create.wand_of_symmetry.tooltip.action3": "Abre _Interface_ de _Configuração_", - - "item.create.handheld_worldshaper.tooltip": "TERRAFORMADOR PORTÁTIL", - "item.create.handheld_worldshaper.tooltip.summary": "Ferramenta útil para criar _paisagens_ e _características de terrenos_.", - "item.create.handheld_worldshaper.tooltip.control1": "Clique esquerdo no Bloco", - "item.create.handheld_worldshaper.tooltip.action1": "Define os blocos colocados pela ferramenta para o bloco alvo.", - "item.create.handheld_worldshaper.tooltip.control2": "Clique-direito no Bloco", - "item.create.handheld_worldshaper.tooltip.action2": "Aplica o _Pincel atualmente selecionado e _Ferramenta_ no local alvo.", - "item.create.handheld_worldshaper.tooltip.control3": "Clique-Direito enquanto agachado", - "item.create.handheld_worldshaper.tooltip.action3": "Abre a _Interface_ de _Configuração_", - - "item.create.tree_fertilizer.tooltip": "FERTILIZANTE DE ÁRVORE", - "item.create.tree_fertilizer.tooltip.summary": "Uma combinação poderosa de minerais para tipos comuns de árvores", - "item.create.tree_fertilizer.tooltip.condition1": "Quando usada em Mudas", - "item.create.tree_fertilizer.tooltip.behaviour1": "Cresce Árvores independentemente das suas Regras de espaço", - - "item.create.extendo_grip.tooltip": "EXTENSÂO DE PEGADOR", - "item.create.extendo_grip.tooltip.summary": "Boioing! Aumenta _grandemente a distância do usuário. Pode ser energizado com pressão de um _Tanque_ _traseiro_ _de_ _Cobre_", - "item.create.extendo_grip.tooltip.condition1": "Quando na mão secundária", - "item.create.extendo_grip.tooltip.behaviour1": "Aumenta a _distância de alcance_ de itens usados na _Mão principal_.", - "item.create.extendo_grip.tooltip.condition2": "Enquanto estiver usando o Tanque traseiro de cobre", - "item.create.extendo_grip.tooltip.behaviour2": "_Nenhuma_ _Durabilidade_ sera usada. Ao invés, _Pressão_ é drenada do Tanque", - - "item.create.potato_cannon.tooltip": "CANHÃO DE BATATAS", - "item.create.potato_cannon.tooltip.summary": "Fwoomp! Dispare seus legumes cultivados nos seus Inimigos. Pode ser energizado com pressão de um _Tanque_ _traseiro_ _de_ _Cobre_", - "item.create.potato_cannon.tooltip.condition1": "Quando Clique direito", - "item.create.potato_cannon.tooltip.behaviour1": "_Atirar_ um item adequado do seu _Inventário_.", - "item.create.potato_cannon.tooltip.condition2": "Enquanto estiver usando o Tanque traseiro de cobre", - "item.create.potato_cannon.tooltip.behaviour2": "_Nenhuma_ _Durabilidade_ sera usada. Ao invés, _Pressão_ é drenada do Tanque", - - "item.create.filter.tooltip": "FILTRO", - "item.create.filter.tooltip.summary": "_Controla saídas_ e _entradas_ de dispositivos logísticos com mais _precisão_, combinando-os com um _conjunto de itens_ ou vários _filtros recursivos_.", - "item.create.filter.tooltip.condition1": "Quando no slot do filtro", - "item.create.filter.tooltip.behaviour1": "_Controla_ o fluxo de itens de acordo com sua _configuração_.", - "item.create.filter.tooltip.condition2": "Quando Clique direito", - "item.create.filter.tooltip.behaviour2": "Abre a _Interface_ de _Configuração_.", - - "item.create.attribute_filter.tooltip": "FILTRO DE ATRIBUTO", - "item.create.attribute_filter.tooltip.summary": "_Controla saídas_ e _entradas_ de dispositivos logísticos com mais _precisão_, correspondendo-os com um _conjunto de_ _atributos_ de itens_ e _categorias_.", - "item.create.attribute_filter.tooltip.condition1": "Quando no slot de filtro", - "item.create.attribute_filter.tooltip.behaviour1": "_Controla_ o fluxo de itens de acordo com sua _configuração_.", - "item.create.attribute_filter.tooltip.condition2": "Quando Clique direito", - "item.create.attribute_filter.tooltip.behaviour2": "Abre a _Interface_ de _Configuração_.", - - "item.create.empty_schematic.tooltip": "ESQUEMA VAZIO", - "item.create.empty_schematic.tooltip.summary": "Usado como ingrediente em receitas e para escrever na _Mesa_ _de_ _Esquematizar_", - - "item.create.schematic.tooltip": "ESQUEMA", - "item.create.schematic.tooltip.summary": "Contém uma estrutura para ser posicionada e colocada no mundo. Posicione o Holograma como desejar e use um _Esquemaannon_ para construí-lo.", - "item.create.schematic.tooltip.condition1": "Quando Em mãos", - "item.create.schematic.tooltip.behaviour1": "Pode ser posicionado usando as Ferramentas em Tela", - "item.create.schematic.tooltip.control1": "B-Direito enquanto Abaixado", - "item.create.schematic.tooltip.action1": "Abre uma _Interface_ para informar as _Coordenadas_ exatas.", - - "item.create.schematic_and_quill.tooltip": "ESQUEMA E PENA", - "item.create.schematic_and_quill.tooltip.summary": "Usado para salvar uma Estrutura no mundo para um arquivo .nbt.", - "item.create.schematic_and_quill.tooltip.condition1": "Passo 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "Selecione duas coordenadas de extremidade usando B-Direito", - "item.create.schematic_and_quill.tooltip.condition2": "Passo 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl-Rolar_ nas faces para ajustar o tamanho. B-Direito de novo para Salvar.", - "item.create.schematic_and_quill.tooltip.control1": "B-Direito", - "item.create.schematic_and_quill.tooltip.action1": "Selecione um canto / confirmar salvamento", - "item.create.schematic_and_quill.tooltip.control2": "Ctrl Pressionado", - "item.create.schematic_and_quill.tooltip.action2": "Selecione pontos no _meio_ _do_ _ar_. _Rolar_ para ajustar a distância.", - "item.create.schematic_and_quill.tooltip.control3": "B-Direito enquanto Abaixado", - "item.create.schematic_and_quill.tooltip.action3": "_Cancela_ e remove a seleção.", - - "block.create.schematicannon.tooltip": "Canhão de esquema", - "block.create.schematicannon.tooltip.summary": "Dispara blocos para recriar um _Esquema_ no Mundo. Usa itens de Inventários adjacentes e _Pólvora_ como combustível.", - "block.create.schematicannon.tooltip.condition1": "Quando Clique direito", - "block.create.schematicannon.tooltip.behaviour1": "Abre a _Interface_", - - "block.create.schematic_table.tooltip": "MESA DE ESQUEMATIZAR", - "block.create.schematic_table.tooltip.summary": "Escreve Esquemas salvos into um _Esquema_ _Vazio_", - "block.create.schematic_table.tooltip.condition1": "Quando recebe um Esquema Vazio", - "block.create.schematic_table.tooltip.behaviour1": "Importa um Arquivo escolhido da sua Pasta de Esquemas", - - "item.create.goggles.tooltip": "ÓCULOS", - "item.create.goggles.tooltip.summary": "Um par de óculos para aumentar sua visão com informações _cinéticas_ úteis.", - "item.create.goggles.tooltip.condition1": "Quando usado", - "item.create.goggles.tooltip.behaviour1": "Mostra _indicadores coloridos_ correspondentes ao _Nível de Velocidade_ de um componente cinético colocado, bem como _Impacto de Estresse_ e _Capacidade_ de componentes individuais.", - "item.create.goggles.tooltip.condition2": "Ao olhar o indicador", - "item.create.goggles.tooltip.behaviour2": "Mostra informações detalhadas sobre _Velocidade_ ou _Estress_ da rede à qual o medidor está conectada.", - "item.create.goggles.tooltip.condition3": "Ao olhar para contêineres de fluidos", - "item.create.goggles.tooltip.behaviour3": "Mostra informações detalhadas sobre a _capacidade_ do bloco e quaisquer _Fluidos_ armazenados dentro.", - - "item.create.wrench.tooltip": "CHAVE INGLESA", - "item.create.wrench.tooltip.summary": "Uma ferramenta útil para trabalhar em engenhocas cinéticas. Pode ser usado para _Rotacionar_, _Desmontar_ e para _Configurar_ componentes.", - "item.create.wrench.tooltip.control1": "Clique direito em um bloco cinético", - "item.create.wrench.tooltip.action1": "_Rotaciona os componentes_ em direção oposta do lado com o qual você interagiu.", - "item.create.wrench.tooltip.control2": "Clique-Direito enquanto agachado", - "item.create.wrench.tooltip.action2": "_Desmonta componentes cinéticos_ e coloca-os de volta no _seu inventário_.", - - "block.create.nozzle.tooltip": "Bocal", - "block.create.nozzle.tooltip.summary": "Coloque na frente de um _Ventilador revestido_ para distribuir seu efeito em Entidades em _todas as direções_.", - - "block.create.cuckoo_clock.tooltip": "RELÓGIO CUCKOO", - "block.create.cuckoo_clock.tooltip.summary": "Bom artesanato para _decorar_ um espaço e _acompanhar o tempo_.", - "block.create.cuckoo_clock.tooltip.condition1": "Quando energizado", - "block.create.cuckoo_clock.tooltip.behaviour1": "Mostra a _hora atual_ e toca uma música duas vezes por dia. _Ativa_ uma vez ao meio-dia e no crepúsculo, assim que _jogadores conseguem dormir_.", - - "block.create.turntable.tooltip": "MESA GIRATÓRIA", - "block.create.turntable.tooltip.summary": "Muda a _Força_ _Rotacional_ em uma forma refinada de Enjoo.", - - "block.create.toolbox.tooltip": "CAIXA DE FERRAMENTAS", - "block.create.toolbox.tooltip.summary": "Companheiro mais querido de todos os inventores. Convenientemente _guarda_ uma grande quantidade de _8 Diferentes_ tipos de itens.", - "block.create.toolbox.tooltip.condition1": "Quando coletado", - "block.create.toolbox.tooltip.behaviour1": "_Retém_ _Conteúdos_ do Inventário.", - "block.create.toolbox.tooltip.condition2": "Quando colocado no alcance", - "block.create.toolbox.tooltip.behaviour2": "_Jogadores_ _próximos_ podem segurar a _Tecla de atalho da Caixa de ferramentas_ para acessar seu conteúdo _Remotamente_.", - "block.create.toolbox.tooltip.condition3": "Quando Clique direito", - "block.create.toolbox.tooltip.behaviour3": "Abre a _Interface_ do _Contêiner_.", - - "block.create.stockpile_switch.tooltip": "DISJUNTOR DE ARMAZENAMENTO", - "block.create.stockpile_switch.tooltip.summary": "Alterna um sinal de Redstone com base no _Espaço_ de _Armazenamento_ do Reciente conectado.", - "block.create.stockpile_switch.tooltip.condition1": "Quando abaixo do Limite Mínimo", - "block.create.stockpile_switch.tooltip.behaviour1": "Para de enviar _Sinal_ de _Redstone_", - - "block.create.content_observer.tooltip": "OBSERVADOR DE CONTEÚDO", - "block.create.content_observer.tooltip.summary": "_Detecta Itens_ ou _Fluidos_ dentro de _contêineres_, _canos_ ou _esteiras_ correspondentes a um _filtro_ configurado.", - "block.create.content_observer.tooltip.condition1": "Quando observando um Contêiner", - "block.create.content_observer.tooltip.behaviour1": "Emite um _Sinal de Redstone_ enquanto o contêiner observado tem _conteúdos_ _correspondentes_.", - "block.create.content_observer.tooltip.condition2": "Quando observando um Funil", - "block.create.content_observer.tooltip.behaviour2": "Emite um _Pulso de Redstone_ quando um item _Correspondente_ é _transferido_.", - - "block.create.creative_crate.tooltip": "Caixa Criativa", - "block.create.creative_crate.tooltip.summary": "Provê um suprimento infinito de blocos para Canhões de Esquema próximos", - "block.create.creative_crate.tooltip.condition1": "Quando um Item no Slot de Filtro", - "block.create.creative_crate.tooltip.behaviour1": "Qualquer _extração_ deste contêiner fornecerá uma _quantidade infinita_ do item especificado. Itens _inseridos_ nesta caixa serão _apagados._", - - "item.create.creative_blaze_cake.tooltip": "BOLO DE BLAZE CRIATIVO", - "item.create.creative_blaze_cake.tooltip.summary": "Um deleite muito especial para os seus _Queimadores de Blaze_. Após comer este bolo, Queimadores de Blaze _nunca mais ficarão sem combustível_.", - "item.create.creative_blaze_cake.tooltip.condition1": "Ao usar", - "item.create.creative_blaze_cake.tooltip.behaviour1": "_Escolhe_ o nível de calor do Queimador de Blaze.", - - "block.create.controller_rail.tooltip": "TRILHO CONTROLADOR", - "block.create.controller_rail.tooltip.summary": "Um _trilho elétrico unidirecional_ capaz de _controle preciso sobre a_ velocidade de movimento de um carrinho de mina.", - "block.create.controller_rail.tooltip.condition1": "Quando energizado por Redstone", - "block.create.controller_rail.tooltip.behaviour1": "_Acelera_ ou _Desacelera_ _carrinhos de mina_ passando correspondente à _força do sinal_. Propaga sinal de Redstone para trilhos controladores adjacentes. Ativar dois trilhos controladores com diferentes forças fará com que trilhas entre eles interpolem seu sinal.", - - "item.create.sand_paper.tooltip": "LIXA", - "item.create.sand_paper.tooltip.summary": "Um papel áspero que pode ser usado para _polir materiais_. Pode ser aplicado automaticamente usando o Implantador.", - "item.create.sand_paper.tooltip.condition1": "Quando Usado", - "item.create.sand_paper.tooltip.behaviour1": "Aplica um polimento aos itens segurados na _Mão secundária_ ou jogados no _chão_ quando _olhando em sua direção_", - - "item.create.builders_tea.tooltip": "CHÁ DO CONSTRUTOR", - "item.create.builders_tea.tooltip.summary": "A bebida perfeita para começar o dia-a-_Motivante_ e _Saturante._", - - "item.create.refined_radiance.tooltip": "LUZ REFINADA", - "item.create.refined_radiance.tooltip.summary": "Um material cromático forjado de _absorvida luz_.", - "item.create.refined_radiance.tooltip.condition1": "Trabalho em Progresso", - "item.create.refined_radiance.tooltip.behaviour1": "Usos para este material estarão disponíveis em um lançamento futuro.", - - "item.create.shadow_steel.tooltip": "AÇO SOMBRIO", - "item.create.shadow_steel.tooltip.summary": "Um material cromático forjado _in the void_.", - "item.create.shadow_steel.tooltip.condition1": "Trabalho em Progresso", - "item.create.shadow_steel.tooltip.behaviour1": "Usos para este material estarão disponíveis em um lançamento futuro.", - - "item.create.linked_controller.tooltip": "CONTROLE CONECTADO", - "item.create.linked_controller.tooltip.summary": "Concede _controle_ _portátil_ sobre as frequências de _Conexões de Redstone_ atribuídas aos seus _seis_ _botões_.", - "item.create.linked_controller.tooltip.condition1": "Clique-direito", - "item.create.linked_controller.tooltip.behaviour1": "_Liga_ ou _Desliga_ o controle. _Controle_ do _Movimento_ são tomados enquanto este esta ativo.", - "item.create.linked_controller.tooltip.condition2": "Clique-Direito enquanto agachado", - "item.create.linked_controller.tooltip.behaviour2": "Abre a _Interface de Configuração_ manual.", - "item.create.linked_controller.tooltip.condition3": "Clique-direito na conexão de Redstone receptora", - "item.create.linked_controller.tooltip.behaviour3": "Habilita o _modo de vinculação_, pressione um dos _seis controles_ para vinculá-lo à _Frequência da conexão_.", - "item.create.linked_controller.tooltip.condition4": "Clique-direito no Atril", - "item.create.linked_controller.tooltip.behaviour4": "Coloque o Controle no Atril para ativação fácil. (Clique-direito enquanto se agacha para recuperá-lo)", - - "item.create.diving_helmet.tooltip": "CAPACETE DE MERGULHADOR", - "item.create.diving_helmet.tooltip.summary": "Junto com um _Tanque_ _Traseiro_ _de_ _cobre_, permite que o portador _respire_ _em baixo d'água_ por uma quantidade estendida de tempo.", - "item.create.diving_helmet.tooltip.condition1": "Quando usado", - "item.create.diving_helmet.tooltip.behaviour1": "Fornece o efeito de respiração d'água, drenando lentamente a _Pressão_ do Tanque.", - - "item.create.copper_backtank.tooltip": "TANQUE TRASEIRO DE COBRE", - "item.create.copper_backtank.tooltip.summary": "Um _Tanque_ _vestível_ para transportar ar pressurizado.", - "item.create.copper_backtank.tooltip.condition1": "Quando usado", - "item.create.copper_backtank.tooltip.behaviour1": "Fornece _Ar_ _Pressurizado_ para equipamentos que necessitem.", - "item.create.copper_backtank.tooltip.condition2": "Quando colocado, Energizado", - "item.create.copper_backtank.tooltip.behaviour2": "_Coleta_ _Ar_ _Pressurizado_ a uma taxa dependendo da Velocidade Rotacional.", - - "block.create.placard.tooltip": "CARTAZ", - "block.create.placard.tooltip.summary": "_Emoldure_ seus _itens_ em latão usando este painel de parede chique. Seguro para uso em engenhocas!", - "block.create.placard.tooltip.condition1": "Quando Clique-direito com o Item", - "block.create.placard.tooltip.behaviour1": "_Adiciona_ o _item_ selecionado para o Cartaz. _Emite_ um breve sinal de _Redstone_ se um item correspondente já estava presente.", - "block.create.placard.tooltip.condition2": "Quando Socado", - "block.create.placard.tooltip.behaviour2": "_Remove_ o _item_ atual na moldura.", - - "block.create.flywheel.tooltip": "VOLANTE DE INÉRCIA", - "block.create.flywheel.tooltip.summary": "_Embeleze_ as suas _Máquinas_ com esta imponente roda de latão.", - "block.create.flywheel.tooltip.condition1": "Quando energizado", - "block.create.flywheel.tooltip.behaviour1": "Começa a girar.", - - "item.create.diving_boots.tooltip": "BOTAS DE MERGULHADOR", - "item.create.diving_boots.tooltip.summary": "Um par de _botas_ _pesadas_, permitindo uma melhor travessia no chão do oceano.", - "item.create.diving_boots.tooltip.condition1": "Quando usado", - "item.create.diving_boots.tooltip.behaviour1": "Usuário _afunda_ _mais rapidamente_ e _não pode_ _nadar_. Da habilidade de _andar_ e _saltar_ debaixo d'água. Usuário também não é mais afetado por _Esteiras_ _Mecânicas_.", - - "item.create.crafting_blueprint.tooltip": "ESQUEMA DE FABRICAÇÂO", - "item.create.crafting_blueprint.tooltip.summary": "_Colocado_ em uma parede, pode ser usado para _especificar_ _arranjos_ de _itens_ para uma fabricação manual mais fácil. Cada espaço representa uma receita.", - "item.create.crafting_blueprint.condition1": "Clique direito para esvaziar o Slot", - "item.create.crafting_blueprint.behaviour1": "Abre um _Menu_ de _Fabricação_ que permite que você _configure_ uma _receita_ e itens para exibir.", - "item.create.crafting_blueprint.condition2": "Clique direito no Slot configurado", - "item.create.crafting_blueprint.behaviour2": "_Aplica_ a _receita_ _configurada_ com itens correspondentes aos Ingredientes encontrados no seu _Inventário_. _Shift_ para criar até uma _Pilha_ de itens.", - - "item.create.minecart_coupling.tooltip": "ACOPLAMENTO DE CARRINHO DE MINA", - "item.create.minecart_coupling.tooltip.summary": "_Acorrente_ todos seus _Carrinhos de mina_ ou _Engenhocas de Carruagem_ juntos para formar um trem majestoso.", - "item.create.minecart_coupling.tooltip.condition1": "Quando Usado em um Carrinho de Mina", - "item.create.minecart_coupling.tooltip.behaviour1": "_Acopla_ dois carrinhos de mina juntos, tentando mantê-los a uma _distância constante_ enquanto se movimenta.", - - "item.create.experience_nugget.tooltip": "PEPITAS DE EXPERÊNCIA", - "item.create.experience_nugget.tooltip.summary": "_Ding!_ Um grão de _inspiração_ das suas fantásticas invenções.", - "item.create.experience_nugget.tooltip.condition1": "Quando Usado", - "item.create.experience_nugget.tooltip.behaviour1": "_Resgata_ pontos de _Experiência_ contidos dentro.", - - "block.create.peculiar_bell.tooltip": "SINO PECULIAR", - "block.create.peculiar_bell.tooltip.summary": "Um _Sino de Latão_ decorativo. Colocá-lo direto acima de um _Fogo das Almas_ pode causar efeitos colaterais...", - - "block.create.haunted_bell.tooltip": "SINO ASSOMBRADO", - "block.create.haunted_bell.tooltip.summary": "Um _Sino Amaldiçoado_ assombrado por almas perdidas do Nether.", - "block.create.haunted_bell.tooltip.condition1": "Quando segurado ou Tocado", - "block.create.haunted_bell.tooltip.behaviour1": "Destaque _Espaços sem Luz_ próximos em que _Monstros Hostis_ podem nascer.", - - - "_": "->------------------------] Ponder Content [------------------------<-", - - "create.ponder.hold_to_ponder": "Segure [%1$s] para Ponderar", - "create.ponder.subject": "Sujeito desta cena", - "create.ponder.pondering": "Ponderando sobre...", - "create.ponder.identify_mode": "Modo de identificação ativo.\nRetomar com [%1$s]", - "create.ponder.associated": "Entradas associadas", - "create.ponder.close": "Fechar", - "create.ponder.identify": "Identificar", - "create.ponder.next": "Próxima Cena", - "create.ponder.next_up": "A seguir:", - "create.ponder.previous": "Cena Anterior", - "create.ponder.replay": "Repetir", - "create.ponder.think_back": "Pensar de volta", - "create.ponder.slow_text": "Leitura Confortável", - "create.ponder.exit": "Sair", - "create.ponder.welcome": "Bem-vindo(a) ao ponderamento", - "create.ponder.categories": "Categorias disponíveis em Create", - "create.ponder.index_description": "Clique em um dos ícones para aprender sobre os seus Itens e Blocos associados", - "create.ponder.index_title": "Tabela do ponderamento", - "create.ponder.shared.rpm16": "16 RPM", - "create.ponder.shared.behaviour_modify_wrench": "Este comportamento pode ser modificado usando uma chave inglesa", - "create.ponder.shared.storage_on_contraption": "Os contêineres ligados à engenhoca vão pegar os itens automaticamente", - "create.ponder.shared.sneak_and": "Agache-se +", - "create.ponder.shared.rpm8": "8 RPM", - "create.ponder.shared.ctrl_and": "Ctrl +", - "create.ponder.shared.rpm32": "32 RPM", - "create.ponder.shared.rpm16_source": "Fonte: 16 RPM", - "create.ponder.shared.movement_anchors": "Com a ajuda da Super Cola, estruturas maiores podem ser movidas.", - "create.ponder.tag.redstone": "Componentes Lógicos", - "create.ponder.tag.redstone.description": "Componentes que ajudam com a engenharia Redstone", - "create.ponder.tag.contraption_assembly": "Utilidades de conexão de blocos", - "create.ponder.tag.contraption_assembly.description": "Ferramentas e componentes usados para montagem de estruturas como Engenhocas animadas", - "create.ponder.tag.fluids": "Manipuladores de fluidos", - "create.ponder.tag.fluids.description": "Componentes que ajudam a transferir e usar fluidos", - "create.ponder.tag.decoration": "Estética", - "create.ponder.tag.decoration.description": "Componentes usados principalmente para fins decorativos", - "create.ponder.tag.windmill_sails": "Velas para Rolamentos de moinho", - "create.ponder.tag.windmill_sails.description": "Blocos que contam para a força de uma engenhoca de moinho quando montados. Cada um deles tem a mesma eficiência ao fazer isso.", - "create.ponder.tag.arm_targets": "Alvos para Braços Mecânicos", - "create.ponder.tag.arm_targets.description": "Componentes que podem ser selecionados como entradas ou saídas para o Braço Mecânico", - "create.ponder.tag.kinetic_appliances": "Aparelhos Cinéticos", - "create.ponder.tag.kinetic_appliances.description": "Componentes que usam a Força Rotacional", - "create.ponder.tag.kinetic_sources": "Fontes Cinéticas", - "create.ponder.tag.kinetic_sources.description": "Componentes que geram Força Rotacional", - "create.ponder.tag.movement_anchor": "Âncoras de Movimento", - "create.ponder.tag.movement_anchor.description": "Componentes que permitem a criação de engenhocas em movimento, animando uma estrutura conectada de várias maneiras", - "create.ponder.tag.kinetic_relays": "Blocos cinéticos", - "create.ponder.tag.kinetic_relays.description": "Componentes que ajudam a transmitir força rotacional para outro lugar", - "create.ponder.tag.contraption_actor": "Atores de engenhoca", - "create.ponder.tag.contraption_actor.description": "Componentes que expõem comportamentos especiais quando conectados a uma engenhoca móvel", - "create.ponder.tag.creative": "Modo Criativo", - "create.ponder.tag.creative.description": "Componentes não normalmente disponíveis para o Modo Sobrevivência", - "create.ponder.tag.display_sources": "Fontes para Conexões de placas de Exibição", - "create.ponder.tag.display_sources.description": "Componentes ou blocos que oferecem alguns dados que podem ser lidos com uma Conexão de placa de Exibição", - "create.ponder.tag.logistics": "Transporte de itens", - "create.ponder.tag.logistics.description": "Componentes que ajudam a mover itens", - "create.ponder.tag.display_targets": "Alvos para Conexões de placas de Exibição", - "create.ponder.tag.display_targets.description": "Componentes ou Blocos que podem processar e exibir os dados recebidos de uma Conexão de placa de Exibição", - "create.ponder.tag.train_related": "Equipamento Ferroviário", - "create.ponder.tag.train_related.description": "Componentes usados na construção ou gestão de Trens", - - "create.ponder.analog_lever.header": "Controlando sinais usando a Alavanca Analógica", - "create.ponder.analog_lever.text_1": "Alavancas analógicas fazem uma fonte precisa e compacta de poder de Redstone", - "create.ponder.analog_lever.text_2": "Clique-direito para aumentar sua energia analógica", - "create.ponder.analog_lever.text_3": "Clique-direito enquanto se agacha para diminuir a produção de energia novamente", - - "create.ponder.andesite_tunnel.header": "Usando túneis de Andesito", - "create.ponder.andesite_tunnel.text_1": "Túneis de Andesito podem ser usados para cobrir suas esteiras", - "create.ponder.andesite_tunnel.text_2": "Sempre que um túnel de Andesito tem conexões com os lados...", - "create.ponder.andesite_tunnel.text_3": "...eles dividirão exatamente um item de qualquer pilha que passar", - "create.ponder.andesite_tunnel.text_4": "O resto continuará em seu caminho", - - "create.ponder.auto_schedule.header": "Estações e agendamento", - "create.ponder.auto_schedule.text_1": "Programas podem ser utilizados para fornecer um destino aos maquinistas", - "create.ponder.auto_schedule.text_2": "Os comparadores receberão um sinal sempre que um trem estiver presente", - "create.ponder.auto_schedule.text_3": "Cuidado que uma estação só pode ser aproximada a partir da direção indicada", - "create.ponder.auto_schedule.text_4": "As estações também podem ser usadas para atribuir novos programas automaticamente", - "create.ponder.auto_schedule.text_5": "O Programa colocado em uma estação irá automaticamente ser copiado para os trens presentes", - "create.ponder.auto_schedule.text_6": "Ao contrário da programação manual, os maquinistas não vão levar o item com eles", - - "create.ponder.basin.header": "Processando itens na bacia", - "create.ponder.basin.text_1": "Uma bacia pode armazenar itens e fluidos para Processamento", - "create.ponder.basin.text_2": "Após um passo de processamento, as bacias tentam dispensar o produto para o lado de baixo deles", - "create.ponder.basin.text_3": "Quando um componente válido está presente, a Bacia irá mostrar uma torneira de saída", - "create.ponder.basin.text_4": "Um número de opções é aplicável aqui", - "create.ponder.basin.text_5": "Os produtos serão pegos pelo inventário abaixo", - "create.ponder.basin.text_6": "Sem a torneira de saída, a Bacia manterá os produtos criados no seu processamento", - "create.ponder.basin.text_7": "Isso pode ser útil se os produtos devem ser reutilizados como ingredientes", - "create.ponder.basin.text_8": "Os itens desejados terão de ser extraídas da bacia", - "create.ponder.basin.text_9": "Um filtro pode ser necessário para evitar extrair itens não processados", - - "create.ponder.bearing_modes.header": "Modos de movimento do Rolamento Mecânico", - "create.ponder.bearing_modes.text_1": "Quando parado, o rolamento colocará a estrutura no ângulo mais próximo alinhado com a grade", - "create.ponder.bearing_modes.text_2": "Isso pode ser configurado para nunca reverter para blocos sólidos, ou apenas perto do ângulo em que começou", - - "create.ponder.belt_casing.header": "Revestindo esteiras", - "create.ponder.belt_casing.text_1": "Revestimentos de Latão ou Andesito podem ser usados para decorar Esteiras Mecânicas", - "create.ponder.belt_casing.text_2": "Uma chave inglesa pode ser usada para remover o revestimento", - - "create.ponder.belt_connector.header": "Usando Esteiras mecânicas", - "create.ponder.belt_connector.text_1": "Clique-Direito em dois eixos com um item de esteira irá conectá-los juntos", - "create.ponder.belt_connector.text_2": "Seleções acidentais podem ser canceladas com Clique direito enquanto se agacha", - "create.ponder.belt_connector.text_3": "Eixos adicionais podem ser adicionados por todo a Esteira", - "create.ponder.belt_connector.text_4": "Eixos conectados através de Esteiras Irão girar com velocidade e direção idêntica", - "create.ponder.belt_connector.text_5": "Os eixos adicionados podem ser removidos usando a chave inglesa", - "create.ponder.belt_connector.text_6": "Esteiras Mecânicas podem ser tingidos para fins estéticos", - - "create.ponder.belt_directions.header": "Orientações válidas para Esteiras Mecânicas", - "create.ponder.belt_directions.text_1": "Esteiras não podem se conectar em direções arbitrárias", - "create.ponder.belt_directions.text_2": "1. Eles podem conectar horizontalmente", - "create.ponder.belt_directions.text_3": "2. Eles podem conectar diagonalmente", - "create.ponder.belt_directions.text_4": "3. Eles podem conectar verticalmente", - "create.ponder.belt_directions.text_5": "4. E podem conectar os eixos verticais horizontalmente", - "create.ponder.belt_directions.text_6": "Estas são todas as direções possíveis. As esteiras podem ter qualquer comprimento entre 2 e 20 blocos", - - "create.ponder.belt_transport.header": "Usando Esteiras Mecânicas para logística", - "create.ponder.belt_transport.text_1": "Esteiras em movimento transportaram qualquer item ou outra entidade", - "create.ponder.belt_transport.text_2": "Clique direito com uma mão vazia para tirar itens de uma esteira", - - "create.ponder.blaze_burner.header": "Alimentando Queimadores de Blaze", - "create.ponder.blaze_burner.text_1": "Queimadores de Blaze podem prover Calor a Itens processados em uma Bacia", - "create.ponder.blaze_burner.text_2": "Para isso, o Blaze tem que ser alimentado com itens inflamáveis", - "create.ponder.blaze_burner.text_3": "Com um Bolo de Blaze, o Queimador pode atingir um nível de calor ainda mais quente", - "create.ponder.blaze_burner.text_4": "O processo de alimentação pode ser automatizado usando Implantadores ou Braços Mecânicos", - - "create.ponder.brass_funnel.header": "O Funil de Latão", - "create.ponder.brass_funnel.text_1": "Funis de Andesito só podem extrair itens individuais.", - "create.ponder.brass_funnel.text_2": "Os Funis de Latão podem extrair até uma pilha inteira.", - "create.ponder.brass_funnel.text_3": "Rolando o botão do mouse no slot de filtro permite um controle preciso sobre o tamanho da pilha extraída.", - "create.ponder.brass_funnel.text_4": "Usando itens no slot de filtro irá restringir o funil para apenas transferir pilhas de itens correspondentes.", - - "create.ponder.brass_tunnel.header": "Usando túneis de Latão", - "create.ponder.brass_tunnel.text_1": "Túneis de Latão podem ser usados para cobrir suas esteiras", - "create.ponder.brass_tunnel.text_2": "Túneis de Latão têm espaços de filtro em cada lado aberto", - "create.ponder.brass_tunnel.text_3": "Filtros em conexões de entrada simplesmente bloqueiam itens que não correspondem", - "create.ponder.brass_tunnel.text_4": "Filtros nas conexões de saída pode ser usado para separar itens por tipo", - "create.ponder.brass_tunnel.text_5": "Sempre que um item que passar tiver múltiplas saídas válidas, o modo de distribuição decidirá como manuseá-lo", - "create.ponder.brass_tunnel.text_6": "Túneis de Latão em esteiras paralelas formarão um grupo", - "create.ponder.brass_tunnel.text_7": "Os itens recebidos agora serão distribuídos através de todas as saídas conectadas", - "create.ponder.brass_tunnel.text_8": "Para isso, itens também podem ser inseridos diretamente no bloco do túnel", - - "create.ponder.brass_tunnel_modes.header": "Modos de distribuição do Túnel de Latão", - "create.ponder.brass_tunnel_modes.text_1": "Usando uma chave inglesa, o comportamento de distribuição de Túneis de Latão pode ser configurado", - "create.ponder.brass_tunnel_modes.text_10": "'Sincronizar entradas' é uma configuração única para túneis de latão", - "create.ponder.brass_tunnel_modes.text_11": "Itens são permitidos passar apenas se cada túnel do grupo tem um aguardando", - "create.ponder.brass_tunnel_modes.text_12": "Isso garante que todas as esteiras afetadas forneçam itens ao mesmo ritmo", - "create.ponder.brass_tunnel_modes.text_2": "'Divisão' tentará distribuir a pilha igualmente entre as saídas disponíveis", - "create.ponder.brass_tunnel_modes.text_3": "Se uma saída é incapaz de pegar mais itens, ela será ignorada", - "create.ponder.brass_tunnel_modes.text_4": "'Divisão Forçada' nunca pulará as saídas, e em vez disso espera até que eles estejam livres", - "create.ponder.brass_tunnel_modes.text_5": "'Rodízio' mantém as pilhas inteiras, e ciclos através de saídas iterativamente", - "create.ponder.brass_tunnel_modes.text_6": "De novo, se uma saída é incapaz de aceitar mais itens, ela será ignorada", - "create.ponder.brass_tunnel_modes.text_7": "'Rodízio Forçado' nunca pula as saídas", - "create.ponder.brass_tunnel_modes.text_8": "'Preferir perto' prioriza as saídas mais próximas dos locais de entradas dos itens", - "create.ponder.brass_tunnel_modes.text_9": "'Aleatorizar' distribuirá pilhas inteiras para saídas escolhidas aleatoriamente", - - "create.ponder.cart_assembler.header": "Movendo estruturas usando montadores de carrinho de mina", - "create.ponder.cart_assembler.text_1": "Montadores de carrinho de mina energizado montam estruturas nos carrinhos que passarem", - "create.ponder.cart_assembler.text_2": "Sem um sinal de Redstone, ele desmonta as engenhocas dos carrinhos que passarem de volta em blocos", - "create.ponder.cart_assembler.text_3": "Usando uma Chave Inglesa no Carrinho de Minas permitirá que você leve a Engenhoca a outro lugar", - - "create.ponder.cart_assembler_dual.header": "Montando engenhocas de carruagem", - "create.ponder.cart_assembler_dual.text_1": "Sempre que dois montadores de carrinho de mina compartilham uma estrutura conectada...", - "create.ponder.cart_assembler_dual.text_2": "Energizando qualquer um deles criará uma Engenhoca de Carruagem", - "create.ponder.cart_assembler_dual.text_3": "Os carrinhos se comportarão como os conectados através do acoplamento de carrinho de mina", - - "create.ponder.cart_assembler_modes.header": "Configurações de orientação para engenhocas de carruagem", - "create.ponder.cart_assembler_modes.text_1": "Engenhocas de carrinho de mina irão girar em direção ao movimento de seus carrinhos", - "create.ponder.cart_assembler_modes.text_2": "Esta seta indica qual lado da Estrutura será considerado a frente", - "create.ponder.cart_assembler_modes.text_3": "Se o Montador de carrinho de minas estiver definido para Travar Rotação, a orientação da engenhoca nunca mudará", - - "create.ponder.cart_assembler_rails.header": "Outros tipos de Carrinhos de Mina e Trilhos", - "create.ponder.cart_assembler_rails.text_1": "Montadores de Carrinho de mina em trilhos normais não afetarão o movimento dos carrinhos que passarem", - "create.ponder.cart_assembler_rails.text_2": "Quando em um Trilho elétrico ou controlador, os carrinhos serão mantidos no lugar até que seja energizado", - "create.ponder.cart_assembler_rails.text_3": "Outros tipos de carrinho de mina podem ser usados como âncora", - "create.ponder.cart_assembler_rails.text_4": "Carrinhos de Fornalha se manterão movendo, puxando combustível de qualquer contêiner conecta", - - "create.ponder.chain_drive.header": "Transmitindo força rotacional com Correia Revestidas", - "create.ponder.chain_drive.text_1": "Correias Revestidas transmitem rotação para umas as outras em sequência", - "create.ponder.chain_drive.text_2": "Os eixos conectados deste jeito irão girar nas mesmas direções", - "create.ponder.chain_drive.text_3": "Qualquer parte da linha pode ser girada em 90 graus", - - "create.ponder.chain_gearshift.header": "Controlando a força rotacional usando um Correia Ajustável", - "create.ponder.chain_gearshift.text_1": "Correia Ajustáveis não energizadas se comportam exatamente como Correias Revestidas", - "create.ponder.chain_gearshift.text_2": "Quando energizada, a velocidade transmitida para as outras Correias na linha é dobrada", - "create.ponder.chain_gearshift.text_3": "Sempre que a Correia Ajustável não está na fonte, sua velocidade será reduzida pela metade", - "create.ponder.chain_gearshift.text_4": "Em ambos os casos, as Correias revestidas na linha sempre tem 2x a velocidade da Correia Ajustável", - "create.ponder.chain_gearshift.text_5": "Usando sinais analógicos, a proporção pode ser ajustada mais precisamente entre 1 e 2", - "create.ponder.chain_gearshift.text_6": "12 RPM", - - "create.ponder.chute.header": "Transportando itens para baixo através de Calhas", - "create.ponder.chute.text_1": "As Calhas podem transportar itens verticalmente de e para inventários", - "create.ponder.chute.text_2": "Usando a chave inglesa, uma janela pode ser criada", - "create.ponder.chute.text_3": "Colocando Calhas nos lados de outra ira deixa-la diagonal", - - "create.ponder.chute_upward.header": "Transportando itens para cima através de Calhas", - "create.ponder.chute_upward.text_1": "Usando Ventiladores Revestidos no topo ou, no fundo, uma calha pode mover os itens para cima", - "create.ponder.chute_upward.text_2": "Inspecionando calhas com os óculos de engenheiros revela informações sobre a direção do movimento", - "create.ponder.chute_upward.text_3": "No final 'bloqueado', os itens terão de ser inseridos/retirados dos lados", - - "create.ponder.clockwork_bearing.header": "Animando Estruturas usando Rolamentos de Relógio", - "create.ponder.clockwork_bearing.text_1": "Rolamentos de Relógio conecta-se a blocos na frente deles", - "create.ponder.clockwork_bearing.text_2": "Ao receber Força Rotacional, a estrutura será rotacionada conforme a hora do dia", - "create.ponder.clockwork_bearing.text_3": "3:00", - "create.ponder.clockwork_bearing.text_4": "4:00", - "create.ponder.clockwork_bearing.text_5": "Clique com o botão direito para começar ou parar de animar a estrutura", - "create.ponder.clockwork_bearing.text_6": "Na frente do ponteiro da hora, pode ser adicionada uma segunda estrutura", - "create.ponder.clockwork_bearing.text_7": "Certifique-se de que às duas estruturas não estejam coladas uma na outra", - "create.ponder.clockwork_bearing.text_8": "A Segunda Estrutura irá girar conforme o ponteiro do minuto", - - "create.ponder.clutch.header": "Controlando a força rotacional usando uma Embreagem", - "create.ponder.clutch.text_1": "Embreagens iram transmitir rotação em uma linha reta", - "create.ponder.clutch.text_2": "Quando energizado por Redstone, ele separa a conexão", - - "create.ponder.cog_speedup.header": "Mudança de marcha com engrenagens", - "create.ponder.cog_speedup.text_1": "Rodas dentadas Grande e Pequenas podem ser conectadas diagonalmente", - "create.ponder.cog_speedup.text_2": "Mudando de uma Roda dentada grande a uma Roda dentada pequena, a velocidade transmitida sera dobrada", - "create.ponder.cog_speedup.text_3": "Fazendo o caminho oposto, a velocidade transmitida será reduzida pela metade", - - "create.ponder.cogwheel.header": "Transmitindo Força rotacional usando rodas dentadas", - "create.ponder.cogwheel.text_1": "Rodas dentadas irão transmitir rotação para rodas dentadas adjacentes", - "create.ponder.cogwheel.text_2": "Os eixos vizinhos conectados deste jeito irão girar em direções opostas", - - "create.ponder.cogwheel_casing.header": "Revestindo rodas dentadas", - "create.ponder.cogwheel_casing.text_1": "Revestimentos de Latão ou Andesito podem ser usados para decorar Rodas dentadas", - "create.ponder.cogwheel_casing.text_2": "Componentes adicionados após o revestimento não conectará às saídas do eixo", - "create.ponder.cogwheel_casing.text_3": "A chave inglesa pode ser usado para alternar as conexões", - - "create.ponder.creative_fluid_tank.header": "Tanque de Fluidos Criativo", - "create.ponder.creative_fluid_tank.text_1": "Tanques de fluidos criativos podem ser usados para fornecer um suprimento sem fundo de fluido", - "create.ponder.creative_fluid_tank.text_2": "Clique direito com um item contendo fluidos para configurá-lo", - "create.ponder.creative_fluid_tank.text_3": "Redes de Tubulação agora podem extrair infinitamente o fluido atribuído a partir do tanque", - "create.ponder.creative_fluid_tank.text_4": "Quaisquer fluidos inseridos no tanque de fluidos criativo serão apagados", - - "create.ponder.creative_motor.header": "Gerando Força Rotacional usando Motores Criativo", - "create.ponder.creative_motor.text_1": "Motores criativo são uma fonte compacta e configurável de Força Rotacional", - "create.ponder.creative_motor.text_2": "Rolando o mouse no painel traseiro muda o RPM da saída rotacional do motor", - - "create.ponder.creative_motor_mojang.header": "Enigma da Mojang", - - "create.ponder.crushing_wheels.header": "Processando itens com Rodas de Moer", - "create.ponder.crushing_wheels.text_1": "Um par de Rodas de Moer pode triturar itens de forma muito eficaz", - "create.ponder.crushing_wheels.text_2": "A entrada rotacional deles tem que girá-los um contra o outro", - "create.ponder.crushing_wheels.text_3": "Itens jogados ou inseridos no topo serão processados", - "create.ponder.crushing_wheels.text_4": "Os itens também podem ser inseridos e coletados através de meios automatizados", - - "create.ponder.deployer.header": "Usando o Implantador", - "create.ponder.deployer.text_1": "Dado Força Rotacional, um Implantador pode imitar interações de jogadores", - "create.ponder.deployer.text_10": "Clique com o botão direito na frente para dar-lhe um item a ser usado", - "create.ponder.deployer.text_11": "Os itens também podem ser inseridos automaticamente", - "create.ponder.deployer.text_12": "Os Implantadores carregam um slot de filtro", - "create.ponder.deployer.text_13": "Quando um filtro é definido, ele só é ativado enquanto segura um item correspondente", - "create.ponder.deployer.text_14": "Apenas itens correspondentes ao filtro podem ser inseridos...", - "create.ponder.deployer.text_15": "...e apenas itens não-correspondentes serão extraídos", - "create.ponder.deployer.text_2": "Sempre interagirá com a posição 2 blocos na própria frente", - "create.ponder.deployer.text_3": "Blocos diretamente na frente não irão obstruí-lo", - "create.ponder.deployer.text_4": "Implantadores podem:", - "create.ponder.deployer.text_5": "Colocar blocos,", - "create.ponder.deployer.text_6": "Usar itens,", - "create.ponder.deployer.text_7": "Ativar blocos,", - "create.ponder.deployer.text_8": "Colher blocos", - "create.ponder.deployer.text_9": "e Atacar monstros", - - "create.ponder.deployer_contraption.header": "Usando implantadores em engenhocas", - "create.ponder.deployer_contraption.text_1": "Sempre que os Implantadores são movidos como parte de uma engenhoca animada...", - "create.ponder.deployer_contraption.text_2": "Eles ativam em cada local visitado, usando itens do inventário em qualquer lugar da engenhoca", - "create.ponder.deployer_contraption.text_3": "O slot de Filtro pode ser usado para especificar quais itens puxar", - - "create.ponder.deployer_modes.header": "Modos do Deployer", - "create.ponder.deployer_modes.text_1": "Por padrão, um Implantador imita uma interação com botão direito", - "create.ponder.deployer_modes.text_2": "Usando uma chave inglesa, pode ser definido para imitar um clique esquerdo", - - "create.ponder.deployer_processing.header": "Processando itens usando Implantadores", - "create.ponder.deployer_processing.text_1": "Com um item adequado segurado, os Implantadores podem processar itens fornecidos abaixo deles", - "create.ponder.deployer_processing.text_2": "Os itens de entrada podem ser soltos ou colocados em um depósito debaixo do implantador", - "create.ponder.deployer_processing.text_3": "Quando os itens são fornecidos em uma esteira...", - "create.ponder.deployer_processing.text_4": "O Implantador irá segurá-los e processá-los automaticamente", - - "create.ponder.deployer_redstone.header": "Controlando Implantadores com Redstone", - "create.ponder.deployer_redstone.text_1": "Quando energizado por Redstone, os Implantadores não serão ativados", - "create.ponder.deployer_redstone.text_2": "Antes de parar, o Implantador terminará qualquer ciclo iniciado", - "create.ponder.deployer_redstone.text_3": "Assim, um pulso negativo pode ser usado para acionar exatamente um ciclo de ativação", - - "create.ponder.depot.header": "Usando Depósitos", - "create.ponder.depot.text_1": "Depósitos podem servir como elementos de esteira \"estacionária\"", - "create.ponder.depot.text_2": "Clique com o botão direito para colocar ou remover manualmente itens dele", - "create.ponder.depot.text_3": "Assim como as Esteiras Mecânicas, ele pode fornecer itens para processamento", - "create.ponder.depot.text_4": "...bem como fornecer itens para Braços Mecânicos", - - "create.ponder.display_board.header": "Usando Placas de Exibição", - "create.ponder.display_board.text_1": "Placas de exibição são uma alternativa escalável da placa", - "create.ponder.display_board.text_2": "Eles requerem Força Rotacional para operar", - "create.ponder.display_board.text_3": "O texto pode ser exibido usando etiquetas...", - "create.ponder.display_board.text_4": "... ou através do uso de Conexões de placas de Exibição", - "create.ponder.display_board.text_5": "Corantes podem ser aplicadas a linhas individuais da placa", - "create.ponder.display_board.text_6": "As linhas podem ser redefinidas clicando nelas com a mão vazia", - - "create.ponder.display_link.header": "Configurando Conexões de placas de Exibição", - "create.ponder.display_link.text_1": "Conexões de placa de Exibição podem ser usados para visualizar informações dinâmicas", - "create.ponder.display_link.text_2": "Primeiro, clique direito no bloco de exibição alvo...", - "create.ponder.display_link.text_3": "... então coloque-o ao bloco de onde quer ler informações", - "create.ponder.display_link.text_4": "Abra a interface para selecionar e configurar o que é enviado", - "create.ponder.display_link.text_5": "O bloco de exibição agora receberá informações da conexão", - "create.ponder.display_link.text_6": "Nem todos os blocos podem atuar como fonte", - "create.ponder.display_link.text_7": "Cada bloco compatível fornece informações únicas", - "create.ponder.display_link.text_8": "A conexão de placa de Exibição pode funcionar com vários blocos diferentes", - - "create.ponder.display_link_redstone.header": "Controle de Redstone", - "create.ponder.display_link_redstone.text_1": "Quando energizado por Redstone, a conexão de placa de exibição para de enviar atualizações", - "create.ponder.display_link_redstone.text_2": "Uma vez não energizado, o temporizador é redefinido e novas informações são enviadas imediatamente", - "create.ponder.display_link_redstone.text_3": "Sinais emitidos a partir da fonte não afetam a conexão", - - "create.ponder.empty_blaze_burner.header": "Usando Queimadores de Blaze Vazios", - "create.ponder.empty_blaze_burner.text_1": "Clique com o botão direito em um Blaze com o queimador vazio para capturá-lo", - "create.ponder.empty_blaze_burner.text_2": "Alternativamente, Blazes podem ser capturados diretamente de seus Spawners", - "create.ponder.empty_blaze_burner.text_3": "Agora você tem uma fonte de calor ideal para várias máquinas", - "create.ponder.empty_blaze_burner.text_4": "Para fins estéticos, Queimadores de Blaze vazios também podem ser iluminados usando Pederneiras", - "create.ponder.empty_blaze_burner.text_5": "A chama pode ser transformada usando um item infundido com alma", - "create.ponder.empty_blaze_burner.text_6": "No entanto, sem um Blaze, eles não são adequados para aquecimento industrial", - - "create.ponder.encased_fluid_pipe.header": "Revestindo Canos de Fluido", - "create.ponder.encased_fluid_pipe.text_1": "Revestimentos de cobre podem ser usado para decora canos de Fluido", - "create.ponder.encased_fluid_pipe.text_2": "Além de ser escondido, canos revestidos estão bloqueados em seu estado de conectividade", - "create.ponder.encased_fluid_pipe.text_3": "Ele não irá mais reagir a qualquer bloco vizinho sendo adicionado ou removido", - - "create.ponder.fan_direction.header": "Fluxo Aéreo de Ventiladores Revestidos", - "create.ponder.fan_direction.text_1": "Ventiladores Revestidos usam Força Rotacional para criar um fluxo de ar", - "create.ponder.fan_direction.text_2": "A força e a direção do fluxo dependem da entrada rotacional", - - "create.ponder.fan_processing.header": "Processando itens usando Ventiladores Revestidos", - "create.ponder.fan_processing.text_1": "Ao passar através da lava, o fluxo do ar fica aquecido", - "create.ponder.fan_processing.text_2": "Os itens pegos na área serão fundidos", - "create.ponder.fan_processing.text_3": "Itens de comida lançados aqui seriam incinerados", - "create.ponder.fan_processing.text_4": "Em vez disso, uma configuração para Defumar usando Fogo deve ser usada para eles", - "create.ponder.fan_processing.text_5": "Fluxos de ar que passam através da água criam uma instalação de lavagem", - "create.ponder.fan_processing.text_6": "Um novo processamento interessante pode ser feito com ele", - "create.ponder.fan_processing.text_7": "A velocidade do ventilador NÃO afeta a velocidade de processamento, apenas seu alcance", - "create.ponder.fan_processing.text_8": "O Processamento do ventilador também pode ser aplicado aos itens nos Depósitos e Esteiras", - - "create.ponder.fluid_pipe_flow.header": "Movendo fluidos usando canos de cobre", - "create.ponder.fluid_pipe_flow.text_1": "Canos de fluido podem conectar duas ou mais fontes e alvos fluidos", - "create.ponder.fluid_pipe_flow.text_2": "Usando uma chave inglesa, um segmento de cano reto pode receber uma janela", - "create.ponder.fluid_pipe_flow.text_3": "Os canos com janela não conectarão a nenhum outro cano adjacente", - "create.ponder.fluid_pipe_flow.text_4": "Energizado por bombas mecânicas, os tubos podem transportar fluidos", - "create.ponder.fluid_pipe_flow.text_5": "Nenhum fluido está sendo extraído primeiramente", - "create.ponder.fluid_pipe_flow.text_6": "Uma vez que o fluxo os conecta, os pontos finais transferem gradualmente seu conteúdo", - "create.ponder.fluid_pipe_flow.text_7": "Assim, o cano nunca contém 'fisicamente' qualquer fluido", - - "create.ponder.fluid_pipe_interaction.header": "Drenando e Preenchendo contêineres de fluido", - "create.ponder.fluid_pipe_interaction.text_1": "Pontos finais de uma rede de canos pode interagir com uma variedade de blocos", - "create.ponder.fluid_pipe_interaction.text_2": "Qualquer bloco com capacidade de armazenamento líquido pode ser preenchido ou drenado", - "create.ponder.fluid_pipe_interaction.text_3": "Blocos de origem bem na frente de um fim aberto podem ser coletados...", - "create.ponder.fluid_pipe_interaction.text_4": "...enquanto vazamentos em espaços vazios pode criar fontes de fluido", - "create.ponder.fluid_pipe_interaction.text_5": "Tubos também podem extrair fluidos de um punhado de outros blocos diretamente", - - "create.ponder.fluid_tank_sizes.header": "Dimensões de um tanque de fluido", - "create.ponder.fluid_tank_sizes.text_1": "Tanques de fluido podem ser combinados para aumentar a capacidade total", - "create.ponder.fluid_tank_sizes.text_2": "O quadrado base deles pode ter até 3 blocos de largura...", - "create.ponder.fluid_tank_sizes.text_3": "...e crescer em altura em mais de 30 camadas adicionais", - "create.ponder.fluid_tank_sizes.text_4": "Usando uma chave inglesa, a janela de um tanque pode ser removida ou adicionada", - - "create.ponder.fluid_tank_storage.header": "Armazenando fluidos em tanques de fluido", - "create.ponder.fluid_tank_storage.text_1": "Tanques de fluido podem ser usados para armazenar grandes quantidades de fluido", - "create.ponder.fluid_tank_storage.text_2": "Redes de tubulação podem inserir e extrair fluidos de qualquer lado", - "create.ponder.fluid_tank_storage.text_3": "O fluido contido pode ser medido por um Comparador", - "create.ponder.fluid_tank_storage.text_4": "No entanto, no Modo Sobrevivência fluidos não podem ser adicionados ou retirados manualmente", - "create.ponder.fluid_tank_storage.text_5": "Você pode usar Bacias, Drenos de item e Bicas para drenar ou preencher itens que contem fluido", - - "create.ponder.funnel_compat.header": "Compatibilidade de funil", - "create.ponder.funnel_compat.text_1": "Funis também deve interagir bem com alguns outros componentes.", - "create.ponder.funnel_compat.text_2": "Serras Verticais", - "create.ponder.funnel_compat.text_3": "Depósitos", - "create.ponder.funnel_compat.text_4": "Drenos de Item", - - "create.ponder.funnel_direction.header": "Direção da Transferência", - "create.ponder.funnel_direction.text_1": "Colocado normalmente, ele retira itens do inventário.", - "create.ponder.funnel_direction.text_2": "Colocado enquanto se agacha, ele coloca itens no inventário.", - "create.ponder.funnel_direction.text_3": "Usando uma chave inglesa, o funil pode ser invertido após a colocação.", - "create.ponder.funnel_direction.text_4": "As mesmas regras serão aplicadas à maioria das orientações.", - "create.ponder.funnel_direction.text_5": "Funis nas esteiras irão extrair/inserir dependendo de sua direção de movimento.", - - "create.ponder.funnel_intro.header": "Usando funis", - "create.ponder.funnel_intro.text_1": "Funis são ideais para transferir itens de e para inventários.", - - "create.ponder.funnel_redstone.header": "Controle de Redstone", - "create.ponder.funnel_redstone.text_1": "Energia de Redstone impedirá qualquer funil de agir", - - "create.ponder.funnel_transfer.header": "Transferência direta", - "create.ponder.funnel_transfer.text_1": "Os funis nunca podem transferir diretamente entre inventários fechados.", - "create.ponder.funnel_transfer.text_2": "Calhas ou Calhas inteligentes podem ser mais adequadas para tais fins.", - "create.ponder.funnel_transfer.text_3": "O mesmo se aplica ao movimento horizontal. Uma esteira mecânica deve ajudar aqui.", - - "create.ponder.gantry_carriage.header": "Usando as Carruagens de pórtico", - "create.ponder.gantry_carriage.text_1": "Carruagens de Pórtico podem ser montadas e deslizarem em Eixos de Pórtico.", - "create.ponder.gantry_carriage.text_2": "As engenhocas de pórtico podem mover blocos conectados.", - - "create.ponder.gantry_cascaded.header": "Pórticos recursivos", - "create.ponder.gantry_cascaded.text_1": "Os eixos de pórtico conectam a carruagens sem a necessidade de super cola", - "create.ponder.gantry_cascaded.text_2": "O mesmo se aplica para carruagens em Eixos de Pórticos movidos", - "create.ponder.gantry_cascaded.text_3": "Assim, um sistema de pórtico pode ser feito em cascata para cobrir vários eixos de movimento", - - "create.ponder.gantry_direction.header": "Direção de Movimento do pórtico", - "create.ponder.gantry_direction.text_1": "Os Eixos de Pórtico podem ter orientações opostas", - "create.ponder.gantry_direction.text_2": "A direção de movimento das carruagens depende da orientação de seus eixos", - "create.ponder.gantry_direction.text_3": "...bem como a direção de rotação do eixo", - "create.ponder.gantry_direction.text_4": "Aplicam-se as mesmas regras para a rotação propagada", - - "create.ponder.gantry_redstone.header": "Propagação de Energia usando Pórticos", - "create.ponder.gantry_redstone.text_1": "Os eixos de pórtico energizados por Redstone param de mover suas carruagens", - "create.ponder.gantry_redstone.text_2": "Em vez disso, sua força rotacional é transmitida para o eixo de saída das carruagens", - - "create.ponder.gantry_shaft.header": "Usando Eixos de Pórtico", - "create.ponder.gantry_shaft.text_1": "Os Eixos de Pórtico são a base de uma engenhoca de Pórtico. Carruagens conectadas serão movidas ao longo deles.", - "create.ponder.gantry_shaft.text_2": "As engenhocas de pórtico podem mover blocos conectados.", - - "create.ponder.gearbox.header": "Transmitindo Força rotacional usando caixas de transmissão", - "create.ponder.gearbox.text_1": "Pular entre os eixos de rotação pode ficar volumoso rapidamente", - "create.ponder.gearbox.text_2": "Uma caixa de transmissão é o equivalente mais compacto desta configuração", - "create.ponder.gearbox.text_3": "Eixos perpendiculares se rotacionam em direções espelhadas", - "create.ponder.gearbox.text_4": "Conexões diretas serão invertidas", - - "create.ponder.gearshift.header": "Controlando a força rotacional usando um Câmbio", - "create.ponder.gearshift.text_1": "Câmbios iram transmitir rotação em uma linha reta", - "create.ponder.gearshift.text_2": "Quando energizado por Redstone, ele inverte a direção", - - "create.ponder.hand_crank.header": "Gerando Força Rotacional usando manivelas", - "create.ponder.hand_crank.text_1": "As manivelas podem ser usadas pelos jogadores para aplicar a força rotacional manualmente", - "create.ponder.hand_crank.text_2": "Segure o botão direito para girá-lo no sentido anti-horário", - "create.ponder.hand_crank.text_3": "Sua velocidade transmitida é relativamente alta", - "create.ponder.hand_crank.text_4": "Agache-se e Segure o Clique Direito para girá-lo no sentido horário", - - "create.ponder.hose_pulley.header": "Enchendo e drenando fontes usando Polias de mangueira", - "create.ponder.hose_pulley.text_1": "Polias de mangueira podem ser usadas para preencher ou drenar corpos grandes de fluido", - "create.ponder.hose_pulley.text_2": "Com a Entrada Cinética, a altura da mangueira das pólias pode ser controlada", - "create.ponder.hose_pulley.text_3": "A Polia retrai enquanto a rotação é invertida", - "create.ponder.hose_pulley.text_4": "No lado oposto, canos podem ser conectados", - "create.ponder.hose_pulley.text_5": "As redes de tubulação ligadas podem fornecer fluidos para a Polia...", - "create.ponder.hose_pulley.text_6": "... ou extrair dela, drenando a piscina em vez disso", - "create.ponder.hose_pulley.text_7": "Velocidade de Preenchimento e Drenamento da polia depende inteiramente da transferência de fluidos na rede", - - "create.ponder.hose_pulley_infinite.header": "Enchendo Passivamente e Drenando grandes corpos de Fluido", - "create.ponder.hose_pulley_infinite.text_1": "Ao colocar a Polia de Mangueira em um oceano grande o suficiente...", - "create.ponder.hose_pulley_infinite.text_2": "Ela irá fornecer/descartar fluidos sem afetar a fonte", - "create.ponder.hose_pulley_infinite.text_3": "Redes de tubulação podem ilimitadamente levar fluidos da/para tais polias", - - "create.ponder.hose_pulley_level.header": "Nível de Preenchimento e Drenagem de Polias de mangueira", - "create.ponder.hose_pulley_level.text_1": "Enquanto totalmente retraído, a Polia de Mangueira não pode operar", - "create.ponder.hose_pulley_level.text_2": "Drenagem vai de cima para baixo", - "create.ponder.hose_pulley_level.text_3": "O nível de superfície acabará logo abaixo de onde a mangueira termina", - "create.ponder.hose_pulley_level.text_4": "Preenchimento vai de baixo para cima", - "create.ponder.hose_pulley_level.text_5": "A piscina preenchida não crescerá além da camada acima do fim da mangueira", - - "create.ponder.item_drain.header": "Esvaziando Contêineres de Fluido usando Drenos de Item", - "create.ponder.item_drain.text_1": "Drenos de item podem extrair fluidos de itens", - "create.ponder.item_drain.text_2": "Clique-direito para despejar fluidos de seu item segurado nele", - "create.ponder.item_drain.text_3": "Quando os itens são inseridos pelo lado...", - "create.ponder.item_drain.text_4": "...eles rolam através, esvaziando seu fluido contido", - "create.ponder.item_drain.text_5": "Redes de Tubulação agora podem extrair o fluido do buffer interno do Dreno", - - "create.ponder.item_vault_sizes.header": "Dimensões de um Cofre de Itens", - "create.ponder.item_vault_sizes.text_1": "Cofres de Item podem ser combinados para aumentar a capacidade total", - "create.ponder.item_vault_sizes.text_2": "O quadrado base deles pode ter até 3 blocos de largura...", - "create.ponder.item_vault_sizes.text_3": "...e crescer em comprimento até 3x seu diâmetro", - - "create.ponder.item_vault_storage.header": "Armazenando itens nos Cofres", - "create.ponder.item_vault_storage.text_1": "Cofres de Item podem ser usados para armazenar grandes quantidades de itens", - "create.ponder.item_vault_storage.text_2": "No entanto, conteúdos não podem ser adicionados ou retirados manualmente", - "create.ponder.item_vault_storage.text_3": "Quaisquer componentes para transferência de itens podem ambos inserir...", - "create.ponder.item_vault_storage.text_4": "...e retirar conteúdos deste contêiner", - - "create.ponder.large_cogwheel.header": "Transmitindo Força rotacional usando rodas dentadas grandes", - "create.ponder.large_cogwheel.text_1": "Rodas dentadas grandes podem se conectar a ângulos retos", - "create.ponder.large_cogwheel.text_2": "Ajudará a transmitir a rotação para outros eixos de rotação", - - "create.ponder.linear_chassis_attachment.header": "Conectando blocos usando o Chassi Linear", - "create.ponder.linear_chassis_attachment.text_1": "As faces abertas de um Chassis Linear podem ser feitas Pegajosas", - "create.ponder.linear_chassis_attachment.text_2": "Clique novamente para fazer o lado oposto pegajoso", - "create.ponder.linear_chassis_attachment.text_3": "Agache e clique-direito com a mão vazia para remover o slime", - "create.ponder.linear_chassis_attachment.text_4": "Faces grudentas do Chassis Linear irão conectar uma linha de blocos na sua frente", - "create.ponder.linear_chassis_attachment.text_5": "Usando uma chave inglesa, um alcance preciso pode ser especificado para este chassis", - "create.ponder.linear_chassis_attachment.text_6": "Segurando CTRL e rolando o mouse ajusta o alcance de todos os chassis conectados", - "create.ponder.linear_chassis_attachment.text_7": "Conectar um bloco em qualquer outro lado requer o uso da Super Cola", - "create.ponder.linear_chassis_attachment.text_8": "Usando essas mecânicas, estruturas de qualquer forma podem se mover como uma Engenhoca", - - "create.ponder.linear_chassis_group.header": "Movimentando Chassis Lineares em grupos", - "create.ponder.linear_chassis_group.text_1": "Chassi linear conecta-se a Chassis lineares idênticos próximos a ele", - "create.ponder.linear_chassis_group.text_2": "Quando um é movido por uma engenhoca, os outros são arrastados com ele", - "create.ponder.linear_chassis_group.text_3": "Chassis de um tipo diferente ou virado para outra direção não será conectados", - - "create.ponder.mechanical_arm.header": "Configurando Braços Mecânicos", - "create.ponder.mechanical_arm.text_1": "Braços Mecânicas precisam ser atribuídas suas entradas e saídas antes de serem colocadas", - "create.ponder.mechanical_arm.text_2": "Clique-direito no inventário enquanto segura o Braço para atribuí-lo como Alvos", - "create.ponder.mechanical_arm.text_3": "Clique-direito novamente para alternar entre a Entrada (Azul) e a Saída (Laranja)", - "create.ponder.mechanical_arm.text_4": "Clique esquerdo para remover a Seleção deles", - "create.ponder.mechanical_arm.text_5": "Uma vez colocado, o Braço Mecânico selecionara os blocos selecionados anteriormente", - "create.ponder.mechanical_arm.text_6": "Eles podem ter qualquer quantidade de entradas e saídas dentro do seu alcance", - "create.ponder.mechanical_arm.text_7": "No entanto, nem todos os tipos de inventário podem ser interagidos diretamente", - "create.ponder.mechanical_arm.text_8": "Funis e Depósitos podem ajudar a preencher essa lacuna", - - "create.ponder.mechanical_arm_filtering.header": "Filtragem de Saídas do Braço Mecânico", - "create.ponder.mechanical_arm_filtering.text_1": "Entradas", - "create.ponder.mechanical_arm_filtering.text_2": "Saídas", - "create.ponder.mechanical_arm_filtering.text_3": "Às vezes é desejável restringir alvos do Braço combinando com um filtro", - "create.ponder.mechanical_arm_filtering.text_4": "Braços Mecânico por si só não oferecem opções para a filtragem", - "create.ponder.mechanical_arm_filtering.text_5": "Funis de Latão como Alvos, no entanto, comunicam seu próprio filtro com o Braço", - "create.ponder.mechanical_arm_filtering.text_6": "O braço é inteligente o suficiente para não pegar os itens que não pôde distribuir", - - "create.ponder.mechanical_arm_modes.header": "Modos de distribuição do Braço Mecânico", - "create.ponder.mechanical_arm_modes.text_1": "Entrada", - "create.ponder.mechanical_arm_modes.text_2": "Saídas", - "create.ponder.mechanical_arm_modes.text_3": "Sempre que um braço deve escolher entre várias saídas válidas...", - "create.ponder.mechanical_arm_modes.text_4": "...ela agirá conforme a sua configuração", - "create.ponder.mechanical_arm_modes.text_5": "Rolar o mouse com uma chave inglesa lhe permitirá configurá-la", - "create.ponder.mechanical_arm_modes.text_6": "O modo Rodízio simplesmente alterna através de todas as saídas disponíveis", - "create.ponder.mechanical_arm_modes.text_7": "Se uma saída é incapaz de receber mais itens, ela será pulada", - "create.ponder.mechanical_arm_modes.text_8": "Rodízio Forçado nunca pulará as saídas, e em vez disso espera até elas estarem livres", - "create.ponder.mechanical_arm_modes.text_9": "Preferir primeiro prioriza as saídas selecionadas primeiro ao configurar este Braço", - - "create.ponder.mechanical_arm_redstone.header": "Controlando Braços Mecânicos com Redstone", - "create.ponder.mechanical_arm_redstone.text_1": "Quando energizado por Redstone, os Braços Mecânicos não serão ativados", - "create.ponder.mechanical_arm_redstone.text_2": "Antes de parar, ele terminará qualquer ciclo iniciado", - "create.ponder.mechanical_arm_redstone.text_3": "Assim, um pulso negativo pode ser usado para acionar exatamente um ciclo de ativação", - - "create.ponder.mechanical_bearing.header": "Movendo estruturas usando o Rolamento Mecânico", - "create.ponder.mechanical_bearing.text_1": "Rolamentos Mecânicos conectam-se a blocos na frente deles", - "create.ponder.mechanical_bearing.text_2": "Ao receber Força Rotacional, ela monta isso em uma engenhoca rotativa", - - "create.ponder.mechanical_crafter.header": "Configurando Fabricadores Mecânicos", - "create.ponder.mechanical_crafter.text_1": "Uma rede de Fabricadores Mecânicos pode ser usado para automatizar qualquer Receita de fabricação", - "create.ponder.mechanical_crafter.text_2": "Usando uma chave inglesa, os caminhos dos fabricadores podem ser arranjados", - "create.ponder.mechanical_crafter.text_3": "Para uma configuração válida, todos os caminhos devem convergir em uma única saída em qualquer lado", - "create.ponder.mechanical_crafter.text_4": "As saídas serão colocadas no inventário na saída", - "create.ponder.mechanical_crafter.text_5": "Fabricadores Mecânicos requerem Força Rotacional para operar", - "create.ponder.mechanical_crafter.text_6": "Clique-direito na frente para inserir itens manualmente", - "create.ponder.mechanical_crafter.text_7": "Uma vez que cada slot de um caminho contém um item, o processo de fabricação começará", - "create.ponder.mechanical_crafter.text_8": "Para receitas que não ocupam completamente a configuração do fabricador, o começo pode ser forçado usando um Pulso de Redstone", - - "create.ponder.mechanical_crafter_connect.header": "Conectando Inventários de Fabricadores", - "create.ponder.mechanical_crafter_connect.text_1": "Itens podem ser inseridos em Fabricadores automaticamente", - "create.ponder.mechanical_crafter_connect.text_2": "Usando a chave inglesa atrás deles, as entradas dos Fabricadores mecânicos podem ser combinadas", - "create.ponder.mechanical_crafter_connect.text_3": "Todos os Fabricadores conectados agora podem ser acessados pelo mesmo local de entrada", - - "create.ponder.mechanical_crafter_covers.header": "Cobrindo Slots de Fabricadores Mecânicos", - "create.ponder.mechanical_crafter_covers.text_1": "Algumas receitas irão necessitar de mais Fabricadores para atravessarem lacunas no caminho", - "create.ponder.mechanical_crafter_covers.text_2": "Usando Coberturas de Slot de Fabricador, os Fabricadores podem ser definidos para funcionar como um slot vazio no arranjo", - "create.ponder.mechanical_crafter_covers.text_3": "Entradas compartilhadas criadas com a chave inglesa na parte de trás também podem chegar através dos Fabricadores cobertos", - - "create.ponder.mechanical_drill.header": "Quebrando blocos com uma Broca Mecânica", - "create.ponder.mechanical_drill.text_1": "Quando dado Força Rotacional, uma Broca Mecânica quebrará blocos diretamente na sua frente", - "create.ponder.mechanical_drill.text_2": "Sua velocidade de mineração depende da Entrada Rotacional", - - "create.ponder.mechanical_drill_contraption.header": "Usando Brocas Mecânicas em engenhocas", - "create.ponder.mechanical_drill_contraption.text_1": "Sempre que as Brocas são movidas como parte de uma engenhoca animada...", - "create.ponder.mechanical_drill_contraption.text_2": "...elas irão quebrar blocos que colidem com a engenhoca", - - "create.ponder.mechanical_harvester.header": "Usando Coletores Mecânicos em engenhocas", - "create.ponder.mechanical_harvester.text_1": "Sempre que os Coletores são movidos como parte de uma engenhoca animada...", - "create.ponder.mechanical_harvester.text_2": "Eles vão colher e resetar qualquer planta madura no caminho", - - "create.ponder.mechanical_mixer.header": "Processando itens com a Batedeira Mecânica", - "create.ponder.mechanical_mixer.text_1": "Com uma Batedeira e uma Bacia, a fabricação de algumas receitas pode ser automatizada", - "create.ponder.mechanical_mixer.text_2": "Receitas disponíveis incluem qualquer Receita de Fabricação sem forma, além de algumas extra", - "create.ponder.mechanical_mixer.text_3": "Algumas dessas receitas podem exigir o calor de um Queimador de Blaze", - "create.ponder.mechanical_mixer.text_4": "O slot de filtro pode ser usado em caso de duas receitas iguais.", - - "create.ponder.mechanical_piston.header": "Movendo estruturas usando Pistões Mecânicos", - "create.ponder.mechanical_piston.text_1": "Pistões Mecânicos podem mover blocos na frente deles", - "create.ponder.mechanical_piston.text_2": "A força e a direção do movimento dependem da entrada rotacional", - "create.ponder.mechanical_piston.text_3": "Pistões Mecânicos Grudentos podem puxar os blocos conectados para trás", - - "create.ponder.mechanical_piston_modes.header": "Modos de movimento do Pistão Mecânico", - "create.ponder.mechanical_piston_modes.text_1": "Sempre que Pistões param de se mover, a estrutura movida reverte para blocos", - "create.ponder.mechanical_piston_modes.text_2": "Isso pode ser configurado para nunca reverter para blocos sólidos, ou apenas em localizações que ele começou", - - "create.ponder.mechanical_plough.header": "Usando Aradores Mecânicos em engenhocas", - "create.ponder.mechanical_plough.text_1": "Sempre que os Aradores são movidos como parte de uma engenhoca animada...", - "create.ponder.mechanical_plough.text_2": "...eles irão quebrar blocos sem uma caixa de colisão sólida", - "create.ponder.mechanical_plough.text_3": "Além disso, aradores podem criar terras aradas", - "create.ponder.mechanical_plough.text_4": "...eles também podem lançar entidades sem machucá-las", - - "create.ponder.mechanical_press.header": "Processando itens com a Prensa Mecânica", - "create.ponder.mechanical_press.text_1": "A Prensa Mecânica pode processar itens fornecidos abaixo dele", - "create.ponder.mechanical_press.text_2": "Os itens de entrada podem ser soltos ou colocados em um depósito debaixo da Prensa", - "create.ponder.mechanical_press.text_3": "Quando os itens são fornecidos em uma esteira...", - "create.ponder.mechanical_press.text_4": "A Prensa irá segurá-los e processá-los automaticamente", - - "create.ponder.mechanical_press_compacting.header": "Compactando itens com a Prensa Mecânica", - "create.ponder.mechanical_press_compacting.text_1": "Prensando itens colocados em uma Bacia fará com que eles sejam compactados", - "create.ponder.mechanical_press_compacting.text_2": "Compactação inclui qualquer receita de fabricação preenchida de 2x2 ou 3x3, além de algumas extra", - "create.ponder.mechanical_press_compacting.text_3": "Algumas dessas receitas podem exigir o calor de um Queimador de Blaze", - "create.ponder.mechanical_press_compacting.text_4": "O slot de filtro pode ser usado em caso de duas receitas iguais.", - - "create.ponder.mechanical_pump_flow.header": "Transporte de fluidos usando Bombas Mecânicas", - "create.ponder.mechanical_pump_flow.text_1": "As Bombas Mecânicas regem o fluxo de suas redes de tubulação conectadas", - "create.ponder.mechanical_pump_flow.text_2": "Quando energizado, sua seta indica a direção do fluxo", - "create.ponder.mechanical_pump_flow.text_3": "A rede por trás está sugando fluidos agora...", - "create.ponder.mechanical_pump_flow.text_4": "...enquanto a rede na frente está transferindo para fora", - "create.ponder.mechanical_pump_flow.text_5": "Inverter a rotação de entrada inverte a direção do fluxo", - "create.ponder.mechanical_pump_flow.text_6": "Use uma chave inglesa para inverter a orientação das bombas manualmente", - - "create.ponder.mechanical_pump_speed.header": "Taxa de transferência da Bomba Mecânica", - "create.ponder.mechanical_pump_speed.text_1": "Independente da velocidade, Bombas Mecânicas afetam canos conectados até 16 blocos de distância", - "create.ponder.mechanical_pump_speed.text_2": "Acelerando a rotação de entrada muda a velocidade de propagação do fluxo...", - "create.ponder.mechanical_pump_speed.text_3": "...bem como a rapidez com que fluidos são transferidos", - "create.ponder.mechanical_pump_speed.text_4": "Bombas podem combinar suas taxas de transferência dentro de redes de tubulação compartilhadas", - "create.ponder.mechanical_pump_speed.text_5": "Alternar sua orientação pode ajudar a alinhar suas direções de fluxo", - - "create.ponder.mechanical_saw_breaker.header": "Cortando árvores com a Serra Mecânica", - "create.ponder.mechanical_saw_breaker.text_1": "Quando dado Força Rotacional, uma Serra Mecânica cortara árvores diretamente na sua frente", - "create.ponder.mechanical_saw_breaker.text_2": "Para cortar a árvore completamente, a Serra tem que quebrar o último bloco conectando-a ao solo", - - "create.ponder.mechanical_saw_contraption.header": "Usando Serras Mecânicas em engenhocas", - "create.ponder.mechanical_saw_contraption.text_1": "Sempre que as Serras são movidas como parte de uma engenhoca animada...", - "create.ponder.mechanical_saw_contraption.text_2": "...elas irão cortar árvores que colidem com a engenhoca", - - "create.ponder.mechanical_saw_processing.header": "Processando itens com a Serra Mecânica", - "create.ponder.mechanical_saw_processing.text_1": "Serras Mecânicas viradas para cima podem processar uma variedade de itens", - "create.ponder.mechanical_saw_processing.text_2": "O item processado sempre se move contra a entrada rotacional da serra", - "create.ponder.mechanical_saw_processing.text_3": "Serras podem trabalhar em linha com Esteiras Mecânicas", - "create.ponder.mechanical_saw_processing.text_4": "Quando um ingrediente tem vários resultados possíveis, o slot de filtro pode especificá-lo", - "create.ponder.mechanical_saw_processing.text_5": "Sem o filtro, a Serra faria todos os resultados em sequência", - - "create.ponder.millstone.header": "Processando itens na Pedra de Moer", - "create.ponder.millstone.text_1": "As Pedras de Moer processam itens moendo-os", - "create.ponder.millstone.text_2": "Eles podem ser energizadas pelo lado usando rodas dentadas", - "create.ponder.millstone.text_3": "Jogue ou insira itens pelo topo", - "create.ponder.millstone.text_4": "Depois de algum tempo, o resultado pode ser obtido via Clique-direito", - "create.ponder.millstone.text_5": "Os produtos também podem ser extraídos pela automação", - - "create.ponder.nixie_tube.header": "Usando Tubos Nixie", - "create.ponder.nixie_tube.text_1": "Quando energizado por Redstone, os Tubos Nixie mostrarão a força do sinal de Redstone", - "create.ponder.nixie_tube.text_2": "Usando etiquetas editadas com uma bigorna, um texto personalizado pode ser exibido", - "create.ponder.nixie_tube.text_3": "Clique-Direito com corantes para mudar a sua cor", - - "create.ponder.piston_pole.header": "Vara de Extensão do Pistão", - "create.ponder.piston_pole.text_1": "Sem Varas conectadas, um Pistão Mecânico não pode mover", - "create.ponder.piston_pole.text_2": "O comprimento da Vara adicionado na sua parte de trás determina o alcance da extensão", - - "create.ponder.portable_fluid_interface.header": "Troca de fluidos em engenhocas", - "create.ponder.portable_fluid_interface.text_1": "Tanques de fluido em engenhocas em movimento não podem ser acessados por canos", - "create.ponder.portable_fluid_interface.text_2": "Este componente pode interagir com tanques de fluido sem a necessidade de parar a engenhoca", - "create.ponder.portable_fluid_interface.text_3": "Coloque um segundo com um espaço de 1 ou 2 blocos entre eles", - "create.ponder.portable_fluid_interface.text_4": "Sempre que eles passarem um pelo outro, vão se envolver em uma conexão", - "create.ponder.portable_fluid_interface.text_5": "Enquanto engajado, a interface estacionária irá representar TODOS os tanques na engenhoca", - "create.ponder.portable_fluid_interface.text_6": "Fluidos agora podem ser inseridos...", - "create.ponder.portable_fluid_interface.text_7": "... ou extraídos da engenhoca", - "create.ponder.portable_fluid_interface.text_8": "Depois que nenhum conteúdo foi trocado por um tempo, a engenhoca continuará seu caminho", - - "create.ponder.portable_storage_interface.header": "Troca de itens em engenhocas", - "create.ponder.portable_storage_interface.text_1": "Inventários em engenhocas em movimento não podem ser acessados por jogadores.", - "create.ponder.portable_storage_interface.text_2": "Este componente pode interagir com inventários sem a necessidade de parar a engenhoca.", - "create.ponder.portable_storage_interface.text_3": "Coloque um segundo com um espaço de 1 ou 2 blocos entre eles", - "create.ponder.portable_storage_interface.text_4": "Sempre que eles passarem um pelo outro, vão se envolver em uma conexão", - "create.ponder.portable_storage_interface.text_5": "Enquanto engajado, a interface estacionária irá representar TODOS os inventários na engenhoca", - "create.ponder.portable_storage_interface.text_6": "Itens agora podem ser inseridos...", - "create.ponder.portable_storage_interface.text_7": "... ou extraídos da engenhoca", - "create.ponder.portable_storage_interface.text_8": "Depois que nenhum item foi trocado por um tempo, a engenhoca continuará seu caminho", - - "create.ponder.portable_storage_interface_redstone.header": "Controle de Redstone", - "create.ponder.portable_storage_interface_redstone.text_1": "O sinal de Redstone impedirá a interface estacionária de engajar", - - "create.ponder.powered_latch.header": "Controlando sinais usando a Trava de Redstone", - "create.ponder.powered_latch.text_1": "Travas de Redstone são alavancas controláveis por Redstone", - "create.ponder.powered_latch.text_2": "Sinais atrás ligam ele", - "create.ponder.powered_latch.text_3": "Sinais do lado desligam ele", - "create.ponder.powered_latch.text_4": "Travas de Redstone também podem ser alternados manualmente", - - "create.ponder.powered_toggle_latch.header": "Controlando sinais usando a Trava de Alternância de Redstone", - "create.ponder.powered_toggle_latch.text_1": "Travas de Alternância de Redstone são alavancas controláveis por Redstone", - "create.ponder.powered_toggle_latch.text_2": "Sinais atrás irão alternar seu estado", - "create.ponder.powered_toggle_latch.text_3": "...ligar e desligar", - "create.ponder.powered_toggle_latch.text_4": "Travas de Alternância de Redstone também podem ser alternados manualmente", - - "create.ponder.pulse_extender.header": "Controlando sinais usando Extensores de Pulso", - "create.ponder.pulse_extender.text_1": "Extensores de Pulso podem prolongar um sinal", - "create.ponder.pulse_extender.text_2": "Eles ativam após um pequeno atraso...", - "create.ponder.pulse_extender.text_3": "...e descarregam após passar a duração configurada", - "create.ponder.pulse_extender.text_4": "Usando a roda do mouse, o tempo de descarga pode ser configurado", - "create.ponder.pulse_extender.text_5": "A duração configurada pode chegar até 30 minutos", - - "create.ponder.pulse_repeater.header": "Controlando sinais usando Repetidores de Pulso", - "create.ponder.pulse_repeater.text_1": "Repetidores de Pulso emitem um curto pulso com um atraso", - "create.ponder.pulse_repeater.text_2": "Usando a roda do mouse, o tempo de atraso pode ser configurado", - "create.ponder.pulse_repeater.text_3": "O atraso configurado pode chegar até 30 minutos", - - "create.ponder.radial_chassis.header": "Conectando blocos usando o Chassi Radial", - "create.ponder.radial_chassis.text_1": "Chassis Radiais conecta-se a Chassis idênticos em linha reta", - "create.ponder.radial_chassis.text_2": "Quando um é movido por uma engenhoca, os outros são arrastados com ele", - "create.ponder.radial_chassis.text_3": "As faces laterais de um Chassi Radial podem ser feitas Pegajosas", - "create.ponder.radial_chassis.text_4": "Clique novamente para fazer todos os outros lados pegajosos", - "create.ponder.radial_chassis.text_5": "Agache e clique-direito com a mão vazia para remover o slime", - "create.ponder.radial_chassis.text_6": "Sempre que um bloco esta próximo de um rosto pegajoso...", - "create.ponder.radial_chassis.text_7": "...conectara todos os blocos acessíveis dentro de um raio nessa camada", - "create.ponder.radial_chassis.text_8": "Usando uma chave inglesa, um raio preciso pode ser especificado para este chassi", - "create.ponder.radial_chassis.text_9": "Blocos não alcançáveis por qualquer rosto pegajoso não conectara", - - "create.ponder.redstone_contact.header": "Contatos de Redstone", - "create.ponder.redstone_contact.text_1": "Contatos de Redstone virados uns para os outros emitirão um sinal de Redstone", - "create.ponder.redstone_contact.text_2": "Isso ainda se aplica quando uma delas é parte de uma engenhoca em movimento", - - "create.ponder.redstone_link.header": "Usando Conexões de Redstone", - "create.ponder.redstone_link.text_1": "Conexões de Redstone podem transmitir sinais de Redstone sem fios", - "create.ponder.redstone_link.text_2": "Clique-direito enquanto se agacha para alternar o modo de recepção", - "create.ponder.redstone_link.text_3": "Um simples Clique-direito com uma chave inglesa pode fazer o mesmo", - "create.ponder.redstone_link.text_4": "Receptores emite o sinal de Redstone dos transmissores até 128 blocos", - "create.ponder.redstone_link.text_5": "Colocar itens nos dois slots pode especificar uma Frequência", - "create.ponder.redstone_link.text_6": "Somente as Conexões com frequências correspondentes se comunicarão", - - "create.ponder.rope_pulley.header": "Movendo estruturas usando Polias", - "create.ponder.rope_pulley.text_1": "Polias podem mover blocos verticalmente quando dada Força Rotacional", - "create.ponder.rope_pulley.text_2": "A direção e velocidade de movimento dependem da entrada rotacional", - - "create.ponder.rope_pulley_attachment.header": "Movendo Polias como parte de uma engenhoca", - "create.ponder.rope_pulley_attachment.text_1": "Sempre que as polias são movidas por um engenhoca...", - "create.ponder.rope_pulley_attachment.text_2": "...sua estrutura conectada será arrastada com ela", - "create.ponder.rope_pulley_attachment.text_3": "Lembre-se de que as polias só são movíveis quando paradas", - - "create.ponder.rope_pulley_modes.header": "Modos de Movimentação da Polia", - "create.ponder.rope_pulley_modes.text_1": "Sempre que Polias param de se mover, a estrutura movida reverte para blocos", - "create.ponder.rope_pulley_modes.text_2": "Isso pode ser configurado para nunca reverter para blocos sólidos, ou apenas em localizações que ele começou", - - "create.ponder.rose_quartz_lamp.header": "Lâmpadas de quartzo rosa", - "create.ponder.rose_quartz_lamp.text_1": "Lâmpadas de Quartzo Rosa ativam em um sinal de Redstone", - "create.ponder.rose_quartz_lamp.text_2": "Eles continuarão a emitir Sinais de Redstone depois", - "create.ponder.rose_quartz_lamp.text_3": "Quando várias lâmpadas são organizadas em um grupo...", - "create.ponder.rose_quartz_lamp.text_4": "...ativar uma Lâmpada focará o sinal nela, desativando todas as outras", - "create.ponder.rose_quartz_lamp.text_5": "Comparadores emitem sinal baseada na distância de uma lâmpada ligada", - "create.ponder.rose_quartz_lamp.text_6": "As lâmpadas também pode ser alternadas manualmente usando a chave inglesa", - - "create.ponder.rotation_speed_controller.header": "Usando o Controlador de Velocidade Rotacional", - "create.ponder.rotation_speed_controller.text_1": "Controladores de Velocidade Rotacional transmitem a rotação de seu eixo para uma roda dentada grande acima deles", - "create.ponder.rotation_speed_controller.text_2": "Usando o slot de rolagem no seu lado, a velocidade transmitida pode ser configurada", - - "create.ponder.sail.header": "Montando moinhos de vento usando velas", - "create.ponder.sail.text_1": "Velas são blocos úteis para criar moinhos de vento", - "create.ponder.sail.text_2": "Elas vão se conectar a blocos e um ao outro sem a necessidade de Super Cola ou de Chassis", - "create.ponder.sail.text_3": "Clique-Direito com corantes para pintá-las", - "create.ponder.sail.text_4": "Clique-direito com as Tesouras para transformá-los de volta em molduras", - - "create.ponder.sail_frame.header": "Montando Moinhos de vento usando Molduras de Vela", - "create.ponder.sail_frame.text_1": "Molduras de Vela são blocos úteis para criar moinhos de vento", - "create.ponder.sail_frame.text_2": "Elas vão se conectar a blocos e um ao outro sem a necessidade de Super Cola ou de Chassis", - - "create.ponder.sequenced_gearshift.header": "Controlando velocidade rotacional usando um Câmbio Sequencial", - "create.ponder.sequenced_gearshift.text_1": "Câmbios Sequenciais transmitem rotação seguindo uma lista de instruções cronometradas", - "create.ponder.sequenced_gearshift.text_2": "Clique-direito para abrir a interface de configuração", - "create.ponder.sequenced_gearshift.text_3": "Ao receber um Sinal de Redstone, ele começara a sequência configurada", - "create.ponder.sequenced_gearshift.text_4": "Quando terminado, ele aguarda o próximo Sinal de Redstone e começa novamente", - "create.ponder.sequenced_gearshift.text_5": "Um Comparador de Redstone pode ser usado para ler o progresso atual", - - "create.ponder.shaft.header": "Transmitindo Força rotacional usando Eixos", - "create.ponder.shaft.text_1": "Eixos iram transmitir rotação em uma linha reta.", - - "create.ponder.shaft_casing.header": "Revestindo Eixos", - "create.ponder.shaft_casing.text_1": "Revestimentos de Latão ou Andesito podem ser usados para decorar Eixos", - - "create.ponder.smart_chute.header": "Filtrando itens usando Calhas Inteligentes", - "create.ponder.smart_chute.text_1": "Calhas Inteligentes são Calhas verticais com controle adicional", - "create.ponder.smart_chute.text_2": "Os itens no slot do filtro especificam exatamente o que podem extrair e transferir", - "create.ponder.smart_chute.text_3": "Use a Roda do Mouse para especificar o tamanho da pilha extraída", - "create.ponder.smart_chute.text_4": "Energia de Redstone impedirá qualquer calha Inteligente de agir.", - - "create.ponder.smart_pipe.header": "Controlando o fluxo de fluidos usando Canos inteligentes", - "create.ponder.smart_pipe.text_1": "Canos inteligentes podem ajudar a controlar fluxos por tipo de fluido", - "create.ponder.smart_pipe.text_2": "Quando colocados diretamente na fonte, eles podem especificar o tipo de fluido para extrair", - "create.ponder.smart_pipe.text_3": "Basta clicar com o botão direito no slot de filtro com qualquer item que contenha o fluido desejado", - "create.ponder.smart_pipe.text_4": "Quando colocado mais a frente em uma rede de tubulação, canos inteligentes só permitirá que os fluidos correspondentes continuem", - - "create.ponder.speedometer.header": "Monitorando informações cinéticas usando o Velocímetro", - "create.ponder.speedometer.text_1": "O Velocímetro exibe a velocidade atual dos componentes conectados", - "create.ponder.speedometer.text_2": "Quando usando Óculos de Engenheiro, o jogador pode obter informações mais detalhadas do indicador", - "create.ponder.speedometer.text_3": "Comparadores podem emitir sinais analógicos de Redstone relativos às medidas do Velocímetro", - - "create.ponder.spout_filling.header": "Enchendo Itens usando a Bica", - "create.ponder.spout_filling.text_1": "A Bica pode preencher itens que armazenam fluidos fornecidos abaixo dele", - "create.ponder.spout_filling.text_2": "O conteúdo de uma Bica não pode ser acessado manualmente", - "create.ponder.spout_filling.text_3": "Em vez disso, os Canos podem ser usados para supri-lo com fluidos", - "create.ponder.spout_filling.text_4": "Os itens de entrada podem ser soltos ou colocados em um depósito debaixo da Bica", - "create.ponder.spout_filling.text_5": "Quando os itens são fornecidos em uma esteira...", - "create.ponder.spout_filling.text_6": "A Bica irá segurá-los e processá-los automaticamente", - - "create.ponder.stabilized_bearings.header": "Engenhocas Estabilizadas", - "create.ponder.stabilized_bearings.text_1": "Sempre que os Rolamentos Mecânicos fazem parte de uma estrutura em movimento..", - "create.ponder.stabilized_bearings.text_2": "... eles vão tentar se manter de pé", - "create.ponder.stabilized_bearings.text_3": "Mais uma vez, o rolamento será conectado ao bloco na sua frente", - "create.ponder.stabilized_bearings.text_4": "Como resultado, a sub-engenhoca inteira ficará de pé", - - "create.ponder.steam_engine.header": "Construindo Motores a Vapor", - "create.ponder.steam_engine.text_1": "Motores a Vapor podem ser colocados em um Tanque de Fluido", - "create.ponder.steam_engine.text_10": "Nível 4", - "create.ponder.steam_engine.text_11": "4 Motores", - "create.ponder.steam_engine.text_12": "Nível 8", - "create.ponder.steam_engine.text_13": "8 Motores", - "create.ponder.steam_engine.text_2": "Clicando no motor com um Eixo cria a saída cinética", - "create.ponder.steam_engine.text_3": "Com calor, água e espaço da caldeira suficientes...", - "create.ponder.steam_engine.text_4": "...eles gerarão força rotacional", - "create.ponder.steam_engine.text_5": "A configuração mínima requer 4 Tanques de Fluido", - "create.ponder.steam_engine.text_6": "Com a ajuda de Queimadores de Blaze, a produção de energia pode ser aumentada", - "create.ponder.steam_engine.text_7": "Níveis de potência maiores requerem mais Água, Tamanho e Calor", - "create.ponder.steam_engine.text_8": "O nível atual de poder da caldeira pode ser inspecionado com os Óculos de Engenheiro", - "create.ponder.steam_engine.text_9": "Com cada nível de poder adicional, um motor adicional pode gerar em capacidade máxima", - - "create.ponder.steam_whistle.header": "Construindo Apitos a Vapor", - "create.ponder.steam_whistle.text_1": "Apitos a Vapor podem ser colocados em um Tanque de Fluido", - "create.ponder.steam_whistle.text_2": "Se o tanque recebe calor suficiente...", - "create.ponder.steam_whistle.text_3": "...o apito irá tocar uma nota quando ativado", - "create.ponder.steam_whistle.text_4": "Use o item do apito no bloco para diminuir o tom dele", - "create.ponder.steam_whistle.text_5": "Escolha entre três oitavas diferentes usando uma chave inglesa", - "create.ponder.steam_whistle.text_6": "Óculos de Engenheiro podem ajudar a descobrir o tom atual de um apito", - - "create.ponder.sticker.header": "Conectando blocos usando o Adesivo", - "create.ponder.sticker.text_1": "Adesivos são ideais para conexão de blocos controlado por Redstone", - "create.ponder.sticker.text_2": "Ao receber um sinal, ele irá alternar seu estado", - "create.ponder.sticker.text_3": "Se agora for movido em uma engenhoca, o bloco se moverá com ele", - "create.ponder.sticker.text_4": "Ativado novamente, o bloco não está mais conectado", - - "create.ponder.stressometer.header": "Monitorando informações cinéticas usando o Estressómetro", - "create.ponder.stressometer.text_1": "O Estressómetro exibe a Capacidade de estresse atual da rede cinética conectada", - "create.ponder.stressometer.text_2": "Quando usando Óculos de Engenheiro, o jogador pode obter informações mais detalhadas do indicador", - "create.ponder.stressometer.text_3": "Comparadores podem emitir sinais analógicos de Redstone relativos às medidas do Estressómetro", - - "create.ponder.super_glue.header": "Conectando blocos usando a Super Cola", - "create.ponder.super_glue.text_1": "Super Cola agrupa blocos juntos em uma engenhoca em movimento", - "create.ponder.super_glue.text_2": "Clicando em dois pontos cria uma nova área 'colada'", - "create.ponder.super_glue.text_3": "Para remover uma caixa, soque-a com o item da cola na mão", - "create.ponder.super_glue.text_4": "Blocos adjacentes que compartilharem uma área puxarão uns aos outros junto", - "create.ponder.super_glue.text_5": "Volumes de cola sobrepostos vão mover juntos", - "create.ponder.super_glue.text_6": "Blocos pendurados em outros geralmente não requerem cola", - - "create.ponder.track_chunks.header": "Atravessando Chunks descarregados", - "create.ponder.track_chunks.text_1": "Trilhos continuam funcionais fora de Chunks carregados", - "create.ponder.track_chunks.text_2": "Os Trens viajarão por seções inativas do mundo sem problemas", - "create.ponder.track_chunks.text_3": "Eles ainda pararão nas estações ou nos sinais vermelhos", - "create.ponder.track_chunks.text_4": "No entanto, as Brocas e outras máquinas abordo não funcionarão", - "create.ponder.track_chunks.text_5": "Uma vez perto de um jogador, o trem voltará a aparecer", - - "create.ponder.track_observer.header": "Detectando Trens", - "create.ponder.track_observer.text_1": "Selecione um Trilho de Trem e coloque o Observador perto", - "create.ponder.track_observer.text_2": "O Observador detectará qualquer Trem passando sobre o marcador", - "create.ponder.track_observer.text_3": "Observadores podem ser filtrados para ativar para carga correspondente", - - "create.ponder.track_placement.header": "Colocando Trilhos de Trem", - "create.ponder.track_placement.text_1": "Um novo tipo de Trilho projetado para engenhocas de trens", - "create.ponder.track_placement.text_2": "Para colocar linhas de Trilhos em massa, clique em um trilho existente", - "create.ponder.track_placement.text_3": "Depois, coloque ou selecione um segunda trilho", - "create.ponder.track_placement.text_4": "Os trilhos também podem ser colocados como curvas ou rampas", - "create.ponder.track_placement.text_5": "Quando conectando Trilhos, tente fazer cada curva ter o mesmo tamanho", - "create.ponder.track_placement.text_6": "Segurando a tecla Ctrl durante a conexão...", - "create.ponder.track_placement.text_7": "...criará a mais longa curva válida", - "create.ponder.track_placement.text_8": "Materiais na mão secundária serão pavimentados automaticamente em baixo de trilhos", - - "create.ponder.track_portal.header": "Trilhos e o Nether", - "create.ponder.track_portal.text_1": "Trilhos colocados contra um portal do Nether...", - "create.ponder.track_portal.text_2": "...tentaram criar um trilho emparelhado no outro lado", - "create.ponder.track_portal.text_3": "Os Trens nesse trilho agora podem viajar através de dimensões", - - "create.ponder.train_assembly.header": "Montando Trens", - "create.ponder.train_assembly.text_1": "Selecione um Trilho de Trem e coloque a Estação perto", - "create.ponder.train_assembly.text_10": "Todo Trem requer Controles de Trem a bordo", - "create.ponder.train_assembly.text_11": "Um segundo opcional permite que você saia das estações em ambos os sentidos", - "create.ponder.train_assembly.text_12": "Abra o menu da Estação e confirme o processo de montagem", - "create.ponder.train_assembly.text_13": "Trens podem ser desmontados de volta em blocos apenas nas estações", - "create.ponder.train_assembly.text_14": "Quando usados em uma estação, os mapas adicionarão um marcador no local", - "create.ponder.train_assembly.text_15": "Trens montados podem ser realocados para Trilhos próximos usando a chave inglesa", - "create.ponder.train_assembly.text_2": "As estações são os Pontos de Passagem da sua Rede de Trilhos", - "create.ponder.train_assembly.text_3": "Para criar um novo Trem, abra o menu e mude para o Modo de Montagem", - "create.ponder.train_assembly.text_4": "Durante a Montagem, nenhum trem agendado se aproximará desta estação", - "create.ponder.train_assembly.text_5": "Crie novas rodas usando o Revestimento de Trem nos trilhos", - "create.ponder.train_assembly.text_6": "Clique no trilho novamente para alternar entre estilos de roda", - "create.ponder.train_assembly.text_7": "Conecte blocos com a ajuda da Super Cola", - "create.ponder.train_assembly.text_8": "Os trens montados se moverão mais rápido se conseguirem encontrar combustível em baús ou barris montados", - "create.ponder.train_assembly.text_9": "Combustível armazenado em Cofres não será consumido pelo trem", - - "create.ponder.train_controls.header": "Controlando Trens", - "create.ponder.train_controls.text_1": "Controles de trem são necessários em cada engenhoca de trem", - "create.ponder.train_controls.text_2": "Uma vez montado, clique com o botão direito no bloco para começar a dirigir", - "create.ponder.train_controls.text_3": "Acelere e conduza o trem usando teclas de movimento", - "create.ponder.train_controls.text_4": "Se desejado, a velocidade máxima pode ser controlada usando a roda do mouse", - "create.ponder.train_controls.text_5": "Segure espaço para se aproximar de uma estação próxima", - "create.ponder.train_controls.text_6": "Trens podem ser desmontados de volta em blocos apenas nas estações", - "create.ponder.train_controls.text_7": "Apitos montados podem ser ativados com a tecla Ctrl", - "create.ponder.train_controls.text_8": "Agache ou clique novamente para parar de controlar o Trem", - - "create.ponder.train_schedule.header": "Usando Programas de trem", - "create.ponder.train_schedule.text_1": "Programas permitem que os Trens sejam controlados por outros maquinistas", - "create.ponder.train_schedule.text_2": "Clique com o botão direito com o item em mãos para abrir sua interface", - "create.ponder.train_schedule.text_3": "Uma vez programado, o Programa pode ser entregue a um maquinista de trem", - "create.ponder.train_schedule.text_4": "Qualquer mob ou queimador de Blaze sentado na frente de um Controle de Trem é um condutor elegível", - "create.ponder.train_schedule.text_5": "Criaturas em laços podem receber seus assentos mais convenientemente", - "create.ponder.train_schedule.text_6": "Programas podem ser recuperados de Maquinistas a qualquer momento", - - "create.ponder.train_signal_placement.header": "Colocando Sinais de Trem", - "create.ponder.train_signal_placement.text_1": "Selecione um Trilho de Trem e coloque o Sinal perto", - "create.ponder.train_signal_placement.text_2": "Sinais controlam o fluxo de trens não dirigidos por jogadores", - "create.ponder.train_signal_placement.text_3": "Trens Agendados nunca cruzarão sinais na direção oposta", - "create.ponder.train_signal_placement.text_4": "...a não ser que se acrescente um segundo sinal virado para a direção contrária.", - "create.ponder.train_signal_placement.text_5": "Tubos Nixie podem ser conectados para tornar as luzes de um sinal mais visíveis", - - "create.ponder.train_signal_redstone.header": "Sinais e Redstone", - "create.ponder.train_signal_redstone.text_1": "Sinais podem ser forçados a ser vermelhos por um sinal de Redstone", - "create.ponder.train_signal_redstone.text_2": "Reversamente, sinais vermelhos emitem um sinal de Comparador", - - "create.ponder.train_signal_signaling.header": "Prevenção de colisão com sinais", - "create.ponder.train_signal_signaling.text_1": "Sinais de Trem dividem um trilho em segmentos", - "create.ponder.train_signal_signaling.text_2": "Se um Segmento estiver ocupado, nenhum outro Trem será permitido entrar", - "create.ponder.train_signal_signaling.text_3": "Assim, cada segmento conterá apenas um Trem de cada vez", - "create.ponder.train_signal_signaling.text_4": "Um segundo modo de sinal está disponível através da chave inglesa", - "create.ponder.train_signal_signaling.text_5": "Segmentos de um sinal de latão geralmente levam em sinais padrão", - "create.ponder.train_signal_signaling.text_6": "Este sinal especial pode parar os trens sob uma segunda condição", - "create.ponder.train_signal_signaling.text_7": "Isso irá parar os Trens, que ao entrar...", - "create.ponder.train_signal_signaling.text_8": "...não poderia sair do Segmento imediatamente", - "create.ponder.train_signal_signaling.text_9": "Isso ajuda a manter Trens enfileirados fora de um segmento movimentado", - - "create.ponder.valve_handle.header": "Gerando Força Rotacional usando Válvulas", - "create.ponder.valve_handle.text_1": "As Válvulas podem ser usadas pelos jogadores para aplicar a força rotacional manualmente", - "create.ponder.valve_handle.text_2": "Segure o botão direito para girá-lo no sentido anti-horário", - "create.ponder.valve_handle.text_3": "Sua velocidade transmitida é lenta e precisa", - "create.ponder.valve_handle.text_4": "Agache-se e Segure o Clique Direito para girá-lo no sentido horário", - "create.ponder.valve_handle.text_5": "Válvulas podem ser tingidas para fins estéticos", - - "create.ponder.valve_pipe.header": "Controlando o fluxo de fluidos usando Válvulas", - "create.ponder.valve_pipe.text_1": "Canos da Válvula ajudam a controlar fluidos propagando através de redes de tubulação", - "create.ponder.valve_pipe.text_2": "Sua entrada de eixo controla se fluidos são permitidos atualmente de passar através", - "create.ponder.valve_pipe.text_3": "Dada Força Rotacional na direção de abertura, a válvula se abrirá", - "create.ponder.valve_pipe.text_4": "Ela pode ser fechada novamente invertendo a rotação de entrada", - - "create.ponder.water_wheel.header": "Gerando Força Rotacional usando Rodas D'Água", - "create.ponder.water_wheel.text_1": "Rodas D'Água ganham força de Correntes de Água adjacentes", - "create.ponder.water_wheel.text_2": "Quanto mais lados forem energizados, mais rápido a Roda D'Água girará", - "create.ponder.water_wheel.text_3": "As lâminas das Rodas devem ser orientadas contra o fluxo", - "create.ponder.water_wheel.text_4": "Viradas para a direção contrária, eles não serão tão eficazes", - - "create.ponder.weighted_ejector.header": "Usando Ejetores Ponderados", - "create.ponder.weighted_ejector.text_1": "Agache e clique com o botão direito segurando um Ejetor para selecionar o local de destino", - "create.ponder.weighted_ejector.text_10": "Ele agora é limitado a esse tamanho da pilha, e só é ativado quando sua pilha armazenada atingir esta quantidade", - "create.ponder.weighted_ejector.text_11": "Outras entidades sempre acionarão um Ejetor ao pisar nele", - "create.ponder.weighted_ejector.text_2": "O ejetor colocado irá lançar objetos no local de marcação", - "create.ponder.weighted_ejector.text_3": "Um alvo válido pode estar em qualquer altura ou distância dentro do alcance", - "create.ponder.weighted_ejector.text_4": "Eles não podem, no entanto, estar de um lado", - "create.ponder.weighted_ejector.text_5": "Se nenhum alvo válido foi selecionado, simplesmente irá mirar o bloco diretamente a frente", - "create.ponder.weighted_ejector.text_6": "Forneça Força Rotacional a fim de carregá-lo", - "create.ponder.weighted_ejector.text_7": "Itens colocados no ejetor fazem com que ele ative", - "create.ponder.weighted_ejector.text_8": "Se o alvo for um inventário, o ejetor vai esperar até que haja espaço", - "create.ponder.weighted_ejector.text_9": "Usando a chave inglesa, um tamanho de pilha necessário pode ser configurado", - - "create.ponder.weighted_ejector_redstone.header": "Controlando Ejetores Ponderados com Redstone", - "create.ponder.weighted_ejector_redstone.text_1": "Quando energizado por Redstone, os Ejetores não serão ativados", - "create.ponder.weighted_ejector_redstone.text_2": "Além disso, Observadores podem detectar quando Ejetores ativarem", - - "create.ponder.weighted_ejector_tunnel.header": "Dividindo pilhas de itens usando Ejetores Ponderados", - "create.ponder.weighted_ejector_tunnel.text_1": "Combinado com túneis de Latão, Ejetores podem dividir as pilhas de itens em quantidades específicas", - "create.ponder.weighted_ejector_tunnel.text_2": "Primeiro, configure o túnel de Latão para 'Preferir o mais perto', a fim de priorizar sua saída lateral", - "create.ponder.weighted_ejector_tunnel.text_3": "O tamanho da Pilha definido no Ejetor agora determina a quantidade a ser dividida", - "create.ponder.weighted_ejector_tunnel.text_4": "Enquanto uma nova pilha do tamanho configurado sai da saída lateral...", - "create.ponder.weighted_ejector_tunnel.text_5": "...o resto continuará em seu caminho", - - "create.ponder.windmill_source.header": "Gerando Força Rotacional usando Rolamentos de Moinho", - "create.ponder.windmill_source.text_1": "Rolamentos de Moinho conectam-se a blocos na frente deles", - "create.ponder.windmill_source.text_2": "Crie uma estrutura móvel com a ajuda da Super Cola", - "create.ponder.windmill_source.text_3": "Se blocos suficientes similares a Velas forem incluídos, isto pode atuar como um Moinho de Vento", - "create.ponder.windmill_source.text_4": "Ativado com o Botão Direito, o Rolamento de Moinho começará a fornecer Força Rotacional", - "create.ponder.windmill_source.text_5": "A Quantidade de Blocos de Vela determina a sua Velocidade de Rotação", - "create.ponder.windmill_source.text_6": "Use uma chave inglesa para configurar a sua direção de rotação", - "create.ponder.windmill_source.text_7": "Clique com o botão direito em qualquer momento para parar e editar a Estrutura novamente", - - "create.ponder.windmill_structure.header": "Engenhoca de Moinho", - "create.ponder.windmill_structure.text_1": "Qualquer Estrutura pode contar como um Moinho de Vento válido, contanto que ele contenha pelo menos 8 blocos similares com velas.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/pt_pt.json b/src/generated/resources/assets/create/lang/unfinished/pt_pt.json deleted file mode 100644 index 71f7336261..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/pt_pt.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 2223", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "UNLOCALIZED: Acacia Window", - "block.create.acacia_window_pane": "UNLOCALIZED: Acacia Window Pane", - "block.create.adjustable_chain_gearshift": "Mudança de engrenagem de corrente ajustável", - "block.create.analog_lever": "Alavanca Analógica", - "block.create.andesite_belt_funnel": "Funil de correia de andesito", - "block.create.andesite_casing": "Revestimento de Andesito", - "block.create.andesite_encased_cogwheel": "Roda dentada revestida com andesito", - "block.create.andesite_encased_large_cogwheel": "Roda dentada grande revestida com andesito", - "block.create.andesite_encased_shaft": "Eixo revestido com andesito", - "block.create.andesite_funnel": "Funil de Andesito", - "block.create.andesite_ladder": "UNLOCALIZED: Andesite Ladder", - "block.create.andesite_pillar": "UNLOCALIZED: Andesite Pillar", - "block.create.andesite_tunnel": "Tunel de Andesito", - "block.create.asurine": "UNLOCALIZED: Asurine", - "block.create.asurine_pillar": "UNLOCALIZED: Asurine Pillar", - "block.create.basin": "Bacia", - "block.create.belt": "Correia", - "block.create.birch_window": "UNLOCALIZED: Birch Window", - "block.create.birch_window_pane": "UNLOCALIZED: Birch Window Pane", - "block.create.black_nixie_tube": "Tubo nixie preto", - "block.create.black_sail": "Vela preta", - "block.create.black_seat": "Assento preto", - "block.create.black_toolbox": "Caixa de ferramentas preta", - "block.create.black_valve_handle": "Manopla de válvula preta", - "block.create.blaze_burner": "Queimador de blaze", - "block.create.blue_nixie_tube": "Tubo nixie azul", - "block.create.blue_sail": "Vela azul", - "block.create.blue_seat": "Assento azul", - "block.create.blue_toolbox": "Caixa de ferramentas azul", - "block.create.blue_valve_handle": "Manopla de válvula azul", - "block.create.brass_belt_funnel": "Funil de correia de Latão", - "block.create.brass_block": "Bloco de Latão", - "block.create.brass_casing": "Revestimento de Latão", - "block.create.brass_encased_cogwheel": "Roda dentada revestida com latão", - "block.create.brass_encased_large_cogwheel": "Roda dentada grande revestida com latão", - "block.create.brass_encased_shaft": "Eixo Revestido com Latão", - "block.create.brass_funnel": "Funil de Latão", - "block.create.brass_ladder": "UNLOCALIZED: Brass Ladder", - "block.create.brass_tunnel": "Tunel de Latão", - "block.create.brown_nixie_tube": "Tubo de nixie castanho", - "block.create.brown_sail": "Vela castanho", - "block.create.brown_seat": "Assento castanho", - "block.create.brown_toolbox": "Caixa de ferramentas castanho", - "block.create.brown_valve_handle": "Manopla de válvula castanho", - "block.create.calcite_pillar": "UNLOCALIZED: Calcite Pillar", - "block.create.cart_assembler": "Montador de carrinho", - "block.create.chocolate": "UNLOCALIZED: Chocolate", - "block.create.chute": "Calha", - "block.create.clockwork_bearing": "Rolamento de relôgio", - "block.create.clutch": "Embreagem", - "block.create.cogwheel": "Roda Dentada", - "block.create.content_observer": "Observador de Conteúdo", - "block.create.controller_rail": "Trilho Controlador", - "block.create.controls": "UNLOCALIZED: Train Controls", - "block.create.copper_backtank": "Tanque Traseiro de Cobre", - "block.create.copper_casing": "Revestimento de Cobre", - "block.create.copper_ladder": "UNLOCALIZED: Copper Ladder", - "block.create.copper_shingle_slab": "UNLOCALIZED: Copper Shingle Slab", - "block.create.copper_shingle_stairs": "UNLOCALIZED: Copper Shingle Stairs", - "block.create.copper_shingles": "UNLOCALIZED: Copper Shingles", - "block.create.copper_tile_slab": "UNLOCALIZED: Copper Tile Slab", - "block.create.copper_tile_stairs": "UNLOCALIZED: Copper Tile Stairs", - "block.create.copper_tiles": "UNLOCALIZED: Copper Tiles", - "block.create.copper_valve_handle": "Manopla de válvula de Cobre", - "block.create.creative_crate": "Caixa Criativa", - "block.create.creative_fluid_tank": "Tanque de Fluidos Criativo", - "block.create.creative_motor": "Motor Criativo", - "block.create.crimsite": "UNLOCALIZED: Crimsite", - "block.create.crimsite_pillar": "UNLOCALIZED: Crimsite Pillar", - "block.create.crimson_window": "UNLOCALIZED: Crimson Window", - "block.create.crimson_window_pane": "UNLOCALIZED: Crimson Window Pane", - "block.create.crushing_wheel": "Roda de Moer", - "block.create.crushing_wheel_controller": "UNLOCALIZED: Crushing Wheel Controller", - "block.create.cuckoo_clock": "Relógio de cuco", - "block.create.cut_andesite": "UNLOCALIZED: Cut Andesite", - "block.create.cut_andesite_brick_slab": "UNLOCALIZED: Cut Andesite Brick Slab", - "block.create.cut_andesite_brick_stairs": "UNLOCALIZED: Cut Andesite Brick Stairs", - "block.create.cut_andesite_brick_wall": "UNLOCALIZED: Cut Andesite Brick Wall", - "block.create.cut_andesite_bricks": "UNLOCALIZED: Cut Andesite Bricks", - "block.create.cut_andesite_slab": "UNLOCALIZED: Cut Andesite Slab", - "block.create.cut_andesite_stairs": "UNLOCALIZED: Cut Andesite Stairs", - "block.create.cut_andesite_wall": "UNLOCALIZED: Cut Andesite Wall", - "block.create.cut_asurine": "UNLOCALIZED: Cut Asurine", - "block.create.cut_asurine_brick_slab": "UNLOCALIZED: Cut Asurine Brick Slab", - "block.create.cut_asurine_brick_stairs": "UNLOCALIZED: Cut Asurine Brick Stairs", - "block.create.cut_asurine_brick_wall": "UNLOCALIZED: Cut Asurine Brick Wall", - "block.create.cut_asurine_bricks": "UNLOCALIZED: Cut Asurine Bricks", - "block.create.cut_asurine_slab": "UNLOCALIZED: Cut Asurine Slab", - "block.create.cut_asurine_stairs": "UNLOCALIZED: Cut Asurine Stairs", - "block.create.cut_asurine_wall": "UNLOCALIZED: Cut Asurine Wall", - "block.create.cut_calcite": "UNLOCALIZED: Cut Calcite", - "block.create.cut_calcite_brick_slab": "UNLOCALIZED: Cut Calcite Brick Slab", - "block.create.cut_calcite_brick_stairs": "UNLOCALIZED: Cut Calcite Brick Stairs", - "block.create.cut_calcite_brick_wall": "UNLOCALIZED: Cut Calcite Brick Wall", - "block.create.cut_calcite_bricks": "UNLOCALIZED: Cut Calcite Bricks", - "block.create.cut_calcite_slab": "UNLOCALIZED: Cut Calcite Slab", - "block.create.cut_calcite_stairs": "UNLOCALIZED: Cut Calcite Stairs", - "block.create.cut_calcite_wall": "UNLOCALIZED: Cut Calcite Wall", - "block.create.cut_crimsite": "UNLOCALIZED: Cut Crimsite", - "block.create.cut_crimsite_brick_slab": "UNLOCALIZED: Cut Crimsite Brick Slab", - "block.create.cut_crimsite_brick_stairs": "UNLOCALIZED: Cut Crimsite Brick Stairs", - "block.create.cut_crimsite_brick_wall": "UNLOCALIZED: Cut Crimsite Brick Wall", - "block.create.cut_crimsite_bricks": "UNLOCALIZED: Cut Crimsite Bricks", - "block.create.cut_crimsite_slab": "UNLOCALIZED: Cut Crimsite Slab", - "block.create.cut_crimsite_stairs": "UNLOCALIZED: Cut Crimsite Stairs", - "block.create.cut_crimsite_wall": "UNLOCALIZED: Cut Crimsite Wall", - "block.create.cut_deepslate": "UNLOCALIZED: Cut Deepslate", - "block.create.cut_deepslate_brick_slab": "UNLOCALIZED: Cut Deepslate Brick Slab", - "block.create.cut_deepslate_brick_stairs": "UNLOCALIZED: Cut Deepslate Brick Stairs", - "block.create.cut_deepslate_brick_wall": "UNLOCALIZED: Cut Deepslate Brick Wall", - "block.create.cut_deepslate_bricks": "UNLOCALIZED: Cut Deepslate Bricks", - "block.create.cut_deepslate_slab": "UNLOCALIZED: Cut Deepslate Slab", - "block.create.cut_deepslate_stairs": "UNLOCALIZED: Cut Deepslate Stairs", - "block.create.cut_deepslate_wall": "UNLOCALIZED: Cut Deepslate Wall", - "block.create.cut_diorite": "UNLOCALIZED: Cut Diorite", - "block.create.cut_diorite_brick_slab": "UNLOCALIZED: Cut Diorite Brick Slab", - "block.create.cut_diorite_brick_stairs": "UNLOCALIZED: Cut Diorite Brick Stairs", - "block.create.cut_diorite_brick_wall": "UNLOCALIZED: Cut Diorite Brick Wall", - "block.create.cut_diorite_bricks": "UNLOCALIZED: Cut Diorite Bricks", - "block.create.cut_diorite_slab": "UNLOCALIZED: Cut Diorite Slab", - "block.create.cut_diorite_stairs": "UNLOCALIZED: Cut Diorite Stairs", - "block.create.cut_diorite_wall": "UNLOCALIZED: Cut Diorite Wall", - "block.create.cut_dripstone": "UNLOCALIZED: Cut Dripstone", - "block.create.cut_dripstone_brick_slab": "UNLOCALIZED: Cut Dripstone Brick Slab", - "block.create.cut_dripstone_brick_stairs": "UNLOCALIZED: Cut Dripstone Brick Stairs", - "block.create.cut_dripstone_brick_wall": "UNLOCALIZED: Cut Dripstone Brick Wall", - "block.create.cut_dripstone_bricks": "UNLOCALIZED: Cut Dripstone Bricks", - "block.create.cut_dripstone_slab": "UNLOCALIZED: Cut Dripstone Slab", - "block.create.cut_dripstone_stairs": "UNLOCALIZED: Cut Dripstone Stairs", - "block.create.cut_dripstone_wall": "UNLOCALIZED: Cut Dripstone Wall", - "block.create.cut_granite": "UNLOCALIZED: Cut Granite", - "block.create.cut_granite_brick_slab": "UNLOCALIZED: Cut Granite Brick Slab", - "block.create.cut_granite_brick_stairs": "UNLOCALIZED: Cut Granite Brick Stairs", - "block.create.cut_granite_brick_wall": "UNLOCALIZED: Cut Granite Brick Wall", - "block.create.cut_granite_bricks": "UNLOCALIZED: Cut Granite Bricks", - "block.create.cut_granite_slab": "UNLOCALIZED: Cut Granite Slab", - "block.create.cut_granite_stairs": "UNLOCALIZED: Cut Granite Stairs", - "block.create.cut_granite_wall": "UNLOCALIZED: Cut Granite Wall", - "block.create.cut_limestone": "UNLOCALIZED: Cut Limestone", - "block.create.cut_limestone_brick_slab": "UNLOCALIZED: Cut Limestone Brick Slab", - "block.create.cut_limestone_brick_stairs": "UNLOCALIZED: Cut Limestone Brick Stairs", - "block.create.cut_limestone_brick_wall": "UNLOCALIZED: Cut Limestone Brick Wall", - "block.create.cut_limestone_bricks": "UNLOCALIZED: Cut Limestone Bricks", - "block.create.cut_limestone_slab": "UNLOCALIZED: Cut Limestone Slab", - "block.create.cut_limestone_stairs": "UNLOCALIZED: Cut Limestone Stairs", - "block.create.cut_limestone_wall": "UNLOCALIZED: Cut Limestone Wall", - "block.create.cut_ochrum": "UNLOCALIZED: Cut Ochrum", - "block.create.cut_ochrum_brick_slab": "UNLOCALIZED: Cut Ochrum Brick Slab", - "block.create.cut_ochrum_brick_stairs": "UNLOCALIZED: Cut Ochrum Brick Stairs", - "block.create.cut_ochrum_brick_wall": "UNLOCALIZED: Cut Ochrum Brick Wall", - "block.create.cut_ochrum_bricks": "UNLOCALIZED: Cut Ochrum Bricks", - "block.create.cut_ochrum_slab": "UNLOCALIZED: Cut Ochrum Slab", - "block.create.cut_ochrum_stairs": "UNLOCALIZED: Cut Ochrum Stairs", - "block.create.cut_ochrum_wall": "UNLOCALIZED: Cut Ochrum Wall", - "block.create.cut_scorchia": "UNLOCALIZED: Cut Scorchia", - "block.create.cut_scorchia_brick_slab": "UNLOCALIZED: Cut Scorchia Brick Slab", - "block.create.cut_scorchia_brick_stairs": "UNLOCALIZED: Cut Scorchia Brick Stairs", - "block.create.cut_scorchia_brick_wall": "UNLOCALIZED: Cut Scorchia Brick Wall", - "block.create.cut_scorchia_bricks": "UNLOCALIZED: Cut Scorchia Bricks", - "block.create.cut_scorchia_slab": "UNLOCALIZED: Cut Scorchia Slab", - "block.create.cut_scorchia_stairs": "UNLOCALIZED: Cut Scorchia Stairs", - "block.create.cut_scorchia_wall": "UNLOCALIZED: Cut Scorchia Wall", - "block.create.cut_scoria": "UNLOCALIZED: Cut Scoria", - "block.create.cut_scoria_brick_slab": "UNLOCALIZED: Cut Scoria Brick Slab", - "block.create.cut_scoria_brick_stairs": "UNLOCALIZED: Cut Scoria Brick Stairs", - "block.create.cut_scoria_brick_wall": "UNLOCALIZED: Cut Scoria Brick Wall", - "block.create.cut_scoria_bricks": "UNLOCALIZED: Cut Scoria Bricks", - "block.create.cut_scoria_slab": "UNLOCALIZED: Cut Scoria Slab", - "block.create.cut_scoria_stairs": "UNLOCALIZED: Cut Scoria Stairs", - "block.create.cut_scoria_wall": "UNLOCALIZED: Cut Scoria Wall", - "block.create.cut_tuff": "UNLOCALIZED: Cut Tuff", - "block.create.cut_tuff_brick_slab": "UNLOCALIZED: Cut Tuff Brick Slab", - "block.create.cut_tuff_brick_stairs": "UNLOCALIZED: Cut Tuff Brick Stairs", - "block.create.cut_tuff_brick_wall": "UNLOCALIZED: Cut Tuff Brick Wall", - "block.create.cut_tuff_bricks": "UNLOCALIZED: Cut Tuff Bricks", - "block.create.cut_tuff_slab": "UNLOCALIZED: Cut Tuff Slab", - "block.create.cut_tuff_stairs": "UNLOCALIZED: Cut Tuff Stairs", - "block.create.cut_tuff_wall": "UNLOCALIZED: Cut Tuff Wall", - "block.create.cut_veridium": "UNLOCALIZED: Cut Veridium", - "block.create.cut_veridium_brick_slab": "UNLOCALIZED: Cut Veridium Brick Slab", - "block.create.cut_veridium_brick_stairs": "UNLOCALIZED: Cut Veridium Brick Stairs", - "block.create.cut_veridium_brick_wall": "UNLOCALIZED: Cut Veridium Brick Wall", - "block.create.cut_veridium_bricks": "UNLOCALIZED: Cut Veridium Bricks", - "block.create.cut_veridium_slab": "UNLOCALIZED: Cut Veridium Slab", - "block.create.cut_veridium_stairs": "UNLOCALIZED: Cut Veridium Stairs", - "block.create.cut_veridium_wall": "UNLOCALIZED: Cut Veridium Wall", - "block.create.cyan_nixie_tube": "Tubo nixie ciano", - "block.create.cyan_sail": "Vela ciano", - "block.create.cyan_seat": "Assento ciano", - "block.create.cyan_toolbox": "caixa de ferramentas ciano", - "block.create.cyan_valve_handle": "Manopla de válvula ciano", - "block.create.dark_oak_window": "UNLOCALIZED: Dark Oak Window", - "block.create.dark_oak_window_pane": "UNLOCALIZED: Dark Oak Window Pane", - "block.create.deepslate_pillar": "UNLOCALIZED: Deepslate Pillar", - "block.create.deepslate_zinc_ore": "Deepslate zinc ore", - "block.create.deployer": "Implantador", - "block.create.depot": "Depósito", - "block.create.diorite_pillar": "UNLOCALIZED: Diorite Pillar", - "block.create.display_board": "UNLOCALIZED: Display Board", - "block.create.display_link": "UNLOCALIZED: Display Link", - "block.create.dripstone_pillar": "UNLOCALIZED: Dripstone Pillar", - "block.create.encased_chain_drive": "Correia Revestida", - "block.create.encased_fan": "Ventilador Revestida", - "block.create.encased_fluid_pipe": "Cano de Fluidos Revestido", - "block.create.exposed_copper_shingle_slab": "UNLOCALIZED: Exposed Copper Shingle Slab", - "block.create.exposed_copper_shingle_stairs": "UNLOCALIZED: Exposed Copper Shingle Stairs", - "block.create.exposed_copper_shingles": "UNLOCALIZED: Exposed Copper Shingles", - "block.create.exposed_copper_tile_slab": "UNLOCALIZED: Exposed Copper Tile Slab", - "block.create.exposed_copper_tile_stairs": "UNLOCALIZED: Exposed Copper Tile Stairs", - "block.create.exposed_copper_tiles": "UNLOCALIZED: Exposed Copper Tiles", - "block.create.fake_track": "UNLOCALIZED: Track Marker for Maps", - "block.create.fluid_pipe": "Cano de Fluido", - "block.create.fluid_tank": "Tanque de fluido", - "block.create.fluid_valve": "Válvula de fluido", - "block.create.flywheel": "Volante de inércia", - "block.create.framed_glass": "UNLOCALIZED: Framed Glass", - "block.create.framed_glass_door": "UNLOCALIZED: Framed Glass Door", - "block.create.framed_glass_pane": "UNLOCALIZED: Framed Glass Pane", - "block.create.framed_glass_trapdoor": "UNLOCALIZED: Framed Glass Trapdoor", - "block.create.gantry_carriage": "Carruagem de Pórtico", - "block.create.gantry_shaft": "Eixo de Pórtico", - "block.create.gearbox": "Caixa de Transmissão", - "block.create.gearshift": "Câmbio", - "block.create.glass_fluid_pipe": "Cano de Fluido de Vidro", - "block.create.granite_pillar": "UNLOCALIZED: Granite Pillar", - "block.create.gray_nixie_tube": "Tubo nixie cinza", - "block.create.gray_sail": "Vela cinza", - "block.create.gray_seat": "Assento cinza", - "block.create.gray_toolbox": "Caixa de ferramentas cinza", - "block.create.gray_valve_handle": "Válvula cinza", - "block.create.green_nixie_tube": "Tubo nixie verde", - "block.create.green_sail": "Vela verde", - "block.create.green_seat": "Assento verde", - "block.create.green_toolbox": "Caixa de ferramentas verde", - "block.create.green_valve_handle": "Válvula verde", - "block.create.hand_crank": "Manivela", - "block.create.haunted_bell": "Sino assombrado", - "block.create.honey": "Mel", - "block.create.horizontal_framed_glass": "UNLOCALIZED: Horizontal Framed Glass", - "block.create.horizontal_framed_glass_pane": "UNLOCALIZED: Horizontal Framed Glass Pane", - "block.create.hose_pulley": "Polia de Mangueira", - "block.create.item_drain": "Dreno de Item", - "block.create.item_vault": "Cofre de itens", - "block.create.jungle_window": "UNLOCALIZED: Jungle Window", - "block.create.jungle_window_pane": "UNLOCALIZED: Jungle Window Pane", - "block.create.large_bogey": "UNLOCALIZED: Large Bogey", - "block.create.large_cogwheel": "UNLOCALIZED: Large Cogwheel", - "block.create.layered_andesite": "UNLOCALIZED: Layered Andesite", - "block.create.layered_asurine": "UNLOCALIZED: Layered Asurine", - "block.create.layered_calcite": "UNLOCALIZED: Layered Calcite", - "block.create.layered_crimsite": "UNLOCALIZED: Layered Crimsite", - "block.create.layered_deepslate": "UNLOCALIZED: Layered Deepslate", - "block.create.layered_diorite": "UNLOCALIZED: Layered Diorite", - "block.create.layered_dripstone": "UNLOCALIZED: Layered Dripstone", - "block.create.layered_granite": "UNLOCALIZED: Layered Granite", - "block.create.layered_limestone": "UNLOCALIZED: Layered Limestone", - "block.create.layered_ochrum": "UNLOCALIZED: Layered Ochrum", - "block.create.layered_scorchia": "UNLOCALIZED: Layered Scorchia", - "block.create.layered_scoria": "UNLOCALIZED: Layered Scoria", - "block.create.layered_tuff": "UNLOCALIZED: Layered Tuff", - "block.create.layered_veridium": "UNLOCALIZED: Layered Veridium", - "block.create.lectern_controller": "Controle de Atril", - "block.create.light_blue_nixie_tube": "tubo nixie azul claro", - "block.create.light_blue_sail": "Vela azul claro", - "block.create.light_blue_seat": "Assento azul claro", - "block.create.light_blue_toolbox": "Caixa de ferramentas azul claro", - "block.create.light_blue_valve_handle": "válvula azul claro", - "block.create.light_gray_nixie_tube": "Tubo nixie azul claro", - "block.create.light_gray_sail": "Vela cinza claro", - "block.create.light_gray_seat": "Assento cinza claro", - "block.create.light_gray_toolbox": "Caixa de ferramentas cinza claro", - "block.create.light_gray_valve_handle": "Válvula cinza claro", - "block.create.lime_nixie_tube": "Tubo nixie cinza claro", - "block.create.lime_sail": "Vela lima", - "block.create.lime_seat": "Assento lima", - "block.create.lime_toolbox": "Caixa de ferramentas lima", - "block.create.lime_valve_handle": "Válvula lima", - "block.create.limestone": "Calcário", - "block.create.limestone_pillar": "Pilar de Calcário", - "block.create.linear_chassis": "Chassis Linear", - "block.create.lit_blaze_burner": "Queimador de Blaze Acesso", - "block.create.magenta_nixie_tube": "Tubo nixie magenta", - "block.create.magenta_sail": "Vela magenta", - "block.create.magenta_seat": "Assento magenta", - "block.create.magenta_toolbox": "Caixa de ferramentas magenta", - "block.create.magenta_valve_handle": "Válvula magenta", - "block.create.mechanical_arm": "Braço mecânico", - "block.create.mechanical_bearing": "Rolamento mecânico", - "block.create.mechanical_crafter": "Fabricador mecânico", - "block.create.mechanical_drill": "Broca Mecânica", - "block.create.mechanical_harvester": "Coletor Mecânico", - "block.create.mechanical_mixer": "Batedeira mecânica", - "block.create.mechanical_piston": "Pistão Mecânico", - "block.create.mechanical_piston_head": "Cabeça do Pistão Mecânico", - "block.create.mechanical_plough": "Arador Mecânico", - "block.create.mechanical_press": "Prensa Mecânica", - "block.create.mechanical_pump": "Bomba Mecânica", - "block.create.mechanical_saw": "Serra Mecânica", - "block.create.metal_bracket": "Suporte de metal", - "block.create.metal_girder": "UNLOCALIZED: Metal Girder", - "block.create.metal_girder_encased_shaft": "UNLOCALIZED: Metal Girder Encased Shaft", - "block.create.millstone": "Pedra de Moer", - "block.create.minecart_anchor": "Ancóra de carrinho de Mina", - "block.create.mysterious_cuckoo_clock": "Relógio cuckoo", - "block.create.nixie_tube": "Tubo Nixie", - "block.create.nozzle": "Bocal", - "block.create.oak_window": "UNLOCALIZED: Oak Window", - "block.create.oak_window_pane": "UNLOCALIZED: Oak Window Pane", - "block.create.ochrum": "UNLOCALIZED: Ochrum", - "block.create.ochrum_pillar": "UNLOCALIZED: Ochrum Pillar", - "block.create.orange_sail": "Vela laranja", - "block.create.orange_seat": "Assento laranja", - "block.create.orange_toolbox": "Caixa de ferramentas laranja", - "block.create.orange_valve_handle": "Válvula laranja", - "block.create.ornate_iron_window": "UNLOCALIZED: Ornate Iron Window", - "block.create.ornate_iron_window_pane": "UNLOCALIZED: Ornate Iron Window Pane", - "block.create.oxidized_copper_shingle_slab": "UNLOCALIZED: Oxidized Copper Shingle Slab", - "block.create.oxidized_copper_shingle_stairs": "UNLOCALIZED: Oxidized Copper Shingle Stairs", - "block.create.oxidized_copper_shingles": "UNLOCALIZED: Oxidized Copper Shingles", - "block.create.oxidized_copper_tile_slab": "UNLOCALIZED: Oxidized Copper Tile Slab", - "block.create.oxidized_copper_tile_stairs": "UNLOCALIZED: Oxidized Copper Tile Stairs", - "block.create.oxidized_copper_tiles": "UNLOCALIZED: Oxidized Copper Tiles", - "block.create.peculiar_bell": "Sino peculiar", - "block.create.pink_nixie_tube": "Tubo nixie rosa", - "block.create.pink_sail": "Vela rosa", - "block.create.pink_seat": "Assento rosa", - "block.create.pink_toolbox": "Caixa de ferramentas rosa", - "block.create.pink_valve_handle": "Válvula rosa", - "block.create.piston_extension_pole": "Vara de Extensão do Pistão", - "block.create.placard": "UNLOCALIZED: Placard", - "block.create.polished_cut_andesite": "UNLOCALIZED: Polished Cut Andesite", - "block.create.polished_cut_andesite_slab": "UNLOCALIZED: Polished Cut Andesite Slab", - "block.create.polished_cut_andesite_stairs": "UNLOCALIZED: Polished Cut Andesite Stairs", - "block.create.polished_cut_andesite_wall": "UNLOCALIZED: Polished Cut Andesite Wall", - "block.create.polished_cut_asurine": "UNLOCALIZED: Polished Cut Asurine", - "block.create.polished_cut_asurine_slab": "UNLOCALIZED: Polished Cut Asurine Slab", - "block.create.polished_cut_asurine_stairs": "UNLOCALIZED: Polished Cut Asurine Stairs", - "block.create.polished_cut_asurine_wall": "UNLOCALIZED: Polished Cut Asurine Wall", - "block.create.polished_cut_calcite": "UNLOCALIZED: Polished Cut Calcite", - "block.create.polished_cut_calcite_slab": "UNLOCALIZED: Polished Cut Calcite Slab", - "block.create.polished_cut_calcite_stairs": "UNLOCALIZED: Polished Cut Calcite Stairs", - "block.create.polished_cut_calcite_wall": "UNLOCALIZED: Polished Cut Calcite Wall", - "block.create.polished_cut_crimsite": "UNLOCALIZED: Polished Cut Crimsite", - "block.create.polished_cut_crimsite_slab": "UNLOCALIZED: Polished Cut Crimsite Slab", - "block.create.polished_cut_crimsite_stairs": "UNLOCALIZED: Polished Cut Crimsite Stairs", - "block.create.polished_cut_crimsite_wall": "UNLOCALIZED: Polished Cut Crimsite Wall", - "block.create.polished_cut_deepslate": "UNLOCALIZED: Polished Cut Deepslate", - "block.create.polished_cut_deepslate_slab": "UNLOCALIZED: Polished Cut Deepslate Slab", - "block.create.polished_cut_deepslate_stairs": "UNLOCALIZED: Polished Cut Deepslate Stairs", - "block.create.polished_cut_deepslate_wall": "UNLOCALIZED: Polished Cut Deepslate Wall", - "block.create.polished_cut_diorite": "UNLOCALIZED: Polished Cut Diorite", - "block.create.polished_cut_diorite_slab": "UNLOCALIZED: Polished Cut Diorite Slab", - "block.create.polished_cut_diorite_stairs": "UNLOCALIZED: Polished Cut Diorite Stairs", - "block.create.polished_cut_diorite_wall": "UNLOCALIZED: Polished Cut Diorite Wall", - "block.create.polished_cut_dripstone": "UNLOCALIZED: Polished Cut Dripstone", - "block.create.polished_cut_dripstone_slab": "UNLOCALIZED: Polished Cut Dripstone Slab", - "block.create.polished_cut_dripstone_stairs": "UNLOCALIZED: Polished Cut Dripstone Stairs", - "block.create.polished_cut_dripstone_wall": "UNLOCALIZED: Polished Cut Dripstone Wall", - "block.create.polished_cut_granite": "UNLOCALIZED: Polished Cut Granite", - "block.create.polished_cut_granite_slab": "UNLOCALIZED: Polished Cut Granite Slab", - "block.create.polished_cut_granite_stairs": "UNLOCALIZED: Polished Cut Granite Stairs", - "block.create.polished_cut_granite_wall": "UNLOCALIZED: Polished Cut Granite Wall", - "block.create.polished_cut_limestone": "UNLOCALIZED: Polished Cut Limestone", - "block.create.polished_cut_limestone_slab": "UNLOCALIZED: Polished Cut Limestone Slab", - "block.create.polished_cut_limestone_stairs": "UNLOCALIZED: Polished Cut Limestone Stairs", - "block.create.polished_cut_limestone_wall": "UNLOCALIZED: Polished Cut Limestone Wall", - "block.create.polished_cut_ochrum": "UNLOCALIZED: Polished Cut Ochrum", - "block.create.polished_cut_ochrum_slab": "UNLOCALIZED: Polished Cut Ochrum Slab", - "block.create.polished_cut_ochrum_stairs": "UNLOCALIZED: Polished Cut Ochrum Stairs", - "block.create.polished_cut_ochrum_wall": "UNLOCALIZED: Polished Cut Ochrum Wall", - "block.create.polished_cut_scorchia": "UNLOCALIZED: Polished Cut Scorchia", - "block.create.polished_cut_scorchia_slab": "UNLOCALIZED: Polished Cut Scorchia Slab", - "block.create.polished_cut_scorchia_stairs": "UNLOCALIZED: Polished Cut Scorchia Stairs", - "block.create.polished_cut_scorchia_wall": "UNLOCALIZED: Polished Cut Scorchia Wall", - "block.create.polished_cut_scoria": "UNLOCALIZED: Polished Cut Scoria", - "block.create.polished_cut_scoria_slab": "UNLOCALIZED: Polished Cut Scoria Slab", - "block.create.polished_cut_scoria_stairs": "UNLOCALIZED: Polished Cut Scoria Stairs", - "block.create.polished_cut_scoria_wall": "UNLOCALIZED: Polished Cut Scoria Wall", - "block.create.polished_cut_tuff": "UNLOCALIZED: Polished Cut Tuff", - "block.create.polished_cut_tuff_slab": "UNLOCALIZED: Polished Cut Tuff Slab", - "block.create.polished_cut_tuff_stairs": "UNLOCALIZED: Polished Cut Tuff Stairs", - "block.create.polished_cut_tuff_wall": "UNLOCALIZED: Polished Cut Tuff Wall", - "block.create.polished_cut_veridium": "UNLOCALIZED: Polished Cut Veridium", - "block.create.polished_cut_veridium_slab": "UNLOCALIZED: Polished Cut Veridium Slab", - "block.create.polished_cut_veridium_stairs": "UNLOCALIZED: Polished Cut Veridium Stairs", - "block.create.polished_cut_veridium_wall": "UNLOCALIZED: Polished Cut Veridium Wall", - "block.create.portable_fluid_interface": "Interface de fluidos portátil", - "block.create.portable_storage_interface": "Interface de armazenamento portátil", - "block.create.powered_latch": "UNLOCALIZED: Powered Latch", - "block.create.powered_shaft": "UNLOCALIZED: Powered Shaft", - "block.create.powered_toggle_latch": "UNLOCALIZED: Powered Toggle Latch", - "block.create.pulley_magnet": "Imã da Polia", - "block.create.pulse_extender": "Extensor de pulso", - "block.create.pulse_repeater": "Repetidor de Pulso", - "block.create.purple_nixie_tube": "Tubo nixie roxo", - "block.create.purple_sail": "Vela roxo", - "block.create.purple_seat": "Assento roxo", - "block.create.purple_toolbox": "Caixa de ferramentas roxa", - "block.create.purple_valve_handle": "válvula roxa", - "block.create.radial_chassis": "Chassis Radial", - "block.create.railway_casing": "UNLOCALIZED: Train Casing", - "block.create.raw_zinc_block": "Bloco de zinco bruto", - "block.create.red_nixie_tube": "Tubo nixie vermelho", - "block.create.red_sail": "Vela vermelha", - "block.create.red_seat": "Assento vermelho", - "block.create.red_toolbox": "Caixa de ferramentas vermelha", - "block.create.red_valve_handle": "Válvula vermelha", - "block.create.redstone_contact": "Contato de Redstone", - "block.create.redstone_link": "Conexão de Redstone", - "block.create.refined_radiance_casing": "Revestimento Brilhante", - "block.create.rope": "Corda", - "block.create.rope_pulley": "Polia", - "block.create.rose_quartz_block": "UNLOCALIZED: Block of Rose Quartz", - "block.create.rose_quartz_lamp": "UNLOCALIZED: Rose Quartz Lamp", - "block.create.rose_quartz_tiles": "UNLOCALIZED: Rose Quartz Tiles", - "block.create.rotation_speed_controller": "Controlador de Velocidade Rotacional", - "block.create.sail_frame": "moldura de vela", - "block.create.schematic_table": "Mesa de Esquema", - "block.create.schematicannon": "Canhão de Esquema", - "block.create.scorchia": "UNLOCALIZED: Scorchia", - "block.create.scorchia_pillar": "UNLOCALIZED: Scorchia Pillar", - "block.create.scoria": "UNLOCALIZED: Scoria", - "block.create.scoria_pillar": "UNLOCALIZED: Scoria Pillar", - "block.create.secondary_linear_chassis": "Chassis linear secundário", - "block.create.sequenced_gearshift": "Câmbio sequenciado", - "block.create.shadow_steel_casing": "Revestiment das Sombras", - "block.create.shaft": "Eixo", - "block.create.small_andesite_brick_slab": "UNLOCALIZED: Small Andesite Brick Slab", - "block.create.small_andesite_brick_stairs": "UNLOCALIZED: Small Andesite Brick Stairs", - "block.create.small_andesite_brick_wall": "UNLOCALIZED: Small Andesite Brick Wall", - "block.create.small_andesite_bricks": "UNLOCALIZED: Small Andesite Bricks", - "block.create.small_asurine_brick_slab": "UNLOCALIZED: Small Asurine Brick Slab", - "block.create.small_asurine_brick_stairs": "UNLOCALIZED: Small Asurine Brick Stairs", - "block.create.small_asurine_brick_wall": "UNLOCALIZED: Small Asurine Brick Wall", - "block.create.small_asurine_bricks": "UNLOCALIZED: Small Asurine Bricks", - "block.create.small_bogey": "UNLOCALIZED: Small Bogey", - "block.create.small_calcite_brick_slab": "UNLOCALIZED: Small Calcite Brick Slab", - "block.create.small_calcite_brick_stairs": "UNLOCALIZED: Small Calcite Brick Stairs", - "block.create.small_calcite_brick_wall": "UNLOCALIZED: Small Calcite Brick Wall", - "block.create.small_calcite_bricks": "UNLOCALIZED: Small Calcite Bricks", - "block.create.small_crimsite_brick_slab": "UNLOCALIZED: Small Crimsite Brick Slab", - "block.create.small_crimsite_brick_stairs": "UNLOCALIZED: Small Crimsite Brick Stairs", - "block.create.small_crimsite_brick_wall": "UNLOCALIZED: Small Crimsite Brick Wall", - "block.create.small_crimsite_bricks": "UNLOCALIZED: Small Crimsite Bricks", - "block.create.small_deepslate_brick_slab": "UNLOCALIZED: Small Deepslate Brick Slab", - "block.create.small_deepslate_brick_stairs": "UNLOCALIZED: Small Deepslate Brick Stairs", - "block.create.small_deepslate_brick_wall": "UNLOCALIZED: Small Deepslate Brick Wall", - "block.create.small_deepslate_bricks": "UNLOCALIZED: Small Deepslate Bricks", - "block.create.small_diorite_brick_slab": "UNLOCALIZED: Small Diorite Brick Slab", - "block.create.small_diorite_brick_stairs": "UNLOCALIZED: Small Diorite Brick Stairs", - "block.create.small_diorite_brick_wall": "UNLOCALIZED: Small Diorite Brick Wall", - "block.create.small_diorite_bricks": "UNLOCALIZED: Small Diorite Bricks", - "block.create.small_dripstone_brick_slab": "UNLOCALIZED: Small Dripstone Brick Slab", - "block.create.small_dripstone_brick_stairs": "UNLOCALIZED: Small Dripstone Brick Stairs", - "block.create.small_dripstone_brick_wall": "UNLOCALIZED: Small Dripstone Brick Wall", - "block.create.small_dripstone_bricks": "UNLOCALIZED: Small Dripstone Bricks", - "block.create.small_granite_brick_slab": "UNLOCALIZED: Small Granite Brick Slab", - "block.create.small_granite_brick_stairs": "UNLOCALIZED: Small Granite Brick Stairs", - "block.create.small_granite_brick_wall": "UNLOCALIZED: Small Granite Brick Wall", - "block.create.small_granite_bricks": "UNLOCALIZED: Small Granite Bricks", - "block.create.small_limestone_brick_slab": "UNLOCALIZED: Small Limestone Brick Slab", - "block.create.small_limestone_brick_stairs": "UNLOCALIZED: Small Limestone Brick Stairs", - "block.create.small_limestone_brick_wall": "UNLOCALIZED: Small Limestone Brick Wall", - "block.create.small_limestone_bricks": "UNLOCALIZED: Small Limestone Bricks", - "block.create.small_ochrum_brick_slab": "UNLOCALIZED: Small Ochrum Brick Slab", - "block.create.small_ochrum_brick_stairs": "UNLOCALIZED: Small Ochrum Brick Stairs", - "block.create.small_ochrum_brick_wall": "UNLOCALIZED: Small Ochrum Brick Wall", - "block.create.small_ochrum_bricks": "UNLOCALIZED: Small Ochrum Bricks", - "block.create.small_rose_quartz_tiles": "UNLOCALIZED: Small Rose Quartz Tiles", - "block.create.small_scorchia_brick_slab": "UNLOCALIZED: Small Scorchia Brick Slab", - "block.create.small_scorchia_brick_stairs": "UNLOCALIZED: Small Scorchia Brick Stairs", - "block.create.small_scorchia_brick_wall": "UNLOCALIZED: Small Scorchia Brick Wall", - "block.create.small_scorchia_bricks": "UNLOCALIZED: Small Scorchia Bricks", - "block.create.small_scoria_brick_slab": "UNLOCALIZED: Small Scoria Brick Slab", - "block.create.small_scoria_brick_stairs": "UNLOCALIZED: Small Scoria Brick Stairs", - "block.create.small_scoria_brick_wall": "UNLOCALIZED: Small Scoria Brick Wall", - "block.create.small_scoria_bricks": "UNLOCALIZED: Small Scoria Bricks", - "block.create.small_tuff_brick_slab": "UNLOCALIZED: Small Tuff Brick Slab", - "block.create.small_tuff_brick_stairs": "UNLOCALIZED: Small Tuff Brick Stairs", - "block.create.small_tuff_brick_wall": "UNLOCALIZED: Small Tuff Brick Wall", - "block.create.small_tuff_bricks": "UNLOCALIZED: Small Tuff Bricks", - "block.create.small_veridium_brick_slab": "UNLOCALIZED: Small Veridium Brick Slab", - "block.create.small_veridium_brick_stairs": "UNLOCALIZED: Small Veridium Brick Stairs", - "block.create.small_veridium_brick_wall": "UNLOCALIZED: Small Veridium Brick Wall", - "block.create.small_veridium_bricks": "UNLOCALIZED: Small Veridium Bricks", - "block.create.smart_chute": "calha Inteligente", - "block.create.smart_fluid_pipe": "Cano de Fluidos Inteligente", - "block.create.speedometer": "Velocímetro", - "block.create.spout": "Bica", - "block.create.spruce_window": "UNLOCALIZED: Spruce Window", - "block.create.spruce_window_pane": "UNLOCALIZED: Spruce Window Pane", - "block.create.steam_engine": "UNLOCALIZED: Steam Engine", - "block.create.steam_whistle": "UNLOCALIZED: Steam Whistle", - "block.create.steam_whistle_extension": "UNLOCALIZED: Steam Whistle Extension", - "block.create.sticker": "Adesivo", - "block.create.sticky_mechanical_piston": "Pistão Mecânico Grudento", - "block.create.stockpile_switch": "Disjuntor de Armazenamento", - "block.create.stressometer": "Estressómetro", - "block.create.tiled_glass": "Vidro Entalhado", - "block.create.tiled_glass_pane": "Vidraça Entalhada", - "block.create.track": "UNLOCALIZED: Train Track", - "block.create.track_observer": "UNLOCALIZED: Train Observer", - "block.create.track_signal": "UNLOCALIZED: Train Signal", - "block.create.track_station": "UNLOCALIZED: Train Station", - "block.create.train_door": "UNLOCALIZED: Train Door", - "block.create.train_trapdoor": "UNLOCALIZED: Train Trapdoor", - "block.create.tuff_pillar": "UNLOCALIZED: Tuff Pillar", - "block.create.turntable": "Mesa giratória", - "block.create.veridium": "UNLOCALIZED: Veridium", - "block.create.veridium_pillar": "UNLOCALIZED: Veridium Pillar", - "block.create.vertical_framed_glass": "UNLOCALIZED: Vertical Framed Glass", - "block.create.vertical_framed_glass_pane": "UNLOCALIZED: Vertical Framed Glass Pane", - "block.create.warped_window": "UNLOCALIZED: Warped Window", - "block.create.warped_window_pane": "UNLOCALIZED: Warped Window Pane", - "block.create.water_wheel": "Roda de Água", - "block.create.waxed_copper_shingle_slab": "UNLOCALIZED: Waxed Copper Shingle Slab", - "block.create.waxed_copper_shingle_stairs": "UNLOCALIZED: Waxed Copper Shingle Stairs", - "block.create.waxed_copper_shingles": "UNLOCALIZED: Waxed Copper Shingles", - "block.create.waxed_copper_tile_slab": "UNLOCALIZED: Waxed Copper Tile Slab", - "block.create.waxed_copper_tile_stairs": "UNLOCALIZED: Waxed Copper Tile Stairs", - "block.create.waxed_copper_tiles": "UNLOCALIZED: Waxed Copper Tiles", - "block.create.waxed_exposed_copper_shingle_slab": "UNLOCALIZED: Waxed Exposed Copper Shingle Slab", - "block.create.waxed_exposed_copper_shingle_stairs": "UNLOCALIZED: Waxed Exposed Copper Shingle Stairs", - "block.create.waxed_exposed_copper_shingles": "UNLOCALIZED: Waxed Exposed Copper Shingles", - "block.create.waxed_exposed_copper_tile_slab": "UNLOCALIZED: Waxed Exposed Copper Tile Slab", - "block.create.waxed_exposed_copper_tile_stairs": "UNLOCALIZED: Waxed Exposed Copper Tile Stairs", - "block.create.waxed_exposed_copper_tiles": "UNLOCALIZED: Waxed Exposed Copper Tiles", - "block.create.waxed_oxidized_copper_shingle_slab": "UNLOCALIZED: Waxed Oxidized Copper Shingle Slab", - "block.create.waxed_oxidized_copper_shingle_stairs": "UNLOCALIZED: Waxed Oxidized Copper Shingle Stairs", - "block.create.waxed_oxidized_copper_shingles": "UNLOCALIZED: Waxed Oxidized Copper Shingles", - "block.create.waxed_oxidized_copper_tile_slab": "UNLOCALIZED: Waxed Oxidized Copper Tile Slab", - "block.create.waxed_oxidized_copper_tile_stairs": "UNLOCALIZED: Waxed Oxidized Copper Tile Stairs", - "block.create.waxed_oxidized_copper_tiles": "UNLOCALIZED: Waxed Oxidized Copper Tiles", - "block.create.waxed_weathered_copper_shingle_slab": "UNLOCALIZED: Waxed Weathered Copper Shingle Slab", - "block.create.waxed_weathered_copper_shingle_stairs": "UNLOCALIZED: Waxed Weathered Copper Shingle Stairs", - "block.create.waxed_weathered_copper_shingles": "UNLOCALIZED: Waxed Weathered Copper Shingles", - "block.create.waxed_weathered_copper_tile_slab": "UNLOCALIZED: Waxed Weathered Copper Tile Slab", - "block.create.waxed_weathered_copper_tile_stairs": "UNLOCALIZED: Waxed Weathered Copper Tile Stairs", - "block.create.waxed_weathered_copper_tiles": "UNLOCALIZED: Waxed Weathered Copper Tiles", - "block.create.weathered_copper_shingle_slab": "UNLOCALIZED: Weathered Copper Shingle Slab", - "block.create.weathered_copper_shingle_stairs": "UNLOCALIZED: Weathered Copper Shingle Stairs", - "block.create.weathered_copper_shingles": "UNLOCALIZED: Weathered Copper Shingles", - "block.create.weathered_copper_tile_slab": "UNLOCALIZED: Weathered Copper Tile Slab", - "block.create.weathered_copper_tile_stairs": "UNLOCALIZED: Weathered Copper Tile Stairs", - "block.create.weathered_copper_tiles": "UNLOCALIZED: Weathered Copper Tiles", - "block.create.weighted_ejector": "Ejetor ´ponderado", - "block.create.white_nixie_tube": "Tubo nixie branco", - "block.create.white_sail": "Vela branca", - "block.create.white_seat": "Assento branco", - "block.create.white_toolbox": "Caixa de ferramentas branca", - "block.create.white_valve_handle": "Válvula branca", - "block.create.windmill_bearing": "Rolamento de moinho", - "block.create.wooden_bracket": "Suporte de madeira", - "block.create.yellow_nixie_tube": "Tubo nixie amarelo", - "block.create.yellow_sail": "Vela amarela", - "block.create.yellow_seat": "Assento amarelo", - "block.create.yellow_toolbox": "Caixa de amarela", - "block.create.yellow_valve_handle": "Válvula amarela", - "block.create.zinc_block": "Bloco de Zinco", - "block.create.zinc_ore": "Minério de Zinco", - - "enchantment.create.capacity": "Capacidade", - "enchantment.create.potato_recovery": "Recuperação de Batata", - - "entity.create.carriage_contraption": "UNLOCALIZED: Carriage Contraption", - "entity.create.contraption": "Engenhoca", - "entity.create.crafting_blueprint": "Esquema de Fabricação", - "entity.create.gantry_contraption": "Engenhoca de Pórticolo", - "entity.create.potato_projectile": "Projétil de batata", - "entity.create.seat": "Assento", - "entity.create.stationary_contraption": "Engenhoca estacionária", - "entity.create.super_glue": "Super Cola", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "Poção", - "fluid.create.tea": "Chá do Construtor", - - "item.create.andesite_alloy": "Liga de Andesito", - "item.create.attribute_filter": "Filtro de Atributo", - "item.create.bar_of_chocolate": "Barra de Chocolate", - "item.create.belt_connector": "Esteira Mecânica", - "item.create.blaze_cake": "Bolo de Blaze", - "item.create.blaze_cake_base": "Base do Bolo de Blaze", - "item.create.brass_hand": "Mão de Latão", - "item.create.brass_ingot": "Barra de Latão", - "item.create.brass_nugget": "Pepita de Latão", - "item.create.brass_sheet": "Chapa de Latão", - "item.create.builders_tea": "Chá do Construtor", - "item.create.chest_minecart_contraption": "Engenhoca de carrinho de mina com baú", - "item.create.chocolate_bucket": "Balde de Chocolate", - "item.create.chocolate_glazed_berries": "Baga com Cobertura de Chocolate", - "item.create.chromatic_compound": "Composto Cromático", - "item.create.cinder_flour": "Farinha de Netherrack", - "item.create.copper_backtank": "Tanque Traseiro", - "item.create.copper_backtank_placeable": "UNLOCALIZED: Copper Backtank Placeable", - "item.create.copper_nugget": "Pepita de Cobre", - "item.create.copper_sheet": "Chapa de Cobre", - "item.create.crafter_slot_cover": "Cobertura do slot de fabricador", - "item.create.crafting_blueprint": "Esquema de Fabricação", - "item.create.creative_blaze_cake": "Bolo de Blaze Criativo", - "item.create.crushed_aluminum_ore": "Minério de Alumínio Esmagado", - "item.create.crushed_copper_ore": "Minério de Cobre Esmagado", - "item.create.crushed_gold_ore": "Minério de Ouro Esmagado", - "item.create.crushed_iron_ore": "Minério de Ferro Esmagado", - "item.create.crushed_lead_ore": "Minério de Chumbo Esmagado", - "item.create.crushed_nickel_ore": "Minério de Niquel Esmagado", - "item.create.crushed_osmium_ore": "Minério de Osmio Esmagado", - "item.create.crushed_platinum_ore": "Minério de Pratina Esmagado", - "item.create.crushed_quicksilver_ore": "Minério de Mercúrio Esmagado", - "item.create.crushed_silver_ore": "Minério de Prata Esmagado", - "item.create.crushed_tin_ore": "Minério de Estanho Esmagado", - "item.create.crushed_uranium_ore": "Urânio Esmagado", - "item.create.crushed_zinc_ore": "Minério de Zinco Esmagado", - "item.create.diving_boots": "Botas de Mergulhador", - "item.create.diving_helmet": "Capacete de Mergulhador", - "item.create.dough": "Massa de pão", - "item.create.electron_tube": "Tubo de Elétron", - "item.create.empty_blaze_burner": "Queimador de Blaze Vazio", - "item.create.empty_schematic": "Esquema vazio", - "item.create.experience_nugget": "Pepita de experiencia", - "item.create.extendo_grip": "Extensão de Pegador", - "item.create.filter": "Filtro", - "item.create.furnace_minecart_contraption": "Engenhoca de Carrinho de Mina com Fornalha", - "item.create.goggles": "Óculos de Engenheiro", - "item.create.golden_sheet": "Chapa de Ouro", - "item.create.handheld_worldshaper": "Modelador de Mundo Criativo", - "item.create.honey_bucket": "Balde de Mel", - "item.create.honeyed_apple": "Maçã com Cobertura de Mel", - "item.create.incomplete_precision_mechanism": "Mecanismo de Precisão", - "item.create.incomplete_track": "UNLOCALIZED: Incomplete Track", - "item.create.iron_sheet": "Chapa de Ferro", - "item.create.linked_controller": "Controle conectado", - "item.create.minecart_contraption": "Engenhoca de Carrino de Mina", - "item.create.minecart_coupling": "Acoplamento de Carrinho de Mina", - "item.create.polished_rose_quartz": "Quartzo Rosa Polido", - "item.create.potato_cannon": "Canhão de Batata", - "item.create.powdered_obsidian": "Pó de Obsidiana", - "item.create.precision_mechanism": "Mecanismo de Precisão", - "item.create.propeller": "Hélice", - "item.create.raw_zinc": "Zinco bruto", - "item.create.red_sand_paper": "Lixa Vermelha", - "item.create.refined_radiance": "Luz Refinada", - "item.create.rose_quartz": "Quartzo Rosa", - "item.create.sand_paper": "Lixa", - "item.create.schedule": "UNLOCALIZED: Train Schedule", - "item.create.schematic": "Esquema", - "item.create.schematic_and_quill": "Esquema e pena", - "item.create.shadow_steel": "Aço sombrio", - "item.create.sturdy_sheet": "UNLOCALIZED: Sturdy Sheet", - "item.create.super_glue": "Super Cola", - "item.create.sweet_roll": "Rolinho Doce", - "item.create.tree_fertilizer": "Fertilizante de Árvore", - "item.create.unprocessed_obsidian_sheet": "UNLOCALIZED: Unprocessed Obsidian Sheet", - "item.create.vertical_gearbox": "Caixa de Transmissão Vertical", - "item.create.wand_of_symmetry": "Varinha de Simetria", - "item.create.wheat_flour": "Farinha de trigo", - "item.create.whisk": "Batedeira", - "item.create.wrench": "Chave Inglesa", - "item.create.zinc_ingot": "Barra de Zinco", - "item.create.zinc_nugget": "Pepita de Zinco", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Bem vindo a Create", - "advancement.create.root.desc": "É hora de construir engenhocas maravilhosas", - "advancement.create.andesite_alloy": "Alinterações Em abundância", - "advancement.create.andesite_alloy.desc": "Materiais do Create tem nomes estranhos, a liga de andesito é um deles.", - "advancement.create.andesite_casing": "A era do andesito", - "advancement.create.andesite_casing.desc": "Use um pouco de liga de andesito e madeira para fazer um revestimento basico.", - "advancement.create.mechanical_press": "UNLOCALIZED: Bonk!", - "advancement.create.mechanical_press.desc": "UNLOCALIZED: Create some sheets in a Mechanical Press", - "advancement.create.encased_fan": "UNLOCALIZED: Wind Maker", - "advancement.create.encased_fan.desc": "UNLOCALIZED: Place and power an Encased Fan", - "advancement.create.fan_processing": "UNLOCALIZED: Processing by Particle", - "advancement.create.fan_processing.desc": "UNLOCALIZED: Use an Encased Fan to process materials", - "advancement.create.saw_processing": "UNLOCALIZED: Workshop's Most Feared", - "advancement.create.saw_processing.desc": "UNLOCALIZED: Use an upright Mechanical Saw to process materials", - "advancement.create.compacting": "UNLOCALIZED: Compactification", - "advancement.create.compacting.desc": "UNLOCALIZED: Use a Mechanical Press and a Basin to create fewer items from more", - "advancement.create.belt": "Correia de alga", - "advancement.create.belt.desc": "Conecte dois eixos com uma esteira mecanica.", - "advancement.create.funnel": "UNLOCALIZED: Airport Aesthetic", - "advancement.create.funnel.desc": "UNLOCALIZED: Extract or insert items into a container using a Funnel", - "advancement.create.chute": "Caindo", - "advancement.create.chute.desc": "coloque uma calha a versão vertical da esteira mecanica.", - "advancement.create.mechanical_mixer": "UNLOCALIZED: Mixing It Up", - "advancement.create.mechanical_mixer.desc": "UNLOCALIZED: Combine ingredients in a Mechanical Mixer", - "advancement.create.burner": "UNLOCALIZED: Sentient Fireplace", - "advancement.create.burner.desc": "UNLOCALIZED: Obtain a Blaze Burner", - "advancement.create.water_wheel": "aproveitamento hidráulico", - "advancement.create.water_wheel.desc": "Coloque uma roda de água e tente conseguir gira-la!", - "advancement.create.windmill": "Uma brisa moderada", - "advancement.create.windmill.desc": "Monte um moinho de vento", - "advancement.create.shifting_gears": "Mudança de marcha", - "advancement.create.shifting_gears.desc": "Conecte uma roda dentada grande com uma roda dentada pequena, permitindo você a mudar a velocidade da engenhoca.", - "advancement.create.millstone": "Moedor portátil", - "advancement.create.millstone.desc": "Coloque e energize uma pedra de moer", - "advancement.create.super_glue": "UNLOCALIZED: Area of Connect", - "advancement.create.super_glue.desc": "UNLOCALIZED: Super Glue some blocks into a group", - "advancement.create.contraption_actors": "UNLOCALIZED: Moving with Purpose", - "advancement.create.contraption_actors.desc": "UNLOCALIZED: Create a Contraption with drills, saws, or harvesters on board", - "advancement.create.portable_storage_interface": "UNLOCALIZED: Drive-By Exchange", - "advancement.create.portable_storage_interface.desc": "UNLOCALIZED: Use a Portable Storage Interface to take or insert items into a Contraption", - "advancement.create.wrench_goggles": "UNLOCALIZED: Kitted Out", - "advancement.create.wrench_goggles.desc": "UNLOCALIZED: Equip Engineer's Goggles and a Wrench", - "advancement.create.stressometer": "Mas quão estressado exatamente?", - "advancement.create.stressometer.desc": "Coloque e energise o estressómetro. Olhe a este por atraves dos seus óculos para ler o valor exato.", - "advancement.create.cuckoo_clock": "UNLOCALIZED: Is It Time?", - "advancement.create.cuckoo_clock.desc": "UNLOCALIZED: Witness your Cuckoo Clock announce bedtime", - "advancement.create.windmill_maxed": "UNLOCALIZED: A Strong Breeze", - "advancement.create.windmill_maxed.desc": "UNLOCALIZED: Assemble a windmill of maximum strength", - "advancement.create.ejector_maxed": "UNLOCALIZED: Springboard Champion", - "advancement.create.ejector_maxed.desc": "UNLOCALIZED: Get launched more than 30 blocks by a Weighted Ejector", - "advancement.create.pulley_maxed": "UNLOCALIZED: Rope to Nowhere", - "advancement.create.pulley_maxed.desc": "UNLOCALIZED: Extend a Rope Pulley over 200 blocks deep", - "advancement.create.cart_pickup": "UNLOCALIZED: Strong Arms", - "advancement.create.cart_pickup.desc": "UNLOCALIZED: Pick up a Minecart Contraption with at least 200 attached blocks", - "advancement.create.anvil_plough": "UNLOCALIZED: Blacksmith Artillery", - "advancement.create.anvil_plough.desc": "UNLOCALIZED: Launch an Anvil with Mechanical Ploughs", - "advancement.create.lava_wheel_00000": "UNLOCALIZED: Magma Wheel", - "advancement.create.lava_wheel_00000.desc": "UNLOCALIZED: This shouldn't have worked§7\n(Hidden Advancement)", - "advancement.create.hand_crank_000": "UNLOCALIZED: Workout Session", - "advancement.create.hand_crank_000.desc": "UNLOCALIZED: Use a Hand Crank until fully exhausted§7\n(Hidden Advancement)", - "advancement.create.belt_funnel_kiss": "UNLOCALIZED: The Parrots and the Flaps", - "advancement.create.belt_funnel_kiss.desc": "UNLOCALIZED: Make two Belt-mounted Funnels kiss§7\n(Hidden Advancement)", - "advancement.create.stressometer_maxed": "UNLOCALIZED: Perfectly Stressed", - "advancement.create.stressometer_maxed.desc": "UNLOCALIZED: Get a 100% readout from a Stressometer§7\n(Hidden Advancement)", - "advancement.create.copper": "UNLOCALIZED: Cuprum Bokum", - "advancement.create.copper.desc": "UNLOCALIZED: Amass some Copper Ingots for your exploits in fluid manipulation", - "advancement.create.copper_casing": "A era do cobre", - "advancement.create.copper_casing.desc": "Use um pouco de chapas de cobre e madeira para criar um pouco de revestimentos de cobre.", - "advancement.create.spout": "UNLOCALIZED: Sploosh", - "advancement.create.spout.desc": "Assista um item ser enchido usando uma bica.", - "advancement.create.drain": "UNLOCALIZED: Tumble Draining", - "advancement.create.drain.desc": "UNLOCALIZED: Watch a fluid-containing item be emptied by an Item Drain", - "advancement.create.steam_engine": "UNLOCALIZED: The Powerhouse", - "advancement.create.steam_engine.desc": "UNLOCALIZED: Use a Steam Engine to generate torque", - "advancement.create.steam_whistle": "UNLOCALIZED: Voice of an Angel", - "advancement.create.steam_whistle.desc": "UNLOCALIZED: Activate a Steam Whistle", - "advancement.create.backtank": "UNLOCALIZED: Pressure to Go", - "advancement.create.backtank.desc": "UNLOCALIZED: Create a Copper Backtank and make it accumulate air pressure", - "advancement.create.diving_suit": "UNLOCALIZED: Ready for the Depths", - "advancement.create.diving_suit.desc": "UNLOCALIZED: Equip a Diving Helmet and a Copper Backtank, then jump into water", - "advancement.create.mechanical_pump_0": "UNLOCALIZED: Under Pressure", - "advancement.create.mechanical_pump_0.desc": "UNLOCALIZED: Place and power a Mechanical Pump", - "advancement.create.glass_pipe": "Espião de fluxo", - "advancement.create.glass_pipe.desc": "Assista fluidos se propagarem por através de canos de fluido com janela. Canos retos ficam com janelas quando uma chave inglesa é usada neles.", - "advancement.create.water_supply": "UNLOCALIZED: Puddle Collector", - "advancement.create.water_supply.desc": "UNLOCALIZED: Use the pulling end of a Fluid Pipe or Mechanical Pump to collect water", - "advancement.create.hose_pulley": "Vazamento industrial", - "advancement.create.hose_pulley.desc": "desça uma polia de mangueira e assista esta drenar ou encher qualquer corpo de fluido.", - "advancement.create.chocolate_bucket": "UNLOCALIZED: A World of Imagination", - "advancement.create.chocolate_bucket.desc": "UNLOCALIZED: Obtain a bucket of molten chocolate", - "advancement.create.honey_drain": "UNLOCALIZED: Autonomous Bee-Keeping", - "advancement.create.honey_drain.desc": "UNLOCALIZED: Use pipes to pull honey from a Bee Nest or Beehive", - "advancement.create.hose_pulley_lava": "UNLOCALIZED: Tapping the Mantle", - "advancement.create.hose_pulley_lava.desc": "UNLOCALIZED: Pump from a body of lava large enough to be considered infinite", - "advancement.create.steam_engine_maxed": "UNLOCALIZED: Full Steam", - "advancement.create.steam_engine_maxed.desc": "UNLOCALIZED: Run a boiler at the maximum level of power", - "advancement.create.foods": "UNLOCALIZED: Balanced Diet", - "advancement.create.foods.desc": "UNLOCALIZED: Create Chocolate Glazed Berries, a Honeyed Apple, and a Sweet Roll all from the same Spout", - "advancement.create.diving_suit_lava": "UNLOCALIZED: Swimming with the Striders", - "advancement.create.diving_suit_lava.desc": "UNLOCALIZED: Attempt to take a dive in lava with your diving gear§7\n(Hidden Advancement)", - "advancement.create.chained_drain": "UNLOCALIZED: On a Roll", - "advancement.create.chained_drain.desc": "UNLOCALIZED: Watch an item move across a row of Item Drains§7\n(Hidden Advancement)", - "advancement.create.cross_streams": "UNLOCALIZED: Don't Cross the Streams!", - "advancement.create.cross_streams.desc": "UNLOCALIZED: Watch two fluids meet in your pipe network§7\n(Hidden Advancement)", - "advancement.create.pipe_organ": "UNLOCALIZED: The Pipe Organ", - "advancement.create.pipe_organ.desc": "UNLOCALIZED: Attach 12 uniquely pitched Steam Whistles to a single Fluid Tank§7\n(Hidden Advancement)", - "advancement.create.brass": "Ligas de verdade", - "advancement.create.brass.desc": "Use cobre esmagado e zinco esmagado para criar um pouco de latão.", - "advancement.create.brass_casing": "a era do latão", - "advancement.create.brass_casing.desc": "Use o recentemente obtido latão e um pouco de madeira para criar um revestimento mais avançado.", - "advancement.create.rose_quartz": "UNLOCALIZED: Pink Diamonds", - "advancement.create.rose_quartz.desc": "UNLOCALIZED: Polish some Rose Quartz", - "advancement.create.deployer": "Cutuque, coloque e ataque", - "advancement.create.deployer.desc": "coloque e energize um implantador, o reflexo perfeito de voce mesmo.", - "advancement.create.precision_mechanism": "Curiosidades complexas", - "advancement.create.precision_mechanism.desc": "Monte um mecanismo de precisão.", - "advancement.create.speed_controller": "Engenheiros odiam ele!", - "advancement.create.speed_controller.desc": "Coloque um Controlador de velocidade rotacional, o dispositivo ultimato para mudança de marcha.", - "advancement.create.mechanical_arm": "Mâos ocupadas!", - "advancement.create.mechanical_arm.desc": "Fabrique um braço mecânico,selecione as entradas e saidas,Coloque e energize o; em seguida assista como elo faz todo o trabalho para você.", - "advancement.create.mechanical_crafter": "UNLOCALIZED: Automated Assembly", - "advancement.create.mechanical_crafter.desc": "UNLOCALIZED: Place and power some Mechanical Crafters", - "advancement.create.crushing_wheel": "Par de gigantes", - "advancement.create.crushing_wheel.desc": "Crie algumas rodas de moer para triturar alguns materiais eficientemente.", - "advancement.create.haunted_bell": "UNLOCALIZED: Shadow Sense", - "advancement.create.haunted_bell.desc": "UNLOCALIZED: Toll a Haunted Bell", - "advancement.create.clockwork_bearing": "Hora da engenhoca", - "advancement.create.clockwork_bearing.desc": "Ative uma estrutura conectada a um rolamento de rêlogio.", - "advancement.create.display_link": "UNLOCALIZED: Big Data", - "advancement.create.display_link.desc": "UNLOCALIZED: Use a Display Link to visualise information", - "advancement.create.potato_cannon": "UNLOCALIZED: Fwoomp!", - "advancement.create.potato_cannon.desc": "Derrote um inimigo com o seu canhão de batata.", - "advancement.create.extendo_grip": "UNLOCALIZED: Boioioing!", - "advancement.create.extendo_grip.desc": "Apossar-se de uma extensão de pegador.", - "advancement.create.linked_controller": "UNLOCALIZED: Remote Activation", - "advancement.create.linked_controller.desc": "UNLOCALIZED: Activate a Redstone Link using a Linked Controller", - "advancement.create.arm_blaze_burner": "Combuste-tron", - "advancement.create.arm_blaze_burner.desc": "Instrua um braço mecânico para alimentar seu queimador de blaze.", - "advancement.create.crusher_maxed_0000": "UNLOCALIZED: Crushing It", - "advancement.create.crusher_maxed_0000.desc": "UNLOCALIZED: Operate a pair of Crushing Wheels at maximum speed", - "advancement.create.arm_many_targets": "Organiza-tron", - "advancement.create.arm_many_targets.desc": "Programe um braço mecânico com dez ou mais locais de saida.", - "advancement.create.potato_cannon_collide": "UNLOCALIZED: Veggie Fireworks", - "advancement.create.potato_cannon_collide.desc": "UNLOCALIZED: Cause Potato Cannon projectiles of different types to collide with each other", - "advancement.create.self_deploying": "UNLOCALIZED: Self-Driving Cart", - "advancement.create.self_deploying.desc": "UNLOCALIZED: Create a Minecart Contraption that places tracks in front of itself", - "advancement.create.fist_bump": "UNLOCALIZED: Pound It, Bro!", - "advancement.create.fist_bump.desc": "UNLOCALIZED: Make two Deployers fist-bump§7\n(Hidden Advancement)", - "advancement.create.crafter_lazy_000": "UNLOCALIZED: Desperate Measures", - "advancement.create.crafter_lazy_000.desc": "UNLOCALIZED: Drastically slow down a Mechanical Crafter to procrastinate on proper infrastructure§7\n(Hidden Advancement)", - "advancement.create.extendo_grip_dual": "UNLOCALIZED: To Full Extent", - "advancement.create.extendo_grip_dual.desc": "UNLOCALIZED: Dual-wield Extendo Grips for superhuman reach§7\n(Hidden Advancement)", - "advancement.create.musical_arm": "toque minha musica!", - "advancement.create.musical_arm.desc": "Assista um braço mecânico operar seu toca-discos.", - "advancement.create.sturdy_sheet": "UNLOCALIZED: The Sturdiest Rocks", - "advancement.create.sturdy_sheet.desc": "UNLOCALIZED: Assemble a Sturdy Sheet by refining Powdered Obsidian", - "advancement.create.train_casing_00": "UNLOCALIZED: The Logistical Age", - "advancement.create.train_casing_00.desc": "UNLOCALIZED: Use Sturdy Sheets to create a casing for railway components", - "advancement.create.train": "UNLOCALIZED: All Aboard!", - "advancement.create.train.desc": "UNLOCALIZED: Assemble your first Train", - "advancement.create.conductor": "UNLOCALIZED: Conductor Instructor", - "advancement.create.conductor.desc": "UNLOCALIZED: Instruct a Train driver with a Train Schedule", - "advancement.create.track_signal": "UNLOCALIZED: Traffic Control", - "advancement.create.track_signal.desc": "UNLOCALIZED: Place a Train Signal", - "advancement.create.display_board_0": "UNLOCALIZED: Dynamic Timetables", - "advancement.create.display_board_0.desc": "UNLOCALIZED: Forecast a Train's arrival on your Display Board with the help of Display Links", - "advancement.create.track_0": "UNLOCALIZED: A New Gauge", - "advancement.create.track_0.desc": "UNLOCALIZED: Obtain some Train Tracks", - "advancement.create.train_whistle": "UNLOCALIZED: Choo Choo!", - "advancement.create.train_whistle.desc": "UNLOCALIZED: Assemble a Steam Whistle to your Train and activate it while driving", - "advancement.create.train_portal": "UNLOCALIZED: Dimensional Commuter", - "advancement.create.train_portal.desc": "UNLOCALIZED: Ride a Train through a Nether portal", - "advancement.create.track_crafting_factory": "UNLOCALIZED: Track Factory", - "advancement.create.track_crafting_factory.desc": "UNLOCALIZED: Produce more than 1000 Train Tracks with the same Mechanical Press", - "advancement.create.long_bend": "UNLOCALIZED: The Longest Bend", - "advancement.create.long_bend.desc": "UNLOCALIZED: Create a curved track section that spans more than 30 blocks in length", - "advancement.create.long_train": "UNLOCALIZED: Ambitious Endeavours", - "advancement.create.long_train.desc": "UNLOCALIZED: Create a Train with at least 6 carriages", - "advancement.create.long_travel": "UNLOCALIZED: Field Trip", - "advancement.create.long_travel.desc": "UNLOCALIZED: Leave a Train Seat over 5000 blocks away from where you started travelling", - "advancement.create.train_roadkill": "UNLOCALIZED: Road Kill", - "advancement.create.train_roadkill.desc": "UNLOCALIZED: Run over an enemy with your Train§7\n(Hidden Advancement)", - "advancement.create.red_signal": "UNLOCALIZED: Expert Driver", - "advancement.create.red_signal.desc": "UNLOCALIZED: Run a red Train Signal§7\n(Hidden Advancement)", - "advancement.create.train_crash": "UNLOCALIZED: Terrible Service", - "advancement.create.train_crash.desc": "UNLOCALIZED: Witness a Train crash as a passenger§7\n(Hidden Advancement)", - "advancement.create.train_crash_backwards": "UNLOCALIZED: Blind Spot", - "advancement.create.train_crash_backwards.desc": "UNLOCALIZED: Crash into another Train while driving backwards§7\n(Hidden Advancement)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "UNLOCALIZED: Create", - "itemGroup.create.palettes": "Paletes Create", - - "death.attack.create.crush": "%1$s foi processado pelas Rodas de Moer", - "death.attack.create.crush.player": "%1$s foi jogando numa Roda de moer por %2$s", - "death.attack.create.fan_fire": "%1$s foi queimado por ar quente", - "death.attack.create.fan_fire.player": "%1$s Foi jogado num defumador por %2$s", - "death.attack.create.fan_lava": "%1$s foi queimado pelo ventilador de lava", - "death.attack.create.fan_lava.player": "U%1$s foi jogado numa fundidora por %2$s", - "death.attack.create.mechanical_drill": "%1$s foi empalado pela Broca Mecânica", - "death.attack.create.mechanical_drill.player": "%1$s foi jogado na frente de uma broca por %2$s", - "death.attack.create.mechanical_saw": "%1$s foi cortado ao meio por uma serra mecânica", - "death.attack.create.mechanical_saw.player": "%1$s foi jogado numa serra por %2$s", - "death.attack.create.potato_cannon": "%1$s foi atirado pelo canhão de batatas do %2$", - "death.attack.create.potato_cannon.item": "%1$s foi atirado por %2$s usando %3$s", - "death.attack.create.cuckoo_clock_explosion": "%1$s foi explodido por relógio cuco adulterado", - "death.attack.create.cuckoo_clock_explosion.player": "%1$s foi explodido por relógio cuco adulterado", - "death.attack.create.run_over": "UNLOCALIZED: %1$s was run over by %2$s", - - "create.block.deployer.damage_source_name": "UNLOCALIZED: a rogue Deployer", - "create.block.cart_assembler.invalid": "UNLOCALIZED: Place your Cart Assembler on a rail block", - - "create.menu.return": "UNLOCALIZED: Return to Menu", - "create.menu.configure": "UNLOCALIZED: Configure...", - "create.menu.ponder_index": "UNLOCALIZED: Ponder Index", - "create.menu.only_ingame": "UNLOCALIZED: Available in the Pause Menu", - "create.menu.report_bugs": "UNLOCALIZED: Report Issues", - "create.menu.support": "UNLOCALIZED: Support Us", - - "create.recipe.crushing": "Moendo", - "create.recipe.milling": "UNLOCALIZED: Milling", - "create.recipe.fan_washing": "Lavagem em massa", - "create.recipe.fan_washing.fan": "Ventilador atrás de água", - "create.recipe.fan_smoking": "Defumação em massa", - "create.recipe.fan_smoking.fan": "Ventilador atrás de fogo", - "create.recipe.fan_haunting": "UNLOCALIZED: Bulk Haunting", - "create.recipe.fan_haunting.fan": "UNLOCALIZED: Fan behind Soul Fire", - "create.recipe.fan_blasting": "Fundição em massa", - "create.recipe.fan_blasting.fan": "entilador atrás de lava", - "create.recipe.pressing": "Prensa Mecânica", - "create.recipe.mixing": "Misturando", - "create.recipe.deploying": "Implantando", - "create.recipe.automatic_shapeless": "UNLOCALIZED: Automated Shapeless Crafting", - "create.recipe.automatic_brewing": "UNLOCALIZED: Automated Brewing", - "create.recipe.packing": "Compactando", - "create.recipe.automatic_packing": "UNLOCALIZED: Automated Packing", - "create.recipe.sawing": "UNLOCALIZED: Sawing", - "create.recipe.mechanical_crafting": "UNLOCALIZED: Mechanical Crafting", - "create.recipe.automatic_shaped": "UNLOCALIZED: Automated Shaped Crafting", - "create.recipe.block_cutting": "UNLOCALIZED: Block Cutting", - "create.recipe.wood_cutting": "UNLOCALIZED: Wood Cutting", - "create.recipe.sandpaper_polishing": "UNLOCALIZED: Sandpaper Polishing", - "create.recipe.mystery_conversion": "UNLOCALIZED: Mysterious Conversion", - "create.recipe.spout_filling": "UNLOCALIZED: Filling by Spout", - "create.recipe.draining": "UNLOCALIZED: Item Draining", - "create.recipe.item_application": "UNLOCALIZED: Manual Item Application", - "create.recipe.item_application.any_axe": "UNLOCALIZED: Any Axe", - "create.recipe.sequenced_assembly": "UNLOCALIZED: Recipe Sequence", - "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.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 salvage", - "create.recipe.processing.chance": "UNLOCALIZED: %1$s%% Chance", - "create.recipe.deploying.not_consumed": "UNLOCALIZED: Not Consumed", - "create.recipe.heat_requirement.none": "UNLOCALIZED: No Heating Required", - "create.recipe.heat_requirement.heated": "UNLOCALIZED: Heated", - "create.recipe.heat_requirement.superheated": "UNLOCALIZED: Super-Heated", - - "create.generic.range": "Área", - "create.generic.radius": "Raio", - "create.generic.width": "Largura", - "create.generic.height": "Altura", - "create.generic.length": "Comprimento", - "create.generic.speed": "Velocidade", - "create.generic.delay": "Demorada", - "create.generic.duration": "UNLOCALIZED: Duration", - "create.generic.timeUnit": "UNLOCALIZED: Time Unit", - "create.generic.unit.ticks": "UNLOCALIZED: Ticks", - "create.generic.unit.seconds": "Segundos", - "create.generic.unit.minutes": "Minutos", - "create.generic.daytime.hour": "UNLOCALIZED: Hour", - "create.generic.daytime.minute": "UNLOCALIZED: Minute", - "create.generic.daytime.second": "UNLOCALIZED: Second", - "create.generic.daytime.pm": "UNLOCALIZED: pm", - "create.generic.daytime.am": "UNLOCALIZED: am", - "create.generic.unit.rpm": "UNLOCALIZED: RPM", - "create.generic.unit.stress": "us", - "create.generic.unit.degrees": "UNLOCALIZED: °", - "create.generic.unit.millibuckets": "%1$smB", - "create.generic.unit.buckets": "UNLOCALIZED: B", - "create.generic.clockwise": "Sentido horário", - "create.generic.counter_clockwise": "Sentido anti-horário", - "create.generic.in_quotes": "UNLOCALIZED: \"%1$s\"", - "create.generic.pitch": "UNLOCALIZED: Pitch: %1$s", - "create.generic.notes": "UNLOCALIZED: F#;F;E;D#;D;C#;C;B;A#;A;G#;G", - - "create.action.scroll": "Rolar", - "create.action.confirm": "Confirmar", - "create.action.abort": "Abortar", - "create.action.saveToFile": "Salvar", - "create.action.discard": "Descartar", - - "create.keyinfo.toolmenu": "Menu Focal da Ferramenta", - "create.keyinfo.toolbelt": "UNLOCALIZED: Access Nearby Toolboxes", - "create.keyinfo.scrollup": "UNLOCALIZED: Simulate Mousewheel Up (inworld)", - "create.keyinfo.scrolldown": "UNLOCALIZED: Simulate Mousewheel Down (inworld)", - - "create.gui.scrollInput.defaultTitle": "Escolha uma Opção:", - "create.gui.scrollInput.scrollToModify": "Role o mouse para Modificar", - "create.gui.scrollInput.scrollToAdjustAmount": "UNLOCALIZED: Scroll to Adjust Amount", - "create.gui.scrollInput.scrollToSelect": "Role o mouse para Selecionar", - "create.gui.scrollInput.shiftScrollsFaster": "UNLOCALIZED: Shift to Scroll Faster", - "create.gui.toolmenu.focusKey": "Segure [%1$s] para Focar", - "create.gui.toolmenu.cycle": "[SCROLL] para Circular", - - "create.toolbox.unequip": "UNLOCALIZED: Unequip: %1$s", - "create.toolbox.outOfRange": "UNLOCALIZED: Toolbox of held item not in Range", - "create.toolbox.detach": "UNLOCALIZED: Stop tracking and keep item", - "create.toolbox.depositAll": "UNLOCALIZED: Return items to nearby Toolboxes", - "create.toolbox.depositBox": "UNLOCALIZED: Return items to Toolbox", - - "create.gui.symmetryWand.mirrorType": "Espelhar", - "create.gui.symmetryWand.orientation": "Orientação", - - "create.symmetry.mirror.plane": "Espelhar uma vez", - "create.symmetry.mirror.doublePlane": "Retangular", - "create.symmetry.mirror.triplePlane": "UNLOCALIZED: Octagonal", - - "create.orientation.orthogonal": "Ortogonal", - "create.orientation.diagonal": "UNLOCALIZED: Diagonal", - "create.orientation.horizontal": "UNLOCALIZED: Horizontal", - "create.orientation.alongZ": "Através de Z", - "create.orientation.alongX": "Através de X", - - "create.gui.terrainzapper.title": "UNLOCALIZED: Handheld Blockzapper", - "create.gui.terrainzapper.searchDiagonal": "UNLOCALIZED: Follow Diagonals", - "create.gui.terrainzapper.searchFuzzy": "UNLOCALIZED: Ignore Material Borders", - "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.placement": "UNLOCALIZED: Placement", - "create.gui.terrainzapper.placement.merged": "UNLOCALIZED: Merged", - "create.gui.terrainzapper.placement.attached": "UNLOCALIZED: Attached", - "create.gui.terrainzapper.placement.inserted": "UNLOCALIZED: Inserted", - "create.gui.terrainzapper.brush": "UNLOCALIZED: Brush", - "create.gui.terrainzapper.brush.cuboid": "UNLOCALIZED: Cuboid", - "create.gui.terrainzapper.brush.sphere": "UNLOCALIZED: Sphere", - "create.gui.terrainzapper.brush.cylinder": "UNLOCALIZED: Cylinder", - "create.gui.terrainzapper.brush.surface": "UNLOCALIZED: Surface", - "create.gui.terrainzapper.brush.cluster": "UNLOCALIZED: Cluster", - "create.gui.terrainzapper.tool": "UNLOCALIZED: Tool", - "create.gui.terrainzapper.tool.fill": "UNLOCALIZED: Fill", - "create.gui.terrainzapper.tool.place": "UNLOCALIZED: Place", - "create.gui.terrainzapper.tool.replace": "UNLOCALIZED: Replace", - "create.gui.terrainzapper.tool.clear": "UNLOCALIZED: Clear", - "create.gui.terrainzapper.tool.overlay": "UNLOCALIZED: Overlay", - "create.gui.terrainzapper.tool.flatten": "UNLOCALIZED: Flatten", - - "create.terrainzapper.shiftRightClickToSet": "UNLOCALIZED: Shift-Right-Click to Select a Shape", - "create.terrainzapper.usingBlock": "UNLOCALIZED: Using: %1$s", - "create.terrainzapper.leftClickToSet": "UNLOCALIZED: Left-Click a Block to set Material", - - "create.minecart_coupling.two_couplings_max": "UNLOCALIZED: Minecarts cannot have more than two couplings each", - "create.minecart_coupling.unloaded": "UNLOCALIZED: Parts of your train seem to be in unloaded chunks", - "create.minecart_coupling.no_loops": "UNLOCALIZED: Couplings cannot form a loop", - "create.minecart_coupling.removed": "UNLOCALIZED: Removed all couplings from minecart", - "create.minecart_coupling.too_far": "UNLOCALIZED: Minecarts are too far apart", - - "create.contraptions.movement_mode": "UNLOCALIZED: Movement Mode", - "create.contraptions.movement_mode.move_place": "UNLOCALIZED: Always Place when Stopped", - "create.contraptions.movement_mode.move_place_returned": "UNLOCALIZED: Place only in Starting Position", - "create.contraptions.movement_mode.move_never_place": "UNLOCALIZED: Place only when Anchor Destroyed", - "create.contraptions.movement_mode.rotate_place": "UNLOCALIZED: Always Place when Stopped", - "create.contraptions.movement_mode.rotate_place_returned": "UNLOCALIZED: Only Place near Initial Angle", - "create.contraptions.movement_mode.rotate_never_place": "UNLOCALIZED: Only Place when Anchor Destroyed", - "create.contraptions.cart_movement_mode": "UNLOCALIZED: Cart Movement Mode", - "create.contraptions.cart_movement_mode.rotate": "UNLOCALIZED: Always face toward motion", - "create.contraptions.cart_movement_mode.rotate_paused": "UNLOCALIZED: Pause actors while rotating", - "create.contraptions.cart_movement_mode.rotation_locked": "UNLOCALIZED: Lock rotation", - "create.contraptions.windmill.rotation_direction": "UNLOCALIZED: Rotation Direction", - "create.contraptions.clockwork.clock_hands": "UNLOCALIZED: Clock Hands", - "create.contraptions.clockwork.hour_first": "UNLOCALIZED: Hour hand first", - "create.contraptions.clockwork.minute_first": "UNLOCALIZED: Minute hand first", - "create.contraptions.clockwork.hour_first_24": "UNLOCALIZED: 24-Hour hand first", - - "create.logistics.filter": "UNLOCALIZED: Filter", - "create.logistics.recipe_filter": "UNLOCALIZED: Recipe Filter", - "create.logistics.fluid_filter": "UNLOCALIZED: Fluid Filter", - "create.logistics.firstFrequency": "UNLOCALIZED: Freq. #1", - "create.logistics.secondFrequency": "UNLOCALIZED: Freq. #2", - "create.logistics.filter.apply": "UNLOCALIZED: Applied filter to %1$s.", - "create.logistics.filter.apply_click_again": "UNLOCALIZED: Applied filter to %1$s, click again to copy the amount.", - "create.logistics.filter.apply_count": "UNLOCALIZED: Applied extraction count to filter.", - - "create.gui.goggles.generator_stats": "Estatísticas do gerador:", - "create.gui.goggles.kinetic_stats": "Estatísticas cinéticas:", - "create.gui.goggles.at_current_speed": "Na velocidade atual", - "create.gui.goggles.pole_length": "Comprimento da vara:", - "create.gui.goggles.fluid_container": "UNLOCALIZED: Fluid Container Info:", - "create.gui.goggles.fluid_container.capacity": "UNLOCALIZED: Capacity: ", - "create.gui.assembly.exception": "UNLOCALIZED: This Contraption was unable to assemble:", - "create.gui.assembly.exception.unmovableBlock": "UNLOCALIZED: Unmovable Block (%4$s) at [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "UNLOCALIZED: The Block at [%1$s,%2$s,%3$s] was not in a loaded chunk", - "create.gui.assembly.exception.structureTooLarge": "UNLOCALIZED: There are too many Blocks included in the contraption.\nThe configured maximum is: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "UNLOCALIZED: There are too many extension Poles attached to this Piston.\nThe configured maximum is: %1$s", - "create.gui.assembly.exception.noPistonPoles": "UNLOCALIZED: The Piston is missing some extension Poles", - "create.gui.assembly.exception.not_enough_sails": "UNLOCALIZED: Attached structure does not include enough sail-like blocks: %1$s\nA minimum of %2$s are required", - "create.gui.gauge.info_header": "UNLOCALIZED: Gauge Information:", - "create.gui.speedometer.title": "UNLOCALIZED: Rotation Speed", - "create.gui.stressometer.title": "UNLOCALIZED: Network Stress", - "create.gui.stressometer.capacity": "UNLOCALIZED: Remaining Capacity", - "create.gui.stressometer.overstressed": "UNLOCALIZED: Overstressed", - "create.gui.stressometer.no_rotation": "UNLOCALIZED: No Rotation", - "create.gui.contraptions.not_fast_enough": "UNLOCALIZED: It appears that this %1$s is _not_ rotating with _enough_ _speed_.", - "create.gui.contraptions.network_overstressed": "UNLOCALIZED: It appears that this contraption is _overstressed_. Add more sources or _slow_ _down_ the components with a high _stress_ _impact_.", - "create.gui.adjustable_crate.title": "UNLOCALIZED: Adjustable Crate", - "create.gui.adjustable_crate.storageSpace": "UNLOCALIZED: Storage Space", - "create.gui.stockpile_switch.title": "UNLOCALIZED: Stockpile Switch", - "create.gui.stockpile_switch.invert_signal": "UNLOCALIZED: Invert Signal", - "create.gui.stockpile_switch.move_to_lower_at": "UNLOCALIZED: Move to lower lane at %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "UNLOCALIZED: Move to upper lane at %1$s%%", - "create.gui.sequenced_gearshift.title": "UNLOCALIZED: Sequenced Gearshift", - "create.gui.sequenced_gearshift.instruction": "UNLOCALIZED: Instruction", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "UNLOCALIZED: Turn by angle", - "create.gui.sequenced_gearshift.instruction.turn_angle": "UNLOCALIZED: Turn", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "UNLOCALIZED: Angle", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "UNLOCALIZED: Turn to move Piston/Pulley/Gantry", - "create.gui.sequenced_gearshift.instruction.turn_distance": "UNLOCALIZED: Piston", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "UNLOCALIZED: Distance", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "UNLOCALIZED: Timed Delay", - "create.gui.sequenced_gearshift.instruction.delay": "UNLOCALIZED: Delay", - "create.gui.sequenced_gearshift.instruction.delay.duration": "UNLOCALIZED: Duration", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "UNLOCALIZED: End", - "create.gui.sequenced_gearshift.instruction.end": "UNLOCALIZED: End", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "UNLOCALIZED: Await new Redstone Pulse", - "create.gui.sequenced_gearshift.instruction.await": "UNLOCALIZED: Await", - "create.gui.sequenced_gearshift.speed": "UNLOCALIZED: Speed, Direction", - "create.gui.sequenced_gearshift.speed.forward": "UNLOCALIZED: Input speed, Forwards", - "create.gui.sequenced_gearshift.speed.forward_fast": "UNLOCALIZED: Double speed, Forwards", - "create.gui.sequenced_gearshift.speed.back": "UNLOCALIZED: Input speed, Reversed", - "create.gui.sequenced_gearshift.speed.back_fast": "UNLOCALIZED: Double speed, Reversed", - - "create.schematicAndQuill.dimensions": "Tamanho Esquema: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "Primeira posição feita.", - "create.schematicAndQuill.secondPos": "Segunda posição feita.", - "create.schematicAndQuill.noTarget": "Seguro [Ctrl] para selecionar Blocos de Ar.", - "create.schematicAndQuill.abort": "Seleção removida.", - "create.schematicAndQuill.title": "UNLOCALIZED: Schematic Name:", - "create.schematicAndQuill.convert": "UNLOCALIZED: Save and Upload Immediately", - "create.schematicAndQuill.fallbackName": "Meu Esquema", - "create.schematicAndQuill.saved": "Salvo como %1$s", - - "create.schematic.invalid": "[!] Item Inválido - Use a Mesa de Desenho no lugar", - "create.schematic.position": "Posição", - "create.schematic.rotation": "Rotação", - "create.schematic.rotation.none": "Nada", - "create.schematic.rotation.cw90": "Sentido horário 90", - "create.schematic.rotation.cw180": "Sentido horário 180", - "create.schematic.rotation.cw270": "Sentido horário 270", - "create.schematic.mirror": "Espelhar", - "create.schematic.mirror.none": "Nada", - "create.schematic.mirror.frontBack": "Frente para Trás", - "create.schematic.mirror.leftRight": "Esquerda para Direita", - "create.schematic.tool.deploy": "Concluir", - "create.schematic.tool.move": "Mover XZ", - "create.schematic.tool.movey": "Mover Y", - "create.schematic.tool.rotate": "Rodar", - "create.schematic.tool.print": "Imprimir", - "create.schematic.tool.flip": "Virar", - "create.schematic.tool.deploy.description.0": "Move o lugar da estrutura.", - "create.schematic.tool.deploy.description.1": "Botão-direito no chão para colocar.", - "create.schematic.tool.deploy.description.2": "Segure [Ctrl] para selecionar em uma distância fixa.", - "create.schematic.tool.deploy.description.3": "[Ctrl]-Rolar para mudar a distância.", - "create.schematic.tool.move.description.0": "Vira o Esquema Horizontalmente", - "create.schematic.tool.move.description.1": "Aponte ao Esquema e [CTRL]-Rolar para empurrar.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "Vira o Esquema Verticalmente", - "create.schematic.tool.movey.description.1": "[CTRL]-Rolar para mover para cima/baixo", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "Roda o Esquema em torno do seu centro.", - "create.schematic.tool.rotate.description.1": "[CTRL]-Rolar para rolar 90 Graus", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "Coloca estrutura no mundo instantaneamente", - "create.schematic.tool.print.description.1": "[Botão-Direito] para confirmar a posição atual.", - "create.schematic.tool.print.description.2": "Esta ferramenta é para o Modo Criativo apenas.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "Gira o Esquema ao longo da face que você selecionar.", - "create.schematic.tool.flip.description.1": "Aponte para o Esquema e [CTRL]-Rolar para virá-lo.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "Sincronizando...", - "create.schematics.uploadTooLarge": "Seu esquema é muito grande", - "create.schematics.maxAllowedSize": "O tamanho máximo permitido para o esquema é:", - - "create.gui.schematicTable.refresh": "UNLOCALIZED: Refresh Files", - "create.gui.schematicTable.open_folder": "UNLOCALIZED: Open Folder", - "create.gui.schematicTable.title": "Mesa de Desenho", - "create.gui.schematicTable.availableSchematics": "UNLOCALIZED: Available Schematics", - "create.gui.schematicTable.noSchematics": "UNLOCALIZED: No Schematics Saved", - "create.gui.schematicTable.uploading": "Importando...", - "create.gui.schematicTable.finished": "Envio Concluído!", - "create.gui.schematicannon.title": "Canhão de esquema", - "create.gui.schematicannon.listPrinter": "Impressora de Lista de Materiais", - "create.gui.schematicannon.gunpowderLevel": "Pólvora em %1$s%%", - "create.gui.schematicannon.shotsRemaining": "Disparos faltantes: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "Com backup: %1$s", - "create.gui.schematicannon.optionEnabled": "Habilitado Atualmente", - "create.gui.schematicannon.optionDisabled": "Desabilitado Atualmente", - "create.gui.schematicannon.showOptions": "UNLOCALIZED: Show Printer Settings", - "create.gui.schematicannon.option.dontReplaceSolid": "Não Substituir Blocos Sólidos", - "create.gui.schematicannon.option.replaceWithSolid": "Substituir Blocos Sólidos", - "create.gui.schematicannon.option.replaceWithAny": "Substituir Sólidos com Qualquer", - "create.gui.schematicannon.option.replaceWithEmpty": "Substituir Sólidos com Vazio", - "create.gui.schematicannon.option.skipMissing": "Pulando Blocos faltantes", - "create.gui.schematicannon.option.skipTileEntities": "Proteger Entidades Entalhadas", - "create.gui.schematicannon.slot.gunpowder": "UNLOCALIZED: Add gunpowder to fuel the cannon", - "create.gui.schematicannon.slot.listPrinter": "UNLOCALIZED: Place books here to print a Checklist for your Schematic", - "create.gui.schematicannon.slot.schematic": "UNLOCALIZED: Add your Schematic here. Make sure it is deployed at a specific location.", - "create.gui.schematicannon.option.skipMissing.description": "Se o Canhão de esquema não encontrar o Bloco para colocar, ele irá continuar para a próx. Posição.", - "create.gui.schematicannon.option.skipTileEntities.description": "O Canhão de esquema vai evitar substituir blocos que contêm dados como Baus.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "O Canhão de esquema nunca irá substituir Blocos sólidos na área em trabalho, apenas não-Sólidos e Ar.", - "create.gui.schematicannon.option.replaceWithSolid.description": "O Canhão de esquema irá apenas substituir Blocos sólidos na área de trabalho, se o Esquema conter um bloco Sólido naquela posição.", - "create.gui.schematicannon.option.replaceWithAny.description": "O Canhão de esquema irá substituir Blocos sólidos na área de trabalho, se o Esquema conter qualquer Bloco naquela posição.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "O Canhão de esquema irá limpar todos os blocos na área de trabalho, incluindo os substituídos por Ar.", - - "create.schematicannon.status.idle": "Ocioso", - "create.schematicannon.status.ready": "Pronto", - "create.schematicannon.status.running": "Trabalhando", - "create.schematicannon.status.finished": "Concluído", - "create.schematicannon.status.paused": "Pausado", - "create.schematicannon.status.stopped": "Parada", - "create.schematicannon.status.noGunpowder": "UNLOCALIZED: Sem pólvora", - "create.schematicannon.status.targetNotLoaded": "Bloco não carregado", - "create.schematicannon.status.targetOutsideRange": "Alvo está muito Longe", - "create.schematicannon.status.searching": "Procurando", - "create.schematicannon.status.skipping": "Pulando", - "create.schematicannon.status.missingBlock": "Bloco Faltante:", - "create.schematicannon.status.placing": "Colocando", - "create.schematicannon.status.clearing": "Limpando Blocos", - "create.schematicannon.status.schematicInvalid": "Esquema Inválido", - "create.schematicannon.status.schematicNotPlaced": "Esquema não Colocado", - "create.schematicannon.status.schematicExpired": "Arquivo de Esquema Expirado", - - "create.materialChecklist": "UNLOCALIZED: Material Checklist", - "create.materialChecklist.blocksNotLoaded": "UNLOCALIZED: * Disclaimer *\n\nMaterial List may be inaccurate due to relevant chunks not being loaded.", - - "create.gui.filter.deny_list": "UNLOCALIZED: Deny-List", - "create.gui.filter.deny_list.description": "UNLOCALIZED: Items pass if they do NOT match any of the above. An empty Deny-List accepts everything.", - "create.gui.filter.allow_list": "UNLOCALIZED: Allow-List", - "create.gui.filter.allow_list.description": "UNLOCALIZED: Items pass if they match any of the above. An empty Allow-List rejects everything.", - "create.gui.filter.respect_data": "UNLOCALIZED: Respect Data", - "create.gui.filter.respect_data.description": "UNLOCALIZED: Items only match if their durability, enchantments, and other attributes match as well.", - "create.gui.filter.ignore_data": "UNLOCALIZED: Ignore Data", - "create.gui.filter.ignore_data.description": "UNLOCALIZED: Items match regardless of their attributes.", - - "create.item_attributes.placeable": "UNLOCALIZED: is placeable", - "create.item_attributes.placeable.inverted": "UNLOCALIZED: is not placeable", - "create.item_attributes.consumable": "UNLOCALIZED: can be eaten", - "create.item_attributes.consumable.inverted": "UNLOCALIZED: cannot be eaten", - "create.item_attributes.fluid_container": "UNLOCALIZED: can store fluids", - "create.item_attributes.fluid_container.inverted": "UNLOCALIZED: cannot store fluids", - "create.item_attributes.enchanted": "UNLOCALIZED: is enchanted", - "create.item_attributes.enchanted.inverted": "UNLOCALIZED: is unenchanted", - "create.item_attributes.max_enchanted": "UNLOCALIZED: is enchanted at max level", - "create.item_attributes.max_enchanted.inverted": "UNLOCALIZED: is not enchanted at max level", - "create.item_attributes.renamed": "UNLOCALIZED: has a custom name", - "create.item_attributes.renamed.inverted": "UNLOCALIZED: does not have a custom name", - "create.item_attributes.damaged": "UNLOCALIZED: is damaged", - "create.item_attributes.damaged.inverted": "UNLOCALIZED: is not damaged", - "create.item_attributes.badly_damaged": "UNLOCALIZED: is heavily damaged", - "create.item_attributes.badly_damaged.inverted": "UNLOCALIZED: is not heavily damaged", - "create.item_attributes.not_stackable": "UNLOCALIZED: cannot stack", - "create.item_attributes.not_stackable.inverted": "UNLOCALIZED: can be stacked", - "create.item_attributes.equipable": "UNLOCALIZED: can be equipped", - "create.item_attributes.equipable.inverted": "UNLOCALIZED: cannot be equipped", - "create.item_attributes.furnace_fuel": "UNLOCALIZED: is furnace fuel", - "create.item_attributes.furnace_fuel.inverted": "UNLOCALIZED: is not furnace fuel", - "create.item_attributes.washable": "UNLOCALIZED: can be Washed", - "create.item_attributes.washable.inverted": "UNLOCALIZED: cannot be Washed", - "create.item_attributes.hauntable": "UNLOCALIZED: can be Haunted", - "create.item_attributes.hauntable.inverted": "UNLOCALIZED: cannot be Haunted", - "create.item_attributes.crushable": "UNLOCALIZED: can be Crushed", - "create.item_attributes.crushable.inverted": "UNLOCALIZED: cannot be Crushed", - "create.item_attributes.smeltable": "UNLOCALIZED: can be Smelted", - "create.item_attributes.smeltable.inverted": "UNLOCALIZED: cannot be Smelted", - "create.item_attributes.smokable": "UNLOCALIZED: can be Smoked", - "create.item_attributes.smokable.inverted": "UNLOCALIZED: cannot be Smoked", - "create.item_attributes.blastable": "UNLOCALIZED: can be Smelted in a Blast Furnace", - "create.item_attributes.blastable.inverted": "UNLOCALIZED: cannot be Smelted in a Blast Furnace", - "create.item_attributes.compostable": "UNLOCALIZED: can be composted", - "create.item_attributes.compostable.inverted": "UNLOCALIZED: cannot be composted", - "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.in_tag": "UNLOCALIZED: is tagged %1$s", - "create.item_attributes.in_tag.inverted": "UNLOCALIZED: is not tagged %1$s", - "create.item_attributes.in_item_group": "UNLOCALIZED: is in group '%1$s'", - "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.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", - "create.item_attributes.color.inverted": "UNLOCALIZED: is not dyed %1$s", - "create.item_attributes.has_fluid": "UNLOCALIZED: contains %1$s", - "create.item_attributes.has_fluid.inverted": "UNLOCALIZED: does not contain %1$s", - "create.item_attributes.has_name": "UNLOCALIZED: has the custom name %1$s", - "create.item_attributes.has_name.inverted": "UNLOCALIZED: does not have the custom name %1$s", - "create.item_attributes.book_author": "UNLOCALIZED: was authored by %1$s", - "create.item_attributes.book_author.inverted": "UNLOCALIZED: was not authored by %1$s", - "create.item_attributes.book_copy_original": "UNLOCALIZED: is an original", - "create.item_attributes.book_copy_original.inverted": "UNLOCALIZED: is not an original", - "create.item_attributes.book_copy_first": "UNLOCALIZED: is a first-generation copy", - "create.item_attributes.book_copy_first.inverted": "UNLOCALIZED: is not a first-generation copy", - "create.item_attributes.book_copy_second": "UNLOCALIZED: is a second-generation copy", - "create.item_attributes.book_copy_second.inverted": "UNLOCALIZED: is not a second-generation copy", - "create.item_attributes.book_copy_tattered": "UNLOCALIZED: is a tattered mess", - "create.item_attributes.book_copy_tattered.inverted": "UNLOCALIZED: is not a tattered mess", - "create.item_attributes.astralsorcery_amulet": "UNLOCALIZED: improves %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "UNLOCALIZED: does not improve %1$s", - "create.item_attributes.astralsorcery_constellation": "UNLOCALIZED: is attuned to %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "UNLOCALIZED: is not attuned to %1$s", - "create.item_attributes.astralsorcery_crystal": "UNLOCALIZED: has crystal attribute %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "UNLOCALIZED: does not have crystal attribute %1$s", - "create.item_attributes.astralsorcery_perk_gem": "UNLOCALIZED: has perk attribute %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "UNLOCALIZED: does not have perk attribute %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "UNLOCALIZED: No attributes selected", - "create.gui.attribute_filter.selected_attributes": "UNLOCALIZED: Selected attributes:", - "create.gui.attribute_filter.add_attribute": "UNLOCALIZED: Add attribute to List", - "create.gui.attribute_filter.add_inverted_attribute": "UNLOCALIZED: Add opposite attribute to List", - "create.gui.attribute_filter.allow_list_disjunctive": "UNLOCALIZED: Allow-List (Any)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "UNLOCALIZED: Items pass if they have any of the selected attributes.", - "create.gui.attribute_filter.allow_list_conjunctive": "UNLOCALIZED: Allow-List (All)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "UNLOCALIZED: Items pass only if they have ALL of the selected attributes.", - "create.gui.attribute_filter.deny_list": "UNLOCALIZED: Deny-List", - "create.gui.attribute_filter.deny_list.description": "UNLOCALIZED: Items pass if they do NOT have any of the selected attributes.", - "create.gui.attribute_filter.add_reference_item": "UNLOCALIZED: Add Reference Item", - - "create.tooltip.holdForDescription": "UNLOCALIZED: Hold [%1$s] for Summary", - "create.tooltip.holdForControls": "UNLOCALIZED: Hold [%1$s] for Controls", - "create.tooltip.keyShift": "UNLOCALIZED: Shift", - "create.tooltip.keyCtrl": "UNLOCALIZED: Ctrl", - "create.tooltip.speedRequirement": "UNLOCALIZED: Speed Requirement: %1$s", - "create.tooltip.speedRequirement.none": "UNLOCALIZED: None", - "create.tooltip.speedRequirement.slow": "UNLOCALIZED: Slow", - "create.tooltip.speedRequirement.medium": "UNLOCALIZED: Moderate", - "create.tooltip.speedRequirement.fast": "UNLOCALIZED: Fast", - "create.tooltip.stressImpact": "UNLOCALIZED: Kinetic Stress Impact: %1$s", - "create.tooltip.stressImpact.low": "UNLOCALIZED: Low", - "create.tooltip.stressImpact.medium": "UNLOCALIZED: Moderate", - "create.tooltip.stressImpact.high": "UNLOCALIZED: High", - "create.tooltip.stressImpact.overstressed": "UNLOCALIZED: Overstressed", - "create.tooltip.up_to": "UNLOCALIZED: Up to %1$s", - "create.tooltip.capacityProvided": "UNLOCALIZED: Kinetic Stress Capacity: %1$s", - "create.tooltip.capacityProvided.low": "UNLOCALIZED: Small", - "create.tooltip.capacityProvided.medium": "UNLOCALIZED: Medium", - "create.tooltip.capacityProvided.high": "UNLOCALIZED: Large", - "create.tooltip.generationSpeed": "UNLOCALIZED: Generates at %1$s %2$s", - "create.tooltip.analogStrength": "UNLOCALIZED: Analog Strength: %1$s/15", - - "create.mechanical_arm.extract_from": "UNLOCALIZED: Take items from %1$s", - "create.mechanical_arm.deposit_to": "UNLOCALIZED: Deposit items to %1$s", - "create.mechanical_arm.summary": "UNLOCALIZED: Mechanical Arm has %1$s input(s) and %2$s output(s).", - "create.mechanical_arm.points_outside_range": "UNLOCALIZED: %1$s selected interaction point(s) removed due to range limitations.", - - "create.weighted_ejector.target_set": "UNLOCALIZED: Target Selected", - "create.weighted_ejector.target_not_valid": "UNLOCALIZED: Ejecting to Adjacent block (Target was not Valid)", - "create.weighted_ejector.no_target": "UNLOCALIZED: Ejecting to Adjacent block (No Target was Selected)", - "create.weighted_ejector.targeting": "UNLOCALIZED: Ejecting to [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "UNLOCALIZED: Ejected Stack Size", - - "create.logistics.when_multiple_outputs_available": "UNLOCALIZED: When Multiple Outputs Available", - - "create.mechanical_arm.selection_mode.round_robin": "UNLOCALIZED: Round Robin", - "create.mechanical_arm.selection_mode.forced_round_robin": "UNLOCALIZED: Forced Round Robin", - "create.mechanical_arm.selection_mode.prefer_first": "UNLOCALIZED: Prefer First Target", - - "create.tunnel.selection_mode.split": "UNLOCALIZED: Split", - "create.tunnel.selection_mode.forced_split": "UNLOCALIZED: Forced Split", - "create.tunnel.selection_mode.round_robin": "UNLOCALIZED: Round Robin", - "create.tunnel.selection_mode.forced_round_robin": "UNLOCALIZED: Forced Round Robin", - "create.tunnel.selection_mode.prefer_nearest": "UNLOCALIZED: Prefer Nearest", - "create.tunnel.selection_mode.randomize": "UNLOCALIZED: Randomize", - "create.tunnel.selection_mode.synchronize": "UNLOCALIZED: Synchronize Inputs", - - "create.tooltip.chute.header": "UNLOCALIZED: Chute Information", - "create.tooltip.chute.items_move_down": "UNLOCALIZED: Items move Downward", - "create.tooltip.chute.items_move_up": "UNLOCALIZED: Items move Upward", - "create.tooltip.chute.no_fans_attached": "UNLOCALIZED: No attached fans", - "create.tooltip.chute.fans_push_up": "UNLOCALIZED: Fans push from Below", - "create.tooltip.chute.fans_push_down": "UNLOCALIZED: Fans push from Above", - "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.deployer.header": "UNLOCALIZED: Deployer Information", - "create.tooltip.deployer.using": "UNLOCALIZED: Mode: Use", - "create.tooltip.deployer.punching": "UNLOCALIZED: Mode: Attack", - "create.tooltip.deployer.contains": "UNLOCALIZED: Item: %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", - "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.crafting_blueprint.crafting_slot": "UNLOCALIZED: Ingredient 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.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", - "create.hint.mechanical_arm_no_targets": "UNLOCALIZED: It appears this _Mechanical_ _Arm_ has not been assigned any _targets._ Select belts, depots, funnels and other blocks by _right-clicking_ them while _holding_ the _Mechanical_ _Arm_ in your _hand_.", - "create.hint.empty_bearing.title": "UNLOCALIZED: Update Bearing", - "create.hint.empty_bearing": "UNLOCALIZED: _Right-click_ the bearing with an _empty_ _hand_ to _attach_ the structure you just built in front of it.", - "create.hint.full_deployer.title": "UNLOCALIZED: Deployer Item Overflow", - "create.hint.full_deployer": "UNLOCALIZED: It appears this _Deployer_ contains _excess_ _items_ that need to be _extracted._ Use a _hopper,_ _funnel_ or other means to free it from its overflow.", - - "create.backtank.low": "UNLOCALIZED: Backtank pressure low", - "create.backtank.depleted": "UNLOCALIZED: Backtank pressure depleted", - - "create.hint.derailed_train.title": "UNLOCALIZED: Derailed Train", - "create.hint.derailed_train": "UNLOCALIZED: It appears this _Train_ is no longer sitting on a connected track piece. _Right-Click_ using a _wrench_ in order to relocate it to a nearby track.", - - "create.boiler.status": "UNLOCALIZED: Boiler Status: %1$s", - "create.boiler.status_short": "UNLOCALIZED: Boiler: %1$s", - "create.boiler.passive": "UNLOCALIZED: Passive", - "create.boiler.idle": "UNLOCALIZED: Idle", - "create.boiler.lvl": "UNLOCALIZED: Lvl %1$s", - "create.boiler.max_lvl": "UNLOCALIZED: Max", - "create.boiler.size": "UNLOCALIZED: Size", - "create.boiler.size_dots": "UNLOCALIZED: ....... ", - "create.boiler.water": "UNLOCALIZED: Water", - "create.boiler.water_dots": "UNLOCALIZED: ... ", - "create.boiler.heat": "UNLOCALIZED: Heat", - "create.boiler.heat_dots": "UNLOCALIZED: ...... ", - "create.boiler.via_one_engine": "UNLOCALIZED: via 1 engine", - "create.boiler.via_engines": "UNLOCALIZED: via %1$s engines", - - "create.gui.schedule.lmb_edit": "UNLOCALIZED: Left-Click to Edit", - "create.gui.schedule.rmb_remove": "UNLOCALIZED: Right-Click to Remove", - "create.gui.schedule.duplicate": "UNLOCALIZED: Duplicate", - "create.gui.schedule.remove_entry": "UNLOCALIZED: Remove Action", - "create.gui.schedule.add_entry": "UNLOCALIZED: Add Action", - "create.gui.schedule.move_up": "UNLOCALIZED: Move up", - "create.gui.schedule.move_down": "UNLOCALIZED: Move down", - "create.gui.schedule.add_condition": "UNLOCALIZED: Add Condition", - "create.gui.schedule.alternative_condition": "UNLOCALIZED: Alternative Condition", - - "create.schedule.instruction_type": "UNLOCALIZED: Next Action:", - "create.schedule.instruction.editor": "UNLOCALIZED: Instruction Editor", - "create.schedule.instruction.destination": "UNLOCALIZED: Travel to Station", - "create.schedule.instruction.destination.summary": "UNLOCALIZED: Next Stop:", - "create.schedule.instruction.filter_edit_box": "UNLOCALIZED: Station Name", - "create.schedule.instruction.filter_edit_box_1": "UNLOCALIZED: Use * as a text wildcard", - "create.schedule.instruction.filter_edit_box_2": "UNLOCALIZED: Example: 'My Station, Platform *'", - "create.schedule.instruction.filter_edit_box_3": "UNLOCALIZED: Train picks nearest unoccupied match", - "create.schedule.instruction.rename": "UNLOCALIZED: Update Schedule Title", - "create.schedule.instruction.rename.summary": "UNLOCALIZED: New Title:", - "create.schedule.instruction.name_edit_box": "UNLOCALIZED: Schedule Title", - "create.schedule.instruction.name_edit_box_1": "UNLOCALIZED: Affects text shown on displays", - "create.schedule.instruction.name_edit_box_2": "UNLOCALIZED: Defaults to next destination's name", - "create.schedule.instruction.throttle": "UNLOCALIZED: Limit Max Speed", - "create.schedule.instruction.throttle.summary": "UNLOCALIZED: Change Max Speed to %1$s", - "create.schedule.instruction.throttle_edit_box": "UNLOCALIZED: Throttle", - "create.schedule.instruction.throttle_edit_box_1": "UNLOCALIZED: Affects the top speed of the Train", - "create.schedule.condition_type": "UNLOCALIZED: Continue if/after:", - "create.schedule.condition.editor": "UNLOCALIZED: Condition Editor", - "create.schedule.condition.delay": "UNLOCALIZED: Scheduled Delay", - "create.schedule.condition.delay_short": "UNLOCALIZED: Wait: %1$s", - "create.schedule.condition.delay.status": "UNLOCALIZED: Departs in %1$s", - "create.schedule.condition.idle": "UNLOCALIZED: Cargo Inactivity", - "create.schedule.condition.idle_short": "UNLOCALIZED: Cargo Idle: %1$s", - "create.schedule.condition.idle.status": "UNLOCALIZED: Cargo Idle for %1$s", - "create.schedule.condition.for_x_time": "UNLOCALIZED: for %1$s", - "create.schedule.condition.unloaded": "UNLOCALIZED: Chunk Unloaded", - "create.schedule.condition.unloaded.status": "UNLOCALIZED: Waiting for chunk unload", - "create.schedule.condition.powered": "UNLOCALIZED: Station Powered", - "create.schedule.condition.powered.status": "UNLOCALIZED: Waiting for redstone", - "create.schedule.condition.time_of_day": "UNLOCALIZED: Time of Day", - "create.schedule.condition.time_of_day.scheduled": "UNLOCALIZED: Scheduled Time: %1$s", - "create.schedule.condition.time_of_day.digital_format": "UNLOCALIZED: %1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "UNLOCALIZED: Rotation", - "create.schedule.condition.time_of_day.rotation.every_24": "UNLOCALIZED: Every Day", - "create.schedule.condition.time_of_day.rotation.every_12": "UNLOCALIZED: Every 12:00", - "create.schedule.condition.time_of_day.rotation.every_6": "UNLOCALIZED: Every 6:00", - "create.schedule.condition.time_of_day.rotation.every_4": "UNLOCALIZED: Every 4:00", - "create.schedule.condition.time_of_day.rotation.every_3": "UNLOCALIZED: Every 3:00", - "create.schedule.condition.time_of_day.rotation.every_2": "UNLOCALIZED: Every 2:00", - "create.schedule.condition.time_of_day.rotation.every_1": "UNLOCALIZED: Every 1:00", - "create.schedule.condition.time_of_day.rotation.every_0_45": "UNLOCALIZED: Every 0:45", - "create.schedule.condition.time_of_day.rotation.every_0_30": "UNLOCALIZED: Every 0:30", - "create.schedule.condition.time_of_day.rotation.every_0_15": "UNLOCALIZED: Every 0:15", - "create.schedule.condition.time_of_day.status": "UNLOCALIZED: Departs at ", - "create.schedule.condition.threshold.train_holds": "UNLOCALIZED: Train holds %1$s", - "create.schedule.condition.threshold.greater": "UNLOCALIZED: more than", - "create.schedule.condition.threshold.less": "UNLOCALIZED: less than", - "create.schedule.condition.threshold.equal": "UNLOCALIZED: exactly", - "create.schedule.condition.threshold.x_units_of_item": "UNLOCALIZED: %1$s %2$s of %3$s", - "create.schedule.condition.threshold.matching_content": "UNLOCALIZED: Matching Content", - "create.schedule.condition.threshold.anything": "UNLOCALIZED: Anything", - "create.schedule.condition.threshold.item_measure": "UNLOCALIZED: Item Measure", - "create.schedule.condition.threshold.items": "UNLOCALIZED: Items", - "create.schedule.condition.threshold.stacks": "UNLOCALIZED: Stacks", - "create.schedule.condition.threshold.buckets": "UNLOCALIZED: Buckets", - "create.schedule.condition.threshold.status": "UNLOCALIZED: Cargo: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "UNLOCALIZED: Reference Item", - "create.schedule.condition.threshold.place_item_2": "UNLOCALIZED: Filters can be used", - "create.schedule.condition.threshold.place_item_3": "UNLOCALIZED: Leave empty to match any", - "create.schedule.condition.fluid_threshold": "UNLOCALIZED: Fluid Cargo Condition", - "create.schedule.condition.item_threshold": "UNLOCALIZED: Item Cargo Condition", - "create.schedule.condition.redstone_link": "UNLOCALIZED: Redstone Link", - "create.schedule.condition.redstone_link.status": "UNLOCALIZED: Waiting for redstone link", - "create.schedule.condition.redstone_link_on": "UNLOCALIZED: Link On", - "create.schedule.condition.redstone_link_off": "UNLOCALIZED: Link Off", - "create.schedule.condition.redstone_link.powered": "UNLOCALIZED: Powered", - "create.schedule.condition.redstone_link.unpowered": "UNLOCALIZED: Not powered", - "create.schedule.condition.redstone_link.frequency_state": "UNLOCALIZED: Frequency state:", - "create.schedule.condition.redstone_link.frequency_powered": "UNLOCALIZED: Frequency powered:", - "create.schedule.condition.redstone_link.frequency_unpowered": "UNLOCALIZED: Frequency not powered:", - "create.schedule.condition.player_count": "UNLOCALIZED: Players Seated", - "create.schedule.condition.player_count.summary": "UNLOCALIZED: %1$s Player", - "create.schedule.condition.player_count.summary_plural": "UNLOCALIZED: %1$s Players", - "create.schedule.condition.player_count.seated": "UNLOCALIZED: %1$s seated", - "create.schedule.condition.player_count.players": "UNLOCALIZED: Players", - "create.schedule.condition.player_count.condition": "UNLOCALIZED: Conditional", - "create.schedule.condition.player_count.exactly": "UNLOCALIZED: Exactly", - "create.schedule.condition.player_count.or_above": "UNLOCALIZED: Or above", - "create.schedule.condition.player_count.status": "UNLOCALIZED: Passengers: %1$s/%2$s", - "create.schedule.loop": "UNLOCALIZED: Loop Forever", - "create.schedule.loop1": "UNLOCALIZED: Schedule starts over", - "create.schedule.loop2": "UNLOCALIZED: when completed", - "create.schedule.reset": "UNLOCALIZED: Reset Progress", - "create.schedule.skip": "UNLOCALIZED: Skip current Stop", - "create.schedule.applied_to_train": "UNLOCALIZED: Train is now following this Schedule", - "create.schedule.non_controlling_seat": "UNLOCALIZED: Conductor needs to sit in front of a Controls block", - "create.schedule.remove_with_empty_hand": "UNLOCALIZED: Remove current Schedule with an Empty Hand", - "create.schedule.auto_removed_from_train": "UNLOCALIZED: Auto-Schedule discarded", - "create.schedule.removed_from_train": "UNLOCALIZED: Schedule retrieved from Train", - "create.schedule.no_stops": "UNLOCALIZED: This Schedule does not have any Stops yet", - "create.schedule.continued": "UNLOCALIZED: Schedule resumed", - - "create.track.selection_cleared": "UNLOCALIZED: Selection Cleared", - "create.track.valid_connection": "UNLOCALIZED: Can Connect ✔", - "create.track.second_point": "UNLOCALIZED: Place track or select a second point", - "create.track.too_far": "UNLOCALIZED: Too far away", - "create.track.original_missing": "UNLOCALIZED: Original block removed, Sneak-click to reset", - "create.track.perpendicular": "UNLOCALIZED: Cannot connect perpendicularly", - "create.track.ascending_s_curve": "UNLOCALIZED: Cannot create sloped S-Bends", - "create.track.too_sharp": "UNLOCALIZED: Turn too sharp", - "create.track.too_steep": "UNLOCALIZED: Slope too steep", - "create.track.slope_turn": "UNLOCALIZED: Cannot enter or leave slope on a turn", - "create.track.opposing_slopes": "UNLOCALIZED: Cannot connect opposing slopes", - "create.track.leave_slope_ascending": "UNLOCALIZED: Cannot leave this slope while ascending", - "create.track.leave_slope_descending": "UNLOCALIZED: Cannot leave this slope while descending", - "create.track.turn_90": "UNLOCALIZED: Can only turn up to 90 Degrees", - "create.track.junction_start": "UNLOCALIZED: Cannot start connection from a Junction", - "create.track.turn_start": "UNLOCALIZED: Cannot start connection from a Turn", - "create.track.not_enough_tracks": "UNLOCALIZED: Not holding enough tracks", - "create.track.not_enough_pavement": "UNLOCALIZED: Not holding enough pavement blocks", - - "create.portal_track.failed": "UNLOCALIZED: Cannot place portal track:", - "create.portal_track.missing": "UNLOCALIZED: Target portal not generated yet", - "create.portal_track.blocked": "UNLOCALIZED: Target location blocked (%1$s,%2$s,%3$s)", - - "create.station.idle": "UNLOCALIZED: Station is Idle", - "create.station.assembly_title": "UNLOCALIZED: Train Assembly", - "create.station.close": "UNLOCALIZED: Close Window", - "create.station.cancel": "UNLOCALIZED: Cancel Assembly", - "create.station.failed": "UNLOCALIZED: Assembly Failed", - "create.station.icon_type": "UNLOCALIZED: Icon Type", - "create.station.create_train": "UNLOCALIZED: Create new Train", - "create.station.assemble_train": "UNLOCALIZED: Assemble Train", - "create.station.disassemble_train": "UNLOCALIZED: Disassemble Train", - "create.station.remove_schedule": "UNLOCALIZED: Retrieve Schedule", - "create.station.remove_auto_schedule": "UNLOCALIZED: Discard Auto-Schedule", - "create.station.no_assembly_diagonal": "UNLOCALIZED: Cannot build trains", - "create.station.no_assembly_diagonal_1": "UNLOCALIZED: on diagonal tracks", - "create.station.no_assembly_curve": "UNLOCALIZED: Cannot build trains", - "create.station.no_assembly_curve_1": "UNLOCALIZED: on curved tracks", - "create.station.train_not_aligned": "UNLOCALIZED: Cannot disassemble,", - "create.station.train_not_aligned_1": "UNLOCALIZED: not all carriages aligned", - "create.station.carriage_number": "UNLOCALIZED: Carriage %1$s:", - "create.station.retry": "UNLOCALIZED: Resolve this and retry", - "create.station.no_bogeys": "UNLOCALIZED: No Bogeys", - "create.station.one_bogey": "UNLOCALIZED: 1 Bogey", - "create.station.more_bogeys": "UNLOCALIZED: %1$s Bogeys", - "create.station.how_to": "UNLOCALIZED: Use Train Casing on highlighted Tracks to create bogeys.", - "create.station.how_to_1": "UNLOCALIZED: Remove bogeys by breaking the block on top.", - "create.station.how_to_2": "UNLOCALIZED: Build carriages attached to one or two bogeys each.", - - "create.train_assembly.too_many_bogeys": "UNLOCALIZED: Too many Bogeys attached: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "UNLOCALIZED: Frontmost Bogey must be at Station Marker", - "create.train_assembly.no_bogeys": "UNLOCALIZED: No Bogeys Found", - "create.train_assembly.not_connected_in_order": "UNLOCALIZED: Bogeys are not connected in order", - "create.train_assembly.bogeys_too_close": "UNLOCALIZED: Bogeys %1$s and %2$s are too close to each other", - "create.train_assembly.single_bogey_carriage": "UNLOCALIZED: This Bogey type cannot support a carriage on its own", - "create.train_assembly.nothing_attached": "UNLOCALIZED: No structure attached to Bogey %1$s", - "create.train_assembly.no_controls": "UNLOCALIZED: At least one forward-facing controls block needs to be mounted on the train", - "create.train_assembly.sideways_controls": "UNLOCALIZED: A mounted controls block is facing sideways", - "create.train_assembly.bogey_created": "UNLOCALIZED: Bogey created. Click again to cycle type", - "create.train_assembly.requires_casing": "UNLOCALIZED: Use Railway Casing to create bogeys on tracks", - - "create.track_target.set": "UNLOCALIZED: Targeted track selected", - "create.track_target.success": "UNLOCALIZED: Successfully bound to targeted track", - "create.track_target.clear": "UNLOCALIZED: Cleared track selection", - "create.track_target.missing": "UNLOCALIZED: Right-click the targeted train track first", - "create.track_target.too_far": "UNLOCALIZED: Targeted track is too far from here", - "create.track_target.no_junctions": "UNLOCALIZED: Targeted track cannot be an intersection", - "create.track_target.occupied": "UNLOCALIZED: Targeted track is occupied", - "create.track_target.invalid": "UNLOCALIZED: Cannot target this track here", - - "create.train.unnamed": "UNLOCALIZED: Unnamed Train", - "create.train.cannot_relocate_moving": "UNLOCALIZED: Cannot relocate a moving Train", - "create.train.relocate": "UNLOCALIZED: Click a Track to Relocate %1$s to. Sneak-Click to abort", - "create.train.relocate.abort": "UNLOCALIZED: Relocation aborted", - "create.train.relocate.success": "UNLOCALIZED: Relocation successful", - "create.train.relocate.valid": "UNLOCALIZED: Can relocate to here, Click to Confirm", - "create.train.relocate.invalid": "UNLOCALIZED: Cannot relocate Train to here", - "create.train.relocate.too_far": "UNLOCALIZED: Cannot relocate Train this far away", - "create.train.departing_from": "UNLOCALIZED: Departing from %1$s", - "create.train.arrived_at": "UNLOCALIZED: Arrived at %1$s", - "create.train.status": "UNLOCALIZED: Information about Train: %1$s", - "create.train.status.back_on_track": "UNLOCALIZED: Train is back on Track", - "create.train.status.collision": "UNLOCALIZED: Collision with other Train", - "create.train.status.end_of_track": "UNLOCALIZED: A Carriage has reached the end of its Track", - "create.train.status.double_portal": "UNLOCALIZED: A Carriage cannot enter a portal whilst leaving another", - "create.train.status.coupling_stress": "UNLOCALIZED: Forced stop due to Stress on Couplings", - "create.train.status.track_missing": "UNLOCALIZED: Tracks are missing beneath the Train", - "create.train.status.paused_for_manual": "UNLOCALIZED: Schedule paused for manual controls", - "create.train.status.opposite_driver": "UNLOCALIZED: Path requires a driver facing the opposite direction", - "create.train.status.missing_driver": "UNLOCALIZED: Driver has gone missing", - "create.train.status.found_driver": "UNLOCALIZED: A new driver has been found", - "create.train.status.navigation_success": "UNLOCALIZED: Navigation succeeded", - "create.train.status.no_match": "UNLOCALIZED: No station on graph matches '%1$s'", - "create.train.status.no_path": "UNLOCALIZED: No suitable path to the next Scheduled destination could be found", - - "create.track_signal.cannot_change_mode": "UNLOCALIZED: Unable to switch mode of this Signal", - "create.track_signal.mode_change.entry_signal": "UNLOCALIZED: -> Allow passage if section unoccupied", - "create.track_signal.mode_change.cross_signal": "UNLOCALIZED: -> Allow passage if section fully traversable", - - "create.contraption.controls.start_controlling": "UNLOCALIZED: Now controlling: %1$s", - "create.contraption.controls.stop_controlling": "UNLOCALIZED: Stopped controlling contraption", - "create.contraption.controls.approach_station": "UNLOCALIZED: Hold %1$s to approach %2$s", - - "create.display_link.set": "UNLOCALIZED: Targeted position selected", - "create.display_link.success": "UNLOCALIZED: Successfully bound to targeted position", - "create.display_link.clear": "UNLOCALIZED: Cleared position selection", - "create.display_link.too_far": "UNLOCALIZED: Targeted position is too far from here", - "create.display_link.invalid": "UNLOCALIZED: Link has no valid target, try placing it again", - "create.display_link.title": "UNLOCALIZED: Display Link", - "create.display_link.no_source": "UNLOCALIZED: Not a Display Source", - "create.display_link.no_target": "UNLOCALIZED: Not a Display Target", - "create.display_link.reading_from": "UNLOCALIZED: Read from:", - "create.display_link.writing_to": "UNLOCALIZED: Send to:", - "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", - "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", - "create.display_link.view_compatible": "UNLOCALIZED: Click to view all Compatible", - "create.display_link.information_type": "UNLOCALIZED: Type of Information", - "create.display_link.display_on": "UNLOCALIZED: Write data to:", - "create.display_link.display_on_multiline": "UNLOCALIZED: Start writing at:", - - "create.display_source.label": "UNLOCALIZED: Attached Label", - "create.display_source.combine_item_names": "UNLOCALIZED: Combine Item Names", - "create.display_source.count_items": "UNLOCALIZED: Amount of matching Items", - "create.display_source.list_items": "UNLOCALIZED: List matching Items", - "create.display_source.fluid_amount": "UNLOCALIZED: Amount of matching Fluids", - "create.display_source.list_fluids": "UNLOCALIZED: List matching Fluids", - "create.display_source.nixie_tube": "UNLOCALIZED: Copy Nixie Tubes", - "create.display_source.fill_level": "UNLOCALIZED: Container Fill Level", - "create.display_source.fill_level.display": "UNLOCALIZED: Display Format", - "create.display_source.fill_level.percent": "UNLOCALIZED: Percent", - "create.display_source.fill_level.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.value_list.display": "UNLOCALIZED: Value Display", - "create.display_source.value_list.shortened": "UNLOCALIZED: Shortened", - "create.display_source.value_list.full_number": "UNLOCALIZED: Full Number", - "create.display_source.value_list.thousand": "UNLOCALIZED: k", - "create.display_source.value_list.million": "UNLOCALIZED: m", - "create.display_source.player_deaths": "UNLOCALIZED: Player Deaths", - "create.display_source.scoreboard": "UNLOCALIZED: Scoreboard", - "create.display_source.scoreboard.objective": "UNLOCALIZED: Objective ID", - "create.display_source.scoreboard.objective_not_found": "UNLOCALIZED: '%1$s' not found", - "create.display_source.scoreboard.objective.deaths": "UNLOCALIZED: Player Deaths", - "create.display_source.time_of_day": "UNLOCALIZED: Time of Day", - "create.display_source.stop_watch": "UNLOCALIZED: Stopwatch", - "create.display_source.time.format": "UNLOCALIZED: Time Format", - "create.display_source.time.12_hour": "UNLOCALIZED: 12-hour", - "create.display_source.time.24_hour": "UNLOCALIZED: 24-hour", - "create.display_source.accumulate_items": "UNLOCALIZED: Accumulate Item Count", - "create.display_source.item_throughput": "UNLOCALIZED: Item Throughput", - "create.display_source.item_throughput.interval": "UNLOCALIZED: Interval", - "create.display_source.item_throughput.interval.second": "UNLOCALIZED: per Second", - "create.display_source.item_throughput.interval.minute": "UNLOCALIZED: per Minute", - "create.display_source.item_throughput.interval.hour": "UNLOCALIZED: per Hour", - "create.display_source.train_status": "UNLOCALIZED: Train Schedule Status", - "create.display_source.station_summary": "UNLOCALIZED: Train Station Summary", - "create.display_source.station_summary.filter": "UNLOCALIZED: Station name filter", - "create.display_source.station_summary.train_name_column": "UNLOCALIZED: Train column size", - "create.display_source.station_summary.platform_column": "UNLOCALIZED: Platform column size", - "create.display_source.station_summary.now": "UNLOCALIZED: now", - "create.display_source.station_summary.minutes": "UNLOCALIZED: min", - "create.display_source.station_summary.seconds": "UNLOCALIZED: %1$ss", - "create.display_source.observed_train_name": "UNLOCALIZED: Detected Train Name", - "create.display_source.max_enchant_level": "UNLOCALIZED: Max Enchanting Cost", - "create.display_source.boiler_status": "UNLOCALIZED: Boiler Status", - "create.display_source.entity_name": "UNLOCALIZED: Entity Name", - "create.display_source.kinetic_speed": "UNLOCALIZED: Rotation Speed (RPM)", - "create.display_source.kinetic_speed.absolute": "UNLOCALIZED: Ignore Direction", - "create.display_source.kinetic_speed.directional": "UNLOCALIZED: Include Direction", - "create.display_source.kinetic_stress": "UNLOCALIZED: Network Stress", - "create.display_source.kinetic_stress.display": "UNLOCALIZED: Displayed Info", - "create.display_source.kinetic_stress.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.kinetic_stress.percent": "UNLOCALIZED: Percentage", - "create.display_source.kinetic_stress.current": "UNLOCALIZED: Stress in SU", - "create.display_source.kinetic_stress.max": "UNLOCALIZED: Total Capacity", - "create.display_source.kinetic_stress.remaining": "UNLOCALIZED: Remaining SU", - "create.display_source.redstone_power": "UNLOCALIZED: Redstone Power", - "create.display_source.redstone_power.display": "UNLOCALIZED: Display Format", - "create.display_source.redstone_power.number": "UNLOCALIZED: Number", - "create.display_source.redstone_power.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.boiler.not_enough_space": "UNLOCALIZED: Not enough space ", - "create.display_source.boiler.for_boiler_status": "UNLOCALIZED: for Boiler Status", - - "create.display_target.line": "UNLOCALIZED: Line %1$s", - "create.display_target.page": "UNLOCALIZED: Page %1$s", - "create.display_target.single_line": "UNLOCALIZED: Single Line", - - "create.flap_display.cycles.alphabet": "UNLOCALIZED: ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": "UNLOCALIZED: ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": "UNLOCALIZED: ; min;now;15s;30s;45s", - "create.flap_display.cycles.shortened_numbers": "UNLOCALIZED: ;K;M", - "create.flap_display.cycles.fluid_units": "UNLOCALIZED: mB;B ", - "create.flap_display.cycles.instant": "UNLOCALIZED: ; ", - "create.flap_display.cycles.pixel": "UNLOCALIZED: █;▓;▒", - - "create.super_glue.too_far": "UNLOCALIZED: Selected area is too big", - "create.super_glue.cannot_reach": "UNLOCALIZED: Selected blocks must be connected", - "create.super_glue.click_to_confirm": "UNLOCALIZED: Click again to confirm", - "create.super_glue.click_to_discard": "UNLOCALIZED: Sneak-click to discard selection", - "create.super_glue.first_pos": "UNLOCALIZED: First position selected", - "create.super_glue.abort": "UNLOCALIZED: Selection discarded", - "create.super_glue.not_enough": "UNLOCALIZED: Not enough glue in inventory", - "create.super_glue.success": "UNLOCALIZED: Applying Glue...", - - "create.gui.config.overlay1": "UNLOCALIZED: Hi :)", - "create.gui.config.overlay2": "UNLOCALIZED: This is a sample overlay", - "create.gui.config.overlay3": "UNLOCALIZED: Click or drag with your mouse", - "create.gui.config.overlay4": "UNLOCALIZED: to move this preview", - "create.gui.config.overlay5": "UNLOCALIZED: Press ESC to exit this screen", - "create.gui.config.overlay6": "UNLOCALIZED: and save the new position", - "create.gui.config.overlay7": "UNLOCALIZED: Run /create overlay reset", - "create.gui.config.overlay8": "UNLOCALIZED: to reset to the default position", - - "create.command.killTPSCommand": "UNLOCALIZED: killtps", - "create.command.killTPSCommand.status.slowed_by.0": "UNLOCALIZED: [Create]: Server tick is currently slowed by %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "UNLOCALIZED: [Create]: Server tick is slowed by %s ms now >:)", - "create.command.killTPSCommand.status.slowed_by.2": "UNLOCALIZED: [Create]: Server tick is back to regular speed :D", - "create.command.killTPSCommand.status.usage.0": "UNLOCALIZED: [Create]: use /killtps stop to bring back server tick to regular speed", - "create.command.killTPSCommand.status.usage.1": "UNLOCALIZED: [Create]: use /killtps start to artificially slow down the server tick", - "create.command.killTPSCommand.argument.tickTime": "UNLOCALIZED: tickTime", - - "create.contraption.minecart_contraption_too_big": "UNLOCALIZED: This Cart Contraption seems too big to pick up", - "create.contraption.minecart_contraption_illegal_pickup": "UNLOCALIZED: A mystical force is binding this Cart Contraption to the world", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "UNLOCALIZED: Contraption stops", - "create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls", - "create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps", - "create.subtitle.whistle_train_manual": "UNLOCALIZED: Train honks", - "create.subtitle.steam": "UNLOCALIZED: Steam noises", - "create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates", - "create.subtitle.schematicannon_finish": "UNLOCALIZED: Schematicannon dings", - "create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts", - "create.subtitle.wrench_remove": "UNLOCALIZED: Component breaks", - "create.subtitle.train3": "UNLOCALIZED: Bogey wheels rumble muffled", - "create.subtitle.whistle": "UNLOCALIZED: Whistling", - "create.subtitle.cogs": "UNLOCALIZED: Cogwheels rumble", - "create.subtitle.slime_added": "UNLOCALIZED: Slime squishes", - "create.subtitle.whistle_train_low": "UNLOCALIZED: Low whistling", - "create.subtitle.schematicannon_launch_block": "UNLOCALIZED: Schematicannon fires", - "create.subtitle.controller_take": "UNLOCALIZED: Lectern empties", - "create.subtitle.crafter_click": "UNLOCALIZED: Crafter clicks", - "create.subtitle.depot_plop": "UNLOCALIZED: Item lands", - "create.subtitle.confirm": "UNLOCALIZED: Affirmative ding", - "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.sanding_long": "UNLOCALIZED: Sanding noises", - "create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises", - "create.subtitle.depot_slide": "UNLOCALIZED: Item slides", - "create.subtitle.blaze_munch": "UNLOCALIZED: Blaze Burner munches", - "create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps", - "create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls", - "create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks", - "create.subtitle.controller_put": "UNLOCALIZED: Controller thumps", - "create.subtitle.cranking": "UNLOCALIZED: Hand Crank turns", - "create.subtitle.sanding_short": "UNLOCALIZED: Sanding noises", - "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.whistle_high": "UNLOCALIZED: High whistling", - "create.subtitle.whistle_train_manual_low": "UNLOCALIZED: Train honks", - "create.subtitle.whistle_train": "UNLOCALIZED: Whistling", - "create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens", - "create.subtitle.train": "UNLOCALIZED: Bogey wheels rumble", - "create.subtitle.deny": "UNLOCALIZED: Declining boop", - "create.subtitle.controller_click": "UNLOCALIZED: Controller clicks", - "create.subtitle.whistle_low": "UNLOCALIZED: Low whistling", - "create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks", - "create.subtitle.mechanical_press_activation": "UNLOCALIZED: Mechanical Press clangs", - "create.subtitle.contraption_assemble": "UNLOCALIZED: Contraption moves", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", - "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", - "item.create.example_item.tooltip.condition1": "Quando this", - "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", - "item.create.example_item.tooltip.condition2": "And Quando this", - "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", - "item.create.example_item.tooltip.control1": "Quando Ctrl pressed", - "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", - - "block.create.wooden_bracket.tooltip": "UNLOCALIZED: WOODEN BRACKET", - "block.create.wooden_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with a cozy and wooden bit of reinforcement.", - - "block.create.metal_bracket.tooltip": "UNLOCALIZED: METAL BRACKET", - "block.create.metal_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with an industrial and sturdy bit of reinforcement.", - - "block.create.seat.tooltip": "UNLOCALIZED: SEAT", - "block.create.seat.tooltip.summary": "UNLOCALIZED: Sit yourself down and enjoy the ride! Will anchor a player onto a moving _contraption_. Great for static furniture too! Comes in a variety of colours.", - "block.create.seat.tooltip.condition1": "UNLOCALIZED: Right click on Seat", - "block.create.seat.tooltip.behaviour1": "UNLOCALIZED: Sits the player on the _Seat_. Press L-shift to leave the _Seat_.", - - "item.create.blaze_cake.tooltip": "UNLOCALIZED: BLAZE CAKE", - "item.create.blaze_cake.tooltip.summary": "UNLOCALIZED: A Delicious treat for your hard-working _Blaze Burners_. Gets them all fired up!", - - "item.create.wand_of_symmetry.tooltip": "VARINHA DE SIMETRIA", - "item.create.wand_of_symmetry.tooltip.summary": "Espelhar perfeitamente a colocação de blocos nos planos configurados.", - "item.create.wand_of_symmetry.tooltip.condition1": "Quando na Hotbar", - "item.create.wand_of_symmetry.tooltip.behaviour1": "Mantem-se Ativo", - "item.create.wand_of_symmetry.tooltip.control1": "B-Direito no Chão", - "item.create.wand_of_symmetry.tooltip.action1": "_Cria_ ou _Move_ o Espelho", - "item.create.wand_of_symmetry.tooltip.control2": "B-Direito no Ar", - "item.create.wand_of_symmetry.tooltip.action2": "_Remove_ o Espelho ativo", - "item.create.wand_of_symmetry.tooltip.control3": "B-Direito enquanto Abaixado", - "item.create.wand_of_symmetry.tooltip.action3": "Abre _Interface_ de _Configuração_", - - "item.create.handheld_worldshaper.tooltip": "UNLOCALIZED: HANDHELD WORLDSHAPER", - "item.create.handheld_worldshaper.tooltip.summary": "UNLOCALIZED: Handy tool for creating _landscapes_ and _terrain features_.", - "item.create.handheld_worldshaper.tooltip.control1": "UNLOCALIZED: L-Click at Block", - "item.create.handheld_worldshaper.tooltip.action1": "UNLOCALIZED: Sets blocks placed by the tool to the targeted block.", - "item.create.handheld_worldshaper.tooltip.control2": "UNLOCALIZED: R-Click at Block", - "item.create.handheld_worldshaper.tooltip.action2": "UNLOCALIZED: Applies the currently selected _Brush_ and _Tool_ at the targeted location.", - "item.create.handheld_worldshaper.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", - "item.create.handheld_worldshaper.tooltip.action3": "UNLOCALIZED: Opens the _Configuration Interface_", - - "item.create.tree_fertilizer.tooltip": "FERTILIZANTE DE ARVORE", - "item.create.tree_fertilizer.tooltip.summary": "Uma combinação poderosa de minerais para tipos comuns de arvores", - "item.create.tree_fertilizer.tooltip.condition1": "Quando usada em Mudas", - "item.create.tree_fertilizer.tooltip.behaviour1": "Cresce Arvores independentemente das suas Regras de espaço", - - "item.create.extendo_grip.tooltip": "UNLOCALIZED: EXTENDO GRIP", - "item.create.extendo_grip.tooltip.summary": "UNLOCALIZED: Boioioing! Greatly _increases reach distance_ of the wielder. Can be powered with Air Pressure from a _Copper_ _Backtank_", - "item.create.extendo_grip.tooltip.condition1": "UNLOCALIZED: When in Off-Hand", - "item.create.extendo_grip.tooltip.behaviour1": "UNLOCALIZED: Increases _reach distance_ of items used in the _Main-Hand_.", - "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.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.filter.tooltip": "UNLOCALIZED: FILTER", - "item.create.filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of items_ or several _nested filters_.", - "item.create.filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", - "item.create.filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", - "item.create.filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", - "item.create.filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", - - "item.create.attribute_filter.tooltip": "UNLOCALIZED: ATTRIBUTE FILTER", - "item.create.attribute_filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of_ item _attributes_ and _categories_.", - "item.create.attribute_filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", - "item.create.attribute_filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", - "item.create.attribute_filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", - "item.create.attribute_filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", - - "item.create.empty_schematic.tooltip": "ESQUEMA VAZIO", - "item.create.empty_schematic.tooltip.summary": "Usado como ingrediente em receitas e para escrever na _Mesa_ _de_ _Esquematizar_", - - "item.create.schematic.tooltip": "ESQUEMA", - "item.create.schematic.tooltip.summary": "Contem uma estrutura para ser posicionada e colocada no mundo. Posicione o Holograma como desejar e use um _Esquemaannon_ para construí-lo.", - "item.create.schematic.tooltip.condition1": "Quando Em mãos", - "item.create.schematic.tooltip.behaviour1": "Pode ser posicionado usando as Ferramentas em Tela", - "item.create.schematic.tooltip.control1": "B-Direito enquanto Abaixado", - "item.create.schematic.tooltip.action1": "Abre uma _Interface_ para informar as _Coordenadas_ exatas.", - - "item.create.schematic_and_quill.tooltip": "ESQUEMA E PENA", - "item.create.schematic_and_quill.tooltip.summary": "Usado para salvar uma Estrutura no mundo para um arquivo .nbt.", - "item.create.schematic_and_quill.tooltip.condition1": "Passo 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "Selecione duas coordenadas de extremidade usando B-Direito", - "item.create.schematic_and_quill.tooltip.condition2": "Passo 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl-Rolar_ nas faces para ajustar o tamanho. B-Direito de novo para Salvar.", - "item.create.schematic_and_quill.tooltip.control1": "B-Direito", - "item.create.schematic_and_quill.tooltip.action1": "Selecione um canto / confirmar salvamento", - "item.create.schematic_and_quill.tooltip.control2": "Ctrl Pressionado", - "item.create.schematic_and_quill.tooltip.action2": "Selecione pontos no _meio_ _do_ _ar_. _Rolar_ para ajustar a distância.", - "item.create.schematic_and_quill.tooltip.control3": "B-Direito enquanto Abaixado", - "item.create.schematic_and_quill.tooltip.action3": "_Cancela_ e remove a seleção.", - - "block.create.schematicannon.tooltip": "Canhão de esquema", - "block.create.schematicannon.tooltip.summary": "Dispara blocos para recriar um _Esquema_ no Mundo. Usa itens de Inventários adjacentes e _Pólvora_ como combustível.", - "block.create.schematicannon.tooltip.condition1": "UNLOCALIZED: When R-Clicked", - "block.create.schematicannon.tooltip.behaviour1": "UNLOCALIZED: Opens the _Interface_", - - "block.create.schematic_table.tooltip": "MESA DE ESQUEMATIZAR", - "block.create.schematic_table.tooltip.summary": "Escreve Esquemas salvos into um _Esquema_ _Vazio_", - "block.create.schematic_table.tooltip.condition1": "Quando recebe um Esquema Vazio", - "block.create.schematic_table.tooltip.behaviour1": "Importa um Arquivo escolhido da sua Pasta de Esquemas", - - "item.create.goggles.tooltip": "UNLOCALIZED: GOGGLES", - "item.create.goggles.tooltip.summary": "UNLOCALIZED: A pair of glasses to augment your vision with useful _kinetic information_.", - "item.create.goggles.tooltip.condition1": "UNLOCALIZED: When worn", - "item.create.goggles.tooltip.behaviour1": "UNLOCALIZED: Shows _colored indicators_ corresponding to the _Speed Level_ of a placed kinetic component as well as _Stress Impact_ and _Capacity_ of individual components.", - "item.create.goggles.tooltip.condition2": "UNLOCALIZED: When looking at gauge", - "item.create.goggles.tooltip.behaviour2": "UNLOCALIZED: Shows detailed information about _Speed_ or _Stress_ of the network to which the gauge is connected.", - "item.create.goggles.tooltip.condition3": "UNLOCALIZED: When looking at fluid containers", - "item.create.goggles.tooltip.behaviour3": "UNLOCALIZED: Shows detailed information about the _Capacity_ of the block and any _Fluids_ stored within.", - - "item.create.wrench.tooltip": "UNLOCALIZED: WRENCH", - "item.create.wrench.tooltip.summary": "UNLOCALIZED: A useful tool for working on kinetic contraptions. Can be used to _Rotate_, _Dismantle_ and to _Configure_ components.", - "item.create.wrench.tooltip.control1": "UNLOCALIZED: Right-Click a kinetic block", - "item.create.wrench.tooltip.action1": "UNLOCALIZED: _Rotates components_ toward or away from the face with which you interacted.", - "item.create.wrench.tooltip.control2": "UNLOCALIZED: R-Click while Sneaking", - "item.create.wrench.tooltip.action2": "UNLOCALIZED: _Disassembles Kinetic components_ and places them back in _your inventory_.", - - "block.create.nozzle.tooltip": "UNLOCALIZED: NOZZLE", - "block.create.nozzle.tooltip.summary": "UNLOCALIZED: Attach to the front of an _Encased Fan_ to distribute its effect on Entities in _all directions_.", - - "block.create.cuckoo_clock.tooltip": "UNLOCALIZED: CUCKOO CLOCK", - "block.create.cuckoo_clock.tooltip.summary": "UNLOCALIZED: Fine craftsmanship for _decorating_ a space and _keeping track of time_.", - "block.create.cuckoo_clock.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", - "block.create.cuckoo_clock.tooltip.behaviour1": "UNLOCALIZED: Shows the _current time_ and plays a tune twice a day. _Activates_ once at _noon_ and at dusk, as soon as _players can sleep_.", - - "block.create.turntable.tooltip": "MESA GIRATÓRIA", - "block.create.turntable.tooltip.summary": "Muda a _Força_ _Rotacional_ em uma forma refinada de Enjoo.", - - "block.create.toolbox.tooltip": "UNLOCALIZED: TOOLBOX", - "block.create.toolbox.tooltip.summary": "UNLOCALIZED: Every Inventors' dearest Companion. Conveniently _holds_ a large amount of _8 Different_ item types.", - "block.create.toolbox.tooltip.condition1": "UNLOCALIZED: When Picked Up", - "block.create.toolbox.tooltip.behaviour1": "UNLOCALIZED: _Retains_ Inventory _Contents_.", - "block.create.toolbox.tooltip.condition2": "UNLOCALIZED: When placed in Range", - "block.create.toolbox.tooltip.behaviour2": "UNLOCALIZED: _Nearby_ _Players_ can hold the _Toolbox_ _Keybind_ to access its contents _Remotely_.", - "block.create.toolbox.tooltip.condition3": "UNLOCALIZED: When R-Clicked", - "block.create.toolbox.tooltip.behaviour3": "UNLOCALIZED: Opens the _Container Interface_.", - - "block.create.stockpile_switch.tooltip": "DISJUNTOR DE ARMAZENAMENTO", - "block.create.stockpile_switch.tooltip.summary": "Alterna um sinal de Redstone com base no _Espaço_ de _Armazenamento_ do Reciente conectado.", - "block.create.stockpile_switch.tooltip.condition1": "Quando abaixo do Limite Mínimo", - "block.create.stockpile_switch.tooltip.behaviour1": "Para de enviar _Sinal_ de _Redstone_", - - "block.create.content_observer.tooltip": "UNLOCALIZED: CONTENT OBSERVER", - "block.create.content_observer.tooltip.summary": "UNLOCALIZED: _Detects Items_ or _Fluids_ inside _containers_, _pipes_ or _conveyors_ matching a configured _filter_.", - "block.create.content_observer.tooltip.condition1": "UNLOCALIZED: When observing a Container", - "block.create.content_observer.tooltip.behaviour1": "UNLOCALIZED: Emits a _Redstone Signal_ while the observed container has _matching_ _content_.", - "block.create.content_observer.tooltip.condition2": "UNLOCALIZED: When observing a Funnel", - "block.create.content_observer.tooltip.behaviour2": "UNLOCALIZED: Emits a _Redstone Pulse_ when a _matching_ Item is _transferred_.", - - "block.create.creative_crate.tooltip": "Caixa Criativa", - "block.create.creative_crate.tooltip.summary": "Provê um suprimento infinito de blocos para Canho~es de Esquema próximos", - "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 your _Blaze Burners_. After eating this cake, Blaze Burners will _never run out of fuel_.", - "item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Cycles_ a 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", - "block.create.controller_rail.tooltip.behaviour1": "UNLOCALIZED: _Accelerates_ or _Decelerates_ passing _minecarts_ corresponding to the _signal strength_. Propagates redstone power to adjacent controller rails. Powering two controller rails with different strengths will cause tracks between them to interpolate their signal.", - - "item.create.sand_paper.tooltip": "UNLOCALIZED: SAND PAPER", - "item.create.sand_paper.tooltip.summary": "UNLOCALIZED: A rough paper that can be used to _polish materials_. Can be automatically applied using the Deployer.", - "item.create.sand_paper.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.sand_paper.tooltip.behaviour1": "UNLOCALIZED: Applies polish to items held in the _offhand_ or lying on the _floor_ when _looking at them_", - - "item.create.builders_tea.tooltip": "UNLOCALIZED: BUILDERS TEA", - "item.create.builders_tea.tooltip.summary": "UNLOCALIZED: The perfect drink to get the day started- _Motivating_ and _Saturating._", - - "item.create.refined_radiance.tooltip": "UNLOCALIZED: REFINED RADIANCE", - "item.create.refined_radiance.tooltip.summary": "UNLOCALIZED: A Chromatic material forged from _absorbed light_.", - "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.shadow_steel.tooltip": "UNLOCALIZED: SHADOW STEEL", - "item.create.shadow_steel.tooltip.summary": "UNLOCALIZED: A Chromatic material forged _in the void_.", - "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.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.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.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.", - - "block.create.placard.tooltip": "UNLOCALIZED: PLACARD", - "block.create.placard.tooltip.summary": "UNLOCALIZED: _Frame_ your _items_ in brass using this fancy wall panel. Safe for contraptions!", - "block.create.placard.tooltip.condition1": "UNLOCALIZED: When R-Clicked with Item", - "block.create.placard.tooltip.behaviour1": "UNLOCALIZED: _Adds_ the held _item_ to the Placard. _Emits_ a brief _Redstone_ signal if a matching item was present already.", - "block.create.placard.tooltip.condition2": "UNLOCALIZED: When Punched", - "block.create.placard.tooltip.behaviour2": "UNLOCALIZED: _Removes_ the current _item_ in the frame.", - - "block.create.flywheel.tooltip": "UNLOCALIZED: FLYWHEEL", - "block.create.flywheel.tooltip.summary": "UNLOCALIZED: _Embellish_ your _Machines_ with this imposing Wheel of Brass.", - "block.create.flywheel.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", - "block.create.flywheel.tooltip.behaviour1": "UNLOCALIZED: Starts spinning.", - - "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.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.minecart_coupling.tooltip": "UNLOCALIZED: MINECART COUPLING", - "item.create.minecart_coupling.tooltip.summary": "UNLOCALIZED: _Chains_ all your _Minecarts_ or _Carriage Contraptions_ together to form a majestic Train.", - "item.create.minecart_coupling.tooltip.condition1": "UNLOCALIZED: When Used on Minecart", - "item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.", - - "item.create.experience_nugget.tooltip": "UNLOCALIZED: NUGGET OF EXPERIENCE", - "item.create.experience_nugget.tooltip.summary": "UNLOCALIZED: _Ding!_ A speck of _inspiration_ from your fantastic inventions.", - "item.create.experience_nugget.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.experience_nugget.tooltip.behaviour1": "UNLOCALIZED: _Redeems_ _Experience_ points contained within.", - - "block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL", - "block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...", - - "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 [------------------------<-", - - "create.ponder.hold_to_ponder": "UNLOCALIZED: Hold [%1$s] to Ponder", - "create.ponder.subject": "UNLOCALIZED: Subject of this scene", - "create.ponder.pondering": "UNLOCALIZED: Pondering about...", - "create.ponder.identify_mode": "UNLOCALIZED: Identify mode active.\nUnpause with [%1$s]", - "create.ponder.associated": "UNLOCALIZED: Associated Entries", - "create.ponder.close": "UNLOCALIZED: Close", - "create.ponder.identify": "UNLOCALIZED: Identify", - "create.ponder.next": "UNLOCALIZED: Next Scene", - "create.ponder.next_up": "UNLOCALIZED: Up Next:", - "create.ponder.previous": "UNLOCALIZED: Previous Scene", - "create.ponder.replay": "UNLOCALIZED: Replay", - "create.ponder.think_back": "UNLOCALIZED: Think Back", - "create.ponder.slow_text": "UNLOCALIZED: Comfy Reading", - "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.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.movement_anchors": "UNLOCALIZED: With the help of 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.display_sources": "UNLOCALIZED: Sources for Display Links", - "create.ponder.tag.display_sources.description": "UNLOCALIZED: Components or Blocks which offer some data that can be read with a Display Link", - "create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation", - "create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around", - "create.ponder.tag.display_targets": "UNLOCALIZED: Targets for Display Links", - "create.ponder.tag.display_targets.description": "UNLOCALIZED: Components or Blocks which can process and display the data received from a Display Link", - "create.ponder.tag.train_related": "UNLOCALIZED: Railway Equipment", - "create.ponder.tag.train_related.description": "UNLOCALIZED: Components used in the construction or management of Train Contraptions", - - "create.ponder.analog_lever.header": "UNLOCALIZED: Controlling signals using the Analog Lever", - "create.ponder.analog_lever.text_1": "UNLOCALIZED: Analog Levers make for a compact and precise source of redstone power", - "create.ponder.analog_lever.text_2": "UNLOCALIZED: Right-click to increase its analog power output", - "create.ponder.analog_lever.text_3": "UNLOCALIZED: Right-click while Sneaking to decrease the power output again", - - "create.ponder.andesite_tunnel.header": "UNLOCALIZED: Using Andesite Tunnels", - "create.ponder.andesite_tunnel.text_1": "UNLOCALIZED: Andesite Tunnels can be used to cover up your belts", - "create.ponder.andesite_tunnel.text_2": "UNLOCALIZED: Whenever an Andesite Tunnel has connections to the sides...", - "create.ponder.andesite_tunnel.text_3": "UNLOCALIZED: ...they will split exactly one item off of any passing stacks", - "create.ponder.andesite_tunnel.text_4": "UNLOCALIZED: The remainder will continue on its path", - - "create.ponder.auto_schedule.header": "UNLOCALIZED: Stations & Scheduling", - "create.ponder.auto_schedule.text_1": "UNLOCALIZED: Schedules can be used to provide drivers with a destination", - "create.ponder.auto_schedule.text_2": "UNLOCALIZED: Comparators will receive a signal whenever a Train is present", - "create.ponder.auto_schedule.text_3": "UNLOCALIZED: Mind that a Station can only be approached from the indicated direction", - "create.ponder.auto_schedule.text_4": "UNLOCALIZED: Stations can also be used to assign new Schedules automatically", - "create.ponder.auto_schedule.text_5": "UNLOCALIZED: The Schedule placed on a station will automatically copy itself to present trains", - "create.ponder.auto_schedule.text_6": "UNLOCALIZED: As opposed to manual scheduling, drivers will not take the item with them", - - "create.ponder.basin.header": "UNLOCALIZED: Processing Items in the Basin", - "create.ponder.basin.text_1": "UNLOCALIZED: A Basin can hold Items and Fluids for Processing", - "create.ponder.basin.text_2": "UNLOCALIZED: After a processing step, basins try to output below to the side of them", - "create.ponder.basin.text_3": "UNLOCALIZED: When a valid component is present, the Basin will show an output faucet", - "create.ponder.basin.text_4": "UNLOCALIZED: A number of options are applicable here", - "create.ponder.basin.text_5": "UNLOCALIZED: Outputs will be caught by the inventory below", - "create.ponder.basin.text_6": "UNLOCALIZED: Without output faucet, the Basin will retain items created in its processing", - "create.ponder.basin.text_7": "UNLOCALIZED: This can be useful if outputs should be re-used as ingredients", - "create.ponder.basin.text_8": "UNLOCALIZED: Desired outputs will then have to be extracted from the basin", - "create.ponder.basin.text_9": "UNLOCALIZED: A Filter might be necessary to avoid pulling out un-processed items", - - "create.ponder.bearing_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Bearing", - "create.ponder.bearing_modes.text_1": "UNLOCALIZED: When Stopped, the Bearing will place the structure at the nearest grid-aligned Angle", - "create.ponder.bearing_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only near the angle it started at", - - "create.ponder.belt_casing.header": "UNLOCALIZED: Encasing Belts", - "create.ponder.belt_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Mechanical Belts", - "create.ponder.belt_casing.text_2": "UNLOCALIZED: A wrench can be used to remove the casing", - - "create.ponder.belt_connector.header": "UNLOCALIZED: Using Mechanical Belts", - "create.ponder.belt_connector.text_1": "UNLOCALIZED: Right-Clicking two shafts with a belt item will connect them together", - "create.ponder.belt_connector.text_2": "UNLOCALIZED: Accidental selections can be canceled with Right-Click while Sneaking", - "create.ponder.belt_connector.text_3": "UNLOCALIZED: Additional Shafts can be added throughout the Belt", - "create.ponder.belt_connector.text_4": "UNLOCALIZED: Shafts connected via Belts will rotate with Identical Speed and Direction", - "create.ponder.belt_connector.text_5": "UNLOCALIZED: Added shafts can be removed using the wrench", - "create.ponder.belt_connector.text_6": "UNLOCALIZED: Mechanical Belts can be dyed for aesthetic purposes", - - "create.ponder.belt_directions.header": "UNLOCALIZED: Valid Orientations for Mechanical Belts", - "create.ponder.belt_directions.text_1": "UNLOCALIZED: Belts cannot connect in arbitrary directions", - "create.ponder.belt_directions.text_2": "UNLOCALIZED: 1. They can connect horizontally", - "create.ponder.belt_directions.text_3": "UNLOCALIZED: 2. They can connect diagonally", - "create.ponder.belt_directions.text_4": "UNLOCALIZED: 3. They can connect vertically", - "create.ponder.belt_directions.text_5": "UNLOCALIZED: 4. And they can connect vertical shafts horizontally", - "create.ponder.belt_directions.text_6": "UNLOCALIZED: These are all possible directions. Belts can span any Length between 2 and 20 blocks", - - "create.ponder.belt_transport.header": "UNLOCALIZED: Using Mechanical Belts for Logistics", - "create.ponder.belt_transport.text_1": "UNLOCALIZED: Moving belts will transport Items and other Entities", - "create.ponder.belt_transport.text_2": "UNLOCALIZED: Right-Click with an empty hand to take items off a belt", - - "create.ponder.blaze_burner.header": "UNLOCALIZED: Feeding Blaze Burners", - "create.ponder.blaze_burner.text_1": "UNLOCALIZED: Blaze Burners can provide Heat to Items processed in a Basin", - "create.ponder.blaze_burner.text_2": "UNLOCALIZED: For this, the Blaze has to be fed with flammable items", - "create.ponder.blaze_burner.text_3": "UNLOCALIZED: With a Blaze Cake, the Burner can reach an even stronger level of heat", - "create.ponder.blaze_burner.text_4": "UNLOCALIZED: The feeding process can be automated using Deployers or Mechanical Arms", - - "create.ponder.brass_funnel.header": "UNLOCALIZED: The Brass Funnel", - "create.ponder.brass_funnel.text_1": "UNLOCALIZED: Andesite Funnels can only ever extract single items.", - "create.ponder.brass_funnel.text_2": "UNLOCALIZED: Brass Funnels can extract up to a full stack.", - "create.ponder.brass_funnel.text_3": "UNLOCALIZED: Scrolling on the filter slot allows for precise control over the extracted stack size.", - "create.ponder.brass_funnel.text_4": "UNLOCALIZED: Using items on the filter slot will restrict the funnel to only transfer matching stacks.", - - "create.ponder.brass_tunnel.header": "UNLOCALIZED: Using Brass Tunnels", - "create.ponder.brass_tunnel.text_1": "UNLOCALIZED: Brass Tunnels can be used to cover up your belts", - "create.ponder.brass_tunnel.text_2": "UNLOCALIZED: Brass Tunnels have filter slots on each open side", - "create.ponder.brass_tunnel.text_3": "UNLOCALIZED: Filters on inbound connections simply block non-matching items", - "create.ponder.brass_tunnel.text_4": "UNLOCALIZED: Filters on outbound connections can be used to sort items by type", - "create.ponder.brass_tunnel.text_5": "UNLOCALIZED: Whenever a passing item has multiple valid exits, the distribution mode will decide how to handle it", - "create.ponder.brass_tunnel.text_6": "UNLOCALIZED: Brass Tunnels on parallel belts will form a group", - "create.ponder.brass_tunnel.text_7": "UNLOCALIZED: Incoming Items will now be distributed across all connected exits", - "create.ponder.brass_tunnel.text_8": "UNLOCALIZED: For this, items can also be inserted into the Tunnel block directly", - - "create.ponder.brass_tunnel_modes.header": "UNLOCALIZED: Distribution Modes of the Brass Tunnel", - "create.ponder.brass_tunnel_modes.text_1": "UNLOCALIZED: Using a Wrench, the distribution behaviour of Brass Tunnels can be configured", - "create.ponder.brass_tunnel_modes.text_10": "UNLOCALIZED: 'Synchronize Inputs' is a unique setting for Brass Tunnels", - "create.ponder.brass_tunnel_modes.text_11": "UNLOCALIZED: Items are only allowed past if every tunnel in the group has one waiting", - "create.ponder.brass_tunnel_modes.text_12": "UNLOCALIZED: This ensures that all affected belts supply items at the same rate", - "create.ponder.brass_tunnel_modes.text_2": "UNLOCALIZED: 'Split' will attempt to distribute the stack evenly between available outputs", - "create.ponder.brass_tunnel_modes.text_3": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", - "create.ponder.brass_tunnel_modes.text_4": "UNLOCALIZED: 'Forced Split' will never skip outputs, and instead wait until they are free", - "create.ponder.brass_tunnel_modes.text_5": "UNLOCALIZED: 'Round Robin' keeps stacks whole, and cycles through outputs iteratively", - "create.ponder.brass_tunnel_modes.text_6": "UNLOCALIZED: Once Again, if an output is unable to take more items, it will be skipped", - "create.ponder.brass_tunnel_modes.text_7": "UNLOCALIZED: 'Forced Round Robin' never skips outputs", - "create.ponder.brass_tunnel_modes.text_8": "UNLOCALIZED: 'Prefer Nearest' prioritizes the outputs closest to the items' input location", - "create.ponder.brass_tunnel_modes.text_9": "UNLOCALIZED: 'Randomize' will distribute whole stacks to randomly picked outputs", - - "create.ponder.cart_assembler.header": "UNLOCALIZED: Moving Structures using Cart Assemblers", - "create.ponder.cart_assembler.text_1": "UNLOCALIZED: Powered Cart Assemblers mount attached structures to passing Minecarts", - "create.ponder.cart_assembler.text_2": "UNLOCALIZED: Without a redstone signal, it disassembles passing cart contraptions back into blocks", - "create.ponder.cart_assembler.text_3": "UNLOCALIZED: Using a Wrench on the Minecart will let you carry the Contraption elsewhere", - - "create.ponder.cart_assembler_dual.header": "UNLOCALIZED: Assembling Carriage Contraptions", - "create.ponder.cart_assembler_dual.text_1": "UNLOCALIZED: Whenever two Cart Assembers share an attached structure...", - "create.ponder.cart_assembler_dual.text_2": "UNLOCALIZED: Powering either of them will create a Carriage Contraption", - "create.ponder.cart_assembler_dual.text_3": "UNLOCALIZED: The carts will behave like those connected via Minecart Coupling", - - "create.ponder.cart_assembler_modes.header": "UNLOCALIZED: Orientation Settings for Minecart Contraptions", - "create.ponder.cart_assembler_modes.text_1": "UNLOCALIZED: Cart Contraptions will rotate to face towards their carts' motion", - "create.ponder.cart_assembler_modes.text_2": "UNLOCALIZED: This Arrow indicates which side of the Structure will be considered the front", - "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_rails.header": "UNLOCALIZED: Other types of Minecarts and Rails", - "create.ponder.cart_assembler_rails.text_1": "UNLOCALIZED: Cart Assemblers on Regular Tracks will not affect the passing carts' motion", - "create.ponder.cart_assembler_rails.text_2": "UNLOCALIZED: When on Powered or Controller Rail, the carts will be held in place until it's Powered", - "create.ponder.cart_assembler_rails.text_3": "UNLOCALIZED: Other types of Minecarts can be used as the anchor", - "create.ponder.cart_assembler_rails.text_4": "UNLOCALIZED: Furnace Carts will keep themselves powered, pulling fuel from any attached inventories", - - "create.ponder.chain_drive.header": "UNLOCALIZED: Relaying rotational force with Chain Drives", - "create.ponder.chain_drive.text_1": "UNLOCALIZED: Chain Drives relay rotation to each other in a row", - "create.ponder.chain_drive.text_2": "UNLOCALIZED: All shafts connected like this will rotate in the same direction", - "create.ponder.chain_drive.text_3": "UNLOCALIZED: Any part of the row can be rotated by 90 degrees", - - "create.ponder.chain_gearshift.header": "UNLOCALIZED: Controlling rotational speed with Chain Gearshifts", - "create.ponder.chain_gearshift.text_1": "UNLOCALIZED: Unpowered Chain Gearshifts behave exactly like Chain Drives", - "create.ponder.chain_gearshift.text_2": "UNLOCALIZED: When Powered, the speed transmitted to other Chain Drives in the row is doubled", - "create.ponder.chain_gearshift.text_3": "UNLOCALIZED: Whenever the Powered Gearshift is not at the source, its speed will be halved instead", - "create.ponder.chain_gearshift.text_4": "UNLOCALIZED: In both cases, Chain Drives in the row always run at 2x the speed of the Powered Gearshift", - "create.ponder.chain_gearshift.text_5": "UNLOCALIZED: Using analog signals, the ratio can be adjusted more precisely between 1 and 2", - "create.ponder.chain_gearshift.text_6": "UNLOCALIZED: 12 RPM", - - "create.ponder.chute.header": "UNLOCALIZED: Transporting Items downward via Chutes", - "create.ponder.chute.text_1": "UNLOCALIZED: Chutes can transport items vertically from and to inventories", - "create.ponder.chute.text_2": "UNLOCALIZED: Using the Wrench, a window can be created", - "create.ponder.chute.text_3": "UNLOCALIZED: Placing chutes targeting the side faces of another will make it diagonal", - - "create.ponder.chute_upward.header": "UNLOCALIZED: Transporting Items upward via Chutes", - "create.ponder.chute_upward.text_1": "UNLOCALIZED: Using Encased Fans at the top or bottom, a Chute can move items upward", - "create.ponder.chute_upward.text_2": "UNLOCALIZED: Inspecting chutes with Engineers' Goggles reveals information about the movement direction", - "create.ponder.chute_upward.text_3": "UNLOCALIZED: On the 'blocked' end, items will have to be inserted/taken from the sides", - - "create.ponder.clockwork_bearing.header": "UNLOCALIZED: Animating Structures using Clockwork Bearings", - "create.ponder.clockwork_bearing.text_1": "UNLOCALIZED: Clockwork Bearings attach to blocks in front of them", - "create.ponder.clockwork_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, the structure will be rotated according to the hour of the day", - "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", - "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", - "create.ponder.clockwork_bearing.text_5": "UNLOCALIZED: Right-Click the bearing to start or stop animating the structure", - "create.ponder.clockwork_bearing.text_6": "UNLOCALIZED: In front of the Hour Hand, a second structure can be added", - "create.ponder.clockwork_bearing.text_7": "UNLOCALIZED: Ensure that the two Structures are not glued to each other", - "create.ponder.clockwork_bearing.text_8": "UNLOCALIZED: The Second Structure will now rotate as the Minute Hand", - - "create.ponder.clutch.header": "UNLOCALIZED: Controlling rotational force using a Clutch", - "create.ponder.clutch.text_1": "UNLOCALIZED: Clutches will relay rotation in a straight line", - "create.ponder.clutch.text_2": "UNLOCALIZED: When powered by Redstone, it breaks the connection", - - "create.ponder.cog_speedup.header": "UNLOCALIZED: Gearshifting with Cogs", - "create.ponder.cog_speedup.text_1": "UNLOCALIZED: Large and Small cogs can be connected diagonally", - "create.ponder.cog_speedup.text_2": "UNLOCALIZED: Shifting from large to small cogs, the conveyed speed will be doubled", - "create.ponder.cog_speedup.text_3": "UNLOCALIZED: Shifting the opposite way, the conveyed speed will be halved", - - "create.ponder.cogwheel.header": "UNLOCALIZED: Relaying rotational force using Cogwheels", - "create.ponder.cogwheel.text_1": "UNLOCALIZED: Cogwheels will relay rotation to other adjacent cogwheels", - "create.ponder.cogwheel.text_2": "UNLOCALIZED: Neighbouring shafts connected like this will rotate in opposite directions", - - "create.ponder.cogwheel_casing.header": "UNLOCALIZED: Encasing Cogwheels", - "create.ponder.cogwheel_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Cogwheels", - "create.ponder.cogwheel_casing.text_2": "UNLOCALIZED: Components added after encasing will not connect to the shaft outputs", - "create.ponder.cogwheel_casing.text_3": "UNLOCALIZED: The Wrench can be used to toggle connections", - - "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_motor.header": "UNLOCALIZED: Generating Rotational Force using Creative Motors", - "create.ponder.creative_motor.text_1": "UNLOCALIZED: Creative motors are a compact and configurable source of Rotational Force", - "create.ponder.creative_motor.text_2": "UNLOCALIZED: Scrolling on the back panel changes the RPM of the motors' rotational output", - - "create.ponder.creative_motor_mojang.header": "UNLOCALIZED: Mojang's Enigma", - - "create.ponder.crushing_wheels.header": "UNLOCALIZED: Processing Items with Crushing Wheels", - "create.ponder.crushing_wheels.text_1": "UNLOCALIZED: A pair of Crushing Wheels can grind items very effectively", - "create.ponder.crushing_wheels.text_2": "UNLOCALIZED: Their Rotational Input has to make them spin into each other", - "create.ponder.crushing_wheels.text_3": "UNLOCALIZED: Items thrown or inserted into the top will get processed", - "create.ponder.crushing_wheels.text_4": "UNLOCALIZED: Items can be inserted and picked up through automated means as well", - - "create.ponder.deployer.header": "UNLOCALIZED: Using the Deployer", - "create.ponder.deployer.text_1": "UNLOCALIZED: Given Rotational Force, a Deployer can imitate player interactions", - "create.ponder.deployer.text_10": "UNLOCALIZED: Right-click the front to give it an Item to use", - "create.ponder.deployer.text_11": "UNLOCALIZED: Items can also be inserted automatically", - "create.ponder.deployer.text_12": "UNLOCALIZED: Deployers carry a filter slot", - "create.ponder.deployer.text_13": "UNLOCALIZED: When a filter is set, it activates only while holding a matching item", - "create.ponder.deployer.text_14": "UNLOCALIZED: Only items matching the filter can now be inserted...", - "create.ponder.deployer.text_15": "UNLOCALIZED: ...and only non-matching items will be extracted", - "create.ponder.deployer.text_2": "UNLOCALIZED: It will always interact with the position 2 blocks in front of itself", - "create.ponder.deployer.text_3": "UNLOCALIZED: Blocks directly in front will not obstruct it", - "create.ponder.deployer.text_4": "UNLOCALIZED: Deployers can:", - "create.ponder.deployer.text_5": "UNLOCALIZED: Place Blocks,", - "create.ponder.deployer.text_6": "UNLOCALIZED: Use Items,", - "create.ponder.deployer.text_7": "UNLOCALIZED: Activate Blocks,", - "create.ponder.deployer.text_8": "UNLOCALIZED: Harvest blocks", - "create.ponder.deployer.text_9": "UNLOCALIZED: and Attack Mobs", - - "create.ponder.deployer_contraption.header": "UNLOCALIZED: Using Deployers on Contraptions", - "create.ponder.deployer_contraption.text_1": "UNLOCALIZED: Whenever Deployers are moved as part of an animated Contraption...", - "create.ponder.deployer_contraption.text_2": "UNLOCALIZED: They activate at each visited location, using items from inventories anywhere on the contraption", - "create.ponder.deployer_contraption.text_3": "UNLOCALIZED: The Filter slot can be used to specify which items to pull", - - "create.ponder.deployer_modes.header": "UNLOCALIZED: Modes of the Deployer", - "create.ponder.deployer_modes.text_1": "UNLOCALIZED: By default, a Deployer imitates a Right-click interaction", - "create.ponder.deployer_modes.text_2": "UNLOCALIZED: Using a Wrench, it can be set to imitate a Left-click instead", - - "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_redstone.header": "UNLOCALIZED: Controlling Deployers with Redstone", - "create.ponder.deployer_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Deployers will not activate", - "create.ponder.deployer_redstone.text_2": "UNLOCALIZED: Before stopping, the Deployer will finish any started cycles", - "create.ponder.deployer_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", - - "create.ponder.depot.header": "UNLOCALIZED: Using Depots", - "create.ponder.depot.text_1": "UNLOCALIZED: Depots can serve as 'stationary' belt elements", - "create.ponder.depot.text_2": "UNLOCALIZED: Right-Click to manually place or remove Items from it", - "create.ponder.depot.text_3": "UNLOCALIZED: Just like Mechanical Belts, it can provide items to processing", - "create.ponder.depot.text_4": "UNLOCALIZED: ...as well as provide Items to Mechanical Arms", - - "create.ponder.display_board.header": "UNLOCALIZED: Using Display Boards", - "create.ponder.display_board.text_1": "UNLOCALIZED: Display Boards are a scalable alternative to the sign", - "create.ponder.display_board.text_2": "UNLOCALIZED: They require Rotational Force to operate", - "create.ponder.display_board.text_3": "UNLOCALIZED: Text can be displayed using Name Tags...", - "create.ponder.display_board.text_4": "UNLOCALIZED: ...or through the use of Display Links", - "create.ponder.display_board.text_5": "UNLOCALIZED: Dyes can be applied to individual lines of the board", - "create.ponder.display_board.text_6": "UNLOCALIZED: Lines can be reset by clicking them with an empty hand", - - "create.ponder.display_link.header": "UNLOCALIZED: Setting up Display Links", - "create.ponder.display_link.text_1": "UNLOCALIZED: Display Links can be used to visualise dynamic information", - "create.ponder.display_link.text_2": "UNLOCALIZED: First, right-click the target display...", - "create.ponder.display_link.text_3": "UNLOCALIZED: ...then attach it to the block to read from", - "create.ponder.display_link.text_4": "UNLOCALIZED: Open the Interface to select and configure what is sent", - "create.ponder.display_link.text_5": "UNLOCALIZED: The display will now receive information from the link", - "create.ponder.display_link.text_6": "UNLOCALIZED: Not every block can act as a source", - "create.ponder.display_link.text_7": "UNLOCALIZED: Each compatible block provides unique information", - "create.ponder.display_link.text_8": "UNLOCALIZED: The Display Link can work with several different displays", - - "create.ponder.display_link_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.display_link_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Display Links stop sending updates", - "create.ponder.display_link_redstone.text_2": "UNLOCALIZED: Once unpowered, the Timer is reset and new info is sent immediately", - "create.ponder.display_link_redstone.text_3": "UNLOCALIZED: Signals emitted from the source do not affect the Link", - - "create.ponder.empty_blaze_burner.header": "UNLOCALIZED: Using Empty Blaze Burners", - "create.ponder.empty_blaze_burner.text_1": "UNLOCALIZED: Right-click a Blaze with the empty burner to capture it", - "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: 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", - "create.ponder.encased_fluid_pipe.text_2": "UNLOCALIZED: Aside from being conceiled, Encased Pipes are locked into their connectivity state", - "create.ponder.encased_fluid_pipe.text_3": "UNLOCALIZED: It will no longer react to any neighbouring blocks being added or removed", - - "create.ponder.fan_direction.header": "UNLOCALIZED: Air flow of Encased Fans", - "create.ponder.fan_direction.text_1": "UNLOCALIZED: Encased Fans use Rotational Force to create an Air Current", - "create.ponder.fan_direction.text_2": "UNLOCALIZED: Strength and Direction of Flow depends on the Rotational Input", - - "create.ponder.fan_processing.header": "UNLOCALIZED: Processing Items using Encased Fans", - "create.ponder.fan_processing.text_1": "UNLOCALIZED: When passing through lava, the Air Flow becomes Heated", - "create.ponder.fan_processing.text_2": "UNLOCALIZED: Items caught in the area will be smelted", - "create.ponder.fan_processing.text_3": "UNLOCALIZED: Food items thrown here would be incinerated", - "create.ponder.fan_processing.text_4": "UNLOCALIZED: Instead, a setup for Smoking using Fire should be used for them", - "create.ponder.fan_processing.text_5": "UNLOCALIZED: Air Flows passing through water create a Washing Setup", - "create.ponder.fan_processing.text_6": "UNLOCALIZED: Some interesting new processing can be done with it", - "create.ponder.fan_processing.text_7": "UNLOCALIZED: The Speed of the Fan does NOT affect the processing speed, only its range", - "create.ponder.fan_processing.text_8": "UNLOCALIZED: Fan Processing can also be applied to Items on Depots and Belts", - - "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_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_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_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.funnel_compat.header": "UNLOCALIZED: Funnel compatibility", - "create.ponder.funnel_compat.text_1": "UNLOCALIZED: Funnels should also interact nicely with a handful of other components.", - "create.ponder.funnel_compat.text_2": "UNLOCALIZED: Vertical Saws", - "create.ponder.funnel_compat.text_3": "UNLOCALIZED: Depots", - "create.ponder.funnel_compat.text_4": "UNLOCALIZED: Item Drains", - - "create.ponder.funnel_direction.header": "UNLOCALIZED: Direction of Transfer", - "create.ponder.funnel_direction.text_1": "UNLOCALIZED: Placed normally, it pulls items from the inventory.", - "create.ponder.funnel_direction.text_2": "UNLOCALIZED: Placed while sneaking, it puts items into the inventory.", - "create.ponder.funnel_direction.text_3": "UNLOCALIZED: Using a wrench, the funnel can be flipped after placement.", - "create.ponder.funnel_direction.text_4": "UNLOCALIZED: Same rules will apply for most orientations.", - "create.ponder.funnel_direction.text_5": "UNLOCALIZED: Funnels on belts will extract/insert depending on its movement direction.", - - "create.ponder.funnel_intro.header": "UNLOCALIZED: Using funnels", - "create.ponder.funnel_intro.text_1": "UNLOCALIZED: Funnels are ideal for transferring items from and to inventories.", - - "create.ponder.funnel_redstone.header": "UNLOCALIZED: Redstone control", - "create.ponder.funnel_redstone.text_1": "UNLOCALIZED: Redstone power will prevent any funnel from acting", - - "create.ponder.funnel_transfer.header": "UNLOCALIZED: Direct transfer", - "create.ponder.funnel_transfer.text_1": "UNLOCALIZED: Funnels cannot ever transfer between closed inventories directly.", - "create.ponder.funnel_transfer.text_2": "UNLOCALIZED: Chutes or Smart chutes might be more suitable for such purposes.", - "create.ponder.funnel_transfer.text_3": "UNLOCALIZED: Same applies for horizontal movement. A mechanical belt should help here.", - - "create.ponder.gantry_carriage.header": "UNLOCALIZED: Using Gantry Carriages", - "create.ponder.gantry_carriage.text_1": "UNLOCALIZED: Gantry Carriages can mount to and slide along a Gantry Shaft.", - "create.ponder.gantry_carriage.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", - - "create.ponder.gantry_cascaded.header": "UNLOCALIZED: Cascaded Gantries", - "create.ponder.gantry_cascaded.text_1": "UNLOCALIZED: Gantry shafts attach to a carriage without the need of super glue", - "create.ponder.gantry_cascaded.text_2": "UNLOCALIZED: Same applies for carriages on moved Gantry Shafts", - "create.ponder.gantry_cascaded.text_3": "UNLOCALIZED: Thus, a gantry system can be cascaded to cover multiple axes of movement", - - "create.ponder.gantry_direction.header": "UNLOCALIZED: Gantry Movement Direction", - "create.ponder.gantry_direction.text_1": "UNLOCALIZED: Gantry Shafts can have opposite orientations", - "create.ponder.gantry_direction.text_2": "UNLOCALIZED: The movement direction of carriages depend on their shafts' orientation", - "create.ponder.gantry_direction.text_3": "UNLOCALIZED: ...as well as the rotation direction of the shaft", - "create.ponder.gantry_direction.text_4": "UNLOCALIZED: Same rules apply for the propagated rotation", - - "create.ponder.gantry_redstone.header": "UNLOCALIZED: Gantry Power Propagation", - "create.ponder.gantry_redstone.text_1": "UNLOCALIZED: Redstone-powered gantry shafts stop moving their carriages", - "create.ponder.gantry_redstone.text_2": "UNLOCALIZED: Instead, its rotational force is relayed to the carriages' output shaft", - - "create.ponder.gantry_shaft.header": "UNLOCALIZED: Using Gantry Shafts", - "create.ponder.gantry_shaft.text_1": "UNLOCALIZED: Gantry Shafts form the basis of a gantry setup. Attached Carriages will move along them.", - "create.ponder.gantry_shaft.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", - - "create.ponder.gearbox.header": "UNLOCALIZED: Relaying rotational force using Gearboxes", - "create.ponder.gearbox.text_1": "UNLOCALIZED: Jumping between axes of rotation can get bulky quickly", - "create.ponder.gearbox.text_2": "UNLOCALIZED: A gearbox is the more compact equivalent of this setup", - "create.ponder.gearbox.text_3": "UNLOCALIZED: Shafts around corners rotate in mirrored directions", - "create.ponder.gearbox.text_4": "UNLOCALIZED: Straight connections will be reversed", - - "create.ponder.gearshift.header": "UNLOCALIZED: Controlling rotational force using a Gearshift", - "create.ponder.gearshift.text_1": "UNLOCALIZED: Gearshifts will relay rotation in a straight line", - "create.ponder.gearshift.text_2": "UNLOCALIZED: When powered by Redstone, it reverses the transmission", - - "create.ponder.hand_crank.header": "UNLOCALIZED: Generating Rotational Force using Hand Cranks", - "create.ponder.hand_crank.text_1": "UNLOCALIZED: Hand Cranks can be used by players to apply rotational force manually", - "create.ponder.hand_crank.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", - "create.ponder.hand_crank.text_3": "UNLOCALIZED: Its conveyed speed is relatively high", - "create.ponder.hand_crank.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", - - "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_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_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.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_vault_sizes.header": "UNLOCALIZED: Dimensions of an Item Vault", - "create.ponder.item_vault_sizes.text_1": "UNLOCALIZED: Item Vaults can be combined to increase the total capacity", - "create.ponder.item_vault_sizes.text_2": "UNLOCALIZED: Their base square can be up to 3 blocks wide...", - "create.ponder.item_vault_sizes.text_3": "UNLOCALIZED: ...and grow in length up to 3x their diameter", - - "create.ponder.item_vault_storage.header": "UNLOCALIZED: Storing Items in Vaults", - "create.ponder.item_vault_storage.text_1": "UNLOCALIZED: Item Vaults can be used to store large amounts of items", - "create.ponder.item_vault_storage.text_2": "UNLOCALIZED: However, contents cannot be added or taken manually", - "create.ponder.item_vault_storage.text_3": "UNLOCALIZED: Any components for item transfer can both insert...", - "create.ponder.item_vault_storage.text_4": "UNLOCALIZED: ...and take contents from this container", - - "create.ponder.large_cogwheel.header": "UNLOCALIZED: Relaying rotational force using Large Cogwheels", - "create.ponder.large_cogwheel.text_1": "UNLOCALIZED: Large cogwheels can connect to each other at right angles", - "create.ponder.large_cogwheel.text_2": "UNLOCALIZED: It will help relaying conveyed speed to other axes of rotation", - - "create.ponder.linear_chassis_attachment.header": "UNLOCALIZED: Attaching blocks using Linear Chassis", - "create.ponder.linear_chassis_attachment.text_1": "UNLOCALIZED: The open faces of a Linear Chassis can be made Sticky", - "create.ponder.linear_chassis_attachment.text_2": "UNLOCALIZED: Click again to make the opposite side sticky", - "create.ponder.linear_chassis_attachment.text_3": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", - "create.ponder.linear_chassis_attachment.text_4": "UNLOCALIZED: Stickied faces of the Linear Chassis will attach a line of blocks in front of it", - "create.ponder.linear_chassis_attachment.text_5": "UNLOCALIZED: Using a Wrench, a precise Range can be specified for this chassis", - "create.ponder.linear_chassis_attachment.text_6": "UNLOCALIZED: Holding CTRL and scrolling adjusts the range of all attached Chassis Blocks", - "create.ponder.linear_chassis_attachment.text_7": "UNLOCALIZED: Attaching blocks to any other side requires the use of Super Glue", - "create.ponder.linear_chassis_attachment.text_8": "UNLOCALIZED: Using these mechanics, structures of any shape can move as a Contraption", - - "create.ponder.linear_chassis_group.header": "UNLOCALIZED: Moving Linear Chassis in groups", - "create.ponder.linear_chassis_group.text_1": "UNLOCALIZED: Linear Chassis connect to identical Chassis blocks next to them", - "create.ponder.linear_chassis_group.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.linear_chassis_group.text_3": "UNLOCALIZED: Chassis of a different type or facing another direction will not attach", - - "create.ponder.mechanical_arm.header": "UNLOCALIZED: Setting up Mechanical Arms", - "create.ponder.mechanical_arm.text_1": "UNLOCALIZED: Mechanical Arms have to be assigned their in- and outputs before they are placed", - "create.ponder.mechanical_arm.text_2": "UNLOCALIZED: Right-Click inventories while holding the Arm to assign them as Targets", - "create.ponder.mechanical_arm.text_3": "UNLOCALIZED: Right-Click again to toggle between Input (Blue) and Output (Orange)", - "create.ponder.mechanical_arm.text_4": "UNLOCALIZED: Left-Click components to remove their Selection", - "create.ponder.mechanical_arm.text_5": "UNLOCALIZED: Once placed, the Mechanical Arm will target the blocks selected previously", - "create.ponder.mechanical_arm.text_6": "UNLOCALIZED: They can have any amount of in- and outputs within their range", - "create.ponder.mechanical_arm.text_7": "UNLOCALIZED: However, not every type of Inventory can be interacted with directly", - "create.ponder.mechanical_arm.text_8": "UNLOCALIZED: Funnels and Depots can help to Bridge that gap", - - "create.ponder.mechanical_arm_filtering.header": "UNLOCALIZED: Filtering Outputs of the Mechanical Arm", - "create.ponder.mechanical_arm_filtering.text_1": "UNLOCALIZED: Inputs", - "create.ponder.mechanical_arm_filtering.text_2": "UNLOCALIZED: Outputs", - "create.ponder.mechanical_arm_filtering.text_3": "UNLOCALIZED: Sometimes it is desirable to restrict targets of the Arm by matching a filter", - "create.ponder.mechanical_arm_filtering.text_4": "UNLOCALIZED: Mechanical Arms by themselves do not provide any options for filtering", - "create.ponder.mechanical_arm_filtering.text_5": "UNLOCALIZED: Brass Funnels as Targets do however communicate their own filter to the Arm", - "create.ponder.mechanical_arm_filtering.text_6": "UNLOCALIZED: The Arm is smart enough not to pick up items it couldn't distribute", - - "create.ponder.mechanical_arm_modes.header": "UNLOCALIZED: Distribution modes of the Mechanical Arm", - "create.ponder.mechanical_arm_modes.text_1": "UNLOCALIZED: Input", - "create.ponder.mechanical_arm_modes.text_2": "UNLOCALIZED: Outputs", - "create.ponder.mechanical_arm_modes.text_3": "UNLOCALIZED: Whenever an Arm has to choose between multiple valid outputs...", - "create.ponder.mechanical_arm_modes.text_4": "UNLOCALIZED: ...it will act according to its setting", - "create.ponder.mechanical_arm_modes.text_5": "UNLOCALIZED: Scrolling with a Wrench will allow you to configure it", - "create.ponder.mechanical_arm_modes.text_6": "UNLOCALIZED: Round Robin mode simply cycles through all outputs that are available", - "create.ponder.mechanical_arm_modes.text_7": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", - "create.ponder.mechanical_arm_modes.text_8": "UNLOCALIZED: Forced Round Robin mode will never skip outputs, and instead wait until they are free", - "create.ponder.mechanical_arm_modes.text_9": "UNLOCALIZED: Prefer First prioritizes the outputs selected earliest when configuring this Arm", - - "create.ponder.mechanical_arm_redstone.header": "UNLOCALIZED: Controlling Mechanical Arms with Redstone", - "create.ponder.mechanical_arm_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Mechanical Arms will not activate", - "create.ponder.mechanical_arm_redstone.text_2": "UNLOCALIZED: Before stopping, it will finish any started cycles", - "create.ponder.mechanical_arm_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", - - "create.ponder.mechanical_bearing.header": "UNLOCALIZED: Movings Structures using the Mechanical Bearing", - "create.ponder.mechanical_bearing.text_1": "UNLOCALIZED: Mechanical Bearings attach to the block in front of them", - "create.ponder.mechanical_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, it will assemble it into a Rotating Contraption", - - "create.ponder.mechanical_crafter.header": "UNLOCALIZED: Setting up Mechanical Crafters", - "create.ponder.mechanical_crafter.text_1": "UNLOCALIZED: An array of Mechanical Crafters can be used to automate any Crafting Recipe", - "create.ponder.mechanical_crafter.text_2": "UNLOCALIZED: Using a Wrench, the Crafters' paths can be arranged", - "create.ponder.mechanical_crafter.text_3": "UNLOCALIZED: For a valid setup, all paths have to converge into one exit at any side", - "create.ponder.mechanical_crafter.text_4": "UNLOCALIZED: The outputs will be placed into the inventory at the exit", - "create.ponder.mechanical_crafter.text_5": "UNLOCALIZED: Mechanical Crafters require Rotational Force to operate", - "create.ponder.mechanical_crafter.text_6": "UNLOCALIZED: Right-Click the front to insert Items manually", - "create.ponder.mechanical_crafter.text_7": "UNLOCALIZED: Once every slot of a path contains an Item, the crafting process will begin", - "create.ponder.mechanical_crafter.text_8": "UNLOCALIZED: For recipes not fully occupying the crafter setup, the start can be forced using a Redstone Pulse", - - "create.ponder.mechanical_crafter_connect.header": "UNLOCALIZED: Connecting Inventories of Crafters", - "create.ponder.mechanical_crafter_connect.text_1": "UNLOCALIZED: Items can be inserted to Crafters automatically", - "create.ponder.mechanical_crafter_connect.text_2": "UNLOCALIZED: Using the Wrench at their backs, Mechanical Crafter inputs can be combined", - "create.ponder.mechanical_crafter_connect.text_3": "UNLOCALIZED: All connected Crafters can now be accessed by the same input location", - - "create.ponder.mechanical_crafter_covers.header": "UNLOCALIZED: Covering slots of Mechanical Crafters", - "create.ponder.mechanical_crafter_covers.text_1": "UNLOCALIZED: Some recipes will require additional Crafters to bridge gaps in the path", - "create.ponder.mechanical_crafter_covers.text_2": "UNLOCALIZED: Using Slot Covers, Crafters can be set to act as an Empty Slot in the arrangement", - "create.ponder.mechanical_crafter_covers.text_3": "UNLOCALIZED: Shared Inputs created with the Wrench at the back can also reach across covered Crafters", - - "create.ponder.mechanical_drill.header": "UNLOCALIZED: Breaking Blocks with the Mechanical Drill", - "create.ponder.mechanical_drill.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Drill will break blocks directly in front of it", - "create.ponder.mechanical_drill.text_2": "UNLOCALIZED: Its mining speed depends on the Rotational Input", - - "create.ponder.mechanical_drill_contraption.header": "UNLOCALIZED: Using Mechanical Drills on Contraptions", - "create.ponder.mechanical_drill_contraption.text_1": "UNLOCALIZED: Whenever Drills are moved as part of an animated Contraption...", - "create.ponder.mechanical_drill_contraption.text_2": "UNLOCALIZED: ...they will break blocks the contraption runs them into", - - "create.ponder.mechanical_harvester.header": "UNLOCALIZED: Using Mechanical Harvesters on Contraptions", - "create.ponder.mechanical_harvester.text_1": "UNLOCALIZED: Whenever Harvesters are moved as part of an animated Contraption...", - "create.ponder.mechanical_harvester.text_2": "UNLOCALIZED: They will harvest and reset any mature crops on their way", - - "create.ponder.mechanical_mixer.header": "UNLOCALIZED: Processing Items with the Mechanical Mixer", - "create.ponder.mechanical_mixer.text_1": "UNLOCALIZED: With a Mixer and Basin, some Crafting Recipes can be automated", - "create.ponder.mechanical_mixer.text_2": "UNLOCALIZED: Available recipes include any Shapeless Crafting Recipe, plus a couple extra ones", - "create.ponder.mechanical_mixer.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", - "create.ponder.mechanical_mixer.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", - - "create.ponder.mechanical_piston.header": "UNLOCALIZED: Moving Structures using Mechanical Pistons", - "create.ponder.mechanical_piston.text_1": "UNLOCALIZED: Mechanical Pistons can move blocks in front of them", - "create.ponder.mechanical_piston.text_2": "UNLOCALIZED: Speed and direction of movement depend on the Rotational Input", - "create.ponder.mechanical_piston.text_3": "UNLOCALIZED: Sticky Mechanical Pistons can pull the attached blocks back", - - "create.ponder.mechanical_piston_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Piston", - "create.ponder.mechanical_piston_modes.text_1": "UNLOCALIZED: Whenever Pistons stop moving, the moved structure reverts to blocks", - "create.ponder.mechanical_piston_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", - - "create.ponder.mechanical_plough.header": "UNLOCALIZED: Using Mechanical Ploughs on Contraptions", - "create.ponder.mechanical_plough.text_1": "UNLOCALIZED: Whenever Ploughs are moved as part of an animated Contraption...", - "create.ponder.mechanical_plough.text_2": "UNLOCALIZED: ...they will break blocks without a solid collision hitbox", - "create.ponder.mechanical_plough.text_3": "UNLOCALIZED: Additionally, ploughs can create farmland", - "create.ponder.mechanical_plough.text_4": "UNLOCALIZED: ...they can also launch entities without hurting them", - - "create.ponder.mechanical_press.header": "UNLOCALIZED: Processing Items with the Mechanical Press", - "create.ponder.mechanical_press.text_1": "UNLOCALIZED: The Mechanical Press can process items provided beneath it", - "create.ponder.mechanical_press.text_2": "UNLOCALIZED: The Input items can be dropped or placed on a Depot under the Press", - "create.ponder.mechanical_press.text_3": "UNLOCALIZED: When items are provided on a belt...", - "create.ponder.mechanical_press.text_4": "UNLOCALIZED: The Press will hold and process them automatically", - - "create.ponder.mechanical_press_compacting.header": "UNLOCALIZED: Compacting items with the Mechanical Press", - "create.ponder.mechanical_press_compacting.text_1": "UNLOCALIZED: Pressing items held in a Basin will cause them to be Compacted", - "create.ponder.mechanical_press_compacting.text_2": "UNLOCALIZED: Compacting includes any filled 2x2 or 3x3 Crafting Recipe, plus a couple extra ones", - "create.ponder.mechanical_press_compacting.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", - "create.ponder.mechanical_press_compacting.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", - - "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_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_saw_breaker.header": "UNLOCALIZED: Cutting Trees with the Mechanical Saw", - "create.ponder.mechanical_saw_breaker.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Saw will cut trees directly in front of it", - "create.ponder.mechanical_saw_breaker.text_2": "UNLOCALIZED: In order to cut the tree fully, the Saw has to break the last block connecting it to the ground", - - "create.ponder.mechanical_saw_contraption.header": "UNLOCALIZED: Using Mechanical Saws on Contraptions", - "create.ponder.mechanical_saw_contraption.text_1": "UNLOCALIZED: Whenever Saws are moved as part of an animated Contraption...", - "create.ponder.mechanical_saw_contraption.text_2": "UNLOCALIZED: ...they will cut any trees the contraption runs them into", - - "create.ponder.mechanical_saw_processing.header": "UNLOCALIZED: Processing Items on the Mechanical Saw", - "create.ponder.mechanical_saw_processing.text_1": "UNLOCALIZED: Upward facing Mechanical Saws can process a variety of items", - "create.ponder.mechanical_saw_processing.text_2": "UNLOCALIZED: The processed item always moves against the rotational input to the saw", - "create.ponder.mechanical_saw_processing.text_3": "UNLOCALIZED: Saws can work in-line with Mechanical Belts", - "create.ponder.mechanical_saw_processing.text_4": "UNLOCALIZED: When an ingredient has multiple possible outcomes, the filter slot can specify it", - "create.ponder.mechanical_saw_processing.text_5": "UNLOCALIZED: Without filter, the Saw would cycle through all outcomes instead", - - "create.ponder.millstone.header": "UNLOCALIZED: Processing Items in the Millstone", - "create.ponder.millstone.text_1": "UNLOCALIZED: Millstones process items by grinding them", - "create.ponder.millstone.text_2": "UNLOCALIZED: They can be powered from the side using cogwheels", - "create.ponder.millstone.text_3": "UNLOCALIZED: Throw or Insert items at the top", - "create.ponder.millstone.text_4": "UNLOCALIZED: After some time, the result can be obtained via Right-click", - "create.ponder.millstone.text_5": "UNLOCALIZED: The outputs can also be extracted by automation", - - "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", - "create.ponder.piston_pole.text_2": "UNLOCALIZED: The Length of pole added at its back determines the Extension Range", - - "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_storage_interface.header": "UNLOCALIZED: Contraption Storage Exchange", - "create.ponder.portable_storage_interface.text_1": "UNLOCALIZED: Inventories on moving contraptions cannot be accessed by players.", - "create.ponder.portable_storage_interface.text_2": "UNLOCALIZED: This component can interact with storage without the need to stop the contraption.", - "create.ponder.portable_storage_interface.text_3": "UNLOCALIZED: Place a second one with a gap of 1 or 2 blocks inbetween", - "create.ponder.portable_storage_interface.text_4": "UNLOCALIZED: Whenever they pass by each other, they will engage in a connection", - "create.ponder.portable_storage_interface.text_5": "UNLOCALIZED: While engaged, the stationary interface will represent ALL inventories on the contraption", - "create.ponder.portable_storage_interface.text_6": "UNLOCALIZED: Items can now be inserted...", - "create.ponder.portable_storage_interface.text_7": "UNLOCALIZED: ...or extracted from the contraption", - "create.ponder.portable_storage_interface.text_8": "UNLOCALIZED: After no items have been exchanged for a while, the contraption will continue on its way", - - "create.ponder.portable_storage_interface_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.portable_storage_interface_redstone.text_1": "UNLOCALIZED: Redstone power will prevent the stationary interface from engaging", - - "create.ponder.powered_latch.header": "UNLOCALIZED: Controlling signals using the Powered Latch", - "create.ponder.powered_latch.text_1": "UNLOCALIZED: Powered Latches are redstone controllable Levers", - "create.ponder.powered_latch.text_2": "UNLOCALIZED: Signals at the back switch it on", - "create.ponder.powered_latch.text_3": "UNLOCALIZED: Signals from the side switch it back off", - "create.ponder.powered_latch.text_4": "UNLOCALIZED: Powered latches can also be toggled manually", - - "create.ponder.powered_toggle_latch.header": "UNLOCALIZED: Controlling signals using the Powered Toggle Latch", - "create.ponder.powered_toggle_latch.text_1": "UNLOCALIZED: Powered Toggle Latches are redstone controllable Levers", - "create.ponder.powered_toggle_latch.text_2": "UNLOCALIZED: Signals at the back will toggle its state", - "create.ponder.powered_toggle_latch.text_3": "UNLOCALIZED: ...on and back off", - "create.ponder.powered_toggle_latch.text_4": "UNLOCALIZED: Powered toggle latches can also be toggled manually", - - "create.ponder.pulse_extender.header": "UNLOCALIZED: Controlling signals using Pulse Extenders", - "create.ponder.pulse_extender.text_1": "UNLOCALIZED: Pulse Extenders can lengthen a signal passing through", - "create.ponder.pulse_extender.text_2": "UNLOCALIZED: They activate after a short delay...", - "create.ponder.pulse_extender.text_3": "UNLOCALIZED: ...and cool down for the configured duration", - "create.ponder.pulse_extender.text_4": "UNLOCALIZED: Using the mouse wheel, the discharge time can be configured", - "create.ponder.pulse_extender.text_5": "UNLOCALIZED: The configured duration can range up to 30 minutes", - - "create.ponder.pulse_repeater.header": "UNLOCALIZED: Controlling signals using Pulse Repeaters", - "create.ponder.pulse_repeater.text_1": "UNLOCALIZED: Pulse Repeaters emit a short pulse at a delay", - "create.ponder.pulse_repeater.text_2": "UNLOCALIZED: Using the mouse wheel, the charge time can be configured", - "create.ponder.pulse_repeater.text_3": "UNLOCALIZED: Configured delays can range up to 30 minutes", - - "create.ponder.radial_chassis.header": "UNLOCALIZED: Attaching blocks using Radial Chassis", - "create.ponder.radial_chassis.text_1": "UNLOCALIZED: Radial Chassis connect to identical Chassis blocks in a row", - "create.ponder.radial_chassis.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.radial_chassis.text_3": "UNLOCALIZED: The side faces of a Radial Chassis can be made Sticky", - "create.ponder.radial_chassis.text_4": "UNLOCALIZED: Click again to make all other sides sticky", - "create.ponder.radial_chassis.text_5": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", - "create.ponder.radial_chassis.text_6": "UNLOCALIZED: Whenever a Block is next to a sticky face...", - "create.ponder.radial_chassis.text_7": "UNLOCALIZED: ...it will attach all reachable blocks within a radius on that layer", - "create.ponder.radial_chassis.text_8": "UNLOCALIZED: Using a Wrench, a precise Radius can be specified for this chassis", - "create.ponder.radial_chassis.text_9": "UNLOCALIZED: Blocks not reachable by any sticky face will not attach", - - "create.ponder.redstone_contact.header": "UNLOCALIZED: Redstone Contacts", - "create.ponder.redstone_contact.text_1": "UNLOCALIZED: Redstone Contacts facing each other will emit a redstone signal", - "create.ponder.redstone_contact.text_2": "UNLOCALIZED: This still applies when one of them is part of a moving Contraption", - - "create.ponder.redstone_link.header": "UNLOCALIZED: Using Redstone Links", - "create.ponder.redstone_link.text_1": "UNLOCALIZED: Redstone Links can transmit redstone signals wirelessly", - "create.ponder.redstone_link.text_2": "UNLOCALIZED: Right-click while Sneaking to toggle receive mode", - "create.ponder.redstone_link.text_3": "UNLOCALIZED: A simple Right-click with a Wrench can do the same", - "create.ponder.redstone_link.text_4": "UNLOCALIZED: Receivers emit the redstone power of transmitters within 128 blocks", - "create.ponder.redstone_link.text_5": "UNLOCALIZED: Placing items in the two slots can specify a Frequency", - "create.ponder.redstone_link.text_6": "UNLOCALIZED: Only the links with matching Frequencies will communicate", - - "create.ponder.rope_pulley.header": "UNLOCALIZED: Moving Structures using Rope Pulleys", - "create.ponder.rope_pulley.text_1": "UNLOCALIZED: Rope Pulleys can move blocks vertically when given Rotational Force", - "create.ponder.rope_pulley.text_2": "UNLOCALIZED: Direction and Speed of movement depend on the Rotational Input", - - "create.ponder.rope_pulley_attachment.header": "UNLOCALIZED: Moving Pulleys as part of a Contraption", - "create.ponder.rope_pulley_attachment.text_1": "UNLOCALIZED: Whenever Pulleys are themselves being moved by a Contraption...", - "create.ponder.rope_pulley_attachment.text_2": "UNLOCALIZED: ...its attached structure will be dragged with it", - "create.ponder.rope_pulley_attachment.text_3": "UNLOCALIZED: Mind that pulleys are only movable while stopped", - - "create.ponder.rope_pulley_modes.header": "UNLOCALIZED: Movement Modes of the Rope Pulley", - "create.ponder.rope_pulley_modes.text_1": "UNLOCALIZED: Whenever Pulleys stop moving, the moved structure reverts to blocks", - "create.ponder.rope_pulley_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", - - "create.ponder.rose_quartz_lamp.header": "UNLOCALIZED: Rose Quartz Lamps", - "create.ponder.rose_quartz_lamp.text_1": "UNLOCALIZED: Rose Quartz Lamps activate on a Redstone signal", - "create.ponder.rose_quartz_lamp.text_2": "UNLOCALIZED: They will continue to emit redstone power afterwards", - "create.ponder.rose_quartz_lamp.text_3": "UNLOCALIZED: When multiple lamps are arranged in a group...", - "create.ponder.rose_quartz_lamp.text_4": "UNLOCALIZED: ...activating a Lamp will focus the signal to it, deactivating all others", - "create.ponder.rose_quartz_lamp.text_5": "UNLOCALIZED: Comparators output based on the distance to a powered lamp", - "create.ponder.rose_quartz_lamp.text_6": "UNLOCALIZED: The Lamps can also be toggled manually using a Wrench", - - "create.ponder.rotation_speed_controller.header": "UNLOCALIZED: Using the Rotational Speed Controller", - "create.ponder.rotation_speed_controller.text_1": "UNLOCALIZED: Rot. Speed Controllers relay rotation from their axis to a Large Cogwheel above them", - "create.ponder.rotation_speed_controller.text_2": "UNLOCALIZED: Using the scroll input on its side, the conveyed speed can be configured", - - "create.ponder.sail.header": "UNLOCALIZED: Assembling Windmills using Sails", - "create.ponder.sail.text_1": "UNLOCALIZED: Sails are handy blocks to create Windmills with", - "create.ponder.sail.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", - "create.ponder.sail.text_3": "UNLOCALIZED: Right-Click with Dye to paint them", - "create.ponder.sail.text_4": "UNLOCALIZED: Right-Click with Shears to turn them back into frames", - - "create.ponder.sail_frame.header": "UNLOCALIZED: Assembling Windmills using Sail Frames", - "create.ponder.sail_frame.text_1": "UNLOCALIZED: Sail Frames are handy blocks to create Windmills with", - "create.ponder.sail_frame.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", - - "create.ponder.sequenced_gearshift.header": "UNLOCALIZED: Controlling Rotational Speed using Sequenced Gearshifts", - "create.ponder.sequenced_gearshift.text_1": "UNLOCALIZED: Seq. Gearshifts relay rotation by following a timed list of instructions", - "create.ponder.sequenced_gearshift.text_2": "UNLOCALIZED: Right-click it to open the Configuration UI", - "create.ponder.sequenced_gearshift.text_3": "UNLOCALIZED: Upon receiving a Redstone Signal, it will start running its configured sequence", - "create.ponder.sequenced_gearshift.text_4": "UNLOCALIZED: Once finished, it waits for the next Redstone Signal and starts over", - "create.ponder.sequenced_gearshift.text_5": "UNLOCALIZED: A redstone comparator can be used to read the current progress", - - "create.ponder.shaft.header": "UNLOCALIZED: Relaying rotational force using Shafts", - "create.ponder.shaft.text_1": "UNLOCALIZED: Shafts will relay rotation in a straight line.", - - "create.ponder.shaft_casing.header": "UNLOCALIZED: Encasing Shafts", - "create.ponder.shaft_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Shafts", - - "create.ponder.smart_chute.header": "UNLOCALIZED: Filtering Items using Smart Chutes", - "create.ponder.smart_chute.text_1": "UNLOCALIZED: Smart Chutes are vertical chutes with additional control", - "create.ponder.smart_chute.text_2": "UNLOCALIZED: Items in the filter slot specify what exactly they can extract and transfer", - "create.ponder.smart_chute.text_3": "UNLOCALIZED: Use the Mouse Wheel to specify the extracted stack size", - "create.ponder.smart_chute.text_4": "UNLOCALIZED: Redstone power will prevent Smart Chutes from acting.", - - "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.speedometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Speedometer", - "create.ponder.speedometer.text_1": "UNLOCALIZED: The Speedometer displays the current Speed of the attached components", - "create.ponder.speedometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", - "create.ponder.speedometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Speedometer's measurements", - - "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.stabilized_bearings.header": "UNLOCALIZED: Stabilized Contraptions", - "create.ponder.stabilized_bearings.text_1": "UNLOCALIZED: Whenever Mechanical Bearings are themselves part of a moving Structure..", - "create.ponder.stabilized_bearings.text_2": "UNLOCALIZED: ..they will attempt to keep themselves upright", - "create.ponder.stabilized_bearings.text_3": "UNLOCALIZED: Once again, the bearing will attach to the block in front of it", - "create.ponder.stabilized_bearings.text_4": "UNLOCALIZED: As a result, the entire sub-Contraption will stay upright", - - "create.ponder.steam_engine.header": "UNLOCALIZED: Setting up Steam Engines", - "create.ponder.steam_engine.text_1": "UNLOCALIZED: Steam Engines can be placed on a Fluid Tank", - "create.ponder.steam_engine.text_10": "UNLOCALIZED: Lvl 4", - "create.ponder.steam_engine.text_11": "UNLOCALIZED: 4 Engines", - "create.ponder.steam_engine.text_12": "UNLOCALIZED: Lvl 8", - "create.ponder.steam_engine.text_13": "UNLOCALIZED: 8 Engines", - "create.ponder.steam_engine.text_2": "UNLOCALIZED: Clicking the engine with a Shaft creates the Kinetic Output", - "create.ponder.steam_engine.text_3": "UNLOCALIZED: With sufficient Heat, Water and Boiler space...", - "create.ponder.steam_engine.text_4": "UNLOCALIZED: ...they will generate Rotational Force", - "create.ponder.steam_engine.text_5": "UNLOCALIZED: The minimal setup requires 4 Fluid Tanks", - "create.ponder.steam_engine.text_6": "UNLOCALIZED: With the help of Blaze Burners, the power output can be increased", - "create.ponder.steam_engine.text_7": "UNLOCALIZED: Higher power levels require more Water, Size and Heat", - "create.ponder.steam_engine.text_8": "UNLOCALIZED: The boiler's current power level can be inspected with Engineer's Goggles", - "create.ponder.steam_engine.text_9": "UNLOCALIZED: With each added power level, an additional Engine can output at full capacity", - - "create.ponder.steam_whistle.header": "UNLOCALIZED: Setting up Steam Whistles", - "create.ponder.steam_whistle.text_1": "UNLOCALIZED: Steam Whistles can be placed on a Fluid Tank", - "create.ponder.steam_whistle.text_2": "UNLOCALIZED: If the tank receives sufficient heat...", - "create.ponder.steam_whistle.text_3": "UNLOCALIZED: ...the Whistle will play a note when activated", - "create.ponder.steam_whistle.text_4": "UNLOCALIZED: Use a Whistle item on the block to lower its pitch", - "create.ponder.steam_whistle.text_5": "UNLOCALIZED: Cycle between three different octaves using a Wrench", - "create.ponder.steam_whistle.text_6": "UNLOCALIZED: Engineer's Goggles can help to find out the current pitch of a Whistle", - - "create.ponder.sticker.header": "UNLOCALIZED: Attaching blocks using the Sticker", - "create.ponder.sticker.text_1": "UNLOCALIZED: Stickers are ideal for Redstone-controlled block attachment", - "create.ponder.sticker.text_2": "UNLOCALIZED: Upon receiving a signal, it will toggle its state", - "create.ponder.sticker.text_3": "UNLOCALIZED: If it is now moved in a contraption, the block will move with it", - "create.ponder.sticker.text_4": "UNLOCALIZED: Toggled once again, the block is no longer attached", - - "create.ponder.stressometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Stressometer", - "create.ponder.stressometer.text_1": "UNLOCALIZED: The Stressometer displays the current Stress Capacity of the attached kinetic network", - "create.ponder.stressometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", - "create.ponder.stressometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Stressometer's measurements", - - "create.ponder.super_glue.header": "UNLOCALIZED: Attaching blocks using Super Glue", - "create.ponder.super_glue.text_1": "UNLOCALIZED: Super Glue groups blocks together into moving contraptions", - "create.ponder.super_glue.text_2": "UNLOCALIZED: Clicking two endpoints creates a new 'glued' area", - "create.ponder.super_glue.text_3": "UNLOCALIZED: To remove a box, punch it with the glue item in hand", - "create.ponder.super_glue.text_4": "UNLOCALIZED: Adjacent blocks sharing an area will pull each other along", - "create.ponder.super_glue.text_5": "UNLOCALIZED: Overlapping glue volumes will move together", - "create.ponder.super_glue.text_6": "UNLOCALIZED: Blocks hanging on others usually do not require glue", - - "create.ponder.track_chunks.header": "UNLOCALIZED: Traversing unloaded Chunks", - "create.ponder.track_chunks.text_1": "UNLOCALIZED: Tracks stay functional outside of loaded chunks", - "create.ponder.track_chunks.text_2": "UNLOCALIZED: Trains will travel through inactive sections of the world without issue", - "create.ponder.track_chunks.text_3": "UNLOCALIZED: They will still stop at stations or red signals", - "create.ponder.track_chunks.text_4": "UNLOCALIZED: However, Drills and other on-board machines will not operate", - "create.ponder.track_chunks.text_5": "UNLOCALIZED: Once near a Player, the train will re-appear", - - "create.ponder.track_observer.header": "UNLOCALIZED: Detecting Trains", - "create.ponder.track_observer.text_1": "UNLOCALIZED: Select a Train Track then place the Observer nearby", - "create.ponder.track_observer.text_2": "UNLOCALIZED: The Observer will detect any Trains passing over the marker", - "create.ponder.track_observer.text_3": "UNLOCALIZED: Observers can be filtered to activate for matching cargo", - - "create.ponder.track_placement.header": "UNLOCALIZED: Placing Train Tracks", - "create.ponder.track_placement.text_1": "UNLOCALIZED: A new type of rail designed for Train Contraptions", - "create.ponder.track_placement.text_2": "UNLOCALIZED: To place rows of track in bulk, click on an existing track", - "create.ponder.track_placement.text_3": "UNLOCALIZED: Then place or select a second track", - "create.ponder.track_placement.text_4": "UNLOCALIZED: Tracks can also be placed as turns or slopes", - "create.ponder.track_placement.text_5": "UNLOCALIZED: When connecting, tracks will try to make each turn equally sized", - "create.ponder.track_placement.text_6": "UNLOCALIZED: Holding the sprint key while connecting...", - "create.ponder.track_placement.text_7": "UNLOCALIZED: ...will create the longest fitting bend instead", - "create.ponder.track_placement.text_8": "UNLOCALIZED: Materials in the off-hand will be paved under tracks automatically", - - "create.ponder.track_portal.header": "UNLOCALIZED: Tracks and the Nether", - "create.ponder.track_portal.text_1": "UNLOCALIZED: Tracks placed up against a nether portal...", - "create.ponder.track_portal.text_2": "UNLOCALIZED: ...will attempt to create a paired track on the other side", - "create.ponder.track_portal.text_3": "UNLOCALIZED: Trains on this track are now able to travel across dimensions", - - "create.ponder.train_assembly.header": "UNLOCALIZED: Assembling Trains", - "create.ponder.train_assembly.text_1": "UNLOCALIZED: Select a Train Track then place the Station nearby", - "create.ponder.train_assembly.text_10": "UNLOCALIZED: Every Train requires Train Controls on board", - "create.ponder.train_assembly.text_11": "UNLOCALIZED: An optional second one allows departure from Stations in both directions", - "create.ponder.train_assembly.text_12": "UNLOCALIZED: Open the Station UI and confirm the Assembly process", - "create.ponder.train_assembly.text_13": "UNLOCALIZED: Trains can be disassembled back into blocks at stations only", - "create.ponder.train_assembly.text_14": "UNLOCALIZED: When used on a station, maps will add a labeled marker at the location", - "create.ponder.train_assembly.text_15": "UNLOCALIZED: Assembled Trains can be relocated to nearby Tracks using the Wrench", - "create.ponder.train_assembly.text_2": "UNLOCALIZED: Stations are the Waypoints of your Track Network", - "create.ponder.train_assembly.text_3": "UNLOCALIZED: To create a new Train, open the UI and switch to Assembly Mode", - "create.ponder.train_assembly.text_4": "UNLOCALIZED: During Assembly no scheduled trains will approach this station", - "create.ponder.train_assembly.text_5": "UNLOCALIZED: Create new bogeys by using Train Casing on Tracks", - "create.ponder.train_assembly.text_6": "UNLOCALIZED: Click the track again to cycle between bogey designs", - "create.ponder.train_assembly.text_7": "UNLOCALIZED: Attach blocks with the help of Super Glue", - "create.ponder.train_assembly.text_8": "UNLOCALIZED: Assembled Trains will move faster if they can find fuel in assembled chests or barrels", - "create.ponder.train_assembly.text_9": "UNLOCALIZED: Fuel stored in Vaults will not be consumed by the train", - - "create.ponder.train_controls.header": "UNLOCALIZED: Controlling Trains", - "create.ponder.train_controls.text_1": "UNLOCALIZED: Train Controls are required on every train contraption", - "create.ponder.train_controls.text_2": "UNLOCALIZED: Once assembled, right-click the block to start driving", - "create.ponder.train_controls.text_3": "UNLOCALIZED: Accelerate and steer the Train using movement keybinds", - "create.ponder.train_controls.text_4": "UNLOCALIZED: If desired, the top speed can be fine-tuned using the mouse wheel", - "create.ponder.train_controls.text_5": "UNLOCALIZED: Hold space to approach a nearby Station", - "create.ponder.train_controls.text_6": "UNLOCALIZED: Trains can only be disassembled back into blocks at Stations", - "create.ponder.train_controls.text_7": "UNLOCALIZED: Assembled Whistles can be activated with the sprint key", - "create.ponder.train_controls.text_8": "UNLOCALIZED: Sneak or click again to stop controlling the Train", - - "create.ponder.train_schedule.header": "UNLOCALIZED: Using Train Schedules", - "create.ponder.train_schedule.text_1": "UNLOCALIZED: Schedules allow Trains to be controlled by other Drivers", - "create.ponder.train_schedule.text_2": "UNLOCALIZED: Right-click with the item in hand to open its Interface", - "create.ponder.train_schedule.text_3": "UNLOCALIZED: Once programmed, the Schedule can be handed off to a Train Driver", - "create.ponder.train_schedule.text_4": "UNLOCALIZED: Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", - "create.ponder.train_schedule.text_5": "UNLOCALIZED: Creatures on a lead can be given their seat more conveniently", - "create.ponder.train_schedule.text_6": "UNLOCALIZED: Schedules can be retrieved from Drivers at any moment", - - "create.ponder.train_signal_placement.header": "UNLOCALIZED: Placing Train Signals", - "create.ponder.train_signal_placement.text_1": "UNLOCALIZED: Select a Train Track then place the Signal nearby", - "create.ponder.train_signal_placement.text_2": "UNLOCALIZED: Signals control the flow of Trains not driven by players", - "create.ponder.train_signal_placement.text_3": "UNLOCALIZED: Scheduled Trains will never cross signals in the opposite direction", - "create.ponder.train_signal_placement.text_4": "UNLOCALIZED: ...unless a second signal is added facing the opposite way.", - "create.ponder.train_signal_placement.text_5": "UNLOCALIZED: Nixie tubes can be attached to make a signal's lights more visible", - - "create.ponder.train_signal_redstone.header": "UNLOCALIZED: Signals & Redstone", - "create.ponder.train_signal_redstone.text_1": "UNLOCALIZED: Signals can be forced red by a redstone signal", - "create.ponder.train_signal_redstone.text_2": "UNLOCALIZED: Reversely, red signals emit a comparator output", - - "create.ponder.train_signal_signaling.header": "UNLOCALIZED: Collision Prevention with Signals", - "create.ponder.train_signal_signaling.text_1": "UNLOCALIZED: Train Signals divide a track into segments", - "create.ponder.train_signal_signaling.text_2": "UNLOCALIZED: If a Segment is occupied, no other Trains will be allowed entry", - "create.ponder.train_signal_signaling.text_3": "UNLOCALIZED: Thus, each Segment will contain only one Train at a time", - "create.ponder.train_signal_signaling.text_4": "UNLOCALIZED: A second Signal mode is available via the Wrench", - "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", - "create.ponder.train_signal_signaling.text_6": "UNLOCALIZED: This special Signal can stop trains under a second condition", - "create.ponder.train_signal_signaling.text_7": "UNLOCALIZED: It will stop Trains, which, upon entering...", - "create.ponder.train_signal_signaling.text_8": "UNLOCALIZED: ...would not be able to leave the Segment immediately", - "create.ponder.train_signal_signaling.text_9": "UNLOCALIZED: This helps keeping queued Trains out of a busy Segment", - - "create.ponder.valve_handle.header": "UNLOCALIZED: Generating Rotational Force using Valve Handles", - "create.ponder.valve_handle.text_1": "UNLOCALIZED: Valve Handles can be used by players to apply rotational force manually", - "create.ponder.valve_handle.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", - "create.ponder.valve_handle.text_3": "UNLOCALIZED: Its conveyed speed is slow and precise", - "create.ponder.valve_handle.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", - "create.ponder.valve_handle.text_5": "UNLOCALIZED: Valve handles can be dyed for aesthetic purposes", - - "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.water_wheel.header": "UNLOCALIZED: Generating Rotational Force using Water Wheels", - "create.ponder.water_wheel.text_1": "UNLOCALIZED: Water Wheels draw force from adjacent Water Currents", - "create.ponder.water_wheel.text_2": "UNLOCALIZED: The more faces are powered, the faster the Water Wheel will rotate", - "create.ponder.water_wheel.text_3": "UNLOCALIZED: The Wheels' blades should be oriented against the flow", - "create.ponder.water_wheel.text_4": "UNLOCALIZED: Facing the opposite way, they will not be as effective", - - "create.ponder.weighted_ejector.header": "UNLOCALIZED: Using Weighted Ejectors", - "create.ponder.weighted_ejector.text_1": "UNLOCALIZED: Sneak and Right-Click holding an Ejector to select its target location", - "create.ponder.weighted_ejector.text_10": "UNLOCALIZED: It is now limited to this stack size, and only activates when its held stack reaches this amount", - "create.ponder.weighted_ejector.text_11": "UNLOCALIZED: Other Entities will always trigger an Ejector when stepping on it", - "create.ponder.weighted_ejector.text_2": "UNLOCALIZED: The placed ejector will now launch objects to the marked location", - "create.ponder.weighted_ejector.text_3": "UNLOCALIZED: A valid target can be at any height or distance within range", - "create.ponder.weighted_ejector.text_4": "UNLOCALIZED: They cannot however be off to a side", - "create.ponder.weighted_ejector.text_5": "UNLOCALIZED: If no valid Target was selected, it will simply target the block directly in front", - "create.ponder.weighted_ejector.text_6": "UNLOCALIZED: Supply Rotational Force in order to charge it up", - "create.ponder.weighted_ejector.text_7": "UNLOCALIZED: Items placed on the ejector cause it to trigger", - "create.ponder.weighted_ejector.text_8": "UNLOCALIZED: If Inventories are targeted, the ejector will wait until there is space", - "create.ponder.weighted_ejector.text_9": "UNLOCALIZED: Using the Wrench, a required Stack Size can be configured", - - "create.ponder.weighted_ejector_redstone.header": "UNLOCALIZED: Controlling Weighted Ejectors with Redstone", - "create.ponder.weighted_ejector_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Ejectors will not activate", - "create.ponder.weighted_ejector_redstone.text_2": "UNLOCALIZED: Furthermore, Observers can detect when Ejectors activate", - - "create.ponder.weighted_ejector_tunnel.header": "UNLOCALIZED: Splitting item stacks using Weighted Ejectors", - "create.ponder.weighted_ejector_tunnel.text_1": "UNLOCALIZED: Combined with Brass Tunnels, Ejectors can split item stacks by specific amounts", - "create.ponder.weighted_ejector_tunnel.text_2": "UNLOCALIZED: First, configure the Brass Tunnel to 'Prefer Nearest', in order to prioritize its side output", - "create.ponder.weighted_ejector_tunnel.text_3": "UNLOCALIZED: The Stack Size set on the Ejector now determines the amount to be split off", - "create.ponder.weighted_ejector_tunnel.text_4": "UNLOCALIZED: While a new stack of the configured size exits the side output...", - "create.ponder.weighted_ejector_tunnel.text_5": "UNLOCALIZED: ...the remainder will continue on its path", - - "create.ponder.windmill_source.header": "UNLOCALIZED: Generating Rotational Force using Windmill Bearings", - "create.ponder.windmill_source.text_1": "UNLOCALIZED: Windmill Bearings attach to the block in front of them", - "create.ponder.windmill_source.text_2": "UNLOCALIZED: Create a movable structure with the help of Super Glue", - "create.ponder.windmill_source.text_3": "UNLOCALIZED: If enough Sail-like blocks are included, this can act as a Windmill", - "create.ponder.windmill_source.text_4": "UNLOCALIZED: Activated with Right-Click, the Windmill Bearing will start providing Rotational Force", - "create.ponder.windmill_source.text_5": "UNLOCALIZED: The Amount of Sail Blocks determine its Rotation Speed", - "create.ponder.windmill_source.text_6": "UNLOCALIZED: Use a Wrench to configure its rotation direction", - "create.ponder.windmill_source.text_7": "UNLOCALIZED: Right-click the Bearing anytime to stop and edit the Structure again", - - "create.ponder.windmill_structure.header": "UNLOCALIZED: Windmill Contraptions", - "create.ponder.windmill_structure.text_1": "UNLOCALIZED: Any Structure can count as a valid Windmill, as long as it contains at least 8 sail-like Blocks.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/ro_ro.json b/src/generated/resources/assets/create/lang/unfinished/ro_ro.json deleted file mode 100644 index 6da6bc208c..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/ro_ro.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 710", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Stică De Salcâm", - "block.create.acacia_window_pane": "Geam De Salcâm", - "block.create.adjustable_chain_gearshift": "Schimbător De Viteze Reglabil Înlănțuit", - "block.create.analog_lever": "Manetă Analogică", - "block.create.andesite_belt_funnel": "Pâlnie De Andezit Pentru Benzi", - "block.create.andesite_casing": "Carcasă De Andezit", - "block.create.andesite_encased_cogwheel": "Roată Dințată Încapsulată În Andezit", - "block.create.andesite_encased_large_cogwheel": "Roată Dințată Mare Încapsulată În Andezit", - "block.create.andesite_encased_shaft": "Rotor Încapsulat În Andezit", - "block.create.andesite_funnel": "Pâlnie De Andezit", - "block.create.andesite_ladder": "UNLOCALIZED: Andesite Ladder", - "block.create.andesite_pillar": "Coloană De Andezit", - "block.create.andesite_tunnel": "Tunel De Andezit", - "block.create.asurine": "Asurină", - "block.create.asurine_pillar": "Coloană De Asurină", - "block.create.basin": "Bazin", - "block.create.belt": "Bandă", - "block.create.birch_window": "Sticlă De Mesteacăn", - "block.create.birch_window_pane": "Geam De Mesteacăn", - "block.create.black_nixie_tube": "Tub Nixie Negru", - "block.create.black_sail": "Velă Neagră", - "block.create.black_seat": "Scaun Negru", - "block.create.black_toolbox": "Trusă De Scule Neagră", - "block.create.black_valve_handle": "Mâner De Supapă Negru", - "block.create.blaze_burner": "Arzător De Dogoreală", - "block.create.blue_nixie_tube": "Tub Nixie Albastru", - "block.create.blue_sail": "Velă Albastră", - "block.create.blue_seat": "Scaun Albastru", - "block.create.blue_toolbox": "Trusă De Scule Albastră", - "block.create.blue_valve_handle": "Mâner De Supapă Albastru", - "block.create.brass_belt_funnel": "Pâlnie De Alamă Pentru Benzi", - "block.create.brass_block": "Bloc De Alamă", - "block.create.brass_casing": "Carcasă De Alamă", - "block.create.brass_encased_cogwheel": "Roată Dințată Încapsulată În Alamă", - "block.create.brass_encased_large_cogwheel": "Roată Dințată Mare Încapsulată În Alamă", - "block.create.brass_encased_shaft": "Rotor Încapsulat În Alamă", - "block.create.brass_funnel": "Pâlnie De Alamă", - "block.create.brass_ladder": "UNLOCALIZED: Brass Ladder", - "block.create.brass_tunnel": "Tunel De Alamă", - "block.create.brown_nixie_tube": "Tub Nixie Maro", - "block.create.brown_sail": "Velă Maro", - "block.create.brown_seat": "Scaun Maro", - "block.create.brown_toolbox": "Cutie Cu Unelete Maro", - "block.create.brown_valve_handle": "Mâner De Supapă Maro", - "block.create.calcite_pillar": "Coloană De Calcit", - "block.create.cart_assembler": "Asamblator De Vagonet", - "block.create.chocolate": "Ciocolată", - "block.create.chute": "Tobogan", - "block.create.clockwork_bearing": "Rulment De Ceasornic", - "block.create.clutch": "Ambreiaj", - "block.create.cogwheel": "Roată Dințată", - "block.create.content_observer": "Observator De Conținut", - "block.create.controller_rail": "Controlor De Șină", - "block.create.controls": "UNLOCALIZED: Train Controls", - "block.create.copper_backtank": "Backtank De Cupru", - "block.create.copper_casing": "Carcasă De Cupru", - "block.create.copper_ladder": "UNLOCALIZED: Copper Ladder", - "block.create.copper_shingle_slab": "Lespede De Șindrilă De Cupru", - "block.create.copper_shingle_stairs": "Scări De Șindrilă De Cupru", - "block.create.copper_shingles": "Șindrile De Cupru", - "block.create.copper_tile_slab": "Lespede De Țiglă De Cupru", - "block.create.copper_tile_stairs": "Scări De Țiglă De Cupru", - "block.create.copper_tiles": "Țigle De Cupru", - "block.create.copper_valve_handle": "Mâner De Supapă De Cupru", - "block.create.creative_crate": "Ladă Creativ", - "block.create.creative_fluid_tank": "Rezervor De Fluid Creativ", - "block.create.creative_motor": "Motor Creativ", - "block.create.crimsite": "UNLOCALIZED: Crimsite", - "block.create.crimsite_pillar": "Coloană De Crimsite", - "block.create.crimson_window": "Sticlă Stacojie", - "block.create.crimson_window_pane": "Geam Stacojiu", - "block.create.crushing_wheel": "Roată De Zdrobit", - "block.create.crushing_wheel_controller": "Controlor De Roată De Zdrobit", - "block.create.cuckoo_clock": "Ceas Cucu", - "block.create.cut_andesite": "Andezit Tăiat", - "block.create.cut_andesite_brick_slab": "Lespede De Cărămizi De Andezit Tăiat ", - "block.create.cut_andesite_brick_stairs": "Scări De Cărămizi De Andezit Tăiat", - "block.create.cut_andesite_brick_wall": "Zid De Cărămizi De Andezit Tăiat", - "block.create.cut_andesite_bricks": "Cărămizi De Andezit Tăiat", - "block.create.cut_andesite_slab": "Lespede De Andezit Tăiat", - "block.create.cut_andesite_stairs": "Scări De Andezit Tăiat", - "block.create.cut_andesite_wall": "Zid De Andezit Tăiat", - "block.create.cut_asurine": "Asurină Tăiată", - "block.create.cut_asurine_brick_slab": "Lespede De Cărămizi De Asurină Tăiată", - "block.create.cut_asurine_brick_stairs": "Scări De Cărămizi De Asurină Tăiată", - "block.create.cut_asurine_brick_wall": "Zid De Cărămizi De Asurină Tăiată", - "block.create.cut_asurine_bricks": "Cărămizi De Asurină Tăiată", - "block.create.cut_asurine_slab": "Lespede De Asurină Tăiată", - "block.create.cut_asurine_stairs": "Scări De Asurină Tăiată", - "block.create.cut_asurine_wall": "Zid De Asurină Tăiată", - "block.create.cut_calcite": "Calcit Tăiat", - "block.create.cut_calcite_brick_slab": "Lespede De Cărămizi De Calcit Tăiat", - "block.create.cut_calcite_brick_stairs": "Scări De Cărămizi De Calcit Tăiat", - "block.create.cut_calcite_brick_wall": "Zid De Căramizi De Calcit Tăiat", - "block.create.cut_calcite_bricks": "Cărămizi De Calcit Tăiat", - "block.create.cut_calcite_slab": "Lespede De Calcit Tăiat", - "block.create.cut_calcite_stairs": "Scări De Calcit Tăiat", - "block.create.cut_calcite_wall": "Zid De Calcit Tăiat", - "block.create.cut_crimsite": "Crimsite Tăiat", - "block.create.cut_crimsite_brick_slab": "Lespede De Cărămizi De Crimsite Tăiat", - "block.create.cut_crimsite_brick_stairs": "Scări De Cărămizi De Crimsite Tăiat", - "block.create.cut_crimsite_brick_wall": "Zid De Cărămizi De Crimsite Tăiat", - "block.create.cut_crimsite_bricks": "Cărămizi De Crimsite Tăiat", - "block.create.cut_crimsite_slab": "Lespede De Crimsite Tăiat", - "block.create.cut_crimsite_stairs": "Scări De Crimsite Tăiat", - "block.create.cut_crimsite_wall": "Zid De Crimsite Tăiat", - "block.create.cut_deepslate": "Deepslate Tăiat", - "block.create.cut_deepslate_brick_slab": "Lespede De Cărămizi De Deepslate Tăiat", - "block.create.cut_deepslate_brick_stairs": "Scări De Cărămizi De Deepslate Tăiat", - "block.create.cut_deepslate_brick_wall": "Zid De Cărămizi De Deepslate Tăiat", - "block.create.cut_deepslate_bricks": "Cărămizi De Deepslate Tăiat", - "block.create.cut_deepslate_slab": "Lespede De Deepslate Tăiat", - "block.create.cut_deepslate_stairs": "Scări De Deepslate Tăiat", - "block.create.cut_deepslate_wall": "Zid De Deepslate Tăiat", - "block.create.cut_diorite": "Diorit Tăiat", - "block.create.cut_diorite_brick_slab": "Lespede De Cărămizi De Diorit Tăiat", - "block.create.cut_diorite_brick_stairs": "Scări De Cărămizi De Diorit Tăiat", - "block.create.cut_diorite_brick_wall": "Zid De Cărămizi De Diorit Tăiat", - "block.create.cut_diorite_bricks": "Cărămizi De Diorit Tăiat", - "block.create.cut_diorite_slab": "Lespede De Diorit Tăiat", - "block.create.cut_diorite_stairs": "Scări De Diorit Tăiat", - "block.create.cut_diorite_wall": "Zid De Diorit Tăiat", - "block.create.cut_dripstone": "Dripstone Tăiat", - "block.create.cut_dripstone_brick_slab": "Lespede De Cărămizi De Dripstone Tăiat", - "block.create.cut_dripstone_brick_stairs": "Scări De Cărămizi De Dripstone Tăiat", - "block.create.cut_dripstone_brick_wall": "Zid De Cărămizi De Dripstone Tăiat", - "block.create.cut_dripstone_bricks": "Cărămizi De Dripstone Tăiat", - "block.create.cut_dripstone_slab": "Lespede De Dripstone Tăiat", - "block.create.cut_dripstone_stairs": "Scări De Dripstone Tăiat", - "block.create.cut_dripstone_wall": "Zid De Dripstone Tăiat", - "block.create.cut_granite": "Granit Tăiat", - "block.create.cut_granite_brick_slab": "Lespede De Cărămizi De Granit Tăiat", - "block.create.cut_granite_brick_stairs": "Scări De Cărămizi De Granit Tăiat", - "block.create.cut_granite_brick_wall": "Zid De Cărămizi De Granit Tăiat", - "block.create.cut_granite_bricks": "Cărămizi De Granit Tăiat", - "block.create.cut_granite_slab": "Lespede De Granit Tăiat", - "block.create.cut_granite_stairs": "Scări De Granit Tăiat", - "block.create.cut_granite_wall": "Zid De Granit Tăiat", - "block.create.cut_limestone": "Calcar Tăiat", - "block.create.cut_limestone_brick_slab": "Lespede De Cărămizi De Calcar Tăiat", - "block.create.cut_limestone_brick_stairs": "Scări De Cărămizi De Calcar Tăiat", - "block.create.cut_limestone_brick_wall": "Zid De Cărămizi De Calcar Tăiat", - "block.create.cut_limestone_bricks": "Cărămizi De Calcar Tăiat", - "block.create.cut_limestone_slab": "Lespede De Calcar Tăiat", - "block.create.cut_limestone_stairs": "Scări De Calcar Tăiat", - "block.create.cut_limestone_wall": "Zid De Calcar Tăiat", - "block.create.cut_ochrum": "Ochrum Tăiat", - "block.create.cut_ochrum_brick_slab": "Lespede De Cărămizi De Ochrum Tăiat", - "block.create.cut_ochrum_brick_stairs": "Scări De Cărămizi De Ochrum Tăiat", - "block.create.cut_ochrum_brick_wall": "Zid De Cărămizi De Ochrum Tăiat", - "block.create.cut_ochrum_bricks": "Cărămizi De Ochrum Tăiat", - "block.create.cut_ochrum_slab": "Lespede De Ochrum Tăiat", - "block.create.cut_ochrum_stairs": "Scări De Ochrum Tăiat", - "block.create.cut_ochrum_wall": "Zid De Ochrum Tăiat", - "block.create.cut_scorchia": "Scorchia Tăiată", - "block.create.cut_scorchia_brick_slab": "Lespede De Cărămizi De Scorchia Tăiată", - "block.create.cut_scorchia_brick_stairs": "Scări De Cărămizi De Scorchia Tăiată", - "block.create.cut_scorchia_brick_wall": "Zid De Cărămizi De Scorchia Tăiată", - "block.create.cut_scorchia_bricks": "Cărămizi De Scorchia Tăiată", - "block.create.cut_scorchia_slab": "Lespede De Scorchia Tăiată", - "block.create.cut_scorchia_stairs": "Scări De Scorchia Tăiată", - "block.create.cut_scorchia_wall": "Zid De Scorchia Tăiată", - "block.create.cut_scoria": "Scoria Tăiată", - "block.create.cut_scoria_brick_slab": "Lespede De Cărămizi De Scoria Tăiată", - "block.create.cut_scoria_brick_stairs": "Scări De Cărămizi De Scoria Tăiată", - "block.create.cut_scoria_brick_wall": "Zid De Cărămizi De Scoria Tăiată", - "block.create.cut_scoria_bricks": "Cărămizi De Scoria Tăiată", - "block.create.cut_scoria_slab": "Lespede De Scoria Tăiată", - "block.create.cut_scoria_stairs": "Scări De Scoria Tăiată", - "block.create.cut_scoria_wall": "Zid De Scoria Tăiată", - "block.create.cut_tuff": "Tuf Tăiat", - "block.create.cut_tuff_brick_slab": "Lespede De Cărămizi De Tuf Tăiat", - "block.create.cut_tuff_brick_stairs": "Scări De Cărămizi De Tuf Tăiat", - "block.create.cut_tuff_brick_wall": "Zid De Cărămizi De Tuf Tăiat", - "block.create.cut_tuff_bricks": "Cărămizi De Tuf Tăiat", - "block.create.cut_tuff_slab": "Lespede De Tuf Tăiat", - "block.create.cut_tuff_stairs": "Scări De Tuf Tăiat", - "block.create.cut_tuff_wall": "Zid De Tuf Tăiat", - "block.create.cut_veridium": "Veridium Tăiat", - "block.create.cut_veridium_brick_slab": "Lespede De Cărămizi De Veridium Tăiat", - "block.create.cut_veridium_brick_stairs": "Scări De Cărămizi De Veridium Tăiat", - "block.create.cut_veridium_brick_wall": "Zid De Cărămizi De Veridium Tăiat", - "block.create.cut_veridium_bricks": "Cărămizi De Veridium Tăiat", - "block.create.cut_veridium_slab": "Lespede De Veridium Tăiat", - "block.create.cut_veridium_stairs": "Scări De Veridium Tăiat", - "block.create.cut_veridium_wall": "Zid De Veridium Tăiat", - "block.create.cyan_nixie_tube": "Tub Nixie Turcoaz", - "block.create.cyan_sail": "Velă Turcoaz", - "block.create.cyan_seat": "Scaun Turcoaz", - "block.create.cyan_toolbox": "Trusă De Scule Turcoaz", - "block.create.cyan_valve_handle": "Mâner De Supapă Turcoaz", - "block.create.dark_oak_window": "Sticlă De Stejar Negru", - "block.create.dark_oak_window_pane": "Geam De Stejar Negru", - "block.create.deepslate_pillar": "Coloană De Deepslate", - "block.create.deepslate_zinc_ore": "Minereu De Zinc De Adâncime", - "block.create.deployer": "UNLOCALIZED: Deployer", - "block.create.depot": "UNLOCALIZED: Depot", - "block.create.diorite_pillar": "Coloană De Diorit", - "block.create.display_board": "UNLOCALIZED: Display Board", - "block.create.display_link": "UNLOCALIZED: Display Link", - "block.create.dripstone_pillar": "Coloană De Dripstone", - "block.create.encased_chain_drive": "Lanț De Distribuție Încapsulat", - "block.create.encased_fan": "Ventilator Încapsulat", - "block.create.encased_fluid_pipe": "Conductă De Fluide Încapsulată", - "block.create.exposed_copper_shingle_slab": "Lespede De Șindrilă De Cupru Expusă", - "block.create.exposed_copper_shingle_stairs": "Scări De Șindrilă De Cupru Expusă", - "block.create.exposed_copper_shingles": "Șindrile De Cupru Expuse", - "block.create.exposed_copper_tile_slab": "Lespede De Țiglă De Cupru Expusă", - "block.create.exposed_copper_tile_stairs": "Scări De Țiglă De Cupru Expuse", - "block.create.exposed_copper_tiles": "Țigle De Cupru Expuse", - "block.create.fake_track": "UNLOCALIZED: Track Marker for Maps", - "block.create.fluid_pipe": "Conductă De Fluide", - "block.create.fluid_tank": "Rezervor De Fluid", - "block.create.fluid_valve": "Supapă De Fluid", - "block.create.flywheel": "Volant", - "block.create.framed_glass": "Sticlă Înrămată", - "block.create.framed_glass_door": "UNLOCALIZED: Framed Glass Door", - "block.create.framed_glass_pane": "Geam Înrămat", - "block.create.framed_glass_trapdoor": "UNLOCALIZED: Framed Glass Trapdoor", - "block.create.gantry_carriage": "Cărucior Portal", - "block.create.gantry_shaft": "Rotor Portal", - "block.create.gearbox": "Cutie De Viteze", - "block.create.gearshift": "Schimbător De Viteze", - "block.create.glass_fluid_pipe": "Conductă De Fluide De Sticlă", - "block.create.granite_pillar": "Coloană De Granit", - "block.create.gray_nixie_tube": "Tub Nixie Gri", - "block.create.gray_sail": "Velă Gri", - "block.create.gray_seat": "Scaun Gri", - "block.create.gray_toolbox": "Trusă De Scule Gri", - "block.create.gray_valve_handle": "Mâner De Supapă Gri", - "block.create.green_nixie_tube": "Tub Nixie Verde", - "block.create.green_sail": "Velă Verde", - "block.create.green_seat": "Scaun Verde", - "block.create.green_toolbox": "Trusă De Scule Verde", - "block.create.green_valve_handle": "Mâner De Supapă Verde", - "block.create.hand_crank": "Manivelă", - "block.create.haunted_bell": "Clopot Bântuit", - "block.create.honey": "Miere", - "block.create.horizontal_framed_glass": "Sticlă Înrămată Orizontală", - "block.create.horizontal_framed_glass_pane": "Geam Înrămat Orizontal", - "block.create.hose_pulley": "Scripete De Furtun", - "block.create.item_drain": "Scurgere De Obiecte", - "block.create.item_vault": "Seif De Obiecte", - "block.create.jungle_window": "Sticlă De Junglă", - "block.create.jungle_window_pane": "Geam De Junglă", - "block.create.large_bogey": "UNLOCALIZED: Large Bogey", - "block.create.large_cogwheel": "Roată Dințată Mare", - "block.create.layered_andesite": "Andezit Stratificat", - "block.create.layered_asurine": "Asurină Stratificată", - "block.create.layered_calcite": "Calcit Stratificat", - "block.create.layered_crimsite": "Crimsite Stratificat", - "block.create.layered_deepslate": "Deepslate Stratificat", - "block.create.layered_diorite": "Diorit Stratificat", - "block.create.layered_dripstone": "Dripstone Stratificat", - "block.create.layered_granite": "Granit Stratificat", - "block.create.layered_limestone": "Limestone Stratificat", - "block.create.layered_ochrum": "Ochrum Stratificat", - "block.create.layered_scorchia": "Scorchia Stratificată", - "block.create.layered_scoria": "Scoria Stratificată", - "block.create.layered_tuff": "Tuf Stratificat", - "block.create.layered_veridium": "Veridium Stratificat", - "block.create.lectern_controller": "Controlor De Pupitru", - "block.create.light_blue_nixie_tube": "Tub Nixie Albastru-Deschis", - "block.create.light_blue_sail": "Velă Albastru-Deschis", - "block.create.light_blue_seat": "Scaun Albastru-Deschis", - "block.create.light_blue_toolbox": "Trusă De Scule Albastru-Deschis", - "block.create.light_blue_valve_handle": "Mâner De Supapă Albastru-Deschis", - "block.create.light_gray_nixie_tube": "Tub Nixie Gri-Deschis", - "block.create.light_gray_sail": "Velă Gri-Deschisă", - "block.create.light_gray_seat": "Scaun Gri-Deschis", - "block.create.light_gray_toolbox": "Trusă De Scule Gri-Deschisă", - "block.create.light_gray_valve_handle": "Mâner De Supapă Gri-Deschis", - "block.create.lime_nixie_tube": "Tub Nixie Verde-Deschis", - "block.create.lime_sail": "Velă Verde-Deschisă", - "block.create.lime_seat": "Scaun Verde-Deschis", - "block.create.lime_toolbox": "Trusă De Scule Verde-Deschisă", - "block.create.lime_valve_handle": "Mâner De Supapă Verde Deschis", - "block.create.limestone": "Calcar", - "block.create.limestone_pillar": "Coloană De Calcar", - "block.create.linear_chassis": "Șasiu Liniar", - "block.create.lit_blaze_burner": "Arzător De Dogoreală Aprins", - "block.create.magenta_nixie_tube": "Tub Nixie Magenta", - "block.create.magenta_sail": "Velă Magenta", - "block.create.magenta_seat": "Scaun Magenta", - "block.create.magenta_toolbox": "Trusă De Scule Magenta", - "block.create.magenta_valve_handle": "Mâner De Supapă Magenta", - "block.create.mechanical_arm": "Braț Mecanic", - "block.create.mechanical_bearing": "Rulment Mecanic", - "block.create.mechanical_crafter": "Meșter Mecanic", - "block.create.mechanical_drill": "Burghiu Mecanic", - "block.create.mechanical_harvester": "Combină Mecanică", - "block.create.mechanical_mixer": "Mixer Mecanic", - "block.create.mechanical_piston": "Piston Mecanic", - "block.create.mechanical_piston_head": "Cap De Piston Mecanic", - "block.create.mechanical_plough": "Plug Mecanic", - "block.create.mechanical_press": "Presă Mecanică", - "block.create.mechanical_pump": "Pompă Mecanică", - "block.create.mechanical_saw": "Ferăstrău Mecanic", - "block.create.metal_bracket": "Brachetă De Metal", - "block.create.metal_girder": "UNLOCALIZED: Metal Girder", - "block.create.metal_girder_encased_shaft": "UNLOCALIZED: Metal Girder Encased Shaft", - "block.create.millstone": "Moară De Piatră", - "block.create.minecart_anchor": "Ancoră De Vagonet", - "block.create.mysterious_cuckoo_clock": "Ceas Cucu", - "block.create.nixie_tube": "Tub Nixie", - "block.create.nozzle": "Plasă", - "block.create.oak_window": "Sticlă De Stejar", - "block.create.oak_window_pane": "Geam De Stejar", - "block.create.ochrum": "UNLOCALIZED: Ochrum", - "block.create.ochrum_pillar": "Coloană De Ochrum", - "block.create.orange_sail": "Velă Portocalie", - "block.create.orange_seat": "Scaun Portocaliu", - "block.create.orange_toolbox": "Trusă De Scule Portocalie", - "block.create.orange_valve_handle": "Mâner De Supapă Portocaliu", - "block.create.ornate_iron_window": "Sticlă De Fier Împodobită", - "block.create.ornate_iron_window_pane": "Geam De Fier Împodobită", - "block.create.oxidized_copper_shingle_slab": "Lespede De Șindrilă De Cupru Oxidată", - "block.create.oxidized_copper_shingle_stairs": "Scări De Șindilă De Cupru Oxidate", - "block.create.oxidized_copper_shingles": "Șindrile De Cupru Oxidate", - "block.create.oxidized_copper_tile_slab": "Lespede De Țiglă De Cupru Oxidată", - "block.create.oxidized_copper_tile_stairs": "Scări De Țigle De Cupru Oxidate", - "block.create.oxidized_copper_tiles": "Țigle De Cupru Oxidate", - "block.create.peculiar_bell": "Clopot Ciudat", - "block.create.pink_nixie_tube": "Tub Nixie Roz", - "block.create.pink_sail": "Velă Roz", - "block.create.pink_seat": "Scaun Roz", - "block.create.pink_toolbox": "Trusă De Scule Roz", - "block.create.pink_valve_handle": "Mâner De Supapă Roz", - "block.create.piston_extension_pole": "Braț De Extensie De Piston", - "block.create.placard": "UNLOCALIZED: Placard", - "block.create.polished_cut_andesite": "Andezit Tăiat Șlefuit", - "block.create.polished_cut_andesite_slab": "Lespede De Andezit Tăiat Șlefuit", - "block.create.polished_cut_andesite_stairs": "Scări De Andezit Tăiat Șlefuit", - "block.create.polished_cut_andesite_wall": "Zid De Andezit Tăiat Șlefuit", - "block.create.polished_cut_asurine": "Asurină Tăiată Șlefuită", - "block.create.polished_cut_asurine_slab": "Lespede De Asurină Tăiată Șlefuită", - "block.create.polished_cut_asurine_stairs": "Scări De Asurină Tăiată Șlefuită", - "block.create.polished_cut_asurine_wall": "Zid De Asurină Tăiată Șlefuită", - "block.create.polished_cut_calcite": "Calcit Tăiat Șlefuit", - "block.create.polished_cut_calcite_slab": "Lespede De Calcit Tăiat Șlefuit", - "block.create.polished_cut_calcite_stairs": "Scări De Calcit Tăiat Șlefuit", - "block.create.polished_cut_calcite_wall": "Zid De Calcit Tăiat Șlefuit", - "block.create.polished_cut_crimsite": "Crimsite Tăiat Șlefuit", - "block.create.polished_cut_crimsite_slab": "Lespede De Crimsite Tăiat Șlefuit", - "block.create.polished_cut_crimsite_stairs": "Scări De Crimsite Tăiat Șlefuit", - "block.create.polished_cut_crimsite_wall": "Zid De Crimsite Tăiat Șlefuit", - "block.create.polished_cut_deepslate": "Deepslate Tăiat Șlefuit", - "block.create.polished_cut_deepslate_slab": "Lespede De Deepslate Tăiat Șlefuit", - "block.create.polished_cut_deepslate_stairs": "Scări De Deepslate Tăiat Șlefuit", - "block.create.polished_cut_deepslate_wall": "Zid De Deepslate Tăiat Șlefuit", - "block.create.polished_cut_diorite": "Diorit Tăiat Șlefuit", - "block.create.polished_cut_diorite_slab": "Lespede De Diorit Tăiat Șlefuit", - "block.create.polished_cut_diorite_stairs": "Scări De Diorit Tăiat Șlefuit", - "block.create.polished_cut_diorite_wall": "Zid De Diorit Tăiat Șlefuit", - "block.create.polished_cut_dripstone": "Dripstone Tăiat Șlefuit", - "block.create.polished_cut_dripstone_slab": "Lespede De Dripstone Tăiat Șlefuit", - "block.create.polished_cut_dripstone_stairs": "Scări De Dripstone Tăiat Șlefuit", - "block.create.polished_cut_dripstone_wall": "Zid De Dripstone Tăiat Șlefuit", - "block.create.polished_cut_granite": "Granit Tăiat Șlefuit", - "block.create.polished_cut_granite_slab": "Lespede De Granit Tăiat Șlefuit", - "block.create.polished_cut_granite_stairs": "Scări De Granit Tăiat Șlefuit", - "block.create.polished_cut_granite_wall": "Zid De Granit Tăiat Șlefuit", - "block.create.polished_cut_limestone": "Calcar Tăiat Șlefuit", - "block.create.polished_cut_limestone_slab": "Lespede De Calcar Tăiat Șlefuit", - "block.create.polished_cut_limestone_stairs": "Scări De Calcar Tăiat Șlefuit", - "block.create.polished_cut_limestone_wall": "Zid De Calcar Tăiat Șlefuit", - "block.create.polished_cut_ochrum": "Ochrum Tăiat Șlefuit", - "block.create.polished_cut_ochrum_slab": "Lespede De Ochrum Tăiat Șlefuit", - "block.create.polished_cut_ochrum_stairs": "Scări De Ochrum Tăiat Șlefuit", - "block.create.polished_cut_ochrum_wall": "Zid De Ochrum Tăiat Șlefuit", - "block.create.polished_cut_scorchia": "Scorchia Tăiată Șlefuită", - "block.create.polished_cut_scorchia_slab": "Lespede De Scorchia Tăiată Șlefuită", - "block.create.polished_cut_scorchia_stairs": "Scări De Scorchia Tăiată Șlefuită", - "block.create.polished_cut_scorchia_wall": "Zid De Scorchia Tăiată Șlefuită", - "block.create.polished_cut_scoria": "Scoria Tăiată Șlefuită", - "block.create.polished_cut_scoria_slab": "Lespede De Scoria Tăiată Șlefuită", - "block.create.polished_cut_scoria_stairs": "Scări De Scoria Tăiată Șlefuită", - "block.create.polished_cut_scoria_wall": "Zid De Scoria Tăiată Șlefuită", - "block.create.polished_cut_tuff": "Tuf Tăiat Șlefuit", - "block.create.polished_cut_tuff_slab": "Lespede De Tuf Tăiat Șlefuit", - "block.create.polished_cut_tuff_stairs": "Scări De Tuf Tăiat Șlefuit", - "block.create.polished_cut_tuff_wall": "Zid De Tuf Tăiat Șlefuit", - "block.create.polished_cut_veridium": "Veridium Tăiat Șlefuit", - "block.create.polished_cut_veridium_slab": "Lespede De Veridium Tăiat Șlefuit", - "block.create.polished_cut_veridium_stairs": "Scări De Veridium Tăiat Șlefuit", - "block.create.polished_cut_veridium_wall": "Zid De Veridium Tăiat Șlefuit", - "block.create.portable_fluid_interface": "Interfață De Fluid Portabilă", - "block.create.portable_storage_interface": "Interfață De Depozitare Portabilă", - "block.create.powered_latch": "Manetă Alimentată", - "block.create.powered_shaft": "UNLOCALIZED: Powered Shaft", - "block.create.powered_toggle_latch": "Manetă Alimentată Comutatoare", - "block.create.pulley_magnet": "Magnet De Scripete", - "block.create.pulse_extender": "Prelungitor De Puls", - "block.create.pulse_repeater": "Repetor De Puls", - "block.create.purple_nixie_tube": "Tub Nixie Violet", - "block.create.purple_sail": "Velă Violetă", - "block.create.purple_seat": "Scaun Violet", - "block.create.purple_toolbox": "Trusă De Scule Violetă", - "block.create.purple_valve_handle": "Mâner De Supapă Violet", - "block.create.radial_chassis": "Șasiu Radial", - "block.create.railway_casing": "UNLOCALIZED: Train Casing", - "block.create.raw_zinc_block": "Bloc De Zinc Brut", - "block.create.red_nixie_tube": "Tub Nixie Roșu", - "block.create.red_sail": "Velă Roșie", - "block.create.red_seat": "Scaun Roșu", - "block.create.red_toolbox": "Trusă De Scule Roșie", - "block.create.red_valve_handle": "Mâner De Supapă Roșie", - "block.create.redstone_contact": "Contact Redstone", - "block.create.redstone_link": "Legătură De Redstone", - "block.create.refined_radiance_casing": "Carcasă Radiantă", - "block.create.rope": "Sfoară", - "block.create.rope_pulley": "Scripete De Sfoară", - "block.create.rose_quartz_block": "UNLOCALIZED: Block of Rose Quartz", - "block.create.rose_quartz_lamp": "UNLOCALIZED: Rose Quartz Lamp", - "block.create.rose_quartz_tiles": "UNLOCALIZED: Rose Quartz Tiles", - "block.create.rotation_speed_controller": "Controlor De Viteză De Rotație", - "block.create.sail_frame": "Ramă De Velă", - "block.create.schematic_table": "Masă De Schemă", - "block.create.schematicannon": "Tun De Schemă", - "block.create.scorchia": "UNLOCALIZED: Scorchia", - "block.create.scorchia_pillar": "Coloană De Scorchia", - "block.create.scoria": "UNLOCALIZED: Scoria", - "block.create.scoria_pillar": "Coloană De Scoria", - "block.create.secondary_linear_chassis": "Șasiu Liniar Secundar", - "block.create.sequenced_gearshift": "Schimbător De Viteze Secvențial", - "block.create.shadow_steel_casing": "Carcasă De Umbră", - "block.create.shaft": "Rotor", - "block.create.small_andesite_brick_slab": "Lespede De Cărămizi Mici De Andezit", - "block.create.small_andesite_brick_stairs": "Scări De Cărămizi Mici De Andezit", - "block.create.small_andesite_brick_wall": "Zid De Cărămizi Mici De Andezit", - "block.create.small_andesite_bricks": "Cărămizi Mici De Andezit", - "block.create.small_asurine_brick_slab": "Lespede De Cărămizi Mici De Asurină", - "block.create.small_asurine_brick_stairs": "Scări De Cărămizi Mici De Asurină", - "block.create.small_asurine_brick_wall": "Zid De Cărămizi Mici De Asurină", - "block.create.small_asurine_bricks": "Cărămizi Mici De Asurină", - "block.create.small_bogey": "UNLOCALIZED: Small Bogey", - "block.create.small_calcite_brick_slab": "Lespede De Cărămizi Mici De Calcit", - "block.create.small_calcite_brick_stairs": "Scări De Cărămizi Mici De Calcit", - "block.create.small_calcite_brick_wall": "Zid De Cărămizi Mici De Calcit", - "block.create.small_calcite_bricks": "Cărămizi Mici De Calcit", - "block.create.small_crimsite_brick_slab": "Lespede De Cărămizi Mici De Crimsite", - "block.create.small_crimsite_brick_stairs": "Scări De Cărămizi Mici De Crimsite", - "block.create.small_crimsite_brick_wall": "Zid De Cărămizi Mici De Crimsite", - "block.create.small_crimsite_bricks": "Cărămizi Mici De Crimsite", - "block.create.small_deepslate_brick_slab": "Lespede De Cărămizi Mici De Deepslate", - "block.create.small_deepslate_brick_stairs": "Scări De Cărămizi Mici De Deepslate", - "block.create.small_deepslate_brick_wall": "Zid De Cărămizi Mici De Deepslate", - "block.create.small_deepslate_bricks": "Cărămizi Mici De Deepslate", - "block.create.small_diorite_brick_slab": "Lespede De Cărămizi Mici De Diorit ", - "block.create.small_diorite_brick_stairs": "Scări De Cărămizi Mici De Diorit", - "block.create.small_diorite_brick_wall": "Zid De Cărămizi Mici De Diorit", - "block.create.small_diorite_bricks": "Cărămizi Mici De Diorit", - "block.create.small_dripstone_brick_slab": "Lespede De Cărămizi Mici De Dripstone", - "block.create.small_dripstone_brick_stairs": "Scări De Cărămizi Mici De Dripstone", - "block.create.small_dripstone_brick_wall": "Zid De Cărămizi Mici De Dripstone", - "block.create.small_dripstone_bricks": "Cărămizi Mici De Dripstone", - "block.create.small_granite_brick_slab": "Lespede De Cărămizi Mici De Granit", - "block.create.small_granite_brick_stairs": "Scări De Cărămizi Mici De Granit", - "block.create.small_granite_brick_wall": "Zid De Cărămizi Mici De Granit", - "block.create.small_granite_bricks": "Cărămizi Mici De Granit", - "block.create.small_limestone_brick_slab": "Lespede De Cărămizi Mici De Calcar", - "block.create.small_limestone_brick_stairs": "Scări De Cărămizi Mici De Calcar", - "block.create.small_limestone_brick_wall": "Zid De Cărămizi Mici De Calcar", - "block.create.small_limestone_bricks": "Cărămizi Mici De Calcar", - "block.create.small_ochrum_brick_slab": "Lespede De Cărămizi Mici De Ochrum", - "block.create.small_ochrum_brick_stairs": "Scări De Cărămizi Mici De Ochrum", - "block.create.small_ochrum_brick_wall": "Zid De Cărămizi Mici De Ochrum", - "block.create.small_ochrum_bricks": "Cărămizi Mici De Ochrum", - "block.create.small_rose_quartz_tiles": "UNLOCALIZED: Small Rose Quartz Tiles", - "block.create.small_scorchia_brick_slab": "Lespede De Cărămizi Mici De Scorchia", - "block.create.small_scorchia_brick_stairs": "Scări De Cărămizi Mici De Scorchia", - "block.create.small_scorchia_brick_wall": "Zid De Cărămizi Mici De Scorchia", - "block.create.small_scorchia_bricks": "Cărămizi Mici De Scorchia", - "block.create.small_scoria_brick_slab": "Lespede De Cărămizi Mici De Scoria", - "block.create.small_scoria_brick_stairs": "Scări De Cărămizi Mici De Scoria", - "block.create.small_scoria_brick_wall": "Zid De Cărămizi Mici De Scoria", - "block.create.small_scoria_bricks": "Cărămizi Mici De Scoria", - "block.create.small_tuff_brick_slab": "Lespede De Cărămizi Mici De Tuf", - "block.create.small_tuff_brick_stairs": "Scări De Cărămizi Mici De Tuf", - "block.create.small_tuff_brick_wall": "Zid De Cărămizi Mici De Tuf", - "block.create.small_tuff_bricks": "Cărămizi Mici De Tuf", - "block.create.small_veridium_brick_slab": "Lespede De Cărămizi Mici De Veridium", - "block.create.small_veridium_brick_stairs": "Scări De Cărămizi Mici De Veridium", - "block.create.small_veridium_brick_wall": "Zid De Cărămizi Mici De Veridium", - "block.create.small_veridium_bricks": "Cărămizi Mici De Veridium", - "block.create.smart_chute": "Tobogan Inteligent", - "block.create.smart_fluid_pipe": "Conductă De Fluide Inteligentă", - "block.create.speedometer": "Vitezometru", - "block.create.spout": "Duză", - "block.create.spruce_window": "Sticlă De Molid", - "block.create.spruce_window_pane": "Geam De Molid", - "block.create.steam_engine": "UNLOCALIZED: Steam Engine", - "block.create.steam_whistle": "UNLOCALIZED: Steam Whistle", - "block.create.steam_whistle_extension": "UNLOCALIZED: Steam Whistle Extension", - "block.create.sticker": "Abțipild", - "block.create.sticky_mechanical_piston": "Piston Mecanic Lipicios", - "block.create.stockpile_switch": "Comutator De Depozitare", - "block.create.stressometer": "Stresometru", - "block.create.tiled_glass": "Sticlă De Țiglă", - "block.create.tiled_glass_pane": "Fereastră De Țiglă", - "block.create.track": "UNLOCALIZED: Train Track", - "block.create.track_observer": "UNLOCALIZED: Train Observer", - "block.create.track_signal": "UNLOCALIZED: Train Signal", - "block.create.track_station": "UNLOCALIZED: Train Station", - "block.create.train_door": "UNLOCALIZED: Train Door", - "block.create.train_trapdoor": "UNLOCALIZED: Train Trapdoor", - "block.create.tuff_pillar": "Coloană De Tuf", - "block.create.turntable": "Placă Turnantă", - "block.create.veridium": "UNLOCALIZED: Veridium", - "block.create.veridium_pillar": "Coloană De Veridium", - "block.create.vertical_framed_glass": "Sticlă Înrămată Verticală", - "block.create.vertical_framed_glass_pane": "Geam Înrămat Vertical", - "block.create.warped_window": "Sticlă Deformată", - "block.create.warped_window_pane": "Geam Deformat", - "block.create.water_wheel": "Roată De Apă", - "block.create.waxed_copper_shingle_slab": "Lespede De Șindrilă De Cupru Ceruit", - "block.create.waxed_copper_shingle_stairs": "Scări De Șindrilă De Cupru Ceruit", - "block.create.waxed_copper_shingles": "Șindrile De Cupru Ceruite", - "block.create.waxed_copper_tile_slab": "Lespede De Țiglă De Cupru Ceruit", - "block.create.waxed_copper_tile_stairs": "Scări De Țiglă De Cupru Ceruit", - "block.create.waxed_copper_tiles": "Țigle De Cupru Ceruită", - "block.create.waxed_exposed_copper_shingle_slab": "Lespede De Șindrilă De Cupru Ceruit Expusă", - "block.create.waxed_exposed_copper_shingle_stairs": "Scări De Șindrilă De Cupru Ceruit Expuse", - "block.create.waxed_exposed_copper_shingles": "Șindrilă De Cupru Ceruit Expusă", - "block.create.waxed_exposed_copper_tile_slab": "Lespede De Țiglă De Cupru Ceruit Expusă", - "block.create.waxed_exposed_copper_tile_stairs": "Scări De Țiglă De Cupru Ceruit Expuse", - "block.create.waxed_exposed_copper_tiles": "Țiglă De Cupru Ceruit Expusă", - "block.create.waxed_oxidized_copper_shingle_slab": "Lespede De Șindrilă De Cupru Ceruit Oxidat", - "block.create.waxed_oxidized_copper_shingle_stairs": "Scări De Șindrilă De Cupru Ceruit Oxidat", - "block.create.waxed_oxidized_copper_shingles": "Șindrilă De Cupru Ceruit Oxidat", - "block.create.waxed_oxidized_copper_tile_slab": "Lespede De Țiglă De Cupru Ceruit Oxidat", - "block.create.waxed_oxidized_copper_tile_stairs": "Scări De Țiglă De Cupru Ceruit Oxidat", - "block.create.waxed_oxidized_copper_tiles": "Țiglă De Cupru Ceruit Oxidat", - "block.create.waxed_weathered_copper_shingle_slab": "Lespede De Șindrilă De Cupru Ceruit Erodat", - "block.create.waxed_weathered_copper_shingle_stairs": "Scări De Șindrilă De Cupru Ceruit Erodat", - "block.create.waxed_weathered_copper_shingles": "Șindrilă De Cupru Ceruit Erodat", - "block.create.waxed_weathered_copper_tile_slab": "Lespede De Țiglă De Cupru Ceruit Erodat", - "block.create.waxed_weathered_copper_tile_stairs": "Scări De Țiglă De Cupru Ceruit Erodat", - "block.create.waxed_weathered_copper_tiles": "Țiglă De Cupru Ceruit Erodat", - "block.create.weathered_copper_shingle_slab": "Lespede De Șindrilă De Cupru Erodat", - "block.create.weathered_copper_shingle_stairs": "Scări De Șindrilă De Cupru Erodat", - "block.create.weathered_copper_shingles": "Șindrilă De Cupru Erodat", - "block.create.weathered_copper_tile_slab": "Lespede De Țiglă De Cupru Erodat", - "block.create.weathered_copper_tile_stairs": "Scări De Țiglă De Cupru Erodat", - "block.create.weathered_copper_tiles": "Țiglă De Cupru Erodat", - "block.create.weighted_ejector": "Ejector Ponderat", - "block.create.white_nixie_tube": "Tub Nixie Alb", - "block.create.white_sail": "Velă Albă", - "block.create.white_seat": "Scaun Alb", - "block.create.white_toolbox": "Trusă De Scule Albă", - "block.create.white_valve_handle": "Mâner De Supapă Alb", - "block.create.windmill_bearing": "Rulment De Moară De Vânt", - "block.create.wooden_bracket": "Brachetă De Lemn", - "block.create.yellow_nixie_tube": "Tub Nixie Galben", - "block.create.yellow_sail": "Velă Galbenă", - "block.create.yellow_seat": "Scaun Galben", - "block.create.yellow_toolbox": "Trusă De Scule Galbenă", - "block.create.yellow_valve_handle": "Mâner De Supapă Galben", - "block.create.zinc_block": "Bloc De Zinc", - "block.create.zinc_ore": "Minereu De Zinc", - - "enchantment.create.capacity": "Capacitate", - "enchantment.create.potato_recovery": "Recuperare Cartofi", - - "entity.create.carriage_contraption": "UNLOCALIZED: Carriage Contraption", - "entity.create.contraption": "Invenție", - "entity.create.crafting_blueprint": "Plan De Meșteșugărit", - "entity.create.gantry_contraption": "Invenție De Portal", - "entity.create.potato_projectile": "Proiectil De Cartof", - "entity.create.seat": "Scaun", - "entity.create.stationary_contraption": "Invenție Staționară", - "entity.create.super_glue": "Super-Glue", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "Poțiune", - "fluid.create.tea": "Ceaiul Constructorului", - - "item.create.andesite_alloy": "Aliaj De Andezit", - "item.create.attribute_filter": "Filtru De Atribut", - "item.create.bar_of_chocolate": "Baton De Ciocolată", - "item.create.belt_connector": "Bandă Mecanică", - "item.create.blaze_cake": "Tort De Dogoreală", - "item.create.blaze_cake_base": "Bază De Tort De Dogoreală", - "item.create.brass_hand": "Mână De Alamă", - "item.create.brass_ingot": "Lingou De Alamă", - "item.create.brass_nugget": "Pepită De Alamă", - "item.create.brass_sheet": "Placă De Alamă", - "item.create.builders_tea": "Ceaiul Constructorului", - "item.create.chest_minecart_contraption": "Invenție De Cufăr În Vagonet", - "item.create.chocolate_bucket": "Găleată De Ciocolată", - "item.create.chocolate_glazed_berries": "Fructe De Pădure Glazurate Cu Ciocolată", - "item.create.chromatic_compound": "Compus Cromatic", - "item.create.cinder_flour": "Făină De Zgură", - "item.create.copper_backtank": "Backtank De Cupru", - "item.create.copper_backtank_placeable": "UNLOCALIZED: Copper Backtank Placeable", - "item.create.copper_nugget": "Pepită De Cupru", - "item.create.copper_sheet": "Placă De Cupru", - "item.create.crafter_slot_cover": "Capac De Meșter Mecanic", - "item.create.crafting_blueprint": "Plan De Meșteșugărit", - "item.create.creative_blaze_cake": "Tort De Dogoreală Creativ", - "item.create.crushed_aluminum_ore": "Minereu De Aluminium Zdrobit", - "item.create.crushed_copper_ore": "Minereu De Cupru Zdrobit", - "item.create.crushed_gold_ore": "Minereu De Aur Zdrobit", - "item.create.crushed_iron_ore": "Minereu De Fier Zdrobit", - "item.create.crushed_lead_ore": "Minereu De Plumb Zdrobit", - "item.create.crushed_nickel_ore": "Minereu De Nichel Zdrobit", - "item.create.crushed_osmium_ore": "Minereu De Osmium Zdrobit", - "item.create.crushed_platinum_ore": "Minereu De Platinum Zdrobit", - "item.create.crushed_quicksilver_ore": "Minereu De Mercur Zdrobit", - "item.create.crushed_silver_ore": "Minereu De Argint Zdrobit", - "item.create.crushed_tin_ore": "Minereu De Staniu Zdrobit", - "item.create.crushed_uranium_ore": "Minereu De Uraniu Zdrobit", - "item.create.crushed_zinc_ore": "Minereu De Zinc Zdrobit", - "item.create.diving_boots": "Bocanci De Scufundare", - "item.create.diving_helmet": "Cască De Scufundare", - "item.create.dough": "Aluat", - "item.create.electron_tube": "Tub De Electroni", - "item.create.empty_blaze_burner": "Arzător De Dogoreală Gol", - "item.create.empty_schematic": "Schemă Goală", - "item.create.experience_nugget": "Pepită De Experiență", - "item.create.extendo_grip": "Mâner Extendo", - "item.create.filter": "Filtru", - "item.create.furnace_minecart_contraption": "Invenție De Cuptor În Vagonet", - "item.create.goggles": "Ochelarii Inginerului", - "item.create.golden_sheet": "Placă De Aur", - "item.create.handheld_worldshaper": "Modelator De Lume Creativ", - "item.create.honey_bucket": "Găleată De Miere", - "item.create.honeyed_apple": "Măr Cu Miere", - "item.create.incomplete_precision_mechanism": "Mecanism De Precizie Incomplet", - "item.create.incomplete_track": "UNLOCALIZED: Incomplete Track", - "item.create.iron_sheet": "Placă De Fier", - "item.create.linked_controller": "Controlor Legat", - "item.create.minecart_contraption": "Invenție De Vagonet", - "item.create.minecart_coupling": "Cuplare De Vagonet", - "item.create.polished_rose_quartz": "Cuarț Roz Șlefuit", - "item.create.potato_cannon": "Tun De Cartofi", - "item.create.powdered_obsidian": "Praf De Obsidian", - "item.create.precision_mechanism": "Mecanism De Precizie", - "item.create.propeller": "Elice", - "item.create.raw_zinc": "Zinc Brut", - "item.create.red_sand_paper": "Șmirghel Roșu", - "item.create.refined_radiance": "Radianță Rafinată", - "item.create.rose_quartz": "Cuarț Roz", - "item.create.sand_paper": "Șmirghel", - "item.create.schedule": "UNLOCALIZED: Train Schedule", - "item.create.schematic": "Schemă", - "item.create.schematic_and_quill": "Schemă Și Condei", - "item.create.shadow_steel": "Oțel De Umbră", - "item.create.sturdy_sheet": "UNLOCALIZED: Sturdy Sheet", - "item.create.super_glue": "Super-Lipici", - "item.create.sweet_roll": "Rolă Dulce", - "item.create.tree_fertilizer": "Fertilizator De Copaci", - "item.create.unprocessed_obsidian_sheet": "UNLOCALIZED: Unprocessed Obsidian Sheet", - "item.create.vertical_gearbox": "Cutie De Viteze Verticală", - "item.create.wand_of_symmetry": "Baghetă De Simetrie", - "item.create.wheat_flour": "Făină De Grâu", - "item.create.whisk": "Tel", - "item.create.wrench": "Cheie", - "item.create.zinc_ingot": "Lingou De Zinc", - "item.create.zinc_nugget": "Pepită De Zinc", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Bine ai venit pe Create!", - "advancement.create.root.desc": "E timpul sa începi sa construiesti invenții uimitoare!", - "advancement.create.andesite_alloy": "Aliterații Din Belșug", - "advancement.create.andesite_alloy.desc": "Materialele Create-ului au nume ciudate, Aliajul Din Andezit este unul dintre ele.", - "advancement.create.andesite_casing": "Epoca Andezitului", - "advancement.create.andesite_casing.desc": "Folosește niște Aliaj De Andezit și Lemn ca să creezi o Carcasă de bază.", - "advancement.create.mechanical_press": "UNLOCALIZED: Bonk!", - "advancement.create.mechanical_press.desc": "UNLOCALIZED: Create some sheets in a Mechanical Press", - "advancement.create.encased_fan": "UNLOCALIZED: Wind Maker", - "advancement.create.encased_fan.desc": "UNLOCALIZED: Place and power an Encased Fan", - "advancement.create.fan_processing": "UNLOCALIZED: Processing by Particle", - "advancement.create.fan_processing.desc": "UNLOCALIZED: Use an Encased Fan to process materials", - "advancement.create.saw_processing": "UNLOCALIZED: Workshop's Most Feared", - "advancement.create.saw_processing.desc": "UNLOCALIZED: Use an upright Mechanical Saw to process materials", - "advancement.create.compacting": "UNLOCALIZED: Compactification", - "advancement.create.compacting.desc": "UNLOCALIZED: Use a Mechanical Press and a Basin to create fewer items from more", - "advancement.create.belt": "Conducere de Alge", - "advancement.create.belt.desc": "Conectează două rotoare cu o Bandă Mecanică.", - "advancement.create.funnel": "UNLOCALIZED: Airport Aesthetic", - "advancement.create.funnel.desc": "UNLOCALIZED: Extract or insert items into a container using a Funnel", - "advancement.create.chute": "Rostogolind în Jos", - "advancement.create.chute.desc": "Plasează un Tobogan, partea verticală echivalentă a unei Benzi.", - "advancement.create.mechanical_mixer": "UNLOCALIZED: Mixing It Up", - "advancement.create.mechanical_mixer.desc": "UNLOCALIZED: Combine ingredients in a Mechanical Mixer", - "advancement.create.burner": "UNLOCALIZED: Sentient Fireplace", - "advancement.create.burner.desc": "UNLOCALIZED: Obtain a Blaze Burner", - "advancement.create.water_wheel": "Valorificând Hidrualica", - "advancement.create.water_wheel.desc": "Plasează o Roată De Apă și încearcă să o faci să se rotească!", - "advancement.create.windmill": "O Briză Blândă", - "advancement.create.windmill.desc": "Asamblează o moară de vânt.", - "advancement.create.shifting_gears": "Schimbând Vitezele", - "advancement.create.shifting_gears.desc": "Conectează o Roată Dințată Mare cu o Roată Dințată Mică, permițându-ți să schimbi viteza invenției.", - "advancement.create.millstone": "Zdrobitor de buzunar", - "advancement.create.millstone.desc": "Plasează și alimentează o Moară De Piatră.", - "advancement.create.super_glue": "UNLOCALIZED: Area of Connect", - "advancement.create.super_glue.desc": "UNLOCALIZED: Super Glue some blocks into a group", - "advancement.create.contraption_actors": "UNLOCALIZED: Moving with Purpose", - "advancement.create.contraption_actors.desc": "UNLOCALIZED: Create a Contraption with drills, saws, or harvesters on board", - "advancement.create.portable_storage_interface": "UNLOCALIZED: Drive-By Exchange", - "advancement.create.portable_storage_interface.desc": "UNLOCALIZED: Use a Portable Storage Interface to take or insert items into a Contraption", - "advancement.create.wrench_goggles": "UNLOCALIZED: Kitted Out", - "advancement.create.wrench_goggles.desc": "UNLOCALIZED: Equip Engineer's Goggles and a Wrench", - "advancement.create.stressometer": "Dar Cât De Stresat, Mai Exact?", - "advancement.create.stressometer.desc": "Plasează și alimentează un Stresometru. Uită-te la el prin Ochelari ca să îi citești valoarea exactă.", - "advancement.create.cuckoo_clock": "UNLOCALIZED: Is It Time?", - "advancement.create.cuckoo_clock.desc": "UNLOCALIZED: Witness your Cuckoo Clock announce bedtime", - "advancement.create.windmill_maxed": "UNLOCALIZED: A Strong Breeze", - "advancement.create.windmill_maxed.desc": "UNLOCALIZED: Assemble a windmill of maximum strength", - "advancement.create.ejector_maxed": "UNLOCALIZED: Springboard Champion", - "advancement.create.ejector_maxed.desc": "UNLOCALIZED: Get launched more than 30 blocks by a Weighted Ejector", - "advancement.create.pulley_maxed": "UNLOCALIZED: Rope to Nowhere", - "advancement.create.pulley_maxed.desc": "UNLOCALIZED: Extend a Rope Pulley over 200 blocks deep", - "advancement.create.cart_pickup": "UNLOCALIZED: Strong Arms", - "advancement.create.cart_pickup.desc": "UNLOCALIZED: Pick up a Minecart Contraption with at least 200 attached blocks", - "advancement.create.anvil_plough": "UNLOCALIZED: Blacksmith Artillery", - "advancement.create.anvil_plough.desc": "UNLOCALIZED: Launch an Anvil with Mechanical Ploughs", - "advancement.create.lava_wheel_00000": "UNLOCALIZED: Magma Wheel", - "advancement.create.lava_wheel_00000.desc": "UNLOCALIZED: This shouldn't have worked§7\n(Hidden Advancement)", - "advancement.create.hand_crank_000": "UNLOCALIZED: Workout Session", - "advancement.create.hand_crank_000.desc": "UNLOCALIZED: Use a Hand Crank until fully exhausted§7\n(Hidden Advancement)", - "advancement.create.belt_funnel_kiss": "Papagalii și Aripile", - "advancement.create.belt_funnel_kiss.desc": "Fă două săruturi de Pâlnii montate pe Bandă.", - "advancement.create.stressometer_maxed": "UNLOCALIZED: Perfectly Stressed", - "advancement.create.stressometer_maxed.desc": "UNLOCALIZED: Get a 100% readout from a Stressometer§7\n(Hidden Advancement)", - "advancement.create.copper": "UNLOCALIZED: Cuprum Bokum", - "advancement.create.copper.desc": "UNLOCALIZED: Amass some Copper Ingots for your exploits in fluid manipulation", - "advancement.create.copper_casing": "Epoca de cupru", - "advancement.create.copper_casing.desc": "Folosește niște and Wood to create some Copper Casings.", - "advancement.create.spout": "Splosh", - "advancement.create.spout.desc": "Privește un obiect de fluid fiind umplut folosind o Duză.", - "advancement.create.drain": "UNLOCALIZED: Tumble Draining", - "advancement.create.drain.desc": "UNLOCALIZED: Watch a fluid-containing item be emptied by an Item Drain", - "advancement.create.steam_engine": "UNLOCALIZED: The Powerhouse", - "advancement.create.steam_engine.desc": "UNLOCALIZED: Use a Steam Engine to generate torque", - "advancement.create.steam_whistle": "UNLOCALIZED: Voice of an Angel", - "advancement.create.steam_whistle.desc": "UNLOCALIZED: Activate a Steam Whistle", - "advancement.create.backtank": "UNLOCALIZED: Pressure to Go", - "advancement.create.backtank.desc": "UNLOCALIZED: Create a Copper Backtank and make it accumulate air pressure", - "advancement.create.diving_suit": "UNLOCALIZED: Ready for the Depths", - "advancement.create.diving_suit.desc": "UNLOCALIZED: Equip a Diving Helmet and a Copper Backtank, then jump into water", - "advancement.create.mechanical_pump_0": "UNLOCALIZED: Under Pressure", - "advancement.create.mechanical_pump_0.desc": "UNLOCALIZED: Place and power a Mechanical Pump", - "advancement.create.glass_pipe": "Spion De Flux", - "advancement.create.glass_pipe.desc": "Privește un fluid propagându-se printr-o Conductă De Fluide De Sticlă. Conducte De Fluide Drepte devin de sticlă când o cheie este folosită pe ele.", - "advancement.create.water_supply": "UNLOCALIZED: Puddle Collector", - "advancement.create.water_supply.desc": "UNLOCALIZED: Use the pulling end of a Fluid Pipe or Mechanical Pump to collect water", - "advancement.create.hose_pulley": "Vărsare Industrială", - "advancement.create.hose_pulley.desc": "Coboară un Scripete De Furtun și privește-l scurgând sau umplând un corp de fluid.", - "advancement.create.chocolate_bucket": "UNLOCALIZED: A World of Imagination", - "advancement.create.chocolate_bucket.desc": "UNLOCALIZED: Obtain a bucket of molten chocolate", - "advancement.create.honey_drain": "UNLOCALIZED: Autonomous Bee-Keeping", - "advancement.create.honey_drain.desc": "UNLOCALIZED: Use pipes to pull honey from a Bee Nest or Beehive", - "advancement.create.hose_pulley_lava": "UNLOCALIZED: Tapping the Mantle", - "advancement.create.hose_pulley_lava.desc": "UNLOCALIZED: Pump from a body of lava large enough to be considered infinite", - "advancement.create.steam_engine_maxed": "UNLOCALIZED: Full Steam", - "advancement.create.steam_engine_maxed.desc": "UNLOCALIZED: Run a boiler at the maximum level of power", - "advancement.create.foods": "UNLOCALIZED: Balanced Diet", - "advancement.create.foods.desc": "UNLOCALIZED: Create Chocolate Glazed Berries, a Honeyed Apple, and a Sweet Roll all from the same Spout", - "advancement.create.diving_suit_lava": "UNLOCALIZED: Swimming with the Striders", - "advancement.create.diving_suit_lava.desc": "UNLOCALIZED: Attempt to take a dive in lava with your diving gear§7\n(Hidden Advancement)", - "advancement.create.chained_drain": "UNLOCALIZED: On a Roll", - "advancement.create.chained_drain.desc": "UNLOCALIZED: Watch an item move across a row of Item Drains§7\n(Hidden Advancement)", - "advancement.create.cross_streams": "UNLOCALIZED: Don't Cross the Streams!", - "advancement.create.cross_streams.desc": "UNLOCALIZED: Watch two fluids meet in your pipe network§7\n(Hidden Advancement)", - "advancement.create.pipe_organ": "UNLOCALIZED: The Pipe Organ", - "advancement.create.pipe_organ.desc": "UNLOCALIZED: Attach 12 uniquely pitched Steam Whistles to a single Fluid Tank§7\n(Hidden Advancement)", - "advancement.create.brass": "Aliaje reale", - "advancement.create.brass.desc": "Folosește Cupru Zdrobit și Zinc Zdrobit ca să creezi niște Alamă.", - "advancement.create.brass_casing": "Epoca Alamei", - "advancement.create.brass_casing.desc": "Folosește noua Alamă obținută și niște Lemn ca să creezo o Carcasă mai avansată.", - "advancement.create.rose_quartz": "UNLOCALIZED: Pink Diamonds", - "advancement.create.rose_quartz.desc": "UNLOCALIZED: Polish some Rose Quartz", - "advancement.create.deployer": "Împinge, Plasează, și Atacă", - "advancement.create.deployer.desc": "Plasează și alimentează un Deployer, reflecția ta perfectă.", - "advancement.create.precision_mechanism": "Curiozități Complexe", - "advancement.create.precision_mechanism.desc": "Asamblează un Mecanism De Precizie.", - "advancement.create.speed_controller": "Inginerii Îl Urăsc!", - "advancement.create.speed_controller.desc": "Plasează un Controlor De Viteză De Rotație, dispozitivul fundamental pentru schimbarea vitezei.", - "advancement.create.mechanical_arm": "Mâini Ocupate!", - "advancement.create.mechanical_arm.desc": "Fabrică un Braț Mecanic, selectează intrarea și ieșirea, Plasează-l jos și dă-i putere; apoi privește cum face toată treaba pentru tine.", - "advancement.create.mechanical_crafter": "UNLOCALIZED: Automated Assembly", - "advancement.create.mechanical_crafter.desc": "UNLOCALIZED: Place and power some Mechanical Crafters", - "advancement.create.crushing_wheel": "O Pereche de Giganți", - "advancement.create.crushing_wheel.desc": "Creează niște Roți De Zdrobit ca să spargi mai multe materiale mai eficient.", - "advancement.create.haunted_bell": "UNLOCALIZED: Shadow Sense", - "advancement.create.haunted_bell.desc": "UNLOCALIZED: Toll a Haunted Bell", - "advancement.create.clockwork_bearing": "Ora Invențiilor", - "advancement.create.clockwork_bearing.desc": "Asamblează o structură montată pe un Rulment De Ceasornic.", - "advancement.create.display_link": "UNLOCALIZED: Big Data", - "advancement.create.display_link.desc": "UNLOCALIZED: Use a Display Link to visualise information", - "advancement.create.potato_cannon": "UNLOCALIZED: Fwoomp!", - "advancement.create.potato_cannon.desc": "Înfrânge un inamic cu Tunul tău De Cartofi.", - "advancement.create.extendo_grip": "UNLOCALIZED: Boioioing!", - "advancement.create.extendo_grip.desc": "Fă rost de un Mâner Extendo.", - "advancement.create.linked_controller": "UNLOCALIZED: Remote Activation", - "advancement.create.linked_controller.desc": "UNLOCALIZED: Activate a Redstone Link using a Linked Controller", - "advancement.create.arm_blaze_burner": "Arzător-o-Tron", - "advancement.create.arm_blaze_burner.desc": "Instructează un Braț Mecanic să hrănească Arzătorul tău De Dogoreală.", - "advancement.create.crusher_maxed_0000": "UNLOCALIZED: Crushing It", - "advancement.create.crusher_maxed_0000.desc": "UNLOCALIZED: Operate a pair of Crushing Wheels at maximum speed", - "advancement.create.arm_many_targets": "Organiz-o-Tron", - "advancement.create.arm_many_targets.desc": "Programează un Braț Mecanic cu zece sau mai multe locații de ieșire.", - "advancement.create.potato_cannon_collide": "UNLOCALIZED: Veggie Fireworks", - "advancement.create.potato_cannon_collide.desc": "UNLOCALIZED: Cause Potato Cannon projectiles of different types to collide with each other", - "advancement.create.self_deploying": "UNLOCALIZED: Self-Driving Cart", - "advancement.create.self_deploying.desc": "UNLOCALIZED: Create a Minecart Contraption that places tracks in front of itself", - "advancement.create.fist_bump": "Bate-o, Bro!", - "advancement.create.fist_bump.desc": "Fă două Deployere să bată pumnul.", - "advancement.create.crafter_lazy_000": "UNLOCALIZED: Desperate Measures", - "advancement.create.crafter_lazy_000.desc": "UNLOCALIZED: Drastically slow down a Mechanical Crafter to procrastinate on proper infrastructure§7\n(Hidden Advancement)", - "advancement.create.extendo_grip_dual": "UNLOCALIZED: To Full Extent", - "advancement.create.extendo_grip_dual.desc": "UNLOCALIZED: Dual-wield Extendo Grips for superhuman reach§7\n(Hidden Advancement)", - "advancement.create.musical_arm": "Cântă-mi melodia mea tematică!", - "advancement.create.musical_arm.desc": "Privește un Braț Mecanic operând Tonomatul tău.", - "advancement.create.sturdy_sheet": "UNLOCALIZED: The Sturdiest Rocks", - "advancement.create.sturdy_sheet.desc": "UNLOCALIZED: Assemble a Sturdy Sheet by refining Powdered Obsidian", - "advancement.create.train_casing_00": "UNLOCALIZED: The Logistical Age", - "advancement.create.train_casing_00.desc": "UNLOCALIZED: Use Sturdy Sheets to create a casing for railway components", - "advancement.create.train": "UNLOCALIZED: All Aboard!", - "advancement.create.train.desc": "UNLOCALIZED: Assemble your first Train", - "advancement.create.conductor": "UNLOCALIZED: Conductor Instructor", - "advancement.create.conductor.desc": "UNLOCALIZED: Instruct a Train driver with a Train Schedule", - "advancement.create.track_signal": "UNLOCALIZED: Traffic Control", - "advancement.create.track_signal.desc": "UNLOCALIZED: Place a Train Signal", - "advancement.create.display_board_0": "UNLOCALIZED: Dynamic Timetables", - "advancement.create.display_board_0.desc": "UNLOCALIZED: Forecast a Train's arrival on your Display Board with the help of Display Links", - "advancement.create.track_0": "UNLOCALIZED: A New Gauge", - "advancement.create.track_0.desc": "UNLOCALIZED: Obtain some Train Tracks", - "advancement.create.train_whistle": "UNLOCALIZED: Choo Choo!", - "advancement.create.train_whistle.desc": "UNLOCALIZED: Assemble a Steam Whistle to your Train and activate it while driving", - "advancement.create.train_portal": "UNLOCALIZED: Dimensional Commuter", - "advancement.create.train_portal.desc": "UNLOCALIZED: Ride a Train through a Nether portal", - "advancement.create.track_crafting_factory": "UNLOCALIZED: Track Factory", - "advancement.create.track_crafting_factory.desc": "UNLOCALIZED: Produce more than 1000 Train Tracks with the same Mechanical Press", - "advancement.create.long_bend": "UNLOCALIZED: The Longest Bend", - "advancement.create.long_bend.desc": "UNLOCALIZED: Create a curved track section that spans more than 30 blocks in length", - "advancement.create.long_train": "UNLOCALIZED: Ambitious Endeavours", - "advancement.create.long_train.desc": "UNLOCALIZED: Create a Train with at least 6 carriages", - "advancement.create.long_travel": "UNLOCALIZED: Field Trip", - "advancement.create.long_travel.desc": "UNLOCALIZED: Leave a Train Seat over 5000 blocks away from where you started travelling", - "advancement.create.train_roadkill": "UNLOCALIZED: Road Kill", - "advancement.create.train_roadkill.desc": "UNLOCALIZED: Run over an enemy with your Train§7\n(Hidden Advancement)", - "advancement.create.red_signal": "UNLOCALIZED: Expert Driver", - "advancement.create.red_signal.desc": "UNLOCALIZED: Run a red Train Signal§7\n(Hidden Advancement)", - "advancement.create.train_crash": "UNLOCALIZED: Terrible Service", - "advancement.create.train_crash.desc": "UNLOCALIZED: Witness a Train crash as a passenger§7\n(Hidden Advancement)", - "advancement.create.train_crash_backwards": "UNLOCALIZED: Blind Spot", - "advancement.create.train_crash_backwards.desc": "UNLOCALIZED: Crash into another Train while driving backwards§7\n(Hidden Advancement)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "UNLOCALIZED: Create", - "itemGroup.create.palettes": "Blocurile De Construit Create", - - "death.attack.create.crush": "%1$s a fost procesat de către Roți De Zdrobit", - "death.attack.create.crush.player": "%1$s a fost aruncat în Roți De Zdrobit de către %2$s", - "death.attack.create.fan_fire": "%1$s a fost afumat de către un Ventilator Încapsulat", - "death.attack.create.fan_fire.player": "%1$s a fost aruncat într-un afumator de către %2$s", - "death.attack.create.fan_lava": "%1$s a fost incinerat de către un Ventilator Încapsulat", - "death.attack.create.fan_lava.player": "%1$s a fost aruncat într-un topitor de către %2$s", - "death.attack.create.mechanical_drill": "%1$s a fost tras în țeapă de către un Burghiu Mecanic", - "death.attack.create.mechanical_drill.player": "%1$s a fost aruncat în fața unui Burghiu de către %2$s", - "death.attack.create.mechanical_saw": "%1$s a fost tăiat în jumătate de către un Ferăstrău Mecanic", - "death.attack.create.mechanical_saw.player": "%1$s a fost aruncat într-un Ferăstrău de către %2$s", - "death.attack.create.potato_cannon": "%1$s a fost împușcat de către Tunul De Cartofi al lui %2$s", - "death.attack.create.potato_cannon.item": "%1$s a fost împușcat de către %2$s folosind %3$s", - "death.attack.create.cuckoo_clock_explosion": "%1$s a fost aruncat în aer de către un ceas cucu manipulat", - "death.attack.create.cuckoo_clock_explosion.player": "%1$s a fost aruncat în aer de către un ceas cucu manipulat", - "death.attack.create.run_over": "UNLOCALIZED: %1$s was run over by %2$s", - - "create.block.deployer.damage_source_name": "un Deployer necinstit", - "create.block.cart_assembler.invalid": "Plasează Asamblatorul tău De Vagonet pe un bloc de șină", - - "create.menu.return": "Înapoi la Meniu", - "create.menu.configure": "Configurează...", - "create.menu.ponder_index": "Indecele de Chibzuire", - "create.menu.only_ingame": "Valabil în Meniul Jocului", - "create.menu.report_bugs": "Raportează Probleme", - "create.menu.support": "Susține-ne", - - "create.recipe.crushing": "Strivire", - "create.recipe.milling": "Frezare", - "create.recipe.fan_washing": "Spălare În Vrac", - "create.recipe.fan_washing.fan": "Ventilator în spatele unei Ape Curgătoare", - "create.recipe.fan_smoking": "Afumare În Vrac", - "create.recipe.fan_smoking.fan": "Ventilator în spatele unui Foc", - "create.recipe.fan_haunting": "Bântuire În Vrac", - "create.recipe.fan_haunting.fan": "Ventilator în spatele unui Foc de Suflete", - "create.recipe.fan_blasting": "Topire În Vrac", - "create.recipe.fan_blasting.fan": "Ventilator în spatele Lavei", - "create.recipe.pressing": "Presare", - "create.recipe.mixing": "Amestecare", - "create.recipe.deploying": "Montare", - "create.recipe.automatic_shapeless": "Meșteșugărit Fără Formă Automatic", - "create.recipe.automatic_brewing": "Preparare Automată", - "create.recipe.packing": "Compactare", - "create.recipe.automatic_packing": "Compactare Automată", - "create.recipe.sawing": "Tăiere Prin Ferăstrău", - "create.recipe.mechanical_crafting": "Lucrare Mecanică", - "create.recipe.automatic_shaped": "Lucrare Profilată Automată", - "create.recipe.block_cutting": "Tăiere De Blocuri", - "create.recipe.wood_cutting": "Tăiere De Lemne", - "create.recipe.sandpaper_polishing": "Șlefuire Prin Șmirghel", - "create.recipe.mystery_conversion": "Conversie Misterioasă", - "create.recipe.spout_filling": "Umplere prin Duză", - "create.recipe.draining": "Drenaj De Obiecte", - "create.recipe.item_application": "UNLOCALIZED: Manual Item Application", - "create.recipe.item_application.any_axe": "UNLOCALIZED: Any Axe", - "create.recipe.sequenced_assembly": "Asamblare Secvențială", - "create.recipe.assembly.next": "Următorul: %1$s", - "create.recipe.assembly.step": "Pasul %1$s:", - "create.recipe.assembly.progress": "Progres: %1$s/%2$s", - "create.recipe.assembly.pressing": "Procesare În Presă", - "create.recipe.assembly.spout_filling_fluid": "Duză %1$s", - "create.recipe.assembly.deploying_item": "Instalează %1$s", - "create.recipe.assembly.cutting": "Taie Cu Ferăstrău", - "create.recipe.assembly.repeat": "Repetă Secvența De %1$s Ori", - "create.recipe.assembly.junk": "Salvare Aleatorie", - "create.recipe.processing.chance": "Șansă de %1$s%%", - "create.recipe.deploying.not_consumed": "Neconsumat", - "create.recipe.heat_requirement.none": "Nu Necesită Încălzire", - "create.recipe.heat_requirement.heated": "Încălzit", - "create.recipe.heat_requirement.superheated": "Super-Încălzit", - - "create.generic.range": "Distanță", - "create.generic.radius": "UNLOCALIZED: Radius", - "create.generic.width": "Lățime", - "create.generic.height": "Înălțime", - "create.generic.length": "Lungime", - "create.generic.speed": "Viteză", - "create.generic.delay": "Întârziere", - "create.generic.duration": "UNLOCALIZED: Duration", - "create.generic.timeUnit": "UNLOCALIZED: Time Unit", - "create.generic.unit.ticks": "Ticuri", - "create.generic.unit.seconds": "Secunde", - "create.generic.unit.minutes": "Minute", - "create.generic.daytime.hour": "UNLOCALIZED: Hour", - "create.generic.daytime.minute": "UNLOCALIZED: Minute", - "create.generic.daytime.second": "UNLOCALIZED: Second", - "create.generic.daytime.pm": "UNLOCALIZED: pm", - "create.generic.daytime.am": "UNLOCALIZED: am", - "create.generic.unit.rpm": "UNLOCALIZED: RPM", - "create.generic.unit.stress": "UNLOCALIZED: su", - "create.generic.unit.degrees": "UNLOCALIZED: °", - "create.generic.unit.millibuckets": "%1$smB", - "create.generic.unit.buckets": "UNLOCALIZED: B", - "create.generic.clockwise": "În sensul acelor de ceasornic", - "create.generic.counter_clockwise": "În sensul invers acelor de ceasornic", - "create.generic.in_quotes": "UNLOCALIZED: \"%1$s\"", - "create.generic.pitch": "UNLOCALIZED: Pitch: %1$s", - "create.generic.notes": "UNLOCALIZED: F#;F;E;D#;D;C#;C;B;A#;A;G#;G", - - "create.action.scroll": "Derulează", - "create.action.confirm": "Confirmă", - "create.action.abort": "Anulează", - "create.action.saveToFile": "Salvează", - "create.action.discard": "Renunță", - - "create.keyinfo.toolmenu": "Centrează Interfața Schemei", - "create.keyinfo.toolbelt": "Acesează Trusele De Scule Din Apropiere", - "create.keyinfo.scrollup": "Simulează Roată Mouse Sus (inworld)", - "create.keyinfo.scrolldown": "Simulează Roată Mouse Jos (inworld)", - - "create.gui.scrollInput.defaultTitle": "Alege O Opțiune:", - "create.gui.scrollInput.scrollToModify": "Derulează pentru a Modifica", - "create.gui.scrollInput.scrollToAdjustAmount": "Derulează pentru a Regla Cantitatea", - "create.gui.scrollInput.scrollToSelect": "Derulează pentru a Selecta", - "create.gui.scrollInput.shiftScrollsFaster": "Shift pentru a Derula Mai Rapid", - "create.gui.toolmenu.focusKey": "Ține Apăsat [%1$s] pentru a Centra", - "create.gui.toolmenu.cycle": "[SCROLL] pentru a Circula", - - "create.toolbox.unequip": "Dezechipează: %1$s", - "create.toolbox.outOfRange": "Trusa De Scule al obiectului ținut nu este în Rază", - "create.toolbox.detach": "Oprește urmărirea și păstrează obiectul", - "create.toolbox.depositAll": "Returnează obiectele la Truse De Scule în apropiere", - "create.toolbox.depositBox": "Returnează obiectele la Trusa De Scule", - - "create.gui.symmetryWand.mirrorType": "Oglindă", - "create.gui.symmetryWand.orientation": "Orientare", - - "create.symmetry.mirror.plane": "Oglindește odată", - "create.symmetry.mirror.doublePlane": "Dreptunghiular", - "create.symmetry.mirror.triplePlane": "UNLOCALIZED: Octagonal", - - "create.orientation.orthogonal": "Ortogonal", - "create.orientation.diagonal": "UNLOCALIZED: Diagonal", - "create.orientation.horizontal": "Orizontal", - "create.orientation.alongZ": "De-a lungul axei Z", - "create.orientation.alongX": "De-a lungul axei X", - - "create.gui.terrainzapper.title": "Blockzapper de mână", - "create.gui.terrainzapper.searchDiagonal": "Urmărește Diagonalele", - "create.gui.terrainzapper.searchFuzzy": "Ignoră Marginile Materialelor", - "create.gui.terrainzapper.patternSection": "Tipar", - "create.gui.terrainzapper.pattern.solid": "UNLOCALIZED: Solid", - "create.gui.terrainzapper.pattern.checkered": "Tablă De Șah", - "create.gui.terrainzapper.pattern.inversecheckered": "Tablă De Șah Inversată", - "create.gui.terrainzapper.pattern.chance25": "Rostogolire 25%", - "create.gui.terrainzapper.pattern.chance50": "Rostogolire 50%", - "create.gui.terrainzapper.pattern.chance75": "Rostogolire 75%", - "create.gui.terrainzapper.placement": "Plasare", - "create.gui.terrainzapper.placement.merged": "Combinat", - "create.gui.terrainzapper.placement.attached": "Atașat", - "create.gui.terrainzapper.placement.inserted": "Inserat", - "create.gui.terrainzapper.brush": "Pensulă", - "create.gui.terrainzapper.brush.cuboid": "UNLOCALIZED: Cuboid", - "create.gui.terrainzapper.brush.sphere": "Sferă", - "create.gui.terrainzapper.brush.cylinder": "Cilindru", - "create.gui.terrainzapper.brush.surface": "Suprafață", - "create.gui.terrainzapper.brush.cluster": "Roi", - "create.gui.terrainzapper.tool": "Unealtă", - "create.gui.terrainzapper.tool.fill": "Umple", - "create.gui.terrainzapper.tool.place": "Plasează", - "create.gui.terrainzapper.tool.replace": "Înlocuiește", - "create.gui.terrainzapper.tool.clear": "Curăță", - "create.gui.terrainzapper.tool.overlay": "Acoperire", - "create.gui.terrainzapper.tool.flatten": "Nivelează", - - "create.terrainzapper.shiftRightClickToSet": "Shift-Click-Dreapta pentru a Selecta o Formă", - "create.terrainzapper.usingBlock": "Folosing: %1$s", - "create.terrainzapper.leftClickToSet": "Click-Stânga pe un Bloc pentru a seta Materialul", - - "create.minecart_coupling.two_couplings_max": "Vagonetele nu pot avea nu mai mult de două cuplaje fiecare", - "create.minecart_coupling.unloaded": "Părți din trenul tău par să fie în chunkuri neîncărcate", - "create.minecart_coupling.no_loops": "Cuplajele nu pot forma o buclă", - "create.minecart_coupling.removed": "Eliminate toate cuplajele din vagonet", - "create.minecart_coupling.too_far": "Vagonetele sunt prea departe unul de celălalt", - - "create.contraptions.movement_mode": "Mod de Mișcare", - "create.contraptions.movement_mode.move_place": "Mereu Plasează când e Oprit", - "create.contraptions.movement_mode.move_place_returned": "Plasează doar în Poziția de Început", - "create.contraptions.movement_mode.move_never_place": "Plasează doar când Ancora e Distrusă", - "create.contraptions.movement_mode.rotate_place": "Mereu Plasează când e Oprit", - "create.contraptions.movement_mode.rotate_place_returned": "Plasează doar aproape de Unghiul Inițial", - "create.contraptions.movement_mode.rotate_never_place": "Plasează doar când Ancora e Distrusă", - "create.contraptions.cart_movement_mode": "Mod de Mișcare Vagonet", - "create.contraptions.cart_movement_mode.rotate": "Mereu stă cu fața spre mișcare", - "create.contraptions.cart_movement_mode.rotate_paused": "Oprește Actorii când se rotește", - "create.contraptions.cart_movement_mode.rotation_locked": "Blochează Rotația", - "create.contraptions.windmill.rotation_direction": "Direcție De Rotație", - "create.contraptions.clockwork.clock_hands": "Ace de Ceas", - "create.contraptions.clockwork.hour_first": "Acul orei primul", - "create.contraptions.clockwork.minute_first": "Acul minutului primul", - "create.contraptions.clockwork.hour_first_24": "Acul de 24 de ore primul", - - "create.logistics.filter": "Filtru", - "create.logistics.recipe_filter": "Filtru de Rețetă", - "create.logistics.fluid_filter": "Filtru de Fluid", - "create.logistics.firstFrequency": "Frecvența #1", - "create.logistics.secondFrequency": "Frecvența #2", - "create.logistics.filter.apply": "Filtru aplicat la %1$s.", - "create.logistics.filter.apply_click_again": "Filtru aplicat la %1$s, click din nou pentru a copia cantitatea.", - "create.logistics.filter.apply_count": "Număr de extracție applicat la filtru.", - - "create.gui.goggles.generator_stats": "Statistici Generator:", - "create.gui.goggles.kinetic_stats": "Statistici Cinetice:", - "create.gui.goggles.at_current_speed": "la viteza curentă", - "create.gui.goggles.pole_length": "Lungimea Stâlpului:", - "create.gui.goggles.fluid_container": "Informașii Container de Fluid:", - "create.gui.goggles.fluid_container.capacity": "Capacitate: ", - "create.gui.assembly.exception": "Această Invenție a fost incapabiă să se asambleze:", - "create.gui.assembly.exception.unmovableBlock": "Bloc Nemișcabil (%4$s) la [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "Blocul la [%1$s,%2$s,%3$s] nu a fost într-un chunk încărcat", - "create.gui.assembly.exception.structureTooLarge": "Sunt prea multe Blocuri incluse în invenție.\nMaximul configurat este: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "Sunt prea multe Brațe de extensie atașat la acest Piston.\nMaximul configurat este: %1$s", - "create.gui.assembly.exception.noPistonPoles": "Pistonului îi lipsesc niște Brațe de extensie", - "create.gui.assembly.exception.not_enough_sails": "Structura atașată nu include destule blocuri de pânze: %1$s\nUn minim de %2$s e necesar", - "create.gui.gauge.info_header": "Informație Gabarit:", - "create.gui.speedometer.title": "Viteză de Rotație", - "create.gui.stressometer.title": "Rețea de Stres", - "create.gui.stressometer.capacity": "Capacitate Rămasă", - "create.gui.stressometer.overstressed": "Suprasolicitat", - "create.gui.stressometer.no_rotation": "Fără Rotație", - "create.gui.contraptions.not_fast_enough": "Se pare că acest %1$s _nu_ se rotește cu _destulă_ _viteză_.", - "create.gui.contraptions.network_overstressed": "Se pare că această invenție este _suprasolicitată_. Adaugă mai multe surse sau _încetinește_ componentele cu un _impact de stres_ mare.", - "create.gui.adjustable_crate.title": "Ladă Ajustabilă", - "create.gui.adjustable_crate.storageSpace": "Spațiu de Stocare", - "create.gui.stockpile_switch.title": "Comutator de Depozitare", - "create.gui.stockpile_switch.invert_signal": "Inversează Semnalul", - "create.gui.stockpile_switch.move_to_lower_at": "Mută pe banda iferioară la %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "Mută pe banda superioară la %1$s%%", - "create.gui.sequenced_gearshift.title": "Schimbător De Viteze Secvențial", - "create.gui.sequenced_gearshift.instruction": "Instrucțiune", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Înroarce după unghi", - "create.gui.sequenced_gearshift.instruction.turn_angle": "Întoarce", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Unghi", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Întoarce pentru a muta Piston/Scripete/Portal", - "create.gui.sequenced_gearshift.instruction.turn_distance": "UNLOCALIZED: Piston", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Distanță", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Întârziere Programată", - "create.gui.sequenced_gearshift.instruction.delay": "Întârziere", - "create.gui.sequenced_gearshift.instruction.delay.duration": "Durată", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "Sfârșit", - "create.gui.sequenced_gearshift.instruction.end": "Sfârșit", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "Așteaptă noi Pulsuri de Redstone", - "create.gui.sequenced_gearshift.instruction.await": "Așteaptă", - "create.gui.sequenced_gearshift.speed": "Viteză, Direcție", - "create.gui.sequenced_gearshift.speed.forward": "Viteză de Intrare, Înainte", - "create.gui.sequenced_gearshift.speed.forward_fast": "Viteză Dublă, Înainte", - "create.gui.sequenced_gearshift.speed.back": "Viteză de Intrare, Înapoi", - "create.gui.sequenced_gearshift.speed.back_fast": "Viteză Dublă, Înapoi", - - "create.schematicAndQuill.dimensions": "Mărime Schemă: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "Prima poziție setată.", - "create.schematicAndQuill.secondPos": "A doua poziție setată.", - "create.schematicAndQuill.noTarget": "Ține apasat [Ctrl] pentru a selecta Blocuri de Aer.", - "create.schematicAndQuill.abort": "Selecție eliminată.", - "create.schematicAndQuill.title": "Nume Schemă:", - "create.schematicAndQuill.convert": "Salvează și Încarcă Imediat", - "create.schematicAndQuill.fallbackName": "Schema Mea", - "create.schematicAndQuill.saved": "Salvat ca %1$s", - - "create.schematic.invalid": "[!] Obiect Invalid - În schimb, folosește Masa De Schemă", - "create.schematic.position": "Poziție", - "create.schematic.rotation": "Rotație", - "create.schematic.rotation.none": "Niciuna", - "create.schematic.rotation.cw90": "În sensul acelor de ceasornic 90", - "create.schematic.rotation.cw180": "În sensul acelor de ceasornic 180", - "create.schematic.rotation.cw270": "În sensul acelor de ceasornic 270", - "create.schematic.mirror": "Oglinește", - "create.schematic.mirror.none": "Niciuna", - "create.schematic.mirror.frontBack": "Față-Spate", - "create.schematic.mirror.leftRight": "Stânga-Dreapta", - "create.schematic.tool.deploy": "Poziție", - "create.schematic.tool.move": "Mișcă XZ", - "create.schematic.tool.movey": "Mișcă Y", - "create.schematic.tool.rotate": "Rotește", - "create.schematic.tool.print": "Printează", - "create.schematic.tool.flip": "Oglindește", - "create.schematic.tool.deploy.description.0": "Mișcă structura la o locație.", - "create.schematic.tool.deploy.description.1": "Click-Dreapa pe sol pentru a o plasa.", - "create.schematic.tool.deploy.description.2": "Ține apăsat [Ctrl] pentru a selecta la o distanță fixă.", - "create.schematic.tool.deploy.description.3": "[Ctrl]-Scroll pentru a schimba distanța.", - "create.schematic.tool.move.description.0": "Deplasează Schema Orizontal.", - "create.schematic.tool.move.description.1": "Arată spre Schemă și apasă [CTRL]-Scroll ca să îl deplasezi.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "Deplasează Schema Vertical.", - "create.schematic.tool.movey.description.1": "[CTRL]-Scroll ca să îl miști sus/jos.", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "Rotește Schema în jurul centrului sale.", - "create.schematic.tool.rotate.description.1": "[CTRL]-Scroll ca să rotești cu 90 de Grade.", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "Plasează structura instant în lume.", - "create.schematic.tool.print.description.1": "[Click-Dreapta] pentru a confirma palsarea la locașia curentă.", - "create.schematic.tool.print.description.2": "Această unealtă este doar pentru Modul Creativ.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "Întoarce Schema de-a lungul feței pe care o selectezi.", - "create.schematic.tool.flip.description.1": "Arată spre Schemă și apasă [CTRL]-Scroll ca să o întorci.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "Se Sincronizează...", - "create.schematics.uploadTooLarge": "Schemal ta depășește limitele specificate de către server.", - "create.schematics.maxAllowedSize": "Mărimea maximă a fișierului de schemă permisă este:", - - "create.gui.schematicTable.refresh": "Reîmprospătează Fișierele", - "create.gui.schematicTable.open_folder": "Deschide Folderul", - "create.gui.schematicTable.title": "Masă De Schemă", - "create.gui.schematicTable.availableSchematics": "Scheme Disponibile", - "create.gui.schematicTable.noSchematics": "Nicio Schemă Salvată", - "create.gui.schematicTable.uploading": "Se Încarcă...", - "create.gui.schematicTable.finished": "Încărcare Finalizată!", - "create.gui.schematicannon.title": "Tun De Schemă", - "create.gui.schematicannon.listPrinter": "Imprimantă de listă de verificare", - "create.gui.schematicannon.gunpowderLevel": "Praf de pușcă la %1$s%%", - "create.gui.schematicannon.shotsRemaining": "Împușcături rămase: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "Cu backup: %1$s", - "create.gui.schematicannon.optionEnabled": "În prezent Activat", - "create.gui.schematicannon.optionDisabled": "În prezent Dezactivat", - "create.gui.schematicannon.showOptions": "Afișează Setări Imprimantă", - "create.gui.schematicannon.option.dontReplaceSolid": "Nu Înlocui Blocuri Solide", - "create.gui.schematicannon.option.replaceWithSolid": "Înlocuiește Solid cu Solid", - "create.gui.schematicannon.option.replaceWithAny": "Înlocuiește Solid cu Orice", - "create.gui.schematicannon.option.replaceWithEmpty": "Înlocuiește Solid cu Gol", - "create.gui.schematicannon.option.skipMissing": "Ocolește Blocuri lipsă", - "create.gui.schematicannon.option.skipTileEntities": "Protejează Entități", - "create.gui.schematicannon.slot.gunpowder": "Adaugă praf de pușcă pentru a alimenta tunul", - "create.gui.schematicannon.slot.listPrinter": "Plasează cărți aici pentru a imprima o listă de verificare pentru Schema ta", - "create.gui.schematicannon.slot.schematic": "Adaugă-ti Schema aici. Asigură-te că este instalată la o locație specifică.", - "create.gui.schematicannon.option.skipMissing.description": "Dacă tunul nu poate găsi un bloc necesar pentru plasare, va continua la locația următoare.", - "create.gui.schematicannon.option.skipTileEntities.description": "Tunul va evita să înlocuiască blocuri care țin date, cum ar fi Cuferele..", - "create.gui.schematicannon.option.dontReplaceSolid.description": "Tunul nu va înlocui niciodată orice bloc Solid în zona lui de locru, doar non-Solid și Aer.", - "create.gui.schematicannon.option.replaceWithSolid.description": "Tunul va înlocui daor blocuri Solide în zona lui de lucru dacă Schema conține un Bloc solid la acea Locație.", - "create.gui.schematicannon.option.replaceWithAny.description": "Tunul va înlocui blocuri Solide în zona lui de lucru dacă Schema conține orice Bloc la acea Locație.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "Tunul va elibera toate blocurile în zona lui de lucru, inclusiv cele înlocuite de Aer.", - - "create.schematicannon.status.idle": "Inactiv", - "create.schematicannon.status.ready": "Gata", - "create.schematicannon.status.running": "Rulează", - "create.schematicannon.status.finished": "Terminat", - "create.schematicannon.status.paused": "Pauză", - "create.schematicannon.status.stopped": "Oprit", - "create.schematicannon.status.noGunpowder": "Praf de Pușcă Epuizat", - "create.schematicannon.status.targetNotLoaded": "Ținta nu este încărcată", - "create.schematicannon.status.targetOutsideRange": "Ținta este prea departe", - "create.schematicannon.status.searching": "Se caută", - "create.schematicannon.status.skipping": "Se sare peste", - "create.schematicannon.status.missingBlock": "Obiect Lipsă:", - "create.schematicannon.status.placing": "Se plasează", - "create.schematicannon.status.clearing": "Se curătă Blocuri", - "create.schematicannon.status.schematicInvalid": "Schemă Invalidă", - "create.schematicannon.status.schematicNotPlaced": "Schema nu e Poziționată", - "create.schematicannon.status.schematicExpired": "Fișierul Schemei Expirat", - - "create.materialChecklist": "Listă De Verificare Materiale", - "create.materialChecklist.blocksNotLoaded": "* Disclaimer *\n\nLista materialelor s-ar putea să fie inexactă din cauza chunkurilor relevante neîncărcate.", - - "create.gui.filter.deny_list": "Listă-Respingere", - "create.gui.filter.deny_list.description": "Obiectele trec dacă NU se potrivesc cu niciunul de mai sus. O Listă-Respingere goală acceptă totul.", - "create.gui.filter.allow_list": "Listă-Permitere", - "create.gui.filter.allow_list.description": "Obiectele trec dacă se potrivesc cu orice de mai sus. O Listă-Permitere goală respinge totul.", - "create.gui.filter.respect_data": "Respectă Date", - "create.gui.filter.respect_data.description": "Obiectele se potrivesc numai dacă durabilitatea, farmecele, și alte atribute se potrivesc de asemenea.", - "create.gui.filter.ignore_data": "Ignoră Date", - "create.gui.filter.ignore_data.description": "Obiectele se potrivesc indefert de atribute.", - - "create.item_attributes.placeable": "este plasabil", - "create.item_attributes.placeable.inverted": "nu este plasabil", - "create.item_attributes.consumable": "poate fi mâncat", - "create.item_attributes.consumable.inverted": "nu poate fi mâncat", - "create.item_attributes.fluid_container": "poate stoca fluide", - "create.item_attributes.fluid_container.inverted": "nu poate stoca fluide", - "create.item_attributes.enchanted": "este fermecat", - "create.item_attributes.enchanted.inverted": "este nefermecat", - "create.item_attributes.max_enchanted": "este fermecat la nivelul maxim", - "create.item_attributes.max_enchanted.inverted": "nu este fermecat la nivelul maxim", - "create.item_attributes.renamed": "are un nume personalizat", - "create.item_attributes.renamed.inverted": "nu are un nume personalizat", - "create.item_attributes.damaged": "este deteriorat", - "create.item_attributes.damaged.inverted": "nu este deteriorat", - "create.item_attributes.badly_damaged": "este deteriorat grav", - "create.item_attributes.badly_damaged.inverted": "nu este deteriorat grav", - "create.item_attributes.not_stackable": "nu poate fi stacat", - "create.item_attributes.not_stackable.inverted": "poate fi stacat", - "create.item_attributes.equipable": "poate fi echipat", - "create.item_attributes.equipable.inverted": "nu poate fi echipat", - "create.item_attributes.furnace_fuel": "e combustibil de cuptor", - "create.item_attributes.furnace_fuel.inverted": "nu e combustibil de cuptor", - "create.item_attributes.washable": "poate fi Spălat", - "create.item_attributes.washable.inverted": "nu poate fi Spălat", - "create.item_attributes.hauntable": "poate fi Bântuit", - "create.item_attributes.hauntable.inverted": "nu poate fi Bântuit", - "create.item_attributes.crushable": "poate fi Strivit", - "create.item_attributes.crushable.inverted": "nu poate fi Strivit", - "create.item_attributes.smeltable": "poate fi Topit", - "create.item_attributes.smeltable.inverted": "nu poate fi Topit", - "create.item_attributes.smokable": "poate fi Afumat", - "create.item_attributes.smokable.inverted": "nu poate fi Afumat", - "create.item_attributes.blastable": "poate fi topit în Furnal", - "create.item_attributes.blastable.inverted": "nu poate fi topit în Furnal", - "create.item_attributes.compostable": "UNLOCALIZED: can be composted", - "create.item_attributes.compostable.inverted": "UNLOCALIZED: cannot be composted", - "create.item_attributes.shulker_level": "este shulkerul %1$s", - "create.item_attributes.shulker_level.inverted": "nu este shulkerul %1$s", - "create.item_attributes.shulker_level.full": "plin", - "create.item_attributes.shulker_level.empty": "gol", - "create.item_attributes.shulker_level.partial": "plin parțial", - "create.item_attributes.in_tag": "este etichetat %1$s", - "create.item_attributes.in_tag.inverted": "nu este etichetat %1$s", - "create.item_attributes.in_item_group": "este în grupul '%1$s'", - "create.item_attributes.in_item_group.inverted": "nu este în grupul '%1$s'", - "create.item_attributes.added_by": "a fost adăugat de %1$s", - "create.item_attributes.added_by.inverted": "nu a fost adăugat de %1$s", - "create.item_attributes.has_enchant": "este fermecat cu %1$s", - "create.item_attributes.has_enchant.inverted": "nu este fermecat cu %1$s", - "create.item_attributes.color": "este vopsit %1$s", - "create.item_attributes.color.inverted": "nu este vopsit %1$s", - "create.item_attributes.has_fluid": "conține %1$s", - "create.item_attributes.has_fluid.inverted": "nu conține %1$s", - "create.item_attributes.has_name": "are numele personalizat %1$s", - "create.item_attributes.has_name.inverted": "nu are numele personalizat %1$s", - "create.item_attributes.book_author": "a fost scrisă de %1$s", - "create.item_attributes.book_author.inverted": "nu a fost scrisă de %1$s", - "create.item_attributes.book_copy_original": "este un original", - "create.item_attributes.book_copy_original.inverted": "nu este un original", - "create.item_attributes.book_copy_first": "este o copie de prima generație", - "create.item_attributes.book_copy_first.inverted": "nu este o copie de prima generație", - "create.item_attributes.book_copy_second": "este o copie de a doua generație", - "create.item_attributes.book_copy_second.inverted": "nu este o copie de a doua generație", - "create.item_attributes.book_copy_tattered": "este o mizerie zdrențuită", - "create.item_attributes.book_copy_tattered.inverted": "nu este o mizerie zdrențuită", - "create.item_attributes.astralsorcery_amulet": "îmbunătățește %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "nu îmbunătățește %1$s", - "create.item_attributes.astralsorcery_constellation": "este pus în acord cu %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "nu este pus în acord cu %1$s", - "create.item_attributes.astralsorcery_crystal": "are atributul cristal %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "nu are atributul cristal %1$s", - "create.item_attributes.astralsorcery_perk_gem": "are atributul avantaj %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "nu are atributul abantaj %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "Niciun atribut selectat", - "create.gui.attribute_filter.selected_attributes": "Atribute selectate:", - "create.gui.attribute_filter.add_attribute": "Adaugă atributul în Listă", - "create.gui.attribute_filter.add_inverted_attribute": "Adaugă atributul opus în Listă", - "create.gui.attribute_filter.allow_list_disjunctive": "Listă-Permitere (Orice)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "Obiectele trec dacă au oricare dintre atributele selectate.", - "create.gui.attribute_filter.allow_list_conjunctive": "Listă-Permitere (Totul)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "Obiectele trec doar dacă au TOATE atributele selectate.", - "create.gui.attribute_filter.deny_list": "Listă-Respingere", - "create.gui.attribute_filter.deny_list.description": "Obiectele trec dacă NU au oricare dintre atributele selectate.", - "create.gui.attribute_filter.add_reference_item": "Adaugă Obiect de Referință", - - "create.tooltip.holdForDescription": "Ține apăsat [%1$s] pentru Rezumat", - "create.tooltip.holdForControls": "Ține apăsat [%1$s] pentru Controale", - "create.tooltip.keyShift": "UNLOCALIZED: Shift", - "create.tooltip.keyCtrl": "UNLOCALIZED: Ctrl", - "create.tooltip.speedRequirement": "Cerință De Viteză: %1$s", - "create.tooltip.speedRequirement.none": "Niciunul", - "create.tooltip.speedRequirement.slow": "UNLOCALIZED: Slow", - "create.tooltip.speedRequirement.medium": "Moderat", - "create.tooltip.speedRequirement.fast": "UNLOCALIZED: Fast", - "create.tooltip.stressImpact": "Impact Stres Cinetic: %1$s", - "create.tooltip.stressImpact.low": "Scăzut", - "create.tooltip.stressImpact.medium": "Moderat", - "create.tooltip.stressImpact.high": "Ridicat", - "create.tooltip.stressImpact.overstressed": "Suprasolicitat", - "create.tooltip.up_to": "UNLOCALIZED: Up to %1$s", - "create.tooltip.capacityProvided": "Capacitate Stres Cinetic: %1$s", - "create.tooltip.capacityProvided.low": "Mică", - "create.tooltip.capacityProvided.medium": "Medie", - "create.tooltip.capacityProvided.high": "Mare", - "create.tooltip.generationSpeed": "Generează la %1$s %2$s", - "create.tooltip.analogStrength": "Putere Analog: %1$s/15", - - "create.mechanical_arm.extract_from": "Ia Obiecte din %1$s", - "create.mechanical_arm.deposit_to": "Depozitează obiecte în %1$s", - "create.mechanical_arm.summary": "Brațul mecanic are %1$s intrare(intrări) și %2$s ieșire(ieșiri).", - "create.mechanical_arm.points_outside_range": "%1$s punct(e) de intracțiune selectat(e) a(u) fost îndepărtat(e) din cauza limitațiilor de rază.", - - "create.weighted_ejector.target_set": "Țintă Selectată", - "create.weighted_ejector.target_not_valid": "Se Ejectează la blocul Adiacent (Ținta nu a fost Validă)", - "create.weighted_ejector.no_target": "Se Ejectează la blocul Adiacent (Nicio Țintă nu a fost Selectată)", - "create.weighted_ejector.targeting": "Se Ejectează la [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "S-a ejectat Mărimea Stacului", - - "create.logistics.when_multiple_outputs_available": "Când sunt disponibile ieșiri multiple", - - "create.mechanical_arm.selection_mode.round_robin": "Robin Rotund", - "create.mechanical_arm.selection_mode.forced_round_robin": "Robin Rotund Forțat", - "create.mechanical_arm.selection_mode.prefer_first": "Preferă Prima Țintă", - - "create.tunnel.selection_mode.split": "Împărțire", - "create.tunnel.selection_mode.forced_split": "Împărțire Forțată", - "create.tunnel.selection_mode.round_robin": "Robin Rotund", - "create.tunnel.selection_mode.forced_round_robin": "Robin Rotund Forțat", - "create.tunnel.selection_mode.prefer_nearest": "Preferă Cel Mai Apropiat", - "create.tunnel.selection_mode.randomize": "Randomizare", - "create.tunnel.selection_mode.synchronize": "Sincronizare Intrări", - - "create.tooltip.chute.header": "Informație Tobogan", - "create.tooltip.chute.items_move_down": "Obiectele se mișcă În Jos", - "create.tooltip.chute.items_move_up": "Obiectele se mișcă În Sus", - "create.tooltip.chute.no_fans_attached": "Niciun ventilator atașat", - "create.tooltip.chute.fans_push_up": "Ventilatoarele împing de Jos", - "create.tooltip.chute.fans_push_down": "Ventilatoarele împing de Sus", - "create.tooltip.chute.fans_pull_up": "Ventilatoarele trag de Sus", - "create.tooltip.chute.fans_pull_down": "Ventilatoarele trag de Jos", - "create.tooltip.chute.contains": "Conține: %1$s x%2$s", - "create.tooltip.deployer.header": "UNLOCALIZED: Deployer Information", - "create.tooltip.deployer.using": "UNLOCALIZED: Mode: Use", - "create.tooltip.deployer.punching": "UNLOCALIZED: Mode: Attack", - "create.tooltip.deployer.contains": "UNLOCALIZED: Item: %1$s x%2$s", - "create.tooltip.brass_tunnel.contains": "Distribuie Curent:", - "create.tooltip.brass_tunnel.contains_entry": "UNLOCALIZED: > %1$s x%2$s", - "create.tooltip.brass_tunnel.retrieve": "Click Dreapta pentru a recupera", - - "create.linked_controller.bind_mode": "Mod de legare activat", - "create.linked_controller.press_keybind": "Apasă %1$s, %2$s, %3$s, %4$s, %5$s sau %6$s, pentru a lega această frecvenșă la tasta respectivă", - "create.linked_controller.key_bound": "Frecvență legată la %1$s", - "create.linked_controller.frequency_slot_1": "Tasta: %1$s, Frecvența #1", - "create.linked_controller.frequency_slot_2": "Tasta: %1$s, Frecvența #2", - - "create.crafting_blueprint.crafting_slot": "Slot de Ingredient", - "create.crafting_blueprint.filter_items_viable": "Obiecte de filtru avansat sunt viabile", - "create.crafting_blueprint.display_slot": "Slot de Afișaj", - "create.crafting_blueprint.inferred": "Deduse de la rețetă", - "create.crafting_blueprint.manually_assigned": "Atribuit manual", - "create.crafting_blueprint.secondary_display_slot": "Slot de Afișaj Secundar", - "create.crafting_blueprint.optional": "Opțional", - - "create.potato_cannon.ammo.attack_damage": "%1$s Puncte de Atac", - "create.potato_cannon.ammo.reload_ticks": "%1$s Ticuri de Reîncărcare", - "create.potato_cannon.ammo.knockback": "%1$s Împingere", - - "create.hint.hose_pulley.title": "Aprovizionare fără fund", - "create.hint.hose_pulley": "Corpul de fluid vizat este considerat infinit.", - "create.hint.mechanical_arm_no_targets.title": "Nicio Țintă", - "create.hint.mechanical_arm_no_targets": "Se pare că acest _Braț_ _Mecanic_ nu i s-a atribuit nicio _țintă._ Selectează benzi, depoturi, pâlnii și alte blocuri apăsând _Click-Dreapta_ pe ele _ținând_ _Brațul_ _Mecanic_ în _mână_.", - "create.hint.empty_bearing.title": "Actualizează Rulmentul", - "create.hint.empty_bearing": "Apasă _Click-Dreapta_ pe rulment cu o _mână_ _goală_ pentru a _atașa_ structura pe care tocmai a construit-o în fața ei.", - "create.hint.full_deployer.title": "Revărsare De Obiecte Deployer", - "create.hint.full_deployer": "De pare că acest _Deployer_ conține _obiecte în_ _exces_ care trebuie să fie _extrase._ Folosește o _pâlnie_ sau alte mijloace pentru a-l elibera din revărsare.", - - "create.backtank.low": "UNLOCALIZED: Backtank pressure low", - "create.backtank.depleted": "UNLOCALIZED: Backtank pressure depleted", - - "create.hint.derailed_train.title": "UNLOCALIZED: Derailed Train", - "create.hint.derailed_train": "UNLOCALIZED: It appears this _Train_ is no longer sitting on a connected track piece. _Right-Click_ using a _wrench_ in order to relocate it to a nearby track.", - - "create.boiler.status": "UNLOCALIZED: Boiler Status: %1$s", - "create.boiler.status_short": "UNLOCALIZED: Boiler: %1$s", - "create.boiler.passive": "UNLOCALIZED: Passive", - "create.boiler.idle": "UNLOCALIZED: Idle", - "create.boiler.lvl": "UNLOCALIZED: Lvl %1$s", - "create.boiler.max_lvl": "UNLOCALIZED: Max", - "create.boiler.size": "UNLOCALIZED: Size", - "create.boiler.size_dots": "UNLOCALIZED: ....... ", - "create.boiler.water": "UNLOCALIZED: Water", - "create.boiler.water_dots": "UNLOCALIZED: ... ", - "create.boiler.heat": "UNLOCALIZED: Heat", - "create.boiler.heat_dots": "UNLOCALIZED: ...... ", - "create.boiler.via_one_engine": "UNLOCALIZED: via 1 engine", - "create.boiler.via_engines": "UNLOCALIZED: via %1$s engines", - - "create.gui.schedule.lmb_edit": "UNLOCALIZED: Left-Click to Edit", - "create.gui.schedule.rmb_remove": "UNLOCALIZED: Right-Click to Remove", - "create.gui.schedule.duplicate": "UNLOCALIZED: Duplicate", - "create.gui.schedule.remove_entry": "UNLOCALIZED: Remove Action", - "create.gui.schedule.add_entry": "UNLOCALIZED: Add Action", - "create.gui.schedule.move_up": "UNLOCALIZED: Move up", - "create.gui.schedule.move_down": "UNLOCALIZED: Move down", - "create.gui.schedule.add_condition": "UNLOCALIZED: Add Condition", - "create.gui.schedule.alternative_condition": "UNLOCALIZED: Alternative Condition", - - "create.schedule.instruction_type": "UNLOCALIZED: Next Action:", - "create.schedule.instruction.editor": "UNLOCALIZED: Instruction Editor", - "create.schedule.instruction.destination": "UNLOCALIZED: Travel to Station", - "create.schedule.instruction.destination.summary": "UNLOCALIZED: Next Stop:", - "create.schedule.instruction.filter_edit_box": "UNLOCALIZED: Station Name", - "create.schedule.instruction.filter_edit_box_1": "UNLOCALIZED: Use * as a text wildcard", - "create.schedule.instruction.filter_edit_box_2": "UNLOCALIZED: Example: 'My Station, Platform *'", - "create.schedule.instruction.filter_edit_box_3": "UNLOCALIZED: Train picks nearest unoccupied match", - "create.schedule.instruction.rename": "UNLOCALIZED: Update Schedule Title", - "create.schedule.instruction.rename.summary": "UNLOCALIZED: New Title:", - "create.schedule.instruction.name_edit_box": "UNLOCALIZED: Schedule Title", - "create.schedule.instruction.name_edit_box_1": "UNLOCALIZED: Affects text shown on displays", - "create.schedule.instruction.name_edit_box_2": "UNLOCALIZED: Defaults to next destination's name", - "create.schedule.instruction.throttle": "UNLOCALIZED: Limit Max Speed", - "create.schedule.instruction.throttle.summary": "UNLOCALIZED: Change Max Speed to %1$s", - "create.schedule.instruction.throttle_edit_box": "UNLOCALIZED: Throttle", - "create.schedule.instruction.throttle_edit_box_1": "UNLOCALIZED: Affects the top speed of the Train", - "create.schedule.condition_type": "UNLOCALIZED: Continue if/after:", - "create.schedule.condition.editor": "UNLOCALIZED: Condition Editor", - "create.schedule.condition.delay": "UNLOCALIZED: Scheduled Delay", - "create.schedule.condition.delay_short": "UNLOCALIZED: Wait: %1$s", - "create.schedule.condition.delay.status": "UNLOCALIZED: Departs in %1$s", - "create.schedule.condition.idle": "UNLOCALIZED: Cargo Inactivity", - "create.schedule.condition.idle_short": "UNLOCALIZED: Cargo Idle: %1$s", - "create.schedule.condition.idle.status": "UNLOCALIZED: Cargo Idle for %1$s", - "create.schedule.condition.for_x_time": "UNLOCALIZED: for %1$s", - "create.schedule.condition.unloaded": "UNLOCALIZED: Chunk Unloaded", - "create.schedule.condition.unloaded.status": "UNLOCALIZED: Waiting for chunk unload", - "create.schedule.condition.powered": "UNLOCALIZED: Station Powered", - "create.schedule.condition.powered.status": "UNLOCALIZED: Waiting for redstone", - "create.schedule.condition.time_of_day": "UNLOCALIZED: Time of Day", - "create.schedule.condition.time_of_day.scheduled": "UNLOCALIZED: Scheduled Time: %1$s", - "create.schedule.condition.time_of_day.digital_format": "UNLOCALIZED: %1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "UNLOCALIZED: Rotation", - "create.schedule.condition.time_of_day.rotation.every_24": "UNLOCALIZED: Every Day", - "create.schedule.condition.time_of_day.rotation.every_12": "UNLOCALIZED: Every 12:00", - "create.schedule.condition.time_of_day.rotation.every_6": "UNLOCALIZED: Every 6:00", - "create.schedule.condition.time_of_day.rotation.every_4": "UNLOCALIZED: Every 4:00", - "create.schedule.condition.time_of_day.rotation.every_3": "UNLOCALIZED: Every 3:00", - "create.schedule.condition.time_of_day.rotation.every_2": "UNLOCALIZED: Every 2:00", - "create.schedule.condition.time_of_day.rotation.every_1": "UNLOCALIZED: Every 1:00", - "create.schedule.condition.time_of_day.rotation.every_0_45": "UNLOCALIZED: Every 0:45", - "create.schedule.condition.time_of_day.rotation.every_0_30": "UNLOCALIZED: Every 0:30", - "create.schedule.condition.time_of_day.rotation.every_0_15": "UNLOCALIZED: Every 0:15", - "create.schedule.condition.time_of_day.status": "UNLOCALIZED: Departs at ", - "create.schedule.condition.threshold.train_holds": "UNLOCALIZED: Train holds %1$s", - "create.schedule.condition.threshold.greater": "UNLOCALIZED: more than", - "create.schedule.condition.threshold.less": "UNLOCALIZED: less than", - "create.schedule.condition.threshold.equal": "UNLOCALIZED: exactly", - "create.schedule.condition.threshold.x_units_of_item": "UNLOCALIZED: %1$s %2$s of %3$s", - "create.schedule.condition.threshold.matching_content": "UNLOCALIZED: Matching Content", - "create.schedule.condition.threshold.anything": "UNLOCALIZED: Anything", - "create.schedule.condition.threshold.item_measure": "UNLOCALIZED: Item Measure", - "create.schedule.condition.threshold.items": "UNLOCALIZED: Items", - "create.schedule.condition.threshold.stacks": "UNLOCALIZED: Stacks", - "create.schedule.condition.threshold.buckets": "UNLOCALIZED: Buckets", - "create.schedule.condition.threshold.status": "UNLOCALIZED: Cargo: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "UNLOCALIZED: Reference Item", - "create.schedule.condition.threshold.place_item_2": "UNLOCALIZED: Filters can be used", - "create.schedule.condition.threshold.place_item_3": "UNLOCALIZED: Leave empty to match any", - "create.schedule.condition.fluid_threshold": "UNLOCALIZED: Fluid Cargo Condition", - "create.schedule.condition.item_threshold": "UNLOCALIZED: Item Cargo Condition", - "create.schedule.condition.redstone_link": "UNLOCALIZED: Redstone Link", - "create.schedule.condition.redstone_link.status": "UNLOCALIZED: Waiting for redstone link", - "create.schedule.condition.redstone_link_on": "UNLOCALIZED: Link On", - "create.schedule.condition.redstone_link_off": "UNLOCALIZED: Link Off", - "create.schedule.condition.redstone_link.powered": "UNLOCALIZED: Powered", - "create.schedule.condition.redstone_link.unpowered": "UNLOCALIZED: Not powered", - "create.schedule.condition.redstone_link.frequency_state": "UNLOCALIZED: Frequency state:", - "create.schedule.condition.redstone_link.frequency_powered": "UNLOCALIZED: Frequency powered:", - "create.schedule.condition.redstone_link.frequency_unpowered": "UNLOCALIZED: Frequency not powered:", - "create.schedule.condition.player_count": "UNLOCALIZED: Players Seated", - "create.schedule.condition.player_count.summary": "UNLOCALIZED: %1$s Player", - "create.schedule.condition.player_count.summary_plural": "UNLOCALIZED: %1$s Players", - "create.schedule.condition.player_count.seated": "UNLOCALIZED: %1$s seated", - "create.schedule.condition.player_count.players": "UNLOCALIZED: Players", - "create.schedule.condition.player_count.condition": "UNLOCALIZED: Conditional", - "create.schedule.condition.player_count.exactly": "UNLOCALIZED: Exactly", - "create.schedule.condition.player_count.or_above": "UNLOCALIZED: Or above", - "create.schedule.condition.player_count.status": "UNLOCALIZED: Passengers: %1$s/%2$s", - "create.schedule.loop": "UNLOCALIZED: Loop Forever", - "create.schedule.loop1": "UNLOCALIZED: Schedule starts over", - "create.schedule.loop2": "UNLOCALIZED: when completed", - "create.schedule.reset": "UNLOCALIZED: Reset Progress", - "create.schedule.skip": "UNLOCALIZED: Skip current Stop", - "create.schedule.applied_to_train": "UNLOCALIZED: Train is now following this Schedule", - "create.schedule.non_controlling_seat": "UNLOCALIZED: Conductor needs to sit in front of a Controls block", - "create.schedule.remove_with_empty_hand": "UNLOCALIZED: Remove current Schedule with an Empty Hand", - "create.schedule.auto_removed_from_train": "UNLOCALIZED: Auto-Schedule discarded", - "create.schedule.removed_from_train": "UNLOCALIZED: Schedule retrieved from Train", - "create.schedule.no_stops": "UNLOCALIZED: This Schedule does not have any Stops yet", - "create.schedule.continued": "UNLOCALIZED: Schedule resumed", - - "create.track.selection_cleared": "UNLOCALIZED: Selection Cleared", - "create.track.valid_connection": "UNLOCALIZED: Can Connect ✔", - "create.track.second_point": "UNLOCALIZED: Place track or select a second point", - "create.track.too_far": "UNLOCALIZED: Too far away", - "create.track.original_missing": "UNLOCALIZED: Original block removed, Sneak-click to reset", - "create.track.perpendicular": "UNLOCALIZED: Cannot connect perpendicularly", - "create.track.ascending_s_curve": "UNLOCALIZED: Cannot create sloped S-Bends", - "create.track.too_sharp": "UNLOCALIZED: Turn too sharp", - "create.track.too_steep": "UNLOCALIZED: Slope too steep", - "create.track.slope_turn": "UNLOCALIZED: Cannot enter or leave slope on a turn", - "create.track.opposing_slopes": "UNLOCALIZED: Cannot connect opposing slopes", - "create.track.leave_slope_ascending": "UNLOCALIZED: Cannot leave this slope while ascending", - "create.track.leave_slope_descending": "UNLOCALIZED: Cannot leave this slope while descending", - "create.track.turn_90": "UNLOCALIZED: Can only turn up to 90 Degrees", - "create.track.junction_start": "UNLOCALIZED: Cannot start connection from a Junction", - "create.track.turn_start": "UNLOCALIZED: Cannot start connection from a Turn", - "create.track.not_enough_tracks": "UNLOCALIZED: Not holding enough tracks", - "create.track.not_enough_pavement": "UNLOCALIZED: Not holding enough pavement blocks", - - "create.portal_track.failed": "UNLOCALIZED: Cannot place portal track:", - "create.portal_track.missing": "UNLOCALIZED: Target portal not generated yet", - "create.portal_track.blocked": "UNLOCALIZED: Target location blocked (%1$s,%2$s,%3$s)", - - "create.station.idle": "UNLOCALIZED: Station is Idle", - "create.station.assembly_title": "UNLOCALIZED: Train Assembly", - "create.station.close": "UNLOCALIZED: Close Window", - "create.station.cancel": "UNLOCALIZED: Cancel Assembly", - "create.station.failed": "UNLOCALIZED: Assembly Failed", - "create.station.icon_type": "UNLOCALIZED: Icon Type", - "create.station.create_train": "UNLOCALIZED: Create new Train", - "create.station.assemble_train": "UNLOCALIZED: Assemble Train", - "create.station.disassemble_train": "UNLOCALIZED: Disassemble Train", - "create.station.remove_schedule": "UNLOCALIZED: Retrieve Schedule", - "create.station.remove_auto_schedule": "UNLOCALIZED: Discard Auto-Schedule", - "create.station.no_assembly_diagonal": "UNLOCALIZED: Cannot build trains", - "create.station.no_assembly_diagonal_1": "UNLOCALIZED: on diagonal tracks", - "create.station.no_assembly_curve": "UNLOCALIZED: Cannot build trains", - "create.station.no_assembly_curve_1": "UNLOCALIZED: on curved tracks", - "create.station.train_not_aligned": "UNLOCALIZED: Cannot disassemble,", - "create.station.train_not_aligned_1": "UNLOCALIZED: not all carriages aligned", - "create.station.carriage_number": "UNLOCALIZED: Carriage %1$s:", - "create.station.retry": "UNLOCALIZED: Resolve this and retry", - "create.station.no_bogeys": "UNLOCALIZED: No Bogeys", - "create.station.one_bogey": "UNLOCALIZED: 1 Bogey", - "create.station.more_bogeys": "UNLOCALIZED: %1$s Bogeys", - "create.station.how_to": "UNLOCALIZED: Use Train Casing on highlighted Tracks to create bogeys.", - "create.station.how_to_1": "UNLOCALIZED: Remove bogeys by breaking the block on top.", - "create.station.how_to_2": "UNLOCALIZED: Build carriages attached to one or two bogeys each.", - - "create.train_assembly.too_many_bogeys": "UNLOCALIZED: Too many Bogeys attached: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "UNLOCALIZED: Frontmost Bogey must be at Station Marker", - "create.train_assembly.no_bogeys": "UNLOCALIZED: No Bogeys Found", - "create.train_assembly.not_connected_in_order": "UNLOCALIZED: Bogeys are not connected in order", - "create.train_assembly.bogeys_too_close": "UNLOCALIZED: Bogeys %1$s and %2$s are too close to each other", - "create.train_assembly.single_bogey_carriage": "UNLOCALIZED: This Bogey type cannot support a carriage on its own", - "create.train_assembly.nothing_attached": "UNLOCALIZED: No structure attached to Bogey %1$s", - "create.train_assembly.no_controls": "UNLOCALIZED: At least one forward-facing controls block needs to be mounted on the train", - "create.train_assembly.sideways_controls": "UNLOCALIZED: A mounted controls block is facing sideways", - "create.train_assembly.bogey_created": "UNLOCALIZED: Bogey created. Click again to cycle type", - "create.train_assembly.requires_casing": "UNLOCALIZED: Use Railway Casing to create bogeys on tracks", - - "create.track_target.set": "UNLOCALIZED: Targeted track selected", - "create.track_target.success": "UNLOCALIZED: Successfully bound to targeted track", - "create.track_target.clear": "UNLOCALIZED: Cleared track selection", - "create.track_target.missing": "UNLOCALIZED: Right-click the targeted train track first", - "create.track_target.too_far": "UNLOCALIZED: Targeted track is too far from here", - "create.track_target.no_junctions": "UNLOCALIZED: Targeted track cannot be an intersection", - "create.track_target.occupied": "UNLOCALIZED: Targeted track is occupied", - "create.track_target.invalid": "UNLOCALIZED: Cannot target this track here", - - "create.train.unnamed": "UNLOCALIZED: Unnamed Train", - "create.train.cannot_relocate_moving": "UNLOCALIZED: Cannot relocate a moving Train", - "create.train.relocate": "UNLOCALIZED: Click a Track to Relocate %1$s to. Sneak-Click to abort", - "create.train.relocate.abort": "UNLOCALIZED: Relocation aborted", - "create.train.relocate.success": "UNLOCALIZED: Relocation successful", - "create.train.relocate.valid": "UNLOCALIZED: Can relocate to here, Click to Confirm", - "create.train.relocate.invalid": "UNLOCALIZED: Cannot relocate Train to here", - "create.train.relocate.too_far": "UNLOCALIZED: Cannot relocate Train this far away", - "create.train.departing_from": "UNLOCALIZED: Departing from %1$s", - "create.train.arrived_at": "UNLOCALIZED: Arrived at %1$s", - "create.train.status": "UNLOCALIZED: Information about Train: %1$s", - "create.train.status.back_on_track": "UNLOCALIZED: Train is back on Track", - "create.train.status.collision": "UNLOCALIZED: Collision with other Train", - "create.train.status.end_of_track": "UNLOCALIZED: A Carriage has reached the end of its Track", - "create.train.status.double_portal": "UNLOCALIZED: A Carriage cannot enter a portal whilst leaving another", - "create.train.status.coupling_stress": "UNLOCALIZED: Forced stop due to Stress on Couplings", - "create.train.status.track_missing": "UNLOCALIZED: Tracks are missing beneath the Train", - "create.train.status.paused_for_manual": "UNLOCALIZED: Schedule paused for manual controls", - "create.train.status.opposite_driver": "UNLOCALIZED: Path requires a driver facing the opposite direction", - "create.train.status.missing_driver": "UNLOCALIZED: Driver has gone missing", - "create.train.status.found_driver": "UNLOCALIZED: A new driver has been found", - "create.train.status.navigation_success": "UNLOCALIZED: Navigation succeeded", - "create.train.status.no_match": "UNLOCALIZED: No station on graph matches '%1$s'", - "create.train.status.no_path": "UNLOCALIZED: No suitable path to the next Scheduled destination could be found", - - "create.track_signal.cannot_change_mode": "UNLOCALIZED: Unable to switch mode of this Signal", - "create.track_signal.mode_change.entry_signal": "UNLOCALIZED: -> Allow passage if section unoccupied", - "create.track_signal.mode_change.cross_signal": "UNLOCALIZED: -> Allow passage if section fully traversable", - - "create.contraption.controls.start_controlling": "UNLOCALIZED: Now controlling: %1$s", - "create.contraption.controls.stop_controlling": "UNLOCALIZED: Stopped controlling contraption", - "create.contraption.controls.approach_station": "UNLOCALIZED: Hold %1$s to approach %2$s", - - "create.display_link.set": "UNLOCALIZED: Targeted position selected", - "create.display_link.success": "UNLOCALIZED: Successfully bound to targeted position", - "create.display_link.clear": "UNLOCALIZED: Cleared position selection", - "create.display_link.too_far": "UNLOCALIZED: Targeted position is too far from here", - "create.display_link.invalid": "UNLOCALIZED: Link has no valid target, try placing it again", - "create.display_link.title": "UNLOCALIZED: Display Link", - "create.display_link.no_source": "UNLOCALIZED: Not a Display Source", - "create.display_link.no_target": "UNLOCALIZED: Not a Display Target", - "create.display_link.reading_from": "UNLOCALIZED: Read from:", - "create.display_link.writing_to": "UNLOCALIZED: Send to:", - "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", - "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", - "create.display_link.view_compatible": "UNLOCALIZED: Click to view all Compatible", - "create.display_link.information_type": "UNLOCALIZED: Type of Information", - "create.display_link.display_on": "UNLOCALIZED: Write data to:", - "create.display_link.display_on_multiline": "UNLOCALIZED: Start writing at:", - - "create.display_source.label": "UNLOCALIZED: Attached Label", - "create.display_source.combine_item_names": "UNLOCALIZED: Combine Item Names", - "create.display_source.count_items": "UNLOCALIZED: Amount of matching Items", - "create.display_source.list_items": "UNLOCALIZED: List matching Items", - "create.display_source.fluid_amount": "UNLOCALIZED: Amount of matching Fluids", - "create.display_source.list_fluids": "UNLOCALIZED: List matching Fluids", - "create.display_source.nixie_tube": "UNLOCALIZED: Copy Nixie Tubes", - "create.display_source.fill_level": "UNLOCALIZED: Container Fill Level", - "create.display_source.fill_level.display": "UNLOCALIZED: Display Format", - "create.display_source.fill_level.percent": "UNLOCALIZED: Percent", - "create.display_source.fill_level.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.value_list.display": "UNLOCALIZED: Value Display", - "create.display_source.value_list.shortened": "UNLOCALIZED: Shortened", - "create.display_source.value_list.full_number": "UNLOCALIZED: Full Number", - "create.display_source.value_list.thousand": "UNLOCALIZED: k", - "create.display_source.value_list.million": "UNLOCALIZED: m", - "create.display_source.player_deaths": "UNLOCALIZED: Player Deaths", - "create.display_source.scoreboard": "UNLOCALIZED: Scoreboard", - "create.display_source.scoreboard.objective": "UNLOCALIZED: Objective ID", - "create.display_source.scoreboard.objective_not_found": "UNLOCALIZED: '%1$s' not found", - "create.display_source.scoreboard.objective.deaths": "UNLOCALIZED: Player Deaths", - "create.display_source.time_of_day": "UNLOCALIZED: Time of Day", - "create.display_source.stop_watch": "UNLOCALIZED: Stopwatch", - "create.display_source.time.format": "UNLOCALIZED: Time Format", - "create.display_source.time.12_hour": "UNLOCALIZED: 12-hour", - "create.display_source.time.24_hour": "UNLOCALIZED: 24-hour", - "create.display_source.accumulate_items": "UNLOCALIZED: Accumulate Item Count", - "create.display_source.item_throughput": "UNLOCALIZED: Item Throughput", - "create.display_source.item_throughput.interval": "UNLOCALIZED: Interval", - "create.display_source.item_throughput.interval.second": "UNLOCALIZED: per Second", - "create.display_source.item_throughput.interval.minute": "UNLOCALIZED: per Minute", - "create.display_source.item_throughput.interval.hour": "UNLOCALIZED: per Hour", - "create.display_source.train_status": "UNLOCALIZED: Train Schedule Status", - "create.display_source.station_summary": "UNLOCALIZED: Train Station Summary", - "create.display_source.station_summary.filter": "UNLOCALIZED: Station name filter", - "create.display_source.station_summary.train_name_column": "UNLOCALIZED: Train column size", - "create.display_source.station_summary.platform_column": "UNLOCALIZED: Platform column size", - "create.display_source.station_summary.now": "UNLOCALIZED: now", - "create.display_source.station_summary.minutes": "UNLOCALIZED: min", - "create.display_source.station_summary.seconds": "UNLOCALIZED: %1$ss", - "create.display_source.observed_train_name": "UNLOCALIZED: Detected Train Name", - "create.display_source.max_enchant_level": "UNLOCALIZED: Max Enchanting Cost", - "create.display_source.boiler_status": "UNLOCALIZED: Boiler Status", - "create.display_source.entity_name": "UNLOCALIZED: Entity Name", - "create.display_source.kinetic_speed": "UNLOCALIZED: Rotation Speed (RPM)", - "create.display_source.kinetic_speed.absolute": "UNLOCALIZED: Ignore Direction", - "create.display_source.kinetic_speed.directional": "UNLOCALIZED: Include Direction", - "create.display_source.kinetic_stress": "UNLOCALIZED: Network Stress", - "create.display_source.kinetic_stress.display": "UNLOCALIZED: Displayed Info", - "create.display_source.kinetic_stress.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.kinetic_stress.percent": "UNLOCALIZED: Percentage", - "create.display_source.kinetic_stress.current": "UNLOCALIZED: Stress in SU", - "create.display_source.kinetic_stress.max": "UNLOCALIZED: Total Capacity", - "create.display_source.kinetic_stress.remaining": "UNLOCALIZED: Remaining SU", - "create.display_source.redstone_power": "UNLOCALIZED: Redstone Power", - "create.display_source.redstone_power.display": "UNLOCALIZED: Display Format", - "create.display_source.redstone_power.number": "UNLOCALIZED: Number", - "create.display_source.redstone_power.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.boiler.not_enough_space": "UNLOCALIZED: Not enough space ", - "create.display_source.boiler.for_boiler_status": "UNLOCALIZED: for Boiler Status", - - "create.display_target.line": "UNLOCALIZED: Line %1$s", - "create.display_target.page": "UNLOCALIZED: Page %1$s", - "create.display_target.single_line": "UNLOCALIZED: Single Line", - - "create.flap_display.cycles.alphabet": "UNLOCALIZED: ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": "UNLOCALIZED: ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": "UNLOCALIZED: ; min;now;15s;30s;45s", - "create.flap_display.cycles.shortened_numbers": "UNLOCALIZED: ;K;M", - "create.flap_display.cycles.fluid_units": "UNLOCALIZED: mB;B ", - "create.flap_display.cycles.instant": "UNLOCALIZED: ; ", - "create.flap_display.cycles.pixel": "UNLOCALIZED: █;▓;▒", - - "create.super_glue.too_far": "UNLOCALIZED: Selected area is too big", - "create.super_glue.cannot_reach": "UNLOCALIZED: Selected blocks must be connected", - "create.super_glue.click_to_confirm": "UNLOCALIZED: Click again to confirm", - "create.super_glue.click_to_discard": "UNLOCALIZED: Sneak-click to discard selection", - "create.super_glue.first_pos": "UNLOCALIZED: First position selected", - "create.super_glue.abort": "UNLOCALIZED: Selection discarded", - "create.super_glue.not_enough": "UNLOCALIZED: Not enough glue in inventory", - "create.super_glue.success": "UNLOCALIZED: Applying Glue...", - - "create.gui.config.overlay1": "UNLOCALIZED: Hi :)", - "create.gui.config.overlay2": "UNLOCALIZED: This is a sample overlay", - "create.gui.config.overlay3": "UNLOCALIZED: Click or drag with your mouse", - "create.gui.config.overlay4": "UNLOCALIZED: to move this preview", - "create.gui.config.overlay5": "UNLOCALIZED: Press ESC to exit this screen", - "create.gui.config.overlay6": "UNLOCALIZED: and save the new position", - "create.gui.config.overlay7": "UNLOCALIZED: Run /create overlay reset", - "create.gui.config.overlay8": "UNLOCALIZED: to reset to the default position", - - "create.command.killTPSCommand": "UNLOCALIZED: killtps", - "create.command.killTPSCommand.status.slowed_by.0": "[Create]: Ticul serverului este încetinit cu %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "[Create]: Ticul serverului este încetinit cu %s ms acum >:)", - "create.command.killTPSCommand.status.slowed_by.2": "[Create]: Ticul serverului este înapoi la viteza normală :D", - "create.command.killTPSCommand.status.usage.0": "[Create]: folosește /killtps stop pentru a readuce ticul serverului la viteza normală", - "create.command.killTPSCommand.status.usage.1": "[Create]: folosește /killtps start pentru a încetini artificial ticul serverului", - "create.command.killTPSCommand.argument.tickTime": "UNLOCALIZED: tickTime", - - "create.contraption.minecart_contraption_too_big": "Această Invenție de Vagonet pare ca este prea mare pentru a fi luat.", - "create.contraption.minecart_contraption_illegal_pickup": "O forță mistică leagă această Invenție de Vagonet de lume", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "Invenție se oprește", - "create.subtitle.peculiar_bell_use": "Clopot Ciudat bate", - "create.subtitle.worldshaper_place": "Modelator de Lume face zap", - "create.subtitle.whistle_train_manual": "UNLOCALIZED: Train honks", - "create.subtitle.steam": "UNLOCALIZED: Steam noises", - "create.subtitle.saw_activate_stone": "Ferăstrău Mecanic se activează", - "create.subtitle.schematicannon_finish": "Tun de Schemă face ding", - "create.subtitle.crafter_craft": "Meșter lucrează", - "create.subtitle.wrench_remove": "Component se sparge", - "create.subtitle.train3": "UNLOCALIZED: Bogey wheels rumble muffled", - "create.subtitle.whistle": "UNLOCALIZED: Whistling", - "create.subtitle.cogs": "Roți Dințate vuie", - "create.subtitle.slime_added": "Mâzgă zdrobește", - "create.subtitle.whistle_train_low": "UNLOCALIZED: Low whistling", - "create.subtitle.schematicannon_launch_block": "Tun de Schemă trage", - "create.subtitle.controller_take": "Pupitru se golește", - "create.subtitle.crafter_click": "Meșter clickuiește", - "create.subtitle.depot_plop": "Obiect aterizează", - "create.subtitle.confirm": "Ding afirmativ", - "create.subtitle.mixing": "Sunete de amestecare", - "create.subtitle.mechanical_press_activation_belt": "Presă Mecanică face bonk", - "create.subtitle.fwoomp": "Lansator de Cartofi face fwoomp", - "create.subtitle.sanding_long": "Sunete de șlefuit", - "create.subtitle.crushing_1": "Sunete de zdrobit", - "create.subtitle.depot_slide": "Obiect alunecă", - "create.subtitle.blaze_munch": "Arzător de Dogoreală plescăie", - "create.subtitle.funnel_flap": "Pâlnie falfâie", - "create.subtitle.haunted_bell_use": "Clopot Bântuit bate", - "create.subtitle.scroll_value": "Acțiune de Scroll clickuiește", - "create.subtitle.controller_put": "Controlor bocăne", - "create.subtitle.cranking": "Manivelă se rotește", - "create.subtitle.sanding_short": "Sunete de șlefuit", - "create.subtitle.wrench_rotate": "Cheie folosită", - "create.subtitle.potato_hit": "Impact de legumă", - "create.subtitle.saw_activate_wood": "Ferăstrău Mecanic se activează", - "create.subtitle.whistle_high": "UNLOCALIZED: High whistling", - "create.subtitle.whistle_train_manual_low": "UNLOCALIZED: Train honks", - "create.subtitle.whistle_train": "UNLOCALIZED: Whistling", - "create.subtitle.haunted_bell_convert": "Clopot Bântuit se trezețte", - "create.subtitle.train": "UNLOCALIZED: Bogey wheels rumble", - "create.subtitle.deny": "Boop de refuz", - "create.subtitle.controller_click": "Controlor clickuiește", - "create.subtitle.whistle_low": "UNLOCALIZED: Low whistling", - "create.subtitle.copper_armor_equip": "Echipament de scufundare ciocăne", - "create.subtitle.mechanical_press_activation": "Presă Mecanică zăngăne", - "create.subtitle.contraption_assemble": "Invenție se mișcă", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "OBIECT EXEMPLU (doar un marker că acest tooltip există)", - "item.create.example_item.tooltip.summary": "O scurtă descriere a obiectului. _Sublinierile_ evidențiază un termen.", - "item.create.example_item.tooltip.condition1": "Când asta", - "item.create.example_item.tooltip.behaviour1": "atunci acest obiect face asta. (comportamentele se afișează pe shift)", - "item.create.example_item.tooltip.condition2": "Și Când Asta", - "item.create.example_item.tooltip.behaviour2": "Poți adăuga cât de multe comportamente îți place", - "item.create.example_item.tooltip.control1": "Când Ctrl e apăsat", - "item.create.example_item.tooltip.action1": "Aceste controale se afișează.", - - "block.create.wooden_bracket.tooltip": "BRACHETĂ DE LEMN", - "block.create.wooden_bracket.tooltip.summary": "_Decorează_-ți _Rotoarele, Roțile Dințate_ și _Conducele_ cu o comodă și lemnoasă piesă de întărire.", - - "block.create.metal_bracket.tooltip": "BRACHETĂ DE METAL", - "block.create.metal_bracket.tooltip.summary": "_Decorează_-ți _Rotoarele, Roțile Dințate_ și _Conducele_ cu o industrială și rezistentă piesă de întărire.", - - "block.create.seat.tooltip": "SCAUN", - "block.create.seat.tooltip.summary": "Stai jos și bucură-te de plimbare! Va ancora un jucător pe o _invenție_ în mișcare. De asemenea, grozav pentru mobilier static! Vine într-o varietate de culori.", - "block.create.seat.tooltip.condition1": "Click Dreapta pe Scaun", - "block.create.seat.tooltip.behaviour1": "Așează jucătorul pe _Scaun_. Apasă shift stânga pentru a părăsi _Scaunul_.", - - "item.create.blaze_cake.tooltip": "TORT DE DOGOREALĂ", - "item.create.blaze_cake.tooltip.summary": "Un Ospăț delicios pentru muncitorii tăi, _Arzătorii De Dogoreală_. Îi face pe toți aprinși!", - - "item.create.wand_of_symmetry.tooltip": "BAGHETĂ DE SIMETRIE", - "item.create.wand_of_symmetry.tooltip.summary": "Oglindește perfect plasarea Blocurilor peste planuri configurate", - "item.create.wand_of_symmetry.tooltip.condition1": "Când e în hotbar", - "item.create.wand_of_symmetry.tooltip.behaviour1": "Stă Activă", - "item.create.wand_of_symmetry.tooltip.control1": "Click-D pe Sol", - "item.create.wand_of_symmetry.tooltip.action1": "_Creează_ sau _Mută_ Oglinda", - "item.create.wand_of_symmetry.tooltip.control2": "Click-D în Aer", - "item.create.wand_of_symmetry.tooltip.action2": "_Elimină_ Oglinda activă", - "item.create.wand_of_symmetry.tooltip.control3": "Click-D în timpul Furișării", - "item.create.wand_of_symmetry.tooltip.action3": "Deschide _Interfața de Configurare_", - - "item.create.handheld_worldshaper.tooltip": "MODELATOR DE LUME", - "item.create.handheld_worldshaper.tooltip.summary": "Unealtă la îndemână pentru crearea _peisajelor_ și _caracteristicilor de teren_.", - "item.create.handheld_worldshaper.tooltip.control1": "Click-S pe Bloc", - "item.create.handheld_worldshaper.tooltip.action1": "Setează blocul plasat de unealtă la blocul vizat.", - "item.create.handheld_worldshaper.tooltip.control2": "Click-D pe Bloc", - "item.create.handheld_worldshaper.tooltip.action2": "Aplică _Pensula_ și _Unealta_ selectată în prezent la locația vizată.", - "item.create.handheld_worldshaper.tooltip.control3": "Click-D în timpul Furișării", - "item.create.handheld_worldshaper.tooltip.action3": "Deschide _Interfața de Configurare_", - - "item.create.tree_fertilizer.tooltip": "FERTILIZATOR DE COPACI", - "item.create.tree_fertilizer.tooltip.summary": "O combinație puternică de minerale potrivite pentru accelerarea creșterii a tipurilor de copaci obișnuiți.", - "item.create.tree_fertilizer.tooltip.condition1": "Când este folosit pe puiet", - "item.create.tree_fertilizer.tooltip.behaviour1": "Crește Copacii _indiferent_ de _condițiile de spațiu_", - - "item.create.extendo_grip.tooltip": "GRIP EXTENDO", - "item.create.extendo_grip.tooltip.summary": "Boioioing! _Mărește_ cu mult _distanța de atingere_ a purtătorului. Poate fi alimentat cu Presiune de Aer de la un _Backtank de Cupru_", - "item.create.extendo_grip.tooltip.condition1": "Când este în mâna opusă", - "item.create.extendo_grip.tooltip.behaviour1": "Mărește _distanța de atingere_ a obiectelor folosite în _Mâna Principală_.", - "item.create.extendo_grip.tooltip.condition2": "Când se poartă Backtank de Cupru", - "item.create.extendo_grip.tooltip.behaviour2": "_Durabilitatea_ _nu_ va fi folosită. În schimb, _Presiunea_ _aerului_ este stoarsă din Rezervor", - - "item.create.potato_cannon.tooltip": "TUN DE CARTOFI", - "item.create.potato_cannon.tooltip.summary": "Fwoomp! Lansează-ți legumele de casă către Inamicii tăi. Poate fi alimentat cu Presiune de Aer de la un _Backtank de Cupru_", - "item.create.potato_cannon.tooltip.condition1": "Când Click-D este apăsat", - "item.create.potato_cannon.tooltip.behaviour1": "_Trage_ un obiect potrivit din _Inventar_.", - "item.create.potato_cannon.tooltip.condition2": "Când se poartă Backtank de Cupru", - "item.create.potato_cannon.tooltip.behaviour2": "_Durabilitatea_ _nu_ va fi folosită. În schimb, _Presiunea_ _aerului_ este stoarsă din Rezervor", - - "item.create.filter.tooltip": "FILTRU", - "item.create.filter.tooltip.summary": "_Controlează ieșirile_ și _intrările_ dispozitivelor logistice cu mai multă _precizie_, potrivindu-le împotriva unui _set de obiecte_ sau mai multe _filtre cuibărite_.", - "item.create.filter.tooltip.condition1": "Când este în slot de filtru", - "item.create.filter.tooltip.behaviour1": "_Controlează_ fluxul de obiecte conform _configurației_ sale.", - "item.create.filter.tooltip.condition2": "Când Click-D este apăsat", - "item.create.filter.tooltip.behaviour2": "Deschide _interfața de configurare_.", - - "item.create.attribute_filter.tooltip": "FILTRU DE ATRIBUT", - "item.create.attribute_filter.tooltip.summary": "_Controlează ieșirile_ și _intrările_ dispozitivelor logistice cu mai multă _precizie_, potrivindu-le împotriva unor _seturi de atribute_ de obiecte și _categorii_.", - "item.create.attribute_filter.tooltip.condition1": "Când este în slot de filtru", - "item.create.attribute_filter.tooltip.behaviour1": "_Controlează_ fluxul de obiecte conform _configurației_ sale.", - "item.create.attribute_filter.tooltip.condition2": "Când Click-D este apăsat", - "item.create.attribute_filter.tooltip.behaviour2": "Deschide _interfața de configurare_.", - - "item.create.empty_schematic.tooltip": "SCHEMĂ GOALĂ", - "item.create.empty_schematic.tooltip.summary": "Folosită ca un ingredient de rețetă și pentru scriere la _Masa de Schemă_.", - - "item.create.schematic.tooltip": "SCHEMĂ", - "item.create.schematic.tooltip.summary": "Ține o structură pentru a fi poziționată și plasată în lume. Poziționează Holograma cum dorești și folosește un _Tun de Schemă_ pentru a o construi.", - "item.create.schematic.tooltip.condition1": "Când este ținută", - "item.create.schematic.tooltip.behaviour1": "Poate fi poziționată fikisind Uneltele de pe Ecran.", - "item.create.schematic.tooltip.control1": "Click-D în timpul Furișării", - "item.create.schematic.tooltip.action1": "Deschide o _Interfață_ pentru introducerea _Coordonatelor_ exacte.", - - "item.create.schematic_and_quill.tooltip": "SCHEMĂ ȘI CONDEI", - "item.create.schematic_and_quill.tooltip.summary": "Folosit pentru salvarea unei Structuri în lumea ta pe un fișier .nbt.", - "item.create.schematic_and_quill.tooltip.condition1": "Pasul 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "Selectează două puncte-colț folosind Click-D.", - "item.create.schematic_and_quill.tooltip.condition2": "Pasul 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl-Scroll_ pe fețe pentru a le regla mărimea. Click-D din nou pentru a Salva.", - "item.create.schematic_and_quill.tooltip.control1": "Click-D", - "item.create.schematic_and_quill.tooltip.action1": "Selectează un punct colț / confirmă salvarea.", - "item.create.schematic_and_quill.tooltip.control2": "Ctrl Apăsat", - "item.create.schematic_and_quill.tooltip.action2": "Selectează puncte _în aer_. _Derulează_ pentru a regla distanța.", - "item.create.schematic_and_quill.tooltip.control3": "Click-D în timpul furișării", - "item.create.schematic_and_quill.tooltip.action3": "_Resetează_ și șterge selecția.", - - "block.create.schematicannon.tooltip": "TUN DE SCHEMĂ", - "block.create.schematicannon.tooltip.summary": "Trage cu blocuri pentru a recreea o _Schemă_ instituită în Lume. Folosește obiecte din Inventare adiacente și _Praf de Pușcă_ ca combustibil.", - "block.create.schematicannon.tooltip.condition1": "Când Click-D este apăsat", - "block.create.schematicannon.tooltip.behaviour1": "Deschide _Interfața_", - - "block.create.schematic_table.tooltip": "MASĂ DE SCHEMĂ", - "block.create.schematic_table.tooltip.summary": "Scrie Scheme salvate într-o _Schemă Goală_.", - "block.create.schematic_table.tooltip.condition1": "Când primește o Schemă Goală", - "block.create.schematic_table.tooltip.behaviour1": "Încarcă un Fișier ales din Folderul tău de Scheme.", - - "item.create.goggles.tooltip": "OCHELARI", - "item.create.goggles.tooltip.summary": "O pereche de ochelari pentru a-ți spri vederea cu _informații cinetice_ folositoare.", - "item.create.goggles.tooltip.condition1": "Când sunt purtați", - "item.create.goggles.tooltip.behaviour1": "Arată _indicatoare colorate_ care corespund cu _Nivelul Vitezei_ al unui component cinetic plasat precum și _Impactul Stresului_ și _Capacitatea_ componentelor individuale.", - "item.create.goggles.tooltip.condition2": "Când se uită la gabarit", - "item.create.goggles.tooltip.behaviour2": "Afișează informațiile detaliate despre _Viteză_ sau _Stres_ are rețelei la care gabaritul este conectat.", - "item.create.goggles.tooltip.condition3": "Când se uită la rezervoare de fluid", - "item.create.goggles.tooltip.behaviour3": "fișează informații detaliate despre _Capacitatea_ blocului și orice _Fluid_ stocat în interior.", - - "item.create.wrench.tooltip": "CHEIE", - "item.create.wrench.tooltip.summary": "O unealtă folositoare pentru lucrul cu invenții cinetice. Poate fi folosită pentru a _Roti_, _Demonta_ și a _Configura_ componente.", - "item.create.wrench.tooltip.control1": "Click-Dreapta pe un bloc cinetic", - "item.create.wrench.tooltip.action1": "_Rotește componentele_ spre sau departe de fața cu care ai interacționat.", - "item.create.wrench.tooltip.control2": "Click-D în timpul Furișării", - "item.create.wrench.tooltip.action2": "_Dezasamblează componente Cinetice_ și le plasează înapoi în _inventarul tău_.", - - "block.create.nozzle.tooltip": "PLASĂ", - "block.create.nozzle.tooltip.summary": "Atașează în fața unui _Ventilator Încapsulat_ pentru a-i distribui efectul pe Entități în _toate direcțiile_.", - - "block.create.cuckoo_clock.tooltip": "CEAS CUCU", - "block.create.cuckoo_clock.tooltip.summary": "Măiestrie fină pentru _decorarea_ unui spațiu și pentru _ținerea noțiunii timpului_.", - "block.create.cuckoo_clock.tooltip.condition1": "Când este alimentat de Cinetice", - "block.create.cuckoo_clock.tooltip.behaviour1": "Arată _ora actuală_ și cântă un ton de două ori pe zi. _Se activează_ odată la _amiază_ și la amurg, de îndată ce _jucătorii pot dormi_.", - - "block.create.turntable.tooltip": "PLACĂ TURNANTĂ", - "block.create.turntable.tooltip.summary": "Transformă _Forța de Rotație_ într-un fin Rău De Mișcare.", - - "block.create.toolbox.tooltip": "TRUSĂ DE SCULE", - "block.create.toolbox.tooltip.summary": "Cea mai dragă companie a oricărui inventator. _Ține_ convenabil o cantitate mare de _8 Diferite_ tipuri de obiecte.", - "block.create.toolbox.tooltip.condition1": "Când este ridicat", - "block.create.toolbox.tooltip.behaviour1": "_Reține Conținutul_ Inventarului.", - "block.create.toolbox.tooltip.condition2": "Când este plasat în rază", - "block.create.toolbox.tooltip.behaviour2": "_Jucătorii din apropiere_ pot apăsa _Tasta de Toolbox_ pentru a-i accesa conținutul _De la distanță_.", - "block.create.toolbox.tooltip.condition3": "Când Click-D este apăsat", - "block.create.toolbox.tooltip.behaviour3": "Deschide _Interfața Recipientului_.", - - "block.create.stockpile_switch.tooltip": "COMUTATOR DE DEPOZITARE", - "block.create.stockpile_switch.tooltip.summary": "Comută un semnal Redstone bazat pe cantitatea de _Obiecte Stocate_ sau _Fluide_ în recipientul atașat. Vine cu un filtru la îndemână. În contrast cu _Comparatorul, Comutatorul de Depozitare_ permite configurarea unor _praguri,_ la care semnale sunt inversate.", - "block.create.stockpile_switch.tooltip.condition1": "Când Click-D este apăsat", - "block.create.stockpile_switch.tooltip.behaviour1": "Deschide _Interfața de Configurare_.", - - "block.create.content_observer.tooltip": "OBSERVATOR DE CONȚINUT", - "block.create.content_observer.tooltip.summary": "_Detectează obiecte_ sau _Fluide_ în interiorul _recipientelor_, _conductelor_ sau _benzilor rulante_ potrivind un _filtru_ configurat.", - "block.create.content_observer.tooltip.condition1": "Când se observă un Recipient", - "block.create.content_observer.tooltip.behaviour1": "Emite un _Semnal Redstone_ în timp ce recipientul observat are _conținut_ _potrivit_.", - "block.create.content_observer.tooltip.condition2": "Când se observă o Pâlnie", - "block.create.content_observer.tooltip.behaviour2": "Emită un _Puls de redstone_ când un obiect _potrivit_ este _transferat_.", - - "block.create.creative_crate.tooltip": "LADĂ AJUSTABILĂ CREATIV", - "block.create.creative_crate.tooltip.summary": "Acest _Recipient de Depozitare_ permite replici infinite a oricărui obiect. Plasează lângă un _Tun de Schemă_ pentru a elimina orice cerințe de material.", - "block.create.creative_crate.tooltip.condition1": "Când un Obiect este în slot de filtru", - "block.create.creative_crate.tooltip.behaviour1": "Orice se _extrage_ din acest recipient va oferi o _aprovizionare nesfârșită_ a obiectului specificat. Obiecte _introduse_ în această ladă vor fi _golite._", - - "item.create.creative_blaze_cake.tooltip": "TORT CREATIV", - "item.create.creative_blaze_cake.tooltip.summary": "Un ospăț foarte specal pentru _Arzători de Dogoreașă_ care permite _controlarea nivelului de încălzire_. După mâncarea acestui tort, Arzătorii de Dogoreală nu vor _rămâne fără combustibil niciodată_.", - "item.create.creative_blaze_cake.tooltip.condition1": "Click-D pe Arzător de Dogoreală", - "item.create.creative_blaze_cake.tooltip.behaviour1": "_Blochează_ nivelul de încălzire a arzătorului de dogoreală. Dacă este folosit din nou, _circulă_ nivelul de încălzire a Arzătorului de Dogoreală.", - - "block.create.controller_rail.tooltip": "CONTROLOR DE ȘINĂ", - "block.create.controller_rail.tooltip.summary": "O _șină alimentată uni-direcțională_ capabilă de _control fin_ asupra _vitezei de mișcare_ a vagonetului.", - "block.create.controller_rail.tooltip.condition1": "Când este Alimentat de Redstone", - "block.create.controller_rail.tooltip.behaviour1": "_Accelerează_ sau _Decelerează_ _vagonete_ trecătoare corespunzător cu _puterea semnalului_. Propagă putere redstone la șine controlor adiacente. Alimentând două șine controlor cu diferite puteri va cauza șine între ele să le interpoleze semnalul.", - - "item.create.sand_paper.tooltip": "ȘMIRGHEL", - "item.create.sand_paper.tooltip.summary": "O hârtie brută care poate fi folosită la _șlefuirea materialelor_. Poate fi aplicată automat folosing Deployerul.", - "item.create.sand_paper.tooltip.condition1": "Când este Folosit", - "item.create.sand_paper.tooltip.behaviour1": "Aplică lustruire la obiecte când sunt ținute în _mâna opusă_ sau întinse pe _podea_ când _te uiți la ele_", - - "item.create.builders_tea.tooltip": "CEAIUL CONSTRUCTORULUI", - "item.create.builders_tea.tooltip.summary": "Băutura perfectă pentru a începe ziua- _Motivant_ și _Saturant._", - - "item.create.refined_radiance.tooltip": "RADIANȚĂ RAFINANTĂ", - "item.create.refined_radiance.tooltip.summary": "Un material Cromatic făurit din _lumina absorbită_.", - "item.create.refined_radiance.tooltip.condition1": "Lucru în curs", - "item.create.refined_radiance.tooltip.behaviour1": "Utilizări pentru acest material vor fi valabile într-o viitoare lansare.", - - "item.create.shadow_steel.tooltip": "OȚEL DE UMBRĂ", - "item.create.shadow_steel.tooltip.summary": "Un material Cromatic făurit _în void_.", - "item.create.shadow_steel.tooltip.condition1": "Lucru în curs", - "item.create.shadow_steel.tooltip.behaviour1": "Utilizări pentru acest material vor fi valabile într-o viitoare lansare.", - - "item.create.linked_controller.tooltip": "CONTROLOR LEGAT", - "item.create.linked_controller.tooltip.summary": "Acordă _control_ _de mână_ prin frecvențe de _Legătură De Redstone_ atribuite la cele _șase_ _butoane_ ale lui.", - "item.create.linked_controller.tooltip.condition1": "Click-D", - "item.create.linked_controller.tooltip.behaviour1": "_Comută_ controlorul. _Controalele de_ _Mișcare_ sunt preluate în timp ce e activ.", - "item.create.linked_controller.tooltip.condition2": "Click-D în timpul Furișării", - "item.create.linked_controller.tooltip.behaviour2": "Deschide _Interfața de Configurare_ manuală.", - "item.create.linked_controller.tooltip.condition3": "Click-D pe Receptor de Legătură de Redstone", - "item.create.linked_controller.tooltip.behaviour3": "Activează _Modul de Legare_, apasă una dintre cele _șase controale_ pentru a le lega la _Frecvențele Legăturilor_.", - "item.create.linked_controller.tooltip.condition4": "Click-D pe Pupitru", - "item.create.linked_controller.tooltip.behaviour4": "Plasează Controlorul în Pupitru pentru activare ușoară. (Click-D în timpul Furișării pentru a-l recupera)", - - "item.create.diving_helmet.tooltip": "CASCĂ DE SCUFUNDARE", - "item.create.diving_helmet.tooltip.summary": "Împreună cu un _Backtank De_ _cupru_, permite purtătorul să _respire_ _sub apă_ pentru o perioadă extinsă de timp.", - "item.create.diving_helmet.tooltip.condition1": "Când este purtat", - "item.create.diving_helmet.tooltip.behaviour1": "Oferă efectul _Respirație Subacvatică_, scurgându-se încet _Presiunea de Aer_ din Backtank.", - - "item.create.copper_backtank.tooltip": "BACKTANK DE CUPRU", - "item.create.copper_backtank.tooltip.summary": "Un _Rezervor_ _Purtabil_ pentru cărarea de Presiune de Aer.", - "item.create.copper_backtank.tooltip.condition1": "Când este purtat", - "item.create.copper_backtank.tooltip.behaviour1": "Oferă _Presiune de_ _Aer_ Echipamentului care are nevoie.", - "item.create.copper_backtank.tooltip.condition2": "Când este plasat, Alimentat de Cinetice", - "item.create.copper_backtank.tooltip.behaviour2": "_Colectează_ _Presiune de_ _Aer_ într-un ritm depinzând de Viteză de Rotație.", - - "block.create.placard.tooltip": "UNLOCALIZED: PLACARD", - "block.create.placard.tooltip.summary": "UNLOCALIZED: _Frame_ your _items_ in brass using this fancy wall panel. Safe for contraptions!", - "block.create.placard.tooltip.condition1": "UNLOCALIZED: When R-Clicked with Item", - "block.create.placard.tooltip.behaviour1": "UNLOCALIZED: _Adds_ the held _item_ to the Placard. _Emits_ a brief _Redstone_ signal if a matching item was present already.", - "block.create.placard.tooltip.condition2": "UNLOCALIZED: When Punched", - "block.create.placard.tooltip.behaviour2": "UNLOCALIZED: _Removes_ the current _item_ in the frame.", - - "block.create.flywheel.tooltip": "UNLOCALIZED: FLYWHEEL", - "block.create.flywheel.tooltip.summary": "UNLOCALIZED: _Embellish_ your _Machines_ with this imposing Wheel of Brass.", - "block.create.flywheel.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", - "block.create.flywheel.tooltip.behaviour1": "UNLOCALIZED: Starts spinning.", - - "item.create.diving_boots.tooltip": "BOCANCI DE SCUFUNDARE", - "item.create.diving_boots.tooltip.summary": "O pereche de _bocanci_ _grei_, permițând traversare mai bună a fundului Oceanului.", - "item.create.diving_boots.tooltip.condition1": "Când sunt purtați", - "item.create.diving_boots.tooltip.behaviour1": "Purtătorul _se scufundă_ _mai repede_ și _nu poate_ _înota_. Acordă abilitatea să _meargă_ și să _sară_ sub apă. De asemenea, purtătorul nu mai este afectat de _Benzi_ _Mecanice_.", - - "item.create.crafting_blueprint.tooltip": "PLAN DE MEȘTEȘUGĂRIT", - "item.create.crafting_blueprint.tooltip.summary": "_Plasat_ pe un perete, poate fi folosit pentru a _specifica_ _aranjamente de_ _ingrediente_ pentru meșteșugărit manual mai ușor. Fiecare slot reprezintă o Rețetă.", - "item.create.crafting_blueprint.condition1": "Click-D pe slot gol", - "item.create.crafting_blueprint.behaviour1": "Deschide un _meniu de_ _Lucru_ permițându-ți să _configurezi_ o _rețetă_ și obiecte de afișaj.", - "item.create.crafting_blueprint.condition2": "Click-D pe slot configurat", - "item.create.crafting_blueprint.behaviour2": "_Aplică_ _rețeta_ _configurată_ cu Ingrediente potrvite găsite în _Inventarul_ tău. _Furișează-te_ pentru a crafta un _Stack_ de obiecte.", - - "item.create.minecart_coupling.tooltip": "CUPLARE DE VAGONET", - "item.create.minecart_coupling.tooltip.summary": "_Înlănțuiește_ toate _Vagonetele_ tale sau _Invențiile de Portal_ împreunp pentru a forma un Tren maiestuos.", - "item.create.minecart_coupling.tooltip.condition1": "Când este folosit pe Vagonet", - "item.create.minecart_coupling.tooltip.behaviour1": "_Cuplează_ două Vagonete împreună, încercând să le păstreze la o _distanță constantă_ în timpul mișcării.", - - "item.create.experience_nugget.tooltip": "PEPITĂ DE EXPERIENȚĂ", - "item.create.experience_nugget.tooltip.summary": "_Ding!_ O fărâmă de _inspirație_ de la invențiile tale fantastice.", - "item.create.experience_nugget.tooltip.condition1": "Când este folosită", - "item.create.experience_nugget.tooltip.behaviour1": "_Revendică_ puncte de _Experiență_ cuprinse înăuntru.", - - "block.create.peculiar_bell.tooltip": "CLOPOT CIUDAT", - "block.create.peculiar_bell.tooltip.summary": "Un _Clopot de Alamă decorativ_. Plasând-ul peste un _Foc de Suflete_ deschis ar putea cauza efecte adverse...", - - "block.create.haunted_bell.tooltip": "CLOPOT BÂNTUIT", - "block.create.haunted_bell.tooltip.summary": "Un _Clopot Blestemat_ bântuit de sufletele pierdute ale Netherului.", - "block.create.haunted_bell.tooltip.condition1": "Când este ținut sau bătut", - "block.create.haunted_bell.tooltip.behaviour1": "Evidențiază _Locuri fără Lumină_ apropiate pe care _Monștri Ostili_ se pot spawna.", - - - "_": "->------------------------] Ponder Content [------------------------<-", - - "create.ponder.hold_to_ponder": "Ține apăsat [%1$s] pentru a Chibzui", - "create.ponder.subject": "Subiectul acestei scene", - "create.ponder.pondering": "Chibzuind despre...", - "create.ponder.identify_mode": "Mod de identificare activ.\nÎntrerupe cu [%1$s]", - "create.ponder.associated": "Intrări asociate", - "create.ponder.close": "Închide", - "create.ponder.identify": "Identifică", - "create.ponder.next": "Scena următoare", - "create.ponder.next_up": "UNLOCALIZED: Up Next:", - "create.ponder.previous": "Scena precedentă", - "create.ponder.replay": "Reia", - "create.ponder.think_back": "Gândește Înapoi", - "create.ponder.slow_text": "Citit Confortabil", - "create.ponder.exit": "Ieși", - "create.ponder.welcome": "Bine ai venit la Chibzuire", - "create.ponder.categories": "Categorii valabile în Create", - "create.ponder.index_description": "Apasă pe una dintre iconițe pentru a învăța despre Obiectele și Blocurile asociate lui", - "create.ponder.index_title": "Indecele de Chibzuire", - "create.ponder.shared.rpm16": "UNLOCALIZED: 16 RPM", - "create.ponder.shared.behaviour_modify_wrench": "Acest comportament poate fi modificat folosind o Cheie", - "create.ponder.shared.storage_on_contraption": "Inventarele atașate la Invenție vor strânge dropurile lor automat", - "create.ponder.shared.sneak_and": "Furișare +", - "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": "Sursă: 16 RPM", - "create.ponder.shared.movement_anchors": "Cu ajutorul unui Șasiu sau cu Super Glue, structuri mai mari pot fi mișcate.", - "create.ponder.tag.redstone": "Componente Logice", - "create.ponder.tag.redstone.description": "Componente ce ajută cu inginerie de redstone", - "create.ponder.tag.contraption_assembly": "Utilitate de Atașarea Blocurilor", - "create.ponder.tag.contraption_assembly.description": "Unelte și componente folosite pentru asamblarea structurilor mișcare ca o Invenșie animată", - "create.ponder.tag.fluids": "Manipulatoare de Fluid", - "create.ponder.tag.fluids.description": "Componente ce ajută la transmiterea și folosirea Fluidelor", - "create.ponder.tag.decoration": "Aestetice", - "create.ponder.tag.decoration.description": "Componente folosite în cea mai mare parte pentru scopuri decorative", - "create.ponder.tag.windmill_sails": "Vele pentru Rulmente de Mori de Vânt", - "create.ponder.tag.windmill_sails.description": "Blocuri care se pun spre puterea unei Invenții de Moară de Vânt când sunt asamblate. Fiecare din acestea au eficiență egală făcând asta.", - "create.ponder.tag.arm_targets": "Ținte pentru Brațe Mecanice", - "create.ponder.tag.arm_targets.description": "Componente ce pot fi selectate ca intrări sau ieșiri ale Brațului Mecanic", - "create.ponder.tag.kinetic_appliances": "Dispozitive Cinetice", - "create.ponder.tag.kinetic_appliances.description": "Componente ce folosesc Forță de Rotație", - "create.ponder.tag.kinetic_sources": "Surse Cinetice", - "create.ponder.tag.kinetic_sources.description": "Componente ce generează Forță de Rotație", - "create.ponder.tag.movement_anchor": "Ancore de Mișcare", - "create.ponder.tag.movement_anchor.description": "Componente ce permit creația invenșiilor mișcătoare, animând o structură atașată într-o varietate de moduri", - "create.ponder.tag.kinetic_relays": "Blocuri Cinetice", - "create.ponder.tag.kinetic_relays.description": "Componente ce ajută la transmiterea Forței de Rotație altundeva", - "create.ponder.tag.contraption_actor": "Actori de Invenții", - "create.ponder.tag.contraption_actor.description": "Componente ce expun comportament special când sunt atașate la o invenție mișcătoare", - "create.ponder.tag.creative": "Modul Creativ", - "create.ponder.tag.creative.description": "Componente care nu sunt valabile deobicei în Modul Supraviețuire", - "create.ponder.tag.display_sources": "UNLOCALIZED: Sources for Display Links", - "create.ponder.tag.display_sources.description": "UNLOCALIZED: Components or Blocks which offer some data that can be read with a Display Link", - "create.ponder.tag.logistics": "Transport de Obiecte", - "create.ponder.tag.logistics.description": "Componente ce ajută la mișcarea obiectelor în jur", - "create.ponder.tag.display_targets": "UNLOCALIZED: Targets for Display Links", - "create.ponder.tag.display_targets.description": "UNLOCALIZED: Components or Blocks which can process and display the data received from a Display Link", - "create.ponder.tag.train_related": "UNLOCALIZED: Railway Equipment", - "create.ponder.tag.train_related.description": "UNLOCALIZED: Components used in the construction or management of Train Contraptions", - - "create.ponder.analog_lever.header": "Controlarea semnalelor folosind Maneta Analogică", - "create.ponder.analog_lever.text_1": "Manetele Analogice fac pentru o sursă de redstone compactă și precisă", - "create.ponder.analog_lever.text_2": "Click-Dreapta pentru a-i crește puterea de ieșire analogică", - "create.ponder.analog_lever.text_3": "Click-Dreapta în timpul Furișării pentru a-i scădea puterea de ieșire din nou", - - "create.ponder.andesite_tunnel.header": "Folosirea Tuneleurilor de Andezit", - "create.ponder.andesite_tunnel.text_1": "Tunelurile de Andezit pot fi folosite pentru a-ți acoperi benzile", - "create.ponder.andesite_tunnel.text_2": "Când un Tunel de Andezit are conexiuni pe laterale...", - "create.ponder.andesite_tunnel.text_3": "...ele vor împărți exact un obiect din orice stack care trece", - "create.ponder.andesite_tunnel.text_4": "Restul își va continua drumul", - - "create.ponder.auto_schedule.header": "UNLOCALIZED: Stations & Scheduling", - "create.ponder.auto_schedule.text_1": "UNLOCALIZED: Schedules can be used to provide drivers with a destination", - "create.ponder.auto_schedule.text_2": "UNLOCALIZED: Comparators will receive a signal whenever a Train is present", - "create.ponder.auto_schedule.text_3": "UNLOCALIZED: Mind that a Station can only be approached from the indicated direction", - "create.ponder.auto_schedule.text_4": "UNLOCALIZED: Stations can also be used to assign new Schedules automatically", - "create.ponder.auto_schedule.text_5": "UNLOCALIZED: The Schedule placed on a station will automatically copy itself to present trains", - "create.ponder.auto_schedule.text_6": "UNLOCALIZED: As opposed to manual scheduling, drivers will not take the item with them", - - "create.ponder.basin.header": "Procesarea Obiectelor în Bazin", - "create.ponder.basin.text_1": "Un Bazin poate ține Obiecte și Fluide pentru Procesare", - "create.ponder.basin.text_2": "După un pas de procesare, bazinele încearcă să scoată rezultatul jos, în lateralele lui", - "create.ponder.basin.text_3": "Când un component valid este prezent, Bazinul va arăta un robinet de ieșire", - "create.ponder.basin.text_4": "Un număr de opțiuni este aplicabil aici", - "create.ponder.basin.text_5": "Ieșirile vor fi prinse de inventarul de jos", - "create.ponder.basin.text_6": "Fără un robinet de ieșire, Bazinul va reține obiectele creeate în procesarea lui", - "create.ponder.basin.text_7": "Acest lucru poate fi folositor dacă ieșirile ar trebui să fie refolosite ca ingrediente", - "create.ponder.basin.text_8": "Atunci, ieșirile dorite vor trebui să fie extrase din bazin", - "create.ponder.basin.text_9": "Un filtru ar putea fi necesar pentru a evita tragerea afară a obiectelor neprocesate.", - - "create.ponder.bearing_modes.header": "Modurile de Milcare ale Rulmentului Mecanic", - "create.ponder.bearing_modes.text_1": "Când este oprit, Rulmentul va plasa structura la cel mai apropiat Unghi aliniat la grilă", - "create.ponder.bearing_modes.text_2": "Poate fi configurat să nu revină niciodată la blocuri solide, sau doar în apopierea unghiului de unde a început", - - "create.ponder.belt_casing.header": "Încăpsularea Benzilor", - "create.ponder.belt_casing.text_1": "Carcasa de Alamă sau Andezit poate fi folosită pentru a decora Benzi Mecanice", - "create.ponder.belt_casing.text_2": "O cheie poate fi folosită pentru a îndepărta carcasa", - - "create.ponder.belt_connector.header": "Folosirea Benzilor Mecanice", - "create.ponder.belt_connector.text_1": "Click-Dreapta pe două rotoare cu un obiect de bandă le va conecta împreună", - "create.ponder.belt_connector.text_2": "Selecțiile accidentașe pot fi anulate cu Click-Dreapta în timpul Furișării", - "create.ponder.belt_connector.text_3": "Rotoare Adiționale pot fi adăugate pe tot parcursul Benzii", - "create.ponder.belt_connector.text_4": "Rotoarele conectate prin Benzi se vor roti cu Viteză și Direcție Identică", - "create.ponder.belt_connector.text_5": "Rotoarele adăugate pot fi îndepărtate folosind cheia", - "create.ponder.belt_connector.text_6": "Benzile Mecanice pot fi vopsite pentru scopuri aestetice", - - "create.ponder.belt_directions.header": "Orientări Valide pentru Benzi Mecanice", - "create.ponder.belt_directions.text_1": "Benzile nu se pot conecta în direcții arbitrarii", - "create.ponder.belt_directions.text_2": "1. Se pot conecta orizontal", - "create.ponder.belt_directions.text_3": "2. Se pot conecta diagonal", - "create.ponder.belt_directions.text_4": "3. Se pot conecta vertical", - "create.ponder.belt_directions.text_5": "4. Și pot conecta rotoare verticale orizontal", - "create.ponder.belt_directions.text_6": "Acestea sunt toate direcțiile posibile. Benzile se pot întinde pe orice Lungime între 2 și 20 de blocuri", - - "create.ponder.belt_transport.header": "Folosirea Benzilor Mecanice pentru Logistică", - "create.ponder.belt_transport.text_1": "Benzile Mișcătoare vor transporta Obiecte și alte Entități", - "create.ponder.belt_transport.text_2": "Click-Dreapta cu o mână goală pentru a lua obiecte de pe bandă", - - "create.ponder.blaze_burner.header": "Hrănirea Arzătorilor de Dogoreală", - "create.ponder.blaze_burner.text_1": "Arzătorii de Dogoreală pot oferi Căldură Obiectelor procesate într-un Bazin", - "create.ponder.blaze_burner.text_2": "Pentru asta, Dogoreala trebuie hrănită cu obiecte inflamabile", - "create.ponder.blaze_burner.text_3": "Cu un Tort de Dogoreală, Arzătorul poate ajunge la un nivel de căldură mai puternic", - "create.ponder.blaze_burner.text_4": "Procesul hrănirii poate fi automat folosind Deployere sau Brațe Mecanice", - - "create.ponder.brass_funnel.header": "Pâlnia de Alamă", - "create.ponder.brass_funnel.text_1": "Pâlniile de Andezit pot să extragă doar obiecte individuale.", - "create.ponder.brass_funnel.text_2": "Pâlniile de Alamă pot extracta până la un stack plin.", - "create.ponder.brass_funnel.text_3": "Derulând pe slotul de filtru permite controlul precis asupra mărimii stackului extractat.", - "create.ponder.brass_funnel.text_4": "Folosind obiecte pe slotul de filtru va limita pâlnia să transfereze doar stackuri potrivite.", - - "create.ponder.brass_tunnel.header": "Folosirea Tunelelor de Alamă", - "create.ponder.brass_tunnel.text_1": "Tunelele de Alamă pot fi folosite pentru a=ți acoperi benzile", - "create.ponder.brass_tunnel.text_2": "Tunelele de Alamă au sloturi de filtru pe fiecare parte deschisă", - "create.ponder.brass_tunnel.text_3": "Filtrele pe conexiunile de intrare blochează pur și simplu obiecte nepotrivite", - "create.ponder.brass_tunnel.text_4": "Filtrele pe conexiunile de ieșire pot fi folosite pentru a sorta obiecte după tip", - "create.ponder.brass_tunnel.text_5": "Oricând un obiect trecător are mai multe ieșiri valabile, modul de distribuție va decide cum îl va trata", - "create.ponder.brass_tunnel.text_6": "Tunele de Alamă pe benzi paralele vor forma un grup", - "create.ponder.brass_tunnel.text_7": "Acum, Obiectele Primite vor fi distribuite pe toate ieșirile conectate", - "create.ponder.brass_tunnel.text_8": "Pentru asta, obiectele pot fi de asemenea introduse în blocul de Tunel direct", - - "create.ponder.brass_tunnel_modes.header": "Modurile de Distribuție a Tunelului de Alamă", - "create.ponder.brass_tunnel_modes.text_1": "Folosind o Cheie, comportamentul de distribuire a Tunelelor de Alamă poate fi configurat", - "create.ponder.brass_tunnel_modes.text_10": "'Sincronizare Intrări' este o setare unică pentru Tunelele de Alamă", - "create.ponder.brass_tunnel_modes.text_11": "Obiectele sunt permise să treacă dacă fiecare tunel în grup are o așteptare", - "create.ponder.brass_tunnel_modes.text_12": "Asta asigură că toate benzile aprovizionează obiecte la aceeași rată", - "create.ponder.brass_tunnel_modes.text_2": "'Împărțire' va încerca să distribuie stackul uniform între ieșirile valabile", - "create.ponder.brass_tunnel_modes.text_3": "Dacă o ieșire este incapabilă sa ia mai multe obiecte, va fi ocolită", - "create.ponder.brass_tunnel_modes.text_4": "'Împărțire Forțată' nu va ocoli niciodată ieșiri, și în schimb va aștepta până când sunt libere", - "create.ponder.brass_tunnel_modes.text_5": "'Robin Rotund' păstrează stackurile întregi, și circulă prin ieșiri iterativ", - "create.ponder.brass_tunnel_modes.text_6": "Din nou, dacă o ieșire este incapabilă să ia mai multe obiecte, va fi ocolită", - "create.ponder.brass_tunnel_modes.text_7": "'Robin Rotund Forțat' nu ocolește niciodată ieșiri", - "create.ponder.brass_tunnel_modes.text_8": "'Preferă Cel Mai Apropiat' prioritizează cele mai apropiate ieșiri față de locația de intrare a obiectelor", - "create.ponder.brass_tunnel_modes.text_9": "'Randomizare' va distribui stackuri întregi la ieșiri alese aleatoriu", - - "create.ponder.cart_assembler.header": "Mișcarea Structurilor folosind Asamblatoare de Vagonet", - "create.ponder.cart_assembler.text_1": "Asamblatoarele de Vagonet Alimentate montează structurile atașate pe Vagonete trecătoare", - "create.ponder.cart_assembler.text_2": "Fără un semnal redstone, dezasamblează invenșiile de vagonete trecătoare înapoi în blocuri", - "create.ponder.cart_assembler.text_3": "Folosind o Cheie pe Vagonet te va lăsa să cari Invenția altundeva", - - "create.ponder.cart_assembler_dual.header": "Asamblarea Invențiilor de Portal", - "create.ponder.cart_assembler_dual.text_1": "Oricând două Asamblatoare de Vagonet împart o structură atașată...", - "create.ponder.cart_assembler_dual.text_2": "Alimentând oricare dintre ele va crea o Invenție de Portal", - "create.ponder.cart_assembler_dual.text_3": "Vagonetele se vor comporta ca unele conectate prin Cuplare de Vagonet", - - "create.ponder.cart_assembler_modes.header": "Setări de Orientare pentru Invenșiile de Vagonet", - "create.ponder.cart_assembler_modes.text_1": "Invențiile de Vagonet se vor roti pentru a sta cu fața spre direcția de mișcare a vagonetelor", - "create.ponder.cart_assembler_modes.text_2": "Acestă Săgeată indică ce parte a Structurii se va considera ca fața", - "create.ponder.cart_assembler_modes.text_3": "Dacă Asamblatorul este setat pe Blochează Rotația, orientarea invenției nu se va schimba niciodată", - - "create.ponder.cart_assembler_rails.header": "Alte tipuri de Vagonete și Șine", - "create.ponder.cart_assembler_rails.text_1": "Asamblatoarele de Vagonete pe Șine Normale nu vor affecta mișcarea vagonetelor trecătoare", - "create.ponder.cart_assembler_rails.text_2": "Când este pe o Șină Propulsoare sau Controlor, vagonetele vor fi ținute pe loc până când este Alimentată", - "create.ponder.cart_assembler_rails.text_3": "Alte tipuri de Vagonete pot fi folosite ca ancoră", - "create.ponder.cart_assembler_rails.text_4": "Vagonetele cu Cuptor se păstrează alimentate, trăgând combustibil din orice inventar atașat", - - "create.ponder.chain_drive.header": "Transmiterea forței rotaționale cu Lanțuri de Distribuție", - "create.ponder.chain_drive.text_1": "Lanțurile de Distribuție transmit rotație de la unul la altul într-un rând", - "create.ponder.chain_drive.text_2": "Toate rotoarele conectate așa se vor roti în aceeași direcție", - "create.ponder.chain_drive.text_3": "Orice parte a rândului poate fi rotită cu 90 de grade", - - "create.ponder.chain_gearshift.header": "Controlarea vitezei de rotație cu Schimbătoare de Viteze Înlănțuite", - "create.ponder.chain_gearshift.text_1": "Schimvătoarele de Viteze Înlănțuite nealimentate se comportă exact ca Lanțurile de Distribuție", - "create.ponder.chain_gearshift.text_2": "Când sunt Alimentate, viteza transmisă catre alte Lanțuti de Distribuție în rând este dublată", - "create.ponder.chain_gearshift.text_3": "În schimb, oricând Schimbătorul de Viteze Alimentat nu este la sursă, viteza lui va fi injumătățită", - "create.ponder.chain_gearshift.text_4": "În ambele cazuri, Lanțurile de Distribuție în rând mereu rulează cu viteza dublă a Schimbătorului de Viteză Alimentat", - "create.ponder.chain_gearshift.text_5": "Folsind semnale analogice, raportul poate fi adjustat mai precis între 1 și 2", - "create.ponder.chain_gearshift.text_6": "UNLOCALIZED: 12 RPM", - - "create.ponder.chute.header": "Transportarea Obiectelor în jos prin Tobogane", - "create.ponder.chute.text_1": "Toboganele pot transporta obiecte vertical către și de la inventare", - "create.ponder.chute.text_2": "Folosind Cheia, o fereastră poate fi creată", - "create.ponder.chute.text_3": "Plasând Toboganele selectând fețele laterale a altuia îl va face diagonal", - - "create.ponder.chute_upward.header": "Transportarea Obiectelor în sus prin Tobogane", - "create.ponder.chute_upward.text_1": "Folosind Ventilatoare Încapsulate în partea de sus sau jos, un Tobogan poate muta obiecte în sus", - "create.ponder.chute_upward.text_2": "Inspectând tobogane cu Ochelarii Inginerului dezvăluie informații despre direcția de mișcare", - "create.ponder.chute_upward.text_3": "Pe capătul 'blocat', obiectele vor trebui să fie introduse/luate de pe laterale", - - "create.ponder.clockwork_bearing.header": "Animarea Structurilor folosind Rulmente de Ceasornic", - "create.ponder.clockwork_bearing.text_1": "Rulmentele de Ceasornic se atașează de blocurile din fața lor", - "create.ponder.clockwork_bearing.text_2": "La primirea Forței de Rotație, structura va fi rotită conform ora zilei", - "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", - "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", - "create.ponder.clockwork_bearing.text_5": "Click-Dreapta pe rulment pentru a începe sau a opri animarea structurii", - "create.ponder.clockwork_bearing.text_6": "În fața acului de Oră, o structură secundară poate fi adăugată", - "create.ponder.clockwork_bearing.text_7": "Asigură-te că cele două structuri nu sunt atașate între ele prin super glue sau ceva asemănător", - "create.ponder.clockwork_bearing.text_8": "Acum, a doua structură se va roti ca Acul de Minut", - - "create.ponder.clutch.header": "Controlarea forței de rotație folosing un Ambreiaj", - "create.ponder.clutch.text_1": "Ambreiajele vor transmite rotația într-o linie dreaptă", - "create.ponder.clutch.text_2": "Când este alimentat de Redstone, întrerupe conexiunea", - - "create.ponder.cog_speedup.header": "Schimbarea Vitezelor cu Roți Dințate", - "create.ponder.cog_speedup.text_1": "Roțile Dințate Mari și Mici pot fi conectate diagonal", - "create.ponder.cog_speedup.text_2": "Schimbând de la roți dințate mari la mici, viteza transmisă va fi dublată", - "create.ponder.cog_speedup.text_3": "Schimbând în sens invers, viteza transmisă va fi înjumătățită", - - "create.ponder.cogwheel.header": "Transmisia forței de rotație folosind Roți Dințate", - "create.ponder.cogwheel.text_1": "Roțile Dințate vor transmite rotația către alte Roți Dințate adiacente", - "create.ponder.cogwheel.text_2": "Rotoare vecine conectate astfel de vor roti în direcții opuse", - - "create.ponder.cogwheel_casing.header": "Încapsularea Roților Dințate", - "create.ponder.cogwheel_casing.text_1": "Carcasele de Andezit sau Alamă pot fi folosite pentru a decora Roțile Dințate", - "create.ponder.cogwheel_casing.text_2": "Componentele adăugate după încapsulare nu se vor conecta cu ieșirile rotoarelor", - "create.ponder.cogwheel_casing.text_3": "Cheia poate fi folosită pentru a comuta conecxiuni", - - "create.ponder.creative_fluid_tank.header": "Rezervoare De Fluid Creativ", - "create.ponder.creative_fluid_tank.text_1": "Rezervoarele De Fluid Creativ pot fi folosite pentru a oferi o aprovizionare de fluid fără fund", - "create.ponder.creative_fluid_tank.text_2": "Click-Dreapta cu un obiect care conține fluid pentru a-l configura", - "create.ponder.creative_fluid_tank.text_3": "Acum, Rețelele de Conducte pot să tragă fără sfârșit fluidul atribuit din rezervor", - "create.ponder.creative_fluid_tank.text_4": "Orice Fluid împins înapoi într-un Rezervor De Fluid Creativ va fi golit", - - "create.ponder.creative_motor.header": "Generarea Forței de Rotație folosind Motoare Creativ", - "create.ponder.creative_motor.text_1": "Motoarele Creativ sunt o sursă compactă și configurabilă de Forță de Rotație", - "create.ponder.creative_motor.text_2": "Derulând pe panoul din spate schimbă RPM a ieșirii rotaționale a motorului", - - "create.ponder.creative_motor_mojang.header": "UNLOCALIZED: Mojang's Enigma", - - "create.ponder.crushing_wheels.header": "Procesarea Obiectectelor cu Roți de Zdrobit", - "create.ponder.crushing_wheels.text_1": "O pereche de Roți de Zdrobit poate pisa obiecte foarte eficient", - "create.ponder.crushing_wheels.text_2": "Intrarea lor Rotațională trebuie să le facă să se rotească între ele", - "create.ponder.crushing_wheels.text_3": "Obiectele aruncate sau introduse în vârf vor fi procesate", - "create.ponder.crushing_wheels.text_4": "De asemenea, obiectele pot fi introduse și luate prin medii automate", - - "create.ponder.deployer.header": "Folosirea Deployerului", - "create.ponder.deployer.text_1": "Dat Forță de Rotație, un Deployer poate imita interacțiuni ale jucătorului", - "create.ponder.deployer.text_10": "Click-Dreapte pe față pentru a-i da un Obiect să folosească", - "create.ponder.deployer.text_11": "De asemenea, obiectele pot fi introduse automat", - "create.ponder.deployer.text_12": "Deployerele car un slot de filtru", - "create.ponder.deployer.text_13": "Când un filtru este setat, se activează doar în timp ce ține un obiect potrivit", - "create.ponder.deployer.text_14": "Doar obiecte care se potrivesc cu filtrul pot fi introduse...", - "create.ponder.deployer.text_15": "...și doar obiectele nepotrivite vor fi extrase", - "create.ponder.deployer.text_2": "El mereu va interacționa cu poziția cu 2 blocuri în fața lui", - "create.ponder.deployer.text_3": "Blocurile direct în fața lui nu îl va impiedica", - "create.ponder.deployer.text_4": "Deployerele pot:", - "create.ponder.deployer.text_5": "Să Plaseze Blocuri,", - "create.ponder.deployer.text_6": "Să Folosească Obiecte,", - "create.ponder.deployer.text_7": "Să Activeze Blocuri,", - "create.ponder.deployer.text_8": "Să Recolteze Blocuri", - "create.ponder.deployer.text_9": "și Să Atace Mobi", - - "create.ponder.deployer_contraption.header": "Folosirea Deployerelor pe Invenții", - "create.ponder.deployer_contraption.text_1": "Oricând un Deployer este mișcat ca parte a unei Invenții animate...", - "create.ponder.deployer_contraption.text_2": "Se activează la fiecare locație vizitată, folosind obiecte din inventare oriunde de pe invenție", - "create.ponder.deployer_contraption.text_3": "Slotul De Filtru poate fi folosit pentru a specifica ce obiecte să tragă", - - "create.ponder.deployer_modes.header": "Modurile Deployerului", - "create.ponder.deployer_modes.text_1": "În mod implicit, un Deployer imită oo interacțiune de Click-Dreapta", - "create.ponder.deployer_modes.text_2": "În schimb, folosind o Cheie, poate fi setat să imite Click-Stânga", - - "create.ponder.deployer_processing.header": "Procesarea Obiectelor folosind Deployere", - "create.ponder.deployer_processing.text_1": "Cu un obiect potrivit ținut, Deployerele pot procesa obiecte oferite sub ele", - "create.ponder.deployer_processing.text_2": "Obiectele de Intrare pot fi aruncate sau plasate pe un Depot sub Deployer", - "create.ponder.deployer_processing.text_3": "Când obiectele sunt oferite pe o bandă...", - "create.ponder.deployer_processing.text_4": "Deployerul le va ține și le va procesa automat", - - "create.ponder.deployer_redstone.header": "Controlarea Deployerelor cu Redstone", - "create.ponder.deployer_redstone.text_1": "Când sunt alimentate de Redstone, Deployerele nu se vor activa", - "create.ponder.deployer_redstone.text_2": "Înainte să se oprească, Deployerul va termina orice ciclu început", - "create.ponder.deployer_redstone.text_3": "Astfel, un puls negativ poate fi folosit pentru a declanșa exact un ciclu de activare", - - "create.ponder.depot.header": "Folosirea Depoturilor", - "create.ponder.depot.text_1": "Depoturile pot servi ca elemente de bandă 'staționare'", - "create.ponder.depot.text_2": "Click-Dreapta pentru a plasa sau îndepărta manual Obiecte de la el", - "create.ponder.depot.text_3": "La fel ca Benzile Mecanice, poate oferi obiecte către procesare", - "create.ponder.depot.text_4": "...precum și oferirea Obiectelor Brațelor Mecanice", - - "create.ponder.display_board.header": "UNLOCALIZED: Using Display Boards", - "create.ponder.display_board.text_1": "UNLOCALIZED: Display Boards are a scalable alternative to the sign", - "create.ponder.display_board.text_2": "UNLOCALIZED: They require Rotational Force to operate", - "create.ponder.display_board.text_3": "UNLOCALIZED: Text can be displayed using Name Tags...", - "create.ponder.display_board.text_4": "UNLOCALIZED: ...or through the use of Display Links", - "create.ponder.display_board.text_5": "UNLOCALIZED: Dyes can be applied to individual lines of the board", - "create.ponder.display_board.text_6": "UNLOCALIZED: Lines can be reset by clicking them with an empty hand", - - "create.ponder.display_link.header": "UNLOCALIZED: Setting up Display Links", - "create.ponder.display_link.text_1": "UNLOCALIZED: Display Links can be used to visualise dynamic information", - "create.ponder.display_link.text_2": "UNLOCALIZED: First, right-click the target display...", - "create.ponder.display_link.text_3": "UNLOCALIZED: ...then attach it to the block to read from", - "create.ponder.display_link.text_4": "UNLOCALIZED: Open the Interface to select and configure what is sent", - "create.ponder.display_link.text_5": "UNLOCALIZED: The display will now receive information from the link", - "create.ponder.display_link.text_6": "UNLOCALIZED: Not every block can act as a source", - "create.ponder.display_link.text_7": "UNLOCALIZED: Each compatible block provides unique information", - "create.ponder.display_link.text_8": "UNLOCALIZED: The Display Link can work with several different displays", - - "create.ponder.display_link_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.display_link_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Display Links stop sending updates", - "create.ponder.display_link_redstone.text_2": "UNLOCALIZED: Once unpowered, the Timer is reset and new info is sent immediately", - "create.ponder.display_link_redstone.text_3": "UNLOCALIZED: Signals emitted from the source do not affect the Link", - - "create.ponder.empty_blaze_burner.header": "Folosirea Arzătorilor De Dogorală Goi", - "create.ponder.empty_blaze_burner.text_1": "Click-Dreapta pe Dogorală cu arzătorul gol pentru a-l captura", - "create.ponder.empty_blaze_burner.text_2": "Alternativ, Dogorelile pot fi conectate de la Spanwerele lor direct", - "create.ponder.empty_blaze_burner.text_3": "Acum ai o sursă de încălzire ideală pentru diverse mașinării", - "create.ponder.empty_blaze_burner.text_4": "Pentru scopuri Aerstetice, Arzătoarii De Dogoreală Goi pot fi de asemenea aprinși folosind Cremenele și Amnarul", - "create.ponder.empty_blaze_burner.text_5": "Flacăra poate fi tranformată folosind un obiect infuzat cu suflete", - "create.ponder.empty_blaze_burner.text_6": "Totuși, fără o dogoreală ele nu sunt potrivite pentru încălzire industrială", - - "create.ponder.encased_fluid_pipe.header": "Încapsularea Conductelor De Fluide", - "create.ponder.encased_fluid_pipe.text_1": "Carcasa De Cupru poate fi folosită pentru a decora Conducte De Fluid", - "create.ponder.encased_fluid_pipe.text_2": "Deoparte de a fi ascunse, Conductele Încapsulate sunt blocate în statul lor de conectivitate", - "create.ponder.encased_fluid_pipe.text_3": "Nu va mai reacționa la orice blocuri vecine fiind adăugate sau îndepărtate", - - "create.ponder.fan_direction.header": "Fluxul de Aer al unui Ventilator Încapsulat", - "create.ponder.fan_direction.text_1": "Ventilatoarele Încapsulate folosesc Forță De Rotație pentru a crea un Curent De AerEncased Fans use Rotational Force to create an Air Current", - "create.ponder.fan_direction.text_2": "Puterea și Direcția Fluzului depinde de Intrarea Rotațională", - - "create.ponder.fan_processing.header": "Procesarea Obiectelor folosind Ventilatoare Încapsulate", - "create.ponder.fan_processing.text_1": "Când trece prin lavă, Fluxul de Aer devine Încălzit", - "create.ponder.fan_processing.text_2": "Obiectele prinse în zonă vor fi topite", - "create.ponder.fan_processing.text_3": "Obiectele de mâncare aruncate aici ar fi incinerate", - "create.ponder.fan_processing.text_4": "În schimb , o amplasare de Afumare folosind Foc ar trebui folosit pentru ele", - "create.ponder.fan_processing.text_5": "Fluxurile De Aer trecând prin apă creează o Amplasare De SpălareAir Flows passing through water create a Washing Setup", - "create.ponder.fan_processing.text_6": "Niște procesare nouă interesantă poate fi făcută cu acest lucru", - "create.ponder.fan_processing.text_7": "Viteza Ventilatorului NU afectează viteza procesării, doar raza sa", - "create.ponder.fan_processing.text_8": "De asemenea, Procesarea Cu Ventilator poate fi aplicată la Obiecte pe Depoturi și Benzi", - - "create.ponder.fluid_pipe_flow.header": "Mișcarea Fluidelor folosind Conducte De Cupru", - "create.ponder.fluid_pipe_flow.text_1": "Conductele De Fluid pot conecta două sau mai multe surse și ținte", - "create.ponder.fluid_pipe_flow.text_2": "Folosind o Cheie, unui segment de conductă dreaptă poate fi dat o fereastră", - "create.ponder.fluid_pipe_flow.text_3": "Conductele cu fereastră nu se vor conecta cu alte segmente de conducte adiacente", - "create.ponder.fluid_pipe_flow.text_4": "Alimentate de Pompe Mecanice, Conductele pot transporta Fluide", - "create.ponder.fluid_pipe_flow.text_5": "La început, niciun fluid nu este extractat", - "create.ponder.fluid_pipe_flow.text_6": "Odată ce fluxul le conectează, capetele transferă treptat conținutul lor", - "create.ponder.fluid_pipe_flow.text_7": "Astfel, blocurile de Conducte însuși niciodată nu conțin 'fizic' niciun fluid", - - "create.ponder.fluid_pipe_interaction.header": "Scurgerea și Umplerea rezervoarelor de fluid", - "create.ponder.fluid_pipe_interaction.text_1": "Capetele ale unei rețele de conducte pot interacționa cu o varietate de blocuri", - "create.ponder.fluid_pipe_interaction.text_2": "Orice bloc cu capabilități de stocare de fluid pot fi umplute sau scurse", - "create.ponder.fluid_pipe_interaction.text_3": "Blocuri de sursă chiar în fața unui capăt deschis pot fi luate...", - "create.ponder.fluid_pipe_interaction.text_4": "...în timp ce vărsarea în spații goale poate crea surse de fluid", - "create.ponder.fluid_pipe_interaction.text_5": "De asemenea, Conductele extrag fluide dintr-o sumedenii de alte blocuri direct", - - "create.ponder.fluid_tank_sizes.header": "Dimensiunile unui Rezervor De Fluid", - "create.ponder.fluid_tank_sizes.text_1": "Rezervoarele De Fluid pot fi combinate pentru a crește capacitatea totală", - "create.ponder.fluid_tank_sizes.text_2": "Pătratul lor de bază poate fi până la 3 blocuri lățime...", - "create.ponder.fluid_tank_sizes.text_3": "...și crește în înălțime cu mai mult de 30 de straturi suplimentare", - "create.ponder.fluid_tank_sizes.text_4": "Folosind o Cheie, fereastra unui rezervor poate fi comutată", - - "create.ponder.fluid_tank_storage.header": "Stocarea Fluidelor în Rezervoare de Fluid", - "create.ponder.fluid_tank_storage.text_1": "Rezervoarele De Fluid pot fi folosite pentru stocarea unor cantități mari de fluid", - "create.ponder.fluid_tank_storage.text_2": "Rețelele de Conducte pot să împingă și să tragă fluide din orice parte", - "create.ponder.fluid_tank_storage.text_3": "Fluidul conținut poate fi măsurat de către un Comparator", - "create.ponder.fluid_tank_storage.text_4": "Totuși, în modul de Supraviețuire Fluidele nu pot fi adăugate sau luate manual", - "create.ponder.fluid_tank_storage.text_5": "Poți folosi Bazine, Scurgeri De Obiecte și Duze pentru a scurge sau a umple obiecte care conțin fluid", - - "create.ponder.funnel_compat.header": "Compatibilitatea Pâlniilor", - "create.ponder.funnel_compat.text_1": "Pâlniile ar trebui să interacționeze frumos de asemenea cu o varietate de alte componente.", - "create.ponder.funnel_compat.text_2": "Ferăstraie Verticale", - "create.ponder.funnel_compat.text_3": "Depoturi", - "create.ponder.funnel_compat.text_4": "Scurgeri De Obiecte", - - "create.ponder.funnel_direction.header": "Direcția Transferului", - "create.ponder.funnel_direction.text_1": "Plasat normal, trage obiecte din inventar.", - "create.ponder.funnel_direction.text_2": "Plasat în timpul furișării, pune obiecte în inventar.", - "create.ponder.funnel_direction.text_3": "Folosind o cheie, pâlnia poate fi răsturnată după plasare.", - "create.ponder.funnel_direction.text_4": "Aceleași reguli vor fi aplicate pentru majoritatea orientărilor.", - "create.ponder.funnel_direction.text_5": "Pâlniile pe benzi vor extracta/introduce în funcție de direcța ei de mișcare.", - - "create.ponder.funnel_intro.header": "Folosirea Pâlniilor", - "create.ponder.funnel_intro.text_1": "Pâlniile sund ideale pentru transferarea obiectelor către și de la inventare.", - - "create.ponder.funnel_redstone.header": "Control redstone", - "create.ponder.funnel_redstone.text_1": "Puterea redstone va preveni orice pâlnie să acționeze", - - "create.ponder.funnel_transfer.header": "Transfer direct", - "create.ponder.funnel_transfer.text_1": "Pâlniile nu pot niciodată să transfere între inventare închise direct.", - "create.ponder.funnel_transfer.text_2": "Toboganele sau Toboganele deștepte ar putea să fie mai potrivite pentru astfel de scopuri.", - "create.ponder.funnel_transfer.text_3": "Același lucru se aplică pentru mișcare orizontală. O bandă mecanică ar trebui să ajute aici.", - - "create.ponder.gantry_carriage.header": "Folosirea Cărucioarelor Portale", - "create.ponder.gantry_carriage.text_1": "Cărucioarele Portale pot monta și aluneca de-a lungul unui Rotor Portal.", - "create.ponder.gantry_carriage.text_2": "Amplasările de portale pot mișca Blocuri atașate.", - - "create.ponder.gantry_cascaded.header": "Portale în Cascadă", - "create.ponder.gantry_cascaded.text_1": "Rotoarele portale se atașează cu un cărucior fără nevoie de super glue", - "create.ponder.gantry_cascaded.text_2": "Același lucru se aplică pentru cărucioarele care sunt pe Rotoare Portale", - "create.ponder.gantry_cascaded.text_3": "Astfel, un sistem portal poate fi în cascadă pentru a acoperi multiple axe de mișcare", - - "create.ponder.gantry_direction.header": "Direcția de Mișcare a unui Portal", - "create.ponder.gantry_direction.text_1": "Rotoarele Portale pot avea orientări opuse", - "create.ponder.gantry_direction.text_2": "Direcția de mișcare a cărucioarelor depind de orientarea rotoarelor lor", - "create.ponder.gantry_direction.text_3": "...precum și de direcția de rotașie a rotorului", - "create.ponder.gantry_direction.text_4": "Aceleasi reguli se aplică pentru rotația propagată", - - "create.ponder.gantry_redstone.header": "Propagarea de Putere a Portalelor", - "create.ponder.gantry_redstone.text_1": "Rotoarele portale alimentate de redstone opresc mișcarea cărucioarelor lor", - "create.ponder.gantry_redstone.text_2": "În schimb, forța lui rotațională este transmisă către rotorul de ieșire a căruciorului", - - "create.ponder.gantry_shaft.header": "Folosirea Rotoarelor Portale", - "create.ponder.gantry_shaft.text_1": "Rotoarele Portale formează baza unui sistem portal. Cărucioarele atațate se vor mișca de-a lungul lor.", - "create.ponder.gantry_shaft.text_2": "Sistemele portal pot muta Blocuri atașate.", - - "create.ponder.gearbox.header": "Transmisia forței de rotație folosind Cutii De Viteze", - "create.ponder.gearbox.text_1": "Sărirea între axe de rotație poate deveni voluminos repede", - "create.ponder.gearbox.text_2": "O Cutie De Viteze este echivalentul mai compact al acestui sistem", - "create.ponder.gearbox.text_3": "Rotoarele după colțuri se rotesc în direcții oglindite", - "create.ponder.gearbox.text_4": "Conexiunile drepte vor fi inversate", - - "create.ponder.gearshift.header": "Controlarea forței de rotație folosind un Schimbător De Viteze", - "create.ponder.gearshift.text_1": "Schimbătoarele De Viteze vor transmite rotație într-o singură direcție", - "create.ponder.gearshift.text_2": "Când sunt alimentate de Redstone, inversează transmisia", - - "create.ponder.hand_crank.header": "Generarea Forței De Rotație folosind Manivele", - "create.ponder.hand_crank.text_1": "Manivelele pot fi folosite de către jucători pentru a aplica forță de rotație manual", - "create.ponder.hand_crank.text_2": "Ține apăsat Click-Dreapta pentru a o roti În Sens Invers Acelor De Ceasornic", - "create.ponder.hand_crank.text_3": "Viteza ei transmisă este relativ ridicată", - "create.ponder.hand_crank.text_4": "Furișează-te și ține apăsat Click Dreapta pentru a o roti În Sensul Acelor De Ceasornic", - - "create.ponder.hose_pulley.header": "Umplerea și Scurgerea surselor folosind Scripete De Furtun", - "create.ponder.hose_pulley.text_1": "Scripetele De Furtun pot fi folosite pentru a umple sau pentru a scurge corpuri mari de Fluid", - "create.ponder.hose_pulley.text_2": "Cu Intrarea Cinetică, înălțimea furtunului scripetelor poate fi controlat", - "create.ponder.hose_pulley.text_3": "Scripetele se retrage în timp ce intrarea de rotație este inversată", - "create.ponder.hose_pulley.text_4": "Pe partea opusă, conducte pot fi conectate", - "create.ponder.hose_pulley.text_5": "Rețele de conducte atașate pot ori să ofere fluid către furtun...", - "create.ponder.hose_pulley.text_6": "...ori să tragă din el, scurgând bazinul în schimb", - "create.ponder.hose_pulley.text_7": "Viteza de Umplere și de Scurgere depinde în totalitate de debitul rețelei de fluid", - - "create.ponder.hose_pulley_infinite.header": "Umplerea și Scurgerea Pasivă a corpurilor mari de Fluid", - "create.ponder.hose_pulley_infinite.text_1": "Când poziționezi Scripetele De Furtun într-un ochean destul de mare...", - "create.ponder.hose_pulley_infinite.text_2": "Va oferi/dispune fluide fără a afecta sursa", - "create.ponder.hose_pulley_infinite.text_3": "Rețelele de conducte pot lua fără limită fluide de la/către scripete asemănătoare", - - "create.ponder.hose_pulley_level.header": "Nivelul de Umplere și Scurgere a Scripetelor de Furtun", - "create.ponder.hose_pulley_level.text_1": "În timp ce sunt retrase complet, Scripetele de Furtun nu pot opera", - "create.ponder.hose_pulley_level.text_2": "Scurgerea merge de sus în jos", - "create.ponder.hose_pulley_level.text_3": "Nivelul suprafeței va ajunge să fie chiar sub locul unde furtunul se termină furtunul", - "create.ponder.hose_pulley_level.text_4": "Umplerea merge de jos în sus", - "create.ponder.hose_pulley_level.text_5": "Bazinul umplut nu va crește dincolo de stratul deasupra capătului de furtun", - - "create.ponder.item_drain.header": "Golirea Rezervoarelor De Fluid folosind Scurgeri De Obiecte", - "create.ponder.item_drain.text_1": "Scurgerile De Obiecte pot extrage fluide din obiecte", - "create.ponder.item_drain.text_2": "Click-Dreapta pe el pentru a turna fluide din obiectul tău ținut în el", - "create.ponder.item_drain.text_3": "Când obiectele sunt introduse din lateral...", - "create.ponder.item_drain.text_4": "...se rostogolesc peste, golindu-și fluidul conținut", - "create.ponder.item_drain.text_5": "Rețelele De Conducte pot acum să tragă fluidul din intermediarul intern al scurgerii", - - "create.ponder.item_vault_sizes.header": "Dimensiunile unui Seif De Obiecte", - "create.ponder.item_vault_sizes.text_1": "Seifele De Obiecte pot fi combinate pentru a crește capacitatea totală", - "create.ponder.item_vault_sizes.text_2": "Pătratul lor de bază poate fi până la 3 blocuri lățime...", - "create.ponder.item_vault_sizes.text_3": "...și cresc în lungime de 3 ori diametrul lor", - - "create.ponder.item_vault_storage.header": "Stocarea Obiectelor în Seife", - "create.ponder.item_vault_storage.text_1": "Seifele de Obiecte pot fi folosite pentru a stoca cantități mari de obiecte", - "create.ponder.item_vault_storage.text_2": "Totuși, conținuturile nu pot fi adăugate sau luate manual", - "create.ponder.item_vault_storage.text_3": "Orice component pentru transfer de obiecte poate atât să introducă...", - "create.ponder.item_vault_storage.text_4": "...cât și să ia conținuturi din acest recipient", - - "create.ponder.large_cogwheel.header": "Transmiterea forței de rotație folosind Roți Dințate Mari", - "create.ponder.large_cogwheel.text_1": "Roțile dințate mari se pot conecta între ele la unghiuri potrivite", - "create.ponder.large_cogwheel.text_2": "Va ajuta transmiterea vitezei către alte axe de rotație", - - "create.ponder.linear_chassis_attachment.header": "Atașarea blocurilor folosind Șasiuri Liniare", - "create.ponder.linear_chassis_attachment.text_1": "Fețele deschise ale unui Șasiu Liniar pot fi făcute Lipicioase", - "create.ponder.linear_chassis_attachment.text_2": "Click din nou pentru a face partea opusă lipicioasă", - "create.ponder.linear_chassis_attachment.text_3": "Furișează-te și apasă Click-Dreapta cu o mână goală pentru a îndepărta mâzga", - "create.ponder.linear_chassis_attachment.text_4": "Fețele lipicioase a Șasiului Liniar vor atașa o linie de blocuri în fața lor", - "create.ponder.linear_chassis_attachment.text_5": "Folosind o Cheie, o Rază precisă poate fi specificată pentru acest șasiu", - "create.ponder.linear_chassis_attachment.text_6": "Ținând apăsat CTRL și derulând reglează raza a toate Blocurile De Șasiu atașate", - "create.ponder.linear_chassis_attachment.text_7": "Atașarea blocurilor cu orice altă față necesită folosința Super Glue-ului", - "create.ponder.linear_chassis_attachment.text_8": "Folosind aceste mecanici, structuri de orice formă se pot mișca sub forma unei Invenții", - - "create.ponder.linear_chassis_group.header": "UNLOCALIZED: Moving Linear Chassis in groups", - "create.ponder.linear_chassis_group.text_1": "UNLOCALIZED: Linear Chassis connect to identical Chassis blocks next to them", - "create.ponder.linear_chassis_group.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.linear_chassis_group.text_3": "UNLOCALIZED: Chassis of a different type or facing another direction will not attach", - - "create.ponder.mechanical_arm.header": "Configurarea Brațelor Mecanice", - "create.ponder.mechanical_arm.text_1": "Brațele Mecanice trebuie să le fie atribuite intrări și ieșiri înainte să fie plasate", - "create.ponder.mechanical_arm.text_2": "Click-Dreapta pe inventare în timp ce ții Brațul pentru a le atribui ca Ținte", - "create.ponder.mechanical_arm.text_3": "Click-Dreapta din nou pentru a comuta între Intrare (Albastru) și Ieșire (Portocaliu)", - "create.ponder.mechanical_arm.text_4": "Click-Stânga pe componente pentru a le îndepărta Selecția", - "create.ponder.mechanical_arm.text_5": "Odată plasat, Brațul Mecanic va viza blocurile selectate anterior", - "create.ponder.mechanical_arm.text_6": "Ele pot avea orice cantitate de intrări și ieșiri în raza lor", - "create.ponder.mechanical_arm.text_7": "Totuși, nu orice tip de Inventar poate fi interacționat direct", - "create.ponder.mechanical_arm.text_8": "Pâlniile și Depoturile pot ajuta sa treacă peste acel prag", - - "create.ponder.mechanical_arm_filtering.header": "Filtrarea Ieșirilor a Brațului Mecanic", - "create.ponder.mechanical_arm_filtering.text_1": "Intrări", - "create.ponder.mechanical_arm_filtering.text_2": "Ieșiri", - "create.ponder.mechanical_arm_filtering.text_3": "Uneori este de dorit ca țintele Brațului să fie restricționate de la potrivirea unui filtru", - "create.ponder.mechanical_arm_filtering.text_4": "De ele însuși, Brațele Mecanice nu oferă nicio opțiune pentru filtrat", - "create.ponder.mechanical_arm_filtering.text_5": "Totuși, Pâlniile De Alamă ca Ținte comunică filtrul lor propriu către Braț", - "create.ponder.mechanical_arm_filtering.text_6": "Brațul este destul de deștept încât să nu ia obiecte ce nu poate distribui", - - "create.ponder.mechanical_arm_modes.header": "Modurile de distribuție ale Brațului Mecanic", - "create.ponder.mechanical_arm_modes.text_1": "Intrare", - "create.ponder.mechanical_arm_modes.text_2": "Ieșiri", - "create.ponder.mechanical_arm_modes.text_3": "Oricând un Braț trebuie să aleagă intre ieșiri valide multiple...", - "create.ponder.mechanical_arm_modes.text_4": "...nu va acționa conform setării lui", - "create.ponder.mechanical_arm_modes.text_5": "Derulând cu o Cheie îți va permite să îl configurezi", - "create.ponder.mechanical_arm_modes.text_6": "Modul Robin Rotund pur și simplu circulă prin toate ieșirile care sunt valabile", - "create.ponder.mechanical_arm_modes.text_7": "Dacă o ieșire este incapabilă să ia mai multe obiecte, va fi sărită", - "create.ponder.mechanical_arm_modes.text_8": "Modul Robin Rotund Forțat nu va sări peste ieșiri niciodată, și în schimb va aștepta până când sunt libere", - "create.ponder.mechanical_arm_modes.text_9": "Preferă Prima Țintă prioritizează ieșirile selectate mai devreme când acest Braț a fost configurat", - - "create.ponder.mechanical_arm_redstone.header": "Controlarea Brațelor Mecanice cu Redstone", - "create.ponder.mechanical_arm_redstone.text_1": "Când este activat de Redstone, Brațele Mecanice nu se vor activa", - "create.ponder.mechanical_arm_redstone.text_2": "Înainte să se oprească, va termina orice ciclu început", - "create.ponder.mechanical_arm_redstone.text_3": "Astfel, un puls negativ poate fi folosit pentru a comuta exact un ciclu de activare", - - "create.ponder.mechanical_bearing.header": "Mișcarea Structurilor folosind Rulmentul Mecanic", - "create.ponder.mechanical_bearing.text_1": "Rulmentele Mecanice se atașează la blocurile din fața lor", - "create.ponder.mechanical_bearing.text_2": "La primirea Forței Rotaționale, o va asambla într-o Invenție Rotativă", - - "create.ponder.mechanical_crafter.header": "Amplasarea Meșterilor Mecanici", - "create.ponder.mechanical_crafter.text_1": "O mulțime de Meșteri Mecanici poate fi folosită pentru a automa orice Rețetă De Fabricare", - "create.ponder.mechanical_crafter.text_2": "Folosind o Cheie, calea Meșterului poate fi aranjată", - "create.ponder.mechanical_crafter.text_3": "Pentru o amplasare validă, toate căile trebuie să se unească într-o ieșire în orice parte", - "create.ponder.mechanical_crafter.text_4": "Ieșirile vor vi plasate în inventarul de la ieșire", - "create.ponder.mechanical_crafter.text_5": "Meșterii Mecanici necesită Forță Rotațională pentru a opera", - "create.ponder.mechanical_crafter.text_6": "Click-Dreapta pe față pentru a introduce Obiecte manual", - "create.ponder.mechanical_crafter.text_7": "Odată ce fiecare slot a unei căi conține un Obiect, procesul de lucrare va începe", - "create.ponder.mechanical_crafter.text_8": "Pentru rețetele care nu ocupă pe deplin amplasarea de meșter, startul poate fi forțat folosind un Puls Redstone", - - "create.ponder.mechanical_crafter_connect.header": "Conectarea Inventoarelor Meșterilor", - "create.ponder.mechanical_crafter_connect.text_1": "Obiectele pot fi introduse Meșterilor automat", - "create.ponder.mechanical_crafter_connect.text_2": "Folosind Cheia pe spatele lor, intrările Meșterilor Mecanici pot fi combinate", - "create.ponder.mechanical_crafter_connect.text_3": "Toți Meșterii conectați pot fi accesați acum de aceeași locație de intrare", - - "create.ponder.mechanical_crafter_covers.header": "Acoperirea sloturilor Meșterilor Mecanici", - "create.ponder.mechanical_crafter_covers.text_1": "Unele rețete vor necesita Meșteri suplimentari pentru a acoperi golurile în cale", - "create.ponder.mechanical_crafter_covers.text_2": "Folosind Capace De Slot, Meșterii pot fi setați să se comporte ca un Slot Gol în aranjament", - "create.ponder.mechanical_crafter_covers.text_3": "Intrările Împărțite create cu Cheia pe spate pot să ajungă de asemenea peste Meșteri acoperiți", - - "create.ponder.mechanical_drill.header": "Spargerea Blocurilor cu Burghiul Mecanic", - "create.ponder.mechanical_drill.text_1": "Când îi este dat Forță De Rotație, un Burgiu Mecanic va sparge blocuri direct în fața lui", - "create.ponder.mechanical_drill.text_2": "Viteza lui de spart depinde de Intrarea De Rotație", - - "create.ponder.mechanical_drill_contraption.header": "Folosirea Burghiului Mecanic pe Invenții", - "create.ponder.mechanical_drill_contraption.text_1": "Oricând Burghiile sunt mișcate ca o parte dintr-o Invenție animată...", - "create.ponder.mechanical_drill_contraption.text_2": "...ele vor sparge blocurile pe care invenția le lovește", - - "create.ponder.mechanical_harvester.header": "Folosirea Combinei Mecanice pe Invenții", - "create.ponder.mechanical_harvester.text_1": "Oricând Combinele sunt mișcate ca o parte dintr-o Invenție animată...", - "create.ponder.mechanical_harvester.text_2": "Ele vor recolta li reseta orice cultură matură în calea lor", - - "create.ponder.mechanical_mixer.header": "Procesarea Obiectelor cu Mixerul Mecanic", - "create.ponder.mechanical_mixer.text_1": "Cu un Mixer și un Bazin, unele Rețete De Fabricare pot fi automate", - "create.ponder.mechanical_mixer.text_2": "Rețetele valabile includ orice Rețetă De Fabricare Fără Formă, plus câteva extra", - "create.ponder.mechanical_mixer.text_3": "Unele dintre aceste rețete ar putea necesita căldura unui Arzător De Dogoreală", - "create.ponder.mechanical_mixer.text_4": "Slotul de filtru poate fi folosit în cazul în care două rețete se contrazic.", - - "create.ponder.mechanical_piston.header": "Mișcarea Structurilor folosind Pistoane Mecanice", - "create.ponder.mechanical_piston.text_1": "Pistoanele Mecanice pot mișca blocuri în fața lor", - "create.ponder.mechanical_piston.text_2": "Viteza și direcția mișcării depinde de Intrarea De Rotație", - "create.ponder.mechanical_piston.text_3": "Pistoanele Mecanice Lipicioase pot trage blocurile atașate înapoi", - - "create.ponder.mechanical_piston_modes.header": "Modurile De Mișcare ale unui Piston Mecanic", - "create.ponder.mechanical_piston_modes.text_1": "Oricând Pistoanele se opresc din mișcare, structura mișcată revine la blocuri", - "create.ponder.mechanical_piston_modes.text_2": "Poate fi configurat să nu revină niciodată la blocuri solide, sau doar la locația de unde a început", - - "create.ponder.mechanical_plough.header": "Folosind Pluguri Mecanice pe Invenții", - "create.ponder.mechanical_plough.text_1": "Oricând Plugurile sunt mișcate ca o parte dintr-o Invenție animată...", - "create.ponder.mechanical_plough.text_2": "...ele vor sparge blocuri fără un hitbox de coliziune solid", - "create.ponder.mechanical_plough.text_3": "În plus, plugurile pot crea teren agricol", - "create.ponder.mechanical_plough.text_4": "...ele pot de asemenea să lanseze entități fără să le rănească", - - "create.ponder.mechanical_press.header": "Procesarea Obiectelor cu Presa Mecanică", - "create.ponder.mechanical_press.text_1": "Presa Mecanică poate procesa obiecte oferite sub ea", - "create.ponder.mechanical_press.text_2": "Obiectele De Intrare pot fi aruncate sau plasate pe un Depot sub Presă", - "create.ponder.mechanical_press.text_3": "Când obiectele sunt oferite pe o bandă...", - "create.ponder.mechanical_press.text_4": "Presa le va ține și le va procesa automat", - - "create.ponder.mechanical_press_compacting.header": "Compactarea obiectelor cu Presa Mecanică", - "create.ponder.mechanical_press_compacting.text_1": "Presarea obiectelor ținute într-un Bazin le va face să fie Compactate", - "create.ponder.mechanical_press_compacting.text_2": "Compacyatea include orice Rețetă De Fabricare de 2x2 sau 3x3, plus câteva extra", - "create.ponder.mechanical_press_compacting.text_3": "Unele dintre aceste rețete ar putea necesită căldura unui Arzător De Dogoreală", - "create.ponder.mechanical_press_compacting.text_4": "Slotul de filtru poate fi folosit în cazul în care două rețete se contrazic.", - - "create.ponder.mechanical_pump_flow.header": "Transportarea Fluidului folosind Pompe Mecanice", - "create.ponder.mechanical_pump_flow.text_1": "Pompele Mecanice conduc fluzul rețelelor de conducte atașate lor", - "create.ponder.mechanical_pump_flow.text_2": "Când este alimentată, săgeata lor indică direcția fluxului", - "create.ponder.mechanical_pump_flow.text_3": "Rețeaua din spate trage fluide acum...", - "create.ponder.mechanical_pump_flow.text_4": "...în timp ce rețeaua din față o tranferă în exterior", - "create.ponder.mechanical_pump_flow.text_5": "Inversarea rotației de intrare inversează direcția fluxului", - "create.ponder.mechanical_pump_flow.text_6": "Folosește o Cheie pentru a inversa orientarea pompelor manual", - - "create.ponder.mechanical_pump_speed.header": "Debitul Pompelor Mecanice", - "create.ponder.mechanical_pump_speed.text_1": "Indiferent de viteză, Pompele Mecanice afectează conductele conectate până la 16 blocuri distanță", - "create.ponder.mechanical_pump_speed.text_2": "Accelerând intrarea de rotație schimbă propagarea vitezei fluxului...", - "create.ponder.mechanical_pump_speed.text_3": "...precum și cât de rapid sunt tranferate fluidele", - "create.ponder.mechanical_pump_speed.text_4": "Pompele își pot combina debitele lor în rețelele de conducte partajate", - "create.ponder.mechanical_pump_speed.text_5": "Alternarea orientației lor poate ajuta să alinieze direcțiile lor de flux", - - "create.ponder.mechanical_saw_breaker.header": "Tăierea Copacilor cu Ferăstrăul Mecanic", - "create.ponder.mechanical_saw_breaker.text_1": "Când îi este dat Forță De Rotație, un Ferăstrău Mecanic va tăia copacii care sunt direct în fața lui", - "create.ponder.mechanical_saw_breaker.text_2": "Pentru a tăia copacul în plin, Ferăstrăul trebuie să spargă ultimul bloc de care este conectat cu solul", - - "create.ponder.mechanical_saw_contraption.header": "Folosirea Ferăstraielor Mecanice pe Invenții", - "create.ponder.mechanical_saw_contraption.text_1": "Oricând Ferăstraiele sunt mișcate ca o parte dintr-o Invenție animată...", - "create.ponder.mechanical_saw_contraption.text_2": "...ele vor tăia orice copaci pe care invenția îi lovește", - - "create.ponder.mechanical_saw_processing.header": "Procesarea Obiectelor pe Ferăstrăul Mecanic", - "create.ponder.mechanical_saw_processing.text_1": "Ferăstraiele Mecanice care stau cu fața în sus pot procesa o varietate de obiecte", - "create.ponder.mechanical_saw_processing.text_2": "Obiectul procesat se mișcă mereu împotriva intrării de rotație contra ferăstrăului", - "create.ponder.mechanical_saw_processing.text_3": "Ferăstraiele pot lucra în linie cu Benzi Mecanice", - "create.ponder.mechanical_saw_processing.text_4": "Când un ingredient are rezultate posibile multiple, slotul de filtru îl poate specifica", - "create.ponder.mechanical_saw_processing.text_5": "Fără vreun filtru, Ferăstrăul ar circula prin toate rezultatele în schimb", - - "create.ponder.millstone.header": "Procesarea Obiectelor în Moara De Piatră", - "create.ponder.millstone.text_1": "Morile De Piatră procesează obiecte prin măcinarea lor", - "create.ponder.millstone.text_2": "Ele pot fi alimentate dintr-o parte folosind roți dințate", - "create.ponder.millstone.text_3": "Aruncă sau Introduce obiecte în vârf", - "create.ponder.millstone.text_4": "După ceva timp, rezultatul poate fi obținut prin Click-Dreapta", - "create.ponder.millstone.text_5": "Ieșirile pot fi extrase de asemenea prin automare", - - "create.ponder.nixie_tube.header": "Folosirea Tuburilor Nixie", - "create.ponder.nixie_tube.text_1": "Când sunt alimentate de Redstone, Tuburile Nixie vor afișa puterea semnalului redstone", - "create.ponder.nixie_tube.text_2": "Folosind etichete de nume editate cu o nicovală, text personalizat poate fi afișat", - "create.ponder.nixie_tube.text_3": "Click-Dreapta cu Colorant pentru a le schimba culoarea de afișare", - - "create.ponder.piston_pole.header": "Brațe De Extensie De Piston", - "create.ponder.piston_pole.text_1": "Fără Brațe atașate, un Piston Mecanic nu se poate mișca", - "create.ponder.piston_pole.text_2": "Lungimea unui braț adăugat în spatele lui determină Raza De Extensie", - - "create.ponder.portable_fluid_interface.header": "Schimb De Fluide în Invenție", - "create.ponder.portable_fluid_interface.text_1": "Rezervoarele De Fluid pe invenții mișcătoare nu pot fi accesate de nicio conductă", - "create.ponder.portable_fluid_interface.text_2": "Acest component oate interacționa cu rezervoare de fluid fără nevoia de a opri invenția", - "create.ponder.portable_fluid_interface.text_3": "Plasează alta cu o gaură de 1 sau 2 blocuri între", - "create.ponder.portable_fluid_interface.text_4": "Oricând trec una pe lângă cealaltă, ele se vor angaja într-o conexiune", - "create.ponder.portable_fluid_interface.text_5": "În timp ce sunt angajate, interfața staționară va reprezenta TOATE Rezervoarele de pe invenție", - "create.ponder.portable_fluid_interface.text_6": "Acum fluid poate fi introdus...", - "create.ponder.portable_fluid_interface.text_7": "...sau extractat din invenție", - "create.ponder.portable_fluid_interface.text_8": "După ce niciun conținut nu a fost schimbat pentru un timp, invenția își va continua drumul", - - "create.ponder.portable_storage_interface.header": "Schimbare De Stocare în Invenție", - "create.ponder.portable_storage_interface.text_1": "Inventarele pe invenții mișcătoare nu pot fi accesate de către jucători.", - "create.ponder.portable_storage_interface.text_2": "Acest component poate interacționa cu depozitoare fără nevoia de a opri invenția.", - "create.ponder.portable_storage_interface.text_3": "Plasează alta cu o gaură de 1 sau 2 blocuri între", - "create.ponder.portable_storage_interface.text_4": "Oricând trec una pe lângă alta, ele se vor angaja într-o conexiune", - "create.ponder.portable_storage_interface.text_5": "În timp ce sunt angajate, interfața staționară va reprezenta TOATE inventariile de pe invenție", - "create.ponder.portable_storage_interface.text_6": "Acum obiecte pot fi introduse...", - "create.ponder.portable_storage_interface.text_7": "...sau extrase din invenție", - "create.ponder.portable_storage_interface.text_8": "După ce niciun obiect nu au mai fost schimbate pentru un timp, invenția își va continua drumul", - - "create.ponder.portable_storage_interface_redstone.header": "Control Redstone", - "create.ponder.portable_storage_interface_redstone.text_1": "Puterea redstone va preveni interfața staționară de la angajare", - - "create.ponder.powered_latch.header": "Controlarea semnalelor folosind Maneta Alimentată", - "create.ponder.powered_latch.text_1": "Manetele Alimentate sunt Manete controlabile cu redstone", - "create.ponder.powered_latch.text_2": "Semnalele din spate o pornesc", - "create.ponder.powered_latch.text_3": "Semnalele din laterală o opresc din nou", - "create.ponder.powered_latch.text_4": "Manetele alimentate pot fi de asemenea comutate manual", - - "create.ponder.powered_toggle_latch.header": "Controlarea semnalelor folosind Maneta Alimentată Comutatoare", - "create.ponder.powered_toggle_latch.text_1": "Manetele Alimentate Comutatoare sunt Manete controlabile cu redstone", - "create.ponder.powered_toggle_latch.text_2": "Semnalele din pate îi vor comuta starea", - "create.ponder.powered_toggle_latch.text_3": "...pornită și înapoi oprită", - "create.ponder.powered_toggle_latch.text_4": "Manetele alimentate comutatoare pot fi de asemenea comutate manual", - - "create.ponder.pulse_extender.header": "Controlarea semnalelor folosind Prelungitoarele De Puls", - "create.ponder.pulse_extender.text_1": "Prelungitoarele De Puls pot lungi un semnal care trece", - "create.ponder.pulse_extender.text_2": "Ele se activează dupa o întârziere scurtă...", - "create.ponder.pulse_extender.text_3": "...și se liniștesc pentru durata configurată", - "create.ponder.pulse_extender.text_4": "Folosind roata de la mouse, timpul de descărcare poate fi configurat", - "create.ponder.pulse_extender.text_5": "Durata configurată poate ajunge până la 30 de minute", - - "create.ponder.pulse_repeater.header": "Controlarea Semnalelor folosind Repetoarele De Puls", - "create.ponder.pulse_repeater.text_1": "Repetoarele De Puls emită un puls scurt la o întârziere", - "create.ponder.pulse_repeater.text_2": "Folosind roata de la mouse, timpul de încărcare poate fi configurat", - "create.ponder.pulse_repeater.text_3": "Întârzierile configurate pot ajunge până la 30 de minute", - - "create.ponder.radial_chassis.header": "Atașarea blocurilor folosind Șasiuri Radiale", - "create.ponder.radial_chassis.text_1": "Șasiurile Radiale se conectează cu blocuri de Șasiuri identice într-un rând", - "create.ponder.radial_chassis.text_2": "Când unul este mișcat de către o Invenție, celelalte sunt trase cu el", - "create.ponder.radial_chassis.text_3": "Fețele laterale ale unui Șasiu Radial pot fi făcute lipicioase", - "create.ponder.radial_chassis.text_4": "Click din nou pentru a face toate fețele lipicioase", - "create.ponder.radial_chassis.text_5": "Furișează-te și apasă Click-Dreapta cu o mână goală pentru a îndepărta mâzga", - "create.ponder.radial_chassis.text_6": "Oricând un Block este lângă o față lipicioase...", - "create.ponder.radial_chassis.text_7": "...va atașa toate blocurile accesibile într-o rază pe acel strat", - "create.ponder.radial_chassis.text_8": "Folosind o Cheie, o Rază prrecisă poate fi specificată pentru acest șasiu", - "create.ponder.radial_chassis.text_9": "Blocurile inaccesibile de către de oricare față lipicioasă nu se va atașa", - - "create.ponder.redstone_contact.header": "Contacte Redstone", - "create.ponder.redstone_contact.text_1": "Contactele Redstone față în față vor emite un semnal redstone", - "create.ponder.redstone_contact.text_2": "Acest lucru încă se aplică atunci când una dintre ele este o parte dintr-o Invenție mișcătoare", - - "create.ponder.redstone_link.header": "Folosirea Legăturilor De Redstone", - "create.ponder.redstone_link.text_1": "Legăturile De Redstone pot transmite semnale redstone fără vreun fir", - "create.ponder.redstone_link.text_2": "Click-Dreapta în timpul Furișării pentru a comuta modul de primire", - "create.ponder.redstone_link.text_3": "Un Click-Dreapta simplu cu o Cheie poate face același lucru", - "create.ponder.redstone_link.text_4": "Receptorii emit puterea redstone a transmițătorilor în 128 de blocuri", - "create.ponder.redstone_link.text_5": "Plasând obiecte în cele două sloturi poate specifica o Frecvență", - "create.ponder.redstone_link.text_6": "Doar legăturile cu Frecvențe potrivite vor comunica", - - "create.ponder.rope_pulley.header": "Mișcarea Structurilor folosind Scripete", - "create.ponder.rope_pulley.text_1": "Scripetele De Sfoară pot mișca bolocuri vertical când îi este dat Forță De Rotație", - "create.ponder.rope_pulley.text_2": "Direcția și Viteza mișcării depind de Intrarea De Rotație", - - "create.ponder.rope_pulley_attachment.header": "Mișcarea Scripetelor ca o parte dintr-o Invenție", - "create.ponder.rope_pulley_attachment.text_1": "Oricând Scripetele sunt ele însuși mutate pe o Invenție...", - "create.ponder.rope_pulley_attachment.text_2": "...structura ei atașată fa fi trasă cu ea", - "create.ponder.rope_pulley_attachment.text_3": "Nu uita că scripetele pot fi mișcate doar când sunt oprite", - - "create.ponder.rope_pulley_modes.header": "Modurile De Mișcare ale Scripetelui De Sfoară", - "create.ponder.rope_pulley_modes.text_1": "Oricând Scripetele se opresc din mișcare, structura mutată revine la blocuri", - "create.ponder.rope_pulley_modes.text_2": "Poate fi configurat să nu revină la blocuri solide niciodată, sau doar la locația de unde a început", - - "create.ponder.rose_quartz_lamp.header": "UNLOCALIZED: Rose Quartz Lamps", - "create.ponder.rose_quartz_lamp.text_1": "UNLOCALIZED: Rose Quartz Lamps activate on a Redstone signal", - "create.ponder.rose_quartz_lamp.text_2": "UNLOCALIZED: They will continue to emit redstone power afterwards", - "create.ponder.rose_quartz_lamp.text_3": "UNLOCALIZED: When multiple lamps are arranged in a group...", - "create.ponder.rose_quartz_lamp.text_4": "UNLOCALIZED: ...activating a Lamp will focus the signal to it, deactivating all others", - "create.ponder.rose_quartz_lamp.text_5": "UNLOCALIZED: Comparators output based on the distance to a powered lamp", - "create.ponder.rose_quartz_lamp.text_6": "UNLOCALIZED: The Lamps can also be toggled manually using a Wrench", - - "create.ponder.rotation_speed_controller.header": "Folosirea Controlorului De Viteză De Rotație", - "create.ponder.rotation_speed_controller.text_1": "Controlorii De Viteză De Rotație transmit rotație din axa lor către o Roată Dințată Mare deasupra lor", - "create.ponder.rotation_speed_controller.text_2": "Folosind intrarea de delurare pe fața lui, viteza transmisă poate fi configurată", - - "create.ponder.sail.header": "Asamblarea Morilor De Vânt folosind Vele", - "create.ponder.sail.text_1": "Velele sunt blocuri folositoare cu care poți crea Mori De Vânt", - "create.ponder.sail.text_2": "Ele se vor atașa cu blocuri și cu ele însățo fără nevoia de Super Glue sau de Blocuri De Șasiu", - "create.ponder.sail.text_3": "Click-Dreapta cu Colorant pentru a le picta", - "create.ponder.sail.text_4": "Click-Dreapta cu Foarfece pentru a le aduce înapoi în Rame", - - "create.ponder.sail_frame.header": "Asamblarea Morilor De Vânt folosind Rame De Vele", - "create.ponder.sail_frame.text_1": "ramele De Vele sunt blocuri folositoare cu care poți crea Mori De Vânt", - "create.ponder.sail_frame.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", - - "create.ponder.sequenced_gearshift.header": "Controlarea Vitezei De Rotație folosind Schimbătoare De Viteză Secvențiale", - "create.ponder.sequenced_gearshift.text_1": "Schimbătoarele De Viteză Secvențiale transmit rotație urmărind o listă de instrucțiuni planificată", - "create.ponder.sequenced_gearshift.text_2": "Click-Dreapta pe el pentru a deschide Interfața De Configurare", - "create.ponder.sequenced_gearshift.text_3": "La primirea unui Semnal Redstone, va începe să își ruleze secvența configurată", - "create.ponder.sequenced_gearshift.text_4": "Odată ce a terminat, așteaptă după următorul Semnal Redstone și începe din nou", - "create.ponder.sequenced_gearshift.text_5": "Un comparator de redstone poate fi folosit pentru a citi progresul actual", - - "create.ponder.shaft.header": "Transmiterea forței de rotație folosind Rotoare", - "create.ponder.shaft.text_1": "Rotoarele vor transmite rotație într-o linie dreaptă.", - - "create.ponder.shaft_casing.header": "Încapsularea Rotoarelor", - "create.ponder.shaft_casing.text_1": "Carcasele de Alamă sau de Andezit pot fi folosite pentru a decora Rotoare", - - "create.ponder.smart_chute.header": "Filtrarea Obiectelor folosind Tobogane Inteligente", - "create.ponder.smart_chute.text_1": "Toboganele Inteligente sunt tobogane verticale cu control adițional", - "create.ponder.smart_chute.text_2": "Obiectele în slotul de filtru specifică exact pe pot extracta și transfera", - "create.ponder.smart_chute.text_3": "Folosește Roata De La Mouse pentru a specifica mărimea stackului extractat", - "create.ponder.smart_chute.text_4": "Puterea redstone va preveni Toboganele Inteligente să acționeze.", - - "create.ponder.smart_pipe.header": "Controlarea fluxului de Fluid folosind Conducte Inteligente", - "create.ponder.smart_pipe.text_1": "Conductele inteligente pot ajuta controlarea fluxurilor cu tipuri de fluid", - "create.ponder.smart_pipe.text_2": "Când este plasat direct la sursă, pot specifica tipul de fluid care să fie extractat", - "create.ponder.smart_pipe.text_3": "Pur și simplu apasă Click-Dreapta pe slotul lor de filtru cu orice obiect care conține fluidul dorit", - "create.ponder.smart_pipe.text_4": "Când este plasat mai jos în rețeaua de conducte, conductele inteligente vor lăsa doar fluidele potrivite să continue", - - "create.ponder.speedometer.header": "Monitorizarea informațiilor Cinetice folosind Vitezometrul", - "create.ponder.speedometer.text_1": "Vitezometrul afișează Viteza actuală a componentelor atașate", - "create.ponder.speedometer.text_2": "Când se poartă Ochelarii Inginerului, jucătorul primește informații mai detaliate de la Gabarit", - "create.ponder.speedometer.text_3": "Comparatoarele pot emite Semnale Redstone analogice relative la măsurătorile Vitezometrului", - - "create.ponder.spout_filling.header": "Umplerea Obiectelor folosind o Duză", - "create.ponder.spout_filling.text_1": "Duza poate umple obiecte care țin fluid oferite dedesubtul ei", - "create.ponder.spout_filling.text_2": "Conținutul unei Duze nu poate fi accesat manual", - "create.ponder.spout_filling.text_3": "În schimb, Conducte pot fi folosite pentru a o aproviziona cu fluide", - "create.ponder.spout_filling.text_4": "Obiectele de Intrare pot fi plasate pe un Depot sub Duză", - "create.ponder.spout_filling.text_5": "Când obiectele sunt oferite pe o bandă...", - "create.ponder.spout_filling.text_6": "Duza le va ține și le va procesa automat", - - "create.ponder.stabilized_bearings.header": "Invenții Stabilizate", - "create.ponder.stabilized_bearings.text_1": "Oricând Rulmentele Mecanice sunt ele înseși parte dintr-o Structură mișcătoare..", - "create.ponder.stabilized_bearings.text_2": "..ele vor încerca să se țină drepte", - "create.ponder.stabilized_bearings.text_3": "Încă odată, rulmentul se va atașa cu blocul din fața lui", - "create.ponder.stabilized_bearings.text_4": "Ca rezultat, sub-Invenția întreagă va sta dreaptă", - - "create.ponder.steam_engine.header": "UNLOCALIZED: Setting up Steam Engines", - "create.ponder.steam_engine.text_1": "UNLOCALIZED: Steam Engines can be placed on a Fluid Tank", - "create.ponder.steam_engine.text_10": "UNLOCALIZED: Lvl 4", - "create.ponder.steam_engine.text_11": "UNLOCALIZED: 4 Engines", - "create.ponder.steam_engine.text_12": "UNLOCALIZED: Lvl 8", - "create.ponder.steam_engine.text_13": "UNLOCALIZED: 8 Engines", - "create.ponder.steam_engine.text_2": "UNLOCALIZED: Clicking the engine with a Shaft creates the Kinetic Output", - "create.ponder.steam_engine.text_3": "UNLOCALIZED: With sufficient Heat, Water and Boiler space...", - "create.ponder.steam_engine.text_4": "UNLOCALIZED: ...they will generate Rotational Force", - "create.ponder.steam_engine.text_5": "UNLOCALIZED: The minimal setup requires 4 Fluid Tanks", - "create.ponder.steam_engine.text_6": "UNLOCALIZED: With the help of Blaze Burners, the power output can be increased", - "create.ponder.steam_engine.text_7": "UNLOCALIZED: Higher power levels require more Water, Size and Heat", - "create.ponder.steam_engine.text_8": "UNLOCALIZED: The boiler's current power level can be inspected with Engineer's Goggles", - "create.ponder.steam_engine.text_9": "UNLOCALIZED: With each added power level, an additional Engine can output at full capacity", - - "create.ponder.steam_whistle.header": "UNLOCALIZED: Setting up Steam Whistles", - "create.ponder.steam_whistle.text_1": "UNLOCALIZED: Steam Whistles can be placed on a Fluid Tank", - "create.ponder.steam_whistle.text_2": "UNLOCALIZED: If the tank receives sufficient heat...", - "create.ponder.steam_whistle.text_3": "UNLOCALIZED: ...the Whistle will play a note when activated", - "create.ponder.steam_whistle.text_4": "UNLOCALIZED: Use a Whistle item on the block to lower its pitch", - "create.ponder.steam_whistle.text_5": "UNLOCALIZED: Cycle between three different octaves using a Wrench", - "create.ponder.steam_whistle.text_6": "UNLOCALIZED: Engineer's Goggles can help to find out the current pitch of a Whistle", - - "create.ponder.sticker.header": "Atașarea blocurilor folosind Abțipildul", - "create.ponder.sticker.text_1": "Abțipildele sunt ideale pentru atașament de blocuri controlate de Redstone", - "create.ponder.sticker.text_2": "La primirea unui semnal, își va comuta starea", - "create.ponder.sticker.text_3": "Dacă este acum mutat într-o invenție, blocul se va muta cu el", - "create.ponder.sticker.text_4": "Comutat încă odată, blocul nu mai este atașat", - - "create.ponder.stressometer.header": "Monitorizarea inormațiilor Cinetice folosind Stresometrul", - "create.ponder.stressometer.text_1": "Stresometrul afișează Capacitatea De Stres actuală a rețelei cinetice atașate", - "create.ponder.stressometer.text_2": "Când se poartă Ochelarii Inginerului, jucătorul primește informații mai detaliate de la Gabarit", - "create.ponder.stressometer.text_3": "Comparatoarele pot emite Semnale Redstone analogice relative la măsurătorile Stresometrului", - - "create.ponder.super_glue.header": "Atașarea blocurilor folosind Super Glue", - "create.ponder.super_glue.text_1": "Super Glue-ul poate fi folosit între oricare două blocuri", - "create.ponder.super_glue.text_2": "Blocurile atașate se vor mișca împreuna când sunt asamblate într-o Invenție", - "create.ponder.super_glue.text_3": "Oricând Super Glue-ul este pus în mâna opusă...", - "create.ponder.super_glue.text_4": "...blocurile adăugate vor fi lipite cu fața cu care au fost plasate automat", - "create.ponder.super_glue.text_5": "Super Glue-ul poate fi îndepărtat cu Click-Stânga", - "create.ponder.super_glue.text_6": "UNLOCALIZED: Blocks hanging on others usually do not require glue", - - "create.ponder.track_chunks.header": "UNLOCALIZED: Traversing unloaded Chunks", - "create.ponder.track_chunks.text_1": "UNLOCALIZED: Tracks stay functional outside of loaded chunks", - "create.ponder.track_chunks.text_2": "UNLOCALIZED: Trains will travel through inactive sections of the world without issue", - "create.ponder.track_chunks.text_3": "UNLOCALIZED: They will still stop at stations or red signals", - "create.ponder.track_chunks.text_4": "UNLOCALIZED: However, Drills and other on-board machines will not operate", - "create.ponder.track_chunks.text_5": "UNLOCALIZED: Once near a Player, the train will re-appear", - - "create.ponder.track_observer.header": "UNLOCALIZED: Detecting Trains", - "create.ponder.track_observer.text_1": "UNLOCALIZED: Select a Train Track then place the Observer nearby", - "create.ponder.track_observer.text_2": "UNLOCALIZED: The Observer will detect any Trains passing over the marker", - "create.ponder.track_observer.text_3": "UNLOCALIZED: Observers can be filtered to activate for matching cargo", - - "create.ponder.track_placement.header": "UNLOCALIZED: Placing Train Tracks", - "create.ponder.track_placement.text_1": "UNLOCALIZED: A new type of rail designed for Train Contraptions", - "create.ponder.track_placement.text_2": "UNLOCALIZED: To place rows of track in bulk, click on an existing track", - "create.ponder.track_placement.text_3": "UNLOCALIZED: Then place or select a second track", - "create.ponder.track_placement.text_4": "UNLOCALIZED: Tracks can also be placed as turns or slopes", - "create.ponder.track_placement.text_5": "UNLOCALIZED: When connecting, tracks will try to make each turn equally sized", - "create.ponder.track_placement.text_6": "UNLOCALIZED: Holding the sprint key while connecting...", - "create.ponder.track_placement.text_7": "UNLOCALIZED: ...will create the longest fitting bend instead", - "create.ponder.track_placement.text_8": "UNLOCALIZED: Materials in the off-hand will be paved under tracks automatically", - - "create.ponder.track_portal.header": "UNLOCALIZED: Tracks and the Nether", - "create.ponder.track_portal.text_1": "UNLOCALIZED: Tracks placed up against a nether portal...", - "create.ponder.track_portal.text_2": "UNLOCALIZED: ...will attempt to create a paired track on the other side", - "create.ponder.track_portal.text_3": "UNLOCALIZED: Trains on this track are now able to travel across dimensions", - - "create.ponder.train_assembly.header": "UNLOCALIZED: Assembling Trains", - "create.ponder.train_assembly.text_1": "UNLOCALIZED: Select a Train Track then place the Station nearby", - "create.ponder.train_assembly.text_10": "UNLOCALIZED: Every Train requires Train Controls on board", - "create.ponder.train_assembly.text_11": "UNLOCALIZED: An optional second one allows departure from Stations in both directions", - "create.ponder.train_assembly.text_12": "UNLOCALIZED: Open the Station UI and confirm the Assembly process", - "create.ponder.train_assembly.text_13": "UNLOCALIZED: Trains can be disassembled back into blocks at stations only", - "create.ponder.train_assembly.text_14": "UNLOCALIZED: When used on a station, maps will add a labeled marker at the location", - "create.ponder.train_assembly.text_15": "UNLOCALIZED: Assembled Trains can be relocated to nearby Tracks using the Wrench", - "create.ponder.train_assembly.text_2": "UNLOCALIZED: Stations are the Waypoints of your Track Network", - "create.ponder.train_assembly.text_3": "UNLOCALIZED: To create a new Train, open the UI and switch to Assembly Mode", - "create.ponder.train_assembly.text_4": "UNLOCALIZED: During Assembly no scheduled trains will approach this station", - "create.ponder.train_assembly.text_5": "UNLOCALIZED: Create new bogeys by using Train Casing on Tracks", - "create.ponder.train_assembly.text_6": "UNLOCALIZED: Click the track again to cycle between bogey designs", - "create.ponder.train_assembly.text_7": "UNLOCALIZED: Attach blocks with the help of Super Glue", - "create.ponder.train_assembly.text_8": "UNLOCALIZED: Assembled Trains will move faster if they can find fuel in assembled chests or barrels", - "create.ponder.train_assembly.text_9": "UNLOCALIZED: Fuel stored in Vaults will not be consumed by the train", - - "create.ponder.train_controls.header": "UNLOCALIZED: Controlling Trains", - "create.ponder.train_controls.text_1": "UNLOCALIZED: Train Controls are required on every train contraption", - "create.ponder.train_controls.text_2": "UNLOCALIZED: Once assembled, right-click the block to start driving", - "create.ponder.train_controls.text_3": "UNLOCALIZED: Accelerate and steer the Train using movement keybinds", - "create.ponder.train_controls.text_4": "UNLOCALIZED: If desired, the top speed can be fine-tuned using the mouse wheel", - "create.ponder.train_controls.text_5": "UNLOCALIZED: Hold space to approach a nearby Station", - "create.ponder.train_controls.text_6": "UNLOCALIZED: Trains can only be disassembled back into blocks at Stations", - "create.ponder.train_controls.text_7": "UNLOCALIZED: Assembled Whistles can be activated with the sprint key", - "create.ponder.train_controls.text_8": "UNLOCALIZED: Sneak or click again to stop controlling the Train", - - "create.ponder.train_schedule.header": "UNLOCALIZED: Using Train Schedules", - "create.ponder.train_schedule.text_1": "UNLOCALIZED: Schedules allow Trains to be controlled by other Drivers", - "create.ponder.train_schedule.text_2": "UNLOCALIZED: Right-click with the item in hand to open its Interface", - "create.ponder.train_schedule.text_3": "UNLOCALIZED: Once programmed, the Schedule can be handed off to a Train Driver", - "create.ponder.train_schedule.text_4": "UNLOCALIZED: Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", - "create.ponder.train_schedule.text_5": "UNLOCALIZED: Creatures on a lead can be given their seat more conveniently", - "create.ponder.train_schedule.text_6": "UNLOCALIZED: Schedules can be retrieved from Drivers at any moment", - - "create.ponder.train_signal_placement.header": "UNLOCALIZED: Placing Train Signals", - "create.ponder.train_signal_placement.text_1": "UNLOCALIZED: Select a Train Track then place the Signal nearby", - "create.ponder.train_signal_placement.text_2": "UNLOCALIZED: Signals control the flow of Trains not driven by players", - "create.ponder.train_signal_placement.text_3": "UNLOCALIZED: Scheduled Trains will never cross signals in the opposite direction", - "create.ponder.train_signal_placement.text_4": "UNLOCALIZED: ...unless a second signal is added facing the opposite way.", - "create.ponder.train_signal_placement.text_5": "UNLOCALIZED: Nixie tubes can be attached to make a signal's lights more visible", - - "create.ponder.train_signal_redstone.header": "UNLOCALIZED: Signals & Redstone", - "create.ponder.train_signal_redstone.text_1": "UNLOCALIZED: Signals can be forced red by a redstone signal", - "create.ponder.train_signal_redstone.text_2": "UNLOCALIZED: Reversely, red signals emit a comparator output", - - "create.ponder.train_signal_signaling.header": "UNLOCALIZED: Collision Prevention with Signals", - "create.ponder.train_signal_signaling.text_1": "UNLOCALIZED: Train Signals divide a track into segments", - "create.ponder.train_signal_signaling.text_2": "UNLOCALIZED: If a Segment is occupied, no other Trains will be allowed entry", - "create.ponder.train_signal_signaling.text_3": "UNLOCALIZED: Thus, each Segment will contain only one Train at a time", - "create.ponder.train_signal_signaling.text_4": "UNLOCALIZED: A second Signal mode is available via the Wrench", - "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", - "create.ponder.train_signal_signaling.text_6": "UNLOCALIZED: This special Signal can stop trains under a second condition", - "create.ponder.train_signal_signaling.text_7": "UNLOCALIZED: It will stop Trains, which, upon entering...", - "create.ponder.train_signal_signaling.text_8": "UNLOCALIZED: ...would not be able to leave the Segment immediately", - "create.ponder.train_signal_signaling.text_9": "UNLOCALIZED: This helps keeping queued Trains out of a busy Segment", - - "create.ponder.valve_handle.header": "Generarea Forței De Rotație folosind Mânere De Supapă", - "create.ponder.valve_handle.text_1": "Mânerele De Supapă pot fi folosite de jucători pentru a aplica forță de rotație manual", - "create.ponder.valve_handle.text_2": "Ține apăsat Click-Dreapta pentru a o roti În Sensul Invers Acelor De Ceasornic", - "create.ponder.valve_handle.text_3": "Viteza transmisă este lentă și precisă", - "create.ponder.valve_handle.text_4": "Furișează-te și Apasă Click-Dreapta pentru a o roti În Sensul Acelor De Ceasornic", - "create.ponder.valve_handle.text_5": "Mânerele de supapă pot fi vopsite pentru scopuri aestetice", - - "create.ponder.valve_pipe.header": "Controlarea fluxului de Fluid folosind Supape", - "create.ponder.valve_pipe.text_1": "Conductele de supape ajută controlul fluidelor propagându-se prin rețele de conducte", - "create.ponder.valve_pipe.text_2": "Intrarea lor de rotor controlează dacă fluidul este permis actual", - "create.ponder.valve_pipe.text_3": "Dat Forță De Rotație în direcția deschiderii, supapa se va deschide", - "create.ponder.valve_pipe.text_4": "Poate fi închisă din nou prin inversarea rotației de intrare", - - "create.ponder.water_wheel.header": "Generarea Forței De Rotație folosind Roți De Apă", - "create.ponder.water_wheel.text_1": "Roțile De Apă atrag forță din Curente De Apă adiacente", - "create.ponder.water_wheel.text_2": "Cu cât mai multe fețe sunt alimentate, mai repede se va roti Roata De Apă", - "create.ponder.water_wheel.text_3": "Lamele Roții ar trebui să fie orientate contra fluxului", - "create.ponder.water_wheel.text_4": "Cu fața spre partea opusă, ele nu vor fi atât de eficiente", - - "create.ponder.weighted_ejector.header": "Folosirea Ejectorului Ponderat", - "create.ponder.weighted_ejector.text_1": "Furișează-te și apasă Click-Dreapta ținând un Ejector pentru a-i selecta locația țintei", - "create.ponder.weighted_ejector.text_10": "Este acum limitat la această mărime a stackului, și se activează doar când stackul ținut ajunge la această cantitate", - "create.ponder.weighted_ejector.text_11": "Alte entități vor declanșa mereu un Ejector când calcă pe ele", - "create.ponder.weighted_ejector.text_2": "Ejectorul plasat va lansa acum obiecte către locația marcată", - "create.ponder.weighted_ejector.text_3": "O țintă poate fi la orice înălțime sau distanță în rază", - "create.ponder.weighted_ejector.text_4": "Totuși, ele nu pot ejecta într-o parte", - "create.ponder.weighted_ejector.text_5": "Dacă nicio Șintă validă a fost selectată, va ținti pur și simplu blocul direct în față", - "create.ponder.weighted_ejector.text_6": "Aprovizinează-i Forță De Rotație pentru a-l încărca", - "create.ponder.weighted_ejector.text_7": "Obiectele plasate pe un ejector îl va cauza să se declanșeze", - "create.ponder.weighted_ejector.text_8": "Dacă Inventarele sunt țintite, ejectorul va aștepta până când este spațiu", - "create.ponder.weighted_ejector.text_9": "Folosind Cheia, o Mărime De Stack necesară poate fi configurată", - - "create.ponder.weighted_ejector_redstone.header": "Controlarea Ejectoarelor Ponderate cu Redstone", - "create.ponder.weighted_ejector_redstone.text_1": "Când sunt alimentate de Redstone, Ejectoarele nu se vor activa", - "create.ponder.weighted_ejector_redstone.text_2": "În plus, Observatoarele pot detecta când Ejectoarele se activează", - - "create.ponder.weighted_ejector_tunnel.header": "Împărțirea stackurilor de obiecte folosind Ejectoare Ponderate", - "create.ponder.weighted_ejector_tunnel.text_1": "Combinate cu Tunelele De Alamă, Ejectoarele pot împărți stackurile de obicecte de cantități specifice", - "create.ponder.weighted_ejector_tunnel.text_2": "În primul rând, configură Tunelul De Alamă la 'Preferă Cel Mai Apropiat'", - "create.ponder.weighted_ejector_tunnel.text_3": "Mărimea Stackului setată pe Ejector determină acum cantitatea care trebuie împărțită", - "create.ponder.weighted_ejector_tunnel.text_4": "În timp ce un stack now al mărimii configurate iese din ieșirea de pe laterală...", - "create.ponder.weighted_ejector_tunnel.text_5": "...restul își va continua drumul", - - "create.ponder.windmill_source.header": "Generarea Forței De Rotație folosind Rulmente De Moară De Vânt", - "create.ponder.windmill_source.text_1": "Rulmentele De Moară De Vânt se atașează cu blocul din fața lor", - "create.ponder.windmill_source.text_2": "Dacă sunt atașate destule blocuri velă cu acel bloc, poate acționa ca o Moară De Vânt", - "create.ponder.windmill_source.text_3": "Activată cu Click-Dreapta, Rulmentrul De Moară De Vând va începe să ofere Forță De Rotație", - "create.ponder.windmill_source.text_4": "Cantitatea de Blocuri Velă îi determină Viteza De Rotație", - "create.ponder.windmill_source.text_5": "Folosește o Cheie pentru a-i configura direcția de rotație", - "create.ponder.windmill_source.text_6": "Click-Dreapta pe Rulment oricând pentru a opri și a modifica Structura din nou", - "create.ponder.windmill_source.text_7": "UNLOCALIZED: Right-click the Bearing anytime to stop and edit the Structure again", - - "create.ponder.windmill_structure.header": "Invenții de Moară De Vânt", - "create.ponder.windmill_structure.text_1": "Orice Structură se pune ca o Moară De Vânt Validă, atâta timp cât conține cel puțin 8 Blocuri velă.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/ru_ru.json b/src/generated/resources/assets/create/lang/unfinished/ru_ru.json deleted file mode 100644 index bb4720e75d..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/ru_ru.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 16", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Акациевое окно", - "block.create.acacia_window_pane": "Панель из акациевого окна", - "block.create.adjustable_chain_gearshift": "Регулируемая цепная коробка передач", - "block.create.analog_lever": "Аналоговый рычаг", - "block.create.andesite_belt_funnel": "Андезитовая конвейерная воронка", - "block.create.andesite_casing": "Андезитовый корпус", - "block.create.andesite_encased_cogwheel": "Шестерня в андезитовом корпусе", - "block.create.andesite_encased_large_cogwheel": "Большая шестерня в андезитовом корпусе", - "block.create.andesite_encased_shaft": "Вал в андезитовом корпусе", - "block.create.andesite_funnel": "Андезитовая воронка", - "block.create.andesite_ladder": "Андезитовая лестница", - "block.create.andesite_pillar": "Андезитовая колонна", - "block.create.andesite_tunnel": "Андезитовый туннель", - "block.create.asurine": "Азурин", - "block.create.asurine_pillar": "Азуриновая колонна", - "block.create.basin": "Чаша", - "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_toolbox": "Чёрный ящик для инструментов", - "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_toolbox": "Синий ящик для инструментов", - "block.create.blue_valve_handle": "Синий ручной вентиль", - "block.create.brass_belt_funnel": "Латунная конвейерная воронка", - "block.create.brass_block": "Латунный блок", - "block.create.brass_casing": "Латунный корпус", - "block.create.brass_encased_cogwheel": "Шестерня в латунном корпусе", - "block.create.brass_encased_large_cogwheel": "Большая шестерня в латунном корпусе", - "block.create.brass_encased_shaft": "Вал в латунном корпусе", - "block.create.brass_funnel": "Латунная воронка", - "block.create.brass_ladder": "Латунная лестница", - "block.create.brass_tunnel": "Латунный туннель", - "block.create.brown_nixie_tube": "Коричневый газоразрядный индикатор", - "block.create.brown_sail": "Коричневый парус", - "block.create.brown_seat": "Коричневое сиденье", - "block.create.brown_toolbox": "Коричневый ящик для инструментов", - "block.create.brown_valve_handle": "Коричневый ручной вентиль", - "block.create.calcite_pillar": "Кальцитовая колонна", - "block.create.cart_assembler": "Сборщик вагонеток", - "block.create.chocolate": "Шоколад", - "block.create.chute": "Жёлоб", - "block.create.clockwork_bearing": "Часовой механизм", - "block.create.clutch": "Сцепление", - "block.create.cogwheel": "Шестерня", - "block.create.content_observer": "Наблюдатель содержимого", - "block.create.controller_rail": "Контролирующие рельсы", - "block.create.controls": "Контроллер поезда", - "block.create.copper_backtank": "Медный баллон", - "block.create.copper_casing": "Медный корпус", - "block.create.copper_ladder": "Медная лестница", - "block.create.copper_shingle_slab": "Плита из медной черепицы", - "block.create.copper_shingle_stairs": "Ступеньки из медной черепицы", - "block.create.copper_shingles": "Медная черепица", - "block.create.copper_tile_slab": "Плита из медной плитки", - "block.create.copper_tile_stairs": "Ступеньки из медной плитки", - "block.create.copper_tiles": "Медная плитка", - "block.create.copper_valve_handle": "Медный ручной вентиль", - "block.create.creative_crate": "Творческий ящик", - "block.create.creative_fluid_tank": "Творческий жидкостный бак", - "block.create.creative_motor": "Творческий мотор", - "block.create.crimsite": "Кримзит", - "block.create.crimsite_pillar": "Кримзитовая колонна", - "block.create.crimson_window": "Багровое окно", - "block.create.crimson_window_pane": "Панель из багрового окна", - "block.create.crushing_wheel": "Колесо дробления", - "block.create.crushing_wheel_controller": "Контроллер колеса дробления", - "block.create.cuckoo_clock": "Часы с кукушкой", - "block.create.cut_andesite": "Резной андезит", - "block.create.cut_andesite_brick_slab": "Плита из резного андезитового кирпича", - "block.create.cut_andesite_brick_stairs": "Ступеньки из резного андезитового кирпича", - "block.create.cut_andesite_brick_wall": "Ограда из резного андезитового кирпича", - "block.create.cut_andesite_bricks": "Резные андезитовые кирпичи", - "block.create.cut_andesite_slab": "Резная андезитовая плита", - "block.create.cut_andesite_stairs": "Резные андезитовые ступеньки", - "block.create.cut_andesite_wall": "Резная андезитовая ограда", - "block.create.cut_asurine": "Резной азурин", - "block.create.cut_asurine_brick_slab": "Плита из резного азуринового кирпича", - "block.create.cut_asurine_brick_stairs": "Ступеньки из резного азуринового кирпича", - "block.create.cut_asurine_brick_wall": "Ограда из резного азуринового кирпича", - "block.create.cut_asurine_bricks": "Резные азуриновые кирпичи", - "block.create.cut_asurine_slab": "Резная азуриновая плита", - "block.create.cut_asurine_stairs": "Резные азуриновые ступеньки", - "block.create.cut_asurine_wall": "Резная азуриновая ограда", - "block.create.cut_calcite": "Резной кальцит", - "block.create.cut_calcite_brick_slab": "Плита из резного кальцитового кирпича", - "block.create.cut_calcite_brick_stairs": "Ступеньки из резного кальцитового кирпича", - "block.create.cut_calcite_brick_wall": "Ограда из резного кальцитового кирпича", - "block.create.cut_calcite_bricks": "Резные кальцитовые кирпичи", - "block.create.cut_calcite_slab": "Резная кальцитовая плита", - "block.create.cut_calcite_stairs": "Резные кальцитовые ступеньки", - "block.create.cut_calcite_wall": "Резная кальцитовая ограда", - "block.create.cut_crimsite": "Резной кримзит", - "block.create.cut_crimsite_brick_slab": "Плита из резного кримзитового кирпича", - "block.create.cut_crimsite_brick_stairs": "Ступеньки из резного кримзитового кирпича", - "block.create.cut_crimsite_brick_wall": "Ограда из резного кримзитового кирпича", - "block.create.cut_crimsite_bricks": "Резной кримзитовый кирпич", - "block.create.cut_crimsite_slab": "Резная кримзитовая плита", - "block.create.cut_crimsite_stairs": "Резные кримзитовые ступеньки", - "block.create.cut_crimsite_wall": "Резная кримзитовая ограда", - "block.create.cut_deepslate": "Резной глубинный сланец", - "block.create.cut_deepslate_brick_slab": "Плита из резного глубинносланцевого кирпича", - "block.create.cut_deepslate_brick_stairs": "Ступеньки из резного глубинносланцевого кирпича", - "block.create.cut_deepslate_brick_wall": "Ограда из резного глубинносланцевого кирпича", - "block.create.cut_deepslate_bricks": "Резные глубинносланцевые кирпичи", - "block.create.cut_deepslate_slab": "Резная глубинносланцевая плита", - "block.create.cut_deepslate_stairs": "Резные глубинносланцевые ступеньки", - "block.create.cut_deepslate_wall": "Резная глубинносланцевая ограда", - "block.create.cut_diorite": "Резной диорит", - "block.create.cut_diorite_brick_slab": "Плита из резного диоритового кирпича", - "block.create.cut_diorite_brick_stairs": "Ступеньки из резного диоритового кирпича", - "block.create.cut_diorite_brick_wall": "Ограда из резного диоритового кирпича", - "block.create.cut_diorite_bricks": "Резные диоритовые кирпичи", - "block.create.cut_diorite_slab": "Резная диоритовая плита", - "block.create.cut_diorite_stairs": "Резные диоритовые ступеньки", - "block.create.cut_diorite_wall": "Резная диоритовая ограда", - "block.create.cut_dripstone": "Резной натёчный камень", - "block.create.cut_dripstone_brick_slab": "Плита из резного натёчнокаменного кирпича", - "block.create.cut_dripstone_brick_stairs": "Ступеньки из резного натёчнокаменного кирпича", - "block.create.cut_dripstone_brick_wall": "Ограда из резного натёчнокаменного кирпича", - "block.create.cut_dripstone_bricks": "Резные натёчнокаменные кирпичи", - "block.create.cut_dripstone_slab": "Резная натёчнокаменная плита", - "block.create.cut_dripstone_stairs": "Резные натёчнокаменные ступеньки", - "block.create.cut_dripstone_wall": "Резная натёчнокаменная ограда", - "block.create.cut_granite": "Резной гранит", - "block.create.cut_granite_brick_slab": "Плита из резного гранитного кирпича", - "block.create.cut_granite_brick_stairs": "Ступеньки из резного гранитного кирпича", - "block.create.cut_granite_brick_wall": "Ограда из резного гранитного кирпича", - "block.create.cut_granite_bricks": "Резные гранитные кирпичи", - "block.create.cut_granite_slab": "Резная гранитная плита", - "block.create.cut_granite_stairs": "Резные гранитные ступеньки", - "block.create.cut_granite_wall": "Резная гранитная ограда", - "block.create.cut_limestone": "Резной известняк", - "block.create.cut_limestone_brick_slab": "Плита из резного известкового кирпича", - "block.create.cut_limestone_brick_stairs": "Ступеньки из резного известкового кирпича", - "block.create.cut_limestone_brick_wall": "Ограда из резного известкового кирпича", - "block.create.cut_limestone_bricks": "Резные известковые кирпичи", - "block.create.cut_limestone_slab": "Резная известковая плита", - "block.create.cut_limestone_stairs": "Резные известковые ступеньки", - "block.create.cut_limestone_wall": "Резная известковая ограда", - "block.create.cut_ochrum": "Резной охрум", - "block.create.cut_ochrum_brick_slab": "Плита из резного охрумого кирпича", - "block.create.cut_ochrum_brick_stairs": "Ступеньки из резного охрумого кирпича", - "block.create.cut_ochrum_brick_wall": "Ограда из резного охрумого кирпича", - "block.create.cut_ochrum_bricks": "Резные охрумывые кирпичи", - "block.create.cut_ochrum_slab": "Резная охрумывая плита", - "block.create.cut_ochrum_stairs": "Резные охрумывые ступеньки", - "block.create.cut_ochrum_wall": "Резная охрумывая ограда", - "block.create.cut_scorchia": "Резной тёмный пепел", - "block.create.cut_scorchia_brick_slab": "Плита из резного тёмнопеплового кирпича", - "block.create.cut_scorchia_brick_stairs": "Ступеньки из резного тёмнопеплового кирпича", - "block.create.cut_scorchia_brick_wall": "Ограда из резного тёмнопеплового кирпича", - "block.create.cut_scorchia_bricks": "Резные тёмнопепловые кирпичи", - "block.create.cut_scorchia_slab": "Резная тёмнопепловая плита", - "block.create.cut_scorchia_stairs": "Резные тёмнопепловые ступеньки", - "block.create.cut_scorchia_wall": "Резная тёмнопепловая ограда", - "block.create.cut_scoria": "Резной пепел", - "block.create.cut_scoria_brick_slab": "Плита из резного пеплового кирпича", - "block.create.cut_scoria_brick_stairs": "Ступеньки из резного пеплового кирпича", - "block.create.cut_scoria_brick_wall": "Ограда из резного пеплового кирпича", - "block.create.cut_scoria_bricks": "Резные пепловые кирпичи", - "block.create.cut_scoria_slab": "Резная пепловая плита", - "block.create.cut_scoria_stairs": "Резные пепловые ступеньки", - "block.create.cut_scoria_wall": "Резная пепловая ограда", - "block.create.cut_tuff": "Резной туф", - "block.create.cut_tuff_brick_slab": "Плита из резного туфового кирпича", - "block.create.cut_tuff_brick_stairs": "Ступеньки из резного туфового кирпича", - "block.create.cut_tuff_brick_wall": "Ограда из резного туфового кирпича", - "block.create.cut_tuff_bricks": "Резные туфовые кирпичи", - "block.create.cut_tuff_slab": "Резная туфовая плита", - "block.create.cut_tuff_stairs": "Резные туфовые ступеньки", - "block.create.cut_tuff_wall": "Резная туфовая ограда", - "block.create.cut_veridium": "Резной веридий", - "block.create.cut_veridium_brick_slab": "Плита из резного веридиевого кирпича", - "block.create.cut_veridium_brick_stairs": "Ступеньки из резного веридиевого кирпича", - "block.create.cut_veridium_brick_wall": "Ограда из резного веридиевого кирпича", - "block.create.cut_veridium_bricks": "Резные веридиевые кирпичи", - "block.create.cut_veridium_slab": "Резная веридиевая плита", - "block.create.cut_veridium_stairs": "Резные веридиевые ступеньки", - "block.create.cut_veridium_wall": "Резная веридиевая ограда", - "block.create.cyan_nixie_tube": "Бирюзовый газоразрядный индикатор", - "block.create.cyan_sail": "Бирюзовый парус", - "block.create.cyan_seat": "Бирюзовое сиденье", - "block.create.cyan_toolbox": "Бирюзовый ящик для инструментов", - "block.create.cyan_valve_handle": "Бирюзовый ручной вентиль", - "block.create.dark_oak_window": "Окно из тёмного дуба", - "block.create.dark_oak_window_pane": "Панель из окна из тёмного дуба", - "block.create.deepslate_pillar": "Глубинносланцевая колонна", - "block.create.deepslate_zinc_ore": "Цинконосный глубинный сланец", - "block.create.deployer": "Автономный активатор", - "block.create.depot": "Депо", - "block.create.diorite_pillar": "Диоритовая колонна", - "block.create.display_board": "Механическое табло", - "block.create.display_link": "Передатчик информации", - "block.create.dripstone_pillar": "Натёчнокаменная колонна", - "block.create.encased_chain_drive": "Цепной привод в корпусе", - "block.create.encased_fan": "Вентилятор в корпусе", - "block.create.encased_fluid_pipe": "Жидкостная труба в корпусе", - "block.create.exposed_copper_shingle_slab": "Плита из потемневший медной черепицы", - "block.create.exposed_copper_shingle_stairs": "Ступеньки из потемневший медной черепицы", - "block.create.exposed_copper_shingles": "Потемневшая медная черепица", - "block.create.exposed_copper_tile_slab": "Плита из потемневший медной плитки", - "block.create.exposed_copper_tile_stairs": "Ступеньки из потемневший медной плитки", - "block.create.exposed_copper_tiles": "Потемневшая медная плитка", - "block.create.fake_track": "Маркер станции для карты", - "block.create.fluid_pipe": "Жидкостная труба", - "block.create.fluid_tank": "Жидкостный бак", - "block.create.fluid_valve": "Жидкостный клапан", - "block.create.flywheel": "Маховик", - "block.create.framed_glass": "Обрамлённое стекло", - "block.create.framed_glass_door": "Обрамлённая стеклянная дверь", - "block.create.framed_glass_pane": "Обрамлённая стеклянная панель", - "block.create.framed_glass_trapdoor": "Обрамлённый стеклянный люк", - "block.create.gantry_carriage": "Шасси портального крана", - "block.create.gantry_shaft": "Вал портального крана", - "block.create.gearbox": "Коробка передач", - "block.create.gearshift": "Реверсивная коробка передач", - "block.create.glass_fluid_pipe": "Стеклянная жидкостная труба", - "block.create.granite_pillar": "Гранитная колонна", - "block.create.gray_nixie_tube": "Серый газоразрядный индикатор", - "block.create.gray_sail": "Серый парус", - "block.create.gray_seat": "Серое сиденье", - "block.create.gray_toolbox": "Серый ящик для инструментов", - "block.create.gray_valve_handle": "Серый ручной вентиль", - "block.create.green_nixie_tube": "Зелёный газоразрядный индикатор", - "block.create.green_sail": "Зелёный парус", - "block.create.green_seat": "Зелёное сиденье", - "block.create.green_toolbox": "Зелёный ящик для инструментов", - "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": "Горизонтальная обрамлённая стеклянная панель", - "block.create.hose_pulley": "Шкив со шлангом", - "block.create.item_drain": "Осушитель предметов", - "block.create.item_vault": "Хранилище предметов", - "block.create.jungle_window": "Окно из тропического дерева", - "block.create.jungle_window_pane": "Панель окна из тропического дерева", - "block.create.large_bogey": "Большая вагонная тележка", - "block.create.large_cogwheel": "Большая шестерня", - "block.create.layered_andesite": "Слоистый андезит", - "block.create.layered_asurine": "Слоистый азурин", - "block.create.layered_calcite": "Слоистый кальцит", - "block.create.layered_crimsite": "Слоистый кримзит", - "block.create.layered_deepslate": "Слоистый глубинный сланец", - "block.create.layered_diorite": "Слоистый диорит", - "block.create.layered_dripstone": "Слоистый натёчный камень", - "block.create.layered_granite": "Слоистый гранит", - "block.create.layered_limestone": "Слоистый известняк", - "block.create.layered_ochrum": "Слоистый охрум", - "block.create.layered_scorchia": "Слоистый тёмный пепел", - "block.create.layered_scoria": "Слоистый пепел", - "block.create.layered_tuff": "Слоистый туф", - "block.create.layered_veridium": "Слоистый веридий", - "block.create.lectern_controller": "Управляющая кафедра", - "block.create.light_blue_nixie_tube": "Голубой газоразрядный индикатор", - "block.create.light_blue_sail": "Голубой парус", - "block.create.light_blue_seat": "Голубое сиденье", - "block.create.light_blue_toolbox": "Голубой ящик для инструментов", - "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_toolbox": "Светло-серый ящик для инструментов", - "block.create.light_gray_valve_handle": "Светло-серый ручной вентиль", - "block.create.lime_nixie_tube": "Лаймовый газоразрядный индикатор", - "block.create.lime_sail": "Лаймовый парус", - "block.create.lime_seat": "Лаймовое сиденье", - "block.create.lime_toolbox": "Лаймовый ящик для инструментов", - "block.create.lime_valve_handle": "Лаймовый ручной вентиль", - "block.create.limestone": "Известняк", - "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_toolbox": "Пурпурный ящик для инструментов", - "block.create.magenta_valve_handle": "Пурпурный ручной вентиль", - "block.create.mechanical_arm": "Механическая рука", - "block.create.mechanical_bearing": "Механический вращатель", - "block.create.mechanical_crafter": "Механический крафтер", - "block.create.mechanical_drill": "Механическая дрель", - "block.create.mechanical_harvester": "Механический комбайн", - "block.create.mechanical_mixer": "Механический смешиватель", - "block.create.mechanical_piston": "Механический поршень", - "block.create.mechanical_piston_head": "Механическая головка поршня", - "block.create.mechanical_plough": "Механический плуг", - "block.create.mechanical_press": "Механический пресс", - "block.create.mechanical_pump": "Механическая помпа", - "block.create.mechanical_saw": "Механическая пила", - "block.create.metal_bracket": "Металлическая скоба", - "block.create.metal_girder": "Металлическая балка", - "block.create.metal_girder_encased_shaft": "Вал в металлической балке", - "block.create.millstone": "Жёрнов", - "block.create.minecart_anchor": "Вагонеточная опора", - "block.create.mysterious_cuckoo_clock": "Странные часы с кукушкой", - "block.create.nixie_tube": "Газоразрядный индикатор", - "block.create.nozzle": "Форсунка", - "block.create.oak_window": "Дубовое окно", - "block.create.oak_window_pane": "Панель из дубового окна", - "block.create.ochrum": "Охрум", - "block.create.ochrum_pillar": "Охрумывая колонна", - "block.create.orange_sail": "Оранжевый парус", - "block.create.orange_seat": "Оранжевое сиденье", - "block.create.orange_toolbox": "Оранжевый ящик для инструментов", - "block.create.orange_valve_handle": "Оранжевый ручной вентиль", - "block.create.ornate_iron_window": "Украшенное железное окно", - "block.create.ornate_iron_window_pane": "Панель из украшенного железного окна", - "block.create.oxidized_copper_shingle_slab": "Окисленная плита из медной черепицы", - "block.create.oxidized_copper_shingle_stairs": "Окисленные ступеньки из медной черепицы", - "block.create.oxidized_copper_shingles": "Окисленная медная черепица", - "block.create.oxidized_copper_tile_slab": "Плита из окисленной медной черепицы", - "block.create.oxidized_copper_tile_stairs": "Ступеньки из окисленной медной черепицы", - "block.create.oxidized_copper_tiles": "Окисленная медная плитка", - "block.create.peculiar_bell": "Особенный колокол", - "block.create.pink_nixie_tube": "Розовый газоразрядный индикатор", - "block.create.pink_sail": "Розовый парус", - "block.create.pink_seat": "Розовое сиденье", - "block.create.pink_toolbox": "Розовый ящик для инструментов", - "block.create.pink_valve_handle": "Розовый ручной вентиль", - "block.create.piston_extension_pole": "Удлинитель поршня", - "block.create.placard": "Умная рамка", - "block.create.polished_cut_andesite": "Полированный резной андезит", - "block.create.polished_cut_andesite_slab": "Полированная резная андезитовая плита", - "block.create.polished_cut_andesite_stairs": "Полированные резные андезитовые ступеньки", - "block.create.polished_cut_andesite_wall": "Полированная резная андезитовая ограда", - "block.create.polished_cut_asurine": "Полированный резной азурин", - "block.create.polished_cut_asurine_slab": "Полированная резная азуриновая плита", - "block.create.polished_cut_asurine_stairs": "Полированные резные азуриновые ступеньки", - "block.create.polished_cut_asurine_wall": "Полированная резная азуриновая ограда", - "block.create.polished_cut_calcite": "Полированный резной кальцит", - "block.create.polished_cut_calcite_slab": "Полированная резная кальцитовая плита", - "block.create.polished_cut_calcite_stairs": "Полированные резные кальцитовые ступеньки", - "block.create.polished_cut_calcite_wall": "Полированная резная кальцитовая ограда", - "block.create.polished_cut_crimsite": "Полированный резной кримзит", - "block.create.polished_cut_crimsite_slab": "Полированная резная кримзитовая плита", - "block.create.polished_cut_crimsite_stairs": "Полированные резные кримзитовые ступеньки", - "block.create.polished_cut_crimsite_wall": "Полированная резная кримзитовая ограда", - "block.create.polished_cut_deepslate": "Полированный резной глубинный сланец", - "block.create.polished_cut_deepslate_slab": "Полированная резная глубинносланцевая плита", - "block.create.polished_cut_deepslate_stairs": "Полированные резные глубинносланцевые ступеньки", - "block.create.polished_cut_deepslate_wall": "Полированная резная глубинносланцевая ограда", - "block.create.polished_cut_diorite": "Полированный резной диорит", - "block.create.polished_cut_diorite_slab": "Полированная резная диоритовая плита", - "block.create.polished_cut_diorite_stairs": "Полированные резные диоритовые ступеньки", - "block.create.polished_cut_diorite_wall": "Полированная резная диоритовая ограда", - "block.create.polished_cut_dripstone": "Полированный резной натёчный камень", - "block.create.polished_cut_dripstone_slab": "Полированная резная натёчнокаменная плита", - "block.create.polished_cut_dripstone_stairs": "Полированные резные натёчнокаменные ступеньки", - "block.create.polished_cut_dripstone_wall": "Полированная резная натёчнокаменная ограда", - "block.create.polished_cut_granite": "Полированный резной гранит", - "block.create.polished_cut_granite_slab": "Полированная резная гранитная плита", - "block.create.polished_cut_granite_stairs": "Полированные резные гранитные ступеньки", - "block.create.polished_cut_granite_wall": "Полированная резная гранитная ограда", - "block.create.polished_cut_limestone": "Полированный резной известняк", - "block.create.polished_cut_limestone_slab": "Полированная резная известковая плита", - "block.create.polished_cut_limestone_stairs": "Полированные резные известковые ступеньки", - "block.create.polished_cut_limestone_wall": "Полированная резная известковая ограда", - "block.create.polished_cut_ochrum": "Полированный резной охрум", - "block.create.polished_cut_ochrum_slab": "Полированная резная охрумывая плита", - "block.create.polished_cut_ochrum_stairs": "Полированные резные охрумывые ступеньки", - "block.create.polished_cut_ochrum_wall": "Полированная резная охрумывая ограда", - "block.create.polished_cut_scorchia": "Полированный резной тёмный пепел", - "block.create.polished_cut_scorchia_slab": "Полированная резная тёмнопепловая плита", - "block.create.polished_cut_scorchia_stairs": "Полированные резные тёмнопепловые ступеньки", - "block.create.polished_cut_scorchia_wall": "Полированная резная тёмнопепловая ограда", - "block.create.polished_cut_scoria": "Полированный резной пепел", - "block.create.polished_cut_scoria_slab": "Полированная резная пепловая плита", - "block.create.polished_cut_scoria_stairs": "Полированные резные пепловые ступеньки", - "block.create.polished_cut_scoria_wall": "Полированная резная пепловая ограда", - "block.create.polished_cut_tuff": "Полированный резной туф", - "block.create.polished_cut_tuff_slab": "Полированная резная туфовая плита", - "block.create.polished_cut_tuff_stairs": "Полированные резные туфовые ступеньки", - "block.create.polished_cut_tuff_wall": "Полированная резная туфовая ограда", - "block.create.polished_cut_veridium": "Полированный резной веридий", - "block.create.polished_cut_veridium_slab": "Полированная резная веридиевая плита", - "block.create.polished_cut_veridium_stairs": "Полированные резные веридиевые ступеньки", - "block.create.polished_cut_veridium_wall": "Полированная резная веридиевая ограда", - "block.create.portable_fluid_interface": "Портативный жидкостный интерфейс", - "block.create.portable_storage_interface": "Портативный складской интерфейс", - "block.create.powered_latch": "Питаемый рычаг", - "block.create.powered_shaft": "Приводной вал", - "block.create.powered_toggle_latch": "Питаемый рычаг-переключатель", - "block.create.pulley_magnet": "Магнитный шкив", - "block.create.pulse_extender": "Редстоуновый удлинитель импульса", - "block.create.pulse_repeater": "Редстоуновый повторитель импульса", - "block.create.purple_nixie_tube": "Фиолетовый газоразрядный индикатор", - "block.create.purple_sail": "Фиолетовый парус", - "block.create.purple_seat": "Фиолетовое сиденье", - "block.create.purple_toolbox": "Фиолетовый ящик для инструментов", - "block.create.purple_valve_handle": "Фиолетовый ручной вентиль", - "block.create.radial_chassis": "Радиальное шасси", - "block.create.railway_casing": "Железнодорожный корпус", - "block.create.raw_zinc_block": "Блок рудного цинка", - "block.create.red_nixie_tube": "Красный газоразрядный индикатор", - "block.create.red_sail": "Красный парус", - "block.create.red_seat": "Красное сиденье", - "block.create.red_toolbox": "Красный ящик для инструментов", - "block.create.red_valve_handle": "Красный ручной вентиль", - "block.create.redstone_contact": "Редстоуновый контакт", - "block.create.redstone_link": "Редстоуновый передатчик сигнала", - "block.create.refined_radiance_casing": "Сияющий корпус", - "block.create.rope": "Канат", - "block.create.rope_pulley": "Лебёдка", - "block.create.rose_quartz_block": "Блок розового кварца", - "block.create.rose_quartz_lamp": "Редстоуновый фонарь из розового кварца", - "block.create.rose_quartz_tiles": "Плитка из розового кварца", - "block.create.rotation_speed_controller": "Регулятор скорости вращения", - "block.create.sail_frame": "Рама паруса", - "block.create.schematic_table": "Схематичный стол", - "block.create.schematicannon": "Схематичная пушка", - "block.create.scorchia": "Тёмный пепел", - "block.create.scorchia_pillar": "Тёмнопепловая колонна", - "block.create.scoria": "Пепел", - "block.create.scoria_pillar": "Пепловая колонна", - "block.create.secondary_linear_chassis": "Вторичное линейное шасси", - "block.create.sequenced_gearshift": "Последовательная коробка передач", - "block.create.shadow_steel_casing": "Теневой корпус", - "block.create.shaft": "Вал", - "block.create.small_andesite_brick_slab": "Плита из мелкого андезитового кирпича", - "block.create.small_andesite_brick_stairs": "Ступеньки из мелкого андезитового кирпича", - "block.create.small_andesite_brick_wall": "Ограда из мелкого андезитового кирпича", - "block.create.small_andesite_bricks": "Мелкие андезитовые кирпичи", - "block.create.small_asurine_brick_slab": "Плита из мелкого азуринового кирпича", - "block.create.small_asurine_brick_stairs": "Ступеньки из мелкого азуринового кирпича", - "block.create.small_asurine_brick_wall": "Ограда из мелкого азуринового кирпича", - "block.create.small_asurine_bricks": "Мелкие азуриновые кирпичи", - "block.create.small_bogey": "Малая вагонная тележка", - "block.create.small_calcite_brick_slab": "Плита из мелкого кальцитового кирпича", - "block.create.small_calcite_brick_stairs": "Ступеньки из мелкого кальцитового кирпича", - "block.create.small_calcite_brick_wall": "Ограда из мелкого кальцитового кирпича", - "block.create.small_calcite_bricks": "Мелкие кальцитовые кирпичи", - "block.create.small_crimsite_brick_slab": "Плита из мелкого кримзитового кирпича", - "block.create.small_crimsite_brick_stairs": "Ступеньки из мелкого кримзитового кирпича", - "block.create.small_crimsite_brick_wall": "Ограда из мелкого кримзитового кирпича", - "block.create.small_crimsite_bricks": "Мелкие кримзитовые кирпичи", - "block.create.small_deepslate_brick_slab": "Плита из мелкого глубинносланцевого кирпича", - "block.create.small_deepslate_brick_stairs": "Ступеньки из мелкого глубинносланцевого кирпича", - "block.create.small_deepslate_brick_wall": "Ограда из мелкого глубинносланцевого кирпича", - "block.create.small_deepslate_bricks": "Мелкие глубинносланцевые кирпичи", - "block.create.small_diorite_brick_slab": "Плита из мелкого диоритового кирпича", - "block.create.small_diorite_brick_stairs": "Ступеньки из мелкого диоритового кирпича", - "block.create.small_diorite_brick_wall": "Ограда из мелкого диоритового кирпича", - "block.create.small_diorite_bricks": "Мелкие диоритовые кирпичи", - "block.create.small_dripstone_brick_slab": "Плита из мелкого натёчнокаменного кирпича", - "block.create.small_dripstone_brick_stairs": "Ступеньки из мелкого натёчнокаменного кирпича", - "block.create.small_dripstone_brick_wall": "Ограда из мелкого натёчнокаменного кирпича", - "block.create.small_dripstone_bricks": "Мелкие натёчнокаменные кирпичи", - "block.create.small_granite_brick_slab": "Плита из мелкого гранитного кирпича", - "block.create.small_granite_brick_stairs": "Ступеньки из мелкого гранитного кирпича", - "block.create.small_granite_brick_wall": "Ограда из мелкого гранитного кирпича", - "block.create.small_granite_bricks": "Мелкие гранитные кирпичи", - "block.create.small_limestone_brick_slab": "Плита из мелкого известкового кирпича", - "block.create.small_limestone_brick_stairs": "Ступеньки из мелкого известкового кирпича", - "block.create.small_limestone_brick_wall": "Ограда из мелкого известкового кирпича", - "block.create.small_limestone_bricks": "Мелкий известковый кирпич", - "block.create.small_ochrum_brick_slab": "Плита из мелкого охрумого кирпича", - "block.create.small_ochrum_brick_stairs": "Ступеньки из мелкого охрумого кирпича", - "block.create.small_ochrum_brick_wall": "Ограда из мелкого охрумого кирпича", - "block.create.small_ochrum_bricks": "Мелкие охрумывые кирпичи", - "block.create.small_rose_quartz_tiles": "Мелкая плитка из розового кварца", - "block.create.small_scorchia_brick_slab": "Плита из мелкого тёмнопеплового кирпича", - "block.create.small_scorchia_brick_stairs": "Ступеньки из мелкого тёмнопеплового кирпича", - "block.create.small_scorchia_brick_wall": "Ограда из мелкого тёмнопеплового кирпича", - "block.create.small_scorchia_bricks": "Мелкие тёмнопепловые кирпичи", - "block.create.small_scoria_brick_slab": "Плита из мелкого пеплового кирпича", - "block.create.small_scoria_brick_stairs": "Ступеньки из мелкого пеплового кирпича", - "block.create.small_scoria_brick_wall": "Ограда из мелкого пеплового кирпича", - "block.create.small_scoria_bricks": "Мелкие пепловые кирпичи", - "block.create.small_tuff_brick_slab": "Плита из мелкого туфового кирпича", - "block.create.small_tuff_brick_stairs": "Ступеньки из мелкого туфового кирпича", - "block.create.small_tuff_brick_wall": "Ограда из мелкого туфового кирпича", - "block.create.small_tuff_bricks": "Мелкие туфовые кирпичи", - "block.create.small_veridium_brick_slab": "Плита из мелкого веридиевого кирпича", - "block.create.small_veridium_brick_stairs": "Ступеньки из мелкого веридиевого кирпича", - "block.create.small_veridium_brick_wall": "Ограда из мелкого веридиевого кирпича", - "block.create.small_veridium_bricks": "Мелкие веридиевые кирпичи", - "block.create.smart_chute": "Умный жёлоб", - "block.create.smart_fluid_pipe": "Умная жидкостная труба", - "block.create.speedometer": "Спидометр", - "block.create.spout": "Дозатор", - "block.create.spruce_window": "Еловое окно", - "block.create.spruce_window_pane": "Панель из елового окна", - "block.create.steam_engine": "Паровой двигатель", - "block.create.steam_whistle": "Паровой свисток", - "block.create.steam_whistle_extension": "Удлинитель парового свистка", - "block.create.sticker": "Блок-липучка", - "block.create.sticky_mechanical_piston": "Липкий механический поршень", - "block.create.stockpile_switch": "Наблюдатель заполненности", - "block.create.stressometer": "Стрессометр", - "block.create.tiled_glass": "Плиточное стекло", - "block.create.tiled_glass_pane": "Плиточная стеклянная панель", - "block.create.track": "Железнодорожный путь", - "block.create.track_observer": "Железнодорожный наблюдатель", - "block.create.track_signal": "Железнодорожный светофор", - "block.create.track_station": "Железнодорожная станция", - "block.create.train_door": "Дверь поезда", - "block.create.train_trapdoor": "Люк поезда", - "block.create.tuff_pillar": "Туфовая колонна", - "block.create.turntable": "Поворотный стол", - "block.create.veridium": "Веридий", - "block.create.veridium_pillar": "Веридиевая колонна", - "block.create.vertical_framed_glass": "Вертикальное обрамлённое стекло", - "block.create.vertical_framed_glass_pane": "Вертикальная обрамлённая стеклянная панель", - "block.create.warped_window": "Искажённое окно", - "block.create.warped_window_pane": "Панель из искажённого окна", - "block.create.water_wheel": "Водяное колесо", - "block.create.waxed_copper_shingle_slab": "Вощёная плита из медной черепицы", - "block.create.waxed_copper_shingle_stairs": "Вощёные ступеньки из медной черепицы", - "block.create.waxed_copper_shingles": "Вощёная медная черепица", - "block.create.waxed_copper_tile_slab": "Вощёная плита из медной плитки", - "block.create.waxed_copper_tile_stairs": "Вощёные ступеньки из медной плитки", - "block.create.waxed_copper_tiles": "Вощёная медная плитка", - "block.create.waxed_exposed_copper_shingle_slab": "Вощёная потемневшая плита из медной черепицы", - "block.create.waxed_exposed_copper_shingle_stairs": "Вощёные потемневшие ступеньки из медной черепицы", - "block.create.waxed_exposed_copper_shingles": "Вощёная потемневшая медная черепица", - "block.create.waxed_exposed_copper_tile_slab": "Вощёная потемневшая плита из медной плитки", - "block.create.waxed_exposed_copper_tile_stairs": "Вощёные потемневшие ступеньки из медной плитки", - "block.create.waxed_exposed_copper_tiles": "Вощёная потемневшая медная плитка", - "block.create.waxed_oxidized_copper_shingle_slab": "Вощёная окисленная плита из медной черепицы", - "block.create.waxed_oxidized_copper_shingle_stairs": "Вощёные окисленные ступеньки из медной черепицы", - "block.create.waxed_oxidized_copper_shingles": "Вощёная окисленная медная черепица", - "block.create.waxed_oxidized_copper_tile_slab": "Вощёная окисленная плита из медной плитки", - "block.create.waxed_oxidized_copper_tile_stairs": "Вощёные окисленные ступеньки из медной плитки", - "block.create.waxed_oxidized_copper_tiles": "Вощёная окисленная медная плитка", - "block.create.waxed_weathered_copper_shingle_slab": "Вощёная состаренная плита из медной черепицы", - "block.create.waxed_weathered_copper_shingle_stairs": "Вощёные состаренные ступеньки из медной черепицы", - "block.create.waxed_weathered_copper_shingles": "Вощёная состаренная медная черепица", - "block.create.waxed_weathered_copper_tile_slab": "Вощёная состаренная плита из медной плитки", - "block.create.waxed_weathered_copper_tile_stairs": "Вощёные состаренные ступеньки из медной плитки", - "block.create.waxed_weathered_copper_tiles": "Вощёная состаренная медная плитка", - "block.create.weathered_copper_shingle_slab": "Состаренная плита из медной черепицы", - "block.create.weathered_copper_shingle_stairs": "Состаренные ступеньки из медной черепицы", - "block.create.weathered_copper_shingles": "Состаренная медная черепица", - "block.create.weathered_copper_tile_slab": "Состаренная плита из медной плитки", - "block.create.weathered_copper_tile_stairs": "Состаренные ступеньки из медной плитки", - "block.create.weathered_copper_tiles": "Состаренные медные ступеньки", - "block.create.weighted_ejector": "Весовая катапульта", - "block.create.white_nixie_tube": "Белый газоразрядный индикатор", - "block.create.white_sail": "Белый парус", - "block.create.white_seat": "Белое сиденье", - "block.create.white_toolbox": "Белый ящик для инструментов", - "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_toolbox": "Жёлтый ящик для инструментов", - "block.create.yellow_valve_handle": "Жёлтый ручной вентиль", - "block.create.zinc_block": "Цинковый блок", - "block.create.zinc_ore": "Цинковая руда", - - "enchantment.create.capacity": "Вместимость", - "enchantment.create.potato_recovery": "Возобновление картофеля", - - "entity.create.carriage_contraption": "Вагонная штуковина", - "entity.create.contraption": "Штуковина", - "entity.create.crafting_blueprint": "Чертёж", - "entity.create.gantry_contraption": "Крановая штуковина", - "entity.create.potato_projectile": "Снаряд картофельной пушки", - "entity.create.seat": "Сиденье", - "entity.create.stationary_contraption": "Стационарная штуковина", - "entity.create.super_glue": "Суперклей", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "Зелье", - "fluid.create.tea": "Чай строителя", - - "item.create.andesite_alloy": "Андезитовый сплав", - "item.create.attribute_filter": "Фильтр атрибутов", - "item.create.bar_of_chocolate": "Плитка шоколада", - "item.create.belt_connector": "Механический ремень", - "item.create.blaze_cake": "Торт всполоха", - "item.create.blaze_cake_base": "Основа торта всполоха", - "item.create.brass_hand": "Латунная рука", - "item.create.brass_ingot": "Латунный слиток", - "item.create.brass_nugget": "Кусочек латуни", - "item.create.brass_sheet": "Латунный лист", - "item.create.builders_tea": "Чай строителя", - "item.create.chest_minecart_contraption": "Грузовая вагонеточная штуковина", - "item.create.chocolate_bucket": "Ведро шоколада", - "item.create.chocolate_glazed_berries": "Ягоды в шоколадной глазури", - "item.create.chromatic_compound": "Хроматический компаунд", - "item.create.cinder_flour": "Незераковый порошок", - "item.create.copper_backtank": "Медный баллон", - "item.create.copper_backtank_placeable": "Размещаемый медный баллон", - "item.create.copper_nugget": "Кусочек меди", - "item.create.copper_sheet": "Медный лист", - "item.create.crafter_slot_cover": "Заглушка на слот крафтера", - "item.create.crafting_blueprint": "Чертёж", - "item.create.creative_blaze_cake": "Творческий торт всполоха", - "item.create.crushed_aluminum_ore": "Дроблёная алюминиевая руда", - "item.create.crushed_copper_ore": "Дроблёная медная руда", - "item.create.crushed_gold_ore": "Дроблёная золотая руда", - "item.create.crushed_iron_ore": "Дроблёная железная руда", - "item.create.crushed_lead_ore": "Дроблёная свинцовая руда", - "item.create.crushed_nickel_ore": "Дроблёная никелевая руда", - "item.create.crushed_osmium_ore": "Дроблёная осмиевая руда", - "item.create.crushed_platinum_ore": "Дроблёная платиновая руда", - "item.create.crushed_quicksilver_ore": "Дроблёная ртутная руда", - "item.create.crushed_silver_ore": "Дроблёная серебряная руда", - "item.create.crushed_tin_ore": "Дроблёная оловянная руда", - "item.create.crushed_uranium_ore": "Дроблёная урановая руда", - "item.create.crushed_zinc_ore": "Дроблёная цинковая руда", - "item.create.diving_boots": "Ботинки для дайвинга", - "item.create.diving_helmet": "Шлем для дайвинга", - "item.create.dough": "Тесто", - "item.create.electron_tube": "Электронная лампа", - "item.create.empty_blaze_burner": "Пустая горелка всполоха", - "item.create.empty_schematic": "Пустая схематика", - "item.create.experience_nugget": "Кусочек опыта", - "item.create.extendo_grip": "Удлинённая рука", - "item.create.filter": "Фильтр", - "item.create.furnace_minecart_contraption": "Самоходная вагонеточная штуковина", - "item.create.goggles": "Инженерные очки", - "item.create.golden_sheet": "Золотой лист", - "item.create.handheld_worldshaper": "Ручной редактор мира", - "item.create.honey_bucket": "Ведро мёда", - "item.create.honeyed_apple": "Яблоко в меду", - "item.create.incomplete_precision_mechanism": "Незаконченный механизм точности", - "item.create.incomplete_track": "Незаконченный железнодорожный путь", - "item.create.iron_sheet": "Железный лист", - "item.create.linked_controller": "Контроллер связей", - "item.create.minecart_contraption": "Вагонеточная штуковина", - "item.create.minecart_coupling": "Соединитель вагонеток", - "item.create.polished_rose_quartz": "Полированный розовый кварц", - "item.create.potato_cannon": "Картофельная пушка", - "item.create.powdered_obsidian": "Обсидиановый порошок", - "item.create.precision_mechanism": "Механизм точности", - "item.create.propeller": "Пропеллер", - "item.create.raw_zinc": "Рудный цинк", - "item.create.red_sand_paper": "Красная наждачная бумага", - "item.create.refined_radiance": "Изысканное сияние", - "item.create.rose_quartz": "Розовый кварц", - "item.create.sand_paper": "Наждачная бумага", - "item.create.schedule": "Расписание поезда", - "item.create.schematic": "Схематика", - "item.create.schematic_and_quill": "Схематика и перо", - "item.create.shadow_steel": "Теневая сталь", - "item.create.sturdy_sheet": "Прочный лист", - "item.create.super_glue": "Суперклей", - "item.create.sweet_roll": "Сладкий рулет", - "item.create.tree_fertilizer": "Удобрение для деревьев", - "item.create.unprocessed_obsidian_sheet": "Незаконченный прочный лист", - "item.create.vertical_gearbox": "Вертикальная коробка передач", - "item.create.wand_of_symmetry": "Жезл симметрии", - "item.create.wheat_flour": "Пшеничная мука", - "item.create.whisk": "Венчик", - "item.create.wrench": "Гаечный ключ", - "item.create.zinc_ingot": "Цинковый слиток", - "item.create.zinc_nugget": "Кусочек цинка", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Добро пожаловать в Create!", - "advancement.create.root.desc": "Пришло время начать строить удивительные штуковины!", - "advancement.create.andesite_alloy": "Повторение — мать учения", - "advancement.create.andesite_alloy.desc": "Материалы Create имеют странные названия, одно из них — Андезитовый сплав", - "advancement.create.andesite_casing": "Андезитовый век", - "advancement.create.andesite_casing.desc": "Используйте Андезитовый сплав и обтёсанное дерево для создания Андезитового корпуса", - "advancement.create.mechanical_press": "Пресс делает «Бонк!»", - "advancement.create.mechanical_press.desc": "Создайте несколько листов в Механическом прессе", - "advancement.create.encased_fan": "Механический маг воздуха", - "advancement.create.encased_fan.desc": "Разместите и активируйте Вентилятор в корпусе", - "advancement.create.fan_processing": "Обработка воздухом", - "advancement.create.fan_processing.desc": "Используйте Вентилятор в корпусе для обработки предметов", - "advancement.create.saw_processing": "Ужас лесопилки", - "advancement.create.saw_processing.desc": "Используйте вертикальную Механическую пилу для обработки материалов", - "advancement.create.compacting": "Компактификация", - "advancement.create.compacting.desc": "Используйте Механический пресс и Чашу, чтобы спрессовать или сжать предметы", - "advancement.create.belt": "Передайте за проезд!", - "advancement.create.belt.desc": "Соедините два Вала с помощью Механического ремня", - "advancement.create.funnel": "Эстетика аэропорта", - "advancement.create.funnel.desc": "Извлеките или добавьте предмет в контейнер с помощью Воронки", - "advancement.create.chute": "Упало", - "advancement.create.chute.desc": "Разместите Жёлоб, вертикальный аналог конвейера", - "advancement.create.mechanical_mixer": "Смешать, но не взбалтывать", - "advancement.create.mechanical_mixer.desc": "Смешайте ингредиенты в Чаше с помощью Механического смешивателя", - "advancement.create.burner": "Разумный камин", - "advancement.create.burner.desc": "Получите Горелку всполоха", - "advancement.create.water_wheel": "Обузданная гидравлика", - "advancement.create.water_wheel.desc": "Поставьте Водяное колесо и попытайтесь заставить его вращаться", - "advancement.create.windmill": "Куда дует ветер", - "advancement.create.windmill.desc": "Соберите Ветряную мельницу", - "advancement.create.shifting_gears": "Механизм переключения", - "advancement.create.shifting_gears.desc": "Подсоедините Большую шестерню к обычной Шестерне для изменения скорости вращения", - "advancement.create.millstone": "Карманная дробилка", - "advancement.create.millstone.desc": "Поставьте и приведите в действие Жёрнов", - "advancement.create.super_glue": "Площадь соединена", - "advancement.create.super_glue.desc": "Объедините несколько блоков в группу с помощью Суперклея", - "advancement.create.contraption_actors": "Движение с целью", - "advancement.create.contraption_actors.desc": "Создайте штуковину с Дрелью, Пилой или с Комбайном на борту", - "advancement.create.portable_storage_interface": "Обмен на ходу", - "advancement.create.portable_storage_interface.desc": "Используйте Портативный складской интерфейс, чтобы извлекать или добавлять предметы во время работы штуковины", - "advancement.create.wrench_goggles": "Дресс-код механика", - "advancement.create.wrench_goggles.desc": "Наденьте Инженерные очки и возьмите Гаечный ключ", - "advancement.create.stressometer": "Так сильно?", - "advancement.create.stressometer.desc": "Поставьте и подключите Стрессометр. Посмотрите на Стрессометр через Инженерные очки, чтобы узнать точное значение", - "advancement.create.cuckoo_clock": "Который час?", - "advancement.create.cuckoo_clock.desc": "Станьте свидетелем того, как ваши Часы с кукушкой объявляют время сна", - "advancement.create.windmill_maxed": "Ветер крепчает", - "advancement.create.windmill_maxed.desc": "Соберите Ветряную мельницу максимальной силы", - "advancement.create.ejector_maxed": "Чемпион катапульты", - "advancement.create.ejector_maxed.desc": "Отлетите на более чем 30 блоков с помощью Весовой катапульты", - "advancement.create.pulley_maxed": "Верёвка в никуда", - "advancement.create.pulley_maxed.desc": "Растяните Лебёдку на глубину более 200 блоков", - "advancement.create.cart_pickup": "Сильные руки", - "advancement.create.cart_pickup.desc": "Поднимите Вагонеточную штуковину с не менее чем 200 прикреплёнными блоками", - "advancement.create.anvil_plough": "Кузнечная артиллерия", - "advancement.create.anvil_plough.desc": "Оттолкните падающую наковальню двигающимися Механическими плугами", - "advancement.create.lava_wheel_00000": "Адское колесо", - "advancement.create.lava_wheel_00000.desc": "Это не должно было работать!§7\n(Секретное достижение)", - "advancement.create.hand_crank_000": "Кручу-верчу", - "advancement.create.hand_crank_000.desc": "Используйте Рукоятку до полного истощения§7\n(Секретное достижение)", - "advancement.create.belt_funnel_kiss": "Механический ужин", - "advancement.create.belt_funnel_kiss.desc": "Заставьте две смонтированные на конвейере Воронки поцеловаться!", - "advancement.create.stressometer_maxed": "Миллиметраж", - "advancement.create.stressometer_maxed.desc": "Получите предельные показания Стрессометра§7\n(Секретное достижение)", - "advancement.create.copper": "Более прочные камни", - "advancement.create.copper.desc": "Получите медь за хитрости с водой", - "advancement.create.copper_casing": "Медный век", - "advancement.create.copper_casing.desc": "Используйте медный слиток для создания Медного корпуса", - "advancement.create.spout": "Буль", - "advancement.create.spout.desc": "Посмотрите как предмет наполняется с помощью Дозатора", - "advancement.create.drain": "Промышленное осушение", - "advancement.create.drain.desc": "Наблюдайте за тем, как предмет, содержащий жидкость, опустошается с помощью Осушителя предметов", - "advancement.create.steam_engine": "С мёртвой точки!", - "advancement.create.steam_engine.desc": "Используйте Паровой двигатель для создания вращательной силы", - "advancement.create.steam_whistle": "Голос ангела", - "advancement.create.steam_whistle.desc": "Активируйте Паровой свисток", - "advancement.create.backtank": "Повышение давления", - "advancement.create.backtank.desc": "Создайте Медный баллон и заставьте его закачивать воздух в себя", - "advancement.create.diving_suit": "Кто проживает на дне океана?", - "advancement.create.diving_suit.desc": "Наденьте Водолазный шлем вместе с Баллоном и прыгните в воду", - "advancement.create.mechanical_pump_0": "Закачаешься", - "advancement.create.mechanical_pump_0.desc": "Разместите и включите Механическую помпу", - "advancement.create.glass_pipe": "Шпион за потоками", - "advancement.create.glass_pipe.desc": "Наблюдайте через окно в Трубе за тем как распространяется жидкость. Окно появится на Трубе при использовании Гаечного ключа", - "advancement.create.water_supply": "Сборщик луж", - "advancement.create.water_supply.desc": "Используйте Трубу или Помпу, чтобы собрать воду", - "advancement.create.hose_pulley": "Промышленный полив", - "advancement.create.hose_pulley.desc": "Опустите Шланг и смотрите как он осушает или заполняет пространство жидкостью", - "advancement.create.chocolate_bucket": "Не слипнется!", - "advancement.create.chocolate_bucket.desc": "Получите Ведро шоколада", - "advancement.create.honey_drain": "Укуси меня пчела!", - "advancement.create.honey_drain.desc": "Используйте Трубы, чтобы вытащить мёд из пчелиного улья или гнезда, пока пчёлы не понимают что их обворовывают", - "advancement.create.hose_pulley_lava": "Прикосновение к мантии", - "advancement.create.hose_pulley_lava.desc": "Выкачивайте лаву из бесконечного источника", - "advancement.create.steam_engine_maxed": "Только так!", - "advancement.create.steam_engine_maxed.desc": "Запустите Котёл на максимальном уровне мощности", - "advancement.create.foods": "Правильное питание", - "advancement.create.foods.desc": "Создайте Ягоды в шоколадной глазури, Яблоко в меду и Сладкий рулет; всё из одного Дозатора", - "advancement.create.diving_suit_lava": "Плохая идея", - "advancement.create.diving_suit_lava.desc": "Попытайтесь нырнуть в лаву с медным водолазным снаряжением. Сделайте из этого выводы§7\n(Секретное достижение)", - "advancement.create.chained_drain": "Смотри как могу!", - "advancement.create.chained_drain.desc": "Наблюдайте как предмет переворачивается по ряду Осушителей предметов§7\n(Секретное достижение)", - "advancement.create.cross_streams": "Не пересекайте потоки!", - "advancement.create.cross_streams.desc": "Наблюдайте за тем, как две разные жидкости встречаются в ваших Трубах§7\n(Секретное достижение)", - "advancement.create.pipe_organ": "Иоганн Бах", - "advancement.create.pipe_organ.desc": "Сделайте орган, прикрепив 12 Паровых свистков с уникальным звуком к одному резервуару с жидкостью§7\n(Секретное достижение)", - "advancement.create.brass": "Реальный сплав", - "advancement.create.brass.desc": "Используйте Дроблёную медь и Дроблёный цинк, чтобы создать Латунь", - "advancement.create.brass_casing": "Латунный век", - "advancement.create.brass_casing.desc": "Используйте только что полученную Латунь и обтёсанную древесину, чтобы создать более продвинутый корпус", - "advancement.create.rose_quartz": "Розовые алмазы", - "advancement.create.rose_quartz.desc": "Отполируйте Розовый кварц", - "advancement.create.deployer": "Тыкайте, ставьте и атакуйте", - "advancement.create.deployer.desc": "Приведите в действие Автономный активатор, идеальное отражение себя", - "advancement.create.precision_mechanism": "Сложные любопытства", - "advancement.create.precision_mechanism.desc": "Соберите Механизм точности", - "advancement.create.speed_controller": "Его ненавидят инженеры!", - "advancement.create.speed_controller.desc": "Установите Регулятор скорости вращения, идеальное устройство для переключения передач", - "advancement.create.mechanical_arm": "Золотые руки!", - "advancement.create.mechanical_arm.desc": "Активируйте Механическую руку. Затем смотрите как она делает за вас всю работу", - "advancement.create.mechanical_crafter": "Лень — двигатель прогресса", - "advancement.create.mechanical_crafter.desc": "Разместите и включите несколько Механических крафтеров, чтобы создавать всякое", - "advancement.create.crushing_wheel": "Пара гигантов", - "advancement.create.crushing_wheel.desc": "Создайте несколько Дробящих колёс, чтобы более эффективно разрушать больше предметов", - "advancement.create.haunted_bell": "По ком звонит колокол", - "advancement.create.haunted_bell.desc": "Позвоните в Призрачный колокол", - "advancement.create.clockwork_bearing": "Хитрые часы", - "advancement.create.clockwork_bearing.desc": "Соберите штуковину, расположенную на Часовом механизме", - "advancement.create.display_link": "Большие данные", - "advancement.create.display_link.desc": "Используйте Передатчик информации для её визуализации", - "advancement.create.potato_cannon": "Свомп!", - "advancement.create.potato_cannon.desc": "Победите врага с помощью своей Картофельной пушки!", - "advancement.create.extendo_grip": "Дальше — больше", - "advancement.create.extendo_grip.desc": "Возьмите Удлинённую руку", - "advancement.create.linked_controller": "Восстановление связей", - "advancement.create.linked_controller.desc": "Используйте Контроллер связей для удалённой активации Редстоуного передатчика сигнала", - "advancement.create.arm_blaze_burner": "Поджигателе-трон", - "advancement.create.arm_blaze_burner.desc": "Запрограммируйте Механическую руку на кормление Горелки всполоха", - "advancement.create.crusher_maxed_0000": "Раздроби это!", - "advancement.create.crusher_maxed_0000.desc": "Управляйте парой Дробящих колёс на максимальной скорости", - "advancement.create.arm_many_targets": "Организа-трон", - "advancement.create.arm_many_targets.desc": "Запрограммируйте Механическую руку на 10 и больше выходов", - "advancement.create.potato_cannon_collide": "Картофегиляция", - "advancement.create.potato_cannon_collide.desc": "Заставь снаряды Картофельных пушек разных видов столкнуться друг с другом", - "advancement.create.self_deploying": "До чего дошёл прогресс!", - "advancement.create.self_deploying.desc": "Создайте вагонеточную штуковину, которая размещает рельсы перед собой", - "advancement.create.fist_bump": "Привет, дружище!", - "advancement.create.fist_bump.desc": "Сделайте так, чтобы два Автономных активатора ударили кулаками", - "advancement.create.crafter_lazy_000": "Отчаянные меры", - "advancement.create.crafter_lazy_000.desc": "Значительно замедлите Механический крафтер, чтобы сделать плохое производство§7\n(Секретное достижение)", - "advancement.create.extendo_grip_dual": "В полной мере", - "advancement.create.extendo_grip_dual.desc": "Используйте две Удлинённые руки для супер-досягаемости§7\n(Секретное достижение)", - "advancement.create.musical_arm": "Сбацай что-нибудь!", - "advancement.create.musical_arm.desc": "Посмотрите как Механическая рука меняет пластинки", - "advancement.create.sturdy_sheet": "Ещё более твёрдые камни", - "advancement.create.sturdy_sheet.desc": "Соберите Прочный лист из Обсидианового порошка и лавы", - "advancement.create.train_casing_00": "Железнодорожная эра", - "advancement.create.train_casing_00.desc": "Используйте Прочный лист и Латунный корпус для создания Железнодорожного корпуса", - "advancement.create.train": "Все на борт!", - "advancement.create.train.desc": "Соберите свой первый поезд", - "advancement.create.conductor": "Машинист-инструктор", - "advancement.create.conductor.desc": "Проинструктируйте машиниста следовать по Расписанию", - "advancement.create.track_signal": "Управление движением", - "advancement.create.track_signal.desc": "Разместите Железнодорожный светофор", - "advancement.create.display_board_0": "Динамическое расписание", - "advancement.create.display_board_0.desc": "Прогнозируйте прибытие поезда на Табло с помощью Передатчика информации", - "advancement.create.track_0": "Новая колея", - "advancement.create.track_0.desc": "Соберите Железнодорожный путь", - "advancement.create.train_whistle": "Чу-Чу!", - "advancement.create.train_whistle.desc": "Прикрепите Паровой свисток к вашему поезду и погудите в него!", - "advancement.create.train_portal": "Сквозь измерения", - "advancement.create.train_portal.desc": "Проедьте на поезде через портал Незера", - "advancement.create.track_crafting_factory": "Железнодорожная фабрика", - "advancement.create.track_crafting_factory.desc": "Произведите более 1000 Железнодорожных путей на одном Механическом прессе", - "advancement.create.long_bend": "Крутой поворот", - "advancement.create.long_bend.desc": "Создайте участок изогнутых Путей длиной более 30 блоков", - "advancement.create.long_train": "Амбициозные усилия", - "advancement.create.long_train.desc": "Создайте поезд как минимум с шестью вагонами", - "advancement.create.long_travel": "На дальней станции сойду", - "advancement.create.long_travel.desc": "Встаньте с сидения поезда на расстоянии более 5000 блоков от того места, где вы начали путешествие", - "advancement.create.train_roadkill": "Убийство «Восточным экспрессом»", - "advancement.create.train_roadkill.desc": "Переедьте врага своим поездом!§7\n(Секретное достижение)", - "advancement.create.red_signal": "Я знаю короткую дорогу!", - "advancement.create.red_signal.desc": "Проедьте поездом на красный сигнал Светофора§7\n(Секретное достижение)", - "advancement.create.train_crash": "Ужасное обслуживание", - "advancement.create.train_crash.desc": "Станьте свидетелем железнодорожной аварии в качестве пассажира§7\n(Секретное достижение)", - "advancement.create.train_crash_backwards": "Слепая зона", - "advancement.create.train_crash_backwards.desc": "Врежьтесь в другой поезд, двигаясь задним ходом§7\n(Секретное достижение)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "Create", - "itemGroup.create.palettes": "Create: Строительные блоки", - - "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.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 был взорван фальшивыми часами с кукушкой благодаря %2$s", - "death.attack.create.run_over": "%1$s был размазан по путям %2$s", - - "create.block.deployer.damage_source_name": "автономным активатором", - "create.block.cart_assembler.invalid": "Установите сборщик вагонеток на рельсы", - - "create.menu.return": "Вернуться в меню", - "create.menu.configure": "Настроить...", - "create.menu.ponder_index": "Все размышления", - "create.menu.only_ingame": "Доступны только во время игры", - "create.menu.report_bugs": "Нашли ошибку?", - "create.menu.support": "Поддержите нас", - - "create.recipe.crushing": "Дробление", - "create.recipe.milling": "Помол", - "create.recipe.fan_washing": "Массовая промывка", - "create.recipe.fan_washing.fan": "Вентилятор за водой", - "create.recipe.fan_smoking": "Массовое копчение", - "create.recipe.fan_smoking.fan": "Вентилятор за огнём", - "create.recipe.fan_haunting": "Призрачное наполнение", - "create.recipe.fan_haunting.fan": "Вентилятор за огнём душ", - "create.recipe.fan_blasting": "Массовое плавление", - "create.recipe.fan_blasting.fan": "Вентилятор за лавой", - "create.recipe.pressing": "Прессование", - "create.recipe.mixing": "Смешивание", - "create.recipe.deploying": "Автономное создание", - "create.recipe.automatic_shapeless": "Бесформенная сборка", - "create.recipe.automatic_brewing": "Автоматическая варка", - "create.recipe.packing": "Спрессовывание", - "create.recipe.automatic_packing": "Сжатие предметов", - "create.recipe.sawing": "Распиловка", - "create.recipe.mechanical_crafting": "Механическое создание", - "create.recipe.automatic_shaped": "Форменная сборка", - "create.recipe.block_cutting": "Резка блоков", - "create.recipe.wood_cutting": "Резка древесины", - "create.recipe.sandpaper_polishing": "Полирование", - "create.recipe.mystery_conversion": "Таинственное преобразование", - "create.recipe.spout_filling": "Наполнение дозатором", - "create.recipe.draining": "Осушение предметов", - "create.recipe.item_application": "Ручное создание", - "create.recipe.item_application.any_axe": "Любой топор", - "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": "Обработайте прессом", - "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.deploying.not_consumed": "Не тратится", - "create.recipe.heat_requirement.none": "Не требует нагрева", - "create.recipe.heat_requirement.heated": "Нагрев", - "create.recipe.heat_requirement.superheated": "Перегрев", - - "create.generic.range": "Диапазон", - "create.generic.radius": "Радиус", - "create.generic.width": "Ширина", - "create.generic.height": "Высота", - "create.generic.length": "Длина", - "create.generic.speed": "Скорость", - "create.generic.delay": "Задержка", - "create.generic.duration": "Продолжительность", - "create.generic.timeUnit": "Единица времени", - "create.generic.unit.ticks": "Тиков", - "create.generic.unit.seconds": "Секунд", - "create.generic.unit.minutes": "Минут", - "create.generic.daytime.hour": "Час", - "create.generic.daytime.minute": "Минута", - "create.generic.daytime.second": "Секунда", - "create.generic.daytime.pm": "pm", - "create.generic.daytime.am": "am", - "create.generic.unit.rpm": "об/мин", - "create.generic.unit.stress": "ЕН", - "create.generic.unit.degrees": "°", - "create.generic.unit.millibuckets": "%1$s мВ", - "create.generic.unit.buckets": "В", - "create.generic.clockwise": "По часовой стрелке", - "create.generic.counter_clockwise": "Против часовой стрелки", - "create.generic.in_quotes": "«%1$s»", - "create.generic.pitch": "♪: %1$s", - "create.generic.notes": "фа♯;фа;ми;ре♯;ре;до♯;до;си;ля♯;ля;соль♯;соль", - - "create.action.scroll": "Прокрутка", - "create.action.confirm": "Подтвердить", - "create.action.abort": "Прервать", - "create.action.saveToFile": "Сохранить", - "create.action.discard": "Отменить", - - "create.keyinfo.toolmenu": "Меню инструмента фокусировки", - "create.keyinfo.toolbelt": "Доступ к ближайшим ящикам для инструментов", - "create.keyinfo.scrollup": "Имитация Прокрутки вверх (в мире)", - "create.keyinfo.scrolldown": "Имитация Прокрутки вниз (в мире)", - - "create.gui.scrollInput.defaultTitle": "Выберите опцию:", - "create.gui.scrollInput.scrollToModify": "Прокрутка, чтобы изменить", - "create.gui.scrollInput.scrollToAdjustAmount": "Прокрутка, чтобы настроить количество", - "create.gui.scrollInput.scrollToSelect": "Прокрутка, чтобы выбрать", - "create.gui.scrollInput.shiftScrollsFaster": "Зажмите Shift для быстрой прокрутки", - "create.gui.toolmenu.focusKey": "Удерживайте [%1$s] для смены действия", - "create.gui.toolmenu.cycle": "[Прокрутка] для переключения", - - "create.toolbox.unequip": "Убрать: %1$s", - "create.toolbox.outOfRange": "Ящик для инструментов выбранного предмета слишком далеко...", - "create.toolbox.detach": "Убрать выбранный предмет в ящик для инструментов", - "create.toolbox.depositAll": "Убрать все предметы в ближайшие ящики для инструментов", - "create.toolbox.depositBox": "Убрать все предметы в ящик для инструментов", - - "create.gui.symmetryWand.mirrorType": "Зеркало", - "create.gui.symmetryWand.orientation": "Ориентация", - - "create.symmetry.mirror.plane": "Одинарное", - "create.symmetry.mirror.doublePlane": "Двойное", - "create.symmetry.mirror.triplePlane": "Тройное", - - "create.orientation.orthogonal": "Перпендикулярная", - "create.orientation.diagonal": "Диагональная", - "create.orientation.horizontal": "Горизонтальная", - "create.orientation.alongZ": "Вдоль Z", - "create.orientation.alongX": "Вдоль X", - - "create.gui.terrainzapper.title": "Ручной редактор мира", - "create.gui.terrainzapper.searchDiagonal": "Следовать диагоналям", - "create.gui.terrainzapper.searchFuzzy": "Игнорировать границы материала", - "create.gui.terrainzapper.patternSection": "Шаблоны", - "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": "Прикреплённая", - "create.gui.terrainzapper.placement.inserted": "Вставленная", - "create.gui.terrainzapper.brush": "Кисти", - "create.gui.terrainzapper.brush.cuboid": "Куб", - "create.gui.terrainzapper.brush.sphere": "Сфера", - "create.gui.terrainzapper.brush.cylinder": "Цилиндр", - "create.gui.terrainzapper.brush.surface": "Поверхность", - "create.gui.terrainzapper.brush.cluster": "Скопление", - "create.gui.terrainzapper.tool": "Инструменты", - "create.gui.terrainzapper.tool.fill": "Заполнить", - "create.gui.terrainzapper.tool.place": "Поставить", - "create.gui.terrainzapper.tool.replace": "Заменить", - "create.gui.terrainzapper.tool.clear": "Очистить", - "create.gui.terrainzapper.tool.overlay": "Наложение", - "create.gui.terrainzapper.tool.flatten": "Сглаживание", - - "create.terrainzapper.shiftRightClickToSet": "Кликните ПКМ крадучись, чтобы выбрать кисть", - "create.terrainzapper.usingBlock": "Используется: %1$s", - "create.terrainzapper.leftClickToSet": "Кликните ЛКМ по блоку, что бы использовать материал", - - "create.minecart_coupling.two_couplings_max": "Вагонетки могут иметь только два соединения", - "create.minecart_coupling.unloaded": "Кажется, в данный момент часть вашей вагонеточной штуковины в незагруженных чанках", - "create.minecart_coupling.no_loops": "Соединители не могут образовывать петлю", - "create.minecart_coupling.removed": "Убраны все соединения между вагонетками", - "create.minecart_coupling.too_far": "Вагонетки слишком далеко друг от друга...", - - "create.contraptions.movement_mode": "Режим движения", - "create.contraptions.movement_mode.move_place": "Превращать в блоки при остановке", - "create.contraptions.movement_mode.move_place_returned": "Превращать в блоки только в исх. положении", - "create.contraptions.movement_mode.move_never_place": "Превращать в блоки, если опора уничтожена", - "create.contraptions.movement_mode.rotate_place": "Превращать в блоки при остановке", - "create.contraptions.movement_mode.rotate_place_returned": "Превращать в блоки только в исх. положении", - "create.contraptions.movement_mode.rotate_never_place": "Превращать в блоки, если опора уничтожена", - "create.contraptions.cart_movement_mode": "Режим вращения вагонетки", - "create.contraptions.cart_movement_mode.rotate": "Вращение в сторону движения", - "create.contraptions.cart_movement_mode.rotate_paused": "Пауза во время вращения", - "create.contraptions.cart_movement_mode.rotation_locked": "Блокировка вращения", - "create.contraptions.windmill.rotation_direction": "Направление вращения", - "create.contraptions.clockwork.clock_hands": "Формат часов", - "create.contraptions.clockwork.hour_first": "Сначала часовая стрелка", - "create.contraptions.clockwork.minute_first": "Сначала минутная стрелка", - "create.contraptions.clockwork.hour_first_24": "Сначала 24-часовая стрелка", - - "create.logistics.filter": "Фильтр", - "create.logistics.recipe_filter": "Фильтр рецепта", - "create.logistics.fluid_filter": "Фильтр жидкости", - "create.logistics.firstFrequency": "Частота #1", - "create.logistics.secondFrequency": "Частота #2", - "create.logistics.filter.apply": "Фильтр применён (%1$s)", - "create.logistics.filter.apply_click_again": "Фильтр применён (%1$s); кликните ещё раз, чтобы скопировать количество", - "create.logistics.filter.apply_count": "Применено извлекаемое количество к фильтру", - - "create.gui.goggles.generator_stats": "Статистика генератора:", - "create.gui.goggles.kinetic_stats": "Кинетическая статистика:", - "create.gui.goggles.at_current_speed": "При текущей скорости", - "create.gui.goggles.pole_length": "Длина поршня:", - "create.gui.goggles.fluid_container": "Информация о жидкостном контейнере:", - "create.gui.goggles.fluid_container.capacity": "Ёмкость: ", - "create.gui.assembly.exception": "Невозможно собрать эту штуковину:", - "create.gui.assembly.exception.unmovableBlock": "Несдвигаемый блок (%4$s) на [%1$s|%2$s|%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "Блок на [%1$s|%2$s|%3$s] был в незагруженном чанке", - "create.gui.assembly.exception.structureTooLarge": "Штуковина состоит из слишком большого количества блоков.\nТекущий максимум: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "Слишком много удлинителей прикреплено к этому поршню.\nТекущий максимум: %1$s", - "create.gui.assembly.exception.noPistonPoles": "Поршню не хватает удлинителей", - "create.gui.assembly.exception.not_enough_sails": "Присоединённая структура содержит недостаточно парусоподобных блоков; %1$s из минимум %2$s необходимых", - "create.gui.gauge.info_header": "Калибровочная информация:", - "create.gui.speedometer.title": "Скорость вращения", - "create.gui.stressometer.title": "Нагрузка на сеть", - "create.gui.stressometer.capacity": "Оставшаяся ёмкость", - "create.gui.stressometer.overstressed": "Перегрузка", - "create.gui.stressometer.no_rotation": "Нет вращения", - "create.gui.contraptions.not_fast_enough": "Похоже, что этот _компонент_ (_%1$s_) работает при _недостаточной скорости_.", - "create.gui.contraptions.network_overstressed": "Похоже, что эта _сеть перегружена_. Добавьте _больше источников_ силы вращения или _понизьте скорость_ компонентов, _создающих высокую нагрузку_.", - "create.gui.adjustable_crate.title": "Регулируемый ящик", - "create.gui.adjustable_crate.storageSpace": "Ёмкость", - "create.gui.stockpile_switch.title": "Наблюдатель заполненности", - "create.gui.stockpile_switch.invert_signal": "Инвертировать сигнал", - "create.gui.stockpile_switch.move_to_lower_at": "Переключатся на нижнюю линию при %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "Переключатся на верхнюю линию при %1$s%%", - "create.gui.sequenced_gearshift.title": "Последов. коробка передач", - "create.gui.sequenced_gearshift.instruction": "Инструкция", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Повернуть на угол", - "create.gui.sequenced_gearshift.instruction.turn_angle": "Угол", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Угол", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Смещение Поршня/Шкива/Лебёдки/Крана", - "create.gui.sequenced_gearshift.instruction.turn_distance": "Смещение", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Расстояние", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Временная задержка", - "create.gui.sequenced_gearshift.instruction.delay": "Задержка", - "create.gui.sequenced_gearshift.instruction.delay.duration": "Длительность", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "Конец", - "create.gui.sequenced_gearshift.instruction.end": "Конец", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "Ожидать нового редстоун-сигнала", - "create.gui.sequenced_gearshift.instruction.await": "Сигнал", - "create.gui.sequenced_gearshift.speed": "Скорость, направление", - "create.gui.sequenced_gearshift.speed.forward": "Обычная скорость, вперёд", - "create.gui.sequenced_gearshift.speed.forward_fast": "Двойная скорость, вперёд", - "create.gui.sequenced_gearshift.speed.back": "Обычная скорость, реверс", - "create.gui.sequenced_gearshift.speed.back_fast": "Двойная скорость, реверс", - - "create.schematicAndQuill.dimensions": "Размер схематики: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "Первая позиция установлена", - "create.schematicAndQuill.secondPos": "Вторая позиция установлена", - "create.schematicAndQuill.noTarget": "Удерживайте Ctrl, чтобы выбрать блоки воздуха", - "create.schematicAndQuill.abort": "Выделение отменено", - "create.schematicAndQuill.title": "Имя схематики:", - "create.schematicAndQuill.convert": "Сохранить и развернуть немедленно", - "create.schematicAndQuill.fallbackName": "Моя схематика", - "create.schematicAndQuill.saved": "Сохранено как %1$s", - - "create.schematic.invalid": "[!] Недопустимый предмет — вместо этого используйте схематичный стол", - "create.schematic.position": "Позиция", - "create.schematic.rotation": "Вращение", - "create.schematic.rotation.none": "Нет", - "create.schematic.rotation.cw90": "По час. стрелке 90°", - "create.schematic.rotation.cw180": "По час. стрелке 180°", - "create.schematic.rotation.cw270": "По час. стрелке 270°", - "create.schematic.mirror": "Отразить", - "create.schematic.mirror.none": "Нет", - "create.schematic.mirror.frontBack": "Спереди-сзади", - "create.schematic.mirror.leftRight": "Влево-вправо", - "create.schematic.tool.deploy": "Развёртывание", - "create.schematic.tool.move": "Двигать по XZ", - "create.schematic.tool.movey": "Двигать по Y", - "create.schematic.tool.rotate": "Вращать", - "create.schematic.tool.print": "Печать", - "create.schematic.tool.flip": "Перевернуть", - "create.schematic.tool.deploy.description.0": "Перемещает схематику в локации.", - "create.schematic.tool.deploy.description.1": "ПКМ по блоку, чтобы разместить.", - "create.schematic.tool.deploy.description.2": "Ctrl, чтобы выбрать расстояние точно.", - "create.schematic.tool.deploy.description.3": "Ctrl и Прокрутка — выбор расстояния.", - "create.schematic.tool.move.description.0": "Сдвинуть схематику по горизонтали.", - "create.schematic.tool.move.description.1": "Наведите курсор на схему и Ctrl и Прокрутка,", - "create.schematic.tool.move.description.2": "для перемещения по горизонтали.", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "Сдвигает схематику по вертикали.", - "create.schematic.tool.movey.description.1": "Ctrl и Прокрутка для перемещения вверх/вниз.", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "Вращает схематику вокруг её центра.", - "create.schematic.tool.rotate.description.1": "Ctrl и Прокрутка для вращения на 90 градусов.", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "Мгновенно размещает структуру в мире.", - "create.schematic.tool.print.description.1": "ПКМ, чтобы подтвердить размещение в текущем месте.", - "create.schematic.tool.print.description.2": "Этот инструмент предназначен только", - "create.schematic.tool.print.description.3": "для творческого режима.", - "create.schematic.tool.flip.description.0": "Переверните схему вдоль выбранной стороны.", - "create.schematic.tool.flip.description.1": "Наведите курсор на схему и Ctrl и Прокрутка,", - "create.schematic.tool.flip.description.2": "чтобы перевернуть её.", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "Синхронизация...", - "create.schematics.uploadTooLarge": "Файл схематики слишком большой!", - "create.schematics.maxAllowedSize": "Максимально допустимый размер файла:", - - "create.gui.schematicTable.refresh": "Обновить файлы", - "create.gui.schematicTable.open_folder": "Открыть папку со схематиками", - "create.gui.schematicTable.title": "Схематичный стол", - "create.gui.schematicTable.availableSchematics": "Доступные схемы", - "create.gui.schematicTable.noSchematics": "Схемы не сохранены", - "create.gui.schematicTable.uploading": "Загрузка...", - "create.gui.schematicTable.finished": "Загрузка завершена!", - "create.gui.schematicannon.title": "Схематичная пушка", - "create.gui.schematicannon.listPrinter": "Список материалов", - "create.gui.schematicannon.gunpowderLevel": "Порох: %1$s%%", - "create.gui.schematicannon.shotsRemaining": "Выстрелов осталось: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "С порохом в запасе: %1$s", - "create.gui.schematicannon.optionEnabled": "Включено", - "create.gui.schematicannon.optionDisabled": "Отключено", - "create.gui.schematicannon.showOptions": "Показать настройки строительства", - "create.gui.schematicannon.option.dontReplaceSolid": "Не заменять твёрдые блоки", - "create.gui.schematicannon.option.replaceWithSolid": "Заменять твёрдые блоки только твёрдыми блоками", - "create.gui.schematicannon.option.replaceWithAny": "Заменять твёрдые блоки любыми блоками", - "create.gui.schematicannon.option.replaceWithEmpty": "Заменять твёрдые блоки воздухом", - "create.gui.schematicannon.option.skipMissing": "Пропускать отсутствующие блоки", - "create.gui.schematicannon.option.skipTileEntities": "Защитить имущество", - "create.gui.schematicannon.slot.gunpowder": "Добавьте порох, чтобы заправить пушку", - "create.gui.schematicannon.slot.listPrinter": "Положите книгу, чтобы создать список предметов для схематики", - "create.gui.schematicannon.slot.schematic": "Положите свою схематику здесь. Убедитесь что она размещена в правильном месте", - "create.gui.schematicannon.option.skipMissing.description": "Если пушка не сможет найти требуемый блок, то она перейдёт к следующему.", - "create.gui.schematicannon.option.skipTileEntities.description": "Пушка не будет заменять блоки-хранилища, такие как сундуки.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "Пушка не будет заменять твёрдые блоки, только нетвёрдые и воздух.", - "create.gui.schematicannon.option.replaceWithSolid.description": "Пушка будет заменять твёрдые блоки только в случае, если в схеме в этом месте расположен другой твёрдый блок.", - "create.gui.schematicannon.option.replaceWithAny.description": "Пушка будет заменять любые твёрдые блоки, кроме замены на воздух.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "Пушка будет заменять любые твёрдые блоки, включая замену на воздух.", - - "create.schematicannon.status.idle": "Бездействует", - "create.schematicannon.status.ready": "Готова", - "create.schematicannon.status.running": "Работает", - "create.schematicannon.status.finished": "Закончила", - "create.schematicannon.status.paused": "Приостановлена", - "create.schematicannon.status.stopped": "Остановлена", - "create.schematicannon.status.noGunpowder": "Требуется порох", - "create.schematicannon.status.targetNotLoaded": "Цель не загружена", - "create.schematicannon.status.targetOutsideRange": "Цель слишком далеко", - "create.schematicannon.status.searching": "Поиск", - "create.schematicannon.status.skipping": "Пропуск", - "create.schematicannon.status.missingBlock": "Требует блок:", - "create.schematicannon.status.placing": "Стройка", - "create.schematicannon.status.clearing": "Очистка", - "create.schematicannon.status.schematicInvalid": "Неверная схема", - "create.schematicannon.status.schematicNotPlaced": "Схема не развёрнута", - "create.schematicannon.status.schematicExpired": "Файл схемы устарел", - - "create.materialChecklist": "Список материалов", - "create.materialChecklist.blocksNotLoaded": "* Внимание! *\n\nСписок материалов может быть неточным из-за незагруженных чанков.", - - "create.gui.filter.deny_list": "Чёрный список", - "create.gui.filter.deny_list.description": "Предметы проходят, если они не соответствуют ни одному из вышеперечисленных. Пустой чёрный список принимает всё.", - "create.gui.filter.allow_list": "Белый список", - "create.gui.filter.allow_list.description": "Предметы проходят, если они соответствуют любому из вышеперечисленных. Пустой белый список отвергает всё.", - "create.gui.filter.respect_data": "Использовать данные", - "create.gui.filter.respect_data.description": "Предметы проходят только в том случае, если их прочность, чары и другие атрибуты совпадают.", - "create.gui.filter.ignore_data": "Игнорировать данные", - "create.gui.filter.ignore_data.description": "Предметы проходят независимо от их атрибутов.", - - "create.item_attributes.placeable": "можно разместить", - "create.item_attributes.placeable.inverted": "нельзя разместить", - "create.item_attributes.consumable": "можно съесть", - "create.item_attributes.consumable.inverted": "нельзя съесть", - "create.item_attributes.fluid_container": "может хранить жидкости", - "create.item_attributes.fluid_container.inverted": "не может хранить жидкости", - "create.item_attributes.enchanted": "зачарован", - "create.item_attributes.enchanted.inverted": "не зачарован", - "create.item_attributes.max_enchanted": "зачарован на максимальный уровень", - "create.item_attributes.max_enchanted.inverted": "зачарован не на максимальный уровень", - "create.item_attributes.renamed": "имеет пользовательское имя", - "create.item_attributes.renamed.inverted": "не имеет пользовательского имени", - "create.item_attributes.damaged": "повреждён", - "create.item_attributes.damaged.inverted": "не повреждён", - "create.item_attributes.badly_damaged": "сильно повреждён", - "create.item_attributes.badly_damaged.inverted": "повреждён не сильно", - "create.item_attributes.not_stackable": "не может складываться", - "create.item_attributes.not_stackable.inverted": "может складывается", - "create.item_attributes.equipable": "можно надеть", - "create.item_attributes.equipable.inverted": "нельзя надеть", - "create.item_attributes.furnace_fuel": "является топливом", - "create.item_attributes.furnace_fuel.inverted": "не является топливом", - "create.item_attributes.washable": "можно промыть", - "create.item_attributes.washable.inverted": "нельзя промыть", - "create.item_attributes.hauntable": "можно наполнить призраками", - "create.item_attributes.hauntable.inverted": "нельзя наполнить призраками", - "create.item_attributes.crushable": "можно раздробить", - "create.item_attributes.crushable.inverted": "нельзя раздробить", - "create.item_attributes.smeltable": "можно расплавить", - "create.item_attributes.smeltable.inverted": "нельзя расплавить", - "create.item_attributes.smokable": "можно прокоптить", - "create.item_attributes.smokable.inverted": "нельзя прокоптить", - "create.item_attributes.blastable": "можно расплавить в доменной печи", - "create.item_attributes.blastable.inverted": "нельзя расплавить в доменной печи", - "create.item_attributes.compostable": "можно компостировать", - "create.item_attributes.compostable.inverted": "нельзя компостировать", - "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.in_tag": "с тегом %1$s", - "create.item_attributes.in_tag.inverted": "без тега %1$s", - "create.item_attributes.in_item_group": "из группы «%1$s»", - "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.has_enchant": "зачарован на %1$s", - "create.item_attributes.has_enchant.inverted": "зачарован не на %1$s", - "create.item_attributes.color": "окрашен в %1$s", - "create.item_attributes.color.inverted": "окрашен не в %1$s", - "create.item_attributes.has_fluid": "содержит %1$s", - "create.item_attributes.has_fluid.inverted": "не содержит %1$s", - "create.item_attributes.has_name": "назван как %1$s", - "create.item_attributes.has_name.inverted": "назван не как %1$s", - "create.item_attributes.book_author": "подписан %1$s", - "create.item_attributes.book_author.inverted": "подписан не %1$s", - "create.item_attributes.book_copy_original": "оригинал", - "create.item_attributes.book_copy_original.inverted": "не оригинал", - "create.item_attributes.book_copy_first": "копия", - "create.item_attributes.book_copy_first.inverted": "не копия", - "create.item_attributes.book_copy_second": "копия копии", - "create.item_attributes.book_copy_second.inverted": "не копия копии", - "create.item_attributes.book_copy_tattered": "ветхий", - "create.item_attributes.book_copy_tattered.inverted": "не ветхий", - "create.item_attributes.astralsorcery_amulet": "исправляет %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "исправляет не %1$s", - "create.item_attributes.astralsorcery_constellation": "настроено на %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "настроено не на %1$s", - "create.item_attributes.astralsorcery_crystal": "имеет характеристики кристалла %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "не имеет характеристик кристалла %1$s", - "create.item_attributes.astralsorcery_perk_gem": "имеет характеристики перка %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "не имеет характеристик перка %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "Атрибуты не выбраны", - "create.gui.attribute_filter.selected_attributes": "Выбранные атрибуты:", - "create.gui.attribute_filter.add_attribute": "Добавить атрибут в фильтр", - "create.gui.attribute_filter.add_inverted_attribute": "Добавить обратный атрибут в фильтр", - "create.gui.attribute_filter.allow_list_disjunctive": "Белый список (любой)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "Предметы проходят, если у них есть какой-либо из выбранных атрибутов.", - "create.gui.attribute_filter.allow_list_conjunctive": "Белый список (все)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "Предметы проходят, только если они имеют ВСЕ выбранные атрибуты.", - "create.gui.attribute_filter.deny_list": "Чёрный список", - "create.gui.attribute_filter.deny_list.description": "Предметы проходят, если они не имеют ни одного из выбранных атрибутов.", - "create.gui.attribute_filter.add_reference_item": "Положите предмет", - - "create.tooltip.holdForDescription": "Удерживайте [%1$s] для сводки", - "create.tooltip.holdForControls": "Удерживайте [%1$s] для управления", - "create.tooltip.keyShift": "Shift", - "create.tooltip.keyCtrl": "Ctrl", - "create.tooltip.speedRequirement": "Требование к скорости: %1$s", - "create.tooltip.speedRequirement.none": "Нет", - "create.tooltip.speedRequirement.slow": "Медленная", - "create.tooltip.speedRequirement.medium": "Средняя", - "create.tooltip.speedRequirement.fast": "Быстрая", - "create.tooltip.stressImpact": "Создаваемая нагрузка: %1$s", - "create.tooltip.stressImpact.low": "Низкая", - "create.tooltip.stressImpact.medium": "Умеренная", - "create.tooltip.stressImpact.high": "Высокая", - "create.tooltip.stressImpact.overstressed": "Перегрузка", - "create.tooltip.up_to": "До %1$s", - "create.tooltip.capacityProvided": "Допустимая нагрузка: %1$s", - "create.tooltip.capacityProvided.low": "Низкая", - "create.tooltip.capacityProvided.medium": "Средняя", - "create.tooltip.capacityProvided.high": "Высокая", - "create.tooltip.generationSpeed": "Создаёт %1$s %2$s", - "create.tooltip.analogStrength": "Аналоговая сила: %1$s/15", - - "create.mechanical_arm.extract_from": "Берёт предметы из %1$s", - "create.mechanical_arm.deposit_to": "Складывает предметы в %1$s", - "create.mechanical_arm.summary": "Механическая рука имеет %1$s вход(ов) и %2$s выход(ов)", - "create.mechanical_arm.points_outside_range": "Выбранные цели (%1$s) удалены из-за ограничений диапазона", - - "create.weighted_ejector.target_set": "Цель выбрана", - "create.weighted_ejector.target_not_valid": "Бросает до ближайшего блока (Неподходящая цель)", - "create.weighted_ejector.no_target": "Бросает до ближайшего блока (Цель не была выбрана)", - "create.weighted_ejector.targeting": "Бросает до [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "Размер бросаемого стака", - - "create.logistics.when_multiple_outputs_available": "Режим распределения", - - "create.mechanical_arm.selection_mode.round_robin": "По кругу", - "create.mechanical_arm.selection_mode.forced_round_robin": "Строго по кругу", - "create.mechanical_arm.selection_mode.prefer_first": "Предпочитать первичную цель", - - "create.tunnel.selection_mode.split": "Разделение", - "create.tunnel.selection_mode.forced_split": "Строгое разделение", - "create.tunnel.selection_mode.round_robin": "По кругу", - "create.tunnel.selection_mode.forced_round_robin": "Строго по кругу", - "create.tunnel.selection_mode.prefer_nearest": "Предпочтительно ближайший", - "create.tunnel.selection_mode.randomize": "Случайно", - "create.tunnel.selection_mode.synchronize": "Синхронизировать входы", - - "create.tooltip.chute.header": "Информация о жёлобе:", - "create.tooltip.chute.items_move_down": "Предметы двигаются вниз", - "create.tooltip.chute.items_move_up": "Предметы двигаются вверх", - "create.tooltip.chute.no_fans_attached": "Нет подключённых вентиляторов", - "create.tooltip.chute.fans_push_up": "Вентилятор толкает снизу", - "create.tooltip.chute.fans_push_down": "Вентилятор толкает сверху", - "create.tooltip.chute.fans_pull_up": "Вентилятор тянет сверху", - "create.tooltip.chute.fans_pull_down": "Вентилятор тянет снизу", - "create.tooltip.chute.contains": "Содержит: %1$s x%2$s", - "create.tooltip.deployer.header": "Информация об автономном активаторе:", - "create.tooltip.deployer.using": "Режим: Использование/Установка", - "create.tooltip.deployer.punching": "Режим: Атака/Разрушение", - "create.tooltip.deployer.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": "Режим привязки активирован", - "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": "Слот для ингредиентов", - "create.crafting_blueprint.filter_items_viable": "Применимы продвинутые фильтры предметов", - "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": "Целевой жидкостный резервуар считается бесконечным.", - "create.hint.mechanical_arm_no_targets.title": "Нет целей", - "create.hint.mechanical_arm_no_targets": "Кажется, эта _механическая рука_ не имеет никаких целей. Выберите _ремни_, _депо_, _воронки_, или другие блоки, с помощью _ПКМ_, держа _механическую руку_.", - "create.hint.empty_bearing.title": "Обновить подшипник", - "create.hint.empty_bearing": "Кликните _ПКМ_ по подшипнику _пустой рукой_, чтобы _присоединить_ к нему структуру, которую вы построили перед ним.", - "create.hint.full_deployer.title": "Переполнение автономного активатора", - "create.hint.full_deployer": "Похоже, что этот _автономный активатор_ содержит _лишние предметы_, которые необходимо _извлечь_. Используйте _воронку_ или _другие способы_, чтобы освободить его от переполнения.", - - "create.backtank.low": "Низкое давление в баллоне!", - "create.backtank.depleted": "Давление в баллоне исчерпано!", - - "create.hint.derailed_train.title": "Железнодорожная авария", - "create.hint.derailed_train": "Похоже, что этот _поезд_ сошёл с путей. Кликните _ПКМ_ _гаечным ключом_, чтобы заново установить его на ближайшие пути.", - - "create.boiler.status": "Статус котла: %1$s", - "create.boiler.status_short": "Котёл: %1$s", - "create.boiler.passive": "Нач.", - "create.boiler.idle": "Выкл", - "create.boiler.lvl": "%1$s ур.", - "create.boiler.max_lvl": "Макс.", - "create.boiler.size": "Объём", - "create.boiler.size_dots": "....... ", - "create.boiler.water": "Вода", - "create.boiler.water_dots": ".......... ", - "create.boiler.heat": "Нагрев", - "create.boiler.heat_dots": "..... ", - "create.boiler.via_one_engine": "с помощью 1 двигателя", - "create.boiler.via_engines": "с помощью %1$s двигателей", - - "create.gui.schedule.lmb_edit": "ЛКМ для редактирования", - "create.gui.schedule.rmb_remove": "ПКМ для удаления", - "create.gui.schedule.duplicate": "Дублировать", - "create.gui.schedule.remove_entry": "Удалить инструкцию", - "create.gui.schedule.add_entry": "Добавить инструкцию", - "create.gui.schedule.move_up": "Переместить выше", - "create.gui.schedule.move_down": "Переместить ниже", - "create.gui.schedule.add_condition": "Добавить условие", - "create.gui.schedule.alternative_condition": "Альтернативное условие", - - "create.schedule.instruction_type": "Следующая инструкция:", - "create.schedule.instruction.editor": "Редактор инструкций", - "create.schedule.instruction.destination": "Следовать до станции", - "create.schedule.instruction.destination.summary": "Следовать до станции:", - "create.schedule.instruction.filter_edit_box": "Название станции", - "create.schedule.instruction.filter_edit_box_1": "Используйте * в качестве текстового подстановочного знака", - "create.schedule.instruction.filter_edit_box_2": "Пример: «Моя Станция, платформа *»", - "create.schedule.instruction.filter_edit_box_3": "Поезд выберет наименьшее совпадение", - "create.schedule.instruction.rename": "Сменить имя расписания", - "create.schedule.instruction.rename.summary": "Новое название:", - "create.schedule.instruction.name_edit_box": "Название расписания", - "create.schedule.instruction.name_edit_box_1": "Влияет на текст, отображаемый на табло", - "create.schedule.instruction.name_edit_box_2": "По умолчанию используется имя следующего отправления", - "create.schedule.instruction.throttle": "Изменить тягу", - "create.schedule.instruction.throttle.summary": "Изменить тягу до %1$s", - "create.schedule.instruction.throttle_edit_box": "Тяга", - "create.schedule.instruction.throttle_edit_box_1": "Влияет на максимальную скорость поезда", - "create.schedule.condition_type": "Продолжить, если/после:", - "create.schedule.condition.editor": "Редактор условий", - "create.schedule.condition.delay": "Пауза расписания", - "create.schedule.condition.delay_short": "Ожидание: %1$s", - "create.schedule.condition.delay.status": "До отправления %1$s", - "create.schedule.condition.idle": "Неизменение груза", - "create.schedule.condition.idle_short": "Простой груза: %1$s", - "create.schedule.condition.idle.status": "Простой груза: %1$s", - "create.schedule.condition.for_x_time": "в течение %1$s", - "create.schedule.condition.unloaded": "Чанк выгружен", - "create.schedule.condition.unloaded.status": "Ожидание выгрузки чанка", - "create.schedule.condition.powered": "Станция запитана", - "create.schedule.condition.powered.status": "Станция ожидает сигнал", - "create.schedule.condition.time_of_day": "Время суток", - "create.schedule.condition.time_of_day.scheduled": "Отправление в %1$s", - "create.schedule.condition.time_of_day.digital_format": "%1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "Интервал движения", - "create.schedule.condition.time_of_day.rotation.every_24": "Ежедневно", - "create.schedule.condition.time_of_day.rotation.every_12": "Каждые 12ч", - "create.schedule.condition.time_of_day.rotation.every_6": "Каждые 6ч", - "create.schedule.condition.time_of_day.rotation.every_4": "Каждые 4ч", - "create.schedule.condition.time_of_day.rotation.every_3": "Каждые 3ч", - "create.schedule.condition.time_of_day.rotation.every_2": "Каждые 2ч", - "create.schedule.condition.time_of_day.rotation.every_1": "Каждый час", - "create.schedule.condition.time_of_day.rotation.every_0_45": "Каждые 45м", - "create.schedule.condition.time_of_day.rotation.every_0_30": "Каждые 30м", - "create.schedule.condition.time_of_day.rotation.every_0_15": "Каждые 15м", - "create.schedule.condition.time_of_day.status": "Отправление в ", - "create.schedule.condition.threshold.train_holds": "Поезд содержит %1$s", - "create.schedule.condition.threshold.greater": "больше, чем", - "create.schedule.condition.threshold.less": "меньше, чем", - "create.schedule.condition.threshold.equal": "точно", - "create.schedule.condition.threshold.x_units_of_item": "%1$s %2$s (%3$s)", - "create.schedule.condition.threshold.matching_content": "Определённое содержимое", - "create.schedule.condition.threshold.anything": "Что угодно", - "create.schedule.condition.threshold.item_measure": "Количество предметов", - "create.schedule.condition.threshold.items": "штук", - "create.schedule.condition.threshold.stacks": "стаков", - "create.schedule.condition.threshold.buckets": "вёдер", - "create.schedule.condition.threshold.status": "Груз: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "Эталонный предмет", - "create.schedule.condition.threshold.place_item_2": "Можно использовать фильтры", - "create.schedule.condition.threshold.place_item_3": "Оставьте пустым, чтобы выбрать все предметы или жидкости", - "create.schedule.condition.fluid_threshold": "Состояние жидкого груза", - "create.schedule.condition.item_threshold": "Состояние груза", - "create.schedule.condition.redstone_link": "Беспроводной сигнал", - "create.schedule.condition.redstone_link.status": "Поезд ожидает сигнал", - "create.schedule.condition.redstone_link_on": "Сигнал включён", - "create.schedule.condition.redstone_link_off": "Сигнал выключен", - "create.schedule.condition.redstone_link.powered": "Включёна", - "create.schedule.condition.redstone_link.unpowered": "Выключена", - "create.schedule.condition.redstone_link.frequency_state": "Состояние частоты:", - "create.schedule.condition.redstone_link.frequency_powered": "Частота включена:", - "create.schedule.condition.redstone_link.frequency_unpowered": "Частота выключена:", - "create.schedule.condition.player_count": "Посадка пассажиров", - "create.schedule.condition.player_count.summary": "%1$s игрок", - "create.schedule.condition.player_count.summary_plural": "%1$s игрока(ов)", - "create.schedule.condition.player_count.seated": "%1$s сидит(ят)", - "create.schedule.condition.player_count.players": "Количество игроков", - "create.schedule.condition.player_count.condition": "Условие посадки", - "create.schedule.condition.player_count.exactly": "Точно", - "create.schedule.condition.player_count.or_above": "Больше", - "create.schedule.condition.player_count.status": "Пассажиров: %1$s/%2$s", - "create.schedule.loop": "Повторять расписание", - "create.schedule.loop1": "Начинать расписание сначала,", - "create.schedule.loop2": "после завершения", - "create.schedule.reset": "Начать расписание сначала", - "create.schedule.skip": "Пропустить текущий шаг расписания", - "create.schedule.applied_to_train": "Теперь поезд следует по этому расписанию", - "create.schedule.non_controlling_seat": "Машинист должен сидеть перед блоком управления", - "create.schedule.remove_with_empty_hand": "Отзовите текущее расписание пустой рукой", - "create.schedule.auto_removed_from_train": "Автоматическое расписание отозвано", - "create.schedule.removed_from_train": "Расписание отозвано от машиниста", - "create.schedule.no_stops": "В этом расписании нет остановок", - "create.schedule.continued": "Расписание возобновлено", - - "create.track.selection_cleared": "Выбор отменён", - "create.track.valid_connection": "Можно соединить ✔", - "create.track.second_point": "Разместите пути на горизонтальной поверхности или выберите другие", - "create.track.too_far": "Слишком далеко...", - "create.track.original_missing": "Выбранные пути разрушены, кликните ПКМ крадучись, чтобы выйти из режима размещения", - "create.track.perpendicular": "Невозможно соединить пути перпендикулярно", - "create.track.ascending_s_curve": "Невозможно создать наклонные S-образные изгибы", - "create.track.too_sharp": "Слишком резкий угол поворота", - "create.track.too_steep": "Слишком крутой склон", - "create.track.slope_turn": "Невозможно сделать склон на повороте", - "create.track.opposing_slopes": "Невозможно соединить противоположные склоны", - "create.track.leave_slope_ascending": "Нельзя покидать этот склон при подъеме", - "create.track.leave_slope_descending": "Нельзя покидать этот склон при спуске", - "create.track.turn_90": "Можно поворачивать только на 90 градусов", - "create.track.junction_start": "Нельзя начинать соединение со стыка путей", - "create.track.turn_start": "Нельзя начинать соединение с поворота", - "create.track.not_enough_tracks": "Не хватает путей", - "create.track.not_enough_pavement": "Не хватает поддерживающих блоков", - - "create.portal_track.failed": "Невозможно разместить портальные пути:", - "create.portal_track.missing": "Целевой портал ещё не сгенерирован", - "create.portal_track.blocked": "Целевое местоположение заблокировано (%1$s,%2$s,%3$s)", - - "create.station.idle": "Станция в ожидании", - "create.station.assembly_title": "Сборка поезда", - "create.station.close": "Закрыть окно", - "create.station.cancel": "Отменить сборку", - "create.station.failed": "Ошибка при сборке", - "create.station.icon_type": "Тип значка", - "create.station.create_train": "Создать новый поезд", - "create.station.assemble_train": "Собрать поезд", - "create.station.disassemble_train": "Разобрать поезд", - "create.station.remove_schedule": "Отозвать расписание", - "create.station.remove_auto_schedule": "Отозвать автоматическое расписание", - "create.station.no_assembly_diagonal": "Нельзя работать с поездами", - "create.station.no_assembly_diagonal_1": "на пересечении путей", - "create.station.no_assembly_curve": "Нельзя работать с поездами", - "create.station.no_assembly_curve_1": "на изогнутых путях.", - "create.station.train_not_aligned": "Невозможно разобрать, не все", - "create.station.train_not_aligned_1": "вагонные тележки были выровнены.", - "create.station.carriage_number": "Вагон № %1$s:", - "create.station.retry": "Исправьте это и повторите попытку.", - "create.station.no_bogeys": "Нет вагонных тележек", - "create.station.one_bogey": "1 вагонная тележка", - "create.station.more_bogeys": "%1$s вагонных(ые) тележек(ки)", - "create.station.how_to": "Кликните ж/д корпусом по выделенным путям, чтобы создать тележку.", - "create.station.how_to_1": "Тележку можно убрать, сломав блок над ней.", - "create.station.how_to_2": "Один вагон может иметь до двух тележек.", - - "create.train_assembly.too_many_bogeys": "Слишком много вагонных тележек прицеплено: %1$s шт.", - "create.train_assembly.frontmost_bogey_at_station": "Первая вагонная тележка должна быть на указателе станции.", - "create.train_assembly.no_bogeys": "Вагонные тележки не найдены.", - "create.train_assembly.not_connected_in_order": "Вагонные тележки соединены не по порядку.", - "create.train_assembly.bogeys_too_close": "Вагонные тележки %1$s и %2$s слишком близко друг к другу.", - "create.train_assembly.single_bogey_carriage": "Эта вагонная тележка не может поддерживать вагон самостоятельно.", - "create.train_assembly.nothing_attached": "Структура не склеена с вагонной тележкой № %1$s.", - "create.train_assembly.no_controls": "В поезде должен быть установлен как минимум один контроллер, обращённый вперёд.", - "create.train_assembly.sideways_controls": "Контроллер поезда направлен не вперёд.", - "create.train_assembly.bogey_created": "Тележка создана. Кликните ещё раз, чтобы изменить её вид", - "create.train_assembly.requires_casing": "Используйте ж/д корпус для создания вагонных тележек на путях", - - "create.track_target.set": "Пути выбраны", - "create.track_target.success": "Компонент привязан к выбранным путям", - "create.track_target.clear": "Выбор путей отменён", - "create.track_target.missing": "Сначала выберите пути, кликнув ПКМ по ним", - "create.track_target.too_far": "Установите компонент ближе к путям...", - "create.track_target.no_junctions": "Невозможно установить маркер станции на перекрёстке", - "create.track_target.occupied": "Выбранные пути заняты", - "create.track_target.invalid": "Невозможно выбрать эти пути", - - "create.train.unnamed": "Безымянный поезд", - "create.train.cannot_relocate_moving": "Невозможно переместить движущийся поезд", - "create.train.relocate": "Кликните по путям, чтобы переместить %1$s. ПКМ крадучись для отмены", - "create.train.relocate.abort": "Перенос отменён", - "create.train.relocate.success": "Успешно перенесён", - "create.train.relocate.valid": "Можно переместить сюда, кликните ПКМ для подтверждения", - "create.train.relocate.invalid": "Невозможно переместить поезд сюда", - "create.train.relocate.too_far": "Невозможно переместить поезд так далеко...", - "create.train.departing_from": "Отправился от %1$s", - "create.train.arrived_at": "Прибыл на %1$s", - "create.train.status": " Информация о поезде: %1$s", - "create.train.status.back_on_track": "Поезд снова на ходу", - "create.train.status.collision": "Авария с другим поездом", - "create.train.status.end_of_track": "Поезд достиг конца путей", - "create.train.status.double_portal": "Поезд не может войти в портал, покидая другой", - "create.train.status.coupling_stress": "Аварийная остановка из-за нагрузки на сцепление вагонов", - "create.train.status.track_missing": "Под поездом нет путей", - "create.train.status.paused_for_manual": "Расписание приостановлено для ручного управления", - "create.train.status.opposite_driver": "Путь требует, чтобы машинист смотрел в противоположное направление", - "create.train.status.missing_driver": "Машинист пропал", - "create.train.status.found_driver": "Найден новый машинист", - "create.train.status.navigation_success": "Движение успешно восстановлено", - "create.train.status.no_match": "Станция «%1$s» не найдена", - "create.train.status.no_path": "Не удалось найти подходящий путь к следующему запланированному пункту назначения", - - "create.track_signal.cannot_change_mode": "Невозможно переключить режим этого светофора", - "create.track_signal.mode_change.entry_signal": "-> Разрешить проезд, если сегмент свободен", - "create.track_signal.mode_change.cross_signal": "-> Разрешить проезд, если сегмент можно пройти без остановок", - - "create.contraption.controls.start_controlling": "Под управлением: %1$s", - "create.contraption.controls.stop_controlling": "Выход из режима управления", - "create.contraption.controls.approach_station": "Зажмите %1$s для прибытия на %2$s", - - "create.display_link.set": "Выбрана целевая позиция", - "create.display_link.success": "Успешно привязан к целевой позиции", - "create.display_link.clear": "Выбор целевой позиции отменён", - "create.display_link.too_far": "Целевая позиция слишком далеко...", - "create.display_link.invalid": "Передатчик не имеет выбранной цели, привяжите его и попробуйте ещё раз", - "create.display_link.title": "Передатчик информации", - "create.display_link.no_source": "Нет информации", - "create.display_link.no_target": "Нельзя визуализировать", - "create.display_link.reading_from": "Считывать из:", - "create.display_link.writing_to": "Отправлять в:", - "create.display_link.attached_side": "Блок, к которому прикреплён", - "create.display_link.targeted_location": "Блок, куда присылает информацию", - "create.display_link.view_compatible": "Кликните, чтобы увидеть все совместимые блоки", - "create.display_link.information_type": "Тип информации", - "create.display_link.display_on": "Местоположение визуализации:", - "create.display_link.display_on_multiline": "Местоположение визуализации:", - - "create.display_source.label": "Добавочная надпись", - "create.display_source.combine_item_names": "Названия предметов", - "create.display_source.count_items": "Количество предметов", - "create.display_source.list_items": "Список предметов", - "create.display_source.fluid_amount": "Объём жидкостей", - "create.display_source.list_fluids": "Список жидкостей", - "create.display_source.nixie_tube": "Скопировать значение", - "create.display_source.fill_level": "Уровень заполнения", - "create.display_source.fill_level.display": "Формат отображения", - "create.display_source.fill_level.percent": "Процент", - "create.display_source.fill_level.progress_bar": "Полоса прогресса", - "create.display_source.value_list.display": "Отображение значения", - "create.display_source.value_list.shortened": "Сокращённо", - "create.display_source.value_list.full_number": "Полностью", - "create.display_source.value_list.thousand": "т", - "create.display_source.value_list.million": "М", - "create.display_source.player_deaths": "Смерти игрока", - "create.display_source.scoreboard": "Скорборд", - "create.display_source.scoreboard.objective": "Название скорборда", - "create.display_source.scoreboard.objective_not_found": "«%1$s» не найден", - "create.display_source.scoreboard.objective.deaths": "Смерти игрока", - "create.display_source.time_of_day": "Время суток", - "create.display_source.stop_watch": "Секундомер", - "create.display_source.time.format": "Формат времени", - "create.display_source.time.12_hour": "12 часов", - "create.display_source.time.24_hour": "24 часа", - "create.display_source.accumulate_items": "Счётчик предметов", - "create.display_source.item_throughput": "Производительность", - "create.display_source.item_throughput.interval": "Интервал", - "create.display_source.item_throughput.interval.second": "в секунду", - "create.display_source.item_throughput.interval.minute": "в минуту", - "create.display_source.item_throughput.interval.hour": "в час", - "create.display_source.train_status": "Статус расписания", - "create.display_source.station_summary": "Сводка станции", - "create.display_source.station_summary.filter": "Фильтр названия станции", - "create.display_source.station_summary.train_name_column": "Ширина столбца «Поезд»", - "create.display_source.station_summary.platform_column": "Ширина столбца «Платформа»", - "create.display_source.station_summary.now": "отп", - "create.display_source.station_summary.minutes": " мин", - "create.display_source.station_summary.seconds": "%1$sс", - "create.display_source.observed_train_name": "Название поезда", - "create.display_source.max_enchant_level": "Уровень чар", - "create.display_source.boiler_status": "Статус котла", - "create.display_source.entity_name": "Имя существа", - "create.display_source.kinetic_speed": "Обороты в минуту", - "create.display_source.kinetic_speed.absolute": "Без направления", - "create.display_source.kinetic_speed.directional": "С направлением", - "create.display_source.kinetic_stress": "Стресс сети", - "create.display_source.kinetic_stress.display": "Отображаемая информация", - "create.display_source.kinetic_stress.progress_bar": "Полоса прогресса", - "create.display_source.kinetic_stress.percent": "Процент нагрузки", - "create.display_source.kinetic_stress.current": "Нагрузка в ЕН", - "create.display_source.kinetic_stress.max": "Общая ёмкость", - "create.display_source.kinetic_stress.remaining": "Осталось ЕН", - "create.display_source.redstone_power": "Редстоун-сигнал", - "create.display_source.redstone_power.display": "Формат отображения", - "create.display_source.redstone_power.number": "Число", - "create.display_source.redstone_power.progress_bar": "Полоса прогресса", - "create.display_source.boiler.not_enough_space": "нет места", - "create.display_source.boiler.for_boiler_status": "для текста", - - "create.display_target.line": "%1$s строка", - "create.display_target.page": "%1$s страница", - "create.display_target.single_line": "Одна строка", - - "create.flap_display.cycles.alphabet": " ;А;Б;В;Г;Д;Е;Ё;Ж;З;И;Й;К;Л;М;Н;О;П;Р;С;Т;У;Ф;Х;Ц;Ч;Ш;Щ;Ъ;Ы;Ь;Э;Ю;Я", - "create.flap_display.cycles.numeric": " ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": " ; мин;отп;15с;30с;45с", - "create.flap_display.cycles.shortened_numbers": " ;Т;М", - "create.flap_display.cycles.fluid_units": "мВ;В ", - "create.flap_display.cycles.instant": " ; ", - "create.flap_display.cycles.pixel": "█;▓;▒", - - "create.super_glue.too_far": "Выбранная область слишком большая", - "create.super_glue.cannot_reach": "Выбранные блоки должны быть соединены", - "create.super_glue.click_to_confirm": "Кликните ещё раз, чтобы подтвердить", - "create.super_glue.click_to_discard": "Кликните ПКМ крадучись, чтобы отменить выбор", - "create.super_glue.first_pos": "Выбрана первая позиция", - "create.super_glue.abort": "Выбор отменён", - "create.super_glue.not_enough": "Мало клея...", - "create.super_glue.success": "Нанесение клея...", - - "create.gui.config.overlay1": "Здравствуй! :)", - "create.gui.config.overlay2": "Это образец оверлея", - "create.gui.config.overlay3": "Кликните и тащите с помощью мыши,", - "create.gui.config.overlay4": "чтобы переместить его", - "create.gui.config.overlay5": "Нажмите ESC чтобы выйти", - "create.gui.config.overlay6": "и сохранить новую позицию", - "create.gui.config.overlay7": "Введите /create overlay reset ,", - "create.gui.config.overlay8": "чтобы сбросить позицию до стандартной", - - "create.command.killTPSCommand": "killtps", - "create.command.killTPSCommand.status.slowed_by.0": "[Create]: TPS сервера в настоящее время замедлен на %s мс :o", - "create.command.killTPSCommand.status.slowed_by.1": "[Create]: TPS сервера теперь замедлен на %s мс >:)", - "create.command.killTPSCommand.status.slowed_by.2": "[Create]: TPS сервера вернулся в норму :D", - "create.command.killTPSCommand.status.usage.0": "[Create]: используйте /killtps stop , чтобы вернуть TPS сервера на обычную скорость", - "create.command.killTPSCommand.status.usage.1": "[Create]: используйте /killtps start <Время тика>, чтобы искусственно замедлить TPS сервера", - "create.command.killTPSCommand.argument.tickTime": "Время тика", - - "create.contraption.minecart_contraption_too_big": "Эта вагонеточная штуковина кажется слишком большой, чтобы её можно было поднять", - "create.contraption.minecart_contraption_illegal_pickup": "Мистическая сила связывает эту вагонеточную штуковину с этим миром", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "Штуковина разбирается", - "create.subtitle.peculiar_bell_use": "Особенный колокол звонит", - "create.subtitle.worldshaper_place": "Ручной редактор мира работает", - "create.subtitle.whistle_train_manual": "Поезд гудит", - "create.subtitle.steam": "Шум пара", - "create.subtitle.saw_activate_stone": "Механическая пила работает", - "create.subtitle.schematicannon_finish": "Схематичная пушка закончила работу", - "create.subtitle.crafter_craft": "Крафтер создал предмет", - "create.subtitle.wrench_remove": "Разобран компонент", - "create.subtitle.train3": "Приглушённый грохот колёс", - "create.subtitle.whistle": "Свист", - "create.subtitle.cogs": "Шестерни грохочут", - "create.subtitle.slime_added": "Намазывание слизи", - "create.subtitle.whistle_train_low": "Низкое гудение поезда", - "create.subtitle.schematicannon_launch_block": "Схематичная пушка строит", - "create.subtitle.controller_take": "Кафедра опустошается", - "create.subtitle.crafter_click": "Крафтер работает", - "create.subtitle.depot_plop": "Предмет упал на депо", - "create.subtitle.confirm": "Утвердительный «Динь»", - "create.subtitle.mixing": "Смешивание", - "create.subtitle.mechanical_press_activation_belt": "Механический пресс работает", - "create.subtitle.fwoomp": "Картофельная пушка стреляет", - "create.subtitle.sanding_long": "Звук полировки", - "create.subtitle.crushing_1": "Шум дробления", - "create.subtitle.depot_slide": "Шелест предметов", - "create.subtitle.blaze_munch": "Всполох радостно жуёт", - "create.subtitle.funnel_flap": "Занавески воронок хлопают", - "create.subtitle.haunted_bell_use": "Призрачный колокол звонит", - "create.subtitle.scroll_value": "Щелчки прокрутки", - "create.subtitle.controller_put": "Контроллер положен", - "create.subtitle.cranking": "Рукоятка крутится", - "create.subtitle.sanding_short": "Звук полировки", - "create.subtitle.wrench_rotate": "Использован гаечный ключ", - "create.subtitle.potato_hit": "Еда врезается", - "create.subtitle.saw_activate_wood": "Механическая пила работает", - "create.subtitle.whistle_high": "Высокий свист", - "create.subtitle.whistle_train_manual_low": "Низкое гудение поезда", - "create.subtitle.whistle_train": "Гудение поезда", - "create.subtitle.haunted_bell_convert": "Призрачный колокол пробудился", - "create.subtitle.train": "Грохот колёс поезда", - "create.subtitle.deny": "Отрицательный «Буп»", - "create.subtitle.controller_click": "Клики контроллера", - "create.subtitle.whistle_low": "Низкий свист", - "create.subtitle.copper_armor_equip": "Позвякивание снаряжения для дайвинга", - "create.subtitle.mechanical_press_activation": "Механический пресс работает", - "create.subtitle.contraption_assemble": "Штуковина собирается", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", - "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", - "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", - "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", - "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", - "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", - "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", - "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", - - "block.create.wooden_bracket.tooltip": "Деревянная скоба", - "block.create.wooden_bracket.tooltip.summary": "_Украсьте_ ваши _Валы_ , _Шестерни_ и _Трубы_, используя уютное деревянное укрепление.", - - "block.create.metal_bracket.tooltip": "Металлическая скоба", - "block.create.metal_bracket.tooltip.summary": "_Украсьте_ ваши _Валы, Шестерни_ и _Трубы_, используя прочное индустриальное укрепление.", - - "block.create.seat.tooltip": "СИДЕНЬЕ", - "block.create.seat.tooltip.summary": "Присядьте и насладитесь поездкой! Привязывает игроков к собранным _устройствам_. Выглядит как отличная простая мебель! Можно окрасить в разные цвета.", - "block.create.seat.tooltip.condition1": "ПКМ по сиденью", - "block.create.seat.tooltip.behaviour1": "Сажает игрока на _Сиденье_. Нажмите _кнопку_ _приседания_, чтобы слезть (Shift по умолчанию).", - - "item.create.blaze_cake.tooltip": "ТОРТ ВСПОЛОХА", - "item.create.blaze_cake.tooltip.summary": "Вкусное угощения для вашей трудяги — _Горелки всполоха_. Зажигает их всех!", - - "item.create.wand_of_symmetry.tooltip": "ЖЕЗЛ СИММЕТРИИ", - "item.create.wand_of_symmetry.tooltip.summary": "Идеально отражает размещаемые блоки по настроенным плоскостям.", - "item.create.wand_of_symmetry.tooltip.condition1": "Пока на панели быстрого доступа", - "item.create.wand_of_symmetry.tooltip.behaviour1": "Остаётся активным и отражает блоки.", - "item.create.wand_of_symmetry.tooltip.control1": "ПКМ по блоку", - "item.create.wand_of_symmetry.tooltip.action1": "_Создаёт_ или _перемещает_ зеркало.", - "item.create.wand_of_symmetry.tooltip.control2": "ПКМ в воздух", - "item.create.wand_of_symmetry.tooltip.action2": "_Убирает_ зеркало.", - "item.create.wand_of_symmetry.tooltip.control3": "ПКМ крадучись", - "item.create.wand_of_symmetry.tooltip.action3": "Открывает _интерфейс_ _конфигурации_.", - - "item.create.handheld_worldshaper.tooltip": "РУЧНОЙ РЕДАКТОР МИРА", - "item.create.handheld_worldshaper.tooltip.summary": "Удобный инструмент для создания _ландшафтов_ и _рельефа_ _местности_.", - "item.create.handheld_worldshaper.tooltip.control1": "ЛКМ на блок", - "item.create.handheld_worldshaper.tooltip.action1": "_Выбирает блок_ как эталонный.", - "item.create.handheld_worldshaper.tooltip.control2": "ПКМ на блок", - "item.create.handheld_worldshaper.tooltip.action2": "Редактирует блоки, _создаёт или убирает_ блоки _согласно эталонному блоку_, _кисти и инструменту_.", - "item.create.handheld_worldshaper.tooltip.control3": "ПКМ крадучись", - "item.create.handheld_worldshaper.tooltip.action3": "Открывает _интерфейс конфигурации_.", - - "item.create.tree_fertilizer.tooltip": "УДОБРЕНИЕ ДЛЯ ДЕРЕВЬЕВ", - "item.create.tree_fertilizer.tooltip.summary": "Мощная комбинация минералов подходит для ускорения роста деревьев.", - "item.create.tree_fertilizer.tooltip.condition1": "ПКМ с предметом по саженцу", - "item.create.tree_fertilizer.tooltip.behaviour1": "Выращивает деревья, _независимо_ от _условий_ _их_ _расположения_.", - - "item.create.extendo_grip.tooltip": "УДЛИНЕННАЯ РУКА", - "item.create.extendo_grip.tooltip.summary": "Значительно _увеличивает_ _досягаемость_ владельца.", - "item.create.extendo_grip.tooltip.condition1": "Находясь в левой руке", - "item.create.extendo_grip.tooltip.behaviour1": "Увеличивает _расстояние_ _досягаемости_ предметов, используемых в _правой_ _руке_.", - "item.create.extendo_grip.tooltip.condition2": "Когда надет Медный баллон", - "item.create.extendo_grip.tooltip.behaviour2": "_Не_ тратится _прочность_. Вместо этого будет тратиться _воздух_ из Баллона.", - - "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": "_Управляет выходами_ и _входами_ логистических устройств с _большей точностью_, _сопоставляя_ их со _списком предметов_ или несколькими _вложенными фильтрами_.", - "item.create.filter.tooltip.condition1": "Когда в слоте фильтра", - "item.create.filter.tooltip.behaviour1": "_Управляет_ потоком предметов в соответствии с его _конфигурацией_.", - "item.create.filter.tooltip.condition2": "ПКМ с предметом", - "item.create.filter.tooltip.behaviour2": "Открывает _интерфейс_ _конфигурации_.", - - "item.create.attribute_filter.tooltip": "ФИЛЬТР АТРИБУТОВ", - "item.create.attribute_filter.tooltip.summary": "_Управляет выходами_ и _входами_ логистических устройств с _большей точностью_, сопоставляя их с набором _атрибутов_ и _категорий предметов_.", - "item.create.attribute_filter.tooltip.condition1": "Когда в слоте фильтра", - "item.create.attribute_filter.tooltip.behaviour1": "_Управляет_ потоком предметов в соответствии с его _конфигурацией_.", - "item.create.attribute_filter.tooltip.condition2": "ПКМ с предметом", - "item.create.attribute_filter.tooltip.behaviour2": "Открывает _интерфейс_ _конфигурации_.", - - "item.create.empty_schematic.tooltip": "ПУСТАЯ СХЕМАТИКА", - "item.create.empty_schematic.tooltip.summary": "Используется в качестве ингредиента рецепта и для записи в _Схематичный столе_.", - - "item.create.schematic.tooltip": "СХЕМАТИКА", - "item.create.schematic.tooltip.summary": "Содержит структуру, которая может позиционироваться и помещаться в мир. Расположите голограмму по своему усмотрению и используйте _Схематичную пушку_ для её построения.", - "item.create.schematic.tooltip.condition1": "ПКМ с предметом", - "item.create.schematic.tooltip.behaviour1": "Может быть позиционирован с помощью инструментов на экране.", - "item.create.schematic.tooltip.control1": "ПКМ крадучись", - "item.create.schematic.tooltip.action1": "Открывает _интерфейс_ для ввода _точных координат_.", - - "item.create.schematic_and_quill.tooltip": "СХЕМАТИКА И ПЕРО", - "item.create.schematic_and_quill.tooltip.summary": "Используется для сохранения структуры в вашем мире в файл формата .nbt.", - "item.create.schematic_and_quill.tooltip.condition1": "Шаг 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "Выберите две угловые точки, используя ПКМ.", - "item.create.schematic_and_quill.tooltip.condition2": "Шаг 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl_ и _Прокрутка_ по проекции для изменения размера. Кликните ПКМ, чтобы сохранить.", - "item.create.schematic_and_quill.tooltip.control1": "ПКМ с предметом", - "item.create.schematic_and_quill.tooltip.action1": "Выбирает угловые точки/подтверждает сохранение.", - "item.create.schematic_and_quill.tooltip.control2": "Ctrl с предметом", - "item.create.schematic_and_quill.tooltip.action2": "Позволяет выбрать угловые точки в воздухе. Прокрутка для настройки расстояния.", - "item.create.schematic_and_quill.tooltip.control3": "ПКМ крадучись", - "item.create.schematic_and_quill.tooltip.action3": "_Сбрасывает_ и _удаляет_ выделение.", - - "block.create.schematicannon.tooltip": "СХЕМАТИЧНАЯ ПУШКА", - "block.create.schematicannon.tooltip.summary": "_Ставит блоки_ для воссоздания _схематики_ в мире. Использует предметы из _соседнего инвентаря_ и _порох_ в качестве _топлива_.", - "block.create.schematicannon.tooltip.condition1": "ПКМ по блоку", - "block.create.schematicannon.tooltip.behaviour1": "Открывает _интерфейс_.", - - "block.create.schematic_table.tooltip": "СХЕМАТИЧНЫЙ СТОЛ", - "block.create.schematic_table.tooltip.summary": "Записывает сохраненные схематики в _Пустые_ _схематики_.", - "block.create.schematic_table.tooltip.condition1": "Когда дана Пустая схематика", - "block.create.schematic_table.tooltip.behaviour1": "Загружает выбранный файл из вашей папки «Schematics».", - - "item.create.goggles.tooltip": "ИНЖЕНЕРНЫЕ ОЧКИ", - "item.create.goggles.tooltip.summary": "Очки для улучшения зрения с помощью полезной кинетической информации.", - "item.create.goggles.tooltip.condition1": "Когда надеты", - "item.create.goggles.tooltip.behaviour1": "Показывает _цветные индикаторы_, соответствующие _уровню_ _скорости_ размещённого кинетического компонента, а также _создаваемой нагрузки_ и _оставшейся ёмкости_ отдельных компонентов.", - "item.create.goggles.tooltip.condition2": "При взгляде на датчик", - "item.create.goggles.tooltip.behaviour2": "Показывает подробную информацию о скорости или нагрузки сети, к которой подключён датчик.", - "item.create.goggles.tooltip.condition3": "При взгляде на жидкостные контейнеры", - "item.create.goggles.tooltip.behaviour3": "Показывает детализированную информацию о _ёмкости_ блока и о хранящейся в нём _жидкости_.", - - "item.create.wrench.tooltip": "ГАЕЧНЫЙ КЛЮЧ", - "item.create.wrench.tooltip.summary": "Полезный _инструмент_ для работы с _кинетическими_ штуковинами. Может использоваться для _поворота_, _демонтажа_ и _настройки_ компонентов.", - "item.create.wrench.tooltip.control1": "ПКМ по кинетическому блоку", - "item.create.wrench.tooltip.action1": "_Поворачивает компонент_, с которым вы взаимодействуете _к лицу_ или _от лица_.", - "item.create.wrench.tooltip.control2": "ПКМ крадучись", - "item.create.wrench.tooltip.action2": "Разбирает кинетические компоненты и помещает их обратно в ваш инвентарь.", - - "block.create.nozzle.tooltip": "ФОРСУНКА", - "block.create.nozzle.tooltip.summary": "Прикрепите к передней части _Вентилятора_, чтобы распределить его влияние на существ _во всех направлениях_.", - - "block.create.cuckoo_clock.tooltip": "ЧАСЫ С КУКУШКОЙ", - "block.create.cuckoo_clock.tooltip.summary": "Прекрасная _вещица_ для _украшения_ пространства и _отслеживания времени_.", - "block.create.cuckoo_clock.tooltip.condition1": "При вращении", - "block.create.cuckoo_clock.tooltip.behaviour1": "Показывают текущее время и напевает мелодию два раза в день. _Активируется_ _один_ _раз_ в _полдень_ и в _сумерках_, как только _игроки_ _могут_ _спать_.", - - "block.create.turntable.tooltip": "ПОВОРОТНЫЙ СТОЛ", - "block.create.turntable.tooltip.summary": "Преобразует _силу_ _вращения_ прямиком в морскую болезнь.", - - "block.create.toolbox.tooltip": "ЯЩИК ДЛЯ ИНСТРУМЕНТОВ", - "block.create.toolbox.tooltip.summary": "Самый дорогой компаньон каждого изобретателя. Удобно _вмещает_ большое количество _восьми различных_ типов предметов.", - "block.create.toolbox.tooltip.condition1": "ЛКМ по блоку", - "block.create.toolbox.tooltip.behaviour1": "_Сохраняет_ _содержимое_ и складывается в инвентарь игрока.", - "block.create.toolbox.tooltip.condition2": "Alt в диапазоне досягаемости", - "block.create.toolbox.tooltip.behaviour2": "Позволяет _получить быстрый доступ_ к содержимому _Ящика для инструментов_.", - "block.create.toolbox.tooltip.condition3": "ПКМ по блоку", - "block.create.toolbox.tooltip.behaviour3": "Открывает _интерфейс контейнера_.", - - "block.create.stockpile_switch.tooltip": "НАБЛЮДАТЕЛЬ ЗАПОЛНЕННОСТИ", - "block.create.stockpile_switch.tooltip.summary": "Выдаёт редстоун-сигнал в зависимости от _заполненности прикреплённого_ _ящика_.", - "block.create.stockpile_switch.tooltip.condition1": "Когда достигнут нижний предел", - "block.create.stockpile_switch.tooltip.behaviour1": "Не выдаёт _редстоун-сигнал_.", - - "block.create.content_observer.tooltip": "НАБЛЮДАТЕЛЬ СОДЕРЖИМОГО", - "block.create.content_observer.tooltip.summary": "_Обнаруживает предметы внутри _контейнеров_ и на _конвейерах_, соответствующие настроенному _фильтру_. Если наблюдаемый блок-хранилище, конвейер или шкиф содержит совпадающий предмет, этот компонент излучает редстоун-сигнал. Когда наблюдаемая _воронка передает_ соответствующий предмет, этот компонент испускает _редстоун-импульс_.", - "block.create.content_observer.tooltip.condition1": "Когда наблюдает за контейнером", - "block.create.content_observer.tooltip.behaviour1": "Выдаёт _редстоун-сигнал_, пока наблюдаемое содержимое совпадает с _фильтром_.", - "block.create.content_observer.tooltip.condition2": "Когда наблюдает за воронкой", - "block.create.content_observer.tooltip.behaviour2": "Выдаёт _редстоун-сигнал_, пока содержимое совпадает с _перемещаемым_ предметом.", - - "block.create.creative_crate.tooltip": "ТВОРЧЕСКИЙ ЯЩИК", - "block.create.creative_crate.tooltip.summary": "Это _хранилище_ позволяет _бесконечно дублировать любой предмет_. Установите рядом со Схематичной пушкой, чтобы удалить любые требования к материалам.", - "block.create.creative_crate.tooltip.condition1": "Когда предмет в слоте фильтра", - "block.create.creative_crate.tooltip.behaviour1": "Всё, что извлечено из этого контейнера, обеспечит бесконечную поставку указанного предмета. Предметы, _помещённые_ в этот ящик, будут _уничтожены_.", - - "item.create.creative_blaze_cake.tooltip": "ТВОРЧЕСКИЙ ТОРТ", - "item.create.creative_blaze_cake.tooltip.summary": "Особое угощение для ваших _Горелок всполоха_. После поедания этого торта у Горелки _никогда не закончится топливо_.", - "item.create.creative_blaze_cake.tooltip.condition1": "ПКМ по Горелке всполоха", - "item.create.creative_blaze_cake.tooltip.behaviour1": "_Циклически_ изменяет уровень нагрева.", - - "block.create.controller_rail.tooltip": "КОНТРОЛИРУЮЩИЕ РЕЛЬСЫ", - "block.create.controller_rail.tooltip.summary": "_Всенаправленные запитанные рельсы_, позволяющие провести _точную настройку_ _скорости_ вагонеток.", - "block.create.controller_rail.tooltip.condition1": "Когда подан редстоун-сигнал", - "block.create.controller_rail.tooltip.behaviour1": "_Ускоряет_ или _замедляет прошедшие вагонетки_, на величину зависящую от _силы сигнала_. Распространяя редстоун-сигнал на соседние контролирующие рельсы. Питание двух контролирующих рельс с разной силой приведёт к тому, что дорожки между ними будут интерполировать свой сигнал.", - - "item.create.sand_paper.tooltip": "НАЖДАЧНАЯ БУМАГА", - "item.create.sand_paper.tooltip.summary": "Грубая бумага, которую можно использовать для _полировки материалов_. Может применяться автоматически с помощью Автономного активатора.", - "item.create.sand_paper.tooltip.condition1": "ПКМ с предметом", - "item.create.sand_paper.tooltip.behaviour1": "Полирует предметы во _второй руке_, или лежащие _на полу_, если _смотреть на них_.", - - "item.create.builders_tea.tooltip": "ЧАЙ СТРОИТЕЛЯ", - "item.create.builders_tea.tooltip.summary": "Идеальный напиток для начала дня. _Мотивирует и насыщает_.", - - "item.create.refined_radiance.tooltip": "ИЗЫСКАННОЕ СИЯНИЕ", - "item.create.refined_radiance.tooltip.summary": "Хроматический материал, _добытый из поглощенного света_.", - "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": "Работа в процессе", - "item.create.shadow_steel.tooltip.behaviour1": "Использование этого материала будет доступно в следующем обновлении.", - - "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": "ШЛЕМ ДЛЯ ДАЙВИНГА", - "item.create.diving_helmet.tooltip.summary": "Вместе с _Медным баллоном_, позволяет владельцу _дышать под водой_ в течение длительного времени.", - "item.create.diving_helmet.tooltip.condition1": "Когда надет", - "item.create.diving_helmet.tooltip.behaviour1": "Даёт эффект _водного дыхания_, медленно тратя _воздух_ из Баллона.", - - "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": "Собирает и сжимает воздух со скоростью, зависящей от скорости вращения.", - - "block.create.placard.tooltip": "УМНАЯ РАМКА", - "block.create.placard.tooltip.summary": "_Обрамите_ свои предметы латунью с помощью этой красивой рамки. Безопасна для штуковин!", - "block.create.placard.tooltip.condition1": "ПКМ по рамке с предметом в руках", - "block.create.placard.tooltip.behaviour1": "_Добавляет_ удерживаемый _предмет_ в рамку. _Издаёт_ короткий _редстоун-сигнал_, если соответствующий предмет уже присутствует.", - "block.create.placard.tooltip.condition2": "ЛКМ по рамке с предметом", - "block.create.placard.tooltip.behaviour2": "_Убирает_ текущий _предмет_ из рамки.", - - "block.create.flywheel.tooltip": "МАХОВИК", - "block.create.flywheel.tooltip.summary": "_Украсьте_ свои _штуковины_ этим внушительным латунным колесом.", - "block.create.flywheel.tooltip.condition1": "При вращении", - "block.create.flywheel.tooltip.behaviour1": "Начинает вращаться. Удивительно!", - - "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": "ЧЕРТЁЖ", - "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": "_Применяет заданный рецепт_ с подходящими ингредиентами, из вашего _инвентаря_. Зажмите _Shift_, чтобы создать до _стака_ предметов.", - - "item.create.minecart_coupling.tooltip": "СОЕДИНИТЕЛЬ ВАГОНЕТОК", - "item.create.minecart_coupling.tooltip.summary": "_Сцепляет_ ваши _вагонетки_ или _Вагонеточные штуковины_ вместе, чтобы создать великолепный мини-поезд.", - "item.create.minecart_coupling.tooltip.condition1": "ПКМ по вагонеткам", - "item.create.minecart_coupling.tooltip.behaviour1": "_Сцепляет_ две вагонетки вместе, пытаясь держать их на _определённой дистанции_ при движении.", - - "item.create.experience_nugget.tooltip": "КУСОЧЕК ОПЫТА", - "item.create.experience_nugget.tooltip.summary": "_Дзинь!_ Частичка _вдохновения_ от ваших фантастических изобретений.", - "item.create.experience_nugget.tooltip.condition1": "ПКМ с предметом", - "item.create.experience_nugget.tooltip.behaviour1": "_Высвобождает_ _очки опыта_, находящиеся внутри.", - - "block.create.peculiar_bell.tooltip": "ОСОБЕННЫЙ КОЛОКОЛ", - "block.create.peculiar_bell.tooltip.summary": "Декоративный _латунный колокол_. Установка его прямо над горящем _огнём душ_ может вызвать непредвиденные последствия...", - - "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.subject": "Субъект этой сцены", - "create.ponder.pondering": "Размышляем над...", - "create.ponder.identify_mode": "Режим идентификации включён.\nСнять паузу: [%1$s]", - "create.ponder.associated": "Связанные записи", - "create.ponder.close": "Закрыть", - "create.ponder.identify": "Определить", - "create.ponder.next": "Следующая сцена", - "create.ponder.next_up": "Размышлять дальше над:", - "create.ponder.previous": "Предыдущая сцена", - "create.ponder.replay": "Повторить сцену", - "create.ponder.think_back": "Назад", - "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 об/мин", - "create.ponder.shared.behaviour_modify_wrench": "Это поведение может быть изменено Гаечным ключом", - "create.ponder.shared.storage_on_contraption": "Присоединённые к штуковине инвентари будут подбирать предметы автоматически", - "create.ponder.shared.sneak_and": "Shift +", - "create.ponder.shared.rpm8": "8 об/мин", - "create.ponder.shared.ctrl_and": "Ctrl +", - "create.ponder.shared.rpm32": "32 об/мин", - "create.ponder.shared.rpm16_source": "Источник: 16 об/мин", - "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.display_sources": "Источники информации", - "create.ponder.tag.display_sources.description": "Компоненты или блоки, которые предлагают данные, которые можно прочитать с помощью Передатчика информации", - "create.ponder.tag.logistics": "Логистика", - "create.ponder.tag.logistics.description": "Компоненты, помогающие перемещать, хранить и сортировать предметы", - "create.ponder.tag.display_targets": "Визуализаторы информации", - "create.ponder.tag.display_targets.description": "Компоненты или блоки, которые могут обрабатывать и отображать данные, полученные от Передатчика информации", - "create.ponder.tag.train_related": "Железнодорожное оборудование", - "create.ponder.tag.train_related.description": "Компоненты, используемые при строительстве и управлении железнодорожных штуковин", - - "create.ponder.analog_lever.header": "Управлением редстоун-сигналами с помощью Аналоговых рычагов", - "create.ponder.analog_lever.text_1": "Аналоговый рычаг создан как компактный и точный источник редстоун-сигнала", - "create.ponder.analog_lever.text_2": "Кликните ПКМ, чтобы увеличить силу выходного сигнала", - "create.ponder.analog_lever.text_3": "Кликните ПКМ крадучись, чтобы уменьшить силу выходного сигнала", - - "create.ponder.andesite_tunnel.header": "Использованием Андезитовых туннелей", - "create.ponder.andesite_tunnel.text_1": "Андезитовые туннели могут быть использованы, чтобы накрывать конвейеры", - "create.ponder.andesite_tunnel.text_2": "Всегда, когда у Андезитового туннеля есть доступный выход сбоку...", - "create.ponder.andesite_tunnel.text_3": "...он будет отделять ровно один предмет из любых проходящих мимо стаков", - "create.ponder.andesite_tunnel.text_4": "Остаток продолжит свой путь", - - "create.ponder.auto_schedule.header": "Автоматическим назначением Расписаний на Железнодорожных станциях", - "create.ponder.auto_schedule.text_1": "Расписания могут использоваться для предоставления машинистам пункта назначения", - "create.ponder.auto_schedule.text_2": "Компараторы будут получать редстоун-сигнал всегда, когда поезд прибыл на Станцию", - "create.ponder.auto_schedule.text_3": "Имейте в виду, что к Станции можно подойти только с указанного направления", - "create.ponder.auto_schedule.text_4": "Станции также можно использовать для автоматического назначения новых Расписаний", - "create.ponder.auto_schedule.text_5": "Расписание, положенное на Станцию, будет автоматически скопировано для машиниста поезда", - "create.ponder.auto_schedule.text_6": "В отличии от ручного назначения, машинисты не заберут его с собой", - - "create.ponder.basin.header": "Обработкой предметов в Чашах", - "create.ponder.basin.text_1": "Чаша может хранить предметы и жидкости для обработки", - "create.ponder.basin.text_2": "После обработки, Чаши пытаются вывести результат под любую доступную сторону", - "create.ponder.basin.text_3": "Когда предоставлен подходящий компонент, у Чаши появится выводящий кран", - "create.ponder.basin.text_4": "Здесь применимы несколько вариантов", - "create.ponder.basin.text_5": "Результат смешивания будет пойман инвентарём ниже", - "create.ponder.basin.text_6": "Без выводящего крана, Чаша будет оставлять предметы, полученные в результате обработки", - "create.ponder.basin.text_7": "Это может быть полезно, если продукт должен быть использован повторно как ингредиент", - "create.ponder.basin.text_8": "В таком случае, желаемые продукты, должны быть извлечены из Чаши", - "create.ponder.basin.text_9": "Фильтр может быть необходим для избежания извлечения необработанных предметов", - - "create.ponder.bearing_modes.header": "Режимами движения Механического вращателя", - "create.ponder.bearing_modes.text_1": "Когда Вращатель остановлен, он установит структуру на ближайшем выровненным по сетке блоков углу", - "create.ponder.bearing_modes.text_2": "Он может быть настроен никогда не превращать структуру в блоки, или только в исходном положении", - - "create.ponder.belt_casing.header": "Обрамлением конвейеров", - "create.ponder.belt_casing.text_1": "Латунный или Андезитовый корпус можно использовать для украшения конвейеров", - "create.ponder.belt_casing.text_2": "Используйте Гаечный ключ, чтобы убрать обрамление", - - "create.ponder.belt_connector.header": "Использованием Механических ремней", - "create.ponder.belt_connector.text_1": "Кликнув ПКМ по двум Валам Механическим ремнём, вы соедините их вместе и создадите конвейер", - "create.ponder.belt_connector.text_2": "Ошибочный выбор может быть отменён кликнув ПКМ крадучись", - "create.ponder.belt_connector.text_3": "Дополнительные Валы могут быть добавлены в любую часть конвейера", - "create.ponder.belt_connector.text_4": "Валы, соединённые Ремнями, будут вращаться с той же скоростью и направлением", - "create.ponder.belt_connector.text_5": "Добавленные Валы могут быть убраны Гаечным ключом", - "create.ponder.belt_connector.text_6": "Механические ремни могут быть окрашены в эстетических целях", - - "create.ponder.belt_directions.header": "Возможными расположениями Механических ремней", - "create.ponder.belt_directions.text_1": "Ремни не могут соединяться в произвольных направлениях", - "create.ponder.belt_directions.text_2": "1. Они могут соединяться горизонтально;", - "create.ponder.belt_directions.text_3": "2. по диагонали;", - "create.ponder.belt_directions.text_4": "3. и вертикально;", - "create.ponder.belt_directions.text_5": "4. И также они могут соединять вертикальные Валы горизонтально", - "create.ponder.belt_directions.text_6": "Это все возможные направления. Ремни могут достигать длины от 2 до 20 блоков", - - "create.ponder.belt_transport.header": "Использованием Механических ремней для логистики", - "create.ponder.belt_transport.text_1": "Двигающиеся ремни будут перемещать предметы и других существ", - "create.ponder.belt_transport.text_2": "Кликните ПКМ пустой рукой, чтобы забрать предметы с конвейера", - - "create.ponder.blaze_burner.header": "Кормлением Горелок всполоха", - "create.ponder.blaze_burner.text_1": "Горелки всполохов нагревают предметы, обрабатывающиеся в Чаше", - "create.ponder.blaze_burner.text_2": "Для этого, всполох должен быть накормлен воспламеняемыми предметами", - "create.ponder.blaze_burner.text_3": "С Тортом всполоха, Горелка может достигать ещё большего уровня нагрева", - "create.ponder.blaze_burner.text_4": "Процесс кормления может быть автоматизирован, с помощью Автономного активатора или Механической руки", - - "create.ponder.brass_funnel.header": "Использованием Латунных воронок", - "create.ponder.brass_funnel.text_1": "Андезитовая Воронка может извлекать только один предмет за раз", - "create.ponder.brass_funnel.text_2": "Латунная Воронка может извлекать их до целого стака", - "create.ponder.brass_funnel.text_3": "Прокрутка на слоте фильтра позволяет точно регулировать размер извлекаемого стака", - "create.ponder.brass_funnel.text_4": "Использование предмета на слоте фильтра, ограничит Воронку до передачи только совпадающих предметов", - - "create.ponder.brass_tunnel.header": "Использованием Латунных туннелей", - "create.ponder.brass_tunnel.text_1": "Латунные туннели могут быть использованы, чтобы накрывать конвейеры", - "create.ponder.brass_tunnel.text_2": "Латунные туннели имеют слот для фильтра на каждой открытой стороне", - "create.ponder.brass_tunnel.text_3": "Фильтр на входящих соединениях блокирует неподходящие предметы", - "create.ponder.brass_tunnel.text_4": "Фильтр на выходящих соединениях может быть использован для сортировки предметов", - "create.ponder.brass_tunnel.text_5": "Всегда, когда у проходящего предмета есть несколько доступных выходов, режим распределения решит что с ним делать", - "create.ponder.brass_tunnel.text_6": "Латунные туннели на параллельных конвейерах формируют группы", - "create.ponder.brass_tunnel.text_7": "Входящие предметы будут распределены между всеми соединёнными выходами", - "create.ponder.brass_tunnel.text_8": "Для этого предметы также могут быть вложены в блок Туннеля напрямую", - - "create.ponder.brass_tunnel_modes.header": "Режимами распределения Латунного туннеля", - "create.ponder.brass_tunnel_modes.text_1": "Используя Гаечный ключ, вы можете настроить режим распределения Латунного туннеля", - "create.ponder.brass_tunnel_modes.text_10": "«Синхронизировать входы» — уникальный режим для Латунных туннелей", - "create.ponder.brass_tunnel_modes.text_11": "Предметы могут пройти только если у каждого Туннеля в группе есть ожидающий у входа предмет", - "create.ponder.brass_tunnel_modes.text_12": "Это подразумевает, что все конвейеры поставляют предметы с равной скоростью", - "create.ponder.brass_tunnel_modes.text_2": "«Разделение» попытается распределить стак поровну между доступными выходами", - "create.ponder.brass_tunnel_modes.text_3": "Если выход не может принять больше предметов, он будет пропущен", - "create.ponder.brass_tunnel_modes.text_4": "«Строгое разделение» никогда не пропустит выходы и вместо этого будет ждать пока они не освободятся", - "create.ponder.brass_tunnel_modes.text_5": "«По кругу» сохраняет цельные стаки и отдаёт их выходам по очереди", - "create.ponder.brass_tunnel_modes.text_6": "Опять же, если выход не может принять больше предметов, он будет пропущен", - "create.ponder.brass_tunnel_modes.text_7": "«Строго по кругу» никогда не пропускает выходы", - "create.ponder.brass_tunnel_modes.text_8": "«Предпочтительно ближайший» приоритизирует ближайшие выходы от места подачи предметов", - "create.ponder.brass_tunnel_modes.text_9": "«Случайно» будет отдавать целые стаки случайно выбранным выходам", - - "create.ponder.cart_assembler.header": "Перемещением структур с помощью Сборщиков вагонеток", - "create.ponder.cart_assembler.text_1": "Активированные Сборщики вагонеток устанавливают прикреплённые сверху структуры к проезжающим через них вагонетки", - "create.ponder.cart_assembler.text_2": "Без редстоун-сигнала они разбирают штуковины обратно в блоки", - "create.ponder.cart_assembler.text_3": "Использование Гаечного ключа на вагонетке позволит вам унести вагонеточную штуковину куда-то ещё", - - "create.ponder.cart_assembler_dual.header": "Сборкой штуковин-экипажей", - "create.ponder.cart_assembler_dual.text_1": "Всегда, когда два Сборщика вагонеток имеют общую прикреплённую структуру...", - "create.ponder.cart_assembler_dual.text_2": "...активация любого из них создаст штуковину-экипаж", - "create.ponder.cart_assembler_dual.text_3": "Эти вагонетки будут вести себя так, будто они соединены Соединителем вагонеток", - - "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": "Если Сборщик настроен на блокирование вращения, то ориентация штуковин никогда не изменится", - - "create.ponder.cart_assembler_rails.header": "Другими типами вагонеток и рельс", - "create.ponder.cart_assembler_rails.text_1": "Сборщики вагонеток на обычных рельсах не будут влиять на движение проходящих вагонеток", - "create.ponder.cart_assembler_rails.text_2": "На активных Контролирующих рельсах или энергорельсах вагонетки будут стоять на месте до тех, пока Сборщик не будет активирован", - "create.ponder.cart_assembler_rails.text_3": "Другие типы вагонеток могут быть использованы как основания для вагонеточных штуковин", - "create.ponder.cart_assembler_rails.text_4": "Самоходные вагонетки будут ехать самостоятельно, используя топливо из присоединённых инвентарей", - - "create.ponder.chain_drive.header": "Передачей силы вращения Цепными приводами в корпусе", - "create.ponder.chain_drive.text_1": "Цепные приводы передают силу вращения друг другу", - "create.ponder.chain_drive.text_2": "Таким образом, все соединённые Валы будут вращаться в одном направлении", - "create.ponder.chain_drive.text_3": "Любая часть в ряду может быть повёрнута на 90 градусов", - - "create.ponder.chain_gearshift.header": "Использованием Регулируемых цепных коробок передач", - "create.ponder.chain_gearshift.text_1": "Неактивные Цепные коробки передач ведут себя точно так же, как Цепные приводы", - "create.ponder.chain_gearshift.text_2": "При активации, скорость, передаваемая другим Цепным коробкам передач в ряду удваивается", - "create.ponder.chain_gearshift.text_3": "Когда активированная Цепная коробка передач не является источником, её скорость будет снижена вдвое", - "create.ponder.chain_gearshift.text_4": "В обоих случаях, Цепные приводы в ряду всегда вращаются с удвоенной скоростью активированной Цепной коробки передач", - "create.ponder.chain_gearshift.text_5": "Используя аналоговые редстоун-сигналы, изменение скорости может быть настроено более точно, нежели в 1 или в 2 раза", - "create.ponder.chain_gearshift.text_6": "12 об/мин", - - "create.ponder.chute.header": "Транспортировкой предметов вниз через Желоба", - "create.ponder.chute.text_1": "Желоба могут транспортировать предметы вертикально вниз", - "create.ponder.chute.text_2": "Используя Гаечный ключ, вы можете создать окно", - "create.ponder.chute.text_3": "Установка Желобов на стороны других желобов сделает их диагональными", - - "create.ponder.chute_upward.header": "Транспортировкой предметов вверх через Желоба", - "create.ponder.chute_upward.text_1": "С помощью Вентилятора в корпусе внизу или наверху, Жёлоб может перемещать предметы вверх", - "create.ponder.chute_upward.text_2": "Осмотр Желобов в Инженерных очках показывает информацию о направлении движения", - "create.ponder.chute_upward.text_3": "На «заблокированном» конце предметы должны быть введены/выведены сбоку", - - "create.ponder.clockwork_bearing.header": "Оживлением структур Часовыми механизмами", - "create.ponder.clockwork_bearing.text_1": "Часовые механизмы прикрепляются к блокам спереди", - "create.ponder.clockwork_bearing.text_2": "При получении силы вращения, структура повернётся в зависимости от текущего часа", - "create.ponder.clockwork_bearing.text_3": "3:00", - "create.ponder.clockwork_bearing.text_4": "4:00", - "create.ponder.clockwork_bearing.text_5": "Кликните ПКМ по механизму, чтобы остановить или вновь запустить структуру", - "create.ponder.clockwork_bearing.text_6": "Вторая структура может быть добавлена спереди часовой стрелки", - "create.ponder.clockwork_bearing.text_7": "Убедитесь, что две структуры не соединены между собой Суперклеем или чем-то схожим", - "create.ponder.clockwork_bearing.text_8": "Вторая структура станет вращаться как минутная стрелка", - - "create.ponder.clutch.header": "Управлением силой вращения с помощью Сцеплений", - "create.ponder.clutch.text_1": "Сцепление передаёт вращение по прямой", - "create.ponder.clutch.text_2": "При активации редстоун-сигналом оно разрывает соединение", - - "create.ponder.cog_speedup.header": "Переключением передач с помощью Шестерней", - "create.ponder.cog_speedup.text_1": "Большие и Маленькие шестерни могут соединяться по диагонали", - "create.ponder.cog_speedup.text_2": "Кинетическая энергия, переходя с Большой шестерни на маленькую — удвоит свою скорость", - "create.ponder.cog_speedup.text_3": "Переходя в обратном направлении — сократит скорость вдвое", - - "create.ponder.cogwheel.header": "Передачей силы вращения с помощью Шестерней", - "create.ponder.cogwheel.text_1": "Шестерни передают вращение другим соседним Шестерням", - "create.ponder.cogwheel.text_2": "Таким образом, соседние соединённые Валы будут вращаться в противоположных направлениях", - - "create.ponder.cogwheel_casing.header": "Обрамлением Шестерней", - "create.ponder.cogwheel_casing.text_1": "Латунный или Андезитовый корпус можно использовать для украшения Шестерней", - "create.ponder.cogwheel_casing.text_2": "Компоненты, обрамлённые в корпус, не будут иметь выхода Вала", - "create.ponder.cogwheel_casing.text_3": "Гаечный ключ можно использовать для переключения соединений", - - "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": "Творческие моторы — это компактные и настраиваемые источники силы вращения", - "create.ponder.creative_motor.text_2": "Прокрутка по задней панели изменяет количество оборотов в минуту у вращающегося вала Мотора", - - "create.ponder.creative_motor_mojang.header": "Загадкой от Mojang", - - "create.ponder.crushing_wheels.header": "Обработкой предметов Колёсами дробления", - "create.ponder.crushing_wheels.text_1": "Пара Колёс дробления может очень эффективно дробить предметы", - "create.ponder.crushing_wheels.text_2": "Кинетическая энергия должна вращать их друг в друга", - "create.ponder.crushing_wheels.text_3": "Предметы брошенные или введённые в них сверху будут обработаны", - "create.ponder.crushing_wheels.text_4": "Предметы также могут быть введены и подобраны автоматически", - - "create.ponder.deployer.header": "Использованием Автономных активаторов", - "create.ponder.deployer.text_1": "При наличии силы вращения Автономный активатор может имитировать действия игрока", - "create.ponder.deployer.text_10": "Кликните ПКМ спереди, чтобы дать ему предмет для использования", - "create.ponder.deployer.text_11": "Предметы также могут быть введены автоматически", - "create.ponder.deployer.text_12": "Автономные активаторы имеют слот для фильтра", - "create.ponder.deployer.text_13": "Когда фильтр установлен, Активатор работает только держа подходящий предмет", - "create.ponder.deployer.text_14": "Только предметы подходящие по фильтру могут быть введены...", - "create.ponder.deployer.text_15": "...и только неподходящие предметы будут выведены", - "create.ponder.deployer.text_2": "Он всегда будет взаимодействовать с местом на два блока перед ним", - "create.ponder.deployer.text_3": "Блоки прямо перед ним не будут мешать ему", - "create.ponder.deployer.text_4": "Автономные активаторы умеют:", - "create.ponder.deployer.text_5": "Ставить блоки;", - "create.ponder.deployer.text_6": "Использовать предметы;", - "create.ponder.deployer.text_7": "Активировать блоки;", - "create.ponder.deployer.text_8": "Собирать блоки;", - "create.ponder.deployer.text_9": "и атаковать существ", - - "create.ponder.deployer_contraption.header": "Использованием Автономных активаторов на штуковинах", - "create.ponder.deployer_contraption.text_1": "Всегда, когда Автономные активаторы движутся как часть штуковины...", - "create.ponder.deployer_contraption.text_2": "...они активируются на каждом посещённом блоке, используя предметы из любых хранилищ на штуковине", - "create.ponder.deployer_contraption.text_3": "Можно использовать слот фильтра, чтобы уточнить, какие предметы ему использовать", - - "create.ponder.deployer_modes.header": "Режимами Автономного активатора", - "create.ponder.deployer_modes.text_1": "По умолчанию, Активатор имитирует ПКМ-взаимодействие", - "create.ponder.deployer_modes.text_2": "Используя Гаечный ключ, вы можете установить его режим на имитацию ЛКМ", - - "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": "При активации редстоун-сигналом Автономный активатор перестанет работать", - "create.ponder.deployer_redstone.text_2": "Перед остановкой, Активатор завершит все начатые действия", - "create.ponder.deployer_redstone.text_3": "Таким образом, инвертированный редстоун-импульс может быть использован для вызова ровно одного срабатывания", - - "create.ponder.depot.header": "Использованием Депо", - "create.ponder.depot.text_1": "Депо могут служить как «стационарный» элемент конвейера", - "create.ponder.depot.text_2": "Кликните ПКМ, чтобы самостоятельно положить или забрать предметы с Депо", - "create.ponder.depot.text_3": "Также как и конвейер, Депо может предоставлять предметы для обработки", - "create.ponder.depot.text_4": "А также поставлять предметы Механическим рукам", - - "create.ponder.display_board.header": "Использованием Механических табло", - "create.ponder.display_board.text_1": "Механическое табло — это масштабируемая альтернатива табличкам", - "create.ponder.display_board.text_2": "Для работы ему требуется вращательная сила", - "create.ponder.display_board.text_3": "Текст может отображаться с помощью бирок...", - "create.ponder.display_board.text_4": "...или с помощью Передатчика информации", - "create.ponder.display_board.text_5": "Красители можно наносить на отдельные строки Табло", - "create.ponder.display_board.text_6": "Цвет строки можно убрать, кликнув на них пустой рукой", - - "create.ponder.display_link.header": "Настройкой Передатчиков информации", - "create.ponder.display_link.text_1": "Передатчик информации может использоваться для визуализации динамической информации", - "create.ponder.display_link.text_2": "Кликните ПКМ по выбранному Табло (или другому совместимому визуализатору)...", - "create.ponder.display_link.text_3": "...затем прикрепите его к блоку для чтения информации из него", - "create.ponder.display_link.text_4": "Откройте интерфейс, чтобы выбрать и настроить то, куда и какая информация будет отправляется", - "create.ponder.display_link.text_5": "Теперь Табло будет получать информацию от Передатчика", - "create.ponder.display_link.text_6": "Не каждый блок может выступать в качестве источника информации", - "create.ponder.display_link.text_7": "Каждый совместимый блок предоставляет уникальную информацию", - "create.ponder.display_link.text_8": "Передатчик информации может отправлять информацию некоторым другим блокам", - - "create.ponder.display_link_redstone.header": "Управлением Передатчиком информации редстоун-сигналом", - "create.ponder.display_link_redstone.text_1": "При получении редстоун-сигнала, Передатчик информации перестаёт отправлять обновления", - "create.ponder.display_link_redstone.text_2": "После отключения сигнала таймер сбрасывается, и новая информация отправляется немедленно", - "create.ponder.display_link_redstone.text_3": "Редстоун-сигналы, отправляемые источниками информации, не оказывают эффекта на Передатчик", - - "create.ponder.empty_blaze_burner.header": "Поимкой всполохов в Горелки", - "create.ponder.empty_blaze_burner.text_1": "Кликните ПКМ по всполоху с пустой Горелкой, чтобы захватить его", - "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_6": "Однако, они не будут подходить для промышленного нагрева", - - "create.ponder.encased_fluid_pipe.header": "Обрамлением Жидкостных труб", - "create.ponder.encased_fluid_pipe.text_1": "Медный корпус можно использовать для обрамления Труб", - "create.ponder.encased_fluid_pipe.text_2": "Помимо того, что они будут скрыты в Корпусе, обрамлённые Трубы блокируются в текущем состоянии", - "create.ponder.encased_fluid_pipe.text_3": "Также они больше не будут реагировать на добавление или удаление каких-либо соседних блоков", - - "create.ponder.fan_direction.header": "Управлением воздушными потоками Вентиляторов в корпусе", - "create.ponder.fan_direction.text_1": "Вентиляторы в корпусе используют силу вращения для создания воздушного потока", - "create.ponder.fan_direction.text_2": "Сила и направление потока зависят от подаваемого вращения", - - "create.ponder.fan_processing.header": "Обработкой предметов с помощью Вентилятора в корпусе", - "create.ponder.fan_processing.text_1": "Проходя через лаву, воздушный поток становится горячим", - "create.ponder.fan_processing.text_2": "Предметы в его области действия будут переплавлены", - "create.ponder.fan_processing.text_3": "Съедобные предметы брошенные сюда сгорят", - "create.ponder.fan_processing.text_4": "Вместо этого, для них должна быть использована установка для копчения дымом от огня", - "create.ponder.fan_processing.text_5": "Поток, проходящий через воду, создаёт промывающую установку", - "create.ponder.fan_processing.text_6": "Несколько новых вариантов обработки делаются с её помощью", - "create.ponder.fan_processing.text_7": "Скорость Вентилятора не влияет на скорость обработки, а только на дальность установки", - "create.ponder.fan_processing.text_8": "Обработка Вентиляторами может быть применена к предметам на конвейерах или Депо", - - "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": "Опустошением и наполнением жидкостных контейнеров", - "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": "Размерами Жидкостных баков", - "create.ponder.fluid_tank_sizes.text_1": "Жидкостные баки можно объединить для увеличения общей вместимости", - "create.ponder.fluid_tank_sizes.text_2": "Их площадь основания может составлять до 3 блоков в ширину...", - "create.ponder.fluid_tank_sizes.text_3": "...и иметь высоту более чем 30 дополнительных уровней", - "create.ponder.fluid_tank_sizes.text_4": "С помощью Гаечного ключа можно создать окно в резервуаре", - - "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.funnel_compat.header": "Совместимостью Воронок", - "create.ponder.funnel_compat.text_1": "Воронки должны хорошо взаимодействовать со многими компонентами:", - "create.ponder.funnel_compat.text_2": "Вертикальными пилами;", - "create.ponder.funnel_compat.text_3": "Депо;", - "create.ponder.funnel_compat.text_4": "и Осушителями предметов", - - "create.ponder.funnel_direction.header": "Направлением передачи Воронок", - "create.ponder.funnel_direction.text_1": "Поставленная обычным образом, Воронка забирает предметы из хранилища", - "create.ponder.funnel_direction.text_2": "Поставленная крадучись, она добавляет предметы в хранилище", - "create.ponder.funnel_direction.text_3": "Используя Гаечный ключ, вы можете изменить направление Воронки", - "create.ponder.funnel_direction.text_4": "Те же правила применяются для большинства направлений", - "create.ponder.funnel_direction.text_5": "Воронки на конвейерах будут извлекать/вводить предметы в зависимости от направления их движения", - - "create.ponder.funnel_intro.header": "Использованием Воронок", - "create.ponder.funnel_intro.text_1": "Воронки идеально подходят для перемещения предметов из/в хранилища", - - "create.ponder.funnel_redstone.header": "Управлением Воронками редстоун-сигналом", - "create.ponder.funnel_redstone.text_1": "Редстоун-сигнал не даст любой Воронке работать", - - "create.ponder.funnel_transfer.header": "Передачей предметов Воронками напрямую", - "create.ponder.funnel_transfer.text_1": "Воронки не могут перемещать предметы напрямую между закрытыми инвентарями", - "create.ponder.funnel_transfer.text_2": "Желоба или Умные желоба могут лучше подходить для этих целей", - "create.ponder.funnel_transfer.text_3": "То же касается и горизонтального перемещения. Механический ремень должен здесь помочь", - - "create.ponder.gantry_carriage.header": "Использованием Шасси портальных кранов", - "create.ponder.gantry_carriage.text_1": "Шасси портального крана могут прикрепляться и двигаться вдоль Вала портального крана", - "create.ponder.gantry_carriage.text_2": "Крановые установки могут двигать присоединённые блоки", - - "create.ponder.gantry_cascaded.header": "Созданием многоступенчатого портального крана", - "create.ponder.gantry_cascaded.text_1": "Валы портального крана прикрепляются к Шасси без нужды в Суперклее", - "create.ponder.gantry_cascaded.text_2": "То же относится и к Шасси на движущихся Валах портального крана", - "create.ponder.gantry_cascaded.text_3": "Таким образом, крановая установка может покрывать несколько осей движения", - - "create.ponder.gantry_direction.header": "Направлением движения крана", - "create.ponder.gantry_direction.text_1": "Валы портального крана могут иметь два противоположных направления", - "create.ponder.gantry_direction.text_2": "Направление движения Шасси зависит от ориентации их Валов", - "create.ponder.gantry_direction.text_3": "А также от направления вращения Вала", - "create.ponder.gantry_direction.text_4": "Те же правила относятся к передаваемому вращению", - - "create.ponder.gantry_redstone.header": "Управлением Краном редстоун-сигналом", - "create.ponder.gantry_redstone.text_1": "Активированные редстоун-сигналом Валы крана перестают двигать Шасси", - "create.ponder.gantry_redstone.text_2": "Вместо этого сила вращения передаётся выходному валу Шасси", - - "create.ponder.gantry_shaft.header": "Использованием Валов портального крана", - "create.ponder.gantry_shaft.text_1": "Валы портального крана составляют основу крановой установки. По ним будут двигаться присоединённые Шасси", - "create.ponder.gantry_shaft.text_2": "Крановые установки могут двигать присоединённые блоки", - - "create.ponder.gearbox.header": "Передачей силы вращения с помощью Коробок передач", - "create.ponder.gearbox.text_1": "Переходы между осями вращения могут быстро стать очень громоздкими", - "create.ponder.gearbox.text_2": "Коробка Передач — это более компактный эквивалент этой установки", - "create.ponder.gearbox.text_3": "Валы по углам поворачиваются в зеркальных направлениях", - "create.ponder.gearbox.text_4": "Прямые соединения будут реверсированны", - - "create.ponder.gearshift.header": "Управлением силы вращения с помощью Реверсивных коробок передач", - "create.ponder.gearshift.text_1": "Реверсивные коробки передач передают вращение по прямой", - "create.ponder.gearshift.text_2": "При активации редстоун-сигналом, они реверсируют передачу", - - "create.ponder.hand_crank.header": "Генерацией силы вращения Рукоятками", - "create.ponder.hand_crank.text_1": "Рукоятки могут быть использованы игроками для создания силы вращения вручную", - "create.ponder.hand_crank.text_2": "Зажмите ПКМ для вращения против часовой стрелки", - "create.ponder.hand_crank.text_3": "Их скорость вращения относительно высока", - "create.ponder.hand_crank.text_4": "Зажмите ПКМ крадучись для вращения по часовой стрелке", - - "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": "Бесконечным наполнением и откачиванием больших объёмов жидкости", - "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": "Уровнем наполнения и откачки Шкива со шлангом", - "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": "Опустошением жидкостных резервуаров с помощью Осушителей предметов", - "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.item_vault_sizes.header": "Свойствами Хранилищ предметов", - "create.ponder.item_vault_sizes.text_1": "Хранилища предметов можно объединять для увеличения общей вместимости", - "create.ponder.item_vault_sizes.text_2": "Их базовая площадь может быть шириной до 3 блоков...", - "create.ponder.item_vault_sizes.text_3": "...и увеличиваться в длину в 3 раза от базовой площади", - - "create.ponder.item_vault_storage.header": "Использованием Хранилищ предметов", - "create.ponder.item_vault_storage.text_1": "Хранилища предметов можно использовать для хранения большого количества предметов", - "create.ponder.item_vault_storage.text_2": "Однако, содержимое не может быть добавлено или взято вручную", - "create.ponder.item_vault_storage.text_3": "Любые компоненты для передачи предметов могут как добавлять...", - "create.ponder.item_vault_storage.text_4": "...так и забирать содержимое из этого контейнера", - - "create.ponder.large_cogwheel.header": "Передачей силы вращения с помощью Больших шестерней", - "create.ponder.large_cogwheel.text_1": "Большие шестерни могут соединяться между собой под прямым углом", - "create.ponder.large_cogwheel.text_2": "Это поможет передавать вращение на другие оси", - - "create.ponder.linear_chassis_attachment.header": "Прикреплением блоков с помощью Линейных шасси", - "create.ponder.linear_chassis_attachment.text_1": "Открытые грани Линейных шасси можно сделать липкими", - "create.ponder.linear_chassis_attachment.text_2": "Кликните ещё раз, чтобы сделать противоположную сторону липкой", - "create.ponder.linear_chassis_attachment.text_3": "Кликните ПКМ крадучись пустой рукой, чтобы убрать слизь", - "create.ponder.linear_chassis_attachment.text_4": "Липкие грани Линейных шасси будут прикреплять ряд блоков перед ним", - "create.ponder.linear_chassis_attachment.text_5": "Используйте Гаечный ключ, чтобы настроить радиус прикрепления для этого Шасси", - "create.ponder.linear_chassis_attachment.text_6": "Прокрутка при удержании Ctrl настраивает радиус всех присоединённых Шасси", - "create.ponder.linear_chassis_attachment.text_7": "Прикрепление блоков на другие стороны требует использования Суперклея", - "create.ponder.linear_chassis_attachment.text_8": "С помощью этих механик, структуры любой формы могут двигаться как штуковина", - - "create.ponder.linear_chassis_group.header": "Движением Линейных шасси группами", - "create.ponder.linear_chassis_group.text_1": "Линейные шасси соединяются с такими же блоками Шасси рядом с ними", - "create.ponder.linear_chassis_group.text_2": "Когда один блок перемещается как часть штуковины, другие двигаются с ним", - "create.ponder.linear_chassis_group.text_3": "Шасси других типов или направленные в другом направлении не будут прикрепляться", - - "create.ponder.mechanical_arm.header": "Настройкой Механических рук", - "create.ponder.mechanical_arm.text_1": "Входы и выходы для Механических рук должны быть назначены перед их установкой", - "create.ponder.mechanical_arm.text_2": "Кликните ПКМ по компонентам, держа Механическую руку, чтобы назначить их целями", - "create.ponder.mechanical_arm.text_3": "Кликните ПКМ ещё раз, для переключения между входом (синий) и выходом (оранжевый)", - "create.ponder.mechanical_arm.text_4": "Кликните ЛКМ по компонентам, чтобы убрать выделение с них", - "create.ponder.mechanical_arm.text_5": "После установки, Механические руки будут нацелены на ранее выбранные блоки", - "create.ponder.mechanical_arm.text_6": "У них может быть неограниченное количество входов и выходов в зоне их досягаемости", - "create.ponder.mechanical_arm.text_7": "Однако, не каждый компонент может взаимодействовать с ними напрямую", - "create.ponder.mechanical_arm.text_8": "Воронки и Депо могут помочь заполнить этот пробел", - - "create.ponder.mechanical_arm_filtering.header": "Фильтрацией выходов Механической руки", - "create.ponder.mechanical_arm_filtering.text_1": "Входы", - "create.ponder.mechanical_arm_filtering.text_2": "Выходы", - "create.ponder.mechanical_arm_filtering.text_3": "Иногда желательно ограничить цели руки фильтром", - "create.ponder.mechanical_arm_filtering.text_4": "Сами Механические руки не имеют возможности фильтрации", - "create.ponder.mechanical_arm_filtering.text_5": "Однако, Латунные воронки как цели сообщают свой фильтр руке", - "create.ponder.mechanical_arm_filtering.text_6": "Рука достаточно умна, чтобы не подбирать предметы, которые она не сможет распределить", - - "create.ponder.mechanical_arm_modes.header": "Режимами распределения Механической руки", - "create.ponder.mechanical_arm_modes.text_1": "Входы", - "create.ponder.mechanical_arm_modes.text_2": "Выходы", - "create.ponder.mechanical_arm_modes.text_3": "Когда Рука выбирает между несколькими доступными выходами...", - "create.ponder.mechanical_arm_modes.text_4": "...она сделает выбор исходя из выбранного режима распределения", - "create.ponder.mechanical_arm_modes.text_5": "Прокрутка с Гаечным ключом в руке позволит вам настроить это", - "create.ponder.mechanical_arm_modes.text_6": "Режим «По кругу» переключается между всеми доступными выходами по очереди", - "create.ponder.mechanical_arm_modes.text_7": "Если выход не может принять больше предметов, он будет пропущен", - "create.ponder.mechanical_arm_modes.text_8": "«Строго по кругу» никогда не пропускает выходы, а ждёт пока они не освободятся", - "create.ponder.mechanical_arm_modes.text_9": "«Предпочитать первичную цель» приоритизирует выходы, выбранные ранее при настройке этой Руки", - - "create.ponder.mechanical_arm_redstone.header": "Управлением Механической рукой редстоун-сигналом", - "create.ponder.mechanical_arm_redstone.text_1": "При активации редстоун-сигналом, Механические руки перестают работать", - "create.ponder.mechanical_arm_redstone.text_2": "Перед остановкой, они завершат все начатые действия", - "create.ponder.mechanical_arm_redstone.text_3": "Таким образом, инвертированный импульс может использоваться для вызова ровно одного срабатывания", - - "create.ponder.mechanical_bearing.header": "Передвижением структур с помощью Механических вращателей", - "create.ponder.mechanical_bearing.text_1": "Механические вращатели прикрепляют блоки перед ними", - "create.ponder.mechanical_bearing.text_2": "При получении силы вращения, они соберутся во вращающуюся штуковину", - - "create.ponder.mechanical_crafter.header": "Настройкой Механических крафтеров", - "create.ponder.mechanical_crafter.text_1": "Массив из Механических крафтеров можно использовать для автоматизации создания любого рецепта", - "create.ponder.mechanical_crafter.text_2": "Можно настроить пути Крафтеров с помощью Гаечного ключа", - "create.ponder.mechanical_crafter.text_3": "Для правильной установки все пути должны сходиться в один выход с любой стороны", - "create.ponder.mechanical_crafter.text_4": "Готовый рецепт будет помещён в инвентарь у выхода", - "create.ponder.mechanical_crafter.text_5": "Механическим крафтерам нужна сила вращения для работы", - "create.ponder.mechanical_crafter.text_6": "Кликните ПКМ спереди, чтобы вставить предметы вручную", - "create.ponder.mechanical_crafter.text_7": "Когда каждый слот на пути содержит предмет, процесс создания начнётся", - "create.ponder.mechanical_crafter.text_8": "Для рецептов, не полностью занимающих кластер Крафтеров, старт можно спровоцировать редстоун-импульсом", - - "create.ponder.mechanical_crafter_connect.header": "Объединением инвентарей Механических крафтеров", - "create.ponder.mechanical_crafter_connect.text_1": "Предметы можно поместить в Крафтеры автоматически", - "create.ponder.mechanical_crafter_connect.text_2": "С помощью Гаечного ключа сзади Крафтеров, их инвентари можно объединить", - "create.ponder.mechanical_crafter_connect.text_3": "Все соединённые Крафтеры теперь будут доступны из одного места ввода", - - "create.ponder.mechanical_crafter_covers.header": "Закрытием слотов Механических крафтеров", - "create.ponder.mechanical_crafter_covers.text_1": "Некоторые рецепты требуют дополнительных Крафтеров, чтобы закрыть пробелы на пути", - "create.ponder.mechanical_crafter_covers.text_2": "С помощью Заглушек на слоты, Крафтеры могут играть роль пустых слотов в схеме", - "create.ponder.mechanical_crafter_covers.text_3": "Общие входы, созданные Гаечным ключом сзади, также могут быть доступны через закрытые Крафтеры", - - "create.ponder.mechanical_drill.header": "Разрушением блоков Механическими дрелями", - "create.ponder.mechanical_drill.text_1": "При подаче вращения, Механическая дрель будет ломать блоки перед ней", - "create.ponder.mechanical_drill.text_2": "Скорость добычи зависит от подаваемой скорости вращения", - - "create.ponder.mechanical_drill_contraption.header": "Использованием Механической дрели на штуковинах", - "create.ponder.mechanical_drill_contraption.text_1": "Когда Дрели движутся как часть штуковины...", - "create.ponder.mechanical_drill_contraption.text_2": "...они будут ломать блоки, на которые они натыкаются", - - "create.ponder.mechanical_harvester.header": "Использованием Механических комбайнов на штуковинах", - "create.ponder.mechanical_harvester.text_1": "Когда Комбайны движутся как часть штуковины...", - "create.ponder.mechanical_harvester.text_2": "...они будут убирать зрелый урожай на своём пути и высаживать его снова", - - "create.ponder.mechanical_mixer.header": "Обработкой предметов Механическими смешивателями", - "create.ponder.mechanical_mixer.text_1": "С помощью Смешивателя и Чаши можно автоматизировать некоторые рецепты крафта", - "create.ponder.mechanical_mixer.text_2": "Доступные рецепты включают бесформенную сборку и автоматическую варку зелий", - "create.ponder.mechanical_mixer.text_3": "Некоторым рецептам может потребоваться тепло от Горелки всполоха", - "create.ponder.mechanical_mixer.text_4": "Можно использовать слот для фильтра рецепта в случае конфликта двух рецептов", - - "create.ponder.mechanical_piston.header": "Перемещением структур с помощью Механических поршней", - "create.ponder.mechanical_piston.text_1": "Механические поршни могут двигать блоки перед ними", - "create.ponder.mechanical_piston.text_2": "Скорость и направление движения зависят от исходного вращения", - "create.ponder.mechanical_piston.text_3": "Липкие механические поршни могут тянуть назад присоединённые блоки", - - "create.ponder.mechanical_piston_modes.header": "Режимами движения Механического поршня", - "create.ponder.mechanical_piston_modes.text_1": "Когда поршень останавливается, сдвинутая структура обратно становится блоками", - "create.ponder.mechanical_piston_modes.text_2": "Можно настроить его так, чтобы структура никогда не становилась блоками или только в исходном положении", - - "create.ponder.mechanical_plough.header": "Использованием Механических плугов на штуковинах", - "create.ponder.mechanical_plough.text_1": "Когда Плуги движутся как часть штуковины...", - "create.ponder.mechanical_plough.text_2": "...они будут ломать блоки без твёрдого хитбокса", - "create.ponder.mechanical_plough.text_3": "К тому же, Плуги могут создавать пашню", - "create.ponder.mechanical_plough.text_4": "Ещё они могут толкать существ не причиняя им вреда", - - "create.ponder.mechanical_press.header": "Обработкой предметов Механическими прессами", - "create.ponder.mechanical_press.text_1": "Механический пресс может обрабатывать предметы под собой", - "create.ponder.mechanical_press.text_2": "Подаваемые предметы должны быть брошены или помещены на Депо под Пресс", - "create.ponder.mechanical_press.text_3": "Когда предметы подаются на конвейере...", - "create.ponder.mechanical_press.text_4": "...Пресс будет задерживать и прессовать их автоматически", - - "create.ponder.mechanical_press_compacting.header": "Спрессовыванием и сжатием предметов Механическим прессом", - "create.ponder.mechanical_press_compacting.text_1": "Спрессовывание предметов в Чаше скомпонует их", - "create.ponder.mechanical_press_compacting.text_2": "Сжатие предметов и спрессовывание включают в себя любые заполненные 2x2 или 3x3 рецепты крафта и некоторые другие", - "create.ponder.mechanical_press_compacting.text_3": "Некоторым рецептам может потребоваться тепло от Горелки всполоха", - "create.ponder.mechanical_press_compacting.text_4": "Можно использовать слот для фильтра рецепта в случае конфликта двух рецептов", - - "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": "Производительностью Механической помпы", - "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": "При подаче вращения, Механическая пила будет пилить деревья прямо перед ней", - "create.ponder.mechanical_saw_breaker.text_2": "Для спиливания дерева полностью, Пила должна ломать самый нижний блок дерева, соединённый с землёй", - - "create.ponder.mechanical_saw_contraption.header": "Использованием Механических пил на штуковинах", - "create.ponder.mechanical_saw_contraption.text_1": "Когда Пилы движутся как часть штуковины...", - "create.ponder.mechanical_saw_contraption.text_2": "...они будут ломать блоки, на которые они натыкаются", - - "create.ponder.mechanical_saw_processing.header": "Обработкой предметов на Механических пилах", - "create.ponder.mechanical_saw_processing.text_1": "Направленные вверх Механические пилы могут обрабатывать множество предметов", - "create.ponder.mechanical_saw_processing.text_2": "Обработанные предметы всегда движутся против подаваемого на Пилу вращения", - "create.ponder.mechanical_saw_processing.text_3": "Пилы могут работать с конвейером", - "create.ponder.mechanical_saw_processing.text_4": "Когда из ингредиента можно получить несколько результатов, фильтр рецепта может уточнить его", - "create.ponder.mechanical_saw_processing.text_5": "Без фильтра Пила будет выбирать все возможные результаты по очереди", - - "create.ponder.millstone.header": "Помолом предметов Жерновами", - "create.ponder.millstone.text_1": "Жернова обрабатывают предметы перемалывая их", - "create.ponder.millstone.text_2": "Их можно запустить с помощью Шестерни с любой стороны или Валом снизу", - "create.ponder.millstone.text_3": "Бросьте или положите предметы сверху", - "create.ponder.millstone.text_4": "После некоторого времени результат можно забрать кликнув ПКМ", - "create.ponder.millstone.text_5": "Продукты помола также можно вывести автоматически", - - "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": "Портативным жидкостным интерфейсом на штуковинах", - "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": "Инвентари на двигающихся штуковинах не могут быть открыты игроками", - "create.ponder.portable_storage_interface.text_2": "Этот компонент может взаимодействовать с хранилищем без необходимости останавливать штуковину", - "create.ponder.portable_storage_interface.text_3": "Установите второй с промежутком в 1 или 2 блока между ними", - "create.ponder.portable_storage_interface.text_4": "Когда они пройдут мимо друг друга, они соединятся", - "create.ponder.portable_storage_interface.text_5": "Пока они соединены, Портативный интерфейс будет представлять собой ВСЕ инвентари на штуковине", - "create.ponder.portable_storage_interface.text_6": "Теперь можно положить предметы в...", - "create.ponder.portable_storage_interface.text_7": "...или вывести их из штуковины", - "create.ponder.portable_storage_interface.text_8": "Если на какое-то время обмен предметами прекратится — штуковина продолжит свой путь", - - "create.ponder.portable_storage_interface_redstone.header": "Управлением Портативным складским интерфейсом редстоун-сигналом", - "create.ponder.portable_storage_interface_redstone.text_1": "Редстоун-сигнал предотвратит включение Портативного интерфейса", - - "create.ponder.powered_latch.header": "Управлением редстоун-сигналом с помощью Питаемых рычагов", - "create.ponder.powered_latch.text_1": "Питаемый рычаг — управляемый редстоуном рычаг", - "create.ponder.powered_latch.text_2": "Сигнал сзади включает его", - "create.ponder.powered_latch.text_3": "Сигналы сбоку, обратно, выключают его", - "create.ponder.powered_latch.text_4": "Питаемые рычаги также можно переключать вручную", - - "create.ponder.powered_toggle_latch.header": "Управлением редстоун-сигналом с помощью Питаемых рычагов-переключателей", - "create.ponder.powered_toggle_latch.text_1": "Питаемый рычаг-переключатель — управляемый редстоуном рычаг", - "create.ponder.powered_toggle_latch.text_2": "Сигналы сзади переключают его состояние...", - "create.ponder.powered_toggle_latch.text_3": "...включают и снова выключают", - "create.ponder.powered_toggle_latch.text_4": "Питаемые рычаги-переключатели также можно переключать вручную", - - "create.ponder.pulse_extender.header": "Использованием Редстоуновых удлинителей импульса", - "create.ponder.pulse_extender.text_1": "Редстоуновый удлинитель импульса может увеличить продолжительность редстоун-сигнала, проходящего через него", - "create.ponder.pulse_extender.text_2": "Он активируется после небольшой задержки...", - "create.ponder.pulse_extender.text_3": "...и выключается через настраиваемое время", - "create.ponder.pulse_extender.text_4": "С помощь Прокрутки можно настроить время Удлинителя импульса", - "create.ponder.pulse_extender.text_5": "Можно настроить задержку вплоть до 30 минут", - - "create.ponder.pulse_repeater.header": "Использованием Редстоуновых повторителей импульса", - "create.ponder.pulse_repeater.text_1": "Повторители импульса укоротят любой поступающий редстоун-сигнал до одного импульса", - "create.ponder.pulse_repeater.text_2": "С помощь Прокрутки можно настроить время Повторителя импульса", - "create.ponder.pulse_repeater.text_3": "Можно настроить задержку вплоть до 30 минут", - - "create.ponder.radial_chassis.header": "Присоединением блоков с помощью Радиальных шасси", - "create.ponder.radial_chassis.text_1": "Радиальное шасси соединяется с идентичными блоками Шасси в ряд", - "create.ponder.radial_chassis.text_2": "Когда один блок перемещается штуковиной, остальные двигаются с ним", - "create.ponder.radial_chassis.text_3": "Боковые грани Радиального шасси можно сделать липкими", - "create.ponder.radial_chassis.text_4": "Кликните ещё раз, чтобы сделать все остальные грани липкими", - "create.ponder.radial_chassis.text_5": "Кликните ПКМ крадучись пустой рукой, чтобы убрать слизь", - "create.ponder.radial_chassis.text_6": "Когда блок находится рядом с липкой гранью...", - "create.ponder.radial_chassis.text_7": "...он присоединит все достижимые блоки в пределах радиуса на этом слое", - "create.ponder.radial_chassis.text_8": "С помощью Гаечного ключа можно указать точный радиус для этого Шасси", - "create.ponder.radial_chassis.text_9": "Блоки, не достижимые ни одной липкой гранью, не прикрепятся", - - "create.ponder.redstone_contact.header": "Использованием Редстоуновых контактов", - "create.ponder.redstone_contact.text_1": "Редстоуновые контакты, направленные друг на друга, будут выдавать редстоун-сигнал", - "create.ponder.redstone_contact.text_2": "Также работает, когда один из них — часть двигающейся штуковины", - - "create.ponder.redstone_link.header": "Использованием Редстоуновых передатчиков сигнала", - "create.ponder.redstone_link.text_1": "Редстоуновые передатчики сигнала могут передавать редстоун-сигнал без редстоуновой пыли", - "create.ponder.redstone_link.text_2": "Кликните ПКМ крадучись, чтобы переключиться на режим приёмника", - "create.ponder.redstone_link.text_3": "ПКМ Гаечным ключом сделает то же самое", - "create.ponder.redstone_link.text_4": "Приёмники улавливают редстоун-сигнал Передатчиков в радиусе 128 блоков", - "create.ponder.redstone_link.text_5": "Положите предметы в два слота, чтобы указать частоту", - "create.ponder.redstone_link.text_6": "Передатчики только одной частоты могут сообщаться", - - "create.ponder.rope_pulley.header": "Перемещением структур с помощью Лебёдок", - "create.ponder.rope_pulley.text_1": "Лебёдки могут двигать блоки вертикально при подаче вращения", - "create.ponder.rope_pulley.text_2": "Направление и скорость движения зависят от исходного вращения", - - "create.ponder.rope_pulley_attachment.header": "Перемещением Лебёдки как частей штуковин", - "create.ponder.rope_pulley_attachment.text_1": "Когда Лебёдки перемещаются штуковиной...", - "create.ponder.rope_pulley_attachment.text_2": "...их присоединённая структура движется с ними", - "create.ponder.rope_pulley_attachment.text_3": "Учитывайте, что Лебёдки можно выдвигать только пока они не работают", - - "create.ponder.rope_pulley_modes.header": "Режимами движения Лебёдки", - "create.ponder.rope_pulley_modes.text_1": "Когда Лебёдка останавливается, сдвинутая структура обратно становится блоками", - "create.ponder.rope_pulley_modes.text_2": "Можно настроить её так, чтобы структура никогда не становилась блоками или только в исходном положении", - - "create.ponder.rose_quartz_lamp.header": "Особенностями Редстоуновых фонарей из розового кварца", - "create.ponder.rose_quartz_lamp.text_1": "Фонарь из розового кварца активируются по редстоун-сигналу", - "create.ponder.rose_quartz_lamp.text_2": "После этого он сам станет источником сигнала", - "create.ponder.rose_quartz_lamp.text_3": "Когда несколько Фонарей расположены в группе...", - "create.ponder.rose_quartz_lamp.text_4": "...активация одного из Фонарей, сфокусирует сигнал на нём, деактивируя все остальные", - "create.ponder.rose_quartz_lamp.text_5": "Компараторы выводят сигнал исходя из дистанции до ближайшего включённого Фонаря", - "create.ponder.rose_quartz_lamp.text_6": "Фонари также можно переключать вручную с помощью Гаечного ключа", - - "create.ponder.rotation_speed_controller.header": "Использованием Регуляторов скорости вращения", - "create.ponder.rotation_speed_controller.text_1": "Регуляторы скорости вращения передают вращение от своих осей на Большую шестерню выше них", - "create.ponder.rotation_speed_controller.text_2": "Можно настроить передаваемую скорость с помощью Прокрутки по соответствующему месту сбоку", - - "create.ponder.sail.header": "Сборкой мельниц с помощью Парусов", - "create.ponder.sail.text_1": "Паруса — удобные блоки для создания мельниц", - "create.ponder.sail.text_2": "Они будут прикрепляться к блокам и друг к другу без использования Суперклея или блоков Шасси", - "create.ponder.sail.text_3": "Кликните ПКМ с красителем, чтобы покрасить их", - "create.ponder.sail.text_4": "Кликните ПКМ с ножницами, чтобы превратить их в пустую Раму", - - "create.ponder.sail_frame.header": "Сборкой мельниц с помощью Рам парусов", - "create.ponder.sail_frame.text_1": "Рамы парусов — удобные блоки для создания мельниц", - "create.ponder.sail_frame.text_2": "Они будут прикрепляться к блокам и друг к другу без использования Суперклея или блоков Шасси", - - "create.ponder.sequenced_gearshift.header": "Использованием Последовательных коробок передач", - "create.ponder.sequenced_gearshift.text_1": "Последовательная коробка передач передает вращение по списку заданных инструкций", - "create.ponder.sequenced_gearshift.text_2": "Кликните ПКМ, чтобы открыть интерфейс для настройки", - "create.ponder.sequenced_gearshift.text_3": "При получении редстоун-сигнал, она начнёт выполнять заданные инструкции по порядку", - "create.ponder.sequenced_gearshift.text_4": "По завершению она будет дожидаться следующего сигнала и начнёт сначала", - "create.ponder.sequenced_gearshift.text_5": "Можно использовать компаратор для считывания текущего прогресса выполнения инструкций", - - "create.ponder.shaft.header": "Передачей силы вращения с помощью Валов", - "create.ponder.shaft.text_1": "Валы передают вращение по прямой", - - "create.ponder.shaft_casing.header": "Обрамлением Валов", - "create.ponder.shaft_casing.text_1": "Латунный или Андезитовый корпус можно использовать для украшения Валов", - - "create.ponder.smart_chute.header": "Фильтрацией предметов с помощью Умных желобов", - "create.ponder.smart_chute.text_1": "Умные желоба — вертикальные желоба с дополнительным контролем", - "create.ponder.smart_chute.text_2": "Предметы в слоте фильтра уточняют, что они могут забирать и передавать", - "create.ponder.smart_chute.text_3": "Используйте Прокрутку для уточнения размера забираемого стака", - "create.ponder.smart_chute.text_4": "Редстоун-сигнал выключает их", - - "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": "При ношении Инженерных очков, игрок сможет получить более полную информацию от прибора", - "create.ponder.speedometer.text_3": "Компараторы могут испускать аналоговый редстоун-сигнал относительно измерений Спидометра", - - "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": "Когда Механические вращатели являются частью двигающейся штуковины...", - "create.ponder.stabilized_bearings.text_2": "...они будут пытаться держаться ровно", - "create.ponder.stabilized_bearings.text_3": "Опять же, Вращатели присоединяют блоки перед ними", - "create.ponder.stabilized_bearings.text_4": "И в результате целая под-структура будет держаться ровно", - - "create.ponder.steam_engine.header": "Генерацией силы вращения Паровыми двигателями", - "create.ponder.steam_engine.text_1": "Паровые двигатели можно разместить на Жидкостном баке", - "create.ponder.steam_engine.text_10": "4 уровень", - "create.ponder.steam_engine.text_11": "4 двигателя", - "create.ponder.steam_engine.text_12": "8 уровень", - "create.ponder.steam_engine.text_13": "8 двигателей", - "create.ponder.steam_engine.text_2": "Кликните по Двигателю Валом в руке, чтобы создать выход кинетической энергии", - "create.ponder.steam_engine.text_3": "С достаточным количеством воды, уровнем нагрева и объёмом котла...", - "create.ponder.steam_engine.text_4": "...они будут генерировать вращательную силу", - "create.ponder.steam_engine.text_5": "Для минимальной установки требуется 4 Жидкостных бака", - "create.ponder.steam_engine.text_6": "С помощью Горелки всполоха можно увеличить итоговую мощность", - "create.ponder.steam_engine.text_7": "Более высокие уровни мощности требуют больше воды, размера котла и уровня нагрева", - "create.ponder.steam_engine.text_8": "Текущий уровень мощности котла можно проверить с помощью Инженерных очков", - "create.ponder.steam_engine.text_9": "С каждым добавленным уровнем мощности, каждый дополнительный Двигатель сможет работать на полную мощность", - - "create.ponder.steam_whistle.header": "Использованием Паровых свистков", - "create.ponder.steam_whistle.text_1": "Паровые свистки можно разместить на Жидкостном баке", - "create.ponder.steam_whistle.text_2": "Если Бак получает достаточный нагрев...", - "create.ponder.steam_whistle.text_3": "...Свисток будет играть определённую ноту при активации", - "create.ponder.steam_whistle.text_4": "Используйте дополнительный Свисток на блоке, чтобы понизить высоту его звука", - "create.ponder.steam_whistle.text_5": "Переключайтесь между тремя разными октавами с помощью Гаечного ключа", - "create.ponder.steam_whistle.text_6": "Инженерные очки помогут узнать текущую тональность звука", - - "create.ponder.sticker.header": "Прикреплением блоков с помощью Блоков-липучек", - "create.ponder.sticker.text_1": "Блоки-липучки идеально подходят для редстоун-управляемого присоединения блоков", - "create.ponder.sticker.text_2": "При получении редстоун-сигнала они переключают своё состояние", - "create.ponder.sticker.text_3": "Если он движется в штуковине, то блок будет двигаться с ним", - "create.ponder.sticker.text_4": "При повторном сигнале блок больше не будет прикреплён", - - "create.ponder.stressometer.header": "Мониторингом состояния кинетической сети с помощью Стрессометра", - "create.ponder.stressometer.text_1": "Стрессометр отображает текущую допустимую нагрузку присоединённой кинетической сети", - "create.ponder.stressometer.text_2": "При ношении Инженерных очков, игрок сможет получить более полную информацию от прибора", - "create.ponder.stressometer.text_3": "Компараторы могут испускать аналоговый редстоун-сигнал относительно измерений Стрессометра", - - "create.ponder.super_glue.header": "Присоединением блоков с помощью Суперклея", - "create.ponder.super_glue.text_1": "Суперклей можно использовать между двумя любыми блоками", - "create.ponder.super_glue.text_2": "Скреплённые блоки, будут двигаться вместе, при сборке в штуковину", - "create.ponder.super_glue.text_3": "Когда вы держите Суперклей во второй руке...", - "create.ponder.super_glue.text_4": "...добавленные блоки будут сразу приклеены к грани, на которую они были поставлены", - "create.ponder.super_glue.text_5": "Суперклей можно удалить кликнув ЛКМ по склеенной области", - "create.ponder.super_glue.text_6": "Блоки, висящие на других, обычно не требуют Суперклея", - - "create.ponder.track_chunks.header": "Пересечением поездом незагруженных чанков", - "create.ponder.track_chunks.text_1": "Железнодорожные пути остаются функциональными вне загруженных чанков", - "create.ponder.track_chunks.text_2": "Поезда будут путешествовать по неактивным участкам мира без каких либо проблем", - "create.ponder.track_chunks.text_3": "Они по-прежнему будут останавливаться на Станциях или запрещающих сигналах Светофора", - "create.ponder.track_chunks.text_4": "Однако, Дрели и другие компоненты на борту работать не будут", - "create.ponder.track_chunks.text_5": "Оказавшись рядом с игроком, поезд снова появится", - - "create.ponder.track_observer.header": "Обнаружением проходящих поездов с помощью Железнодорожных наблюдателей", - "create.ponder.track_observer.text_1": "Выберите Путь, затем установите Железнодорожный наблюдатель рядом", - "create.ponder.track_observer.text_2": "Наблюдатель обнаружит любые поезда, проходящие через маркер на рельсах", - "create.ponder.track_observer.text_3": "Наблюдатели могут быть настроены для обнаружения определённого груза", - - "create.ponder.track_placement.header": "Размещением Железнодорожных путей", - "create.ponder.track_placement.text_1": "Встречайте новый тип рельсов, разработанный для железнодорожных штуковин!", - "create.ponder.track_placement.text_2": "Чтобы разместить несколько Путей сразу, кликните на существующие Пути", - "create.ponder.track_placement.text_3": "Затем разместите или выберите вторые Пути", - "create.ponder.track_placement.text_4": "Железнодорожные пути, также могут быть размещены в виде поворотов или склонов", - "create.ponder.track_placement.text_5": "При соединении, Пути будут пытаться сделать каждый поворот одинакового размера", - "create.ponder.track_placement.text_6": "Удержание Ctrl при размещении...", - "create.ponder.track_placement.text_7": "...создаст самый длинный возможный изгиб", - "create.ponder.track_placement.text_8": "Материалы во второй руке будут подкладываться под Пути автоматически", - - "create.ponder.track_portal.header": "Железнодорожными путями и портале Незера", - "create.ponder.track_portal.text_1": "Пути, размещённые напротив портала Незера...", - "create.ponder.track_portal.text_2": "...попытаются создать Пути на другой стороне", - "create.ponder.track_portal.text_3": "Теперь поезда на данном направлении могут путешествовать по измерениям", - - "create.ponder.train_assembly.header": "Сборкой поездов на Железнодорожных станциях", - "create.ponder.train_assembly.text_1": "Выберите участок Железнодорожных путей, затем разместите рядом Станцию", - "create.ponder.train_assembly.text_10": "Каждый поезд требует Контроллер поезда на борту", - "create.ponder.train_assembly.text_11": "Дополнительный Контроллер позволяет отправляться со Станций в обоих направлениях", - "create.ponder.train_assembly.text_12": "Откройте интерфейс Станции и подтвердите процесс сборки", - "create.ponder.train_assembly.text_13": "Поезда можно разобрать обратно на блоки только на Станциях", - "create.ponder.train_assembly.text_14": "Использование на Станции карты — добавит на неё станционный маркер", - "create.ponder.train_assembly.text_15": "Собранные поезда можно перемещать на ближайшие Пути с помощью Гаечного ключа", - "create.ponder.train_assembly.text_2": "Станции — это путевые точки вашей железнодорожной сети", - "create.ponder.train_assembly.text_3": "Чтобы создать новый поезд, откройте интерфейс Станции и переключитесь в режим сборки", - "create.ponder.train_assembly.text_4": "Во время сборки к этой Станции не будут подъезжать поезда, следующие по Расписанию", - "create.ponder.train_assembly.text_5": "Создавайте новые вагонные тележки, используя Железнодорожный корпус на Путях", - "create.ponder.train_assembly.text_6": "Кликните на тележку ещё раз, чтобы переключаться между их вариациями внешнего вида", - "create.ponder.train_assembly.text_7": "Приклейте блоки с помощью Суперклея", - "create.ponder.train_assembly.text_8": "Собранные поезда будут двигаться быстрее, если они смогут найти топливо в прикреплённых сундуках или бочках", - "create.ponder.train_assembly.text_9": "Топливо, находящееся в Хранилищах — не будет потребляться поездом", - - "create.ponder.train_controls.header": "Управлением поездами с помощью Контроллеров поезда", - "create.ponder.train_controls.text_1": "Контроллер поезда требуются на каждой железнодорожной штуковине", - "create.ponder.train_controls.text_2": "После сборки кликните ПКМ по блоку, чтобы начать движение", - "create.ponder.train_controls.text_3": "Ускоряйте и управляйте поездом, используя клавиши движения", - "create.ponder.train_controls.text_4": "При желании, максимальную тягу можно настроить с помощью Прокрутки", - "create.ponder.train_controls.text_5": "Удерживайте Пробел, чтобы прибыть на Станцию рядом", - "create.ponder.train_controls.text_6": "Поезда можно разобрать обратно на блоки только на Станциях", - "create.ponder.train_controls.text_7": "Прикреплённые Свистки можно активировать, нажав Ctrl", - "create.ponder.train_controls.text_8": "Нажмите Shift слева или кликните ПКМ по Контроллеру, чтобы перестать управлять поездом", - - "create.ponder.train_schedule.header": "Использованием Расписаний поездов", - "create.ponder.train_schedule.text_1": "Расписания позволяют другим машинистам управлять поездами", - "create.ponder.train_schedule.text_2": "Кликните ПКМ с предметом в руке, чтобы открыть его интерфейс", - "create.ponder.train_schedule.text_3": "После составления, Расписание может быть передано машинисту поезда", - "create.ponder.train_schedule.text_4": "Горелка всполоха или любое существо, сидящее перед Контроллером поезда, является подходящим кандидатом в машинисты", - "create.ponder.train_schedule.text_5": "С помощью поводка можно легче усадить потенциального машиниста на его место", - "create.ponder.train_schedule.text_6": "Расписания можно отзывать от машинистов в любой момент времени", - - "create.ponder.train_signal_placement.header": "Размещением Железнодорожных светофоров", - "create.ponder.train_signal_placement.text_1": "Выберите Железнодорожный путь, затем установите Светофор поблизости", - "create.ponder.train_signal_placement.text_2": "Они регулируют движение поездов, которые управляются не игроками", - "create.ponder.train_signal_placement.text_3": "Поезда следующие по Расписанию никогда не будут пересекать Светофоры в противоположном направлении...", - "create.ponder.train_signal_placement.text_4": "...если не был добавлен второй Светофор, направленный в противоположную сторону", - "create.ponder.train_signal_placement.text_5": "К Светофорам можно прикрепить Газоразрядный индикатор, чтобы сделать их сигнальные огни более заметными", - - "create.ponder.train_signal_redstone.header": "Железнодорожным светофором и редстоун-сигнале", - "create.ponder.train_signal_redstone.text_1": "Сигнал Светофора может быть переключен вручную с помощью редстоун-сигнала", - "create.ponder.train_signal_redstone.text_2": "И наоборот, запрещающий сигнал Светофора, испускает редстоун-сигнал, получаемый компаратором", - - "create.ponder.train_signal_signaling.header": "Предотвращением аварий с помощью Железнодорожных светофоров", - "create.ponder.train_signal_signaling.text_1": "Светофоры делят Пути на сегменты", - "create.ponder.train_signal_signaling.text_2": "Если сегмент занят — проезд другим поездам запрещён", - "create.ponder.train_signal_signaling.text_3": "Таким образом, каждый сегмент будет содержать только один поезд одновременно", - "create.ponder.train_signal_signaling.text_4": "Второй режим Светофора доступен через переключение Гаечным ключом", - "create.ponder.train_signal_signaling.text_5": "Сегменты латунного Светофора обычно переходят в режим стандартного Светофора автоматически", - "create.ponder.train_signal_signaling.text_6": "Этот особый сигнал может останавливать поезда при втором условии", - "create.ponder.train_signal_signaling.text_7": "Он остановит поезда, которые при подъезде...", - "create.ponder.train_signal_signaling.text_8": "...не смогут сразу покинуть сегмент", - "create.ponder.train_signal_signaling.text_9": "Это помогает удерживать поезда, стоящие в очереди — вне загруженного сегмента", - - "create.ponder.valve_handle.header": "Генерацией силы вращения Вентилями", - "create.ponder.valve_handle.text_1": "Игроки могут использовать Вентили для применения силы вращения вручную", - "create.ponder.valve_handle.text_2": "Зажмите ПКМ для вращения против часовой стрелки", - "create.ponder.valve_handle.text_3": "Передаваемая ими скорость медленная и поступательная", - "create.ponder.valve_handle.text_4": "Зажмите ПКМ крадучись для вращения по часовой стрелке", - "create.ponder.valve_handle.text_5": "Вентили можно окрашивать в эстетических целях", - - "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": "Водяные колёса берут силу от потоков воды", - "create.ponder.water_wheel.text_2": "Чем больше сторон задействовано, тем быстрее будет вращаться Водяное колесо", - "create.ponder.water_wheel.text_3": "Лопасти колеса должны быть направлены против течения", - "create.ponder.water_wheel.text_4": "Лопасти направленные в противоположную сторону, будут не так эффективно вырабатывать силу вращения", - - "create.ponder.weighted_ejector.header": "Использованием Весовых катапульт", - "create.ponder.weighted_ejector.text_1": "Кликните ПКМ крадучись, держа Катапульту, чтобы выбрать место цели", - "create.ponder.weighted_ejector.text_10": "Теперь она ограниченна этим размера стака и будет активироваться только тогда, когда удерживаемый стак достигнет этого количества", - "create.ponder.weighted_ejector.text_11": "Другие существа, встав на Катапульту, будут всегда активировать её", - "create.ponder.weighted_ejector.text_2": "Установленная Катапульта будет запускать объекты до отмеченного места", - "create.ponder.weighted_ejector.text_3": "Подходящая цель может быть на любой дистанции и высоте в радиусе", - "create.ponder.weighted_ejector.text_4": "Однако, они не могут быть сбоку", - "create.ponder.weighted_ejector.text_5": "Если не было выбрано подходящей цели, она будет целиться в блок перед ней", - "create.ponder.weighted_ejector.text_6": "Предоставьте силу вращения, чтобы зарядить её", - "create.ponder.weighted_ejector.text_7": "Попадание предметов на Катапульту вызывает её срабатывание", - "create.ponder.weighted_ejector.text_8": "Если целью был выбран инвентарь, то катапульта будет ждать, пока в нём не появится место", - "create.ponder.weighted_ejector.text_9": "С помощью Гаечного ключа можно настроить необходимый размер стака", - - "create.ponder.weighted_ejector_redstone.header": "Управлением Весовой катапультой редстоун-сигналом", - "create.ponder.weighted_ejector_redstone.text_1": "При подаче редстоун-сигнала Катапульты не будут активироваться", - "create.ponder.weighted_ejector_redstone.text_2": "Кроме того, наблюдатели могут определить, когда Катапульты срабатывают", - - "create.ponder.weighted_ejector_tunnel.header": "Разделением стаков предметов с помощью Весовой катапульты", - "create.ponder.weighted_ejector_tunnel.text_1": "Объединённые с Латунными туннелями, Катапульты могут делить стаки предметов по нужному количеству", - "create.ponder.weighted_ejector_tunnel.text_2": "Сперва, настройте Латунный туннель на режим «Предпочтительно ближайший», чтобы приоритизировать выход сбоку", - "create.ponder.weighted_ejector_tunnel.text_3": "Размер стака, установленный на Катапульте, теперь определяет отделяемое количество", - "create.ponder.weighted_ejector_tunnel.text_4": "Пока новый стак нужного количества лежит на боковом выходе...", - "create.ponder.weighted_ejector_tunnel.text_5": "...остаток продолжит свой путь", - - "create.ponder.windmill_source.header": "Генерацией силы вращения Подшипниками ветряной мельницы", - "create.ponder.windmill_source.text_1": "Подшипники ветряной мельницы прикрепляют блоки перед ними", - "create.ponder.windmill_source.text_2": "Создайте движущуюся конструкцию с помощью Суперклея, Паруса прикрепляются сами", - "create.ponder.windmill_source.text_3": "Если прикреплено достаточно парусоподобных блоков, он может стать мельницей", - "create.ponder.windmill_source.text_4": "Активированный кликом ПКМ, Подшипник ветряной мельницы начнёт вырабатывать силу вращения", - "create.ponder.windmill_source.text_5": "Количество парусоподобных блоков определяет скорость вращения", - "create.ponder.windmill_source.text_6": "Используйте Гаечный ключ, чтобы настроить направление вращения", - "create.ponder.windmill_source.text_7": "Кликните ПКМ по Подшипнику в любое время, чтобы остановить и снова изменить структуру", - - "create.ponder.windmill_structure.header": "Установкой Ветряной мельницы", - "create.ponder.windmill_structure.text_1": "Любая структура может считаться мельницей, пока она содержит как минимум 8 парусоподобных блоков", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/sv_se.json b/src/generated/resources/assets/create/lang/unfinished/sv_se.json deleted file mode 100644 index f7192fc8a6..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/sv_se.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 1219", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Akacia fönster", - "block.create.acacia_window_pane": "Fönsterruta av akacia", - "block.create.adjustable_chain_gearshift": "Justerbar kedjeväxel", - "block.create.analog_lever": "Analog Spak", - "block.create.andesite_belt_funnel": "Rullbandstratt av Andesit", - "block.create.andesite_casing": "Andesit Kapsel", - "block.create.andesite_encased_cogwheel": "Andesit Inkapslat Kugghjul", - "block.create.andesite_encased_large_cogwheel": "Stort Andesit Inkapslat Kugghjul", - "block.create.andesite_encased_shaft": "Andesit Inkapslad Axel", - "block.create.andesite_funnel": "Andesit Tratt", - "block.create.andesite_ladder": "Stege av Andesit", - "block.create.andesite_pillar": "Pelare av Andesit", - "block.create.andesite_tunnel": "Andesit Tunnel", - "block.create.asurine": "Asurine", - "block.create.asurine_pillar": "Pelare av Asurine", - "block.create.basin": "Gjutjärnsgryta", - "block.create.belt": "Rullband", - "block.create.birch_window": "Björk fönster", - "block.create.birch_window_pane": "Fönsterruta av björk", - "block.create.black_nixie_tube": "Svart Nixie Tub", - "block.create.black_sail": "Svart Segel", - "block.create.black_seat": "Svart Säte", - "block.create.black_toolbox": "Svart Verktygslåda", - "block.create.black_valve_handle": "Svart Ventil Handtag", - "block.create.blaze_burner": "Blaze Brännare", - "block.create.blue_nixie_tube": "Blå Nixie Tub", - "block.create.blue_sail": "Blått Segel", - "block.create.blue_seat": "Blått Säte", - "block.create.blue_toolbox": "Blå Verktygslåda", - "block.create.blue_valve_handle": "Blått Ventil Handtag", - "block.create.brass_belt_funnel": "Rullbandstratt av Mässing", - "block.create.brass_block": "Block av Mässing", - "block.create.brass_casing": "Mässing Kapsel", - "block.create.brass_encased_cogwheel": "Mässing Inkapslat Kugghjul", - "block.create.brass_encased_large_cogwheel": "Stort Mässing Inkapslat Kugghjul", - "block.create.brass_encased_shaft": "Mässing Inkapslad Axel", - "block.create.brass_funnel": "Rullbandstratt av Mässing", - "block.create.brass_ladder": "Stege av Mässing", - "block.create.brass_tunnel": "Mässing Tunnel", - "block.create.brown_nixie_tube": "Brun Nixie Tub", - "block.create.brown_sail": "Brunt Segel", - "block.create.brown_seat": "Brunt Säte", - "block.create.brown_toolbox": "Brun Verktygslåda", - "block.create.brown_valve_handle": "Brunt Ventil Handtag", - "block.create.calcite_pillar": "Pelare av Kalcit", - "block.create.cart_assembler": "Vagnsmontör", - "block.create.chocolate": "Choklad", - "block.create.chute": "Rör", - "block.create.clockwork_bearing": "Klockverks Gångjärn", - "block.create.clutch": "Koppling", - "block.create.cogwheel": "Kugghjul", - "block.create.content_observer": "Innehålls Övervakare", - "block.create.controller_rail": "Kontrolljärnväg", - "block.create.controls": "Tåg Kontroller", - "block.create.copper_backtank": "Baktank av Koppar", - "block.create.copper_casing": "Koppar Kapsel", - "block.create.copper_ladder": "Stege av Koppar", - "block.create.copper_shingle_slab": "Shingle Koppar Platta", - "block.create.copper_shingle_stairs": "Shingle Koppar Trappa", - "block.create.copper_shingles": "Koppar Shingles", - "block.create.copper_tile_slab": "Platta av Kopparkakel", - "block.create.copper_tile_stairs": "Trappa av Kopparkakel", - "block.create.copper_tiles": "Kopparkakel", - "block.create.copper_valve_handle": "Ventil Handtag av Koppar", - "block.create.creative_crate": "Kreativ Låda", - "block.create.creative_fluid_tank": "Kreativ Vätsketank", - "block.create.creative_motor": "Kreativ Motor", - "block.create.crimsite": "Krimsit", - "block.create.crimsite_pillar": "Pelare av Krimsit", - "block.create.crimson_window": "Karmosin fönster", - "block.create.crimson_window_pane": "Fönsterruta av karmosin", - "block.create.crushing_wheel": "Krossande Hjul", - "block.create.crushing_wheel_controller": "Krossande Hjul Kontroll", - "block.create.cuckoo_clock": "Gökur", - "block.create.cut_andesite": "Skuren Andesit", - "block.create.cut_andesite_brick_slab": "Skuren Andesit Tegelplatta", - "block.create.cut_andesite_brick_stairs": "Skuren Andesit Tegel Trappa", - "block.create.cut_andesite_brick_wall": "Skuren Andesit Tegelvägg", - "block.create.cut_andesite_bricks": "Skuren Andesit Tegelsten", - "block.create.cut_andesite_slab": "Skuren Andesit Platta", - "block.create.cut_andesite_stairs": "Skuren Andesit Trappa", - "block.create.cut_andesite_wall": "Skuren Andesit Vägg", - "block.create.cut_asurine": "Skuren Asurine", - "block.create.cut_asurine_brick_slab": "Skuren Asurine Tegelplatta", - "block.create.cut_asurine_brick_stairs": "Skuren Asurine Tegel Trappa", - "block.create.cut_asurine_brick_wall": "Skuren Asurine Tegelvägg", - "block.create.cut_asurine_bricks": "Skuren Asurine Tegelsten", - "block.create.cut_asurine_slab": "Skuren Asurine Platta", - "block.create.cut_asurine_stairs": "Skuren Asurine Trappa", - "block.create.cut_asurine_wall": "Skuren Asurine Vägg", - "block.create.cut_calcite": "Skuren Kalcit", - "block.create.cut_calcite_brick_slab": "Skuren Kalcit Tegelplatta", - "block.create.cut_calcite_brick_stairs": "Skuren Kalcit Tegel Trappa", - "block.create.cut_calcite_brick_wall": "Skuren Kalcit Tegelvägg", - "block.create.cut_calcite_bricks": "Skuren Kalcit Tegelsten", - "block.create.cut_calcite_slab": "Skuren Kalcit Platta", - "block.create.cut_calcite_stairs": "Skuren Kalcit Trappa", - "block.create.cut_calcite_wall": "Skuren Kalcit Vägg", - "block.create.cut_crimsite": "Skuren Krimsit", - "block.create.cut_crimsite_brick_slab": "Skuren Krimsit Tegelplatta", - "block.create.cut_crimsite_brick_stairs": "Skuren Krimsit Tegel Trappa", - "block.create.cut_crimsite_brick_wall": "Skuren Krimsit Tegelvägg", - "block.create.cut_crimsite_bricks": "Skuren Krimsit Tegelsten", - "block.create.cut_crimsite_slab": "Skuren Krimsit Platta", - "block.create.cut_crimsite_stairs": "Skuren Krimsit Trappa", - "block.create.cut_crimsite_wall": "Skuren Krimsit Vägg", - "block.create.cut_deepslate": "Skuren Djupskiffer", - "block.create.cut_deepslate_brick_slab": "Skuren Djupskiffer Tegelplatta", - "block.create.cut_deepslate_brick_stairs": "Skuren Djupskiffer Tegel Trappa", - "block.create.cut_deepslate_brick_wall": "Skuren Djupskiffer Tegelvägg", - "block.create.cut_deepslate_bricks": "Skuren Djupskiffer Tegelsten", - "block.create.cut_deepslate_slab": "Skuren Djupskiffer Platta", - "block.create.cut_deepslate_stairs": "Skuren Djupskiffer Trappa", - "block.create.cut_deepslate_wall": "Skuren Djupskiffer Vägg", - "block.create.cut_diorite": "Skuren Diorit", - "block.create.cut_diorite_brick_slab": "Skuren Diorit Tegelplatta", - "block.create.cut_diorite_brick_stairs": "Skuren Diorit Tegel Trappa", - "block.create.cut_diorite_brick_wall": "Skuren Diorit Tegelvägg", - "block.create.cut_diorite_bricks": "Skuren Diorit Tegelsten", - "block.create.cut_diorite_slab": "Skuren Diorit Platta", - "block.create.cut_diorite_stairs": "Skuren Diorit Trappa", - "block.create.cut_diorite_wall": "Skuren Diorit Vägg", - "block.create.cut_dripstone": "Skuren Droppsten", - "block.create.cut_dripstone_brick_slab": "Skuren Droppsten Tegelplatta", - "block.create.cut_dripstone_brick_stairs": "Skuren Droppsten Tegel Trappa", - "block.create.cut_dripstone_brick_wall": "Skuren Droppsten Tegelvägg", - "block.create.cut_dripstone_bricks": "Skuren Droppsten Tegelsten", - "block.create.cut_dripstone_slab": "Skuren Droppsten Platta", - "block.create.cut_dripstone_stairs": "Skuren Droppsten Trappa", - "block.create.cut_dripstone_wall": "Skuren Droppsten Vägg", - "block.create.cut_granite": "Skuren Granit", - "block.create.cut_granite_brick_slab": "Skuren Granit Tegelplatta", - "block.create.cut_granite_brick_stairs": "Skuren Granit Tegel Trappa", - "block.create.cut_granite_brick_wall": "Skuren Granit Tegelvägg", - "block.create.cut_granite_bricks": "Skuren Granit Tegelsten", - "block.create.cut_granite_slab": "Skuren Granit Platta", - "block.create.cut_granite_stairs": "Skuren Granit Trappa", - "block.create.cut_granite_wall": "Skuren Granit Vägg", - "block.create.cut_limestone": "Skuren Kalksten", - "block.create.cut_limestone_brick_slab": "Skuren Kalksten Tegelplatta", - "block.create.cut_limestone_brick_stairs": "Skuren Kalksten Tegel Trappa", - "block.create.cut_limestone_brick_wall": "Skuren Kalksten Tegelvägg", - "block.create.cut_limestone_bricks": "Skuren Kalksten Tegelsten", - "block.create.cut_limestone_slab": "Skuren Kalksten Platta", - "block.create.cut_limestone_stairs": "Skuren Kalksten Trappa", - "block.create.cut_limestone_wall": "Skuren Kalksten Vägg", - "block.create.cut_ochrum": "Skuren Ochrum", - "block.create.cut_ochrum_brick_slab": "Skuren Ochrum Tegelplatta", - "block.create.cut_ochrum_brick_stairs": "Skuren Ochrum Tegel Trappa", - "block.create.cut_ochrum_brick_wall": "Skuren Ochrum Tegelvägg", - "block.create.cut_ochrum_bricks": "Skuren Ochrum Tegelsten", - "block.create.cut_ochrum_slab": "Skuren Ochrum Platta", - "block.create.cut_ochrum_stairs": "Skuren Ochrum Trappa", - "block.create.cut_ochrum_wall": "Skuren Ochrum Vägg", - "block.create.cut_scorchia": "Skuren Scorchia", - "block.create.cut_scorchia_brick_slab": "Skuren Scorchia Tegelplatta", - "block.create.cut_scorchia_brick_stairs": "Skuren Scorchia Tegel Trappa", - "block.create.cut_scorchia_brick_wall": "Skuren Scorchia Tegelvägg", - "block.create.cut_scorchia_bricks": "Skuren Scorchia Tegelsten", - "block.create.cut_scorchia_slab": "Skuren Scorchia Platta", - "block.create.cut_scorchia_stairs": "Skuren Scorchia Trappa", - "block.create.cut_scorchia_wall": "Skuren Scorchia Vägg", - "block.create.cut_scoria": "Skuren Scoria", - "block.create.cut_scoria_brick_slab": "Skuren Scoria Tegelplatta", - "block.create.cut_scoria_brick_stairs": "Skuren Scoria Tegel Trappa", - "block.create.cut_scoria_brick_wall": "Skuren Scoria Tegelvägg", - "block.create.cut_scoria_bricks": "Skuren Scoria Tegelsten", - "block.create.cut_scoria_slab": "Skuren Scoria Platta", - "block.create.cut_scoria_stairs": "Skuren Scoria Trappa", - "block.create.cut_scoria_wall": "Skuren Scoria Vägg", - "block.create.cut_tuff": "Skuren Tuffsten", - "block.create.cut_tuff_brick_slab": "Skuren Tuffsten Tegelplatta", - "block.create.cut_tuff_brick_stairs": "Skuren Tuffsten Tegel Trappa", - "block.create.cut_tuff_brick_wall": "Skuren Tuffsten Tegelvägg", - "block.create.cut_tuff_bricks": "Skuren Tuffsten Tegelsten", - "block.create.cut_tuff_slab": "Skuren Tuffsten Platta", - "block.create.cut_tuff_stairs": "Skuren Tuffsten Trappa", - "block.create.cut_tuff_wall": "Skuren Tuffsten Vägg", - "block.create.cut_veridium": "Skuren Veridium", - "block.create.cut_veridium_brick_slab": "Skuren Veridium Tegelplatta", - "block.create.cut_veridium_brick_stairs": "Skuren Veridium Tegel Trappa", - "block.create.cut_veridium_brick_wall": "Skuren Veridium Tegelvägg", - "block.create.cut_veridium_bricks": "Skuren Veridium Tegelsten", - "block.create.cut_veridium_slab": "Skuren Veridium Platta", - "block.create.cut_veridium_stairs": "Skuren Veridium Trappa", - "block.create.cut_veridium_wall": "Skuren Veridium Vägg", - "block.create.cyan_nixie_tube": "Cyan Nixie Tub", - "block.create.cyan_sail": "Cyant Segel", - "block.create.cyan_seat": "Cyant Säte", - "block.create.cyan_toolbox": "Cyan Verktygslåda", - "block.create.cyan_valve_handle": "Cyant Ventil Handtag", - "block.create.dark_oak_window": "Mörkt ek fönster", - "block.create.dark_oak_window_pane": "Fönsterruta av mörk ek", - "block.create.deepslate_pillar": "Pelare av Djupskiffer", - "block.create.deepslate_zinc_ore": "Djupskifferinbäddad zinkmalm", - "block.create.deployer": "Avsändare", - "block.create.depot": "Depå", - "block.create.diorite_pillar": "Pelare av Diorit", - "block.create.display_board": "Visarbräde", - "block.create.display_link": "Visarlänk", - "block.create.dripstone_pillar": "Pelare av Droppsten", - "block.create.encased_chain_drive": "Inkapslad Kedjedrift", - "block.create.encased_fan": "Inkapslad Fläkt", - "block.create.encased_fluid_pipe": "Inkapslat Vätskerör", - "block.create.exposed_copper_shingle_slab": "Exponerad Shingle Koppar Platta", - "block.create.exposed_copper_shingle_stairs": "Exponerad Shingle Koppar Trappa", - "block.create.exposed_copper_shingles": "Exponerad Shingle Koppar", - "block.create.exposed_copper_tile_slab": "Exponerad Kopparkakels Platta", - "block.create.exposed_copper_tile_stairs": "Exponerad Kopparkakels Trappa", - "block.create.exposed_copper_tiles": "Exponerat Kopparkakel", - "block.create.fake_track": "Spåra Visaren för Kartor", - "block.create.fluid_pipe": "Vätskerör", - "block.create.fluid_tank": "Vätsketank", - "block.create.fluid_valve": "Vätskeventil", - "block.create.flywheel": "Svänghjul", - "block.create.framed_glass": "Inramat Glas", - "block.create.framed_glass_door": "Inramad Glasdörr", - "block.create.framed_glass_pane": "Inramad fönsterruta", - "block.create.framed_glass_trapdoor": "Inramad Glaslucka", - "block.create.gantry_carriage": "Brygg-transport", - "block.create.gantry_shaft": "Brygg-axel", - "block.create.gearbox": "Växellåda", - "block.create.gearshift": "Växelskift", - "block.create.glass_fluid_pipe": "Vätskerör i Glas", - "block.create.granite_pillar": "Pelare av Granit", - "block.create.gray_nixie_tube": "Grå Nixie Tub", - "block.create.gray_sail": "Grått Segel", - "block.create.gray_seat": "Grått Säte", - "block.create.gray_toolbox": "Grå Verktygslåda", - "block.create.gray_valve_handle": "Grått Ventil Handtag", - "block.create.green_nixie_tube": "Grön Nixie Tub", - "block.create.green_sail": "Grönt Segel", - "block.create.green_seat": "Grönt Säte", - "block.create.green_toolbox": "Grön Verktygslåda", - "block.create.green_valve_handle": "Grönt Ventil Handtag", - "block.create.hand_crank": "Handvev", - "block.create.haunted_bell": "Hemsökt Ringklocka", - "block.create.honey": "Honung", - "block.create.horizontal_framed_glass": "Horisontellt Inramat Glas", - "block.create.horizontal_framed_glass_pane": "Horisontellt inramad fönsterruta", - "block.create.hose_pulley": "Slang Vev", - "block.create.item_drain": "Föremåls Avlopp", - "block.create.item_vault": "Föremåls Kassaskåp", - "block.create.jungle_window": "Djungelfönster", - "block.create.jungle_window_pane": "Fönsterruta av djungel", - "block.create.large_bogey": "Stor Bogey", - "block.create.large_cogwheel": "Stort Kugghjul", - "block.create.layered_andesite": "Lagrad Andesit", - "block.create.layered_asurine": "Lagrad Asurine", - "block.create.layered_calcite": "Lagrad Kalcit", - "block.create.layered_crimsite": "Lagrad Krimsit", - "block.create.layered_deepslate": "Lagrad Djupskiffer", - "block.create.layered_diorite": "Lagrad Diorit", - "block.create.layered_dripstone": "Lagrad Droppsten", - "block.create.layered_granite": "Lagrad Granit", - "block.create.layered_limestone": "Lagrad Kalksten", - "block.create.layered_ochrum": "Lagrad Ochrum", - "block.create.layered_scorchia": "Lagrad Scorchia", - "block.create.layered_scoria": "Lagrad Scoria", - "block.create.layered_tuff": "Lagrad Tuffsten", - "block.create.layered_veridium": "Lagrad Veridium", - "block.create.lectern_controller": "Föreläsnings Kontroll", - "block.create.light_blue_nixie_tube": "Ljusblå Nixie Tub", - "block.create.light_blue_sail": "Ljusblått Segel", - "block.create.light_blue_seat": "Ljusblått Säte", - "block.create.light_blue_toolbox": "Ljusblå Verktygslåda", - "block.create.light_blue_valve_handle": "Ljusblått Ventil Handtag", - "block.create.light_gray_nixie_tube": "Ljusgrå Nixie Tub", - "block.create.light_gray_sail": "Ljusgrått Segel", - "block.create.light_gray_seat": "Ljusgrått Säte", - "block.create.light_gray_toolbox": "Ljusgrå Verktygslåda", - "block.create.light_gray_valve_handle": "Ljusgrått Ventil Handtag", - "block.create.lime_nixie_tube": "Limegrön Nixie Tub", - "block.create.lime_sail": "Limegrönt Segel", - "block.create.lime_seat": "Limegrönt Säte", - "block.create.lime_toolbox": "Limegrön Verktygslåda", - "block.create.lime_valve_handle": "Limegrönt Ventil Handtag", - "block.create.limestone": "Kalksten", - "block.create.limestone_pillar": "Pelare av Kalksten", - "block.create.linear_chassis": "Linjär Chassi", - "block.create.lit_blaze_burner": "Tänd Blaze Brännare", - "block.create.magenta_nixie_tube": "Magenta Nixie Tub", - "block.create.magenta_sail": "Magenta Segel", - "block.create.magenta_seat": "Magenta Säte", - "block.create.magenta_toolbox": "Magenta Verktygslåda", - "block.create.magenta_valve_handle": "Magentafärgat Ventil Handtag", - "block.create.mechanical_arm": "Mekanisk Arm", - "block.create.mechanical_bearing": "Mekaniskt Gångjärn", - "block.create.mechanical_crafter": "Mekanisk Tillverkare", - "block.create.mechanical_drill": "Mekanisk Borr", - "block.create.mechanical_harvester": "Mekanisk Skördare", - "block.create.mechanical_mixer": "Mekanisk Visp", - "block.create.mechanical_piston": "Mekanisk Kolv", - "block.create.mechanical_piston_head": "Mekaniskt Kolvhuvud", - "block.create.mechanical_plough": "Mekanisk Plog", - "block.create.mechanical_press": "Mekanisk Tryckpress", - "block.create.mechanical_pump": "Mekanisk Pump", - "block.create.mechanical_saw": "Mekanisk Såg", - "block.create.metal_bracket": "Metallfäste", - "block.create.metal_girder": "Metallbalk", - "block.create.metal_girder_encased_shaft": "Metallbalk med Inkapslad Axel", - "block.create.millstone": "Kvarnsten", - "block.create.minecart_anchor": "Gruvvagns Ankare", - "block.create.mysterious_cuckoo_clock": "Gökur", - "block.create.nixie_tube": "Nixie Tub", - "block.create.nozzle": "Munstycke", - "block.create.oak_window": "Ek fönster", - "block.create.oak_window_pane": "Fönsterruta av ek", - "block.create.ochrum": "Ochrum", - "block.create.ochrum_pillar": "Pelare av Ochrum", - "block.create.orange_sail": "Oranget Segel", - "block.create.orange_seat": "Oranget Säte", - "block.create.orange_toolbox": "Orange Verktygslåda", - "block.create.orange_valve_handle": "Oranget Ventil Handtag", - "block.create.ornate_iron_window": "Utsmyckat järnfönster", - "block.create.ornate_iron_window_pane": "Utsmyckad fönsterruta av järn", - "block.create.oxidized_copper_shingle_slab": "Oxiderad Shingle Koppar Platta", - "block.create.oxidized_copper_shingle_stairs": "Oxiderad Shingle Koppar Trappa", - "block.create.oxidized_copper_shingles": "Oxiderad Shingle Koppar", - "block.create.oxidized_copper_tile_slab": "Platta av Oxiderat Kopparkakel", - "block.create.oxidized_copper_tile_stairs": "Trappa av Oxiderat Kopparkakel", - "block.create.oxidized_copper_tiles": "Oxiderat Kopparkakel", - "block.create.peculiar_bell": "Egenartad Ringklocka", - "block.create.pink_nixie_tube": "Rosa Nixie Tub", - "block.create.pink_sail": "Rosa Segel", - "block.create.pink_seat": "Rosa Säte", - "block.create.pink_toolbox": "Rosa Verktygslåda", - "block.create.pink_valve_handle": "Rosa Ventil Handtag", - "block.create.piston_extension_pole": "Kolv Förlängnings Stång", - "block.create.placard": "Plakat", - "block.create.polished_cut_andesite": "Skuren Polerad Andesit", - "block.create.polished_cut_andesite_slab": "Skuren Polerad Andesit Platta", - "block.create.polished_cut_andesite_stairs": "Skuren Polerad Andesit Trappa", - "block.create.polished_cut_andesite_wall": "Skuren Polerad Andesit Vägg", - "block.create.polished_cut_asurine": "Skuren Polerad Asurine", - "block.create.polished_cut_asurine_slab": "Skuren Polerad Asurine Platta", - "block.create.polished_cut_asurine_stairs": "Skuren Polerad Asurine Trappa", - "block.create.polished_cut_asurine_wall": "Skuren Polerad Asurine Vägg", - "block.create.polished_cut_calcite": "Skuren Polerad Kalcit", - "block.create.polished_cut_calcite_slab": "Skuren Polerad Kalcit Platta", - "block.create.polished_cut_calcite_stairs": "Skuren Polerad Kalcit Trappa", - "block.create.polished_cut_calcite_wall": "Skuren Polerad Kalcit Vägg", - "block.create.polished_cut_crimsite": "Skuren Polerad Krimsit", - "block.create.polished_cut_crimsite_slab": "Skuren Polerad Krimsit Platta", - "block.create.polished_cut_crimsite_stairs": "Skuren Polerad Krimsit Trappa", - "block.create.polished_cut_crimsite_wall": "Skuren Polerad Krimsit Vägg", - "block.create.polished_cut_deepslate": "Skuren Polerad Djupskiffer", - "block.create.polished_cut_deepslate_slab": "Skuren Polerad Djupskiffer Platta", - "block.create.polished_cut_deepslate_stairs": "Skuren Polerad Djupskiffer Trappa", - "block.create.polished_cut_deepslate_wall": "Skuren Polerad Djupskiffer Vägg", - "block.create.polished_cut_diorite": "Skuren Polerad Diorit", - "block.create.polished_cut_diorite_slab": "Skuren Polerad Diorit Platta", - "block.create.polished_cut_diorite_stairs": "Skuren Polerad Diorit Trappa", - "block.create.polished_cut_diorite_wall": "Skuren Polerad Diorit Vägg", - "block.create.polished_cut_dripstone": "Skuren Polerad Droppsten", - "block.create.polished_cut_dripstone_slab": "Skuren Polerad Droppstens Platta", - "block.create.polished_cut_dripstone_stairs": "Skuren Polerad Droppsten Trappa", - "block.create.polished_cut_dripstone_wall": "Skuren Polerad Droppstens Vägg", - "block.create.polished_cut_granite": "Skuren Polerad Granit", - "block.create.polished_cut_granite_slab": "Skuren Polerad Granit Platta", - "block.create.polished_cut_granite_stairs": "Skuren Polerad Granit Trappa", - "block.create.polished_cut_granite_wall": "Skuren Polerad Granit Vägg", - "block.create.polished_cut_limestone": "Skuren Polerad Kalksten", - "block.create.polished_cut_limestone_slab": "Skuren Polerad Kalkstens Platta", - "block.create.polished_cut_limestone_stairs": "Skuren Polerad Kalkstens Trappa", - "block.create.polished_cut_limestone_wall": "Skuren Polerad Kalkstens Vägg", - "block.create.polished_cut_ochrum": "Skuren Polerad Ochrum", - "block.create.polished_cut_ochrum_slab": "Skuren Polerad Ochrum Platta", - "block.create.polished_cut_ochrum_stairs": "Skuren Polerad Ochrum Trappa", - "block.create.polished_cut_ochrum_wall": "Skuren Polerad Ochrum Vägg", - "block.create.polished_cut_scorchia": "Skuren Polerad Scorchia", - "block.create.polished_cut_scorchia_slab": "Skuren Polerad Scorchia Platta", - "block.create.polished_cut_scorchia_stairs": "Skuren Polerad Scorchia Trappa", - "block.create.polished_cut_scorchia_wall": "Skuren Polerad Scorchia Vägg", - "block.create.polished_cut_scoria": "Skuren Polerad Scoria", - "block.create.polished_cut_scoria_slab": "Skuren Polerad Scoria Platta", - "block.create.polished_cut_scoria_stairs": "Skuren Polerad Scoria Trappa", - "block.create.polished_cut_scoria_wall": "Skuren Polerad Scoria Vägg", - "block.create.polished_cut_tuff": "Skuren Polerad Tuffsten", - "block.create.polished_cut_tuff_slab": "Skuren Polerad Tuffstens Platta", - "block.create.polished_cut_tuff_stairs": "Skuren Polerad Tuffstens Trappa", - "block.create.polished_cut_tuff_wall": "Skuren Polerad Tuffstens Vägg", - "block.create.polished_cut_veridium": "Skuren Polerad Veridium", - "block.create.polished_cut_veridium_slab": "Skuren Polerad Veridium Platta", - "block.create.polished_cut_veridium_stairs": "Skuren Polerad Veridium Trappa", - "block.create.polished_cut_veridium_wall": "Skuren Polerad Veridium Vägg", - "block.create.portable_fluid_interface": "Bärbar Vätskegränssnitt", - "block.create.portable_storage_interface": "Bärbar Lagringsgränssnitt", - "block.create.powered_latch": "Igångsatt Spärr", - "block.create.powered_shaft": "Igångsatt Axel", - "block.create.powered_toggle_latch": "Igångsatt Växlande-Spärr", - "block.create.pulley_magnet": "Magnet Vev", - "block.create.pulse_extender": "Puls Förlängare", - "block.create.pulse_repeater": "Puls Upprepare", - "block.create.purple_nixie_tube": "Lila Nixie Tub", - "block.create.purple_sail": "Lila Segel", - "block.create.purple_seat": "Lila Säte", - "block.create.purple_toolbox": "Lila Verktygslåda", - "block.create.purple_valve_handle": "Lila Ventil Handtag", - "block.create.radial_chassis": "Radiell Chassi", - "block.create.railway_casing": "Tåg Kapsel", - "block.create.raw_zinc_block": "Block av Rå Zink", - "block.create.red_nixie_tube": "Röd Nixie Tub", - "block.create.red_sail": "Rött Segel", - "block.create.red_seat": "Rött Säte", - "block.create.red_toolbox": "Röd Verktygslåda", - "block.create.red_valve_handle": "Rött Ventil Handtag", - "block.create.redstone_contact": "Rödstens Kontakt", - "block.create.redstone_link": "Rödstenslänk", - "block.create.refined_radiance_casing": "Radiant Kapsel", - "block.create.rope": "Rep", - "block.create.rope_pulley": "Rep Vev", - "block.create.rose_quartz_block": "Block av Ros Kvarts", - "block.create.rose_quartz_lamp": "Ros Kvarts Lampa", - "block.create.rose_quartz_tiles": "Ros Kvarts Kakel", - "block.create.rotation_speed_controller": "Varvtalsregulator", - "block.create.sail_frame": "Segelram", - "block.create.schematic_table": "Schematisk Tabell", - "block.create.schematicannon": "Schematikanon", - "block.create.scorchia": "Scorchia", - "block.create.scorchia_pillar": "Pelare av Scorchia", - "block.create.scoria": "Scoria", - "block.create.scoria_pillar": "Pelare av Scoria", - "block.create.secondary_linear_chassis": "Sekundär Linjär Chassi", - "block.create.sequenced_gearshift": "Serie Växel", - "block.create.shadow_steel_casing": "Skugg-kapsel", - "block.create.shaft": "Axel", - "block.create.small_andesite_brick_slab": "Liten Andesit Tegelplatta", - "block.create.small_andesite_brick_stairs": "Liten Andesit Tegel Trappa", - "block.create.small_andesite_brick_wall": "Liten Andesit Tegelvägg", - "block.create.small_andesite_bricks": "Andesit Tegelsten av Liten Storlek", - "block.create.small_asurine_brick_slab": "Liten Asurine Tegelplatta", - "block.create.small_asurine_brick_stairs": "Liten Asurine Tegel Trappa", - "block.create.small_asurine_brick_wall": "Liten Asurine Tegelvägg", - "block.create.small_asurine_bricks": "Asurine Tegelsten av Liten Storlek", - "block.create.small_bogey": "Liten Bogey", - "block.create.small_calcite_brick_slab": "Liten Kalcit Tegelplatta", - "block.create.small_calcite_brick_stairs": "Liten Kalcit Tegel Trappa", - "block.create.small_calcite_brick_wall": "Liten Kalcit Tegelvägg", - "block.create.small_calcite_bricks": "Kalcit Tegelsten av Liten Storlek", - "block.create.small_crimsite_brick_slab": "Liten Krimsit Tegelplatta", - "block.create.small_crimsite_brick_stairs": "Liten Krimsit Tegel Trappa", - "block.create.small_crimsite_brick_wall": "Liten Krimsit Tegelvägg", - "block.create.small_crimsite_bricks": "Krimsit Tegelsten av Liten Storlek", - "block.create.small_deepslate_brick_slab": "Liten Tegelplatta av Djupskiffer", - "block.create.small_deepslate_brick_stairs": "Liten Tegel Trappa av Djupskiffer", - "block.create.small_deepslate_brick_wall": "Liten Tegelvägg av Djupskiffer", - "block.create.small_deepslate_bricks": "Djupskiffer Tegelsten av Liten Storlek", - "block.create.small_diorite_brick_slab": "Liten Diorit Tegelplatta", - "block.create.small_diorite_brick_stairs": "Liten Diorit Tegel Trappa", - "block.create.small_diorite_brick_wall": "Liten Diorit Tegelvägg", - "block.create.small_diorite_bricks": "Diorit Tegelsten av Liten Storlek", - "block.create.small_dripstone_brick_slab": "Liten Tegelplatta av Droppsten", - "block.create.small_dripstone_brick_stairs": "Liten Tegel Trappa av Droppsten", - "block.create.small_dripstone_brick_wall": "Liten Tegelvägg av Droppsten", - "block.create.small_dripstone_bricks": "Droppstens Tegelsten av Liten Storlek", - "block.create.small_granite_brick_slab": "Liten Granit Tegelplatta", - "block.create.small_granite_brick_stairs": "Liten Granit Tegel Trappa", - "block.create.small_granite_brick_wall": "Liten Granit Tegelvägg", - "block.create.small_granite_bricks": "Granit Tegelsten av Liten Storlek", - "block.create.small_limestone_brick_slab": "Liten Kalkstens Tegelplatta", - "block.create.small_limestone_brick_stairs": "Liten Kalkstens Tegel Trappa", - "block.create.small_limestone_brick_wall": "Liten Kalkstens Tegelvägg", - "block.create.small_limestone_bricks": "Kaclit Tegelsten av Liten Storlek", - "block.create.small_ochrum_brick_slab": "Liten Orchum Tegelplatta", - "block.create.small_ochrum_brick_stairs": "Liten Orchum Tegel Trappa", - "block.create.small_ochrum_brick_wall": "Liten Orchum Tegelvägg", - "block.create.small_ochrum_bricks": "Orchum Tegelsten av Liten Storlek", - "block.create.small_rose_quartz_tiles": "Smått Ros Kvarts Kakel", - "block.create.small_scorchia_brick_slab": "Liten Scorchia Tegelplatta", - "block.create.small_scorchia_brick_stairs": "Liten Scorchia Tegel Trappa", - "block.create.small_scorchia_brick_wall": "Liten Scorchia Tegelvägg", - "block.create.small_scorchia_bricks": "Scorchia Tegelsten av Liten Storlek", - "block.create.small_scoria_brick_slab": "Liten Scoria Tegelplatta", - "block.create.small_scoria_brick_stairs": "Liten Scoria Tegel Trappa", - "block.create.small_scoria_brick_wall": "Liten Scoria Tegelvägg", - "block.create.small_scoria_bricks": "Scoria Tegelsten av Liten Storlek", - "block.create.small_tuff_brick_slab": "Liten Tuffstens Tegelplatta", - "block.create.small_tuff_brick_stairs": "Liten Tuffstens Tegel Trappa", - "block.create.small_tuff_brick_wall": "Liten Tuffstens Tegelvägg", - "block.create.small_tuff_bricks": "Tuffstens Tegel av Liten Storlek", - "block.create.small_veridium_brick_slab": "Liten Veridium Tegelplatta", - "block.create.small_veridium_brick_stairs": "Liten Veridium Tegel Trappa", - "block.create.small_veridium_brick_wall": "Liten Veridium Tegelvägg", - "block.create.small_veridium_bricks": "Veridium Tegel av Liten Storlek", - "block.create.smart_chute": "Finurligt Rör", - "block.create.smart_fluid_pipe": "Finurligt Vätskerör", - "block.create.speedometer": "Hastighetsmätare", - "block.create.spout": "Spout", - "block.create.spruce_window": "Gran fönster", - "block.create.spruce_window_pane": "Fönsterruta av gran", - "block.create.steam_engine": "Ångmaskin", - "block.create.steam_whistle": "Ångpipa", - "block.create.steam_whistle_extension": "Ångpipa Förlängning", - "block.create.sticker": "Fästare", - "block.create.sticky_mechanical_piston": "Klibbig Mekanisk Kolv", - "block.create.stockpile_switch": "Lagerhögs Relä", - "block.create.stressometer": "Stressmätare", - "block.create.tiled_glass": "Kaklat Glas", - "block.create.tiled_glass_pane": "Kaklad fönsterruta", - "block.create.track": "Tågspår", - "block.create.track_observer": "Tåg Observatör", - "block.create.track_signal": "Tågsignal", - "block.create.track_station": "Tågstation", - "block.create.train_door": "Tågdörr", - "block.create.train_trapdoor": "Tåg Fallucka", - "block.create.tuff_pillar": "Pelare av Tuffsten", - "block.create.turntable": "Snurrbord", - "block.create.veridium": "Veridium", - "block.create.veridium_pillar": "Pelare av Veridium", - "block.create.vertical_framed_glass": "Vertikalt Inramat Glas", - "block.create.vertical_framed_glass_pane": "Vertikalt inramad fönsterruta", - "block.create.warped_window": "Warped Glas", - "block.create.warped_window_pane": "Warped fönsterruta", - "block.create.water_wheel": "Vattenhjul", - "block.create.waxed_copper_shingle_slab": "Vaxad Shingle Koppar Platta", - "block.create.waxed_copper_shingle_stairs": "Vaxad Shingle Koppar Trappa", - "block.create.waxed_copper_shingles": "Vaxad Koppar Shingles", - "block.create.waxed_copper_tile_slab": "Vaxad Kopparkakels Platta", - "block.create.waxed_copper_tile_stairs": "Vaxad Kopparkakels Trappa", - "block.create.waxed_copper_tiles": "Vaxat Kopparkakel", - "block.create.waxed_exposed_copper_shingle_slab": "Vaxad Exponerad Shingle Koppar Platta", - "block.create.waxed_exposed_copper_shingle_stairs": "Vaxad Exponerad Shingle Koppar Trappa", - "block.create.waxed_exposed_copper_shingles": "Vaxad Exponerad Koppar Shingles", - "block.create.waxed_exposed_copper_tile_slab": "Vaxad Exponerad Kopparkakel Platta", - "block.create.waxed_exposed_copper_tile_stairs": "Vaxad Exponerad Kopparkakel Trappa", - "block.create.waxed_exposed_copper_tiles": "Vaxad Exponerat Kopparkakel", - "block.create.waxed_oxidized_copper_shingle_slab": "Vaxad Oxiderad Shingle Koppar Platta", - "block.create.waxed_oxidized_copper_shingle_stairs": "Vaxad Oxiderad Shingle Koppar Trappa", - "block.create.waxed_oxidized_copper_shingles": "Vaxad Oxiderad Koppar Shingles", - "block.create.waxed_oxidized_copper_tile_slab": "Vaxad Oxiderad Kopparkakels Platta", - "block.create.waxed_oxidized_copper_tile_stairs": "Vaxad Oxiderad Kopparkakels Trappa", - "block.create.waxed_oxidized_copper_tiles": "Vaxat Oxiderat Kopparkakel", - "block.create.waxed_weathered_copper_shingle_slab": "Vaxat Vittrad Shingle Koppar Platta", - "block.create.waxed_weathered_copper_shingle_stairs": "Vaxat Vittrad Shingle Koppar Trappa", - "block.create.waxed_weathered_copper_shingles": "Vaxat Vittrad Koppar Shingles", - "block.create.waxed_weathered_copper_tile_slab": "Vaxat Vittrad Kopparkakels Platta", - "block.create.waxed_weathered_copper_tile_stairs": "Vaxat Vittrad Kopparkakels Trappa", - "block.create.waxed_weathered_copper_tiles": "Vaxat Vittrat Kopparkakel", - "block.create.weathered_copper_shingle_slab": "Vittrad Shingle Koppar Platta", - "block.create.weathered_copper_shingle_stairs": "Vittrad Shingle Koppar Trappa", - "block.create.weathered_copper_shingles": "Vittrad Koppar Shingles", - "block.create.weathered_copper_tile_slab": "Vittrad Kopparkakels Platta", - "block.create.weathered_copper_tile_stairs": "Vittrad Kopparkakels Trappa", - "block.create.weathered_copper_tiles": "Vittrad Kopparkakel", - "block.create.weighted_ejector": "Viktad Utkastare", - "block.create.white_nixie_tube": "Vit Nixie Tub", - "block.create.white_sail": "Vitt Segel", - "block.create.white_seat": "Vitt Säte", - "block.create.white_toolbox": "Vit Verktygslåda", - "block.create.white_valve_handle": "Vitt Ventil Handtag", - "block.create.windmill_bearing": "Väderkvarns Gångjärn", - "block.create.wooden_bracket": "Träfäste", - "block.create.yellow_nixie_tube": "Gul Nixie Tub", - "block.create.yellow_sail": "Gult Segel", - "block.create.yellow_seat": "Gult Säte", - "block.create.yellow_toolbox": "Gul Verktygslåda", - "block.create.yellow_valve_handle": "Gult Ventil Handtag", - "block.create.zinc_block": "Block av Zink", - "block.create.zinc_ore": "Zinkmalm", - - "enchantment.create.capacity": "Kapacitet", - "enchantment.create.potato_recovery": "Potatis Återhämtning", - - "entity.create.carriage_contraption": "Transport Contraption", - "entity.create.contraption": "Contraption", - "entity.create.crafting_blueprint": "Tillverknings Ritning", - "entity.create.gantry_contraption": "Brygg-contraption", - "entity.create.potato_projectile": "Potatis Projektil", - "entity.create.seat": "Säte", - "entity.create.stationary_contraption": "Stationär Contraption", - "entity.create.super_glue": "Superlim", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "Brygd", - "fluid.create.tea": "Byggarens Te", - - "item.create.andesite_alloy": "Andesit Alloy", - "item.create.attribute_filter": "Attributfilter", - "item.create.bar_of_chocolate": "Chokladbar", - "item.create.belt_connector": "Mekaniskt Rullband", - "item.create.blaze_cake": "Blaze Tårta", - "item.create.blaze_cake_base": "Blaze Tårtbotten", - "item.create.brass_hand": "Mässing Hand", - "item.create.brass_ingot": "Mässingtacka", - "item.create.brass_nugget": "Mässingklimp", - "item.create.brass_sheet": "Mässings Blad", - "item.create.builders_tea": "Byggarens Te", - "item.create.chest_minecart_contraption": "Kist-gruvvagns Contraption", - "item.create.chocolate_bucket": "Choklad Hink", - "item.create.chocolate_glazed_berries": "Chokladglaserade Bär", - "item.create.chromatic_compound": "Kromatisk Sammansättning", - "item.create.cinder_flour": "Cinder Mjöl", - "item.create.copper_backtank": "Baktank av Koppar", - "item.create.copper_backtank_placeable": "Placerbar Baktank av Koppar", - "item.create.copper_nugget": "Kopparklimp", - "item.create.copper_sheet": "Koppar Blad", - "item.create.crafter_slot_cover": "Tillverkar Omslag", - "item.create.crafting_blueprint": "Tillverknings Ritning", - "item.create.creative_blaze_cake": "Kreativ Blaze Tårta", - "item.create.crushed_aluminum_ore": "Krossat aluminiummalm", - "item.create.crushed_copper_ore": "Krossad kopparmalm", - "item.create.crushed_gold_ore": "Krossat guldmalm", - "item.create.crushed_iron_ore": "Krossat järnmalm", - "item.create.crushed_lead_ore": "Krossat blymalm", - "item.create.crushed_nickel_ore": "Krossat nickelmalm", - "item.create.crushed_osmium_ore": "Krossat osmiummalm", - "item.create.crushed_platinum_ore": "Krossat platinamalm", - "item.create.crushed_quicksilver_ore": "Krossat quicksilvermalm", - "item.create.crushed_silver_ore": "Krossat silvermalm", - "item.create.crushed_tin_ore": "Krossat tennmalm", - "item.create.crushed_uranium_ore": "Krossat uranmalm", - "item.create.crushed_zinc_ore": "Krossat zinkmalm", - "item.create.diving_boots": "Dyk Stövlar", - "item.create.diving_helmet": "Dykarhjälm", - "item.create.dough": "Deg", - "item.create.electron_tube": "Elektron Tub", - "item.create.empty_blaze_burner": "Tom Blaze Brännare", - "item.create.empty_schematic": "Tom Schematic", - "item.create.experience_nugget": "Klimp av Experience", - "item.create.extendo_grip": "Extendo Grip", - "item.create.filter": "Filter", - "item.create.furnace_minecart_contraption": "Ugn-gruvvagns Contraption", - "item.create.goggles": "Ingenjörens Glasögon", - "item.create.golden_sheet": "Gyllene Blad", - "item.create.handheld_worldshaper": "Kreativ Världsformare", - "item.create.honey_bucket": "Honungs Hink", - "item.create.honeyed_apple": "Honung Indränkt Äpple", - "item.create.incomplete_precision_mechanism": "Ofärdig Precisions Mekanism", - "item.create.incomplete_track": "Ofärdigt Spår", - "item.create.iron_sheet": "Järn Blad", - "item.create.linked_controller": "Länkad Kontrollenhet", - "item.create.minecart_contraption": "Gruvvagns Contraption", - "item.create.minecart_coupling": "Gruvvagns Koppling", - "item.create.polished_rose_quartz": "Polerad Ros Kvarts", - "item.create.potato_cannon": "Potatis Kanon", - "item.create.powdered_obsidian": "Aktiverad Obsidian", - "item.create.precision_mechanism": "Precisions Mekanism", - "item.create.propeller": "Propeller", - "item.create.raw_zinc": "Rå Zink", - "item.create.red_sand_paper": "Rött Sandpapper", - "item.create.refined_radiance": "Raffinerad Radiance", - "item.create.rose_quartz": "Ros Kvarts", - "item.create.sand_paper": "Sandpapper", - "item.create.schedule": "Tågschema", - "item.create.schematic": "Schematic", - "item.create.schematic_and_quill": "Schematic Och Gåspenna", - "item.create.shadow_steel": "Skugg-stål", - "item.create.sturdy_sheet": "Stabilt Blad", - "item.create.super_glue": "Superlim", - "item.create.sweet_roll": "Söt Rulle", - "item.create.tree_fertilizer": "Träd Gödsel", - "item.create.unprocessed_obsidian_sheet": "Obearbetat Obsidian Blad", - "item.create.vertical_gearbox": "Vertikal Växellåda", - "item.create.wand_of_symmetry": "Symmetri Staven", - "item.create.wheat_flour": "Vetemjöl", - "item.create.whisk": "Visp", - "item.create.wrench": "Skiftnyckel", - "item.create.zinc_ingot": "Zinktacka", - "item.create.zinc_nugget": "Zinkklimp", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Välkommen till Create", - "advancement.create.root.desc": "Här Vara Mojängerna", - "advancement.create.andesite_alloy": "Tuffare Stenar", - "advancement.create.andesite_alloy.desc": "Skaffa Andesit Alloy, Creates mest viktigaste resurs", - "advancement.create.andesite_casing": "Andesit Åldern", - "advancement.create.andesite_casing.desc": "Applicera Andesit Alloy på avskalat trä för att skapa en enkel kapsel för dina maskiner", - "advancement.create.mechanical_press": "Dunk!", - "advancement.create.mechanical_press.desc": "Skapa några blad i en Mekanisk Tryckpress", - "advancement.create.encased_fan": "Vind Makare", - "advancement.create.encased_fan.desc": "Placera och sätt igång en Inkapslad Fläkt", - "advancement.create.fan_processing": "Bearbetning av Partikel", - "advancement.create.fan_processing.desc": "Använd en Inkapslad Fläkt för att bearbeta material", - "advancement.create.saw_processing": "Verkstadens Mest Fasansfulla", - "advancement.create.saw_processing.desc": "Använd en upprätt Mekanisk Såg för att bearbeta material", - "advancement.create.compacting": "Kompaktering", - "advancement.create.compacting.desc": "Använd en Mekanisk Tryckpress och en Gjutjärnsgryta för att skapa mindre antal föremål från mera", - "advancement.create.belt": "Kelp Drivs", - "advancement.create.belt.desc": "Anslut två Axlar med ett Mekaniskt Rullband", - "advancement.create.funnel": "Flygplats Atmosfär", - "advancement.create.funnel.desc": "Extrahera eller infoga föremål till en behållare med hjälp av en Rullbandstratt", - "advancement.create.chute": "Vertikal Logistik", - "advancement.create.chute.desc": "Transportera några föremål via Rör", - "advancement.create.mechanical_mixer": "Vispar Runt Det", - "advancement.create.mechanical_mixer.desc": "Kombinera ingredienser i en Mekanisk Visp", - "advancement.create.burner": "Kännande Eldstad", - "advancement.create.burner.desc": "Skaffa en Blaze Brännare", - "advancement.create.water_wheel": "Utnyttjad Hydraulik", - "advancement.create.water_wheel.desc": "Placera ett Vattenhjul och använd det för att generera vridmoment", - "advancement.create.windmill": "En Medioker Blåst", - "advancement.create.windmill.desc": "Montera en väderkvarn och använd den för att generera vridmoment", - "advancement.create.shifting_gears": "Växlande Växlar", - "advancement.create.shifting_gears.desc": "Anslut ett Stort Kugghjul till ett Litet Kugghjul, som möjliggör så att du kan ändra hastigheten av din Mojäng", - "advancement.create.millstone": "Njut av Finslipningen", - "advancement.create.millstone.desc": "Använd en Kvarnsten för att pulverisera material", - "advancement.create.super_glue": "Anslutnings Zonen", - "advancement.create.super_glue.desc": "Superlimma fast några block till en grupp", - "advancement.create.contraption_actors": "Förflyttning med Syfte", - "advancement.create.contraption_actors.desc": "Skapa en Contraption med borrar, sågar eller skördar på", - "advancement.create.portable_storage_interface": "Köra-förbi Utbyte", - "advancement.create.portable_storage_interface.desc": "Använd ett Bärbart Lagringsgränssnitt för att ta eller lagra föremål i en Contraption", - "advancement.create.wrench_goggles": "Sakligt Utrustad", - "advancement.create.wrench_goggles.desc": "Utrusta dig med Ingenjörens Glasögon och en Skiftnyckel", - "advancement.create.stressometer": "Stress för Nördar", - "advancement.create.stressometer.desc": "Få en exakt utmätning med hjälp av Ingenjörens Glasögon och en Stressmeter", - "advancement.create.cuckoo_clock": "Redan?", - "advancement.create.cuckoo_clock.desc": "Bevittna ditt Gökur meddela läggdags", - "advancement.create.windmill_maxed": "En Intensiv Blåst", - "advancement.create.windmill_maxed.desc": "Montera en väderkvarn med fullständig kraft", - "advancement.create.ejector_maxed": "Trampolin Mästare", - "advancement.create.ejector_maxed.desc": "Bli kastad mer än 30 block av en Viktad Utkastare", - "advancement.create.pulley_maxed": "Rep till Tomma Intet", - "advancement.create.pulley_maxed.desc": "Förläng en Rep Vev över 200 block ned", - "advancement.create.cart_pickup": "Starka Armar", - "advancement.create.cart_pickup.desc": "Plocka upp en Gruvvagns Contraption med minst 200 bifogade block", - "advancement.create.anvil_plough": "Smed Artilleri", - "advancement.create.anvil_plough.desc": "Lansera ett städ med Mekaniska Plogar", - "advancement.create.lava_wheel_00000": "Magma Hjul", - "advancement.create.lava_wheel_00000.desc": "Detta skulle inte ha funkat§7\n(Gömd Prestation)", - "advancement.create.hand_crank_000": "Den Gamla Goda Tiden", - "advancement.create.hand_crank_000.desc": "Använd en Handvev tills den är fullständigt utmattad§7\n(Gömd Prestation)", - "advancement.create.belt_funnel_kiss": "Papegojorna och Klaffarna", - "advancement.create.belt_funnel_kiss.desc": "Gör så att två Rullbandsmonterade Trattar pussar varandra§7\n(Gömd Prestation)", - "advancement.create.stressometer_maxed": "Perfekt Antal Stress", - "advancement.create.stressometer_maxed.desc": "Få en 100% utmätning från en Stressmätare§7\n(Gömd Prestation)", - "advancement.create.copper": "Kopparnikus Tillverkinus", - "advancement.create.copper.desc": "Samla ihop Koppartackor för utnyttjning rörande vätskemanipulation", - "advancement.create.copper_casing": "Kopparåldern", - "advancement.create.copper_casing.desc": "Applicera Koppartackor på avskalat trä för att skapa en vattentät kapsel till dina maskiner", - "advancement.create.spout": "Sploosh", - "advancement.create.spout.desc": "Titta på ett vätskeinnehavande föremål bli fylld av en Spout", - "advancement.create.drain": "Total Dränering", - "advancement.create.drain.desc": "Se ett vätskeinnehavande föremål bli tömd av ett Föremåls Avlopp", - "advancement.create.steam_engine": "Kraftverket", - "advancement.create.steam_engine.desc": "Använd en Ångmaskin för att generera vridmoment", - "advancement.create.steam_whistle": "Ljuvliga Toner", - "advancement.create.steam_whistle.desc": "Aktivera en Ångpipa", - "advancement.create.backtank": "Reserverad Luft", - "advancement.create.backtank.desc": "Skapa en Koppar Baktank och gör så att den samlar på sig lufttryck", - "advancement.create.diving_suit": "Redo för Djupet", - "advancement.create.diving_suit.desc": "Utrusta dig med en Dykarhjälm och en Koppar Baktank för att sedan hoppa in i vatten", - "advancement.create.mechanical_pump_0": "Under Pressure", - "advancement.create.mechanical_pump_0.desc": "Placera och aktivera en Mekanisk Pump", - "advancement.create.glass_pipe": "Flytande Lätt", - "advancement.create.glass_pipe.desc": "Använd din Skiftnyckel på ett rör som innehåller en vätska", - "advancement.create.water_supply": "Pöl Samlare", - "advancement.create.water_supply.desc": "Använd den dragna ändan av ett Vätskerör eller en Mekanisk Pump för att samla vatten", - "advancement.create.hose_pulley": "Industriell Vätskemanipulation", - "advancement.create.hose_pulley.desc": "Sänk ned en Slang Vev och se den tömma eller fylla en källa med vätska", - "advancement.create.chocolate_bucket": "En Värld av Fantasi", - "advancement.create.chocolate_bucket.desc": "Få tag i en hink med smält choklad", - "advancement.create.honey_drain": "Självständig Biodling", - "advancement.create.honey_drain.desc": "Använd rör för att extrahera honung från en bikupa eller ett bisamhälle", - "advancement.create.hose_pulley_lava": "Inte Ens Början", - "advancement.create.hose_pulley_lava.desc": "Pumpa lava från en källa så stor så att den kan kallas oändlig", - "advancement.create.steam_engine_maxed": "Maximerad Ånga", - "advancement.create.steam_engine_maxed.desc": "Driv en värmekälla vid maximal effektnivå", - "advancement.create.foods": "Balanserad Kost", - "advancement.create.foods.desc": "Skapa Chokladglaserade Bär, Honung Indränkt Äpple, och en Söt Rulle där alla kommer ifrån samma Spout", - "advancement.create.diving_suit_lava": "Simmar med Striders", - "advancement.create.diving_suit_lava.desc": "Försök att ta ett dopp i lavan med din dykarutrustning§7\n(Gömd Prestation)", - "advancement.create.chained_drain": "Ute Och Rullar", - "advancement.create.chained_drain.desc": "Se ett föremål förflyttas längs en rad av Föremåls Avlopp§7\n(Gömd Prestation)", - "advancement.create.cross_streams": "Don't Cross the Streams!", - "advancement.create.cross_streams.desc": "Se två vätskor mötas i ditt rör nätverk§7\n(Gömd Prestation)", - "advancement.create.pipe_organ": "Piporgeln", - "advancement.create.pipe_organ.desc": "Fäst 12 unikt stämda Ångpipor till en enstaka Vätsketank", - "advancement.create.brass": "Riktiga Alloys", - "advancement.create.brass.desc": "Skapa Mässingtackor genom att legera Koppar och Zink Tackor i en Blaze-uppvärmd Mekanisk Visp", - "advancement.create.brass_casing": "Mässingåldern", - "advancement.create.brass_casing.desc": "Applicera Mässingtackor på avskalat träd, vilket ger en kapsel för mer avancerade maskiner", - "advancement.create.rose_quartz": "Rosa Diamanter", - "advancement.create.rose_quartz.desc": "Raffinera lite Ros Kvarts", - "advancement.create.deployer": "Artificiell Intelligens", - "advancement.create.deployer.desc": "Placera och aktivera en Avsändare", - "advancement.create.precision_mechanism": "Komplex Nyfikenhet", - "advancement.create.precision_mechanism.desc": "Färdigställ en Precisions Mekanism", - "advancement.create.speed_controller": "Ingenjörer Hatar Hen!", - "advancement.create.speed_controller.desc": "Fin-stäm din Contraption med en Varvtalsregulator", - "advancement.create.mechanical_arm": "Upptagna Händer", - "advancement.create.mechanical_arm.desc": "Se dina Mekaniska Armar transportera sitt första föremål", - "advancement.create.mechanical_crafter": "Automatiserad Sammanställning", - "advancement.create.mechanical_crafter.desc": "Placera och aktivera några Mekaniska Tillverkare", - "advancement.create.crushing_wheel": "Ett Par Jättar", - "advancement.create.crushing_wheel.desc": "Placera och aktivera ett par Krossande Hjul", - "advancement.create.haunted_bell": "Skuggkänsla", - "advancement.create.haunted_bell.desc": "Ring en Hemsökt Ringklocka", - "advancement.create.clockwork_bearing": "Fem i Struktur", - "advancement.create.clockwork_bearing.desc": "Bygg en struktur på ett Klockverks Gångjärn", - "advancement.create.display_link": "Stor Data", - "advancement.create.display_link.desc": "Använd en Visarlänk för att visualisera information", - "advancement.create.potato_cannon": "Flump!", - "advancement.create.potato_cannon.desc": "Besegra en fiende med hjälp av din Potatis Kanon", - "advancement.create.extendo_grip": "Boioioing!", - "advancement.create.extendo_grip.desc": "Få tag på ett Extendo Grip", - "advancement.create.linked_controller": "Fjärraktivering", - "advancement.create.linked_controller.desc": "Aktivera en Rödsten-länk med en Länkad Kontrollenhet", - "advancement.create.arm_blaze_burner": "Mata Elden!", - "advancement.create.arm_blaze_burner.desc": "Instruera en Mekanisk Arm med att mata din Blaze Brännare", - "advancement.create.crusher_maxed_0000": "Röjar Hjul", - "advancement.create.crusher_maxed_0000.desc": "Gör så att ett par Krossande Hjul arbetar på högsta hastighet", - "advancement.create.arm_many_targets": "Fint Skall Det Vara!", - "advancement.create.arm_many_targets.desc": "Programmera en Mekanisk Arm med 10 eller fler utmatningsplatser", - "advancement.create.potato_cannon_collide": "Veganska Fyrverkerier", - "advancement.create.potato_cannon_collide.desc": "Orsaka Potatis Kanons projektiler av olika slag att krocka med varandra", - "advancement.create.self_deploying": "Självkörande Gruvvagn", - "advancement.create.self_deploying.desc": "Skapa en Gruvvagns Contraption som sätter räls framför sig själv", - "advancement.create.fist_bump": "High-five!", - "advancement.create.fist_bump.desc": "Få till två Avsändare att göra en high-five§7\n(Gömd Prestation)", - "advancement.create.crafter_lazy_000": "Desperata Åtgärder", - "advancement.create.crafter_lazy_000.desc": "Sakta ner en Mekanisk Tillverkare rejält för att skjuta upp på redig infrastruktur§7\n(Gömd Prestation)", - "advancement.create.extendo_grip_dual": "Till Dess Fulla Potential", - "advancement.create.extendo_grip_dual.desc": "Extendo Grips för övermänsklig räckvidd§7\n(Gömd Prestation)", - "advancement.create.musical_arm": "DJ Maskin", - "advancement.create.musical_arm.desc": "Se en Mekanisk Arm sköta din Jukebox§7\n(Gömd Prestation)", - "advancement.create.sturdy_sheet": "De Stabilaste Stenarna", - "advancement.create.sturdy_sheet.desc": "Tillverka ett Stabilt Blad genom att raffinera Aktiverad Obsidian", - "advancement.create.train_casing_00": "Den Logistiska Åldern", - "advancement.create.train_casing_00.desc": "Använd Stabila Blad för att skapa en kapsel för järnvägskomponenter", - "advancement.create.train": "Alla Ombord!", - "advancement.create.train.desc": "Skapa ditt första Tåg", - "advancement.create.conductor": "Herr Konduktör Instruktör", - "advancement.create.conductor.desc": "Instruera en Lokförare med ett Tågschema", - "advancement.create.track_signal": "Trafik Kontroll", - "advancement.create.track_signal.desc": "Placera en Tågsignal", - "advancement.create.display_board_0": "Dynamiska Tidtabeller", - "advancement.create.display_board_0.desc": "Förutspå ett Tågs ankomst på ditt Visar-bräde med hjälp av Visarlänkar", - "advancement.create.track_0": "En Ny Mätare", - "advancement.create.track_0.desc": "Få några Tågspår", - "advancement.create.train_whistle": "Choo Choo!", - "advancement.create.train_whistle.desc": "Montera en Ångpipa på ditt tåg och aktivera den i farten", - "advancement.create.train_portal": "Dimensions Pendlare", - "advancement.create.train_portal.desc": "Åk i ett Tåg genom en Nether portal", - "advancement.create.track_crafting_factory": "Räls Fabrik", - "advancement.create.track_crafting_factory.desc": "Producera mer än 1000 Tågspår med samma Mekaniska Tryckpress", - "advancement.create.long_bend": "En Ordentlig Böjning", - "advancement.create.long_bend.desc": "Skapa en räls sektion som böjer sig mer än 30 block", - "advancement.create.long_train": "Ambitiösa Strävanden", - "advancement.create.long_train.desc": "Skapa ett Tåg med minst 6 vagnar", - "advancement.create.long_travel": "Friluftsliv", - "advancement.create.long_travel.desc": "Lämna ett Tåg Säte över 5000 block iväg där du startade din utflykt", - "advancement.create.train_roadkill": "Road Kill", - "advancement.create.train_roadkill.desc": "Kör över en fiende med ditt Tåg§7\n(Gömd Prestation)", - "advancement.create.red_signal": "Legitimerad Chaufför", - "advancement.create.red_signal.desc": "Kör mot röd Tågsignal§7\n(Gömd Prestation)", - "advancement.create.train_crash": "Usel Service", - "advancement.create.train_crash.desc": "Bevittna en Tågolycka som en passagerare§7\n(Gömd Prestation)", - "advancement.create.train_crash_backwards": "Var Är Backspegeln?", - "advancement.create.train_crash_backwards.desc": "Krocka in i ett annat Tåg medans du kör bakåt§7\n(Gömd Prestation)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "Create", - "itemGroup.create.palettes": "Creates Byggblock", - - "death.attack.create.crush": "%1$s blev mos av Krossar Hjul", - "death.attack.create.crush.player": "%1$s slängdes in i Krossar Hjul av %2$s", - "death.attack.create.fan_fire": "%1$s blev rökt av en Inkapslad Fläkt", - "death.attack.create.fan_fire.player": "%1$s kastades in i en rökare av %2$s", - "death.attack.create.fan_lava": "%1$s förbrändes av en Inkapslad Fläkt", - "death.attack.create.fan_lava.player": "%1$s slängdes in i en smältare av %2$s", - "death.attack.create.mechanical_drill": "%1$s skar sig ordentligt av en Mekanisk Borr", - "death.attack.create.mechanical_drill.player": "%1$s slängdes in en Borr av %2$s", - "death.attack.create.mechanical_saw": "%1$s blev halverad av en Mekanisk Såg", - "death.attack.create.mechanical_saw.player": "%1$s kastades in i en Såg av %2$s", - "death.attack.create.potato_cannon": "%1$s blev skjuten av %2$ss Potatis Kanon", - "death.attack.create.potato_cannon.item": "%1$s blev skjuten av %2$s med %3$s", - "death.attack.create.cuckoo_clock_explosion": "%1$s dog i en explosion av ett lustigt Gökur", - "death.attack.create.cuckoo_clock_explosion.player": "%1$s dog i en explosion av ett lustigt Gökur", - "death.attack.create.run_over": "%1$s blev överkörd av %2$s", - - "create.block.deployer.damage_source_name": "en vild Utplacerare", - "create.block.cart_assembler.invalid": "Placera din Vagnsmontör på ett stycke räls", - - "create.menu.return": "Tillbaka till Menyn", - "create.menu.configure": "Konfigurera...", - "create.menu.ponder_index": "Ponder Index", - "create.menu.only_ingame": "Tillgänglig i Paus Menyn", - "create.menu.report_bugs": "Rapportera Problem", - "create.menu.support": "Stöd Oss", - - "create.recipe.crushing": "Krossa", - "create.recipe.milling": "Kvarna", - "create.recipe.fan_washing": "Bulk Tvätt", - "create.recipe.fan_washing.fan": "Fläkt bakom Rinnande Vatten", - "create.recipe.fan_smoking": "Bulk Rökning", - "create.recipe.fan_smoking.fan": "Fläkt bakom Eld", - "create.recipe.fan_haunting": "Bulk Hemsökning", - "create.recipe.fan_haunting.fan": "Fläkt bakom Soul Fire", - "create.recipe.fan_blasting": "Bulk Smältning", - "create.recipe.fan_blasting.fan": "Fläkt bakom Lava", - "create.recipe.pressing": "Pressar", - "create.recipe.mixing": "Blandar", - "create.recipe.deploying": "Utrullar", - "create.recipe.automatic_shapeless": "Automatiserad Formlös Tillverkning", - "create.recipe.automatic_brewing": "Automatiserad Bryggning", - "create.recipe.packing": "Komprimerar", - "create.recipe.automatic_packing": "Automatiserad Paketering", - "create.recipe.sawing": "Sågar", - "create.recipe.mechanical_crafting": "Mekanisk Tillverkning", - "create.recipe.automatic_shaped": "Formad Automatiserad Tillverkning", - "create.recipe.block_cutting": "Block Skurning", - "create.recipe.wood_cutting": "Trä Skurning", - "create.recipe.sandpaper_polishing": "Sandpapper Raffinerande", - "create.recipe.mystery_conversion": "Mystisk Konvertering", - "create.recipe.spout_filling": "Fyllning av Spout", - "create.recipe.draining": "Föremåls Dränering", - "create.recipe.item_application": "Manuell Föremåls Applikation", - "create.recipe.item_application.any_axe": "Valfri Yxa", - "create.recipe.sequenced_assembly": "Recept Sekvens", - "create.recipe.assembly.next": "Nästa: %1$s", - "create.recipe.assembly.step": "Steg %1$s:", - "create.recipe.assembly.progress": "Framsteg: %1$s/%2$s", - "create.recipe.assembly.pressing": "Bearbetning i Tryckpress", - "create.recipe.assembly.spout_filling_fluid": "Spout %1$s", - "create.recipe.assembly.deploying_item": "Avsänder %1$s", - "create.recipe.assembly.cutting": "Skär med Såg", - "create.recipe.assembly.repeat": "Upprepa Sekvensen %1$s Gånger", - "create.recipe.assembly.junk": "Slumpmässiga gods", - "create.recipe.processing.chance": "%1$s%% Chans", - "create.recipe.deploying.not_consumed": "Icke Förbrukad", - "create.recipe.heat_requirement.none": "Ingen Uppvärmning Behövs", - "create.recipe.heat_requirement.heated": "Uppvärmd", - "create.recipe.heat_requirement.superheated": "Superuppvärmd", - - "create.generic.range": "Räckvidd", - "create.generic.radius": "Radie", - "create.generic.width": "Bredd", - "create.generic.height": "Höjd", - "create.generic.length": "Längd", - "create.generic.speed": "Hastighet", - "create.generic.delay": "Fördröjning", - "create.generic.duration": "Livslängd", - "create.generic.timeUnit": "Tidsenhet", - "create.generic.unit.ticks": "Ticks", - "create.generic.unit.seconds": "Sekunder", - "create.generic.unit.minutes": "Minuter", - "create.generic.daytime.hour": "Timme", - "create.generic.daytime.minute": "Minut", - "create.generic.daytime.second": "Sekund", - "create.generic.daytime.pm": "pm", - "create.generic.daytime.am": "am", - "create.generic.unit.rpm": "RPM", - "create.generic.unit.stress": "su", - "create.generic.unit.degrees": "°", - "create.generic.unit.millibuckets": "mH", - "create.generic.unit.buckets": "H", - "create.generic.clockwise": "Medurs", - "create.generic.counter_clockwise": "Moturs", - "create.generic.in_quotes": "\"%1$s\"", - "create.generic.pitch": "Tonhöjd: %1$s", - "create.generic.notes": "F#;F;E;D#;D;C#;C;B;A#;A;G#;G", - - "create.action.scroll": "Skrolla", - "create.action.confirm": "Bekräfta", - "create.action.abort": "Avbryt", - "create.action.saveToFile": "Spara", - "create.action.discard": "Släng", - - "create.keyinfo.toolmenu": "Fokusera Schematic Overlay", - "create.keyinfo.toolbelt": "Få Åtkomst till Nära Verktygslådor", - "create.keyinfo.scrollup": "Simulera Mushjul Upp (inworld)", - "create.keyinfo.scrolldown": "Simulera Mushjul Ned (inworld)", - - "create.gui.scrollInput.defaultTitle": "Välj ett Alternativ:", - "create.gui.scrollInput.scrollToModify": "Skrolla för att Modifiera", - "create.gui.scrollInput.scrollToAdjustAmount": "Skrolla för att Justera Belopp", - "create.gui.scrollInput.scrollToSelect": "Skrolla för att Välja", - "create.gui.scrollInput.shiftScrollsFaster": "Skift för att Skrolla Snabbare", - "create.gui.toolmenu.focusKey": "Tryck [%1$s] för Fokus", - "create.gui.toolmenu.cycle": "[SCROLL] för att Ändra", - - "create.toolbox.unequip": "Lägg Undan: %1$s", - "create.toolbox.outOfRange": "Verktygslåda för innehavande föremål är ej inom räckvidd", - "create.toolbox.detach": "Stoppa spårning och behåll föremål", - "create.toolbox.depositAll": "Lägg tillbaks föremål till närvarande Verktygslådor", - "create.toolbox.depositBox": "Lägg tillbaks föremål i Verktygslådan", - - "create.gui.symmetryWand.mirrorType": "Spegelvänd", - "create.gui.symmetryWand.orientation": "Inriktning", - - "create.symmetry.mirror.plane": "Spegelvänd En Gång", - "create.symmetry.mirror.doublePlane": "Rektangulär", - "create.symmetry.mirror.triplePlane": "Oktagonal", - - "create.orientation.orthogonal": "Ortogonal", - "create.orientation.diagonal": "Diagonal", - "create.orientation.horizontal": "Horisontal", - "create.orientation.alongZ": "Längs Z", - "create.orientation.alongX": "Längs X", - - "create.gui.terrainzapper.title": "Handhållen Blockzapper", - "create.gui.terrainzapper.searchDiagonal": "Följ Diagonaler", - "create.gui.terrainzapper.searchFuzzy": "Ignorera Materialgränser", - "create.gui.terrainzapper.patternSection": "Mönster", - "create.gui.terrainzapper.pattern.solid": "Solid", - "create.gui.terrainzapper.pattern.checkered": "Schackbräde", - "create.gui.terrainzapper.pattern.inversecheckered": "Inverterat Schackbräde", - "create.gui.terrainzapper.pattern.chance25": "25% Chans", - "create.gui.terrainzapper.pattern.chance50": "50% Chans", - "create.gui.terrainzapper.pattern.chance75": "75% Chans", - "create.gui.terrainzapper.placement": "Placering", - "create.gui.terrainzapper.placement.merged": "Sammanslagen", - "create.gui.terrainzapper.placement.attached": "Fästad", - "create.gui.terrainzapper.placement.inserted": "Infogad", - "create.gui.terrainzapper.brush": "Pensla", - "create.gui.terrainzapper.brush.cuboid": "Rätblock", - "create.gui.terrainzapper.brush.sphere": "Klot", - "create.gui.terrainzapper.brush.cylinder": "Cylinder", - "create.gui.terrainzapper.brush.surface": "Yta", - "create.gui.terrainzapper.brush.cluster": "Kluster", - "create.gui.terrainzapper.tool": "Verktyg", - "create.gui.terrainzapper.tool.fill": "Fyll", - "create.gui.terrainzapper.tool.place": "Placera", - "create.gui.terrainzapper.tool.replace": "Ersätt", - "create.gui.terrainzapper.tool.clear": "Rensa", - "create.gui.terrainzapper.tool.overlay": "Överlägg", - "create.gui.terrainzapper.tool.flatten": "Platta", - - "create.terrainzapper.shiftRightClickToSet": "Skift-Högerklick för att Välja en Form", - "create.terrainzapper.usingBlock": "Använder: %1$s", - "create.terrainzapper.leftClickToSet": "Vänsterklicka ett Block för att ställa in Material", - - "create.minecart_coupling.two_couplings_max": "Gruvvagnar kan ej ha mer än två kopplingar var", - "create.minecart_coupling.unloaded": "Delar av ditt tåg verkar vara i oladdade chunkar", - "create.minecart_coupling.no_loops": "Kopplingar kan inte forma en loop", - "create.minecart_coupling.removed": "Tog bort alla kopplingar från gruvvagnen", - "create.minecart_coupling.too_far": "Gruvvagnarna är för långt ifrån varandra", - - "create.contraptions.movement_mode": "Rörelse Läge", - "create.contraptions.movement_mode.move_place": "Placera Alltid när Stoppad", - "create.contraptions.movement_mode.move_place_returned": "Placera endast vid Startposition", - "create.contraptions.movement_mode.move_never_place": "Placera endast när Ankare är Förstört", - "create.contraptions.movement_mode.rotate_place": "Placera Alltid när Stoppad", - "create.contraptions.movement_mode.rotate_place_returned": "Placera Endast nära Initial Vinkel", - "create.contraptions.movement_mode.rotate_never_place": "Placera endast när Ankare har Förstörts", - "create.contraptions.cart_movement_mode": "Vagn Rörelse Läge", - "create.contraptions.cart_movement_mode.rotate": "Alltid riktad mot rörelse", - "create.contraptions.cart_movement_mode.rotate_paused": "Pausa aktörer vid rotation", - "create.contraptions.cart_movement_mode.rotation_locked": "Lås rotation", - "create.contraptions.windmill.rotation_direction": "Rotationsriktning", - "create.contraptions.clockwork.clock_hands": "Klockvisare", - "create.contraptions.clockwork.hour_first": "Timvisaren först", - "create.contraptions.clockwork.minute_first": "Minutvisaren först", - "create.contraptions.clockwork.hour_first_24": "24-Timmars visaren först", - - "create.logistics.filter": "Filter", - "create.logistics.recipe_filter": "Recept Filter", - "create.logistics.fluid_filter": "Vätske Filter", - "create.logistics.firstFrequency": "Frek. #1", - "create.logistics.secondFrequency": "Frek. #2", - "create.logistics.filter.apply": "Tillämpade filter till %1$s.", - "create.logistics.filter.apply_click_again": "Tillämpade filter på %1$s, klicka igen för att kopiera beloppet.", - "create.logistics.filter.apply_count": "Applicerade antal extraheringar för filter.", - - "create.gui.goggles.generator_stats": "Generator Statistik:", - "create.gui.goggles.kinetic_stats": "Kinetisk Statistik:", - "create.gui.goggles.at_current_speed": "vid aktuell hastighet", - "create.gui.goggles.pole_length": "Stolp Längd:", - "create.gui.goggles.fluid_container": "Information Om Vätskebehållare:", - "create.gui.goggles.fluid_container.capacity": "Kapacitet:", - "create.gui.assembly.exception": "Denna Contraption kunde inte monteras:", - "create.gui.assembly.exception.unmovableBlock": "Oflyttbart block (%4$s) vid [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "Blocket vid [%1$s,%2$s,%3$s] var inte i en laddad chunk", - "create.gui.assembly.exception.structureTooLarge": "Där är för många Block i din contraption.\nDet konfigurerade maxantalet är: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "Det finns för många Förlängnings Stångar bundna till denna Kolv.\nDet konfigurerade maxantalet är: %1$s", - "create.gui.assembly.exception.noPistonPoles": "Kolven saknar några Förlängnings Stångar", - "create.gui.assembly.exception.not_enough_sails": "Bifogad struktur har ej tillräckligt med segelliknande block: %1$s\nEtt minimum av %2$s krävs", - "create.gui.gauge.info_header": "Mätarinformation:", - "create.gui.speedometer.title": "Rotationshastighet", - "create.gui.stressometer.title": "Nätverk Stress", - "create.gui.stressometer.capacity": "Resterande Kapacitet", - "create.gui.stressometer.overstressed": "Överbelastad", - "create.gui.stressometer.no_rotation": "Ingen Rotation", - "create.gui.contraptions.not_fast_enough": "Det verkar som att denna %1$s _inte_ roterar med _tillräcklig_ _fart_.", - "create.gui.contraptions.network_overstressed": "Det verkar som att denna contraption är _överbelastad_. Lägg till mer resurser eller _sakta_ _ned_ komponenterna med en högre _stress_ _påverkan_.", - "create.gui.adjustable_crate.title": "Justerbar Låda", - "create.gui.adjustable_crate.storageSpace": "Lagrings Utrymme", - "create.gui.stockpile_switch.title": "Lagerhögs Relä", - "create.gui.stockpile_switch.invert_signal": "Invertera Signal", - "create.gui.stockpile_switch.move_to_lower_at": "Flytta till lägre plats vid %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "Flytta till övre plats vid %1$s%%", - "create.gui.sequenced_gearshift.title": "Serie Växel", - "create.gui.sequenced_gearshift.instruction": "Instruktion", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Vrid av vinkel", - "create.gui.sequenced_gearshift.instruction.turn_angle": "Vrid", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Vinkel", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Vänd för att flytta Kolv/Vev/Brygga", - "create.gui.sequenced_gearshift.instruction.turn_distance": "Kolv", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Avstånd", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Tidsinställd Fördröjning", - "create.gui.sequenced_gearshift.instruction.delay": "Fördröjning", - "create.gui.sequenced_gearshift.instruction.delay.duration": "Tidslängd", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "Avsluta", - "create.gui.sequenced_gearshift.instruction.end": "Avsluta", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "Vänta in ny Rödstens Puls", - "create.gui.sequenced_gearshift.instruction.await": "Vänta in", - "create.gui.sequenced_gearshift.speed": "Hastighet, Riktning", - "create.gui.sequenced_gearshift.speed.forward": "Inmatningshastighet, Framåt", - "create.gui.sequenced_gearshift.speed.forward_fast": "Dubbelhastighet, Framåt", - "create.gui.sequenced_gearshift.speed.back": "Inmatningshastighet, Omvänd", - "create.gui.sequenced_gearshift.speed.back_fast": "Dubbelhastighet, Omvänd", - - "create.schematicAndQuill.dimensions": "Schematisk Storlek: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "Första positionen inställd.", - "create.schematicAndQuill.secondPos": "Andra positionen inställd.", - "create.schematicAndQuill.noTarget": "Håll in [Ctrl] för att välja Luft block.", - "create.schematicAndQuill.abort": "Tog bort selektion.", - "create.schematicAndQuill.title": "Schematic Namn:", - "create.schematicAndQuill.convert": "Spara och Ladda Upp Omedelbart", - "create.schematicAndQuill.fallbackName": "Min Schematic", - "create.schematicAndQuill.saved": "Sparad som %1$s", - - "create.schematic.invalid": "[!] Ogiltigt Föremål - Använd Schematic Bordet istället", - "create.schematic.position": "Position", - "create.schematic.rotation": "Rotation", - "create.schematic.rotation.none": "Ingen", - "create.schematic.rotation.cw90": "Medurs 90", - "create.schematic.rotation.cw180": "Medurs 180", - "create.schematic.rotation.cw270": "Medurs 270", - "create.schematic.mirror": "Spegelvänd", - "create.schematic.mirror.none": "Ingen", - "create.schematic.mirror.frontBack": "Fram-Bak", - "create.schematic.mirror.leftRight": "Vänster-Höger", - "create.schematic.tool.deploy": "Position", - "create.schematic.tool.move": "Flytta XZ", - "create.schematic.tool.movey": "Flytta Y", - "create.schematic.tool.rotate": "Rotera", - "create.schematic.tool.print": "Skriv Ut", - "create.schematic.tool.flip": "Spegelvänd", - "create.schematic.tool.deploy.description.0": "Flyttar strukturen till en plats.", - "create.schematic.tool.deploy.description.1": "Högerklicka på marken för att placera.", - "create.schematic.tool.deploy.description.2": "Håll [Ctrl] för att välja på ett fixerat avstånd.", - "create.schematic.tool.deploy.description.3": "[Ctrl]-Skrolla för att ändra avståndet.", - "create.schematic.tool.move.description.0": "Skiftar Schematic Horisontellt.", - "create.schematic.tool.move.description.1": "Peka på Schematic och [CTRL]-Skrolla för att putta den.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "Skiftar Schematic Vertikalt.", - "create.schematic.tool.movey.description.1": "[CTRL]-Skrolla för att flytta det upp/ned.", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "Roterar Schematic kring dess centrum.", - "create.schematic.tool.rotate.description.1": "[CTRL]-Skrolla för att rotera med 90 grader.", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "Placerar omedelbart strukturen i världen.", - "create.schematic.tool.print.description.1": "[Right-Click] för att bekräfta placeringen på den nuvarande platsen.", - "create.schematic.tool.print.description.2": "Detta verktyg är endast för Kreativt läge.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "Vänder Schematic längs ytan du valt.", - "create.schematic.tool.flip.description.1": "Peka på Schematic och [CTRL]-Skrolla för att vända den.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "Synkroniserar...", - "create.schematics.uploadTooLarge": "Din schematic överskrider begränsningarna satta av servern.", - "create.schematics.maxAllowedSize": "Den största tillåtna filstorleken av en schematic är:", - - "create.gui.schematicTable.refresh": "Ladda Om Filer", - "create.gui.schematicTable.open_folder": "Öppna Fil", - "create.gui.schematicTable.title": "Schematic Bord", - "create.gui.schematicTable.availableSchematics": "Tillgängliga Schematics", - "create.gui.schematicTable.noSchematics": "Inga Schematics Sparade", - "create.gui.schematicTable.uploading": "Laddar Upp...", - "create.gui.schematicTable.finished": "Uppladdning Klar!", - "create.gui.schematicannon.title": "Schematikanon", - "create.gui.schematicannon.listPrinter": "Checklista Skrivaren", - "create.gui.schematicannon.gunpowderLevel": "Krut är %1$s%%", - "create.gui.schematicannon.shotsRemaining": "Skott kvar: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "Med backup: %1$s", - "create.gui.schematicannon.optionEnabled": "Aktuellt Aktiverad", - "create.gui.schematicannon.optionDisabled": "Aktuellt Inaktiverad", - "create.gui.schematicannon.showOptions": "Visa Skrivarinställningar", - "create.gui.schematicannon.option.dontReplaceSolid": "Ersätt Inte Fasta Block", - "create.gui.schematicannon.option.replaceWithSolid": "Ersätt Fast med Fast", - "create.gui.schematicannon.option.replaceWithAny": "Ersätt Fast med Valfri", - "create.gui.schematicannon.option.replaceWithEmpty": "Ersätt Fast med Tom", - "create.gui.schematicannon.option.skipMissing": "Hoppa över saknande Block", - "create.gui.schematicannon.option.skipTileEntities": "Skydda Block Enheter", - "create.gui.schematicannon.slot.gunpowder": "Tillsätt krut för att driva kanonen", - "create.gui.schematicannon.slot.listPrinter": "Placera böcker här för att skriva ut en Checklista för din Schematic", - "create.gui.schematicannon.slot.schematic": "Lägg till din Schematic här. Dubbelkolla så att den blir utplacerat på en specifik plats.", - "create.gui.schematicannon.option.skipMissing.description": "Om kanonen ej kan hitta ett nödvändigt block för placering, kommer den att fortsätta på nästa plats.", - "create.gui.schematicannon.option.skipTileEntities.description": "Kanonen kommer undvika att ersätta informationsinnehavande block såsom kistor.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "Kanonen kommer aldrig att ersätta fasta block i dess arbetsområde, endast ej fasta block och luft.", - "create.gui.schematicannon.option.replaceWithSolid.description": "Kanonen kommer bara ersätta fasta block i dess arbetsområde om Schematic innehåller ett fast block på platsen.", - "create.gui.schematicannon.option.replaceWithAny.description": "Kanonen kommer att ersätta fasta block i dess arbetsområde om Schematic innehåller något block på platsen.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "Kanonen kommer att rensa bort alla block i dess arbetsområde, inklusive de som ersatts av luft.", - - "create.schematicannon.status.idle": "Inaktiv", - "create.schematicannon.status.ready": "Redo", - "create.schematicannon.status.running": "Körs", - "create.schematicannon.status.finished": "Klart", - "create.schematicannon.status.paused": "Pausad", - "create.schematicannon.status.stopped": "Stoppad", - "create.schematicannon.status.noGunpowder": "Slut på Krut", - "create.schematicannon.status.targetNotLoaded": "Målet är ej laddat", - "create.schematicannon.status.targetOutsideRange": "Målet är för lång bort", - "create.schematicannon.status.searching": "Söker", - "create.schematicannon.status.skipping": "Hoppar över", - "create.schematicannon.status.missingBlock": "Saknande föremål:", - "create.schematicannon.status.placing": "Placerar", - "create.schematicannon.status.clearing": "Rensar Block", - "create.schematicannon.status.schematicInvalid": "Schematic Ogiltig", - "create.schematicannon.status.schematicNotPlaced": "Schematic ej Positionerad", - "create.schematicannon.status.schematicExpired": "Schematic fil har löpt ut", - - "create.materialChecklist": "Material Checklista", - "create.materialChecklist.blocksNotLoaded": "* OBS * \n\nMaterial lista kan vara felaktig på grund av relevanta chunkar som ej är inladdade.", - - "create.gui.filter.deny_list": "Neka-lista", - "create.gui.filter.deny_list.description": "Föremål passerar om de INTE matchar något av ovanstående. En tom Neka-lista accepterar allt.", - "create.gui.filter.allow_list": "Tillåt-lista", - "create.gui.filter.allow_list.description": "Föremål passerar om de matchar något av ovastående. En tom Tillåt-lista avvisar allt.", - "create.gui.filter.respect_data": "Respektera Data", - "create.gui.filter.respect_data.description": "Föremål matchar bara om deras hållbarhet, förtrollningar, och andra attribut också matchar.", - "create.gui.filter.ignore_data": "Ignorera Data", - "create.gui.filter.ignore_data.description": "Föremål matchar oavsett vilka egenskaper de har.", - - "create.item_attributes.placeable": "är placerbar", - "create.item_attributes.placeable.inverted": "är ej placerbar", - "create.item_attributes.consumable": "kan ätas", - "create.item_attributes.consumable.inverted": "kan ej ätas", - "create.item_attributes.fluid_container": "kan förvara vätskor", - "create.item_attributes.fluid_container.inverted": "kan ej förvara vätskor", - "create.item_attributes.enchanted": "är förtrollad", - "create.item_attributes.enchanted.inverted": "är inte förtrollad", - "create.item_attributes.max_enchanted": "är förtrollad på maxnivå", - "create.item_attributes.max_enchanted.inverted": "är inte förtrollad på maxnivå", - "create.item_attributes.renamed": "har ett eget namn", - "create.item_attributes.renamed.inverted": "har inte eget namn", - "create.item_attributes.damaged": "är skadad", - "create.item_attributes.damaged.inverted": "är inte skadad", - "create.item_attributes.badly_damaged": "är kraftigt skadad", - "create.item_attributes.badly_damaged.inverted": "är inte kraftigt skadad", - "create.item_attributes.not_stackable": "kan ej staplas", - "create.item_attributes.not_stackable.inverted": "kan staplas", - "create.item_attributes.equipable": "kan utrustas", - "create.item_attributes.equipable.inverted": "kan ej utrustas", - "create.item_attributes.furnace_fuel": "är brännbränsle", - "create.item_attributes.furnace_fuel.inverted": "är inte brännbränsle", - "create.item_attributes.washable": "kan Tvättas", - "create.item_attributes.washable.inverted": "kan ej Tvättas", - "create.item_attributes.hauntable": "kan Hemsökas", - "create.item_attributes.hauntable.inverted": "kan ej Hemsökas", - "create.item_attributes.crushable": "kan Krossas", - "create.item_attributes.crushable.inverted": "kan inte Krossas", - "create.item_attributes.smeltable": "kan Smältas", - "create.item_attributes.smeltable.inverted": "kan inte Smältas", - "create.item_attributes.smokable": "kan bli Rökt", - "create.item_attributes.smokable.inverted": "kan ej bli Rökt", - "create.item_attributes.blastable": "kan Smältas i en Masugn", - "create.item_attributes.blastable.inverted": "kan inte Smältas i en Masugn", - "create.item_attributes.compostable": "kan Komposteras", - "create.item_attributes.compostable.inverted": "kan ej Komposteras", - "create.item_attributes.shulker_level": "är shulker %1$s", - "create.item_attributes.shulker_level.inverted": "är shulker inte %1$s", - "create.item_attributes.shulker_level.full": "fullt", - "create.item_attributes.shulker_level.empty": "tom", - "create.item_attributes.shulker_level.partial": "delvis fylld", - "create.item_attributes.in_tag": "är taggad %1$s", - "create.item_attributes.in_tag.inverted": "är inte taggad %1$s", - "create.item_attributes.in_item_group": "är i grupp \"%1$s\"", - "create.item_attributes.in_item_group.inverted": "är ej i grupp \"%1$s\"", - "create.item_attributes.added_by": "lades till av %1$s", - "create.item_attributes.added_by.inverted": "blev ej tillagd av %1$s", - "create.item_attributes.has_enchant": "är förtrollad med %1$s", - "create.item_attributes.has_enchant.inverted": "är inte förtrollad med %1$s", - "create.item_attributes.color": "är färgad %1$s", - "create.item_attributes.color.inverted": "är inte färgad %1$s", - "create.item_attributes.has_fluid": "innehåller %1$s", - "create.item_attributes.has_fluid.inverted": "innehåller inte %1$s", - "create.item_attributes.has_name": "har det anpassade namnet %1$s", - "create.item_attributes.has_name.inverted": "har inte det anpassade namnet %1$s", - "create.item_attributes.book_author": "författad av %1$s", - "create.item_attributes.book_author.inverted": "är inte författad av %1$s", - "create.item_attributes.book_copy_original": "är en original", - "create.item_attributes.book_copy_original.inverted": "är inte ett original", - "create.item_attributes.book_copy_first": "är en förstahands kopia", - "create.item_attributes.book_copy_first.inverted": "är inte en förstahands kopia", - "create.item_attributes.book_copy_second": "är en andrahandskopia ", - "create.item_attributes.book_copy_second.inverted": "är inte en andrahandskopia", - "create.item_attributes.book_copy_tattered": "är en trasig röra", - "create.item_attributes.book_copy_tattered.inverted": "är inte en trasig röra", - "create.item_attributes.astralsorcery_amulet": "förbättrar %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "förbättrar inte %1$s", - "create.item_attributes.astralsorcery_constellation": "är inställd till %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "är inte inställd till %1$s", - "create.item_attributes.astralsorcery_crystal": "har kristall attribut %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "har inte kristall attribut %1$s", - "create.item_attributes.astralsorcery_perk_gem": "har förmån attribut %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "har inte förmåns attribut %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "Inga attribut valda", - "create.gui.attribute_filter.selected_attributes": "Valda attribut:", - "create.gui.attribute_filter.add_attribute": "Lägg till attribut i Listan", - "create.gui.attribute_filter.add_inverted_attribute": "Lägg till motsatt attribut i Listan", - "create.gui.attribute_filter.allow_list_disjunctive": "Tillåt-lista (Vad som helst)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "Föremål passerar om de har något av de valda attributen.", - "create.gui.attribute_filter.allow_list_conjunctive": "Tillåt-lista (Allt)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "Föremål passerar bara om de har ALLA av de valda attributen.", - "create.gui.attribute_filter.deny_list": "Neka-lista", - "create.gui.attribute_filter.deny_list.description": "Föremål passerar om de INTE har något av de valda attributen.", - "create.gui.attribute_filter.add_reference_item": "Lägg Till Referensföremål", - - "create.tooltip.holdForDescription": "Håll [%1$s] för Summering.", - "create.tooltip.holdForControls": "Håll [%1$s] för Kontroller.", - "create.tooltip.keyShift": "Skift ", - "create.tooltip.keyCtrl": "Ctrl", - "create.tooltip.speedRequirement": "Hastighetskrav: %1$s", - "create.tooltip.speedRequirement.none": "Ingen", - "create.tooltip.speedRequirement.slow": "Långsam", - "create.tooltip.speedRequirement.medium": "Måttlig", - "create.tooltip.speedRequirement.fast": "Snabb", - "create.tooltip.stressImpact": "Kinetisk Stresseffekt: %1$s", - "create.tooltip.stressImpact.low": "Låg", - "create.tooltip.stressImpact.medium": "Måttlig", - "create.tooltip.stressImpact.high": "Hög", - "create.tooltip.stressImpact.overstressed": "Överbelastad", - "create.tooltip.up_to": "Upp till %1$s", - "create.tooltip.capacityProvided": "Kinetisk Stresskapacitet: %1$s", - "create.tooltip.capacityProvided.low": "Liten", - "create.tooltip.capacityProvided.medium": "Medel", - "create.tooltip.capacityProvided.high": "Stor", - "create.tooltip.generationSpeed": "Genererar vid %1$s %2$s", - "create.tooltip.analogStrength": "Analog Styrka: %1$s/15", - - "create.mechanical_arm.extract_from": "Ta föremål från %1$s", - "create.mechanical_arm.deposit_to": "Sätt in föremål till %1$s", - "create.mechanical_arm.summary": "Mekanisk Arm har %1$s inmatning(ar) och %2$s utgång(ar).", - "create.mechanical_arm.points_outside_range": "%1$s valda interaktionspunkten togs bort på grund av intervallbegränsningar.", - - "create.weighted_ejector.target_set": "Mål Valt", - "create.weighted_ejector.target_not_valid": "Stöter ut till Angränsande block (Målet var ej giltigt)", - "create.weighted_ejector.no_target": "Stöter ut till Angränsande block (Inget mål valdes)", - "create.weighted_ejector.targeting": "Stöter ut till [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "Utkastad Stackstorlek", - - "create.logistics.when_multiple_outputs_available": "När flera utgångar är tillgängliga", - - "create.mechanical_arm.selection_mode.round_robin": "Rund Robin", - "create.mechanical_arm.selection_mode.forced_round_robin": "Tvingad Rund Robin", - "create.mechanical_arm.selection_mode.prefer_first": "Föredra Första Mål", - - "create.tunnel.selection_mode.split": "Dela", - "create.tunnel.selection_mode.forced_split": "Tvång Dela", - "create.tunnel.selection_mode.round_robin": "Rund Robin", - "create.tunnel.selection_mode.forced_round_robin": "Tvingad Rund Robin", - "create.tunnel.selection_mode.prefer_nearest": "Föredra Närmaste", - "create.tunnel.selection_mode.randomize": "Slumpa", - "create.tunnel.selection_mode.synchronize": "Synkronisera Inmatningar", - - "create.tooltip.chute.header": "Rör Information", - "create.tooltip.chute.items_move_down": "Föremål flyttas Nedåt", - "create.tooltip.chute.items_move_up": "Föremål flyttas Uppåt", - "create.tooltip.chute.no_fans_attached": "Inga anslutna fläktar", - "create.tooltip.chute.fans_push_up": "Fläktar trycker Nedifrån", - "create.tooltip.chute.fans_push_down": "Fläktar trycker från Ovan", - "create.tooltip.chute.fans_pull_up": "Fläktar drar från Ovan", - "create.tooltip.chute.fans_pull_down": "Fläktar drar från Under", - "create.tooltip.chute.contains": "Innehåller: %1$s x%2$s", - "create.tooltip.deployer.header": "Avsändarinformation", - "create.tooltip.deployer.using": "Läge: Använd", - "create.tooltip.deployer.punching": "Läge: Anfall", - "create.tooltip.deployer.contains": "Föremål: %1$s x%2$s", - "create.tooltip.brass_tunnel.contains": "Distribuerar för närvarande: ", - "create.tooltip.brass_tunnel.contains_entry": ">%1$s x%2$s", - "create.tooltip.brass_tunnel.retrieve": "Högerklicka för att hämta", - - "create.linked_controller.bind_mode": "Bindläge aktivt", - "create.linked_controller.press_keybind": "Tryck %1$s, %2$s, %3$s, %4$s, %5$s, eller %6$s, för att binda denna frekvens till respektive tangent", - "create.linked_controller.key_bound": "Frekvens bunden till %1$s", - "create.linked_controller.frequency_slot_1": "Tangentbindning %1$s, Frek. #1", - "create.linked_controller.frequency_slot_2": "Tangentbindning %1$s, Frek. #2", - - "create.crafting_blueprint.crafting_slot": "Ingrediensplats", - "create.crafting_blueprint.filter_items_viable": "Avancerade filterobjekt är genomförbara", - "create.crafting_blueprint.display_slot": "Visa Plats", - "create.crafting_blueprint.inferred": "Inläst från recept", - "create.crafting_blueprint.manually_assigned": "Manuellt tilldelad", - "create.crafting_blueprint.secondary_display_slot": "Sekundär Visa Plats", - "create.crafting_blueprint.optional": "Valfritt", - - "create.potato_cannon.ammo.attack_damage": "%1$s Attackskada", - "create.potato_cannon.ammo.reload_ticks": "%1$s Omladdnings Ticks", - "create.potato_cannon.ammo.knockback": "%1$s Knuff", - - "create.hint.hose_pulley.title": "Bottenfri Källa", - "create.hint.hose_pulley": "Den inriktade källan av vätska anses vara oändlig.", - "create.hint.mechanical_arm_no_targets.title": "Inga Mål", - "create.hint.mechanical_arm_no_targets": "Det värkar som att denna _Mekaniska_ _Arm_ ej har tilldelats några _mål._ Väj rullband, depåer, rullbandstrattar och andra block genom att _högerklicka_ dem medans du _håller_ den _Mekaniska_ _Armen_ i din _hand_.", - "create.hint.empty_bearing.title": "Uppdatera Gångjärn", - "create.hint.empty_bearing": "_Högerklicka_ gångjärnet med en _tom_ _hand_ för att _lägga_ _till_ strukturen du just byggt framför den.", - "create.hint.full_deployer.title": "Överflöde av Föremål", - "create.hint.full_deployer": "Det verkar som att denna _Avsändare_ innehåller _överskridande_ _föremål_ som måste _extraheras._ Använd en _tratt,_ _rullbandstratt_ eller andra verk som kan frigöra överskottet.", - - "create.backtank.low": "Baktankstryck lågt", - "create.backtank.depleted": "Baktankstryck uttömt", - - "create.hint.derailed_train.title": "Urspårat Tåg", - "create.hint.derailed_train": "Det verkar som att detta _Tåg_ har spårat ur. _Högerklicka_ med en _skiftnyckel_ för att flytta den till ett spår i närheten.", - - "create.boiler.status": "Värmepanna Status: %1$s", - "create.boiler.status_short": "Värmepanna: %1$s", - "create.boiler.passive": "Passiv", - "create.boiler.idle": "Inaktiv", - "create.boiler.lvl": "Lvl %1$s", - "create.boiler.max_lvl": "Max", - "create.boiler.size": "Storlek", - "create.boiler.size_dots": "....... ", - "create.boiler.water": "Vatten", - "create.boiler.water_dots": "... ", - "create.boiler.heat": "Värme", - "create.boiler.heat_dots": "...... ", - "create.boiler.via_one_engine": "via 1 motor", - "create.boiler.via_engines": "via %1$s motorer", - - "create.gui.schedule.lmb_edit": "Vänsterklicka för att Ändra", - "create.gui.schedule.rmb_remove": "Högerklicka för att Radera", - "create.gui.schedule.duplicate": "Duplicera", - "create.gui.schedule.remove_entry": "Radera Åtgärd", - "create.gui.schedule.add_entry": "Lägg till Åtgärd", - "create.gui.schedule.move_up": "Flytta upp", - "create.gui.schedule.move_down": "Flytta ned", - "create.gui.schedule.add_condition": "Lägg till Villkor", - "create.gui.schedule.alternative_condition": "Alternativt Villkor", - - "create.schedule.instruction_type": "Nästa Åtgärd:", - "create.schedule.instruction.editor": "Instruktionsredigerare", - "create.schedule.instruction.destination": "Res till Station", - "create.schedule.instruction.destination.summary": "Nästa Stopp:", - "create.schedule.instruction.filter_edit_box": "Stationsnamn", - "create.schedule.instruction.filter_edit_box_1": "Använd * som ett jokertecken", - "create.schedule.instruction.filter_edit_box_2": "Exempel: \"Min Station, Plattform *\"", - "create.schedule.instruction.filter_edit_box_3": "Tåg plockar närmaste obebodda match", - "create.schedule.instruction.rename": "Uppdatera Schema Titel", - "create.schedule.instruction.rename.summary": "Ny Titel:", - "create.schedule.instruction.name_edit_box": "Schema Titel", - "create.schedule.instruction.name_edit_box_1": "Påverkar text visad på skärmar", - "create.schedule.instruction.name_edit_box_2": "Förvald till nästa destinations namn", - "create.schedule.instruction.throttle": "Gräns för Maxhastighet", - "create.schedule.instruction.throttle.summary": "Ändra Maxhastighet till %1$s", - "create.schedule.instruction.throttle_edit_box": "Spjäll", - "create.schedule.instruction.throttle_edit_box_1": "Påverkar Tågets maxhastighet", - "create.schedule.condition_type": "Fortsätt om/efter:", - "create.schedule.condition.editor": "Villkor Redigerare", - "create.schedule.condition.delay": "Planerad Fördröjning", - "create.schedule.condition.delay_short": "Vänta: %1$s", - "create.schedule.condition.delay.status": "Avgår om %1$s", - "create.schedule.condition.idle": "Lastinaktivitet", - "create.schedule.condition.idle_short": "Lasttomgång: %1$s", - "create.schedule.condition.idle.status": "Lasttomgång för: %1$s", - "create.schedule.condition.for_x_time": "för %1$s", - "create.schedule.condition.unloaded": "Chunk Avlastad", - "create.schedule.condition.unloaded.status": "Väntar på avlastning av chunk", - "create.schedule.condition.powered": "Station Igångsatt", - "create.schedule.condition.powered.status": "Väntar på rödsten", - "create.schedule.condition.time_of_day": "Tid på Dygnet", - "create.schedule.condition.time_of_day.scheduled": "Planerad Tid: %1$s", - "create.schedule.condition.time_of_day.digital_format": "%1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "Rotation", - "create.schedule.condition.time_of_day.rotation.every_24": "Varje Dag", - "create.schedule.condition.time_of_day.rotation.every_12": "Var 12:00", - "create.schedule.condition.time_of_day.rotation.every_6": "Var 6:00", - "create.schedule.condition.time_of_day.rotation.every_4": "Var 4:00", - "create.schedule.condition.time_of_day.rotation.every_3": "Var 3:00", - "create.schedule.condition.time_of_day.rotation.every_2": "Var 2:00", - "create.schedule.condition.time_of_day.rotation.every_1": "Var 1:00", - "create.schedule.condition.time_of_day.rotation.every_0_45": "Var 0:45", - "create.schedule.condition.time_of_day.rotation.every_0_30": "Var 0:30", - "create.schedule.condition.time_of_day.rotation.every_0_15": "Var 0:15", - "create.schedule.condition.time_of_day.status": "Avgår vid", - "create.schedule.condition.threshold.train_holds": "Tåget rymmer %1$s", - "create.schedule.condition.threshold.greater": "mer än", - "create.schedule.condition.threshold.less": "mindre än", - "create.schedule.condition.threshold.equal": "exakt", - "create.schedule.condition.threshold.x_units_of_item": "%1$s %2$s av %3$s", - "create.schedule.condition.threshold.matching_content": "Matchande Innehåll", - "create.schedule.condition.threshold.anything": "Vad som helst", - "create.schedule.condition.threshold.item_measure": "Mätning av Föremål", - "create.schedule.condition.threshold.items": "Föremål", - "create.schedule.condition.threshold.stacks": "Stackar", - "create.schedule.condition.threshold.buckets": "Hinkar", - "create.schedule.condition.threshold.status": "Last: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "Referensobjekt", - "create.schedule.condition.threshold.place_item_2": "Filter kan användas", - "create.schedule.condition.threshold.place_item_3": "Lämna tom för att matcha valfri", - "create.schedule.condition.fluid_threshold": "Vätskelast Villkor", - "create.schedule.condition.item_threshold": "Gods Lastvillkor", - "create.schedule.condition.redstone_link": "Rödstenslänk", - "create.schedule.condition.redstone_link.status": "Väntar på rödstenslänk", - "create.schedule.condition.redstone_link_on": "Länk På", - "create.schedule.condition.redstone_link_off": "Länk Av", - "create.schedule.condition.redstone_link.powered": "Aktiverad", - "create.schedule.condition.redstone_link.unpowered": "Ej Aktiverad", - "create.schedule.condition.redstone_link.frequency_state": "Frekvensskick:", - "create.schedule.condition.redstone_link.frequency_powered": "Frekvens aktiverad:", - "create.schedule.condition.redstone_link.frequency_unpowered": "Frekvens ej aktiverad:", - "create.schedule.condition.player_count": "Sittande Spelare", - "create.schedule.condition.player_count.summary": "%1$s Spelare", - "create.schedule.condition.player_count.summary_plural": "%1$s Spelare", - "create.schedule.condition.player_count.seated": "%1$s Sittande", - "create.schedule.condition.player_count.players": "Spelare", - "create.schedule.condition.player_count.condition": "Villkorlig", - "create.schedule.condition.player_count.exactly": "Exakt", - "create.schedule.condition.player_count.or_above": "Eller över", - "create.schedule.condition.player_count.status": "Passagerare: %1$s/%2$s", - "create.schedule.loop": "Repetera Alltid", - "create.schedule.loop1": "Schemat börjar om", - "create.schedule.loop2": "när slutförd", - "create.schedule.reset": "Nollställ Framsteg", - "create.schedule.skip": "Hoppa över nuvarande Stopp", - "create.schedule.applied_to_train": "Tåget följer nu detta Schema", - "create.schedule.non_controlling_seat": "Konduktören behöver sitta framför ett Kontrollblock", - "create.schedule.remove_with_empty_hand": "Ta bort nuvarande Schema med en tom hand", - "create.schedule.auto_removed_from_train": "Auto-Schema kasserat", - "create.schedule.removed_from_train": "Schema hämtat från Tåget", - "create.schedule.no_stops": "Detta Schema har inga stopp än", - "create.schedule.continued": "Schema återupptogs", - - "create.track.selection_cleared": "Markering Rensad", - "create.track.valid_connection": "Kan Anslutas ✔", - "create.track.second_point": "Placera spår eller välj en andra punkt", - "create.track.too_far": "För långt ifrån", - "create.track.original_missing": "Originalblock borttaget, smygklicka för att återställa", - "create.track.perpendicular": "Kan ej ansluta vinkelrätt", - "create.track.ascending_s_curve": "Kan ej skapa sluttande S-Böjar", - "create.track.too_sharp": "För mycket böjning", - "create.track.too_steep": "Lutning för brant", - "create.track.slope_turn": "Kan ej inge eller lämna en lutning med en sväng", - "create.track.opposing_slopes": "Kan ej ansluta till motsatta lutningar", - "create.track.leave_slope_ascending": "Kan ej lämna denna lutning medan du stiger", - "create.track.leave_slope_descending": "Kan ej lämna denna lutning medan du stiger ned", - "create.track.turn_90": "Kan bara svänga upp till 90 grader", - "create.track.junction_start": "Kan ej starta anslutning från en Junction", - "create.track.turn_start": "Kan ej starta anslutning från en Sväng", - "create.track.not_enough_tracks": "Håller ej tillräckligt med spår", - "create.track.not_enough_pavement": "Håller ej tillräckligt med trottoarblock", - - "create.portal_track.failed": "Kan inte placera portalspår:", - "create.portal_track.missing": "Målportalen är ännu inte genererad", - "create.portal_track.blocked": "Målplatsen blockerad (%1$s,%2$s,%3$s)", - - "create.station.idle": "Stationen är inaktiv", - "create.station.assembly_title": "Tåg Montering", - "create.station.close": "Stäng Fönster", - "create.station.cancel": "Avbryt Monteringen", - "create.station.failed": "Monteringen Misslyckades", - "create.station.icon_type": "Ikontyp", - "create.station.create_train": "Skapa nytt Tåg", - "create.station.assemble_train": "Montera Tåg", - "create.station.disassemble_train": "Demontera Tåg", - "create.station.remove_schedule": "Hämta Schema", - "create.station.remove_auto_schedule": "Kasta Automatiskt Schema", - "create.station.no_assembly_diagonal": "Kan ej bygga tåg", - "create.station.no_assembly_diagonal_1": "på diagonala spår", - "create.station.no_assembly_curve": "Kan ej bygga tåg", - "create.station.no_assembly_curve_1": "på böjda spår", - "create.station.train_not_aligned": "Kan ej demontera,", - "create.station.train_not_aligned_1": "inte alla transporter i linje", - "create.station.carriage_number": "Transport %1$s:", - "create.station.retry": "Lös detta och prova igen", - "create.station.no_bogeys": "Inga Bogeys", - "create.station.one_bogey": "1 Bogey", - "create.station.more_bogeys": "%1$s Bogeys", - "create.station.how_to": "Använd Tåg Kapsel på markerade Spår för att skapa bogeys.", - "create.station.how_to_1": "Ta bort bogeys genom att bryta blocket på toppen.", - "create.station.how_to_2": "Bygg transporter som är knutna till en eller två bogeys var.", - - "create.train_assembly.too_many_bogeys": "För många Bogeys bifogade: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "Bogey längst fram måste vara på Station Markör", - "create.train_assembly.no_bogeys": "Inga Bogeys Hittades", - "create.train_assembly.not_connected_in_order": "Bogeys är inte anslutna i ordning", - "create.train_assembly.bogeys_too_close": "Bogeys %1$s och %2$s är för nära varandra", - "create.train_assembly.single_bogey_carriage": "Denna Bogey typ kan inte stödja en transport på egen hand", - "create.train_assembly.nothing_attached": "Ingen struktur knuten till Bogey %1$s", - "create.train_assembly.no_controls": "Minst ett framåtriktat styrblock måste befinna sig på tåget", - "create.train_assembly.sideways_controls": "Ett monterat styrblock är vänd åt sidan", - "create.train_assembly.bogey_created": "Bogey skapad. Klicka igen för att ändra typ", - "create.train_assembly.requires_casing": "Använd en Järnvägskapsel för att skapa bogeys på spår", - - "create.track_target.set": "Riktat spår markerat", - "create.track_target.success": "Lyckad bindning till målinriktat spår", - "create.track_target.clear": "Rensade spår markering", - "create.track_target.missing": "Högerklicka det målinriktade tågspåret först", - "create.track_target.too_far": "Riktat spår är för långt härifrån", - "create.track_target.no_junctions": "Riktat spår kan ej vara en korsning", - "create.track_target.occupied": "Riktat spår är upptaget", - "create.track_target.invalid": "Kan inte rikta detta spår här", - - "create.train.unnamed": "Namnlöst Tåg", - "create.train.cannot_relocate_moving": "Kan ej flytta ett flyttande tåg", - "create.train.relocate": "Klicka på ett Spår för att flytta %1$s till. Smygklicka för att avbryta", - "create.train.relocate.abort": "Förflyttning avbröts", - "create.train.relocate.success": "Förflyttning lyckades", - "create.train.relocate.valid": "Kan förflyttas hit, klicka för att bekräfta", - "create.train.relocate.invalid": "Kan ej förflytta Tåg hit", - "create.train.relocate.too_far": "Kan ej förflytta Tåg så här långt bort", - "create.train.departing_from": "Avgår från %1$s", - "create.train.arrived_at": "Anlände till %1$s", - "create.train.status": " Information om Tåg: %1$s", - "create.train.status.back_on_track": "Tåget är tillbaka på spår", - "create.train.status.collision": "Kollision med annat Tåg", - "create.train.status.end_of_track": "En transport har nått sitt slut av dess Spår", - "create.train.status.double_portal": "UNLOCALIZED: A Carriage cannot enter a portal whilst leaving another", - "create.train.status.coupling_stress": "UNLOCALIZED: Forced stop due to Stress on Couplings", - "create.train.status.track_missing": "UNLOCALIZED: Tracks are missing beneath the Train", - "create.train.status.paused_for_manual": "UNLOCALIZED: Schedule paused for manual controls", - "create.train.status.opposite_driver": "UNLOCALIZED: Path requires a driver facing the opposite direction", - "create.train.status.missing_driver": "UNLOCALIZED: Driver has gone missing", - "create.train.status.found_driver": "UNLOCALIZED: A new driver has been found", - "create.train.status.navigation_success": "UNLOCALIZED: Navigation succeeded", - "create.train.status.no_match": "UNLOCALIZED: No station on graph matches '%1$s'", - "create.train.status.no_path": "UNLOCALIZED: No suitable path to the next Scheduled destination could be found", - - "create.track_signal.cannot_change_mode": "UNLOCALIZED: Unable to switch mode of this Signal", - "create.track_signal.mode_change.entry_signal": "UNLOCALIZED: -> Allow passage if section unoccupied", - "create.track_signal.mode_change.cross_signal": "UNLOCALIZED: -> Allow passage if section fully traversable", - - "create.contraption.controls.start_controlling": "UNLOCALIZED: Now controlling: %1$s", - "create.contraption.controls.stop_controlling": "UNLOCALIZED: Stopped controlling contraption", - "create.contraption.controls.approach_station": "UNLOCALIZED: Hold %1$s to approach %2$s", - - "create.display_link.set": "UNLOCALIZED: Targeted position selected", - "create.display_link.success": "UNLOCALIZED: Successfully bound to targeted position", - "create.display_link.clear": "UNLOCALIZED: Cleared position selection", - "create.display_link.too_far": "UNLOCALIZED: Targeted position is too far from here", - "create.display_link.invalid": "UNLOCALIZED: Link has no valid target, try placing it again", - "create.display_link.title": "UNLOCALIZED: Display Link", - "create.display_link.no_source": "UNLOCALIZED: Not a Display Source", - "create.display_link.no_target": "UNLOCALIZED: Not a Display Target", - "create.display_link.reading_from": "UNLOCALIZED: Read from:", - "create.display_link.writing_to": "UNLOCALIZED: Send to:", - "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", - "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", - "create.display_link.view_compatible": "UNLOCALIZED: Click to view all Compatible", - "create.display_link.information_type": "UNLOCALIZED: Type of Information", - "create.display_link.display_on": "UNLOCALIZED: Write data to:", - "create.display_link.display_on_multiline": "UNLOCALIZED: Start writing at:", - - "create.display_source.label": "UNLOCALIZED: Attached Label", - "create.display_source.combine_item_names": "UNLOCALIZED: Combine Item Names", - "create.display_source.count_items": "UNLOCALIZED: Amount of matching Items", - "create.display_source.list_items": "UNLOCALIZED: List matching Items", - "create.display_source.fluid_amount": "UNLOCALIZED: Amount of matching Fluids", - "create.display_source.list_fluids": "UNLOCALIZED: List matching Fluids", - "create.display_source.nixie_tube": "UNLOCALIZED: Copy Nixie Tubes", - "create.display_source.fill_level": "UNLOCALIZED: Container Fill Level", - "create.display_source.fill_level.display": "UNLOCALIZED: Display Format", - "create.display_source.fill_level.percent": "UNLOCALIZED: Percent", - "create.display_source.fill_level.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.value_list.display": "UNLOCALIZED: Value Display", - "create.display_source.value_list.shortened": "UNLOCALIZED: Shortened", - "create.display_source.value_list.full_number": "UNLOCALIZED: Full Number", - "create.display_source.value_list.thousand": "UNLOCALIZED: k", - "create.display_source.value_list.million": "UNLOCALIZED: m", - "create.display_source.player_deaths": "UNLOCALIZED: Player Deaths", - "create.display_source.scoreboard": "UNLOCALIZED: Scoreboard", - "create.display_source.scoreboard.objective": "UNLOCALIZED: Objective ID", - "create.display_source.scoreboard.objective_not_found": "UNLOCALIZED: '%1$s' not found", - "create.display_source.scoreboard.objective.deaths": "UNLOCALIZED: Player Deaths", - "create.display_source.time_of_day": "UNLOCALIZED: Time of Day", - "create.display_source.stop_watch": "UNLOCALIZED: Stopwatch", - "create.display_source.time.format": "UNLOCALIZED: Time Format", - "create.display_source.time.12_hour": "UNLOCALIZED: 12-hour", - "create.display_source.time.24_hour": "UNLOCALIZED: 24-hour", - "create.display_source.accumulate_items": "UNLOCALIZED: Accumulate Item Count", - "create.display_source.item_throughput": "UNLOCALIZED: Item Throughput", - "create.display_source.item_throughput.interval": "UNLOCALIZED: Interval", - "create.display_source.item_throughput.interval.second": "UNLOCALIZED: per Second", - "create.display_source.item_throughput.interval.minute": "UNLOCALIZED: per Minute", - "create.display_source.item_throughput.interval.hour": "UNLOCALIZED: per Hour", - "create.display_source.train_status": "UNLOCALIZED: Train Schedule Status", - "create.display_source.station_summary": "UNLOCALIZED: Train Station Summary", - "create.display_source.station_summary.filter": "UNLOCALIZED: Station name filter", - "create.display_source.station_summary.train_name_column": "UNLOCALIZED: Train column size", - "create.display_source.station_summary.platform_column": "UNLOCALIZED: Platform column size", - "create.display_source.station_summary.now": "UNLOCALIZED: now", - "create.display_source.station_summary.minutes": "UNLOCALIZED: min", - "create.display_source.station_summary.seconds": "UNLOCALIZED: %1$ss", - "create.display_source.observed_train_name": "UNLOCALIZED: Detected Train Name", - "create.display_source.max_enchant_level": "UNLOCALIZED: Max Enchanting Cost", - "create.display_source.boiler_status": "UNLOCALIZED: Boiler Status", - "create.display_source.entity_name": "UNLOCALIZED: Entity Name", - "create.display_source.kinetic_speed": "UNLOCALIZED: Rotation Speed (RPM)", - "create.display_source.kinetic_speed.absolute": "UNLOCALIZED: Ignore Direction", - "create.display_source.kinetic_speed.directional": "UNLOCALIZED: Include Direction", - "create.display_source.kinetic_stress": "UNLOCALIZED: Network Stress", - "create.display_source.kinetic_stress.display": "UNLOCALIZED: Displayed Info", - "create.display_source.kinetic_stress.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.kinetic_stress.percent": "UNLOCALIZED: Percentage", - "create.display_source.kinetic_stress.current": "UNLOCALIZED: Stress in SU", - "create.display_source.kinetic_stress.max": "UNLOCALIZED: Total Capacity", - "create.display_source.kinetic_stress.remaining": "UNLOCALIZED: Remaining SU", - "create.display_source.redstone_power": "UNLOCALIZED: Redstone Power", - "create.display_source.redstone_power.display": "UNLOCALIZED: Display Format", - "create.display_source.redstone_power.number": "UNLOCALIZED: Number", - "create.display_source.redstone_power.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.boiler.not_enough_space": "UNLOCALIZED: Not enough space ", - "create.display_source.boiler.for_boiler_status": "UNLOCALIZED: for Boiler Status", - - "create.display_target.line": "UNLOCALIZED: Line %1$s", - "create.display_target.page": "UNLOCALIZED: Page %1$s", - "create.display_target.single_line": "UNLOCALIZED: Single Line", - - "create.flap_display.cycles.alphabet": "UNLOCALIZED: ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": "UNLOCALIZED: ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": "UNLOCALIZED: ; min;now;15s;30s;45s", - "create.flap_display.cycles.shortened_numbers": "UNLOCALIZED: ;K;M", - "create.flap_display.cycles.fluid_units": "UNLOCALIZED: mB;B ", - "create.flap_display.cycles.instant": "UNLOCALIZED: ; ", - "create.flap_display.cycles.pixel": "UNLOCALIZED: █;▓;▒", - - "create.super_glue.too_far": "UNLOCALIZED: Selected area is too big", - "create.super_glue.cannot_reach": "UNLOCALIZED: Selected blocks must be connected", - "create.super_glue.click_to_confirm": "UNLOCALIZED: Click again to confirm", - "create.super_glue.click_to_discard": "UNLOCALIZED: Sneak-click to discard selection", - "create.super_glue.first_pos": "UNLOCALIZED: First position selected", - "create.super_glue.abort": "UNLOCALIZED: Selection discarded", - "create.super_glue.not_enough": "UNLOCALIZED: Not enough glue in inventory", - "create.super_glue.success": "UNLOCALIZED: Applying Glue...", - - "create.gui.config.overlay1": "UNLOCALIZED: Hi :)", - "create.gui.config.overlay2": "UNLOCALIZED: This is a sample overlay", - "create.gui.config.overlay3": "UNLOCALIZED: Click or drag with your mouse", - "create.gui.config.overlay4": "UNLOCALIZED: to move this preview", - "create.gui.config.overlay5": "UNLOCALIZED: Press ESC to exit this screen", - "create.gui.config.overlay6": "UNLOCALIZED: and save the new position", - "create.gui.config.overlay7": "UNLOCALIZED: Run /create overlay reset", - "create.gui.config.overlay8": "UNLOCALIZED: to reset to the default position", - - "create.command.killTPSCommand": "UNLOCALIZED: killtps", - "create.command.killTPSCommand.status.slowed_by.0": "UNLOCALIZED: [Create]: Server tick is currently slowed by %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "UNLOCALIZED: [Create]: Server tick is slowed by %s ms now >:)", - "create.command.killTPSCommand.status.slowed_by.2": "UNLOCALIZED: [Create]: Server tick is back to regular speed :D", - "create.command.killTPSCommand.status.usage.0": "UNLOCALIZED: [Create]: use /killtps stop to bring back server tick to regular speed", - "create.command.killTPSCommand.status.usage.1": "UNLOCALIZED: [Create]: use /killtps start to artificially slow down the server tick", - "create.command.killTPSCommand.argument.tickTime": "UNLOCALIZED: tickTime", - - "create.contraption.minecart_contraption_too_big": "UNLOCALIZED: This Cart Contraption seems too big to pick up", - "create.contraption.minecart_contraption_illegal_pickup": "UNLOCALIZED: A mystical force is binding this Cart Contraption to the world", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "UNLOCALIZED: Contraption stops", - "create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls", - "create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps", - "create.subtitle.whistle_train_manual": "UNLOCALIZED: Train honks", - "create.subtitle.steam": "UNLOCALIZED: Steam noises", - "create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates", - "create.subtitle.schematicannon_finish": "UNLOCALIZED: Schematicannon dings", - "create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts", - "create.subtitle.wrench_remove": "UNLOCALIZED: Component breaks", - "create.subtitle.train3": "UNLOCALIZED: Bogey wheels rumble muffled", - "create.subtitle.whistle": "UNLOCALIZED: Whistling", - "create.subtitle.cogs": "UNLOCALIZED: Cogwheels rumble", - "create.subtitle.slime_added": "UNLOCALIZED: Slime squishes", - "create.subtitle.whistle_train_low": "UNLOCALIZED: Low whistling", - "create.subtitle.schematicannon_launch_block": "UNLOCALIZED: Schematicannon fires", - "create.subtitle.controller_take": "UNLOCALIZED: Lectern empties", - "create.subtitle.crafter_click": "UNLOCALIZED: Crafter clicks", - "create.subtitle.depot_plop": "UNLOCALIZED: Item lands", - "create.subtitle.confirm": "UNLOCALIZED: Affirmative ding", - "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.sanding_long": "UNLOCALIZED: Sanding noises", - "create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises", - "create.subtitle.depot_slide": "UNLOCALIZED: Item slides", - "create.subtitle.blaze_munch": "UNLOCALIZED: Blaze Burner munches", - "create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps", - "create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls", - "create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks", - "create.subtitle.controller_put": "UNLOCALIZED: Controller thumps", - "create.subtitle.cranking": "UNLOCALIZED: Hand Crank turns", - "create.subtitle.sanding_short": "UNLOCALIZED: Sanding noises", - "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.whistle_high": "UNLOCALIZED: High whistling", - "create.subtitle.whistle_train_manual_low": "UNLOCALIZED: Train honks", - "create.subtitle.whistle_train": "UNLOCALIZED: Whistling", - "create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens", - "create.subtitle.train": "UNLOCALIZED: Bogey wheels rumble", - "create.subtitle.deny": "UNLOCALIZED: Declining boop", - "create.subtitle.controller_click": "UNLOCALIZED: Controller clicks", - "create.subtitle.whistle_low": "UNLOCALIZED: Low whistling", - "create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks", - "create.subtitle.mechanical_press_activation": "UNLOCALIZED: Mechanical Press clangs", - "create.subtitle.contraption_assemble": "UNLOCALIZED: Contraption moves", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", - "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", - "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", - "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", - "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", - "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", - "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", - "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", - - "block.create.wooden_bracket.tooltip": "UNLOCALIZED: WOODEN BRACKET", - "block.create.wooden_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with a cozy and wooden bit of reinforcement.", - - "block.create.metal_bracket.tooltip": "UNLOCALIZED: METAL BRACKET", - "block.create.metal_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with an industrial and sturdy bit of reinforcement.", - - "block.create.seat.tooltip": "UNLOCALIZED: SEAT", - "block.create.seat.tooltip.summary": "UNLOCALIZED: Sit yourself down and enjoy the ride! Will anchor a player onto a moving _contraption_. Great for static furniture too! Comes in a variety of colours.", - "block.create.seat.tooltip.condition1": "UNLOCALIZED: Right click on Seat", - "block.create.seat.tooltip.behaviour1": "UNLOCALIZED: Sits the player on the _Seat_. Press L-shift to leave the _Seat_.", - - "item.create.blaze_cake.tooltip": "UNLOCALIZED: BLAZE CAKE", - "item.create.blaze_cake.tooltip.summary": "UNLOCALIZED: A Delicious treat for your hard-working _Blaze Burners_. Gets them all fired up!", - - "item.create.wand_of_symmetry.tooltip": "UNLOCALIZED: SYMMETRY WAND", - "item.create.wand_of_symmetry.tooltip.summary": "UNLOCALIZED: Perfectly mirrors Block placement across configured planes.", - "item.create.wand_of_symmetry.tooltip.condition1": "UNLOCALIZED: When in Hotbar", - "item.create.wand_of_symmetry.tooltip.behaviour1": "UNLOCALIZED: Stays Active", - "item.create.wand_of_symmetry.tooltip.control1": "UNLOCALIZED: R-Click on Ground", - "item.create.wand_of_symmetry.tooltip.action1": "UNLOCALIZED: _Creates_ or _Moves_ the Mirror", - "item.create.wand_of_symmetry.tooltip.control2": "UNLOCALIZED: R-Click in the Air", - "item.create.wand_of_symmetry.tooltip.action2": "UNLOCALIZED: _Removes_ the active Mirror", - "item.create.wand_of_symmetry.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", - "item.create.wand_of_symmetry.tooltip.action3": "UNLOCALIZED: Opens the _Configuration Interface_", - - "item.create.handheld_worldshaper.tooltip": "UNLOCALIZED: HANDHELD WORLDSHAPER", - "item.create.handheld_worldshaper.tooltip.summary": "UNLOCALIZED: Handy tool for creating _landscapes_ and _terrain features_.", - "item.create.handheld_worldshaper.tooltip.control1": "UNLOCALIZED: L-Click at Block", - "item.create.handheld_worldshaper.tooltip.action1": "UNLOCALIZED: Sets blocks placed by the tool to the targeted block.", - "item.create.handheld_worldshaper.tooltip.control2": "UNLOCALIZED: R-Click at Block", - "item.create.handheld_worldshaper.tooltip.action2": "UNLOCALIZED: Applies the currently selected _Brush_ and _Tool_ at the targeted location.", - "item.create.handheld_worldshaper.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", - "item.create.handheld_worldshaper.tooltip.action3": "UNLOCALIZED: Opens the _Configuration Interface_", - - "item.create.tree_fertilizer.tooltip": "UNLOCALIZED: TREE FERTILIZER", - "item.create.tree_fertilizer.tooltip.summary": "UNLOCALIZED: A powerful combination of minerals suitable for speeding up the growth of common tree types.", - "item.create.tree_fertilizer.tooltip.condition1": "UNLOCALIZED: When used on a Sapling", - "item.create.tree_fertilizer.tooltip.behaviour1": "UNLOCALIZED: Grows Trees _regardless_ of their _spacing conditions_", - - "item.create.extendo_grip.tooltip": "UNLOCALIZED: EXTENDO GRIP", - "item.create.extendo_grip.tooltip.summary": "UNLOCALIZED: Boioioing! Greatly _increases reach distance_ of the wielder. Can be powered with Air Pressure from a _Copper_ _Backtank_", - "item.create.extendo_grip.tooltip.condition1": "UNLOCALIZED: When in Off-Hand", - "item.create.extendo_grip.tooltip.behaviour1": "UNLOCALIZED: Increases _reach distance_ of items used in the _Main-Hand_.", - "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.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.filter.tooltip": "UNLOCALIZED: FILTER", - "item.create.filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of items_ or several _nested filters_.", - "item.create.filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", - "item.create.filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", - "item.create.filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", - "item.create.filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", - - "item.create.attribute_filter.tooltip": "UNLOCALIZED: ATTRIBUTE FILTER", - "item.create.attribute_filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of_ item _attributes_ and _categories_.", - "item.create.attribute_filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", - "item.create.attribute_filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", - "item.create.attribute_filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", - "item.create.attribute_filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", - - "item.create.empty_schematic.tooltip": "UNLOCALIZED: EMPTY SCHEMATIC", - "item.create.empty_schematic.tooltip.summary": "UNLOCALIZED: Used as a recipe ingredient and for writing at the _Schematic Table_.", - - "item.create.schematic.tooltip": "UNLOCALIZED: SCHEMATIC", - "item.create.schematic.tooltip.summary": "UNLOCALIZED: Holds a structure to be positioned and placed into the world. Position the Hologram as desired and use a _Schematicannon_ to build it.", - "item.create.schematic.tooltip.condition1": "UNLOCALIZED: When Held", - "item.create.schematic.tooltip.behaviour1": "UNLOCALIZED: Can be positioned using the Tools on Screen.", - "item.create.schematic.tooltip.control1": "UNLOCALIZED: R-Click while Sneaking", - "item.create.schematic.tooltip.action1": "UNLOCALIZED: Opens an _Interface_ for entering exact _Coordinates_.", - - "item.create.schematic_and_quill.tooltip": "UNLOCALIZED: SCHEMATIC AND QUILL", - "item.create.schematic_and_quill.tooltip.summary": "UNLOCALIZED: Used for saving a Structure in your world to a .nbt file.", - "item.create.schematic_and_quill.tooltip.condition1": "UNLOCALIZED: Step 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "UNLOCALIZED: Select two corner points using R-Click.", - "item.create.schematic_and_quill.tooltip.condition2": "UNLOCALIZED: Step 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "UNLOCALIZED: _Ctrl-Scroll_ on the faces to adjust the size. R-Click again to Save.", - "item.create.schematic_and_quill.tooltip.control1": "UNLOCALIZED: R-Click", - "item.create.schematic_and_quill.tooltip.action1": "UNLOCALIZED: Select a corner point / confirm save.", - "item.create.schematic_and_quill.tooltip.control2": "UNLOCALIZED: Ctrl Held", - "item.create.schematic_and_quill.tooltip.action2": "UNLOCALIZED: Select points in _mid-air_. _Scroll_ to adjust the distance.", - "item.create.schematic_and_quill.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", - "item.create.schematic_and_quill.tooltip.action3": "UNLOCALIZED: _Resets_ and removes the selection.", - - "block.create.schematicannon.tooltip": "UNLOCALIZED: SCHEMATICANNON", - "block.create.schematicannon.tooltip.summary": "UNLOCALIZED: Shoots blocks to recreate a deployed _Schematic_ in the World. Uses items from adjacent Inventories and _Gunpowder_ as fuel.", - "block.create.schematicannon.tooltip.condition1": "UNLOCALIZED: When R-Clicked", - "block.create.schematicannon.tooltip.behaviour1": "UNLOCALIZED: Opens the _Interface_", - - "block.create.schematic_table.tooltip": "UNLOCALIZED: SCHEMATIC TABLE", - "block.create.schematic_table.tooltip.summary": "UNLOCALIZED: Writes saved Schematics onto an _Empty Schematic_.", - "block.create.schematic_table.tooltip.condition1": "UNLOCALIZED: When given an Empty Schematic", - "block.create.schematic_table.tooltip.behaviour1": "UNLOCALIZED: Uploads a chosen File from your Schematics Folder.", - - "item.create.goggles.tooltip": "UNLOCALIZED: GOGGLES", - "item.create.goggles.tooltip.summary": "UNLOCALIZED: A pair of glasses to augment your vision with useful _kinetic information_.", - "item.create.goggles.tooltip.condition1": "UNLOCALIZED: When worn", - "item.create.goggles.tooltip.behaviour1": "UNLOCALIZED: Shows _colored indicators_ corresponding to the _Speed Level_ of a placed kinetic component as well as _Stress Impact_ and _Capacity_ of individual components.", - "item.create.goggles.tooltip.condition2": "UNLOCALIZED: When looking at gauge", - "item.create.goggles.tooltip.behaviour2": "UNLOCALIZED: Shows detailed information about _Speed_ or _Stress_ of the network to which the gauge is connected.", - "item.create.goggles.tooltip.condition3": "UNLOCALIZED: When looking at fluid containers", - "item.create.goggles.tooltip.behaviour3": "UNLOCALIZED: Shows detailed information about the _Capacity_ of the block and any _Fluids_ stored within.", - - "item.create.wrench.tooltip": "UNLOCALIZED: WRENCH", - "item.create.wrench.tooltip.summary": "UNLOCALIZED: A useful tool for working on kinetic contraptions. Can be used to _Rotate_, _Dismantle_ and to _Configure_ components.", - "item.create.wrench.tooltip.control1": "UNLOCALIZED: Right-Click a kinetic block", - "item.create.wrench.tooltip.action1": "UNLOCALIZED: _Rotates components_ toward or away from the face with which you interacted.", - "item.create.wrench.tooltip.control2": "UNLOCALIZED: R-Click while Sneaking", - "item.create.wrench.tooltip.action2": "UNLOCALIZED: _Disassembles Kinetic components_ and places them back in _your inventory_.", - - "block.create.nozzle.tooltip": "UNLOCALIZED: NOZZLE", - "block.create.nozzle.tooltip.summary": "UNLOCALIZED: Attach to the front of an _Encased Fan_ to distribute its effect on Entities in _all directions_.", - - "block.create.cuckoo_clock.tooltip": "UNLOCALIZED: CUCKOO CLOCK", - "block.create.cuckoo_clock.tooltip.summary": "UNLOCALIZED: Fine craftsmanship for _decorating_ a space and _keeping track of time_.", - "block.create.cuckoo_clock.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", - "block.create.cuckoo_clock.tooltip.behaviour1": "UNLOCALIZED: Shows the _current time_ and plays a tune twice a day. _Activates_ once at _noon_ and at dusk, as soon as _players can sleep_.", - - "block.create.turntable.tooltip": "UNLOCALIZED: TURNTABLE", - "block.create.turntable.tooltip.summary": "UNLOCALIZED: Turns _Rotational Force_ into refined Motion Sickness.", - - "block.create.toolbox.tooltip": "UNLOCALIZED: TOOLBOX", - "block.create.toolbox.tooltip.summary": "UNLOCALIZED: Every Inventors' dearest Companion. Conveniently _holds_ a large amount of _8 Different_ item types.", - "block.create.toolbox.tooltip.condition1": "UNLOCALIZED: When Picked Up", - "block.create.toolbox.tooltip.behaviour1": "UNLOCALIZED: _Retains_ Inventory _Contents_.", - "block.create.toolbox.tooltip.condition2": "UNLOCALIZED: When placed in Range", - "block.create.toolbox.tooltip.behaviour2": "UNLOCALIZED: _Nearby_ _Players_ can hold the _Toolbox_ _Keybind_ to access its contents _Remotely_.", - "block.create.toolbox.tooltip.condition3": "UNLOCALIZED: When R-Clicked", - "block.create.toolbox.tooltip.behaviour3": "UNLOCALIZED: Opens the _Container Interface_.", - - "block.create.stockpile_switch.tooltip": "UNLOCALIZED: STOCKPILE SWITCH", - "block.create.stockpile_switch.tooltip.summary": "UNLOCALIZED: Toggles a Redstone signal based on the amount of _Stored Items_ or _Fluids_ in the attached Container. Comes with a handy filter. As opposed to a _Comparator,_ the _Stockpile Switch_ allows configuration of _thresholds,_ at which signals are inverted.", - "block.create.stockpile_switch.tooltip.condition1": "UNLOCALIZED: When R-Clicked", - "block.create.stockpile_switch.tooltip.behaviour1": "UNLOCALIZED: Opens the _Configuration Interface_.", - - "block.create.content_observer.tooltip": "UNLOCALIZED: CONTENT OBSERVER", - "block.create.content_observer.tooltip.summary": "UNLOCALIZED: _Detects Items_ or _Fluids_ inside _containers_, _pipes_ or _conveyors_ matching a configured _filter_.", - "block.create.content_observer.tooltip.condition1": "UNLOCALIZED: When observing a Container", - "block.create.content_observer.tooltip.behaviour1": "UNLOCALIZED: Emits a _Redstone Signal_ while the observed container has _matching_ _content_.", - "block.create.content_observer.tooltip.condition2": "UNLOCALIZED: When observing a Funnel", - "block.create.content_observer.tooltip.behaviour2": "UNLOCALIZED: Emits a _Redstone Pulse_ when a _matching_ Item is _transferred_.", - - "block.create.creative_crate.tooltip": "UNLOCALIZED: CREATIVE CRATE", - "block.create.creative_crate.tooltip.summary": "UNLOCALIZED: This _Storage Container_ allows infinite replication of any item. Place next to a _Schematicannon_ to remove any material requirements.", - "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 your _Blaze Burners_. After eating this cake, Blaze Burners will _never run out of fuel_.", - "item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Cycles_ a 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", - "block.create.controller_rail.tooltip.behaviour1": "UNLOCALIZED: _Accelerates_ or _Decelerates_ passing _minecarts_ corresponding to the _signal strength_. Propagates redstone power to adjacent controller rails. Powering two controller rails with different strengths will cause tracks between them to interpolate their signal.", - - "item.create.sand_paper.tooltip": "UNLOCALIZED: SAND PAPER", - "item.create.sand_paper.tooltip.summary": "UNLOCALIZED: A rough paper that can be used to _polish materials_. Can be automatically applied using the Deployer.", - "item.create.sand_paper.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.sand_paper.tooltip.behaviour1": "UNLOCALIZED: Applies polish to items held in the _offhand_ or lying on the _floor_ when _looking at them_", - - "item.create.builders_tea.tooltip": "UNLOCALIZED: BUILDERS TEA", - "item.create.builders_tea.tooltip.summary": "UNLOCALIZED: The perfect drink to get the day started- _Motivating_ and _Saturating._", - - "item.create.refined_radiance.tooltip": "UNLOCALIZED: REFINED RADIANCE", - "item.create.refined_radiance.tooltip.summary": "UNLOCALIZED: A Chromatic material forged from _absorbed light_.", - "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.shadow_steel.tooltip": "UNLOCALIZED: SHADOW STEEL", - "item.create.shadow_steel.tooltip.summary": "UNLOCALIZED: A Chromatic material forged _in the void_.", - "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.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.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.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.", - - "block.create.placard.tooltip": "UNLOCALIZED: PLACARD", - "block.create.placard.tooltip.summary": "UNLOCALIZED: _Frame_ your _items_ in brass using this fancy wall panel. Safe for contraptions!", - "block.create.placard.tooltip.condition1": "UNLOCALIZED: When R-Clicked with Item", - "block.create.placard.tooltip.behaviour1": "UNLOCALIZED: _Adds_ the held _item_ to the Placard. _Emits_ a brief _Redstone_ signal if a matching item was present already.", - "block.create.placard.tooltip.condition2": "UNLOCALIZED: When Punched", - "block.create.placard.tooltip.behaviour2": "UNLOCALIZED: _Removes_ the current _item_ in the frame.", - - "block.create.flywheel.tooltip": "UNLOCALIZED: FLYWHEEL", - "block.create.flywheel.tooltip.summary": "UNLOCALIZED: _Embellish_ your _Machines_ with this imposing Wheel of Brass.", - "block.create.flywheel.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", - "block.create.flywheel.tooltip.behaviour1": "UNLOCALIZED: Starts spinning.", - - "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.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.minecart_coupling.tooltip": "UNLOCALIZED: MINECART COUPLING", - "item.create.minecart_coupling.tooltip.summary": "UNLOCALIZED: _Chains_ all your _Minecarts_ or _Carriage Contraptions_ together to form a majestic Train.", - "item.create.minecart_coupling.tooltip.condition1": "UNLOCALIZED: When Used on Minecart", - "item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.", - - "item.create.experience_nugget.tooltip": "UNLOCALIZED: NUGGET OF EXPERIENCE", - "item.create.experience_nugget.tooltip.summary": "UNLOCALIZED: _Ding!_ A speck of _inspiration_ from your fantastic inventions.", - "item.create.experience_nugget.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.experience_nugget.tooltip.behaviour1": "UNLOCALIZED: _Redeems_ _Experience_ points contained within.", - - "block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL", - "block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...", - - "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 [------------------------<-", - - "create.ponder.hold_to_ponder": "UNLOCALIZED: Hold [%1$s] to Ponder", - "create.ponder.subject": "UNLOCALIZED: Subject of this scene", - "create.ponder.pondering": "UNLOCALIZED: Pondering about...", - "create.ponder.identify_mode": "UNLOCALIZED: Identify mode active.\nUnpause with [%1$s]", - "create.ponder.associated": "UNLOCALIZED: Associated Entries", - "create.ponder.close": "UNLOCALIZED: Close", - "create.ponder.identify": "UNLOCALIZED: Identify", - "create.ponder.next": "UNLOCALIZED: Next Scene", - "create.ponder.next_up": "UNLOCALIZED: Up Next:", - "create.ponder.previous": "UNLOCALIZED: Previous Scene", - "create.ponder.replay": "UNLOCALIZED: Replay", - "create.ponder.think_back": "UNLOCALIZED: Think Back", - "create.ponder.slow_text": "UNLOCALIZED: Comfy Reading", - "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.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.movement_anchors": "UNLOCALIZED: With the help of 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.display_sources": "UNLOCALIZED: Sources for Display Links", - "create.ponder.tag.display_sources.description": "UNLOCALIZED: Components or Blocks which offer some data that can be read with a Display Link", - "create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation", - "create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around", - "create.ponder.tag.display_targets": "UNLOCALIZED: Targets for Display Links", - "create.ponder.tag.display_targets.description": "UNLOCALIZED: Components or Blocks which can process and display the data received from a Display Link", - "create.ponder.tag.train_related": "UNLOCALIZED: Railway Equipment", - "create.ponder.tag.train_related.description": "UNLOCALIZED: Components used in the construction or management of Train Contraptions", - - "create.ponder.analog_lever.header": "UNLOCALIZED: Controlling signals using the Analog Lever", - "create.ponder.analog_lever.text_1": "UNLOCALIZED: Analog Levers make for a compact and precise source of redstone power", - "create.ponder.analog_lever.text_2": "UNLOCALIZED: Right-click to increase its analog power output", - "create.ponder.analog_lever.text_3": "UNLOCALIZED: Right-click while Sneaking to decrease the power output again", - - "create.ponder.andesite_tunnel.header": "UNLOCALIZED: Using Andesite Tunnels", - "create.ponder.andesite_tunnel.text_1": "UNLOCALIZED: Andesite Tunnels can be used to cover up your belts", - "create.ponder.andesite_tunnel.text_2": "UNLOCALIZED: Whenever an Andesite Tunnel has connections to the sides...", - "create.ponder.andesite_tunnel.text_3": "UNLOCALIZED: ...they will split exactly one item off of any passing stacks", - "create.ponder.andesite_tunnel.text_4": "UNLOCALIZED: The remainder will continue on its path", - - "create.ponder.auto_schedule.header": "UNLOCALIZED: Stations & Scheduling", - "create.ponder.auto_schedule.text_1": "UNLOCALIZED: Schedules can be used to provide drivers with a destination", - "create.ponder.auto_schedule.text_2": "UNLOCALIZED: Comparators will receive a signal whenever a Train is present", - "create.ponder.auto_schedule.text_3": "UNLOCALIZED: Mind that a Station can only be approached from the indicated direction", - "create.ponder.auto_schedule.text_4": "UNLOCALIZED: Stations can also be used to assign new Schedules automatically", - "create.ponder.auto_schedule.text_5": "UNLOCALIZED: The Schedule placed on a station will automatically copy itself to present trains", - "create.ponder.auto_schedule.text_6": "UNLOCALIZED: As opposed to manual scheduling, drivers will not take the item with them", - - "create.ponder.basin.header": "UNLOCALIZED: Processing Items in the Basin", - "create.ponder.basin.text_1": "UNLOCALIZED: A Basin can hold Items and Fluids for Processing", - "create.ponder.basin.text_2": "UNLOCALIZED: After a processing step, basins try to output below to the side of them", - "create.ponder.basin.text_3": "UNLOCALIZED: When a valid component is present, the Basin will show an output faucet", - "create.ponder.basin.text_4": "UNLOCALIZED: A number of options are applicable here", - "create.ponder.basin.text_5": "UNLOCALIZED: Outputs will be caught by the inventory below", - "create.ponder.basin.text_6": "UNLOCALIZED: Without output faucet, the Basin will retain items created in its processing", - "create.ponder.basin.text_7": "UNLOCALIZED: This can be useful if outputs should be re-used as ingredients", - "create.ponder.basin.text_8": "UNLOCALIZED: Desired outputs will then have to be extracted from the basin", - "create.ponder.basin.text_9": "UNLOCALIZED: A Filter might be necessary to avoid pulling out un-processed items", - - "create.ponder.bearing_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Bearing", - "create.ponder.bearing_modes.text_1": "UNLOCALIZED: When Stopped, the Bearing will place the structure at the nearest grid-aligned Angle", - "create.ponder.bearing_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only near the angle it started at", - - "create.ponder.belt_casing.header": "UNLOCALIZED: Encasing Belts", - "create.ponder.belt_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Mechanical Belts", - "create.ponder.belt_casing.text_2": "UNLOCALIZED: A wrench can be used to remove the casing", - - "create.ponder.belt_connector.header": "UNLOCALIZED: Using Mechanical Belts", - "create.ponder.belt_connector.text_1": "UNLOCALIZED: Right-Clicking two shafts with a belt item will connect them together", - "create.ponder.belt_connector.text_2": "UNLOCALIZED: Accidental selections can be canceled with Right-Click while Sneaking", - "create.ponder.belt_connector.text_3": "UNLOCALIZED: Additional Shafts can be added throughout the Belt", - "create.ponder.belt_connector.text_4": "UNLOCALIZED: Shafts connected via Belts will rotate with Identical Speed and Direction", - "create.ponder.belt_connector.text_5": "UNLOCALIZED: Added shafts can be removed using the wrench", - "create.ponder.belt_connector.text_6": "UNLOCALIZED: Mechanical Belts can be dyed for aesthetic purposes", - - "create.ponder.belt_directions.header": "UNLOCALIZED: Valid Orientations for Mechanical Belts", - "create.ponder.belt_directions.text_1": "UNLOCALIZED: Belts cannot connect in arbitrary directions", - "create.ponder.belt_directions.text_2": "UNLOCALIZED: 1. They can connect horizontally", - "create.ponder.belt_directions.text_3": "UNLOCALIZED: 2. They can connect diagonally", - "create.ponder.belt_directions.text_4": "UNLOCALIZED: 3. They can connect vertically", - "create.ponder.belt_directions.text_5": "UNLOCALIZED: 4. And they can connect vertical shafts horizontally", - "create.ponder.belt_directions.text_6": "UNLOCALIZED: These are all possible directions. Belts can span any Length between 2 and 20 blocks", - - "create.ponder.belt_transport.header": "UNLOCALIZED: Using Mechanical Belts for Logistics", - "create.ponder.belt_transport.text_1": "UNLOCALIZED: Moving belts will transport Items and other Entities", - "create.ponder.belt_transport.text_2": "UNLOCALIZED: Right-Click with an empty hand to take items off a belt", - - "create.ponder.blaze_burner.header": "UNLOCALIZED: Feeding Blaze Burners", - "create.ponder.blaze_burner.text_1": "UNLOCALIZED: Blaze Burners can provide Heat to Items processed in a Basin", - "create.ponder.blaze_burner.text_2": "UNLOCALIZED: For this, the Blaze has to be fed with flammable items", - "create.ponder.blaze_burner.text_3": "UNLOCALIZED: With a Blaze Cake, the Burner can reach an even stronger level of heat", - "create.ponder.blaze_burner.text_4": "UNLOCALIZED: The feeding process can be automated using Deployers or Mechanical Arms", - - "create.ponder.brass_funnel.header": "UNLOCALIZED: The Brass Funnel", - "create.ponder.brass_funnel.text_1": "UNLOCALIZED: Andesite Funnels can only ever extract single items.", - "create.ponder.brass_funnel.text_2": "UNLOCALIZED: Brass Funnels can extract up to a full stack.", - "create.ponder.brass_funnel.text_3": "UNLOCALIZED: Scrolling on the filter slot allows for precise control over the extracted stack size.", - "create.ponder.brass_funnel.text_4": "UNLOCALIZED: Using items on the filter slot will restrict the funnel to only transfer matching stacks.", - - "create.ponder.brass_tunnel.header": "UNLOCALIZED: Using Brass Tunnels", - "create.ponder.brass_tunnel.text_1": "UNLOCALIZED: Brass Tunnels can be used to cover up your belts", - "create.ponder.brass_tunnel.text_2": "UNLOCALIZED: Brass Tunnels have filter slots on each open side", - "create.ponder.brass_tunnel.text_3": "UNLOCALIZED: Filters on inbound connections simply block non-matching items", - "create.ponder.brass_tunnel.text_4": "UNLOCALIZED: Filters on outbound connections can be used to sort items by type", - "create.ponder.brass_tunnel.text_5": "UNLOCALIZED: Whenever a passing item has multiple valid exits, the distribution mode will decide how to handle it", - "create.ponder.brass_tunnel.text_6": "UNLOCALIZED: Brass Tunnels on parallel belts will form a group", - "create.ponder.brass_tunnel.text_7": "UNLOCALIZED: Incoming Items will now be distributed across all connected exits", - "create.ponder.brass_tunnel.text_8": "UNLOCALIZED: For this, items can also be inserted into the Tunnel block directly", - - "create.ponder.brass_tunnel_modes.header": "UNLOCALIZED: Distribution Modes of the Brass Tunnel", - "create.ponder.brass_tunnel_modes.text_1": "UNLOCALIZED: Using a Wrench, the distribution behaviour of Brass Tunnels can be configured", - "create.ponder.brass_tunnel_modes.text_10": "UNLOCALIZED: 'Synchronize Inputs' is a unique setting for Brass Tunnels", - "create.ponder.brass_tunnel_modes.text_11": "UNLOCALIZED: Items are only allowed past if every tunnel in the group has one waiting", - "create.ponder.brass_tunnel_modes.text_12": "UNLOCALIZED: This ensures that all affected belts supply items at the same rate", - "create.ponder.brass_tunnel_modes.text_2": "UNLOCALIZED: 'Split' will attempt to distribute the stack evenly between available outputs", - "create.ponder.brass_tunnel_modes.text_3": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", - "create.ponder.brass_tunnel_modes.text_4": "UNLOCALIZED: 'Forced Split' will never skip outputs, and instead wait until they are free", - "create.ponder.brass_tunnel_modes.text_5": "UNLOCALIZED: 'Round Robin' keeps stacks whole, and cycles through outputs iteratively", - "create.ponder.brass_tunnel_modes.text_6": "UNLOCALIZED: Once Again, if an output is unable to take more items, it will be skipped", - "create.ponder.brass_tunnel_modes.text_7": "UNLOCALIZED: 'Forced Round Robin' never skips outputs", - "create.ponder.brass_tunnel_modes.text_8": "UNLOCALIZED: 'Prefer Nearest' prioritizes the outputs closest to the items' input location", - "create.ponder.brass_tunnel_modes.text_9": "UNLOCALIZED: 'Randomize' will distribute whole stacks to randomly picked outputs", - - "create.ponder.cart_assembler.header": "UNLOCALIZED: Moving Structures using Cart Assemblers", - "create.ponder.cart_assembler.text_1": "UNLOCALIZED: Powered Cart Assemblers mount attached structures to passing Minecarts", - "create.ponder.cart_assembler.text_2": "UNLOCALIZED: Without a redstone signal, it disassembles passing cart contraptions back into blocks", - "create.ponder.cart_assembler.text_3": "UNLOCALIZED: Using a Wrench on the Minecart will let you carry the Contraption elsewhere", - - "create.ponder.cart_assembler_dual.header": "UNLOCALIZED: Assembling Carriage Contraptions", - "create.ponder.cart_assembler_dual.text_1": "UNLOCALIZED: Whenever two Cart Assembers share an attached structure...", - "create.ponder.cart_assembler_dual.text_2": "UNLOCALIZED: Powering either of them will create a Carriage Contraption", - "create.ponder.cart_assembler_dual.text_3": "UNLOCALIZED: The carts will behave like those connected via Minecart Coupling", - - "create.ponder.cart_assembler_modes.header": "UNLOCALIZED: Orientation Settings for Minecart Contraptions", - "create.ponder.cart_assembler_modes.text_1": "UNLOCALIZED: Cart Contraptions will rotate to face towards their carts' motion", - "create.ponder.cart_assembler_modes.text_2": "UNLOCALIZED: This Arrow indicates which side of the Structure will be considered the front", - "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_rails.header": "UNLOCALIZED: Other types of Minecarts and Rails", - "create.ponder.cart_assembler_rails.text_1": "UNLOCALIZED: Cart Assemblers on Regular Tracks will not affect the passing carts' motion", - "create.ponder.cart_assembler_rails.text_2": "UNLOCALIZED: When on Powered or Controller Rail, the carts will be held in place until it's Powered", - "create.ponder.cart_assembler_rails.text_3": "UNLOCALIZED: Other types of Minecarts can be used as the anchor", - "create.ponder.cart_assembler_rails.text_4": "UNLOCALIZED: Furnace Carts will keep themselves powered, pulling fuel from any attached inventories", - - "create.ponder.chain_drive.header": "UNLOCALIZED: Relaying rotational force with Chain Drives", - "create.ponder.chain_drive.text_1": "UNLOCALIZED: Chain Drives relay rotation to each other in a row", - "create.ponder.chain_drive.text_2": "UNLOCALIZED: All shafts connected like this will rotate in the same direction", - "create.ponder.chain_drive.text_3": "UNLOCALIZED: Any part of the row can be rotated by 90 degrees", - - "create.ponder.chain_gearshift.header": "UNLOCALIZED: Controlling rotational speed with Chain Gearshifts", - "create.ponder.chain_gearshift.text_1": "UNLOCALIZED: Unpowered Chain Gearshifts behave exactly like Chain Drives", - "create.ponder.chain_gearshift.text_2": "UNLOCALIZED: When Powered, the speed transmitted to other Chain Drives in the row is doubled", - "create.ponder.chain_gearshift.text_3": "UNLOCALIZED: Whenever the Powered Gearshift is not at the source, its speed will be halved instead", - "create.ponder.chain_gearshift.text_4": "UNLOCALIZED: In both cases, Chain Drives in the row always run at 2x the speed of the Powered Gearshift", - "create.ponder.chain_gearshift.text_5": "UNLOCALIZED: Using analog signals, the ratio can be adjusted more precisely between 1 and 2", - "create.ponder.chain_gearshift.text_6": "UNLOCALIZED: 12 RPM", - - "create.ponder.chute.header": "UNLOCALIZED: Transporting Items downward via Chutes", - "create.ponder.chute.text_1": "UNLOCALIZED: Chutes can transport items vertically from and to inventories", - "create.ponder.chute.text_2": "UNLOCALIZED: Using the Wrench, a window can be created", - "create.ponder.chute.text_3": "UNLOCALIZED: Placing chutes targeting the side faces of another will make it diagonal", - - "create.ponder.chute_upward.header": "UNLOCALIZED: Transporting Items upward via Chutes", - "create.ponder.chute_upward.text_1": "UNLOCALIZED: Using Encased Fans at the top or bottom, a Chute can move items upward", - "create.ponder.chute_upward.text_2": "UNLOCALIZED: Inspecting chutes with Engineers' Goggles reveals information about the movement direction", - "create.ponder.chute_upward.text_3": "UNLOCALIZED: On the 'blocked' end, items will have to be inserted/taken from the sides", - - "create.ponder.clockwork_bearing.header": "UNLOCALIZED: Animating Structures using Clockwork Bearings", - "create.ponder.clockwork_bearing.text_1": "UNLOCALIZED: Clockwork Bearings attach to blocks in front of them", - "create.ponder.clockwork_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, the structure will be rotated according to the hour of the day", - "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", - "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", - "create.ponder.clockwork_bearing.text_5": "UNLOCALIZED: Right-Click the bearing to start or stop animating the structure", - "create.ponder.clockwork_bearing.text_6": "UNLOCALIZED: In front of the Hour Hand, a second structure can be added", - "create.ponder.clockwork_bearing.text_7": "UNLOCALIZED: Ensure that the two Structures are not glued to each other", - "create.ponder.clockwork_bearing.text_8": "UNLOCALIZED: The Second Structure will now rotate as the Minute Hand", - - "create.ponder.clutch.header": "UNLOCALIZED: Controlling rotational force using a Clutch", - "create.ponder.clutch.text_1": "UNLOCALIZED: Clutches will relay rotation in a straight line", - "create.ponder.clutch.text_2": "UNLOCALIZED: When powered by Redstone, it breaks the connection", - - "create.ponder.cog_speedup.header": "UNLOCALIZED: Gearshifting with Cogs", - "create.ponder.cog_speedup.text_1": "UNLOCALIZED: Large and Small cogs can be connected diagonally", - "create.ponder.cog_speedup.text_2": "UNLOCALIZED: Shifting from large to small cogs, the conveyed speed will be doubled", - "create.ponder.cog_speedup.text_3": "UNLOCALIZED: Shifting the opposite way, the conveyed speed will be halved", - - "create.ponder.cogwheel.header": "UNLOCALIZED: Relaying rotational force using Cogwheels", - "create.ponder.cogwheel.text_1": "UNLOCALIZED: Cogwheels will relay rotation to other adjacent cogwheels", - "create.ponder.cogwheel.text_2": "UNLOCALIZED: Neighbouring shafts connected like this will rotate in opposite directions", - - "create.ponder.cogwheel_casing.header": "UNLOCALIZED: Encasing Cogwheels", - "create.ponder.cogwheel_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Cogwheels", - "create.ponder.cogwheel_casing.text_2": "UNLOCALIZED: Components added after encasing will not connect to the shaft outputs", - "create.ponder.cogwheel_casing.text_3": "UNLOCALIZED: The Wrench can be used to toggle connections", - - "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_motor.header": "UNLOCALIZED: Generating Rotational Force using Creative Motors", - "create.ponder.creative_motor.text_1": "UNLOCALIZED: Creative motors are a compact and configurable source of Rotational Force", - "create.ponder.creative_motor.text_2": "UNLOCALIZED: Scrolling on the back panel changes the RPM of the motors' rotational output", - - "create.ponder.creative_motor_mojang.header": "UNLOCALIZED: Mojang's Enigma", - - "create.ponder.crushing_wheels.header": "UNLOCALIZED: Processing Items with Crushing Wheels", - "create.ponder.crushing_wheels.text_1": "UNLOCALIZED: A pair of Crushing Wheels can grind items very effectively", - "create.ponder.crushing_wheels.text_2": "UNLOCALIZED: Their Rotational Input has to make them spin into each other", - "create.ponder.crushing_wheels.text_3": "UNLOCALIZED: Items thrown or inserted into the top will get processed", - "create.ponder.crushing_wheels.text_4": "UNLOCALIZED: Items can be inserted and picked up through automated means as well", - - "create.ponder.deployer.header": "UNLOCALIZED: Using the Deployer", - "create.ponder.deployer.text_1": "UNLOCALIZED: Given Rotational Force, a Deployer can imitate player interactions", - "create.ponder.deployer.text_10": "UNLOCALIZED: Right-click the front to give it an Item to use", - "create.ponder.deployer.text_11": "UNLOCALIZED: Items can also be inserted automatically", - "create.ponder.deployer.text_12": "UNLOCALIZED: Deployers carry a filter slot", - "create.ponder.deployer.text_13": "UNLOCALIZED: When a filter is set, it activates only while holding a matching item", - "create.ponder.deployer.text_14": "UNLOCALIZED: Only items matching the filter can now be inserted...", - "create.ponder.deployer.text_15": "UNLOCALIZED: ...and only non-matching items will be extracted", - "create.ponder.deployer.text_2": "UNLOCALIZED: It will always interact with the position 2 blocks in front of itself", - "create.ponder.deployer.text_3": "UNLOCALIZED: Blocks directly in front will not obstruct it", - "create.ponder.deployer.text_4": "UNLOCALIZED: Deployers can:", - "create.ponder.deployer.text_5": "UNLOCALIZED: Place Blocks,", - "create.ponder.deployer.text_6": "UNLOCALIZED: Use Items,", - "create.ponder.deployer.text_7": "UNLOCALIZED: Activate Blocks,", - "create.ponder.deployer.text_8": "UNLOCALIZED: Harvest blocks", - "create.ponder.deployer.text_9": "UNLOCALIZED: and Attack Mobs", - - "create.ponder.deployer_contraption.header": "UNLOCALIZED: Using Deployers on Contraptions", - "create.ponder.deployer_contraption.text_1": "UNLOCALIZED: Whenever Deployers are moved as part of an animated Contraption...", - "create.ponder.deployer_contraption.text_2": "UNLOCALIZED: They activate at each visited location, using items from inventories anywhere on the contraption", - "create.ponder.deployer_contraption.text_3": "UNLOCALIZED: The Filter slot can be used to specify which items to pull", - - "create.ponder.deployer_modes.header": "UNLOCALIZED: Modes of the Deployer", - "create.ponder.deployer_modes.text_1": "UNLOCALIZED: By default, a Deployer imitates a Right-click interaction", - "create.ponder.deployer_modes.text_2": "UNLOCALIZED: Using a Wrench, it can be set to imitate a Left-click instead", - - "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_redstone.header": "UNLOCALIZED: Controlling Deployers with Redstone", - "create.ponder.deployer_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Deployers will not activate", - "create.ponder.deployer_redstone.text_2": "UNLOCALIZED: Before stopping, the Deployer will finish any started cycles", - "create.ponder.deployer_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", - - "create.ponder.depot.header": "UNLOCALIZED: Using Depots", - "create.ponder.depot.text_1": "UNLOCALIZED: Depots can serve as 'stationary' belt elements", - "create.ponder.depot.text_2": "UNLOCALIZED: Right-Click to manually place or remove Items from it", - "create.ponder.depot.text_3": "UNLOCALIZED: Just like Mechanical Belts, it can provide items to processing", - "create.ponder.depot.text_4": "UNLOCALIZED: ...as well as provide Items to Mechanical Arms", - - "create.ponder.display_board.header": "UNLOCALIZED: Using Display Boards", - "create.ponder.display_board.text_1": "UNLOCALIZED: Display Boards are a scalable alternative to the sign", - "create.ponder.display_board.text_2": "UNLOCALIZED: They require Rotational Force to operate", - "create.ponder.display_board.text_3": "UNLOCALIZED: Text can be displayed using Name Tags...", - "create.ponder.display_board.text_4": "UNLOCALIZED: ...or through the use of Display Links", - "create.ponder.display_board.text_5": "UNLOCALIZED: Dyes can be applied to individual lines of the board", - "create.ponder.display_board.text_6": "UNLOCALIZED: Lines can be reset by clicking them with an empty hand", - - "create.ponder.display_link.header": "UNLOCALIZED: Setting up Display Links", - "create.ponder.display_link.text_1": "UNLOCALIZED: Display Links can be used to visualise dynamic information", - "create.ponder.display_link.text_2": "UNLOCALIZED: First, right-click the target display...", - "create.ponder.display_link.text_3": "UNLOCALIZED: ...then attach it to the block to read from", - "create.ponder.display_link.text_4": "UNLOCALIZED: Open the Interface to select and configure what is sent", - "create.ponder.display_link.text_5": "UNLOCALIZED: The display will now receive information from the link", - "create.ponder.display_link.text_6": "UNLOCALIZED: Not every block can act as a source", - "create.ponder.display_link.text_7": "UNLOCALIZED: Each compatible block provides unique information", - "create.ponder.display_link.text_8": "UNLOCALIZED: The Display Link can work with several different displays", - - "create.ponder.display_link_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.display_link_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Display Links stop sending updates", - "create.ponder.display_link_redstone.text_2": "UNLOCALIZED: Once unpowered, the Timer is reset and new info is sent immediately", - "create.ponder.display_link_redstone.text_3": "UNLOCALIZED: Signals emitted from the source do not affect the Link", - - "create.ponder.empty_blaze_burner.header": "UNLOCALIZED: Using Empty Blaze Burners", - "create.ponder.empty_blaze_burner.text_1": "UNLOCALIZED: Right-click a Blaze with the empty burner to capture it", - "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: 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", - "create.ponder.encased_fluid_pipe.text_2": "UNLOCALIZED: Aside from being conceiled, Encased Pipes are locked into their connectivity state", - "create.ponder.encased_fluid_pipe.text_3": "UNLOCALIZED: It will no longer react to any neighbouring blocks being added or removed", - - "create.ponder.fan_direction.header": "UNLOCALIZED: Air flow of Encased Fans", - "create.ponder.fan_direction.text_1": "UNLOCALIZED: Encased Fans use Rotational Force to create an Air Current", - "create.ponder.fan_direction.text_2": "UNLOCALIZED: Strength and Direction of Flow depends on the Rotational Input", - - "create.ponder.fan_processing.header": "UNLOCALIZED: Processing Items using Encased Fans", - "create.ponder.fan_processing.text_1": "UNLOCALIZED: When passing through lava, the Air Flow becomes Heated", - "create.ponder.fan_processing.text_2": "UNLOCALIZED: Items caught in the area will be smelted", - "create.ponder.fan_processing.text_3": "UNLOCALIZED: Food items thrown here would be incinerated", - "create.ponder.fan_processing.text_4": "UNLOCALIZED: Instead, a setup for Smoking using Fire should be used for them", - "create.ponder.fan_processing.text_5": "UNLOCALIZED: Air Flows passing through water create a Washing Setup", - "create.ponder.fan_processing.text_6": "UNLOCALIZED: Some interesting new processing can be done with it", - "create.ponder.fan_processing.text_7": "UNLOCALIZED: The Speed of the Fan does NOT affect the processing speed, only its range", - "create.ponder.fan_processing.text_8": "UNLOCALIZED: Fan Processing can also be applied to Items on Depots and Belts", - - "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_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_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_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.funnel_compat.header": "UNLOCALIZED: Funnel compatibility", - "create.ponder.funnel_compat.text_1": "UNLOCALIZED: Funnels should also interact nicely with a handful of other components.", - "create.ponder.funnel_compat.text_2": "UNLOCALIZED: Vertical Saws", - "create.ponder.funnel_compat.text_3": "UNLOCALIZED: Depots", - "create.ponder.funnel_compat.text_4": "UNLOCALIZED: Item Drains", - - "create.ponder.funnel_direction.header": "UNLOCALIZED: Direction of Transfer", - "create.ponder.funnel_direction.text_1": "UNLOCALIZED: Placed normally, it pulls items from the inventory.", - "create.ponder.funnel_direction.text_2": "UNLOCALIZED: Placed while sneaking, it puts items into the inventory.", - "create.ponder.funnel_direction.text_3": "UNLOCALIZED: Using a wrench, the funnel can be flipped after placement.", - "create.ponder.funnel_direction.text_4": "UNLOCALIZED: Same rules will apply for most orientations.", - "create.ponder.funnel_direction.text_5": "UNLOCALIZED: Funnels on belts will extract/insert depending on its movement direction.", - - "create.ponder.funnel_intro.header": "UNLOCALIZED: Using funnels", - "create.ponder.funnel_intro.text_1": "UNLOCALIZED: Funnels are ideal for transferring items from and to inventories.", - - "create.ponder.funnel_redstone.header": "UNLOCALIZED: Redstone control", - "create.ponder.funnel_redstone.text_1": "UNLOCALIZED: Redstone power will prevent any funnel from acting", - - "create.ponder.funnel_transfer.header": "UNLOCALIZED: Direct transfer", - "create.ponder.funnel_transfer.text_1": "UNLOCALIZED: Funnels cannot ever transfer between closed inventories directly.", - "create.ponder.funnel_transfer.text_2": "UNLOCALIZED: Chutes or Smart chutes might be more suitable for such purposes.", - "create.ponder.funnel_transfer.text_3": "UNLOCALIZED: Same applies for horizontal movement. A mechanical belt should help here.", - - "create.ponder.gantry_carriage.header": "UNLOCALIZED: Using Gantry Carriages", - "create.ponder.gantry_carriage.text_1": "UNLOCALIZED: Gantry Carriages can mount to and slide along a Gantry Shaft.", - "create.ponder.gantry_carriage.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", - - "create.ponder.gantry_cascaded.header": "UNLOCALIZED: Cascaded Gantries", - "create.ponder.gantry_cascaded.text_1": "UNLOCALIZED: Gantry shafts attach to a carriage without the need of super glue", - "create.ponder.gantry_cascaded.text_2": "UNLOCALIZED: Same applies for carriages on moved Gantry Shafts", - "create.ponder.gantry_cascaded.text_3": "UNLOCALIZED: Thus, a gantry system can be cascaded to cover multiple axes of movement", - - "create.ponder.gantry_direction.header": "UNLOCALIZED: Gantry Movement Direction", - "create.ponder.gantry_direction.text_1": "UNLOCALIZED: Gantry Shafts can have opposite orientations", - "create.ponder.gantry_direction.text_2": "UNLOCALIZED: The movement direction of carriages depend on their shafts' orientation", - "create.ponder.gantry_direction.text_3": "UNLOCALIZED: ...as well as the rotation direction of the shaft", - "create.ponder.gantry_direction.text_4": "UNLOCALIZED: Same rules apply for the propagated rotation", - - "create.ponder.gantry_redstone.header": "UNLOCALIZED: Gantry Power Propagation", - "create.ponder.gantry_redstone.text_1": "UNLOCALIZED: Redstone-powered gantry shafts stop moving their carriages", - "create.ponder.gantry_redstone.text_2": "UNLOCALIZED: Instead, its rotational force is relayed to the carriages' output shaft", - - "create.ponder.gantry_shaft.header": "UNLOCALIZED: Using Gantry Shafts", - "create.ponder.gantry_shaft.text_1": "UNLOCALIZED: Gantry Shafts form the basis of a gantry setup. Attached Carriages will move along them.", - "create.ponder.gantry_shaft.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", - - "create.ponder.gearbox.header": "UNLOCALIZED: Relaying rotational force using Gearboxes", - "create.ponder.gearbox.text_1": "UNLOCALIZED: Jumping between axes of rotation can get bulky quickly", - "create.ponder.gearbox.text_2": "UNLOCALIZED: A gearbox is the more compact equivalent of this setup", - "create.ponder.gearbox.text_3": "UNLOCALIZED: Shafts around corners rotate in mirrored directions", - "create.ponder.gearbox.text_4": "UNLOCALIZED: Straight connections will be reversed", - - "create.ponder.gearshift.header": "UNLOCALIZED: Controlling rotational force using a Gearshift", - "create.ponder.gearshift.text_1": "UNLOCALIZED: Gearshifts will relay rotation in a straight line", - "create.ponder.gearshift.text_2": "UNLOCALIZED: When powered by Redstone, it reverses the transmission", - - "create.ponder.hand_crank.header": "UNLOCALIZED: Generating Rotational Force using Hand Cranks", - "create.ponder.hand_crank.text_1": "UNLOCALIZED: Hand Cranks can be used by players to apply rotational force manually", - "create.ponder.hand_crank.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", - "create.ponder.hand_crank.text_3": "UNLOCALIZED: Its conveyed speed is relatively high", - "create.ponder.hand_crank.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", - - "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_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_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.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_vault_sizes.header": "UNLOCALIZED: Dimensions of an Item Vault", - "create.ponder.item_vault_sizes.text_1": "UNLOCALIZED: Item Vaults can be combined to increase the total capacity", - "create.ponder.item_vault_sizes.text_2": "UNLOCALIZED: Their base square can be up to 3 blocks wide...", - "create.ponder.item_vault_sizes.text_3": "UNLOCALIZED: ...and grow in length up to 3x their diameter", - - "create.ponder.item_vault_storage.header": "UNLOCALIZED: Storing Items in Vaults", - "create.ponder.item_vault_storage.text_1": "UNLOCALIZED: Item Vaults can be used to store large amounts of items", - "create.ponder.item_vault_storage.text_2": "UNLOCALIZED: However, contents cannot be added or taken manually", - "create.ponder.item_vault_storage.text_3": "UNLOCALIZED: Any components for item transfer can both insert...", - "create.ponder.item_vault_storage.text_4": "UNLOCALIZED: ...and take contents from this container", - - "create.ponder.large_cogwheel.header": "UNLOCALIZED: Relaying rotational force using Large Cogwheels", - "create.ponder.large_cogwheel.text_1": "UNLOCALIZED: Large cogwheels can connect to each other at right angles", - "create.ponder.large_cogwheel.text_2": "UNLOCALIZED: It will help relaying conveyed speed to other axes of rotation", - - "create.ponder.linear_chassis_attachment.header": "UNLOCALIZED: Attaching blocks using Linear Chassis", - "create.ponder.linear_chassis_attachment.text_1": "UNLOCALIZED: The open faces of a Linear Chassis can be made Sticky", - "create.ponder.linear_chassis_attachment.text_2": "UNLOCALIZED: Click again to make the opposite side sticky", - "create.ponder.linear_chassis_attachment.text_3": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", - "create.ponder.linear_chassis_attachment.text_4": "UNLOCALIZED: Stickied faces of the Linear Chassis will attach a line of blocks in front of it", - "create.ponder.linear_chassis_attachment.text_5": "UNLOCALIZED: Using a Wrench, a precise Range can be specified for this chassis", - "create.ponder.linear_chassis_attachment.text_6": "UNLOCALIZED: Holding CTRL and scrolling adjusts the range of all attached Chassis Blocks", - "create.ponder.linear_chassis_attachment.text_7": "UNLOCALIZED: Attaching blocks to any other side requires the use of Super Glue", - "create.ponder.linear_chassis_attachment.text_8": "UNLOCALIZED: Using these mechanics, structures of any shape can move as a Contraption", - - "create.ponder.linear_chassis_group.header": "UNLOCALIZED: Moving Linear Chassis in groups", - "create.ponder.linear_chassis_group.text_1": "UNLOCALIZED: Linear Chassis connect to identical Chassis blocks next to them", - "create.ponder.linear_chassis_group.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.linear_chassis_group.text_3": "UNLOCALIZED: Chassis of a different type or facing another direction will not attach", - - "create.ponder.mechanical_arm.header": "UNLOCALIZED: Setting up Mechanical Arms", - "create.ponder.mechanical_arm.text_1": "UNLOCALIZED: Mechanical Arms have to be assigned their in- and outputs before they are placed", - "create.ponder.mechanical_arm.text_2": "UNLOCALIZED: Right-Click inventories while holding the Arm to assign them as Targets", - "create.ponder.mechanical_arm.text_3": "UNLOCALIZED: Right-Click again to toggle between Input (Blue) and Output (Orange)", - "create.ponder.mechanical_arm.text_4": "UNLOCALIZED: Left-Click components to remove their Selection", - "create.ponder.mechanical_arm.text_5": "UNLOCALIZED: Once placed, the Mechanical Arm will target the blocks selected previously", - "create.ponder.mechanical_arm.text_6": "UNLOCALIZED: They can have any amount of in- and outputs within their range", - "create.ponder.mechanical_arm.text_7": "UNLOCALIZED: However, not every type of Inventory can be interacted with directly", - "create.ponder.mechanical_arm.text_8": "UNLOCALIZED: Funnels and Depots can help to Bridge that gap", - - "create.ponder.mechanical_arm_filtering.header": "UNLOCALIZED: Filtering Outputs of the Mechanical Arm", - "create.ponder.mechanical_arm_filtering.text_1": "UNLOCALIZED: Inputs", - "create.ponder.mechanical_arm_filtering.text_2": "UNLOCALIZED: Outputs", - "create.ponder.mechanical_arm_filtering.text_3": "UNLOCALIZED: Sometimes it is desirable to restrict targets of the Arm by matching a filter", - "create.ponder.mechanical_arm_filtering.text_4": "UNLOCALIZED: Mechanical Arms by themselves do not provide any options for filtering", - "create.ponder.mechanical_arm_filtering.text_5": "UNLOCALIZED: Brass Funnels as Targets do however communicate their own filter to the Arm", - "create.ponder.mechanical_arm_filtering.text_6": "UNLOCALIZED: The Arm is smart enough not to pick up items it couldn't distribute", - - "create.ponder.mechanical_arm_modes.header": "UNLOCALIZED: Distribution modes of the Mechanical Arm", - "create.ponder.mechanical_arm_modes.text_1": "UNLOCALIZED: Input", - "create.ponder.mechanical_arm_modes.text_2": "UNLOCALIZED: Outputs", - "create.ponder.mechanical_arm_modes.text_3": "UNLOCALIZED: Whenever an Arm has to choose between multiple valid outputs...", - "create.ponder.mechanical_arm_modes.text_4": "UNLOCALIZED: ...it will act according to its setting", - "create.ponder.mechanical_arm_modes.text_5": "UNLOCALIZED: Scrolling with a Wrench will allow you to configure it", - "create.ponder.mechanical_arm_modes.text_6": "UNLOCALIZED: Round Robin mode simply cycles through all outputs that are available", - "create.ponder.mechanical_arm_modes.text_7": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", - "create.ponder.mechanical_arm_modes.text_8": "UNLOCALIZED: Forced Round Robin mode will never skip outputs, and instead wait until they are free", - "create.ponder.mechanical_arm_modes.text_9": "UNLOCALIZED: Prefer First prioritizes the outputs selected earliest when configuring this Arm", - - "create.ponder.mechanical_arm_redstone.header": "UNLOCALIZED: Controlling Mechanical Arms with Redstone", - "create.ponder.mechanical_arm_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Mechanical Arms will not activate", - "create.ponder.mechanical_arm_redstone.text_2": "UNLOCALIZED: Before stopping, it will finish any started cycles", - "create.ponder.mechanical_arm_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", - - "create.ponder.mechanical_bearing.header": "UNLOCALIZED: Movings Structures using the Mechanical Bearing", - "create.ponder.mechanical_bearing.text_1": "UNLOCALIZED: Mechanical Bearings attach to the block in front of them", - "create.ponder.mechanical_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, it will assemble it into a Rotating Contraption", - - "create.ponder.mechanical_crafter.header": "UNLOCALIZED: Setting up Mechanical Crafters", - "create.ponder.mechanical_crafter.text_1": "UNLOCALIZED: An array of Mechanical Crafters can be used to automate any Crafting Recipe", - "create.ponder.mechanical_crafter.text_2": "UNLOCALIZED: Using a Wrench, the Crafters' paths can be arranged", - "create.ponder.mechanical_crafter.text_3": "UNLOCALIZED: For a valid setup, all paths have to converge into one exit at any side", - "create.ponder.mechanical_crafter.text_4": "UNLOCALIZED: The outputs will be placed into the inventory at the exit", - "create.ponder.mechanical_crafter.text_5": "UNLOCALIZED: Mechanical Crafters require Rotational Force to operate", - "create.ponder.mechanical_crafter.text_6": "UNLOCALIZED: Right-Click the front to insert Items manually", - "create.ponder.mechanical_crafter.text_7": "UNLOCALIZED: Once every slot of a path contains an Item, the crafting process will begin", - "create.ponder.mechanical_crafter.text_8": "UNLOCALIZED: For recipes not fully occupying the crafter setup, the start can be forced using a Redstone Pulse", - - "create.ponder.mechanical_crafter_connect.header": "UNLOCALIZED: Connecting Inventories of Crafters", - "create.ponder.mechanical_crafter_connect.text_1": "UNLOCALIZED: Items can be inserted to Crafters automatically", - "create.ponder.mechanical_crafter_connect.text_2": "UNLOCALIZED: Using the Wrench at their backs, Mechanical Crafter inputs can be combined", - "create.ponder.mechanical_crafter_connect.text_3": "UNLOCALIZED: All connected Crafters can now be accessed by the same input location", - - "create.ponder.mechanical_crafter_covers.header": "UNLOCALIZED: Covering slots of Mechanical Crafters", - "create.ponder.mechanical_crafter_covers.text_1": "UNLOCALIZED: Some recipes will require additional Crafters to bridge gaps in the path", - "create.ponder.mechanical_crafter_covers.text_2": "UNLOCALIZED: Using Slot Covers, Crafters can be set to act as an Empty Slot in the arrangement", - "create.ponder.mechanical_crafter_covers.text_3": "UNLOCALIZED: Shared Inputs created with the Wrench at the back can also reach across covered Crafters", - - "create.ponder.mechanical_drill.header": "UNLOCALIZED: Breaking Blocks with the Mechanical Drill", - "create.ponder.mechanical_drill.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Drill will break blocks directly in front of it", - "create.ponder.mechanical_drill.text_2": "UNLOCALIZED: Its mining speed depends on the Rotational Input", - - "create.ponder.mechanical_drill_contraption.header": "UNLOCALIZED: Using Mechanical Drills on Contraptions", - "create.ponder.mechanical_drill_contraption.text_1": "UNLOCALIZED: Whenever Drills are moved as part of an animated Contraption...", - "create.ponder.mechanical_drill_contraption.text_2": "UNLOCALIZED: ...they will break blocks the contraption runs them into", - - "create.ponder.mechanical_harvester.header": "UNLOCALIZED: Using Mechanical Harvesters on Contraptions", - "create.ponder.mechanical_harvester.text_1": "UNLOCALIZED: Whenever Harvesters are moved as part of an animated Contraption...", - "create.ponder.mechanical_harvester.text_2": "UNLOCALIZED: They will harvest and reset any mature crops on their way", - - "create.ponder.mechanical_mixer.header": "UNLOCALIZED: Processing Items with the Mechanical Mixer", - "create.ponder.mechanical_mixer.text_1": "UNLOCALIZED: With a Mixer and Basin, some Crafting Recipes can be automated", - "create.ponder.mechanical_mixer.text_2": "UNLOCALIZED: Available recipes include any Shapeless Crafting Recipe, plus a couple extra ones", - "create.ponder.mechanical_mixer.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", - "create.ponder.mechanical_mixer.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", - - "create.ponder.mechanical_piston.header": "UNLOCALIZED: Moving Structures using Mechanical Pistons", - "create.ponder.mechanical_piston.text_1": "UNLOCALIZED: Mechanical Pistons can move blocks in front of them", - "create.ponder.mechanical_piston.text_2": "UNLOCALIZED: Speed and direction of movement depend on the Rotational Input", - "create.ponder.mechanical_piston.text_3": "UNLOCALIZED: Sticky Mechanical Pistons can pull the attached blocks back", - - "create.ponder.mechanical_piston_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Piston", - "create.ponder.mechanical_piston_modes.text_1": "UNLOCALIZED: Whenever Pistons stop moving, the moved structure reverts to blocks", - "create.ponder.mechanical_piston_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", - - "create.ponder.mechanical_plough.header": "UNLOCALIZED: Using Mechanical Ploughs on Contraptions", - "create.ponder.mechanical_plough.text_1": "UNLOCALIZED: Whenever Ploughs are moved as part of an animated Contraption...", - "create.ponder.mechanical_plough.text_2": "UNLOCALIZED: ...they will break blocks without a solid collision hitbox", - "create.ponder.mechanical_plough.text_3": "UNLOCALIZED: Additionally, ploughs can create farmland", - "create.ponder.mechanical_plough.text_4": "UNLOCALIZED: ...they can also launch entities without hurting them", - - "create.ponder.mechanical_press.header": "UNLOCALIZED: Processing Items with the Mechanical Press", - "create.ponder.mechanical_press.text_1": "UNLOCALIZED: The Mechanical Press can process items provided beneath it", - "create.ponder.mechanical_press.text_2": "UNLOCALIZED: The Input items can be dropped or placed on a Depot under the Press", - "create.ponder.mechanical_press.text_3": "UNLOCALIZED: When items are provided on a belt...", - "create.ponder.mechanical_press.text_4": "UNLOCALIZED: The Press will hold and process them automatically", - - "create.ponder.mechanical_press_compacting.header": "UNLOCALIZED: Compacting items with the Mechanical Press", - "create.ponder.mechanical_press_compacting.text_1": "UNLOCALIZED: Pressing items held in a Basin will cause them to be Compacted", - "create.ponder.mechanical_press_compacting.text_2": "UNLOCALIZED: Compacting includes any filled 2x2 or 3x3 Crafting Recipe, plus a couple extra ones", - "create.ponder.mechanical_press_compacting.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", - "create.ponder.mechanical_press_compacting.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", - - "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_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_saw_breaker.header": "UNLOCALIZED: Cutting Trees with the Mechanical Saw", - "create.ponder.mechanical_saw_breaker.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Saw will cut trees directly in front of it", - "create.ponder.mechanical_saw_breaker.text_2": "UNLOCALIZED: In order to cut the tree fully, the Saw has to break the last block connecting it to the ground", - - "create.ponder.mechanical_saw_contraption.header": "UNLOCALIZED: Using Mechanical Saws on Contraptions", - "create.ponder.mechanical_saw_contraption.text_1": "UNLOCALIZED: Whenever Saws are moved as part of an animated Contraption...", - "create.ponder.mechanical_saw_contraption.text_2": "UNLOCALIZED: ...they will cut any trees the contraption runs them into", - - "create.ponder.mechanical_saw_processing.header": "UNLOCALIZED: Processing Items on the Mechanical Saw", - "create.ponder.mechanical_saw_processing.text_1": "UNLOCALIZED: Upward facing Mechanical Saws can process a variety of items", - "create.ponder.mechanical_saw_processing.text_2": "UNLOCALIZED: The processed item always moves against the rotational input to the saw", - "create.ponder.mechanical_saw_processing.text_3": "UNLOCALIZED: Saws can work in-line with Mechanical Belts", - "create.ponder.mechanical_saw_processing.text_4": "UNLOCALIZED: When an ingredient has multiple possible outcomes, the filter slot can specify it", - "create.ponder.mechanical_saw_processing.text_5": "UNLOCALIZED: Without filter, the Saw would cycle through all outcomes instead", - - "create.ponder.millstone.header": "UNLOCALIZED: Processing Items in the Millstone", - "create.ponder.millstone.text_1": "UNLOCALIZED: Millstones process items by grinding them", - "create.ponder.millstone.text_2": "UNLOCALIZED: They can be powered from the side using cogwheels", - "create.ponder.millstone.text_3": "UNLOCALIZED: Throw or Insert items at the top", - "create.ponder.millstone.text_4": "UNLOCALIZED: After some time, the result can be obtained via Right-click", - "create.ponder.millstone.text_5": "UNLOCALIZED: The outputs can also be extracted by automation", - - "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", - "create.ponder.piston_pole.text_2": "UNLOCALIZED: The Length of pole added at its back determines the Extension Range", - - "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_storage_interface.header": "UNLOCALIZED: Contraption Storage Exchange", - "create.ponder.portable_storage_interface.text_1": "UNLOCALIZED: Inventories on moving contraptions cannot be accessed by players.", - "create.ponder.portable_storage_interface.text_2": "UNLOCALIZED: This component can interact with storage without the need to stop the contraption.", - "create.ponder.portable_storage_interface.text_3": "UNLOCALIZED: Place a second one with a gap of 1 or 2 blocks inbetween", - "create.ponder.portable_storage_interface.text_4": "UNLOCALIZED: Whenever they pass by each other, they will engage in a connection", - "create.ponder.portable_storage_interface.text_5": "UNLOCALIZED: While engaged, the stationary interface will represent ALL inventories on the contraption", - "create.ponder.portable_storage_interface.text_6": "UNLOCALIZED: Items can now be inserted...", - "create.ponder.portable_storage_interface.text_7": "UNLOCALIZED: ...or extracted from the contraption", - "create.ponder.portable_storage_interface.text_8": "UNLOCALIZED: After no items have been exchanged for a while, the contraption will continue on its way", - - "create.ponder.portable_storage_interface_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.portable_storage_interface_redstone.text_1": "UNLOCALIZED: Redstone power will prevent the stationary interface from engaging", - - "create.ponder.powered_latch.header": "UNLOCALIZED: Controlling signals using the Powered Latch", - "create.ponder.powered_latch.text_1": "UNLOCALIZED: Powered Latches are redstone controllable Levers", - "create.ponder.powered_latch.text_2": "UNLOCALIZED: Signals at the back switch it on", - "create.ponder.powered_latch.text_3": "UNLOCALIZED: Signals from the side switch it back off", - "create.ponder.powered_latch.text_4": "UNLOCALIZED: Powered latches can also be toggled manually", - - "create.ponder.powered_toggle_latch.header": "UNLOCALIZED: Controlling signals using the Powered Toggle Latch", - "create.ponder.powered_toggle_latch.text_1": "UNLOCALIZED: Powered Toggle Latches are redstone controllable Levers", - "create.ponder.powered_toggle_latch.text_2": "UNLOCALIZED: Signals at the back will toggle its state", - "create.ponder.powered_toggle_latch.text_3": "UNLOCALIZED: ...on and back off", - "create.ponder.powered_toggle_latch.text_4": "UNLOCALIZED: Powered toggle latches can also be toggled manually", - - "create.ponder.pulse_extender.header": "UNLOCALIZED: Controlling signals using Pulse Extenders", - "create.ponder.pulse_extender.text_1": "UNLOCALIZED: Pulse Extenders can lengthen a signal passing through", - "create.ponder.pulse_extender.text_2": "UNLOCALIZED: They activate after a short delay...", - "create.ponder.pulse_extender.text_3": "UNLOCALIZED: ...and cool down for the configured duration", - "create.ponder.pulse_extender.text_4": "UNLOCALIZED: Using the mouse wheel, the discharge time can be configured", - "create.ponder.pulse_extender.text_5": "UNLOCALIZED: The configured duration can range up to 30 minutes", - - "create.ponder.pulse_repeater.header": "UNLOCALIZED: Controlling signals using Pulse Repeaters", - "create.ponder.pulse_repeater.text_1": "UNLOCALIZED: Pulse Repeaters emit a short pulse at a delay", - "create.ponder.pulse_repeater.text_2": "UNLOCALIZED: Using the mouse wheel, the charge time can be configured", - "create.ponder.pulse_repeater.text_3": "UNLOCALIZED: Configured delays can range up to 30 minutes", - - "create.ponder.radial_chassis.header": "UNLOCALIZED: Attaching blocks using Radial Chassis", - "create.ponder.radial_chassis.text_1": "UNLOCALIZED: Radial Chassis connect to identical Chassis blocks in a row", - "create.ponder.radial_chassis.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.radial_chassis.text_3": "UNLOCALIZED: The side faces of a Radial Chassis can be made Sticky", - "create.ponder.radial_chassis.text_4": "UNLOCALIZED: Click again to make all other sides sticky", - "create.ponder.radial_chassis.text_5": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", - "create.ponder.radial_chassis.text_6": "UNLOCALIZED: Whenever a Block is next to a sticky face...", - "create.ponder.radial_chassis.text_7": "UNLOCALIZED: ...it will attach all reachable blocks within a radius on that layer", - "create.ponder.radial_chassis.text_8": "UNLOCALIZED: Using a Wrench, a precise Radius can be specified for this chassis", - "create.ponder.radial_chassis.text_9": "UNLOCALIZED: Blocks not reachable by any sticky face will not attach", - - "create.ponder.redstone_contact.header": "UNLOCALIZED: Redstone Contacts", - "create.ponder.redstone_contact.text_1": "UNLOCALIZED: Redstone Contacts facing each other will emit a redstone signal", - "create.ponder.redstone_contact.text_2": "UNLOCALIZED: This still applies when one of them is part of a moving Contraption", - - "create.ponder.redstone_link.header": "UNLOCALIZED: Using Redstone Links", - "create.ponder.redstone_link.text_1": "UNLOCALIZED: Redstone Links can transmit redstone signals wirelessly", - "create.ponder.redstone_link.text_2": "UNLOCALIZED: Right-click while Sneaking to toggle receive mode", - "create.ponder.redstone_link.text_3": "UNLOCALIZED: A simple Right-click with a Wrench can do the same", - "create.ponder.redstone_link.text_4": "UNLOCALIZED: Receivers emit the redstone power of transmitters within 128 blocks", - "create.ponder.redstone_link.text_5": "UNLOCALIZED: Placing items in the two slots can specify a Frequency", - "create.ponder.redstone_link.text_6": "UNLOCALIZED: Only the links with matching Frequencies will communicate", - - "create.ponder.rope_pulley.header": "UNLOCALIZED: Moving Structures using Rope Pulleys", - "create.ponder.rope_pulley.text_1": "UNLOCALIZED: Rope Pulleys can move blocks vertically when given Rotational Force", - "create.ponder.rope_pulley.text_2": "UNLOCALIZED: Direction and Speed of movement depend on the Rotational Input", - - "create.ponder.rope_pulley_attachment.header": "UNLOCALIZED: Moving Pulleys as part of a Contraption", - "create.ponder.rope_pulley_attachment.text_1": "UNLOCALIZED: Whenever Pulleys are themselves being moved by a Contraption...", - "create.ponder.rope_pulley_attachment.text_2": "UNLOCALIZED: ...its attached structure will be dragged with it", - "create.ponder.rope_pulley_attachment.text_3": "UNLOCALIZED: Mind that pulleys are only movable while stopped", - - "create.ponder.rope_pulley_modes.header": "UNLOCALIZED: Movement Modes of the Rope Pulley", - "create.ponder.rope_pulley_modes.text_1": "UNLOCALIZED: Whenever Pulleys stop moving, the moved structure reverts to blocks", - "create.ponder.rope_pulley_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", - - "create.ponder.rose_quartz_lamp.header": "UNLOCALIZED: Rose Quartz Lamps", - "create.ponder.rose_quartz_lamp.text_1": "UNLOCALIZED: Rose Quartz Lamps activate on a Redstone signal", - "create.ponder.rose_quartz_lamp.text_2": "UNLOCALIZED: They will continue to emit redstone power afterwards", - "create.ponder.rose_quartz_lamp.text_3": "UNLOCALIZED: When multiple lamps are arranged in a group...", - "create.ponder.rose_quartz_lamp.text_4": "UNLOCALIZED: ...activating a Lamp will focus the signal to it, deactivating all others", - "create.ponder.rose_quartz_lamp.text_5": "UNLOCALIZED: Comparators output based on the distance to a powered lamp", - "create.ponder.rose_quartz_lamp.text_6": "UNLOCALIZED: The Lamps can also be toggled manually using a Wrench", - - "create.ponder.rotation_speed_controller.header": "UNLOCALIZED: Using the Rotational Speed Controller", - "create.ponder.rotation_speed_controller.text_1": "UNLOCALIZED: Rot. Speed Controllers relay rotation from their axis to a Large Cogwheel above them", - "create.ponder.rotation_speed_controller.text_2": "UNLOCALIZED: Using the scroll input on its side, the conveyed speed can be configured", - - "create.ponder.sail.header": "UNLOCALIZED: Assembling Windmills using Sails", - "create.ponder.sail.text_1": "UNLOCALIZED: Sails are handy blocks to create Windmills with", - "create.ponder.sail.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", - "create.ponder.sail.text_3": "UNLOCALIZED: Right-Click with Dye to paint them", - "create.ponder.sail.text_4": "UNLOCALIZED: Right-Click with Shears to turn them back into frames", - - "create.ponder.sail_frame.header": "UNLOCALIZED: Assembling Windmills using Sail Frames", - "create.ponder.sail_frame.text_1": "UNLOCALIZED: Sail Frames are handy blocks to create Windmills with", - "create.ponder.sail_frame.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", - - "create.ponder.sequenced_gearshift.header": "UNLOCALIZED: Controlling Rotational Speed using Sequenced Gearshifts", - "create.ponder.sequenced_gearshift.text_1": "UNLOCALIZED: Seq. Gearshifts relay rotation by following a timed list of instructions", - "create.ponder.sequenced_gearshift.text_2": "UNLOCALIZED: Right-click it to open the Configuration UI", - "create.ponder.sequenced_gearshift.text_3": "UNLOCALIZED: Upon receiving a Redstone Signal, it will start running its configured sequence", - "create.ponder.sequenced_gearshift.text_4": "UNLOCALIZED: Once finished, it waits for the next Redstone Signal and starts over", - "create.ponder.sequenced_gearshift.text_5": "UNLOCALIZED: A redstone comparator can be used to read the current progress", - - "create.ponder.shaft.header": "UNLOCALIZED: Relaying rotational force using Shafts", - "create.ponder.shaft.text_1": "UNLOCALIZED: Shafts will relay rotation in a straight line.", - - "create.ponder.shaft_casing.header": "UNLOCALIZED: Encasing Shafts", - "create.ponder.shaft_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Shafts", - - "create.ponder.smart_chute.header": "UNLOCALIZED: Filtering Items using Smart Chutes", - "create.ponder.smart_chute.text_1": "UNLOCALIZED: Smart Chutes are vertical chutes with additional control", - "create.ponder.smart_chute.text_2": "UNLOCALIZED: Items in the filter slot specify what exactly they can extract and transfer", - "create.ponder.smart_chute.text_3": "UNLOCALIZED: Use the Mouse Wheel to specify the extracted stack size", - "create.ponder.smart_chute.text_4": "UNLOCALIZED: Redstone power will prevent Smart Chutes from acting.", - - "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.speedometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Speedometer", - "create.ponder.speedometer.text_1": "UNLOCALIZED: The Speedometer displays the current Speed of the attached components", - "create.ponder.speedometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", - "create.ponder.speedometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Speedometer's measurements", - - "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.stabilized_bearings.header": "UNLOCALIZED: Stabilized Contraptions", - "create.ponder.stabilized_bearings.text_1": "UNLOCALIZED: Whenever Mechanical Bearings are themselves part of a moving Structure..", - "create.ponder.stabilized_bearings.text_2": "UNLOCALIZED: ..they will attempt to keep themselves upright", - "create.ponder.stabilized_bearings.text_3": "UNLOCALIZED: Once again, the bearing will attach to the block in front of it", - "create.ponder.stabilized_bearings.text_4": "UNLOCALIZED: As a result, the entire sub-Contraption will stay upright", - - "create.ponder.steam_engine.header": "UNLOCALIZED: Setting up Steam Engines", - "create.ponder.steam_engine.text_1": "UNLOCALIZED: Steam Engines can be placed on a Fluid Tank", - "create.ponder.steam_engine.text_10": "UNLOCALIZED: Lvl 4", - "create.ponder.steam_engine.text_11": "UNLOCALIZED: 4 Engines", - "create.ponder.steam_engine.text_12": "UNLOCALIZED: Lvl 8", - "create.ponder.steam_engine.text_13": "UNLOCALIZED: 8 Engines", - "create.ponder.steam_engine.text_2": "UNLOCALIZED: Clicking the engine with a Shaft creates the Kinetic Output", - "create.ponder.steam_engine.text_3": "UNLOCALIZED: With sufficient Heat, Water and Boiler space...", - "create.ponder.steam_engine.text_4": "UNLOCALIZED: ...they will generate Rotational Force", - "create.ponder.steam_engine.text_5": "UNLOCALIZED: The minimal setup requires 4 Fluid Tanks", - "create.ponder.steam_engine.text_6": "UNLOCALIZED: With the help of Blaze Burners, the power output can be increased", - "create.ponder.steam_engine.text_7": "UNLOCALIZED: Higher power levels require more Water, Size and Heat", - "create.ponder.steam_engine.text_8": "UNLOCALIZED: The boiler's current power level can be inspected with Engineer's Goggles", - "create.ponder.steam_engine.text_9": "UNLOCALIZED: With each added power level, an additional Engine can output at full capacity", - - "create.ponder.steam_whistle.header": "UNLOCALIZED: Setting up Steam Whistles", - "create.ponder.steam_whistle.text_1": "UNLOCALIZED: Steam Whistles can be placed on a Fluid Tank", - "create.ponder.steam_whistle.text_2": "UNLOCALIZED: If the tank receives sufficient heat...", - "create.ponder.steam_whistle.text_3": "UNLOCALIZED: ...the Whistle will play a note when activated", - "create.ponder.steam_whistle.text_4": "UNLOCALIZED: Use a Whistle item on the block to lower its pitch", - "create.ponder.steam_whistle.text_5": "UNLOCALIZED: Cycle between three different octaves using a Wrench", - "create.ponder.steam_whistle.text_6": "UNLOCALIZED: Engineer's Goggles can help to find out the current pitch of a Whistle", - - "create.ponder.sticker.header": "UNLOCALIZED: Attaching blocks using the Sticker", - "create.ponder.sticker.text_1": "UNLOCALIZED: Stickers are ideal for Redstone-controlled block attachment", - "create.ponder.sticker.text_2": "UNLOCALIZED: Upon receiving a signal, it will toggle its state", - "create.ponder.sticker.text_3": "UNLOCALIZED: If it is now moved in a contraption, the block will move with it", - "create.ponder.sticker.text_4": "UNLOCALIZED: Toggled once again, the block is no longer attached", - - "create.ponder.stressometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Stressometer", - "create.ponder.stressometer.text_1": "UNLOCALIZED: The Stressometer displays the current Stress Capacity of the attached kinetic network", - "create.ponder.stressometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", - "create.ponder.stressometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Stressometer's measurements", - - "create.ponder.super_glue.header": "UNLOCALIZED: Attaching blocks using Super Glue", - "create.ponder.super_glue.text_1": "UNLOCALIZED: Super Glue groups blocks together into moving contraptions", - "create.ponder.super_glue.text_2": "UNLOCALIZED: Clicking two endpoints creates a new 'glued' area", - "create.ponder.super_glue.text_3": "UNLOCALIZED: To remove a box, punch it with the glue item in hand", - "create.ponder.super_glue.text_4": "UNLOCALIZED: Adjacent blocks sharing an area will pull each other along", - "create.ponder.super_glue.text_5": "UNLOCALIZED: Overlapping glue volumes will move together", - "create.ponder.super_glue.text_6": "UNLOCALIZED: Blocks hanging on others usually do not require glue", - - "create.ponder.track_chunks.header": "UNLOCALIZED: Traversing unloaded Chunks", - "create.ponder.track_chunks.text_1": "UNLOCALIZED: Tracks stay functional outside of loaded chunks", - "create.ponder.track_chunks.text_2": "UNLOCALIZED: Trains will travel through inactive sections of the world without issue", - "create.ponder.track_chunks.text_3": "UNLOCALIZED: They will still stop at stations or red signals", - "create.ponder.track_chunks.text_4": "UNLOCALIZED: However, Drills and other on-board machines will not operate", - "create.ponder.track_chunks.text_5": "UNLOCALIZED: Once near a Player, the train will re-appear", - - "create.ponder.track_observer.header": "UNLOCALIZED: Detecting Trains", - "create.ponder.track_observer.text_1": "UNLOCALIZED: Select a Train Track then place the Observer nearby", - "create.ponder.track_observer.text_2": "UNLOCALIZED: The Observer will detect any Trains passing over the marker", - "create.ponder.track_observer.text_3": "UNLOCALIZED: Observers can be filtered to activate for matching cargo", - - "create.ponder.track_placement.header": "UNLOCALIZED: Placing Train Tracks", - "create.ponder.track_placement.text_1": "UNLOCALIZED: A new type of rail designed for Train Contraptions", - "create.ponder.track_placement.text_2": "UNLOCALIZED: To place rows of track in bulk, click on an existing track", - "create.ponder.track_placement.text_3": "UNLOCALIZED: Then place or select a second track", - "create.ponder.track_placement.text_4": "UNLOCALIZED: Tracks can also be placed as turns or slopes", - "create.ponder.track_placement.text_5": "UNLOCALIZED: When connecting, tracks will try to make each turn equally sized", - "create.ponder.track_placement.text_6": "UNLOCALIZED: Holding the sprint key while connecting...", - "create.ponder.track_placement.text_7": "UNLOCALIZED: ...will create the longest fitting bend instead", - "create.ponder.track_placement.text_8": "UNLOCALIZED: Materials in the off-hand will be paved under tracks automatically", - - "create.ponder.track_portal.header": "UNLOCALIZED: Tracks and the Nether", - "create.ponder.track_portal.text_1": "UNLOCALIZED: Tracks placed up against a nether portal...", - "create.ponder.track_portal.text_2": "UNLOCALIZED: ...will attempt to create a paired track on the other side", - "create.ponder.track_portal.text_3": "UNLOCALIZED: Trains on this track are now able to travel across dimensions", - - "create.ponder.train_assembly.header": "UNLOCALIZED: Assembling Trains", - "create.ponder.train_assembly.text_1": "UNLOCALIZED: Select a Train Track then place the Station nearby", - "create.ponder.train_assembly.text_10": "UNLOCALIZED: Every Train requires Train Controls on board", - "create.ponder.train_assembly.text_11": "UNLOCALIZED: An optional second one allows departure from Stations in both directions", - "create.ponder.train_assembly.text_12": "UNLOCALIZED: Open the Station UI and confirm the Assembly process", - "create.ponder.train_assembly.text_13": "UNLOCALIZED: Trains can be disassembled back into blocks at stations only", - "create.ponder.train_assembly.text_14": "UNLOCALIZED: When used on a station, maps will add a labeled marker at the location", - "create.ponder.train_assembly.text_15": "UNLOCALIZED: Assembled Trains can be relocated to nearby Tracks using the Wrench", - "create.ponder.train_assembly.text_2": "UNLOCALIZED: Stations are the Waypoints of your Track Network", - "create.ponder.train_assembly.text_3": "UNLOCALIZED: To create a new Train, open the UI and switch to Assembly Mode", - "create.ponder.train_assembly.text_4": "UNLOCALIZED: During Assembly no scheduled trains will approach this station", - "create.ponder.train_assembly.text_5": "UNLOCALIZED: Create new bogeys by using Train Casing on Tracks", - "create.ponder.train_assembly.text_6": "UNLOCALIZED: Click the track again to cycle between bogey designs", - "create.ponder.train_assembly.text_7": "UNLOCALIZED: Attach blocks with the help of Super Glue", - "create.ponder.train_assembly.text_8": "UNLOCALIZED: Assembled Trains will move faster if they can find fuel in assembled chests or barrels", - "create.ponder.train_assembly.text_9": "UNLOCALIZED: Fuel stored in Vaults will not be consumed by the train", - - "create.ponder.train_controls.header": "UNLOCALIZED: Controlling Trains", - "create.ponder.train_controls.text_1": "UNLOCALIZED: Train Controls are required on every train contraption", - "create.ponder.train_controls.text_2": "UNLOCALIZED: Once assembled, right-click the block to start driving", - "create.ponder.train_controls.text_3": "UNLOCALIZED: Accelerate and steer the Train using movement keybinds", - "create.ponder.train_controls.text_4": "UNLOCALIZED: If desired, the top speed can be fine-tuned using the mouse wheel", - "create.ponder.train_controls.text_5": "UNLOCALIZED: Hold space to approach a nearby Station", - "create.ponder.train_controls.text_6": "UNLOCALIZED: Trains can only be disassembled back into blocks at Stations", - "create.ponder.train_controls.text_7": "UNLOCALIZED: Assembled Whistles can be activated with the sprint key", - "create.ponder.train_controls.text_8": "UNLOCALIZED: Sneak or click again to stop controlling the Train", - - "create.ponder.train_schedule.header": "UNLOCALIZED: Using Train Schedules", - "create.ponder.train_schedule.text_1": "UNLOCALIZED: Schedules allow Trains to be controlled by other Drivers", - "create.ponder.train_schedule.text_2": "UNLOCALIZED: Right-click with the item in hand to open its Interface", - "create.ponder.train_schedule.text_3": "UNLOCALIZED: Once programmed, the Schedule can be handed off to a Train Driver", - "create.ponder.train_schedule.text_4": "UNLOCALIZED: Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", - "create.ponder.train_schedule.text_5": "UNLOCALIZED: Creatures on a lead can be given their seat more conveniently", - "create.ponder.train_schedule.text_6": "UNLOCALIZED: Schedules can be retrieved from Drivers at any moment", - - "create.ponder.train_signal_placement.header": "UNLOCALIZED: Placing Train Signals", - "create.ponder.train_signal_placement.text_1": "UNLOCALIZED: Select a Train Track then place the Signal nearby", - "create.ponder.train_signal_placement.text_2": "UNLOCALIZED: Signals control the flow of Trains not driven by players", - "create.ponder.train_signal_placement.text_3": "UNLOCALIZED: Scheduled Trains will never cross signals in the opposite direction", - "create.ponder.train_signal_placement.text_4": "UNLOCALIZED: ...unless a second signal is added facing the opposite way.", - "create.ponder.train_signal_placement.text_5": "UNLOCALIZED: Nixie tubes can be attached to make a signal's lights more visible", - - "create.ponder.train_signal_redstone.header": "UNLOCALIZED: Signals & Redstone", - "create.ponder.train_signal_redstone.text_1": "UNLOCALIZED: Signals can be forced red by a redstone signal", - "create.ponder.train_signal_redstone.text_2": "UNLOCALIZED: Reversely, red signals emit a comparator output", - - "create.ponder.train_signal_signaling.header": "UNLOCALIZED: Collision Prevention with Signals", - "create.ponder.train_signal_signaling.text_1": "UNLOCALIZED: Train Signals divide a track into segments", - "create.ponder.train_signal_signaling.text_2": "UNLOCALIZED: If a Segment is occupied, no other Trains will be allowed entry", - "create.ponder.train_signal_signaling.text_3": "UNLOCALIZED: Thus, each Segment will contain only one Train at a time", - "create.ponder.train_signal_signaling.text_4": "UNLOCALIZED: A second Signal mode is available via the Wrench", - "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", - "create.ponder.train_signal_signaling.text_6": "UNLOCALIZED: This special Signal can stop trains under a second condition", - "create.ponder.train_signal_signaling.text_7": "UNLOCALIZED: It will stop Trains, which, upon entering...", - "create.ponder.train_signal_signaling.text_8": "UNLOCALIZED: ...would not be able to leave the Segment immediately", - "create.ponder.train_signal_signaling.text_9": "UNLOCALIZED: This helps keeping queued Trains out of a busy Segment", - - "create.ponder.valve_handle.header": "UNLOCALIZED: Generating Rotational Force using Valve Handles", - "create.ponder.valve_handle.text_1": "UNLOCALIZED: Valve Handles can be used by players to apply rotational force manually", - "create.ponder.valve_handle.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", - "create.ponder.valve_handle.text_3": "UNLOCALIZED: Its conveyed speed is slow and precise", - "create.ponder.valve_handle.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", - "create.ponder.valve_handle.text_5": "UNLOCALIZED: Valve handles can be dyed for aesthetic purposes", - - "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.water_wheel.header": "UNLOCALIZED: Generating Rotational Force using Water Wheels", - "create.ponder.water_wheel.text_1": "UNLOCALIZED: Water Wheels draw force from adjacent Water Currents", - "create.ponder.water_wheel.text_2": "UNLOCALIZED: The more faces are powered, the faster the Water Wheel will rotate", - "create.ponder.water_wheel.text_3": "UNLOCALIZED: The Wheels' blades should be oriented against the flow", - "create.ponder.water_wheel.text_4": "UNLOCALIZED: Facing the opposite way, they will not be as effective", - - "create.ponder.weighted_ejector.header": "UNLOCALIZED: Using Weighted Ejectors", - "create.ponder.weighted_ejector.text_1": "UNLOCALIZED: Sneak and Right-Click holding an Ejector to select its target location", - "create.ponder.weighted_ejector.text_10": "UNLOCALIZED: It is now limited to this stack size, and only activates when its held stack reaches this amount", - "create.ponder.weighted_ejector.text_11": "UNLOCALIZED: Other Entities will always trigger an Ejector when stepping on it", - "create.ponder.weighted_ejector.text_2": "UNLOCALIZED: The placed ejector will now launch objects to the marked location", - "create.ponder.weighted_ejector.text_3": "UNLOCALIZED: A valid target can be at any height or distance within range", - "create.ponder.weighted_ejector.text_4": "UNLOCALIZED: They cannot however be off to a side", - "create.ponder.weighted_ejector.text_5": "UNLOCALIZED: If no valid Target was selected, it will simply target the block directly in front", - "create.ponder.weighted_ejector.text_6": "UNLOCALIZED: Supply Rotational Force in order to charge it up", - "create.ponder.weighted_ejector.text_7": "UNLOCALIZED: Items placed on the ejector cause it to trigger", - "create.ponder.weighted_ejector.text_8": "UNLOCALIZED: If Inventories are targeted, the ejector will wait until there is space", - "create.ponder.weighted_ejector.text_9": "UNLOCALIZED: Using the Wrench, a required Stack Size can be configured", - - "create.ponder.weighted_ejector_redstone.header": "UNLOCALIZED: Controlling Weighted Ejectors with Redstone", - "create.ponder.weighted_ejector_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Ejectors will not activate", - "create.ponder.weighted_ejector_redstone.text_2": "UNLOCALIZED: Furthermore, Observers can detect when Ejectors activate", - - "create.ponder.weighted_ejector_tunnel.header": "UNLOCALIZED: Splitting item stacks using Weighted Ejectors", - "create.ponder.weighted_ejector_tunnel.text_1": "UNLOCALIZED: Combined with Brass Tunnels, Ejectors can split item stacks by specific amounts", - "create.ponder.weighted_ejector_tunnel.text_2": "UNLOCALIZED: First, configure the Brass Tunnel to 'Prefer Nearest', in order to prioritize its side output", - "create.ponder.weighted_ejector_tunnel.text_3": "UNLOCALIZED: The Stack Size set on the Ejector now determines the amount to be split off", - "create.ponder.weighted_ejector_tunnel.text_4": "UNLOCALIZED: While a new stack of the configured size exits the side output...", - "create.ponder.weighted_ejector_tunnel.text_5": "UNLOCALIZED: ...the remainder will continue on its path", - - "create.ponder.windmill_source.header": "UNLOCALIZED: Generating Rotational Force using Windmill Bearings", - "create.ponder.windmill_source.text_1": "UNLOCALIZED: Windmill Bearings attach to the block in front of them", - "create.ponder.windmill_source.text_2": "UNLOCALIZED: Create a movable structure with the help of Super Glue", - "create.ponder.windmill_source.text_3": "UNLOCALIZED: If enough Sail-like blocks are included, this can act as a Windmill", - "create.ponder.windmill_source.text_4": "UNLOCALIZED: Activated with Right-Click, the Windmill Bearing will start providing Rotational Force", - "create.ponder.windmill_source.text_5": "UNLOCALIZED: The Amount of Sail Blocks determine its Rotation Speed", - "create.ponder.windmill_source.text_6": "UNLOCALIZED: Use a Wrench to configure its rotation direction", - "create.ponder.windmill_source.text_7": "UNLOCALIZED: Right-click the Bearing anytime to stop and edit the Structure again", - - "create.ponder.windmill_structure.header": "UNLOCALIZED: Windmill Contraptions", - "create.ponder.windmill_structure.text_1": "UNLOCALIZED: Any Structure can count as a valid Windmill, as long as it contains at least 8 sail-like Blocks.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/th_th.json b/src/generated/resources/assets/create/lang/unfinished/th_th.json deleted file mode 100644 index c7acc5b320..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/th_th.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 2684", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "บล็อกหน้าต่างไม้อาเคเชีย", - "block.create.acacia_window_pane": "หน้าต่างไม้อาเคเชีย", - "block.create.adjustable_chain_gearshift": "เกียร์ปรับความเร็วโซ่", - "block.create.analog_lever": "คันโยกอนาล็อก", - "block.create.andesite_belt_funnel": "สายพานอุโมงค์แอนดีไซต์", - "block.create.andesite_casing": "บล็อกโครงแอนดีไซต์", - "block.create.andesite_encased_cogwheel": "โครงแอนดีไซต์แบบมีเฟือง", - "block.create.andesite_encased_large_cogwheel": "โครงแอนดีไซต์แบบเฟืองใหญ่", - "block.create.andesite_encased_shaft": "โครงแอนดีไซต์แบบมีเพลา", - "block.create.andesite_funnel": "ปากอุโมงแอนดิ", - "block.create.andesite_ladder": "บันไดลิงแอนดีไซต์", - "block.create.andesite_pillar": "เสาแอนดีไซต์", - "block.create.andesite_tunnel": "อุโมงค์แอนดีไซต์", - "block.create.asurine": "อะซูรีน", - "block.create.asurine_pillar": "เสาอะซูรีน", - "block.create.basin": "อ่าง", - "block.create.belt": "สายพาน", - "block.create.birch_window": "บล็อกหน้าต่างไม้เบิร์ช", - "block.create.birch_window_pane": "หน้าต่างไม้เบิร์ช", - "block.create.black_nixie_tube": "หลอด Nixie สีดำ", - "block.create.black_sail": "กังหันลมสีดำ", - "block.create.black_seat": "เบาะนั่งสีดำ", - "block.create.black_toolbox": "กล่องเครื่องมือสีดำ", - "block.create.black_valve_handle": "วาล์วสีดำ", - "block.create.blaze_burner": "เตาไฟ", - "block.create.blue_nixie_tube": "หลอด Nixie สีน้ำเงิน", - "block.create.blue_sail": "กังหันลมสีน้ำเงิน", - "block.create.blue_seat": "เบาะนั่งสีน้ำเงิน", - "block.create.blue_toolbox": "กล่องเครื่องมือสีน้ำเงิน", - "block.create.blue_valve_handle": "วาล์วสีน้ำเงิน", - "block.create.brass_belt_funnel": "สายพานปากอุโมงค์ทองเหลือง", - "block.create.brass_block": "บล็อกทองเหลือง", - "block.create.brass_casing": "โครงทองเหลือง", - "block.create.brass_encased_cogwheel": "โครงทองเหลืองแบบมีเฟือง", - "block.create.brass_encased_large_cogwheel": "โครงทองเหลืองแบบมีเฟืองใหญ่", - "block.create.brass_encased_shaft": "โครงทองเหลืองแบบมีเพลา", - "block.create.brass_funnel": "ปากอุโมงค์ทองเหลือง", - "block.create.brass_ladder": "บันไดลิงทองเหลือง", - "block.create.brass_tunnel": "อุโมงค์ทองเหลือง", - "block.create.brown_nixie_tube": "หลอด Nixie สีน้ำตาล", - "block.create.brown_sail": "กังหันสีน้ำตาล", - "block.create.brown_seat": "เบาะนั่งสีน้ำตาล", - "block.create.brown_toolbox": "กล่องเครื่องมือสีน้ำตาล", - "block.create.brown_valve_handle": "วาล์วสีน้ำตาล", - "block.create.calcite_pillar": "เสาแคลไซต์", - "block.create.cart_assembler": "ตัวประกอบรถราง", - "block.create.chocolate": "ช็อกโกแล็ต", - "block.create.chute": "ท่อส่ง", - "block.create.clockwork_bearing": "ลูกปืนแบบลาน", - "block.create.clutch": "ตัวหยุดเพลา", - "block.create.cogwheel": "เฟือง", - "block.create.content_observer": "ตัวตรวจจับภายใน", - "block.create.controller_rail": "รางควบคุม", - "block.create.controls": "ตัวควบคุมรถไฟ", - "block.create.copper_backtank": "ถังทองแดง", - "block.create.copper_casing": "โครงทองแดง", - "block.create.copper_ladder": "บันไดลิงทองแดง", - "block.create.copper_shingle_slab": "UNLOCALIZED: Copper Shingle Slab", - "block.create.copper_shingle_stairs": "UNLOCALIZED: Copper Shingle Stairs", - "block.create.copper_shingles": "UNLOCALIZED: Copper Shingles", - "block.create.copper_tile_slab": "UNLOCALIZED: Copper Tile Slab", - "block.create.copper_tile_stairs": "UNLOCALIZED: Copper Tile Stairs", - "block.create.copper_tiles": "UNLOCALIZED: Copper Tiles", - "block.create.copper_valve_handle": "วาล์วทองแดง", - "block.create.creative_crate": "กล่องไอเทม Creative", - "block.create.creative_fluid_tank": "ถังเก็บของเหลว Creative", - "block.create.creative_motor": "มอเตอร์ Creative", - "block.create.crimsite": "UNLOCALIZED: Crimsite", - "block.create.crimsite_pillar": "UNLOCALIZED: Crimsite Pillar", - "block.create.crimson_window": "UNLOCALIZED: Crimson Window", - "block.create.crimson_window_pane": "UNLOCALIZED: Crimson Window Pane", - "block.create.crushing_wheel": "ล้อบด", - "block.create.crushing_wheel_controller": "ตัวควบคุมล้อบด", - "block.create.cuckoo_clock": "นาฬิกากุ๊กกู", - "block.create.cut_andesite": "UNLOCALIZED: Cut Andesite", - "block.create.cut_andesite_brick_slab": "UNLOCALIZED: Cut Andesite Brick Slab", - "block.create.cut_andesite_brick_stairs": "UNLOCALIZED: Cut Andesite Brick Stairs", - "block.create.cut_andesite_brick_wall": "UNLOCALIZED: Cut Andesite Brick Wall", - "block.create.cut_andesite_bricks": "UNLOCALIZED: Cut Andesite Bricks", - "block.create.cut_andesite_slab": "UNLOCALIZED: Cut Andesite Slab", - "block.create.cut_andesite_stairs": "UNLOCALIZED: Cut Andesite Stairs", - "block.create.cut_andesite_wall": "UNLOCALIZED: Cut Andesite Wall", - "block.create.cut_asurine": "UNLOCALIZED: Cut Asurine", - "block.create.cut_asurine_brick_slab": "UNLOCALIZED: Cut Asurine Brick Slab", - "block.create.cut_asurine_brick_stairs": "UNLOCALIZED: Cut Asurine Brick Stairs", - "block.create.cut_asurine_brick_wall": "UNLOCALIZED: Cut Asurine Brick Wall", - "block.create.cut_asurine_bricks": "UNLOCALIZED: Cut Asurine Bricks", - "block.create.cut_asurine_slab": "UNLOCALIZED: Cut Asurine Slab", - "block.create.cut_asurine_stairs": "UNLOCALIZED: Cut Asurine Stairs", - "block.create.cut_asurine_wall": "UNLOCALIZED: Cut Asurine Wall", - "block.create.cut_calcite": "UNLOCALIZED: Cut Calcite", - "block.create.cut_calcite_brick_slab": "UNLOCALIZED: Cut Calcite Brick Slab", - "block.create.cut_calcite_brick_stairs": "UNLOCALIZED: Cut Calcite Brick Stairs", - "block.create.cut_calcite_brick_wall": "UNLOCALIZED: Cut Calcite Brick Wall", - "block.create.cut_calcite_bricks": "UNLOCALIZED: Cut Calcite Bricks", - "block.create.cut_calcite_slab": "UNLOCALIZED: Cut Calcite Slab", - "block.create.cut_calcite_stairs": "UNLOCALIZED: Cut Calcite Stairs", - "block.create.cut_calcite_wall": "UNLOCALIZED: Cut Calcite Wall", - "block.create.cut_crimsite": "UNLOCALIZED: Cut Crimsite", - "block.create.cut_crimsite_brick_slab": "UNLOCALIZED: Cut Crimsite Brick Slab", - "block.create.cut_crimsite_brick_stairs": "UNLOCALIZED: Cut Crimsite Brick Stairs", - "block.create.cut_crimsite_brick_wall": "UNLOCALIZED: Cut Crimsite Brick Wall", - "block.create.cut_crimsite_bricks": "UNLOCALIZED: Cut Crimsite Bricks", - "block.create.cut_crimsite_slab": "UNLOCALIZED: Cut Crimsite Slab", - "block.create.cut_crimsite_stairs": "UNLOCALIZED: Cut Crimsite Stairs", - "block.create.cut_crimsite_wall": "UNLOCALIZED: Cut Crimsite Wall", - "block.create.cut_deepslate": "UNLOCALIZED: Cut Deepslate", - "block.create.cut_deepslate_brick_slab": "UNLOCALIZED: Cut Deepslate Brick Slab", - "block.create.cut_deepslate_brick_stairs": "UNLOCALIZED: Cut Deepslate Brick Stairs", - "block.create.cut_deepslate_brick_wall": "UNLOCALIZED: Cut Deepslate Brick Wall", - "block.create.cut_deepslate_bricks": "UNLOCALIZED: Cut Deepslate Bricks", - "block.create.cut_deepslate_slab": "UNLOCALIZED: Cut Deepslate Slab", - "block.create.cut_deepslate_stairs": "UNLOCALIZED: Cut Deepslate Stairs", - "block.create.cut_deepslate_wall": "UNLOCALIZED: Cut Deepslate Wall", - "block.create.cut_diorite": "UNLOCALIZED: Cut Diorite", - "block.create.cut_diorite_brick_slab": "UNLOCALIZED: Cut Diorite Brick Slab", - "block.create.cut_diorite_brick_stairs": "UNLOCALIZED: Cut Diorite Brick Stairs", - "block.create.cut_diorite_brick_wall": "UNLOCALIZED: Cut Diorite Brick Wall", - "block.create.cut_diorite_bricks": "UNLOCALIZED: Cut Diorite Bricks", - "block.create.cut_diorite_slab": "UNLOCALIZED: Cut Diorite Slab", - "block.create.cut_diorite_stairs": "UNLOCALIZED: Cut Diorite Stairs", - "block.create.cut_diorite_wall": "UNLOCALIZED: Cut Diorite Wall", - "block.create.cut_dripstone": "UNLOCALIZED: Cut Dripstone", - "block.create.cut_dripstone_brick_slab": "UNLOCALIZED: Cut Dripstone Brick Slab", - "block.create.cut_dripstone_brick_stairs": "UNLOCALIZED: Cut Dripstone Brick Stairs", - "block.create.cut_dripstone_brick_wall": "UNLOCALIZED: Cut Dripstone Brick Wall", - "block.create.cut_dripstone_bricks": "UNLOCALIZED: Cut Dripstone Bricks", - "block.create.cut_dripstone_slab": "UNLOCALIZED: Cut Dripstone Slab", - "block.create.cut_dripstone_stairs": "UNLOCALIZED: Cut Dripstone Stairs", - "block.create.cut_dripstone_wall": "UNLOCALIZED: Cut Dripstone Wall", - "block.create.cut_granite": "UNLOCALIZED: Cut Granite", - "block.create.cut_granite_brick_slab": "UNLOCALIZED: Cut Granite Brick Slab", - "block.create.cut_granite_brick_stairs": "UNLOCALIZED: Cut Granite Brick Stairs", - "block.create.cut_granite_brick_wall": "UNLOCALIZED: Cut Granite Brick Wall", - "block.create.cut_granite_bricks": "UNLOCALIZED: Cut Granite Bricks", - "block.create.cut_granite_slab": "UNLOCALIZED: Cut Granite Slab", - "block.create.cut_granite_stairs": "UNLOCALIZED: Cut Granite Stairs", - "block.create.cut_granite_wall": "UNLOCALIZED: Cut Granite Wall", - "block.create.cut_limestone": "UNLOCALIZED: Cut Limestone", - "block.create.cut_limestone_brick_slab": "UNLOCALIZED: Cut Limestone Brick Slab", - "block.create.cut_limestone_brick_stairs": "UNLOCALIZED: Cut Limestone Brick Stairs", - "block.create.cut_limestone_brick_wall": "UNLOCALIZED: Cut Limestone Brick Wall", - "block.create.cut_limestone_bricks": "UNLOCALIZED: Cut Limestone Bricks", - "block.create.cut_limestone_slab": "UNLOCALIZED: Cut Limestone Slab", - "block.create.cut_limestone_stairs": "UNLOCALIZED: Cut Limestone Stairs", - "block.create.cut_limestone_wall": "UNLOCALIZED: Cut Limestone Wall", - "block.create.cut_ochrum": "UNLOCALIZED: Cut Ochrum", - "block.create.cut_ochrum_brick_slab": "UNLOCALIZED: Cut Ochrum Brick Slab", - "block.create.cut_ochrum_brick_stairs": "UNLOCALIZED: Cut Ochrum Brick Stairs", - "block.create.cut_ochrum_brick_wall": "UNLOCALIZED: Cut Ochrum Brick Wall", - "block.create.cut_ochrum_bricks": "UNLOCALIZED: Cut Ochrum Bricks", - "block.create.cut_ochrum_slab": "UNLOCALIZED: Cut Ochrum Slab", - "block.create.cut_ochrum_stairs": "UNLOCALIZED: Cut Ochrum Stairs", - "block.create.cut_ochrum_wall": "UNLOCALIZED: Cut Ochrum Wall", - "block.create.cut_scorchia": "UNLOCALIZED: Cut Scorchia", - "block.create.cut_scorchia_brick_slab": "UNLOCALIZED: Cut Scorchia Brick Slab", - "block.create.cut_scorchia_brick_stairs": "UNLOCALIZED: Cut Scorchia Brick Stairs", - "block.create.cut_scorchia_brick_wall": "UNLOCALIZED: Cut Scorchia Brick Wall", - "block.create.cut_scorchia_bricks": "UNLOCALIZED: Cut Scorchia Bricks", - "block.create.cut_scorchia_slab": "UNLOCALIZED: Cut Scorchia Slab", - "block.create.cut_scorchia_stairs": "UNLOCALIZED: Cut Scorchia Stairs", - "block.create.cut_scorchia_wall": "UNLOCALIZED: Cut Scorchia Wall", - "block.create.cut_scoria": "UNLOCALIZED: Cut Scoria", - "block.create.cut_scoria_brick_slab": "UNLOCALIZED: Cut Scoria Brick Slab", - "block.create.cut_scoria_brick_stairs": "UNLOCALIZED: Cut Scoria Brick Stairs", - "block.create.cut_scoria_brick_wall": "UNLOCALIZED: Cut Scoria Brick Wall", - "block.create.cut_scoria_bricks": "UNLOCALIZED: Cut Scoria Bricks", - "block.create.cut_scoria_slab": "UNLOCALIZED: Cut Scoria Slab", - "block.create.cut_scoria_stairs": "UNLOCALIZED: Cut Scoria Stairs", - "block.create.cut_scoria_wall": "UNLOCALIZED: Cut Scoria Wall", - "block.create.cut_tuff": "UNLOCALIZED: Cut Tuff", - "block.create.cut_tuff_brick_slab": "UNLOCALIZED: Cut Tuff Brick Slab", - "block.create.cut_tuff_brick_stairs": "UNLOCALIZED: Cut Tuff Brick Stairs", - "block.create.cut_tuff_brick_wall": "UNLOCALIZED: Cut Tuff Brick Wall", - "block.create.cut_tuff_bricks": "UNLOCALIZED: Cut Tuff Bricks", - "block.create.cut_tuff_slab": "UNLOCALIZED: Cut Tuff Slab", - "block.create.cut_tuff_stairs": "UNLOCALIZED: Cut Tuff Stairs", - "block.create.cut_tuff_wall": "UNLOCALIZED: Cut Tuff Wall", - "block.create.cut_veridium": "UNLOCALIZED: Cut Veridium", - "block.create.cut_veridium_brick_slab": "UNLOCALIZED: Cut Veridium Brick Slab", - "block.create.cut_veridium_brick_stairs": "UNLOCALIZED: Cut Veridium Brick Stairs", - "block.create.cut_veridium_brick_wall": "UNLOCALIZED: Cut Veridium Brick Wall", - "block.create.cut_veridium_bricks": "UNLOCALIZED: Cut Veridium Bricks", - "block.create.cut_veridium_slab": "UNLOCALIZED: Cut Veridium Slab", - "block.create.cut_veridium_stairs": "UNLOCALIZED: Cut Veridium Stairs", - "block.create.cut_veridium_wall": "UNLOCALIZED: Cut Veridium Wall", - "block.create.cyan_nixie_tube": "หลอด Nixie สีฟ้า", - "block.create.cyan_sail": "กังหันสีฟ้า", - "block.create.cyan_seat": "เบาะนั่งสีฟ้า", - "block.create.cyan_toolbox": "กล่องเครื่องมือสีฟ้า", - "block.create.cyan_valve_handle": "วาล์วสีฟ้า", - "block.create.dark_oak_window": "UNLOCALIZED: Dark Oak Window", - "block.create.dark_oak_window_pane": "UNLOCALIZED: Dark Oak Window Pane", - "block.create.deepslate_pillar": "UNLOCALIZED: Deepslate Pillar", - "block.create.deepslate_zinc_ore": "UNLOCALIZED: Deepslate Zinc Ore", - "block.create.deployer": "มือกลอัตโนมัติ", - "block.create.depot": "จุดวางของ", - "block.create.diorite_pillar": "UNLOCALIZED: Diorite Pillar", - "block.create.display_board": "กระดานแสดงผล", - "block.create.display_link": "อุปกรณ์ส่งสัญญาณแสดงผล", - "block.create.dripstone_pillar": "UNLOCALIZED: Dripstone Pillar", - "block.create.encased_chain_drive": "UNLOCALIZED: Encased Chain Drive", - "block.create.encased_fan": "UNLOCALIZED: Encased Fan", - "block.create.encased_fluid_pipe": "UNLOCALIZED: Encased Fluid Pipe", - "block.create.exposed_copper_shingle_slab": "UNLOCALIZED: Exposed Copper Shingle Slab", - "block.create.exposed_copper_shingle_stairs": "UNLOCALIZED: Exposed Copper Shingle Stairs", - "block.create.exposed_copper_shingles": "UNLOCALIZED: Exposed Copper Shingles", - "block.create.exposed_copper_tile_slab": "UNLOCALIZED: Exposed Copper Tile Slab", - "block.create.exposed_copper_tile_stairs": "UNLOCALIZED: Exposed Copper Tile Stairs", - "block.create.exposed_copper_tiles": "UNLOCALIZED: Exposed Copper Tiles", - "block.create.fake_track": "UNLOCALIZED: Track Marker for Maps", - "block.create.fluid_pipe": "UNLOCALIZED: Fluid Pipe", - "block.create.fluid_tank": "UNLOCALIZED: Fluid Tank", - "block.create.fluid_valve": "UNLOCALIZED: Fluid Valve", - "block.create.flywheel": "UNLOCALIZED: Flywheel", - "block.create.framed_glass": "UNLOCALIZED: Framed Glass", - "block.create.framed_glass_door": "UNLOCALIZED: Framed Glass Door", - "block.create.framed_glass_pane": "UNLOCALIZED: Framed Glass Pane", - "block.create.framed_glass_trapdoor": "UNLOCALIZED: Framed Glass Trapdoor", - "block.create.gantry_carriage": "UNLOCALIZED: Gantry Carriage", - "block.create.gantry_shaft": "UNLOCALIZED: Gantry Shaft", - "block.create.gearbox": "UNLOCALIZED: Gearbox", - "block.create.gearshift": "UNLOCALIZED: Gearshift", - "block.create.glass_fluid_pipe": "UNLOCALIZED: Glass Fluid Pipe", - "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_toolbox": "UNLOCALIZED: Gray Toolbox", - "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_toolbox": "UNLOCALIZED: Green Toolbox", - "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", - "block.create.hose_pulley": "UNLOCALIZED: Hose Pulley", - "block.create.item_drain": "UNLOCALIZED: Item Drain", - "block.create.item_vault": "UNLOCALIZED: Item Vault", - "block.create.jungle_window": "UNLOCALIZED: Jungle Window", - "block.create.jungle_window_pane": "UNLOCALIZED: Jungle Window Pane", - "block.create.large_bogey": "UNLOCALIZED: Large Bogey", - "block.create.large_cogwheel": "UNLOCALIZED: Large Cogwheel", - "block.create.layered_andesite": "UNLOCALIZED: Layered Andesite", - "block.create.layered_asurine": "UNLOCALIZED: Layered Asurine", - "block.create.layered_calcite": "UNLOCALIZED: Layered Calcite", - "block.create.layered_crimsite": "UNLOCALIZED: Layered Crimsite", - "block.create.layered_deepslate": "UNLOCALIZED: Layered Deepslate", - "block.create.layered_diorite": "UNLOCALIZED: Layered Diorite", - "block.create.layered_dripstone": "UNLOCALIZED: Layered Dripstone", - "block.create.layered_granite": "UNLOCALIZED: Layered Granite", - "block.create.layered_limestone": "UNLOCALIZED: Layered Limestone", - "block.create.layered_ochrum": "UNLOCALIZED: Layered Ochrum", - "block.create.layered_scorchia": "UNLOCALIZED: Layered Scorchia", - "block.create.layered_scoria": "UNLOCALIZED: Layered Scoria", - "block.create.layered_tuff": "UNLOCALIZED: Layered Tuff", - "block.create.layered_veridium": "UNLOCALIZED: Layered Veridium", - "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_toolbox": "UNLOCALIZED: Light Blue Toolbox", - "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_toolbox": "UNLOCALIZED: Light Gray Toolbox", - "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_toolbox": "UNLOCALIZED: Lime Toolbox", - "block.create.lime_valve_handle": "UNLOCALIZED: Lime Valve Handle", - "block.create.limestone": "UNLOCALIZED: Limestone", - "block.create.limestone_pillar": "UNLOCALIZED: Limestone Pillar", - "block.create.linear_chassis": "UNLOCALIZED: Linear Chassis", - "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_toolbox": "UNLOCALIZED: Magenta Toolbox", - "block.create.magenta_valve_handle": "UNLOCALIZED: Magenta Valve Handle", - "block.create.mechanical_arm": "UNLOCALIZED: Mechanical Arm", - "block.create.mechanical_bearing": "UNLOCALIZED: Mechanical Bearing", - "block.create.mechanical_crafter": "UNLOCALIZED: Mechanical Crafter", - "block.create.mechanical_drill": "UNLOCALIZED: Mechanical Drill", - "block.create.mechanical_harvester": "UNLOCALIZED: Mechanical Harvester", - "block.create.mechanical_mixer": "UNLOCALIZED: Mechanical Mixer", - "block.create.mechanical_piston": "UNLOCALIZED: Mechanical Piston", - "block.create.mechanical_piston_head": "UNLOCALIZED: Mechanical Piston Head", - "block.create.mechanical_plough": "UNLOCALIZED: Mechanical Plough", - "block.create.mechanical_press": "UNLOCALIZED: Mechanical Press", - "block.create.mechanical_pump": "UNLOCALIZED: Mechanical Pump", - "block.create.mechanical_saw": "UNLOCALIZED: Mechanical Saw", - "block.create.metal_bracket": "UNLOCALIZED: Metal Bracket", - "block.create.metal_girder": "UNLOCALIZED: Metal Girder", - "block.create.metal_girder_encased_shaft": "UNLOCALIZED: Metal Girder Encased Shaft", - "block.create.millstone": "UNLOCALIZED: Millstone", - "block.create.minecart_anchor": "UNLOCALIZED: Minecart Anchor", - "block.create.mysterious_cuckoo_clock": "UNLOCALIZED: Cuckoo Clock", - "block.create.nixie_tube": "UNLOCALIZED: Nixie Tube", - "block.create.nozzle": "UNLOCALIZED: Nozzle", - "block.create.oak_window": "UNLOCALIZED: Oak Window", - "block.create.oak_window_pane": "UNLOCALIZED: Oak Window Pane", - "block.create.ochrum": "UNLOCALIZED: Ochrum", - "block.create.ochrum_pillar": "UNLOCALIZED: Ochrum Pillar", - "block.create.orange_sail": "UNLOCALIZED: Orange Sail", - "block.create.orange_seat": "UNLOCALIZED: Orange Seat", - "block.create.orange_toolbox": "UNLOCALIZED: Orange Toolbox", - "block.create.orange_valve_handle": "UNLOCALIZED: Orange Valve Handle", - "block.create.ornate_iron_window": "UNLOCALIZED: Ornate Iron Window", - "block.create.ornate_iron_window_pane": "UNLOCALIZED: Ornate Iron Window Pane", - "block.create.oxidized_copper_shingle_slab": "UNLOCALIZED: Oxidized Copper Shingle Slab", - "block.create.oxidized_copper_shingle_stairs": "UNLOCALIZED: Oxidized Copper Shingle Stairs", - "block.create.oxidized_copper_shingles": "UNLOCALIZED: Oxidized Copper Shingles", - "block.create.oxidized_copper_tile_slab": "UNLOCALIZED: Oxidized Copper Tile Slab", - "block.create.oxidized_copper_tile_stairs": "UNLOCALIZED: Oxidized Copper Tile Stairs", - "block.create.oxidized_copper_tiles": "UNLOCALIZED: Oxidized Copper Tiles", - "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_toolbox": "UNLOCALIZED: Pink Toolbox", - "block.create.pink_valve_handle": "UNLOCALIZED: Pink Valve Handle", - "block.create.piston_extension_pole": "UNLOCALIZED: Piston Extension Pole", - "block.create.placard": "UNLOCALIZED: Placard", - "block.create.polished_cut_andesite": "UNLOCALIZED: Polished Cut Andesite", - "block.create.polished_cut_andesite_slab": "UNLOCALIZED: Polished Cut Andesite Slab", - "block.create.polished_cut_andesite_stairs": "UNLOCALIZED: Polished Cut Andesite Stairs", - "block.create.polished_cut_andesite_wall": "UNLOCALIZED: Polished Cut Andesite Wall", - "block.create.polished_cut_asurine": "UNLOCALIZED: Polished Cut Asurine", - "block.create.polished_cut_asurine_slab": "UNLOCALIZED: Polished Cut Asurine Slab", - "block.create.polished_cut_asurine_stairs": "UNLOCALIZED: Polished Cut Asurine Stairs", - "block.create.polished_cut_asurine_wall": "UNLOCALIZED: Polished Cut Asurine Wall", - "block.create.polished_cut_calcite": "UNLOCALIZED: Polished Cut Calcite", - "block.create.polished_cut_calcite_slab": "UNLOCALIZED: Polished Cut Calcite Slab", - "block.create.polished_cut_calcite_stairs": "UNLOCALIZED: Polished Cut Calcite Stairs", - "block.create.polished_cut_calcite_wall": "UNLOCALIZED: Polished Cut Calcite Wall", - "block.create.polished_cut_crimsite": "UNLOCALIZED: Polished Cut Crimsite", - "block.create.polished_cut_crimsite_slab": "UNLOCALIZED: Polished Cut Crimsite Slab", - "block.create.polished_cut_crimsite_stairs": "UNLOCALIZED: Polished Cut Crimsite Stairs", - "block.create.polished_cut_crimsite_wall": "UNLOCALIZED: Polished Cut Crimsite Wall", - "block.create.polished_cut_deepslate": "UNLOCALIZED: Polished Cut Deepslate", - "block.create.polished_cut_deepslate_slab": "UNLOCALIZED: Polished Cut Deepslate Slab", - "block.create.polished_cut_deepslate_stairs": "UNLOCALIZED: Polished Cut Deepslate Stairs", - "block.create.polished_cut_deepslate_wall": "UNLOCALIZED: Polished Cut Deepslate Wall", - "block.create.polished_cut_diorite": "UNLOCALIZED: Polished Cut Diorite", - "block.create.polished_cut_diorite_slab": "UNLOCALIZED: Polished Cut Diorite Slab", - "block.create.polished_cut_diorite_stairs": "UNLOCALIZED: Polished Cut Diorite Stairs", - "block.create.polished_cut_diorite_wall": "UNLOCALIZED: Polished Cut Diorite Wall", - "block.create.polished_cut_dripstone": "UNLOCALIZED: Polished Cut Dripstone", - "block.create.polished_cut_dripstone_slab": "UNLOCALIZED: Polished Cut Dripstone Slab", - "block.create.polished_cut_dripstone_stairs": "UNLOCALIZED: Polished Cut Dripstone Stairs", - "block.create.polished_cut_dripstone_wall": "UNLOCALIZED: Polished Cut Dripstone Wall", - "block.create.polished_cut_granite": "UNLOCALIZED: Polished Cut Granite", - "block.create.polished_cut_granite_slab": "UNLOCALIZED: Polished Cut Granite Slab", - "block.create.polished_cut_granite_stairs": "UNLOCALIZED: Polished Cut Granite Stairs", - "block.create.polished_cut_granite_wall": "UNLOCALIZED: Polished Cut Granite Wall", - "block.create.polished_cut_limestone": "UNLOCALIZED: Polished Cut Limestone", - "block.create.polished_cut_limestone_slab": "UNLOCALIZED: Polished Cut Limestone Slab", - "block.create.polished_cut_limestone_stairs": "UNLOCALIZED: Polished Cut Limestone Stairs", - "block.create.polished_cut_limestone_wall": "UNLOCALIZED: Polished Cut Limestone Wall", - "block.create.polished_cut_ochrum": "UNLOCALIZED: Polished Cut Ochrum", - "block.create.polished_cut_ochrum_slab": "UNLOCALIZED: Polished Cut Ochrum Slab", - "block.create.polished_cut_ochrum_stairs": "UNLOCALIZED: Polished Cut Ochrum Stairs", - "block.create.polished_cut_ochrum_wall": "UNLOCALIZED: Polished Cut Ochrum Wall", - "block.create.polished_cut_scorchia": "UNLOCALIZED: Polished Cut Scorchia", - "block.create.polished_cut_scorchia_slab": "UNLOCALIZED: Polished Cut Scorchia Slab", - "block.create.polished_cut_scorchia_stairs": "UNLOCALIZED: Polished Cut Scorchia Stairs", - "block.create.polished_cut_scorchia_wall": "UNLOCALIZED: Polished Cut Scorchia Wall", - "block.create.polished_cut_scoria": "UNLOCALIZED: Polished Cut Scoria", - "block.create.polished_cut_scoria_slab": "UNLOCALIZED: Polished Cut Scoria Slab", - "block.create.polished_cut_scoria_stairs": "UNLOCALIZED: Polished Cut Scoria Stairs", - "block.create.polished_cut_scoria_wall": "UNLOCALIZED: Polished Cut Scoria Wall", - "block.create.polished_cut_tuff": "UNLOCALIZED: Polished Cut Tuff", - "block.create.polished_cut_tuff_slab": "UNLOCALIZED: Polished Cut Tuff Slab", - "block.create.polished_cut_tuff_stairs": "UNLOCALIZED: Polished Cut Tuff Stairs", - "block.create.polished_cut_tuff_wall": "UNLOCALIZED: Polished Cut Tuff Wall", - "block.create.polished_cut_veridium": "UNLOCALIZED: Polished Cut Veridium", - "block.create.polished_cut_veridium_slab": "UNLOCALIZED: Polished Cut Veridium Slab", - "block.create.polished_cut_veridium_stairs": "UNLOCALIZED: Polished Cut Veridium Stairs", - "block.create.polished_cut_veridium_wall": "UNLOCALIZED: Polished Cut Veridium Wall", - "block.create.portable_fluid_interface": "UNLOCALIZED: Portable Fluid Interface", - "block.create.portable_storage_interface": "UNLOCALIZED: Portable Storage Interface", - "block.create.powered_latch": "UNLOCALIZED: Powered Latch", - "block.create.powered_shaft": "UNLOCALIZED: Powered Shaft", - "block.create.powered_toggle_latch": "UNLOCALIZED: Powered Toggle Latch", - "block.create.pulley_magnet": "UNLOCALIZED: Pulley Magnet", - "block.create.pulse_extender": "UNLOCALIZED: Pulse Extender", - "block.create.pulse_repeater": "UNLOCALIZED: Pulse Repeater", - "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_toolbox": "UNLOCALIZED: Purple Toolbox", - "block.create.purple_valve_handle": "UNLOCALIZED: Purple Valve Handle", - "block.create.radial_chassis": "UNLOCALIZED: Radial Chassis", - "block.create.railway_casing": "UNLOCALIZED: Train Casing", - "block.create.raw_zinc_block": "UNLOCALIZED: Block of Raw Zinc", - "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_toolbox": "UNLOCALIZED: Red Toolbox", - "block.create.red_valve_handle": "UNLOCALIZED: Red Valve Handle", - "block.create.redstone_contact": "UNLOCALIZED: Redstone Contact", - "block.create.redstone_link": "UNLOCALIZED: Redstone Link", - "block.create.refined_radiance_casing": "UNLOCALIZED: Radiant Casing", - "block.create.rope": "UNLOCALIZED: Rope", - "block.create.rope_pulley": "UNLOCALIZED: Rope Pulley", - "block.create.rose_quartz_block": "UNLOCALIZED: Block of Rose Quartz", - "block.create.rose_quartz_lamp": "UNLOCALIZED: Rose Quartz Lamp", - "block.create.rose_quartz_tiles": "UNLOCALIZED: Rose Quartz Tiles", - "block.create.rotation_speed_controller": "UNLOCALIZED: Rotation Speed Controller", - "block.create.sail_frame": "UNLOCALIZED: Sail Frame", - "block.create.schematic_table": "UNLOCALIZED: Schematic Table", - "block.create.schematicannon": "UNLOCALIZED: Schematicannon", - "block.create.scorchia": "UNLOCALIZED: Scorchia", - "block.create.scorchia_pillar": "UNLOCALIZED: Scorchia Pillar", - "block.create.scoria": "UNLOCALIZED: Scoria", - "block.create.scoria_pillar": "UNLOCALIZED: Scoria Pillar", - "block.create.secondary_linear_chassis": "UNLOCALIZED: Secondary Linear Chassis", - "block.create.sequenced_gearshift": "UNLOCALIZED: Sequenced Gearshift", - "block.create.shadow_steel_casing": "UNLOCALIZED: Shadow Casing", - "block.create.shaft": "UNLOCALIZED: Shaft", - "block.create.small_andesite_brick_slab": "UNLOCALIZED: Small Andesite Brick Slab", - "block.create.small_andesite_brick_stairs": "UNLOCALIZED: Small Andesite Brick Stairs", - "block.create.small_andesite_brick_wall": "UNLOCALIZED: Small Andesite Brick Wall", - "block.create.small_andesite_bricks": "UNLOCALIZED: Small Andesite Bricks", - "block.create.small_asurine_brick_slab": "UNLOCALIZED: Small Asurine Brick Slab", - "block.create.small_asurine_brick_stairs": "UNLOCALIZED: Small Asurine Brick Stairs", - "block.create.small_asurine_brick_wall": "UNLOCALIZED: Small Asurine Brick Wall", - "block.create.small_asurine_bricks": "UNLOCALIZED: Small Asurine Bricks", - "block.create.small_bogey": "UNLOCALIZED: Small Bogey", - "block.create.small_calcite_brick_slab": "UNLOCALIZED: Small Calcite Brick Slab", - "block.create.small_calcite_brick_stairs": "UNLOCALIZED: Small Calcite Brick Stairs", - "block.create.small_calcite_brick_wall": "UNLOCALIZED: Small Calcite Brick Wall", - "block.create.small_calcite_bricks": "UNLOCALIZED: Small Calcite Bricks", - "block.create.small_crimsite_brick_slab": "UNLOCALIZED: Small Crimsite Brick Slab", - "block.create.small_crimsite_brick_stairs": "UNLOCALIZED: Small Crimsite Brick Stairs", - "block.create.small_crimsite_brick_wall": "UNLOCALIZED: Small Crimsite Brick Wall", - "block.create.small_crimsite_bricks": "UNLOCALIZED: Small Crimsite Bricks", - "block.create.small_deepslate_brick_slab": "UNLOCALIZED: Small Deepslate Brick Slab", - "block.create.small_deepslate_brick_stairs": "UNLOCALIZED: Small Deepslate Brick Stairs", - "block.create.small_deepslate_brick_wall": "UNLOCALIZED: Small Deepslate Brick Wall", - "block.create.small_deepslate_bricks": "UNLOCALIZED: Small Deepslate Bricks", - "block.create.small_diorite_brick_slab": "UNLOCALIZED: Small Diorite Brick Slab", - "block.create.small_diorite_brick_stairs": "UNLOCALIZED: Small Diorite Brick Stairs", - "block.create.small_diorite_brick_wall": "UNLOCALIZED: Small Diorite Brick Wall", - "block.create.small_diorite_bricks": "UNLOCALIZED: Small Diorite Bricks", - "block.create.small_dripstone_brick_slab": "UNLOCALIZED: Small Dripstone Brick Slab", - "block.create.small_dripstone_brick_stairs": "UNLOCALIZED: Small Dripstone Brick Stairs", - "block.create.small_dripstone_brick_wall": "UNLOCALIZED: Small Dripstone Brick Wall", - "block.create.small_dripstone_bricks": "UNLOCALIZED: Small Dripstone Bricks", - "block.create.small_granite_brick_slab": "UNLOCALIZED: Small Granite Brick Slab", - "block.create.small_granite_brick_stairs": "UNLOCALIZED: Small Granite Brick Stairs", - "block.create.small_granite_brick_wall": "UNLOCALIZED: Small Granite Brick Wall", - "block.create.small_granite_bricks": "UNLOCALIZED: Small Granite Bricks", - "block.create.small_limestone_brick_slab": "UNLOCALIZED: Small Limestone Brick Slab", - "block.create.small_limestone_brick_stairs": "UNLOCALIZED: Small Limestone Brick Stairs", - "block.create.small_limestone_brick_wall": "UNLOCALIZED: Small Limestone Brick Wall", - "block.create.small_limestone_bricks": "UNLOCALIZED: Small Limestone Bricks", - "block.create.small_ochrum_brick_slab": "UNLOCALIZED: Small Ochrum Brick Slab", - "block.create.small_ochrum_brick_stairs": "UNLOCALIZED: Small Ochrum Brick Stairs", - "block.create.small_ochrum_brick_wall": "UNLOCALIZED: Small Ochrum Brick Wall", - "block.create.small_ochrum_bricks": "UNLOCALIZED: Small Ochrum Bricks", - "block.create.small_rose_quartz_tiles": "UNLOCALIZED: Small Rose Quartz Tiles", - "block.create.small_scorchia_brick_slab": "UNLOCALIZED: Small Scorchia Brick Slab", - "block.create.small_scorchia_brick_stairs": "UNLOCALIZED: Small Scorchia Brick Stairs", - "block.create.small_scorchia_brick_wall": "UNLOCALIZED: Small Scorchia Brick Wall", - "block.create.small_scorchia_bricks": "UNLOCALIZED: Small Scorchia Bricks", - "block.create.small_scoria_brick_slab": "UNLOCALIZED: Small Scoria Brick Slab", - "block.create.small_scoria_brick_stairs": "UNLOCALIZED: Small Scoria Brick Stairs", - "block.create.small_scoria_brick_wall": "UNLOCALIZED: Small Scoria Brick Wall", - "block.create.small_scoria_bricks": "UNLOCALIZED: Small Scoria Bricks", - "block.create.small_tuff_brick_slab": "UNLOCALIZED: Small Tuff Brick Slab", - "block.create.small_tuff_brick_stairs": "UNLOCALIZED: Small Tuff Brick Stairs", - "block.create.small_tuff_brick_wall": "UNLOCALIZED: Small Tuff Brick Wall", - "block.create.small_tuff_bricks": "UNLOCALIZED: Small Tuff Bricks", - "block.create.small_veridium_brick_slab": "UNLOCALIZED: Small Veridium Brick Slab", - "block.create.small_veridium_brick_stairs": "UNLOCALIZED: Small Veridium Brick Stairs", - "block.create.small_veridium_brick_wall": "UNLOCALIZED: Small Veridium Brick Wall", - "block.create.small_veridium_bricks": "UNLOCALIZED: Small Veridium Bricks", - "block.create.smart_chute": "UNLOCALIZED: Smart Chute", - "block.create.smart_fluid_pipe": "UNLOCALIZED: Smart Fluid Pipe", - "block.create.speedometer": "UNLOCALIZED: Speedometer", - "block.create.spout": "UNLOCALIZED: Spout", - "block.create.spruce_window": "UNLOCALIZED: Spruce Window", - "block.create.spruce_window_pane": "UNLOCALIZED: Spruce Window Pane", - "block.create.steam_engine": "UNLOCALIZED: Steam Engine", - "block.create.steam_whistle": "UNLOCALIZED: Steam Whistle", - "block.create.steam_whistle_extension": "UNLOCALIZED: Steam Whistle Extension", - "block.create.sticker": "UNLOCALIZED: Sticker", - "block.create.sticky_mechanical_piston": "UNLOCALIZED: Sticky Mechanical Piston", - "block.create.stockpile_switch": "UNLOCALIZED: Stockpile Switch", - "block.create.stressometer": "UNLOCALIZED: Stressometer", - "block.create.tiled_glass": "UNLOCALIZED: Tiled Glass", - "block.create.tiled_glass_pane": "UNLOCALIZED: Tiled Glass Pane", - "block.create.track": "UNLOCALIZED: Train Track", - "block.create.track_observer": "UNLOCALIZED: Train Observer", - "block.create.track_signal": "UNLOCALIZED: Train Signal", - "block.create.track_station": "UNLOCALIZED: Train Station", - "block.create.train_door": "UNLOCALIZED: Train Door", - "block.create.train_trapdoor": "UNLOCALIZED: Train Trapdoor", - "block.create.tuff_pillar": "UNLOCALIZED: Tuff Pillar", - "block.create.turntable": "UNLOCALIZED: Turntable", - "block.create.veridium": "UNLOCALIZED: Veridium", - "block.create.veridium_pillar": "UNLOCALIZED: Veridium Pillar", - "block.create.vertical_framed_glass": "UNLOCALIZED: Vertical Framed Glass", - "block.create.vertical_framed_glass_pane": "UNLOCALIZED: Vertical Framed Glass Pane", - "block.create.warped_window": "UNLOCALIZED: Warped Window", - "block.create.warped_window_pane": "UNLOCALIZED: Warped Window Pane", - "block.create.water_wheel": "UNLOCALIZED: Water Wheel", - "block.create.waxed_copper_shingle_slab": "UNLOCALIZED: Waxed Copper Shingle Slab", - "block.create.waxed_copper_shingle_stairs": "UNLOCALIZED: Waxed Copper Shingle Stairs", - "block.create.waxed_copper_shingles": "UNLOCALIZED: Waxed Copper Shingles", - "block.create.waxed_copper_tile_slab": "UNLOCALIZED: Waxed Copper Tile Slab", - "block.create.waxed_copper_tile_stairs": "UNLOCALIZED: Waxed Copper Tile Stairs", - "block.create.waxed_copper_tiles": "UNLOCALIZED: Waxed Copper Tiles", - "block.create.waxed_exposed_copper_shingle_slab": "UNLOCALIZED: Waxed Exposed Copper Shingle Slab", - "block.create.waxed_exposed_copper_shingle_stairs": "UNLOCALIZED: Waxed Exposed Copper Shingle Stairs", - "block.create.waxed_exposed_copper_shingles": "UNLOCALIZED: Waxed Exposed Copper Shingles", - "block.create.waxed_exposed_copper_tile_slab": "UNLOCALIZED: Waxed Exposed Copper Tile Slab", - "block.create.waxed_exposed_copper_tile_stairs": "UNLOCALIZED: Waxed Exposed Copper Tile Stairs", - "block.create.waxed_exposed_copper_tiles": "UNLOCALIZED: Waxed Exposed Copper Tiles", - "block.create.waxed_oxidized_copper_shingle_slab": "UNLOCALIZED: Waxed Oxidized Copper Shingle Slab", - "block.create.waxed_oxidized_copper_shingle_stairs": "UNLOCALIZED: Waxed Oxidized Copper Shingle Stairs", - "block.create.waxed_oxidized_copper_shingles": "UNLOCALIZED: Waxed Oxidized Copper Shingles", - "block.create.waxed_oxidized_copper_tile_slab": "UNLOCALIZED: Waxed Oxidized Copper Tile Slab", - "block.create.waxed_oxidized_copper_tile_stairs": "UNLOCALIZED: Waxed Oxidized Copper Tile Stairs", - "block.create.waxed_oxidized_copper_tiles": "UNLOCALIZED: Waxed Oxidized Copper Tiles", - "block.create.waxed_weathered_copper_shingle_slab": "UNLOCALIZED: Waxed Weathered Copper Shingle Slab", - "block.create.waxed_weathered_copper_shingle_stairs": "UNLOCALIZED: Waxed Weathered Copper Shingle Stairs", - "block.create.waxed_weathered_copper_shingles": "UNLOCALIZED: Waxed Weathered Copper Shingles", - "block.create.waxed_weathered_copper_tile_slab": "UNLOCALIZED: Waxed Weathered Copper Tile Slab", - "block.create.waxed_weathered_copper_tile_stairs": "UNLOCALIZED: Waxed Weathered Copper Tile Stairs", - "block.create.waxed_weathered_copper_tiles": "UNLOCALIZED: Waxed Weathered Copper Tiles", - "block.create.weathered_copper_shingle_slab": "UNLOCALIZED: Weathered Copper Shingle Slab", - "block.create.weathered_copper_shingle_stairs": "UNLOCALIZED: Weathered Copper Shingle Stairs", - "block.create.weathered_copper_shingles": "UNLOCALIZED: Weathered Copper Shingles", - "block.create.weathered_copper_tile_slab": "UNLOCALIZED: Weathered Copper Tile Slab", - "block.create.weathered_copper_tile_stairs": "UNLOCALIZED: Weathered Copper Tile Stairs", - "block.create.weathered_copper_tiles": "UNLOCALIZED: Weathered Copper Tiles", - "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_toolbox": "UNLOCALIZED: White Toolbox", - "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_toolbox": "UNLOCALIZED: Yellow Toolbox", - "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.carriage_contraption": "UNLOCALIZED: Carriage Contraption", - "entity.create.contraption": "UNLOCALIZED: Contraption", - "entity.create.crafting_blueprint": "UNLOCALIZED: Crafting Blueprint", - "entity.create.gantry_contraption": "UNLOCALIZED: Gantry Contraption", - "entity.create.potato_projectile": "UNLOCALIZED: Potato Projectile", - "entity.create.seat": "UNLOCALIZED: Seat", - "entity.create.stationary_contraption": "UNLOCALIZED: Stationary Contraption", - "entity.create.super_glue": "UNLOCALIZED: Super Glue", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "UNLOCALIZED: Potion", - "fluid.create.tea": "UNLOCALIZED: Builder's Tea", - - "item.create.andesite_alloy": "UNLOCALIZED: Andesite Alloy", - "item.create.attribute_filter": "UNLOCALIZED: Attribute Filter", - "item.create.bar_of_chocolate": "UNLOCALIZED: Bar of Chocolate", - "item.create.belt_connector": "UNLOCALIZED: Mechanical Belt", - "item.create.blaze_cake": "UNLOCALIZED: Blaze Cake", - "item.create.blaze_cake_base": "UNLOCALIZED: Blaze Cake Base", - "item.create.brass_hand": "UNLOCALIZED: Brass Hand", - "item.create.brass_ingot": "UNLOCALIZED: Brass Ingot", - "item.create.brass_nugget": "UNLOCALIZED: Brass Nugget", - "item.create.brass_sheet": "UNLOCALIZED: Brass Sheet", - "item.create.builders_tea": "UNLOCALIZED: Builder's Tea", - "item.create.chest_minecart_contraption": "UNLOCALIZED: Chest Minecart Contraption", - "item.create.chocolate_bucket": "UNLOCALIZED: Chocolate Bucket", - "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.copper_backtank": "UNLOCALIZED: Copper Backtank", - "item.create.copper_backtank_placeable": "UNLOCALIZED: Copper Backtank Placeable", - "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_copper_ore": "UNLOCALIZED: Crushed Copper Ore", - "item.create.crushed_gold_ore": "UNLOCALIZED: Crushed Gold Ore", - "item.create.crushed_iron_ore": "UNLOCALIZED: Crushed Iron Ore", - "item.create.crushed_lead_ore": "UNLOCALIZED: Crushed Lead Ore", - "item.create.crushed_nickel_ore": "UNLOCALIZED: Crushed Nickel Ore", - "item.create.crushed_osmium_ore": "UNLOCALIZED: Crushed Osmium Ore", - "item.create.crushed_platinum_ore": "UNLOCALIZED: Crushed Platinum Ore", - "item.create.crushed_quicksilver_ore": "UNLOCALIZED: Crushed Quicksilver Ore", - "item.create.crushed_silver_ore": "UNLOCALIZED: Crushed Silver Ore", - "item.create.crushed_tin_ore": "UNLOCALIZED: Crushed Tin Ore", - "item.create.crushed_uranium_ore": "UNLOCALIZED: Crushed Uranium Ore", - "item.create.crushed_zinc_ore": "UNLOCALIZED: Crushed Zinc Ore", - "item.create.diving_boots": "UNLOCALIZED: Diving Boots", - "item.create.diving_helmet": "UNLOCALIZED: Diving Helmet", - "item.create.dough": "UNLOCALIZED: Dough", - "item.create.electron_tube": "UNLOCALIZED: Electron Tube", - "item.create.empty_blaze_burner": "UNLOCALIZED: Empty Blaze Burner", - "item.create.empty_schematic": "UNLOCALIZED: Empty Schematic", - "item.create.experience_nugget": "UNLOCALIZED: Nugget of Experience", - "item.create.extendo_grip": "UNLOCALIZED: Extendo Grip", - "item.create.filter": "UNLOCALIZED: Filter", - "item.create.furnace_minecart_contraption": "UNLOCALIZED: Furnace Minecart Contraption", - "item.create.goggles": "UNLOCALIZED: Engineer's Goggles", - "item.create.golden_sheet": "UNLOCALIZED: Golden Sheet", - "item.create.handheld_worldshaper": "UNLOCALIZED: Creative Worldshaper", - "item.create.honey_bucket": "UNLOCALIZED: Honey Bucket", - "item.create.honeyed_apple": "UNLOCALIZED: Honeyed Apple", - "item.create.incomplete_precision_mechanism": "UNLOCALIZED: Incomplete Precision Mechanism", - "item.create.incomplete_track": "UNLOCALIZED: Incomplete Track", - "item.create.iron_sheet": "UNLOCALIZED: Iron Sheet", - "item.create.linked_controller": "UNLOCALIZED: Linked Controller", - "item.create.minecart_contraption": "UNLOCALIZED: Minecart Contraption", - "item.create.minecart_coupling": "UNLOCALIZED: Minecart Coupling", - "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": "UNLOCALIZED: Propeller", - "item.create.raw_zinc": "UNLOCALIZED: Raw Zinc", - "item.create.red_sand_paper": "UNLOCALIZED: Red Sand Paper", - "item.create.refined_radiance": "UNLOCALIZED: Refined Radiance", - "item.create.rose_quartz": "UNLOCALIZED: Rose Quartz", - "item.create.sand_paper": "UNLOCALIZED: Sand Paper", - "item.create.schedule": "UNLOCALIZED: Train Schedule", - "item.create.schematic": "UNLOCALIZED: Schematic", - "item.create.schematic_and_quill": "UNLOCALIZED: Schematic And Quill", - "item.create.shadow_steel": "UNLOCALIZED: Shadow Steel", - "item.create.sturdy_sheet": "UNLOCALIZED: Sturdy Sheet", - "item.create.super_glue": "UNLOCALIZED: Super Glue", - "item.create.sweet_roll": "UNLOCALIZED: Sweet Roll", - "item.create.tree_fertilizer": "UNLOCALIZED: Tree Fertilizer", - "item.create.unprocessed_obsidian_sheet": "UNLOCALIZED: Unprocessed Obsidian Sheet", - "item.create.vertical_gearbox": "UNLOCALIZED: Vertical Gearbox", - "item.create.wand_of_symmetry": "UNLOCALIZED: Wand Of Symmetry", - "item.create.wheat_flour": "UNLOCALIZED: Wheat Flour", - "item.create.whisk": "UNLOCALIZED: Whisk", - "item.create.wrench": "UNLOCALIZED: Wrench", - "item.create.zinc_ingot": "UNLOCALIZED: Zinc Ingot", - "item.create.zinc_nugget": "UNLOCALIZED: Zinc Nugget", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "UNLOCALIZED: Welcome to Create", - "advancement.create.root.desc": "UNLOCALIZED: Here Be Contraptions", - "advancement.create.andesite_alloy": "UNLOCALIZED: Sturdier Rocks", - "advancement.create.andesite_alloy.desc": "UNLOCALIZED: Obtain some Andesite Alloy, Create's most important resource", - "advancement.create.andesite_casing": "UNLOCALIZED: The Andesite Age", - "advancement.create.andesite_casing.desc": "UNLOCALIZED: Apply Andesite Alloy to stripped wood, creating a basic casing for your machines", - "advancement.create.mechanical_press": "UNLOCALIZED: Bonk!", - "advancement.create.mechanical_press.desc": "UNLOCALIZED: Create some sheets in a Mechanical Press", - "advancement.create.encased_fan": "UNLOCALIZED: Wind Maker", - "advancement.create.encased_fan.desc": "UNLOCALIZED: Place and power an Encased Fan", - "advancement.create.fan_processing": "UNLOCALIZED: Processing by Particle", - "advancement.create.fan_processing.desc": "UNLOCALIZED: Use an Encased Fan to process materials", - "advancement.create.saw_processing": "UNLOCALIZED: Workshop's Most Feared", - "advancement.create.saw_processing.desc": "UNLOCALIZED: Use an upright Mechanical Saw to process materials", - "advancement.create.compacting": "UNLOCALIZED: Compactification", - "advancement.create.compacting.desc": "UNLOCALIZED: Use a Mechanical Press and a Basin to create fewer items from more", - "advancement.create.belt": "UNLOCALIZED: Kelp Drive", - "advancement.create.belt.desc": "UNLOCALIZED: Connect two Shafts with a Mechanical Belt", - "advancement.create.funnel": "UNLOCALIZED: Airport Aesthetic", - "advancement.create.funnel.desc": "UNLOCALIZED: Extract or insert items into a container using a Funnel", - "advancement.create.chute": "UNLOCALIZED: Vertical Logistics", - "advancement.create.chute.desc": "UNLOCALIZED: Transport some items by Chute", - "advancement.create.mechanical_mixer": "UNLOCALIZED: Mixing It Up", - "advancement.create.mechanical_mixer.desc": "UNLOCALIZED: Combine ingredients in a Mechanical Mixer", - "advancement.create.burner": "UNLOCALIZED: Sentient Fireplace", - "advancement.create.burner.desc": "UNLOCALIZED: Obtain a Blaze Burner", - "advancement.create.water_wheel": "UNLOCALIZED: Harnessed Hydraulics", - "advancement.create.water_wheel.desc": "UNLOCALIZED: Place a Water Wheel and use it to generate torque", - "advancement.create.windmill": "UNLOCALIZED: A Mild Breeze", - "advancement.create.windmill.desc": "UNLOCALIZED: Assemble a windmill and use it to generate torque", - "advancement.create.shifting_gears": "UNLOCALIZED: Shifting Gears", - "advancement.create.shifting_gears.desc": "UNLOCALIZED: Connect a Large Cogwheel to a Small Cogwheel, allowing you to change the speed of your Contraption", - "advancement.create.millstone": "UNLOCALIZED: Embrace the Grind", - "advancement.create.millstone.desc": "UNLOCALIZED: Use a Millstone to pulverise materials", - "advancement.create.super_glue": "UNLOCALIZED: Area of Connect", - "advancement.create.super_glue.desc": "UNLOCALIZED: Super Glue some blocks into a group", - "advancement.create.contraption_actors": "UNLOCALIZED: Moving with Purpose", - "advancement.create.contraption_actors.desc": "UNLOCALIZED: Create a Contraption with drills, saws, or harvesters on board", - "advancement.create.portable_storage_interface": "UNLOCALIZED: Drive-By Exchange", - "advancement.create.portable_storage_interface.desc": "UNLOCALIZED: Use a Portable Storage Interface to take or insert items into a Contraption", - "advancement.create.wrench_goggles": "UNLOCALIZED: Kitted Out", - "advancement.create.wrench_goggles.desc": "UNLOCALIZED: Equip Engineer's Goggles and a Wrench", - "advancement.create.stressometer": "UNLOCALIZED: Stress for Nerds", - "advancement.create.stressometer.desc": "UNLOCALIZED: Get an exact readout with the help of Engineer's Goggles and a Stressometer", - "advancement.create.cuckoo_clock": "UNLOCALIZED: Is It Time?", - "advancement.create.cuckoo_clock.desc": "UNLOCALIZED: Witness your Cuckoo Clock announce bedtime", - "advancement.create.windmill_maxed": "UNLOCALIZED: A Strong Breeze", - "advancement.create.windmill_maxed.desc": "UNLOCALIZED: Assemble a windmill of maximum strength", - "advancement.create.ejector_maxed": "UNLOCALIZED: Springboard Champion", - "advancement.create.ejector_maxed.desc": "UNLOCALIZED: Get launched more than 30 blocks by a Weighted Ejector", - "advancement.create.pulley_maxed": "UNLOCALIZED: Rope to Nowhere", - "advancement.create.pulley_maxed.desc": "UNLOCALIZED: Extend a Rope Pulley over 200 blocks deep", - "advancement.create.cart_pickup": "UNLOCALIZED: Strong Arms", - "advancement.create.cart_pickup.desc": "UNLOCALIZED: Pick up a Minecart Contraption with at least 200 attached blocks", - "advancement.create.anvil_plough": "UNLOCALIZED: Blacksmith Artillery", - "advancement.create.anvil_plough.desc": "UNLOCALIZED: Launch an Anvil with Mechanical Ploughs", - "advancement.create.lava_wheel_00000": "UNLOCALIZED: Magma Wheel", - "advancement.create.lava_wheel_00000.desc": "UNLOCALIZED: This shouldn't have worked§7\n(Hidden Advancement)", - "advancement.create.hand_crank_000": "UNLOCALIZED: Workout Session", - "advancement.create.hand_crank_000.desc": "UNLOCALIZED: Use a Hand Crank until fully exhausted§7\n(Hidden Advancement)", - "advancement.create.belt_funnel_kiss": "UNLOCALIZED: The Parrots and the Flaps", - "advancement.create.belt_funnel_kiss.desc": "UNLOCALIZED: Make two Belt-mounted Funnels kiss§7\n(Hidden Advancement)", - "advancement.create.stressometer_maxed": "UNLOCALIZED: Perfectly Stressed", - "advancement.create.stressometer_maxed.desc": "UNLOCALIZED: Get a 100% readout from a Stressometer§7\n(Hidden Advancement)", - "advancement.create.copper": "UNLOCALIZED: Cuprum Bokum", - "advancement.create.copper.desc": "UNLOCALIZED: Amass some Copper Ingots for your exploits in fluid manipulation", - "advancement.create.copper_casing": "UNLOCALIZED: The Copper Age", - "advancement.create.copper_casing.desc": "UNLOCALIZED: Apply Copper Ingots to stripped wood, creating a waterproof casing for your machines", - "advancement.create.spout": "UNLOCALIZED: Sploosh", - "advancement.create.spout.desc": "UNLOCALIZED: Watch a fluid-containing item be filled by a Spout", - "advancement.create.drain": "UNLOCALIZED: Tumble Draining", - "advancement.create.drain.desc": "UNLOCALIZED: Watch a fluid-containing item be emptied by an Item Drain", - "advancement.create.steam_engine": "UNLOCALIZED: The Powerhouse", - "advancement.create.steam_engine.desc": "UNLOCALIZED: Use a Steam Engine to generate torque", - "advancement.create.steam_whistle": "UNLOCALIZED: Voice of an Angel", - "advancement.create.steam_whistle.desc": "UNLOCALIZED: Activate a Steam Whistle", - "advancement.create.backtank": "UNLOCALIZED: Pressure to Go", - "advancement.create.backtank.desc": "UNLOCALIZED: Create a Copper Backtank and make it accumulate air pressure", - "advancement.create.diving_suit": "UNLOCALIZED: Ready for the Depths", - "advancement.create.diving_suit.desc": "UNLOCALIZED: Equip a Diving Helmet and a Copper Backtank, then jump into water", - "advancement.create.mechanical_pump_0": "UNLOCALIZED: Under Pressure", - "advancement.create.mechanical_pump_0.desc": "UNLOCALIZED: Place and power a Mechanical Pump", - "advancement.create.glass_pipe": "UNLOCALIZED: Flow Discovery", - "advancement.create.glass_pipe.desc": "UNLOCALIZED: Use your Wrench on a pipe that contains a fluid", - "advancement.create.water_supply": "UNLOCALIZED: Puddle Collector", - "advancement.create.water_supply.desc": "UNLOCALIZED: Use the pulling end of a Fluid Pipe or Mechanical Pump to collect water", - "advancement.create.hose_pulley": "UNLOCALIZED: Industrial Spillage", - "advancement.create.hose_pulley.desc": "UNLOCALIZED: Lower a Hose Pulley and watch it drain or fill a body of fluid", - "advancement.create.chocolate_bucket": "UNLOCALIZED: A World of Imagination", - "advancement.create.chocolate_bucket.desc": "UNLOCALIZED: Obtain a bucket of molten chocolate", - "advancement.create.honey_drain": "UNLOCALIZED: Autonomous Bee-Keeping", - "advancement.create.honey_drain.desc": "UNLOCALIZED: Use pipes to pull honey from a Bee Nest or Beehive", - "advancement.create.hose_pulley_lava": "UNLOCALIZED: Tapping the Mantle", - "advancement.create.hose_pulley_lava.desc": "UNLOCALIZED: Pump from a body of lava large enough to be considered infinite", - "advancement.create.steam_engine_maxed": "UNLOCALIZED: Full Steam", - "advancement.create.steam_engine_maxed.desc": "UNLOCALIZED: Run a boiler at the maximum level of power", - "advancement.create.foods": "UNLOCALIZED: Balanced Diet", - "advancement.create.foods.desc": "UNLOCALIZED: Create Chocolate Glazed Berries, a Honeyed Apple, and a Sweet Roll all from the same Spout", - "advancement.create.diving_suit_lava": "UNLOCALIZED: Swimming with the Striders", - "advancement.create.diving_suit_lava.desc": "UNLOCALIZED: Attempt to take a dive in lava with your diving gear§7\n(Hidden Advancement)", - "advancement.create.chained_drain": "UNLOCALIZED: On a Roll", - "advancement.create.chained_drain.desc": "UNLOCALIZED: Watch an item move across a row of Item Drains§7\n(Hidden Advancement)", - "advancement.create.cross_streams": "UNLOCALIZED: Don't Cross the Streams!", - "advancement.create.cross_streams.desc": "UNLOCALIZED: Watch two fluids meet in your pipe network§7\n(Hidden Advancement)", - "advancement.create.pipe_organ": "UNLOCALIZED: The Pipe Organ", - "advancement.create.pipe_organ.desc": "UNLOCALIZED: Attach 12 uniquely pitched Steam Whistles to a single Fluid Tank§7\n(Hidden Advancement)", - "advancement.create.brass": "UNLOCALIZED: Real Alloys", - "advancement.create.brass.desc": "UNLOCALIZED: Create Brass Ingots by alloying Copper and Zinc Ingots in your Blaze-heated Mechanical Mixer", - "advancement.create.brass_casing": "UNLOCALIZED: The Brass Age", - "advancement.create.brass_casing.desc": "UNLOCALIZED: Apply Brass Ingots to stripped wood, creating a casing for more sophisticated machines", - "advancement.create.rose_quartz": "UNLOCALIZED: Pink Diamonds", - "advancement.create.rose_quartz.desc": "UNLOCALIZED: Polish some Rose Quartz", - "advancement.create.deployer": "UNLOCALIZED: Artificial Intelligence", - "advancement.create.deployer.desc": "UNLOCALIZED: Place and power a Deployer, the perfect reflection of yourself", - "advancement.create.precision_mechanism": "UNLOCALIZED: Complex Curiosities", - "advancement.create.precision_mechanism.desc": "UNLOCALIZED: Assemble a Precision Mechanism", - "advancement.create.speed_controller": "UNLOCALIZED: Engineers Hate Him!", - "advancement.create.speed_controller.desc": "UNLOCALIZED: Fine-tune your Contraption with a Rotation Speed Controller", - "advancement.create.mechanical_arm": "UNLOCALIZED: Busy Hands", - "advancement.create.mechanical_arm.desc": "UNLOCALIZED: Watch your Mechanical Arm transport its first item", - "advancement.create.mechanical_crafter": "UNLOCALIZED: Automated Assembly", - "advancement.create.mechanical_crafter.desc": "UNLOCALIZED: Place and power some Mechanical Crafters", - "advancement.create.crushing_wheel": "UNLOCALIZED: A Pair of Giants", - "advancement.create.crushing_wheel.desc": "UNLOCALIZED: Place and power a set of Crushing Wheels", - "advancement.create.haunted_bell": "UNLOCALIZED: Shadow Sense", - "advancement.create.haunted_bell.desc": "UNLOCALIZED: Toll a Haunted Bell", - "advancement.create.clockwork_bearing": "UNLOCALIZED: Contraption O'Clock", - "advancement.create.clockwork_bearing.desc": "UNLOCALIZED: Assemble a structure mounted on a Clockwork Bearing", - "advancement.create.display_link": "UNLOCALIZED: Big Data", - "advancement.create.display_link.desc": "UNLOCALIZED: Use a Display Link to visualise information", - "advancement.create.potato_cannon": "UNLOCALIZED: Fwoomp!", - "advancement.create.potato_cannon.desc": "UNLOCALIZED: Defeat an enemy with your Potato Cannon", - "advancement.create.extendo_grip": "UNLOCALIZED: Boioioing!", - "advancement.create.extendo_grip.desc": "UNLOCALIZED: Get hold of an Extendo Grip", - "advancement.create.linked_controller": "UNLOCALIZED: Remote Activation", - "advancement.create.linked_controller.desc": "UNLOCALIZED: Activate a Redstone Link using a Linked Controller", - "advancement.create.arm_blaze_burner": "UNLOCALIZED: Combust-o-Tron", - "advancement.create.arm_blaze_burner.desc": "UNLOCALIZED: Instruct a Mechanical Arm to feed your Blaze Burner", - "advancement.create.crusher_maxed_0000": "UNLOCALIZED: Crushing It", - "advancement.create.crusher_maxed_0000.desc": "UNLOCALIZED: Operate a pair of Crushing Wheels at maximum speed", - "advancement.create.arm_many_targets": "UNLOCALIZED: Organize-o-Tron", - "advancement.create.arm_many_targets.desc": "UNLOCALIZED: Program a Mechanical Arm with 10 or more output locations", - "advancement.create.potato_cannon_collide": "UNLOCALIZED: Veggie Fireworks", - "advancement.create.potato_cannon_collide.desc": "UNLOCALIZED: Cause Potato Cannon projectiles of different types to collide with each other", - "advancement.create.self_deploying": "UNLOCALIZED: Self-Driving Cart", - "advancement.create.self_deploying.desc": "UNLOCALIZED: Create a Minecart Contraption that places tracks in front of itself", - "advancement.create.fist_bump": "UNLOCALIZED: Pound It, Bro!", - "advancement.create.fist_bump.desc": "UNLOCALIZED: Make two Deployers fist-bump§7\n(Hidden Advancement)", - "advancement.create.crafter_lazy_000": "UNLOCALIZED: Desperate Measures", - "advancement.create.crafter_lazy_000.desc": "UNLOCALIZED: Drastically slow down a Mechanical Crafter to procrastinate on proper infrastructure§7\n(Hidden Advancement)", - "advancement.create.extendo_grip_dual": "UNLOCALIZED: To Full Extent", - "advancement.create.extendo_grip_dual.desc": "UNLOCALIZED: Dual-wield Extendo Grips for superhuman reach§7\n(Hidden Advancement)", - "advancement.create.musical_arm": "UNLOCALIZED: DJ Mechanico", - "advancement.create.musical_arm.desc": "UNLOCALIZED: Watch a Mechanical Arm operate your Jukebox§7\n(Hidden Advancement)", - "advancement.create.sturdy_sheet": "UNLOCALIZED: The Sturdiest Rocks", - "advancement.create.sturdy_sheet.desc": "UNLOCALIZED: Assemble a Sturdy Sheet by refining Powdered Obsidian", - "advancement.create.train_casing_00": "UNLOCALIZED: The Logistical Age", - "advancement.create.train_casing_00.desc": "UNLOCALIZED: Use Sturdy Sheets to create a casing for railway components", - "advancement.create.train": "UNLOCALIZED: All Aboard!", - "advancement.create.train.desc": "UNLOCALIZED: Assemble your first Train", - "advancement.create.conductor": "UNLOCALIZED: Conductor Instructor", - "advancement.create.conductor.desc": "UNLOCALIZED: Instruct a Train driver with a Train Schedule", - "advancement.create.track_signal": "UNLOCALIZED: Traffic Control", - "advancement.create.track_signal.desc": "UNLOCALIZED: Place a Train Signal", - "advancement.create.display_board_0": "UNLOCALIZED: Dynamic Timetables", - "advancement.create.display_board_0.desc": "UNLOCALIZED: Forecast a Train's arrival on your Display Board with the help of Display Links", - "advancement.create.track_0": "UNLOCALIZED: A New Gauge", - "advancement.create.track_0.desc": "UNLOCALIZED: Obtain some Train Tracks", - "advancement.create.train_whistle": "UNLOCALIZED: Choo Choo!", - "advancement.create.train_whistle.desc": "UNLOCALIZED: Assemble a Steam Whistle to your Train and activate it while driving", - "advancement.create.train_portal": "UNLOCALIZED: Dimensional Commuter", - "advancement.create.train_portal.desc": "UNLOCALIZED: Ride a Train through a Nether portal", - "advancement.create.track_crafting_factory": "UNLOCALIZED: Track Factory", - "advancement.create.track_crafting_factory.desc": "UNLOCALIZED: Produce more than 1000 Train Tracks with the same Mechanical Press", - "advancement.create.long_bend": "UNLOCALIZED: The Longest Bend", - "advancement.create.long_bend.desc": "UNLOCALIZED: Create a curved track section that spans more than 30 blocks in length", - "advancement.create.long_train": "UNLOCALIZED: Ambitious Endeavours", - "advancement.create.long_train.desc": "UNLOCALIZED: Create a Train with at least 6 carriages", - "advancement.create.long_travel": "UNLOCALIZED: Field Trip", - "advancement.create.long_travel.desc": "UNLOCALIZED: Leave a Train Seat over 5000 blocks away from where you started travelling", - "advancement.create.train_roadkill": "UNLOCALIZED: Road Kill", - "advancement.create.train_roadkill.desc": "UNLOCALIZED: Run over an enemy with your Train§7\n(Hidden Advancement)", - "advancement.create.red_signal": "UNLOCALIZED: Expert Driver", - "advancement.create.red_signal.desc": "UNLOCALIZED: Run a red Train Signal§7\n(Hidden Advancement)", - "advancement.create.train_crash": "UNLOCALIZED: Terrible Service", - "advancement.create.train_crash.desc": "UNLOCALIZED: Witness a Train crash as a passenger§7\n(Hidden Advancement)", - "advancement.create.train_crash_backwards": "UNLOCALIZED: Blind Spot", - "advancement.create.train_crash_backwards.desc": "UNLOCALIZED: Crash into another Train while driving backwards§7\n(Hidden Advancement)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "UNLOCALIZED: Create", - "itemGroup.create.palettes": "UNLOCALIZED: Create's Building Blocks", - - "death.attack.create.crush": "UNLOCALIZED: %1$s was processed by Crushing Wheels", - "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", - "death.attack.create.run_over": "UNLOCALIZED: %1$s was run over by %2$s", - - "create.block.deployer.damage_source_name": "UNLOCALIZED: a rogue Deployer", - "create.block.cart_assembler.invalid": "UNLOCALIZED: Place your Cart Assembler on a rail block", - - "create.menu.return": "UNLOCALIZED: Return to Menu", - "create.menu.configure": "UNLOCALIZED: Configure...", - "create.menu.ponder_index": "UNLOCALIZED: Ponder Index", - "create.menu.only_ingame": "UNLOCALIZED: Available in the Pause Menu", - "create.menu.report_bugs": "UNLOCALIZED: Report Issues", - "create.menu.support": "UNLOCALIZED: Support Us", - - "create.recipe.crushing": "UNLOCALIZED: Crushing", - "create.recipe.milling": "UNLOCALIZED: Milling", - "create.recipe.fan_washing": "UNLOCALIZED: Bulk Washing", - "create.recipe.fan_washing.fan": "UNLOCALIZED: Fan behind Flowing Water", - "create.recipe.fan_smoking": "UNLOCALIZED: Bulk Smoking", - "create.recipe.fan_smoking.fan": "UNLOCALIZED: Fan behind Fire", - "create.recipe.fan_haunting": "UNLOCALIZED: Bulk Haunting", - "create.recipe.fan_haunting.fan": "UNLOCALIZED: Fan behind Soul Fire", - "create.recipe.fan_blasting": "UNLOCALIZED: Bulk Blasting", - "create.recipe.fan_blasting.fan": "UNLOCALIZED: Fan behind Lava", - "create.recipe.pressing": "UNLOCALIZED: Pressing", - "create.recipe.mixing": "UNLOCALIZED: Mixing", - "create.recipe.deploying": "UNLOCALIZED: Deploying", - "create.recipe.automatic_shapeless": "UNLOCALIZED: Automated Shapeless Crafting", - "create.recipe.automatic_brewing": "UNLOCALIZED: Automated Brewing", - "create.recipe.packing": "UNLOCALIZED: Compacting", - "create.recipe.automatic_packing": "UNLOCALIZED: Automated Packing", - "create.recipe.sawing": "UNLOCALIZED: Sawing", - "create.recipe.mechanical_crafting": "UNLOCALIZED: Mechanical Crafting", - "create.recipe.automatic_shaped": "UNLOCALIZED: Automated Shaped Crafting", - "create.recipe.block_cutting": "UNLOCALIZED: Block Cutting", - "create.recipe.wood_cutting": "UNLOCALIZED: Wood Cutting", - "create.recipe.sandpaper_polishing": "UNLOCALIZED: Sandpaper Polishing", - "create.recipe.mystery_conversion": "UNLOCALIZED: Mysterious Conversion", - "create.recipe.spout_filling": "UNLOCALIZED: Filling by Spout", - "create.recipe.draining": "UNLOCALIZED: Item Draining", - "create.recipe.item_application": "UNLOCALIZED: Manual Item Application", - "create.recipe.item_application.any_axe": "UNLOCALIZED: Any Axe", - "create.recipe.sequenced_assembly": "UNLOCALIZED: Recipe Sequence", - "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.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 salvage", - "create.recipe.processing.chance": "UNLOCALIZED: %1$s%% Chance", - "create.recipe.deploying.not_consumed": "UNLOCALIZED: Not Consumed", - "create.recipe.heat_requirement.none": "UNLOCALIZED: No Heating Required", - "create.recipe.heat_requirement.heated": "UNLOCALIZED: Heated", - "create.recipe.heat_requirement.superheated": "UNLOCALIZED: Super-Heated", - - "create.generic.range": "UNLOCALIZED: Range", - "create.generic.radius": "UNLOCALIZED: Radius", - "create.generic.width": "UNLOCALIZED: Width", - "create.generic.height": "UNLOCALIZED: Height", - "create.generic.length": "UNLOCALIZED: Length", - "create.generic.speed": "UNLOCALIZED: Speed", - "create.generic.delay": "UNLOCALIZED: Delay", - "create.generic.duration": "UNLOCALIZED: Duration", - "create.generic.timeUnit": "UNLOCALIZED: Time Unit", - "create.generic.unit.ticks": "UNLOCALIZED: Ticks", - "create.generic.unit.seconds": "UNLOCALIZED: Seconds", - "create.generic.unit.minutes": "UNLOCALIZED: Minutes", - "create.generic.daytime.hour": "UNLOCALIZED: Hour", - "create.generic.daytime.minute": "UNLOCALIZED: Minute", - "create.generic.daytime.second": "UNLOCALIZED: Second", - "create.generic.daytime.pm": "UNLOCALIZED: pm", - "create.generic.daytime.am": "UNLOCALIZED: am", - "create.generic.unit.rpm": "UNLOCALIZED: RPM", - "create.generic.unit.stress": "UNLOCALIZED: su", - "create.generic.unit.degrees": "UNLOCALIZED: °", - "create.generic.unit.millibuckets": "UNLOCALIZED: mB", - "create.generic.unit.buckets": "UNLOCALIZED: B", - "create.generic.clockwise": "UNLOCALIZED: Clockwise", - "create.generic.counter_clockwise": "UNLOCALIZED: Counter-Clockwise", - "create.generic.in_quotes": "UNLOCALIZED: \"%1$s\"", - "create.generic.pitch": "UNLOCALIZED: Pitch: %1$s", - "create.generic.notes": "UNLOCALIZED: F#;F;E;D#;D;C#;C;B;A#;A;G#;G", - - "create.action.scroll": "UNLOCALIZED: Scroll", - "create.action.confirm": "UNLOCALIZED: Confirm", - "create.action.abort": "UNLOCALIZED: Abort", - "create.action.saveToFile": "UNLOCALIZED: Save", - "create.action.discard": "UNLOCALIZED: Discard", - - "create.keyinfo.toolmenu": "UNLOCALIZED: Focus Schematic Overlay", - "create.keyinfo.toolbelt": "UNLOCALIZED: Access Nearby Toolboxes", - "create.keyinfo.scrollup": "UNLOCALIZED: Simulate Mousewheel Up (inworld)", - "create.keyinfo.scrolldown": "UNLOCALIZED: Simulate Mousewheel Down (inworld)", - - "create.gui.scrollInput.defaultTitle": "UNLOCALIZED: Choose an Option:", - "create.gui.scrollInput.scrollToModify": "UNLOCALIZED: Scroll to Modify", - "create.gui.scrollInput.scrollToAdjustAmount": "UNLOCALIZED: Scroll to Adjust Amount", - "create.gui.scrollInput.scrollToSelect": "UNLOCALIZED: Scroll to Select", - "create.gui.scrollInput.shiftScrollsFaster": "UNLOCALIZED: Shift to Scroll Faster", - "create.gui.toolmenu.focusKey": "UNLOCALIZED: Hold [%1$s] to Focus", - "create.gui.toolmenu.cycle": "UNLOCALIZED: [SCROLL] to Cycle", - - "create.toolbox.unequip": "UNLOCALIZED: Unequip: %1$s", - "create.toolbox.outOfRange": "UNLOCALIZED: Toolbox of held item not in Range", - "create.toolbox.detach": "UNLOCALIZED: Stop tracking and keep item", - "create.toolbox.depositAll": "UNLOCALIZED: Return items to nearby Toolboxes", - "create.toolbox.depositBox": "UNLOCALIZED: Return items to Toolbox", - - "create.gui.symmetryWand.mirrorType": "UNLOCALIZED: Mirror", - "create.gui.symmetryWand.orientation": "UNLOCALIZED: Orientation", - - "create.symmetry.mirror.plane": "UNLOCALIZED: Mirror Once", - "create.symmetry.mirror.doublePlane": "UNLOCALIZED: Rectangular", - "create.symmetry.mirror.triplePlane": "UNLOCALIZED: Octagonal", - - "create.orientation.orthogonal": "UNLOCALIZED: Orthogonal", - "create.orientation.diagonal": "UNLOCALIZED: Diagonal", - "create.orientation.horizontal": "UNLOCALIZED: Horizontal", - "create.orientation.alongZ": "UNLOCALIZED: Along Z", - "create.orientation.alongX": "UNLOCALIZED: Along X", - - "create.gui.terrainzapper.title": "UNLOCALIZED: Handheld Blockzapper", - "create.gui.terrainzapper.searchDiagonal": "UNLOCALIZED: Follow Diagonals", - "create.gui.terrainzapper.searchFuzzy": "UNLOCALIZED: Ignore Material Borders", - "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.placement": "UNLOCALIZED: Placement", - "create.gui.terrainzapper.placement.merged": "UNLOCALIZED: Merged", - "create.gui.terrainzapper.placement.attached": "UNLOCALIZED: Attached", - "create.gui.terrainzapper.placement.inserted": "UNLOCALIZED: Inserted", - "create.gui.terrainzapper.brush": "UNLOCALIZED: Brush", - "create.gui.terrainzapper.brush.cuboid": "UNLOCALIZED: Cuboid", - "create.gui.terrainzapper.brush.sphere": "UNLOCALIZED: Sphere", - "create.gui.terrainzapper.brush.cylinder": "UNLOCALIZED: Cylinder", - "create.gui.terrainzapper.brush.surface": "UNLOCALIZED: Surface", - "create.gui.terrainzapper.brush.cluster": "UNLOCALIZED: Cluster", - "create.gui.terrainzapper.tool": "UNLOCALIZED: Tool", - "create.gui.terrainzapper.tool.fill": "UNLOCALIZED: Fill", - "create.gui.terrainzapper.tool.place": "UNLOCALIZED: Place", - "create.gui.terrainzapper.tool.replace": "UNLOCALIZED: Replace", - "create.gui.terrainzapper.tool.clear": "UNLOCALIZED: Clear", - "create.gui.terrainzapper.tool.overlay": "UNLOCALIZED: Overlay", - "create.gui.terrainzapper.tool.flatten": "UNLOCALIZED: Flatten", - - "create.terrainzapper.shiftRightClickToSet": "UNLOCALIZED: Shift-Right-Click to Select a Shape", - "create.terrainzapper.usingBlock": "UNLOCALIZED: Using: %1$s", - "create.terrainzapper.leftClickToSet": "UNLOCALIZED: Left-Click a Block to set Material", - - "create.minecart_coupling.two_couplings_max": "UNLOCALIZED: Minecarts cannot have more than two couplings each", - "create.minecart_coupling.unloaded": "UNLOCALIZED: Parts of your train seem to be in unloaded chunks", - "create.minecart_coupling.no_loops": "UNLOCALIZED: Couplings cannot form a loop", - "create.minecart_coupling.removed": "UNLOCALIZED: Removed all couplings from minecart", - "create.minecart_coupling.too_far": "UNLOCALIZED: Minecarts are too far apart", - - "create.contraptions.movement_mode": "UNLOCALIZED: Movement Mode", - "create.contraptions.movement_mode.move_place": "UNLOCALIZED: Always Place when Stopped", - "create.contraptions.movement_mode.move_place_returned": "UNLOCALIZED: Place only in Starting Position", - "create.contraptions.movement_mode.move_never_place": "UNLOCALIZED: Place only when Anchor Destroyed", - "create.contraptions.movement_mode.rotate_place": "UNLOCALIZED: Always Place when Stopped", - "create.contraptions.movement_mode.rotate_place_returned": "UNLOCALIZED: Only Place near Initial Angle", - "create.contraptions.movement_mode.rotate_never_place": "UNLOCALIZED: Only Place when Anchor Destroyed", - "create.contraptions.cart_movement_mode": "UNLOCALIZED: Cart Movement Mode", - "create.contraptions.cart_movement_mode.rotate": "UNLOCALIZED: Always face toward motion", - "create.contraptions.cart_movement_mode.rotate_paused": "UNLOCALIZED: Pause actors while rotating", - "create.contraptions.cart_movement_mode.rotation_locked": "UNLOCALIZED: Lock rotation", - "create.contraptions.windmill.rotation_direction": "UNLOCALIZED: Rotation Direction", - "create.contraptions.clockwork.clock_hands": "UNLOCALIZED: Clock Hands", - "create.contraptions.clockwork.hour_first": "UNLOCALIZED: Hour hand first", - "create.contraptions.clockwork.minute_first": "UNLOCALIZED: Minute hand first", - "create.contraptions.clockwork.hour_first_24": "UNLOCALIZED: 24-Hour hand first", - - "create.logistics.filter": "UNLOCALIZED: Filter", - "create.logistics.recipe_filter": "UNLOCALIZED: Recipe Filter", - "create.logistics.fluid_filter": "UNLOCALIZED: Fluid Filter", - "create.logistics.firstFrequency": "UNLOCALIZED: Freq. #1", - "create.logistics.secondFrequency": "UNLOCALIZED: Freq. #2", - "create.logistics.filter.apply": "UNLOCALIZED: Applied filter to %1$s.", - "create.logistics.filter.apply_click_again": "UNLOCALIZED: Applied filter to %1$s, click again to copy the amount.", - "create.logistics.filter.apply_count": "UNLOCALIZED: Applied extraction count to filter.", - - "create.gui.goggles.generator_stats": "UNLOCALIZED: Generator Stats:", - "create.gui.goggles.kinetic_stats": "UNLOCALIZED: Kinetic Stats:", - "create.gui.goggles.at_current_speed": "UNLOCALIZED: at current speed", - "create.gui.goggles.pole_length": "UNLOCALIZED: Pole Length:", - "create.gui.goggles.fluid_container": "UNLOCALIZED: Fluid Container Info:", - "create.gui.goggles.fluid_container.capacity": "UNLOCALIZED: Capacity: ", - "create.gui.assembly.exception": "UNLOCALIZED: This Contraption was unable to assemble:", - "create.gui.assembly.exception.unmovableBlock": "UNLOCALIZED: Unmovable Block (%4$s) at [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "UNLOCALIZED: The Block at [%1$s,%2$s,%3$s] was not in a loaded chunk", - "create.gui.assembly.exception.structureTooLarge": "UNLOCALIZED: There are too many Blocks included in the contraption.\nThe configured maximum is: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "UNLOCALIZED: There are too many extension Poles attached to this Piston.\nThe configured maximum is: %1$s", - "create.gui.assembly.exception.noPistonPoles": "UNLOCALIZED: The Piston is missing some extension Poles", - "create.gui.assembly.exception.not_enough_sails": "UNLOCALIZED: Attached structure does not include enough sail-like blocks: %1$s\nA minimum of %2$s are required", - "create.gui.gauge.info_header": "UNLOCALIZED: Gauge Information:", - "create.gui.speedometer.title": "UNLOCALIZED: Rotation Speed", - "create.gui.stressometer.title": "UNLOCALIZED: Network Stress", - "create.gui.stressometer.capacity": "UNLOCALIZED: Remaining Capacity", - "create.gui.stressometer.overstressed": "UNLOCALIZED: Overstressed", - "create.gui.stressometer.no_rotation": "UNLOCALIZED: No Rotation", - "create.gui.contraptions.not_fast_enough": "UNLOCALIZED: It appears that this %1$s is _not_ rotating with _enough_ _speed_.", - "create.gui.contraptions.network_overstressed": "UNLOCALIZED: It appears that this contraption is _overstressed_. Add more sources or _slow_ _down_ the components with a high _stress_ _impact_.", - "create.gui.adjustable_crate.title": "UNLOCALIZED: Adjustable Crate", - "create.gui.adjustable_crate.storageSpace": "UNLOCALIZED: Storage Space", - "create.gui.stockpile_switch.title": "UNLOCALIZED: Stockpile Switch", - "create.gui.stockpile_switch.invert_signal": "UNLOCALIZED: Invert Signal", - "create.gui.stockpile_switch.move_to_lower_at": "UNLOCALIZED: Move to lower lane at %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "UNLOCALIZED: Move to upper lane at %1$s%%", - "create.gui.sequenced_gearshift.title": "UNLOCALIZED: Sequenced Gearshift", - "create.gui.sequenced_gearshift.instruction": "UNLOCALIZED: Instruction", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "UNLOCALIZED: Turn by angle", - "create.gui.sequenced_gearshift.instruction.turn_angle": "UNLOCALIZED: Turn", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "UNLOCALIZED: Angle", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "UNLOCALIZED: Turn to move Piston/Pulley/Gantry", - "create.gui.sequenced_gearshift.instruction.turn_distance": "UNLOCALIZED: Piston", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "UNLOCALIZED: Distance", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "UNLOCALIZED: Timed Delay", - "create.gui.sequenced_gearshift.instruction.delay": "UNLOCALIZED: Delay", - "create.gui.sequenced_gearshift.instruction.delay.duration": "UNLOCALIZED: Duration", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "UNLOCALIZED: End", - "create.gui.sequenced_gearshift.instruction.end": "UNLOCALIZED: End", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "UNLOCALIZED: Await new Redstone Pulse", - "create.gui.sequenced_gearshift.instruction.await": "UNLOCALIZED: Await", - "create.gui.sequenced_gearshift.speed": "UNLOCALIZED: Speed, Direction", - "create.gui.sequenced_gearshift.speed.forward": "UNLOCALIZED: Input speed, Forwards", - "create.gui.sequenced_gearshift.speed.forward_fast": "UNLOCALIZED: Double speed, Forwards", - "create.gui.sequenced_gearshift.speed.back": "UNLOCALIZED: Input speed, Reversed", - "create.gui.sequenced_gearshift.speed.back_fast": "UNLOCALIZED: Double speed, Reversed", - - "create.schematicAndQuill.dimensions": "UNLOCALIZED: Schematic Size: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "UNLOCALIZED: First position set.", - "create.schematicAndQuill.secondPos": "UNLOCALIZED: Second position set.", - "create.schematicAndQuill.noTarget": "UNLOCALIZED: Hold [Ctrl] to select Air blocks.", - "create.schematicAndQuill.abort": "UNLOCALIZED: Removed selection.", - "create.schematicAndQuill.title": "UNLOCALIZED: Schematic Name:", - "create.schematicAndQuill.convert": "UNLOCALIZED: Save and Upload Immediately", - "create.schematicAndQuill.fallbackName": "UNLOCALIZED: My Schematic", - "create.schematicAndQuill.saved": "UNLOCALIZED: Saved as %1$s", - - "create.schematic.invalid": "UNLOCALIZED: [!] Invalid Item - Use the Schematic Table instead", - "create.schematic.position": "UNLOCALIZED: Position", - "create.schematic.rotation": "UNLOCALIZED: Rotation", - "create.schematic.rotation.none": "UNLOCALIZED: None", - "create.schematic.rotation.cw90": "UNLOCALIZED: Clockwise 90", - "create.schematic.rotation.cw180": "UNLOCALIZED: Clockwise 180", - "create.schematic.rotation.cw270": "UNLOCALIZED: Clockwise 270", - "create.schematic.mirror": "UNLOCALIZED: Mirror", - "create.schematic.mirror.none": "UNLOCALIZED: None", - "create.schematic.mirror.frontBack": "UNLOCALIZED: Front-Back", - "create.schematic.mirror.leftRight": "UNLOCALIZED: Left-Right", - "create.schematic.tool.deploy": "UNLOCALIZED: Position", - "create.schematic.tool.move": "UNLOCALIZED: Move XZ", - "create.schematic.tool.movey": "UNLOCALIZED: Move Y", - "create.schematic.tool.rotate": "UNLOCALIZED: Rotate", - "create.schematic.tool.print": "UNLOCALIZED: Print", - "create.schematic.tool.flip": "UNLOCALIZED: Mirror", - "create.schematic.tool.deploy.description.0": "UNLOCALIZED: Moves the structure to a location.", - "create.schematic.tool.deploy.description.1": "UNLOCALIZED: Right-Click on the ground to place.", - "create.schematic.tool.deploy.description.2": "UNLOCALIZED: Hold [Ctrl] to select at a fixed distance.", - "create.schematic.tool.deploy.description.3": "UNLOCALIZED: [Ctrl]-Scroll to change the distance.", - "create.schematic.tool.move.description.0": "UNLOCALIZED: Shifts the Schematic Horizontally.", - "create.schematic.tool.move.description.1": "UNLOCALIZED: Point at the Schematic and [CTRL]-Scroll to push it.", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "UNLOCALIZED: Shifts the Schematic Vertically.", - "create.schematic.tool.movey.description.1": "UNLOCALIZED: [CTRL]-Scroll to move it up/down.", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "UNLOCALIZED: Rotates the Schematic around its center.", - "create.schematic.tool.rotate.description.1": "UNLOCALIZED: [CTRL]-Scroll to rotate by 90 Degrees.", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "UNLOCALIZED: Instantly places the structure in the world.", - "create.schematic.tool.print.description.1": "UNLOCALIZED: [Right-Click] to confirm placement at the current location.", - "create.schematic.tool.print.description.2": "UNLOCALIZED: This tool is for Creative Mode only.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "UNLOCALIZED: Flips the Schematic along the face you select.", - "create.schematic.tool.flip.description.1": "UNLOCALIZED: Point at the Schematic and [CTRL]-Scroll to flip it.", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "UNLOCALIZED: Syncing...", - "create.schematics.uploadTooLarge": "UNLOCALIZED: Your schematic exceeds limitations specified by the server.", - "create.schematics.maxAllowedSize": "UNLOCALIZED: The maximum allowed schematic file size is:", - - "create.gui.schematicTable.refresh": "UNLOCALIZED: Refresh Files", - "create.gui.schematicTable.open_folder": "UNLOCALIZED: Open Folder", - "create.gui.schematicTable.title": "UNLOCALIZED: Schematic Table", - "create.gui.schematicTable.availableSchematics": "UNLOCALIZED: Available Schematics", - "create.gui.schematicTable.noSchematics": "UNLOCALIZED: No Schematics Saved", - "create.gui.schematicTable.uploading": "UNLOCALIZED: Uploading...", - "create.gui.schematicTable.finished": "UNLOCALIZED: Upload Finished!", - "create.gui.schematicannon.title": "UNLOCALIZED: Schematicannon", - "create.gui.schematicannon.listPrinter": "UNLOCALIZED: Checklist Printer", - "create.gui.schematicannon.gunpowderLevel": "UNLOCALIZED: Gunpowder at %1$s%%", - "create.gui.schematicannon.shotsRemaining": "UNLOCALIZED: Shots left: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "UNLOCALIZED: With backup: %1$s", - "create.gui.schematicannon.optionEnabled": "UNLOCALIZED: Currently Enabled", - "create.gui.schematicannon.optionDisabled": "UNLOCALIZED: Currently Disabled", - "create.gui.schematicannon.showOptions": "UNLOCALIZED: Show Printer Settings", - "create.gui.schematicannon.option.dontReplaceSolid": "UNLOCALIZED: Don't Replace Solid Blocks", - "create.gui.schematicannon.option.replaceWithSolid": "UNLOCALIZED: Replace Solid with Solid", - "create.gui.schematicannon.option.replaceWithAny": "UNLOCALIZED: Replace Solid with Any", - "create.gui.schematicannon.option.replaceWithEmpty": "UNLOCALIZED: Replace Solid with Empty", - "create.gui.schematicannon.option.skipMissing": "UNLOCALIZED: Skip missing Blocks", - "create.gui.schematicannon.option.skipTileEntities": "UNLOCALIZED: Protect Tile Entities", - "create.gui.schematicannon.slot.gunpowder": "UNLOCALIZED: Add gunpowder to fuel the cannon", - "create.gui.schematicannon.slot.listPrinter": "UNLOCALIZED: Place books here to print a Checklist for your Schematic", - "create.gui.schematicannon.slot.schematic": "UNLOCALIZED: Add your Schematic here. Make sure it is deployed at a specific location.", - "create.gui.schematicannon.option.skipMissing.description": "UNLOCALIZED: If the cannon cannot find a required Block for placement, it will continue at the next Location.", - "create.gui.schematicannon.option.skipTileEntities.description": "UNLOCALIZED: The cannon will avoid replacing data holding blocks such as Chests.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "UNLOCALIZED: The cannon will never replace any Solid blocks in its working area, only non-Solid and Air.", - "create.gui.schematicannon.option.replaceWithSolid.description": "UNLOCALIZED: The cannon will only replace Solid blocks in its working area if the Schematic contains a solid Block at the Location.", - "create.gui.schematicannon.option.replaceWithAny.description": "UNLOCALIZED: The cannon will replace Solid blocks in its working area if the Schematic contains any Block at the Location.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "UNLOCALIZED: The cannon will clear out all blocks in its working area, including those replaced by Air.", - - "create.schematicannon.status.idle": "UNLOCALIZED: Idle", - "create.schematicannon.status.ready": "UNLOCALIZED: Ready", - "create.schematicannon.status.running": "UNLOCALIZED: Running", - "create.schematicannon.status.finished": "UNLOCALIZED: Finished", - "create.schematicannon.status.paused": "UNLOCALIZED: Paused", - "create.schematicannon.status.stopped": "UNLOCALIZED: Stopped", - "create.schematicannon.status.noGunpowder": "UNLOCALIZED: Out of Gunpowder", - "create.schematicannon.status.targetNotLoaded": "UNLOCALIZED: Target is not loaded", - "create.schematicannon.status.targetOutsideRange": "UNLOCALIZED: Target too far away", - "create.schematicannon.status.searching": "UNLOCALIZED: Searching", - "create.schematicannon.status.skipping": "UNLOCALIZED: Skipping", - "create.schematicannon.status.missingBlock": "UNLOCALIZED: Missing Item:", - "create.schematicannon.status.placing": "UNLOCALIZED: Placing", - "create.schematicannon.status.clearing": "UNLOCALIZED: Clearing Blocks", - "create.schematicannon.status.schematicInvalid": "UNLOCALIZED: Schematic Invalid", - "create.schematicannon.status.schematicNotPlaced": "UNLOCALIZED: Schematic not Positioned", - "create.schematicannon.status.schematicExpired": "UNLOCALIZED: Schematic File Expired", - - "create.materialChecklist": "UNLOCALIZED: Material Checklist", - "create.materialChecklist.blocksNotLoaded": "UNLOCALIZED: * Disclaimer *\n\nMaterial List may be inaccurate due to relevant chunks not being loaded.", - - "create.gui.filter.deny_list": "UNLOCALIZED: Deny-List", - "create.gui.filter.deny_list.description": "UNLOCALIZED: Items pass if they do NOT match any of the above. An empty Deny-List accepts everything.", - "create.gui.filter.allow_list": "UNLOCALIZED: Allow-List", - "create.gui.filter.allow_list.description": "UNLOCALIZED: Items pass if they match any of the above. An empty Allow-List rejects everything.", - "create.gui.filter.respect_data": "UNLOCALIZED: Respect Data", - "create.gui.filter.respect_data.description": "UNLOCALIZED: Items only match if their durability, enchantments, and other attributes match as well.", - "create.gui.filter.ignore_data": "UNLOCALIZED: Ignore Data", - "create.gui.filter.ignore_data.description": "UNLOCALIZED: Items match regardless of their attributes.", - - "create.item_attributes.placeable": "UNLOCALIZED: is placeable", - "create.item_attributes.placeable.inverted": "UNLOCALIZED: is not placeable", - "create.item_attributes.consumable": "UNLOCALIZED: can be eaten", - "create.item_attributes.consumable.inverted": "UNLOCALIZED: cannot be eaten", - "create.item_attributes.fluid_container": "UNLOCALIZED: can store fluids", - "create.item_attributes.fluid_container.inverted": "UNLOCALIZED: cannot store fluids", - "create.item_attributes.enchanted": "UNLOCALIZED: is enchanted", - "create.item_attributes.enchanted.inverted": "UNLOCALIZED: is unenchanted", - "create.item_attributes.max_enchanted": "UNLOCALIZED: is enchanted at max level", - "create.item_attributes.max_enchanted.inverted": "UNLOCALIZED: is not enchanted at max level", - "create.item_attributes.renamed": "UNLOCALIZED: has a custom name", - "create.item_attributes.renamed.inverted": "UNLOCALIZED: does not have a custom name", - "create.item_attributes.damaged": "UNLOCALIZED: is damaged", - "create.item_attributes.damaged.inverted": "UNLOCALIZED: is not damaged", - "create.item_attributes.badly_damaged": "UNLOCALIZED: is heavily damaged", - "create.item_attributes.badly_damaged.inverted": "UNLOCALIZED: is not heavily damaged", - "create.item_attributes.not_stackable": "UNLOCALIZED: cannot stack", - "create.item_attributes.not_stackable.inverted": "UNLOCALIZED: can be stacked", - "create.item_attributes.equipable": "UNLOCALIZED: can be equipped", - "create.item_attributes.equipable.inverted": "UNLOCALIZED: cannot be equipped", - "create.item_attributes.furnace_fuel": "UNLOCALIZED: is furnace fuel", - "create.item_attributes.furnace_fuel.inverted": "UNLOCALIZED: is not furnace fuel", - "create.item_attributes.washable": "UNLOCALIZED: can be Washed", - "create.item_attributes.washable.inverted": "UNLOCALIZED: cannot be Washed", - "create.item_attributes.hauntable": "UNLOCALIZED: can be Haunted", - "create.item_attributes.hauntable.inverted": "UNLOCALIZED: cannot be Haunted", - "create.item_attributes.crushable": "UNLOCALIZED: can be Crushed", - "create.item_attributes.crushable.inverted": "UNLOCALIZED: cannot be Crushed", - "create.item_attributes.smeltable": "UNLOCALIZED: can be Smelted", - "create.item_attributes.smeltable.inverted": "UNLOCALIZED: cannot be Smelted", - "create.item_attributes.smokable": "UNLOCALIZED: can be Smoked", - "create.item_attributes.smokable.inverted": "UNLOCALIZED: cannot be Smoked", - "create.item_attributes.blastable": "UNLOCALIZED: can be Smelted in a Blast Furnace", - "create.item_attributes.blastable.inverted": "UNLOCALIZED: cannot be Smelted in a Blast Furnace", - "create.item_attributes.compostable": "UNLOCALIZED: can be composted", - "create.item_attributes.compostable.inverted": "UNLOCALIZED: cannot be composted", - "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.in_tag": "UNLOCALIZED: is tagged %1$s", - "create.item_attributes.in_tag.inverted": "UNLOCALIZED: is not tagged %1$s", - "create.item_attributes.in_item_group": "UNLOCALIZED: is in group '%1$s'", - "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.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", - "create.item_attributes.color.inverted": "UNLOCALIZED: is not dyed %1$s", - "create.item_attributes.has_fluid": "UNLOCALIZED: contains %1$s", - "create.item_attributes.has_fluid.inverted": "UNLOCALIZED: does not contain %1$s", - "create.item_attributes.has_name": "UNLOCALIZED: has the custom name %1$s", - "create.item_attributes.has_name.inverted": "UNLOCALIZED: does not have the custom name %1$s", - "create.item_attributes.book_author": "UNLOCALIZED: was authored by %1$s", - "create.item_attributes.book_author.inverted": "UNLOCALIZED: was not authored by %1$s", - "create.item_attributes.book_copy_original": "UNLOCALIZED: is an original", - "create.item_attributes.book_copy_original.inverted": "UNLOCALIZED: is not an original", - "create.item_attributes.book_copy_first": "UNLOCALIZED: is a first-generation copy", - "create.item_attributes.book_copy_first.inverted": "UNLOCALIZED: is not a first-generation copy", - "create.item_attributes.book_copy_second": "UNLOCALIZED: is a second-generation copy", - "create.item_attributes.book_copy_second.inverted": "UNLOCALIZED: is not a second-generation copy", - "create.item_attributes.book_copy_tattered": "UNLOCALIZED: is a tattered mess", - "create.item_attributes.book_copy_tattered.inverted": "UNLOCALIZED: is not a tattered mess", - "create.item_attributes.astralsorcery_amulet": "UNLOCALIZED: improves %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "UNLOCALIZED: does not improve %1$s", - "create.item_attributes.astralsorcery_constellation": "UNLOCALIZED: is attuned to %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "UNLOCALIZED: is not attuned to %1$s", - "create.item_attributes.astralsorcery_crystal": "UNLOCALIZED: has crystal attribute %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "UNLOCALIZED: does not have crystal attribute %1$s", - "create.item_attributes.astralsorcery_perk_gem": "UNLOCALIZED: has perk attribute %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "UNLOCALIZED: does not have perk attribute %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "UNLOCALIZED: No attributes selected", - "create.gui.attribute_filter.selected_attributes": "UNLOCALIZED: Selected attributes:", - "create.gui.attribute_filter.add_attribute": "UNLOCALIZED: Add attribute to List", - "create.gui.attribute_filter.add_inverted_attribute": "UNLOCALIZED: Add opposite attribute to List", - "create.gui.attribute_filter.allow_list_disjunctive": "UNLOCALIZED: Allow-List (Any)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "UNLOCALIZED: Items pass if they have any of the selected attributes.", - "create.gui.attribute_filter.allow_list_conjunctive": "UNLOCALIZED: Allow-List (All)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "UNLOCALIZED: Items pass only if they have ALL of the selected attributes.", - "create.gui.attribute_filter.deny_list": "UNLOCALIZED: Deny-List", - "create.gui.attribute_filter.deny_list.description": "UNLOCALIZED: Items pass if they do NOT have any of the selected attributes.", - "create.gui.attribute_filter.add_reference_item": "UNLOCALIZED: Add Reference Item", - - "create.tooltip.holdForDescription": "UNLOCALIZED: Hold [%1$s] for Summary", - "create.tooltip.holdForControls": "UNLOCALIZED: Hold [%1$s] for Controls", - "create.tooltip.keyShift": "UNLOCALIZED: Shift", - "create.tooltip.keyCtrl": "UNLOCALIZED: Ctrl", - "create.tooltip.speedRequirement": "UNLOCALIZED: Speed Requirement: %1$s", - "create.tooltip.speedRequirement.none": "UNLOCALIZED: None", - "create.tooltip.speedRequirement.slow": "UNLOCALIZED: Slow", - "create.tooltip.speedRequirement.medium": "UNLOCALIZED: Moderate", - "create.tooltip.speedRequirement.fast": "UNLOCALIZED: Fast", - "create.tooltip.stressImpact": "UNLOCALIZED: Kinetic Stress Impact: %1$s", - "create.tooltip.stressImpact.low": "UNLOCALIZED: Low", - "create.tooltip.stressImpact.medium": "UNLOCALIZED: Moderate", - "create.tooltip.stressImpact.high": "UNLOCALIZED: High", - "create.tooltip.stressImpact.overstressed": "UNLOCALIZED: Overstressed", - "create.tooltip.up_to": "UNLOCALIZED: Up to %1$s", - "create.tooltip.capacityProvided": "UNLOCALIZED: Kinetic Stress Capacity: %1$s", - "create.tooltip.capacityProvided.low": "UNLOCALIZED: Small", - "create.tooltip.capacityProvided.medium": "UNLOCALIZED: Medium", - "create.tooltip.capacityProvided.high": "UNLOCALIZED: Large", - "create.tooltip.generationSpeed": "UNLOCALIZED: Generates at %1$s %2$s", - "create.tooltip.analogStrength": "UNLOCALIZED: Analog Strength: %1$s/15", - - "create.mechanical_arm.extract_from": "UNLOCALIZED: Take items from %1$s", - "create.mechanical_arm.deposit_to": "UNLOCALIZED: Deposit items to %1$s", - "create.mechanical_arm.summary": "UNLOCALIZED: Mechanical Arm has %1$s input(s) and %2$s output(s).", - "create.mechanical_arm.points_outside_range": "UNLOCALIZED: %1$s selected interaction point(s) removed due to range limitations.", - - "create.weighted_ejector.target_set": "UNLOCALIZED: Target Selected", - "create.weighted_ejector.target_not_valid": "UNLOCALIZED: Ejecting to Adjacent block (Target was not Valid)", - "create.weighted_ejector.no_target": "UNLOCALIZED: Ejecting to Adjacent block (No Target was Selected)", - "create.weighted_ejector.targeting": "UNLOCALIZED: Ejecting to [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "UNLOCALIZED: Ejected Stack Size", - - "create.logistics.when_multiple_outputs_available": "UNLOCALIZED: When Multiple Outputs Available", - - "create.mechanical_arm.selection_mode.round_robin": "UNLOCALIZED: Round Robin", - "create.mechanical_arm.selection_mode.forced_round_robin": "UNLOCALIZED: Forced Round Robin", - "create.mechanical_arm.selection_mode.prefer_first": "UNLOCALIZED: Prefer First Target", - - "create.tunnel.selection_mode.split": "UNLOCALIZED: Split", - "create.tunnel.selection_mode.forced_split": "UNLOCALIZED: Forced Split", - "create.tunnel.selection_mode.round_robin": "UNLOCALIZED: Round Robin", - "create.tunnel.selection_mode.forced_round_robin": "UNLOCALIZED: Forced Round Robin", - "create.tunnel.selection_mode.prefer_nearest": "UNLOCALIZED: Prefer Nearest", - "create.tunnel.selection_mode.randomize": "UNLOCALIZED: Randomize", - "create.tunnel.selection_mode.synchronize": "UNLOCALIZED: Synchronize Inputs", - - "create.tooltip.chute.header": "UNLOCALIZED: Chute Information", - "create.tooltip.chute.items_move_down": "UNLOCALIZED: Items move Downward", - "create.tooltip.chute.items_move_up": "UNLOCALIZED: Items move Upward", - "create.tooltip.chute.no_fans_attached": "UNLOCALIZED: No attached fans", - "create.tooltip.chute.fans_push_up": "UNLOCALIZED: Fans push from Below", - "create.tooltip.chute.fans_push_down": "UNLOCALIZED: Fans push from Above", - "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.deployer.header": "UNLOCALIZED: Deployer Information", - "create.tooltip.deployer.using": "UNLOCALIZED: Mode: Use", - "create.tooltip.deployer.punching": "UNLOCALIZED: Mode: Attack", - "create.tooltip.deployer.contains": "UNLOCALIZED: Item: %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", - "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.crafting_blueprint.crafting_slot": "UNLOCALIZED: Ingredient 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.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", - "create.hint.mechanical_arm_no_targets": "UNLOCALIZED: It appears this _Mechanical_ _Arm_ has not been assigned any _targets._ Select belts, depots, funnels and other blocks by _right-clicking_ them while _holding_ the _Mechanical_ _Arm_ in your _hand_.", - "create.hint.empty_bearing.title": "UNLOCALIZED: Update Bearing", - "create.hint.empty_bearing": "UNLOCALIZED: _Right-click_ the bearing with an _empty_ _hand_ to _attach_ the structure you just built in front of it.", - "create.hint.full_deployer.title": "UNLOCALIZED: Deployer Item Overflow", - "create.hint.full_deployer": "UNLOCALIZED: It appears this _Deployer_ contains _excess_ _items_ that need to be _extracted._ Use a _hopper,_ _funnel_ or other means to free it from its overflow.", - - "create.backtank.low": "UNLOCALIZED: Backtank pressure low", - "create.backtank.depleted": "UNLOCALIZED: Backtank pressure depleted", - - "create.hint.derailed_train.title": "UNLOCALIZED: Derailed Train", - "create.hint.derailed_train": "UNLOCALIZED: It appears this _Train_ is no longer sitting on a connected track piece. _Right-Click_ using a _wrench_ in order to relocate it to a nearby track.", - - "create.boiler.status": "UNLOCALIZED: Boiler Status: %1$s", - "create.boiler.status_short": "UNLOCALIZED: Boiler: %1$s", - "create.boiler.passive": "UNLOCALIZED: Passive", - "create.boiler.idle": "UNLOCALIZED: Idle", - "create.boiler.lvl": "UNLOCALIZED: Lvl %1$s", - "create.boiler.max_lvl": "UNLOCALIZED: Max", - "create.boiler.size": "UNLOCALIZED: Size", - "create.boiler.size_dots": "UNLOCALIZED: ....... ", - "create.boiler.water": "UNLOCALIZED: Water", - "create.boiler.water_dots": "UNLOCALIZED: ... ", - "create.boiler.heat": "UNLOCALIZED: Heat", - "create.boiler.heat_dots": "UNLOCALIZED: ...... ", - "create.boiler.via_one_engine": "UNLOCALIZED: via 1 engine", - "create.boiler.via_engines": "UNLOCALIZED: via %1$s engines", - - "create.gui.schedule.lmb_edit": "UNLOCALIZED: Left-Click to Edit", - "create.gui.schedule.rmb_remove": "UNLOCALIZED: Right-Click to Remove", - "create.gui.schedule.duplicate": "UNLOCALIZED: Duplicate", - "create.gui.schedule.remove_entry": "UNLOCALIZED: Remove Action", - "create.gui.schedule.add_entry": "UNLOCALIZED: Add Action", - "create.gui.schedule.move_up": "UNLOCALIZED: Move up", - "create.gui.schedule.move_down": "UNLOCALIZED: Move down", - "create.gui.schedule.add_condition": "UNLOCALIZED: Add Condition", - "create.gui.schedule.alternative_condition": "UNLOCALIZED: Alternative Condition", - - "create.schedule.instruction_type": "UNLOCALIZED: Next Action:", - "create.schedule.instruction.editor": "UNLOCALIZED: Instruction Editor", - "create.schedule.instruction.destination": "UNLOCALIZED: Travel to Station", - "create.schedule.instruction.destination.summary": "UNLOCALIZED: Next Stop:", - "create.schedule.instruction.filter_edit_box": "UNLOCALIZED: Station Name", - "create.schedule.instruction.filter_edit_box_1": "UNLOCALIZED: Use * as a text wildcard", - "create.schedule.instruction.filter_edit_box_2": "UNLOCALIZED: Example: 'My Station, Platform *'", - "create.schedule.instruction.filter_edit_box_3": "UNLOCALIZED: Train picks nearest unoccupied match", - "create.schedule.instruction.rename": "UNLOCALIZED: Update Schedule Title", - "create.schedule.instruction.rename.summary": "UNLOCALIZED: New Title:", - "create.schedule.instruction.name_edit_box": "UNLOCALIZED: Schedule Title", - "create.schedule.instruction.name_edit_box_1": "UNLOCALIZED: Affects text shown on displays", - "create.schedule.instruction.name_edit_box_2": "UNLOCALIZED: Defaults to next destination's name", - "create.schedule.instruction.throttle": "UNLOCALIZED: Limit Max Speed", - "create.schedule.instruction.throttle.summary": "UNLOCALIZED: Change Max Speed to %1$s", - "create.schedule.instruction.throttle_edit_box": "UNLOCALIZED: Throttle", - "create.schedule.instruction.throttle_edit_box_1": "UNLOCALIZED: Affects the top speed of the Train", - "create.schedule.condition_type": "UNLOCALIZED: Continue if/after:", - "create.schedule.condition.editor": "UNLOCALIZED: Condition Editor", - "create.schedule.condition.delay": "UNLOCALIZED: Scheduled Delay", - "create.schedule.condition.delay_short": "UNLOCALIZED: Wait: %1$s", - "create.schedule.condition.delay.status": "UNLOCALIZED: Departs in %1$s", - "create.schedule.condition.idle": "UNLOCALIZED: Cargo Inactivity", - "create.schedule.condition.idle_short": "UNLOCALIZED: Cargo Idle: %1$s", - "create.schedule.condition.idle.status": "UNLOCALIZED: Cargo Idle for %1$s", - "create.schedule.condition.for_x_time": "UNLOCALIZED: for %1$s", - "create.schedule.condition.unloaded": "UNLOCALIZED: Chunk Unloaded", - "create.schedule.condition.unloaded.status": "UNLOCALIZED: Waiting for chunk unload", - "create.schedule.condition.powered": "UNLOCALIZED: Station Powered", - "create.schedule.condition.powered.status": "UNLOCALIZED: Waiting for redstone", - "create.schedule.condition.time_of_day": "UNLOCALIZED: Time of Day", - "create.schedule.condition.time_of_day.scheduled": "UNLOCALIZED: Scheduled Time: %1$s", - "create.schedule.condition.time_of_day.digital_format": "UNLOCALIZED: %1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "UNLOCALIZED: Rotation", - "create.schedule.condition.time_of_day.rotation.every_24": "UNLOCALIZED: Every Day", - "create.schedule.condition.time_of_day.rotation.every_12": "UNLOCALIZED: Every 12:00", - "create.schedule.condition.time_of_day.rotation.every_6": "UNLOCALIZED: Every 6:00", - "create.schedule.condition.time_of_day.rotation.every_4": "UNLOCALIZED: Every 4:00", - "create.schedule.condition.time_of_day.rotation.every_3": "UNLOCALIZED: Every 3:00", - "create.schedule.condition.time_of_day.rotation.every_2": "UNLOCALIZED: Every 2:00", - "create.schedule.condition.time_of_day.rotation.every_1": "UNLOCALIZED: Every 1:00", - "create.schedule.condition.time_of_day.rotation.every_0_45": "UNLOCALIZED: Every 0:45", - "create.schedule.condition.time_of_day.rotation.every_0_30": "UNLOCALIZED: Every 0:30", - "create.schedule.condition.time_of_day.rotation.every_0_15": "UNLOCALIZED: Every 0:15", - "create.schedule.condition.time_of_day.status": "UNLOCALIZED: Departs at ", - "create.schedule.condition.threshold.train_holds": "UNLOCALIZED: Train holds %1$s", - "create.schedule.condition.threshold.greater": "UNLOCALIZED: more than", - "create.schedule.condition.threshold.less": "UNLOCALIZED: less than", - "create.schedule.condition.threshold.equal": "UNLOCALIZED: exactly", - "create.schedule.condition.threshold.x_units_of_item": "UNLOCALIZED: %1$s %2$s of %3$s", - "create.schedule.condition.threshold.matching_content": "UNLOCALIZED: Matching Content", - "create.schedule.condition.threshold.anything": "UNLOCALIZED: Anything", - "create.schedule.condition.threshold.item_measure": "UNLOCALIZED: Item Measure", - "create.schedule.condition.threshold.items": "UNLOCALIZED: Items", - "create.schedule.condition.threshold.stacks": "UNLOCALIZED: Stacks", - "create.schedule.condition.threshold.buckets": "UNLOCALIZED: Buckets", - "create.schedule.condition.threshold.status": "UNLOCALIZED: Cargo: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "UNLOCALIZED: Reference Item", - "create.schedule.condition.threshold.place_item_2": "UNLOCALIZED: Filters can be used", - "create.schedule.condition.threshold.place_item_3": "UNLOCALIZED: Leave empty to match any", - "create.schedule.condition.fluid_threshold": "UNLOCALIZED: Fluid Cargo Condition", - "create.schedule.condition.item_threshold": "UNLOCALIZED: Item Cargo Condition", - "create.schedule.condition.redstone_link": "UNLOCALIZED: Redstone Link", - "create.schedule.condition.redstone_link.status": "UNLOCALIZED: Waiting for redstone link", - "create.schedule.condition.redstone_link_on": "UNLOCALIZED: Link On", - "create.schedule.condition.redstone_link_off": "UNLOCALIZED: Link Off", - "create.schedule.condition.redstone_link.powered": "UNLOCALIZED: Powered", - "create.schedule.condition.redstone_link.unpowered": "UNLOCALIZED: Not powered", - "create.schedule.condition.redstone_link.frequency_state": "UNLOCALIZED: Frequency state:", - "create.schedule.condition.redstone_link.frequency_powered": "UNLOCALIZED: Frequency powered:", - "create.schedule.condition.redstone_link.frequency_unpowered": "UNLOCALIZED: Frequency not powered:", - "create.schedule.condition.player_count": "UNLOCALIZED: Players Seated", - "create.schedule.condition.player_count.summary": "UNLOCALIZED: %1$s Player", - "create.schedule.condition.player_count.summary_plural": "UNLOCALIZED: %1$s Players", - "create.schedule.condition.player_count.seated": "UNLOCALIZED: %1$s seated", - "create.schedule.condition.player_count.players": "UNLOCALIZED: Players", - "create.schedule.condition.player_count.condition": "UNLOCALIZED: Conditional", - "create.schedule.condition.player_count.exactly": "UNLOCALIZED: Exactly", - "create.schedule.condition.player_count.or_above": "UNLOCALIZED: Or above", - "create.schedule.condition.player_count.status": "UNLOCALIZED: Passengers: %1$s/%2$s", - "create.schedule.loop": "UNLOCALIZED: Loop Forever", - "create.schedule.loop1": "UNLOCALIZED: Schedule starts over", - "create.schedule.loop2": "UNLOCALIZED: when completed", - "create.schedule.reset": "UNLOCALIZED: Reset Progress", - "create.schedule.skip": "UNLOCALIZED: Skip current Stop", - "create.schedule.applied_to_train": "UNLOCALIZED: Train is now following this Schedule", - "create.schedule.non_controlling_seat": "UNLOCALIZED: Conductor needs to sit in front of a Controls block", - "create.schedule.remove_with_empty_hand": "UNLOCALIZED: Remove current Schedule with an Empty Hand", - "create.schedule.auto_removed_from_train": "UNLOCALIZED: Auto-Schedule discarded", - "create.schedule.removed_from_train": "UNLOCALIZED: Schedule retrieved from Train", - "create.schedule.no_stops": "UNLOCALIZED: This Schedule does not have any Stops yet", - "create.schedule.continued": "UNLOCALIZED: Schedule resumed", - - "create.track.selection_cleared": "UNLOCALIZED: Selection Cleared", - "create.track.valid_connection": "UNLOCALIZED: Can Connect ✔", - "create.track.second_point": "UNLOCALIZED: Place track or select a second point", - "create.track.too_far": "UNLOCALIZED: Too far away", - "create.track.original_missing": "UNLOCALIZED: Original block removed, Sneak-click to reset", - "create.track.perpendicular": "UNLOCALIZED: Cannot connect perpendicularly", - "create.track.ascending_s_curve": "UNLOCALIZED: Cannot create sloped S-Bends", - "create.track.too_sharp": "UNLOCALIZED: Turn too sharp", - "create.track.too_steep": "UNLOCALIZED: Slope too steep", - "create.track.slope_turn": "UNLOCALIZED: Cannot enter or leave slope on a turn", - "create.track.opposing_slopes": "UNLOCALIZED: Cannot connect opposing slopes", - "create.track.leave_slope_ascending": "UNLOCALIZED: Cannot leave this slope while ascending", - "create.track.leave_slope_descending": "UNLOCALIZED: Cannot leave this slope while descending", - "create.track.turn_90": "UNLOCALIZED: Can only turn up to 90 Degrees", - "create.track.junction_start": "UNLOCALIZED: Cannot start connection from a Junction", - "create.track.turn_start": "UNLOCALIZED: Cannot start connection from a Turn", - "create.track.not_enough_tracks": "UNLOCALIZED: Not holding enough tracks", - "create.track.not_enough_pavement": "UNLOCALIZED: Not holding enough pavement blocks", - - "create.portal_track.failed": "UNLOCALIZED: Cannot place portal track:", - "create.portal_track.missing": "UNLOCALIZED: Target portal not generated yet", - "create.portal_track.blocked": "UNLOCALIZED: Target location blocked (%1$s,%2$s,%3$s)", - - "create.station.idle": "UNLOCALIZED: Station is Idle", - "create.station.assembly_title": "UNLOCALIZED: Train Assembly", - "create.station.close": "UNLOCALIZED: Close Window", - "create.station.cancel": "UNLOCALIZED: Cancel Assembly", - "create.station.failed": "UNLOCALIZED: Assembly Failed", - "create.station.icon_type": "UNLOCALIZED: Icon Type", - "create.station.create_train": "UNLOCALIZED: Create new Train", - "create.station.assemble_train": "UNLOCALIZED: Assemble Train", - "create.station.disassemble_train": "UNLOCALIZED: Disassemble Train", - "create.station.remove_schedule": "UNLOCALIZED: Retrieve Schedule", - "create.station.remove_auto_schedule": "UNLOCALIZED: Discard Auto-Schedule", - "create.station.no_assembly_diagonal": "UNLOCALIZED: Cannot build trains", - "create.station.no_assembly_diagonal_1": "UNLOCALIZED: on diagonal tracks", - "create.station.no_assembly_curve": "UNLOCALIZED: Cannot build trains", - "create.station.no_assembly_curve_1": "UNLOCALIZED: on curved tracks", - "create.station.train_not_aligned": "UNLOCALIZED: Cannot disassemble,", - "create.station.train_not_aligned_1": "UNLOCALIZED: not all carriages aligned", - "create.station.carriage_number": "UNLOCALIZED: Carriage %1$s:", - "create.station.retry": "UNLOCALIZED: Resolve this and retry", - "create.station.no_bogeys": "UNLOCALIZED: No Bogeys", - "create.station.one_bogey": "UNLOCALIZED: 1 Bogey", - "create.station.more_bogeys": "UNLOCALIZED: %1$s Bogeys", - "create.station.how_to": "UNLOCALIZED: Use Train Casing on highlighted Tracks to create bogeys.", - "create.station.how_to_1": "UNLOCALIZED: Remove bogeys by breaking the block on top.", - "create.station.how_to_2": "UNLOCALIZED: Build carriages attached to one or two bogeys each.", - - "create.train_assembly.too_many_bogeys": "UNLOCALIZED: Too many Bogeys attached: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "UNLOCALIZED: Frontmost Bogey must be at Station Marker", - "create.train_assembly.no_bogeys": "UNLOCALIZED: No Bogeys Found", - "create.train_assembly.not_connected_in_order": "UNLOCALIZED: Bogeys are not connected in order", - "create.train_assembly.bogeys_too_close": "UNLOCALIZED: Bogeys %1$s and %2$s are too close to each other", - "create.train_assembly.single_bogey_carriage": "UNLOCALIZED: This Bogey type cannot support a carriage on its own", - "create.train_assembly.nothing_attached": "UNLOCALIZED: No structure attached to Bogey %1$s", - "create.train_assembly.no_controls": "UNLOCALIZED: At least one forward-facing controls block needs to be mounted on the train", - "create.train_assembly.sideways_controls": "UNLOCALIZED: A mounted controls block is facing sideways", - "create.train_assembly.bogey_created": "UNLOCALIZED: Bogey created. Click again to cycle type", - "create.train_assembly.requires_casing": "UNLOCALIZED: Use Railway Casing to create bogeys on tracks", - - "create.track_target.set": "UNLOCALIZED: Targeted track selected", - "create.track_target.success": "UNLOCALIZED: Successfully bound to targeted track", - "create.track_target.clear": "UNLOCALIZED: Cleared track selection", - "create.track_target.missing": "UNLOCALIZED: Right-click the targeted train track first", - "create.track_target.too_far": "UNLOCALIZED: Targeted track is too far from here", - "create.track_target.no_junctions": "UNLOCALIZED: Targeted track cannot be an intersection", - "create.track_target.occupied": "UNLOCALIZED: Targeted track is occupied", - "create.track_target.invalid": "UNLOCALIZED: Cannot target this track here", - - "create.train.unnamed": "UNLOCALIZED: Unnamed Train", - "create.train.cannot_relocate_moving": "UNLOCALIZED: Cannot relocate a moving Train", - "create.train.relocate": "UNLOCALIZED: Click a Track to Relocate %1$s to. Sneak-Click to abort", - "create.train.relocate.abort": "UNLOCALIZED: Relocation aborted", - "create.train.relocate.success": "UNLOCALIZED: Relocation successful", - "create.train.relocate.valid": "UNLOCALIZED: Can relocate to here, Click to Confirm", - "create.train.relocate.invalid": "UNLOCALIZED: Cannot relocate Train to here", - "create.train.relocate.too_far": "UNLOCALIZED: Cannot relocate Train this far away", - "create.train.departing_from": "UNLOCALIZED: Departing from %1$s", - "create.train.arrived_at": "UNLOCALIZED: Arrived at %1$s", - "create.train.status": "UNLOCALIZED: Information about Train: %1$s", - "create.train.status.back_on_track": "UNLOCALIZED: Train is back on Track", - "create.train.status.collision": "UNLOCALIZED: Collision with other Train", - "create.train.status.end_of_track": "UNLOCALIZED: A Carriage has reached the end of its Track", - "create.train.status.double_portal": "UNLOCALIZED: A Carriage cannot enter a portal whilst leaving another", - "create.train.status.coupling_stress": "UNLOCALIZED: Forced stop due to Stress on Couplings", - "create.train.status.track_missing": "UNLOCALIZED: Tracks are missing beneath the Train", - "create.train.status.paused_for_manual": "UNLOCALIZED: Schedule paused for manual controls", - "create.train.status.opposite_driver": "UNLOCALIZED: Path requires a driver facing the opposite direction", - "create.train.status.missing_driver": "UNLOCALIZED: Driver has gone missing", - "create.train.status.found_driver": "UNLOCALIZED: A new driver has been found", - "create.train.status.navigation_success": "UNLOCALIZED: Navigation succeeded", - "create.train.status.no_match": "UNLOCALIZED: No station on graph matches '%1$s'", - "create.train.status.no_path": "UNLOCALIZED: No suitable path to the next Scheduled destination could be found", - - "create.track_signal.cannot_change_mode": "UNLOCALIZED: Unable to switch mode of this Signal", - "create.track_signal.mode_change.entry_signal": "UNLOCALIZED: -> Allow passage if section unoccupied", - "create.track_signal.mode_change.cross_signal": "UNLOCALIZED: -> Allow passage if section fully traversable", - - "create.contraption.controls.start_controlling": "UNLOCALIZED: Now controlling: %1$s", - "create.contraption.controls.stop_controlling": "UNLOCALIZED: Stopped controlling contraption", - "create.contraption.controls.approach_station": "UNLOCALIZED: Hold %1$s to approach %2$s", - - "create.display_link.set": "UNLOCALIZED: Targeted position selected", - "create.display_link.success": "UNLOCALIZED: Successfully bound to targeted position", - "create.display_link.clear": "UNLOCALIZED: Cleared position selection", - "create.display_link.too_far": "UNLOCALIZED: Targeted position is too far from here", - "create.display_link.invalid": "UNLOCALIZED: Link has no valid target, try placing it again", - "create.display_link.title": "UNLOCALIZED: Display Link", - "create.display_link.no_source": "UNLOCALIZED: Not a Display Source", - "create.display_link.no_target": "UNLOCALIZED: Not a Display Target", - "create.display_link.reading_from": "UNLOCALIZED: Read from:", - "create.display_link.writing_to": "UNLOCALIZED: Send to:", - "create.display_link.attached_side": "UNLOCALIZED: Block on attached side", - "create.display_link.targeted_location": "UNLOCALIZED: Block in targeted location", - "create.display_link.view_compatible": "UNLOCALIZED: Click to view all Compatible", - "create.display_link.information_type": "UNLOCALIZED: Type of Information", - "create.display_link.display_on": "UNLOCALIZED: Write data to:", - "create.display_link.display_on_multiline": "UNLOCALIZED: Start writing at:", - - "create.display_source.label": "UNLOCALIZED: Attached Label", - "create.display_source.combine_item_names": "UNLOCALIZED: Combine Item Names", - "create.display_source.count_items": "UNLOCALIZED: Amount of matching Items", - "create.display_source.list_items": "UNLOCALIZED: List matching Items", - "create.display_source.fluid_amount": "UNLOCALIZED: Amount of matching Fluids", - "create.display_source.list_fluids": "UNLOCALIZED: List matching Fluids", - "create.display_source.nixie_tube": "UNLOCALIZED: Copy Nixie Tubes", - "create.display_source.fill_level": "UNLOCALIZED: Container Fill Level", - "create.display_source.fill_level.display": "UNLOCALIZED: Display Format", - "create.display_source.fill_level.percent": "UNLOCALIZED: Percent", - "create.display_source.fill_level.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.value_list.display": "UNLOCALIZED: Value Display", - "create.display_source.value_list.shortened": "UNLOCALIZED: Shortened", - "create.display_source.value_list.full_number": "UNLOCALIZED: Full Number", - "create.display_source.value_list.thousand": "UNLOCALIZED: k", - "create.display_source.value_list.million": "UNLOCALIZED: m", - "create.display_source.player_deaths": "UNLOCALIZED: Player Deaths", - "create.display_source.scoreboard": "UNLOCALIZED: Scoreboard", - "create.display_source.scoreboard.objective": "UNLOCALIZED: Objective ID", - "create.display_source.scoreboard.objective_not_found": "UNLOCALIZED: '%1$s' not found", - "create.display_source.scoreboard.objective.deaths": "UNLOCALIZED: Player Deaths", - "create.display_source.time_of_day": "UNLOCALIZED: Time of Day", - "create.display_source.stop_watch": "UNLOCALIZED: Stopwatch", - "create.display_source.time.format": "UNLOCALIZED: Time Format", - "create.display_source.time.12_hour": "UNLOCALIZED: 12-hour", - "create.display_source.time.24_hour": "UNLOCALIZED: 24-hour", - "create.display_source.accumulate_items": "UNLOCALIZED: Accumulate Item Count", - "create.display_source.item_throughput": "UNLOCALIZED: Item Throughput", - "create.display_source.item_throughput.interval": "UNLOCALIZED: Interval", - "create.display_source.item_throughput.interval.second": "UNLOCALIZED: per Second", - "create.display_source.item_throughput.interval.minute": "UNLOCALIZED: per Minute", - "create.display_source.item_throughput.interval.hour": "UNLOCALIZED: per Hour", - "create.display_source.train_status": "UNLOCALIZED: Train Schedule Status", - "create.display_source.station_summary": "UNLOCALIZED: Train Station Summary", - "create.display_source.station_summary.filter": "UNLOCALIZED: Station name filter", - "create.display_source.station_summary.train_name_column": "UNLOCALIZED: Train column size", - "create.display_source.station_summary.platform_column": "UNLOCALIZED: Platform column size", - "create.display_source.station_summary.now": "UNLOCALIZED: now", - "create.display_source.station_summary.minutes": "UNLOCALIZED: min", - "create.display_source.station_summary.seconds": "UNLOCALIZED: %1$ss", - "create.display_source.observed_train_name": "UNLOCALIZED: Detected Train Name", - "create.display_source.max_enchant_level": "UNLOCALIZED: Max Enchanting Cost", - "create.display_source.boiler_status": "UNLOCALIZED: Boiler Status", - "create.display_source.entity_name": "UNLOCALIZED: Entity Name", - "create.display_source.kinetic_speed": "UNLOCALIZED: Rotation Speed (RPM)", - "create.display_source.kinetic_speed.absolute": "UNLOCALIZED: Ignore Direction", - "create.display_source.kinetic_speed.directional": "UNLOCALIZED: Include Direction", - "create.display_source.kinetic_stress": "UNLOCALIZED: Network Stress", - "create.display_source.kinetic_stress.display": "UNLOCALIZED: Displayed Info", - "create.display_source.kinetic_stress.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.kinetic_stress.percent": "UNLOCALIZED: Percentage", - "create.display_source.kinetic_stress.current": "UNLOCALIZED: Stress in SU", - "create.display_source.kinetic_stress.max": "UNLOCALIZED: Total Capacity", - "create.display_source.kinetic_stress.remaining": "UNLOCALIZED: Remaining SU", - "create.display_source.redstone_power": "UNLOCALIZED: Redstone Power", - "create.display_source.redstone_power.display": "UNLOCALIZED: Display Format", - "create.display_source.redstone_power.number": "UNLOCALIZED: Number", - "create.display_source.redstone_power.progress_bar": "UNLOCALIZED: Progress Bar", - "create.display_source.boiler.not_enough_space": "UNLOCALIZED: Not enough space ", - "create.display_source.boiler.for_boiler_status": "UNLOCALIZED: for Boiler Status", - - "create.display_target.line": "UNLOCALIZED: Line %1$s", - "create.display_target.page": "UNLOCALIZED: Page %1$s", - "create.display_target.single_line": "UNLOCALIZED: Single Line", - - "create.flap_display.cycles.alphabet": "UNLOCALIZED: ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": "UNLOCALIZED: ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": "UNLOCALIZED: ; min;now;15s;30s;45s", - "create.flap_display.cycles.shortened_numbers": "UNLOCALIZED: ;K;M", - "create.flap_display.cycles.fluid_units": "UNLOCALIZED: mB;B ", - "create.flap_display.cycles.instant": "UNLOCALIZED: ; ", - "create.flap_display.cycles.pixel": "UNLOCALIZED: █;▓;▒", - - "create.super_glue.too_far": "UNLOCALIZED: Selected area is too big", - "create.super_glue.cannot_reach": "UNLOCALIZED: Selected blocks must be connected", - "create.super_glue.click_to_confirm": "UNLOCALIZED: Click again to confirm", - "create.super_glue.click_to_discard": "UNLOCALIZED: Sneak-click to discard selection", - "create.super_glue.first_pos": "UNLOCALIZED: First position selected", - "create.super_glue.abort": "UNLOCALIZED: Selection discarded", - "create.super_glue.not_enough": "UNLOCALIZED: Not enough glue in inventory", - "create.super_glue.success": "UNLOCALIZED: Applying Glue...", - - "create.gui.config.overlay1": "UNLOCALIZED: Hi :)", - "create.gui.config.overlay2": "UNLOCALIZED: This is a sample overlay", - "create.gui.config.overlay3": "UNLOCALIZED: Click or drag with your mouse", - "create.gui.config.overlay4": "UNLOCALIZED: to move this preview", - "create.gui.config.overlay5": "UNLOCALIZED: Press ESC to exit this screen", - "create.gui.config.overlay6": "UNLOCALIZED: and save the new position", - "create.gui.config.overlay7": "UNLOCALIZED: Run /create overlay reset", - "create.gui.config.overlay8": "UNLOCALIZED: to reset to the default position", - - "create.command.killTPSCommand": "UNLOCALIZED: killtps", - "create.command.killTPSCommand.status.slowed_by.0": "UNLOCALIZED: [Create]: Server tick is currently slowed by %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "UNLOCALIZED: [Create]: Server tick is slowed by %s ms now >:)", - "create.command.killTPSCommand.status.slowed_by.2": "UNLOCALIZED: [Create]: Server tick is back to regular speed :D", - "create.command.killTPSCommand.status.usage.0": "UNLOCALIZED: [Create]: use /killtps stop to bring back server tick to regular speed", - "create.command.killTPSCommand.status.usage.1": "UNLOCALIZED: [Create]: use /killtps start to artificially slow down the server tick", - "create.command.killTPSCommand.argument.tickTime": "UNLOCALIZED: tickTime", - - "create.contraption.minecart_contraption_too_big": "UNLOCALIZED: This Cart Contraption seems too big to pick up", - "create.contraption.minecart_contraption_illegal_pickup": "UNLOCALIZED: A mystical force is binding this Cart Contraption to the world", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "UNLOCALIZED: Contraption stops", - "create.subtitle.peculiar_bell_use": "UNLOCALIZED: Peculiar Bell tolls", - "create.subtitle.worldshaper_place": "UNLOCALIZED: Worldshaper zaps", - "create.subtitle.whistle_train_manual": "UNLOCALIZED: Train honks", - "create.subtitle.steam": "UNLOCALIZED: Steam noises", - "create.subtitle.saw_activate_stone": "UNLOCALIZED: Mechanical Saw activates", - "create.subtitle.schematicannon_finish": "UNLOCALIZED: Schematicannon dings", - "create.subtitle.crafter_craft": "UNLOCALIZED: Crafter crafts", - "create.subtitle.wrench_remove": "UNLOCALIZED: Component breaks", - "create.subtitle.train3": "UNLOCALIZED: Bogey wheels rumble muffled", - "create.subtitle.whistle": "UNLOCALIZED: Whistling", - "create.subtitle.cogs": "UNLOCALIZED: Cogwheels rumble", - "create.subtitle.slime_added": "UNLOCALIZED: Slime squishes", - "create.subtitle.whistle_train_low": "UNLOCALIZED: Low whistling", - "create.subtitle.schematicannon_launch_block": "UNLOCALIZED: Schematicannon fires", - "create.subtitle.controller_take": "UNLOCALIZED: Lectern empties", - "create.subtitle.crafter_click": "UNLOCALIZED: Crafter clicks", - "create.subtitle.depot_plop": "UNLOCALIZED: Item lands", - "create.subtitle.confirm": "UNLOCALIZED: Affirmative ding", - "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.sanding_long": "UNLOCALIZED: Sanding noises", - "create.subtitle.crushing_1": "UNLOCALIZED: Crushing noises", - "create.subtitle.depot_slide": "UNLOCALIZED: Item slides", - "create.subtitle.blaze_munch": "UNLOCALIZED: Blaze Burner munches", - "create.subtitle.funnel_flap": "UNLOCALIZED: Funnel flaps", - "create.subtitle.haunted_bell_use": "UNLOCALIZED: Haunted Bell tolls", - "create.subtitle.scroll_value": "UNLOCALIZED: Scroll-input clicks", - "create.subtitle.controller_put": "UNLOCALIZED: Controller thumps", - "create.subtitle.cranking": "UNLOCALIZED: Hand Crank turns", - "create.subtitle.sanding_short": "UNLOCALIZED: Sanding noises", - "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.whistle_high": "UNLOCALIZED: High whistling", - "create.subtitle.whistle_train_manual_low": "UNLOCALIZED: Train honks", - "create.subtitle.whistle_train": "UNLOCALIZED: Whistling", - "create.subtitle.haunted_bell_convert": "UNLOCALIZED: Haunted Bell awakens", - "create.subtitle.train": "UNLOCALIZED: Bogey wheels rumble", - "create.subtitle.deny": "UNLOCALIZED: Declining boop", - "create.subtitle.controller_click": "UNLOCALIZED: Controller clicks", - "create.subtitle.whistle_low": "UNLOCALIZED: Low whistling", - "create.subtitle.copper_armor_equip": "UNLOCALIZED: Diving equipment clinks", - "create.subtitle.mechanical_press_activation": "UNLOCALIZED: Mechanical Press clangs", - "create.subtitle.contraption_assemble": "UNLOCALIZED: Contraption moves", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", - "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", - "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", - "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", - "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", - "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", - "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", - "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", - - "block.create.wooden_bracket.tooltip": "UNLOCALIZED: WOODEN BRACKET", - "block.create.wooden_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with a cozy and wooden bit of reinforcement.", - - "block.create.metal_bracket.tooltip": "UNLOCALIZED: METAL BRACKET", - "block.create.metal_bracket.tooltip.summary": "UNLOCALIZED: _Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with an industrial and sturdy bit of reinforcement.", - - "block.create.seat.tooltip": "UNLOCALIZED: SEAT", - "block.create.seat.tooltip.summary": "UNLOCALIZED: Sit yourself down and enjoy the ride! Will anchor a player onto a moving _contraption_. Great for static furniture too! Comes in a variety of colours.", - "block.create.seat.tooltip.condition1": "UNLOCALIZED: Right click on Seat", - "block.create.seat.tooltip.behaviour1": "UNLOCALIZED: Sits the player on the _Seat_. Press L-shift to leave the _Seat_.", - - "item.create.blaze_cake.tooltip": "UNLOCALIZED: BLAZE CAKE", - "item.create.blaze_cake.tooltip.summary": "UNLOCALIZED: A Delicious treat for your hard-working _Blaze Burners_. Gets them all fired up!", - - "item.create.wand_of_symmetry.tooltip": "UNLOCALIZED: SYMMETRY WAND", - "item.create.wand_of_symmetry.tooltip.summary": "UNLOCALIZED: Perfectly mirrors Block placement across configured planes.", - "item.create.wand_of_symmetry.tooltip.condition1": "UNLOCALIZED: When in Hotbar", - "item.create.wand_of_symmetry.tooltip.behaviour1": "UNLOCALIZED: Stays Active", - "item.create.wand_of_symmetry.tooltip.control1": "UNLOCALIZED: R-Click on Ground", - "item.create.wand_of_symmetry.tooltip.action1": "UNLOCALIZED: _Creates_ or _Moves_ the Mirror", - "item.create.wand_of_symmetry.tooltip.control2": "UNLOCALIZED: R-Click in the Air", - "item.create.wand_of_symmetry.tooltip.action2": "UNLOCALIZED: _Removes_ the active Mirror", - "item.create.wand_of_symmetry.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", - "item.create.wand_of_symmetry.tooltip.action3": "UNLOCALIZED: Opens the _Configuration Interface_", - - "item.create.handheld_worldshaper.tooltip": "UNLOCALIZED: HANDHELD WORLDSHAPER", - "item.create.handheld_worldshaper.tooltip.summary": "UNLOCALIZED: Handy tool for creating _landscapes_ and _terrain features_.", - "item.create.handheld_worldshaper.tooltip.control1": "UNLOCALIZED: L-Click at Block", - "item.create.handheld_worldshaper.tooltip.action1": "UNLOCALIZED: Sets blocks placed by the tool to the targeted block.", - "item.create.handheld_worldshaper.tooltip.control2": "UNLOCALIZED: R-Click at Block", - "item.create.handheld_worldshaper.tooltip.action2": "UNLOCALIZED: Applies the currently selected _Brush_ and _Tool_ at the targeted location.", - "item.create.handheld_worldshaper.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", - "item.create.handheld_worldshaper.tooltip.action3": "UNLOCALIZED: Opens the _Configuration Interface_", - - "item.create.tree_fertilizer.tooltip": "UNLOCALIZED: TREE FERTILIZER", - "item.create.tree_fertilizer.tooltip.summary": "UNLOCALIZED: A powerful combination of minerals suitable for speeding up the growth of common tree types.", - "item.create.tree_fertilizer.tooltip.condition1": "UNLOCALIZED: When used on a Sapling", - "item.create.tree_fertilizer.tooltip.behaviour1": "UNLOCALIZED: Grows Trees _regardless_ of their _spacing conditions_", - - "item.create.extendo_grip.tooltip": "UNLOCALIZED: EXTENDO GRIP", - "item.create.extendo_grip.tooltip.summary": "UNLOCALIZED: Boioioing! Greatly _increases reach distance_ of the wielder. Can be powered with Air Pressure from a _Copper_ _Backtank_", - "item.create.extendo_grip.tooltip.condition1": "UNLOCALIZED: When in Off-Hand", - "item.create.extendo_grip.tooltip.behaviour1": "UNLOCALIZED: Increases _reach distance_ of items used in the _Main-Hand_.", - "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.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.filter.tooltip": "UNLOCALIZED: FILTER", - "item.create.filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of items_ or several _nested filters_.", - "item.create.filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", - "item.create.filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", - "item.create.filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", - "item.create.filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", - - "item.create.attribute_filter.tooltip": "UNLOCALIZED: ATTRIBUTE FILTER", - "item.create.attribute_filter.tooltip.summary": "UNLOCALIZED: _Controls outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set of_ item _attributes_ and _categories_.", - "item.create.attribute_filter.tooltip.condition1": "UNLOCALIZED: When in filter slot", - "item.create.attribute_filter.tooltip.behaviour1": "UNLOCALIZED: _Controls_ item flow according to its _configuration_.", - "item.create.attribute_filter.tooltip.condition2": "UNLOCALIZED: When R-Clicked", - "item.create.attribute_filter.tooltip.behaviour2": "UNLOCALIZED: Opens the _configuration interface_.", - - "item.create.empty_schematic.tooltip": "UNLOCALIZED: EMPTY SCHEMATIC", - "item.create.empty_schematic.tooltip.summary": "UNLOCALIZED: Used as a recipe ingredient and for writing at the _Schematic Table_.", - - "item.create.schematic.tooltip": "UNLOCALIZED: SCHEMATIC", - "item.create.schematic.tooltip.summary": "UNLOCALIZED: Holds a structure to be positioned and placed into the world. Position the Hologram as desired and use a _Schematicannon_ to build it.", - "item.create.schematic.tooltip.condition1": "UNLOCALIZED: When Held", - "item.create.schematic.tooltip.behaviour1": "UNLOCALIZED: Can be positioned using the Tools on Screen.", - "item.create.schematic.tooltip.control1": "UNLOCALIZED: R-Click while Sneaking", - "item.create.schematic.tooltip.action1": "UNLOCALIZED: Opens an _Interface_ for entering exact _Coordinates_.", - - "item.create.schematic_and_quill.tooltip": "UNLOCALIZED: SCHEMATIC AND QUILL", - "item.create.schematic_and_quill.tooltip.summary": "UNLOCALIZED: Used for saving a Structure in your world to a .nbt file.", - "item.create.schematic_and_quill.tooltip.condition1": "UNLOCALIZED: Step 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "UNLOCALIZED: Select two corner points using R-Click.", - "item.create.schematic_and_quill.tooltip.condition2": "UNLOCALIZED: Step 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "UNLOCALIZED: _Ctrl-Scroll_ on the faces to adjust the size. R-Click again to Save.", - "item.create.schematic_and_quill.tooltip.control1": "UNLOCALIZED: R-Click", - "item.create.schematic_and_quill.tooltip.action1": "UNLOCALIZED: Select a corner point / confirm save.", - "item.create.schematic_and_quill.tooltip.control2": "UNLOCALIZED: Ctrl Held", - "item.create.schematic_and_quill.tooltip.action2": "UNLOCALIZED: Select points in _mid-air_. _Scroll_ to adjust the distance.", - "item.create.schematic_and_quill.tooltip.control3": "UNLOCALIZED: R-Click while Sneaking", - "item.create.schematic_and_quill.tooltip.action3": "UNLOCALIZED: _Resets_ and removes the selection.", - - "block.create.schematicannon.tooltip": "UNLOCALIZED: SCHEMATICANNON", - "block.create.schematicannon.tooltip.summary": "UNLOCALIZED: Shoots blocks to recreate a deployed _Schematic_ in the World. Uses items from adjacent Inventories and _Gunpowder_ as fuel.", - "block.create.schematicannon.tooltip.condition1": "UNLOCALIZED: When R-Clicked", - "block.create.schematicannon.tooltip.behaviour1": "UNLOCALIZED: Opens the _Interface_", - - "block.create.schematic_table.tooltip": "UNLOCALIZED: SCHEMATIC TABLE", - "block.create.schematic_table.tooltip.summary": "UNLOCALIZED: Writes saved Schematics onto an _Empty Schematic_.", - "block.create.schematic_table.tooltip.condition1": "UNLOCALIZED: When given an Empty Schematic", - "block.create.schematic_table.tooltip.behaviour1": "UNLOCALIZED: Uploads a chosen File from your Schematics Folder.", - - "item.create.goggles.tooltip": "UNLOCALIZED: GOGGLES", - "item.create.goggles.tooltip.summary": "UNLOCALIZED: A pair of glasses to augment your vision with useful _kinetic information_.", - "item.create.goggles.tooltip.condition1": "UNLOCALIZED: When worn", - "item.create.goggles.tooltip.behaviour1": "UNLOCALIZED: Shows _colored indicators_ corresponding to the _Speed Level_ of a placed kinetic component as well as _Stress Impact_ and _Capacity_ of individual components.", - "item.create.goggles.tooltip.condition2": "UNLOCALIZED: When looking at gauge", - "item.create.goggles.tooltip.behaviour2": "UNLOCALIZED: Shows detailed information about _Speed_ or _Stress_ of the network to which the gauge is connected.", - "item.create.goggles.tooltip.condition3": "UNLOCALIZED: When looking at fluid containers", - "item.create.goggles.tooltip.behaviour3": "UNLOCALIZED: Shows detailed information about the _Capacity_ of the block and any _Fluids_ stored within.", - - "item.create.wrench.tooltip": "UNLOCALIZED: WRENCH", - "item.create.wrench.tooltip.summary": "UNLOCALIZED: A useful tool for working on kinetic contraptions. Can be used to _Rotate_, _Dismantle_ and to _Configure_ components.", - "item.create.wrench.tooltip.control1": "UNLOCALIZED: Right-Click a kinetic block", - "item.create.wrench.tooltip.action1": "UNLOCALIZED: _Rotates components_ toward or away from the face with which you interacted.", - "item.create.wrench.tooltip.control2": "UNLOCALIZED: R-Click while Sneaking", - "item.create.wrench.tooltip.action2": "UNLOCALIZED: _Disassembles Kinetic components_ and places them back in _your inventory_.", - - "block.create.nozzle.tooltip": "UNLOCALIZED: NOZZLE", - "block.create.nozzle.tooltip.summary": "UNLOCALIZED: Attach to the front of an _Encased Fan_ to distribute its effect on Entities in _all directions_.", - - "block.create.cuckoo_clock.tooltip": "UNLOCALIZED: CUCKOO CLOCK", - "block.create.cuckoo_clock.tooltip.summary": "UNLOCALIZED: Fine craftsmanship for _decorating_ a space and _keeping track of time_.", - "block.create.cuckoo_clock.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", - "block.create.cuckoo_clock.tooltip.behaviour1": "UNLOCALIZED: Shows the _current time_ and plays a tune twice a day. _Activates_ once at _noon_ and at dusk, as soon as _players can sleep_.", - - "block.create.turntable.tooltip": "UNLOCALIZED: TURNTABLE", - "block.create.turntable.tooltip.summary": "UNLOCALIZED: Turns _Rotational Force_ into refined Motion Sickness.", - - "block.create.toolbox.tooltip": "UNLOCALIZED: TOOLBOX", - "block.create.toolbox.tooltip.summary": "UNLOCALIZED: Every Inventors' dearest Companion. Conveniently _holds_ a large amount of _8 Different_ item types.", - "block.create.toolbox.tooltip.condition1": "UNLOCALIZED: When Picked Up", - "block.create.toolbox.tooltip.behaviour1": "UNLOCALIZED: _Retains_ Inventory _Contents_.", - "block.create.toolbox.tooltip.condition2": "UNLOCALIZED: When placed in Range", - "block.create.toolbox.tooltip.behaviour2": "UNLOCALIZED: _Nearby_ _Players_ can hold the _Toolbox_ _Keybind_ to access its contents _Remotely_.", - "block.create.toolbox.tooltip.condition3": "UNLOCALIZED: When R-Clicked", - "block.create.toolbox.tooltip.behaviour3": "UNLOCALIZED: Opens the _Container Interface_.", - - "block.create.stockpile_switch.tooltip": "UNLOCALIZED: STOCKPILE SWITCH", - "block.create.stockpile_switch.tooltip.summary": "UNLOCALIZED: Toggles a Redstone signal based on the amount of _Stored Items_ or _Fluids_ in the attached Container. Comes with a handy filter. As opposed to a _Comparator,_ the _Stockpile Switch_ allows configuration of _thresholds,_ at which signals are inverted.", - "block.create.stockpile_switch.tooltip.condition1": "UNLOCALIZED: When R-Clicked", - "block.create.stockpile_switch.tooltip.behaviour1": "UNLOCALIZED: Opens the _Configuration Interface_.", - - "block.create.content_observer.tooltip": "UNLOCALIZED: CONTENT OBSERVER", - "block.create.content_observer.tooltip.summary": "UNLOCALIZED: _Detects Items_ or _Fluids_ inside _containers_, _pipes_ or _conveyors_ matching a configured _filter_.", - "block.create.content_observer.tooltip.condition1": "UNLOCALIZED: When observing a Container", - "block.create.content_observer.tooltip.behaviour1": "UNLOCALIZED: Emits a _Redstone Signal_ while the observed container has _matching_ _content_.", - "block.create.content_observer.tooltip.condition2": "UNLOCALIZED: When observing a Funnel", - "block.create.content_observer.tooltip.behaviour2": "UNLOCALIZED: Emits a _Redstone Pulse_ when a _matching_ Item is _transferred_.", - - "block.create.creative_crate.tooltip": "UNLOCALIZED: CREATIVE CRATE", - "block.create.creative_crate.tooltip.summary": "UNLOCALIZED: This _Storage Container_ allows infinite replication of any item. Place next to a _Schematicannon_ to remove any material requirements.", - "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 your _Blaze Burners_. After eating this cake, Blaze Burners will _never run out of fuel_.", - "item.create.creative_blaze_cake.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.creative_blaze_cake.tooltip.behaviour1": "UNLOCALIZED: _Cycles_ a 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", - "block.create.controller_rail.tooltip.behaviour1": "UNLOCALIZED: _Accelerates_ or _Decelerates_ passing _minecarts_ corresponding to the _signal strength_. Propagates redstone power to adjacent controller rails. Powering two controller rails with different strengths will cause tracks between them to interpolate their signal.", - - "item.create.sand_paper.tooltip": "UNLOCALIZED: SAND PAPER", - "item.create.sand_paper.tooltip.summary": "UNLOCALIZED: A rough paper that can be used to _polish materials_. Can be automatically applied using the Deployer.", - "item.create.sand_paper.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.sand_paper.tooltip.behaviour1": "UNLOCALIZED: Applies polish to items held in the _offhand_ or lying on the _floor_ when _looking at them_", - - "item.create.builders_tea.tooltip": "UNLOCALIZED: BUILDERS TEA", - "item.create.builders_tea.tooltip.summary": "UNLOCALIZED: The perfect drink to get the day started- _Motivating_ and _Saturating._", - - "item.create.refined_radiance.tooltip": "UNLOCALIZED: REFINED RADIANCE", - "item.create.refined_radiance.tooltip.summary": "UNLOCALIZED: A Chromatic material forged from _absorbed light_.", - "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.shadow_steel.tooltip": "UNLOCALIZED: SHADOW STEEL", - "item.create.shadow_steel.tooltip.summary": "UNLOCALIZED: A Chromatic material forged _in the void_.", - "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.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.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.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.", - - "block.create.placard.tooltip": "UNLOCALIZED: PLACARD", - "block.create.placard.tooltip.summary": "UNLOCALIZED: _Frame_ your _items_ in brass using this fancy wall panel. Safe for contraptions!", - "block.create.placard.tooltip.condition1": "UNLOCALIZED: When R-Clicked with Item", - "block.create.placard.tooltip.behaviour1": "UNLOCALIZED: _Adds_ the held _item_ to the Placard. _Emits_ a brief _Redstone_ signal if a matching item was present already.", - "block.create.placard.tooltip.condition2": "UNLOCALIZED: When Punched", - "block.create.placard.tooltip.behaviour2": "UNLOCALIZED: _Removes_ the current _item_ in the frame.", - - "block.create.flywheel.tooltip": "UNLOCALIZED: FLYWHEEL", - "block.create.flywheel.tooltip.summary": "UNLOCALIZED: _Embellish_ your _Machines_ with this imposing Wheel of Brass.", - "block.create.flywheel.tooltip.condition1": "UNLOCALIZED: When Powered by Kinetics", - "block.create.flywheel.tooltip.behaviour1": "UNLOCALIZED: Starts spinning.", - - "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.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.minecart_coupling.tooltip": "UNLOCALIZED: MINECART COUPLING", - "item.create.minecart_coupling.tooltip.summary": "UNLOCALIZED: _Chains_ all your _Minecarts_ or _Carriage Contraptions_ together to form a majestic Train.", - "item.create.minecart_coupling.tooltip.condition1": "UNLOCALIZED: When Used on Minecart", - "item.create.minecart_coupling.tooltip.behaviour1": "UNLOCALIZED: _Couples_ two Minecarts together, attempting to keep them at a _constant distance_ while moving.", - - "item.create.experience_nugget.tooltip": "UNLOCALIZED: NUGGET OF EXPERIENCE", - "item.create.experience_nugget.tooltip.summary": "UNLOCALIZED: _Ding!_ A speck of _inspiration_ from your fantastic inventions.", - "item.create.experience_nugget.tooltip.condition1": "UNLOCALIZED: When Used", - "item.create.experience_nugget.tooltip.behaviour1": "UNLOCALIZED: _Redeems_ _Experience_ points contained within.", - - "block.create.peculiar_bell.tooltip": "UNLOCALIZED: PECULIAR BELL", - "block.create.peculiar_bell.tooltip.summary": "UNLOCALIZED: A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may cause side-effects...", - - "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 [------------------------<-", - - "create.ponder.hold_to_ponder": "UNLOCALIZED: Hold [%1$s] to Ponder", - "create.ponder.subject": "UNLOCALIZED: Subject of this scene", - "create.ponder.pondering": "UNLOCALIZED: Pondering about...", - "create.ponder.identify_mode": "UNLOCALIZED: Identify mode active.\nUnpause with [%1$s]", - "create.ponder.associated": "UNLOCALIZED: Associated Entries", - "create.ponder.close": "UNLOCALIZED: Close", - "create.ponder.identify": "UNLOCALIZED: Identify", - "create.ponder.next": "UNLOCALIZED: Next Scene", - "create.ponder.next_up": "UNLOCALIZED: Up Next:", - "create.ponder.previous": "UNLOCALIZED: Previous Scene", - "create.ponder.replay": "UNLOCALIZED: Replay", - "create.ponder.think_back": "UNLOCALIZED: Think Back", - "create.ponder.slow_text": "UNLOCALIZED: Comfy Reading", - "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.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.movement_anchors": "UNLOCALIZED: With the help of 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.display_sources": "UNLOCALIZED: Sources for Display Links", - "create.ponder.tag.display_sources.description": "UNLOCALIZED: Components or Blocks which offer some data that can be read with a Display Link", - "create.ponder.tag.logistics": "UNLOCALIZED: Item Transportation", - "create.ponder.tag.logistics.description": "UNLOCALIZED: Components which help moving items around", - "create.ponder.tag.display_targets": "UNLOCALIZED: Targets for Display Links", - "create.ponder.tag.display_targets.description": "UNLOCALIZED: Components or Blocks which can process and display the data received from a Display Link", - "create.ponder.tag.train_related": "UNLOCALIZED: Railway Equipment", - "create.ponder.tag.train_related.description": "UNLOCALIZED: Components used in the construction or management of Train Contraptions", - - "create.ponder.analog_lever.header": "UNLOCALIZED: Controlling signals using the Analog Lever", - "create.ponder.analog_lever.text_1": "UNLOCALIZED: Analog Levers make for a compact and precise source of redstone power", - "create.ponder.analog_lever.text_2": "UNLOCALIZED: Right-click to increase its analog power output", - "create.ponder.analog_lever.text_3": "UNLOCALIZED: Right-click while Sneaking to decrease the power output again", - - "create.ponder.andesite_tunnel.header": "UNLOCALIZED: Using Andesite Tunnels", - "create.ponder.andesite_tunnel.text_1": "UNLOCALIZED: Andesite Tunnels can be used to cover up your belts", - "create.ponder.andesite_tunnel.text_2": "UNLOCALIZED: Whenever an Andesite Tunnel has connections to the sides...", - "create.ponder.andesite_tunnel.text_3": "UNLOCALIZED: ...they will split exactly one item off of any passing stacks", - "create.ponder.andesite_tunnel.text_4": "UNLOCALIZED: The remainder will continue on its path", - - "create.ponder.auto_schedule.header": "UNLOCALIZED: Stations & Scheduling", - "create.ponder.auto_schedule.text_1": "UNLOCALIZED: Schedules can be used to provide drivers with a destination", - "create.ponder.auto_schedule.text_2": "UNLOCALIZED: Comparators will receive a signal whenever a Train is present", - "create.ponder.auto_schedule.text_3": "UNLOCALIZED: Mind that a Station can only be approached from the indicated direction", - "create.ponder.auto_schedule.text_4": "UNLOCALIZED: Stations can also be used to assign new Schedules automatically", - "create.ponder.auto_schedule.text_5": "UNLOCALIZED: The Schedule placed on a station will automatically copy itself to present trains", - "create.ponder.auto_schedule.text_6": "UNLOCALIZED: As opposed to manual scheduling, drivers will not take the item with them", - - "create.ponder.basin.header": "UNLOCALIZED: Processing Items in the Basin", - "create.ponder.basin.text_1": "UNLOCALIZED: A Basin can hold Items and Fluids for Processing", - "create.ponder.basin.text_2": "UNLOCALIZED: After a processing step, basins try to output below to the side of them", - "create.ponder.basin.text_3": "UNLOCALIZED: When a valid component is present, the Basin will show an output faucet", - "create.ponder.basin.text_4": "UNLOCALIZED: A number of options are applicable here", - "create.ponder.basin.text_5": "UNLOCALIZED: Outputs will be caught by the inventory below", - "create.ponder.basin.text_6": "UNLOCALIZED: Without output faucet, the Basin will retain items created in its processing", - "create.ponder.basin.text_7": "UNLOCALIZED: This can be useful if outputs should be re-used as ingredients", - "create.ponder.basin.text_8": "UNLOCALIZED: Desired outputs will then have to be extracted from the basin", - "create.ponder.basin.text_9": "UNLOCALIZED: A Filter might be necessary to avoid pulling out un-processed items", - - "create.ponder.bearing_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Bearing", - "create.ponder.bearing_modes.text_1": "UNLOCALIZED: When Stopped, the Bearing will place the structure at the nearest grid-aligned Angle", - "create.ponder.bearing_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only near the angle it started at", - - "create.ponder.belt_casing.header": "UNLOCALIZED: Encasing Belts", - "create.ponder.belt_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Mechanical Belts", - "create.ponder.belt_casing.text_2": "UNLOCALIZED: A wrench can be used to remove the casing", - - "create.ponder.belt_connector.header": "UNLOCALIZED: Using Mechanical Belts", - "create.ponder.belt_connector.text_1": "UNLOCALIZED: Right-Clicking two shafts with a belt item will connect them together", - "create.ponder.belt_connector.text_2": "UNLOCALIZED: Accidental selections can be canceled with Right-Click while Sneaking", - "create.ponder.belt_connector.text_3": "UNLOCALIZED: Additional Shafts can be added throughout the Belt", - "create.ponder.belt_connector.text_4": "UNLOCALIZED: Shafts connected via Belts will rotate with Identical Speed and Direction", - "create.ponder.belt_connector.text_5": "UNLOCALIZED: Added shafts can be removed using the wrench", - "create.ponder.belt_connector.text_6": "UNLOCALIZED: Mechanical Belts can be dyed for aesthetic purposes", - - "create.ponder.belt_directions.header": "UNLOCALIZED: Valid Orientations for Mechanical Belts", - "create.ponder.belt_directions.text_1": "UNLOCALIZED: Belts cannot connect in arbitrary directions", - "create.ponder.belt_directions.text_2": "UNLOCALIZED: 1. They can connect horizontally", - "create.ponder.belt_directions.text_3": "UNLOCALIZED: 2. They can connect diagonally", - "create.ponder.belt_directions.text_4": "UNLOCALIZED: 3. They can connect vertically", - "create.ponder.belt_directions.text_5": "UNLOCALIZED: 4. And they can connect vertical shafts horizontally", - "create.ponder.belt_directions.text_6": "UNLOCALIZED: These are all possible directions. Belts can span any Length between 2 and 20 blocks", - - "create.ponder.belt_transport.header": "UNLOCALIZED: Using Mechanical Belts for Logistics", - "create.ponder.belt_transport.text_1": "UNLOCALIZED: Moving belts will transport Items and other Entities", - "create.ponder.belt_transport.text_2": "UNLOCALIZED: Right-Click with an empty hand to take items off a belt", - - "create.ponder.blaze_burner.header": "UNLOCALIZED: Feeding Blaze Burners", - "create.ponder.blaze_burner.text_1": "UNLOCALIZED: Blaze Burners can provide Heat to Items processed in a Basin", - "create.ponder.blaze_burner.text_2": "UNLOCALIZED: For this, the Blaze has to be fed with flammable items", - "create.ponder.blaze_burner.text_3": "UNLOCALIZED: With a Blaze Cake, the Burner can reach an even stronger level of heat", - "create.ponder.blaze_burner.text_4": "UNLOCALIZED: The feeding process can be automated using Deployers or Mechanical Arms", - - "create.ponder.brass_funnel.header": "UNLOCALIZED: The Brass Funnel", - "create.ponder.brass_funnel.text_1": "UNLOCALIZED: Andesite Funnels can only ever extract single items.", - "create.ponder.brass_funnel.text_2": "UNLOCALIZED: Brass Funnels can extract up to a full stack.", - "create.ponder.brass_funnel.text_3": "UNLOCALIZED: Scrolling on the filter slot allows for precise control over the extracted stack size.", - "create.ponder.brass_funnel.text_4": "UNLOCALIZED: Using items on the filter slot will restrict the funnel to only transfer matching stacks.", - - "create.ponder.brass_tunnel.header": "UNLOCALIZED: Using Brass Tunnels", - "create.ponder.brass_tunnel.text_1": "UNLOCALIZED: Brass Tunnels can be used to cover up your belts", - "create.ponder.brass_tunnel.text_2": "UNLOCALIZED: Brass Tunnels have filter slots on each open side", - "create.ponder.brass_tunnel.text_3": "UNLOCALIZED: Filters on inbound connections simply block non-matching items", - "create.ponder.brass_tunnel.text_4": "UNLOCALIZED: Filters on outbound connections can be used to sort items by type", - "create.ponder.brass_tunnel.text_5": "UNLOCALIZED: Whenever a passing item has multiple valid exits, the distribution mode will decide how to handle it", - "create.ponder.brass_tunnel.text_6": "UNLOCALIZED: Brass Tunnels on parallel belts will form a group", - "create.ponder.brass_tunnel.text_7": "UNLOCALIZED: Incoming Items will now be distributed across all connected exits", - "create.ponder.brass_tunnel.text_8": "UNLOCALIZED: For this, items can also be inserted into the Tunnel block directly", - - "create.ponder.brass_tunnel_modes.header": "UNLOCALIZED: Distribution Modes of the Brass Tunnel", - "create.ponder.brass_tunnel_modes.text_1": "UNLOCALIZED: Using a Wrench, the distribution behaviour of Brass Tunnels can be configured", - "create.ponder.brass_tunnel_modes.text_10": "UNLOCALIZED: 'Synchronize Inputs' is a unique setting for Brass Tunnels", - "create.ponder.brass_tunnel_modes.text_11": "UNLOCALIZED: Items are only allowed past if every tunnel in the group has one waiting", - "create.ponder.brass_tunnel_modes.text_12": "UNLOCALIZED: This ensures that all affected belts supply items at the same rate", - "create.ponder.brass_tunnel_modes.text_2": "UNLOCALIZED: 'Split' will attempt to distribute the stack evenly between available outputs", - "create.ponder.brass_tunnel_modes.text_3": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", - "create.ponder.brass_tunnel_modes.text_4": "UNLOCALIZED: 'Forced Split' will never skip outputs, and instead wait until they are free", - "create.ponder.brass_tunnel_modes.text_5": "UNLOCALIZED: 'Round Robin' keeps stacks whole, and cycles through outputs iteratively", - "create.ponder.brass_tunnel_modes.text_6": "UNLOCALIZED: Once Again, if an output is unable to take more items, it will be skipped", - "create.ponder.brass_tunnel_modes.text_7": "UNLOCALIZED: 'Forced Round Robin' never skips outputs", - "create.ponder.brass_tunnel_modes.text_8": "UNLOCALIZED: 'Prefer Nearest' prioritizes the outputs closest to the items' input location", - "create.ponder.brass_tunnel_modes.text_9": "UNLOCALIZED: 'Randomize' will distribute whole stacks to randomly picked outputs", - - "create.ponder.cart_assembler.header": "UNLOCALIZED: Moving Structures using Cart Assemblers", - "create.ponder.cart_assembler.text_1": "UNLOCALIZED: Powered Cart Assemblers mount attached structures to passing Minecarts", - "create.ponder.cart_assembler.text_2": "UNLOCALIZED: Without a redstone signal, it disassembles passing cart contraptions back into blocks", - "create.ponder.cart_assembler.text_3": "UNLOCALIZED: Using a Wrench on the Minecart will let you carry the Contraption elsewhere", - - "create.ponder.cart_assembler_dual.header": "UNLOCALIZED: Assembling Carriage Contraptions", - "create.ponder.cart_assembler_dual.text_1": "UNLOCALIZED: Whenever two Cart Assembers share an attached structure...", - "create.ponder.cart_assembler_dual.text_2": "UNLOCALIZED: Powering either of them will create a Carriage Contraption", - "create.ponder.cart_assembler_dual.text_3": "UNLOCALIZED: The carts will behave like those connected via Minecart Coupling", - - "create.ponder.cart_assembler_modes.header": "UNLOCALIZED: Orientation Settings for Minecart Contraptions", - "create.ponder.cart_assembler_modes.text_1": "UNLOCALIZED: Cart Contraptions will rotate to face towards their carts' motion", - "create.ponder.cart_assembler_modes.text_2": "UNLOCALIZED: This Arrow indicates which side of the Structure will be considered the front", - "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_rails.header": "UNLOCALIZED: Other types of Minecarts and Rails", - "create.ponder.cart_assembler_rails.text_1": "UNLOCALIZED: Cart Assemblers on Regular Tracks will not affect the passing carts' motion", - "create.ponder.cart_assembler_rails.text_2": "UNLOCALIZED: When on Powered or Controller Rail, the carts will be held in place until it's Powered", - "create.ponder.cart_assembler_rails.text_3": "UNLOCALIZED: Other types of Minecarts can be used as the anchor", - "create.ponder.cart_assembler_rails.text_4": "UNLOCALIZED: Furnace Carts will keep themselves powered, pulling fuel from any attached inventories", - - "create.ponder.chain_drive.header": "UNLOCALIZED: Relaying rotational force with Chain Drives", - "create.ponder.chain_drive.text_1": "UNLOCALIZED: Chain Drives relay rotation to each other in a row", - "create.ponder.chain_drive.text_2": "UNLOCALIZED: All shafts connected like this will rotate in the same direction", - "create.ponder.chain_drive.text_3": "UNLOCALIZED: Any part of the row can be rotated by 90 degrees", - - "create.ponder.chain_gearshift.header": "UNLOCALIZED: Controlling rotational speed with Chain Gearshifts", - "create.ponder.chain_gearshift.text_1": "UNLOCALIZED: Unpowered Chain Gearshifts behave exactly like Chain Drives", - "create.ponder.chain_gearshift.text_2": "UNLOCALIZED: When Powered, the speed transmitted to other Chain Drives in the row is doubled", - "create.ponder.chain_gearshift.text_3": "UNLOCALIZED: Whenever the Powered Gearshift is not at the source, its speed will be halved instead", - "create.ponder.chain_gearshift.text_4": "UNLOCALIZED: In both cases, Chain Drives in the row always run at 2x the speed of the Powered Gearshift", - "create.ponder.chain_gearshift.text_5": "UNLOCALIZED: Using analog signals, the ratio can be adjusted more precisely between 1 and 2", - "create.ponder.chain_gearshift.text_6": "UNLOCALIZED: 12 RPM", - - "create.ponder.chute.header": "UNLOCALIZED: Transporting Items downward via Chutes", - "create.ponder.chute.text_1": "UNLOCALIZED: Chutes can transport items vertically from and to inventories", - "create.ponder.chute.text_2": "UNLOCALIZED: Using the Wrench, a window can be created", - "create.ponder.chute.text_3": "UNLOCALIZED: Placing chutes targeting the side faces of another will make it diagonal", - - "create.ponder.chute_upward.header": "UNLOCALIZED: Transporting Items upward via Chutes", - "create.ponder.chute_upward.text_1": "UNLOCALIZED: Using Encased Fans at the top or bottom, a Chute can move items upward", - "create.ponder.chute_upward.text_2": "UNLOCALIZED: Inspecting chutes with Engineers' Goggles reveals information about the movement direction", - "create.ponder.chute_upward.text_3": "UNLOCALIZED: On the 'blocked' end, items will have to be inserted/taken from the sides", - - "create.ponder.clockwork_bearing.header": "UNLOCALIZED: Animating Structures using Clockwork Bearings", - "create.ponder.clockwork_bearing.text_1": "UNLOCALIZED: Clockwork Bearings attach to blocks in front of them", - "create.ponder.clockwork_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, the structure will be rotated according to the hour of the day", - "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", - "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", - "create.ponder.clockwork_bearing.text_5": "UNLOCALIZED: Right-Click the bearing to start or stop animating the structure", - "create.ponder.clockwork_bearing.text_6": "UNLOCALIZED: In front of the Hour Hand, a second structure can be added", - "create.ponder.clockwork_bearing.text_7": "UNLOCALIZED: Ensure that the two Structures are not glued to each other", - "create.ponder.clockwork_bearing.text_8": "UNLOCALIZED: The Second Structure will now rotate as the Minute Hand", - - "create.ponder.clutch.header": "UNLOCALIZED: Controlling rotational force using a Clutch", - "create.ponder.clutch.text_1": "UNLOCALIZED: Clutches will relay rotation in a straight line", - "create.ponder.clutch.text_2": "UNLOCALIZED: When powered by Redstone, it breaks the connection", - - "create.ponder.cog_speedup.header": "UNLOCALIZED: Gearshifting with Cogs", - "create.ponder.cog_speedup.text_1": "UNLOCALIZED: Large and Small cogs can be connected diagonally", - "create.ponder.cog_speedup.text_2": "UNLOCALIZED: Shifting from large to small cogs, the conveyed speed will be doubled", - "create.ponder.cog_speedup.text_3": "UNLOCALIZED: Shifting the opposite way, the conveyed speed will be halved", - - "create.ponder.cogwheel.header": "UNLOCALIZED: Relaying rotational force using Cogwheels", - "create.ponder.cogwheel.text_1": "UNLOCALIZED: Cogwheels will relay rotation to other adjacent cogwheels", - "create.ponder.cogwheel.text_2": "UNLOCALIZED: Neighbouring shafts connected like this will rotate in opposite directions", - - "create.ponder.cogwheel_casing.header": "UNLOCALIZED: Encasing Cogwheels", - "create.ponder.cogwheel_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Cogwheels", - "create.ponder.cogwheel_casing.text_2": "UNLOCALIZED: Components added after encasing will not connect to the shaft outputs", - "create.ponder.cogwheel_casing.text_3": "UNLOCALIZED: The Wrench can be used to toggle connections", - - "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_motor.header": "UNLOCALIZED: Generating Rotational Force using Creative Motors", - "create.ponder.creative_motor.text_1": "UNLOCALIZED: Creative motors are a compact and configurable source of Rotational Force", - "create.ponder.creative_motor.text_2": "UNLOCALIZED: Scrolling on the back panel changes the RPM of the motors' rotational output", - - "create.ponder.creative_motor_mojang.header": "UNLOCALIZED: Mojang's Enigma", - - "create.ponder.crushing_wheels.header": "UNLOCALIZED: Processing Items with Crushing Wheels", - "create.ponder.crushing_wheels.text_1": "UNLOCALIZED: A pair of Crushing Wheels can grind items very effectively", - "create.ponder.crushing_wheels.text_2": "UNLOCALIZED: Their Rotational Input has to make them spin into each other", - "create.ponder.crushing_wheels.text_3": "UNLOCALIZED: Items thrown or inserted into the top will get processed", - "create.ponder.crushing_wheels.text_4": "UNLOCALIZED: Items can be inserted and picked up through automated means as well", - - "create.ponder.deployer.header": "UNLOCALIZED: Using the Deployer", - "create.ponder.deployer.text_1": "UNLOCALIZED: Given Rotational Force, a Deployer can imitate player interactions", - "create.ponder.deployer.text_10": "UNLOCALIZED: Right-click the front to give it an Item to use", - "create.ponder.deployer.text_11": "UNLOCALIZED: Items can also be inserted automatically", - "create.ponder.deployer.text_12": "UNLOCALIZED: Deployers carry a filter slot", - "create.ponder.deployer.text_13": "UNLOCALIZED: When a filter is set, it activates only while holding a matching item", - "create.ponder.deployer.text_14": "UNLOCALIZED: Only items matching the filter can now be inserted...", - "create.ponder.deployer.text_15": "UNLOCALIZED: ...and only non-matching items will be extracted", - "create.ponder.deployer.text_2": "UNLOCALIZED: It will always interact with the position 2 blocks in front of itself", - "create.ponder.deployer.text_3": "UNLOCALIZED: Blocks directly in front will not obstruct it", - "create.ponder.deployer.text_4": "UNLOCALIZED: Deployers can:", - "create.ponder.deployer.text_5": "UNLOCALIZED: Place Blocks,", - "create.ponder.deployer.text_6": "UNLOCALIZED: Use Items,", - "create.ponder.deployer.text_7": "UNLOCALIZED: Activate Blocks,", - "create.ponder.deployer.text_8": "UNLOCALIZED: Harvest blocks", - "create.ponder.deployer.text_9": "UNLOCALIZED: and Attack Mobs", - - "create.ponder.deployer_contraption.header": "UNLOCALIZED: Using Deployers on Contraptions", - "create.ponder.deployer_contraption.text_1": "UNLOCALIZED: Whenever Deployers are moved as part of an animated Contraption...", - "create.ponder.deployer_contraption.text_2": "UNLOCALIZED: They activate at each visited location, using items from inventories anywhere on the contraption", - "create.ponder.deployer_contraption.text_3": "UNLOCALIZED: The Filter slot can be used to specify which items to pull", - - "create.ponder.deployer_modes.header": "UNLOCALIZED: Modes of the Deployer", - "create.ponder.deployer_modes.text_1": "UNLOCALIZED: By default, a Deployer imitates a Right-click interaction", - "create.ponder.deployer_modes.text_2": "UNLOCALIZED: Using a Wrench, it can be set to imitate a Left-click instead", - - "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_redstone.header": "UNLOCALIZED: Controlling Deployers with Redstone", - "create.ponder.deployer_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Deployers will not activate", - "create.ponder.deployer_redstone.text_2": "UNLOCALIZED: Before stopping, the Deployer will finish any started cycles", - "create.ponder.deployer_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", - - "create.ponder.depot.header": "UNLOCALIZED: Using Depots", - "create.ponder.depot.text_1": "UNLOCALIZED: Depots can serve as 'stationary' belt elements", - "create.ponder.depot.text_2": "UNLOCALIZED: Right-Click to manually place or remove Items from it", - "create.ponder.depot.text_3": "UNLOCALIZED: Just like Mechanical Belts, it can provide items to processing", - "create.ponder.depot.text_4": "UNLOCALIZED: ...as well as provide Items to Mechanical Arms", - - "create.ponder.display_board.header": "UNLOCALIZED: Using Display Boards", - "create.ponder.display_board.text_1": "UNLOCALIZED: Display Boards are a scalable alternative to the sign", - "create.ponder.display_board.text_2": "UNLOCALIZED: They require Rotational Force to operate", - "create.ponder.display_board.text_3": "UNLOCALIZED: Text can be displayed using Name Tags...", - "create.ponder.display_board.text_4": "UNLOCALIZED: ...or through the use of Display Links", - "create.ponder.display_board.text_5": "UNLOCALIZED: Dyes can be applied to individual lines of the board", - "create.ponder.display_board.text_6": "UNLOCALIZED: Lines can be reset by clicking them with an empty hand", - - "create.ponder.display_link.header": "UNLOCALIZED: Setting up Display Links", - "create.ponder.display_link.text_1": "UNLOCALIZED: Display Links can be used to visualise dynamic information", - "create.ponder.display_link.text_2": "UNLOCALIZED: First, right-click the target display...", - "create.ponder.display_link.text_3": "UNLOCALIZED: ...then attach it to the block to read from", - "create.ponder.display_link.text_4": "UNLOCALIZED: Open the Interface to select and configure what is sent", - "create.ponder.display_link.text_5": "UNLOCALIZED: The display will now receive information from the link", - "create.ponder.display_link.text_6": "UNLOCALIZED: Not every block can act as a source", - "create.ponder.display_link.text_7": "UNLOCALIZED: Each compatible block provides unique information", - "create.ponder.display_link.text_8": "UNLOCALIZED: The Display Link can work with several different displays", - - "create.ponder.display_link_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.display_link_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Display Links stop sending updates", - "create.ponder.display_link_redstone.text_2": "UNLOCALIZED: Once unpowered, the Timer is reset and new info is sent immediately", - "create.ponder.display_link_redstone.text_3": "UNLOCALIZED: Signals emitted from the source do not affect the Link", - - "create.ponder.empty_blaze_burner.header": "UNLOCALIZED: Using Empty Blaze Burners", - "create.ponder.empty_blaze_burner.text_1": "UNLOCALIZED: Right-click a Blaze with the empty burner to capture it", - "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: 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", - "create.ponder.encased_fluid_pipe.text_2": "UNLOCALIZED: Aside from being conceiled, Encased Pipes are locked into their connectivity state", - "create.ponder.encased_fluid_pipe.text_3": "UNLOCALIZED: It will no longer react to any neighbouring blocks being added or removed", - - "create.ponder.fan_direction.header": "UNLOCALIZED: Air flow of Encased Fans", - "create.ponder.fan_direction.text_1": "UNLOCALIZED: Encased Fans use Rotational Force to create an Air Current", - "create.ponder.fan_direction.text_2": "UNLOCALIZED: Strength and Direction of Flow depends on the Rotational Input", - - "create.ponder.fan_processing.header": "UNLOCALIZED: Processing Items using Encased Fans", - "create.ponder.fan_processing.text_1": "UNLOCALIZED: When passing through lava, the Air Flow becomes Heated", - "create.ponder.fan_processing.text_2": "UNLOCALIZED: Items caught in the area will be smelted", - "create.ponder.fan_processing.text_3": "UNLOCALIZED: Food items thrown here would be incinerated", - "create.ponder.fan_processing.text_4": "UNLOCALIZED: Instead, a setup for Smoking using Fire should be used for them", - "create.ponder.fan_processing.text_5": "UNLOCALIZED: Air Flows passing through water create a Washing Setup", - "create.ponder.fan_processing.text_6": "UNLOCALIZED: Some interesting new processing can be done with it", - "create.ponder.fan_processing.text_7": "UNLOCALIZED: The Speed of the Fan does NOT affect the processing speed, only its range", - "create.ponder.fan_processing.text_8": "UNLOCALIZED: Fan Processing can also be applied to Items on Depots and Belts", - - "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_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_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_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.funnel_compat.header": "UNLOCALIZED: Funnel compatibility", - "create.ponder.funnel_compat.text_1": "UNLOCALIZED: Funnels should also interact nicely with a handful of other components.", - "create.ponder.funnel_compat.text_2": "UNLOCALIZED: Vertical Saws", - "create.ponder.funnel_compat.text_3": "UNLOCALIZED: Depots", - "create.ponder.funnel_compat.text_4": "UNLOCALIZED: Item Drains", - - "create.ponder.funnel_direction.header": "UNLOCALIZED: Direction of Transfer", - "create.ponder.funnel_direction.text_1": "UNLOCALIZED: Placed normally, it pulls items from the inventory.", - "create.ponder.funnel_direction.text_2": "UNLOCALIZED: Placed while sneaking, it puts items into the inventory.", - "create.ponder.funnel_direction.text_3": "UNLOCALIZED: Using a wrench, the funnel can be flipped after placement.", - "create.ponder.funnel_direction.text_4": "UNLOCALIZED: Same rules will apply for most orientations.", - "create.ponder.funnel_direction.text_5": "UNLOCALIZED: Funnels on belts will extract/insert depending on its movement direction.", - - "create.ponder.funnel_intro.header": "UNLOCALIZED: Using funnels", - "create.ponder.funnel_intro.text_1": "UNLOCALIZED: Funnels are ideal for transferring items from and to inventories.", - - "create.ponder.funnel_redstone.header": "UNLOCALIZED: Redstone control", - "create.ponder.funnel_redstone.text_1": "UNLOCALIZED: Redstone power will prevent any funnel from acting", - - "create.ponder.funnel_transfer.header": "UNLOCALIZED: Direct transfer", - "create.ponder.funnel_transfer.text_1": "UNLOCALIZED: Funnels cannot ever transfer between closed inventories directly.", - "create.ponder.funnel_transfer.text_2": "UNLOCALIZED: Chutes or Smart chutes might be more suitable for such purposes.", - "create.ponder.funnel_transfer.text_3": "UNLOCALIZED: Same applies for horizontal movement. A mechanical belt should help here.", - - "create.ponder.gantry_carriage.header": "UNLOCALIZED: Using Gantry Carriages", - "create.ponder.gantry_carriage.text_1": "UNLOCALIZED: Gantry Carriages can mount to and slide along a Gantry Shaft.", - "create.ponder.gantry_carriage.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", - - "create.ponder.gantry_cascaded.header": "UNLOCALIZED: Cascaded Gantries", - "create.ponder.gantry_cascaded.text_1": "UNLOCALIZED: Gantry shafts attach to a carriage without the need of super glue", - "create.ponder.gantry_cascaded.text_2": "UNLOCALIZED: Same applies for carriages on moved Gantry Shafts", - "create.ponder.gantry_cascaded.text_3": "UNLOCALIZED: Thus, a gantry system can be cascaded to cover multiple axes of movement", - - "create.ponder.gantry_direction.header": "UNLOCALIZED: Gantry Movement Direction", - "create.ponder.gantry_direction.text_1": "UNLOCALIZED: Gantry Shafts can have opposite orientations", - "create.ponder.gantry_direction.text_2": "UNLOCALIZED: The movement direction of carriages depend on their shafts' orientation", - "create.ponder.gantry_direction.text_3": "UNLOCALIZED: ...as well as the rotation direction of the shaft", - "create.ponder.gantry_direction.text_4": "UNLOCALIZED: Same rules apply for the propagated rotation", - - "create.ponder.gantry_redstone.header": "UNLOCALIZED: Gantry Power Propagation", - "create.ponder.gantry_redstone.text_1": "UNLOCALIZED: Redstone-powered gantry shafts stop moving their carriages", - "create.ponder.gantry_redstone.text_2": "UNLOCALIZED: Instead, its rotational force is relayed to the carriages' output shaft", - - "create.ponder.gantry_shaft.header": "UNLOCALIZED: Using Gantry Shafts", - "create.ponder.gantry_shaft.text_1": "UNLOCALIZED: Gantry Shafts form the basis of a gantry setup. Attached Carriages will move along them.", - "create.ponder.gantry_shaft.text_2": "UNLOCALIZED: Gantry setups can move attached Blocks.", - - "create.ponder.gearbox.header": "UNLOCALIZED: Relaying rotational force using Gearboxes", - "create.ponder.gearbox.text_1": "UNLOCALIZED: Jumping between axes of rotation can get bulky quickly", - "create.ponder.gearbox.text_2": "UNLOCALIZED: A gearbox is the more compact equivalent of this setup", - "create.ponder.gearbox.text_3": "UNLOCALIZED: Shafts around corners rotate in mirrored directions", - "create.ponder.gearbox.text_4": "UNLOCALIZED: Straight connections will be reversed", - - "create.ponder.gearshift.header": "UNLOCALIZED: Controlling rotational force using a Gearshift", - "create.ponder.gearshift.text_1": "UNLOCALIZED: Gearshifts will relay rotation in a straight line", - "create.ponder.gearshift.text_2": "UNLOCALIZED: When powered by Redstone, it reverses the transmission", - - "create.ponder.hand_crank.header": "UNLOCALIZED: Generating Rotational Force using Hand Cranks", - "create.ponder.hand_crank.text_1": "UNLOCALIZED: Hand Cranks can be used by players to apply rotational force manually", - "create.ponder.hand_crank.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", - "create.ponder.hand_crank.text_3": "UNLOCALIZED: Its conveyed speed is relatively high", - "create.ponder.hand_crank.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", - - "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_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_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.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_vault_sizes.header": "UNLOCALIZED: Dimensions of an Item Vault", - "create.ponder.item_vault_sizes.text_1": "UNLOCALIZED: Item Vaults can be combined to increase the total capacity", - "create.ponder.item_vault_sizes.text_2": "UNLOCALIZED: Their base square can be up to 3 blocks wide...", - "create.ponder.item_vault_sizes.text_3": "UNLOCALIZED: ...and grow in length up to 3x their diameter", - - "create.ponder.item_vault_storage.header": "UNLOCALIZED: Storing Items in Vaults", - "create.ponder.item_vault_storage.text_1": "UNLOCALIZED: Item Vaults can be used to store large amounts of items", - "create.ponder.item_vault_storage.text_2": "UNLOCALIZED: However, contents cannot be added or taken manually", - "create.ponder.item_vault_storage.text_3": "UNLOCALIZED: Any components for item transfer can both insert...", - "create.ponder.item_vault_storage.text_4": "UNLOCALIZED: ...and take contents from this container", - - "create.ponder.large_cogwheel.header": "UNLOCALIZED: Relaying rotational force using Large Cogwheels", - "create.ponder.large_cogwheel.text_1": "UNLOCALIZED: Large cogwheels can connect to each other at right angles", - "create.ponder.large_cogwheel.text_2": "UNLOCALIZED: It will help relaying conveyed speed to other axes of rotation", - - "create.ponder.linear_chassis_attachment.header": "UNLOCALIZED: Attaching blocks using Linear Chassis", - "create.ponder.linear_chassis_attachment.text_1": "UNLOCALIZED: The open faces of a Linear Chassis can be made Sticky", - "create.ponder.linear_chassis_attachment.text_2": "UNLOCALIZED: Click again to make the opposite side sticky", - "create.ponder.linear_chassis_attachment.text_3": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", - "create.ponder.linear_chassis_attachment.text_4": "UNLOCALIZED: Stickied faces of the Linear Chassis will attach a line of blocks in front of it", - "create.ponder.linear_chassis_attachment.text_5": "UNLOCALIZED: Using a Wrench, a precise Range can be specified for this chassis", - "create.ponder.linear_chassis_attachment.text_6": "UNLOCALIZED: Holding CTRL and scrolling adjusts the range of all attached Chassis Blocks", - "create.ponder.linear_chassis_attachment.text_7": "UNLOCALIZED: Attaching blocks to any other side requires the use of Super Glue", - "create.ponder.linear_chassis_attachment.text_8": "UNLOCALIZED: Using these mechanics, structures of any shape can move as a Contraption", - - "create.ponder.linear_chassis_group.header": "UNLOCALIZED: Moving Linear Chassis in groups", - "create.ponder.linear_chassis_group.text_1": "UNLOCALIZED: Linear Chassis connect to identical Chassis blocks next to them", - "create.ponder.linear_chassis_group.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.linear_chassis_group.text_3": "UNLOCALIZED: Chassis of a different type or facing another direction will not attach", - - "create.ponder.mechanical_arm.header": "UNLOCALIZED: Setting up Mechanical Arms", - "create.ponder.mechanical_arm.text_1": "UNLOCALIZED: Mechanical Arms have to be assigned their in- and outputs before they are placed", - "create.ponder.mechanical_arm.text_2": "UNLOCALIZED: Right-Click inventories while holding the Arm to assign them as Targets", - "create.ponder.mechanical_arm.text_3": "UNLOCALIZED: Right-Click again to toggle between Input (Blue) and Output (Orange)", - "create.ponder.mechanical_arm.text_4": "UNLOCALIZED: Left-Click components to remove their Selection", - "create.ponder.mechanical_arm.text_5": "UNLOCALIZED: Once placed, the Mechanical Arm will target the blocks selected previously", - "create.ponder.mechanical_arm.text_6": "UNLOCALIZED: They can have any amount of in- and outputs within their range", - "create.ponder.mechanical_arm.text_7": "UNLOCALIZED: However, not every type of Inventory can be interacted with directly", - "create.ponder.mechanical_arm.text_8": "UNLOCALIZED: Funnels and Depots can help to Bridge that gap", - - "create.ponder.mechanical_arm_filtering.header": "UNLOCALIZED: Filtering Outputs of the Mechanical Arm", - "create.ponder.mechanical_arm_filtering.text_1": "UNLOCALIZED: Inputs", - "create.ponder.mechanical_arm_filtering.text_2": "UNLOCALIZED: Outputs", - "create.ponder.mechanical_arm_filtering.text_3": "UNLOCALIZED: Sometimes it is desirable to restrict targets of the Arm by matching a filter", - "create.ponder.mechanical_arm_filtering.text_4": "UNLOCALIZED: Mechanical Arms by themselves do not provide any options for filtering", - "create.ponder.mechanical_arm_filtering.text_5": "UNLOCALIZED: Brass Funnels as Targets do however communicate their own filter to the Arm", - "create.ponder.mechanical_arm_filtering.text_6": "UNLOCALIZED: The Arm is smart enough not to pick up items it couldn't distribute", - - "create.ponder.mechanical_arm_modes.header": "UNLOCALIZED: Distribution modes of the Mechanical Arm", - "create.ponder.mechanical_arm_modes.text_1": "UNLOCALIZED: Input", - "create.ponder.mechanical_arm_modes.text_2": "UNLOCALIZED: Outputs", - "create.ponder.mechanical_arm_modes.text_3": "UNLOCALIZED: Whenever an Arm has to choose between multiple valid outputs...", - "create.ponder.mechanical_arm_modes.text_4": "UNLOCALIZED: ...it will act according to its setting", - "create.ponder.mechanical_arm_modes.text_5": "UNLOCALIZED: Scrolling with a Wrench will allow you to configure it", - "create.ponder.mechanical_arm_modes.text_6": "UNLOCALIZED: Round Robin mode simply cycles through all outputs that are available", - "create.ponder.mechanical_arm_modes.text_7": "UNLOCALIZED: If an output is unable to take more items, it will be skipped", - "create.ponder.mechanical_arm_modes.text_8": "UNLOCALIZED: Forced Round Robin mode will never skip outputs, and instead wait until they are free", - "create.ponder.mechanical_arm_modes.text_9": "UNLOCALIZED: Prefer First prioritizes the outputs selected earliest when configuring this Arm", - - "create.ponder.mechanical_arm_redstone.header": "UNLOCALIZED: Controlling Mechanical Arms with Redstone", - "create.ponder.mechanical_arm_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Mechanical Arms will not activate", - "create.ponder.mechanical_arm_redstone.text_2": "UNLOCALIZED: Before stopping, it will finish any started cycles", - "create.ponder.mechanical_arm_redstone.text_3": "UNLOCALIZED: Thus, a negative pulse can be used to trigger exactly one activation cycle", - - "create.ponder.mechanical_bearing.header": "UNLOCALIZED: Movings Structures using the Mechanical Bearing", - "create.ponder.mechanical_bearing.text_1": "UNLOCALIZED: Mechanical Bearings attach to the block in front of them", - "create.ponder.mechanical_bearing.text_2": "UNLOCALIZED: Upon receiving Rotational Force, it will assemble it into a Rotating Contraption", - - "create.ponder.mechanical_crafter.header": "UNLOCALIZED: Setting up Mechanical Crafters", - "create.ponder.mechanical_crafter.text_1": "UNLOCALIZED: An array of Mechanical Crafters can be used to automate any Crafting Recipe", - "create.ponder.mechanical_crafter.text_2": "UNLOCALIZED: Using a Wrench, the Crafters' paths can be arranged", - "create.ponder.mechanical_crafter.text_3": "UNLOCALIZED: For a valid setup, all paths have to converge into one exit at any side", - "create.ponder.mechanical_crafter.text_4": "UNLOCALIZED: The outputs will be placed into the inventory at the exit", - "create.ponder.mechanical_crafter.text_5": "UNLOCALIZED: Mechanical Crafters require Rotational Force to operate", - "create.ponder.mechanical_crafter.text_6": "UNLOCALIZED: Right-Click the front to insert Items manually", - "create.ponder.mechanical_crafter.text_7": "UNLOCALIZED: Once every slot of a path contains an Item, the crafting process will begin", - "create.ponder.mechanical_crafter.text_8": "UNLOCALIZED: For recipes not fully occupying the crafter setup, the start can be forced using a Redstone Pulse", - - "create.ponder.mechanical_crafter_connect.header": "UNLOCALIZED: Connecting Inventories of Crafters", - "create.ponder.mechanical_crafter_connect.text_1": "UNLOCALIZED: Items can be inserted to Crafters automatically", - "create.ponder.mechanical_crafter_connect.text_2": "UNLOCALIZED: Using the Wrench at their backs, Mechanical Crafter inputs can be combined", - "create.ponder.mechanical_crafter_connect.text_3": "UNLOCALIZED: All connected Crafters can now be accessed by the same input location", - - "create.ponder.mechanical_crafter_covers.header": "UNLOCALIZED: Covering slots of Mechanical Crafters", - "create.ponder.mechanical_crafter_covers.text_1": "UNLOCALIZED: Some recipes will require additional Crafters to bridge gaps in the path", - "create.ponder.mechanical_crafter_covers.text_2": "UNLOCALIZED: Using Slot Covers, Crafters can be set to act as an Empty Slot in the arrangement", - "create.ponder.mechanical_crafter_covers.text_3": "UNLOCALIZED: Shared Inputs created with the Wrench at the back can also reach across covered Crafters", - - "create.ponder.mechanical_drill.header": "UNLOCALIZED: Breaking Blocks with the Mechanical Drill", - "create.ponder.mechanical_drill.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Drill will break blocks directly in front of it", - "create.ponder.mechanical_drill.text_2": "UNLOCALIZED: Its mining speed depends on the Rotational Input", - - "create.ponder.mechanical_drill_contraption.header": "UNLOCALIZED: Using Mechanical Drills on Contraptions", - "create.ponder.mechanical_drill_contraption.text_1": "UNLOCALIZED: Whenever Drills are moved as part of an animated Contraption...", - "create.ponder.mechanical_drill_contraption.text_2": "UNLOCALIZED: ...they will break blocks the contraption runs them into", - - "create.ponder.mechanical_harvester.header": "UNLOCALIZED: Using Mechanical Harvesters on Contraptions", - "create.ponder.mechanical_harvester.text_1": "UNLOCALIZED: Whenever Harvesters are moved as part of an animated Contraption...", - "create.ponder.mechanical_harvester.text_2": "UNLOCALIZED: They will harvest and reset any mature crops on their way", - - "create.ponder.mechanical_mixer.header": "UNLOCALIZED: Processing Items with the Mechanical Mixer", - "create.ponder.mechanical_mixer.text_1": "UNLOCALIZED: With a Mixer and Basin, some Crafting Recipes can be automated", - "create.ponder.mechanical_mixer.text_2": "UNLOCALIZED: Available recipes include any Shapeless Crafting Recipe, plus a couple extra ones", - "create.ponder.mechanical_mixer.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", - "create.ponder.mechanical_mixer.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", - - "create.ponder.mechanical_piston.header": "UNLOCALIZED: Moving Structures using Mechanical Pistons", - "create.ponder.mechanical_piston.text_1": "UNLOCALIZED: Mechanical Pistons can move blocks in front of them", - "create.ponder.mechanical_piston.text_2": "UNLOCALIZED: Speed and direction of movement depend on the Rotational Input", - "create.ponder.mechanical_piston.text_3": "UNLOCALIZED: Sticky Mechanical Pistons can pull the attached blocks back", - - "create.ponder.mechanical_piston_modes.header": "UNLOCALIZED: Movement Modes of the Mechanical Piston", - "create.ponder.mechanical_piston_modes.text_1": "UNLOCALIZED: Whenever Pistons stop moving, the moved structure reverts to blocks", - "create.ponder.mechanical_piston_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", - - "create.ponder.mechanical_plough.header": "UNLOCALIZED: Using Mechanical Ploughs on Contraptions", - "create.ponder.mechanical_plough.text_1": "UNLOCALIZED: Whenever Ploughs are moved as part of an animated Contraption...", - "create.ponder.mechanical_plough.text_2": "UNLOCALIZED: ...they will break blocks without a solid collision hitbox", - "create.ponder.mechanical_plough.text_3": "UNLOCALIZED: Additionally, ploughs can create farmland", - "create.ponder.mechanical_plough.text_4": "UNLOCALIZED: ...they can also launch entities without hurting them", - - "create.ponder.mechanical_press.header": "UNLOCALIZED: Processing Items with the Mechanical Press", - "create.ponder.mechanical_press.text_1": "UNLOCALIZED: The Mechanical Press can process items provided beneath it", - "create.ponder.mechanical_press.text_2": "UNLOCALIZED: The Input items can be dropped or placed on a Depot under the Press", - "create.ponder.mechanical_press.text_3": "UNLOCALIZED: When items are provided on a belt...", - "create.ponder.mechanical_press.text_4": "UNLOCALIZED: The Press will hold and process them automatically", - - "create.ponder.mechanical_press_compacting.header": "UNLOCALIZED: Compacting items with the Mechanical Press", - "create.ponder.mechanical_press_compacting.text_1": "UNLOCALIZED: Pressing items held in a Basin will cause them to be Compacted", - "create.ponder.mechanical_press_compacting.text_2": "UNLOCALIZED: Compacting includes any filled 2x2 or 3x3 Crafting Recipe, plus a couple extra ones", - "create.ponder.mechanical_press_compacting.text_3": "UNLOCALIZED: Some of those recipes may require the heat of a Blaze Burner", - "create.ponder.mechanical_press_compacting.text_4": "UNLOCALIZED: The filter slot can be used in case two recipes are conflicting.", - - "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_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_saw_breaker.header": "UNLOCALIZED: Cutting Trees with the Mechanical Saw", - "create.ponder.mechanical_saw_breaker.text_1": "UNLOCALIZED: When given Rotational Force, a Mechanical Saw will cut trees directly in front of it", - "create.ponder.mechanical_saw_breaker.text_2": "UNLOCALIZED: In order to cut the tree fully, the Saw has to break the last block connecting it to the ground", - - "create.ponder.mechanical_saw_contraption.header": "UNLOCALIZED: Using Mechanical Saws on Contraptions", - "create.ponder.mechanical_saw_contraption.text_1": "UNLOCALIZED: Whenever Saws are moved as part of an animated Contraption...", - "create.ponder.mechanical_saw_contraption.text_2": "UNLOCALIZED: ...they will cut any trees the contraption runs them into", - - "create.ponder.mechanical_saw_processing.header": "UNLOCALIZED: Processing Items on the Mechanical Saw", - "create.ponder.mechanical_saw_processing.text_1": "UNLOCALIZED: Upward facing Mechanical Saws can process a variety of items", - "create.ponder.mechanical_saw_processing.text_2": "UNLOCALIZED: The processed item always moves against the rotational input to the saw", - "create.ponder.mechanical_saw_processing.text_3": "UNLOCALIZED: Saws can work in-line with Mechanical Belts", - "create.ponder.mechanical_saw_processing.text_4": "UNLOCALIZED: When an ingredient has multiple possible outcomes, the filter slot can specify it", - "create.ponder.mechanical_saw_processing.text_5": "UNLOCALIZED: Without filter, the Saw would cycle through all outcomes instead", - - "create.ponder.millstone.header": "UNLOCALIZED: Processing Items in the Millstone", - "create.ponder.millstone.text_1": "UNLOCALIZED: Millstones process items by grinding them", - "create.ponder.millstone.text_2": "UNLOCALIZED: They can be powered from the side using cogwheels", - "create.ponder.millstone.text_3": "UNLOCALIZED: Throw or Insert items at the top", - "create.ponder.millstone.text_4": "UNLOCALIZED: After some time, the result can be obtained via Right-click", - "create.ponder.millstone.text_5": "UNLOCALIZED: The outputs can also be extracted by automation", - - "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", - "create.ponder.piston_pole.text_2": "UNLOCALIZED: The Length of pole added at its back determines the Extension Range", - - "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_storage_interface.header": "UNLOCALIZED: Contraption Storage Exchange", - "create.ponder.portable_storage_interface.text_1": "UNLOCALIZED: Inventories on moving contraptions cannot be accessed by players.", - "create.ponder.portable_storage_interface.text_2": "UNLOCALIZED: This component can interact with storage without the need to stop the contraption.", - "create.ponder.portable_storage_interface.text_3": "UNLOCALIZED: Place a second one with a gap of 1 or 2 blocks inbetween", - "create.ponder.portable_storage_interface.text_4": "UNLOCALIZED: Whenever they pass by each other, they will engage in a connection", - "create.ponder.portable_storage_interface.text_5": "UNLOCALIZED: While engaged, the stationary interface will represent ALL inventories on the contraption", - "create.ponder.portable_storage_interface.text_6": "UNLOCALIZED: Items can now be inserted...", - "create.ponder.portable_storage_interface.text_7": "UNLOCALIZED: ...or extracted from the contraption", - "create.ponder.portable_storage_interface.text_8": "UNLOCALIZED: After no items have been exchanged for a while, the contraption will continue on its way", - - "create.ponder.portable_storage_interface_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.portable_storage_interface_redstone.text_1": "UNLOCALIZED: Redstone power will prevent the stationary interface from engaging", - - "create.ponder.powered_latch.header": "UNLOCALIZED: Controlling signals using the Powered Latch", - "create.ponder.powered_latch.text_1": "UNLOCALIZED: Powered Latches are redstone controllable Levers", - "create.ponder.powered_latch.text_2": "UNLOCALIZED: Signals at the back switch it on", - "create.ponder.powered_latch.text_3": "UNLOCALIZED: Signals from the side switch it back off", - "create.ponder.powered_latch.text_4": "UNLOCALIZED: Powered latches can also be toggled manually", - - "create.ponder.powered_toggle_latch.header": "UNLOCALIZED: Controlling signals using the Powered Toggle Latch", - "create.ponder.powered_toggle_latch.text_1": "UNLOCALIZED: Powered Toggle Latches are redstone controllable Levers", - "create.ponder.powered_toggle_latch.text_2": "UNLOCALIZED: Signals at the back will toggle its state", - "create.ponder.powered_toggle_latch.text_3": "UNLOCALIZED: ...on and back off", - "create.ponder.powered_toggle_latch.text_4": "UNLOCALIZED: Powered toggle latches can also be toggled manually", - - "create.ponder.pulse_extender.header": "UNLOCALIZED: Controlling signals using Pulse Extenders", - "create.ponder.pulse_extender.text_1": "UNLOCALIZED: Pulse Extenders can lengthen a signal passing through", - "create.ponder.pulse_extender.text_2": "UNLOCALIZED: They activate after a short delay...", - "create.ponder.pulse_extender.text_3": "UNLOCALIZED: ...and cool down for the configured duration", - "create.ponder.pulse_extender.text_4": "UNLOCALIZED: Using the mouse wheel, the discharge time can be configured", - "create.ponder.pulse_extender.text_5": "UNLOCALIZED: The configured duration can range up to 30 minutes", - - "create.ponder.pulse_repeater.header": "UNLOCALIZED: Controlling signals using Pulse Repeaters", - "create.ponder.pulse_repeater.text_1": "UNLOCALIZED: Pulse Repeaters emit a short pulse at a delay", - "create.ponder.pulse_repeater.text_2": "UNLOCALIZED: Using the mouse wheel, the charge time can be configured", - "create.ponder.pulse_repeater.text_3": "UNLOCALIZED: Configured delays can range up to 30 minutes", - - "create.ponder.radial_chassis.header": "UNLOCALIZED: Attaching blocks using Radial Chassis", - "create.ponder.radial_chassis.text_1": "UNLOCALIZED: Radial Chassis connect to identical Chassis blocks in a row", - "create.ponder.radial_chassis.text_2": "UNLOCALIZED: When one is moved by a Contraption, the others are dragged with it", - "create.ponder.radial_chassis.text_3": "UNLOCALIZED: The side faces of a Radial Chassis can be made Sticky", - "create.ponder.radial_chassis.text_4": "UNLOCALIZED: Click again to make all other sides sticky", - "create.ponder.radial_chassis.text_5": "UNLOCALIZED: Sneak and Right-Click with an empty hand to remove the slime", - "create.ponder.radial_chassis.text_6": "UNLOCALIZED: Whenever a Block is next to a sticky face...", - "create.ponder.radial_chassis.text_7": "UNLOCALIZED: ...it will attach all reachable blocks within a radius on that layer", - "create.ponder.radial_chassis.text_8": "UNLOCALIZED: Using a Wrench, a precise Radius can be specified for this chassis", - "create.ponder.radial_chassis.text_9": "UNLOCALIZED: Blocks not reachable by any sticky face will not attach", - - "create.ponder.redstone_contact.header": "UNLOCALIZED: Redstone Contacts", - "create.ponder.redstone_contact.text_1": "UNLOCALIZED: Redstone Contacts facing each other will emit a redstone signal", - "create.ponder.redstone_contact.text_2": "UNLOCALIZED: This still applies when one of them is part of a moving Contraption", - - "create.ponder.redstone_link.header": "UNLOCALIZED: Using Redstone Links", - "create.ponder.redstone_link.text_1": "UNLOCALIZED: Redstone Links can transmit redstone signals wirelessly", - "create.ponder.redstone_link.text_2": "UNLOCALIZED: Right-click while Sneaking to toggle receive mode", - "create.ponder.redstone_link.text_3": "UNLOCALIZED: A simple Right-click with a Wrench can do the same", - "create.ponder.redstone_link.text_4": "UNLOCALIZED: Receivers emit the redstone power of transmitters within 128 blocks", - "create.ponder.redstone_link.text_5": "UNLOCALIZED: Placing items in the two slots can specify a Frequency", - "create.ponder.redstone_link.text_6": "UNLOCALIZED: Only the links with matching Frequencies will communicate", - - "create.ponder.rope_pulley.header": "UNLOCALIZED: Moving Structures using Rope Pulleys", - "create.ponder.rope_pulley.text_1": "UNLOCALIZED: Rope Pulleys can move blocks vertically when given Rotational Force", - "create.ponder.rope_pulley.text_2": "UNLOCALIZED: Direction and Speed of movement depend on the Rotational Input", - - "create.ponder.rope_pulley_attachment.header": "UNLOCALIZED: Moving Pulleys as part of a Contraption", - "create.ponder.rope_pulley_attachment.text_1": "UNLOCALIZED: Whenever Pulleys are themselves being moved by a Contraption...", - "create.ponder.rope_pulley_attachment.text_2": "UNLOCALIZED: ...its attached structure will be dragged with it", - "create.ponder.rope_pulley_attachment.text_3": "UNLOCALIZED: Mind that pulleys are only movable while stopped", - - "create.ponder.rope_pulley_modes.header": "UNLOCALIZED: Movement Modes of the Rope Pulley", - "create.ponder.rope_pulley_modes.text_1": "UNLOCALIZED: Whenever Pulleys stop moving, the moved structure reverts to blocks", - "create.ponder.rope_pulley_modes.text_2": "UNLOCALIZED: It can be configured never to revert to solid blocks, or only at the location it started at", - - "create.ponder.rose_quartz_lamp.header": "UNLOCALIZED: Rose Quartz Lamps", - "create.ponder.rose_quartz_lamp.text_1": "UNLOCALIZED: Rose Quartz Lamps activate on a Redstone signal", - "create.ponder.rose_quartz_lamp.text_2": "UNLOCALIZED: They will continue to emit redstone power afterwards", - "create.ponder.rose_quartz_lamp.text_3": "UNLOCALIZED: When multiple lamps are arranged in a group...", - "create.ponder.rose_quartz_lamp.text_4": "UNLOCALIZED: ...activating a Lamp will focus the signal to it, deactivating all others", - "create.ponder.rose_quartz_lamp.text_5": "UNLOCALIZED: Comparators output based on the distance to a powered lamp", - "create.ponder.rose_quartz_lamp.text_6": "UNLOCALIZED: The Lamps can also be toggled manually using a Wrench", - - "create.ponder.rotation_speed_controller.header": "UNLOCALIZED: Using the Rotational Speed Controller", - "create.ponder.rotation_speed_controller.text_1": "UNLOCALIZED: Rot. Speed Controllers relay rotation from their axis to a Large Cogwheel above them", - "create.ponder.rotation_speed_controller.text_2": "UNLOCALIZED: Using the scroll input on its side, the conveyed speed can be configured", - - "create.ponder.sail.header": "UNLOCALIZED: Assembling Windmills using Sails", - "create.ponder.sail.text_1": "UNLOCALIZED: Sails are handy blocks to create Windmills with", - "create.ponder.sail.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", - "create.ponder.sail.text_3": "UNLOCALIZED: Right-Click with Dye to paint them", - "create.ponder.sail.text_4": "UNLOCALIZED: Right-Click with Shears to turn them back into frames", - - "create.ponder.sail_frame.header": "UNLOCALIZED: Assembling Windmills using Sail Frames", - "create.ponder.sail_frame.text_1": "UNLOCALIZED: Sail Frames are handy blocks to create Windmills with", - "create.ponder.sail_frame.text_2": "UNLOCALIZED: They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", - - "create.ponder.sequenced_gearshift.header": "UNLOCALIZED: Controlling Rotational Speed using Sequenced Gearshifts", - "create.ponder.sequenced_gearshift.text_1": "UNLOCALIZED: Seq. Gearshifts relay rotation by following a timed list of instructions", - "create.ponder.sequenced_gearshift.text_2": "UNLOCALIZED: Right-click it to open the Configuration UI", - "create.ponder.sequenced_gearshift.text_3": "UNLOCALIZED: Upon receiving a Redstone Signal, it will start running its configured sequence", - "create.ponder.sequenced_gearshift.text_4": "UNLOCALIZED: Once finished, it waits for the next Redstone Signal and starts over", - "create.ponder.sequenced_gearshift.text_5": "UNLOCALIZED: A redstone comparator can be used to read the current progress", - - "create.ponder.shaft.header": "UNLOCALIZED: Relaying rotational force using Shafts", - "create.ponder.shaft.text_1": "UNLOCALIZED: Shafts will relay rotation in a straight line.", - - "create.ponder.shaft_casing.header": "UNLOCALIZED: Encasing Shafts", - "create.ponder.shaft_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Shafts", - - "create.ponder.smart_chute.header": "UNLOCALIZED: Filtering Items using Smart Chutes", - "create.ponder.smart_chute.text_1": "UNLOCALIZED: Smart Chutes are vertical chutes with additional control", - "create.ponder.smart_chute.text_2": "UNLOCALIZED: Items in the filter slot specify what exactly they can extract and transfer", - "create.ponder.smart_chute.text_3": "UNLOCALIZED: Use the Mouse Wheel to specify the extracted stack size", - "create.ponder.smart_chute.text_4": "UNLOCALIZED: Redstone power will prevent Smart Chutes from acting.", - - "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.speedometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Speedometer", - "create.ponder.speedometer.text_1": "UNLOCALIZED: The Speedometer displays the current Speed of the attached components", - "create.ponder.speedometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", - "create.ponder.speedometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Speedometer's measurements", - - "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.stabilized_bearings.header": "UNLOCALIZED: Stabilized Contraptions", - "create.ponder.stabilized_bearings.text_1": "UNLOCALIZED: Whenever Mechanical Bearings are themselves part of a moving Structure..", - "create.ponder.stabilized_bearings.text_2": "UNLOCALIZED: ..they will attempt to keep themselves upright", - "create.ponder.stabilized_bearings.text_3": "UNLOCALIZED: Once again, the bearing will attach to the block in front of it", - "create.ponder.stabilized_bearings.text_4": "UNLOCALIZED: As a result, the entire sub-Contraption will stay upright", - - "create.ponder.steam_engine.header": "UNLOCALIZED: Setting up Steam Engines", - "create.ponder.steam_engine.text_1": "UNLOCALIZED: Steam Engines can be placed on a Fluid Tank", - "create.ponder.steam_engine.text_10": "UNLOCALIZED: Lvl 4", - "create.ponder.steam_engine.text_11": "UNLOCALIZED: 4 Engines", - "create.ponder.steam_engine.text_12": "UNLOCALIZED: Lvl 8", - "create.ponder.steam_engine.text_13": "UNLOCALIZED: 8 Engines", - "create.ponder.steam_engine.text_2": "UNLOCALIZED: Clicking the engine with a Shaft creates the Kinetic Output", - "create.ponder.steam_engine.text_3": "UNLOCALIZED: With sufficient Heat, Water and Boiler space...", - "create.ponder.steam_engine.text_4": "UNLOCALIZED: ...they will generate Rotational Force", - "create.ponder.steam_engine.text_5": "UNLOCALIZED: The minimal setup requires 4 Fluid Tanks", - "create.ponder.steam_engine.text_6": "UNLOCALIZED: With the help of Blaze Burners, the power output can be increased", - "create.ponder.steam_engine.text_7": "UNLOCALIZED: Higher power levels require more Water, Size and Heat", - "create.ponder.steam_engine.text_8": "UNLOCALIZED: The boiler's current power level can be inspected with Engineer's Goggles", - "create.ponder.steam_engine.text_9": "UNLOCALIZED: With each added power level, an additional Engine can output at full capacity", - - "create.ponder.steam_whistle.header": "UNLOCALIZED: Setting up Steam Whistles", - "create.ponder.steam_whistle.text_1": "UNLOCALIZED: Steam Whistles can be placed on a Fluid Tank", - "create.ponder.steam_whistle.text_2": "UNLOCALIZED: If the tank receives sufficient heat...", - "create.ponder.steam_whistle.text_3": "UNLOCALIZED: ...the Whistle will play a note when activated", - "create.ponder.steam_whistle.text_4": "UNLOCALIZED: Use a Whistle item on the block to lower its pitch", - "create.ponder.steam_whistle.text_5": "UNLOCALIZED: Cycle between three different octaves using a Wrench", - "create.ponder.steam_whistle.text_6": "UNLOCALIZED: Engineer's Goggles can help to find out the current pitch of a Whistle", - - "create.ponder.sticker.header": "UNLOCALIZED: Attaching blocks using the Sticker", - "create.ponder.sticker.text_1": "UNLOCALIZED: Stickers are ideal for Redstone-controlled block attachment", - "create.ponder.sticker.text_2": "UNLOCALIZED: Upon receiving a signal, it will toggle its state", - "create.ponder.sticker.text_3": "UNLOCALIZED: If it is now moved in a contraption, the block will move with it", - "create.ponder.sticker.text_4": "UNLOCALIZED: Toggled once again, the block is no longer attached", - - "create.ponder.stressometer.header": "UNLOCALIZED: Monitoring Kinetic information using the Stressometer", - "create.ponder.stressometer.text_1": "UNLOCALIZED: The Stressometer displays the current Stress Capacity of the attached kinetic network", - "create.ponder.stressometer.text_2": "UNLOCALIZED: When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", - "create.ponder.stressometer.text_3": "UNLOCALIZED: Comparators can emit analog Restone Signals relative to the Stressometer's measurements", - - "create.ponder.super_glue.header": "UNLOCALIZED: Attaching blocks using Super Glue", - "create.ponder.super_glue.text_1": "UNLOCALIZED: Super Glue groups blocks together into moving contraptions", - "create.ponder.super_glue.text_2": "UNLOCALIZED: Clicking two endpoints creates a new 'glued' area", - "create.ponder.super_glue.text_3": "UNLOCALIZED: To remove a box, punch it with the glue item in hand", - "create.ponder.super_glue.text_4": "UNLOCALIZED: Adjacent blocks sharing an area will pull each other along", - "create.ponder.super_glue.text_5": "UNLOCALIZED: Overlapping glue volumes will move together", - "create.ponder.super_glue.text_6": "UNLOCALIZED: Blocks hanging on others usually do not require glue", - - "create.ponder.track_chunks.header": "UNLOCALIZED: Traversing unloaded Chunks", - "create.ponder.track_chunks.text_1": "UNLOCALIZED: Tracks stay functional outside of loaded chunks", - "create.ponder.track_chunks.text_2": "UNLOCALIZED: Trains will travel through inactive sections of the world without issue", - "create.ponder.track_chunks.text_3": "UNLOCALIZED: They will still stop at stations or red signals", - "create.ponder.track_chunks.text_4": "UNLOCALIZED: However, Drills and other on-board machines will not operate", - "create.ponder.track_chunks.text_5": "UNLOCALIZED: Once near a Player, the train will re-appear", - - "create.ponder.track_observer.header": "UNLOCALIZED: Detecting Trains", - "create.ponder.track_observer.text_1": "UNLOCALIZED: Select a Train Track then place the Observer nearby", - "create.ponder.track_observer.text_2": "UNLOCALIZED: The Observer will detect any Trains passing over the marker", - "create.ponder.track_observer.text_3": "UNLOCALIZED: Observers can be filtered to activate for matching cargo", - - "create.ponder.track_placement.header": "UNLOCALIZED: Placing Train Tracks", - "create.ponder.track_placement.text_1": "UNLOCALIZED: A new type of rail designed for Train Contraptions", - "create.ponder.track_placement.text_2": "UNLOCALIZED: To place rows of track in bulk, click on an existing track", - "create.ponder.track_placement.text_3": "UNLOCALIZED: Then place or select a second track", - "create.ponder.track_placement.text_4": "UNLOCALIZED: Tracks can also be placed as turns or slopes", - "create.ponder.track_placement.text_5": "UNLOCALIZED: When connecting, tracks will try to make each turn equally sized", - "create.ponder.track_placement.text_6": "UNLOCALIZED: Holding the sprint key while connecting...", - "create.ponder.track_placement.text_7": "UNLOCALIZED: ...will create the longest fitting bend instead", - "create.ponder.track_placement.text_8": "UNLOCALIZED: Materials in the off-hand will be paved under tracks automatically", - - "create.ponder.track_portal.header": "UNLOCALIZED: Tracks and the Nether", - "create.ponder.track_portal.text_1": "UNLOCALIZED: Tracks placed up against a nether portal...", - "create.ponder.track_portal.text_2": "UNLOCALIZED: ...will attempt to create a paired track on the other side", - "create.ponder.track_portal.text_3": "UNLOCALIZED: Trains on this track are now able to travel across dimensions", - - "create.ponder.train_assembly.header": "UNLOCALIZED: Assembling Trains", - "create.ponder.train_assembly.text_1": "UNLOCALIZED: Select a Train Track then place the Station nearby", - "create.ponder.train_assembly.text_10": "UNLOCALIZED: Every Train requires Train Controls on board", - "create.ponder.train_assembly.text_11": "UNLOCALIZED: An optional second one allows departure from Stations in both directions", - "create.ponder.train_assembly.text_12": "UNLOCALIZED: Open the Station UI and confirm the Assembly process", - "create.ponder.train_assembly.text_13": "UNLOCALIZED: Trains can be disassembled back into blocks at stations only", - "create.ponder.train_assembly.text_14": "UNLOCALIZED: When used on a station, maps will add a labeled marker at the location", - "create.ponder.train_assembly.text_15": "UNLOCALIZED: Assembled Trains can be relocated to nearby Tracks using the Wrench", - "create.ponder.train_assembly.text_2": "UNLOCALIZED: Stations are the Waypoints of your Track Network", - "create.ponder.train_assembly.text_3": "UNLOCALIZED: To create a new Train, open the UI and switch to Assembly Mode", - "create.ponder.train_assembly.text_4": "UNLOCALIZED: During Assembly no scheduled trains will approach this station", - "create.ponder.train_assembly.text_5": "UNLOCALIZED: Create new bogeys by using Train Casing on Tracks", - "create.ponder.train_assembly.text_6": "UNLOCALIZED: Click the track again to cycle between bogey designs", - "create.ponder.train_assembly.text_7": "UNLOCALIZED: Attach blocks with the help of Super Glue", - "create.ponder.train_assembly.text_8": "UNLOCALIZED: Assembled Trains will move faster if they can find fuel in assembled chests or barrels", - "create.ponder.train_assembly.text_9": "UNLOCALIZED: Fuel stored in Vaults will not be consumed by the train", - - "create.ponder.train_controls.header": "UNLOCALIZED: Controlling Trains", - "create.ponder.train_controls.text_1": "UNLOCALIZED: Train Controls are required on every train contraption", - "create.ponder.train_controls.text_2": "UNLOCALIZED: Once assembled, right-click the block to start driving", - "create.ponder.train_controls.text_3": "UNLOCALIZED: Accelerate and steer the Train using movement keybinds", - "create.ponder.train_controls.text_4": "UNLOCALIZED: If desired, the top speed can be fine-tuned using the mouse wheel", - "create.ponder.train_controls.text_5": "UNLOCALIZED: Hold space to approach a nearby Station", - "create.ponder.train_controls.text_6": "UNLOCALIZED: Trains can only be disassembled back into blocks at Stations", - "create.ponder.train_controls.text_7": "UNLOCALIZED: Assembled Whistles can be activated with the sprint key", - "create.ponder.train_controls.text_8": "UNLOCALIZED: Sneak or click again to stop controlling the Train", - - "create.ponder.train_schedule.header": "UNLOCALIZED: Using Train Schedules", - "create.ponder.train_schedule.text_1": "UNLOCALIZED: Schedules allow Trains to be controlled by other Drivers", - "create.ponder.train_schedule.text_2": "UNLOCALIZED: Right-click with the item in hand to open its Interface", - "create.ponder.train_schedule.text_3": "UNLOCALIZED: Once programmed, the Schedule can be handed off to a Train Driver", - "create.ponder.train_schedule.text_4": "UNLOCALIZED: Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", - "create.ponder.train_schedule.text_5": "UNLOCALIZED: Creatures on a lead can be given their seat more conveniently", - "create.ponder.train_schedule.text_6": "UNLOCALIZED: Schedules can be retrieved from Drivers at any moment", - - "create.ponder.train_signal_placement.header": "UNLOCALIZED: Placing Train Signals", - "create.ponder.train_signal_placement.text_1": "UNLOCALIZED: Select a Train Track then place the Signal nearby", - "create.ponder.train_signal_placement.text_2": "UNLOCALIZED: Signals control the flow of Trains not driven by players", - "create.ponder.train_signal_placement.text_3": "UNLOCALIZED: Scheduled Trains will never cross signals in the opposite direction", - "create.ponder.train_signal_placement.text_4": "UNLOCALIZED: ...unless a second signal is added facing the opposite way.", - "create.ponder.train_signal_placement.text_5": "UNLOCALIZED: Nixie tubes can be attached to make a signal's lights more visible", - - "create.ponder.train_signal_redstone.header": "UNLOCALIZED: Signals & Redstone", - "create.ponder.train_signal_redstone.text_1": "UNLOCALIZED: Signals can be forced red by a redstone signal", - "create.ponder.train_signal_redstone.text_2": "UNLOCALIZED: Reversely, red signals emit a comparator output", - - "create.ponder.train_signal_signaling.header": "UNLOCALIZED: Collision Prevention with Signals", - "create.ponder.train_signal_signaling.text_1": "UNLOCALIZED: Train Signals divide a track into segments", - "create.ponder.train_signal_signaling.text_2": "UNLOCALIZED: If a Segment is occupied, no other Trains will be allowed entry", - "create.ponder.train_signal_signaling.text_3": "UNLOCALIZED: Thus, each Segment will contain only one Train at a time", - "create.ponder.train_signal_signaling.text_4": "UNLOCALIZED: A second Signal mode is available via the Wrench", - "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", - "create.ponder.train_signal_signaling.text_6": "UNLOCALIZED: This special Signal can stop trains under a second condition", - "create.ponder.train_signal_signaling.text_7": "UNLOCALIZED: It will stop Trains, which, upon entering...", - "create.ponder.train_signal_signaling.text_8": "UNLOCALIZED: ...would not be able to leave the Segment immediately", - "create.ponder.train_signal_signaling.text_9": "UNLOCALIZED: This helps keeping queued Trains out of a busy Segment", - - "create.ponder.valve_handle.header": "UNLOCALIZED: Generating Rotational Force using Valve Handles", - "create.ponder.valve_handle.text_1": "UNLOCALIZED: Valve Handles can be used by players to apply rotational force manually", - "create.ponder.valve_handle.text_2": "UNLOCALIZED: Hold Right-Click to rotate it Counter-Clockwise", - "create.ponder.valve_handle.text_3": "UNLOCALIZED: Its conveyed speed is slow and precise", - "create.ponder.valve_handle.text_4": "UNLOCALIZED: Sneak and Hold Right-Click to rotate it Clockwise", - "create.ponder.valve_handle.text_5": "UNLOCALIZED: Valve handles can be dyed for aesthetic purposes", - - "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.water_wheel.header": "UNLOCALIZED: Generating Rotational Force using Water Wheels", - "create.ponder.water_wheel.text_1": "UNLOCALIZED: Water Wheels draw force from adjacent Water Currents", - "create.ponder.water_wheel.text_2": "UNLOCALIZED: The more faces are powered, the faster the Water Wheel will rotate", - "create.ponder.water_wheel.text_3": "UNLOCALIZED: The Wheels' blades should be oriented against the flow", - "create.ponder.water_wheel.text_4": "UNLOCALIZED: Facing the opposite way, they will not be as effective", - - "create.ponder.weighted_ejector.header": "UNLOCALIZED: Using Weighted Ejectors", - "create.ponder.weighted_ejector.text_1": "UNLOCALIZED: Sneak and Right-Click holding an Ejector to select its target location", - "create.ponder.weighted_ejector.text_10": "UNLOCALIZED: It is now limited to this stack size, and only activates when its held stack reaches this amount", - "create.ponder.weighted_ejector.text_11": "UNLOCALIZED: Other Entities will always trigger an Ejector when stepping on it", - "create.ponder.weighted_ejector.text_2": "UNLOCALIZED: The placed ejector will now launch objects to the marked location", - "create.ponder.weighted_ejector.text_3": "UNLOCALIZED: A valid target can be at any height or distance within range", - "create.ponder.weighted_ejector.text_4": "UNLOCALIZED: They cannot however be off to a side", - "create.ponder.weighted_ejector.text_5": "UNLOCALIZED: If no valid Target was selected, it will simply target the block directly in front", - "create.ponder.weighted_ejector.text_6": "UNLOCALIZED: Supply Rotational Force in order to charge it up", - "create.ponder.weighted_ejector.text_7": "UNLOCALIZED: Items placed on the ejector cause it to trigger", - "create.ponder.weighted_ejector.text_8": "UNLOCALIZED: If Inventories are targeted, the ejector will wait until there is space", - "create.ponder.weighted_ejector.text_9": "UNLOCALIZED: Using the Wrench, a required Stack Size can be configured", - - "create.ponder.weighted_ejector_redstone.header": "UNLOCALIZED: Controlling Weighted Ejectors with Redstone", - "create.ponder.weighted_ejector_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Ejectors will not activate", - "create.ponder.weighted_ejector_redstone.text_2": "UNLOCALIZED: Furthermore, Observers can detect when Ejectors activate", - - "create.ponder.weighted_ejector_tunnel.header": "UNLOCALIZED: Splitting item stacks using Weighted Ejectors", - "create.ponder.weighted_ejector_tunnel.text_1": "UNLOCALIZED: Combined with Brass Tunnels, Ejectors can split item stacks by specific amounts", - "create.ponder.weighted_ejector_tunnel.text_2": "UNLOCALIZED: First, configure the Brass Tunnel to 'Prefer Nearest', in order to prioritize its side output", - "create.ponder.weighted_ejector_tunnel.text_3": "UNLOCALIZED: The Stack Size set on the Ejector now determines the amount to be split off", - "create.ponder.weighted_ejector_tunnel.text_4": "UNLOCALIZED: While a new stack of the configured size exits the side output...", - "create.ponder.weighted_ejector_tunnel.text_5": "UNLOCALIZED: ...the remainder will continue on its path", - - "create.ponder.windmill_source.header": "UNLOCALIZED: Generating Rotational Force using Windmill Bearings", - "create.ponder.windmill_source.text_1": "UNLOCALIZED: Windmill Bearings attach to the block in front of them", - "create.ponder.windmill_source.text_2": "UNLOCALIZED: Create a movable structure with the help of Super Glue", - "create.ponder.windmill_source.text_3": "UNLOCALIZED: If enough Sail-like blocks are included, this can act as a Windmill", - "create.ponder.windmill_source.text_4": "UNLOCALIZED: Activated with Right-Click, the Windmill Bearing will start providing Rotational Force", - "create.ponder.windmill_source.text_5": "UNLOCALIZED: The Amount of Sail Blocks determine its Rotation Speed", - "create.ponder.windmill_source.text_6": "UNLOCALIZED: Use a Wrench to configure its rotation direction", - "create.ponder.windmill_source.text_7": "UNLOCALIZED: Right-click the Bearing anytime to stop and edit the Structure again", - - "create.ponder.windmill_structure.header": "UNLOCALIZED: Windmill Contraptions", - "create.ponder.windmill_structure.text_1": "UNLOCALIZED: Any Structure can count as a valid Windmill, as long as it contains at least 8 sail-like Blocks.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/uk_ua.json b/src/generated/resources/assets/create/lang/unfinished/uk_ua.json deleted file mode 100644 index 44a9fd1ce4..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/uk_ua.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 184", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "Акацієве вікно", - "block.create.acacia_window_pane": "Акацієва скляна панель", - "block.create.adjustable_chain_gearshift": "Регульована ланцюгова коробка передач", - "block.create.analog_lever": "Аналоговий важіль", - "block.create.andesite_belt_funnel": "Андезитова лійка на конвеєрі", - "block.create.andesite_casing": "Андезитовий корпус", - "block.create.andesite_encased_cogwheel": "Облицьована андезитом шестірня", - "block.create.andesite_encased_large_cogwheel": "Облицьована андезитом велика шестірня", - "block.create.andesite_encased_shaft": "Облицьований андезитом вал", - "block.create.andesite_funnel": "Андезитова лійка", - "block.create.andesite_ladder": "Андезитова драбина", - "block.create.andesite_pillar": "Андезитова колона", - "block.create.andesite_tunnel": "Андезитовий тунель", - "block.create.asurine": "Азурин", - "block.create.asurine_pillar": "Азуринова колона", - "block.create.basin": "Чаша", - "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_toolbox": "Чорний ящик для інструментів", - "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_toolbox": "Синій ящик для інструментів", - "block.create.blue_valve_handle": "Синій маховик вентиля", - "block.create.brass_belt_funnel": "Латунна лійка на конвеєрі", - "block.create.brass_block": "Блок латуні", - "block.create.brass_casing": "Латунний корпус", - "block.create.brass_encased_cogwheel": "Облицьована латунню шестірня", - "block.create.brass_encased_large_cogwheel": "Облицьована латунню велика шестірня", - "block.create.brass_encased_shaft": "Облицьований латунню вал", - "block.create.brass_funnel": "Латунна лійка", - "block.create.brass_ladder": "Латунна драбина", - "block.create.brass_tunnel": "Латунний тунель", - "block.create.brown_nixie_tube": "Коричневий газорозрядний індикатор", - "block.create.brown_sail": "Коричневе крило вітряка", - "block.create.brown_seat": "Коричневе сидіння", - "block.create.brown_toolbox": "Коричневий ящик для інструментів", - "block.create.brown_valve_handle": "Коричневий маховик вентиля", - "block.create.calcite_pillar": "Кальцитова колона", - "block.create.cart_assembler": "Збирач вагонеток", - "block.create.chocolate": "Шоколад", - "block.create.chute": "Жолоб", - "block.create.clockwork_bearing": "Підшипник годинникового механізму", - "block.create.clutch": "Зчеплення", - "block.create.cogwheel": "Шестірня", - "block.create.content_observer": "Спостерігач вмісту", - "block.create.controller_rail": "Регулювальна рейка", - "block.create.controls": "Керування потягом", - "block.create.copper_backtank": "Мідний балон", - "block.create.copper_casing": "Мідний корпус", - "block.create.copper_ladder": "Мідна драбина", - "block.create.copper_shingle_slab": "Плита з мідної черепиці", - "block.create.copper_shingle_stairs": "Сходи з мідної черепиці", - "block.create.copper_shingles": "Мідна черепиця", - "block.create.copper_tile_slab": "Плита з мідної плитки", - "block.create.copper_tile_stairs": "Сходи з мідної плитки", - "block.create.copper_tiles": "Мідна плитка", - "block.create.copper_valve_handle": "Мідний маховик вентиля", - "block.create.creative_crate": "Творчий ящик", - "block.create.creative_fluid_tank": "Творчий рідинний резервуар", - "block.create.creative_motor": "Творчий двигун", - "block.create.crimsite": "Кримзит", - "block.create.crimsite_pillar": "Кримзитова колона", - "block.create.crimson_window": "Багряне вікно", - "block.create.crimson_window_pane": "Багряна скляна панель", - "block.create.crushing_wheel": "Дробильне колесо", - "block.create.crushing_wheel_controller": "Контролер дробильного колеса", - "block.create.cuckoo_clock": "Годинник із зозулею", - "block.create.cut_andesite": "Тесаний андезит", - "block.create.cut_andesite_brick_slab": "Плита з тесаної андезитової цегли", - "block.create.cut_andesite_brick_stairs": "Сходи з тесаної андезитової цегли", - "block.create.cut_andesite_brick_wall": "Стіна з тесаної андезитової цегли", - "block.create.cut_andesite_bricks": "Тесана андезитова цегла", - "block.create.cut_andesite_slab": "Плита з тесаного андезиту", - "block.create.cut_andesite_stairs": "Сходи з тесаного андезиту", - "block.create.cut_andesite_wall": "Стіна з тесаного андезиту", - "block.create.cut_asurine": "Тесаний азурин", - "block.create.cut_asurine_brick_slab": "Плита з тесаної азуринової цегли", - "block.create.cut_asurine_brick_stairs": "Сходи з тесаної азуринової цегли", - "block.create.cut_asurine_brick_wall": "Стіна з тесаної азуринової цегли", - "block.create.cut_asurine_bricks": "Тесана азуринова цегла", - "block.create.cut_asurine_slab": "Плита з тесаного азурину", - "block.create.cut_asurine_stairs": "Сходи з тесаного азурину", - "block.create.cut_asurine_wall": "Стіна з тесаного азурину", - "block.create.cut_calcite": "Тесаний кальцит", - "block.create.cut_calcite_brick_slab": "Плита з тесаної кальцитової цегли", - "block.create.cut_calcite_brick_stairs": "Сходи з тесаної кальцитової цегли", - "block.create.cut_calcite_brick_wall": "Стіна з тесаної кальцитової цегли", - "block.create.cut_calcite_bricks": "Тесана кальцитова цегла", - "block.create.cut_calcite_slab": "Плита з тесаного кальциту", - "block.create.cut_calcite_stairs": "Сходи з тесаного кальциту", - "block.create.cut_calcite_wall": "Стіна з тесаного кальциту", - "block.create.cut_crimsite": "Тесаний кримзит", - "block.create.cut_crimsite_brick_slab": "Плита з тесаної кримзитової цегли", - "block.create.cut_crimsite_brick_stairs": "Сходи з тесаної кримзитової цегли", - "block.create.cut_crimsite_brick_wall": "Стіна з тесаної кримзитової цегли", - "block.create.cut_crimsite_bricks": "Тесана кримзитова цегла", - "block.create.cut_crimsite_slab": "Плита з тесаного кримзиту", - "block.create.cut_crimsite_stairs": "Сходи з тесаного кримзиту", - "block.create.cut_crimsite_wall": "Стіна з тесаного кримзиту", - "block.create.cut_deepslate": "Тесаний глибосланець", - "block.create.cut_deepslate_brick_slab": "Плита з тесаної глибосланцевої цегли", - "block.create.cut_deepslate_brick_stairs": "Сходи з тесаної глибосланцевої цегли", - "block.create.cut_deepslate_brick_wall": "Стіна з тесаної глибосланцевої цегли", - "block.create.cut_deepslate_bricks": "Тесана глибосланцева цегла", - "block.create.cut_deepslate_slab": "Плита з тесаного глибосланцю", - "block.create.cut_deepslate_stairs": "Сходи з тесаного глибосланцю", - "block.create.cut_deepslate_wall": "Стіна з тесаного глибосланцю", - "block.create.cut_diorite": "Тесаний діорит", - "block.create.cut_diorite_brick_slab": "Плита з тесаної діоритової цегли", - "block.create.cut_diorite_brick_stairs": "Сходи з тесаної діоритової цегли", - "block.create.cut_diorite_brick_wall": "Стіна з тесаної діоритової цегли", - "block.create.cut_diorite_bricks": "Тесана діоритова цегла", - "block.create.cut_diorite_slab": "Плита з тесаного діориту", - "block.create.cut_diorite_stairs": "Сходи з тесаного діориту", - "block.create.cut_diorite_wall": "Стіна з тесаного діориту", - "block.create.cut_dripstone": "Тесаний крапельний камінь", - "block.create.cut_dripstone_brick_slab": "Плита з тесаної цегли крапельного каменю", - "block.create.cut_dripstone_brick_stairs": "Сходи з тесаної цегли крапельного каменю", - "block.create.cut_dripstone_brick_wall": "Стіна з тесаної цегли крапельного каменю", - "block.create.cut_dripstone_bricks": "Цегла з тесаного крапельного каменю", - "block.create.cut_dripstone_slab": "Плита з тесаного крапельного каменю", - "block.create.cut_dripstone_stairs": "Сходи з тесаного крапельного каменю", - "block.create.cut_dripstone_wall": "Стіна з тесаного крапельного каменю", - "block.create.cut_granite": "Тесаний граніт", - "block.create.cut_granite_brick_slab": "Плита з тесаної гранітної цегли", - "block.create.cut_granite_brick_stairs": "Сходи з тесаної гранітної цегли", - "block.create.cut_granite_brick_wall": "Стіна з тесаної гранітної цегли", - "block.create.cut_granite_bricks": "Тесана гранітна цегла", - "block.create.cut_granite_slab": "Плита з тесаного граніту", - "block.create.cut_granite_stairs": "Сходи з тесаного граніту", - "block.create.cut_granite_wall": "Стіна з тесаного граніту", - "block.create.cut_limestone": "Тесаний вапняк", - "block.create.cut_limestone_brick_slab": "Плита з тесаної вапнякової цегли", - "block.create.cut_limestone_brick_stairs": "Сходи з тесаної вапнякової цегли", - "block.create.cut_limestone_brick_wall": "Стіна з тесаної вапнякової цегли", - "block.create.cut_limestone_bricks": "Тесана вапнякова цегла", - "block.create.cut_limestone_slab": "Плита з тесаного вапняку", - "block.create.cut_limestone_stairs": "Сходи з тесаного вапняку", - "block.create.cut_limestone_wall": "Стіна з тесаного вапняку", - "block.create.cut_ochrum": "Тесаний окрум", - "block.create.cut_ochrum_brick_slab": "Плита з тесаної окрумової цегли", - "block.create.cut_ochrum_brick_stairs": "Сходи з тесаної окрумової цегли", - "block.create.cut_ochrum_brick_wall": "Стіна з тесаної окрумової цегли", - "block.create.cut_ochrum_bricks": "Тесана окрумова цегла", - "block.create.cut_ochrum_slab": "Плита з тесаного окрума", - "block.create.cut_ochrum_stairs": "Сходи з тесаного окрума", - "block.create.cut_ochrum_wall": "Стіна з тесаного окрума", - "block.create.cut_scorchia": "Тесана скочія", - "block.create.cut_scorchia_brick_slab": "Плита з тесаної скочієвої цегли", - "block.create.cut_scorchia_brick_stairs": "Сходи з тесаної скочієвої цегли", - "block.create.cut_scorchia_brick_wall": "Стіна з тесаної скочієвої цегли", - "block.create.cut_scorchia_bricks": "Тесана скочієва цегла", - "block.create.cut_scorchia_slab": "Плита з тесаної скочії", - "block.create.cut_scorchia_stairs": "Сходи з тесаної скочії", - "block.create.cut_scorchia_wall": "Стіна з тесаної скочії", - "block.create.cut_scoria": "Тесана скорія", - "block.create.cut_scoria_brick_slab": "Плита з тесаної скорієвої цегли", - "block.create.cut_scoria_brick_stairs": "Сходи з тесаної скорієвої цегли", - "block.create.cut_scoria_brick_wall": "Стіна з тесаної скорієвої цегли", - "block.create.cut_scoria_bricks": "Тесана скорієва цегла", - "block.create.cut_scoria_slab": "Плита з тесаної скорії", - "block.create.cut_scoria_stairs": "Сходи з тесаної скорії", - "block.create.cut_scoria_wall": "Стіна з тесаної скорії", - "block.create.cut_tuff": "Тесаний туф", - "block.create.cut_tuff_brick_slab": "Плита з тесаної туфової цегли", - "block.create.cut_tuff_brick_stairs": "Сходи з тесаної туфової цегли", - "block.create.cut_tuff_brick_wall": "Стіна з тесаної туфової цегли", - "block.create.cut_tuff_bricks": "Тесана туфова цегла", - "block.create.cut_tuff_slab": "Плита з тесаного туфу", - "block.create.cut_tuff_stairs": "Сходи з тесаного туфу", - "block.create.cut_tuff_wall": "Стіна з тесаного туфу", - "block.create.cut_veridium": "Тесаний веридій", - "block.create.cut_veridium_brick_slab": "Плита з тесаної веридієвої цегли", - "block.create.cut_veridium_brick_stairs": "Сходи з тесаної веридієвої цегли", - "block.create.cut_veridium_brick_wall": "Стіна з тесаної веридієвої цегли", - "block.create.cut_veridium_bricks": "Тесана веридієва цегла", - "block.create.cut_veridium_slab": "Плита з тесаного веридію", - "block.create.cut_veridium_stairs": "Сходи з тесаного веридію", - "block.create.cut_veridium_wall": "Стіна з тесаного веридію", - "block.create.cyan_nixie_tube": "Бірюзовий газорозрядний індикатор", - "block.create.cyan_sail": "Бірюзове крило вітряка", - "block.create.cyan_seat": "Бірюзове сидіння", - "block.create.cyan_toolbox": "Бірюзовий ящик для інструментів", - "block.create.cyan_valve_handle": "Бірюзовий маховик вентиля", - "block.create.dark_oak_window": "Темно-дубове вікно", - "block.create.dark_oak_window_pane": "Темно-дубова скляна панель", - "block.create.deepslate_pillar": "Глибосланцева колона", - "block.create.deepslate_zinc_ore": "Глибосланцева цинкова руда", - "block.create.deployer": "Застосовувач", - "block.create.depot": "Депо", - "block.create.diorite_pillar": "Діоритова колона", - "block.create.display_board": "Табло", - "block.create.display_link": "Зв'язок відображення", - "block.create.dripstone_pillar": "Колона з крапельного каменю", - "block.create.encased_chain_drive": "Облицьований ланцюговий привід", - "block.create.encased_fan": "Облицьований вентилятор", - "block.create.encased_fluid_pipe": "Облицьована рідинна труба", - "block.create.exposed_copper_shingle_slab": "Наражена плита з мідної черепиці", - "block.create.exposed_copper_shingle_stairs": "Наражені сходи з мідної черепиці", - "block.create.exposed_copper_shingles": "Наражена мідна черепиця", - "block.create.exposed_copper_tile_slab": "Наражена плита з мідної плитки", - "block.create.exposed_copper_tile_stairs": "Наражені сходи з мідної плитки", - "block.create.exposed_copper_tiles": "Наражена мідна плитка", - "block.create.fake_track": "Позначка колії для мап", - "block.create.fluid_pipe": "Рідинна труба", - "block.create.fluid_tank": "Рідинний резервуар", - "block.create.fluid_valve": "Рідинний вентиль", - "block.create.flywheel": "Маховик", - "block.create.framed_glass": "Обрамлене скло", - "block.create.framed_glass_door": "Обрамлені скляні двері", - "block.create.framed_glass_pane": "Обрамлена скляна панель", - "block.create.framed_glass_trapdoor": "Обрамлений скляний люк", - "block.create.gantry_carriage": "Шасі портального візка", - "block.create.gantry_shaft": "Портальний вал", - "block.create.gearbox": "Коробка передач", - "block.create.gearshift": "Перемикач передач", - "block.create.glass_fluid_pipe": "Скляна рідинна труба", - "block.create.granite_pillar": "Гранітна колона", - "block.create.gray_nixie_tube": "Сірий газорозрядний індикатор", - "block.create.gray_sail": "Сіре крило вітряка", - "block.create.gray_seat": "Сіре сидіння", - "block.create.gray_toolbox": "Сірий ящик для інструментів", - "block.create.gray_valve_handle": "Сірий маховик вентиля", - "block.create.green_nixie_tube": "Зелений газорозрядний індикатор", - "block.create.green_sail": "Зелене крило вітряка", - "block.create.green_seat": "Зелене сидіння", - "block.create.green_toolbox": "Зелений ящик для інструментів", - "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": "Горизонтальна обрамлена скляна панель", - "block.create.hose_pulley": "Шків зі шлангом", - "block.create.item_drain": "Стік для предметів", - "block.create.item_vault": "Сховище предметів", - "block.create.jungle_window": "Тропічне вікно", - "block.create.jungle_window_pane": "Тропічна скляна панель", - "block.create.large_bogey": "Великий візок", - "block.create.large_cogwheel": "Велика шестірня", - "block.create.layered_andesite": "Шаруватий андезит", - "block.create.layered_asurine": "Шаруватий азурин", - "block.create.layered_calcite": "Шаруватий кальцит", - "block.create.layered_crimsite": "Шаруватий кримзит", - "block.create.layered_deepslate": "Шаруватий глибосланець", - "block.create.layered_diorite": "Шаруватий діорит", - "block.create.layered_dripstone": "Шаруватий крапельний камінь", - "block.create.layered_granite": "Шаруватий граніт", - "block.create.layered_limestone": "Шаруватий вапняк", - "block.create.layered_ochrum": "Шаруватий окрум", - "block.create.layered_scorchia": "Шарувата скочія", - "block.create.layered_scoria": "Шарувата скорія", - "block.create.layered_tuff": "Шаруватий туф", - "block.create.layered_veridium": "Шаруватий веридій", - "block.create.lectern_controller": "Аналой з контролером", - "block.create.light_blue_nixie_tube": "Блакитний газорозрядний індикатор", - "block.create.light_blue_sail": "Блакитне крило вітряка", - "block.create.light_blue_seat": "Блакитне сидіння", - "block.create.light_blue_toolbox": "Блакитний ящик для інструментів", - "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_toolbox": "Світло-сірий ящик для інструментів", - "block.create.light_gray_valve_handle": "Світло-сірий маховик вентиля", - "block.create.lime_nixie_tube": "Лаймовий газорозрядний індикатор", - "block.create.lime_sail": "Лаймове крило вітряка", - "block.create.lime_seat": "Лаймове сидіння", - "block.create.lime_toolbox": "Лаймовий ящик для інструментів", - "block.create.lime_valve_handle": "Лаймовий маховик вентиля", - "block.create.limestone": "Вапняк", - "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_toolbox": "Пурпуровий ящик для інструментів", - "block.create.magenta_valve_handle": "Пурпуровий маховик вентиля", - "block.create.mechanical_arm": "Механічна рука", - "block.create.mechanical_bearing": "Механічний підшипник", - "block.create.mechanical_crafter": "Механічний збирач", - "block.create.mechanical_drill": "Механічний бур", - "block.create.mechanical_harvester": "Механічний комбайн", - "block.create.mechanical_mixer": "Механічний міксер", - "block.create.mechanical_piston": "Механічний поршень", - "block.create.mechanical_piston_head": "Головка механічного поршня", - "block.create.mechanical_plough": "Механічний плуг", - "block.create.mechanical_press": "Механічний прес", - "block.create.mechanical_pump": "Механічний насос", - "block.create.mechanical_saw": "Механічна пила", - "block.create.metal_bracket": "Металевий кронштейн", - "block.create.metal_girder": "Металевий брус", - "block.create.metal_girder_encased_shaft": "Облицьований металевим брусом вал", - "block.create.millstone": "Жорна", - "block.create.minecart_anchor": "Якір вагонетки", - "block.create.mysterious_cuckoo_clock": "Годинник із зозулею", - "block.create.nixie_tube": "Газорозрядний індикатор", - "block.create.nozzle": "Сопло", - "block.create.oak_window": "Дубове вікно", - "block.create.oak_window_pane": "Дубова скляна панель", - "block.create.ochrum": "Окрум", - "block.create.ochrum_pillar": "Окрумова колона", - "block.create.orange_sail": "Помаранчеве крило вітряка", - "block.create.orange_seat": "Помаранчеве сидіння", - "block.create.orange_toolbox": "Помаранчевий ящик для інструментів", - "block.create.orange_valve_handle": "Помаранчевий маховик вентиля", - "block.create.ornate_iron_window": "Оздоблене залізне вікно", - "block.create.ornate_iron_window_pane": "Оздоблена залізна скляна панель", - "block.create.oxidized_copper_shingle_slab": "Окиснена плита з мідної черепиці", - "block.create.oxidized_copper_shingle_stairs": "Окиснені сходи з мідної черепиці", - "block.create.oxidized_copper_shingles": "Окиснена мідна черепиця", - "block.create.oxidized_copper_tile_slab": "Окиснена плита з мідної плитки", - "block.create.oxidized_copper_tile_stairs": "Окиснені сходи з мідної плитки", - "block.create.oxidized_copper_tiles": "Окиснена мідна плитка", - "block.create.peculiar_bell": "Дивний дзвін", - "block.create.pink_nixie_tube": "Рожевий газорозрядний індикатор", - "block.create.pink_sail": "Рожеве крило вітряка", - "block.create.pink_seat": "Рожеве сидіння", - "block.create.pink_toolbox": "Рожевий ящик для інструментів", - "block.create.pink_valve_handle": "Рожевий маховик вентиля", - "block.create.piston_extension_pole": "Поршневий подовжувач", - "block.create.placard": "Плакат", - "block.create.polished_cut_andesite": "Полірований тесаний андезит", - "block.create.polished_cut_andesite_slab": "Плита з полірованого тесаного андезиту", - "block.create.polished_cut_andesite_stairs": "Сходи з полірованого тесаного андезиту", - "block.create.polished_cut_andesite_wall": "Стіна з полірованого тесаного андезиту", - "block.create.polished_cut_asurine": "Полірований азурин", - "block.create.polished_cut_asurine_slab": "Плита з полірованого азурину", - "block.create.polished_cut_asurine_stairs": "Сходи з полірованого азурину", - "block.create.polished_cut_asurine_wall": "Стіна з полірованого азурину", - "block.create.polished_cut_calcite": "Полірований кальцит", - "block.create.polished_cut_calcite_slab": "Плита з полірованого кальциту", - "block.create.polished_cut_calcite_stairs": "Сходи з полірованого кальциту", - "block.create.polished_cut_calcite_wall": "Стіна з полірованого кальциту", - "block.create.polished_cut_crimsite": "Полірований кримзит", - "block.create.polished_cut_crimsite_slab": "Плита з полірованого кримзиту", - "block.create.polished_cut_crimsite_stairs": "Сходи з полірованого кримзиту", - "block.create.polished_cut_crimsite_wall": "Стіна з полірованого кримзиту", - "block.create.polished_cut_deepslate": "Полірований тесаний глибосланець", - "block.create.polished_cut_deepslate_slab": "Плита з полірованого тесаного глибосланцю", - "block.create.polished_cut_deepslate_stairs": "Сходи з полірованого тесаного глибосланцю", - "block.create.polished_cut_deepslate_wall": "Стіна з полірованого тесаного глибосланцю", - "block.create.polished_cut_diorite": "Полірований тесаний діорит", - "block.create.polished_cut_diorite_slab": "Плита з полірованого тесаного діориту", - "block.create.polished_cut_diorite_stairs": "Сходи з полірованого тесаного діориту", - "block.create.polished_cut_diorite_wall": "Стіна з полірованого тесаного діориту", - "block.create.polished_cut_dripstone": "Полірований крапельний камінь", - "block.create.polished_cut_dripstone_slab": "Плита з полірованого крапельного каменю", - "block.create.polished_cut_dripstone_stairs": "Сходи з полірованого крапельного каменю", - "block.create.polished_cut_dripstone_wall": "Стіна з полірованого крапельного каменю", - "block.create.polished_cut_granite": "Полірований тесаний граніт", - "block.create.polished_cut_granite_slab": "Плита з полірованого тесаного граніту", - "block.create.polished_cut_granite_stairs": "Сходи з полірованого тесаного граніту", - "block.create.polished_cut_granite_wall": "Стіна з полірованого тесаного граніту", - "block.create.polished_cut_limestone": "Полірований вапняк", - "block.create.polished_cut_limestone_slab": "Плита з полірованого вапняку", - "block.create.polished_cut_limestone_stairs": "Сходи з полірованого вапняку", - "block.create.polished_cut_limestone_wall": "Стіна з полірованого вапняку", - "block.create.polished_cut_ochrum": "Полірований окрум", - "block.create.polished_cut_ochrum_slab": "Плита з полірованого окрума", - "block.create.polished_cut_ochrum_stairs": "Сходи з полірованого окрума", - "block.create.polished_cut_ochrum_wall": "Стіна з полірованого окрума", - "block.create.polished_cut_scorchia": "Полірована скочія", - "block.create.polished_cut_scorchia_slab": "Плита з полірованої скочії", - "block.create.polished_cut_scorchia_stairs": "Сходи з полірованої скочії", - "block.create.polished_cut_scorchia_wall": "Стіна з полірованої скочії", - "block.create.polished_cut_scoria": "Полірована скорія", - "block.create.polished_cut_scoria_slab": "Плита з полірованої скорії", - "block.create.polished_cut_scoria_stairs": "Сходи з полірованої скорії", - "block.create.polished_cut_scoria_wall": "Стіна з полірованої скорії", - "block.create.polished_cut_tuff": "Полірований туф", - "block.create.polished_cut_tuff_slab": "Плита з полірованого туфу", - "block.create.polished_cut_tuff_stairs": "Сходи з полірованого туфу", - "block.create.polished_cut_tuff_wall": "Стіна з полірованого туфу", - "block.create.polished_cut_veridium": "Полірований веридій", - "block.create.polished_cut_veridium_slab": "Плита з полірованого веридію", - "block.create.polished_cut_veridium_stairs": "Сходи з полірованого веридію", - "block.create.polished_cut_veridium_wall": "Стіна з полірованого веридію", - "block.create.portable_fluid_interface": "Портативний рідинний інтерфейс", - "block.create.portable_storage_interface": "Портативний інтерфейс зберігання", - "block.create.powered_latch": "Живлений важіль", - "block.create.powered_shaft": "Живлений вал", - "block.create.powered_toggle_latch": "Живлений важіль-перемикач", - "block.create.pulley_magnet": "Магніт шківа", - "block.create.pulse_extender": "Подовжувач імпульсу", - "block.create.pulse_repeater": "Повторювач імпульсу", - "block.create.purple_nixie_tube": "Фіолетовий газорозрядний індикатор", - "block.create.purple_sail": "Фіолетове крило вітряка", - "block.create.purple_seat": "Фіолетове сидіння", - "block.create.purple_toolbox": "Фіолетовий ящик для інструментів", - "block.create.purple_valve_handle": "Фіолетовий маховик вентиля", - "block.create.radial_chassis": "Радіальне шасі", - "block.create.railway_casing": "Корпус потяга", - "block.create.raw_zinc_block": "Блок необробленого цинку", - "block.create.red_nixie_tube": "Червоний газорозрядний індикатор", - "block.create.red_sail": "Червоне крило вітряка", - "block.create.red_seat": "Червоне сидіння", - "block.create.red_toolbox": "Червоний ящик для інструментів", - "block.create.red_valve_handle": "Червоний маховик вентиля", - "block.create.redstone_contact": "Редстоуновий контакт", - "block.create.redstone_link": "Редстоуновий передавач", - "block.create.refined_radiance_casing": "Блискучий корпус", - "block.create.rope": "Канат", - "block.create.rope_pulley": "Лебідка", - "block.create.rose_quartz_block": "Блок рожевого кварцу", - "block.create.rose_quartz_lamp": "Лампа з рожевого кварцу", - "block.create.rose_quartz_tiles": "Плитка з рожевого кварцу", - "block.create.rotation_speed_controller": "Регулятор швидкості обертання", - "block.create.sail_frame": "Рама крила вітряка", - "block.create.schematic_table": "Стіл для креслення", - "block.create.schematicannon": "Схематична гармата", - "block.create.scorchia": "Скочія", - "block.create.scorchia_pillar": "Скочієва колона", - "block.create.scoria": "Скорія", - "block.create.scoria_pillar": "Скорієва колона", - "block.create.secondary_linear_chassis": "Вторинне лінійне шасі", - "block.create.sequenced_gearshift": "Послідовний перемикач", - "block.create.shadow_steel_casing": "Тіньовий корпус", - "block.create.shaft": "Вал", - "block.create.small_andesite_brick_slab": "Плита з дрібної андезитової цегли", - "block.create.small_andesite_brick_stairs": "Сходи з дрібної андезитової цегли", - "block.create.small_andesite_brick_wall": "Стіна з дрібної андезитової цегли", - "block.create.small_andesite_bricks": "Дрібна андезитова цегла", - "block.create.small_asurine_brick_slab": "Плита з дрібної азуринової цегли", - "block.create.small_asurine_brick_stairs": "Сходи з дрібної азуринової цегли", - "block.create.small_asurine_brick_wall": "Стіна з дрібної азуринової цегли", - "block.create.small_asurine_bricks": "Дрібна азуринова цегла", - "block.create.small_bogey": "Малий візок", - "block.create.small_calcite_brick_slab": "Плита з дрібної кальцитової цегли", - "block.create.small_calcite_brick_stairs": "Сходи з дрібної кальцитової цегли", - "block.create.small_calcite_brick_wall": "Стіна з дрібної кальцитової цегли", - "block.create.small_calcite_bricks": "Дрібна кальцитова цегла", - "block.create.small_crimsite_brick_slab": "Плита з дрібної кримзитової цегли", - "block.create.small_crimsite_brick_stairs": "Сходи з дрібної кримзитової цегли", - "block.create.small_crimsite_brick_wall": "Стіна з дрібної кримзитової цегли", - "block.create.small_crimsite_bricks": "Дрібна кримзитова цегла", - "block.create.small_deepslate_brick_slab": "Плита з дрібної глибосланцевої цегли", - "block.create.small_deepslate_brick_stairs": "Сходи з дрібної глибосланцевої цегли", - "block.create.small_deepslate_brick_wall": "Стіна з дрібної глибосланцевої цегли", - "block.create.small_deepslate_bricks": "Дрібна глибосланцева цегла", - "block.create.small_diorite_brick_slab": "Плита з дрібної діоритової цегли", - "block.create.small_diorite_brick_stairs": "Сходи з дрібної діоритової цегли", - "block.create.small_diorite_brick_wall": "Стіна з дрібної діоритової цегли", - "block.create.small_diorite_bricks": "Дрібна діоритова цегла", - "block.create.small_dripstone_brick_slab": "Плита з дрібної цегли крапельного каменю", - "block.create.small_dripstone_brick_stairs": "Сходи з дрібної цегли крапельного каменю", - "block.create.small_dripstone_brick_wall": "Стіна з дрібної цегли крапельного каменю", - "block.create.small_dripstone_bricks": "Дрібна цегла з крапельного каменю", - "block.create.small_granite_brick_slab": "Плита з дрібної гранітної цегли", - "block.create.small_granite_brick_stairs": "Сходи з дрібної гранітної цегли", - "block.create.small_granite_brick_wall": "Стіна з дрібної гранітної цегли", - "block.create.small_granite_bricks": "Дрібна гранітна цегла", - "block.create.small_limestone_brick_slab": "Плита з дрібної вапнякової цегли", - "block.create.small_limestone_brick_stairs": "Сходи з дрібної вапнякової цегли", - "block.create.small_limestone_brick_wall": "Стіна з дрібної вапнякової цегли", - "block.create.small_limestone_bricks": "Дрібна вапнякова цегла", - "block.create.small_ochrum_brick_slab": "Плита з дрібної окрумової цегли", - "block.create.small_ochrum_brick_stairs": "Сходи з дрібної окрумової цегли", - "block.create.small_ochrum_brick_wall": "Стіна з дрібної окрумової цегли", - "block.create.small_ochrum_bricks": "Дрібна окрумова цегла", - "block.create.small_rose_quartz_tiles": "Дрібна плитка з рожевого кварцу", - "block.create.small_scorchia_brick_slab": "Плита з дрібної скочієвої цегли", - "block.create.small_scorchia_brick_stairs": "Сходи з дрібної скочієвої цегли", - "block.create.small_scorchia_brick_wall": "Стіна з дрібної скочієвої цегли", - "block.create.small_scorchia_bricks": "Дрібна скочієва цегла", - "block.create.small_scoria_brick_slab": "Плита з дрібної скорієвої цегли", - "block.create.small_scoria_brick_stairs": "Сходи з дрібної скорієвої цегли", - "block.create.small_scoria_brick_wall": "Стіна з дрібної скорієвої цегли", - "block.create.small_scoria_bricks": "Дрібна скорієва цегла", - "block.create.small_tuff_brick_slab": "Плита з дрібної туфової цегли", - "block.create.small_tuff_brick_stairs": "Сходи з дрібної туфової цегли", - "block.create.small_tuff_brick_wall": "Стіна з дрібної туфової цегли", - "block.create.small_tuff_bricks": "Дрібна туфова цегла", - "block.create.small_veridium_brick_slab": "Плита з дрібної веридієвої цегли", - "block.create.small_veridium_brick_stairs": "Сходи з дрібної веридієвої цегли", - "block.create.small_veridium_brick_wall": "Стіна з дрібної веридієвої цегли", - "block.create.small_veridium_bricks": "Дрібна веридієва цегла", - "block.create.smart_chute": "Розумний жолоб", - "block.create.smart_fluid_pipe": "Розумна рідинна труба", - "block.create.speedometer": "Вимірювач швидкості", - "block.create.spout": "Дозатор", - "block.create.spruce_window": "Смерекове вікно", - "block.create.spruce_window_pane": "Смерекова скляна панель", - "block.create.steam_engine": "Паровий двигун", - "block.create.steam_whistle": "Паровий свисток", - "block.create.steam_whistle_extension": "Подовження парового свистка", - "block.create.sticker": "Приклеювач", - "block.create.sticky_mechanical_piston": "Липкий механічний поршень", - "block.create.stockpile_switch": "Перемикач вмісту", - "block.create.stressometer": "Вимірювач навантаження", - "block.create.tiled_glass": "Плиткове скло", - "block.create.tiled_glass_pane": "Плиткова скляна панель", - "block.create.track": "Залізнична колія", - "block.create.track_observer": "Залізничний детектор", - "block.create.track_signal": "Залізничний сигнал", - "block.create.track_station": "Залізнична станція", - "block.create.train_door": "Двері потягу", - "block.create.train_trapdoor": "Люк потягу", - "block.create.tuff_pillar": "Туфова колона", - "block.create.turntable": "Обертальний стіл", - "block.create.veridium": "Веридій", - "block.create.veridium_pillar": "Веридієва колона", - "block.create.vertical_framed_glass": "Вертикальне обрамлене скло", - "block.create.vertical_framed_glass_pane": "Вертикальна обрамлена скляна панель", - "block.create.warped_window": "Химерне вікно", - "block.create.warped_window_pane": "Химерна скляна панель", - "block.create.water_wheel": "Водяне колесо", - "block.create.waxed_copper_shingle_slab": "Вощена плита з мідної черепиці", - "block.create.waxed_copper_shingle_stairs": "Вощені сходи з мідної черепиці", - "block.create.waxed_copper_shingles": "Вощена мідна черепиця", - "block.create.waxed_copper_tile_slab": "Вощена плита з мідної плитки", - "block.create.waxed_copper_tile_stairs": "Вощені сходи з мідної плитки", - "block.create.waxed_copper_tiles": "Вощена мідна плитка", - "block.create.waxed_exposed_copper_shingle_slab": "Вощена наражена плита з мідної черепиці", - "block.create.waxed_exposed_copper_shingle_stairs": "Вощені наражені сходи з мідної черепиці", - "block.create.waxed_exposed_copper_shingles": "Вощена наражена мідна черепиця", - "block.create.waxed_exposed_copper_tile_slab": "Вощена наражена плита з мідної плитки", - "block.create.waxed_exposed_copper_tile_stairs": "Вощені наражені сходи з мідної плитки", - "block.create.waxed_exposed_copper_tiles": "Вощена наражена мідна плитка", - "block.create.waxed_oxidized_copper_shingle_slab": "Вощена окиснена плита з мідної черепиці", - "block.create.waxed_oxidized_copper_shingle_stairs": "Вощені окиснені сходи з мідної черепиці", - "block.create.waxed_oxidized_copper_shingles": "Вощена окиснена мідна черепиця", - "block.create.waxed_oxidized_copper_tile_slab": "Вощена окиснена плита з мідної плитки", - "block.create.waxed_oxidized_copper_tile_stairs": "Вощені окиснені сходи з мідної плитки", - "block.create.waxed_oxidized_copper_tiles": "Вощена окиснена мідна плитка", - "block.create.waxed_weathered_copper_shingle_slab": "Вощена вивітрена плита з мідної черепиці", - "block.create.waxed_weathered_copper_shingle_stairs": "Вощені вивітрені сходи з мідної черепиці", - "block.create.waxed_weathered_copper_shingles": "Вощена вивітрена мідна черепиця", - "block.create.waxed_weathered_copper_tile_slab": "Вощена вивітрена плита з мідної плитки", - "block.create.waxed_weathered_copper_tile_stairs": "Вощені вивітрені сходи з мідної плитки", - "block.create.waxed_weathered_copper_tiles": "Вощена вивітрена мідна плитка", - "block.create.weathered_copper_shingle_slab": "Вивітрена плита з мідної черепиці", - "block.create.weathered_copper_shingle_stairs": "Вивітрені сходи з мідної черепиці", - "block.create.weathered_copper_shingles": "Вивітрена мідна черепиця", - "block.create.weathered_copper_tile_slab": "Вивітрена плита з мідної плитки", - "block.create.weathered_copper_tile_stairs": "Вивітрені сходи з мідної плитки", - "block.create.weathered_copper_tiles": "Вивітрена мідна плитка", - "block.create.weighted_ejector": "Зважена катапульта", - "block.create.white_nixie_tube": "Білий газорозрядний індикатор", - "block.create.white_sail": "Біле крило вітряка", - "block.create.white_seat": "Біле сидіння", - "block.create.white_toolbox": "Білий ящик для інструментів", - "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_toolbox": "Жовтий ящик для інструментів", - "block.create.yellow_valve_handle": "Жовтий маховик вентиля", - "block.create.zinc_block": "Блок цинку", - "block.create.zinc_ore": "Цинкова руда", - - "enchantment.create.capacity": "Ємність", - "enchantment.create.potato_recovery": "Відновлення картоплі", - - "entity.create.carriage_contraption": "Вагонне пристосування", - "entity.create.contraption": "Пристосування", - "entity.create.crafting_blueprint": "Креслення майстрування", - "entity.create.gantry_contraption": "Портальне пристосування", - "entity.create.potato_projectile": "Картопляний снаряд", - "entity.create.seat": "Сидіння", - "entity.create.stationary_contraption": "Нерухоме пристосування", - "entity.create.super_glue": "Суперклей", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "Зілля", - "fluid.create.tea": "Чай будівельника", - - "item.create.andesite_alloy": "Андезитовий сплав", - "item.create.attribute_filter": "Фільтр властивостей", - "item.create.bar_of_chocolate": "Плитка шоколаду", - "item.create.belt_connector": "Механічний ремінь", - "item.create.blaze_cake": "Торт пломеня", - "item.create.blaze_cake_base": "Основа для торта пломеня", - "item.create.brass_hand": "Латунна рука", - "item.create.brass_ingot": "Латунний злиток", - "item.create.brass_nugget": "Латунний самородок", - "item.create.brass_sheet": "Латунний лист", - "item.create.builders_tea": "Чай будівельника", - "item.create.chest_minecart_contraption": "Пристосування з вагонеткою і скринею", - "item.create.chocolate_bucket": "Відро шоколаду", - "item.create.chocolate_glazed_berries": "Ягоди в шоколадній глазурі", - "item.create.chromatic_compound": "Хроматична сполука", - "item.create.cinder_flour": "Незерське борошно", - "item.create.copper_backtank": "Мідний балон", - "item.create.copper_backtank_placeable": "Мідний балон", - "item.create.copper_nugget": "Мідний самородок", - "item.create.copper_sheet": "Мідний лист", - "item.create.crafter_slot_cover": "Кришка для слота механічного верстака", - "item.create.crafting_blueprint": "Креслення майстрування", - "item.create.creative_blaze_cake": "Творчий торт пломеня", - "item.create.crushed_aluminum_ore": "Подрібнена алюмінієва руда", - "item.create.crushed_copper_ore": "Подрібнена мідна руда", - "item.create.crushed_gold_ore": "Подрібнена золота руда", - "item.create.crushed_iron_ore": "Подрібнена залізна руда", - "item.create.crushed_lead_ore": "Подрібнена свинцева руда", - "item.create.crushed_nickel_ore": "Подрібнена нікелева руда", - "item.create.crushed_osmium_ore": "Подрібнена осмієва руда", - "item.create.crushed_platinum_ore": "Подрібнена платинова руда", - "item.create.crushed_quicksilver_ore": "Подрібнена ртутна руда", - "item.create.crushed_silver_ore": "Подрібнена срібна руда", - "item.create.crushed_tin_ore": "Подрібнена олов'яна руда", - "item.create.crushed_uranium_ore": "Подрібнена уранова руда", - "item.create.crushed_zinc_ore": "Подрібнена цинкова руда", - "item.create.diving_boots": "Водолазні чоботи", - "item.create.diving_helmet": "Водолазний шолом", - "item.create.dough": "Тісто", - "item.create.electron_tube": "Електронна лампа", - "item.create.empty_blaze_burner": "Пустий пальник пломеня", - "item.create.empty_schematic": "Порожня схема", - "item.create.experience_nugget": "Шматочок досвіду", - "item.create.extendo_grip": "Подовжений захват", - "item.create.filter": "Фільтр", - "item.create.furnace_minecart_contraption": "Пристосування з вагонеткою і піччю", - "item.create.goggles": "Інженерні окуляри", - "item.create.golden_sheet": "Золотий лист", - "item.create.handheld_worldshaper": "Творчий світотворець", - "item.create.honey_bucket": "Відро меду", - "item.create.honeyed_apple": "Яблуко з медом", - "item.create.incomplete_precision_mechanism": "Незавершений точний механізм", - "item.create.incomplete_track": "Незавершена колія", - "item.create.iron_sheet": "Залізний лист", - "item.create.linked_controller": "З'єднаний контролер", - "item.create.minecart_contraption": "Пристосування з вагонеткою", - "item.create.minecart_coupling": "З'єднувач вагонеток", - "item.create.polished_rose_quartz": "Полірований рожевий кварц", - "item.create.potato_cannon": "Картопляна гармата", - "item.create.powdered_obsidian": "Подрібнений обсидіан", - "item.create.precision_mechanism": "Точний механізм", - "item.create.propeller": "Пропелер", - "item.create.raw_zinc": "Необроблений цинк", - "item.create.red_sand_paper": "Червоний наждачний папір", - "item.create.refined_radiance": "Вишукане сяйво", - "item.create.rose_quartz": "Рожевий кварц", - "item.create.sand_paper": "Наждачний папір", - "item.create.schedule": "Розклад для потягу", - "item.create.schematic": "Схема", - "item.create.schematic_and_quill": "Схема і перо", - "item.create.shadow_steel": "Тіньова сталь", - "item.create.sturdy_sheet": "Міцний лист", - "item.create.super_glue": "Суперклей", - "item.create.sweet_roll": "Солодкий рулет", - "item.create.tree_fertilizer": "Добриво для дерев", - "item.create.unprocessed_obsidian_sheet": "Необроблений обсидіановий лист", - "item.create.vertical_gearbox": "Вертикальна коробка передач", - "item.create.wand_of_symmetry": "Жезл симетрії", - "item.create.wheat_flour": "Пшеничне борошно", - "item.create.whisk": "Віничок", - "item.create.wrench": "Гайковий ключ", - "item.create.zinc_ingot": "Цинковий злиток", - "item.create.zinc_nugget": "Цинковий самородок", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "Ласкаво просимо до Create", - "advancement.create.root.desc": "Настав час почати будувати дивовижні пристрої!", - "advancement.create.andesite_alloy": "Міцніше каміння", - "advancement.create.andesite_alloy.desc": "Отримайте трохи андезитового сплаву, найважливішого ресурсу Create.", - "advancement.create.andesite_casing": "Андезитова епоха", - "advancement.create.andesite_casing.desc": "Застосуйте андезитовий сплав на обтесаній деревині, щоб створити простий корпус для ваших механізмів", - "advancement.create.mechanical_press": "Боньк!", - "advancement.create.mechanical_press.desc": "Виготовіть декілька листів за допомогою механічного пресу.", - "advancement.create.encased_fan": "Вітрогін", - "advancement.create.encased_fan.desc": "Розмістіть та заживіть облицьований вентилятор", - "advancement.create.fan_processing": "Обробка частинками", - "advancement.create.fan_processing.desc": "Використайте облицьований вентилятор для обробки матеріалів", - "advancement.create.saw_processing": "Жах для майстерні", - "advancement.create.saw_processing.desc": "Використайте вертикальну механічну пилу для обробки матеріалів", - "advancement.create.compacting": "Ущільнення", - "advancement.create.compacting.desc": "Використайте механічний прес і чашу, щоб створити менше предметів з більшої кількості.", - "advancement.create.belt": "Поїздка на ламінарії", - "advancement.create.belt.desc": "З'єднайте два вали за допомогою механічного ременя.", - "advancement.create.funnel": "Естетика аеропорту", - "advancement.create.funnel.desc": "Виведіть або введіть предмети в контейнер, використовуючи лійку.", - "advancement.create.chute": "Вертикальна логістика", - "advancement.create.chute.desc": "Перемістіть кілька предметів за допомогою жолобу.", - "advancement.create.mechanical_mixer": "Перемішуємо", - "advancement.create.mechanical_mixer.desc": "Поєднайте інгредієнти в механічному міксері", - "advancement.create.burner": "Свідоме горно", - "advancement.create.burner.desc": "Отримайте пальник пломеня", - "advancement.create.water_wheel": "Приборкана гідравліка", - "advancement.create.water_wheel.desc": "Розмістіть водяне колесо і згенеруйте обертальну силу за його допомогою", - "advancement.create.windmill": "Легкий вітерець", - "advancement.create.windmill.desc": "Зберіть вітряк і згенеруйте обертальну силу за його допомогою", - "advancement.create.shifting_gears": "Перемикання передач", - "advancement.create.shifting_gears.desc": "З’єднайте велику шестірню з малою шестернею, щоб змінити швидкість вашого пристосування.", - "advancement.create.millstone": "Осягнути подрібнення ", - "advancement.create.millstone.desc": "Використайте жорна для подрібнення матеріалів", - "advancement.create.super_glue": "Простір сполучення", - "advancement.create.super_glue.desc": "Склейте декілька блоків докупи", - "advancement.create.contraption_actors": "Рух із задумом", - "advancement.create.contraption_actors.desc": "Створіть пристосування з бурами, пилами або комбайнами", - "advancement.create.portable_storage_interface": "Обмін мимохідь", - "advancement.create.portable_storage_interface.desc": "Використайте портативний інтерфейс зберігання, щоб вивести або ввести предмети в пристосування.", - "advancement.create.wrench_goggles": "Екіпірований", - "advancement.create.wrench_goggles.desc": "Надягніть інженерні окуляри і візьміть гайковий ключ", - "advancement.create.stressometer": "Навантаження для ботаніків", - "advancement.create.stressometer.desc": "Отримайте точні показники за допомогою окулярів інженера та вимірювача навантаження.", - "advancement.create.cuckoo_clock": "Вже час?", - "advancement.create.cuckoo_clock.desc": "Побачте, як ваш годинник із зозулею оголошує час сну", - "advancement.create.windmill_maxed": "Сильний вітер", - "advancement.create.windmill_maxed.desc": "Зберіть вітряк з максимальною потужністю", - "advancement.create.ejector_maxed": "Чемпіон стрибків з трампліну", - "advancement.create.ejector_maxed.desc": "Пролетіть більше 30 блоків, будучи запущеним зваженою катапультою", - "advancement.create.pulley_maxed": "Мотузка в нікуди", - "advancement.create.pulley_maxed.desc": "Розкрутіть лебідку на понад 200 блоків вниз", - "advancement.create.cart_pickup": "Сильні руки", - "advancement.create.cart_pickup.desc": "Підберіть пристосування з вагонеткою з щонайменше 200 прикріпленими блоками", - "advancement.create.anvil_plough": "Ковальська артилерія", - "advancement.create.anvil_plough.desc": "Запустіть ковадло механічними плугами", - "advancement.create.lava_wheel_00000": "Магмове колесо", - "advancement.create.lava_wheel_00000.desc": "Це не мало б спрацювати §7\n(приховане досягнення)", - "advancement.create.hand_crank_000": "Сеанс тренування", - "advancement.create.hand_crank_000.desc": "Використовуйте ручну корбу, допоки не перевтомитеся §7\n(приховане досягнення)", - "advancement.create.belt_funnel_kiss": "Папуги і змахи крил", - "advancement.create.belt_funnel_kiss.desc": "Розмістіть дві лійки на конвеєрі таким чином, щоб вони поцілувалися §7\n(приховане досягнення)", - "advancement.create.stressometer_maxed": "Ідеально навантажено", - "advancement.create.stressometer_maxed.desc": "Отримайте 100% показник на вимірювачі навантаження", - "advancement.create.copper": "Купрум бокум", - "advancement.create.copper.desc": "Зберіть кілька мідних злитків, для використати їх для маніпуляції рідинами ", - "advancement.create.copper_casing": "Мідна епоха", - "advancement.create.copper_casing.desc": "Застосуйте мідний злиток на обтесаній деревині, щоб створити водонепроникний корпус для ваших механізмів", - "advancement.create.spout": "Бульк", - "advancement.create.spout.desc": "Подивіться, як дозатор наповнює предмет рідиною", - "advancement.create.drain": "Перекидний рідинний стік", - "advancement.create.drain.desc": "Подивіться, як стік для предметів спустошує рідинномісткий предмет", - "advancement.create.steam_engine": "Електростанція", - "advancement.create.steam_engine.desc": "Використайте паровий двигун, щоб згенерувати обертальну силу", - "advancement.create.steam_whistle": "Голос янгола", - "advancement.create.steam_whistle.desc": "Активуйте паровий свисток", - "advancement.create.backtank": "Тиск із собою", - "advancement.create.backtank.desc": "Створіть мідний балон і наповніть його тиском", - "advancement.create.diving_suit": "Готовий до глибин", - "advancement.create.diving_suit.desc": "Надягніть водолазний шолом та мідний балон, а потім стрибніть у воду", - "advancement.create.mechanical_pump_0": "Під тиском", - "advancement.create.mechanical_pump_0.desc": "Розмістіть і заживіть механічний насос", - "advancement.create.glass_pipe": "Виявлення потоку", - "advancement.create.glass_pipe.desc": "Використайте гайковий ключ на трубі, яка містить рідину", - "advancement.create.water_supply": "Всмоктувач калюж", - "advancement.create.water_supply.desc": "Використайте кінець рідинної труби або механічний насос, щоб набрати води", - "advancement.create.hose_pulley": "Промисловий витік", - "advancement.create.hose_pulley.desc": "Опустіть шків зі шлангом та спостерігайте, як він осушує або наповнює простір рідиною.", - "advancement.create.chocolate_bucket": "Світ фантазій", - "advancement.create.chocolate_bucket.desc": "Отримайте відро розплавленого шоколаду", - "advancement.create.honey_drain": "Автономне бджільництво", - "advancement.create.honey_drain.desc": "Використайте труби для викачування меду з бджолиного гнізда чи вулика", - "advancement.create.hose_pulley_lava": "Налив з мантії", - "advancement.create.hose_pulley_lava.desc": "Викачуйте з настільки великого лавового озера, щоб воно вважалося нескінченним", - "advancement.create.steam_engine_maxed": "На всіх парах", - "advancement.create.steam_engine_maxed.desc": "Запустіть паровий двигун на максимальному рівні потужності", - "advancement.create.foods": "Збалансована дієта", - "advancement.create.foods.desc": "Створіть ягоди в шоколадній глазурі, яблуко з медом та солодкий рулон одним і тим же дозатором", - "advancement.create.diving_suit_lava": "Плавання з блукачем", - "advancement.create.diving_suit_lava.desc": "Спробуйте зануритися у лаву з вашим водолазним екіпіруванням §7\n(приховане досягнення)", - "advancement.create.chained_drain": "Перевертаючись", - "advancement.create.chained_drain.desc": "Спостерігайте, як предмет рухається вздовж предметних стоків §7\n(приховане досягнення)", - "advancement.create.cross_streams": "Не схрещуйте потоки!", - "advancement.create.cross_streams.desc": "Спостерігайте, як дві рідини зустрічаються у вашій трубопровідній мережі §7\n(приховане досягнення)", - "advancement.create.pipe_organ": "Трубковий орган", - "advancement.create.pipe_organ.desc": "Прикріпіть 12 по-різному налаштованих парових свистків до єдиного рідинного резервуару §7\n(приховане досягнення)", - "advancement.create.brass": "Справжні сплави", - "advancement.create.brass.desc": "Створіть латунні злитки з мідного і цинкового, сплавивши їх в нагрітому пломенем механічному міксері", - "advancement.create.brass_casing": "Латунна епоха", - "advancement.create.brass_casing.desc": "Застосуйте латунний сплав на обтесаній деревині, щоб створити корпус для більш складних механізмів", - "advancement.create.rose_quartz": "Рожеві діаманти", - "advancement.create.rose_quartz.desc": "Відшліфуйте рожевий кварц", - "advancement.create.deployer": "Штучний інтелект", - "advancement.create.deployer.desc": "Розмістіть та заживіть застосовувач, чудове відображення вас самих", - "advancement.create.precision_mechanism": "Заплутана дивина", - "advancement.create.precision_mechanism.desc": "Зберіть точний механізм", - "advancement.create.speed_controller": "Інженери ненавидять його!", - "advancement.create.speed_controller.desc": "Точно налаштуйте ваше пристосування за допомогою регулятора швидкості обертання", - "advancement.create.mechanical_arm": "Зайняті руки", - "advancement.create.mechanical_arm.desc": "Спостерігайте, як механічна рука переміщує свій перший предмет", - "advancement.create.mechanical_crafter": "Автоматизоване збирання", - "advancement.create.mechanical_crafter.desc": "Розмістіть та заживіть декілька механічних верстаків", - "advancement.create.crushing_wheel": "Пара гігантів", - "advancement.create.crushing_wheel.desc": "Розмістіть та заживіть пару дробильних коліс", - "advancement.create.haunted_bell": "Примарне відчуття", - "advancement.create.haunted_bell.desc": "Подзвоніть у примарний дзвін", - "advancement.create.clockwork_bearing": "Хитрий годинник", - "advancement.create.clockwork_bearing.desc": "Зберіть структуру, розташовану на підшипнику годинникового механізму", - "advancement.create.display_link": "Великі дані", - "advancement.create.display_link.desc": "Використайте зв'язок відображення, щоб візуалізувати інформацію", - "advancement.create.potato_cannon": "Свомп!", - "advancement.create.potato_cannon.desc": "Переможте ворога за допомогою картопляної гармати", - "advancement.create.extendo_grip": "Бойойоїн!", - "advancement.create.extendo_grip.desc": "Потримайте подовжений захват", - "advancement.create.linked_controller": "Дистанційна активація", - "advancement.create.linked_controller.desc": "Активуйте редстоуновий передавач за допомогою з'єднаного контролера", - "advancement.create.arm_blaze_burner": "Спалюватрон", - "advancement.create.arm_blaze_burner.desc": "Накажіть механічній руці живити ваш пальник пломеня", - "advancement.create.crusher_maxed_0000": "Дробимо", - "advancement.create.crusher_maxed_0000.desc": "Задійте пару дробильних коліс на максимальній швидкості ", - "advancement.create.arm_many_targets": "Організатрон", - "advancement.create.arm_many_targets.desc": "Запрограмуйте механічну руку з десятьма або більше виходами", - "advancement.create.potato_cannon_collide": "Овочевий феєрверк", - "advancement.create.potato_cannon_collide.desc": "Спричиніть зіткнення різних снарядів картопляної гармати", - "advancement.create.self_deploying": "Самокерована вагонетка", - "advancement.create.self_deploying.desc": "Створіть пристосування з вагонеткою, що розміщує рейки перед собою", - "advancement.create.fist_bump": "Дай п'ять, брате!", - "advancement.create.fist_bump.desc": "Зробіть так, щоб застосовувачі вдарилися кулаками §7\n(приховане досягнення)", - "advancement.create.crafter_lazy_000": "Відчайдушні заходи", - "advancement.create.crafter_lazy_000.desc": "Різко сповільніть механічний верстак, щоб зволікати створення належної інфраструктури §7\n(приховане досягнення)", - "advancement.create.extendo_grip_dual": "Повною мірою", - "advancement.create.extendo_grip_dual.desc": "Візьміть подвійний подовжений захват для надлюдської досяжності §7\n(приховане досягнення)", - "advancement.create.musical_arm": "Діджей механіко", - "advancement.create.musical_arm.desc": "Побачте, як механічна рука править вашим програвачем §7\n(приховане досягнення)", - "advancement.create.sturdy_sheet": "Найміцніше каміння", - "advancement.create.sturdy_sheet.desc": "Виготовіть міцний лист, очистивши подрібнений обсидіан", - "advancement.create.train_casing_00": "Логістична епохи", - "advancement.create.train_casing_00.desc": "Використайте міцний лист, щоб створити корпус для залізничних приладів", - "advancement.create.train": "Всі на борт!", - "advancement.create.train.desc": "Зберіть свій перший потяг", - "advancement.create.conductor": "Інструкція для кондуктора", - "advancement.create.conductor.desc": "Проінструктуйте машиніста потягу розкладом", - "advancement.create.track_signal": "Регулювання залізничного руху", - "advancement.create.track_signal.desc": "Розмістіть залізничний сигнал", - "advancement.create.display_board_0": "Динамічні розклади", - "advancement.create.display_board_0.desc": "Спрогнозуйте прибуття потягу на табло за допомогою зв'язку відображення", - "advancement.create.track_0": "Нова колія", - "advancement.create.track_0.desc": "Отримайте декілька залізничних колій", - "advancement.create.train_whistle": "Чух-чух!", - "advancement.create.train_whistle.desc": "Прикріпіть паровий свисток до вашого потягу і активуйте його під час руху", - "advancement.create.train_portal": "Міжвимірний пасажир", - "advancement.create.train_portal.desc": "Проїдьте на потягу через портал у Незер", - "advancement.create.track_crafting_factory": "Колійна фабрика", - "advancement.create.track_crafting_factory.desc": "Виробіть більше ніж 1000 залізничних колій одним і тим самим механічним пресом", - "advancement.create.long_bend": "Найдовший вигин", - "advancement.create.long_bend.desc": "Створіть вигнуту частину колії, що простягається більш ніж на 30 блоків", - "advancement.create.long_train": "Амбітна спроба", - "advancement.create.long_train.desc": "Створіть потяг із щонайменше 6-ма вагонами", - "advancement.create.long_travel": "Екскурсія", - "advancement.create.long_travel.desc": "Залиште сидіння потягу на відстані понад 5000 блоків від місця початку подорожі", - "advancement.create.train_roadkill": "Дорожнє вбивство", - "advancement.create.train_roadkill.desc": "Переїдьте ворога на своєму потягу §7\n(приховане досягнення)", - "advancement.create.red_signal": "Досвідчений водій", - "advancement.create.red_signal.desc": "Проїдьте повз червоний залізничний сигнал", - "advancement.create.train_crash": "Жахливе обслуговування", - "advancement.create.train_crash.desc": "Будьте свідком того, як потяг зазнає аварії, будучи пасажиром §7\n(приховане досягнення)", - "advancement.create.train_crash_backwards": "Сліпа зона", - "advancement.create.train_crash_backwards.desc": "Вріжтеся в інший потяг, їдучи задом §7\n(приховане досягнення)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "Create", - "itemGroup.create.palettes": "Будівельні блоки Create", - - "death.attack.create.crush": "%1$s оброблено дробильними колесами", - "death.attack.create.crush.player": "%2$s скинув %1$s в дробильні колеса", - "death.attack.create.fan_fire": "%1$s закопчено облицьованим вентилятором", - "death.attack.create.fan_fire.player": "%2$s скинув %1$s в коптильник", - "death.attack.create.fan_lava": "%1$s спалено облицьованим вентилятором", - "death.attack.create.fan_lava.player": "%2$s скинув %1$s в плавильню", - "death.attack.create.mechanical_drill": "%1$s простромлено механічним буром", - "death.attack.create.mechanical_drill.player": "%2$s скинув %1$s попереду механічного бура", - "death.attack.create.mechanical_saw": "%1$s розрізано навпіл механічною пилою", - "death.attack.create.mechanical_saw.player": "%2$s скинув %1$s на пилу", - "death.attack.create.potato_cannon": "%2$s застрелив %1$s картопляною гарматою", - "death.attack.create.potato_cannon.item": "%2$s застрелив %1$s використовуючи %3$s", - "death.attack.create.cuckoo_clock_explosion": "%1$s підірвано підробленим годинником з зозулею", - "death.attack.create.cuckoo_clock_explosion.player": "%1$s підірвано підробленим годинником з зозулею", - "death.attack.create.run_over": "%2$s переїхав %1$s", - - "create.block.deployer.damage_source_name": "Застосовувач-негідник", - "create.block.cart_assembler.invalid": "Помістіть ваш збирач вагонеток на рейки", - - "create.menu.return": "Повернутись до меню", - "create.menu.configure": "Налаштувати...", - "create.menu.ponder_index": "Зміст роздумів", - "create.menu.only_ingame": "Доступно в меню паузи", - "create.menu.report_bugs": "Виявив проблему", - "create.menu.support": "Підтримати нас", - - "create.recipe.crushing": "Дроблення", - "create.recipe.milling": "Помел", - "create.recipe.fan_washing": "Масове промивання", - "create.recipe.fan_washing.fan": "Вентилятор позаду текучої води", - "create.recipe.fan_smoking": "Масове копчення", - "create.recipe.fan_smoking.fan": "Вентилятор позаду вогню", - "create.recipe.fan_haunting": "Масове переслідування привидами", - "create.recipe.fan_haunting.fan": "Вентилятор позаду полум'я душ", - "create.recipe.fan_blasting": "Масове плавлення", - "create.recipe.fan_blasting.fan": "Вентилятор позаду лави", - "create.recipe.pressing": "Пресування", - "create.recipe.mixing": "Змішування", - "create.recipe.deploying": "Застосування", - "create.recipe.automatic_shapeless": "Автоматизоване безформне виготовлення", - "create.recipe.automatic_brewing": "Автоматизоване зіллєваріння", - "create.recipe.packing": "Ущільнення", - "create.recipe.automatic_packing": "Автоматизоване пакування", - "create.recipe.sawing": "Розпилювання", - "create.recipe.mechanical_crafting": "Механічне виготовлення", - "create.recipe.automatic_shaped": "Автоматизоване формне виготовлення", - "create.recipe.block_cutting": "Тесання блоків", - "create.recipe.wood_cutting": "Різьблення деревини", - "create.recipe.sandpaper_polishing": "Шліфування наждачним папером", - "create.recipe.mystery_conversion": "Таємниче перетворення", - "create.recipe.spout_filling": "Наповнення дозатором", - "create.recipe.draining": "Відведення рідин", - "create.recipe.item_application": "Ручне застосування", - "create.recipe.item_application.any_axe": "Будь-яка сокира", - "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": "Процес у пресі", - "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.deploying.not_consumed": "Не споживається", - "create.recipe.heat_requirement.none": "Не потребує нагрівання", - "create.recipe.heat_requirement.heated": "Нагріто", - "create.recipe.heat_requirement.superheated": "Сильно нагріто", - - "create.generic.range": "Діапазон", - "create.generic.radius": "Радіус", - "create.generic.width": "Ширина", - "create.generic.height": "Висота", - "create.generic.length": "Довжина", - "create.generic.speed": "Швидкість", - "create.generic.delay": "Затримка", - "create.generic.duration": "Тривалість", - "create.generic.timeUnit": "Одиниця часу", - "create.generic.unit.ticks": "Тактів", - "create.generic.unit.seconds": "Секунд", - "create.generic.unit.minutes": "Хвилин", - "create.generic.daytime.hour": "Година", - "create.generic.daytime.minute": "Хвилина", - "create.generic.daytime.second": "Секунда", - "create.generic.daytime.pm": "вечора", - "create.generic.daytime.am": "ранку", - "create.generic.unit.rpm": "об./хв", - "create.generic.unit.stress": "он(одиниця напруги)", - "create.generic.unit.degrees": "°", - "create.generic.unit.millibuckets": "мБ", - "create.generic.unit.buckets": "Б", - "create.generic.clockwise": "За годинниковою стрілкою", - "create.generic.counter_clockwise": "Проти годинникової стрілки", - "create.generic.in_quotes": "\"%1$s\"", - "create.generic.pitch": "Висота: %1$s", - "create.generic.notes": "фа-діез;фа;мі;ре-діез;до-діез;до;сі;ля;ля-діез;соль-діез;соль", - - "create.action.scroll": "Прокручуйте", - "create.action.confirm": "Підтвердити", - "create.action.abort": "Перервати", - "create.action.saveToFile": "Зберегти", - "create.action.discard": "Відхилити", - - "create.keyinfo.toolmenu": "Зосередитися на інтерфейсі схематики", - "create.keyinfo.toolbelt": "Отримати доступ до ящиків з інструментами поблизу", - "create.keyinfo.scrollup": "Імітація прокрутки колеса миші вверх (в світі)", - "create.keyinfo.scrolldown": "Імітація прокрутки колеса миші вниз (в світі)", - - "create.gui.scrollInput.defaultTitle": "Виберіть варіант:", - "create.gui.scrollInput.scrollToModify": "Прокрутіть щоб змінити", - "create.gui.scrollInput.scrollToAdjustAmount": "Прокрутіть щоб налаштувати кількість", - "create.gui.scrollInput.scrollToSelect": "Прокрутіть щоб вибрати", - "create.gui.scrollInput.shiftScrollsFaster": "Утримуйте Shift, щоб прокручувати швидше", - "create.gui.toolmenu.focusKey": "Утримуйте [%1$s], щоб зосередитися", - "create.gui.toolmenu.cycle": "[SCROLL], щоб змінити режим", - - "create.toolbox.unequip": "Скасувати прив’язку: %1$s", - "create.toolbox.outOfRange": "Ящик для інструментів з утримуваним предметом задалеко", - "create.toolbox.detach": "Припинити відстеження і залишити предмети", - "create.toolbox.depositAll": "Повернути предмети до найближчих ящиків з інструментами", - "create.toolbox.depositBox": "Повернути предмети до ящику з інструментами", - - "create.gui.symmetryWand.mirrorType": "Віддзеркалення", - "create.gui.symmetryWand.orientation": "Орієнтація", - - "create.symmetry.mirror.plane": "Одиничне", - "create.symmetry.mirror.doublePlane": "Прямокутне", - "create.symmetry.mirror.triplePlane": "Тройне", - - "create.orientation.orthogonal": "Прямокутна", - "create.orientation.diagonal": "Діагональна", - "create.orientation.horizontal": "Горизонтальна", - "create.orientation.alongZ": "Уздовж осі Z", - "create.orientation.alongX": "Уздовж осі X", - - "create.gui.terrainzapper.title": "Ручний редактор світу", - "create.gui.terrainzapper.searchDiagonal": "Слідувати діагоналям", - "create.gui.terrainzapper.searchFuzzy": "Ігнорувати межі матеріалу", - "create.gui.terrainzapper.patternSection": "Шаблон", - "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": "Прикріплене", - "create.gui.terrainzapper.placement.inserted": "Вкладене", - "create.gui.terrainzapper.brush": "Пензлик", - "create.gui.terrainzapper.brush.cuboid": "Куб", - "create.gui.terrainzapper.brush.sphere": "Сфера", - "create.gui.terrainzapper.brush.cylinder": "Циліндр", - "create.gui.terrainzapper.brush.surface": "Поверхня", - "create.gui.terrainzapper.brush.cluster": "Скупчення", - "create.gui.terrainzapper.tool": "Інструмент", - "create.gui.terrainzapper.tool.fill": "Заповнити", - "create.gui.terrainzapper.tool.place": "Розмістити", - "create.gui.terrainzapper.tool.replace": "Замінити", - "create.gui.terrainzapper.tool.clear": "Очистити", - "create.gui.terrainzapper.tool.overlay": "Накласти", - "create.gui.terrainzapper.tool.flatten": "Вирівняти", - - "create.terrainzapper.shiftRightClickToSet": "Натисніть ПКМ крадькома, щоб вибрати форму", - "create.terrainzapper.usingBlock": "Використовується: %1$s", - "create.terrainzapper.leftClickToSet": "Натисніть ЛКМ по блоку, щоб встановити матеріал", - - "create.minecart_coupling.two_couplings_max": "Вагонетки не можуть мати більше двох сполучень", - "create.minecart_coupling.unloaded": "Частини вашого потягу, здається, знаходяться у вивантажених чанках", - "create.minecart_coupling.no_loops": "З'єднувачі не можуть утворювати петлю", - "create.minecart_coupling.removed": "Прибрано всі зв'язки між вагонетками", - "create.minecart_coupling.too_far": "Вагонетки надто далеко одна від одної", - - "create.contraptions.movement_mode": "Режим руху", - "create.contraptions.movement_mode.move_place": "Розміщувати завжди, коли зупинено", - "create.contraptions.movement_mode.move_place_returned": "Розміщувати лише у початковому положенні", - "create.contraptions.movement_mode.move_never_place": "Розміщувати лише після знищення якоря", - "create.contraptions.movement_mode.rotate_place": "Розміщувати завжди, коли зупинено", - "create.contraptions.movement_mode.rotate_place_returned": "Розміщувати лише біля початкового кута", - "create.contraptions.movement_mode.rotate_never_place": "Розміщувати лише після знищення якоря", - "create.contraptions.cart_movement_mode": "Режим руху вагонетки", - "create.contraptions.cart_movement_mode.rotate": "Завжди бути повернутим в напрямку руху", - "create.contraptions.cart_movement_mode.rotate_paused": "Призупинити прилади під час обертання", - "create.contraptions.cart_movement_mode.rotation_locked": "Заблокувати обертання", - "create.contraptions.windmill.rotation_direction": "Напрям обертання", - "create.contraptions.clockwork.clock_hands": "Стрілки годинника", - "create.contraptions.clockwork.hour_first": "Спочатку годинна стрілка", - "create.contraptions.clockwork.minute_first": "Спочатку хвилинна стрілка", - "create.contraptions.clockwork.hour_first_24": "Спочатку 24-годинна стрілка", - - "create.logistics.filter": "Фільтр", - "create.logistics.recipe_filter": "Фільтр рецепту", - "create.logistics.fluid_filter": "Фільтр рідини", - "create.logistics.firstFrequency": "Частота #1", - "create.logistics.secondFrequency": "Частота #2", - "create.logistics.filter.apply": "Фільтр застосовано до блоку %1$s.", - "create.logistics.filter.apply_click_again": "Фільтр застосовано до блоку %1$s, натисніть ще раз, щоб скопіювати кількість.", - "create.logistics.filter.apply_count": "До фільтра застосовано кількість вилучення", - - "create.gui.goggles.generator_stats": "Статистика генератора:", - "create.gui.goggles.kinetic_stats": "Кінетична статистика:", - "create.gui.goggles.at_current_speed": "на поточній швидкості", - "create.gui.goggles.pole_length": "Довжина поршня:", - "create.gui.goggles.fluid_container": "Інформація про рідинний контейнер:", - "create.gui.goggles.fluid_container.capacity": "Ємність: ", - "create.gui.assembly.exception": "Це пристосування не вдалося зібрати:", - "create.gui.assembly.exception.unmovableBlock": "Нерухомий блок (%4$s) на координатах [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "Блок на координатах [%1$s,%2$s,%3$s] був у вивантаженому чанку", - "create.gui.assembly.exception.structureTooLarge": "Пристосування складається із завеликої кількості блоків.\nНалаштований максимум: %1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "Забагато подовжувачів прикріплено до цього поршня.\nНалаштований максимум: %1$s", - "create.gui.assembly.exception.noPistonPoles": "У поршня відсутні декілька подовжувачів", - "create.gui.assembly.exception.not_enough_sails": "Приєднана структура містить недостатню кількість крил вітряка, або подібних блоків: %1$s\nНеобхідний мінімум: %2$s ", - "create.gui.gauge.info_header": "Вимірювальна інформація:", - "create.gui.speedometer.title": "Швидкість обертання", - "create.gui.stressometer.title": "Навантаження на мережу", - "create.gui.stressometer.capacity": "Потужність, що залишилася", - "create.gui.stressometer.overstressed": "Перенавантаження", - "create.gui.stressometer.no_rotation": "Обертання відсутнє", - "create.gui.contraptions.not_fast_enough": "Здається, що %1$s обертається із _недостатньою швидкістю_.", - "create.gui.contraptions.network_overstressed": "Здається, пристосування _перенавантажене_. Додайте більше кінетичних джерел або _сповільніть швидкість_ приладів, які створюють велике _навантаження_.", - "create.gui.adjustable_crate.title": "Регульований ящик", - "create.gui.adjustable_crate.storageSpace": "Ємність", - "create.gui.stockpile_switch.title": "Перемикач вмісту", - "create.gui.stockpile_switch.invert_signal": "Інвертувати сигнал", - "create.gui.stockpile_switch.move_to_lower_at": "Перейти до нижньої лінії при %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "Перейти до верхньої лінії при %1$s%%", - "create.gui.sequenced_gearshift.title": "Послідовний перемикач передач", - "create.gui.sequenced_gearshift.instruction": "Інструкція", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Повернути на кут", - "create.gui.sequenced_gearshift.instruction.turn_angle": "Поворот", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Кут", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Обертати для руху поршня/лебідки/портального візка", - "create.gui.sequenced_gearshift.instruction.turn_distance": "Поршень", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Відстань", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Затримка", - "create.gui.sequenced_gearshift.instruction.delay": "Затримка", - "create.gui.sequenced_gearshift.instruction.delay.duration": "Тривалість", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "Кінець", - "create.gui.sequenced_gearshift.instruction.end": "Кінець", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "Очікувати на новий редстоуновий імпульс", - "create.gui.sequenced_gearshift.instruction.await": "Очікувати", - "create.gui.sequenced_gearshift.speed": "Швидкість, напрям", - "create.gui.sequenced_gearshift.speed.forward": "Вхідна швидкість, вперед", - "create.gui.sequenced_gearshift.speed.forward_fast": "Подвоєна швидкість, вперед", - "create.gui.sequenced_gearshift.speed.back": "Вхідна швидкість, зворотний", - "create.gui.sequenced_gearshift.speed.back_fast": "Подвоєна швидкість, зворотний", - - "create.schematicAndQuill.dimensions": "Розмір схематики: %1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "Перша позиція встановлена.", - "create.schematicAndQuill.secondPos": "Друга позиція встановлена.", - "create.schematicAndQuill.noTarget": "Утримуйте [Ctrl], щоб вибрати блоки повітря.", - "create.schematicAndQuill.abort": "Виділення прибрано.", - "create.schematicAndQuill.title": "Назва схематики:", - "create.schematicAndQuill.convert": "Зберегти й відразу завантажити", - "create.schematicAndQuill.fallbackName": "Моя схематика", - "create.schematicAndQuill.saved": "Збережено як %1$s", - - "create.schematic.invalid": "[!] Непридатний предмет, натомість використайте схематичний стіл", - "create.schematic.position": "Розташування", - "create.schematic.rotation": "Обертання", - "create.schematic.rotation.none": "Немає", - "create.schematic.rotation.cw90": "За год. стрілкою 90", - "create.schematic.rotation.cw180": "За год. стрілкою 180", - "create.schematic.rotation.cw270": "За год. стрілкою 270", - "create.schematic.mirror": "Віддзеркалення", - "create.schematic.mirror.none": "Немає", - "create.schematic.mirror.frontBack": "Спереду-назад", - "create.schematic.mirror.leftRight": "Зліва-направо", - "create.schematic.tool.deploy": "Розташування", - "create.schematic.tool.move": "Перемістити по XZ", - "create.schematic.tool.movey": "Перемістити по Y", - "create.schematic.tool.rotate": "Обертати", - "create.schematic.tool.print": "Надрукувати", - "create.schematic.tool.flip": "Віддзеркалити", - "create.schematic.tool.deploy.description.0": "Змінює розташування структури.", - "create.schematic.tool.deploy.description.1": "Натисніть ПКМ на землі, щоб розмістити.", - "create.schematic.tool.deploy.description.2": "Утримуйте [Ctrl], щоб обрати незмінну відстань.", - "create.schematic.tool.deploy.description.3": "Утримуйте [Ctrl] та прокручуйте, щоб змінити відстань.", - "create.schematic.tool.move.description.0": "Зміщує схематику по горизонталі.", - "create.schematic.tool.move.description.1": "Наведіть курсор на схематику, утримуйте [CTRL]", - "create.schematic.tool.move.description.2": "та прокручуйте, щоб змістити її.", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "Зміщує схематику по вертикалі.", - "create.schematic.tool.movey.description.1": "Утримуйте [Ctrl] та прокручуйте, щоб переміщувати вгору/вниз.", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "Обертає схематику навколо її центру.", - "create.schematic.tool.rotate.description.1": "Утримуйте [Ctrl] та прокручуйте, щоб обертати на 90 градусів.", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "Миттєво розміщує структуру у світі.", - "create.schematic.tool.print.description.1": "Натисніть ПКМ, щоб підтвердити розміщення у поточному місці.", - "create.schematic.tool.print.description.2": "Цей інструмент призначений лише для творчого режиму.", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "Віддзеркалює схематику відносно обраної сторони.", - "create.schematic.tool.flip.description.1": "Наведіть курсор на схематику, утримуйте [CTRL]", - "create.schematic.tool.flip.description.2": "та прокручуйте, щоб віддзеркалити її.", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "Синхронізація...", - "create.schematics.uploadTooLarge": "Ваша схематика порушує обмеження, встановлені сервером.", - "create.schematics.maxAllowedSize": "Максимальний розмір файлу:", - - "create.gui.schematicTable.refresh": "Оновити файли", - "create.gui.schematicTable.open_folder": "Відкрити папку", - "create.gui.schematicTable.title": "Схематичний стіл", - "create.gui.schematicTable.availableSchematics": "Доступні схеми", - "create.gui.schematicTable.noSchematics": "Немає збережених схем", - "create.gui.schematicTable.uploading": "Завантаження...", - "create.gui.schematicTable.finished": "Завантаження завершено!", - "create.gui.schematicannon.title": "Схематична гармата", - "create.gui.schematicannon.listPrinter": "Список матеріалів", - "create.gui.schematicannon.gunpowderLevel": "Кількість пороху на %1$s%%", - "create.gui.schematicannon.shotsRemaining": "Пострілів залишилося: %1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "Із запасом: %1$s", - "create.gui.schematicannon.optionEnabled": "Наразі ввімкнено", - "create.gui.schematicannon.optionDisabled": "Наразі вимкнено", - "create.gui.schematicannon.showOptions": "Показати налаштування друку", - "create.gui.schematicannon.option.dontReplaceSolid": "Не замінювати суцільні блоки", - "create.gui.schematicannon.option.replaceWithSolid": "Замінювати суцільні блоки суцільними", - "create.gui.schematicannon.option.replaceWithAny": "Замінювати суцільні блоки будь-якими блоками", - "create.gui.schematicannon.option.replaceWithEmpty": "Замінювати суцільні блоки повітрям", - "create.gui.schematicannon.option.skipMissing": "Пропускати відсутні блоки", - "create.gui.schematicannon.option.skipTileEntities": "Захищати блоки-сутності", - "create.gui.schematicannon.slot.gunpowder": "Додайте порох, щоб заправити гармату", - "create.gui.schematicannon.slot.listPrinter": "Покладіть книгу, щоб створити список предметів для схематики", - "create.gui.schematicannon.slot.schematic": "Покладіть вашу схему сюди. Переконайтеся, що схематика розташована у конкретному місці.", - "create.gui.schematicannon.option.skipMissing.description": "Якщо гармата не може знайти необхідний блок, вона будуватиме в наступному місці.", - "create.gui.schematicannon.option.skipTileEntities.description": "Гармата не замінюватиме блоки, які зберігають данні, такі як скрині.", - "create.gui.schematicannon.option.dontReplaceSolid.description": "Гармата ніколи не замінюватиме суцільні блоки, тільки замінюватиме несуцільні блоки та повітря.", - "create.gui.schematicannon.option.replaceWithSolid.description": "Гармата замінюватиме суцільні блоки лише у випадку, якщо у схемі в цьому місці розташований суцільний блок.", - "create.gui.schematicannon.option.replaceWithAny.description": "Гармата замінюватиме суцільні блоки у випадку, якщо у схемі в цьому місці розташований будь-який блок.", - "create.gui.schematicannon.option.replaceWithEmpty.description": "Гармата прибире всі блоки у своїй робочій зоні, включаючи замінені повітрям.", - - "create.schematicannon.status.idle": "Бездіяльна", - "create.schematicannon.status.ready": "Готова", - "create.schematicannon.status.running": "Працює", - "create.schematicannon.status.finished": "Закінчила", - "create.schematicannon.status.paused": "Призупинена", - "create.schematicannon.status.stopped": "Зупинена", - "create.schematicannon.status.noGunpowder": "Потрібен порох", - "create.schematicannon.status.targetNotLoaded": "Ціль не завантажена", - "create.schematicannon.status.targetOutsideRange": "Ціль занадто далеко", - "create.schematicannon.status.searching": "Шукає", - "create.schematicannon.status.skipping": "Пропускає", - "create.schematicannon.status.missingBlock": "Відсутній блок:", - "create.schematicannon.status.placing": "Будує", - "create.schematicannon.status.clearing": "Прибирає блоки", - "create.schematicannon.status.schematicInvalid": "Непридатна схема", - "create.schematicannon.status.schematicNotPlaced": "Схема не завантажена", - "create.schematicannon.status.schematicExpired": "Термін дії файлу схеми закінчився", - - "create.materialChecklist": "Список матеріалів", - "create.materialChecklist.blocksNotLoaded": "* Застереження *\n\nСписок матеріалів може бути неточним через незавантажені чанки.", - - "create.gui.filter.deny_list": "Чорний список", - "create.gui.filter.deny_list.description": "Предмети проходять, якщо вони не відповідають жодному предмету з перерахованих вище. Порожній чорний список приймає все.", - "create.gui.filter.allow_list": "Білий список", - "create.gui.filter.allow_list.description": "Предмети проходять, якщо вони відповідають будь-якому предмету з перерахованих вище. Порожній білий список відхиляє все.", - "create.gui.filter.respect_data": "Урахування даних", - "create.gui.filter.respect_data.description": "Предмети проходять тільки в тому випадку, коли їхня міцність, чари та інші властивості збігаються.", - "create.gui.filter.ignore_data": "Ігнорування даних", - "create.gui.filter.ignore_data.description": "Предмети проходять незалежно від своїх властивостей.", - - "create.item_attributes.placeable": "можна розмістити", - "create.item_attributes.placeable.inverted": "не можна розмістити", - "create.item_attributes.consumable": "можна з'їсти", - "create.item_attributes.consumable.inverted": "не можна з'їсти", - "create.item_attributes.fluid_container": "може зберігати рідини", - "create.item_attributes.fluid_container.inverted": "не може зберігати рідини", - "create.item_attributes.enchanted": "зачаровано", - "create.item_attributes.enchanted.inverted": "не зачаровано", - "create.item_attributes.max_enchanted": "зачаровано на максимальний рівень", - "create.item_attributes.max_enchanted.inverted": "не зачаровано на максимальний рівень", - "create.item_attributes.renamed": "має користувацьку назву", - "create.item_attributes.renamed.inverted": "не має користувацької назви", - "create.item_attributes.damaged": "пошкоджено", - "create.item_attributes.damaged.inverted": "не пошкоджено", - "create.item_attributes.badly_damaged": "сильно пошкоджено", - "create.item_attributes.badly_damaged.inverted": "не сильно пошкоджено", - "create.item_attributes.not_stackable": "не можна складати у стос", - "create.item_attributes.not_stackable.inverted": "можна складати у стос", - "create.item_attributes.equipable": "можна одягнути", - "create.item_attributes.equipable.inverted": "не можна одягнути", - "create.item_attributes.furnace_fuel": "є паливом", - "create.item_attributes.furnace_fuel.inverted": "не є паливом", - "create.item_attributes.washable": "можна промити", - "create.item_attributes.washable.inverted": "не можна промити", - "create.item_attributes.hauntable": "можна переслідувати привидами ", - "create.item_attributes.hauntable.inverted": "не можна переслідувати привидами", - "create.item_attributes.crushable": "можна подрібнити", - "create.item_attributes.crushable.inverted": "не можна подрібнити", - "create.item_attributes.smeltable": "можна виплавити", - "create.item_attributes.smeltable.inverted": "не можна виплавити", - "create.item_attributes.smokable": "можна прокоптити", - "create.item_attributes.smokable.inverted": "не можна прокоптити", - "create.item_attributes.blastable": "можна виплавити в плавильній печі", - "create.item_attributes.blastable.inverted": "не можна виплавити в плавильній печі", - "create.item_attributes.compostable": "можна компостувати", - "create.item_attributes.compostable.inverted": "не можна компостувати", - "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.in_tag": "позначено тегом %1$s", - "create.item_attributes.in_tag.inverted": "не позначено тегом %1$s", - "create.item_attributes.in_item_group": "знаходиться в групі «%1$s»", - "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.has_enchant": "зачаровано на %1$s", - "create.item_attributes.has_enchant.inverted": "не зачаровано на %1$s", - "create.item_attributes.color": "пофарбовано в %1$s", - "create.item_attributes.color.inverted": "не пофарбовано в %1$s", - "create.item_attributes.has_fluid": "містить %1$s", - "create.item_attributes.has_fluid.inverted": "не містить %1$s", - "create.item_attributes.has_name": "має наведену користувацьку назву: %1$s", - "create.item_attributes.has_name.inverted": "не має наведеної користувацької назви: %1$s", - "create.item_attributes.book_author": "підписано %1$s", - "create.item_attributes.book_author.inverted": "не підписано %1$s", - "create.item_attributes.book_copy_original": "є оригіналом", - "create.item_attributes.book_copy_original.inverted": "не є оригіналом", - "create.item_attributes.book_copy_first": "є копією першого покоління", - "create.item_attributes.book_copy_first.inverted": "не є копією першого покоління", - "create.item_attributes.book_copy_second": "є копією другого покоління", - "create.item_attributes.book_copy_second.inverted": "не є копією другого покоління", - "create.item_attributes.book_copy_tattered": "є рваною", - "create.item_attributes.book_copy_tattered.inverted": "не є рваною", - "create.item_attributes.astralsorcery_amulet": "покращує %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "не покращує %1$s", - "create.item_attributes.astralsorcery_constellation": "налаштовано на %1$s", - "create.item_attributes.astralsorcery_constellation.inverted": "не налаштовано на %1$s", - "create.item_attributes.astralsorcery_crystal": "має наведену властивість кристала: %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "не має наведеної властивості кристала: %1$s", - "create.item_attributes.astralsorcery_perk_gem": "має наведений привілей: %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "не має наведеного привілею: %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "Не вибрано жодної властивості", - "create.gui.attribute_filter.selected_attributes": "Вибрані властивості:", - "create.gui.attribute_filter.add_attribute": "Додати властивість до списку", - "create.gui.attribute_filter.add_inverted_attribute": "Додати протилежну властивість до списку", - "create.gui.attribute_filter.allow_list_disjunctive": "Білий список (будь-який)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "Предмети проходять, якщо вони мають будь-яку з обраних властивостей.", - "create.gui.attribute_filter.allow_list_conjunctive": "Білий список (всі)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "Предмети проходять, лише якщо вони мають ВСІ вибрані властивості.", - "create.gui.attribute_filter.deny_list": "Чорний список", - "create.gui.attribute_filter.deny_list.description": "Предмети проходять, якщо вони НЕ мають жодної з вибраних властивостей.", - "create.gui.attribute_filter.add_reference_item": "Додайте еталонний предмет", - - "create.tooltip.holdForDescription": "Утримуйте [%1$s] для зведення", - "create.tooltip.holdForControls": "Утримуйте [%1$s] для керування", - "create.tooltip.keyShift": "Shift", - "create.tooltip.keyCtrl": "Ctrl", - "create.tooltip.speedRequirement": "Вимога до швидкості: %1$s", - "create.tooltip.speedRequirement.none": "Немає", - "create.tooltip.speedRequirement.slow": "Повільна", - "create.tooltip.speedRequirement.medium": "Помірна", - "create.tooltip.speedRequirement.fast": "Швидка", - "create.tooltip.stressImpact": "Створюване навантаження: %1$s", - "create.tooltip.stressImpact.low": "Низьке", - "create.tooltip.stressImpact.medium": "Середнє", - "create.tooltip.stressImpact.high": "Високе", - "create.tooltip.stressImpact.overstressed": "Перенавантаження", - "create.tooltip.up_to": "До %1$s", - "create.tooltip.capacityProvided": "Кінетична потужність: %1$s", - "create.tooltip.capacityProvided.low": "Мала", - "create.tooltip.capacityProvided.medium": "Середня", - "create.tooltip.capacityProvided.high": "Велика", - "create.tooltip.generationSpeed": "Створює %1$s %2$s", - "create.tooltip.analogStrength": "Аналогова сила: %1$s/15", - - "create.mechanical_arm.extract_from": "Братиме предмети з %1$s", - "create.mechanical_arm.deposit_to": "Кластиме предмети в %1$s", - "create.mechanical_arm.summary": "Механічна рука має %1$s входів і %2$s виходів.", - "create.mechanical_arm.points_outside_range": "%1$s вибрані точки взаємодії видалені через обмеження діапазону.", - - "create.weighted_ejector.target_set": "Ціль вибрана", - "create.weighted_ejector.target_not_valid": "Кидає на прилеглий блок (непридатна ціль)", - "create.weighted_ejector.no_target": "Кидає на прилеглий блок (ціль не вибрано)", - "create.weighted_ejector.targeting": "Кидає до [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "Розмір киданого стосу", - - "create.logistics.when_multiple_outputs_available": "Коли доступно декілька виходів", - - "create.mechanical_arm.selection_mode.round_robin": "Розподіляти по колу", - "create.mechanical_arm.selection_mode.forced_round_robin": "Примусово розподіляти по колу", - "create.mechanical_arm.selection_mode.prefer_first": "Віддавати перевагу першій цілі", - - "create.tunnel.selection_mode.split": "Розподіляти", - "create.tunnel.selection_mode.forced_split": "Примусово розподіляти", - "create.tunnel.selection_mode.round_robin": "Розподіляти по колу", - "create.tunnel.selection_mode.forced_round_robin": "Примусово розподіляти по колу", - "create.tunnel.selection_mode.prefer_nearest": "Віддавати перевагу найближчому", - "create.tunnel.selection_mode.randomize": "Розподіляти випадково", - "create.tunnel.selection_mode.synchronize": "Синхронізувати входи", - - "create.tooltip.chute.header": "Інформація про жолоб", - "create.tooltip.chute.items_move_down": "Предмети рухаються вниз", - "create.tooltip.chute.items_move_up": "Предмети рухаються вверх", - "create.tooltip.chute.no_fans_attached": "Немає прикріплених вентиляторів", - "create.tooltip.chute.fans_push_up": "Вентилятор штовхає знизу", - "create.tooltip.chute.fans_push_down": "Вентилятор штовхає зверху", - "create.tooltip.chute.fans_pull_up": "Вентилятор тягне доверху", - "create.tooltip.chute.fans_pull_down": "Вентилятор тягне донизу", - "create.tooltip.chute.contains": "Містить: %1$s x%2$s", - "create.tooltip.deployer.header": "Інформація про застосовувач", - "create.tooltip.deployer.using": "Режим: використовувати", - "create.tooltip.deployer.punching": "Режим: атакувати", - "create.tooltip.deployer.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": "Режим прив'язки активовано", - "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": "Слот для інгредієнту", - "create.crafting_blueprint.filter_items_viable": "Допускаються вдосконалені фільтри предметів", - "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": "Назначене тіло рідини вважається нескінченним.", - "create.hint.mechanical_arm_no_targets.title": "Немає цілей", - "create.hint.mechanical_arm_no_targets": "Здається, цій _механічній руці_ не було призначено жодних _цілей_. Вибирайте конвеєри, депо, тунелі чи інші блоки, _натискаючи ПКМ_ і утримуючи _механічну руку_ у своїй _руці_.", - "create.hint.empty_bearing.title": "Оновити підшипник", - "create.hint.empty_bearing": "_Натисніть ПКМ_ по підшипнику _пустою рукою_, щоб _приєднати_ до нього структуру, яку ви щойно збудували.", - "create.hint.full_deployer.title": "Переповнення застосовувача", - "create.hint.full_deployer": "Здається, цей _застосовувач_ містить _зайві предмети_, які потрібно _витягти._ Використовуйте _лійку_ або інші засоби, щоб звільнити його від надлишку.", - - "create.backtank.low": "Мало повітряного тиску", - "create.backtank.depleted": "Вичерпано повітряний тиск", - - "create.hint.derailed_train.title": "Потяг, що зійшов з рейок", - "create.hint.derailed_train": "Здається, цей _потяг_ більше не знаходиться на з’єднаній частині колії. Натисніть ПКМ _гайковим ключем_, щоб перемістити його на колію неподалік.", - - "create.boiler.status": "Стан парового котла: %1$s", - "create.boiler.status_short": "Паровий котел: %1$s", - "create.boiler.passive": "Пасивний", - "create.boiler.idle": "Бездіяльний", - "create.boiler.lvl": "Рівень: %1$s", - "create.boiler.max_lvl": "Максимум", - "create.boiler.size": "Розмір", - "create.boiler.size_dots": ".... ", - "create.boiler.water": "Вода", - "create.boiler.water_dots": "...... ", - "create.boiler.heat": "Тепло", - "create.boiler.heat_dots": ".... ", - "create.boiler.via_one_engine": "із використанням 1 двигуна", - "create.boiler.via_engines": "із використанням %1$s двигунів", - - "create.gui.schedule.lmb_edit": "Натисніть ЛКМ, щоб редагувати", - "create.gui.schedule.rmb_remove": "Натисніть ПКМ, щоб видалити", - "create.gui.schedule.duplicate": "Дублювати", - "create.gui.schedule.remove_entry": "Видалити дію", - "create.gui.schedule.add_entry": "Додати дію", - "create.gui.schedule.move_up": "Підняти", - "create.gui.schedule.move_down": "Опустити", - "create.gui.schedule.add_condition": "Додати умову", - "create.gui.schedule.alternative_condition": "Альтернативна умова", - - "create.schedule.instruction_type": "Наступна дія:", - "create.schedule.instruction.editor": "Редактор інструкцій", - "create.schedule.instruction.destination": "Їхати до станції", - "create.schedule.instruction.destination.summary": "Наступна зупинка:", - "create.schedule.instruction.filter_edit_box": "Назва станції", - "create.schedule.instruction.filter_edit_box_1": "Використовуйте * в якості символу підстановки", - "create.schedule.instruction.filter_edit_box_2": "Приклад: 'Моя станція, платформа *'", - "create.schedule.instruction.filter_edit_box_3": "Потяг вибирає найближчу станцію з відповідною назвою", - "create.schedule.instruction.rename": "Оновити заголовок розкладу", - "create.schedule.instruction.rename.summary": "Новий заголовок:", - "create.schedule.instruction.name_edit_box": "Заголовок розкладу", - "create.schedule.instruction.name_edit_box_1": "Впливає на текст, що відображається на табло", - "create.schedule.instruction.name_edit_box_2": "За умовчанням використовується назва наступного пункту призначення", - "create.schedule.instruction.throttle": "Обмежити максимальну швидкість", - "create.schedule.instruction.throttle.summary": "Змінити максимальну швидкість на %1$s", - "create.schedule.instruction.throttle_edit_box": "Дросель", - "create.schedule.instruction.throttle_edit_box_1": "Впливає на максимальну швидкість потягу", - "create.schedule.condition_type": "Продовжити якщо/після:", - "create.schedule.condition.editor": "Редактор умов", - "create.schedule.condition.delay": "Запланована затримка", - "create.schedule.condition.delay_short": "Зачекайте: %1$s", - "create.schedule.condition.delay.status": "Відправляється через %1$s", - "create.schedule.condition.idle": "Відсутність дій з вантажем", - "create.schedule.condition.idle_short": "Відсутність дій з вантажем: %1$s", - "create.schedule.condition.idle.status": "Відсутні дії з вантажем протягом %1$s", - "create.schedule.condition.for_x_time": "протягом %1$s", - "create.schedule.condition.unloaded": "Чанк вивантажено", - "create.schedule.condition.unloaded.status": "Очікування вивантаження чанку", - "create.schedule.condition.powered": "Станція заживлена", - "create.schedule.condition.powered.status": "Очікування редстоун сигналу", - "create.schedule.condition.time_of_day": "Час дня", - "create.schedule.condition.time_of_day.scheduled": "Запланований час: %1$s", - "create.schedule.condition.time_of_day.digital_format": "%1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "Повторення", - "create.schedule.condition.time_of_day.rotation.every_24": "Кожен день", - "create.schedule.condition.time_of_day.rotation.every_12": "Кожні 12:00", - "create.schedule.condition.time_of_day.rotation.every_6": "Кожні 6:00", - "create.schedule.condition.time_of_day.rotation.every_4": "Кожні 4:00", - "create.schedule.condition.time_of_day.rotation.every_3": "Кожні 3:00", - "create.schedule.condition.time_of_day.rotation.every_2": "Кожні 2:00", - "create.schedule.condition.time_of_day.rotation.every_1": "Кожні 1:00", - "create.schedule.condition.time_of_day.rotation.every_0_45": "Кожні 0:45", - "create.schedule.condition.time_of_day.rotation.every_0_30": "Кожні 0:30", - "create.schedule.condition.time_of_day.rotation.every_0_15": "Кожні 0:15", - "create.schedule.condition.time_of_day.status": "Відправляється о ", - "create.schedule.condition.threshold.train_holds": "Потяг вміщує %1$s", - "create.schedule.condition.threshold.greater": "більше ніж", - "create.schedule.condition.threshold.less": "менше ніж", - "create.schedule.condition.threshold.equal": "рівно", - "create.schedule.condition.threshold.x_units_of_item": "%1$s %2$s: %3$s", - "create.schedule.condition.threshold.matching_content": "Відповідний вміст", - "create.schedule.condition.threshold.anything": "Будь-що", - "create.schedule.condition.threshold.item_measure": "Одиниця виміру предметів", - "create.schedule.condition.threshold.items": "Предметів", - "create.schedule.condition.threshold.stacks": "Стосів", - "create.schedule.condition.threshold.buckets": "Відер", - "create.schedule.condition.threshold.status": "Вантаж: %1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "Еталонний предмет", - "create.schedule.condition.threshold.place_item_2": "Можна використовувати фільтри", - "create.schedule.condition.threshold.place_item_3": "Залиште порожнім, щоб підходили будь-які предмети", - "create.schedule.condition.fluid_threshold": "Стан вантажу рідин", - "create.schedule.condition.item_threshold": "Стан вантажу предметів", - "create.schedule.condition.redstone_link": "Редстоуновий передавач", - "create.schedule.condition.redstone_link.status": "Очікування редстоунового зв'язку", - "create.schedule.condition.redstone_link_on": "Зв'язок є", - "create.schedule.condition.redstone_link_off": "Зв'язку нема", - "create.schedule.condition.redstone_link.powered": "Заживлена", - "create.schedule.condition.redstone_link.unpowered": "Не заживлена", - "create.schedule.condition.redstone_link.frequency_state": "Стан частоти:", - "create.schedule.condition.redstone_link.frequency_powered": "Частота заживлена:", - "create.schedule.condition.redstone_link.frequency_unpowered": "Частота не заживлена:", - "create.schedule.condition.player_count": "Кількість гравців-пасажирів", - "create.schedule.condition.player_count.summary": "%1$s гравець", - "create.schedule.condition.player_count.summary_plural": "%1$s гравців", - "create.schedule.condition.player_count.seated": "%1$s пасажирів", - "create.schedule.condition.player_count.players": "Гравців", - "create.schedule.condition.player_count.condition": "Умова", - "create.schedule.condition.player_count.exactly": "Рівно", - "create.schedule.condition.player_count.or_above": "Або більше", - "create.schedule.condition.player_count.status": "Пасажирів: %1$s/%2$s", - "create.schedule.loop": "Нескінченно повторювати ", - "create.schedule.loop1": "Розклад починається спочатку", - "create.schedule.loop2": "після завершення", - "create.schedule.reset": "Скинути прогрес", - "create.schedule.skip": "Пропустити поточну зупинку", - "create.schedule.applied_to_train": "Потяг зараз слідує цьому розкладу", - "create.schedule.non_controlling_seat": "Кондуктор має сидіти перед блоком керування", - "create.schedule.remove_with_empty_hand": "Видалити поточний розклад порожньою рукою", - "create.schedule.auto_removed_from_train": "Автоматичний розклад скасовано", - "create.schedule.removed_from_train": "Розклад повернено з потягу", - "create.schedule.no_stops": "Цей розклад не має зупинок", - "create.schedule.continued": "Розклад відновлено", - - "create.track.selection_cleared": "Виділення очищено", - "create.track.valid_connection": "Можна підключити", - "create.track.second_point": "UNLOCALIZED: Place track or select a second point", - "create.track.too_far": "Занадто далеко", - "create.track.original_missing": "UNLOCALIZED: Original block removed, Sneak-click to reset", - "create.track.perpendicular": "UNLOCALIZED: Cannot connect perpendicularly", - "create.track.ascending_s_curve": "UNLOCALIZED: Cannot create sloped S-Bends", - "create.track.too_sharp": "UNLOCALIZED: Turn too sharp", - "create.track.too_steep": "UNLOCALIZED: Slope too steep", - "create.track.slope_turn": "UNLOCALIZED: Cannot enter or leave slope on a turn", - "create.track.opposing_slopes": "UNLOCALIZED: Cannot connect opposing slopes", - "create.track.leave_slope_ascending": "UNLOCALIZED: Cannot leave this slope while ascending", - "create.track.leave_slope_descending": "UNLOCALIZED: Cannot leave this slope while descending", - "create.track.turn_90": "UNLOCALIZED: Can only turn up to 90 Degrees", - "create.track.junction_start": "UNLOCALIZED: Cannot start connection from a Junction", - "create.track.turn_start": "UNLOCALIZED: Cannot start connection from a Turn", - "create.track.not_enough_tracks": "UNLOCALIZED: Not holding enough tracks", - "create.track.not_enough_pavement": "UNLOCALIZED: Not holding enough pavement blocks", - - "create.portal_track.failed": "Неможливо розмістити колію через портал:", - "create.portal_track.missing": "Назначений портал ще не згенеровано", - "create.portal_track.blocked": "Назначене місце заблоковано (%1$s,%2$s,%3$s)", - - "create.station.idle": "Станція бездіяльна", - "create.station.assembly_title": "Складання потягу", - "create.station.close": "Закрити вікно", - "create.station.cancel": "Скасувати складання", - "create.station.failed": "Складання не вдалося", - "create.station.icon_type": "Тип значка", - "create.station.create_train": "Створити новий потяг", - "create.station.assemble_train": "Зібрати потяг", - "create.station.disassemble_train": "Розібрати потяг", - "create.station.remove_schedule": "Повернути розклад", - "create.station.remove_auto_schedule": "Скасувати автоматичний розклад", - "create.station.no_assembly_diagonal": "Неможливо збудувати потяг", - "create.station.no_assembly_diagonal_1": "на діагональній колії", - "create.station.no_assembly_curve": "Неможливо збудувати потяг", - "create.station.no_assembly_curve_1": "на вигнутій колії", - "create.station.train_not_aligned": "Неможливо розібрати,", - "create.station.train_not_aligned_1": "не всі вагони вирівняні", - "create.station.carriage_number": "Вагон %1$s:", - "create.station.retry": "Вирішіть це та повторіть спробу", - "create.station.no_bogeys": "Немає візків", - "create.station.one_bogey": "1 візок", - "create.station.more_bogeys": "%1$s візків", - "create.station.how_to": "Використовуйте корпус потяга на виділених коліях, щоб створювати візки.", - "create.station.how_to_1": "Щоб прибрати візок, зламайте блок зверху", - "create.station.how_to_2": "Побудуйте вагони, прикріпивши кожен з них до одного чи двох візків", - - "create.train_assembly.too_many_bogeys": "Забагато прикріплених візків: %1$s", - "create.train_assembly.frontmost_bogey_at_station": "Найперший візок має бути на колії, позначеній станцією", - "create.train_assembly.no_bogeys": "Не знайдено візків", - "create.train_assembly.not_connected_in_order": "Візки не з'єднані в порядку", - "create.train_assembly.bogeys_too_close": "Візки %1$s та %2$s надто близько один до одного", - "create.train_assembly.single_bogey_carriage": "Цей тип візка не може самостійно підтримувати вагон", - "create.train_assembly.nothing_attached": "Немає структури, прикріпленої до візка %1$s", - "create.train_assembly.no_controls": "Принаймні один направлений вперед блок керування має бути встановлений на потягу", - "create.train_assembly.sideways_controls": "Встановлений блок керування направлений убік ", - "create.train_assembly.bogey_created": "Візок створено. Натисніть ще раз, щоб змінити тип", - "create.train_assembly.requires_casing": "Використовуйте корпус потяга на коліях, щоб створювати візки.", - - "create.track_target.set": "Назначену колію вибрано", - "create.track_target.success": "Успішно прив'язано до назначеної колії", - "create.track_target.clear": "Прибрано вибір колії", - "create.track_target.missing": "Спочатку натисніть ПКМ по колії назначеного потягу", - "create.track_target.too_far": "Назначена колія надто далеко звідси", - "create.track_target.no_junctions": "Назначена колія не може містити перетин", - "create.track_target.occupied": "Назначена колія зайнята", - "create.track_target.invalid": "Неможливо назначити цю колію тут", - - "create.train.unnamed": "Безіменний потяг", - "create.train.cannot_relocate_moving": "Неможливо перемістити рухомий потяг", - "create.train.relocate": "Натисніть по колії, щоб перемістити %1$s. Натисніть крадькома, щоб перервати", - "create.train.relocate.abort": "Переміщення перервано", - "create.train.relocate.success": "Переміщено успішно", - "create.train.relocate.valid": "Можна перемістити сюди. Клацніть, щоб підтвердити", - "create.train.relocate.invalid": "Неможливо перемістити потяг сюди", - "create.train.relocate.too_far": "Неможливо перемістити потяг настільки далеко", - "create.train.departing_from": "Відправляється з %1$s", - "create.train.arrived_at": "Прибув у %1$s", - "create.train.status": " Інформація про потяг: %1$s", - "create.train.status.back_on_track": "Потяг знову на колії", - "create.train.status.collision": "Зіткнення з іншим потягом", - "create.train.status.end_of_track": "Вагон досяг кінця своєї колії", - "create.train.status.double_portal": "Вагон не може ввійти у портал, поки залишає інший", - "create.train.status.coupling_stress": "Примусова зупинка через навантаження на з'єднувачі", - "create.train.status.track_missing": "Під потягом відсутні колії", - "create.train.status.paused_for_manual": "Розклад призупинено для ручного керування", - "create.train.status.opposite_driver": "Шлях вимагає, щоб водій дивився в протилежний бік", - "create.train.status.missing_driver": "Машиніст зник", - "create.train.status.found_driver": "Знайдено нового машиніста", - "create.train.status.navigation_success": "Пересування вдало завершено", - "create.train.status.no_match": "Не має станції на графіку, що відповідає «%1$s»", - "create.train.status.no_path": "Не знайдено придатного шляху до наступного запланованого пункту призначення", - - "create.track_signal.cannot_change_mode": "Не вдалося перемкнути режим сигналу", - "create.track_signal.mode_change.entry_signal": "-> Дозволити проїзд, якщо ділянка колії вільна", - "create.track_signal.mode_change.cross_signal": "-> Дозволити проїзд, якщо ділянку колії можна повністю перетнути", - - "create.contraption.controls.start_controlling": "Зараз керується: %1$s", - "create.contraption.controls.stop_controlling": "Припинено керування пристосуванням", - "create.contraption.controls.approach_station": "Утримуйте %1$s, щоб наблизитися до %2$s", - - "create.display_link.set": "Назначена позиція вибрана", - "create.display_link.success": "Успішно прив'язано до назначеної позиції", - "create.display_link.clear": "Прибрано вибір розташування", - "create.display_link.too_far": "Назначена позиція надто далеко звідси", - "create.display_link.invalid": "Відсутня придатна ціль, спробуйте розмістити знову", - "create.display_link.title": "Зв'язок відображення", - "create.display_link.no_source": "Не є джерелом для показу", - "create.display_link.no_target": "Не є ціллю для показу", - "create.display_link.reading_from": "Зчитувати з:", - "create.display_link.writing_to": "Надсилати до:", - "create.display_link.attached_side": "Блок, до якого прикріплено", - "create.display_link.targeted_location": "Блок в назначеному місці", - "create.display_link.view_compatible": "Натисніть, щоб переглянути всі сумісні", - "create.display_link.information_type": "Тип інформації", - "create.display_link.display_on": "Записувати дані до:", - "create.display_link.display_on_multiline": "Почати записувати з:", - - "create.display_source.label": "Приєднаний напис", - "create.display_source.combine_item_names": "Об'єднати назви предметів", - "create.display_source.count_items": "Кількість відповідних предметів", - "create.display_source.list_items": "Перелічити відповідні предмети", - "create.display_source.fluid_amount": "Кількість відповідних рідин", - "create.display_source.list_fluids": "Перелічити відповідні рідини", - "create.display_source.nixie_tube": "Копіювати значення газорозрядного індикатора", - "create.display_source.fill_level": "Рівень заповнення контейнера", - "create.display_source.fill_level.display": "Формат показу", - "create.display_source.fill_level.percent": "Відсоток", - "create.display_source.fill_level.progress_bar": "Індикатор прогресу", - "create.display_source.value_list.display": "Показ значення", - "create.display_source.value_list.shortened": "Скорочений", - "create.display_source.value_list.full_number": "Повне число", - "create.display_source.value_list.thousand": "т", - "create.display_source.value_list.million": "м", - "create.display_source.player_deaths": "Смерті гравця", - "create.display_source.scoreboard": "Табло", - "create.display_source.scoreboard.objective": "ID об'єкту", - "create.display_source.scoreboard.objective_not_found": "«%1$s» не знайдено", - "create.display_source.scoreboard.objective.deaths": "Смерті гравця", - "create.display_source.time_of_day": "Час дня", - "create.display_source.stop_watch": "Секундомір", - "create.display_source.time.format": "Формат часу", - "create.display_source.time.12_hour": "12-годинний", - "create.display_source.time.24_hour": "24-годинний", - "create.display_source.accumulate_items": "Накопичувати кількість предметів", - "create.display_source.item_throughput": "Пропускна швидкість предметів", - "create.display_source.item_throughput.interval": "Інтервал", - "create.display_source.item_throughput.interval.second": "за секунду", - "create.display_source.item_throughput.interval.minute": "за хвилину", - "create.display_source.item_throughput.interval.hour": "за годину", - "create.display_source.train_status": "Стан розкладу потягу", - "create.display_source.station_summary": "Зведення залізничної станції", - "create.display_source.station_summary.filter": "Фільтр заголовку станції", - "create.display_source.station_summary.train_name_column": "Розмір колони потягу", - "create.display_source.station_summary.platform_column": "Розмір колони платформи", - "create.display_source.station_summary.now": "зараз", - "create.display_source.station_summary.minutes": " хв", - "create.display_source.station_summary.seconds": "%1$sс", - "create.display_source.observed_train_name": "Виявлено назву потягу", - "create.display_source.max_enchant_level": "Максимальна вартість зачарування", - "create.display_source.boiler_status": "Стан парового котла", - "create.display_source.entity_name": "Назва сутності", - "create.display_source.kinetic_speed": "Швидкість обертання (об/хв)", - "create.display_source.kinetic_speed.absolute": "Нехтувати напрямком", - "create.display_source.kinetic_speed.directional": "Враховувати напрямок", - "create.display_source.kinetic_stress": "Навантаження на мережу", - "create.display_source.kinetic_stress.display": "Показана інформація", - "create.display_source.kinetic_stress.progress_bar": "Індикатор прогресу", - "create.display_source.kinetic_stress.percent": "Відсоток", - "create.display_source.kinetic_stress.current": "Навантаження в ОН", - "create.display_source.kinetic_stress.max": "Загальна потужність", - "create.display_source.kinetic_stress.remaining": "ОН, що залишилися", - "create.display_source.redstone_power": "Редстоуновий сигнал", - "create.display_source.redstone_power.display": "Формат показу", - "create.display_source.redstone_power.number": "Число", - "create.display_source.redstone_power.progress_bar": "Індикатор прогресу", - "create.display_source.boiler.not_enough_space": "Недостатньо місця ", - "create.display_source.boiler.for_boiler_status": "для стану парового котла", - - "create.display_target.line": "Рядок %1$s", - "create.display_target.page": "Сторінка %1$s", - "create.display_target.single_line": "Єдиний рядок", - - "create.flap_display.cycles.alphabet": " А;Б;В;Г;Ґ;Д;Е;Є;Ж;З;И;І;Ї;Й;К;Л;М;Н;О;П;Р;С;Т;У;Ф;Х;Ц;Ч;Ш;Щ;Ю;Я", - "create.flap_display.cycles.numeric": " ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": " ; хв;зараз;15с;30с;45с", - "create.flap_display.cycles.shortened_numbers": " ;т;м", - "create.flap_display.cycles.fluid_units": "мБ;Б ", - "create.flap_display.cycles.instant": " ; ", - "create.flap_display.cycles.pixel": "█;▓;▒", - - "create.super_glue.too_far": "Обрана область завелика", - "create.super_glue.cannot_reach": "Вибрані блоки повинні бути з'єднані", - "create.super_glue.click_to_confirm": "Натисніть ще раз, щоб підтвердити", - "create.super_glue.click_to_discard": "Натисніть крадькома, щоб скасувати виділення", - "create.super_glue.first_pos": "Вибрано першу позицію", - "create.super_glue.abort": "Виділення скасовано", - "create.super_glue.not_enough": "Недостатньо клею в інвентарі", - "create.super_glue.success": "Клей застосовано...", - - "create.gui.config.overlay1": "Привіт :)", - "create.gui.config.overlay2": "Це зразок оверлея", - "create.gui.config.overlay3": "Клацніть або перетягніть мишею", - "create.gui.config.overlay4": "щоб перемістити його", - "create.gui.config.overlay5": "Натисніть ESC, щоб вийти з цього екрану", - "create.gui.config.overlay6": "або зберегти нове розташування", - "create.gui.config.overlay7": "Введіть /create overlay reset", - "create.gui.config.overlay8": "щоб скинути розташування до стандартного", - - "create.command.killTPSCommand": "killtps", - "create.command.killTPSCommand.status.slowed_by.0": "[Create]: Такти сервера в даний час уповільнені на %s мс :o", - "create.command.killTPSCommand.status.slowed_by.1": "[Create]: Такти сервера тепер уповільнені на %s мс >:)", - "create.command.killTPSCommand.status.slowed_by.2": "[Create]: Такти сервера повернулися в норму :D", - "create.command.killTPSCommand.status.usage.0": "[Create]: використайте /killtps stop, щоб повернути такт сервера до звичайної швидкості", - "create.command.killTPSCommand.status.usage.1": "[Create]: використайте /killtps start , щоб штучно уповільнити такт сервера", - "create.command.killTPSCommand.argument.tickTime": "Час тіку", - - "create.contraption.minecart_contraption_too_big": "Здається, це пристосування з вагонеткою завелике, щоб підібрати його", - "create.contraption.minecart_contraption_illegal_pickup": "Містична сила пов'язує це пристосування з вагонеткою зі світом", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "Пристосування зупиняється", - "create.subtitle.peculiar_bell_use": "Дивний дзвін дзвенить", - "create.subtitle.worldshaper_place": "Ручний редактор світу дзенькає", - "create.subtitle.whistle_train_manual": "Потяг свистить", - "create.subtitle.steam": "Шум пару", - "create.subtitle.saw_activate_stone": "Активується механічна пила", - "create.subtitle.schematicannon_finish": "Схематична гармата дзенькає", - "create.subtitle.crafter_craft": "Верстак виготовляє", - "create.subtitle.wrench_remove": "Компонент ламається", - "create.subtitle.train3": "Приглушено гуркочать колеса візка", - "create.subtitle.whistle": "Свист", - "create.subtitle.cogs": "Шестерні гуркочать", - "create.subtitle.slime_added": "Слиз хлюпає", - "create.subtitle.whistle_train_low": "Низький свист", - "create.subtitle.schematicannon_launch_block": "Схематична гармата стріляє", - "create.subtitle.controller_take": "Кафедра спустошується", - "create.subtitle.crafter_click": "Верстак клацає", - "create.subtitle.depot_plop": "Предмет приземлюється", - "create.subtitle.confirm": "Стверджувальний «дінь»", - "create.subtitle.mixing": "Шум змішування", - "create.subtitle.mechanical_press_activation_belt": "Механічний прес робить «боньк»", - "create.subtitle.fwoomp": "Картопляна гармата робить «свомп»", - "create.subtitle.sanding_long": "Шум шліфування", - "create.subtitle.crushing_1": "Шум дроблення", - "create.subtitle.depot_slide": "Предмет зісковзнув", - "create.subtitle.blaze_munch": "Пальник пломеня жує", - "create.subtitle.funnel_flap": "Фіранки воронок розвіваються", - "create.subtitle.haunted_bell_use": "Примарний дзвін дзвенить", - "create.subtitle.scroll_value": "Введення прокручуванням клацає", - "create.subtitle.controller_put": "Контролер вдаряється", - "create.subtitle.cranking": "Ручна корба обертається", - "create.subtitle.sanding_short": "Шум шліфування", - "create.subtitle.wrench_rotate": "Використано гайковий ключ", - "create.subtitle.potato_hit": "Овоч зіткається", - "create.subtitle.saw_activate_wood": "Активується механічна пила", - "create.subtitle.whistle_high": "Високий свист", - "create.subtitle.whistle_train_manual_low": "Потяг свистить", - "create.subtitle.whistle_train": "Свист", - "create.subtitle.haunted_bell_convert": "Примарний дзвін прокидається", - "create.subtitle.train": "Гуркочать колеса візка", - "create.subtitle.deny": "Відхиляючий «буп»", - "create.subtitle.controller_click": "Контролер клацає", - "create.subtitle.whistle_low": "Низький свист", - "create.subtitle.copper_armor_equip": "Спорядження для дайвінгу дзенькає", - "create.subtitle.mechanical_press_activation": "Механічний прес бряжчить", - "create.subtitle.contraption_assemble": "Пристосування рухається", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "ПРИКЛАД ПРЕДМЕТА (лише маркер того, що ця підказка існує)", - "item.create.example_item.tooltip.summary": "Короткий опис предмета. _Підкреслення_ виділяють слово.", - "item.create.example_item.tooltip.condition1": "Коли це", - "item.create.example_item.tooltip.behaviour1": "Тоді цей предмет робить це. (поведінка показує на зміну)", - "item.create.example_item.tooltip.condition2": "І коли це", - "item.create.example_item.tooltip.behaviour2": "Ви можете додати скільки завгодно способів поведінки", - "item.create.example_item.tooltip.control1": "При натисканні Ctrl", - "item.create.example_item.tooltip.action1": "Відображаються ці елементи керування.", - - "block.create.wooden_bracket.tooltip": "ДЕРЕВ'ЯНИЙ КРОНШТЕЙН", - "block.create.wooden_bracket.tooltip.summary": "_Прикрасьте_ ваші _вали, шестерні_ і _труби_ затишним дерев'яним укріпленням.", - - "block.create.metal_bracket.tooltip": "МЕТАЛЕВИЙ КРОНШТЕЙН", - "block.create.metal_bracket.tooltip.summary": "_Прикрасьте_ ваші _вали, шестерні_ і _труби_ міцним індустріальним укріпленням.", - - "block.create.seat.tooltip": "СИДІННЯ", - "block.create.seat.tooltip.summary": "Сядьте і насолоджуйтеся поїздкою! Прикріпляє гравця до рухомого _пристосування_. Також чудово підходить для нерухомого обладнання! Можна пофарбувати у різні кольори.", - "block.create.seat.tooltip.condition1": "Натисніть ПКМ по сидінню", - "block.create.seat.tooltip.behaviour1": "Cаджає гравця на _Сидіння_. Натисніть лівий Shift, щоб злізти з _Сидіння_.", - - "item.create.blaze_cake.tooltip": "ТОРТ ПЛОМЕНЯ", - "item.create.blaze_cake.tooltip.summary": "Смачне частування для ваших працьовитих _пальників пломеня_. Запалює їх усіх!", - - "item.create.wand_of_symmetry.tooltip": "ЖЕЗЛ СИМЕТРІЇ", - "item.create.wand_of_symmetry.tooltip.summary": "Ідеально відзеркалює розміщення блоків у налаштованих площинах.", - "item.create.wand_of_symmetry.tooltip.condition1": "Коли на панелі швидкого доступу", - "item.create.wand_of_symmetry.tooltip.behaviour1": "Залишається активним", - "item.create.wand_of_symmetry.tooltip.control1": "Натисніть ПКМ по землі", - "item.create.wand_of_symmetry.tooltip.action1": "_Створює_ або _переміщує_ дзеркало", - "item.create.wand_of_symmetry.tooltip.control2": "Натисніть ПКМ по повітрю", - "item.create.wand_of_symmetry.tooltip.action2": "_Видаляє_ активне дзеркало", - "item.create.wand_of_symmetry.tooltip.control3": "Натисніть ПКМ крадькома", - "item.create.wand_of_symmetry.tooltip.action3": "Відкриває _інтерфейс налаштування_", - - "item.create.handheld_worldshaper.tooltip": "РУЧНИЙ СВІТОТВОРЕЦЬ", - "item.create.handheld_worldshaper.tooltip.summary": "Зручний інструмент для створення _ландшафтів_ і _рельєфу місцевості_.", - "item.create.handheld_worldshaper.tooltip.control1": "Натисінть ЛКМ по блоку", - "item.create.handheld_worldshaper.tooltip.action1": "Визначає блок, який буде використовуватися для розміщення світотворцем.", - "item.create.handheld_worldshaper.tooltip.control2": "Натисінть ПКМ по блоку", - "item.create.handheld_worldshaper.tooltip.action2": "Застосовує вибрані _пензлик_ та _інструмент_ у назначеному місці.", - "item.create.handheld_worldshaper.tooltip.control3": "Натисніть ПКМ крадькома", - "item.create.handheld_worldshaper.tooltip.action3": "Відкриває _інтерфейс налаштування_", - - "item.create.tree_fertilizer.tooltip": "ДОБРИВО ДЛЯ ДЕРЕВ", - "item.create.tree_fertilizer.tooltip.summary": "Потужна комбінація мінералів підходить для прискорення зростання поширених типів дерев.", - "item.create.tree_fertilizer.tooltip.condition1": "При використанні на паростку", - "item.create.tree_fertilizer.tooltip.behaviour1": "Вирощує дерева _незалежно_ від _умов розміщення_", - - "item.create.extendo_grip.tooltip": "ПОДОВЖЕНИЙ ЗАХВАТ", - "item.create.extendo_grip.tooltip.summary": "Бойойоїн! Значно _збільшує досяжність_ власника. Може працювати від _повітряного тиску_ з _мідного балону_", - "item.create.extendo_grip.tooltip.condition1": "Коли в іншій руці", - "item.create.extendo_grip.tooltip.behaviour1": "Збільшує _досяжність_ предметів, що використовуються в _основній руці_.", - "item.create.extendo_grip.tooltip.condition2": "Поки одягнений мідний балон", - "item.create.extendo_grip.tooltip.behaviour2": "_Міцність_ не буде витрачатися. Натомість буде витрачатися _повітряний тиск_ з балону", - - "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": "_Керує виходами_ і _входами_ логістичних пристроїв з більшою _точністю_, зіставляючи їх зі _списком предметів_ або кількома _вкладеними фільтрами_.", - "item.create.filter.tooltip.condition1": "Коли в слоті фільтра", - "item.create.filter.tooltip.behaviour1": "_Керує_ потоком предметів відповідно до його _налаштування_.", - "item.create.filter.tooltip.condition2": "Коли натиснута ПКМ", - "item.create.filter.tooltip.behaviour2": "Відкриває _інтерфейс налаштування_.", - - "item.create.attribute_filter.tooltip": "ФІЛЬТР ВЛАСТИВОСТЕЙ", - "item.create.attribute_filter.tooltip.summary": "_Керує виходами_ і _входами_ логістичних пристроїв з більшою _точністю_, зіставляючи їх із _списком_ предметних _властивостей_ і _категорій_.", - "item.create.attribute_filter.tooltip.condition1": "Коли в слоті фільтра", - "item.create.attribute_filter.tooltip.behaviour1": "_Керує_ потоком предметів відповідно до його _налаштування_.", - "item.create.attribute_filter.tooltip.condition2": "Коли натиснута ПКМ", - "item.create.attribute_filter.tooltip.behaviour2": "Відкриває _інтерфейс налаштування_.", - - "item.create.empty_schematic.tooltip": "ПУСТА СХЕМА", - "item.create.empty_schematic.tooltip.summary": "Використовується як інгредієнт рецепту та для запису в _схематичному столі_.", - - "item.create.schematic.tooltip": "СХЕМА", - "item.create.schematic.tooltip.summary": "Містить креслення структури, яку можна розмістити у світі. Розташуйте _голограму_ за бажанням і використайте _схематичну гармату_ для побудови.", - "item.create.schematic.tooltip.condition1": "При утриманні", - "item.create.schematic.tooltip.behaviour1": "Може бути розташована за допомогою _інструментів_ на екрані.", - "item.create.schematic.tooltip.control1": "Натисніть ПКМ крадькома", - "item.create.schematic.tooltip.action1": "Відкриває _інтерфейс_ для введення _точних координат_.", - - "item.create.schematic_and_quill.tooltip": "СХЕМА І ПЕРО", - "item.create.schematic_and_quill.tooltip.summary": "Використовується для збереження структури у вашому світі у файл .nbt", - "item.create.schematic_and_quill.tooltip.condition1": "Крок 1", - "item.create.schematic_and_quill.tooltip.behaviour1": "Виберіть дві кутові точки за допомогою натискання ПКМ.", - "item.create.schematic_and_quill.tooltip.condition2": "Крок 2", - "item.create.schematic_and_quill.tooltip.behaviour2": "_Прокручуйте й утримуйте Ctrl_ на гранях для зміни розміру. Натисніть ПКМ, щоб зберегти.", - "item.create.schematic_and_quill.tooltip.control1": "Натисніть ПКМ", - "item.create.schematic_and_quill.tooltip.action1": "Виберіть кутові точки / підтвердіть збереження.", - "item.create.schematic_and_quill.tooltip.control2": "Утримуйте Ctrl", - "item.create.schematic_and_quill.tooltip.action2": "Вибирайте точки в _повітрі_. _Прокручуйте_ для налаштування дистанції.", - "item.create.schematic_and_quill.tooltip.control3": "Натисніть ПКМ крадькома", - "item.create.schematic_and_quill.tooltip.action3": "_Скидає_ і _видаляє_ виділення.", - - "block.create.schematicannon.tooltip": "СХЕМАТИЧНА ГАРМАТА", - "block.create.schematicannon.tooltip.summary": "Вистрілює блоки для відтворення _схеми_ у світі. Використовує предмети із суміжніх сховищ і _порох_ як паливо.", - "block.create.schematicannon.tooltip.condition1": "Коли натиснута ПКМ", - "block.create.schematicannon.tooltip.behaviour1": "Відкриває _інтерфейс_", - - "block.create.schematic_table.tooltip": "СТІЛ ДЛЯ КРЕСЛЕННЯ", - "block.create.schematic_table.tooltip.summary": "Записує збережені схеми в _пусті схеми_.", - "block.create.schematic_table.tooltip.condition1": "Коли надана _порожня схема_", - "block.create.schematic_table.tooltip.behaviour1": "Завантажує вибраний файл із папки Schematics.", - - "item.create.goggles.tooltip": "ІНЖЕНЕРНІ ОКУЛЯРИ", - "item.create.goggles.tooltip.summary": "Пара окулярів, що дозволяє бачити корисну _кінетичну інформацію_.", - "item.create.goggles.tooltip.condition1": "Коли надіті", - "item.create.goggles.tooltip.behaviour1": "Показує _кольорові індикатори_, що відповідають _рівню швидкості_ розміщеного кінетичного пристрою, а також _створюване навантаження_ та _ємність_ окремих компонентів.", - "item.create.goggles.tooltip.condition2": "При погляді на вимірювач", - "item.create.goggles.tooltip.behaviour2": "Показує детальну інформацію про _швидкість_ або _навантаження_ мережі, до якої підключено вимірювач.", - "item.create.goggles.tooltip.condition3": "При погляді на рідинні контейнери", - "item.create.goggles.tooltip.behaviour3": "Показує детальну інформацію про _ємність_ блоку і про _рідини_, які в ньому зберігаються.", - - "item.create.wrench.tooltip": "ГАЙКОВИЙ КЛЮЧ", - "item.create.wrench.tooltip.summary": "Корисний інструмент для роботи з кінетичними пристосуваннями. Можна використовувати для _обертання_, _демонтажу_ та _налаштування_ компонентів.", - "item.create.wrench.tooltip.control1": "Натисніть ПКМ по кінетичному блоку", - "item.create.wrench.tooltip.action1": "_Повертає компоненти_ у бік або від грані, з якою ви взаємодіяли.", - "item.create.wrench.tooltip.control2": "Натисніть ПКМ крадькома", - "item.create.wrench.tooltip.action2": "_Розбирає кінетичні компоненти_ і переміщує їх назад у _ваш інвентар_.", - - "block.create.nozzle.tooltip": "СОПЛО", - "block.create.nozzle.tooltip.summary": "Прикріпіть до передньої частини _облицьованого вентилятора_, щоб поширити його вплив на сутностей в _усіх напрямках_.", - - "block.create.cuckoo_clock.tooltip": "ГОДИННИК ІЗ ЗОЗУЛЕЮ", - "block.create.cuckoo_clock.tooltip.summary": "Витончена мистецька робота для _оздоблення_ простору і _відстеження часу_.", - "block.create.cuckoo_clock.tooltip.condition1": "При живленні кінетичною енергією", - "block.create.cuckoo_clock.tooltip.behaviour1": "Показує _поточний час_ і грає мелодію двічі на день. _Активується_ один раз _опівдні_ і _в сутінках_, як тільки _гравець може лягти спати_.", - - "block.create.turntable.tooltip": "ОБЕРТАЛЬНИЙ СТІЛ", - "block.create.turntable.tooltip.summary": "Перетворює _силу обертання_ у справжнє заколисування.", - - "block.create.toolbox.tooltip": "ЯЩИК ДЛЯ ІНСТРУМЕНТІВ", - "block.create.toolbox.tooltip.summary": "Найдорожчий супутник кожного винахідника. Зручно _зберігає_ велику кількість _восьми різних_ типів предметів.", - "block.create.toolbox.tooltip.condition1": "Коли підібрано", - "block.create.toolbox.tooltip.behaviour1": "_Зберігає_ свій _вміст_.", - "block.create.toolbox.tooltip.condition2": "При розміщенні в діапазоні", - "block.create.toolbox.tooltip.behaviour2": "_Гравці поблизу_ можуть утримувати _призначену клавішу ящику для інструментів_, щоб отримати доступ до його вмісту _дистанційно_.", - "block.create.toolbox.tooltip.condition3": "Коли натиснута ПКМ", - "block.create.toolbox.tooltip.behaviour3": "Відкриває _інтерфейс контейнера_.", - - "block.create.stockpile_switch.tooltip": "ПЕРЕМИКАЧ ВМІСТУ", - "block.create.stockpile_switch.tooltip.summary": "Перемикає сигнал редстоуну залежно від кількості _збережених предметів_ чи _рідин_ у приєднаному контейнері. У комплект входить зручний фільтр. На відміну від _компаратора_, _перемикач вмісту_ дозволяє налаштовувати _поріг_, при якому сигнали стають оберненими.", - "block.create.stockpile_switch.tooltip.condition1": "Коли натиснута ПКМ", - "block.create.stockpile_switch.tooltip.behaviour1": "Відкриває _інтерфейс налаштування_.", - - "block.create.content_observer.tooltip": "СПОСТЕРІГАЧ ВМІСТУ", - "block.create.content_observer.tooltip.summary": "_Виявляє предмети_ або _рідини_ всередині _контейнерів_, _труб_ чи _конвеєрів_ згідно з налаштуванням _фільтра_.", - "block.create.content_observer.tooltip.condition1": "При спостереженні за контейнером", - "block.create.content_observer.tooltip.behaviour1": "Випромінює _редстоуновий сигнал_, поки спостережуваний контейнер має _відповідний вміст_.", - "block.create.content_observer.tooltip.condition2": "При спостереженні за лійкою", - "block.create.content_observer.tooltip.behaviour2": "Випромінює _редстоуновий імпульс_, коли _відповідний_ предмет _переміщується_.", - - "block.create.creative_crate.tooltip": "ТВОРЧИЙ ЯЩИК", - "block.create.creative_crate.tooltip.summary": "Це _сховище_ дозволяє нескінченно створювати будь-який предмет. Розмістіть поруч зі _схематичною гарматою_, щоб позбутися вимог до матеріалів.", - "block.create.creative_crate.tooltip.condition1": "Коли предмет у слоті для фільтра", - "block.create.creative_crate.tooltip.behaviour1": "Усе, що _витягує_ предмети з цього контейнера, буде забезпечене _нескінченним постачанням_ зазначеного предмета. Предмети, _введені_ в цей ящик, _зникнуть_.", - - "item.create.creative_blaze_cake.tooltip": "ТВОРЧИЙ ТОРТ", - "item.create.creative_blaze_cake.tooltip.summary": "Особливе частування для _пальника пломеня_. Після того як він з’їсть цей торт, у нього _ніколи не закінчиться паливо_.", - "item.create.creative_blaze_cake.tooltip.condition1": "При використанні", - "item.create.creative_blaze_cake.tooltip.behaviour1": "_Циклічно змінює_ рівень нагрівання пальника пломеня.", - - "block.create.controller_rail.tooltip": "РЕГУЛЮВАЛЬНА РЕЙКА", - "block.create.controller_rail.tooltip.summary": "_Односпрямована живлена рейка_ здатна _точно контролювати швидкість руху_ вагонеток.", - "block.create.controller_rail.tooltip.condition1": "При живленні редстоуном", - "block.create.controller_rail.tooltip.behaviour1": "_Прискорює_ або _сповільнює_ проїжджі _вагонетки_ відповідно до _потужності сигналу_. Поширює редстоуновий сигнал на прилеглі регулювальні рейки. Живлення двох регулювальних рейок різною потужністю призведе до інтерполяції їхнього сигналу на колії між ними.", - - "item.create.sand_paper.tooltip": "НАЖДАЧНИЙ ПАПІР", - "item.create.sand_paper.tooltip.summary": "Грубий папір, який можна використовувати для _полірування матеріалів_. Може застосовуватися автоматично за допомогою Автономний активатор.", - "item.create.sand_paper.tooltip.condition1": "При використанні", - "item.create.sand_paper.tooltip.behaviour1": "Полірує предмети у _іншій руці_, або ті, що лежать на _підлозі_, якщо _дивитися на них_", - - "item.create.builders_tea.tooltip": "ЧАЙ БУДІВЕЛЬНИКА", - "item.create.builders_tea.tooltip.summary": "Ідеальний напій для початку дня. _Мотивує_ і _насичує_.", - - "item.create.refined_radiance.tooltip": "ВИШУКАНЕ СЯЙВО", - "item.create.refined_radiance.tooltip.summary": "Хроматичний матеріал, викуваний із _поглиненого світла_.", - "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": "Робота в процесі", - "item.create.shadow_steel.tooltip.behaviour1": "Використання цього матеріалу буде доступним у майбутніх оновленнях.", - - "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": "ВОДОЛАЗНИЙ ШОЛОМ", - "item.create.diving_helmet.tooltip.summary": "Разом з _мідним балоном_ дозволяє власнику _дихати під водою_ протягом тривалого часу.", - "item.create.diving_helmet.tooltip.condition1": "При носінні", - "item.create.diving_helmet.tooltip.behaviour1": "Дає ефект _водяного дихання_, повільно витрачаючи _повітряний тиск_ з балона.", - - "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": "_Збирає стиснене повітря_ зі швидкістю відповідною _швидкості обертання_.", - - "block.create.placard.tooltip": "ПЛАКАТ", - "block.create.placard.tooltip.summary": "_Обрамте_ свої _предмети_ в латунь за допомогою цієї вишуканої настінної панелі. Безпечно для _пристосувань_!", - "block.create.placard.tooltip.condition1": "Коли натиснута ПКМ з предметом", - "block.create.placard.tooltip.behaviour1": "_Додає_ триманий _предмет_ до плакату. _Випромінює_ короткий _редстоуновий_ сигнал, якщо відповідний предмет уже був присутній.", - "block.create.placard.tooltip.condition2": "При ударі", - "block.create.placard.tooltip.behaviour2": "_Скидає_ поточний _предмет_ з рамки.", - - "block.create.flywheel.tooltip": "МАХОВИК", - "block.create.flywheel.tooltip.summary": "_Прикрасьте_ свої _механізми_ цим величним _латунним колесом_.", - "block.create.flywheel.tooltip.condition1": "При живленні кінетичною енергією", - "block.create.flywheel.tooltip.behaviour1": "Починає обертатися.", - - "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": "КРЕСЛЕННЯ МАЙСТРУВАННЯ", - "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": "_Застосовує налаштований рецепт_, використавши відповідні інгредієнти з вашого _інвентаря_. Утримуйте Shift, щоб створити до стака предметів.", - - "item.create.minecart_coupling.tooltip": "З'ЄДНУВАЧ ВАГОНЕТОК", - "item.create.minecart_coupling.tooltip.summary": "_З'єднує_ всі ваші _вагонетки_ або _вагонні пристосування_ в ланцюг, щоб утворити величний _потяг_.", - "item.create.minecart_coupling.tooltip.condition1": "При використанні на вагонетці", - "item.create.minecart_coupling.tooltip.behaviour1": "_З'єднує_ дві вагонетки разом, намагаючись утримати їх на _сталій відстані_ під час руху.", - - "item.create.experience_nugget.tooltip": "Шматочок досвіду", - "item.create.experience_nugget.tooltip.summary": "_Дінь!_ Частинка _натхнення_ від ваших фантастичних винаходів.", - "item.create.experience_nugget.tooltip.condition1": "При використанні", - "item.create.experience_nugget.tooltip.behaviour1": "Повертає одиниці досвіду, що містяться всередині.", - - "block.create.peculiar_bell.tooltip": "ДИВНИЙ ДЗВІН", - "block.create.peculiar_bell.tooltip.summary": "Декоративний _латунний дзвін_. Якщо розмістити його прямо над відкритим _полум'ям душ_, це може призвести до побічних ефектів...", - - "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.subject": "Об’єкт цієї сцени", - "create.ponder.pondering": "Роздумуєм над...", - "create.ponder.identify_mode": "Режим ідентифікації включений.\nЗабрати паузу [%1$s]", - "create.ponder.associated": "Пов'язані записи", - "create.ponder.close": "Закрити", - "create.ponder.identify": "Ідентифікувати", - "create.ponder.next": "Наступна сцена", - "create.ponder.next_up": "UNLOCALIZED: Up Next:", - "create.ponder.previous": "Минула сцена", - "create.ponder.replay": "Повтор", - "create.ponder.think_back": "Подумати про минуле", - "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 об./хв", - "create.ponder.shared.behaviour_modify_wrench": "Цю поведінку можна змінити за допомогою гайкового ключа", - "create.ponder.shared.storage_on_contraption": "Приєднані до штуковини інвентарі будуть підбирати речі автоматично", - "create.ponder.shared.sneak_and": "Крастися +", - "create.ponder.shared.rpm8": "8 об./хв", - "create.ponder.shared.ctrl_and": "UNLOCALIZED: Ctrl +", - "create.ponder.shared.rpm32": "32 об./хв", - "create.ponder.shared.rpm16_source": "Джерело: 16 об./хв", - "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.display_sources": "UNLOCALIZED: Sources for Display Links", - "create.ponder.tag.display_sources.description": "UNLOCALIZED: Components or Blocks which offer some data that can be read with a Display Link", - "create.ponder.tag.logistics": "Транспортування предметів", - "create.ponder.tag.logistics.description": "Компоненти, що допомагають рухати предмети", - "create.ponder.tag.display_targets": "Цілі для зв'язків відображення", - "create.ponder.tag.display_targets.description": "Компоненти або блоки, які можуть обробляти і відображувати дані, отримані із зв'язку відображення", - "create.ponder.tag.train_related": "UNLOCALIZED: Railway Equipment", - "create.ponder.tag.train_related.description": "UNLOCALIZED: Components used in the construction or management of Train Contraptions", - - "create.ponder.analog_lever.header": "Управління сигналами використовуючи Аналоговий важіль", - "create.ponder.analog_lever.text_1": "Аналоговий важіль створений як компактне та точне джерело Редстоун сигналу", - "create.ponder.analog_lever.text_2": "ПКМ, щоб збільшити силу вихідного сигналу", - "create.ponder.analog_lever.text_3": "ПКМ крадучись, щоб зменшити силу вихідного сигналу знову", - - "create.ponder.andesite_tunnel.header": "Використання Андезитових тунелів", - "create.ponder.andesite_tunnel.text_1": "Андезитові тунелі можуть бути використані, щоб накривати конвеєри.", - "create.ponder.andesite_tunnel.text_2": "Завжди, коли у Андезитового тунелю є з'єднання збоку...", - "create.ponder.andesite_tunnel.text_3": "...він буде відокремлювати рівно один предмет з будь-яких стаків, що проходять повз.", - "create.ponder.andesite_tunnel.text_4": "Залишок продовжить свій шлях", - - "create.ponder.auto_schedule.header": "UNLOCALIZED: Stations & Scheduling", - "create.ponder.auto_schedule.text_1": "UNLOCALIZED: Schedules can be used to provide drivers with a destination", - "create.ponder.auto_schedule.text_2": "UNLOCALIZED: Comparators will receive a signal whenever a Train is present", - "create.ponder.auto_schedule.text_3": "UNLOCALIZED: Mind that a Station can only be approached from the indicated direction", - "create.ponder.auto_schedule.text_4": "UNLOCALIZED: Stations can also be used to assign new Schedules automatically", - "create.ponder.auto_schedule.text_5": "UNLOCALIZED: The Schedule placed on a station will automatically copy itself to present trains", - "create.ponder.auto_schedule.text_6": "UNLOCALIZED: As opposed to manual scheduling, drivers will not take the item with them", - - "create.ponder.basin.header": "Оброблення предметів у Чаші", - "create.ponder.basin.text_1": "Чаша може зберігати предмети та рідини для обробки", - "create.ponder.basin.text_2": "Після обробки, чаші намагаються вивести результат під будь-який з їхніх сторін", - "create.ponder.basin.text_3": "Коли надано відповідний компонент, у Чаші з'явиться кран, що виходить.", - "create.ponder.basin.text_4": "Декілька варіантів застосовні тут", - "create.ponder.basin.text_5": "Виведення чаші буде спіймано інвентарем нижче", - "create.ponder.basin.text_6": "Без виходу крана, Чаша залишатиме предмети, отримані в результаті обробки", - "create.ponder.basin.text_7": "Це може бути корисним, якщо продукт повинен бути використаний повторно як інгредієнт", - "create.ponder.basin.text_8": "Бажані продукти повинні бути в такому випадку вилучені із чаші", - "create.ponder.basin.text_9": "Фільтр може бути необхідний для уникнення вилучення необроблених предметів", - - "create.ponder.bearing_modes.header": "Режимах руху механічного підшипника", - "create.ponder.bearing_modes.text_1": "Коли зупинено, підшипник встановить структуру на найближчому вирівняному по сітці блоках куті.", - "create.ponder.bearing_modes.text_2": "Він може бути налаштований ніколи не повертати структуру в твердий стан, або лише біля початкового кута", - - "create.ponder.belt_casing.header": "Обрамлення ременів", - "create.ponder.belt_casing.text_1": "Латунний або Андезитовий корпус можна використовувати для декорації Механічних ременів (конвеєра)", - "create.ponder.belt_casing.text_2": "Використовуйте Ключ, щоб усунути обрамлення", - - "create.ponder.belt_connector.header": "Використання Механічних ременів", - "create.ponder.belt_connector.text_1": "ПКМ по двом валах предметом ременя з'єднає їх разом у конвеєр", - "create.ponder.belt_connector.text_2": "Випадкові виділення можуть бути скасовані натисканням ПКМ Крадучись", - "create.ponder.belt_connector.text_3": "Додаткові вали можуть бути додані по всій довжині конвеєра", - "create.ponder.belt_connector.text_4": "Вали, з'єднані через ремені, будуть обертатися з тією ж швидкістю та напрямком", - "create.ponder.belt_connector.text_5": "Додані Вали можуть бути прибрані Ключем", - "create.ponder.belt_connector.text_6": "Механічні ремені можуть бути пофарбовані з естетичною метою", - - "create.ponder.belt_directions.header": "Можливих розташувань Механічних ременів", - "create.ponder.belt_directions.text_1": "Ремені не можуть з'єднуватися у довільних напрямках", - "create.ponder.belt_directions.text_2": "1. Вони можуть з'єднуватися горизонтально", - "create.ponder.belt_directions.text_3": "2. Вони можуть з'єднуватись по діагоналі", - "create.ponder.belt_directions.text_4": "3. Вони можуть з'єднуватися вертикально", - "create.ponder.belt_directions.text_5": "4. І вони можуть з'єднувати вертикальні вали горизонтально", - "create.ponder.belt_directions.text_6": "Це все можливі напрямки. Ремені можуть досягати Довжини від 2 до 20 блоків", - - "create.ponder.belt_transport.header": "Використання Механічних ременів для логістики", - "create.ponder.belt_transport.text_1": "Ремені, що рухаються, переміщатимуть Предмети та інші Сутності", - "create.ponder.belt_transport.text_2": "ПКМ порожній рукою, щоб забрати предмети з ременя", - - "create.ponder.blaze_burner.header": "Годування пальників блейза", - "create.ponder.blaze_burner.text_1": "Пальники блейза дають тепло предметам, що обробляються в Чаші.", - "create.ponder.blaze_burner.text_2": "Для цього, Блейз повинен бути нагодований займистими предметами", - "create.ponder.blaze_burner.text_3": "З Тортом сполоху, пальник може досягати ще більшого рівня жару", - "create.ponder.blaze_burner.text_4": "Процес годування може бути автоматизований, використовуючи Автономний активатор або Механічну руку", - - "create.ponder.brass_funnel.header": "Латунній Воронці", - "create.ponder.brass_funnel.text_1": "Андезитова воронка може витягувати тільки одиночні предмети", - "create.ponder.brass_funnel.text_2": "Латунна воронка може витягувати до цілого стака", - "create.ponder.brass_funnel.text_3": "Прокручування на слоті фільтра дозволяє точно регулювати розмір стака, що витягується.", - "create.ponder.brass_funnel.text_4": "Використовуючи предмет на слоті фільтра, обмежить воронку до передачі тільки збігаючих стаків.", - - "create.ponder.brass_tunnel.header": "Використання Латунних тунелів", - "create.ponder.brass_tunnel.text_1": "Латунні тунелі можуть бути використані, щоб накривати конвеєри", - "create.ponder.brass_tunnel.text_2": "Латунні тунелі мають слот для фільтра на кожній відкритій стороні.", - "create.ponder.brass_tunnel.text_3": "Фільтр на вхідних з'єднаннях блокує невідповідні предмети", - "create.ponder.brass_tunnel.text_4": "Фільтр на вихідних з'єднаннях може бути використаний для сортування предметів типу", - "create.ponder.brass_tunnel.text_5": "Завжди, коли у предмета, що проходить, є кілька доступних виходів, режим розподілу вирішить що з ним робити", - "create.ponder.brass_tunnel.text_6": "Латунні тунелі на паралельних конвеєрах формують групи", - "create.ponder.brass_tunnel.text_7": "Вхідні предмети будуть розподілені між усіма з'єднаними виходами", - "create.ponder.brass_tunnel.text_8": "Для цього предмети можуть бути вкладені в блок тунелю безпосередньо", - - "create.ponder.brass_tunnel_modes.header": "Режимах розподілу Латунних тунелів", - "create.ponder.brass_tunnel_modes.text_1": "Використовуючи Ключ, ви можете налаштувати поведінку розподілу Латунного тунелю", - "create.ponder.brass_tunnel_modes.text_10": "«Синхронізувати входи» – унікальне налаштування для Латунних тунелів", - "create.ponder.brass_tunnel_modes.text_11": "Предмети можуть пройти тільки якщо у кожного тунелю в групі є предмет, що очікує біля входу", - "create.ponder.brass_tunnel_modes.text_12": "Це має на увазі, що всі конвеєри постачають предмети з рівною швидкістю", - "create.ponder.brass_tunnel_modes.text_2": "«Розділити» спробує розподілити так порівну між доступними виходами", - "create.ponder.brass_tunnel_modes.text_3": "Якщо вихід не може прийняти більше предметів, він буде пропущений", - "create.ponder.brass_tunnel_modes.text_4": "«Примусово розділити» ніколи не пропустить виходи і натомість чекатиме поки вони не звільняться", - "create.ponder.brass_tunnel_modes.text_5": "«По Кругу» зберігає цілісні стаки та віддає їх виходам по черзі", - "create.ponder.brass_tunnel_modes.text_6": "Знову ж таки, якщо вихід не може прийняти більше предметів, він буде пропущений", - "create.ponder.brass_tunnel_modes.text_7": "«Примусово по колу» ніколи не пропускає виходи", - "create.ponder.brass_tunnel_modes.text_8": "«Переважно найближче» пріоритизує найближчі виходи від місця подачі предметів", - "create.ponder.brass_tunnel_modes.text_9": "«Випадково» віддаватиме цілі стаки випадково вибраним виходам", - - "create.ponder.cart_assembler.header": "Рух структур за допомогою Складальника вагонеток", - "create.ponder.cart_assembler.text_1": "Активовані Збирачі вагонеток встановлюють прикріплені структури до вагонеток, що проходять повз.", - "create.ponder.cart_assembler.text_2": "Без редстоун сигналу вони розбирають вагонеткові штуковини назад у блоки.", - "create.ponder.cart_assembler.text_3": "Використання Ключа на вагонетці дозволить вам забрати Штуковину кудись ще", - - "create.ponder.cart_assembler_dual.header": "Складання Штуковин-екіпажів", - "create.ponder.cart_assembler_dual.text_1": "Завжди, коли два збирачі вагонеток мають загальну прикріплену структуру...", - "create.ponder.cart_assembler_dual.text_2": "активація будь-якого з них створить Штуковину-екіпаж", - "create.ponder.cart_assembler_dual.text_3": "Ці вагонетки будуть поводитися так, ніби вони з'єднані З'єднувачем вагонеток", - - "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": "Якщо збирач налаштований на блокування обертання, то орієнтація штуковин ніколи не зміниться", - - "create.ponder.cart_assembler_rails.header": "Інші типи вагонеток і рейок", - "create.ponder.cart_assembler_rails.text_1": "Складачі вагонеток на звичайних рейках не впливатимуть на рух вагонеток, що проходять.", - "create.ponder.cart_assembler_rails.text_2": "На активних Контролюючих рейках або Енергорельсах вагонетки стоятимуть на місці доти, доки Складальник не буде активований", - "create.ponder.cart_assembler_rails.text_3": "Інші типи вагонеток можуть бути використані як основа", - "create.ponder.cart_assembler_rails.text_4": "Самохідні вагонетки підтримуватимуть себе запитаними, використовуючи паливо із приєднаних інвентарів", - - "create.ponder.chain_drive.header": "Передачі сили обертання Ланцюгові приводи", - "create.ponder.chain_drive.text_1": "Ланцюгові приводи передають силу обертання один одному", - "create.ponder.chain_drive.text_2": "Всі вали з'єднані таким чином обертатимуться в одному напрямку", - "create.ponder.chain_drive.text_3": "Будь-яка частина в ряду може бути повернена на 90 градусів", - - "create.ponder.chain_gearshift.header": "Управління швидкістю обертання Регульованими ланцюговими механізмами", - "create.ponder.chain_gearshift.text_1": "Неактивні Ланцюгові механізми поводяться так само, як Ланцюгові приводи", - "create.ponder.chain_gearshift.text_2": "Коли активовано, швидкість, що передається іншим Ланцюговим механізмам у ряді подвоюється", - "create.ponder.chain_gearshift.text_3": "Коли активований Ланцюговий механізм не є джерелом, його швидкість буде знижена вдвічі", - "create.ponder.chain_gearshift.text_4": "В обох випадках Ланцюгові приводи в ряді завжди обертаються з 2x швидкістю активованого Ланцюгового механізму", - "create.ponder.chain_gearshift.text_5": "Використовуючи аналогові сигнали, це множення може бути точніше налаштовано між 1 і 2", - "create.ponder.chain_gearshift.text_6": "12 об./хв.", - - "create.ponder.chute.header": "Транспортування предметів вниз через Жолоба", - "create.ponder.chute.text_1": "Жолоби можуть транспортувати предмети вертикально з та в інвентарі", - "create.ponder.chute.text_2": "Використовуючи Ключ, ви можете створити вікно", - "create.ponder.chute.text_3": "Встановлення жолобів на сторони інших жолобів зробить їх діагональними", - - "create.ponder.chute_upward.header": "Транспортування предметів вгору через Жолоба", - "create.ponder.chute_upward.text_1": "Використовуючи Вентилятор у корпусі внизу або вгорі, Жолоб може переміщати предмети вгору", - "create.ponder.chute_upward.text_2": "Огляд ринв в Інженерних окулярах відкриває інформацію про напрямок руху", - "create.ponder.chute_upward.text_3": "На «заблокованому» кінці предмети мають бути введені/виведені збоку", - - "create.ponder.clockwork_bearing.header": "Пожвавлення структур Часовим механізмом", - "create.ponder.clockwork_bearing.text_1": "Годинникові механізми прикріплюються до блоків спереду", - "create.ponder.clockwork_bearing.text_2": "При отриманні сили обертання структура повернеться в залежності від поточної години", - "create.ponder.clockwork_bearing.text_3": "UNLOCALIZED: 3:00", - "create.ponder.clockwork_bearing.text_4": "UNLOCALIZED: 4:00", - "create.ponder.clockwork_bearing.text_5": "ПКМ по механізму, щоб зупинити або знову запустити структуру", - "create.ponder.clockwork_bearing.text_6": "Друга структура може бути додана спереду.", - "create.ponder.clockwork_bearing.text_7": "Переконайтеся, що дві структури не з'єднані між собою супер-клеєм чи чимось схожим", - "create.ponder.clockwork_bearing.text_8": "Друга структура обертатиметься як Хвилинна стрілка", - - "create.ponder.clutch.header": "Управління силою обертання за допомогою Зчеплення", - "create.ponder.clutch.text_1": "Зчеплення передає обертання прямою", - "create.ponder.clutch.text_2": "При активації Редстоуном воно розриває з'єднання", - - "create.ponder.cog_speedup.header": "Перемикання передач Шестернями", - "create.ponder.cog_speedup.text_1": "Великі та маленькі шестерні можуть з'єднуватися по діагоналі.", - "create.ponder.cog_speedup.text_2": "Переходячи з великих на маленькі шестерні, передана швидкість подвоїться", - "create.ponder.cog_speedup.text_3": "Переходячи у зворотному напрямку, передана швидкість скоротиться вдвічі", - - "create.ponder.cogwheel.header": "Передача сили обертання Шестернями", - "create.ponder.cogwheel.text_1": "Шестерні передають обертання іншим сусіднім шестерням", - "create.ponder.cogwheel.text_2": "Сусідні вали з'єднані таким чином обертатимуться у протилежних напрямках.", - - "create.ponder.cogwheel_casing.header": "UNLOCALIZED: Encasing Cogwheels", - "create.ponder.cogwheel_casing.text_1": "UNLOCALIZED: Brass or Andesite Casing can be used to decorate Cogwheels", - "create.ponder.cogwheel_casing.text_2": "UNLOCALIZED: Components added after encasing will not connect to the shaft outputs", - "create.ponder.cogwheel_casing.text_3": "UNLOCALIZED: The Wrench can be used to toggle connections", - - "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": "Творчі мотори - це компактні та налаштовані джерела Сили Обертання", - "create.ponder.creative_motor.text_2": "Прокручування по задній панелі змінює кількість об./хв. у обертового валу мотора", - - "create.ponder.creative_motor_mojang.header": "UNLOCALIZED: Mojang's Enigma", - - "create.ponder.crushing_wheels.header": "Оброблення предметів Колісами дроблення", - "create.ponder.crushing_wheels.text_1": "Пара Коліс дроблення може молоти предмети дуже ефективно", - "create.ponder.crushing_wheels.text_2": "Сила обертання повинна обертати їх одне в одного", - "create.ponder.crushing_wheels.text_3": "Предмети кинуті чи введені зверху будуть оброблені", - "create.ponder.crushing_wheels.text_4": "Предмети також можуть бути введені та підібрані автоматичним способом", - - "create.ponder.deployer.header": "Використання автономного активатора", - "create.ponder.deployer.text_1": "За наявності сили обертання автономний активатор може імітувати дії гравця", - "create.ponder.deployer.text_10": "ПКМ попереду, щоб дати йому предмет для використання", - "create.ponder.deployer.text_11": "Предмети також можуть бути введені автоматично", - "create.ponder.deployer.text_12": "Автономні активатори мають слот для фільтра", - "create.ponder.deployer.text_13": "Коли фільтр встановлений, Активатор працює тільки тримаючи відповідний предмет", - "create.ponder.deployer.text_14": "Тільки предмети, що підходять по фільтру, можуть бути введені...", - "create.ponder.deployer.text_15": "...і лише невідповідні предмети будуть виведені", - "create.ponder.deployer.text_2": "Він завжди буде взаємодіяти з місцем на два блоки перед ним", - "create.ponder.deployer.text_3": "Блоки прямо перед ним не заважатимуть йому", - "create.ponder.deployer.text_4": "Автономні активатори вміють:", - "create.ponder.deployer.text_5": "Ставити блоки,", - "create.ponder.deployer.text_6": "Використовувати предмети,", - "create.ponder.deployer.text_7": "Активувати блоки,", - "create.ponder.deployer.text_8": "Збирати блоки", - "create.ponder.deployer.text_9": "та Атакувати мобів", - - "create.ponder.deployer_contraption.header": "Використання автономних активаторів на штуковинах", - "create.ponder.deployer_contraption.text_1": "Завжди, коли автономні активатори рухаються як частина рухомої штуковини...", - "create.ponder.deployer_contraption.text_2": "Вони активуються на кожному відвідуваному місці, використовуючи предмети з будь-яких інвентарів на штуковині", - "create.ponder.deployer_contraption.text_3": "Слот для Фільтру може бути використаний для уточнення, які предмети йому брати", - - "create.ponder.deployer_modes.header": "Режимах автономного активатора", - "create.ponder.deployer_modes.text_1": "За замовчуванням активатор імітує ПКМ-взаємодія.", - "create.ponder.deployer_modes.text_2": "Використовуючи Ключ, ви можете встановити його на імітацію ЛКМ", - - "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": "При активації Редстоуном активатор перестане працювати", - "create.ponder.deployer_redstone.text_2": "Перед зупинкою Активатор завершить всі розпочаті дії", - "create.ponder.deployer_redstone.text_3": "Таким чином, інвертований імпульс може бути використаний для виклику рівно одного спрацьовування", - - "create.ponder.depot.header": "Використання Депо", - "create.ponder.depot.text_1": "Депо можуть бути як «стаціонарний» елемент конвеєра", - "create.ponder.depot.text_2": "ПКМ, щоб самостійно покласти або забрати предмети з них", - "create.ponder.depot.text_3": "Так само, як Механічні ремені, воно може надавати предмети для обробки", - "create.ponder.depot.text_4": "...а також постачати предмети Механічним рукам", - - "create.ponder.display_board.header": "UNLOCALIZED: Using Display Boards", - "create.ponder.display_board.text_1": "UNLOCALIZED: Display Boards are a scalable alternative to the sign", - "create.ponder.display_board.text_2": "UNLOCALIZED: They require Rotational Force to operate", - "create.ponder.display_board.text_3": "UNLOCALIZED: Text can be displayed using Name Tags...", - "create.ponder.display_board.text_4": "UNLOCALIZED: ...or through the use of Display Links", - "create.ponder.display_board.text_5": "UNLOCALIZED: Dyes can be applied to individual lines of the board", - "create.ponder.display_board.text_6": "UNLOCALIZED: Lines can be reset by clicking them with an empty hand", - - "create.ponder.display_link.header": "UNLOCALIZED: Setting up Display Links", - "create.ponder.display_link.text_1": "UNLOCALIZED: Display Links can be used to visualise dynamic information", - "create.ponder.display_link.text_2": "UNLOCALIZED: First, right-click the target display...", - "create.ponder.display_link.text_3": "UNLOCALIZED: ...then attach it to the block to read from", - "create.ponder.display_link.text_4": "UNLOCALIZED: Open the Interface to select and configure what is sent", - "create.ponder.display_link.text_5": "UNLOCALIZED: The display will now receive information from the link", - "create.ponder.display_link.text_6": "UNLOCALIZED: Not every block can act as a source", - "create.ponder.display_link.text_7": "UNLOCALIZED: Each compatible block provides unique information", - "create.ponder.display_link.text_8": "UNLOCALIZED: The Display Link can work with several different displays", - - "create.ponder.display_link_redstone.header": "UNLOCALIZED: Redstone Control", - "create.ponder.display_link_redstone.text_1": "UNLOCALIZED: When powered by Redstone, Display Links stop sending updates", - "create.ponder.display_link_redstone.text_2": "UNLOCALIZED: Once unpowered, the Timer is reset and new info is sent immediately", - "create.ponder.display_link_redstone.text_3": "UNLOCALIZED: Signals emitted from the source do not affect the Link", - - "create.ponder.empty_blaze_burner.header": "Використання Порожніх пальників блейза", - "create.ponder.empty_blaze_burner.text_1": "ПКМ по Блейзу з порожнім пальником, щоб захопити його", - "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_6": "Однак вони не будуть підходити для промислового нагріву", - - "create.ponder.encased_fluid_pipe.header": "Обрамлення рідких труб", - "create.ponder.encased_fluid_pipe.text_1": "Мідний корпус можна використовувати для прикраси труб.", - "create.ponder.encased_fluid_pipe.text_2": "Крім того, що вони ховаються, ув'язнені в обрамлення труби блокуються в поточному стані", - "create.ponder.encased_fluid_pipe.text_3": "Вони більше не реагуватимуть на додавання чи видалення будь-яких сусідніх блоків", - - "create.ponder.fan_direction.header": "Повітряний потік Вентиляторів у корпусі", - "create.ponder.fan_direction.text_1": "Вентилятори в корпусі використовують силу обертання для створення повітряного потоку.", - "create.ponder.fan_direction.text_2": "Сила і напрямок потоку залежать від обертання, що подається.", - - "create.ponder.fan_processing.header": "Обробці предметів використовуючи Вентилятори в корпусі", - "create.ponder.fan_processing.text_1": "Проходячи через лаву, Повітряний потік стає Гарячим", - "create.ponder.fan_processing.text_2": "Предмети у цій області будуть переплавлені", - "create.ponder.fan_processing.text_3": "Їстівні предмети, кинуті сюди, будуть спалені", - "create.ponder.fan_processing.text_4": "Натомість, для них має бути використана установка для Копчення з вогнем.", - "create.ponder.fan_processing.text_5": "Потік, що проходить через Воду, створює установку, що промиває.", - "create.ponder.fan_processing.text_6": "Декілька нових варіантів обробки робляться з її допомогою", - "create.ponder.fan_processing.text_7": "Швидкість вентилятора не впливає на швидкість обробки, а лише на дальність", - "create.ponder.fan_processing.text_8": "Обробка Вентиляторами може бути застосована до предметів на конвеєрах або депо", - - "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": "Спустошення та наповнення рідинних контейнерів", - "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": "Розміри рідинного бака", - "create.ponder.fluid_tank_sizes.text_1": "Рідинні баки можна поєднати для збільшення загальної місткості", - "create.ponder.fluid_tank_sizes.text_2": "Їх площа основи може становити до 3 блоків завширшки...", - "create.ponder.fluid_tank_sizes.text_3": "...та збільшуються у висоту більш ніж на 30 додаткових рівнів", - "create.ponder.fluid_tank_sizes.text_4": "За допомогою гайкового ключа можна створити вікно на резервуарі", - - "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.funnel_compat.header": "Сумісності Воронок", - "create.ponder.funnel_compat.text_1": "Вирви повинні добре взаємодіяти з багатьма компонентами:", - "create.ponder.funnel_compat.text_2": "Вертикальні пили", - "create.ponder.funnel_compat.text_3": "Депо", - "create.ponder.funnel_compat.text_4": "Предметні осушувачі", - - "create.ponder.funnel_direction.header": "Напрямок передачі", - "create.ponder.funnel_direction.text_1": "Поставлена звичайним чином вона забирає предмети з інвентарю", - "create.ponder.funnel_direction.text_2": "Поставлена крадькома, вона кладе предмети в інвентар", - "create.ponder.funnel_direction.text_3": "Використовуючи Ключ, ви можете змінити напрямок вирви", - "create.ponder.funnel_direction.text_4": "Ті ж правила застосовуються для більшості напрямків", - "create.ponder.funnel_direction.text_5": "Вирви на конвеєрах витягуватимуть/вводитимуть предмети в залежності від напрямку їх руху", - - "create.ponder.funnel_intro.header": "Використання Воронок", - "create.ponder.funnel_intro.text_1": "Вирви ідеально підходять для переміщення предметів з та в інвентарі", - - "create.ponder.funnel_redstone.header": "Редстоун управлінні", - "create.ponder.funnel_redstone.text_1": "Редстоун сигнал не дасть будь-якій воронці працювати", - - "create.ponder.funnel_transfer.header": "Передача безпосередньо", - "create.ponder.funnel_transfer.text_1": "Вирви не можуть переміщати предмети безпосередньо між закритими інвентарями", - "create.ponder.funnel_transfer.text_2": "Жолоби або Розумні жолоби можуть краще підходити для цих цілей", - "create.ponder.funnel_transfer.text_3": "Те саме стосується і горизонтального переміщення. Механічний ремінь має тут допомогти", - - "create.ponder.gantry_carriage.header": "Використання шасі портального крана", - "create.ponder.gantry_carriage.text_1": "Шасі портального крана можуть прикріплюватися і рухатися вздовж Валу портального крана", - "create.ponder.gantry_carriage.text_2": "Кранові установки можуть рухати приєднані блоки", - - "create.ponder.gantry_cascaded.header": "Багатоступінчастому портальному крані", - "create.ponder.gantry_cascaded.text_1": "Вали портального крана прикріплюються до шасі без потреби у супер-клеї.", - "create.ponder.gantry_cascaded.text_2": "Те саме стосується і шасі на Валах портального крана, що рухаються.", - "create.ponder.gantry_cascaded.text_3": "Таким чином, кранова система може покривати кілька осей руху.", - - "create.ponder.gantry_direction.header": "Напрямок руху крана", - "create.ponder.gantry_direction.text_1": "Вали портального крана можуть мати два протилежні напрямки", - "create.ponder.gantry_direction.text_2": "Напрямок руху шасі залежить від орієнтації їх валів.", - "create.ponder.gantry_direction.text_3": "...а також від напрямку обертання валу", - "create.ponder.gantry_direction.text_4": "Ті ж правила відносяться до обертання, що передається.", - - "create.ponder.gantry_redstone.header": "Подачі енергії на кран", - "create.ponder.gantry_redstone.text_1": "Активовані редстоуном вали крана перестають рухати шасі", - "create.ponder.gantry_redstone.text_2": "Натомість сила обертання передається вихідному валу шасі.", - - "create.ponder.gantry_shaft.header": "Використання валів портального крана", - "create.ponder.gantry_shaft.text_1": "Вали портального крана становлять основу кранової установки. По них рухатимуться приєднані шасі", - "create.ponder.gantry_shaft.text_2": "Кранові установки можуть рухати приєднані блоки", - - "create.ponder.gearbox.header": "Передача сили обертання за допомогою Коробок передач", - "create.ponder.gearbox.text_1": "Переходи між осями обертання можуть швидко стати громіздкими", - "create.ponder.gearbox.text_2": "Коробка Передач - це компактніший еквівалент цієї установки", - "create.ponder.gearbox.text_3": "Вали по кутах повертаються у дзеркальних напрямках", - "create.ponder.gearbox.text_4": "Прямі з'єднання будуть реверсовані", - - "create.ponder.gearshift.header": "Управління силою обертання за допомогою Реверсивного механізму", - "create.ponder.gearshift.text_1": "Реверсивні механізми передають обертання прямою", - "create.ponder.gearshift.text_2": "При активації редстоуном вони реверсують передачу", - - "create.ponder.hand_crank.header": "Генерації сили обертання за допомогою Рукояток", - "create.ponder.hand_crank.text_1": "Рукоятки можуть бути використані гравцями для застосування сили обертання вручну", - "create.ponder.hand_crank.text_2": "Тримайте ПКМ, щоб повернути їх проти Годинникової стрілки", - "create.ponder.hand_crank.text_3": "Їхня швидкість обертання відносно висока", - "create.ponder.hand_crank.text_4": "Тримайте ПКМ крадькома, щоб повернути її за годинниковою стрілкою", - - "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": "Пасивне заповнення та осушення великих об'ємів рідини", - "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": "Рівні заповнення та осушення Шківу зі шлангом", - "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": "Спустошення рідинних резервуарів за допомогою предметних осушувачів", - "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.item_vault_sizes.header": "UNLOCALIZED: Dimensions of an Item Vault", - "create.ponder.item_vault_sizes.text_1": "UNLOCALIZED: Item Vaults can be combined to increase the total capacity", - "create.ponder.item_vault_sizes.text_2": "UNLOCALIZED: Their base square can be up to 3 blocks wide...", - "create.ponder.item_vault_sizes.text_3": "UNLOCALIZED: ...and grow in length up to 3x their diameter", - - "create.ponder.item_vault_storage.header": "UNLOCALIZED: Storing Items in Vaults", - "create.ponder.item_vault_storage.text_1": "UNLOCALIZED: Item Vaults can be used to store large amounts of items", - "create.ponder.item_vault_storage.text_2": "UNLOCALIZED: However, contents cannot be added or taken manually", - "create.ponder.item_vault_storage.text_3": "UNLOCALIZED: Any components for item transfer can both insert...", - "create.ponder.item_vault_storage.text_4": "UNLOCALIZED: ...and take contents from this container", - - "create.ponder.large_cogwheel.header": "Передача сили обертання за допомогою Великих шестерень", - "create.ponder.large_cogwheel.text_1": "Великі шестерні можуть з'єднуватися між собою під прямим кутом", - "create.ponder.large_cogwheel.text_2": "Це допоможе передавати швидкість на інші осі обертання", - - "create.ponder.linear_chassis_attachment.header": "Прикріплення блоків за допомогою Лінійних шасі", - "create.ponder.linear_chassis_attachment.text_1": "Відкриті грані Лінійних шасі можна зробити Липкими", - "create.ponder.linear_chassis_attachment.text_2": "Натисніть ще раз, щоб зробити протилежний бік липкою", - "create.ponder.linear_chassis_attachment.text_3": "ПКМ крадучись, порожньою рукою, щоб прибрати слиз", - "create.ponder.linear_chassis_attachment.text_4": "Липкі грані Лінійних шасі будуть прикріплювати ряд блоків перед ним", - "create.ponder.linear_chassis_attachment.text_5": "Використовуйте Ключ, щоб налаштувати радіус для цього шасі", - "create.ponder.linear_chassis_attachment.text_6": "Прокручування при утримуванні CTRL налаштовує радіус усіх приєднаних шасі", - "create.ponder.linear_chassis_attachment.text_7": "Прикріплення блоків на інші сторони потребує використання Супер-клею", - "create.ponder.linear_chassis_attachment.text_8": "За допомогою цих механік структури будь-якої форми можуть рухатися як Штуковина.", - - "create.ponder.linear_chassis_group.header": "Руху Лінійних шасі групами", - "create.ponder.linear_chassis_group.text_1": "Лінійні шасі з'єднуються з такими ж блоками Шасі поряд з ними", - "create.ponder.linear_chassis_group.text_2": "Коли один блок переміщається Штуковиною, інші рухаються з ним", - "create.ponder.linear_chassis_group.text_3": "Шасі інших типів або спрямовані в іншому напрямку не будуть прикріплюватися", - - "create.ponder.mechanical_arm.header": "Налаштування механічних рук", - "create.ponder.mechanical_arm.text_1": "Входи та виходи для Механічних рук повинні бути призначені перед їх встановленням", - "create.ponder.mechanical_arm.text_2": "ПКМ за інвентарями, тримаючи руку, щоб призначити їх цілями", - "create.ponder.mechanical_arm.text_3": "ПКМ ще раз, для перемикання між Входом (Синій) та Виходом (Помаранчевий)", - "create.ponder.mechanical_arm.text_4": "ЛКМ по компонентам, щоб усунути виділення з них", - "create.ponder.mechanical_arm.text_5": "Після встановлення, Механічні руки будуть націлені на раніше вибрані блоки", - "create.ponder.mechanical_arm.text_6": "У них може бути необмежену кількість входів і виходів у зоні їх досяжності", - "create.ponder.mechanical_arm.text_7": "Однак, не кожен вид Інвентар може взаємодіяти з ними безпосередньо", - "create.ponder.mechanical_arm.text_8": "Вирви та Депо можуть допомогти заповнити цю прогалину", - - "create.ponder.mechanical_arm_filtering.header": "Фільтрування виходів Механічної руки", - "create.ponder.mechanical_arm_filtering.text_1": "Входи", - "create.ponder.mechanical_arm_filtering.text_2": "Виходи", - "create.ponder.mechanical_arm_filtering.text_3": "Іноді бажано обмежити цілі руки фільтром", - "create.ponder.mechanical_arm_filtering.text_4": "Механічні руки не мають можливості фільтрації", - "create.ponder.mechanical_arm_filtering.text_5": "Однак, Латунні воронки як цілі повідомляють свій фільтр руці", - "create.ponder.mechanical_arm_filtering.text_6": "Рука досить розумна, щоб не підбирати предмети, які вона не зможе розподілити", - - "create.ponder.mechanical_arm_modes.header": "Режимах розподілу Механічної руки", - "create.ponder.mechanical_arm_modes.text_1": "Входи", - "create.ponder.mechanical_arm_modes.text_2": "Виходи", - "create.ponder.mechanical_arm_modes.text_3": "Коли рука вибирає між кількома доступними виходами...", - "create.ponder.mechanical_arm_modes.text_4": "...вона зробить вибір виходячи зі свого налаштування", - "create.ponder.mechanical_arm_modes.text_5": "Прокручування з Ключом дозволить вам налаштувати це", - "create.ponder.mechanical_arm_modes.text_6": "Режим «по Кругу» перемикається між усіма доступними виходами по черзі", - "create.ponder.mechanical_arm_modes.text_7": "Якщо вихід не може прийняти більше предметів, він буде пропущений", - "create.ponder.mechanical_arm_modes.text_8": "«Примусово по колу» ніколи не пропускає виходи, а чекає доки вони не звільняться", - "create.ponder.mechanical_arm_modes.text_9": "«Віддавати перевагу первинній цілі» пріоритизує виходи, вибрані раніше при налаштуванні цієї Руки", - - "create.ponder.mechanical_arm_redstone.header": "Управління Механічними руками редстоуном", - "create.ponder.mechanical_arm_redstone.text_1": "При активації редстоуном Механічні руки перестають працювати", - "create.ponder.mechanical_arm_redstone.text_2": "Перед зупинкою, вони завершать усі розпочаті дії", - "create.ponder.mechanical_arm_redstone.text_3": "Таким чином, інвертований імпульс може використовуватися для виклику рівно одного спрацьовування", - - "create.ponder.mechanical_bearing.header": "Пересування структур за допомогою механічного підшипника", - "create.ponder.mechanical_bearing.text_1": "Механічні підшипники прикріплюють блоки перед ними", - "create.ponder.mechanical_bearing.text_2": "При отриманні сили обертання, вони зберуться в штуковину, що обертається.", - - "create.ponder.mechanical_crafter.header": "Налаштування Механічних крафтерів", - "create.ponder.mechanical_crafter.text_1": "Масив з Механічних крафтерів можна використовувати для автоматизації створення будь-якого рецепту.", - "create.ponder.mechanical_crafter.text_2": "Можна налаштувати шляхи крафтерів за допомогою Ключа", - "create.ponder.mechanical_crafter.text_3": "Для правильної установки всі шляхи повинні сходитися в один вихід з будь-якої сторони", - "create.ponder.mechanical_crafter.text_4": "Продукти будуть поміщені в інвентар біля виходу", - "create.ponder.mechanical_crafter.text_5": "Механічним крафтерам потрібна сила обертання до роботи", - "create.ponder.mechanical_crafter.text_6": "ПКМ спереду, щоб вставити предмети вручну", - "create.ponder.mechanical_crafter.text_7": "Коли кожен слот на дорозі містить предмет, процес створення розпочнеться", - "create.ponder.mechanical_crafter.text_8": "Для рецептів, які не повністю займають крафтер-установку, старт можна спровокувати Редстоун імпульсом", - - "create.ponder.mechanical_crafter_connect.header": "Об'єднання інвентарів Механічних крафтерів", - "create.ponder.mechanical_crafter_connect.text_1": "Предмети можна помістити в крафтери автоматично", - "create.ponder.mechanical_crafter_connect.text_2": "За допомогою ключа позаду крафтерів їх інвентарі можна об'єднати", - "create.ponder.mechanical_crafter_connect.text_3": "Усі з'єднані крафтери тепер будуть доступні з одного місця введення", - - "create.ponder.mechanical_crafter_covers.header": "Закриття слотів Механічних крафтерів", - "create.ponder.mechanical_crafter_covers.text_1": "Деякі рецепти вимагають додаткових крафтерів, щоб закрити прогалини на дорозі", - "create.ponder.mechanical_crafter_covers.text_2": "За допомогою кришок на слоти, крафтери можуть грати роль порожніх слотів у схемі", - "create.ponder.mechanical_crafter_covers.text_3": "Загальні входи, створені ключем ззаду, також можуть бути доступні через закриті крафтери.", - - "create.ponder.mechanical_drill.header": "Ломанії блоків Механічним Дрилем", - "create.ponder.mechanical_drill.text_1": "При подачі обертання, Механічний дриль ламатиме блоки перед нею", - "create.ponder.mechanical_drill.text_2": "Швидкість видобутку залежить від швидкості, що подається", - - "create.ponder.mechanical_drill_contraption.header": "Використання Механічних дрилів на штуковинах", - "create.ponder.mechanical_drill_contraption.text_1": "Коли дрилі рухаються як частина рухомої штуковини...", - "create.ponder.mechanical_drill_contraption.text_2": "...вони будуть ламати блоки, на які вони натикаються", - - "create.ponder.mechanical_harvester.header": "Використання механічних комбайнів на штуковинах", - "create.ponder.mechanical_harvester.text_1": "Коли комбайни рухаються як частина рухомої штуковини...", - "create.ponder.mechanical_harvester.text_2": "Вони будуть прибирати зрілий урожай на своєму шляху і висаджувати його знову", - - "create.ponder.mechanical_mixer.header": "Обробка предметів Механічним міксером", - "create.ponder.mechanical_mixer.text_1": "За допомогою Міксера та Чаші можна автоматизувати деякі рецепти крафту.", - "create.ponder.mechanical_mixer.text_2": "Доступні рецепти включають будь-які безформні рецепти крафту плюс ще трохи", - "create.ponder.mechanical_mixer.text_3": "Деякі з них вимагають тепло від Пальника блейза", - "create.ponder.mechanical_mixer.text_4": "Слот для фільтра можна використовувати у разі конфлікту двох рецептів", - - "create.ponder.mechanical_piston.header": "Переміщення структур за допомогою Механічних поршнів", - "create.ponder.mechanical_piston.text_1": "Механічні поршні можуть рухати блоки перед ними", - "create.ponder.mechanical_piston.text_2": "Швидкість та Напрямок руху залежать від вихідного обертання", - "create.ponder.mechanical_piston.text_3": "Механічні поршні можуть тягнути назад приєднані блоки", - - "create.ponder.mechanical_piston_modes.header": "Режимах руху Механічного поршня", - "create.ponder.mechanical_piston_modes.text_1": "Коли поршень зупиняється, зрушена структура стає блоками", - "create.ponder.mechanical_piston_modes.text_2": "Можна налаштувати його так, щоб структура ніколи не ставала блоками або лише на початковій позиції", - - "create.ponder.mechanical_plough.header": "Використання Механічних плугів на штуковинах", - "create.ponder.mechanical_plough.text_1": "Коли плуги рухаються як частина рухомої штуковини...", - "create.ponder.mechanical_plough.text_2": "...вони будуть ламати блоки без твердого хітбоксу", - "create.ponder.mechanical_plough.text_3": "До того ж Плуги можуть створювати ріллю.", - "create.ponder.mechanical_plough.text_4": "....вони також можуть штовхати сутностей не завдаючи їм шкоди", - - "create.ponder.mechanical_press.header": "Обробка предметів Механічним пресом", - "create.ponder.mechanical_press.text_1": "Механічний прес може обробляти предмети під собою", - "create.ponder.mechanical_press.text_2": "Представлені предмети повинні бути кинуті або поміщені на Депо під Пресом", - "create.ponder.mechanical_press.text_3": "Коли предмети подаються на конвеєрі...", - "create.ponder.mechanical_press.text_4": "Прес буде затримувати та обробляти їх автоматично", - - "create.ponder.mechanical_press_compacting.header": "Упаковка предметів Механічним пресом", - "create.ponder.mechanical_press_compacting.text_1": "Спресування предметів у Чаші запакує їх", - "create.ponder.mechanical_press_compacting.text_2": "Упаковка включає будь-які заповнені 2x2 або 3x3 рецепти крафта плюс ще трохи", - "create.ponder.mechanical_press_compacting.text_3": "Деяким рецептам може знадобитися тепло від Пальнику блейза", - "create.ponder.mechanical_press_compacting.text_4": "Слот для фільтра можна використовувати у разі конфлікту двох рецептів", - - "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": "Продуктивності механічних помп", - "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": "При подачі обертання, Механічна пилка пилятиме дерева прямо перед нею", - "create.ponder.mechanical_saw_breaker.text_2": "Для спилювання дерева повністю пилка повинна ламати останній блок дерева, з'єднаний із землею", - - "create.ponder.mechanical_saw_contraption.header": "Використання Механічних пилок на штуковинах", - "create.ponder.mechanical_saw_contraption.text_1": "Коли пилки рухаються як частина рухомої штуковини...", - "create.ponder.mechanical_saw_contraption.text_2": "...вони будуть ламати блоки, на які вони натикаються", - - "create.ponder.mechanical_saw_processing.header": "Обробка предметів на Механічній пилці", - "create.ponder.mechanical_saw_processing.text_1": "Механічні пили направлені вгору можуть обробляти безліч предметів", - "create.ponder.mechanical_saw_processing.text_2": "Оброблені предмети завжди рухаються проти обертання, що подається на пилу.", - "create.ponder.mechanical_saw_processing.text_3": "Пилки можуть працювати з Механічними ременями (конвеєром)", - "create.ponder.mechanical_saw_processing.text_4": "Коли з інгредієнта можна отримати кілька результатів, фільтр може уточнити його.", - "create.ponder.mechanical_saw_processing.text_5": "Без фільтра пила вибиратиме всі можливі результати по черзі", - - "create.ponder.millstone.header": "Оброблення предметів у Жорновах", - "create.ponder.millstone.text_1": "Жорнова обробляють предмети, перемелюючи їх", - "create.ponder.millstone.text_2": "Їх можна запустити за допомогою шестірні з будь-якого боку", - "create.ponder.millstone.text_3": "Киньте чи внесіть предмети зверху", - "create.ponder.millstone.text_4": "Після деякого часу результат можна забрати за допомогою ПКМ", - "create.ponder.millstone.text_5": "Продукти також можна вивести автоматично", - - "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": "Обмін рідини", - "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": "Інвентари на штуковинах, що рухаються, не можуть бути відкриті гравцями", - "create.ponder.portable_storage_interface.text_2": "Цей компонент може взаємодіяти зі сховищем без необхідності зупиняти штуковину.", - "create.ponder.portable_storage_interface.text_3": "Встановіть другий із проміжком в 1 або 2 блоки між ними", - "create.ponder.portable_storage_interface.text_4": "Коли вони проходять повз один одного, вони з'єднаються", - "create.ponder.portable_storage_interface.text_5": "Поки вони з'єднані, стаціонарний інтерфейс буде представляти ВСІ інвентарі на штуковині", - "create.ponder.portable_storage_interface.text_6": "Тепер можна покласти предмети...", - "create.ponder.portable_storage_interface.text_7": "...або вивести їх із штуковини", - "create.ponder.portable_storage_interface.text_8": "Якщо на якийсь час припиниться обмін предметами – штуковина продовжить свій шлях", - - "create.ponder.portable_storage_interface_redstone.header": "Управління редстоуном", - "create.ponder.portable_storage_interface_redstone.text_1": "Редстоун сигнал запобігає включенню стаціонарного інтерфейсу", - - "create.ponder.powered_latch.header": "Управління сигналами за допомогою важеля живлення", - "create.ponder.powered_latch.text_1": "Живлюваний важіль - керований редстоуном важіль", - "create.ponder.powered_latch.text_2": "Сигнал позаду включає його", - "create.ponder.powered_latch.text_3": "Сигнали збоку назад вимикають його", - "create.ponder.powered_latch.text_4": "Живлені важелі можна перемикати і вручну", - - "create.ponder.powered_toggle_latch.header": "Управління сигналами за допомогою Важеля-перемикача.", - "create.ponder.powered_toggle_latch.text_1": "Живлюваний важіль-перемикач - важіль, що керується редстоуном", - "create.ponder.powered_toggle_latch.text_2": "Сигнали ззаду перемикають його стан", - "create.ponder.powered_toggle_latch.text_3": "...включають і знову вимикають", - "create.ponder.powered_toggle_latch.text_4": "Живлювані важелі-перемикачі також можна перемикати вручну", - - "create.ponder.pulse_extender.header": "UNLOCALIZED: Controlling signals using Pulse Extenders", - "create.ponder.pulse_extender.text_1": "UNLOCALIZED: Pulse Extenders can lengthen a signal passing through", - "create.ponder.pulse_extender.text_2": "UNLOCALIZED: They activate after a short delay...", - "create.ponder.pulse_extender.text_3": "UNLOCALIZED: ...and cool down for the configured duration", - "create.ponder.pulse_extender.text_4": "UNLOCALIZED: Using the mouse wheel, the discharge time can be configured", - "create.ponder.pulse_extender.text_5": "UNLOCALIZED: The configured duration can range up to 30 minutes", - - "create.ponder.pulse_repeater.header": "Управління сигналами за допомогою імпульсних повторювачів", - "create.ponder.pulse_repeater.text_1": "Імпульсні повторювачі вкоротять будь-який редстуон сигнал до одного імпульсу.", - "create.ponder.pulse_repeater.text_2": "UNLOCALIZED: Using the mouse wheel, the charge time can be configured", - "create.ponder.pulse_repeater.text_3": "UNLOCALIZED: Configured delays can range up to 30 minutes", - - "create.ponder.radial_chassis.header": "Приєднання блоків за допомогою Радіальних шасі", - "create.ponder.radial_chassis.text_1": "Радіальне шасі з'єднуються з ідентичними блоками шасі до ряду", - "create.ponder.radial_chassis.text_2": "Коли один блок переміщається штуковиною, решта рухається з ним", - "create.ponder.radial_chassis.text_3": "Бічні грані Радіального шасі можна зробити липкими", - "create.ponder.radial_chassis.text_4": "Натисніть ще раз, щоб зробити всі інші грані липкими", - "create.ponder.radial_chassis.text_5": "ПКМ порожній рукою крадучись, щоб прибрати слиз", - "create.ponder.radial_chassis.text_6": "Коли блок знаходиться поруч із липкою гранню...", - "create.ponder.radial_chassis.text_7": "...він приєднає всі доступні блоки в межах радіусу на цьому шарі", - "create.ponder.radial_chassis.text_8": "За допомогою ключа можна вказати точний радіус для цього шасі", - "create.ponder.radial_chassis.text_9": "Блоки не досягнуті жодною липкою гранню не прикріпляться", - - "create.ponder.redstone_contact.header": "Редстоун контакти", - "create.ponder.redstone_contact.text_1": "Контакти редстоун сигналу спрямовані один на одного випромінюватимуть редстоун сигнал", - "create.ponder.redstone_contact.text_2": "Також застосовно, коли один з них - частина штуковини, що рухається.", - - "create.ponder.redstone_link.header": "Використання бездротового передавача редстоун сигналу", - "create.ponder.redstone_link.text_1": "Бездротові передавачі редстоун сигналу можуть передавати редстоун сигнал без проводів", - "create.ponder.redstone_link.text_2": "ПКМ крадучись, щоб переключити режим приймача", - "create.ponder.redstone_link.text_3": "ПКМ ключем зробить те саме", - "create.ponder.redstone_link.text_4": "Приймачі випускають редстоун сигнал передавачів у 128 блоках", - "create.ponder.redstone_link.text_5": "Покладіть предмети у два слоти, щоб вказати частоту", - "create.ponder.redstone_link.text_6": "Передавачі лише однієї частоти можуть повідомлятись", - - "create.ponder.rope_pulley.header": "Переміщення структур за допомогою Лебідки", - "create.ponder.rope_pulley.text_1": "Лебідки можуть рухати блоки вертикально при подачі обертання", - "create.ponder.rope_pulley.text_2": "Напрямок та швидкість руху залежать від вихідного обертання", - - "create.ponder.rope_pulley_attachment.header": "Переміщення Лебідок, як частин штуковини", - "create.ponder.rope_pulley_attachment.text_1": "Коли лебідки переміщуються штуковиною...", - "create.ponder.rope_pulley_attachment.text_2": "...їхня приєднана структура рухається з ними", - "create.ponder.rope_pulley_attachment.text_3": "Враховуйте, що лебідки можна рухати тільки доки вони простоюють", - - "create.ponder.rope_pulley_modes.header": "Режими руху Лебідки", - "create.ponder.rope_pulley_modes.text_1": "Коли лебідка зупиняється, зрушена структура назад стає блоками", - "create.ponder.rope_pulley_modes.text_2": "Можна налаштувати її так, щоб структура ніколи не ставала блоками або лише на початковій позиції", - - "create.ponder.rose_quartz_lamp.header": "UNLOCALIZED: Rose Quartz Lamps", - "create.ponder.rose_quartz_lamp.text_1": "UNLOCALIZED: Rose Quartz Lamps activate on a Redstone signal", - "create.ponder.rose_quartz_lamp.text_2": "UNLOCALIZED: They will continue to emit redstone power afterwards", - "create.ponder.rose_quartz_lamp.text_3": "UNLOCALIZED: When multiple lamps are arranged in a group...", - "create.ponder.rose_quartz_lamp.text_4": "UNLOCALIZED: ...activating a Lamp will focus the signal to it, deactivating all others", - "create.ponder.rose_quartz_lamp.text_5": "UNLOCALIZED: Comparators output based on the distance to a powered lamp", - "create.ponder.rose_quartz_lamp.text_6": "UNLOCALIZED: The Lamps can also be toggled manually using a Wrench", - - "create.ponder.rotation_speed_controller.header": "Використання Регулятора швидкості обертання", - "create.ponder.rotation_speed_controller.text_1": "Регулятори шв. обертання передають обертання від своїх осей на Велику шестерню вище за них", - "create.ponder.rotation_speed_controller.text_2": "Можна налаштувати швидкість, що передається за допомогою прокручування по відповідному місцю збоку", - - "create.ponder.sail.header": "Складання Млинів за допомогою вітрил.", - "create.ponder.sail.text_1": "Вітрила - зручні блоки для створення млинів", - "create.ponder.sail.text_2": "Вони будуть прикріплюватися до блоків та один до одного без використання суперклею чи блоків шасі.", - "create.ponder.sail.text_3": "ПКМ барвником, щоб пофарбувати їх", - "create.ponder.sail.text_4": "ПКМ ножицями, щоб перетворити їх знову на раму", - - "create.ponder.sail_frame.header": "Складання Млинів за допомогою Рам вітрил.", - "create.ponder.sail_frame.text_1": "Рами вітрил - зручні блоки для створення млинів", - "create.ponder.sail_frame.text_2": "Вони будуть прикріплюватися до блоків та один до одного без використання суперклею чи блоків шасі.", - - "create.ponder.sequenced_gearshift.header": "Керування швидкістю обертання за допомогою Послідовного перемикача передач", - "create.ponder.sequenced_gearshift.text_1": "Посл. перем. передач передає обертання за тимчасовим списком інструкцій", - "create.ponder.sequenced_gearshift.text_2": "ПКМ, щоб відкрити інтерфейс налаштування", - "create.ponder.sequenced_gearshift.text_3": "При отриманні Редстоуна сигналу, він почне виконувати задані інструкції", - "create.ponder.sequenced_gearshift.text_4": "По завершенню він чекатиме наступного Редстоуна сигналу і почне спочатку", - "create.ponder.sequenced_gearshift.text_5": "Редстоун компаратор можна використовувати для зчитування прогресу", - - "create.ponder.shaft.header": "Передача обертання за допомогою Валів", - "create.ponder.shaft.text_1": "Вали передають обертання прямою", - - "create.ponder.shaft_casing.header": "Обрамлення Валів", - "create.ponder.shaft_casing.text_1": "Латунний або андезитовий корпус можна використовувати для декорації валів.", - - "create.ponder.smart_chute.header": "Фільтрації предметів за допомогою Розумних жолобів", - "create.ponder.smart_chute.text_1": "Розумні жолоби - вертикальні жолоби з додатковим контролем", - "create.ponder.smart_chute.text_2": "Предмети у слоті фільтра уточнюють, що вони можуть забирати та передавати", - "create.ponder.smart_chute.text_3": "Використовуйте Колесо Миші для уточнення розміру стака, що забирається.", - "create.ponder.smart_chute.text_4": "Редстоун сигнал вимикає їх", - - "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": "При носінні Інженерних окулярів гравець може отримати більш повну інформацію від приладу", - "create.ponder.speedometer.text_3": "Компаратори можуть випромінювати аналоговий Редстоун сигнал щодо вимірювань спідометра", - - "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": "Коли Механічні підшипники є частиною структури, що рухається...", - "create.ponder.stabilized_bearings.text_2": "...вони намагатимуться триматися рівно", - "create.ponder.stabilized_bearings.text_3": "Знову ж таки, підшипники приєднують блоки перед ними", - "create.ponder.stabilized_bearings.text_4": "І в результаті ціла підструктура триматиметься рівно", - - "create.ponder.steam_engine.header": "UNLOCALIZED: Setting up Steam Engines", - "create.ponder.steam_engine.text_1": "UNLOCALIZED: Steam Engines can be placed on a Fluid Tank", - "create.ponder.steam_engine.text_10": "UNLOCALIZED: Lvl 4", - "create.ponder.steam_engine.text_11": "UNLOCALIZED: 4 Engines", - "create.ponder.steam_engine.text_12": "UNLOCALIZED: Lvl 8", - "create.ponder.steam_engine.text_13": "UNLOCALIZED: 8 Engines", - "create.ponder.steam_engine.text_2": "UNLOCALIZED: Clicking the engine with a Shaft creates the Kinetic Output", - "create.ponder.steam_engine.text_3": "UNLOCALIZED: With sufficient Heat, Water and Boiler space...", - "create.ponder.steam_engine.text_4": "UNLOCALIZED: ...they will generate Rotational Force", - "create.ponder.steam_engine.text_5": "UNLOCALIZED: The minimal setup requires 4 Fluid Tanks", - "create.ponder.steam_engine.text_6": "UNLOCALIZED: With the help of Blaze Burners, the power output can be increased", - "create.ponder.steam_engine.text_7": "UNLOCALIZED: Higher power levels require more Water, Size and Heat", - "create.ponder.steam_engine.text_8": "UNLOCALIZED: The boiler's current power level can be inspected with Engineer's Goggles", - "create.ponder.steam_engine.text_9": "UNLOCALIZED: With each added power level, an additional Engine can output at full capacity", - - "create.ponder.steam_whistle.header": "UNLOCALIZED: Setting up Steam Whistles", - "create.ponder.steam_whistle.text_1": "UNLOCALIZED: Steam Whistles can be placed on a Fluid Tank", - "create.ponder.steam_whistle.text_2": "UNLOCALIZED: If the tank receives sufficient heat...", - "create.ponder.steam_whistle.text_3": "UNLOCALIZED: ...the Whistle will play a note when activated", - "create.ponder.steam_whistle.text_4": "UNLOCALIZED: Use a Whistle item on the block to lower its pitch", - "create.ponder.steam_whistle.text_5": "UNLOCALIZED: Cycle between three different octaves using a Wrench", - "create.ponder.steam_whistle.text_6": "UNLOCALIZED: Engineer's Goggles can help to find out the current pitch of a Whistle", - - "create.ponder.sticker.header": "Прикріплення блоків за допомогою Липучки", - "create.ponder.sticker.text_1": "Липучки ідеально підходять для Редстоун-керованого приєднання блоків", - "create.ponder.sticker.text_2": "При отриманні сигналу вони перемикають свій стан", - "create.ponder.sticker.text_3": "Якщо він тепер рухається у штуковині, то блок рухатиметься з ним", - "create.ponder.sticker.text_4": "При повторному перемиканні блок більше не буде прикріплено", - - "create.ponder.stressometer.header": "Моніторинг кінетичної інформації за допомогою Стресометра", - "create.ponder.stressometer.text_1": "Стресометр відображає поточне допустиме навантаження приєднаної кінетичної мережі", - "create.ponder.stressometer.text_2": "При носінні Інженерних окулярів гравець може отримати більш повну інформацію від приладу", - "create.ponder.stressometer.text_3": "Компаратори можуть випускати аналоговий редстоун сигнал щодо вимірювань стресометра", - - "create.ponder.super_glue.header": "Приєднання блоків за допомогою Суперклею", - "create.ponder.super_glue.text_1": "Суперклей можна використовувати між двома будь-якими блоками", - "create.ponder.super_glue.text_2": "Скріплені блоки рухатимуться разом при складанні в штуковину", - "create.ponder.super_glue.text_3": "Коли ви тримаєте суперклей у другій руці...", - "create.ponder.super_glue.text_4": "...додані блоки будуть відразу приклеєні до грані, на яку вони були поставлені", - "create.ponder.super_glue.text_5": "Суперклей можна видалити лівим кліком", - "create.ponder.super_glue.text_6": "UNLOCALIZED: Blocks hanging on others usually do not require glue", - - "create.ponder.track_chunks.header": "UNLOCALIZED: Traversing unloaded Chunks", - "create.ponder.track_chunks.text_1": "UNLOCALIZED: Tracks stay functional outside of loaded chunks", - "create.ponder.track_chunks.text_2": "UNLOCALIZED: Trains will travel through inactive sections of the world without issue", - "create.ponder.track_chunks.text_3": "UNLOCALIZED: They will still stop at stations or red signals", - "create.ponder.track_chunks.text_4": "UNLOCALIZED: However, Drills and other on-board machines will not operate", - "create.ponder.track_chunks.text_5": "UNLOCALIZED: Once near a Player, the train will re-appear", - - "create.ponder.track_observer.header": "UNLOCALIZED: Detecting Trains", - "create.ponder.track_observer.text_1": "UNLOCALIZED: Select a Train Track then place the Observer nearby", - "create.ponder.track_observer.text_2": "UNLOCALIZED: The Observer will detect any Trains passing over the marker", - "create.ponder.track_observer.text_3": "UNLOCALIZED: Observers can be filtered to activate for matching cargo", - - "create.ponder.track_placement.header": "UNLOCALIZED: Placing Train Tracks", - "create.ponder.track_placement.text_1": "UNLOCALIZED: A new type of rail designed for Train Contraptions", - "create.ponder.track_placement.text_2": "UNLOCALIZED: To place rows of track in bulk, click on an existing track", - "create.ponder.track_placement.text_3": "UNLOCALIZED: Then place or select a second track", - "create.ponder.track_placement.text_4": "UNLOCALIZED: Tracks can also be placed as turns or slopes", - "create.ponder.track_placement.text_5": "UNLOCALIZED: When connecting, tracks will try to make each turn equally sized", - "create.ponder.track_placement.text_6": "UNLOCALIZED: Holding the sprint key while connecting...", - "create.ponder.track_placement.text_7": "UNLOCALIZED: ...will create the longest fitting bend instead", - "create.ponder.track_placement.text_8": "UNLOCALIZED: Materials in the off-hand will be paved under tracks automatically", - - "create.ponder.track_portal.header": "UNLOCALIZED: Tracks and the Nether", - "create.ponder.track_portal.text_1": "UNLOCALIZED: Tracks placed up against a nether portal...", - "create.ponder.track_portal.text_2": "UNLOCALIZED: ...will attempt to create a paired track on the other side", - "create.ponder.track_portal.text_3": "UNLOCALIZED: Trains on this track are now able to travel across dimensions", - - "create.ponder.train_assembly.header": "UNLOCALIZED: Assembling Trains", - "create.ponder.train_assembly.text_1": "UNLOCALIZED: Select a Train Track then place the Station nearby", - "create.ponder.train_assembly.text_10": "UNLOCALIZED: Every Train requires Train Controls on board", - "create.ponder.train_assembly.text_11": "UNLOCALIZED: An optional second one allows departure from Stations in both directions", - "create.ponder.train_assembly.text_12": "UNLOCALIZED: Open the Station UI and confirm the Assembly process", - "create.ponder.train_assembly.text_13": "UNLOCALIZED: Trains can be disassembled back into blocks at stations only", - "create.ponder.train_assembly.text_14": "UNLOCALIZED: When used on a station, maps will add a labeled marker at the location", - "create.ponder.train_assembly.text_15": "UNLOCALIZED: Assembled Trains can be relocated to nearby Tracks using the Wrench", - "create.ponder.train_assembly.text_2": "UNLOCALIZED: Stations are the Waypoints of your Track Network", - "create.ponder.train_assembly.text_3": "UNLOCALIZED: To create a new Train, open the UI and switch to Assembly Mode", - "create.ponder.train_assembly.text_4": "UNLOCALIZED: During Assembly no scheduled trains will approach this station", - "create.ponder.train_assembly.text_5": "UNLOCALIZED: Create new bogeys by using Train Casing on Tracks", - "create.ponder.train_assembly.text_6": "UNLOCALIZED: Click the track again to cycle between bogey designs", - "create.ponder.train_assembly.text_7": "UNLOCALIZED: Attach blocks with the help of Super Glue", - "create.ponder.train_assembly.text_8": "UNLOCALIZED: Assembled Trains will move faster if they can find fuel in assembled chests or barrels", - "create.ponder.train_assembly.text_9": "UNLOCALIZED: Fuel stored in Vaults will not be consumed by the train", - - "create.ponder.train_controls.header": "UNLOCALIZED: Controlling Trains", - "create.ponder.train_controls.text_1": "UNLOCALIZED: Train Controls are required on every train contraption", - "create.ponder.train_controls.text_2": "UNLOCALIZED: Once assembled, right-click the block to start driving", - "create.ponder.train_controls.text_3": "UNLOCALIZED: Accelerate and steer the Train using movement keybinds", - "create.ponder.train_controls.text_4": "UNLOCALIZED: If desired, the top speed can be fine-tuned using the mouse wheel", - "create.ponder.train_controls.text_5": "UNLOCALIZED: Hold space to approach a nearby Station", - "create.ponder.train_controls.text_6": "UNLOCALIZED: Trains can only be disassembled back into blocks at Stations", - "create.ponder.train_controls.text_7": "UNLOCALIZED: Assembled Whistles can be activated with the sprint key", - "create.ponder.train_controls.text_8": "UNLOCALIZED: Sneak or click again to stop controlling the Train", - - "create.ponder.train_schedule.header": "UNLOCALIZED: Using Train Schedules", - "create.ponder.train_schedule.text_1": "UNLOCALIZED: Schedules allow Trains to be controlled by other Drivers", - "create.ponder.train_schedule.text_2": "UNLOCALIZED: Right-click with the item in hand to open its Interface", - "create.ponder.train_schedule.text_3": "UNLOCALIZED: Once programmed, the Schedule can be handed off to a Train Driver", - "create.ponder.train_schedule.text_4": "UNLOCALIZED: Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", - "create.ponder.train_schedule.text_5": "UNLOCALIZED: Creatures on a lead can be given their seat more conveniently", - "create.ponder.train_schedule.text_6": "UNLOCALIZED: Schedules can be retrieved from Drivers at any moment", - - "create.ponder.train_signal_placement.header": "UNLOCALIZED: Placing Train Signals", - "create.ponder.train_signal_placement.text_1": "UNLOCALIZED: Select a Train Track then place the Signal nearby", - "create.ponder.train_signal_placement.text_2": "UNLOCALIZED: Signals control the flow of Trains not driven by players", - "create.ponder.train_signal_placement.text_3": "UNLOCALIZED: Scheduled Trains will never cross signals in the opposite direction", - "create.ponder.train_signal_placement.text_4": "UNLOCALIZED: ...unless a second signal is added facing the opposite way.", - "create.ponder.train_signal_placement.text_5": "До Світлофорів можна прикріпити Газорозрядний індикатор, щоб зробити їх сигнальні вогні помітнішими", - - "create.ponder.train_signal_redstone.header": "UNLOCALIZED: Signals & Redstone", - "create.ponder.train_signal_redstone.text_1": "UNLOCALIZED: Signals can be forced red by a redstone signal", - "create.ponder.train_signal_redstone.text_2": "UNLOCALIZED: Reversely, red signals emit a comparator output", - - "create.ponder.train_signal_signaling.header": "UNLOCALIZED: Collision Prevention with Signals", - "create.ponder.train_signal_signaling.text_1": "UNLOCALIZED: Train Signals divide a track into segments", - "create.ponder.train_signal_signaling.text_2": "UNLOCALIZED: If a Segment is occupied, no other Trains will be allowed entry", - "create.ponder.train_signal_signaling.text_3": "UNLOCALIZED: Thus, each Segment will contain only one Train at a time", - "create.ponder.train_signal_signaling.text_4": "UNLOCALIZED: A second Signal mode is available via the Wrench", - "create.ponder.train_signal_signaling.text_5": "UNLOCALIZED: Segments of a brass signal usually lead into standard signals", - "create.ponder.train_signal_signaling.text_6": "UNLOCALIZED: This special Signal can stop trains under a second condition", - "create.ponder.train_signal_signaling.text_7": "UNLOCALIZED: It will stop Trains, which, upon entering...", - "create.ponder.train_signal_signaling.text_8": "UNLOCALIZED: ...would not be able to leave the Segment immediately", - "create.ponder.train_signal_signaling.text_9": "UNLOCALIZED: This helps keeping queued Trains out of a busy Segment", - - "create.ponder.valve_handle.header": "Генерації сили обертання за допомогою Вентилів", - "create.ponder.valve_handle.text_1": "Гравці можуть використовувати вентилі для застосування сили обертання вручну", - "create.ponder.valve_handle.text_2": "Тримайте ПКМ для обертання його проти Годинникової стрілки", - "create.ponder.valve_handle.text_3": "Швидкість, що передається ними, повільна і точна", - "create.ponder.valve_handle.text_4": "Тримайте ПКМ крадькома для обертання його за Годинниковою стрілкою", - "create.ponder.valve_handle.text_5": "Вентилі можна фарбувати в естетичних цілях", - - "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": "Водяні колеса беруть силу сусідніх потоків води", - "create.ponder.water_wheel.text_2": "Чим більше сторін запитано, тим швидше обертатиметься Водяне колесо", - "create.ponder.water_wheel.text_3": "Лопаті колеса повинні бути спрямовані проти течії", - "create.ponder.water_wheel.text_4": "Спрямована в протилежний бік, вона не буде такою ж ефективною", - - "create.ponder.weighted_ejector.header": "Використання Зважених катапульт", - "create.ponder.weighted_ejector.text_1": "ПКМ крадучись і тримаючи катапульту, щоб вибрати місце мети", - "create.ponder.weighted_ejector.text_10": "Тепер вона обмежена цим розміром стака і активуватиметься лише тоді, коли утримуваний стак досягне цієї кількості.", - "create.ponder.weighted_ejector.text_11": "Інші сутності, вставши на катапульту, завжди активуватимуть її", - "create.ponder.weighted_ejector.text_2": "Встановлена катапульта запускатиме об'єкти до зазначеного місця", - "create.ponder.weighted_ejector.text_3": "Відповідна мета може бути на будь-якій дистанції та висоті в радіусі", - "create.ponder.weighted_ejector.text_4": "Однак вони не можуть бути збоку", - "create.ponder.weighted_ejector.text_5": "Якщо не було вибрано відповідної мети, вона цілитиметься в блок перед нею", - "create.ponder.weighted_ejector.text_6": "Надайте силу обертання, щоб зарядити її", - "create.ponder.weighted_ejector.text_7": "Встановлення предметів на катапульту викликають її спрацювання", - "create.ponder.weighted_ejector.text_8": "Якщо інвентар обраний метою, то катапульта чекатиме, доки у ньому з'явиться місце.", - "create.ponder.weighted_ejector.text_9": "За допомогою ключа можна налаштувати необхідний розмір стака", - - "create.ponder.weighted_ejector_redstone.header": "Управління Зваженими катапультами редстоуном", - "create.ponder.weighted_ejector_redstone.text_1": "При подачі редстоун сигналу катапульти не активуватимуться", - "create.ponder.weighted_ejector_redstone.text_2": "Крім того, спостерігачі можуть визначити, коли катапульти спрацьовують", - - "create.ponder.weighted_ejector_tunnel.header": "Поділ стаків предметів за допомогою Зважених катапульт", - "create.ponder.weighted_ejector_tunnel.text_1": "Об'єднані з Латунними тунелями катапульти можуть ділити стаки предметів за певною кількістю.", - "create.ponder.weighted_ejector_tunnel.text_2": "Спочатку налаштуйте латунний тунель на «Переважно найближче», щоб пріоритизувати вихід збоку", - "create.ponder.weighted_ejector_tunnel.text_3": "Розмір стака, встановлений на катапульті, тепер визначає кількість, що відокремлюється.", - "create.ponder.weighted_ejector_tunnel.text_4": "Поки що новий стак потрібної кількості лежить на бічному виході...", - "create.ponder.weighted_ejector_tunnel.text_5": "...залишок продовжить свій шлях", - - "create.ponder.windmill_source.header": "Генерації сили обертання за допомогою Підшипників вітряка", - "create.ponder.windmill_source.text_1": "Підшипники вітряного млина прикріплюються до блоків перед ними", - "create.ponder.windmill_source.text_2": "Якщо прикріплено достатньо парусоподібних блоків, він може стати млином", - "create.ponder.windmill_source.text_3": "Активований за допомогою ПКМ, Підшипник вітряного млина почне виробляти силу обертання", - "create.ponder.windmill_source.text_4": "Кількість вітрил визначає швидкість обертання", - "create.ponder.windmill_source.text_5": "Використовуйте ключ, щоб налаштувати напрямок обертання", - "create.ponder.windmill_source.text_6": "ПКМ по підшипнику у будь-який час, щоб зупинити його та відредагувати структуру", - "create.ponder.windmill_source.text_7": "UNLOCALIZED: Right-click the Bearing anytime to stop and edit the Structure again", - - "create.ponder.windmill_structure.header": "Пристосування вітряка", - "create.ponder.windmill_structure.text_1": "Будь-яка споруда може вважатися дійсним вітряком, якщо вона містить принаймні 8 вітрильних блоків.", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/zh_cn.json b/src/generated/resources/assets/create/lang/unfinished/zh_cn.json deleted file mode 100644 index 8b80705cf1..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/zh_cn.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 19", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "金合欢木窗户", - "block.create.acacia_window_pane": "金合欢木窗户板", - "block.create.adjustable_chain_gearshift": "可调节链式传动箱", - "block.create.analog_lever": "模拟信号拉杆", - "block.create.andesite_belt_funnel": "安山岩传送带漏斗", - "block.create.andesite_casing": "安山机壳", - "block.create.andesite_encased_cogwheel": "安山齿轮箱", - "block.create.andesite_encased_large_cogwheel": "安山大齿轮箱", - "block.create.andesite_encased_shaft": "安山传动杆箱", - "block.create.andesite_funnel": "安山岩漏斗", - "block.create.andesite_ladder": "安山梯子", - "block.create.andesite_pillar": "安山岩柱", - "block.create.andesite_tunnel": "安山岩隧道", - "block.create.asurine": "皓蓝石", - "block.create.asurine_pillar": "皓蓝石柱", - "block.create.basin": "工作盆", - "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_toolbox": "黑色工具箱", - "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_toolbox": "蓝色工具箱", - "block.create.blue_valve_handle": "蓝色阀门手轮", - "block.create.brass_belt_funnel": "黄铜传送带漏斗", - "block.create.brass_block": "黄铜块", - "block.create.brass_casing": "黄铜机壳", - "block.create.brass_encased_cogwheel": "黄铜齿轮箱", - "block.create.brass_encased_large_cogwheel": "黄铜大齿轮箱", - "block.create.brass_encased_shaft": "黄铜传动杆箱", - "block.create.brass_funnel": "黄铜漏斗", - "block.create.brass_ladder": "黄铜梯子", - "block.create.brass_tunnel": "黄铜隧道", - "block.create.brown_nixie_tube": "棕色辉光管", - "block.create.brown_sail": "棕色风帆", - "block.create.brown_seat": "棕色坐垫", - "block.create.brown_toolbox": "棕色工具箱", - "block.create.brown_valve_handle": "棕色阀门手轮", - "block.create.calcite_pillar": "方解石柱", - "block.create.cart_assembler": "矿车装配站", - "block.create.chocolate": "巧克力", - "block.create.chute": "溜槽", - "block.create.clockwork_bearing": "发条轴承", - "block.create.clutch": "离合器", - "block.create.cogwheel": "齿轮", - "block.create.content_observer": "物品侦测器", - "block.create.controller_rail": "控制铁轨", - "block.create.controls": "列车驾驶台", - "block.create.copper_backtank": "铜背罐", - "block.create.copper_casing": "铜机壳", - "block.create.copper_ladder": "铜梯子", - "block.create.copper_shingle_slab": "铜砖瓦台阶", - "block.create.copper_shingle_stairs": "铜砖瓦楼梯", - "block.create.copper_shingles": "铜砖瓦", - "block.create.copper_tile_slab": "铜瓦台阶", - "block.create.copper_tile_stairs": "铜瓦楼梯", - "block.create.copper_tiles": "铜瓦", - "block.create.copper_valve_handle": "铜阀门手轮", - "block.create.creative_crate": "创造板条箱", - "block.create.creative_fluid_tank": "创造流体储罐", - "block.create.creative_motor": "创造马达", - "block.create.crimsite": "绯红岩", - "block.create.crimsite_pillar": "绯红岩柱", - "block.create.crimson_window": "绯红木窗户", - "block.create.crimson_window_pane": "绯红木窗户板", - "block.create.crushing_wheel": "粉碎轮", - "block.create.crushing_wheel_controller": "粉碎轮控制器", - "block.create.cuckoo_clock": "布谷鸟闹钟", - "block.create.cut_andesite": "切制安山岩", - "block.create.cut_andesite_brick_slab": "切制安山岩砖块台阶", - "block.create.cut_andesite_brick_stairs": "切制安山岩砖块楼梯", - "block.create.cut_andesite_brick_wall": "切制安山岩砖块墙", - "block.create.cut_andesite_bricks": "切制安山岩砖块", - "block.create.cut_andesite_slab": "切制安山岩台阶", - "block.create.cut_andesite_stairs": "切制安山岩楼梯", - "block.create.cut_andesite_wall": "切制安山岩墙", - "block.create.cut_asurine": "切制皓蓝石", - "block.create.cut_asurine_brick_slab": "切制皓蓝石砖块台阶", - "block.create.cut_asurine_brick_stairs": "切制皓蓝石砖块楼梯", - "block.create.cut_asurine_brick_wall": "切制皓蓝石砖块墙", - "block.create.cut_asurine_bricks": "切制皓蓝石砖块", - "block.create.cut_asurine_slab": "切制皓蓝石台阶", - "block.create.cut_asurine_stairs": "切制皓蓝石楼梯", - "block.create.cut_asurine_wall": "切制皓蓝石墙", - "block.create.cut_calcite": "切制方解石", - "block.create.cut_calcite_brick_slab": "切制方解石砖块台阶", - "block.create.cut_calcite_brick_stairs": "切制方解石砖块楼梯", - "block.create.cut_calcite_brick_wall": "切制方解石砖块墙", - "block.create.cut_calcite_bricks": "切制方解石砖块", - "block.create.cut_calcite_slab": "切制方解石台阶", - "block.create.cut_calcite_stairs": "切制方解石楼梯", - "block.create.cut_calcite_wall": "切制方解石墙", - "block.create.cut_crimsite": "切制绯红岩", - "block.create.cut_crimsite_brick_slab": "切制绯红岩砖块台阶", - "block.create.cut_crimsite_brick_stairs": "切制绯红岩砖块楼梯", - "block.create.cut_crimsite_brick_wall": "切制绯红岩砖块墙", - "block.create.cut_crimsite_bricks": "切制绯红岩砖块", - "block.create.cut_crimsite_slab": "切制绯红岩台阶", - "block.create.cut_crimsite_stairs": "切制绯红岩楼梯", - "block.create.cut_crimsite_wall": "切制绯红岩墙", - "block.create.cut_deepslate": "切制深板岩", - "block.create.cut_deepslate_brick_slab": "切制深板岩砖块台阶", - "block.create.cut_deepslate_brick_stairs": "切制深板岩砖块楼梯", - "block.create.cut_deepslate_brick_wall": "切制深板岩砖块墙", - "block.create.cut_deepslate_bricks": "切制深板岩砖块", - "block.create.cut_deepslate_slab": "切制深板岩台阶", - "block.create.cut_deepslate_stairs": "切制深板岩楼梯", - "block.create.cut_deepslate_wall": "切制深板岩墙", - "block.create.cut_diorite": "切制闪长岩", - "block.create.cut_diorite_brick_slab": "切制闪长岩砖块台阶", - "block.create.cut_diorite_brick_stairs": "切制闪长岩砖块楼梯", - "block.create.cut_diorite_brick_wall": "切制闪长岩砖块墙", - "block.create.cut_diorite_bricks": "切制闪长岩砖块", - "block.create.cut_diorite_slab": "切制闪长岩台阶", - "block.create.cut_diorite_stairs": "切制闪长岩楼梯", - "block.create.cut_diorite_wall": "切制闪长岩墙", - "block.create.cut_dripstone": "切制滴水石", - "block.create.cut_dripstone_brick_slab": "切制滴水石砖块台阶", - "block.create.cut_dripstone_brick_stairs": "切制滴水石砖块楼梯", - "block.create.cut_dripstone_brick_wall": "切制滴水石砖块墙", - "block.create.cut_dripstone_bricks": "切制滴水石砖块", - "block.create.cut_dripstone_slab": "切制滴水石台阶", - "block.create.cut_dripstone_stairs": "切制滴水石楼梯", - "block.create.cut_dripstone_wall": "切制滴水石墙", - "block.create.cut_granite": "切制花岗岩", - "block.create.cut_granite_brick_slab": "切制花岗岩砖块台阶", - "block.create.cut_granite_brick_stairs": "切制花岗岩砖块楼梯", - "block.create.cut_granite_brick_wall": "切制花岗岩砖块墙", - "block.create.cut_granite_bricks": "切制花岗岩砖块", - "block.create.cut_granite_slab": "切制花岗岩台阶", - "block.create.cut_granite_stairs": "切制花岗岩楼梯", - "block.create.cut_granite_wall": "切制花岗岩墙", - "block.create.cut_limestone": "切制石灰岩", - "block.create.cut_limestone_brick_slab": "切制石灰岩砖块台阶", - "block.create.cut_limestone_brick_stairs": "切制石灰岩砖块楼梯", - "block.create.cut_limestone_brick_wall": "切制石灰岩砖块墙", - "block.create.cut_limestone_bricks": "切制石灰岩砖块", - "block.create.cut_limestone_slab": "切制石灰岩台阶", - "block.create.cut_limestone_stairs": "切制石灰岩楼梯", - "block.create.cut_limestone_wall": "切制石灰岩墙", - "block.create.cut_ochrum": "切制赭金砂", - "block.create.cut_ochrum_brick_slab": "切制赭金砂砖块台阶", - "block.create.cut_ochrum_brick_stairs": "切制赭金砂砖块楼梯", - "block.create.cut_ochrum_brick_wall": "切制赭金砂砖块墙", - "block.create.cut_ochrum_bricks": "切制赭金砂砖块", - "block.create.cut_ochrum_slab": "切制赭金砂台阶", - "block.create.cut_ochrum_stairs": "切制赭金砂楼梯", - "block.create.cut_ochrum_wall": "切制赭金砂墙", - "block.create.cut_scorchia": "切制焦黑熔渣", - "block.create.cut_scorchia_brick_slab": "切制焦黑熔渣砖块台阶", - "block.create.cut_scorchia_brick_stairs": "切制焦黑熔渣砖块楼梯", - "block.create.cut_scorchia_brick_wall": "切制焦黑熔渣砖块墙", - "block.create.cut_scorchia_bricks": "切制焦黑熔渣砖块", - "block.create.cut_scorchia_slab": "切制焦黑熔渣台阶", - "block.create.cut_scorchia_stairs": "切制焦黑熔渣楼梯", - "block.create.cut_scorchia_wall": "切制焦黑熔渣墙", - "block.create.cut_scoria": "切制熔渣", - "block.create.cut_scoria_brick_slab": "切制熔渣砖块台阶", - "block.create.cut_scoria_brick_stairs": "切制熔渣砖块楼梯", - "block.create.cut_scoria_brick_wall": "切制熔渣砖块墙", - "block.create.cut_scoria_bricks": "切制熔渣砖块", - "block.create.cut_scoria_slab": "切制熔渣台阶", - "block.create.cut_scoria_stairs": "切制熔渣楼梯", - "block.create.cut_scoria_wall": "切制熔渣墙", - "block.create.cut_tuff": "切制凝灰岩", - "block.create.cut_tuff_brick_slab": "切制凝灰岩砖块台阶", - "block.create.cut_tuff_brick_stairs": "切制凝灰岩砖块楼梯", - "block.create.cut_tuff_brick_wall": "切制凝灰岩砖块墙", - "block.create.cut_tuff_bricks": "切制凝灰岩砖块", - "block.create.cut_tuff_slab": "切制凝灰岩台阶", - "block.create.cut_tuff_stairs": "切制凝灰岩楼梯", - "block.create.cut_tuff_wall": "切制凝灰岩墙", - "block.create.cut_veridium": "切制辉绿矿", - "block.create.cut_veridium_brick_slab": "切制辉绿矿砖块台阶", - "block.create.cut_veridium_brick_stairs": "切制辉绿矿砖块楼梯", - "block.create.cut_veridium_brick_wall": "切制辉绿矿砖块墙", - "block.create.cut_veridium_bricks": "切制辉绿矿砖块", - "block.create.cut_veridium_slab": "切制辉绿矿台阶", - "block.create.cut_veridium_stairs": "切制辉绿矿楼梯", - "block.create.cut_veridium_wall": "切制辉绿矿墙", - "block.create.cyan_nixie_tube": "青色辉光管", - "block.create.cyan_sail": "青色风帆", - "block.create.cyan_seat": "青色坐垫", - "block.create.cyan_toolbox": "青色工具箱", - "block.create.cyan_valve_handle": "青色阀门手轮", - "block.create.dark_oak_window": "深色橡木窗户", - "block.create.dark_oak_window_pane": "深色橡木窗户板", - "block.create.deepslate_pillar": "深板岩柱", - "block.create.deepslate_zinc_ore": "深层锌矿石", - "block.create.deployer": "机械手", - "block.create.depot": "置物台", - "block.create.diorite_pillar": "闪长岩柱", - "block.create.display_board": "翻牌显示器", - "block.create.display_link": "显示链接器", - "block.create.dripstone_pillar": "滴水石柱", - "block.create.encased_chain_drive": "链式传动箱", - "block.create.encased_fan": "鼓风机", - "block.create.encased_fluid_pipe": "流体管道箱", - "block.create.exposed_copper_shingle_slab": "斑驳的铜砖瓦台阶", - "block.create.exposed_copper_shingle_stairs": "斑驳的铜砖瓦楼梯", - "block.create.exposed_copper_shingles": "斑驳的铜砖瓦", - "block.create.exposed_copper_tile_slab": "斑驳的铜瓦台阶", - "block.create.exposed_copper_tile_stairs": "斑驳的铜瓦楼梯", - "block.create.exposed_copper_tiles": "斑驳的铜瓦", - "block.create.fake_track": "用于地图的轨道标记", - "block.create.fluid_pipe": "流体管道", - "block.create.fluid_tank": "流体储罐", - "block.create.fluid_valve": "流体阀门", - "block.create.flywheel": "飞轮", - "block.create.framed_glass": "边框玻璃", - "block.create.framed_glass_door": "边框玻璃门", - "block.create.framed_glass_pane": "边框玻璃板", - "block.create.framed_glass_trapdoor": "边框玻璃活板门", - "block.create.gantry_carriage": "起重机滑架", - "block.create.gantry_shaft": "起重机桥架", - "block.create.gearbox": "十字齿轮箱", - "block.create.gearshift": "反转齿轮箱", - "block.create.glass_fluid_pipe": "玻璃流体管道", - "block.create.granite_pillar": "花岗岩柱", - "block.create.gray_nixie_tube": "灰色辉光管", - "block.create.gray_sail": "灰色风帆", - "block.create.gray_seat": "灰色坐垫", - "block.create.gray_toolbox": "灰色工具箱", - "block.create.gray_valve_handle": "灰色阀门手轮", - "block.create.green_nixie_tube": "绿色辉光管", - "block.create.green_sail": "绿色风帆", - "block.create.green_seat": "绿色坐垫", - "block.create.green_toolbox": "绿色工具箱", - "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": "水平边框玻璃板", - "block.create.hose_pulley": "软管滑轮", - "block.create.item_drain": "分液池", - "block.create.item_vault": "物品保险库", - "block.create.jungle_window": "丛林木窗户", - "block.create.jungle_window_pane": "丛林木窗户板", - "block.create.large_bogey": "大转向架", - "block.create.large_cogwheel": "大齿轮", - "block.create.layered_andesite": "层叠安山岩", - "block.create.layered_asurine": "层叠皓蓝石", - "block.create.layered_calcite": "层叠方解石", - "block.create.layered_crimsite": "层叠绯红岩", - "block.create.layered_deepslate": "层叠深板岩", - "block.create.layered_diorite": "层叠闪长岩", - "block.create.layered_dripstone": "层叠滴水石", - "block.create.layered_granite": "层叠花岗岩", - "block.create.layered_limestone": "层叠石灰岩", - "block.create.layered_ochrum": "层叠赭金砂", - "block.create.layered_scorchia": "层叠焦黑熔渣", - "block.create.layered_scoria": "层叠熔渣", - "block.create.layered_tuff": "层叠凝灰岩", - "block.create.layered_veridium": "层叠辉绿矿", - "block.create.lectern_controller": "遥控器讲台", - "block.create.light_blue_nixie_tube": "淡蓝色辉光管", - "block.create.light_blue_sail": "淡蓝色风帆", - "block.create.light_blue_seat": "淡蓝色坐垫", - "block.create.light_blue_toolbox": "淡蓝色工具箱", - "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_toolbox": "淡灰色工具箱", - "block.create.light_gray_valve_handle": "淡灰色阀门手轮", - "block.create.lime_nixie_tube": "黄绿色辉光管", - "block.create.lime_sail": "黄绿色风帆", - "block.create.lime_seat": "黄绿色坐垫", - "block.create.lime_toolbox": "黄绿色工具箱", - "block.create.lime_valve_handle": "黄绿色阀门手轮", - "block.create.limestone": "石灰岩", - "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_toolbox": "品红色工具箱", - "block.create.magenta_valve_handle": "品红色阀门手轮", - "block.create.mechanical_arm": "机械臂", - "block.create.mechanical_bearing": "动力轴承", - "block.create.mechanical_crafter": "机械工作台", - "block.create.mechanical_drill": "机械钻头", - "block.create.mechanical_harvester": "动力收割机", - "block.create.mechanical_mixer": "动力搅拌器", - "block.create.mechanical_piston": "动力活塞", - "block.create.mechanical_piston_head": "动力活塞头", - "block.create.mechanical_plough": "动力犁", - "block.create.mechanical_press": "动力辊压机", - "block.create.mechanical_pump": "动力泵", - "block.create.mechanical_saw": "动力锯", - "block.create.metal_bracket": "金属支架", - "block.create.metal_girder": "金属梁", - "block.create.metal_girder_encased_shaft": "金属梁包住的传动杆", - "block.create.millstone": "石磨", - "block.create.minecart_anchor": "矿车锚", - "block.create.mysterious_cuckoo_clock": "布谷鸟闹钟", - "block.create.nixie_tube": "辉光管", - "block.create.nozzle": "分散网", - "block.create.oak_window": "橡木窗户", - "block.create.oak_window_pane": "橡木窗户板", - "block.create.ochrum": "赭金砂", - "block.create.ochrum_pillar": "赭金砂柱", - "block.create.orange_sail": "橙色风帆", - "block.create.orange_seat": "橙色坐垫", - "block.create.orange_toolbox": "橙色工具箱", - "block.create.orange_valve_handle": "橙色阀门手轮", - "block.create.ornate_iron_window": "华丽铁窗户", - "block.create.ornate_iron_window_pane": "华丽铁窗户板", - "block.create.oxidized_copper_shingle_slab": "氧化的铜砖瓦台阶", - "block.create.oxidized_copper_shingle_stairs": "氧化的铜砖瓦楼梯", - "block.create.oxidized_copper_shingles": "氧化的铜砖瓦", - "block.create.oxidized_copper_tile_slab": "氧化的铜瓦台阶", - "block.create.oxidized_copper_tile_stairs": "氧化的铜瓦楼梯", - "block.create.oxidized_copper_tiles": "氧化的铜瓦", - "block.create.peculiar_bell": "奇异钟", - "block.create.pink_nixie_tube": "粉红色辉光管", - "block.create.pink_sail": "粉红色风帆", - "block.create.pink_seat": "粉红色坐垫", - "block.create.pink_toolbox": "粉红色工具箱", - "block.create.pink_valve_handle": "粉红色阀门手轮", - "block.create.piston_extension_pole": "活塞杆", - "block.create.placard": "置物板", - "block.create.polished_cut_andesite": "磨制切制安山岩", - "block.create.polished_cut_andesite_slab": "磨制切制安山岩台阶", - "block.create.polished_cut_andesite_stairs": "磨制切制安山岩楼梯", - "block.create.polished_cut_andesite_wall": "磨制切制安山岩墙", - "block.create.polished_cut_asurine": "磨制切制皓蓝石", - "block.create.polished_cut_asurine_slab": "磨制切制皓蓝石台阶", - "block.create.polished_cut_asurine_stairs": "磨制切制皓蓝石楼梯", - "block.create.polished_cut_asurine_wall": "磨制切制皓蓝石墙", - "block.create.polished_cut_calcite": "磨制切制方解石", - "block.create.polished_cut_calcite_slab": "磨制切制方解石台阶", - "block.create.polished_cut_calcite_stairs": "磨制切制方解石楼梯", - "block.create.polished_cut_calcite_wall": "磨制切制方解石墙", - "block.create.polished_cut_crimsite": "磨制切制绯红岩", - "block.create.polished_cut_crimsite_slab": "磨制切制绯红岩台阶", - "block.create.polished_cut_crimsite_stairs": "磨制切制绯红岩楼梯", - "block.create.polished_cut_crimsite_wall": "磨制切制绯红岩墙", - "block.create.polished_cut_deepslate": "磨制切制深板岩", - "block.create.polished_cut_deepslate_slab": "磨制切制深板岩台阶", - "block.create.polished_cut_deepslate_stairs": "磨制切制深板岩楼梯", - "block.create.polished_cut_deepslate_wall": "磨制切制深板岩墙", - "block.create.polished_cut_diorite": "磨制切制闪长岩", - "block.create.polished_cut_diorite_slab": "磨制切制闪长岩台阶", - "block.create.polished_cut_diorite_stairs": "磨制切制闪长岩楼梯", - "block.create.polished_cut_diorite_wall": "磨制切制闪长岩墙", - "block.create.polished_cut_dripstone": "磨制切制滴水石", - "block.create.polished_cut_dripstone_slab": "磨制切制滴水石台阶", - "block.create.polished_cut_dripstone_stairs": "磨制切制滴水石楼梯", - "block.create.polished_cut_dripstone_wall": "磨制切制滴水石墙", - "block.create.polished_cut_granite": "磨制切制花岗岩", - "block.create.polished_cut_granite_slab": "磨制切制花岗岩台阶", - "block.create.polished_cut_granite_stairs": "磨制切制花岗岩楼梯", - "block.create.polished_cut_granite_wall": "磨制切制花岗岩墙", - "block.create.polished_cut_limestone": "磨制切制石灰岩", - "block.create.polished_cut_limestone_slab": "磨制切制石灰岩台阶", - "block.create.polished_cut_limestone_stairs": "磨制切制石灰岩楼梯", - "block.create.polished_cut_limestone_wall": "磨制切制石灰岩墙", - "block.create.polished_cut_ochrum": "磨制切制赭金砂", - "block.create.polished_cut_ochrum_slab": "磨制切制赭金砂台阶", - "block.create.polished_cut_ochrum_stairs": "磨制切制赭金砂楼梯", - "block.create.polished_cut_ochrum_wall": "磨制切制赭金砂墙", - "block.create.polished_cut_scorchia": "磨制切制焦黑熔渣", - "block.create.polished_cut_scorchia_slab": "磨制切制焦黑熔渣台阶", - "block.create.polished_cut_scorchia_stairs": "磨制切制焦黑熔渣楼梯", - "block.create.polished_cut_scorchia_wall": "磨制切制焦黑熔渣墙", - "block.create.polished_cut_scoria": "磨制切制熔渣", - "block.create.polished_cut_scoria_slab": "磨制切制熔渣台阶", - "block.create.polished_cut_scoria_stairs": "磨制切制熔渣楼梯", - "block.create.polished_cut_scoria_wall": "磨制切制熔渣墙", - "block.create.polished_cut_tuff": "磨制切制凝灰岩", - "block.create.polished_cut_tuff_slab": "磨制切制凝灰岩台阶", - "block.create.polished_cut_tuff_stairs": "磨制切制凝灰岩楼梯", - "block.create.polished_cut_tuff_wall": "磨制切制凝灰岩墙", - "block.create.polished_cut_veridium": "磨制切制辉绿矿", - "block.create.polished_cut_veridium_slab": "磨制切制辉绿矿台阶", - "block.create.polished_cut_veridium_stairs": "磨制切制辉绿矿楼梯", - "block.create.polished_cut_veridium_wall": "磨制切制辉绿矿墙", - "block.create.portable_fluid_interface": "移动式流体对接口", - "block.create.portable_storage_interface": "移动式物品对接口", - "block.create.powered_latch": "锁存器", - "block.create.powered_shaft": "动力曲轴", - "block.create.powered_toggle_latch": "转换锁存器", - "block.create.pulley_magnet": "滑轮磁铁", - "block.create.pulse_extender": "脉冲延长器", - "block.create.pulse_repeater": "脉冲中继器", - "block.create.purple_nixie_tube": "紫色辉光管", - "block.create.purple_sail": "紫色风帆", - "block.create.purple_seat": "紫色坐垫", - "block.create.purple_toolbox": "紫色工具箱", - "block.create.purple_valve_handle": "紫色阀门手轮", - "block.create.radial_chassis": "旋转底盘", - "block.create.railway_casing": "列车机壳", - "block.create.raw_zinc_block": "粗锌块", - "block.create.red_nixie_tube": "红色辉光管", - "block.create.red_sail": "红色风帆", - "block.create.red_seat": "红色坐垫", - "block.create.red_toolbox": "红色工具箱", - "block.create.red_valve_handle": "红色阀门手轮", - "block.create.redstone_contact": "接触式红石信号发生器", - "block.create.redstone_link": "无线红石信号终端", - "block.create.refined_radiance_casing": "光辉机壳", - "block.create.rope": "绳索", - "block.create.rope_pulley": "绳索绞车", - "block.create.rose_quartz_block": "玫瑰石英块", - "block.create.rose_quartz_lamp": "玫瑰石英灯", - "block.create.rose_quartz_tiles": "玫瑰石英砖块", - "block.create.rotation_speed_controller": "转速控制器", - "block.create.sail_frame": "风帆框架", - "block.create.schematic_table": "蓝图桌", - "block.create.schematicannon": "蓝图加农炮", - "block.create.scorchia": "焦黑熔渣", - "block.create.scorchia_pillar": "焦黑熔渣柱", - "block.create.scoria": "熔渣", - "block.create.scoria_pillar": "熔渣柱", - "block.create.secondary_linear_chassis": "机壳底盘 2 号", - "block.create.sequenced_gearshift": "可编程齿轮箱", - "block.create.shadow_steel_casing": "暗影机壳", - "block.create.shaft": "传动杆", - "block.create.small_andesite_brick_slab": "安山岩小砖块台阶", - "block.create.small_andesite_brick_stairs": "安山岩小砖块楼梯", - "block.create.small_andesite_brick_wall": "安山岩小砖块墙", - "block.create.small_andesite_bricks": "安山岩小砖块", - "block.create.small_asurine_brick_slab": "皓蓝石小砖块台阶", - "block.create.small_asurine_brick_stairs": "皓蓝石小砖块楼梯", - "block.create.small_asurine_brick_wall": "皓蓝石小砖块墙", - "block.create.small_asurine_bricks": "皓蓝石小砖块", - "block.create.small_bogey": "小转向架", - "block.create.small_calcite_brick_slab": "方解石小砖块台阶", - "block.create.small_calcite_brick_stairs": "方解石小砖块楼梯", - "block.create.small_calcite_brick_wall": "方解石小砖块墙", - "block.create.small_calcite_bricks": "方解石小砖块", - "block.create.small_crimsite_brick_slab": "绯红岩小砖块台阶", - "block.create.small_crimsite_brick_stairs": "绯红岩小砖块楼梯", - "block.create.small_crimsite_brick_wall": "绯红岩小砖块墙", - "block.create.small_crimsite_bricks": "绯红岩小砖块", - "block.create.small_deepslate_brick_slab": "深板岩小砖块台阶", - "block.create.small_deepslate_brick_stairs": "深板岩小砖块楼梯", - "block.create.small_deepslate_brick_wall": "深板岩小砖块墙", - "block.create.small_deepslate_bricks": "深板岩小砖块", - "block.create.small_diorite_brick_slab": "闪长岩小砖块台阶", - "block.create.small_diorite_brick_stairs": "闪长岩小砖块楼梯", - "block.create.small_diorite_brick_wall": "闪长岩小砖块墙", - "block.create.small_diorite_bricks": "闪长岩小砖块", - "block.create.small_dripstone_brick_slab": "滴水石小砖块台阶", - "block.create.small_dripstone_brick_stairs": "滴水石小砖块楼梯", - "block.create.small_dripstone_brick_wall": "滴水石小砖块墙", - "block.create.small_dripstone_bricks": "滴水石小砖块", - "block.create.small_granite_brick_slab": "花岗岩小砖块台阶", - "block.create.small_granite_brick_stairs": "花岗岩小砖块楼梯", - "block.create.small_granite_brick_wall": "花岗岩小砖块墙", - "block.create.small_granite_bricks": "花岗岩小砖块", - "block.create.small_limestone_brick_slab": "石灰岩小砖块台阶", - "block.create.small_limestone_brick_stairs": "石灰岩小砖块楼梯", - "block.create.small_limestone_brick_wall": "石灰岩小砖块墙", - "block.create.small_limestone_bricks": "石灰岩小砖块", - "block.create.small_ochrum_brick_slab": "赭金砂小砖块台阶", - "block.create.small_ochrum_brick_stairs": "赭金砂小砖块楼梯", - "block.create.small_ochrum_brick_wall": "赭金砂小砖块墙", - "block.create.small_ochrum_bricks": "赭金砂小砖块", - "block.create.small_rose_quartz_tiles": "玫瑰石英小砖块", - "block.create.small_scorchia_brick_slab": "焦黑熔渣小砖块台阶", - "block.create.small_scorchia_brick_stairs": "焦黑熔渣小砖块楼梯", - "block.create.small_scorchia_brick_wall": "焦黑熔渣小砖块墙", - "block.create.small_scorchia_bricks": "焦黑熔渣小砖块", - "block.create.small_scoria_brick_slab": "熔渣小砖块台阶", - "block.create.small_scoria_brick_stairs": "熔渣小砖块楼梯", - "block.create.small_scoria_brick_wall": "熔渣小砖块墙", - "block.create.small_scoria_bricks": "熔渣小砖块", - "block.create.small_tuff_brick_slab": "凝灰岩小砖块台阶", - "block.create.small_tuff_brick_stairs": "凝灰岩小砖块楼梯", - "block.create.small_tuff_brick_wall": "凝灰岩小砖块墙", - "block.create.small_tuff_bricks": "凝灰岩小砖块", - "block.create.small_veridium_brick_slab": "辉绿矿小砖块台阶", - "block.create.small_veridium_brick_stairs": "辉绿矿小砖块楼梯", - "block.create.small_veridium_brick_wall": "辉绿矿小砖块墙", - "block.create.small_veridium_bricks": "辉绿矿小砖块", - "block.create.smart_chute": "智能溜槽", - "block.create.smart_fluid_pipe": "智能流体管道", - "block.create.speedometer": "速度表", - "block.create.spout": "注液器", - "block.create.spruce_window": "云杉木窗户", - "block.create.spruce_window_pane": "云杉木窗户板", - "block.create.steam_engine": "蒸汽机", - "block.create.steam_whistle": "蒸汽笛", - "block.create.steam_whistle_extension": "蒸汽笛加长段", - "block.create.sticker": "黏着器", - "block.create.sticky_mechanical_piston": "黏性动力活塞", - "block.create.stockpile_switch": "存量转信器", - "block.create.stressometer": "应力表", - "block.create.tiled_glass": "十字玻璃窗", - "block.create.tiled_glass_pane": "十字玻璃窗户板", - "block.create.track": "列车轨道", - "block.create.track_observer": "列车侦测器", - "block.create.track_signal": "列车信号机", - "block.create.track_station": "列车站", - "block.create.train_door": "列车门", - "block.create.train_trapdoor": "列车活板门", - "block.create.tuff_pillar": "凝灰岩柱", - "block.create.turntable": "转盘", - "block.create.veridium": "辉绿矿", - "block.create.veridium_pillar": "辉绿矿柱", - "block.create.vertical_framed_glass": "竖直边框玻璃", - "block.create.vertical_framed_glass_pane": "竖直边框玻璃板", - "block.create.warped_window": "诡异木窗户", - "block.create.warped_window_pane": "诡异木窗户板", - "block.create.water_wheel": "水车", - "block.create.waxed_copper_shingle_slab": "涂蜡铜砖瓦台阶", - "block.create.waxed_copper_shingle_stairs": "涂蜡铜砖瓦楼梯", - "block.create.waxed_copper_shingles": "涂蜡铜砖瓦", - "block.create.waxed_copper_tile_slab": "涂蜡铜瓦台阶", - "block.create.waxed_copper_tile_stairs": "涂蜡铜瓦楼梯", - "block.create.waxed_copper_tiles": "涂蜡铜瓦", - "block.create.waxed_exposed_copper_shingle_slab": "斑驳的涂蜡铜砖瓦台阶", - "block.create.waxed_exposed_copper_shingle_stairs": "斑驳的涂蜡铜砖瓦楼梯", - "block.create.waxed_exposed_copper_shingles": "斑驳的涂蜡铜砖瓦", - "block.create.waxed_exposed_copper_tile_slab": "斑驳的涂蜡铜瓦台阶", - "block.create.waxed_exposed_copper_tile_stairs": "斑驳的涂蜡铜瓦楼梯", - "block.create.waxed_exposed_copper_tiles": "斑驳的涂蜡铜瓦", - "block.create.waxed_oxidized_copper_shingle_slab": "氧化的涂蜡铜砖瓦台阶", - "block.create.waxed_oxidized_copper_shingle_stairs": "氧化的涂蜡铜砖瓦楼梯", - "block.create.waxed_oxidized_copper_shingles": "氧化的涂蜡铜砖瓦", - "block.create.waxed_oxidized_copper_tile_slab": "氧化的涂蜡铜瓦台阶", - "block.create.waxed_oxidized_copper_tile_stairs": "氧化的涂蜡铜瓦楼梯", - "block.create.waxed_oxidized_copper_tiles": "氧化的涂蜡铜瓦", - "block.create.waxed_weathered_copper_shingle_slab": "锈蚀的涂蜡铜砖瓦台阶", - "block.create.waxed_weathered_copper_shingle_stairs": "锈蚀的涂蜡铜砖瓦楼梯", - "block.create.waxed_weathered_copper_shingles": "锈蚀的涂蜡铜砖瓦", - "block.create.waxed_weathered_copper_tile_slab": "锈蚀的涂蜡铜瓦台阶", - "block.create.waxed_weathered_copper_tile_stairs": "锈蚀的涂蜡铜瓦楼梯", - "block.create.waxed_weathered_copper_tiles": "锈蚀的涂蜡铜瓦", - "block.create.weathered_copper_shingle_slab": "锈蚀的铜砖瓦台阶", - "block.create.weathered_copper_shingle_stairs": "锈蚀的铜砖瓦楼梯", - "block.create.weathered_copper_shingles": "锈蚀的铜砖瓦", - "block.create.weathered_copper_tile_slab": "锈蚀的铜瓦台阶", - "block.create.weathered_copper_tile_stairs": "锈蚀的铜瓦楼梯", - "block.create.weathered_copper_tiles": "锈蚀的铜瓦", - "block.create.weighted_ejector": "弹射置物台", - "block.create.white_nixie_tube": "白色辉光管", - "block.create.white_sail": "白色风帆", - "block.create.white_seat": "白色坐垫", - "block.create.white_toolbox": "白色工具箱", - "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_toolbox": "黄色工具箱", - "block.create.yellow_valve_handle": "黄色阀门手轮", - "block.create.zinc_block": "锌块", - "block.create.zinc_ore": "锌矿石", - - "enchantment.create.capacity": "扩容", - "enchantment.create.potato_recovery": "土豆回收", - - "entity.create.carriage_contraption": "车厢装置", - "entity.create.contraption": "装置", - "entity.create.crafting_blueprint": "合成蓝图", - "entity.create.gantry_contraption": "起重装置", - "entity.create.potato_projectile": "被发射的土豆", - "entity.create.seat": "坐垫", - "entity.create.stationary_contraption": "静止的装置", - "entity.create.super_glue": "强力胶", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "药水", - "fluid.create.tea": "建造工茶水", - - "item.create.andesite_alloy": "安山合金", - "item.create.attribute_filter": "属性过滤器", - "item.create.bar_of_chocolate": "巧克力棒", - "item.create.belt_connector": "传送带", - "item.create.blaze_cake": "烈焰蛋糕", - "item.create.blaze_cake_base": "烈焰蛋糕胚", - "item.create.brass_hand": "黄铜手部零件", - "item.create.brass_ingot": "黄铜锭", - "item.create.brass_nugget": "黄铜粒", - "item.create.brass_sheet": "黄铜板", - "item.create.builders_tea": "建造工茶饮", - "item.create.chest_minecart_contraption": "装配过的运输矿车", - "item.create.chocolate_bucket": "巧克力桶", - "item.create.chocolate_glazed_berries": "巧克力包层浆果", - "item.create.chromatic_compound": "异彩化合物", - "item.create.cinder_flour": "余烬面粉", - "item.create.copper_backtank": "铜背罐", - "item.create.copper_backtank_placeable": "可放置的铜背罐", - "item.create.copper_nugget": "铜粒", - "item.create.copper_sheet": "铜板", - "item.create.crafter_slot_cover": "合成槽盖板", - "item.create.crafting_blueprint": "合成蓝图", - "item.create.creative_blaze_cake": "创造烈焰蛋糕", - "item.create.crushed_aluminum_ore": "粉碎铝矿石", - "item.create.crushed_copper_ore": "粉碎铜矿石", - "item.create.crushed_gold_ore": "粉碎金矿石", - "item.create.crushed_iron_ore": "粉碎铁矿石", - "item.create.crushed_lead_ore": "粉碎铅矿石", - "item.create.crushed_nickel_ore": "粉碎镍矿石", - "item.create.crushed_osmium_ore": "粉碎锇矿石", - "item.create.crushed_platinum_ore": "粉碎铂矿石", - "item.create.crushed_quicksilver_ore": "粉碎水银矿石", - "item.create.crushed_silver_ore": "粉碎银矿石", - "item.create.crushed_tin_ore": "粉碎锡矿石", - "item.create.crushed_uranium_ore": "粉碎铀矿石", - "item.create.crushed_zinc_ore": "粉碎锌矿石", - "item.create.diving_boots": "潜水靴", - "item.create.diving_helmet": "潜水头盔", - "item.create.dough": "面团", - "item.create.electron_tube": "电子管", - "item.create.empty_blaze_burner": "空的烈焰人燃烧室", - "item.create.empty_schematic": "空白蓝图", - "item.create.experience_nugget": "经验颗粒", - "item.create.extendo_grip": "伸缩机械手", - "item.create.filter": "过滤器", - "item.create.furnace_minecart_contraption": "装配过的动力矿车", - "item.create.goggles": "工程师护目镜", - "item.create.golden_sheet": "金板", - "item.create.handheld_worldshaper": "手持式环境改造器", - "item.create.honey_bucket": "蜂蜜桶", - "item.create.honeyed_apple": "蜜渍苹果", - "item.create.incomplete_precision_mechanism": "精密构件(半成品)", - "item.create.incomplete_track": "列车轨道(半成品)", - "item.create.iron_sheet": "铁板", - "item.create.linked_controller": "无线红石遥控器", - "item.create.minecart_contraption": "装配过的矿车", - "item.create.minecart_coupling": "矿车连轴器", - "item.create.polished_rose_quartz": "磨制玫瑰石英", - "item.create.potato_cannon": "土豆加农炮", - "item.create.powdered_obsidian": "黑曜石粉末", - "item.create.precision_mechanism": "精密构件", - "item.create.propeller": "扇叶", - "item.create.raw_zinc": "粗锌", - "item.create.red_sand_paper": "红沙砂纸", - "item.create.refined_radiance": "光辉石", - "item.create.rose_quartz": "玫瑰石英", - "item.create.sand_paper": "砂纸", - "item.create.schedule": "列车时刻表", - "item.create.schematic": "蓝图", - "item.create.schematic_and_quill": "蓝图与笔", - "item.create.shadow_steel": "暗影钢", - "item.create.sturdy_sheet": "坚固板", - "item.create.super_glue": "强力胶", - "item.create.sweet_roll": "甜甜卷", - "item.create.tree_fertilizer": "树木肥料", - "item.create.unprocessed_obsidian_sheet": "未加工的黑曜石板", - "item.create.vertical_gearbox": "竖直十字齿轮箱", - "item.create.wand_of_symmetry": "对称之杖", - "item.create.wheat_flour": "小麦粉", - "item.create.whisk": "搅拌器", - "item.create.wrench": "扳手", - "item.create.zinc_ingot": "锌锭", - "item.create.zinc_nugget": "锌粒", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "欢迎来到机械动力", - "advancement.create.root.desc": "精巧发明在此", - "advancement.create.andesite_alloy": "安如顽石", - "advancement.create.andesite_alloy.desc": "获取机械动力的最重要资源——安山合金", - "advancement.create.andesite_casing": "安山时代", - "advancement.create.andesite_casing.desc": "对去皮原木使用安山合金来制造一个安山机壳", - "advancement.create.mechanical_press": "铿!", - "advancement.create.mechanical_press.desc": "使用动力辊压机压扁物品制成板材", - "advancement.create.encased_fan": "御风者", - "advancement.create.encased_fan.desc": "放置一个鼓风机并且让它开始工作", - "advancement.create.fan_processing": "粒子加工", - "advancement.create.fan_processing.desc": "使用鼓风机加工材料", - "advancement.create.saw_processing": "车间中的危险机械", - "advancement.create.saw_processing.desc": "使用朝上的动力锯来加工材料", - "advancement.create.compacting": "压制物品", - "advancement.create.compacting.desc": "使用动力辊压机与工作盆将多个物品压缩成一个", - "advancement.create.belt": "海带传动", - "advancement.create.belt.desc": "用传送带连接两个传动杆", - "advancement.create.funnel": "机场美学", - "advancement.create.funnel.desc": "用漏斗从容器输出或输入物品", - "advancement.create.chute": "垂直物流", - "advancement.create.chute.desc": "用溜槽传输一些物品", - "advancement.create.mechanical_mixer": "混合搅拌", - "advancement.create.mechanical_mixer.desc": "用动力搅拌器混合材料", - "advancement.create.burner": "活炉", - "advancement.create.burner.desc": "获得烈焰人燃烧室", - "advancement.create.water_wheel": "论水力学的运用", - "advancement.create.water_wheel.desc": "放置一个水车并且让它开始旋转!", - "advancement.create.windmill": "微风吹拂", - "advancement.create.windmill.desc": "组装风车并使其产生动力", - "advancement.create.shifting_gears": "换挡,加速,起飞!", - "advancement.create.shifting_gears.desc": "将大齿轮连接到小齿轮上,可以改变装置的转速", - "advancement.create.millstone": "怡人磨练", - "advancement.create.millstone.desc": "使用石磨将物品磨碎", - "advancement.create.super_glue": "衔接地带", - "advancement.create.super_glue.desc": "使用强力胶将多个方块连为一体", - "advancement.create.contraption_actors": "有目的地行动", - "advancement.create.contraption_actors.desc": "创建一个带有动力钻头、动力锯或者动力收割机的移动装置", - "advancement.create.portable_storage_interface": "顺道交换", - "advancement.create.portable_storage_interface.desc": "用移动式储存对接口从移动装置中取出或输入物品", - "advancement.create.wrench_goggles": "一应俱全", - "advancement.create.wrench_goggles.desc": "同时装备工程师护目镜与扳手", - "advancement.create.stressometer": "应力数是给呆子看的", - "advancement.create.stressometer.desc": "用应力表和工程师护目镜获取准确读数", - "advancement.create.cuckoo_clock": "到点了吗?", - "advancement.create.cuckoo_clock.desc": "目睹你的布谷鸟闹钟提醒你睡觉", - "advancement.create.windmill_maxed": "强风肆虐", - "advancement.create.windmill_maxed.desc": "组装最高强度的风车", - "advancement.create.ejector_maxed": "跳板冠军", - "advancement.create.ejector_maxed.desc": "被弹射置物台弹飞30格以外", - "advancement.create.pulley_maxed": "绳索遍地", - "advancement.create.pulley_maxed.desc": "使用绳索滑轮伸出超过200格长的绳索", - "advancement.create.cart_pickup": "铁腕儿", - "advancement.create.cart_pickup.desc": "捡起一个至少带有200个方块的矿车结构", - "advancement.create.anvil_plough": "锻匠大炮", - "advancement.create.anvil_plough.desc": "用动力犁发射铁砧", - "advancement.create.lava_wheel_00000": "风火轮", - "advancement.create.lava_wheel_00000.desc": "这也能行?§7\n(隐藏进度)", - "advancement.create.hand_crank_000": "锻炼时间", - "advancement.create.hand_crank_000.desc": "转动手摇曲柄直到耗尽饥饿值§7\n(隐藏进度)", - "advancement.create.belt_funnel_kiss": "鹦鹉和垂翼", - "advancement.create.belt_funnel_kiss.desc": "让两个安装在传送带上的漏斗深情相吻", - "advancement.create.stressometer_maxed": "完美消耗", - "advancement.create.stressometer_maxed.desc": "在应力表中得到100%的读数§7\n(隐藏进度)", - "advancement.create.copper": "更坚固的顽石", - "advancement.create.copper.desc": "为你的流体操控技术积累一点铜", - "advancement.create.copper_casing": "铜器时代", - "advancement.create.copper_casing.desc": "使用铜和木头制作一个铜机壳", - "advancement.create.spout": "哗啦啦", - "advancement.create.spout.desc": "观察注液器灌满物品", - "advancement.create.drain": "滚筒排液", - "advancement.create.drain.desc": "目睹物品被分液池排空", - "advancement.create.steam_engine": "动力强权", - "advancement.create.steam_engine.desc": "用蒸汽引擎产生动力", - "advancement.create.steam_whistle": "天籁之音", - "advancement.create.steam_whistle.desc": "激活一个蒸汽笛", - "advancement.create.backtank": "负重前行", - "advancement.create.backtank.desc": "制作一个铜背罐并对其积累气压", - "advancement.create.diving_suit": "准备深潜", - "advancement.create.diving_suit.desc": "装备潜水头盔和铜背罐,然后跳进水里", - "advancement.create.mechanical_pump_0": "面临压力", - "advancement.create.mechanical_pump_0.desc": "放置一个动力泵并为其供能", - "advancement.create.glass_pipe": "流之观察者", - "advancement.create.glass_pipe.desc": "透过带窗的流体管道观察流体在管道中流淌,使用扳手可打开直线流体管道的窗户", - "advancement.create.water_supply": "水洼收集者", - "advancement.create.water_supply.desc": "用流体管道的末端抽取水方块", - "advancement.create.hose_pulley": "工业泄漏", - "advancement.create.hose_pulley.desc": "放下一个软管滑轮,观察它排干或填充一大片流体", - "advancement.create.chocolate_bucket": "幻想世界", - "advancement.create.chocolate_bucket.desc": "获得一桶熔融巧克力", - "advancement.create.honey_drain": "自动养蜂场", - "advancement.create.honey_drain.desc": "用流体管道从蜂巢或蜂箱抽出蜂蜜", - "advancement.create.hose_pulley_lava": "流地幔的水龙头", - "advancement.create.hose_pulley_lava.desc": "从广阔的熔岩湖中抽出熔岩", - "advancement.create.steam_engine_maxed": "全速前进", - "advancement.create.steam_engine_maxed.desc": "运行最高功率等级的锅炉", - "advancement.create.foods": "均衡饮食", - "advancement.create.foods.desc": "用同一个注液器分别制作巧克力包层浆果、蜂蜜苹果和甜甜卷", - "advancement.create.diving_suit_lava": "与炽足兽共泳", - "advancement.create.diving_suit_lava.desc": "努力尝试用潜水装备在熔岩中潜水§7\n(隐藏进度)", - "advancement.create.chained_drain": "翻滚吧!", - "advancement.create.chained_drain.desc": "目睹一个物品滚过一串分液池§7\n(隐藏进度)", - "advancement.create.cross_streams": "不要混用!", - "advancement.create.cross_streams.desc": "目睹两种流体在你的管道网络中相交§7\n(隐藏进度)", - "advancement.create.pipe_organ": "管风琴", - "advancement.create.pipe_organ.desc": "在一个流体储罐上安装12个不同音高的蒸汽笛§7\n(隐藏进度)", - "advancement.create.brass": "真正的合金", - "advancement.create.brass.desc": "在烈焰加热的搅拌器中用铜锭和锌锭制作一些黄铜", - "advancement.create.brass_casing": "黄铜时代", - "advancement.create.brass_casing.desc": "用黄铜和木头制作一个黄铜机壳", - "advancement.create.rose_quartz": "粉色钻石", - "advancement.create.rose_quartz.desc": "用砂纸将玫瑰石英打磨至透明", - "advancement.create.deployer": "人工智能", - "advancement.create.deployer.desc": "放置并且启动一个机械手,这可是你右手的完美复制品", - "advancement.create.precision_mechanism": "高新技术", - "advancement.create.precision_mechanism.desc": "装配一个精密构件", - "advancement.create.speed_controller": "工程师的眼中钉", - "advancement.create.speed_controller.desc": "放置一个转速控制器,这是换档的终极装置", - "advancement.create.mechanical_arm": "飞转的手!", - "advancement.create.mechanical_arm.desc": "制作动力臂,选择输入和输出,放置并给予它动力,然后看着它为你完成所有工作", - "advancement.create.mechanical_crafter": "自动化装配", - "advancement.create.mechanical_crafter.desc": "放置一些动力合成器并为其供能", - "advancement.create.crushing_wheel": "一对大家伙", - "advancement.create.crushing_wheel.desc": "制作一些能更快粉碎物品的粉碎轮", - "advancement.create.haunted_bell": "黑暗感官", - "advancement.create.haunted_bell.desc": "敲响一个缠魂钟", - "advancement.create.clockwork_bearing": "巧械时钟", - "advancement.create.clockwork_bearing.desc": "组装安装在发条轴承上的装置", - "advancement.create.display_link": "大数据", - "advancement.create.display_link.desc": "用翻牌显示器可视化资讯", - "advancement.create.potato_cannon": "噗~嘭!", - "advancement.create.potato_cannon.desc": "用土豆加农炮击杀一个生物", - "advancement.create.extendo_grip": "弹性极佳", - "advancement.create.extendo_grip.desc": "获得一个伸缩机械手", - "advancement.create.linked_controller": "层层遥控", - "advancement.create.linked_controller.desc": "用无线红石遥控器激活无线红石终端", - "advancement.create.arm_blaze_burner": "熊熊燃烧", - "advancement.create.arm_blaze_burner.desc": "指导动力臂给烈焰人燃烧室投食", - "advancement.create.crusher_maxed_0000": "碾碎它", - "advancement.create.crusher_maxed_0000.desc": "让一对粉碎轮以最高速度运行", - "advancement.create.arm_many_targets": "掌控全局", - "advancement.create.arm_many_targets.desc": "配置一个有十个或更多输出位置的动力臂", - "advancement.create.potato_cannon_collide": "蔬菜烟花", - "advancement.create.potato_cannon_collide.desc": "让两种土豆发射器弹射物相撞", - "advancement.create.self_deploying": "自动驾驶矿车", - "advancement.create.self_deploying.desc": "让一个矿车装置在自己前方铺铁轨", - "advancement.create.fist_bump": "来碰个拳,哥们~", - "advancement.create.fist_bump.desc": "使两个机械手互相碰拳", - "advancement.create.crafter_lazy_000": "权宜之计", - "advancement.create.crafter_lazy_000.desc": "大幅度减慢动力合成器来延迟基本建设", - "advancement.create.extendo_grip_dual": "全图范围", - "advancement.create.extendo_grip_dual.desc": "用双重伸缩机械手获得超人般的触及距离§7\n(隐藏进度)", - "advancement.create.musical_arm": "机械人DJ", - "advancement.create.musical_arm.desc": "使用动力臂播放唱片", - "advancement.create.sturdy_sheet": "最顽固的磐石", - "advancement.create.sturdy_sheet.desc": "用精炼粉碎黑曜石装配坚固板", - "advancement.create.train_casing_00": "物流时代", - "advancement.create.train_casing_00.desc": "用坚固板制作列车组件的机壳", - "advancement.create.train": "各位请上车!", - "advancement.create.train.desc": "装配你的第一辆列车", - "advancement.create.conductor": "指挥者的指挥者", - "advancement.create.conductor.desc": "使用列车时刻表指挥列车司机", - "advancement.create.track_signal": "交通管制", - "advancement.create.track_signal.desc": "放置一个列车信号机", - "advancement.create.display_board_0": "动态时间表", - "advancement.create.display_board_0.desc": "利用显示链接器,在翻牌显示器上预报列车入站时间", - "advancement.create.track_0": "新轨距", - "advancement.create.track_0.desc": "获得一些列车轨道", - "advancement.create.train_whistle": "呜!呜!", - "advancement.create.train_whistle.desc": "在你的列车上安装一个蒸汽笛并在驾驶时激活它", - "advancement.create.train_portal": "跨维度通勤", - "advancement.create.train_portal.desc": "乘坐列车穿越下界传送门", - "advancement.create.track_crafting_factory": "轨道工厂", - "advancement.create.track_crafting_factory.desc": "用同一个动力辊压机制造1000个列车轨道", - "advancement.create.long_bend": "最长弯道", - "advancement.create.long_bend.desc": "建造一条长度超过30格的弯曲轨道", - "advancement.create.long_train": "雄心勃勃", - "advancement.create.long_train.desc": "建造至少带有六个车厢的列车", - "advancement.create.long_travel": "异地考察", - "advancement.create.long_travel.desc": "在距离起点5000格外的地方离开列车座位", - "advancement.create.train_roadkill": "泥头车,创创死", - "advancement.create.train_roadkill.desc": "用你的列车创死一名敌人§7\n(隐藏进度)", - "advancement.create.red_signal": "老司机", - "advancement.create.red_signal.desc": "驾驶列车闯红灯§7\n(隐藏进度)", - "advancement.create.train_crash": "劣质服务", - "advancement.create.train_crash.desc": "目睹自己乘坐的列车相撞§7\n(隐藏进度)", - "advancement.create.train_crash_backwards": "盲区", - "advancement.create.train_crash_backwards.desc": "在倒车时与另一辆列车相撞", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "机械动力", - "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.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被动过手脚的布谷鸟闹钟炸死了", - "death.attack.create.run_over": "%1$s被%2$s碾了过去", - - "create.block.deployer.damage_source_name": "机械手小坏蛋", - "create.block.cart_assembler.invalid": "请将矿车装配器放置在铁轨上", - - "create.menu.return": "返回上级菜单", - "create.menu.configure": "配置……", - "create.menu.ponder_index": "思索索引", - "create.menu.only_ingame": "仅在游戏内暂停菜单中可用", - "create.menu.report_bugs": "报告问题", - "create.menu.support": "支持我们", - - "create.recipe.crushing": "粉碎", - "create.recipe.milling": "研磨", - "create.recipe.fan_washing": "批量洗涤", - "create.recipe.fan_washing.fan": "在水后放置鼓风机", - "create.recipe.fan_smoking": "批量烟熏", - "create.recipe.fan_smoking.fan": "在火焰后放置鼓风机", - "create.recipe.fan_haunting": "批量缠魂", - "create.recipe.fan_haunting.fan": "在灵魂火后放置鼓风机", - "create.recipe.fan_blasting": "批量熔炼", - "create.recipe.fan_blasting.fan": "在熔岩后放置鼓风机", - "create.recipe.pressing": "金属压片", - "create.recipe.mixing": "混合搅拌", - "create.recipe.deploying": "使用", - "create.recipe.automatic_shapeless": "自动搅拌", - "create.recipe.automatic_brewing": "自动酿造", - "create.recipe.packing": "压块塑形", - "create.recipe.automatic_packing": "自动打包", - "create.recipe.sawing": "切割", - "create.recipe.mechanical_crafting": "动力合成", - "create.recipe.automatic_shaped": "自动合成", - "create.recipe.block_cutting": "方块切割", - "create.recipe.wood_cutting": "木材切割", - "create.recipe.sandpaper_polishing": "砂纸打磨", - "create.recipe.mystery_conversion": "神秘转化", - "create.recipe.spout_filling": "注液", - "create.recipe.draining": "分液", - "create.recipe.item_application": "手动物品使用", - "create.recipe.item_application.any_axe": "任意斧头", - "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": "进行辊压", - "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.deploying.not_consumed": "不消耗", - "create.recipe.heat_requirement.none": "无需加热", - "create.recipe.heat_requirement.heated": "加热", - "create.recipe.heat_requirement.superheated": "超级加热", - - "create.generic.range": "范围", - "create.generic.radius": "半径", - "create.generic.width": "宽度", - "create.generic.height": "高度", - "create.generic.length": "长度", - "create.generic.speed": "速度", - "create.generic.delay": "延时", - "create.generic.duration": "持续时间", - "create.generic.timeUnit": "时间单位", - "create.generic.unit.ticks": "Ticks", - "create.generic.unit.seconds": "秒", - "create.generic.unit.minutes": "分钟", - "create.generic.daytime.hour": "时", - "create.generic.daytime.minute": "分", - "create.generic.daytime.second": "秒", - "create.generic.daytime.pm": "pm", - "create.generic.daytime.am": "am", - "create.generic.unit.rpm": "RPM", - "create.generic.unit.stress": "su", - "create.generic.unit.degrees": "度", - "create.generic.unit.millibuckets": "%1$smB", - "create.generic.unit.buckets": "B", - "create.generic.clockwise": "顺时针方向", - "create.generic.counter_clockwise": "逆时针方向", - "create.generic.in_quotes": "\"%1$s\"", - "create.generic.pitch": "音高:%1$s", - "create.generic.notes": "F#;F;E;D#;D;C#;C;B;A#;A;G#;G", - - "create.action.scroll": "滚轮", - "create.action.confirm": "确认", - "create.action.abort": "退出", - "create.action.saveToFile": "保存", - "create.action.discard": "放弃", - - "create.keyinfo.toolmenu": "蓝图工具菜单", - "create.keyinfo.toolbelt": "访问附近的工具箱", - "create.keyinfo.scrollup": "(游戏中)向上鼠标滚轮", - "create.keyinfo.scrolldown": "(游戏中)向下鼠标滚轮", - - "create.gui.scrollInput.defaultTitle": "选择一个选项:", - "create.gui.scrollInput.scrollToModify": "滚动修改", - "create.gui.scrollInput.scrollToAdjustAmount": "滚动修改数量", - "create.gui.scrollInput.scrollToSelect": "滚动选择", - "create.gui.scrollInput.shiftScrollsFaster": "按住 Shift 滚动更快", - "create.gui.toolmenu.focusKey": "按住 [%1$s] 鼠标滚轮选择", - "create.gui.toolmenu.cycle": "[SCROLL] 循环", - - "create.toolbox.unequip": "收回: %1$s", - "create.toolbox.outOfRange": "收纳物品的工具箱不在范围内", - "create.toolbox.detach": "停止追踪并保留物品", - "create.toolbox.depositAll": "把物品收回附近所有的工具箱", - "create.toolbox.depositBox": "把物品收回工具箱", - - "create.gui.symmetryWand.mirrorType": "镜子类型", - "create.gui.symmetryWand.orientation": "方向", - - "create.symmetry.mirror.plane": "镜像", - "create.symmetry.mirror.doublePlane": "矩形", - "create.symmetry.mirror.triplePlane": "八角", - - "create.orientation.orthogonal": "垂直", - "create.orientation.diagonal": "对角线", - "create.orientation.horizontal": "水平", - "create.orientation.alongZ": "以Z轴对齐", - "create.orientation.alongX": "以X轴对齐", - - "create.gui.terrainzapper.title": "手持式环境塑形器", - "create.gui.terrainzapper.searchDiagonal": "对角线延伸", - "create.gui.terrainzapper.searchFuzzy": "忽略材料分界", - "create.gui.terrainzapper.patternSection": "样式", - "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": "依附", - "create.gui.terrainzapper.placement.inserted": "插入", - "create.gui.terrainzapper.brush": "塑形类型", - "create.gui.terrainzapper.brush.cuboid": "矩形体", - "create.gui.terrainzapper.brush.sphere": "球体", - "create.gui.terrainzapper.brush.cylinder": "圆柱体", - "create.gui.terrainzapper.brush.surface": "表面", - "create.gui.terrainzapper.brush.cluster": "簇状", - "create.gui.terrainzapper.tool": "填充类型", - "create.gui.terrainzapper.tool.fill": "填充", - "create.gui.terrainzapper.tool.place": "放置", - "create.gui.terrainzapper.tool.replace": "替换", - "create.gui.terrainzapper.tool.clear": "清除", - "create.gui.terrainzapper.tool.overlay": "覆盖", - "create.gui.terrainzapper.tool.flatten": "平整", - - "create.terrainzapper.shiftRightClickToSet": "按住 Shift 右击以设置塑形类型", - "create.terrainzapper.usingBlock": "使用:%1$s", - "create.terrainzapper.leftClickToSet": "鼠标左击一个方块以设置填充材料", - - "create.minecart_coupling.two_couplings_max": "矿车无法被连接两个以上的矿车连轴器", - "create.minecart_coupling.unloaded": "有一部分列车存在于未加载区块中", - "create.minecart_coupling.no_loops": "矿车连轴器不能连成一个环", - "create.minecart_coupling.removed": "从矿车上移除所有矿车连轴器", - "create.minecart_coupling.too_far": "矿车距离你太远了", - - "create.contraptions.movement_mode": "运动模式", - "create.contraptions.movement_mode.move_place": "停止时总是将装置方块化", - "create.contraptions.movement_mode.move_place_returned": "停止时只在初始位置才将装置方块化", - "create.contraptions.movement_mode.move_never_place": "只有在动力方块摧毁后才将装置方块化", - "create.contraptions.movement_mode.rotate_place": "停止时总是将装置方块化", - "create.contraptions.movement_mode.rotate_place_returned": "停止时只在接近初始角度才将装置方块化", - "create.contraptions.movement_mode.rotate_never_place": "只有在旋转轴摧毁后才将装置方块化", - "create.contraptions.cart_movement_mode": "矿车运动模式", - "create.contraptions.cart_movement_mode.rotate": "始终面朝前进方向", - "create.contraptions.cart_movement_mode.rotate_paused": "矿车转向时机器停止工作", - "create.contraptions.cart_movement_mode.rotation_locked": "旋转锁定", - "create.contraptions.windmill.rotation_direction": "旋转方向", - "create.contraptions.clockwork.clock_hands": "钟表指针", - "create.contraptions.clockwork.hour_first": "时针优先", - "create.contraptions.clockwork.minute_first": "分针优先", - "create.contraptions.clockwork.hour_first_24": "24 小时制优先", - - "create.logistics.filter": "过滤器", - "create.logistics.recipe_filter": "配方过滤器", - "create.logistics.fluid_filter": "流体过滤器", - "create.logistics.firstFrequency": "频率 #1", - "create.logistics.secondFrequency": "频率 #2", - "create.logistics.filter.apply": "已将过滤应用于%1$s", - "create.logistics.filter.apply_click_again": "已将过滤应用于%1$s,再次点击可将手持物品数量复制到过滤器上", - "create.logistics.filter.apply_count": "已将提取数量应用至过滤器", - - "create.gui.goggles.generator_stats": "应力发生器状态:", - "create.gui.goggles.kinetic_stats": "动力学状态:", - "create.gui.goggles.at_current_speed": "当前速度应力值", - "create.gui.goggles.pole_length": "活塞杆长度:", - "create.gui.goggles.fluid_container": "流体容器信息:", - "create.gui.goggles.fluid_container.capacity": "容量:", - "create.gui.assembly.exception": "无法组装该装置:", - "create.gui.assembly.exception.unmovableBlock": "无法移动的方块:(%4$s)位于 [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "位于 [%1$s,%2$s,%3$s] 的方块未处于加载区块", - "create.gui.assembly.exception.structureTooLarge": "装置中的方块数量过多\n配置的最大值为:%1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "活塞加装的活塞杆数量过多\n配置的最大值为:%1$s", - "create.gui.assembly.exception.noPistonPoles": "活塞缺失部分活塞杆", - "create.gui.assembly.exception.not_enough_sails": "相接的结构所包含的类风帆方块的数量不足:%1$s\n至少需要 %2$s", - "create.gui.gauge.info_header": "仪表信息:", - "create.gui.speedometer.title": "旋转速度", - "create.gui.stressometer.title": "网络应力", - "create.gui.stressometer.capacity": "剩余应力量", - "create.gui.stressometer.overstressed": "应力过载", - "create.gui.stressometer.no_rotation": "无旋转", - "create.gui.contraptions.not_fast_enough": "显然%1$s_没有_达到_足够_的_工作转速_", - "create.gui.contraptions.network_overstressed": "显然装置_过载_,添加更多动力源或者_减慢_网络中高_应力影响_的组件", - "create.gui.adjustable_crate.title": "板条箱", - "create.gui.adjustable_crate.storageSpace": "储存空间", - "create.gui.stockpile_switch.title": "储存开关", - "create.gui.stockpile_switch.invert_signal": "反转信号", - "create.gui.stockpile_switch.move_to_lower_at": "移至下线%1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "移至上线%1$s%%", - "create.gui.sequenced_gearshift.title": "可编程齿轮箱", - "create.gui.sequenced_gearshift.instruction": "指令", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "以特定的角度进行旋转", - "create.gui.sequenced_gearshift.instruction.turn_angle": "旋转", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "角度", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "开始驱动活塞/软管滑轮/起重机", - "create.gui.sequenced_gearshift.instruction.turn_distance": "驱动活塞", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "距离", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "时间延迟", - "create.gui.sequenced_gearshift.instruction.delay": "延迟", - "create.gui.sequenced_gearshift.instruction.delay.duration": "时长", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "结束", - "create.gui.sequenced_gearshift.instruction.end": "停止", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "等待新的红石脉冲", - "create.gui.sequenced_gearshift.instruction.await": "等待", - "create.gui.sequenced_gearshift.speed": "速度,速度方向", - "create.gui.sequenced_gearshift.speed.forward": "一倍速,正向", - "create.gui.sequenced_gearshift.speed.forward_fast": "两倍速,正向", - "create.gui.sequenced_gearshift.speed.back": "一倍速,反向", - "create.gui.sequenced_gearshift.speed.back_fast": "两倍速,反向", - - "create.schematicAndQuill.dimensions": "蓝图尺寸:%1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "第一个位置", - "create.schematicAndQuill.secondPos": "第二个位置", - "create.schematicAndQuill.noTarget": "按住 [Ctrl] 选择空气方块", - "create.schematicAndQuill.abort": "删除选择", - "create.schematicAndQuill.title": "蓝图名:", - "create.schematicAndQuill.convert": "立即保存并部署", - "create.schematicAndQuill.fallbackName": "我的蓝图", - "create.schematicAndQuill.saved": "另存为%1$s", - - "create.schematic.invalid": "[!] 无效的物品 - 使用蓝图桌来替换", - "create.schematic.position": "位置", - "create.schematic.rotation": "旋转", - "create.schematic.rotation.none": "无", - "create.schematic.rotation.cw90": "顺时针90", - "create.schematic.rotation.cw180": "顺时针180", - "create.schematic.rotation.cw270": "顺时针270", - "create.schematic.mirror": "镜像", - "create.schematic.mirror.none": "无", - "create.schematic.mirror.frontBack": "前后", - "create.schematic.mirror.leftRight": "左右", - "create.schematic.tool.deploy": "部署", - "create.schematic.tool.move": "移动 XZ", - "create.schematic.tool.movey": "移动 Y", - "create.schematic.tool.rotate": "旋转", - "create.schematic.tool.print": "打印", - "create.schematic.tool.flip": "翻转", - "create.schematic.tool.deploy.description.0": "将结构移到某个位置", - "create.schematic.tool.deploy.description.1": "在地面上右击以放置", - "create.schematic.tool.deploy.description.2": "按住 [Ctrl] 以固定距离选择", - "create.schematic.tool.deploy.description.3": "按住 [Ctrl] 鼠标滚动更改距离", - "create.schematic.tool.move.description.0": "水平移动蓝图", - "create.schematic.tool.move.description.1": "选定蓝图,然后按住 [Ctrl] 鼠标滚动移动", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "垂直移动蓝图", - "create.schematic.tool.movey.description.1": "按住 [Ctrl] 鼠标滚动上下移动", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "围绕蓝图中心旋转蓝图", - "create.schematic.tool.rotate.description.1": "按住 [Ctrl] 鼠标滚动旋转90度", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "立即将结构放置在世界上", - "create.schematic.tool.print.description.1": "[右击] 确认当前位置", - "create.schematic.tool.print.description.2": "该工具仅适用于创造模式", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "沿你选择的面翻转蓝图", - "create.schematic.tool.flip.description.1": "指向蓝图,然后按住 [Ctrl] 鼠标滚动将其翻转", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "正在同步……", - "create.schematics.uploadTooLarge": "你的蓝图超出了服务器指定的限制", - "create.schematics.maxAllowedSize": "允许的最大蓝图文件大小为:", - - "create.gui.schematicTable.refresh": "刷新文件", - "create.gui.schematicTable.open_folder": "打开文件夹", - "create.gui.schematicTable.title": "蓝图桌", - "create.gui.schematicTable.availableSchematics": "可用蓝图", - "create.gui.schematicTable.noSchematics": "没有保存的蓝图", - "create.gui.schematicTable.uploading": "正在上传……", - "create.gui.schematicTable.finished": "上传完成!", - "create.gui.schematicannon.title": "蓝图加农炮", - "create.gui.schematicannon.listPrinter": "物品清单打印机", - "create.gui.schematicannon.gunpowderLevel": "火药%1$s%%", - "create.gui.schematicannon.shotsRemaining": "燃料余量:%1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "燃料储备:%1$s", - "create.gui.schematicannon.optionEnabled": "当前启用", - "create.gui.schematicannon.optionDisabled": "当前禁用", - "create.gui.schematicannon.showOptions": "显示蓝图加农炮设置", - "create.gui.schematicannon.option.dontReplaceSolid": "不要替换方块", - "create.gui.schematicannon.option.replaceWithSolid": "用固体方块替换工作区域内的方块", - "create.gui.schematicannon.option.replaceWithAny": "用任何方块替换工作区域内的方块", - "create.gui.schematicannon.option.replaceWithEmpty": "用空气替换工作区域内的方块", - "create.gui.schematicannon.option.skipMissing": "跳过缺少的方块", - "create.gui.schematicannon.option.skipTileEntities": "保护存储方块", - "create.gui.schematicannon.slot.gunpowder": "向蓝图加农炮添加火药以提供动力", - "create.gui.schematicannon.slot.listPrinter": "在此处放置书以打印蓝图所需的材料清单", - "create.gui.schematicannon.slot.schematic": "在此处添加你的蓝图,务必确保其已经被部署在特定位置", - "create.gui.schematicannon.option.skipMissing.description": "如果缺失材料,蓝图加农炮将忽略当前缺失材料并且使用其他已有材料继续工作", - "create.gui.schematicannon.option.skipTileEntities.description": "蓝图加农炮将避免替换存储数据的方块,如箱子", - "create.gui.schematicannon.option.dontReplaceSolid.description": "蓝图加农炮将不会替换工作范围内的任何固体方块", - "create.gui.schematicannon.option.replaceWithSolid.description": "蓝图加农炮会使用所提供的固体方块来替换工作区域内的其他固体方块", - "create.gui.schematicannon.option.replaceWithAny.description": "蓝图加农炮会使用任何所提供的方块来替换工作区域内的固体方块", - "create.gui.schematicannon.option.replaceWithEmpty.description": "蓝图加农炮将清理和替换工作区域内所有原本的方块", - - "create.schematicannon.status.idle": "闲置", - "create.schematicannon.status.ready": "就绪", - "create.schematicannon.status.running": "正在运作", - "create.schematicannon.status.finished": "已完成", - "create.schematicannon.status.paused": "已暂停", - "create.schematicannon.status.stopped": "已停止", - "create.schematicannon.status.noGunpowder": "火药已耗尽", - "create.schematicannon.status.targetNotLoaded": "目标未被加载", - "create.schematicannon.status.targetOutsideRange": "目标太远", - "create.schematicannon.status.searching": "正在搜索", - "create.schematicannon.status.skipping": "正在跳过", - "create.schematicannon.status.missingBlock": "缺少物品:", - "create.schematicannon.status.placing": "正在放置", - "create.schematicannon.status.clearing": "正在清除方块", - "create.schematicannon.status.schematicInvalid": "蓝图无效", - "create.schematicannon.status.schematicNotPlaced": "蓝图未部署", - "create.schematicannon.status.schematicExpired": "蓝图文件已过期", - - "create.materialChecklist": "材料清单", - "create.materialChecklist.blocksNotLoaded": "*免责声明*\n\n由于相关区块未被加载,材料清单可能不准确", - - "create.gui.filter.deny_list": "黑名单", - "create.gui.filter.deny_list.description": "只通过不在黑名单中的物品,如果黑名单为空,所有物品都可以通过", - "create.gui.filter.allow_list": "白名单", - "create.gui.filter.allow_list.description": "只通过在白名单中的物品,如果白名单为空,所有物品都无法通过", - "create.gui.filter.respect_data": "匹配物品属性", - "create.gui.filter.respect_data.description": "只有物品的耐久、附魔等其他属性相同时才可以匹配", - "create.gui.filter.ignore_data": "忽视物品属性", - "create.gui.filter.ignore_data.description": "匹配时忽视物品的耐久、附魔等其他属性", - - "create.item_attributes.placeable": "可放置", - "create.item_attributes.placeable.inverted": "不可放置", - "create.item_attributes.consumable": "可食用", - "create.item_attributes.consumable.inverted": "不可食用", - "create.item_attributes.fluid_container": "可储存流体", - "create.item_attributes.fluid_container.inverted": "不可储存流体", - "create.item_attributes.enchanted": "已被附魔", - "create.item_attributes.enchanted.inverted": "未被附魔", - "create.item_attributes.max_enchanted": "已达到最高附魔等级", - "create.item_attributes.max_enchanted.inverted": "并未达到最高附魔等级", - "create.item_attributes.renamed": "有自定义名称", - "create.item_attributes.renamed.inverted": "没有自定义名称", - "create.item_attributes.damaged": "已损坏", - "create.item_attributes.damaged.inverted": "未损坏", - "create.item_attributes.badly_damaged": "严重受损", - "create.item_attributes.badly_damaged.inverted": "未严重受损", - "create.item_attributes.not_stackable": "无法堆叠", - "create.item_attributes.not_stackable.inverted": "可堆叠", - "create.item_attributes.equipable": "可装备", - "create.item_attributes.equipable.inverted": "不可装备", - "create.item_attributes.furnace_fuel": "可作为燃料", - "create.item_attributes.furnace_fuel.inverted": "不可作为燃料", - "create.item_attributes.washable": "可被洗涤", - "create.item_attributes.washable.inverted": "不可被洗涤", - "create.item_attributes.hauntable": "可被缠魂", - "create.item_attributes.hauntable.inverted": "不可被缠魂", - "create.item_attributes.crushable": "可被粉碎", - "create.item_attributes.crushable.inverted": "不可被粉碎", - "create.item_attributes.smeltable": "可被熔炉烧制", - "create.item_attributes.smeltable.inverted": "不可被熔炉烧制", - "create.item_attributes.smokable": "可被烟熏", - "create.item_attributes.smokable.inverted": "不可被烟熏", - "create.item_attributes.blastable": "可被高炉冶炼", - "create.item_attributes.blastable.inverted": "不可被高炉冶炼", - "create.item_attributes.compostable": "可被堆肥", - "create.item_attributes.compostable.inverted": "不可被堆肥", - "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.in_tag": "标签是%1$s", - "create.item_attributes.in_tag.inverted": "标签不是%1$s", - "create.item_attributes.in_item_group": "属于%1$s", - "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.has_enchant": "有附魔效果%1$s", - "create.item_attributes.has_enchant.inverted": "没有附魔效果%1$s", - "create.item_attributes.color": "染色为%1$s", - "create.item_attributes.color.inverted": "未被染成%1$s", - "create.item_attributes.has_fluid": "含有%1$s", - "create.item_attributes.has_fluid.inverted": "不含有%1$s", - "create.item_attributes.has_name": "有自定义名称%1$s", - "create.item_attributes.has_name.inverted": "没有自定义名称%1$s", - "create.item_attributes.book_author": "由%1$s编写", - "create.item_attributes.book_author.inverted": "不是由%1$s编写", - "create.item_attributes.book_copy_original": "是初版", - "create.item_attributes.book_copy_original.inverted": "不是初版", - "create.item_attributes.book_copy_first": "是第一代拷贝", - "create.item_attributes.book_copy_first.inverted": "不是第一代拷贝", - "create.item_attributes.book_copy_second": "是第二代拷贝", - "create.item_attributes.book_copy_second.inverted": "不是第二代拷贝", - "create.item_attributes.book_copy_tattered": "拷贝次数不可查", - "create.item_attributes.book_copy_tattered.inverted": "拷贝次数可查", - "create.item_attributes.astralsorcery_amulet": "璀璨棱镜增强%1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "璀璨棱镜未增强%1$s", - "create.item_attributes.astralsorcery_constellation": "与%1$s共鸣", - "create.item_attributes.astralsorcery_constellation.inverted": "不与%1$s共鸣", - "create.item_attributes.astralsorcery_crystal": "有水晶石属性%1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "没有水晶石属性%1$s", - "create.item_attributes.astralsorcery_perk_gem": "带有有星能力属性%1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "不带有星能力属性%1$s", - - "create.gui.attribute_filter.no_selected_attributes": "未选择任何属性", - "create.gui.attribute_filter.selected_attributes": "已选择的属性:", - "create.gui.attribute_filter.add_attribute": "向列表中添加属性", - "create.gui.attribute_filter.add_inverted_attribute": "向列表中添加相反属性", - "create.gui.attribute_filter.allow_list_disjunctive": "任意匹配白名单(任何)", - "create.gui.attribute_filter.allow_list_disjunctive.description": "只要有其中一项属性符合,就可以通过", - "create.gui.attribute_filter.allow_list_conjunctive": "全匹配白名单(全部)", - "create.gui.attribute_filter.allow_list_conjunctive.description": "只有所有属性都匹配才可以通过", - "create.gui.attribute_filter.deny_list": "黑名单", - "create.gui.attribute_filter.deny_list.description": "只要没有上述属性,就可以通过", - "create.gui.attribute_filter.add_reference_item": "添加参考物品", - - "create.tooltip.holdForDescription": "按住 [%1$s] 可查看概要", - "create.tooltip.holdForControls": "按住 [%1$s] 可查看控制方法", - "create.tooltip.keyShift": "Shift", - "create.tooltip.keyCtrl": "Ctrl", - "create.tooltip.speedRequirement": "需求转速:%1$s", - "create.tooltip.speedRequirement.none": "无", - "create.tooltip.speedRequirement.slow": "慢", - "create.tooltip.speedRequirement.medium": "中", - "create.tooltip.speedRequirement.fast": "快", - "create.tooltip.stressImpact": "应力影响:%1$s", - "create.tooltip.stressImpact.low": "低", - "create.tooltip.stressImpact.medium": "中", - "create.tooltip.stressImpact.high": "高", - "create.tooltip.stressImpact.overstressed": "过载", - "create.tooltip.up_to": "最多%1$s", - "create.tooltip.capacityProvided": "应力量:%1$s", - "create.tooltip.capacityProvided.low": "小", - "create.tooltip.capacityProvided.medium": "中", - "create.tooltip.capacityProvided.high": "大", - "create.tooltip.generationSpeed": "产生于%1$s %2$s", - "create.tooltip.analogStrength": "模拟信号强度:%1$s/15", - - "create.mechanical_arm.extract_from": "从%1$s中拿取物品", - "create.mechanical_arm.deposit_to": "将物品存储至%1$s", - "create.mechanical_arm.summary": "动力臂当前有 %1$s 个输入,%2$s 个输出", - "create.mechanical_arm.points_outside_range": "由于距离限制,选定的交互点%1$s已被移除", - - "create.weighted_ejector.target_set": "目标已选取", - "create.weighted_ejector.target_not_valid": "弹射至临近方块(目标无效)", - "create.weighted_ejector.no_target": "弹射至临近方块(未选择目标)", - "create.weighted_ejector.targeting": "弹射至 [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "弹射物品堆数量", - - "create.logistics.when_multiple_outputs_available": "多个输出可用时", - - "create.mechanical_arm.selection_mode.round_robin": "轮询调度", - "create.mechanical_arm.selection_mode.forced_round_robin": "强制轮询调度", - "create.mechanical_arm.selection_mode.prefer_first": "第一目标优先", - - "create.tunnel.selection_mode.split": "分流", - "create.tunnel.selection_mode.forced_split": "强制分流", - "create.tunnel.selection_mode.round_robin": "轮询调度", - "create.tunnel.selection_mode.forced_round_robin": "强制轮询调度", - "create.tunnel.selection_mode.prefer_nearest": "最近优先", - "create.tunnel.selection_mode.randomize": "随机", - "create.tunnel.selection_mode.synchronize": "同步输入", - - "create.tooltip.chute.header": "溜槽信息", - "create.tooltip.chute.items_move_down": "物品下行", - "create.tooltip.chute.items_move_up": "物品上行", - "create.tooltip.chute.no_fans_attached": "未安装鼓风机", - "create.tooltip.chute.fans_push_up": "鼓风机从下方进行推动", - "create.tooltip.chute.fans_push_down": "鼓风机从上方进行推动", - "create.tooltip.chute.fans_pull_up": "鼓风机从上方进行吸引", - "create.tooltip.chute.fans_pull_down": "鼓风机从下方进行吸引", - "create.tooltip.chute.contains": "内含物品:%1$s x%2$s", - "create.tooltip.deployer.header": "机械手信息", - "create.tooltip.deployer.using": "模式:使用", - "create.tooltip.deployer.punching": "模式:攻击", - "create.tooltip.deployer.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": "绑定模式激活", - "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": "原料槽", - "create.crafting_blueprint.filter_items_viable": "可以使用过滤器", - "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 装弹时间(Ticks)", - "create.potato_cannon.ammo.knockback": "%1$s 击退", - - "create.hint.hose_pulley.title": "无限供应", - "create.hint.hose_pulley": "目标流体对象被视为无限量的", - "create.hint.mechanical_arm_no_targets.title": "没有目标", - "create.hint.mechanical_arm_no_targets": "看起来这个_动力臂_没有被分配给任何_目标_,在_手持动力臂_的同时,_右击_选取传送带、置物台、漏斗或其他设备来设置目标", - "create.hint.empty_bearing.title": "更新轴承", - "create.hint.empty_bearing": "_空手右击_轴承,可以将你新建造的结构_接到_轴承上", - "create.hint.full_deployer.title": "机械手物品溢出", - "create.hint.full_deployer": "_机械手_包含_过剩的物品_,需要被_提取_,使用_漏斗_或其他方法将其从溢出中释放出来", - - "create.backtank.low": "背罐压力低", - "create.backtank.depleted": "背罐压力耗尽", - - "create.hint.derailed_train.title": "出轨的列车", - "create.hint.derailed_train": "看起来该列车不再位于相连的轨道段上,使用_扳手__右击_可以将它重新安置到附近的轨道上", - - "create.boiler.status": "锅炉状态:%1$s", - "create.boiler.status_short": "锅炉:%1$s", - "create.boiler.passive": "被动", - "create.boiler.idle": "空闲", - "create.boiler.lvl": "等级%1$s", - "create.boiler.max_lvl": "最高等级", - "create.boiler.size": "尺寸", - "create.boiler.size_dots": "...... ", - "create.boiler.water": "水量", - "create.boiler.water_dots": "...... ", - "create.boiler.heat": "热量", - "create.boiler.heat_dots": "...... ", - "create.boiler.via_one_engine": "通过1个引擎", - "create.boiler.via_engines": "通过%1$s个引擎", - - "create.gui.schedule.lmb_edit": "左键点击编辑", - "create.gui.schedule.rmb_remove": "右键点击移除", - "create.gui.schedule.duplicate": "复制", - "create.gui.schedule.remove_entry": "移除动作", - "create.gui.schedule.add_entry": "添加动作", - "create.gui.schedule.move_up": "上移", - "create.gui.schedule.move_down": "下移", - "create.gui.schedule.add_condition": "添加条件", - "create.gui.schedule.alternative_condition": "备选条件", - - "create.schedule.instruction_type": "下一个动作:", - "create.schedule.instruction.editor": "指令编辑器", - "create.schedule.instruction.destination": "前往车站", - "create.schedule.instruction.destination.summary": "下一站:", - "create.schedule.instruction.filter_edit_box": "车站名称", - "create.schedule.instruction.filter_edit_box_1": "使用*作为文本通配符", - "create.schedule.instruction.filter_edit_box_2": "例如:“我的车站,站台*”", - "create.schedule.instruction.filter_edit_box_3": "列车会挑选并匹配至最近的未被占用的车站", - "create.schedule.instruction.rename": "更新时刻表标题", - "create.schedule.instruction.rename.summary": "新标题:", - "create.schedule.instruction.name_edit_box": "时刻表标题", - "create.schedule.instruction.name_edit_box_1": "影响显示器上显示的文本", - "create.schedule.instruction.name_edit_box_2": "默认为下一个目的地的名称", - "create.schedule.instruction.throttle": "限制最高速度", - "create.schedule.instruction.throttle.summary": "调整最高速度到%1$s", - "create.schedule.instruction.throttle_edit_box": "节流阀", - "create.schedule.instruction.throttle_edit_box_1": "影响列车的最高速度", - "create.schedule.condition_type": "如果满足/完成之后……则继续:", - "create.schedule.condition.editor": "条件编辑器", - "create.schedule.condition.delay": "调度延迟", - "create.schedule.condition.delay_short": "等待:%1$s", - "create.schedule.condition.delay.status": "发自%1$s", - "create.schedule.condition.idle": "装卸停止", - "create.schedule.condition.idle_short": "装卸停止:%1$s", - "create.schedule.condition.idle.status": "装卸停止:%1$s", - "create.schedule.condition.for_x_time": "%1$s", - "create.schedule.condition.unloaded": "区块卸载", - "create.schedule.condition.unloaded.status": "等待区块被卸载", - "create.schedule.condition.powered": "车站被充能", - "create.schedule.condition.powered.status": "等待红石信号", - "create.schedule.condition.time_of_day": "一天中的时间", - "create.schedule.condition.time_of_day.scheduled": "调度时间:%1$s", - "create.schedule.condition.time_of_day.digital_format": "%1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "轮换", - "create.schedule.condition.time_of_day.rotation.every_24": "每天", - "create.schedule.condition.time_of_day.rotation.every_12": "每12:00", - "create.schedule.condition.time_of_day.rotation.every_6": "每6:00", - "create.schedule.condition.time_of_day.rotation.every_4": "每4:00", - "create.schedule.condition.time_of_day.rotation.every_3": "每3:00", - "create.schedule.condition.time_of_day.rotation.every_2": "每2:00", - "create.schedule.condition.time_of_day.rotation.every_1": "每1:00", - "create.schedule.condition.time_of_day.rotation.every_0_45": "每0:45", - "create.schedule.condition.time_of_day.rotation.every_0_30": "每0:30", - "create.schedule.condition.time_of_day.rotation.every_0_15": "每0:15", - "create.schedule.condition.time_of_day.status": "出发于", - "create.schedule.condition.threshold.train_holds": "列车持有%1$s", - "create.schedule.condition.threshold.greater": "多于", - "create.schedule.condition.threshold.less": "少于", - "create.schedule.condition.threshold.equal": "恰好", - "create.schedule.condition.threshold.x_units_of_item": "%1$s%2$s%3$s", - "create.schedule.condition.threshold.matching_content": "匹配内容", - "create.schedule.condition.threshold.anything": "任意物品", - "create.schedule.condition.threshold.item_measure": "物品度量", - "create.schedule.condition.threshold.items": "个", - "create.schedule.condition.threshold.stacks": "组", - "create.schedule.condition.threshold.buckets": "桶", - "create.schedule.condition.threshold.status": "货物:%1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "参考物品", - "create.schedule.condition.threshold.place_item_2": "可以使用过滤器", - "create.schedule.condition.threshold.place_item_3": "留空以匹配任意物品", - "create.schedule.condition.fluid_threshold": "流体货物条件", - "create.schedule.condition.item_threshold": "物品货物条件", - "create.schedule.condition.redstone_link": "无线红石", - "create.schedule.condition.redstone_link.status": "等待无线红石", - "create.schedule.condition.redstone_link_on": "无线开启", - "create.schedule.condition.redstone_link_off": "无线关闭", - "create.schedule.condition.redstone_link.powered": "充能", - "create.schedule.condition.redstone_link.unpowered": "未充能", - "create.schedule.condition.redstone_link.frequency_state": "频率状态:", - "create.schedule.condition.redstone_link.frequency_powered": "频率充能:", - "create.schedule.condition.redstone_link.frequency_unpowered": "频率未充能:", - "create.schedule.condition.player_count": "玩家入座", - "create.schedule.condition.player_count.summary": "%1$s玩家", - "create.schedule.condition.player_count.summary_plural": "%1$s玩家", - "create.schedule.condition.player_count.seated": "%1$s入座", - "create.schedule.condition.player_count.players": "玩家", - "create.schedule.condition.player_count.condition": "条件", - "create.schedule.condition.player_count.exactly": "恰好", - "create.schedule.condition.player_count.or_above": "或以上", - "create.schedule.condition.player_count.status": "乘客:%1$s/%2$s", - "create.schedule.loop": "一直循环", - "create.schedule.loop1": "时刻表完成后", - "create.schedule.loop2": "重新开始", - "create.schedule.reset": "重置进度", - "create.schedule.skip": "跳过当前车站", - "create.schedule.applied_to_train": "列车现在遵循这个时刻表", - "create.schedule.non_controlling_seat": "列车长需要坐在驾驶台方块前面", - "create.schedule.remove_with_empty_hand": "用空手移除当前时刻表", - "create.schedule.auto_removed_from_train": "自动时刻表被废弃", - "create.schedule.removed_from_train": "从列车取回时刻表", - "create.schedule.no_stops": "该时刻表还没有任何停靠站", - "create.schedule.continued": "时刻表已恢复", - - "create.track.selection_cleared": "选区已清除", - "create.track.valid_connection": "可以连接✔", - "create.track.second_point": "放置轨道或选择第二个点", - "create.track.too_far": "太远了", - "create.track.original_missing": "原方块被移除,潜行点击重置", - "create.track.perpendicular": "无法垂直连接", - "create.track.ascending_s_curve": "无法创建有坡度的S型转弯", - "create.track.too_sharp": "转弯过急", - "create.track.too_steep": "坡度太陡", - "create.track.slope_turn": "不能在转弯时进入或离开斜坡", - "create.track.opposing_slopes": "不能连接相反的斜坡", - "create.track.leave_slope_ascending": "不能在上升时离开这个斜坡", - "create.track.leave_slope_descending": "不能在下降时离开这个斜坡", - "create.track.turn_90": "最多只能转90度", - "create.track.junction_start": "无法从路口开始连接", - "create.track.turn_start": "无法从转弯开始连接", - "create.track.not_enough_tracks": "没有足够的轨道", - "create.track.not_enough_pavement": "没有足够的路面方块", - - "create.portal_track.failed": "无法放置传送轨道:", - "create.portal_track.missing": "目标传送门还未生成", - "create.portal_track.blocked": "目标位置被封堵 (%1$s,%2$s,%3$s)", - - "create.station.idle": "车站空闲", - "create.station.assembly_title": "组装列车", - "create.station.close": "关闭窗口", - "create.station.cancel": "取消组装", - "create.station.failed": "组装失败", - "create.station.icon_type": "图标类型", - "create.station.create_train": "创建新列车", - "create.station.assemble_train": "组装列车", - "create.station.disassemble_train": "拆解列车", - "create.station.remove_schedule": "取回时刻表", - "create.station.remove_auto_schedule": "放弃自动时刻表", - "create.station.no_assembly_diagonal": "无法搭建列车", - "create.station.no_assembly_diagonal_1": "在对角的轨道上", - "create.station.no_assembly_curve": "无法搭建列车", - "create.station.no_assembly_curve_1": "在弧形的轨道上", - "create.station.train_not_aligned": "无法拆解,", - "create.station.train_not_aligned_1": "仍有车厢未对齐", - "create.station.carriage_number": "车厢%1$s:", - "create.station.retry": "解决此问题并重试", - "create.station.no_bogeys": "无转向架", - "create.station.one_bogey": "1个转向架", - "create.station.more_bogeys": "%1$s个转向架", - "create.station.how_to": "对着高亮的轨道使用列车机壳创建转向架。", - "create.station.how_to_1": "破坏转向架最上方的方块来移除它。", - "create.station.how_to_2": "搭建每个都连接了1个或2个转向架的车厢。", - - "create.train_assembly.too_many_bogeys": "连接的转向架太多:%1$s", - "create.train_assembly.frontmost_bogey_at_station": "最前面的转向架必须位于车站标记处", - "create.train_assembly.no_bogeys": "找不到转向架", - "create.train_assembly.not_connected_in_order": "转向架没有按顺序连接", - "create.train_assembly.bogeys_too_close": "转向架%1$s和%2$s距离太近", - "create.train_assembly.single_bogey_carriage": "这种转向架不能单独支撑一个车厢", - "create.train_assembly.nothing_attached": "没有结构连接到转向架%1$s", - "create.train_assembly.no_controls": "列车上至少需要安装一个面向前方的驾驶台方块", - "create.train_assembly.sideways_controls": "一个安装的驾驶台方块面向侧面", - "create.train_assembly.bogey_created": "转向架已创建,再次点击来循环修改类型", - "create.train_assembly.requires_casing": "在轨道上使用列车机壳来创建转向架", - - "create.track_target.set": "目标轨道已选择", - "create.track_target.success": "成功绑定到目标轨道", - "create.track_target.clear": "已清除选择的轨道", - "create.track_target.missing": "先右击目标列车轨道", - "create.track_target.too_far": "目标轨道离此处太远", - "create.track_target.no_junctions": "目标轨道不能是交叉口", - "create.track_target.occupied": "目标轨道被占用", - "create.track_target.invalid": "无法在此处定位该轨道", - - "create.train.unnamed": "未命名列车", - "create.train.cannot_relocate_moving": "无法重新安置移动中的列车", - "create.train.relocate": "点击一个轨道来重新安置%1$s,潜行点击取消", - "create.train.relocate.abort": "重新安置被取消", - "create.train.relocate.success": "重新安置成功", - "create.train.relocate.valid": "可以重新安置到此处,点击确认", - "create.train.relocate.invalid": "无法重新安置列车到此处", - "create.train.relocate.too_far": "无法重新安置列车到过远处", - "create.train.departing_from": "发自%1$s", - "create.train.arrived_at": "到达%1$s", - "create.train.status": " 关于列车的信息:%1$s", - "create.train.status.back_on_track": "列车回到了轨道上", - "create.train.status.collision": "和其他列车相撞", - "create.train.status.end_of_track": "一节车厢已到达轨道末端", - "create.train.status.double_portal": "一节车厢不能在离开传送门的同时进入另一个传送门", - "create.train.status.coupling_stress": "由于连轴器的压力强制停止", - "create.train.status.track_missing": "列车下方缺少轨道", - "create.train.status.paused_for_manual": "时刻表被暂停以进行手动控制", - "create.train.status.opposite_driver": "路线要求驾驶员面向相反方向", - "create.train.status.missing_driver": "驾驶员不知所踪", - "create.train.status.found_driver": "找到一个新的驾驶员", - "create.train.status.navigation_success": "导航成功", - "create.train.status.no_match": "在图表上没有匹配'%1$s'的车站", - "create.train.status.no_path": "找不到前往下一个目的地合适路线", - - "create.track_signal.cannot_change_mode": "无法切换该信号的模式", - "create.track_signal.mode_change.entry_signal": "-> 如果区间未闭塞则允许通行", - "create.track_signal.mode_change.cross_signal": "-> 如果区间可穿过则允许通行", - - "create.contraption.controls.start_controlling": "现在控制:%1$s", - "create.contraption.controls.stop_controlling": "停止控制装置", - "create.contraption.controls.approach_station": "按住%1$s以接近%2$s", - - "create.display_link.set": "已选择目标位置", - "create.display_link.success": "成功绑定到目标位置", - "create.display_link.clear": "选择的位置已清除", - "create.display_link.too_far": "目标位置离此处太远", - "create.display_link.invalid": "链接器没有有效的目标,尝试重新放置它", - "create.display_link.title": "显示链接器", - "create.display_link.no_source": "不是显示来源", - "create.display_link.no_target": "不是显示目标", - "create.display_link.reading_from": "读取自:", - "create.display_link.writing_to": "发送到:", - "create.display_link.attached_side": "连接到的方块", - "create.display_link.targeted_location": "目标位置的方块", - "create.display_link.view_compatible": "点击查看所有兼容的", - "create.display_link.information_type": "信息类型", - "create.display_link.display_on": "写入数据到:", - "create.display_link.display_on_multiline": "从此处开始写入:", - - "create.display_source.label": "附加标签", - "create.display_source.combine_item_names": "合并物品名称", - "create.display_source.count_items": "匹配的物品数量", - "create.display_source.list_items": "列出匹配的物品", - "create.display_source.fluid_amount": "匹配的流体储量", - "create.display_source.list_fluids": "列出匹配的流体", - "create.display_source.nixie_tube": "复制辉光管", - "create.display_source.fill_level": "容器存量", - "create.display_source.fill_level.display": "显示格式", - "create.display_source.fill_level.percent": "百分比", - "create.display_source.fill_level.progress_bar": "进度条", - "create.display_source.value_list.display": "数量显示", - "create.display_source.value_list.shortened": "近似值", - "create.display_source.value_list.full_number": "完整数值", - "create.display_source.value_list.thousand": "k", - "create.display_source.value_list.million": "m", - "create.display_source.player_deaths": "玩家死亡次数", - "create.display_source.scoreboard": "计分板", - "create.display_source.scoreboard.objective": "记分项ID", - "create.display_source.scoreboard.objective_not_found": "找不到'%1$s'", - "create.display_source.scoreboard.objective.deaths": "玩家死亡次数", - "create.display_source.time_of_day": "时间", - "create.display_source.stop_watch": "秒表", - "create.display_source.time.format": "时间格式", - "create.display_source.time.12_hour": "12小时制", - "create.display_source.time.24_hour": "24小时制", - "create.display_source.accumulate_items": "累计物品数量", - "create.display_source.item_throughput": "物品吞吐量", - "create.display_source.item_throughput.interval": "间隔", - "create.display_source.item_throughput.interval.second": "每秒", - "create.display_source.item_throughput.interval.minute": "每分钟", - "create.display_source.item_throughput.interval.hour": "每小时", - "create.display_source.train_status": "列车行程状态", - "create.display_source.station_summary": "列车站状态总括", - "create.display_source.station_summary.filter": "站点名称过滤器", - "create.display_source.station_summary.train_name_column": "列车列数", - "create.display_source.station_summary.platform_column": "平台列数", - "create.display_source.station_summary.now": "现在", - "create.display_source.station_summary.minutes": "分钟", - "create.display_source.station_summary.seconds": "%1$s秒", - "create.display_source.observed_train_name": "测得的列车名称", - "create.display_source.max_enchant_level": "最大附魔花费", - "create.display_source.boiler_status": "锅炉状态", - "create.display_source.entity_name": "实体名称", - "create.display_source.kinetic_speed": "转速(RPM)", - "create.display_source.kinetic_speed.absolute": "无视转向", - "create.display_source.kinetic_speed.directional": "包含转向", - "create.display_source.kinetic_stress": "网络应力", - "create.display_source.kinetic_stress.display": "显示信息", - "create.display_source.kinetic_stress.progress_bar": "进度条", - "create.display_source.kinetic_stress.percent": "百分比", - "create.display_source.kinetic_stress.current": "应力(SU)", - "create.display_source.kinetic_stress.max": "总应力", - "create.display_source.kinetic_stress.remaining": "剩余应力", - "create.display_source.redstone_power": "红石信号", - "create.display_source.redstone_power.display": "显示格式", - "create.display_source.redstone_power.number": "数字", - "create.display_source.redstone_power.progress_bar": "进度条", - "create.display_source.boiler.not_enough_space": "没有足够空间", - "create.display_source.boiler.for_boiler_status": "来显示锅炉状态", - - "create.display_target.line": "第%1$s行", - "create.display_target.page": "第%1$s页", - "create.display_target.single_line": "单行", - - "create.flap_display.cycles.alphabet": " ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": " ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": " ;分;现在;15秒;30秒;45秒", - "create.flap_display.cycles.shortened_numbers": " ;K;M", - "create.flap_display.cycles.fluid_units": "mB;B ", - "create.flap_display.cycles.instant": " ; ", - "create.flap_display.cycles.pixel": "█;▓;▒", - - "create.super_glue.too_far": "选择范围过大", - "create.super_glue.cannot_reach": "选择的方块必须是相连的", - "create.super_glue.click_to_confirm": "再次点击以确认", - "create.super_glue.click_to_discard": "潜行点击以取消选择", - "create.super_glue.first_pos": "已选择第一坐标", - "create.super_glue.abort": "选择已取消", - "create.super_glue.not_enough": "物品栏内强力胶不足", - "create.super_glue.success": "正在上胶……", - - "create.gui.config.overlay1": "嗨 :)", - "create.gui.config.overlay2": "这是一个叠加层例子", - "create.gui.config.overlay3": "点击拖拽你的鼠标", - "create.gui.config.overlay4": "来移动这个预览", - "create.gui.config.overlay5": "ESC退出当前界面", - "create.gui.config.overlay6": "并保存新的位置", - "create.gui.config.overlay7": "输入 /create overlay reset", - "create.gui.config.overlay8": "重置到默认位置", - - "create.command.killTPSCommand": "killtps", - "create.command.killTPSCommand.status.slowed_by.0": "[Create]: 服务器现在的 TPS 速度被降低为 %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "[Create]: 服务器现在的 TPS 速度被降低了 %s ms >:)", - "create.command.killTPSCommand.status.slowed_by.2": "[Create]: 服务器恢复到正常的 TPS 速度 :D", - "create.command.killTPSCommand.status.usage.0": "[Create]: 用 /killtps stop 来让服务器的 TPS 速度变回正常", - "create.command.killTPSCommand.status.usage.1": "[Create]: 用 /killtps start 来手动降低服务器 TPS 速度", - "create.command.killTPSCommand.argument.tickTime": "tickTime", - - "create.contraption.minecart_contraption_too_big": "这一矿车装置似乎太大了,无法变为拾捡状态", - "create.contraption.minecart_contraption_illegal_pickup": "一股神秘的力量将这一装置与世界牢牢绑定在了一起", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "结构:停止移动", - "create.subtitle.peculiar_bell_use": "奇异钟:鸣响", - "create.subtitle.worldshaper_place": "环境塑形器:放置方块", - "create.subtitle.whistle_train_manual": "列车:鸣笛", - "create.subtitle.steam": "蒸汽噪音", - "create.subtitle.saw_activate_stone": "动力锯:切割", - "create.subtitle.schematicannon_finish": "蓝图加农炮:叮", - "create.subtitle.crafter_craft": "动力合成器:合成中", - "create.subtitle.wrench_remove": "组件:被破坏", - "create.subtitle.train3": "列车:移动", - "create.subtitle.whistle": "蒸汽笛:鸣笛", - "create.subtitle.cogs": "齿轮:嘎吱作响", - "create.subtitle.slime_added": "黏液:压扁", - "create.subtitle.whistle_train_low": "列车:鸣笛", - "create.subtitle.schematicannon_launch_block": "蓝图加农炮:发射", - "create.subtitle.controller_take": "讲台:取走物品", - "create.subtitle.crafter_click": "动力合成器:咔哒声", - "create.subtitle.depot_plop": "物品:着地", - "create.subtitle.confirm": "提示声:接受", - "create.subtitle.mixing": "搅拌器:搅拌声", - "create.subtitle.mechanical_press_activation_belt": "辊压机:撞击传送带", - "create.subtitle.fwoomp": "土豆加农炮:发射", - "create.subtitle.sanding_long": "打磨噪音", - "create.subtitle.crushing_1": "粉碎噪音", - "create.subtitle.depot_slide": "物品:滑入", - "create.subtitle.blaze_munch": "烈焰人:咀嚼", - "create.subtitle.funnel_flap": "漏斗:垂帘碰撞", - "create.subtitle.haunted_bell_use": "缠魂钟:鸣响", - "create.subtitle.scroll_value": "拨码输入:咔哒", - "create.subtitle.controller_put": "遥控器:放进讲台", - "create.subtitle.cranking": "手摇曲柄:转动", - "create.subtitle.sanding_short": "打磨噪音", - "create.subtitle.wrench_rotate": "扳手:拧动", - "create.subtitle.potato_hit": "土豆:击中", - "create.subtitle.saw_activate_wood": "动力锯:切割", - "create.subtitle.whistle_high": "蒸汽笛:尖鸣", - "create.subtitle.whistle_train_manual_low": "列车:鸣笛", - "create.subtitle.whistle_train": "列车:鸣笛", - "create.subtitle.haunted_bell_convert": "奇异钟:转化", - "create.subtitle.train": "列车:移动", - "create.subtitle.deny": "提示声:出错", - "create.subtitle.controller_click": "遥控器:按下按钮", - "create.subtitle.whistle_low": "蒸汽笛:低鸣", - "create.subtitle.copper_armor_equip": "潜水装备:铿锵", - "create.subtitle.mechanical_press_activation": "辊压机:工作中", - "create.subtitle.contraption_assemble": "结构:开始移动", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", - "item.create.example_item.tooltip.summary": "UNLOCALIZED: A brief description of the item. _Underscores_ highlight a term.", - "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", - "item.create.example_item.tooltip.behaviour1": "UNLOCALIZED: Then this item does this. (behaviours show on shift)", - "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", - "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", - "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", - "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", - - "block.create.wooden_bracket.tooltip": "木质支架", - "block.create.wooden_bracket.tooltip.summary": "用这种给人温馨感的木质支架_装饰_你的_传动杆_,_齿轮_和_管道_吧。", - - "block.create.metal_bracket.tooltip": "金属支架", - "block.create.metal_bracket.tooltip.summary": "用这种工业风格的金属支架_装饰_你的_传动杆_,_齿轮_和_管道_吧。", - - "block.create.seat.tooltip": "坐垫", - "block.create.seat.tooltip.summary": "坐下来享受旅程吧!坐垫将会把玩家固定在一个移动_装置_上。也可以用来作为居家装饰,毕竟它有许多颜色。", - "block.create.seat.tooltip.condition1": "右击坐垫时", - "block.create.seat.tooltip.behaviour1": "会使得玩家坐在_坐垫_上,按下左 Shift 可离开_坐垫_", - - "item.create.blaze_cake.tooltip": "烈焰蛋糕", - "item.create.blaze_cake.tooltip.summary": "为辛勤劳作的_烈焰人_精心准备的美味。让他们兴奋起来吧!", - - "item.create.wand_of_symmetry.tooltip": "对称之杖", - "item.create.wand_of_symmetry.tooltip.summary": "完美地镜面复制工作区域内的方块到另一边。", - "item.create.wand_of_symmetry.tooltip.condition1": "在快捷栏时", - "item.create.wand_of_symmetry.tooltip.behaviour1": "持续进行镜面复制", - "item.create.wand_of_symmetry.tooltip.control1": "右击地面时", - "item.create.wand_of_symmetry.tooltip.action1": "_创建_或_移动_镜面", - "item.create.wand_of_symmetry.tooltip.control2": "右击空气时", - "item.create.wand_of_symmetry.tooltip.action2": "_删除_镜面", - "item.create.wand_of_symmetry.tooltip.control3": "潜行右击时", - "item.create.wand_of_symmetry.tooltip.action3": "打开_配置界面_", - - "item.create.handheld_worldshaper.tooltip": "手持式环境塑形器", - "item.create.handheld_worldshaper.tooltip.summary": "创造_大陆_和_山脉_的手持工具。", - "item.create.handheld_worldshaper.tooltip.control1": "左击方块时", - "item.create.handheld_worldshaper.tooltip.action1": "将工具放置的方块设置为该方块", - "item.create.handheld_worldshaper.tooltip.control2": "右击方块时", - "item.create.handheld_worldshaper.tooltip.action2": "_放置_或_替换_目标方块", - "item.create.handheld_worldshaper.tooltip.control3": "潜行右击时", - "item.create.handheld_worldshaper.tooltip.action3": "打开工具的_配置界面_", - - "item.create.tree_fertilizer.tooltip": "树木肥料", - "item.create.tree_fertilizer.tooltip.summary": "由多种矿物质复合而成的强大生长剂,能够加速普通树种的生长速度。", - "item.create.tree_fertilizer.tooltip.condition1": "在树苗上使用时", - "item.create.tree_fertilizer.tooltip.behaviour1": "使得该树_无视_它的_生长空间条件_,立刻长大", - - "item.create.extendo_grip.tooltip": "伸缩机械手", - "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": "装备铜背罐时", - "item.create.extendo_grip.tooltip.behaviour2": "使用罐中_气压_来_抵消_伸缩机械手的_耐久_损耗", - - "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": "可用于_精确控制_物流设备的_输出_以及_输入_,使得通过的物品流与_一组_物品或者数个_相嵌套的过滤器_相匹配。", - "item.create.filter.tooltip.condition1": "放置于过滤槽时", - "item.create.filter.tooltip.behaviour1": "根据过滤器的_配置_,来_决定_物品流是否能够通过", - "item.create.filter.tooltip.condition2": "右击时", - "item.create.filter.tooltip.behaviour2": "打开_配置界面_", - - "item.create.attribute_filter.tooltip": "属性过滤器", - "item.create.attribute_filter.tooltip.summary": "可用于_精确控制_物流设备的_输出_以及_输入_,使得通过的物品流与_一组_物品_属性_以及_分类_相匹配。", - "item.create.attribute_filter.tooltip.condition1": "放置于过滤槽时", - "item.create.attribute_filter.tooltip.behaviour1": "根据过滤器的_配置_,来_决定_物品流是否能够通过", - "item.create.attribute_filter.tooltip.condition2": "右击时", - "item.create.attribute_filter.tooltip.behaviour2": "打开_配置界面_", - - "item.create.empty_schematic.tooltip": "空白蓝图", - "item.create.empty_schematic.tooltip.summary": "可作为合成材料或在_蓝图桌_使用。", - - "item.create.schematic.tooltip": "蓝图", - "item.create.schematic.tooltip.summary": "可将结构部署并放置到世界中,将蓝图全息影像部署完毕后,使用_蓝图加农炮_进行结构建造。", - "item.create.schematic.tooltip.condition1": "手持时", - "item.create.schematic.tooltip.behaviour1": "可以使用屏幕上的工具调整位置", - "item.create.schematic.tooltip.control1": "潜行右击时", - "item.create.schematic.tooltip.action1": "打开一个用于输入_精确坐标_的_界面_", - - "item.create.schematic_and_quill.tooltip": "蓝图与笔", - "item.create.schematic_and_quill.tooltip.summary": "用于将世界中的结构保存到 .nbt 文件。", - "item.create.schematic_and_quill.tooltip.condition1": "第一步", - "item.create.schematic_and_quill.tooltip.behaviour1": "手持蓝图与笔右击选择两个对角点", - "item.create.schematic_and_quill.tooltip.condition2": "第二步", - "item.create.schematic_and_quill.tooltip.behaviour2": "对准选定区域,按住_Ctrl_并_滑动滚轮_,可以调整选区的大小,右击保存", - "item.create.schematic_and_quill.tooltip.control1": "右击时", - "item.create.schematic_and_quill.tooltip.action1": "选取一个对角点/确认保存", - "item.create.schematic_and_quill.tooltip.control2": "按住 Ctrl 时", - "item.create.schematic_and_quill.tooltip.action2": "可在_空中_选择点,_滑动滚轮_可调整距离", - "item.create.schematic_and_quill.tooltip.control3": "潜行右击时", - "item.create.schematic_and_quill.tooltip.action3": "_重置_并删除选区", - - "block.create.schematicannon.tooltip": "蓝图加农炮", - "block.create.schematicannon.tooltip.summary": "发射方块,重新构建已在世界中部署的_蓝图_,会使用相邻箱子中的物品进行填充,_火药_作为燃料。", - "block.create.schematicannon.tooltip.condition1": "右击时", - "block.create.schematicannon.tooltip.behaviour1": "打开_界面_", - - "block.create.schematic_table.tooltip": "蓝图桌", - "block.create.schematic_table.tooltip.summary": "将保存的蓝图写入_空白蓝图_。", - "block.create.schematic_table.tooltip.condition1": "放入空白蓝图时", - "block.create.schematic_table.tooltip.behaviour1": "可从 Schematics 文件夹中上传所选文件", - - "item.create.goggles.tooltip": "工程师护目镜", - "item.create.goggles.tooltip.summary": "一副可以扩增显示_动力学信息_的实用眼镜。", - "item.create.goggles.tooltip.condition1": "装备时", - "item.create.goggles.tooltip.behaviour1": "根据对应动力组件的_转速等级_,显示它的_颜色指示器_,也会显示这个组件的_应力影响_以及_应力量_", - "item.create.goggles.tooltip.condition2": "看向仪表时", - "item.create.goggles.tooltip.behaviour2": "会显示与仪表相连的网络的_转速_、_应力_等详细信息", - "item.create.goggles.tooltip.condition3": "看向流体容器时", - "item.create.goggles.tooltip.behaviour3": "会显示出方块的_容量_细节,以及其中包含的所有_流体_", - - "item.create.wrench.tooltip": "扳手", - "item.create.wrench.tooltip.summary": "操控动力组件的实用工具。可用于_旋转_、_拆除_以及_配置_组件。", - "item.create.wrench.tooltip.control1": "右击动力方块时", - "item.create.wrench.tooltip.action1": "以点击的面为轴心_旋转_点击的_组件_", - "item.create.wrench.tooltip.control2": "潜行右击时", - "item.create.wrench.tooltip.action2": "会_拆除动力组件_并将其放回_你的背包_", - - "block.create.nozzle.tooltip": "分散网", - "block.create.nozzle.tooltip.summary": "依附在鼓风机上,能够将鼓风机的效果分散到_各个方向_。", - - "block.create.cuckoo_clock.tooltip": "布谷鸟闹钟", - "block.create.cuckoo_clock.tooltip.summary": "精致的工艺品,能够_记录时间_。", - "block.create.cuckoo_clock.tooltip.condition1": "接入动力时", - "block.create.cuckoo_clock.tooltip.behaviour1": "显示_当前时间_并且一天会咕咕两次,_中午_咕咕一次,_黄昏可以睡觉_的时候咕咕一次", - - "block.create.turntable.tooltip": "转盘", - "block.create.turntable.tooltip.summary": "让_旋转力_给你带来一场刺激的旋转风车体验。", - - "block.create.toolbox.tooltip": "工具箱", - "block.create.toolbox.tooltip.summary": "每个发明家最亲爱的伙伴!可以方便地大量_收纳__8种_不同的物品类型。", - "block.create.toolbox.tooltip.condition1": "拾起时", - "block.create.toolbox.tooltip.behaviour1": "_保留_库存_内容_", - "block.create.toolbox.tooltip.condition2": "放置在一定范围内时", - "block.create.toolbox.tooltip.behaviour2": "_附近_的_玩家_可以按下_访问附近的工具箱__快捷键_来_远程_访问它的库存", - "block.create.toolbox.tooltip.condition3": "右击时", - "block.create.toolbox.tooltip.behaviour3": "打开_工具箱界面_", - - "block.create.stockpile_switch.tooltip": "存量转信器", - "block.create.stockpile_switch.tooltip.summary": "根据连接的容器中_已储存物品数_或_流体量_切换红石信号。自带有过滤槽,与_比较器_不同的是,你可以配置_存量转信器_信号反转的_阈值_。", - "block.create.stockpile_switch.tooltip.condition1": "右击时", - "block.create.stockpile_switch.tooltip.behaviour1": "打开_配置界面_", - - "block.create.content_observer.tooltip": "物品侦测器", - "block.create.content_observer.tooltip.summary": "_检测_与配置过的_过滤器_匹配的_容器_、_管道_或_传送带_中的_物品_或_流体_。", - "block.create.content_observer.tooltip.condition1": "检测容器时", - "block.create.content_observer.tooltip.behaviour1": "如果检测的容器内有_匹配_的_物品_,发出_红石信号_", - "block.create.content_observer.tooltip.condition2": "检测漏斗时 ", - "block.create.content_observer.tooltip.behaviour2": "如果一个_匹配_的_物品_通过,则发出一次_红石脉冲_", - - "block.create.creative_crate.tooltip": "创造板条箱", - "block.create.creative_crate.tooltip.summary": "这种_储存容器_可以无限地复制任何物品。它还可以移除相邻的_蓝图加农炮_的材料需求。", - "block.create.creative_crate.tooltip.condition1": "标记了物品时", - "block.create.creative_crate.tooltip.behaviour1": "任何从容器中_提取_的物品都是_无限量_的,而任何_放置_到容器中的物品都会被_清空_", - - "item.create.creative_blaze_cake.tooltip": "创造蛋糕", - "item.create.creative_blaze_cake.tooltip.summary": "为_烈焰人燃烧室_特制的小食,可以让你_控制燃烧室的热量等级_。吃下这个蛋糕之后,烈焰人燃烧室将_不再耗尽燃料_。", - "item.create.creative_blaze_cake.tooltip.condition1": "右击烈焰人燃烧室时", - "item.create.creative_blaze_cake.tooltip.behaviour1": "_锁定_烈焰人燃烧室的热量等级,如果再次使用,会使得燃烧室的热量等级开始_循环_变化", - - "block.create.controller_rail.tooltip": "控制铁轨", - "block.create.controller_rail.tooltip.summary": "一种_单向动力铁轨_,能够_精细控制_经过的矿车的_移动速度_。", - "block.create.controller_rail.tooltip.condition1": "通入红石信号时", - "block.create.controller_rail.tooltip.behaviour1": "根据_信号强度__加速_或_减速_通过的_矿车_,还会将红石信号传递到相邻的控制铁轨,为两个控制铁轨提供不同强度的红石信号,将导致信号强度在它们之间的控制铁轨上过渡", - - "item.create.sand_paper.tooltip": "砂纸", - "item.create.sand_paper.tooltip.summary": "用来_打磨_物品的砂纸,可以用机械手来实现自动化。", - "item.create.sand_paper.tooltip.condition1": "使用时", - "item.create.sand_paper.tooltip.behaviour1": "打磨_副手_上或者_准心所指_的物品", - - "item.create.builders_tea.tooltip": "建造工茶饮", - "item.create.builders_tea.tooltip.summary": "饮下这杯完美茶饮,开启神清气爽的一天。可以恢复_饥饿值_并获得_急迫_效果。", - - "item.create.refined_radiance.tooltip": "光辉石", - "item.create.refined_radiance.tooltip.summary": "一种用_光辉_锻造的化合物材料。", - "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": "尚未完工", - "item.create.shadow_steel.tooltip.behaviour1": "该材料在未来可能会有更多的用途", - - "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": "潜水头盔", - "item.create.diving_helmet.tooltip.summary": "与_铜背罐_配合使用,为穿戴者提供在_水下_行动一段时间所需的_空气_。", - "item.create.diving_helmet.tooltip.condition1": "戴在头上时", - "item.create.diving_helmet.tooltip.behaviour1": "提供_水下呼吸_效果,缓慢消耗背罐中的_压缩空气_", - - "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": "基于转速从周围环境中_收集_并_加压空气_", - - "block.create.placard.tooltip": "置物板", - "block.create.placard.tooltip.summary": "用这个漂亮的墙板把你的物品用黄铜框起来,支持移动装置!", - "block.create.placard.tooltip.condition1": "手持物品右击时", - "block.create.placard.tooltip.behaviour1": "将手持的_物品__放入_置物板,当内部已经有物品,且手持的物品与其匹配时,_发出_短暂的_红石_信号", - "block.create.placard.tooltip.condition2": "左击时", - "block.create.placard.tooltip.behaviour2": "_移除_内部的_物品_", - - "block.create.flywheel.tooltip": "飞轮", - "block.create.flywheel.tooltip.summary": "用壮观的黄铜轮子_装饰_你的_机器_。", - "block.create.flywheel.tooltip.condition1": "接入动力时", - "block.create.flywheel.tooltip.behaviour1": "开始旋转", - - "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": "合成蓝图", - "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": "将两个矿车_链接_在一起,在移动时将它们保持_恒定的距离_", - - "item.create.experience_nugget.tooltip": "经验颗粒", - "item.create.experience_nugget.tooltip.summary": "_叮!_从你的奇妙发明中汲取_灵感_。", - "item.create.experience_nugget.tooltip.condition1": "使用时", - "item.create.experience_nugget.tooltip.behaviour1": "_吸收_其中包含的_经验值_", - - "block.create.peculiar_bell.tooltip": "奇异钟", - "block.create.peculiar_bell.tooltip.summary": "装饰用的_黄铜钟_。放在_灵魂火_的正上方可能会产生意料之外的后果……", - - "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.subject": "情景主题", - "create.ponder.pondering": "思索……", - "create.ponder.identify_mode": "显示方块名称已启用\n按 [%1$s] 继续思索", - "create.ponder.associated": "关联词条", - "create.ponder.close": "思索结束", - "create.ponder.identify": "显示方块名称", - "create.ponder.next": "下一情景", - "create.ponder.next_up": "接下来:", - "create.ponder.previous": "上一情景", - "create.ponder.replay": "重放", - "create.ponder.think_back": "回想", - "create.ponder.slow_text": "舒适阅读", - "create.ponder.exit": "退出", - "create.ponder.welcome": "欢迎来到思索界面", - "create.ponder.categories": "机械动力中包含的条目", - "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.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.display_sources": "显示链接器的数据来源", - "create.ponder.tag.display_sources.description": "可以提供一些可被显示链接器读取的数据的组件或方块", - "create.ponder.tag.logistics": "物品运输", - "create.ponder.tag.logistics.description": "该组件可以协助物品运输", - "create.ponder.tag.display_targets": "显示链接器的输出目标", - "create.ponder.tag.display_targets.description": "可以处理和显示从显示链接器接收到的数据的组件或方块", - "create.ponder.tag.train_related": "铁路设备", - "create.ponder.tag.train_related.description": "用于建造或管理列车装置的组件", - - "create.ponder.analog_lever.header": "使用模拟拉杆控制红石信号", - "create.ponder.analog_lever.text_1": "模拟拉杆可提供紧凑而精确的红石信号源", - "create.ponder.analog_lever.text_2": "右击会提升输出的模拟信号的强度", - "create.ponder.analog_lever.text_3": "潜行右击会减少输出的模拟信号的强度", - - "create.ponder.andesite_tunnel.header": "安山隧道用法", - "create.ponder.andesite_tunnel.text_1": "安山隧道可用于遮掩传送带", - "create.ponder.andesite_tunnel.text_2": "当安山隧道与侧边有连接时……", - "create.ponder.andesite_tunnel.text_3": "……经过的所有物品堆都会被精准地分出一个物品", - "create.ponder.andesite_tunnel.text_4": "剩下的物品则不受影响,继续前进", - - "create.ponder.auto_schedule.header": "车站和调度", - "create.ponder.auto_schedule.text_1": "时刻表可用于为司机提供目的地", - "create.ponder.auto_schedule.text_2": "每当有列车出现时,比较器会收到一个信号", - "create.ponder.auto_schedule.text_3": "注意,只能从指示的方向接近车站", - "create.ponder.auto_schedule.text_4": "车站也可以用于自动分配新的时刻表", - "create.ponder.auto_schedule.text_5": "放置在车站上的时刻表会自动复制到当前列车上", - "create.ponder.auto_schedule.text_6": "与手动调度相反,司机不会携带物品在身上", - - "create.ponder.basin.header": "工作盆内物品处理", - "create.ponder.basin.text_1": "一个可以对放入的物品以及流体进行处理的盆", - "create.ponder.basin.text_2": "处理完毕后,工作盆会尝试从它下方的侧面输出", - "create.ponder.basin.text_3": "若在正确的位置上放置了有效的组件,工作盆会显示出一个输出龙头", - "create.ponder.basin.text_4": "有多种设备可以引发工作盆的这一行为", - "create.ponder.basin.text_5": "产物会被输出到盆下方的容器内", - "create.ponder.basin.text_6": "如果没有显示出输出龙头,那么盆内的产物将会一直留存在盆内", - "create.ponder.basin.text_7": "这在产物需要作为新一轮处理的原料时相当有用", - "create.ponder.basin.text_8": "需要输出的产物仍需从盆内取出", - "create.ponder.basin.text_9": "你可能需要过滤器避免未被处理的物品被抽取出来", - - "create.ponder.bearing_modes.header": "动力轴承的运动模式", - "create.ponder.bearing_modes.text_1": "停止时,轴承会控制结构以特定的角度停在最近的与网格相对齐之处", - "create.ponder.bearing_modes.text_2": "你可以调整使整个结构永不方块化,或者仅在结构的起始位置方块化", - - "create.ponder.belt_casing.header": "装壳传送带", - "create.ponder.belt_casing.text_1": "你可以用黄铜或者安山机壳装饰你的传送带", - "create.ponder.belt_casing.text_2": "使用扳手即可移除机壳", - - "create.ponder.belt_connector.header": "传送带用法", - "create.ponder.belt_connector.text_1": "手持传送带右击两根传动杆,可以将两根杆连接起来", - "create.ponder.belt_connector.text_2": "如果不小心选错了,潜行右击即可取消选择", - "create.ponder.belt_connector.text_3": "你也可以在传送带的中间加装额外的传动杆", - "create.ponder.belt_connector.text_4": "通过传送带连接的传动杆,会以相同的转速以及方向进行旋转", - "create.ponder.belt_connector.text_5": "加装的传动杆可以用扳手拆下来", - "create.ponder.belt_connector.text_6": "传送带亦可染色", - - "create.ponder.belt_directions.header": "传送带的有效连接方向", - "create.ponder.belt_directions.text_1": "传送带的连接方向并不是任意的", - "create.ponder.belt_directions.text_2": "1. 可以水平连接", - "create.ponder.belt_directions.text_3": "2. 可以对角连接", - "create.ponder.belt_directions.text_4": "3. 可以垂直连接", - "create.ponder.belt_directions.text_5": "4. 还可以水平连接竖直放置的传动杆", - "create.ponder.belt_directions.text_6": "以上为所有可能的连接方向,传送带的连接范围为 2 到 20 格", - - "create.ponder.belt_transport.header": "在物流中使用传送带", - "create.ponder.belt_transport.text_1": "运动的传送带可以运输物品以及其他实体", - "create.ponder.belt_transport.text_2": "空手右击传送带,即可将其上的物品拿下来", - - "create.ponder.blaze_burner.header": "烈焰人燃烧室补喂", - "create.ponder.blaze_burner.text_1": "烈焰人燃烧室可以为工作盆的物品处理提供热量", - "create.ponder.blaze_burner.text_2": "为此,你需要喂给烈焰人一些可燃物品", - "create.ponder.blaze_burner.text_3": "如果喂给它烈焰蛋糕,它还能达到更强的热量等级", - "create.ponder.blaze_burner.text_4": "你可以用机械手或者动力臂进行自动化补喂", - - "create.ponder.brass_funnel.header": "黄铜漏斗", - "create.ponder.brass_funnel.text_1": "安山岩漏斗一次只能提取出一个物品", - "create.ponder.brass_funnel.text_2": "黄铜漏斗可以一次提取一组物品", - "create.ponder.brass_funnel.text_3": "对着过滤槽滑动滚轮,还可以精确调节黄铜漏斗的提取数量", - "create.ponder.brass_funnel.text_4": "对着过滤槽使用某个物品,可以限制漏斗的行为,使其只传输匹配的物品", - - "create.ponder.brass_tunnel.header": "黄铜隧道用法", - "create.ponder.brass_tunnel.text_1": "黄铜隧道可以遮掩住你的传送带", - "create.ponder.brass_tunnel.text_2": "隧道的每一个开口面都有过滤槽", - "create.ponder.brass_tunnel.text_3": "在输入处的过滤槽仅会阻挡住不匹配的物品", - "create.ponder.brass_tunnel.text_4": "输出处的过滤槽可用于以种类为依据的物品整理", - "create.ponder.brass_tunnel.text_5": "当通过的物品有多个有效输出端时,那么隧道的分配模式将会决定这些物品何去何从", - "create.ponder.brass_tunnel.text_6": "连接了平行传送带的黄铜隧道,会将隧道、传送带组成一个组", - "create.ponder.brass_tunnel.text_7": "输入的物品现在会分配到所有连接的输出端", - "create.ponder.brass_tunnel.text_8": "在这一情况下,你也可以将物品直接输入到隧道方块中", - - "create.ponder.brass_tunnel_modes.header": "黄铜隧道的分配模式", - "create.ponder.brass_tunnel_modes.text_1": "使用扳手即可调节隧道的分配模式", - "create.ponder.brass_tunnel_modes.text_10": "“同步输入”是黄铜隧道的一种特殊设定", - "create.ponder.brass_tunnel_modes.text_11": "只有在组内全部的隧道都有一个等待通过的物品时,物品才能通过此隧道", - "create.ponder.brass_tunnel_modes.text_12": "这确保了所有受影响的传送带能够以相同的速率进行物品补给", - "create.ponder.brass_tunnel_modes.text_2": "“分流”会尝试在可用输出端之间均匀分配物品堆", - "create.ponder.brass_tunnel_modes.text_3": "如果某个输出端无法容纳更多的物品,那它会被跳过,不参与计算", - "create.ponder.brass_tunnel_modes.text_4": "“强制分流”不会跳过某个输出端,而是一直等待此输出端能够容纳更多物品,才会继续物品传输", - "create.ponder.brass_tunnel_modes.text_5": "“轮询调度”会保持物品堆完整,循环检索各个输出端,满足条件后分配整堆物品", - "create.ponder.brass_tunnel_modes.text_6": "与分流类似,如果某个输出端无法容纳更多物品,那它会被跳过", - "create.ponder.brass_tunnel_modes.text_7": "“强制轮询调度”不会跳过某个输出端", - "create.ponder.brass_tunnel_modes.text_8": "“最近优先”会将物品优先分配到距离输入端更近的输出端", - "create.ponder.brass_tunnel_modes.text_9": "“随机”会随机选择一个输出端,一次性分配整堆物品", - - "create.ponder.cart_assembler.header": "使用矿车装配站控制结构移动", - "create.ponder.cart_assembler.text_1": "矿车装配站会将它所连接的结构安装到矿车上", - "create.ponder.cart_assembler.text_2": "若没有通入红石信号,它会将矿车装置解散为方块的形式", - "create.ponder.cart_assembler.text_3": "对着矿车使用你的扳手,装置会变为可搬运的形式", - - "create.ponder.cart_assembler_dual.header": "组装车厢装置", - "create.ponder.cart_assembler_dual.text_1": "若两个矿车装配站分享了同一个结构", - "create.ponder.cart_assembler_dual.text_2": "给其中的任意一方的矿车装配站通入红石信号,都会创建出车厢装置", - "create.ponder.cart_assembler_dual.text_3": "两辆矿车此时的行为与用矿车连轴器连接在一起时十分相似", - - "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": "如果装配站的配置为“旋转锁定”,那么装置的方向将不会改变", - - "create.ponder.cart_assembler_rails.header": "另外几种矿车以及铁轨", - "create.ponder.cart_assembler_rails.text_1": "放置在普通轨道上的矿车装配站并不会影响路过矿车装置的运动", - "create.ponder.cart_assembler_rails.text_2": "如果放置在动力铁轨或控制铁轨上且没有通入红石信号,矿车装置将停在此处,直到再次充能", - "create.ponder.cart_assembler_rails.text_3": "另外的几种矿车可以当作锚点来使用", - "create.ponder.cart_assembler_rails.text_4": "动力矿车会试图始终保持燃烧状态,并试图从任何连接的容器内提取燃料", - - "create.ponder.chain_drive.header": "使用链式传动箱传动旋转力", - "create.ponder.chain_drive.text_1": "同一行上的链式传动箱会相互间传递旋转", - "create.ponder.chain_drive.text_2": "所有以此种方式连接的传动杆都会以相同的方向进行旋转", - "create.ponder.chain_drive.text_3": "同一行的传动箱内的任意一个传动箱,旋转 90 度之后仍可以正常工作", - - "create.ponder.chain_gearshift.header": "利用可调节链式传动箱进行转速调节", - "create.ponder.chain_gearshift.text_1": "未充能的可调节链式传动箱与普通链式传动箱无异", - "create.ponder.chain_gearshift.text_2": "当被充能时,它将会把旋转力以双倍转速传动至其他链式传动箱", - "create.ponder.chain_gearshift.text_3": "若被充能的可调节传动箱并不是动力输入端,则它会把转速减半", - "create.ponder.chain_gearshift.text_4": "在这两种情况中,同一组的其他链式传动箱的转速都为被充能的可调节链式传动箱的两倍", - "create.ponder.chain_gearshift.text_5": "转速的倍率可在 x1 和 x2 间根据红石信号的强弱来精确调整", - "create.ponder.chain_gearshift.text_6": "12 RPM", - - "create.ponder.chute.header": "使用溜槽向下运输物品", - "create.ponder.chute.text_1": "溜槽可在两个容器之间垂直传输物品", - "create.ponder.chute.text_2": "使用扳手右击可以在溜槽上设置观察窗", - "create.ponder.chute.text_3": "对着另一个溜槽的侧面放置溜槽,将会放置下一个斜向的溜槽", - - "create.ponder.chute_upward.header": "使用溜槽向上运输物品", - "create.ponder.chute_upward.text_1": "在溜槽上或下方使用鼓风机时,物品会根据风的方向向上或下移动", - "create.ponder.chute_upward.text_2": "佩戴工程师护目镜时,你可以看见物品的移动方向", - "create.ponder.chute_upward.text_3": "在溜槽“被挡住的”末端,物品只能从侧边进行提取或输入", - - "create.ponder.clockwork_bearing.header": "使用发条轴承来使结构运动", - "create.ponder.clockwork_bearing.text_1": "发条轴承黏附其正前方的方块", - "create.ponder.clockwork_bearing.text_2": "当接受旋转力时,其附着结构会根据游戏内时间来进行旋转", - "create.ponder.clockwork_bearing.text_3": "3:00", - "create.ponder.clockwork_bearing.text_4": "4:00", - "create.ponder.clockwork_bearing.text_5": "右击可以激活/停止结构运动", - "create.ponder.clockwork_bearing.text_6": "在时针前方可添加第二个结构", - "create.ponder.clockwork_bearing.text_7": "请确保这两个结构没有互相被例如强力胶等方式黏附", - "create.ponder.clockwork_bearing.text_8": "第二个结构将会作为分针进行旋转", - - "create.ponder.clutch.header": "使用离合器控制旋转力", - "create.ponder.clutch.text_1": "离合器能将旋转力直线传递", - "create.ponder.clutch.text_2": "当被红石充能,离合器会断开动力传递", - - "create.ponder.cog_speedup.header": "使用齿轮来换挡变速", - "create.ponder.cog_speedup.text_1": "大齿轮与小齿轮可以斜向传递动力", - "create.ponder.cog_speedup.text_2": "从大齿轮传递动力至小齿轮时,转速翻倍", - "create.ponder.cog_speedup.text_3": "从小齿轮传递动力至大齿轮时,转速减半", - - "create.ponder.cogwheel.header": "使用齿轮来传递旋转力", - "create.ponder.cogwheel.text_1": "齿轮会将动力传递至临近的齿轮", - "create.ponder.cogwheel.text_2": "以此方式连接的齿轮,旋转方向相反", - - "create.ponder.cogwheel_casing.header": "装壳齿轮", - "create.ponder.cogwheel_casing.text_1": "黄铜机壳或安山机壳可用于装饰齿轮", - "create.ponder.cogwheel_casing.text_2": "在装壳后添加的组件将不会与传动轴相连", - "create.ponder.cogwheel_casing.text_3": "扳手可用于切换连接", - - "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": "创造马达是一种紧凑且可配置的旋转力源", - "create.ponder.creative_motor.text_2": "对其后面板滑动滚轮,可以改变马达的输出旋转转速", - - "create.ponder.creative_motor_mojang.header": "Mojang的神秘机械", - - "create.ponder.crushing_wheels.header": "使用粉碎轮处理物品", - "create.ponder.crushing_wheels.text_1": "一对粉碎轮,磨物快又准", - "create.ponder.crushing_wheels.text_2": "接入的旋转必须使得这两个轮子啮合转动", - "create.ponder.crushing_wheels.text_3": "扔入或者放入的物品都会被粉碎处理", - "create.ponder.crushing_wheels.text_4": "你也可以使用自动化方案进行物品的输入以及拾取", - - "create.ponder.deployer.header": "使用机械手", - "create.ponder.deployer.text_1": "接入旋转力,机械手便可以模仿玩家的交互行为", - "create.ponder.deployer.text_10": "对着机械手的前部右击,即可将手上的物品给予它使用", - "create.ponder.deployer.text_11": "物品也可以自动化输入到机械手内", - "create.ponder.deployer.text_12": "机械手附带一个过滤槽", - "create.ponder.deployer.text_13": "设定了过滤后,只有它手中的物品与过滤相匹配时,它才会工作", - "create.ponder.deployer.text_14": "只有与过滤匹配的物品才可输入……", - "create.ponder.deployer.text_15": "……只有不匹配的物品可被抽取出来", - "create.ponder.deployer.text_2": "它只会与它正前方第 2 格处的位置进行交互", - "create.ponder.deployer.text_3": "放在在它面前的方块不会阻拦它的工作", - "create.ponder.deployer.text_4": "机械手可以:", - "create.ponder.deployer.text_5": "放置方块", - "create.ponder.deployer.text_6": "使用物品", - "create.ponder.deployer.text_7": "激活方块", - "create.ponder.deployer.text_8": "采收方块", - "create.ponder.deployer.text_9": "以及攻击生物", - - "create.ponder.deployer_contraption.header": "在装置上使用机械手", - "create.ponder.deployer_contraption.text_1": "当机械手在移动的装置上时……", - "create.ponder.deployer_contraption.text_2": "机械手会对每一个经过的方块使用装置中任意容器内的物品", - "create.ponder.deployer_contraption.text_3": "过滤槽可用于指定要抽取的物品", - - "create.ponder.deployer_modes.header": "机械手的模式", - "create.ponder.deployer_modes.text_1": "在默认情况下,机械手模仿玩家的右击交互", - "create.ponder.deployer_modes.text_2": "使用扳手可以将模式调整为模仿玩家的左击交互", - - "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": "当被红石充能时,机械手会停止工作", - "create.ponder.deployer_redstone.text_2": "在停止工作前,机械手会完成当前正在进行的工作周期", - "create.ponder.deployer_redstone.text_3": "因此,通入单次负红石脉冲可以精确控制机械手,使其每次只进行单个周期的工作", - - "create.ponder.depot.header": "使用置物台", - "create.ponder.depot.text_1": "置物台可以被当成一个“静止的”传送带原件使用", - "create.ponder.depot.text_2": "右击可以手动放置或取下物品", - "create.ponder.depot.text_3": "与传送带一样,它也可以将其内的物品转送到其他设备中进行加工……", - "create.ponder.depot.text_4": "……同时物品也可以被机械手存取", - - "create.ponder.display_board.header": "使用翻牌显示器", - "create.ponder.display_board.text_1": "翻牌显示器是告示牌的可扩展替代品", - "create.ponder.display_board.text_2": "它们需要动力以运作", - "create.ponder.display_board.text_3": "可以对其使用命名牌来显示文字……", - "create.ponder.display_board.text_4": "……或通过使用显示链接器", - "create.ponder.display_board.text_5": "可以使用染料来改变单行的颜色", - "create.ponder.display_board.text_6": "可以通过空手点击来重置单行内容", - - "create.ponder.display_link.header": "配置显示链接器", - "create.ponder.display_link.text_1": "显示链接器可用于可视化动态信息", - "create.ponder.display_link.text_2": "首先,右击目标显示器……", - "create.ponder.display_link.text_3": "……然后将其连接到要读取的方块上", - "create.ponder.display_link.text_4": "打开界面选择和配置发送的内容", - "create.ponder.display_link.text_5": "显示器现在将从链接器接收信息", - "create.ponder.display_link.text_6": "不是所有方块都可以作为信息源", - "create.ponder.display_link.text_7": "每个兼容的方块都提供了独特的信息", - "create.ponder.display_link.text_8": "显示链接器可以用于多个不同的显示器", - - "create.ponder.display_link_redstone.header": "红石控制", - "create.ponder.display_link_redstone.text_1": "通入红石信号时,显示链接器停止发送新信息", - "create.ponder.display_link_redstone.text_2": "一旦红石信号断开,计时器就会重置,并立即发送新信息", - "create.ponder.display_link_redstone.text_3": "信息源方块发出的红石信号不会影响链接器", - - "create.ponder.empty_blaze_burner.header": "使用空的烈焰人燃烧室", - "create.ponder.empty_blaze_burner.text_1": "手持空的烈焰人燃烧室右击烈焰人来抓取烈焰人", - "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_6": "但是,没有烈焰人,这样的火焰并不足以用于工业级加热工作", - - "create.ponder.encased_fluid_pipe.header": "装壳流体管道", - "create.ponder.encased_fluid_pipe.text_1": "铜机壳可以用于装饰流体管道", - "create.ponder.encased_fluid_pipe.text_2": "除了遮掩流体管道之外,装壳的流体管道将不会改变其连接状态", - "create.ponder.encased_fluid_pipe.text_3": "它将不会对旁边新增加或移除的管道做出反应", - - "create.ponder.fan_direction.header": "鼓风机的气流", - "create.ponder.fan_direction.text_1": "鼓风机使用旋转力来制造气流", - "create.ponder.fan_direction.text_2": "流速以及方向由所接受旋转力的强弱以及方向而定", - - "create.ponder.fan_processing.header": "使用鼓风机加工物品", - "create.ponder.fan_processing.text_1": "当气流吹过熔岩时,气流会被加热", - "create.ponder.fan_processing.text_2": "热气流中的物品会被冶炼", - "create.ponder.fan_processing.text_3": "但在气流中的食物会被直接烧成灰", - "create.ponder.fan_processing.text_4": "而想要烹饪食物,必须要通过吹过火焰的气流来烟熏食物", - "create.ponder.fan_processing.text_5": "当气流吹过水后,便可用于洗涤物品", - "create.ponder.fan_processing.text_6": "这种加工方法可以做到不少有趣的事情", - "create.ponder.fan_processing.text_7": "鼓风机的转速对加工的速度没有影响,只影响气流的吹拂距离", - "create.ponder.fan_processing.text_8": "而那些放置在置物台或者传送带上的物品,鼓风机也是可以处理的", - - "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": "抽取和填充流体容器", - "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": "流体储罐的大小", - "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": "使用流体储罐存储流体", - "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.funnel_compat.header": "漏斗的兼容性", - "create.ponder.funnel_compat.text_1": "漏斗可以与一些其他组件互动", - "create.ponder.funnel_compat.text_2": "动力锯", - "create.ponder.funnel_compat.text_3": "置物台", - "create.ponder.funnel_compat.text_4": "分液池", - - "create.ponder.funnel_direction.header": "物流方向", - "create.ponder.funnel_direction.text_1": "直接放置时,漏斗会将物品从容器中取出", - "create.ponder.funnel_direction.text_2": "潜行放置时,漏斗会将物品置入容器中", - "create.ponder.funnel_direction.text_3": "使用扳手可以改变漏斗的存/取模式", - "create.ponder.funnel_direction.text_4": "相同的规则适用于大多数朝向", - "create.ponder.funnel_direction.text_5": "在传送带末端放置的漏斗会根据传送带的传动方向存/取物品", - - "create.ponder.funnel_intro.header": "使用漏斗", - "create.ponder.funnel_intro.text_1": "用漏斗来存取容器内的物品,可谓又快又好", - - "create.ponder.funnel_redstone.header": "红石信号控制", - "create.ponder.funnel_redstone.text_1": "红石信号会使漏斗停止工作", - - "create.ponder.funnel_transfer.header": "直接运输", - "create.ponder.funnel_transfer.text_1": "漏斗不能在闭合容器之间直接传输物品", - "create.ponder.funnel_transfer.text_2": "溜槽和智能溜槽更适用于这样的场景", - "create.ponder.funnel_transfer.text_3": "水平传输也是如此,也许传送带更方便快捷", - - "create.ponder.gantry_carriage.header": "使用起重机取物器", - "create.ponder.gantry_carriage.text_1": "起重机取物器可以被放置在起重机杆上,并且可以沿着起重机杆运动", - "create.ponder.gantry_carriage.text_2": "起重机可以移动其黏附的方块", - - "create.ponder.gantry_cascaded.header": "串联起重机", - "create.ponder.gantry_cascaded.text_1": "无需强力胶,起重机取物器便可与起重机杆相连", - "create.ponder.gantry_cascaded.text_2": "即使是在移动的起重机杆上也是如此", - "create.ponder.gantry_cascaded.text_3": "因此,起重机系统可以串联起来,如此可以影响到多轴向的运动", - - "create.ponder.gantry_direction.header": "起重机移动方向", - "create.ponder.gantry_direction.text_1": "起重机杆可以有相反的方向", - "create.ponder.gantry_direction.text_2": "起重机取物器的移动方向取决于起重机杆的方向", - "create.ponder.gantry_direction.text_3": "……以及起重机杆的旋转方向", - "create.ponder.gantry_direction.text_4": "在旋转传递中,此规则同样适用", - - "create.ponder.gantry_redstone.header": "起重机的力传递", - "create.ponder.gantry_redstone.text_1": "被红石信号激活的起重机杆,将不会移动其上的取物器", - "create.ponder.gantry_redstone.text_2": "作为替代,杆上的旋转力会传递到取物器的输出杆上", - - "create.ponder.gantry_shaft.header": "使用起重机杆", - "create.ponder.gantry_shaft.text_1": "起重机杆组成了起重机系统的基础,与其相接的取物器可以沿着杆进行移动", - "create.ponder.gantry_shaft.text_2": "起重机系统可以移动与其相接的方块", - - "create.ponder.gearbox.header": "使用十字齿轮箱传递旋转力", - "create.ponder.gearbox.text_1": "更改旋转轴向,很容易使得整个旋转体系变得臃肿不堪", - "create.ponder.gearbox.text_2": "十字齿轮箱则是替代方案,它的体积更为小巧紧凑", - "create.ponder.gearbox.text_3": "垂直相邻的传动杆,旋转方向呈镜像", - "create.ponder.gearbox.text_4": "直线连接的传动杆,旋转方向相反", - - "create.ponder.gearshift.header": "使用反转齿轮箱控制旋转力", - "create.ponder.gearshift.text_1": "反转齿轮箱可以直线传输旋转", - "create.ponder.gearshift.text_2": "通入红石信号后,输出端的旋转方向会被反转", - - "create.ponder.hand_crank.header": "使用手摇曲柄产生旋转力", - "create.ponder.hand_crank.text_1": "玩家可以使用手摇曲柄来手动产生旋转力", - "create.ponder.hand_crank.text_2": "按住右键可以逆时针旋转它", - "create.ponder.hand_crank.text_3": "它产生的转速相对较高", - "create.ponder.hand_crank.text_4": "潜行按住右键可以顺时针旋转它", - - "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": "被动抽取和排放大体量流体", - "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": "软管滑轮的排水/抽水机制", - "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": "使用分液池提取物品中的流体", - "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.item_vault_sizes.header": "物品保险库的尺寸", - "create.ponder.item_vault_sizes.text_1": "可以组合物品保险库以增加总容量", - "create.ponder.item_vault_sizes.text_2": "它们的直径最多可以有 3 个方块宽……", - "create.ponder.item_vault_sizes.text_3": "……长度最多为直径的 3 倍", - - "create.ponder.item_vault_storage.header": "在保险库中存储物品", - "create.ponder.item_vault_storage.text_1": "物品保险库可用于存储大量物品", - "create.ponder.item_vault_storage.text_2": "但是,不能手动添加或获取物品", - "create.ponder.item_vault_storage.text_3": "任何用于物品传输的组件都可以用于添加……", - "create.ponder.item_vault_storage.text_4": "……和从该容器中取出物品", - - "create.ponder.large_cogwheel.header": "使用大齿轮传递旋转力", - "create.ponder.large_cogwheel.text_1": "大齿轮可以以特定的角度相互连接", - "create.ponder.large_cogwheel.text_2": "可以利用大齿轮变更旋转轴向", - - "create.ponder.linear_chassis_attachment.header": "使用机壳底盘黏合方块", - "create.ponder.linear_chassis_attachment.text_1": "它的外露面可以变为黏性面", - "create.ponder.linear_chassis_attachment.text_2": "再次点击黏性面,可以将它的对面也变得具有黏性", - "create.ponder.linear_chassis_attachment.text_3": "空手潜行右击可以移除此面的黏性物", - "create.ponder.linear_chassis_attachment.text_4": "黏性面可以将此面前方的一长条方块黏住", - "create.ponder.linear_chassis_attachment.text_5": "使用扳手可以精确控制底盘的影响范围", - "create.ponder.linear_chassis_attachment.text_6": "按住 Ctrl 滑动滚轮,你可以一次性调节所有底盘的影响范围", - "create.ponder.linear_chassis_attachment.text_7": "若想让底盘的其他面也能粘方块,你需要用到强力胶", - "create.ponder.linear_chassis_attachment.text_8": "利用这些机制,任何形状的结构都可以作为装置移动", - - "create.ponder.linear_chassis_group.header": "成组移动机壳底盘", - "create.ponder.linear_chassis_group.text_1": "相邻的机壳底盘可以相互连接在一起", - "create.ponder.linear_chassis_group.text_2": "其中的一个底盘若被移动,其余的底盘也会跟着移动", - "create.ponder.linear_chassis_group.text_3": "不同种类的底盘,或者是朝向不一致的底盘,将不会相连", - - "create.ponder.mechanical_arm.header": "配置动力臂", - "create.ponder.mechanical_arm.text_1": "你得在放置动力臂之前就配置好它的输入以及输出端", - "create.ponder.mechanical_arm.text_2": "手持动力臂右击某个容器,可以将其指定为目标", - "create.ponder.mechanical_arm.text_3": "再次右击可以将其在输入端(蓝色)以及输出端(橙色)之间切换", - "create.ponder.mechanical_arm.text_4": "左击此组件可以移除选择", - "create.ponder.mechanical_arm.text_5": "将动力臂放下来后,它会将此前选择的方块作为目标", - "create.ponder.mechanical_arm.text_6": "在有效范围内,动力臂可以有任意数量的输出以及输入端", - "create.ponder.mechanical_arm.text_7": "然而,并不是所有的容器可以被直接交互", - "create.ponder.mechanical_arm.text_8": "在此情况下,漏斗和置物台可以解决此问题", - - "create.ponder.mechanical_arm_filtering.header": "过滤动力臂的输出端", - "create.ponder.mechanical_arm_filtering.text_1": "输入", - "create.ponder.mechanical_arm_filtering.text_2": "输出", - "create.ponder.mechanical_arm_filtering.text_3": "有时,你会想着利用某种过滤限制动力臂的目标", - "create.ponder.mechanical_arm_filtering.text_4": "动力臂自身并不提供任何过滤选项", - "create.ponder.mechanical_arm_filtering.text_5": "然而,若将黄铜漏斗作为目标,则漏斗的过滤槽可以应用至动力臂上", - "create.ponder.mechanical_arm_filtering.text_6": "动力臂足够智能,它不会去拿取那些它无法分配的物品", - - "create.ponder.mechanical_arm_modes.header": "动力臂的分配模式", - "create.ponder.mechanical_arm_modes.text_1": "输入", - "create.ponder.mechanical_arm_modes.text_2": "输出", - "create.ponder.mechanical_arm_modes.text_3": "若动力臂必须在数个有效的输出端之间作出选择……", - "create.ponder.mechanical_arm_modes.text_4": "……它会依照自己的设定选择特定的行为", - "create.ponder.mechanical_arm_modes.text_5": "手持扳手对其滑动滚轮,可以改变其配置", - "create.ponder.mechanical_arm_modes.text_6": "“轮询调度”模式很好理解,即循环输出至所有有效的输出端", - "create.ponder.mechanical_arm_modes.text_7": "如果某个输出端无法容纳更多物品,则它会被跳过", - "create.ponder.mechanical_arm_modes.text_8": "“强制轮询调度”不会跳过任何输出端,动力臂会一直等待,直到输出端有空位容纳物品输入", - "create.ponder.mechanical_arm_modes.text_9": "“第一目标优先”模式会使得动力臂先将物品输出至更早被选择的输出端", - - "create.ponder.mechanical_arm_redstone.header": "利用红石信号控制动力臂", - "create.ponder.mechanical_arm_redstone.text_1": "通入红石信号后,动力臂会停止工作", - "create.ponder.mechanical_arm_redstone.text_2": "在停止工作前,它会完成当前正在进行的工作周期", - "create.ponder.mechanical_arm_redstone.text_3": "因此,通入单次负红石脉冲可以精确控制动力臂,使其每次只进行单个周期的工作", - - "create.ponder.mechanical_bearing.header": "使用动力轴承移动结构", - "create.ponder.mechanical_bearing.text_1": "动力轴承会与其前方的方块黏合在一起", - "create.ponder.mechanical_bearing.text_2": "接收到旋转力后,它会将这一黏合结构组装为旋转装置", - - "create.ponder.mechanical_crafter.header": "设置动力合成器", - "create.ponder.mechanical_crafter.text_1": "动力合成器阵列可用于自动化任何合成配方的制作", - "create.ponder.mechanical_crafter.text_2": "使用扳手可以调控合成器的合成通路", - "create.ponder.mechanical_crafter.text_3": "所有的合成通路必须汇集到任意一侧的一个出口,整套合成器方可算是设置正确", - "create.ponder.mechanical_crafter.text_4": "输出产物会被放入位于出口的容器中", - "create.ponder.mechanical_crafter.text_5": "动力合成器的运转需要旋转力的供应", - "create.ponder.mechanical_crafter.text_6": "右击合成器正面,可以手动放入物品", - "create.ponder.mechanical_crafter.text_7": "一旦合成通路上的所有合成槽位都有了物品,合成就会开始", - "create.ponder.mechanical_crafter.text_8": "而对于那些没有完全占满所有合成器槽位的配方,你可以通入红石信号强制开启合成", - - "create.ponder.mechanical_crafter_connect.header": "连接动力合成器的容器", - "create.ponder.mechanical_crafter_connect.text_1": "合成器可以自动接受向其输入的物品", - "create.ponder.mechanical_crafter_connect.text_2": "对其背面使用扳手,可以连接合成器", - "create.ponder.mechanical_crafter_connect.text_3": "所有相连的合成器可以访问同一个位置的输入", - - "create.ponder.mechanical_crafter_covers.header": "盖住动力合成器的合成槽", - "create.ponder.mechanical_crafter_covers.text_1": "有些配方需要额外的合成器,来补足合成通路上的间隙", - "create.ponder.mechanical_crafter_covers.text_2": "使用合成槽盖板,合成器在合成时的行为就如同一个空的合成槽位", - "create.ponder.mechanical_crafter_covers.text_3": "使用扳手在背面创建的的共享输入也可以跨越有盖的合成器", - - "create.ponder.mechanical_drill.header": "使用动力钻头破坏方块", - "create.ponder.mechanical_drill.text_1": "向其通入旋转力后,动力钻头会破坏它面前的方块", - "create.ponder.mechanical_drill.text_2": "它的挖掘速度取决于通入的旋转速度", - - "create.ponder.mechanical_drill_contraption.header": "在装置中使用动力钻头", - "create.ponder.mechanical_drill_contraption.text_1": "当钻头作为运动装置一部分移动时……", - "create.ponder.mechanical_drill_contraption.text_2": "……它会破坏掉它撞上的方块", - - "create.ponder.mechanical_harvester.header": "在装置中使用动力收割机", - "create.ponder.mechanical_harvester.text_1": "当收割机作为运动装置一部分移动时……", - "create.ponder.mechanical_harvester.text_2": "它会采收其路径上的作物,并重置这些作物的生长进度", - - "create.ponder.mechanical_mixer.header": "使用动力搅拌器处理物品", - "create.ponder.mechanical_mixer.text_1": "使用搅拌器和工作盆,你可以自动化某些合成配方", - "create.ponder.mechanical_mixer.text_2": "有效配方包括各种无序合成配方,以及一些额外的配方", - "create.ponder.mechanical_mixer.text_3": "一些配方可能需要使用烈焰人燃烧室提供热量", - "create.ponder.mechanical_mixer.text_4": "过滤槽可用于解决两个配方相互冲突的情况", - - "create.ponder.mechanical_piston.header": "使用动力活塞移动结构", - "create.ponder.mechanical_piston.text_1": "动力活塞可以移动它前方的方块", - "create.ponder.mechanical_piston.text_2": "移动速度和方向取决于通入活塞的旋转力", - "create.ponder.mechanical_piston.text_3": "黏性动力活塞可以将连接的方块拉回来", - - "create.ponder.mechanical_piston_modes.header": "动力活塞的移动模式", - "create.ponder.mechanical_piston_modes.text_1": "一旦活塞停下,被移动的结构就会恢复到方块状态", - "create.ponder.mechanical_piston_modes.text_2": "你也可以将其配置为从不方块化,或者只在起始位置方块化", - - "create.ponder.mechanical_plough.header": "在装置中使用动力犁", - "create.ponder.mechanical_plough.text_1": "当动力犁作为运动装置一部分移动时……", - "create.ponder.mechanical_plough.text_2": "……它会破坏掉那些不具有固体碰撞箱的方块", - "create.ponder.mechanical_plough.text_3": "此外,动力犁可以耕地", - "create.ponder.mechanical_plough.text_4": "……它也可以在不伤害实体的情况下推动它们", - - "create.ponder.mechanical_press.header": "使用动力辊压机处理物品", - "create.ponder.mechanical_press.text_1": "动力辊压机可以处理位于其下方的物品", - "create.ponder.mechanical_press.text_2": "在其下方丢入物品,或者将物品放在置物台上,都算作有效的物品输入", - "create.ponder.mechanical_press.text_3": "若物品位于传送带上……", - "create.ponder.mechanical_press.text_4": "辊压机会使物品停下,然后自动处理这一物品", - - "create.ponder.mechanical_press_compacting.header": "使用动力辊压机压缩物品", - "create.ponder.mechanical_press_compacting.text_1": "对放置于工作盆内的物品进行辊压,可以将这些物品压缩在一起", - "create.ponder.mechanical_press_compacting.text_2": "压缩意指任何同种物品填满了 2x2 或者 3x3 网格的配方,以及一些额外的配方", - "create.ponder.mechanical_press_compacting.text_3": "一些配方可能需要烈焰人燃烧室提供热量", - "create.ponder.mechanical_press_compacting.text_4": "过滤槽可用于解决两个配方相互冲突的情况", - - "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": "动力泵的传输机制", - "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": "向其通入旋转力后,动力锯可以直接砍伐掉它面前的树木", - "create.ponder.mechanical_saw_breaker.text_2": "想要一次性砍掉整棵树,锯子必须破坏掉树与地面连接的最后一个方块", - - "create.ponder.mechanical_saw_contraption.header": "在装置中使用动力锯", - "create.ponder.mechanical_saw_contraption.text_1": "当动力锯作为运动装置一部分移动时……", - "create.ponder.mechanical_saw_contraption.text_2": "……它会将撞到它的树木破坏掉", - - "create.ponder.mechanical_saw_processing.header": "使用动力锯处理物品", - "create.ponder.mechanical_saw_processing.text_1": "面朝上的动力锯可以处理各种物品", - "create.ponder.mechanical_saw_processing.text_2": "处理过后的物品的弹出方向始终与通入锯中的旋转转向相反", - "create.ponder.mechanical_saw_processing.text_3": "锯子可以与传送带放置在一条直线上,相互配合工作", - "create.ponder.mechanical_saw_processing.text_4": "若输入原料有多种可能产物,你可以用动力锯上的过滤槽指定只产出某种产物", - "create.ponder.mechanical_saw_processing.text_5": "若没有使用过滤槽,动力锯会在各产物中按顺序循环输出", - - "create.ponder.millstone.header": "使用石磨处理物品", - "create.ponder.millstone.text_1": "石磨会对输入的物品进行研磨", - "create.ponder.millstone.text_2": "在其侧边使用齿轮与其相耦合,方可为其通入动力", - "create.ponder.millstone.text_3": "顶部可以丢入或者塞入物品", - "create.ponder.millstone.text_4": "一段时间过后,右击石磨可以拿出其中的产物", - "create.ponder.millstone.text_5": "产物的提取也是可以自动化的", - - "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": "装置流体交换", - "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": "玩家无法与运动装置内的容器进行交互", - "create.ponder.portable_storage_interface.text_2": "这一组件可以在不停止装置的情况下与装置内的容器进行交互", - "create.ponder.portable_storage_interface.text_3": "放置第二个接口时,记得要与装置接口相隔 1 格或者 2 格的距离", - "create.ponder.portable_storage_interface.text_4": "当它们彼此经过时,它们会连接在一起", - "create.ponder.portable_storage_interface.text_5": "连接状态下,固定侧接口便会作为整个装置的存储空间代理", - "create.ponder.portable_storage_interface.text_6": "物品可被输入到装置内……", - "create.ponder.portable_storage_interface.text_7": "……或是从装置中提取出来", - "create.ponder.portable_storage_interface.text_8": "如果一小段时间内没有物品交换,接口将会断开连接,然后装置重新开始运动", - - "create.ponder.portable_storage_interface_redstone.header": "红石控制", - "create.ponder.portable_storage_interface_redstone.text_1": "通入红石信号可以阻止固定侧接口的连接行为", - - "create.ponder.powered_latch.header": "使用锁存器控制信号", - "create.ponder.powered_latch.text_1": "锁存器是一种可以用红石信号控制的拉杆", - "create.ponder.powered_latch.text_2": "后方输入的信号会将其设为开启状态", - "create.ponder.powered_latch.text_3": "侧边输入的信号会将其设为关闭状态", - "create.ponder.powered_latch.text_4": "你也可以手动切换其状态", - - "create.ponder.powered_toggle_latch.header": "使用转换锁存器控制信号", - "create.ponder.powered_toggle_latch.text_1": "转换锁存器是一种可以用红石信号控制的拉杆", - "create.ponder.powered_toggle_latch.text_2": "后方信号输入可以将其更改为", - "create.ponder.powered_toggle_latch.text_3": "……开启或者是关闭状态", - "create.ponder.powered_toggle_latch.text_4": "你也可以手动切换其状态", - - "create.ponder.pulse_extender.header": "使用脉冲延长器控制信号", - "create.ponder.pulse_extender.text_1": "脉冲延长器可以延长通过的信号", - "create.ponder.pulse_extender.text_2": "它会在短暂延迟后激活……", - "create.ponder.pulse_extender.text_3": "……并在配置的持续时间后取消激活", - "create.ponder.pulse_extender.text_4": "通过鼠标滚轮,可以配置持续时间", - "create.ponder.pulse_extender.text_5": "配置的持续时间最长可达 30 分钟", - - "create.ponder.pulse_repeater.header": "使用脉冲中继器控制信号", - "create.ponder.pulse_repeater.text_1": "脉冲中继器会将所有通入的红石信号缩减为一次脉冲", - "create.ponder.pulse_repeater.text_2": "通过鼠标滚轮,可以配置充能时间", - "create.ponder.pulse_repeater.text_3": "配置的延迟范围最长可达 30 分钟", - - "create.ponder.radial_chassis.header": "使用旋转底盘黏着方块", - "create.ponder.radial_chassis.text_1": "相同的旋转底盘会连续连接成一排", - "create.ponder.radial_chassis.text_2": "当其中的一个底盘被装置带动时,其余的底盘也会被带动", - "create.ponder.radial_chassis.text_3": "底盘的侧边可以变为黏性面", - "create.ponder.radial_chassis.text_4": "再次点击黏性面,可以让其所有面都变得带黏性", - "create.ponder.radial_chassis.text_5": "空手潜行右击可以移除其上的黏性物", - "create.ponder.radial_chassis.text_6": "若有物品与底盘的黏性面相接触……", - "create.ponder.radial_chassis.text_7": "……底盘便会与同层且位于半径内的所有可到达方块黏着在一起", - "create.ponder.radial_chassis.text_8": "使用扳手可以精确指定底盘的影响半径", - "create.ponder.radial_chassis.text_9": "任何黏性面都不可到达的方块不会被黏着", - - "create.ponder.redstone_contact.header": "接触式红石信号发生器", - "create.ponder.redstone_contact.text_1": "当两个接触式红石信号发生器面对面时,它们会发出红石信号", - "create.ponder.redstone_contact.text_2": "并且,若有一方位于运动装置上,此特性也能正常生效", - - "create.ponder.redstone_link.header": "使用无线红石信号终端", - "create.ponder.redstone_link.text_1": "无线红石信号终端可以无线传输红石信号", - "create.ponder.redstone_link.text_2": "潜行右击可以切换接收模式", - "create.ponder.redstone_link.text_3": "手持扳手右击也可以", - "create.ponder.redstone_link.text_4": "接收端会发出由传输端发来的信号,有效距离为 128 格", - "create.ponder.redstone_link.text_5": "在它们所带的槽位中放上物品,可以为它们指定频率", - "create.ponder.redstone_link.text_6": "只有频率相互匹配的终端方可互通", - - "create.ponder.rope_pulley.header": "使用绳索滑轮移动结构", - "create.ponder.rope_pulley.text_1": "绳索滑轮在接受旋转力时可以垂直移动方块结构", - "create.ponder.rope_pulley.text_2": "移动的方向及速度取决于提供的转速", - - "create.ponder.rope_pulley_attachment.header": "绳索滑轮与装置一同运动", - "create.ponder.rope_pulley_attachment.text_1": "当绳索滑轮本身在装置中被带动时……", - "create.ponder.rope_pulley_attachment.text_2": "……附着在滑轮上的结构会被滑轮拉着一同移动", - "create.ponder.rope_pulley_attachment.text_3": "注意,只有绳索滑轮停止工作时才能被移动", - - "create.ponder.rope_pulley_modes.header": "绳索滑轮的运动模式", - "create.ponder.rope_pulley_modes.text_1": "当绳索滑轮停止运动时,它所附着的移动结构便会方块化", - "create.ponder.rope_pulley_modes.text_2": "你可以调整使整个结构永不方块化,或者仅在结构的初始位置方块化", - - "create.ponder.rose_quartz_lamp.header": "玫瑰石英灯", - "create.ponder.rose_quartz_lamp.text_1": "玫瑰石英灯通入红石信号后会处于激活状态", - "create.ponder.rose_quartz_lamp.text_2": "它们之后会继续产生红石信号", - "create.ponder.rose_quartz_lamp.text_3": "当多盏灯排成一组时……", - "create.ponder.rose_quartz_lamp.text_4": "……激活一盏灯会集中信号给它,并取消激活其他所有的灯", - "create.ponder.rose_quartz_lamp.text_5": "比较器根据到激活的灯的距离产生输出", - "create.ponder.rose_quartz_lamp.text_6": "灯也可以用扳手手动开关", - - "create.ponder.rotation_speed_controller.header": "使用转速控制器", - "create.ponder.rotation_speed_controller.text_1": "转速控制器将旋转力从其转轴传递至它上方的大齿轮", - "create.ponder.rotation_speed_controller.text_2": "在其侧面滚动鼠标滚轮,可以调节输出转速", - - "create.ponder.sail.header": "使用风帆来组装风车", - "create.ponder.sail.text_1": "风帆是制作风车的趁手材料", - "create.ponder.sail.text_2": "无需强力胶等黏附手段,它们便可自行互相连结", - "create.ponder.sail.text_3": "手持染料右击可对其染色", - "create.ponder.sail.text_4": "手持剪刀右击可剪除帆布,使其变回风帆框架", - - "create.ponder.sail_frame.header": "使用风帆框架来组装风车", - "create.ponder.sail_frame.text_1": "风帆框架是制作风车的趁手材料", - "create.ponder.sail_frame.text_2": "无需强力胶等黏附手段,它们便可自行互相连结", - - "create.ponder.sequenced_gearshift.header": "使用可编程齿轮箱来控制转速", - "create.ponder.sequenced_gearshift.text_1": "可编程齿轮箱能够根据玩家设置的预设时序表来传递旋转", - "create.ponder.sequenced_gearshift.text_2": "对其右击可以打开设置面板", - "create.ponder.sequenced_gearshift.text_3": "接受红石信号时,它会开始执行其内部已配置好的时序指令表", - "create.ponder.sequenced_gearshift.text_4": "当完成时序指令表后,它会进入待机状态,再次接受红石信号后,它才会再次执行时序指令表内容", - "create.ponder.sequenced_gearshift.text_5": "红石比较器可以读取当前时序指令表完成进度", - - "create.ponder.shaft.header": "使用传动杆传递旋转力", - "create.ponder.shaft.text_1": "传动杆能直线传递旋转力", - - "create.ponder.shaft_casing.header": "装壳传动杆", - "create.ponder.shaft_casing.text_1": "安山或黄铜机壳,装饰传动杆的好伙伴", - - "create.ponder.smart_chute.header": "使用智能溜槽过滤物品", - "create.ponder.smart_chute.text_1": "智能溜槽是垂直溜槽的升级控制版", - "create.ponder.smart_chute.text_2": "当在其过滤槽内指定了物品后,溜槽只会传输这一指定标记的物品", - "create.ponder.smart_chute.text_3": "使用鼠标滚轮可以指定被过滤的物品数量", - "create.ponder.smart_chute.text_4": "通入红石信号可以使智能溜槽停止工作", - - "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": "当佩戴工程师护目镜时,可以看到仪表所显示的更详细的数据", - "create.ponder.speedometer.text_3": "红石比较器可以根据速度表的数值输出不同强弱的红石信号", - - "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": "当动力轴承在结构被带动时……", - "create.ponder.stabilized_bearings.text_2": "……它会确保它转盘的垂直朝向不变", - "create.ponder.stabilized_bearings.text_3": "跟默认的一样,动力轴承会黏着它前方的方块", - "create.ponder.stabilized_bearings.text_4": "这种情况下,它所黏着的子装置的垂直朝向也不会改变", - - "create.ponder.steam_engine.header": "安装蒸汽引擎", - "create.ponder.steam_engine.text_1": "蒸汽引擎可以放置在流体储罐上", - "create.ponder.steam_engine.text_10": "等级4", - "create.ponder.steam_engine.text_11": "4个引擎", - "create.ponder.steam_engine.text_12": "等级8", - "create.ponder.steam_engine.text_13": "8个引擎", - "create.ponder.steam_engine.text_2": "手持传动杆点击引擎创建动力输出", - "create.ponder.steam_engine.text_3": "有充足的热量、水和锅炉空间……", - "create.ponder.steam_engine.text_4": "……它们就会产生旋转力", - "create.ponder.steam_engine.text_5": "最低配置需要4个流体储罐", - "create.ponder.steam_engine.text_6": "在烈焰人燃烧室的帮助下,可以增加输出功率", - "create.ponder.steam_engine.text_7": "更高的功率等级需要更多水、空间和热量", - "create.ponder.steam_engine.text_8": "可以用工程师护目镜检查当前锅炉的功率等级", - "create.ponder.steam_engine.text_9": "每提升一个功率等级,就可以多装一个满功率输出的蒸汽引擎", - - "create.ponder.steam_whistle.header": "安装蒸汽笛", - "create.ponder.steam_whistle.text_1": "蒸汽笛能够被放置在流体储罐上", - "create.ponder.steam_whistle.text_2": "若流体储罐达到足够的温度……", - "create.ponder.steam_whistle.text_3": "……此时,用红石信号激活蒸汽笛,它便会演奏单个音符", - "create.ponder.steam_whistle.text_4": "对蒸汽笛使用蒸汽笛物品来降低它的音高", - "create.ponder.steam_whistle.text_5": "使用扳手来在三个八度之间切换", - "create.ponder.steam_whistle.text_6": "工程师护目镜能够帮你查看蒸汽笛的音高", - - "create.ponder.sticker.header": "使用黏着器来黏附方块", - "create.ponder.sticker.text_1": "你可以用红石信号来控制黏着器的行为", - "create.ponder.sticker.text_2": "当接受红石信号时,黏着器会黏着前方的方块", - "create.ponder.sticker.text_3": "如果黏着器以装置的形式移动,那么被黏着的方块也会一同移动", - "create.ponder.sticker.text_4": "再次接受红石信号时,它会断开与方块的黏连", - - "create.ponder.stressometer.header": "使用应力表来监测应力", - "create.ponder.stressometer.text_1": "应力表能显示当前动力网络内的应力信息", - "create.ponder.stressometer.text_2": "当佩戴工程师护目镜时,可以看到仪表所显示的更详细的数据", - "create.ponder.stressometer.text_3": "红石比较器可以根据应力表的数值输出不同强弱的红石信号", - - "create.ponder.super_glue.header": "使用强力胶来黏附方块", - "create.ponder.super_glue.text_1": "强力胶用于将方块组合成移动装置", - "create.ponder.super_glue.text_2": "右击两个端点来创建一个新的“胶合”区域", - "create.ponder.super_glue.text_3": "手持强力胶左击可以移除选区", - "create.ponder.super_glue.text_4": "同一个选区内相邻的方块会互相拉动对方", - "create.ponder.super_glue.text_5": "互相重叠的选区会一起移动", - "create.ponder.super_glue.text_6": "悬挂在其它方块上的方块通常不需要强力胶", - - "create.ponder.track_chunks.header": "横穿卸载的区块", - "create.ponder.track_chunks.text_1": "轨道在加载的区块之外仍然保持运作", - "create.ponder.track_chunks.text_2": "列车可以横穿世界上未加载的区块,这点可以放心", - "create.ponder.track_chunks.text_3": "它们仍然会停在车站或红灯处", - "create.ponder.track_chunks.text_4": "但是,钻头和其他机载机器将无法运行", - "create.ponder.track_chunks.text_5": "一旦靠近玩家,列车将重新出现", - - "create.ponder.track_observer.header": "侦测列车", - "create.ponder.track_observer.text_1": "选择一个列车轨道,然后将侦测器放在附近", - "create.ponder.track_observer.text_2": "侦测器将检测任何经过标记的列车", - "create.ponder.track_observer.text_3": "侦测器可以设置过滤为仅给匹配的货物激活", - - "create.ponder.track_placement.header": "放置列车轨道", - "create.ponder.track_placement.text_1": "一种专为列车装置设计的新型轨道", - "create.ponder.track_placement.text_2": "要批量放置多排轨道,单击现有轨道", - "create.ponder.track_placement.text_3": "然后选择或放置第二个轨道", - "create.ponder.track_placement.text_4": "轨道也可以放置为转弯或斜坡", - "create.ponder.track_placement.text_5": "连接时,轨道将尝试使每个转弯的大小相等", - "create.ponder.track_placement.text_6": "连接时按住疾跑键……", - "create.ponder.track_placement.text_7": "……将创建最长的适合的弯道", - "create.ponder.track_placement.text_8": "副手的材料会自动铺在轨道下", - - "create.ponder.track_portal.header": "轨道与下界", - "create.ponder.track_portal.text_1": "对着下界传送门放置的轨道……", - "create.ponder.track_portal.text_2": "……将尝试在另一侧创建成对的轨道", - "create.ponder.track_portal.text_3": "这条轨道上的列车现在可以跨维度旅行", - - "create.ponder.train_assembly.header": "组装列车", - "create.ponder.train_assembly.text_1": "选择列车轨道,然后将车站放置在附近", - "create.ponder.train_assembly.text_10": "每列列车都需要装上列车驾驶台", - "create.ponder.train_assembly.text_11": "可选的第二个允许从车站往两个方向出发", - "create.ponder.train_assembly.text_12": "打开车站UI并确认组装过程", - "create.ponder.train_assembly.text_13": "列车只能在车站被拆解为方块", - "create.ponder.train_assembly.text_14": "对着车站使用时,地图会在该位置添加一个带标签的标记", - "create.ponder.train_assembly.text_15": "组装好的列车可以使用扳手重新安置到相邻的轨道", - "create.ponder.train_assembly.text_2": "车站是你的轨道网络的路径点", - "create.ponder.train_assembly.text_3": "要创建新列车,打开UI并切换到组装模式", - "create.ponder.train_assembly.text_4": "在组装期间,时刻表上的列车不会接近这个车站", - "create.ponder.train_assembly.text_5": "在轨道上使用列车机壳创建新的转向架", - "create.ponder.train_assembly.text_6": "再次单击轨道,便可以在转向架类型之间循环", - "create.ponder.train_assembly.text_7": "在强力胶的帮助下连接方块", - "create.ponder.train_assembly.text_8": "如果组装好的列车能在其内的箱子或桶中找到燃料,它们会移动得更快", - "create.ponder.train_assembly.text_9": "储存在保险库中的燃料不会被列车消耗", - - "create.ponder.train_controls.header": "控制列车", - "create.ponder.train_controls.text_1": "每个列车装置都需要列车驾驶台", - "create.ponder.train_controls.text_2": "组装好后,右击方块开始驾驶", - "create.ponder.train_controls.text_3": "使用移动键加速和引导列车", - "create.ponder.train_controls.text_4": "如果需要,可以使用鼠标滚轮微调最高速度", - "create.ponder.train_controls.text_5": "按住空格键来接近最近的车站", - "create.ponder.train_controls.text_6": "列车只能在车站被拆解为方块", - "create.ponder.train_controls.text_7": "组装的蒸汽笛可以用疾跑键激活", - "create.ponder.train_controls.text_8": "潜行或再次点击可以停止控制列车", - - "create.ponder.train_schedule.header": "使用列车时刻表", - "create.ponder.train_schedule.text_1": "时刻表让列车可以被其他司机控制", - "create.ponder.train_schedule.text_2": "将物品拿在手上右击打开界面", - "create.ponder.train_schedule.text_3": "一旦规划好,时刻表就可以交给列车司机", - "create.ponder.train_schedule.text_4": "任何坐在列车驾驶台前面的生物,或者烈焰人燃烧室,都能成为一名合格的列车长", - "create.ponder.train_schedule.text_5": "用拴绳拴住生物可以更方便地使它们坐上座位", - "create.ponder.train_schedule.text_6": "可以随时从司机那里取回时刻表", - - "create.ponder.train_signal_placement.header": "放置列车信号机", - "create.ponder.train_signal_placement.text_1": "选择一个列车轨道,然后将信号机放置在附近", - "create.ponder.train_signal_placement.text_2": "信号机控制不由玩家驾驶的列车的行驶", - "create.ponder.train_signal_placement.text_3": "被调度的列车绝不会以相反方向穿过信号", - "create.ponder.train_signal_placement.text_4": "……除非添加第二个面向相反方向的信号", - "create.ponder.train_signal_placement.text_5": "可以连接辉光管让信号灯更加显眼", - - "create.ponder.train_signal_redstone.header": "信号机和红石", - "create.ponder.train_signal_redstone.text_1": "信号机通入红石信号后可以保持为红色", - "create.ponder.train_signal_redstone.text_2": "相反,红色信号产生比较器输出", - - "create.ponder.train_signal_signaling.header": "用信号机避免相撞", - "create.ponder.train_signal_signaling.text_1": "列车信号机将轨道分成多个区间", - "create.ponder.train_signal_signaling.text_2": "如果一个区间被占用,则不允许其他列车进入", - "create.ponder.train_signal_signaling.text_3": "因此,每个区间同时只能容纳一列列车", - "create.ponder.train_signal_signaling.text_4": "通过扳手可以使用第二种信号模式", - "create.ponder.train_signal_signaling.text_5": "黄铜信号区间通常会产生标准信号", - "create.ponder.train_signal_signaling.text_6": "这种特殊的信号可以在第二种情况下停止列车", - "create.ponder.train_signal_signaling.text_7": "它会停止列车,该列车在进入时……", - "create.ponder.train_signal_signaling.text_8": "……将无法立即离开该区间", - "create.ponder.train_signal_signaling.text_9": "这有助于排队等候的列车远离繁忙的区间", - - "create.ponder.valve_handle.header": "使用阀门手轮产生旋转力", - "create.ponder.valve_handle.text_1": "玩家可以手动使用阀门手轮来产生旋转力", - "create.ponder.valve_handle.text_2": "右击可使它逆时针旋转", - "create.ponder.valve_handle.text_3": "它的转速慢而精确", - "create.ponder.valve_handle.text_4": "潜行右击可使它顺时针旋转", - "create.ponder.valve_handle.text_5": "可以通过染色来美化阀门手轮", - - "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": "水车利用相邻的水流来产生应力", - "create.ponder.water_wheel.text_2": "水车接触水流的面越多,它的转速越高", - "create.ponder.water_wheel.text_3": "水车叶片应逆着水流方向摆放", - "create.ponder.water_wheel.text_4": "如果顺着水流摆放,它的效率则会降低", - - "create.ponder.weighted_ejector.header": "使用弹射置物台", - "create.ponder.weighted_ejector.text_1": "手持弹射置物台时,潜行右击可以设置弹射目标位置", - "create.ponder.weighted_ejector.text_10": "现在,只有等被放置的物品数量等于所设定数量时,弹射置物台才会弹射物品", - "create.ponder.weighted_ejector.text_11": "当其他实体站在弹射置物台上时会被直接弹射", - "create.ponder.weighted_ejector.text_2": "现在,放置下的弹射置物台会将物品弹射至目标位置", - "create.ponder.weighted_ejector.text_3": "限制范围内的任意距离和高度均可作为有效目标地点", - "create.ponder.weighted_ejector.text_4": "但是,目标位置与置物台的连线,必须垂直于置物台的侧面", - "create.ponder.weighted_ejector.text_5": "如果没有设置有效目标位置,弹射置物台会直接将其前方一格设为默认目标位置", - "create.ponder.weighted_ejector.text_6": "提供旋转力可为其蓄力", - "create.ponder.weighted_ejector.text_7": "蓄力完毕后,放置在它上方的物品会被立刻弹射出去", - "create.ponder.weighted_ejector.text_8": "如果目标为容器,则弹射置物台会等待容器有位置后再弹射物品", - "create.ponder.weighted_ejector.text_9": "使用扳手可以调整弹射所要求的物品数量", - - "create.ponder.weighted_ejector_redstone.header": "使用红石控制弹射置物台", - "create.ponder.weighted_ejector_redstone.text_1": "当被红石充能时,弹射置物台停止工作", - "create.ponder.weighted_ejector_redstone.text_2": "此外,置物台弹射的瞬间可以被侦测器侦测", - - "create.ponder.weighted_ejector_tunnel.header": "使用弹射置物台来分流物品", - "create.ponder.weighted_ejector_tunnel.text_1": "与黄铜隧道搭配使用时,弹射置物台可以将物品以特定数量进行分流", - "create.ponder.weighted_ejector_tunnel.text_2": "首先,将黄铜隧道调整为“最近优先”模式,从而让它优先侧面输出", - "create.ponder.weighted_ejector_tunnel.text_3": "置物台上所设置的物品数量则为被分流出去的物品数量", - "create.ponder.weighted_ejector_tunnel.text_4": "当所设置的物品数量被分流出去后……", - "create.ponder.weighted_ejector_tunnel.text_5": "……剩余的物品则会继续前进", - - "create.ponder.windmill_source.header": "使用风车轴承产生旋转力", - "create.ponder.windmill_source.text_1": "风车轴承会黏附它前方的方块", - "create.ponder.windmill_source.text_2": "在强力胶的帮助下创建一个可移动结构", - "create.ponder.windmill_source.text_3": "如果有足够多的类风帆方块黏附于其上,那么整体结构便可被视为风车", - "create.ponder.windmill_source.text_4": "右击启动后,风车轴承会开始产生旋转力", - "create.ponder.windmill_source.text_5": "风帆方块的数量决定了它的旋转速度", - "create.ponder.windmill_source.text_6": "使用扳手可以调整风车的旋转方向", - "create.ponder.windmill_source.text_7": "任何时候右击轴承,都可以将其停止,这样你就能再次修改风车的结构", - - "create.ponder.windmill_structure.header": "风车装置", - "create.ponder.windmill_structure.text_1": "任何有至少 8 个类风帆方块的结构,都被视为一个有效的风车", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/unfinished/zh_tw.json b/src/generated/resources/assets/create/lang/unfinished/zh_tw.json deleted file mode 100644 index 9683a0c1d6..0000000000 --- a/src/generated/resources/assets/create/lang/unfinished/zh_tw.json +++ /dev/null @@ -1,3033 +0,0 @@ -{ - "_": "Missing Localizations: 17", - - "_": "->------------------------] Game Elements [------------------------<-", - - "block.create.acacia_window": "相思木窗戶", - "block.create.acacia_window_pane": "相思木窗戶片", - "block.create.adjustable_chain_gearshift": "可調式鏈式變速箱", - "block.create.analog_lever": "可調式控制桿", - "block.create.andesite_belt_funnel": "安山岩輸送帶漏斗", - "block.create.andesite_casing": "安山岩機殼", - "block.create.andesite_encased_cogwheel": "安山齒輪箱", - "block.create.andesite_encased_large_cogwheel": "安山大齒輪箱", - "block.create.andesite_encased_shaft": "安山傳動軸箱", - "block.create.andesite_funnel": "安山岩漏斗", - "block.create.andesite_ladder": "安山岩梯子", - "block.create.andesite_pillar": "安山岩柱", - "block.create.andesite_tunnel": "安山岩物品隧道", - "block.create.asurine": "皓藍石", - "block.create.asurine_pillar": "皓藍石柱", - "block.create.basin": "作業盆", - "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_toolbox": "黑色工具箱", - "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_toolbox": "藍色工具箱", - "block.create.blue_valve_handle": "藍色閥門開關", - "block.create.brass_belt_funnel": "黃銅輸送帶漏斗", - "block.create.brass_block": "黃銅方塊", - "block.create.brass_casing": "黃銅機殼", - "block.create.brass_encased_cogwheel": "黃銅齒輪箱", - "block.create.brass_encased_large_cogwheel": "黃銅大齒輪箱", - "block.create.brass_encased_shaft": "黃銅傳動軸箱", - "block.create.brass_funnel": "黃銅漏斗", - "block.create.brass_ladder": "黃銅梯子", - "block.create.brass_tunnel": "黃銅物品隧道", - "block.create.brown_nixie_tube": "棕色真空管", - "block.create.brown_sail": "棕色風帆", - "block.create.brown_seat": "棕色坐墊", - "block.create.brown_toolbox": "棕色工具箱", - "block.create.brown_valve_handle": "棕色閥門開關", - "block.create.calcite_pillar": "方解石柱", - "block.create.cart_assembler": "礦車裝修站", - "block.create.chocolate": "巧克力", - "block.create.chute": "滑槽", - "block.create.clockwork_bearing": "時鐘軸承", - "block.create.clutch": "離合器", - "block.create.cogwheel": "齒輪", - "block.create.content_observer": "物品偵測器", - "block.create.controller_rail": "控制軌道", - "block.create.controls": "火車控制台", - "block.create.copper_backtank": "銅製後背包", - "block.create.copper_casing": "銅機殼", - "block.create.copper_ladder": "銅製梯子", - "block.create.copper_shingle_slab": "銅屋瓦半磚", - "block.create.copper_shingle_stairs": "銅屋瓦階梯", - "block.create.copper_shingles": "銅屋瓦", - "block.create.copper_tile_slab": "銅磚瓦半磚", - "block.create.copper_tile_stairs": "銅磚瓦階梯", - "block.create.copper_tiles": "銅磚瓦", - "block.create.copper_valve_handle": "銅製閥門開關", - "block.create.creative_crate": "創造模式板條箱", - "block.create.creative_fluid_tank": "創造模式流體儲存罐", - "block.create.creative_motor": "創造模式馬達", - "block.create.crimsite": "緋紅岩", - "block.create.crimsite_pillar": "緋紅岩柱", - "block.create.crimson_window": "緋紅蕈木窗戶", - "block.create.crimson_window_pane": "緋紅蕈木窗戶片", - "block.create.crushing_wheel": "粉碎輪", - "block.create.crushing_wheel_controller": "粉碎輪控制器", - "block.create.cuckoo_clock": "布穀鳥鐘", - "block.create.cut_andesite": "切製安山岩", - "block.create.cut_andesite_brick_slab": "切製安山岩磚半磚", - "block.create.cut_andesite_brick_stairs": "切製安山岩磚階梯", - "block.create.cut_andesite_brick_wall": "切製安山岩磚牆", - "block.create.cut_andesite_bricks": "切製安山岩磚", - "block.create.cut_andesite_slab": "切製安山岩半磚", - "block.create.cut_andesite_stairs": "切製安山岩階梯", - "block.create.cut_andesite_wall": "切製安山岩牆", - "block.create.cut_asurine": "切製皓藍石", - "block.create.cut_asurine_brick_slab": "切製皓藍石磚半磚", - "block.create.cut_asurine_brick_stairs": "切製皓藍石磚階梯", - "block.create.cut_asurine_brick_wall": "切製皓藍石磚牆", - "block.create.cut_asurine_bricks": "切製皓藍石磚", - "block.create.cut_asurine_slab": "切製皓藍石半磚", - "block.create.cut_asurine_stairs": "切製皓藍石階梯", - "block.create.cut_asurine_wall": "切製皓藍石牆", - "block.create.cut_calcite": "切製方解石", - "block.create.cut_calcite_brick_slab": "切製方解石磚半磚", - "block.create.cut_calcite_brick_stairs": "切製方解石磚階梯", - "block.create.cut_calcite_brick_wall": "切製方解石磚牆", - "block.create.cut_calcite_bricks": "切製方解石磚", - "block.create.cut_calcite_slab": "切製方解石半磚", - "block.create.cut_calcite_stairs": "切製方解石階梯", - "block.create.cut_calcite_wall": "切製方解石牆", - "block.create.cut_crimsite": "切製緋紅岩", - "block.create.cut_crimsite_brick_slab": "切製緋紅岩磚半磚", - "block.create.cut_crimsite_brick_stairs": "切製緋紅岩磚階梯", - "block.create.cut_crimsite_brick_wall": "切製緋紅岩磚牆", - "block.create.cut_crimsite_bricks": "切製緋紅岩磚", - "block.create.cut_crimsite_slab": "切製緋紅岩半磚", - "block.create.cut_crimsite_stairs": "切製緋紅岩階梯", - "block.create.cut_crimsite_wall": "切製緋紅岩牆", - "block.create.cut_deepslate": "切製深板岩", - "block.create.cut_deepslate_brick_slab": "切製深板岩磚半磚", - "block.create.cut_deepslate_brick_stairs": "切製深板岩磚階梯", - "block.create.cut_deepslate_brick_wall": "切製深板岩磚牆", - "block.create.cut_deepslate_bricks": "切製深板岩磚", - "block.create.cut_deepslate_slab": "切製深板岩半磚", - "block.create.cut_deepslate_stairs": "切製深板岩階梯", - "block.create.cut_deepslate_wall": "切製深板岩牆", - "block.create.cut_diorite": "切製閃長岩", - "block.create.cut_diorite_brick_slab": "切製閃長岩磚半磚", - "block.create.cut_diorite_brick_stairs": "切製閃長岩磚階梯", - "block.create.cut_diorite_brick_wall": "切製閃長岩磚牆", - "block.create.cut_diorite_bricks": "切製閃長岩磚", - "block.create.cut_diorite_slab": "切製閃長岩半磚", - "block.create.cut_diorite_stairs": "切製閃長岩階梯", - "block.create.cut_diorite_wall": "切製閃長岩牆", - "block.create.cut_dripstone": "切製鐘乳石", - "block.create.cut_dripstone_brick_slab": "切製鐘乳石磚半磚", - "block.create.cut_dripstone_brick_stairs": "切製鐘乳石磚階梯", - "block.create.cut_dripstone_brick_wall": "切製鐘乳石磚牆", - "block.create.cut_dripstone_bricks": "切製鐘乳石磚", - "block.create.cut_dripstone_slab": "切製鐘乳石半磚", - "block.create.cut_dripstone_stairs": "切製鐘乳石階梯", - "block.create.cut_dripstone_wall": "切製鐘乳石牆", - "block.create.cut_granite": "切製花崗岩", - "block.create.cut_granite_brick_slab": "切製花崗岩磚半磚", - "block.create.cut_granite_brick_stairs": "切製花崗岩磚階梯", - "block.create.cut_granite_brick_wall": "切製花崗岩磚牆", - "block.create.cut_granite_bricks": "切製花崗岩磚", - "block.create.cut_granite_slab": "切製花崗岩半磚", - "block.create.cut_granite_stairs": "切製花崗岩階梯", - "block.create.cut_granite_wall": "切製花崗岩牆", - "block.create.cut_limestone": "切製石灰岩", - "block.create.cut_limestone_brick_slab": "切製石灰岩磚半磚", - "block.create.cut_limestone_brick_stairs": "切製石灰岩磚階梯", - "block.create.cut_limestone_brick_wall": "切製石灰岩磚牆", - "block.create.cut_limestone_bricks": "切製石灰岩磚", - "block.create.cut_limestone_slab": "切製石灰岩半磚", - "block.create.cut_limestone_stairs": "切製石灰岩階梯", - "block.create.cut_limestone_wall": "切製石灰岩牆", - "block.create.cut_ochrum": "切製赭金石", - "block.create.cut_ochrum_brick_slab": "切製赭金石磚半磚", - "block.create.cut_ochrum_brick_stairs": "切製赭金石磚階梯", - "block.create.cut_ochrum_brick_wall": "切製赭金石磚牆", - "block.create.cut_ochrum_bricks": "切製赭金石磚", - "block.create.cut_ochrum_slab": "切製赭金石半磚", - "block.create.cut_ochrum_stairs": "切製赭金石階梯", - "block.create.cut_ochrum_wall": "切製赭金石牆", - "block.create.cut_scorchia": "切製焦熔渣", - "block.create.cut_scorchia_brick_slab": "切製焦熔渣磚半磚", - "block.create.cut_scorchia_brick_stairs": "切製焦熔渣磚階梯", - "block.create.cut_scorchia_brick_wall": "切製焦熔渣磚牆", - "block.create.cut_scorchia_bricks": "切製焦熔渣磚", - "block.create.cut_scorchia_slab": "切製焦熔渣半磚", - "block.create.cut_scorchia_stairs": "切製焦熔渣階梯", - "block.create.cut_scorchia_wall": "切製焦熔渣牆", - "block.create.cut_scoria": "切製熔渣", - "block.create.cut_scoria_brick_slab": "切製熔渣磚半磚", - "block.create.cut_scoria_brick_stairs": "切製熔渣磚階梯", - "block.create.cut_scoria_brick_wall": "切製熔渣磚牆", - "block.create.cut_scoria_bricks": "切製熔渣磚", - "block.create.cut_scoria_slab": "切製熔渣半磚", - "block.create.cut_scoria_stairs": "切製熔渣階梯", - "block.create.cut_scoria_wall": "切製熔渣牆", - "block.create.cut_tuff": "切製凝灰岩", - "block.create.cut_tuff_brick_slab": "切製凝灰岩磚半磚", - "block.create.cut_tuff_brick_stairs": "切製凝灰岩磚階梯", - "block.create.cut_tuff_brick_wall": "切製凝灰岩磚牆", - "block.create.cut_tuff_bricks": "切製凝灰岩磚", - "block.create.cut_tuff_slab": "切製凝灰岩半磚", - "block.create.cut_tuff_stairs": "切製凝灰岩階梯", - "block.create.cut_tuff_wall": "切製凝灰岩牆", - "block.create.cut_veridium": "切製輝綠岩", - "block.create.cut_veridium_brick_slab": "切製輝綠岩磚半磚", - "block.create.cut_veridium_brick_stairs": "切製輝綠岩磚階梯", - "block.create.cut_veridium_brick_wall": "切製輝綠岩磚牆", - "block.create.cut_veridium_bricks": "切製輝綠岩磚", - "block.create.cut_veridium_slab": "切製輝綠岩半磚", - "block.create.cut_veridium_stairs": "切製輝綠岩階梯", - "block.create.cut_veridium_wall": "切製輝綠岩牆", - "block.create.cyan_nixie_tube": "青色真空管", - "block.create.cyan_sail": "青色風帆", - "block.create.cyan_seat": "青色坐墊", - "block.create.cyan_toolbox": "青色工具箱", - "block.create.cyan_valve_handle": "青色閥門開關", - "block.create.dark_oak_window": "黑橡木窗戶", - "block.create.dark_oak_window_pane": "黑橡木窗戶片", - "block.create.deepslate_pillar": "深板岩柱", - "block.create.deepslate_zinc_ore": "深板岩鋅礦", - "block.create.deployer": "機械手", - "block.create.depot": "置物台", - "block.create.diorite_pillar": "閃長岩柱", - "block.create.display_board": "顯示板", - "block.create.display_link": "顯示鏈路", - "block.create.dripstone_pillar": "鐘乳石柱", - "block.create.encased_chain_drive": "鏈式傳動箱", - "block.create.encased_fan": "鼓風機", - "block.create.encased_fluid_pipe": "流體管道箱", - "block.create.exposed_copper_shingle_slab": "斑駁的銅屋瓦半磚", - "block.create.exposed_copper_shingle_stairs": "斑駁的銅屋瓦階梯", - "block.create.exposed_copper_shingles": "斑駁的銅屋瓦", - "block.create.exposed_copper_tile_slab": "斑駁的銅磚瓦半磚", - "block.create.exposed_copper_tile_stairs": "斑駁的銅磚瓦階梯", - "block.create.exposed_copper_tiles": "斑駁的銅磚瓦", - "block.create.fake_track": "地圖軌道標記", - "block.create.fluid_pipe": "流體管道", - "block.create.fluid_tank": "流體儲存罐", - "block.create.fluid_valve": "流體閥門", - "block.create.flywheel": "飛輪", - "block.create.framed_glass": "邊框玻璃", - "block.create.framed_glass_door": "邊框玻璃門", - "block.create.framed_glass_pane": "邊框玻璃片", - "block.create.framed_glass_trapdoor": "邊框玻璃地板門", - "block.create.gantry_carriage": "橋式起重機", - "block.create.gantry_shaft": "橋式起重機導軌", - "block.create.gearbox": "齒輪箱", - "block.create.gearshift": "變速箱", - "block.create.glass_fluid_pipe": "玻璃流體管道", - "block.create.granite_pillar": "花崗岩柱", - "block.create.gray_nixie_tube": "灰色真空管", - "block.create.gray_sail": "灰色風帆", - "block.create.gray_seat": "灰色坐墊", - "block.create.gray_toolbox": "灰色工具箱", - "block.create.gray_valve_handle": "灰色閥門開關", - "block.create.green_nixie_tube": "綠色真空管", - "block.create.green_sail": "綠色風帆", - "block.create.green_seat": "綠色坐墊", - "block.create.green_toolbox": "綠色工具箱", - "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": "豎直邊框玻璃片", - "block.create.hose_pulley": "軟管滑輪", - "block.create.item_drain": "分液池", - "block.create.item_vault": "儲物倉", - "block.create.jungle_window": "叢林木窗戶", - "block.create.jungle_window_pane": "叢林木窗戶片", - "block.create.large_bogey": "大轉向架", - "block.create.large_cogwheel": "大齒輪", - "block.create.layered_andesite": "疊層安山岩", - "block.create.layered_asurine": "疊層皓藍石", - "block.create.layered_calcite": "疊層方解石", - "block.create.layered_crimsite": "疊層緋紅岩", - "block.create.layered_deepslate": "疊層深板岩", - "block.create.layered_diorite": "疊層閃長岩", - "block.create.layered_dripstone": "疊層鐘乳石", - "block.create.layered_granite": "疊層花崗岩", - "block.create.layered_limestone": "疊層石灰岩", - "block.create.layered_ochrum": "疊層赭金石", - "block.create.layered_scorchia": "疊層焦熔渣", - "block.create.layered_scoria": "疊層熔渣", - "block.create.layered_tuff": "疊層凝灰岩", - "block.create.layered_veridium": "疊層輝綠岩", - "block.create.lectern_controller": "講台遙控器", - "block.create.light_blue_nixie_tube": "淺藍色真空管", - "block.create.light_blue_sail": "淺藍色風帆", - "block.create.light_blue_seat": "淺藍色坐墊", - "block.create.light_blue_toolbox": "淺藍色工具箱", - "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_toolbox": "淺灰色工具箱", - "block.create.light_gray_valve_handle": "淺灰色閥門開關", - "block.create.lime_nixie_tube": "淺綠色真空管", - "block.create.lime_sail": "淺綠色風帆", - "block.create.lime_seat": "淺綠色坐墊", - "block.create.lime_toolbox": "淺綠色工具箱", - "block.create.lime_valve_handle": "淺綠色閥門開關", - "block.create.limestone": "石灰岩", - "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_toolbox": "洋紅色工具箱", - "block.create.magenta_valve_handle": "洋紅色閥門開關", - "block.create.mechanical_arm": "機械臂", - "block.create.mechanical_bearing": "機械軸承", - "block.create.mechanical_crafter": "機械合成器", - "block.create.mechanical_drill": "機械鑽頭", - "block.create.mechanical_harvester": "機械收割機", - "block.create.mechanical_mixer": "機械攪拌器", - "block.create.mechanical_piston": "機械活塞", - "block.create.mechanical_piston_head": "機械活塞頭", - "block.create.mechanical_plough": "機械犁", - "block.create.mechanical_press": "機械鍛壓機", - "block.create.mechanical_pump": "機械幫浦", - "block.create.mechanical_saw": "機械圓鋸機", - "block.create.metal_bracket": "金屬支架", - "block.create.metal_girder": "金屬樑", - "block.create.metal_girder_encased_shaft": "金屬傳動軸樑", - "block.create.millstone": "石磨", - "block.create.minecart_anchor": "礦車錨", - "block.create.mysterious_cuckoo_clock": "神秘布穀鳥鐘", - "block.create.nixie_tube": "真空管顯示器", - "block.create.nozzle": "鼓風機噴嘴", - "block.create.oak_window": "橡木窗戶", - "block.create.oak_window_pane": "橡木窗戶片", - "block.create.ochrum": "赭金石", - "block.create.ochrum_pillar": "赭金石柱", - "block.create.orange_sail": "橙色風帆", - "block.create.orange_seat": "橙色坐墊", - "block.create.orange_toolbox": "橙色工具箱", - "block.create.orange_valve_handle": "橙色閥門開關", - "block.create.ornate_iron_window": "華麗鐵窗戶", - "block.create.ornate_iron_window_pane": "華麗鐵窗戶片", - "block.create.oxidized_copper_shingle_slab": "氧化的銅屋瓦半磚", - "block.create.oxidized_copper_shingle_stairs": "氧化的銅屋瓦階梯", - "block.create.oxidized_copper_shingles": "氧化的銅屋瓦", - "block.create.oxidized_copper_tile_slab": "氧化的銅磚瓦半磚", - "block.create.oxidized_copper_tile_stairs": "氧化的銅磚瓦階梯", - "block.create.oxidized_copper_tiles": "氧化的銅磚瓦", - "block.create.peculiar_bell": "黃銅鐘", - "block.create.pink_nixie_tube": "粉紅色真空管", - "block.create.pink_sail": "粉紅色風帆", - "block.create.pink_seat": "粉紅色坐墊", - "block.create.pink_toolbox": "粉紅色工具箱", - "block.create.pink_valve_handle": "粉紅色閥門開關", - "block.create.piston_extension_pole": "活塞桿", - "block.create.placard": "標示牌", - "block.create.polished_cut_andesite": "拋光切製安山岩", - "block.create.polished_cut_andesite_slab": "拋光切製安山岩半磚", - "block.create.polished_cut_andesite_stairs": "拋光切製安山岩階梯", - "block.create.polished_cut_andesite_wall": "拋光切製安山岩牆", - "block.create.polished_cut_asurine": "拋光切製皓藍石", - "block.create.polished_cut_asurine_slab": "拋光切製皓藍石半磚", - "block.create.polished_cut_asurine_stairs": "拋光切製皓藍石階梯", - "block.create.polished_cut_asurine_wall": "拋光切製皓藍石牆", - "block.create.polished_cut_calcite": "拋光切製方解石", - "block.create.polished_cut_calcite_slab": "拋光切製方解石半磚", - "block.create.polished_cut_calcite_stairs": "拋光切製方解石階梯", - "block.create.polished_cut_calcite_wall": "拋光切製方解石牆", - "block.create.polished_cut_crimsite": "拋光切製緋紅岩", - "block.create.polished_cut_crimsite_slab": "拋光切製緋紅岩半磚", - "block.create.polished_cut_crimsite_stairs": "拋光切製緋紅岩階梯", - "block.create.polished_cut_crimsite_wall": "拋光切製緋紅岩牆", - "block.create.polished_cut_deepslate": "拋光切製深板岩", - "block.create.polished_cut_deepslate_slab": "拋光切製深板岩半磚", - "block.create.polished_cut_deepslate_stairs": "拋光切製深板岩階梯", - "block.create.polished_cut_deepslate_wall": "拋光切製深板岩牆", - "block.create.polished_cut_diorite": "拋光切製閃長岩", - "block.create.polished_cut_diorite_slab": "拋光切製閃長岩半磚", - "block.create.polished_cut_diorite_stairs": "拋光切製閃長岩階梯", - "block.create.polished_cut_diorite_wall": "拋光切製閃長岩牆", - "block.create.polished_cut_dripstone": "拋光切製鐘乳石", - "block.create.polished_cut_dripstone_slab": "拋光切製鐘乳石半磚", - "block.create.polished_cut_dripstone_stairs": "拋光切製鐘乳石階梯", - "block.create.polished_cut_dripstone_wall": "拋光切製鐘乳石牆", - "block.create.polished_cut_granite": "拋光切製花崗岩", - "block.create.polished_cut_granite_slab": "拋光切製花崗岩半磚", - "block.create.polished_cut_granite_stairs": "拋光切製花崗岩階梯", - "block.create.polished_cut_granite_wall": "拋光切製花崗岩牆", - "block.create.polished_cut_limestone": "拋光切製石灰岩", - "block.create.polished_cut_limestone_slab": "拋光切製石灰岩半磚", - "block.create.polished_cut_limestone_stairs": "拋光切製石灰岩階梯", - "block.create.polished_cut_limestone_wall": "拋光切製石灰岩牆", - "block.create.polished_cut_ochrum": "拋光切製赭金石", - "block.create.polished_cut_ochrum_slab": "拋光切製赭金石半磚", - "block.create.polished_cut_ochrum_stairs": "拋光切製赭金石階梯", - "block.create.polished_cut_ochrum_wall": "拋光切製赭金石牆", - "block.create.polished_cut_scorchia": "拋光切製焦熔渣", - "block.create.polished_cut_scorchia_slab": "拋光切製焦熔渣半磚", - "block.create.polished_cut_scorchia_stairs": "拋光切製焦熔渣階梯", - "block.create.polished_cut_scorchia_wall": "拋光切製焦熔渣牆", - "block.create.polished_cut_scoria": "拋光切製熔渣", - "block.create.polished_cut_scoria_slab": "拋光切製熔渣半磚", - "block.create.polished_cut_scoria_stairs": "拋光切製熔渣階梯", - "block.create.polished_cut_scoria_wall": "拋光切製熔渣牆", - "block.create.polished_cut_tuff": "拋光切製凝灰岩", - "block.create.polished_cut_tuff_slab": "拋光切製凝灰岩半磚", - "block.create.polished_cut_tuff_stairs": "拋光切製凝灰岩階梯", - "block.create.polished_cut_tuff_wall": "拋光切製凝灰岩牆", - "block.create.polished_cut_veridium": "拋光切製輝綠岩", - "block.create.polished_cut_veridium_slab": "拋光切製輝綠岩半磚", - "block.create.polished_cut_veridium_stairs": "拋光切製輝綠岩階梯", - "block.create.polished_cut_veridium_wall": "拋光切製輝綠岩牆", - "block.create.portable_fluid_interface": "移動式流體介面", - "block.create.portable_storage_interface": "移動式物品介面", - "block.create.powered_latch": "閂鎖器", - "block.create.powered_shaft": "動力傳動軸", - "block.create.powered_toggle_latch": "T 型正反器", - "block.create.pulley_magnet": "滑輪磁鐵", - "block.create.pulse_extender": "脈衝延長器", - "block.create.pulse_repeater": "脈衝中繼器", - "block.create.purple_nixie_tube": "紫色真空管", - "block.create.purple_sail": "紫色風帆", - "block.create.purple_seat": "紫色坐墊", - "block.create.purple_toolbox": "紫色工具箱", - "block.create.purple_valve_handle": "紫色閥門開關", - "block.create.radial_chassis": "旋轉底盤", - "block.create.railway_casing": "火車機殼", - "block.create.raw_zinc_block": "鋅原礦方塊", - "block.create.red_nixie_tube": "紅色真空管", - "block.create.red_sail": "紅色風帆", - "block.create.red_seat": "紅色坐墊", - "block.create.red_toolbox": "紅色工具箱", - "block.create.red_valve_handle": "紅色閥門開關", - "block.create.redstone_contact": "接觸式偵測器", - "block.create.redstone_link": "無線紅石鏈路", - "block.create.refined_radiance_casing": "光輝機殼", - "block.create.rope": "繩索", - "block.create.rope_pulley": "滑輪繩索", - "block.create.rose_quartz_block": "玫瑰石英方塊", - "block.create.rose_quartz_lamp": "玫瑰石英燈", - "block.create.rose_quartz_tiles": "玫瑰石英磚瓦", - "block.create.rotation_speed_controller": "轉速控制器", - "block.create.sail_frame": "風帆框架", - "block.create.schematic_table": "藍圖桌", - "block.create.schematicannon": "藍圖加農炮", - "block.create.scorchia": "焦熔渣", - "block.create.scorchia_pillar": "焦熔渣柱", - "block.create.scoria": "熔渣", - "block.create.scoria_pillar": "熔渣柱", - "block.create.secondary_linear_chassis": "機殼底盤二號", - "block.create.sequenced_gearshift": "可程式化齒輪箱", - "block.create.shadow_steel_casing": "暗影機殼", - "block.create.shaft": "傳動軸", - "block.create.small_andesite_brick_slab": "小安山岩磚半磚", - "block.create.small_andesite_brick_stairs": "小安山岩磚階梯", - "block.create.small_andesite_brick_wall": "小安山岩磚牆", - "block.create.small_andesite_bricks": "小安山岩磚", - "block.create.small_asurine_brick_slab": "小皓藍石磚半磚", - "block.create.small_asurine_brick_stairs": "小皓藍石磚階梯", - "block.create.small_asurine_brick_wall": "小皓藍石磚牆", - "block.create.small_asurine_bricks": "小皓藍石磚", - "block.create.small_bogey": "小轉向架", - "block.create.small_calcite_brick_slab": "小方解石磚半磚", - "block.create.small_calcite_brick_stairs": "小方解石磚階梯", - "block.create.small_calcite_brick_wall": "小方解石磚牆", - "block.create.small_calcite_bricks": "小方解石磚", - "block.create.small_crimsite_brick_slab": "小緋紅岩磚半磚", - "block.create.small_crimsite_brick_stairs": "小緋紅岩磚階梯", - "block.create.small_crimsite_brick_wall": "小緋紅岩磚牆", - "block.create.small_crimsite_bricks": "小緋紅岩磚", - "block.create.small_deepslate_brick_slab": "小深板岩磚半磚", - "block.create.small_deepslate_brick_stairs": "小深板岩磚階梯", - "block.create.small_deepslate_brick_wall": "小深板岩磚牆", - "block.create.small_deepslate_bricks": "小深板岩磚", - "block.create.small_diorite_brick_slab": "小閃長岩磚半磚", - "block.create.small_diorite_brick_stairs": "小閃長岩磚階梯", - "block.create.small_diorite_brick_wall": "小閃長岩磚牆", - "block.create.small_diorite_bricks": "小閃長岩磚", - "block.create.small_dripstone_brick_slab": "小鐘乳石磚半磚", - "block.create.small_dripstone_brick_stairs": "小鐘乳石磚階梯", - "block.create.small_dripstone_brick_wall": "小鐘乳石磚牆", - "block.create.small_dripstone_bricks": "小鐘乳石磚", - "block.create.small_granite_brick_slab": "小花崗岩磚半磚", - "block.create.small_granite_brick_stairs": "小花崗岩磚階梯", - "block.create.small_granite_brick_wall": "小花崗岩磚牆", - "block.create.small_granite_bricks": "小花崗岩磚", - "block.create.small_limestone_brick_slab": "小石灰岩磚半磚", - "block.create.small_limestone_brick_stairs": "小石灰岩磚階梯", - "block.create.small_limestone_brick_wall": "小石灰岩磚牆", - "block.create.small_limestone_bricks": "小石灰岩磚", - "block.create.small_ochrum_brick_slab": "小赭金石磚半磚", - "block.create.small_ochrum_brick_stairs": "小赭金石磚階梯", - "block.create.small_ochrum_brick_wall": "小赭金石磚牆", - "block.create.small_ochrum_bricks": "小赭金石磚", - "block.create.small_rose_quartz_tiles": "小玫瑰石英磚瓦", - "block.create.small_scorchia_brick_slab": "小焦熔渣磚半磚", - "block.create.small_scorchia_brick_stairs": "小焦熔渣磚階梯", - "block.create.small_scorchia_brick_wall": "小焦熔渣磚牆", - "block.create.small_scorchia_bricks": "小焦熔渣磚", - "block.create.small_scoria_brick_slab": "小熔渣磚半磚", - "block.create.small_scoria_brick_stairs": "小熔渣磚階梯", - "block.create.small_scoria_brick_wall": "小熔渣磚牆", - "block.create.small_scoria_bricks": "小熔渣磚", - "block.create.small_tuff_brick_slab": "小凝灰岩磚半磚", - "block.create.small_tuff_brick_stairs": "小凝灰岩磚階梯", - "block.create.small_tuff_brick_wall": "小凝灰岩磚牆", - "block.create.small_tuff_bricks": "小凝灰岩磚", - "block.create.small_veridium_brick_slab": "小輝綠岩磚半磚", - "block.create.small_veridium_brick_stairs": "小輝綠岩磚階梯", - "block.create.small_veridium_brick_wall": "小輝綠岩磚牆", - "block.create.small_veridium_bricks": "小輝綠岩磚", - "block.create.smart_chute": "智慧滑槽", - "block.create.smart_fluid_pipe": "智慧流體管道", - "block.create.speedometer": "轉速計", - "block.create.spout": "注液器", - "block.create.spruce_window": "杉木窗戶", - "block.create.spruce_window_pane": "杉木窗戶片", - "block.create.steam_engine": "蒸汽機", - "block.create.steam_whistle": "汽笛", - "block.create.steam_whistle_extension": "汽笛管", - "block.create.sticker": "方塊黏著器", - "block.create.sticky_mechanical_piston": "黏性機械活塞", - "block.create.stockpile_switch": "儲量偵測器", - "block.create.stressometer": "動力計", - "block.create.tiled_glass": "十字玻璃窗", - "block.create.tiled_glass_pane": "十字玻璃窗戶片", - "block.create.track": "火車軌道", - "block.create.track_observer": "火車感測器", - "block.create.track_signal": "火車訊號機", - "block.create.track_station": "火車站點", - "block.create.train_door": "火車車門", - "block.create.train_trapdoor": "火車地板門", - "block.create.tuff_pillar": "凝灰岩柱", - "block.create.turntable": "轉盤", - "block.create.veridium": "輝綠岩", - "block.create.veridium_pillar": "輝綠岩柱", - "block.create.vertical_framed_glass": "豎直邊框玻璃", - "block.create.vertical_framed_glass_pane": "豎直邊框玻璃片", - "block.create.warped_window": "扭曲蕈木窗戶", - "block.create.warped_window_pane": "扭曲蕈木窗戶片", - "block.create.water_wheel": "水車", - "block.create.waxed_copper_shingle_slab": "上蠟的銅屋瓦半磚", - "block.create.waxed_copper_shingle_stairs": "上蠟的銅屋瓦階梯", - "block.create.waxed_copper_shingles": "上蠟的銅屋瓦", - "block.create.waxed_copper_tile_slab": "上蠟的銅磚瓦半磚", - "block.create.waxed_copper_tile_stairs": "上蠟的銅磚瓦階梯", - "block.create.waxed_copper_tiles": "上蠟的銅磚瓦", - "block.create.waxed_exposed_copper_shingle_slab": "上蠟的斑駁銅屋瓦半磚", - "block.create.waxed_exposed_copper_shingle_stairs": "上蠟的斑駁銅屋瓦階梯", - "block.create.waxed_exposed_copper_shingles": "上蠟的斑駁銅屋瓦", - "block.create.waxed_exposed_copper_tile_slab": "上蠟的斑駁銅磚瓦半磚", - "block.create.waxed_exposed_copper_tile_stairs": "上蠟的斑駁銅磚瓦階梯", - "block.create.waxed_exposed_copper_tiles": "上蠟的斑駁銅磚瓦", - "block.create.waxed_oxidized_copper_shingle_slab": "上蠟的氧化銅屋瓦半磚", - "block.create.waxed_oxidized_copper_shingle_stairs": "上蠟的氧化銅屋瓦階梯", - "block.create.waxed_oxidized_copper_shingles": "上蠟的氧化銅屋瓦", - "block.create.waxed_oxidized_copper_tile_slab": "上蠟的氧化銅磚瓦半磚", - "block.create.waxed_oxidized_copper_tile_stairs": "上蠟的氧化銅磚瓦階梯", - "block.create.waxed_oxidized_copper_tiles": "上蠟的氧化銅磚瓦", - "block.create.waxed_weathered_copper_shingle_slab": "上蠟的風化銅屋瓦半磚", - "block.create.waxed_weathered_copper_shingle_stairs": "上蠟的風化銅屋瓦階梯", - "block.create.waxed_weathered_copper_shingles": "上蠟的風化銅屋瓦", - "block.create.waxed_weathered_copper_tile_slab": "上蠟的風化銅磚瓦半磚", - "block.create.waxed_weathered_copper_tile_stairs": "上蠟的風化銅磚瓦階梯", - "block.create.waxed_weathered_copper_tiles": "上蠟的風化銅磚瓦", - "block.create.weathered_copper_shingle_slab": "風化的銅屋瓦半磚", - "block.create.weathered_copper_shingle_stairs": "風化的銅屋瓦階梯", - "block.create.weathered_copper_shingles": "風化的銅屋瓦", - "block.create.weathered_copper_tile_slab": "風化的銅磚瓦半磚", - "block.create.weathered_copper_tile_stairs": "風化的銅磚瓦階梯", - "block.create.weathered_copper_tiles": "風化的銅磚瓦", - "block.create.weighted_ejector": "彈射置物台", - "block.create.white_nixie_tube": "白色真空管", - "block.create.white_sail": "白色風帆", - "block.create.white_seat": "白色坐墊", - "block.create.white_toolbox": "白色工具箱", - "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_toolbox": "黃色工具箱", - "block.create.yellow_valve_handle": "黃色閥門開關", - "block.create.zinc_block": "鋅方塊", - "block.create.zinc_ore": "鋅礦", - - "enchantment.create.capacity": "容量", - "enchantment.create.potato_recovery": "回收馬鈴薯", - - "entity.create.carriage_contraption": "運輸結構", - "entity.create.contraption": "結構", - "entity.create.crafting_blueprint": "合成藍圖", - "entity.create.gantry_contraption": "橋式結構", - "entity.create.potato_projectile": "馬鈴薯彈藥", - "entity.create.seat": "坐墊", - "entity.create.stationary_contraption": "固定結構", - "entity.create.super_glue": "強力膠", - - "fluid.create.chocolate": "UNLOCALIZED: Chocolate", - "fluid.create.honey": "UNLOCALIZED: Honey", - "fluid.create.potion": "藥水", - "fluid.create.tea": "茶", - - "item.create.andesite_alloy": "安山合金", - "item.create.attribute_filter": "屬性過濾器", - "item.create.bar_of_chocolate": "巧克力棒", - "item.create.belt_connector": "輸送帶", - "item.create.blaze_cake": "烈焰蛋糕", - "item.create.blaze_cake_base": "烈焰蛋糕胚", - "item.create.brass_hand": "黃銅手部零件", - "item.create.brass_ingot": "黃銅錠", - "item.create.brass_nugget": "黃銅粒", - "item.create.brass_sheet": "黃銅板", - "item.create.builders_tea": "建築工人茶", - "item.create.chest_minecart_contraption": "裝修過的機械礦車", - "item.create.chocolate_bucket": "巧克力桶", - "item.create.chocolate_glazed_berries": "巧克力甜莓", - "item.create.chromatic_compound": "異彩化合物", - "item.create.cinder_flour": "地獄麵粉", - "item.create.copper_backtank": "銅製後背包", - "item.create.copper_backtank_placeable": "可放置的銅製後背包", - "item.create.copper_nugget": "銅粒", - "item.create.copper_sheet": "銅板", - "item.create.crafter_slot_cover": "合成器蓋板", - "item.create.crafting_blueprint": "合成藍圖", - "item.create.creative_blaze_cake": "創造模式烈焰蛋糕", - "item.create.crushed_aluminum_ore": "碎狀鋁礦", - "item.create.crushed_copper_ore": "碎狀銅礦", - "item.create.crushed_gold_ore": "碎狀金礦", - "item.create.crushed_iron_ore": "碎狀鐵礦", - "item.create.crushed_lead_ore": "碎狀鉛礦", - "item.create.crushed_nickel_ore": "碎狀鎳礦", - "item.create.crushed_osmium_ore": "碎狀鋨礦", - "item.create.crushed_platinum_ore": "碎狀白金礦", - "item.create.crushed_quicksilver_ore": "碎狀水銀礦", - "item.create.crushed_silver_ore": "碎狀銀礦", - "item.create.crushed_tin_ore": "碎狀錫礦", - "item.create.crushed_uranium_ore": "碎狀鈾礦", - "item.create.crushed_zinc_ore": "碎狀鋅礦", - "item.create.diving_boots": "潛水靴子", - "item.create.diving_helmet": "潛水頭盔", - "item.create.dough": "麵團", - "item.create.electron_tube": "真空管", - "item.create.empty_blaze_burner": "空的烈焰使者動力爐", - "item.create.empty_schematic": "空白藍圖", - "item.create.experience_nugget": "經驗顆粒", - "item.create.extendo_grip": "伸縮機械手", - "item.create.filter": "過濾器", - "item.create.furnace_minecart_contraption": "裝修過的機械礦車", - "item.create.goggles": "工程師護目鏡", - "item.create.golden_sheet": "金板", - "item.create.handheld_worldshaper": "地形雕塑器", - "item.create.honey_bucket": "蜂蜜桶", - "item.create.honeyed_apple": "蜂蜜蘋果", - "item.create.incomplete_precision_mechanism": "未完成的精密構件", - "item.create.incomplete_track": "未完成的軌道", - "item.create.iron_sheet": "鐵板", - "item.create.linked_controller": "遙控器", - "item.create.minecart_contraption": "裝修過的礦車", - "item.create.minecart_coupling": "礦車連結器", - "item.create.polished_rose_quartz": "拋光玫瑰石英", - "item.create.potato_cannon": "馬鈴薯大砲", - "item.create.powdered_obsidian": "黑曜石粉末", - "item.create.precision_mechanism": "精密構件", - "item.create.propeller": "扇葉", - "item.create.raw_zinc": "鋅原礦", - "item.create.red_sand_paper": "紅砂紙", - "item.create.refined_radiance": "光輝石", - "item.create.rose_quartz": "玫瑰石英", - "item.create.sand_paper": "砂紙", - "item.create.schedule": "火車時刻表", - "item.create.schematic": "藍圖", - "item.create.schematic_and_quill": "藍圖與筆", - "item.create.shadow_steel": "暗影鋼", - "item.create.sturdy_sheet": "高強度板", - "item.create.super_glue": "強力膠", - "item.create.sweet_roll": "蛋糕捲", - "item.create.tree_fertilizer": "樹木肥料", - "item.create.unprocessed_obsidian_sheet": "未加工的黑曜石板", - "item.create.vertical_gearbox": "豎直齒輪箱", - "item.create.wand_of_symmetry": "對稱杖", - "item.create.wheat_flour": "小麥粉", - "item.create.whisk": "攪拌器", - "item.create.wrench": "扳手", - "item.create.zinc_ingot": "鋅錠", - "item.create.zinc_nugget": "鋅粒", - - - "_": "->------------------------] Advancements [------------------------<-", - - "advancement.create.root": "歡迎來到動力機械的世界", - "advancement.create.root.desc": "是製造機械的時候了", - "advancement.create.andesite_alloy": "更堅硬的岩石", - "advancement.create.andesite_alloy.desc": "獲得安山合金,動力機械最重要的資源", - "advancement.create.andesite_casing": "安山時代", - "advancement.create.andesite_casing.desc": "結合安山合金和木頭,製作機械的基本外殼", - "advancement.create.mechanical_press": "Bonk", - "advancement.create.mechanical_press.desc": "以機械鍛壓機鍛造板金", - "advancement.create.encased_fan": "吹風機", - "advancement.create.encased_fan.desc": "啟動鼓風機", - "advancement.create.fan_processing": "粒子技術", - "advancement.create.fan_processing.desc": "以鼓風機進行材料加工", - "advancement.create.saw_processing": "作坊中最深的恐懼", - "advancement.create.saw_processing.desc": "以面向上的機械圓鋸機進行材料加工", - "advancement.create.compacting": "緊緻的", - "advancement.create.compacting.desc": "以機械鍛壓機與作業盆將多個物品壓縮在一塊", - "advancement.create.belt": "流水線作業", - "advancement.create.belt.desc": "將輸送帶連接兩個傳動軸", - "advancement.create.funnel": "航站美學", - "advancement.create.funnel.desc": "透過漏斗,自容器中輸入或輸出物品", - "advancement.create.chute": "垂直物流", - "advancement.create.chute.desc": "透過滑槽運輸物品", - "advancement.create.mechanical_mixer": "混和攪拌", - "advancement.create.mechanical_mixer.desc": "以機械攪拌器混和材料", - "advancement.create.burner": "活生生的壁爐", - "advancement.create.burner.desc": "獲得烈焰使者動力爐", - "advancement.create.water_wheel": "水力學", - "advancement.create.water_wheel.desc": "放置水車並讓它開始旋轉", - "advancement.create.windmill": "微風拂過", - "advancement.create.windmill.desc": "組裝風車以產生扭矩", - "advancement.create.shifting_gears": "換檔", - "advancement.create.shifting_gears.desc": "將大齒輪連接到小齒輪上,改變轉軸的速度", - "advancement.create.millstone": "石磨轉起", - "advancement.create.millstone.desc": "使用石磨研磨材料", - "advancement.create.super_glue": "將空間黏合", - "advancement.create.super_glue.desc": "用強力膠將多個方塊黏成一團", - "advancement.create.contraption_actors": "奉命出行", - "advancement.create.contraption_actors.desc": "製造帶有機械鑽頭、機械圓鋸機或機械收割機的移動裝置", - "advancement.create.portable_storage_interface": "得來速", - "advancement.create.portable_storage_interface.desc": "透過移動式物品口,自移動裝置中輸入或輸出物品", - "advancement.create.wrench_goggles": "裝備齊全", - "advancement.create.wrench_goggles.desc": "同時裝備工程師護目鏡及扳手", - "advancement.create.stressometer": "精密的動能控制", - "advancement.create.stressometer.desc": "透過工程師護目鏡和動力計讀取精確數值", - "advancement.create.cuckoo_clock": "到時間了嗎?", - "advancement.create.cuckoo_clock.desc": "目睹布穀鳥鐘提醒你睡覺", - "advancement.create.windmill_maxed": "強烈風暴", - "advancement.create.windmill_maxed.desc": "組裝出最高強度的風車", - "advancement.create.ejector_maxed": "跳板冠軍", - "advancement.create.ejector_maxed.desc": "被彈射置物台扔到 30 格以外", - "advancement.create.pulley_maxed": "深入虛空", - "advancement.create.pulley_maxed.desc": "用滑輪繩索延伸超過 200 格", - "advancement.create.cart_pickup": "壯碩的胳膊", - "advancement.create.cart_pickup.desc": "撿起至少含有 200 個方塊的礦車結構", - "advancement.create.anvil_plough": "鍛工的重砲", - "advancement.create.anvil_plough.desc": "用機械犁發射鐵砧", - "advancement.create.lava_wheel_00000": "風火輪", - "advancement.create.lava_wheel_00000.desc": "這不該奏效§7\n(隱藏進度)", - "advancement.create.hand_crank_000": "健身課程", - "advancement.create.hand_crank_000.desc": "轉動手搖把手直到挨餓§7\n(隱藏進度)", - "advancement.create.belt_funnel_kiss": "比翼雙飛", - "advancement.create.belt_funnel_kiss.desc": "使安裝在輸送帶上的兩個漏斗相吻§7\n(隱藏進度)", - "advancement.create.stressometer_maxed": "完美的負荷", - "advancement.create.stressometer_maxed.desc": "在動力計目睹負荷滿載§7\n(隱藏進度)", - "advancement.create.copper": "更加堅硬的岩石", - "advancement.create.copper.desc": "為開發流體控制技術積攢一些銅", - "advancement.create.copper_casing": "銅時代", - "advancement.create.copper_casing.desc": "結合銅錠與木頭,為您的機械打造防水外殼", - "advancement.create.spout": "水花四濺", - "advancement.create.spout.desc": "看著注液器注滿容器", - "advancement.create.drain": "細水慢流", - "advancement.create.drain.desc": "看著容器被分液池排空", - "advancement.create.steam_engine": "發電站", - "advancement.create.steam_engine.desc": "以蒸汽機產生動力", - "advancement.create.steam_whistle": "天籟之音", - "advancement.create.steam_whistle.desc": "鳴笛", - "advancement.create.backtank": "蓄勢待發", - "advancement.create.backtank.desc": "製造銅製後背包並加壓", - "advancement.create.diving_suit": "深潛準備", - "advancement.create.diving_suit.desc": "裝備潛水頭盔和銅製後背包,跳入水中", - "advancement.create.mechanical_pump_0": "施壓", - "advancement.create.mechanical_pump_0.desc": "驅動機械幫浦", - "advancement.create.glass_pipe": "窺視波流", - "advancement.create.glass_pipe.desc": "在液體流過的管道上使用扳手", - "advancement.create.water_supply": "取自水窪", - "advancement.create.water_supply.desc": "使用機械幫浦或軟管滑輪抽水", - "advancement.create.hose_pulley": "工業排放", - "advancement.create.hose_pulley.desc": "放下軟管滑輪,觀察它排出或抽取流體", - "advancement.create.chocolate_bucket": "幻想世界", - "advancement.create.chocolate_bucket.desc": "獲得一桶融化的巧克力", - "advancement.create.honey_drain": "自動養蜂場", - "advancement.create.honey_drain.desc": "使用流體管道從蜂巢或蜂屋中抽取蜂蜜", - "advancement.create.hose_pulley_lava": "迫近地函", - "advancement.create.hose_pulley_lava.desc": "從可被認定為無限容量的熔岩體抽出岩漿", - "advancement.create.steam_engine_maxed": "蒸氣充沛", - "advancement.create.steam_engine_maxed.desc": "以最大功率運行鍋爐", - "advancement.create.foods": "均衡飲食", - "advancement.create.foods.desc": "自同一個注液器生產巧克力甜莓、蜂蜜蘋果和蛋糕捲", - "advancement.create.diving_suit_lava": "與熾足獸游泳", - "advancement.create.diving_suit_lava.desc": "嘗試使用您的銅製潛水裝備在熔岩中潛水§7\n(隱藏進度)", - "advancement.create.chained_drain": "走運了", - "advancement.create.chained_drain.desc": "看著物品滾過一整排分液池§7\n(隱藏進度)", - "advancement.create.cross_streams": "別混流", - "advancement.create.cross_streams.desc": "目睹兩種液體在管道中相遇§7\n(隱藏進度)", - "advancement.create.pipe_organ": "管風琴", - "advancement.create.pipe_organ.desc": "在一個流體儲存罐上裝設 12 個不同音高的汽笛§7\n(隱藏進度)", - "advancement.create.brass": "真正的合金", - "advancement.create.brass.desc": "以烈焰使者動力爐加熱機械攪拌器,加入銅錠和鋅錠以製作黃銅", - "advancement.create.brass_casing": "黃銅時代", - "advancement.create.brass_casing.desc": "結合黃銅錠與木頭,為更複雜的機器製造外殼", - "advancement.create.rose_quartz": "粉色鑽石", - "advancement.create.rose_quartz.desc": "將玫瑰石英拋光", - "advancement.create.deployer": "人工智慧", - "advancement.create.deployer.desc": "放置並且啟動一個機械手。這可是你右手的完美複製品", - "advancement.create.precision_mechanism": "關鍵工藝", - "advancement.create.precision_mechanism.desc": "組裝一個精密構件", - "advancement.create.speed_controller": "工程師的惡夢", - "advancement.create.speed_controller.desc": "放置一個轉速控制器,這是換檔的終極裝置", - "advancement.create.mechanical_arm": "忙碌的雙手", - "advancement.create.mechanical_arm.desc": "看著機械臂完成你所交代的任務", - "advancement.create.mechanical_crafter": "自動化產線", - "advancement.create.mechanical_crafter.desc": "為機械合成器提供動力", - "advancement.create.crushing_wheel": "一對巨匠", - "advancement.create.crushing_wheel.desc": "為一對粉碎輪提供動力", - "advancement.create.haunted_bell": "鬼影幢幢", - "advancement.create.haunted_bell.desc": "敲響靈魂鐘", - "advancement.create.clockwork_bearing": "時差", - "advancement.create.clockwork_bearing.desc": "組裝安裝在發條軸承上的結構", - "advancement.create.display_link": "大數據", - "advancement.create.display_link.desc": "使用顯示鏈路可視化資訊", - "advancement.create.potato_cannon": "噗~碰", - "advancement.create.potato_cannon.desc": "用馬鈴薯大砲擊殺一隻怪物", - "advancement.create.extendo_grip": "彈性極佳", - "advancement.create.extendo_grip.desc": "拿到一個伸縮機械手", - "advancement.create.linked_controller": "遠端遙控", - "advancement.create.linked_controller.desc": "以遙控器開啟無線紅石鏈路", - "advancement.create.arm_blaze_burner": "補給燃料", - "advancement.create.arm_blaze_burner.desc": "吩咐機械臂餵食你的烈焰使者", - "advancement.create.crusher_maxed_0000": "粉碎一切", - "advancement.create.crusher_maxed_0000.desc": "讓一對粉碎輪以極速運作", - "advancement.create.arm_many_targets": "手忙手亂", - "advancement.create.arm_many_targets.desc": "讓機械臂擁有十個或更多的輸出位置", - "advancement.create.potato_cannon_collide": "蔬果花火", - "advancement.create.potato_cannon_collide.desc": "使兩座馬鈴薯大砲的砲彈相互碰撞", - "advancement.create.self_deploying": "自動駕駛", - "advancement.create.self_deploying.desc": "讓一個礦車結構為自己鋪設鐵軌", - "advancement.create.fist_bump": "朋友,擊拳吧", - "advancement.create.fist_bump.desc": "使兩個機械手互相碰拳§7\n(隱藏進度)", - "advancement.create.crafter_lazy_000": "鋌而走險", - "advancement.create.crafter_lazy_000.desc": "使機械合成器大幅減速,適當的延遲基礎建設§7\n(隱藏進度)", - "advancement.create.extendo_grip_dual": "面面俱到", - "advancement.create.extendo_grip_dual.desc": "使用兩支伸縮機械手,以達到超人般的接觸距離§7\n(隱藏進度)", - "advancement.create.musical_arm": "DJ:機械師", - "advancement.create.musical_arm.desc": "目睹機械臂跳舞§7\n(隱藏進度)", - "advancement.create.sturdy_sheet": "堅不可摧", - "advancement.create.sturdy_sheet.desc": "以黑曜石粉末打造高強度板", - "advancement.create.train_casing_00": "物流時代", - "advancement.create.train_casing_00.desc": "以高強度板製作火車部件的機殼", - "advancement.create.train": "盡速上車", - "advancement.create.train.desc": "組裝你的第一列火車", - "advancement.create.conductor": "命令駕駛員", - "advancement.create.conductor.desc": "透過火車時刻表給予駕駛員指示", - "advancement.create.track_signal": "交通管制", - "advancement.create.track_signal.desc": "設置火車訊號機", - "advancement.create.display_board_0": "動態時刻表", - "advancement.create.display_board_0.desc": "在顯示鏈路的幫助下,透過顯示板預測火車的抵達時間", - "advancement.create.track_0": "新軌距", - "advancement.create.track_0.desc": "獲得一些火車軌道", - "advancement.create.train_whistle": "Choo Choo", - "advancement.create.train_whistle.desc": "將汽笛裝到火車上並在行駛時觸發", - "advancement.create.train_portal": "次元旅行者", - "advancement.create.train_portal.desc": "駕駛火車通過地獄門", - "advancement.create.track_crafting_factory": "軌道工廠", - "advancement.create.track_crafting_factory.desc": "在一台機械鍛壓機中製造超過 1000 條軌道", - "advancement.create.long_bend": "無際彎道", - "advancement.create.long_bend.desc": "鋪設長度超過 30 格的曲線軌道", - "advancement.create.long_train": "雄心勃勃", - "advancement.create.long_train.desc": "建造一列至少有六節車廂的火車", - "advancement.create.long_travel": "遠足", - "advancement.create.long_travel.desc": "從距離旅行起始點超過 5000 格的火車座位起身", - "advancement.create.train_roadkill": "路殺", - "advancement.create.train_roadkill.desc": "用火車輾死敵人§7\n(隱藏進度)", - "advancement.create.red_signal": "合格駕駛員", - "advancement.create.red_signal.desc": "駛過紅色訊號§7\n(隱藏進度)", - "advancement.create.train_crash": "服務爛透了", - "advancement.create.train_crash.desc": "乘車時目睹火車事故§7\n(隱藏進度)", - "advancement.create.train_crash_backwards": "盲點", - "advancement.create.train_crash_backwards.desc": "倒車時撞上另一列火車§7\n(隱藏進度)", - - - "_": "->------------------------] UI & Messages [------------------------<-", - - "itemGroup.create.base": "動力機械", - "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.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 被布穀鳥鐘炸得粉身碎骨", - "death.attack.create.run_over": "%1$s 被 %2$s 輾過", - - "create.block.deployer.damage_source_name": "機械手", - "create.block.cart_assembler.invalid": "將你的礦車裝修站放在鐵軌上", - - "create.menu.return": "回到選單", - "create.menu.configure": "設定", - "create.menu.ponder_index": "示範目錄", - "create.menu.only_ingame": "僅適用於暫停選單", - "create.menu.report_bugs": "回報問題", - "create.menu.support": "支持我們", - - "create.recipe.crushing": "粉碎", - "create.recipe.milling": "研磨", - "create.recipe.fan_washing": "批次洗滌", - "create.recipe.fan_washing.fan": "在水後放置鼓風機", - "create.recipe.fan_smoking": "批次煙燻", - "create.recipe.fan_smoking.fan": "在火焰後放置鼓風機", - "create.recipe.fan_haunting": "批次喚魂", - "create.recipe.fan_haunting.fan": "在靈魂火後放置鼓風機", - "create.recipe.fan_blasting": "批次融煉", - "create.recipe.fan_blasting.fan": "在熔岩後放置鼓風機", - "create.recipe.pressing": "金屬鍛造", - "create.recipe.mixing": "混合攪拌", - "create.recipe.deploying": "使用", - "create.recipe.automatic_shapeless": "自動攪拌", - "create.recipe.automatic_brewing": "自動釀造", - "create.recipe.packing": "壓塑", - "create.recipe.automatic_packing": "自動壓塑", - "create.recipe.sawing": "切割", - "create.recipe.mechanical_crafting": "機械製造", - "create.recipe.automatic_shaped": "自動成型", - "create.recipe.block_cutting": "切割方塊", - "create.recipe.wood_cutting": "切割木材", - "create.recipe.sandpaper_polishing": "砂紙打磨", - "create.recipe.mystery_conversion": "奧秘", - "create.recipe.spout_filling": "灌注", - "create.recipe.draining": "分液", - "create.recipe.item_application": "手動使用物品", - "create.recipe.item_application.any_axe": "任意的斧", - "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": "鍛造過程", - "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.deploying.not_consumed": "不消耗", - "create.recipe.heat_requirement.none": "不需要加熱", - "create.recipe.heat_requirement.heated": "一般加熱", - "create.recipe.heat_requirement.superheated": "超級加熱", - - "create.generic.range": "範圍", - "create.generic.radius": "半徑", - "create.generic.width": "寬", - "create.generic.height": "高", - "create.generic.length": "長", - "create.generic.speed": "速度", - "create.generic.delay": "延時", - "create.generic.duration": "間隔", - "create.generic.timeUnit": "時間單位", - "create.generic.unit.ticks": "Ticks", - "create.generic.unit.seconds": "秒", - "create.generic.unit.minutes": "分", - "create.generic.daytime.hour": "時", - "create.generic.daytime.minute": "分", - "create.generic.daytime.second": "秒", - "create.generic.daytime.pm": "PM", - "create.generic.daytime.am": "AM", - "create.generic.unit.rpm": "RPM", - "create.generic.unit.stress": "su", - "create.generic.unit.degrees": "度", - "create.generic.unit.millibuckets": "mB", - "create.generic.unit.buckets": "B", - "create.generic.clockwise": "順時鐘方向", - "create.generic.counter_clockwise": "逆時鐘方向", - "create.generic.in_quotes": "\"%1$s\"", - "create.generic.pitch": "音高:%1$s", - "create.generic.notes": "F#;F;E;D#;D;C#;C;B;A#;A;G#;G", - - "create.action.scroll": "滾輪", - "create.action.confirm": "確認", - "create.action.abort": "退出", - "create.action.saveToFile": "離開", - "create.action.discard": "放棄", - - "create.keyinfo.toolmenu": "選單", - "create.keyinfo.toolbelt": "使用附近的工具箱", - "create.keyinfo.scrollup": "(遊戲中)向上滑鼠滾輪", - "create.keyinfo.scrolldown": "(遊戲中)向下滑鼠滾輪", - - "create.gui.scrollInput.defaultTitle": "選擇一個選項:", - "create.gui.scrollInput.scrollToModify": "滾動修改", - "create.gui.scrollInput.scrollToAdjustAmount": "滾動修改數量", - "create.gui.scrollInput.scrollToSelect": "滾動選擇", - "create.gui.scrollInput.shiftScrollsFaster": "按住 Shift 滾動更快", - "create.gui.toolmenu.focusKey": "按住 [%1$s] 滑鼠滾輪選擇", - "create.gui.toolmenu.cycle": "[SCROLL] 循環", - - "create.toolbox.unequip": "解除: %1$s", - "create.toolbox.outOfRange": "手持的物品不在工具箱的範圍內", - "create.toolbox.detach": "停止追蹤工具箱,並保留物品", - "create.toolbox.depositAll": "歸還物品至附近所有的工具箱", - "create.toolbox.depositBox": "歸還物品至工具箱", - - "create.gui.symmetryWand.mirrorType": "鏡子類型", - "create.gui.symmetryWand.orientation": "方向", - - "create.symmetry.mirror.plane": "鏡像", - "create.symmetry.mirror.doublePlane": "矩形", - "create.symmetry.mirror.triplePlane": "八角", - - "create.orientation.orthogonal": "垂直", - "create.orientation.diagonal": "對角線", - "create.orientation.horizontal": "水平", - "create.orientation.alongZ": "以 z軸 對齊", - "create.orientation.alongX": "以 x軸 對齊", - - "create.gui.terrainzapper.title": "地形雕塑器", - "create.gui.terrainzapper.searchDiagonal": "跟隨對角線", - "create.gui.terrainzapper.searchFuzzy": "忽略材質邊界", - "create.gui.terrainzapper.patternSection": "樣式", - "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": "依附", - "create.gui.terrainzapper.placement.inserted": "插入", - "create.gui.terrainzapper.brush": "雕塑類型", - "create.gui.terrainzapper.brush.cuboid": "矩形體", - "create.gui.terrainzapper.brush.sphere": "球體", - "create.gui.terrainzapper.brush.cylinder": "圓柱體", - "create.gui.terrainzapper.brush.surface": "表面", - "create.gui.terrainzapper.brush.cluster": "群組", - "create.gui.terrainzapper.tool": "填充類型", - "create.gui.terrainzapper.tool.fill": "填充", - "create.gui.terrainzapper.tool.place": "覆寫", - "create.gui.terrainzapper.tool.replace": "替換", - "create.gui.terrainzapper.tool.clear": "清除", - "create.gui.terrainzapper.tool.overlay": "覆蓋", - "create.gui.terrainzapper.tool.flatten": "平整", - - "create.terrainzapper.shiftRightClickToSet": "Shift + 滑鼠右鍵 以設定雕塑類型", - "create.terrainzapper.usingBlock": "使用:%1$s", - "create.terrainzapper.leftClickToSet": "左鍵點擊方塊可以設定材質", - - "create.minecart_coupling.two_couplings_max": "礦車無法被連接兩個以上的礦車連結器", - "create.minecart_coupling.unloaded": "有一部份礦車存在於未讀取區塊中", - "create.minecart_coupling.no_loops": "礦車連結器不能連成一個環", - "create.minecart_coupling.removed": "從礦車上移除所有礦車連結器", - "create.minecart_coupling.too_far": "礦車距離你太遠了", - - "create.contraptions.movement_mode": "運動模式", - "create.contraptions.movement_mode.move_place": "停止時實體化方塊", - "create.contraptions.movement_mode.move_place_returned": "只在初始位置實體化方塊", - "create.contraptions.movement_mode.move_never_place": "只有在機械方塊摧毀後才實體化方塊", - "create.contraptions.movement_mode.rotate_place": "停止時實體化方塊", - "create.contraptions.movement_mode.rotate_place_returned": "只在接近初始角度實體化方塊", - "create.contraptions.movement_mode.rotate_never_place": "只有在旋轉軸摧毀後才實體化方塊", - "create.contraptions.cart_movement_mode": "礦車運動模式", - "create.contraptions.cart_movement_mode.rotate": "結構與礦車保持相同方向", - "create.contraptions.cart_movement_mode.rotate_paused": "礦車轉向時機器停止工作", - "create.contraptions.cart_movement_mode.rotation_locked": "結構方向保持不變", - "create.contraptions.windmill.rotation_direction": "旋轉方向", - "create.contraptions.clockwork.clock_hands": "鐘錶指針", - "create.contraptions.clockwork.hour_first": "時針優先", - "create.contraptions.clockwork.minute_first": "分針優先", - "create.contraptions.clockwork.hour_first_24": "24小時制優先", - - "create.logistics.filter": "過濾器", - "create.logistics.recipe_filter": "配方過濾器", - "create.logistics.fluid_filter": "流體過濾器", - "create.logistics.firstFrequency": "頻道. #1", - "create.logistics.secondFrequency": "頻道. #2", - "create.logistics.filter.apply": "將過濾器應用來 %1$s", - "create.logistics.filter.apply_click_again": "將過濾器應用來 %1$s,再次點擊以複製數量", - "create.logistics.filter.apply_count": "使用提取計數過濾", - - "create.gui.goggles.generator_stats": "發動機狀態:", - "create.gui.goggles.kinetic_stats": "動力學狀態:", - "create.gui.goggles.at_current_speed": "目前動能值", - "create.gui.goggles.pole_length": "活塞桿長度:", - "create.gui.goggles.fluid_container": "流體容器資訊:", - "create.gui.goggles.fluid_container.capacity": "容量:", - "create.gui.assembly.exception": "該結構無法成形:", - "create.gui.assembly.exception.unmovableBlock": "無法移動的方塊(%4$s) 位於 [%1$s,%2$s,%3$s]", - "create.gui.assembly.exception.chunkNotLoaded": "位於 [%1$s,%2$s,%3$s] 方塊屬未載入區塊", - "create.gui.assembly.exception.structureTooLarge": "結構中的方塊數量過多\n可放置的數量最大為:%1$s", - "create.gui.assembly.exception.tooManyPistonPoles": "活塞的活塞桿數量過多\n可放置的數量最大為:%1$s", - "create.gui.assembly.exception.noPistonPoles": "這個活塞遺失了一些活塞桿", - "create.gui.assembly.exception.not_enough_sails": "結構中所需的風帆類方塊數量不足:%1$s\n最少需要的數量為:%2$s", - "create.gui.gauge.info_header": "儀表資訊:", - "create.gui.speedometer.title": "旋轉速度", - "create.gui.stressometer.title": "網路負荷", - "create.gui.stressometer.capacity": "剩餘能量", - "create.gui.stressometer.overstressed": "動能過載", - "create.gui.stressometer.no_rotation": "無旋轉", - "create.gui.contraptions.not_fast_enough": "看起來 %1$s 沒有達到足夠的工作轉速", - "create.gui.contraptions.network_overstressed": "裝置似乎過載,減少高動能消耗的裝置或者增加更多更多動能", - "create.gui.adjustable_crate.title": "板條箱", - "create.gui.adjustable_crate.storageSpace": "儲存空間", - "create.gui.stockpile_switch.title": "儲存開關", - "create.gui.stockpile_switch.invert_signal": "反轉訊號", - "create.gui.stockpile_switch.move_to_lower_at": "移至下限 %1$s%%", - "create.gui.stockpile_switch.move_to_upper_at": "移至上限 %1$s%%", - "create.gui.sequenced_gearshift.title": "可程式化齒輪箱", - "create.gui.sequenced_gearshift.instruction": "指令", - "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "以特定角度旋轉", - "create.gui.sequenced_gearshift.instruction.turn_angle": "旋轉", - "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "角度", - "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "帶動 活塞/滑輪/橋式起重機", - "create.gui.sequenced_gearshift.instruction.turn_distance": "驅動活塞", - "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "距離", - "create.gui.sequenced_gearshift.instruction.delay.descriptive": "延遲時間", - "create.gui.sequenced_gearshift.instruction.delay": "延遲", - "create.gui.sequenced_gearshift.instruction.delay.duration": "間隔", - "create.gui.sequenced_gearshift.instruction.end.descriptive": "結束", - "create.gui.sequenced_gearshift.instruction.end": "停止", - "create.gui.sequenced_gearshift.instruction.await.descriptive": "等待新的紅石脈衝", - "create.gui.sequenced_gearshift.instruction.await": "等待", - "create.gui.sequenced_gearshift.speed": "速度,速度方向", - "create.gui.sequenced_gearshift.speed.forward": "一倍速,正向", - "create.gui.sequenced_gearshift.speed.forward_fast": "兩倍速,正向", - "create.gui.sequenced_gearshift.speed.back": "一倍速,反向", - "create.gui.sequenced_gearshift.speed.back_fast": "兩倍速,反向", - - "create.schematicAndQuill.dimensions": "藍圖尺寸:%1$sx%2$sx%3$s", - "create.schematicAndQuill.firstPos": "第一個位置", - "create.schematicAndQuill.secondPos": "第二個位置", - "create.schematicAndQuill.noTarget": "按住Ctrl選擇空氣方塊", - "create.schematicAndQuill.abort": "刪除選擇", - "create.schematicAndQuill.title": "藍圖名:", - "create.schematicAndQuill.convert": "立即存檔並發佈", - "create.schematicAndQuill.fallbackName": "我的藍圖", - "create.schematicAndQuill.saved": "另存為 %1$s", - - "create.schematic.invalid": "[!] 無效的項目", - "create.schematic.position": "位置", - "create.schematic.rotation": "旋轉", - "create.schematic.rotation.none": "無", - "create.schematic.rotation.cw90": "順時鐘 90", - "create.schematic.rotation.cw180": "順時鐘 180", - "create.schematic.rotation.cw270": "順時鐘 270", - "create.schematic.mirror": "鏡像", - "create.schematic.mirror.none": "無", - "create.schematic.mirror.frontBack": "前後", - "create.schematic.mirror.leftRight": "左右", - "create.schematic.tool.deploy": "發佈", - "create.schematic.tool.move": "移動 XZ", - "create.schematic.tool.movey": "移動 Y", - "create.schematic.tool.rotate": "旋轉", - "create.schematic.tool.print": "列印", - "create.schematic.tool.flip": "翻轉", - "create.schematic.tool.deploy.description.0": "將結構移到某個位置", - "create.schematic.tool.deploy.description.1": "在地面上點擊滑鼠右鍵以放置", - "create.schematic.tool.deploy.description.2": "按住 Ctrl 以固定距離選擇", - "create.schematic.tool.deploy.description.3": "按住 Ctrl 滑鼠滾動更改距離", - "create.schematic.tool.move.description.0": "水平移動藍圖", - "create.schematic.tool.move.description.1": "選定藍圖,然後按住 Ctrl 滑鼠滾動", - "create.schematic.tool.move.description.2": "UNLOCALIZED: ", - "create.schematic.tool.move.description.3": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.0": "垂直移動藍圖", - "create.schematic.tool.movey.description.1": "按住 Ctrl 滑鼠滾動上下移動", - "create.schematic.tool.movey.description.2": "UNLOCALIZED: ", - "create.schematic.tool.movey.description.3": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.0": "圍繞藍圖中心旋轉藍圖", - "create.schematic.tool.rotate.description.1": "按住 Ctrl 滑鼠滾動旋轉 90 度", - "create.schematic.tool.rotate.description.2": "UNLOCALIZED: ", - "create.schematic.tool.rotate.description.3": "UNLOCALIZED: ", - "create.schematic.tool.print.description.0": "立即將結構放置在世界上", - "create.schematic.tool.print.description.1": "右鍵點擊確認目前位置", - "create.schematic.tool.print.description.2": "該工具僅能用於創造模式", - "create.schematic.tool.print.description.3": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.0": "沿你選擇的面翻轉藍圖", - "create.schematic.tool.flip.description.1": "指向藍圖,然後按住 Ctrl 滑鼠滾動將其翻轉", - "create.schematic.tool.flip.description.2": "UNLOCALIZED: ", - "create.schematic.tool.flip.description.3": "UNLOCALIZED: ", - - "create.schematics.synchronizing": "正在同步…", - "create.schematics.uploadTooLarge": "你的藍圖太大", - "create.schematics.maxAllowedSize": "允許的最大藍圖檔案大小為:", - - "create.gui.schematicTable.refresh": "重新整理檔案", - "create.gui.schematicTable.open_folder": "開啟資料夾", - "create.gui.schematicTable.title": "藍圖桌", - "create.gui.schematicTable.availableSchematics": "可用藍圖", - "create.gui.schematicTable.noSchematics": "沒有存檔的藍圖", - "create.gui.schematicTable.uploading": "正在上傳…", - "create.gui.schematicTable.finished": "上傳完成!", - "create.gui.schematicannon.title": "藍圖加農炮", - "create.gui.schematicannon.listPrinter": "物品清單列印機", - "create.gui.schematicannon.gunpowderLevel": "火藥 %1$s%%", - "create.gui.schematicannon.shotsRemaining": "發射進度:%1$s", - "create.gui.schematicannon.shotsRemainingWithBackup": "備份:%1$s", - "create.gui.schematicannon.optionEnabled": "目前啟用", - "create.gui.schematicannon.optionDisabled": "目前停用", - "create.gui.schematicannon.showOptions": "顯示藍圖加農炮設定", - "create.gui.schematicannon.option.dontReplaceSolid": "不要替換方塊", - "create.gui.schematicannon.option.replaceWithSolid": "用固體方塊替換工作區域內的方塊", - "create.gui.schematicannon.option.replaceWithAny": "用任何方塊替換工作區域內的方塊", - "create.gui.schematicannon.option.replaceWithEmpty": "用空氣替換工作區域內的方塊", - "create.gui.schematicannon.option.skipMissing": "繞過缺少的方塊", - "create.gui.schematicannon.option.skipTileEntities": "保護儲存方塊", - "create.gui.schematicannon.slot.gunpowder": "向藍圖加農炮裝填火藥以提供動能", - "create.gui.schematicannon.slot.listPrinter": "在此處放置書以列印藍圖所需的材料清單", - "create.gui.schematicannon.slot.schematic": "在此處放置你的藍圖,務必確保其已被部署在特定位置", - "create.gui.schematicannon.option.skipMissing.description": "如果材料不夠,藍圖大炮將忽略目前不夠的材料並且使用其他已有材料繼續工作", - "create.gui.schematicannon.option.skipTileEntities.description": "藍圖將避免更換儲存方塊,如箱子", - "create.gui.schematicannon.option.dontReplaceSolid.description": "藍圖加農炮將不會替換工作範圍內的任何固體方塊", - "create.gui.schematicannon.option.replaceWithSolid.description": "藍圖加農炮會使用所提供的固體方塊來替換工作區域內的其他固體方塊", - "create.gui.schematicannon.option.replaceWithAny.description": "藍圖加農炮會使用任何所提供的方塊來替換工作區域內的固體方塊", - "create.gui.schematicannon.option.replaceWithEmpty.description": "藍圖加農炮將清理和替換工作區域內所有原本的方塊", - - "create.schematicannon.status.idle": "閒置", - "create.schematicannon.status.ready": "準備", - "create.schematicannon.status.running": "啟動", - "create.schematicannon.status.finished": "完成", - "create.schematicannon.status.paused": "已暫停", - "create.schematicannon.status.stopped": "停止", - "create.schematicannon.status.noGunpowder": "火藥消耗完畢", - "create.schematicannon.status.targetNotLoaded": "方塊未讀取", - "create.schematicannon.status.targetOutsideRange": "定位目標太遠", - "create.schematicannon.status.searching": "搜尋", - "create.schematicannon.status.skipping": "跳過", - "create.schematicannon.status.missingBlock": "缺少方塊:", - "create.schematicannon.status.placing": "建築中", - "create.schematicannon.status.clearing": "清除方塊中", - "create.schematicannon.status.schematicInvalid": "藍圖無效", - "create.schematicannon.status.schematicNotPlaced": "藍圖未發佈", - "create.schematicannon.status.schematicExpired": "藍圖檔案已過期", - - "create.materialChecklist": "材料清單", - "create.materialChecklist.blocksNotLoaded": "*免責聲明* \n\n由於未讀取相關區塊,材料清單可能不正確", - - "create.gui.filter.deny_list": "黑名單", - "create.gui.filter.deny_list.description": "只通過不在黑名單中的物品,如果黑名單為空,所有物品都可以通過", - "create.gui.filter.allow_list": "白名單", - "create.gui.filter.allow_list.description": "只通過在白名單中的物品,如果白名單為空,所有物品都無法通過", - "create.gui.filter.respect_data": "比對物品屬性", - "create.gui.filter.respect_data.description": "只有物品的耐久、附魔等其他屬性相同時才可以比對", - "create.gui.filter.ignore_data": "忽略物品屬性", - "create.gui.filter.ignore_data.description": "配對時忽略物品的耐久、附魔等其他屬性", - - "create.item_attributes.placeable": "可放置", - "create.item_attributes.placeable.inverted": "不可放置", - "create.item_attributes.consumable": "可食用", - "create.item_attributes.consumable.inverted": "不可食用", - "create.item_attributes.fluid_container": "可儲存流體", - "create.item_attributes.fluid_container.inverted": "不可儲存流體", - "create.item_attributes.enchanted": "已被附魔", - "create.item_attributes.enchanted.inverted": "未被附魔", - "create.item_attributes.max_enchanted": "已達到最高附魔等級", - "create.item_attributes.max_enchanted.inverted": "未達到最高附魔等級", - "create.item_attributes.renamed": "有自訂名稱", - "create.item_attributes.renamed.inverted": "沒有自訂名稱", - "create.item_attributes.damaged": "已損壞", - "create.item_attributes.damaged.inverted": "未損壞", - "create.item_attributes.badly_damaged": "嚴重受損", - "create.item_attributes.badly_damaged.inverted": "未嚴重受損", - "create.item_attributes.not_stackable": "無法堆疊", - "create.item_attributes.not_stackable.inverted": "可堆疊", - "create.item_attributes.equipable": "可裝備", - "create.item_attributes.equipable.inverted": "不可裝備", - "create.item_attributes.furnace_fuel": "是燃料", - "create.item_attributes.furnace_fuel.inverted": "不是燃料", - "create.item_attributes.washable": "可被篩洗", - "create.item_attributes.washable.inverted": "不可被篩洗", - "create.item_attributes.hauntable": "可被喚魂", - "create.item_attributes.hauntable.inverted": "不可被喚魂", - "create.item_attributes.crushable": "可被粉碎", - "create.item_attributes.crushable.inverted": "不可被粉碎", - "create.item_attributes.smeltable": "可被熔爐融煉", - "create.item_attributes.smeltable.inverted": "不可被熔爐融煉", - "create.item_attributes.smokable": "可被煙熏", - "create.item_attributes.smokable.inverted": "不可被煙熏", - "create.item_attributes.blastable": "可被高爐融煉", - "create.item_attributes.blastable.inverted": "不可被高爐融煉", - "create.item_attributes.compostable": "可被堆肥", - "create.item_attributes.compostable.inverted": "不可被堆肥", - "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.in_tag": "標籤是 %1$s", - "create.item_attributes.in_tag.inverted": "標籤不是 %1$s", - "create.item_attributes.in_item_group": "屬於 %1$s", - "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.has_enchant": "有附魔效果 %1$s", - "create.item_attributes.has_enchant.inverted": "沒有附魔效果 %1$s", - "create.item_attributes.color": "已被染色成 %1$s", - "create.item_attributes.color.inverted": "未被染色成 %1$s", - "create.item_attributes.has_fluid": "包含 %1$s", - "create.item_attributes.has_fluid.inverted": "不包含 %1$s", - "create.item_attributes.has_name": "有自訂名稱 %1$s", - "create.item_attributes.has_name.inverted": "沒有自訂名稱 %1$s", - "create.item_attributes.book_author": "由 %1$s 編寫", - "create.item_attributes.book_author.inverted": "未由 %1$s 編寫", - "create.item_attributes.book_copy_original": "是原創的", - "create.item_attributes.book_copy_original.inverted": "不是原創的", - "create.item_attributes.book_copy_first": "是第一份複製", - "create.item_attributes.book_copy_first.inverted": "不是第一份複製", - "create.item_attributes.book_copy_second": "是第二份複製", - "create.item_attributes.book_copy_second.inverted": "不是第二份複製", - "create.item_attributes.book_copy_tattered": "是第三份複製", - "create.item_attributes.book_copy_tattered.inverted": "不是第三份複製", - "create.item_attributes.astralsorcery_amulet": "提升 %1$s", - "create.item_attributes.astralsorcery_amulet.inverted": "不提升 %1$s", - "create.item_attributes.astralsorcery_constellation": "與 %1$s 調和", - "create.item_attributes.astralsorcery_constellation.inverted": "未與 %1$s 調和", - "create.item_attributes.astralsorcery_crystal": "具有晶體屬性 %1$s", - "create.item_attributes.astralsorcery_crystal.inverted": "不具有晶體屬性 %1$s", - "create.item_attributes.astralsorcery_perk_gem": "具有特殊屬性 %1$s", - "create.item_attributes.astralsorcery_perk_gem.inverted": "不具有特殊屬性 %1$s", - - "create.gui.attribute_filter.no_selected_attributes": "沒有標記任何屬性", - "create.gui.attribute_filter.selected_attributes": "已選擇的屬性:", - "create.gui.attribute_filter.add_attribute": "向列表中加入屬性", - "create.gui.attribute_filter.add_inverted_attribute": "向列表中加入相反屬性", - "create.gui.attribute_filter.allow_list_disjunctive": "任意比對白名單(任何) ", - "create.gui.attribute_filter.allow_list_disjunctive.description": "只要有其中一項屬性符合,就可以通過", - "create.gui.attribute_filter.allow_list_conjunctive": "全部比對白名單(全部) ", - "create.gui.attribute_filter.allow_list_conjunctive.description": "只有所有屬性都相符才可以通過", - "create.gui.attribute_filter.deny_list": "黑名單", - "create.gui.attribute_filter.deny_list.description": "只要沒有上述屬性,就可以通過", - "create.gui.attribute_filter.add_reference_item": "加入參考物品", - - "create.tooltip.holdForDescription": "按住 [%1$s] 來讀取物品概要", - "create.tooltip.holdForControls": "按住 [%1$s] 來讀取控制方法", - "create.tooltip.keyShift": "Shift", - "create.tooltip.keyCtrl": "Ctrl", - "create.tooltip.speedRequirement": "需求速度:%1$s", - "create.tooltip.speedRequirement.none": "無", - "create.tooltip.speedRequirement.slow": "慢", - "create.tooltip.speedRequirement.medium": "適當", - "create.tooltip.speedRequirement.fast": "快", - "create.tooltip.stressImpact": "動能消耗:%1$s", - "create.tooltip.stressImpact.low": "低", - "create.tooltip.stressImpact.medium": "中", - "create.tooltip.stressImpact.high": "高", - "create.tooltip.stressImpact.overstressed": "過載", - "create.tooltip.up_to": "最高 %1$s", - "create.tooltip.capacityProvided": "動能輸出:%1$s", - "create.tooltip.capacityProvided.low": "小", - "create.tooltip.capacityProvided.medium": "中", - "create.tooltip.capacityProvided.high": "大", - "create.tooltip.generationSpeed": "產生 %1$s %2$s", - "create.tooltip.analogStrength": "訊號強度:%1$s/15", - - "create.mechanical_arm.extract_from": "從 %1$s 拿取物品", - "create.mechanical_arm.deposit_to": "向 %1$s 儲存物品", - "create.mechanical_arm.summary": "機械臂有 %1$s 輸入以及 %2$s 輸出", - "create.mechanical_arm.points_outside_range": "%1$s 由於距離限制,選定的互動點被移除", - - "create.weighted_ejector.target_set": "已選取目的地", - "create.weighted_ejector.target_not_valid": "彈射到鄰近的方塊(目的地無效)", - "create.weighted_ejector.no_target": "彈射到鄰近的方塊(未選取目的地)", - "create.weighted_ejector.targeting": "彈射到 [%1$s,%2$s,%3$s]", - "create.weighted_ejector.stack_size": "彈射物品數量", - - "create.logistics.when_multiple_outputs_available": "當多個輸出可用時", - - "create.mechanical_arm.selection_mode.round_robin": "輪詢調度", - "create.mechanical_arm.selection_mode.forced_round_robin": "強制輪詢調度", - "create.mechanical_arm.selection_mode.prefer_first": "第一目標優先", - - "create.tunnel.selection_mode.split": "分攤", - "create.tunnel.selection_mode.forced_split": "強制分攤", - "create.tunnel.selection_mode.round_robin": "輪詢調度", - "create.tunnel.selection_mode.forced_round_robin": "強制輪詢調度", - "create.tunnel.selection_mode.prefer_nearest": "最近優先", - "create.tunnel.selection_mode.randomize": "隨機", - "create.tunnel.selection_mode.synchronize": "同步輸入", - - "create.tooltip.chute.header": "滑槽資訊", - "create.tooltip.chute.items_move_down": "物品向下移動", - "create.tooltip.chute.items_move_up": "物品向上移動", - "create.tooltip.chute.no_fans_attached": "未安裝鼓風機", - "create.tooltip.chute.fans_push_up": "鼓風機從下方進行推動", - "create.tooltip.chute.fans_push_down": "鼓風機從上方進行推動", - "create.tooltip.chute.fans_pull_up": "鼓風機從下方進行吸引", - "create.tooltip.chute.fans_pull_down": "鼓風機從上方進行吸引", - "create.tooltip.chute.contains": "物品: %1$s x%2$s", - "create.tooltip.deployer.header": "機械手資訊", - "create.tooltip.deployer.using": "模式:使用", - "create.tooltip.deployer.punching": "模式:攻擊", - "create.tooltip.deployer.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": "綁定模式", - "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": "材料格", - "create.crafting_blueprint.filter_items_viable": "可使用進階物品過濾", - "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": "目標流體為無限供應", - "create.hint.mechanical_arm_no_targets.title": "沒有目標", - "create.hint.mechanical_arm_no_targets": "看起來這個_機械臂_沒有被分配任何_目標_。在手持機械臂的同時,右鍵選取輸送帶、置物台、漏斗或其他設備來設定目標", - "create.hint.empty_bearing.title": "更新軸承", - "create.hint.empty_bearing": "_空手右鍵_軸承來_加入_你新建造的結構", - "create.hint.full_deployer.title": "機械手物品溢出", - "create.hint.full_deployer": "_機械手_包含_過剩的物品_需要被_取出._使用漏斗_或其他方法將溢出解決", - - "create.backtank.low": "後背包壓力不足", - "create.backtank.depleted": "後背包壓力耗盡", - - "create.hint.derailed_train.title": "出軌的火車", - "create.hint.derailed_train": "這列_火車_不在軌道上,用扳手_左鍵點擊_它以重設到附近的軌道", - - "create.boiler.status": "鍋爐狀態:%1$s", - "create.boiler.status_short": "鍋爐:%1$s", - "create.boiler.passive": "運作中", - "create.boiler.idle": "閒置", - "create.boiler.lvl": "Lvl %1$s", - "create.boiler.max_lvl": "Max", - "create.boiler.size": "尺寸", - "create.boiler.size_dots": "...... ", - "create.boiler.water": "水量", - "create.boiler.water_dots": "...... ", - "create.boiler.heat": "熱量", - "create.boiler.heat_dots": "...... ", - "create.boiler.via_one_engine": "透過 1 個引擎", - "create.boiler.via_engines": "透過 %1$s 個引擎", - - "create.gui.schedule.lmb_edit": "左鍵點擊編輯", - "create.gui.schedule.rmb_remove": "右鍵點擊移除", - "create.gui.schedule.duplicate": "複製", - "create.gui.schedule.remove_entry": "移除動作", - "create.gui.schedule.add_entry": "增加動作", - "create.gui.schedule.move_up": "上移", - "create.gui.schedule.move_down": "下移", - "create.gui.schedule.add_condition": "增加條件", - "create.gui.schedule.alternative_condition": "增加替代條件", - - "create.schedule.instruction_type": "下一步:", - "create.schedule.instruction.editor": "指令編輯器", - "create.schedule.instruction.destination": "駛至車站", - "create.schedule.instruction.destination.summary": "下一站:", - "create.schedule.instruction.filter_edit_box": "站名", - "create.schedule.instruction.filter_edit_box_1": "使用「*」做為萬用字元", - "create.schedule.instruction.filter_edit_box_2": "例如:「我的車站,月台*」", - "create.schedule.instruction.filter_edit_box_3": "火車會選擇最近且未被使用的月台", - "create.schedule.instruction.rename": "更新時刻表標題", - "create.schedule.instruction.rename.summary": "新標題:", - "create.schedule.instruction.name_edit_box": "時刻表標題", - "create.schedule.instruction.name_edit_box_1": "影響顯示板上的文字", - "create.schedule.instruction.name_edit_box_2": "預設為下一個目的地的名稱", - "create.schedule.instruction.throttle": "極速限制", - "create.schedule.instruction.throttle.summary": "調整極速為 %1$s", - "create.schedule.instruction.throttle_edit_box": "油門", - "create.schedule.instruction.throttle_edit_box_1": "影響火車的極速", - "create.schedule.condition_type": "如果/之後…繼續", - "create.schedule.condition.editor": "條件編輯器", - "create.schedule.condition.delay": "延遲", - "create.schedule.condition.delay_short": "等待:%1$s", - "create.schedule.condition.delay.status": "%1$s 後出發", - "create.schedule.condition.idle": "閒置貨物", - "create.schedule.condition.idle_short": "貨物閒置:%1$s", - "create.schedule.condition.idle.status": "貨物閒置 %1$s", - "create.schedule.condition.for_x_time": "%1$s", - "create.schedule.condition.unloaded": "區塊卸載", - "create.schedule.condition.unloaded.status": "等待區塊卸載", - "create.schedule.condition.powered": "車站充能", - "create.schedule.condition.powered.status": "等待紅石訊號", - "create.schedule.condition.time_of_day": "日中時刻", - "create.schedule.condition.time_of_day.scheduled": "規劃時間:%1$s", - "create.schedule.condition.time_of_day.digital_format": "%1$s:%3$s %4$s", - "create.schedule.condition.time_of_day.rotation": "重複", - "create.schedule.condition.time_of_day.rotation.every_24": "每日", - "create.schedule.condition.time_of_day.rotation.every_12": "每 12 小時", - "create.schedule.condition.time_of_day.rotation.every_6": "每 6 小時", - "create.schedule.condition.time_of_day.rotation.every_4": "每 4 小時", - "create.schedule.condition.time_of_day.rotation.every_3": "每 3 小時", - "create.schedule.condition.time_of_day.rotation.every_2": "每 2 小時", - "create.schedule.condition.time_of_day.rotation.every_1": "每 1 小時", - "create.schedule.condition.time_of_day.rotation.every_0_45": "每 45 分鐘", - "create.schedule.condition.time_of_day.rotation.every_0_30": "每 30 分鐘", - "create.schedule.condition.time_of_day.rotation.every_0_15": "每 15 分鐘", - "create.schedule.condition.time_of_day.status": "發車於", - "create.schedule.condition.threshold.train_holds": "火車上有 %1$s", - "create.schedule.condition.threshold.greater": "多於", - "create.schedule.condition.threshold.less": "少於", - "create.schedule.condition.threshold.equal": "剛好", - "create.schedule.condition.threshold.x_units_of_item": "%1$s%2$s %3$s", - "create.schedule.condition.threshold.matching_content": "比對內容", - "create.schedule.condition.threshold.anything": "任何物品", - "create.schedule.condition.threshold.item_measure": "物品單位", - "create.schedule.condition.threshold.items": "個", - "create.schedule.condition.threshold.stacks": "組", - "create.schedule.condition.threshold.buckets": "桶", - "create.schedule.condition.threshold.status": "貨物:%1$s/%2$s %3$s", - "create.schedule.condition.threshold.place_item": "參考物品", - "create.schedule.condition.threshold.place_item_2": "可以使用過濾器", - "create.schedule.condition.threshold.place_item_3": "留空以相符任合物品", - "create.schedule.condition.fluid_threshold": "流體貨物條件", - "create.schedule.condition.item_threshold": "物品貨物條件", - "create.schedule.condition.redstone_link": "無線紅石連接", - "create.schedule.condition.redstone_link.status": "等待無線紅石連接", - "create.schedule.condition.redstone_link_on": "連線開啟", - "create.schedule.condition.redstone_link_off": "連線關閉", - "create.schedule.condition.redstone_link.powered": "開啟", - "create.schedule.condition.redstone_link.unpowered": "關閉", - "create.schedule.condition.redstone_link.frequency_state": "頻道狀態:", - "create.schedule.condition.redstone_link.frequency_powered": "頻道開啟:", - "create.schedule.condition.redstone_link.frequency_unpowered": "頻道關閉:", - "create.schedule.condition.player_count": "玩家入座", - "create.schedule.condition.player_count.summary": "%1$s玩家", - "create.schedule.condition.player_count.summary_plural": "%1$s玩家", - "create.schedule.condition.player_count.seated": "%1$s入座", - "create.schedule.condition.player_count.players": "玩家", - "create.schedule.condition.player_count.condition": "條件", - "create.schedule.condition.player_count.exactly": "剛好", - "create.schedule.condition.player_count.or_above": "或以上", - "create.schedule.condition.player_count.status": "乘客:%1$s/%2$s", - "create.schedule.loop": "持續循環", - "create.schedule.loop1": "時刻表結束後", - "create.schedule.loop2": "重新開始", - "create.schedule.reset": "重設進程", - "create.schedule.skip": "跳過現在的步驟", - "create.schedule.applied_to_train": "火車現在正照表操課", - "create.schedule.non_controlling_seat": "駕駛員必須坐在火車控制台前", - "create.schedule.remove_with_empty_hand": "空手移除現在的時刻表", - "create.schedule.auto_removed_from_train": "自動時刻表被棄置", - "create.schedule.removed_from_train": "從火車回收時刻表", - "create.schedule.no_stops": "這份時刻表沒有設定任何停靠站", - "create.schedule.continued": "時刻表已重新開始", - - "create.track.selection_cleared": "已清除選擇區域", - "create.track.valid_connection": "可以連接", - "create.track.second_point": "鋪設火車軌道或選擇第二處", - "create.track.too_far": "距離過遠", - "create.track.original_missing": "原方塊已被移除,潛行點擊以重設", - "create.track.perpendicular": "無法垂直連接軌道", - "create.track.ascending_s_curve": "無法鋪設有坡度的S形彎", - "create.track.too_sharp": "曲率過高", - "create.track.too_steep": "斜率過高", - "create.track.slope_turn": "轉彎時無法進入或離開斜坡", - "create.track.opposing_slopes": "無法連接下斜方向相反的斜坡", - "create.track.leave_slope_ascending": "無法在上升時離開這個斜坡", - "create.track.leave_slope_descending": "無法在下降時離開這個斜坡", - "create.track.turn_90": "單個彎最多只能轉 90 度", - "create.track.junction_start": "無法從道岔開始連接", - "create.track.turn_start": "無法從彎道開始連結", - "create.track.not_enough_tracks": "火車軌道不足", - "create.track.not_enough_pavement": "基座方塊不足", - - "create.portal_track.failed": "無法鋪設傳送門軌道:", - "create.portal_track.missing": "對向傳送門尚未生成", - "create.portal_track.blocked": "對向位址被堵塞(%1$s,%2$s,%3$s)", - - "create.station.idle": "車站閒置中", - "create.station.assembly_title": "組裝火車", - "create.station.close": "關閉視窗", - "create.station.cancel": "取消組裝", - "create.station.failed": "組裝失敗", - "create.station.icon_type": "圖示類型", - "create.station.create_train": "建立新火車", - "create.station.assemble_train": "組裝火車", - "create.station.disassemble_train": "拆解火車", - "create.station.remove_schedule": "回收時刻表", - "create.station.remove_auto_schedule": "棄置自動時刻表", - "create.station.no_assembly_diagonal": "無法在對角線軌道上", - "create.station.no_assembly_diagonal_1": "組裝火車", - "create.station.no_assembly_curve": "無法在彎道上", - "create.station.no_assembly_curve_1": "組裝火車", - "create.station.train_not_aligned": "仍有車廂未對齊", - "create.station.train_not_aligned_1": "無法拆解", - "create.station.carriage_number": "車廂 %1$s:", - "create.station.retry": "解決問題並重新嘗試", - "create.station.no_bogeys": "無轉向架", - "create.station.one_bogey": "一座轉向架", - "create.station.more_bogeys": "%1$s 座轉向架", - "create.station.how_to": "在醒目提示的軌道上放置火車機殼以建立轉向架", - "create.station.how_to_1": "破壞轉向架上方的方塊以移除轉向架", - "create.station.how_to_2": "搭建車廂時每個車廂都須與一或二座轉向架連接", - - "create.train_assembly.too_many_bogeys": "轉向架連接過多:%1$s", - "create.train_assembly.frontmost_bogey_at_station": "最前方的轉向架需位於車站標記處", - "create.train_assembly.no_bogeys": "找無轉向架", - "create.train_assembly.not_connected_in_order": "轉向架未按順序連接", - "create.train_assembly.bogeys_too_close": "轉向架 %1$s 及 %2$s 距離過近", - "create.train_assembly.single_bogey_carriage": "這類轉向架無法單獨支撐一個車廂", - "create.train_assembly.nothing_attached": "沒有任何結構連接到轉向架 %1$s", - "create.train_assembly.no_controls": "火車上需安裝至少一個面向前方的火車控制台", - "create.train_assembly.sideways_controls": "某個已安裝的火車控制台面向火車側面", - "create.train_assembly.bogey_created": "已建立轉向架,再度點擊以循環改變種類", - "create.train_assembly.requires_casing": "在軌道上放置火車機殼以建立轉向架", - - "create.track_target.set": "已選擇目標軌道", - "create.track_target.success": "成功綁定目標軌道", - "create.track_target.clear": "已清除選擇的軌道", - "create.track_target.missing": "先對目標火車軌道點擊右鍵", - "create.track_target.too_far": "目標軌道距離此處過遠", - "create.track_target.no_junctions": "目標軌道不能是道岔", - "create.track_target.occupied": "目標軌道被占用", - "create.track_target.invalid": "無法在此定位該軌道", - - "create.train.unnamed": "未命名火車", - "create.train.cannot_relocate_moving": "無法重新設置移動中的火車", - "create.train.relocate": "點擊軌道以重新設置 %1$s,潛行點擊則取消", - "create.train.relocate.abort": "重新設置被取消", - "create.train.relocate.success": "重新設置成功", - "create.train.relocate.valid": "火車可重新設置於此,點擊確認", - "create.train.relocate.invalid": "無法重新設置火車於此", - "create.train.relocate.too_far": "無法重新設置火車於過遠的位置", - "create.train.departing_from": "自 %1$s 發車", - "create.train.arrived_at": "抵達 %1$s", - "create.train.status": " 火車資訊:%1$s", - "create.train.status.back_on_track": "火車已回到軌道上", - "create.train.status.collision": "與其他火車相撞", - "create.train.status.end_of_track": "車廂已至軌道末端", - "create.train.status.double_portal": "車廂不能同時進入與離開傳送門", - "create.train.status.coupling_stress": "因連結器受壓,火車已被強制停止", - "create.train.status.track_missing": "火車下方無軌道", - "create.train.status.paused_for_manual": "時刻表暫停運作,手動控制中", - "create.train.status.opposite_driver": "路線需要駕駛員面向反方向", - "create.train.status.missing_driver": "駕駛員失蹤", - "create.train.status.found_driver": "已找到新的駕駛員", - "create.train.status.navigation_success": "導航成功", - "create.train.status.no_match": "圖上無符合「%1$s」的車站", - "create.train.status.no_path": "找無通往下個目的地的路線", - - "create.track_signal.cannot_change_mode": "無法切換訊號模式", - "create.track_signal.mode_change.entry_signal": "-> 若區間未被占用則允許通行", - "create.track_signal.mode_change.cross_signal": "-> 若區間可穿越則允許通行", - - "create.contraption.controls.start_controlling": "正在控制:%1$s", - "create.contraption.controls.stop_controlling": "停止控制裝置", - "create.contraption.controls.approach_station": "按住 %1$s 以接近 %2$s", - - "create.display_link.set": "已選定目標位置", - "create.display_link.success": "成功綁定到目標位置", - "create.display_link.clear": "清除位置選擇", - "create.display_link.too_far": "目標位置離這裡太遠", - "create.display_link.invalid": "鏈路沒有有效的目標,請嘗試重新放置", - "create.display_link.title": "連接鏈路", - "create.display_link.no_source": "非訊號源", - "create.display_link.no_target": "非訊號目標", - "create.display_link.reading_from": "讀取自:", - "create.display_link.writing_to": "發送到:", - "create.display_link.attached_side": "在接收側的方塊", - "create.display_link.targeted_location": "在目標位置的方塊", - "create.display_link.view_compatible": "點擊查看所有相容項目", - "create.display_link.information_type": "資訊類型", - "create.display_link.display_on": "將資料寫入:", - "create.display_link.display_on_multiline": "首行發送到:", - - "create.display_source.label": "加入標籤", - "create.display_source.combine_item_names": "內含的物件名稱", - "create.display_source.count_items": "相符的物品總量", - "create.display_source.list_items": "相符的物品清單", - "create.display_source.fluid_amount": "相符的流體總量", - "create.display_source.list_fluids": "相符的流體清單", - "create.display_source.nixie_tube": "複製文字", - "create.display_source.fill_level": "容器充填程度", - "create.display_source.fill_level.display": "顯示格式", - "create.display_source.fill_level.percent": "百分比", - "create.display_source.fill_level.progress_bar": "進度條", - "create.display_source.value_list.display": "數值格式", - "create.display_source.value_list.shortened": "精簡", - "create.display_source.value_list.full_number": "完整", - "create.display_source.value_list.thousand": "k", - "create.display_source.value_list.million": "m", - "create.display_source.player_deaths": "玩家死亡次數", - "create.display_source.scoreboard": "計分板", - "create.display_source.scoreboard.objective": "計分項 ID", - "create.display_source.scoreboard.objective_not_found": "找不到 「%1$s」", - "create.display_source.scoreboard.objective.deaths": "玩家死亡次數", - "create.display_source.time_of_day": "當日時間", - "create.display_source.stop_watch": "碼表", - "create.display_source.time.format": "時間格式", - "create.display_source.time.12_hour": "12小時制", - "create.display_source.time.24_hour": "24小時制", - "create.display_source.accumulate_items": "累積物品數量", - "create.display_source.item_throughput": "物品吞吐量", - "create.display_source.item_throughput.interval": "間隔", - "create.display_source.item_throughput.interval.second": "每秒", - "create.display_source.item_throughput.interval.minute": "每分鐘", - "create.display_source.item_throughput.interval.hour": "每小時", - "create.display_source.train_status": "火車時刻表資訊", - "create.display_source.station_summary": "火車站點概要", - "create.display_source.station_summary.filter": "站名過濾器", - "create.display_source.station_summary.train_name_column": "火車判定尺寸", - "create.display_source.station_summary.platform_column": "月台判定尺寸", - "create.display_source.station_summary.now": "到站", - "create.display_source.station_summary.minutes": " 分鐘", - "create.display_source.station_summary.seconds": "%1$s 秒", - "create.display_source.observed_train_name": "檢測到的火車名稱", - "create.display_source.max_enchant_level": "最大附魔費用", - "create.display_source.boiler_status": "鍋爐狀態", - "create.display_source.entity_name": "實體名稱", - "create.display_source.kinetic_speed": "轉速(RPM)", - "create.display_source.kinetic_speed.absolute": "無視轉向", - "create.display_source.kinetic_speed.directional": "顯示轉向", - "create.display_source.kinetic_stress": "網路負荷", - "create.display_source.kinetic_stress.display": "顯示資訊", - "create.display_source.kinetic_stress.progress_bar": "進度條", - "create.display_source.kinetic_stress.percent": "百分比", - "create.display_source.kinetic_stress.current": "動能負荷", - "create.display_source.kinetic_stress.max": "總能量", - "create.display_source.kinetic_stress.remaining": "剩餘動能", - "create.display_source.redstone_power": "紅石訊號強度", - "create.display_source.redstone_power.display": "顯示格式", - "create.display_source.redstone_power.number": "數值", - "create.display_source.redstone_power.progress_bar": "進度條", - "create.display_source.boiler.not_enough_space": "空間不足", - "create.display_source.boiler.for_boiler_status": "以顯示鍋爐狀態", - - "create.display_target.line": "第 %1$s 行", - "create.display_target.page": "第 %1$s 頁", - "create.display_target.single_line": "單行", - - "create.flap_display.cycles.alphabet": " ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", - "create.flap_display.cycles.numeric": " ;0;1;2;3;4;5;6;7;8;9", - "create.flap_display.cycles.arrival_time": " ; 分;現在;15 秒;30 秒;45 秒", - "create.flap_display.cycles.shortened_numbers": " ;K;M", - "create.flap_display.cycles.fluid_units": "mB;B ", - "create.flap_display.cycles.instant": " ; ", - "create.flap_display.cycles.pixel": "█;▓;?", - - "create.super_glue.too_far": "選取的區域過大", - "create.super_glue.cannot_reach": "選取的方塊必須連通", - "create.super_glue.click_to_confirm": "再度點擊以確認", - "create.super_glue.click_to_discard": "潛行右鍵以放棄選取", - "create.super_glue.first_pos": "已選取第一個位置", - "create.super_glue.abort": "放棄選取", - "create.super_glue.not_enough": "物品欄中沒有足夠的強力膠", - "create.super_glue.success": "塗抹強力膠…", - - "create.gui.config.overlay1": "嗨 :)", - "create.gui.config.overlay2": "這是一個實例層", - "create.gui.config.overlay3": "點擊並拖曳你的滑鼠", - "create.gui.config.overlay4": "來將它移動到前方", - "create.gui.config.overlay5": "ESC 退出目前介面", - "create.gui.config.overlay6": "並儲存新的位置", - "create.gui.config.overlay7": "輸入 /create overlay reset", - "create.gui.config.overlay8": "重設到預設位置", - - "create.command.killTPSCommand": "killtps", - "create.command.killTPSCommand.status.slowed_by.0": "[Create]: 伺服器每秒 tick 被降為 %s ms :o", - "create.command.killTPSCommand.status.slowed_by.1": "[Create]: 伺服器現在每秒 tick 被降為 >:)", - "create.command.killTPSCommand.status.slowed_by.2": "[Create]: 伺服器現在不延遲了,fps 正常 :D", - "create.command.killTPSCommand.status.usage.0": "[Create]: 用 /killtps stop 來讓伺服器的 fps 速度恢復正常", - "create.command.killTPSCommand.status.usage.1": "[Create]: 用 /killtps start 來手動降低伺服器 fps", - "create.command.killTPSCommand.argument.tickTime": "TickTime", - - "create.contraption.minecart_contraption_too_big": "這個礦車結構太大了而無法撿取", - "create.contraption.minecart_contraption_illegal_pickup": "一股神秘的力量將這個礦車結構與世界綁在一起", - - - "_": "->------------------------] Subtitles [------------------------<-", - - "create.subtitle.contraption_disassemble": "結構停止", - "create.subtitle.peculiar_bell_use": "黃銅鐘聲", - "create.subtitle.worldshaper_place": "地形塑造器發射聲", - "create.subtitle.whistle_train_manual": "火車汽笛聲", - "create.subtitle.steam": "蒸氣聲", - "create.subtitle.saw_activate_stone": "機械圓鋸機聲", - "create.subtitle.schematicannon_finish": "藍圖大炮完成任務", - "create.subtitle.crafter_craft": "機械合成器合成聲", - "create.subtitle.wrench_remove": "零件移除聲", - "create.subtitle.train3": "轉向架的車輪隆隆作響", - "create.subtitle.whistle": "汽笛聲", - "create.subtitle.cogs": "齒輪隆隆聲", - "create.subtitle.slime_added": "黏液擠壓", - "create.subtitle.whistle_train_low": "汽笛低嘯", - "create.subtitle.schematicannon_launch_block": "藍圖大炮發射", - "create.subtitle.controller_take": "拿下遙控器", - "create.subtitle.crafter_click": "機械合成器工作聲", - "create.subtitle.depot_plop": "物品著地", - "create.subtitle.confirm": "接受提示聲", - "create.subtitle.mixing": "攪拌機噪音", - "create.subtitle.mechanical_press_activation_belt": "液壓機工作", - "create.subtitle.fwoomp": "馬鈴薯大砲發射", - "create.subtitle.sanding_long": "打磨的聲響", - "create.subtitle.crushing_1": "粉碎的聲響", - "create.subtitle.depot_slide": "物品滑動聲", - "create.subtitle.blaze_munch": "烈焰使者咀嚼聲", - "create.subtitle.funnel_flap": "垂簾拍打", - "create.subtitle.haunted_bell_use": "靈魂鐘敲響", - "create.subtitle.scroll_value": "滾動輸入聲", - "create.subtitle.controller_put": "遙控器放置聲", - "create.subtitle.cranking": "手搖把手轉動聲", - "create.subtitle.sanding_short": "打磨的聲響", - "create.subtitle.wrench_rotate": "使用扳手", - "create.subtitle.potato_hit": "食物撞擊聲", - "create.subtitle.saw_activate_wood": "機械圓鋸機運作聲", - "create.subtitle.whistle_high": "汽笛高嘯", - "create.subtitle.whistle_train_manual_low": "火車汽笛聲", - "create.subtitle.whistle_train": "汽笛聲", - "create.subtitle.haunted_bell_convert": "靈魂鐘轉化聲", - "create.subtitle.train": "轉向架的車輪隆隆作響", - "create.subtitle.deny": "故障聲", - "create.subtitle.controller_click": "遙控器按鍵聲", - "create.subtitle.whistle_low": "汽笛低嘯", - "create.subtitle.copper_armor_equip": "潛水裝裝備聲", - "create.subtitle.mechanical_press_activation": "液壓機工作", - "create.subtitle.contraption_assemble": "結構移動", - - - "_": "->------------------------] Item Descriptions [------------------------<-", - - "item.create.example_item.tooltip": "UNLOCALIZED: EXAMPLE ITEM (just a marker that this tooltip exists)", - "item.create.example_item.tooltip.summary": "A brief description of the item._Underscores_highlight a term.", - "item.create.example_item.tooltip.condition1": "UNLOCALIZED: When this", - "item.create.example_item.tooltip.behaviour1": "Then this item does this(behaviours show on shift)", - "item.create.example_item.tooltip.condition2": "UNLOCALIZED: And When this", - "item.create.example_item.tooltip.behaviour2": "UNLOCALIZED: You can add as many behaviours as you like", - "item.create.example_item.tooltip.control1": "UNLOCALIZED: When Ctrl pressed", - "item.create.example_item.tooltip.action1": "UNLOCALIZED: These controls are displayed.", - - "block.create.wooden_bracket.tooltip": "木製支架", - "block.create.wooden_bracket.tooltip.summary": "用來裝飾_傳動軸_,_齒輪_和_管道_", - - "block.create.metal_bracket.tooltip": "金屬支架", - "block.create.metal_bracket.tooltip.summary": "用來裝飾_傳動軸_,_齒輪_和_管道_", - - "block.create.seat.tooltip": "坐墊", - "block.create.seat.tooltip.summary": "坐下來享受旅程吧!坐墊將會把玩家固定在一個移動裝置上,也可以用來作為居家裝飾,畢竟他有許多顏色", - "block.create.seat.tooltip.condition1": "對坐墊右鍵", - "block.create.seat.tooltip.behaviour1": "玩家將坐在_坐墊_上,按左側 Shift 可離開_坐墊_", - - "item.create.blaze_cake.tooltip": "烈焰蛋糕", - "item.create.blaze_cake.tooltip.summary": "為您辛勤工作的_烈焰使者_提供美味佳餚。讓牠們興奮起來吧!", - - "item.create.wand_of_symmetry.tooltip": "對稱杖", - "item.create.wand_of_symmetry.tooltip.summary": "完美地鏡面複製工作區域內的方塊放置於破壞", - "item.create.wand_of_symmetry.tooltip.condition1": "當在快捷欄時", - "item.create.wand_of_symmetry.tooltip.behaviour1": "持續進行鏡面複製", - "item.create.wand_of_symmetry.tooltip.control1": "當右鍵地面時", - "item.create.wand_of_symmetry.tooltip.action1": "_建立_或_移動_鏡子", - "item.create.wand_of_symmetry.tooltip.control2": "當右鍵空氣時", - "item.create.wand_of_symmetry.tooltip.action2": "_刪除_鏡子", - "item.create.wand_of_symmetry.tooltip.control3": "當潛行右鍵時", - "item.create.wand_of_symmetry.tooltip.action3": "開啟_GUI 介面_", - - "item.create.handheld_worldshaper.tooltip": "地形雕塑器", - "item.create.handheld_worldshaper.tooltip.summary": "用於創造_景觀_和_地形特徵_的便利工具", - "item.create.handheld_worldshaper.tooltip.control1": "當左鍵方塊時", - "item.create.handheld_worldshaper.tooltip.action1": "將地形雕塑器放置的方塊設定為所選的方塊", - "item.create.handheld_worldshaper.tooltip.control2": "當右鍵方塊時", - "item.create.handheld_worldshaper.tooltip.action2": "_放置_或_替換_所選的方塊", - "item.create.handheld_worldshaper.tooltip.control3": "當潛行右鍵時", - "item.create.handheld_worldshaper.tooltip.action3": "開啟_操作介面_", - - "item.create.tree_fertilizer.tooltip": "樹木肥料", - "item.create.tree_fertilizer.tooltip.summary": "適用來常見樹木的快速肥料", - "item.create.tree_fertilizer.tooltip.condition1": "對樹苗使用時", - "item.create.tree_fertilizer.tooltip.behaviour1": "無論_生長時間_多少,直接長大", - - "item.create.extendo_grip.tooltip": "伸縮機械手", - "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": "當裝備銅製後背包時", - "item.create.extendo_grip.tooltip.behaviour2": "_不會消耗耐久_,但是會抽取銅製後背包裡的_壓縮空氣_", - - "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": "將物品更精確地進行_篩選分類_,可以同時_篩選_多個物品或者將已標記的_過濾器_放在另一個_過濾器_里_嵌套_使用", - "item.create.filter.tooltip.condition1": "當放置於過濾插槽中時", - "item.create.filter.tooltip.behaviour1": "根據_過濾器_的設定,來_決定_物品是否能夠通過", - "item.create.filter.tooltip.condition2": "當點擊右鍵時", - "item.create.filter.tooltip.behaviour2": "開啟_設定面板_", - - "item.create.attribute_filter.tooltip": "屬性過濾器", - "item.create.attribute_filter.tooltip.summary": "比起普通過濾器,_屬性過濾器_可以根據不同物品的_屬性_來進行過濾", - "item.create.attribute_filter.tooltip.condition1": "當放置於過濾插槽中時", - "item.create.attribute_filter.tooltip.behaviour1": "根據_過濾器_的設定,來_決定_物品是否能夠通過", - "item.create.attribute_filter.tooltip.condition2": "當點擊右鍵時", - "item.create.attribute_filter.tooltip.behaviour2": "開啟_設定面板_", - - "item.create.empty_schematic.tooltip": "空白藍圖", - "item.create.empty_schematic.tooltip.summary": "可作為合成材料或在_藍圖桌_使用", - - "item.create.schematic.tooltip": "藍圖", - "item.create.schematic.tooltip.summary": "將工程結構的_設計圖_放置於_世界中_,並使用_藍圖加農炮_進行構建", - "item.create.schematic.tooltip.condition1": "當設計圖存在時", - "item.create.schematic.tooltip.behaviour1": "可以使用屏幕上的工具調整位置", - "item.create.schematic.tooltip.control1": "當潛行右鍵時", - "item.create.schematic.tooltip.action1": "開啟一個用來輸入_精確坐標_的介面", - - "item.create.schematic_and_quill.tooltip": "藍圖與筆", - "item.create.schematic_and_quill.tooltip.summary": "用來將世界中的結構存到 .nbt 檔案", - "item.create.schematic_and_quill.tooltip.condition1": "第一步", - "item.create.schematic_and_quill.tooltip.behaviour1": "手持藍圖與右鍵旋轉兩個點", - "item.create.schematic_and_quill.tooltip.condition2": "第二步", - "item.create.schematic_and_quill.tooltip.behaviour2": "按住 Ctrl 滑鼠滾輪選擇選區大小,右鍵空白處存檔", - "item.create.schematic_and_quill.tooltip.control1": "右鍵", - "item.create.schematic_and_quill.tooltip.action1": "選取點 / 確認存檔", - "item.create.schematic_and_quill.tooltip.control2": "按住 Ctrl 滑鼠滾輪", - "item.create.schematic_and_quill.tooltip.action2": "在_空中_選擇點滾動以調整距離", - "item.create.schematic_and_quill.tooltip.control3": "當潛行右鍵時", - "item.create.schematic_and_quill.tooltip.action3": "_重設_並刪除選區", - - "block.create.schematicannon.tooltip": "藍圖加農炮", - "block.create.schematicannon.tooltip.summary": "透過發射方塊以在世界中重新構建已部署的_全息圖_,使用相鄰箱子中的物品及_火藥_作為燃料", - "block.create.schematicannon.tooltip.condition1": "當你對加農砲右鍵時", - "block.create.schematicannon.tooltip.behaviour1": "開啟加農砲的設定介面", - - "block.create.schematic_table.tooltip": "藍圖桌", - "block.create.schematic_table.tooltip.summary": "將儲存的藍圖圖寫入_空白藍圖_", - "block.create.schematic_table.tooltip.condition1": "放入空白藍圖時", - "block.create.schematic_table.tooltip.behaviour1": "從 Schematics 資料夾上傳所選檔案", - - "item.create.goggles.tooltip": "工程師護目鏡", - "item.create.goggles.tooltip.summary": "一副特殊的眼鏡,能夠讓你看見_動能_的資訊", - "item.create.goggles.tooltip.condition1": "當裝備後", - "item.create.goggles.tooltip.behaviour1": "將會顯示該機械元件的_速度_、_動能_等數值", - "item.create.goggles.tooltip.condition2": "當裝備後看向儀表時", - "item.create.goggles.tooltip.behaviour2": "將會顯示該儀表所連接網路的_速度_、_動能_等數值", - "item.create.goggles.tooltip.condition3": "當裝備後看向流體容器時", - "item.create.goggles.tooltip.behaviour3": "將會顯示儲存在該容器內的 _流體_ 以及其 _容量_ 等資訊", - - "item.create.wrench.tooltip": "扳手", - "item.create.wrench.tooltip.summary": "一種常用的工具,能夠調整_動能_的_方向_、_設定_等", - "item.create.wrench.tooltip.control1": "右鍵動力元件時", - "item.create.wrench.tooltip.action1": "以點擊的面為軸心_旋轉_點擊的方塊", - "item.create.wrench.tooltip.control2": "當潛行右鍵時", - "item.create.wrench.tooltip.action2": "將物品_取下_並移動到你的背包中", - - "block.create.nozzle.tooltip": "分散網", - "block.create.nozzle.tooltip.summary": "依附在鼓風機上,能夠將鼓風機的效果_分散_各個方向", - - "block.create.cuckoo_clock.tooltip": "布穀鳥鐘", - "block.create.cuckoo_clock.tooltip.summary": "精美的布穀鳥鐘,能夠報時", - "block.create.cuckoo_clock.tooltip.condition1": "輸入動力時", - "block.create.cuckoo_clock.tooltip.behaviour1": "顯示_現在時間_且一天會報時_兩次_;中午一次,黃昏可以睡覺時一次 ", - - "block.create.turntable.tooltip": "轉盤", - "block.create.turntable.tooltip.summary": "讓旋轉機械給你帶來一場刺激的旋轉風車體驗", - - "block.create.toolbox.tooltip": "工具箱", - "block.create.toolbox.tooltip.summary": "發明家的好夥伴。便利且大量的_容納八種_物品", - "block.create.toolbox.tooltip.condition1": "拾取時", - "block.create.toolbox.tooltip.behaviour1": "_保留內容物_", - "block.create.toolbox.tooltip.condition2": "放置於一定範圍內時", - "block.create.toolbox.tooltip.behaviour2": "_附近玩家_可以按對應的_快捷鍵_(預設ALT) _遠程_訪問內容物", - "block.create.toolbox.tooltip.condition3": "當點擊右鍵時", - "block.create.toolbox.tooltip.behaviour3": "開啟_工具箱介面_", - - "block.create.stockpile_switch.tooltip": "存量偵測器", - "block.create.stockpile_switch.tooltip.summary": "根據連接的容器_儲存空間_的占用情況切換紅石訊號強度", - "block.create.stockpile_switch.tooltip.condition1": "低於下限或高於上限時", - "block.create.stockpile_switch.tooltip.behaviour1": "提供紅石訊號", - - "block.create.content_observer.tooltip": "物品偵測器", - "block.create.content_observer.tooltip.summary": "偵測_容器_、_管道_或_輸送帶_中,與_過濾器_設定相符的_物品_或_流體_", - "block.create.content_observer.tooltip.condition1": "偵測容器時", - "block.create.content_observer.tooltip.behaviour1": "偵測到容器內含_相符的內容物_時,發出_紅石訊號_", - "block.create.content_observer.tooltip.condition2": "偵測漏斗時", - "block.create.content_observer.tooltip.behaviour2": "偵測到_相符的物品_被_轉移_時,發出_紅石脈衝_", - - "block.create.creative_crate.tooltip": "創造模式板條箱", - "block.create.creative_crate.tooltip.summary": "這個容器可以給臨近的_藍圖大炮_提供無限物品以及燃料(創造模式專屬) ", - "block.create.creative_crate.tooltip.condition1": "當標記了物品時", - "block.create.creative_crate.tooltip.behaviour1": "容器將會從虛空中提供_無限量_的標記物品,並且任何放置到容器中的物品都會被_送入虛空_", - - "item.create.creative_blaze_cake.tooltip": "創造模式烈焰蛋糕", - "item.create.creative_blaze_cake.tooltip.summary": "為您的_烈焰使者_提供特別款待。吃完這個蛋糕後,烈焰使者將_永不耗盡燃料_", - "item.create.creative_blaze_cake.tooltip.condition1": "使用時", - "item.create.creative_blaze_cake.tooltip.behaviour1": "_循環地_更改烈焰使者的燃燒模式", - - "block.create.controller_rail.tooltip": "控制鐵軌", - "block.create.controller_rail.tooltip.summary": "單向電動導軌,能夠精細控制礦車的移動速度", - "block.create.controller_rail.tooltip.condition1": "輸入紅石訊號時", - "block.create.controller_rail.tooltip.behaviour1": "根據訊號強度_加速_或_減速_經過的礦車,並將紅石強度傳播到相鄰的控制鐵軌", - - "item.create.sand_paper.tooltip": "紅砂紙", - "item.create.sand_paper.tooltip.summary": "用來_打磨_物品的砂紙,可以用_機械手_來實現自動化", - "item.create.sand_paper.tooltip.condition1": "使用時", - "item.create.sand_paper.tooltip.behaviour1": "打磨_副手_上或者_準心所指_的物品", - - "item.create.builders_tea.tooltip": "建築工的茶", - "item.create.builders_tea.tooltip.summary": "神清氣爽的一天,從這杯完美茶飲開始。恢復_饑餓值_並獲得_加速_效果", - - "item.create.refined_radiance.tooltip": "光輝石", - "item.create.refined_radiance.tooltip.summary": "一種用_光輝_鍛造的化合物材料", - "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": "工作進度", - "item.create.shadow_steel.tooltip.behaviour1": "在未來的更新中會更新更多用途", - - "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": "潛水頭盔", - "item.create.diving_helmet.tooltip.summary": "和_銅製後背包_一起裝備時可以延長在_水下呼吸_的時間", - "item.create.diving_helmet.tooltip.condition1": "當裝備時", - "item.create.diving_helmet.tooltip.behaviour1": "提昇_水下呼吸效果_,會緩慢的抽取銅製後背包中的_壓縮空氣_", - - "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": "旋轉的速度決定收集_壓縮空氣_的速率", - - "block.create.placard.tooltip": "標示牌", - "block.create.placard.tooltip.summary": "用這個精美的牆板將你的_物品_用黃銅_框起來_。對器械安全!", - "block.create.placard.tooltip.condition1": "手持物品右鍵時", - "block.create.placard.tooltip.behaviour1": "_放入_手持的_物品_。若該物品已經存在,則_發出紅石脈衝_", - "block.create.placard.tooltip.condition2": "當點擊左鍵時", - "block.create.placard.tooltip.behaviour2": "_移除_標示牌當前的_物品_", - - "block.create.flywheel.tooltip": "飛輪", - "block.create.flywheel.tooltip.summary": "用雄偉的黃銅飛輪_裝飾_你的_機械_", - "block.create.flywheel.tooltip.condition1": "以動力驅動時", - "block.create.flywheel.tooltip.behaviour1": "開始轉動", - - "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": "合成藍圖", - "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": "將兩個礦車耦合在一起,在移動時將它們保持_恆定的距離_", - - "item.create.experience_nugget.tooltip": "經驗金塊", - "item.create.experience_nugget.tooltip.summary": "_叮!_來自奇妙發明的一點_靈感_", - "item.create.experience_nugget.tooltip.condition1": "使用時", - "item.create.experience_nugget.tooltip.behaviour1": "得到其中包含的_經驗值_", - - "block.create.peculiar_bell.tooltip": "黃銅鐘", - "block.create.peculiar_bell.tooltip.summary": "一個裝飾性的_鐘_,放在_靈魂火_正上方會有意想不到的副作用", - - "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.subject": "本場景的主題", - "create.ponder.pondering": "有關於…", - "create.ponder.identify_mode": "暫停模式已啟動\n按 [%1$s] 來取消暫停模式", - "create.ponder.associated": "相關物品", - "create.ponder.close": "關閉", - "create.ponder.identify": "暫停", - "create.ponder.next": "下個場景", - "create.ponder.next_up": "接下來:", - "create.ponder.previous": "上個場景", - "create.ponder.replay": "重播", - "create.ponder.think_back": "返回", - "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.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.display_sources": "顯示鏈路的訊號源", - "create.ponder.tag.display_sources.description": "可發送訊號供顯示鏈路讀取的部件或方塊", - "create.ponder.tag.logistics": "傳輸物品", - "create.ponder.tag.logistics.description": "該裝置用於物品的傳輸", - "create.ponder.tag.display_targets": "顯示鏈路的目標", - "create.ponder.tag.display_targets.description": "可接收顯示鏈路的訊號,並處理或顯示資訊的部件或方塊", - "create.ponder.tag.train_related": "鐵道設備", - "create.ponder.tag.train_related.description": "製造或管理火車裝置的零件", - - "create.ponder.analog_lever.header": "使用可調式控制桿來控制訊號", - "create.ponder.analog_lever.text_1": "可調式控制桿是一種小巧而輕準的紅石能源", - "create.ponder.analog_lever.text_2": "右鍵以增加紅石訊號強度", - "create.ponder.analog_lever.text_3": "潛行右鍵以降低紅石訊號強度", - - "create.ponder.andesite_tunnel.header": "使用安山岩物品隧道", - "create.ponder.andesite_tunnel.text_1": "安山岩物品隧道可以覆蓋在輸送帶上", - "create.ponder.andesite_tunnel.text_2": "當安山岩物品隧道側邊連接到另一條輸送帶時…", - "create.ponder.andesite_tunnel.text_3": "…隧道將會從經過的整組物品中拿出一個丟到另一條輸送帶上", - "create.ponder.andesite_tunnel.text_4": "剩餘物品則按照原路輸出", - - "create.ponder.auto_schedule.header": "車站與火車調度", - "create.ponder.auto_schedule.text_1": "時刻表可以提供駕駛員目的地", - "create.ponder.auto_schedule.text_2": "紅石比較器會在有火車時收到訊號", - "create.ponder.auto_schedule.text_3": "火車只能從指定的方向進入車站", - "create.ponder.auto_schedule.text_4": "車站也可以自動分配新的時刻表給駕駛員", - "create.ponder.auto_schedule.text_5": "置於車站上的時刻表會自動複製給當前的火車", - "create.ponder.auto_schedule.text_6": "與手動調度不同,自動調度並不會使駕駛員攜帶時刻表在身上", - - "create.ponder.basin.header": "在作業盆中處理物品", - "create.ponder.basin.text_1": "作業盆可以放入物品或流體來進行處理", - "create.ponder.basin.text_2": "在每次的處理完成後,作業盆會試著輸出成品到他的側面下方", - "create.ponder.basin.text_3": "當側面下方有一個有效的容器或設備,作業盆側面會出現一個輸出嘴", - "create.ponder.basin.text_4": "有很多的容器或設備可以觸發上述現象", - "create.ponder.basin.text_5": "作業盆輸出的成品會被儲存到該容器或設備內", - "create.ponder.basin.text_6": "如果側面沒有出現輸出嘴,則作業盆內的成品則不會輸出", - "create.ponder.basin.text_7": "這個原理用在產生的成品為下一輪處理的原料時相當有用", - "create.ponder.basin.text_8": "期望的成品將會從作業盆中輸出", - "create.ponder.basin.text_9": "加裝過濾器可防止未被處理的物品輸出", - - "create.ponder.bearing_modes.header": "機械軸承的工作模式", - "create.ponder.bearing_modes.text_1": "當機械軸承停止時,它會控制整個結構停在最近的垂直線上並實體化", - "create.ponder.bearing_modes.text_2": "你可以控制它不要實體化,或是在結構起始位置才實體化", - - "create.ponder.belt_casing.header": "包裹住輸送帶", - "create.ponder.belt_casing.text_1": "安山岩機殼或黃銅機殼可以用來裝飾輸送帶", - "create.ponder.belt_casing.text_2": "使用扳手可以移除機殼", - - "create.ponder.belt_connector.header": "使用輸送帶", - "create.ponder.belt_connector.text_1": "手持輸送帶對兩根傳動軸右鍵以安裝輸送帶", - "create.ponder.belt_connector.text_2": "不小心點到傳動軸的話可以潛行右鍵來取消選取", - "create.ponder.belt_connector.text_3": "輸送帶間只要有空間就能安裝額外的傳動軸", - "create.ponder.belt_connector.text_4": "相同輸送帶接出來的傳動軸轉速及轉向會相同", - "create.ponder.belt_connector.text_5": "使用扳手可以移除已安裝的傳動軸", - "create.ponder.belt_connector.text_6": "輸送帶可以被各種染料染色", - - "create.ponder.belt_directions.header": "輸送帶正確的安裝方向", - "create.ponder.belt_directions.text_1": "輸送帶不可以隨意聯結", - "create.ponder.belt_directions.text_2": "1. 輸送帶可以水平連結", - "create.ponder.belt_directions.text_3": "2. 輸送帶可以對角連結", - "create.ponder.belt_directions.text_4": "3. 輸送帶可以垂直連結", - "create.ponder.belt_directions.text_5": "4. 也可以連結在垂直的傳動軸上", - "create.ponder.belt_directions.text_6": "這些都是可以使用的連接方式,輸送帶可以放置的長度為 2 至 20 格", - - "create.ponder.belt_transport.header": "將輸送帶用於後勤", - "create.ponder.belt_transport.text_1": "被啟動的輸送帶能運送物品及實體", - "create.ponder.belt_transport.text_2": "空手對輸送帶上的物品右鍵即可從輸送帶上取下物品", - - "create.ponder.blaze_burner.header": "餵食烈焰使者動力爐", - "create.ponder.blaze_burner.text_1": "烈焰使者動力爐可以用來加熱作業盆", - "create.ponder.blaze_burner.text_2": "你需要餵食可以燃燒的物品來加熱作業盆", - "create.ponder.blaze_burner.text_3": "餵食烈焰蛋糕可以讓烈焰使者動力爐加熱到另一個更高的境界", - "create.ponder.blaze_burner.text_4": "使用機械手或機械臂來將餵食自動化", - - "create.ponder.brass_funnel.header": "黃銅漏斗", - "create.ponder.brass_funnel.text_1": "安山岩漏斗每次只能傳輸一個物品", - "create.ponder.brass_funnel.text_2": "但黃銅漏斗每次可以傳輸整組物品", - "create.ponder.brass_funnel.text_3": "對漏斗上的過濾格使用滾輪可以調整每次輸出物品的數量", - "create.ponder.brass_funnel.text_4": "手持物品對漏斗上的過濾格右鍵可以限制漏斗只輸出該物品", - - "create.ponder.brass_tunnel.header": "使用黃銅隧道", - "create.ponder.brass_tunnel.text_1": "黃銅隧道必須裝設在輸送帶上", - "create.ponder.brass_tunnel.text_2": "黃銅隧道輸出入口上都有過濾格", - "create.ponder.brass_tunnel.text_3": "在輸入口上的過濾器會阻擋不相符的物品", - "create.ponder.brass_tunnel.text_4": "在輸出口上的過濾器可依種類整理排列物品", - "create.ponder.brass_tunnel.text_5": "如果數種與過濾相符的物品通過隧道,隧道的分配模式將決定如何處理這些物品", - "create.ponder.brass_tunnel.text_6": "在平行相鄰的輸送帶上,相鄰的黃銅隧道將會成為一組", - "create.ponder.brass_tunnel.text_7": "輸入該組內的物品將會採用該組隧道的分配模式輸送", - "create.ponder.brass_tunnel.text_8": "在這個情況下,物品也能被直接輸入到隧道方塊", - - "create.ponder.brass_tunnel_modes.header": "黃銅隧道的分配模式", - "create.ponder.brass_tunnel_modes.text_1": "使用扳手來調整隧道的分配模式", - "create.ponder.brass_tunnel_modes.text_10": "「同步輸入」 是一種黃銅隧道的特殊設定", - "create.ponder.brass_tunnel_modes.text_11": "當同組內的所有隧道都有一個可通過的物品時,所有隧道才可輸出物品", - "create.ponder.brass_tunnel_modes.text_12": "這確保了同組隧道所在的輸送帶都能以同一速率輸出物品", - "create.ponder.brass_tunnel_modes.text_2": "「分流輸出」 此模式會將物品輸出到該組隧道可用的輸出口", - "create.ponder.brass_tunnel_modes.text_3": "如果該組隧道內某個輸出口無法再輸出物品,則該輸出口會被跳過", - "create.ponder.brass_tunnel_modes.text_4": "「強制分流輸出」 模式不會跳過某個無法輸出物品的輸出口,直到該輸出口可以輸出物品", - "create.ponder.brass_tunnel_modes.text_5": "「輪詢輸入」 模式將會保持整組物品完整性,然後在有輸出口可以輸出時才輸入物品", - "create.ponder.brass_tunnel_modes.text_6": "如果該組隧道內某個輸出口無法再輸出物品,則該輸出口會被跳過", - "create.ponder.brass_tunnel_modes.text_7": "「強制輪詢輸入」 模式不會跳過某個無法輸出物品的輸出口,直到該輸出口可以輸出物品", - "create.ponder.brass_tunnel_modes.text_8": "「鄰近優先」 模式會將物品輸出到該組隧道離物品輸入口最近的出口", - "create.ponder.brass_tunnel_modes.text_9": "「隨機輸出」 模式會隨機選擇同組隧道的一個輸出口輸出", - - "create.ponder.cart_assembler.header": "使用礦車裝修站裝修礦車來移動結構", - "create.ponder.cart_assembler.text_1": "礦車裝修站會將所有連接到礦車的結構裝在礦車上", - "create.ponder.cart_assembler.text_2": "如果沒有紅時訊號,它會將礦車結構分解成方塊", - "create.ponder.cart_assembler.text_3": "對礦車結構使用扳手可以將礦車變成物品", - - "create.ponder.cart_assembler_dual.header": "雙礦車結構", - "create.ponder.cart_assembler_dual.text_1": "當兩台礦車在同一礦車結構上", - "create.ponder.cart_assembler_dual.text_2": "任一礦車裝修站收到紅石訊號時,會形成完整的一個礦車結構", - "create.ponder.cart_assembler_dual.text_3": "整個礦車結構會類似於用礦車連結器連接兩個礦車結構", - - "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": "如果在裝修站鎖定其方向,則結構方向不會隨礦車方向改變", - - "create.ponder.cart_assembler_rails.header": "其他種類的礦車和鐵軌", - "create.ponder.cart_assembler_rails.text_1": "放在普通鐵軌上的礦車裝修站不會影響礦車的動作", - "create.ponder.cart_assembler_rails.text_2": "如果裝修站在沒有紅石訊號的動力鐵軌或控制鐵軌上,則礦車會停下直到鐵軌收到紅石訊號", - "create.ponder.cart_assembler_rails.text_3": "有幾種礦車可以當作錨來使用", - "create.ponder.cart_assembler_rails.text_4": "熔爐礦車會盡可能維持熔煉狀態,並會拿取鄰近儲存結構上的燃料", - - "create.ponder.chain_drive.header": "使用鏈式傳動箱傳輸動力", - "create.ponder.chain_drive.text_1": "同一排上的鏈式傳動箱會互相傳輸動力", - "create.ponder.chain_drive.text_2": "所有傳動軸此時會朝相同方向旋轉", - "create.ponder.chain_drive.text_3": "任一個鏈式傳動箱被旋轉 90 度時所有鏈式傳動箱仍可正常運作", - - "create.ponder.chain_gearshift.header": "使用可調式鏈式變速箱來調整轉速", - "create.ponder.chain_gearshift.text_1": "未被控制的可調式鏈式變速箱與鏈式傳動箱無異", - "create.ponder.chain_gearshift.text_2": "當可調式鏈式變速箱被啟動後,它會把轉速提升兩倍傳至其他鏈式傳動箱", - "create.ponder.chain_gearshift.text_3": "當被啟動的可調式鏈式變速箱並不是動能輸入端,則它會把轉速減半", - "create.ponder.chain_gearshift.text_4": "上述兩種狀況中,其他鏈式傳動箱都會被可調式鏈式變速箱提升兩倍的轉速", - "create.ponder.chain_gearshift.text_5": "利用紅石訊號的強度,轉速倍率可以在 1 至 2 倍之間調整", - "create.ponder.chain_gearshift.text_6": "12 RPM", - - "create.ponder.chute.header": "使用滑槽向下輸送物品", - "create.ponder.chute.text_1": "滑槽可以在兩個垂直的儲物空間中輸送物品", - "create.ponder.chute.text_2": "使用扳手可以讓它產生一個觀景窗", - "create.ponder.chute.text_3": "在滑槽的側面放置另一個滑槽,會產生一個斜狀的滑槽", - - "create.ponder.chute_upward.header": "使用滑槽向上輸送物品", - "create.ponder.chute_upward.text_1": "在滑槽上方或下方使用鼓風機時,物品會根據被向上或向下吹", - "create.ponder.chute_upward.text_2": "裝備工程師護目鏡以觀測物品的傳輸方向", - "create.ponder.chute_upward.text_3": "如滑槽底端被擋住,則物品只能由側邊進行輸出入", - - "create.ponder.clockwork_bearing.header": "使用時鐘軸承來建造時鐘結構", - "create.ponder.clockwork_bearing.text_1": "時鐘軸承會黏住其前方方塊產生一個時針結構", - "create.ponder.clockwork_bearing.text_2": "在輸入動力後,該結構會依照遊戲時間來旋轉", - "create.ponder.clockwork_bearing.text_3": "3:00", - "create.ponder.clockwork_bearing.text_4": "4:00", - "create.ponder.clockwork_bearing.text_5": "對軸承右鍵會使結構啟動或停止", - "create.ponder.clockwork_bearing.text_6": "在時針結構的前方可再增加一組分針結構", - "create.ponder.clockwork_bearing.text_7": "你必須確保時針分針結構間未被使用強力膠之類的相連零件", - "create.ponder.clockwork_bearing.text_8": "分針結構此時將正常運作", - - "create.ponder.clutch.header": "使用離合器控制動力", - "create.ponder.clutch.text_1": "離合器能將動力沿直線傳輸", - "create.ponder.clutch.text_2": "當離合器被啟動,離合器會中斷動力傳輸", - - "create.ponder.cog_speedup.header": "使用大小齒輪來變速", - "create.ponder.cog_speedup.text_1": "大齒輪與小齒輪可以斜向連接", - "create.ponder.cog_speedup.text_2": "大齒輪帶動小齒輪旋轉時,轉速加倍", - "create.ponder.cog_speedup.text_3": "小齒輪帶動大齒輪旋轉時,轉速減半", - - "create.ponder.cogwheel.header": "使用齒輪來傳輸動力", - "create.ponder.cogwheel.text_1": "齒輪會將動力傳輸至臨近的齒輪", - "create.ponder.cogwheel.text_2": "以此方式連接的齒輪,旋轉方向相反", - - "create.ponder.cogwheel_casing.header": "齒輪裝殼", - "create.ponder.cogwheel_casing.text_1": "黃銅或安山岩機殼可用於裝飾齒輪", - "create.ponder.cogwheel_casing.text_2": "裝殼後新加入的組件不會與傳動軸相連", - "create.ponder.cogwheel_casing.text_3": "扳手可用於切換連接", - - "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": "創造模式馬達不僅能夠手動設定輸出動力,而且體積相當小巧", - "create.ponder.creative_motor.text_2": "對其背後面板滑動滾輪,可以改變馬達的轉速", - - "create.ponder.creative_motor_mojang.header": "Mojang's Enigma", - - "create.ponder.crushing_wheels.header": "使用粉碎輪處理物品", - "create.ponder.crushing_wheels.text_1": "一對粉碎輪,可以有效地進行研磨", - "create.ponder.crushing_wheels.text_2": "它們的輸入軸必須使兩個輪子契合的轉動", - "create.ponder.crushing_wheels.text_3": "扔入或者放入的物品都會被粉碎處理", - "create.ponder.crushing_wheels.text_4": "你也可以使用自動化進行物品的輸入以及撿取", - - "create.ponder.deployer.header": "使用機械手", - "create.ponder.deployer.text_1": "在機械手獲得動力後能夠模仿玩家的各種行為", - "create.ponder.deployer.text_10": "對機械手手部點擊右鍵,即可將手上的物品給它使用", - "create.ponder.deployer.text_11": "物品也可以自動化輸入到機械手內", - "create.ponder.deployer.text_12": "機械手附帶一個過濾格", - "create.ponder.deployer.text_13": "當設定了過濾後,只有當它的手中物品與過濾格相符時,它才會工作", - "create.ponder.deployer.text_14": "只有與過濾格相符的物品才可輸入…", - "create.ponder.deployer.text_15": "…不符的物品可被取出來", - "create.ponder.deployer.text_2": "它只會與它正前方兩格處的位置進行互動", - "create.ponder.deployer.text_3": "放在在它面前的方塊不會阻攔它的工作", - "create.ponder.deployer.text_4": "機械手可以:", - "create.ponder.deployer.text_5": "放置方塊", - "create.ponder.deployer.text_6": "使用物品", - "create.ponder.deployer.text_7": "啟動方塊", - "create.ponder.deployer.text_8": "採收方塊", - "create.ponder.deployer.text_9": "以及攻擊生物", - - "create.ponder.deployer_contraption.header": "在裝置上使用機械手", - "create.ponder.deployer_contraption.text_1": "當機械手在移動的結構上時…", - "create.ponder.deployer_contraption.text_2": "機械手會對每一個經過的方塊使用裝置中任意容器內的物品", - "create.ponder.deployer_contraption.text_3": "可以透過過濾格來指定其從儲存空間中抽取的物品", - - "create.ponder.deployer_modes.header": "機械手的工作模式", - "create.ponder.deployer_modes.text_1": "在預設情況下,機械手模仿玩家的右鍵", - "create.ponder.deployer_modes.text_2": "使用扳手可以將模式調整為模仿玩家的左鍵", - - "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": "當機械手收到紅時訊號時會停止工作", - "create.ponder.deployer_redstone.text_2": "在停止工作前,機械手會完成目前手頭上的工作", - "create.ponder.deployer_redstone.text_3": "因此,輸入脈衝訊號可以使其每次只進行一個週期的工作", - - "create.ponder.depot.header": "使用置物台", - "create.ponder.depot.text_1": "置物台可以被當成一個「靜止的」傳送帶原件使用", - "create.ponder.depot.text_2": "右鍵可以手動放置或取下物品", - "create.ponder.depot.text_3": "與傳送帶一樣,它也可以將其內的物品轉送到其他設備中進行加工…", - "create.ponder.depot.text_4": "…同時物品也可以被機械手存取", - - "create.ponder.display_board.header": "使用顯示板", - "create.ponder.display_board.text_1": "顯示板是可選擇性擴充的標誌", - "create.ponder.display_board.text_2": "它們需要動力才能運作", - "create.ponder.display_board.text_3": "可以透過命名牌顯示文字…", - "create.ponder.display_board.text_4": "…或透過顯示鏈路", - "create.ponder.display_board.text_5": "染料可以應用於顯示板的各行", - "create.ponder.display_board.text_6": "空手點擊可以重設", - - "create.ponder.display_link.header": "設置顯示鏈路", - "create.ponder.display_link.text_1": "顯示鏈路用於可視化動態資訊", - "create.ponder.display_link.text_2": "首先,右鍵目標顯示器…", - "create.ponder.display_link.text_3": "…然後將其放到想要讀取的方塊上", - "create.ponder.display_link.text_4": "開啟介面,以選擇和設定想發送的內容", - "create.ponder.display_link.text_5": "顯示器將從鏈路接收資訊", - "create.ponder.display_link.text_6": "並非所有方塊都可以作為訊號源", - "create.ponder.display_link.text_7": "每種相容的方塊都提供獨特的資訊", - "create.ponder.display_link.text_8": "顯示鏈路可以在多種不同的顯示器上運作", - - "create.ponder.display_link_redstone.header": "以紅石控制", - "create.ponder.display_link_redstone.text_1": "接收紅石訊號時,顯示鏈路將停止更新資訊", - "create.ponder.display_link_redstone.text_2": "紅石訊號一旦消失,計時器會重設並立即發送資訊", - "create.ponder.display_link_redstone.text_3": "從訊號源發出的紅石訊號不會造成影響", - - "create.ponder.empty_blaze_burner.header": "使用空的烈焰使者動力爐", - "create.ponder.empty_blaze_burner.text_1": "手持空的烈焰使者動力爐右鍵烈焰使者來抓取烈焰使者", - "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_6": "但是,這樣的熱源不足以給機器加工提供足夠的熱量", - - "create.ponder.encased_fluid_pipe.header": "流體管道箱", - "create.ponder.encased_fluid_pipe.text_1": "銅製機殼可以裝飾流體管道", - "create.ponder.encased_fluid_pipe.text_2": "除了遮蔽流體管道以外,流體管道箱並不會改變管道的連接狀態", - "create.ponder.encased_fluid_pipe.text_3": "流體管道箱不會因旁邊新增或移除管道而產生反應", - - "create.ponder.fan_direction.header": "鼓風機的氣流", - "create.ponder.fan_direction.text_1": "鼓風機藉由動力製造氣流", - "create.ponder.fan_direction.text_2": "流速以及方向由輸入軸的強弱以及方向而定", - - "create.ponder.fan_processing.header": "使用鼓風機加工物品", - "create.ponder.fan_processing.text_1": "當氣流吹過熔岩時,氣流會被加熱", - "create.ponder.fan_processing.text_2": "熱氣流中的物品會被冶煉", - "create.ponder.fan_processing.text_3": "但在氣流中的食物會被直接燒成灰", - "create.ponder.fan_processing.text_4": "而想要烹飪食物,必須要透過吹過火焰的氣流來煙燻食物", - "create.ponder.fan_processing.text_5": "當氣流吹過水後,便可用於洗滌物品", - "create.ponder.fan_processing.text_6": "這種加工方法可以做到不少有趣的事情", - "create.ponder.fan_processing.text_7": "鼓風機的轉速對加工的速度沒有影響,只影響氣流的吹拂距離", - "create.ponder.fan_processing.text_8": "而那些放置在置物台或者傳送帶上的物品,鼓風機也是可以處理的", - - "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": "抽取並填滿流體罐", - "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": "流體罐的尺寸", - "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": "在流體罐中儲存流體", - "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.funnel_compat.header": "漏斗的相容性", - "create.ponder.funnel_compat.text_1": "漏斗可以與一些其他組件互動", - "create.ponder.funnel_compat.text_2": "機械圓鋸機", - "create.ponder.funnel_compat.text_3": "置物台", - "create.ponder.funnel_compat.text_4": "分液池", - - "create.ponder.funnel_direction.header": "物流方向", - "create.ponder.funnel_direction.text_1": "直接放置時,漏斗會將物品從容器中取出", - "create.ponder.funnel_direction.text_2": "潛行放置時,漏斗會將物品置入容器中", - "create.ponder.funnel_direction.text_3": "使用扳手可以改變漏斗的存取模式", - "create.ponder.funnel_direction.text_4": "對大多數朝向放置的漏斗都具有此特性", - "create.ponder.funnel_direction.text_5": "在傳送帶末端放置的漏斗會根據傳送帶的傳動方向存/取物品", - - "create.ponder.funnel_intro.header": "使用漏斗", - "create.ponder.funnel_intro.text_1": "用漏斗來存取物品欄內的物品,可謂又快又好", - - "create.ponder.funnel_redstone.header": "紅石訊號控制", - "create.ponder.funnel_redstone.text_1": "紅石訊號會使漏斗停止工作", - - "create.ponder.funnel_transfer.header": "直接運輸", - "create.ponder.funnel_transfer.text_1": "漏斗無法將物品傳輸到非開放式的物品欄中", - "create.ponder.funnel_transfer.text_2": "滑槽和智慧滑槽更適用於這樣的場景", - "create.ponder.funnel_transfer.text_3": "水平傳輸也是如此,也許傳送帶更方便快捷", - - "create.ponder.gantry_carriage.header": "使用起重機", - "create.ponder.gantry_carriage.text_1": "起重機可以被放置在起重機導軌上,並且可以沿著起重機導軌運動", - "create.ponder.gantry_carriage.text_2": "起重機可以移動其黏附的方塊", - - "create.ponder.gantry_cascaded.header": "串聯起重機", - "create.ponder.gantry_cascaded.text_1": "無需強力膠,起重機便可與導軌相連", - "create.ponder.gantry_cascaded.text_2": "即使是在移動的起重機導軌上也是如此", - "create.ponder.gantry_cascaded.text_3": "因此,起重機系統可以串聯起來,以在多個軸上運動", - - "create.ponder.gantry_direction.header": "起重機移動方向", - "create.ponder.gantry_direction.text_1": "導軌可以以相反的方向運作", - "create.ponder.gantry_direction.text_2": "起重機的移動方向取決於導軌的朝向", - "create.ponder.gantry_direction.text_3": "…以及導軌的轉向", - "create.ponder.gantry_direction.text_4": "規則同樣適用於起重機的動力傳輸", - - "create.ponder.gantry_redstone.header": "起重機的動力傳輸", - "create.ponder.gantry_redstone.text_1": "以紅石訊號充能導軌,可以讓起重機停止移動", - "create.ponder.gantry_redstone.text_2": "作為替代,導軌上的動力會傳輸到起重機的輸出軸上", - - "create.ponder.gantry_shaft.header": "使用起重機導軌", - "create.ponder.gantry_shaft.text_1": "起重機導軌組成了起重機結構的基礎,與其相接的起重機可以沿著杆進行移動", - "create.ponder.gantry_shaft.text_2": "起重機結構可以移動與其相接的方塊", - - "create.ponder.gearbox.header": "使用十字齒輪箱傳輸動力", - "create.ponder.gearbox.text_1": "更改旋轉軸,很容易使得整個旋轉體系變得臃腫不堪", - "create.ponder.gearbox.text_2": "十字齒輪箱則是替代方案,它的體積更為小巧緊", - "create.ponder.gearbox.text_3": "側邊連接的傳動桿,旋轉方向與輸入端一致", - "create.ponder.gearbox.text_4": "直線連接的傳動桿,旋轉方向會被反轉", - - "create.ponder.gearshift.header": "使用反轉齒輪箱控制動力", - "create.ponder.gearshift.text_1": "反轉齒輪箱可以直線傳輸旋轉", - "create.ponder.gearshift.text_2": "輸入紅石訊號後,輸出端的旋轉方向會被反轉", - - "create.ponder.hand_crank.header": "使用手搖把手產生動力", - "create.ponder.hand_crank.text_1": "玩家可以使用手搖把手來手動產生動力", - "create.ponder.hand_crank.text_2": "按住右鍵可以逆時針旋轉它", - "create.ponder.hand_crank.text_3": "它產生的轉速相對較高", - "create.ponder.hand_crank.text_4": "潛行長按右鍵可以順時針旋轉它", - - "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": "被動填充和排放大量流體", - "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": "軟管滑輪抽取、填滿水平面", - "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": "使用分液池清空流體容器", - "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.item_vault_sizes.header": "儲物倉的尺寸", - "create.ponder.item_vault_sizes.text_1": "儲物倉可以合併,以增加容量", - "create.ponder.item_vault_sizes.text_2": "它們的直徑可達 3 個方塊寬…", - "create.ponder.item_vault_sizes.text_3": "…而長度可以增長到直徑的 3 倍", - - "create.ponder.item_vault_storage.header": "儲存物品至儲物倉", - "create.ponder.item_vault_storage.text_1": "儲物倉可用於儲存大量物品", - "create.ponder.item_vault_storage.text_2": "但是,不能手動存放或提取內容物", - "create.ponder.item_vault_storage.text_3": "任何用於物品傳輸的部件都可以嵌入…", - "create.ponder.item_vault_storage.text_4": "…並從該容器中提取內容物", - - "create.ponder.large_cogwheel.header": "使用大齒輪傳輸動力", - "create.ponder.large_cogwheel.text_1": "大齒輪可以以特定的角度相互連接", - "create.ponder.large_cogwheel.text_2": "可以利用大齒輪變更旋轉軸向", - - "create.ponder.linear_chassis_attachment.header": "使用機殼底盤黏合方塊", - "create.ponder.linear_chassis_attachment.text_1": "它的開放面可以變為黏性面", - "create.ponder.linear_chassis_attachment.text_2": "再度點擊黏性面,可以將它的相反面也變得具有黏性", - "create.ponder.linear_chassis_attachment.text_3": "空手潛行右鍵可以移除此面的黏性物", - "create.ponder.linear_chassis_attachment.text_4": "黏性面可以將此面前方的一長條方塊黏住", - "create.ponder.linear_chassis_attachment.text_5": "使用扳手可以精確控制底盤的影響範圍", - "create.ponder.linear_chassis_attachment.text_6": "按住 Ctrl 滑動滾輪,你可以一次性調節所有底盤的影響範圍", - "create.ponder.linear_chassis_attachment.text_7": "若想讓底盤的其他面也能黏方塊,你需要用到強力膠", - "create.ponder.linear_chassis_attachment.text_8": "利用這些機制,任何形狀的機制都可以像裝置那樣移動", - - "create.ponder.linear_chassis_group.header": "成組移動機殼底盤", - "create.ponder.linear_chassis_group.text_1": "相鄰的機殼底盤可以相互連接在一起", - "create.ponder.linear_chassis_group.text_2": "其中的一個底盤若被移動,其餘的底盤也會跟著移動", - "create.ponder.linear_chassis_group.text_3": "不同種類的底盤,或者是朝向不一致的底盤,將不會相連", - - "create.ponder.mechanical_arm.header": "設置機械臂", - "create.ponder.mechanical_arm.text_1": "你得在放置機械臂之前就設定好它的輸入以及輸出端", - "create.ponder.mechanical_arm.text_2": "手持機械臂右鍵某個儲存空間,可以將其指定為目標", - "create.ponder.mechanical_arm.text_3": "再度右鍵可以將其在輸入端(藍色) 以及輸出端(橙色) 之間切換", - "create.ponder.mechanical_arm.text_4": "左鍵組件可以移除選擇", - "create.ponder.mechanical_arm.text_5": "將機械臂放下來後,它會將此前選擇的方塊作為目標", - "create.ponder.mechanical_arm.text_6": "在有效範圍內,機械臂可以有任意數量的輸出以及輸入端", - "create.ponder.mechanical_arm.text_7": "然而,並不是所有的儲存空間可以被直接互動", - "create.ponder.mechanical_arm.text_8": "在此情況下,漏斗和置物台可以解決此問題", - - "create.ponder.mechanical_arm_filtering.header": "過濾機械臂的輸出端", - "create.ponder.mechanical_arm_filtering.text_1": "輸入", - "create.ponder.mechanical_arm_filtering.text_2": "輸出", - "create.ponder.mechanical_arm_filtering.text_3": "有時,你會想著利用某種過濾限煞車力臂的目標", - "create.ponder.mechanical_arm_filtering.text_4": "機械臂自身並不提供任何過濾選項", - "create.ponder.mechanical_arm_filtering.text_5": "然而,若將黃銅漏斗作為目標,則漏斗的過濾槽則可以應用至機械臂上", - "create.ponder.mechanical_arm_filtering.text_6": "機械臂足夠聰明,它不會去拿取那些它無法分配的物品", - - "create.ponder.mechanical_arm_modes.header": "機械臂的分配模式", - "create.ponder.mechanical_arm_modes.text_1": "輸入", - "create.ponder.mechanical_arm_modes.text_2": "輸出", - "create.ponder.mechanical_arm_modes.text_3": "若機械臂必須在數個有效的輸出端之間作出選擇…", - "create.ponder.mechanical_arm_modes.text_4": "…它會依照自己的設定選擇特定的行為", - "create.ponder.mechanical_arm_modes.text_5": "手持扳手對其滑動滾輪,可以改變其設定", - "create.ponder.mechanical_arm_modes.text_6": "輪詢調度模式很好理解,即循環輸出至所有有效的輸出端", - "create.ponder.mechanical_arm_modes.text_7": "如果某個輸出端無法容納更多物品,則它會被跳過", - "create.ponder.mechanical_arm_modes.text_8": "強制輪詢調度不會跳過任何輸出端,機械臂會一直等待,直到輸出端有空位容納物品輸入", - "create.ponder.mechanical_arm_modes.text_9": "最近優先模式會使得機械臂先將物品輸出至更早被選擇的輸出端", - - "create.ponder.mechanical_arm_redstone.header": "利用紅石訊號控制機械臂", - "create.ponder.mechanical_arm_redstone.text_1": "輸入紅石訊號後,機械臂會停止工作", - "create.ponder.mechanical_arm_redstone.text_2": "在停止工作前,它會完成目前正在進行的工作週期", - "create.ponder.mechanical_arm_redstone.text_3": "因此,輸入單次負紅石脈衝可以精確控制機械臂,使其每次只進行單個週期的工作", - - "create.ponder.mechanical_bearing.header": "使用機械軸承移動結構", - "create.ponder.mechanical_bearing.text_1": "機械軸承會與其前方的方塊黏合在一起", - "create.ponder.mechanical_bearing.text_2": "接收到動力後,它會將這一黏合結構組裝為旋轉裝置", - - "create.ponder.mechanical_crafter.header": "設置機械合成器", - "create.ponder.mechanical_crafter.text_1": "機械合成器陣列可用於自動化任何合成配方的製作", - "create.ponder.mechanical_crafter.text_2": "使用扳手可以調控合成器的合成通路", - "create.ponder.mechanical_crafter.text_3": "所有的合成通路必須匯集到任意一側的一個出口,整套合成器方可算是設置正確", - "create.ponder.mechanical_crafter.text_4": "輸出產物會被放入位於出口的儲存空間中", - "create.ponder.mechanical_crafter.text_5": "機械合成器的運轉需要動力的供應", - "create.ponder.mechanical_crafter.text_6": "右鍵合成器正面,可以手動放入物品", - "create.ponder.mechanical_crafter.text_7": "一旦合成通路上的所有合成槽位都有了物品,合成就會開始", - "create.ponder.mechanical_crafter.text_8": "而對於那些沒有完全占滿所有合成器槽位的配方,你可以輸入紅石訊號強制啟動合成", - - "create.ponder.mechanical_crafter_connect.header": "為合成器連接物品欄", - "create.ponder.mechanical_crafter_connect.text_1": "合成器可以自動接受向其輸入的物品", - "create.ponder.mechanical_crafter_connect.text_2": "對其背面使用扳手,可以連接合成器", - "create.ponder.mechanical_crafter_connect.text_3": "所有相連的合成器可以訪問同一個位置的輸入", - - "create.ponder.mechanical_crafter_covers.header": "蓋住機械合成器的合成槽", - "create.ponder.mechanical_crafter_covers.text_1": "有些配方需要額外的合成器,來補足合成通路上的間隙", - "create.ponder.mechanical_crafter_covers.text_2": "使用合成槽蓋板,合成器會在合成進行時的行為就如同一個空的合成槽位", - "create.ponder.mechanical_crafter_covers.text_3": "被蓋住的合成器並不會阻斷共享輸入端的影響", - - "create.ponder.mechanical_drill.header": "使用機械鑽頭破壞方塊", - "create.ponder.mechanical_drill.text_1": "當向其輸入動力後,機械鑽頭會破壞它面前的方塊", - "create.ponder.mechanical_drill.text_2": "它的挖掘速度取決於輸入軸的轉速", - - "create.ponder.mechanical_drill_contraption.header": "在裝置中使用機械鑽頭", - "create.ponder.mechanical_drill_contraption.text_1": "在運動裝置中使用機械鑽頭時…", - "create.ponder.mechanical_drill_contraption.text_2": "…它會破壞掉它撞上的方塊", - - "create.ponder.mechanical_harvester.header": "在裝置中使用機械收割機", - "create.ponder.mechanical_harvester.text_1": "在運動裝置中使用機械收割機時…", - "create.ponder.mechanical_harvester.text_2": "它會採收其路徑上的作物,並重設這些作物的生長進度", - - "create.ponder.mechanical_mixer.header": "使用機械攪拌器處理物品", - "create.ponder.mechanical_mixer.text_1": "使用攪拌器和工作盆,你可以自動化某些合成配方", - "create.ponder.mechanical_mixer.text_2": "有效配方包括各種無序合成配方,以及一些額外的配方", - "create.ponder.mechanical_mixer.text_3": "一些配方可能需要使用烈焰使者動力爐提供熱量", - "create.ponder.mechanical_mixer.text_4": "過濾槽可用於解決兩個配方相互衝突的情況", - - "create.ponder.mechanical_piston.header": "使用機械活塞移動結構", - "create.ponder.mechanical_piston.text_1": "機械活塞可以移動它前方的方塊", - "create.ponder.mechanical_piston.text_2": "移動速度和方向取決於輸入軸", - "create.ponder.mechanical_piston.text_3": "黏性機械活塞可以將相接的方塊拉回來", - - "create.ponder.mechanical_piston_modes.header": "機械活塞的移動模式", - "create.ponder.mechanical_piston_modes.text_1": "一旦活塞停下,被移動的結構就會回退到方塊狀態", - "create.ponder.mechanical_piston_modes.text_2": "你也可以將其設定為從不方塊化,或者只在起始位置方塊化", - - "create.ponder.mechanical_plough.header": "在裝置中使用機械犁", - "create.ponder.mechanical_plough.text_1": "在運動裝置中使用機械犁時…", - "create.ponder.mechanical_plough.text_2": "…它會破壞掉那些不具有固體碰撞箱的方塊", - "create.ponder.mechanical_plough.text_3": "此外,機械犁可以耕地", - "create.ponder.mechanical_plough.text_4": "…它也可以在不傷害實體的情況下推動它們", - - "create.ponder.mechanical_press.header": "使用機械鍛壓機處理物品", - "create.ponder.mechanical_press.text_1": "機械鍛壓機可以處理位於其下方的物品", - "create.ponder.mechanical_press.text_2": "在其下方丟入物品,或者將物品放在置物台上,都算作有效的物品輸入", - "create.ponder.mechanical_press.text_3": "若物品被輸入時正位於傳送帶上…", - "create.ponder.mechanical_press.text_4": "輥軋機會使物品停下,然後自動處理這一物品", - - "create.ponder.mechanical_press_compacting.header": "使用機械鍛壓機壓縮物品", - "create.ponder.mechanical_press_compacting.text_1": "對放置於工作盆內的物品進行輥軋,可以將這些物品壓縮在一起", - "create.ponder.mechanical_press_compacting.text_2": "壓縮意指任何同種物品填滿了 2x2 或者 3x3 網格的配方,以及一些額外的配方", - "create.ponder.mechanical_press_compacting.text_3": "一些配方可能需要烈焰使者動力爐提供熱量", - "create.ponder.mechanical_press_compacting.text_4": "過濾槽可用於解決兩個配方相互衝突的情況", - - "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": "機械幫浦的吞吐量", - "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": "向其輸入動力後,機械圓鋸機可以直接砍伐掉它面前的樹木", - "create.ponder.mechanical_saw_breaker.text_2": "想要一次性砍掉整棵樹,鋸子必須破壞掉樹與地面連接的最後一個方塊", - - "create.ponder.mechanical_saw_contraption.header": "在裝置中使用機械圓鋸機", - "create.ponder.mechanical_saw_contraption.text_1": "若在運動裝置中使用機械圓鋸機…", - "create.ponder.mechanical_saw_contraption.text_2": "…它會將撞到它的樹木破壞掉", - - "create.ponder.mechanical_saw_processing.header": "使用機械圓鋸機處理物品", - "create.ponder.mechanical_saw_processing.text_1": "面朝上方的機械圓鋸機可以加工各種物品", - "create.ponder.mechanical_saw_processing.text_2": "處理後的物品總是逆著機械圓鋸機的轉向移動", - "create.ponder.mechanical_saw_processing.text_3": "機械圓鋸機可以配合輸送帶運駔", - "create.ponder.mechanical_saw_processing.text_4": "當原料有多種可產出的產品時,過濾槽可以指定產品的種類", - "create.ponder.mechanical_saw_processing.text_5": "若沒有使用過濾槽,機械圓鋸機循環的生產可產出的產品", - - "create.ponder.millstone.header": "使用石磨處理物品", - "create.ponder.millstone.text_1": "石磨會對輸入的物品進行磨製", - "create.ponder.millstone.text_2": "在其側邊使用齒輪與其相耦合,方可為其輸入動力", - "create.ponder.millstone.text_3": "頂部可以丟入或者塞入物品", - "create.ponder.millstone.text_4": "一段時間過後,右鍵石磨可以拿出其中的產物", - "create.ponder.millstone.text_5": "產物的提取也是可以自動化的", - - "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": "移動式流體口", - "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": "玩家無法與運動裝置內的儲存空間進行互動", - "create.ponder.portable_storage_interface.text_2": "這一組件可以在不停止裝置的情況下與裝置內的儲存空間進行互動", - "create.ponder.portable_storage_interface.text_3": "放置第二個介面時,記得要與裝置介面相隔 1 格或者 2 格的距離", - "create.ponder.portable_storage_interface.text_4": "當它們彼此經過時,它們會連接在一起", - "create.ponder.portable_storage_interface.text_5": "連接狀態下,固定側介面便會作為整個裝置的儲存空間代理", - "create.ponder.portable_storage_interface.text_6": "物品會被輸入到裝置內…", - "create.ponder.portable_storage_interface.text_7": "…或是從裝置中提取出來", - "create.ponder.portable_storage_interface.text_8": "物品交換完畢後,裝置仍然會停留在原地一小會,然後才會繼續前行", - - "create.ponder.portable_storage_interface_redstone.header": "紅石控制", - "create.ponder.portable_storage_interface_redstone.text_1": "輸入紅石訊號可以阻止固定側介面的連接行為", - - "create.ponder.powered_latch.header": "使用閂鎖器控制訊號", - "create.ponder.powered_latch.text_1": "閂鎖器是一種可以用紅石訊號控制的拉杆", - "create.ponder.powered_latch.text_2": "後方輸入的訊號會將其設為開啟狀態", - "create.ponder.powered_latch.text_3": "側邊輸入的訊號會將其設為關閉狀態", - "create.ponder.powered_latch.text_4": "你也可以手動切換其狀態", - - "create.ponder.powered_toggle_latch.header": "使用T型正反器控制訊號", - "create.ponder.powered_toggle_latch.text_1": "T型正反器是一種可以用紅石訊號控制的拉杆", - "create.ponder.powered_toggle_latch.text_2": "後方訊號輸入可以改變它的狀態", - "create.ponder.powered_toggle_latch.text_3": "…開啟或者是關閉", - "create.ponder.powered_toggle_latch.text_4": "你也可以手動切換其狀態", - - "create.ponder.pulse_extender.header": "使用脈衝延長器控制訊號", - "create.ponder.pulse_extender.text_1": "脈衝延長器可以延長通過的訊號", - "create.ponder.pulse_extender.text_2": "它們會在短暫延遲後被開啟…", - "create.ponder.pulse_extender.text_3": "…並於設定的延遲過後關閉", - "create.ponder.pulse_extender.text_4": "使用滑鼠滾輪可以設定延遲", - "create.ponder.pulse_extender.text_5": "延遲最長可達 30 分鐘", - - "create.ponder.pulse_repeater.header": "使用脈衝中繼器控制訊號", - "create.ponder.pulse_repeater.text_1": "脈衝中繼器會在延遲後發出一個短脈衝", - "create.ponder.pulse_repeater.text_2": "使用滑鼠滾輪可以設定延遲", - "create.ponder.pulse_repeater.text_3": "延遲最長可達 30 分鐘", - - "create.ponder.radial_chassis.header": "使用旋轉底盤黏著方塊", - "create.ponder.radial_chassis.text_1": "同一行上的旋轉底盤會相互連接在一起", - "create.ponder.radial_chassis.text_2": "當其中的一個底盤被裝置帶動時,其餘的底盤也會被帶動", - "create.ponder.radial_chassis.text_3": "底盤的側邊可以變為黏性面", - "create.ponder.radial_chassis.text_4": "再度點擊黏性面,可以讓其所有面都變得帶黏性", - "create.ponder.radial_chassis.text_5": "空手潛行右鍵可以移除其上的黏性物", - "create.ponder.radial_chassis.text_6": "若有物品與底盤的黏性面相接觸…", - "create.ponder.radial_chassis.text_7": "…底盤便會與同層且位於半徑內的所有可及方塊黏著在一起", - "create.ponder.radial_chassis.text_8": "使用扳手可以精確指定底盤的影響範圍", - "create.ponder.radial_chassis.text_9": "黏性面一側的不可及方塊不會被黏著", - - "create.ponder.redstone_contact.header": "接觸式偵測器", - "create.ponder.redstone_contact.text_1": "當兩個接觸式偵測器面對面時,它們會發出紅石訊號", - "create.ponder.redstone_contact.text_2": "若其中一方位於運動裝置上,它們仍正常生效", - - "create.ponder.redstone_link.header": "使用無線紅石鏈路", - "create.ponder.redstone_link.text_1": "無線紅石鏈路可以無線傳輸紅石訊號", - "create.ponder.redstone_link.text_2": "潛行右鍵可以改變其接收模式", - "create.ponder.redstone_link.text_3": "手持扳手右鍵也可以", - "create.ponder.redstone_link.text_4": "接收端會發出由傳輸端發來的訊號,有效距離為 128 格", - "create.ponder.redstone_link.text_5": "在它們所帶的槽位中放上物品,可以為它們指定頻道", - "create.ponder.redstone_link.text_6": "只有頻道相符的機方可互通", - - "create.ponder.rope_pulley.header": "使用繩索滑輪移動結構", - "create.ponder.rope_pulley.text_1": "繩索滑輪在輸入動力時可以垂直移動方塊結構", - "create.ponder.rope_pulley.text_2": "移動的方向及速度取決於輸入軸", - - "create.ponder.rope_pulley_attachment.header": "繩索滑輪與裝置一同運動", - "create.ponder.rope_pulley_attachment.text_1": "當繩索滑輪本身在裝置中被帶動時…", - "create.ponder.rope_pulley_attachment.text_2": "…它附著在滑輪上的結構會被滑輪拉著一同移動", - "create.ponder.rope_pulley_attachment.text_3": "注意,只有繩索滑輪停止工作時才能被移動", - - "create.ponder.rope_pulley_modes.header": "繩索滑輪的運動模式", - "create.ponder.rope_pulley_modes.text_1": "當繩索滑輪停止運動時,它所附屬的移動結構便會方塊化", - "create.ponder.rope_pulley_modes.text_2": "你可以調整整個結構永不方塊化,或者僅在結構的初始位置方塊化", - - "create.ponder.rose_quartz_lamp.header": "玫瑰石英燈", - "create.ponder.rose_quartz_lamp.text_1": "玫瑰石英燈由紅石訊號開啟", - "create.ponder.rose_quartz_lamp.text_2": "之後它們會持續發出紅石能量", - "create.ponder.rose_quartz_lamp.text_3": "當多個燈排列成一組…", - "create.ponder.rose_quartz_lamp.text_4": "…訊號會集中到新開啟的燈,其餘的將熄滅", - "create.ponder.rose_quartz_lamp.text_5": "比較器的輸出強度,取決於開啟的燈的距離", - "create.ponder.rose_quartz_lamp.text_6": "也可以透過扳手手動切換", - - "create.ponder.rotation_speed_controller.header": "使用轉速控制器", - "create.ponder.rotation_speed_controller.text_1": "轉速控制器將動能從其轉軸傳輸至它上方的大齒輪", - "create.ponder.rotation_speed_controller.text_2": "在其側面滾動滑鼠滾輪,可以調節輸出轉速", - - "create.ponder.sail.header": "使用風帆來組裝風車", - "create.ponder.sail.text_1": "風帆是製作風車的趁手材料", - "create.ponder.sail.text_2": "無需強力膠等黏附手段,它們便可自行互相連結", - "create.ponder.sail.text_3": "手持染料右鍵可對其染色", - "create.ponder.sail.text_4": "手持剪刀右鍵可剪除帆布,使其變迴風帆框架", - - "create.ponder.sail_frame.header": "使用風帆框架來組裝風車", - "create.ponder.sail_frame.text_1": "風帆框架是製作風車的趁手材料", - "create.ponder.sail_frame.text_2": "無需強力膠等黏附手段,它們便可自行互相連結", - - "create.ponder.sequenced_gearshift.header": "使用可編程齒輪箱來控制轉速", - "create.ponder.sequenced_gearshift.text_1": "可編程齒輪箱能夠根據玩家設置的預設時序表來傳輸動力", - "create.ponder.sequenced_gearshift.text_2": "右鍵可以開啟設置面板", - "create.ponder.sequenced_gearshift.text_3": "接受紅石訊號時,它會開始執行其內部已設定好的時序指令表", - "create.ponder.sequenced_gearshift.text_4": "當完成時序指令表後,它會進入待機狀態,再度接受紅石訊號後,它才會再度執行時序指令表內容", - "create.ponder.sequenced_gearshift.text_5": "紅石比較器可以讀取目前時序指令表完成進度", - - "create.ponder.shaft.header": "使用傳動軸來傳輸動力", - "create.ponder.shaft.text_1": "傳動軸可以直線傳輸動力", - - "create.ponder.shaft_casing.header": "包裹傳動軸", - "create.ponder.shaft_casing.text_1": "黃銅及安山岩機殼可以用來裝飾傳動軸", - - "create.ponder.smart_chute.header": "使用智慧滑槽來過濾物品", - "create.ponder.smart_chute.text_1": "智慧滑槽是一種可以被控制的滑槽", - "create.ponder.smart_chute.text_2": "當在其過濾槽內指定了物品後,滑槽只會傳輸這一指定標記的物品", - "create.ponder.smart_chute.text_3": "使用滑鼠滾輪可以指定被過濾的物品數量", - "create.ponder.smart_chute.text_4": "輸入紅石訊號,智慧滑槽將會完全暫停工作", - - "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": "當佩戴工程師護目鏡時,可以看到儀表所顯示的更詳細的資訊", - "create.ponder.speedometer.text_3": "紅石比較器可以根據轉速計的數值輸出不同強弱的紅石訊號", - - "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": "當機械軸承在結構被帶動時…", - "create.ponder.stabilized_bearings.text_2": "…它會確保它轉盤的垂直朝向不變", - "create.ponder.stabilized_bearings.text_3": "跟預設的一樣,機械軸承會黏著它前方的方塊", - "create.ponder.stabilized_bearings.text_4": "這種情況下,它所黏著的子結構的垂直朝向也不會改變", - - "create.ponder.steam_engine.header": "設置蒸汽機", - "create.ponder.steam_engine.text_1": "蒸汽機可以放置在流體儲存罐上", - "create.ponder.steam_engine.text_10": "Lvl 4", - "create.ponder.steam_engine.text_11": "4 個引擎", - "create.ponder.steam_engine.text_12": "Lvl 8", - "create.ponder.steam_engine.text_13": "8 個引擎", - "create.ponder.steam_engine.text_2": "手持傳動軸右鍵以輸出動力", - "create.ponder.steam_engine.text_3": "給予足夠的熱量、水和鍋爐空間…", - "create.ponder.steam_engine.text_4": "…它們會產生動力", - "create.ponder.steam_engine.text_5": "最低配備為 4 個流體儲存罐", - "create.ponder.steam_engine.text_6": "在烈焰使者動力爐的幫助下,功率可以得到提升", - "create.ponder.steam_engine.text_7": "更高的功率需要更多的熱量、水和空間", - "create.ponder.steam_engine.text_8": "可以使用工程師護目鏡檢查鍋爐的當前功率", - "create.ponder.steam_engine.text_9": "每提升一級功率,可以額外使一個蒸汽機滿負荷輸出", - - "create.ponder.steam_whistle.header": "設置汽笛", - "create.ponder.steam_whistle.text_1": "汽笛可以放置在流體儲存罐上", - "create.ponder.steam_whistle.text_2": "當儲存罐的熱量足夠…", - "create.ponder.steam_whistle.text_3": "…汽笛將被觸發並發出一個音", - "create.ponder.steam_whistle.text_4": "增加汽笛以降低音高", - "create.ponder.steam_whistle.text_5": "使用扳手可以設置音調在三個八度間切換", - "create.ponder.steam_whistle.text_6": "工程師護目鏡可以查看汽笛的音高", - - "create.ponder.sticker.header": "使用方塊黏著器來黏取方塊", - "create.ponder.sticker.text_1": "方塊黏著器是一個很棒的裝置,他受控於紅石訊號", - "create.ponder.sticker.text_2": "當接收到訊號時,他會黏起面前的一個方塊", - "create.ponder.sticker.text_3": "如果此時方塊黏著器被移動,被黏到的方塊會跟著移動", - "create.ponder.sticker.text_4": "再度接收到訊號後,黏著器會放下它面前的方塊", - - "create.ponder.stressometer.header": "使用動力計來監測動力", - "create.ponder.stressometer.text_1": "動力計能顯示目前動能網路內的動力資訊", - "create.ponder.stressometer.text_2": "當佩戴工程師護目鏡時,可以看到儀表所顯示的更詳細的資料", - "create.ponder.stressometer.text_3": "紅石比較器可以根據動力計的數值輸出不同強弱的紅石訊號", - - "create.ponder.super_glue.header": "使用強力膠來黏附方塊", - "create.ponder.super_glue.text_1": "強力膠可以在任意兩個方塊間使用", - "create.ponder.super_glue.text_2": "當被黏合的方塊被組裝為裝置時,它們會一起運動", - "create.ponder.super_glue.text_3": "當強力膠在副手時…", - "create.ponder.super_glue.text_4": "…新放置的方塊會自動被黏附在所放置方塊的面上", - "create.ponder.super_glue.text_5": "左鍵可以清除強力膠", - "create.ponder.super_glue.text_6": "附掛在其他方塊之上的方塊通常不需要使用強力膠", - - "create.ponder.track_chunks.header": "通過未載入的區塊", - "create.ponder.track_chunks.text_1": "軌道在未載入的區塊仍會運作", - "create.ponder.track_chunks.text_2": "火車可以順利的通過未被載入的區域", - "create.ponder.track_chunks.text_3": "它們仍會在車站及紅色信號處停止", - "create.ponder.track_chunks.text_4": "但是機械鑽頭與其他車載機器會停止運作", - "create.ponder.track_chunks.text_5": "一旦接近玩家火車將重新出現", - - "create.ponder.track_observer.header": "偵測火車", - "create.ponder.track_observer.text_1": "選取一個火車軌道並將火車感測器放在旁邊", - "create.ponder.track_observer.text_2": "感測器會檢測所有經過標記的火車", - "create.ponder.track_observer.text_3": "感測器可以設定為當比對到特定貨物時才啟動", - - "create.ponder.track_placement.header": "鋪設火車軌道", - "create.ponder.track_placement.text_1": "一種專為火車裝置設計的新型鐵軌", - "create.ponder.track_placement.text_2": "若要同時鋪設多條軌道,右鍵點擊已鋪設的軌道", - "create.ponder.track_placement.text_3": "然後選擇或放置第二個軌道", - "create.ponder.track_placement.text_4": "軌道也可以鋪設成彎道或斜坡", - "create.ponder.track_placement.text_5": "軌道在連接時會嘗試讓每個彎道的大小相等", - "create.ponder.track_placement.text_6": "連接時按住衝刺鍵…", - "create.ponder.track_placement.text_7": "…將建立最長且適合的彎道", - "create.ponder.track_placement.text_8": "副手持有的材料會自動鋪設在軌道下方", - - "create.ponder.track_portal.header": "軌道與地獄", - "create.ponder.track_portal.text_1": "對著地獄傳送門鋪設軌道…", - "create.ponder.track_portal.text_2": "…將嘗試在另一邊的傳送門鋪設成對的軌道", - "create.ponder.track_portal.text_3": "現在這條軌道上的火車可以跨次元旅行", - - "create.ponder.train_assembly.header": "組裝火車", - "create.ponder.train_assembly.text_1": "選擇一截軌道並在旁邊設置車站", - "create.ponder.train_assembly.text_10": "每列火車都需要安裝火車控制台", - "create.ponder.train_assembly.text_11": "可選擇安裝第二個控制台讓火車從車站的兩個方向出發", - "create.ponder.train_assembly.text_12": "開啟車站介面並確認組裝", - "create.ponder.train_assembly.text_13": "火車只能在車站拆解成方塊", - "create.ponder.train_assembly.text_14": "地圖會在車站的位置畫上標記", - "create.ponder.train_assembly.text_15": "組裝好的火車可以用扳手重新設置到相鄰的軌道", - "create.ponder.train_assembly.text_2": "車站是軌道網的路徑點", - "create.ponder.train_assembly.text_3": "開啟UI並切換到組裝模式以打造新火車", - "create.ponder.train_assembly.text_4": "在組裝時,時刻表上的火車不會接近此車站", - "create.ponder.train_assembly.text_5": "在軌道上設置火車機殼以建立新的轉向架", - "create.ponder.train_assembly.text_6": "再度點擊軌道以循環改變轉向架種類", - "create.ponder.train_assembly.text_7": "用強力膠連接方塊", - "create.ponder.train_assembly.text_8": "若組裝好的火車能在組裝上的儲物箱或木桶中找到燃料,可以移動得更快", - "create.ponder.train_assembly.text_9": "保險庫中的燃料不會被火車消耗", - - "create.ponder.train_controls.header": "控制火車", - "create.ponder.train_controls.text_1": "每列火車都需要火車控制台", - "create.ponder.train_controls.text_2": "組裝好後右鍵點擊控制台開始駕駛", - "create.ponder.train_controls.text_3": "使用移動鍵加速及導引火車方向", - "create.ponder.train_controls.text_4": "可以用滑鼠滾輪微調極速", - "create.ponder.train_controls.text_5": "按住空白鍵以接近最近的車站", - "create.ponder.train_controls.text_6": "火車只能在車站被拆解成方塊", - "create.ponder.train_controls.text_7": "安裝的汽笛可以按衝刺鍵觸發", - "create.ponder.train_controls.text_8": "潛行或再度點擊可以停止控制火車", - - "create.ponder.train_schedule.header": "使用火車時刻表", - "create.ponder.train_schedule.text_1": "時刻表讓其他駕駛員可以控制列車", - "create.ponder.train_schedule.text_2": "將時刻表拿在手上右鍵開啟介面", - "create.ponder.train_schedule.text_3": "計畫完成後就可以將時刻表給駕駛員", - "create.ponder.train_schedule.text_4": "任何坐在火車控制台前的生物及烈焰使者動力爐,都是合格的駕駛員", - "create.ponder.train_schedule.text_5": "用栓繩拴住生物可以使牠們更方便地坐上座位", - "create.ponder.train_schedule.text_6": "時刻表可以隨時從駕駛員身上回收", - - "create.ponder.train_signal_placement.header": "設置火車訊號機", - "create.ponder.train_signal_placement.text_1": "選擇一截軌道並在旁邊設置訊號機", - "create.ponder.train_signal_placement.text_2": "訊號機會控制非玩家駕駛的火車", - "create.ponder.train_signal_placement.text_3": "被調度的火車不會以反方向穿越訊號", - "create.ponder.train_signal_placement.text_4": "…除非加入第二個反方向的訊號", - "create.ponder.train_signal_placement.text_5": "連接真空管顯示器可以讓訊號燈更顯眼", - - "create.ponder.train_signal_redstone.header": "訊號與紅石", - "create.ponder.train_signal_redstone.text_1": "紅石訊號會使訊號機保持紅色", - "create.ponder.train_signal_redstone.text_2": "相反地,紅色訊號會使紅石比較器輸出紅石訊號", - - "create.ponder.train_signal_signaling.header": "使用訊號避免相撞", - "create.ponder.train_signal_signaling.text_1": "火車訊號機將一條軌道分成許多區間", - "create.ponder.train_signal_signaling.text_2": "若一個區間被占用,則不允許其他火車進入該區間", - "create.ponder.train_signal_signaling.text_3": "因此每個區間只能同時有一列火車", - "create.ponder.train_signal_signaling.text_4": "扳手可以設定第二種訊號模式", - "create.ponder.train_signal_signaling.text_5": "黃銅訊號區間通常會產生標準訊號", - "create.ponder.train_signal_signaling.text_6": "這種特殊訊號會讓火車在第二種情形下停止", - "create.ponder.train_signal_signaling.text_7": "它會使火車在進入區間時停止…", - "create.ponder.train_signal_signaling.text_8": "…讓火車無法離開這個區間", - "create.ponder.train_signal_signaling.text_9": "這協助排隊等候的火車遠離繁忙的區間", - - "create.ponder.valve_handle.header": "使用閥門手輪產生動力", - "create.ponder.valve_handle.text_1": "玩家可以手動使用閥門手輪以產生動力", - "create.ponder.valve_handle.text_2": "右鍵可使它逆時針旋轉", - "create.ponder.valve_handle.text_3": "它的轉速慢而精確", - "create.ponder.valve_handle.text_4": "潛行右鍵可使它順時針旋轉", - "create.ponder.valve_handle.text_5": "可以透過染色來美化閥門手輪", - - "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": "水車利用臨近的水流產生動力", - "create.ponder.water_wheel.text_2": "水車接觸水流的面越多,它的轉速越高", - "create.ponder.water_wheel.text_3": "水車葉片應逆著水流方向擺放", - "create.ponder.water_wheel.text_4": "如果順著水流擺放,它的效率則會降低", - - "create.ponder.weighted_ejector.header": "使用彈射置物台", - "create.ponder.weighted_ejector.text_1": "手持彈射置物台時,潛行右鍵可以設置彈射目標位置", - "create.ponder.weighted_ejector.text_10": "現在,只有等被放置的物品數量等於所設定數量時,彈射置物台才會彈射物品", - "create.ponder.weighted_ejector.text_11": "當其他實體站在彈射置物台上時會被直接彈射", - "create.ponder.weighted_ejector.text_2": "現在,放置下的彈射置物台會將物品彈射至目標位置", - "create.ponder.weighted_ejector.text_3": "限制範圍內的任意距離和高度均可作為有效目標地點", - "create.ponder.weighted_ejector.text_4": "但是,目標位置與置物台的連線,必須垂直於置物台的側面", - "create.ponder.weighted_ejector.text_5": "如果沒有設置有效目標位置,彈射置物台會直接將其前方一格設為預設目標位置", - "create.ponder.weighted_ejector.text_6": "提供動力可為其蓄力", - "create.ponder.weighted_ejector.text_7": "蓄力完畢後,放置在它上方的物品會被立刻彈射出去", - "create.ponder.weighted_ejector.text_8": "如果目標為容器,則彈射置物台會等待容器有位置後再彈射物品", - "create.ponder.weighted_ejector.text_9": "使用扳手可以調整彈射所要求的物品數量", - - "create.ponder.weighted_ejector_redstone.header": "使用紅石控制彈射置物台", - "create.ponder.weighted_ejector_redstone.text_1": "當被紅石充能時,彈射置物台停止工作", - "create.ponder.weighted_ejector_redstone.text_2": "此外,置物台彈射的瞬間可以被偵測器偵測", - - "create.ponder.weighted_ejector_tunnel.header": "使用彈射置物台來分流物品", - "create.ponder.weighted_ejector_tunnel.text_1": "與黃銅隧道搭配使用時,彈射置物台可以將物品以特定數量進行分流", - "create.ponder.weighted_ejector_tunnel.text_2": "首先,將黃銅隧道調整為「最近優先」模式,從而讓它優先側面輸出", - "create.ponder.weighted_ejector_tunnel.text_3": "置物台上所設置的物品數量則為被分流出去的物品數量", - "create.ponder.weighted_ejector_tunnel.text_4": "當所設置的物品數量被分流出去後…", - "create.ponder.weighted_ejector_tunnel.text_5": "…剩餘的物品則會繼續前進", - - "create.ponder.windmill_source.header": "使用風車軸承產生動力", - "create.ponder.windmill_source.text_1": "風車軸承會黏住它面前的結構", - "create.ponder.windmill_source.text_2": "藉由強力膠建造可動結構", - "create.ponder.windmill_source.text_3": "如果該結構包含足夠多的風帆,他能作為風車運作", - "create.ponder.windmill_source.text_4": "右鍵啟動風車後,風車軸承將提供動力", - "create.ponder.windmill_source.text_5": "風帆的數量決定了旋轉的轉速", - "create.ponder.windmill_source.text_6": "使用扳手來調整其旋轉方向", - "create.ponder.windmill_source.text_7": "對風車軸承右鍵可使其停止,方便你維修風車", - - "create.ponder.windmill_structure.header": "風車結構", - "create.ponder.windmill_structure.text_1": "任一包含至少 8 個風帆方塊的結構即為有效的風車", - - "_": "Thank you for translating Create!" - -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/ae2/crushing/deepslate_quartz_ore.json b/src/main/resources/data/create/recipes/compat/ae2/crushing/deepslate_quartz_ore.json deleted file mode 100644 index 0bb8739eef..0000000000 --- a/src/main/resources/data/create/recipes/compat/ae2/crushing/deepslate_quartz_ore.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "ae2" - } - ], - "type": "create:crushing", - "ingredients": [ - { - "item": "ae2:deepslate_quartz_ore" - } - ], - "results": [ - { - "item": "ae2:certus_quartz_crystal", - "count": 1 - }, - { - "item": "ae2:certus_quartz_dust", - "count": 4 - }, - { - "item": "ae2:certus_quartz_dust", - "count": 1, - "chance": 0.5 - }, - { - "item": "minecraft:cobbled_deepslate", - "count": 1, - "chance": 0.125 - } - ], - "processingTime": 300 -} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/compat/ae2/crushing/quartz_ore.json b/src/main/resources/data/create/recipes/compat/ae2/crushing/quartz_ore.json deleted file mode 100644 index 956a570259..0000000000 --- a/src/main/resources/data/create/recipes/compat/ae2/crushing/quartz_ore.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "ae2" - } - ], - "type": "create:crushing", - "ingredients": [ - { - "item": "ae2:quartz_ore" - } - ], - "results": [ - { - "item": "ae2:certus_quartz_crystal", - "count": 1 - }, - { - "item": "ae2:certus_quartz_dust", - "count": 4 - }, - { - "item": "ae2:certus_quartz_dust", - "count": 1, - "chance": 0.5 - }, - { - "item": "minecraft:cobblestone", - "count": 1, - "chance": 0.125 - } - ], - "processingTime": 300 -} From 364ddf7c6de054f358afd67a1507f1a26b0ec94d Mon Sep 17 00:00:00 2001 From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Date: Tue, 7 Mar 2023 14:46:08 -0800 Subject: [PATCH 29/51] Fix #4454 --- .../create/content/curiosities/armor/DivingHelmetItem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/simibubi/create/content/curiosities/armor/DivingHelmetItem.java b/src/main/java/com/simibubi/create/content/curiosities/armor/DivingHelmetItem.java index a9a3b346d3..2dbfb2e1a4 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/armor/DivingHelmetItem.java +++ b/src/main/java/com/simibubi/create/content/curiosities/armor/DivingHelmetItem.java @@ -39,7 +39,7 @@ public class DivingHelmetItem extends CopperArmorItem { return; boolean lavaDiving = entity.isEyeInFluidType(ForgeMod.LAVA_TYPE.get()); - if (!entity.isEyeInFluidType(ForgeMod.WATER_TYPE.get()) && !lavaDiving) + if (!entity.canDrownInFluidType(entity.getEyeInFluidType()) && !lavaDiving) return; if (entity instanceof Player && ((Player) entity).isCreative()) return; From 98952f9e485cdefdeaa2231115ede8315402acad Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Wed, 8 Mar 2023 14:33:00 +0100 Subject: [PATCH 30/51] Port new changes --- .../content/contraptions/wrench/WrenchEventHandler.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/simibubi/create/content/contraptions/wrench/WrenchEventHandler.java b/src/main/java/com/simibubi/create/content/contraptions/wrench/WrenchEventHandler.java index 906098859d..ab4954df28 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/wrench/WrenchEventHandler.java +++ b/src/main/java/com/simibubi/create/content/contraptions/wrench/WrenchEventHandler.java @@ -20,12 +20,12 @@ public class WrenchEventHandler { @SubscribeEvent(priority = EventPriority.HIGH) public static void useOwnWrenchLogicForCreateBlocks(PlayerInteractEvent.RightClickBlock event) { - Player player = event.getPlayer(); + Player player = event.getEntity(); ItemStack itemStack = event.getItemStack(); if (event.isCanceled()) return; - if (event.getWorld() == null) + if (event.getLevel() == null) return; if (player == null || !player.mayBuild()) return; @@ -36,7 +36,7 @@ public class WrenchEventHandler { if (!AllItemTags.WRENCH.matches(itemStack.getItem())) return; - BlockState state = event.getWorld() + BlockState state = event.getLevel() .getBlockState(event.getPos()); Block block = state.getBlock(); From ffbc75abee3c48de8b387c02fbb8d5709251b66a Mon Sep 17 00:00:00 2001 From: xieve Date: Tue, 21 Mar 2023 15:36:48 +0100 Subject: [PATCH 31/51] Added rotate method to Fluid Pipes --- .../fluids/pipes/FluidPipeBlock.java | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/FluidPipeBlock.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/FluidPipeBlock.java index d7998b973c..4b7c21137d 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/FluidPipeBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/FluidPipeBlock.java @@ -36,7 +36,9 @@ import net.minecraft.world.level.BlockGetter; import net.minecraft.world.level.Level; import net.minecraft.world.level.LevelAccessor; import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.Mirror; import net.minecraft.world.level.block.PipeBlock; +import net.minecraft.world.level.block.Rotation; import net.minecraft.world.level.block.SimpleWaterloggedBlock; import net.minecraft.world.level.block.entity.BlockEntityType; import net.minecraft.world.level.block.state.BlockState; @@ -337,4 +339,22 @@ public class FluidPipeBlock extends PipeBlock public VoxelShape getOcclusionShape(BlockState pState, BlockGetter pLevel, BlockPos pPos) { return OCCLUSION_BOX; } + + @Override + public BlockState rotate(BlockState state, Rotation rotation) { + BlockState rotated = state; + for (Direction direction : Iterate.horizontalDirections) { + rotated = rotated.setValue(PROPERTY_BY_DIRECTION.get(rotation.rotate(direction)), state.getValue(PROPERTY_BY_DIRECTION.get(direction))); + } + return rotated; + } + + @Override + public BlockState mirror(BlockState state, Mirror mirror) { + BlockState mirrored = state; + for (Direction direction : Iterate.horizontalDirections) { + mirrored = mirrored.setValue(PROPERTY_BY_DIRECTION.get(mirror.mirror(direction)), state.getValue(PROPERTY_BY_DIRECTION.get(direction))); + } + return mirrored; + } } From db51dd1d3d1723dd6716826000ace27a6fd80f2f Mon Sep 17 00:00:00 2001 From: xieve Date: Sun, 26 Mar 2023 15:08:04 +0200 Subject: [PATCH 32/51] Implemented ITransformableBlock for Fluid Pipes --- .../fluids/pipes/FluidPipeBlock.java | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/FluidPipeBlock.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/FluidPipeBlock.java index 4b7c21137d..b7d167a485 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/FluidPipeBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/pipes/FluidPipeBlock.java @@ -7,6 +7,8 @@ import javax.annotation.Nullable; import com.simibubi.create.AllBlocks; import com.simibubi.create.AllTileEntities; +import com.simibubi.create.content.contraptions.components.structureMovement.ITransformableBlock; +import com.simibubi.create.content.contraptions.components.structureMovement.StructureTransform; import com.simibubi.create.content.contraptions.fluids.FluidPropagator; import com.simibubi.create.content.contraptions.fluids.FluidTransportBehaviour; import com.simibubi.create.content.contraptions.relays.elementary.BracketedTileEntityBehaviour; @@ -53,7 +55,7 @@ import net.minecraft.world.phys.shapes.VoxelShape; import net.minecraft.world.ticks.TickPriority; public class FluidPipeBlock extends PipeBlock - implements SimpleWaterloggedBlock, IWrenchableWithBracket, ITE, EncasableBlock { + implements SimpleWaterloggedBlock, IWrenchableWithBracket, ITE, EncasableBlock, ITransformableBlock { private static final VoxelShape OCCLUSION_BOX = Block.box(4, 4, 4, 12, 12, 12); @@ -357,4 +359,21 @@ public class FluidPipeBlock extends PipeBlock } return mirrored; } + + @Override + public BlockState transform(BlockState state, StructureTransform transform) { + if (transform.mirror != null) { + state = mirror(state, transform.mirror); + } + + if (transform.rotationAxis == Direction.Axis.Y) { + return rotate(state, transform.rotation); + } + + BlockState rotated = state; + for (Direction direction : Iterate.directionsInAxis(transform.rotationAxis)) { + rotated = rotated.setValue(PROPERTY_BY_DIRECTION.get(transform.rotateFacing(direction)), state.getValue(PROPERTY_BY_DIRECTION.get(direction))); + } + return rotated; + } } From 0f68201f2d9e48a9caf4da4624b906083b9f8148 Mon Sep 17 00:00:00 2001 From: Kanzaji <60540476+Kanzaji@users.noreply.github.com> Date: Fri, 7 Apr 2023 07:55:14 +0200 Subject: [PATCH 33/51] Remove Mangrove_Wood from BYG Compat to stop generating invalid recipes --- .../b256105d8411632b0d585496ea8944a751a08034 | 6 +----- .../cutting/compat/byg/mangrove_log.json | 20 ------------------ .../cutting/compat/byg/mangrove_wood.json | 20 ------------------ .../compat/byg/stripped_mangrove_log.json | 21 ------------------- .../compat/byg/stripped_mangrove_wood.json | 21 ------------------- .../data/recipe/CuttingRecipeGen.java | 2 +- 6 files changed, 2 insertions(+), 88 deletions(-) delete mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_log.json delete mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_wood.json delete mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_log.json delete mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_wood.json diff --git a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 index 72d64109f8..2e89bf13d4 100644 --- a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 +++ b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 @@ -1,4 +1,4 @@ -// 1.19.2 2023-01-30T00:12:02.3188402 Create's Processing Recipes +// 1.19.2 2023-04-07T07:54:09.2112896 Create's Processing Recipes 3c94326fb730f68c1e44fe1e2ef09c9db6ffd92b data/create/recipes/compacting/andesite_from_flint.json 8d3d5b31f3601b9f681ff710e0545a483a1494c6 data/create/recipes/compacting/blaze_cake.json 8bd7f4e3a686ab520b2d55594d2018d0e9a50c91 data/create/recipes/compacting/chocolate.json @@ -235,8 +235,6 @@ a24ac854f3b3ebf57bea9ebd58fd9655fed8e922 data/create/recipes/cutting/compat/byg/ d93f6deefd5bcf4d91242534d9b588fa2ab1a7de data/create/recipes/cutting/compat/byg/lament_wood.json 6f3a120fae7fdcc98a416185107381a6caf739b0 data/create/recipes/cutting/compat/byg/mahogany_log.json 19cf897802135c3ebdf68f6e2bc41f3cf8d0ddb0 data/create/recipes/cutting/compat/byg/mahogany_wood.json -3a43eb5e02d1ac6f4ea95d4b376d5876a36f0b61 data/create/recipes/cutting/compat/byg/mangrove_log.json -9660d7a107fecef2975f55aa4a221742abb6095f data/create/recipes/cutting/compat/byg/mangrove_wood.json d13e02245ca4acd0c4c4d38359eddf3b22fcff7f data/create/recipes/cutting/compat/byg/maple_log.json 9c947dd9fb94709b481daa3ec5156b227b061cdd data/create/recipes/cutting/compat/byg/maple_wood.json f25cdfa7c0ff0d9c0bfb8fd4c678d1ad61d6f755 data/create/recipes/cutting/compat/byg/nightshade_log.json @@ -283,8 +281,6 @@ b7647e89ee29a4e116c49c1ae419d3d053608017 data/create/recipes/cutting/compat/byg/ 0b4478eba4e2d9bd835d9ad91dcf2eccfc538f12 data/create/recipes/cutting/compat/byg/stripped_lament_wood.json 3550d5eb7f8eab95f4dd840d72cc14dea7acdb67 data/create/recipes/cutting/compat/byg/stripped_mahogany_log.json d66b3e69b6bcf38a9d01fc9290b81778b46459f0 data/create/recipes/cutting/compat/byg/stripped_mahogany_wood.json -e82ba4d10c33003e06c85bc4f21092453a3a8286 data/create/recipes/cutting/compat/byg/stripped_mangrove_log.json -15fbb8520e495097186a1563fc185c0e14f06951 data/create/recipes/cutting/compat/byg/stripped_mangrove_wood.json 4778e5d9e1b5a5d254483dedf9cf22cbda73ca2d data/create/recipes/cutting/compat/byg/stripped_maple_log.json 18b5f67be3d28bc6c8764d2ad576f16745d95109 data/create/recipes/cutting/compat/byg/stripped_maple_wood.json 1446329655130e0cf0f0da7c1c17f517bbfb9d79 data/create/recipes/cutting/compat/byg/stripped_nightshade_log.json diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_log.json deleted file mode 100644 index 0f4b24e336..0000000000 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_log.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "create:cutting", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "byg" - } - ], - "ingredients": [ - { - "item": "byg:mangrove_log" - } - ], - "processingTime": 50, - "results": [ - { - "item": "byg:stripped_mangrove_log" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_wood.json deleted file mode 100644 index bc78983ccc..0000000000 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_wood.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "create:cutting", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "byg" - } - ], - "ingredients": [ - { - "item": "byg:mangrove_wood" - } - ], - "processingTime": 50, - "results": [ - { - "item": "byg:stripped_mangrove_wood" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_log.json deleted file mode 100644 index 901ef74a75..0000000000 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_log.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "create:cutting", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "byg" - } - ], - "ingredients": [ - { - "item": "byg:stripped_mangrove_log" - } - ], - "processingTime": 50, - "results": [ - { - "count": 6, - "item": "byg:mangrove_planks" - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_wood.json deleted file mode 100644 index dea6c7065c..0000000000 --- a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_wood.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "create:cutting", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "byg" - } - ], - "ingredients": [ - { - "item": "byg:stripped_mangrove_wood" - } - ], - "processingTime": 50, - "results": [ - { - "count": 6, - "item": "byg:mangrove_planks" - } - ] -} \ No newline at end of file diff --git a/src/main/java/com/simibubi/create/foundation/data/recipe/CuttingRecipeGen.java b/src/main/java/com/simibubi/create/foundation/data/recipe/CuttingRecipeGen.java index 6dd8b01507..334dcefa9c 100644 --- a/src/main/java/com/simibubi/create/foundation/data/recipe/CuttingRecipeGen.java +++ b/src/main/java/com/simibubi/create/foundation/data/recipe/CuttingRecipeGen.java @@ -64,7 +64,7 @@ public class CuttingRecipeGen extends ProcessingRecipeGen { // Oh The Biomes You'll Go BYG = cuttingCompat(Mods.BYG, "aspen", "baobab", "blue_enchanted", "cherry", "cika", "cypress", "ebony", "ether", - "fir", "green_enchanted", "holly", "jacaranda", "lament", "mahogany", "mangrove", "maple", "nightshade", + "fir", "green_enchanted", "holly", "jacaranda", "lament", "mahogany", "maple", "nightshade", "palm", "pine", "rainbow_eucalyptus", "redwood", "skyris", "willow", "witch_hazel", "zelkova"), BYG_2 = stripAndMakePlanks(Mods.BYG, "bulbis_stem", "stripped_bulbis_stem", "bulbis_planks"), BYG_3 = stripAndMakePlanks(Mods.BYG, "bulbis_wood", "stripped_bulbis_wood", "bulbis_planks"), From 18bdec4b5466aecf80994cc41d1f6e737b094f78 Mon Sep 17 00:00:00 2001 From: Matt598 <24874369+Matt5981@users.noreply.github.com> Date: Thu, 20 Apr 2023 16:42:05 +1000 Subject: [PATCH 34/51] Add check to contraption disassembly code to not set NBT data for Sculk sensors/shriekers. Add check in same location to reset Sculk shriekers to their default block state after contraption disassembly. (Fixes #4677) --- .../components/structureMovement/Contraption.java | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/Contraption.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/Contraption.java index 8d5cb27cb1..931789959d 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/Contraption.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/Contraption.java @@ -1006,7 +1006,7 @@ public abstract class Contraption { if (disassembled) return; disassembled = true; - + for (boolean nonBrittles : Iterate.trueAndFalse) { for (StructureBlockInfo block : blocks.values()) { if (nonBrittles == BlockMovementChecks.isBrittle(block.state)) @@ -1047,6 +1047,10 @@ public abstract class Contraption { if (state.hasProperty(SlidingDoorBlock.VISIBLE)) state = state.setValue(SlidingDoorBlock.VISIBLE, !state.getValue(SlidingDoorBlock.OPEN)) .setValue(SlidingDoorBlock.POWERED, false); + // Stop Sculk shriekers from getting "stuck" if moved mid-shriek. + if(state.is(Blocks.SCULK_SHRIEKER)){ + state = Blocks.SCULK_SHRIEKER.defaultBlockState(); + } world.setBlock(targetPos, state, Block.UPDATE_MOVE_BY_PISTON | Block.UPDATE_ALL); @@ -1060,6 +1064,12 @@ public abstract class Contraption { BlockEntity tileEntity = world.getBlockEntity(targetPos); CompoundTag tag = block.nbt; + + // Temporary fix: Calling load(CompoundTag tag) on a Sculk sensor causes it to not react to vibrations. + if(state.is(Blocks.SCULK_SENSOR) || state.is(Blocks.SCULK_SHRIEKER)){ + tag = null; + } + if (tileEntity != null) tag = NBTProcessors.process(tileEntity, tag, false); if (tileEntity != null && tag != null) { From 08286e911a49367344a6fc34047bfeacbeb50df0 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Mon, 8 May 2023 18:25:33 +0200 Subject: [PATCH 35/51] What the data doin? --- .../12afe0d97856fb2040b8407470e6d13529994eaa | 4 + .../455c485c9c8ef171bbc1ce4d435b3110ba1557ba | 94 + .../6ec3b5a261c9ae3df674f7595dc66530ce54feb9 | 5 + .../82992cbf8f2794d83ac94034835eac0acd7915b9 | 452 ++ .../8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 | 4275 +++++++++++++++++ .../9b718366ce2ebddbc65bf65c103939e2cf56b4af | 2 + .../b256105d8411632b0d585496ea8944a751a08034 | 618 +++ .../c24b4d2b8d15abff51c78bd94f4403d9eae6c139 | 2 + .../resources/assets/create/lang/en_us.json | 3892 ++++++++++++--- .../resources/assets/create/sounds.json | 551 +++ .../create/advancements/andesite_alloy.json | 38 + .../create/advancements/andesite_casing.json | 30 + .../create/advancements/anvil_plough.json | 30 + .../create/advancements/arm_blaze_burner.json | 30 + .../create/advancements/arm_many_targets.json | 30 + .../data/create/advancements/backtank.json | 30 + .../data/create/advancements/belt.json | 30 + .../create/advancements/belt_funnel_kiss.json | 30 + .../data/create/advancements/brass.json | 38 + .../create/advancements/brass_casing.json | 30 + .../data/create/advancements/burner.json | 38 + .../data/create/advancements/cart_pickup.json | 30 + .../create/advancements/chained_drain.json | 30 + .../create/advancements/chocolate_bucket.json | 38 + .../data/create/advancements/chute.json | 30 + .../advancements/clockwork_bearing.json | 30 + .../data/create/advancements/compacting.json | 30 + .../data/create/advancements/conductor.json | 30 + .../advancements/contraption_actors.json | 30 + .../data/create/advancements/copper.json | 38 + .../create/advancements/copper_casing.json | 30 + .../create/advancements/crafter_lazy_000.json | 30 + .../create/advancements/cross_streams.json | 30 + .../advancements/crusher_maxed_0000.json | 30 + .../create/advancements/crushing_wheel.json | 30 + .../create/advancements/cuckoo_clock.json | 30 + .../data/create/advancements/deployer.json | 30 + .../create/advancements/display_board_0.json | 30 + .../create/advancements/display_link.json | 30 + .../data/create/advancements/diving_suit.json | 31 + .../create/advancements/diving_suit_lava.json | 31 + .../data/create/advancements/drain.json | 30 + .../create/advancements/ejector_maxed.json | 30 + .../data/create/advancements/encased_fan.json | 30 + .../create/advancements/extendo_grip.json | 31 + .../advancements/extendo_grip_dual.json | 31 + .../create/advancements/fan_processing.json | 30 + .../data/create/advancements/fist_bump.json | 30 + .../data/create/advancements/foods.json | 30 + .../data/create/advancements/funnel.json | 30 + .../data/create/advancements/glass_pipe.json | 30 + .../create/advancements/hand_crank_000.json | 30 + .../create/advancements/haunted_bell.json | 30 + .../data/create/advancements/honey_drain.json | 30 + .../data/create/advancements/hose_pulley.json | 30 + .../create/advancements/hose_pulley_lava.json | 30 + .../create/advancements/lava_wheel_00000.json | 30 + .../advancements/linked_controller.json | 30 + .../data/create/advancements/long_train.json | 30 + .../data/create/advancements/long_travel.json | 30 + .../create/advancements/mechanical_arm.json | 30 + .../advancements/mechanical_crafter.json | 30 + .../create/advancements/mechanical_mixer.json | 30 + .../create/advancements/mechanical_press.json | 30 + .../advancements/mechanical_pump_0.json | 30 + .../data/create/advancements/millstone.json | 30 + .../data/create/advancements/musical_arm.json | 30 + .../data/create/advancements/pipe_organ.json | 30 + .../portable_storage_interface.json | 30 + .../create/advancements/potato_cannon.json | 31 + .../advancements/potato_cannon_collide.json | 30 + .../advancements/precision_mechanism.json | 38 + .../create/advancements/pulley_maxed.json | 30 + ..._aluminum_compat_immersiveengineering.json | 34 + .../blasting/ingot_lead_compat_mekanism.json | 34 + ...ot_nickel_compat_immersiveengineering.json | 34 + ...ot_silver_compat_immersiveengineering.json | 34 + ...t_uranium_compat_immersiveengineering.json | 34 + .../blasting/lead_ingot_compat_thermal.json | 34 + .../blasting/nickel_ingot_compat_thermal.json | 34 + .../blasting/silver_ingot_compat_thermal.json | 34 + .../smelting/glass_from_framed_glass.json | 34 + .../glass_from_horizontal_framed_glass.json | 34 + .../smelting/glass_from_tiled_glass.json | 34 + .../glass_from_vertical_framed_glass.json | 34 + ..._aluminum_compat_immersiveengineering.json | 34 + ...ngot_lead_compat_immersiveengineering.json | 34 + .../smelting/ingot_lead_compat_mekanism.json | 34 + ...ot_nickel_compat_immersiveengineering.json | 34 + .../ingot_osmium_compat_mekanism.json | 34 + ...ot_silver_compat_immersiveengineering.json | 34 + .../smelting/ingot_tin_compat_mekanism.json | 34 + ...t_uranium_compat_immersiveengineering.json | 34 + .../ingot_uranium_compat_mekanism.json | 34 + .../smelting/lead_ingot_compat_thermal.json | 34 + .../smelting/nickel_ingot_compat_thermal.json | 34 + .../smelting/silver_ingot_compat_thermal.json | 34 + .../smelting/tin_ingot_compat_thermal.json | 34 + .../blasting/zinc_ingot_from_crushed.json | 34 + .../blasting/zinc_ingot_from_ore.json | 32 + .../blasting/zinc_ingot_from_raw_ore.json | 34 + .../appliances/attribute_filter_clear.json | 34 + .../crafting/appliances/clipboard.json | 34 + .../crafting/appliances/clipboard_clear.json | 34 + .../crafting/appliances/copper_backtank.json | 34 + .../appliances/copper_diving_boots.json | 34 + .../appliances/copper_diving_helmet.json | 34 + .../appliances/crafting_blueprint.json | 34 + .../crafting/appliances/dough.json | 32 + .../crafting/appliances/filter_clear.json | 34 + .../appliances/linked_controller.json | 34 + .../appliances/netherite_backtank.json | 34 + .../netherite_backtank_from_netherite.json | 34 + .../appliances/netherite_diving_boots.json | 34 + ...netherite_diving_boots_from_netherite.json | 34 + .../appliances/netherite_diving_helmet.json | 34 + ...etherite_diving_helmet_from_netherite.json | 34 + .../crafting/appliances/schedule_clear.json | 34 + .../crafting/appliances/tree_fertilizer.json | 34 + .../crafting/curiosities/brown_toolbox.json | 32 + .../kinetics/adjustable_chain_gearshift.json | 34 + .../create.base/crafting/kinetics/basin.json | 34 + .../crafting/kinetics/belt_connector.json | 34 + .../crafting/kinetics/cart_assembler.json | 34 + .../create.base/crafting/kinetics/chute.json | 34 + .../crafting/kinetics/clockwork_bearing.json | 34 + .../create.base/crafting/kinetics/clutch.json | 34 + .../crafting/kinetics/cogwheel.json | 34 + .../kinetics/contraption_controls.json | 34 + .../crafting/kinetics/controller_rail.json | 34 + .../crafting/kinetics/controls.json | 34 + .../kinetics/copper_valve_handle.json | 34 + .../copper_valve_handle_from_others.json | 34 + .../crafting/kinetics/crafter_slot_cover.json | 34 + .../crafting/kinetics/cuckoo_clock.json | 34 + .../crafting/kinetics/deployer.json | 34 + .../create.base/crafting/kinetics/depot.json | 34 + .../crafting/kinetics/display_board.json | 34 + .../crafting/kinetics/elevator_pulley.json | 32 + .../kinetics/encased_chain_drive.json | 34 + .../crafting/kinetics/encased_fan.json | 32 + .../create.base/crafting/kinetics/filter.json | 34 + .../crafting/kinetics/fluid_pipe.json | 34 + .../kinetics/fluid_pipe_vertical.json | 34 + .../crafting/kinetics/fluid_tank.json | 32 + .../crafting/kinetics/fluid_valve.json | 34 + .../crafting/kinetics/flywheel.json | 32 + .../crafting/kinetics/gantry_carriage.json | 34 + .../crafting/kinetics/gantry_shaft.json | 34 + .../crafting/kinetics/gearbox.json | 34 + .../kinetics/gearboxfrom_conversion.json | 34 + .../crafting/kinetics/gearshift.json | 34 + .../crafting/kinetics/goggles.json | 34 + .../crafting/kinetics/hand_crank.json | 34 + .../crafting/kinetics/hose_pulley.json | 34 + .../crafting/kinetics/item_drain.json | 34 + .../crafting/kinetics/item_vault.json | 32 + .../crafting/kinetics/large_cogwheel.json | 34 + .../kinetics/large_cogwheel_from_little.json | 34 + .../crafting/kinetics/large_water_wheel.json | 34 + .../crafting/kinetics/linear_chassis.json | 34 + .../linear_chassisfrom_conversion.json | 34 + .../crafting/kinetics/mechanical_arm.json | 34 + .../crafting/kinetics/mechanical_bearing.json | 34 + .../crafting/kinetics/mechanical_crafter.json | 34 + .../crafting/kinetics/mechanical_drill.json | 34 + .../kinetics/mechanical_harvester.json | 34 + .../crafting/kinetics/mechanical_mixer.json | 34 + .../crafting/kinetics/mechanical_piston.json | 34 + .../crafting/kinetics/mechanical_plough.json | 34 + .../crafting/kinetics/mechanical_press.json | 34 + .../crafting/kinetics/mechanical_pump.json | 34 + .../crafting/kinetics/mechanical_roller.json | 34 + .../crafting/kinetics/mechanical_saw.json | 34 + .../crafting/kinetics/metal_bracket.json | 34 + .../crafting/kinetics/millstone.json | 34 + .../kinetics/mysterious_cuckoo_clock.json | 34 + .../crafting/kinetics/nixie_tube.json | 34 + .../create.base/crafting/kinetics/nozzle.json | 34 + .../kinetics/piston_extension_pole.json | 34 + .../crafting/kinetics/placard.json | 32 + .../kinetics/portable_fluid_interface.json | 34 + .../kinetics/portable_storage_interface.json | 34 + .../crafting/kinetics/propeller.json | 32 + .../crafting/kinetics/radial_chassis.json | 34 + .../crafting/kinetics/rope_pulley.json | 34 + .../kinetics/rotation_speed_controller.json | 34 + .../kinetics/sail_framefrom_conversion.json | 34 + .../crafting/kinetics/schedule.json | 32 + ...condary_linear_chassisfrom_conversion.json | 34 + .../kinetics/sequenced_gearshift.json | 34 + .../create.base/crafting/kinetics/shaft.json | 34 + .../crafting/kinetics/smart_chute.json | 34 + .../crafting/kinetics/smart_fluid_pipe.json | 34 + .../crafting/kinetics/speedometer.json | 34 + .../kinetics/speedometerfrom_conversion.json | 34 + .../create.base/crafting/kinetics/spout.json | 34 + .../crafting/kinetics/steam_engine.json | 34 + .../crafting/kinetics/steam_whistle.json | 34 + .../crafting/kinetics/sticker.json | 34 + .../kinetics/sticky_mechanical_piston.json | 34 + .../kinetics/stressometerfrom_conversion.json | 34 + .../crafting/kinetics/super_glue.json | 32 + .../crafting/kinetics/track_observer.json | 34 + .../track_observer_from_other_plates.json | 34 + .../crafting/kinetics/track_signal.json | 34 + .../crafting/kinetics/track_station.json | 34 + .../crafting/kinetics/turntable.json | 34 + .../vertical_gearboxfrom_conversion.json | 34 + .../crafting/kinetics/water_wheel.json | 34 + .../crafting/kinetics/weighted_ejector.json | 34 + .../create.base/crafting/kinetics/whisk.json | 32 + .../crafting/kinetics/white_sail.json | 34 + .../kinetics/white_sailfrom_conversion.json | 34 + .../crafting/kinetics/windmill_bearing.json | 34 + .../crafting/kinetics/wooden_bracket.json | 34 + .../create.base/crafting/kinetics/wrench.json | 34 + .../crafting/logistics/andesite_funnel.json | 34 + .../crafting/logistics/andesite_tunnel.json | 34 + .../crafting/logistics/brass_funnel.json | 32 + .../crafting/logistics/brass_tunnel.json | 32 + .../crafting/logistics/content_observer.json | 34 + .../crafting/logistics/display_link.json | 34 + .../crafting/logistics/powered_latch.json | 32 + .../logistics/powered_toggle_latch.json | 32 + .../crafting/logistics/pulse_extender.json | 32 + .../crafting/logistics/pulse_repeater.json | 32 + .../crafting/logistics/redstone_contact.json | 34 + .../crafting/logistics/redstone_link.json | 34 + .../crafting/logistics/stockpile_switch.json | 34 + .../crafting/materials/andesite_alloy.json | 32 + .../materials/andesite_alloy_from_block.json | 34 + .../brass_ingot_from_compacting.json | 34 + .../brass_ingot_from_decompacting.json | 34 + .../brass_nugget_from_decompacting.json | 34 + .../crafting/materials/copper_nugget.json | 34 + .../crafting/materials/electron_tube.json | 34 + .../crafting/materials/raw_zinc.json | 34 + .../crafting/materials/red_sand_paper.json | 34 + .../crafting/materials/rose_quartz.json | 34 + .../crafting/materials/sand_paper.json | 34 + .../materials/zinc_ingot_from_compacting.json | 34 + .../zinc_ingot_from_decompacting.json | 34 + .../zinc_nugget_from_decompacting.json | 34 + .../crafting/schematics/empty_schematic.json | 34 + .../schematics/schematic_and_quill.json | 34 + .../crafting/schematics/schematic_table.json | 34 + .../crafting/schematics/schematicannon.json | 34 + .../smelting/zinc_ingot_from_crushed.json | 34 + .../smelting/zinc_ingot_from_ore.json | 32 + .../smelting/zinc_ingot_from_raw_ore.json | 34 + .../crafting/kinetics/andesite_door.json | 34 + .../crafting/kinetics/brass_door.json | 34 + .../crafting/kinetics/copper_door.json | 34 + .../crafting/kinetics/framed_glass_door.json | 34 + .../kinetics/framed_glass_trapdoor.json | 34 + .../crafting/kinetics/metal_girder.json | 34 + .../crafting/kinetics/train_door.json | 34 + .../crafting/kinetics/train_trapdoor.json | 34 + .../materials/andesite_alloy_block.json | 34 + .../brass_block_from_compacting.json | 34 + .../crafting/materials/raw_zinc_block.json | 34 + .../rose_quartz_tilesfrom_conversion.json | 34 + ...mall_rose_quartz_tilesfrom_conversion.json | 34 + .../materials/zinc_block_from_compacting.json | 34 + .../crafting/palettes/scorchia.json | 34 + .../create.palettes/smelting/scoria.json | 34 + .../glass_pane_from_framed_glass_pane.json | 34 + ...ane_from_horizontal_framed_glass_pane.json | 34 + .../glass_pane_from_tiled_glass_pane.json | 34 + ..._pane_from_vertical_framed_glass_pane.json | 34 + .../recipes/food/campfire_cooking/bread.json | 34 + .../food/crafting/curiosities/cake.json | 32 + .../recipes/food/smelting/bread.json | 34 + .../recipes/food/smoking/bread.json | 34 + .../blasting/copper_ingot_from_crushed.json | 34 + .../blasting/gold_ingot_from_crushed.json | 34 + .../blasting/iron_ingot_from_crushed.json | 34 + .../misc/crafting/appliances/slime_ball.json | 34 + .../misc/crafting/materials/copper_ingot.json | 34 + .../smelting/copper_ingot_from_crushed.json | 34 + .../smelting/gold_ingot_from_crushed.json | 34 + .../smelting/iron_ingot_from_crushed.json | 34 + ...urnace_minecart_from_contraption_cart.json | 34 + .../minecart_from_contraption_cart.json | 34 + .../data/create/advancements/red_signal.json | 30 + .../data/create/advancements/root.json | 30 + .../data/create/advancements/rose_quartz.json | 38 + .../create/advancements/saw_processing.json | 30 + .../create/advancements/self_deploying.json | 30 + .../create/advancements/shifting_gears.json | 30 + .../create/advancements/speed_controller.json | 30 + .../data/create/advancements/spout.json | 30 + .../create/advancements/steam_engine.json | 30 + .../advancements/steam_engine_maxed.json | 30 + .../create/advancements/steam_whistle.json | 30 + .../create/advancements/stressometer.json | 30 + .../advancements/stressometer_maxed.json | 30 + .../create/advancements/sturdy_sheet.json | 38 + .../data/create/advancements/super_glue.json | 31 + .../data/create/advancements/track_0.json | 38 + .../advancements/track_crafting_factory.json | 30 + .../create/advancements/track_signal.json | 30 + .../data/create/advancements/train.json | 30 + .../create/advancements/train_casing_00.json | 30 + .../data/create/advancements/train_crash.json | 30 + .../advancements/train_crash_backwards.json | 30 + .../create/advancements/train_portal.json | 30 + .../create/advancements/train_roadkill.json | 31 + .../create/advancements/train_whistle.json | 30 + .../create/advancements/water_supply.json | 30 + .../data/create/advancements/water_wheel.json | 30 + .../data/create/advancements/windmill.json | 30 + .../create/advancements/windmill_maxed.json | 30 + .../create/advancements/wrench_goggles.json | 53 + .../blasting/copper_ingot_from_crushed.json | 9 + .../blasting/gold_ingot_from_crushed.json | 9 + ..._aluminum_compat_immersiveengineering.json | 15 + ...ngot_lead_compat_immersiveengineering.json | 15 + .../blasting/ingot_lead_compat_mekanism.json | 15 + ...ot_nickel_compat_immersiveengineering.json | 15 + .../ingot_osmium_compat_mekanism.json | 15 + ...ot_silver_compat_immersiveengineering.json | 15 + .../blasting/ingot_tin_compat_mekanism.json | 15 + ...t_uranium_compat_immersiveengineering.json | 15 + .../ingot_uranium_compat_mekanism.json | 15 + .../blasting/iron_ingot_from_crushed.json | 9 + .../blasting/lead_ingot_compat_thermal.json | 15 + .../blasting/nickel_ingot_compat_thermal.json | 15 + .../blasting/silver_ingot_compat_thermal.json | 15 + .../blasting/tin_ingot_compat_thermal.json | 15 + .../blasting/zinc_ingot_from_crushed.json | 9 + .../recipes/blasting/zinc_ingot_from_ore.json | 9 + .../blasting/zinc_ingot_from_raw_ore.json | 9 + .../recipes/campfire_cooking/bread.json | 9 + .../compacting/andesite_from_flint.json | 24 + .../create/recipes/compacting/blaze_cake.json | 19 + .../create/recipes/compacting/chocolate.json | 15 + .../compacting/diorite_from_flint.json | 24 + .../compacting/granite_from_flint.json | 24 + .../data/create/recipes/compacting/honey.json | 14 + .../appliances/attribute_filter_clear.json | 11 + .../crafting/appliances/clipboard.json | 22 + .../crafting/appliances/clipboard_clear.json | 11 + .../crafting/appliances/copper_backtank.json | 25 + .../appliances/copper_diving_boots.json | 19 + .../appliances/copper_diving_helmet.json | 18 + .../appliances/crafting_blueprint.json | 14 + .../recipes/crafting/appliances/dough.json | 14 + .../crafting/appliances/filter_clear.json | 11 + .../appliances/linked_controller.json | 19 + .../appliances/netherite_backtank.json | 12 + .../netherite_backtank_from_netherite.json | 12 + .../appliances/netherite_diving_boots.json | 12 + ...netherite_diving_boots_from_netherite.json | 12 + .../appliances/netherite_diving_helmet.json | 12 + ...etherite_diving_helmet_from_netherite.json | 12 + .../crafting/appliances/schedule_clear.json | 11 + .../crafting/appliances/slime_ball.json | 14 + .../crafting/appliances/tree_fertilizer.json | 35 + .../crafting/curiosities/brown_toolbox.json | 25 + .../recipes/crafting/curiosities/cake.json | 25 + .../curiosities/minecart_coupling.json | 19 + .../crafting/curiosities/peculiar_bell.json | 18 + .../crafting/curiosities/toolbox_dyeing.json | 3 + .../kinetics/adjustable_chain_gearshift.json | 14 + .../crafting/kinetics/analog_lever.json | 18 + .../crafting/kinetics/andesite_door.json | 14 + .../crafting/kinetics/attribute_filter.json | 17 + .../recipes/crafting/kinetics/basin.json | 15 + .../crafting/kinetics/belt_connector.json | 15 + .../recipes/crafting/kinetics/brass_door.json | 14 + .../recipes/crafting/kinetics/brass_hand.json | 19 + .../crafting/kinetics/cart_assembler.json | 21 + .../recipes/crafting/kinetics/chute.json | 20 + .../crafting/kinetics/clockwork_bearing.json | 22 + .../recipes/crafting/kinetics/clutch.json | 17 + .../recipes/crafting/kinetics/cogwheel.json | 14 + .../kinetics/contraption_controls.json | 22 + .../crafting/kinetics/controller_rail.json | 23 + .../recipes/crafting/kinetics/controls.json | 22 + .../crafting/kinetics/copper_door.json | 14 + .../kinetics/copper_valve_handle.json | 18 + .../copper_valve_handle_from_others.json | 11 + .../crafting/kinetics/crafter_slot_cover.json | 14 + .../crafting/kinetics/cuckoo_clock.json | 22 + .../recipes/crafting/kinetics/deployer.json | 22 + .../recipes/crafting/kinetics/depot.json | 14 + .../crafting/kinetics/display_board.json | 18 + .../crafting/kinetics/elevator_pulley.json | 22 + .../crafting/kinetics/empty_blaze_burner.json | 19 + .../kinetics/encased_chain_drive.json | 20 + .../crafting/kinetics/encased_fan.json | 22 + .../recipes/crafting/kinetics/filter.json | 17 + .../recipes/crafting/kinetics/fluid_pipe.json | 18 + .../kinetics/fluid_pipe_vertical.json | 20 + .../recipes/crafting/kinetics/fluid_tank.json | 19 + .../crafting/kinetics/fluid_valve.json | 14 + .../recipes/crafting/kinetics/flywheel.json | 19 + .../crafting/kinetics/framed_glass_door.json | 14 + .../kinetics/framed_glass_trapdoor.json | 14 + ...urnace_minecart_from_contraption_cart.json | 11 + .../crafting/kinetics/gantry_carriage.json | 22 + .../crafting/kinetics/gantry_shaft.json | 20 + .../recipes/crafting/kinetics/gearbox.json | 19 + .../kinetics/gearboxfrom_conversion.json | 11 + .../recipes/crafting/kinetics/gearshift.json | 17 + .../recipes/crafting/kinetics/goggles.json | 21 + .../recipes/crafting/kinetics/hand_crank.json | 18 + .../crafting/kinetics/hose_pulley.json | 22 + .../recipes/crafting/kinetics/item_drain.json | 18 + .../recipes/crafting/kinetics/item_vault.json | 19 + .../crafting/kinetics/large_cogwheel.json | 17 + .../kinetics/large_cogwheel_from_little.json | 14 + .../crafting/kinetics/large_water_wheel.json | 19 + .../crafting/kinetics/linear_chassis.json | 20 + .../linear_chassisfrom_conversion.json | 11 + .../crafting/kinetics/mechanical_arm.json | 25 + .../crafting/kinetics/mechanical_bearing.json | 22 + .../crafting/kinetics/mechanical_crafter.json | 23 + .../crafting/kinetics/mechanical_drill.json | 22 + .../kinetics/mechanical_harvester.json | 22 + .../crafting/kinetics/mechanical_mixer.json | 22 + .../crafting/kinetics/mechanical_piston.json | 22 + .../crafting/kinetics/mechanical_plough.json | 22 + .../crafting/kinetics/mechanical_press.json | 22 + .../crafting/kinetics/mechanical_pump.json | 14 + .../crafting/kinetics/mechanical_roller.json | 22 + .../crafting/kinetics/mechanical_saw.json | 22 + .../crafting/kinetics/metal_bracket.json | 22 + .../crafting/kinetics/metal_girder.json | 19 + .../recipes/crafting/kinetics/millstone.json | 22 + .../minecart_from_contraption_cart.json | 11 + .../kinetics/mysterious_cuckoo_clock.json | 19 + .../recipes/crafting/kinetics/nixie_tube.json | 15 + .../recipes/crafting/kinetics/nozzle.json | 19 + .../kinetics/piston_extension_pole.json | 20 + .../recipes/crafting/kinetics/placard.json | 14 + .../kinetics/portable_fluid_interface.json | 14 + .../kinetics/portable_storage_interface.json | 14 + .../recipes/crafting/kinetics/propeller.json | 19 + .../crafting/kinetics/radial_chassis.json | 20 + .../crafting/kinetics/rope_pulley.json | 22 + .../crafting/kinetics/rose_quartz_lamp.json | 17 + .../kinetics/rotation_speed_controller.json | 18 + .../kinetics/sail_framefrom_conversion.json | 11 + .../recipes/crafting/kinetics/schedule.json | 15 + ...condary_linear_chassisfrom_conversion.json | 11 + .../kinetics/sequenced_gearshift.json | 17 + .../recipes/crafting/kinetics/shaft.json | 16 + .../crafting/kinetics/smart_chute.json | 22 + .../crafting/kinetics/smart_fluid_pipe.json | 22 + .../crafting/kinetics/speedometer.json | 18 + .../kinetics/speedometerfrom_conversion.json | 11 + .../recipes/crafting/kinetics/spout.json | 18 + .../crafting/kinetics/steam_engine.json | 22 + .../crafting/kinetics/steam_whistle.json | 18 + .../recipes/crafting/kinetics/sticker.json | 24 + .../kinetics/sticky_mechanical_piston.json | 18 + .../kinetics/stressometerfrom_conversion.json | 11 + .../recipes/crafting/kinetics/super_glue.json | 21 + .../crafting/kinetics/track_observer.json | 15 + .../track_observer_from_other_plates.json | 26 + .../crafting/kinetics/track_signal.json | 15 + .../crafting/kinetics/track_station.json | 15 + .../recipes/crafting/kinetics/train_door.json | 14 + .../crafting/kinetics/train_trapdoor.json | 14 + .../recipes/crafting/kinetics/turntable.json | 18 + .../vertical_gearboxfrom_conversion.json | 11 + .../crafting/kinetics/water_wheel.json | 19 + .../crafting/kinetics/weighted_ejector.json | 22 + .../recipes/crafting/kinetics/whisk.json | 19 + .../recipes/crafting/kinetics/white_sail.json | 22 + .../kinetics/white_sailfrom_conversion.json | 11 + .../crafting/kinetics/windmill_bearing.json | 22 + .../crafting/kinetics/wooden_bracket.json | 22 + .../recipes/crafting/kinetics/wrench.json | 22 + .../crafting/logistics/andesite_funnel.json | 19 + .../crafting/logistics/andesite_tunnel.json | 19 + .../crafting/logistics/brass_funnel.json | 23 + .../crafting/logistics/brass_tunnel.json | 23 + .../crafting/logistics/content_observer.json | 22 + .../crafting/logistics/display_link.json | 22 + .../crafting/logistics/powered_latch.json | 25 + .../logistics/powered_toggle_latch.json | 22 + .../crafting/logistics/pulse_extender.json | 25 + .../crafting/logistics/pulse_repeater.json | 24 + .../crafting/logistics/redstone_contact.json | 23 + .../crafting/logistics/redstone_link.json | 19 + .../crafting/logistics/stockpile_switch.json | 22 + .../crafting/materials/andesite_alloy.json | 18 + .../materials/andesite_alloy_block.json | 16 + .../materials/andesite_alloy_from_block.json | 12 + .../materials/andesite_alloy_from_zinc.json | 18 + .../brass_block_from_compacting.json | 16 + .../brass_ingot_from_compacting.json | 16 + .../brass_ingot_from_decompacting.json | 12 + .../brass_nugget_from_decompacting.json | 12 + .../crafting/materials/copper_ingot.json | 16 + .../crafting/materials/copper_nugget.json | 12 + .../crafting/materials/electron_tube.json | 18 + .../recipes/crafting/materials/raw_zinc.json | 12 + .../crafting/materials/raw_zinc_block.json | 16 + .../crafting/materials/red_sand_paper.json | 14 + .../crafting/materials/rose_quartz.json | 35 + .../rose_quartz_tilesfrom_conversion.json | 11 + .../crafting/materials/sand_paper.json | 14 + ...mall_rose_quartz_tilesfrom_conversion.json | 11 + .../materials/zinc_block_from_compacting.json | 16 + .../materials/zinc_ingot_from_compacting.json | 16 + .../zinc_ingot_from_decompacting.json | 12 + .../zinc_nugget_from_decompacting.json | 12 + .../recipes/crafting/palettes/scorchia.json | 20 + .../crafting/schematics/empty_schematic.json | 14 + .../schematics/schematic_and_quill.json | 14 + .../crafting/schematics/schematic_table.json | 19 + .../crafting/schematics/schematicannon.json | 25 + .../create/recipes/crushing/aluminum_ore.json | 31 + .../recipes/crushing/amethyst_block.json | 19 + .../recipes/crushing/amethyst_cluster.json | 19 + .../data/create/recipes/crushing/asurine.json | 19 + .../recipes/crushing/asurine_recycling.json | 19 + .../create/recipes/crushing/blaze_rod.json | 20 + .../create/recipes/crushing/coal_ore.json | 26 + .../create/recipes/crushing/copper_ore.json | 27 + .../create/recipes/crushing/crimsite.json | 19 + .../recipes/crushing/crimsite_recycling.json | 19 + .../recipes/crushing/deepslate_coal_ore.json | 26 + .../crushing/deepslate_copper_ore.json | 27 + .../crushing/deepslate_diamond_ore.json | 27 + .../crushing/deepslate_emerald_ore.json | 27 + .../recipes/crushing/deepslate_gold_ore.json | 28 + .../recipes/crushing/deepslate_iron_ore.json | 27 + .../recipes/crushing/deepslate_lapis_ore.json | 27 + .../crushing/deepslate_redstone_ore.json | 27 + .../recipes/crushing/deepslate_zinc_ore.json | 27 + .../recipes/crushing/diamond_horse_armor.json | 29 + .../create/recipes/crushing/diamond_ore.json | 26 + .../data/create/recipes/crushing/diorite.json | 15 + .../recipes/crushing/diorite_recycling.json | 15 + .../create/recipes/crushing/emerald_ore.json | 26 + .../create/recipes/crushing/glowstone.json | 19 + .../create/recipes/crushing/gold_ore.json | 27 + .../recipes/crushing/golden_horse_armor.json | 35 + .../data/create/recipes/crushing/gravel.json | 22 + .../recipes/crushing/iron_horse_armor.json | 33 + .../create/recipes/crushing/iron_ore.json | 26 + .../create/recipes/crushing/lapis_ore.json | 27 + .../create/recipes/crushing/lead_ore.json | 31 + .../recipes/crushing/leather_horse_armor.json | 20 + .../recipes/crushing/nether_gold_ore.json | 23 + .../recipes/crushing/nether_quartz_ore.json | 27 + .../recipes/crushing/nether_wart_block.json | 15 + .../create/recipes/crushing/netherrack.json | 18 + .../create/recipes/crushing/nickel_ore.json | 31 + .../create/recipes/crushing/obsidian.json | 18 + .../data/create/recipes/crushing/ochrum.json | 19 + .../recipes/crushing/ochrum_recycling.json | 19 + .../create/recipes/crushing/osmium_ore.json | 31 + .../create/recipes/crushing/platinum_ore.json | 31 + .../recipes/crushing/prismarine_crystals.json | 24 + .../recipes/crushing/quicksilver_ore.json | 31 + .../recipes/crushing/raw_aluminum_block.json | 29 + .../recipes/crushing/raw_aluminum_ore.json | 27 + .../create/recipes/crushing/raw_copper.json | 18 + .../recipes/crushing/raw_copper_block.json | 20 + .../create/recipes/crushing/raw_gold.json | 19 + .../recipes/crushing/raw_gold_block.json | 20 + .../create/recipes/crushing/raw_iron.json | 18 + .../recipes/crushing/raw_iron_block.json | 20 + .../recipes/crushing/raw_lead_block.json | 29 + .../create/recipes/crushing/raw_lead_ore.json | 27 + .../recipes/crushing/raw_nickel_block.json | 29 + .../recipes/crushing/raw_nickel_ore.json | 27 + .../recipes/crushing/raw_osmium_block.json | 29 + .../recipes/crushing/raw_osmium_ore.json | 27 + .../recipes/crushing/raw_platinum_block.json | 29 + .../recipes/crushing/raw_platinum_ore.json | 27 + .../crushing/raw_quicksilver_block.json | 29 + .../recipes/crushing/raw_quicksilver_ore.json | 27 + .../recipes/crushing/raw_silver_block.json | 29 + .../recipes/crushing/raw_silver_ore.json | 27 + .../recipes/crushing/raw_tin_block.json | 29 + .../create/recipes/crushing/raw_tin_ore.json | 27 + .../recipes/crushing/raw_uranium_block.json | 29 + .../recipes/crushing/raw_uranium_ore.json | 27 + .../create/recipes/crushing/raw_zinc.json | 18 + .../recipes/crushing/raw_zinc_block.json | 20 + .../create/recipes/crushing/redstone_ore.json | 27 + .../create/recipes/crushing/silver_ore.json | 31 + .../data/create/recipes/crushing/tin_ore.json | 31 + .../data/create/recipes/crushing/tuff.json | 31 + .../recipes/crushing/tuff_recycling.json | 31 + .../create/recipes/crushing/uranium_ore.json | 31 + .../create/recipes/crushing/veridium.json | 19 + .../recipes/crushing/veridium_recycling.json | 19 + .../data/create/recipes/crushing/wool.json | 19 + .../create/recipes/crushing/zinc_ore.json | 26 + .../create/recipes/cutting/acacia_log.json | 14 + .../create/recipes/cutting/acacia_wood.json | 14 + .../recipes/cutting/andesite_alloy.json | 15 + .../create/recipes/cutting/birch_log.json | 14 + .../create/recipes/cutting/birch_wood.json | 14 + .../stripped_twisted_log.json | 21 + .../stripped_twisted_wood.json | 21 + .../architects_palette/twisted_log.json | 20 + .../architects_palette/twisted_wood.json | 20 + .../compat/ars_nouveau/blue_archwood_log.json | 20 + .../ars_nouveau/blue_archwood_wood.json | 20 + .../ars_nouveau/green_archwood_log.json | 20 + .../ars_nouveau/green_archwood_wood.json | 20 + .../ars_nouveau/purple_archwood_log.json | 20 + .../ars_nouveau/purple_archwood_wood.json | 20 + .../compat/ars_nouveau/red_archwood_log.json | 20 + .../compat/ars_nouveau/red_archwood_wood.json | 20 + .../stripped_blue_archwood_log.json | 21 + .../stripped_blue_archwood_wood.json | 21 + .../stripped_green_archwood_log.json | 21 + .../stripped_green_archwood_wood.json | 21 + .../stripped_purple_archwood_log.json | 21 + .../stripped_purple_archwood_wood.json | 21 + .../stripped_red_archwood_log.json | 21 + .../stripped_red_archwood_wood.json | 21 + .../compat/biomesoplenty/cherry_log.json | 20 + .../compat/biomesoplenty/cherry_wood.json | 20 + .../compat/biomesoplenty/dead_log.json | 20 + .../compat/biomesoplenty/dead_wood.json | 20 + .../cutting/compat/biomesoplenty/fir_log.json | 20 + .../compat/biomesoplenty/fir_wood.json | 20 + .../compat/biomesoplenty/hellbark_log.json | 20 + .../compat/biomesoplenty/hellbark_wood.json | 20 + .../compat/biomesoplenty/jacaranda_log.json | 20 + .../compat/biomesoplenty/jacaranda_wood.json | 20 + .../compat/biomesoplenty/magic_log.json | 20 + .../compat/biomesoplenty/magic_wood.json | 20 + .../compat/biomesoplenty/mahogany_log.json | 20 + .../compat/biomesoplenty/mahogany_wood.json | 20 + .../compat/biomesoplenty/palm_log.json | 20 + .../compat/biomesoplenty/palm_wood.json | 20 + .../compat/biomesoplenty/redwood_log.json | 20 + .../compat/biomesoplenty/redwood_wood.json | 20 + .../biomesoplenty/stripped_cherry_log.json | 21 + .../biomesoplenty/stripped_cherry_wood.json | 21 + .../biomesoplenty/stripped_dead_log.json | 21 + .../biomesoplenty/stripped_dead_wood.json | 21 + .../biomesoplenty/stripped_fir_log.json | 21 + .../biomesoplenty/stripped_fir_wood.json | 21 + .../biomesoplenty/stripped_hellbark_log.json | 21 + .../biomesoplenty/stripped_hellbark_wood.json | 21 + .../biomesoplenty/stripped_jacaranda_log.json | 21 + .../stripped_jacaranda_wood.json | 21 + .../biomesoplenty/stripped_magic_log.json | 21 + .../biomesoplenty/stripped_magic_wood.json | 21 + .../biomesoplenty/stripped_mahogany_log.json | 21 + .../biomesoplenty/stripped_mahogany_wood.json | 21 + .../biomesoplenty/stripped_palm_log.json | 21 + .../biomesoplenty/stripped_palm_wood.json | 21 + .../biomesoplenty/stripped_redwood_log.json | 21 + .../biomesoplenty/stripped_redwood_wood.json | 21 + .../biomesoplenty/stripped_umbran_log.json | 21 + .../biomesoplenty/stripped_umbran_wood.json | 21 + .../biomesoplenty/stripped_willow_log.json | 21 + .../biomesoplenty/stripped_willow_wood.json | 21 + .../compat/biomesoplenty/umbran_log.json | 20 + .../compat/biomesoplenty/umbran_wood.json | 20 + .../compat/biomesoplenty/willow_log.json | 20 + .../compat/biomesoplenty/willow_wood.json | 20 + .../compat/blue_skies/bluebright_log.json | 20 + .../compat/blue_skies/bluebright_wood.json | 20 + .../cutting/compat/blue_skies/cherry_log.json | 20 + .../compat/blue_skies/cherry_wood.json | 20 + .../compat/blue_skies/crystallized_log.json | 21 + .../compat/blue_skies/crystallized_wood.json | 21 + .../cutting/compat/blue_skies/dusk_log.json | 20 + .../cutting/compat/blue_skies/dusk_wood.json | 20 + .../compat/blue_skies/frostbright_log.json | 20 + .../compat/blue_skies/frostbright_wood.json | 20 + .../cutting/compat/blue_skies/lunar_log.json | 20 + .../cutting/compat/blue_skies/lunar_wood.json | 20 + .../cutting/compat/blue_skies/maple_log.json | 20 + .../cutting/compat/blue_skies/maple_wood.json | 20 + .../compat/blue_skies/starlit_log.json | 20 + .../compat/blue_skies/starlit_wood.json | 20 + .../blue_skies/stripped_bluebright_log.json | 21 + .../blue_skies/stripped_bluebright_wood.json | 21 + .../blue_skies/stripped_cherry_log.json | 21 + .../blue_skies/stripped_cherry_wood.json | 21 + .../compat/blue_skies/stripped_dusk_log.json | 21 + .../compat/blue_skies/stripped_dusk_wood.json | 21 + .../blue_skies/stripped_frostbright_log.json | 21 + .../blue_skies/stripped_frostbright_wood.json | 21 + .../compat/blue_skies/stripped_lunar_log.json | 21 + .../blue_skies/stripped_lunar_wood.json | 21 + .../compat/blue_skies/stripped_maple_log.json | 21 + .../blue_skies/stripped_maple_wood.json | 21 + .../blue_skies/stripped_starlit_log.json | 21 + .../blue_skies/stripped_starlit_wood.json | 21 + .../cutting/compat/botania/dreamwood.json | 20 + .../cutting/compat/botania/dreamwood_log.json | 20 + .../compat/botania/glimmering_dreamwood.json | 20 + .../botania/glimmering_dreamwood_log.json | 20 + .../compat/botania/glimmering_livingwood.json | 20 + .../botania/glimmering_livingwood_log.json | 20 + .../glimmering_stripped_dreamwood.json | 21 + .../glimmering_stripped_dreamwood_log.json | 21 + .../glimmering_stripped_livingwood.json | 21 + .../glimmering_stripped_livingwood_log.json | 21 + .../cutting/compat/botania/livingwood.json | 20 + .../compat/botania/livingwood_log.json | 20 + .../compat/botania/stripped_dreamwood.json | 21 + .../botania/stripped_dreamwood_log.json | 21 + .../compat/botania/stripped_livingwood.json | 21 + .../botania/stripped_livingwood_log.json | 21 + .../recipes/cutting/compat/byg/aspen_log.json | 20 + .../cutting/compat/byg/aspen_wood.json | 20 + .../cutting/compat/byg/baobab_log.json | 20 + .../cutting/compat/byg/baobab_wood.json | 20 + .../compat/byg/blue_enchanted_log.json | 20 + .../compat/byg/blue_enchanted_wood.json | 20 + .../cutting/compat/byg/bulbis_stem.json | 20 + .../cutting/compat/byg/bulbis_wood.json | 20 + .../cutting/compat/byg/cherry_log.json | 20 + .../cutting/compat/byg/cherry_wood.json | 20 + .../recipes/cutting/compat/byg/cika_log.json | 20 + .../recipes/cutting/compat/byg/cika_wood.json | 20 + .../cutting/compat/byg/cypress_log.json | 20 + .../cutting/compat/byg/cypress_wood.json | 20 + .../recipes/cutting/compat/byg/ebony_log.json | 20 + .../cutting/compat/byg/ebony_wood.json | 20 + .../recipes/cutting/compat/byg/ether_log.json | 20 + .../cutting/compat/byg/ether_wood.json | 20 + .../recipes/cutting/compat/byg/fir_log.json | 20 + .../recipes/cutting/compat/byg/fir_wood.json | 20 + .../compat/byg/fungal_imparius_hyphae.json | 21 + .../compat/byg/fungal_imparius_stem.json | 21 + .../compat/byg/green_enchanted_log.json | 20 + .../compat/byg/green_enchanted_wood.json | 20 + .../recipes/cutting/compat/byg/holly_log.json | 20 + .../cutting/compat/byg/holly_wood.json | 20 + .../cutting/compat/byg/imparius_hyphae.json | 21 + .../cutting/compat/byg/imparius_stem.json | 21 + .../cutting/compat/byg/jacaranda_log.json | 20 + .../cutting/compat/byg/jacaranda_wood.json | 20 + .../cutting/compat/byg/lament_log.json | 20 + .../cutting/compat/byg/lament_wood.json | 20 + .../cutting/compat/byg/mahogany_log.json | 20 + .../cutting/compat/byg/mahogany_wood.json | 20 + .../cutting/compat/byg/mangrove_log.json | 20 + .../cutting/compat/byg/mangrove_wood.json | 20 + .../recipes/cutting/compat/byg/maple_log.json | 20 + .../cutting/compat/byg/maple_wood.json | 20 + .../cutting/compat/byg/nightshade_log.json | 20 + .../cutting/compat/byg/nightshade_wood.json | 20 + .../recipes/cutting/compat/byg/palm_log.json | 20 + .../recipes/cutting/compat/byg/palm_wood.json | 20 + .../cutting/compat/byg/palo_verde_log.json | 20 + .../cutting/compat/byg/palo_verde_wood.json | 20 + .../recipes/cutting/compat/byg/pine_log.json | 20 + .../recipes/cutting/compat/byg/pine_wood.json | 20 + .../compat/byg/rainbow_eucalyptus_log.json | 20 + .../compat/byg/rainbow_eucalyptus_wood.json | 20 + .../cutting/compat/byg/redwood_log.json | 20 + .../cutting/compat/byg/redwood_wood.json | 20 + .../cutting/compat/byg/skyris_log.json | 20 + .../cutting/compat/byg/skyris_wood.json | 20 + .../compat/byg/stripped_aspen_log.json | 21 + .../compat/byg/stripped_aspen_wood.json | 21 + .../compat/byg/stripped_baobab_log.json | 21 + .../compat/byg/stripped_baobab_wood.json | 21 + .../byg/stripped_blue_enchanted_log.json | 21 + .../byg/stripped_blue_enchanted_wood.json | 21 + .../compat/byg/stripped_bulbis_stem.json | 21 + .../compat/byg/stripped_bulbis_wood.json | 21 + .../compat/byg/stripped_cherry_log.json | 21 + .../compat/byg/stripped_cherry_wood.json | 21 + .../cutting/compat/byg/stripped_cika_log.json | 21 + .../compat/byg/stripped_cika_wood.json | 21 + .../compat/byg/stripped_cypress_log.json | 21 + .../compat/byg/stripped_cypress_wood.json | 21 + .../compat/byg/stripped_ebony_log.json | 21 + .../compat/byg/stripped_ebony_wood.json | 21 + .../compat/byg/stripped_ether_log.json | 21 + .../compat/byg/stripped_ether_wood.json | 21 + .../cutting/compat/byg/stripped_fir_log.json | 21 + .../cutting/compat/byg/stripped_fir_wood.json | 21 + .../byg/stripped_green_enchanted_log.json | 21 + .../byg/stripped_green_enchanted_wood.json | 21 + .../compat/byg/stripped_holly_log.json | 21 + .../compat/byg/stripped_holly_wood.json | 21 + .../compat/byg/stripped_jacaranda_log.json | 21 + .../compat/byg/stripped_jacaranda_wood.json | 21 + .../compat/byg/stripped_lament_log.json | 21 + .../compat/byg/stripped_lament_wood.json | 21 + .../compat/byg/stripped_mahogany_log.json | 21 + .../compat/byg/stripped_mahogany_wood.json | 21 + .../compat/byg/stripped_mangrove_log.json | 21 + .../compat/byg/stripped_mangrove_wood.json | 21 + .../compat/byg/stripped_maple_log.json | 21 + .../compat/byg/stripped_maple_wood.json | 21 + .../compat/byg/stripped_nightshade_log.json | 21 + .../compat/byg/stripped_nightshade_wood.json | 21 + .../cutting/compat/byg/stripped_palm_log.json | 21 + .../compat/byg/stripped_palm_wood.json | 21 + .../cutting/compat/byg/stripped_pine_log.json | 21 + .../compat/byg/stripped_pine_wood.json | 21 + .../byg/stripped_rainbow_eucalyptus_log.json | 21 + .../byg/stripped_rainbow_eucalyptus_wood.json | 21 + .../compat/byg/stripped_redwood_log.json | 21 + .../compat/byg/stripped_redwood_wood.json | 21 + .../compat/byg/stripped_skyris_log.json | 21 + .../compat/byg/stripped_skyris_wood.json | 21 + .../compat/byg/stripped_willow_log.json | 21 + .../compat/byg/stripped_willow_wood.json | 21 + .../compat/byg/stripped_witch_hazel_log.json | 21 + .../compat/byg/stripped_witch_hazel_wood.json | 21 + .../compat/byg/stripped_zelkova_log.json | 21 + .../compat/byg/stripped_zelkova_wood.json | 21 + .../cutting/compat/byg/willow_log.json | 20 + .../cutting/compat/byg/willow_wood.json | 20 + .../cutting/compat/byg/witch_hazel_log.json | 20 + .../cutting/compat/byg/witch_hazel_wood.json | 20 + .../cutting/compat/byg/zelkova_log.json | 20 + .../cutting/compat/byg/zelkova_wood.json | 20 + .../cutting/compat/ecologics/azalea_log.json | 20 + .../cutting/compat/ecologics/azalea_wood.json | 20 + .../cutting/compat/ecologics/coconut_log.json | 20 + .../compat/ecologics/coconut_wood.json | 20 + .../ecologics/flowering_azalea_log.json | 20 + .../ecologics/flowering_azalea_wood.json | 20 + .../compat/ecologics/stripped_azalea_log.json | 21 + .../ecologics/stripped_azalea_wood.json | 21 + .../ecologics/stripped_coconut_log.json | 21 + .../ecologics/stripped_coconut_wood.json | 21 + .../compat/ecologics/stripped_walnut_log.json | 21 + .../ecologics/stripped_walnut_wood.json | 21 + .../cutting/compat/ecologics/walnut_log.json | 20 + .../cutting/compat/ecologics/walnut_wood.json | 20 + .../compat/forbidden_arcanus/cherrywood.json | 20 + .../forbidden_arcanus/cherrywood_log.json | 20 + .../compat/forbidden_arcanus/mysterywood.json | 20 + .../forbidden_arcanus/mysterywood_log.json | 20 + .../stripped_cherrywood.json | 21 + .../stripped_cherrywood_log.json | 21 + .../stripped_mysterywood.json | 21 + .../stripped_mysterywood_log.json | 21 + .../compat/hexcasting/akashic_log.json | 20 + .../hexcasting/akashic_log_stripped.json | 21 + .../compat/hexcasting/akashic_wood.json | 20 + .../hexcasting/akashic_wood_stripped.json | 21 + .../compat/integrateddynamics/menril_log.json | 20 + .../menril_log_stripped.json | 21 + .../integrateddynamics/menril_wood.json | 20 + .../menril_wood_stripped.json | 21 + .../cutting/compat/quark/azalea_log.json | 20 + .../cutting/compat/quark/azalea_wood.json | 20 + .../cutting/compat/quark/blossom_log.json | 20 + .../cutting/compat/quark/blossom_wood.json | 20 + .../compat/quark/stripped_azalea_log.json | 21 + .../compat/quark/stripped_azalea_wood.json | 21 + .../compat/quark/stripped_blossom_log.json | 21 + .../compat/quark/stripped_blossom_wood.json | 21 + .../compat/silentgear/netherwood_log.json | 20 + .../compat/silentgear/netherwood_wood.json | 20 + .../silentgear/stripped_netherwood_log.json | 21 + .../silentgear/stripped_netherwood_wood.json | 21 + .../compat/tconstruct/bloodshroom_log.json | 20 + .../compat/tconstruct/bloodshroom_wood.json | 20 + .../compat/tconstruct/greenheart_log.json | 20 + .../compat/tconstruct/greenheart_wood.json | 20 + .../compat/tconstruct/skyroot_log.json | 20 + .../compat/tconstruct/skyroot_wood.json | 20 + .../tconstruct/stripped_bloodshroom_log.json | 21 + .../tconstruct/stripped_bloodshroom_wood.json | 21 + .../tconstruct/stripped_greenheart_log.json | 21 + .../tconstruct/stripped_greenheart_wood.json | 21 + .../tconstruct/stripped_skyroot_log.json | 21 + .../tconstruct/stripped_skyroot_wood.json | 21 + .../compat/twilightforest/canopy_log.json | 20 + .../compat/twilightforest/canopy_wood.json | 20 + .../compat/twilightforest/dark_log.json | 20 + .../compat/twilightforest/dark_wood.json | 20 + .../compat/twilightforest/mangrove_log.json | 20 + .../compat/twilightforest/mangrove_wood.json | 20 + .../compat/twilightforest/mining_log.json | 20 + .../compat/twilightforest/mining_wood.json | 20 + .../compat/twilightforest/sorting_log.json | 20 + .../compat/twilightforest/sorting_wood.json | 20 + .../twilightforest/stripped_canopy_log.json | 21 + .../twilightforest/stripped_canopy_wood.json | 21 + .../twilightforest/stripped_dark_log.json | 21 + .../twilightforest/stripped_dark_wood.json | 21 + .../twilightforest/stripped_mangrove_log.json | 21 + .../stripped_mangrove_wood.json | 21 + .../twilightforest/stripped_mining_log.json | 21 + .../twilightforest/stripped_mining_wood.json | 21 + .../twilightforest/stripped_sorting_log.json | 21 + .../twilightforest/stripped_sorting_wood.json | 21 + .../twilightforest/stripped_time_log.json | 21 + .../twilightforest/stripped_time_wood.json | 21 + .../stripped_transformation_log.json | 21 + .../stripped_transformation_wood.json | 21 + .../stripped_twilight_oak_log.json | 21 + .../stripped_twilight_oak_wood.json | 21 + .../compat/twilightforest/time_log.json | 20 + .../compat/twilightforest/time_wood.json | 20 + .../twilightforest/transformation_log.json | 20 + .../twilightforest/transformation_wood.json | 20 + .../twilightforest/twilight_oak_log.json | 20 + .../twilightforest/twilight_oak_wood.json | 20 + .../recipes/cutting/crimson_hyphae.json | 14 + .../create/recipes/cutting/crimson_stem.json | 14 + .../create/recipes/cutting/dark_oak_log.json | 14 + .../create/recipes/cutting/dark_oak_wood.json | 14 + .../create/recipes/cutting/jungle_log.json | 14 + .../create/recipes/cutting/jungle_wood.json | 14 + .../create/recipes/cutting/mangrove_log.json | 14 + .../create/recipes/cutting/mangrove_wood.json | 14 + .../data/create/recipes/cutting/oak_log.json | 14 + .../data/create/recipes/cutting/oak_wood.json | 14 + .../create/recipes/cutting/spruce_log.json | 14 + .../create/recipes/cutting/spruce_wood.json | 14 + .../recipes/cutting/stripped_acacia_log.json | 15 + .../recipes/cutting/stripped_acacia_wood.json | 15 + .../recipes/cutting/stripped_birch_log.json | 15 + .../recipes/cutting/stripped_birch_wood.json | 15 + .../cutting/stripped_crimson_hyphae.json | 15 + .../cutting/stripped_crimson_stem.json | 15 + .../cutting/stripped_dark_oak_log.json | 15 + .../cutting/stripped_dark_oak_wood.json | 15 + .../recipes/cutting/stripped_jungle_log.json | 15 + .../recipes/cutting/stripped_jungle_wood.json | 15 + .../cutting/stripped_mangrove_log.json | 15 + .../cutting/stripped_mangrove_wood.json | 15 + .../recipes/cutting/stripped_oak_log.json | 15 + .../recipes/cutting/stripped_oak_wood.json | 15 + .../recipes/cutting/stripped_spruce_log.json | 15 + .../recipes/cutting/stripped_spruce_wood.json | 15 + .../cutting/stripped_warped_hyphae.json | 15 + .../recipes/cutting/stripped_warped_stem.json | 15 + .../create/recipes/cutting/warped_hyphae.json | 14 + .../create/recipes/cutting/warped_stem.json | 14 + .../create/recipes/deploying/cogwheel.json | 16 + .../recipes/deploying/large_cogwheel.json | 16 + .../waxed_copper_block_from_adding_wax.json | 17 + ...d_copper_shingle_slab_from_adding_wax.json | 17 + ...copper_shingle_stairs_from_adding_wax.json | 17 + ...waxed_copper_shingles_from_adding_wax.json | 17 + ...axed_copper_tile_slab_from_adding_wax.json | 17 + ...ed_copper_tile_stairs_from_adding_wax.json | 17 + .../waxed_copper_tiles_from_adding_wax.json | 17 + .../waxed_cut_copper_from_adding_wax.json | 17 + ...waxed_cut_copper_slab_from_adding_wax.json | 17 + ...xed_cut_copper_stairs_from_adding_wax.json | 17 + .../waxed_exposed_copper_from_adding_wax.json | 17 + ...d_copper_shingle_slab_from_adding_wax.json | 17 + ...copper_shingle_stairs_from_adding_wax.json | 17 + ...posed_copper_shingles_from_adding_wax.json | 17 + ...osed_copper_tile_slab_from_adding_wax.json | 17 + ...ed_copper_tile_stairs_from_adding_wax.json | 17 + ..._exposed_copper_tiles_from_adding_wax.json | 17 + ...ed_exposed_cut_copper_from_adding_wax.json | 17 + ...posed_cut_copper_slab_from_adding_wax.json | 17 + ...sed_cut_copper_stairs_from_adding_wax.json | 17 + ...waxed_oxidized_copper_from_adding_wax.json | 17 + ...d_copper_shingle_slab_from_adding_wax.json | 17 + ...copper_shingle_stairs_from_adding_wax.json | 17 + ...dized_copper_shingles_from_adding_wax.json | 17 + ...ized_copper_tile_slab_from_adding_wax.json | 17 + ...ed_copper_tile_stairs_from_adding_wax.json | 17 + ...oxidized_copper_tiles_from_adding_wax.json | 17 + ...d_oxidized_cut_copper_from_adding_wax.json | 17 + ...dized_cut_copper_slab_from_adding_wax.json | 17 + ...zed_cut_copper_stairs_from_adding_wax.json | 17 + ...axed_weathered_copper_from_adding_wax.json | 17 + ...d_copper_shingle_slab_from_adding_wax.json | 17 + ...copper_shingle_stairs_from_adding_wax.json | 17 + ...hered_copper_shingles_from_adding_wax.json | 17 + ...ered_copper_tile_slab_from_adding_wax.json | 17 + ...ed_copper_tile_stairs_from_adding_wax.json | 17 + ...eathered_copper_tiles_from_adding_wax.json | 17 + ..._weathered_cut_copper_from_adding_wax.json | 17 + ...hered_cut_copper_slab_from_adding_wax.json | 17 + ...red_cut_copper_stairs_from_adding_wax.json | 17 + .../create/recipes/emptying/builders_tea.json | 17 + .../compat/farmersdelight/milk_bottle.json | 23 + .../create/recipes/emptying/honey_bottle.json | 17 + .../create/recipes/filling/blaze_cake.json | 18 + .../create/recipes/filling/builders_tea.json | 18 + .../filling/chocolate_glazed_berries.json | 18 + .../compat/farmersdelight/milk_bottle.json | 23 + .../create/recipes/filling/glowstone.json | 21 + .../create/recipes/filling/grass_block.json | 18 + .../create/recipes/filling/gunpowder.json | 21 + .../create/recipes/filling/honey_bottle.json | 17 + .../create/recipes/filling/honeyed_apple.json | 17 + .../data/create/recipes/filling/redstone.json | 21 + .../create/recipes/filling/sweet_roll.json | 17 + .../create/recipes/haunting/blackstone.json | 13 + .../recipes/haunting/crimson_fungus.json | 13 + .../create/recipes/haunting/glow_berries.json | 13 + .../create/recipes/haunting/glow_ink_sac.json | 13 + .../create/recipes/haunting/haunted_bell.json | 13 + .../infested_chiseled_stone_bricks.json | 13 + .../infested_cracked_stone_bricks.json | 13 + .../recipes/haunting/infested_deepslate.json | 13 + .../haunting/infested_mossy_stone_bricks.json | 13 + .../recipes/haunting/infested_stone.json | 13 + .../haunting/infested_stone_bricks.json | 13 + .../recipes/haunting/lapis_recycling.json | 18 + .../create/recipes/haunting/nether_brick.json | 13 + .../recipes/haunting/poisonous_potato.json | 13 + .../recipes/haunting/soul_campfire.json | 13 + .../create/recipes/haunting/soul_lantern.json | 13 + .../create/recipes/haunting/soul_sand.json | 13 + .../create/recipes/haunting/soul_soil.json | 13 + .../create/recipes/haunting/soul_torch.json | 13 + .../recipes/haunting/warped_fungus.json | 13 + .../andesite_casing_from_log.json | 16 + .../andesite_casing_from_wood.json | 16 + .../brass_casing_from_log.json | 16 + .../brass_casing_from_wood.json | 16 + .../copper_casing_from_log.json | 16 + .../copper_casing_from_wood.json | 16 + .../item_application/railway_casing.json | 16 + .../mechanical_crafting/crushing_wheel.json | 26 + .../mechanical_crafting/extendo_grip.json | 28 + .../mechanical_crafting/potato_cannon.json | 25 + .../mechanical_crafting/wand_of_symmetry.json | 31 + .../data/create/recipes/milling/allium.json | 24 + .../data/create/recipes/milling/andesite.json | 14 + .../create/recipes/milling/azure_bluet.json | 20 + .../data/create/recipes/milling/beetroot.json | 19 + .../create/recipes/milling/blue_orchid.json | 19 + .../data/create/recipes/milling/bone.json | 24 + .../create/recipes/milling/bone_meal.json | 19 + .../data/create/recipes/milling/cactus.json | 28 + .../data/create/recipes/milling/calcite.json | 15 + .../data/create/recipes/milling/charcoal.json | 19 + .../data/create/recipes/milling/clay.json | 19 + .../data/create/recipes/milling/coal.json | 19 + .../create/recipes/milling/cobblestone.json | 14 + .../create/recipes/milling/cocoa_beans.json | 19 + .../create/recipes/milling/cornflower.json | 15 + .../create/recipes/milling/dandelion.json | 19 + .../recipes/milling/dripstone_block.json | 14 + .../data/create/recipes/milling/fern.json | 18 + .../data/create/recipes/milling/granite.json | 14 + .../data/create/recipes/milling/grass.json | 15 + .../data/create/recipes/milling/gravel.json | 14 + .../data/create/recipes/milling/ink_sac.json | 19 + .../create/recipes/milling/lapis_lazuli.json | 19 + .../create/recipes/milling/large_fern.json | 23 + .../data/create/recipes/milling/lilac.json | 23 + .../recipes/milling/lily_of_the_valley.json | 23 + .../create/recipes/milling/orange_tulip.json | 19 + .../create/recipes/milling/oxeye_daisy.json | 23 + .../data/create/recipes/milling/peony.json | 23 + .../create/recipes/milling/pink_tulip.json | 19 + .../data/create/recipes/milling/poppy.json | 19 + .../create/recipes/milling/red_tulip.json | 19 + .../create/recipes/milling/rose_bush.json | 25 + .../data/create/recipes/milling/saddle.json | 20 + .../create/recipes/milling/sandstone.json | 14 + .../create/recipes/milling/sea_pickle.json | 19 + .../create/recipes/milling/sugar_cane.json | 19 + .../create/recipes/milling/sunflower.json | 23 + .../create/recipes/milling/tall_grass.json | 15 + .../create/recipes/milling/terracotta.json | 14 + .../data/create/recipes/milling/wheat.json | 23 + .../create/recipes/milling/white_tulip.json | 19 + .../create/recipes/milling/wither_rose.json | 19 + .../data/create/recipes/milling/wool.json | 14 + .../create/recipes/mixing/andesite_alloy.json | 16 + .../mixing/andesite_alloy_from_zinc.json | 16 + .../create/recipes/mixing/brass_ingot.json | 18 + .../data/create/recipes/mixing/chocolate.json | 22 + .../recipes/mixing/chocolate_melting.json | 15 + .../recipes/mixing/dough_by_mixing.json | 18 + .../data/create/recipes/mixing/honey.json | 15 + .../recipes/mixing/lava_from_cobble.json | 15 + .../create/recipes/mixing/mud_by_mixing.json | 19 + .../data/create/recipes/mixing/tea.json | 24 + .../create/recipes/pressing/brass_ingot.json | 13 + .../create/recipes/pressing/copper_ingot.json | 13 + .../create/recipes/pressing/gold_ingot.json | 13 + .../create/recipes/pressing/iron_ingot.json | 13 + .../data/create/recipes/pressing/path.json | 18 + .../create/recipes/pressing/sugar_cane.json | 13 + .../sandpaper_polishing/rose_quartz.json | 13 + .../precision_mechanism.json | 96 + .../sequenced_assembly/sturdy_sheet.json | 61 + .../recipes/sequenced_assembly/track.json | 72 + .../data/create/recipes/smelting/bread.json | 9 + .../smelting/copper_ingot_from_crushed.json | 9 + .../smelting/glass_from_framed_glass.json | 9 + .../glass_from_horizontal_framed_glass.json | 9 + .../smelting/glass_from_tiled_glass.json | 9 + .../glass_from_vertical_framed_glass.json | 9 + .../glass_pane_from_framed_glass_pane.json | 9 + ...ane_from_horizontal_framed_glass_pane.json | 9 + .../glass_pane_from_tiled_glass_pane.json | 9 + ..._pane_from_vertical_framed_glass_pane.json | 9 + .../smelting/gold_ingot_from_crushed.json | 9 + ..._aluminum_compat_immersiveengineering.json | 15 + ...ngot_lead_compat_immersiveengineering.json | 15 + .../smelting/ingot_lead_compat_mekanism.json | 15 + ...ot_nickel_compat_immersiveengineering.json | 15 + .../ingot_osmium_compat_mekanism.json | 15 + ...ot_silver_compat_immersiveengineering.json | 15 + .../smelting/ingot_tin_compat_mekanism.json | 15 + ...t_uranium_compat_immersiveengineering.json | 15 + .../ingot_uranium_compat_mekanism.json | 15 + .../smelting/iron_ingot_from_crushed.json | 9 + .../smelting/lead_ingot_compat_thermal.json | 15 + .../smelting/nickel_ingot_compat_thermal.json | 15 + .../data/create/recipes/smelting/scoria.json | 9 + .../smelting/silver_ingot_compat_thermal.json | 15 + .../smelting/tin_ingot_compat_thermal.json | 15 + .../smelting/zinc_ingot_from_crushed.json | 9 + .../recipes/smelting/zinc_ingot_from_ore.json | 9 + .../smelting/zinc_ingot_from_raw_ore.json | 9 + .../data/create/recipes/smoking/bread.json | 9 + .../splashing/black_concrete_powder.json | 13 + .../splashing/blue_concrete_powder.json | 13 + .../splashing/brown_concrete_powder.json | 13 + .../recipes/splashing/crushed_copper_ore.json | 18 + .../recipes/splashing/crushed_gold_ore.json | 18 + .../recipes/splashing/crushed_iron_ore.json | 18 + .../recipes/splashing/crushed_zinc_ore.json | 18 + .../splashing/cyan_concrete_powder.json | 13 + .../data/create/recipes/splashing/gravel.json | 18 + .../splashing/gray_concrete_powder.json | 13 + .../splashing/green_concrete_powder.json | 13 + .../data/create/recipes/splashing/ice.json | 13 + .../crushed_aluminum_ore.json | 20 + .../crushed_lead_ore.json | 20 + .../crushed_nickel_ore.json | 20 + .../crushed_silver_ore.json | 20 + .../crushed_uranium_ore.json | 20 + .../splashing/light_blue_concrete_powder.json | 13 + .../splashing/light_gray_concrete_powder.json | 13 + .../splashing/lime_concrete_powder.json | 13 + .../splashing/magenta_concrete_powder.json | 13 + .../create/recipes/splashing/magma_block.json | 13 + .../splashing/mekanism/crushed_lead_ore.json | 20 + .../mekanism/crushed_osmium_ore.json | 20 + .../splashing/mekanism/crushed_tin_ore.json | 20 + .../mekanism/crushed_uranium_ore.json | 20 + .../splashing/orange_concrete_powder.json | 13 + .../splashing/pink_concrete_powder.json | 13 + .../splashing/purple_concrete_powder.json | 13 + .../splashing/red_concrete_powder.json | 13 + .../create/recipes/splashing/red_sand.json | 19 + .../data/create/recipes/splashing/sand.json | 14 + .../create/recipes/splashing/soul_sand.json | 19 + .../recipes/splashing/stained_glass.json | 13 + .../recipes/splashing/stained_glass_pane.json | 13 + .../splashing/thermal/crushed_lead_ore.json | 20 + .../splashing/thermal/crushed_nickel_ore.json | 20 + .../splashing/thermal/crushed_silver_ore.json | 20 + .../splashing/thermal/crushed_tin_ore.json | 20 + .../create/recipes/splashing/wheat_flour.json | 13 + .../splashing/white_concrete_powder.json | 13 + .../data/create/recipes/splashing/wool.json | 13 + .../splashing/yellow_concrete_powder.json | 13 + .../curiosities/frames/CopycatModel.java | 6 +- 1166 files changed, 35443 insertions(+), 687 deletions(-) create mode 100644 src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa create mode 100644 src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba create mode 100644 src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 create mode 100644 src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 create mode 100644 src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 create mode 100644 src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af create mode 100644 src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 create mode 100644 src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 create mode 100644 src/generated/resources/assets/create/sounds.json create mode 100644 src/generated/resources/data/create/advancements/andesite_alloy.json create mode 100644 src/generated/resources/data/create/advancements/andesite_casing.json create mode 100644 src/generated/resources/data/create/advancements/anvil_plough.json create mode 100644 src/generated/resources/data/create/advancements/arm_blaze_burner.json create mode 100644 src/generated/resources/data/create/advancements/arm_many_targets.json create mode 100644 src/generated/resources/data/create/advancements/backtank.json create mode 100644 src/generated/resources/data/create/advancements/belt.json create mode 100644 src/generated/resources/data/create/advancements/belt_funnel_kiss.json create mode 100644 src/generated/resources/data/create/advancements/brass.json create mode 100644 src/generated/resources/data/create/advancements/brass_casing.json create mode 100644 src/generated/resources/data/create/advancements/burner.json create mode 100644 src/generated/resources/data/create/advancements/cart_pickup.json create mode 100644 src/generated/resources/data/create/advancements/chained_drain.json create mode 100644 src/generated/resources/data/create/advancements/chocolate_bucket.json create mode 100644 src/generated/resources/data/create/advancements/chute.json create mode 100644 src/generated/resources/data/create/advancements/clockwork_bearing.json create mode 100644 src/generated/resources/data/create/advancements/compacting.json create mode 100644 src/generated/resources/data/create/advancements/conductor.json create mode 100644 src/generated/resources/data/create/advancements/contraption_actors.json create mode 100644 src/generated/resources/data/create/advancements/copper.json create mode 100644 src/generated/resources/data/create/advancements/copper_casing.json create mode 100644 src/generated/resources/data/create/advancements/crafter_lazy_000.json create mode 100644 src/generated/resources/data/create/advancements/cross_streams.json create mode 100644 src/generated/resources/data/create/advancements/crusher_maxed_0000.json create mode 100644 src/generated/resources/data/create/advancements/crushing_wheel.json create mode 100644 src/generated/resources/data/create/advancements/cuckoo_clock.json create mode 100644 src/generated/resources/data/create/advancements/deployer.json create mode 100644 src/generated/resources/data/create/advancements/display_board_0.json create mode 100644 src/generated/resources/data/create/advancements/display_link.json create mode 100644 src/generated/resources/data/create/advancements/diving_suit.json create mode 100644 src/generated/resources/data/create/advancements/diving_suit_lava.json create mode 100644 src/generated/resources/data/create/advancements/drain.json create mode 100644 src/generated/resources/data/create/advancements/ejector_maxed.json create mode 100644 src/generated/resources/data/create/advancements/encased_fan.json create mode 100644 src/generated/resources/data/create/advancements/extendo_grip.json create mode 100644 src/generated/resources/data/create/advancements/extendo_grip_dual.json create mode 100644 src/generated/resources/data/create/advancements/fan_processing.json create mode 100644 src/generated/resources/data/create/advancements/fist_bump.json create mode 100644 src/generated/resources/data/create/advancements/foods.json create mode 100644 src/generated/resources/data/create/advancements/funnel.json create mode 100644 src/generated/resources/data/create/advancements/glass_pipe.json create mode 100644 src/generated/resources/data/create/advancements/hand_crank_000.json create mode 100644 src/generated/resources/data/create/advancements/haunted_bell.json create mode 100644 src/generated/resources/data/create/advancements/honey_drain.json create mode 100644 src/generated/resources/data/create/advancements/hose_pulley.json create mode 100644 src/generated/resources/data/create/advancements/hose_pulley_lava.json create mode 100644 src/generated/resources/data/create/advancements/lava_wheel_00000.json create mode 100644 src/generated/resources/data/create/advancements/linked_controller.json create mode 100644 src/generated/resources/data/create/advancements/long_train.json create mode 100644 src/generated/resources/data/create/advancements/long_travel.json create mode 100644 src/generated/resources/data/create/advancements/mechanical_arm.json create mode 100644 src/generated/resources/data/create/advancements/mechanical_crafter.json create mode 100644 src/generated/resources/data/create/advancements/mechanical_mixer.json create mode 100644 src/generated/resources/data/create/advancements/mechanical_press.json create mode 100644 src/generated/resources/data/create/advancements/mechanical_pump_0.json create mode 100644 src/generated/resources/data/create/advancements/millstone.json create mode 100644 src/generated/resources/data/create/advancements/musical_arm.json create mode 100644 src/generated/resources/data/create/advancements/pipe_organ.json create mode 100644 src/generated/resources/data/create/advancements/portable_storage_interface.json create mode 100644 src/generated/resources/data/create/advancements/potato_cannon.json create mode 100644 src/generated/resources/data/create/advancements/potato_cannon_collide.json create mode 100644 src/generated/resources/data/create/advancements/precision_mechanism.json create mode 100644 src/generated/resources/data/create/advancements/pulley_maxed.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_nickel_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_silver_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/lead_ingot_compat_thermal.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/nickel_ingot_compat_thermal.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/silver_ingot_compat_thermal.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_framed_glass.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_horizontal_framed_glass.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_tiled_glass.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_vertical_framed_glass.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_aluminum_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_mekanism.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_nickel_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_osmium_compat_mekanism.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_silver_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_tin_compat_mekanism.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_mekanism.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/lead_ingot_compat_thermal.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/nickel_ingot_compat_thermal.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/silver_ingot_compat_thermal.json create mode 100644 src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/tin_ingot_compat_thermal.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_crushed.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_ore.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/attribute_filter_clear.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/clipboard.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/clipboard_clear.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/copper_backtank.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/copper_diving_boots.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/copper_diving_helmet.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/crafting_blueprint.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/dough.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/filter_clear.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/linked_controller.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_backtank.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_backtank_from_netherite.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_boots.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_boots_from_netherite.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_helmet.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_helmet_from_netherite.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/schedule_clear.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/tree_fertilizer.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/curiosities/brown_toolbox.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/adjustable_chain_gearshift.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/basin.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/belt_connector.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cart_assembler.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/chute.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/clockwork_bearing.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/clutch.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cogwheel.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/contraption_controls.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/controller_rail.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/controls.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle_from_others.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/crafter_slot_cover.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cuckoo_clock.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/deployer.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/depot.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/display_board.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/elevator_pulley.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/encased_chain_drive.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/encased_fan.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/filter.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe_vertical.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_tank.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_valve.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/flywheel.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gantry_carriage.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gantry_shaft.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearbox.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearboxfrom_conversion.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearshift.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/goggles.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/hand_crank.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/hose_pulley.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/item_drain.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/item_vault.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheel.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheel_from_little.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_water_wheel.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassis.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassisfrom_conversion.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_arm.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_bearing.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_crafter.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_drill.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_harvester.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_mixer.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_piston.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_plough.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_press.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_pump.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_roller.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_saw.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/metal_bracket.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/millstone.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mysterious_cuckoo_clock.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/nixie_tube.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/nozzle.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/piston_extension_pole.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/placard.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/portable_fluid_interface.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/portable_storage_interface.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/propeller.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/radial_chassis.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rope_pulley.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rotation_speed_controller.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sail_framefrom_conversion.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/schedule.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/secondary_linear_chassisfrom_conversion.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sequenced_gearshift.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/shaft.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/smart_chute.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/smart_fluid_pipe.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/speedometer.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/speedometerfrom_conversion.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/spout.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/steam_engine.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/steam_whistle.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sticker.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sticky_mechanical_piston.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/stressometerfrom_conversion.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/super_glue.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_observer.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_observer_from_other_plates.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_signal.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_station.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/turntable.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/vertical_gearboxfrom_conversion.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/water_wheel.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/weighted_ejector.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/whisk.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_sail.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_sailfrom_conversion.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/windmill_bearing.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/wooden_bracket.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/wrench.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/andesite_funnel.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/andesite_tunnel.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/brass_funnel.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/brass_tunnel.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/content_observer.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/display_link.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/powered_latch.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/powered_toggle_latch.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/pulse_extender.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/pulse_repeater.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/redstone_contact.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/redstone_link.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/stockpile_switch.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy_from_block.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_compacting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_decompacting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_nugget_from_decompacting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/copper_nugget.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/electron_tube.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/red_sand_paper.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/rose_quartz.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/sand_paper.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_compacting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_decompacting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_nugget_from_decompacting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/empty_schematic.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematic_and_quill.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematic_table.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematicannon.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_crushed.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_ore.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/andesite_door.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/brass_door.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/copper_door.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/framed_glass_door.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/framed_glass_trapdoor.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/metal_girder.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/train_door.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/train_trapdoor.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/andesite_alloy_block.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/brass_block_from_compacting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/raw_zinc_block.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/rose_quartz_tilesfrom_conversion.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/small_rose_quartz_tilesfrom_conversion.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/zinc_block_from_compacting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/palettes/scorchia.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/smelting/scoria.json create mode 100644 src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_framed_glass_pane.json create mode 100644 src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_horizontal_framed_glass_pane.json create mode 100644 src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_tiled_glass_pane.json create mode 100644 src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_vertical_framed_glass_pane.json create mode 100644 src/generated/resources/data/create/advancements/recipes/food/campfire_cooking/bread.json create mode 100644 src/generated/resources/data/create/advancements/recipes/food/crafting/curiosities/cake.json create mode 100644 src/generated/resources/data/create/advancements/recipes/food/smelting/bread.json create mode 100644 src/generated/resources/data/create/advancements/recipes/food/smoking/bread.json create mode 100644 src/generated/resources/data/create/advancements/recipes/misc/blasting/copper_ingot_from_crushed.json create mode 100644 src/generated/resources/data/create/advancements/recipes/misc/blasting/gold_ingot_from_crushed.json create mode 100644 src/generated/resources/data/create/advancements/recipes/misc/blasting/iron_ingot_from_crushed.json create mode 100644 src/generated/resources/data/create/advancements/recipes/misc/crafting/appliances/slime_ball.json create mode 100644 src/generated/resources/data/create/advancements/recipes/misc/crafting/materials/copper_ingot.json create mode 100644 src/generated/resources/data/create/advancements/recipes/misc/smelting/copper_ingot_from_crushed.json create mode 100644 src/generated/resources/data/create/advancements/recipes/misc/smelting/gold_ingot_from_crushed.json create mode 100644 src/generated/resources/data/create/advancements/recipes/misc/smelting/iron_ingot_from_crushed.json create mode 100644 src/generated/resources/data/create/advancements/recipes/transportation/crafting/kinetics/furnace_minecart_from_contraption_cart.json create mode 100644 src/generated/resources/data/create/advancements/recipes/transportation/crafting/kinetics/minecart_from_contraption_cart.json create mode 100644 src/generated/resources/data/create/advancements/red_signal.json create mode 100644 src/generated/resources/data/create/advancements/root.json create mode 100644 src/generated/resources/data/create/advancements/rose_quartz.json create mode 100644 src/generated/resources/data/create/advancements/saw_processing.json create mode 100644 src/generated/resources/data/create/advancements/self_deploying.json create mode 100644 src/generated/resources/data/create/advancements/shifting_gears.json create mode 100644 src/generated/resources/data/create/advancements/speed_controller.json create mode 100644 src/generated/resources/data/create/advancements/spout.json create mode 100644 src/generated/resources/data/create/advancements/steam_engine.json create mode 100644 src/generated/resources/data/create/advancements/steam_engine_maxed.json create mode 100644 src/generated/resources/data/create/advancements/steam_whistle.json create mode 100644 src/generated/resources/data/create/advancements/stressometer.json create mode 100644 src/generated/resources/data/create/advancements/stressometer_maxed.json create mode 100644 src/generated/resources/data/create/advancements/sturdy_sheet.json create mode 100644 src/generated/resources/data/create/advancements/super_glue.json create mode 100644 src/generated/resources/data/create/advancements/track_0.json create mode 100644 src/generated/resources/data/create/advancements/track_crafting_factory.json create mode 100644 src/generated/resources/data/create/advancements/track_signal.json create mode 100644 src/generated/resources/data/create/advancements/train.json create mode 100644 src/generated/resources/data/create/advancements/train_casing_00.json create mode 100644 src/generated/resources/data/create/advancements/train_crash.json create mode 100644 src/generated/resources/data/create/advancements/train_crash_backwards.json create mode 100644 src/generated/resources/data/create/advancements/train_portal.json create mode 100644 src/generated/resources/data/create/advancements/train_roadkill.json create mode 100644 src/generated/resources/data/create/advancements/train_whistle.json create mode 100644 src/generated/resources/data/create/advancements/water_supply.json create mode 100644 src/generated/resources/data/create/advancements/water_wheel.json create mode 100644 src/generated/resources/data/create/advancements/windmill.json create mode 100644 src/generated/resources/data/create/advancements/windmill_maxed.json create mode 100644 src/generated/resources/data/create/advancements/wrench_goggles.json create mode 100644 src/generated/resources/data/create/recipes/blasting/copper_ingot_from_crushed.json create mode 100644 src/generated/resources/data/create/recipes/blasting/gold_ingot_from_crushed.json create mode 100644 src/generated/resources/data/create/recipes/blasting/ingot_aluminum_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/recipes/blasting/ingot_lead_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/recipes/blasting/ingot_lead_compat_mekanism.json create mode 100644 src/generated/resources/data/create/recipes/blasting/ingot_nickel_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/recipes/blasting/ingot_osmium_compat_mekanism.json create mode 100644 src/generated/resources/data/create/recipes/blasting/ingot_silver_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/recipes/blasting/ingot_tin_compat_mekanism.json create mode 100644 src/generated/resources/data/create/recipes/blasting/ingot_uranium_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/recipes/blasting/ingot_uranium_compat_mekanism.json create mode 100644 src/generated/resources/data/create/recipes/blasting/iron_ingot_from_crushed.json create mode 100644 src/generated/resources/data/create/recipes/blasting/lead_ingot_compat_thermal.json create mode 100644 src/generated/resources/data/create/recipes/blasting/nickel_ingot_compat_thermal.json create mode 100644 src/generated/resources/data/create/recipes/blasting/silver_ingot_compat_thermal.json create mode 100644 src/generated/resources/data/create/recipes/blasting/tin_ingot_compat_thermal.json create mode 100644 src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_crushed.json create mode 100644 src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_ore.json create mode 100644 src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_raw_ore.json create mode 100644 src/generated/resources/data/create/recipes/campfire_cooking/bread.json create mode 100644 src/generated/resources/data/create/recipes/compacting/andesite_from_flint.json create mode 100644 src/generated/resources/data/create/recipes/compacting/blaze_cake.json create mode 100644 src/generated/resources/data/create/recipes/compacting/chocolate.json create mode 100644 src/generated/resources/data/create/recipes/compacting/diorite_from_flint.json create mode 100644 src/generated/resources/data/create/recipes/compacting/granite_from_flint.json create mode 100644 src/generated/resources/data/create/recipes/compacting/honey.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/attribute_filter_clear.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/clipboard.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/clipboard_clear.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/copper_backtank.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/copper_diving_boots.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/copper_diving_helmet.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/crafting_blueprint.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/dough.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/filter_clear.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/linked_controller.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/netherite_backtank.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/netherite_backtank_from_netherite.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/netherite_diving_boots.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/netherite_diving_boots_from_netherite.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/netherite_diving_helmet.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/netherite_diving_helmet_from_netherite.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/schedule_clear.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/slime_ball.json create mode 100644 src/generated/resources/data/create/recipes/crafting/appliances/tree_fertilizer.json create mode 100644 src/generated/resources/data/create/recipes/crafting/curiosities/brown_toolbox.json create mode 100644 src/generated/resources/data/create/recipes/crafting/curiosities/cake.json create mode 100644 src/generated/resources/data/create/recipes/crafting/curiosities/minecart_coupling.json create mode 100644 src/generated/resources/data/create/recipes/crafting/curiosities/peculiar_bell.json create mode 100644 src/generated/resources/data/create/recipes/crafting/curiosities/toolbox_dyeing.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/adjustable_chain_gearshift.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/analog_lever.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/andesite_door.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/attribute_filter.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/basin.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/belt_connector.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/brass_door.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/brass_hand.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/cart_assembler.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/chute.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/clockwork_bearing.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/clutch.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/cogwheel.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/contraption_controls.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/controller_rail.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/controls.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/copper_door.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/copper_valve_handle.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/copper_valve_handle_from_others.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/crafter_slot_cover.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/cuckoo_clock.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/deployer.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/depot.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/display_board.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/elevator_pulley.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/empty_blaze_burner.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/encased_chain_drive.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/encased_fan.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/filter.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/fluid_pipe.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/fluid_pipe_vertical.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/fluid_tank.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/fluid_valve.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/flywheel.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/framed_glass_door.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/framed_glass_trapdoor.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/furnace_minecart_from_contraption_cart.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/gantry_carriage.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/gantry_shaft.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/gearbox.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/gearboxfrom_conversion.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/gearshift.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/goggles.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/hand_crank.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/hose_pulley.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/item_drain.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/item_vault.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/large_cogwheel.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/large_cogwheel_from_little.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/large_water_wheel.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/linear_chassis.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/linear_chassisfrom_conversion.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_arm.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_bearing.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_crafter.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_drill.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_harvester.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_mixer.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_piston.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_plough.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_press.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_pump.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_roller.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_saw.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/metal_bracket.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/metal_girder.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/millstone.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/minecart_from_contraption_cart.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/mysterious_cuckoo_clock.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/nixie_tube.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/nozzle.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/piston_extension_pole.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/placard.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/portable_fluid_interface.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/portable_storage_interface.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/propeller.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/radial_chassis.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/rope_pulley.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/rose_quartz_lamp.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/rotation_speed_controller.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/sail_framefrom_conversion.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/schedule.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/secondary_linear_chassisfrom_conversion.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/sequenced_gearshift.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/shaft.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/smart_chute.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/smart_fluid_pipe.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/speedometer.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/speedometerfrom_conversion.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/spout.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/steam_engine.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/steam_whistle.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/sticker.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/sticky_mechanical_piston.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/stressometerfrom_conversion.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/super_glue.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/track_observer.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/track_observer_from_other_plates.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/track_signal.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/track_station.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/train_door.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/train_trapdoor.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/turntable.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/vertical_gearboxfrom_conversion.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/water_wheel.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/weighted_ejector.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/whisk.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/white_sail.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/white_sailfrom_conversion.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/windmill_bearing.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/wooden_bracket.json create mode 100644 src/generated/resources/data/create/recipes/crafting/kinetics/wrench.json create mode 100644 src/generated/resources/data/create/recipes/crafting/logistics/andesite_funnel.json create mode 100644 src/generated/resources/data/create/recipes/crafting/logistics/andesite_tunnel.json create mode 100644 src/generated/resources/data/create/recipes/crafting/logistics/brass_funnel.json create mode 100644 src/generated/resources/data/create/recipes/crafting/logistics/brass_tunnel.json create mode 100644 src/generated/resources/data/create/recipes/crafting/logistics/content_observer.json create mode 100644 src/generated/resources/data/create/recipes/crafting/logistics/display_link.json create mode 100644 src/generated/resources/data/create/recipes/crafting/logistics/powered_latch.json create mode 100644 src/generated/resources/data/create/recipes/crafting/logistics/powered_toggle_latch.json create mode 100644 src/generated/resources/data/create/recipes/crafting/logistics/pulse_extender.json create mode 100644 src/generated/resources/data/create/recipes/crafting/logistics/pulse_repeater.json create mode 100644 src/generated/resources/data/create/recipes/crafting/logistics/redstone_contact.json create mode 100644 src/generated/resources/data/create/recipes/crafting/logistics/redstone_link.json create mode 100644 src/generated/resources/data/create/recipes/crafting/logistics/stockpile_switch.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy_block.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy_from_block.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy_from_zinc.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/brass_block_from_compacting.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/brass_ingot_from_compacting.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/brass_ingot_from_decompacting.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/brass_nugget_from_decompacting.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/copper_ingot.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/copper_nugget.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/electron_tube.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/raw_zinc.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/raw_zinc_block.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/red_sand_paper.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/rose_quartz.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/rose_quartz_tilesfrom_conversion.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/sand_paper.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/small_rose_quartz_tilesfrom_conversion.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/zinc_block_from_compacting.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/zinc_ingot_from_compacting.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/zinc_ingot_from_decompacting.json create mode 100644 src/generated/resources/data/create/recipes/crafting/materials/zinc_nugget_from_decompacting.json create mode 100644 src/generated/resources/data/create/recipes/crafting/palettes/scorchia.json create mode 100644 src/generated/resources/data/create/recipes/crafting/schematics/empty_schematic.json create mode 100644 src/generated/resources/data/create/recipes/crafting/schematics/schematic_and_quill.json create mode 100644 src/generated/resources/data/create/recipes/crafting/schematics/schematic_table.json create mode 100644 src/generated/resources/data/create/recipes/crafting/schematics/schematicannon.json create mode 100644 src/generated/resources/data/create/recipes/crushing/aluminum_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/amethyst_block.json create mode 100644 src/generated/resources/data/create/recipes/crushing/amethyst_cluster.json create mode 100644 src/generated/resources/data/create/recipes/crushing/asurine.json create mode 100644 src/generated/resources/data/create/recipes/crushing/asurine_recycling.json create mode 100644 src/generated/resources/data/create/recipes/crushing/blaze_rod.json create mode 100644 src/generated/resources/data/create/recipes/crushing/coal_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/copper_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/crimsite.json create mode 100644 src/generated/resources/data/create/recipes/crushing/crimsite_recycling.json create mode 100644 src/generated/resources/data/create/recipes/crushing/deepslate_coal_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/deepslate_copper_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/deepslate_diamond_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/deepslate_emerald_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/deepslate_gold_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/deepslate_iron_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/deepslate_lapis_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/deepslate_redstone_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/deepslate_zinc_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/diamond_horse_armor.json create mode 100644 src/generated/resources/data/create/recipes/crushing/diamond_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/diorite.json create mode 100644 src/generated/resources/data/create/recipes/crushing/diorite_recycling.json create mode 100644 src/generated/resources/data/create/recipes/crushing/emerald_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/glowstone.json create mode 100644 src/generated/resources/data/create/recipes/crushing/gold_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/golden_horse_armor.json create mode 100644 src/generated/resources/data/create/recipes/crushing/gravel.json create mode 100644 src/generated/resources/data/create/recipes/crushing/iron_horse_armor.json create mode 100644 src/generated/resources/data/create/recipes/crushing/iron_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/lapis_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/lead_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/leather_horse_armor.json create mode 100644 src/generated/resources/data/create/recipes/crushing/nether_gold_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/nether_quartz_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/nether_wart_block.json create mode 100644 src/generated/resources/data/create/recipes/crushing/netherrack.json create mode 100644 src/generated/resources/data/create/recipes/crushing/nickel_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/obsidian.json create mode 100644 src/generated/resources/data/create/recipes/crushing/ochrum.json create mode 100644 src/generated/resources/data/create/recipes/crushing/ochrum_recycling.json create mode 100644 src/generated/resources/data/create/recipes/crushing/osmium_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/platinum_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/prismarine_crystals.json create mode 100644 src/generated/resources/data/create/recipes/crushing/quicksilver_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_aluminum_block.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_aluminum_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_copper.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_copper_block.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_gold.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_gold_block.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_iron.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_iron_block.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_lead_block.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_lead_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_nickel_block.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_nickel_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_osmium_block.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_osmium_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_platinum_block.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_platinum_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_quicksilver_block.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_quicksilver_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_silver_block.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_silver_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_tin_block.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_tin_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_uranium_block.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_uranium_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_zinc.json create mode 100644 src/generated/resources/data/create/recipes/crushing/raw_zinc_block.json create mode 100644 src/generated/resources/data/create/recipes/crushing/redstone_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/silver_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/tin_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/tuff.json create mode 100644 src/generated/resources/data/create/recipes/crushing/tuff_recycling.json create mode 100644 src/generated/resources/data/create/recipes/crushing/uranium_ore.json create mode 100644 src/generated/resources/data/create/recipes/crushing/veridium.json create mode 100644 src/generated/resources/data/create/recipes/crushing/veridium_recycling.json create mode 100644 src/generated/resources/data/create/recipes/crushing/wool.json create mode 100644 src/generated/resources/data/create/recipes/crushing/zinc_ore.json create mode 100644 src/generated/resources/data/create/recipes/cutting/acacia_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/acacia_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/andesite_alloy.json create mode 100644 src/generated/resources/data/create/recipes/cutting/birch_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/birch_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/architects_palette/stripped_twisted_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/architects_palette/stripped_twisted_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/architects_palette/twisted_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/architects_palette/twisted_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/green_archwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/green_archwood_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/red_archwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/red_archwood_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/cherry_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/cherry_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/dead_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/dead_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/fir_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/fir_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/hellbark_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/hellbark_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/jacaranda_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/jacaranda_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/magic_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/magic_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/mahogany_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/mahogany_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/palm_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/palm_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/redwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/redwood_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/umbran_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/umbran_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/willow_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/willow_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/bluebright_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/bluebright_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/cherry_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/cherry_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/crystallized_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/crystallized_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/dusk_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/dusk_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/frostbright_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/frostbright_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/lunar_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/lunar_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/maple_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/maple_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/starlit_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/starlit_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_cherry_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_cherry_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_dusk_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_dusk_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_lunar_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_lunar_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_maple_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_maple_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_starlit_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_starlit_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/botania/dreamwood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/botania/dreamwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_dreamwood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_dreamwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_livingwood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_livingwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/botania/livingwood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/botania/livingwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_dreamwood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_dreamwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_livingwood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_livingwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/aspen_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/aspen_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/baobab_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/baobab_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/blue_enchanted_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/blue_enchanted_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/bulbis_stem.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/bulbis_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/cherry_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/cherry_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/cika_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/cika_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/cypress_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/cypress_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/ebony_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/ebony_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/ether_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/ether_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/fir_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/fir_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/fungal_imparius_hyphae.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/fungal_imparius_stem.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/green_enchanted_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/green_enchanted_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/holly_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/holly_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/imparius_hyphae.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/imparius_stem.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/jacaranda_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/jacaranda_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/lament_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/lament_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/mahogany_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/mahogany_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/maple_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/maple_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/nightshade_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/nightshade_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/palm_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/palm_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/palo_verde_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/palo_verde_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/pine_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/pine_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/redwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/redwood_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/skyris_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/skyris_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_aspen_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_aspen_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_baobab_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_baobab_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_bulbis_stem.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_bulbis_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cherry_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cherry_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cika_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cika_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cypress_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cypress_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ebony_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ebony_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ether_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ether_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_fir_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_fir_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_green_enchanted_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_green_enchanted_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_holly_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_holly_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_jacaranda_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_jacaranda_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_lament_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_lament_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mahogany_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mahogany_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_maple_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_maple_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_nightshade_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_nightshade_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_palm_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_palm_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_pine_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_pine_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_redwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_redwood_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_skyris_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_skyris_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_willow_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_willow_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_witch_hazel_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_witch_hazel_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_zelkova_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_zelkova_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/willow_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/willow_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/witch_hazel_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/witch_hazel_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/zelkova_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/byg/zelkova_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ecologics/azalea_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ecologics/azalea_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ecologics/coconut_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ecologics/coconut_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ecologics/flowering_azalea_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ecologics/flowering_azalea_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_azalea_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_azalea_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_coconut_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_coconut_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_walnut_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_walnut_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ecologics/walnut_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/ecologics/walnut_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log_stripped.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood_stripped.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_log_stripped.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_wood_stripped.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/quark/azalea_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/quark/azalea_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/quark/blossom_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/quark/blossom_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_azalea_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_azalea_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_blossom_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_blossom_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/silentgear/netherwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/silentgear/netherwood_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/silentgear/stripped_netherwood_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/silentgear/stripped_netherwood_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/tconstruct/bloodshroom_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/tconstruct/bloodshroom_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/tconstruct/greenheart_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/tconstruct/greenheart_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/tconstruct/skyroot_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/tconstruct/skyroot_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/canopy_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/canopy_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/dark_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/dark_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mangrove_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mangrove_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mining_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mining_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/sorting_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/sorting_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_canopy_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_canopy_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_dark_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_dark_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mining_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mining_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_sorting_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_sorting_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_time_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_time_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_transformation_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_transformation_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/time_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/time_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/transformation_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/transformation_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/twilight_oak_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/compat/twilightforest/twilight_oak_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/crimson_hyphae.json create mode 100644 src/generated/resources/data/create/recipes/cutting/crimson_stem.json create mode 100644 src/generated/resources/data/create/recipes/cutting/dark_oak_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/dark_oak_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/jungle_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/jungle_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/mangrove_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/mangrove_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/oak_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/oak_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/spruce_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/spruce_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_acacia_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_acacia_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_birch_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_birch_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_crimson_hyphae.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_crimson_stem.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_dark_oak_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_dark_oak_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_jungle_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_jungle_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_mangrove_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_mangrove_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_oak_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_oak_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_spruce_log.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_spruce_wood.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_warped_hyphae.json create mode 100644 src/generated/resources/data/create/recipes/cutting/stripped_warped_stem.json create mode 100644 src/generated/resources/data/create/recipes/cutting/warped_hyphae.json create mode 100644 src/generated/resources/data/create/recipes/cutting/warped_stem.json create mode 100644 src/generated/resources/data/create/recipes/deploying/cogwheel.json create mode 100644 src/generated/resources/data/create/recipes/deploying/large_cogwheel.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_copper_block_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_copper_shingle_slab_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_copper_shingle_stairs_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_copper_shingles_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_copper_tile_slab_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_copper_tile_stairs_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_copper_tiles_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_slab_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_stairs_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingles_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tiles_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingles_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tiles_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json create mode 100644 src/generated/resources/data/create/recipes/emptying/builders_tea.json create mode 100644 src/generated/resources/data/create/recipes/emptying/compat/farmersdelight/milk_bottle.json create mode 100644 src/generated/resources/data/create/recipes/emptying/honey_bottle.json create mode 100644 src/generated/resources/data/create/recipes/filling/blaze_cake.json create mode 100644 src/generated/resources/data/create/recipes/filling/builders_tea.json create mode 100644 src/generated/resources/data/create/recipes/filling/chocolate_glazed_berries.json create mode 100644 src/generated/resources/data/create/recipes/filling/compat/farmersdelight/milk_bottle.json create mode 100644 src/generated/resources/data/create/recipes/filling/glowstone.json create mode 100644 src/generated/resources/data/create/recipes/filling/grass_block.json create mode 100644 src/generated/resources/data/create/recipes/filling/gunpowder.json create mode 100644 src/generated/resources/data/create/recipes/filling/honey_bottle.json create mode 100644 src/generated/resources/data/create/recipes/filling/honeyed_apple.json create mode 100644 src/generated/resources/data/create/recipes/filling/redstone.json create mode 100644 src/generated/resources/data/create/recipes/filling/sweet_roll.json create mode 100644 src/generated/resources/data/create/recipes/haunting/blackstone.json create mode 100644 src/generated/resources/data/create/recipes/haunting/crimson_fungus.json create mode 100644 src/generated/resources/data/create/recipes/haunting/glow_berries.json create mode 100644 src/generated/resources/data/create/recipes/haunting/glow_ink_sac.json create mode 100644 src/generated/resources/data/create/recipes/haunting/haunted_bell.json create mode 100644 src/generated/resources/data/create/recipes/haunting/infested_chiseled_stone_bricks.json create mode 100644 src/generated/resources/data/create/recipes/haunting/infested_cracked_stone_bricks.json create mode 100644 src/generated/resources/data/create/recipes/haunting/infested_deepslate.json create mode 100644 src/generated/resources/data/create/recipes/haunting/infested_mossy_stone_bricks.json create mode 100644 src/generated/resources/data/create/recipes/haunting/infested_stone.json create mode 100644 src/generated/resources/data/create/recipes/haunting/infested_stone_bricks.json create mode 100644 src/generated/resources/data/create/recipes/haunting/lapis_recycling.json create mode 100644 src/generated/resources/data/create/recipes/haunting/nether_brick.json create mode 100644 src/generated/resources/data/create/recipes/haunting/poisonous_potato.json create mode 100644 src/generated/resources/data/create/recipes/haunting/soul_campfire.json create mode 100644 src/generated/resources/data/create/recipes/haunting/soul_lantern.json create mode 100644 src/generated/resources/data/create/recipes/haunting/soul_sand.json create mode 100644 src/generated/resources/data/create/recipes/haunting/soul_soil.json create mode 100644 src/generated/resources/data/create/recipes/haunting/soul_torch.json create mode 100644 src/generated/resources/data/create/recipes/haunting/warped_fungus.json create mode 100644 src/generated/resources/data/create/recipes/item_application/andesite_casing_from_log.json create mode 100644 src/generated/resources/data/create/recipes/item_application/andesite_casing_from_wood.json create mode 100644 src/generated/resources/data/create/recipes/item_application/brass_casing_from_log.json create mode 100644 src/generated/resources/data/create/recipes/item_application/brass_casing_from_wood.json create mode 100644 src/generated/resources/data/create/recipes/item_application/copper_casing_from_log.json create mode 100644 src/generated/resources/data/create/recipes/item_application/copper_casing_from_wood.json create mode 100644 src/generated/resources/data/create/recipes/item_application/railway_casing.json create mode 100644 src/generated/resources/data/create/recipes/mechanical_crafting/crushing_wheel.json create mode 100644 src/generated/resources/data/create/recipes/mechanical_crafting/extendo_grip.json create mode 100644 src/generated/resources/data/create/recipes/mechanical_crafting/potato_cannon.json create mode 100644 src/generated/resources/data/create/recipes/mechanical_crafting/wand_of_symmetry.json create mode 100644 src/generated/resources/data/create/recipes/milling/allium.json create mode 100644 src/generated/resources/data/create/recipes/milling/andesite.json create mode 100644 src/generated/resources/data/create/recipes/milling/azure_bluet.json create mode 100644 src/generated/resources/data/create/recipes/milling/beetroot.json create mode 100644 src/generated/resources/data/create/recipes/milling/blue_orchid.json create mode 100644 src/generated/resources/data/create/recipes/milling/bone.json create mode 100644 src/generated/resources/data/create/recipes/milling/bone_meal.json create mode 100644 src/generated/resources/data/create/recipes/milling/cactus.json create mode 100644 src/generated/resources/data/create/recipes/milling/calcite.json create mode 100644 src/generated/resources/data/create/recipes/milling/charcoal.json create mode 100644 src/generated/resources/data/create/recipes/milling/clay.json create mode 100644 src/generated/resources/data/create/recipes/milling/coal.json create mode 100644 src/generated/resources/data/create/recipes/milling/cobblestone.json create mode 100644 src/generated/resources/data/create/recipes/milling/cocoa_beans.json create mode 100644 src/generated/resources/data/create/recipes/milling/cornflower.json create mode 100644 src/generated/resources/data/create/recipes/milling/dandelion.json create mode 100644 src/generated/resources/data/create/recipes/milling/dripstone_block.json create mode 100644 src/generated/resources/data/create/recipes/milling/fern.json create mode 100644 src/generated/resources/data/create/recipes/milling/granite.json create mode 100644 src/generated/resources/data/create/recipes/milling/grass.json create mode 100644 src/generated/resources/data/create/recipes/milling/gravel.json create mode 100644 src/generated/resources/data/create/recipes/milling/ink_sac.json create mode 100644 src/generated/resources/data/create/recipes/milling/lapis_lazuli.json create mode 100644 src/generated/resources/data/create/recipes/milling/large_fern.json create mode 100644 src/generated/resources/data/create/recipes/milling/lilac.json create mode 100644 src/generated/resources/data/create/recipes/milling/lily_of_the_valley.json create mode 100644 src/generated/resources/data/create/recipes/milling/orange_tulip.json create mode 100644 src/generated/resources/data/create/recipes/milling/oxeye_daisy.json create mode 100644 src/generated/resources/data/create/recipes/milling/peony.json create mode 100644 src/generated/resources/data/create/recipes/milling/pink_tulip.json create mode 100644 src/generated/resources/data/create/recipes/milling/poppy.json create mode 100644 src/generated/resources/data/create/recipes/milling/red_tulip.json create mode 100644 src/generated/resources/data/create/recipes/milling/rose_bush.json create mode 100644 src/generated/resources/data/create/recipes/milling/saddle.json create mode 100644 src/generated/resources/data/create/recipes/milling/sandstone.json create mode 100644 src/generated/resources/data/create/recipes/milling/sea_pickle.json create mode 100644 src/generated/resources/data/create/recipes/milling/sugar_cane.json create mode 100644 src/generated/resources/data/create/recipes/milling/sunflower.json create mode 100644 src/generated/resources/data/create/recipes/milling/tall_grass.json create mode 100644 src/generated/resources/data/create/recipes/milling/terracotta.json create mode 100644 src/generated/resources/data/create/recipes/milling/wheat.json create mode 100644 src/generated/resources/data/create/recipes/milling/white_tulip.json create mode 100644 src/generated/resources/data/create/recipes/milling/wither_rose.json create mode 100644 src/generated/resources/data/create/recipes/milling/wool.json create mode 100644 src/generated/resources/data/create/recipes/mixing/andesite_alloy.json create mode 100644 src/generated/resources/data/create/recipes/mixing/andesite_alloy_from_zinc.json create mode 100644 src/generated/resources/data/create/recipes/mixing/brass_ingot.json create mode 100644 src/generated/resources/data/create/recipes/mixing/chocolate.json create mode 100644 src/generated/resources/data/create/recipes/mixing/chocolate_melting.json create mode 100644 src/generated/resources/data/create/recipes/mixing/dough_by_mixing.json create mode 100644 src/generated/resources/data/create/recipes/mixing/honey.json create mode 100644 src/generated/resources/data/create/recipes/mixing/lava_from_cobble.json create mode 100644 src/generated/resources/data/create/recipes/mixing/mud_by_mixing.json create mode 100644 src/generated/resources/data/create/recipes/mixing/tea.json create mode 100644 src/generated/resources/data/create/recipes/pressing/brass_ingot.json create mode 100644 src/generated/resources/data/create/recipes/pressing/copper_ingot.json create mode 100644 src/generated/resources/data/create/recipes/pressing/gold_ingot.json create mode 100644 src/generated/resources/data/create/recipes/pressing/iron_ingot.json create mode 100644 src/generated/resources/data/create/recipes/pressing/path.json create mode 100644 src/generated/resources/data/create/recipes/pressing/sugar_cane.json create mode 100644 src/generated/resources/data/create/recipes/sandpaper_polishing/rose_quartz.json create mode 100644 src/generated/resources/data/create/recipes/sequenced_assembly/precision_mechanism.json create mode 100644 src/generated/resources/data/create/recipes/sequenced_assembly/sturdy_sheet.json create mode 100644 src/generated/resources/data/create/recipes/sequenced_assembly/track.json create mode 100644 src/generated/resources/data/create/recipes/smelting/bread.json create mode 100644 src/generated/resources/data/create/recipes/smelting/copper_ingot_from_crushed.json create mode 100644 src/generated/resources/data/create/recipes/smelting/glass_from_framed_glass.json create mode 100644 src/generated/resources/data/create/recipes/smelting/glass_from_horizontal_framed_glass.json create mode 100644 src/generated/resources/data/create/recipes/smelting/glass_from_tiled_glass.json create mode 100644 src/generated/resources/data/create/recipes/smelting/glass_from_vertical_framed_glass.json create mode 100644 src/generated/resources/data/create/recipes/smelting/glass_pane_from_framed_glass_pane.json create mode 100644 src/generated/resources/data/create/recipes/smelting/glass_pane_from_horizontal_framed_glass_pane.json create mode 100644 src/generated/resources/data/create/recipes/smelting/glass_pane_from_tiled_glass_pane.json create mode 100644 src/generated/resources/data/create/recipes/smelting/glass_pane_from_vertical_framed_glass_pane.json create mode 100644 src/generated/resources/data/create/recipes/smelting/gold_ingot_from_crushed.json create mode 100644 src/generated/resources/data/create/recipes/smelting/ingot_aluminum_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/recipes/smelting/ingot_lead_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/recipes/smelting/ingot_lead_compat_mekanism.json create mode 100644 src/generated/resources/data/create/recipes/smelting/ingot_nickel_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/recipes/smelting/ingot_osmium_compat_mekanism.json create mode 100644 src/generated/resources/data/create/recipes/smelting/ingot_silver_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/recipes/smelting/ingot_tin_compat_mekanism.json create mode 100644 src/generated/resources/data/create/recipes/smelting/ingot_uranium_compat_immersiveengineering.json create mode 100644 src/generated/resources/data/create/recipes/smelting/ingot_uranium_compat_mekanism.json create mode 100644 src/generated/resources/data/create/recipes/smelting/iron_ingot_from_crushed.json create mode 100644 src/generated/resources/data/create/recipes/smelting/lead_ingot_compat_thermal.json create mode 100644 src/generated/resources/data/create/recipes/smelting/nickel_ingot_compat_thermal.json create mode 100644 src/generated/resources/data/create/recipes/smelting/scoria.json create mode 100644 src/generated/resources/data/create/recipes/smelting/silver_ingot_compat_thermal.json create mode 100644 src/generated/resources/data/create/recipes/smelting/tin_ingot_compat_thermal.json create mode 100644 src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_crushed.json create mode 100644 src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_ore.json create mode 100644 src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_raw_ore.json create mode 100644 src/generated/resources/data/create/recipes/smoking/bread.json create mode 100644 src/generated/resources/data/create/recipes/splashing/black_concrete_powder.json create mode 100644 src/generated/resources/data/create/recipes/splashing/blue_concrete_powder.json create mode 100644 src/generated/resources/data/create/recipes/splashing/brown_concrete_powder.json create mode 100644 src/generated/resources/data/create/recipes/splashing/crushed_copper_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/crushed_gold_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/crushed_iron_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/crushed_zinc_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/cyan_concrete_powder.json create mode 100644 src/generated/resources/data/create/recipes/splashing/gravel.json create mode 100644 src/generated/resources/data/create/recipes/splashing/gray_concrete_powder.json create mode 100644 src/generated/resources/data/create/recipes/splashing/green_concrete_powder.json create mode 100644 src/generated/resources/data/create/recipes/splashing/ice.json create mode 100644 src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_aluminum_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_lead_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_nickel_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_silver_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_uranium_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/light_blue_concrete_powder.json create mode 100644 src/generated/resources/data/create/recipes/splashing/light_gray_concrete_powder.json create mode 100644 src/generated/resources/data/create/recipes/splashing/lime_concrete_powder.json create mode 100644 src/generated/resources/data/create/recipes/splashing/magenta_concrete_powder.json create mode 100644 src/generated/resources/data/create/recipes/splashing/magma_block.json create mode 100644 src/generated/resources/data/create/recipes/splashing/mekanism/crushed_lead_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/mekanism/crushed_osmium_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/mekanism/crushed_tin_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/mekanism/crushed_uranium_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/orange_concrete_powder.json create mode 100644 src/generated/resources/data/create/recipes/splashing/pink_concrete_powder.json create mode 100644 src/generated/resources/data/create/recipes/splashing/purple_concrete_powder.json create mode 100644 src/generated/resources/data/create/recipes/splashing/red_concrete_powder.json create mode 100644 src/generated/resources/data/create/recipes/splashing/red_sand.json create mode 100644 src/generated/resources/data/create/recipes/splashing/sand.json create mode 100644 src/generated/resources/data/create/recipes/splashing/soul_sand.json create mode 100644 src/generated/resources/data/create/recipes/splashing/stained_glass.json create mode 100644 src/generated/resources/data/create/recipes/splashing/stained_glass_pane.json create mode 100644 src/generated/resources/data/create/recipes/splashing/thermal/crushed_lead_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/thermal/crushed_nickel_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/thermal/crushed_silver_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/thermal/crushed_tin_ore.json create mode 100644 src/generated/resources/data/create/recipes/splashing/wheat_flour.json create mode 100644 src/generated/resources/data/create/recipes/splashing/white_concrete_powder.json create mode 100644 src/generated/resources/data/create/recipes/splashing/wool.json create mode 100644 src/generated/resources/data/create/recipes/splashing/yellow_concrete_powder.json diff --git a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa new file mode 100644 index 0000000000..4a7e42e0a9 --- /dev/null +++ b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa @@ -0,0 +1,4 @@ +// 1.19.2 2023-05-08T18:06:22.2221491 Create's Sequenced Assembly Recipes +e6efd0d76dc451a44b663a453cef6e6656ad523f data/create/recipes/sequenced_assembly/precision_mechanism.json +0cdbd4f583aa0a2aa8f3ca2827199bede1732722 data/create/recipes/sequenced_assembly/sturdy_sheet.json +1274315b5c570722d6f5b2ed7f5e53fe01b6288a data/create/recipes/sequenced_assembly/track.json diff --git a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba new file mode 100644 index 0000000000..9ab85dff74 --- /dev/null +++ b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba @@ -0,0 +1,94 @@ +// 1.19.2 2023-05-08T18:06:22.2241431 Create's Advancements +2079ae09cf699108a8035ced7ca712fed4ab1577 data/create/advancements/andesite_alloy.json +082d3987c5e074ed50be4a94a6fdc17120af241b data/create/advancements/andesite_casing.json +4618109cfb4550fd8e19dc9d794ef24398b10a61 data/create/advancements/anvil_plough.json +1aa4a19d97df326b9e4819bc72290524ea094b88 data/create/advancements/arm_blaze_burner.json +fc07423190bc857f061ea41a4f51458b8088f0e1 data/create/advancements/arm_many_targets.json +cc0dc0fe3aa523c6ee33406b33aeba1a3e519786 data/create/advancements/backtank.json +fde2d0dc2736c1667daa19427463c1640ac23a48 data/create/advancements/belt.json +e85010c3b13619256af80b980414c43735495d41 data/create/advancements/belt_funnel_kiss.json +2fbfe98e16080e01f80c26a30b73983822782bcf data/create/advancements/brass.json +c4c14f3b3d618ca34578aabcae2627414e693f55 data/create/advancements/brass_casing.json +a4d492aa22abf32c01d2c4d268e084a7915ef7d4 data/create/advancements/burner.json +d24f44937e0b4f39d2940cca3ee6c3ef120d311a data/create/advancements/cart_pickup.json +8d746fc89acf4a8bdff5aea545cf5449348851ff data/create/advancements/chained_drain.json +0ec464b6ce70a65185dbb2d74c76c0dbf402851f data/create/advancements/chocolate_bucket.json +38ee84ce98990539a3d836c57b2c6402b5675a48 data/create/advancements/chute.json +63176510af010ed317537dbfe523269bbfa30402 data/create/advancements/clockwork_bearing.json +7460abf9783ddd9bfd43100ab697012a1c9ffd93 data/create/advancements/compacting.json +5b9f08cf6ddf3f0948854176327cfe2be895bb21 data/create/advancements/conductor.json +de60e46cfe009d1b8caf6c993b6c347b400711f1 data/create/advancements/contraption_actors.json +ad3df5cc4154c81d4311aae9c30a9d4c54c5085f data/create/advancements/copper.json +28468549782c8fad58ebf248d0d4018fcde8b2c2 data/create/advancements/copper_casing.json +6c0bcf572a634b5cdb01793b063fd7bb9344fab5 data/create/advancements/crafter_lazy_000.json +d46530f2c2bbb5a9da5af7b1c49b1243b1e38663 data/create/advancements/cross_streams.json +fe159e9ca1f688b5d3e42f35f9b1bde2214e3cd0 data/create/advancements/crusher_maxed_0000.json +e564c7aa283e81d5aa4c043b6de97b7328aa877d data/create/advancements/crushing_wheel.json +7db45385ae69534ff40d7b2b40de7ec5ae1f1905 data/create/advancements/cuckoo_clock.json +f175d1f816f32e1c50891321331e475863ce1e89 data/create/advancements/deployer.json +62ffffc6834c54ae1abca584522c577226f7f891 data/create/advancements/display_board_0.json +68749521feb4832c8da666454c70f883129f9335 data/create/advancements/display_link.json +dfa5e42ee372df8c810e1ccf8a6928e4f1299f37 data/create/advancements/diving_suit.json +836e914e3139f8cbf4cdd78ae53bd9bdd041a693 data/create/advancements/diving_suit_lava.json +2d19468ffed9345ebe8cecf220acc15651917082 data/create/advancements/drain.json +492d8ebc5d10e7efd100570f1507413d78723782 data/create/advancements/ejector_maxed.json +7e19fd15b675494d2a8d5ac3cef4a50cf58c203f data/create/advancements/encased_fan.json +45cccc0f06160ba5c01676e2015b70fd0f8daee2 data/create/advancements/extendo_grip.json +19375d4672fddd04f175b1e933913f61f2d479ea data/create/advancements/extendo_grip_dual.json +42e63e00c7706c6ca2fffaa3c32016c66606775c data/create/advancements/fan_processing.json +ed8ce124b7fbb33c09b35507a317d97f039f469b data/create/advancements/fist_bump.json +59c0c761919d504d31123cb0d1b046814e8a6aca data/create/advancements/foods.json +b68f4baee272682b6f4c9a34089837fec2cd9c58 data/create/advancements/funnel.json +7f968a34d7c81ce222166fc00386cbfbbdfd2413 data/create/advancements/glass_pipe.json +9850d8b5cc6b2e749c78e64cc56d20fd6c001106 data/create/advancements/hand_crank_000.json +0cf4fcd4efedbff71db45e7a85b56123f5307ffd data/create/advancements/haunted_bell.json +747e6b21d7dc74502a75a4ea28a66ac6b111565e data/create/advancements/honey_drain.json +6076d0f75bc693f6a8635fc3656eaa8c4f29693b data/create/advancements/hose_pulley.json +c365ee5c1175fa4bf4627d78c7bdce6ca7a2defb data/create/advancements/hose_pulley_lava.json +c0f0689a4497affe0feb20bc20d708aa0d8eb90e data/create/advancements/lava_wheel_00000.json +2bef7aa7c863c9b149c67a506725ffa0fee3d977 data/create/advancements/linked_controller.json +8d842135a5111786c0c656dfcac6be9c1d1a459d data/create/advancements/long_train.json +333335c09683319ceaaa2974a9f746c0545bf425 data/create/advancements/long_travel.json +1025b22c5ff39a4d54bb5857e04e35a5d806ceba data/create/advancements/mechanical_arm.json +7703192ff1ccba4cc006bcfae349084756ae62d7 data/create/advancements/mechanical_crafter.json +5892215b26cf4ba12f2c969d5b7bf75e72afcb48 data/create/advancements/mechanical_mixer.json +82174d713d926d2cbb20fabe9f0e326758d74804 data/create/advancements/mechanical_press.json +30299312adb50b253c22e0da53424ffcfadb9768 data/create/advancements/mechanical_pump_0.json +78ad377d18e0f812a80b234a30d26fdcc3d6f65d data/create/advancements/millstone.json +ab64e2f1efce94c53542727ca2d146c70b7ce079 data/create/advancements/musical_arm.json +4b38ed714396b05f48aedb9cdda1b7fde723866d data/create/advancements/pipe_organ.json +4610121385be0a9c7dfa3cb61aabf8a67ffd1b74 data/create/advancements/portable_storage_interface.json +23e36cb10df00aef1277c2de054fab72a4406a32 data/create/advancements/potato_cannon.json +d0070bb320214dd308f060f9271efe2538e9ce78 data/create/advancements/potato_cannon_collide.json +194dcfa145aab4c4c44c7bea43f5632b9d271829 data/create/advancements/precision_mechanism.json +ce6f407629718a08046895b9f388912598eb54f0 data/create/advancements/pulley_maxed.json +7bc1fbbb6d129727c9bf5fc65c9d0b85926801a9 data/create/advancements/red_signal.json +93d6cf1883a9e2cb8d476ac42f61a401033b1163 data/create/advancements/root.json +948bd2f2c98c7e42e62cf00b6ac17aeb83b665a3 data/create/advancements/rose_quartz.json +caee573f0fc6c297b12a7e96b90f7fb8fce787de data/create/advancements/saw_processing.json +16f463cda4842cfa69d484899a5e3a5ebc7c6531 data/create/advancements/self_deploying.json +a6893c0d8e123346eb74d4f98053a7bd7d45a5f3 data/create/advancements/shifting_gears.json +c213cfe4b14239b6a8d572ea4beb9cdee83543ba data/create/advancements/speed_controller.json +1664bfda74ce4830f8c6eef3e395da593c3d3615 data/create/advancements/spout.json +064d23021711418a2647b1127a3feaa9983147a7 data/create/advancements/steam_engine.json +d2f108ffaf809d2a1d7ace0c27333d20efe32ffe data/create/advancements/steam_engine_maxed.json +6612e1e4a448ee2004cc6b8dbf79af5486502e46 data/create/advancements/steam_whistle.json +4ee4a064fd2546a7e8e6ede0fe723860aef22dbb data/create/advancements/stressometer.json +7a926370e36cf0f5921d338261ad5b5a78ffbfab data/create/advancements/stressometer_maxed.json +46e63a1d780ab00193ab9edbac7a2d3aaf146951 data/create/advancements/sturdy_sheet.json +758ae0f196771f69bdb793b1753e20725a1c7395 data/create/advancements/super_glue.json +73f42aff732071b11be611ceb3065087182a5f65 data/create/advancements/track_0.json +d365ccfa43deba1c0faab1dd804a4985b2a48cc3 data/create/advancements/track_crafting_factory.json +9962cc67809593e548465a5e5da23053dd673d26 data/create/advancements/track_signal.json +336ba2464a66c94be4599c38cac8a8461f107558 data/create/advancements/train.json +cb32d8ead0afe2bc25557bf7563a519e16101230 data/create/advancements/train_casing_00.json +10225f8c16e30ebb21ead266191d53d84b7525dd data/create/advancements/train_crash.json +bc67c56d024c649a9900c1f71d3eec19ee1ae923 data/create/advancements/train_crash_backwards.json +f55b9f99589550ae941daced826d52284fb9b12e data/create/advancements/train_portal.json +2635ec3f90229a107ac553e26011ca86fd9fc2d6 data/create/advancements/train_roadkill.json +6efe2b3e0f5f570d4711d2893a3d73d415fdc49c data/create/advancements/train_whistle.json +6afde0aa8aa67cbe5821a78f72dc430d8ae0563e data/create/advancements/water_supply.json +6b8f8656ff9aa4809add88b8071748eb26db9460 data/create/advancements/water_wheel.json +9b0f6863fe78327bcd06f512b6f32fbf556c4ca3 data/create/advancements/windmill.json +d0d5fc5dcc05dbb60cbcac1607c85d24af72ab82 data/create/advancements/windmill_maxed.json +cb636e49d3131c859336655de4cbc2f6e8a795a5 data/create/advancements/wrench_goggles.json diff --git a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 new file mode 100644 index 0000000000..528b0634a8 --- /dev/null +++ b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 @@ -0,0 +1,5 @@ +// 1.19.2 2023-05-08T18:06:22.2251406 Create's Mechanical Crafting Recipes +f076d64d9f30709bed34775136c9241097b28aa9 data/create/recipes/mechanical_crafting/crushing_wheel.json +694dca9dcff246bb7f560b3304fcc244c53217d5 data/create/recipes/mechanical_crafting/extendo_grip.json +3b2837b08607c1ca466fa3eb418209b2e55da6ba data/create/recipes/mechanical_crafting/potato_cannon.json +fee8df727370175f5bf42584c981edaf8fd58ac8 data/create/recipes/mechanical_crafting/wand_of_symmetry.json diff --git a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 new file mode 100644 index 0000000000..2401bf4394 --- /dev/null +++ b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 @@ -0,0 +1,452 @@ +// 1.19.2 2023-05-08T18:06:22.2181597 Create's Standard Recipes +b397254b7cdb19d1c64ed1c30e1f6aa5c8af7270 data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json +c14aec90afe9450b7dd472ff612e2f8013d09abf data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json +fd9a8eb94364c8424f23c510900ef9cd0904b53e data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json +6ace306d3b83e6cc0f3c958fbfb5b0338ddc9142 data/create/advancements/recipes/building_blocks/blasting/ingot_nickel_compat_immersiveengineering.json +33f823ee80bbe8d9a1f32ce3590887670cdc3210 data/create/advancements/recipes/building_blocks/blasting/ingot_osmium_compat_mekanism.json +60525ff76c59ccf23906a95e16d2b601285845b3 data/create/advancements/recipes/building_blocks/blasting/ingot_silver_compat_immersiveengineering.json +0cb0a85bf670779e53df79e168e4fc9c1beecae1 data/create/advancements/recipes/building_blocks/blasting/ingot_tin_compat_mekanism.json +335bd0bb7eb3536e753cae1fec5d4c3f1b98ff1f data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_immersiveengineering.json +85d5b8d2299cce40661d978a3ef9e621b25ef31f data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_mekanism.json +c4593c1179944d2363b3ef758fc1c3e448862f0d data/create/advancements/recipes/building_blocks/blasting/lead_ingot_compat_thermal.json +d171dcc76bee96f91e9f86d2f773c40ce2a0df8a data/create/advancements/recipes/building_blocks/blasting/nickel_ingot_compat_thermal.json +b659e790ee00e6c610846825a103ec33b9728854 data/create/advancements/recipes/building_blocks/blasting/silver_ingot_compat_thermal.json +f009abec013a0be4b6d091a73cd24726df5247bb data/create/advancements/recipes/building_blocks/blasting/tin_ingot_compat_thermal.json +f0570274cf54c73b95d9665ea17432b63b2da525 data/create/advancements/recipes/building_blocks/smelting/glass_from_framed_glass.json +7c5a7a087bc6644b0944fd37211d4e69a863a8c2 data/create/advancements/recipes/building_blocks/smelting/glass_from_horizontal_framed_glass.json +e83398ba06339e3bd559b839c725de4f7535be5e data/create/advancements/recipes/building_blocks/smelting/glass_from_tiled_glass.json +94ebf2a541daade4b3b6a50e13c6306418025c77 data/create/advancements/recipes/building_blocks/smelting/glass_from_vertical_framed_glass.json +dcdb226aa6c01e980167875165b728b108a17e16 data/create/advancements/recipes/building_blocks/smelting/ingot_aluminum_compat_immersiveengineering.json +584fd95f54abebf25128b2fcbe74e40bde27e754 data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_immersiveengineering.json +482afbd502aa06474485c7d72dd61d88cef071b0 data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_mekanism.json +ddbe38ae24f3acb73f1245b6c85fcc4f84072b70 data/create/advancements/recipes/building_blocks/smelting/ingot_nickel_compat_immersiveengineering.json +4f599f5d0b8161efe5bf80d4a20868b8221f0880 data/create/advancements/recipes/building_blocks/smelting/ingot_osmium_compat_mekanism.json +62cb2511311b46230aaaf01edf078623c4537f3a data/create/advancements/recipes/building_blocks/smelting/ingot_silver_compat_immersiveengineering.json +4f2073e10a7aa2fc04c98af87f2f75ddee299f63 data/create/advancements/recipes/building_blocks/smelting/ingot_tin_compat_mekanism.json +1019b83a4a49d6f4012ee7b684c96e70a85505a2 data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_immersiveengineering.json +aed63497f7722be9f5076627820e02abfb5f2197 data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_mekanism.json +ebc50e0c5b1e8ad8ac78f312aba6fd191352ad87 data/create/advancements/recipes/building_blocks/smelting/lead_ingot_compat_thermal.json +9b8d60765a963debcd4cc4f8955523b79736ae27 data/create/advancements/recipes/building_blocks/smelting/nickel_ingot_compat_thermal.json +8487c9879fc1e3ff9c10e4d590810c0dc752ebbd data/create/advancements/recipes/building_blocks/smelting/silver_ingot_compat_thermal.json +cecd6d02b0d0a2c6be92a8c7bbc60cf8fa45b9b9 data/create/advancements/recipes/building_blocks/smelting/tin_ingot_compat_thermal.json +1c0d9e8b8f722121435e8d142cbc81489d46bb4a data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_crushed.json +7afe4a5f978a1c3a4224ca9d71b88f5e92e4a74b data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_ore.json +faeca323b9061761f494a1ad5e9d3eca2b268583 data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json +9678042d96351f38df2dd538181c711b7319ac4e data/create/advancements/recipes/create.base/crafting/appliances/attribute_filter_clear.json +51161cf88410ddebf4ae77c6823b2311bf837908 data/create/advancements/recipes/create.base/crafting/appliances/clipboard.json +bbfc8ec65e608398aacd644d576655667a9b6999 data/create/advancements/recipes/create.base/crafting/appliances/clipboard_clear.json +d9b8ad4ceef37123bf0eec823084b60f433bec5e data/create/advancements/recipes/create.base/crafting/appliances/copper_backtank.json +292b35d32f00a63f6a17ed5b8e3c185f05e21487 data/create/advancements/recipes/create.base/crafting/appliances/copper_diving_boots.json +19742dd19cfa57b20abb139c40a07bb36a86cd11 data/create/advancements/recipes/create.base/crafting/appliances/copper_diving_helmet.json +aba81978b5805f48cd718df2dd80be4f0875f3c3 data/create/advancements/recipes/create.base/crafting/appliances/crafting_blueprint.json +db851de3567c71d078a186afb78f356bd98c5b24 data/create/advancements/recipes/create.base/crafting/appliances/dough.json +1af6bbdd5acd6b7fa0a25a4b90f6aaafd5673195 data/create/advancements/recipes/create.base/crafting/appliances/filter_clear.json +020c48f351bb8f98ff58e0a44c841cfcbcd2e647 data/create/advancements/recipes/create.base/crafting/appliances/linked_controller.json +a4fdf3d783049c8f8a8dcaf168616e085e1bbc71 data/create/advancements/recipes/create.base/crafting/appliances/netherite_backtank.json +d3409e2449f606794a6b40a9789d53c3619d2a15 data/create/advancements/recipes/create.base/crafting/appliances/netherite_backtank_from_netherite.json +4b8fb0fdc52cb06b15822f76652771e9633f7e38 data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_boots.json +d637d8b12ef56164dd4360720d59968ab87ab4a3 data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_boots_from_netherite.json +2a23251616c0231e235cfa1f96ed02d53b5c8a9b data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_helmet.json +06c8467d5a3e1dad78c9779db91fb16fa1431a26 data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_helmet_from_netherite.json +4f541c22efef5ed3131364cf0609c7fced8f157c data/create/advancements/recipes/create.base/crafting/appliances/schedule_clear.json +702bbec6bc2d272dac2bfe7558b6bc1ef70f4ccb data/create/advancements/recipes/create.base/crafting/appliances/tree_fertilizer.json +17c1e7a8ce5b54d00ed5a927d2f5d6e84cd73383 data/create/advancements/recipes/create.base/crafting/curiosities/brown_toolbox.json +0b4fd2cf9ab5d50e2d1f3466e471dc8599cb35d6 data/create/advancements/recipes/create.base/crafting/curiosities/minecart_coupling.json +ccff47a9ff3cc5b101e758aa5de747af24c7617e data/create/advancements/recipes/create.base/crafting/curiosities/peculiar_bell.json +101605853b71bcb7ef0388f329dffe35549df83e data/create/advancements/recipes/create.base/crafting/kinetics/adjustable_chain_gearshift.json +13fd40f039ec9ba07b25ba94ace23f7d0ba61b47 data/create/advancements/recipes/create.base/crafting/kinetics/analog_lever.json +815d392dde95d1b25792c4e4ddfe50dd3ccc687d data/create/advancements/recipes/create.base/crafting/kinetics/attribute_filter.json +e0367cd3c396d99c7ffefc8748d1806b27cba1c2 data/create/advancements/recipes/create.base/crafting/kinetics/basin.json +77585206954c25c4c1b8c56d72e6f4cc6d639415 data/create/advancements/recipes/create.base/crafting/kinetics/belt_connector.json +96fddc180a85bce7f38db24637879a1d3959128a data/create/advancements/recipes/create.base/crafting/kinetics/brass_hand.json +0bd6b4c848e848262d21e0066634657e166ceba9 data/create/advancements/recipes/create.base/crafting/kinetics/cart_assembler.json +3c5607faec15cee9aa0199ca41f707e54e293d44 data/create/advancements/recipes/create.base/crafting/kinetics/chute.json +b66fea562c25d0f685271139a6c4a11f01d381eb data/create/advancements/recipes/create.base/crafting/kinetics/clockwork_bearing.json +96b037ef1cf8c4f01d3320d96da56866308fef65 data/create/advancements/recipes/create.base/crafting/kinetics/clutch.json +add1b00551b8bd58b22370cdc45483e1ea8ccd80 data/create/advancements/recipes/create.base/crafting/kinetics/cogwheel.json +405071067037023359144b5eff2a990824551959 data/create/advancements/recipes/create.base/crafting/kinetics/contraption_controls.json +fb224fd7b448c53434d5c65c2114e6041712532f data/create/advancements/recipes/create.base/crafting/kinetics/controller_rail.json +635ce0ca8b8a2bc5906adffea10819ded518c781 data/create/advancements/recipes/create.base/crafting/kinetics/controls.json +5ce1a2d78f6f3d1cc03084d4d58aa7ba7a9e5f14 data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle.json +fe3e9d3eeee5c73b08d38d51d503eb1657306208 data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle_from_others.json +08d35f93d0be26ef003648d4d9e95fb6c88c132d data/create/advancements/recipes/create.base/crafting/kinetics/crafter_slot_cover.json +8c28c154cf4db2a6e5c6674a74dd2de1109456e5 data/create/advancements/recipes/create.base/crafting/kinetics/cuckoo_clock.json +6a5f75bb1b5388548471cd19b0541d5994a968d7 data/create/advancements/recipes/create.base/crafting/kinetics/deployer.json +874a2bb3627a13b812b7d509a4341cc486173034 data/create/advancements/recipes/create.base/crafting/kinetics/depot.json +484d3187f638fe6ad2832390faa71d084bf9965c data/create/advancements/recipes/create.base/crafting/kinetics/display_board.json +be4cf32b3e65ddd71ff386cf25d0dfb608c96b92 data/create/advancements/recipes/create.base/crafting/kinetics/elevator_pulley.json +d582587d3b2449468d77bc0017ca22538c5d04a8 data/create/advancements/recipes/create.base/crafting/kinetics/empty_blaze_burner.json +a8c4c201c452f1cc2135ab241ef08811627759d9 data/create/advancements/recipes/create.base/crafting/kinetics/encased_chain_drive.json +daa737129d6fad1eab2f6c7c24d420632cf686fc data/create/advancements/recipes/create.base/crafting/kinetics/encased_fan.json +b0f042253e850ed7bad7596ae0a4770d567b23a8 data/create/advancements/recipes/create.base/crafting/kinetics/filter.json +ccd132c144b6df808ada62adbedb09aae159d7c5 data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe.json +0bef8ce57f10471e542b4d1695e535bfb36780a4 data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe_vertical.json +769f42c4f28c6e78a2254a25fc6ad6c4d34aca3c data/create/advancements/recipes/create.base/crafting/kinetics/fluid_tank.json +e91c11c9d3e905e6346a4c6ea18c84c271885c69 data/create/advancements/recipes/create.base/crafting/kinetics/fluid_valve.json +ab76967977a75cd2abad10c1350194e653a70d3a data/create/advancements/recipes/create.base/crafting/kinetics/flywheel.json +fa379bdc26064fafff3ccb84e705cdca532e9044 data/create/advancements/recipes/create.base/crafting/kinetics/gantry_carriage.json +9b853ce1ba4456e5a186663b6107cc48689f163a data/create/advancements/recipes/create.base/crafting/kinetics/gantry_shaft.json +c34fc4606a9196d954e4630ab88620d5e84a5292 data/create/advancements/recipes/create.base/crafting/kinetics/gearbox.json +315e827cc63a842cf04603bdeeef5289bd761549 data/create/advancements/recipes/create.base/crafting/kinetics/gearboxfrom_conversion.json +1aecf0c5a421245627872e3a2dfff663a25e3e34 data/create/advancements/recipes/create.base/crafting/kinetics/gearshift.json +2f37fd40c1d6b0bb4196a501ac72284922cac138 data/create/advancements/recipes/create.base/crafting/kinetics/goggles.json +a3396e2e838c8b1719ed65e4195afa09c0286e52 data/create/advancements/recipes/create.base/crafting/kinetics/hand_crank.json +24b86aafcdca946ecd5eb7f067e933175fc849a5 data/create/advancements/recipes/create.base/crafting/kinetics/hose_pulley.json +27619361a9b229791449e9d4954ed0890156efb7 data/create/advancements/recipes/create.base/crafting/kinetics/item_drain.json +ce49f3e4c85b36298c764e28a14f328194530e6e data/create/advancements/recipes/create.base/crafting/kinetics/item_vault.json +38c97a8961dc55b007fc675efaee19be03ba70e9 data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheel.json +d411a67fc6d30096ecf8768a6fc105aef796c1b2 data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheel_from_little.json +364f6ab226c5079f68376f2fe85d70b459203827 data/create/advancements/recipes/create.base/crafting/kinetics/large_water_wheel.json +66b12ce8935b3b4c2baecad22121b770987e0cbe data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassis.json +03541b64f2b6978ec10c71323012b34e80b32a37 data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassisfrom_conversion.json +6609c0187d3d9bb0cdfc82019d859930fcd23b3a data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_arm.json +691aacd36d35b3f2771757e7231f89fb12d3c289 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_bearing.json +da010ac963d572e4856d89a00388881cf7891cc6 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_crafter.json +0cc038b1264ad2a437b145fbb8ad10b91def462b data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_drill.json +53154b62cdbf5ad89d759296fb1d6bade8bbab36 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_harvester.json +c9834e76909bd803f6d8faa5badb4051cd1f4c46 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_mixer.json +7cefbd3aeb31dcd313a4dd09850016096a556168 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_piston.json +53de4ed3248e562ff2c1ac858b7aa0d4c77f5071 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_plough.json +4a4ef72828a33cc31198801421e6e271c18e13f6 data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_press.json +9d01d3aeca84606f93225dfb7b625c27617c078d data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_pump.json +2fc222814bcd29a2d238c73e4b1540372711afaf data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_roller.json +f2e0d416f067ec3b9da478d9006b12b02ea053ab data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_saw.json +92b97be9722c87ed607458c658da71193f421618 data/create/advancements/recipes/create.base/crafting/kinetics/metal_bracket.json +818678f975ae3c20054eadd28f7cd78a83987b8a data/create/advancements/recipes/create.base/crafting/kinetics/millstone.json +472fae580e969a2df3f2796a9593bb30e95147f3 data/create/advancements/recipes/create.base/crafting/kinetics/mysterious_cuckoo_clock.json +343e0c25689652bfac630e4c716ad1c047922209 data/create/advancements/recipes/create.base/crafting/kinetics/nixie_tube.json +463903d7e8612ff5d66ecd827b3c06fcd67b3d94 data/create/advancements/recipes/create.base/crafting/kinetics/nozzle.json +6abd1d4e6185039a83c2c1f09af511229cd7c6f4 data/create/advancements/recipes/create.base/crafting/kinetics/piston_extension_pole.json +09ae58db7f9335b94eacdc1ac65f328d4e74b296 data/create/advancements/recipes/create.base/crafting/kinetics/placard.json +a6518e2e35ce01e7e65b0cf8a95ced88482d7121 data/create/advancements/recipes/create.base/crafting/kinetics/portable_fluid_interface.json +46cfd0dfc5f94b8dd3f879660f580f8797192e9a data/create/advancements/recipes/create.base/crafting/kinetics/portable_storage_interface.json +b296ad4df0631fdc1f2bce405d5618fc80a8c327 data/create/advancements/recipes/create.base/crafting/kinetics/propeller.json +9f1e5525e24b0d03e2536e5555359e5e3c7f2286 data/create/advancements/recipes/create.base/crafting/kinetics/radial_chassis.json +e24541eaeeb7d40c1f82c2d2c663e35e77633be5 data/create/advancements/recipes/create.base/crafting/kinetics/rope_pulley.json +9aa077afe33c25eea88b879ad87e6e04092b275c data/create/advancements/recipes/create.base/crafting/kinetics/rose_quartz_lamp.json +f5a30e6fdd9feaa6debe5d713419e5353d243b5b data/create/advancements/recipes/create.base/crafting/kinetics/rotation_speed_controller.json +784a456abf36cc407f440e9354827e6cb6e5d4d6 data/create/advancements/recipes/create.base/crafting/kinetics/sail_framefrom_conversion.json +81e459c334d7645b1cd1777af57576029949bb0b data/create/advancements/recipes/create.base/crafting/kinetics/schedule.json +bd9bad79f220ec42b1bb3f56041a9390f4923ba9 data/create/advancements/recipes/create.base/crafting/kinetics/secondary_linear_chassisfrom_conversion.json +eeafd91b680ec02f5bc45302924f6f3fd5c706ef data/create/advancements/recipes/create.base/crafting/kinetics/sequenced_gearshift.json +3e407ded7ff0dde48cbc22b8db5f48743bf04c94 data/create/advancements/recipes/create.base/crafting/kinetics/shaft.json +70807bda145cbba1db92b84ec40e1ba53b8b022c data/create/advancements/recipes/create.base/crafting/kinetics/smart_chute.json +108f6658b0c3ab1166dc8802de312a4fb4ab238d data/create/advancements/recipes/create.base/crafting/kinetics/smart_fluid_pipe.json +162d5df15a994c6af6ed2835dea82efe0062f095 data/create/advancements/recipes/create.base/crafting/kinetics/speedometer.json +a8e99cadf16a16b137afca1b13f83d9e181c0784 data/create/advancements/recipes/create.base/crafting/kinetics/speedometerfrom_conversion.json +a81deb7155fa93e3d76c034e28aa7a5c0c2778fe data/create/advancements/recipes/create.base/crafting/kinetics/spout.json +601377dc97f21688369a89fc15adcf85f0a5da94 data/create/advancements/recipes/create.base/crafting/kinetics/steam_engine.json +56abc0f7f60edbbcfd9ff167d52d3a2d309e7199 data/create/advancements/recipes/create.base/crafting/kinetics/steam_whistle.json +ac12278d65d59b168086867c69354848f906316c data/create/advancements/recipes/create.base/crafting/kinetics/sticker.json +4a74c1de70258281987a0fedc03437812c440376 data/create/advancements/recipes/create.base/crafting/kinetics/sticky_mechanical_piston.json +5ae5808b464ee7b9e810c1dc81ef945a28520c27 data/create/advancements/recipes/create.base/crafting/kinetics/stressometerfrom_conversion.json +70c16dcff438b8009524a247ba6f8ce17c68ef4f data/create/advancements/recipes/create.base/crafting/kinetics/super_glue.json +f7ec77491cba04c96a5df0f3a9b66dfdeecd6a67 data/create/advancements/recipes/create.base/crafting/kinetics/track_observer.json +f24315de4ad61c85094c1620d47ccc02f94e4498 data/create/advancements/recipes/create.base/crafting/kinetics/track_observer_from_other_plates.json +eb90657a95c9aecdc3b8ab9aeeb6abe5ccb7ff76 data/create/advancements/recipes/create.base/crafting/kinetics/track_signal.json +78cf68d5afca01ea37e2d32f54e655ec87924be1 data/create/advancements/recipes/create.base/crafting/kinetics/track_station.json +3fa26c6b2a5ef120aa47b35f7d9eb06fec090149 data/create/advancements/recipes/create.base/crafting/kinetics/turntable.json +babadcfb9adc3527e03e8f8db57a34cacfffa6a5 data/create/advancements/recipes/create.base/crafting/kinetics/vertical_gearboxfrom_conversion.json +0fa99ddc934336fb3d40a69a9ed461dba1d6b99e data/create/advancements/recipes/create.base/crafting/kinetics/water_wheel.json +6797fd44ff94f444fefde51402068df41b07b35f data/create/advancements/recipes/create.base/crafting/kinetics/weighted_ejector.json +50fe4d7138e7fb2845be8662b4ef5a75fa3c2665 data/create/advancements/recipes/create.base/crafting/kinetics/whisk.json +e3192f97e211bb8a091ab02c9e53e7b901f1efbd data/create/advancements/recipes/create.base/crafting/kinetics/white_sail.json +ea80606f44b28da43ffcd0d8b0d775f4d135d7de data/create/advancements/recipes/create.base/crafting/kinetics/white_sailfrom_conversion.json +c60164c566ae69770bca1298827f1b9cd29b10b6 data/create/advancements/recipes/create.base/crafting/kinetics/windmill_bearing.json +88bab58867cbd501b0362695540abfb0c224c47e data/create/advancements/recipes/create.base/crafting/kinetics/wooden_bracket.json +dd61958220601f34fdacc349f3caf286d450896e data/create/advancements/recipes/create.base/crafting/kinetics/wrench.json +ddd41210dfa2d30b3872c9798b677746bc4e5426 data/create/advancements/recipes/create.base/crafting/logistics/andesite_funnel.json +e7820ca532f075b43b4fea791ad64ab290f25bdc data/create/advancements/recipes/create.base/crafting/logistics/andesite_tunnel.json +79e47eb39470f604b3f26ef8af82d3e64611514e data/create/advancements/recipes/create.base/crafting/logistics/brass_funnel.json +756a724f71c5946017b6718eb93bff7fe73d4f7f data/create/advancements/recipes/create.base/crafting/logistics/brass_tunnel.json +2302e30a226162adb98fccc9e0916203e6744aab data/create/advancements/recipes/create.base/crafting/logistics/content_observer.json +f1e6f8e73156edebafe619144e82e01c0b5ec93e data/create/advancements/recipes/create.base/crafting/logistics/display_link.json +f33284d7166e5c6e3adf1b6dca662eb97636b939 data/create/advancements/recipes/create.base/crafting/logistics/powered_latch.json +06a42ee83527fdceb7d870b0e4a67245453a2c34 data/create/advancements/recipes/create.base/crafting/logistics/powered_toggle_latch.json +2116d36fd16e586f9e4b8cdcc3e3428ad71cedb8 data/create/advancements/recipes/create.base/crafting/logistics/pulse_extender.json +c7c6ca10962f5e42da5319841fbf2866cca30dd3 data/create/advancements/recipes/create.base/crafting/logistics/pulse_repeater.json +52ad675c3aaee020376264f9580fcadf12655b21 data/create/advancements/recipes/create.base/crafting/logistics/redstone_contact.json +9d7e5cf97bb11473b78d390e936792d9d3c1c276 data/create/advancements/recipes/create.base/crafting/logistics/redstone_link.json +a057a1729592691b40f4f1f909d9109565deb28f data/create/advancements/recipes/create.base/crafting/logistics/stockpile_switch.json +b350925f30c7309038c7f33ee81bda6ada6c4794 data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy.json +4efa2e6c87e853fee8e9c1a3bc4924add974c35e data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy_from_block.json +58b40049eee5cce2c5d49a0add95732eb49098d0 data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy_from_zinc.json +e8db20956f6bbf0a895e3d790672ae52d198fc7a data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_compacting.json +909a449ee9ec80894ba93df9be40dc3b87d13d69 data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_decompacting.json +d2823e614d4a333f725d3dce3e543f047f3adbcb data/create/advancements/recipes/create.base/crafting/materials/brass_nugget_from_decompacting.json +f7207947160f3aa549e953bc95e3a64d13bc974c data/create/advancements/recipes/create.base/crafting/materials/copper_nugget.json +2da087da9ad33e060e8122e260474d5a2ca3575c data/create/advancements/recipes/create.base/crafting/materials/electron_tube.json +43333df116133be43c8c164ddd611e2f74e5e540 data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json +e59ad68feb5898d04394970ba9d57566b9c19d7e data/create/advancements/recipes/create.base/crafting/materials/red_sand_paper.json +43dc5381b6df36905e086e63ed497f36eff8e45d data/create/advancements/recipes/create.base/crafting/materials/rose_quartz.json +2a25ea763292539970c354073b267e106a33fd0e data/create/advancements/recipes/create.base/crafting/materials/sand_paper.json +d4cc3d549e64c259c5a8cd5b7afa4b0cd28cbe38 data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_compacting.json +ca5777a2ac86c304a09adeaa6fd8ba654fa859c7 data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_decompacting.json +cedbd75bbe4fa7fd0504183e284a5099bc4db39b data/create/advancements/recipes/create.base/crafting/materials/zinc_nugget_from_decompacting.json +ce2986087f7be38db504c202876c8a3c2c885555 data/create/advancements/recipes/create.base/crafting/schematics/empty_schematic.json +4180e78185f03013d8affe9d54fc761280abf8d3 data/create/advancements/recipes/create.base/crafting/schematics/schematicannon.json +8379bfe85932f3681f4a59061a1c76192c565c3c data/create/advancements/recipes/create.base/crafting/schematics/schematic_and_quill.json +ae2e2c9a612d818eab78f140799159fbc5ec0159 data/create/advancements/recipes/create.base/crafting/schematics/schematic_table.json +b3e591920caf8a45511cdfa73a24ece466bd019d data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_crushed.json +de8a70a51962a8a79c67cc8d71d9855b7ec68f12 data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_ore.json +d4b80705766e648ca07c682ef53c5e7a8b5011bb data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json +9e6d2bd857680a6c6371deaa0c60a492c86225e7 data/create/advancements/recipes/create.palettes/crafting/kinetics/andesite_door.json +c5f9897bf57953bf1ac6c4c2a2f0a9d3c95e655b data/create/advancements/recipes/create.palettes/crafting/kinetics/brass_door.json +769efe6975d4266342f7fd6b1003d1352fb67c7b data/create/advancements/recipes/create.palettes/crafting/kinetics/copper_door.json +fce50c246fb7cc5dad19db7602ccc71ba13403a8 data/create/advancements/recipes/create.palettes/crafting/kinetics/framed_glass_door.json +d32c2625d6dd15ad1978211c41521887f95e7577 data/create/advancements/recipes/create.palettes/crafting/kinetics/framed_glass_trapdoor.json +80197e7c951bd45f532af7c952c6c989433433de data/create/advancements/recipes/create.palettes/crafting/kinetics/metal_girder.json +77f181550c780925243cc268d29aceebfba52915 data/create/advancements/recipes/create.palettes/crafting/kinetics/train_door.json +d74de1be1e383c3d5814bd7e42cc0a60ea75e30e data/create/advancements/recipes/create.palettes/crafting/kinetics/train_trapdoor.json +6d547e7c3dad06dd4d3ff64d0aac380683d26a11 data/create/advancements/recipes/create.palettes/crafting/materials/andesite_alloy_block.json +e35662919f851ca1c27b56cf71e61cce611a00d7 data/create/advancements/recipes/create.palettes/crafting/materials/brass_block_from_compacting.json +2d34f50774357f9ac8a4ae2e23fb668757e09daa data/create/advancements/recipes/create.palettes/crafting/materials/raw_zinc_block.json +a5130418a2b8f2354fe9fd77e7c83b26e2892330 data/create/advancements/recipes/create.palettes/crafting/materials/rose_quartz_tilesfrom_conversion.json +30522b55773b9f94b46345478efeff4426f88757 data/create/advancements/recipes/create.palettes/crafting/materials/small_rose_quartz_tilesfrom_conversion.json +26928e1e0af9e9af720d197343898ce4c236608d data/create/advancements/recipes/create.palettes/crafting/materials/zinc_block_from_compacting.json +a23f39321d836b0bb175fa3ad066044af3eefb1b data/create/advancements/recipes/create.palettes/crafting/palettes/scorchia.json +de7e685c1d81e32d50bfe0445ff5062faff7cbc5 data/create/advancements/recipes/create.palettes/smelting/scoria.json +6fb78f08dcde45b763d878f69c8ea3e08cdf1ac7 data/create/advancements/recipes/decorations/smelting/glass_pane_from_framed_glass_pane.json +21eeaaa865c069d49dfb85161ea26065f949572c data/create/advancements/recipes/decorations/smelting/glass_pane_from_horizontal_framed_glass_pane.json +203c4a4e8fc1959c2e119f26d13f18db803aed06 data/create/advancements/recipes/decorations/smelting/glass_pane_from_tiled_glass_pane.json +6bdcc8384564f207c22d4240b341c8ec31188a6d data/create/advancements/recipes/decorations/smelting/glass_pane_from_vertical_framed_glass_pane.json +c070b31d39acd1f9a1f5ee9ec23d8e977a2a2be4 data/create/advancements/recipes/food/campfire_cooking/bread.json +ca0dbfc3222435fb25e9c188bd1c2e44375ca8e0 data/create/advancements/recipes/food/crafting/curiosities/cake.json +745addcb7d24943c9aa05f16ae1e3d645425093f data/create/advancements/recipes/food/smelting/bread.json +d4012346e139ef643ac4c83713cbe6b5a5beac8a data/create/advancements/recipes/food/smoking/bread.json +58edc0e6eadb9fdd15113d313e331deb15867ab1 data/create/advancements/recipes/misc/blasting/copper_ingot_from_crushed.json +c5c7a524b797c47093c17f363a805df18765e5d1 data/create/advancements/recipes/misc/blasting/gold_ingot_from_crushed.json +7330c11fcdd6de110f141ac97b497d57c4e6291b data/create/advancements/recipes/misc/blasting/iron_ingot_from_crushed.json +37b0c39f4cd0f1c983b78f6d6c0bafd766595da5 data/create/advancements/recipes/misc/crafting/appliances/slime_ball.json +1c4b5bceed1aed2f09c4544cefe71fae4d1fc1bb data/create/advancements/recipes/misc/crafting/materials/copper_ingot.json +22506522c5debb2db0f9dc6df6094aadcc0a3aa1 data/create/advancements/recipes/misc/smelting/copper_ingot_from_crushed.json +57ac07b3fb4e1213b02eb81ff914be19e53ae174 data/create/advancements/recipes/misc/smelting/gold_ingot_from_crushed.json +adf07902937c70d3e19fbaf1bdfa368e1ce4b8bf data/create/advancements/recipes/misc/smelting/iron_ingot_from_crushed.json +5fb61ed3f88a2da15705f5672d2eca002b44b065 data/create/advancements/recipes/transportation/crafting/kinetics/furnace_minecart_from_contraption_cart.json +ab7d109fd99b2e6b84941955529941eea15196af data/create/advancements/recipes/transportation/crafting/kinetics/minecart_from_contraption_cart.json +b29b0c1fe62f6c95b6d4a21275f1586f40013bcf data/create/recipes/blasting/copper_ingot_from_crushed.json +c2368a9a8dde7619cd987ce3c33d2c2deb629b16 data/create/recipes/blasting/gold_ingot_from_crushed.json +bb8c899cde88835ee342e38374b3d548b2b0f340 data/create/recipes/blasting/ingot_aluminum_compat_immersiveengineering.json +1313322fabd87f36511c922392f0da0645ac1351 data/create/recipes/blasting/ingot_lead_compat_immersiveengineering.json +7e3956eab328182a87fc98ddce6b30730a48e2e7 data/create/recipes/blasting/ingot_lead_compat_mekanism.json +2cac4e1a6a054e21f731d80cc2618bf7de3ebfb6 data/create/recipes/blasting/ingot_nickel_compat_immersiveengineering.json +2497eccaa755824cd072795ab8feca07f4c6735b data/create/recipes/blasting/ingot_osmium_compat_mekanism.json +a7055293499be92fd4ace8a420a7d8a18b95f77e data/create/recipes/blasting/ingot_silver_compat_immersiveengineering.json +c6d21bf023babf8bb9508ec25eb6679ae0a2460e data/create/recipes/blasting/ingot_tin_compat_mekanism.json +e68cade928372eb2fe095b3b8478d7aff473d70a data/create/recipes/blasting/ingot_uranium_compat_immersiveengineering.json +276e808ad08755d674b59ba725145e2bf8e2d606 data/create/recipes/blasting/ingot_uranium_compat_mekanism.json +678f1908befd670340c0f378c316627df5f3e2e7 data/create/recipes/blasting/iron_ingot_from_crushed.json +90d632ac74100f1fb1f6027b39d28d2ae90fd882 data/create/recipes/blasting/lead_ingot_compat_thermal.json +de4bdaadcde996179423bde3fb41067c28384613 data/create/recipes/blasting/nickel_ingot_compat_thermal.json +b0e7daa083c4e5cbe6865ec808b720d920dd7f21 data/create/recipes/blasting/silver_ingot_compat_thermal.json +c0d6b87a541e6d01be4a358bf6ae4a845e9c7933 data/create/recipes/blasting/tin_ingot_compat_thermal.json +6314d1aed3105209d01533e60ff768a0c54c5712 data/create/recipes/blasting/zinc_ingot_from_crushed.json +3cb807025b9ba230848119fc82ffcb704a557f37 data/create/recipes/blasting/zinc_ingot_from_ore.json +495b514e749f6325c8cd51b7ed64fcf18777f5a2 data/create/recipes/blasting/zinc_ingot_from_raw_ore.json +1ccff315d6b56db32a4843d48b369459aa0ad86d data/create/recipes/campfire_cooking/bread.json +fdbc0d69b7f9b454dd8babd71ab1023f5ce2ae3d data/create/recipes/crafting/appliances/attribute_filter_clear.json +a6fb189a48fdbf5b0561d6812d1421a04223d4e0 data/create/recipes/crafting/appliances/clipboard.json +c5f74c6393ebd49b94a54a2c4a630887df8b6ce8 data/create/recipes/crafting/appliances/clipboard_clear.json +dbb9ba88806a7b2ea0c1bd95062a0bceb3630662 data/create/recipes/crafting/appliances/copper_backtank.json +ffedb9deeaa35ec16789fa21f601613ef1504d79 data/create/recipes/crafting/appliances/copper_diving_boots.json +7811a5c7e60df63075e8e17476af5a3590286167 data/create/recipes/crafting/appliances/copper_diving_helmet.json +b8665ff12b3736f41dd6bd096ad6e24992be554b data/create/recipes/crafting/appliances/crafting_blueprint.json +206780d6050ba937571c49ae669ede12fc92f08d data/create/recipes/crafting/appliances/dough.json +10411c8e682fa61ea72e5e8b363b476a7dce1506 data/create/recipes/crafting/appliances/filter_clear.json +e6bfe9d4b015546d970f5ece35c08a642f9167b6 data/create/recipes/crafting/appliances/linked_controller.json +d948285dc2344dbada3957be890d4cb75f686697 data/create/recipes/crafting/appliances/netherite_backtank.json +d4ed98d873a9eb8faf7c01e7cd0e9bf5b635488d data/create/recipes/crafting/appliances/netherite_backtank_from_netherite.json +f3f8b62e37fd29bd54bbb1ae325b2b1b17f2b197 data/create/recipes/crafting/appliances/netherite_diving_boots.json +ac0debc34634635a6ea2f75230f70f35ceebf5ef data/create/recipes/crafting/appliances/netherite_diving_boots_from_netherite.json +ab4f1cd6c051866a2d1994c7cbae48a0938a16a1 data/create/recipes/crafting/appliances/netherite_diving_helmet.json +afd744ca1c860754f2e44a490638c3389d3f7522 data/create/recipes/crafting/appliances/netherite_diving_helmet_from_netherite.json +ebc3512a7f069d2170985997057d6e287e50235f data/create/recipes/crafting/appliances/schedule_clear.json +7fae8ba5e9a2595b11bd35d7ae2248255c486c18 data/create/recipes/crafting/appliances/slime_ball.json +dd9f00d27d2d9e1ba971542eb6daed341e88ce42 data/create/recipes/crafting/appliances/tree_fertilizer.json +6ef7cdb7154dcb04212690d4d6ffd57f19fc4685 data/create/recipes/crafting/curiosities/brown_toolbox.json +26e24c537c5126320f617319c6a0c10a5701e868 data/create/recipes/crafting/curiosities/cake.json +2e6908eeaf1c49ea81b1538b986b19f3be5f39b8 data/create/recipes/crafting/curiosities/minecart_coupling.json +b7289088fdb01f307f41d3df29b46e0d7930ba4a data/create/recipes/crafting/curiosities/peculiar_bell.json +43b60bbdbb912f0bd8ca46aa0c415e7ab442ad0b data/create/recipes/crafting/curiosities/toolbox_dyeing.json +9402ffe97f6f2154896a367e614e61c604def8b8 data/create/recipes/crafting/kinetics/adjustable_chain_gearshift.json +1901d2f2c6ec1d436a6cf6a2500f871ea6a3cf28 data/create/recipes/crafting/kinetics/analog_lever.json +08c15e0247cda6e13da08abd2370adf23dcabb04 data/create/recipes/crafting/kinetics/andesite_door.json +c0caa3f8b85b78b30cd9ece6a47925627e066594 data/create/recipes/crafting/kinetics/attribute_filter.json +5b5f5c5c8054b8dca9ca18d9af8154edf5795b2b data/create/recipes/crafting/kinetics/basin.json +cdde069ac88b72e7203e53d83f80a8c1cda2af0f data/create/recipes/crafting/kinetics/belt_connector.json +27cfbc14308fafda42b498aa72921141f0603d3c data/create/recipes/crafting/kinetics/brass_door.json +af2fa71eda99d12c14802975f08fb00c00edb94c data/create/recipes/crafting/kinetics/brass_hand.json +f068350679deb440a15f0ec223f586198657e909 data/create/recipes/crafting/kinetics/cart_assembler.json +e8444504108e93355dd11a65d4e016fdfe40d08e data/create/recipes/crafting/kinetics/chute.json +2ec7bb6b9409532a56c3b1b81517aeea203f8143 data/create/recipes/crafting/kinetics/clockwork_bearing.json +49b3d9def884b1870a31f1ec5e496a1028771e1d data/create/recipes/crafting/kinetics/clutch.json +fa21d2e62568ac41bc8c1b3323b59b8ebc0bc3c0 data/create/recipes/crafting/kinetics/cogwheel.json +873c5512cb796049a44d102efb54f6adfbc5881b data/create/recipes/crafting/kinetics/contraption_controls.json +a07c4bc2d9013c901b14e982c3db0aafdef53fdc data/create/recipes/crafting/kinetics/controller_rail.json +737820d2794336d093ce0fa61174a6d3f2280221 data/create/recipes/crafting/kinetics/controls.json +6c3a576f052e5d0080ce9dfda0de745d77570c6a data/create/recipes/crafting/kinetics/copper_door.json +d6e0e297dd2eecac433a4d4e2133fcc0c3d4754a data/create/recipes/crafting/kinetics/copper_valve_handle.json +f5691833e385258bc6082dfc845bcfa2eb11e919 data/create/recipes/crafting/kinetics/copper_valve_handle_from_others.json +fb46c8748a1f29d4c4aeb1cf8e5dd487cb9831b0 data/create/recipes/crafting/kinetics/crafter_slot_cover.json +825c1b3fa9f0cfe78e1881eaa53ae5c89d022f0a data/create/recipes/crafting/kinetics/cuckoo_clock.json +12291a6327d682d48a71d483fa8791404c20cdaf data/create/recipes/crafting/kinetics/deployer.json +0fd3c9f549e6ca252285e14e38f7a6671ec795b6 data/create/recipes/crafting/kinetics/depot.json +07aaa07452319b8914b4b7c10daeca2acf89fec1 data/create/recipes/crafting/kinetics/display_board.json +d7e5a7b4cb9fb7ad88bca5f587d0dde0d4caa808 data/create/recipes/crafting/kinetics/elevator_pulley.json +5a04ede3f8f8fce09a04abebb017780360685968 data/create/recipes/crafting/kinetics/empty_blaze_burner.json +9a6b9089624b678dc0f34b3c579584be48ba71ff data/create/recipes/crafting/kinetics/encased_chain_drive.json +68ee1a593eb55717d5d38e50c40a2a6a24913ff7 data/create/recipes/crafting/kinetics/encased_fan.json +701bb4c796a161349e1f344b0956fd5230e2b9ad data/create/recipes/crafting/kinetics/filter.json +021b872eab1192bcfda9a814ca4614cfe05cf87b data/create/recipes/crafting/kinetics/fluid_pipe.json +839a66494f0f217ac634369b40bdc69b2276b3dc data/create/recipes/crafting/kinetics/fluid_pipe_vertical.json +ca72642ea501dcb6f2cefda29f4848f34438fb30 data/create/recipes/crafting/kinetics/fluid_tank.json +6b3334092172648235368de8ce9ce907967c8e70 data/create/recipes/crafting/kinetics/fluid_valve.json +7fb89f262e8297c83bf1348e357ba1c2d1bcf724 data/create/recipes/crafting/kinetics/flywheel.json +fc30c2ffd4ba45371f2a6204b23703cd86af7197 data/create/recipes/crafting/kinetics/framed_glass_door.json +cce9a34f0955ebebcdac654b0305d9457b3724fe data/create/recipes/crafting/kinetics/framed_glass_trapdoor.json +951262c954db16c8b20b1da36a806222ac9c4153 data/create/recipes/crafting/kinetics/furnace_minecart_from_contraption_cart.json +e7099968c2ec0b9e014ae14765574f7c40aa2cd9 data/create/recipes/crafting/kinetics/gantry_carriage.json +ade723d3ee0bd30e1eca77a28b075f5cac619f02 data/create/recipes/crafting/kinetics/gantry_shaft.json +951d298137741ac40ff60d41bbc9c35363d35e04 data/create/recipes/crafting/kinetics/gearbox.json +9600d1dda33bf2a5248c8e9df55cafd37cbd39cc data/create/recipes/crafting/kinetics/gearboxfrom_conversion.json +111789890856ffeff792ecff52832a04199c763d data/create/recipes/crafting/kinetics/gearshift.json +4b1a676d8f8cd3a6c4dc56e345d7dc5ef651bf7b data/create/recipes/crafting/kinetics/goggles.json +57817abc42f5e3e37f4ba9e0ae84df7f718dc69c data/create/recipes/crafting/kinetics/hand_crank.json +fac5e5d38e5f5308a667ec2b2bf160c06613716a data/create/recipes/crafting/kinetics/hose_pulley.json +d8d9226fa3e395fabca7f62f2477379e9e1be50f data/create/recipes/crafting/kinetics/item_drain.json +60497f93df883630f06c0073a54b42a0593cb074 data/create/recipes/crafting/kinetics/item_vault.json +fd20b1e2b35706d6f353a61fb2ea75f69e0a329f data/create/recipes/crafting/kinetics/large_cogwheel.json +ef9e3965e7010273a4eb2ede07e8e59fd436cedd data/create/recipes/crafting/kinetics/large_cogwheel_from_little.json +9135b75ab7c1b34889d11b1b29faec91712b4c73 data/create/recipes/crafting/kinetics/large_water_wheel.json +fe68fed5b2d3081cb3b90d11e67caa30bfefcdf5 data/create/recipes/crafting/kinetics/linear_chassis.json +6313dcdccf63832385d54533322c31f10f817f8b data/create/recipes/crafting/kinetics/linear_chassisfrom_conversion.json +4bda099afaef73d3b24dc340f3c3b7a7e0778b47 data/create/recipes/crafting/kinetics/mechanical_arm.json +a02c6b77c74b2f3c66a53a33e04764339d10e202 data/create/recipes/crafting/kinetics/mechanical_bearing.json +1ea3e37e0daf78acf54566b5380a8d730a7480c9 data/create/recipes/crafting/kinetics/mechanical_crafter.json +ee97158233fc488e920142f5a6d658b26514778f data/create/recipes/crafting/kinetics/mechanical_drill.json +d03b6a4f99ad614034fa2988a54503637c8b965b data/create/recipes/crafting/kinetics/mechanical_harvester.json +8d72b073ae4d220ca9a04a4f6ffbb018260dd6b9 data/create/recipes/crafting/kinetics/mechanical_mixer.json +97dd6d45d04a3bdac13468a0176205e22e294721 data/create/recipes/crafting/kinetics/mechanical_piston.json +333db3532e6a5c86b176a304e5dfe1d7306712cc data/create/recipes/crafting/kinetics/mechanical_plough.json +20ab2182efe192c904a65b9d3ecb61ee9a90993d data/create/recipes/crafting/kinetics/mechanical_press.json +a7dd6c89d0ad567836a5b667d3cd102c053824e9 data/create/recipes/crafting/kinetics/mechanical_pump.json +9f4daf143572d23107dc5af70eae61961c167b5c data/create/recipes/crafting/kinetics/mechanical_roller.json +256256ddbe3d9d1d3a79ece010dcf75415ad8d31 data/create/recipes/crafting/kinetics/mechanical_saw.json +a54ed12c21d66dde0fdd7d4a004f4c063392ca95 data/create/recipes/crafting/kinetics/metal_bracket.json +0627fcc3c7fd72c4929cdaaac00dd135133544e0 data/create/recipes/crafting/kinetics/metal_girder.json +bee823d1d7d012682c1bcb71bcad8716368d9777 data/create/recipes/crafting/kinetics/millstone.json +b879ad80a9939bb8ef1b20a22d72a328e943615c data/create/recipes/crafting/kinetics/minecart_from_contraption_cart.json +280a84432472c6b9f3146526bdfb9c64981c228f data/create/recipes/crafting/kinetics/mysterious_cuckoo_clock.json +9e48ebc432a2f21b9e8f10714adbb96121167e2e data/create/recipes/crafting/kinetics/nixie_tube.json +8ba11e1ae93e8afa7c203e9dd69cc081796da3cf data/create/recipes/crafting/kinetics/nozzle.json +7ac9f6d3a0ea7ebddad200b33a728f1c754509e4 data/create/recipes/crafting/kinetics/piston_extension_pole.json +89cdd21d898a08ee42ca2c04d9eacbeffc830750 data/create/recipes/crafting/kinetics/placard.json +a9fdd02eac8fa5620912ea85c4460be00688c324 data/create/recipes/crafting/kinetics/portable_fluid_interface.json +8b596eda0bd364aaa96db5e69ac0b409d2ca48f2 data/create/recipes/crafting/kinetics/portable_storage_interface.json +61871f78b7f134c261485ec575c49de143ca8b2c data/create/recipes/crafting/kinetics/propeller.json +9bd6ae7c0ef6e0d3aa34106b6e79f773edc92fdc data/create/recipes/crafting/kinetics/radial_chassis.json +3a8c93fd5036671eb9b5e8d463666e201d31f4f4 data/create/recipes/crafting/kinetics/rope_pulley.json +1609f5814143e6c6bed344684195f50b97bbfc3c data/create/recipes/crafting/kinetics/rose_quartz_lamp.json +a34a64195876a2334f274584cf170b9f3bc42d77 data/create/recipes/crafting/kinetics/rotation_speed_controller.json +a85b372b60956600c26374bde7abd50eb4aa85b5 data/create/recipes/crafting/kinetics/sail_framefrom_conversion.json +9d2b082574901473fefab6237654cb2e25e6119f data/create/recipes/crafting/kinetics/schedule.json +9a6fdc0523c7ff2728589d9bc0b147d9da5a0cf9 data/create/recipes/crafting/kinetics/secondary_linear_chassisfrom_conversion.json +42073ff286455037402fd929cd94c7274fe36fda data/create/recipes/crafting/kinetics/sequenced_gearshift.json +a190c616240e0d5f510005669c2797ef544f4367 data/create/recipes/crafting/kinetics/shaft.json +7a165cbad55e9c580bb1c7e61c2165b12db5022c data/create/recipes/crafting/kinetics/smart_chute.json +4ea696d24035279e0e54c4a6a01178fbbaab74b8 data/create/recipes/crafting/kinetics/smart_fluid_pipe.json +76005ce6fdef128e38e93e72108830ce6449ef50 data/create/recipes/crafting/kinetics/speedometer.json +99eb689bb0a02e0a44775ad1069bc698d6ad21f8 data/create/recipes/crafting/kinetics/speedometerfrom_conversion.json +988f6c0034cfc80fa2bd73116d0405c9916b1392 data/create/recipes/crafting/kinetics/spout.json +47d03aec5f819e76907005d139e17ebf809d5d7c data/create/recipes/crafting/kinetics/steam_engine.json +14903135afc43f3979d2b731541105d5f4d5333e data/create/recipes/crafting/kinetics/steam_whistle.json +dde7f31762f0cb16e61ff3215b0892daeaadd6a8 data/create/recipes/crafting/kinetics/sticker.json +7b8a6c791a89ef9661088d7cd5822cdd3ca27326 data/create/recipes/crafting/kinetics/sticky_mechanical_piston.json +3830a9d6a1cb8586aa146a64f10efc57eba8292f data/create/recipes/crafting/kinetics/stressometerfrom_conversion.json +06718c38f6f0c5d33655f808b9c8ae5aa340875e data/create/recipes/crafting/kinetics/super_glue.json +f92276b774c42d676abf05564c28599d96814459 data/create/recipes/crafting/kinetics/track_observer.json +edc418e84ae78e557c9a9214842939086ab58b5f data/create/recipes/crafting/kinetics/track_observer_from_other_plates.json +baaabf43821cb3c61ed2bf8a2431ee5ac108c923 data/create/recipes/crafting/kinetics/track_signal.json +795a3b326ed6c7dc679b4b7dc028b4aed711d78f data/create/recipes/crafting/kinetics/track_station.json +f7aa250ac8326279fbd5003ab62a80e81f2eb63e data/create/recipes/crafting/kinetics/train_door.json +df8bcd04ccd77a1870ee9af8bf892f7470ebf936 data/create/recipes/crafting/kinetics/train_trapdoor.json +051e9a912e57dcbe12f8a711e54ed8e498bd1d93 data/create/recipes/crafting/kinetics/turntable.json +4b387b6bd8ab9897d6cb51ce1ebe6fbfe9cfabfd data/create/recipes/crafting/kinetics/vertical_gearboxfrom_conversion.json +cacf13148c47ae81051f24227507f2f3a0045844 data/create/recipes/crafting/kinetics/water_wheel.json +a76910afdacf010a04dcd1095ff2867d1a6a6548 data/create/recipes/crafting/kinetics/weighted_ejector.json +b3db03edb9fe3aa0bff523efc9bef08c6c205b92 data/create/recipes/crafting/kinetics/whisk.json +68b1e851f806459b9e9f788eb584407b82d4340f data/create/recipes/crafting/kinetics/white_sail.json +000d570eeeb2efa21b6f5bdb77eb6646d10af4bb data/create/recipes/crafting/kinetics/white_sailfrom_conversion.json +79d44065e5e2a4a0947d05df25e5ac075ddb4dc5 data/create/recipes/crafting/kinetics/windmill_bearing.json +c4c2a04e2949132e28c2838280ebd8ef22d3d770 data/create/recipes/crafting/kinetics/wooden_bracket.json +c8bf929c604b35ab64f90c0c4245fea2418989ad data/create/recipes/crafting/kinetics/wrench.json +81fa6d58358e053ca974d1fcc7fc5b0886370e83 data/create/recipes/crafting/logistics/andesite_funnel.json +19623c53ab3b3ebcb7f469b6521f083dcb19a749 data/create/recipes/crafting/logistics/andesite_tunnel.json +dcb067590e24905d0914f1615fdae4be6591d185 data/create/recipes/crafting/logistics/brass_funnel.json +5fd9148832345b777b4a932678e09640edd2913f data/create/recipes/crafting/logistics/brass_tunnel.json +ef1a5942f26d91738f8348223c4123ef2f1624ab data/create/recipes/crafting/logistics/content_observer.json +20d73510c51cbd823dff5a3afc83a402b66f9cce data/create/recipes/crafting/logistics/display_link.json +98691840eb3cc967554d4175ca5f27e87ceff86a data/create/recipes/crafting/logistics/powered_latch.json +a7e0e52e6829a23236414782e1e66b2dafa336c7 data/create/recipes/crafting/logistics/powered_toggle_latch.json +690f9966db7f0cd230ccd6d022845165fc1812e9 data/create/recipes/crafting/logistics/pulse_extender.json +e6faf54c173bf7fed2a830023c70070245eb52fb data/create/recipes/crafting/logistics/pulse_repeater.json +478c7d0f63f9bf692bcb97ef224d6f1ad0f72a8a data/create/recipes/crafting/logistics/redstone_contact.json +d78395b4352d6df560d39e8edbc006fd389d18b5 data/create/recipes/crafting/logistics/redstone_link.json +8750e51e842dd6333b9bbb42b4d57ab8f5b811a1 data/create/recipes/crafting/logistics/stockpile_switch.json +98f636802918fa58fe75dad5bb7a34b771dd1e1c data/create/recipes/crafting/materials/andesite_alloy.json +ed1cba19756ba50ff0ec1ee25c15881ce11efd6e data/create/recipes/crafting/materials/andesite_alloy_block.json +8be8c03ef76bb5e6914a9ee57adeee24d8de2c1e data/create/recipes/crafting/materials/andesite_alloy_from_block.json +2090c075d464f5d010bbf719af753563c543b26d data/create/recipes/crafting/materials/andesite_alloy_from_zinc.json +728a7148deeed0e08d4d4359832a507392fb6e3b data/create/recipes/crafting/materials/brass_block_from_compacting.json +ee8427fa3ebcfee734b3f718577c1fa740a11f1e data/create/recipes/crafting/materials/brass_ingot_from_compacting.json +2e18db2f267b6e55bb7839f9ccffa476428fb330 data/create/recipes/crafting/materials/brass_ingot_from_decompacting.json +e046761f97081d6660671e88a728d06d88336fdb data/create/recipes/crafting/materials/brass_nugget_from_decompacting.json +3a520ea04d0f40b55ae30ed6457f8372946db5c8 data/create/recipes/crafting/materials/copper_ingot.json +fd8a5b6c12d7efa480f0701647d7a44bcbf31b72 data/create/recipes/crafting/materials/copper_nugget.json +8d4048e6ec6567a806f156631f74c8e162662dec data/create/recipes/crafting/materials/electron_tube.json +12d038c14062f754103ac727375908450158258e data/create/recipes/crafting/materials/raw_zinc.json +a7c498009bd0809a6e25406e78ea6c274111ca6d data/create/recipes/crafting/materials/raw_zinc_block.json +833b7e849421269b8d0f117028a628e5bd518e86 data/create/recipes/crafting/materials/red_sand_paper.json +1cd8f6c0c4adeb14ccbf877940f456bc128a6afe data/create/recipes/crafting/materials/rose_quartz.json +601b7544d531f3bd660074d265c09498e8e32e24 data/create/recipes/crafting/materials/rose_quartz_tilesfrom_conversion.json +4b428f375bf70b7148b5e64f3cbbfadcde90af2a data/create/recipes/crafting/materials/sand_paper.json +af99275e567462ddb4da509cffdbf5be1d32ff7f data/create/recipes/crafting/materials/small_rose_quartz_tilesfrom_conversion.json +bd5f579e6e422c988cfc8c8431295cffd7a50f19 data/create/recipes/crafting/materials/zinc_block_from_compacting.json +6f5e06ad4b861021eb89e392be178c2c492a0400 data/create/recipes/crafting/materials/zinc_ingot_from_compacting.json +7dd50c655b65ed4aba0402c100e581bf1575c214 data/create/recipes/crafting/materials/zinc_ingot_from_decompacting.json +2c6feb98c32ba5fb5f91c10bf9f652062b93419a data/create/recipes/crafting/materials/zinc_nugget_from_decompacting.json +e59abb7feba1ad23b8802fef4240ba3de01ec9e9 data/create/recipes/crafting/palettes/scorchia.json +4c3ebffd6768f66ed441dc9beff23e45e9bf094f data/create/recipes/crafting/schematics/empty_schematic.json +3cfe01cdac3179433e158b3c0821f5bfc6b61271 data/create/recipes/crafting/schematics/schematicannon.json +cae056792a0dfca680970b745057b50323e722ba data/create/recipes/crafting/schematics/schematic_and_quill.json +f9a52bde9335db96923867d3ea5d5bceae6331c3 data/create/recipes/crafting/schematics/schematic_table.json +3be566c8348edd56e7f0a5abb66e9b0ebc6730e5 data/create/recipes/smelting/bread.json +7b07239bfff25c1ee802ce74dfd1300eca7dfc90 data/create/recipes/smelting/copper_ingot_from_crushed.json +b43d736230229587b24693f4059c974c83c99832 data/create/recipes/smelting/glass_from_framed_glass.json +2f4d1a869eacab3a96ea3c66fd419e7dff4b1d56 data/create/recipes/smelting/glass_from_horizontal_framed_glass.json +9e4bf66d04caf9cc9102e4f2b10d381b32be5554 data/create/recipes/smelting/glass_from_tiled_glass.json +148ccb922ddb5422edde2c067292a7f1f239a3d1 data/create/recipes/smelting/glass_from_vertical_framed_glass.json +58aef9c7b855408afa8b7b61b5c0561dab014aa0 data/create/recipes/smelting/glass_pane_from_framed_glass_pane.json +9f94ad24c77fd4f578c03599e334218f57c1c1aa data/create/recipes/smelting/glass_pane_from_horizontal_framed_glass_pane.json +ac8519dc87331facee57802dad374c0b32b8bf0c data/create/recipes/smelting/glass_pane_from_tiled_glass_pane.json +1cfea94ee0c921056a6aee8ca381be4f84b9e2e1 data/create/recipes/smelting/glass_pane_from_vertical_framed_glass_pane.json +e967f8e402bcdccf549ca0cc1adf63942ba773ea data/create/recipes/smelting/gold_ingot_from_crushed.json +6b1825325c5c4725e6d2766c8c37f6e1462ada28 data/create/recipes/smelting/ingot_aluminum_compat_immersiveengineering.json +4a9b9ec951f2bd28b2175ae8483c22e4f01a5ca3 data/create/recipes/smelting/ingot_lead_compat_immersiveengineering.json +4fbae02a1a5e31eaebe984da4b89ecf0588b8038 data/create/recipes/smelting/ingot_lead_compat_mekanism.json +2bd5ee952ee239268810faf4f775cf1cc6bd55ce data/create/recipes/smelting/ingot_nickel_compat_immersiveengineering.json +dd5505531154976c871d90adfb1e2068fb062872 data/create/recipes/smelting/ingot_osmium_compat_mekanism.json +69e16e594b634a1d0c36d976aab81a4db82762f3 data/create/recipes/smelting/ingot_silver_compat_immersiveengineering.json +f07da9dc059e0b34c8ae76b358ddc0dac3b70cdb data/create/recipes/smelting/ingot_tin_compat_mekanism.json +8769483e70a7433e8fff8032e9e00083f87bc078 data/create/recipes/smelting/ingot_uranium_compat_immersiveengineering.json +00a4e6438750a7aeadfeb656a622146110142ac0 data/create/recipes/smelting/ingot_uranium_compat_mekanism.json +080766dbc942e19e68927092deb9c247d670b755 data/create/recipes/smelting/iron_ingot_from_crushed.json +5f8104c7904280023ef6274f13929a8aef0811eb data/create/recipes/smelting/lead_ingot_compat_thermal.json +0799cca80e89b6d05e7bad5b790184d788be532d data/create/recipes/smelting/nickel_ingot_compat_thermal.json +c6527e3de9bc1de66d5540343aec49b4008cd242 data/create/recipes/smelting/scoria.json +cae57936d7bff825e12fd9a77c014e061e2eff86 data/create/recipes/smelting/silver_ingot_compat_thermal.json +44eb009ee0f8d0c59cbbe23d0cf712e679cf9e8c data/create/recipes/smelting/tin_ingot_compat_thermal.json +cb758bb5b8e811aad041f991fce2af66fffd2ce1 data/create/recipes/smelting/zinc_ingot_from_crushed.json +5e5e4c2fcd75a47e7c20a698f45ad637c6630ef8 data/create/recipes/smelting/zinc_ingot_from_ore.json +c14b00614519e77736e14ff03ef77218f1a83948 data/create/recipes/smelting/zinc_ingot_from_raw_ore.json +47768ba669cabe491e8b9da71ac7fb9766f12186 data/create/recipes/smoking/bread.json diff --git a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 new file mode 100644 index 0000000000..f10f9088e6 --- /dev/null +++ b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 @@ -0,0 +1,4275 @@ +// 1.19.2 2023-05-08T18:06:22.2311246 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] +60bbdf92d2ac9824ea6144955c74043a6005f79d assets/create/blockstates/acacia_window.json +6a67703c2697d81b7dc83e9d72a66f9c9ff08383 assets/create/blockstates/acacia_window_pane.json +c3ae87b62e81d8e9476eccd793bb1548d74c66a1 assets/create/blockstates/adjustable_chain_gearshift.json +188fb038919138844cf018d5afeeddd8808c413b assets/create/blockstates/analog_lever.json +6a95eb99f4acf53189f9f578eaa829652b726b2a assets/create/blockstates/andesite_alloy_block.json +96c0b7cf225d51e2df633786c1a8a0a6c61fe261 assets/create/blockstates/andesite_bars.json +db046170dcd57e5fcfe85b475790d6725a0ad8e3 assets/create/blockstates/andesite_belt_funnel.json +6cd5574ad64b212440ae07ab75b732e04ee3aab5 assets/create/blockstates/andesite_casing.json +aff6d09929301e72548f4ce5720af96426171580 assets/create/blockstates/andesite_door.json +84dacd6144568b97ae00a55525290b4f295a72e7 assets/create/blockstates/andesite_encased_cogwheel.json +c9aa3f6acdcadfcd6f0c48457ddafcdd9ff37104 assets/create/blockstates/andesite_encased_large_cogwheel.json +4946d26000065d09b51752b6ad34d0050f829a0d assets/create/blockstates/andesite_encased_shaft.json +7791ae0b7027e3bb83968c811c3a82f65226dd7c assets/create/blockstates/andesite_funnel.json +1299bde31535b381cc2d9b40f58097702bd12b92 assets/create/blockstates/andesite_ladder.json +afff577673aec43b9a596c4663024cb35127e0c3 assets/create/blockstates/andesite_pillar.json +0d47d0816051dd63837c689de8b838dc1639d2fd assets/create/blockstates/andesite_scaffolding.json +67c4f7802f0854d24bb29019682b1d0a2f335a15 assets/create/blockstates/andesite_tunnel.json +542af96eb0c1e34df81f15fae7dbbaf4f81287f3 assets/create/blockstates/asurine.json +7f07775d89e3bea45d7161d289daf15470e7f544 assets/create/blockstates/asurine_pillar.json +9c62e0ce5d85ac4081bc04c85db7676b996b0f12 assets/create/blockstates/basin.json +a97910c7516e7cedec9e34eca51f1183f1e3e681 assets/create/blockstates/belt.json +0ea03133af234921a3313f52521d8cfd02bf5d81 assets/create/blockstates/birch_window.json +2003c43151b731bf19cae58290c63bcb3785848a assets/create/blockstates/birch_window_pane.json +c8b65faf51122eb411f5895e718869da9b260c2e assets/create/blockstates/black_nixie_tube.json +980ae9ba3f6d4e0faea8f3878985f9a9dadc0796 assets/create/blockstates/black_sail.json +da3ad0225984a0dcbfb4ed800e307e45aff5aaa1 assets/create/blockstates/black_seat.json +0083f6aa3fda2c7ebb2e5f2a032e740cf3ae3846 assets/create/blockstates/black_toolbox.json +28f2fb355e80171403e540afd2aed44e9c19659a assets/create/blockstates/black_valve_handle.json +06ecd28cd97f4e8200dc396858695cad57b871c8 assets/create/blockstates/blaze_burner.json +37caf031254b5171a1fbfe9906f4bc65e8dbc909 assets/create/blockstates/blue_nixie_tube.json +d540f0f23e0d7c03f8e147cf3eebbaf7caec9f93 assets/create/blockstates/blue_sail.json +d2fdb432bb037de781260c789e905b223fab408c assets/create/blockstates/blue_seat.json +f91092da79b69fece9583ccc15350612f439ee1b assets/create/blockstates/blue_toolbox.json +e330efa253172b315f73401ed8f2c39270ba90d3 assets/create/blockstates/blue_valve_handle.json +5c7065e56a831e0957b6531d50f720e9efb64309 assets/create/blockstates/brass_bars.json +d49d09f1026f816bb05a5dc13c806b860f2eb07a assets/create/blockstates/brass_belt_funnel.json +5a2551315557447abc579cf9225e3a12d9a46641 assets/create/blockstates/brass_block.json +ac2f8f5e1d556e5c697da95729e82f107b115f09 assets/create/blockstates/brass_casing.json +2ae65b2e9018a7445b42609e99b91e64cb2dff45 assets/create/blockstates/brass_door.json +bac88b313b63acfc77c25b1463276a714f22f336 assets/create/blockstates/brass_encased_cogwheel.json +8a152aeb42b1e8fc3596886124139c811976bf7b assets/create/blockstates/brass_encased_large_cogwheel.json +64008f70adf8067b5691a8a26f66d6715c73411e assets/create/blockstates/brass_encased_shaft.json +a408005aae4c1caa7aaae5a0ddf9d1ad73cd0254 assets/create/blockstates/brass_funnel.json +1e8eba1ac6a0beb744f8b5feb96bbe5f3a75f214 assets/create/blockstates/brass_ladder.json +6d210298b9d80ae69aa03b09aa73b92e14b9ab1b assets/create/blockstates/brass_scaffolding.json +8ee948f9e87b82bb27aaecc522127fa1297b3d9d assets/create/blockstates/brass_tunnel.json +debf33346bf410216f21082e1e8d07aa6250b84c assets/create/blockstates/brown_nixie_tube.json +1334fc9e71d9f2a6117f448817263467a9c695de assets/create/blockstates/brown_sail.json +19524b2c0672632e63372f405a87dbea35f1d160 assets/create/blockstates/brown_seat.json +1ffc38bf682e84aad4cb300c573375eb0cdcc434 assets/create/blockstates/brown_toolbox.json +440b29e1dffa4374ddc1aed444bff18a485bc1cb assets/create/blockstates/brown_valve_handle.json +2064534de4791b339fdcd4ef3a8129a2e233ec50 assets/create/blockstates/calcite_pillar.json +060c957b28afed9f4e0954cbef7e80cbf4b99f58 assets/create/blockstates/cart_assembler.json +c7eca70054241944171b1d4ffcba0376b071ec62 assets/create/blockstates/chocolate.json +9eb989b0a0545af9efd052d1f127b2ec28a972d1 assets/create/blockstates/chute.json +b5170d754ce5f07ea2b4646eb07c099c50bae249 assets/create/blockstates/clipboard.json +6aaece104960d0b586644085c990d051972bf8b2 assets/create/blockstates/clockwork_bearing.json +418f2519202c4159d3309834bb121d5e23a51f29 assets/create/blockstates/clutch.json +6ea849c441a5444e896cbb246c7d10862b3b6b19 assets/create/blockstates/cogwheel.json +646b25b6e2d1c4a7e7a2a7f3810ae75797e61392 assets/create/blockstates/content_observer.json +376a488212875b40e8df50f7ea4902fbb174dcb8 assets/create/blockstates/contraption_controls.json +2f1914af1078db737e338359bc8c8ac493cae050 assets/create/blockstates/controller_rail.json +8bb9865ebfa6db9a13a29c9a327c2ccc4151222d assets/create/blockstates/controls.json +134c62bbd8ea43ff54c8edb2da5ea707f0a228fe assets/create/blockstates/copper_backtank.json +1b1e311efecc45ce7a3f69c8a1c2c53c6559b995 assets/create/blockstates/copper_bars.json +33175a9b530554e42e2ac68a9761d55f7f8623cf assets/create/blockstates/copper_casing.json +f7254f20f91e2f1295e36d2e70390d43f3952d07 assets/create/blockstates/copper_door.json +736777de0eb038ff1ef9e8fe9d04c23d80239eda assets/create/blockstates/copper_ladder.json +df3103dfc1c3ba7a9573229d009cb0de4925df16 assets/create/blockstates/copper_scaffolding.json +4d3d29e8a74bf103da39e76a1466b03eb5dcf916 assets/create/blockstates/copper_shingles.json +1ea8fdb990f8cda1762ab69ac38ea3161a835227 assets/create/blockstates/copper_shingle_slab.json +7c35bb802099d6bb5d92eafd8cbb7ea146979a2e assets/create/blockstates/copper_shingle_stairs.json +9a9f03140a57a7a8903d3e1b159bdc052566a6ec assets/create/blockstates/copper_tiles.json +7db7a0d81887091ca889f40bb8a508d3098c5164 assets/create/blockstates/copper_tile_slab.json +c0b7eca017242913d156e4623147add0d03574f6 assets/create/blockstates/copper_tile_stairs.json +ef3ccb2d8b03f5a972b053a15bb037f8db6af17c assets/create/blockstates/copper_valve_handle.json +4758bed22fb6fe18213f463bc055775c1909e858 assets/create/blockstates/copycat_bars.json +4789c857508452aede1cb7389187b99ce2d7bf62 assets/create/blockstates/copycat_base.json +3dff9e1ec59415779195d2abfa9f07bc17b428a1 assets/create/blockstates/copycat_panel.json +3dff9e1ec59415779195d2abfa9f07bc17b428a1 assets/create/blockstates/copycat_step.json +61aff016059d737c970202cfe22e1cf9e111fb01 assets/create/blockstates/creative_crate.json +a04c7aa7dc994b76252b0d35d0a90f8ee79c7282 assets/create/blockstates/creative_fluid_tank.json +185cf1232b3db390c24653c17c0522d8320f94a4 assets/create/blockstates/creative_motor.json +d0536a75e870eda403f8924d4dd75603f6834a8a assets/create/blockstates/crimsite.json +45d667c79a7c22cc8f636c8c44264ba521fedbdf assets/create/blockstates/crimsite_pillar.json +41926b920da593ed2e529986304f7c4c12333402 assets/create/blockstates/crimson_window.json +cffc87d0896e1946b8bf211e282eb4cdd9b1ca5c assets/create/blockstates/crimson_window_pane.json +c9a2c3a7971c46957d0f07c6d94d76f59da54a0b assets/create/blockstates/crushing_wheel.json +4b0e51a1c10685f7d432467339afc9c2e24793b0 assets/create/blockstates/crushing_wheel_controller.json +ba9c3ecfacbd398048440d247decffeaefc714b5 assets/create/blockstates/cuckoo_clock.json +1f6d84cba69062a1989d671c9c97317e2c2455b6 assets/create/blockstates/cut_andesite.json +cc62a6499ce8dcfc5e8695f0e8bb3c3d67f41efc assets/create/blockstates/cut_andesite_bricks.json +50d88f806122818af2ffecbd514d13ebbd21e4c9 assets/create/blockstates/cut_andesite_brick_slab.json +32d801225ea18209792921fa91618ed41794dbd0 assets/create/blockstates/cut_andesite_brick_stairs.json +3bf8204bf8c7c5b7b3c388fbc3478bb2d7c47129 assets/create/blockstates/cut_andesite_brick_wall.json +34e89a828f14383c6115954a235b19851b74f277 assets/create/blockstates/cut_andesite_slab.json +49d58ae14544d89305ddc707cf7f6a81998200fa assets/create/blockstates/cut_andesite_stairs.json +1cc235cb6c388324793ac40f7bf89df8b048faac assets/create/blockstates/cut_andesite_wall.json +13ea54a4b9b89e576879a6e23a029c6341b7c098 assets/create/blockstates/cut_asurine.json +51c22c0547ab8ed2564890afb8733bbe356899f5 assets/create/blockstates/cut_asurine_bricks.json +cf09de38f826fe000c5efe5afe56cf746125691d assets/create/blockstates/cut_asurine_brick_slab.json +1835482d5e9a59f2214336a63b12c7132ad815b4 assets/create/blockstates/cut_asurine_brick_stairs.json +c48ab37bf7a2aba676af281d29cb6a2103c72fba assets/create/blockstates/cut_asurine_brick_wall.json +1523a57124239a99da0b12a6b435c09d3d4276a5 assets/create/blockstates/cut_asurine_slab.json +cc1acf5e118f1b1e78c5bb291176008960794d59 assets/create/blockstates/cut_asurine_stairs.json +139640bf41070e8eeb48647319eee54bb6804692 assets/create/blockstates/cut_asurine_wall.json +06b8c5cf98366608c480a37e6944d0d668bc8983 assets/create/blockstates/cut_calcite.json +979c70e35d806f1f63fe3381f27d881a17f9f6be assets/create/blockstates/cut_calcite_bricks.json +a8f83cb8e1eae587f4e11e37c4cd3d0a1bbef377 assets/create/blockstates/cut_calcite_brick_slab.json +1eabb2e485aa323d317fa9648be02c12556593b7 assets/create/blockstates/cut_calcite_brick_stairs.json +a0a33df71c5d26344a7bb0dd7a4622c30cc7825f assets/create/blockstates/cut_calcite_brick_wall.json +e3ddaae92b52cc3ea230088ff23260b5c5c93017 assets/create/blockstates/cut_calcite_slab.json +80c5249eaf9504c743c427fdd1a2c7bfa0f3d48f assets/create/blockstates/cut_calcite_stairs.json +b4bbdb08d8114b6741546a0418cb54d645481c02 assets/create/blockstates/cut_calcite_wall.json +449f5180c72a028393afdac55a34e59862728224 assets/create/blockstates/cut_crimsite.json +25d731077a131d03347296c38c76b547194a6320 assets/create/blockstates/cut_crimsite_bricks.json +d2c8a3580d3578c8afe44b94d4448be3680dbdeb assets/create/blockstates/cut_crimsite_brick_slab.json +a3d9d2190a23b881dd3a7538ab248e0b0a3efa8e assets/create/blockstates/cut_crimsite_brick_stairs.json +3791c00ed477c0aaf7c5a20803a89dfc0e20f013 assets/create/blockstates/cut_crimsite_brick_wall.json +c9f19e7a976a7428b3dd58f45d734700ca1a18cd assets/create/blockstates/cut_crimsite_slab.json +1b8d4ac53dc5823083c2af605165a05b73c9ff79 assets/create/blockstates/cut_crimsite_stairs.json +484f9253ed92e963f398973a99fbeacb67ba1188 assets/create/blockstates/cut_crimsite_wall.json +c4e95ceb7914da09ebe42d539bf5d976a3d70972 assets/create/blockstates/cut_deepslate.json +75d4ef863cd85d8f3df78226177966954e02ee2b assets/create/blockstates/cut_deepslate_bricks.json +e1dc99a48b9066732fc5c62071c5ead16f34f438 assets/create/blockstates/cut_deepslate_brick_slab.json +dbb2eddaf1d4ae3e687beb611552ea4283a1e7d8 assets/create/blockstates/cut_deepslate_brick_stairs.json +91c1f3da848503067c64b966ddda22ab91ff8fd5 assets/create/blockstates/cut_deepslate_brick_wall.json +593198ffd37eae124a8366ae1d4a40b682788f92 assets/create/blockstates/cut_deepslate_slab.json +f8cd1f9002ed8593ab71af9cfb7f962625994108 assets/create/blockstates/cut_deepslate_stairs.json +c2d8060a0c830e5b8bbb084457083324b5b6f4c9 assets/create/blockstates/cut_deepslate_wall.json +aaa6ac5f4fc399c4b03a7f8de856fa7aae97e049 assets/create/blockstates/cut_diorite.json +08b6289ca8b4193c87324ca23ca081e8773fb223 assets/create/blockstates/cut_diorite_bricks.json +423f809f06fa3fd96643f068ba0d3520269b3844 assets/create/blockstates/cut_diorite_brick_slab.json +9011fb92f57e7695c4484c923dd40ecd749ff307 assets/create/blockstates/cut_diorite_brick_stairs.json +41bad89777a33737bc0365ce2c7ffc20720f9620 assets/create/blockstates/cut_diorite_brick_wall.json +b03e7cf494c53c6f24ba93d0ef531e839026932b assets/create/blockstates/cut_diorite_slab.json +95c8094204979acfb0e59c2826003e0274a02fe5 assets/create/blockstates/cut_diorite_stairs.json +e2f163d36dd5d03c0741dd2e87d8f77a0c86ae00 assets/create/blockstates/cut_diorite_wall.json +f42ca2ce8e8f657c64376759413ec611f8045531 assets/create/blockstates/cut_dripstone.json +2d696162b2085c3d5723308a8d1ccafb29660f01 assets/create/blockstates/cut_dripstone_bricks.json +9310a800fb091014e7c0a220f5f2511c1de379ad assets/create/blockstates/cut_dripstone_brick_slab.json +3ff2f65dafcb4654b99e0d65b7e851760f9a4075 assets/create/blockstates/cut_dripstone_brick_stairs.json +cafc956d8dc2053e5a0e8437c4ccde7fa24fc17e assets/create/blockstates/cut_dripstone_brick_wall.json +9cb32af3b952b841e9da94789da17cd274c3cfb9 assets/create/blockstates/cut_dripstone_slab.json +da0300f54bdfcc705beb8d84f26406be660de5de assets/create/blockstates/cut_dripstone_stairs.json +83ff3eaeb481202c77e6dbdc442b4dd195ca568c assets/create/blockstates/cut_dripstone_wall.json +bf501250fd2226838afe0baf68db08cd832e3c4f assets/create/blockstates/cut_granite.json +5c029d7ec837b3239d17ab91a70f025df1bfb124 assets/create/blockstates/cut_granite_bricks.json +773717bd5c140cf025f463c99c67efb9d27bd696 assets/create/blockstates/cut_granite_brick_slab.json +97d20b21e5b7f329c1b21b436fd0bdcaa8d173d0 assets/create/blockstates/cut_granite_brick_stairs.json +5e4175b6c89039ded48937ad1cd13d3bb2d2992a assets/create/blockstates/cut_granite_brick_wall.json +42549436ce26ad7b44f2e1cba54357b3f25bcb18 assets/create/blockstates/cut_granite_slab.json +e9d8fd028d8092e5fa0fd13cd638516f57a22d53 assets/create/blockstates/cut_granite_stairs.json +2daab523202dd2e31daeaf3b9a04cde2a7da4ca5 assets/create/blockstates/cut_granite_wall.json +0652c8b9c41acc1a8da901bd7b8b6018b3581d5b assets/create/blockstates/cut_limestone.json +508ee569f313b7e804f6268ca86f5a61851563ec assets/create/blockstates/cut_limestone_bricks.json +4efbeb34c96918e9b48dc484a82b1ef4811ed39d assets/create/blockstates/cut_limestone_brick_slab.json +11b99cf9b33d7f8de9d11cc1e405e2681682ba32 assets/create/blockstates/cut_limestone_brick_stairs.json +b6c02a9e9e47a8e521a54ef9488259267068f032 assets/create/blockstates/cut_limestone_brick_wall.json +fb63a2581211fe62344985a06feec9dcec4b1888 assets/create/blockstates/cut_limestone_slab.json +ffcca1e66718f3e78e544b5fa9954a852c095e91 assets/create/blockstates/cut_limestone_stairs.json +a1a90f84b47f96b4384fc2d60bfc48ddbb5ed179 assets/create/blockstates/cut_limestone_wall.json +1b7a133518780d4f49474a70e7f6263d6e88ff51 assets/create/blockstates/cut_ochrum.json +6f37e5e2dca3b443951131cb82c15a981a4e2005 assets/create/blockstates/cut_ochrum_bricks.json +f1e9d54a6f9f41b968f117a7be711011effa71a5 assets/create/blockstates/cut_ochrum_brick_slab.json +8d334e026e94b304a1ff1ee96097f434b50175f2 assets/create/blockstates/cut_ochrum_brick_stairs.json +e92c026ee7ab2aa35003ad475bef3d6c0e29818c assets/create/blockstates/cut_ochrum_brick_wall.json +5a61edb7d146e83d951795fae33dc306e71b2cb6 assets/create/blockstates/cut_ochrum_slab.json +b31944bf6297685acd37631083dde0889c08ede7 assets/create/blockstates/cut_ochrum_stairs.json +df33a8af1dc8cb08ddcfd22a50a305499479a4dd assets/create/blockstates/cut_ochrum_wall.json +1606d7481e56755f07e9331cf85a8d7cc9aace9a assets/create/blockstates/cut_scorchia.json +bc2a0e7f11400b8c2a03071be87dadb5edc097de assets/create/blockstates/cut_scorchia_bricks.json +43db25ebac2f5bcaa7ca9cfb6da8fcb20fad8269 assets/create/blockstates/cut_scorchia_brick_slab.json +7a80620590ba5e61967c5168f5c67ecabf09dc00 assets/create/blockstates/cut_scorchia_brick_stairs.json +e4eb79360a41bb1a7ca835d61446ea5166e4cda8 assets/create/blockstates/cut_scorchia_brick_wall.json +c0d262f54e3b2fce8bc941a2a6df71db5f0229ea assets/create/blockstates/cut_scorchia_slab.json +de2e918058e9dd7eafd085a8dec634f6a2832c21 assets/create/blockstates/cut_scorchia_stairs.json +5d2d06799b82449754f62b1d80b9ee9a24c65bad assets/create/blockstates/cut_scorchia_wall.json +76ea4f3438a3effedfc93d2bbabac0899610cd28 assets/create/blockstates/cut_scoria.json +6d9c79e1b71656a73bb69e2a9b100be59084dd2e assets/create/blockstates/cut_scoria_bricks.json +7c7dcd1fe82f3673910620c2eefebad5d0029cdf assets/create/blockstates/cut_scoria_brick_slab.json +d535b387bf0a6f9e124eed8b76d899e13699bca9 assets/create/blockstates/cut_scoria_brick_stairs.json +c426e1b5e4c77c25cd0d16d10fba0e0731673dd1 assets/create/blockstates/cut_scoria_brick_wall.json +fb692494c88358d4d8e687b216f729d6b6bd7174 assets/create/blockstates/cut_scoria_slab.json +950f43bae8f4e3220103ce0c62f444856129ca12 assets/create/blockstates/cut_scoria_stairs.json +01350030831c5b9edef0dc2c778b92f1ebc2b2fc assets/create/blockstates/cut_scoria_wall.json +c0c1c4d44eba5babe9703eca31f0279ebd11ed8e assets/create/blockstates/cut_tuff.json +9bddef4a2b4a338c15f03e2397c4cd4c3ae9e5d9 assets/create/blockstates/cut_tuff_bricks.json +11306e83915e0106d48f890df3212c3a47443a08 assets/create/blockstates/cut_tuff_brick_slab.json +e8951d94e0d3228700bcb56819928f1c179c3973 assets/create/blockstates/cut_tuff_brick_stairs.json +619340b7cf014cfb72a4b5440b90881535f16108 assets/create/blockstates/cut_tuff_brick_wall.json +3577e3f4933ea8cb7464c28e80867ce84917898d assets/create/blockstates/cut_tuff_slab.json +5673fdb02439d622c56dc0ff47a0dca98dc6d027 assets/create/blockstates/cut_tuff_stairs.json +12a46ee82536665400ec2f3befed3be58325d5c6 assets/create/blockstates/cut_tuff_wall.json +beb9e47f8d811c2146f68daf992fb805342a65cb assets/create/blockstates/cut_veridium.json +04d07986eb86ffd66baaaf9b65e02d00022e98e2 assets/create/blockstates/cut_veridium_bricks.json +952543c03e730443d85059ec43642efb089485e7 assets/create/blockstates/cut_veridium_brick_slab.json +6a033e7b5a0b26cce5956c6c7c1eff558f866cb5 assets/create/blockstates/cut_veridium_brick_stairs.json +43689138c8018b3ee9f35a11870887e9df3c8fe5 assets/create/blockstates/cut_veridium_brick_wall.json +212d8ee5dfa78802b9539640cf8b263fd5880b87 assets/create/blockstates/cut_veridium_slab.json +c11f09df4a23e951bdf9a345515183f4fac7cde3 assets/create/blockstates/cut_veridium_stairs.json +3aa6f5e613ff73952e3de00408051f92316e7f81 assets/create/blockstates/cut_veridium_wall.json +bb627b2e78dba6833cf2d357033f253fc89aa1b8 assets/create/blockstates/cyan_nixie_tube.json +f1061b8f9757374d6608fda07e301a2623e79f72 assets/create/blockstates/cyan_sail.json +538c6d95da5cc460e99c91647dac61726a91479f assets/create/blockstates/cyan_seat.json +c4d84b719762aca46cdb8decddfeb97dcc50676c assets/create/blockstates/cyan_toolbox.json +477d32008d5aa6ed5a6825a70b9bb7d976e7d0fc assets/create/blockstates/cyan_valve_handle.json +f4d7f5a38db9b92399a81f49ff1787d025c6f41f assets/create/blockstates/dark_oak_window.json +a1b25bf2a5ec3cc2d6db727a3779703d2dc60bbc assets/create/blockstates/dark_oak_window_pane.json +c705f9cd47042867c87fab3a898a57152dec6dd5 assets/create/blockstates/deepslate_pillar.json +1073fe9e96ea170c81b613835064034f967945b5 assets/create/blockstates/deepslate_zinc_ore.json +d0ec99fdd534e1f3a84cc51fa914d3b74fb2c96a assets/create/blockstates/deployer.json +4f18fd003ca756417fd036bd8b66f323e0ca4852 assets/create/blockstates/depot.json +26a5a4c176e75b1f48f3eb653a45c23e606f07b4 assets/create/blockstates/diorite_pillar.json +d45d92164f81fd42cc1f8c6ba4ac25df0fca79b1 assets/create/blockstates/display_board.json +a65771f280051a884725073d14a831539bc0d658 assets/create/blockstates/display_link.json +ce43c78368724a2e1a6048c5b4e4fb45297b1593 assets/create/blockstates/dripstone_pillar.json +f7f5df9086c71688cbdb5d05c394dc5acb8fb338 assets/create/blockstates/elevator_contact.json +359a0c4954da65d8f7af554b9b8a11a707a8b68a assets/create/blockstates/elevator_pulley.json +2fa96f480365dcbd867635eaa665d1ad5936ca65 assets/create/blockstates/encased_chain_drive.json +d47bc65703e9582cc710e6408fb565e16d3514a6 assets/create/blockstates/encased_fan.json +651f9fdb11f56d887d131be8f936f508d0b2fc1d assets/create/blockstates/encased_fluid_pipe.json +5f6c60a30889b043709066707e80a21081d98155 assets/create/blockstates/exposed_copper_shingles.json +74c8a72db3dd3fa919e29baaa8c5865f13490461 assets/create/blockstates/exposed_copper_shingle_slab.json +4e0b5a9be15f0c2861f5f6bd71bd9c2a4db2a21d assets/create/blockstates/exposed_copper_shingle_stairs.json +5299b4f7b9b3490872e8c26a6b212e14dd05fd9a assets/create/blockstates/exposed_copper_tiles.json +6ee73ff3608d51fdad6e9810feee66ed1773b81c assets/create/blockstates/exposed_copper_tile_slab.json +f93e4059876bfc6d70b9fa2bc24d8e3d6943d56f assets/create/blockstates/exposed_copper_tile_stairs.json +f1a03ede031d8c4e33a4d07c529e71936da9dc6d assets/create/blockstates/fake_track.json +21fa4a1bf4ee851e090a21c97c9a38d18cfddf0d assets/create/blockstates/fluid_pipe.json +185e6367c5c5b3632e54148c74987057cbfccaca assets/create/blockstates/fluid_tank.json +76a2cd731390e827f464442af1557c37fb595443 assets/create/blockstates/fluid_valve.json +dd631893f279aa1446a1c54c50014220555216a2 assets/create/blockstates/flywheel.json +a8c3ef55b001fc92ca92c73ace5f56a8c759c8aa assets/create/blockstates/framed_glass.json +6efecd71555a36cc959448e5c200dba45b0d7a07 assets/create/blockstates/framed_glass_door.json +c2cde00617b83cf9b4665da06767b52c19152da3 assets/create/blockstates/framed_glass_pane.json +769d082c3ddd34974760f9b9d387434bf8d778fc assets/create/blockstates/framed_glass_trapdoor.json +ff9f56912d8ac4069df90505232820f9c45f5e06 assets/create/blockstates/gantry_carriage.json +24d73e83808bf81957ad73ccb78c490770ab66c7 assets/create/blockstates/gantry_shaft.json +346deaaba10a03d5b25e03c2d5b88ff98dbd3a78 assets/create/blockstates/gearbox.json +8ac0d74f418d2789a61dc5b451defcd2cb2687cc assets/create/blockstates/gearshift.json +5a193991f33a1af8659192f3693e4d8d3ed0082b assets/create/blockstates/glass_fluid_pipe.json +e3f2a093c436cb65c5a7ac049a14cc4dadb22526 assets/create/blockstates/granite_pillar.json +921cf220c44a67195c90a30c4c296e65311738da assets/create/blockstates/gray_nixie_tube.json +30ba031a6b5a327d2a4caa12169676da573c2133 assets/create/blockstates/gray_sail.json +f35a502c4a5e2703e7c6811b3d2ba16a9c47d4c8 assets/create/blockstates/gray_seat.json +87457e0eddae80225dbb3145f2d120296ea1bfcd assets/create/blockstates/gray_toolbox.json +f18b87db39836eef20154b239d488eebb64b3455 assets/create/blockstates/gray_valve_handle.json +0f0fe2bf83f763e04cd2d7a979beb547feac3191 assets/create/blockstates/green_nixie_tube.json +0a2a5fbf2cf084e1be0426a224c291dc22a826fd assets/create/blockstates/green_sail.json +b4aede1847d204ecdb7847559066d9d2ffb66903 assets/create/blockstates/green_seat.json +6f080890b3b30c46ba9ceb382c1171940bf4966f assets/create/blockstates/green_toolbox.json +a343aefdb4207d1bffa6f4b40e20283a6d42c2f9 assets/create/blockstates/green_valve_handle.json +23430b770b5257af36844dfe9b976e343a6d1180 assets/create/blockstates/hand_crank.json +d0b26c085df3ee5189082bc18945e5f74ee529fa assets/create/blockstates/haunted_bell.json +035dd3adaaf86510237f516d2657535da3d56d37 assets/create/blockstates/honey.json +44343f14fb6e43a93882b4f9ce0640e54876fdf8 assets/create/blockstates/horizontal_framed_glass.json +bffc2169f5fc3a8e22f8952a90767e0bb8d726b5 assets/create/blockstates/horizontal_framed_glass_pane.json +8ae52808eba950c36b75d62113e9cea9441a1a54 assets/create/blockstates/hose_pulley.json +87fa830c5d3541d096fab32d430c54516c197583 assets/create/blockstates/industrial_iron_block.json +2788ad2d29996076f7f18ab8d47e40c1ad10b348 assets/create/blockstates/item_drain.json +3e99569e978c0fe17ec18b97881434a9da1a8421 assets/create/blockstates/item_vault.json +8680e9d2a94231f4bbad87b26ab2efdb714903d3 assets/create/blockstates/jungle_window.json +ddcf1010e43c5d4a8c93aad37cc97a94343fd9f5 assets/create/blockstates/jungle_window_pane.json +e986248237013eea755bccd300f745e44d0a183f assets/create/blockstates/large_bogey.json +bf3ee4416935ba760777e0702eef28ad94332d76 assets/create/blockstates/large_cogwheel.json +ba1ab31dd3ed2fbf9709ef2ba509b7ac210f5ad2 assets/create/blockstates/large_water_wheel.json +ecc6a978a44636a43f12728da56268de05e9bfbd assets/create/blockstates/layered_andesite.json +8917eb8a3bb805e79bdc6a837c38f4d7b5ccc4fd assets/create/blockstates/layered_asurine.json +3198434c68e45a274c31f0c95929dd03a80ab034 assets/create/blockstates/layered_calcite.json +9ad8f8f4952d5a455871953cfcad346c2f35bb43 assets/create/blockstates/layered_crimsite.json +d601c68b678ccb2e800f5e9673f90126c0279469 assets/create/blockstates/layered_deepslate.json +832900628fe20d3572f46774b56944db800c5dfe assets/create/blockstates/layered_diorite.json +3673fc29ef06bc359bfaa291a911b81a53a0c755 assets/create/blockstates/layered_dripstone.json +704cfee4c6a706b792d75c21e60e6d9f153fc8c4 assets/create/blockstates/layered_granite.json +a6714e9ac328db3253615e31be11e2aa624e98a1 assets/create/blockstates/layered_limestone.json +46206ef278d6ae0baec15fb9fe99bfc960826a1c assets/create/blockstates/layered_ochrum.json +2b0a2aed9cec311e6a5b3b24e429be6f53a11013 assets/create/blockstates/layered_scorchia.json +fc0d3c258d8ee61c9bd16fdfc6565bce4e6df7b2 assets/create/blockstates/layered_scoria.json +ca124508c59130d21f23d7b1ef354d78bdd24dd4 assets/create/blockstates/layered_tuff.json +2ff5466f9ea3b1292c24a8ddb31666d74635c592 assets/create/blockstates/layered_veridium.json +fcf02725651ab5973fab1cfc09fdd68cb4b93579 assets/create/blockstates/lectern_controller.json +5d7e1b08b1ec7c7c11b70db11df09311fcd7cf45 assets/create/blockstates/light_blue_nixie_tube.json +f2354e8cb6086473ac97a5228b99706858dcad8a assets/create/blockstates/light_blue_sail.json +6b7045eaf9efe3a90f2d9a6785be6a5fd534b8e7 assets/create/blockstates/light_blue_seat.json +b7065e7871c3c7f1a0656c2f92f82544e606f2fb assets/create/blockstates/light_blue_toolbox.json +549882a0f4de60906ca870a6197330f81d4e1afe assets/create/blockstates/light_blue_valve_handle.json +fa5fb2be73c7c54b70e927b66adf3f4d64c5cb6b assets/create/blockstates/light_gray_nixie_tube.json +3d95c9c4442d1bdd660bae382c72c68134db86dd assets/create/blockstates/light_gray_sail.json +8ec5144da4a49dd5b497af07b0d4b88c9c0b6cc0 assets/create/blockstates/light_gray_seat.json +35b151db396069b146d223fbe46be5b0c3dda8a9 assets/create/blockstates/light_gray_toolbox.json +894827ffd176bc733abecf18d96888e9ed5a3eb4 assets/create/blockstates/light_gray_valve_handle.json +a6f319c803c03e34bbf841ea52d82f0f7ec7a413 assets/create/blockstates/limestone.json +7ff65e1c4c8e48a0b694cd17506a192e6a7e6e44 assets/create/blockstates/limestone_pillar.json +7f20b548dd535942b2d6f41c39de7ad4fafe637e assets/create/blockstates/lime_nixie_tube.json +ad1ec304729fd6d336c0d4d0c27c9345af636695 assets/create/blockstates/lime_sail.json +b9934a558e1b495403dc2c71ffb43cce7d396013 assets/create/blockstates/lime_seat.json +49a02f7fc16697ba1cf16cee7e45ab6bfd8b06ce assets/create/blockstates/lime_toolbox.json +ba181485f219d3ae23509a7edf28e25d9edb10f4 assets/create/blockstates/lime_valve_handle.json +654e845cebed82b7afbcf81380921e0a475b01e9 assets/create/blockstates/linear_chassis.json +e195e82e4d0c1fc20474535bc9068cbb77a5e175 assets/create/blockstates/lit_blaze_burner.json +296186b196af94e1ab3f7e8a3254f6d31ae47a5c assets/create/blockstates/magenta_nixie_tube.json +f150922cbed1c05fb3892d4ac91eb471234252e2 assets/create/blockstates/magenta_sail.json +bb1ab5c70647933400b3a99ef9d166ba5e3d4709 assets/create/blockstates/magenta_seat.json +fcd226c7863262d98765c701538bf9e44d2b177e assets/create/blockstates/magenta_toolbox.json +ecf670d95969a33a738f59e08393299891f78847 assets/create/blockstates/magenta_valve_handle.json +9386361f50a60bb14f397821285e64d33ed21fd2 assets/create/blockstates/mechanical_arm.json +aafb4c62ae10fd65003f05160f3e1fbddbb01c5e assets/create/blockstates/mechanical_bearing.json +be119eeeb8e0d9a9a5515dd2c49eaf91268d49b3 assets/create/blockstates/mechanical_crafter.json +d17606a48ba154490c539fb07747ddf1fc15cb89 assets/create/blockstates/mechanical_drill.json +4a329956138fa77de07c183ebe4e5751bdce2560 assets/create/blockstates/mechanical_harvester.json +3238f7a31049bc6a810936366bba417ed7b0e5f2 assets/create/blockstates/mechanical_mixer.json +916a6ebe785f37afbf153dc0e8fe6be264eb5425 assets/create/blockstates/mechanical_piston.json +039686cb1a0f9b3eea44ff39431ebe9c57081fc3 assets/create/blockstates/mechanical_piston_head.json +c9c7d39adc40a2c3f93dd88f412563cd89c8f0ba assets/create/blockstates/mechanical_plough.json +383a36c7aebf2351de9b1f2d41552c743840bc0d assets/create/blockstates/mechanical_press.json +ed641766febe7fb28ea284609f1c76ee923faecb assets/create/blockstates/mechanical_pump.json +e10b013ce15bbd4936c791ffb77c7fc3e106c013 assets/create/blockstates/mechanical_roller.json +852dde5b240a61c3dba99e7d69a2a9499e7fc5c2 assets/create/blockstates/mechanical_saw.json +884ea4362ec7ce45666a34da4ae21706a29dd1cc assets/create/blockstates/metal_bracket.json +2ccd64475bf5be5cd6e8e029277293e9f3a604cf assets/create/blockstates/metal_girder.json +2c1c3bb461ffb640fa241c69dc12d9cbdd266ffd assets/create/blockstates/metal_girder_encased_shaft.json +6e3247f54dfbfd4dccab046b2d4507ca41af87ba assets/create/blockstates/millstone.json +dc8dcde498e19cf11a81266ba422c21e298b8df5 assets/create/blockstates/minecart_anchor.json +ba9c3ecfacbd398048440d247decffeaefc714b5 assets/create/blockstates/mysterious_cuckoo_clock.json +6df63c68be95f7e8073d298559afd2e21fdf4311 assets/create/blockstates/netherite_backtank.json +8875635297883533de5fae78e24f7b08f5638c63 assets/create/blockstates/nixie_tube.json +2aaa022b8ee325faa3dfe6f560f04edffed2bfbf assets/create/blockstates/nozzle.json +22d97edd763e503b99ebe041eceee5f499c770f5 assets/create/blockstates/oak_window.json +7f2c5728e24d60ed2f7a095e3a954d7ca4e410e9 assets/create/blockstates/oak_window_pane.json +df91d0ca68934c1afd9858a8d1591dd4cb88df65 assets/create/blockstates/ochrum.json +09c9bee3d26edc4b87cb7a5042f125c439ee5956 assets/create/blockstates/ochrum_pillar.json +af4c2c4861d1410e1b7371a5bf3fe09ed3ab0077 assets/create/blockstates/orange_sail.json +aab812cecf7d10d4e7587f4dead8a98238a15f41 assets/create/blockstates/orange_seat.json +2bc30ed9907230271b4e2d0786f106f3e1e25029 assets/create/blockstates/orange_toolbox.json +2af63a4768f84fc93c7e7d67fa9a64438433e59f assets/create/blockstates/orange_valve_handle.json +515ed7dae09b052f289419ba09998a23e0d7083d assets/create/blockstates/ornate_iron_window.json +8118444f37536b9104ef4818d374b0c8a7c987bf assets/create/blockstates/ornate_iron_window_pane.json +97cd78453af94f44cef1187988966626574b29d5 assets/create/blockstates/oxidized_copper_shingles.json +2ddc762b8d8558e69a2f81c028702f3a25b5e978 assets/create/blockstates/oxidized_copper_shingle_slab.json +ac536ae742c12e97bfd0b2483c87ff29f3935eaf assets/create/blockstates/oxidized_copper_shingle_stairs.json +110a6c19bcc9f044e5e982ac6e4b295b03ec0145 assets/create/blockstates/oxidized_copper_tiles.json +3f3924f0f0e368edfa04f4fdd6d6c2319276ddfe assets/create/blockstates/oxidized_copper_tile_slab.json +5e634cfb9abb06d8b29f39d751fc56b28ea5a9cd assets/create/blockstates/oxidized_copper_tile_stairs.json +36742cc6ce052ead143366d31b11e828a525c1b8 assets/create/blockstates/peculiar_bell.json +53d102e706d53cb2c0dbc0bc11da828084a43519 assets/create/blockstates/pink_nixie_tube.json +213da5c04a33ae8ae7c0a4dec9844bbb6d670e33 assets/create/blockstates/pink_sail.json +8d5c80d5dc561240dfe8d7f212ffc33ac4e0fcd8 assets/create/blockstates/pink_seat.json +90bd26c7c6933f5ebbe17b0fe58f840e2924a0f5 assets/create/blockstates/pink_toolbox.json +9f698d0fe8cfd3c9b727ec00623e6d473d516d4a assets/create/blockstates/pink_valve_handle.json +73c2a6e6e2e0dad1bdcf2d8b089b28dd4c72c825 assets/create/blockstates/piston_extension_pole.json +7f51f7590e5a54ced28cefedff541bda5bdff6a7 assets/create/blockstates/placard.json +c5b4aa064acbbb5f1d245427f90a0b737289edd1 assets/create/blockstates/polished_cut_andesite.json +6237aaa0179a61104a5e7d697e8ddf09fb7af906 assets/create/blockstates/polished_cut_andesite_slab.json +fad77de1ddd217f19d535fdc22e911d43a0d66cd assets/create/blockstates/polished_cut_andesite_stairs.json +6642652c1a0808b1f7814ac540036a084b221a53 assets/create/blockstates/polished_cut_andesite_wall.json +a0c74a565e2f19046bde6fafa05bb16156792f2f assets/create/blockstates/polished_cut_asurine.json +7be86a88e53bd460cd1a141f98eb5ccafee182d3 assets/create/blockstates/polished_cut_asurine_slab.json +8539a9d1ce731ea6a4c81624c4a1d2cb01387ba1 assets/create/blockstates/polished_cut_asurine_stairs.json +c9519e06513914bb357b06ea92509c31857a1b77 assets/create/blockstates/polished_cut_asurine_wall.json +8fc1585fea0153f62d7886561f1a9b5a5988f0a0 assets/create/blockstates/polished_cut_calcite.json +7185bdca350da4b60f050fc34ac7a4e005812c98 assets/create/blockstates/polished_cut_calcite_slab.json +9a68b5b11fb3daceac8d6797aced2ac7cd462921 assets/create/blockstates/polished_cut_calcite_stairs.json +34d80ba1277456fa631e193b33c7d91ffe4e46de assets/create/blockstates/polished_cut_calcite_wall.json +d4c0842c84a9dcd3efa95e17a14d3610c7c414b6 assets/create/blockstates/polished_cut_crimsite.json +5bafbbbafde7e857931f9a0a12933f0cc351c14d assets/create/blockstates/polished_cut_crimsite_slab.json +8522670b5ee6ddf51e1a2113b253155b6c7fb52c assets/create/blockstates/polished_cut_crimsite_stairs.json +dc1dd3d9cf5545178ede1cd85ca935f47d378f14 assets/create/blockstates/polished_cut_crimsite_wall.json +eccf5d912432cd73f64d523bfa6c7e2b28a6f2a2 assets/create/blockstates/polished_cut_deepslate.json +722e3b7c9fbdd9059a73a972f0ff0163f8fe5581 assets/create/blockstates/polished_cut_deepslate_slab.json +3a8114a2d37d2974d4fb20cbc85c600183ceb82d assets/create/blockstates/polished_cut_deepslate_stairs.json +38bc7e43ab9baa967a72e32b7f4558095a2d229c assets/create/blockstates/polished_cut_deepslate_wall.json +b5af822d4dccf671fc4de4cbbb88a93307bd04cb assets/create/blockstates/polished_cut_diorite.json +6c1ddabddad74e5e87894eefb16ec48287bf2b7b assets/create/blockstates/polished_cut_diorite_slab.json +98268e7de4c6ed6c461a85ea7354a928439db5a3 assets/create/blockstates/polished_cut_diorite_stairs.json +2f3acb4dfa2e8623e22445e2a314ca919d4ad9ba assets/create/blockstates/polished_cut_diorite_wall.json +5ef1f3e7975ae88f4372da41ad14dd9f58855c3d assets/create/blockstates/polished_cut_dripstone.json +4c926828672a5fe26360a31fdab21ef2228f2e77 assets/create/blockstates/polished_cut_dripstone_slab.json +93e68c5046faf6627fc38d649a1d3b9836d9309b assets/create/blockstates/polished_cut_dripstone_stairs.json +41a6f9963960baffa1365ea54c43233beb618397 assets/create/blockstates/polished_cut_dripstone_wall.json +02a6c4a79772d995da2ff7f12b8efdeb159f6847 assets/create/blockstates/polished_cut_granite.json +f8ae631cacbf4fd5aa3e6c8ca233b4ea28f310fc assets/create/blockstates/polished_cut_granite_slab.json +3dfdb08065ef18288891e75298df0be3308ebc69 assets/create/blockstates/polished_cut_granite_stairs.json +8561b98bfa38f88980289374a59303ea5dbef709 assets/create/blockstates/polished_cut_granite_wall.json +0fa262c70f813729b119bd6599ea37d2edb230c1 assets/create/blockstates/polished_cut_limestone.json +bc7786b6e9252b7a9ed4d440adf31a64f7253c06 assets/create/blockstates/polished_cut_limestone_slab.json +cc4d9d34690792a066ebb1d03b90a71b58cab8aa assets/create/blockstates/polished_cut_limestone_stairs.json +8e57227afb346a37f12d6639360657d180270d08 assets/create/blockstates/polished_cut_limestone_wall.json +56d10bcf39e02212dcb4b8c86e08b48a961a1f87 assets/create/blockstates/polished_cut_ochrum.json +4bf9a5d4dc98eb33d092d64a5a03d2a3e1c5739f assets/create/blockstates/polished_cut_ochrum_slab.json +23a5e57b70765dbf47df9c5fa1eb6afd6fe4f422 assets/create/blockstates/polished_cut_ochrum_stairs.json +4fafc0408ae9e46b14ddf9e8d5d8eede734f0ef1 assets/create/blockstates/polished_cut_ochrum_wall.json +1e0e501575232f9899653faefec48a33f94acb50 assets/create/blockstates/polished_cut_scorchia.json +3f6f2ce42d15f46c924e8cf1dd66db29c525956f assets/create/blockstates/polished_cut_scorchia_slab.json +6de9d0e9fd3b4f78e4576e4c12583bee06dbd373 assets/create/blockstates/polished_cut_scorchia_stairs.json +131e729752be02a65fd28afea409d7e6b874cfa8 assets/create/blockstates/polished_cut_scorchia_wall.json +bddd79ab8dee9fcbdd6d0ac85020c9de763d9c2c assets/create/blockstates/polished_cut_scoria.json +647fde8b0bb06e40c882712ea787bd2d81df081d assets/create/blockstates/polished_cut_scoria_slab.json +62dee08f19d66e54073176889c637ab40e1c3825 assets/create/blockstates/polished_cut_scoria_stairs.json +38a0103382679a829c673bef4d1d7c5c95ca7269 assets/create/blockstates/polished_cut_scoria_wall.json +c3302c99294ba701cd522b60a334992b67614cff assets/create/blockstates/polished_cut_tuff.json +56ae25865d219530bed066646d36da88ba4943f4 assets/create/blockstates/polished_cut_tuff_slab.json +1f7cb5e0f52d647ea1087b64ae6afd5bd3a5c732 assets/create/blockstates/polished_cut_tuff_stairs.json +054cc1565ac68207228c28d6441cbfc9fd0a54a4 assets/create/blockstates/polished_cut_tuff_wall.json +723cecea328b1d755fb2af5fa614094f49036309 assets/create/blockstates/polished_cut_veridium.json +864136dc0bd502db381852eef2535bbce15d572c assets/create/blockstates/polished_cut_veridium_slab.json +4015bfd4c8fa6ef906b3ac318406f0e35211262c assets/create/blockstates/polished_cut_veridium_stairs.json +93cec945f0c89170767cf5f48e15dd9439e4b23c assets/create/blockstates/polished_cut_veridium_wall.json +65dd096d343a3efdbe4dd795ef2f4559dcfd94f1 assets/create/blockstates/portable_fluid_interface.json +a87f617c1eed91b4e3487476374b7f66bbd06c41 assets/create/blockstates/portable_storage_interface.json +7e12b74591cb0a59c6f1875879b29537ab08f579 assets/create/blockstates/powered_latch.json +b1f5ad596067cb4c84eb53b2c7b359be76f1cfbe assets/create/blockstates/powered_shaft.json +7281bf33f8902be83eaabe8cc50e69df22e49394 assets/create/blockstates/powered_toggle_latch.json +df7af1e49c53ae99ac3f0b2fca5d948b8ea91938 assets/create/blockstates/pulley_magnet.json +89d763258c53aa12a1e0c0e586ab701f3de5a1b5 assets/create/blockstates/pulse_extender.json +81281435b8d1eeb4f1e318c6d14d49fa1fd86820 assets/create/blockstates/pulse_repeater.json +b658654aa97e8dd2c897f432a601835a3f8aca10 assets/create/blockstates/purple_nixie_tube.json +f8f9802df9c0b4e39edeefc3b1abb38255d79801 assets/create/blockstates/purple_sail.json +91b5ab66d7ec5235d278ee2bed6ddd88f39ce81d assets/create/blockstates/purple_seat.json +6aa467b3588359fdf5d7201f844193d5b70f20f7 assets/create/blockstates/purple_toolbox.json +6d02761efbb93349654514f67f5c0b7331e2823a assets/create/blockstates/purple_valve_handle.json +3aca01f2eddb22adb1b25735b98a990bfc7220d2 assets/create/blockstates/radial_chassis.json +72faac9777be540f95f8b662a833856e0e1b8f35 assets/create/blockstates/railway_casing.json +7ce346fa18702f6fe6e2a939efcfa26eda63fe38 assets/create/blockstates/raw_zinc_block.json +ec546afd3ec8036e4393b97d535f05a86f57dbc1 assets/create/blockstates/redstone_contact.json +ff205f032b36486753dddb1f2029ef8d53e9c86f assets/create/blockstates/redstone_link.json +e3fd62e466e3e6e7bd6fc8661f764ba972a466fc assets/create/blockstates/red_nixie_tube.json +4c36b562da58ef2af57009da7cf2426059249228 assets/create/blockstates/red_sail.json +145f4e9ffaeff9be180e6c4e4989f2cf44cf0686 assets/create/blockstates/red_seat.json +380f46b7cb72b13c0f16fd4a4287a1a33adeff41 assets/create/blockstates/red_toolbox.json +b689d87a27ed0cb2cab190a2ad2b599818bff56c assets/create/blockstates/red_valve_handle.json +87ab7ca62ecf24d60d7e5c61bd5af97714dad0ad assets/create/blockstates/refined_radiance_casing.json +3807bcc6ccc3dad0dbfcc8fcf260a361aa488659 assets/create/blockstates/rope.json +baa7da231c6c45d5eabaf04985d46e206a3346f8 assets/create/blockstates/rope_pulley.json +a8b42f047fe9099f81334e2e1082067de67549db assets/create/blockstates/rose_quartz_block.json +dd63fd8443a2be507281548df838d878b0c3c8c8 assets/create/blockstates/rose_quartz_lamp.json +dfe69ee57f832a2e4c576ee01bdde1617c81e46a assets/create/blockstates/rose_quartz_tiles.json +b9cbbc7c4e1d9abd312263a9a270315bd5f0106b assets/create/blockstates/rotation_speed_controller.json +5a25ecb95b7978cc487491cb24478e4d6a73e977 assets/create/blockstates/sail_frame.json +bff758cc56bece375b40c32067b903b675065328 assets/create/blockstates/schematicannon.json +505510656c77d93ecd3691e7111615193275f29e assets/create/blockstates/schematic_table.json +82c9ceb19cfc4e247fbb62a9605630ba08423efe assets/create/blockstates/scorchia.json +6fa99d5f1ff05153660f9917286d4b157eaa1b40 assets/create/blockstates/scorchia_pillar.json +8c34743564aa0473745ecec304a19e15e9e87cf2 assets/create/blockstates/scoria.json +e5aff9dc8fa5e98b060232974194afb06d497d09 assets/create/blockstates/scoria_pillar.json +9f94cca240761a9898334c7bef9849b9aff5e73e assets/create/blockstates/secondary_linear_chassis.json +3343224d6da4e75f0bc7a7634ba010a4ba54ad70 assets/create/blockstates/sequenced_gearshift.json +4c261d54117ee295b307f6ea3e56a09437631f73 assets/create/blockstates/shadow_steel_casing.json +4c67d2a1a1faea5be2a81ebc0722c32d8e2e84d6 assets/create/blockstates/shaft.json +c606f103619088e8a5afe969ba54929af480a3d2 assets/create/blockstates/small_andesite_bricks.json +c5469de5957d77fc11febaa658ee2bfb0d11b0bc assets/create/blockstates/small_andesite_brick_slab.json +ed0bcfd07959aa208085910bd3780756979c985d assets/create/blockstates/small_andesite_brick_stairs.json +78e30e63adedf1ca95261eb4010a1db45aecfe9e assets/create/blockstates/small_andesite_brick_wall.json +b9fedc13dc8cb53a8bb16ce2257ea65f0ac94a6b assets/create/blockstates/small_asurine_bricks.json +653fa70f0aa7fc319d50f72692d507ff7c59c0f4 assets/create/blockstates/small_asurine_brick_slab.json +e61a0b891729565434d6ab34aa3aeada7d189f9d assets/create/blockstates/small_asurine_brick_stairs.json +02556b916c198c683279eb4392ebaa31fb41e182 assets/create/blockstates/small_asurine_brick_wall.json +e986248237013eea755bccd300f745e44d0a183f assets/create/blockstates/small_bogey.json +031d9492dbcc5de77431e8f54b9b04db412b5690 assets/create/blockstates/small_calcite_bricks.json +898bca10ff6e5402c4b8b84e1b9ba9036b32b8bc assets/create/blockstates/small_calcite_brick_slab.json +ecc2276bdb2b24f54e31372bf207171a348e55d3 assets/create/blockstates/small_calcite_brick_stairs.json +d9dd243b5b754a487755b53609d404ac1b3fde99 assets/create/blockstates/small_calcite_brick_wall.json +3d4e0b54ffda83f7f6e08b6a745db81049d95f3b assets/create/blockstates/small_crimsite_bricks.json +4094bf00cad8dea2dd234866b482c07175802c4c assets/create/blockstates/small_crimsite_brick_slab.json +7f73a2505e2a3a98a7749fa98f4623aa2d216edd assets/create/blockstates/small_crimsite_brick_stairs.json +b477c7f1855c9eb2ef1bf672376e972678dc563f assets/create/blockstates/small_crimsite_brick_wall.json +17359d1b87399bb066cfc23002bcf0d8f71d8ccd assets/create/blockstates/small_deepslate_bricks.json +c67f32adc49f0b24b34f098a390a398813365260 assets/create/blockstates/small_deepslate_brick_slab.json +d05aed31d45ed12f8f117a9c64312b1abff8bd2f assets/create/blockstates/small_deepslate_brick_stairs.json +6952b02d8c5adf3d0d1a243221b637c50edaa287 assets/create/blockstates/small_deepslate_brick_wall.json +6c0ac59e09feb76afc078a88431442a2a6381c6c assets/create/blockstates/small_diorite_bricks.json +ee39994b434a17ec7497b271a6e0a006cf6311cb assets/create/blockstates/small_diorite_brick_slab.json +eb335cf0a857299b9cd0c4f60e00bc8e4ca7efe8 assets/create/blockstates/small_diorite_brick_stairs.json +b6f7c563c30483c749849899b96d4f0030b71df1 assets/create/blockstates/small_diorite_brick_wall.json +d51095bfb9d5758f8b3972a973fbe282569b0234 assets/create/blockstates/small_dripstone_bricks.json +3d8109d327099c65ca0fafcb5651051059cad1df assets/create/blockstates/small_dripstone_brick_slab.json +3931e24229db79115ffe2a9f3a069202b9b8dcab assets/create/blockstates/small_dripstone_brick_stairs.json +0d16cefcb8e619bc81ef65111d16d331db58d0aa assets/create/blockstates/small_dripstone_brick_wall.json +11dcaf8a6da96d178024b4c3ee76b9c373e5d082 assets/create/blockstates/small_granite_bricks.json +096b064f28fbe381e1b637d4668550851cbbb2c2 assets/create/blockstates/small_granite_brick_slab.json +e99cc3251937fbf9fc858623d5ea525ed5b79704 assets/create/blockstates/small_granite_brick_stairs.json +62f2b570ac6073c8a98369523095d2c18a353eed assets/create/blockstates/small_granite_brick_wall.json +346dbff9a84b988bd9c9af670b486b6af5e18179 assets/create/blockstates/small_limestone_bricks.json +d640eed81abaa013ed1c53d68a552f639168ae8b assets/create/blockstates/small_limestone_brick_slab.json +d470967200aa6ca618421cf375140b352c45cc90 assets/create/blockstates/small_limestone_brick_stairs.json +8d4a1eff66a3f45d595ff8371c0d1ebaa0ba1773 assets/create/blockstates/small_limestone_brick_wall.json +1464b01d4c8bd9ec56460c1250fd4bb07e936e22 assets/create/blockstates/small_ochrum_bricks.json +ddee92141e00898e8d70145cf00c0d64f56b4f48 assets/create/blockstates/small_ochrum_brick_slab.json +bad9a5820c64c125494c0eba4f6c7ebebe93341c assets/create/blockstates/small_ochrum_brick_stairs.json +ed899a18522adc70ae46185c308904c8de5b5834 assets/create/blockstates/small_ochrum_brick_wall.json +c520e9ba54ff6dfb96f7863bb093cdf15cc95ce4 assets/create/blockstates/small_rose_quartz_tiles.json +371ff795eb4e7cb1220d307abf8cb003f455cbec assets/create/blockstates/small_scorchia_bricks.json +384a1331b92b7beba988f729bb7cda42abec0172 assets/create/blockstates/small_scorchia_brick_slab.json +046a84030a23f5a40f4deac13f2e60ced436cadf assets/create/blockstates/small_scorchia_brick_stairs.json +58bc6e3bb10ed72b8cb5813a88cab300d1183b7d assets/create/blockstates/small_scorchia_brick_wall.json +0aa51dbfda8349b878e2f6c9bb3314fcfc1a9c39 assets/create/blockstates/small_scoria_bricks.json +5b227400e588abae33c1682196f098adc8006d13 assets/create/blockstates/small_scoria_brick_slab.json +51420bb12b757d3888fd1ceb5c21d83b42bd2266 assets/create/blockstates/small_scoria_brick_stairs.json +36e9bd161fa4ffe18f07153b2945cfeae55e7c0b assets/create/blockstates/small_scoria_brick_wall.json +c1f9f986dd0bfdbdee210c6c7d71981b251c27db assets/create/blockstates/small_tuff_bricks.json +8d1af444031291fe58d850ae344aaf7e97b8bd87 assets/create/blockstates/small_tuff_brick_slab.json +26879e6cadf0035c3eed4b54b3a1fdc0c080a485 assets/create/blockstates/small_tuff_brick_stairs.json +5d58ca7b81ae537454c3cdbb5fc8aacca83cff3f assets/create/blockstates/small_tuff_brick_wall.json +ad79aa8ff306695f65386fdeb44c5285547934b6 assets/create/blockstates/small_veridium_bricks.json +6226471fdcadbbf0e02704bb0e7de607e99302a8 assets/create/blockstates/small_veridium_brick_slab.json +b54200ebe65c4ad2e5661c81ba5bf939039277ca assets/create/blockstates/small_veridium_brick_stairs.json +0237d58443ca9dc2a9186c2387dd6633702a7598 assets/create/blockstates/small_veridium_brick_wall.json +4d987859e5f5a930c20e955919304088fb6fc6d1 assets/create/blockstates/smart_chute.json +57fc35b2e0ae9ab16c011abd95f507910c70a234 assets/create/blockstates/smart_fluid_pipe.json +a70c025de5d85180f371ff05bbdc531d8bdfaab1 assets/create/blockstates/speedometer.json +e118ee8a8be4ef171215733b7e9fcfedd64a548a assets/create/blockstates/spout.json +50c775e32c0d7ea3f5199323875f6437afe85b61 assets/create/blockstates/spruce_window.json +3c5e1e9474943200e572cf3556cdc6953369a580 assets/create/blockstates/spruce_window_pane.json +9fdb8e076be1b511a769755582657fbb8cdc723a assets/create/blockstates/steam_engine.json +a60c9c8241e40c2e28f5760c0ca6e80cfe9d59f3 assets/create/blockstates/steam_whistle.json +636ec6c7e1ef3b737edc716200f138bc63681d78 assets/create/blockstates/steam_whistle_extension.json +8865500bcd2e4d467e74edb3509850fa92a5809f assets/create/blockstates/sticker.json +bed0534e618105184bc877b104230403ca85bb58 assets/create/blockstates/sticky_mechanical_piston.json +bab242ab794e6d439645c2d5a0242ae7c81942ff assets/create/blockstates/stockpile_switch.json +a70c025de5d85180f371ff05bbdc531d8bdfaab1 assets/create/blockstates/stressometer.json +8086f80c532fad42b37fcdc590b890ed7e8c3fe9 assets/create/blockstates/tiled_glass.json +1143ab7223c655764a81ed72ac385ea179664072 assets/create/blockstates/tiled_glass_pane.json +4ece6f758ff42664c144a23572032578b68bc320 assets/create/blockstates/track.json +0423e02613735b9b6372580c407430483dbaca92 assets/create/blockstates/track_observer.json +87bc9a64852029e4c2c12d135ff2df7a6515dadb assets/create/blockstates/track_signal.json +0a2ef17ddcff1d59f927884cb2fcc3c07b62e6e2 assets/create/blockstates/track_station.json +0adb7caefd90860e1241c1738292f8e4b09eb239 assets/create/blockstates/train_door.json +635468424f86e159628fb6f8f8e4e81f87486055 assets/create/blockstates/train_trapdoor.json +01e40ddbc83d714b543e319963ddc6b27514bccb assets/create/blockstates/tuff_pillar.json +bfb2b7eabba2e7aef4d783328c8a5a1558e7e493 assets/create/blockstates/turntable.json +92992bc0bb08c67e32a48957a984e22551a70abd assets/create/blockstates/veridium.json +09ffd28ac9044c7c6597f9bdb75f2bd66e0f591d assets/create/blockstates/veridium_pillar.json +673ca844beebe630ab847fb4d6bf0d3b9a183ba6 assets/create/blockstates/vertical_framed_glass.json +52aa6d08d9b950c2194bf126640f684342d3b0b5 assets/create/blockstates/vertical_framed_glass_pane.json +04b90c8216a1ab87eb2158313796fa687f8c619a assets/create/blockstates/warped_window.json +116d0a8fb72bcc00bd511db7893ea3e96efda297 assets/create/blockstates/warped_window_pane.json +fa3d300520e3bedb926696d9980cbeeb54cfdc68 assets/create/blockstates/water_wheel.json +3dff9e1ec59415779195d2abfa9f07bc17b428a1 assets/create/blockstates/water_wheel_structure.json +2ae175c489b86b78b4646306250ca2dba66b0a5e assets/create/blockstates/waxed_copper_shingles.json +85ed36dcb0a3542e0638601116360202a9670d53 assets/create/blockstates/waxed_copper_shingle_slab.json +aaf49f1b6785e2195c5dc2e8792c99c960745f89 assets/create/blockstates/waxed_copper_shingle_stairs.json +835bfe0d2137ad60e5f8322fa4449d5c7a02187f assets/create/blockstates/waxed_copper_tiles.json +b52eda74c9000507a4f34e10fbd1a7846b66c16d assets/create/blockstates/waxed_copper_tile_slab.json +5428969f6f27213d0ec5140d911b3844b5332006 assets/create/blockstates/waxed_copper_tile_stairs.json +306b9cd1efe3abd1fcca11bc464560837fb8fdfa assets/create/blockstates/waxed_exposed_copper_shingles.json +bc8f3bb75bdb094c8372d61a68927270d3347437 assets/create/blockstates/waxed_exposed_copper_shingle_slab.json +32382e5f524b50393080fdbd2415a98ddb700c9c assets/create/blockstates/waxed_exposed_copper_shingle_stairs.json +ae92a9051f1603e7ad4f93cb668706ccffc7a85b assets/create/blockstates/waxed_exposed_copper_tiles.json +ca37c3e54d5c78a77fcb4a4aca004a34e271f246 assets/create/blockstates/waxed_exposed_copper_tile_slab.json +a864f82ccd6b3e0fa181c800da886ebd3239fb82 assets/create/blockstates/waxed_exposed_copper_tile_stairs.json +729ca65a140b3d7571a2072f7406cc5f4a2e27c5 assets/create/blockstates/waxed_oxidized_copper_shingles.json +ef99e849f9dd6ad53ddf04625c81750f11eaae1c assets/create/blockstates/waxed_oxidized_copper_shingle_slab.json +9386068220f9bb5d2f6d3cc408dc4f78f26b4eeb assets/create/blockstates/waxed_oxidized_copper_shingle_stairs.json +17acf3486e92aabc3efbe99fa1e5d7d664e6ec97 assets/create/blockstates/waxed_oxidized_copper_tiles.json +fe79f7eab017d714c0331664a3a2b5579104194e assets/create/blockstates/waxed_oxidized_copper_tile_slab.json +10bbe77a0334b5578b1ec40b398a45cf7d2bb534 assets/create/blockstates/waxed_oxidized_copper_tile_stairs.json +079acbfd6a9375899687b581f95bbe74940afce2 assets/create/blockstates/waxed_weathered_copper_shingles.json +73572bbe16957e63853ee425d8f34d98e14e4a10 assets/create/blockstates/waxed_weathered_copper_shingle_slab.json +ab05925d5bb70e53fec9c149982304f31acd2b1a assets/create/blockstates/waxed_weathered_copper_shingle_stairs.json +202b0f2e6fca9eab949f47eaa1f4ddee249a633a assets/create/blockstates/waxed_weathered_copper_tiles.json +fc1b53d3b2b1f0977069abec3c376f3f5c4cd7c8 assets/create/blockstates/waxed_weathered_copper_tile_slab.json +6cd93476a45c3b77f5eda66f68425bae486cfba8 assets/create/blockstates/waxed_weathered_copper_tile_stairs.json +c11562afd9a5f85945e521dcea5f911d1b6d13c6 assets/create/blockstates/weathered_copper_shingles.json +5a5a1e95988edb7a2b6dc6c6ba5677c2d896a5ae assets/create/blockstates/weathered_copper_shingle_slab.json +07019fc8890cb5e966a42ca636a0ab9cf71cc881 assets/create/blockstates/weathered_copper_shingle_stairs.json +236e072d9056c0dbffdf5d7d973a85a56c2c8de1 assets/create/blockstates/weathered_copper_tiles.json +fee668eb9a45dca0d287fee5811219d69f9ec3e2 assets/create/blockstates/weathered_copper_tile_slab.json +da110f382368257e15431c77164aef82e014e3f8 assets/create/blockstates/weathered_copper_tile_stairs.json +25ce64b7af5d244f194da91ccf964a9bf5762327 assets/create/blockstates/weighted_ejector.json +2974b34a8cfb0d4e8e010f8bd085584ea631d541 assets/create/blockstates/white_nixie_tube.json +f079469d186087d23f0d91b384040f777b0088b1 assets/create/blockstates/white_sail.json +317a6463db64b66d215d25b65ab52fe7f26ba9f8 assets/create/blockstates/white_seat.json +6cb8c82a429b54d6a87d02eec5cfd1fcd5365f1e assets/create/blockstates/white_toolbox.json +c0bfe8416173868f9916c4a54dd9f983887c5bac assets/create/blockstates/white_valve_handle.json +ec2720e3f1bc84304d0c81cd23ff1e155b0c2f2c assets/create/blockstates/windmill_bearing.json +d688e80dfbd5b17970814887c3698fc721981caa assets/create/blockstates/wooden_bracket.json +157942a838aa02909fb2238ad9ce77edc82f6142 assets/create/blockstates/yellow_nixie_tube.json +68b6e267e93b96dbc0596ea4a1cd26636aa0e04a assets/create/blockstates/yellow_sail.json +4face2dd50a30bda0b21742319e701e666d51f8c assets/create/blockstates/yellow_seat.json +b0d8f08968763a5f74e5cd5644377a76a9f39753 assets/create/blockstates/yellow_toolbox.json +fe8c497aacc641c2f01cec90bba9f19e59cc2ed2 assets/create/blockstates/yellow_valve_handle.json +e819e93fdcbe9fd9c050a052d2718ff3b3539365 assets/create/blockstates/zinc_block.json +64121dcb216381c83b4fe28aa361ea07c24c9ad0 assets/create/blockstates/zinc_ore.json +6c3df97e22df92ea8bd338b564f7e311345d0277 assets/create/lang/en_ud.json +f55c05ea74b1450d97d95384b899aea28d7e270f assets/create/lang/en_us.json +a97e1060e00ae701a02e39cd4ef8054cf345fac4 assets/create/models/block/acacia_window.json +103e032c0b1a0a6a27c67da8c91179a564bd281c assets/create/models/block/acacia_window_pane_noside.json +fb00b627abda76ad4fea867ca57dbfadd24fffa3 assets/create/models/block/acacia_window_pane_noside_alt.json +b42003cb62b4c8f744bb8a9f1c4c57db0deaa68f assets/create/models/block/acacia_window_pane_post.json +61231ff951b3e095613714b0a85a0312564ad1d8 assets/create/models/block/acacia_window_pane_side.json +0ae11e8e2cfdb071f830540b37ffbf92e626d470 assets/create/models/block/acacia_window_pane_side_alt.json +f761bd17f9599050c988e5d682432ed8fe4ce2e2 assets/create/models/block/adjustable_chain_gearshift_end_horizontal.json +14962b0ccf4b30161debadc4083f7365005730ce assets/create/models/block/adjustable_chain_gearshift_end_horizontal_powered.json +b3395dc098640a77ff226f9c6a5c518a4d2919ff assets/create/models/block/adjustable_chain_gearshift_end_vertical.json +36f1c438e6f8f52b908b805dd9dfc40833105f96 assets/create/models/block/adjustable_chain_gearshift_end_vertical_powered.json +60bed6686367ea2baa8db38731cb20bc6960f7c6 assets/create/models/block/adjustable_chain_gearshift_middle_horizontal.json +335808e4dc9c133a4ab03ac8cdd9fa6b232561c7 assets/create/models/block/adjustable_chain_gearshift_middle_horizontal_powered.json +09ee126f785152c4e60d9077aff93647a563b6cc assets/create/models/block/adjustable_chain_gearshift_middle_vertical.json +7aa37fa87c81ae4704871710fe9ce90c70194ed4 assets/create/models/block/adjustable_chain_gearshift_middle_vertical_powered.json +b6ff6e0f4e70bd194ffb28d489587ad0c7549e9d assets/create/models/block/adjustable_chain_gearshift_single.json +998e44d53c59dd176945b936c9c0dbf733bd66c4 assets/create/models/block/adjustable_chain_gearshift_single_powered.json +2b7c4bcc18f4535e73819315a8e776b73fa15bf6 assets/create/models/block/andesite_alloy_block.json +8771ee925d11cbd29cd876621235301f19360ea0 assets/create/models/block/andesite_belt_funnel_extended_powered.json +c1fe0201ed3856ae1ae0d9695f1561a0f443aa8e assets/create/models/block/andesite_belt_funnel_extended_unpowered.json +d4ffa3f167dfa03728ed760db7b72480ac78da71 assets/create/models/block/andesite_belt_funnel_pulling_powered.json +54e60c81510d842c7086441bfff246687504b574 assets/create/models/block/andesite_belt_funnel_pulling_unpowered.json +1779a6141817e462efccf64e7194bb72e7cc2e36 assets/create/models/block/andesite_belt_funnel_pushing_powered.json +6cf7d3d9d8e6a9e92fc4622ca6aaf2e2accdd65f assets/create/models/block/andesite_belt_funnel_pushing_unpowered.json +56ab231c317040a02bf8588096c414c043062e0d assets/create/models/block/andesite_belt_funnel_retracted_powered.json +593b75f5d1ef34fd479e87228cd9b84404966d6e assets/create/models/block/andesite_belt_funnel_retracted_unpowered.json +10421a5e00c36da999661dcd1f6127ab1eced4bf assets/create/models/block/andesite_cap.json +788028ad9b297a806389a479a6a4b2912f012faf assets/create/models/block/andesite_cap_alt.json +b69b845d2a5f93ec3c2339fd5d38fa8e1360a3ee assets/create/models/block/andesite_casing.json +7f3e4636d521a67eb621d5d27d6b175d455179f8 assets/create/models/block/andesite_encased_cogwheel.json +5a5a3aac31c44030880774b96cfecc40568abe75 assets/create/models/block/andesite_encased_cogwheel_bottom.json +82ce3bec0d6b5332b4f5007245ca2cdd8e28b9c9 assets/create/models/block/andesite_encased_cogwheel_top.json +81aeb37ffeb6540cf7af0c28165dcc39d69f6578 assets/create/models/block/andesite_encased_cogwheel_top_bottom.json +869f5648e722de9f61d85d7248f737969403df23 assets/create/models/block/andesite_encased_large_cogwheel.json +79df86bc27f8ddf964bc16b2a3c95d15076c7766 assets/create/models/block/andesite_encased_large_cogwheel_bottom.json +827e21caf325dd7c503ba59c8c1be66e49d290ef assets/create/models/block/andesite_encased_large_cogwheel_top.json +a56b436a83a59511b1e9f0a86551f01281a9e268 assets/create/models/block/andesite_encased_large_cogwheel_top_bottom.json +739054687d9cdb15ee9e42195d1789230ffc1514 assets/create/models/block/andesite_funnel_horizontal_pull_powered.json +d002aa323299d1079c4707fabfc518dc0d7255fd assets/create/models/block/andesite_funnel_horizontal_pull_unpowered.json +1d2feb144e9070fd46581c4ae46dc3469aa5f8a9 assets/create/models/block/andesite_funnel_horizontal_push_powered.json +49db82218c6b2734ef839651d17ead455f97a947 assets/create/models/block/andesite_funnel_horizontal_push_unpowered.json +647a2f025e790176fca3021b92cc6a79474c3237 assets/create/models/block/andesite_funnel_vertical_filterless_pull_powered.json +08f58a237d111d614e00b3523680362be688b439 assets/create/models/block/andesite_funnel_vertical_filterless_pull_unpowered.json +7f0c84aa3eaf452d30b71b9646199ca5dda2c3ac assets/create/models/block/andesite_funnel_vertical_filterless_push_powered.json +dcbf18e7c49d8058e6ad9309b2473ef3bc1d5519 assets/create/models/block/andesite_funnel_vertical_filterless_push_unpowered.json +b39661fd20e4b3f5ab2b20cbd51af4ca98e2410e assets/create/models/block/andesite_ladder.json +338ecc4d7d7c71fec17c8370a1313049d5179bb3 assets/create/models/block/andesite_pillar.json +46d6434572f5514e9af63c7234f581d6b2a873fb assets/create/models/block/andesite_pillar_horizontal.json +8d0bb2c6a6f47f8065294bbb371c67370efd913e assets/create/models/block/andesite_post.json +e9b21e62529f23db3a97b908082e74500287bf06 assets/create/models/block/andesite_post_ends.json +167d94c692f94f49c2f33d59008b0d10c435c570 assets/create/models/block/andesite_scaffolding.json +32551174974fde322de14af09afb160673c4ed23 assets/create/models/block/andesite_scaffolding_horizontal.json +cdb5eed76bf8b93ad24420aa443aa8ffd26e7b25 assets/create/models/block/andesite_side.json +27e3fe8b8d395baef08692b300dfb362a355e933 assets/create/models/block/andesite_side_alt.json +378df94de8cbce28cd3c2dc30fd3a30dfc451cdd assets/create/models/block/asurine_natural_0.json +d6eb7105dd9b42adde48bd70e3f2fba70751c1db assets/create/models/block/asurine_natural_1.json +6d77d2591579619aa1ebb7b2f0e2c939e1648e4a assets/create/models/block/asurine_natural_2.json +e80a3d387e8c40bf886735d46a119f9a93c6f5a8 assets/create/models/block/asurine_natural_3.json +1c3ddf07bdd9fc5fcf7c1f35c7a06846cc1add54 assets/create/models/block/asurine_pillar.json +403efa3dcd07e94c351594cc6c5b5becc15e6690 assets/create/models/block/asurine_pillar_horizontal.json +930e154155eaba67acb96109472b6d8c502907dc assets/create/models/block/birch_window.json +3ba397e70b642bdfa458dd3046b094ccf73b42e5 assets/create/models/block/birch_window_pane_noside.json +3ff792e09a83b47640083f4da20701e47e6a46bb assets/create/models/block/birch_window_pane_noside_alt.json +ee71b0992edc2496025c22806e8de3a3243882aa assets/create/models/block/birch_window_pane_post.json +3088aa5e46cf9caa912c80a4e7791904e64e9def assets/create/models/block/birch_window_pane_side.json +cb9d3a0dbac6a884d5ce0dc82085322f8c666707 assets/create/models/block/birch_window_pane_side_alt.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/black_nixie_tube.json +62c92a681b5a86a5415cc7a70263ffdc794cdd59 assets/create/models/block/black_sail.json +443ed49b053fdd7356cd56f0495e18f2570d57d9 assets/create/models/block/black_seat.json +f48989d377de8e5067e807adf7e38da781e37ed9 assets/create/models/block/black_toolbox.json +8715787d72c3ef47c5651abcd819539bad6a96f7 assets/create/models/block/black_valve_handle.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/blue_nixie_tube.json +ddc740084aa5f387bee062bd4141ad8fadb56355 assets/create/models/block/blue_sail.json +96431b1f3a531ce89f876c9286b81838aec9b6d3 assets/create/models/block/blue_seat.json +89932aab163b14a21fffd4fab4b8b88a94163089 assets/create/models/block/blue_toolbox.json +3e052466f0b8db75779945c0f1231af9611b723e assets/create/models/block/blue_valve_handle.json +159e2b37a0866c9dbcdd6554be8a207883098168 assets/create/models/block/bracket/cog/ground_metal.json +2bdf2c31ca892be1f48a46c3116c1318dc6223ac assets/create/models/block/bracket/cog/ground_wooden.json +63d404bf4912e3294acc69ad112ccbbd64eef1de assets/create/models/block/bracket/cog/wall_metal.json +f368079ed8a762a7240d1c66fff9ec70e17279dc assets/create/models/block/bracket/cog/wall_wooden.json +b4e36f40b5c18f9d6fcf546e0a4e42734d70a81b assets/create/models/block/bracket/pipe/ground_metal.json +809132ce64d91756cd8a2604481d90dc3327b8ec assets/create/models/block/bracket/pipe/ground_wooden.json +91893fe005e8d933c76673fbc9a4b375f61dca73 assets/create/models/block/bracket/pipe/wall_metal.json +ec42bfd9670c0981ede9cb89c3da199c8d927b0d assets/create/models/block/bracket/pipe/wall_wooden.json +b628e6d5cd66a84b7efb5bb7ab5c5a06ab9a81e6 assets/create/models/block/bracket/shaft/ground_metal.json +f766eee9623c2bfa62a35e5637fcdd2a3a54cfaa assets/create/models/block/bracket/shaft/ground_wooden.json +c841b4f04c0aaf388d279f2c0f3aed128cfbafc1 assets/create/models/block/bracket/shaft/wall_metal.json +7f39cb914b74a5643567da90160a43959eabee8f assets/create/models/block/bracket/shaft/wall_wooden.json +b3c0a6837fd8f1796ce953df4ab1ae0e7b9c16e8 assets/create/models/block/brass_belt_funnel_extended_powered.json +1c2fd7977aad00cb78579eef6d26931a35fc02a2 assets/create/models/block/brass_belt_funnel_extended_unpowered.json +5aaf26529f19e21563b2a0f6a810c583346dd356 assets/create/models/block/brass_belt_funnel_pulling_powered.json +baaaaf87b9b883ef028fbf42e4f8b1fe89f79acf assets/create/models/block/brass_belt_funnel_pulling_unpowered.json +274d99974b02a58b7ea620a1d884e315d414df4f assets/create/models/block/brass_belt_funnel_pushing_powered.json +8e01225fb52b7d5184c5d9f2d9649b97fdbb0ce8 assets/create/models/block/brass_belt_funnel_pushing_unpowered.json +052ce8de93d149988688f465efd7381d8e5aa942 assets/create/models/block/brass_belt_funnel_retracted_powered.json +59da0fcd09fda595825c34509aa97b64b539f424 assets/create/models/block/brass_belt_funnel_retracted_unpowered.json +4ef8482fd79248ebae907a60355cc630737a4b69 assets/create/models/block/brass_block.json +6c8a025fdeeae955fcdf3659cc349887aff78170 assets/create/models/block/brass_cap.json +68cc58f274ecd55b9c856ba853dc9a91c40e0394 assets/create/models/block/brass_cap_alt.json +d2c11a9d736b8cb17b7face08f00202ecb12b4df assets/create/models/block/brass_casing.json +bf9a54257daa3e2787c8dcd84d42b9eb72503b5b assets/create/models/block/brass_encased_cogwheel.json +ef13822bd18d37e7cf5d2c37e3fd3207cf2c58c1 assets/create/models/block/brass_encased_cogwheel_bottom.json +c2187c0544513e96b440432f373f60845398af8a assets/create/models/block/brass_encased_cogwheel_top.json +653f7f852234dc2a790f2465120b049aa57c2992 assets/create/models/block/brass_encased_cogwheel_top_bottom.json +5949ef5674dc05a8f3ed03ad35d331e91a67c3aa assets/create/models/block/brass_encased_large_cogwheel.json +48622b2819203c5314857aaddc0d93daa7af4af2 assets/create/models/block/brass_encased_large_cogwheel_bottom.json +36633bb570f5644af88df8cd47991a31c4d5e41a assets/create/models/block/brass_encased_large_cogwheel_top.json +b13b6dd2cf862082027ab4992fd472cadde5e2a3 assets/create/models/block/brass_encased_large_cogwheel_top_bottom.json +f2a6b17faef0cd7f5170e8367b38a8555fcc50a7 assets/create/models/block/brass_funnel_horizontal_pull_powered.json +077a144b01afb7b7c9e7ff07faa02cc07378228a assets/create/models/block/brass_funnel_horizontal_pull_unpowered.json +a54f6d0bc97ba10795581b323ede1cbc2e139f0d assets/create/models/block/brass_funnel_horizontal_push_powered.json +cf63ef853a4f1c4e83c95f7485b9ef7ce02fdf51 assets/create/models/block/brass_funnel_horizontal_push_unpowered.json +717937a1dcfb986e00daeed7f6b58acc9a550305 assets/create/models/block/brass_funnel_vertical_pull_powered.json +49587723182812317f2e5d99232816f20492c256 assets/create/models/block/brass_funnel_vertical_pull_unpowered.json +4b88543d2db333ccad092ac508b20f8c241e976a assets/create/models/block/brass_funnel_vertical_push_powered.json +48e734cd25a835993c6fba210d4ad1889c48aa41 assets/create/models/block/brass_funnel_vertical_push_unpowered.json +4e4ac84ae8d864cc8a7d8e2c4d002be7d5c08304 assets/create/models/block/brass_ladder.json +b48c875024f8463448af77ef399f6cbec00d7abf assets/create/models/block/brass_post.json +057c20fa1aaf270ad2dcfd064ec809bbb7175eed assets/create/models/block/brass_post_ends.json +0fe59cd0ec75eeb44115bb0e2127acde25be100a assets/create/models/block/brass_scaffolding.json +62d99236e09b11af9a24d3c667fb1167cf8db0b0 assets/create/models/block/brass_scaffolding_horizontal.json +74e5f5af0d762411ac9573691203ed11dd08331a assets/create/models/block/brass_side.json +a53836065b4f172a85cccd992d63a585cfbf72f6 assets/create/models/block/brass_side_alt.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/brown_nixie_tube.json +50a054d1e0660d16e86cf7a520b9bf36e38401b6 assets/create/models/block/brown_sail.json +0616de192825246e6036d1f69911170438a83b81 assets/create/models/block/brown_seat.json +4226a7c5f1bfb0a75457fb4dfd22448503110e5c assets/create/models/block/brown_toolbox.json +0e1fece0854ccea20df2f0abc865e4f44af54d1a assets/create/models/block/brown_valve_handle.json +40a224ce4ea989599f7bd66bd2437ac2b98247d8 assets/create/models/block/calcite_pillar.json +141fc72bb7296c6b5a13499622c0c7384179a7fa assets/create/models/block/calcite_pillar_horizontal.json +e9d61ba17fa2619af01ef604c3f65cbe9272f010 assets/create/models/block/chocolate.json +d8339ab47ffa828985c7da27c37794a95aba8b42 assets/create/models/block/clockwork_bearing.json +c8d874d0e198380bdf9b2cac527fc21c2bd9ca71 assets/create/models/block/copper_cap.json +121367f46e9995677e7f3799901d923f796d87d9 assets/create/models/block/copper_cap_alt.json +d8053f194ee9331288aadac94bc23fff5a63ae9c assets/create/models/block/copper_casing.json +2606721928394e80b24b5f0ff7011c1c552cfe7c assets/create/models/block/copper_ladder.json +3087145fe235e80bdead963ad72d4523d178cb85 assets/create/models/block/copper_post.json +4cb6a6960033bb92ad1e36de0e855586dd4feff0 assets/create/models/block/copper_post_ends.json +bac7566a726b0fe6d537c744aec4afb383dc165c assets/create/models/block/copper_scaffolding.json +dbee65c129740f3b99c07e754b3224d3f9f8c242 assets/create/models/block/copper_scaffolding_horizontal.json +32fdb85b5b62d5a0fb41732874c854788cdd2ba1 assets/create/models/block/copper_shingles.json +fb7fb6deebd502946ab57f1b8a9f4a6b5dd48da3 assets/create/models/block/copper_shingle_slab.json +660f61112b8e46dec5050cb0ed4ee936965a7c58 assets/create/models/block/copper_shingle_slab_top.json +5d74be967bbe9feba4b630751f13af817a733d1d assets/create/models/block/copper_shingle_stairs.json +35cb89f29ce3f8d8af13602c08ecd7afbb7cf56a assets/create/models/block/copper_shingle_stairs_inner.json +fcb9295f4f388e6d439ec9a3906ca326b6d69077 assets/create/models/block/copper_shingle_stairs_outer.json +ef6033affc2b813f49eb7ddd7165c63e9308a7e9 assets/create/models/block/copper_side.json +ad4b0dcbd8696d942b57d0c447fcf47fa9308375 assets/create/models/block/copper_side_alt.json +32f06f39d0b34e4431795aa6e64f87e58dc1597b assets/create/models/block/copper_tiles.json +298c6100de02ed9f813397d8ba38c46f35035c69 assets/create/models/block/copper_tile_slab.json +d4422c2d96fb329087d1be70d8b983a8cf6c7f01 assets/create/models/block/copper_tile_slab_top.json +fca72048f916d3a3e567b385c948cc1b59711ef4 assets/create/models/block/copper_tile_stairs.json +997479b62ed3d81ab633279ecc2fabd9588a3bf3 assets/create/models/block/copper_tile_stairs_inner.json +d5c5bbfb9aaa282e11ad6e6309b1880b172ee653 assets/create/models/block/copper_tile_stairs_outer.json +fa2fa91e674eb4de440617049dae34064fd6fa39 assets/create/models/block/copper_valve_handle.json +52ae02c17509e483e35a1b6055296c3a663f85d7 assets/create/models/block/crate/creative/bottom.json +689989ecbd4d59d5836deb8adf7af1d473a377c0 assets/create/models/block/crate/creative/left.json +76dbf337d724164260e5ced19a8068bfec93c6a0 assets/create/models/block/crate/creative/right.json +c33d5810378e169bb8a86d08026ecde5fc41360a assets/create/models/block/crate/creative/single.json +82c4d25ee5c856303771c600403f365498f1ff79 assets/create/models/block/crate/creative/top.json +8baba3f0b94ff4f144b5509e8c8ee4e1a9dfaade assets/create/models/block/creative_bottom.json +7e8c982255fa390670b321d43dd661b5e582f578 assets/create/models/block/creative_bottom_window.json +5c9f883b39f844c10e9ef8695fee6525e1ae61d3 assets/create/models/block/creative_bottom_window_ne.json +bbecbd80fd08ebd92b9a9bb59ff4c0066f303e22 assets/create/models/block/creative_bottom_window_nw.json +75f823f66ba679346e240d669b65038013ecb079 assets/create/models/block/creative_bottom_window_se.json +7643c5f8b4348a0f2905f7468631de9fa426ec1a assets/create/models/block/creative_bottom_window_sw.json +4a823751f1e7e4d00267d65caeb2d49cf00b297b assets/create/models/block/creative_middle.json +91e6be60eb5def8f8ebf5c2c67a1167f6094780c assets/create/models/block/creative_middle_window.json +034f3da6f168815241e6c475723b0b365dda9ee9 assets/create/models/block/creative_middle_window_ne.json +122a8d6f56e8ef77467f2c6b154d90ca06f3b9cf assets/create/models/block/creative_middle_window_nw.json +c06d6f3e2706bd2ce04d99213ce70b91b22350ba assets/create/models/block/creative_middle_window_se.json +a0f6067903560b44ce64db9b9feb3ca8cb546756 assets/create/models/block/creative_middle_window_sw.json +283429b95655749315bc61eeb44eb9d1d101480c assets/create/models/block/creative_single.json +2b377b8219c40b48a3aad0764b842470ea0fecc0 assets/create/models/block/creative_single_window.json +677530be23b2d86d0c3e5cd99e4b3b300f977948 assets/create/models/block/creative_single_window_ne.json +cd1450b5512240a5771ae72a978d37995529f33d assets/create/models/block/creative_single_window_nw.json +bedffd9e30f340c6644e9216ab685d997dd0d2d1 assets/create/models/block/creative_single_window_se.json +1b7066b362ca4ea12b02517863ca5a7a8199575b assets/create/models/block/creative_single_window_sw.json +6e809e997c40876b1f2183e7fafd7eb5a30ab048 assets/create/models/block/creative_top.json +097574fee5e508ded5406506b9d43657094c82f5 assets/create/models/block/creative_top_window.json +606f523a14cc7ec196a0fc1d85d21c44516d0a1a assets/create/models/block/creative_top_window_ne.json +53accbd8241624398b0cca14bbd3261733e3a673 assets/create/models/block/creative_top_window_nw.json +8c8facc1969c416d7a297334f982b8ef123d7563 assets/create/models/block/creative_top_window_se.json +93ca6f95a8613e155e38f8f3c534ca054d037f9d assets/create/models/block/creative_top_window_sw.json +0cf06ef8844933b64f6cb90b490b2bb098f42f3a assets/create/models/block/crimsite_natural_0.json +612778c4a390c3fc9de7ef40713375dc7be85270 assets/create/models/block/crimsite_natural_1.json +deee56804ca8b6ca8fb5c217bca064f7a13f63d1 assets/create/models/block/crimsite_natural_2.json +c4ce898117c64ad3ae05a109edc6357c3a2b2fe3 assets/create/models/block/crimsite_natural_3.json +2679b3d1594a600afc02c914f2b00cfb900b90e9 assets/create/models/block/crimsite_pillar.json +9234f132f7c179bbf23bbc74f4fddb82d8a2074b assets/create/models/block/crimsite_pillar_horizontal.json +e5bf0e7cf732ac1cba943d5d297b2167f5523db4 assets/create/models/block/crimson_window.json +4b6b2c6282ef28863707086f59a98c20db86f5dd assets/create/models/block/crimson_window_pane_noside.json +b3f403f77e3b1b44c56450e387136bca12a84a99 assets/create/models/block/crimson_window_pane_noside_alt.json +9e847f017cfff4c2c60359590d018470cfe66e18 assets/create/models/block/crimson_window_pane_post.json +117d14a1f25cc8ac633bb4cc8a81830a1c016096 assets/create/models/block/crimson_window_pane_side.json +ee13522aadfca40f856499d5c29bd86d8f4dda57 assets/create/models/block/crimson_window_pane_side_alt.json +40042ce15d51445ec71b73da34477fa735f3fdd4 assets/create/models/block/cut_andesite.json +5be7d431ac56e2ceb9e3d95589d687f757d5257c assets/create/models/block/cut_andesite_bricks.json +c78e2acf9b54d7370f12e34dcca5c71743f47d55 assets/create/models/block/cut_andesite_bricks_wall_post.json +88e3c8eadf97f772fbafe3b71c8dd27c91c0c0e3 assets/create/models/block/cut_andesite_bricks_wall_side.json +bc264e09c506418b01c6032dcab8ca28080cb70b assets/create/models/block/cut_andesite_bricks_wall_side_tall.json +fcbe246aca067dcfeef7afb4e6068b8932da8792 assets/create/models/block/cut_andesite_brick_slab.json +e384a98b54ed7317b6ad0e86cf87500491eea824 assets/create/models/block/cut_andesite_brick_slab_top.json +91699e60e29e7524271a2f87200951ee8bfeb8ef assets/create/models/block/cut_andesite_brick_stairs.json +e314e0837aed319cdf34a1aaa60f0be6ca169636 assets/create/models/block/cut_andesite_brick_stairs_inner.json +aba679c4c6a8d5afc2924d2c9c84af5a2208fde3 assets/create/models/block/cut_andesite_brick_stairs_outer.json +8c17ba39e50a440497af089f5fd85649f05bdf8c assets/create/models/block/cut_andesite_slab.json +b95ab966cf8c177c799e228759d0cd28c1cfa71f assets/create/models/block/cut_andesite_slab_top.json +81a407a5ff4393b66f784ba4ceee971c3c62de7f assets/create/models/block/cut_andesite_stairs.json +f06abcb3ce691fd30db81b40ea0430462fc972cf assets/create/models/block/cut_andesite_stairs_inner.json +84dd3522b4f68627eb50f21a6ed92616d1e49907 assets/create/models/block/cut_andesite_stairs_outer.json +57d7c709bc639f10f685e2100a980ee41a3e3599 assets/create/models/block/cut_andesite_wall_post.json +81cef9548137aaff5b6e77d417f387796f2608b2 assets/create/models/block/cut_andesite_wall_side.json +dbb99ac37333ee12b7d3859207409aa2599f28eb assets/create/models/block/cut_andesite_wall_side_tall.json +a48f77e90c1d02d5b4e6540db723f748118788e9 assets/create/models/block/cut_asurine.json +3b0b7bd63870ac19b9444ce9add9930ec9120821 assets/create/models/block/cut_asurine_bricks.json +89142424e1d702a0f2bc27829304520e48ee1eb3 assets/create/models/block/cut_asurine_bricks_wall_post.json +1f1fcf92e91b1f0d15ba389d6d25e1fba3ad8e5b assets/create/models/block/cut_asurine_bricks_wall_side.json +858d15aff53fe938304bafb52ef32e54e3d44a44 assets/create/models/block/cut_asurine_bricks_wall_side_tall.json +4107317f71d07fb1c113e056c832e963f57b41d7 assets/create/models/block/cut_asurine_brick_slab.json +fba2e8dc513184eaa9c4449471b32f206dfe425a assets/create/models/block/cut_asurine_brick_slab_top.json +72bb7b2df330f8d5981f4c12b23429d8d874362d assets/create/models/block/cut_asurine_brick_stairs.json +e753ba3830c51539565abbd9b49df9a34f97f2ff assets/create/models/block/cut_asurine_brick_stairs_inner.json +ec9182d14517ffc71749e3e016e6546db79e6800 assets/create/models/block/cut_asurine_brick_stairs_outer.json +b4512f7cef7cef0bc5f85cb955c2dec6de2cbb56 assets/create/models/block/cut_asurine_slab.json +7c1befdd97b1556e9658e968e705c9edbf1ed667 assets/create/models/block/cut_asurine_slab_top.json +d04b8a8cf9a50aa7e0b068ceb9a5a2970abc81a7 assets/create/models/block/cut_asurine_stairs.json +ee6cafd36919c335940c9e9258ce3ba149b4137f assets/create/models/block/cut_asurine_stairs_inner.json +baaad640ed0911e2a58b442f55da2006ebfcc168 assets/create/models/block/cut_asurine_stairs_outer.json +ac544a8f948119945aa21362ad26ed8b1c922b0d assets/create/models/block/cut_asurine_wall_post.json +a253210cba60f58e720598323bd0d9ed4c209b4d assets/create/models/block/cut_asurine_wall_side.json +c0c2cc13288771699a80c5c80e8e35d352cea684 assets/create/models/block/cut_asurine_wall_side_tall.json +a6b10dc7984d22cac7aa314d46ac0928a00e667b assets/create/models/block/cut_calcite.json +6230a499321b175fc441bb662e0655662b3597de assets/create/models/block/cut_calcite_bricks.json +be1462847e9001a062091162802fab2fe6737693 assets/create/models/block/cut_calcite_bricks_wall_post.json +6e6b34468a7a0786efe5f4ebd917a4640b4be6ae assets/create/models/block/cut_calcite_bricks_wall_side.json +8b10c0f4f17f3844cee6d514cc22ddc6cb056c8a assets/create/models/block/cut_calcite_bricks_wall_side_tall.json +f046be4f44936946bd3cc2ad5549d112b2e60d97 assets/create/models/block/cut_calcite_brick_slab.json +64953ca8a302ecab9311c617f69e5dcf8c138718 assets/create/models/block/cut_calcite_brick_slab_top.json +19e1b342d05d3cd69c410952dc22507c3c988c15 assets/create/models/block/cut_calcite_brick_stairs.json +18317b0a8bab345abd779f5d43f9620b73df0e67 assets/create/models/block/cut_calcite_brick_stairs_inner.json +0631d4e1bdaf724752f2e55401eb7a54af705b56 assets/create/models/block/cut_calcite_brick_stairs_outer.json +6b35e0f9e6a7e247bf38d8d6d911a2bcc53c2517 assets/create/models/block/cut_calcite_slab.json +0eec7692ee8e119c1258bdb7e852204771c2232d assets/create/models/block/cut_calcite_slab_top.json +d07ebf8982e4947852da8b2b0052f6b6000d334f assets/create/models/block/cut_calcite_stairs.json +e8b7b983168ad9f4f4fa1642ca20ff56621935db assets/create/models/block/cut_calcite_stairs_inner.json +84fa8230ce53c09252af6160175056820491060e assets/create/models/block/cut_calcite_stairs_outer.json +4f0c68b306e786208f07e6dd5c3a7ff210386cec assets/create/models/block/cut_calcite_wall_post.json +421e128177bb4dd51391e360f11ba83c5d891cd1 assets/create/models/block/cut_calcite_wall_side.json +5add4bde51bbdd7c229b05f4fabd8a769414fb79 assets/create/models/block/cut_calcite_wall_side_tall.json +2e93da554ea72b90a576bbc9230aea373d3aed0f assets/create/models/block/cut_crimsite.json +39d1a3cdd978c761bc0d67baaba82d11953fc2a0 assets/create/models/block/cut_crimsite_bricks.json +8614cb38c52447fea5245fcf295a951a977071c0 assets/create/models/block/cut_crimsite_bricks_wall_post.json +b0b16f4a2f6dd3f77ec4f65f05e9edb70a196316 assets/create/models/block/cut_crimsite_bricks_wall_side.json +ac41e5b092c6ed81d14004f9427b6151b88dc924 assets/create/models/block/cut_crimsite_bricks_wall_side_tall.json +c2474a10109d0476a46d2a509fc1cd37cd52822d assets/create/models/block/cut_crimsite_brick_slab.json +efeb149835a389409b7f94bc35765b0871ad7342 assets/create/models/block/cut_crimsite_brick_slab_top.json +e5096a1bae43341bae5706f02cd6d564b5a82502 assets/create/models/block/cut_crimsite_brick_stairs.json +af3c0018e5e12bbe0f118bc0174b6ca513ae58ae assets/create/models/block/cut_crimsite_brick_stairs_inner.json +ed30baef426f2ccf158d87111c7b53f3600bc32a assets/create/models/block/cut_crimsite_brick_stairs_outer.json +a6cdd4b227210b7487b8431b8d76bbe490636b81 assets/create/models/block/cut_crimsite_slab.json +5c585dba4dbfa9ff0a22a84aa726260cffdeebeb assets/create/models/block/cut_crimsite_slab_top.json +91f60b4277ca48dabfb5d3eebb1ed64a2681a083 assets/create/models/block/cut_crimsite_stairs.json +e6b39a0b1dbab462479fc60fab2efc6a9ceb6a55 assets/create/models/block/cut_crimsite_stairs_inner.json +9f7b4533d184ed23f955f22f039eaf7972e725ab assets/create/models/block/cut_crimsite_stairs_outer.json +4ab57a6912cc3b1d541413e45d4f524205e0ff62 assets/create/models/block/cut_crimsite_wall_post.json +5b3783862e50fde6ffffc92068900afcc066002f assets/create/models/block/cut_crimsite_wall_side.json +b59fbbfe9c6738b1f93f03d59a747f5610164c34 assets/create/models/block/cut_crimsite_wall_side_tall.json +144ec3864fb0a7981e74d357200a96033c75a2d6 assets/create/models/block/cut_deepslate.json +0d599ae1b4e9309f2a7b3362e86061e2150ba3ec assets/create/models/block/cut_deepslate_bricks.json +601894e096edbcd3d96ce0160f06e17a4efca819 assets/create/models/block/cut_deepslate_bricks_wall_post.json +42db46cb5c9c02d684c86f3a518feb3348d83fa0 assets/create/models/block/cut_deepslate_bricks_wall_side.json +c046436d59c350c6beb6b395675513c12184ffe2 assets/create/models/block/cut_deepslate_bricks_wall_side_tall.json +af8c7c652e75bf904093bbafc1cf805f842a39c9 assets/create/models/block/cut_deepslate_brick_slab.json +2a01dd0244b07f28454c061a565d1028ca7e3066 assets/create/models/block/cut_deepslate_brick_slab_top.json +62d39eec3621204de82377e74936b9cd338e8004 assets/create/models/block/cut_deepslate_brick_stairs.json +5f90dfbb45b57bd894bf03fcc6c347cb525e3a73 assets/create/models/block/cut_deepslate_brick_stairs_inner.json +512d588c77bdf5a7232826e2f4ce4b3cb991d0ce assets/create/models/block/cut_deepslate_brick_stairs_outer.json +c79ae6e97e94d36f2586865ea63f3fab43f8ccbc assets/create/models/block/cut_deepslate_slab.json +5978b93805ccf0bdd953938b34a8dd0ffdcf5565 assets/create/models/block/cut_deepslate_slab_top.json +06a508b2395c3f738d2c5651f366792ee9b9c5ec assets/create/models/block/cut_deepslate_stairs.json +c2850e9f223c459ba53d575a1ef8231589c48c0b assets/create/models/block/cut_deepslate_stairs_inner.json +309a0503e101877f88e4f7ce50835dea1d5b8281 assets/create/models/block/cut_deepslate_stairs_outer.json +6a33bd49e312300b3d294525aa67a33144dd08ae assets/create/models/block/cut_deepslate_wall_post.json +e901746d3e50fe7d9b79d268f4d02251d5cf95f4 assets/create/models/block/cut_deepslate_wall_side.json +1ef794aab31a10bf150a0015cd46e5b5f3c70042 assets/create/models/block/cut_deepslate_wall_side_tall.json +4abb502ea3f6764797641f55a2c48f4858be1ba6 assets/create/models/block/cut_diorite.json +e97babf115a4f81f8555994aba435cf76bebf7a3 assets/create/models/block/cut_diorite_bricks.json +4f7cf44e4d6431587266a4fac78c0812e99d780c assets/create/models/block/cut_diorite_bricks_wall_post.json +1f96f9e190d8e28496ce2db5712f33e449215985 assets/create/models/block/cut_diorite_bricks_wall_side.json +45246192d9cd39837b426e425fc5082422642b65 assets/create/models/block/cut_diorite_bricks_wall_side_tall.json +ab61b1b94946f315006a29113f594c234d796bee assets/create/models/block/cut_diorite_brick_slab.json +73597772386c6bbd38907cbea8db816f174a9f8f assets/create/models/block/cut_diorite_brick_slab_top.json +c9fbd953ef0789a0e9a915d5f283fd09a76784d6 assets/create/models/block/cut_diorite_brick_stairs.json +5d721f1b3f4376a91707b56950a1f9635adbe603 assets/create/models/block/cut_diorite_brick_stairs_inner.json +9a446bf02732e1873fa96d7745fced0fa04d48d6 assets/create/models/block/cut_diorite_brick_stairs_outer.json +15195975e7e0ffb7010591b957a657f492e6d59d assets/create/models/block/cut_diorite_slab.json +01c320637843dc0d8b74b48b8d6946cd663d51f6 assets/create/models/block/cut_diorite_slab_top.json +7dcbfe4dc2ec62345da660ecc6ca44056fcd64e7 assets/create/models/block/cut_diorite_stairs.json +6293b2dcef46e4a751f6f1cfedf054c387f01829 assets/create/models/block/cut_diorite_stairs_inner.json +12e8187803ede1ced8e012c3058cba15f7b60e65 assets/create/models/block/cut_diorite_stairs_outer.json +8af947b2401550a198d368e0fbaa5751680698a2 assets/create/models/block/cut_diorite_wall_post.json +29075eaaba51ba158f030c2a9583ed5ba52379c8 assets/create/models/block/cut_diorite_wall_side.json +1fb50473359147c7147ea85bc1907e6015ce06bc assets/create/models/block/cut_diorite_wall_side_tall.json +59ee053a884bc9731b4d1b01ae22e0e2b5916cfb assets/create/models/block/cut_dripstone.json +6a4b26a117f58d0187b2cc0c5b117ef71d03d4e9 assets/create/models/block/cut_dripstone_bricks.json +0bb1fa8fb9698dae61096483a01b41bf829666b0 assets/create/models/block/cut_dripstone_bricks_wall_post.json +2019fdc38b401bac72e8344d118d85049ec3efb9 assets/create/models/block/cut_dripstone_bricks_wall_side.json +ebb790b2b6f47d40c92c9bba680e82cb8f054fa9 assets/create/models/block/cut_dripstone_bricks_wall_side_tall.json +84d714b29dcb7eb95a82de8d48491413e26d5fa8 assets/create/models/block/cut_dripstone_brick_slab.json +28b0b1a641d11f8ade57c444e4c1bfd9d617f66a assets/create/models/block/cut_dripstone_brick_slab_top.json +05900c156a6341c12b366790c7e8d15e59a873f0 assets/create/models/block/cut_dripstone_brick_stairs.json +35fb2c83dc89b96951c69253f7502f78c903a9b8 assets/create/models/block/cut_dripstone_brick_stairs_inner.json +f69244c1706c95aaadd32d45a24c91ce0848509f assets/create/models/block/cut_dripstone_brick_stairs_outer.json +9e42cf588f57de5166f2a2ccdae656743c8b9481 assets/create/models/block/cut_dripstone_slab.json +0da2f782d8ad8fecd81b98c72db182b817bf19eb assets/create/models/block/cut_dripstone_slab_top.json +b3c903a1edcd1786ea51a2ccdad5734a1d04ea98 assets/create/models/block/cut_dripstone_stairs.json +876bad854314c2feb35e24869edb579d47b2ea0b assets/create/models/block/cut_dripstone_stairs_inner.json +5d7bc7e01a0c3fea7826868f5cd84d541de574f2 assets/create/models/block/cut_dripstone_stairs_outer.json +6e93261638121887dafab8cf300ddad59da347df assets/create/models/block/cut_dripstone_wall_post.json +7fab5102d7fa4cd824b9393425639d05727b2ad2 assets/create/models/block/cut_dripstone_wall_side.json +c41514cda1c9f5d942d222cbc5f6e620e367afc6 assets/create/models/block/cut_dripstone_wall_side_tall.json +dff602c8d2fcd1ceca79f90ae15dbdfbd6cb157d assets/create/models/block/cut_granite.json +31c5299a42f82992e50f711e1e33549c373bd034 assets/create/models/block/cut_granite_bricks.json +ef5a851e57cc4b9c0e625176b1256441e1c17c66 assets/create/models/block/cut_granite_bricks_wall_post.json +815e8dc551c3e813b0b2af29df23a28860de0b53 assets/create/models/block/cut_granite_bricks_wall_side.json +ba241f9c82e27dd98ba6f4e4180922388ab5d1a3 assets/create/models/block/cut_granite_bricks_wall_side_tall.json +9e00dc8fcee23548c0cebda6eadbcfc559e4c20b assets/create/models/block/cut_granite_brick_slab.json +5ad061096451f74e773c3030f96d59424aa93314 assets/create/models/block/cut_granite_brick_slab_top.json +94f8ce607aae5c04ccf9e56f177f9d69203ae879 assets/create/models/block/cut_granite_brick_stairs.json +11d511844fec3bfd05cac8b788332f2decd53021 assets/create/models/block/cut_granite_brick_stairs_inner.json +418eb6a2b52e748a26c2d1914c6c1de94106589f assets/create/models/block/cut_granite_brick_stairs_outer.json +81be5e86cbdaec4945d3ccaf6d376f69c49f40d6 assets/create/models/block/cut_granite_slab.json +f72a14e7cf3dd7d93b4462a3bee49683353dfb57 assets/create/models/block/cut_granite_slab_top.json +33bf924f01aae3a7720475f4b32b3a637e69ee36 assets/create/models/block/cut_granite_stairs.json +ab238690eb19e1de6eaf1445d2a652aef1d06de3 assets/create/models/block/cut_granite_stairs_inner.json +fb4969e562ad2039d3bad2dc57a6845d3243d453 assets/create/models/block/cut_granite_stairs_outer.json +30324ac79ec11fc73a26e0d3865fc109ae5d4943 assets/create/models/block/cut_granite_wall_post.json +2972b40134bcb15950a0118306f0251ff5e377b7 assets/create/models/block/cut_granite_wall_side.json +abbe71fd17dbb5f176553db2f6edf2f1f7d8974a assets/create/models/block/cut_granite_wall_side_tall.json +019d3c4ffb39e328b5458aee44fee90e0ecbd829 assets/create/models/block/cut_limestone.json +7eae0f9766506f713933bde9f301d2f7f2bbef13 assets/create/models/block/cut_limestone_bricks.json +817e8cf8956af36c70e4b4e30b5d141086d006dd assets/create/models/block/cut_limestone_bricks_wall_post.json +1291cacff1b0980e58b5702a84c9b87ac5ef835d assets/create/models/block/cut_limestone_bricks_wall_side.json +6c9bc8803fe17ac623bde56f85683dd2ff13c33e assets/create/models/block/cut_limestone_bricks_wall_side_tall.json +c93f33ba39c62b10dfb94c6e1c339cd4fbebffae assets/create/models/block/cut_limestone_brick_slab.json +b12a340897ba98ed732a91dbd4129db7a7188e68 assets/create/models/block/cut_limestone_brick_slab_top.json +3e90b32d95ad1cf7b8a16dae3c16724510d41490 assets/create/models/block/cut_limestone_brick_stairs.json +b2e7311667d14b2aa8c00e207f69f76207226567 assets/create/models/block/cut_limestone_brick_stairs_inner.json +aac619ec1fb8aa56f1752ad3f354f9cb128771f8 assets/create/models/block/cut_limestone_brick_stairs_outer.json +adc21af1c07edaf0573cfd2c95ebe38e50f7282c assets/create/models/block/cut_limestone_slab.json +2d1ea8fc5c8ce5549c7f7888371b6612bf0f5301 assets/create/models/block/cut_limestone_slab_top.json +c1416808a2178996be75e0a9c1cd45849fcd6646 assets/create/models/block/cut_limestone_stairs.json +6f36b838efe3f48a2e664ff1e8e8bc741986694d assets/create/models/block/cut_limestone_stairs_inner.json +3c0c1ea220299d657a4476aaedcd5602b205ce9b assets/create/models/block/cut_limestone_stairs_outer.json +40e7eee6dce223ecef0d5bd28312557cd7a443f7 assets/create/models/block/cut_limestone_wall_post.json +2b5e65e662069a5c59e702224778dd407f5d11dd assets/create/models/block/cut_limestone_wall_side.json +052f130fef646242acccbbed2b510add21e18921 assets/create/models/block/cut_limestone_wall_side_tall.json +66cb6054821d45a60ae4d4d1d904dbef0b9f7c0f assets/create/models/block/cut_ochrum.json +0a7e38e3ac32352c5b3ec56a8c26212dbbb637a3 assets/create/models/block/cut_ochrum_bricks.json +47d0c58dd190f1ea894a5ca40ea7efd54a845d3e assets/create/models/block/cut_ochrum_bricks_wall_post.json +b502b5b213996bce0a626d86414045c80921511e assets/create/models/block/cut_ochrum_bricks_wall_side.json +c3f27545b3b7654c3e7a2df6b482d1a9895ccae9 assets/create/models/block/cut_ochrum_bricks_wall_side_tall.json +ce16ec490ae8a33671502804e0b45fc42b6f228f assets/create/models/block/cut_ochrum_brick_slab.json +fcbee94fdbd96b0b3d4aa245c6c87443abd1de90 assets/create/models/block/cut_ochrum_brick_slab_top.json +827349ed3eb05f5fe700e8f5816bcd82d0347612 assets/create/models/block/cut_ochrum_brick_stairs.json +aa81d4135400eb40f891f8c41fcf7fa516ef64f1 assets/create/models/block/cut_ochrum_brick_stairs_inner.json +ecd7e1cb9cae717e35eeb58dbe482833e98f5ac0 assets/create/models/block/cut_ochrum_brick_stairs_outer.json +e23998f88eb77826f5e4d58f3f4bb41a2e09ea97 assets/create/models/block/cut_ochrum_slab.json +cd14f1abe3d0c65fbdd052f4a8e0b8fc2a15ad0e assets/create/models/block/cut_ochrum_slab_top.json +a751feb4b609df141f971e341b204e76379dcda7 assets/create/models/block/cut_ochrum_stairs.json +737affa4fe761a030e5fce2a45dc359357f8b1ad assets/create/models/block/cut_ochrum_stairs_inner.json +bed6843e39e7e771f6de151dfab0586d3ebad58c assets/create/models/block/cut_ochrum_stairs_outer.json +276196f2573c8a6578aa6600c5c5d2ef91b0cc89 assets/create/models/block/cut_ochrum_wall_post.json +df267fb690642cac139aaabefa9eab802f13ddc1 assets/create/models/block/cut_ochrum_wall_side.json +ed363b80cc61cb4d0b6fad9da855a0543ecaccc9 assets/create/models/block/cut_ochrum_wall_side_tall.json +a65a54a08d9cc3b45e2320482dc2d9e317dd4f3d assets/create/models/block/cut_scorchia.json +9c93a554ab680d7c98c648c16472b52cc2646c50 assets/create/models/block/cut_scorchia_bricks.json +615dc444bb677caa774a4e95686ac24ebe4ec6dc assets/create/models/block/cut_scorchia_bricks_wall_post.json +758a2ad6677f857fbe955c26853eadc7150c105a assets/create/models/block/cut_scorchia_bricks_wall_side.json +f918dfa0751589d18a3eb054c290f669b5c61308 assets/create/models/block/cut_scorchia_bricks_wall_side_tall.json +a032cf0a77e4f416ed153b1ffa834c065a73b2ae assets/create/models/block/cut_scorchia_brick_slab.json +716fc6ef58c240b3e6b45acf08d6e1472fe38e7c assets/create/models/block/cut_scorchia_brick_slab_top.json +b2870e5ba7c5d5053b3639bf0aa1771ee050810b assets/create/models/block/cut_scorchia_brick_stairs.json +3e8a815eabd1991039a8ad18cedc9c57f46cd097 assets/create/models/block/cut_scorchia_brick_stairs_inner.json +0a9dc3149e7219a70642c242cd86dce5ba5cf4cc assets/create/models/block/cut_scorchia_brick_stairs_outer.json +a85c4d0467c6746a8ef9c6ac0167d3e16f307d4e assets/create/models/block/cut_scorchia_slab.json +23fd6c65ea83f7ca7ef67dd7faf902c4fa662d70 assets/create/models/block/cut_scorchia_slab_top.json +e42329f6fa3aeb958d2349a5442856e9473dc6b5 assets/create/models/block/cut_scorchia_stairs.json +488974c07d241089d1079a2e194db226ca586a9a assets/create/models/block/cut_scorchia_stairs_inner.json +b651c6eaa7320431d95c67211dc1658d0576be51 assets/create/models/block/cut_scorchia_stairs_outer.json +b9a911675861fee414f82c745399a7707c258f77 assets/create/models/block/cut_scorchia_wall_post.json +e61af066960897d50dc7f7bc17f95baa962829bd assets/create/models/block/cut_scorchia_wall_side.json +846f84efddca7d51b58ebe5e3bbed78312fb052d assets/create/models/block/cut_scorchia_wall_side_tall.json +ce9dcf5b7fe58a97fab832fb98b4f5b6d3778255 assets/create/models/block/cut_scoria.json +fa3ef2bb65299c985b70f6959421e243a9ebc6d8 assets/create/models/block/cut_scoria_bricks.json +24ea1a30f68a918e6737dc8d9babe4528af5716a assets/create/models/block/cut_scoria_bricks_wall_post.json +ba7ae110d51fe510566ab42f5ead299b4409f2b7 assets/create/models/block/cut_scoria_bricks_wall_side.json +f04d12bc4e0b939bb443abcc6eb808e66c352c66 assets/create/models/block/cut_scoria_bricks_wall_side_tall.json +edf04cbfb19b6ce99c1b74a71d40cd40c8120551 assets/create/models/block/cut_scoria_brick_slab.json +f05725fd6d2764b277f01985d0e2fcbd3bf4a41e assets/create/models/block/cut_scoria_brick_slab_top.json +4bccbaef9dd9a8322087d3feb973e14d740ff27a assets/create/models/block/cut_scoria_brick_stairs.json +13f3b55dfdd97e68a6d525166618477e5bcb336d assets/create/models/block/cut_scoria_brick_stairs_inner.json +465862fb20542cae723fd72818be73aec05dad60 assets/create/models/block/cut_scoria_brick_stairs_outer.json +aeef239ca6b0eee527f75091d11d4a947740416d assets/create/models/block/cut_scoria_slab.json +5dfda9fa8117d35ebc324a5c9cb026e206e3b936 assets/create/models/block/cut_scoria_slab_top.json +dfe8dbdb6deca69d847ee46fedfefe2da98dc329 assets/create/models/block/cut_scoria_stairs.json +dacd989df05695fa8817da8d29b0fc381ac44a7a assets/create/models/block/cut_scoria_stairs_inner.json +eff46540ee57be9223011f46d40ffd92a7518616 assets/create/models/block/cut_scoria_stairs_outer.json +e0b2a94ff4b3f1c1e4282c9c8eecf2583bd7c68e assets/create/models/block/cut_scoria_wall_post.json +cf18e3fde94e3ba611f430fe527a9042a57e6936 assets/create/models/block/cut_scoria_wall_side.json +92475d7758b2bf582c585c2aafa6510f330c6f45 assets/create/models/block/cut_scoria_wall_side_tall.json +9f6543d21d9c24a429aae00511e6dbf61caf8030 assets/create/models/block/cut_tuff.json +8b3d9fe37ab7fda79ea4d90f674c525350883ba0 assets/create/models/block/cut_tuff_bricks.json +6b80481e15ff3d6eb40a42128da883c2027e0074 assets/create/models/block/cut_tuff_bricks_wall_post.json +057a34015b49565cb9858a2eea995a446ac0cfd4 assets/create/models/block/cut_tuff_bricks_wall_side.json +9f20bd04ef163076db9a8bf83c20cc802b57ae60 assets/create/models/block/cut_tuff_bricks_wall_side_tall.json +8c16599fda76c38978a2faa14f842a68fbbe4b9c assets/create/models/block/cut_tuff_brick_slab.json +696036e5900bdbb366dd49f5df71a1e701fd8ee3 assets/create/models/block/cut_tuff_brick_slab_top.json +54d4603e36be86e88d9302d61eab81e76cac1bbc assets/create/models/block/cut_tuff_brick_stairs.json +0ebb41a1ce5bf4ca86cbaf95e83cd2edf8f309ea assets/create/models/block/cut_tuff_brick_stairs_inner.json +5d5ed291db4b4bca464717c7fcde682b33d71c3f assets/create/models/block/cut_tuff_brick_stairs_outer.json +f2a904b7943555e8ec9dcc07513ca1ad9af809c3 assets/create/models/block/cut_tuff_slab.json +ea74bb8a69f6acbd520ac8922e147495e5f99f6f assets/create/models/block/cut_tuff_slab_top.json +0262700e59de947907a04fdea9974f9d7e5a22f2 assets/create/models/block/cut_tuff_stairs.json +521566105ff046f384989629401c28a9a14b5f18 assets/create/models/block/cut_tuff_stairs_inner.json +97f90b43ab4a91eb29bad2d86624072251f0f51d assets/create/models/block/cut_tuff_stairs_outer.json +54075c4d773e376bdc6edd4ab5a4a92f6a2a616f assets/create/models/block/cut_tuff_wall_post.json +8c6492dc9e09359e5bac67ae4d473cffc8f93dbb assets/create/models/block/cut_tuff_wall_side.json +f5f24066b6281303f52e25745881d5bca8c49c54 assets/create/models/block/cut_tuff_wall_side_tall.json +167e9a084987bcf7f67f655d0de88ae8ca2fcebb assets/create/models/block/cut_veridium.json +f8ab87c34f211a63525f6d386397face67460f8c assets/create/models/block/cut_veridium_bricks.json +e4e717fa8412032e184aebd1186470f41a2089c0 assets/create/models/block/cut_veridium_bricks_wall_post.json +8c40ccb8f10ef8dcda1bef46ad3490f697d178d2 assets/create/models/block/cut_veridium_bricks_wall_side.json +2c4671c66d904e15883ec3a14681b97ac537135c assets/create/models/block/cut_veridium_bricks_wall_side_tall.json +07c330c501375d5c316677edee80fb040c0fc237 assets/create/models/block/cut_veridium_brick_slab.json +4c8c660afe72e8ce9eaef53a37fdc63eb0c69513 assets/create/models/block/cut_veridium_brick_slab_top.json +f802e4ae758e2c37c3129594ce4f5d9ffcfe173d assets/create/models/block/cut_veridium_brick_stairs.json +0d60d5cd0269e05816d28fcbbd2c680fe60cd316 assets/create/models/block/cut_veridium_brick_stairs_inner.json +22656f90b55aeaeeffa448b5f061fb26b5de7b0f assets/create/models/block/cut_veridium_brick_stairs_outer.json +d736230e9b49a9fd40bc8f31df4d5144cdb429c8 assets/create/models/block/cut_veridium_slab.json +750e536c7b71dfb3a005d9b7a128ac435461e57f assets/create/models/block/cut_veridium_slab_top.json +8b05c19560e97ce15a66202717e3d32f6ee153a9 assets/create/models/block/cut_veridium_stairs.json +d6423c0fd0af4fbd929d26d6097a1722567acc9d assets/create/models/block/cut_veridium_stairs_inner.json +4ce6de4eee4502981649d7cb33b8c83ff67edb41 assets/create/models/block/cut_veridium_stairs_outer.json +579e9da7420bfb7fdd354c80534426262a941a7c assets/create/models/block/cut_veridium_wall_post.json +b2e847cee8c01791c15fcdd35787af33ebe46f0a assets/create/models/block/cut_veridium_wall_side.json +5ab4db4245b852edf985fe72595f678eb7372801 assets/create/models/block/cut_veridium_wall_side_tall.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/cyan_nixie_tube.json +27c9aff76b32e4de18d581e133fc23a8239ca412 assets/create/models/block/cyan_sail.json +01a324a92552076589e2aaaeca9d4da2d1e3b39d assets/create/models/block/cyan_seat.json +663f431fe8a02e057980cf9bcfc566eb5adc876f assets/create/models/block/cyan_toolbox.json +febd2b2f94194441fb73020b667d0398853add4a assets/create/models/block/cyan_valve_handle.json +339993f53eacf042d8caab6101eb5d4088b35746 assets/create/models/block/dark_oak_window.json +587b285c89fa05cb734b18fd7713902f13a70eb2 assets/create/models/block/dark_oak_window_pane_noside.json +f5b40036909608e120bbb9eb56b08936e59043d6 assets/create/models/block/dark_oak_window_pane_noside_alt.json +32e4addbbaaaf39eee75fc42217b23c54b45616e assets/create/models/block/dark_oak_window_pane_post.json +02afb82fc2839344c21ee5a4fb5041108b926b40 assets/create/models/block/dark_oak_window_pane_side.json +d4364dc3c1e9826f7aa2a5b04e2a35fffca3c656 assets/create/models/block/dark_oak_window_pane_side_alt.json +39f4e31b2a90ac3a5f54224918b4d58ea31e4d96 assets/create/models/block/deepslate_pillar.json +2e33bce9abbcf56c1654443e5fcb73dccbe491c4 assets/create/models/block/deepslate_pillar_horizontal.json +8cab177ae309ef996ab07e4b9039e229d0e4cf01 assets/create/models/block/deepslate_zinc_ore.json +db89bc32d0e466bc5008aa7091c682ba3aeec611 assets/create/models/block/diorite_pillar.json +a21387ab955f2b91e402b2189145f5fd6623592d assets/create/models/block/diorite_pillar_horizontal.json +44af455badc2b35a763007bba3537bda7d0ac289 assets/create/models/block/dripstone_pillar.json +1e23e3758e3311d0063c83742abb750a05021075 assets/create/models/block/dripstone_pillar_horizontal.json +19a773f91c58c49301f35965bac02d0c05fb2764 assets/create/models/block/exposed_copper_shingles.json +a3420b91fdebec40e508a5eebb145c0201bd80c8 assets/create/models/block/exposed_copper_shingle_slab.json +4178ea5e50ee17b3c15f4a59efd019c4a19bb892 assets/create/models/block/exposed_copper_shingle_slab_top.json +dd2d747774abc86e428a883e299db66cded78e11 assets/create/models/block/exposed_copper_shingle_stairs.json +b6845da62d96a33cee624bb70360e256b26eda83 assets/create/models/block/exposed_copper_shingle_stairs_inner.json +3d8b758e50e75c5adc26ab6f39f9d73f00866673 assets/create/models/block/exposed_copper_shingle_stairs_outer.json +9cb20c9d41629d8b9426cb65829365d10966338f assets/create/models/block/exposed_copper_tiles.json +cd21d9d2935b6d0103502e2731c11ea27ff64ecf assets/create/models/block/exposed_copper_tile_slab.json +0ec039ba59fb0028183433e52131ff355ace5bff assets/create/models/block/exposed_copper_tile_slab_top.json +c51dbd34996ac4513234800e427ac308067d5e1d assets/create/models/block/exposed_copper_tile_stairs.json +68772d4352dc7ade995dfa57ba41a38ef819e855 assets/create/models/block/exposed_copper_tile_stairs_inner.json +d932671822ba93b71a9c8b50e7207803a1c4dbab assets/create/models/block/exposed_copper_tile_stairs_outer.json +2d1ade82820569936fd3021a877283474ced09d0 assets/create/models/block/fake_track.json +9e41f0b90dd1e71766c9d07bdb75d1e553f3392f assets/create/models/block/fluid_pipe/d_x.json +13507730f6ca6462c4cfeddc46e5b21e93fb1287 assets/create/models/block/fluid_pipe/d_y.json +84c09934d3537343a1226389993dabfa850b745e assets/create/models/block/fluid_pipe/d_z.json +eacc5ee5f164ccc7c13cfbbd37a92b401222debe assets/create/models/block/fluid_pipe/ld_x.json +33fc0ecce85fae051c54d5a538793d7081238894 assets/create/models/block/fluid_pipe/ld_y.json +638f1a259cabed1f8d63c6fdaa6d4d4dff539e7d assets/create/models/block/fluid_pipe/ld_z.json +b23c3c83c0cbf52e94fe318a4749faaad2e41114 assets/create/models/block/fluid_pipe/lr_x.json +1a973387c6f6176af0fbb5650ee802ed4e552f73 assets/create/models/block/fluid_pipe/lr_y.json +c52521cd566294c797312104284ddd343fad9c2e assets/create/models/block/fluid_pipe/lr_z.json +99637310d3ca1ccfbe62b03aa9b0d82a0cf6f724 assets/create/models/block/fluid_pipe/lu_x.json +986800d441e95553464d1869d39baf456f5d70dc assets/create/models/block/fluid_pipe/lu_y.json +11dcf7d2dcd0df9b043035cb072deee96ab9e6da assets/create/models/block/fluid_pipe/lu_z.json +b8fd54e514bd50fb287c6b758647818c6b08ef75 assets/create/models/block/fluid_pipe/l_x.json +e985ff9dbe7324cf69ab38e6e9e85c9b554af56c assets/create/models/block/fluid_pipe/l_y.json +e24957d63bac1e754fcc1647a4a86337a67f6298 assets/create/models/block/fluid_pipe/l_z.json +bde9ec36b86113a6ca7a51a4f405994460a2eb56 assets/create/models/block/fluid_pipe/rd_x.json +bd325f5b37ff08328ddddeeceac1a41be586d20a assets/create/models/block/fluid_pipe/rd_y.json +28f351fd215af3a991ccd9aa05c57b9cd9e6f58d assets/create/models/block/fluid_pipe/rd_z.json +1ff3ea321aeacca70709eb76370c11c7f13163b6 assets/create/models/block/fluid_pipe/ru_x.json +95bc5342fd3909981430c2e13ef98cdbd8f02709 assets/create/models/block/fluid_pipe/ru_y.json +e1fc0d1297a83749ac55f51c9cf33ff2ecc9fdc2 assets/create/models/block/fluid_pipe/ru_z.json +d44ff2aed71039a7d0ff913d0d9e8398e1318f39 assets/create/models/block/fluid_pipe/r_x.json +92d4044b51a90da0b2277b0613c7ca0bb80c66fe assets/create/models/block/fluid_pipe/r_y.json +fb9a23de00ef4edb4f7e24fb60de345cd12e513f assets/create/models/block/fluid_pipe/r_z.json +65a41f4b680af197776e03cae6f1815b6d04def2 assets/create/models/block/fluid_pipe/ud_x.json +26398801d89889ffe17b6513b786d27707f6a480 assets/create/models/block/fluid_pipe/ud_y.json +07747cc2b936e1b326bae7ac32a8a5ba77fdffa9 assets/create/models/block/fluid_pipe/ud_z.json +4e3debb2ba60398a0730866f781e0455f4316610 assets/create/models/block/fluid_pipe/u_x.json +0f98b30ba09706b8a5ee09aeef912b39acea0216 assets/create/models/block/fluid_pipe/u_y.json +83bf9b1af633c319c051055170debff4cc3508c0 assets/create/models/block/fluid_pipe/u_z.json +5f70af15ec2569c68a17d31024c7a37cb5c68c7e assets/create/models/block/framed_glass.json +f0100e1d44146b256998fbd2af05da80d147e8d9 assets/create/models/block/framed_glass_pane_noside.json +4a032c6ae3f459e3349c2a2218da186170c31e03 assets/create/models/block/framed_glass_pane_noside_alt.json +a1a239714f5feb45a692f5c2873c37d6614e1b8b assets/create/models/block/framed_glass_pane_post.json +0f7e518ef02428c55e1683bc9de0d20e2c1e6883 assets/create/models/block/framed_glass_pane_side.json +db3f9472815fb6acc1ee1d9941b8cc19518ebcbf assets/create/models/block/framed_glass_pane_side_alt.json +56592acfc3654de65ee0b89ad0b620ec68d86531 assets/create/models/block/gantry_shaft_end_flipped.json +edd786da786c07736c753484733785d34fcbe131 assets/create/models/block/gantry_shaft_end_powered.json +1faff4f4935bf2356924c26d9b3e48384da85e10 assets/create/models/block/gantry_shaft_end_powered_flipped.json +569697f2115156c8bd14a0984b710a07db898913 assets/create/models/block/gantry_shaft_middle_flipped.json +1ce0365190f03fdf42d21f014590b792dd4ac87c assets/create/models/block/gantry_shaft_middle_powered.json +78fa3fc2d82238f4a81975fdf61dfc80c0c1d2d0 assets/create/models/block/gantry_shaft_middle_powered_flipped.json +76f5141b53516f1ec3c4eef02ca3d43f9b985d5d assets/create/models/block/gantry_shaft_single_flipped.json +d0fa41de17f65693188f1868ace5fc2ac518739b assets/create/models/block/gantry_shaft_single_powered.json +6c1d6a15bce998a04297cee1d551bd7d89936bbf assets/create/models/block/gantry_shaft_single_powered_flipped.json +99f181fb94d09c28ee7a7e53cfea9e7e3e8ac625 assets/create/models/block/gantry_shaft_start_flipped.json +353b0aa77cfc64d61463e265edf957cc58679ad3 assets/create/models/block/gantry_shaft_start_powered.json +2cf599d083948513c5fbfd92ea8f47c0c215cfbc assets/create/models/block/gantry_shaft_start_powered_flipped.json +3356069e112cde817da0c99ceb40cd8f207de822 assets/create/models/block/granite_pillar.json +ee860a8bd95fda14a859d6632652ee2a95f06c19 assets/create/models/block/granite_pillar_horizontal.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/gray_nixie_tube.json +97f382e9b435c81d1d8e0ed487a7fc16e6945958 assets/create/models/block/gray_sail.json +58b51da5c80e4f43582452d97453c93145a516ad assets/create/models/block/gray_seat.json +cd3cff8e38d559dcb78df014556a78d5a538af43 assets/create/models/block/gray_toolbox.json +3ee19f46bdeb0ac7489dcd4d51f90ab01ad863c9 assets/create/models/block/gray_valve_handle.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/green_nixie_tube.json +26577589688ec1f39cae9f42704cb36cbc1c48ae assets/create/models/block/green_sail.json +ae51eaa500dd036fa27474a7392f381afb677dfd assets/create/models/block/green_seat.json +801d277b241332d5f4b49bdb00b911dcd01a7db2 assets/create/models/block/green_toolbox.json +f7762c9388198b51686541edbef9a1546041f6e4 assets/create/models/block/green_valve_handle.json +f8b51eec36c2eddc08a1b60894d863bb58f55625 assets/create/models/block/haunted_bell_ceiling.json +f70f83cfec770879c478eea3760ea187700f2878 assets/create/models/block/haunted_bell_double_wall.json +b9c9d00b844ca2f217ae21cc502cd4d082fed2d5 assets/create/models/block/haunted_bell_floor.json +f7b09c243cfeda8bb38a29a917b9fbdafe47eece assets/create/models/block/haunted_bell_single_wall.json +8237c99cd0752b6284c68ffb629d1667ad0c174c assets/create/models/block/honey.json +5f70af15ec2569c68a17d31024c7a37cb5c68c7e assets/create/models/block/horizontal_framed_glass.json +f0100e1d44146b256998fbd2af05da80d147e8d9 assets/create/models/block/horizontal_framed_glass_pane_noside.json +4a032c6ae3f459e3349c2a2218da186170c31e03 assets/create/models/block/horizontal_framed_glass_pane_noside_alt.json +a1a239714f5feb45a692f5c2873c37d6614e1b8b assets/create/models/block/horizontal_framed_glass_pane_post.json +0f7e518ef02428c55e1683bc9de0d20e2c1e6883 assets/create/models/block/horizontal_framed_glass_pane_side.json +db3f9472815fb6acc1ee1d9941b8cc19518ebcbf assets/create/models/block/horizontal_framed_glass_pane_side_alt.json +6868ed1959875efec96a15ca6f32b8c7efefb2d9 assets/create/models/block/industrial_iron_block.json +cdc4f1c608f74824fd270521a846823ca4b6ef16 assets/create/models/block/jungle_window.json +8c5ee8e36756fcff3095c564567a35be1db23cee assets/create/models/block/jungle_window_pane_noside.json +2bb34fe17c7cfafc8658cd0b44ab636191f81348 assets/create/models/block/jungle_window_pane_noside_alt.json +1b51842516181ccf7af71ffbfe01bddf2420aa12 assets/create/models/block/jungle_window_pane_post.json +680b3c9fad3b393e0081fa0a637b954a604a3bd6 assets/create/models/block/jungle_window_pane_side.json +151e0933954d4e9a451babef95a21d1cfa700e6e assets/create/models/block/jungle_window_pane_side_alt.json +a8d8cfa5eb6dcd4b4ef96fb034f8ab8e8a0cf18b assets/create/models/block/layered_andesite.json +bfd7dc02a29e784c5ba06db05a57c71285e10d04 assets/create/models/block/layered_asurine.json +abe59d50512e16f4d1f01603f48b6729a61bda48 assets/create/models/block/layered_calcite.json +792f95d68c501bc0c2d5f1add2faa0cf36b124a2 assets/create/models/block/layered_crimsite.json +5cebe042b4fa1de89e83b550920f23cdf0f5c938 assets/create/models/block/layered_deepslate.json +5856997a60c69936eababab22896391a2c0ea7d9 assets/create/models/block/layered_diorite.json +b37a6a0528f96b9da4dee70a6a7c60528480a1d5 assets/create/models/block/layered_dripstone.json +ecd77532dd0d42644990a437558bc67595e11a88 assets/create/models/block/layered_granite.json +db84cc407981578446a6b3f8a786134d8b3642fb assets/create/models/block/layered_limestone.json +8c3783407773f755f6376887bc525cfc6ba15f06 assets/create/models/block/layered_ochrum.json +b843a6e27c4f90e31108f9f3c1573e70fb3d0927 assets/create/models/block/layered_scorchia.json +714fce357bab1fd9b9134aba560125c39b733a4e assets/create/models/block/layered_scoria.json +5fb53db0c6623dc16e486ac0bd094b5a90e2e080 assets/create/models/block/layered_tuff.json +336d1646294e018ea3de60b30a621a10ca7aa6d7 assets/create/models/block/layered_veridium.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/light_blue_nixie_tube.json +2e83d3aaa92640d6b3da2a2644f6a160f97b08e4 assets/create/models/block/light_blue_sail.json +ba917560f40a4e46ef190649f18adad9962c5c02 assets/create/models/block/light_blue_seat.json +c20616aa90feab3003cecb4a5be5466c0fc83072 assets/create/models/block/light_blue_toolbox.json +bcd3d28b8a062649301648ea5e2d0463f93d008d assets/create/models/block/light_blue_valve_handle.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/light_gray_nixie_tube.json +09f284574b38ab57579e939bbb088b8d36e0b8f5 assets/create/models/block/light_gray_sail.json +d1813d0f548fcddb361df7cc3b5d97582842b10f assets/create/models/block/light_gray_seat.json +4ec5d701dd8b2d8c3dc44d05f527a3d737002cd4 assets/create/models/block/light_gray_toolbox.json +adb8dbed70419e0310e7a20f3656bf325b348434 assets/create/models/block/light_gray_valve_handle.json +8f53caad3899a30be5087a0ba155080834418cc0 assets/create/models/block/limestone.json +2b80f9421c2fe902d55d9bd95183ad4bae46c315 assets/create/models/block/limestone_pillar.json +fb18280a2a708f60b00cc7c675804c219784871a assets/create/models/block/limestone_pillar_horizontal.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/lime_nixie_tube.json +5a95a72444f523cfba6e8c5adf8eacbb37e2d21e assets/create/models/block/lime_sail.json +09e7bf50cf88c449dbd9e77829cdb5afffb7d88d assets/create/models/block/lime_seat.json +b92822a01e4fbed2463b1bdf7dcc736023988e20 assets/create/models/block/lime_toolbox.json +802b47f34b1053b7af980b08b6511f468e7dd7c1 assets/create/models/block/lime_valve_handle.json +84b9ac6eafdbd037f3ff558c250a8b8952415af1 assets/create/models/block/linear_chassis.json +29ee936c09c1222c6a144e5bb39577b5a9cd28bf assets/create/models/block/linear_chassis_bottom.json +a1a3804ddcb1db0a7b5c0693555f8eb326950dd0 assets/create/models/block/linear_chassis_top.json +f885acc0ba705cfa9c65b62626ab4007f3b6e329 assets/create/models/block/linear_chassis_top_bottom.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/magenta_nixie_tube.json +81122f26a12b7ab40fed6d31c97376f4dfffa111 assets/create/models/block/magenta_sail.json +b5cd13b021400b3c37499ec4ef22e560c721ac54 assets/create/models/block/magenta_seat.json +d7b2b16ba2d6a0b2441aeaf7faa76f61fbdc35e7 assets/create/models/block/magenta_toolbox.json +c0d29851d48cebd376b3b6e8f0454e0369d0e265 assets/create/models/block/magenta_valve_handle.json +5a6d44dbf914c22065d8f32519defc93ce124c49 assets/create/models/block/mechanical_bearing.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/nixie_tube.json +e298cb8398f551c5af5f563f95123b18f39d4753 assets/create/models/block/oak_window.json +ed54366f117e121aa887cb6f8df9fa9457910153 assets/create/models/block/oak_window_pane_noside.json +3be5c04fa0e983ee99d0032b5960e881804da8b8 assets/create/models/block/oak_window_pane_noside_alt.json +b16726446c5706091984c145751d7f3612ecc1b8 assets/create/models/block/oak_window_pane_post.json +38bc0c1757bbb45d0d3ce961025d8b720dde53ed assets/create/models/block/oak_window_pane_side.json +ad522b2cf9193978d6f6bb112e7badeb0f8bedcb assets/create/models/block/oak_window_pane_side_alt.json +f8a67d6e5a9dae05b32b90272d93175489da696b assets/create/models/block/ochrum_natural_0.json +af50363d603d61340b336569d58c1febde253665 assets/create/models/block/ochrum_natural_1.json +611fdd4c21527994c9cae2c2399c3fd7398c3dbc assets/create/models/block/ochrum_natural_2.json +d69effa0a811cb93fead8257bcaad4bbf0094002 assets/create/models/block/ochrum_natural_3.json +24669a4e93925940477fcfc0aca10ab9d87368e0 assets/create/models/block/ochrum_pillar.json +c8dd33a0b71dce37712788a61729de89574b117f assets/create/models/block/ochrum_pillar_horizontal.json +cb4cd4e4bfb0d105a09c56454abf4795b155d12b assets/create/models/block/orange_sail.json +6c4addc75fb03911fca3083f891b22f55209b8db assets/create/models/block/orange_seat.json +f68eeb8cd828a0659fe8665373daf093ea65f0fc assets/create/models/block/orange_toolbox.json +992367362e20777dd2e1245c6b26b6ffab86b21c assets/create/models/block/orange_valve_handle.json +f9010894858512398bddd5d31b922e12594d2e3c assets/create/models/block/ornate_iron_window.json +5433899a034d8f6fbab6cbecbf399019c8555e14 assets/create/models/block/ornate_iron_window_pane_noside.json +49956ce8301cc2fc411457f17982877e042835d6 assets/create/models/block/ornate_iron_window_pane_noside_alt.json +92637fbd6bf54891411b32a494064b9a48e59411 assets/create/models/block/ornate_iron_window_pane_post.json +8416d497e7fc8ca4f9f4c608ccc0651036850256 assets/create/models/block/ornate_iron_window_pane_side.json +1cdaa9d4bd23f7b1eb14672dc9322d9dad966502 assets/create/models/block/ornate_iron_window_pane_side_alt.json +561beafce41b9e9c0b07bc6b7176dd4f6918c116 assets/create/models/block/oxidized_copper_shingles.json +7e0bab8109e322c6db5fe1d5999c06536c21c6eb assets/create/models/block/oxidized_copper_shingle_slab.json +42df32c4e2d1ffb2ee62748becfd1717118b440c assets/create/models/block/oxidized_copper_shingle_slab_top.json +b55a733e3e68cfbd08d45bb9ac56deef9f728b60 assets/create/models/block/oxidized_copper_shingle_stairs.json +7b8745213af5aa7938fc04a295be6a087c72daa8 assets/create/models/block/oxidized_copper_shingle_stairs_inner.json +d89419d48d6ee2f6747e7c93de8699db22ea3f59 assets/create/models/block/oxidized_copper_shingle_stairs_outer.json +5cf92b628ff1f832966138a58ed87d747681274c assets/create/models/block/oxidized_copper_tiles.json +ad6134598869711a12e2f95c9b5f25a0f7b8dd93 assets/create/models/block/oxidized_copper_tile_slab.json +c17bac0fd6a20540813c6a1c000a553b7c5ac849 assets/create/models/block/oxidized_copper_tile_slab_top.json +d5b30340364f5536e46bc67e777ef4fa20a36e04 assets/create/models/block/oxidized_copper_tile_stairs.json +b40b315c23cbd3eb4658518bfac836f6091321a5 assets/create/models/block/oxidized_copper_tile_stairs_inner.json +f4eaadab29b4f2e915237340e2d6f4aad4ba21d6 assets/create/models/block/oxidized_copper_tile_stairs_outer.json +f8b51eec36c2eddc08a1b60894d863bb58f55625 assets/create/models/block/peculiar_bell_ceiling.json +f70f83cfec770879c478eea3760ea187700f2878 assets/create/models/block/peculiar_bell_double_wall.json +b9c9d00b844ca2f217ae21cc502cd4d082fed2d5 assets/create/models/block/peculiar_bell_floor.json +f7b09c243cfeda8bb38a29a917b9fbdafe47eece assets/create/models/block/peculiar_bell_single_wall.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/pink_nixie_tube.json +90113a1f53f0f8d9ce11ff14128eb860063f5ddc assets/create/models/block/pink_sail.json +888dba067e751a55205dbd919db8e92ef2be604d assets/create/models/block/pink_seat.json +3cb69299c7787f88fb41c6397362aa7b607c0960 assets/create/models/block/pink_toolbox.json +cf2fda0a37a0e5771cf882793ca21f277219796f assets/create/models/block/pink_valve_handle.json +44b05f0e3847c526514f7a7e167d275415408b39 assets/create/models/block/polished_cut_andesite.json +a3bfaeb88c65bf31ec53666b6a56637d37e5e374 assets/create/models/block/polished_cut_andesite_slab.json +2b0a6d9e0789d673027507bcd3aac03cc744adb2 assets/create/models/block/polished_cut_andesite_slab_double.json +fdb4b23cbcac5e5a92d625f49c3cd4c0d762fa25 assets/create/models/block/polished_cut_andesite_slab_top.json +218cd50458898c26fecc879ea21cce5e8092bd2f assets/create/models/block/polished_cut_andesite_stairs.json +5a226e7798d5d697f80f7968fdfbfe8e58c35515 assets/create/models/block/polished_cut_andesite_stairs_inner.json +5cd04d2d8d5160c188f709cac3a3fbff9dd76256 assets/create/models/block/polished_cut_andesite_stairs_outer.json +1db089eb2e3322e2e68c8a6bdd5b052292c1276c assets/create/models/block/polished_cut_andesite_wall_post.json +9523a2f8778afd0f9224e80b84d72fe808ec11ed assets/create/models/block/polished_cut_andesite_wall_side.json +5f684b9d6c207be4a789485dd542d7debe417c35 assets/create/models/block/polished_cut_andesite_wall_side_tall.json +f1916eed5f030dd3fe07349be3fd4cb433734975 assets/create/models/block/polished_cut_asurine.json +e236e5dd50f384786ea1a8b90c85990c5ef60c5d assets/create/models/block/polished_cut_asurine_slab.json +9983b8fae1d844f5612fc77960493672f9b1eb75 assets/create/models/block/polished_cut_asurine_slab_double.json +ab4f515a1ecf76d61d31d290d1bdc1efd7d1b67c assets/create/models/block/polished_cut_asurine_slab_top.json +98a0f9f62dba4954333fc9307d5e42d00a2101c5 assets/create/models/block/polished_cut_asurine_stairs.json +6bc55dfa92245556fc0d2a18bb21226214abacdd assets/create/models/block/polished_cut_asurine_stairs_inner.json +9a7b7ba730aecf63eb85020f91fc01e12040b6a5 assets/create/models/block/polished_cut_asurine_stairs_outer.json +9f82704474f5af71619f4a47bdbbc376c65766bb assets/create/models/block/polished_cut_asurine_wall_post.json +648de74167452d4fbc36a255432e0f247f26e4fa assets/create/models/block/polished_cut_asurine_wall_side.json +7c92b1ecba2837e06617582a20e6c26392c4b9cc assets/create/models/block/polished_cut_asurine_wall_side_tall.json +0c42fc5e70bca0ecdef7af3337b4c0e0a6e17158 assets/create/models/block/polished_cut_calcite.json +b9b0b03e721bd9b64239101b78797a00bdf1344f assets/create/models/block/polished_cut_calcite_slab.json +bef27986d8fed9a9220556279cc3fe8dfd443635 assets/create/models/block/polished_cut_calcite_slab_double.json +16a4148d92eccd23faca11d64c29cb8599435954 assets/create/models/block/polished_cut_calcite_slab_top.json +cec0aadd617da50669d7d74dedab03d1fe54e4e9 assets/create/models/block/polished_cut_calcite_stairs.json +f263db0923bb6bbea789444b94cec976838d8a3d assets/create/models/block/polished_cut_calcite_stairs_inner.json +eab7a04e66882a3c4294e6586345514bb71ee35b assets/create/models/block/polished_cut_calcite_stairs_outer.json +61d8408d5dd32bcf9fc1b98ee29d98d19459fb11 assets/create/models/block/polished_cut_calcite_wall_post.json +1d8cfe782b9bca964dd07b7c96b6bc53a61dbe0f assets/create/models/block/polished_cut_calcite_wall_side.json +74533191c13ab77a0e9698eae7a1d69f39c3485a assets/create/models/block/polished_cut_calcite_wall_side_tall.json +c2fb3d97299023e5461fd36f8098b0040772bec9 assets/create/models/block/polished_cut_crimsite.json +250e14bbe9b57b1ccf3dc240e694ac3853e24a20 assets/create/models/block/polished_cut_crimsite_slab.json +ba9f6dc39726322656ccce9acdda690a354e3e65 assets/create/models/block/polished_cut_crimsite_slab_double.json +de872a9c5ec1a712b8614cc2a9ab15f832d0f6b0 assets/create/models/block/polished_cut_crimsite_slab_top.json +b42924665974ff25f5d4798e8f703479c160cd81 assets/create/models/block/polished_cut_crimsite_stairs.json +43e61403644170371cca37b7e8854d9ff8c9bfec assets/create/models/block/polished_cut_crimsite_stairs_inner.json +a941fa6e5c01d930c18384befc8a3fa9f3d7733e assets/create/models/block/polished_cut_crimsite_stairs_outer.json +63ff8e7690e2ec383705e06655ef98a1693d98f2 assets/create/models/block/polished_cut_crimsite_wall_post.json +136b0f02c45f515a6fb74cad7a2fdb34c8266e62 assets/create/models/block/polished_cut_crimsite_wall_side.json +86d6775316f746c23804b5629714eef29774773a assets/create/models/block/polished_cut_crimsite_wall_side_tall.json +6178542d744fda852d29e807a48cd76cb041f2c0 assets/create/models/block/polished_cut_deepslate.json +c4e1af1fc3ad12d2c8909ee7870f5f71f6ca0cc5 assets/create/models/block/polished_cut_deepslate_slab.json +0aef1ccc17d86ae2ee97b252243cdcd3609aa369 assets/create/models/block/polished_cut_deepslate_slab_double.json +2ccd60911bb0867a64ad46fab469826c6c7f9b36 assets/create/models/block/polished_cut_deepslate_slab_top.json +5996821cb442695bacd31be24a2ffc3148559b8c assets/create/models/block/polished_cut_deepslate_stairs.json +56734ad401edc8be16f529f8642ef4cde1a404c4 assets/create/models/block/polished_cut_deepslate_stairs_inner.json +b6566fc1b5092b900539ab71795f3279ba30d541 assets/create/models/block/polished_cut_deepslate_stairs_outer.json +5b4ba22e1e0d6011b1cd68bd428fbe3c6f929b87 assets/create/models/block/polished_cut_deepslate_wall_post.json +7c6835d4c9fe394e884672a7c31f2b9dd10d7227 assets/create/models/block/polished_cut_deepslate_wall_side.json +c0891f05a4a531c7740d934e8edb8a362f6c4463 assets/create/models/block/polished_cut_deepslate_wall_side_tall.json +2f05fea4662a466ff3091da9778b055d07aaea8d assets/create/models/block/polished_cut_diorite.json +18f09fab36780fd6528202faaa0d236746300454 assets/create/models/block/polished_cut_diorite_slab.json +42db58773901c09b90523632824e4c053a32fbf7 assets/create/models/block/polished_cut_diorite_slab_double.json +00b62872a8f41e4b551edb13d09d061803ce91fc assets/create/models/block/polished_cut_diorite_slab_top.json +dfb8fe72baca503501415654140ca8ba31208d77 assets/create/models/block/polished_cut_diorite_stairs.json +dcebf7b4242ee688065e130f07d59f1f871f270c assets/create/models/block/polished_cut_diorite_stairs_inner.json +5fca8655767cf8190733acae65bbb336510c58b5 assets/create/models/block/polished_cut_diorite_stairs_outer.json +7ea83142f6693ce4e4084ea114b635f3ce7cc319 assets/create/models/block/polished_cut_diorite_wall_post.json +847fba138e41157313bd560c0592fe830fbd3225 assets/create/models/block/polished_cut_diorite_wall_side.json +6f055eb827b4bf89faaa01b221bfa5d69f62b474 assets/create/models/block/polished_cut_diorite_wall_side_tall.json +6d5b684622c70c4534809415aa1b06ae331ba8f8 assets/create/models/block/polished_cut_dripstone.json +ccda6fcc895476f67206b01c81ae9733ce20cc40 assets/create/models/block/polished_cut_dripstone_slab.json +5a8a1cbb8b667b0940832696c04d8b138621b04b assets/create/models/block/polished_cut_dripstone_slab_double.json +32d6e8b050e611d46ee2b445db4c48ebccebb180 assets/create/models/block/polished_cut_dripstone_slab_top.json +715eb0634034dc6cb7d744c6f46dbeb382e8495b assets/create/models/block/polished_cut_dripstone_stairs.json +763ba691dfb2d2699ff15e86c993309604b5de8d assets/create/models/block/polished_cut_dripstone_stairs_inner.json +da115a89991a71807104ad4839388379a7c097ab assets/create/models/block/polished_cut_dripstone_stairs_outer.json +07c7401263db0021bc1cddb84faf98ca11cc91d5 assets/create/models/block/polished_cut_dripstone_wall_post.json +123486a0ee10396dd7c66c6107fd933c0c1d1751 assets/create/models/block/polished_cut_dripstone_wall_side.json +51a9e26da62ae3177d3d1f8e2d3655aff14d4047 assets/create/models/block/polished_cut_dripstone_wall_side_tall.json +70cc8139b7d652a14b19f56782b7865da4bb7557 assets/create/models/block/polished_cut_granite.json +98ed2e4f54124e1bb483724d1e9572a7359573d3 assets/create/models/block/polished_cut_granite_slab.json +860c9e0cbec40b17686b0a87d035739bd17d935d assets/create/models/block/polished_cut_granite_slab_double.json +ca44846ac1a8cc525eb169ee7a42d4b75c3d9566 assets/create/models/block/polished_cut_granite_slab_top.json +d03b5957fcb6e8293e03a3406d5a88ecd09350fb assets/create/models/block/polished_cut_granite_stairs.json +2afdcc8ba3d70bc601e1f1b8f279832fbec84daa assets/create/models/block/polished_cut_granite_stairs_inner.json +4526db98a5df6ebd148738b7dc6529cdae1c7204 assets/create/models/block/polished_cut_granite_stairs_outer.json +1feedce7cd35333efe2f696dcd90f7c9ab383f7d assets/create/models/block/polished_cut_granite_wall_post.json +c097a0797536a3b50db7a2ba78bc17d1aec11ff7 assets/create/models/block/polished_cut_granite_wall_side.json +f17cbe6166e96233c83ec29ab8403b5586a0eb71 assets/create/models/block/polished_cut_granite_wall_side_tall.json +cb3bfb3af69c918c5dbe97c1cd31dc91e438605b assets/create/models/block/polished_cut_limestone.json +2f71e1efbdbe4bf0f0aa434bf0b783255618b81c assets/create/models/block/polished_cut_limestone_slab.json +2f3343b818ff2c04b4c7239d916d2d390f6449bd assets/create/models/block/polished_cut_limestone_slab_double.json +7052a663194324847d17505ffd32e4cd46b8311f assets/create/models/block/polished_cut_limestone_slab_top.json +a45df6e2c63ca9f56dc3841ea5a7ec41602270bc assets/create/models/block/polished_cut_limestone_stairs.json +6ee9a137653323a4c6ff9dab6d091ce0101b5e73 assets/create/models/block/polished_cut_limestone_stairs_inner.json +3381e66fb4f14bc90e1f9a3112e6676ac917ac02 assets/create/models/block/polished_cut_limestone_stairs_outer.json +a1430e1801611233336a909fe2192c7a133bce76 assets/create/models/block/polished_cut_limestone_wall_post.json +862d58f72c26afdced5efe73fc979a5c963e8bc5 assets/create/models/block/polished_cut_limestone_wall_side.json +68ffda4517d9f72c31c0c5f6198488fbc4a07174 assets/create/models/block/polished_cut_limestone_wall_side_tall.json +200772c923affaec2786f94ee3ce7c7870c1030d assets/create/models/block/polished_cut_ochrum.json +ff929b6ffbe96f3e0f9fee7548a8433f50e53ccd assets/create/models/block/polished_cut_ochrum_slab.json +cd2ceebff6aeb8e16403e96eea951cb2b25edb66 assets/create/models/block/polished_cut_ochrum_slab_double.json +464be832b7fc86419d2b117026b83b6766885e48 assets/create/models/block/polished_cut_ochrum_slab_top.json +65169cc7c511928ed6519d8df6153d03058570c1 assets/create/models/block/polished_cut_ochrum_stairs.json +971644febbccf1faca2008855b56f468c1e96a7e assets/create/models/block/polished_cut_ochrum_stairs_inner.json +00dbea2b4f6d44d7d35a4b6f865027a3f3ee4bbe assets/create/models/block/polished_cut_ochrum_stairs_outer.json +e167cc5d74952f1b5a83704076579987418f7dfb assets/create/models/block/polished_cut_ochrum_wall_post.json +c58b1dd85ee814eb7beadb2ae11871bf3fc7b9ad assets/create/models/block/polished_cut_ochrum_wall_side.json +4d315b296b28c83e218055fc8c05f24de76f5b27 assets/create/models/block/polished_cut_ochrum_wall_side_tall.json +2ee58aa66c4a89d2579e7303af4635240e928582 assets/create/models/block/polished_cut_scorchia.json +3f7b477f1f1c578ba0e16d940085214b27ed677f assets/create/models/block/polished_cut_scorchia_slab.json +3dd94b8457f4b05e0bab2548777f39e70daccaf2 assets/create/models/block/polished_cut_scorchia_slab_double.json +785b969e358cf4e8a19a788d1bd63da856b07d92 assets/create/models/block/polished_cut_scorchia_slab_top.json +33e0002de4d81bc4640e966eb5f751e14e01f9a2 assets/create/models/block/polished_cut_scorchia_stairs.json +3341e9b15233e281bf7c81f4c1df4f4e509c108b assets/create/models/block/polished_cut_scorchia_stairs_inner.json +576cb144269cab0c53bea48468d2a145ee6e513b assets/create/models/block/polished_cut_scorchia_stairs_outer.json +86c13b99f8a324019fbedececf5735853cd077a9 assets/create/models/block/polished_cut_scorchia_wall_post.json +bf1feb1194fff279a32e3f4673f70de2fe26e650 assets/create/models/block/polished_cut_scorchia_wall_side.json +ddcf0b336256ba8f2daa1c4d9a0929d82c08a491 assets/create/models/block/polished_cut_scorchia_wall_side_tall.json +2fdde14d3c66e5e1d75bc6918c1d2f0cda8ecc10 assets/create/models/block/polished_cut_scoria.json +5ed68dcae31255cf26900496225b2731869920a3 assets/create/models/block/polished_cut_scoria_slab.json +844c27d5d1714701f77031c64443053cffbaf59e assets/create/models/block/polished_cut_scoria_slab_double.json +dfe246a6a37cc1a99b048170ea671b0fe46ef6b4 assets/create/models/block/polished_cut_scoria_slab_top.json +7032950ca56f3853fd469b175f315126548abbb9 assets/create/models/block/polished_cut_scoria_stairs.json +7de72417f532a00490af48cee748db64c6bbf072 assets/create/models/block/polished_cut_scoria_stairs_inner.json +336e62a7dff4e3683f941b691095fced56de93c3 assets/create/models/block/polished_cut_scoria_stairs_outer.json +454a41e230c0ac45c362303d686fa952aec6fa5d assets/create/models/block/polished_cut_scoria_wall_post.json +467630010722cfb43ecbf4d09987df64622a0e3b assets/create/models/block/polished_cut_scoria_wall_side.json +ad96e936421f8a25bfdea8a44cc061ce1a6985c2 assets/create/models/block/polished_cut_scoria_wall_side_tall.json +5dc98ad38d75018b815e695bf0db94ad5b1fcc90 assets/create/models/block/polished_cut_tuff.json +dde501accaef95594fb4935d358f45278b835a42 assets/create/models/block/polished_cut_tuff_slab.json +95cf10dda0bee0ab5b85695e299a6aeb780516dc assets/create/models/block/polished_cut_tuff_slab_double.json +e5d50c761151035630a4b19afec9bac32244a855 assets/create/models/block/polished_cut_tuff_slab_top.json +d545464a355b6096207305b388296196ac08c85d assets/create/models/block/polished_cut_tuff_stairs.json +0e23c841f309732c7af0a752d4d02aedb80e0ff1 assets/create/models/block/polished_cut_tuff_stairs_inner.json +4aadd259595559a2ee914e12d0a8f2bc5c9f7b20 assets/create/models/block/polished_cut_tuff_stairs_outer.json +88ca17bf41d94963c015bcbb80e827580432b65a assets/create/models/block/polished_cut_tuff_wall_post.json +65e9c3856bb345258838fa125f63279c3c6be3cd assets/create/models/block/polished_cut_tuff_wall_side.json +b77d945bf79929f3cc99968a09d642a942605c21 assets/create/models/block/polished_cut_tuff_wall_side_tall.json +adcdbfcff8407fc096686a99817a96419f9a015f assets/create/models/block/polished_cut_veridium.json +d184befcb6e5c6933fd20396135c588c8b0c7734 assets/create/models/block/polished_cut_veridium_slab.json +127022c02c9e5097d263370c8087073a72a56fa6 assets/create/models/block/polished_cut_veridium_slab_double.json +b382ef5c7420b58c491b1ae9d9f6df6937e3f8ee assets/create/models/block/polished_cut_veridium_slab_top.json +282e2882b64cc0a60c453a25f5e28d5d537c2f63 assets/create/models/block/polished_cut_veridium_stairs.json +1dcbf04d090d6b59150e448b64018ef467a243cb assets/create/models/block/polished_cut_veridium_stairs_inner.json +18f97dcade9dc6b992fdd842d2b90f07ceb42301 assets/create/models/block/polished_cut_veridium_stairs_outer.json +11567f467745901ba59002fad1b9520f7cbf951c assets/create/models/block/polished_cut_veridium_wall_post.json +b21ec7cde56398b65f44922ddb026d9adb7b6072 assets/create/models/block/polished_cut_veridium_wall_side.json +12c8aa432902b55a7f9a9f0e8e555ba8580ae584 assets/create/models/block/polished_cut_veridium_wall_side_tall.json +595e5b03cb60eaac907c4106566c4fcba7850e45 assets/create/models/block/powered_latch.json +941add7a472dee994b06ac99a1aaf8231bc89d89 assets/create/models/block/powered_latch_powered.json +07aafcd56465c9aa81b6760f5a253b8378fe4b2f assets/create/models/block/powered_toggle_latch_off_powered.json +40492635ab814508e2f6aba2e02c439cd1c60111 assets/create/models/block/powered_toggle_latch_on_powered.json +11841707ff4b618d29d1481e0b5b6b0d42e90220 assets/create/models/block/pulse_extender_powered.json +1cf90efe8807a68bb477c97de8b95c85f54be891 assets/create/models/block/pulse_extender_powered_powering.json +4080506d71d0af1572eb8d006e9450baa1a19c09 assets/create/models/block/pulse_extender_powering.json +66374fdc4d3d55f99b03e406f3b594f8b1bab94d assets/create/models/block/pulse_repeater_powered.json +6bd0d85ca18b468bee279e7bc398bc8395e33a8b assets/create/models/block/pulse_repeater_powered_powering.json +de0cc956e7ff1510d0947ca8fd2b6e642944f0ee assets/create/models/block/pulse_repeater_powering.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/purple_nixie_tube.json +356378a5839b0b400aa5e0a67740634113c09a38 assets/create/models/block/purple_sail.json +bc8e473a5662b6180b00b85e5006241a283c9baa assets/create/models/block/purple_seat.json +5e85ec98c165a0b5bfe25d391e96df9164372a3a assets/create/models/block/purple_toolbox.json +b7e5f69044c7a1d0a31fd2f6efe81a5be060bf19 assets/create/models/block/purple_valve_handle.json +e1fdd5fb88d9f5af7d0e90e65cf5ecea0667e1c7 assets/create/models/block/radial_chassis_side_x.json +7001f66fb40c7b76b540bede11c63b1f60e398fb assets/create/models/block/radial_chassis_side_x_sticky.json +5592108b1cd30d3574408adb7b30deb8d85d5dd4 assets/create/models/block/radial_chassis_side_y.json +ff65b89683fbb9326f625b9a68f954def5ed000d assets/create/models/block/radial_chassis_side_y_sticky.json +39205c4af1feca29a741d718698176dd441dcca0 assets/create/models/block/radial_chassis_side_z.json +2a59eb4074dba8ea4acbef2260171c11d93e12e6 assets/create/models/block/radial_chassis_side_z_sticky.json +9d234d1294f927d1e70a5c9b1e6de73ef65e7014 assets/create/models/block/railway_casing.json +be8042806b08990786ced1cf140c4942d7a6788b assets/create/models/block/raw_zinc_block.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/red_nixie_tube.json +b692deeb65f338212fb1073b725a122b7b1359d5 assets/create/models/block/red_sail.json +bf3f4ba33e1a61254073ecee3e753958f8debb35 assets/create/models/block/red_seat.json +2a13766aebac1a392ae7bf934bd81d9210c87a24 assets/create/models/block/red_toolbox.json +36f525b420b040b9f78032abe84cd125766cf320 assets/create/models/block/red_valve_handle.json +2aa9e5c535979c912593f30b654ae96334f72a80 assets/create/models/block/refined_radiance_casing.json +def5c2b3b47ee882e585896c8b4dc648150254fa assets/create/models/block/rose_quartz_block.json +b3db804b7d7d66bd83702c042934fcdb5022108e assets/create/models/block/rose_quartz_block_horizontal.json +4c62c8656754cd803c38412edc50117d0894c929 assets/create/models/block/rose_quartz_lamp.json +b63779c44318d2b2f9b9f68c81e72338e9f8cf5a assets/create/models/block/rose_quartz_lamp_powered.json +a0eb7694a2b86570759e4443ecf724059302e16c assets/create/models/block/rose_quartz_tiles.json +2955563914c2f84ed06474c135062e91189ddf3a assets/create/models/block/scorchia.json +1a5a09873b5d4f45e6e2d47c3e257b4a658651b5 assets/create/models/block/scorchia_pillar.json +c5ab309e73ad6ee9089305bf8e1764a692d7a52b assets/create/models/block/scorchia_pillar_horizontal.json +ff52eb59dadfe675e416440f3115856a501428a6 assets/create/models/block/scoria.json +35fe5d3db081ec19ec1ad4e2ca8278de9010d05f assets/create/models/block/scoria_pillar.json +88e51a8c6c5abc003d3cca0bfbc55e728858f6b6 assets/create/models/block/scoria_pillar_horizontal.json +2b8ccf50f6935434f7992754cfc11299d5582eaa assets/create/models/block/secondary_linear_chassis.json +9b7ac1e8aa2bf26b9154ea7c43498b4a34b6779a assets/create/models/block/secondary_linear_chassis_bottom.json +4d7d36f974d25a310db2f75800e8c7e0377881c6 assets/create/models/block/secondary_linear_chassis_top.json +5ecb821ac06873015d2d7ebcfb7e1f5fe85cf504 assets/create/models/block/secondary_linear_chassis_top_bottom.json +e697898a0ec4c308314a4e0b7235fa0a9229da45 assets/create/models/block/shadow_steel_casing.json +73edb947b52c73e85a83422853d0b8a0fb34e82b assets/create/models/block/small_andesite_bricks.json +3bb5c8413b9e81a1adc339f873f37eb656904e06 assets/create/models/block/small_andesite_bricks_wall_post.json +0e70d94fc6ffdc0fd4a50a5910bc1455b401982f assets/create/models/block/small_andesite_bricks_wall_side.json +597fec784e40c1ff3b622824c32773d6d271f3b7 assets/create/models/block/small_andesite_bricks_wall_side_tall.json +593b962350c8de53156901b308617c6a246afa09 assets/create/models/block/small_andesite_brick_slab.json +c83de8118653ccdce92a1b7f3501bf7359e0b310 assets/create/models/block/small_andesite_brick_slab_top.json +f019380bcc81d52681e2beaf63e2b11836c45922 assets/create/models/block/small_andesite_brick_stairs.json +4fa72fe0115ad9ec83837852a2b2e2d22dde19ca assets/create/models/block/small_andesite_brick_stairs_inner.json +f80f485f62dce86e98815b343c89e96b10623e53 assets/create/models/block/small_andesite_brick_stairs_outer.json +4750724972cbac6d7dac31e0689681eab6c37093 assets/create/models/block/small_asurine_bricks.json +407c7bea509bb0e9bf9f04e947ace584103d012d assets/create/models/block/small_asurine_bricks_wall_post.json +60491dfb4f2a6b78effdf18612b9a1cd7d930d8a assets/create/models/block/small_asurine_bricks_wall_side.json +e5d3172c08b65696a6d72220495463636d8b352c assets/create/models/block/small_asurine_bricks_wall_side_tall.json +cdd354726eda82d83dc89871fa587b8c07b02a16 assets/create/models/block/small_asurine_brick_slab.json +7bdb6ed1e74437d083bca7d89c0d1b7c81e80b53 assets/create/models/block/small_asurine_brick_slab_top.json +086b9d4284d343967a582fd0a7d194bafd980e13 assets/create/models/block/small_asurine_brick_stairs.json +db69f1580ca405b9a99f0e4ea8d9b9950ed6444e assets/create/models/block/small_asurine_brick_stairs_inner.json +dd572cbff713b0f4830aef0bf3ba4adb80ee9908 assets/create/models/block/small_asurine_brick_stairs_outer.json +c2c72734ac526c319cb01e982824680bfb5f1186 assets/create/models/block/small_calcite_bricks.json +f17f2ecd5e5a32f92ec0ad0ba9e861a80432c0f2 assets/create/models/block/small_calcite_bricks_wall_post.json +1ad7654125aff67267567c0007cc03b8a15131b0 assets/create/models/block/small_calcite_bricks_wall_side.json +10c339f64c0e78f4fbb7a95c10bf7f9f399c0c6b assets/create/models/block/small_calcite_bricks_wall_side_tall.json +d07c57748981a54ffcdadc30ec21f728a3557bea assets/create/models/block/small_calcite_brick_slab.json +9a5e6a93328ad35b256b2512c28e683a74e807a9 assets/create/models/block/small_calcite_brick_slab_top.json +c3d39e013dd0142f044f8f0a90de849a0d961e84 assets/create/models/block/small_calcite_brick_stairs.json +4e47a4708dafc0ea476e2d5b6567acfdc2c5c148 assets/create/models/block/small_calcite_brick_stairs_inner.json +6a41c44680a958299a787d8c8c8778d52167cd65 assets/create/models/block/small_calcite_brick_stairs_outer.json +485f6c0e37b24124ff23efa3f0caa2cfe85663dd assets/create/models/block/small_crimsite_bricks.json +57b050751e68c9a881d9598cfe8dfb45f19df08c assets/create/models/block/small_crimsite_bricks_wall_post.json +cb01f90c7ac1f56a6f79e1fecb126c349b6d53b0 assets/create/models/block/small_crimsite_bricks_wall_side.json +80932617b1d4b718071c1f8558398ba881743892 assets/create/models/block/small_crimsite_bricks_wall_side_tall.json +827867ddd9b5f6e2daa916c968531c7183ce7fa2 assets/create/models/block/small_crimsite_brick_slab.json +dd19ebdbd1a2de827d467b0abd2d1d3ee5822305 assets/create/models/block/small_crimsite_brick_slab_top.json +58048cb41b740b008a98420ea93b567f38e2910f assets/create/models/block/small_crimsite_brick_stairs.json +a943586885ea7d48fc27595d9741f97d852446e7 assets/create/models/block/small_crimsite_brick_stairs_inner.json +8dc173b8a9912341ccb9cd8c9a0d2d893571eb85 assets/create/models/block/small_crimsite_brick_stairs_outer.json +cd855b25c38be2c36dcbf6ab0d963a2c76043171 assets/create/models/block/small_deepslate_bricks.json +88a6c43f64c6d53b34719f41707622635108342b assets/create/models/block/small_deepslate_bricks_wall_post.json +dea1773ca9baf9e1a6a7a4288d348127b858c42d assets/create/models/block/small_deepslate_bricks_wall_side.json +673ab543b38a597fd74285cd25b8004c9e2bd706 assets/create/models/block/small_deepslate_bricks_wall_side_tall.json +67c78a3e9250351d0ea18538640b596f05e957a4 assets/create/models/block/small_deepslate_brick_slab.json +bc1af783fbcbe73df05e12c93625035db8089d16 assets/create/models/block/small_deepslate_brick_slab_top.json +91e00675337592d17a04032808ca64c4a159c814 assets/create/models/block/small_deepslate_brick_stairs.json +39e78262242637628628a07dc47908fb1593d3f2 assets/create/models/block/small_deepslate_brick_stairs_inner.json +d7a61bc4c84070e0fd53e0957a5282078daff7f1 assets/create/models/block/small_deepslate_brick_stairs_outer.json +73e801fb607d76b42e1862323e9d149910a68298 assets/create/models/block/small_diorite_bricks.json +2bdb593d3ae4d856e96cc877f4927da25841af54 assets/create/models/block/small_diorite_bricks_wall_post.json +dd064be7962a2418784a513725fc7b5835e4ab40 assets/create/models/block/small_diorite_bricks_wall_side.json +3753c64785d74f1997b9f8f856fa873302621f39 assets/create/models/block/small_diorite_bricks_wall_side_tall.json +59fc1d9dac0b6867779346413953174fc6b55d3c assets/create/models/block/small_diorite_brick_slab.json +cbd6fe711e1203aa746d86d12bb85016b7142749 assets/create/models/block/small_diorite_brick_slab_top.json +a6c823fa96ba8a06d101ca96a6898fe8a1faf83e assets/create/models/block/small_diorite_brick_stairs.json +7f128501d989122df9d2ab002a497356831caa1c assets/create/models/block/small_diorite_brick_stairs_inner.json +26222975b0efb2acea6473d0bcc99453aa9ed561 assets/create/models/block/small_diorite_brick_stairs_outer.json +7f55f9c8cae6a79a9ab22a4b593a2c5829390573 assets/create/models/block/small_dripstone_bricks.json +fd0880b2e55435c8dc6945fa71c67ba34d7b1e69 assets/create/models/block/small_dripstone_bricks_wall_post.json +c00e9c0bfb108b70975514694f38d3c4cd63e819 assets/create/models/block/small_dripstone_bricks_wall_side.json +26382c01766e04cfe7ea585cabc1baa1c409e0a0 assets/create/models/block/small_dripstone_bricks_wall_side_tall.json +7b18bb56d4509f490a73b2812a8e40333f400369 assets/create/models/block/small_dripstone_brick_slab.json +39b7aa7d1494e5328e8774acb8adec8a346e972f assets/create/models/block/small_dripstone_brick_slab_top.json +3d265aed7a723713d525d0fabf3a70600d9d60e4 assets/create/models/block/small_dripstone_brick_stairs.json +2be41e9c1367af7f0eb99856e35900df96974bd4 assets/create/models/block/small_dripstone_brick_stairs_inner.json +4026a9327d47d55218b00b0b4b92464b6448ad91 assets/create/models/block/small_dripstone_brick_stairs_outer.json +ad4cf29e0e67d0d202d5836486531551909c71bf assets/create/models/block/small_granite_bricks.json +d20963cbb5d2321a069bf42d203855a5584f8607 assets/create/models/block/small_granite_bricks_wall_post.json +b860879b66d2d23349fa95ff644d9eba21eb29bd assets/create/models/block/small_granite_bricks_wall_side.json +11593a2a0e307b3e1d847c84d8c61bc78fef2967 assets/create/models/block/small_granite_bricks_wall_side_tall.json +cb0a72cedb6b2b043eaf8c8869648802d74a2eeb assets/create/models/block/small_granite_brick_slab.json +d635840492541787d55cc005c7e207532edcdef3 assets/create/models/block/small_granite_brick_slab_top.json +ba9bfedf5854fccaba8a5e60c26efb6e34ede3cd assets/create/models/block/small_granite_brick_stairs.json +9bebe59176e74926e28a139dc557c25283285e89 assets/create/models/block/small_granite_brick_stairs_inner.json +15d71900e76c131285447628e63bf1479ce7025a assets/create/models/block/small_granite_brick_stairs_outer.json +6224f2763224d3e746dafdaaf14fae68e2469b93 assets/create/models/block/small_limestone_bricks.json +ca038e240e4157897a6273692db2c952ab5b17d7 assets/create/models/block/small_limestone_bricks_wall_post.json +7920f8cfda77b22d4d29638faa6ae07d89e51ab3 assets/create/models/block/small_limestone_bricks_wall_side.json +6e1fa27744f4592111945e5cafee6d7d67b5299b assets/create/models/block/small_limestone_bricks_wall_side_tall.json +0e0f551bac87421e6b693aa9ca98fd5da2ee168b assets/create/models/block/small_limestone_brick_slab.json +6669c1e87ed79097f96e7e46eecf3ab6e7c9778c assets/create/models/block/small_limestone_brick_slab_top.json +5aff0145d2fc89549ac541db325dda25b8941583 assets/create/models/block/small_limestone_brick_stairs.json +250aa2c237a9532b19621fa604027433183961c3 assets/create/models/block/small_limestone_brick_stairs_inner.json +92da57d330e9905d017705dd931af1d1d6c1a00d assets/create/models/block/small_limestone_brick_stairs_outer.json +242e4f39f6df26917f21899f0c7d0415a166d4b9 assets/create/models/block/small_ochrum_bricks.json +06cb9faca0062947c08b2a7309a958aac5ab24ac assets/create/models/block/small_ochrum_bricks_wall_post.json +8d9d53206e222839333026c779b66b9fd8cf2cf9 assets/create/models/block/small_ochrum_bricks_wall_side.json +f412fbaa509f7b2d47a27d4bcb13590bfcae74ca assets/create/models/block/small_ochrum_bricks_wall_side_tall.json +517e3605a9e86a07c673e18d94c2c37109a2aef5 assets/create/models/block/small_ochrum_brick_slab.json +855ad9f6fe03ceb2cc33d9df3536cb4394acfa9b assets/create/models/block/small_ochrum_brick_slab_top.json +c5fc35d6b0fe96c11537bc10d34a63ef80f3270c assets/create/models/block/small_ochrum_brick_stairs.json +9a2631d9f6821d2c01bc8b2588a69702d3b083cc assets/create/models/block/small_ochrum_brick_stairs_inner.json +1f0ccdef29dae18535ea304e954e06c91bb0620b assets/create/models/block/small_ochrum_brick_stairs_outer.json +be96f070be1f838c6fb442c164b5f9b4e5cfcee5 assets/create/models/block/small_rose_quartz_tiles.json +41e56d8e334b81a0d5270bdbe87617981e1f98b4 assets/create/models/block/small_scorchia_bricks.json +56aa81e05019533ce0e0f1ee3ef7bf20fcc400b4 assets/create/models/block/small_scorchia_bricks_wall_post.json +1e1fa90c8b144813770c4d53a3b734ae450895d6 assets/create/models/block/small_scorchia_bricks_wall_side.json +6a46cf73c03a2abea25a81dbb28f4150b355900c assets/create/models/block/small_scorchia_bricks_wall_side_tall.json +6aa3825ace2e73bec454aaa8597e3a892ee29eb7 assets/create/models/block/small_scorchia_brick_slab.json +f0378625001171c449a403e372e59623f0fc6569 assets/create/models/block/small_scorchia_brick_slab_top.json +49fa4a3940f84902319df257d39812eb71c8a9e2 assets/create/models/block/small_scorchia_brick_stairs.json +4dee6e6dbe6a98a8eaa04f6812f322343f62fca1 assets/create/models/block/small_scorchia_brick_stairs_inner.json +8a19e7e5c03c155c9ef9332486ae0b069dea0502 assets/create/models/block/small_scorchia_brick_stairs_outer.json +6b435123d852579ba8467c4915cd5d0adaadeca0 assets/create/models/block/small_scoria_bricks.json +86b243074845ca66916ce96ef3774862cf9a39d4 assets/create/models/block/small_scoria_bricks_wall_post.json +57ccb3efbdc4a69cad60c8b90321338ba2e68321 assets/create/models/block/small_scoria_bricks_wall_side.json +d4c5398e10b25d2dc3cb3754a449fc2b60e4074f assets/create/models/block/small_scoria_bricks_wall_side_tall.json +918351c1270c26932c0c4783543779a25ca7e986 assets/create/models/block/small_scoria_brick_slab.json +4138e756b4b36f227e178acbcc233edb082ae603 assets/create/models/block/small_scoria_brick_slab_top.json +b8e70cd7d9acdcf91be9783cd91d70275a006ea2 assets/create/models/block/small_scoria_brick_stairs.json +625bfbd58440ea4e270d57cc748f2b5f6cece63b assets/create/models/block/small_scoria_brick_stairs_inner.json +602a46fb2736acb8c50b0d04222e6c33e52dee87 assets/create/models/block/small_scoria_brick_stairs_outer.json +a8e8c633dfb6d9f14425b1fd28e88ecf08a88cc6 assets/create/models/block/small_tuff_bricks.json +1c3a22bed504cd7a7e507e83ee21399f8a3fb299 assets/create/models/block/small_tuff_bricks_wall_post.json +1aeb8cac7d0178a18ac1cf98c9a45ca8e67514b0 assets/create/models/block/small_tuff_bricks_wall_side.json +4c6b5c7c60ec4cad314064b171413a3e866e5f99 assets/create/models/block/small_tuff_bricks_wall_side_tall.json +6b2c4d8c8609de0d3d6ce1e30b1dd26ba59cb86d assets/create/models/block/small_tuff_brick_slab.json +1ba07367fcba6a3914f1703115304a7c19979542 assets/create/models/block/small_tuff_brick_slab_top.json +1a5ab239d0f2f041ee04005ceb60111e6848f5de assets/create/models/block/small_tuff_brick_stairs.json +be3ee2c36f85a534a71d42a7d63a7816945b3c30 assets/create/models/block/small_tuff_brick_stairs_inner.json +aa84e448041d5f74c75565f5e409b1e9b7e5155d assets/create/models/block/small_tuff_brick_stairs_outer.json +e9c75f1b4b663dce09b0a2f8282e574839c19d06 assets/create/models/block/small_veridium_bricks.json +725f6d3dbcfb469cede6fb27a98c1f398f3f3c8c assets/create/models/block/small_veridium_bricks_wall_post.json +b33ee496d43e315a5bed5eaabfd553e361fec1a9 assets/create/models/block/small_veridium_bricks_wall_side.json +80e950f93def51d82a63848b1fb6ac11600ab1bf assets/create/models/block/small_veridium_bricks_wall_side_tall.json +30b150fe3cf9bdb6ee32cd6b0f51179b44be57d3 assets/create/models/block/small_veridium_brick_slab.json +2158dd9e71f6f60e5132105c68a41ad6e3927438 assets/create/models/block/small_veridium_brick_slab_top.json +bbbfc8e3696945ed1f6c3afe73ae0745ff8deda1 assets/create/models/block/small_veridium_brick_stairs.json +fc3a996b0ca01c2c09ad84b881c46e92918d084f assets/create/models/block/small_veridium_brick_stairs_inner.json +e27a77984e8e28e6032f26bb010efcadfaeb5407 assets/create/models/block/small_veridium_brick_stairs_outer.json +d7c1c2679c8ba543ae7be3b9cf3f4eea3c1a2f68 assets/create/models/block/spruce_window.json +f4a4fbb9eea6fb1d0633e349eae6acdaf329e8d5 assets/create/models/block/spruce_window_pane_noside.json +02a25202a42debcd2b4aaa4113e3de4f8f6ee47c assets/create/models/block/spruce_window_pane_noside_alt.json +25387c9dece1626ff96edc9c43f7f23a6e73a2cf assets/create/models/block/spruce_window_pane_post.json +e13aabf77b949a4eaf33c772e8b7112b1a7f1e72 assets/create/models/block/spruce_window_pane_side.json +96fd27f27d9ef23611cf43c5a7c337260e076d5f assets/create/models/block/spruce_window_pane_side_alt.json +7d1b92cf1a87e6dc0170c545ce88f376e3d6d182 assets/create/models/block/steam_whistle/block_large_floor_powered.json +376b5947c52afd1a3ece25c7c18ea4dc38331106 assets/create/models/block/steam_whistle/block_large_wall_powered.json +993375d35570fcac442ace0ca1a0e8ea15aadfa4 assets/create/models/block/steam_whistle/block_medium_floor_powered.json +9bf5008df74b7caea128580021605a6abcae6841 assets/create/models/block/steam_whistle/block_medium_wall_powered.json +92eba6564e2c65e08bc628107fbf89a5ff7ab53e assets/create/models/block/steam_whistle/block_small_floor_powered.json +d768a02c31606cc46a4bbd619906e313099cce2d assets/create/models/block/steam_whistle/block_small_wall_powered.json +9e74256a37ee71de978395fb911e6e6db9fcc41e assets/create/models/block/tiled_glass.json +49c76af85635454ba3b6278f7317bb1729c4c58a assets/create/models/block/tiled_glass_pane_noside.json +4319255a3fcb0b9b60cba96273c513329a480a6b assets/create/models/block/tiled_glass_pane_noside_alt.json +91b1d80b1fa38d5616818494b3c7ae4f359b8157 assets/create/models/block/tiled_glass_pane_post.json +13daac217dbb4fcc5c0591c6c76b512e829f3986 assets/create/models/block/tiled_glass_pane_side.json +4666d4fa04549c2fc182da43295b15ba6e35e874 assets/create/models/block/tiled_glass_pane_side_alt.json +c6772ce52c8e9e763a2ae26bd367deb02d9b7949 assets/create/models/block/tuff_pillar.json +5b62f55f41de41cdc80af2c474a4b2bbdf9cd629 assets/create/models/block/tuff_pillar_horizontal.json +a576d5644cca47998391ba62ea2b5de73236e7e7 assets/create/models/block/tunnel/andesite_tunnel/cross.json +3dfec1c898324c5e9eb8c46079c372c7b0a87566 assets/create/models/block/tunnel/andesite_tunnel/straight.json +623e1b0da749f8ad397b50eb94e3bd5d745a9b50 assets/create/models/block/tunnel/andesite_tunnel/t_left.json +4f2ba214ef7e7a97c096e1a9dbbfa4ceafa814f5 assets/create/models/block/tunnel/andesite_tunnel/t_right.json +a99c3c8b5f4530ecff8e4a25c2a95d2399781817 assets/create/models/block/tunnel/andesite_tunnel/window.json +14cea60ecb9a49f3e7a216e5c208ba134a610537 assets/create/models/block/tunnel/brass_tunnel/cross.json +1dc41df10c394bea32f34bfd4ff05bab5002b7d7 assets/create/models/block/tunnel/brass_tunnel/straight.json +2b8379727fff55130815826c13285b65b30ce29a assets/create/models/block/tunnel/brass_tunnel/t_left.json +578e09fa338c9f51185d9502e789009bd644b4f3 assets/create/models/block/tunnel/brass_tunnel/t_right.json +df2cb93c8be9c08f4cc312e23d7e35b4e4bed8fd assets/create/models/block/tunnel/brass_tunnel/window.json +f2c50cb2a7899de719552327e0093c26380b5b5d assets/create/models/block/veridium_natural_0.json +63a159b54de6a31ee265750e4af4b1990820eda6 assets/create/models/block/veridium_natural_1.json +d253cb618fd47d1a9dbecbb6ee72639e1da2b8da assets/create/models/block/veridium_natural_2.json +2b6b8969b7a363698aae4f85f7ac39f876fe78e4 assets/create/models/block/veridium_natural_3.json +25cc486b31fca67b84f44ff4b5c220a059bc8589 assets/create/models/block/veridium_pillar.json +e0fd360f1fa4324ddd7f190b1d14696463ab7d1c assets/create/models/block/veridium_pillar_horizontal.json +5f70af15ec2569c68a17d31024c7a37cb5c68c7e assets/create/models/block/vertical_framed_glass.json +f0100e1d44146b256998fbd2af05da80d147e8d9 assets/create/models/block/vertical_framed_glass_pane_noside.json +4a032c6ae3f459e3349c2a2218da186170c31e03 assets/create/models/block/vertical_framed_glass_pane_noside_alt.json +a1a239714f5feb45a692f5c2873c37d6614e1b8b assets/create/models/block/vertical_framed_glass_pane_post.json +0f7e518ef02428c55e1683bc9de0d20e2c1e6883 assets/create/models/block/vertical_framed_glass_pane_side.json +db3f9472815fb6acc1ee1d9941b8cc19518ebcbf assets/create/models/block/vertical_framed_glass_pane_side_alt.json +f42dee6a64f8b1db8ec7b281de05bc11088b42fe assets/create/models/block/warped_window.json +e84875a4eb11e2161a93ec7569aa2ac1c2f60cef assets/create/models/block/warped_window_pane_noside.json +1e8adba26f93d80a75f5842c8e353a6300ed8fb6 assets/create/models/block/warped_window_pane_noside_alt.json +378c865ff8213ff56f1f7a4b2d9cf26c71f036e8 assets/create/models/block/warped_window_pane_post.json +f320de08cb113a9ad17acd2ebb8dfc57759e4f7d assets/create/models/block/warped_window_pane_side.json +2fc182d9697b5cddd93b01d1236931af27eee8fe assets/create/models/block/warped_window_pane_side_alt.json +32fdb85b5b62d5a0fb41732874c854788cdd2ba1 assets/create/models/block/waxed_copper_shingles.json +fb7fb6deebd502946ab57f1b8a9f4a6b5dd48da3 assets/create/models/block/waxed_copper_shingle_slab.json +660f61112b8e46dec5050cb0ed4ee936965a7c58 assets/create/models/block/waxed_copper_shingle_slab_top.json +5d74be967bbe9feba4b630751f13af817a733d1d assets/create/models/block/waxed_copper_shingle_stairs.json +35cb89f29ce3f8d8af13602c08ecd7afbb7cf56a assets/create/models/block/waxed_copper_shingle_stairs_inner.json +fcb9295f4f388e6d439ec9a3906ca326b6d69077 assets/create/models/block/waxed_copper_shingle_stairs_outer.json +32f06f39d0b34e4431795aa6e64f87e58dc1597b assets/create/models/block/waxed_copper_tiles.json +298c6100de02ed9f813397d8ba38c46f35035c69 assets/create/models/block/waxed_copper_tile_slab.json +d4422c2d96fb329087d1be70d8b983a8cf6c7f01 assets/create/models/block/waxed_copper_tile_slab_top.json +fca72048f916d3a3e567b385c948cc1b59711ef4 assets/create/models/block/waxed_copper_tile_stairs.json +997479b62ed3d81ab633279ecc2fabd9588a3bf3 assets/create/models/block/waxed_copper_tile_stairs_inner.json +d5c5bbfb9aaa282e11ad6e6309b1880b172ee653 assets/create/models/block/waxed_copper_tile_stairs_outer.json +19a773f91c58c49301f35965bac02d0c05fb2764 assets/create/models/block/waxed_exposed_copper_shingles.json +a3420b91fdebec40e508a5eebb145c0201bd80c8 assets/create/models/block/waxed_exposed_copper_shingle_slab.json +4178ea5e50ee17b3c15f4a59efd019c4a19bb892 assets/create/models/block/waxed_exposed_copper_shingle_slab_top.json +dd2d747774abc86e428a883e299db66cded78e11 assets/create/models/block/waxed_exposed_copper_shingle_stairs.json +b6845da62d96a33cee624bb70360e256b26eda83 assets/create/models/block/waxed_exposed_copper_shingle_stairs_inner.json +3d8b758e50e75c5adc26ab6f39f9d73f00866673 assets/create/models/block/waxed_exposed_copper_shingle_stairs_outer.json +9cb20c9d41629d8b9426cb65829365d10966338f assets/create/models/block/waxed_exposed_copper_tiles.json +cd21d9d2935b6d0103502e2731c11ea27ff64ecf assets/create/models/block/waxed_exposed_copper_tile_slab.json +0ec039ba59fb0028183433e52131ff355ace5bff assets/create/models/block/waxed_exposed_copper_tile_slab_top.json +c51dbd34996ac4513234800e427ac308067d5e1d assets/create/models/block/waxed_exposed_copper_tile_stairs.json +68772d4352dc7ade995dfa57ba41a38ef819e855 assets/create/models/block/waxed_exposed_copper_tile_stairs_inner.json +d932671822ba93b71a9c8b50e7207803a1c4dbab assets/create/models/block/waxed_exposed_copper_tile_stairs_outer.json +561beafce41b9e9c0b07bc6b7176dd4f6918c116 assets/create/models/block/waxed_oxidized_copper_shingles.json +7e0bab8109e322c6db5fe1d5999c06536c21c6eb assets/create/models/block/waxed_oxidized_copper_shingle_slab.json +42df32c4e2d1ffb2ee62748becfd1717118b440c assets/create/models/block/waxed_oxidized_copper_shingle_slab_top.json +b55a733e3e68cfbd08d45bb9ac56deef9f728b60 assets/create/models/block/waxed_oxidized_copper_shingle_stairs.json +7b8745213af5aa7938fc04a295be6a087c72daa8 assets/create/models/block/waxed_oxidized_copper_shingle_stairs_inner.json +d89419d48d6ee2f6747e7c93de8699db22ea3f59 assets/create/models/block/waxed_oxidized_copper_shingle_stairs_outer.json +5cf92b628ff1f832966138a58ed87d747681274c assets/create/models/block/waxed_oxidized_copper_tiles.json +ad6134598869711a12e2f95c9b5f25a0f7b8dd93 assets/create/models/block/waxed_oxidized_copper_tile_slab.json +c17bac0fd6a20540813c6a1c000a553b7c5ac849 assets/create/models/block/waxed_oxidized_copper_tile_slab_top.json +d5b30340364f5536e46bc67e777ef4fa20a36e04 assets/create/models/block/waxed_oxidized_copper_tile_stairs.json +b40b315c23cbd3eb4658518bfac836f6091321a5 assets/create/models/block/waxed_oxidized_copper_tile_stairs_inner.json +f4eaadab29b4f2e915237340e2d6f4aad4ba21d6 assets/create/models/block/waxed_oxidized_copper_tile_stairs_outer.json +9c73020e80c31cd710c218f9699ba9a795758ad0 assets/create/models/block/waxed_weathered_copper_shingles.json +897cfc177b073ca1bcb635c74108567f8748b5c4 assets/create/models/block/waxed_weathered_copper_shingle_slab.json +efa57ba131c27e0064c0d958e69b10530a26ac41 assets/create/models/block/waxed_weathered_copper_shingle_slab_top.json +4ef11a7e3de630ad46b9179e8a9a34d55202f6c5 assets/create/models/block/waxed_weathered_copper_shingle_stairs.json +f32a18c76cfaca2153f6321880a8da1347be37ce assets/create/models/block/waxed_weathered_copper_shingle_stairs_inner.json +9637f78e51ca7ed812e4c64c52e08f6fa0adbfc3 assets/create/models/block/waxed_weathered_copper_shingle_stairs_outer.json +9782a25341dd2ffb146430edbe6916932250c326 assets/create/models/block/waxed_weathered_copper_tiles.json +0c9669588972d4c2152bd2b043b8386b76a6e1c4 assets/create/models/block/waxed_weathered_copper_tile_slab.json +2d01a583cc948e9e0cb814cad968ed16a07dd46c assets/create/models/block/waxed_weathered_copper_tile_slab_top.json +e26dd64495ff8801593e9c22203cbf364075badd assets/create/models/block/waxed_weathered_copper_tile_stairs.json +b658c1022587bd670b5acee267607719c1544332 assets/create/models/block/waxed_weathered_copper_tile_stairs_inner.json +e7ae89577be9d26a071bf96cbd7ed80293902b63 assets/create/models/block/waxed_weathered_copper_tile_stairs_outer.json +9c73020e80c31cd710c218f9699ba9a795758ad0 assets/create/models/block/weathered_copper_shingles.json +897cfc177b073ca1bcb635c74108567f8748b5c4 assets/create/models/block/weathered_copper_shingle_slab.json +efa57ba131c27e0064c0d958e69b10530a26ac41 assets/create/models/block/weathered_copper_shingle_slab_top.json +4ef11a7e3de630ad46b9179e8a9a34d55202f6c5 assets/create/models/block/weathered_copper_shingle_stairs.json +f32a18c76cfaca2153f6321880a8da1347be37ce assets/create/models/block/weathered_copper_shingle_stairs_inner.json +9637f78e51ca7ed812e4c64c52e08f6fa0adbfc3 assets/create/models/block/weathered_copper_shingle_stairs_outer.json +9782a25341dd2ffb146430edbe6916932250c326 assets/create/models/block/weathered_copper_tiles.json +0c9669588972d4c2152bd2b043b8386b76a6e1c4 assets/create/models/block/weathered_copper_tile_slab.json +2d01a583cc948e9e0cb814cad968ed16a07dd46c assets/create/models/block/weathered_copper_tile_slab_top.json +e26dd64495ff8801593e9c22203cbf364075badd assets/create/models/block/weathered_copper_tile_stairs.json +b658c1022587bd670b5acee267607719c1544332 assets/create/models/block/weathered_copper_tile_stairs_inner.json +e7ae89577be9d26a071bf96cbd7ed80293902b63 assets/create/models/block/weathered_copper_tile_stairs_outer.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/white_nixie_tube.json +99f0628623a36ac1700a5876cec010ee6353162f assets/create/models/block/white_seat.json +f252f8c68702a0c050797a2dc2a51c586408722d assets/create/models/block/white_toolbox.json +c9e344a06ee8bca1bfddd70481198135cabafbce assets/create/models/block/white_valve_handle.json +68d8eddfb724c73938862fb1a213a99c95814fdb assets/create/models/block/windmill_bearing.json +2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/yellow_nixie_tube.json +cf8477d6c7558ceba38416fae755567086a856a6 assets/create/models/block/yellow_sail.json +07b68f0e4c617dfe3e935a1b9e8e020ab3131c0b assets/create/models/block/yellow_seat.json +21bb6e0b43984214c496e531e16dd60aeb619a42 assets/create/models/block/yellow_toolbox.json +467109ede866fb030d2cdc46c832643630d982b5 assets/create/models/block/yellow_valve_handle.json +23d6852eca1bf1480dc74ed51d15c098e26a520f assets/create/models/block/zinc_block.json +617330267f01a08062b05b8516082d7ebdab3d0b assets/create/models/block/zinc_ore.json +86b835fa8d2264feb2159262b069c6c2cf68e818 assets/create/models/item/acacia_window.json +697eda24a3a1c79401d7d073a503804cb589e2f5 assets/create/models/item/acacia_window_pane.json +feb7bd45dc6ec0542c7af648b371e54168641d1e assets/create/models/item/adjustable_chain_gearshift.json +be9e4a7937dcb87bce696e6ad234c9eff8cd299e assets/create/models/item/analog_lever.json +626cc26c8a7a2742b991b432c5104981183f1eb6 assets/create/models/item/andesite_alloy.json +158270c9fa3022d1afb56002d0ea1db3366467aa assets/create/models/item/andesite_alloy_block.json +d497fcfe54f9caddf1925cc303f9f9a62015e0ae assets/create/models/item/andesite_bars.json +11c747281cbe2d96324db27fec020100b50977d0 assets/create/models/item/andesite_casing.json +ab09b7886916048add1fa0ea9e87c4644a781031 assets/create/models/item/andesite_door.json +944cbae9f7c4bf7d1734d25645cfa6b0d0f2c33d assets/create/models/item/andesite_encased_cogwheel.json +bb351157b7f6771be05b4cecef17b8610c3810b3 assets/create/models/item/andesite_encased_large_cogwheel.json +af792bb7d70029e66cc8aa21ed61322f899fb134 assets/create/models/item/andesite_encased_shaft.json +31c9724ae43519a02f42cebfb0dc1074a66f94ff assets/create/models/item/andesite_funnel.json +113fb6cb131bc3cdf63f558be71b8d77f9ae64c9 assets/create/models/item/andesite_ladder.json +f187d676688c728804ab3758eb4b78a431c7ec21 assets/create/models/item/andesite_pillar.json +d0dd86f6c7418c27c0f930cfd20e0867936eca3d assets/create/models/item/andesite_scaffolding.json +d5375c3de6272a00f3e3787fee6b8255f828d686 assets/create/models/item/andesite_tunnel.json +d6eb7105dd9b42adde48bd70e3f2fba70751c1db assets/create/models/item/asurine.json +8b61987c61ae461e4bea0fccf5b1bb3399ac9226 assets/create/models/item/asurine_pillar.json +a8e9fab6ce8dc5da29b451c827663fb553669a23 assets/create/models/item/attribute_filter.json +6913f9acbb272de28387918ce92984fa767b4389 assets/create/models/item/bar_of_chocolate.json +def88cd2c79a1f0ed40bbf5a0332187dd1d6006e assets/create/models/item/basin.json +35a1e2cb2645a8386dfee2697b47547b3f9a1dd2 assets/create/models/item/belt_connector.json +f5dcb9096a52d5d2eab1e4204fbd1222e0d5094d assets/create/models/item/birch_window.json +eccafeec52e4195fbe211c602b4fc71a260d8a64 assets/create/models/item/birch_window_pane.json +7ca635d45fef81e6681a492be6c7bb71fd0f4574 assets/create/models/item/black_seat.json +e2dc1a8db84d84d592bfd91a26464343b8706bc0 assets/create/models/item/black_toolbox.json +20fbeb136e85d146c0e041f7f1570b1d1fd34585 assets/create/models/item/black_valve_handle.json +c31038397821b6abe296d2799aa81edf3c12d095 assets/create/models/item/blaze_burner.json +9d28754112688323a6b55ecb6742e918eabfd6a3 assets/create/models/item/blaze_cake.json +01637416bb932d861e9c9b10b256b2fdf4c96d44 assets/create/models/item/blaze_cake_base.json +de8beb7ef521822eb9b2826806baf1fa3344a45d assets/create/models/item/blue_seat.json +a82bc56a503cd15d2354c86a49fc6d1d4ed22767 assets/create/models/item/blue_toolbox.json +2f90f781cd9b5d144a6cfd4748ae3a87c9f12ba8 assets/create/models/item/blue_valve_handle.json +4e711f64e0ab7d16c550cc4aa8b876d604dfb2af assets/create/models/item/brass_bars.json +136f97f26217c51c932d79bf715b2a1a92e6595e assets/create/models/item/brass_block.json +c876713c3b8ed6511679d1e3186e6d6031190dd5 assets/create/models/item/brass_casing.json +378a2f1820c9abdc1080c940e5a01e30c25ea5cb assets/create/models/item/brass_door.json +2bff62a6d695a0affa217569c764e37b584495f9 assets/create/models/item/brass_encased_cogwheel.json +14cae756c604d0ea39f640f7cedc11cd403562f1 assets/create/models/item/brass_encased_large_cogwheel.json +67a6ed2caa2ae35b8a9e81219ab678102c28072d assets/create/models/item/brass_encased_shaft.json +185ab66a6338b7b15b30c77470186bde1592b2fe assets/create/models/item/brass_funnel.json +6da5a17e2595ce82fa29dc815250fbdebae7c7ae assets/create/models/item/brass_hand.json +dac449cb08713a7c9290ceb0d2669b3fc62a06de assets/create/models/item/brass_ingot.json +a51a28424e75dbd11c845f455c778d4c578b9da4 assets/create/models/item/brass_ladder.json +55208677f9135c3ca897c2432caa332bb1b858f2 assets/create/models/item/brass_nugget.json +af97ba84be90381e2cc9434e31e2199c2e7e3aa6 assets/create/models/item/brass_scaffolding.json +b78e9274156f5027a9a3b6fb7725c57a7aecc8bb assets/create/models/item/brass_sheet.json +28e104d5041c1f4676704c0f6b4e2e80aac43106 assets/create/models/item/brass_tunnel.json +fce64539b36fc8a5ffa39d7a3f73765818437cbf assets/create/models/item/brown_seat.json +90c1ec317beed0b5735c8731e3115a695b7060f7 assets/create/models/item/brown_toolbox.json +9477ab491586f1314bebf4d58387425ae56d0bad assets/create/models/item/brown_valve_handle.json +1db479848369140bb913ba09f3f1d994e4ac864c assets/create/models/item/builders_tea.json +f5ff4e2ed2ea2e43b6d02f6a95ba02b2e4b611dc assets/create/models/item/calcite_pillar.json +1cdb2b8801551c1540bb9b2a9cc3d725a2b433e7 assets/create/models/item/cart_assembler.json +a197d08618f4035182c91a6b16031eb681ab8a7c assets/create/models/item/chest_minecart_contraption.json +293cfa8b1073f8641a2c623b73a90907576c36ed assets/create/models/item/chocolate_bucket.json +77654cbd16cdfa95181ea3f85fcfa3cd352b69fd assets/create/models/item/chocolate_glazed_berries.json +6e24ec6cd22448fcf4282563a6612034a4a4a05e assets/create/models/item/chute.json +e42f988403c87b0601fa7c5ddc6168d06e91a8a4 assets/create/models/item/cinder_flour.json +f05a7bf70ebc7db3beb4e208269d0ad3c42cc076 assets/create/models/item/clipboard.json +10a5cac35c60dc5ca4ac4eacd311f6779343ebda assets/create/models/item/clipboard_0.json +598b87cd6b411c760c72f63d704944ae7ab8b00d assets/create/models/item/clipboard_1.json +3f00f6dfc3f9e2c601f30649cb6a88a44c330c40 assets/create/models/item/clipboard_2.json +9656ebb104b88231f2582a8a854b3d00383802f9 assets/create/models/item/clockwork_bearing.json +09a557848d21d15a8484b53fda67e9b86ab6b40d assets/create/models/item/clutch.json +83ebd837c4752b23d9dc7e54e54c182b02e0f26d assets/create/models/item/cogwheel.json +dcaabf9723d27f154f012fb308edbabf9b3d76dd assets/create/models/item/content_observer.json +de48f4b6fa26928ebc7d5d60e6a0767093430d65 assets/create/models/item/contraption_controls.json +33cfd6dcf11287f5e666c6a4f4af026b9b05f30c assets/create/models/item/controller_rail.json +6a4e8aa37120fa8238be72fb2c732f9ab5670d53 assets/create/models/item/controls.json +68d0bd260e5062448ca9008f7cf44e963d941653 assets/create/models/item/copper_backtank.json +6c53b1a6ed28929b7a0a090edf6101e610f842fc assets/create/models/item/copper_backtank_placeable.json +2a0b31d76ab8a74c458475640d17de15ad314fcd assets/create/models/item/copper_bars.json +688e4dee99126b7507761de618d6788c18f17153 assets/create/models/item/copper_casing.json +68890c027cd6a094b484a237d3ff5daeb09622af assets/create/models/item/copper_diving_boots.json +23499699c6ea6a30673835056f5d0039519413fa assets/create/models/item/copper_diving_helmet.json +0e394c50a977eae45d3d8e6a62e256a5408ac994 assets/create/models/item/copper_door.json +4a849d8ae080dca8bb53c7f53558c76e89e1609e assets/create/models/item/copper_ladder.json +ccdf08652511e5737a8489d86ea9422ade4f4ca5 assets/create/models/item/copper_nugget.json +86a770e9b2af1f19bf633f5cfeecd84848f73fbd assets/create/models/item/copper_scaffolding.json +a4fd2f4f00e03b2ac5d863e93827d39a984cc2ff assets/create/models/item/copper_sheet.json +13b18ba2938e283d507fbca70518cf52198cdc71 assets/create/models/item/copper_shingles.json +79d9f8667965072f12e51e6601b5c36f8acc125f assets/create/models/item/copper_shingle_slab.json +9fe6f0bdea4595b403ed2d2cbc2023a9abeb79f0 assets/create/models/item/copper_shingle_stairs.json +19642e4ea5deecaf57059827c4c13a19d2e73822 assets/create/models/item/copper_tiles.json +a7147444fc28a4cce21b6cf38e9528537e27c352 assets/create/models/item/copper_tile_slab.json +7330324d6c64f0340d676ecef83a930515d9130e assets/create/models/item/copper_tile_stairs.json +08c35e85afe4eb2b106133c5d9c7d7c64ca9a915 assets/create/models/item/copper_valve_handle.json +5cec229a3117ea5987aa42288c070427ac48a5dc assets/create/models/item/copycat_panel.json +1b6707005830ca066a7e997c73391ca88c70bdb0 assets/create/models/item/copycat_step.json +d042526836aa5261a49557e6c656ee06d6eeb2b0 assets/create/models/item/crafter_slot_cover.json +ae5f96175f8b70144a940789aaa3956173906939 assets/create/models/item/crafting_blueprint.json +21ac802aa450b5917f1883e8e3d8b8e2f80bace8 assets/create/models/item/creative_blaze_cake.json +27a8a2681d7a128da49f8c828ffd67a9ec4c9d63 assets/create/models/item/creative_crate.json +01fbc5c7662880fb67a8a38b909b0bd55864a34b assets/create/models/item/creative_fluid_tank.json +ad620bd5eb32a41b0a8a130f49ab3dbb398907e5 assets/create/models/item/creative_motor.json +612778c4a390c3fc9de7ef40713375dc7be85270 assets/create/models/item/crimsite.json +e432e359b77e7129e18c1d4daf68d11c4a661110 assets/create/models/item/crimsite_pillar.json +9c77e6d7d56310b34468a6d52080e477e893494d assets/create/models/item/crimson_window.json +43625514f941a61cfbae339419d0de4b22db9662 assets/create/models/item/crimson_window_pane.json +5ca45663ebe86fa950422dbb9b01466b7481fb61 assets/create/models/item/crushed_aluminum_ore.json +2444b785037622848eba0e4c28a4b08e721d092c assets/create/models/item/crushed_copper_ore.json +66ac146278a0f6fbd8786ef54973de43774938e9 assets/create/models/item/crushed_gold_ore.json +1eb56f88fadc6e59ab2a99d4e695f4b6f0b45170 assets/create/models/item/crushed_iron_ore.json +9d5a2184c2cd323ca2b85b7e20f306af4e57d855 assets/create/models/item/crushed_lead_ore.json +9eb46a88b86076c907dadab3e3bfa1bacd721f90 assets/create/models/item/crushed_nickel_ore.json +086bbb62b3d04cba493e6ea79283a6425bdfcd1c assets/create/models/item/crushed_osmium_ore.json +dd716a4af46045021fe5ff8a7a497efc00277dc0 assets/create/models/item/crushed_platinum_ore.json +392262ebebe5f36b14136df479f2a7e111888586 assets/create/models/item/crushed_quicksilver_ore.json +fc1d202bb318061ae8d9f30993bc5aa84d428e66 assets/create/models/item/crushed_silver_ore.json +5b6cb4201eb3af671e415f6b263f80e6d186c9e0 assets/create/models/item/crushed_tin_ore.json +9659c432fdf348c81aaf39b8745eb796eca93c11 assets/create/models/item/crushed_uranium_ore.json +1c5eb12c78687fa35c075845febddff1dadb1d4e assets/create/models/item/crushed_zinc_ore.json +b67e95801010eab58de02f2b0160bff3f008bd18 assets/create/models/item/crushing_wheel.json +af189b0c04482064520d84546d81af8154824292 assets/create/models/item/cuckoo_clock.json +314fb287c7b16a6478fbefde0da80de8828b684e assets/create/models/item/cut_andesite.json +e2840073eac2e6419cd312b3d0177d4c64a5346c assets/create/models/item/cut_andesite_bricks.json +680fe77d50f7c3253ec4997f74761f962b784e15 assets/create/models/item/cut_andesite_brick_slab.json +3c1d56f9686bb2b97c168b0509ddfd06e80be9a0 assets/create/models/item/cut_andesite_brick_stairs.json +4222b965f8a18f78b92838e4642a28fa3e0ad648 assets/create/models/item/cut_andesite_brick_wall.json +c100e02ef9b05f4f6df3ddbbfe91db1032d4854b assets/create/models/item/cut_andesite_slab.json +f435a67b3d89d12b6e8cb5071a67e35f0918dc79 assets/create/models/item/cut_andesite_stairs.json +df9084d532a085220280bc7bee579e1079fbf786 assets/create/models/item/cut_andesite_wall.json +025eedca45b222b91d93b9a3a89fac5ad328b152 assets/create/models/item/cut_asurine.json +1ceb483f428448f00a08541fbcf4f4787aef3f1e assets/create/models/item/cut_asurine_bricks.json +022c56e7aafa7ca4cdd1a88426eb43f9e02c3cc2 assets/create/models/item/cut_asurine_brick_slab.json +3131e09a221c2f0a17cfc7277603f2e3c8164bc7 assets/create/models/item/cut_asurine_brick_stairs.json +dc1f5f03acc1165606c48df97953164f6bd7f092 assets/create/models/item/cut_asurine_brick_wall.json +e81d7df1f1b8281c38400713b09cbac59c4d53cc assets/create/models/item/cut_asurine_slab.json +cf534603fe71423e0ab80d431ab12394d0a6bb21 assets/create/models/item/cut_asurine_stairs.json +7ca803f5a7798ea034db6385a5f36a48e235c247 assets/create/models/item/cut_asurine_wall.json +707fb799ca44280cad0b817f29a7c75dd0f0ce5e assets/create/models/item/cut_calcite.json +5678b9f76823efac2c6624acc7b2b911402112f4 assets/create/models/item/cut_calcite_bricks.json +f794423b242228c43345dc1f40653133fb7f3db6 assets/create/models/item/cut_calcite_brick_slab.json +8e9b46e52758ec7f21c3b84c212e2f6565bf71d9 assets/create/models/item/cut_calcite_brick_stairs.json +1447d21b7fc331528bfd15e5b9d694eb1a31cfb3 assets/create/models/item/cut_calcite_brick_wall.json +c78c99c78a19097d890414b21270014b52bafd8d assets/create/models/item/cut_calcite_slab.json +e6a9144a4bb9e5af3f57d0acdb26d66dc4547217 assets/create/models/item/cut_calcite_stairs.json +daf2a2513f6636d140c23b90ba87aad35476c498 assets/create/models/item/cut_calcite_wall.json +29f2bc72aa50cdf34d1d5bfd01a4512d5974dc65 assets/create/models/item/cut_crimsite.json +20bc810ca5b2a35a423e57f287e2f42ad9940b89 assets/create/models/item/cut_crimsite_bricks.json +7c37d3de9674e70595498d1c46c5693d9f39a502 assets/create/models/item/cut_crimsite_brick_slab.json +b974c0f2f0e5119d9bac6a36946d4dfdd65b4b5f assets/create/models/item/cut_crimsite_brick_stairs.json +c1289ddff572149b2171859689228615802dc825 assets/create/models/item/cut_crimsite_brick_wall.json +8855eb44a68277668c77858715652d6851fa507f assets/create/models/item/cut_crimsite_slab.json +57101d3c2d570bc2c389c1e05e1354d79de70a0a assets/create/models/item/cut_crimsite_stairs.json +a10cd65d675a05b9dfbdac67a2d9ca3b4381396a assets/create/models/item/cut_crimsite_wall.json +a4ad900cf65136835c259c1e349781538d537a9c assets/create/models/item/cut_deepslate.json +81b10b5d159db4000f4f6569b83fc7e8f702f015 assets/create/models/item/cut_deepslate_bricks.json +a63bbe474ca7d8ceafb6bfcb21a88841980fe8e6 assets/create/models/item/cut_deepslate_brick_slab.json +7c1ad49844eafbd87f8c69a077a8c18ccdd4a919 assets/create/models/item/cut_deepslate_brick_stairs.json +6a4ee2e810731e0702c1493237343a567cc736d6 assets/create/models/item/cut_deepslate_brick_wall.json +ff0d08d1b59de36b016f7952d2bd72d8e1eb1293 assets/create/models/item/cut_deepslate_slab.json +627c806a6eba8b730682821deb31627d75683e88 assets/create/models/item/cut_deepslate_stairs.json +9bdb85a688b09eb34eb8024a6808406118f78133 assets/create/models/item/cut_deepslate_wall.json +c33c48d71d98f4b8a84c7f0a4ee88918fed3e798 assets/create/models/item/cut_diorite.json +e8a697df63b0b5fa74dbc70e76b55718a2cc388f assets/create/models/item/cut_diorite_bricks.json +63bc297b782c40c513873b7f8fd8284abce01753 assets/create/models/item/cut_diorite_brick_slab.json +f604d088c8c7c6d847795459231d0df8c73d95fb assets/create/models/item/cut_diorite_brick_stairs.json +b06be3da6017aa7fbc38b8aecda0d30dae313c13 assets/create/models/item/cut_diorite_brick_wall.json +4650f375365caeb237947f6e933d174ebbfbc1e2 assets/create/models/item/cut_diorite_slab.json +933d14f51272b39fc13e94d58f3100469d7cbe06 assets/create/models/item/cut_diorite_stairs.json +0cc44bb9ad0ed3ff11bc6113d0a9e31e99b169b8 assets/create/models/item/cut_diorite_wall.json +e2123180fd5312d1e67b3a030fcbc4b6f11aa8bf assets/create/models/item/cut_dripstone.json +4b5d7bbee5741b112e2cb354c5fe49c088fc9b2f assets/create/models/item/cut_dripstone_bricks.json +a815b2a927853d6d82d8b69f862be3091c5c8caa assets/create/models/item/cut_dripstone_brick_slab.json +b8cb1b04eb869a06ded04c4c3acac6e5a315ee78 assets/create/models/item/cut_dripstone_brick_stairs.json +87fafd603eb4ba41981cd9c9371ac4618909f94d assets/create/models/item/cut_dripstone_brick_wall.json +756c801f6bba006fbfd3486e95ba870909ab2902 assets/create/models/item/cut_dripstone_slab.json +c59d314e1b5cce1c3745ce164c2a094e17f7a003 assets/create/models/item/cut_dripstone_stairs.json +125b24d28a9957740855467440ad8508d21c24d7 assets/create/models/item/cut_dripstone_wall.json +2fbce0b481f7cf2cf4f0fd03c86ef743b7c30879 assets/create/models/item/cut_granite.json +d8860602cc52fac5a09354c56e78fdfd7d9cb6a9 assets/create/models/item/cut_granite_bricks.json +3584117ed8a69c3842fde1d6accfaaa2c72e44f4 assets/create/models/item/cut_granite_brick_slab.json +c68d1c09b9091bc501279115be16f83508b88fed assets/create/models/item/cut_granite_brick_stairs.json +5a37b24319a8708e444902eae3596b68daaffd15 assets/create/models/item/cut_granite_brick_wall.json +c2f6603e8cbfc0cdf5e5ef10c6a4baef9c917b6d assets/create/models/item/cut_granite_slab.json +66f8e6d556446441e157427437e9563075e2d6ce assets/create/models/item/cut_granite_stairs.json +fe06c8aeab9e4c8a145375af46cbdaed701baad4 assets/create/models/item/cut_granite_wall.json +b5c3df9c28a14683a363769cad5d154af56b8da4 assets/create/models/item/cut_limestone.json +7d026353711a464400e69c7e86c9b9c6aa70bf6d assets/create/models/item/cut_limestone_bricks.json +2822ebe1d4211f240e31866759e25add5f0fb56d assets/create/models/item/cut_limestone_brick_slab.json +694dfb73585167011d8123d64f5896697594f4ce assets/create/models/item/cut_limestone_brick_stairs.json +db8851d6a1b7604ca1ba7615e1f162f6f5220801 assets/create/models/item/cut_limestone_brick_wall.json +75584aa5e06168d8866b022fcd72377351b774d9 assets/create/models/item/cut_limestone_slab.json +1df9a186a146e597b48da4c4461f1a98ecf3646a assets/create/models/item/cut_limestone_stairs.json +b70ac5462ef4d0363332656aa7cb82919f679893 assets/create/models/item/cut_limestone_wall.json +92bc693db4e0ba6164cd35d4f5fa0982f3b8f796 assets/create/models/item/cut_ochrum.json +3e8e00c602b1fbce888e6fe22d9525f1c025129d assets/create/models/item/cut_ochrum_bricks.json +1edc47c279fadde74322d3fa89ef776bdd6fb354 assets/create/models/item/cut_ochrum_brick_slab.json +4678e2a97c73139b458cea657a55f74659bc36d5 assets/create/models/item/cut_ochrum_brick_stairs.json +85044ec7033cd4c6aa913c4c4bb6c0e3a4386023 assets/create/models/item/cut_ochrum_brick_wall.json +e0e494fb7fa1767241507347318560335339a2a8 assets/create/models/item/cut_ochrum_slab.json +de7c5917bcb14f398d39e3932bfe5e1967ed7a24 assets/create/models/item/cut_ochrum_stairs.json +5a8f8c84e95ee0ab97106a801a456282f5ac207c assets/create/models/item/cut_ochrum_wall.json +1631a807135cf993d9a81068c65e78face2f24e0 assets/create/models/item/cut_scorchia.json +5ecb9692e478e29d64aeb5867e8677671560755d assets/create/models/item/cut_scorchia_bricks.json +ac3a29573ce099ac57f59d0a2f1cdc0a453e0621 assets/create/models/item/cut_scorchia_brick_slab.json +d3a8a8e0e85aaaadccb18cdce33da54ae0e8a8d7 assets/create/models/item/cut_scorchia_brick_stairs.json +83be13f6cbd9a58e10869e4152066cf3b265f347 assets/create/models/item/cut_scorchia_brick_wall.json +0fee2e7f8e80bbd33e4d928c8374e6dae65f0b1f assets/create/models/item/cut_scorchia_slab.json +88a6b3709bab76390ace6f641eac18d43c9d099f assets/create/models/item/cut_scorchia_stairs.json +d733d43252bf27b6fb1d7e016dc77556c3d1eb71 assets/create/models/item/cut_scorchia_wall.json +ce75fb80c38c94bf6bf631eeb756909decaaaab0 assets/create/models/item/cut_scoria.json +81aa0bd4ec878754043a107466dcd87d49b3697c assets/create/models/item/cut_scoria_bricks.json +d78a5126aefdd4cd182f9ec0ddda64df00d0f01c assets/create/models/item/cut_scoria_brick_slab.json +661d49b996f9c97a333e7e39dd13a0476db6b142 assets/create/models/item/cut_scoria_brick_stairs.json +3be69c075b479ac53c6201d7d7224d399f8009b6 assets/create/models/item/cut_scoria_brick_wall.json +824bedfbeec53ec8f539fe73c0a3c3d927a21aa4 assets/create/models/item/cut_scoria_slab.json +15560f1251f18d53fe1b71adc6be5060c4d8fb94 assets/create/models/item/cut_scoria_stairs.json +e35ebcc4f7f7b94623af85b181d916e48fbbb5ed assets/create/models/item/cut_scoria_wall.json +71284d3d6dba230dbecd01eb015e0e65877b820d assets/create/models/item/cut_tuff.json +4de100799e290db3fd46923781a83e6a12654266 assets/create/models/item/cut_tuff_bricks.json +4c7d5fadb0b0eaecf2055a0cd279f9ec130b93d0 assets/create/models/item/cut_tuff_brick_slab.json +6f32b83c9f82424c0e2a2e0a8813eb44c2ac4527 assets/create/models/item/cut_tuff_brick_stairs.json +9088296b7677bddf16d670858a619d846a134ef6 assets/create/models/item/cut_tuff_brick_wall.json +e9134027cc917e2e878456edb49bcfee382e73b1 assets/create/models/item/cut_tuff_slab.json +8235a34249197c100645b55ded5ff619a055d8a6 assets/create/models/item/cut_tuff_stairs.json +a1626993eafa8d85dc950e17cbf78378ed64c7d2 assets/create/models/item/cut_tuff_wall.json +a343c74f1e55426330df18f522e6d2a81276c499 assets/create/models/item/cut_veridium.json +3c3fd197f8e299ff90850e24c6507ea12f373123 assets/create/models/item/cut_veridium_bricks.json +c1c5561ce31e237b7ea8f1adfb6a79e661b7f940 assets/create/models/item/cut_veridium_brick_slab.json +f633006045ccfcdf486d7a240217229d6eed717e assets/create/models/item/cut_veridium_brick_stairs.json +8182109a002317dd8d2767b3828f8c44166a053f assets/create/models/item/cut_veridium_brick_wall.json +410b949304faa5856028f7c42ab762b7498ffd95 assets/create/models/item/cut_veridium_slab.json +62697c0922b11537914d2f4f84faa0b909ee518d assets/create/models/item/cut_veridium_stairs.json +3921d61a26d48d999cbb2f6645611e53ea71978b assets/create/models/item/cut_veridium_wall.json +eef3be2fa3b6424436a553e3c1bfee3979015962 assets/create/models/item/cyan_seat.json +265d5d6de4238442bb9b161dba0a2fc2f063df0b assets/create/models/item/cyan_toolbox.json +8beb6459822efe59d0f60749143d73c5390e39f2 assets/create/models/item/cyan_valve_handle.json +2e0a1bb3f3498454eb23dab5d4eb6fad98fe586c assets/create/models/item/dark_oak_window.json +34088ac6ee20cd56c309ad687e2b721fc6070b0b assets/create/models/item/dark_oak_window_pane.json +5b90f8778ae1c2dbd99da89407f12bfb4775b123 assets/create/models/item/deepslate_pillar.json +9b5b804fe75a3e748a0d9a6761ab46178e5f3850 assets/create/models/item/deepslate_zinc_ore.json +7ff5075e907b57d6b0f6fd0a31d0e46464afe634 assets/create/models/item/deployer.json +aa44d681c3ccffe08aedbda093062b1a5ab3302e assets/create/models/item/depot.json +85a5830ca034be9a0ed534186210aa975278b20b assets/create/models/item/diorite_pillar.json +2a992f0961b8bab5628e075da413c91e903e424c assets/create/models/item/display_board.json +0dd4d33644c9ec7dbf920d7fd7b713e4b413b330 assets/create/models/item/display_link.json +eb750000addd1c25e79fc9fb277ccdcc3274852c assets/create/models/item/dough.json +5803643723c0aa65d6c531c1f9798556cd36d21a assets/create/models/item/dripstone_pillar.json +97ef1363d4a64103d2ec3b0e8640cf931d0c3f94 assets/create/models/item/electron_tube.json +fa82ee6ea59876a9ea0f02d0fafd102ba26752f8 assets/create/models/item/elevator_contact.json +d6c1c5ff9506a60fbdde4580dad39d97fc1832d3 assets/create/models/item/elevator_pulley.json +890e519d407cab18c04ee439e7d5f67eb4f76ab3 assets/create/models/item/empty_blaze_burner.json +badd4326fac0b0a1590a2e9bce7c2cdd4e4562f3 assets/create/models/item/empty_schematic.json +5daa4b49db850923319916aaa9842c33f99e0a00 assets/create/models/item/encased_chain_drive.json +7ec3ed4aaab72d76f6414447bbb3ad7887adf61f assets/create/models/item/encased_fan.json +9775e83414c0febb5c5b832437b0580e91bcbff3 assets/create/models/item/experience_nugget.json +87add851ae3271d733c9e6888865c288b6716f3b assets/create/models/item/exposed_copper_shingles.json +721c8ac46bf23abec2bbf4cff6dbfdf96cc569a6 assets/create/models/item/exposed_copper_shingle_slab.json +6e1c7fcd8da84dc2d49adb9802ce4fb431eddae1 assets/create/models/item/exposed_copper_shingle_stairs.json +fa7ffb172a43774cc07a2bb201e7010a2549001d assets/create/models/item/exposed_copper_tiles.json +a443633d90ef9ac2a866b69b2ecdfad1841dc3e1 assets/create/models/item/exposed_copper_tile_slab.json +9bb425a14635fc8b36a9a95f3d0c54e0b129b7b4 assets/create/models/item/exposed_copper_tile_stairs.json +8b64a93d9b6e33e3caa66adb7a0cc8c5cd473023 assets/create/models/item/extendo_grip.json +dad31483f65baaf187e6553e3cd301c5d69e9db4 assets/create/models/item/filter.json +575047531b8e324df9e58abba79cfe9ee3db8b16 assets/create/models/item/fluid_pipe.json +51d34caaa63685e901b8bfe6ced13ff2e8914ce7 assets/create/models/item/fluid_tank.json +2abb05e5097eab5e4bece05c0e48561ce1b0e59e assets/create/models/item/fluid_valve.json +37dcb8911cd29d883849b655e3e388dbba5df6c0 assets/create/models/item/flywheel.json +ddeba2ef1d185629be5c88aeb2105fe0aaae3951 assets/create/models/item/framed_glass.json +02a88f5c9aab6fc2f6cbbdaa871fd67476c9a9c2 assets/create/models/item/framed_glass_door.json +c27e10488bd56237af75b1fd8742a5e633d7ec4a assets/create/models/item/framed_glass_pane.json +127386f4dee6c305023e45ad6b2f04fd6d4e5009 assets/create/models/item/framed_glass_trapdoor.json +b17d9fd1a92db0965f2e5da6215956b0451af29e assets/create/models/item/furnace_minecart_contraption.json +7b3a197eed9dec75f95aaed8e438d49d46948f1d assets/create/models/item/gantry_carriage.json +8fb838ee0868f371eb538f98ffeeaa6d0cfa5f0c assets/create/models/item/gantry_shaft.json +99eca35e3a966fc2a252b23a7c49c093db4d0537 assets/create/models/item/gearbox.json +41438bcba9657f3db9ae35cc20b03dced22c99db assets/create/models/item/gearshift.json +7c850a41a754e46bb9c9f257ed621e37a1b9506a assets/create/models/item/goggles.json +b1ae37998326c8ca054e57b0cbff0b51cad98625 assets/create/models/item/golden_sheet.json +85c301898775d5720d4d11c1c555b331a5c2e93b assets/create/models/item/granite_pillar.json +b8d6d2d163e2ab5f654bbc4eda9ad63f8064d27c assets/create/models/item/gray_seat.json +6492f86b693f924d0222d0ca1d16fbe33d797b1a assets/create/models/item/gray_toolbox.json +2a9500f9630b1da44615c7c9ca145b56324c46bb assets/create/models/item/gray_valve_handle.json +2843370b0e693e1ba1777c26416914edbd87c4f9 assets/create/models/item/green_seat.json +561e0579101bf602b252c0b9a5eec468c89d0e40 assets/create/models/item/green_toolbox.json +7d3ddad087b4d2c6a32f97092533cbfb5de0cb3b assets/create/models/item/green_valve_handle.json +9e352162c8135773a4eca41871beea8f3ca650ae assets/create/models/item/handheld_worldshaper.json +dac0331061c464e6d3e2070b232781c632840191 assets/create/models/item/hand_crank.json +7bb435c53cbf935d80a28746125aebbd6263e45c assets/create/models/item/haunted_bell.json +81d67fb0e59f25762a412990884813c72d399d55 assets/create/models/item/honeyed_apple.json +2e97629313eab1a4ac4b38785dbe7ed45346e625 assets/create/models/item/honey_bucket.json +70185e640169d6253f06fb98f31b240f4807a53e assets/create/models/item/horizontal_framed_glass.json +e623c9541adc0fa877c5615e3211f47886383f2d assets/create/models/item/horizontal_framed_glass_pane.json +58b6f4ec2af3a69ae7145fb25d73451b6e8a2834 assets/create/models/item/hose_pulley.json +14ae1ba5e842715fc4526b19e20c74d10102eb4a assets/create/models/item/incomplete_precision_mechanism.json +ae5c5925ecf775a4f5c3dc3c79d9766d7dd34ab6 assets/create/models/item/incomplete_track.json +43173d18384817288a9ba687da77a4fab31b1957 assets/create/models/item/industrial_iron_block.json +c6e3e4ca8b3dfdaaa943faa3dc89c0b2e6f2b5c4 assets/create/models/item/iron_sheet.json +d1fbf1be53208c3ab5384dfd6be4d980c858941c assets/create/models/item/item_drain.json +908dd0a4eafd868d280e25cfb7721f20b649560f assets/create/models/item/item_vault.json +5fba1fa33e360c2744ec74d7ccb63f9baa295546 assets/create/models/item/jungle_window.json +b3a0c9664465f49a2f53e4ded6c29710a357e6ca assets/create/models/item/jungle_window_pane.json +26c3f75074779ec0286e19219bd277147bfb9e96 assets/create/models/item/large_cogwheel.json +23f9028ae83a1723071c67cb6a1742731969e21e assets/create/models/item/large_water_wheel.json +33978f928e1f548a2b53081d6a7517e41d875ec3 assets/create/models/item/layered_andesite.json +c4282864fa5dd189b851a2494e55d4cbcb67ad50 assets/create/models/item/layered_asurine.json +1baba6ebcb0d9f9caea736ede395032d91138b7d assets/create/models/item/layered_calcite.json +0b125c352a50dae3b7473ae203f411f6f7a49936 assets/create/models/item/layered_crimsite.json +e57b9a96c7ce0eb85f7dd3dfc0c396ccc42e047d assets/create/models/item/layered_deepslate.json +595fb61683e4dadeca1567fe86c03b7d0cf61c65 assets/create/models/item/layered_diorite.json +8d1e8ee93322492c3a759dbf97a88502054a818d assets/create/models/item/layered_dripstone.json +a22638fd361a8185175e107a8ee092a9ac030b7b assets/create/models/item/layered_granite.json +082a810be93074d9be64bafd04aed9e01a61787f assets/create/models/item/layered_limestone.json +5dce9fcf047617deb7598f6444b6dc45ccba2a45 assets/create/models/item/layered_ochrum.json +2d19b81d7452d83908b11611fa30f36e7e05e3c2 assets/create/models/item/layered_scorchia.json +14494272713544a1595d654fd397a986b2da0951 assets/create/models/item/layered_scoria.json +b1174d783c62dda84aafd4259c622197f4664421 assets/create/models/item/layered_tuff.json +952b07dbf9ecc1883deabaa1344667f13936f7f2 assets/create/models/item/layered_veridium.json +b44a9f1bd9079f3533d7f708d76eb19a864e5ebb assets/create/models/item/light_blue_seat.json +dae914625ff1bc3ebe1463485cad4526a7d7e9f5 assets/create/models/item/light_blue_toolbox.json +1d94314f185151eb9dcabcef950abf6f86c3c836 assets/create/models/item/light_blue_valve_handle.json +1747bcdea3b1d3f5dfb786102069e07198d36dfe assets/create/models/item/light_gray_seat.json +c8513eb1c89652783e26d7dcfcf64afa97619bc8 assets/create/models/item/light_gray_toolbox.json +3774d23e76b5712e7004e333e0a770f2230c2998 assets/create/models/item/light_gray_valve_handle.json +8f53caad3899a30be5087a0ba155080834418cc0 assets/create/models/item/limestone.json +fba1e7d1cad39c89976b427db62544d80f47ad5d assets/create/models/item/limestone_pillar.json +32cd55a1c97a31a13ad106a457ec9925aa91f6d3 assets/create/models/item/lime_seat.json +931d187c11cb95a0eeae8f256187ef551b42007e assets/create/models/item/lime_toolbox.json +d0f4148bdb0a905e68f54b5dfd829fd47e528fea assets/create/models/item/lime_valve_handle.json +1d30f9b525e8e9736b34a92f848e235c71fd6bd8 assets/create/models/item/linear_chassis.json +8f622f5f79446f6060d9e8815205fce919c8c829 assets/create/models/item/linked_controller.json +ad6fd371ee989c9c3c21e762273e8a4e903f0af8 assets/create/models/item/magenta_seat.json +7c0e3f91e5ab029473736deffb2b2aab9d4763c7 assets/create/models/item/magenta_toolbox.json +6d82582e5afea919927606b20a74cbda5223956f assets/create/models/item/magenta_valve_handle.json +d5b1665cdcf03baef41a8d3fbbdcc747cd6867f8 assets/create/models/item/mechanical_arm.json +95d437fffd455e5a22d288bb7683fbdce211fa8a assets/create/models/item/mechanical_bearing.json +08dcab9d0cdb7fb6426b8dee508eecc3f5d71fb1 assets/create/models/item/mechanical_crafter.json +940cf30fa5a57b86a51b95f1f975cc9924ddba98 assets/create/models/item/mechanical_drill.json +16d2bbc82369aeedb8f194c625666867e8ccbafb assets/create/models/item/mechanical_harvester.json +7673e14a84a38a603804d28ec288ac701a1dbc83 assets/create/models/item/mechanical_mixer.json +4f3f62fc36717797d7e731d80b2a1396ddb34c03 assets/create/models/item/mechanical_piston.json +a5637c3d0477113ef87311510892256476c30e17 assets/create/models/item/mechanical_plough.json +df4da272a430c5af74d7f456278589cf09691eed assets/create/models/item/mechanical_press.json +3a9bdf4c1283a74cb9a70c0089b3b00fb6e0a3c7 assets/create/models/item/mechanical_pump.json +5a69999e11638137b488d4158ab8e659aa9ff32e assets/create/models/item/mechanical_roller.json +a897baeb9c43c36ce733991fdb08241ce932d29c assets/create/models/item/mechanical_saw.json +285f49039c8356204d9d19b998da56dd93dbb39d assets/create/models/item/metal_bracket.json +6fea2ff006272a950c229c817ab76c54bdf83837 assets/create/models/item/metal_girder.json +e850316869094c83c1479197e1778634a8c5e42b assets/create/models/item/millstone.json +2735d3a17e7e655736eac0f2799eed954ea0001a assets/create/models/item/minecart_contraption.json +fb4dc1f636ffe66b64a8a4179212a1cf798ac58b assets/create/models/item/minecart_coupling.json +af189b0c04482064520d84546d81af8154824292 assets/create/models/item/mysterious_cuckoo_clock.json +c11656a940ef54a023634376c742b3fb17201f92 assets/create/models/item/netherite_backtank.json +6c53b1a6ed28929b7a0a090edf6101e610f842fc assets/create/models/item/netherite_backtank_placeable.json +563b6261b042d41f705e41bb2cb3151b1de1feee assets/create/models/item/netherite_diving_boots.json +7d68ea71d2a468260b9eaf72e02f08246ddacb49 assets/create/models/item/netherite_diving_helmet.json +f80358eba19bc8d1741e4e25753866799631a118 assets/create/models/item/nixie_tube.json +33c5dfa7ef718fb29cf59bb0c04ebd88cf20eb1c assets/create/models/item/nozzle.json +39626402ba637abced828902d9d657ab09edcadb assets/create/models/item/oak_window.json +061587faf0e53e4fac0c8f2f3bd6b22020b2a3ee assets/create/models/item/oak_window_pane.json +af50363d603d61340b336569d58c1febde253665 assets/create/models/item/ochrum.json +62ec1afee14f9de3f5b02ee930d002a240a3c337 assets/create/models/item/ochrum_pillar.json +56e7d28824d3fc566b5f551babbe423a550ef08c assets/create/models/item/orange_seat.json +96cc543d5afed90a022ece7b8671cd47a9b6fb68 assets/create/models/item/orange_toolbox.json +7e767ca9e0ddb769b38fabd9289648ac63f5413d assets/create/models/item/orange_valve_handle.json +82152bca4310111d91584a2a78f05e158bb4bd90 assets/create/models/item/ornate_iron_window.json +f9064c1f199bcd8db321078e2363ed91cb2acc09 assets/create/models/item/ornate_iron_window_pane.json +09b3cd8ff7b29a6dd59f739a95bb708646d23537 assets/create/models/item/oxidized_copper_shingles.json +c9c7ccdb68de2e77cd9f7053fab19493dd30a985 assets/create/models/item/oxidized_copper_shingle_slab.json +89c5f7a0a28f238ebed2641e243a47e4be2ad5ab assets/create/models/item/oxidized_copper_shingle_stairs.json +1c3428e2aed32a013631db012642a34d4eaf0785 assets/create/models/item/oxidized_copper_tiles.json +f1af7c5f3840efc3ae07940ee6719eb3417a0e1a assets/create/models/item/oxidized_copper_tile_slab.json +ef2fe68d407a03bf1ed8f2d2f3e7323777d061bb assets/create/models/item/oxidized_copper_tile_stairs.json +76aeceb41bb7df873dbafe1bd5e26deb24abf93f assets/create/models/item/peculiar_bell.json +df13d4281dc45041ecd93504d45daef61d070581 assets/create/models/item/pink_seat.json +842afb2a345dbaba857e90f7dffa724841ef7b2d assets/create/models/item/pink_toolbox.json +6b85a0da81b2d18fb54eb05e187a2ce8cd7b09eb assets/create/models/item/pink_valve_handle.json +9e8b4c1a0bbcb0ea9b15aec174d8f98b572133d1 assets/create/models/item/piston_extension_pole.json +c146c83b6e22b08663586c068a49e4f8b13b62aa assets/create/models/item/placard.json +e7af5e60ae5bea6818e2130f2186b0027ad11cb7 assets/create/models/item/polished_cut_andesite.json +bea24ec6f8f388bc62498a934b8b8bf931bf8170 assets/create/models/item/polished_cut_andesite_slab.json +58a624985eef4c41cb0738133566e880dee421f1 assets/create/models/item/polished_cut_andesite_stairs.json +d3b2e24f153f9e288fb56d474f0b8feeccfae7ae assets/create/models/item/polished_cut_andesite_wall.json +2de98d6bf74dade4b1e94f419b4511966e095f06 assets/create/models/item/polished_cut_asurine.json +39483db3944873b7ef99e67fe7e23db9b49487a8 assets/create/models/item/polished_cut_asurine_slab.json +30caf1cad8d09ee7992a5d0aee329da852bf7226 assets/create/models/item/polished_cut_asurine_stairs.json +8cf5b122c024ff7c398ad9a185b5d0267fee401a assets/create/models/item/polished_cut_asurine_wall.json +5745cf6602e2aadc6897c3951e9d23648371a77f assets/create/models/item/polished_cut_calcite.json +a6961b6562ba86e47e2f3bd3524adfb946c5fb7f assets/create/models/item/polished_cut_calcite_slab.json +9f142b570a24cd693e4fc0e46d41101249cc546c assets/create/models/item/polished_cut_calcite_stairs.json +ea6d092404ce471d8d9cf912a24e85100e559515 assets/create/models/item/polished_cut_calcite_wall.json +0d75b2cdf2ee0ca9366b26c1f7042bb9b3e3753c assets/create/models/item/polished_cut_crimsite.json +4eaf830038b0684b8be5a37e8b62280f454c0d94 assets/create/models/item/polished_cut_crimsite_slab.json +01e7053aaa8d1583714be17b445cf90312540f9e assets/create/models/item/polished_cut_crimsite_stairs.json +f76d84032f0b26e8a694b3975b1566fff5ece685 assets/create/models/item/polished_cut_crimsite_wall.json +fdc01c9d9baf014168558962f302c6a9b2cd38da assets/create/models/item/polished_cut_deepslate.json +d01c305db85a2be216849606b068e6670fdc6bc1 assets/create/models/item/polished_cut_deepslate_slab.json +d43b7a19e39fab494df52bbeea082436caa868ed assets/create/models/item/polished_cut_deepslate_stairs.json +4df1fa4deb87b12550b55b5f6700320e99a37880 assets/create/models/item/polished_cut_deepslate_wall.json +a3dbfb3fd5d6cb27e9ce47e75e2e16d2b4d65fa9 assets/create/models/item/polished_cut_diorite.json +61195beac08641af7a1f13552a4b0077897e8552 assets/create/models/item/polished_cut_diorite_slab.json +99b8f22e26bb0fc48f036d90a692d990bf552451 assets/create/models/item/polished_cut_diorite_stairs.json +1329f356bf861be8d364bf3b459d76ad3ca4c0f1 assets/create/models/item/polished_cut_diorite_wall.json +71927f3fd3380836c900415606eab949ec86e25d assets/create/models/item/polished_cut_dripstone.json +224cdaa14e176d89a7d2f67c177ca9076da21ea8 assets/create/models/item/polished_cut_dripstone_slab.json +1e81eecf324f4932faf19b85f289fb9a6fa6fe73 assets/create/models/item/polished_cut_dripstone_stairs.json +22c3d7380a8649113a3e1503691433da695bc550 assets/create/models/item/polished_cut_dripstone_wall.json +775004268b0c6bd967d64f39e3608874a8d22124 assets/create/models/item/polished_cut_granite.json +cde5e71f2d1ba95a96a4f8d5e448263e674d632c assets/create/models/item/polished_cut_granite_slab.json +8a6a0ae23ad011c4f37f4426b3c341fa41a5fb9e assets/create/models/item/polished_cut_granite_stairs.json +6db86ac9c0cb5c1ac70d111667f29e702953b493 assets/create/models/item/polished_cut_granite_wall.json +6cdac5d468fe1048f28b97f25c492461935f3d3e assets/create/models/item/polished_cut_limestone.json +3cc8a3ac60048ad2ac53b951b34e4558484d512a assets/create/models/item/polished_cut_limestone_slab.json +6b23a45d715b347205d88322ba5357736038bdcc assets/create/models/item/polished_cut_limestone_stairs.json +621229d04220d9461f86a11c2a0dedcecdf55c70 assets/create/models/item/polished_cut_limestone_wall.json +fec9427e82dc7482d51bc6a69d5f8064c0bb5169 assets/create/models/item/polished_cut_ochrum.json +fb43ab3e2e47855f701cff43b030c96d06544de7 assets/create/models/item/polished_cut_ochrum_slab.json +46feb1f7cf17b1891e0a13b91f7ce0ae4788859f assets/create/models/item/polished_cut_ochrum_stairs.json +499916f4d1246048904874d1dd96043018fce084 assets/create/models/item/polished_cut_ochrum_wall.json +7ee7f71b331268b83c4d88e84aa61cd2b0d84039 assets/create/models/item/polished_cut_scorchia.json +465ce7731f07c5d0c30baac9bbe98ce3de7d1867 assets/create/models/item/polished_cut_scorchia_slab.json +1f9183d7391877edf537d6fefacefacd6294bd69 assets/create/models/item/polished_cut_scorchia_stairs.json +f9c637017fef273a5db10e4274b114c53b816be1 assets/create/models/item/polished_cut_scorchia_wall.json +77930b949fcfd26f92948d579e0ba1ea469529bf assets/create/models/item/polished_cut_scoria.json +4534ba5dc2ef9f3e82be3e0ad7a2a822f37eb928 assets/create/models/item/polished_cut_scoria_slab.json +c7cd8ddbbb743d496967342fdb6429fee30c2cd4 assets/create/models/item/polished_cut_scoria_stairs.json +3f798afe8f9289886466655c500f72372739e276 assets/create/models/item/polished_cut_scoria_wall.json +974f2e2f73274d41958155ed4b1293c20c4ac17d assets/create/models/item/polished_cut_tuff.json +5f9ec4f49e7f1d9dbf47eee3d6b853109322d652 assets/create/models/item/polished_cut_tuff_slab.json +885dd48c9f6c6c042bdefda92cfaf99d7279ffbb assets/create/models/item/polished_cut_tuff_stairs.json +4b6667928da0ce360aa5e2a0386c5d4dcdb84532 assets/create/models/item/polished_cut_tuff_wall.json +922ed7985f52aca87cfd058facde3e8831ca7e52 assets/create/models/item/polished_cut_veridium.json +4c6ae9e84eb2a6bfbb1b3ad5333bcba8ffce0cc3 assets/create/models/item/polished_cut_veridium_slab.json +a8301c6a6829cd38756de308ca295941ca0feaea assets/create/models/item/polished_cut_veridium_stairs.json +6246017e60e6c16ee890bcd069706328ecf74f83 assets/create/models/item/polished_cut_veridium_wall.json +d4fab67193aa83af93250d85c5afcb726ff02e80 assets/create/models/item/polished_rose_quartz.json +e367355acdd2206b003e6e581db6fd0755ed87e4 assets/create/models/item/portable_fluid_interface.json +d4c6b58e05da230410a2e8338be9f829924eb936 assets/create/models/item/portable_storage_interface.json +7b42172683521605ec006d62b7b3444c0f45ad35 assets/create/models/item/potato_cannon.json +28b870dd4da7697855bffb4fe3a08cefbe862e88 assets/create/models/item/powdered_obsidian.json +a06275da5e5cec7c17edaae8b5a693a3eeff2fe2 assets/create/models/item/powered_latch.json +a1c6fd9b035eed7de732f4080cedaa118a2bc559 assets/create/models/item/powered_toggle_latch.json +bd70b798ca9f73f4e5aabc30e286487f5363122e assets/create/models/item/precision_mechanism.json +d9a736e7a6fc70e0848de3e318c739d58b1e563f assets/create/models/item/propeller.json +9b41eec5759887be9bae3d27654bf478a7eff676 assets/create/models/item/pulse_extender.json +ea76bd3bd9e5bea4d64d91347d473b538e926b02 assets/create/models/item/pulse_repeater.json +7e165f83266edf34bb03fa3e8d2a83d44829c10a assets/create/models/item/purple_seat.json +d75c4969334f2ee1ae4a3d8ac28b001735c76b97 assets/create/models/item/purple_toolbox.json +ebffb05119f499fcec051a4337aadc47654baed2 assets/create/models/item/purple_valve_handle.json +f91405b9aec1e0142c1b90582e03a1973251da05 assets/create/models/item/radial_chassis.json +1c984ea9dbaec02e88dba1b81906c9acca7ed672 assets/create/models/item/railway_casing.json +5f8e5283fbebb452f1a1141b33ee73f08879c75d assets/create/models/item/raw_zinc.json +4631d67976cef148c346a7016baaa6703e4f243e assets/create/models/item/raw_zinc_block.json +9dc6c52e258b00cac6ed23147983045c43218b5d assets/create/models/item/redstone_contact.json +f8f733364bdd32b2ad597e81103bc02344ce63bd assets/create/models/item/redstone_link.json +8d00eb1a10055a802556eab10e13f522d12acd1c assets/create/models/item/red_sand_paper.json +b64a054c92cbd2e055502d470f3921d1077e63a1 assets/create/models/item/red_seat.json +ac4695cc465d094b4adba1a4e9efec42c916f37d assets/create/models/item/red_toolbox.json +02473f42ef4b53dc809c7c58ae657c014bfaf652 assets/create/models/item/red_valve_handle.json +9926bbe6dad7c4c1a146492116d232e941c80d2b assets/create/models/item/refined_radiance.json +bf827486dc7a1b3aeae577844d2dab2a97051db9 assets/create/models/item/refined_radiance_casing.json +69dc8139280bce3a7e08532afbbc5c41e7942be1 assets/create/models/item/rope_pulley.json +7a93e1b9557422f6b5dfc17e44524805ec4575c6 assets/create/models/item/rose_quartz.json +bfbe599cada68962c66cbc6a3e88019fbd9cffd5 assets/create/models/item/rose_quartz_block.json +bddc983c3d285eb14d9153f062ca6d727e4caf3f assets/create/models/item/rose_quartz_lamp.json +d45005a89e2c0d29944e0112be274365e0e318a5 assets/create/models/item/rose_quartz_tiles.json +33f17e0ab46d9bde5f3ef76d4501c72a4325087e assets/create/models/item/rotation_speed_controller.json +872b9714eb8e7c55cfb10c83be7e1698857ca028 assets/create/models/item/sail_frame.json +670e978a34faf6a3acd7880b2f94c2574178d586 assets/create/models/item/sand_paper.json +6854451e331242ec50c186a545538024b07ec123 assets/create/models/item/schedule.json +0effa517c214ba07dba2f4ed12dfcf4785e42dd8 assets/create/models/item/schematic.json +8b7727844d8c12c3c22828c7f65fc7ac2d273e36 assets/create/models/item/schematicannon.json +2a52f084fa8187dd8da28fe820dde50c47a93b57 assets/create/models/item/schematic_and_quill.json +4c8b34627001e35ee15412a0cd037d0f24ba914e assets/create/models/item/schematic_table.json +2955563914c2f84ed06474c135062e91189ddf3a assets/create/models/item/scorchia.json +669041e5ad29d2166cc8895f85aa262040671d3e assets/create/models/item/scorchia_pillar.json +ff52eb59dadfe675e416440f3115856a501428a6 assets/create/models/item/scoria.json +2b5db844faf2dea0672def113dddbac323ca71e7 assets/create/models/item/scoria_pillar.json +ff36a19e124caf2ee8a03767e39601df6866075b assets/create/models/item/secondary_linear_chassis.json +480a7585107ebbfd54f3288eccb68e639790fe3c assets/create/models/item/sequenced_gearshift.json +abaa6da82babc26717ffff44fc41327bd015c9a6 assets/create/models/item/shadow_steel.json +ffaec38d11b91add4e150e33d0e0e49394f5beca assets/create/models/item/shadow_steel_casing.json +b6fcd9722e5a09a9207964cba68752512e3b945a assets/create/models/item/shaft.json +58ca190177e77db90c8195347c29d52c2cd0c556 assets/create/models/item/small_andesite_bricks.json +fa92996fada8545fc340fb401bd0568f56809bf0 assets/create/models/item/small_andesite_brick_slab.json +08474bf814a55795c1f94203ceb8a969be2a2132 assets/create/models/item/small_andesite_brick_stairs.json +0e00bc6aa5be242217ed6fe8cbe1ccdf180742fb assets/create/models/item/small_andesite_brick_wall.json +543055fabb706a93037c6a9e47c334508e41b06c assets/create/models/item/small_asurine_bricks.json +b160c3277f00f19687cffb87f9cb3aa32d3633aa assets/create/models/item/small_asurine_brick_slab.json +183fa4919f06e8c3c10f1efeceefd55389a96102 assets/create/models/item/small_asurine_brick_stairs.json +d6a5ffdb493fb2c8176a7e6b42e05c2d393a2782 assets/create/models/item/small_asurine_brick_wall.json +26d9361e33e362a772220146724c0927453831e0 assets/create/models/item/small_calcite_bricks.json +8c1b5d5d40393636c9ff10afc09038c89bc1b383 assets/create/models/item/small_calcite_brick_slab.json +481ce90fb6abb05c904f01df3fe635f702bbfac0 assets/create/models/item/small_calcite_brick_stairs.json +02adb90bdf06a7c4c57d09dfd3c77cceef9b7fbe assets/create/models/item/small_calcite_brick_wall.json +d5a033d3dedb799c4752b7e68b6881529f38f8e5 assets/create/models/item/small_crimsite_bricks.json +8f382537c99eac3335f72db8dba33ab71f99a919 assets/create/models/item/small_crimsite_brick_slab.json +b5d012cf0c5c94b73e6825b6884ab1d3eee7d64e assets/create/models/item/small_crimsite_brick_stairs.json +236457bb16bc7e949c16f3f091ee74dc3f3e6973 assets/create/models/item/small_crimsite_brick_wall.json +6ce2cb7882f41fcbcd641a442c98767bda61f65f assets/create/models/item/small_deepslate_bricks.json +ce79900b7aa1eff0d42cabcd0a7f80ef20824551 assets/create/models/item/small_deepslate_brick_slab.json +a260711af72c749a6b72f72515bbecb2e01e3ed8 assets/create/models/item/small_deepslate_brick_stairs.json +4e474891c6a269166c2eb413fae78699e5657af4 assets/create/models/item/small_deepslate_brick_wall.json +e412eaa393965ef5426c3d8d95d5c9d69e37e054 assets/create/models/item/small_diorite_bricks.json +55b82c2f30d52acee5c3807ab2ffaed1d773cfa8 assets/create/models/item/small_diorite_brick_slab.json +49a17610b5b05595894ca2683056cecd724c1111 assets/create/models/item/small_diorite_brick_stairs.json +dd3630a9c5500e6cf09e95d09e7a3cc99db11899 assets/create/models/item/small_diorite_brick_wall.json +c29d35da520d0fe828bb364db403b8cdf55f0a2e assets/create/models/item/small_dripstone_bricks.json +21e281ec7a82d48018366a0737c6867f625b4663 assets/create/models/item/small_dripstone_brick_slab.json +6862e72eedf80536f40b6ac42ff78f13f62d012f assets/create/models/item/small_dripstone_brick_stairs.json +ca8613bb64ceb562c36dd1d6a3b76b5f15f35be9 assets/create/models/item/small_dripstone_brick_wall.json +81eae95d20a9e99a070dfb8f6e6c22ef29f628d3 assets/create/models/item/small_granite_bricks.json +a19aa13eb3c04a9e0931e22e4170eec80950efab assets/create/models/item/small_granite_brick_slab.json +51bc02587cad5dfcfaf9d040848faa5277a25a5f assets/create/models/item/small_granite_brick_stairs.json +147a6f42be8312fbf050ad53c1625a1458f73cc3 assets/create/models/item/small_granite_brick_wall.json +bfa76583bca68134bbe2793c263cc0b71e1406af assets/create/models/item/small_limestone_bricks.json +a9599981e872e683dacd01b2f0af511f416dd526 assets/create/models/item/small_limestone_brick_slab.json +d8f8eadea13fc90a1c8ee5aca4be71fb22a79fd0 assets/create/models/item/small_limestone_brick_stairs.json +67626afe8b0fc9135456a24ea49c602b83d6970d assets/create/models/item/small_limestone_brick_wall.json +2d4b22d4028c55cbabc7eb405c2c6d485390afab assets/create/models/item/small_ochrum_bricks.json +f7547aacb8bdaf61424cd56565e40d3cd40a1cfa assets/create/models/item/small_ochrum_brick_slab.json +8a320ff9e75e16a182cb7d07784a595fe7876e04 assets/create/models/item/small_ochrum_brick_stairs.json +0eedd4fe5b0a82de16fed148836087ff4ae64a74 assets/create/models/item/small_ochrum_brick_wall.json +97b8e3eaddac0b93d4b6bc140f573969fcba5823 assets/create/models/item/small_rose_quartz_tiles.json +ac1bf1d2344517c18b945afa198d5d05e2866f6b assets/create/models/item/small_scorchia_bricks.json +63ef9901ba1014027e8c873d8374d86abb73158e assets/create/models/item/small_scorchia_brick_slab.json +f52601fe54695c225a595a65e9130665582db856 assets/create/models/item/small_scorchia_brick_stairs.json +b4e0db087dc88e0a3a4a82197a0ce347d3c7a7aa assets/create/models/item/small_scorchia_brick_wall.json +25b6bb40701e782ed64414ec8391b304ad5e6b12 assets/create/models/item/small_scoria_bricks.json +a4bdeb066dcc44f8be058e6d9dfc0a3fd34819bf assets/create/models/item/small_scoria_brick_slab.json +5ffb0e7de917013cd82cece2506d72fce2cd5fc6 assets/create/models/item/small_scoria_brick_stairs.json +67dcbc7d52fbbe88f89b36e04f970b27024741e4 assets/create/models/item/small_scoria_brick_wall.json +90943707d8b232d816392bec8ae05e06b6eedd72 assets/create/models/item/small_tuff_bricks.json +91a144100eea8b4e67a0a4f31b35a714693fa001 assets/create/models/item/small_tuff_brick_slab.json +b3f89c9f8e46fbdfc58171073d6ad91c588e5853 assets/create/models/item/small_tuff_brick_stairs.json +52c1d4cfb5f1726c9ccbb00db60bdd6f760bf40f assets/create/models/item/small_tuff_brick_wall.json +6935d6d9dbdb99fe7258d9347419d65571711263 assets/create/models/item/small_veridium_bricks.json +0bb60fc6ab570db83214fd10c83d931f6677e361 assets/create/models/item/small_veridium_brick_slab.json +89918d98b6830477b21ab7fb9e30807d3ca1d379 assets/create/models/item/small_veridium_brick_stairs.json +ab4e7695e99548f83a89f3d5ad7690a576bafcc0 assets/create/models/item/small_veridium_brick_wall.json +6cf508dbd3d015ea730366db92bb17844dc2ca06 assets/create/models/item/smart_chute.json +9201f00edcf2ffa33cb079c28b5c33e39872c824 assets/create/models/item/smart_fluid_pipe.json +67804bdd890f167010f6101a700e85a3245f4cc3 assets/create/models/item/speedometer.json +4bc463849e2309aa7bb996c403bfb565e950aa49 assets/create/models/item/spout.json +09784bf20529fdc5bb76892c10cea14187748a82 assets/create/models/item/spruce_window.json +368bc939a79864c4bce0fa05d91760bd75c9e5cd assets/create/models/item/spruce_window_pane.json +b82ab0c69df330f6f938ed1beee7b4add67d2e50 assets/create/models/item/steam_engine.json +24acc593a5e910b6301afcb3f23cba526d23a0ab assets/create/models/item/steam_whistle.json +54f200be903e056e5cf9e2186f0a0a51f8f0f84e assets/create/models/item/sticker.json +0f88de164439640cc175ceef2017f7416b5a7018 assets/create/models/item/sticky_mechanical_piston.json +4b640b66765b206f8c2884b7c1a1ef860b81d841 assets/create/models/item/stockpile_switch.json +6ee792277b9fd980c40e18e841afa63fc500ed0b assets/create/models/item/stressometer.json +8d4ce1ccf180016506292f63188c10d0dabe0ee3 assets/create/models/item/sturdy_sheet.json +a10bb4d6d1a4483a806e3aaa086d48c0e20aaefe assets/create/models/item/super_glue.json +dddac09bb9dd962d99502ab10929ae6886fbd831 assets/create/models/item/sweet_roll.json +6264be89eb998566b171beb073594393041780ca assets/create/models/item/tiled_glass.json +0ef4d2df2a4096b87b86506efc5c9404944fe982 assets/create/models/item/tiled_glass_pane.json +4683ab824d93cd96a82143eb9c62c9777f278f18 assets/create/models/item/track.json +c4bd1224b988ca10708fe9538a0baa8b88272eb5 assets/create/models/item/track_observer.json +236d89ebd8ae45344b374264d39947d82a2d1914 assets/create/models/item/track_signal.json +c08a82b94666ca81a6d9134c740cc9c28ddae892 assets/create/models/item/track_station.json +be3b40aee1c62680ddcf9129fd9f926bab790590 assets/create/models/item/train_door.json +1d45bba128629e6c962a9260d49f2df83958ed16 assets/create/models/item/train_trapdoor.json +ba7a9f542e9f65bdce3d3330a95f1166a0be0673 assets/create/models/item/tree_fertilizer.json +55aafc103c38057faa3295ccc76da99f4a91de52 assets/create/models/item/tuff_pillar.json +0e199ab3e450156aae2d54c227383af9bb3f7082 assets/create/models/item/turntable.json +3e7f095acd023ec549fe41ceed9fc3997de24a25 assets/create/models/item/unprocessed_obsidian_sheet.json +63a159b54de6a31ee265750e4af4b1990820eda6 assets/create/models/item/veridium.json +38970acde350735e00b53e6836ccee428c630fcc assets/create/models/item/veridium_pillar.json +9b2e4da1ab7e20cd744adb469dd3690e33cc905f assets/create/models/item/vertical_framed_glass.json +63d94954704691fccde1b13b320ec62a4e12a13a assets/create/models/item/vertical_framed_glass_pane.json +b0f6d37aa695395e28a23d36775092f63ab3f5a5 assets/create/models/item/vertical_gearbox.json +011ef16e912638b4095d34c8c711ebd67cb85fba assets/create/models/item/wand_of_symmetry.json +9c5087114e35052c5e56bb752252de5d092408c5 assets/create/models/item/warped_window.json +83502f4b8d0134e793611b36a56cca59af097ed5 assets/create/models/item/warped_window_pane.json +e5939b47bf7440dc101c667e68ef6bf750a3290f assets/create/models/item/water_wheel.json +be2f058a7ecb015599ee052ec27c4360d636999a assets/create/models/item/waxed_copper_shingles.json +adc188e4e48bea80607c6e0c7076c9bdd7236cb0 assets/create/models/item/waxed_copper_shingle_slab.json +7e224aceaa94361256e95e4c44d8814aebaf297c assets/create/models/item/waxed_copper_shingle_stairs.json +eced19a2f721c54b968e5979cde2705f15faf3e1 assets/create/models/item/waxed_copper_tiles.json +68b3632c34adb9991aa993385f53624632c260f2 assets/create/models/item/waxed_copper_tile_slab.json +a7fc0cc2d32dcd49c3274597ce7121f01fca03f8 assets/create/models/item/waxed_copper_tile_stairs.json +5336907eba067492f6d00b4b8514f9663830a1d5 assets/create/models/item/waxed_exposed_copper_shingles.json +fd428034c46a240c4bb2a1aee625b8767f41c3ef assets/create/models/item/waxed_exposed_copper_shingle_slab.json +43d714187fe6c0cd1ed7abcddef1ebcd63979ff4 assets/create/models/item/waxed_exposed_copper_shingle_stairs.json +962b24b3611abefc21920d01452944710ab0da3f assets/create/models/item/waxed_exposed_copper_tiles.json +25f5a10fe8e6acbdbf8457d56aeee065835a93ec assets/create/models/item/waxed_exposed_copper_tile_slab.json +22917505d328fb5b489b9f7f9068f1514b784abb assets/create/models/item/waxed_exposed_copper_tile_stairs.json +12c3dd893bddb66b9b387652c67c8f0e24b643ff assets/create/models/item/waxed_oxidized_copper_shingles.json +9b7c82376ea8c1c8ecbc7bbe15283f84b0d50d94 assets/create/models/item/waxed_oxidized_copper_shingle_slab.json +fbb6043eb935aa0641a482ee7300c780be257440 assets/create/models/item/waxed_oxidized_copper_shingle_stairs.json +6b8f75d4818db903b22f4626d02671ab76a61023 assets/create/models/item/waxed_oxidized_copper_tiles.json +6e7bc8eb9a87d903dcc590e9918ce8d4411bf190 assets/create/models/item/waxed_oxidized_copper_tile_slab.json +10136759b31e4d957e8374948460d6c984711326 assets/create/models/item/waxed_oxidized_copper_tile_stairs.json +ce2dcfc01205da1dc70f34091a2c24f563e72466 assets/create/models/item/waxed_weathered_copper_shingles.json +2bf249c677d30a4febf950fa7c6caa87c348c54e assets/create/models/item/waxed_weathered_copper_shingle_slab.json +9fa84f2555d82b5a1550b748a332ceb443a04fae assets/create/models/item/waxed_weathered_copper_shingle_stairs.json +02d2ac048c9bea86d10673254dfc107f3c9c5bb5 assets/create/models/item/waxed_weathered_copper_tiles.json +ab40b1a5a03cd290d53ef2ea65f90dcfcd2673de assets/create/models/item/waxed_weathered_copper_tile_slab.json +dadc7b65a4527e288c21a20df978796a8c444fd2 assets/create/models/item/waxed_weathered_copper_tile_stairs.json +86b8e71fa8b7aeb73eafda89d8d06d83da6a5d25 assets/create/models/item/weathered_copper_shingles.json +94db30ad2381d2f2c37cdfd0d5ce5c45a2807640 assets/create/models/item/weathered_copper_shingle_slab.json +7262c01df4b5a8cd8c6a5545062f251d5ad9fd06 assets/create/models/item/weathered_copper_shingle_stairs.json +99f17b16b68201aefb78298b3e6c657e3c2235e0 assets/create/models/item/weathered_copper_tiles.json +0b1b299d6dfab65b6060305a8b3e51f6e2df09f4 assets/create/models/item/weathered_copper_tile_slab.json +0c3989b44fde934ba8b88b071887e5ede522c417 assets/create/models/item/weathered_copper_tile_stairs.json +79431edb868e6560f4f6d5b3441c0176c7699f5e assets/create/models/item/weighted_ejector.json +0fd2214cdff8a92e05d9d5ee888329b3235143c0 assets/create/models/item/wheat_flour.json +aacced59d21212090d508a9684bb46c9472a8a2f assets/create/models/item/whisk.json +4e112e82185e2c1a5c57f5a94fa11c59c92cef0d assets/create/models/item/white_sail.json +17ed8ac7d745117f622190a46c5e1b42892afc29 assets/create/models/item/white_seat.json +432040f39177ab3df6003df24e818c73e28cf754 assets/create/models/item/white_toolbox.json +8ba8a6d4baf98f0f037f83b4b704f75a8d46a26e assets/create/models/item/white_valve_handle.json +bccccbdfa5d376936e123defa44f2907dc317617 assets/create/models/item/windmill_bearing.json +47c6ad1c146366156a0ec4bc1cbf74282784698f assets/create/models/item/wooden_bracket.json +6c08d2fa59e56e4848063ab6f3e45894b89f1744 assets/create/models/item/wrench.json +ac59f141cd3c3f7e57a794e542d6e22bf8ebb8f9 assets/create/models/item/yellow_seat.json +532a429d58a177f61b4d67180db7676fa7536052 assets/create/models/item/yellow_toolbox.json +2c87ef8a26a01a17b2f3799d62cb27cf1107d061 assets/create/models/item/yellow_valve_handle.json +bcf63b7198d31d3a94b2566171b7e3e84464601c assets/create/models/item/zinc_block.json +d4a3290393c1c659f3d4dd4e267a87d287bd49a6 assets/create/models/item/zinc_ingot.json +1e9656f81ec01a89796b175cf029d1de45b758fe assets/create/models/item/zinc_nugget.json +f3719d4d3a8d1e0d9f36db5d1317894ecacf3bf3 assets/create/models/item/zinc_ore.json +63d74987f8461b4e94c00030d380d4891707d2ae assets/create/models/threshold_switch/block_ceiling_0.json +12496e505374e7fff2d1f800218848635d86ec71 assets/create/models/threshold_switch/block_ceiling_1.json +523bc69211b6e90cc381356f103b01b8d7e15771 assets/create/models/threshold_switch/block_ceiling_2.json +c62cbd9fe144326c46702ba4e512c832484ea4e8 assets/create/models/threshold_switch/block_ceiling_3.json +fe1017b4338d3027771d5eb8b4e2444ddb842b36 assets/create/models/threshold_switch/block_ceiling_4.json +d090a659a8df0b86d9892214ac5b06641aaabc9a assets/create/models/threshold_switch/block_ceiling_5.json +dffc869ccce392b1908c833631e3df374c6a3012 assets/create/models/threshold_switch/block_floor_0.json +ab3d51ab5dd8ef6c1cad5d65406180915340dd7e assets/create/models/threshold_switch/block_floor_1.json +7a69fb5a6e77b457c381495c951aa0ba9c7df7f0 assets/create/models/threshold_switch/block_floor_2.json +3a6bbc80eea8d824a981e257f8025997946b3260 assets/create/models/threshold_switch/block_floor_3.json +a76fae0415604615be0e822394e0879ca81bf166 assets/create/models/threshold_switch/block_floor_4.json +28ddae97613f1a06885f06faa20b1b2a5bcaa7db assets/create/models/threshold_switch/block_floor_5.json +ab50d142c25c95b0865dd41176cc07a0c76109ac assets/create/models/threshold_switch/block_wall_0.json +be730f505bf937db4b3658b2bd3763b514d295c2 assets/create/models/threshold_switch/block_wall_1.json +f7f6d92ab5dea5a85ec3d570cdd169329dd4225f assets/create/models/threshold_switch/block_wall_2.json +41009d15d22c946a2ed4c6ba98447c3c7cc26315 assets/create/models/threshold_switch/block_wall_3.json +ad3204842128db2c7bebdbf3c40fccc45c82de44 assets/create/models/threshold_switch/block_wall_4.json +197a6ed7fd9514de13daf58605c24a7156c00bd1 assets/create/models/threshold_switch/block_wall_5.json +e9be13270e548bab1efa783297ecd542f1131a64 data/create/advancements/recipes/building_blocks/andesite_from_stone_types_andesite_stonecutting.json +e8e507e2981114d79c7cdc6a63cd0cfc5eb588fb data/create/advancements/recipes/building_blocks/calcite_from_stone_types_calcite_stonecutting.json +6baae33c4f0576150d86af1402ee7fccba34a3a7 data/create/advancements/recipes/building_blocks/deepslate_from_stone_types_deepslate_stonecutting.json +0dd33368f5abff29d3eb575321832cf9410ff238 data/create/advancements/recipes/building_blocks/diorite_from_stone_types_diorite_stonecutting.json +6b635b786be48ff7bbcad7648e75b3a5452fe739 data/create/advancements/recipes/building_blocks/dripstone_block_from_stone_types_dripstone_stonecutting.json +9c7933938b35cda04a6f39185ce6666d08743a96 data/create/advancements/recipes/building_blocks/granite_from_stone_types_granite_stonecutting.json +93dff0c9e76304a9b94b250cc549f2f48eadc556 data/create/advancements/recipes/building_blocks/tuff_from_stone_types_tuff_stonecutting.json +1f923bc2a94b18c132c74e3113a2f6cb6ffd3eff data/create/advancements/recipes/create.base/crafting/kinetics/black_valve_handle_from_other_valve_handle.json +d0abd9afa18f6bb5f5dde56b9c7ea24e7a72da16 data/create/advancements/recipes/create.base/crafting/kinetics/blue_valve_handle_from_other_valve_handle.json +9af96918d3ac5d7d0e2458377afe57b1a51b5f2b data/create/advancements/recipes/create.base/crafting/kinetics/brown_valve_handle_from_other_valve_handle.json +320141bd8354173aab49f4872419b823b63ed4c6 data/create/advancements/recipes/create.base/crafting/kinetics/cyan_valve_handle_from_other_valve_handle.json +b251ad62b0070165fd7fdd4f4070d81abc3db378 data/create/advancements/recipes/create.base/crafting/kinetics/gray_valve_handle_from_other_valve_handle.json +fc9dbff58b30fdddab1eede2f9eb363c153e07ba data/create/advancements/recipes/create.base/crafting/kinetics/green_valve_handle_from_other_valve_handle.json +c162f742bf7b5dcede43ac9ae554dbcd5aa87c1a data/create/advancements/recipes/create.base/crafting/kinetics/light_blue_valve_handle_from_other_valve_handle.json +b95ddd390594ecc1f448f90fffd8ae7aa049648a data/create/advancements/recipes/create.base/crafting/kinetics/light_gray_valve_handle_from_other_valve_handle.json +e5ca46744418212f92b4456caa83190e01cda488 data/create/advancements/recipes/create.base/crafting/kinetics/lime_valve_handle_from_other_valve_handle.json +b62aa1c8ecca4a4b6e23739e4cc174d3cd361198 data/create/advancements/recipes/create.base/crafting/kinetics/magenta_valve_handle_from_other_valve_handle.json +8a674107130bc16111e147cb313a521a9a80011b data/create/advancements/recipes/create.base/crafting/kinetics/orange_valve_handle_from_other_valve_handle.json +c76bcc3a4207a4cccb7b0f3ac2fcbb14959c837a data/create/advancements/recipes/create.base/crafting/kinetics/pink_valve_handle_from_other_valve_handle.json +3d7c12e26f44b872e3789905aefb993816a856e5 data/create/advancements/recipes/create.base/crafting/kinetics/purple_valve_handle_from_other_valve_handle.json +1f58782364747d8286c7dee4d7066e9f2894ee39 data/create/advancements/recipes/create.base/crafting/kinetics/red_valve_handle_from_other_valve_handle.json +c5ab0b03813a31bb26d44aa36e3ad79b61880f05 data/create/advancements/recipes/create.base/crafting/kinetics/white_valve_handle_from_other_valve_handle.json +ebb8227c6d5a45448826ae2d72c6f7c52f836ab9 data/create/advancements/recipes/create.base/crafting/kinetics/yellow_valve_handle_from_other_valve_handle.json +59c1c7f291378e9e4ca9978142943aa4bec507db data/create/advancements/recipes/create.palettes/acacia_window.json +bfa00dd7eb3d71f2c2649c2ecc17065e877a7bd4 data/create/advancements/recipes/create.palettes/acacia_window_pane.json +b99021acc1fbc1c247a712a0ae6a672cb21bf89d data/create/advancements/recipes/create.palettes/andesite_bars_from_andesite_alloy_stonecutting.json +6f01a8e667a337e504822e7b75aef37716ed5fab data/create/advancements/recipes/create.palettes/andesite_ladder_from_andesite_alloy_stonecutting.json +fdddf63ddd501b57deba33fae92fc9870b0613e2 data/create/advancements/recipes/create.palettes/andesite_pillar_from_stone_types_andesite_stonecutting.json +974fce40b47a5c5fcaf5feb09b92d178a63308fb data/create/advancements/recipes/create.palettes/andesite_scaffolding_from_andesite_alloy_stonecutting.json +8ea872ceefe468103c7e3a2a202f1ff5c36f9c7b data/create/advancements/recipes/create.palettes/asurine_from_stone_types_asurine_stonecutting.json +cf3c9bb7ebb89e695b09e89e53e9c956c6ee098e data/create/advancements/recipes/create.palettes/asurine_pillar_from_stone_types_asurine_stonecutting.json +25da416d2c0b1ede72a2acafff9313f8aa06b88a data/create/advancements/recipes/create.palettes/birch_window.json +77ca712c533da5849a44e50ece9b6c973cb255b7 data/create/advancements/recipes/create.palettes/birch_window_pane.json +2168a6b45f90a210408a78f233248248dece7996 data/create/advancements/recipes/create.palettes/brass_bars_from_ingots_brass_stonecutting.json +5b7c1693459b38a855c1c7e7bb99c8f4a834347d data/create/advancements/recipes/create.palettes/brass_ladder_from_ingots_brass_stonecutting.json +0096957aa80383448f683130defa5107214cbd58 data/create/advancements/recipes/create.palettes/brass_scaffolding_from_ingots_brass_stonecutting.json +ef61bc5be05186488d225af223348e83af61388b data/create/advancements/recipes/create.palettes/calcite_pillar_from_stone_types_calcite_stonecutting.json +0af812662873e0d1fc3d8a820b387e74952f70ee data/create/advancements/recipes/create.palettes/copper_bars_from_ingots_copper_stonecutting.json +ecc885349bed79171f57b4bdedfbfc224b248f0c data/create/advancements/recipes/create.palettes/copper_ladder_from_ingots_copper_stonecutting.json +eae4488f646740e7d57b241a6063cf8a4b552e11 data/create/advancements/recipes/create.palettes/copper_scaffolding_from_ingots_copper_stonecutting.json +534a957912e3f6e6418765479a2739670f680d6a data/create/advancements/recipes/create.palettes/copper_shingles_from_ingots_copper_stonecutting.json +abff4ac821c5a8381450290652d7a5b06b22323d data/create/advancements/recipes/create.palettes/copper_shingle_slab.json +4e75e2ec0c2a38933763a195e9a22b9724cee621 data/create/advancements/recipes/create.palettes/copper_shingle_slab_from_copper_shingles_stonecutting.json +1d6584da36f0ab13a9115f152edb3b8a9f56bba3 data/create/advancements/recipes/create.palettes/copper_shingle_stairs.json +d49e06b0ac01376f9181d843f28336fc62db4fbe data/create/advancements/recipes/create.palettes/copper_shingle_stairs_from_copper_shingles_stonecutting.json +bfb8ef530386edbbb0d5759d9e2b320e0084c2b7 data/create/advancements/recipes/create.palettes/copper_tiles_from_ingots_copper_stonecutting.json +7c679df626dfdc5c4b8d4aedba173f39ceffe96c data/create/advancements/recipes/create.palettes/copper_tile_slab.json +8e7bc4261031c0de44dbc2da7675c8789ec65084 data/create/advancements/recipes/create.palettes/copper_tile_slab_from_copper_tiles_stonecutting.json +96b1f1da1e7e1130f73adc7669d915bc075f966c data/create/advancements/recipes/create.palettes/copper_tile_stairs.json +0976b6dcdbb42277f7547bbeff7f6bd0e7ee6c64 data/create/advancements/recipes/create.palettes/copper_tile_stairs_from_copper_tiles_stonecutting.json +0c72fe88dd96eb446bb1cbcf687c4d6481abc2e8 data/create/advancements/recipes/create.palettes/copycat_panel_from_ingots_zinc_stonecutting.json +f6d1ec97f93b0270da7c3bf5b666ac117ad3076c data/create/advancements/recipes/create.palettes/copycat_step_from_ingots_zinc_stonecutting.json +47f9eede564a3a7db56468ac8c6fd5980a9fa96a data/create/advancements/recipes/create.palettes/crafting/copper/waxed_copper_shingles_from_honeycomb.json +6631f01c66a3358ca3f9fa8c6b7cae35e7c90f6d data/create/advancements/recipes/create.palettes/crafting/copper/waxed_copper_shingle_slab_from_honeycomb.json +612ac623c661376aaa14f4b6785845f6c2d87c9f data/create/advancements/recipes/create.palettes/crafting/copper/waxed_copper_shingle_stairs_from_honeycomb.json +92d4dfcb5a48b79e25e3c6cd94759e1875a669ee data/create/advancements/recipes/create.palettes/crafting/copper/waxed_copper_tiles_from_honeycomb.json +865f125d3b1b7d3898205ae02888f1ba77a1a004 data/create/advancements/recipes/create.palettes/crafting/copper/waxed_copper_tile_slab_from_honeycomb.json +eda0a300b8dae9e11a0dc383189650701a90024b data/create/advancements/recipes/create.palettes/crafting/copper/waxed_copper_tile_stairs_from_honeycomb.json +aa3103ae4055a857b55d62c5981f5c970c692d7d data/create/advancements/recipes/create.palettes/crafting/copper/waxed_exposed_copper_shingles_from_honeycomb.json +949042abbe5fc773b94fe50210943e1e69bd38c5 data/create/advancements/recipes/create.palettes/crafting/copper/waxed_exposed_copper_shingle_slab_from_honeycomb.json +668aa7bf5f35ed69ad8a040d71c26747c44e8e34 data/create/advancements/recipes/create.palettes/crafting/copper/waxed_exposed_copper_shingle_stairs_from_honeycomb.json +9f77a7f784a2726d24ee44636d40ca8409028d8f data/create/advancements/recipes/create.palettes/crafting/copper/waxed_exposed_copper_tiles_from_honeycomb.json +8015bdbe6d076fe28e441df5eb37c8d2abb6c24e data/create/advancements/recipes/create.palettes/crafting/copper/waxed_exposed_copper_tile_slab_from_honeycomb.json +ca395a7fb373f08a8dac6d77d146db91c996356c data/create/advancements/recipes/create.palettes/crafting/copper/waxed_exposed_copper_tile_stairs_from_honeycomb.json +6c8dd190f1a3950daac5a9877d2f9e8338412be0 data/create/advancements/recipes/create.palettes/crafting/copper/waxed_oxidized_copper_shingles_from_honeycomb.json +a394a9f986d1d510be85b48e9925bdf25097213f data/create/advancements/recipes/create.palettes/crafting/copper/waxed_oxidized_copper_shingle_slab_from_honeycomb.json +92e6304d52c8d436b044b2d387d26824959f47e4 data/create/advancements/recipes/create.palettes/crafting/copper/waxed_oxidized_copper_shingle_stairs_from_honeycomb.json +2851b0911e486e6a09e0b2d506cebfe6927f5d85 data/create/advancements/recipes/create.palettes/crafting/copper/waxed_oxidized_copper_tiles_from_honeycomb.json +d60ad63cf0f3ae3d375ca7afd6c6c6e06ed100e1 data/create/advancements/recipes/create.palettes/crafting/copper/waxed_oxidized_copper_tile_slab_from_honeycomb.json +b51451483fca0dd242d5f841478bcdd6b4cd7302 data/create/advancements/recipes/create.palettes/crafting/copper/waxed_oxidized_copper_tile_stairs_from_honeycomb.json +b4c198189ee25a6228b58cea27ea6018bef889dc data/create/advancements/recipes/create.palettes/crafting/copper/waxed_weathered_copper_shingles_from_honeycomb.json +6f6b272803d701d373a3e980738f7281a25a0c1e data/create/advancements/recipes/create.palettes/crafting/copper/waxed_weathered_copper_shingle_slab_from_honeycomb.json +5e4d6fcf2eaae2e393300296b73b40b48a0f9542 data/create/advancements/recipes/create.palettes/crafting/copper/waxed_weathered_copper_shingle_stairs_from_honeycomb.json +6cb21b4e9db83313dc0e09c4cf079347639e2de9 data/create/advancements/recipes/create.palettes/crafting/copper/waxed_weathered_copper_tiles_from_honeycomb.json +9b3c2b22d161670b004bd55b92287a0ca9029cdb data/create/advancements/recipes/create.palettes/crafting/copper/waxed_weathered_copper_tile_slab_from_honeycomb.json +c7155f56b7d31f5f8f6bb284fb71b39019d967a1 data/create/advancements/recipes/create.palettes/crafting/copper/waxed_weathered_copper_tile_stairs_from_honeycomb.json +3f256f95ccf0acdf47d05893ee4e21d3c7df2c0c data/create/advancements/recipes/create.palettes/crafting/kinetics/black_seat.json +6c41c0225fa2fdd6c52405c6d3c38414fd676aa9 data/create/advancements/recipes/create.palettes/crafting/kinetics/black_seat_from_other_seat.json +988d6bb62ca303051a3898632a175cbda12ae289 data/create/advancements/recipes/create.palettes/crafting/kinetics/blue_seat.json +bd1348d231e7c2d306e9cc8a760143bd6cfffb73 data/create/advancements/recipes/create.palettes/crafting/kinetics/blue_seat_from_other_seat.json +5d729ff1a81a3a0118f5949aaa1111489f88e4ec data/create/advancements/recipes/create.palettes/crafting/kinetics/brown_seat.json +722a52c3a8c23fcbbbc08177ab135ca40c58f53a data/create/advancements/recipes/create.palettes/crafting/kinetics/brown_seat_from_other_seat.json +69768ed726ff11680beceb15f34f8a52ba3b6b67 data/create/advancements/recipes/create.palettes/crafting/kinetics/cyan_seat.json +794f03e20084b9fc0d65dfe60b21a34e6e0002ec data/create/advancements/recipes/create.palettes/crafting/kinetics/cyan_seat_from_other_seat.json +2696a3b8645fd09d830cf7d7a76f5aab54dcd02e data/create/advancements/recipes/create.palettes/crafting/kinetics/gray_seat.json +e55d3bca5ac8090d46ab18b5b768bdd135f3e8ed data/create/advancements/recipes/create.palettes/crafting/kinetics/gray_seat_from_other_seat.json +540b652774130e8ad707cb0f79a9397857408563 data/create/advancements/recipes/create.palettes/crafting/kinetics/green_seat.json +717ab89326073d9327767f65c9ef8f0ebca7a02e data/create/advancements/recipes/create.palettes/crafting/kinetics/green_seat_from_other_seat.json +93374c0d142ce125b86a7017308eb3da50415a23 data/create/advancements/recipes/create.palettes/crafting/kinetics/light_blue_seat.json +64193680060042e4069497b1ead22470ce1912f8 data/create/advancements/recipes/create.palettes/crafting/kinetics/light_blue_seat_from_other_seat.json +b2da019020d8feabf57b3d0cedc3e9ecb7331272 data/create/advancements/recipes/create.palettes/crafting/kinetics/light_gray_seat.json +b7e1966db2269995ffa1065a0aeaa6e47e1eda9d data/create/advancements/recipes/create.palettes/crafting/kinetics/light_gray_seat_from_other_seat.json +481daedd0b8fe95ae10efc38fa34e0bc800512d3 data/create/advancements/recipes/create.palettes/crafting/kinetics/lime_seat.json +4b9f96c0171731bee73512314f7c5d18552601ab data/create/advancements/recipes/create.palettes/crafting/kinetics/lime_seat_from_other_seat.json +847bc1e330f0c20b728f2c4b1709a34f4322f169 data/create/advancements/recipes/create.palettes/crafting/kinetics/magenta_seat.json +8f42db87f1767fa6fd2847374be3646d72934e7d data/create/advancements/recipes/create.palettes/crafting/kinetics/magenta_seat_from_other_seat.json +7bde8a042ceeeacf716b6b161bafed6d65bade5d data/create/advancements/recipes/create.palettes/crafting/kinetics/orange_seat.json +3148ec4ccf8eb6894f4457a0aa73c89944016a8d data/create/advancements/recipes/create.palettes/crafting/kinetics/orange_seat_from_other_seat.json +6f9dfb04857f7e442848fa8daab13a28ca35199c data/create/advancements/recipes/create.palettes/crafting/kinetics/pink_seat.json +e8bad3149b616f469e7173e9cd03656f146cdadb data/create/advancements/recipes/create.palettes/crafting/kinetics/pink_seat_from_other_seat.json +6b0f3cbd721e042b6541c1d1eb9fa98afec3c3b7 data/create/advancements/recipes/create.palettes/crafting/kinetics/purple_seat.json +77cc0fed3db9f111dfb453d252a0ea5c2f92f183 data/create/advancements/recipes/create.palettes/crafting/kinetics/purple_seat_from_other_seat.json +db8494bbd886ca1639541e4d85699d3300da274b data/create/advancements/recipes/create.palettes/crafting/kinetics/red_seat.json +98427f485f606219f1d189b34d4af72bf2a2d248 data/create/advancements/recipes/create.palettes/crafting/kinetics/red_seat_from_other_seat.json +4a7001a6af435f49a993af706e0b81074d080147 data/create/advancements/recipes/create.palettes/crafting/kinetics/white_seat.json +3b63ced7008a10c802ea5bb30e9a8e040e4b6e53 data/create/advancements/recipes/create.palettes/crafting/kinetics/white_seat_from_other_seat.json +46f6347035596f6cbb8a19aacfe4c89e8ad82ba8 data/create/advancements/recipes/create.palettes/crafting/kinetics/yellow_seat.json +fe5e4d607d6a26ada2e51fc8481a3ce5aea8d3c1 data/create/advancements/recipes/create.palettes/crafting/kinetics/yellow_seat_from_other_seat.json +e53266c2bd1db17197d0d534c647ca78e9d98019 data/create/advancements/recipes/create.palettes/crimsite_from_stone_types_crimsite_stonecutting.json +16ce341b487f5002196918dabbf302c3da3538c6 data/create/advancements/recipes/create.palettes/crimsite_pillar_from_stone_types_crimsite_stonecutting.json +2652b6913e74ec8a703cabf9c8cfdb6d3ca2d0bf data/create/advancements/recipes/create.palettes/crimson_window.json +5dbb30639d0fe95348b6c322a947b2bc0b896a2f data/create/advancements/recipes/create.palettes/crimson_window_pane.json +708ac3126d72b122422bbfa45ac403b9a2214666 data/create/advancements/recipes/create.palettes/cut_andesite_bricks_from_stone_types_andesite_stonecutting.json +0b2e1484b37f4b26ba87df25ca3dc4f38e34cde1 data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab.json +aa24b9647ca5ff054ddc53ee17d56aa3759e43c9 data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_from_stone_types_andesite_stonecutting.json +306461ec050c1a8ce6ed13f25c0b9a64927612cb data/create/advancements/recipes/create.palettes/cut_andesite_brick_slab_recycling.json +df9ca9fdceb1d078321573f0b6e0a3a635cd9783 data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs.json +7112575113cd0d665cdd74286f80d941fab9a495 data/create/advancements/recipes/create.palettes/cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json +e779e799d4a12c6dbed33826844471197189101d data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall.json +e5fe278f1d85c4de71c742b561ec3c8ef3f4edcc data/create/advancements/recipes/create.palettes/cut_andesite_brick_wall_from_stone_types_andesite_stonecutting.json +15fc1adaf5cd5456e7fd83faee6be0cd87767d72 data/create/advancements/recipes/create.palettes/cut_andesite_from_stone_types_andesite_stonecutting.json +09bb56d4f758e8d8370e43958b63b69aa03d0942 data/create/advancements/recipes/create.palettes/cut_andesite_slab.json +bddad75d8e87ea1da4ab05750d2c865e59aa002a data/create/advancements/recipes/create.palettes/cut_andesite_slab_from_stone_types_andesite_stonecutting.json +7d5114c22d7f918577994f27b0a2715081206399 data/create/advancements/recipes/create.palettes/cut_andesite_slab_recycling.json +5a589ca3ab88bae2bd39010d419d66e59fab188d data/create/advancements/recipes/create.palettes/cut_andesite_stairs.json +0f61aa2d78881eb02c90b0f0b95fb60fc2eab4b3 data/create/advancements/recipes/create.palettes/cut_andesite_stairs_from_stone_types_andesite_stonecutting.json +b4890d0feacd4957b95ce63d2a0f99650890719d data/create/advancements/recipes/create.palettes/cut_andesite_wall.json +3a8ac226e7a56e528e0f368e3266c109362728dd data/create/advancements/recipes/create.palettes/cut_andesite_wall_from_stone_types_andesite_stonecutting.json +5dadaf62f6ec649663d70b558c3d04a2f7ae7cc7 data/create/advancements/recipes/create.palettes/cut_asurine_bricks_from_stone_types_asurine_stonecutting.json +cba88968955e066522f9cc90ddc588628614e074 data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab.json +0b0d5a1d2e29786960845a113be30c044b528b89 data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_from_stone_types_asurine_stonecutting.json +0149e2ab1b841ed9389d71163806de06532e90f4 data/create/advancements/recipes/create.palettes/cut_asurine_brick_slab_recycling.json +702ca91d575f411ad5c4cfa4f44a872ea34ea340 data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs.json +492916c176a370ad34ffc3d8d77baae404a8ee93 data/create/advancements/recipes/create.palettes/cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json +aa2b82480a69ffc8968de09b39fb19ab9be47eac data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall.json +39e8e6e1df10792369f1ddb4405cba2eeeb953b2 data/create/advancements/recipes/create.palettes/cut_asurine_brick_wall_from_stone_types_asurine_stonecutting.json +f23c4e2bd710c96387abfdd0facc0944578d83dc data/create/advancements/recipes/create.palettes/cut_asurine_from_stone_types_asurine_stonecutting.json +5f153a15d33907059ad8a44fb9933d740913d134 data/create/advancements/recipes/create.palettes/cut_asurine_slab.json +66ac215c3a782d258a9c954a4fe85488d31c3301 data/create/advancements/recipes/create.palettes/cut_asurine_slab_from_stone_types_asurine_stonecutting.json +c3ea11fc1e0d6e966389bec4a97b46829f5cbc6e data/create/advancements/recipes/create.palettes/cut_asurine_slab_recycling.json +9fe9aa4eb44ffccecb84e493b429053887ec1110 data/create/advancements/recipes/create.palettes/cut_asurine_stairs.json +fe1199da4db28e7bcee4565c9fe48f7c7cfef5a4 data/create/advancements/recipes/create.palettes/cut_asurine_stairs_from_stone_types_asurine_stonecutting.json +53a4338d5072996de61bac224d48b0ae8d4c5e95 data/create/advancements/recipes/create.palettes/cut_asurine_wall.json +6fabd216f093e6248fefdf84abbe8cc760dd4444 data/create/advancements/recipes/create.palettes/cut_asurine_wall_from_stone_types_asurine_stonecutting.json +284b7c402a62eb4b88bced25dd788b4d1d8bb780 data/create/advancements/recipes/create.palettes/cut_calcite_bricks_from_stone_types_calcite_stonecutting.json +7ae1099c47a34f8cef3a9d23382a64a1f2a69247 data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab.json +733924da5125fccd4fe2548d53a722cef5e3c4d0 data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_from_stone_types_calcite_stonecutting.json +a532d6f958dffa4fba38c02edd45ead7be781aae data/create/advancements/recipes/create.palettes/cut_calcite_brick_slab_recycling.json +b414d2a3d35a010d2bba7bee0c585400d022ba56 data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs.json +cdc6d74e43c2eb2324b0fd6943dbba68654556c8 data/create/advancements/recipes/create.palettes/cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json +11b9f64328e03ebf8f44a15ff57c93057622b3db data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall.json +90fff2ca15d728192a710901cda78ee94a95b8b6 data/create/advancements/recipes/create.palettes/cut_calcite_brick_wall_from_stone_types_calcite_stonecutting.json +6cf01b382487d445ab194f5c3134fc57059b8d2a data/create/advancements/recipes/create.palettes/cut_calcite_from_stone_types_calcite_stonecutting.json +82e6cf4332106c4ce56f06fd8f6e9d891066c600 data/create/advancements/recipes/create.palettes/cut_calcite_slab.json +fd6a0027a03865ac8c979efcf7e5acd58cec97a7 data/create/advancements/recipes/create.palettes/cut_calcite_slab_from_stone_types_calcite_stonecutting.json +97cc22fc946f7a78d74f4f69e47f472a830efc12 data/create/advancements/recipes/create.palettes/cut_calcite_slab_recycling.json +f83c60a9cf5be56108b5fbab1627e8a37ced68bb data/create/advancements/recipes/create.palettes/cut_calcite_stairs.json +c5d76d3fe9df6b0b612e14af5e38ef6a52154750 data/create/advancements/recipes/create.palettes/cut_calcite_stairs_from_stone_types_calcite_stonecutting.json +779736acebdb449b52eda5482a0eede6ac3dd87b data/create/advancements/recipes/create.palettes/cut_calcite_wall.json +39030f771cdb9c66eacdb1fd4f614ca4207cd460 data/create/advancements/recipes/create.palettes/cut_calcite_wall_from_stone_types_calcite_stonecutting.json +383acca53bfa1796d92f44a3f463f508cb820b21 data/create/advancements/recipes/create.palettes/cut_crimsite_bricks_from_stone_types_crimsite_stonecutting.json +4581ccfe72f3cc57db03e8a1fa8f6b3331e6fe13 data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab.json +2410b456788ec8d0be02b9e76a7fca556cabca87 data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json +75d8b6e4d97434d6b558937958ff0be74c55752d data/create/advancements/recipes/create.palettes/cut_crimsite_brick_slab_recycling.json +4498fa30c26edd0d2d71639547b766b1043b717a data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs.json +ecaff640603e0587965788c0a5c65b46bda0aa6d data/create/advancements/recipes/create.palettes/cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json +97d0c94525c04a97577b60dece1ddb2a4aaac7d1 data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall.json +b35546df16e9d29bc7086a352819074dbbe04761 data/create/advancements/recipes/create.palettes/cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json +310c2feb52093d45bd00103ed0eefb7d72120780 data/create/advancements/recipes/create.palettes/cut_crimsite_from_stone_types_crimsite_stonecutting.json +3365d6bc10fbf2ae6f27459e9836789ce68db222 data/create/advancements/recipes/create.palettes/cut_crimsite_slab.json +26293949d6f5dbae7d528a366501257bc4e698dd data/create/advancements/recipes/create.palettes/cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json +30a08e737e68357717e881762ddc47d520c7b629 data/create/advancements/recipes/create.palettes/cut_crimsite_slab_recycling.json +55dfa898f2c1a784f3558ea35cf104ace0c2729e data/create/advancements/recipes/create.palettes/cut_crimsite_stairs.json +b5edac3f3466640c80ae0fcba02da0c3b73df95a data/create/advancements/recipes/create.palettes/cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json +9c1c4ea38f486b1cbaa9cd85ead6cc43dacf9c45 data/create/advancements/recipes/create.palettes/cut_crimsite_wall.json +a1921b19b9457e3641867c2941070c0ae69fc0cb data/create/advancements/recipes/create.palettes/cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json +c3fdf1643bfe035da5870df1873a5e2e0883218d data/create/advancements/recipes/create.palettes/cut_deepslate_bricks_from_stone_types_deepslate_stonecutting.json +6e7e83ea1d9f6b379ce7db3c598db9f4cbb98675 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab.json +e2b8b4a7afcd705abfd75b5c9b0861ab01d115c9 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json +b4b8a0eb229abce4a0c9d761e9da37087f66c2ac data/create/advancements/recipes/create.palettes/cut_deepslate_brick_slab_recycling.json +c7df63690b9c73c43cf93611fb3a3e22dca95339 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs.json +cdc335c4386681c67d54e5786caae2c5146b78f3 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json +88a721cd2e0bdae836a7bbf9e1fe21edd3d9f4ad data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall.json +a4f9b6946e6d1ecc58917342a16714a217dcf383 data/create/advancements/recipes/create.palettes/cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json +1ba32ee6c39d65577d34046893e56e393f9f1d35 data/create/advancements/recipes/create.palettes/cut_deepslate_from_stone_types_deepslate_stonecutting.json +9e55733c80762ae531fba22fa829b30a448b0f25 data/create/advancements/recipes/create.palettes/cut_deepslate_slab.json +91fd9447a1956930989c6c27ae085a9e2d02543f data/create/advancements/recipes/create.palettes/cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json +9e89809bc079b1ef37ae8957fa04bb8120aa0b89 data/create/advancements/recipes/create.palettes/cut_deepslate_slab_recycling.json +35db33f42eaf2195284433cc183a35e192933472 data/create/advancements/recipes/create.palettes/cut_deepslate_stairs.json +d1d48964172cc0e9597f96a140c14e216fadd98b data/create/advancements/recipes/create.palettes/cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json +a7aa30e5ebd9ce9cfe3a96a64289ac1cdf452243 data/create/advancements/recipes/create.palettes/cut_deepslate_wall.json +f499128e6724523b07b2b2ff892224d11f026e50 data/create/advancements/recipes/create.palettes/cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json +39327fe977fd95b4258b1c97d1c60f6b0684a562 data/create/advancements/recipes/create.palettes/cut_diorite_bricks_from_stone_types_diorite_stonecutting.json +a9623d6c71b7b386dba519cddd508266a6f46816 data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab.json +79999ab8a8ecffbfad1769777cd8611be30fb8df data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_from_stone_types_diorite_stonecutting.json +07cf9a3a9345c4102916ab4a8c524869f57c082b data/create/advancements/recipes/create.palettes/cut_diorite_brick_slab_recycling.json +6eadd400cee51bc64af1217690fc700a93cb49f1 data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs.json +586e3dd71cab20d8163097dfb6a74e069958d35d data/create/advancements/recipes/create.palettes/cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json +0cc127dc6859b1b289344a083cb10313ba4f48f7 data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall.json +7574be2a077307389027e2e48ca18090511be1a7 data/create/advancements/recipes/create.palettes/cut_diorite_brick_wall_from_stone_types_diorite_stonecutting.json +837fd66c341b9bb1b39ae959ec9b93962d3d7678 data/create/advancements/recipes/create.palettes/cut_diorite_from_stone_types_diorite_stonecutting.json +d1f26286e4b1f86f80095e68749c49c09a0524c2 data/create/advancements/recipes/create.palettes/cut_diorite_slab.json +36a47132e7345646c38d196e2484ba85aeef1179 data/create/advancements/recipes/create.palettes/cut_diorite_slab_from_stone_types_diorite_stonecutting.json +4fd0d42f5b12b156e098addd0f37658fd2b6d173 data/create/advancements/recipes/create.palettes/cut_diorite_slab_recycling.json +9789c93d92a97cd220f979fea4760d6a4be54c16 data/create/advancements/recipes/create.palettes/cut_diorite_stairs.json +2aab681d1c5f0a0bac70386e7a9afa82dc36d834 data/create/advancements/recipes/create.palettes/cut_diorite_stairs_from_stone_types_diorite_stonecutting.json +d716f0061b6b8b99ba35db3a6196042af10b6c6d data/create/advancements/recipes/create.palettes/cut_diorite_wall.json +b1e18dafd815604c7b5220787fd7916941f1d7ba data/create/advancements/recipes/create.palettes/cut_diorite_wall_from_stone_types_diorite_stonecutting.json +b9030bc3e7373dba83518fefa792153065d971be data/create/advancements/recipes/create.palettes/cut_dripstone_bricks_from_stone_types_dripstone_stonecutting.json +b7714fb2dca84382f0f76419f287f52db41404dc data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab.json +8e500f1a62569bb233a8beac53b137b48c472253 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json +d4aaf6aa370bef0aee964ad95af516a0dde884ab data/create/advancements/recipes/create.palettes/cut_dripstone_brick_slab_recycling.json +3e5e6249ab04fbf33d311d7087c560fe326f30c3 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs.json +61e3602da6c7718fc45d178202f1bbadfb3918e1 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json +830680c94855a6fa03c988bc3ddd2d65a31a8f97 data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall.json +596687e309271cc33f744f812e9aea2e118b247f data/create/advancements/recipes/create.palettes/cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json +f739f4fe8184f9dbcc42053f8176c2ef4c88db72 data/create/advancements/recipes/create.palettes/cut_dripstone_from_stone_types_dripstone_stonecutting.json +3e3dd804cc959c860a92f616a9a7a5a08587a1a8 data/create/advancements/recipes/create.palettes/cut_dripstone_slab.json +c984c6a4e149083c493691434adf88bbd7095757 data/create/advancements/recipes/create.palettes/cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json +d410bf3b921f22e5772ce45b19780ec185904811 data/create/advancements/recipes/create.palettes/cut_dripstone_slab_recycling.json +dafdb3144b410324ecc38eca7c4885a7618a695e data/create/advancements/recipes/create.palettes/cut_dripstone_stairs.json +1eab1b587bfcacc476704a6f8b4f9ee64961e4c3 data/create/advancements/recipes/create.palettes/cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json +f4ce6ceb6c841ce445fbba924806fc13fcf0705b data/create/advancements/recipes/create.palettes/cut_dripstone_wall.json +b96c2f3cf9709838a972d6aa21c941e05639b8da data/create/advancements/recipes/create.palettes/cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json +96650d4d0921386d9613e99f4baa2f042c0a5b42 data/create/advancements/recipes/create.palettes/cut_granite_bricks_from_stone_types_granite_stonecutting.json +c377471c8e7c0653f869899b927994ad9d412644 data/create/advancements/recipes/create.palettes/cut_granite_brick_slab.json +da218c04867a52da9b6334055b01d71b4bdf651a data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_from_stone_types_granite_stonecutting.json +0461e4077f6f3d686a517d43ac6c9f06c5405ea2 data/create/advancements/recipes/create.palettes/cut_granite_brick_slab_recycling.json +8a1d57f0847f0e55c79673d65a7f1e701777ff59 data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs.json +fd520491bbcd4575912079e1622e1d7c89c131db data/create/advancements/recipes/create.palettes/cut_granite_brick_stairs_from_stone_types_granite_stonecutting.json +a40b37b199babeea632276bf5f1310d6b4d8829e data/create/advancements/recipes/create.palettes/cut_granite_brick_wall.json +d068647afab93764854e14a94e5ea1fd6dfb3484 data/create/advancements/recipes/create.palettes/cut_granite_brick_wall_from_stone_types_granite_stonecutting.json +31748f7ec56093e52d05473f535f2a240e47c830 data/create/advancements/recipes/create.palettes/cut_granite_from_stone_types_granite_stonecutting.json +31226217d85432d4dd7179a055161be3bf16edcb data/create/advancements/recipes/create.palettes/cut_granite_slab.json +11f148ffff12d511b53e3d3abe26c5002585a67c data/create/advancements/recipes/create.palettes/cut_granite_slab_from_stone_types_granite_stonecutting.json +f2ee1a39c5bcd2b37e387be4e20fdf11c5d78f4c data/create/advancements/recipes/create.palettes/cut_granite_slab_recycling.json +89686a4eb4d188aef0517d2283ee19a5b0a29f0a data/create/advancements/recipes/create.palettes/cut_granite_stairs.json +180e5839e302870819658ad83e3440f726773072 data/create/advancements/recipes/create.palettes/cut_granite_stairs_from_stone_types_granite_stonecutting.json +6b614a82011720d62151174816c199a594dff58b data/create/advancements/recipes/create.palettes/cut_granite_wall.json +5158ed942423382e388e4fe3a2c89fb8cbe796da data/create/advancements/recipes/create.palettes/cut_granite_wall_from_stone_types_granite_stonecutting.json +79ba7f9095e9c6fbafc2301b5f14853648be7499 data/create/advancements/recipes/create.palettes/cut_limestone_bricks_from_stone_types_limestone_stonecutting.json +b784dddc5fd797ef6433ad81d8a9e3e4e3d9e169 data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab.json +c08f26b595f3698b821442628a76ced351ba22ab data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_from_stone_types_limestone_stonecutting.json +cc9fabd6eff3764e4eacfcdccd0c52d63ca98ed6 data/create/advancements/recipes/create.palettes/cut_limestone_brick_slab_recycling.json +760079b842724c503af85f3f886e6357719a4949 data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs.json +d96ea6795a98441103f88192212fc5c58c1f09ef data/create/advancements/recipes/create.palettes/cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json +e1a3f4d70fc3d0ac9729dad3bd48448684a4ba37 data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall.json +3c4e65f2065dc189aa0a05ac5ccce18f00b47222 data/create/advancements/recipes/create.palettes/cut_limestone_brick_wall_from_stone_types_limestone_stonecutting.json +344965b0887d70bfbf5bd0d3d20e39caf7feebb0 data/create/advancements/recipes/create.palettes/cut_limestone_from_stone_types_limestone_stonecutting.json +a96a733b4764b0a803ddab9cf55e846b3329a6fd data/create/advancements/recipes/create.palettes/cut_limestone_slab.json +0613e2241b57cd8891b212d6600040b63cc99920 data/create/advancements/recipes/create.palettes/cut_limestone_slab_from_stone_types_limestone_stonecutting.json +9ca3c0747875febf44ee8d66e06679b29af35a8d data/create/advancements/recipes/create.palettes/cut_limestone_slab_recycling.json +b823847bd61bf4d7f4f1628df8ffa75228e4bd1f data/create/advancements/recipes/create.palettes/cut_limestone_stairs.json +d5197bb60805ebe14bad712ce3c91d80505493dc data/create/advancements/recipes/create.palettes/cut_limestone_stairs_from_stone_types_limestone_stonecutting.json +2d5da1dc9892e8063274859870b360d3c923de2a data/create/advancements/recipes/create.palettes/cut_limestone_wall.json +b65bfead9674a9bde10343ac58cc26ae8f297d70 data/create/advancements/recipes/create.palettes/cut_limestone_wall_from_stone_types_limestone_stonecutting.json +a5a6e408e70a40723aa7eb2209229dd31e3d0204 data/create/advancements/recipes/create.palettes/cut_ochrum_bricks_from_stone_types_ochrum_stonecutting.json +38c6bb5fa61edb3109a93c51043a050bf1fcffa2 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab.json +90bdf413be0f6292ceccf0670fdca411f6f6971c data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json +97cdc8d1896869a16d33f76e5a7db20fee94b40e data/create/advancements/recipes/create.palettes/cut_ochrum_brick_slab_recycling.json +367ab7ccfef088011bfdc3d8d9e343120d657068 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs.json +3e35d96f31fa946ae1d85d458ca4edc3a7711668 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json +df602423bb9c3bede26856f0b11f2da025af688d data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall.json +bb6dc3849fc45c8819ceae2833a979315ceb28f6 data/create/advancements/recipes/create.palettes/cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json +30fcf27da458a97f62fd9736ae1d7f257c1285c1 data/create/advancements/recipes/create.palettes/cut_ochrum_from_stone_types_ochrum_stonecutting.json +2b88c9eeb81ceaa648d6af36b076af465be25a1d data/create/advancements/recipes/create.palettes/cut_ochrum_slab.json +bf46068cb39da19fad5d1dac202980106f4ef8d9 data/create/advancements/recipes/create.palettes/cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json +e05482fd195f1da78e56a7e22099b370853e3c66 data/create/advancements/recipes/create.palettes/cut_ochrum_slab_recycling.json +1571dc2c5f8756e8c9abbb880883c2a7cc66b7e4 data/create/advancements/recipes/create.palettes/cut_ochrum_stairs.json +5035972081ce71fb47d7fda3710952d69d47a011 data/create/advancements/recipes/create.palettes/cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json +36fd28d75f1daaadc9db8539214cab39a8b43100 data/create/advancements/recipes/create.palettes/cut_ochrum_wall.json +161303d1e900c82fd30525ed8b4da0da520086f8 data/create/advancements/recipes/create.palettes/cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json +ed9ee091c10e110dd3ab679bf9d4ea61e0b44656 data/create/advancements/recipes/create.palettes/cut_scorchia_bricks_from_stone_types_scorchia_stonecutting.json +98d5b30230229e2d60c45aa95e816c26c0e8ba1f data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab.json +43b71c34677ec02217260ae11d91fc8b12aee135 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json +516c57259e6f6cc4c45571cc3eff1aa46018d294 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_slab_recycling.json +233bf60edd3c574bc634423d1fd04edf7548f1dd data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs.json +2dbc08e67fb633370dc07000d00c40a0aaaa4226 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json +1932fb5747a127c8f51b72c5f924973888ed2088 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall.json +7feb499670488e0780421351bbc869c898e7ef16 data/create/advancements/recipes/create.palettes/cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json +ad397fdf5670bf920395092943dc6bdf55f10f80 data/create/advancements/recipes/create.palettes/cut_scorchia_from_stone_types_scorchia_stonecutting.json +bd24111dec3fa0d12af98933bc4a752e78df19ac data/create/advancements/recipes/create.palettes/cut_scorchia_slab.json +86ef51b9eb6876c6cb25e6fde5311b9e1221a4e2 data/create/advancements/recipes/create.palettes/cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json +cb643c4dcc020e3e3b9fc7a22aebd2c8acf5d0ce data/create/advancements/recipes/create.palettes/cut_scorchia_slab_recycling.json +eda42cf974320d1dbeb369c3429fb8d4ba3dc93f data/create/advancements/recipes/create.palettes/cut_scorchia_stairs.json +7d7e87c02f9790b13cb3b2aa2ebdcbb3a09ef283 data/create/advancements/recipes/create.palettes/cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json +989df5b9969d6f0c30a5551e34092e1bb3e02a72 data/create/advancements/recipes/create.palettes/cut_scorchia_wall.json +60ad492ec09218adf32b0ccb5c634aeaa7acab4e data/create/advancements/recipes/create.palettes/cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json +9c4a52735c4ea9a609a091ebf8e42dfb76d7f703 data/create/advancements/recipes/create.palettes/cut_scoria_bricks_from_stone_types_scoria_stonecutting.json +d4d22ab2ca7132016be29000bfe9a901f5f1f75a data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab.json +f6b957a9b6fc7effe8237607f4ce05fd63302d86 data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_from_stone_types_scoria_stonecutting.json +6cfa3570b0308c2757fb872d7eeedb999deb0fa6 data/create/advancements/recipes/create.palettes/cut_scoria_brick_slab_recycling.json +e71f945ef28a9cf4f08b11207588225b5667a578 data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs.json +75f656063f07862c7dc2a521b532bd9506dfabaa data/create/advancements/recipes/create.palettes/cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json +d7fb1c9baabab142b5e2e5a782a860a10e957082 data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall.json +58a7308b42028d816d518fee36523d81889d5a08 data/create/advancements/recipes/create.palettes/cut_scoria_brick_wall_from_stone_types_scoria_stonecutting.json +04e9276e96d869dfaf337e437af483620716cab2 data/create/advancements/recipes/create.palettes/cut_scoria_from_stone_types_scoria_stonecutting.json +98b2440c3c364c10a362a7a9800e2eb25117a984 data/create/advancements/recipes/create.palettes/cut_scoria_slab.json +e4bb42a4e62897c7e2c56c7e0a6ae9c0567c5973 data/create/advancements/recipes/create.palettes/cut_scoria_slab_from_stone_types_scoria_stonecutting.json +5cf1b7fb1d30dd72b569767594c35d91292c987e data/create/advancements/recipes/create.palettes/cut_scoria_slab_recycling.json +b4f846b58c8fb233b4dc71c3c6cb7bc66dda4409 data/create/advancements/recipes/create.palettes/cut_scoria_stairs.json +a4042343319182d29300b7f858d16de14fb557f7 data/create/advancements/recipes/create.palettes/cut_scoria_stairs_from_stone_types_scoria_stonecutting.json +a8e4ef868cbacecf0e46cb64cadcfdc743745297 data/create/advancements/recipes/create.palettes/cut_scoria_wall.json +38c849899f158855f4fb791aaa74721649582293 data/create/advancements/recipes/create.palettes/cut_scoria_wall_from_stone_types_scoria_stonecutting.json +eb2491491a16dd5cb60c09a67b77e4481e3f270c data/create/advancements/recipes/create.palettes/cut_tuff_bricks_from_stone_types_tuff_stonecutting.json +5aa81455a0d9b811d14c5f53247ec27f4cde08f2 data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab.json +75c8d96609b9ef1fee812be5363825e8a54f5dda data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_from_stone_types_tuff_stonecutting.json +173afee112bcdd2a7b37f2ca722da325159c111f data/create/advancements/recipes/create.palettes/cut_tuff_brick_slab_recycling.json +cead30768e5ec30b16d0b7a79b03b84ab3dd7579 data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs.json +b960f114a094f7799fb26eb1d813e0ac53a5c725 data/create/advancements/recipes/create.palettes/cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json +8844c9ad810b7f6cb5394766aada241264e9b4e1 data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall.json +e4cc4b782fe7f513a28d0816233557a1e07398f4 data/create/advancements/recipes/create.palettes/cut_tuff_brick_wall_from_stone_types_tuff_stonecutting.json +e6f1ffe762eff05c0362816a95d663d51893c63d data/create/advancements/recipes/create.palettes/cut_tuff_from_stone_types_tuff_stonecutting.json +59d165efc116e9c8578df9ba670c3692b83d90c2 data/create/advancements/recipes/create.palettes/cut_tuff_slab.json +7f8734665ee1ea740b23a93253adddda373b768c data/create/advancements/recipes/create.palettes/cut_tuff_slab_from_stone_types_tuff_stonecutting.json +386ebb544c83c98a9081fd2a2c7f21869138cdce data/create/advancements/recipes/create.palettes/cut_tuff_slab_recycling.json +15ea987d28b8d39598a0744db6bff6885d9a06a0 data/create/advancements/recipes/create.palettes/cut_tuff_stairs.json +2ecd34dbf08d7b0fb076d4541951a1af8503988a data/create/advancements/recipes/create.palettes/cut_tuff_stairs_from_stone_types_tuff_stonecutting.json +41fa7083f2968ec691e614b6aadfc5580f71a9f0 data/create/advancements/recipes/create.palettes/cut_tuff_wall.json +99ffe2f2f0f2fe57ce0a3a8790b7403070dabe0c data/create/advancements/recipes/create.palettes/cut_tuff_wall_from_stone_types_tuff_stonecutting.json +5efb0e802537382669d543be8581f14af87f2243 data/create/advancements/recipes/create.palettes/cut_veridium_bricks_from_stone_types_veridium_stonecutting.json +08b84146aec0df756b892b966b8ff584941e3822 data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab.json +a15d11707c379ec89f827469ab66185094b83d57 data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_from_stone_types_veridium_stonecutting.json +7b0345456315824f48051c441a1af8234185dbb7 data/create/advancements/recipes/create.palettes/cut_veridium_brick_slab_recycling.json +63c8064573effe77eee9f19651a93c6703a8f1a5 data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs.json +c9f04e36272ec15408701cf5f087cfaf5bc86df3 data/create/advancements/recipes/create.palettes/cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json +cc42ae471f9e2206ada28e6a6556bd823fe96297 data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall.json +cb27e519f7699a5e406acc38122f78c9bc4ef469 data/create/advancements/recipes/create.palettes/cut_veridium_brick_wall_from_stone_types_veridium_stonecutting.json +30abd94643a7da5e9121333dcfbae0bd77f3426c data/create/advancements/recipes/create.palettes/cut_veridium_from_stone_types_veridium_stonecutting.json +222c2bf6e94ca73bcab991f6a7dc9704d67371a2 data/create/advancements/recipes/create.palettes/cut_veridium_slab.json +4e6a5cf062e512e19e7f48dea4e2284459a9d4fa data/create/advancements/recipes/create.palettes/cut_veridium_slab_from_stone_types_veridium_stonecutting.json +9d3ffa5ae608511debd28b9e58bd81f8be00ac5f data/create/advancements/recipes/create.palettes/cut_veridium_slab_recycling.json +8d044d8d6ef860dfb86625985a2737c75c1e4467 data/create/advancements/recipes/create.palettes/cut_veridium_stairs.json +7ba505ccf811a1c5b006b8915a97b644a20065f2 data/create/advancements/recipes/create.palettes/cut_veridium_stairs_from_stone_types_veridium_stonecutting.json +0cb34fe57e0511442d8238b5366392ca6dee5042 data/create/advancements/recipes/create.palettes/cut_veridium_wall.json +fe24697ae691e34e57e67e76e890167a5b0c9842 data/create/advancements/recipes/create.palettes/cut_veridium_wall_from_stone_types_veridium_stonecutting.json +c9a36346d9d739842bddddf46da7cba53be5ca94 data/create/advancements/recipes/create.palettes/dark_oak_window.json +86f9ec8ac357c859536478d5b4e5a47295b1a3ba data/create/advancements/recipes/create.palettes/dark_oak_window_pane.json +c594333560ef54e1cd7fe01830137c4032e9ed1a data/create/advancements/recipes/create.palettes/deepslate_pillar_from_stone_types_deepslate_stonecutting.json +4922ea5e65bd3b4b094a0ebda17f7d57baf98d13 data/create/advancements/recipes/create.palettes/diorite_pillar_from_stone_types_diorite_stonecutting.json +5bdef473b0abedf9419e8b90508f3ab582257044 data/create/advancements/recipes/create.palettes/dripstone_pillar_from_stone_types_dripstone_stonecutting.json +651ca0fa268d08fb50cd14a0a978c10fe1c58ad7 data/create/advancements/recipes/create.palettes/exposed_copper_shingle_slab.json +ae6f36f689789a7482919cc5aba073befc3c6911 data/create/advancements/recipes/create.palettes/exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting.json +d3c94982ffcbed05f030fc337357349e1988b160 data/create/advancements/recipes/create.palettes/exposed_copper_shingle_stairs.json +516f1753e0ed14361dbc170b09f2dc0e6a1d6d9b data/create/advancements/recipes/create.palettes/exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting.json +684268832d7b9ac77218df435711cabe2296d342 data/create/advancements/recipes/create.palettes/exposed_copper_tile_slab.json +1f8b7bd2e1b4c9d6188e33c1f9cdc9b2c52e1f4d data/create/advancements/recipes/create.palettes/exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting.json +24da087a9a8a1693c8b09ab3657063d1aa7757db data/create/advancements/recipes/create.palettes/exposed_copper_tile_stairs.json +affdc8d4e2e6023d829a6fa9274296bbabc205f7 data/create/advancements/recipes/create.palettes/exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting.json +a4c411397c83da08aff4fdf1e6a152e6920ce041 data/create/advancements/recipes/create.palettes/framed_glass_from_glass_colorless_stonecutting.json +91d78a68f15e58f3bfff27c2b95a2afc541ebc09 data/create/advancements/recipes/create.palettes/framed_glass_pane.json +30bef4f7198cd8c3be730dd535bdee5f4531a333 data/create/advancements/recipes/create.palettes/granite_pillar_from_stone_types_granite_stonecutting.json +ffd0d7c16c76f60ce23f719110b0f222821cc141 data/create/advancements/recipes/create.palettes/horizontal_framed_glass_from_glass_colorless_stonecutting.json +f468fd03b657eec91e744537078e8fe9856b7678 data/create/advancements/recipes/create.palettes/horizontal_framed_glass_pane.json +bff27fa488addf721ee4fd3dac0fb19ffa6a2d18 data/create/advancements/recipes/create.palettes/industrial_iron_block_from_ingots_iron_stonecutting.json +25c2ade22e31fd8096714aee7cfd6e7001c1cc60 data/create/advancements/recipes/create.palettes/jungle_window.json +a6ebf3d38ab309f40d64f84d76f491d0e1b0cb80 data/create/advancements/recipes/create.palettes/jungle_window_pane.json +a39f3e144e63fceeb33a234b3b286812f6826c19 data/create/advancements/recipes/create.palettes/layered_andesite_from_stone_types_andesite_stonecutting.json +6daaed4b4616b066c396eb9739807c336b454516 data/create/advancements/recipes/create.palettes/layered_asurine_from_stone_types_asurine_stonecutting.json +78a11a6f884ad59b2a5ca4f0e505ef98d065d220 data/create/advancements/recipes/create.palettes/layered_calcite_from_stone_types_calcite_stonecutting.json +66f15a7e69b0144e0c80132441eed4e248dcae70 data/create/advancements/recipes/create.palettes/layered_crimsite_from_stone_types_crimsite_stonecutting.json +624331627975c134a04ce4f5dd39bd89772b2d51 data/create/advancements/recipes/create.palettes/layered_deepslate_from_stone_types_deepslate_stonecutting.json +0a275dade16abd876fb89765f93afb24bf02713d data/create/advancements/recipes/create.palettes/layered_diorite_from_stone_types_diorite_stonecutting.json +ab06ad6dd8ac2f426adef80415211cd08939526c data/create/advancements/recipes/create.palettes/layered_dripstone_from_stone_types_dripstone_stonecutting.json +2dbc9bfe3589ce284dfdf57d787e2ef8c2a40ad2 data/create/advancements/recipes/create.palettes/layered_granite_from_stone_types_granite_stonecutting.json +68ee05e89aa4f27e0c2f94b1246b4cb495aecc07 data/create/advancements/recipes/create.palettes/layered_limestone_from_stone_types_limestone_stonecutting.json +75a7a6e313d32319c32b3ce0df21e8cc6774f402 data/create/advancements/recipes/create.palettes/layered_ochrum_from_stone_types_ochrum_stonecutting.json +4f0c829edd12729014dcb63650720aaf917eb439 data/create/advancements/recipes/create.palettes/layered_scorchia_from_stone_types_scorchia_stonecutting.json +ed3743e70c493b07c3101c0dc92215526c387db0 data/create/advancements/recipes/create.palettes/layered_scoria_from_stone_types_scoria_stonecutting.json +e5feef288669aa930ae12cf9a783d620af7d91b4 data/create/advancements/recipes/create.palettes/layered_tuff_from_stone_types_tuff_stonecutting.json +dfb4f2e119b8017d5db975fb541713048703e2c6 data/create/advancements/recipes/create.palettes/layered_veridium_from_stone_types_veridium_stonecutting.json +395ac94e392ba5e84588593808411b58439fa00b data/create/advancements/recipes/create.palettes/limestone_from_stone_types_limestone_stonecutting.json +de18b7fbe72ebab8664dc8bad74b11c8f963d201 data/create/advancements/recipes/create.palettes/limestone_pillar_from_stone_types_limestone_stonecutting.json +72a0bf990de9157649f4a35d107691336ac251cd data/create/advancements/recipes/create.palettes/oak_window.json +0df92ddbd45927fffcd6e7dd64e23a9c1a480987 data/create/advancements/recipes/create.palettes/oak_window_pane.json +3af97ef889363105d623983041bc542e42262a81 data/create/advancements/recipes/create.palettes/ochrum_from_stone_types_ochrum_stonecutting.json +d1622650c35ab63ad763bcae9daa2faa0475a6c1 data/create/advancements/recipes/create.palettes/ochrum_pillar_from_stone_types_ochrum_stonecutting.json +cee0b2d010e5aac246498d3f2e693a229b484de9 data/create/advancements/recipes/create.palettes/ornate_iron_window.json +ac65691f3ee1cca8063653605f507de264b90755 data/create/advancements/recipes/create.palettes/ornate_iron_window_pane.json +9f45be55c0425b077bc0fad3dd8cc7f90092fdd3 data/create/advancements/recipes/create.palettes/oxidized_copper_shingle_slab.json +c9ec3f974bda0596b342636024f2d147fdd33c6d data/create/advancements/recipes/create.palettes/oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting.json +2827411231479697420164c8994ec7da5083b618 data/create/advancements/recipes/create.palettes/oxidized_copper_shingle_stairs.json +642350a5329112eee917feb8374f9116f0bc2733 data/create/advancements/recipes/create.palettes/oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting.json +44e85d572315db5643b88ac1ada7be843f94d20f data/create/advancements/recipes/create.palettes/oxidized_copper_tile_slab.json +38db970e9383ef2840e59e2d55174b0ef8c452ea data/create/advancements/recipes/create.palettes/oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting.json +323894a12012e29ba987dedff8c3b5ec7b462063 data/create/advancements/recipes/create.palettes/oxidized_copper_tile_stairs.json +f8d98349f5d7f485a235989e677429948e6fde01 data/create/advancements/recipes/create.palettes/oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting.json +87e2b764ee25608a5e616dd67d457c4683b5f7f0 data/create/advancements/recipes/create.palettes/polished_cut_andesite_from_stone_types_andesite_stonecutting.json +56044e65f870706a64e5db0d31b6bc233b4ca771 data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab.json +bd8759817186f4e2ab0626092cf5b3b9ab69dc6e data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_from_stone_types_andesite_stonecutting.json +0402b4622b45632d9611cff3be31136592db6d9e data/create/advancements/recipes/create.palettes/polished_cut_andesite_slab_recycling.json +c81cfec067185165a1291010be997e7c0767679f data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs.json +014828f212838ee0112c93dba1e59e1a3d2951d6 data/create/advancements/recipes/create.palettes/polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting.json +78eb944a0ba1009c083391578210a9dbbbeb1a51 data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall.json +a99cfabefc305c676adb52688e5465ff1438104b data/create/advancements/recipes/create.palettes/polished_cut_andesite_wall_from_stone_types_andesite_stonecutting.json +ce453fa5a19ba6db69f33615bdf6dffc1e061fb1 data/create/advancements/recipes/create.palettes/polished_cut_asurine_from_stone_types_asurine_stonecutting.json +5c3a4cbe313a89bb9298d6adc242ae5a5505299e data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab.json +9ba88be9d02731b267cebe0cf77cab7b486c80e4 data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_from_stone_types_asurine_stonecutting.json +d9e0db07102ecc634d72fde55d5841b4fec09b3a data/create/advancements/recipes/create.palettes/polished_cut_asurine_slab_recycling.json +78b220c9f84be02e9a21552e60c67a778863935c data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs.json +14cae4987773d4126a372b2e0431fafb0112b48d data/create/advancements/recipes/create.palettes/polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting.json +a641b25a792497b114867323612ddb4daf112390 data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall.json +e45bf9d53e7f30bd4d2b931b640c95e173d4ccd7 data/create/advancements/recipes/create.palettes/polished_cut_asurine_wall_from_stone_types_asurine_stonecutting.json +e1be2af7938a206959a9faa8cc822446f256f747 data/create/advancements/recipes/create.palettes/polished_cut_calcite_from_stone_types_calcite_stonecutting.json +0bd8ba44a6008a2429b3f90c44359fd1e1a66227 data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab.json +fbbc756afe198573208fa5241042565d5c48ffad data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_from_stone_types_calcite_stonecutting.json +b52e69396690a4fbd306cf8c280f0780542418cd data/create/advancements/recipes/create.palettes/polished_cut_calcite_slab_recycling.json +0f85cf66fb414481c848eaaceae4cefa0c7f628f data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs.json +14ad9e88b4671b981441f0a02e8ad3f65b065944 data/create/advancements/recipes/create.palettes/polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting.json +a64e4d43cbd115b89245c67907e474215ca64e97 data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall.json +974cd9faa99230dcbf93d31a80611de8c01dabff data/create/advancements/recipes/create.palettes/polished_cut_calcite_wall_from_stone_types_calcite_stonecutting.json +733b5b8c289840efc4d060f2d202d4b90363f675 data/create/advancements/recipes/create.palettes/polished_cut_crimsite_from_stone_types_crimsite_stonecutting.json +1d78f6c45f7c5675e404c40d0dd6abbcb4cda01b data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab.json +d5356a34686a0c6f19b47816a8f400512316537f data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json +743fbd4306d368cb4e4b0d22c74c80e74f2cbd91 data/create/advancements/recipes/create.palettes/polished_cut_crimsite_slab_recycling.json +39521721a019e20070320c799c1581d16875bab0 data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs.json +750d4d09dd1e2cda1c34a73c449b07b9c2ea4296 data/create/advancements/recipes/create.palettes/polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json +eef80b2717b9092fc958407cddaa4cc89f7cc459 data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall.json +d496be98d0943bf49a02c2682d42727362d94f5e data/create/advancements/recipes/create.palettes/polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json +fc927719af1bd26d3e8cbfaacf4d05afb0ac457f data/create/advancements/recipes/create.palettes/polished_cut_deepslate_from_stone_types_deepslate_stonecutting.json +2e60738cd3dc77fb7dedf3811d6d09ab27230563 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab.json +7e2bdfe97262a51361eb5b8c35ae8e255593f310 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json +42f31b2ec87726ec51a5b849edaf1a825012a73f data/create/advancements/recipes/create.palettes/polished_cut_deepslate_slab_recycling.json +17030bdcd06e3f52a604aa6c293a11e46dbb0a47 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs.json +9dfc4fd5f88b60c41b4ab0f5f3677aaab5b28d6a data/create/advancements/recipes/create.palettes/polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json +d08dbd0babed893966486a4545a7a24f6f0f560b data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall.json +2d311b911fbfdd26c080dbbdcae8cc8a3d2520f1 data/create/advancements/recipes/create.palettes/polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json +de71a69f54bd24d9fc882f4317c8cff7dcd3da48 data/create/advancements/recipes/create.palettes/polished_cut_diorite_from_stone_types_diorite_stonecutting.json +d8f9f4daa2bff3b7aba51d27834f4b9c8db7eec8 data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab.json +9a4aea18c2237a714178af2baff90bd958b3d924 data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_from_stone_types_diorite_stonecutting.json +9e72e81c93cd837fd43a1d77eae8116863bfef17 data/create/advancements/recipes/create.palettes/polished_cut_diorite_slab_recycling.json +90cd3e07b9802619709525a81a1c1fbd74705286 data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs.json +85b9d415fef40a8d3ab023c7a9e9117a15b75c94 data/create/advancements/recipes/create.palettes/polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting.json +812a8c9375b2ed654d71748415a14c7b1b1609d0 data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall.json +ca63c7f68fad077053b8b29139f4019bdef0e050 data/create/advancements/recipes/create.palettes/polished_cut_diorite_wall_from_stone_types_diorite_stonecutting.json +11371c271e03942cd49daeed6fa978509eb45e30 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_from_stone_types_dripstone_stonecutting.json +cee2143d1ae757492011c281a94e24afe08874dd data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab.json +2ddf70a17df85fb6a46ace6141788d2b0dd61980 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json +f7bae45ba3c91ff89a2e641d1277fc188872454b data/create/advancements/recipes/create.palettes/polished_cut_dripstone_slab_recycling.json +9171343ce754e96fc2cc24605e88026be7e20e02 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs.json +ecd8b7df5c98e854df3c1bf7fd128c3b51dc5fd3 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json +1635be562287e2187f6917e234dd5a8b98a94edc data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall.json +353d093250d70108453ab7f16c15dfd224515986 data/create/advancements/recipes/create.palettes/polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json +42148f769d22b6228a37ca25aaa0b81851ffdef7 data/create/advancements/recipes/create.palettes/polished_cut_granite_from_stone_types_granite_stonecutting.json +bec1b27e1b40f88eba68afc83167ed381c2f9ce1 data/create/advancements/recipes/create.palettes/polished_cut_granite_slab.json +2b4c0748f62ecd67fc780c1e39587af095b7dda3 data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_from_stone_types_granite_stonecutting.json +35b15a1c1a985a0527942f374cb7a65016f69a29 data/create/advancements/recipes/create.palettes/polished_cut_granite_slab_recycling.json +05cb927ea057ec082d49a060dd942b27f59316bd data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs.json +747c521600debe796fd82a67bf1d2ee393ada20d data/create/advancements/recipes/create.palettes/polished_cut_granite_stairs_from_stone_types_granite_stonecutting.json +304d47863b4521021081090c6d42f0310b0058bc data/create/advancements/recipes/create.palettes/polished_cut_granite_wall.json +8e23bef4cdc74e74c1046918ef9fe1fd93f438b7 data/create/advancements/recipes/create.palettes/polished_cut_granite_wall_from_stone_types_granite_stonecutting.json +32925d1bb83f8039945530aa954c12e2319b7512 data/create/advancements/recipes/create.palettes/polished_cut_limestone_from_stone_types_limestone_stonecutting.json +bb1f57bf47974c9b64eebce016f0af6aa7199f64 data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab.json +103aa558f05728c564480927b25ce32b15870435 data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_from_stone_types_limestone_stonecutting.json +f29077df1a3706614309f5317936b335102bfa06 data/create/advancements/recipes/create.palettes/polished_cut_limestone_slab_recycling.json +820f2c0a803767c325e7589f4643e88dfa160f9c data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs.json +f8346a8196fccb3790d444bff91be21bb1551559 data/create/advancements/recipes/create.palettes/polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting.json +c22ea50eea88bac5ec22c884fbafa741e3feb8e6 data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall.json +5ac9e432dd60a147a86d4a2462438ebe20eeaf26 data/create/advancements/recipes/create.palettes/polished_cut_limestone_wall_from_stone_types_limestone_stonecutting.json +74eb441ff391d48c2f3bd444d9d113475eed8454 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_from_stone_types_ochrum_stonecutting.json +eeb5f15290c193030dda3e67663cee8d821f56e1 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab.json +562f948ee3129177bb0decbf5e794e0da379df35 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json +844f9a89e6d1e961222be0c36a1a26ad686fd978 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_slab_recycling.json +771ac021228b5a2e9aa79844466383c363d5c429 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs.json +4b10c2073ad9394ab77aaefbb5508d30d8b8dfe2 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json +322fdbbb7121cb6dac318ed19ac6cc47445c008d data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall.json +c725c9f6dbc16c6cc3938c30f9443c6187be5bf4 data/create/advancements/recipes/create.palettes/polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json +d1f0ce4819a7edade4ab546f6cc5e29690b13b81 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_from_stone_types_scorchia_stonecutting.json +9712d2d270bdba9869cf77b2336b166347128a9a data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab.json +dc5d46d905d0ee24b6271c369b2b13278691b00b data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json +1193b4d04da1c64ba383345c807b0beec15f8aa8 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_slab_recycling.json +2116f04d7857b5fa05c2dc295b4eed7535ea4b70 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs.json +4684fbf3187c171fd50ec5a4190251f5aa42f9f1 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json +cc9d5c26274d0a90185399eb6faa584623fa879d data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall.json +52dc08e1a1068e77b36964c0f561477a4d033984 data/create/advancements/recipes/create.palettes/polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json +adac266360d879be47fd07c14ad0251c2751d2c6 data/create/advancements/recipes/create.palettes/polished_cut_scoria_from_stone_types_scoria_stonecutting.json +50b550dd3d2e48173c6124de445e9370590fe1f1 data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab.json +2c781b6cacf4f128db1a4d9202a3c7e6d8ba31f6 data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_from_stone_types_scoria_stonecutting.json +10b1ab8a11f1ae49cd65142fef0ab80c09f95097 data/create/advancements/recipes/create.palettes/polished_cut_scoria_slab_recycling.json +36de862bd8cf39dcef4c1b2f98cf74868897ee3c data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs.json +1e2fd943098090c1dc572f6724f91befebe25835 data/create/advancements/recipes/create.palettes/polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting.json +30d402883893aea3417e78f9dfdc9cb65728717e data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall.json +357bbd5b5cfdd3b06fdf64b6717e03817394e6ee data/create/advancements/recipes/create.palettes/polished_cut_scoria_wall_from_stone_types_scoria_stonecutting.json +fd183ac1971f718a60a24951511650be0280b85d data/create/advancements/recipes/create.palettes/polished_cut_tuff_from_stone_types_tuff_stonecutting.json +58fa91dc84360c7806a14a840f41f9df41084065 data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab.json +d810fea4c007b6efc1b5ba63c7b2ed0e2a1a9e64 data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_from_stone_types_tuff_stonecutting.json +61e78fc4390afc28cc4e6a9759f836fe85d2f928 data/create/advancements/recipes/create.palettes/polished_cut_tuff_slab_recycling.json +81b4c37bc0a9b4301079da4050b2084af05329d3 data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs.json +58ed35ba42820f59385c52e1ab3a701d231c1849 data/create/advancements/recipes/create.palettes/polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting.json +8c50df95e49355504b9475bb97e288be7f9c0068 data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall.json +65e48daaa45b15c2ac5049571bde967a5184e1bf data/create/advancements/recipes/create.palettes/polished_cut_tuff_wall_from_stone_types_tuff_stonecutting.json +b4a53b96d45e8b5c0ced15b988174e1fe5944639 data/create/advancements/recipes/create.palettes/polished_cut_veridium_from_stone_types_veridium_stonecutting.json +69a10ac4a77c3595350e4dcd5ea837fd96976ccf data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab.json +894f5a897b85ea5407da3efe1dc06e183b6409ca data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_from_stone_types_veridium_stonecutting.json +d4cbeca358f3996000b5278fcd775336dab6378d data/create/advancements/recipes/create.palettes/polished_cut_veridium_slab_recycling.json +fb2ee402fe6fd24b2459f133eacdfed19601eef2 data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs.json +2a8fb44e7534ca0f39bae9cbeab5009bd5a84e07 data/create/advancements/recipes/create.palettes/polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting.json +052281d742987d3456b91463e390f37726033d4b data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall.json +e25273889fffad567fc3d5e6130b0cd7d935829d data/create/advancements/recipes/create.palettes/polished_cut_veridium_wall_from_stone_types_veridium_stonecutting.json +8bea81a106b37711be7e5432d1e6f285887d4646 data/create/advancements/recipes/create.palettes/rose_quartz_block_from_rose_quartz_stonecutting.json +7df54ae1e872e1d61d3158402c2ca12f64f7ffbd data/create/advancements/recipes/create.palettes/rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json +707ea60c2c14e97dd1ed32a193955e5b01cf1fb8 data/create/advancements/recipes/create.palettes/scorchia_from_stone_types_scorchia_stonecutting.json +1d72cd68a6265a9c4724f0aefd15bc7b4797f559 data/create/advancements/recipes/create.palettes/scorchia_pillar_from_stone_types_scorchia_stonecutting.json +94cfe47b892e05cdcee47694b7629968092b1a5b data/create/advancements/recipes/create.palettes/scoria_from_stone_types_scoria_stonecutting.json +0a365d58fbcbad21a77cbf1e20d98d3a8af6f418 data/create/advancements/recipes/create.palettes/scoria_pillar_from_stone_types_scoria_stonecutting.json +a7f5ff6824fb2f316616cd4e134797ad22d2ee66 data/create/advancements/recipes/create.palettes/small_andesite_bricks_from_stone_types_andesite_stonecutting.json +1789e279b6de73a98b295c4942a476bc3d38dd9a data/create/advancements/recipes/create.palettes/small_andesite_brick_slab.json +0d1d248f202f0deb40ba49e177df8586f12f37eb data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_from_stone_types_andesite_stonecutting.json +bc20a7f4160b5bebfdda451b287f846f91182d5c data/create/advancements/recipes/create.palettes/small_andesite_brick_slab_recycling.json +c22d881802f106981fed1ca5cd38ee6862400fd2 data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs.json +6540aa9c8d64d7819ae3f517f016dc018a2e0d12 data/create/advancements/recipes/create.palettes/small_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json +8c6d9e3a9511723db7df84c52ea789afec14d39b data/create/advancements/recipes/create.palettes/small_andesite_brick_wall.json +85456fc1a20cabbe3f5b242852681165ae564b65 data/create/advancements/recipes/create.palettes/small_andesite_brick_wall_from_stone_types_andesite_stonecutting.json +04b0c0fd65bdee5613cce2af3a70c896bcd05a25 data/create/advancements/recipes/create.palettes/small_asurine_bricks_from_stone_types_asurine_stonecutting.json +20d6b979945c97ad793a2ee7e76462ec8666a2c5 data/create/advancements/recipes/create.palettes/small_asurine_brick_slab.json +3d9fa7cf70db4d36ddc265107af9413cc53e1773 data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_from_stone_types_asurine_stonecutting.json +db00b0de569c4e7123ec32594300b81d461e10d1 data/create/advancements/recipes/create.palettes/small_asurine_brick_slab_recycling.json +a9c5927c48d20925f6b48de68fd65dc07e63b9a0 data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs.json +6f06768b6dacd285ebbca197ac3b8143d73ce4f2 data/create/advancements/recipes/create.palettes/small_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json +677b259ea798f8f23d08edd16c882463df2089d9 data/create/advancements/recipes/create.palettes/small_asurine_brick_wall.json +ddfb29ffebcb2f5af04537c585887c87429715dd data/create/advancements/recipes/create.palettes/small_asurine_brick_wall_from_stone_types_asurine_stonecutting.json +23fa022abb382a4f80e56af347bd1b4c28d3d720 data/create/advancements/recipes/create.palettes/small_calcite_bricks_from_stone_types_calcite_stonecutting.json +ff9e6190e79331b6e0162adbd3c66f1af1bcb7fd data/create/advancements/recipes/create.palettes/small_calcite_brick_slab.json +a1319037285be81db4254f67aaf2ab7fc7ec9127 data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_from_stone_types_calcite_stonecutting.json +56e5164897ed62999c836462b32bd2dc12582ddf data/create/advancements/recipes/create.palettes/small_calcite_brick_slab_recycling.json +a7b394adf6157b304069ad946005530083df33bf data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs.json +346f3dc1829a52266c4c900edfb886283715864c data/create/advancements/recipes/create.palettes/small_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json +532b2b55855cdde057d65cfd01ce0cf9ebea6f31 data/create/advancements/recipes/create.palettes/small_calcite_brick_wall.json +34f37aa07bb36c91d3024d5eda41104208f2080a data/create/advancements/recipes/create.palettes/small_calcite_brick_wall_from_stone_types_calcite_stonecutting.json +96b2b6ad28365170ce7f455fbcbca3224ac14933 data/create/advancements/recipes/create.palettes/small_crimsite_bricks_from_stone_types_crimsite_stonecutting.json +7a6b95cb5b8c810ba2d839f69895f389175ff408 data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab.json +448bc0f89c2225645dd60f9f30c42a39e8bd53cb data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json +4482ce2e29bb1521ce2460bbf0b207cf88a19c22 data/create/advancements/recipes/create.palettes/small_crimsite_brick_slab_recycling.json +0f4662e48240abf0e901825e4465207a88a2217c data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs.json +184338025eccdd8d04f845b8258ebd7407835986 data/create/advancements/recipes/create.palettes/small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json +0d6d597aa80b57edde938668385db43d420af98e data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall.json +aeb2725cbf8c199dd7265400c572d1ed6ca91562 data/create/advancements/recipes/create.palettes/small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json +30b85e84ed217d8922e51ec55185427d2a2d086a data/create/advancements/recipes/create.palettes/small_deepslate_bricks_from_stone_types_deepslate_stonecutting.json +feedbaf30137c46abee2121d2722ea33093a4416 data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab.json +8995c947661005788139b21e2619f1effb3cdef3 data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json +46499a57073daa229e9d7d246d140613eea6c1f2 data/create/advancements/recipes/create.palettes/small_deepslate_brick_slab_recycling.json +c1eed3f8f35e1cc727248739c6dfc895cea582f6 data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs.json +2edbab4009e556b14401d1b68ea84e2c528a88da data/create/advancements/recipes/create.palettes/small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json +355b624f750b2d7e35e9d702cc49c1a52a256fd4 data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall.json +49059b58da67551f1a3ab28a928fd7dad9af3ea9 data/create/advancements/recipes/create.palettes/small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json +6927548e361b70e9b8ef0aaaa51b1dfbf65d18fd data/create/advancements/recipes/create.palettes/small_diorite_bricks_from_stone_types_diorite_stonecutting.json +3f790638b8317ad8b9ae6f328f37f9eef25f06d3 data/create/advancements/recipes/create.palettes/small_diorite_brick_slab.json +176a72cc538a2a90b9555f95e32e3d2ce23269d9 data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_from_stone_types_diorite_stonecutting.json +fe2754dc055e0354be7c20778fe3e80a810ab438 data/create/advancements/recipes/create.palettes/small_diorite_brick_slab_recycling.json +18f401796ed693dadc4dea18d6037ed69e2c12f6 data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs.json +3749e01ce6c74a563cd04e978696debbdca203bc data/create/advancements/recipes/create.palettes/small_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json +d0ac16024b551016068be0899b733fdef72ea9f9 data/create/advancements/recipes/create.palettes/small_diorite_brick_wall.json +bc87c8dab082a77c959c827f0701f67850817949 data/create/advancements/recipes/create.palettes/small_diorite_brick_wall_from_stone_types_diorite_stonecutting.json +5878f41ace273540e31b96cbaf02634f8538c88a data/create/advancements/recipes/create.palettes/small_dripstone_bricks_from_stone_types_dripstone_stonecutting.json +836bd34938c6a595cb44eda586bcc192968668e9 data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab.json +27ee215de13d67cce47eee2af17ae9842c970643 data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json +4db8af71c3e19b278345b4609b111eb04dbfdf89 data/create/advancements/recipes/create.palettes/small_dripstone_brick_slab_recycling.json +1b1282448e7ead212dc6e06c9be3fb7db085f8b7 data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs.json +5b9ecba2ec4e811cc198900b7a450710b264a753 data/create/advancements/recipes/create.palettes/small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json +139d6afec080422204fcbdc196cb15cd96f46569 data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall.json +66ef69489c13d9ee2c6f95d394f459bd150419d7 data/create/advancements/recipes/create.palettes/small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json +8f0ce0fdc6fcbeffb6191073bfea9ebd2ad2a02e data/create/advancements/recipes/create.palettes/small_granite_bricks_from_stone_types_granite_stonecutting.json +f65865a9e9f16f0fa54c4816d9b0055248fbaa55 data/create/advancements/recipes/create.palettes/small_granite_brick_slab.json +446b4826ebcde9b00abf8097dc109d8604264347 data/create/advancements/recipes/create.palettes/small_granite_brick_slab_from_stone_types_granite_stonecutting.json +edb952e30dbfeed1ec3e5b7e2c3b4a70e228e6b2 data/create/advancements/recipes/create.palettes/small_granite_brick_slab_recycling.json +2111445829f6df6ba62a9ecb4fb7a3bb34d7b778 data/create/advancements/recipes/create.palettes/small_granite_brick_stairs.json +163fcc206f102e5ce11c892cb8e76c61a569a3d8 data/create/advancements/recipes/create.palettes/small_granite_brick_stairs_from_stone_types_granite_stonecutting.json +67bf539fa68126d305052c391431b1ad7d71144c data/create/advancements/recipes/create.palettes/small_granite_brick_wall.json +cf10fb6a02ae12e65879364c9590432b3498d4e7 data/create/advancements/recipes/create.palettes/small_granite_brick_wall_from_stone_types_granite_stonecutting.json +2ff1edd231c0b2acfd34f39eac1fc80bd752f244 data/create/advancements/recipes/create.palettes/small_limestone_bricks_from_stone_types_limestone_stonecutting.json +b604dc2918b573af37f718af988cf3c89a24709e data/create/advancements/recipes/create.palettes/small_limestone_brick_slab.json +a20865d998aa936aad25396be1ff00b6d5e8f63a data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_from_stone_types_limestone_stonecutting.json +9bf7c0d00e9b1f4c7ae36147a5762793236566ea data/create/advancements/recipes/create.palettes/small_limestone_brick_slab_recycling.json +594c73f4ccdd35ee5e911b993917919b17e80714 data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs.json +cdc07a2d3696bfeb6fb9575f94af1100a0e7de9b data/create/advancements/recipes/create.palettes/small_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json +0f12d7eb36c104ad77399830dd22db77b022f530 data/create/advancements/recipes/create.palettes/small_limestone_brick_wall.json +e6293510710de1f6d307d4b54d84f4bdabbdc345 data/create/advancements/recipes/create.palettes/small_limestone_brick_wall_from_stone_types_limestone_stonecutting.json +44eb790d07b41879e995aeb83795b4cc103eb9f3 data/create/advancements/recipes/create.palettes/small_ochrum_bricks_from_stone_types_ochrum_stonecutting.json +07fffaf1b1bc0f253f6ae543706999a0da4b4c27 data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab.json +7c2c5022487e4132b9f6be53cccfb4262e9731ba data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json +e70c573bd8f089c14d383c1c5804840a3b400fff data/create/advancements/recipes/create.palettes/small_ochrum_brick_slab_recycling.json +3e36b894950127455c9bb8b343a78d14476aa400 data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs.json +4e629b37d1b744d72a9fc2b65891ec3a705f7248 data/create/advancements/recipes/create.palettes/small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json +a5e5c89ac9f955738447dd6ec085cc1e3dcf2b5d data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall.json +be3be3408e5790fe1dde49ca67418727013c30cb data/create/advancements/recipes/create.palettes/small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json +5726f2bfc28a2151d9caf157244bfc4f44c40810 data/create/advancements/recipes/create.palettes/small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json +e401f6070e3a3c9a65dd71c9fd53be02f0436cfb data/create/advancements/recipes/create.palettes/small_scorchia_bricks_from_stone_types_scorchia_stonecutting.json +f5ffaad4354b5c1a981010f078a044c3ebd8d7f2 data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab.json +4c286c0099347c96007e0e691502589ff3e0146d data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json +c8f638c6f17ac0f32dc04913c47f0c3eea8ed37c data/create/advancements/recipes/create.palettes/small_scorchia_brick_slab_recycling.json +93b46f1d97a536758043cceebc477f627d4101e6 data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs.json +5030c44417e4a91260350832feb9778f69d47d12 data/create/advancements/recipes/create.palettes/small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json +d9b1479eb23b05d2f0682de0e87ca2f3742b4411 data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall.json +83928d13769bd6ae80aef2db76d11469b7f7c3c4 data/create/advancements/recipes/create.palettes/small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json +650c1ab08e635ef947eece59d46d14307ca1197c data/create/advancements/recipes/create.palettes/small_scoria_bricks_from_stone_types_scoria_stonecutting.json +77819931bbbe728366ec869d4fe8021f9db2daae data/create/advancements/recipes/create.palettes/small_scoria_brick_slab.json +abd35e55a8ae318c8fb6487054cbdce3a51fe10d data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_from_stone_types_scoria_stonecutting.json +f2dd9d62d885293ea4b73a7bac1086e9337416f1 data/create/advancements/recipes/create.palettes/small_scoria_brick_slab_recycling.json +843da192a81e34815359503f0e28e4ff09167dda data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs.json +c38bb834170af090f10ad7f31287c7b5a65a197c data/create/advancements/recipes/create.palettes/small_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json +7c92dc02a0aab36049ab5b28d34e5b4d977d78d6 data/create/advancements/recipes/create.palettes/small_scoria_brick_wall.json +8a4ba027c1868e1e6bc6b8bb14213bc78516d06b data/create/advancements/recipes/create.palettes/small_scoria_brick_wall_from_stone_types_scoria_stonecutting.json +666043b181f9ef520933c5891b55b0cb8815f569 data/create/advancements/recipes/create.palettes/small_tuff_bricks_from_stone_types_tuff_stonecutting.json +e5c1b96e7b0649d922b13a4dfb97c7e87cf7810a data/create/advancements/recipes/create.palettes/small_tuff_brick_slab.json +cc54d9ae5cee7f64a885ff2dfcf8f32dce300226 data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_from_stone_types_tuff_stonecutting.json +63490d19d507a254964ee8c4a4d727995baa067a data/create/advancements/recipes/create.palettes/small_tuff_brick_slab_recycling.json +a8fe179f7828fcd88e7c967f445572d1292b6700 data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs.json +a5a474a0ad98a4db967e327189049ac1b1766cae data/create/advancements/recipes/create.palettes/small_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json +e2ca887e45707197386de17a0957d949c232de50 data/create/advancements/recipes/create.palettes/small_tuff_brick_wall.json +2d946f1f93bcab5d8a185084179af23ec892c933 data/create/advancements/recipes/create.palettes/small_tuff_brick_wall_from_stone_types_tuff_stonecutting.json +fbe365e0e2af1c1f99486cc63a179c5723c28647 data/create/advancements/recipes/create.palettes/small_veridium_bricks_from_stone_types_veridium_stonecutting.json +c7099d2e99562aff9fb0f1d7eb2bdfa93ba08306 data/create/advancements/recipes/create.palettes/small_veridium_brick_slab.json +57f41a5e2b596b5e0ba585dd94dd3cb58411db47 data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_from_stone_types_veridium_stonecutting.json +1f5c23b6047c0348d3dae55df4046fddcdda182a data/create/advancements/recipes/create.palettes/small_veridium_brick_slab_recycling.json +3a51956ea746166bc970b482f2d45ce66b008ed6 data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs.json +eed29c40d4b3462913a0fe788d4bbfe6ff2bbb49 data/create/advancements/recipes/create.palettes/small_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json +bb9c80736dee49dc5e41bb023a186ada7357228e data/create/advancements/recipes/create.palettes/small_veridium_brick_wall.json +a858e59c54ad76abbb7753e3e4f6158e059a1f35 data/create/advancements/recipes/create.palettes/small_veridium_brick_wall_from_stone_types_veridium_stonecutting.json +4ed9b0fc048e8d78998e0bee17191d9da7a750e3 data/create/advancements/recipes/create.palettes/spruce_window.json +529619c18bd1356ede6f169680a3e12636e2ec2d data/create/advancements/recipes/create.palettes/spruce_window_pane.json +1eb1b91c3bae5e9a661037563dda7f86319a5767 data/create/advancements/recipes/create.palettes/tiled_glass_from_glass_colorless_stonecutting.json +7ac376cb5955695acb2dc5156408be6ee273e3ae data/create/advancements/recipes/create.palettes/tiled_glass_pane.json +44be73e4dd89092099eba20c0f6265ec5001b1a8 data/create/advancements/recipes/create.palettes/tuff_pillar_from_stone_types_tuff_stonecutting.json +129f950cf31629a373b79259bf2143ef905ba92c data/create/advancements/recipes/create.palettes/veridium_from_stone_types_veridium_stonecutting.json +feffc531fb2738122f422760156c1c7ca511dbee data/create/advancements/recipes/create.palettes/veridium_pillar_from_stone_types_veridium_stonecutting.json +cf3cd34bbd1914f236a5504a026c889bde3b0b2f data/create/advancements/recipes/create.palettes/vertical_framed_glass_from_glass_colorless_stonecutting.json +52a605757015ad6f87296432de3809ce9572ec87 data/create/advancements/recipes/create.palettes/vertical_framed_glass_pane.json +235d4fd9853e8568e1957a4899cdabcacd669942 data/create/advancements/recipes/create.palettes/warped_window.json +0023137eaf3204db14b355bcd71c992b46274173 data/create/advancements/recipes/create.palettes/warped_window_pane.json +6007b0325a0476aa97d327bec7e34546003ae566 data/create/advancements/recipes/create.palettes/weathered_copper_shingle_slab.json +bf64d9bb01a06cdbbbee54a156e504d51d24d00c data/create/advancements/recipes/create.palettes/weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting.json +b5961084cfcef7cede5a84a2731d63a087aa0fe2 data/create/advancements/recipes/create.palettes/weathered_copper_shingle_stairs.json +3c6bf7d1da2f0dac6aa2fad6e86caf3bbc8d065f data/create/advancements/recipes/create.palettes/weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting.json +51f72f9104782f3426d7e952417646a5f7f04039 data/create/advancements/recipes/create.palettes/weathered_copper_tile_slab.json +3152f4f16beeff6cf9b490629b729861a8450822 data/create/advancements/recipes/create.palettes/weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting.json +8deb43c34b46ca097c61c333080875abf827608d data/create/advancements/recipes/create.palettes/weathered_copper_tile_stairs.json +2c54cd102bf05d2461fda9833be4fa0cb52e8cac data/create/advancements/recipes/create.palettes/weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting.json +a3f56145a37a381502c8d0f33f3f68d19fbb84a7 data/create/loot_tables/blocks/acacia_window.json +82759d6df5b84d56b8d9900798de33ac2ee386fc data/create/loot_tables/blocks/acacia_window_pane.json +5a11afdbcac60ec59c9d4992612582c0ac4a97c8 data/create/loot_tables/blocks/adjustable_chain_gearshift.json +dc713ff2984b1508550a8e4dcc2e2eb14961545b data/create/loot_tables/blocks/analog_lever.json +4f46d9379b063fb40350b0f67149121b45d06be4 data/create/loot_tables/blocks/andesite_alloy_block.json +84a5c5820b7ac54fe5cbc81288d4929d2352e3bb data/create/loot_tables/blocks/andesite_bars.json +4d642dedba06f0561c85af361a00560576a88077 data/create/loot_tables/blocks/andesite_belt_funnel.json +126d941149f72edc6ba8e7798a471e4c1daf6a5c data/create/loot_tables/blocks/andesite_casing.json +550d69206e67de6df23f31d28329070b393d84e1 data/create/loot_tables/blocks/andesite_door.json +13267c1251e76ae6271f7de72db60bde86aa0bfa data/create/loot_tables/blocks/andesite_encased_cogwheel.json +9d010fc3c8d0821d69b550ff0bcbf117be9a7005 data/create/loot_tables/blocks/andesite_encased_large_cogwheel.json +658d76088e3926c72da86a75b4b14946bd809239 data/create/loot_tables/blocks/andesite_encased_shaft.json +4d642dedba06f0561c85af361a00560576a88077 data/create/loot_tables/blocks/andesite_funnel.json +989f9dece4281e85aa64fc45f7a6ee37bc0c9b3e data/create/loot_tables/blocks/andesite_ladder.json +f61ca02f172d6a4e922005dee01d64069afc1a01 data/create/loot_tables/blocks/andesite_pillar.json +9fcba98700a95f38898e3a635c252b1806c8c349 data/create/loot_tables/blocks/andesite_scaffolding.json +6d0215a853fafcbe7b3b9b0f02cd5d7440f2f7d3 data/create/loot_tables/blocks/andesite_tunnel.json +9817128641e5c21acd9110a38c451a2374e5611b data/create/loot_tables/blocks/asurine.json +daa279a1f4c5aec62fb44bd9c5569a4b2c5cb30b data/create/loot_tables/blocks/asurine_pillar.json +d8c63a7465a469f31012da053c672c5a5da52aa0 data/create/loot_tables/blocks/basin.json +ea1892420a0e254f4cf2c67dbe8aa4da9379537d data/create/loot_tables/blocks/belt.json +3d72a8e7136d7272978e5f6449b1fd7e9d27944e data/create/loot_tables/blocks/birch_window.json +5a5e54ebad79407a4dd80f1045409799ac2b685d data/create/loot_tables/blocks/birch_window_pane.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/black_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/black_sail.json +0bc9a00e0074a957fcf26e3ba74bdc55d60d4826 data/create/loot_tables/blocks/black_seat.json +fd6abd404d0a8f38acdfb62b3f76ab711a509232 data/create/loot_tables/blocks/black_toolbox.json +3d1b133a655dfd78125fbbc3eb1e8d9b899251f3 data/create/loot_tables/blocks/black_valve_handle.json +a0b234d90bb6e342b6d188d4bd1a11a16497c840 data/create/loot_tables/blocks/blaze_burner.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/blue_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/blue_sail.json +3168fb6ceb78d373ff0b8c8d74a4796af0d945dc data/create/loot_tables/blocks/blue_seat.json +f7fdef100b60b5cb8fb1189d3e70b9c828a3b8d4 data/create/loot_tables/blocks/blue_toolbox.json +4426cab1afcfca4f71e741dcf877b2a31ca92897 data/create/loot_tables/blocks/blue_valve_handle.json +7090cdfa6d9a0b2062bcab3ee794a681c8fc248d data/create/loot_tables/blocks/brass_bars.json +ccd1691115bb92e00c70633b28cb2e5129296326 data/create/loot_tables/blocks/brass_belt_funnel.json +8f9cf04579010ecf2752ad1319ee97dd342dd78b data/create/loot_tables/blocks/brass_block.json +fdfce33b43b245a4f87bcf91583211d814ec3448 data/create/loot_tables/blocks/brass_casing.json +bc58021c4337084b3d7d409bd714eef07e1bac6d data/create/loot_tables/blocks/brass_door.json +13267c1251e76ae6271f7de72db60bde86aa0bfa data/create/loot_tables/blocks/brass_encased_cogwheel.json +9d010fc3c8d0821d69b550ff0bcbf117be9a7005 data/create/loot_tables/blocks/brass_encased_large_cogwheel.json +658d76088e3926c72da86a75b4b14946bd809239 data/create/loot_tables/blocks/brass_encased_shaft.json +ccd1691115bb92e00c70633b28cb2e5129296326 data/create/loot_tables/blocks/brass_funnel.json +1a84be40ab40c95805dcdb8fcbf80db551b236e5 data/create/loot_tables/blocks/brass_ladder.json +b75c2afc98430d4e55506879a496fe2c4ef35979 data/create/loot_tables/blocks/brass_scaffolding.json +df96035dce4aa8f514774f4133d27843ebc3918d data/create/loot_tables/blocks/brass_tunnel.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/brown_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/brown_sail.json +2fc1089e2293db83fd9b766e3329989fb5383add data/create/loot_tables/blocks/brown_seat.json +2208507d99a47df8bbdc0e2e34ab1d7f94ccd893 data/create/loot_tables/blocks/brown_toolbox.json +e578a068014c1d5a467f2a4e73e4b6d94271eb3d data/create/loot_tables/blocks/brown_valve_handle.json +5cc7f05f186d9158bbf635a622a99b17da294dbb data/create/loot_tables/blocks/calcite_pillar.json +0cb4fd02ee64e1ad37eb8ce89387667f951cf926 data/create/loot_tables/blocks/cart_assembler.json +985a3ce38a503d4b952e4bb7b927823aae8eed58 data/create/loot_tables/blocks/chute.json +1d4929d7d6176f60e5ea991a577527ed251ef375 data/create/loot_tables/blocks/clipboard.json +b7f29e901c19e2b8f443dc99d3d8960505bf89c7 data/create/loot_tables/blocks/clockwork_bearing.json +83383e5c7a0cdeb63b5401b43a7f94055ee03d3b data/create/loot_tables/blocks/clutch.json +13267c1251e76ae6271f7de72db60bde86aa0bfa data/create/loot_tables/blocks/cogwheel.json +fbf91043151dd047828e9101f08bac463694c303 data/create/loot_tables/blocks/content_observer.json +46cc7c341ecd8e15579c697e4c3eecb7d1225958 data/create/loot_tables/blocks/contraption_controls.json +6ab9e45341420e4760691c471539bbcd222ebac9 data/create/loot_tables/blocks/controller_rail.json +feade294112e66f472a3d33d6cfa29145ed136b5 data/create/loot_tables/blocks/controls.json +adc3f334ffce3c11fb545a2883edea4d234ace51 data/create/loot_tables/blocks/copper_backtank.json +880f676e83ea2596774e7afe768aa8638dfd64e7 data/create/loot_tables/blocks/copper_bars.json +8d546d5efd1612c1f1c2971216473516b38d748d data/create/loot_tables/blocks/copper_casing.json +cccc03027a7907f86648397c0df6671608312a79 data/create/loot_tables/blocks/copper_door.json +210ca7a6ad459b403dcd41149ad0544df2028143 data/create/loot_tables/blocks/copper_ladder.json +12bb93fd8e39f9d65de0e0812a56f44b522a1f35 data/create/loot_tables/blocks/copper_scaffolding.json +c4f60d880f72a24068e35f022ccf646daeea4c24 data/create/loot_tables/blocks/copper_shingles.json +ed41ba3fce95485fe143393b19cd5357356ceb9b data/create/loot_tables/blocks/copper_shingle_slab.json +7733a3f8398c19dd51d1528cd85d786895c100ed data/create/loot_tables/blocks/copper_shingle_stairs.json +1ae9aa9098355ea9edefcc4dda1f7bd0ae057672 data/create/loot_tables/blocks/copper_tiles.json +931a705bab6638521964e1ae93cc9980e539bb88 data/create/loot_tables/blocks/copper_tile_slab.json +de0fa9ebeabe64dcfe5a64da0e697509b73477f8 data/create/loot_tables/blocks/copper_tile_stairs.json +6ed1886e41def643b9b8881d0b1bcb5b5c80106e data/create/loot_tables/blocks/copper_valve_handle.json +2b2a4bde1a1c86393b28fa3ff9b81ef1ddeed22d data/create/loot_tables/blocks/copycat_bars.json +2b2a4bde1a1c86393b28fa3ff9b81ef1ddeed22d data/create/loot_tables/blocks/copycat_base.json +e1047d6ed7b16a91c73ebc0dbdcef6fe989d79d3 data/create/loot_tables/blocks/copycat_panel.json +95b19cefb50d621a75ed4a3cab369a229940ccf9 data/create/loot_tables/blocks/copycat_step.json +70b7d7cb3d8ae394544e4c5c7c7fdbf3d58c311e data/create/loot_tables/blocks/creative_crate.json +dacd34a8c7cadd5679177bd10a4374b4dd7a5fec data/create/loot_tables/blocks/creative_fluid_tank.json +f6c2bf40f31406fc1f86d71ba616eac23fc5854a data/create/loot_tables/blocks/creative_motor.json +6351dd6b09327353dd84622e69df9754646f8160 data/create/loot_tables/blocks/crimsite.json +b900dbe6dc1d979954731d22843a12a22a2e970b data/create/loot_tables/blocks/crimsite_pillar.json +c3dc2a944dfdd6c728974969a8bd7cc0958c4133 data/create/loot_tables/blocks/crimson_window.json +1e7b11bb741cc6d5deab287baa904b79bbf88799 data/create/loot_tables/blocks/crimson_window_pane.json +34262544d4e2cc61a2e4b13faad4a0c1a3f8fbc6 data/create/loot_tables/blocks/crushing_wheel.json +e10afce2c4c9561e605791fadf39fa5904b71935 data/create/loot_tables/blocks/cuckoo_clock.json +a503ad7307b86f5ab9e032106b42056bf30503c9 data/create/loot_tables/blocks/cut_andesite.json +7a7784f3017c8f707ee682902b2422ee7503f7bb data/create/loot_tables/blocks/cut_andesite_bricks.json +45e71188d60a50c8568ad12b465db5ff3d10d652 data/create/loot_tables/blocks/cut_andesite_brick_slab.json +e1dbf420a33da1184b3e207617d8fa5d02532f84 data/create/loot_tables/blocks/cut_andesite_brick_stairs.json +1c19c4e7ca1de451e346ada6c07d90bcd0bcdff2 data/create/loot_tables/blocks/cut_andesite_brick_wall.json +82ebec1373845449baea3f259103c23bb0f28aa1 data/create/loot_tables/blocks/cut_andesite_slab.json +c63a80bc349f2c15cce137c5ea8693ccdd6c69e8 data/create/loot_tables/blocks/cut_andesite_stairs.json +4d48a1cb444bbb7d093cd295bd80ddba5358f276 data/create/loot_tables/blocks/cut_andesite_wall.json +9390a7ff3dbf76b315e369cd7481b3609982d29b data/create/loot_tables/blocks/cut_asurine.json +88dac0bbfd2df7c04f9a5e46879a0f3dfa00313a data/create/loot_tables/blocks/cut_asurine_bricks.json +144ebcc6c0995b9627e6c5aaf9ea0f497ba1dcc8 data/create/loot_tables/blocks/cut_asurine_brick_slab.json +f1ca8b3ebac4c0d9e262a7505104a65b2ae9cb7b data/create/loot_tables/blocks/cut_asurine_brick_stairs.json +dc216529d9413a983039d29494dc0f0d18ccdf35 data/create/loot_tables/blocks/cut_asurine_brick_wall.json +6c50a9f3359f1dfd3387d31e987761bd1415ccf9 data/create/loot_tables/blocks/cut_asurine_slab.json +ef0b4a0d778d695994fd307798519d1a905513b1 data/create/loot_tables/blocks/cut_asurine_stairs.json +ca3eddf49d70fa61ecf230c8da820fc0481f2082 data/create/loot_tables/blocks/cut_asurine_wall.json +2ff4aa5fd6dbef57bae4544b49de8da40bcde046 data/create/loot_tables/blocks/cut_calcite.json +d5857f4e5e14c80fdf1001fa842cfe75c66c18d2 data/create/loot_tables/blocks/cut_calcite_bricks.json +38fd1814345562aebeb5a22b5b715f332c6d8175 data/create/loot_tables/blocks/cut_calcite_brick_slab.json +a12f52629d004ffcc8c546e201a2132504545a37 data/create/loot_tables/blocks/cut_calcite_brick_stairs.json +d594d07bd3ef662c94b450345272e2771839cec1 data/create/loot_tables/blocks/cut_calcite_brick_wall.json +6fd203e8e2f917890937d0211985235c9e2be1bf data/create/loot_tables/blocks/cut_calcite_slab.json +5e443a91f0001fcbf9c5aee369cf2e10502b2f50 data/create/loot_tables/blocks/cut_calcite_stairs.json +e81d757dca04c3f65602106243ecd65961bd6051 data/create/loot_tables/blocks/cut_calcite_wall.json +d27568c7d4ca52f9d664b3b5abdc2e5d6c581e45 data/create/loot_tables/blocks/cut_crimsite.json +2e8d45efbacca40cf972f3cf0ddf5fef5171378e data/create/loot_tables/blocks/cut_crimsite_bricks.json +a45464991432fc39cefec2f5279179a59cfbab94 data/create/loot_tables/blocks/cut_crimsite_brick_slab.json +14698145d8130fd298b4d27672020155b4af6aac data/create/loot_tables/blocks/cut_crimsite_brick_stairs.json +106ca2064b2e31760a1497e73fa377d2f2481a85 data/create/loot_tables/blocks/cut_crimsite_brick_wall.json +bb4e7196666fc7398e1485e5fd96fe26e98c20ac data/create/loot_tables/blocks/cut_crimsite_slab.json +d78b4e1eebed2ee3c43b8fa031e856c7dee0377e data/create/loot_tables/blocks/cut_crimsite_stairs.json +d80e975da1f1d2102cc3e26b82e38bdf67268620 data/create/loot_tables/blocks/cut_crimsite_wall.json +ab39b2ce08ae88d8a7c5f3792d875c7c6b03c15c data/create/loot_tables/blocks/cut_deepslate.json +85ab2b5ff3d113129e264dc1711d5474e1c8f9a3 data/create/loot_tables/blocks/cut_deepslate_bricks.json +703927b401edd9f4f2ec24da91281d67e17e11e7 data/create/loot_tables/blocks/cut_deepslate_brick_slab.json +2271753c641db17818ee3cd9dc2ed71caeb29a30 data/create/loot_tables/blocks/cut_deepslate_brick_stairs.json +5f9970337b3eb65b7174573383f26601c17c71f2 data/create/loot_tables/blocks/cut_deepslate_brick_wall.json +188792f4dae69e06c188445318455a8a187e0c67 data/create/loot_tables/blocks/cut_deepslate_slab.json +8aef29345bba63a0400fdf1a3f16b57117bebfe6 data/create/loot_tables/blocks/cut_deepslate_stairs.json +2bb96f139d8d0c72e047433d7620928459f30e04 data/create/loot_tables/blocks/cut_deepslate_wall.json +4214fd91588dcae02770d3535f74042d3e779065 data/create/loot_tables/blocks/cut_diorite.json +7378869d0f813019ed5acec6697bea987b691a21 data/create/loot_tables/blocks/cut_diorite_bricks.json +9a6b3450f37e47db8619ef41d6b88bbf745171ec data/create/loot_tables/blocks/cut_diorite_brick_slab.json +3df8419bb50d47701807780f463a2e01be4ea939 data/create/loot_tables/blocks/cut_diorite_brick_stairs.json +6eb875f2dca074013cbf40d8be36825e40f23cb4 data/create/loot_tables/blocks/cut_diorite_brick_wall.json +c06a11e5ab5a43e8a91c363e94e5bf704aeb9b59 data/create/loot_tables/blocks/cut_diorite_slab.json +4b617830baa3931ee0580e01683619894824336d data/create/loot_tables/blocks/cut_diorite_stairs.json +d3404dd80ab9e11cb8cf6475bcff2555956bf5ce data/create/loot_tables/blocks/cut_diorite_wall.json +4f30cc3cf58ed6098f41e18431143bf315744c3f data/create/loot_tables/blocks/cut_dripstone.json +e10d12b3da3925f7c5decba7157d257d202deafe data/create/loot_tables/blocks/cut_dripstone_bricks.json +20a03efb2b2ced5d97b8e24fdda6747945bf8842 data/create/loot_tables/blocks/cut_dripstone_brick_slab.json +00d4d4db41452c79986f13f99063af3d73b700b3 data/create/loot_tables/blocks/cut_dripstone_brick_stairs.json +ed48c071c75e31e3dc6aa894579be6b73b87131a data/create/loot_tables/blocks/cut_dripstone_brick_wall.json +2d2ccf18aa89f69c396ca0b961cae2991c55651f data/create/loot_tables/blocks/cut_dripstone_slab.json +01b42cd22e3137f8f1f66b00b4ac920d63a03b04 data/create/loot_tables/blocks/cut_dripstone_stairs.json +f5551f0baed342a8b0f3d5eb5d5d2a882df8d785 data/create/loot_tables/blocks/cut_dripstone_wall.json +3264381f8aef8995f0f142552bd5b36dbec164f1 data/create/loot_tables/blocks/cut_granite.json +ff753d2cbc944f5b34c7f21c52d27ceb2c7bd462 data/create/loot_tables/blocks/cut_granite_bricks.json +ee444f2e75b4b233f908d20e3729b102cef01cb2 data/create/loot_tables/blocks/cut_granite_brick_slab.json +a47eac046541643710532f628de5058f7321755b data/create/loot_tables/blocks/cut_granite_brick_stairs.json +5e6ebc6016ee5ed5223d69af650b51320c6a9f5b data/create/loot_tables/blocks/cut_granite_brick_wall.json +9d3e3400f008c1dda9683f79270330bfec837307 data/create/loot_tables/blocks/cut_granite_slab.json +32b4c40f76d9c8ba13d7dfdf8311751c3015daf9 data/create/loot_tables/blocks/cut_granite_stairs.json +d62cd257fa28b81604b453fd7758a79e11c1c464 data/create/loot_tables/blocks/cut_granite_wall.json +0951b15016e7940e3317f4e83211a197b4f63d4a data/create/loot_tables/blocks/cut_limestone.json +40b7bd607d8b5e210b67acbdea2f3af5334d8baf data/create/loot_tables/blocks/cut_limestone_bricks.json +913050830bc9fa15d09914e05d15846c71afcca9 data/create/loot_tables/blocks/cut_limestone_brick_slab.json +55c1dbfdc3fc75b504e2faa847ff4266504c8075 data/create/loot_tables/blocks/cut_limestone_brick_stairs.json +5173d99b31a75ed189f627412d07cfa58778a1b3 data/create/loot_tables/blocks/cut_limestone_brick_wall.json +2fee0b2be930be806d8d8f03dc7c5bff7f5638f1 data/create/loot_tables/blocks/cut_limestone_slab.json +9cde54a07092cc784f6d3b1365b8899c796817a5 data/create/loot_tables/blocks/cut_limestone_stairs.json +00fbfa80289d836ce9f83fc30375dceea69d32ba data/create/loot_tables/blocks/cut_limestone_wall.json +aeb068ce84010e4e4bfe8e1c7151c7239c47f759 data/create/loot_tables/blocks/cut_ochrum.json +217b9eb98a991afce1060addcc8e0a68b373f4af data/create/loot_tables/blocks/cut_ochrum_bricks.json +23cc29ed27d04e4791667cf8058ce9dd90b3dd08 data/create/loot_tables/blocks/cut_ochrum_brick_slab.json +8271694c926320d6153f1ce643c4b06968b19024 data/create/loot_tables/blocks/cut_ochrum_brick_stairs.json +1c52d65cd1cf21167835482da8cba1a9fc3e2944 data/create/loot_tables/blocks/cut_ochrum_brick_wall.json +0cea47d6285e69dfcf9aef099a4751c3439e6d2a data/create/loot_tables/blocks/cut_ochrum_slab.json +c330247600e1cd93313f95015b4e92497873953c data/create/loot_tables/blocks/cut_ochrum_stairs.json +b5b6b9e22cd0638c53c03cb07e7948a84365c1b4 data/create/loot_tables/blocks/cut_ochrum_wall.json +dd9a499a90f75fdc55597e450e1413e667cb9f1d data/create/loot_tables/blocks/cut_scorchia.json +b31e46c1100f9fd0a313afb6468d13a446ee1d6b data/create/loot_tables/blocks/cut_scorchia_bricks.json +278a2c97bf0add278ade05881b61023936e01405 data/create/loot_tables/blocks/cut_scorchia_brick_slab.json +da814c2bd834bafd6a430efc88220ce2ce5d6d3b data/create/loot_tables/blocks/cut_scorchia_brick_stairs.json +5d6c404650d72a620ca945a0c52835c2969541be data/create/loot_tables/blocks/cut_scorchia_brick_wall.json +cad74f3dd7a1086e81fa573176c9da085b3ee6b0 data/create/loot_tables/blocks/cut_scorchia_slab.json +897a6886e3f3341568606fb3e21e779621165909 data/create/loot_tables/blocks/cut_scorchia_stairs.json +e1c73fa87ffab9fe3e087ba3f0a76da7a9ab91c6 data/create/loot_tables/blocks/cut_scorchia_wall.json +74ca01c1bafb81f6d9f1ea2c8747582332d2115b data/create/loot_tables/blocks/cut_scoria.json +5bf971d60ecca78cd8bc088d1d82b702d00220be data/create/loot_tables/blocks/cut_scoria_bricks.json +3dd1666e9aaaef2f10b1498b6f1a3916f2d9b760 data/create/loot_tables/blocks/cut_scoria_brick_slab.json +1bda280899d5eb4664cd433d6715bbc83dabf737 data/create/loot_tables/blocks/cut_scoria_brick_stairs.json +e8b6f934ce96fa0e9d29eee46d8a9bc3b83aa041 data/create/loot_tables/blocks/cut_scoria_brick_wall.json +809c38ce0262b35ed76c0b5821ddb16a8c999701 data/create/loot_tables/blocks/cut_scoria_slab.json +33e67734a246e76dc1728efd4e9dd35f3a83c981 data/create/loot_tables/blocks/cut_scoria_stairs.json +fec2e2c15aadc2f7f5245fe1b30ec1bb237a4bb2 data/create/loot_tables/blocks/cut_scoria_wall.json +84c4d512e943808d82560bfc85fd26048d022bf8 data/create/loot_tables/blocks/cut_tuff.json +51f8b574067bd55d9578139c2e623853a9652221 data/create/loot_tables/blocks/cut_tuff_bricks.json +d5ead706a71374f4e83156827adc3ef6ae751d5d data/create/loot_tables/blocks/cut_tuff_brick_slab.json +569d1f3e5a84d23b40ccc78453217f627bb4924f data/create/loot_tables/blocks/cut_tuff_brick_stairs.json +200689cf9954f919378be7f3dcf50ad20b1beb37 data/create/loot_tables/blocks/cut_tuff_brick_wall.json +0b7890363595e22b6612e20beeaa1d13bf0c4d9e data/create/loot_tables/blocks/cut_tuff_slab.json +9db563c56419548a1d5dc3fd491df45c331f633e data/create/loot_tables/blocks/cut_tuff_stairs.json +6b280847ccf8d37794781cb701b2b2a919e7be23 data/create/loot_tables/blocks/cut_tuff_wall.json +2b1dbc0772c3584a1125e06ad0ff64f979afb356 data/create/loot_tables/blocks/cut_veridium.json +16bd30695ed498e76d98e8ef908256eda1f338a9 data/create/loot_tables/blocks/cut_veridium_bricks.json +09d2296159d1f08c9134eed3c7f2d1a81d42adad data/create/loot_tables/blocks/cut_veridium_brick_slab.json +cadcc8b9f5d7e34909b65aee1bc362ff3631db78 data/create/loot_tables/blocks/cut_veridium_brick_stairs.json +e501230091650250e5802b660eb17c90c70368e7 data/create/loot_tables/blocks/cut_veridium_brick_wall.json +5c15f2fd915e848a5f133495c72ca6aa7f05fa76 data/create/loot_tables/blocks/cut_veridium_slab.json +e117ee499282131996ee650aad2c822954e1fbe0 data/create/loot_tables/blocks/cut_veridium_stairs.json +ecdbea059f58ede86dc2e3a05be64bda4e8ef018 data/create/loot_tables/blocks/cut_veridium_wall.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/cyan_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/cyan_sail.json +779e729b8d706861672b9c95b30caf8c56262bce data/create/loot_tables/blocks/cyan_seat.json +7ceea7d697a94300a0299c50faedf4c5f1ac75f4 data/create/loot_tables/blocks/cyan_toolbox.json +7a37d53cef9dbe542b4d695d8b0d5b090e926356 data/create/loot_tables/blocks/cyan_valve_handle.json +88c34f1440d8e068aa7d14e9f286dec883f5ae69 data/create/loot_tables/blocks/dark_oak_window.json +77074529121f3f7dac9ca1d9bd7e256094252a9d data/create/loot_tables/blocks/dark_oak_window_pane.json +78498a2d6bc1ab8b6f16eaa88bf544b238999128 data/create/loot_tables/blocks/deepslate_pillar.json +66258ca1f5ec9a52688083aa390e4f87dfc86b8f data/create/loot_tables/blocks/deepslate_zinc_ore.json +38c4ec9845fa40115d4df5276c6deca07b58614a data/create/loot_tables/blocks/deployer.json +7c9cd839b39c75cbede5133f88239342550e6513 data/create/loot_tables/blocks/depot.json +8d05f7386dd4377a4945dd7e4bc2759566a4a24f data/create/loot_tables/blocks/diorite_pillar.json +e969a183d6ea9569e40c3d5d17a9eba4999ce220 data/create/loot_tables/blocks/display_board.json +e46f3f710972d17bccb9244f22fb267082b2ec7c data/create/loot_tables/blocks/display_link.json +4fabe2419bf98de2d664d782f7decc585a028a65 data/create/loot_tables/blocks/dripstone_pillar.json +07402ea8550107f765a5937dfe180a3800f12f84 data/create/loot_tables/blocks/elevator_contact.json +26f921a590db37215bd8226611e8b29b5805fb0d data/create/loot_tables/blocks/elevator_pulley.json +6df2d9239e5d8897033cb1d7b95b3094654af745 data/create/loot_tables/blocks/encased_chain_drive.json +66008f776f345a3fa3f740790bbc0bf4013bdcd6 data/create/loot_tables/blocks/encased_fan.json +3b11d74298e8f808207d85ce6426d597d51cceef data/create/loot_tables/blocks/encased_fluid_pipe.json +dad8f04e24e5da8b693d4de0e00e5cfafb64cf7b data/create/loot_tables/blocks/exposed_copper_shingles.json +dcccb5082e6fbae664c00946402daa1b081c0748 data/create/loot_tables/blocks/exposed_copper_shingle_slab.json +c1324ca2cf242708be48c211e411e56c8c3d7c78 data/create/loot_tables/blocks/exposed_copper_shingle_stairs.json +9517a903713d1996fadd13db50848eefe5bccf99 data/create/loot_tables/blocks/exposed_copper_tiles.json +8e0d8b3eb961a080c350c171090121d0a5c881e4 data/create/loot_tables/blocks/exposed_copper_tile_slab.json +041ef73960a3b08f30a775997fe6648836c0bb26 data/create/loot_tables/blocks/exposed_copper_tile_stairs.json +2b2a4bde1a1c86393b28fa3ff9b81ef1ddeed22d data/create/loot_tables/blocks/fake_track.json +3b11d74298e8f808207d85ce6426d597d51cceef data/create/loot_tables/blocks/fluid_pipe.json +14490ad4a6168721b09baeb5dcab1c4c580fa293 data/create/loot_tables/blocks/fluid_tank.json +df37c1bbbd2136bf6934b454938fcf04a40984c6 data/create/loot_tables/blocks/fluid_valve.json +f4fc579c705a5de7eabbb8acdc5f5951038ca6bd data/create/loot_tables/blocks/flywheel.json +3e464d1dfe58c317a8e6291ea6fee25d2e95d8ce data/create/loot_tables/blocks/framed_glass.json +c6345ae9383aff6b92dfaeda8efd41fb85e273f1 data/create/loot_tables/blocks/framed_glass_door.json +02aa9999205c2a426d093db23a3ac9c25d71d4f6 data/create/loot_tables/blocks/framed_glass_pane.json +f6ea9d893550138d469d1b9758a673890638f115 data/create/loot_tables/blocks/framed_glass_trapdoor.json +0d10bee81d5369778f9adc85481717333210d4ca data/create/loot_tables/blocks/gantry_carriage.json +2b33f6804abcc99e6e605af0e320b38d2686b22e data/create/loot_tables/blocks/gantry_shaft.json +88198261807f52c50fb9c7589024f1c75e97f273 data/create/loot_tables/blocks/gearbox.json +33ab3c497978ed5cd860e05a84503526e7ee00b5 data/create/loot_tables/blocks/gearshift.json +3b11d74298e8f808207d85ce6426d597d51cceef data/create/loot_tables/blocks/glass_fluid_pipe.json +630572221e3fa6501b3b0a9db7205715b3c02696 data/create/loot_tables/blocks/granite_pillar.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/gray_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/gray_sail.json +a3f1602cddcbce20fea594d78d62970ccfec1601 data/create/loot_tables/blocks/gray_seat.json +db7c73cb9fe4495a1f1935836aba8992f9e586a9 data/create/loot_tables/blocks/gray_toolbox.json +2cae46f6f1fe2f59177c7b981953c52db3a8aafe data/create/loot_tables/blocks/gray_valve_handle.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/green_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/green_sail.json +a6d39a9eac6032784d85ab65466aab0c04b248ac data/create/loot_tables/blocks/green_seat.json +b8424574bbc31ed63239ad1b3162eb17b1c1944e data/create/loot_tables/blocks/green_toolbox.json +5541538cbd83a179aa1406fb86c175c592906110 data/create/loot_tables/blocks/green_valve_handle.json +ceaaf7d5b59c545effb603cd0b413dc635b409ec data/create/loot_tables/blocks/hand_crank.json +f9e23ff774f537a06b4c7909c36d92b2163300b2 data/create/loot_tables/blocks/haunted_bell.json +4abd856b6b3ed7585da0044dd794a733a6f991dc data/create/loot_tables/blocks/horizontal_framed_glass.json +77b52d1c33ce7b867dc6ce61379284b52fa9e957 data/create/loot_tables/blocks/horizontal_framed_glass_pane.json +53eab855ca00e912fa9f99ab57d215e5c6d9fcd6 data/create/loot_tables/blocks/hose_pulley.json +38e108dd3c9dfe01d84c37eca75ec0dc1ccc6d11 data/create/loot_tables/blocks/industrial_iron_block.json +716a25f2e6e647216d6af4773a84f5ba0371096c data/create/loot_tables/blocks/item_drain.json +207c22f3b1ac6b1596a9ea595550f2e6fdd997a1 data/create/loot_tables/blocks/item_vault.json +c46cc42432ddc44b89e9c7800a5b3d2a785a317e data/create/loot_tables/blocks/jungle_window.json +f7e20610036cd620535fc1544f0ba03936c4545c data/create/loot_tables/blocks/jungle_window_pane.json +fee742e0fcd8c3e6e5553d4290cc698fb0a7679f data/create/loot_tables/blocks/large_bogey.json +9d010fc3c8d0821d69b550ff0bcbf117be9a7005 data/create/loot_tables/blocks/large_cogwheel.json +8f52bb13618a882d6d79ab875d7a8fa2c017a59a data/create/loot_tables/blocks/large_water_wheel.json +bb8f6da8793701a0e099c797a48e3556705281b4 data/create/loot_tables/blocks/layered_andesite.json +d36e3236bcb56a1a5c171cd5023b4a3535b78d8d data/create/loot_tables/blocks/layered_asurine.json +b33fb36b8f1869f188f3b372d42d989f29473782 data/create/loot_tables/blocks/layered_calcite.json +99b42dd46bdc4ae1aa106d67d29a3b6ad144e35f data/create/loot_tables/blocks/layered_crimsite.json +05c46330e3b6a5cd0fc6ecdd87256d26cfdc28af data/create/loot_tables/blocks/layered_deepslate.json +45808f66c78a6fca10b469bd6bdfcc6d2e432a49 data/create/loot_tables/blocks/layered_diorite.json +b77292ff663f96288b53ad0cf9ba33829401e41a data/create/loot_tables/blocks/layered_dripstone.json +cfa54b117b7a52332637f0623b9e2884e45c7662 data/create/loot_tables/blocks/layered_granite.json +bcc2c4c6680c3e4465dde94cc65b955c776bfc94 data/create/loot_tables/blocks/layered_limestone.json +46665a39a35d3b5b4818a9688d104b59e0a1dd2a data/create/loot_tables/blocks/layered_ochrum.json +b298deac92064abfc4a3f91bb4942600b1892fbe data/create/loot_tables/blocks/layered_scorchia.json +bc211962712be5156aa9e4aea35de1cece6b6784 data/create/loot_tables/blocks/layered_scoria.json +47c7328c629bfb9e285ae6de3c5970a675204df4 data/create/loot_tables/blocks/layered_tuff.json +e0d2610c39bddccb6dc2159c1eac730a590da047 data/create/loot_tables/blocks/layered_veridium.json +7f12403d5c795d42ff9af7ae0ac6dd66bcb54905 data/create/loot_tables/blocks/lectern_controller.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/light_blue_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/light_blue_sail.json +0fc94a91e51b506e51783318c4198f9a93fd4dde data/create/loot_tables/blocks/light_blue_seat.json +ddc66dca50b307922882de88913ddfd5717e210d data/create/loot_tables/blocks/light_blue_toolbox.json +822662e7bfb654b376fb2bad9b1f839dbac7eade data/create/loot_tables/blocks/light_blue_valve_handle.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/light_gray_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/light_gray_sail.json +d9af75cc2dc66cfdf9ca4ce17d4bdde7a0f3204d data/create/loot_tables/blocks/light_gray_seat.json +ced618f429411ec6d24cdb3fd6cfeeba91d28d58 data/create/loot_tables/blocks/light_gray_toolbox.json +7010ccf5c5d06a5f0df899eb1348709fd5542e19 data/create/loot_tables/blocks/light_gray_valve_handle.json +b99fc3c47d24211826e6d9e8a76a4e7c6b24059c data/create/loot_tables/blocks/limestone.json +b97cf862801db3613d588a69e1f5b123b1dfc22b data/create/loot_tables/blocks/limestone_pillar.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/lime_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/lime_sail.json +94c565c700ab9061a6b83652eb5ed7942ebe46fe data/create/loot_tables/blocks/lime_seat.json +8628738f6dc87283f593a08579be2c0b7637904f data/create/loot_tables/blocks/lime_toolbox.json +5dfe90bcdb3d46e570d5a751f96bfdf48a878c31 data/create/loot_tables/blocks/lime_valve_handle.json +3899ba01bf3f4a89e1a1bcc1109491ab96833b08 data/create/loot_tables/blocks/linear_chassis.json +1678a0f2a087abf138e2888b07d418c7ef00c6a5 data/create/loot_tables/blocks/lit_blaze_burner.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/magenta_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/magenta_sail.json +ccae04c0e944f9f3909c3210ae3eb910207cd57c data/create/loot_tables/blocks/magenta_seat.json +dbdcad9959ec94b2f214f121a0361f2eeac5cab9 data/create/loot_tables/blocks/magenta_toolbox.json +6020e533ed7121ee33409a4422a8098295af49d0 data/create/loot_tables/blocks/magenta_valve_handle.json +e86b6745d61732cfd95356df84e71cae8b9be10d data/create/loot_tables/blocks/mechanical_arm.json +6ffb8f41c3c42d57c9ff9ce8520b2327f51e2731 data/create/loot_tables/blocks/mechanical_bearing.json +1f166934a75ea3d1bdcf65394632636e6f9cf5ff data/create/loot_tables/blocks/mechanical_crafter.json +a764c3852334eb2a0cc8276b3772db0166b9e731 data/create/loot_tables/blocks/mechanical_drill.json +f15a9dcff58129571c001d3e0e6f1452aabec8e1 data/create/loot_tables/blocks/mechanical_harvester.json +f5cc7a3c730c5dcde600b3a14880c6d521a36032 data/create/loot_tables/blocks/mechanical_mixer.json +89a35b6a56540b4a409cbbd9e6ce144c08741708 data/create/loot_tables/blocks/mechanical_piston.json +ada6bd9d74e6089f89f674a941c67809b238f9ba data/create/loot_tables/blocks/mechanical_piston_head.json +7ae5e04247a7865ed31cc371ad320e048705920e data/create/loot_tables/blocks/mechanical_plough.json +d7a65d9412c86788a751ac2910a1d12afe5c698d data/create/loot_tables/blocks/mechanical_press.json +7a5b9e322c8cb37c0851dddb9ec5eeee226e3dc7 data/create/loot_tables/blocks/mechanical_pump.json +2a419360a36965c5ecddedecd1ac31f36f8ed4f8 data/create/loot_tables/blocks/mechanical_roller.json +f6b645e4fb6cff56c670ebbdac6faf7a54392d54 data/create/loot_tables/blocks/mechanical_saw.json +e543aa1464cd13e8584648ec9837bf5668d18676 data/create/loot_tables/blocks/metal_bracket.json +5fef81f04d62c6d568d015348997c3c244140cfa data/create/loot_tables/blocks/metal_girder.json +74c3c91938129ad62427d4e331c417ab0bf16e83 data/create/loot_tables/blocks/metal_girder_encased_shaft.json +1789145ba000b1df482623669ffcf7d596aba556 data/create/loot_tables/blocks/millstone.json +2b2a4bde1a1c86393b28fa3ff9b81ef1ddeed22d data/create/loot_tables/blocks/minecart_anchor.json +8ca400d182203a8edc3e917fd36ae74a2304929e data/create/loot_tables/blocks/mysterious_cuckoo_clock.json +afa80803f5ff718b6c6cfd0845f54ecb4cd30eba data/create/loot_tables/blocks/netherite_backtank.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/nixie_tube.json +d23b04662f5d0886e1881ce0b83517526886e8de data/create/loot_tables/blocks/nozzle.json +be36ab5e2c22d3a8bed728d2ca859212ad75fc08 data/create/loot_tables/blocks/oak_window.json +75a8f246ef65d782ea5fbb574795fcdba2b9d515 data/create/loot_tables/blocks/oak_window_pane.json +a1ba76f8a5480a522c94c66be3ddb806d3fe9c30 data/create/loot_tables/blocks/ochrum.json +13f74daea0ceb182c9352532d4f5e9440d0509b6 data/create/loot_tables/blocks/ochrum_pillar.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/orange_sail.json +d09f90473e8a49eacffbf97a68251c190236af55 data/create/loot_tables/blocks/orange_seat.json +bf0353e3245f69cbe342d796d199d0e5d80f1fd1 data/create/loot_tables/blocks/orange_toolbox.json +903102e9deb831a5c5865df93c484a7618a255f7 data/create/loot_tables/blocks/orange_valve_handle.json +567d4973045071dd6ed66d26a2c8411b7cba2a80 data/create/loot_tables/blocks/ornate_iron_window.json +9c39b348d6cdcf3291e250246581837076f054fb data/create/loot_tables/blocks/ornate_iron_window_pane.json +bb598c8bef6444550228fe6ffc3950c0f280b757 data/create/loot_tables/blocks/oxidized_copper_shingles.json +0631729f2bc0df1e935425b05dd395e6f31e0ecd data/create/loot_tables/blocks/oxidized_copper_shingle_slab.json +665bd9964af4e9087d802df6b915622cb58a977b data/create/loot_tables/blocks/oxidized_copper_shingle_stairs.json +5a07d5e1b8d1e2206e3125463d0cd6f8b9dc92f8 data/create/loot_tables/blocks/oxidized_copper_tiles.json +937e4cf70d10ba44bf08afccdd85d5c199d7e3c8 data/create/loot_tables/blocks/oxidized_copper_tile_slab.json +c679633837f9007f263787ae99fbc9b30d41119a data/create/loot_tables/blocks/oxidized_copper_tile_stairs.json +4d107fcae10d658d27f2a32a6fa2fe7bd3566dae data/create/loot_tables/blocks/peculiar_bell.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/pink_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/pink_sail.json +bdb1e76525179fdbf39ac5b1640ccaeaee7b5cee data/create/loot_tables/blocks/pink_seat.json +2ca7c6a6d9d12fcac6380940052961de92ca0431 data/create/loot_tables/blocks/pink_toolbox.json +b9d747c93b1ba1d5351bbc90969955e417a491ff data/create/loot_tables/blocks/pink_valve_handle.json +ada6bd9d74e6089f89f674a941c67809b238f9ba data/create/loot_tables/blocks/piston_extension_pole.json +65affa822c042e23be89eb8c3255058443f29d87 data/create/loot_tables/blocks/placard.json +05272166860c8bd813c375420befcac9bcc3ad3d data/create/loot_tables/blocks/polished_cut_andesite.json +5b1e6a9409abc1721fccba99066f0be0193b9aa8 data/create/loot_tables/blocks/polished_cut_andesite_slab.json +0b69bae0adbd90aa55e80191d6c11d081c998190 data/create/loot_tables/blocks/polished_cut_andesite_stairs.json +8cb4c06fe1b617d3424568e7a07558f182eec385 data/create/loot_tables/blocks/polished_cut_andesite_wall.json +2b4aac29c7a5fa5169ba3b11a0da59cfaf0339ee data/create/loot_tables/blocks/polished_cut_asurine.json +a77e3a80026e37f4d03b3276494f59103fd5864e data/create/loot_tables/blocks/polished_cut_asurine_slab.json +f7d7401265db9a706cfe1302e45e72b1a833fba7 data/create/loot_tables/blocks/polished_cut_asurine_stairs.json +87373898b5b2cb178203d61c4377e7641109fa45 data/create/loot_tables/blocks/polished_cut_asurine_wall.json +76e4e76f8ec198749117053846972c16a9c64edb data/create/loot_tables/blocks/polished_cut_calcite.json +b0974100597e00bd7f98a0449aeb18fb260e3bc1 data/create/loot_tables/blocks/polished_cut_calcite_slab.json +b82963f1d08caa7981569a5d95092569b5e0b326 data/create/loot_tables/blocks/polished_cut_calcite_stairs.json +f8473f26d7fb70a67fb7660b20e21ebf1f3c8c75 data/create/loot_tables/blocks/polished_cut_calcite_wall.json +b75b7625e353724273541b26eb7da5acafdc96a3 data/create/loot_tables/blocks/polished_cut_crimsite.json +2b900c5c29eb4264b61bc80cfae78cc9cb53240c data/create/loot_tables/blocks/polished_cut_crimsite_slab.json +9ef5c110250839417fed010b1f69c152a925041e data/create/loot_tables/blocks/polished_cut_crimsite_stairs.json +6b5b186415a8d2c3dd1dd72df163f0141e4dfc9f data/create/loot_tables/blocks/polished_cut_crimsite_wall.json +80bee4b3fb3a4615d778f18cf6cdb48355559648 data/create/loot_tables/blocks/polished_cut_deepslate.json +0b769d440dc98838945ba17768219badfea3453f data/create/loot_tables/blocks/polished_cut_deepslate_slab.json +74b54c5fe34c4c0ceeea99ce6199210380ac9b96 data/create/loot_tables/blocks/polished_cut_deepslate_stairs.json +43489d2705caf8de9f36c665320845ccdd0c7ad6 data/create/loot_tables/blocks/polished_cut_deepslate_wall.json +d6180778aca98e2c2398295b556a8b971bda012f data/create/loot_tables/blocks/polished_cut_diorite.json +e83da3737c8bcc2993ca3db029f197f68bfd005d data/create/loot_tables/blocks/polished_cut_diorite_slab.json +499eff1482cd7bf6e4c0251f2b93ccba964320dd data/create/loot_tables/blocks/polished_cut_diorite_stairs.json +3d000caa27e0e8fc27fa97ad41777f3b1af8ffde data/create/loot_tables/blocks/polished_cut_diorite_wall.json +c72ea192979668ace3ac5a891afeb136424be726 data/create/loot_tables/blocks/polished_cut_dripstone.json +289db964dfa1a3bb46687842f91705480b4aa34d data/create/loot_tables/blocks/polished_cut_dripstone_slab.json +34e46c923db9209bc157ba76493d267d0558984f data/create/loot_tables/blocks/polished_cut_dripstone_stairs.json +4efc923e403c4f04261d478575e430f8bc743229 data/create/loot_tables/blocks/polished_cut_dripstone_wall.json +e03d308a5c98eb424435e16aecbd82457e52ed53 data/create/loot_tables/blocks/polished_cut_granite.json +d3045f661c91703095583ce0579e86eb9a0506df data/create/loot_tables/blocks/polished_cut_granite_slab.json +662fb4cdace9926be23aae9005d2a06a065ed16d data/create/loot_tables/blocks/polished_cut_granite_stairs.json +d71a91618190f1c595326297dbcb228381aeb8cb data/create/loot_tables/blocks/polished_cut_granite_wall.json +49dff0c21322422a27a7db493bd7d814f3b15ac1 data/create/loot_tables/blocks/polished_cut_limestone.json +b6f1140bb194d28f0d005564c9bbfa4bfd784834 data/create/loot_tables/blocks/polished_cut_limestone_slab.json +5b91377b582cf3f6f0ad52e0cdbc5c4aabb11392 data/create/loot_tables/blocks/polished_cut_limestone_stairs.json +80496d1d830a352acf76fcd961a48458a3c5fb67 data/create/loot_tables/blocks/polished_cut_limestone_wall.json +d19749821587ad441fcd6c152b4bd7af9131ec42 data/create/loot_tables/blocks/polished_cut_ochrum.json +86450cc80691df1e358572432f05b57d4a14199a data/create/loot_tables/blocks/polished_cut_ochrum_slab.json +03f1e2c2313fd655799719761bc7b511164d6c15 data/create/loot_tables/blocks/polished_cut_ochrum_stairs.json +fa0198efdf68717721515d3f0a12f9f9c2f08eb9 data/create/loot_tables/blocks/polished_cut_ochrum_wall.json +aa4fce1bed426f589334260fbfc4366aafb1875d data/create/loot_tables/blocks/polished_cut_scorchia.json +eba676b6ea907ad60ef99c6b8b9dbf71ee06dc74 data/create/loot_tables/blocks/polished_cut_scorchia_slab.json +848ecd82505b1d648cdcfeb4fa44dec6b6cb3f2c data/create/loot_tables/blocks/polished_cut_scorchia_stairs.json +9af70192d5a0c26cbee6f6b06f09336cc2e1f169 data/create/loot_tables/blocks/polished_cut_scorchia_wall.json +d85820b0f7715f4f6e9c481e15a93cdbdbdbe4f3 data/create/loot_tables/blocks/polished_cut_scoria.json +3783ac0402f9338c192e2b8620ff7b4075a375df data/create/loot_tables/blocks/polished_cut_scoria_slab.json +d354fe58529cf7b7c3156f8c4eac3bbc6318b39d data/create/loot_tables/blocks/polished_cut_scoria_stairs.json +22b8de442ce455b68db26d311800cd441f9c25ba data/create/loot_tables/blocks/polished_cut_scoria_wall.json +4ad7c16a1cfbc09519fd6165046330f446324715 data/create/loot_tables/blocks/polished_cut_tuff.json +bcb32cf289683e14bb4d32d1d2d104e7ec8bceb2 data/create/loot_tables/blocks/polished_cut_tuff_slab.json +9290d6d9760152e6dfd67e899757923179aafef8 data/create/loot_tables/blocks/polished_cut_tuff_stairs.json +fada430708678ac8edbee5f9bd2d1fed02e64ca8 data/create/loot_tables/blocks/polished_cut_tuff_wall.json +11d23b3a7cffaa8e9fa3016f3f4ddc64901c7fde data/create/loot_tables/blocks/polished_cut_veridium.json +cfb3a8d50d8e29fa60168456be0eb93609e3c36c data/create/loot_tables/blocks/polished_cut_veridium_slab.json +f1600b7def719e0846f4230982299721862203eb data/create/loot_tables/blocks/polished_cut_veridium_stairs.json +8bc7e42bcfad5940d9fbfc0a7b5486b4ea9cddc2 data/create/loot_tables/blocks/polished_cut_veridium_wall.json +d36db9ed79baff41c8404c68fda23414994503cb data/create/loot_tables/blocks/portable_fluid_interface.json +8f5c2420ca9b46d47600c0ccf3c7429fb9241f10 data/create/loot_tables/blocks/portable_storage_interface.json +84b850c78e48d950f14508f0b4773d27b2e6dee1 data/create/loot_tables/blocks/powered_latch.json +658d76088e3926c72da86a75b4b14946bd809239 data/create/loot_tables/blocks/powered_shaft.json +6fa5ec40ad639e4ad08b52ee1e2546853405569a data/create/loot_tables/blocks/powered_toggle_latch.json +2b2a4bde1a1c86393b28fa3ff9b81ef1ddeed22d data/create/loot_tables/blocks/pulley_magnet.json +f7430b020a51acd296cbc4813908db5e2b3ff69c data/create/loot_tables/blocks/pulse_extender.json +831a4939df3f92c87294962080e5047591ea63f9 data/create/loot_tables/blocks/pulse_repeater.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/purple_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/purple_sail.json +e35d1a2f4daccb9cb0e00633e1e21133280f126b data/create/loot_tables/blocks/purple_seat.json +35688f3fa3245f583b198e27a2b123ce073503e5 data/create/loot_tables/blocks/purple_toolbox.json +fa8f1c9b3c87bf170cc409d806b330501376da39 data/create/loot_tables/blocks/purple_valve_handle.json +050f02bb5e42b7f4fc0e8dd92efc4266724f52eb data/create/loot_tables/blocks/radial_chassis.json +fee742e0fcd8c3e6e5553d4290cc698fb0a7679f data/create/loot_tables/blocks/railway_casing.json +77f12177b8850282229f0adf6cc8a10b1e334238 data/create/loot_tables/blocks/raw_zinc_block.json +07402ea8550107f765a5937dfe180a3800f12f84 data/create/loot_tables/blocks/redstone_contact.json +542ebb76861587547bcf94b886f602288fa89f01 data/create/loot_tables/blocks/redstone_link.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/red_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/red_sail.json +bd900a72a8bbd70b8049f35aeb829926b0910703 data/create/loot_tables/blocks/red_seat.json +1c1787bfc09f5cbb9e2c61f37856413d0994ba17 data/create/loot_tables/blocks/red_toolbox.json +7923bdefac57ee57242ca39f8d97ad9c349fcfbc data/create/loot_tables/blocks/red_valve_handle.json +567770d270aadeaa8b8193a919237a0f31d39b8a data/create/loot_tables/blocks/refined_radiance_casing.json +2b2a4bde1a1c86393b28fa3ff9b81ef1ddeed22d data/create/loot_tables/blocks/rope.json +8a86698193be451efbce89b67e571fac056119d2 data/create/loot_tables/blocks/rope_pulley.json +087780f0b9f16dd2829871ea560b5db66caae537 data/create/loot_tables/blocks/rose_quartz_block.json +00f00dcb09fb53f9a7d836125a36f7a28829c892 data/create/loot_tables/blocks/rose_quartz_lamp.json +297482d94ce32919fb03d29748e1894bcd3c093b data/create/loot_tables/blocks/rose_quartz_tiles.json +81206cee7576bdfaeb949569e81e6c0e3c1c02f4 data/create/loot_tables/blocks/rotation_speed_controller.json +437e5799f6319b2e60b95bde781a8ee7a2c9cbca data/create/loot_tables/blocks/sail_frame.json +7f67bcb104376d522cfad1901bee3711305d9a58 data/create/loot_tables/blocks/schematicannon.json +0ae70fbcd57edd9cd53e2a20faa068bb0e7abb9d data/create/loot_tables/blocks/schematic_table.json +6d4f52194e33877826328e6d3bbf94ba543397de data/create/loot_tables/blocks/scorchia.json +06a714df2400fdbdce4abc7ec2e467cddf633686 data/create/loot_tables/blocks/scorchia_pillar.json +0cd14ef2ffb45b7030b5dc5312e1edf1d0816e3b data/create/loot_tables/blocks/scoria.json +b3d3995ba63c94da77b562af2672f9ea58b45691 data/create/loot_tables/blocks/scoria_pillar.json +aeae7ea7b0e81b4433f47d5da3b92d48acdb1e17 data/create/loot_tables/blocks/secondary_linear_chassis.json +ea437e27e15909985ee93a5e92c7a9ec0cfd70e1 data/create/loot_tables/blocks/sequenced_gearshift.json +f380c7fcc21651e3ffb5425150d8340b86ec6da8 data/create/loot_tables/blocks/shadow_steel_casing.json +658d76088e3926c72da86a75b4b14946bd809239 data/create/loot_tables/blocks/shaft.json +4268246cfe056205a552b9279ee9222aa151144d data/create/loot_tables/blocks/small_andesite_bricks.json +1ee8ce0a4aa7daf07738facbf0f2a89c545c548e data/create/loot_tables/blocks/small_andesite_brick_slab.json +47a2f4d5d5b49dfaef20b9caf7f3227728afe152 data/create/loot_tables/blocks/small_andesite_brick_stairs.json +ebdeb927ac80a9a537b308f97ff2a9099f80292d data/create/loot_tables/blocks/small_andesite_brick_wall.json +2464db69910366ee6bf4ea602eb5b5b576489805 data/create/loot_tables/blocks/small_asurine_bricks.json +b1d0bf435d84ac214e82c2285ecfeb6a3ab57544 data/create/loot_tables/blocks/small_asurine_brick_slab.json +3dcc08d113f161f7f300291be95faa0fab1e663d data/create/loot_tables/blocks/small_asurine_brick_stairs.json +7b5070d41ce1e20de2cd4331b8c12ad5457e0699 data/create/loot_tables/blocks/small_asurine_brick_wall.json +fee742e0fcd8c3e6e5553d4290cc698fb0a7679f data/create/loot_tables/blocks/small_bogey.json +c3497a5f77a35b15977dc539f3b53d8f62348b08 data/create/loot_tables/blocks/small_calcite_bricks.json +f176e0f9135c5bc305e1cab2a8ac5fa9469e8109 data/create/loot_tables/blocks/small_calcite_brick_slab.json +c0661811b5e96c4d9eeb34ba53120bbc73fce3c2 data/create/loot_tables/blocks/small_calcite_brick_stairs.json +71bfd38ab95ea257e5212f1dff2fbb57e60f2a1f data/create/loot_tables/blocks/small_calcite_brick_wall.json +4f21812a3ec90e8159cc7a51aed0308a9f29e3e8 data/create/loot_tables/blocks/small_crimsite_bricks.json +242a6d6888b5f924feb202d67a63002f131834df data/create/loot_tables/blocks/small_crimsite_brick_slab.json +96003a52801c92752ce72e7c9ca696cbd754e711 data/create/loot_tables/blocks/small_crimsite_brick_stairs.json +39cd5b918d614f0e3b3b37920379e558bb631fa3 data/create/loot_tables/blocks/small_crimsite_brick_wall.json +91c0e7eb273e86c3c7f30f4d645c3de05a79da0a data/create/loot_tables/blocks/small_deepslate_bricks.json +683da7ed1fb98ddaab31f26fb9caa11b3dc357c6 data/create/loot_tables/blocks/small_deepslate_brick_slab.json +75ae856cdecbe709627621c044625ef1d15c434b data/create/loot_tables/blocks/small_deepslate_brick_stairs.json +c40a9b7d37e08c8f1f35a470a88a7ac1f19e610b data/create/loot_tables/blocks/small_deepslate_brick_wall.json +03df6744a1db9e3ddd515b415292f8b856e8db37 data/create/loot_tables/blocks/small_diorite_bricks.json +44143d9685e2077114dae50ac395e0a5a6fc2554 data/create/loot_tables/blocks/small_diorite_brick_slab.json +69c532f54a97181a241e5ec80ce9b7e29ec32a7d data/create/loot_tables/blocks/small_diorite_brick_stairs.json +af3efc0d4c6979493801363f0a0423781605b9d0 data/create/loot_tables/blocks/small_diorite_brick_wall.json +18bdcdb48ae522386e3230c07d5cdf788f05d534 data/create/loot_tables/blocks/small_dripstone_bricks.json +7a52537f9b9d64a8a3db07a5d3aab3a5ac27651b data/create/loot_tables/blocks/small_dripstone_brick_slab.json +1a12d476ebd36990a101ef581a47728b6ff2601d data/create/loot_tables/blocks/small_dripstone_brick_stairs.json +a8302ade92c7f34229812fbb1190fd235264e07b data/create/loot_tables/blocks/small_dripstone_brick_wall.json +f009cc1c5bfe90ed0951c04df5372148991b718c data/create/loot_tables/blocks/small_granite_bricks.json +894021477c6ed30b7d6036581ac57dfeaf021099 data/create/loot_tables/blocks/small_granite_brick_slab.json +6989cba715d7899d08d89593dd98034af7cacc04 data/create/loot_tables/blocks/small_granite_brick_stairs.json +112d322f1ddaf1e2dc79266e51af1ee891288e61 data/create/loot_tables/blocks/small_granite_brick_wall.json +2e7e562370a166845f82ce36a2349921f3df2331 data/create/loot_tables/blocks/small_limestone_bricks.json +59292049ef60db1c82ca40a5baa5474815958d91 data/create/loot_tables/blocks/small_limestone_brick_slab.json +1cc652397c397419ef106bf70e63fb277e5352f4 data/create/loot_tables/blocks/small_limestone_brick_stairs.json +6f94b4ae0209c5e7655dae887902e3cf4a0eb97b data/create/loot_tables/blocks/small_limestone_brick_wall.json +98df3c417ff81dd037cf17051202c94b3983a7b8 data/create/loot_tables/blocks/small_ochrum_bricks.json +4983d4e46e34dc053afc6c41604c37007c226ffd data/create/loot_tables/blocks/small_ochrum_brick_slab.json +d55a8ffa557aa9b770ff08eb6ecf0d0946142c94 data/create/loot_tables/blocks/small_ochrum_brick_stairs.json +d1d8b0d993c88106c61102612f3aaea240d1d69d data/create/loot_tables/blocks/small_ochrum_brick_wall.json +18a2a54f96451d6ca0bcd8af9f6d20b6f0da14a1 data/create/loot_tables/blocks/small_rose_quartz_tiles.json +967575e3428c7cbdafe714dec324f4a56c16a069 data/create/loot_tables/blocks/small_scorchia_bricks.json +f150bfbcecaf95971207dd3b6dc75652003d9a4e data/create/loot_tables/blocks/small_scorchia_brick_slab.json +8a3df3de45bb184cad20d6c8f5a38a0715e05228 data/create/loot_tables/blocks/small_scorchia_brick_stairs.json +0ca656af1c4d925adf4804a50cd1cc993f61900b data/create/loot_tables/blocks/small_scorchia_brick_wall.json +ab3170183e5913ced28c363d7d2e00006b9e2484 data/create/loot_tables/blocks/small_scoria_bricks.json +62169e179b50f4286b31ad61ff470363c5b0d699 data/create/loot_tables/blocks/small_scoria_brick_slab.json +91ee6607b8f7ccfa6457e47516246178ee7c734d data/create/loot_tables/blocks/small_scoria_brick_stairs.json +2b53ab399ef77b7172fcb946a4f201525fba9fbf data/create/loot_tables/blocks/small_scoria_brick_wall.json +5edaff383b55beef17dc86643b7a0e2f4040a4b4 data/create/loot_tables/blocks/small_tuff_bricks.json +bad4f61264beffce3c2053fbd43a0e42e8f5548b data/create/loot_tables/blocks/small_tuff_brick_slab.json +9589a89c7d7fec924ac6ee003f025a3b2057b5b2 data/create/loot_tables/blocks/small_tuff_brick_stairs.json +9064375f398b9425814199722b3d91af0d18eca0 data/create/loot_tables/blocks/small_tuff_brick_wall.json +ab7274cfb94fd302beed5a4f0c0bddc0e44254aa data/create/loot_tables/blocks/small_veridium_bricks.json +044f1e794c31cab1233627033db30859f3dd9a19 data/create/loot_tables/blocks/small_veridium_brick_slab.json +4aa1c72bd9cc0421006e0a3c568b4a1176411ed3 data/create/loot_tables/blocks/small_veridium_brick_stairs.json +483c256c0f8890083919a15371335c4865f0668d data/create/loot_tables/blocks/small_veridium_brick_wall.json +e00d2a91ad0c984a175b20ea76d0d97a68219097 data/create/loot_tables/blocks/smart_chute.json +aeef9300a4f721957066e713d0bc2421316c3e51 data/create/loot_tables/blocks/smart_fluid_pipe.json +395fdef86a94a42fd8957865f5ce9e3c00ef8866 data/create/loot_tables/blocks/speedometer.json +4be0bc34cc949a8a071d49d1d8e2e1e77e636493 data/create/loot_tables/blocks/spout.json +05430553198d5bf02b53873e7eec47af381a6ad3 data/create/loot_tables/blocks/spruce_window.json +60c1c9eb6a3151c5bc38f07e57c69d39f9b0bda3 data/create/loot_tables/blocks/spruce_window_pane.json +0e7ef16e08c9e6a69feda428f276356904220a60 data/create/loot_tables/blocks/steam_engine.json +8046528ebababb91548db3d9a5f8eefa5fc383f9 data/create/loot_tables/blocks/steam_whistle.json +2b2a4bde1a1c86393b28fa3ff9b81ef1ddeed22d data/create/loot_tables/blocks/steam_whistle_extension.json +008ab79059db16b785eaed7d29bae07902e0cf18 data/create/loot_tables/blocks/sticker.json +f3e65433dca96029dfd7b62a0e065c12e03c8577 data/create/loot_tables/blocks/sticky_mechanical_piston.json +0c1c96cd4282571e5a687fbf307c2aff3e141286 data/create/loot_tables/blocks/stockpile_switch.json +d4349935a15fd210e7d3aac28c7627138ac3d40b data/create/loot_tables/blocks/stressometer.json +86d571cec1ec9b4d65560ac8fc36fd375ec47902 data/create/loot_tables/blocks/tiled_glass.json +8312dcf33d6ee53b1d160299bcadae2a32c55068 data/create/loot_tables/blocks/tiled_glass_pane.json +1156b83b9edbb82278dc1939a936f369dcf66d09 data/create/loot_tables/blocks/track.json +fe945a7be2b853a41dfad1788b710bbcc8195d21 data/create/loot_tables/blocks/track_observer.json +a2cf2f583ae516dd83c20745d7434bf7b7be074c data/create/loot_tables/blocks/track_signal.json +cc2bdf7a0b831911a716f647ea2ae03d5fca79ec data/create/loot_tables/blocks/track_station.json +61bd78ea7d0941dd4afc533b63e18c0ef45aee94 data/create/loot_tables/blocks/train_door.json +39b0970f3d0079763017a4a1e5ba286d9bb52ca8 data/create/loot_tables/blocks/train_trapdoor.json +331a45449be223374cc73205970deb1d182a95ac data/create/loot_tables/blocks/tuff_pillar.json +468c0d9391be531525aa8793d2dfcf9e273eed91 data/create/loot_tables/blocks/turntable.json +dfefc9afd631cfdff543c11ffd8682617793e204 data/create/loot_tables/blocks/veridium.json +2d92edfc895196cb1fa89bd18a7e7d0c2f46c8da data/create/loot_tables/blocks/veridium_pillar.json +2fdc23baa36d0a3d3008193d362abcac8b8ac93f data/create/loot_tables/blocks/vertical_framed_glass.json +8105ac2ef881804d48f5893a829b64351c292721 data/create/loot_tables/blocks/vertical_framed_glass_pane.json +8e3f9f7ea93908d7cdfe2a11142e1f705c0b8211 data/create/loot_tables/blocks/warped_window.json +f60d8b639de25d4829505d994e19afbd1e34df85 data/create/loot_tables/blocks/warped_window_pane.json +17207bb6d7180aa86a59a205f5cd88fea5ec20dd data/create/loot_tables/blocks/water_wheel.json +2b2a4bde1a1c86393b28fa3ff9b81ef1ddeed22d data/create/loot_tables/blocks/water_wheel_structure.json +7037fe5803d3cba148d6a3c608bf3516ce101fe9 data/create/loot_tables/blocks/waxed_copper_shingles.json +46ee38f31f486439c756679ff2e0d99dd08170e0 data/create/loot_tables/blocks/waxed_copper_shingle_slab.json +1bf2316aa8826ed347cd8d4f34c541ca370e885e data/create/loot_tables/blocks/waxed_copper_shingle_stairs.json +3a29061cd3507e735378415cdcde52c3fe73f131 data/create/loot_tables/blocks/waxed_copper_tiles.json +c99013b9d124e0bb0db5befbb6e236ea553c30c8 data/create/loot_tables/blocks/waxed_copper_tile_slab.json +9e239587f7a66bcb256ea678209149f8427b4d0e data/create/loot_tables/blocks/waxed_copper_tile_stairs.json +a6303da1058b31feca06b5c8e8b3a7f843e40773 data/create/loot_tables/blocks/waxed_exposed_copper_shingles.json +74ec2f5f0c43960f0871cbe625b279254d248f1a data/create/loot_tables/blocks/waxed_exposed_copper_shingle_slab.json +7eb68ab06ab452cfe7b5fdbf56d16111fb9aabfc data/create/loot_tables/blocks/waxed_exposed_copper_shingle_stairs.json +4c9b09b347835e157ee21bb471343288029774f4 data/create/loot_tables/blocks/waxed_exposed_copper_tiles.json +1936dfd5f8d7617eeaf5924712e3027bc9cfeb6e data/create/loot_tables/blocks/waxed_exposed_copper_tile_slab.json +da38da6a43112b333b47d099dcdee98e6beaf815 data/create/loot_tables/blocks/waxed_exposed_copper_tile_stairs.json +e4c666b0e201dce09494d5c310259c663984e445 data/create/loot_tables/blocks/waxed_oxidized_copper_shingles.json +72638d4c759ae9270c6596a95b83a771243dfbaa data/create/loot_tables/blocks/waxed_oxidized_copper_shingle_slab.json +6686457cac793e9c6e1cd06677436e2a213536dc data/create/loot_tables/blocks/waxed_oxidized_copper_shingle_stairs.json +c840f139ec7763d629f1a46c0b91b979e63a94aa data/create/loot_tables/blocks/waxed_oxidized_copper_tiles.json +7e399741ecca0f8d400a5cdaf4f81387501acfdc data/create/loot_tables/blocks/waxed_oxidized_copper_tile_slab.json +15b1e187163c07e78d96b1c4bdd6fdf9cfa00c14 data/create/loot_tables/blocks/waxed_oxidized_copper_tile_stairs.json +52d06cc860a5633a401abc21bd33b29ebd4677a0 data/create/loot_tables/blocks/waxed_weathered_copper_shingles.json +15741ad3b837720461e1f8f24d81388dc1c905fc data/create/loot_tables/blocks/waxed_weathered_copper_shingle_slab.json +bf29dd56f168b709d95a0d40414750f2012058c0 data/create/loot_tables/blocks/waxed_weathered_copper_shingle_stairs.json +e4dfa154bcfaac73585619db7050c9a1f8a6c12a data/create/loot_tables/blocks/waxed_weathered_copper_tiles.json +906abc6c64fd32a19b6a8153f0353845236a8c24 data/create/loot_tables/blocks/waxed_weathered_copper_tile_slab.json +03ba1325e6dc737071bf9a40e136494e3ceb398b data/create/loot_tables/blocks/waxed_weathered_copper_tile_stairs.json +8e158f2a4dcf44eeba765dcabe39a7eea04601cb data/create/loot_tables/blocks/weathered_copper_shingles.json +cee4cf666ae788dada60bf68a800c5ba6a555a40 data/create/loot_tables/blocks/weathered_copper_shingle_slab.json +b6c8464730dc57e1f3a75d3f7449e662935e905e data/create/loot_tables/blocks/weathered_copper_shingle_stairs.json +95d06b6d8c2aafe7118323b99f38d1bf7a96ba71 data/create/loot_tables/blocks/weathered_copper_tiles.json +8bab897b00ffc344b66b3908aeb7054b1a224df6 data/create/loot_tables/blocks/weathered_copper_tile_slab.json +c232e78a2c218eacc335b28d64c58507196bf294 data/create/loot_tables/blocks/weathered_copper_tile_stairs.json +3d45d36fed5c722824f321754f0b7efa8c1bd080 data/create/loot_tables/blocks/weighted_ejector.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/white_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/white_sail.json +0385f329cb44fb3446916329135303a5724f0a62 data/create/loot_tables/blocks/white_seat.json +f4a1a05c4fa1a18fbef9a27aeceb7b215d4e215d data/create/loot_tables/blocks/white_toolbox.json +cd58f614ea94466ba299ed4701813ca3387b6d95 data/create/loot_tables/blocks/white_valve_handle.json +a08f47f0832fabad79ba3e81c8ba959fd8b89eda data/create/loot_tables/blocks/windmill_bearing.json +96e8abe73af557303263dffc13fc34e15c02f906 data/create/loot_tables/blocks/wooden_bracket.json +f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/yellow_nixie_tube.json +9466ffd9553b2b18e193543fa00f698ddd21d7d3 data/create/loot_tables/blocks/yellow_sail.json +6963efbd897df38a15ca16fbf8c1785dd3d54010 data/create/loot_tables/blocks/yellow_seat.json +88a73484917a9bc3c74e5224dd11366d01ed38b6 data/create/loot_tables/blocks/yellow_toolbox.json +3cde6cb4e831f953987b33b59549e6ad1904fee7 data/create/loot_tables/blocks/yellow_valve_handle.json +65bc3646c74c58f9d4a8fc213ae2c464d4c756ca data/create/loot_tables/blocks/zinc_block.json +991d2706fbbb28d4d830af85a8799d49ec6f6881 data/create/loot_tables/blocks/zinc_ore.json +76983b5bc302bbaa6b3ebe66c5c9a9b66ef133e0 data/create/recipes/acacia_window.json +652d90f03917e22a3bd66bc092f7922d2ca08e1e data/create/recipes/acacia_window_pane.json +1ae66a840aaf29478510ecb9bbc89416e67ce89e data/create/recipes/andesite_bars_from_andesite_alloy_stonecutting.json +99256a17fb612511b959539e8b8f61ffe1d73aad data/create/recipes/andesite_from_stone_types_andesite_stonecutting.json +20bd65d72f1762edf473b2fafc71fcf7d55c01f9 data/create/recipes/andesite_ladder_from_andesite_alloy_stonecutting.json +0b3896151533d220c2d1f3768c6f8e428516ff5b data/create/recipes/andesite_pillar_from_stone_types_andesite_stonecutting.json +367e57a760156a19fc6805a0f23c3f8194cd4255 data/create/recipes/andesite_scaffolding_from_andesite_alloy_stonecutting.json +5272c61c8c17eb7a528cade93bbc80fd9ef51521 data/create/recipes/asurine_from_stone_types_asurine_stonecutting.json +5bf4b9baf782a461efc36d463b99b9acb0ab4607 data/create/recipes/asurine_pillar_from_stone_types_asurine_stonecutting.json +653fea84356d039ca47a69d510798187a9ab12af data/create/recipes/birch_window.json +d1e2a3de908d4bc3e8bf7c83aff15657147f37d0 data/create/recipes/birch_window_pane.json +5965f3abe435ac0b3a39d8ec31af71808592642b data/create/recipes/brass_bars_from_ingots_brass_stonecutting.json +4b29884cd866dcda1b93899d81fcd3a2ae4c541b data/create/recipes/brass_ladder_from_ingots_brass_stonecutting.json +9c685014019a7a4f1ef47f235cd1e9b3f9093295 data/create/recipes/brass_scaffolding_from_ingots_brass_stonecutting.json +8f21b67e168a14d354b6c00b5ec795355fdd4209 data/create/recipes/calcite_from_stone_types_calcite_stonecutting.json +da3692808565988e21ec5b1d5e976338ccc4a037 data/create/recipes/calcite_pillar_from_stone_types_calcite_stonecutting.json +1157b2eab2ada187ea80feae298b77ed7ece4bfd data/create/recipes/copper_bars_from_ingots_copper_stonecutting.json +b9d4f55128aa03ee6f6ab1831e709629a42c147e data/create/recipes/copper_ladder_from_ingots_copper_stonecutting.json +922c5ac48c8eb8b3a39f5626a381c2252fbac107 data/create/recipes/copper_scaffolding_from_ingots_copper_stonecutting.json +bab9fa969ba95850dc6e3bd0723387a61cbb05cd data/create/recipes/copper_shingles_from_ingots_copper_stonecutting.json +636fc789743ff7360070e14b849874e4888ab844 data/create/recipes/copper_shingle_slab.json +3689feaca2bd5355fa2d4226cd2cc519fa9b97c1 data/create/recipes/copper_shingle_slab_from_copper_shingles_stonecutting.json +81abf820dbdac75d9cd7ac8fdcc0312ad72e3603 data/create/recipes/copper_shingle_stairs.json +59f672e8e88d5f4655467e2696616b552debaf46 data/create/recipes/copper_shingle_stairs_from_copper_shingles_stonecutting.json +d463aa891c7ae1b2eb1a758e4100c5a1c16cfffd data/create/recipes/copper_tiles_from_ingots_copper_stonecutting.json +40589911d582fc369c2502243862998c24f4c767 data/create/recipes/copper_tile_slab.json +91b0390e0c772d43eb46b94a0113323f0f6a4387 data/create/recipes/copper_tile_slab_from_copper_tiles_stonecutting.json +4a802573c3c008f4f2f17d4345132bc9793219ff data/create/recipes/copper_tile_stairs.json +bf1b0a447169029161fb07feacd22d5aa806b2bf data/create/recipes/copper_tile_stairs_from_copper_tiles_stonecutting.json +daa54c9ff3612521f06cc1979116beafcda852dd data/create/recipes/copycat_panel_from_ingots_zinc_stonecutting.json +745816d2c3fa29ede2510e39edc76f6fecee963f data/create/recipes/copycat_step_from_ingots_zinc_stonecutting.json +053636964b893c66da42751d73dd73f42e4c9352 data/create/recipes/crafting/copper/waxed_copper_shingles_from_honeycomb.json +43ac8d51f02e9fb355d6dae82aec19c615cdedc6 data/create/recipes/crafting/copper/waxed_copper_shingle_slab_from_honeycomb.json +eca378393be9599d0c0e70824391b70dea08392e data/create/recipes/crafting/copper/waxed_copper_shingle_stairs_from_honeycomb.json +2ec98e72a67f5bd5e7826bfe67849c31d1f5eb8c data/create/recipes/crafting/copper/waxed_copper_tiles_from_honeycomb.json +6f7f48d74d5deded060f3b8679b2f678643938f5 data/create/recipes/crafting/copper/waxed_copper_tile_slab_from_honeycomb.json +62c523cc32c8b6107010fd3c634f9858cf3f7665 data/create/recipes/crafting/copper/waxed_copper_tile_stairs_from_honeycomb.json +b40f73c35d1c00cf06d38e540bc79579922d8378 data/create/recipes/crafting/copper/waxed_exposed_copper_shingles_from_honeycomb.json +b0b3a6870ccce4bce0f6c4a650bb72f22f8f215a data/create/recipes/crafting/copper/waxed_exposed_copper_shingle_slab_from_honeycomb.json +4cf518579a7a6daf505bb0db186df4e2a8954200 data/create/recipes/crafting/copper/waxed_exposed_copper_shingle_stairs_from_honeycomb.json +2119b818237d6f60a4fae4567ff51b8e2ca6af32 data/create/recipes/crafting/copper/waxed_exposed_copper_tiles_from_honeycomb.json +c74be932366bd949b4c359002b2dc075345057b9 data/create/recipes/crafting/copper/waxed_exposed_copper_tile_slab_from_honeycomb.json +0c6b8c9b9fad6e7ada9356e026a4b57fb396c112 data/create/recipes/crafting/copper/waxed_exposed_copper_tile_stairs_from_honeycomb.json +db939a2358d2e03bec36eb976e003923e98acb73 data/create/recipes/crafting/copper/waxed_oxidized_copper_shingles_from_honeycomb.json +d19f148fa41deec41e60e9ded0c543ebb5257c5c data/create/recipes/crafting/copper/waxed_oxidized_copper_shingle_slab_from_honeycomb.json +fe10661c44eb1ad96cbe9b8eaffed92ca043af39 data/create/recipes/crafting/copper/waxed_oxidized_copper_shingle_stairs_from_honeycomb.json +9854bd200fdc6190739d9ed9e7e7c501133bf066 data/create/recipes/crafting/copper/waxed_oxidized_copper_tiles_from_honeycomb.json +9fb6b3007b65c6aee661afb616ca48ca6b26ca1d data/create/recipes/crafting/copper/waxed_oxidized_copper_tile_slab_from_honeycomb.json +10204f896e57acd61c11abc2ef5cd26efa157c33 data/create/recipes/crafting/copper/waxed_oxidized_copper_tile_stairs_from_honeycomb.json +03d97d063768fb7104e366d1d2ee45b9f9852488 data/create/recipes/crafting/copper/waxed_weathered_copper_shingles_from_honeycomb.json +f4d433e9efdf560b4b54680c337c25f1ce1083ed data/create/recipes/crafting/copper/waxed_weathered_copper_shingle_slab_from_honeycomb.json +7e9f501343e715804fc6228cb7868d3b27bf9f5d data/create/recipes/crafting/copper/waxed_weathered_copper_shingle_stairs_from_honeycomb.json +bcf4022c4b86993b12e07eb18afb669969dcf588 data/create/recipes/crafting/copper/waxed_weathered_copper_tiles_from_honeycomb.json +b1ec8d695b1efd296bc3da23fdf6b743e3c70519 data/create/recipes/crafting/copper/waxed_weathered_copper_tile_slab_from_honeycomb.json +6d4e727c00442107c3ecee8d5144ea93f53fbe7c data/create/recipes/crafting/copper/waxed_weathered_copper_tile_stairs_from_honeycomb.json +8cd1533a709c70d45df15471f5228ce1e54d9e61 data/create/recipes/crafting/kinetics/black_seat.json +22117d985945679dd38b23ecf365c7a2357bb0ce data/create/recipes/crafting/kinetics/black_seat_from_other_seat.json +b1fa2cebda1fc721094f1ec111f7c2226c777a6b data/create/recipes/crafting/kinetics/black_valve_handle_from_other_valve_handle.json +3fac2cf3c0dca081f381e3d3ccd92ffd86921a33 data/create/recipes/crafting/kinetics/blue_seat.json +6495d9db0a42d7fee57a353b68245313176ea379 data/create/recipes/crafting/kinetics/blue_seat_from_other_seat.json +e1ef32576f0ae2ee8f229ae4bb945cda7ba11131 data/create/recipes/crafting/kinetics/blue_valve_handle_from_other_valve_handle.json +1655a87be942f9390646cd94511154de349d3480 data/create/recipes/crafting/kinetics/brown_seat.json +9b09806242f292b5ef7a58c2a8c68159b8759e08 data/create/recipes/crafting/kinetics/brown_seat_from_other_seat.json +d4d32a3afd55a2aebdb934969846d8cc6bf6e8f5 data/create/recipes/crafting/kinetics/brown_valve_handle_from_other_valve_handle.json +7280ffac3d33934c8b5df5cd2293d8dccb65cacd data/create/recipes/crafting/kinetics/cyan_seat.json +5a27e3e5d1df41c92967d1f56caab1c4f73c3db2 data/create/recipes/crafting/kinetics/cyan_seat_from_other_seat.json +79cd83b69d6045109d724ac7d633afe050613206 data/create/recipes/crafting/kinetics/cyan_valve_handle_from_other_valve_handle.json +1dd123332cfa075a15a21a8695fbb165cd4b81ee data/create/recipes/crafting/kinetics/gray_seat.json +ff6eab5cc5f8b0075b0c7d7c4dbf350735ebcf40 data/create/recipes/crafting/kinetics/gray_seat_from_other_seat.json +c26e2d6599d42881c3b3a85938029ae00b582560 data/create/recipes/crafting/kinetics/gray_valve_handle_from_other_valve_handle.json +931084f9550dd22dd248947bbfb8ec06ca2668a5 data/create/recipes/crafting/kinetics/green_seat.json +ddf3c120a07526c07d08353000a66ca2f77b939c data/create/recipes/crafting/kinetics/green_seat_from_other_seat.json +d70e5ca1c835275d18e566779e52d452de0de523 data/create/recipes/crafting/kinetics/green_valve_handle_from_other_valve_handle.json +11eecc4b244a840c50f15b8abe74c8475bf7af17 data/create/recipes/crafting/kinetics/light_blue_seat.json +502d9df77d3a959afb9d55140f7adcfa9acdd8f3 data/create/recipes/crafting/kinetics/light_blue_seat_from_other_seat.json +87358c07bed359097c53d149a25d3fec2b8ed3b4 data/create/recipes/crafting/kinetics/light_blue_valve_handle_from_other_valve_handle.json +8c416298d962c16523904cfc968e0d12f47b490e data/create/recipes/crafting/kinetics/light_gray_seat.json +7a13b3307430beeac465d2b38f13c6ef5fa7ba3d data/create/recipes/crafting/kinetics/light_gray_seat_from_other_seat.json +118217a1aceab6becde031f8364f451d5e4579a6 data/create/recipes/crafting/kinetics/light_gray_valve_handle_from_other_valve_handle.json +62cf6f795afd196208f55a48ad594224d6efed97 data/create/recipes/crafting/kinetics/lime_seat.json +f820ab88693744565d6ae417612b8942b9576408 data/create/recipes/crafting/kinetics/lime_seat_from_other_seat.json +f026035b88dff29202d8429f9e6b54871c516535 data/create/recipes/crafting/kinetics/lime_valve_handle_from_other_valve_handle.json +34c9d9d47b864670a46bf5ea6c80610f16445172 data/create/recipes/crafting/kinetics/magenta_seat.json +471ceba0129b9e9eee4f5bf91f6219cfe1fbbb7b data/create/recipes/crafting/kinetics/magenta_seat_from_other_seat.json +ca17cc33725d1256fb355a2c5338e882c5e185f1 data/create/recipes/crafting/kinetics/magenta_valve_handle_from_other_valve_handle.json +0906aea0987e59ca338dec59c0e8d919a5c6aab2 data/create/recipes/crafting/kinetics/orange_seat.json +028aae0e3cb832d3621a5e899f437ee41bec3003 data/create/recipes/crafting/kinetics/orange_seat_from_other_seat.json +9a661be7c4433f1a2dce70db44e7d948879277ef data/create/recipes/crafting/kinetics/orange_valve_handle_from_other_valve_handle.json +7f0dee3635e10c4c4b8fb1ed1ff0c4087e094943 data/create/recipes/crafting/kinetics/pink_seat.json +8477406baf159088d0d4028d31909e802e4aaa57 data/create/recipes/crafting/kinetics/pink_seat_from_other_seat.json +1408011f39748b790f910c831762b3a040cc54b2 data/create/recipes/crafting/kinetics/pink_valve_handle_from_other_valve_handle.json +b9b81481c8261b31df6116c421e349f396887172 data/create/recipes/crafting/kinetics/purple_seat.json +bc1a068972cd55fc25f70d475fec1fd49462af50 data/create/recipes/crafting/kinetics/purple_seat_from_other_seat.json +115877305315525e45f4398f1248c12cccbe3049 data/create/recipes/crafting/kinetics/purple_valve_handle_from_other_valve_handle.json +b9063ec4f33197540abbd2922c153987eed184f5 data/create/recipes/crafting/kinetics/red_seat.json +f754c53adfedc41c3df2648ca593a573e94821c6 data/create/recipes/crafting/kinetics/red_seat_from_other_seat.json +7238bf19a65066860356acd121f69de2c4d9893a data/create/recipes/crafting/kinetics/red_valve_handle_from_other_valve_handle.json +c09dd721a4172bfe586b3abee38eb94c90b4eb43 data/create/recipes/crafting/kinetics/white_seat.json +5fc33a35a3a80b3f1544069465eaa0a19fd34e24 data/create/recipes/crafting/kinetics/white_seat_from_other_seat.json +34856ed504691daa2c1255301e5ee6b4ff7ab780 data/create/recipes/crafting/kinetics/white_valve_handle_from_other_valve_handle.json +6a0656c41131680bf0e4b9350edeea2c76bef98a data/create/recipes/crafting/kinetics/yellow_seat.json +3620a5d6c0b4becf7ca7adbde0b71aca1e2c64c9 data/create/recipes/crafting/kinetics/yellow_seat_from_other_seat.json +6206c662aca0eb28bd3f5063fdd59e3032a970b9 data/create/recipes/crafting/kinetics/yellow_valve_handle_from_other_valve_handle.json +44a59669177a5a1b0b0eb7cb3dd46826311f4dfe data/create/recipes/crimsite_from_stone_types_crimsite_stonecutting.json +c3f4fd2206f3885904913289761f2b8b758e4c95 data/create/recipes/crimsite_pillar_from_stone_types_crimsite_stonecutting.json +67a1a0f3d74cd79c37ff44c7557ecbfd86ffbf04 data/create/recipes/crimson_window.json +c1fc4016dfa48ef5de48d4ccb8a279ded310f10e data/create/recipes/crimson_window_pane.json +82cb9be82ce5109781169bdb47bbd49238b9824b data/create/recipes/cut_andesite_bricks_from_stone_types_andesite_stonecutting.json +5b61eb046bdec4b812b021e65628ee084d7a959a data/create/recipes/cut_andesite_brick_slab.json +edf981198463ac58524606f86dc15d2265e8b993 data/create/recipes/cut_andesite_brick_slab_from_stone_types_andesite_stonecutting.json +d7357765136068e164b1e63e19c18103e5b5165a data/create/recipes/cut_andesite_brick_slab_recycling.json +11f0aca8fe2758a59e090bf068e62c0bafe47c3d data/create/recipes/cut_andesite_brick_stairs.json +22f463c679249738bf1a340a3b8ff14806303a70 data/create/recipes/cut_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json +a8b642375aed4af81396fb15a2c741e43f8ebc03 data/create/recipes/cut_andesite_brick_wall.json +7d25517650c9f66b65f0f8841cf9bcda7ea401ec data/create/recipes/cut_andesite_brick_wall_from_stone_types_andesite_stonecutting.json +c3ab483224c3adbd467a4ec0b26a1f6a53fe81c4 data/create/recipes/cut_andesite_from_stone_types_andesite_stonecutting.json +4c2f2e24f4bf6fa6c2e41596bddf8bfb6a59c7e8 data/create/recipes/cut_andesite_slab.json +50dcff201da369bdc591fdc320aae3547f114284 data/create/recipes/cut_andesite_slab_from_stone_types_andesite_stonecutting.json +700b40dbf4def28d0ea59b5155af034410350bdc data/create/recipes/cut_andesite_slab_recycling.json +425cc0dc5c3ce1e3fa80c8144ba48c3657ef64c6 data/create/recipes/cut_andesite_stairs.json +c284fc46aabae9c5ab79071eb63ec9b07a9d1002 data/create/recipes/cut_andesite_stairs_from_stone_types_andesite_stonecutting.json +e3fd55901f5a8987c0c696ca2d095ee7320a89ea data/create/recipes/cut_andesite_wall.json +5df6e8d558f656533aff514aee8cdec7cf8d6fdf data/create/recipes/cut_andesite_wall_from_stone_types_andesite_stonecutting.json +e335b15907be053ab0f2649338b12a86371b78f7 data/create/recipes/cut_asurine_bricks_from_stone_types_asurine_stonecutting.json +d734111d918ecca4d7216c3f3b8d1963a2f97def data/create/recipes/cut_asurine_brick_slab.json +cf61e0806a3988a771675a261a540cbb62352d80 data/create/recipes/cut_asurine_brick_slab_from_stone_types_asurine_stonecutting.json +52d0b850fc64372d58b8eb4fffb49164b5ac70df data/create/recipes/cut_asurine_brick_slab_recycling.json +cd8fa46aa2651fb5b819bd57696573cf9a0ee0e3 data/create/recipes/cut_asurine_brick_stairs.json +382a7faa460ac286631fe063280541f2f499d895 data/create/recipes/cut_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json +e778e9bf3973dc57152ae2194072b57ef0be20af data/create/recipes/cut_asurine_brick_wall.json +8bb8a9f8e8dd0d6585311c326dcf3f40227149a9 data/create/recipes/cut_asurine_brick_wall_from_stone_types_asurine_stonecutting.json +0188d62fbeede94f8596dd5cc73d361a160e8c95 data/create/recipes/cut_asurine_from_stone_types_asurine_stonecutting.json +ea2e7bb7765f5ab6145a88b5a3e9b4e222f57cc3 data/create/recipes/cut_asurine_slab.json +37c502094ee96da9e4983142dae5e023c6bcfe14 data/create/recipes/cut_asurine_slab_from_stone_types_asurine_stonecutting.json +7fb8749f4909162898f8bab37c75633028219ddf data/create/recipes/cut_asurine_slab_recycling.json +6b61f7c42a66c01c2e32dbb98236889592f2927e data/create/recipes/cut_asurine_stairs.json +cade93c9328afcacf4507aa7699c4b09fb4592d4 data/create/recipes/cut_asurine_stairs_from_stone_types_asurine_stonecutting.json +7728b47c895f99abfa7ac881976a76071fc77a8e data/create/recipes/cut_asurine_wall.json +45a712e41a74982cfb94a39da199ec6c95eef798 data/create/recipes/cut_asurine_wall_from_stone_types_asurine_stonecutting.json +da11f21280ba1ed06ffe8afe77db3e9e1bbcb1a3 data/create/recipes/cut_calcite_bricks_from_stone_types_calcite_stonecutting.json +675479b236bce6994b2dc6a3ac3abda270dc72ab data/create/recipes/cut_calcite_brick_slab.json +1c21eb6c785729a8ea274513e1313aed952e105e data/create/recipes/cut_calcite_brick_slab_from_stone_types_calcite_stonecutting.json +5f266eaeee2445752f40dd6868d19b4a9f2a0e43 data/create/recipes/cut_calcite_brick_slab_recycling.json +f3e29f66fc87329b2d10309a63aa68c748d4e9f7 data/create/recipes/cut_calcite_brick_stairs.json +10fe509e01e3ed1b04bd2f384c0aa3db96b117f1 data/create/recipes/cut_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json +5bbfdf637bf668cd1ff50a3e99b93bd7f30e870b data/create/recipes/cut_calcite_brick_wall.json +1e67376e484923b84bd64b0b22b4e55b581ac419 data/create/recipes/cut_calcite_brick_wall_from_stone_types_calcite_stonecutting.json +98b014b64c97371f04aaacbdd23e13e274e36e3b data/create/recipes/cut_calcite_from_stone_types_calcite_stonecutting.json +d03e4184157193413e3d26e6999120a8b6e99471 data/create/recipes/cut_calcite_slab.json +8426a494b776148056cb4525e62744d0be8b28cd data/create/recipes/cut_calcite_slab_from_stone_types_calcite_stonecutting.json +d518017beb7f485db86e221ac61c135243220efc data/create/recipes/cut_calcite_slab_recycling.json +112f975724ea6ab797ee825c0c1566e62e2bd857 data/create/recipes/cut_calcite_stairs.json +a7e7fb425d3c1f21f5ed53da79957363fed824df data/create/recipes/cut_calcite_stairs_from_stone_types_calcite_stonecutting.json +d5f3b5da689f96183d403f72423f0516a8123cc7 data/create/recipes/cut_calcite_wall.json +01b4c23362f15ee0e5c207c46383f96032c89d98 data/create/recipes/cut_calcite_wall_from_stone_types_calcite_stonecutting.json +07aff2bb6424de46463b2c965418ed52efd0a790 data/create/recipes/cut_crimsite_bricks_from_stone_types_crimsite_stonecutting.json +210a49e2cd8acd867988a554e010bd3398b212ec data/create/recipes/cut_crimsite_brick_slab.json +86c3a5c64561052489b3ceb9e08be5a8729198a9 data/create/recipes/cut_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json +42fbc409c8a87e1fc8175201695329215eab113d data/create/recipes/cut_crimsite_brick_slab_recycling.json +5d0a44f59f77ac6ef541b2585f8a7caa1e5e744e data/create/recipes/cut_crimsite_brick_stairs.json +c7186fb1a75f59aff929e843f50a162a090b7bb3 data/create/recipes/cut_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json +666cb0d42d605e5383bec4fe5c680c7453a1875b data/create/recipes/cut_crimsite_brick_wall.json +13ac9464098e8c67e820dc898c025ab0382d852a data/create/recipes/cut_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json +18ce9ff32eda2d869bd11f398a86e78b71f6d0fe data/create/recipes/cut_crimsite_from_stone_types_crimsite_stonecutting.json +862e2bc7d4a88add00363d4c553e3c345c418a6b data/create/recipes/cut_crimsite_slab.json +6271d5bc0377814ba06061bfffcb812ca2ef8f03 data/create/recipes/cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json +e10e22075950f9a72415f01f1027071452185543 data/create/recipes/cut_crimsite_slab_recycling.json +64b7064db387da938fdf150586c3c4ab2206db8c data/create/recipes/cut_crimsite_stairs.json +90b03cf1e72d3b803e33755832e0722ff264681b data/create/recipes/cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json +f6df845bb4be7cc265ab42d4204aadd05be1a084 data/create/recipes/cut_crimsite_wall.json +18f9548175baab0173785d7ef308096067712dd2 data/create/recipes/cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json +de1a11b7ed71f1f7aeea2791fe922feef689fd35 data/create/recipes/cut_deepslate_bricks_from_stone_types_deepslate_stonecutting.json +eefd97919559beb1bd3b537aed63f364c1099ae9 data/create/recipes/cut_deepslate_brick_slab.json +2c0795b92759dab751f86f50aa80440df2245526 data/create/recipes/cut_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json +1babf94c29e3195afa800bab4f75dec5b162c2b4 data/create/recipes/cut_deepslate_brick_slab_recycling.json +37a272a3648e6911921ccf6b8f6ed1bc549d2cb5 data/create/recipes/cut_deepslate_brick_stairs.json +7b3489e5b629a995691be117c5a378769c743449 data/create/recipes/cut_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json +a6e1daf34cc4c90982408d98857cce1867ddcef9 data/create/recipes/cut_deepslate_brick_wall.json +73a07a5fa665bb20d131f0a0e40806116316928a data/create/recipes/cut_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json +992fdc2eba2afe3ff8aad0ceee5424ecd3f3026d data/create/recipes/cut_deepslate_from_stone_types_deepslate_stonecutting.json +5f3eb83bff21540644bf13bdec20c7c392a1a1cb data/create/recipes/cut_deepslate_slab.json +f341d30b7fd427dea09a51d67e1e9532e5184be8 data/create/recipes/cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json +d8c65f549d18985b1f504b47c430c2785328ec68 data/create/recipes/cut_deepslate_slab_recycling.json +53b146a8b8f6bc977c3b01c687cad3057f4188f7 data/create/recipes/cut_deepslate_stairs.json +e6deec1352fb5c74c470dc488b71e5f8f55bdfbf data/create/recipes/cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json +50642a13ec5bd46a18bf1d0175d276df8baa505f data/create/recipes/cut_deepslate_wall.json +e752527479f71f96bb34878008bf8cfb23fd3045 data/create/recipes/cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json +2c23d13f48f3685bda6c564e080053fbfa71ab99 data/create/recipes/cut_diorite_bricks_from_stone_types_diorite_stonecutting.json +dd165eb6501f557d1dd8f80b4de10f3aed910bdd data/create/recipes/cut_diorite_brick_slab.json +9d51c690c77321437561a006dc2f9bba975875e6 data/create/recipes/cut_diorite_brick_slab_from_stone_types_diorite_stonecutting.json +6abe5839b601c5556eea1704d079a70edc804114 data/create/recipes/cut_diorite_brick_slab_recycling.json +19eec96d94bcf9bb44f09417c9f03bd267374fcb data/create/recipes/cut_diorite_brick_stairs.json +9a26c4097519a9300e591b6578bbaf6c11f909e1 data/create/recipes/cut_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json +b90891a643167a0b8651bfdce989bcacc3f729f2 data/create/recipes/cut_diorite_brick_wall.json +f668f2c78a779bc3d0546a82dea02b9f4688e05c data/create/recipes/cut_diorite_brick_wall_from_stone_types_diorite_stonecutting.json +1918ecb2ab16ca7dbb30eee4852b67dd963d872e data/create/recipes/cut_diorite_from_stone_types_diorite_stonecutting.json +02af79b203a5f872d96fa0309585ba7e32e4c4b9 data/create/recipes/cut_diorite_slab.json +28765ac7f8b62373b32f014d1dd7f4afb50e1906 data/create/recipes/cut_diorite_slab_from_stone_types_diorite_stonecutting.json +b5371e56e0bb9690dacaed99bdbdd0c365eff657 data/create/recipes/cut_diorite_slab_recycling.json +1cd0d72238a3c0ba3d464f8867180b27780fe761 data/create/recipes/cut_diorite_stairs.json +be2c6c01630b90895e7215edce3d02352793dbc4 data/create/recipes/cut_diorite_stairs_from_stone_types_diorite_stonecutting.json +6ba16971a01a083ae7f246469caa9712513035b2 data/create/recipes/cut_diorite_wall.json +8ff5d1ecff2202595f7cba5bd65c466c53ac2cc5 data/create/recipes/cut_diorite_wall_from_stone_types_diorite_stonecutting.json +10550b023989113c26d430136daf1dc49f10ce63 data/create/recipes/cut_dripstone_bricks_from_stone_types_dripstone_stonecutting.json +4ca22169db1b79c401963e41126246bb55d2b577 data/create/recipes/cut_dripstone_brick_slab.json +f04bf1189b53e24974779d9e959e8973d9677162 data/create/recipes/cut_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json +611db74fa02672bbf00c57a3ba283ad5147462ff data/create/recipes/cut_dripstone_brick_slab_recycling.json +f917512f374c5028a64f1316f1d3c3ca77df8cf9 data/create/recipes/cut_dripstone_brick_stairs.json +17bf8160eaf16655d454ddfe22b82c9a86462146 data/create/recipes/cut_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json +56ea4e4590c7b7591ac972bb255355048cdbb3bc data/create/recipes/cut_dripstone_brick_wall.json +154931db54115cf4a64147cdd6d1eb7efff48737 data/create/recipes/cut_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json +7147f9199f174c9864109fe5723528921aaa0c46 data/create/recipes/cut_dripstone_from_stone_types_dripstone_stonecutting.json +fbe8e6b396dc5f35a41e8fd33f12be047820690c data/create/recipes/cut_dripstone_slab.json +a4f62a1a30592f82789988f93d8ae35d176eca59 data/create/recipes/cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json +e6811af1e41f8ae33a37192b255cdd591ab9575b data/create/recipes/cut_dripstone_slab_recycling.json +5e24ada7d74ecc50d51dff72b47e51f3d2751f61 data/create/recipes/cut_dripstone_stairs.json +f2df5efedb6fb25ecb877b888007990082d9aca4 data/create/recipes/cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json +cc5973c3fcf8daa00a3eb330ef63b3b69b763c40 data/create/recipes/cut_dripstone_wall.json +a3731ef689d3ac790bc3e3fd507f1134c99a751a data/create/recipes/cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json +9c4c64666b18d3adb11cd3d56667fabf6e88dfe2 data/create/recipes/cut_granite_bricks_from_stone_types_granite_stonecutting.json +1601147246873f4472621aa8ad97f565d7bc6dd8 data/create/recipes/cut_granite_brick_slab.json +d073b9b0b8ca2fbdc5e1ed16f6f195a5f3af4588 data/create/recipes/cut_granite_brick_slab_from_stone_types_granite_stonecutting.json +a555b441c26fabcec9016212fe23f58cf08f6b26 data/create/recipes/cut_granite_brick_slab_recycling.json +148cc08d5bdef289cf83efa6ee7c34416fca6772 data/create/recipes/cut_granite_brick_stairs.json +f38fc7014aa83d4914d50d87ee3f8f762c078a78 data/create/recipes/cut_granite_brick_stairs_from_stone_types_granite_stonecutting.json +ff96e0eb308ac64ecbde8dfe8ddeda8ef6e85762 data/create/recipes/cut_granite_brick_wall.json +b81db94b6228f512049324dd1436880f1e86e444 data/create/recipes/cut_granite_brick_wall_from_stone_types_granite_stonecutting.json +01970a95f17648a7ef1fb0337ee2e82eb2279e9e data/create/recipes/cut_granite_from_stone_types_granite_stonecutting.json +b2f2494ade061997413814b9d5120db046a5220d data/create/recipes/cut_granite_slab.json +d239323b7a3b65b2fd7005350a90d578671c2b81 data/create/recipes/cut_granite_slab_from_stone_types_granite_stonecutting.json +15c318af5b24eaec1c65506d2fae58712fcdcb25 data/create/recipes/cut_granite_slab_recycling.json +da44d9f6b5a870aa2b4c0895f5a64f3352829738 data/create/recipes/cut_granite_stairs.json +3d85d483073d37fea7d9a95831b3b856c0725b98 data/create/recipes/cut_granite_stairs_from_stone_types_granite_stonecutting.json +ef998f687d9808c4f84281ad394ec1e1d206b0ad data/create/recipes/cut_granite_wall.json +d43a876bf89bf3536c80fd5e3ef0ee36c147cd06 data/create/recipes/cut_granite_wall_from_stone_types_granite_stonecutting.json +7cdd3cf302cfe4ef21c0a89dadef4f781e307bb0 data/create/recipes/cut_limestone_bricks_from_stone_types_limestone_stonecutting.json +7e0076e535e39dfe0658c95c17c74625ce532b45 data/create/recipes/cut_limestone_brick_slab.json +c3d3ff37e29c435b2a13d30bd4ded0f6ca9fbfbc data/create/recipes/cut_limestone_brick_slab_from_stone_types_limestone_stonecutting.json +775d6f4bc87d6828465e61b10d7d3f2ac3f81b7b data/create/recipes/cut_limestone_brick_slab_recycling.json +6432a85501e1d27050d2ea38ede33bce7c627c46 data/create/recipes/cut_limestone_brick_stairs.json +570983b2b27862dabe9f3d1bcd76d2909b8bdb3c data/create/recipes/cut_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json +43901df763e6429a1181e66fb08ed10e22f59142 data/create/recipes/cut_limestone_brick_wall.json +5ac226aff9d854efc47ed71241e6c098b170b9b0 data/create/recipes/cut_limestone_brick_wall_from_stone_types_limestone_stonecutting.json +329950373aaaf8e70c54cf5e2467c7a84f372078 data/create/recipes/cut_limestone_from_stone_types_limestone_stonecutting.json +7a190675085bb725dad21534930f6b575a9c8090 data/create/recipes/cut_limestone_slab.json +628a0a64c2dcd63f17a3ec9ce55ac643b194eacc data/create/recipes/cut_limestone_slab_from_stone_types_limestone_stonecutting.json +01432939afd4810c1084ab8bf1827a3cb114f2c9 data/create/recipes/cut_limestone_slab_recycling.json +5756f3dd7d9109eb6c4f4c14e98956e853b460f3 data/create/recipes/cut_limestone_stairs.json +ba301da212ee14ff42c38487d0906a2da203e3c3 data/create/recipes/cut_limestone_stairs_from_stone_types_limestone_stonecutting.json +086436217d10e6eb45f480fb5ec1a3a7f54d2c5c data/create/recipes/cut_limestone_wall.json +b14e6972f8586e569a7ab4ecf6ed5d6db1a2bded data/create/recipes/cut_limestone_wall_from_stone_types_limestone_stonecutting.json +a1a2b95283d88e1d990e00da9a095fe928b2aa2f data/create/recipes/cut_ochrum_bricks_from_stone_types_ochrum_stonecutting.json +6d21c14e64228ce9bfaf6641d05ae64c16041fd8 data/create/recipes/cut_ochrum_brick_slab.json +58514a5f216706e9bb62b27ad03701fe02bac013 data/create/recipes/cut_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json +406a3935684cc65646e10fcbb3baf6613c7b9520 data/create/recipes/cut_ochrum_brick_slab_recycling.json +3b2b0ac7407d535c1aa8b5bdb2d6bb4fe618f439 data/create/recipes/cut_ochrum_brick_stairs.json +ec6339d6658b0d32e46c8a4a4e06d94a388a6332 data/create/recipes/cut_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json +23ca4d3c300f129c7d1f59573e6d44d6622e9663 data/create/recipes/cut_ochrum_brick_wall.json +1b8a4c81680df542a5e6b9e665c96649cf3eb7fa data/create/recipes/cut_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json +2b967f3424196b5da9b396ea58fb969d406af789 data/create/recipes/cut_ochrum_from_stone_types_ochrum_stonecutting.json +588e5a2d50e36622691f83d2cb12b5f5566315fb data/create/recipes/cut_ochrum_slab.json +9a26cba276cf135a10c71d31f5b960b2ee6ac444 data/create/recipes/cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json +902661581aaa4133c431297acd2972ef725faff0 data/create/recipes/cut_ochrum_slab_recycling.json +f048fd140559f17ad0db4ae3d788750137b788b0 data/create/recipes/cut_ochrum_stairs.json +75a232ccede0ffa7feb3e69da17c6a514a908907 data/create/recipes/cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json +4d856f6a615e67c5eda02fb7a5d93195eea9d9f9 data/create/recipes/cut_ochrum_wall.json +ee0dff8e1317aeffd061688879b97e81a00b7adb data/create/recipes/cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json +087eefb8ffd61fd88f1db6ca25f9ac31e93f2fdf data/create/recipes/cut_scorchia_bricks_from_stone_types_scorchia_stonecutting.json +a6421d75c5dc8e3e068ae80fef1ab7fb8661fcfc data/create/recipes/cut_scorchia_brick_slab.json +2f38c410d5eb93bdb8c8be0f68ac89726e3c765c data/create/recipes/cut_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json +c66e8713b6cdc5698b253db427509aa8c2d14cb7 data/create/recipes/cut_scorchia_brick_slab_recycling.json +16a058d4cb3253c85d9799cce4fe820e56ec4541 data/create/recipes/cut_scorchia_brick_stairs.json +bd5c803c855222a29998dd784e6d12a18dd612d9 data/create/recipes/cut_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json +a2a29598750927ac11bfdb650a7a2630afc506b4 data/create/recipes/cut_scorchia_brick_wall.json +37fc5ae45d0260de9a5c45b0a1b208e4d146a562 data/create/recipes/cut_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json +f6dfd648418f24da093b80978c2f6e070f33ff6d data/create/recipes/cut_scorchia_from_stone_types_scorchia_stonecutting.json +61f5bd9b0c7515ee5a4bf3c448bbe4c4fc93fdd7 data/create/recipes/cut_scorchia_slab.json +fbd9a92d3c3d9e823cac51347320219f1734ec04 data/create/recipes/cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json +09e05c325c7f6f3927321fb4f570cf766e1db8b9 data/create/recipes/cut_scorchia_slab_recycling.json +1ae5bd2fb397206b8d6eb880660627d9491de9f2 data/create/recipes/cut_scorchia_stairs.json +1ddfefce136201ae78dbc53ba472080332fd6366 data/create/recipes/cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json +6cc7a1037de11acc47c98f9f32a6fec24be696d4 data/create/recipes/cut_scorchia_wall.json +c594d886a303ad6e24d1283004442835ee861fbc data/create/recipes/cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json +8650c0db70a3521b50404252106e0185b4f25a45 data/create/recipes/cut_scoria_bricks_from_stone_types_scoria_stonecutting.json +b7f0188340988e96aa9e05ca93f760019e01a9b9 data/create/recipes/cut_scoria_brick_slab.json +e7080ca9b6a507bec4a4a3dd52a28c1c33975628 data/create/recipes/cut_scoria_brick_slab_from_stone_types_scoria_stonecutting.json +7908ade36d0bc3b070db1219b66ef97e43c15c9d data/create/recipes/cut_scoria_brick_slab_recycling.json +0b7a575941589530cfeb9244d35c2cbfd9a98171 data/create/recipes/cut_scoria_brick_stairs.json +3fd560355163f0afafefe886e75fd8b2c3cf2b6f data/create/recipes/cut_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json +9c53ef1babedc73b86077b13aa0ec885c5d42a4a data/create/recipes/cut_scoria_brick_wall.json +553642a4e0dc5f934da8127a427ccdf53d3f51f9 data/create/recipes/cut_scoria_brick_wall_from_stone_types_scoria_stonecutting.json +5702063be3d38fa6b3ae5c998337676a0cf91149 data/create/recipes/cut_scoria_from_stone_types_scoria_stonecutting.json +195939d38e21c74484655507ec2d273280f9c38f data/create/recipes/cut_scoria_slab.json +1656e822e823fcdf04120b55235aa477845a69a6 data/create/recipes/cut_scoria_slab_from_stone_types_scoria_stonecutting.json +47368baea132b2752ab85941e8b2548013cfd796 data/create/recipes/cut_scoria_slab_recycling.json +b98f2dc04055e868493528350992bebd2b2e9fba data/create/recipes/cut_scoria_stairs.json +8748df6152c923930452397367562bb6007058cf data/create/recipes/cut_scoria_stairs_from_stone_types_scoria_stonecutting.json +d9e391ec481d7bf5291f9407cbf24945e6f53ccc data/create/recipes/cut_scoria_wall.json +42235c6ded520ecda3321e8cd8910dcfa05cd61e data/create/recipes/cut_scoria_wall_from_stone_types_scoria_stonecutting.json +c02b4daf0050d705c145c0698aaa3094724ba2f1 data/create/recipes/cut_tuff_bricks_from_stone_types_tuff_stonecutting.json +f69eddc6d336f5d5b071246f840199e7e5e51d82 data/create/recipes/cut_tuff_brick_slab.json +9e0182206fab754daa0596259be0b98a712ba859 data/create/recipes/cut_tuff_brick_slab_from_stone_types_tuff_stonecutting.json +f968158591e2d5000153b8f3908e69f152445842 data/create/recipes/cut_tuff_brick_slab_recycling.json +14d9b11573292281ef609e22972cb443da69de46 data/create/recipes/cut_tuff_brick_stairs.json +90f3241a3eb47d9b0902b639fadee76e41b92a72 data/create/recipes/cut_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json +b1250275b2b4a53048922f4d7df605395420d2c8 data/create/recipes/cut_tuff_brick_wall.json +aa41f89028dfa995dc11b881894e5a5993e4c4f9 data/create/recipes/cut_tuff_brick_wall_from_stone_types_tuff_stonecutting.json +41dc800ae0a8918f4602d610ff0ba9714cdfe8dc data/create/recipes/cut_tuff_from_stone_types_tuff_stonecutting.json +f14b83af61a6709b3b330ae16693d0691726b139 data/create/recipes/cut_tuff_slab.json +94667fb1e6203bd66bef10acfee7cd990009d26f data/create/recipes/cut_tuff_slab_from_stone_types_tuff_stonecutting.json +4597ffc2598bf3553459990dceb04c4d35a13554 data/create/recipes/cut_tuff_slab_recycling.json +f48c593c36fec5ef355a66a2b952357d1cf02575 data/create/recipes/cut_tuff_stairs.json +3b3ba319bd67a4e7f555cfcb54f9dc1fc22cf015 data/create/recipes/cut_tuff_stairs_from_stone_types_tuff_stonecutting.json +d9eb167cd7a158b30b9f3b8f896dc3fbc34aa9d6 data/create/recipes/cut_tuff_wall.json +5705b0312c5c70d48662c2ff375f0b2cfe3b4902 data/create/recipes/cut_tuff_wall_from_stone_types_tuff_stonecutting.json +8ab3c640b57421a8c0341ab4ec5bade31376d059 data/create/recipes/cut_veridium_bricks_from_stone_types_veridium_stonecutting.json +d26f8e96eec28b7e136e55eac942aec865742a31 data/create/recipes/cut_veridium_brick_slab.json +1705fd5fc9ecc9a650812c89f500b5ef9aec2626 data/create/recipes/cut_veridium_brick_slab_from_stone_types_veridium_stonecutting.json +d9c640858594099d7c76478986a388e30cc0cd8b data/create/recipes/cut_veridium_brick_slab_recycling.json +5a0d455285f2c9f8bf5ecf3cf3cfa459db0ea92f data/create/recipes/cut_veridium_brick_stairs.json +db2ea87f3ec8924ba9e0b87cd6a6edeb93c0c2d8 data/create/recipes/cut_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json +58ed115bb25f2de9f0813208ec86985262d5c170 data/create/recipes/cut_veridium_brick_wall.json +ed752a7f698e3ecbb5e4f848a78f8b3c7c6bf12e data/create/recipes/cut_veridium_brick_wall_from_stone_types_veridium_stonecutting.json +e0355543105e4ec9d672d2a050e70b5c198ea472 data/create/recipes/cut_veridium_from_stone_types_veridium_stonecutting.json +01da52704b0aa35c71008f562302995a194949a3 data/create/recipes/cut_veridium_slab.json +7d7c80ac03ad8623f9a5d7f0ff0bb6f68985efa5 data/create/recipes/cut_veridium_slab_from_stone_types_veridium_stonecutting.json +dfb490ea80a5e4fabe04e1291e4aef950e09234f data/create/recipes/cut_veridium_slab_recycling.json +6a166d7c22e40c128c7093edc739f7860d07db1c data/create/recipes/cut_veridium_stairs.json +9b0e33c891f7b8cdfbf5afb2842f46622d3a60f5 data/create/recipes/cut_veridium_stairs_from_stone_types_veridium_stonecutting.json +3e3804ceb890eeb622a311f39fd76cad8d41e943 data/create/recipes/cut_veridium_wall.json +17bb07daada50992c21df4bb32a5bf4a548aeca7 data/create/recipes/cut_veridium_wall_from_stone_types_veridium_stonecutting.json +a41e048c51fbfbef0877651caa3972b9c7100c49 data/create/recipes/dark_oak_window.json +47d992be278e9c33752d724620054f40b616ee45 data/create/recipes/dark_oak_window_pane.json +7d9034d09815513520d7ec6213d98bbc4c0f3a04 data/create/recipes/deepslate_from_stone_types_deepslate_stonecutting.json +0fc27886b3806a1be2eb3206427f6b06c78dd383 data/create/recipes/deepslate_pillar_from_stone_types_deepslate_stonecutting.json +972681c4ca6a31eb017d51c2d951b99b3518cb73 data/create/recipes/diorite_from_stone_types_diorite_stonecutting.json +c57911a258f3371c717d2a497c57b9b57639a91b data/create/recipes/diorite_pillar_from_stone_types_diorite_stonecutting.json +da0a33cc14beb68107b67e6cdd3bb775f761a533 data/create/recipes/dripstone_block_from_stone_types_dripstone_stonecutting.json +48e26ac18bc3d0e965e66b68a91186a0d73dc3b3 data/create/recipes/dripstone_pillar_from_stone_types_dripstone_stonecutting.json +c568c40be33ee991b12ff14997547edd3a92685b data/create/recipes/exposed_copper_shingle_slab.json +c4da022fcd01aa4bc094e2032d1d55a36fd66d9a data/create/recipes/exposed_copper_shingle_slab_from_exposed_copper_shingles_stonecutting.json +92cd7231f743bf0416813cad3dcb2d66acaad5c4 data/create/recipes/exposed_copper_shingle_stairs.json +d1924ca908bcf7c6aabfc1414dbbbb8daee925b7 data/create/recipes/exposed_copper_shingle_stairs_from_exposed_copper_shingles_stonecutting.json +390d2f7d01df433214a23f2284d822c5dd0f0452 data/create/recipes/exposed_copper_tile_slab.json +fe4c573326d76db2064244c7252ac83b9106d5a9 data/create/recipes/exposed_copper_tile_slab_from_exposed_copper_tiles_stonecutting.json +0bf58b77d0426113bdecfdd96f6715dfd0fa2b70 data/create/recipes/exposed_copper_tile_stairs.json +ed6a7c88aaeba36b77315b6c35c898ea70eb6852 data/create/recipes/exposed_copper_tile_stairs_from_exposed_copper_tiles_stonecutting.json +33eb062b453631b8341111bffc4b0b14ea74061e data/create/recipes/framed_glass_from_glass_colorless_stonecutting.json +802a64a3346ba6af2519c8489eb7592c0c389522 data/create/recipes/framed_glass_pane.json +c1ac5bad113e067bf5cfa8d730dcc835420aecfb data/create/recipes/granite_from_stone_types_granite_stonecutting.json +1a84a0816303c0cab0cc3c894aaea74d797ae3d3 data/create/recipes/granite_pillar_from_stone_types_granite_stonecutting.json +8d6448c67261138b6331273024b757a9a58b41c4 data/create/recipes/horizontal_framed_glass_from_glass_colorless_stonecutting.json +2c3122aa7545ea633b11fdaff291a020c1600716 data/create/recipes/horizontal_framed_glass_pane.json +61f759fec228090a60371add88cc90be3a84a735 data/create/recipes/industrial_iron_block_from_ingots_iron_stonecutting.json +f9e36c46cc3b59cbe4e78214d9b1d2ba7c0631d9 data/create/recipes/jungle_window.json +d9c2b163130c79ec972d46fa88156cbc558f5bb3 data/create/recipes/jungle_window_pane.json +66da7fc9adbe0119bc41bfad0f6422fb93dcf3b6 data/create/recipes/layered_andesite_from_stone_types_andesite_stonecutting.json +7e665da668493db4528f161811ac25d156490701 data/create/recipes/layered_asurine_from_stone_types_asurine_stonecutting.json +4d4d3f1881840fc9998d82f5f761940b3c141328 data/create/recipes/layered_calcite_from_stone_types_calcite_stonecutting.json +57380b06939d1403aa735cd6d2e275013c1b2e4c data/create/recipes/layered_crimsite_from_stone_types_crimsite_stonecutting.json +72270564767247dad20ac22c4c2a5769e4388dc1 data/create/recipes/layered_deepslate_from_stone_types_deepslate_stonecutting.json +60456938d8741e5974eba1827e8dd2cbbeae4524 data/create/recipes/layered_diorite_from_stone_types_diorite_stonecutting.json +de08436139f2bf8910efaddeb481c4800bf52b58 data/create/recipes/layered_dripstone_from_stone_types_dripstone_stonecutting.json +b29698f893ec3462cd0a9da204abbc07fa547894 data/create/recipes/layered_granite_from_stone_types_granite_stonecutting.json +f92843acc321c657c7e8a7d81693e6f4efdc89e8 data/create/recipes/layered_limestone_from_stone_types_limestone_stonecutting.json +dcab6440b947b36f60b8ac45a203302608f8b236 data/create/recipes/layered_ochrum_from_stone_types_ochrum_stonecutting.json +aa336f458af977f8a1e82ba0a449f244f487baa2 data/create/recipes/layered_scorchia_from_stone_types_scorchia_stonecutting.json +c7f5c1245aba2d98590756c6760005a3c622966c data/create/recipes/layered_scoria_from_stone_types_scoria_stonecutting.json +efcbb602a5274a037af323bf5ef40756cbb8683c data/create/recipes/layered_tuff_from_stone_types_tuff_stonecutting.json +6861c7c7d75d669a948a3dc617137759fb387d49 data/create/recipes/layered_veridium_from_stone_types_veridium_stonecutting.json +9882a276da633a82f42cbd809c0a104d2137f7ca data/create/recipes/limestone_from_stone_types_limestone_stonecutting.json +923e6a5bec0018849c1bf9e5714195ab7f839f44 data/create/recipes/limestone_pillar_from_stone_types_limestone_stonecutting.json +106f5e57b11aeb799eef2d485c047701e23adad6 data/create/recipes/oak_window.json +050fab7045837fef1a2c7c2471058b641f0c99fc data/create/recipes/oak_window_pane.json +9e1eaa83597afe00485940018be874885f02b1f7 data/create/recipes/ochrum_from_stone_types_ochrum_stonecutting.json +308dbf17a3a418849d9db74e7f88af442f50025a data/create/recipes/ochrum_pillar_from_stone_types_ochrum_stonecutting.json +cfbaf2850eacfa9f53eceb5a891733b1aa474e3c data/create/recipes/ornate_iron_window.json +cce6bd865c37b8a8d7b419622c9f57c0d53622b0 data/create/recipes/ornate_iron_window_pane.json +9aba7ccc4ca8bddb3637122bf714ad6cf493dbc9 data/create/recipes/oxidized_copper_shingle_slab.json +63e59a3229e92f9cd62a8e2821a5d64056ecfe7d data/create/recipes/oxidized_copper_shingle_slab_from_oxidized_copper_shingles_stonecutting.json +58587eb3b83086c8e2b607790572d84543a68d9c data/create/recipes/oxidized_copper_shingle_stairs.json +282a67a4f47e80e24c642358d97f18343ab03728 data/create/recipes/oxidized_copper_shingle_stairs_from_oxidized_copper_shingles_stonecutting.json +3bdd9b2a6b099e6d1d39b0c1f6b0f07d891a4c1a data/create/recipes/oxidized_copper_tile_slab.json +9875c927cc1807066bf58f44a08688127411654d data/create/recipes/oxidized_copper_tile_slab_from_oxidized_copper_tiles_stonecutting.json +43a3d9a61c595f36f11df72fede7215ff2884531 data/create/recipes/oxidized_copper_tile_stairs.json +cda1bd8a1a97938a7b11666eeaec5e293f52bc85 data/create/recipes/oxidized_copper_tile_stairs_from_oxidized_copper_tiles_stonecutting.json +892f4a5355cbd29c89bc5a5d422c277385e6b145 data/create/recipes/polished_cut_andesite_from_stone_types_andesite_stonecutting.json +68e85bd22bfb7eb04df29933b70153b77be8f741 data/create/recipes/polished_cut_andesite_slab.json +3f537f7b1feedcd199024661f492ee02d98565d3 data/create/recipes/polished_cut_andesite_slab_from_stone_types_andesite_stonecutting.json +26bfb4788b934cc07041ab8a79268cfde24220a1 data/create/recipes/polished_cut_andesite_slab_recycling.json +a96379d35b498fbab1bb5e5946ec261e7b19ba6a data/create/recipes/polished_cut_andesite_stairs.json +0b33435c1f9a84c3301a6944389b39c1740d3483 data/create/recipes/polished_cut_andesite_stairs_from_stone_types_andesite_stonecutting.json +ef70a747c2510d78baae38df69025936d66fe10e data/create/recipes/polished_cut_andesite_wall.json +c10f8b3e761aad30077da2dae67b76a0ecc6642e data/create/recipes/polished_cut_andesite_wall_from_stone_types_andesite_stonecutting.json +23f0bd64850ac80495b71dce10b3a46ec54d63af data/create/recipes/polished_cut_asurine_from_stone_types_asurine_stonecutting.json +aeae1b938d8d8a1e3b2290f56ab7bdeb0f54063c data/create/recipes/polished_cut_asurine_slab.json +15a34f66b742c6e7a777077447eb42592619f877 data/create/recipes/polished_cut_asurine_slab_from_stone_types_asurine_stonecutting.json +97f07f3d878b7c3873d95bf2543b1583cfbc5f8e data/create/recipes/polished_cut_asurine_slab_recycling.json +5a1bf24fc17e674c152981c83840c6b383c4803b data/create/recipes/polished_cut_asurine_stairs.json +c3bab7748fa69d3d9f65231d0bbbbab14a931669 data/create/recipes/polished_cut_asurine_stairs_from_stone_types_asurine_stonecutting.json +e2ca629572207dc6a937cfc90e21cfb1ba2ece0f data/create/recipes/polished_cut_asurine_wall.json +2f4c9bca714918532fb553e1292e527f36797b37 data/create/recipes/polished_cut_asurine_wall_from_stone_types_asurine_stonecutting.json +aff85dd6940bc48c8912aeed6f5ab695d2cb5aad data/create/recipes/polished_cut_calcite_from_stone_types_calcite_stonecutting.json +6cd4b6f33bd5c061137bf6ac60c853b9e61ca6e9 data/create/recipes/polished_cut_calcite_slab.json +de13feff1e46ab98ff014cf1ab0206ce4a9ee6d5 data/create/recipes/polished_cut_calcite_slab_from_stone_types_calcite_stonecutting.json +868157531bab2133cc626389155c04cb6cd61806 data/create/recipes/polished_cut_calcite_slab_recycling.json +d6297d04724b4bc0fd0429c5aaa5ed98b0d82983 data/create/recipes/polished_cut_calcite_stairs.json +b2e00eefb60bdd0516e799861172232e7188704a data/create/recipes/polished_cut_calcite_stairs_from_stone_types_calcite_stonecutting.json +2d078eda7f5537693a2f3b038ad99b34e50e43ca data/create/recipes/polished_cut_calcite_wall.json +53f1a4191f28d24dc89f0865f1fcc86c24a3bec1 data/create/recipes/polished_cut_calcite_wall_from_stone_types_calcite_stonecutting.json +46f1a15740c26b3e9958c754ef7107e74776dce3 data/create/recipes/polished_cut_crimsite_from_stone_types_crimsite_stonecutting.json +e8fcd98ae261c10ec71967de9f1519045dbfef01 data/create/recipes/polished_cut_crimsite_slab.json +801325afb9cbe6f94f98563add4dfc19fc06d0fc data/create/recipes/polished_cut_crimsite_slab_from_stone_types_crimsite_stonecutting.json +6f0553407a810777ab199f0c94c2cc46746cebdc data/create/recipes/polished_cut_crimsite_slab_recycling.json +ee9a99e0037ae1a44950dbd81eeba46c62218db7 data/create/recipes/polished_cut_crimsite_stairs.json +8b584a5bcad5c4eba4721eae61d118bb6707d3df data/create/recipes/polished_cut_crimsite_stairs_from_stone_types_crimsite_stonecutting.json +9201bff759a3047ab214150acbfdfed5837bf986 data/create/recipes/polished_cut_crimsite_wall.json +c8b0b21d4377a40dcb259952d564b566fda64a8f data/create/recipes/polished_cut_crimsite_wall_from_stone_types_crimsite_stonecutting.json +a68bbadd60b37fa9037c554f7335850a5ee04fd3 data/create/recipes/polished_cut_deepslate_from_stone_types_deepslate_stonecutting.json +f64ad55721652b5a0b9b37bc9f951c29f00d87ba data/create/recipes/polished_cut_deepslate_slab.json +9d899540998649d627ef9b0446134f8d94a567a6 data/create/recipes/polished_cut_deepslate_slab_from_stone_types_deepslate_stonecutting.json +4bb649a5f2d57381b66c177bd992e04bc4f2bce2 data/create/recipes/polished_cut_deepslate_slab_recycling.json +34cc3c7e7f074c81b6249340745cba2f9594f00b data/create/recipes/polished_cut_deepslate_stairs.json +95ef22cf96e167e8cba9bc72e23bb03a3144f497 data/create/recipes/polished_cut_deepslate_stairs_from_stone_types_deepslate_stonecutting.json +4a7a1c23c0999d9f6e1d21625f4b22ad837af297 data/create/recipes/polished_cut_deepslate_wall.json +d4461e8aa51227196b34fdced1ab8947e29a6027 data/create/recipes/polished_cut_deepslate_wall_from_stone_types_deepslate_stonecutting.json +3869640b431a841e4363f8fbb63e9468224e2bf8 data/create/recipes/polished_cut_diorite_from_stone_types_diorite_stonecutting.json +22bff3c93362ae4efa302eaed50d68f2ff901623 data/create/recipes/polished_cut_diorite_slab.json +4a69608cbcd70e33602c44d37a5db7811fe5b04c data/create/recipes/polished_cut_diorite_slab_from_stone_types_diorite_stonecutting.json +be3b39879aea59b78aa5339ab2666f18ae965ec1 data/create/recipes/polished_cut_diorite_slab_recycling.json +e373787191812e445b2fb35ed8231cfc510728f7 data/create/recipes/polished_cut_diorite_stairs.json +6ae315321aea719479cdf081f1ab649f5833bdfa data/create/recipes/polished_cut_diorite_stairs_from_stone_types_diorite_stonecutting.json +930c7b2b2d790e11c447c4b4c6c50ab0eff31104 data/create/recipes/polished_cut_diorite_wall.json +0594aec0451471a90eee3f81b2a642160f829283 data/create/recipes/polished_cut_diorite_wall_from_stone_types_diorite_stonecutting.json +c0542972572ee3645374c4495c536b4962071906 data/create/recipes/polished_cut_dripstone_from_stone_types_dripstone_stonecutting.json +cfddd83b2782ecb013089820f9a255c849e3b554 data/create/recipes/polished_cut_dripstone_slab.json +b3aba4c82062407557d4724d8eae5192f093b132 data/create/recipes/polished_cut_dripstone_slab_from_stone_types_dripstone_stonecutting.json +5c688baa3a2e6fed0a9f7af8af4a1b8dd00d2872 data/create/recipes/polished_cut_dripstone_slab_recycling.json +7605a131a0e7ae95371a3183e683f54ac260e031 data/create/recipes/polished_cut_dripstone_stairs.json +039850e397a69f65f406269b4cb131fbfee83978 data/create/recipes/polished_cut_dripstone_stairs_from_stone_types_dripstone_stonecutting.json +ef0beebd452f6931b7efd3741dc3949001484c14 data/create/recipes/polished_cut_dripstone_wall.json +94847065f17859cabaa1ada493df76dd0e1ee88b data/create/recipes/polished_cut_dripstone_wall_from_stone_types_dripstone_stonecutting.json +c9858f9023307c5b8a2659f988ec010e1fb579b3 data/create/recipes/polished_cut_granite_from_stone_types_granite_stonecutting.json +9ff40b622503a91e08aa625125cdf49e4d93e84d data/create/recipes/polished_cut_granite_slab.json +a4ddbd03e796d488e40c397f12ba923c4877b9dd data/create/recipes/polished_cut_granite_slab_from_stone_types_granite_stonecutting.json +7eef40d518da5815c1490ae05e933bb1ff38f133 data/create/recipes/polished_cut_granite_slab_recycling.json +88a1366506bfaa51e334dcb9cdc1284e7458232f data/create/recipes/polished_cut_granite_stairs.json +96046c1afebd55964f2c595021d06f91eda3c624 data/create/recipes/polished_cut_granite_stairs_from_stone_types_granite_stonecutting.json +b2125e36c7795fdc233362c769ea393ef6bc56de data/create/recipes/polished_cut_granite_wall.json +2933927280ceeed29442665f47b5280baf2db2cf data/create/recipes/polished_cut_granite_wall_from_stone_types_granite_stonecutting.json +9d08c4c106ec36115b256b0319eeec7c0042b875 data/create/recipes/polished_cut_limestone_from_stone_types_limestone_stonecutting.json +0989050fd69b8c165794b7274153b1a83c636286 data/create/recipes/polished_cut_limestone_slab.json +bfeded973be92ef8741401c01342564b7620caec data/create/recipes/polished_cut_limestone_slab_from_stone_types_limestone_stonecutting.json +e7d32feb1e4027185c60f3f19a448a4161ebecce data/create/recipes/polished_cut_limestone_slab_recycling.json +08b51ea46f118d9687df0879630b17cfacd593c5 data/create/recipes/polished_cut_limestone_stairs.json +dd9383d5b0b6b4fd38bf3025dc443ead77dfd7a0 data/create/recipes/polished_cut_limestone_stairs_from_stone_types_limestone_stonecutting.json +5b2f1358bb5b6428800493d03dfd2e1f83e047d1 data/create/recipes/polished_cut_limestone_wall.json +8676eab4596f7abb4b45b1f17d2b0f317fc4a2a3 data/create/recipes/polished_cut_limestone_wall_from_stone_types_limestone_stonecutting.json +da78ba83f0578905cbdbb7f7aed8438f5ba0b6cd data/create/recipes/polished_cut_ochrum_from_stone_types_ochrum_stonecutting.json +41b93d98a16594ab8367c28b41f7e7a3ab0fae87 data/create/recipes/polished_cut_ochrum_slab.json +ba8497aef79a97aa7dcb795f132bc2b1bb40026a data/create/recipes/polished_cut_ochrum_slab_from_stone_types_ochrum_stonecutting.json +b3296fbc32bc095e873bd9ec674f6f6d0a4ec86f data/create/recipes/polished_cut_ochrum_slab_recycling.json +f7d4ba0b00883ba9b9f60a8eb883fb3827548f2b data/create/recipes/polished_cut_ochrum_stairs.json +f0b09407460d27db3367d46e734933d5436711c0 data/create/recipes/polished_cut_ochrum_stairs_from_stone_types_ochrum_stonecutting.json +b58469ed02f07ec15a32aee9f9b68373213e5edd data/create/recipes/polished_cut_ochrum_wall.json +35e975040560b70005d8bfe015782cd4bbe39b27 data/create/recipes/polished_cut_ochrum_wall_from_stone_types_ochrum_stonecutting.json +cf1cd1709341d2f2c280e79a4ca8aa9751df3407 data/create/recipes/polished_cut_scorchia_from_stone_types_scorchia_stonecutting.json +420879685f0aef48c6c30a3dd8c52d22b6486aae data/create/recipes/polished_cut_scorchia_slab.json +6f08dab03a2bad2603dce6c248fe13f3608e7424 data/create/recipes/polished_cut_scorchia_slab_from_stone_types_scorchia_stonecutting.json +8ab44f1c6b8dcad493b93b0d8ff899c6963b4a20 data/create/recipes/polished_cut_scorchia_slab_recycling.json +52d45f918ee0ecd9becfcc2e7321a9cb2f815a27 data/create/recipes/polished_cut_scorchia_stairs.json +78660fe29058bb61073cdfb6be0003700b9be6e7 data/create/recipes/polished_cut_scorchia_stairs_from_stone_types_scorchia_stonecutting.json +6835e052c0883b03db26549b35601451c95e8c7e data/create/recipes/polished_cut_scorchia_wall.json +61d2dcd9716349686175ad70e6054e5e2e7fdc80 data/create/recipes/polished_cut_scorchia_wall_from_stone_types_scorchia_stonecutting.json +43660c3c000538f1d4a242ee08033073f564cba9 data/create/recipes/polished_cut_scoria_from_stone_types_scoria_stonecutting.json +0b7bf2e17084494e3cadef762612c6c837b3c4fa data/create/recipes/polished_cut_scoria_slab.json +2f56b9f79d59609dbe1f340cad7a6f08d82caf91 data/create/recipes/polished_cut_scoria_slab_from_stone_types_scoria_stonecutting.json +3a54cd56a0474f9fedebbbefedb4cf277c82bb83 data/create/recipes/polished_cut_scoria_slab_recycling.json +6191f975cc8fdc14a7f68c85bbe5342231b70378 data/create/recipes/polished_cut_scoria_stairs.json +a7e9682ddff0aeec17b9d65609e057e80d9348e2 data/create/recipes/polished_cut_scoria_stairs_from_stone_types_scoria_stonecutting.json +aba16ed16afc833bbe77a3b9584d2e21f52f6eaa data/create/recipes/polished_cut_scoria_wall.json +107cb077a12d24d5d2368663f84da083ea0438f1 data/create/recipes/polished_cut_scoria_wall_from_stone_types_scoria_stonecutting.json +14deacf26b83b06de47d5076ea8ba3c24561d966 data/create/recipes/polished_cut_tuff_from_stone_types_tuff_stonecutting.json +e72b5d3542ebbe25b05767267d7ee20887b81be9 data/create/recipes/polished_cut_tuff_slab.json +0bea69fa87263b4c7b3d3886014fc21ae448227a data/create/recipes/polished_cut_tuff_slab_from_stone_types_tuff_stonecutting.json +724afe7ffcf9d59b50dccbb8526ac056940e80ae data/create/recipes/polished_cut_tuff_slab_recycling.json +b46d96afc0dc240414fae38efcf42cc3cfe46582 data/create/recipes/polished_cut_tuff_stairs.json +3710e827fee86de70d405cd9662392940fe19f48 data/create/recipes/polished_cut_tuff_stairs_from_stone_types_tuff_stonecutting.json +4e5d2e633b55ded02175f02ad0cfe45aab3ae6eb data/create/recipes/polished_cut_tuff_wall.json +434abdef7effbffb972fa2307d002b4fd9d268be data/create/recipes/polished_cut_tuff_wall_from_stone_types_tuff_stonecutting.json +1a7ffa6b0d600e1fd17ad1e191516154bc483143 data/create/recipes/polished_cut_veridium_from_stone_types_veridium_stonecutting.json +16f56a3c0e9e787dc1667c1a8d49362276e96322 data/create/recipes/polished_cut_veridium_slab.json +6e9c06200021725680567da873cb698e59be9b81 data/create/recipes/polished_cut_veridium_slab_from_stone_types_veridium_stonecutting.json +f525ac69960e886e233db2817a892b3c2ac33a1f data/create/recipes/polished_cut_veridium_slab_recycling.json +f2526cbcf8b6e48dd26501a2f8d6038ecfd2c925 data/create/recipes/polished_cut_veridium_stairs.json +f5bbca51e5f51d8d9bbcf96232c3cbae5c4b1b9a data/create/recipes/polished_cut_veridium_stairs_from_stone_types_veridium_stonecutting.json +bf30b87461ccb82d6712e9ddbed7ed08a8cc652f data/create/recipes/polished_cut_veridium_wall.json +08439ab71413688d6f07b41df54eae6c87255ec6 data/create/recipes/polished_cut_veridium_wall_from_stone_types_veridium_stonecutting.json +a157a43e7788d285b8d72eade5955369c9b9a1de data/create/recipes/rose_quartz_block_from_rose_quartz_stonecutting.json +24b3df9eaf6322590029fccc96493ec23aeec931 data/create/recipes/rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json +07cf02a90854223634b69954c1ed086d40994ff7 data/create/recipes/scorchia_from_stone_types_scorchia_stonecutting.json +1268cc2bdd088d26b84fb4e481db27af61f94bd1 data/create/recipes/scorchia_pillar_from_stone_types_scorchia_stonecutting.json +2e8f4cdb3498547a5e6fe658bb33d4be5ce8f54b data/create/recipes/scoria_from_stone_types_scoria_stonecutting.json +770d3453c75f77b16db661f6e636892d3117690b data/create/recipes/scoria_pillar_from_stone_types_scoria_stonecutting.json +75dc56fcdcd6a10288f2d607bf6dcbbe10b35a64 data/create/recipes/small_andesite_bricks_from_stone_types_andesite_stonecutting.json +fd4daf726d6ac12451aebb26c0841939f4a3872a data/create/recipes/small_andesite_brick_slab.json +311727e5c08ddbe0aa26275be74e9b83201ac8ab data/create/recipes/small_andesite_brick_slab_from_stone_types_andesite_stonecutting.json +c6a9df8218a8d953dd632c4505544aa3a2c23128 data/create/recipes/small_andesite_brick_slab_recycling.json +cd5defe1d8c2149b146dbf9d5c96b7b53372cd1a data/create/recipes/small_andesite_brick_stairs.json +9e82896e00c1e14e514fac818e11e5b9ef5b10d7 data/create/recipes/small_andesite_brick_stairs_from_stone_types_andesite_stonecutting.json +afac0df01edaae180fe0f528b6cd1c8516462da7 data/create/recipes/small_andesite_brick_wall.json +1172ca76affd948c50b207124ee03c4f480f4ee8 data/create/recipes/small_andesite_brick_wall_from_stone_types_andesite_stonecutting.json +e3b69122b2cfe64b043384235eeb6d04f346e58b data/create/recipes/small_asurine_bricks_from_stone_types_asurine_stonecutting.json +9d24e02f36e5ec5e289ebfe0cfa873a97003bf54 data/create/recipes/small_asurine_brick_slab.json +f4cc3330837a647c098ccb24fbbbf583c3f960fc data/create/recipes/small_asurine_brick_slab_from_stone_types_asurine_stonecutting.json +795ff7666c4b53a570d4bad39cdbfc36358e4ff5 data/create/recipes/small_asurine_brick_slab_recycling.json +f25230eec9664436cfe12f540213b913aa10a6f2 data/create/recipes/small_asurine_brick_stairs.json +c7cb218b0d8a1e358d593fc1fef82fc074289552 data/create/recipes/small_asurine_brick_stairs_from_stone_types_asurine_stonecutting.json +87dbfcb168d7b15df8b0e85e6ded10d1cdea827d data/create/recipes/small_asurine_brick_wall.json +4c0aa6203295a36a6d7ffe9d7bf0973277162689 data/create/recipes/small_asurine_brick_wall_from_stone_types_asurine_stonecutting.json +07125218f9025833afa189fa0090f4d6b4660db0 data/create/recipes/small_calcite_bricks_from_stone_types_calcite_stonecutting.json +f9b0b5f8990108431e3b5c259f0e89840019921e data/create/recipes/small_calcite_brick_slab.json +d8ebf6f1eb2e2372fb20def956398089adec5d13 data/create/recipes/small_calcite_brick_slab_from_stone_types_calcite_stonecutting.json +4166ad33b02bec9979219aa144c74b1511060e84 data/create/recipes/small_calcite_brick_slab_recycling.json +82fc4e4f8d50c55b4b61b42e74dcc1cf897944dd data/create/recipes/small_calcite_brick_stairs.json +4e066bfc60ea142d54ce939d025b6679ac9634ad data/create/recipes/small_calcite_brick_stairs_from_stone_types_calcite_stonecutting.json +1fbcdd5fdf28ca6dccb38bd4c8b3b9e7ca990ab6 data/create/recipes/small_calcite_brick_wall.json +3ba736ae76249fa61692c13f7879af954f9bbd36 data/create/recipes/small_calcite_brick_wall_from_stone_types_calcite_stonecutting.json +a3309c81f84bf4fb78e9db2316fb758f9b2f8429 data/create/recipes/small_crimsite_bricks_from_stone_types_crimsite_stonecutting.json +dd4ca13342fd36dad315b7b35735f73caff99b6f data/create/recipes/small_crimsite_brick_slab.json +b993e081103c019b7b9b73b38ef8c408fb4500ac data/create/recipes/small_crimsite_brick_slab_from_stone_types_crimsite_stonecutting.json +29cae30ba2cbc10aa71bd0d830a8a4ec7a5b433b data/create/recipes/small_crimsite_brick_slab_recycling.json +605ec1db73b24d933a3e1584a5f8364180373578 data/create/recipes/small_crimsite_brick_stairs.json +260da721849d1afd6f431d51538d1587ee3af8d5 data/create/recipes/small_crimsite_brick_stairs_from_stone_types_crimsite_stonecutting.json +919003830ddc8b42b7bf89f8f5fbd7a15ddd9c3e data/create/recipes/small_crimsite_brick_wall.json +8b8280a8282fa8718620ee3d69182e241a7852c0 data/create/recipes/small_crimsite_brick_wall_from_stone_types_crimsite_stonecutting.json +e7a3cb889ce6b530cd40f19e23bad943374e61b5 data/create/recipes/small_deepslate_bricks_from_stone_types_deepslate_stonecutting.json +1737ea182577544bb7a2d3d811277f2ec1559268 data/create/recipes/small_deepslate_brick_slab.json +655be9ddf21dea2255fb2cb2628a5fee39eb10e2 data/create/recipes/small_deepslate_brick_slab_from_stone_types_deepslate_stonecutting.json +900fd6cd626a73b7d573723df194b9ad23fa4dfe data/create/recipes/small_deepslate_brick_slab_recycling.json +e0e07c1b2516a47e1b44716472727039466b3e7b data/create/recipes/small_deepslate_brick_stairs.json +0a458e8248fe395748bd6025d43c002db5a7d343 data/create/recipes/small_deepslate_brick_stairs_from_stone_types_deepslate_stonecutting.json +4be662dc489993fa80431aaa23912838b1458918 data/create/recipes/small_deepslate_brick_wall.json +e5644f4227b9cc9b98158ce3ded98bff1ffb97f9 data/create/recipes/small_deepslate_brick_wall_from_stone_types_deepslate_stonecutting.json +38b80603a86df24f6be0df9fd5f7d9b7aa33d2f9 data/create/recipes/small_diorite_bricks_from_stone_types_diorite_stonecutting.json +9b59f0215a3fb31a81df5a421d85681fb0a8105c data/create/recipes/small_diorite_brick_slab.json +801f6cc6e06db56344b37c9b76c69f921c6d9293 data/create/recipes/small_diorite_brick_slab_from_stone_types_diorite_stonecutting.json +0737adcb6b20f0f2125770927be9a6d8118300ff data/create/recipes/small_diorite_brick_slab_recycling.json +593770b6791fbd45985f867f8763048b6c5567de data/create/recipes/small_diorite_brick_stairs.json +30a6f2bdfec2b3f578572c9f94112906411e7c54 data/create/recipes/small_diorite_brick_stairs_from_stone_types_diorite_stonecutting.json +340bd57765914a7cb59ae9e47feee078470c6e1c data/create/recipes/small_diorite_brick_wall.json +7a1fdcef7091d76230fbee410fa5241f584845c4 data/create/recipes/small_diorite_brick_wall_from_stone_types_diorite_stonecutting.json +8840d538648516dd02628fbe3ea4f032ceda78bb data/create/recipes/small_dripstone_bricks_from_stone_types_dripstone_stonecutting.json +fbf7a38d3d97151ea1a2bbea0bba2b6e7594e2d8 data/create/recipes/small_dripstone_brick_slab.json +c91e4dc211305456c38e5823def91811ad851202 data/create/recipes/small_dripstone_brick_slab_from_stone_types_dripstone_stonecutting.json +5d2a9c10ad8ab4cb64eb88814730a2fb28c686b6 data/create/recipes/small_dripstone_brick_slab_recycling.json +90f2baaca8998933d81432c2768c02396b58b5c3 data/create/recipes/small_dripstone_brick_stairs.json +1e23c8df90aef6cd3561369f72c6c3106da883f5 data/create/recipes/small_dripstone_brick_stairs_from_stone_types_dripstone_stonecutting.json +daa2771b3b58f2f0894521bc1cd2bb6ad5efe8fd data/create/recipes/small_dripstone_brick_wall.json +336e47b35437ffea4bb86d34f94e6361b2bbcfb0 data/create/recipes/small_dripstone_brick_wall_from_stone_types_dripstone_stonecutting.json +42c74dec6c64d3675e15b2b73cb32fc9d24839e9 data/create/recipes/small_granite_bricks_from_stone_types_granite_stonecutting.json +b93f19ab01474197856347d383b0d1bdafda6bfd data/create/recipes/small_granite_brick_slab.json +ddb2f4652607b56332a927af939212a5789a34db data/create/recipes/small_granite_brick_slab_from_stone_types_granite_stonecutting.json +77e6d669060a8117e6e725f4a20aeed1162346b5 data/create/recipes/small_granite_brick_slab_recycling.json +d90df060ba61d2d94dbe4d487c341f9e0e8e5a52 data/create/recipes/small_granite_brick_stairs.json +ba935a3d64eedbd9b7017d0abfab351f57589593 data/create/recipes/small_granite_brick_stairs_from_stone_types_granite_stonecutting.json +49da3789c9ca0d4cd78e6003b872aecb05804098 data/create/recipes/small_granite_brick_wall.json +7a8d9e2291675de9e72363d93410de9039216f32 data/create/recipes/small_granite_brick_wall_from_stone_types_granite_stonecutting.json +714f6a84a5b3d5d57c07364925555e6f545b0b3d data/create/recipes/small_limestone_bricks_from_stone_types_limestone_stonecutting.json +86a24bf33a8e67c70960b3415c85a5b2a2f3fa0e data/create/recipes/small_limestone_brick_slab.json +a1c0bc263cd4659a89213f4fcdd87eba7ae04427 data/create/recipes/small_limestone_brick_slab_from_stone_types_limestone_stonecutting.json +07900b3ecc5c3735b9db5e9e4c575bb39bf42cf4 data/create/recipes/small_limestone_brick_slab_recycling.json +1c5963070f18334c7845a23aa12730e04ce07927 data/create/recipes/small_limestone_brick_stairs.json +6943fdc8162e4d53c459f425b2ff5b34e9caa477 data/create/recipes/small_limestone_brick_stairs_from_stone_types_limestone_stonecutting.json +3ebc3256e26d8b62f571da5df7ada2d77f25130e data/create/recipes/small_limestone_brick_wall.json +98a83f757f0ac9cc2a876ae407bb5765071e700d data/create/recipes/small_limestone_brick_wall_from_stone_types_limestone_stonecutting.json +22c69e391110280e13d50693b9c81355da57a315 data/create/recipes/small_ochrum_bricks_from_stone_types_ochrum_stonecutting.json +7f4bc3704206f7f70ad73e53fa7e2ba4635fc60a data/create/recipes/small_ochrum_brick_slab.json +e37612fa2523fa3711242cac4ec5e596b3e55698 data/create/recipes/small_ochrum_brick_slab_from_stone_types_ochrum_stonecutting.json +ad3a4bb3364beb6e544343591655307352ffadfc data/create/recipes/small_ochrum_brick_slab_recycling.json +6f4624e75b166117eb208a4be366e4145433c340 data/create/recipes/small_ochrum_brick_stairs.json +04ebbdd14f81f4b4dc7986cb5241caa9f48f4ff1 data/create/recipes/small_ochrum_brick_stairs_from_stone_types_ochrum_stonecutting.json +e9663e2cce18ed1e7cdc16885a435fa70f228d7a data/create/recipes/small_ochrum_brick_wall.json +2331801569ec95562afc802f7e2ff191d329a5c6 data/create/recipes/small_ochrum_brick_wall_from_stone_types_ochrum_stonecutting.json +68a9f80b97d9322ed33067d7717180494b904bed data/create/recipes/small_rose_quartz_tiles_from_polished_rose_quartz_stonecutting.json +bf27af2e54ed1b09611d67ee7afa6c7f56d00d09 data/create/recipes/small_scorchia_bricks_from_stone_types_scorchia_stonecutting.json +5fc0dd9f56fde650d7e7bce4e0791bd6da87e9fd data/create/recipes/small_scorchia_brick_slab.json +dad342d215c98f3214752e0ebfaf3015943c5ac7 data/create/recipes/small_scorchia_brick_slab_from_stone_types_scorchia_stonecutting.json +0be6cc2520620e0c59266adccae001c14120d3ac data/create/recipes/small_scorchia_brick_slab_recycling.json +ce87e8152803db8896c1142ead652dfd9fd96277 data/create/recipes/small_scorchia_brick_stairs.json +7f89c9c6dcea06a3022c72029a5e547aa1721773 data/create/recipes/small_scorchia_brick_stairs_from_stone_types_scorchia_stonecutting.json +2847bd29f23aedc09060a7294afe5ceba78dafcb data/create/recipes/small_scorchia_brick_wall.json +de8edc4fa5eec031ad0a63c7f59141985ae9af9e data/create/recipes/small_scorchia_brick_wall_from_stone_types_scorchia_stonecutting.json +b1a67d052e26c2129c34ee0732cfe533beb3e571 data/create/recipes/small_scoria_bricks_from_stone_types_scoria_stonecutting.json +2440e1cd71f239e3b37b2ee69c59acc4d63d456d data/create/recipes/small_scoria_brick_slab.json +34f4dd094f2949e3fd21f95ac890ae803b81fbea data/create/recipes/small_scoria_brick_slab_from_stone_types_scoria_stonecutting.json +0e8da84b5e1115a365c367425bdedb9cd2b53a1c data/create/recipes/small_scoria_brick_slab_recycling.json +b1554477a62bfe1288718817fb40b5bad79fa7c9 data/create/recipes/small_scoria_brick_stairs.json +d36428daf8bf4e560f649e5eb40a8cd7a27e7a0e data/create/recipes/small_scoria_brick_stairs_from_stone_types_scoria_stonecutting.json +0ab83b9b09a8da5fe6f1b75e347602c61c2aebf7 data/create/recipes/small_scoria_brick_wall.json +9cff8370aaa81ece466fe15642c00a9992bd416c data/create/recipes/small_scoria_brick_wall_from_stone_types_scoria_stonecutting.json +e51ced16059f7c37fe3652a1cf4d938f91e956fc data/create/recipes/small_tuff_bricks_from_stone_types_tuff_stonecutting.json +9806285cf2731bbdc31b00628ee16f27dd20865c data/create/recipes/small_tuff_brick_slab.json +e3a12b87830e47387e9ac118bb3d12b73558d757 data/create/recipes/small_tuff_brick_slab_from_stone_types_tuff_stonecutting.json +abfd59186b36af4be0b8d4e46eaad2cf853197ca data/create/recipes/small_tuff_brick_slab_recycling.json +1b7471f8458300f557a1425d61ac99bef0b4c724 data/create/recipes/small_tuff_brick_stairs.json +cd50bb5842c90038f6ac74e45971ab2e914d1463 data/create/recipes/small_tuff_brick_stairs_from_stone_types_tuff_stonecutting.json +4b446f7bc3a8010599c478f5b603ebfe77496066 data/create/recipes/small_tuff_brick_wall.json +34471a7ebb431b6d1e3be5fa480b800b96556fee data/create/recipes/small_tuff_brick_wall_from_stone_types_tuff_stonecutting.json +82f17edc61a319c74dbdfa730584305899bd7572 data/create/recipes/small_veridium_bricks_from_stone_types_veridium_stonecutting.json +de67590cd2504e912b604542c7c8f471136a45d4 data/create/recipes/small_veridium_brick_slab.json +234c3baee4c9428caab3e344f396ec87064103e3 data/create/recipes/small_veridium_brick_slab_from_stone_types_veridium_stonecutting.json +ce095d799ad90c4ceffb1bbd47ebe17f8e81dda4 data/create/recipes/small_veridium_brick_slab_recycling.json +517c971d5e355042edbcc70b70d030c8825dd0b9 data/create/recipes/small_veridium_brick_stairs.json +f63031587a64ed88ddba1df07767dd8d8caa1d2e data/create/recipes/small_veridium_brick_stairs_from_stone_types_veridium_stonecutting.json +7f0ffdf07c2bde8660f60306035ca5c31c73ac59 data/create/recipes/small_veridium_brick_wall.json +1ba48c5cae05b6f4b1ad223ce80925f1eaaf5dfd data/create/recipes/small_veridium_brick_wall_from_stone_types_veridium_stonecutting.json +fbe4f03322f44ffc848637df3e526a0ed2161c7e data/create/recipes/spruce_window.json +52fd64c7ca7d3f1b4deb3210471eb2c728ed713d data/create/recipes/spruce_window_pane.json +e343a80c92dab60f99c9b441d00189aceee477a0 data/create/recipes/tiled_glass_from_glass_colorless_stonecutting.json +cc6d8e58655f2c7929f66d097f6790fa244ed7e5 data/create/recipes/tiled_glass_pane.json +170f4dc4478029ba9ffa149051abb9072c59f3d1 data/create/recipes/tuff_from_stone_types_tuff_stonecutting.json +fdd28fc956dbec71ba24cdea5adfc049d6eb31e3 data/create/recipes/tuff_pillar_from_stone_types_tuff_stonecutting.json +4e4861de1b7c989cb29e6383f842d7022f48279b data/create/recipes/veridium_from_stone_types_veridium_stonecutting.json +689c523599dcf37398e7217f2732723f6f726049 data/create/recipes/veridium_pillar_from_stone_types_veridium_stonecutting.json +310b9e72aebc37d1e883292c21af914b1026b8fe data/create/recipes/vertical_framed_glass_from_glass_colorless_stonecutting.json +c6267e02c62a6ee807330101e5fda2ac23018f7b data/create/recipes/vertical_framed_glass_pane.json +d47456885d5142a3ae460f3851fe0d6cb908223b data/create/recipes/warped_window.json +d17cb8ef2ef82e1c264fb2c8d5314c3b42cf2e28 data/create/recipes/warped_window_pane.json +3dfebcc8235617caa50a00d9fd914f43f05a1a49 data/create/recipes/weathered_copper_shingle_slab.json +7edbc24cec31108f7cf1a8704624d6a0291b3150 data/create/recipes/weathered_copper_shingle_slab_from_weathered_copper_shingles_stonecutting.json +4a800d7b088296a25d72cd213976b03465640258 data/create/recipes/weathered_copper_shingle_stairs.json +12c32217b44bffd8ea9bd5141a0dba9f0992fbd4 data/create/recipes/weathered_copper_shingle_stairs_from_weathered_copper_shingles_stonecutting.json +5456f83dadce618e0d2f439ba0567ae44df86705 data/create/recipes/weathered_copper_tile_slab.json +93c61ebeda451ebeb37c3047459f95f14fa9f1f9 data/create/recipes/weathered_copper_tile_slab_from_weathered_copper_tiles_stonecutting.json +fd2aaa5ab155c675e7ef4c143106428f181056af data/create/recipes/weathered_copper_tile_stairs.json +f1a03ac86925e26cbec6aeeada2eafb40008fc8e data/create/recipes/weathered_copper_tile_stairs_from_weathered_copper_tiles_stonecutting.json +8b98a671e80724e815a3af0c3764d760e4170e02 data/create/tags/blocks/brittle.json +8b6c0b444b15f7fb2d55b9cbcb68537c1269f877 data/create/tags/blocks/casing.json +35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/create/tags/blocks/contraption_inventory_deny.json +c7ec0dbc18e9c1b58e568ed925287b89df11a136 data/create/tags/blocks/copycat_allow.json +876eb9210f4a14898a2fe6d225699c66b5bdfeef data/create/tags/blocks/copycat_deny.json +6858173c670bb593664ac3c62ded726d57d581f1 data/create/tags/blocks/fan_transparent.json +a1e21c22f32354fd1a82a1b0a59dd786c0deaba0 data/create/tags/blocks/movable_empty_collider.json +4970078b49ddac1b1d500ed0469cedf42bdc3d35 data/create/tags/blocks/non_movable.json +06e13efbb7b0d09ff7ecd1a7dc45a0760b91ad67 data/create/tags/blocks/ore_override_stone.json +a5874f73c7dc0a3ae12999e6ae8abf45bc7fb9be data/create/tags/blocks/passive_boiler_heaters.json +fcbbbcf25ccdc51889ec80825a9864e9e5a127cb data/create/tags/blocks/safe_nbt.json +79418bd729cef417b322cef9b491e7ae83317d61 data/create/tags/blocks/seats.json +5def5088f7fd31b80e6f28c1c4ea146aa9d7d15b data/create/tags/blocks/toolboxes.json +1b6977d9a399cf6ee042e3f8f5e64e4d3cda5489 data/create/tags/blocks/tree_attachments.json +da739ad2160e7df4e0e5cc89587670ce5e9450c3 data/create/tags/blocks/valve_handles.json +72143286fb5cb372a0696550e2eac76ca50e6fbc data/create/tags/blocks/windmill_sails.json +58987ea71d488cc48192ceb00c00aa2903e51304 data/create/tags/blocks/wrench_pickup.json +894e1e4fd1e32712abdda18ec64ab13750d3c039 data/create/tags/fluids/bottomless/allow.json +35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/create/tags/fluids/bottomless/deny.json +35133e95f1c8fdd7a1c21afcc231fc0bffefb9a8 data/create/tags/items/blaze_burner_fuel/regular.json +8ba98bf390a326abeebfd5d84be5f740c935a8b6 data/create/tags/items/blaze_burner_fuel/special.json +8b6c0b444b15f7fb2d55b9cbcb68537c1269f877 data/create/tags/items/casing.json +f43cac8216e2a9347e48cf93a43de95dd810ca20 data/create/tags/items/contraption_controlled.json +d371dfd35e49a7bef19f59c03e7f4ae20992f03d data/create/tags/items/create_ingots.json +878b7281fa78d0ef5f873322281da8f5ebbb782c data/create/tags/items/crushed_ores.json +0fa526e7e742573b603ad26b09526cf724efa1dc data/create/tags/items/deployable_drink.json +29ca12609f7c419c5c06338a86c7f4ba1fc7390e data/create/tags/items/modded_stripped_logs.json +ae63f7dc5d9221890ee593ff03cd2aff8cd6a356 data/create/tags/items/modded_stripped_wood.json +695d75b352fd190b303c724d1aaee9bb786a903b data/create/tags/items/pressurized_air_sources.json +2cd3adffd8b151354df137a990dcb97996a665bb data/create/tags/items/sandpaper.json +79418bd729cef417b322cef9b491e7ae83317d61 data/create/tags/items/seats.json +e02cb3bc2373336dc04495b0b414107f6f754b61 data/create/tags/items/sleepers.json +ab98061be1e382670efcbce9c3dddf4aeeef68d5 data/create/tags/items/stone_types/andesite.json +c4f7ea1570e9965ff4217acb588d8a1a5fcbe957 data/create/tags/items/stone_types/asurine.json +1a965d3033a2b5a6413c1f9dfa3b982fb027f0a4 data/create/tags/items/stone_types/calcite.json +a970ecabfefc20e8911762495da0d5cf1f99c636 data/create/tags/items/stone_types/crimsite.json +8ee57ecfa4e4e5c67b61ef4dd18c1e2715bbe9d8 data/create/tags/items/stone_types/deepslate.json +f5532145f210fdd0ab12c253d6deabbc8d1601ef data/create/tags/items/stone_types/diorite.json +23aebee6c6614fdf94804f2a227476523844b888 data/create/tags/items/stone_types/dripstone.json +683700c751c964e47707d836986f8415fbf609d5 data/create/tags/items/stone_types/granite.json +00f8eb75e9cd1a19fd21800d03f671cc58dbbbe7 data/create/tags/items/stone_types/limestone.json +00af13f6cea72fb3da0d33e06c16a643ec21b327 data/create/tags/items/stone_types/ochrum.json +e22493305e0cebfb7ededae122e19ee9dd24fc9d data/create/tags/items/stone_types/scorchia.json +8034ddb85922b193ad1e6251fc6b856b4ae622b1 data/create/tags/items/stone_types/scoria.json +7e4d20c52a25a0c0d13e0122be0250718a9fb645 data/create/tags/items/stone_types/tuff.json +076c79e07eb3a65d74107577dbfd993b13780637 data/create/tags/items/stone_types/veridium.json +5def5088f7fd31b80e6f28c1c4ea146aa9d7d15b data/create/tags/items/toolboxes.json +22c744a157399a21492bcd8b211578f8f504e653 data/create/tags/items/upright_on_belt.json +da739ad2160e7df4e0e5cc89587670ce5e9450c3 data/create/tags/items/valve_handles.json +03989b943d729293db75c8f681c490c55f594d53 data/create/tags/items/vanilla_stripped_logs.json +a82f75a9af4c0b28f08de8dfcaea2dce2accda28 data/create/tags/items/vanilla_stripped_wood.json +10d5f0c1763f80860a39398ecc33dbbe43099471 data/forge/tags/blocks/glass/colorless.json +3101d4cdeb57fae0e777ed7a773eccbd7d757b76 data/forge/tags/blocks/glass_panes.json +81b107ada9c6ac5679a21f8c6a006bf230f69c39 data/forge/tags/blocks/ores.json +81b107ada9c6ac5679a21f8c6a006bf230f69c39 data/forge/tags/blocks/ores/zinc.json +e475ad1c52bffedfc544e5331a87c1f5c45149fd data/forge/tags/blocks/ores_in_ground/deepslate.json +2f6068972e364599b6849dc46fcb0724d4219d53 data/forge/tags/blocks/ores_in_ground/stone.json +2589b135c0e96ad29076569e144528fe32ea5b39 data/forge/tags/blocks/relocation_not_supported.json +0ae6198b6bc54e9d7e5134e3a554d828e011badf data/forge/tags/blocks/storage_blocks.json +7d10cdf9e46a79753d4437c7bb958e3ab8bf0c89 data/forge/tags/blocks/storage_blocks/andesite_alloy.json +70bba470740dc7a77f51b4cb1747a105b62d4bde data/forge/tags/blocks/storage_blocks/brass.json +bcd593714f43bc6a0aefbd714c24db3cf9e71250 data/forge/tags/blocks/storage_blocks/raw_zinc.json +41b2a17b5ebcff5623e25dc6232f73cf9aa70387 data/forge/tags/blocks/storage_blocks/zinc.json +8140415f1c16f09167f41eeee25c09706a944be0 data/forge/tags/fluids/chocolate.json +0ccc9ff76001cdd7db1b79c1371f59d3283abe64 data/forge/tags/fluids/honey.json +cca816b34ac2e9b7933df680aa9778ff2cfe9605 data/forge/tags/fluids/tea.json +06ebf72e8f6c081862236d4b068b5dfb275a8385 data/forge/tags/items/buckets/honey.json +801d097b0af7153e0c5c72a924d61f8afb4cf264 data/forge/tags/items/dough.json +801d097b0af7153e0c5c72a924d61f8afb4cf264 data/forge/tags/items/dough/wheat.json +745512f10c4ba52f2c224607377e41011fb2ecfe data/forge/tags/items/flour.json +745512f10c4ba52f2c224607377e41011fb2ecfe data/forge/tags/items/flour/wheat.json +10d5f0c1763f80860a39398ecc33dbbe43099471 data/forge/tags/items/glass/colorless.json +3101d4cdeb57fae0e777ed7a773eccbd7d757b76 data/forge/tags/items/glass_panes.json +01d32d3b7b033aff44c047bf289d696de0b0c715 data/forge/tags/items/ingots.json +5a7bffd1d604bc6ea8b35714ef02b95773240f90 data/forge/tags/items/ingots/brass.json +ccf5b08295f6362a3f6b3b595f1de1bba4b224ec data/forge/tags/items/ingots/zinc.json +64e93741470484e63350bc4be984aee0ef7da6f1 data/forge/tags/items/nuggets.json +7b0359cfb65849b6e66668ffe619399117867307 data/forge/tags/items/nuggets/brass.json +219b4cef254c20c6ec17d04d7204f5f8e7a45188 data/forge/tags/items/nuggets/copper.json +0a43fcf4ab5fc91e0027730780edd6f23af3d69e data/forge/tags/items/nuggets/zinc.json +81b107ada9c6ac5679a21f8c6a006bf230f69c39 data/forge/tags/items/ores.json +81b107ada9c6ac5679a21f8c6a006bf230f69c39 data/forge/tags/items/ores/zinc.json +e475ad1c52bffedfc544e5331a87c1f5c45149fd data/forge/tags/items/ores_in_ground/deepslate.json +2f6068972e364599b6849dc46fcb0724d4219d53 data/forge/tags/items/ores_in_ground/stone.json +12c3455bbb7edcea84d47ad6ccde9c209a25d811 data/forge/tags/items/plates.json +23f4874238f7d06e80c699b672d4e9fab6eb464f data/forge/tags/items/plates/brass.json +ef5256892a9d4167bf7371c7138a933a107a123a data/forge/tags/items/plates/copper.json +3ca40ae504b1f68d6e7279726a2bf411509ce322 data/forge/tags/items/plates/gold.json +6f72d5205b399f03e481cee15bd5c085bfe6fe3c data/forge/tags/items/plates/iron.json +07a6e69488ff6994a9ef1cca75b6e911bc3e3358 data/forge/tags/items/plates/obsidian.json +30496416fffaf4f845052a264023e64e52894ee7 data/forge/tags/items/raw_materials.json +30496416fffaf4f845052a264023e64e52894ee7 data/forge/tags/items/raw_materials/zinc.json +0ae6198b6bc54e9d7e5134e3a554d828e011badf data/forge/tags/items/storage_blocks.json +7d10cdf9e46a79753d4437c7bb958e3ab8bf0c89 data/forge/tags/items/storage_blocks/andesite_alloy.json +70bba470740dc7a77f51b4cb1747a105b62d4bde data/forge/tags/items/storage_blocks/brass.json +bcd593714f43bc6a0aefbd714c24db3cf9e71250 data/forge/tags/items/storage_blocks/raw_zinc.json +41b2a17b5ebcff5623e25dc6232f73cf9aa70387 data/forge/tags/items/storage_blocks/zinc.json +b69fcc7227d44fc000c8ab94524230f55b89aa27 data/forge/tags/items/stripped_logs.json +1ac851b8f78458339cf09ad498d14e783615eb3d data/forge/tags/items/stripped_wood.json +c741ba83b562ae3459d7c4f2db69537f549ea411 data/forge/tags/items/tools/wrench.json +515a1c773e617dd7e38aa1b893acc7db2dd30e08 data/minecraft/tags/blocks/azalea_root_replaceable.json +4030577647f1d28385f7fca1426b43848263264d data/minecraft/tags/blocks/beacon_base_blocks.json +82274e06b6a9f3bfd83c8b59be38dee4a15b8bf3 data/minecraft/tags/blocks/climbable.json +71aef080a900d9e86818cf579438c3d826d6567e data/minecraft/tags/blocks/doors.json +515a1c773e617dd7e38aa1b893acc7db2dd30e08 data/minecraft/tags/blocks/dripstone_replaceable_blocks.json +84c712d8f5ec8ba4e0d9de9a0485af5115a5cfe2 data/minecraft/tags/blocks/impermeable.json +515a1c773e617dd7e38aa1b893acc7db2dd30e08 data/minecraft/tags/blocks/lush_ground_replaceable.json +5a030817b2322e363edc8f5376f7c9de73df8b48 data/minecraft/tags/blocks/mineable/axe.json +e7d7eb2ad92056c587caf7e0dd691315241845e8 data/minecraft/tags/blocks/mineable/pickaxe.json +515a1c773e617dd7e38aa1b893acc7db2dd30e08 data/minecraft/tags/blocks/moss_replaceable.json +0c13aae0eeb99e89febe8dbe5e002af2ff843a9e data/minecraft/tags/blocks/needs_iron_tool.json +3cb2a92cbdf32ed5978f740dc378d363306c3e84 data/minecraft/tags/blocks/needs_stone_tool.json +5555e9722ecf1d4a3119d118e5aab8a17ef628cb data/minecraft/tags/blocks/rails.json +1ac7c46815461cbec0d4d97f25c085fdc8375dab data/minecraft/tags/blocks/slabs.json +dafa3bdb72fef5e6c0201c05846db3f2b214e587 data/minecraft/tags/blocks/stairs.json +11427a72e181857e22ec37a22462bc652e127cc5 data/minecraft/tags/blocks/trapdoors.json +2bcba05954ff7bc4cf9cc520478083da9973ec76 data/minecraft/tags/blocks/walls.json +71aef080a900d9e86818cf579438c3d826d6567e data/minecraft/tags/blocks/wooden_doors.json +01d32d3b7b033aff44c047bf289d696de0b0c715 data/minecraft/tags/items/beacon_payment_items.json +71aef080a900d9e86818cf579438c3d826d6567e data/minecraft/tags/items/doors.json +a4b539d506b2273020e043c895d7ecc8a2e1064e data/minecraft/tags/items/piglin_loved.json +1ac7c46815461cbec0d4d97f25c085fdc8375dab data/minecraft/tags/items/slabs.json +dafa3bdb72fef5e6c0201c05846db3f2b214e587 data/minecraft/tags/items/stairs.json +11427a72e181857e22ec37a22462bc652e127cc5 data/minecraft/tags/items/trapdoors.json +2bcba05954ff7bc4cf9cc520478083da9973ec76 data/minecraft/tags/items/walls.json +71aef080a900d9e86818cf579438c3d826d6567e data/quark/tags/blocks/non_double_door.json diff --git a/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af new file mode 100644 index 0000000000..1f57ba85de --- /dev/null +++ b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af @@ -0,0 +1,2 @@ +// 1.19.2 2023-05-08T18:06:22.2301281 Create's lang merger +e911c27c508c1d67d4c915daeccfa9d9f0afba81 assets/create/lang/en_us.json diff --git a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 new file mode 100644 index 0000000000..1f32bba158 --- /dev/null +++ b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 @@ -0,0 +1,618 @@ +// 1.19.2 2023-05-08T18:06:22.2251406 Create's Processing Recipes +3c94326fb730f68c1e44fe1e2ef09c9db6ffd92b data/create/recipes/compacting/andesite_from_flint.json +8d3d5b31f3601b9f681ff710e0545a483a1494c6 data/create/recipes/compacting/blaze_cake.json +8bd7f4e3a686ab520b2d55594d2018d0e9a50c91 data/create/recipes/compacting/chocolate.json +5e2514e027cc0dbad48160e6b8e5bf0f25eba8f0 data/create/recipes/compacting/diorite_from_flint.json +54c94ae8d964dba1de2441088f6a312c687cbf71 data/create/recipes/compacting/granite_from_flint.json +c558dddeacf6f8bfa29d74b68093ecfea619d43f data/create/recipes/compacting/honey.json +636b8147ff2f133e473df6fd277f5d0400ea9fbc data/create/recipes/crushing/aluminum_ore.json +60262e911676a7f8309408fd15b373f1498493b9 data/create/recipes/crushing/amethyst_block.json +8e20ddc94fda889dbac25de59e7a3158984098c3 data/create/recipes/crushing/amethyst_cluster.json +c9265011e7953d9edb7d58663bbc608bea0c235a data/create/recipes/crushing/asurine.json +a158bc7f2d3d0a7e15600ac3cd5fc5f636a71119 data/create/recipes/crushing/asurine_recycling.json +66b51fd1036641802667338a1d79a825a338077c data/create/recipes/crushing/blaze_rod.json +29e7e74108755e0a07b1d3d1e8d4dcaf2b401572 data/create/recipes/crushing/coal_ore.json +2c24633f90cd5349b65bd1d132545bafe405d711 data/create/recipes/crushing/copper_ore.json +548215e02e7dbe83d94002bd95e500123eeb4427 data/create/recipes/crushing/crimsite.json +e6bd623592a604751e5559dbc78f964ab1779a86 data/create/recipes/crushing/crimsite_recycling.json +b6995978092ed3080efd49e52571ff59205f7c85 data/create/recipes/crushing/deepslate_coal_ore.json +bbc5320b1441b6873c48545fa272eecc537e88ab data/create/recipes/crushing/deepslate_copper_ore.json +4afc9cc723bdee47ed2176f32323f1fca152765f data/create/recipes/crushing/deepslate_diamond_ore.json +94d706cac7779cf8dc3aa8822605a4ee9d0ba047 data/create/recipes/crushing/deepslate_emerald_ore.json +c84152b2c9d3436f8b48982c7e57e2a568f07db9 data/create/recipes/crushing/deepslate_gold_ore.json +6d4f5d66dff59118515e23ae8434075236da6a5c data/create/recipes/crushing/deepslate_iron_ore.json +8b721de1578798a8996d2f8dec61b3bc03b8064d data/create/recipes/crushing/deepslate_lapis_ore.json +26365dd1f80ecc859dc510cd5278907d2fa6f2f7 data/create/recipes/crushing/deepslate_redstone_ore.json +4815670dfd6a51ff8b018d95dccbc8bc2f7074d8 data/create/recipes/crushing/deepslate_zinc_ore.json +69e0a401b424cb82ab3387a0b23bd7241f80f56e data/create/recipes/crushing/diamond_horse_armor.json +35cff9ebc59e837a2beafd2d4ec80e088459344c data/create/recipes/crushing/diamond_ore.json +a0511a15499653d983ad8b85b9f763643cca3aca data/create/recipes/crushing/diorite.json +df364151c75a7d84446b2c6213e339115bc9d298 data/create/recipes/crushing/diorite_recycling.json +9e89294e53a94a05af47948c21ad192ef18f7710 data/create/recipes/crushing/emerald_ore.json +3c4c78e3a7137022f8f6e90324af6c8f97050e80 data/create/recipes/crushing/glowstone.json +95b76da439260151355fff74b3b7398ce13d6968 data/create/recipes/crushing/golden_horse_armor.json +61e84aefedda000711f39754dd39df7fd7ea4770 data/create/recipes/crushing/gold_ore.json +cc939ba59b95db1c7a034df6f9e656772074a5fd data/create/recipes/crushing/gravel.json +17ab2d789c9c2df122b6a96ab06bbe2c02592a93 data/create/recipes/crushing/iron_horse_armor.json +cf3a2fc0ff89209f4503f1f5a1a3020e73e8be61 data/create/recipes/crushing/iron_ore.json +855b6655dea911724ee68d07b993f17440ac422e data/create/recipes/crushing/lapis_ore.json +06a4b918304db3e72240848fd0c7f6553f86a4f4 data/create/recipes/crushing/lead_ore.json +e170bc17a796c73a05d2d77a85c086cfaac55c31 data/create/recipes/crushing/leather_horse_armor.json +4317165fc125d179cfbe66d15ba6368cdf1d7811 data/create/recipes/crushing/netherrack.json +07e8991a2161aab4dd73bb74900fd0c70aad2847 data/create/recipes/crushing/nether_gold_ore.json +c7c0d94707c2858a87d01cff6b284d7fb85acdbe data/create/recipes/crushing/nether_quartz_ore.json +0380b9416b263de2ee6a6cd1f4064df2e243c047 data/create/recipes/crushing/nether_wart_block.json +28fbbccacd4ad5dee14c3240a0e29d533061ec4b data/create/recipes/crushing/nickel_ore.json +66f75530e30d8572bdbf4696a32edc5a7850ac00 data/create/recipes/crushing/obsidian.json +fd82103848126334c3dcca9dbb59bd4802c7e1ae data/create/recipes/crushing/ochrum.json +076c3c8f1cfeb13ae0926e0613074c9e90a4e8a2 data/create/recipes/crushing/ochrum_recycling.json +386493bbd6435079a1c7fc88e9d2970fe10e4388 data/create/recipes/crushing/osmium_ore.json +fde0abe21825c231937c4cd5ed08bebd0bef48f6 data/create/recipes/crushing/platinum_ore.json +acb785fd57d14ac337beacc0a0a0651d75dd45da data/create/recipes/crushing/prismarine_crystals.json +d0b4791661e13d0f2b660e99fc3ddc03e9d8ad35 data/create/recipes/crushing/quicksilver_ore.json +e24db46d1709bf8b36dbcc6bbac19f84a6652349 data/create/recipes/crushing/raw_aluminum_block.json +be8178791bd977ca9f085fe2d3e716bb65314def data/create/recipes/crushing/raw_aluminum_ore.json +e670e09323c301f2246e3f896a2523180e8d3adc data/create/recipes/crushing/raw_copper.json +1bccbf51b1452309a4cd0299bfc6c4aaa9f933c3 data/create/recipes/crushing/raw_copper_block.json +57eb8b199c09551c872c3caed9f7d83db5689160 data/create/recipes/crushing/raw_gold.json +e9d5446e05484b3a6538247191fa0a78b11a7da8 data/create/recipes/crushing/raw_gold_block.json +b207fbee07bc36c8bebaca0384e4ac956fa29c99 data/create/recipes/crushing/raw_iron.json +1b747fad32f8a660c8beb2a7f25da40683f4f562 data/create/recipes/crushing/raw_iron_block.json +cba8acb9c98438a8711a20082a9e02efb9e1a087 data/create/recipes/crushing/raw_lead_block.json +7123b82799c75944e305b961cfcbdfe781a137a0 data/create/recipes/crushing/raw_lead_ore.json +676d32c3d34dcb777a05a1df29f78ea16a573f99 data/create/recipes/crushing/raw_nickel_block.json +f06197145fa972a4fdbe91553f3bd24b6e907193 data/create/recipes/crushing/raw_nickel_ore.json +934dab7a0a7aaaf44c6e309c7dc3ab46bc438212 data/create/recipes/crushing/raw_osmium_block.json +7514b24afa93d6aeee7a89bc87e1ef10c2c784b3 data/create/recipes/crushing/raw_osmium_ore.json +009da27a12e0191ca88c2aebc25380206a25b3ac data/create/recipes/crushing/raw_platinum_block.json +e4be847fe279dd906992020348a5ff2f28dc6be8 data/create/recipes/crushing/raw_platinum_ore.json +c2fdb33f73b63b17bfa24e7018d21b955b1eae85 data/create/recipes/crushing/raw_quicksilver_block.json +847049b925146f2af7cbfddfd24a488e27bf43bf data/create/recipes/crushing/raw_quicksilver_ore.json +e0ca95946955ade59f0ed4272b556facd6e29daa data/create/recipes/crushing/raw_silver_block.json +a6cffb8fa65a55876105295c18bfc8f00317dcec data/create/recipes/crushing/raw_silver_ore.json +d92c7cbaaee6c0d082a50f5b1629d62edd944151 data/create/recipes/crushing/raw_tin_block.json +0ac72f60b0de26b051cdc54243b501640cc4173e data/create/recipes/crushing/raw_tin_ore.json +da12942204f6aee63d7a8112a410e6aec74370e5 data/create/recipes/crushing/raw_uranium_block.json +4e90a98768c0c462b4bdf1c827461af17b5d8561 data/create/recipes/crushing/raw_uranium_ore.json +5a3bb980c8583e2e8bc3484e20d3ee0932d48b61 data/create/recipes/crushing/raw_zinc.json +628dcdf4d230362ef574be978e0e38a6fadc5824 data/create/recipes/crushing/raw_zinc_block.json +268f64d9d7f99e12d0a8228d3455c70e436ebd7f data/create/recipes/crushing/redstone_ore.json +e1181a36ecf2b628c3630031ccd2e21d0c16c49f data/create/recipes/crushing/silver_ore.json +8468739f330361e9fadbd2dcfc71372d30718d16 data/create/recipes/crushing/tin_ore.json +97beb27a8fb05f799c215a4cb5691d4e03a6820e data/create/recipes/crushing/tuff.json +d16603ecf47014f2f8c6d9b5ce0ec5a5a398978f data/create/recipes/crushing/tuff_recycling.json +e80e766d07a0ab4ab6308749efa33ca1b930136d data/create/recipes/crushing/uranium_ore.json +37267cc5414a10929dcf1a6632f88557bd28547e data/create/recipes/crushing/veridium.json +560634c216c8bd55e72007a81cd2acb6d56f955f data/create/recipes/crushing/veridium_recycling.json +b135e3faf6afef4b6a5f00197997b47ff8e90568 data/create/recipes/crushing/wool.json +b62894fb1442ad947a976284bd7c1b23a6143798 data/create/recipes/crushing/zinc_ore.json +b5c33d039e3c9771b3ffc322aadae7e75a823635 data/create/recipes/cutting/acacia_log.json +b45b88bf2ac614b2518437656746f8e8a465d693 data/create/recipes/cutting/acacia_wood.json +cdb26cd91feeda5901f31f57c16517dda5287810 data/create/recipes/cutting/andesite_alloy.json +1a3dd0e51603a3e47da4465da210004c78028faf data/create/recipes/cutting/birch_log.json +71c3a093c849a99fbaef8772114ac9305627f2c1 data/create/recipes/cutting/birch_wood.json +4f756e256a7814e2b9a6632d38633bb78c5046cd data/create/recipes/cutting/compat/architects_palette/stripped_twisted_log.json +310dfb6c7e7649c0ede306fda71459e7f2bc8c7e data/create/recipes/cutting/compat/architects_palette/stripped_twisted_wood.json +8645e8ee47b0a6a432f85b7f2e07957e21adeb70 data/create/recipes/cutting/compat/architects_palette/twisted_log.json +085c2e98ccd55576f4948bccfda443ff3d95824b data/create/recipes/cutting/compat/architects_palette/twisted_wood.json +60a64dc871d6b23274e01edfa9cdd331aa4365c9 data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_log.json +e4c23f6502bae92d3baa1845da87073e1719938e data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_wood.json +1ff887f11099b4536bf6fad3e407a37e83d3bfca data/create/recipes/cutting/compat/ars_nouveau/green_archwood_log.json +ec130b4ca348a1245e18785df0714bf41b11aecd data/create/recipes/cutting/compat/ars_nouveau/green_archwood_wood.json +da71348a35a0c921b447a817e6e2d48b6df47307 data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_log.json +af1ca00e05d554bba1d85c766e52560d5ea8fe4d data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_wood.json +1f8e313658c55cef063d6301c4cc4305df9342e8 data/create/recipes/cutting/compat/ars_nouveau/red_archwood_log.json +144d0b6fdce5a7d394161f61c1bab37630be4d64 data/create/recipes/cutting/compat/ars_nouveau/red_archwood_wood.json +6bfcfc513f45b9cf9fba86b2c20c19e781ea6392 data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json +498bd7d0acc0be5d343d800ee3b191748ca77492 data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json +6f51d9c5490e7249b19ea98b8b995e6efcc5f83f data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_log.json +31d05d982d59f11bd1aba2e3a1a54557e3370163 data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json +080e8f9c81b692bf396a41e7fe2800ebf83cb640 data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json +1a66e7e6dfba9531bbb5a1d0bf014e16d6cbb6be data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json +5c1c8275b2e30fdf387dcf358fd41e995e817c86 data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_log.json +9dc5bd8a1002b9d299d60a405720950eb0b4e9ab data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json +2469ee3ee07486d125fa476845533ef6bb1c9eb6 data/create/recipes/cutting/compat/biomesoplenty/cherry_log.json +0b80cdc4c48ce36d300aaa54be2f49fa684d2b41 data/create/recipes/cutting/compat/biomesoplenty/cherry_wood.json +76872508fd1b302d4e94a2017ea72f7d38de6273 data/create/recipes/cutting/compat/biomesoplenty/dead_log.json +6bee03a37457acfc937c36ffb2d58ca97218c002 data/create/recipes/cutting/compat/biomesoplenty/dead_wood.json +c62f06b79bdac37704f0fa31459f98aeb2d4f7ae data/create/recipes/cutting/compat/biomesoplenty/fir_log.json +530425aed6c6acd1463f17e88aba7794118758a1 data/create/recipes/cutting/compat/biomesoplenty/fir_wood.json +e88e60e59fe0eb3118b00b02af9e529c866785d3 data/create/recipes/cutting/compat/biomesoplenty/hellbark_log.json +6997475ab7fb0c489188749447a0212d5facc1ca data/create/recipes/cutting/compat/biomesoplenty/hellbark_wood.json +4838e37981d65e3a732e320fd75f8e4762271ef9 data/create/recipes/cutting/compat/biomesoplenty/jacaranda_log.json +96bac76034038740a7c9e84c48ba90442a669774 data/create/recipes/cutting/compat/biomesoplenty/jacaranda_wood.json +4c5c28264e05e294de2b316fdd0dd2de8b8a1ed2 data/create/recipes/cutting/compat/biomesoplenty/magic_log.json +3634bb459019791c1010b7b93886e9d70fb00aa4 data/create/recipes/cutting/compat/biomesoplenty/magic_wood.json +697be2e1eccbf5ec96d5f00ab7ec03918a32f5c3 data/create/recipes/cutting/compat/biomesoplenty/mahogany_log.json +fa8a8440905213675dd769ae29509a1cbcabb1c1 data/create/recipes/cutting/compat/biomesoplenty/mahogany_wood.json +1130274e3e8abc3d3c7fe646898db7c68a59fed0 data/create/recipes/cutting/compat/biomesoplenty/palm_log.json +184b9042633580815a6d1e2e1f1d3c543f26a3e4 data/create/recipes/cutting/compat/biomesoplenty/palm_wood.json +919a8fbf9f8e7f398a28a8af71ca4ad48ed8d6db data/create/recipes/cutting/compat/biomesoplenty/redwood_log.json +165e2642f98885734b3f815579ff589b8f0b870e data/create/recipes/cutting/compat/biomesoplenty/redwood_wood.json +e01b8ec89beb25e803d5c7a3cc02b8623065584c data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_log.json +c7290c1339ca052176a1907ae9264ad106cd0238 data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_wood.json +1a3f84111c5027304bfe8d037fa853125b2183c2 data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_log.json +8f2c2015927767d627be865dc603530dd05328ee data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_wood.json +822d84a550496c7f2c3ee127314a50512dfe5c8c data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_log.json +737f59278b7b08c743b1ba5dc336c906b7fdd0e5 data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_wood.json +03196fc1d845abe7f16ebbf25c64c86ad9c42efe data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_log.json +b067086760701e8c11ced7b871b97e0ef7b1b2f0 data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_wood.json +06dc710f86bfebb1a6927f3dff8d64e48009acf2 data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_log.json +a300edf8cae5ad7b3e2c129b44d1ea956e517c41 data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_wood.json +285b0ec232953870c714ce0b05b129e3e5833ee1 data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_log.json +91647155034c4ffa87005d38416704dbb3c7b569 data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_wood.json +3df1098856ffc9ae705f3ed577be378801e1fff9 data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_log.json +be8856c7ddcac88a2d51980d963964c98b623dd8 data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_wood.json +a77cbccc69c38b78bf15ee90fa377c11a8539cef data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_log.json +e5df4bc6f127838474fadcb14e7bfaee739dddad data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_wood.json +dfe420fd232ddf6ef27dd97baebef38b1087a55b data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_log.json +5bb6720ae1472207587a935d3fca5f065e0efa1a data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_wood.json +079b43a27f33868a776e27f22432d81051067ea1 data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_log.json +35c64750475e72b01333694c1d588213838528cd data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_wood.json +cf2036fe04660304257d7e5822eeff6656685417 data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_log.json +f69bfa1c375c67d63d7b35475dedbe76644c10a5 data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_wood.json +71a5963ad5dd9de348451ae4bfbad46cc06b8d8f data/create/recipes/cutting/compat/biomesoplenty/umbran_log.json +4cc971f56409befacd039a09ed5b561702681172 data/create/recipes/cutting/compat/biomesoplenty/umbran_wood.json +f3c630ba88419ea2fdf55b03eac22aac88acd56c data/create/recipes/cutting/compat/biomesoplenty/willow_log.json +f661dc5faff7e08489ef6ac4996864b79e53804a data/create/recipes/cutting/compat/biomesoplenty/willow_wood.json +c3c4999b33f2f29f31f1ac2cd0256694e530b6ab data/create/recipes/cutting/compat/blue_skies/bluebright_log.json +686bb3eab9fd2fc0439ffe7c31c08dee37eb17c3 data/create/recipes/cutting/compat/blue_skies/bluebright_wood.json +297eec4fefb378592eb2f74c082379cd93e5c2a9 data/create/recipes/cutting/compat/blue_skies/cherry_log.json +62b05ddc8d5d634d9fe0262490f3bf08435ba9ee data/create/recipes/cutting/compat/blue_skies/cherry_wood.json +dfcee56f35b64e0b6d9a86a113f56de78f0ce6b3 data/create/recipes/cutting/compat/blue_skies/crystallized_log.json +0f6fa127bf9fd14a799985437eb1554a527f71c8 data/create/recipes/cutting/compat/blue_skies/crystallized_wood.json +a0ca7db3a2a631be843c697347ad70501b4e700c data/create/recipes/cutting/compat/blue_skies/dusk_log.json +ccfa435f7714312b8f307503203cb53d1643282a data/create/recipes/cutting/compat/blue_skies/dusk_wood.json +d7d5a3b1dfc58f0779819ce96fb382a5b023fba5 data/create/recipes/cutting/compat/blue_skies/frostbright_log.json +eee254d6e658b9584223d3fdb52d02e6257cbf02 data/create/recipes/cutting/compat/blue_skies/frostbright_wood.json +80499299707fbaad688fada38255b0dd076371f0 data/create/recipes/cutting/compat/blue_skies/lunar_log.json +177c8fd94e40a9ed839f43fbf6ee6afa53da7d93 data/create/recipes/cutting/compat/blue_skies/lunar_wood.json +a8cbd0e4f80fa6cf5b295c488a5795af9d20c923 data/create/recipes/cutting/compat/blue_skies/maple_log.json +a5ceee5b1c402dfcb06851a696c4ba4e3c15d790 data/create/recipes/cutting/compat/blue_skies/maple_wood.json +137ccda54b20e644f2aedafd924a976ffd88d452 data/create/recipes/cutting/compat/blue_skies/starlit_log.json +1960934756be7cb82421e9428622eb853c96c451 data/create/recipes/cutting/compat/blue_skies/starlit_wood.json +c96c5ecb3913b7611cea45dd45be447313a53278 data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_log.json +26af6c6fc9e093d466b8a920de16e95aca9e0fe6 data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_wood.json +92086d7f5a5090e934868726542173c0f4694cfe data/create/recipes/cutting/compat/blue_skies/stripped_cherry_log.json +5b0a7d97c604b80cd81f30c6c9baa02dce908f9b data/create/recipes/cutting/compat/blue_skies/stripped_cherry_wood.json +2ef370bdc202010ef3f3d28a3df050b785178966 data/create/recipes/cutting/compat/blue_skies/stripped_dusk_log.json +e64dc0f1b77303152596c2c092783d06cfaed371 data/create/recipes/cutting/compat/blue_skies/stripped_dusk_wood.json +523239c7e97a4d0ea9a602324926ff8c7de21122 data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_log.json +a29748d29a707f36cc660b833fc1d1caab2c7c2a data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_wood.json +5eec34196ea44c10cd72a75a843b22fa5a4ab419 data/create/recipes/cutting/compat/blue_skies/stripped_lunar_log.json +c3be04b553399fe0a7e0ec551086abc7c3eedf36 data/create/recipes/cutting/compat/blue_skies/stripped_lunar_wood.json +43af28179df2cdd235293c8be0ec9fdd30393b6d data/create/recipes/cutting/compat/blue_skies/stripped_maple_log.json +6972e2bde54d352e14431fd334a06bfb1c83ecb6 data/create/recipes/cutting/compat/blue_skies/stripped_maple_wood.json +d4c2e45ea9525bb4d8df7e8ffaa4fba18c40d30f data/create/recipes/cutting/compat/blue_skies/stripped_starlit_log.json +964a494326ee801e693c9f4d870a8420a532e8cb data/create/recipes/cutting/compat/blue_skies/stripped_starlit_wood.json +158cde5b02ffefebe1d2a393f443c918fce9987e data/create/recipes/cutting/compat/botania/dreamwood.json +159b2c750e34c4782146554c6dc4b10a67e68c98 data/create/recipes/cutting/compat/botania/dreamwood_log.json +5d137232772d1f78be59fb8f382cee312b6df601 data/create/recipes/cutting/compat/botania/glimmering_dreamwood.json +eb5e05b5cab9fa314277121a0cbf94bdafa2e14b data/create/recipes/cutting/compat/botania/glimmering_dreamwood_log.json +f335b36e818ad653a245f54c9c77a7d9c041c561 data/create/recipes/cutting/compat/botania/glimmering_livingwood.json +49b875f3a21b5a85c33ac5de992d071aa0c8f4fd data/create/recipes/cutting/compat/botania/glimmering_livingwood_log.json +eb48e281f17bc125511870ff02a58cab915e435d data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood.json +217ea2bc83a98334f0f155a64a1ea1e19a661e56 data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood_log.json +8e39b16d4d1db2643cc5ec79773b1ae2b5bed1ab data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood.json +407698357fb1ff81ef4e35b32f3f1692cbb317c9 data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood_log.json +0c43382655638d8bca0c84fadb6d609ecc16ecd2 data/create/recipes/cutting/compat/botania/livingwood.json +da68af0ba1b040e8049a224e8ea8ada7fcc1f45a data/create/recipes/cutting/compat/botania/livingwood_log.json +eed98e7a9d5c4cd1bf39e4268bac6f1dc348d512 data/create/recipes/cutting/compat/botania/stripped_dreamwood.json +7fadb54f614bfe0af2c2c22f46c6923a14fefa8c data/create/recipes/cutting/compat/botania/stripped_dreamwood_log.json +2786670eacfe51a1f4adc4b83e825f93c328a1ea data/create/recipes/cutting/compat/botania/stripped_livingwood.json +9f471696da339cadeb3d805c3ea61310b1d81ff4 data/create/recipes/cutting/compat/botania/stripped_livingwood_log.json +4e775fd59f7c5b4ca0861cd9a077d3e0e464b4a4 data/create/recipes/cutting/compat/byg/aspen_log.json +bd21d721698b1d46f2a0483e2ea926558ba8f0ea data/create/recipes/cutting/compat/byg/aspen_wood.json +cef520dc7a7c4ec257f2b4ab2b1b134ef29874f0 data/create/recipes/cutting/compat/byg/baobab_log.json +56002a9c9d210fdce2d21c4abb17851b5bc770f9 data/create/recipes/cutting/compat/byg/baobab_wood.json +5492c3b2db0fefb3f1498bbb440d5c92bad7e072 data/create/recipes/cutting/compat/byg/blue_enchanted_log.json +6b32af35555c83fee27c43858ebe03711c825d36 data/create/recipes/cutting/compat/byg/blue_enchanted_wood.json +2325864b4f7a80d466f5eef373f65cccb0557d55 data/create/recipes/cutting/compat/byg/bulbis_stem.json +52320312ae0aa6d957f841b430355d96afdbfe0b data/create/recipes/cutting/compat/byg/bulbis_wood.json +a1aae5af9bc5a95d90d7350330986743e6ddf408 data/create/recipes/cutting/compat/byg/cherry_log.json +82b41df50cfc394aa8e439bf259bba640bb375e8 data/create/recipes/cutting/compat/byg/cherry_wood.json +588ea2463640155d79724a694b5152574ea3f2a7 data/create/recipes/cutting/compat/byg/cika_log.json +880d0190030e3a70fd2a21ab4fc11604fbaac447 data/create/recipes/cutting/compat/byg/cika_wood.json +1fc63cafc946178443d1e362b9730455f2192b25 data/create/recipes/cutting/compat/byg/cypress_log.json +c27c16aec08599e76020ac4b40dc5085b2a85d3a data/create/recipes/cutting/compat/byg/cypress_wood.json +5daca7d84f07e72a961fce6e405cd13428411bd3 data/create/recipes/cutting/compat/byg/ebony_log.json +5e7650fdc0541e996db733880ddd7746f6998660 data/create/recipes/cutting/compat/byg/ebony_wood.json +0357f1d46f7b79de4b20af24eff754c5d280ed3f data/create/recipes/cutting/compat/byg/ether_log.json +464978c5018fb884aecad8455caefa3396b88bea data/create/recipes/cutting/compat/byg/ether_wood.json +3053408dcc0deedd992e4ca8c9181fff1a952ad8 data/create/recipes/cutting/compat/byg/fir_log.json +dfd2ce56f18327ac7feea783d5c7439dd2516884 data/create/recipes/cutting/compat/byg/fir_wood.json +40af5f403a0681833109b26b6da8762d99df484a data/create/recipes/cutting/compat/byg/fungal_imparius_hyphae.json +3d7de0bab24b7ea34c34a25383c4937cc9f585d8 data/create/recipes/cutting/compat/byg/fungal_imparius_stem.json +121375152c841b695bbd23fa4a4ad408243464fe data/create/recipes/cutting/compat/byg/green_enchanted_log.json +16b991e08d10fe32b93d987113c12dc9568517c3 data/create/recipes/cutting/compat/byg/green_enchanted_wood.json +65d3c6f12bd86be2060487adce703896c596207d data/create/recipes/cutting/compat/byg/holly_log.json +6ccd44a9607d8ac1b34896f6b0f427865a18a447 data/create/recipes/cutting/compat/byg/holly_wood.json +47dd1a429986a790a418c97f56884fa19dcbc74e data/create/recipes/cutting/compat/byg/imparius_hyphae.json +a24ac854f3b3ebf57bea9ebd58fd9655fed8e922 data/create/recipes/cutting/compat/byg/imparius_stem.json +6152e117579369ae3388f6f458331a6747a83272 data/create/recipes/cutting/compat/byg/jacaranda_log.json +3e58caf860dfa0432bad58aae44d5713264010da data/create/recipes/cutting/compat/byg/jacaranda_wood.json +58c4d750ed6a08f30908c7508106a224c2047de8 data/create/recipes/cutting/compat/byg/lament_log.json +d93f6deefd5bcf4d91242534d9b588fa2ab1a7de data/create/recipes/cutting/compat/byg/lament_wood.json +6f3a120fae7fdcc98a416185107381a6caf739b0 data/create/recipes/cutting/compat/byg/mahogany_log.json +19cf897802135c3ebdf68f6e2bc41f3cf8d0ddb0 data/create/recipes/cutting/compat/byg/mahogany_wood.json +3a43eb5e02d1ac6f4ea95d4b376d5876a36f0b61 data/create/recipes/cutting/compat/byg/mangrove_log.json +9660d7a107fecef2975f55aa4a221742abb6095f data/create/recipes/cutting/compat/byg/mangrove_wood.json +d13e02245ca4acd0c4c4d38359eddf3b22fcff7f data/create/recipes/cutting/compat/byg/maple_log.json +9c947dd9fb94709b481daa3ec5156b227b061cdd data/create/recipes/cutting/compat/byg/maple_wood.json +f25cdfa7c0ff0d9c0bfb8fd4c678d1ad61d6f755 data/create/recipes/cutting/compat/byg/nightshade_log.json +7b58e103b01afc4b730b5b3f71cb9fd893427916 data/create/recipes/cutting/compat/byg/nightshade_wood.json +ab8cd4e768bb4b6945498249f9d5302909de199e data/create/recipes/cutting/compat/byg/palm_log.json +c446697efd034229fb5334af83f75b6418806074 data/create/recipes/cutting/compat/byg/palm_wood.json +476fceb3e5b0284125de9c53227e318e1025ca63 data/create/recipes/cutting/compat/byg/palo_verde_log.json +bb3f841b52b75cd14aa5ea82f1459f2a7b234c36 data/create/recipes/cutting/compat/byg/palo_verde_wood.json +eeb2e2db22875cfe74b30f834637dd74006bde5d data/create/recipes/cutting/compat/byg/pine_log.json +911a25900b077a512dc59331055b06481944f207 data/create/recipes/cutting/compat/byg/pine_wood.json +4ca5a84e9f098c9a935b1321fca795f6fcccd0f9 data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_log.json +5735995aa9f0717817b819268e3885ac6f7ed1e0 data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_wood.json +28823f07067a1df8f152d6c1ddeeae8e61bf47eb data/create/recipes/cutting/compat/byg/redwood_log.json +dbd5003c9b08a7794b0aeac2eb1e0996f00de73f data/create/recipes/cutting/compat/byg/redwood_wood.json +0a25e874ba7b36357a6d4172eb74af363db339cb data/create/recipes/cutting/compat/byg/skyris_log.json +0ff912a98f11fdeee6f5ad34f36c591ce944b1cf data/create/recipes/cutting/compat/byg/skyris_wood.json +201ef4c331f3083cf2272ce1bf3aacbd76d91c54 data/create/recipes/cutting/compat/byg/stripped_aspen_log.json +cc9d820a5d2a987494884a682d9648dfcbfb1055 data/create/recipes/cutting/compat/byg/stripped_aspen_wood.json +a844fac33edd99c0f166f17cd493c4c01ffe1d35 data/create/recipes/cutting/compat/byg/stripped_baobab_log.json +bb1d318dbfb3deada9db8c5c679977684468b60f data/create/recipes/cutting/compat/byg/stripped_baobab_wood.json +fec45c1d4084c9de211876a3fd313313c18920b2 data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_log.json +608a3d0bb5ca12e95141016099085821e47f4e98 data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_wood.json +087dd3a1c516f9db9729974781bc68e13ff4b3de data/create/recipes/cutting/compat/byg/stripped_bulbis_stem.json +f45c17bea93fc15f10b0c135ebf334a41a2e68d2 data/create/recipes/cutting/compat/byg/stripped_bulbis_wood.json +cb67e5541cef77a6dafdc825b39040ee95f86652 data/create/recipes/cutting/compat/byg/stripped_cherry_log.json +4fe4537e4e38cbf19e6a2d04481e6d849edc8374 data/create/recipes/cutting/compat/byg/stripped_cherry_wood.json +4187543812af8be22977b2b503ffb16ff82e38e6 data/create/recipes/cutting/compat/byg/stripped_cika_log.json +72c90971b638693cf7425ff59530672f37433b52 data/create/recipes/cutting/compat/byg/stripped_cika_wood.json +c66c179d9989be618909104ba8e0f399ca34a630 data/create/recipes/cutting/compat/byg/stripped_cypress_log.json +0dbf97db4afd35580faadb6d5964ef9098438ac4 data/create/recipes/cutting/compat/byg/stripped_cypress_wood.json +944b0993af3591956df6c2c5cd7fd08643c2dccb data/create/recipes/cutting/compat/byg/stripped_ebony_log.json +ee3de122e8ff85f1eda9a1834e3c19eef1250685 data/create/recipes/cutting/compat/byg/stripped_ebony_wood.json +e64357b673fe4f983e9547305f8f95272e8b8b77 data/create/recipes/cutting/compat/byg/stripped_ether_log.json +c2ecdaadf564d496ab679b38356ce9614237668b data/create/recipes/cutting/compat/byg/stripped_ether_wood.json +a267fc6425816b6bc01396221470e0814e6bd942 data/create/recipes/cutting/compat/byg/stripped_fir_log.json +b7647e89ee29a4e116c49c1ae419d3d053608017 data/create/recipes/cutting/compat/byg/stripped_fir_wood.json +3b0e0a3a91e8f19b2f48f53044a2e3d5479578a3 data/create/recipes/cutting/compat/byg/stripped_green_enchanted_log.json +1406357c702c4d82f372e4f1a837591586faff97 data/create/recipes/cutting/compat/byg/stripped_green_enchanted_wood.json +2772e21459b48648f3c54b82243994f38a691c84 data/create/recipes/cutting/compat/byg/stripped_holly_log.json +46b523df1967aca55cc9f9763016bcd6133a3cb8 data/create/recipes/cutting/compat/byg/stripped_holly_wood.json +0b4b05df393e5e0bda59877b9f9048b7c510043d data/create/recipes/cutting/compat/byg/stripped_jacaranda_log.json +503bc3dcefeee34b91527eeb61a6ebd50d678fbd data/create/recipes/cutting/compat/byg/stripped_jacaranda_wood.json +4fbaedf8e7a601f592c6c671de6435b52c44b6d4 data/create/recipes/cutting/compat/byg/stripped_lament_log.json +0b4478eba4e2d9bd835d9ad91dcf2eccfc538f12 data/create/recipes/cutting/compat/byg/stripped_lament_wood.json +3550d5eb7f8eab95f4dd840d72cc14dea7acdb67 data/create/recipes/cutting/compat/byg/stripped_mahogany_log.json +d66b3e69b6bcf38a9d01fc9290b81778b46459f0 data/create/recipes/cutting/compat/byg/stripped_mahogany_wood.json +e82ba4d10c33003e06c85bc4f21092453a3a8286 data/create/recipes/cutting/compat/byg/stripped_mangrove_log.json +15fbb8520e495097186a1563fc185c0e14f06951 data/create/recipes/cutting/compat/byg/stripped_mangrove_wood.json +4778e5d9e1b5a5d254483dedf9cf22cbda73ca2d data/create/recipes/cutting/compat/byg/stripped_maple_log.json +18b5f67be3d28bc6c8764d2ad576f16745d95109 data/create/recipes/cutting/compat/byg/stripped_maple_wood.json +1446329655130e0cf0f0da7c1c17f517bbfb9d79 data/create/recipes/cutting/compat/byg/stripped_nightshade_log.json +c1ddc415556ebf6c6b518d3dc1c54f389ecc6ca9 data/create/recipes/cutting/compat/byg/stripped_nightshade_wood.json +cc7a000cf42f792912531e83f00cc694bf47d0ee data/create/recipes/cutting/compat/byg/stripped_palm_log.json +6ad7a35bfef1334a0566496f9a4658c4213db72e data/create/recipes/cutting/compat/byg/stripped_palm_wood.json +1ac1701b9779eb875b371a3e8742b1de203a0339 data/create/recipes/cutting/compat/byg/stripped_pine_log.json +9be87d49f1f20967d115c842d551cbcfe813fe50 data/create/recipes/cutting/compat/byg/stripped_pine_wood.json +39bda1670d29736ae18a72115b5525e2b54b26c2 data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_log.json +da8e26696706d6a0c5af520bcde6246f463a6e7d data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_wood.json +b2720a4858848f941e264a8f78653477d7283403 data/create/recipes/cutting/compat/byg/stripped_redwood_log.json +ff3707171e4422b08b6eb9b9bf6a1a4bdffdbe16 data/create/recipes/cutting/compat/byg/stripped_redwood_wood.json +a72ab3e1f450e11903d403ede28ac1395c360d2e data/create/recipes/cutting/compat/byg/stripped_skyris_log.json +096b56116fe9c02005e68c84c15d7ba4c590572a data/create/recipes/cutting/compat/byg/stripped_skyris_wood.json +b6f1b9584cb32d329023815be6b3df8e17dbcf0b data/create/recipes/cutting/compat/byg/stripped_willow_log.json +8925bfb2575712dd3abc306b64bafd93d168dd3b data/create/recipes/cutting/compat/byg/stripped_willow_wood.json +03bda6ad269d122e39adb211b1f3a8ed1ba11eb9 data/create/recipes/cutting/compat/byg/stripped_witch_hazel_log.json +03865937f2c740871024d8bd51ef5e07567f1c3d data/create/recipes/cutting/compat/byg/stripped_witch_hazel_wood.json +611bed180fa9ec6fa5e7cc3e8958836c2fb24489 data/create/recipes/cutting/compat/byg/stripped_zelkova_log.json +f4283de13917784d85c0ba84f68424ec8b69545f data/create/recipes/cutting/compat/byg/stripped_zelkova_wood.json +667d33f61cb4c5f5d204169c9e3adf11154bdfc2 data/create/recipes/cutting/compat/byg/willow_log.json +53f2571f67a1991676981a239875814d99f62e6c data/create/recipes/cutting/compat/byg/willow_wood.json +73e9929c94048d2fa4646dc92eaf02cc0f2b71da data/create/recipes/cutting/compat/byg/witch_hazel_log.json +88b328cf0c0a02f296056abb423e4f3745e5ab4d data/create/recipes/cutting/compat/byg/witch_hazel_wood.json +31a331b2294c726f0e6b4573b1db14c2423116b2 data/create/recipes/cutting/compat/byg/zelkova_log.json +f249713773128375a0869a8df3205b384e2b54f4 data/create/recipes/cutting/compat/byg/zelkova_wood.json +363da3d703f57ccac27632b573734a940799374b data/create/recipes/cutting/compat/ecologics/azalea_log.json +052c45bc088143aae8508af521a8f91a2c263459 data/create/recipes/cutting/compat/ecologics/azalea_wood.json +10b5a67570271c02e12d3d46e48c2ed8fe2fd2fb data/create/recipes/cutting/compat/ecologics/coconut_log.json +8d34f87daf269250af59bae242322bc869017d84 data/create/recipes/cutting/compat/ecologics/coconut_wood.json +bec2975b6e10bb12261feb952e8e7cd6e0019619 data/create/recipes/cutting/compat/ecologics/flowering_azalea_log.json +701a522dbdfab4a7772b0f8dd5d9759ce24052e3 data/create/recipes/cutting/compat/ecologics/flowering_azalea_wood.json +b12bab3ed019328ce83f64b828b366b72503e823 data/create/recipes/cutting/compat/ecologics/stripped_azalea_log.json +2a5d12c6b39847533e6940931ad201e6924aae38 data/create/recipes/cutting/compat/ecologics/stripped_azalea_wood.json +37a3e9f0220b51d51250fe6febb7348858f0e8b5 data/create/recipes/cutting/compat/ecologics/stripped_coconut_log.json +e2308624a37abc099e2349456afa1c4064b02fdb data/create/recipes/cutting/compat/ecologics/stripped_coconut_wood.json +c6b1455c29d3bd0ff387edad10328ba4dd8b7f44 data/create/recipes/cutting/compat/ecologics/stripped_walnut_log.json +0026f35ef1445df9c3bb83bdfe25898cceffd5e4 data/create/recipes/cutting/compat/ecologics/stripped_walnut_wood.json +e4c5b799335a71a4259de6519ff9fe86fc014c85 data/create/recipes/cutting/compat/ecologics/walnut_log.json +45734ddd48ac17b25b88cf1f5b0d227431946cf7 data/create/recipes/cutting/compat/ecologics/walnut_wood.json +cbd3c2674078ba4966965990aaa51ee5afc2cf8f data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood.json +17c1e13d1261454992c6063dcecf7e54d4a645a5 data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood_log.json +e5c3b98a78aa3995654583f3ce1c70e7cf8c2130 data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood.json +58166d1cdb0e04952667484b6568de9d081aeba3 data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood_log.json +9cc60d3115f09eee286781905a1d0ca11976dbb5 data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood.json +4b2e710b98a3fd0a883cf5be9ec75835f8e4631b data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood_log.json +a3035cdad141574294844b8aaa41b92ac76dac2e data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood.json +20e75208dcb1720de5bbf629911f52b95612227f data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood_log.json +4bfafcc6fe8372535420dde28fcb3670cf171ad6 data/create/recipes/cutting/compat/hexcasting/akashic_log.json +ff7713c6899e7c4cd921f0e72d1cfc26f506ada5 data/create/recipes/cutting/compat/hexcasting/akashic_log_stripped.json +0bb9d6dd590881c9b8c4b7297694e78196cd9f85 data/create/recipes/cutting/compat/hexcasting/akashic_wood.json +e01ed96c30daba091c4f435858795f1aa088f1be data/create/recipes/cutting/compat/hexcasting/akashic_wood_stripped.json +f87872a26b790bd29abfc036486474c5db8ee518 data/create/recipes/cutting/compat/integrateddynamics/menril_log.json +cd568df5168a0cfccbdaaf767ec63d71871ba3ba data/create/recipes/cutting/compat/integrateddynamics/menril_log_stripped.json +b5573785c73cbf3b2c2bd096bb0a12b054819b74 data/create/recipes/cutting/compat/integrateddynamics/menril_wood.json +ebca8e98bca0a5c8926c4aa5b197d5d436e2e00b data/create/recipes/cutting/compat/integrateddynamics/menril_wood_stripped.json +a0194f77f72349786f6b87e641c9628f7fe46fdf data/create/recipes/cutting/compat/quark/azalea_log.json +17daa6e2505ae75e51def1f1523f9d6f120de696 data/create/recipes/cutting/compat/quark/azalea_wood.json +118122fbd3154c0090768d9103e802d2e68b3f06 data/create/recipes/cutting/compat/quark/blossom_log.json +57b23b572f4d75bb39f7f84277f0a0a4e6be992b data/create/recipes/cutting/compat/quark/blossom_wood.json +e05b81a5609420153b3ecace758a153bd88a4bef data/create/recipes/cutting/compat/quark/stripped_azalea_log.json +f820204e8d99f21203b001da23e8b44cf61e33e2 data/create/recipes/cutting/compat/quark/stripped_azalea_wood.json +af71513af8de414036ff73fee0eaca4b823de99c data/create/recipes/cutting/compat/quark/stripped_blossom_log.json +071c8a562233a342875c9cdd392bbebfe719e321 data/create/recipes/cutting/compat/quark/stripped_blossom_wood.json +8a9e25c2c196ab94c9e7b5fcb2cf27bc161a8d1c data/create/recipes/cutting/compat/silentgear/netherwood_log.json +9e869a4b7bbb08fefa140292f0cb0806a795fc59 data/create/recipes/cutting/compat/silentgear/netherwood_wood.json +d9cdc0eb674cdf08963ac8f97ee6a7ea2f99e779 data/create/recipes/cutting/compat/silentgear/stripped_netherwood_log.json +071ed83f5ce7f15688e95a1bf33142061ec4aa22 data/create/recipes/cutting/compat/silentgear/stripped_netherwood_wood.json +b2ced0a8d2f9e610ccca5c849bf460492d5fa568 data/create/recipes/cutting/compat/tconstruct/bloodshroom_log.json +9a3551fe7a74cbf4107fa4b26eb2b92a4f19dc44 data/create/recipes/cutting/compat/tconstruct/bloodshroom_wood.json +2a8f39581c635bb98ab437fb48796505df99cfec data/create/recipes/cutting/compat/tconstruct/greenheart_log.json +c68a24ed72589e9427f60fbf8c33cbf8403297fa data/create/recipes/cutting/compat/tconstruct/greenheart_wood.json +4a548deea4a151fc1d58c81ab26bd30a61900864 data/create/recipes/cutting/compat/tconstruct/skyroot_log.json +763616da266a28b8c4b1a88df0ce87c6ce37367c data/create/recipes/cutting/compat/tconstruct/skyroot_wood.json +ad4a650ace874dab7f039e53afa0164de2601a05 data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_log.json +fcda399dee09fd7b7f8486fe5000522a4211c6d2 data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_wood.json +e7f542ab1523379f218d47c7365f1d3be41036b4 data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_log.json +aaa2b8cde03e0141fc4ccd3702fcb0d13966b391 data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_wood.json +dec7bfbdc2c974655110651365f701121370394a data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_log.json +0486cee0f932eee89bb26c2fe5b0ed076d05d1be data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_wood.json +9a2d7361718e64bf25c3660123ab9f506fad7dba data/create/recipes/cutting/compat/twilightforest/canopy_log.json +35f470c4fb8c1e651bcf8f161ebcaa0f9f888be2 data/create/recipes/cutting/compat/twilightforest/canopy_wood.json +02ef237d075e3033676e0229946c9c2bc9ae27e0 data/create/recipes/cutting/compat/twilightforest/dark_log.json +a032ee8a436f2f7efc993a6d791217d4096c55a9 data/create/recipes/cutting/compat/twilightforest/dark_wood.json +541b21973ffebe85f9e6c31879a46e60d29ec3ba data/create/recipes/cutting/compat/twilightforest/mangrove_log.json +7a8f8746a1d3851ed064138600439749fb619225 data/create/recipes/cutting/compat/twilightforest/mangrove_wood.json +f0018c0a0276f09c26a4ffa8dbff756e70e84af9 data/create/recipes/cutting/compat/twilightforest/mining_log.json +d6e04a2c5139229993067515749038519e664407 data/create/recipes/cutting/compat/twilightforest/mining_wood.json +d03b8d192ba433bd1660fee4cbac81b52b37b332 data/create/recipes/cutting/compat/twilightforest/sorting_log.json +acade83e3e155d869bb66a4c514eff14eaf43130 data/create/recipes/cutting/compat/twilightforest/sorting_wood.json +a819a899a63885169df3c5ff9a21981821154222 data/create/recipes/cutting/compat/twilightforest/stripped_canopy_log.json +cfa1a8b90368d788c29ef3ff57dafad780c29ca4 data/create/recipes/cutting/compat/twilightforest/stripped_canopy_wood.json +bbd6724c3e7b294620d148a283724847428e41ec data/create/recipes/cutting/compat/twilightforest/stripped_dark_log.json +31a5f34120e0fabe91e532e0e86d77a71c66139c data/create/recipes/cutting/compat/twilightforest/stripped_dark_wood.json +ef5428c754626c390bdc3bd5f0c4ceaae069259c data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_log.json +4db7b6856995a1fcb3d4f019816607bf242c043a data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_wood.json +49fd097bf3182fcdd2cf180dc333f7fe853b586c data/create/recipes/cutting/compat/twilightforest/stripped_mining_log.json +4f231e9c88cc7441a097effd59caca0ff8c7b291 data/create/recipes/cutting/compat/twilightforest/stripped_mining_wood.json +939d8b45db3554e7d9a6157ab13889606f5926ec data/create/recipes/cutting/compat/twilightforest/stripped_sorting_log.json +a4beff8b63bfcaef2e14fc74eaf991a2f0e09b09 data/create/recipes/cutting/compat/twilightforest/stripped_sorting_wood.json +1388f289e43aa0b7a4642af5fff252602dd274c4 data/create/recipes/cutting/compat/twilightforest/stripped_time_log.json +6f21b5b4c2d4aee61ac2d990fee1651def801a67 data/create/recipes/cutting/compat/twilightforest/stripped_time_wood.json +c7c462798f3935b300e0fbc1a616736276e13292 data/create/recipes/cutting/compat/twilightforest/stripped_transformation_log.json +4770650398d3787991fa0dde2274611e241ab330 data/create/recipes/cutting/compat/twilightforest/stripped_transformation_wood.json +d87200bda38ba06d6eaf732e05ba74110cb888e5 data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_log.json +d1a18db626fb8c1ed4684e99154a73f1ba94c341 data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_wood.json +bc6a18b90847c9e27a28c19a391fd343237f1788 data/create/recipes/cutting/compat/twilightforest/time_log.json +d9ea151935b7257f9a799be5959d736a20eabf44 data/create/recipes/cutting/compat/twilightforest/time_wood.json +917862f3314fd636f65ef8ca1826182cce386ee2 data/create/recipes/cutting/compat/twilightforest/transformation_log.json +29649f4c23ddc00eebe7352dcca0d4c695807c62 data/create/recipes/cutting/compat/twilightforest/transformation_wood.json +10227f5cf8a9995f7e59c509ad20a33f907a1203 data/create/recipes/cutting/compat/twilightforest/twilight_oak_log.json +60c949a998c4ffe6f838faf729ef9a7a247a59df data/create/recipes/cutting/compat/twilightforest/twilight_oak_wood.json +0a3c2e35782d54a28c3c60eae10bdd6247d5977f data/create/recipes/cutting/crimson_hyphae.json +cc4d09728d2407c0c972e696037d1b45db9a8bc2 data/create/recipes/cutting/crimson_stem.json +ebdf404a6de7880a42527c35727fa4214eb8cff3 data/create/recipes/cutting/dark_oak_log.json +5b3eab6a44b9c76e6317254214991128450c0cd7 data/create/recipes/cutting/dark_oak_wood.json +8dc8b46f4e75470466806da9d851db52a8166baf data/create/recipes/cutting/jungle_log.json +e34df7cc80df6139a0f77cd5f7b8b17b0abbffa9 data/create/recipes/cutting/jungle_wood.json +7f2d46fb9d896915469177e1647615de926cac08 data/create/recipes/cutting/mangrove_log.json +9f6520bfecff967456ca5c529810e1245e51bebd data/create/recipes/cutting/mangrove_wood.json +3617011bd39d6cdc5b9b326272d19df0b3510590 data/create/recipes/cutting/oak_log.json +554409e54c85164ae8e832208623f3400fd80750 data/create/recipes/cutting/oak_wood.json +0e67c6e6685d4b752b129456c607039a203d341a data/create/recipes/cutting/spruce_log.json +85cf63074b922696ea691cfbc2cf7c348d4e0977 data/create/recipes/cutting/spruce_wood.json +1e83972fa75e6cef279da72312ae0577e6b074a3 data/create/recipes/cutting/stripped_acacia_log.json +070aa9790369a368666c03bf1cea9643ed0e5bc7 data/create/recipes/cutting/stripped_acacia_wood.json +944dc5880749a146067716dd34b7edef77b925f5 data/create/recipes/cutting/stripped_birch_log.json +0ce39eb489b8d876954cbfcf715e94af79a57119 data/create/recipes/cutting/stripped_birch_wood.json +b90e5b0a18d6d2e7eae62d0caf41fb3dd597c1e9 data/create/recipes/cutting/stripped_crimson_hyphae.json +7244f0450df30a3b08139a1a43c82d3dfcc9f9a7 data/create/recipes/cutting/stripped_crimson_stem.json +fc37b271373157c95e306bb33b6585dae45d3edb data/create/recipes/cutting/stripped_dark_oak_log.json +a6ea6cec83389e333fb5f4a422043a1bd9f70f32 data/create/recipes/cutting/stripped_dark_oak_wood.json +7ec8691fc9236ded232cbac0454fb0f8ea57949b data/create/recipes/cutting/stripped_jungle_log.json +a8970a4ea88a0c3c75df9ab5e7a70e6ed385f5ce data/create/recipes/cutting/stripped_jungle_wood.json +6e96401efad8c35011369717614cd0f81f45c71b data/create/recipes/cutting/stripped_mangrove_log.json +a31d2317362342119530798385f12e76402fc0e8 data/create/recipes/cutting/stripped_mangrove_wood.json +4ff147a23e6314ab02b904b9026970f9a2498c99 data/create/recipes/cutting/stripped_oak_log.json +ba1eb67a609cecffd2ec06cb21a17191960bbc67 data/create/recipes/cutting/stripped_oak_wood.json +4c212147311aec6714936a630b95c5102d50acf9 data/create/recipes/cutting/stripped_spruce_log.json +d9f2558fd566bc362c8330b26d201b2774a530ea data/create/recipes/cutting/stripped_spruce_wood.json +58b61b31381bd7d663a6575b074dfb4bec8a50d3 data/create/recipes/cutting/stripped_warped_hyphae.json +39060c0293e8681bbce3444f702c1ec5cae967fb data/create/recipes/cutting/stripped_warped_stem.json +ddb27a32c1b01812db7cc317c962e35d794dae88 data/create/recipes/cutting/warped_hyphae.json +688e5c5719ce1c6a331cd9ac05ba21fdb2da96a9 data/create/recipes/cutting/warped_stem.json +7a01147d3c7d8fb9acb870b33e5a792328f88c3c data/create/recipes/deploying/cogwheel.json +1230f449873262e79585752d3430e5f7f383bcb2 data/create/recipes/deploying/large_cogwheel.json +dc35369da8514a5650704fd39e84861cce084b5d data/create/recipes/deploying/waxed_copper_block_from_adding_wax.json +7b7d596cdaa4000222177b405c04c6e8906561b4 data/create/recipes/deploying/waxed_copper_shingles_from_adding_wax.json +afbe0c612651ee90651ee7b39683c8baac2a115e data/create/recipes/deploying/waxed_copper_shingle_slab_from_adding_wax.json +66cd83c15d46692f27deaac280ef782bb2bd7909 data/create/recipes/deploying/waxed_copper_shingle_stairs_from_adding_wax.json +bcb9750b7c3504996d6177d5980128af018942a8 data/create/recipes/deploying/waxed_copper_tiles_from_adding_wax.json +eecd6194b0efc2bee321ba7fac7348cd3f5911ab data/create/recipes/deploying/waxed_copper_tile_slab_from_adding_wax.json +dfc1f8f6b0d1b6d23c9125c97eba31dadc370904 data/create/recipes/deploying/waxed_copper_tile_stairs_from_adding_wax.json +e260cded2b746bd79afaaa1e086cf2f0faffde76 data/create/recipes/deploying/waxed_cut_copper_from_adding_wax.json +33e338242aff64f9d52169392d2eb8e617b8da5c data/create/recipes/deploying/waxed_cut_copper_slab_from_adding_wax.json +5f4671548b18634ae440d7c64c4c97e5e533601b data/create/recipes/deploying/waxed_cut_copper_stairs_from_adding_wax.json +ff182d5c0c4b832ff566691d9b680c9039c55c16 data/create/recipes/deploying/waxed_exposed_copper_from_adding_wax.json +eff2e77f004873e695e419afc71a7011328d3de8 data/create/recipes/deploying/waxed_exposed_copper_shingles_from_adding_wax.json +5a7a622d5b340f83ba2d32fe53620744c5193a32 data/create/recipes/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json +b895ef423e64936b5d94ee54a6527316ed48d9d6 data/create/recipes/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json +9d566e599cc05aefde637faab1957813a5b6f3f7 data/create/recipes/deploying/waxed_exposed_copper_tiles_from_adding_wax.json +582083e0fed8760cde2c53aa2b02237eb59a3df0 data/create/recipes/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json +fec9d744770bfc517a72a2be45701aab6f3040b2 data/create/recipes/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json +0f18c91f36e3abae99a7dca72f3d80e59f03cf7d data/create/recipes/deploying/waxed_exposed_cut_copper_from_adding_wax.json +7ed36f4f3abfd37aec13a273b87d97c8ccc36cb4 data/create/recipes/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json +9cd5a6c71b5102ef2660e8a5c650cbd2c2327580 data/create/recipes/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json +97b7b3f65807328d0a036cb66ee53d898504da77 data/create/recipes/deploying/waxed_oxidized_copper_from_adding_wax.json +bd37d658666b2912c07b6daa6adaff99a479223a data/create/recipes/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json +07c82e555617f9d9166f2d2c9068ac421eb0b37a data/create/recipes/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json +d0c7805681e3ed6a6bc5775d42c702af924e8785 data/create/recipes/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json +41c879946a24ff330466476bdee9148859398842 data/create/recipes/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json +af72234311a9abf5c57c767c05274c466dceac53 data/create/recipes/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json +b35d22f891d1c9cab4340399e3426c96132b3fc7 data/create/recipes/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json +9d78f4d16273015d181be586f91e77f3b82ee18f data/create/recipes/deploying/waxed_oxidized_cut_copper_from_adding_wax.json +2a9c57a8ca9b013b7bc11d2588d4ba00b402f97f data/create/recipes/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json +5670c074c0f1961a5e499953a49c7e3f1f617ebf data/create/recipes/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json +58679c5c37eaa5a52ef9e0f4f7cc695c58ddee96 data/create/recipes/deploying/waxed_weathered_copper_from_adding_wax.json +5817055c1cf3ae572ffbe2765f3e519fda4c3342 data/create/recipes/deploying/waxed_weathered_copper_shingles_from_adding_wax.json +e962429c48ed12bb2d7b299719513c23a2088879 data/create/recipes/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json +2321ea4ed39d09b12a80be8df2c7c1dc4c6d2c18 data/create/recipes/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json +b635490492a22f88e24003bffb09c4d5e3fa2d61 data/create/recipes/deploying/waxed_weathered_copper_tiles_from_adding_wax.json +d0fc937a3e7ae42fb1891b7b87adb2b57292e01d data/create/recipes/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json +6852ea4c7f27520fb3388ec641be4cb94d907199 data/create/recipes/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json +9ab3ba5847c3abbc17c476436978141f2c039ce9 data/create/recipes/deploying/waxed_weathered_cut_copper_from_adding_wax.json +733dd94b46186c19fdecced5d8231e46ea612cf2 data/create/recipes/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json +cd4c050e6ad9227bf293768f2d8b965c0ecafeab data/create/recipes/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json +6a9fa669a5cbdc2406ecc5eaf6992e0e8fa83b88 data/create/recipes/emptying/builders_tea.json +5fb7e705b53ed84b607858be1db6a6d2765bea9c data/create/recipes/emptying/compat/farmersdelight/milk_bottle.json +ab35f7d885d8f2c8ccf562938ac804f6cb4c38ad data/create/recipes/emptying/honey_bottle.json +b4e78bf89677ff211c9a740231836ae0598cf0d8 data/create/recipes/filling/blaze_cake.json +aea7837e33bfcbdd1e0b4386372b6595fd00ad1d data/create/recipes/filling/builders_tea.json +0c69ff301d149af8d36be10a1e49b0be53a21a49 data/create/recipes/filling/chocolate_glazed_berries.json +1280689ba81877c6583c6941ed307ca35d4f00e4 data/create/recipes/filling/compat/farmersdelight/milk_bottle.json +12c19b46eec5bd371300dfcff5d2a9dd7169bb1b data/create/recipes/filling/glowstone.json +afeb566e5f989c58d239a2f66084ce3d813d111a data/create/recipes/filling/grass_block.json +36d0f06ea9fa065ed85fc596e08725a2e6c8d4af data/create/recipes/filling/gunpowder.json +c07c662c2ba8d7e5c72437096acfd7fdb99704f3 data/create/recipes/filling/honeyed_apple.json +c4e0373516bc98def80d0a13803cf980e3f905e0 data/create/recipes/filling/honey_bottle.json +3acf4a649751c23c8e39d649131939659c105a53 data/create/recipes/filling/redstone.json +deab6ea169b756376d89ea2200e0387a865ed2fc data/create/recipes/filling/sweet_roll.json +788cce637f455ea33408e5be5b75ce0e4cc57c95 data/create/recipes/haunting/blackstone.json +6f4039ea3aa482f15a18deba3d7d5fbd0e907c2e data/create/recipes/haunting/crimson_fungus.json +130d971b626bc871c23bd13d24b4fd23a954dbf2 data/create/recipes/haunting/glow_berries.json +4319a7d8ca417f1f2f1995b867c979e831a4de59 data/create/recipes/haunting/glow_ink_sac.json +ad3b1ecd1128b54f00b981b2672a27f1a5e39dc2 data/create/recipes/haunting/haunted_bell.json +6a8eb2597dc2efd538ed0540c4a8182058e9705c data/create/recipes/haunting/infested_chiseled_stone_bricks.json +77db0c662d274b42c896b88487fdf5152c22f4e6 data/create/recipes/haunting/infested_cracked_stone_bricks.json +077cd6bc7c0df7dfadf99562bf37a2d0b09b5100 data/create/recipes/haunting/infested_deepslate.json +26f60874d9583eca51b86e0179565007d3ff2738 data/create/recipes/haunting/infested_mossy_stone_bricks.json +c77509af1f1f394f13b99ce1f9a8d5c9068a8bc2 data/create/recipes/haunting/infested_stone.json +2eb4fc92d99c4b90ead42ba39dd9f7daab5ea409 data/create/recipes/haunting/infested_stone_bricks.json +17568d497edfe8e59ada60792df55bd60559584e data/create/recipes/haunting/lapis_recycling.json +dccb36fbb2ecfddf9b7f8ecbb5447debf85d1954 data/create/recipes/haunting/nether_brick.json +06b55546f08643c4dcb97c67742bae484906422b data/create/recipes/haunting/poisonous_potato.json +b8d1afc51e1424e627228119d919d4a7bcde8175 data/create/recipes/haunting/soul_campfire.json +47a860aaf489792d7ec7bfc77d0fb020886c92cd data/create/recipes/haunting/soul_lantern.json +a701fb82072d60320aa9b0280fa58c58296e8e42 data/create/recipes/haunting/soul_sand.json +901941fc33197c38391e6b23241081123f41c59c data/create/recipes/haunting/soul_soil.json +70492107d7e7573140937c6176c72e7a0a1e8744 data/create/recipes/haunting/soul_torch.json +b18c81c17d395fb6e9291fc010576914000f069d data/create/recipes/haunting/warped_fungus.json +409c94b597bc0e35cce51282428fc02b919bb55e data/create/recipes/item_application/andesite_casing_from_log.json +4816a96aa0117b826ec01f9351c98eaec4e132fd data/create/recipes/item_application/andesite_casing_from_wood.json +ac734bd72012ab3f0fd362fdcf237191874e1eae data/create/recipes/item_application/brass_casing_from_log.json +df1d95a4e41fb01d0ac240f89dcf734e00d92853 data/create/recipes/item_application/brass_casing_from_wood.json +e9a1683091c56c762a5509c31658593cd4cf2b6b data/create/recipes/item_application/copper_casing_from_log.json +66589dac860c8f248f1ca3704698d984793763c6 data/create/recipes/item_application/copper_casing_from_wood.json +d8a741b87c14ab45d7f32a8f569c3f874b3a3076 data/create/recipes/item_application/railway_casing.json +9336b8b9f590ed993fd88c8707b57d845a5aa115 data/create/recipes/milling/allium.json +d480b1b4c48440c6d6cb775321e95be7ea171aa5 data/create/recipes/milling/andesite.json +62ad8298a8d65935137fe5895b5351472405d66b data/create/recipes/milling/azure_bluet.json +329b96a869b6151d8e45190820a9d3537a9a2e04 data/create/recipes/milling/beetroot.json +a3b4a9eb3970eea745dff83c2d5fbab403ed481f data/create/recipes/milling/blue_orchid.json +720ff9753bb30e874483fc850c3cbc8bfa973224 data/create/recipes/milling/bone.json +e84433fe6ec772c212d20109268fa74ceb8fa3ab data/create/recipes/milling/bone_meal.json +08771e9c43212ed8a378a7f4b2e5147ebe37fe0b data/create/recipes/milling/cactus.json +d6073794b0be05fb52faf2d78d0daeb6ce3beab5 data/create/recipes/milling/calcite.json +5b6ccdbc1bf1dcc3fc3fca94ff1fa46c17f46622 data/create/recipes/milling/charcoal.json +6323f36ea7a1a46d0999dfe24e4fa86d677e319d data/create/recipes/milling/clay.json +a303570c10fc5ad55646555b1a72d2e2620fa34e data/create/recipes/milling/coal.json +9787581b978c78b40f92233556c6380c6ee9de53 data/create/recipes/milling/cobblestone.json +680b49ceb7d1052e5fe19e33f2eba6b7841ca817 data/create/recipes/milling/cocoa_beans.json +0130258652f73a3cad7ec1b1c55aa34a4e2ad062 data/create/recipes/milling/cornflower.json +78eefaaebdcab5ded5bda2b87ecfacc0afa7de7a data/create/recipes/milling/dandelion.json +2833601a45709b33c60d49e5647831df542db7f3 data/create/recipes/milling/dripstone_block.json +e135d8ec7a8a66134e5191ced390c2232d047f5f data/create/recipes/milling/fern.json +5bbbbbc70e2cac53ff0a21f48639848483438fa0 data/create/recipes/milling/granite.json +6f98f067d53badf3f9c9f52404ee561261d2da34 data/create/recipes/milling/grass.json +47979c8810fecba4bd3d205c11eb7fe9606a3e4d data/create/recipes/milling/gravel.json +eca463f7a6bb450b631512c619a160fea6c50a7e data/create/recipes/milling/ink_sac.json +64fe041a3d76a2c360afdc2b7b9725429d059a36 data/create/recipes/milling/lapis_lazuli.json +1213f90813e90822288e510043a31d867d61324c data/create/recipes/milling/large_fern.json +7de8589f629c4832157dc05cce3afd4095a7d0b0 data/create/recipes/milling/lilac.json +dd92906041688b897fe8259eb63ab5a26fb790c4 data/create/recipes/milling/lily_of_the_valley.json +fc6f30a97d0d9da10ae70547f2b1cf59ed1345a2 data/create/recipes/milling/orange_tulip.json +f788ef9822a5884afe3ac6db187bddd86b0d5d89 data/create/recipes/milling/oxeye_daisy.json +ce353a1083c769d5984cf2c9f6b70132a19c4a2f data/create/recipes/milling/peony.json +a654ff381c572da2b860b20e53f017f59828e4d9 data/create/recipes/milling/pink_tulip.json +9fb8da4cf864ebd5d32acf3048153afc778bd5f9 data/create/recipes/milling/poppy.json +7af146a5537a561343938d9377e8ee5a92fbd587 data/create/recipes/milling/red_tulip.json +a816354b8323dad95e552ff959b5101b65be8742 data/create/recipes/milling/rose_bush.json +c08c312639d14142f7e3040a31a597461ec7e04d data/create/recipes/milling/saddle.json +f4f8d3d7e14580c5926b325b04db9cc9c0ab76bd data/create/recipes/milling/sandstone.json +5808443b01181b490a80f1c6053c95b6eee4823f data/create/recipes/milling/sea_pickle.json +34acf6be71c477bcef77e59a2c28467d313d6ebb data/create/recipes/milling/sugar_cane.json +b9f76af7f58d3e9b0689795dcad4c72be7f75211 data/create/recipes/milling/sunflower.json +1c4d6364e5b3f2dd361756f481615088d5cf8331 data/create/recipes/milling/tall_grass.json +c5846a4c7ccbe7b4bf6251f7ee11f3899c8926d2 data/create/recipes/milling/terracotta.json +67ad673d1f7b6000b8b2c88d8205210c8a563f68 data/create/recipes/milling/wheat.json +a91dae829938d3f69a7007d3cf8db02b70fe3a7f data/create/recipes/milling/white_tulip.json +023ab0c2abaf87295fb7c3fbe841a09c519b74f7 data/create/recipes/milling/wither_rose.json +74bb289e20e891112f4964761eb76c3ce4d3c8cd data/create/recipes/milling/wool.json +5f1b8a82af091cd4589ecfa5c13a4db6ad9c51b9 data/create/recipes/mixing/andesite_alloy.json +48604c2205b18fe1401eac58d14aa1677cbd9c2b data/create/recipes/mixing/andesite_alloy_from_zinc.json +b8dfa0e65b356e88f264ac4ee95672e0afc5961c data/create/recipes/mixing/brass_ingot.json +840a9008d4531425beadfcf224d21e938acc4502 data/create/recipes/mixing/chocolate.json +e7b86d4ca5de2df474794424d93b447e5f9dcdc3 data/create/recipes/mixing/chocolate_melting.json +4cf9a0979fb6401c51c763d71f0bb53ea2c8c32b data/create/recipes/mixing/dough_by_mixing.json +ac2a2456e2f0ccd74db6dc5ad029eb4e6781a25d data/create/recipes/mixing/honey.json +251c09ac25bb73e092fac483ceb5a9196a479919 data/create/recipes/mixing/lava_from_cobble.json +939c55202f06b50cec3c16e66e85f915f2272db2 data/create/recipes/mixing/mud_by_mixing.json +4454cb7a73571d90e19826ee394b0c9e52ac8620 data/create/recipes/mixing/tea.json +8bd950c78b4db3b7f5a9a1f42c116677049b77fc data/create/recipes/pressing/brass_ingot.json +8dee39f86784636639790b0ed1bbd5c845522952 data/create/recipes/pressing/copper_ingot.json +744e1a66857f20a094ba02a3e3613210a815493e data/create/recipes/pressing/gold_ingot.json +fb105ac920ce9dc0b883bfa40029b69709bceb38 data/create/recipes/pressing/iron_ingot.json +daf5c0c9e3f13d2004d53c54f4c1c36ae098d1ae data/create/recipes/pressing/path.json +629f7feb2048319f575e08effa8f79c3910a7147 data/create/recipes/pressing/sugar_cane.json +eaff1b1f905b1073366cb8b504f0ae68a59ad3a3 data/create/recipes/sandpaper_polishing/rose_quartz.json +1eb8656f14fffd3e6c3791465e6880ab8c179765 data/create/recipes/splashing/black_concrete_powder.json +5215f9b283ba582e1029de2b21cac5986c1eadbd data/create/recipes/splashing/blue_concrete_powder.json +3ce6bc6cfbdeb52c2514f5620db9f0b95ee18d3a data/create/recipes/splashing/brown_concrete_powder.json +d2aad9e39b79334927d96a00a4ad6b090ca9f506 data/create/recipes/splashing/crushed_copper_ore.json +52eb840345f866a62b8d75501699eb8b8603415c data/create/recipes/splashing/crushed_gold_ore.json +8f2216a9038deaaf0ffe606024ea1e1ce6f5c6d5 data/create/recipes/splashing/crushed_iron_ore.json +f5f7c1ca90e474ae1803120953bcf94f1a016111 data/create/recipes/splashing/crushed_zinc_ore.json +e0746e69dbfee5a7e226980d496490b534f848a9 data/create/recipes/splashing/cyan_concrete_powder.json +64535aaa3a5d4b98791337b1a8ce50ad3d39a8ac data/create/recipes/splashing/gravel.json +dd9508767f68cc8b5cc2f642690961e0c22c9985 data/create/recipes/splashing/gray_concrete_powder.json +8908b452e6bc1290ebb8cfefc2c066460de93bff data/create/recipes/splashing/green_concrete_powder.json +32d3cbf2d10b97a40c9f1f70b004c720782eabda data/create/recipes/splashing/ice.json +ad4f0b1d7b4217a9f42aaab32e49a9eb87fdae33 data/create/recipes/splashing/immersiveengineering/crushed_aluminum_ore.json +19078e218768b271e7cd15fbd8e5c931af6725b9 data/create/recipes/splashing/immersiveengineering/crushed_lead_ore.json +90830efd768c4fc4977420a19aa3bfa831e1b947 data/create/recipes/splashing/immersiveengineering/crushed_nickel_ore.json +261cfdeb96c717eb08abe51260a69f7b32a2ad60 data/create/recipes/splashing/immersiveengineering/crushed_silver_ore.json +b674384fde3e03b72f73cb8191c5d827d69e0ca6 data/create/recipes/splashing/immersiveengineering/crushed_uranium_ore.json +676a409aadcbf2497b366234c5186c6192a67c8d data/create/recipes/splashing/light_blue_concrete_powder.json +d4053dba524524329f43df5bdde81d9ee07838b5 data/create/recipes/splashing/light_gray_concrete_powder.json +3d87975758344a4e420c3c5a138dd300e97cf3c4 data/create/recipes/splashing/lime_concrete_powder.json +a7d14062310d6c34aebd20dc7ea1f81d8877fe5f data/create/recipes/splashing/magenta_concrete_powder.json +8d787ccbb817d773616405afc255e298803c9573 data/create/recipes/splashing/magma_block.json +95738b9fbf01d379e349b15d8c7794e60e29bdee data/create/recipes/splashing/mekanism/crushed_lead_ore.json +d390c3cf34ae98508be18c2841ccd99a82ee2229 data/create/recipes/splashing/mekanism/crushed_osmium_ore.json +d621005642e070acfa7b3f589bd680e6263f9d52 data/create/recipes/splashing/mekanism/crushed_tin_ore.json +8bbd37609e1d95b623e7421027a9966f090c5e4e data/create/recipes/splashing/mekanism/crushed_uranium_ore.json +33010500d02167a49b9e697fdeba3c169a80dee3 data/create/recipes/splashing/orange_concrete_powder.json +bead7ac4cb59e935f62bb87c077494fcbca6f18f data/create/recipes/splashing/pink_concrete_powder.json +2b2404f137bb0fac204abddd4259e916a0b1c7b5 data/create/recipes/splashing/purple_concrete_powder.json +8ad27aeffbd10f19eb9e3e8c71c9851024056999 data/create/recipes/splashing/red_concrete_powder.json +c4230c9499ced6d542f7ac2bf8601037f37ec7b5 data/create/recipes/splashing/red_sand.json +cccf4ef0891992687dcb7ce5c644499d93210b8a data/create/recipes/splashing/sand.json +5f830a62c14cfa86fdc59d3405ac79fa626c53ea data/create/recipes/splashing/soul_sand.json +0ee6d52e8966b6189f2841bcdf41417df1ab072c data/create/recipes/splashing/stained_glass.json +f241ec6a8ad063b28281c18e1fbb03c482d7af8b data/create/recipes/splashing/stained_glass_pane.json +f1f13577f5c652994badea98607a62ec9eb16723 data/create/recipes/splashing/thermal/crushed_lead_ore.json +371cc9440b2eb4fb3a5a669092e66fb75d822a58 data/create/recipes/splashing/thermal/crushed_nickel_ore.json +8c0c0a2dc62f48478cec15b78445d0f6bb02e3f2 data/create/recipes/splashing/thermal/crushed_silver_ore.json +52820b76b21e2c58c615f6c52ee53245118448b2 data/create/recipes/splashing/thermal/crushed_tin_ore.json +23d70b869e50a1e11df264f3640becac4ec9100d data/create/recipes/splashing/wheat_flour.json +a883796342143a5f2b5bc68d230b725964abdb8f data/create/recipes/splashing/white_concrete_powder.json +d09bcaa2334e05e6cce37b7342c7de84ce954bb9 data/create/recipes/splashing/wool.json +0d8201d59773c8b33f4b066b74654d9c802220f2 data/create/recipes/splashing/yellow_concrete_powder.json diff --git a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 new file mode 100644 index 0000000000..060ff933e1 --- /dev/null +++ b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 @@ -0,0 +1,2 @@ +// 1.19.2 2023-05-08T18:06:22.2231462 Create's Custom Sounds +043955db25ffe58e7debb9a4f11e41a9571376e6 assets/create/sounds.json diff --git a/src/generated/resources/assets/create/lang/en_us.json b/src/generated/resources/assets/create/lang/en_us.json index fa7948055d..6c79dfa860 100644 --- a/src/generated/resources/assets/create/lang/en_us.json +++ b/src/generated/resources/assets/create/lang/en_us.json @@ -1,686 +1,3210 @@ { - "block.create.acacia_window": "Acacia Window", - "block.create.acacia_window_pane": "Acacia Window Pane", - "block.create.adjustable_chain_gearshift": "Adjustable Chain Gearshift", - "block.create.analog_lever": "Analog Lever", - "block.create.andesite_alloy_block": "Block of Andesite Alloy", - "block.create.andesite_bars": "Andesite Bars", - "block.create.andesite_belt_funnel": "Andesite Belt Funnel", - "block.create.andesite_casing": "Andesite Casing", - "block.create.andesite_door": "Andesite Door", - "block.create.andesite_encased_cogwheel": "Andesite Encased Cogwheel", - "block.create.andesite_encased_large_cogwheel": "Andesite Encased Large Cogwheel", - "block.create.andesite_encased_shaft": "Andesite Encased Shaft", - "block.create.andesite_funnel": "Andesite Funnel", - "block.create.andesite_ladder": "Andesite Ladder", - "block.create.andesite_pillar": "Andesite Pillar", - "block.create.andesite_scaffolding": "Andesite Scaffolding", - "block.create.andesite_tunnel": "Andesite Tunnel", - "block.create.asurine": "Asurine", - "block.create.asurine_pillar": "Asurine Pillar", - "block.create.basin": "Basin", - "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_toolbox": "Black Toolbox", - "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_toolbox": "Blue Toolbox", - "block.create.blue_valve_handle": "Blue Valve Handle", - "block.create.brass_bars": "Brass Bars", - "block.create.brass_belt_funnel": "Brass Belt Funnel", - "block.create.brass_block": "Block of Brass", - "block.create.brass_casing": "Brass Casing", - "block.create.brass_door": "Brass Door", - "block.create.brass_encased_cogwheel": "Brass Encased Cogwheel", - "block.create.brass_encased_large_cogwheel": "Brass Encased Large Cogwheel", - "block.create.brass_encased_shaft": "Brass Encased Shaft", - "block.create.brass_funnel": "Brass Funnel", - "block.create.brass_ladder": "Brass Ladder", - "block.create.brass_scaffolding": "Brass Scaffolding", - "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_toolbox": "Brown Toolbox", - "block.create.brown_valve_handle": "Brown Valve Handle", - "block.create.calcite_pillar": "Calcite Pillar", - "block.create.cart_assembler": "Cart Assembler", - "block.create.chocolate": "Chocolate", - "block.create.chute": "Chute", - "block.create.clipboard": "Clipboard", - "block.create.clockwork_bearing": "Clockwork Bearing", - "block.create.clutch": "Clutch", - "block.create.cogwheel": "Cogwheel", - "block.create.content_observer": "Smart Observer", - "block.create.contraption_controls": "Contraption Controls", - "block.create.controller_rail": "Controller Rail", - "block.create.controls": "Train Controls", - "block.create.copper_backtank": "Copper Backtank", - "block.create.copper_bars": "Copper Bars", - "block.create.copper_casing": "Copper Casing", - "block.create.copper_door": "Copper Door", - "block.create.copper_ladder": "Copper Ladder", - "block.create.copper_scaffolding": "Copper Scaffolding", - "block.create.copper_shingle_slab": "Copper Shingle Slab", - "block.create.copper_shingle_stairs": "Copper Shingle Stairs", - "block.create.copper_shingles": "Copper Shingles", - "block.create.copper_tile_slab": "Copper Tile Slab", - "block.create.copper_tile_stairs": "Copper Tile Stairs", - "block.create.copper_tiles": "Copper Tiles", - "block.create.copper_valve_handle": "Copper Valve Handle", - "block.create.copycat_bars": "Copycat Bars", - "block.create.copycat_base": "Copycat Base", - "block.create.copycat_panel": "Copycat Panel", - "block.create.copycat_step": "Copycat Step", - "block.create.creative_crate": "Creative Crate", - "block.create.creative_fluid_tank": "Creative Fluid Tank", - "block.create.creative_motor": "Creative Motor", - "block.create.crimsite": "Crimsite", - "block.create.crimsite_pillar": "Crimsite Pillar", - "block.create.crimson_window": "Crimson Window", - "block.create.crimson_window_pane": "Crimson Window Pane", - "block.create.crushing_wheel": "Crushing Wheel", - "block.create.crushing_wheel_controller": "Crushing Wheel Controller", - "block.create.cuckoo_clock": "Cuckoo Clock", - "block.create.cut_andesite": "Cut Andesite", - "block.create.cut_andesite_brick_slab": "Cut Andesite Brick Slab", - "block.create.cut_andesite_brick_stairs": "Cut Andesite Brick Stairs", - "block.create.cut_andesite_brick_wall": "Cut Andesite Brick Wall", - "block.create.cut_andesite_bricks": "Cut Andesite Bricks", - "block.create.cut_andesite_slab": "Cut Andesite Slab", - "block.create.cut_andesite_stairs": "Cut Andesite Stairs", - "block.create.cut_andesite_wall": "Cut Andesite Wall", - "block.create.cut_asurine": "Cut Asurine", - "block.create.cut_asurine_brick_slab": "Cut Asurine Brick Slab", - "block.create.cut_asurine_brick_stairs": "Cut Asurine Brick Stairs", - "block.create.cut_asurine_brick_wall": "Cut Asurine Brick Wall", - "block.create.cut_asurine_bricks": "Cut Asurine Bricks", - "block.create.cut_asurine_slab": "Cut Asurine Slab", - "block.create.cut_asurine_stairs": "Cut Asurine Stairs", - "block.create.cut_asurine_wall": "Cut Asurine Wall", - "block.create.cut_calcite": "Cut Calcite", - "block.create.cut_calcite_brick_slab": "Cut Calcite Brick Slab", - "block.create.cut_calcite_brick_stairs": "Cut Calcite Brick Stairs", - "block.create.cut_calcite_brick_wall": "Cut Calcite Brick Wall", - "block.create.cut_calcite_bricks": "Cut Calcite Bricks", - "block.create.cut_calcite_slab": "Cut Calcite Slab", - "block.create.cut_calcite_stairs": "Cut Calcite Stairs", - "block.create.cut_calcite_wall": "Cut Calcite Wall", - "block.create.cut_crimsite": "Cut Crimsite", - "block.create.cut_crimsite_brick_slab": "Cut Crimsite Brick Slab", - "block.create.cut_crimsite_brick_stairs": "Cut Crimsite Brick Stairs", - "block.create.cut_crimsite_brick_wall": "Cut Crimsite Brick Wall", - "block.create.cut_crimsite_bricks": "Cut Crimsite Bricks", - "block.create.cut_crimsite_slab": "Cut Crimsite Slab", - "block.create.cut_crimsite_stairs": "Cut Crimsite Stairs", - "block.create.cut_crimsite_wall": "Cut Crimsite Wall", - "block.create.cut_deepslate": "Cut Deepslate", - "block.create.cut_deepslate_brick_slab": "Cut Deepslate Brick Slab", - "block.create.cut_deepslate_brick_stairs": "Cut Deepslate Brick Stairs", - "block.create.cut_deepslate_brick_wall": "Cut Deepslate Brick Wall", - "block.create.cut_deepslate_bricks": "Cut Deepslate Bricks", - "block.create.cut_deepslate_slab": "Cut Deepslate Slab", - "block.create.cut_deepslate_stairs": "Cut Deepslate Stairs", - "block.create.cut_deepslate_wall": "Cut Deepslate Wall", - "block.create.cut_diorite": "Cut Diorite", - "block.create.cut_diorite_brick_slab": "Cut Diorite Brick Slab", - "block.create.cut_diorite_brick_stairs": "Cut Diorite Brick Stairs", - "block.create.cut_diorite_brick_wall": "Cut Diorite Brick Wall", - "block.create.cut_diorite_bricks": "Cut Diorite Bricks", - "block.create.cut_diorite_slab": "Cut Diorite Slab", - "block.create.cut_diorite_stairs": "Cut Diorite Stairs", - "block.create.cut_diorite_wall": "Cut Diorite Wall", - "block.create.cut_dripstone": "Cut Dripstone", - "block.create.cut_dripstone_brick_slab": "Cut Dripstone Brick Slab", - "block.create.cut_dripstone_brick_stairs": "Cut Dripstone Brick Stairs", - "block.create.cut_dripstone_brick_wall": "Cut Dripstone Brick Wall", - "block.create.cut_dripstone_bricks": "Cut Dripstone Bricks", - "block.create.cut_dripstone_slab": "Cut Dripstone Slab", - "block.create.cut_dripstone_stairs": "Cut Dripstone Stairs", - "block.create.cut_dripstone_wall": "Cut Dripstone Wall", - "block.create.cut_granite": "Cut Granite", - "block.create.cut_granite_brick_slab": "Cut Granite Brick Slab", - "block.create.cut_granite_brick_stairs": "Cut Granite Brick Stairs", - "block.create.cut_granite_brick_wall": "Cut Granite Brick Wall", - "block.create.cut_granite_bricks": "Cut Granite Bricks", - "block.create.cut_granite_slab": "Cut Granite Slab", - "block.create.cut_granite_stairs": "Cut Granite Stairs", - "block.create.cut_granite_wall": "Cut Granite Wall", - "block.create.cut_limestone": "Cut Limestone", - "block.create.cut_limestone_brick_slab": "Cut Limestone Brick Slab", - "block.create.cut_limestone_brick_stairs": "Cut Limestone Brick Stairs", - "block.create.cut_limestone_brick_wall": "Cut Limestone Brick Wall", - "block.create.cut_limestone_bricks": "Cut Limestone Bricks", - "block.create.cut_limestone_slab": "Cut Limestone Slab", - "block.create.cut_limestone_stairs": "Cut Limestone Stairs", - "block.create.cut_limestone_wall": "Cut Limestone Wall", - "block.create.cut_ochrum": "Cut Ochrum", - "block.create.cut_ochrum_brick_slab": "Cut Ochrum Brick Slab", - "block.create.cut_ochrum_brick_stairs": "Cut Ochrum Brick Stairs", - "block.create.cut_ochrum_brick_wall": "Cut Ochrum Brick Wall", - "block.create.cut_ochrum_bricks": "Cut Ochrum Bricks", - "block.create.cut_ochrum_slab": "Cut Ochrum Slab", - "block.create.cut_ochrum_stairs": "Cut Ochrum Stairs", - "block.create.cut_ochrum_wall": "Cut Ochrum Wall", - "block.create.cut_scorchia": "Cut Scorchia", - "block.create.cut_scorchia_brick_slab": "Cut Scorchia Brick Slab", - "block.create.cut_scorchia_brick_stairs": "Cut Scorchia Brick Stairs", - "block.create.cut_scorchia_brick_wall": "Cut Scorchia Brick Wall", - "block.create.cut_scorchia_bricks": "Cut Scorchia Bricks", - "block.create.cut_scorchia_slab": "Cut Scorchia Slab", - "block.create.cut_scorchia_stairs": "Cut Scorchia Stairs", - "block.create.cut_scorchia_wall": "Cut Scorchia Wall", - "block.create.cut_scoria": "Cut Scoria", - "block.create.cut_scoria_brick_slab": "Cut Scoria Brick Slab", - "block.create.cut_scoria_brick_stairs": "Cut Scoria Brick Stairs", - "block.create.cut_scoria_brick_wall": "Cut Scoria Brick Wall", - "block.create.cut_scoria_bricks": "Cut Scoria Bricks", - "block.create.cut_scoria_slab": "Cut Scoria Slab", - "block.create.cut_scoria_stairs": "Cut Scoria Stairs", - "block.create.cut_scoria_wall": "Cut Scoria Wall", - "block.create.cut_tuff": "Cut Tuff", - "block.create.cut_tuff_brick_slab": "Cut Tuff Brick Slab", - "block.create.cut_tuff_brick_stairs": "Cut Tuff Brick Stairs", - "block.create.cut_tuff_brick_wall": "Cut Tuff Brick Wall", - "block.create.cut_tuff_bricks": "Cut Tuff Bricks", - "block.create.cut_tuff_slab": "Cut Tuff Slab", - "block.create.cut_tuff_stairs": "Cut Tuff Stairs", - "block.create.cut_tuff_wall": "Cut Tuff Wall", - "block.create.cut_veridium": "Cut Veridium", - "block.create.cut_veridium_brick_slab": "Cut Veridium Brick Slab", - "block.create.cut_veridium_brick_stairs": "Cut Veridium Brick Stairs", - "block.create.cut_veridium_brick_wall": "Cut Veridium Brick Wall", - "block.create.cut_veridium_bricks": "Cut Veridium Bricks", - "block.create.cut_veridium_slab": "Cut Veridium Slab", - "block.create.cut_veridium_stairs": "Cut Veridium Stairs", - "block.create.cut_veridium_wall": "Cut Veridium Wall", - "block.create.cyan_nixie_tube": "Cyan Nixie Tube", - "block.create.cyan_sail": "Cyan Sail", - "block.create.cyan_seat": "Cyan Seat", - "block.create.cyan_toolbox": "Cyan Toolbox", - "block.create.cyan_valve_handle": "Cyan Valve Handle", - "block.create.dark_oak_window": "Dark Oak Window", - "block.create.dark_oak_window_pane": "Dark Oak Window Pane", - "block.create.deepslate_pillar": "Deepslate Pillar", - "block.create.deepslate_zinc_ore": "Deepslate Zinc Ore", - "block.create.deployer": "Deployer", - "block.create.depot": "Depot", - "block.create.diorite_pillar": "Diorite Pillar", - "block.create.display_board": "Display Board", - "block.create.display_link": "Display Link", - "block.create.dripstone_pillar": "Dripstone Pillar", - "block.create.elevator_contact": "Elevator Contact", - "block.create.elevator_pulley": "Elevator Pulley", - "block.create.encased_chain_drive": "Encased Chain Drive", - "block.create.encased_fan": "Encased Fan", - "block.create.encased_fluid_pipe": "Encased Fluid Pipe", - "block.create.exposed_copper_shingle_slab": "Exposed Copper Shingle Slab", - "block.create.exposed_copper_shingle_stairs": "Exposed Copper Shingle Stairs", - "block.create.exposed_copper_shingles": "Exposed Copper Shingles", - "block.create.exposed_copper_tile_slab": "Exposed Copper Tile Slab", - "block.create.exposed_copper_tile_stairs": "Exposed Copper Tile Stairs", - "block.create.exposed_copper_tiles": "Exposed Copper Tiles", - "block.create.fake_track": "Track Marker for Maps", - "block.create.fluid_pipe": "Fluid Pipe", - "block.create.fluid_tank": "Fluid Tank", - "block.create.fluid_valve": "Fluid Valve", - "block.create.flywheel": "Flywheel", - "block.create.framed_glass": "Framed Glass", - "block.create.framed_glass_door": "Framed Glass Door", - "block.create.framed_glass_pane": "Framed Glass Pane", - "block.create.framed_glass_trapdoor": "Framed Glass Trapdoor", - "block.create.gantry_carriage": "Gantry Carriage", - "block.create.gantry_shaft": "Gantry Shaft", - "block.create.gearbox": "Gearbox", - "block.create.gearshift": "Gearshift", - "block.create.glass_fluid_pipe": "Glass Fluid Pipe", - "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_toolbox": "Gray Toolbox", - "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_toolbox": "Green Toolbox", - "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", - "block.create.hose_pulley": "Hose Pulley", - "block.create.industrial_iron_block": "Block of Industrial Iron", - "block.create.item_drain": "Item Drain", - "block.create.item_vault": "Item Vault", - "block.create.jungle_window": "Jungle Window", - "block.create.jungle_window_pane": "Jungle Window Pane", - "block.create.large_bogey": "Large Bogey", - "block.create.large_cogwheel": "Large Cogwheel", - "block.create.large_water_wheel": "Large Water Wheel", - "block.create.layered_andesite": "Layered Andesite", - "block.create.layered_asurine": "Layered Asurine", - "block.create.layered_calcite": "Layered Calcite", - "block.create.layered_crimsite": "Layered Crimsite", - "block.create.layered_deepslate": "Layered Deepslate", - "block.create.layered_diorite": "Layered Diorite", - "block.create.layered_dripstone": "Layered Dripstone", - "block.create.layered_granite": "Layered Granite", - "block.create.layered_limestone": "Layered Limestone", - "block.create.layered_ochrum": "Layered Ochrum", - "block.create.layered_scorchia": "Layered Scorchia", - "block.create.layered_scoria": "Layered Scoria", - "block.create.layered_tuff": "Layered Tuff", - "block.create.layered_veridium": "Layered Veridium", - "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_toolbox": "Light Blue Toolbox", - "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_toolbox": "Light Gray Toolbox", - "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_toolbox": "Lime Toolbox", - "block.create.lime_valve_handle": "Lime Valve Handle", - "block.create.limestone": "Limestone", - "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_toolbox": "Magenta Toolbox", - "block.create.magenta_valve_handle": "Magenta Valve Handle", - "block.create.mechanical_arm": "Mechanical Arm", - "block.create.mechanical_bearing": "Mechanical Bearing", - "block.create.mechanical_crafter": "Mechanical Crafter", - "block.create.mechanical_drill": "Mechanical Drill", - "block.create.mechanical_harvester": "Mechanical Harvester", - "block.create.mechanical_mixer": "Mechanical Mixer", - "block.create.mechanical_piston": "Mechanical Piston", - "block.create.mechanical_piston_head": "Mechanical Piston Head", - "block.create.mechanical_plough": "Mechanical Plough", - "block.create.mechanical_press": "Mechanical Press", - "block.create.mechanical_pump": "Mechanical Pump", - "block.create.mechanical_roller": "Mechanical Roller", - "block.create.mechanical_saw": "Mechanical Saw", - "block.create.metal_bracket": "Metal Bracket", - "block.create.metal_girder": "Metal Girder", - "block.create.metal_girder_encased_shaft": "Metal Girder Encased Shaft", - "block.create.millstone": "Millstone", - "block.create.minecart_anchor": "Minecart Anchor", - "block.create.mysterious_cuckoo_clock": "Cuckoo Clock", - "block.create.netherite_backtank": "Netherite Backtank", - "block.create.nixie_tube": "Nixie Tube", - "block.create.nozzle": "Nozzle", - "block.create.oak_window": "Oak Window", - "block.create.oak_window_pane": "Oak Window Pane", - "block.create.ochrum": "Ochrum", - "block.create.ochrum_pillar": "Ochrum Pillar", - "block.create.orange_sail": "Orange Sail", - "block.create.orange_seat": "Orange Seat", - "block.create.orange_toolbox": "Orange Toolbox", - "block.create.orange_valve_handle": "Orange Valve Handle", - "block.create.ornate_iron_window": "Ornate Iron Window", - "block.create.ornate_iron_window_pane": "Ornate Iron Window Pane", - "block.create.oxidized_copper_shingle_slab": "Oxidized Copper Shingle Slab", - "block.create.oxidized_copper_shingle_stairs": "Oxidized Copper Shingle Stairs", - "block.create.oxidized_copper_shingles": "Oxidized Copper Shingles", - "block.create.oxidized_copper_tile_slab": "Oxidized Copper Tile Slab", - "block.create.oxidized_copper_tile_stairs": "Oxidized Copper Tile Stairs", - "block.create.oxidized_copper_tiles": "Oxidized Copper Tiles", - "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_toolbox": "Pink Toolbox", - "block.create.pink_valve_handle": "Pink Valve Handle", - "block.create.piston_extension_pole": "Piston Extension Pole", - "block.create.placard": "Placard", - "block.create.polished_cut_andesite": "Polished Cut Andesite", - "block.create.polished_cut_andesite_slab": "Polished Cut Andesite Slab", - "block.create.polished_cut_andesite_stairs": "Polished Cut Andesite Stairs", - "block.create.polished_cut_andesite_wall": "Polished Cut Andesite Wall", - "block.create.polished_cut_asurine": "Polished Cut Asurine", - "block.create.polished_cut_asurine_slab": "Polished Cut Asurine Slab", - "block.create.polished_cut_asurine_stairs": "Polished Cut Asurine Stairs", - "block.create.polished_cut_asurine_wall": "Polished Cut Asurine Wall", - "block.create.polished_cut_calcite": "Polished Cut Calcite", - "block.create.polished_cut_calcite_slab": "Polished Cut Calcite Slab", - "block.create.polished_cut_calcite_stairs": "Polished Cut Calcite Stairs", - "block.create.polished_cut_calcite_wall": "Polished Cut Calcite Wall", - "block.create.polished_cut_crimsite": "Polished Cut Crimsite", - "block.create.polished_cut_crimsite_slab": "Polished Cut Crimsite Slab", - "block.create.polished_cut_crimsite_stairs": "Polished Cut Crimsite Stairs", - "block.create.polished_cut_crimsite_wall": "Polished Cut Crimsite Wall", - "block.create.polished_cut_deepslate": "Polished Cut Deepslate", - "block.create.polished_cut_deepslate_slab": "Polished Cut Deepslate Slab", - "block.create.polished_cut_deepslate_stairs": "Polished Cut Deepslate Stairs", - "block.create.polished_cut_deepslate_wall": "Polished Cut Deepslate Wall", - "block.create.polished_cut_diorite": "Polished Cut Diorite", - "block.create.polished_cut_diorite_slab": "Polished Cut Diorite Slab", - "block.create.polished_cut_diorite_stairs": "Polished Cut Diorite Stairs", - "block.create.polished_cut_diorite_wall": "Polished Cut Diorite Wall", - "block.create.polished_cut_dripstone": "Polished Cut Dripstone", - "block.create.polished_cut_dripstone_slab": "Polished Cut Dripstone Slab", - "block.create.polished_cut_dripstone_stairs": "Polished Cut Dripstone Stairs", - "block.create.polished_cut_dripstone_wall": "Polished Cut Dripstone Wall", - "block.create.polished_cut_granite": "Polished Cut Granite", - "block.create.polished_cut_granite_slab": "Polished Cut Granite Slab", - "block.create.polished_cut_granite_stairs": "Polished Cut Granite Stairs", - "block.create.polished_cut_granite_wall": "Polished Cut Granite Wall", - "block.create.polished_cut_limestone": "Polished Cut Limestone", - "block.create.polished_cut_limestone_slab": "Polished Cut Limestone Slab", - "block.create.polished_cut_limestone_stairs": "Polished Cut Limestone Stairs", - "block.create.polished_cut_limestone_wall": "Polished Cut Limestone Wall", - "block.create.polished_cut_ochrum": "Polished Cut Ochrum", - "block.create.polished_cut_ochrum_slab": "Polished Cut Ochrum Slab", - "block.create.polished_cut_ochrum_stairs": "Polished Cut Ochrum Stairs", - "block.create.polished_cut_ochrum_wall": "Polished Cut Ochrum Wall", - "block.create.polished_cut_scorchia": "Polished Cut Scorchia", - "block.create.polished_cut_scorchia_slab": "Polished Cut Scorchia Slab", - "block.create.polished_cut_scorchia_stairs": "Polished Cut Scorchia Stairs", - "block.create.polished_cut_scorchia_wall": "Polished Cut Scorchia Wall", - "block.create.polished_cut_scoria": "Polished Cut Scoria", - "block.create.polished_cut_scoria_slab": "Polished Cut Scoria Slab", - "block.create.polished_cut_scoria_stairs": "Polished Cut Scoria Stairs", - "block.create.polished_cut_scoria_wall": "Polished Cut Scoria Wall", - "block.create.polished_cut_tuff": "Polished Cut Tuff", - "block.create.polished_cut_tuff_slab": "Polished Cut Tuff Slab", - "block.create.polished_cut_tuff_stairs": "Polished Cut Tuff Stairs", - "block.create.polished_cut_tuff_wall": "Polished Cut Tuff Wall", - "block.create.polished_cut_veridium": "Polished Cut Veridium", - "block.create.polished_cut_veridium_slab": "Polished Cut Veridium Slab", - "block.create.polished_cut_veridium_stairs": "Polished Cut Veridium Stairs", - "block.create.polished_cut_veridium_wall": "Polished Cut Veridium Wall", - "block.create.portable_fluid_interface": "Portable Fluid Interface", - "block.create.portable_storage_interface": "Portable Storage Interface", - "block.create.powered_latch": "Powered Latch", - "block.create.powered_shaft": "Powered Shaft", - "block.create.powered_toggle_latch": "Powered Toggle Latch", - "block.create.pulley_magnet": "Pulley Magnet", - "block.create.pulse_extender": "Pulse Extender", - "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_toolbox": "Purple Toolbox", - "block.create.purple_valve_handle": "Purple Valve Handle", - "block.create.radial_chassis": "Radial Chassis", - "block.create.railway_casing": "Train Casing", - "block.create.raw_zinc_block": "Block of Raw Zinc", - "block.create.red_nixie_tube": "Red Nixie Tube", - "block.create.red_sail": "Red Sail", - "block.create.red_seat": "Red Seat", - "block.create.red_toolbox": "Red Toolbox", - "block.create.red_valve_handle": "Red Valve Handle", - "block.create.redstone_contact": "Redstone Contact", - "block.create.redstone_link": "Redstone Link", - "block.create.refined_radiance_casing": "Radiant Casing", - "block.create.rope": "Rope", - "block.create.rope_pulley": "Rope Pulley", - "block.create.rose_quartz_block": "Block of Rose Quartz", - "block.create.rose_quartz_lamp": "Rose Quartz Lamp", - "block.create.rose_quartz_tiles": "Rose Quartz Tiles", - "block.create.rotation_speed_controller": "Rotation Speed Controller", - "block.create.sail_frame": "Windmill Sail Frame", - "block.create.schematic_table": "Schematic Table", - "block.create.schematicannon": "Schematicannon", - "block.create.scorchia": "Scorchia", - "block.create.scorchia_pillar": "Scorchia Pillar", - "block.create.scoria": "Scoria", - "block.create.scoria_pillar": "Scoria Pillar", - "block.create.secondary_linear_chassis": "Secondary Linear Chassis", - "block.create.sequenced_gearshift": "Sequenced Gearshift", - "block.create.shadow_steel_casing": "Shadow Casing", - "block.create.shaft": "Shaft", - "block.create.small_andesite_brick_slab": "Small Andesite Brick Slab", - "block.create.small_andesite_brick_stairs": "Small Andesite Brick Stairs", - "block.create.small_andesite_brick_wall": "Small Andesite Brick Wall", - "block.create.small_andesite_bricks": "Small Andesite Bricks", - "block.create.small_asurine_brick_slab": "Small Asurine Brick Slab", - "block.create.small_asurine_brick_stairs": "Small Asurine Brick Stairs", - "block.create.small_asurine_brick_wall": "Small Asurine Brick Wall", - "block.create.small_asurine_bricks": "Small Asurine Bricks", - "block.create.small_bogey": "Small Bogey", - "block.create.small_calcite_brick_slab": "Small Calcite Brick Slab", - "block.create.small_calcite_brick_stairs": "Small Calcite Brick Stairs", - "block.create.small_calcite_brick_wall": "Small Calcite Brick Wall", - "block.create.small_calcite_bricks": "Small Calcite Bricks", - "block.create.small_crimsite_brick_slab": "Small Crimsite Brick Slab", - "block.create.small_crimsite_brick_stairs": "Small Crimsite Brick Stairs", - "block.create.small_crimsite_brick_wall": "Small Crimsite Brick Wall", - "block.create.small_crimsite_bricks": "Small Crimsite Bricks", - "block.create.small_deepslate_brick_slab": "Small Deepslate Brick Slab", - "block.create.small_deepslate_brick_stairs": "Small Deepslate Brick Stairs", - "block.create.small_deepslate_brick_wall": "Small Deepslate Brick Wall", - "block.create.small_deepslate_bricks": "Small Deepslate Bricks", - "block.create.small_diorite_brick_slab": "Small Diorite Brick Slab", - "block.create.small_diorite_brick_stairs": "Small Diorite Brick Stairs", - "block.create.small_diorite_brick_wall": "Small Diorite Brick Wall", - "block.create.small_diorite_bricks": "Small Diorite Bricks", - "block.create.small_dripstone_brick_slab": "Small Dripstone Brick Slab", - "block.create.small_dripstone_brick_stairs": "Small Dripstone Brick Stairs", - "block.create.small_dripstone_brick_wall": "Small Dripstone Brick Wall", - "block.create.small_dripstone_bricks": "Small Dripstone Bricks", - "block.create.small_granite_brick_slab": "Small Granite Brick Slab", - "block.create.small_granite_brick_stairs": "Small Granite Brick Stairs", - "block.create.small_granite_brick_wall": "Small Granite Brick Wall", - "block.create.small_granite_bricks": "Small Granite Bricks", - "block.create.small_limestone_brick_slab": "Small Limestone Brick Slab", - "block.create.small_limestone_brick_stairs": "Small Limestone Brick Stairs", - "block.create.small_limestone_brick_wall": "Small Limestone Brick Wall", - "block.create.small_limestone_bricks": "Small Limestone Bricks", - "block.create.small_ochrum_brick_slab": "Small Ochrum Brick Slab", - "block.create.small_ochrum_brick_stairs": "Small Ochrum Brick Stairs", - "block.create.small_ochrum_brick_wall": "Small Ochrum Brick Wall", - "block.create.small_ochrum_bricks": "Small Ochrum Bricks", - "block.create.small_rose_quartz_tiles": "Small Rose Quartz Tiles", - "block.create.small_scorchia_brick_slab": "Small Scorchia Brick Slab", - "block.create.small_scorchia_brick_stairs": "Small Scorchia Brick Stairs", - "block.create.small_scorchia_brick_wall": "Small Scorchia Brick Wall", - "block.create.small_scorchia_bricks": "Small Scorchia Bricks", - "block.create.small_scoria_brick_slab": "Small Scoria Brick Slab", - "block.create.small_scoria_brick_stairs": "Small Scoria Brick Stairs", - "block.create.small_scoria_brick_wall": "Small Scoria Brick Wall", - "block.create.small_scoria_bricks": "Small Scoria Bricks", - "block.create.small_tuff_brick_slab": "Small Tuff Brick Slab", - "block.create.small_tuff_brick_stairs": "Small Tuff Brick Stairs", - "block.create.small_tuff_brick_wall": "Small Tuff Brick Wall", - "block.create.small_tuff_bricks": "Small Tuff Bricks", - "block.create.small_veridium_brick_slab": "Small Veridium Brick Slab", - "block.create.small_veridium_brick_stairs": "Small Veridium Brick Stairs", - "block.create.small_veridium_brick_wall": "Small Veridium Brick Wall", - "block.create.small_veridium_bricks": "Small Veridium Bricks", - "block.create.smart_chute": "Smart Chute", - "block.create.smart_fluid_pipe": "Smart Fluid Pipe", - "block.create.speedometer": "Speedometer", - "block.create.spout": "Spout", - "block.create.spruce_window": "Spruce Window", - "block.create.spruce_window_pane": "Spruce Window Pane", - "block.create.steam_engine": "Steam Engine", - "block.create.steam_whistle": "Steam Whistle", - "block.create.steam_whistle_extension": "Steam Whistle Extension", - "block.create.sticker": "Sticker", - "block.create.sticky_mechanical_piston": "Sticky Mechanical Piston", - "block.create.stockpile_switch": "Threshold Switch", - "block.create.stressometer": "Stressometer", - "block.create.tiled_glass": "Tiled Glass", - "block.create.tiled_glass_pane": "Tiled Glass Pane", - "block.create.track": "Train Track", - "block.create.track_observer": "Train Observer", - "block.create.track_signal": "Train Signal", - "block.create.track_station": "Train Station", - "block.create.train_door": "Train Door", - "block.create.train_trapdoor": "Train Trapdoor", - "block.create.tuff_pillar": "Tuff Pillar", - "block.create.turntable": "Turntable", - "block.create.veridium": "Veridium", - "block.create.veridium_pillar": "Veridium Pillar", - "block.create.vertical_framed_glass": "Vertical Framed Glass", - "block.create.vertical_framed_glass_pane": "Vertical Framed Glass Pane", - "block.create.warped_window": "Warped Window", - "block.create.warped_window_pane": "Warped Window Pane", - "block.create.water_wheel": "Water Wheel", - "block.create.water_wheel_structure": "Large Water Wheel", - "block.create.waxed_copper_shingle_slab": "Waxed Copper Shingle Slab", - "block.create.waxed_copper_shingle_stairs": "Waxed Copper Shingle Stairs", - "block.create.waxed_copper_shingles": "Waxed Copper Shingles", - "block.create.waxed_copper_tile_slab": "Waxed Copper Tile Slab", - "block.create.waxed_copper_tile_stairs": "Waxed Copper Tile Stairs", - "block.create.waxed_copper_tiles": "Waxed Copper Tiles", - "block.create.waxed_exposed_copper_shingle_slab": "Waxed Exposed Copper Shingle Slab", - "block.create.waxed_exposed_copper_shingle_stairs": "Waxed Exposed Copper Shingle Stairs", - "block.create.waxed_exposed_copper_shingles": "Waxed Exposed Copper Shingles", - "block.create.waxed_exposed_copper_tile_slab": "Waxed Exposed Copper Tile Slab", - "block.create.waxed_exposed_copper_tile_stairs": "Waxed Exposed Copper Tile Stairs", - "block.create.waxed_exposed_copper_tiles": "Waxed Exposed Copper Tiles", - "block.create.waxed_oxidized_copper_shingle_slab": "Waxed Oxidized Copper Shingle Slab", - "block.create.waxed_oxidized_copper_shingle_stairs": "Waxed Oxidized Copper Shingle Stairs", - "block.create.waxed_oxidized_copper_shingles": "Waxed Oxidized Copper Shingles", - "block.create.waxed_oxidized_copper_tile_slab": "Waxed Oxidized Copper Tile Slab", - "block.create.waxed_oxidized_copper_tile_stairs": "Waxed Oxidized Copper Tile Stairs", - "block.create.waxed_oxidized_copper_tiles": "Waxed Oxidized Copper Tiles", - "block.create.waxed_weathered_copper_shingle_slab": "Waxed Weathered Copper Shingle Slab", - "block.create.waxed_weathered_copper_shingle_stairs": "Waxed Weathered Copper Shingle Stairs", - "block.create.waxed_weathered_copper_shingles": "Waxed Weathered Copper Shingles", - "block.create.waxed_weathered_copper_tile_slab": "Waxed Weathered Copper Tile Slab", - "block.create.waxed_weathered_copper_tile_stairs": "Waxed Weathered Copper Tile Stairs", - "block.create.waxed_weathered_copper_tiles": "Waxed Weathered Copper Tiles", - "block.create.weathered_copper_shingle_slab": "Weathered Copper Shingle Slab", - "block.create.weathered_copper_shingle_stairs": "Weathered Copper Shingle Stairs", - "block.create.weathered_copper_shingles": "Weathered Copper Shingles", - "block.create.weathered_copper_tile_slab": "Weathered Copper Tile Slab", - "block.create.weathered_copper_tile_stairs": "Weathered Copper Tile Stairs", - "block.create.weathered_copper_tiles": "Weathered Copper Tiles", - "block.create.weighted_ejector": "Weighted Ejector", - "block.create.white_nixie_tube": "White Nixie Tube", - "block.create.white_sail": "Windmill Sail", - "block.create.white_seat": "White Seat", - "block.create.white_toolbox": "White Toolbox", - "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_toolbox": "Yellow Toolbox", - "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.carriage_contraption": "Carriage Contraption", - "entity.create.contraption": "Contraption", - "entity.create.crafting_blueprint": "Crafting Blueprint", - "entity.create.gantry_contraption": "Gantry Contraption", - "entity.create.potato_projectile": "Potato Projectile", - "entity.create.seat": "Seat", - "entity.create.stationary_contraption": "Stationary Contraption", - "entity.create.super_glue": "Super Glue", - "fluid.create.chocolate": "Chocolate", - "fluid.create.honey": "Honey", - "fluid.create.potion": "Potion", - "fluid.create.tea": "Builder's Tea", - "item.create.andesite_alloy": "Andesite Alloy", - "item.create.attribute_filter": "Attribute Filter", - "item.create.bar_of_chocolate": "Bar of Chocolate", - "item.create.belt_connector": "Mechanical Belt", - "item.create.blaze_cake": "Blaze Cake", - "item.create.blaze_cake_base": "Blaze Cake Base", - "item.create.brass_hand": "Brass Hand", - "item.create.brass_ingot": "Brass Ingot", - "item.create.brass_nugget": "Brass Nugget", - "item.create.brass_sheet": "Brass Sheet", - "item.create.builders_tea": "Builder's Tea", - "item.create.chest_minecart_contraption": "Chest Minecart Contraption", - "item.create.chocolate_bucket": "Chocolate Bucket", - "item.create.chocolate_glazed_berries": "Chocolate Glazed Berries", - "item.create.chromatic_compound": "Chromatic Compound", - "item.create.cinder_flour": "Cinder Flour", - "item.create.copper_backtank": "Copper Backtank", - "item.create.copper_backtank_placeable": "Copper Backtank Placeable", - "item.create.copper_diving_boots": "Copper Diving Boots", - "item.create.copper_diving_helmet": "Copper Diving Helmet", - "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_copper_ore": "Crushed Copper Ore", - "item.create.crushed_gold_ore": "Crushed Gold Ore", - "item.create.crushed_iron_ore": "Crushed Iron Ore", - "item.create.crushed_lead_ore": "Crushed Lead Ore", - "item.create.crushed_nickel_ore": "Crushed Nickel Ore", - "item.create.crushed_osmium_ore": "Crushed Osmium Ore", - "item.create.crushed_platinum_ore": "Crushed Platinum Ore", - "item.create.crushed_quicksilver_ore": "Crushed Quicksilver Ore", - "item.create.crushed_silver_ore": "Crushed Silver Ore", - "item.create.crushed_tin_ore": "Crushed Tin Ore", - "item.create.crushed_uranium_ore": "Crushed Uranium Ore", - "item.create.crushed_zinc_ore": "Crushed Zinc Ore", - "item.create.dough": "Dough", - "item.create.electron_tube": "Electron Tube", - "item.create.empty_blaze_burner": "Empty Blaze Burner", - "item.create.empty_schematic": "Empty Schematic", - "item.create.experience_nugget": "Nugget of Experience", - "item.create.extendo_grip": "Extendo Grip", - "item.create.filter": "List Filter", - "item.create.furnace_minecart_contraption": "Furnace Minecart Contraption", - "item.create.goggles": "Engineer's Goggles", - "item.create.golden_sheet": "Golden Sheet", - "item.create.handheld_worldshaper": "Creative Worldshaper", - "item.create.honey_bucket": "Honey Bucket", - "item.create.honeyed_apple": "Honeyed Apple", - "item.create.incomplete_precision_mechanism": "Incomplete Precision Mechanism", - "item.create.incomplete_track": "Incomplete Track", - "item.create.iron_sheet": "Iron Sheet", - "item.create.linked_controller": "Linked Controller", - "item.create.minecart_contraption": "Minecart Contraption", - "item.create.minecart_coupling": "Minecart Coupling", - "item.create.netherite_backtank": "Netherite Backtank", - "item.create.netherite_backtank_placeable": "Netherite Backtank Placeable", - "item.create.netherite_diving_boots": "Netherite Diving Boots", - "item.create.netherite_diving_helmet": "Netherite Diving Helmet", - "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.raw_zinc": "Raw Zinc", - "item.create.red_sand_paper": "Red Sand Paper", - "item.create.refined_radiance": "Refined Radiance", - "item.create.rose_quartz": "Rose Quartz", - "item.create.sand_paper": "Sand Paper", - "item.create.schedule": "Train Schedule", - "item.create.schematic": "Schematic", - "item.create.schematic_and_quill": "Schematic And Quill", - "item.create.shadow_steel": "Shadow Steel", - "item.create.sturdy_sheet": "Sturdy Sheet", - "item.create.super_glue": "Super Glue", - "item.create.sweet_roll": "Sweet Roll", - "item.create.tree_fertilizer": "Tree Fertilizer", - "item.create.unprocessed_obsidian_sheet": "Unprocessed Obsidian Sheet", - "item.create.vertical_gearbox": "Vertical Gearbox", - "item.create.wand_of_symmetry": "Wand Of Symmetry", - "item.create.wheat_flour": "Wheat Flour", - "item.create.whisk": "Whisk", - "item.create.wrench": "Wrench", - "item.create.zinc_ingot": "Zinc Ingot", - "item.create.zinc_nugget": "Zinc Nugget" + + "_": "->------------------------] Game Elements [------------------------<-", + + "block.create.acacia_window": "Acacia Window", + "block.create.acacia_window_pane": "Acacia Window Pane", + "block.create.adjustable_chain_gearshift": "Adjustable Chain Gearshift", + "block.create.analog_lever": "Analog Lever", + "block.create.andesite_alloy_block": "Block of Andesite Alloy", + "block.create.andesite_bars": "Andesite Bars", + "block.create.andesite_belt_funnel": "Andesite Belt Funnel", + "block.create.andesite_casing": "Andesite Casing", + "block.create.andesite_door": "Andesite Door", + "block.create.andesite_encased_cogwheel": "Andesite Encased Cogwheel", + "block.create.andesite_encased_large_cogwheel": "Andesite Encased Large Cogwheel", + "block.create.andesite_encased_shaft": "Andesite Encased Shaft", + "block.create.andesite_funnel": "Andesite Funnel", + "block.create.andesite_ladder": "Andesite Ladder", + "block.create.andesite_pillar": "Andesite Pillar", + "block.create.andesite_scaffolding": "Andesite Scaffolding", + "block.create.andesite_tunnel": "Andesite Tunnel", + "block.create.asurine": "Asurine", + "block.create.asurine_pillar": "Asurine Pillar", + "block.create.basin": "Basin", + "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_toolbox": "Black Toolbox", + "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_toolbox": "Blue Toolbox", + "block.create.blue_valve_handle": "Blue Valve Handle", + "block.create.brass_bars": "Brass Bars", + "block.create.brass_belt_funnel": "Brass Belt Funnel", + "block.create.brass_block": "Block of Brass", + "block.create.brass_casing": "Brass Casing", + "block.create.brass_door": "Brass Door", + "block.create.brass_encased_cogwheel": "Brass Encased Cogwheel", + "block.create.brass_encased_large_cogwheel": "Brass Encased Large Cogwheel", + "block.create.brass_encased_shaft": "Brass Encased Shaft", + "block.create.brass_funnel": "Brass Funnel", + "block.create.brass_ladder": "Brass Ladder", + "block.create.brass_scaffolding": "Brass Scaffolding", + "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_toolbox": "Brown Toolbox", + "block.create.brown_valve_handle": "Brown Valve Handle", + "block.create.calcite_pillar": "Calcite Pillar", + "block.create.cart_assembler": "Cart Assembler", + "block.create.chocolate": "Chocolate", + "block.create.chute": "Chute", + "block.create.clipboard": "Clipboard", + "block.create.clockwork_bearing": "Clockwork Bearing", + "block.create.clutch": "Clutch", + "block.create.cogwheel": "Cogwheel", + "block.create.content_observer": "Smart Observer", + "block.create.contraption_controls": "Contraption Controls", + "block.create.controller_rail": "Controller Rail", + "block.create.controls": "Train Controls", + "block.create.copper_backtank": "Copper Backtank", + "block.create.copper_bars": "Copper Bars", + "block.create.copper_casing": "Copper Casing", + "block.create.copper_door": "Copper Door", + "block.create.copper_ladder": "Copper Ladder", + "block.create.copper_scaffolding": "Copper Scaffolding", + "block.create.copper_shingle_slab": "Copper Shingle Slab", + "block.create.copper_shingle_stairs": "Copper Shingle Stairs", + "block.create.copper_shingles": "Copper Shingles", + "block.create.copper_tile_slab": "Copper Tile Slab", + "block.create.copper_tile_stairs": "Copper Tile Stairs", + "block.create.copper_tiles": "Copper Tiles", + "block.create.copper_valve_handle": "Copper Valve Handle", + "block.create.copycat_bars": "Copycat Bars", + "block.create.copycat_base": "Copycat Base", + "block.create.copycat_panel": "Copycat Panel", + "block.create.copycat_step": "Copycat Step", + "block.create.creative_crate": "Creative Crate", + "block.create.creative_fluid_tank": "Creative Fluid Tank", + "block.create.creative_motor": "Creative Motor", + "block.create.crimsite": "Crimsite", + "block.create.crimsite_pillar": "Crimsite Pillar", + "block.create.crimson_window": "Crimson Window", + "block.create.crimson_window_pane": "Crimson Window Pane", + "block.create.crushing_wheel": "Crushing Wheel", + "block.create.crushing_wheel_controller": "Crushing Wheel Controller", + "block.create.cuckoo_clock": "Cuckoo Clock", + "block.create.cut_andesite": "Cut Andesite", + "block.create.cut_andesite_brick_slab": "Cut Andesite Brick Slab", + "block.create.cut_andesite_brick_stairs": "Cut Andesite Brick Stairs", + "block.create.cut_andesite_brick_wall": "Cut Andesite Brick Wall", + "block.create.cut_andesite_bricks": "Cut Andesite Bricks", + "block.create.cut_andesite_slab": "Cut Andesite Slab", + "block.create.cut_andesite_stairs": "Cut Andesite Stairs", + "block.create.cut_andesite_wall": "Cut Andesite Wall", + "block.create.cut_asurine": "Cut Asurine", + "block.create.cut_asurine_brick_slab": "Cut Asurine Brick Slab", + "block.create.cut_asurine_brick_stairs": "Cut Asurine Brick Stairs", + "block.create.cut_asurine_brick_wall": "Cut Asurine Brick Wall", + "block.create.cut_asurine_bricks": "Cut Asurine Bricks", + "block.create.cut_asurine_slab": "Cut Asurine Slab", + "block.create.cut_asurine_stairs": "Cut Asurine Stairs", + "block.create.cut_asurine_wall": "Cut Asurine Wall", + "block.create.cut_calcite": "Cut Calcite", + "block.create.cut_calcite_brick_slab": "Cut Calcite Brick Slab", + "block.create.cut_calcite_brick_stairs": "Cut Calcite Brick Stairs", + "block.create.cut_calcite_brick_wall": "Cut Calcite Brick Wall", + "block.create.cut_calcite_bricks": "Cut Calcite Bricks", + "block.create.cut_calcite_slab": "Cut Calcite Slab", + "block.create.cut_calcite_stairs": "Cut Calcite Stairs", + "block.create.cut_calcite_wall": "Cut Calcite Wall", + "block.create.cut_crimsite": "Cut Crimsite", + "block.create.cut_crimsite_brick_slab": "Cut Crimsite Brick Slab", + "block.create.cut_crimsite_brick_stairs": "Cut Crimsite Brick Stairs", + "block.create.cut_crimsite_brick_wall": "Cut Crimsite Brick Wall", + "block.create.cut_crimsite_bricks": "Cut Crimsite Bricks", + "block.create.cut_crimsite_slab": "Cut Crimsite Slab", + "block.create.cut_crimsite_stairs": "Cut Crimsite Stairs", + "block.create.cut_crimsite_wall": "Cut Crimsite Wall", + "block.create.cut_deepslate": "Cut Deepslate", + "block.create.cut_deepslate_brick_slab": "Cut Deepslate Brick Slab", + "block.create.cut_deepslate_brick_stairs": "Cut Deepslate Brick Stairs", + "block.create.cut_deepslate_brick_wall": "Cut Deepslate Brick Wall", + "block.create.cut_deepslate_bricks": "Cut Deepslate Bricks", + "block.create.cut_deepslate_slab": "Cut Deepslate Slab", + "block.create.cut_deepslate_stairs": "Cut Deepslate Stairs", + "block.create.cut_deepslate_wall": "Cut Deepslate Wall", + "block.create.cut_diorite": "Cut Diorite", + "block.create.cut_diorite_brick_slab": "Cut Diorite Brick Slab", + "block.create.cut_diorite_brick_stairs": "Cut Diorite Brick Stairs", + "block.create.cut_diorite_brick_wall": "Cut Diorite Brick Wall", + "block.create.cut_diorite_bricks": "Cut Diorite Bricks", + "block.create.cut_diorite_slab": "Cut Diorite Slab", + "block.create.cut_diorite_stairs": "Cut Diorite Stairs", + "block.create.cut_diorite_wall": "Cut Diorite Wall", + "block.create.cut_dripstone": "Cut Dripstone", + "block.create.cut_dripstone_brick_slab": "Cut Dripstone Brick Slab", + "block.create.cut_dripstone_brick_stairs": "Cut Dripstone Brick Stairs", + "block.create.cut_dripstone_brick_wall": "Cut Dripstone Brick Wall", + "block.create.cut_dripstone_bricks": "Cut Dripstone Bricks", + "block.create.cut_dripstone_slab": "Cut Dripstone Slab", + "block.create.cut_dripstone_stairs": "Cut Dripstone Stairs", + "block.create.cut_dripstone_wall": "Cut Dripstone Wall", + "block.create.cut_granite": "Cut Granite", + "block.create.cut_granite_brick_slab": "Cut Granite Brick Slab", + "block.create.cut_granite_brick_stairs": "Cut Granite Brick Stairs", + "block.create.cut_granite_brick_wall": "Cut Granite Brick Wall", + "block.create.cut_granite_bricks": "Cut Granite Bricks", + "block.create.cut_granite_slab": "Cut Granite Slab", + "block.create.cut_granite_stairs": "Cut Granite Stairs", + "block.create.cut_granite_wall": "Cut Granite Wall", + "block.create.cut_limestone": "Cut Limestone", + "block.create.cut_limestone_brick_slab": "Cut Limestone Brick Slab", + "block.create.cut_limestone_brick_stairs": "Cut Limestone Brick Stairs", + "block.create.cut_limestone_brick_wall": "Cut Limestone Brick Wall", + "block.create.cut_limestone_bricks": "Cut Limestone Bricks", + "block.create.cut_limestone_slab": "Cut Limestone Slab", + "block.create.cut_limestone_stairs": "Cut Limestone Stairs", + "block.create.cut_limestone_wall": "Cut Limestone Wall", + "block.create.cut_ochrum": "Cut Ochrum", + "block.create.cut_ochrum_brick_slab": "Cut Ochrum Brick Slab", + "block.create.cut_ochrum_brick_stairs": "Cut Ochrum Brick Stairs", + "block.create.cut_ochrum_brick_wall": "Cut Ochrum Brick Wall", + "block.create.cut_ochrum_bricks": "Cut Ochrum Bricks", + "block.create.cut_ochrum_slab": "Cut Ochrum Slab", + "block.create.cut_ochrum_stairs": "Cut Ochrum Stairs", + "block.create.cut_ochrum_wall": "Cut Ochrum Wall", + "block.create.cut_scorchia": "Cut Scorchia", + "block.create.cut_scorchia_brick_slab": "Cut Scorchia Brick Slab", + "block.create.cut_scorchia_brick_stairs": "Cut Scorchia Brick Stairs", + "block.create.cut_scorchia_brick_wall": "Cut Scorchia Brick Wall", + "block.create.cut_scorchia_bricks": "Cut Scorchia Bricks", + "block.create.cut_scorchia_slab": "Cut Scorchia Slab", + "block.create.cut_scorchia_stairs": "Cut Scorchia Stairs", + "block.create.cut_scorchia_wall": "Cut Scorchia Wall", + "block.create.cut_scoria": "Cut Scoria", + "block.create.cut_scoria_brick_slab": "Cut Scoria Brick Slab", + "block.create.cut_scoria_brick_stairs": "Cut Scoria Brick Stairs", + "block.create.cut_scoria_brick_wall": "Cut Scoria Brick Wall", + "block.create.cut_scoria_bricks": "Cut Scoria Bricks", + "block.create.cut_scoria_slab": "Cut Scoria Slab", + "block.create.cut_scoria_stairs": "Cut Scoria Stairs", + "block.create.cut_scoria_wall": "Cut Scoria Wall", + "block.create.cut_tuff": "Cut Tuff", + "block.create.cut_tuff_brick_slab": "Cut Tuff Brick Slab", + "block.create.cut_tuff_brick_stairs": "Cut Tuff Brick Stairs", + "block.create.cut_tuff_brick_wall": "Cut Tuff Brick Wall", + "block.create.cut_tuff_bricks": "Cut Tuff Bricks", + "block.create.cut_tuff_slab": "Cut Tuff Slab", + "block.create.cut_tuff_stairs": "Cut Tuff Stairs", + "block.create.cut_tuff_wall": "Cut Tuff Wall", + "block.create.cut_veridium": "Cut Veridium", + "block.create.cut_veridium_brick_slab": "Cut Veridium Brick Slab", + "block.create.cut_veridium_brick_stairs": "Cut Veridium Brick Stairs", + "block.create.cut_veridium_brick_wall": "Cut Veridium Brick Wall", + "block.create.cut_veridium_bricks": "Cut Veridium Bricks", + "block.create.cut_veridium_slab": "Cut Veridium Slab", + "block.create.cut_veridium_stairs": "Cut Veridium Stairs", + "block.create.cut_veridium_wall": "Cut Veridium Wall", + "block.create.cyan_nixie_tube": "Cyan Nixie Tube", + "block.create.cyan_sail": "Cyan Sail", + "block.create.cyan_seat": "Cyan Seat", + "block.create.cyan_toolbox": "Cyan Toolbox", + "block.create.cyan_valve_handle": "Cyan Valve Handle", + "block.create.dark_oak_window": "Dark Oak Window", + "block.create.dark_oak_window_pane": "Dark Oak Window Pane", + "block.create.deepslate_pillar": "Deepslate Pillar", + "block.create.deepslate_zinc_ore": "Deepslate Zinc Ore", + "block.create.deployer": "Deployer", + "block.create.depot": "Depot", + "block.create.diorite_pillar": "Diorite Pillar", + "block.create.display_board": "Display Board", + "block.create.display_link": "Display Link", + "block.create.dripstone_pillar": "Dripstone Pillar", + "block.create.elevator_contact": "Elevator Contact", + "block.create.elevator_pulley": "Elevator Pulley", + "block.create.encased_chain_drive": "Encased Chain Drive", + "block.create.encased_fan": "Encased Fan", + "block.create.encased_fluid_pipe": "Encased Fluid Pipe", + "block.create.exposed_copper_shingle_slab": "Exposed Copper Shingle Slab", + "block.create.exposed_copper_shingle_stairs": "Exposed Copper Shingle Stairs", + "block.create.exposed_copper_shingles": "Exposed Copper Shingles", + "block.create.exposed_copper_tile_slab": "Exposed Copper Tile Slab", + "block.create.exposed_copper_tile_stairs": "Exposed Copper Tile Stairs", + "block.create.exposed_copper_tiles": "Exposed Copper Tiles", + "block.create.fake_track": "Track Marker for Maps", + "block.create.fluid_pipe": "Fluid Pipe", + "block.create.fluid_tank": "Fluid Tank", + "block.create.fluid_valve": "Fluid Valve", + "block.create.flywheel": "Flywheel", + "block.create.framed_glass": "Framed Glass", + "block.create.framed_glass_door": "Framed Glass Door", + "block.create.framed_glass_pane": "Framed Glass Pane", + "block.create.framed_glass_trapdoor": "Framed Glass Trapdoor", + "block.create.gantry_carriage": "Gantry Carriage", + "block.create.gantry_shaft": "Gantry Shaft", + "block.create.gearbox": "Gearbox", + "block.create.gearshift": "Gearshift", + "block.create.glass_fluid_pipe": "Glass Fluid Pipe", + "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_toolbox": "Gray Toolbox", + "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_toolbox": "Green Toolbox", + "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", + "block.create.hose_pulley": "Hose Pulley", + "block.create.industrial_iron_block": "Block of Industrial Iron", + "block.create.item_drain": "Item Drain", + "block.create.item_vault": "Item Vault", + "block.create.jungle_window": "Jungle Window", + "block.create.jungle_window_pane": "Jungle Window Pane", + "block.create.large_bogey": "Large Bogey", + "block.create.large_cogwheel": "Large Cogwheel", + "block.create.large_water_wheel": "Large Water Wheel", + "block.create.layered_andesite": "Layered Andesite", + "block.create.layered_asurine": "Layered Asurine", + "block.create.layered_calcite": "Layered Calcite", + "block.create.layered_crimsite": "Layered Crimsite", + "block.create.layered_deepslate": "Layered Deepslate", + "block.create.layered_diorite": "Layered Diorite", + "block.create.layered_dripstone": "Layered Dripstone", + "block.create.layered_granite": "Layered Granite", + "block.create.layered_limestone": "Layered Limestone", + "block.create.layered_ochrum": "Layered Ochrum", + "block.create.layered_scorchia": "Layered Scorchia", + "block.create.layered_scoria": "Layered Scoria", + "block.create.layered_tuff": "Layered Tuff", + "block.create.layered_veridium": "Layered Veridium", + "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_toolbox": "Light Blue Toolbox", + "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_toolbox": "Light Gray Toolbox", + "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_toolbox": "Lime Toolbox", + "block.create.lime_valve_handle": "Lime Valve Handle", + "block.create.limestone": "Limestone", + "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_toolbox": "Magenta Toolbox", + "block.create.magenta_valve_handle": "Magenta Valve Handle", + "block.create.mechanical_arm": "Mechanical Arm", + "block.create.mechanical_bearing": "Mechanical Bearing", + "block.create.mechanical_crafter": "Mechanical Crafter", + "block.create.mechanical_drill": "Mechanical Drill", + "block.create.mechanical_harvester": "Mechanical Harvester", + "block.create.mechanical_mixer": "Mechanical Mixer", + "block.create.mechanical_piston": "Mechanical Piston", + "block.create.mechanical_piston_head": "Mechanical Piston Head", + "block.create.mechanical_plough": "Mechanical Plough", + "block.create.mechanical_press": "Mechanical Press", + "block.create.mechanical_pump": "Mechanical Pump", + "block.create.mechanical_roller": "Mechanical Roller", + "block.create.mechanical_saw": "Mechanical Saw", + "block.create.metal_bracket": "Metal Bracket", + "block.create.metal_girder": "Metal Girder", + "block.create.metal_girder_encased_shaft": "Metal Girder Encased Shaft", + "block.create.millstone": "Millstone", + "block.create.minecart_anchor": "Minecart Anchor", + "block.create.mysterious_cuckoo_clock": "Cuckoo Clock", + "block.create.netherite_backtank": "Netherite Backtank", + "block.create.nixie_tube": "Nixie Tube", + "block.create.nozzle": "Nozzle", + "block.create.oak_window": "Oak Window", + "block.create.oak_window_pane": "Oak Window Pane", + "block.create.ochrum": "Ochrum", + "block.create.ochrum_pillar": "Ochrum Pillar", + "block.create.orange_sail": "Orange Sail", + "block.create.orange_seat": "Orange Seat", + "block.create.orange_toolbox": "Orange Toolbox", + "block.create.orange_valve_handle": "Orange Valve Handle", + "block.create.ornate_iron_window": "Ornate Iron Window", + "block.create.ornate_iron_window_pane": "Ornate Iron Window Pane", + "block.create.oxidized_copper_shingle_slab": "Oxidized Copper Shingle Slab", + "block.create.oxidized_copper_shingle_stairs": "Oxidized Copper Shingle Stairs", + "block.create.oxidized_copper_shingles": "Oxidized Copper Shingles", + "block.create.oxidized_copper_tile_slab": "Oxidized Copper Tile Slab", + "block.create.oxidized_copper_tile_stairs": "Oxidized Copper Tile Stairs", + "block.create.oxidized_copper_tiles": "Oxidized Copper Tiles", + "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_toolbox": "Pink Toolbox", + "block.create.pink_valve_handle": "Pink Valve Handle", + "block.create.piston_extension_pole": "Piston Extension Pole", + "block.create.placard": "Placard", + "block.create.polished_cut_andesite": "Polished Cut Andesite", + "block.create.polished_cut_andesite_slab": "Polished Cut Andesite Slab", + "block.create.polished_cut_andesite_stairs": "Polished Cut Andesite Stairs", + "block.create.polished_cut_andesite_wall": "Polished Cut Andesite Wall", + "block.create.polished_cut_asurine": "Polished Cut Asurine", + "block.create.polished_cut_asurine_slab": "Polished Cut Asurine Slab", + "block.create.polished_cut_asurine_stairs": "Polished Cut Asurine Stairs", + "block.create.polished_cut_asurine_wall": "Polished Cut Asurine Wall", + "block.create.polished_cut_calcite": "Polished Cut Calcite", + "block.create.polished_cut_calcite_slab": "Polished Cut Calcite Slab", + "block.create.polished_cut_calcite_stairs": "Polished Cut Calcite Stairs", + "block.create.polished_cut_calcite_wall": "Polished Cut Calcite Wall", + "block.create.polished_cut_crimsite": "Polished Cut Crimsite", + "block.create.polished_cut_crimsite_slab": "Polished Cut Crimsite Slab", + "block.create.polished_cut_crimsite_stairs": "Polished Cut Crimsite Stairs", + "block.create.polished_cut_crimsite_wall": "Polished Cut Crimsite Wall", + "block.create.polished_cut_deepslate": "Polished Cut Deepslate", + "block.create.polished_cut_deepslate_slab": "Polished Cut Deepslate Slab", + "block.create.polished_cut_deepslate_stairs": "Polished Cut Deepslate Stairs", + "block.create.polished_cut_deepslate_wall": "Polished Cut Deepslate Wall", + "block.create.polished_cut_diorite": "Polished Cut Diorite", + "block.create.polished_cut_diorite_slab": "Polished Cut Diorite Slab", + "block.create.polished_cut_diorite_stairs": "Polished Cut Diorite Stairs", + "block.create.polished_cut_diorite_wall": "Polished Cut Diorite Wall", + "block.create.polished_cut_dripstone": "Polished Cut Dripstone", + "block.create.polished_cut_dripstone_slab": "Polished Cut Dripstone Slab", + "block.create.polished_cut_dripstone_stairs": "Polished Cut Dripstone Stairs", + "block.create.polished_cut_dripstone_wall": "Polished Cut Dripstone Wall", + "block.create.polished_cut_granite": "Polished Cut Granite", + "block.create.polished_cut_granite_slab": "Polished Cut Granite Slab", + "block.create.polished_cut_granite_stairs": "Polished Cut Granite Stairs", + "block.create.polished_cut_granite_wall": "Polished Cut Granite Wall", + "block.create.polished_cut_limestone": "Polished Cut Limestone", + "block.create.polished_cut_limestone_slab": "Polished Cut Limestone Slab", + "block.create.polished_cut_limestone_stairs": "Polished Cut Limestone Stairs", + "block.create.polished_cut_limestone_wall": "Polished Cut Limestone Wall", + "block.create.polished_cut_ochrum": "Polished Cut Ochrum", + "block.create.polished_cut_ochrum_slab": "Polished Cut Ochrum Slab", + "block.create.polished_cut_ochrum_stairs": "Polished Cut Ochrum Stairs", + "block.create.polished_cut_ochrum_wall": "Polished Cut Ochrum Wall", + "block.create.polished_cut_scorchia": "Polished Cut Scorchia", + "block.create.polished_cut_scorchia_slab": "Polished Cut Scorchia Slab", + "block.create.polished_cut_scorchia_stairs": "Polished Cut Scorchia Stairs", + "block.create.polished_cut_scorchia_wall": "Polished Cut Scorchia Wall", + "block.create.polished_cut_scoria": "Polished Cut Scoria", + "block.create.polished_cut_scoria_slab": "Polished Cut Scoria Slab", + "block.create.polished_cut_scoria_stairs": "Polished Cut Scoria Stairs", + "block.create.polished_cut_scoria_wall": "Polished Cut Scoria Wall", + "block.create.polished_cut_tuff": "Polished Cut Tuff", + "block.create.polished_cut_tuff_slab": "Polished Cut Tuff Slab", + "block.create.polished_cut_tuff_stairs": "Polished Cut Tuff Stairs", + "block.create.polished_cut_tuff_wall": "Polished Cut Tuff Wall", + "block.create.polished_cut_veridium": "Polished Cut Veridium", + "block.create.polished_cut_veridium_slab": "Polished Cut Veridium Slab", + "block.create.polished_cut_veridium_stairs": "Polished Cut Veridium Stairs", + "block.create.polished_cut_veridium_wall": "Polished Cut Veridium Wall", + "block.create.portable_fluid_interface": "Portable Fluid Interface", + "block.create.portable_storage_interface": "Portable Storage Interface", + "block.create.powered_latch": "Powered Latch", + "block.create.powered_shaft": "Powered Shaft", + "block.create.powered_toggle_latch": "Powered Toggle Latch", + "block.create.pulley_magnet": "Pulley Magnet", + "block.create.pulse_extender": "Pulse Extender", + "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_toolbox": "Purple Toolbox", + "block.create.purple_valve_handle": "Purple Valve Handle", + "block.create.radial_chassis": "Radial Chassis", + "block.create.railway_casing": "Train Casing", + "block.create.raw_zinc_block": "Block of Raw Zinc", + "block.create.red_nixie_tube": "Red Nixie Tube", + "block.create.red_sail": "Red Sail", + "block.create.red_seat": "Red Seat", + "block.create.red_toolbox": "Red Toolbox", + "block.create.red_valve_handle": "Red Valve Handle", + "block.create.redstone_contact": "Redstone Contact", + "block.create.redstone_link": "Redstone Link", + "block.create.refined_radiance_casing": "Radiant Casing", + "block.create.rope": "Rope", + "block.create.rope_pulley": "Rope Pulley", + "block.create.rose_quartz_block": "Block of Rose Quartz", + "block.create.rose_quartz_lamp": "Rose Quartz Lamp", + "block.create.rose_quartz_tiles": "Rose Quartz Tiles", + "block.create.rotation_speed_controller": "Rotation Speed Controller", + "block.create.sail_frame": "Windmill Sail Frame", + "block.create.schematic_table": "Schematic Table", + "block.create.schematicannon": "Schematicannon", + "block.create.scorchia": "Scorchia", + "block.create.scorchia_pillar": "Scorchia Pillar", + "block.create.scoria": "Scoria", + "block.create.scoria_pillar": "Scoria Pillar", + "block.create.secondary_linear_chassis": "Secondary Linear Chassis", + "block.create.sequenced_gearshift": "Sequenced Gearshift", + "block.create.shadow_steel_casing": "Shadow Casing", + "block.create.shaft": "Shaft", + "block.create.small_andesite_brick_slab": "Small Andesite Brick Slab", + "block.create.small_andesite_brick_stairs": "Small Andesite Brick Stairs", + "block.create.small_andesite_brick_wall": "Small Andesite Brick Wall", + "block.create.small_andesite_bricks": "Small Andesite Bricks", + "block.create.small_asurine_brick_slab": "Small Asurine Brick Slab", + "block.create.small_asurine_brick_stairs": "Small Asurine Brick Stairs", + "block.create.small_asurine_brick_wall": "Small Asurine Brick Wall", + "block.create.small_asurine_bricks": "Small Asurine Bricks", + "block.create.small_bogey": "Small Bogey", + "block.create.small_calcite_brick_slab": "Small Calcite Brick Slab", + "block.create.small_calcite_brick_stairs": "Small Calcite Brick Stairs", + "block.create.small_calcite_brick_wall": "Small Calcite Brick Wall", + "block.create.small_calcite_bricks": "Small Calcite Bricks", + "block.create.small_crimsite_brick_slab": "Small Crimsite Brick Slab", + "block.create.small_crimsite_brick_stairs": "Small Crimsite Brick Stairs", + "block.create.small_crimsite_brick_wall": "Small Crimsite Brick Wall", + "block.create.small_crimsite_bricks": "Small Crimsite Bricks", + "block.create.small_deepslate_brick_slab": "Small Deepslate Brick Slab", + "block.create.small_deepslate_brick_stairs": "Small Deepslate Brick Stairs", + "block.create.small_deepslate_brick_wall": "Small Deepslate Brick Wall", + "block.create.small_deepslate_bricks": "Small Deepslate Bricks", + "block.create.small_diorite_brick_slab": "Small Diorite Brick Slab", + "block.create.small_diorite_brick_stairs": "Small Diorite Brick Stairs", + "block.create.small_diorite_brick_wall": "Small Diorite Brick Wall", + "block.create.small_diorite_bricks": "Small Diorite Bricks", + "block.create.small_dripstone_brick_slab": "Small Dripstone Brick Slab", + "block.create.small_dripstone_brick_stairs": "Small Dripstone Brick Stairs", + "block.create.small_dripstone_brick_wall": "Small Dripstone Brick Wall", + "block.create.small_dripstone_bricks": "Small Dripstone Bricks", + "block.create.small_granite_brick_slab": "Small Granite Brick Slab", + "block.create.small_granite_brick_stairs": "Small Granite Brick Stairs", + "block.create.small_granite_brick_wall": "Small Granite Brick Wall", + "block.create.small_granite_bricks": "Small Granite Bricks", + "block.create.small_limestone_brick_slab": "Small Limestone Brick Slab", + "block.create.small_limestone_brick_stairs": "Small Limestone Brick Stairs", + "block.create.small_limestone_brick_wall": "Small Limestone Brick Wall", + "block.create.small_limestone_bricks": "Small Limestone Bricks", + "block.create.small_ochrum_brick_slab": "Small Ochrum Brick Slab", + "block.create.small_ochrum_brick_stairs": "Small Ochrum Brick Stairs", + "block.create.small_ochrum_brick_wall": "Small Ochrum Brick Wall", + "block.create.small_ochrum_bricks": "Small Ochrum Bricks", + "block.create.small_rose_quartz_tiles": "Small Rose Quartz Tiles", + "block.create.small_scorchia_brick_slab": "Small Scorchia Brick Slab", + "block.create.small_scorchia_brick_stairs": "Small Scorchia Brick Stairs", + "block.create.small_scorchia_brick_wall": "Small Scorchia Brick Wall", + "block.create.small_scorchia_bricks": "Small Scorchia Bricks", + "block.create.small_scoria_brick_slab": "Small Scoria Brick Slab", + "block.create.small_scoria_brick_stairs": "Small Scoria Brick Stairs", + "block.create.small_scoria_brick_wall": "Small Scoria Brick Wall", + "block.create.small_scoria_bricks": "Small Scoria Bricks", + "block.create.small_tuff_brick_slab": "Small Tuff Brick Slab", + "block.create.small_tuff_brick_stairs": "Small Tuff Brick Stairs", + "block.create.small_tuff_brick_wall": "Small Tuff Brick Wall", + "block.create.small_tuff_bricks": "Small Tuff Bricks", + "block.create.small_veridium_brick_slab": "Small Veridium Brick Slab", + "block.create.small_veridium_brick_stairs": "Small Veridium Brick Stairs", + "block.create.small_veridium_brick_wall": "Small Veridium Brick Wall", + "block.create.small_veridium_bricks": "Small Veridium Bricks", + "block.create.smart_chute": "Smart Chute", + "block.create.smart_fluid_pipe": "Smart Fluid Pipe", + "block.create.speedometer": "Speedometer", + "block.create.spout": "Spout", + "block.create.spruce_window": "Spruce Window", + "block.create.spruce_window_pane": "Spruce Window Pane", + "block.create.steam_engine": "Steam Engine", + "block.create.steam_whistle": "Steam Whistle", + "block.create.steam_whistle_extension": "Steam Whistle Extension", + "block.create.sticker": "Sticker", + "block.create.sticky_mechanical_piston": "Sticky Mechanical Piston", + "block.create.stockpile_switch": "Threshold Switch", + "block.create.stressometer": "Stressometer", + "block.create.tiled_glass": "Tiled Glass", + "block.create.tiled_glass_pane": "Tiled Glass Pane", + "block.create.track": "Train Track", + "block.create.track_observer": "Train Observer", + "block.create.track_signal": "Train Signal", + "block.create.track_station": "Train Station", + "block.create.train_door": "Train Door", + "block.create.train_trapdoor": "Train Trapdoor", + "block.create.tuff_pillar": "Tuff Pillar", + "block.create.turntable": "Turntable", + "block.create.veridium": "Veridium", + "block.create.veridium_pillar": "Veridium Pillar", + "block.create.vertical_framed_glass": "Vertical Framed Glass", + "block.create.vertical_framed_glass_pane": "Vertical Framed Glass Pane", + "block.create.warped_window": "Warped Window", + "block.create.warped_window_pane": "Warped Window Pane", + "block.create.water_wheel": "Water Wheel", + "block.create.water_wheel_structure": "Large Water Wheel", + "block.create.waxed_copper_shingle_slab": "Waxed Copper Shingle Slab", + "block.create.waxed_copper_shingle_stairs": "Waxed Copper Shingle Stairs", + "block.create.waxed_copper_shingles": "Waxed Copper Shingles", + "block.create.waxed_copper_tile_slab": "Waxed Copper Tile Slab", + "block.create.waxed_copper_tile_stairs": "Waxed Copper Tile Stairs", + "block.create.waxed_copper_tiles": "Waxed Copper Tiles", + "block.create.waxed_exposed_copper_shingle_slab": "Waxed Exposed Copper Shingle Slab", + "block.create.waxed_exposed_copper_shingle_stairs": "Waxed Exposed Copper Shingle Stairs", + "block.create.waxed_exposed_copper_shingles": "Waxed Exposed Copper Shingles", + "block.create.waxed_exposed_copper_tile_slab": "Waxed Exposed Copper Tile Slab", + "block.create.waxed_exposed_copper_tile_stairs": "Waxed Exposed Copper Tile Stairs", + "block.create.waxed_exposed_copper_tiles": "Waxed Exposed Copper Tiles", + "block.create.waxed_oxidized_copper_shingle_slab": "Waxed Oxidized Copper Shingle Slab", + "block.create.waxed_oxidized_copper_shingle_stairs": "Waxed Oxidized Copper Shingle Stairs", + "block.create.waxed_oxidized_copper_shingles": "Waxed Oxidized Copper Shingles", + "block.create.waxed_oxidized_copper_tile_slab": "Waxed Oxidized Copper Tile Slab", + "block.create.waxed_oxidized_copper_tile_stairs": "Waxed Oxidized Copper Tile Stairs", + "block.create.waxed_oxidized_copper_tiles": "Waxed Oxidized Copper Tiles", + "block.create.waxed_weathered_copper_shingle_slab": "Waxed Weathered Copper Shingle Slab", + "block.create.waxed_weathered_copper_shingle_stairs": "Waxed Weathered Copper Shingle Stairs", + "block.create.waxed_weathered_copper_shingles": "Waxed Weathered Copper Shingles", + "block.create.waxed_weathered_copper_tile_slab": "Waxed Weathered Copper Tile Slab", + "block.create.waxed_weathered_copper_tile_stairs": "Waxed Weathered Copper Tile Stairs", + "block.create.waxed_weathered_copper_tiles": "Waxed Weathered Copper Tiles", + "block.create.weathered_copper_shingle_slab": "Weathered Copper Shingle Slab", + "block.create.weathered_copper_shingle_stairs": "Weathered Copper Shingle Stairs", + "block.create.weathered_copper_shingles": "Weathered Copper Shingles", + "block.create.weathered_copper_tile_slab": "Weathered Copper Tile Slab", + "block.create.weathered_copper_tile_stairs": "Weathered Copper Tile Stairs", + "block.create.weathered_copper_tiles": "Weathered Copper Tiles", + "block.create.weighted_ejector": "Weighted Ejector", + "block.create.white_nixie_tube": "White Nixie Tube", + "block.create.white_sail": "Windmill Sail", + "block.create.white_seat": "White Seat", + "block.create.white_toolbox": "White Toolbox", + "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_toolbox": "Yellow Toolbox", + "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.carriage_contraption": "Carriage Contraption", + "entity.create.contraption": "Contraption", + "entity.create.crafting_blueprint": "Crafting Blueprint", + "entity.create.gantry_contraption": "Gantry Contraption", + "entity.create.potato_projectile": "Potato Projectile", + "entity.create.seat": "Seat", + "entity.create.stationary_contraption": "Stationary Contraption", + "entity.create.super_glue": "Super Glue", + + "fluid.create.chocolate": "Chocolate", + "fluid.create.honey": "Honey", + "fluid.create.potion": "Potion", + "fluid.create.tea": "Builder's Tea", + + "item.create.andesite_alloy": "Andesite Alloy", + "item.create.attribute_filter": "Attribute Filter", + "item.create.bar_of_chocolate": "Bar of Chocolate", + "item.create.belt_connector": "Mechanical Belt", + "item.create.blaze_cake": "Blaze Cake", + "item.create.blaze_cake_base": "Blaze Cake Base", + "item.create.brass_hand": "Brass Hand", + "item.create.brass_ingot": "Brass Ingot", + "item.create.brass_nugget": "Brass Nugget", + "item.create.brass_sheet": "Brass Sheet", + "item.create.builders_tea": "Builder's Tea", + "item.create.chest_minecart_contraption": "Chest Minecart Contraption", + "item.create.chocolate_bucket": "Chocolate Bucket", + "item.create.chocolate_glazed_berries": "Chocolate Glazed Berries", + "item.create.chromatic_compound": "Chromatic Compound", + "item.create.cinder_flour": "Cinder Flour", + "item.create.copper_backtank": "Copper Backtank", + "item.create.copper_backtank_placeable": "Copper Backtank Placeable", + "item.create.copper_diving_boots": "Copper Diving Boots", + "item.create.copper_diving_helmet": "Copper Diving Helmet", + "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_copper_ore": "Crushed Copper Ore", + "item.create.crushed_gold_ore": "Crushed Gold Ore", + "item.create.crushed_iron_ore": "Crushed Iron Ore", + "item.create.crushed_lead_ore": "Crushed Lead Ore", + "item.create.crushed_nickel_ore": "Crushed Nickel Ore", + "item.create.crushed_osmium_ore": "Crushed Osmium Ore", + "item.create.crushed_platinum_ore": "Crushed Platinum Ore", + "item.create.crushed_quicksilver_ore": "Crushed Quicksilver Ore", + "item.create.crushed_silver_ore": "Crushed Silver Ore", + "item.create.crushed_tin_ore": "Crushed Tin Ore", + "item.create.crushed_uranium_ore": "Crushed Uranium Ore", + "item.create.crushed_zinc_ore": "Crushed Zinc Ore", + "item.create.dough": "Dough", + "item.create.electron_tube": "Electron Tube", + "item.create.empty_blaze_burner": "Empty Blaze Burner", + "item.create.empty_schematic": "Empty Schematic", + "item.create.experience_nugget": "Nugget of Experience", + "item.create.extendo_grip": "Extendo Grip", + "item.create.filter": "List Filter", + "item.create.furnace_minecart_contraption": "Furnace Minecart Contraption", + "item.create.goggles": "Engineer's Goggles", + "item.create.golden_sheet": "Golden Sheet", + "item.create.handheld_worldshaper": "Creative Worldshaper", + "item.create.honey_bucket": "Honey Bucket", + "item.create.honeyed_apple": "Honeyed Apple", + "item.create.incomplete_precision_mechanism": "Incomplete Precision Mechanism", + "item.create.incomplete_track": "Incomplete Track", + "item.create.iron_sheet": "Iron Sheet", + "item.create.linked_controller": "Linked Controller", + "item.create.minecart_contraption": "Minecart Contraption", + "item.create.minecart_coupling": "Minecart Coupling", + "item.create.netherite_backtank": "Netherite Backtank", + "item.create.netherite_backtank_placeable": "Netherite Backtank Placeable", + "item.create.netherite_diving_boots": "Netherite Diving Boots", + "item.create.netherite_diving_helmet": "Netherite Diving Helmet", + "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.raw_zinc": "Raw Zinc", + "item.create.red_sand_paper": "Red Sand Paper", + "item.create.refined_radiance": "Refined Radiance", + "item.create.rose_quartz": "Rose Quartz", + "item.create.sand_paper": "Sand Paper", + "item.create.schedule": "Train Schedule", + "item.create.schematic": "Schematic", + "item.create.schematic_and_quill": "Schematic And Quill", + "item.create.shadow_steel": "Shadow Steel", + "item.create.sturdy_sheet": "Sturdy Sheet", + "item.create.super_glue": "Super Glue", + "item.create.sweet_roll": "Sweet Roll", + "item.create.tree_fertilizer": "Tree Fertilizer", + "item.create.unprocessed_obsidian_sheet": "Unprocessed Obsidian Sheet", + "item.create.vertical_gearbox": "Vertical Gearbox", + "item.create.wand_of_symmetry": "Wand Of Symmetry", + "item.create.wheat_flour": "Wheat Flour", + "item.create.whisk": "Whisk", + "item.create.wrench": "Wrench", + "item.create.zinc_ingot": "Zinc Ingot", + "item.create.zinc_nugget": "Zinc Nugget", + + + "_": "->------------------------] Advancements [------------------------<-", + + "advancement.create.root": "Welcome to Create", + "advancement.create.root.desc": "Here Be Contraptions", + "advancement.create.andesite_alloy": "Sturdier Rocks", + "advancement.create.andesite_alloy.desc": "Obtain some Andesite Alloy, Create's most important resource", + "advancement.create.andesite_casing": "The Andesite Age", + "advancement.create.andesite_casing.desc": "Apply Andesite Alloy to stripped wood, creating a basic casing for your machines", + "advancement.create.mechanical_press": "Bonk!", + "advancement.create.mechanical_press.desc": "Create some sheets in a Mechanical Press", + "advancement.create.encased_fan": "Wind Maker", + "advancement.create.encased_fan.desc": "Place and power an Encased Fan", + "advancement.create.fan_processing": "Processing by Particle", + "advancement.create.fan_processing.desc": "Use an Encased Fan to process materials", + "advancement.create.saw_processing": "Workshop's Most Feared", + "advancement.create.saw_processing.desc": "Use an upright Mechanical Saw to process materials", + "advancement.create.compacting": "Compactification", + "advancement.create.compacting.desc": "Use a Mechanical Press and a Basin to create fewer items from more", + "advancement.create.belt": "Kelp Drive", + "advancement.create.belt.desc": "Connect two Shafts with a Mechanical Belt", + "advancement.create.funnel": "Airport Aesthetic", + "advancement.create.funnel.desc": "Extract or insert items into a container using a Funnel", + "advancement.create.chute": "Vertical Logistics", + "advancement.create.chute.desc": "Transport some items by Chute", + "advancement.create.mechanical_mixer": "Mixing It Up", + "advancement.create.mechanical_mixer.desc": "Combine ingredients in a Mechanical Mixer", + "advancement.create.burner": "Sentient Fireplace", + "advancement.create.burner.desc": "Obtain a Blaze Burner", + "advancement.create.water_wheel": "Harnessed Hydraulics", + "advancement.create.water_wheel.desc": "Place a Water Wheel and use it to generate torque", + "advancement.create.windmill": "A Mild Breeze", + "advancement.create.windmill.desc": "Assemble a windmill and use it to generate torque", + "advancement.create.shifting_gears": "Shifting Gears", + "advancement.create.shifting_gears.desc": "Connect a Large Cogwheel to a Small Cogwheel, allowing you to change the speed of your Contraption", + "advancement.create.millstone": "Embrace the Grind", + "advancement.create.millstone.desc": "Use a Millstone to pulverise materials", + "advancement.create.super_glue": "Area of Connect", + "advancement.create.super_glue.desc": "Super Glue some blocks into a group", + "advancement.create.contraption_actors": "Moving with Purpose", + "advancement.create.contraption_actors.desc": "Create a Contraption with drills, saws, or harvesters on board", + "advancement.create.portable_storage_interface": "Drive-By Exchange", + "advancement.create.portable_storage_interface.desc": "Use a Portable Storage Interface to take or insert items into a Contraption", + "advancement.create.wrench_goggles": "Kitted Out", + "advancement.create.wrench_goggles.desc": "Equip Engineer's Goggles and a Wrench", + "advancement.create.stressometer": "Stress for Nerds", + "advancement.create.stressometer.desc": "Get an exact readout with the help of Engineer's Goggles and a Stressometer", + "advancement.create.cuckoo_clock": "Is It Time?", + "advancement.create.cuckoo_clock.desc": "Witness your Cuckoo Clock announce bedtime", + "advancement.create.windmill_maxed": "A Strong Breeze", + "advancement.create.windmill_maxed.desc": "Assemble a windmill of maximum strength", + "advancement.create.ejector_maxed": "Springboard Champion", + "advancement.create.ejector_maxed.desc": "Get launched more than 30 blocks by a Weighted Ejector", + "advancement.create.pulley_maxed": "Rope to Nowhere", + "advancement.create.pulley_maxed.desc": "Extend a Rope Pulley over 200 blocks deep", + "advancement.create.cart_pickup": "Strong Arms", + "advancement.create.cart_pickup.desc": "Pick up a Minecart Contraption with at least 200 attached blocks", + "advancement.create.anvil_plough": "Blacksmith Artillery", + "advancement.create.anvil_plough.desc": "Launch an Anvil with Mechanical Ploughs", + "advancement.create.lava_wheel_00000": "Magma Wheel", + "advancement.create.lava_wheel_00000.desc": "This shouldn't have worked§7\n(Hidden Advancement)", + "advancement.create.hand_crank_000": "Workout Session", + "advancement.create.hand_crank_000.desc": "Use a Hand Crank until fully exhausted§7\n(Hidden Advancement)", + "advancement.create.belt_funnel_kiss": "The Parrots and the Flaps", + "advancement.create.belt_funnel_kiss.desc": "Make two Belt-mounted Funnels kiss§7\n(Hidden Advancement)", + "advancement.create.stressometer_maxed": "Perfectly Stressed", + "advancement.create.stressometer_maxed.desc": "Get a 100% readout from a Stressometer§7\n(Hidden Advancement)", + "advancement.create.copper": "Cuprum Bokum", + "advancement.create.copper.desc": "Amass some Copper Ingots for your exploits in fluid manipulation", + "advancement.create.copper_casing": "The Copper Age", + "advancement.create.copper_casing.desc": "Apply Copper Ingots to stripped wood, creating a waterproof casing for your machines", + "advancement.create.spout": "Sploosh", + "advancement.create.spout.desc": "Watch a fluid-containing item be filled by a Spout", + "advancement.create.drain": "Tumble Draining", + "advancement.create.drain.desc": "Watch a fluid-containing item be emptied by an Item Drain", + "advancement.create.steam_engine": "The Powerhouse", + "advancement.create.steam_engine.desc": "Use a Steam Engine to generate torque", + "advancement.create.steam_whistle": "Voice of an Angel", + "advancement.create.steam_whistle.desc": "Activate a Steam Whistle", + "advancement.create.backtank": "Pressure to Go", + "advancement.create.backtank.desc": "Create a Copper Backtank and make it accumulate air pressure", + "advancement.create.diving_suit": "Ready for the Depths", + "advancement.create.diving_suit.desc": "Equip a Diving Helmet and a Copper Backtank, then jump into water", + "advancement.create.mechanical_pump_0": "Under Pressure", + "advancement.create.mechanical_pump_0.desc": "Place and power a Mechanical Pump", + "advancement.create.glass_pipe": "Flow Discovery", + "advancement.create.glass_pipe.desc": "Use your Wrench on a pipe that contains a fluid", + "advancement.create.water_supply": "Puddle Collector", + "advancement.create.water_supply.desc": "Use the pulling end of a Fluid Pipe or Mechanical Pump to collect water", + "advancement.create.hose_pulley": "Industrial Spillage", + "advancement.create.hose_pulley.desc": "Lower a Hose Pulley and watch it drain or fill a body of fluid", + "advancement.create.chocolate_bucket": "A World of Imagination", + "advancement.create.chocolate_bucket.desc": "Obtain a bucket of molten chocolate", + "advancement.create.honey_drain": "Autonomous Bee-Keeping", + "advancement.create.honey_drain.desc": "Use pipes to pull honey from a Bee Nest or Beehive", + "advancement.create.hose_pulley_lava": "Tapping the Mantle", + "advancement.create.hose_pulley_lava.desc": "Pump from a body of lava large enough to be considered infinite", + "advancement.create.steam_engine_maxed": "Full Steam", + "advancement.create.steam_engine_maxed.desc": "Run a boiler at the maximum level of power", + "advancement.create.foods": "Balanced Diet", + "advancement.create.foods.desc": "Create Chocolate Glazed Berries, a Honeyed Apple, and a Sweet Roll all from the same Spout", + "advancement.create.diving_suit_lava": "Swimming with the Striders", + "advancement.create.diving_suit_lava.desc": "Attempt to take a dive in lava with your diving gear§7\n(Hidden Advancement)", + "advancement.create.chained_drain": "On a Roll", + "advancement.create.chained_drain.desc": "Watch an item move across a row of Item Drains§7\n(Hidden Advancement)", + "advancement.create.cross_streams": "Don't Cross the Streams!", + "advancement.create.cross_streams.desc": "Watch two fluids meet in your pipe network§7\n(Hidden Advancement)", + "advancement.create.pipe_organ": "The Pipe Organ", + "advancement.create.pipe_organ.desc": "Attach 12 uniquely pitched Steam Whistles to a single Fluid Tank§7\n(Hidden Advancement)", + "advancement.create.brass": "Real Alloys", + "advancement.create.brass.desc": "Create Brass Ingots by alloying Copper and Zinc Ingots in your Blaze-heated Mechanical Mixer", + "advancement.create.brass_casing": "The Brass Age", + "advancement.create.brass_casing.desc": "Apply Brass Ingots to stripped wood, creating a casing for more sophisticated machines", + "advancement.create.rose_quartz": "Pink Diamonds", + "advancement.create.rose_quartz.desc": "Polish some Rose Quartz", + "advancement.create.deployer": "Artificial Intelligence", + "advancement.create.deployer.desc": "Place and power a Deployer, the perfect reflection of yourself", + "advancement.create.precision_mechanism": "Complex Curiosities", + "advancement.create.precision_mechanism.desc": "Assemble a Precision Mechanism", + "advancement.create.speed_controller": "Engineers Hate Him!", + "advancement.create.speed_controller.desc": "Fine-tune your Contraption with a Rotation Speed Controller", + "advancement.create.mechanical_arm": "Busy Hands", + "advancement.create.mechanical_arm.desc": "Watch your Mechanical Arm transport its first item", + "advancement.create.mechanical_crafter": "Automated Assembly", + "advancement.create.mechanical_crafter.desc": "Place and power some Mechanical Crafters", + "advancement.create.crushing_wheel": "A Pair of Giants", + "advancement.create.crushing_wheel.desc": "Place and power a set of Crushing Wheels", + "advancement.create.haunted_bell": "Shadow Sense", + "advancement.create.haunted_bell.desc": "Toll a Haunted Bell", + "advancement.create.clockwork_bearing": "Contraption O'Clock", + "advancement.create.clockwork_bearing.desc": "Assemble a structure mounted on a Clockwork Bearing", + "advancement.create.display_link": "Big Data", + "advancement.create.display_link.desc": "Use a Display Link to visualise information", + "advancement.create.potato_cannon": "Fwoomp!", + "advancement.create.potato_cannon.desc": "Defeat an enemy with your Potato Cannon", + "advancement.create.extendo_grip": "Boioioing!", + "advancement.create.extendo_grip.desc": "Get hold of an Extendo Grip", + "advancement.create.linked_controller": "Remote Activation", + "advancement.create.linked_controller.desc": "Activate a Redstone Link using a Linked Controller", + "advancement.create.arm_blaze_burner": "Combust-o-Tron", + "advancement.create.arm_blaze_burner.desc": "Instruct a Mechanical Arm to feed your Blaze Burner", + "advancement.create.crusher_maxed_0000": "Crushing It", + "advancement.create.crusher_maxed_0000.desc": "Operate a pair of Crushing Wheels at maximum speed", + "advancement.create.arm_many_targets": "Organize-o-Tron", + "advancement.create.arm_many_targets.desc": "Program a Mechanical Arm with 10 or more output locations", + "advancement.create.potato_cannon_collide": "Veggie Fireworks", + "advancement.create.potato_cannon_collide.desc": "Cause Potato Cannon projectiles of different types to collide with each other", + "advancement.create.self_deploying": "Self-Driving Cart", + "advancement.create.self_deploying.desc": "Create a Minecart Contraption that places tracks in front of itself", + "advancement.create.fist_bump": "Pound It, Bro!", + "advancement.create.fist_bump.desc": "Make two Deployers fist-bump§7\n(Hidden Advancement)", + "advancement.create.crafter_lazy_000": "Desperate Measures", + "advancement.create.crafter_lazy_000.desc": "Drastically slow down a Mechanical Crafter to procrastinate on proper infrastructure§7\n(Hidden Advancement)", + "advancement.create.extendo_grip_dual": "To Full Extent", + "advancement.create.extendo_grip_dual.desc": "Dual-wield Extendo Grips for superhuman reach§7\n(Hidden Advancement)", + "advancement.create.musical_arm": "DJ Mechanico", + "advancement.create.musical_arm.desc": "Watch a Mechanical Arm operate your Jukebox§7\n(Hidden Advancement)", + "advancement.create.sturdy_sheet": "The Sturdiest Rocks", + "advancement.create.sturdy_sheet.desc": "Assemble a Sturdy Sheet by refining Powdered Obsidian", + "advancement.create.train_casing_00": "The Logistical Age", + "advancement.create.train_casing_00.desc": "Use Sturdy Sheets to create a casing for railway components", + "advancement.create.train": "All Aboard!", + "advancement.create.train.desc": "Assemble your first Train", + "advancement.create.conductor": "Conductor Instructor", + "advancement.create.conductor.desc": "Instruct a Train driver with a Train Schedule", + "advancement.create.track_signal": "Traffic Control", + "advancement.create.track_signal.desc": "Place a Train Signal", + "advancement.create.display_board_0": "Dynamic Timetables", + "advancement.create.display_board_0.desc": "Forecast a Train's arrival on your Display Board with the help of Display Links", + "advancement.create.track_0": "A New Gauge", + "advancement.create.track_0.desc": "Obtain some Train Tracks", + "advancement.create.train_whistle": "Choo Choo!", + "advancement.create.train_whistle.desc": "Assemble a Steam Whistle to your Train and activate it while driving", + "advancement.create.train_portal": "Dimensional Commuter", + "advancement.create.train_portal.desc": "Ride a Train through a Nether portal", + "advancement.create.track_crafting_factory": "Track Factory", + "advancement.create.track_crafting_factory.desc": "Produce more than 1000 Train Tracks with the same Mechanical Press", + "advancement.create.long_train": "Ambitious Endeavours", + "advancement.create.long_train.desc": "Create a Train with at least 6 carriages", + "advancement.create.long_travel": "Field Trip", + "advancement.create.long_travel.desc": "Leave a Train Seat over 5000 blocks away from where you started travelling", + "advancement.create.train_roadkill": "Road Kill", + "advancement.create.train_roadkill.desc": "Run over an enemy with your Train§7\n(Hidden Advancement)", + "advancement.create.red_signal": "Expert Driver", + "advancement.create.red_signal.desc": "Run a red Train Signal§7\n(Hidden Advancement)", + "advancement.create.train_crash": "Terrible Service", + "advancement.create.train_crash.desc": "Witness a Train crash as a passenger§7\n(Hidden Advancement)", + "advancement.create.train_crash_backwards": "Blind Spot", + "advancement.create.train_crash_backwards.desc": "Crash into another Train while driving backwards§7\n(Hidden Advancement)", + + + "_": "->------------------------] UI & Messages [------------------------<-", + + "itemGroup.create.base": "Create", + "itemGroup.create.palettes": "Create's Building Blocks", + + "death.attack.create.crush": "%1$s was processed by Crushing Wheels", + "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_roller": "%1$s was flattened by a Mechanical Roller", + "death.attack.create.mechanical_roller.player": "%1$s was thrown in front of a Mechanical Roller 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", + "death.attack.create.run_over": "%1$s was run over by %2$s", + + "create.block.deployer.damage_source_name": "a rogue Deployer", + "create.block.cart_assembler.invalid": "Place your Cart Assembler on a rail block", + + "create.menu.return": "Return to Menu", + "create.menu.configure": "Configure...", + "create.menu.ponder_index": "Ponder Index", + "create.menu.only_ingame": "Available in the Pause Menu", + "create.menu.report_bugs": "Report Issues", + "create.menu.support": "Support Us", + + "create.recipe.crushing": "Crushing", + "create.recipe.milling": "Milling", + "create.recipe.fan_washing": "Bulk Washing", + "create.recipe.fan_washing.fan": "Fan behind Flowing Water", + "create.recipe.fan_smoking": "Bulk Smoking", + "create.recipe.fan_smoking.fan": "Fan behind Fire", + "create.recipe.fan_haunting": "Bulk Haunting", + "create.recipe.fan_haunting.fan": "Fan behind Soul Fire", + "create.recipe.fan_blasting": "Bulk Blasting", + "create.recipe.fan_blasting.fan": "Fan behind Lava", + "create.recipe.pressing": "Pressing", + "create.recipe.mixing": "Mixing", + "create.recipe.deploying": "Deploying", + "create.recipe.automatic_shapeless": "Automated Shapeless Crafting", + "create.recipe.automatic_brewing": "Automated Brewing", + "create.recipe.packing": "Compacting", + "create.recipe.automatic_packing": "Automated Packing", + "create.recipe.sawing": "Sawing", + "create.recipe.mechanical_crafting": "Mechanical Crafting", + "create.recipe.automatic_shaped": "Automated Shaped Crafting", + "create.recipe.block_cutting": "Block Cutting", + "create.recipe.wood_cutting": "Wood Cutting", + "create.recipe.sandpaper_polishing": "Sandpaper Polishing", + "create.recipe.mystery_conversion": "Mysterious Conversion", + "create.recipe.spout_filling": "Filling by Spout", + "create.recipe.draining": "Item Draining", + "create.recipe.item_application": "Manual Item Application", + "create.recipe.item_application.any_axe": "Any Axe", + "create.recipe.sequenced_assembly": "Recipe Sequence", + "create.recipe.assembly.next": "Next: %1$s", + "create.recipe.assembly.step": "Step %1$s:", + "create.recipe.assembly.progress": "Progress: %1$s/%2$s", + "create.recipe.assembly.pressing": "Process in Press", + "create.recipe.assembly.spout_filling_fluid": "Spout %1$s", + "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 salvage", + "create.recipe.processing.chance": "%1$s%% Chance", + "create.recipe.deploying.not_consumed": "Not Consumed", + "create.recipe.heat_requirement.none": "No Heating Required", + "create.recipe.heat_requirement.heated": "Heated", + "create.recipe.heat_requirement.superheated": "Super-Heated", + + "create.generic.range": "Range", + "create.generic.radius": "Radius", + "create.generic.width": "Width", + "create.generic.height": "Height", + "create.generic.length": "Length", + "create.generic.speed": "Speed", + "create.generic.delay": "Delay", + "create.generic.angle": "Angle", + "create.generic.duration": "Duration", + "create.generic.timeUnit": "Time Unit", + "create.generic.unit.ticks": "Ticks", + "create.generic.unit.seconds": "Seconds", + "create.generic.unit.minutes": "Minutes", + "create.generic.daytime.hour": "Hour", + "create.generic.daytime.minute": "Minute", + "create.generic.daytime.second": "Second", + "create.generic.daytime.pm": "pm", + "create.generic.daytime.am": "am", + "create.generic.unit.rpm": "RPM", + "create.generic.unit.stress": "su", + "create.generic.unit.degrees": "°", + "create.generic.unit.millibuckets": "mB", + "create.generic.unit.buckets": "B", + "create.generic.clockwise": "Clockwise", + "create.generic.counter_clockwise": "Counter-Clockwise", + "create.generic.in_quotes": "\"%1$s\"", + "create.generic.pitch": "Pitch: %1$s", + "create.generic.notes": "F#;F;E;D#;D;C#;C;B;A#;A;G#;G", + + "create.action.scroll": "Scroll", + "create.action.confirm": "Confirm", + "create.action.abort": "Abort", + "create.action.saveToFile": "Save", + "create.action.discard": "Discard", + + "create.keyinfo.toolmenu": "Focus Schematic Overlay", + "create.keyinfo.toolbelt": "Access Nearby Toolboxes", + "create.keyinfo.scrollup": "Simulate Mousewheel Up (inworld)", + "create.keyinfo.scrolldown": "Simulate Mousewheel Down (inworld)", + + "create.gui.scrollInput.defaultTitle": "Choose an Option:", + "create.gui.scrollInput.scrollToModify": "Scroll to Modify", + "create.gui.scrollInput.scrollToAdjustAmount": "Scroll to Adjust Amount", + "create.gui.scrollInput.scrollToSelect": "Scroll to Select", + "create.gui.scrollInput.shiftScrollsFaster": "Shift to Scroll Faster", + "create.gui.toolmenu.focusKey": "Hold [%1$s] to Focus", + "create.gui.toolmenu.cycle": "[SCROLL] to Cycle", + + "create.toolbox.unequip": "Unequip: %1$s", + "create.toolbox.outOfRange": "Toolbox of held item not in Range", + "create.toolbox.detach": "Stop tracking and keep item", + "create.toolbox.depositAll": "Return items to nearby Toolboxes", + "create.toolbox.depositBox": "Return items to Toolbox", + + "create.gui.symmetryWand.mirrorType": "Mirror", + "create.gui.symmetryWand.orientation": "Orientation", + + "create.symmetry.mirror.plane": "Mirror Once", + "create.symmetry.mirror.doublePlane": "Rectangular", + "create.symmetry.mirror.triplePlane": "Octagonal", + + "create.orientation.orthogonal": "Orthogonal", + "create.orientation.diagonal": "Diagonal", + "create.orientation.horizontal": "Horizontal", + "create.orientation.alongZ": "Along Z", + "create.orientation.alongX": "Along X", + + "create.gui.terrainzapper.title": "Handheld Blockzapper", + "create.gui.terrainzapper.searchDiagonal": "Follow Diagonals", + "create.gui.terrainzapper.searchFuzzy": "Ignore Material Borders", + "create.gui.terrainzapper.patternSection": "Pattern", + "create.gui.terrainzapper.pattern.solid": "Solid", + "create.gui.terrainzapper.pattern.checkered": "Checkerboard", + "create.gui.terrainzapper.pattern.inversecheckered": "Inverted Checkerboard", + "create.gui.terrainzapper.pattern.chance25": "25% Roll", + "create.gui.terrainzapper.pattern.chance50": "50% Roll", + "create.gui.terrainzapper.pattern.chance75": "75% Roll", + "create.gui.terrainzapper.placement": "Placement", + "create.gui.terrainzapper.placement.merged": "Merged", + "create.gui.terrainzapper.placement.attached": "Attached", + "create.gui.terrainzapper.placement.inserted": "Inserted", + "create.gui.terrainzapper.brush": "Brush", + "create.gui.terrainzapper.brush.cuboid": "Cuboid", + "create.gui.terrainzapper.brush.sphere": "Sphere", + "create.gui.terrainzapper.brush.cylinder": "Cylinder", + "create.gui.terrainzapper.brush.surface": "Surface", + "create.gui.terrainzapper.brush.cluster": "Cluster", + "create.gui.terrainzapper.tool": "Tool", + "create.gui.terrainzapper.tool.fill": "Fill", + "create.gui.terrainzapper.tool.place": "Place", + "create.gui.terrainzapper.tool.replace": "Replace", + "create.gui.terrainzapper.tool.clear": "Clear", + "create.gui.terrainzapper.tool.overlay": "Overlay", + "create.gui.terrainzapper.tool.flatten": "Flatten", + + "create.terrainzapper.shiftRightClickToSet": "Shift-Right-Click to Select a Shape", + "create.terrainzapper.usingBlock": "Using: %1$s", + "create.terrainzapper.leftClickToSet": "Left-Click a Block to set Material", + + "create.large_water_wheel.not_enough_space": "Clear Blocks for Placement", + + "create.minecart_coupling.two_couplings_max": "Minecarts cannot have more than two couplings each", + "create.minecart_coupling.unloaded": "Parts of your train seem to be in unloaded chunks", + "create.minecart_coupling.no_loops": "Couplings cannot form a loop", + "create.minecart_coupling.removed": "Removed all couplings from minecart", + "create.minecart_coupling.too_far": "Minecarts are too far apart", + + "create.contraptions.moving_container": "Moving %1$s", + "create.contraptions.movement_mode": "Movement Mode", + "create.contraptions.movement_mode.move_place": "Always Place when Stopped", + "create.contraptions.movement_mode.move_place_returned": "Place only in Starting Position", + "create.contraptions.movement_mode.move_never_place": "Place only when Anchor Destroyed", + "create.contraptions.movement_mode.rotate_place": "Always Place when Stopped", + "create.contraptions.movement_mode.rotate_place_returned": "Only Place near Initial Angle", + "create.contraptions.movement_mode.rotate_never_place": "Only Place when Anchor Destroyed", + "create.contraptions.cart_movement_mode": "Cart Movement Mode", + "create.contraptions.cart_movement_mode.rotate": "Always face toward motion", + "create.contraptions.cart_movement_mode.rotate_paused": "Pause actors while rotating", + "create.contraptions.cart_movement_mode.rotation_locked": "Lock rotation", + "create.contraptions.roller_mode": "Roller Mode", + "create.contraptions.roller_mode.tunnel_pave": "Clear Blocks and Pave", + "create.contraptions.roller_mode.straight_fill": "Straight Fill Below", + "create.contraptions.roller_mode.wide_fill": "Sloped Fill Below", + "create.contraptions.windmill.rotation_direction": "Rotation Direction", + "create.contraptions.clockwork.clock_hands": "Clock Hand Arrangement", + "create.contraptions.clockwork.hour_first": "Hour hand first", + "create.contraptions.clockwork.minute_first": "Minute hand first", + "create.contraptions.clockwork.hour_first_24": "24-Hour hand first", + + "create.logistics.crafter.connected": "Connected Crafters", + "create.logistics.crafter.click_to_merge": "Click to merge Inventories", + "create.logistics.crafter.click_to_separate": "Click to separate Inventories", + "create.logistics.filter": "Filter", + "create.logistics.recipe_filter": "Recipe Filter", + "create.logistics.fluid_filter": "Fluid Filter", + "create.logistics.firstFrequency": "Frequency #1", + "create.logistics.secondFrequency": "Frequency #2", + "create.logistics.filter.click_to_set": "Click with item to set", + "create.logistics.filter.click_to_replace": "Click with item to replace", + "create.logistics.filter.hold_to_set_amount": "Click and hold for amount", + "create.logistics.filter.invalid_item": "Cannot use this item here.", + "create.logistics.filter.extracted_amount": "Extracted Amount", + "create.logistics.filter.any_amount_short": "Any", + "create.logistics.filter.up_to": "Up to", + "create.logistics.filter.exactly": "Exactly", + "create.logistics.filter.requires_item_in_inventory": "Requires %1$s item in Inventory", + "create.logistics.creative_crate.supply": "Infinite Supply", + "create.logistics.train_observer.cargo_filter": "Cargo Filter", + + "create.kinetics.creative_motor.rotation_speed": "Generated Speed in RPM", + "create.kinetics.speed_controller.rotation_speed": "Targeted Speed in RPM", + "create.kinetics.valve_handle.rotated_angle": "Rotation when used", + + "create.logistics.redstone_interval": "Redstone Interval", + + "create.contraptions.contoller.target": "Targeted Component", + "create.contraptions.mechanical_roller.pave_material": "Paving Material", + "create.contraptions.chassis.radius": "Radius when Sticky", + "create.contraptions.chassis.range": "Range of Sticky Sides", + "create.contraptions.chassis.distance": "Distance", + + "create.gui.value_settings.hold_to_edit": "Click and hold to edit", + "create.gui.value_settings.release_to_confirm": "Release %1$s to Confirm", + "create.gui.goggles.generator_stats": "Generator Stats:", + "create.gui.goggles.kinetic_stats": "Kinetic Stats:", + "create.gui.goggles.at_current_speed": "at current speed", + "create.gui.goggles.pole_length": "Pole Length:", + "create.gui.goggles.basin_contents": "Basin Contents:", + "create.gui.goggles.fluid_container": "Fluid Container Info:", + "create.gui.goggles.fluid_container.capacity": "Capacity: ", + "create.gui.assembly.exception": "This Contraption was unable to assemble:", + "create.gui.assembly.exception.unmovableBlock": "Unmovable Block (%4$s) at [%1$s,%2$s,%3$s]", + "create.gui.assembly.exception.chunkNotLoaded": "The Block at [%1$s,%2$s,%3$s] was not in a loaded chunk", + "create.gui.assembly.exception.structureTooLarge": "There are too many Blocks included in the contraption.\nThe configured maximum is: %1$s", + "create.gui.assembly.exception.tooManyPistonPoles": "There are too many extension Poles attached to this Piston.\nThe configured maximum is: %1$s", + "create.gui.assembly.exception.noPistonPoles": "The Piston is missing some extension Poles", + "create.gui.assembly.exception.not_enough_sails": "Attached structure does not include enough sail-like blocks: %1$s\nA minimum of %2$s are required", + "create.gui.assembly.exception.no_contacts": "Elevators require a horizontal _Redstone_ _Contact_ attached to the structure", + "create.gui.assembly.exception.too_many_contacts": "Cannot attach more than one _Redstone_ _Contact_ to Elevators", + "create.gui.assembly.exception.column_conflict": "Another Elevator is already targeting this column of contacts", + "create.gui.gauge.info_header": "Gauge Information:", + "create.gui.speedometer.title": "Rotation Speed", + "create.gui.stressometer.title": "Network Stress", + "create.gui.stressometer.capacity": "Remaining Capacity", + "create.gui.stressometer.overstressed": "Overstressed", + "create.gui.stressometer.no_rotation": "No Rotation", + "create.gui.contraptions.not_fast_enough": "It appears that this %1$s is _not_ rotating with _enough_ _speed_.", + "create.gui.contraptions.network_overstressed": "It appears that this contraption is _overstressed_. Add more sources or _slow_ _down_ the components with a high _stress_ _impact_.", + "create.gui.adjustable_crate.title": "Adjustable Crate", + "create.gui.adjustable_crate.storageSpace": "Storage Space", + "create.gui.threshold_switch.title": "Threshold Switch", + "create.gui.threshold_switch.invert_signal": "Invert Signal", + "create.gui.threshold_switch.move_to_lower_at": "Move to lower lane at %1$s%%", + "create.gui.threshold_switch.move_to_upper_at": "Move to upper lane at %1$s%%", + "create.gui.sequenced_gearshift.title": "Sequenced Gearshift", + "create.gui.sequenced_gearshift.instruction": "Instruction", + "create.gui.sequenced_gearshift.instruction.turn_angle.descriptive": "Turn by angle", + "create.gui.sequenced_gearshift.instruction.turn_angle": "Turn", + "create.gui.sequenced_gearshift.instruction.turn_angle.angle": "Angle", + "create.gui.sequenced_gearshift.instruction.turn_distance.descriptive": "Turn to move Piston/Pulley/Gantry", + "create.gui.sequenced_gearshift.instruction.turn_distance": "Piston", + "create.gui.sequenced_gearshift.instruction.turn_distance.distance": "Distance", + "create.gui.sequenced_gearshift.instruction.delay.descriptive": "Timed Delay", + "create.gui.sequenced_gearshift.instruction.delay": "Delay", + "create.gui.sequenced_gearshift.instruction.delay.duration": "Duration", + "create.gui.sequenced_gearshift.instruction.end.descriptive": "End", + "create.gui.sequenced_gearshift.instruction.end": "End", + "create.gui.sequenced_gearshift.instruction.await.descriptive": "Await new Redstone Pulse", + "create.gui.sequenced_gearshift.instruction.await": "Await", + "create.gui.sequenced_gearshift.speed": "Speed, Direction", + "create.gui.sequenced_gearshift.speed.forward": "Input speed, Forwards", + "create.gui.sequenced_gearshift.speed.forward_fast": "Double speed, Forwards", + "create.gui.sequenced_gearshift.speed.back": "Input speed, Reversed", + "create.gui.sequenced_gearshift.speed.back_fast": "Double speed, Reversed", + "create.gui.clipboard.erase_checked": "Erase checked items", + + "create.clipboard.actions": "Clipboard Actions", + "create.clipboard.to_copy": "%1$s to Copy settings", + "create.clipboard.to_paste": "%1$s to Paste settings", + "create.clipboard.copied_from": "Copying settings from %1$s", + "create.clipboard.pasted_to": "Applied settings to %1$s", + + "create.schematicAndQuill.dimensions": "Schematic Size: %1$sx%2$sx%3$s", + "create.schematicAndQuill.firstPos": "First position set.", + "create.schematicAndQuill.secondPos": "Second position set.", + "create.schematicAndQuill.noTarget": "Hold [Ctrl] to select Air blocks.", + "create.schematicAndQuill.abort": "Removed selection.", + "create.schematicAndQuill.title": "Schematic Name:", + "create.schematicAndQuill.convert": "Save and Upload Immediately", + "create.schematicAndQuill.fallbackName": "My Schematic", + "create.schematicAndQuill.saved": "Saved as %1$s", + + "create.schematic.invalid": "[!] Invalid Item - Use the Schematic Table instead", + "create.schematic.error": "Schematic failed to Load - Check Game Logs", + "create.schematic.position": "Position", + "create.schematic.rotation": "Rotation", + "create.schematic.rotation.none": "None", + "create.schematic.rotation.cw90": "Clockwise 90", + "create.schematic.rotation.cw180": "Clockwise 180", + "create.schematic.rotation.cw270": "Clockwise 270", + "create.schematic.mirror": "Mirror", + "create.schematic.mirror.none": "None", + "create.schematic.mirror.frontBack": "Front-Back", + "create.schematic.mirror.leftRight": "Left-Right", + "create.schematic.tool.deploy": "Position", + "create.schematic.tool.move": "Move XZ", + "create.schematic.tool.movey": "Move Y", + "create.schematic.tool.rotate": "Rotate", + "create.schematic.tool.print": "Print", + "create.schematic.tool.flip": "Mirror", + "create.schematic.tool.deploy.description.0": "Moves the structure to a location.", + "create.schematic.tool.deploy.description.1": "Right-Click on the ground to place.", + "create.schematic.tool.deploy.description.2": "Hold [Ctrl] to select at a fixed distance.", + "create.schematic.tool.deploy.description.3": "[Ctrl]-Scroll to change the distance.", + "create.schematic.tool.move.description.0": "Shifts the Schematic Horizontally.", + "create.schematic.tool.move.description.1": "Point at the Schematic and [CTRL]-Scroll to push it.", + "create.schematic.tool.move.description.2": "", + "create.schematic.tool.move.description.3": "", + "create.schematic.tool.movey.description.0": "Shifts the Schematic Vertically.", + "create.schematic.tool.movey.description.1": "[CTRL]-Scroll to move it up/down.", + "create.schematic.tool.movey.description.2": "", + "create.schematic.tool.movey.description.3": "", + "create.schematic.tool.rotate.description.0": "Rotates the Schematic around its center.", + "create.schematic.tool.rotate.description.1": "[CTRL]-Scroll to rotate by 90 Degrees.", + "create.schematic.tool.rotate.description.2": "", + "create.schematic.tool.rotate.description.3": "", + "create.schematic.tool.print.description.0": "Instantly places the structure in the world.", + "create.schematic.tool.print.description.1": "[Right-Click] to confirm placement at the current location.", + "create.schematic.tool.print.description.2": "This tool is for Creative Mode only.", + "create.schematic.tool.print.description.3": "", + "create.schematic.tool.flip.description.0": "Flips the Schematic along the face you select.", + "create.schematic.tool.flip.description.1": "Point at the Schematic and [CTRL]-Scroll to flip it.", + "create.schematic.tool.flip.description.2": "", + "create.schematic.tool.flip.description.3": "", + + "create.schematics.synchronizing": "Syncing...", + "create.schematics.uploadTooLarge": "Your schematic exceeds limitations specified by the server.", + "create.schematics.maxAllowedSize": "The maximum allowed schematic file size is:", + + "create.gui.schematicTable.refresh": "Refresh Files", + "create.gui.schematicTable.open_folder": "Open Folder", + "create.gui.schematicTable.title": "Schematic Table", + "create.gui.schematicTable.availableSchematics": "Available Schematics", + "create.gui.schematicTable.noSchematics": "No Schematics Saved", + "create.gui.schematicTable.uploading": "Uploading...", + "create.gui.schematicTable.finished": "Upload Finished!", + "create.gui.schematicannon.title": "Schematicannon", + "create.gui.schematicannon.listPrinter": "Checklist Printer", + "create.gui.schematicannon.gunpowderLevel": "Gunpowder at %1$s%%", + "create.gui.schematicannon.shotsRemaining": "Shots left: %1$s", + "create.gui.schematicannon.shotsRemainingWithBackup": "With backup: %1$s", + "create.gui.schematicannon.optionEnabled": "Currently Enabled", + "create.gui.schematicannon.optionDisabled": "Currently Disabled", + "create.gui.schematicannon.showOptions": "Show Printer Settings", + "create.gui.schematicannon.option.dontReplaceSolid": "Don't Replace Solid Blocks", + "create.gui.schematicannon.option.replaceWithSolid": "Replace Solid with Solid", + "create.gui.schematicannon.option.replaceWithAny": "Replace Solid with Any", + "create.gui.schematicannon.option.replaceWithEmpty": "Replace Solid with Empty", + "create.gui.schematicannon.option.skipMissing": "Skip missing Blocks", + "create.gui.schematicannon.option.skipBlockEntities": "Protect Block Entities", + "create.gui.schematicannon.slot.gunpowder": "Add gunpowder to fuel the cannon", + "create.gui.schematicannon.slot.listPrinter": "Place a Clipboard or Book here to print a Checklist for your Schematic", + "create.gui.schematicannon.slot.schematic": "Add your Schematic here. Make sure it is deployed at a specific location.", + "create.gui.schematicannon.option.skipMissing.description": "If the cannon cannot find a required Block for placement, it will continue at the next Location.", + "create.gui.schematicannon.option.skipBlockEntities.description": "The cannon will avoid replacing data holding blocks such as Chests.", + "create.gui.schematicannon.option.dontReplaceSolid.description": "The cannon will never replace any Solid blocks in its working area, only non-Solid and Air.", + "create.gui.schematicannon.option.replaceWithSolid.description": "The cannon will only replace Solid blocks in its working area if the Schematic contains a solid Block at the Location.", + "create.gui.schematicannon.option.replaceWithAny.description": "The cannon will replace Solid blocks in its working area if the Schematic contains any Block at the Location.", + "create.gui.schematicannon.option.replaceWithEmpty.description": "The cannon will clear out all blocks in its working area, including those replaced by Air.", + + "create.schematicannon.status.idle": "Idle", + "create.schematicannon.status.ready": "Ready", + "create.schematicannon.status.running": "Running", + "create.schematicannon.status.finished": "Finished", + "create.schematicannon.status.paused": "Paused", + "create.schematicannon.status.stopped": "Stopped", + "create.schematicannon.status.noGunpowder": "Out of Gunpowder", + "create.schematicannon.status.targetNotLoaded": "Target is not loaded", + "create.schematicannon.status.targetOutsideRange": "Target too far away", + "create.schematicannon.status.searching": "Searching", + "create.schematicannon.status.skipping": "Skipping", + "create.schematicannon.status.missingBlock": "Missing Item:", + "create.schematicannon.status.placing": "Placing", + "create.schematicannon.status.clearing": "Clearing Blocks", + "create.schematicannon.status.schematicInvalid": "Schematic Invalid", + "create.schematicannon.status.schematicNotPlaced": "Schematic not Positioned", + "create.schematicannon.status.schematicExpired": "Schematic File Expired", + "create.schematicannon.status.schematicErrored": "Incompatible Blocks", + "create.schematicannon.status.schematicErroredCheckLogs": "Check Server Logs", + + "create.materialChecklist": "Material Checklist", + "create.materialChecklist.blocksNotLoaded": "* Disclaimer *\n\nMaterial List may be inaccurate due to relevant chunks not being loaded.", + + "create.gui.filter.deny_list": "Deny-List", + "create.gui.filter.deny_list.description": "Items pass if they do NOT match any of the above. An empty Deny-List accepts everything.", + "create.gui.filter.allow_list": "Allow-List", + "create.gui.filter.allow_list.description": "Items pass if they match any of the above. An empty Allow-List rejects everything.", + "create.gui.filter.respect_data": "Respect Data", + "create.gui.filter.respect_data.description": "Items only match if their durability, enchantments, and other attributes match as well.", + "create.gui.filter.ignore_data": "Ignore Data", + "create.gui.filter.ignore_data.description": "Items match regardless of their attributes.", + + "create.item_attributes.placeable": "is placeable", + "create.item_attributes.placeable.inverted": "is not placeable", + "create.item_attributes.consumable": "can be eaten", + "create.item_attributes.consumable.inverted": "cannot be eaten", + "create.item_attributes.fluid_container": "can store fluids", + "create.item_attributes.fluid_container.inverted": "cannot store fluids", + "create.item_attributes.enchanted": "is enchanted", + "create.item_attributes.enchanted.inverted": "is unenchanted", + "create.item_attributes.max_enchanted": "is enchanted at max level", + "create.item_attributes.max_enchanted.inverted": "is not enchanted at max level", + "create.item_attributes.renamed": "has a custom name", + "create.item_attributes.renamed.inverted": "does not have a custom name", + "create.item_attributes.damaged": "is damaged", + "create.item_attributes.damaged.inverted": "is not damaged", + "create.item_attributes.badly_damaged": "is heavily damaged", + "create.item_attributes.badly_damaged.inverted": "is not heavily damaged", + "create.item_attributes.not_stackable": "cannot stack", + "create.item_attributes.not_stackable.inverted": "can be stacked", + "create.item_attributes.equipable": "can be equipped", + "create.item_attributes.equipable.inverted": "cannot be equipped", + "create.item_attributes.furnace_fuel": "is furnace fuel", + "create.item_attributes.furnace_fuel.inverted": "is not furnace fuel", + "create.item_attributes.washable": "can be Washed", + "create.item_attributes.washable.inverted": "cannot be Washed", + "create.item_attributes.hauntable": "can be Haunted", + "create.item_attributes.hauntable.inverted": "cannot be Haunted", + "create.item_attributes.crushable": "can be Crushed", + "create.item_attributes.crushable.inverted": "cannot be Crushed", + "create.item_attributes.smeltable": "can be Smelted", + "create.item_attributes.smeltable.inverted": "cannot be Smelted", + "create.item_attributes.smokable": "can be Smoked", + "create.item_attributes.smokable.inverted": "cannot be Smoked", + "create.item_attributes.blastable": "can be Smelted in a Blast Furnace", + "create.item_attributes.blastable.inverted": "cannot be Smelted in a Blast Furnace", + "create.item_attributes.compostable": "can be composted", + "create.item_attributes.compostable.inverted": "cannot be composted", + "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.in_tag": "is tagged %1$s", + "create.item_attributes.in_tag.inverted": "is not tagged %1$s", + "create.item_attributes.in_item_group": "is in group '%1$s'", + "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.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", + "create.item_attributes.color.inverted": "is not dyed %1$s", + "create.item_attributes.has_fluid": "contains %1$s", + "create.item_attributes.has_fluid.inverted": "does not contain %1$s", + "create.item_attributes.has_name": "has the custom name %1$s", + "create.item_attributes.has_name.inverted": "does not have the custom name %1$s", + "create.item_attributes.book_author": "was authored by %1$s", + "create.item_attributes.book_author.inverted": "was not authored by %1$s", + "create.item_attributes.book_copy_original": "is an original", + "create.item_attributes.book_copy_original.inverted": "is not an original", + "create.item_attributes.book_copy_first": "is a first-generation copy", + "create.item_attributes.book_copy_first.inverted": "is not a first-generation copy", + "create.item_attributes.book_copy_second": "is a second-generation copy", + "create.item_attributes.book_copy_second.inverted": "is not a second-generation copy", + "create.item_attributes.book_copy_tattered": "is a tattered mess", + "create.item_attributes.book_copy_tattered.inverted": "is not a tattered mess", + "create.item_attributes.astralsorcery_amulet": "improves %1$s", + "create.item_attributes.astralsorcery_amulet.inverted": "does not improve %1$s", + "create.item_attributes.astralsorcery_constellation": "is attuned to %1$s", + "create.item_attributes.astralsorcery_constellation.inverted": "is not attuned to %1$s", + "create.item_attributes.astralsorcery_crystal": "has crystal attribute %1$s", + "create.item_attributes.astralsorcery_crystal.inverted": "does not have crystal attribute %1$s", + "create.item_attributes.astralsorcery_perk_gem": "has perk attribute %1$s", + "create.item_attributes.astralsorcery_perk_gem.inverted": "does not have perk attribute %1$s", + + "create.gui.attribute_filter.no_selected_attributes": "No attributes selected", + "create.gui.attribute_filter.selected_attributes": "Selected attributes:", + "create.gui.attribute_filter.add_attribute": "Add attribute to List", + "create.gui.attribute_filter.add_inverted_attribute": "Add opposite attribute to List", + "create.gui.attribute_filter.allow_list_disjunctive": "Allow-List (Any)", + "create.gui.attribute_filter.allow_list_disjunctive.description": "Items pass if they have any of the selected attributes.", + "create.gui.attribute_filter.allow_list_conjunctive": "Allow-List (All)", + "create.gui.attribute_filter.allow_list_conjunctive.description": "Items pass only if they have ALL of the selected attributes.", + "create.gui.attribute_filter.deny_list": "Deny-List", + "create.gui.attribute_filter.deny_list.description": "Items pass if they do NOT have any of the selected attributes.", + "create.gui.attribute_filter.add_reference_item": "Add Reference Item", + + "create.tooltip.holdForDescription": "Hold [%1$s] for Summary", + "create.tooltip.holdForControls": "Hold [%1$s] for Controls", + "create.tooltip.keyShift": "Shift", + "create.tooltip.keyCtrl": "Ctrl", + "create.tooltip.speedRequirement": "Speed Requirement: %1$s", + "create.tooltip.speedRequirement.none": "None", + "create.tooltip.speedRequirement.slow": "Slow", + "create.tooltip.speedRequirement.medium": "Moderate", + "create.tooltip.speedRequirement.fast": "Fast", + "create.tooltip.stressImpact": "Kinetic Stress Impact: %1$s", + "create.tooltip.stressImpact.low": "Low", + "create.tooltip.stressImpact.medium": "Moderate", + "create.tooltip.stressImpact.high": "High", + "create.tooltip.stressImpact.overstressed": "Overstressed", + "create.tooltip.up_to": "Up to %1$s", + "create.tooltip.capacityProvided": "Kinetic Stress Capacity: %1$s", + "create.tooltip.capacityProvided.low": "Small", + "create.tooltip.capacityProvided.medium": "Medium", + "create.tooltip.capacityProvided.high": "Large", + "create.tooltip.generationSpeed": "Generates at %1$s %2$s", + "create.tooltip.analogStrength": "Analog Strength: %1$s/15", + + "create.mechanical_arm.extract_from": "Take items from %1$s", + "create.mechanical_arm.deposit_to": "Deposit items to %1$s", + "create.mechanical_arm.summary": "Mechanical Arm has %1$s input(s) and %2$s output(s).", + "create.mechanical_arm.points_outside_range": "%1$s selected interaction point(s) removed due to range limitations.", + + "create.weighted_ejector.target_set": "Target Selected", + "create.weighted_ejector.target_not_valid": "Ejecting to Adjacent block (Target was not Valid)", + "create.weighted_ejector.no_target": "Ejecting to Adjacent block (No Target was Selected)", + "create.weighted_ejector.targeting": "Ejecting to [%1$s,%2$s,%3$s]", + "create.weighted_ejector.stack_size": "Ejected Stack Size", + + "create.logistics.when_multiple_outputs_available": "Distribution Method", + + "create.mechanical_arm.selection_mode.round_robin": "Round Robin", + "create.mechanical_arm.selection_mode.forced_round_robin": "Forced Round Robin", + "create.mechanical_arm.selection_mode.prefer_first": "Prefer First Target", + + "create.tunnel.selection_mode.split": "Split", + "create.tunnel.selection_mode.forced_split": "Forced Split", + "create.tunnel.selection_mode.round_robin": "Round Robin", + "create.tunnel.selection_mode.forced_round_robin": "Forced Round Robin", + "create.tunnel.selection_mode.prefer_nearest": "Prefer Nearest", + "create.tunnel.selection_mode.randomize": "Randomize", + "create.tunnel.selection_mode.synchronize": "Synchronize Inputs", + + "create.tooltip.chute.header": "Chute Information", + "create.tooltip.chute.items_move_down": "Items move Downward", + "create.tooltip.chute.items_move_up": "Items move Upward", + "create.tooltip.chute.no_fans_attached": "No attached fans", + "create.tooltip.chute.fans_push_up": "Fans push from Below", + "create.tooltip.chute.fans_push_down": "Fans push from Above", + "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.deployer.header": "Deployer Information", + "create.tooltip.deployer.using": "Mode: Use", + "create.tooltip.deployer.punching": "Mode: Attack", + "create.tooltip.deployer.contains": "Item: %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", + "create.linked_controller.key_bound": "Frequency bound to %1$s", + "create.linked_controller.frequency_slot_1": "Keybind: %1$s, Freq. #1", + "create.linked_controller.frequency_slot_2": "Keybind: %1$s, Freq. #2", + + "create.crafting_blueprint.crafting_slot": "Ingredient Slot", + "create.crafting_blueprint.filter_items_viable": "Advanced filter items are viable", + "create.crafting_blueprint.display_slot": "Display Slot", + "create.crafting_blueprint.inferred": "Inferred from recipe", + "create.crafting_blueprint.manually_assigned": "Manually assigned", + "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", + "create.hint.mechanical_arm_no_targets": "It appears this _Mechanical_ _Arm_ has not been assigned any _targets._ Select belts, depots, funnels and other blocks by _right-clicking_ them while _holding_ the _Mechanical_ _Arm_ in your _hand_.", + "create.hint.empty_bearing.title": "Update Bearing", + "create.hint.empty_bearing": "_Right-click_ the bearing with an _empty_ _hand_ to _attach_ the structure you just built in front of it.", + "create.hint.full_deployer.title": "Deployer cannot activate", + "create.hint.full_deployer": "It appears this _Deployer_ contains _excess_ _items_ that need to be _extracted._ Use a _hopper,_ _funnel_ or other means to free it from its overflow.", + + "create.backtank.low": "Backtank pressure low", + "create.backtank.depleted": "Backtank pressure depleted", + + "create.hint.derailed_train.title": "Derailed Train", + "create.hint.derailed_train": "It appears this _Train_ is no longer sitting on a connected track piece. _Right-Click_ using a _wrench_ in order to relocate it to a nearby track.", + + "create.boiler.status": "Boiler Status: %1$s", + "create.boiler.status_short": "Boiler: %1$s", + "create.boiler.passive": "Passive", + "create.boiler.idle": "Idle", + "create.boiler.lvl": "Lvl %1$s", + "create.boiler.max_lvl": "Max", + "create.boiler.size": "Size", + "create.boiler.size_dots": "....... ", + "create.boiler.water": "Water", + "create.boiler.water_dots": "... ", + "create.boiler.heat": "Heat", + "create.boiler.heat_dots": "...... ", + "create.boiler.via_one_engine": "via 1 engine", + "create.boiler.via_engines": "via %1$s engines", + "create.boiler.water_input_rate": "Water input rate", + "create.boiler.per_tick": "%1$s per Tick", + + "create.elevator_contact.title": "Elevator Contact", + "create.elevator_contact.floor_identifier": "Floor Identifier", + "create.elevator_contact.floor_description": "Floor Description", + + "create.gui.schedule.lmb_edit": "Left-Click to Edit", + "create.gui.schedule.rmb_remove": "Right-Click to Remove", + "create.gui.schedule.duplicate": "Duplicate", + "create.gui.schedule.remove_entry": "Remove Action", + "create.gui.schedule.add_entry": "Add Action", + "create.gui.schedule.move_up": "Move up", + "create.gui.schedule.move_down": "Move down", + "create.gui.schedule.add_condition": "Add Condition", + "create.gui.schedule.alternative_condition": "Alternative Condition", + + "create.schedule.instruction_type": "Next Action:", + "create.schedule.instruction.editor": "Instruction Editor", + "create.schedule.instruction.destination": "Travel to Station", + "create.schedule.instruction.destination.summary": "Next Stop:", + "create.schedule.instruction.filter_edit_box": "Station Name", + "create.schedule.instruction.filter_edit_box_1": "Use * as a text wildcard", + "create.schedule.instruction.filter_edit_box_2": "Example: 'My Station, Platform *'", + "create.schedule.instruction.filter_edit_box_3": "Train picks nearest unoccupied match", + "create.schedule.instruction.rename": "Update Schedule Title", + "create.schedule.instruction.rename.summary": "New Title:", + "create.schedule.instruction.name_edit_box": "Schedule Title", + "create.schedule.instruction.name_edit_box_1": "Affects text shown on displays", + "create.schedule.instruction.name_edit_box_2": "Defaults to next destination's name", + "create.schedule.instruction.throttle": "Limit Max Speed", + "create.schedule.instruction.throttle.summary": "Change Max Speed to %1$s", + "create.schedule.instruction.throttle_edit_box": "Throttle", + "create.schedule.instruction.throttle_edit_box_1": "Affects the top speed of the Train", + "create.schedule.condition_type": "Continue if/after:", + "create.schedule.condition.editor": "Condition Editor", + "create.schedule.condition.delay": "Scheduled Delay", + "create.schedule.condition.delay_short": "Wait: %1$s", + "create.schedule.condition.delay.status": "Departs in %1$s", + "create.schedule.condition.idle": "Cargo Inactivity", + "create.schedule.condition.idle_short": "Cargo Idle: %1$s", + "create.schedule.condition.idle.status": "Cargo Idle for %1$s", + "create.schedule.condition.for_x_time": "for %1$s", + "create.schedule.condition.unloaded": "Chunk Unloaded", + "create.schedule.condition.unloaded.status": "Waiting for chunk unload", + "create.schedule.condition.powered": "Station Powered", + "create.schedule.condition.powered.status": "Waiting for redstone", + "create.schedule.condition.time_of_day": "Time of Day", + "create.schedule.condition.time_of_day.scheduled": "Scheduled Time: %1$s", + "create.schedule.condition.time_of_day.digital_format": "%1$s:%3$s %4$s", + "create.schedule.condition.time_of_day.rotation": "Rotation", + "create.schedule.condition.time_of_day.rotation.every_24": "Every Day", + "create.schedule.condition.time_of_day.rotation.every_12": "Every 12:00", + "create.schedule.condition.time_of_day.rotation.every_6": "Every 6:00", + "create.schedule.condition.time_of_day.rotation.every_4": "Every 4:00", + "create.schedule.condition.time_of_day.rotation.every_3": "Every 3:00", + "create.schedule.condition.time_of_day.rotation.every_2": "Every 2:00", + "create.schedule.condition.time_of_day.rotation.every_1": "Every 1:00", + "create.schedule.condition.time_of_day.rotation.every_0_45": "Every 0:45", + "create.schedule.condition.time_of_day.rotation.every_0_30": "Every 0:30", + "create.schedule.condition.time_of_day.rotation.every_0_15": "Every 0:15", + "create.schedule.condition.time_of_day.status": "Departs at ", + "create.schedule.condition.threshold.train_holds": "Train holds %1$s", + "create.schedule.condition.threshold.greater": "more than", + "create.schedule.condition.threshold.less": "less than", + "create.schedule.condition.threshold.equal": "exactly", + "create.schedule.condition.threshold.x_units_of_item": "%1$s %2$s of %3$s", + "create.schedule.condition.threshold.matching_content": "Matching Content", + "create.schedule.condition.threshold.anything": "Anything", + "create.schedule.condition.threshold.item_measure": "Item Measure", + "create.schedule.condition.threshold.items": "Items", + "create.schedule.condition.threshold.stacks": "Stacks", + "create.schedule.condition.threshold.buckets": "Buckets", + "create.schedule.condition.threshold.status": "Cargo: %1$s/%2$s %3$s", + "create.schedule.condition.threshold.place_item": "Reference Item", + "create.schedule.condition.threshold.place_item_2": "Filters can be used", + "create.schedule.condition.threshold.place_item_3": "Leave empty to match any", + "create.schedule.condition.fluid_threshold": "Fluid Cargo Condition", + "create.schedule.condition.item_threshold": "Item Cargo Condition", + "create.schedule.condition.redstone_link": "Redstone Link", + "create.schedule.condition.redstone_link.status": "Waiting for redstone link", + "create.schedule.condition.redstone_link_on": "Link On", + "create.schedule.condition.redstone_link_off": "Link Off", + "create.schedule.condition.redstone_link.powered": "Powered", + "create.schedule.condition.redstone_link.unpowered": "Not powered", + "create.schedule.condition.redstone_link.frequency_state": "Frequency state:", + "create.schedule.condition.redstone_link.frequency_powered": "Frequency powered:", + "create.schedule.condition.redstone_link.frequency_unpowered": "Frequency not powered:", + "create.schedule.condition.player_count": "Players Seated", + "create.schedule.condition.player_count.summary": "%1$s Player", + "create.schedule.condition.player_count.summary_plural": "%1$s Players", + "create.schedule.condition.player_count.seated": "%1$s seated", + "create.schedule.condition.player_count.players": "Players", + "create.schedule.condition.player_count.condition": "Conditional", + "create.schedule.condition.player_count.exactly": "Exactly", + "create.schedule.condition.player_count.or_above": "Or above", + "create.schedule.condition.player_count.status": "Passengers: %1$s/%2$s", + "create.schedule.loop": "Loop Forever", + "create.schedule.loop1": "Schedule starts over", + "create.schedule.loop2": "when completed", + "create.schedule.reset": "Reset Progress", + "create.schedule.skip": "Skip current Stop", + "create.schedule.applied_to_train": "Train is now following this Schedule", + "create.schedule.non_controlling_seat": "Conductor needs to sit in front of a Controls block", + "create.schedule.remove_with_empty_hand": "Remove current Schedule with an Empty Hand", + "create.schedule.auto_removed_from_train": "Auto-Schedule discarded", + "create.schedule.removed_from_train": "Schedule retrieved from Train", + "create.schedule.no_stops": "This Schedule does not have any Stops yet", + "create.schedule.continued": "Schedule resumed", + + "create.track.selection_cleared": "Selection Cleared", + "create.track.valid_connection": "Can Connect ✔", + "create.track.second_point": "Place track or select a second point", + "create.track.too_far": "Too far away", + "create.track.original_missing": "Original block removed, Sneak-click to reset", + "create.track.perpendicular": "Cannot connect perpendicularly", + "create.track.ascending_s_curve": "Cannot create sloped S-Bends", + "create.track.too_sharp": "Turn too sharp", + "create.track.too_steep": "Slope too steep", + "create.track.slope_turn": "Cannot enter or leave slope on a turn", + "create.track.opposing_slopes": "Cannot connect opposing slopes", + "create.track.leave_slope_ascending": "Cannot leave this slope while ascending", + "create.track.leave_slope_descending": "Cannot leave this slope while descending", + "create.track.turn_90": "Can only turn up to 90 Degrees", + "create.track.junction_start": "Cannot start connection from a Junction", + "create.track.turn_start": "Cannot start connection from a Turn", + "create.track.not_enough_tracks": "Not holding enough tracks", + "create.track.not_enough_pavement": "Not holding enough pavement blocks", + "create.track.hold_for_smooth_curve": "Hold %1$s for maximized turn", + + "create.portal_track.failed": "Cannot place portal track:", + "create.portal_track.missing": "Target portal not generated yet", + "create.portal_track.blocked": "Target location blocked (%1$s,%2$s,%3$s)", + + "create.station.idle": "Station is Idle", + "create.station.assembly_title": "Train Assembly", + "create.station.close": "Close Window", + "create.station.cancel": "Cancel Assembly", + "create.station.failed": "Assembly Failed", + "create.station.icon_type": "Icon Type", + "create.station.create_train": "Create new Train", + "create.station.assemble_train": "Assemble Train", + "create.station.disassemble_train": "Disassemble Train", + "create.station.remove_schedule": "Retrieve Schedule", + "create.station.remove_auto_schedule": "Discard Auto-Schedule", + "create.station.no_assembly_diagonal": "Cannot build trains", + "create.station.no_assembly_diagonal_1": "on diagonal tracks", + "create.station.no_assembly_curve": "Cannot build trains", + "create.station.no_assembly_curve_1": "on curved tracks", + "create.station.train_not_aligned": "Cannot disassemble,", + "create.station.train_not_aligned_1": "not all carriages aligned", + "create.station.carriage_number": "Carriage %1$s:", + "create.station.retry": "Resolve this and retry", + "create.station.no_bogeys": "No Bogeys", + "create.station.one_bogey": "1 Bogey", + "create.station.more_bogeys": "%1$s Bogeys", + "create.station.how_to": "Use Train Casing on highlighted Tracks to create bogeys.", + "create.station.how_to_1": "Remove bogeys by breaking the block on top.", + "create.station.how_to_2": "Build carriages attached to one or two bogeys each.", + + "create.train_assembly.too_many_bogeys": "Too many Bogeys attached: %1$s", + "create.train_assembly.frontmost_bogey_at_station": "Frontmost Bogey must be at Station Marker", + "create.train_assembly.no_bogeys": "No Bogeys Found", + "create.train_assembly.not_connected_in_order": "Bogeys are not connected in order", + "create.train_assembly.bogeys_too_close": "Bogeys %1$s and %2$s are too close to each other", + "create.train_assembly.single_bogey_carriage": "This Bogey type cannot support a carriage on its own", + "create.train_assembly.nothing_attached": "No structure attached to Bogey %1$s", + "create.train_assembly.no_controls": "Attach at least one forward-facing Train Controls block (Are you missing Super Glue?)", + "create.train_assembly.sideways_controls": "Train Controls cannot face sideways", + "create.train_assembly.bogey_created": "Bogey created. Click again to cycle type", + "create.train_assembly.requires_casing": "Use Railway Casing to create bogeys on tracks", + + "create.track_target.set": "Targeted track selected", + "create.track_target.success": "Successfully bound to targeted track", + "create.track_target.clear": "Cleared track selection", + "create.track_target.missing": "Right-click the targeted train track first", + "create.track_target.too_far": "Targeted track is too far from here", + "create.track_target.no_junctions": "Targeted track cannot be an intersection", + "create.track_target.occupied": "Targeted track is occupied", + "create.track_target.invalid": "Cannot target this track here", + + "create.train.unnamed": "Unnamed Train", + "create.train.cannot_relocate_moving": "Cannot relocate a moving Train", + "create.train.relocate": "Click a Track to Relocate %1$s to. Sneak-Click to abort", + "create.train.relocate.abort": "Relocation aborted", + "create.train.relocate.success": "Relocation successful", + "create.train.relocate.valid": "Can relocate to here, Click to Confirm", + "create.train.relocate.invalid": "Cannot relocate Train to here", + "create.train.relocate.too_far": "Cannot relocate Train this far away", + "create.train.departing_from": "Departing from %1$s", + "create.train.arrived_at": "Arrived at %1$s", + "create.train.status": " Information about Train: %1$s", + "create.train.status.back_on_track": "Train is back on Track", + "create.train.status.collision": "Collision with other Train", + "create.train.status.end_of_track": "A Carriage has reached the end of its Track", + "create.train.status.double_portal": "A Carriage cannot enter a portal whilst leaving another", + "create.train.status.coupling_stress": "Forced stop due to Stress on Couplings", + "create.train.status.track_missing": "Tracks are missing beneath the Train", + "create.train.status.paused_for_manual": "Schedule paused for manual controls", + "create.train.status.opposite_driver": "Path requires a driver facing the opposite direction", + "create.train.status.missing_driver": "Driver has gone missing", + "create.train.status.found_driver": "A new driver has been found", + "create.train.status.navigation_success": "Navigation succeeded", + "create.train.status.no_match": "No station on graph matches '%1$s'", + "create.train.status.no_path": "No suitable path to the next Scheduled destination could be found", + + "create.track_signal.cannot_change_mode": "Unable to switch mode of this Signal", + "create.track_signal.mode_change.entry_signal": "-> Allow passage if section unoccupied", + "create.track_signal.mode_change.cross_signal": "-> Allow passage if section fully traversable", + + "create.contraption.controls.start_controlling": "Now controlling: %1$s", + "create.contraption.controls.stop_controlling": "Stopped controlling contraption", + "create.contraption.controls.approach_station": "Hold %1$s to approach %2$s", + "create.contraption.controls.specific_actor_toggle": "%1$s Actors: %2$s", + "create.contraption.controls.all_actor_toggle": "All Actors: %1$s", + "create.contraption.controls.actor_toggle.on": "On", + "create.contraption.controls.actor_toggle.off": "Off", + "create.contraption.controls.floor_unreachable": "Unreachable", + "create.contraption.door_control": "Onboard Door Control", + "create.contraption.door_control.all": "Open All Doors", + "create.contraption.door_control.all.short": "Open All", + "create.contraption.door_control.north": "North Side Only", + "create.contraption.door_control.north.short": "North", + "create.contraption.door_control.east": "East Side Only", + "create.contraption.door_control.east.short": "East", + "create.contraption.door_control.south": "South Side Only", + "create.contraption.door_control.south.short": "South", + "create.contraption.door_control.west": "West Side Only", + "create.contraption.door_control.west.short": "West", + "create.contraption.door_control.none": "Keep Doors Closed", + "create.contraption.door_control.none.short": "None", + "create.contraption.door_control.player_facing": "You are facing: %1$s", + + "create.display_link.set": "Targeted position selected", + "create.display_link.success": "Successfully bound to targeted position", + "create.display_link.clear": "Cleared position selection", + "create.display_link.too_far": "Targeted position is too far from here", + "create.display_link.invalid": "Link has no valid target, try placing it again", + "create.display_link.title": "Display Link", + "create.display_link.no_source": "Not a Display Source", + "create.display_link.no_target": "Not a Display Target", + "create.display_link.reading_from": "Read from:", + "create.display_link.writing_to": "Send to:", + "create.display_link.attached_side": "Block on attached side", + "create.display_link.targeted_location": "Block in targeted location", + "create.display_link.view_compatible": "Click to view all Compatible", + "create.display_link.information_type": "Type of Information", + "create.display_link.display_on": "Write data to:", + "create.display_link.display_on_multiline": "Start writing at:", + + "create.display_source.label": "Attached Label", + "create.display_source.combine_item_names": "Combine Item Names", + "create.display_source.count_items": "Amount of matching Items", + "create.display_source.list_items": "List matching Items", + "create.display_source.fluid_amount": "Amount of matching Fluids", + "create.display_source.list_fluids": "List matching Fluids", + "create.display_source.nixie_tube": "Copy Nixie Tubes", + "create.display_source.fill_level": "Container Fill Level", + "create.display_source.fill_level.display": "Display Format", + "create.display_source.fill_level.percent": "Percent", + "create.display_source.fill_level.progress_bar": "Progress Bar", + "create.display_source.value_list.display": "Value Display", + "create.display_source.value_list.shortened": "Shortened", + "create.display_source.value_list.full_number": "Full Number", + "create.display_source.value_list.thousand": "k", + "create.display_source.value_list.million": "m", + "create.display_source.player_deaths": "Player Deaths", + "create.display_source.scoreboard": "Scoreboard", + "create.display_source.scoreboard.objective": "Objective ID", + "create.display_source.scoreboard.objective_not_found": "'%1$s' not found", + "create.display_source.scoreboard.objective.deaths": "Player Deaths", + "create.display_source.time_of_day": "Time of Day", + "create.display_source.stop_watch": "Stopwatch", + "create.display_source.time.format": "Time Format", + "create.display_source.time.12_hour": "12-hour", + "create.display_source.time.24_hour": "24-hour", + "create.display_source.accumulate_items": "Accumulate Item Count", + "create.display_source.item_throughput": "Item Throughput", + "create.display_source.item_throughput.interval": "Interval", + "create.display_source.item_throughput.interval.second": "per Second", + "create.display_source.item_throughput.interval.minute": "per Minute", + "create.display_source.item_throughput.interval.hour": "per Hour", + "create.display_source.train_status": "Train Schedule Status", + "create.display_source.station_summary": "Train Station Summary", + "create.display_source.station_summary.filter": "Station name filter", + "create.display_source.station_summary.train_name_column": "Train column size", + "create.display_source.station_summary.platform_column": "Platform column size", + "create.display_source.station_summary.now": "now", + "create.display_source.station_summary.minutes": " min", + "create.display_source.station_summary.seconds": "%1$ss", + "create.display_source.observed_train_name": "Detected Train Name", + "create.display_source.max_enchant_level": "Max Enchanting Cost", + "create.display_source.boiler_status": "Boiler Status", + "create.display_source.entity_name": "Entity Name", + "create.display_source.current_floor": "Elevator Location", + "create.display_source.kinetic_speed": "Rotation Speed (RPM)", + "create.display_source.kinetic_speed.absolute": "Ignore Direction", + "create.display_source.kinetic_speed.directional": "Include Direction", + "create.display_source.kinetic_stress": "Network Stress", + "create.display_source.kinetic_stress.display": "Displayed Info", + "create.display_source.kinetic_stress.progress_bar": "Progress Bar", + "create.display_source.kinetic_stress.percent": "Percentage", + "create.display_source.kinetic_stress.current": "Stress in SU", + "create.display_source.kinetic_stress.max": "Total Capacity", + "create.display_source.kinetic_stress.remaining": "Remaining SU", + "create.display_source.redstone_power": "Redstone Power", + "create.display_source.redstone_power.display": "Display Format", + "create.display_source.redstone_power.number": "Number", + "create.display_source.redstone_power.progress_bar": "Progress Bar", + "create.display_source.boiler.not_enough_space": "Not enough space ", + "create.display_source.boiler.for_boiler_status": "for Boiler Status", + + "create.display_target.line": "Line %1$s", + "create.display_target.page": "Page %1$s", + "create.display_target.single_line": "Single Line", + + "create.flap_display.cycles.alphabet": " ;A;B;C;D;E;F;G;H;I;J;K;L;M;N;O;P;Q;R;S;T;U;V;X;Y;Z", + "create.flap_display.cycles.numeric": " ;0;1;2;3;4;5;6;7;8;9", + "create.flap_display.cycles.arrival_time": " ; min;now;15s;30s;45s", + "create.flap_display.cycles.shortened_numbers": " ;K;M", + "create.flap_display.cycles.fluid_units": "mB;B ", + "create.flap_display.cycles.instant": " ; ", + "create.flap_display.cycles.pixel": "█;▓;▒", + + "create.super_glue.too_far": "Selected area is too big", + "create.super_glue.cannot_reach": "Selected blocks must be connected", + "create.super_glue.click_to_confirm": "Click again to confirm", + "create.super_glue.click_to_discard": "Sneak-click to discard selection", + "create.super_glue.first_pos": "First position selected", + "create.super_glue.abort": "Selection discarded", + "create.super_glue.not_enough": "Not enough glue in inventory", + "create.super_glue.success": "Applying Glue...", + + "create.gui.config.overlay1": "Hi :)", + "create.gui.config.overlay2": "This is a sample overlay", + "create.gui.config.overlay3": "Click or drag with your mouse", + "create.gui.config.overlay4": "to move this preview", + "create.gui.config.overlay5": "Press ESC to exit this screen", + "create.gui.config.overlay6": "and save the new position", + "create.gui.config.overlay7": "Run /create overlay reset", + "create.gui.config.overlay8": "to reset to the default position", + + "create.command.killTPSCommand": "killtps", + "create.command.killTPSCommand.status.slowed_by.0": "[Create]: Server tick is currently slowed by %s ms :o", + "create.command.killTPSCommand.status.slowed_by.1": "[Create]: Server tick is slowed by %s ms now >:)", + "create.command.killTPSCommand.status.slowed_by.2": "[Create]: Server tick is back to regular speed :D", + "create.command.killTPSCommand.status.usage.0": "[Create]: use /killtps stop to bring back server tick to regular speed", + "create.command.killTPSCommand.status.usage.1": "[Create]: use /killtps start to artificially slow down the server tick", + "create.command.killTPSCommand.argument.tickTime": "tickTime", + + "create.contraption.minecart_contraption_too_big": "This Cart Contraption seems too big to pick up", + "create.contraption.minecart_contraption_illegal_pickup": "A mystical force is binding this Cart Contraption to the world", + + "enchantment.create.capacity.desc": "Increases Backtank air capacity.", + "enchantment.create.potato_recovery.desc": "Potato Cannon projectiles have a chance to be reused.", + + + "_": "->------------------------] Subtitles [------------------------<-", + + "create.subtitle.contraption_disassemble": "Contraption stops", + "create.subtitle.peculiar_bell_use": "Peculiar Bell tolls", + "create.subtitle.worldshaper_place": "Worldshaper zaps", + "create.subtitle.whistle_train_manual": "Train honks", + "create.subtitle.steam": "Steam noises", + "create.subtitle.saw_activate_stone": "Mechanical Saw activates", + "create.subtitle.schematicannon_finish": "Schematicannon dings", + "create.subtitle.crafter_craft": "Crafter crafts", + "create.subtitle.wrench_remove": "Component breaks", + "create.subtitle.train3": "Bogey wheels rumble muffled", + "create.subtitle.whistle": "Whistling", + "create.subtitle.cogs": "Cogwheels rumble", + "create.subtitle.slime_added": "Slime squishes", + "create.subtitle.whistle_train_low": "Low whistling", + "create.subtitle.schematicannon_launch_block": "Schematicannon fires", + "create.subtitle.controller_take": "Lectern empties", + "create.subtitle.crafter_click": "Crafter clicks", + "create.subtitle.depot_plop": "Item lands", + "create.subtitle.confirm": "Affirmative ding", + "create.subtitle.mixing": "Mixing noises", + "create.subtitle.mechanical_press_activation_belt": "Mechanical Press bonks", + "create.subtitle.fwoomp": "Potato Launcher fwoomps", + "create.subtitle.sanding_long": "Sanding noises", + "create.subtitle.crushing_1": "Crushing noises", + "create.subtitle.depot_slide": "Item slides", + "create.subtitle.blaze_munch": "Blaze Burner munches", + "create.subtitle.funnel_flap": "Funnel flaps", + "create.subtitle.haunted_bell_use": "Haunted Bell tolls", + "create.subtitle.scroll_value": "Scroll-input clicks", + "create.subtitle.controller_put": "Controller thumps", + "create.subtitle.cranking": "Hand Crank turns", + "create.subtitle.sanding_short": "Sanding noises", + "create.subtitle.wrench_rotate": "Wrench used", + "create.subtitle.potato_hit": "Vegetable impacts", + "create.subtitle.saw_activate_wood": "Mechanical Saw activates", + "create.subtitle.whistle_high": "High whistling", + "create.subtitle.whistle_train_manual_low": "Train honks", + "create.subtitle.whistle_train": "Whistling", + "create.subtitle.haunted_bell_convert": "Haunted Bell awakens", + "create.subtitle.train": "Bogey wheels rumble", + "create.subtitle.deny": "Declining boop", + "create.subtitle.controller_click": "Controller clicks", + "create.subtitle.whistle_low": "Low whistling", + "create.subtitle.copper_armor_equip": "Diving equipment clinks", + "create.subtitle.mechanical_press_activation": "Mechanical Press clangs", + "create.subtitle.contraption_assemble": "Contraption moves", + + + "_": "->------------------------] Item Descriptions [------------------------<-", + + "item.create.example_item.tooltip": "EXAMPLE ITEM (just a marker that this tooltip exists)", + "item.create.example_item.tooltip.summary": "A brief description of the item. _Underscores_ highlight a term.", + "item.create.example_item.tooltip.condition1": "When this", + "item.create.example_item.tooltip.behaviour1": "Then this item does this. (behaviours show on shift)", + "item.create.example_item.tooltip.condition2": "And When this", + "item.create.example_item.tooltip.behaviour2": "You can add as many behaviours as you like", + "item.create.example_item.tooltip.control1": "When Ctrl pressed", + "item.create.example_item.tooltip.action1": "These controls are displayed.", + + "block.create.wooden_bracket.tooltip": "WOODEN BRACKET", + "block.create.wooden_bracket.tooltip.summary": "_Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with a cozy and wooden bit of reinforcement.", + + "block.create.metal_bracket.tooltip": "METAL BRACKET", + "block.create.metal_bracket.tooltip.summary": "_Decorate_ your _Shafts, Cogwheels_ and _Pipes_ with an industrial and sturdy bit of reinforcement.", + + "block.create.seat.tooltip": "SEAT", + "block.create.seat.tooltip.summary": "Sit yourself down and enjoy the ride! Will anchor a player onto a moving _contraption_. Great for static furniture too! Comes in a variety of colours.", + "block.create.seat.tooltip.condition1": "Right click on Seat", + "block.create.seat.tooltip.behaviour1": "Sits the player on the _Seat_. Press L-shift to leave the _Seat_.", + + "item.create.blaze_cake.tooltip": "BLAZE CAKE", + "item.create.blaze_cake.tooltip.summary": "A Delicious treat for your hard-working _Blaze Burners_. Gets them all fired up!", + + "item.create.wand_of_symmetry.tooltip": "SYMMETRY WAND", + "item.create.wand_of_symmetry.tooltip.summary": "_Mirrors Block placement_ while present in any _Hotbar Slot_.", + "item.create.wand_of_symmetry.tooltip.condition1": "When used on a Surface", + "item.create.wand_of_symmetry.tooltip.behaviour1": "_Creates_ or _Moves_ its Mirror. _Sneak_ while using to open the _Configuration Interface_", + "item.create.wand_of_symmetry.tooltip.condition2": "When used with no target", + "item.create.wand_of_symmetry.tooltip.behaviour2": "_Removes_ the active Mirror", + + "item.create.handheld_worldshaper.tooltip": "HANDHELD WORLDSHAPER", + "item.create.handheld_worldshaper.tooltip.summary": "_Creative mode_ tool for large-scale _landscaping_ from a distance.", + "item.create.handheld_worldshaper.tooltip.condition1": "L-Click at Block", + "item.create.handheld_worldshaper.tooltip.behaviour1": "_Targeted block_ will become the _material_ placed by the shaper.", + "item.create.handheld_worldshaper.tooltip.condition2": "R-Click at Block", + "item.create.handheld_worldshaper.tooltip.behaviour2": "Applies currently selected _Brush_ and _Tool_ at the targeted location.", + "item.create.handheld_worldshaper.tooltip.condition3": "R-Click while Sneaking", + "item.create.handheld_worldshaper.tooltip.behaviour3": "Opens the _Configuration Interface_", + + "item.create.tree_fertilizer.tooltip": "TREE FERTILIZER", + "item.create.tree_fertilizer.tooltip.summary": "A powerful combination of minerals useful for _growing saplings_ in tight spaces.", + "item.create.tree_fertilizer.tooltip.condition1": "When used on a Sapling", + "item.create.tree_fertilizer.tooltip.behaviour1": "Creates a tree _regardless_ of its _spacing conditions_", + + "item.create.extendo_grip.tooltip": "EXTENDO GRIP", + "item.create.extendo_grip.tooltip.summary": "Greatly _increases reach distance_ of the wielder. Can be powered with _Air_ _Pressure_ from a _Backtank_", + "item.create.extendo_grip.tooltip.condition1": "When in Off-Hand", + "item.create.extendo_grip.tooltip.behaviour1": "Increases _reach distance_ of items used in the _Main-Hand_.", + "item.create.extendo_grip.tooltip.condition2": "While wearing Backtank", + "item.create.extendo_grip.tooltip.behaviour2": "_No_ _Durability_ will be used. Instead, _Air_ _pressure_ is drained from the Tank", + + "item.create.potato_cannon.tooltip": "POTATO CANNON", + "item.create.potato_cannon.tooltip.summary": "Launches your home-grown vegetables at Enemies. Can be powered with _Air_ _Pressure_ from a _Backtank_", + "item.create.potato_cannon.tooltip.condition1": "When R-Clicked", + "item.create.potato_cannon.tooltip.behaviour1": "_Shoots_ a suitable item from your _Inventory_.", + "item.create.potato_cannon.tooltip.condition2": "While wearing Backtank", + "item.create.potato_cannon.tooltip.behaviour2": "_No_ _Durability_ will be used. Instead, _Air_ _pressure_ is drained from the Tank", + + "item.create.filter.tooltip": "LIST FILTER", + "item.create.filter.tooltip.summary": "_Matches items_ against a collection of _items_ or _other filters_. Can be used in _Filter Slots_ of Create's Components", + "item.create.filter.tooltip.condition1": "When R-Clicked", + "item.create.filter.tooltip.behaviour1": "Opens the _configuration interface_.", + + "item.create.attribute_filter.tooltip": "ATTRIBUTE FILTER", + "item.create.attribute_filter.tooltip.summary": "_Matches items_ against a set of _attributes_ or _categories_. Can be used in _Filter Slots_ of Create's Components", + "item.create.attribute_filter.tooltip.condition1": "When R-Clicked", + "item.create.attribute_filter.tooltip.behaviour1": "Opens the _configuration interface_.", + + "item.create.empty_schematic.tooltip": "EMPTY SCHEMATIC", + "item.create.empty_schematic.tooltip.summary": "Used as a recipe ingredient and for writing at the _Schematic Table_.", + + "item.create.schematic.tooltip": "SCHEMATIC", + "item.create.schematic.tooltip.summary": "Holds a structure to be positioned and placed into the world. Position the Hologram as desired and use a _Schematicannon_ to build it.", + "item.create.schematic.tooltip.condition1": "When Held", + "item.create.schematic.tooltip.behaviour1": "Can be positioned using the Tools on Screen.", + "item.create.schematic.tooltip.condition2": "R-Click while Sneaking", + "item.create.schematic.tooltip.behaviour2": "Opens an _Interface_ for entering exact _Coordinates_.", + + "item.create.schematic_and_quill.tooltip": "SCHEMATIC AND QUILL", + "item.create.schematic_and_quill.tooltip.summary": "Used for _saving a Structure_ in your world to a _.nbt file_.", + "item.create.schematic_and_quill.tooltip.condition1": "Creating a selection", + "item.create.schematic_and_quill.tooltip.behaviour1": "Select two _corner points_ using _R-Click_. Hold _Ctrl_ and Scroll to select locations mid-air.", + "item.create.schematic_and_quill.tooltip.condition2": "Adjusting and Saving", + "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl-Scroll_ on the faces to adjust the size, then R-Click again to Save.", + + "block.create.schematicannon.tooltip": "SCHEMATICANNON", + "block.create.schematicannon.tooltip.summary": "Shoots blocks to recreate a deployed _Schematic_ in the World. Uses items from adjacent Inventories and _Gunpowder_ as fuel.", + "block.create.schematicannon.tooltip.condition1": "When R-Clicked", + "block.create.schematicannon.tooltip.behaviour1": "Opens the _Interface_", + + "block.create.schematic_table.tooltip": "SCHEMATIC TABLE", + "block.create.schematic_table.tooltip.summary": "Writes saved Schematics onto an _Empty Schematic_.", + "block.create.schematic_table.tooltip.condition1": "When given an Empty Schematic", + "block.create.schematic_table.tooltip.behaviour1": "Uploads a chosen File from your Schematics Folder.", + + "item.create.goggles.tooltip": "GOGGLES", + "item.create.goggles.tooltip.summary": "Augments your HUD with _miscellaneous information_ about placed components.", + "item.create.goggles.tooltip.condition1": "When looking at blocks", + "item.create.goggles.tooltip.behaviour1": "_Kinetic components_ show added _Stress Impact_ or _Capacity_. _Stressometers_ show statistics of their _attached kinetic network_. Some other blocks reveal information such as item and fluid content.", + + "item.create.wrench.tooltip": "WRENCH", + "item.create.wrench.tooltip.summary": "Multi-purpose tool for working with your kinetic contraptions.", + "item.create.wrench.tooltip.condition1": "When used on Blocks", + "item.create.wrench.tooltip.behaviour1": "_Rotates components_ around the clicked face. _Sneak_ while interacting to _dismantle_ components.", + "item.create.wrench.tooltip.condition2": "When used on Contraptions", + "item.create.wrench.tooltip.behaviour2": "_Relocates_ assembled minecart- and train-based contraptions.", + + "block.create.nozzle.tooltip": "NOZZLE", + "block.create.nozzle.tooltip.summary": "Attach to the front of an _Encased Fan_ to distribute its effect on Entities in _all directions_.", + + "block.create.cuckoo_clock.tooltip": "CUCKOO CLOCK", + "block.create.cuckoo_clock.tooltip.summary": "Fine craftsmanship for _decorating_ a space and _keeping track of time_.", + "block.create.cuckoo_clock.tooltip.condition1": "When Powered by Kinetics", + "block.create.cuckoo_clock.tooltip.behaviour1": "Shows the _current time_ and plays a tune twice a day. _Activates_ once at _noon_ and at dusk, as soon as _players can sleep_.", + + "block.create.turntable.tooltip": "TURNTABLE", + "block.create.turntable.tooltip.summary": "Uses _Rotational Force_ to create Motion Sickness.", + + "block.create.toolbox.tooltip": "TOOLBOX", + "block.create.toolbox.tooltip.summary": "Every Inventors' dearest Companion. Conveniently _holds_ a large amount of _8 Different_ item types.", + "block.create.toolbox.tooltip.condition1": "When Picked Up", + "block.create.toolbox.tooltip.behaviour1": "_Retains_ Inventory _Contents_.", + "block.create.toolbox.tooltip.condition2": "When placed in Range", + "block.create.toolbox.tooltip.behaviour2": "_Nearby_ _Players_ can hold the _Toolbox_ _Keybind_ to access its contents _Remotely_.", + "block.create.toolbox.tooltip.condition3": "When R-Clicked", + "block.create.toolbox.tooltip.behaviour3": "Opens the _Container Interface_.", + + "block.create.creative_crate.tooltip": "CREATIVE CRATE", + "block.create.creative_crate.tooltip.summary": "This _Storage Container_ allows infinite replication of items.", + "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._", + "block.create.creative_crate.tooltip.condition2": "When next to Schematicannon", + "block.create.creative_crate.tooltip.behaviour2": "Provides any material required by the Schematic.", + + "item.create.creative_blaze_cake.tooltip": "CREATIVE BLAZE CAKE", + "item.create.creative_blaze_cake.tooltip.summary": "A very special treat for your _Blaze Burners_. After eating this cake, Blaze Burners will _never run out of fuel_.", + "item.create.creative_blaze_cake.tooltip.condition1": "When Used", + "item.create.creative_blaze_cake.tooltip.behaviour1": "_Cycles_ a Blaze Burner's heat level.", + + "block.create.controller_rail.tooltip": "CONTROLLER RAIL", + "block.create.controller_rail.tooltip.summary": "A _uni-directional_ powered rail with _variable speed_, controlled by the _signal strength_ supplied to it.", + + "item.create.sand_paper.tooltip": "SAND PAPER", + "item.create.sand_paper.tooltip.summary": "Can be used to _refine materials_. The process can be automated with a Deployer.", + "item.create.sand_paper.tooltip.condition1": "When Used", + "item.create.sand_paper.tooltip.behaviour1": "Applies polish to items held in the _offhand_ or lying on the _floor_ when _looking at them_", + + "item.create.builders_tea.tooltip": "BUILDERS TEA", + "item.create.builders_tea.tooltip.summary": "The perfect drink to get the day started- _Motivating_ and _Saturating._", + + "item.create.linked_controller.tooltip": "LINKED CONTROLLER", + "item.create.linked_controller.tooltip.summary": "Grants _handheld_ _control_ over _Redstone Link_ frequencies assigned to its _six_ _buttons_.", + "item.create.linked_controller.tooltip.condition1": "R-Click", + "item.create.linked_controller.tooltip.behaviour1": "_Toggles_ the controller. _Movement_ _controls_ are taken over while its active.", + "item.create.linked_controller.tooltip.condition2": "R-Click while Sneaking", + "item.create.linked_controller.tooltip.behaviour2": "Opens the manual _Configuration Interface_.", + "item.create.linked_controller.tooltip.condition3": "R-Click on Redstone Link Receiver", + "item.create.linked_controller.tooltip.behaviour3": "Enables _Bind Mode_, press one of the _six controls_ to bind it to the _Links' Frequency_.", + "item.create.linked_controller.tooltip.condition4": "R-Click on Lectern", + "item.create.linked_controller.tooltip.behaviour4": "Places the Controller into the Lectern for easy activation. (R-Click while Sneaking to retrieve it)", + + "item.create.copper_diving_helmet.tooltip": "COPPER DIVING HELMET", + "item.create.copper_diving_helmet.tooltip.summary": "Together with a _Backtank_, allows the wielder to _breathe_ _underwater_ for an extended amount of time.", + "item.create.copper_diving_helmet.tooltip.condition1": "When Worn", + "item.create.copper_diving_helmet.tooltip.behaviour1": "Provides the _Water Breathing_ effect, slowly draining _Air Pressure_ from the Backtank.", + + "item.create.netherite_diving_helmet.tooltip": "NETHERITE DIVING HELMET", + "item.create.netherite_diving_helmet.tooltip.summary": "Together with a _Netherite Backtank_, this can protect you from _extreme heat_. To be effective, _Legs and Feet_ have to be covered in _Netherite_, too.", + "item.create.netherite_diving_helmet.tooltip.condition1": "When Worn (Full set)", + "item.create.netherite_diving_helmet.tooltip.behaviour1": "Provides immunity to _Fire_ and _Lava_, slowly draining _Air Pressure_ from the Backtank. Also grants _improved vision_ in Lava", + + "item.create.copper_backtank.tooltip": "COPPER BACKTANK", + "item.create.copper_backtank.tooltip.summary": "A _Wearable_ _Tank_ for carrying Pressurized Air.", + "item.create.copper_backtank.tooltip.condition1": "When Worn", + "item.create.copper_backtank.tooltip.behaviour1": "Provides _Pressurized_ _Air_ to Equipment that requires it.", + "item.create.copper_backtank.tooltip.condition2": "When placed, Powered by Kinetics", + "item.create.copper_backtank.tooltip.behaviour2": "_Collects_ _Pressurized_ _Air_ at a rate depending on the Rotational Speed.", + + "item.create.netherite_backtank.tooltip": "NETHERITE BACKTANK", + "item.create.netherite_backtank.tooltip.summary": "A _Wearable_ _Tank_ for carrying Pressurized Air.", + "item.create.netherite_backtank.tooltip.condition1": "When Worn", + "item.create.netherite_backtank.tooltip.behaviour1": "Provides _Pressurized_ _Air_ to Equipment that requires it.", + "item.create.netherite_backtank.tooltip.condition2": "When placed, Powered by Kinetics", + "item.create.netherite_backtank.tooltip.behaviour2": "_Collects_ _Pressurized_ _Air_ at a rate depending on the Rotational Speed.", + + "block.create.placard.tooltip": "PLACARD", + "block.create.placard.tooltip.summary": "_Frame_ your _items_ in brass using this fancy wall panel. Safe for contraptions!", + "block.create.placard.tooltip.condition1": "When R-Clicked with Item", + "block.create.placard.tooltip.behaviour1": "_Adds_ the held _item_ to the Placard. _Emits_ a brief _Redstone_ signal if a matching item was present already.", + "block.create.placard.tooltip.condition2": "When Punched", + "block.create.placard.tooltip.behaviour2": "_Removes_ the current _item_ in the frame.", + + "block.create.flywheel.tooltip": "FLYWHEEL", + "block.create.flywheel.tooltip.summary": "_Embellish_ your _Machines_ with this imposing Wheel of Brass.", + "block.create.flywheel.tooltip.condition1": "When Powered by Kinetics", + "block.create.flywheel.tooltip.behaviour1": "Starts spinning.", + + "item.create.copper_diving_boots.tooltip": "COPPER DIVING BOOTS", + "item.create.copper_diving_boots.tooltip.summary": "A pair of _heavy_ _boots_, allowing for better traversal of the Ocean floor.", + "item.create.copper_diving_boots.tooltip.condition1": "When Worn", + "item.create.copper_diving_boots.tooltip.behaviour1": "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.netherite_diving_boots.tooltip": "NETHERITE DIVING BOOTS", + "item.create.netherite_diving_boots.tooltip.summary": "A pair of _heavy_ _boots_, allowing for better traversal of the Ocean floor, including Oceans made of Lava.", + "item.create.netherite_diving_boots.tooltip.condition1": "When Worn", + "item.create.netherite_diving_boots.tooltip.behaviour1": "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.crafting_blueprint.tooltip": "CRAFTING BLUEPRINT", + "item.create.crafting_blueprint.tooltip.summary": "_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": "R-Click empty Slot", + "item.create.crafting_blueprint.behaviour1": "Opens a _Crafting_ _menu_ allowing you to _configure_ a _recipe_ and items to display.", + "item.create.crafting_blueprint.condition2": "R-Click configured Slot", + "item.create.crafting_blueprint.behaviour2": "_Applies_ the _configured_ _recipe_ with matching Ingredients found in your _Inventory_. _Sneak_ to craft up to a _Stack_ of items.", + + "item.create.minecart_coupling.tooltip": "MINECART COUPLING", + "item.create.minecart_coupling.tooltip.summary": "_Chains_ together individual _Minecarts_, causing them to move as a group.", + + "item.create.experience_nugget.tooltip": "NUGGET OF EXPERIENCE", + "item.create.experience_nugget.tooltip.summary": "A speck of _inspiration_ from your fantastic inventions.", + "item.create.experience_nugget.tooltip.condition1": "When Used", + "item.create.experience_nugget.tooltip.behaviour1": "_Redeems_ _Experience_ points contained within.", + + "block.create.peculiar_bell.tooltip": "PECULIAR BELL", + "block.create.peculiar_bell.tooltip.summary": "A decorative _Brass Bell_. Placing it right above open _Soul Fire_ may have side-effects...", + + "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.", + + "block.create.copycat_panel.tooltip": "COPYCAT PANEL", + "block.create.copycat_panel.tooltip.summary": "_Converts_ any _full block_ into a decorative panel. Also accepts _Bars_ and _Trapdoors_.", + "block.create.copycat_panel.tooltip.condition1": "When R-Clicked", + "block.create.copycat_panel.tooltip.behaviour1": "Applies _held item_ as its _material_ if possible. _Click again_ to cycle _orientation_ or _powered_ state. Use a _Wrench_ to _reset_ the material.", + + "block.create.copycat_step.tooltip": "COPYCAT STEP", + "block.create.copycat_step.tooltip.summary": "_Converts_ any _full block_ into a decorative step.", + "block.create.copycat_step.tooltip.condition1": "When R-Clicked", + "block.create.copycat_step.tooltip.behaviour1": "Applies _held item_ as its _material_ if possible. _Click again_ to cycle _orientation_ or _powered_ state. Use a _Wrench_ to _reset_ the material.", + + "block.create.clipboard.tooltip": "CLIPBOARD", + "block.create.clipboard.tooltip.summary": "_Keeps your notes_ and makes you look more professional.", + "block.create.clipboard.tooltip.condition1": "When R-Clicked", + "block.create.clipboard.tooltip.behaviour1": "Opens the _Interface_. _Sneak-Click_ to _place_ it on a surface.", + "block.create.clipboard.tooltip.condition2": "When Used on Blocks", + "block.create.clipboard.tooltip.behaviour2": "Some blocks' _settings_, such as filters, can be _copied (R-Click)_ and _applied (L-Click)_ elsewhere.", + + + "_": "->------------------------] Ponder Content [------------------------<-", + + "create.ponder.hold_to_ponder": "Hold [%1$s] to Ponder", + "create.ponder.subject": "Subject of this scene", + "create.ponder.pondering": "Pondering about...", + "create.ponder.identify_mode": "Identify mode active.\nUnpause with [%1$s]", + "create.ponder.associated": "Associated Entries", + "create.ponder.close": "Close", + "create.ponder.identify": "Identify", + "create.ponder.next": "Next Scene", + "create.ponder.next_up": "Up Next:", + "create.ponder.previous": "Previous Scene", + "create.ponder.replay": "Replay", + "create.ponder.think_back": "Think Back", + "create.ponder.slow_text": "Comfy Reading", + "create.ponder.exit": "Exit", + "create.ponder.welcome": "Welcome to Ponder", + "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.rpm16": "16 RPM", + "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.behaviour_modify_value_panel": "This behaviour can be modified using the value panel", + "create.ponder.shared.rpm16_source": "Source: 16 RPM", + "create.ponder.shared.movement_anchors": "With the help of 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.recently_updated": "Recent Changes", + "create.ponder.tag.recently_updated.description": "Components that have been added or changed significantly in the latest versions of Create", + "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.display_sources": "Sources for Display Links", + "create.ponder.tag.display_sources.description": "Components or Blocks which offer some data that can be read with a Display Link", + "create.ponder.tag.logistics": "Item Transportation", + "create.ponder.tag.logistics.description": "Components which help moving items around", + "create.ponder.tag.display_targets": "Targets for Display Links", + "create.ponder.tag.display_targets.description": "Components or Blocks which can process and display the data received from a Display Link", + "create.ponder.tag.train_related": "Railway Equipment", + "create.ponder.tag.train_related.description": "Components used in the construction or management of Train Contraptions", + + "create.ponder.analog_lever.header": "Controlling signals using the Analog Lever", + "create.ponder.analog_lever.text_1": "Analog Levers make for a compact and precise source of redstone power", + "create.ponder.analog_lever.text_2": "Right-click to increase its analog power output", + "create.ponder.analog_lever.text_3": "Right-click while Sneaking to decrease the power output again", + + "create.ponder.andesite_tunnel.header": "Using Andesite Tunnels", + "create.ponder.andesite_tunnel.text_1": "Andesite Tunnels can be used to cover up your belts", + "create.ponder.andesite_tunnel.text_2": "Whenever an Andesite Tunnel has connections to the sides...", + "create.ponder.andesite_tunnel.text_3": "...they will split exactly one item off of any passing stacks", + "create.ponder.andesite_tunnel.text_4": "The remainder will continue on its path", + + "create.ponder.auto_schedule.header": "Stations & Scheduling", + "create.ponder.auto_schedule.text_1": "Schedules can be used to provide drivers with a destination", + "create.ponder.auto_schedule.text_2": "Comparators will receive a signal whenever a Train is present", + "create.ponder.auto_schedule.text_3": "Mind that a Station can only be approached from the indicated direction", + "create.ponder.auto_schedule.text_4": "Stations can also be used to assign new Schedules automatically", + "create.ponder.auto_schedule.text_5": "The Schedule placed on a station will automatically copy itself to present trains", + "create.ponder.auto_schedule.text_6": "As opposed to manual scheduling, drivers will not take the item with them", + + "create.ponder.basin.header": "Processing Items in the Basin", + "create.ponder.basin.text_1": "A Basin can hold Items and Fluids for Processing", + "create.ponder.basin.text_2": "After a processing step, basins try to output below to the side of them", + "create.ponder.basin.text_3": "When a valid component is present, the Basin will show an output faucet", + "create.ponder.basin.text_4": "A number of options are applicable here", + "create.ponder.basin.text_5": "Outputs will be caught by the inventory below", + "create.ponder.basin.text_6": "Without output faucet, the Basin will retain items created in its processing", + "create.ponder.basin.text_7": "This can be useful if outputs should be re-used as ingredients", + "create.ponder.basin.text_8": "Desired outputs will then have to be extracted from the basin", + "create.ponder.basin.text_9": "A Filter might be necessary to avoid pulling out un-processed items", + + "create.ponder.bearing_modes.header": "Movement Modes of the Mechanical Bearing", + "create.ponder.bearing_modes.text_1": "When Stopped, the Bearing will place the structure at the nearest grid-aligned Angle", + "create.ponder.bearing_modes.text_2": "It can be configured never to revert to solid blocks, or only near the angle it started at", + + "create.ponder.belt_casing.header": "Encasing Belts", + "create.ponder.belt_casing.text_1": "Brass or Andesite Casing can be used to decorate Mechanical Belts", + "create.ponder.belt_casing.text_2": "A wrench can be used to remove the casing", + + "create.ponder.belt_connector.header": "Using Mechanical Belts", + "create.ponder.belt_connector.text_1": "Right-Clicking two shafts with a belt item will connect them together", + "create.ponder.belt_connector.text_2": "Accidental selections can be canceled with Right-Click while Sneaking", + "create.ponder.belt_connector.text_3": "Additional Shafts can be added throughout the Belt", + "create.ponder.belt_connector.text_4": "Shafts connected via Belts will rotate with Identical Speed and Direction", + "create.ponder.belt_connector.text_5": "Added shafts can be removed using the wrench", + "create.ponder.belt_connector.text_6": "Mechanical Belts can be dyed for aesthetic purposes", + + "create.ponder.belt_directions.header": "Valid Orientations for Mechanical Belts", + "create.ponder.belt_directions.text_1": "Belts cannot connect in arbitrary directions", + "create.ponder.belt_directions.text_2": "1. They can connect horizontally", + "create.ponder.belt_directions.text_3": "2. They can connect diagonally", + "create.ponder.belt_directions.text_4": "3. They can connect vertically", + "create.ponder.belt_directions.text_5": "4. And they can connect vertical shafts horizontally", + "create.ponder.belt_directions.text_6": "These are all possible directions. Belts can span any Length between 2 and 20 blocks", + + "create.ponder.belt_transport.header": "Using Mechanical Belts for Logistics", + "create.ponder.belt_transport.text_1": "Moving belts will transport Items and other Entities", + "create.ponder.belt_transport.text_2": "Right-Click with an empty hand to take items off a belt", + + "create.ponder.blaze_burner.header": "Feeding Blaze Burners", + "create.ponder.blaze_burner.text_1": "Blaze Burners can provide Heat to Items processed in a Basin", + "create.ponder.blaze_burner.text_2": "For this, the Blaze has to be fed with flammable items", + "create.ponder.blaze_burner.text_3": "With a Blaze Cake, the Burner can reach an even stronger level of heat", + "create.ponder.blaze_burner.text_4": "The feeding process can be automated using Deployers or Mechanical Arms", + + "create.ponder.brass_funnel.header": "The Brass Funnel", + "create.ponder.brass_funnel.text_1": "Andesite Funnels can only ever extract single items.", + "create.ponder.brass_funnel.text_2": "Brass Funnels can extract up to a full stack.", + "create.ponder.brass_funnel.text_3": "The value panel allows for precise control over the extracted stack size.", + "create.ponder.brass_funnel.text_4": "Using items on the filter slot will restrict the funnel to only transfer matching stacks.", + + "create.ponder.brass_tunnel.header": "Using Brass Tunnels", + "create.ponder.brass_tunnel.text_1": "Brass Tunnels can be used to cover up your belts", + "create.ponder.brass_tunnel.text_2": "Brass Tunnels have filter slots on each open side", + "create.ponder.brass_tunnel.text_3": "Filters on inbound connections simply block non-matching items", + "create.ponder.brass_tunnel.text_4": "Filters on outbound connections can be used to sort items by type", + "create.ponder.brass_tunnel.text_5": "Whenever a passing item has multiple valid exits, the distribution mode will decide how to handle it", + "create.ponder.brass_tunnel.text_6": "Brass Tunnels on parallel belts will form a group", + "create.ponder.brass_tunnel.text_7": "Incoming Items will now be distributed across all connected exits", + "create.ponder.brass_tunnel.text_8": "For this, items can also be inserted into the Tunnel block directly", + + "create.ponder.brass_tunnel_modes.header": "Distribution Modes of the Brass Tunnel", + "create.ponder.brass_tunnel_modes.text_1": "The distribution behaviour of Brass Tunnels can be configured", + "create.ponder.brass_tunnel_modes.text_10": "'Synchronize Inputs' is a unique setting for Brass Tunnels", + "create.ponder.brass_tunnel_modes.text_11": "Items are only allowed past if every tunnel in the group has one waiting", + "create.ponder.brass_tunnel_modes.text_12": "This ensures that all affected belts supply items at the same rate", + "create.ponder.brass_tunnel_modes.text_2": "'Split' will attempt to distribute the stack evenly between available outputs", + "create.ponder.brass_tunnel_modes.text_3": "If an output is unable to take more items, it will be skipped", + "create.ponder.brass_tunnel_modes.text_4": "'Forced Split' will never skip outputs, and instead wait until they are free", + "create.ponder.brass_tunnel_modes.text_5": "'Round Robin' keeps stacks whole, and cycles through outputs iteratively", + "create.ponder.brass_tunnel_modes.text_6": "Once Again, if an output is unable to take more items, it will be skipped", + "create.ponder.brass_tunnel_modes.text_7": "'Forced Round Robin' never skips outputs", + "create.ponder.brass_tunnel_modes.text_8": "'Prefer Nearest' prioritizes the outputs closest to the items' input location", + "create.ponder.brass_tunnel_modes.text_9": "'Randomize' will distribute whole stacks to randomly picked outputs", + + "create.ponder.cart_assembler.header": "Moving Structures using Cart Assemblers", + "create.ponder.cart_assembler.text_1": "Powered Cart Assemblers mount attached structures to passing Minecarts", + "create.ponder.cart_assembler.text_2": "Without a redstone signal, it disassembles passing cart contraptions back into blocks", + "create.ponder.cart_assembler.text_3": "Using a Wrench on the Minecart will let you carry the Contraption elsewhere", + + "create.ponder.cart_assembler_dual.header": "Assembling Carriage Contraptions", + "create.ponder.cart_assembler_dual.text_1": "Whenever two Cart Assembers share an attached structure...", + "create.ponder.cart_assembler_dual.text_2": "Powering either of them will create a Carriage Contraption", + "create.ponder.cart_assembler_dual.text_3": "The carts will behave like those connected via Minecart Coupling", + + "create.ponder.cart_assembler_modes.header": "Orientation Settings for Minecart Contraptions", + "create.ponder.cart_assembler_modes.text_1": "Cart Contraptions will rotate to face towards their carts' motion", + "create.ponder.cart_assembler_modes.text_2": "This Arrow indicates which side of the Structure will be considered the front", + "create.ponder.cart_assembler_modes.text_3": "If the Assembler is set to Lock Rotation, the contraptions' orientation will never change", + + "create.ponder.cart_assembler_rails.header": "Other types of Minecarts and Rails", + "create.ponder.cart_assembler_rails.text_1": "Cart Assemblers on Regular Tracks will not affect the passing carts' motion", + "create.ponder.cart_assembler_rails.text_2": "When on Powered or Controller Rail, the carts will be held in place until it's Powered", + "create.ponder.cart_assembler_rails.text_3": "Other types of Minecarts can be used as the anchor", + "create.ponder.cart_assembler_rails.text_4": "Furnace Carts will keep themselves powered, pulling fuel from any attached inventories", + + "create.ponder.chain_drive.header": "Relaying rotational force with Chain Drives", + "create.ponder.chain_drive.text_1": "Chain Drives relay rotation to each other in a row", + "create.ponder.chain_drive.text_2": "All shafts connected like this will rotate in the same direction", + "create.ponder.chain_drive.text_3": "Any part of the row can be rotated by 90 degrees", + + "create.ponder.chain_gearshift.header": "Controlling rotational speed with Chain Gearshifts", + "create.ponder.chain_gearshift.text_1": "Unpowered Chain Gearshifts behave exactly like Chain Drives", + "create.ponder.chain_gearshift.text_2": "When Powered, the speed transmitted to other Chain Drives in the row is doubled", + "create.ponder.chain_gearshift.text_3": "Whenever the Powered Gearshift is not at the source, its speed will be halved instead", + "create.ponder.chain_gearshift.text_4": "In both cases, Chain Drives in the row always run at 2x the speed of the Powered Gearshift", + "create.ponder.chain_gearshift.text_5": "Using analog signals, the ratio can be adjusted more precisely between 1 and 2", + "create.ponder.chain_gearshift.text_6": "12 RPM", + + "create.ponder.chute.header": "Transporting Items downward via Chutes", + "create.ponder.chute.text_1": "Chutes can transport items vertically from and to inventories", + "create.ponder.chute.text_2": "Using the Wrench, a window can be created", + "create.ponder.chute.text_3": "Using Industrial Iron Blocks, chutes can be encased", + "create.ponder.chute.text_4": "Placing chutes targeting the side faces of another will make it diagonal", + + "create.ponder.chute_upward.header": "Transporting Items upward via Chutes", + "create.ponder.chute_upward.text_1": "Using Encased Fans at the top or bottom, a Chute can move items upward", + "create.ponder.chute_upward.text_2": "Inspecting chutes with Engineers' Goggles reveals information about the movement direction", + "create.ponder.chute_upward.text_3": "On the 'blocked' end, items will have to be inserted/taken from the sides", + + "create.ponder.clockwork_bearing.header": "Animating Structures using Clockwork Bearings", + "create.ponder.clockwork_bearing.text_1": "Clockwork Bearings attach to blocks in front of them", + "create.ponder.clockwork_bearing.text_2": "Upon receiving Rotational Force, the structure will be rotated according to the hour of the day", + "create.ponder.clockwork_bearing.text_3": "3:00", + "create.ponder.clockwork_bearing.text_4": "4:00", + "create.ponder.clockwork_bearing.text_5": "Right-Click the bearing to start or stop animating the structure", + "create.ponder.clockwork_bearing.text_6": "In front of the Hour Hand, a second structure can be added", + "create.ponder.clockwork_bearing.text_7": "Ensure that the two Structures are not glued to each other", + "create.ponder.clockwork_bearing.text_8": "The Second Structure will now rotate as the Minute Hand", + + "create.ponder.clutch.header": "Controlling rotational force using a Clutch", + "create.ponder.clutch.text_1": "Clutches will relay rotation in a straight line", + "create.ponder.clutch.text_2": "When powered by Redstone, it breaks the connection", + + "create.ponder.cog_speedup.header": "Gearshifting with Cogs", + "create.ponder.cog_speedup.text_1": "Large and Small cogs can be connected diagonally", + "create.ponder.cog_speedup.text_2": "Shifting from large to small cogs, the conveyed speed will be doubled", + "create.ponder.cog_speedup.text_3": "Shifting the opposite way, the conveyed speed will be halved", + + "create.ponder.cogwheel.header": "Relaying rotational force using Cogwheels", + "create.ponder.cogwheel.text_1": "Cogwheels will relay rotation to other adjacent cogwheels", + "create.ponder.cogwheel.text_2": "Neighbouring shafts connected like this will rotate in opposite directions", + + "create.ponder.cogwheel_casing.header": "Encasing Cogwheels", + "create.ponder.cogwheel_casing.text_1": "Brass or Andesite Casing can be used to decorate Cogwheels", + "create.ponder.cogwheel_casing.text_2": "Components added after encasing will not connect to the shaft outputs", + "create.ponder.cogwheel_casing.text_3": "The Wrench can be used to toggle connections", + + "create.ponder.contraption_controls.header": "Using Contraption Controls", + "create.ponder.contraption_controls.text_1": "Actors on moving contraptions are always active by default", + "create.ponder.contraption_controls.text_2": "Contraption Controls can be used to toggle them on the fly", + "create.ponder.contraption_controls.text_3": "They can be attached anywhere on the contraption", + "create.ponder.contraption_controls.text_4": "While disassembled, the filter can be changed to target specific types of actors", + "create.ponder.contraption_controls.text_5": "If it is redstone-activated during assembly...", + "create.ponder.contraption_controls.text_6": "...targeted actors will be turned off from the start", + + "create.ponder.creative_fluid_tank.header": "Creative Fluid Tanks", + "create.ponder.creative_fluid_tank.text_1": "Creative Fluid Tanks can be used to provide a bottomless supply of fluid", + "create.ponder.creative_fluid_tank.text_2": "Right-Click with a fluid containing item to configure it", + "create.ponder.creative_fluid_tank.text_3": "Pipe Networks can now endlessly draw the assigned fluid from the tank", + "create.ponder.creative_fluid_tank.text_4": "Any Fluids pushed back into a Creative Fluid Tank will be voided", + + "create.ponder.creative_motor.header": "Generating Rotational Force using Creative Motors", + "create.ponder.creative_motor.text_1": "Creative motors are a compact and configurable source of Rotational Force", + "create.ponder.creative_motor.text_2": "The generated speed can be configured on its input panels", + + "create.ponder.creative_motor_mojang.header": "Mojang's Enigma", + + "create.ponder.crushing_wheels.header": "Processing Items with Crushing Wheels", + "create.ponder.crushing_wheels.text_1": "A pair of Crushing Wheels can grind items very effectively", + "create.ponder.crushing_wheels.text_2": "Their Rotational Input has to make them spin into each other", + "create.ponder.crushing_wheels.text_3": "Items thrown or inserted into the top will get processed", + "create.ponder.crushing_wheels.text_4": "Items can be inserted and picked up through automated means as well", + + "create.ponder.deployer.header": "Using the Deployer", + "create.ponder.deployer.text_1": "Given Rotational Force, a Deployer can imitate player interactions", + "create.ponder.deployer.text_10": "Right-click the front to give it an Item to use", + "create.ponder.deployer.text_11": "Items can also be inserted automatically", + "create.ponder.deployer.text_12": "Deployers carry a filter slot", + "create.ponder.deployer.text_13": "When a filter is set, it activates only while holding a matching item", + "create.ponder.deployer.text_14": "Only items matching the filter can now be inserted...", + "create.ponder.deployer.text_15": "...and only non-matching items will be extracted", + "create.ponder.deployer.text_2": "It will always interact with the position 2 blocks in front of itself", + "create.ponder.deployer.text_3": "Blocks directly in front will not obstruct it", + "create.ponder.deployer.text_4": "Deployers can:", + "create.ponder.deployer.text_5": "Place Blocks,", + "create.ponder.deployer.text_6": "Use Items,", + "create.ponder.deployer.text_7": "Activate Blocks,", + "create.ponder.deployer.text_8": "Harvest blocks", + "create.ponder.deployer.text_9": "and Attack Mobs", + + "create.ponder.deployer_contraption.header": "Using Deployers on Contraptions", + "create.ponder.deployer_contraption.text_1": "Whenever Deployers are moved as part of an animated Contraption...", + "create.ponder.deployer_contraption.text_2": "They activate at each visited location, using items from inventories anywhere on the contraption", + "create.ponder.deployer_contraption.text_3": "The Filter slot can be used to specify which items to pull", + + "create.ponder.deployer_modes.header": "Modes of the Deployer", + "create.ponder.deployer_modes.text_1": "By default, a Deployer imitates a Right-click interaction", + "create.ponder.deployer_modes.text_2": "Using a Wrench, it can be set to imitate a Left-click instead", + + "create.ponder.deployer_processing.header": "Processing Items using Deployers", + "create.ponder.deployer_processing.text_1": "With a fitting held item, Deployers can process items provided beneath them", + "create.ponder.deployer_processing.text_2": "The Input items can be dropped or placed on a Depot under the Deployer", + "create.ponder.deployer_processing.text_3": "When items are provided on a belt...", + "create.ponder.deployer_processing.text_4": "The Deployer will hold and process them automatically", + + "create.ponder.deployer_redstone.header": "Controlling Deployers with Redstone", + "create.ponder.deployer_redstone.text_1": "When powered by Redstone, Deployers will not activate", + "create.ponder.deployer_redstone.text_2": "Before stopping, the Deployer will finish any started cycles", + "create.ponder.deployer_redstone.text_3": "Thus, a negative pulse can be used to trigger exactly one activation cycle", + + "create.ponder.depot.header": "Using Depots", + "create.ponder.depot.text_1": "Depots can serve as 'stationary' belt elements", + "create.ponder.depot.text_2": "Right-Click to manually place or remove Items from it", + "create.ponder.depot.text_3": "Just like Mechanical Belts, it can provide items to processing", + "create.ponder.depot.text_4": "...as well as provide Items to Mechanical Arms", + + "create.ponder.display_board.header": "Using Display Boards", + "create.ponder.display_board.text_1": "Display Boards are a scalable alternative to the sign", + "create.ponder.display_board.text_2": "They require Rotational Force to operate", + "create.ponder.display_board.text_3": "Static text can be applied using written Clipboards", + "create.ponder.display_board.text_4": "And dynamic text through the use of Display Links", + "create.ponder.display_board.text_5": "Dyes can be applied to individual lines of the board", + "create.ponder.display_board.text_6": "Lines can be reset by clicking them with an empty hand", + + "create.ponder.display_link.header": "Setting up Display Links", + "create.ponder.display_link.text_1": "Display Links can be used to visualise dynamic information", + "create.ponder.display_link.text_2": "First, right-click the target display...", + "create.ponder.display_link.text_3": "...then attach it to the block to read from", + "create.ponder.display_link.text_4": "Open the Interface to select and configure what is sent", + "create.ponder.display_link.text_5": "The display will now receive information from the link", + "create.ponder.display_link.text_6": "Not every block can act as a source", + "create.ponder.display_link.text_7": "Each compatible block provides unique information", + "create.ponder.display_link.text_8": "The Display Link can work with several different displays", + + "create.ponder.display_link_redstone.header": "Redstone Control", + "create.ponder.display_link_redstone.text_1": "When powered by Redstone, Display Links stop sending updates", + "create.ponder.display_link_redstone.text_2": "Once unpowered, the Timer is reset and new info is sent immediately", + "create.ponder.display_link_redstone.text_3": "Signals emitted from the source do not affect the Link", + + "create.ponder.elevator_pulley.header": "Using the Elevator Pulley", + "create.ponder.elevator_pulley.text_1": "Elevator Pulleys can move structures vertically between marked locations", + "create.ponder.elevator_pulley.text_10": "Any redstone contact sharing this column will be converted", + "create.ponder.elevator_pulley.text_11": "Supply a redstone pulse to call the elevator to the contact", + "create.ponder.elevator_pulley.text_12": "The movement speed depends on the rotation input on the pulley", + "create.ponder.elevator_pulley.text_13": "Scroll and click on the controls block to choose a floor while on-board", + "create.ponder.elevator_pulley.text_14": "Right-Clicking the assembled pulley will turn the cabin back into blocks", + "create.ponder.elevator_pulley.text_15": "Sliding doors attached to the cabin will open and close automatically", + "create.ponder.elevator_pulley.text_16": "Elevator Contacts emit a signal while the cabin is on their floor", + "create.ponder.elevator_pulley.text_17": "This can be useful to trigger doors or special effects upon arrival", + "create.ponder.elevator_pulley.text_18": "Display Links on any of the contacts can show the current floor of the elevator", + "create.ponder.elevator_pulley.text_2": "Start by constructing a cabin", + "create.ponder.elevator_pulley.text_3": "Place a pair of Redstone Contacts facing each other...", + "create.ponder.elevator_pulley.text_4": "...and glue one of them to your moving structure", + "create.ponder.elevator_pulley.text_5": "Contraption Controls can be attached to make floor selection easier", + "create.ponder.elevator_pulley.text_6": "Ensure that the pulley is supplied with Rotational Power", + "create.ponder.elevator_pulley.text_7": "Right-Clicking the pulley assembles the elevator", + "create.ponder.elevator_pulley.text_8": "The stationary contact now turns into an Elevator Contact", + "create.ponder.elevator_pulley.text_9": "Elevator Contacts represent a 'floor' and can be configured", + + "create.ponder.elevator_pulley_multi_rope.header": "Synchronised Pulley Movement", + "create.ponder.elevator_pulley_multi_rope.text_1": "Whenever a pulley assembles a contraption...", + "create.ponder.elevator_pulley_multi_rope.text_2": "...other pulleys on the same layer will connect to the structure", + "create.ponder.elevator_pulley_multi_rope.text_3": "They do not require to be powered, the effect is purely cosmetic", + + "create.ponder.empty_blaze_burner.header": "Using Empty Blaze Burners", + "create.ponder.empty_blaze_burner.text_1": "Right-click a Blaze with the empty burner to capture it", + "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": "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", + "create.ponder.encased_fluid_pipe.text_2": "Aside from being conceiled, Encased Pipes are locked into their connectivity state", + "create.ponder.encased_fluid_pipe.text_3": "It will no longer react to any neighbouring blocks being added or removed", + + "create.ponder.fan_direction.header": "Air flow of Encased Fans", + "create.ponder.fan_direction.text_1": "Encased Fans use Rotational Force to create an Air Current", + "create.ponder.fan_direction.text_2": "Strength and Direction of Flow depends on the Rotational Input", + + "create.ponder.fan_processing.header": "Processing Items using Encased Fans", + "create.ponder.fan_processing.text_1": "When passing through lava, the Air Flow becomes Heated", + "create.ponder.fan_processing.text_2": "Items caught in the area will be smelted", + "create.ponder.fan_processing.text_3": "Food items thrown here would be incinerated", + "create.ponder.fan_processing.text_4": "Instead, a setup for Smoking using Fire should be used for them", + "create.ponder.fan_processing.text_5": "Air Flows passing through water create a Washing Setup", + "create.ponder.fan_processing.text_6": "Some interesting new processing can be done with it", + "create.ponder.fan_processing.text_7": "The Speed of the Fan does NOT affect the processing speed, only its range", + "create.ponder.fan_processing.text_8": "Fan Processing can also be applied to Items on Depots and Belts", + + "create.ponder.fluid_pipe_flow.header": "Moving Fluids using Copper Pipes", + "create.ponder.fluid_pipe_flow.text_1": "Fluid Pipes can connect two or more fluid sources and targets", + "create.ponder.fluid_pipe_flow.text_2": "Using a wrench, a straight pipe segment can be given a window", + "create.ponder.fluid_pipe_flow.text_3": "Windowed pipes will not connect to any other adjacent pipe segments", + "create.ponder.fluid_pipe_flow.text_4": "Powered by Mechanical Pumps, the Pipes can transport Fluids", + "create.ponder.fluid_pipe_flow.text_5": "No fluid is being extracted at first", + "create.ponder.fluid_pipe_flow.text_6": "Once the flow connects them, the endpoints gradually transfer their contents", + "create.ponder.fluid_pipe_flow.text_7": "Thus, the Pipe blocks themselves never 'physically' contain any fluid", + + "create.ponder.fluid_pipe_interaction.header": "Draining and Filling fluid containers", + "create.ponder.fluid_pipe_interaction.text_1": "Endpoints of a pipe network can interact with a variety of blocks", + "create.ponder.fluid_pipe_interaction.text_2": "Any block with fluid storage capabilities can be filled or drained", + "create.ponder.fluid_pipe_interaction.text_3": "Source blocks right in front of an open end can be picked up...", + "create.ponder.fluid_pipe_interaction.text_4": "...while spilling into empty spaces can create fluid sources", + "create.ponder.fluid_pipe_interaction.text_5": "Pipes can also extract fluids from a handful of other blocks directly", + + "create.ponder.fluid_tank_sizes.header": "Dimensions of a Fluid tank", + "create.ponder.fluid_tank_sizes.text_1": "Fluid Tanks can be combined to increase the total capacity", + "create.ponder.fluid_tank_sizes.text_2": "Their base square can be up to 3 blocks wide...", + "create.ponder.fluid_tank_sizes.text_3": "...and grow in height by more than 30 additional layers", + "create.ponder.fluid_tank_sizes.text_4": "Using a Wrench, a tanks' window can be toggled", + + "create.ponder.fluid_tank_storage.header": "Storing Fluids in Fluid Tanks", + "create.ponder.fluid_tank_storage.text_1": "Fluid Tanks can be used to store large amounts of fluid", + "create.ponder.fluid_tank_storage.text_2": "Pipe networks can push and pull fluids from any side", + "create.ponder.fluid_tank_storage.text_3": "The contained fluid can be measured by a Comparator", + "create.ponder.fluid_tank_storage.text_4": "However, in Survival Mode Fluids cannot be added or taken manually", + "create.ponder.fluid_tank_storage.text_5": "You can use Basins, Item Drains and Spouts to drain or fill fluid containing items", + + "create.ponder.funnel_compat.header": "Funnel compatibility", + "create.ponder.funnel_compat.text_1": "Funnels should also interact nicely with a handful of other components.", + "create.ponder.funnel_compat.text_2": "Vertical Saws", + "create.ponder.funnel_compat.text_3": "Depots", + "create.ponder.funnel_compat.text_4": "Item Drains", + + "create.ponder.funnel_direction.header": "Direction of Transfer", + "create.ponder.funnel_direction.text_1": "Placed normally, it pulls items from the inventory.", + "create.ponder.funnel_direction.text_2": "Placed while sneaking, it puts items into the inventory.", + "create.ponder.funnel_direction.text_3": "Using a wrench, the funnel can be flipped after placement.", + "create.ponder.funnel_direction.text_4": "Same rules will apply for most orientations.", + "create.ponder.funnel_direction.text_5": "Funnels on belts will extract/insert depending on its movement direction.", + + "create.ponder.funnel_intro.header": "Using funnels", + "create.ponder.funnel_intro.text_1": "Funnels are ideal for transferring items from and to inventories.", + + "create.ponder.funnel_redstone.header": "Redstone control", + "create.ponder.funnel_redstone.text_1": "Redstone power will prevent any funnel from acting", + + "create.ponder.funnel_transfer.header": "Direct transfer", + "create.ponder.funnel_transfer.text_1": "Funnels cannot ever transfer between closed inventories directly.", + "create.ponder.funnel_transfer.text_2": "Chutes or Smart chutes might be more suitable for such purposes.", + "create.ponder.funnel_transfer.text_3": "Same applies for horizontal movement. A mechanical belt should help here.", + + "create.ponder.gantry_carriage.header": "Using Gantry Carriages", + "create.ponder.gantry_carriage.text_1": "Gantry Carriages can mount to and slide along a Gantry Shaft.", + "create.ponder.gantry_carriage.text_2": "Gantry setups can move attached Blocks.", + + "create.ponder.gantry_cascaded.header": "Cascaded Gantries", + "create.ponder.gantry_cascaded.text_1": "Gantry shafts attach to a carriage without the need of super glue", + "create.ponder.gantry_cascaded.text_2": "Same applies for carriages on moved Gantry Shafts", + "create.ponder.gantry_cascaded.text_3": "Thus, a gantry system can be cascaded to cover multiple axes of movement", + + "create.ponder.gantry_direction.header": "Gantry Movement Direction", + "create.ponder.gantry_direction.text_1": "Gantry Shafts can have opposite orientations", + "create.ponder.gantry_direction.text_2": "The movement direction of carriages depend on their shafts' orientation", + "create.ponder.gantry_direction.text_3": "...as well as the rotation direction of the shaft", + "create.ponder.gantry_direction.text_4": "Same rules apply for the propagated rotation", + + "create.ponder.gantry_redstone.header": "Gantry Power Propagation", + "create.ponder.gantry_redstone.text_1": "Redstone-powered gantry shafts stop moving their carriages", + "create.ponder.gantry_redstone.text_2": "Instead, its rotational force is relayed to the carriages' output shaft", + + "create.ponder.gantry_shaft.header": "Using Gantry Shafts", + "create.ponder.gantry_shaft.text_1": "Gantry Shafts form the basis of a gantry setup. Attached Carriages will move along them.", + "create.ponder.gantry_shaft.text_2": "Gantry setups can move attached Blocks.", + + "create.ponder.gearbox.header": "Relaying rotational force using Gearboxes", + "create.ponder.gearbox.text_1": "Jumping between axes of rotation can get bulky quickly", + "create.ponder.gearbox.text_2": "A gearbox is the more compact equivalent of this setup", + "create.ponder.gearbox.text_3": "Shafts around corners rotate in mirrored directions", + "create.ponder.gearbox.text_4": "Straight connections will be reversed", + + "create.ponder.gearshift.header": "Controlling rotational force using a Gearshift", + "create.ponder.gearshift.text_1": "Gearshifts will relay rotation in a straight line", + "create.ponder.gearshift.text_2": "When powered by Redstone, it reverses the transmission", + + "create.ponder.hand_crank.header": "Generating Rotational Force using Hand Cranks", + "create.ponder.hand_crank.text_1": "Hand Cranks can be used by players to apply rotational force manually", + "create.ponder.hand_crank.text_2": "Hold Right-Click to rotate it Counter-Clockwise", + "create.ponder.hand_crank.text_3": "Sneak and Hold Right-Click to rotate it Clockwise", + + "create.ponder.hose_pulley.header": "Source Filling and Draining using Hose Pulleys", + "create.ponder.hose_pulley.text_1": "Hose Pulleys can be used to fill or drain large bodies of Fluid", + "create.ponder.hose_pulley.text_2": "With the Kinetic Input, the height of the pulleys' hose can be controlled", + "create.ponder.hose_pulley.text_3": "The Pulley retracts while the input rotation is inverted", + "create.ponder.hose_pulley.text_4": "On the opposite side, pipes can be connected", + "create.ponder.hose_pulley.text_5": "Attached pipe networks can either provide fluid to the hose...", + "create.ponder.hose_pulley.text_6": "...or pull from it, draining the pool instead", + "create.ponder.hose_pulley.text_7": "Fill and Drain speed of the pulley depends entirely on the fluid networks' throughput", + + "create.ponder.hose_pulley_infinite.header": "Passively Filling and Draining large bodies of Fluid", + "create.ponder.hose_pulley_infinite.text_1": "When deploying the Hose Pulley into a large enough ocean...", + "create.ponder.hose_pulley_infinite.text_2": "It will provide/dispose fluids without affecting the source", + "create.ponder.hose_pulley_infinite.text_3": "Pipe networks can limitlessly take fluids from/to such pulleys", + + "create.ponder.hose_pulley_level.header": "Fill and Drain level of Hose Pulleys", + "create.ponder.hose_pulley_level.text_1": "While fully retracted, the Hose Pulley cannot operate", + "create.ponder.hose_pulley_level.text_2": "Draining runs from top to bottom", + "create.ponder.hose_pulley_level.text_3": "The surface level will end up just below where the hose ends", + "create.ponder.hose_pulley_level.text_4": "Filling runs from bottom to top", + "create.ponder.hose_pulley_level.text_5": "The filled pool will not grow beyond the layer above the hose end", + + "create.ponder.item_drain.header": "Emptying Fluid Containers using Item Drains", + "create.ponder.item_drain.text_1": "Item Drains can extract fluids from items", + "create.ponder.item_drain.text_2": "Right-click it to pour fluids from your held item into it", + "create.ponder.item_drain.text_3": "When items are inserted from the side...", + "create.ponder.item_drain.text_4": "...they roll across, emptying out their contained fluid", + "create.ponder.item_drain.text_5": "Pipe Networks can now pull the fluid from the drains' internal buffer", + + "create.ponder.item_vault_sizes.header": "Dimensions of an Item Vault", + "create.ponder.item_vault_sizes.text_1": "Item Vaults can be combined to increase the total capacity", + "create.ponder.item_vault_sizes.text_2": "Their base square can be up to 3 blocks wide...", + "create.ponder.item_vault_sizes.text_3": "...and grow in length up to 3x their diameter", + + "create.ponder.item_vault_storage.header": "Storing Items in Vaults", + "create.ponder.item_vault_storage.text_1": "Item Vaults can be used to store large amounts of items", + "create.ponder.item_vault_storage.text_2": "However, contents cannot be added or taken manually", + "create.ponder.item_vault_storage.text_3": "Any components for item transfer can both insert...", + "create.ponder.item_vault_storage.text_4": "...and take contents from this container", + + "create.ponder.large_cogwheel.header": "Relaying rotational force using Large Cogwheels", + "create.ponder.large_cogwheel.text_1": "Large cogwheels can connect to each other at right angles", + "create.ponder.large_cogwheel.text_2": "It will help relaying conveyed speed to other axes of rotation", + + "create.ponder.large_water_wheel.header": "Generating Rotational Force using Large Water Wheels", + "create.ponder.large_water_wheel.text_1": "Large Water Wheels draw force from adjacent Water Currents", + "create.ponder.large_water_wheel.text_2": "Covering additional sides will not improve its kinetic output further", + "create.ponder.large_water_wheel.text_3": "These rotate only at half the speed of regular water wheels...", + "create.ponder.large_water_wheel.text_4": "...but provide a substantially higher stress capacity", + "create.ponder.large_water_wheel.text_5": "Use wood planks on the wheel to change its appearance", + + "create.ponder.linear_chassis_attachment.header": "Attaching blocks using Linear Chassis", + "create.ponder.linear_chassis_attachment.text_1": "The open faces of a Linear Chassis can be made Sticky", + "create.ponder.linear_chassis_attachment.text_2": "Click again to make the opposite side sticky", + "create.ponder.linear_chassis_attachment.text_3": "Sneak and Right-Click with an empty hand to remove the slime", + "create.ponder.linear_chassis_attachment.text_4": "Stickied faces of the Linear Chassis will attach a line of blocks in front of it", + "create.ponder.linear_chassis_attachment.text_5": "Using a Wrench, a precise Range can be specified for this chassis", + "create.ponder.linear_chassis_attachment.text_6": "Holding CTRL adjusts the range of all connected Chassis Blocks", + "create.ponder.linear_chassis_attachment.text_7": "Attaching blocks to any other side requires the use of Super Glue", + "create.ponder.linear_chassis_attachment.text_8": "Using these mechanics, structures of any shape can move as a Contraption", + + "create.ponder.linear_chassis_group.header": "Moving Linear Chassis in groups", + "create.ponder.linear_chassis_group.text_1": "Linear Chassis connect to identical Chassis blocks next to them", + "create.ponder.linear_chassis_group.text_2": "When one is moved by a Contraption, the others are dragged with it", + "create.ponder.linear_chassis_group.text_3": "Chassis of a different type or facing another direction will not attach", + + "create.ponder.mechanical_arm.header": "Setting up Mechanical Arms", + "create.ponder.mechanical_arm.text_1": "Mechanical Arms have to be assigned their in- and outputs before they are placed", + "create.ponder.mechanical_arm.text_2": "Right-Click inventories while holding the Arm to assign them as Targets", + "create.ponder.mechanical_arm.text_3": "Right-Click again to toggle between Input (Blue) and Output (Orange)", + "create.ponder.mechanical_arm.text_4": "Left-Click components to remove their Selection", + "create.ponder.mechanical_arm.text_5": "Once placed, the Mechanical Arm will target the blocks selected previously", + "create.ponder.mechanical_arm.text_6": "They can have any amount of in- and outputs within their range", + "create.ponder.mechanical_arm.text_7": "However, not every type of Inventory can be interacted with directly", + "create.ponder.mechanical_arm.text_8": "Funnels and Depots can help to Bridge that gap", + + "create.ponder.mechanical_arm_filtering.header": "Filtering Outputs of the Mechanical Arm", + "create.ponder.mechanical_arm_filtering.text_1": "Inputs", + "create.ponder.mechanical_arm_filtering.text_2": "Outputs", + "create.ponder.mechanical_arm_filtering.text_3": "Sometimes it is desirable to restrict targets of the Arm by matching a filter", + "create.ponder.mechanical_arm_filtering.text_4": "Mechanical Arms by themselves do not provide any options for filtering", + "create.ponder.mechanical_arm_filtering.text_5": "Brass Funnels as Targets do however communicate their own filter to the Arm", + "create.ponder.mechanical_arm_filtering.text_6": "The Arm is smart enough not to pick up items it couldn't distribute", + + "create.ponder.mechanical_arm_modes.header": "Distribution modes of the Mechanical Arm", + "create.ponder.mechanical_arm_modes.text_1": "Input", + "create.ponder.mechanical_arm_modes.text_2": "Outputs", + "create.ponder.mechanical_arm_modes.text_3": "Whenever an Arm has to choose between multiple valid outputs...", + "create.ponder.mechanical_arm_modes.text_4": "...it will act according to its setting", + "create.ponder.mechanical_arm_modes.text_5": "The value panel will allow you to configure it", + "create.ponder.mechanical_arm_modes.text_6": "Round Robin mode simply cycles through all outputs that are available", + "create.ponder.mechanical_arm_modes.text_7": "If an output is unable to take more items, it will be skipped", + "create.ponder.mechanical_arm_modes.text_8": "Forced Round Robin mode will never skip outputs, and instead wait until they are free", + "create.ponder.mechanical_arm_modes.text_9": "Prefer First prioritizes the outputs selected earliest when configuring this Arm", + + "create.ponder.mechanical_arm_redstone.header": "Controlling Mechanical Arms with Redstone", + "create.ponder.mechanical_arm_redstone.text_1": "When powered by Redstone, Mechanical Arms will not activate", + "create.ponder.mechanical_arm_redstone.text_2": "Before stopping, it will finish any started cycles", + "create.ponder.mechanical_arm_redstone.text_3": "Thus, a negative pulse can be used to trigger exactly one activation cycle", + + "create.ponder.mechanical_bearing.header": "Movings Structures using the Mechanical Bearing", + "create.ponder.mechanical_bearing.text_1": "Mechanical Bearings attach to the block in front of them", + "create.ponder.mechanical_bearing.text_2": "Upon receiving Rotational Force, it will assemble it into a Rotating Contraption", + + "create.ponder.mechanical_crafter.header": "Setting up Mechanical Crafters", + "create.ponder.mechanical_crafter.text_1": "An array of Mechanical Crafters can be used to automate any Crafting Recipe", + "create.ponder.mechanical_crafter.text_2": "Using a Wrench, the Crafters' paths can be arranged", + "create.ponder.mechanical_crafter.text_3": "For a valid setup, all paths have to converge into one exit at any side", + "create.ponder.mechanical_crafter.text_4": "The outputs will be placed into the inventory at the exit", + "create.ponder.mechanical_crafter.text_5": "Mechanical Crafters require Rotational Force to operate", + "create.ponder.mechanical_crafter.text_6": "Right-Click the front to insert Items manually", + "create.ponder.mechanical_crafter.text_7": "Once every slot of a path contains an Item, the crafting process will begin", + "create.ponder.mechanical_crafter.text_8": "For recipes not fully occupying the crafter setup, the start can be forced using a Redstone Pulse", + + "create.ponder.mechanical_crafter_connect.header": "Connecting Inventories of Crafters", + "create.ponder.mechanical_crafter_connect.text_1": "Items can be inserted to Crafters automatically", + "create.ponder.mechanical_crafter_connect.text_2": "Using the Wrench at their backs, Mechanical Crafter inputs can be combined", + "create.ponder.mechanical_crafter_connect.text_3": "All connected Crafters can now be accessed by the same input location", + + "create.ponder.mechanical_crafter_covers.header": "Covering slots of Mechanical Crafters", + "create.ponder.mechanical_crafter_covers.text_1": "Some recipes will require additional Crafters to bridge gaps in the path", + "create.ponder.mechanical_crafter_covers.text_2": "Using Slot Covers, Crafters can be set to act as an Empty Slot in the arrangement", + "create.ponder.mechanical_crafter_covers.text_3": "Shared Inputs created with the Wrench at the back can also reach across covered Crafters", + + "create.ponder.mechanical_drill.header": "Breaking Blocks with the Mechanical Drill", + "create.ponder.mechanical_drill.text_1": "When given Rotational Force, a Mechanical Drill will break blocks directly in front of it", + "create.ponder.mechanical_drill.text_2": "Its mining speed depends on the Rotational Input", + + "create.ponder.mechanical_drill_contraption.header": "Using Mechanical Drills on Contraptions", + "create.ponder.mechanical_drill_contraption.text_1": "Whenever Drills are moved as part of an animated Contraption...", + "create.ponder.mechanical_drill_contraption.text_2": "...they will break blocks the contraption runs them into", + + "create.ponder.mechanical_harvester.header": "Using Mechanical Harvesters on Contraptions", + "create.ponder.mechanical_harvester.text_1": "Whenever Harvesters are moved as part of an animated Contraption...", + "create.ponder.mechanical_harvester.text_2": "They will harvest and reset any mature crops on their way", + + "create.ponder.mechanical_mixer.header": "Processing Items with the Mechanical Mixer", + "create.ponder.mechanical_mixer.text_1": "With a Mixer and Basin, some Crafting Recipes can be automated", + "create.ponder.mechanical_mixer.text_2": "Available recipes include any Shapeless Crafting Recipe, plus a couple extra ones", + "create.ponder.mechanical_mixer.text_3": "Some of those recipes may require the heat of a Blaze Burner", + "create.ponder.mechanical_mixer.text_4": "The filter slot can be used in case two recipes are conflicting.", + + "create.ponder.mechanical_piston.header": "Moving Structures using Mechanical Pistons", + "create.ponder.mechanical_piston.text_1": "Mechanical Pistons can move blocks in front of them", + "create.ponder.mechanical_piston.text_2": "Speed and direction of movement depend on the Rotational Input", + "create.ponder.mechanical_piston.text_3": "Sticky Mechanical Pistons can pull the attached blocks back", + + "create.ponder.mechanical_piston_modes.header": "Movement Modes of the Mechanical Piston", + "create.ponder.mechanical_piston_modes.text_1": "Whenever Pistons stop moving, the moved structure reverts to blocks", + "create.ponder.mechanical_piston_modes.text_2": "It can be configured never to revert to solid blocks, or only at the location it started at", + + "create.ponder.mechanical_plough.header": "Using Mechanical Ploughs on Contraptions", + "create.ponder.mechanical_plough.text_1": "Whenever Ploughs are moved as part of an animated Contraption...", + "create.ponder.mechanical_plough.text_2": "...they will break blocks without a solid collision hitbox", + "create.ponder.mechanical_plough.text_3": "Additionally, ploughs can create farmland", + "create.ponder.mechanical_plough.text_4": "...they can also launch entities without hurting them", + + "create.ponder.mechanical_press.header": "Processing Items with the Mechanical Press", + "create.ponder.mechanical_press.text_1": "The Mechanical Press can process items provided beneath it", + "create.ponder.mechanical_press.text_2": "The Input items can be dropped or placed on a Depot under the Press", + "create.ponder.mechanical_press.text_3": "When items are provided on a belt...", + "create.ponder.mechanical_press.text_4": "The Press will hold and process them automatically", + + "create.ponder.mechanical_press_compacting.header": "Compacting items with the Mechanical Press", + "create.ponder.mechanical_press_compacting.text_1": "Pressing items held in a Basin will cause them to be Compacted", + "create.ponder.mechanical_press_compacting.text_2": "Compacting includes any filled 2x2 or 3x3 Crafting Recipe, plus a couple extra ones", + "create.ponder.mechanical_press_compacting.text_3": "Some of those recipes may require the heat of a Blaze Burner", + "create.ponder.mechanical_press_compacting.text_4": "The filter slot can be used in case two recipes are conflicting.", + + "create.ponder.mechanical_pump_flow.header": "Fluid Transportation using Mechanical Pumps", + "create.ponder.mechanical_pump_flow.text_1": "Mechanical Pumps govern the flow of their attached pipe networks", + "create.ponder.mechanical_pump_flow.text_2": "Their arrow indicates the direction of flow", + "create.ponder.mechanical_pump_flow.text_3": "The network behind is now pulling fluids...", + "create.ponder.mechanical_pump_flow.text_4": "...while the network in front is transferring it outward", + "create.ponder.mechanical_pump_flow.text_5": "The pumps direction is unaffected by the input rotation", + "create.ponder.mechanical_pump_flow.text_6": "Instead, a Wrench can be used to reverse the direction", + + "create.ponder.mechanical_pump_speed.header": "Throughput of Mechanical Pumps", + "create.ponder.mechanical_pump_speed.text_1": "Regardless of speed, Mechanical Pumps affect pipes connected up to 16 blocks away", + "create.ponder.mechanical_pump_speed.text_2": "Speeding up the input rotation changes the speed of flow propagation...", + "create.ponder.mechanical_pump_speed.text_3": "...and the speed at which fluids are transferred", + "create.ponder.mechanical_pump_speed.text_4": "Pumps can combine their throughputs within shared pipe networks", + "create.ponder.mechanical_pump_speed.text_5": "Ensure that all of them are facing in the same direction", + + "create.ponder.mechanical_roller_fill.header": "Filling terrain with the Roller", + "create.ponder.mechanical_roller_fill.text_1": "While disassembled, rollers can be set to other modes", + "create.ponder.mechanical_roller_fill.text_2": "The 'fill' modes can help to bridge gaps between pavement and terrain", + "create.ponder.mechanical_roller_fill.text_3": "On 'straight fill', they will place simple columns down to the surface", + "create.ponder.mechanical_roller_fill.text_4": "On 'sloped fill', layers placed further down will increase in size", + "create.ponder.mechanical_roller_fill.text_5": "As opposed to 'clear & pave', neither of these modes will cause the rollers to break existing blocks", + + "create.ponder.mechanical_roller_pave.header": "Clearing and Paving with the Roller", + "create.ponder.mechanical_roller_pave.text_1": "Mechanical rollers help to clean up long tracks or paths conveniently", + "create.ponder.mechanical_roller_pave.text_2": "In its default mode, without a material set, it will simply clear blocks like a Drill", + "create.ponder.mechanical_roller_pave.text_3": "While disassembled, a suitable paving material can be specified", + "create.ponder.mechanical_roller_pave.text_4": "Materials can be supplied via chests or barrels attached to the structure", + "create.ponder.mechanical_roller_pave.text_5": "In addition to breaking blocks, it will now replace the layer beneath them", + "create.ponder.mechanical_roller_pave.text_6": "Note that any block destroyed by a roller has a chance not to yield drops", + "create.ponder.mechanical_roller_pave.text_7": "Rollers are especially useful on Trains, but can also be used on most other types of moving contraptions", + + "create.ponder.mechanical_saw_breaker.header": "Cutting Trees with the Mechanical Saw", + "create.ponder.mechanical_saw_breaker.text_1": "When given Rotational Force, a Mechanical Saw will cut trees directly in front of it", + "create.ponder.mechanical_saw_breaker.text_2": "In order to cut the tree fully, the Saw has to break the last block connecting it to the ground", + + "create.ponder.mechanical_saw_contraption.header": "Using Mechanical Saws on Contraptions", + "create.ponder.mechanical_saw_contraption.text_1": "Whenever Saws are moved as part of an animated Contraption...", + "create.ponder.mechanical_saw_contraption.text_2": "...they will cut any trees the contraption runs them into", + + "create.ponder.mechanical_saw_processing.header": "Processing Items on the Mechanical Saw", + "create.ponder.mechanical_saw_processing.text_1": "Upward facing Mechanical Saws can process a variety of items", + "create.ponder.mechanical_saw_processing.text_2": "The processed item always moves against the rotational input to the saw", + "create.ponder.mechanical_saw_processing.text_3": "Saws can work in-line with Mechanical Belts", + "create.ponder.mechanical_saw_processing.text_4": "When an ingredient has multiple possible outcomes, the filter slot can specify it", + "create.ponder.mechanical_saw_processing.text_5": "Without filter, the Saw would cycle through all outcomes instead", + + "create.ponder.millstone.header": "Processing Items in the Millstone", + "create.ponder.millstone.text_1": "Millstones process items by grinding them", + "create.ponder.millstone.text_2": "They can be powered from the side using cogwheels", + "create.ponder.millstone.text_3": "Throw or Insert items at the top", + "create.ponder.millstone.text_4": "After some time, the result can be obtained via Right-click", + "create.ponder.millstone.text_5": "The outputs can also be extracted by automation", + + "create.ponder.nixie_tube.header": "Using Nixie Tubes", + "create.ponder.nixie_tube.text_1": "When powered by Redstone, Nixie Tubes will display the signal strength", + "create.ponder.nixie_tube.text_2": "Using written Clipboards, 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", + "create.ponder.piston_pole.text_2": "The Length of pole added at its back determines the Extension Range", + + "create.ponder.portable_fluid_interface.header": "Contraption Fluid Exchange", + "create.ponder.portable_fluid_interface.text_1": "Fluid Tanks on moving contraptions cannot be accessed by any pipes", + "create.ponder.portable_fluid_interface.text_2": "This component can interact with fluid tanks without the need to stop the contraption", + "create.ponder.portable_fluid_interface.text_3": "Place a second one with a gap of 1 or 2 blocks inbetween", + "create.ponder.portable_fluid_interface.text_4": "Whenever they pass by each other, they will engage in a connection", + "create.ponder.portable_fluid_interface.text_5": "While engaged, the stationary interface will represent ALL Tanks on the contraption", + "create.ponder.portable_fluid_interface.text_6": "Fluid can now be inserted...", + "create.ponder.portable_fluid_interface.text_7": "...or extracted from the contraption", + "create.ponder.portable_fluid_interface.text_8": "After no contents have been exchanged for a while, the contraption will continue on its way", + + "create.ponder.portable_storage_interface.header": "Contraption Storage Exchange", + "create.ponder.portable_storage_interface.text_1": "Moving inventories can be tricky to access with automation.", + "create.ponder.portable_storage_interface.text_2": "This component can interact with storage without the need to stop the contraption.", + "create.ponder.portable_storage_interface.text_3": "Place a second one with a gap of 1 or 2 blocks inbetween", + "create.ponder.portable_storage_interface.text_4": "Whenever they pass by each other, they will engage in a connection", + "create.ponder.portable_storage_interface.text_5": "While engaged, the stationary interface will represent ALL inventories on the contraption", + "create.ponder.portable_storage_interface.text_6": "Items can now be inserted...", + "create.ponder.portable_storage_interface.text_7": "...or extracted from the contraption", + "create.ponder.portable_storage_interface.text_8": "After no items have been exchanged for a while, the contraption will continue on its way", + + "create.ponder.portable_storage_interface_redstone.header": "Redstone Control", + "create.ponder.portable_storage_interface_redstone.text_1": "Redstone power will prevent the stationary interface from engaging", + + "create.ponder.powered_latch.header": "Controlling signals using the Powered Latch", + "create.ponder.powered_latch.text_1": "Powered Latches are redstone controllable Levers", + "create.ponder.powered_latch.text_2": "Signals at the back switch it on", + "create.ponder.powered_latch.text_3": "Signals from the side switch it back off", + "create.ponder.powered_latch.text_4": "Powered latches can also be toggled manually", + + "create.ponder.powered_toggle_latch.header": "Controlling signals using the Powered Toggle Latch", + "create.ponder.powered_toggle_latch.text_1": "Powered Toggle Latches are redstone controllable Levers", + "create.ponder.powered_toggle_latch.text_2": "Signals at the back will toggle its state", + "create.ponder.powered_toggle_latch.text_3": "...on and back off", + "create.ponder.powered_toggle_latch.text_4": "Powered toggle latches can also be toggled manually", + + "create.ponder.pulse_extender.header": "Controlling signals using Pulse Extenders", + "create.ponder.pulse_extender.text_1": "Pulse Extenders can lengthen a signal passing through", + "create.ponder.pulse_extender.text_2": "They activate after a short delay...", + "create.ponder.pulse_extender.text_3": "...and cool down for the configured duration", + "create.ponder.pulse_extender.text_4": "Using the value panel, the discharge time can be configured", + "create.ponder.pulse_extender.text_5": "The configured duration can range up to an hour", + + "create.ponder.pulse_repeater.header": "Controlling signals using Pulse Repeaters", + "create.ponder.pulse_repeater.text_1": "Pulse Repeaters emit a short pulse after a delay", + "create.ponder.pulse_repeater.text_2": "Using the value panel, the charge time can be configured", + "create.ponder.pulse_repeater.text_3": "Configured delays can range up to an hour", + + "create.ponder.radial_chassis.header": "Attaching blocks using Radial Chassis", + "create.ponder.radial_chassis.text_1": "Radial Chassis connect to identical Chassis blocks in a row", + "create.ponder.radial_chassis.text_2": "When one is moved by a Contraption, the others are dragged with it", + "create.ponder.radial_chassis.text_3": "The side faces of a Radial Chassis can be made Sticky", + "create.ponder.radial_chassis.text_4": "Click again to make all other sides sticky", + "create.ponder.radial_chassis.text_5": "Sneak and Right-Click with an empty hand to remove the slime", + "create.ponder.radial_chassis.text_6": "Whenever a Block is next to a sticky face...", + "create.ponder.radial_chassis.text_7": "...it will attach all reachable blocks within a radius on that layer", + "create.ponder.radial_chassis.text_8": "Using a Wrench, a precise Radius can be specified for this chassis", + "create.ponder.radial_chassis.text_9": "Blocks not reachable by any sticky face will not attach", + + "create.ponder.redstone_contact.header": "Redstone Contacts", + "create.ponder.redstone_contact.text_1": "Redstone Contacts facing each other will emit a redstone signal", + "create.ponder.redstone_contact.text_2": "This still applies when one of them is part of a moving Contraption", + + "create.ponder.redstone_link.header": "Using Redstone Links", + "create.ponder.redstone_link.text_1": "Redstone Links can transmit redstone signals wirelessly", + "create.ponder.redstone_link.text_2": "Right-click while Sneaking to toggle receive mode", + "create.ponder.redstone_link.text_3": "A simple Right-click with a Wrench can do the same", + "create.ponder.redstone_link.text_4": "Receivers emit the redstone power of transmitters within 128 blocks", + "create.ponder.redstone_link.text_5": "Placing items in the two slots can specify a Frequency", + "create.ponder.redstone_link.text_6": "Only the links with matching Frequencies will communicate", + + "create.ponder.rope_pulley.header": "Moving Structures using Rope Pulleys", + "create.ponder.rope_pulley.text_1": "Rope Pulleys can move blocks vertically when given Rotational Force", + "create.ponder.rope_pulley.text_2": "Direction and Speed of movement depend on the Rotational Input", + + "create.ponder.rope_pulley_attachment.header": "Moving Pulleys as part of a Contraption", + "create.ponder.rope_pulley_attachment.text_1": "Whenever Pulleys are themselves being moved by a Contraption...", + "create.ponder.rope_pulley_attachment.text_2": "...its attached structure will be dragged with it", + "create.ponder.rope_pulley_attachment.text_3": "Mind that pulleys are only movable while stopped", + + "create.ponder.rope_pulley_modes.header": "Movement Modes of the Rope Pulley", + "create.ponder.rope_pulley_modes.text_1": "Whenever Pulleys stop moving, the moved structure reverts to blocks", + "create.ponder.rope_pulley_modes.text_2": "It can be configured never to revert to solid blocks, or only at the location it started at", + + "create.ponder.rope_pulley_multi_rope.header": "Synchronised Pulley Movement", + "create.ponder.rope_pulley_multi_rope.text_1": "Whenever a pulley assembles a contraption...", + "create.ponder.rope_pulley_multi_rope.text_2": "...other pulleys on the same layer will connect to the structure", + "create.ponder.rope_pulley_multi_rope.text_3": "They do not require to be powered, the effect is purely cosmetic", + + "create.ponder.rose_quartz_lamp.header": "Rose Quartz Lamps", + "create.ponder.rose_quartz_lamp.text_1": "Rose Quartz Lamps activate on a Redstone signal", + "create.ponder.rose_quartz_lamp.text_2": "They will continue to emit redstone power afterwards", + "create.ponder.rose_quartz_lamp.text_3": "When multiple lamps are arranged in a group...", + "create.ponder.rose_quartz_lamp.text_4": "...activating a Lamp will focus the signal to it, deactivating all others", + "create.ponder.rose_quartz_lamp.text_5": "Comparators output based on the distance to a powered lamp", + "create.ponder.rose_quartz_lamp.text_6": "The Lamps can also be toggled manually using a Wrench", + + "create.ponder.rotation_speed_controller.header": "Using the Rotational Speed Controller", + "create.ponder.rotation_speed_controller.text_1": "Rot. Speed Controllers relay rotation from their axis to a Large Cogwheel above them", + "create.ponder.rotation_speed_controller.text_2": "Using the value panel on its side, the conveyed speed can be configured", + + "create.ponder.sail.header": "Assembling Windmills using Sails", + "create.ponder.sail.text_1": "Sails are handy blocks to create Windmills with", + "create.ponder.sail.text_2": "They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", + "create.ponder.sail.text_3": "Right-Click with Dye to paint them", + "create.ponder.sail.text_4": "Right-Click with Shears to turn them back into frames", + + "create.ponder.sail_frame.header": "Assembling Windmills using Sail Frames", + "create.ponder.sail_frame.text_1": "Sail Frames are handy blocks to create Windmills with", + "create.ponder.sail_frame.text_2": "They will attach to blocks and each other without the need of Super Glue or Chassis Blocks", + + "create.ponder.sequenced_gearshift.header": "Controlling Rotational Speed using Sequenced Gearshifts", + "create.ponder.sequenced_gearshift.text_1": "Seq. Gearshifts relay rotation by following a timed list of instructions", + "create.ponder.sequenced_gearshift.text_2": "Right-click it to open the Configuration UI", + "create.ponder.sequenced_gearshift.text_3": "Upon receiving a Redstone Signal, it will start running its configured sequence", + "create.ponder.sequenced_gearshift.text_4": "Once finished, it waits for the next Redstone Signal and starts over", + "create.ponder.sequenced_gearshift.text_5": "A redstone comparator can be used to read the current progress", + + "create.ponder.shaft.header": "Relaying rotational force using Shafts", + "create.ponder.shaft.text_1": "Shafts will relay rotation in a straight line.", + + "create.ponder.shaft_casing.header": "Encasing Shafts", + "create.ponder.shaft_casing.text_1": "Brass or Andesite Casing can be used to decorate Shafts", + + "create.ponder.smart_chute.header": "Filtering Items using Smart Chutes", + "create.ponder.smart_chute.text_1": "Smart Chutes are vertical chutes with additional control", + "create.ponder.smart_chute.text_2": "Items in the filter slot specify what to extract or transfer", + "create.ponder.smart_chute.text_3": "Use the value panel to specify the extracted stack size", + "create.ponder.smart_chute.text_4": "Redstone power will prevent Smart Chutes from acting.", + + "create.ponder.smart_observer.header": "Advanced detection with Smart Observers", + "create.ponder.smart_observer.text_1": "Smart Observers can be used detect a variety of events", + "create.ponder.smart_observer.text_2": "It can detect items or fluids inside of generic containers", + "create.ponder.smart_observer.text_3": "The filter slot can be used to look for specific contents only", + "create.ponder.smart_observer.text_4": "It also activates when the block itself matches the filter", + "create.ponder.smart_observer.text_5": "Additionally, smart observers can monitor belts, chutes and pipes", + "create.ponder.smart_observer.text_6": "...and will emit a pulse, if an item enters or exits a funnel", + + "create.ponder.smart_pipe.header": "Controlling Fluid flow using Smart Pipes", + "create.ponder.smart_pipe.text_1": "Smart pipes can help control flows by fluid type", + "create.ponder.smart_pipe.text_2": "When placed directly at the source, they can specify the type of fluid to extract", + "create.ponder.smart_pipe.text_3": "Simply Right-Click their filter slot with any item containing the desired fluid", + "create.ponder.smart_pipe.text_4": "When placed further down a pipe network, smart pipes will only let matching fluids continue", + + "create.ponder.speedometer.header": "Monitoring Kinetic information using the Speedometer", + "create.ponder.speedometer.text_1": "The Speedometer displays the current Speed of attached components", + "create.ponder.speedometer.text_2": "When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", + "create.ponder.speedometer.text_3": "Comparators can emit analog Restone Signals relative to the Speedometer's measurements", + + "create.ponder.spout_filling.header": "Filling Items using a Spout", + "create.ponder.spout_filling.text_1": "The Spout can fill fluid holding items provided beneath it", + "create.ponder.spout_filling.text_2": "The content of a Spout cannot be accessed manually", + "create.ponder.spout_filling.text_3": "Instead, Pipes can be used to supply it with fluids", + "create.ponder.spout_filling.text_4": "The Input items can be placed on a Depot under the Spout", + "create.ponder.spout_filling.text_5": "When items are provided on a belt...", + "create.ponder.spout_filling.text_6": "The Spout will hold and process them automatically", + + "create.ponder.stabilized_bearings.header": "Stabilized Contraptions", + "create.ponder.stabilized_bearings.text_1": "Whenever Mechanical Bearings are themselves part of a moving Structure..", + "create.ponder.stabilized_bearings.text_2": "..they will attempt to keep themselves upright", + "create.ponder.stabilized_bearings.text_3": "Once again, the bearing will attach to the block in front of it", + "create.ponder.stabilized_bearings.text_4": "As a result, the entire sub-Contraption will stay upright", + + "create.ponder.steam_engine.header": "Setting up Steam Engines", + "create.ponder.steam_engine.text_1": "Steam Engines can be placed on a Fluid Tank", + "create.ponder.steam_engine.text_10": "Lvl 4", + "create.ponder.steam_engine.text_11": "4 Engines", + "create.ponder.steam_engine.text_12": "Lvl 8", + "create.ponder.steam_engine.text_13": "8 Engines", + "create.ponder.steam_engine.text_2": "Clicking the engine with a Shaft creates the Kinetic Output", + "create.ponder.steam_engine.text_3": "With sufficient Heat, Water and Boiler space...", + "create.ponder.steam_engine.text_4": "...they will generate Rotational Force", + "create.ponder.steam_engine.text_5": "The minimal setup requires 4 Fluid Tanks", + "create.ponder.steam_engine.text_6": "With the help of Blaze Burners, the power output can be increased", + "create.ponder.steam_engine.text_7": "Higher power levels require more Water, Size and Heat", + "create.ponder.steam_engine.text_8": "The boiler's current power level can be inspected with Engineer's Goggles", + "create.ponder.steam_engine.text_9": "With each added power level, an additional Engine can output at full capacity", + + "create.ponder.steam_whistle.header": "Setting up Steam Whistles", + "create.ponder.steam_whistle.text_1": "Steam Whistles can be placed on a Fluid Tank", + "create.ponder.steam_whistle.text_2": "If the tank receives sufficient heat...", + "create.ponder.steam_whistle.text_3": "...the Whistle will play a note when activated", + "create.ponder.steam_whistle.text_4": "Use a Whistle item on the block to lower its pitch", + "create.ponder.steam_whistle.text_5": "Cycle between three different octaves using a Wrench", + "create.ponder.steam_whistle.text_6": "Engineer's Goggles can help to find out the current pitch of a Whistle", + + "create.ponder.sticker.header": "Attaching blocks using the Sticker", + "create.ponder.sticker.text_1": "Stickers are ideal for Redstone-controlled block attachment", + "create.ponder.sticker.text_2": "Upon receiving a signal, it will toggle its state", + "create.ponder.sticker.text_3": "If it is now moved in a contraption, the block will move with it", + "create.ponder.sticker.text_4": "Toggled once again, the block is no longer attached", + + "create.ponder.stressometer.header": "Monitoring Kinetic information using the Stressometer", + "create.ponder.stressometer.text_1": "The Stressometer displays the current Stress Capacity of the attached kinetic network", + "create.ponder.stressometer.text_2": "When wearing Engineers' Goggles, the player can get more detailed information from the Gauge", + "create.ponder.stressometer.text_3": "Comparators can emit analog Restone Signals relative to the Stressometer's measurements", + + "create.ponder.super_glue.header": "Attaching blocks using Super Glue", + "create.ponder.super_glue.text_1": "Super Glue groups blocks together into moving contraptions", + "create.ponder.super_glue.text_2": "Clicking two endpoints creates a new 'glued' area", + "create.ponder.super_glue.text_3": "To remove a box, punch it with the glue item in hand", + "create.ponder.super_glue.text_4": "Adjacent blocks sharing an area will pull each other along", + "create.ponder.super_glue.text_5": "Overlapping glue volumes will move together", + "create.ponder.super_glue.text_6": "Blocks hanging on others usually do not require glue", + + "create.ponder.threshold_switch.header": "Monitoring with the Threshold Switch", + "create.ponder.threshold_switch.text_1": "Threshold Switches monitor the fill level of containers", + "create.ponder.threshold_switch.text_2": "When the inventory content exceeds the upper threshold...", + "create.ponder.threshold_switch.text_3": "...the switch will change its redstone output", + "create.ponder.threshold_switch.text_4": "The signal stays until the lower threshold is reached", + "create.ponder.threshold_switch.text_5": "The redstone output can now be used to control item supply, keeping the buffer filled", + "create.ponder.threshold_switch.text_6": "The specific thresholds can be changed in the UI", + "create.ponder.threshold_switch.text_7": "A filter can help to only count specific contents toward the total", + "create.ponder.threshold_switch.text_8": "Fluid buffers can be monitored in a similar fashion", + "create.ponder.threshold_switch.text_9": "...as well as, curiously, the length of an extended rope pulley", + + "create.ponder.track_chunks.header": "Traversing unloaded Chunks", + "create.ponder.track_chunks.text_1": "Tracks stay functional outside of loaded chunks", + "create.ponder.track_chunks.text_2": "Trains will travel through inactive sections of the world without issue", + "create.ponder.track_chunks.text_3": "They will still stop at stations or red signals", + "create.ponder.track_chunks.text_4": "However, Drills and other on-board machines will not operate", + "create.ponder.track_chunks.text_5": "Once near a Player, the train will re-appear", + + "create.ponder.track_observer.header": "Detecting Trains", + "create.ponder.track_observer.text_1": "Select a Train Track then place the Observer nearby", + "create.ponder.track_observer.text_2": "The Observer will detect any Trains passing over the marker", + "create.ponder.track_observer.text_3": "Observers can be filtered to activate for matching cargo", + + "create.ponder.track_placement.header": "Placing Train Tracks", + "create.ponder.track_placement.text_1": "A new type of rail designed for Train Contraptions", + "create.ponder.track_placement.text_2": "To place rows of track in bulk, click on an existing track", + "create.ponder.track_placement.text_3": "Then place or select a second track", + "create.ponder.track_placement.text_4": "Tracks can also be placed as turns or slopes", + "create.ponder.track_placement.text_5": "When connecting, tracks will try to make each turn equally sized", + "create.ponder.track_placement.text_6": "Holding the sprint key while connecting...", + "create.ponder.track_placement.text_7": "...will create the longest fitting bend instead", + "create.ponder.track_placement.text_8": "Materials in the off-hand will be paved under tracks automatically", + + "create.ponder.track_portal.header": "Tracks and the Nether", + "create.ponder.track_portal.text_1": "Tracks placed up against a nether portal...", + "create.ponder.track_portal.text_2": "...will attempt to create a paired track on the other side", + "create.ponder.track_portal.text_3": "Trains on this track are now able to travel across dimensions", + + "create.ponder.train_assembly.header": "Assembling Trains", + "create.ponder.train_assembly.text_1": "Select a Train Track then place the Station nearby", + "create.ponder.train_assembly.text_10": "Every Train requires Train Controls on board", + "create.ponder.train_assembly.text_11": "An optional second one allows departure from Stations in both directions", + "create.ponder.train_assembly.text_12": "Open the Station UI and confirm the Assembly process", + "create.ponder.train_assembly.text_13": "Trains can be disassembled back into blocks at stations only", + "create.ponder.train_assembly.text_14": "When used on a station, maps will add a labeled marker at the location", + "create.ponder.train_assembly.text_15": "Assembled Trains can be relocated to nearby Tracks using the Wrench", + "create.ponder.train_assembly.text_2": "Stations are the Waypoints of your Track Network", + "create.ponder.train_assembly.text_3": "To create a new Train, open the UI and switch to Assembly Mode", + "create.ponder.train_assembly.text_4": "During Assembly no scheduled trains will approach this station", + "create.ponder.train_assembly.text_5": "Create new bogeys by using Train Casing on Tracks", + "create.ponder.train_assembly.text_6": "Click the track again to cycle between bogey designs", + "create.ponder.train_assembly.text_7": "Attach blocks with the help of Super Glue", + "create.ponder.train_assembly.text_8": "Assembled Trains will move faster if they can find fuel in assembled chests or barrels", + "create.ponder.train_assembly.text_9": "Fuel stored in Vaults will not be consumed by the train", + + "create.ponder.train_controls.header": "Controlling Trains", + "create.ponder.train_controls.text_1": "Train Controls are required on every train contraption", + "create.ponder.train_controls.text_2": "Once assembled, right-click the block to start driving", + "create.ponder.train_controls.text_3": "Accelerate and steer the Train using movement keybinds", + "create.ponder.train_controls.text_4": "If desired, the top speed can be fine-tuned using the mouse wheel", + "create.ponder.train_controls.text_5": "Hold space to approach a nearby Station", + "create.ponder.train_controls.text_6": "Trains can only be disassembled back into blocks at Stations", + "create.ponder.train_controls.text_7": "Assembled Whistles can be activated with the sprint key", + "create.ponder.train_controls.text_8": "Sneak or click again to stop controlling the Train", + + "create.ponder.train_schedule.header": "Using Train Schedules", + "create.ponder.train_schedule.text_1": "Schedules allow Trains to be controlled by other Drivers", + "create.ponder.train_schedule.text_2": "Right-click with the item in hand to open its Interface", + "create.ponder.train_schedule.text_3": "Once programmed, the Schedule can be handed off to a Train Driver", + "create.ponder.train_schedule.text_4": "Any mob or blaze burner sitting in front of Train Controls is an eligible conductor", + "create.ponder.train_schedule.text_5": "Creatures on a lead can be given their seat more conveniently", + "create.ponder.train_schedule.text_6": "Schedules can be retrieved from Drivers at any moment", + + "create.ponder.train_signal_placement.header": "Placing Train Signals", + "create.ponder.train_signal_placement.text_1": "Select a Train Track then place the Signal nearby", + "create.ponder.train_signal_placement.text_2": "Signals control the flow of Trains not driven by players", + "create.ponder.train_signal_placement.text_3": "Scheduled Trains will never cross signals in the opposite direction", + "create.ponder.train_signal_placement.text_4": "...unless a second signal is added facing the opposite way.", + "create.ponder.train_signal_placement.text_5": "Nixie tubes can be attached to make a signal's lights more visible", + + "create.ponder.train_signal_redstone.header": "Signals & Redstone", + "create.ponder.train_signal_redstone.text_1": "Signals can be forced red by a redstone signal", + "create.ponder.train_signal_redstone.text_2": "Conversely, red signals emit a comparator output", + + "create.ponder.train_signal_signaling.header": "Collision Prevention with Signals", + "create.ponder.train_signal_signaling.text_1": "Train Signals divide a track into segments", + "create.ponder.train_signal_signaling.text_2": "If a Segment is occupied, no other Trains will be allowed entry", + "create.ponder.train_signal_signaling.text_3": "Thus, each Segment will contain only one Train at a time", + "create.ponder.train_signal_signaling.text_4": "A second Signal mode is available via the Wrench", + "create.ponder.train_signal_signaling.text_5": "Segments of a brass signal usually lead into standard signals", + "create.ponder.train_signal_signaling.text_6": "This special Signal can stop trains under a second condition", + "create.ponder.train_signal_signaling.text_7": "It will stop Trains, which, upon entering...", + "create.ponder.train_signal_signaling.text_8": "...would not be able to leave the Segment immediately", + "create.ponder.train_signal_signaling.text_9": "This helps keeping queued Trains out of a busy Segment", + + "create.ponder.valve_handle.header": "Precise rotation using Valve Handles", + "create.ponder.valve_handle.text_1": "Valve handles can be used to rotate components by a precise angle", + "create.ponder.valve_handle.text_2": "The angle can be configured on the input panel", + "create.ponder.valve_handle.text_3": "Right-Click to activate one rotation", + "create.ponder.valve_handle.text_4": "Sneak-Right-Click to activate it in the opposite direction", + "create.ponder.valve_handle.text_5": "Mind that Bearings have to be specifically told not to disassemble", + "create.ponder.valve_handle.text_6": "Valve handles can be dyed for aesthetic purposes", + + "create.ponder.valve_pipe.header": "Controlling Fluid flow using Valves", + "create.ponder.valve_pipe.text_1": "Valve pipes help control fluids propagating through pipe networks", + "create.ponder.valve_pipe.text_2": "Their shaft input controls whether fluid is currently allowed through", + "create.ponder.valve_pipe.text_3": "Given Rotational Force in the opening direction, the valve will open up", + "create.ponder.valve_pipe.text_4": "It can be closed again by reversing the input rotation", + + "create.ponder.water_wheel.header": "Generating Rotational Force using Water Wheels", + "create.ponder.water_wheel.text_1": "Water Wheels draw force from adjacent Water Currents", + "create.ponder.water_wheel.text_2": "Covering additional sides will not improve its kinetic output further", + "create.ponder.water_wheel.text_3": "Use wood planks on the wheel to change its appearance", + + "create.ponder.weighted_ejector.header": "Using Weighted Ejectors", + "create.ponder.weighted_ejector.text_1": "Sneak and Right-Click holding an Ejector to select its target location", + "create.ponder.weighted_ejector.text_10": "It is now limited to this stack size, and only activates when its held stack reaches this amount", + "create.ponder.weighted_ejector.text_11": "Mobs and Players will always trigger an Ejector when stepping on it", + "create.ponder.weighted_ejector.text_2": "The placed ejector will now launch objects to the marked location", + "create.ponder.weighted_ejector.text_3": "A valid target can be at any height or distance within range", + "create.ponder.weighted_ejector.text_4": "They cannot however be off to a side", + "create.ponder.weighted_ejector.text_5": "If no valid Target was selected, it will simply target the block directly in front", + "create.ponder.weighted_ejector.text_6": "Supply Rotational Force in order to charge it up", + "create.ponder.weighted_ejector.text_7": "Items placed on the ejector cause it to trigger", + "create.ponder.weighted_ejector.text_8": "If Inventories are targeted, the ejector will wait until there is space", + "create.ponder.weighted_ejector.text_9": "Using the value panel, a required Stack Size can be configured", + + "create.ponder.weighted_ejector_redstone.header": "Controlling Weighted Ejectors with Redstone", + "create.ponder.weighted_ejector_redstone.text_1": "When powered by Redstone, Ejectors will not activate", + "create.ponder.weighted_ejector_redstone.text_2": "Observers can detect when Ejectors activate", + + "create.ponder.weighted_ejector_tunnel.header": "Splitting item stacks using Weighted Ejectors", + "create.ponder.weighted_ejector_tunnel.text_1": "Combined with Brass Tunnels, Ejectors can split item stacks by specific amounts", + "create.ponder.weighted_ejector_tunnel.text_2": "First, configure the Brass Tunnel to 'Prefer Nearest', in order to prioritize its side output", + "create.ponder.weighted_ejector_tunnel.text_3": "The Stack Size set on the Ejector now determines the amount to be split off", + "create.ponder.weighted_ejector_tunnel.text_4": "While a new stack of the configured size exits the side output...", + "create.ponder.weighted_ejector_tunnel.text_5": "...the remainder will continue on its path", + + "create.ponder.windmill_source.header": "Generating Rotational Force using Windmill Bearings", + "create.ponder.windmill_source.text_1": "Windmill Bearings attach to the block in front of them", + "create.ponder.windmill_source.text_2": "Create a movable structure with the help of Super Glue", + "create.ponder.windmill_source.text_3": "If enough Sail-like blocks are included, this can act as a Windmill", + "create.ponder.windmill_source.text_4": "Activated with Right-Click, the Windmill Bearing will start providing Rotational Force", + "create.ponder.windmill_source.text_5": "The Amount of Sail Blocks determine its Rotation Speed", + "create.ponder.windmill_source.text_6": "Use the value panel to configure its rotation direction", + "create.ponder.windmill_source.text_7": "Right-click the Bearing anytime to stop and edit the Structure again", + + "create.ponder.windmill_structure.header": "Windmill Contraptions", + "create.ponder.windmill_structure.text_1": "Any Structure can count as a valid Windmill, as long as it contains at least 8 sail-like Blocks.", + + "_": "Thank you for translating Create!" + } \ No newline at end of file diff --git a/src/generated/resources/assets/create/sounds.json b/src/generated/resources/assets/create/sounds.json new file mode 100644 index 0000000000..e715f862fd --- /dev/null +++ b/src/generated/resources/assets/create/sounds.json @@ -0,0 +1,551 @@ +{ + "blaze_munch": { + "sounds": [ + { + "type": "event", + "name": "minecraft:entity.generic.eat" + } + ], + "subtitle": "create.subtitle.blaze_munch" + }, + "chiff": { + "sounds": [ + { + "type": "file", + "name": "create:chiff" + } + ] + }, + "cogs": { + "sounds": [ + { + "type": "file", + "name": "create:cogs" + } + ], + "subtitle": "create.subtitle.cogs" + }, + "confirm": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.note_block.bell" + } + ], + "subtitle": "create.subtitle.confirm" + }, + "contraption_assemble": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.wooden_trapdoor.open" + } + ], + "subtitle": "create.subtitle.contraption_assemble" + }, + "contraption_assemble_compounded_1": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.chest.open" + } + ] + }, + "contraption_disassemble": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.iron_trapdoor.close" + } + ], + "subtitle": "create.subtitle.contraption_disassemble" + }, + "controller_click": { + "sounds": [ + { + "type": "event", + "name": "minecraft:entity.item_frame.add_item" + } + ], + "subtitle": "create.subtitle.controller_click" + }, + "controller_put": { + "sounds": [ + { + "type": "event", + "name": "minecraft:item.book.put" + } + ], + "subtitle": "create.subtitle.controller_put" + }, + "controller_take": { + "sounds": [ + { + "type": "event", + "name": "minecraft:entity.item_frame.remove_item" + } + ], + "subtitle": "create.subtitle.controller_take" + }, + "copper_armor_equip": { + "sounds": [ + { + "type": "event", + "name": "minecraft:item.armor.equip_gold" + } + ], + "subtitle": "create.subtitle.copper_armor_equip" + }, + "crafter_click": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.netherite_block.hit" + } + ], + "subtitle": "create.subtitle.crafter_click" + }, + "crafter_click_compounded_1": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.wooden_trapdoor.open" + } + ] + }, + "crafter_craft": { + "sounds": [ + { + "type": "event", + "name": "minecraft:entity.item.break" + } + ], + "subtitle": "create.subtitle.crafter_craft" + }, + "cranking": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.wood.place" + } + ], + "subtitle": "create.subtitle.cranking" + }, + "cranking_compounded_1": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.wooden_button.click_off" + } + ] + }, + "crushing_1": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.netherrack.hit" + } + ], + "subtitle": "create.subtitle.crushing_1" + }, + "crushing_2": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.gravel.place" + } + ] + }, + "crushing_3": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.netherite_block.break" + } + ] + }, + "deny": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.note_block.bass" + } + ], + "subtitle": "create.subtitle.deny" + }, + "depot_plop": { + "sounds": [ + { + "type": "event", + "name": "minecraft:entity.item_frame.add_item" + } + ], + "subtitle": "create.subtitle.depot_plop" + }, + "depot_slide": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.sand.break" + } + ], + "subtitle": "create.subtitle.depot_slide" + }, + "funnel_flap": { + "sounds": [ + { + "type": "event", + "name": "minecraft:entity.item_frame.rotate_item" + } + ], + "subtitle": "create.subtitle.funnel_flap" + }, + "funnel_flap_compounded_1": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.wool.break" + } + ] + }, + "fwoomp": { + "sounds": [ + { + "type": "file", + "name": "create:fwoomp" + } + ], + "subtitle": "create.subtitle.fwoomp" + }, + "haunted_bell_convert": { + "sounds": [ + { + "type": "file", + "name": "create:haunted_bell_convert" + } + ], + "subtitle": "create.subtitle.haunted_bell_convert" + }, + "haunted_bell_use": { + "sounds": [ + { + "type": "file", + "name": "create:haunted_bell_use" + } + ], + "subtitle": "create.subtitle.haunted_bell_use" + }, + "mechanical_press_activation": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.anvil.land" + } + ], + "subtitle": "create.subtitle.mechanical_press_activation" + }, + "mechanical_press_activation_belt": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.wool.hit" + } + ], + "subtitle": "create.subtitle.mechanical_press_activation_belt" + }, + "mechanical_press_activation_belt_compounded_1": { + "sounds": [ + { + "type": "event", + "name": "minecraft:entity.item.break" + } + ] + }, + "mechanical_press_activation_compounded_1": { + "sounds": [ + { + "type": "event", + "name": "minecraft:entity.item.break" + } + ] + }, + "mixing": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.gilded_blackstone.break" + } + ], + "subtitle": "create.subtitle.mixing" + }, + "mixing_compounded_1": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.netherrack.break" + } + ] + }, + "peculiar_bell_use": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.bell.use" + } + ], + "subtitle": "create.subtitle.peculiar_bell_use" + }, + "potato_hit": { + "sounds": [ + { + "type": "event", + "name": "minecraft:entity.item_frame.break" + } + ], + "subtitle": "create.subtitle.potato_hit" + }, + "potato_hit_compounded_1": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.weeping_vines.break" + } + ] + }, + "sanding_long": { + "sounds": [ + { + "type": "file", + "name": "create:sanding_long" + } + ], + "subtitle": "create.subtitle.sanding_long" + }, + "sanding_short": { + "sounds": [ + { + "type": "file", + "name": "create:sanding_short" + }, + { + "type": "file", + "name": "create:sanding_short_1" + } + ], + "subtitle": "create.subtitle.sanding_short" + }, + "saw_activate_stone": { + "sounds": [ + { + "type": "event", + "name": "minecraft:ui.stonecutter.take_result" + } + ], + "subtitle": "create.subtitle.saw_activate_stone" + }, + "saw_activate_wood": { + "sounds": [ + { + "type": "event", + "name": "minecraft:entity.boat.paddle_land" + } + ], + "subtitle": "create.subtitle.saw_activate_wood" + }, + "schematicannon_finish": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.note_block.bell" + } + ], + "subtitle": "create.subtitle.schematicannon_finish" + }, + "schematicannon_launch_block": { + "sounds": [ + { + "type": "event", + "name": "minecraft:entity.generic.explode" + } + ], + "subtitle": "create.subtitle.schematicannon_launch_block" + }, + "scroll_value": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.note_block.hat" + } + ], + "subtitle": "create.subtitle.scroll_value" + }, + "slime_added": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.slime_block.place" + } + ], + "subtitle": "create.subtitle.slime_added" + }, + "steam": { + "sounds": [ + { + "type": "file", + "attenuation_distance": 32, + "name": "create:steam" + } + ], + "subtitle": "create.subtitle.steam" + }, + "train": { + "sounds": [ + { + "type": "file", + "attenuation_distance": 128, + "name": "create:train" + } + ], + "subtitle": "create.subtitle.train" + }, + "train2": { + "sounds": [ + { + "type": "file", + "attenuation_distance": 128, + "name": "create:train2" + } + ] + }, + "train3": { + "sounds": [ + { + "type": "file", + "attenuation_distance": 16, + "name": "create:train3" + } + ], + "subtitle": "create.subtitle.train3" + }, + "whistle": { + "sounds": [ + { + "type": "file", + "attenuation_distance": 64, + "name": "create:whistle" + } + ], + "subtitle": "create.subtitle.whistle" + }, + "whistle_high": { + "sounds": [ + { + "type": "file", + "attenuation_distance": 64, + "name": "create:whistle_high" + } + ], + "subtitle": "create.subtitle.whistle_high" + }, + "whistle_low": { + "sounds": [ + { + "type": "file", + "attenuation_distance": 64, + "name": "create:whistle_low" + } + ], + "subtitle": "create.subtitle.whistle_low" + }, + "whistle_train": { + "sounds": [ + { + "type": "file", + "name": "create:whistle_train" + } + ], + "subtitle": "create.subtitle.whistle_train" + }, + "whistle_train_low": { + "sounds": [ + { + "type": "file", + "name": "create:whistle_train_low" + } + ], + "subtitle": "create.subtitle.whistle_train_low" + }, + "whistle_train_manual": { + "sounds": [ + { + "type": "file", + "attenuation_distance": 64, + "name": "create:whistle_train_manual" + } + ], + "subtitle": "create.subtitle.whistle_train_manual" + }, + "whistle_train_manual_end": { + "sounds": [ + { + "type": "file", + "attenuation_distance": 64, + "name": "create:whistle_train_manual_end" + } + ] + }, + "whistle_train_manual_low": { + "sounds": [ + { + "type": "file", + "attenuation_distance": 64, + "name": "create:whistle_train_manual_low" + } + ], + "subtitle": "create.subtitle.whistle_train_manual_low" + }, + "whistle_train_manual_low_end": { + "sounds": [ + { + "type": "file", + "attenuation_distance": 64, + "name": "create:whistle_train_manual_low_end" + } + ] + }, + "worldshaper_place": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.note_block.basedrum" + } + ], + "subtitle": "create.subtitle.worldshaper_place" + }, + "wrench_remove": { + "sounds": [ + { + "type": "event", + "name": "minecraft:entity.item.pickup" + } + ], + "subtitle": "create.subtitle.wrench_remove" + }, + "wrench_remove_compounded_1": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.netherite_block.hit" + } + ] + }, + "wrench_rotate": { + "sounds": [ + { + "type": "event", + "name": "minecraft:block.wooden_trapdoor.close" + } + ], + "subtitle": "create.subtitle.wrench_rotate" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/andesite_alloy.json b/src/generated/resources/data/create/advancements/andesite_alloy.json new file mode 100644 index 0000000000..288d2872d5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/andesite_alloy.json @@ -0,0 +1,38 @@ +{ + "parent": "create:root", + "criteria": { + "0": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.andesite_alloy.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:andesite_alloy" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.andesite_alloy" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/andesite_casing.json b/src/generated/resources/data/create/advancements/andesite_casing.json new file mode 100644 index 0000000000..d90a9be7d2 --- /dev/null +++ b/src/generated/resources/data/create/advancements/andesite_casing.json @@ -0,0 +1,30 @@ +{ + "parent": "create:andesite_alloy", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:andesite_casing_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.andesite_casing.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:andesite_casing" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.andesite_casing" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/anvil_plough.json b/src/generated/resources/data/create/advancements/anvil_plough.json new file mode 100644 index 0000000000..66ba57c4f4 --- /dev/null +++ b/src/generated/resources/data/create/advancements/anvil_plough.json @@ -0,0 +1,30 @@ +{ + "parent": "create:cart_pickup", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:anvil_plough_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.anvil_plough.desc" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "minecraft:chipped_anvil" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.anvil_plough" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/arm_blaze_burner.json b/src/generated/resources/data/create/advancements/arm_blaze_burner.json new file mode 100644 index 0000000000..f158e32470 --- /dev/null +++ b/src/generated/resources/data/create/advancements/arm_blaze_burner.json @@ -0,0 +1,30 @@ +{ + "parent": "create:linked_controller", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:arm_blaze_burner_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.arm_blaze_burner.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:blaze_burner" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.arm_blaze_burner" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/arm_many_targets.json b/src/generated/resources/data/create/advancements/arm_many_targets.json new file mode 100644 index 0000000000..9e918a167f --- /dev/null +++ b/src/generated/resources/data/create/advancements/arm_many_targets.json @@ -0,0 +1,30 @@ +{ + "parent": "create:crusher_maxed_0000", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:arm_many_targets_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.arm_many_targets.desc" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "create:mechanical_arm" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.arm_many_targets" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/backtank.json b/src/generated/resources/data/create/advancements/backtank.json new file mode 100644 index 0000000000..1033407fc2 --- /dev/null +++ b/src/generated/resources/data/create/advancements/backtank.json @@ -0,0 +1,30 @@ +{ + "parent": "create:steam_whistle", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:backtank_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.backtank.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:copper_backtank" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.backtank" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/belt.json b/src/generated/resources/data/create/advancements/belt.json new file mode 100644 index 0000000000..6c39eaf7ce --- /dev/null +++ b/src/generated/resources/data/create/advancements/belt.json @@ -0,0 +1,30 @@ +{ + "parent": "create:compacting", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:belt_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.belt.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:belt_connector" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.belt" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/belt_funnel_kiss.json b/src/generated/resources/data/create/advancements/belt_funnel_kiss.json new file mode 100644 index 0000000000..509671d3c3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/belt_funnel_kiss.json @@ -0,0 +1,30 @@ +{ + "parent": "create:mechanical_mixer", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:belt_funnel_kiss_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.belt_funnel_kiss.desc" + }, + "frame": "goal", + "hidden": true, + "icon": { + "item": "create:brass_funnel" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.belt_funnel_kiss" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/brass.json b/src/generated/resources/data/create/advancements/brass.json new file mode 100644 index 0000000000..130d0d8c26 --- /dev/null +++ b/src/generated/resources/data/create/advancements/brass.json @@ -0,0 +1,38 @@ +{ + "parent": "create:diving_suit", + "criteria": { + "0": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.brass.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:brass_ingot" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.brass" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/brass_casing.json b/src/generated/resources/data/create/advancements/brass_casing.json new file mode 100644 index 0000000000..7bad26da0e --- /dev/null +++ b/src/generated/resources/data/create/advancements/brass_casing.json @@ -0,0 +1,30 @@ +{ + "parent": "create:brass", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:brass_casing_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.brass_casing.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:brass_casing" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.brass_casing" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/burner.json b/src/generated/resources/data/create/advancements/burner.json new file mode 100644 index 0000000000..a8bc4fefb8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/burner.json @@ -0,0 +1,38 @@ +{ + "parent": "create:mechanical_mixer", + "criteria": { + "0": { + "conditions": { + "items": [ + { + "items": [ + "create:blaze_burner" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.burner.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:blaze_burner" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.burner" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/cart_pickup.json b/src/generated/resources/data/create/advancements/cart_pickup.json new file mode 100644 index 0000000000..afeb14f39a --- /dev/null +++ b/src/generated/resources/data/create/advancements/cart_pickup.json @@ -0,0 +1,30 @@ +{ + "parent": "create:pulley_maxed", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:cart_pickup_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.cart_pickup.desc" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "create:chest_minecart_contraption" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.cart_pickup" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/chained_drain.json b/src/generated/resources/data/create/advancements/chained_drain.json new file mode 100644 index 0000000000..f3d6d787f5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/chained_drain.json @@ -0,0 +1,30 @@ +{ + "parent": "create:backtank", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:chained_drain_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.chained_drain.desc" + }, + "frame": "goal", + "hidden": true, + "icon": { + "item": "create:item_drain" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.chained_drain" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/chocolate_bucket.json b/src/generated/resources/data/create/advancements/chocolate_bucket.json new file mode 100644 index 0000000000..91166df4e9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/chocolate_bucket.json @@ -0,0 +1,38 @@ +{ + "parent": "create:hose_pulley", + "criteria": { + "0": { + "conditions": { + "items": [ + { + "items": [ + "create:chocolate_bucket" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.chocolate_bucket.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:chocolate_bucket" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.chocolate_bucket" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/chute.json b/src/generated/resources/data/create/advancements/chute.json new file mode 100644 index 0000000000..ade52151b4 --- /dev/null +++ b/src/generated/resources/data/create/advancements/chute.json @@ -0,0 +1,30 @@ +{ + "parent": "create:funnel", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:chute_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.chute.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:chute" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.chute" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/clockwork_bearing.json b/src/generated/resources/data/create/advancements/clockwork_bearing.json new file mode 100644 index 0000000000..3d33e01d7c --- /dev/null +++ b/src/generated/resources/data/create/advancements/clockwork_bearing.json @@ -0,0 +1,30 @@ +{ + "parent": "create:haunted_bell", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:clockwork_bearing_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.clockwork_bearing.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:clockwork_bearing" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.clockwork_bearing" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/compacting.json b/src/generated/resources/data/create/advancements/compacting.json new file mode 100644 index 0000000000..4f0d8d4839 --- /dev/null +++ b/src/generated/resources/data/create/advancements/compacting.json @@ -0,0 +1,30 @@ +{ + "parent": "create:saw_processing", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:compacting_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.compacting.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "minecraft:iron_block" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.compacting" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/conductor.json b/src/generated/resources/data/create/advancements/conductor.json new file mode 100644 index 0000000000..c370fe1123 --- /dev/null +++ b/src/generated/resources/data/create/advancements/conductor.json @@ -0,0 +1,30 @@ +{ + "parent": "create:train", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:conductor_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.conductor.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:schedule" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.conductor" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/contraption_actors.json b/src/generated/resources/data/create/advancements/contraption_actors.json new file mode 100644 index 0000000000..dcfef1db1b --- /dev/null +++ b/src/generated/resources/data/create/advancements/contraption_actors.json @@ -0,0 +1,30 @@ +{ + "parent": "create:super_glue", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:contraption_actors_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.contraption_actors.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:mechanical_harvester" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.contraption_actors" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/copper.json b/src/generated/resources/data/create/advancements/copper.json new file mode 100644 index 0000000000..1792e4fd83 --- /dev/null +++ b/src/generated/resources/data/create/advancements/copper.json @@ -0,0 +1,38 @@ +{ + "parent": "create:burner", + "criteria": { + "0": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:copper_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.copper.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "minecraft:copper_ingot" + }, + "show_toast": false, + "title": { + "translate": "advancement.create.copper" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/copper_casing.json b/src/generated/resources/data/create/advancements/copper_casing.json new file mode 100644 index 0000000000..6ccfacc6ba --- /dev/null +++ b/src/generated/resources/data/create/advancements/copper_casing.json @@ -0,0 +1,30 @@ +{ + "parent": "create:copper", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:copper_casing_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.copper_casing.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:copper_casing" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.copper_casing" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/crafter_lazy_000.json b/src/generated/resources/data/create/advancements/crafter_lazy_000.json new file mode 100644 index 0000000000..fdb8cce6c6 --- /dev/null +++ b/src/generated/resources/data/create/advancements/crafter_lazy_000.json @@ -0,0 +1,30 @@ +{ + "parent": "create:mechanical_crafter", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:crafter_lazy_000_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.crafter_lazy_000.desc" + }, + "frame": "goal", + "hidden": true, + "icon": { + "item": "create:mechanical_crafter" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.crafter_lazy_000" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/cross_streams.json b/src/generated/resources/data/create/advancements/cross_streams.json new file mode 100644 index 0000000000..bf6db864a5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/cross_streams.json @@ -0,0 +1,30 @@ +{ + "parent": "create:backtank", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:cross_streams_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.cross_streams.desc" + }, + "frame": "goal", + "hidden": true, + "icon": { + "item": "minecraft:cobblestone" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.cross_streams" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/crusher_maxed_0000.json b/src/generated/resources/data/create/advancements/crusher_maxed_0000.json new file mode 100644 index 0000000000..4918f2050d --- /dev/null +++ b/src/generated/resources/data/create/advancements/crusher_maxed_0000.json @@ -0,0 +1,30 @@ +{ + "parent": "create:brass", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:crusher_maxed_0000_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.crusher_maxed_0000.desc" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "create:crushing_wheel" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.crusher_maxed_0000" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/crushing_wheel.json b/src/generated/resources/data/create/advancements/crushing_wheel.json new file mode 100644 index 0000000000..5cef2bbec3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/crushing_wheel.json @@ -0,0 +1,30 @@ +{ + "parent": "create:mechanical_crafter", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:crushing_wheel_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.crushing_wheel.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:crushing_wheel" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.crushing_wheel" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/cuckoo_clock.json b/src/generated/resources/data/create/advancements/cuckoo_clock.json new file mode 100644 index 0000000000..bccad59adc --- /dev/null +++ b/src/generated/resources/data/create/advancements/cuckoo_clock.json @@ -0,0 +1,30 @@ +{ + "parent": "create:stressometer", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:cuckoo_clock_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.cuckoo_clock.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:cuckoo_clock" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.cuckoo_clock" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/deployer.json b/src/generated/resources/data/create/advancements/deployer.json new file mode 100644 index 0000000000..6fd6bf365b --- /dev/null +++ b/src/generated/resources/data/create/advancements/deployer.json @@ -0,0 +1,30 @@ +{ + "parent": "create:rose_quartz", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:deployer_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.deployer.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:deployer" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.deployer" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/display_board_0.json b/src/generated/resources/data/create/advancements/display_board_0.json new file mode 100644 index 0000000000..06f89a9b9b --- /dev/null +++ b/src/generated/resources/data/create/advancements/display_board_0.json @@ -0,0 +1,30 @@ +{ + "parent": "create:track_signal", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:display_board_0_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.display_board_0.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:display_board" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.display_board_0" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/display_link.json b/src/generated/resources/data/create/advancements/display_link.json new file mode 100644 index 0000000000..9cb054fcf1 --- /dev/null +++ b/src/generated/resources/data/create/advancements/display_link.json @@ -0,0 +1,30 @@ +{ + "parent": "create:clockwork_bearing", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:display_link_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.display_link.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:display_link" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.display_link" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/diving_suit.json b/src/generated/resources/data/create/advancements/diving_suit.json new file mode 100644 index 0000000000..41f3ef6c30 --- /dev/null +++ b/src/generated/resources/data/create/advancements/diving_suit.json @@ -0,0 +1,31 @@ +{ + "parent": "create:backtank", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:diving_suit_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.diving_suit.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:copper_diving_helmet", + "nbt": "{Damage:0}" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.diving_suit" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/diving_suit_lava.json b/src/generated/resources/data/create/advancements/diving_suit_lava.json new file mode 100644 index 0000000000..219d764a8e --- /dev/null +++ b/src/generated/resources/data/create/advancements/diving_suit_lava.json @@ -0,0 +1,31 @@ +{ + "parent": "create:backtank", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:diving_suit_lava_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.diving_suit_lava.desc" + }, + "frame": "goal", + "hidden": true, + "icon": { + "item": "create:copper_diving_helmet", + "nbt": "{Damage:0}" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.diving_suit_lava" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/drain.json b/src/generated/resources/data/create/advancements/drain.json new file mode 100644 index 0000000000..3176fce3a3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/drain.json @@ -0,0 +1,30 @@ +{ + "parent": "create:spout", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:drain_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.drain.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:item_drain" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.drain" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/ejector_maxed.json b/src/generated/resources/data/create/advancements/ejector_maxed.json new file mode 100644 index 0000000000..b19ad0d9d1 --- /dev/null +++ b/src/generated/resources/data/create/advancements/ejector_maxed.json @@ -0,0 +1,30 @@ +{ + "parent": "create:windmill_maxed", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:ejector_maxed_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.ejector_maxed.desc" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "create:weighted_ejector" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.ejector_maxed" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/encased_fan.json b/src/generated/resources/data/create/advancements/encased_fan.json new file mode 100644 index 0000000000..d3795c2dd5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/encased_fan.json @@ -0,0 +1,30 @@ +{ + "parent": "create:mechanical_press", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:encased_fan_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.encased_fan.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:encased_fan" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.encased_fan" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/extendo_grip.json b/src/generated/resources/data/create/advancements/extendo_grip.json new file mode 100644 index 0000000000..e5619d3622 --- /dev/null +++ b/src/generated/resources/data/create/advancements/extendo_grip.json @@ -0,0 +1,31 @@ +{ + "parent": "create:potato_cannon", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:extendo_grip_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.extendo_grip.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:extendo_grip", + "nbt": "{Damage:0}" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.extendo_grip" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/extendo_grip_dual.json b/src/generated/resources/data/create/advancements/extendo_grip_dual.json new file mode 100644 index 0000000000..3364db0cde --- /dev/null +++ b/src/generated/resources/data/create/advancements/extendo_grip_dual.json @@ -0,0 +1,31 @@ +{ + "parent": "create:mechanical_crafter", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:extendo_grip_dual_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.extendo_grip_dual.desc" + }, + "frame": "goal", + "hidden": true, + "icon": { + "item": "create:extendo_grip", + "nbt": "{Damage:0}" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.extendo_grip_dual" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/fan_processing.json b/src/generated/resources/data/create/advancements/fan_processing.json new file mode 100644 index 0000000000..ad7dd6965b --- /dev/null +++ b/src/generated/resources/data/create/advancements/fan_processing.json @@ -0,0 +1,30 @@ +{ + "parent": "create:encased_fan", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:fan_processing_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.fan_processing.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:propeller" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.fan_processing" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/fist_bump.json b/src/generated/resources/data/create/advancements/fist_bump.json new file mode 100644 index 0000000000..98bff5eb20 --- /dev/null +++ b/src/generated/resources/data/create/advancements/fist_bump.json @@ -0,0 +1,30 @@ +{ + "parent": "create:mechanical_crafter", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:fist_bump_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.fist_bump.desc" + }, + "frame": "goal", + "hidden": true, + "icon": { + "item": "create:deployer" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.fist_bump" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/foods.json b/src/generated/resources/data/create/advancements/foods.json new file mode 100644 index 0000000000..0dee8f6b1c --- /dev/null +++ b/src/generated/resources/data/create/advancements/foods.json @@ -0,0 +1,30 @@ +{ + "parent": "create:steam_engine_maxed", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:foods_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.foods.desc" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "create:chocolate_glazed_berries" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.foods" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/funnel.json b/src/generated/resources/data/create/advancements/funnel.json new file mode 100644 index 0000000000..15f339a609 --- /dev/null +++ b/src/generated/resources/data/create/advancements/funnel.json @@ -0,0 +1,30 @@ +{ + "parent": "create:belt", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:funnel_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.funnel.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:andesite_funnel" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.funnel" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/glass_pipe.json b/src/generated/resources/data/create/advancements/glass_pipe.json new file mode 100644 index 0000000000..0d3ae5076a --- /dev/null +++ b/src/generated/resources/data/create/advancements/glass_pipe.json @@ -0,0 +1,30 @@ +{ + "parent": "create:mechanical_pump_0", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:glass_pipe_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.glass_pipe.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:fluid_pipe" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.glass_pipe" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/hand_crank_000.json b/src/generated/resources/data/create/advancements/hand_crank_000.json new file mode 100644 index 0000000000..d7a84cbfc9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/hand_crank_000.json @@ -0,0 +1,30 @@ +{ + "parent": "create:mechanical_mixer", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:hand_crank_000_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.hand_crank_000.desc" + }, + "frame": "goal", + "hidden": true, + "icon": { + "item": "create:hand_crank" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.hand_crank_000" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/haunted_bell.json b/src/generated/resources/data/create/advancements/haunted_bell.json new file mode 100644 index 0000000000..ecbe94bf04 --- /dev/null +++ b/src/generated/resources/data/create/advancements/haunted_bell.json @@ -0,0 +1,30 @@ +{ + "parent": "create:brass", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:haunted_bell_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.haunted_bell.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:haunted_bell" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.haunted_bell" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/honey_drain.json b/src/generated/resources/data/create/advancements/honey_drain.json new file mode 100644 index 0000000000..bd4c1423df --- /dev/null +++ b/src/generated/resources/data/create/advancements/honey_drain.json @@ -0,0 +1,30 @@ +{ + "parent": "create:chocolate_bucket", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:honey_drain_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.honey_drain.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "minecraft:beehive" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.honey_drain" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/hose_pulley.json b/src/generated/resources/data/create/advancements/hose_pulley.json new file mode 100644 index 0000000000..7076998c2b --- /dev/null +++ b/src/generated/resources/data/create/advancements/hose_pulley.json @@ -0,0 +1,30 @@ +{ + "parent": "create:water_supply", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:hose_pulley_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.hose_pulley.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:hose_pulley" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.hose_pulley" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/hose_pulley_lava.json b/src/generated/resources/data/create/advancements/hose_pulley_lava.json new file mode 100644 index 0000000000..6c977de6c2 --- /dev/null +++ b/src/generated/resources/data/create/advancements/hose_pulley_lava.json @@ -0,0 +1,30 @@ +{ + "parent": "create:copper", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:hose_pulley_lava_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.hose_pulley_lava.desc" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "create:hose_pulley" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.hose_pulley_lava" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/lava_wheel_00000.json b/src/generated/resources/data/create/advancements/lava_wheel_00000.json new file mode 100644 index 0000000000..9c61f02207 --- /dev/null +++ b/src/generated/resources/data/create/advancements/lava_wheel_00000.json @@ -0,0 +1,30 @@ +{ + "parent": "create:mechanical_mixer", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:lava_wheel_00000_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.lava_wheel_00000.desc" + }, + "frame": "goal", + "hidden": true, + "icon": { + "item": "create:water_wheel" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.lava_wheel_00000" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/linked_controller.json b/src/generated/resources/data/create/advancements/linked_controller.json new file mode 100644 index 0000000000..4f69cab3ea --- /dev/null +++ b/src/generated/resources/data/create/advancements/linked_controller.json @@ -0,0 +1,30 @@ +{ + "parent": "create:extendo_grip", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:linked_controller_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.linked_controller.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:linked_controller" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.linked_controller" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/long_train.json b/src/generated/resources/data/create/advancements/long_train.json new file mode 100644 index 0000000000..6c6ec5b2b0 --- /dev/null +++ b/src/generated/resources/data/create/advancements/long_train.json @@ -0,0 +1,30 @@ +{ + "parent": "create:track_crafting_factory", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:long_train_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.long_train.desc" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "minecraft:minecart" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.long_train" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/long_travel.json b/src/generated/resources/data/create/advancements/long_travel.json new file mode 100644 index 0000000000..c7e86dfe15 --- /dev/null +++ b/src/generated/resources/data/create/advancements/long_travel.json @@ -0,0 +1,30 @@ +{ + "parent": "create:long_train", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:long_travel_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.long_travel.desc" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "create:green_seat" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.long_travel" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/mechanical_arm.json b/src/generated/resources/data/create/advancements/mechanical_arm.json new file mode 100644 index 0000000000..6bb3f2db30 --- /dev/null +++ b/src/generated/resources/data/create/advancements/mechanical_arm.json @@ -0,0 +1,30 @@ +{ + "parent": "create:speed_controller", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:mechanical_arm_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.mechanical_arm.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:mechanical_arm" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.mechanical_arm" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/mechanical_crafter.json b/src/generated/resources/data/create/advancements/mechanical_crafter.json new file mode 100644 index 0000000000..0ad337fae2 --- /dev/null +++ b/src/generated/resources/data/create/advancements/mechanical_crafter.json @@ -0,0 +1,30 @@ +{ + "parent": "create:mechanical_arm", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:mechanical_crafter_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.mechanical_crafter.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:mechanical_crafter" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.mechanical_crafter" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/mechanical_mixer.json b/src/generated/resources/data/create/advancements/mechanical_mixer.json new file mode 100644 index 0000000000..42252bc7b9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/mechanical_mixer.json @@ -0,0 +1,30 @@ +{ + "parent": "create:chute", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:mechanical_mixer_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.mechanical_mixer.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:mechanical_mixer" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.mechanical_mixer" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/mechanical_press.json b/src/generated/resources/data/create/advancements/mechanical_press.json new file mode 100644 index 0000000000..b38316e668 --- /dev/null +++ b/src/generated/resources/data/create/advancements/mechanical_press.json @@ -0,0 +1,30 @@ +{ + "parent": "create:andesite_casing", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:mechanical_press_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.mechanical_press.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:mechanical_press" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.mechanical_press" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/mechanical_pump_0.json b/src/generated/resources/data/create/advancements/mechanical_pump_0.json new file mode 100644 index 0000000000..c6960ae3bd --- /dev/null +++ b/src/generated/resources/data/create/advancements/mechanical_pump_0.json @@ -0,0 +1,30 @@ +{ + "parent": "create:copper", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:mechanical_pump_0_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.mechanical_pump_0.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:mechanical_pump" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.mechanical_pump_0" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/millstone.json b/src/generated/resources/data/create/advancements/millstone.json new file mode 100644 index 0000000000..89b6d38699 --- /dev/null +++ b/src/generated/resources/data/create/advancements/millstone.json @@ -0,0 +1,30 @@ +{ + "parent": "create:shifting_gears", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:millstone_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.millstone.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:millstone" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.millstone" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/musical_arm.json b/src/generated/resources/data/create/advancements/musical_arm.json new file mode 100644 index 0000000000..944a970530 --- /dev/null +++ b/src/generated/resources/data/create/advancements/musical_arm.json @@ -0,0 +1,30 @@ +{ + "parent": "create:mechanical_crafter", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:musical_arm_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.musical_arm.desc" + }, + "frame": "goal", + "hidden": true, + "icon": { + "item": "minecraft:jukebox" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.musical_arm" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/pipe_organ.json b/src/generated/resources/data/create/advancements/pipe_organ.json new file mode 100644 index 0000000000..8ca664ec92 --- /dev/null +++ b/src/generated/resources/data/create/advancements/pipe_organ.json @@ -0,0 +1,30 @@ +{ + "parent": "create:backtank", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:pipe_organ_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.pipe_organ.desc" + }, + "frame": "goal", + "hidden": true, + "icon": { + "item": "create:steam_whistle" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.pipe_organ" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/portable_storage_interface.json b/src/generated/resources/data/create/advancements/portable_storage_interface.json new file mode 100644 index 0000000000..15875bf96e --- /dev/null +++ b/src/generated/resources/data/create/advancements/portable_storage_interface.json @@ -0,0 +1,30 @@ +{ + "parent": "create:contraption_actors", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:portable_storage_interface_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.portable_storage_interface.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:portable_storage_interface" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.portable_storage_interface" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/potato_cannon.json b/src/generated/resources/data/create/advancements/potato_cannon.json new file mode 100644 index 0000000000..4654ec9c28 --- /dev/null +++ b/src/generated/resources/data/create/advancements/potato_cannon.json @@ -0,0 +1,31 @@ +{ + "parent": "create:display_link", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:potato_cannon_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.potato_cannon.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:potato_cannon", + "nbt": "{Damage:0}" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.potato_cannon" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/potato_cannon_collide.json b/src/generated/resources/data/create/advancements/potato_cannon_collide.json new file mode 100644 index 0000000000..22ae7dedaa --- /dev/null +++ b/src/generated/resources/data/create/advancements/potato_cannon_collide.json @@ -0,0 +1,30 @@ +{ + "parent": "create:arm_many_targets", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:potato_cannon_collide_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.potato_cannon_collide.desc" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "minecraft:carrot" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.potato_cannon_collide" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/precision_mechanism.json b/src/generated/resources/data/create/advancements/precision_mechanism.json new file mode 100644 index 0000000000..cd389399cc --- /dev/null +++ b/src/generated/resources/data/create/advancements/precision_mechanism.json @@ -0,0 +1,38 @@ +{ + "parent": "create:deployer", + "criteria": { + "0": { + "conditions": { + "items": [ + { + "items": [ + "create:precision_mechanism" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.precision_mechanism.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:precision_mechanism" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.precision_mechanism" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/pulley_maxed.json b/src/generated/resources/data/create/advancements/pulley_maxed.json new file mode 100644 index 0000000000..0acdf3bf32 --- /dev/null +++ b/src/generated/resources/data/create/advancements/pulley_maxed.json @@ -0,0 +1,30 @@ +{ + "parent": "create:ejector_maxed", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:pulley_maxed_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.pulley_maxed.desc" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "create:rope_pulley" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.pulley_maxed" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json new file mode 100644 index 0000000000..5fe37eca2c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_aluminum_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:blasting/ingot_aluminum_compat_immersiveengineering" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:blasting/ingot_aluminum_compat_immersiveengineering" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json new file mode 100644 index 0000000000..1f48792dfc --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_lead_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:blasting/ingot_lead_compat_mekanism" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:blasting/ingot_lead_compat_mekanism" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_nickel_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_nickel_compat_immersiveengineering.json new file mode 100644 index 0000000000..ef424f8708 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_nickel_compat_immersiveengineering.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_nickel_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:blasting/ingot_nickel_compat_immersiveengineering" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:blasting/ingot_nickel_compat_immersiveengineering" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_silver_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_silver_compat_immersiveengineering.json new file mode 100644 index 0000000000..828401ba97 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_silver_compat_immersiveengineering.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_silver_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:blasting/ingot_silver_compat_immersiveengineering" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:blasting/ingot_silver_compat_immersiveengineering" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_immersiveengineering.json new file mode 100644 index 0000000000..68dd4ebe30 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_immersiveengineering.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_uranium_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:blasting/ingot_uranium_compat_immersiveengineering" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:blasting/ingot_uranium_compat_immersiveengineering" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/lead_ingot_compat_thermal.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/lead_ingot_compat_thermal.json new file mode 100644 index 0000000000..5bbb2a61ef --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/lead_ingot_compat_thermal.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_lead_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:blasting/lead_ingot_compat_thermal" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:blasting/lead_ingot_compat_thermal" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/nickel_ingot_compat_thermal.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/nickel_ingot_compat_thermal.json new file mode 100644 index 0000000000..95abf64c0c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/nickel_ingot_compat_thermal.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_nickel_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:blasting/nickel_ingot_compat_thermal" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:blasting/nickel_ingot_compat_thermal" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/silver_ingot_compat_thermal.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/silver_ingot_compat_thermal.json new file mode 100644 index 0000000000..30387da023 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/blasting/silver_ingot_compat_thermal.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_silver_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:blasting/silver_ingot_compat_thermal" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:blasting/silver_ingot_compat_thermal" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_framed_glass.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_framed_glass.json new file mode 100644 index 0000000000..d89181a31d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_framed_glass.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:framed_glass" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/glass_from_framed_glass" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/glass_from_framed_glass" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_horizontal_framed_glass.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_horizontal_framed_glass.json new file mode 100644 index 0000000000..ce75ebe058 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_horizontal_framed_glass.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:horizontal_framed_glass" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/glass_from_horizontal_framed_glass" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/glass_from_horizontal_framed_glass" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_tiled_glass.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_tiled_glass.json new file mode 100644 index 0000000000..9cf96248b0 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_tiled_glass.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:tiled_glass" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/glass_from_tiled_glass" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/glass_from_tiled_glass" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_vertical_framed_glass.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_vertical_framed_glass.json new file mode 100644 index 0000000000..1e51042d5f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/glass_from_vertical_framed_glass.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:vertical_framed_glass" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/glass_from_vertical_framed_glass" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/glass_from_vertical_framed_glass" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_aluminum_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_aluminum_compat_immersiveengineering.json new file mode 100644 index 0000000000..f825bd6913 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_aluminum_compat_immersiveengineering.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_aluminum_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/ingot_aluminum_compat_immersiveengineering" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_aluminum_compat_immersiveengineering" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_immersiveengineering.json new file mode 100644 index 0000000000..ae0ae92a44 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_immersiveengineering.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_lead_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/ingot_lead_compat_immersiveengineering" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_lead_compat_immersiveengineering" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_mekanism.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_mekanism.json new file mode 100644 index 0000000000..26a60a0744 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_mekanism.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_lead_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/ingot_lead_compat_mekanism" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_lead_compat_mekanism" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_nickel_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_nickel_compat_immersiveengineering.json new file mode 100644 index 0000000000..9369b3688b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_nickel_compat_immersiveengineering.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_nickel_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/ingot_nickel_compat_immersiveengineering" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_nickel_compat_immersiveengineering" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_osmium_compat_mekanism.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_osmium_compat_mekanism.json new file mode 100644 index 0000000000..9254a4838c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_osmium_compat_mekanism.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_osmium_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/ingot_osmium_compat_mekanism" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_osmium_compat_mekanism" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_silver_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_silver_compat_immersiveengineering.json new file mode 100644 index 0000000000..efa5e1c8d9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_silver_compat_immersiveengineering.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_silver_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/ingot_silver_compat_immersiveengineering" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_silver_compat_immersiveengineering" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_tin_compat_mekanism.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_tin_compat_mekanism.json new file mode 100644 index 0000000000..58312b58af --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_tin_compat_mekanism.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_tin_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/ingot_tin_compat_mekanism" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_tin_compat_mekanism" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_immersiveengineering.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_immersiveengineering.json new file mode 100644 index 0000000000..54014a9ae4 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_immersiveengineering.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_uranium_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/ingot_uranium_compat_immersiveengineering" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_uranium_compat_immersiveengineering" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_mekanism.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_mekanism.json new file mode 100644 index 0000000000..585d06f07e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_mekanism.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_uranium_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/ingot_uranium_compat_mekanism" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/ingot_uranium_compat_mekanism" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/lead_ingot_compat_thermal.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/lead_ingot_compat_thermal.json new file mode 100644 index 0000000000..9513518e02 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/lead_ingot_compat_thermal.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_lead_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/lead_ingot_compat_thermal" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/lead_ingot_compat_thermal" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/nickel_ingot_compat_thermal.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/nickel_ingot_compat_thermal.json new file mode 100644 index 0000000000..d3889529e0 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/nickel_ingot_compat_thermal.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_nickel_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/nickel_ingot_compat_thermal" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/nickel_ingot_compat_thermal" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/silver_ingot_compat_thermal.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/silver_ingot_compat_thermal.json new file mode 100644 index 0000000000..f9b0d9d174 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/silver_ingot_compat_thermal.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_silver_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/silver_ingot_compat_thermal" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/silver_ingot_compat_thermal" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/tin_ingot_compat_thermal.json b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/tin_ingot_compat_thermal.json new file mode 100644 index 0000000000..ebbb5d3fda --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/building_blocks/smelting/tin_ingot_compat_thermal.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_tin_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/tin_ingot_compat_thermal" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/tin_ingot_compat_thermal" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_crushed.json b/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_crushed.json new file mode 100644 index 0000000000..75e4b604d5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_crushed.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_zinc_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:blasting/zinc_ingot_from_crushed" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:blasting/zinc_ingot_from_crushed" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_ore.json b/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_ore.json new file mode 100644 index 0000000000..3fd79cd61e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_ore.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ores/zinc" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:blasting/zinc_ingot_from_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:blasting/zinc_ingot_from_ore" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json b/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json new file mode 100644 index 0000000000..3d9481e56e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:raw_zinc" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:blasting/zinc_ingot_from_raw_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:blasting/zinc_ingot_from_raw_ore" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/attribute_filter_clear.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/attribute_filter_clear.json new file mode 100644 index 0000000000..df34ef788c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/attribute_filter_clear.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:attribute_filter" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/attribute_filter_clear" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/attribute_filter_clear" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/clipboard.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/clipboard.json new file mode 100644 index 0000000000..736de1c095 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/clipboard.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/clipboard" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/clipboard" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/clipboard_clear.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/clipboard_clear.json new file mode 100644 index 0000000000..e1bea76a7e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/clipboard_clear.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:clipboard" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/clipboard_clear" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/clipboard_clear" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/copper_backtank.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/copper_backtank.json new file mode 100644 index 0000000000..c45b1faeed --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/copper_backtank.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:copper_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/copper_backtank" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/copper_backtank" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/copper_diving_boots.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/copper_diving_boots.json new file mode 100644 index 0000000000..2c2f238c84 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/copper_diving_boots.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:copper_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/copper_diving_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/copper_diving_boots" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/copper_diving_helmet.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/copper_diving_helmet.json new file mode 100644 index 0000000000..b34e349171 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/copper_diving_helmet.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:copper_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/copper_diving_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/copper_diving_helmet" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/crafting_blueprint.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/crafting_blueprint.json new file mode 100644 index 0000000000..8ad8cc556f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/crafting_blueprint.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:crafting_table" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/crafting_blueprint" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/crafting_blueprint" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/dough.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/dough.json new file mode 100644 index 0000000000..0d218cb36c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/dough.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:flour/wheat" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/dough" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/dough" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/filter_clear.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/filter_clear.json new file mode 100644 index 0000000000..c04c9ea411 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/filter_clear.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:filter" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/filter_clear" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/filter_clear" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/linked_controller.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/linked_controller.json new file mode 100644 index 0000000000..56af2975f0 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/linked_controller.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:redstone_link" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/linked_controller" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/linked_controller" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_backtank.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_backtank.json new file mode 100644 index 0000000000..a28c6f7ae6 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_backtank.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:copper_backtank" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/netherite_backtank" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/netherite_backtank" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_backtank_from_netherite.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_backtank_from_netherite.json new file mode 100644 index 0000000000..5316b4c1ea --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_backtank_from_netherite.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:netherite_chestplate" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/netherite_backtank_from_netherite" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/netherite_backtank_from_netherite" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_boots.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_boots.json new file mode 100644 index 0000000000..d524c7a52b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_boots.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:copper_diving_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/netherite_diving_boots" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/netherite_diving_boots" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_boots_from_netherite.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_boots_from_netherite.json new file mode 100644 index 0000000000..807cc60d62 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_boots_from_netherite.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:netherite_boots" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/netherite_diving_boots_from_netherite" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/netherite_diving_boots_from_netherite" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_helmet.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_helmet.json new file mode 100644 index 0000000000..fe8c9e0c17 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_helmet.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:copper_diving_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/netherite_diving_helmet" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/netherite_diving_helmet" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_helmet_from_netherite.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_helmet_from_netherite.json new file mode 100644 index 0000000000..3195f2ce6a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/netherite_diving_helmet_from_netherite.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:netherite_helmet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/netherite_diving_helmet_from_netherite" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/netherite_diving_helmet_from_netherite" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/schedule_clear.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/schedule_clear.json new file mode 100644 index 0000000000..97aacb6a01 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/schedule_clear.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:schedule" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/schedule_clear" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/schedule_clear" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/tree_fertilizer.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/tree_fertilizer.json new file mode 100644 index 0000000000..fa3f03a26b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/appliances/tree_fertilizer.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:bone_meal" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/tree_fertilizer" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/tree_fertilizer" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/curiosities/brown_toolbox.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/curiosities/brown_toolbox.json new file mode 100644 index 0000000000..edcd5bff82 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/curiosities/brown_toolbox.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:plates/gold" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/curiosities/brown_toolbox" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/curiosities/brown_toolbox" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/adjustable_chain_gearshift.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/adjustable_chain_gearshift.json new file mode 100644 index 0000000000..7574ed534d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/adjustable_chain_gearshift.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:electron_tube" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/adjustable_chain_gearshift" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/adjustable_chain_gearshift" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/basin.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/basin.json new file mode 100644 index 0000000000..6fcd28376f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/basin.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/basin" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/basin" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/belt_connector.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/belt_connector.json new file mode 100644 index 0000000000..625236ddb4 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/belt_connector.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/belt_connector" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/belt_connector" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cart_assembler.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cart_assembler.json new file mode 100644 index 0000000000..04655dc603 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cart_assembler.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/cart_assembler" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/cart_assembler" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/chute.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/chute.json new file mode 100644 index 0000000000..3eeb24938a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/chute.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/chute" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/chute" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/clockwork_bearing.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/clockwork_bearing.json new file mode 100644 index 0000000000..a26dedeafb --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/clockwork_bearing.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/clockwork_bearing" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/clockwork_bearing" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/clutch.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/clutch.json new file mode 100644 index 0000000000..ff046fb1a3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/clutch.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/clutch" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/clutch" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cogwheel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cogwheel.json new file mode 100644 index 0000000000..10e8d6eefe --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cogwheel.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/cogwheel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/cogwheel" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/contraption_controls.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/contraption_controls.json new file mode 100644 index 0000000000..3c7541ba71 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/contraption_controls.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/contraption_controls" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/contraption_controls" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/controller_rail.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/controller_rail.json new file mode 100644 index 0000000000..5e47044953 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/controller_rail.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:powered_rail" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/controller_rail" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/controller_rail" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/controls.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/controls.json new file mode 100644 index 0000000000..c80827b0da --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/controls.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:railway_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/controls" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/controls" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle.json new file mode 100644 index 0000000000..013ffa897d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:copper_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/copper_valve_handle" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/copper_valve_handle" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle_from_others.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle_from_others.json new file mode 100644 index 0000000000..c01b402263 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/copper_valve_handle_from_others.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:copper_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/copper_valve_handle_from_others" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/copper_valve_handle_from_others" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/crafter_slot_cover.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/crafter_slot_cover.json new file mode 100644 index 0000000000..c3785ad8e3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/crafter_slot_cover.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:mechanical_crafter" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/crafter_slot_cover" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/crafter_slot_cover" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cuckoo_clock.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cuckoo_clock.json new file mode 100644 index 0000000000..d8adb915aa --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/cuckoo_clock.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/cuckoo_clock" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/cuckoo_clock" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/deployer.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/deployer.json new file mode 100644 index 0000000000..da86d5585a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/deployer.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:electron_tube" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/deployer" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/deployer" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/depot.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/depot.json new file mode 100644 index 0000000000..ab77049c9a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/depot.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/depot" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/depot" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/display_board.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/display_board.json new file mode 100644 index 0000000000..2d4e92725b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/display_board.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/display_board" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/display_board" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/elevator_pulley.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/elevator_pulley.json new file mode 100644 index 0000000000..590d1e163e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/elevator_pulley.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/brass" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/elevator_pulley" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/elevator_pulley" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/encased_chain_drive.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/encased_chain_drive.json new file mode 100644 index 0000000000..6994f53437 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/encased_chain_drive.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/encased_chain_drive" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/encased_chain_drive" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/encased_fan.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/encased_fan.json new file mode 100644 index 0000000000..76327407f9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/encased_fan.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:plates/iron" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/encased_fan" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/encased_fan" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/filter.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/filter.json new file mode 100644 index 0000000000..5f188b567f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/filter.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/filter" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/filter" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe.json new file mode 100644 index 0000000000..746b5b7419 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:copper_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/fluid_pipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/fluid_pipe" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe_vertical.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe_vertical.json new file mode 100644 index 0000000000..4d10a1ed74 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_pipe_vertical.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:copper_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/fluid_pipe_vertical" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/fluid_pipe_vertical" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_tank.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_tank.json new file mode 100644 index 0000000000..6b1e03e9ee --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_tank.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:barrels/wooden" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/fluid_tank" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/fluid_tank" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_valve.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_valve.json new file mode 100644 index 0000000000..9426d334e5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/fluid_valve.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:copper_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/fluid_valve" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/fluid_valve" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/flywheel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/flywheel.json new file mode 100644 index 0000000000..0399f0619d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/flywheel.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/brass" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/flywheel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/flywheel" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gantry_carriage.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gantry_carriage.json new file mode 100644 index 0000000000..2eb0d02994 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gantry_carriage.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/gantry_carriage" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/gantry_carriage" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gantry_shaft.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gantry_shaft.json new file mode 100644 index 0000000000..6b2d60b3b6 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gantry_shaft.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/gantry_shaft" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/gantry_shaft" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearbox.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearbox.json new file mode 100644 index 0000000000..2225964c06 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearbox.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:cogwheel" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/gearbox" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/gearbox" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearboxfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearboxfrom_conversion.json new file mode 100644 index 0000000000..2ba6ae84a5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearboxfrom_conversion.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:vertical_gearbox" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/gearboxfrom_conversion" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/gearboxfrom_conversion" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearshift.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearshift.json new file mode 100644 index 0000000000..c1683ca1f1 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/gearshift.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/gearshift" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/gearshift" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/goggles.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/goggles.json new file mode 100644 index 0000000000..3156b18f04 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/goggles.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/goggles" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/goggles" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/hand_crank.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/hand_crank.json new file mode 100644 index 0000000000..688344d416 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/hand_crank.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/hand_crank" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/hand_crank" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/hose_pulley.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/hose_pulley.json new file mode 100644 index 0000000000..3fac5455f6 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/hose_pulley.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:copper_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/hose_pulley" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/hose_pulley" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/item_drain.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/item_drain.json new file mode 100644 index 0000000000..67e9ff2334 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/item_drain.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:copper_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/item_drain" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/item_drain" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/item_vault.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/item_vault.json new file mode 100644 index 0000000000..2d126ccf5d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/item_vault.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:barrels/wooden" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/item_vault" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/item_vault" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheel.json new file mode 100644 index 0000000000..107eb8b613 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheel.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/large_cogwheel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/large_cogwheel" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheel_from_little.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheel_from_little.json new file mode 100644 index 0000000000..6f5e73c74f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_cogwheel_from_little.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/large_cogwheel_from_little" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/large_cogwheel_from_little" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_water_wheel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_water_wheel.json new file mode 100644 index 0000000000..78d8603989 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/large_water_wheel.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:water_wheel" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/large_water_wheel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/large_water_wheel" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassis.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassis.json new file mode 100644 index 0000000000..2d8596ca53 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassis.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/linear_chassis" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/linear_chassis" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassisfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassisfrom_conversion.json new file mode 100644 index 0000000000..10eb3be298 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/linear_chassisfrom_conversion.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:secondary_linear_chassis" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/linear_chassisfrom_conversion" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/linear_chassisfrom_conversion" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_arm.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_arm.json new file mode 100644 index 0000000000..90d65e683c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_arm.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/mechanical_arm" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_arm" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_bearing.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_bearing.json new file mode 100644 index 0000000000..ddeeb34113 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_bearing.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/mechanical_bearing" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_bearing" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_crafter.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_crafter.json new file mode 100644 index 0000000000..35362bcc4a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_crafter.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/mechanical_crafter" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_crafter" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_drill.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_drill.json new file mode 100644 index 0000000000..d1ec05eb7e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_drill.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/mechanical_drill" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_drill" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_harvester.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_harvester.json new file mode 100644 index 0000000000..476dc40e0b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_harvester.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/mechanical_harvester" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_harvester" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_mixer.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_mixer.json new file mode 100644 index 0000000000..35bcea6649 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_mixer.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/mechanical_mixer" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_mixer" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_piston.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_piston.json new file mode 100644 index 0000000000..d85ea83ab4 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_piston.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/mechanical_piston" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_piston" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_plough.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_plough.json new file mode 100644 index 0000000000..52a7dedba6 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_plough.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/mechanical_plough" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_plough" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_press.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_press.json new file mode 100644 index 0000000000..5e84e570f8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_press.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/mechanical_press" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_press" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_pump.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_pump.json new file mode 100644 index 0000000000..8b65213193 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_pump.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:copper_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/mechanical_pump" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_pump" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_roller.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_roller.json new file mode 100644 index 0000000000..3be97a0b2f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_roller.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/mechanical_roller" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_roller" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_saw.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_saw.json new file mode 100644 index 0000000000..82a67a1181 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mechanical_saw.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/mechanical_saw" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mechanical_saw" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/metal_bracket.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/metal_bracket.json new file mode 100644 index 0000000000..a0def5f14d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/metal_bracket.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/metal_bracket" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/metal_bracket" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/millstone.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/millstone.json new file mode 100644 index 0000000000..bce424dbff --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/millstone.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/millstone" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/millstone" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mysterious_cuckoo_clock.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mysterious_cuckoo_clock.json new file mode 100644 index 0000000000..da5c4b2bb9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/mysterious_cuckoo_clock.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:cuckoo_clock" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/mysterious_cuckoo_clock" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/mysterious_cuckoo_clock" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/nixie_tube.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/nixie_tube.json new file mode 100644 index 0000000000..d8e8435dbe --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/nixie_tube.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/nixie_tube" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/nixie_tube" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/nozzle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/nozzle.json new file mode 100644 index 0000000000..8c5abb5e2a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/nozzle.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:encased_fan" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/nozzle" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/nozzle" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/piston_extension_pole.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/piston_extension_pole.json new file mode 100644 index 0000000000..c332784c5a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/piston_extension_pole.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/piston_extension_pole" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/piston_extension_pole" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/placard.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/placard.json new file mode 100644 index 0000000000..a664b6b057 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/placard.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/brass" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/placard" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/placard" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/portable_fluid_interface.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/portable_fluid_interface.json new file mode 100644 index 0000000000..f50571d136 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/portable_fluid_interface.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:copper_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/portable_fluid_interface" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/portable_fluid_interface" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/portable_storage_interface.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/portable_storage_interface.json new file mode 100644 index 0000000000..1d8a919ab2 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/portable_storage_interface.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/portable_storage_interface" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/portable_storage_interface" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/propeller.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/propeller.json new file mode 100644 index 0000000000..d3eb7c6355 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/propeller.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:plates/iron" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/propeller" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/propeller" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/radial_chassis.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/radial_chassis.json new file mode 100644 index 0000000000..7b42ce936d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/radial_chassis.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/radial_chassis" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/radial_chassis" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rope_pulley.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rope_pulley.json new file mode 100644 index 0000000000..4cea75b00d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rope_pulley.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/rope_pulley" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/rope_pulley" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rotation_speed_controller.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rotation_speed_controller.json new file mode 100644 index 0000000000..2f2fc9563a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/rotation_speed_controller.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/rotation_speed_controller" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/rotation_speed_controller" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sail_framefrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sail_framefrom_conversion.json new file mode 100644 index 0000000000..c2e0b4dcb8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sail_framefrom_conversion.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:white_sail" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/sail_framefrom_conversion" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/sail_framefrom_conversion" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/schedule.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/schedule.json new file mode 100644 index 0000000000..eb492a516e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/schedule.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:plates/obsidian" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/schedule" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/schedule" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/secondary_linear_chassisfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/secondary_linear_chassisfrom_conversion.json new file mode 100644 index 0000000000..e272aa46ff --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/secondary_linear_chassisfrom_conversion.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:linear_chassis" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/secondary_linear_chassisfrom_conversion" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/secondary_linear_chassisfrom_conversion" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sequenced_gearshift.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sequenced_gearshift.json new file mode 100644 index 0000000000..87a31392a2 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sequenced_gearshift.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/sequenced_gearshift" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/sequenced_gearshift" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/shaft.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/shaft.json new file mode 100644 index 0000000000..5ec95aa54b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/shaft.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/shaft" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/shaft" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/smart_chute.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/smart_chute.json new file mode 100644 index 0000000000..ce263ba3f7 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/smart_chute.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:chute" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/smart_chute" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/smart_chute" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/smart_fluid_pipe.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/smart_fluid_pipe.json new file mode 100644 index 0000000000..c55ac5f88a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/smart_fluid_pipe.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:copper_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/smart_fluid_pipe" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/smart_fluid_pipe" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/speedometer.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/speedometer.json new file mode 100644 index 0000000000..2dc9886cbf --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/speedometer.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/speedometer" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/speedometer" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/speedometerfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/speedometerfrom_conversion.json new file mode 100644 index 0000000000..ce6387603b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/speedometerfrom_conversion.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:stressometer" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/speedometerfrom_conversion" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/speedometerfrom_conversion" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/spout.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/spout.json new file mode 100644 index 0000000000..313e36aeab --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/spout.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:copper_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/spout" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/spout" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/steam_engine.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/steam_engine.json new file mode 100644 index 0000000000..bf5231f7ff --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/steam_engine.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:copper_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/steam_engine" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/steam_engine" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/steam_whistle.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/steam_whistle.json new file mode 100644 index 0000000000..d0238caaef --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/steam_whistle.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:copper_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/steam_whistle" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/steam_whistle" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sticker.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sticker.json new file mode 100644 index 0000000000..e4ae63200b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sticker.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/sticker" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/sticker" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sticky_mechanical_piston.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sticky_mechanical_piston.json new file mode 100644 index 0000000000..e46d130eb2 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/sticky_mechanical_piston.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/sticky_mechanical_piston" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/sticky_mechanical_piston" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/stressometerfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/stressometerfrom_conversion.json new file mode 100644 index 0000000000..ffbfc5b788 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/stressometerfrom_conversion.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:speedometer" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/stressometerfrom_conversion" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/stressometerfrom_conversion" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/super_glue.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/super_glue.json new file mode 100644 index 0000000000..4d55fd5f6d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/super_glue.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:plates/iron" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/super_glue" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/super_glue" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_observer.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_observer.json new file mode 100644 index 0000000000..18c60bf75e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_observer.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:railway_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/track_observer" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/track_observer" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_observer_from_other_plates.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_observer_from_other_plates.json new file mode 100644 index 0000000000..844011af05 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_observer_from_other_plates.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:railway_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/track_observer_from_other_plates" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/track_observer_from_other_plates" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_signal.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_signal.json new file mode 100644 index 0000000000..0ba938b65e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_signal.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:railway_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/track_signal" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/track_signal" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_station.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_station.json new file mode 100644 index 0000000000..327da62aea --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/track_station.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:railway_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/track_station" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/track_station" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/turntable.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/turntable.json new file mode 100644 index 0000000000..205dba132f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/turntable.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/turntable" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/turntable" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/vertical_gearboxfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/vertical_gearboxfrom_conversion.json new file mode 100644 index 0000000000..63a56c19a5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/vertical_gearboxfrom_conversion.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:gearbox" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/vertical_gearboxfrom_conversion" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/vertical_gearboxfrom_conversion" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/water_wheel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/water_wheel.json new file mode 100644 index 0000000000..131455b558 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/water_wheel.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/water_wheel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/water_wheel" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/weighted_ejector.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/weighted_ejector.json new file mode 100644 index 0000000000..8f2ed6e239 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/weighted_ejector.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/weighted_ejector" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/weighted_ejector" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/whisk.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/whisk.json new file mode 100644 index 0000000000..42b9652118 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/whisk.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:plates/iron" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/whisk" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/whisk" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_sail.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_sail.json new file mode 100644 index 0000000000..29be65aab5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_sail.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/white_sail" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/white_sail" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_sailfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_sailfrom_conversion.json new file mode 100644 index 0000000000..35d3b8774e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/white_sailfrom_conversion.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:sail_frame" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/white_sailfrom_conversion" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/white_sailfrom_conversion" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/windmill_bearing.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/windmill_bearing.json new file mode 100644 index 0000000000..f4a3fdc3f0 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/windmill_bearing.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/windmill_bearing" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/windmill_bearing" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/wooden_bracket.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/wooden_bracket.json new file mode 100644 index 0000000000..37eb814db8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/wooden_bracket.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/wooden_bracket" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/wooden_bracket" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/wrench.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/wrench.json new file mode 100644 index 0000000000..7dc1136a7e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/kinetics/wrench.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/wrench" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/wrench" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/andesite_funnel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/andesite_funnel.json new file mode 100644 index 0000000000..0b304a2e9c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/andesite_funnel.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/logistics/andesite_funnel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/andesite_funnel" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/andesite_tunnel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/andesite_tunnel.json new file mode 100644 index 0000000000..b717f73810 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/andesite_tunnel.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/logistics/andesite_tunnel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/andesite_tunnel" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/brass_funnel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/brass_funnel.json new file mode 100644 index 0000000000..d55d6633b5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/brass_funnel.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/brass" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/logistics/brass_funnel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/brass_funnel" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/brass_tunnel.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/brass_tunnel.json new file mode 100644 index 0000000000..8928189253 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/brass_tunnel.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/brass" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/logistics/brass_tunnel" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/brass_tunnel" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/content_observer.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/content_observer.json new file mode 100644 index 0000000000..e4b712096d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/content_observer.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/logistics/content_observer" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/content_observer" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/display_link.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/display_link.json new file mode 100644 index 0000000000..ac0a929f53 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/display_link.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/logistics/display_link" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/display_link" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/powered_latch.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/powered_latch.json new file mode 100644 index 0000000000..b33cb54c5d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/powered_latch.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:dusts/redstone" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/logistics/powered_latch" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/powered_latch" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/powered_toggle_latch.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/powered_toggle_latch.json new file mode 100644 index 0000000000..31fc98ab15 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/powered_toggle_latch.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:dusts/redstone" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/logistics/powered_toggle_latch" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/powered_toggle_latch" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/pulse_extender.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/pulse_extender.json new file mode 100644 index 0000000000..5702ec9a33 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/pulse_extender.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:dusts/redstone" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/logistics/pulse_extender" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/pulse_extender" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/pulse_repeater.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/pulse_repeater.json new file mode 100644 index 0000000000..bf755ac7ac --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/pulse_repeater.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:dusts/redstone" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/logistics/pulse_repeater" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/pulse_repeater" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/redstone_contact.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/redstone_contact.json new file mode 100644 index 0000000000..a401bc6d2d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/redstone_contact.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/logistics/redstone_contact" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/redstone_contact" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/redstone_link.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/redstone_link.json new file mode 100644 index 0000000000..c76a91edb9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/redstone_link.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/logistics/redstone_link" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/redstone_link" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/stockpile_switch.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/stockpile_switch.json new file mode 100644 index 0000000000..5cc7df6a98 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/logistics/stockpile_switch.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/logistics/stockpile_switch" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/logistics/stockpile_switch" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy.json new file mode 100644 index 0000000000..57ff9ac179 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ingots/iron" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/andesite_alloy" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/andesite_alloy" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy_from_block.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy_from_block.json new file mode 100644 index 0000000000..d7f852c14a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/andesite_alloy_from_block.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/andesite_alloy_from_block" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/andesite_alloy_from_block" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_compacting.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_compacting.json new file mode 100644 index 0000000000..24bf15c4b9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_compacting.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_nugget" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/brass_ingot_from_compacting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/brass_ingot_from_compacting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_decompacting.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_decompacting.json new file mode 100644 index 0000000000..a11601ecd8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_ingot_from_decompacting.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_block" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/brass_ingot_from_decompacting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/brass_ingot_from_decompacting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_nugget_from_decompacting.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_nugget_from_decompacting.json new file mode 100644 index 0000000000..0486b08f8a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/brass_nugget_from_decompacting.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/brass_nugget_from_decompacting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/brass_nugget_from_decompacting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/copper_nugget.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/copper_nugget.json new file mode 100644 index 0000000000..63e9f02751 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/copper_nugget.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:copper_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/copper_nugget" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/copper_nugget" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/electron_tube.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/electron_tube.json new file mode 100644 index 0000000000..224824f435 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/electron_tube.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:rose_quartz" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/electron_tube" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/electron_tube" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json new file mode 100644 index 0000000000..1d8e3f7040 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:raw_zinc_block" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/raw_zinc" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/raw_zinc" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/red_sand_paper.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/red_sand_paper.json new file mode 100644 index 0000000000..5c99c35a03 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/red_sand_paper.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:paper" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/red_sand_paper" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/red_sand_paper" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/rose_quartz.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/rose_quartz.json new file mode 100644 index 0000000000..40ed3aba3f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/rose_quartz.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:redstone" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/rose_quartz" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/rose_quartz" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/sand_paper.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/sand_paper.json new file mode 100644 index 0000000000..ed38056b36 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/sand_paper.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:paper" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/sand_paper" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/sand_paper" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_compacting.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_compacting.json new file mode 100644 index 0000000000..86305ae231 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_compacting.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:zinc_nugget" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/zinc_ingot_from_compacting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/zinc_ingot_from_compacting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_decompacting.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_decompacting.json new file mode 100644 index 0000000000..2038b7e58b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_ingot_from_decompacting.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:zinc_block" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/zinc_ingot_from_decompacting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/zinc_ingot_from_decompacting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_nugget_from_decompacting.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_nugget_from_decompacting.json new file mode 100644 index 0000000000..6aaeb5d468 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/zinc_nugget_from_decompacting.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:zinc_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/zinc_nugget_from_decompacting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/zinc_nugget_from_decompacting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/empty_schematic.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/empty_schematic.json new file mode 100644 index 0000000000..93a9f4cc60 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/empty_schematic.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:paper" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/schematics/empty_schematic" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/schematics/empty_schematic" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematic_and_quill.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematic_and_quill.json new file mode 100644 index 0000000000..068fd5c4b8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematic_and_quill.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:paper" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/schematics/schematic_and_quill" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/schematics/schematic_and_quill" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematic_table.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematic_table.json new file mode 100644 index 0000000000..d9d03cb940 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematic_table.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:empty_schematic" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/schematics/schematic_table" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/schematics/schematic_table" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematicannon.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematicannon.json new file mode 100644 index 0000000000..d3732749e0 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/schematics/schematicannon.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:empty_schematic" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/schematics/schematicannon" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/schematics/schematicannon" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_crushed.json b/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_crushed.json new file mode 100644 index 0000000000..0880d87ddb --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_crushed.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_zinc_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/zinc_ingot_from_crushed" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/zinc_ingot_from_crushed" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_ore.json b/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_ore.json new file mode 100644 index 0000000000..4965896403 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_ore.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:ores/zinc" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/zinc_ingot_from_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/zinc_ingot_from_ore" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json b/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json new file mode 100644 index 0000000000..2668f24a42 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:raw_zinc" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/zinc_ingot_from_raw_ore" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/zinc_ingot_from_raw_ore" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/andesite_door.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/andesite_door.json new file mode 100644 index 0000000000..d84057d0ef --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/andesite_door.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/andesite_door" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/andesite_door" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/brass_door.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/brass_door.json new file mode 100644 index 0000000000..ce6f865e34 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/brass_door.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/brass_door" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/brass_door" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/copper_door.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/copper_door.json new file mode 100644 index 0000000000..d3e83ec42b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/copper_door.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:copper_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/copper_door" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/copper_door" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/framed_glass_door.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/framed_glass_door.json new file mode 100644 index 0000000000..de161ff205 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/framed_glass_door.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:framed_glass" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/framed_glass_door" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/framed_glass_door" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/framed_glass_trapdoor.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/framed_glass_trapdoor.json new file mode 100644 index 0000000000..a2df7f474c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/framed_glass_trapdoor.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:framed_glass" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/framed_glass_trapdoor" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/framed_glass_trapdoor" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/metal_girder.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/metal_girder.json new file mode 100644 index 0000000000..97bf6ad9f3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/metal_girder.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/metal_girder" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/metal_girder" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/train_door.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/train_door.json new file mode 100644 index 0000000000..0aa56dd1e2 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/train_door.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:railway_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/train_door" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/train_door" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/train_trapdoor.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/train_trapdoor.json new file mode 100644 index 0000000000..ce4c799a6b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/kinetics/train_trapdoor.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:railway_casing" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/train_trapdoor" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/train_trapdoor" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/andesite_alloy_block.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/andesite_alloy_block.json new file mode 100644 index 0000000000..398447637d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/andesite_alloy_block.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:andesite_alloy" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/andesite_alloy_block" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/andesite_alloy_block" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/brass_block_from_compacting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/brass_block_from_compacting.json new file mode 100644 index 0000000000..53a6bb714f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/brass_block_from_compacting.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:brass_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/brass_block_from_compacting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/brass_block_from_compacting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/raw_zinc_block.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/raw_zinc_block.json new file mode 100644 index 0000000000..145d961c0e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/raw_zinc_block.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:raw_zinc" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/raw_zinc_block" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/raw_zinc_block" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/rose_quartz_tilesfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/rose_quartz_tilesfrom_conversion.json new file mode 100644 index 0000000000..99080d1abf --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/rose_quartz_tilesfrom_conversion.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:small_rose_quartz_tiles" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/rose_quartz_tilesfrom_conversion" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/rose_quartz_tilesfrom_conversion" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/small_rose_quartz_tilesfrom_conversion.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/small_rose_quartz_tilesfrom_conversion.json new file mode 100644 index 0000000000..8393b5c53b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/small_rose_quartz_tilesfrom_conversion.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:rose_quartz_tiles" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/small_rose_quartz_tilesfrom_conversion" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/small_rose_quartz_tilesfrom_conversion" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/zinc_block_from_compacting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/zinc_block_from_compacting.json new file mode 100644 index 0000000000..819156c99b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/zinc_block_from_compacting.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:zinc_ingot" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/zinc_block_from_compacting" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/zinc_block_from_compacting" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/palettes/scorchia.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/palettes/scorchia.json new file mode 100644 index 0000000000..2dffdfa4f9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/palettes/scorchia.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:scoria" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/palettes/scorchia" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/palettes/scorchia" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/smelting/scoria.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/smelting/scoria.json new file mode 100644 index 0000000000..01a80b44eb --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/smelting/scoria.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:soul_sand" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/scoria" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/scoria" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_framed_glass_pane.json b/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_framed_glass_pane.json new file mode 100644 index 0000000000..ab72d8df03 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_framed_glass_pane.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:framed_glass_pane" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/glass_pane_from_framed_glass_pane" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/glass_pane_from_framed_glass_pane" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_horizontal_framed_glass_pane.json b/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_horizontal_framed_glass_pane.json new file mode 100644 index 0000000000..e31f3547e8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_horizontal_framed_glass_pane.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:horizontal_framed_glass_pane" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/glass_pane_from_horizontal_framed_glass_pane" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/glass_pane_from_horizontal_framed_glass_pane" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_tiled_glass_pane.json b/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_tiled_glass_pane.json new file mode 100644 index 0000000000..33b761226c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_tiled_glass_pane.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:tiled_glass_pane" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/glass_pane_from_tiled_glass_pane" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/glass_pane_from_tiled_glass_pane" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_vertical_framed_glass_pane.json b/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_vertical_framed_glass_pane.json new file mode 100644 index 0000000000..84ed688c2d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/decorations/smelting/glass_pane_from_vertical_framed_glass_pane.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:vertical_framed_glass_pane" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/glass_pane_from_vertical_framed_glass_pane" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/glass_pane_from_vertical_framed_glass_pane" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/food/campfire_cooking/bread.json b/src/generated/resources/data/create/advancements/recipes/food/campfire_cooking/bread.json new file mode 100644 index 0000000000..5f21bffd75 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/food/campfire_cooking/bread.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:dough" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:campfire_cooking/bread" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:campfire_cooking/bread" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/food/crafting/curiosities/cake.json b/src/generated/resources/data/create/advancements/recipes/food/crafting/curiosities/cake.json new file mode 100644 index 0000000000..f6407f3733 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/food/crafting/curiosities/cake.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "tag": "forge:dough" + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/curiosities/cake" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/curiosities/cake" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/food/smelting/bread.json b/src/generated/resources/data/create/advancements/recipes/food/smelting/bread.json new file mode 100644 index 0000000000..2fc5aaa7d0 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/food/smelting/bread.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:dough" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/bread" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/bread" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/food/smoking/bread.json b/src/generated/resources/data/create/advancements/recipes/food/smoking/bread.json new file mode 100644 index 0000000000..4a51eb2a85 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/food/smoking/bread.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:dough" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smoking/bread" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smoking/bread" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/misc/blasting/copper_ingot_from_crushed.json b/src/generated/resources/data/create/advancements/recipes/misc/blasting/copper_ingot_from_crushed.json new file mode 100644 index 0000000000..356dded7aa --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/misc/blasting/copper_ingot_from_crushed.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_copper_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:blasting/copper_ingot_from_crushed" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:blasting/copper_ingot_from_crushed" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/misc/blasting/gold_ingot_from_crushed.json b/src/generated/resources/data/create/advancements/recipes/misc/blasting/gold_ingot_from_crushed.json new file mode 100644 index 0000000000..fdefe8a461 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/misc/blasting/gold_ingot_from_crushed.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_gold_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:blasting/gold_ingot_from_crushed" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:blasting/gold_ingot_from_crushed" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/misc/blasting/iron_ingot_from_crushed.json b/src/generated/resources/data/create/advancements/recipes/misc/blasting/iron_ingot_from_crushed.json new file mode 100644 index 0000000000..084a551107 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/misc/blasting/iron_ingot_from_crushed.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_iron_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:blasting/iron_ingot_from_crushed" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:blasting/iron_ingot_from_crushed" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/misc/crafting/appliances/slime_ball.json b/src/generated/resources/data/create/advancements/recipes/misc/crafting/appliances/slime_ball.json new file mode 100644 index 0000000000..9ab211814e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/misc/crafting/appliances/slime_ball.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:dough" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/appliances/slime_ball" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/appliances/slime_ball" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/misc/crafting/materials/copper_ingot.json b/src/generated/resources/data/create/advancements/recipes/misc/crafting/materials/copper_ingot.json new file mode 100644 index 0000000000..e660840d7e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/misc/crafting/materials/copper_ingot.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:copper_nugget" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/materials/copper_ingot" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/copper_ingot" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/misc/smelting/copper_ingot_from_crushed.json b/src/generated/resources/data/create/advancements/recipes/misc/smelting/copper_ingot_from_crushed.json new file mode 100644 index 0000000000..9590f4d982 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/misc/smelting/copper_ingot_from_crushed.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_copper_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/copper_ingot_from_crushed" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/copper_ingot_from_crushed" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/misc/smelting/gold_ingot_from_crushed.json b/src/generated/resources/data/create/advancements/recipes/misc/smelting/gold_ingot_from_crushed.json new file mode 100644 index 0000000000..528df67cc8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/misc/smelting/gold_ingot_from_crushed.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_gold_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/gold_ingot_from_crushed" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/gold_ingot_from_crushed" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/misc/smelting/iron_ingot_from_crushed.json b/src/generated/resources/data/create/advancements/recipes/misc/smelting/iron_ingot_from_crushed.json new file mode 100644 index 0000000000..c5c7ac2d5a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/misc/smelting/iron_ingot_from_crushed.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:crushed_iron_ore" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:smelting/iron_ingot_from_crushed" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:smelting/iron_ingot_from_crushed" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/transportation/crafting/kinetics/furnace_minecart_from_contraption_cart.json b/src/generated/resources/data/create/advancements/recipes/transportation/crafting/kinetics/furnace_minecart_from_contraption_cart.json new file mode 100644 index 0000000000..c0e7a27713 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/transportation/crafting/kinetics/furnace_minecart_from_contraption_cart.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:cart_assembler" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/furnace_minecart_from_contraption_cart" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/furnace_minecart_from_contraption_cart" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/transportation/crafting/kinetics/minecart_from_contraption_cart.json b/src/generated/resources/data/create/advancements/recipes/transportation/crafting/kinetics/minecart_from_contraption_cart.json new file mode 100644 index 0000000000..48010e87b3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/transportation/crafting/kinetics/minecart_from_contraption_cart.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_item": { + "conditions": { + "items": [ + { + "items": [ + "create:cart_assembler" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:crafting/kinetics/minecart_from_contraption_cart" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_item", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:crafting/kinetics/minecart_from_contraption_cart" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/red_signal.json b/src/generated/resources/data/create/advancements/red_signal.json new file mode 100644 index 0000000000..14aa2dd9b2 --- /dev/null +++ b/src/generated/resources/data/create/advancements/red_signal.json @@ -0,0 +1,30 @@ +{ + "parent": "create:track_signal", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:red_signal_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.red_signal.desc" + }, + "frame": "goal", + "hidden": true, + "icon": { + "item": "create:track_signal" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.red_signal" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/root.json b/src/generated/resources/data/create/advancements/root.json new file mode 100644 index 0000000000..ab21a58548 --- /dev/null +++ b/src/generated/resources/data/create/advancements/root.json @@ -0,0 +1,30 @@ +{ + "criteria": { + "0": { + "conditions": {}, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "background": "create:textures/gui/advancements.png", + "description": { + "color": "#DBA213", + "translate": "advancement.create.root.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:brass_hand" + }, + "show_toast": false, + "title": { + "translate": "advancement.create.root" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/rose_quartz.json b/src/generated/resources/data/create/advancements/rose_quartz.json new file mode 100644 index 0000000000..3eb68fe266 --- /dev/null +++ b/src/generated/resources/data/create/advancements/rose_quartz.json @@ -0,0 +1,38 @@ +{ + "parent": "create:brass_casing", + "criteria": { + "0": { + "conditions": { + "items": [ + { + "items": [ + "create:polished_rose_quartz" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.rose_quartz.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:polished_rose_quartz" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.rose_quartz" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/saw_processing.json b/src/generated/resources/data/create/advancements/saw_processing.json new file mode 100644 index 0000000000..b2e72158d3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/saw_processing.json @@ -0,0 +1,30 @@ +{ + "parent": "create:fan_processing", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:saw_processing_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.saw_processing.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:mechanical_saw" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.saw_processing" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/self_deploying.json b/src/generated/resources/data/create/advancements/self_deploying.json new file mode 100644 index 0000000000..4f301b1ce2 --- /dev/null +++ b/src/generated/resources/data/create/advancements/self_deploying.json @@ -0,0 +1,30 @@ +{ + "parent": "create:potato_cannon_collide", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:self_deploying_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.self_deploying.desc" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "minecraft:rail" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.self_deploying" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/shifting_gears.json b/src/generated/resources/data/create/advancements/shifting_gears.json new file mode 100644 index 0000000000..55ebcd42af --- /dev/null +++ b/src/generated/resources/data/create/advancements/shifting_gears.json @@ -0,0 +1,30 @@ +{ + "parent": "create:windmill", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:shifting_gears_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.shifting_gears.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:cogwheel" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.shifting_gears" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/speed_controller.json b/src/generated/resources/data/create/advancements/speed_controller.json new file mode 100644 index 0000000000..d9d933fab3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/speed_controller.json @@ -0,0 +1,30 @@ +{ + "parent": "create:precision_mechanism", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:speed_controller_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.speed_controller.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:rotation_speed_controller" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.speed_controller" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/spout.json b/src/generated/resources/data/create/advancements/spout.json new file mode 100644 index 0000000000..2ebc8485c2 --- /dev/null +++ b/src/generated/resources/data/create/advancements/spout.json @@ -0,0 +1,30 @@ +{ + "parent": "create:copper_casing", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:spout_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.spout.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:spout" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.spout" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/steam_engine.json b/src/generated/resources/data/create/advancements/steam_engine.json new file mode 100644 index 0000000000..f1b3771e97 --- /dev/null +++ b/src/generated/resources/data/create/advancements/steam_engine.json @@ -0,0 +1,30 @@ +{ + "parent": "create:drain", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:steam_engine_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.steam_engine.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:steam_engine" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.steam_engine" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/steam_engine_maxed.json b/src/generated/resources/data/create/advancements/steam_engine_maxed.json new file mode 100644 index 0000000000..3d5acd5e88 --- /dev/null +++ b/src/generated/resources/data/create/advancements/steam_engine_maxed.json @@ -0,0 +1,30 @@ +{ + "parent": "create:hose_pulley_lava", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:steam_engine_maxed_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.steam_engine_maxed.desc" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "create:steam_engine" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.steam_engine_maxed" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/steam_whistle.json b/src/generated/resources/data/create/advancements/steam_whistle.json new file mode 100644 index 0000000000..9aa9d83eda --- /dev/null +++ b/src/generated/resources/data/create/advancements/steam_whistle.json @@ -0,0 +1,30 @@ +{ + "parent": "create:steam_engine", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:steam_whistle_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.steam_whistle.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:steam_whistle" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.steam_whistle" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/stressometer.json b/src/generated/resources/data/create/advancements/stressometer.json new file mode 100644 index 0000000000..2911dcbe50 --- /dev/null +++ b/src/generated/resources/data/create/advancements/stressometer.json @@ -0,0 +1,30 @@ +{ + "parent": "create:wrench_goggles", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:stressometer_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.stressometer.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:stressometer" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.stressometer" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/stressometer_maxed.json b/src/generated/resources/data/create/advancements/stressometer_maxed.json new file mode 100644 index 0000000000..fdd4a1ca6e --- /dev/null +++ b/src/generated/resources/data/create/advancements/stressometer_maxed.json @@ -0,0 +1,30 @@ +{ + "parent": "create:mechanical_mixer", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:stressometer_maxed_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.stressometer_maxed.desc" + }, + "frame": "goal", + "hidden": true, + "icon": { + "item": "create:stressometer" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.stressometer_maxed" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/sturdy_sheet.json b/src/generated/resources/data/create/advancements/sturdy_sheet.json new file mode 100644 index 0000000000..aa43b6cc27 --- /dev/null +++ b/src/generated/resources/data/create/advancements/sturdy_sheet.json @@ -0,0 +1,38 @@ +{ + "parent": "create:crushing_wheel", + "criteria": { + "0": { + "conditions": { + "items": [ + { + "items": [ + "create:sturdy_sheet" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.sturdy_sheet.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:sturdy_sheet" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.sturdy_sheet" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/super_glue.json b/src/generated/resources/data/create/advancements/super_glue.json new file mode 100644 index 0000000000..c9e1085cd8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/super_glue.json @@ -0,0 +1,31 @@ +{ + "parent": "create:millstone", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:super_glue_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.super_glue.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:super_glue", + "nbt": "{Damage:0}" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.super_glue" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/track_0.json b/src/generated/resources/data/create/advancements/track_0.json new file mode 100644 index 0000000000..c6a89a0f1b --- /dev/null +++ b/src/generated/resources/data/create/advancements/track_0.json @@ -0,0 +1,38 @@ +{ + "parent": "create:sturdy_sheet", + "criteria": { + "0": { + "conditions": { + "items": [ + { + "items": [ + "create:track" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.track_0.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:track" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.track_0" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/track_crafting_factory.json b/src/generated/resources/data/create/advancements/track_crafting_factory.json new file mode 100644 index 0000000000..05fa064e2e --- /dev/null +++ b/src/generated/resources/data/create/advancements/track_crafting_factory.json @@ -0,0 +1,30 @@ +{ + "parent": "create:sturdy_sheet", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:track_crafting_factory_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.track_crafting_factory.desc" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "create:mechanical_press" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.track_crafting_factory" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/track_signal.json b/src/generated/resources/data/create/advancements/track_signal.json new file mode 100644 index 0000000000..eff0b16f75 --- /dev/null +++ b/src/generated/resources/data/create/advancements/track_signal.json @@ -0,0 +1,30 @@ +{ + "parent": "create:conductor", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:track_signal_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.track_signal.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:track_signal" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.track_signal" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/train.json b/src/generated/resources/data/create/advancements/train.json new file mode 100644 index 0000000000..56b791f7e2 --- /dev/null +++ b/src/generated/resources/data/create/advancements/train.json @@ -0,0 +1,30 @@ +{ + "parent": "create:train_casing_00", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:train_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.train.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:track_station" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.train" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/train_casing_00.json b/src/generated/resources/data/create/advancements/train_casing_00.json new file mode 100644 index 0000000000..144a8b6559 --- /dev/null +++ b/src/generated/resources/data/create/advancements/train_casing_00.json @@ -0,0 +1,30 @@ +{ + "parent": "create:sturdy_sheet", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:train_casing_00_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.train_casing_00.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:railway_casing" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.train_casing_00" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/train_crash.json b/src/generated/resources/data/create/advancements/train_crash.json new file mode 100644 index 0000000000..f5bd37a12f --- /dev/null +++ b/src/generated/resources/data/create/advancements/train_crash.json @@ -0,0 +1,30 @@ +{ + "parent": "create:track_signal", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:train_crash_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.train_crash.desc" + }, + "frame": "goal", + "hidden": true, + "icon": { + "item": "create:incomplete_track" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.train_crash" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/train_crash_backwards.json b/src/generated/resources/data/create/advancements/train_crash_backwards.json new file mode 100644 index 0000000000..c24ffca1bb --- /dev/null +++ b/src/generated/resources/data/create/advancements/train_crash_backwards.json @@ -0,0 +1,30 @@ +{ + "parent": "create:track_signal", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:train_crash_backwards_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.train_crash_backwards.desc" + }, + "frame": "goal", + "hidden": true, + "icon": { + "item": "create:incomplete_track" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.train_crash_backwards" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/train_portal.json b/src/generated/resources/data/create/advancements/train_portal.json new file mode 100644 index 0000000000..61f6240a61 --- /dev/null +++ b/src/generated/resources/data/create/advancements/train_portal.json @@ -0,0 +1,30 @@ +{ + "parent": "create:train_whistle", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:train_portal_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.train_portal.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "minecraft:amethyst_block" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.train_portal" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/train_roadkill.json b/src/generated/resources/data/create/advancements/train_roadkill.json new file mode 100644 index 0000000000..53c05b4cf6 --- /dev/null +++ b/src/generated/resources/data/create/advancements/train_roadkill.json @@ -0,0 +1,31 @@ +{ + "parent": "create:track_signal", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:train_roadkill_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.train_roadkill.desc" + }, + "frame": "goal", + "hidden": true, + "icon": { + "item": "minecraft:diamond_sword", + "nbt": "{Damage:0}" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.train_roadkill" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/train_whistle.json b/src/generated/resources/data/create/advancements/train_whistle.json new file mode 100644 index 0000000000..5c8336fddf --- /dev/null +++ b/src/generated/resources/data/create/advancements/train_whistle.json @@ -0,0 +1,30 @@ +{ + "parent": "create:track_0", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:train_whistle_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.train_whistle.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:steam_whistle" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.train_whistle" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/water_supply.json b/src/generated/resources/data/create/advancements/water_supply.json new file mode 100644 index 0000000000..518b3b8b04 --- /dev/null +++ b/src/generated/resources/data/create/advancements/water_supply.json @@ -0,0 +1,30 @@ +{ + "parent": "create:glass_pipe", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:water_supply_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.water_supply.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "minecraft:water_bucket" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.water_supply" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/water_wheel.json b/src/generated/resources/data/create/advancements/water_wheel.json new file mode 100644 index 0000000000..61c16ade1a --- /dev/null +++ b/src/generated/resources/data/create/advancements/water_wheel.json @@ -0,0 +1,30 @@ +{ + "parent": "create:andesite_alloy", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:water_wheel_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.water_wheel.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:water_wheel" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.water_wheel" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/windmill.json b/src/generated/resources/data/create/advancements/windmill.json new file mode 100644 index 0000000000..f5246aa533 --- /dev/null +++ b/src/generated/resources/data/create/advancements/windmill.json @@ -0,0 +1,30 @@ +{ + "parent": "create:water_wheel", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:windmill_builtin" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.windmill.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:sail_frame" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.windmill" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/windmill_maxed.json b/src/generated/resources/data/create/advancements/windmill_maxed.json new file mode 100644 index 0000000000..109f1f8309 --- /dev/null +++ b/src/generated/resources/data/create/advancements/windmill_maxed.json @@ -0,0 +1,30 @@ +{ + "parent": "create:andesite_alloy", + "criteria": { + "0": { + "conditions": {}, + "trigger": "create:windmill_maxed_builtin" + } + }, + "display": { + "announce_to_chat": true, + "description": { + "color": "#DBA213", + "translate": "advancement.create.windmill_maxed.desc" + }, + "frame": "goal", + "hidden": false, + "icon": { + "item": "create:white_sail" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.windmill_maxed" + } + }, + "requirements": [ + [ + "0" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/wrench_goggles.json b/src/generated/resources/data/create/advancements/wrench_goggles.json new file mode 100644 index 0000000000..6f0e7d87d8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/wrench_goggles.json @@ -0,0 +1,53 @@ +{ + "parent": "create:portable_storage_interface", + "criteria": { + "0": { + "conditions": { + "items": [ + { + "items": [ + "create:wrench" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "1": { + "conditions": { + "items": [ + { + "items": [ + "create:goggles" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + } + }, + "display": { + "announce_to_chat": false, + "description": { + "color": "#DBA213", + "translate": "advancement.create.wrench_goggles.desc" + }, + "frame": "task", + "hidden": false, + "icon": { + "item": "create:wrench" + }, + "show_toast": true, + "title": { + "translate": "advancement.create.wrench_goggles" + } + }, + "requirements": [ + [ + "0" + ], + [ + "1" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/copper_ingot_from_crushed.json b/src/generated/resources/data/create/recipes/blasting/copper_ingot_from_crushed.json new file mode 100644 index 0000000000..48412c4d59 --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/copper_ingot_from_crushed.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_copper_ore" + }, + "result": "minecraft:copper_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/gold_ingot_from_crushed.json b/src/generated/resources/data/create/recipes/blasting/gold_ingot_from_crushed.json new file mode 100644 index 0000000000..31c13857f6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/gold_ingot_from_crushed.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_gold_ore" + }, + "result": "minecraft:gold_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_aluminum_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/blasting/ingot_aluminum_compat_immersiveengineering.json new file mode 100644 index 0000000000..55ba714417 --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/ingot_aluminum_compat_immersiveengineering.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_aluminum_ore" + }, + "result": "immersiveengineering:ingot_aluminum" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_lead_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/blasting/ingot_lead_compat_immersiveengineering.json new file mode 100644 index 0000000000..fa12f4bed8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/ingot_lead_compat_immersiveengineering.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_lead_ore" + }, + "result": "immersiveengineering:ingot_lead" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_lead_compat_mekanism.json b/src/generated/resources/data/create/recipes/blasting/ingot_lead_compat_mekanism.json new file mode 100644 index 0000000000..3f06f6c54e --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/ingot_lead_compat_mekanism.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_lead_ore" + }, + "result": "mekanism:ingot_lead" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_nickel_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/blasting/ingot_nickel_compat_immersiveengineering.json new file mode 100644 index 0000000000..4ca8dbdf2a --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/ingot_nickel_compat_immersiveengineering.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_nickel_ore" + }, + "result": "immersiveengineering:ingot_nickel" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_osmium_compat_mekanism.json b/src/generated/resources/data/create/recipes/blasting/ingot_osmium_compat_mekanism.json new file mode 100644 index 0000000000..aab62709a5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/ingot_osmium_compat_mekanism.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_osmium_ore" + }, + "result": "mekanism:ingot_osmium" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_silver_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/blasting/ingot_silver_compat_immersiveengineering.json new file mode 100644 index 0000000000..2f55fe7173 --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/ingot_silver_compat_immersiveengineering.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_silver_ore" + }, + "result": "immersiveengineering:ingot_silver" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_tin_compat_mekanism.json b/src/generated/resources/data/create/recipes/blasting/ingot_tin_compat_mekanism.json new file mode 100644 index 0000000000..a8498adeea --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/ingot_tin_compat_mekanism.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_tin_ore" + }, + "result": "mekanism:ingot_tin" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_uranium_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/blasting/ingot_uranium_compat_immersiveengineering.json new file mode 100644 index 0000000000..6479e67405 --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/ingot_uranium_compat_immersiveengineering.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_uranium_ore" + }, + "result": "immersiveengineering:ingot_uranium" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/ingot_uranium_compat_mekanism.json b/src/generated/resources/data/create/recipes/blasting/ingot_uranium_compat_mekanism.json new file mode 100644 index 0000000000..e1e27c8238 --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/ingot_uranium_compat_mekanism.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_uranium_ore" + }, + "result": "mekanism:ingot_uranium" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/iron_ingot_from_crushed.json b/src/generated/resources/data/create/recipes/blasting/iron_ingot_from_crushed.json new file mode 100644 index 0000000000..41d59b8fb9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/iron_ingot_from_crushed.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_iron_ore" + }, + "result": "minecraft:iron_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/lead_ingot_compat_thermal.json b/src/generated/resources/data/create/recipes/blasting/lead_ingot_compat_thermal.json new file mode 100644 index 0000000000..55d97793b6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/lead_ingot_compat_thermal.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_lead_ore" + }, + "result": "thermal:lead_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/nickel_ingot_compat_thermal.json b/src/generated/resources/data/create/recipes/blasting/nickel_ingot_compat_thermal.json new file mode 100644 index 0000000000..b6c9f5e5d3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/nickel_ingot_compat_thermal.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_nickel_ore" + }, + "result": "thermal:nickel_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/silver_ingot_compat_thermal.json b/src/generated/resources/data/create/recipes/blasting/silver_ingot_compat_thermal.json new file mode 100644 index 0000000000..7edd0fb1d8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/silver_ingot_compat_thermal.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_silver_ore" + }, + "result": "thermal:silver_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/tin_ingot_compat_thermal.json b/src/generated/resources/data/create/recipes/blasting/tin_ingot_compat_thermal.json new file mode 100644 index 0000000000..06be71f22f --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/tin_ingot_compat_thermal.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:blasting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_tin_ore" + }, + "result": "thermal:tin_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_crushed.json b/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_crushed.json new file mode 100644 index 0000000000..a7afb30cb9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_crushed.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 100, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_zinc_ore" + }, + "result": "create:zinc_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_ore.json b/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_ore.json new file mode 100644 index 0000000000..35e18194ba --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 100, + "experience": 1.0, + "ingredient": { + "tag": "forge:ores/zinc" + }, + "result": "create:zinc_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_raw_ore.json b/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_raw_ore.json new file mode 100644 index 0000000000..09553fd471 --- /dev/null +++ b/src/generated/resources/data/create/recipes/blasting/zinc_ingot_from_raw_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:blasting", + "cookingtime": 100, + "experience": 0.7, + "ingredient": { + "item": "create:raw_zinc" + }, + "result": "create:zinc_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/campfire_cooking/bread.json b/src/generated/resources/data/create/recipes/campfire_cooking/bread.json new file mode 100644 index 0000000000..9c52a5671d --- /dev/null +++ b/src/generated/resources/data/create/recipes/campfire_cooking/bread.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:campfire_cooking", + "cookingtime": 600, + "experience": 0.0, + "ingredient": { + "item": "create:dough" + }, + "result": "minecraft:bread" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/compacting/andesite_from_flint.json b/src/generated/resources/data/create/recipes/compacting/andesite_from_flint.json new file mode 100644 index 0000000000..2b5651567f --- /dev/null +++ b/src/generated/resources/data/create/recipes/compacting/andesite_from_flint.json @@ -0,0 +1,24 @@ +{ + "type": "create:compacting", + "ingredients": [ + { + "item": "minecraft:flint" + }, + { + "item": "minecraft:flint" + }, + { + "item": "minecraft:gravel" + }, + { + "amount": 100, + "fluid": "minecraft:lava", + "nbt": {} + } + ], + "results": [ + { + "item": "minecraft:andesite" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/compacting/blaze_cake.json b/src/generated/resources/data/create/recipes/compacting/blaze_cake.json new file mode 100644 index 0000000000..985ae27d0e --- /dev/null +++ b/src/generated/resources/data/create/recipes/compacting/blaze_cake.json @@ -0,0 +1,19 @@ +{ + "type": "create:compacting", + "ingredients": [ + { + "tag": "forge:eggs" + }, + { + "item": "minecraft:sugar" + }, + { + "item": "create:cinder_flour" + } + ], + "results": [ + { + "item": "create:blaze_cake_base" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/compacting/chocolate.json b/src/generated/resources/data/create/recipes/compacting/chocolate.json new file mode 100644 index 0000000000..610b3f5ca0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/compacting/chocolate.json @@ -0,0 +1,15 @@ +{ + "type": "create:compacting", + "ingredients": [ + { + "amount": 250, + "fluid": "create:chocolate", + "nbt": {} + } + ], + "results": [ + { + "item": "create:bar_of_chocolate" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/compacting/diorite_from_flint.json b/src/generated/resources/data/create/recipes/compacting/diorite_from_flint.json new file mode 100644 index 0000000000..afda0bc93f --- /dev/null +++ b/src/generated/resources/data/create/recipes/compacting/diorite_from_flint.json @@ -0,0 +1,24 @@ +{ + "type": "create:compacting", + "ingredients": [ + { + "item": "minecraft:flint" + }, + { + "item": "minecraft:flint" + }, + { + "item": "minecraft:calcite" + }, + { + "amount": 100, + "fluid": "minecraft:lava", + "nbt": {} + } + ], + "results": [ + { + "item": "minecraft:diorite" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/compacting/granite_from_flint.json b/src/generated/resources/data/create/recipes/compacting/granite_from_flint.json new file mode 100644 index 0000000000..774189b77d --- /dev/null +++ b/src/generated/resources/data/create/recipes/compacting/granite_from_flint.json @@ -0,0 +1,24 @@ +{ + "type": "create:compacting", + "ingredients": [ + { + "item": "minecraft:flint" + }, + { + "item": "minecraft:flint" + }, + { + "item": "minecraft:red_sand" + }, + { + "amount": 100, + "fluid": "minecraft:lava", + "nbt": {} + } + ], + "results": [ + { + "item": "minecraft:granite" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/compacting/honey.json b/src/generated/resources/data/create/recipes/compacting/honey.json new file mode 100644 index 0000000000..df55cea14c --- /dev/null +++ b/src/generated/resources/data/create/recipes/compacting/honey.json @@ -0,0 +1,14 @@ +{ + "type": "create:compacting", + "ingredients": [ + { + "amount": 1000, + "fluidTag": "forge:honey" + } + ], + "results": [ + { + "item": "minecraft:honey_block" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/attribute_filter_clear.json b/src/generated/resources/data/create/recipes/crafting/appliances/attribute_filter_clear.json new file mode 100644 index 0000000000..9f09e14cda --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/attribute_filter_clear.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:attribute_filter" + } + ], + "result": { + "item": "create:attribute_filter" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/clipboard.json b/src/generated/resources/data/create/recipes/crafting/appliances/clipboard.json new file mode 100644 index 0000000000..5acd4e08f7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/clipboard.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "G": { + "tag": "minecraft:planks" + }, + "P": { + "item": "minecraft:paper" + } + }, + "pattern": [ + "A", + "P", + "G" + ], + "result": { + "item": "create:clipboard" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/clipboard_clear.json b/src/generated/resources/data/create/recipes/crafting/appliances/clipboard_clear.json new file mode 100644 index 0000000000..de19409bd1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/clipboard_clear.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:clipboard" + } + ], + "result": { + "item": "create:clipboard" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/copper_backtank.json b/src/generated/resources/data/create/recipes/crafting/appliances/copper_backtank.json new file mode 100644 index 0000000000..393e7df1e1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/copper_backtank.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "B": { + "item": "minecraft:copper_block" + }, + "G": { + "item": "create:shaft" + }, + "P": { + "item": "minecraft:copper_ingot" + } + }, + "pattern": [ + "AGA", + "PBP", + " P " + ], + "result": { + "item": "create:copper_backtank" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/copper_diving_boots.json b/src/generated/resources/data/create/recipes/crafting/appliances/copper_diving_boots.json new file mode 100644 index 0000000000..911d18c56d --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/copper_diving_boots.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "G": { + "item": "create:andesite_alloy" + }, + "P": { + "item": "minecraft:copper_ingot" + } + }, + "pattern": [ + "P P", + "P P", + "G G" + ], + "result": { + "item": "create:copper_diving_boots" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/copper_diving_helmet.json b/src/generated/resources/data/create/recipes/crafting/appliances/copper_diving_helmet.json new file mode 100644 index 0000000000..81e6690934 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/copper_diving_helmet.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "G": { + "tag": "forge:glass" + }, + "P": { + "item": "minecraft:copper_ingot" + } + }, + "pattern": [ + "PPP", + "PGP" + ], + "result": { + "item": "create:copper_diving_helmet" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/crafting_blueprint.json b/src/generated/resources/data/create/recipes/crafting/appliances/crafting_blueprint.json new file mode 100644 index 0000000000..880a713324 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/crafting_blueprint.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:painting" + }, + { + "item": "minecraft:crafting_table" + } + ], + "result": { + "item": "create:crafting_blueprint" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/dough.json b/src/generated/resources/data/create/recipes/crafting/appliances/dough.json new file mode 100644 index 0000000000..a50b94524c --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/dough.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "forge:flour/wheat" + }, + { + "item": "minecraft:water_bucket" + } + ], + "result": { + "item": "create:dough" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/filter_clear.json b/src/generated/resources/data/create/recipes/crafting/appliances/filter_clear.json new file mode 100644 index 0000000000..19fb93579f --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/filter_clear.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:filter" + } + ], + "result": { + "item": "create:filter" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/linked_controller.json b/src/generated/resources/data/create/recipes/crafting/appliances/linked_controller.json new file mode 100644 index 0000000000..158c0fd809 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/linked_controller.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "P": { + "item": "create:redstone_link" + }, + "S": { + "tag": "minecraft:wooden_buttons" + } + }, + "pattern": [ + "SSS", + " P ", + "SSS" + ], + "result": { + "item": "create:linked_controller" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/netherite_backtank.json b/src/generated/resources/data/create/recipes/crafting/appliances/netherite_backtank.json new file mode 100644 index 0000000000..953fa491bf --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/netherite_backtank.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smithing", + "addition": { + "tag": "forge:ingots/netherite" + }, + "base": { + "item": "create:copper_backtank" + }, + "result": { + "item": "create:netherite_backtank" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/netherite_backtank_from_netherite.json b/src/generated/resources/data/create/recipes/crafting/appliances/netherite_backtank_from_netherite.json new file mode 100644 index 0000000000..46e4143caa --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/netherite_backtank_from_netherite.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smithing", + "addition": { + "item": "create:copper_backtank" + }, + "base": { + "item": "minecraft:netherite_chestplate" + }, + "result": { + "item": "create:netherite_backtank" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/netherite_diving_boots.json b/src/generated/resources/data/create/recipes/crafting/appliances/netherite_diving_boots.json new file mode 100644 index 0000000000..05e7f42389 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/netherite_diving_boots.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smithing", + "addition": { + "tag": "forge:ingots/netherite" + }, + "base": { + "item": "create:copper_diving_boots" + }, + "result": { + "item": "create:netherite_diving_boots" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/netherite_diving_boots_from_netherite.json b/src/generated/resources/data/create/recipes/crafting/appliances/netherite_diving_boots_from_netherite.json new file mode 100644 index 0000000000..3b47e1129f --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/netherite_diving_boots_from_netherite.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smithing", + "addition": { + "item": "create:copper_diving_boots" + }, + "base": { + "item": "minecraft:netherite_boots" + }, + "result": { + "item": "create:netherite_diving_boots" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/netherite_diving_helmet.json b/src/generated/resources/data/create/recipes/crafting/appliances/netherite_diving_helmet.json new file mode 100644 index 0000000000..33b59881d9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/netherite_diving_helmet.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smithing", + "addition": { + "tag": "forge:ingots/netherite" + }, + "base": { + "item": "create:copper_diving_helmet" + }, + "result": { + "item": "create:netherite_diving_helmet" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/netherite_diving_helmet_from_netherite.json b/src/generated/resources/data/create/recipes/crafting/appliances/netherite_diving_helmet_from_netherite.json new file mode 100644 index 0000000000..f7a2c0c90f --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/netherite_diving_helmet_from_netherite.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:smithing", + "addition": { + "item": "create:copper_diving_helmet" + }, + "base": { + "item": "minecraft:netherite_helmet" + }, + "result": { + "item": "create:netherite_diving_helmet" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/schedule_clear.json b/src/generated/resources/data/create/recipes/crafting/appliances/schedule_clear.json new file mode 100644 index 0000000000..a34b2868b7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/schedule_clear.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:schedule" + } + ], + "result": { + "item": "create:schedule" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/slime_ball.json b/src/generated/resources/data/create/recipes/crafting/appliances/slime_ball.json new file mode 100644 index 0000000000..ec270b1fef --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/slime_ball.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:dough" + }, + { + "tag": "forge:dyes/lime" + } + ], + "result": { + "item": "minecraft:slime_ball" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/appliances/tree_fertilizer.json b/src/generated/resources/data/create/recipes/crafting/appliances/tree_fertilizer.json new file mode 100644 index 0000000000..21b63753f5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/appliances/tree_fertilizer.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "minecraft:small_flowers" + }, + { + "tag": "minecraft:small_flowers" + }, + [ + { + "item": "minecraft:horn_coral" + }, + { + "item": "minecraft:brain_coral" + }, + { + "item": "minecraft:tube_coral" + }, + { + "item": "minecraft:bubble_coral" + }, + { + "item": "minecraft:fire_coral" + } + ], + { + "item": "minecraft:bone_meal" + } + ], + "result": { + "count": 2, + "item": "create:tree_fertilizer" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/curiosities/brown_toolbox.json b/src/generated/resources/data/create/recipes/crafting/curiosities/brown_toolbox.json new file mode 100644 index 0000000000..41ff8ffc6d --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/curiosities/brown_toolbox.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:cogwheel" + }, + "L": { + "tag": "forge:leather" + }, + "S": { + "tag": "forge:plates/gold" + }, + "W": { + "tag": "forge:chests/wooden" + } + }, + "pattern": [ + " C ", + "SWS", + " L " + ], + "result": { + "item": "create:brown_toolbox" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/curiosities/cake.json b/src/generated/resources/data/create/recipes/crafting/curiosities/cake.json new file mode 100644 index 0000000000..2d3655acfb --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/curiosities/cake.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "E": { + "tag": "forge:eggs" + }, + "M": { + "item": "minecraft:milk_bucket" + }, + "P": { + "tag": "forge:dough" + }, + "S": { + "item": "minecraft:sugar" + } + }, + "pattern": [ + " M ", + "SES", + " P " + ], + "result": { + "item": "minecraft:cake" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/curiosities/minecart_coupling.json b/src/generated/resources/data/create/recipes/crafting/curiosities/minecart_coupling.json new file mode 100644 index 0000000000..a7c5dc30a1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/curiosities/minecart_coupling.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "E": { + "item": "create:andesite_alloy" + }, + "O": { + "tag": "forge:plates/iron" + } + }, + "pattern": [ + " E", + " O ", + "E " + ], + "result": { + "item": "create:minecart_coupling" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/curiosities/peculiar_bell.json b/src/generated/resources/data/create/recipes/crafting/curiosities/peculiar_bell.json new file mode 100644 index 0000000000..863112388d --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/curiosities/peculiar_bell.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "I": { + "tag": "forge:storage_blocks/brass" + }, + "P": { + "tag": "forge:plates/brass" + } + }, + "pattern": [ + "I", + "P" + ], + "result": { + "item": "create:peculiar_bell" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/curiosities/toolbox_dyeing.json b/src/generated/resources/data/create/recipes/crafting/curiosities/toolbox_dyeing.json new file mode 100644 index 0000000000..a2959e1bca --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/curiosities/toolbox_dyeing.json @@ -0,0 +1,3 @@ +{ + "type": "create:toolbox_dyeing" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/adjustable_chain_gearshift.json b/src/generated/resources/data/create/recipes/crafting/kinetics/adjustable_chain_gearshift.json new file mode 100644 index 0000000000..cc1d5c3217 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/adjustable_chain_gearshift.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:encased_chain_drive" + }, + { + "item": "create:electron_tube" + } + ], + "result": { + "item": "create:adjustable_chain_gearshift" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/analog_lever.json b/src/generated/resources/data/create/recipes/crafting/kinetics/analog_lever.json new file mode 100644 index 0000000000..087a118f32 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/analog_lever.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "P": { + "tag": "forge:rods/wooden" + }, + "S": { + "item": "create:andesite_casing" + } + }, + "pattern": [ + "P", + "S" + ], + "result": { + "item": "create:analog_lever" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/andesite_door.json b/src/generated/resources/data/create/recipes/crafting/kinetics/andesite_door.json new file mode 100644 index 0000000000..f8870c5fce --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/andesite_door.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "minecraft:wooden_doors" + }, + { + "item": "create:andesite_casing" + } + ], + "result": { + "item": "create:andesite_door" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/attribute_filter.json b/src/generated/resources/data/create/recipes/crafting/kinetics/attribute_filter.json new file mode 100644 index 0000000000..6ba5415e0d --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/attribute_filter.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "tag": "forge:nuggets/brass" + }, + "S": { + "tag": "minecraft:wool" + } + }, + "pattern": [ + "ASA" + ], + "result": { + "item": "create:attribute_filter" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/basin.json b/src/generated/resources/data/create/recipes/crafting/kinetics/basin.json new file mode 100644 index 0000000000..22c2cb242e --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/basin.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + } + }, + "pattern": [ + "A A", + "AAA" + ], + "result": { + "item": "create:basin" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/belt_connector.json b/src/generated/resources/data/create/recipes/crafting/kinetics/belt_connector.json new file mode 100644 index 0000000000..7d6020a50d --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/belt_connector.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "D": { + "item": "minecraft:dried_kelp" + } + }, + "pattern": [ + "DDD", + "DDD" + ], + "result": { + "item": "create:belt_connector" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/brass_door.json b/src/generated/resources/data/create/recipes/crafting/kinetics/brass_door.json new file mode 100644 index 0000000000..1ff8c45ee2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/brass_door.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "minecraft:wooden_doors" + }, + { + "item": "create:brass_casing" + } + ], + "result": { + "item": "create:brass_door" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/brass_hand.json b/src/generated/resources/data/create/recipes/crafting/kinetics/brass_hand.json new file mode 100644 index 0000000000..e23247fd3c --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/brass_hand.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "B": { + "tag": "forge:plates/brass" + } + }, + "pattern": [ + " A ", + "BBB", + " B " + ], + "result": { + "item": "create:brass_hand" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/cart_assembler.json b/src/generated/resources/data/create/recipes/crafting/kinetics/cart_assembler.json new file mode 100644 index 0000000000..b9f38ef4f3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/cart_assembler.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:andesite_alloy" + }, + "L": { + "tag": "minecraft:logs" + }, + "R": { + "tag": "forge:dusts/redstone" + } + }, + "pattern": [ + "CRC", + "L L" + ], + "result": { + "item": "create:cart_assembler" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/chute.json b/src/generated/resources/data/create/recipes/crafting/kinetics/chute.json new file mode 100644 index 0000000000..0f5de0661b --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/chute.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "tag": "forge:plates/iron" + }, + "I": { + "tag": "forge:ingots/iron" + } + }, + "pattern": [ + "A", + "I", + "A" + ], + "result": { + "count": 4, + "item": "create:chute" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/clockwork_bearing.json b/src/generated/resources/data/create/recipes/crafting/kinetics/clockwork_bearing.json new file mode 100644 index 0000000000..932fcfcd20 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/clockwork_bearing.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "tag": "minecraft:wooden_slabs" + }, + "C": { + "item": "create:brass_casing" + }, + "S": { + "item": "create:electron_tube" + } + }, + "pattern": [ + "B", + "C", + "S" + ], + "result": { + "item": "create:clockwork_bearing" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/clutch.json b/src/generated/resources/data/create/recipes/crafting/kinetics/clutch.json new file mode 100644 index 0000000000..b500006185 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/clutch.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:andesite_casing" + }, + { + "item": "create:shaft" + }, + { + "tag": "forge:dusts/redstone" + } + ], + "result": { + "item": "create:clutch" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/cogwheel.json b/src/generated/resources/data/create/recipes/crafting/kinetics/cogwheel.json new file mode 100644 index 0000000000..b170f1e0e2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/cogwheel.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:shaft" + }, + { + "tag": "minecraft:planks" + } + ], + "result": { + "item": "create:cogwheel" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/contraption_controls.json b/src/generated/resources/data/create/recipes/crafting/kinetics/contraption_controls.json new file mode 100644 index 0000000000..9ecdd516a4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/contraption_controls.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "tag": "minecraft:buttons" + }, + "C": { + "item": "create:andesite_casing" + }, + "I": { + "item": "create:electron_tube" + } + }, + "pattern": [ + "B", + "C", + "I" + ], + "result": { + "item": "create:contraption_controls" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/controller_rail.json b/src/generated/resources/data/create/recipes/crafting/kinetics/controller_rail.json new file mode 100644 index 0000000000..7a2cdd11ae --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/controller_rail.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "tag": "forge:ingots/gold" + }, + "E": { + "item": "create:electron_tube" + }, + "S": { + "tag": "forge:rods/wooden" + } + }, + "pattern": [ + "A A", + "ASA", + "AEA" + ], + "result": { + "count": 6, + "item": "create:controller_rail" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/controls.json b/src/generated/resources/data/create/recipes/crafting/kinetics/controls.json new file mode 100644 index 0000000000..602823f355 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/controls.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "item": "minecraft:lever" + }, + "C": { + "item": "create:railway_casing" + }, + "I": { + "item": "create:precision_mechanism" + } + }, + "pattern": [ + "B", + "C", + "I" + ], + "result": { + "item": "create:controls" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/copper_door.json b/src/generated/resources/data/create/recipes/crafting/kinetics/copper_door.json new file mode 100644 index 0000000000..98cb8e3534 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/copper_door.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "minecraft:wooden_doors" + }, + { + "item": "create:copper_casing" + } + ], + "result": { + "item": "create:copper_door" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/copper_valve_handle.json b/src/generated/resources/data/create/recipes/crafting/kinetics/copper_valve_handle.json new file mode 100644 index 0000000000..dd167835ce --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/copper_valve_handle.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "tag": "forge:plates/copper" + }, + "S": { + "item": "create:andesite_alloy" + } + }, + "pattern": [ + "CCC", + " S " + ], + "result": { + "item": "create:copper_valve_handle" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/copper_valve_handle_from_others.json b/src/generated/resources/data/create/recipes/crafting/kinetics/copper_valve_handle_from_others.json new file mode 100644 index 0000000000..679b198a67 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/copper_valve_handle_from_others.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "create:valve_handles" + } + ], + "result": { + "item": "create:copper_valve_handle" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/crafter_slot_cover.json b/src/generated/resources/data/create/recipes/crafting/kinetics/crafter_slot_cover.json new file mode 100644 index 0000000000..c44d5c91eb --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/crafter_slot_cover.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "tag": "forge:nuggets/brass" + } + }, + "pattern": [ + "AAA" + ], + "result": { + "item": "create:crafter_slot_cover" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/cuckoo_clock.json b/src/generated/resources/data/create/recipes/crafting/kinetics/cuckoo_clock.json new file mode 100644 index 0000000000..3884c61122 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/cuckoo_clock.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "minecraft:clock" + }, + "C": { + "item": "create:andesite_casing" + }, + "S": { + "tag": "minecraft:planks" + } + }, + "pattern": [ + "S", + "C", + "A" + ], + "result": { + "item": "create:cuckoo_clock" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/deployer.json b/src/generated/resources/data/create/recipes/crafting/kinetics/deployer.json new file mode 100644 index 0000000000..f788a33433 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/deployer.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "item": "create:electron_tube" + }, + "C": { + "item": "create:andesite_casing" + }, + "I": { + "item": "create:brass_hand" + } + }, + "pattern": [ + "B", + "C", + "I" + ], + "result": { + "item": "create:deployer" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/depot.json b/src/generated/resources/data/create/recipes/crafting/kinetics/depot.json new file mode 100644 index 0000000000..1a13c1789b --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/depot.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:andesite_alloy" + }, + { + "item": "create:andesite_casing" + } + ], + "result": { + "item": "create:depot" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/display_board.json b/src/generated/resources/data/create/recipes/crafting/kinetics/display_board.json new file mode 100644 index 0000000000..d046093ef7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/display_board.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:electron_tube" + }, + "P": { + "item": "create:andesite_alloy" + } + }, + "pattern": [ + "PAP" + ], + "result": { + "count": 2, + "item": "create:display_board" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/elevator_pulley.json b/src/generated/resources/data/create/recipes/crafting/kinetics/elevator_pulley.json new file mode 100644 index 0000000000..b070e4304a --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/elevator_pulley.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "item": "create:brass_casing" + }, + "C": { + "item": "minecraft:dried_kelp_block" + }, + "I": { + "tag": "forge:plates/iron" + } + }, + "pattern": [ + "B", + "C", + "I" + ], + "result": { + "item": "create:elevator_pulley" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/empty_blaze_burner.json b/src/generated/resources/data/create/recipes/crafting/kinetics/empty_blaze_burner.json new file mode 100644 index 0000000000..3bf715b1e4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/empty_blaze_burner.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "tag": "forge:netherrack" + }, + "I": { + "tag": "forge:plates/iron" + } + }, + "pattern": [ + " I ", + "IAI", + " I " + ], + "result": { + "item": "create:empty_blaze_burner" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/encased_chain_drive.json b/src/generated/resources/data/create/recipes/crafting/kinetics/encased_chain_drive.json new file mode 100644 index 0000000000..488caaf617 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/encased_chain_drive.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:andesite_casing" + }, + { + "tag": "forge:nuggets/iron" + }, + { + "tag": "forge:nuggets/iron" + }, + { + "tag": "forge:nuggets/iron" + } + ], + "result": { + "item": "create:encased_chain_drive" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/encased_fan.json b/src/generated/resources/data/create/recipes/crafting/kinetics/encased_fan.json new file mode 100644 index 0000000000..cbedbe937c --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/encased_fan.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_casing" + }, + "P": { + "item": "create:propeller" + }, + "S": { + "item": "create:shaft" + } + }, + "pattern": [ + "S", + "A", + "P" + ], + "result": { + "item": "create:encased_fan" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/filter.json b/src/generated/resources/data/create/recipes/crafting/kinetics/filter.json new file mode 100644 index 0000000000..b48ccbcdea --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/filter.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "tag": "forge:nuggets/iron" + }, + "S": { + "tag": "minecraft:wool" + } + }, + "pattern": [ + "ASA" + ], + "result": { + "item": "create:filter" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_pipe.json b/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_pipe.json new file mode 100644 index 0000000000..9b3d463f2d --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_pipe.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "minecraft:copper_ingot" + }, + "S": { + "tag": "forge:plates/copper" + } + }, + "pattern": [ + "SCS" + ], + "result": { + "count": 4, + "item": "create:fluid_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_pipe_vertical.json b/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_pipe_vertical.json new file mode 100644 index 0000000000..123357297b --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_pipe_vertical.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "minecraft:copper_ingot" + }, + "S": { + "tag": "forge:plates/copper" + } + }, + "pattern": [ + "S", + "C", + "S" + ], + "result": { + "count": 4, + "item": "create:fluid_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_tank.json b/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_tank.json new file mode 100644 index 0000000000..649b6b1d6a --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_tank.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "tag": "forge:plates/copper" + }, + "C": { + "tag": "forge:barrels/wooden" + } + }, + "pattern": [ + "B", + "C", + "B" + ], + "result": { + "item": "create:fluid_tank" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_valve.json b/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_valve.json new file mode 100644 index 0000000000..c6f601cbda --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/fluid_valve.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "forge:plates/iron" + }, + { + "item": "create:fluid_pipe" + } + ], + "result": { + "item": "create:fluid_valve" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/flywheel.json b/src/generated/resources/data/create/recipes/crafting/kinetics/flywheel.json new file mode 100644 index 0000000000..867d29354b --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/flywheel.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:shaft" + }, + "C": { + "tag": "forge:ingots/brass" + } + }, + "pattern": [ + "CCC", + "CAC", + "CCC" + ], + "result": { + "item": "create:flywheel" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/framed_glass_door.json b/src/generated/resources/data/create/recipes/crafting/kinetics/framed_glass_door.json new file mode 100644 index 0000000000..2e885633d9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/framed_glass_door.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "minecraft:wooden_doors" + }, + { + "item": "create:framed_glass" + } + ], + "result": { + "item": "create:framed_glass_door" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/framed_glass_trapdoor.json b/src/generated/resources/data/create/recipes/crafting/kinetics/framed_glass_trapdoor.json new file mode 100644 index 0000000000..c82b37b194 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/framed_glass_trapdoor.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "minecraft:wooden_trapdoors" + }, + { + "item": "create:framed_glass" + } + ], + "result": { + "item": "create:framed_glass_trapdoor" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/furnace_minecart_from_contraption_cart.json b/src/generated/resources/data/create/recipes/crafting/kinetics/furnace_minecart_from_contraption_cart.json new file mode 100644 index 0000000000..63b6f28b75 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/furnace_minecart_from_contraption_cart.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:furnace_minecart_contraption" + } + ], + "result": { + "item": "minecraft:furnace_minecart" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/gantry_carriage.json b/src/generated/resources/data/create/recipes/crafting/kinetics/gantry_carriage.json new file mode 100644 index 0000000000..d9f5b2740e --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/gantry_carriage.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "tag": "minecraft:wooden_slabs" + }, + "C": { + "item": "create:andesite_casing" + }, + "I": { + "item": "create:cogwheel" + } + }, + "pattern": [ + "B", + "C", + "I" + ], + "result": { + "item": "create:gantry_carriage" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/gantry_shaft.json b/src/generated/resources/data/create/recipes/crafting/kinetics/gantry_shaft.json new file mode 100644 index 0000000000..d66b69be04 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/gantry_shaft.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "R": { + "tag": "forge:dusts/redstone" + } + }, + "pattern": [ + "A", + "R", + "A" + ], + "result": { + "count": 8, + "item": "create:gantry_shaft" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/gearbox.json b/src/generated/resources/data/create/recipes/crafting/kinetics/gearbox.json new file mode 100644 index 0000000000..7173ce0bb9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/gearbox.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "item": "create:andesite_casing" + }, + "C": { + "item": "create:cogwheel" + } + }, + "pattern": [ + " C ", + "CBC", + " C " + ], + "result": { + "item": "create:gearbox" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/gearboxfrom_conversion.json b/src/generated/resources/data/create/recipes/crafting/kinetics/gearboxfrom_conversion.json new file mode 100644 index 0000000000..307ed1897e --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/gearboxfrom_conversion.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:vertical_gearbox" + } + ], + "result": { + "item": "create:gearbox" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/gearshift.json b/src/generated/resources/data/create/recipes/crafting/kinetics/gearshift.json new file mode 100644 index 0000000000..75dd806e83 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/gearshift.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:andesite_casing" + }, + { + "item": "create:cogwheel" + }, + { + "tag": "forge:dusts/redstone" + } + ], + "result": { + "item": "create:gearshift" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/goggles.json b/src/generated/resources/data/create/recipes/crafting/kinetics/goggles.json new file mode 100644 index 0000000000..a1db6e181f --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/goggles.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "G": { + "tag": "forge:glass" + }, + "P": { + "tag": "forge:plates/gold" + }, + "S": { + "tag": "forge:string" + } + }, + "pattern": [ + " S ", + "GPG" + ], + "result": { + "item": "create:goggles" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/hand_crank.json b/src/generated/resources/data/create/recipes/crafting/kinetics/hand_crank.json new file mode 100644 index 0000000000..db6283acbf --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/hand_crank.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "C": { + "tag": "minecraft:planks" + } + }, + "pattern": [ + "CCC", + " A" + ], + "result": { + "item": "create:hand_crank" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/hose_pulley.json b/src/generated/resources/data/create/recipes/crafting/kinetics/hose_pulley.json new file mode 100644 index 0000000000..19f10f3447 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/hose_pulley.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "item": "create:copper_casing" + }, + "C": { + "item": "minecraft:dried_kelp_block" + }, + "I": { + "tag": "forge:plates/copper" + } + }, + "pattern": [ + "B", + "C", + "I" + ], + "result": { + "item": "create:hose_pulley" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/item_drain.json b/src/generated/resources/data/create/recipes/crafting/kinetics/item_drain.json new file mode 100644 index 0000000000..e2e4830fb7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/item_drain.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "P": { + "item": "minecraft:iron_bars" + }, + "S": { + "item": "create:copper_casing" + } + }, + "pattern": [ + "P", + "S" + ], + "result": { + "item": "create:item_drain" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/item_vault.json b/src/generated/resources/data/create/recipes/crafting/kinetics/item_vault.json new file mode 100644 index 0000000000..d9858e8d8a --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/item_vault.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "tag": "forge:plates/iron" + }, + "C": { + "tag": "forge:barrels/wooden" + } + }, + "pattern": [ + "B", + "C", + "B" + ], + "result": { + "item": "create:item_vault" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/large_cogwheel.json b/src/generated/resources/data/create/recipes/crafting/kinetics/large_cogwheel.json new file mode 100644 index 0000000000..18f1d5ee5c --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/large_cogwheel.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:shaft" + }, + { + "tag": "minecraft:planks" + }, + { + "tag": "minecraft:planks" + } + ], + "result": { + "item": "create:large_cogwheel" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/large_cogwheel_from_little.json b/src/generated/resources/data/create/recipes/crafting/kinetics/large_cogwheel_from_little.json new file mode 100644 index 0000000000..fff6439b73 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/large_cogwheel_from_little.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:cogwheel" + }, + { + "tag": "minecraft:planks" + } + ], + "result": { + "item": "create:large_cogwheel" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/large_water_wheel.json b/src/generated/resources/data/create/recipes/crafting/kinetics/large_water_wheel.json new file mode 100644 index 0000000000..2d2c65a2d9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/large_water_wheel.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:water_wheel" + }, + "S": { + "tag": "minecraft:planks" + } + }, + "pattern": [ + "SSS", + "SCS", + "SSS" + ], + "result": { + "item": "create:large_water_wheel" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/linear_chassis.json b/src/generated/resources/data/create/recipes/crafting/kinetics/linear_chassis.json new file mode 100644 index 0000000000..1cd8e82628 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/linear_chassis.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "L": { + "tag": "minecraft:logs" + }, + "P": { + "item": "create:andesite_alloy" + } + }, + "pattern": [ + " P ", + "LLL", + " P " + ], + "result": { + "count": 3, + "item": "create:linear_chassis" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/linear_chassisfrom_conversion.json b/src/generated/resources/data/create/recipes/crafting/kinetics/linear_chassisfrom_conversion.json new file mode 100644 index 0000000000..871534db08 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/linear_chassisfrom_conversion.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:secondary_linear_chassis" + } + ], + "result": { + "item": "create:linear_chassis" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_arm.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_arm.json new file mode 100644 index 0000000000..9a386ec372 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_arm.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "C": { + "item": "create:brass_casing" + }, + "I": { + "item": "create:precision_mechanism" + }, + "L": { + "tag": "forge:plates/brass" + } + }, + "pattern": [ + "LLA", + "L ", + "IC " + ], + "result": { + "item": "create:mechanical_arm" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_bearing.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_bearing.json new file mode 100644 index 0000000000..b76615af8d --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_bearing.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "tag": "minecraft:wooden_slabs" + }, + "C": { + "item": "create:andesite_casing" + }, + "I": { + "item": "create:shaft" + } + }, + "pattern": [ + "B", + "C", + "I" + ], + "result": { + "item": "create:mechanical_bearing" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_crafter.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_crafter.json new file mode 100644 index 0000000000..ea81ba56a6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_crafter.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "item": "create:electron_tube" + }, + "C": { + "item": "create:brass_casing" + }, + "R": { + "item": "minecraft:crafting_table" + } + }, + "pattern": [ + "B", + "C", + "R" + ], + "result": { + "count": 3, + "item": "create:mechanical_crafter" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_drill.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_drill.json new file mode 100644 index 0000000000..f08155d4d4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_drill.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "C": { + "item": "create:andesite_casing" + }, + "I": { + "tag": "forge:ingots/iron" + } + }, + "pattern": [ + " A ", + "AIA", + " C " + ], + "result": { + "item": "create:mechanical_drill" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_harvester.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_harvester.json new file mode 100644 index 0000000000..cfb1654209 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_harvester.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "C": { + "item": "create:andesite_casing" + }, + "I": { + "tag": "forge:plates/iron" + } + }, + "pattern": [ + "AIA", + "AIA", + " C " + ], + "result": { + "item": "create:mechanical_harvester" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_mixer.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_mixer.json new file mode 100644 index 0000000000..02092a1630 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_mixer.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:andesite_casing" + }, + "I": { + "item": "create:whisk" + }, + "S": { + "item": "create:cogwheel" + } + }, + "pattern": [ + "S", + "C", + "I" + ], + "result": { + "item": "create:mechanical_mixer" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_piston.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_piston.json new file mode 100644 index 0000000000..ba6ef979ca --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_piston.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "tag": "minecraft:wooden_slabs" + }, + "C": { + "item": "create:andesite_casing" + }, + "I": { + "item": "create:piston_extension_pole" + } + }, + "pattern": [ + "B", + "C", + "I" + ], + "result": { + "item": "create:mechanical_piston" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_plough.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_plough.json new file mode 100644 index 0000000000..2c515ecb29 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_plough.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "C": { + "item": "create:andesite_casing" + }, + "I": { + "tag": "forge:plates/iron" + } + }, + "pattern": [ + "III", + "AAA", + " C " + ], + "result": { + "item": "create:mechanical_plough" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_press.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_press.json new file mode 100644 index 0000000000..ff72623cfe --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_press.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:andesite_casing" + }, + "I": { + "tag": "forge:storage_blocks/iron" + }, + "S": { + "item": "create:shaft" + } + }, + "pattern": [ + "S", + "C", + "I" + ], + "result": { + "item": "create:mechanical_press" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_pump.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_pump.json new file mode 100644 index 0000000000..20d5b5d2b1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_pump.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:cogwheel" + }, + { + "item": "create:fluid_pipe" + } + ], + "result": { + "item": "create:mechanical_pump" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_roller.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_roller.json new file mode 100644 index 0000000000..e2c4ae63b3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_roller.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:electron_tube" + }, + "C": { + "item": "create:andesite_casing" + }, + "I": { + "item": "create:crushing_wheel" + } + }, + "pattern": [ + "A", + "C", + "I" + ], + "result": { + "item": "create:mechanical_roller" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_saw.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_saw.json new file mode 100644 index 0000000000..4fd4b884cd --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mechanical_saw.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "tag": "forge:plates/iron" + }, + "C": { + "item": "create:andesite_casing" + }, + "I": { + "tag": "forge:ingots/iron" + } + }, + "pattern": [ + " A ", + "AIA", + " C " + ], + "result": { + "item": "create:mechanical_saw" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/metal_bracket.json b/src/generated/resources/data/create/recipes/crafting/kinetics/metal_bracket.json new file mode 100644 index 0000000000..43e7fbfb23 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/metal_bracket.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:andesite_alloy" + }, + "P": { + "tag": "forge:ingots/iron" + }, + "S": { + "tag": "forge:nuggets/iron" + } + }, + "pattern": [ + "SSS", + "PCP" + ], + "result": { + "count": 4, + "item": "create:metal_bracket" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/metal_girder.json b/src/generated/resources/data/create/recipes/crafting/kinetics/metal_girder.json new file mode 100644 index 0000000000..f26a7f8201 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/metal_girder.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:andesite_alloy" + }, + "P": { + "tag": "forge:plates/iron" + } + }, + "pattern": [ + "PPP", + "CCC" + ], + "result": { + "count": 8, + "item": "create:metal_girder" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/millstone.json b/src/generated/resources/data/create/recipes/crafting/kinetics/millstone.json new file mode 100644 index 0000000000..109b5f4cc4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/millstone.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:cogwheel" + }, + "I": { + "tag": "forge:stone" + }, + "S": { + "item": "create:andesite_casing" + } + }, + "pattern": [ + "C", + "S", + "I" + ], + "result": { + "item": "create:millstone" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/minecart_from_contraption_cart.json b/src/generated/resources/data/create/recipes/crafting/kinetics/minecart_from_contraption_cart.json new file mode 100644 index 0000000000..72e82750c4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/minecart_from_contraption_cart.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:minecart_contraption" + } + ], + "result": { + "item": "minecraft:minecart" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/mysterious_cuckoo_clock.json b/src/generated/resources/data/create/recipes/crafting/kinetics/mysterious_cuckoo_clock.json new file mode 100644 index 0000000000..1437e4100c --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/mysterious_cuckoo_clock.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "item": "create:cuckoo_clock" + }, + "C": { + "tag": "forge:gunpowder" + } + }, + "pattern": [ + " C ", + "CBC", + " C " + ], + "result": { + "item": "create:mysterious_cuckoo_clock" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/nixie_tube.json b/src/generated/resources/data/create/recipes/crafting/kinetics/nixie_tube.json new file mode 100644 index 0000000000..4f01d467f6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/nixie_tube.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:electron_tube" + }, + { + "item": "create:electron_tube" + } + ], + "result": { + "count": 4, + "item": "create:nixie_tube" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/nozzle.json b/src/generated/resources/data/create/recipes/crafting/kinetics/nozzle.json new file mode 100644 index 0000000000..39f01b6e1d --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/nozzle.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "tag": "minecraft:wool" + }, + "S": { + "item": "create:andesite_alloy" + } + }, + "pattern": [ + " S ", + " C ", + "SSS" + ], + "result": { + "item": "create:nozzle" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/piston_extension_pole.json b/src/generated/resources/data/create/recipes/crafting/kinetics/piston_extension_pole.json new file mode 100644 index 0000000000..6dd497d257 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/piston_extension_pole.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "P": { + "tag": "minecraft:planks" + } + }, + "pattern": [ + "P", + "A", + "P" + ], + "result": { + "count": 8, + "item": "create:piston_extension_pole" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/placard.json b/src/generated/resources/data/create/recipes/crafting/kinetics/placard.json new file mode 100644 index 0000000000..6aa29566ed --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/placard.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:item_frame" + }, + { + "tag": "forge:plates/brass" + } + ], + "result": { + "item": "create:placard" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/portable_fluid_interface.json b/src/generated/resources/data/create/recipes/crafting/kinetics/portable_fluid_interface.json new file mode 100644 index 0000000000..713545e372 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/portable_fluid_interface.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:copper_casing" + }, + { + "item": "create:chute" + } + ], + "result": { + "item": "create:portable_fluid_interface" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/portable_storage_interface.json b/src/generated/resources/data/create/recipes/crafting/kinetics/portable_storage_interface.json new file mode 100644 index 0000000000..406d5716c3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/portable_storage_interface.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:andesite_casing" + }, + { + "item": "create:chute" + } + ], + "result": { + "item": "create:portable_storage_interface" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/propeller.json b/src/generated/resources/data/create/recipes/crafting/kinetics/propeller.json new file mode 100644 index 0000000000..02a3bd2e4d --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/propeller.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:andesite_alloy" + }, + "S": { + "tag": "forge:plates/iron" + } + }, + "pattern": [ + " S ", + "SCS", + " S " + ], + "result": { + "item": "create:propeller" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/radial_chassis.json b/src/generated/resources/data/create/recipes/crafting/kinetics/radial_chassis.json new file mode 100644 index 0000000000..ab0ef5666e --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/radial_chassis.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "L": { + "tag": "minecraft:logs" + }, + "P": { + "item": "create:andesite_alloy" + } + }, + "pattern": [ + " L ", + "PLP", + " L " + ], + "result": { + "count": 3, + "item": "create:radial_chassis" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/rope_pulley.json b/src/generated/resources/data/create/recipes/crafting/kinetics/rope_pulley.json new file mode 100644 index 0000000000..5de89a3220 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/rope_pulley.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "item": "create:andesite_casing" + }, + "C": { + "tag": "minecraft:wool" + }, + "I": { + "tag": "forge:plates/iron" + } + }, + "pattern": [ + "B", + "C", + "I" + ], + "result": { + "item": "create:rope_pulley" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/rose_quartz_lamp.json b/src/generated/resources/data/create/recipes/crafting/kinetics/rose_quartz_lamp.json new file mode 100644 index 0000000000..2dc03e9e95 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/rose_quartz_lamp.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:polished_rose_quartz" + }, + { + "tag": "forge:dusts/redstone" + }, + { + "tag": "forge:ingots/zinc" + } + ], + "result": { + "item": "create:rose_quartz_lamp" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/rotation_speed_controller.json b/src/generated/resources/data/create/recipes/crafting/kinetics/rotation_speed_controller.json new file mode 100644 index 0000000000..a69a8d83f4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/rotation_speed_controller.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "item": "create:precision_mechanism" + }, + "C": { + "item": "create:brass_casing" + } + }, + "pattern": [ + "B", + "C" + ], + "result": { + "item": "create:rotation_speed_controller" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/sail_framefrom_conversion.json b/src/generated/resources/data/create/recipes/crafting/kinetics/sail_framefrom_conversion.json new file mode 100644 index 0000000000..e0802dc20b --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/sail_framefrom_conversion.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:white_sail" + } + ], + "result": { + "item": "create:sail_frame" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/schedule.json b/src/generated/resources/data/create/recipes/crafting/kinetics/schedule.json new file mode 100644 index 0000000000..28c85a4f63 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/schedule.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "forge:plates/obsidian" + }, + { + "item": "minecraft:paper" + } + ], + "result": { + "count": 4, + "item": "create:schedule" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/secondary_linear_chassisfrom_conversion.json b/src/generated/resources/data/create/recipes/crafting/kinetics/secondary_linear_chassisfrom_conversion.json new file mode 100644 index 0000000000..7d08aa6a6a --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/secondary_linear_chassisfrom_conversion.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:linear_chassis" + } + ], + "result": { + "item": "create:secondary_linear_chassis" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/sequenced_gearshift.json b/src/generated/resources/data/create/recipes/crafting/kinetics/sequenced_gearshift.json new file mode 100644 index 0000000000..d41c7cef81 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/sequenced_gearshift.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:brass_casing" + }, + { + "item": "create:cogwheel" + }, + { + "item": "create:electron_tube" + } + ], + "result": { + "item": "create:sequenced_gearshift" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/shaft.json b/src/generated/resources/data/create/recipes/crafting/kinetics/shaft.json new file mode 100644 index 0000000000..44c19e5d73 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/shaft.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + } + }, + "pattern": [ + "A", + "A" + ], + "result": { + "count": 8, + "item": "create:shaft" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/smart_chute.json b/src/generated/resources/data/create/recipes/crafting/kinetics/smart_chute.json new file mode 100644 index 0000000000..be87b0104d --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/smart_chute.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "I": { + "tag": "forge:plates/brass" + }, + "P": { + "item": "create:electron_tube" + }, + "S": { + "item": "create:chute" + } + }, + "pattern": [ + "I", + "S", + "P" + ], + "result": { + "item": "create:smart_chute" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/smart_fluid_pipe.json b/src/generated/resources/data/create/recipes/crafting/kinetics/smart_fluid_pipe.json new file mode 100644 index 0000000000..d411505d76 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/smart_fluid_pipe.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "I": { + "tag": "forge:plates/brass" + }, + "P": { + "item": "create:electron_tube" + }, + "S": { + "item": "create:fluid_pipe" + } + }, + "pattern": [ + "I", + "S", + "P" + ], + "result": { + "item": "create:smart_fluid_pipe" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/speedometer.json b/src/generated/resources/data/create/recipes/crafting/kinetics/speedometer.json new file mode 100644 index 0000000000..824d1ec886 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/speedometer.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_casing" + }, + "C": { + "item": "minecraft:compass" + } + }, + "pattern": [ + "C", + "A" + ], + "result": { + "item": "create:speedometer" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/speedometerfrom_conversion.json b/src/generated/resources/data/create/recipes/crafting/kinetics/speedometerfrom_conversion.json new file mode 100644 index 0000000000..6a9bfe93c2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/speedometerfrom_conversion.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:stressometer" + } + ], + "result": { + "item": "create:speedometer" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/spout.json b/src/generated/resources/data/create/recipes/crafting/kinetics/spout.json new file mode 100644 index 0000000000..eff470fceb --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/spout.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "P": { + "item": "minecraft:dried_kelp" + }, + "T": { + "item": "create:copper_casing" + } + }, + "pattern": [ + "T", + "P" + ], + "result": { + "item": "create:spout" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/steam_engine.json b/src/generated/resources/data/create/recipes/crafting/kinetics/steam_engine.json new file mode 100644 index 0000000000..56bdf70d48 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/steam_engine.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "C": { + "item": "minecraft:copper_block" + }, + "P": { + "tag": "forge:plates/gold" + } + }, + "pattern": [ + "P", + "A", + "C" + ], + "result": { + "item": "create:steam_engine" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/steam_whistle.json b/src/generated/resources/data/create/recipes/crafting/kinetics/steam_whistle.json new file mode 100644 index 0000000000..820d4cce6a --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/steam_whistle.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "minecraft:copper_ingot" + }, + "P": { + "tag": "forge:plates/gold" + } + }, + "pattern": [ + "P", + "C" + ], + "result": { + "item": "create:steam_whistle" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/sticker.json b/src/generated/resources/data/create/recipes/crafting/kinetics/sticker.json new file mode 100644 index 0000000000..887e22b146 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/sticker.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "tag": "forge:cobblestone" + }, + "I": { + "item": "create:andesite_alloy" + }, + "R": { + "tag": "forge:dusts/redstone" + }, + "S": { + "tag": "forge:slimeballs" + } + }, + "pattern": [ + "ISI", + "CRC" + ], + "result": { + "item": "create:sticker" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/sticky_mechanical_piston.json b/src/generated/resources/data/create/recipes/crafting/kinetics/sticky_mechanical_piston.json new file mode 100644 index 0000000000..c28431853b --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/sticky_mechanical_piston.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "P": { + "item": "create:mechanical_piston" + }, + "S": { + "tag": "forge:slimeballs" + } + }, + "pattern": [ + "S", + "P" + ], + "result": { + "item": "create:sticky_mechanical_piston" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/stressometerfrom_conversion.json b/src/generated/resources/data/create/recipes/crafting/kinetics/stressometerfrom_conversion.json new file mode 100644 index 0000000000..4072276ceb --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/stressometerfrom_conversion.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:speedometer" + } + ], + "result": { + "item": "create:stressometer" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/super_glue.json b/src/generated/resources/data/create/recipes/crafting/kinetics/super_glue.json new file mode 100644 index 0000000000..7f3d0ba2cc --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/super_glue.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "tag": "forge:slimeballs" + }, + "N": { + "tag": "forge:nuggets/iron" + }, + "S": { + "tag": "forge:plates/iron" + } + }, + "pattern": [ + "AS", + "NA" + ], + "result": { + "item": "create:super_glue" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/track_observer.json b/src/generated/resources/data/create/recipes/crafting/kinetics/track_observer.json new file mode 100644 index 0000000000..c37f6748f1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/track_observer.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:railway_casing" + }, + { + "tag": "minecraft:wooden_pressure_plates" + } + ], + "result": { + "count": 2, + "item": "create:track_observer" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/track_observer_from_other_plates.json b/src/generated/resources/data/create/recipes/crafting/kinetics/track_observer_from_other_plates.json new file mode 100644 index 0000000000..e36166e42e --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/track_observer_from_other_plates.json @@ -0,0 +1,26 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:railway_casing" + }, + [ + { + "item": "minecraft:stone_pressure_plate" + }, + { + "item": "minecraft:polished_blackstone_pressure_plate" + }, + { + "item": "minecraft:heavy_weighted_pressure_plate" + }, + { + "item": "minecraft:light_weighted_pressure_plate" + } + ] + ], + "result": { + "count": 2, + "item": "create:track_observer" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/track_signal.json b/src/generated/resources/data/create/recipes/crafting/kinetics/track_signal.json new file mode 100644 index 0000000000..c3be0f0a98 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/track_signal.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:railway_casing" + }, + { + "item": "create:electron_tube" + } + ], + "result": { + "count": 4, + "item": "create:track_signal" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/track_station.json b/src/generated/resources/data/create/recipes/crafting/kinetics/track_station.json new file mode 100644 index 0000000000..8dcc4f8cb1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/track_station.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:railway_casing" + }, + { + "item": "minecraft:compass" + } + ], + "result": { + "count": 2, + "item": "create:track_station" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/train_door.json b/src/generated/resources/data/create/recipes/crafting/kinetics/train_door.json new file mode 100644 index 0000000000..558c8734f6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/train_door.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "minecraft:wooden_doors" + }, + { + "item": "create:railway_casing" + } + ], + "result": { + "item": "create:train_door" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/train_trapdoor.json b/src/generated/resources/data/create/recipes/crafting/kinetics/train_trapdoor.json new file mode 100644 index 0000000000..82b668a524 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/train_trapdoor.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "minecraft:wooden_trapdoors" + }, + { + "item": "create:railway_casing" + } + ], + "result": { + "item": "create:train_trapdoor" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/turntable.json b/src/generated/resources/data/create/recipes/crafting/kinetics/turntable.json new file mode 100644 index 0000000000..9381f75dc3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/turntable.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "P": { + "tag": "minecraft:wooden_slabs" + }, + "S": { + "item": "create:shaft" + } + }, + "pattern": [ + "P", + "S" + ], + "result": { + "item": "create:turntable" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/vertical_gearboxfrom_conversion.json b/src/generated/resources/data/create/recipes/crafting/kinetics/vertical_gearboxfrom_conversion.json new file mode 100644 index 0000000000..05e85752eb --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/vertical_gearboxfrom_conversion.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:gearbox" + } + ], + "result": { + "item": "create:vertical_gearbox" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/water_wheel.json b/src/generated/resources/data/create/recipes/crafting/kinetics/water_wheel.json new file mode 100644 index 0000000000..fc3e0a0732 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/water_wheel.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:shaft" + }, + "S": { + "tag": "minecraft:planks" + } + }, + "pattern": [ + "SSS", + "SCS", + "SSS" + ], + "result": { + "item": "create:water_wheel" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/weighted_ejector.json b/src/generated/resources/data/create/recipes/crafting/kinetics/weighted_ejector.json new file mode 100644 index 0000000000..75d3668ecb --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/weighted_ejector.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "tag": "forge:plates/gold" + }, + "D": { + "item": "create:depot" + }, + "I": { + "item": "create:cogwheel" + } + }, + "pattern": [ + "A", + "D", + "I" + ], + "result": { + "item": "create:weighted_ejector" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/whisk.json b/src/generated/resources/data/create/recipes/crafting/kinetics/whisk.json new file mode 100644 index 0000000000..3e0e444f26 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/whisk.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:andesite_alloy" + }, + "S": { + "tag": "forge:plates/iron" + } + }, + "pattern": [ + " C ", + "SCS", + "SSS" + ], + "result": { + "item": "create:whisk" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/white_sail.json b/src/generated/resources/data/create/recipes/crafting/kinetics/white_sail.json new file mode 100644 index 0000000000..e1a0bb00c6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/white_sail.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "S": { + "tag": "forge:rods/wooden" + }, + "W": { + "tag": "minecraft:wool" + } + }, + "pattern": [ + "WS", + "SA" + ], + "result": { + "count": 2, + "item": "create:white_sail" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/white_sailfrom_conversion.json b/src/generated/resources/data/create/recipes/crafting/kinetics/white_sailfrom_conversion.json new file mode 100644 index 0000000000..3bc7c1131c --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/white_sailfrom_conversion.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:sail_frame" + } + ], + "result": { + "item": "create:white_sail" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/windmill_bearing.json b/src/generated/resources/data/create/recipes/crafting/kinetics/windmill_bearing.json new file mode 100644 index 0000000000..03e5974499 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/windmill_bearing.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "tag": "minecraft:wooden_slabs" + }, + "C": { + "tag": "forge:stone" + }, + "I": { + "item": "create:shaft" + } + }, + "pattern": [ + "B", + "C", + "I" + ], + "result": { + "item": "create:windmill_bearing" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/wooden_bracket.json b/src/generated/resources/data/create/recipes/crafting/kinetics/wooden_bracket.json new file mode 100644 index 0000000000..11b7bbe6f6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/wooden_bracket.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:andesite_alloy" + }, + "P": { + "tag": "minecraft:planks" + }, + "S": { + "tag": "forge:rods/wooden" + } + }, + "pattern": [ + "SSS", + "PCP" + ], + "result": { + "count": 4, + "item": "create:wooden_bracket" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/kinetics/wrench.json b/src/generated/resources/data/create/recipes/crafting/kinetics/wrench.json new file mode 100644 index 0000000000..50ee153a73 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/kinetics/wrench.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "G": { + "tag": "forge:plates/gold" + }, + "P": { + "item": "create:cogwheel" + }, + "S": { + "tag": "forge:rods/wooden" + } + }, + "pattern": [ + "GG", + "GP", + " S" + ], + "result": { + "item": "create:wrench" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/andesite_funnel.json b/src/generated/resources/data/create/recipes/crafting/logistics/andesite_funnel.json new file mode 100644 index 0000000000..9bdefd4279 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/logistics/andesite_funnel.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "K": { + "item": "minecraft:dried_kelp" + } + }, + "pattern": [ + "A", + "K" + ], + "result": { + "count": 2, + "item": "create:andesite_funnel" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/andesite_tunnel.json b/src/generated/resources/data/create/recipes/crafting/logistics/andesite_tunnel.json new file mode 100644 index 0000000000..d1fd44467e --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/logistics/andesite_tunnel.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "K": { + "item": "minecraft:dried_kelp" + } + }, + "pattern": [ + "AA", + "KK" + ], + "result": { + "count": 2, + "item": "create:andesite_tunnel" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/brass_funnel.json b/src/generated/resources/data/create/recipes/crafting/logistics/brass_funnel.json new file mode 100644 index 0000000000..7b25f37257 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/logistics/brass_funnel.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "tag": "forge:ingots/brass" + }, + "E": { + "item": "create:electron_tube" + }, + "K": { + "item": "minecraft:dried_kelp" + } + }, + "pattern": [ + "E", + "A", + "K" + ], + "result": { + "count": 2, + "item": "create:brass_funnel" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/brass_tunnel.json b/src/generated/resources/data/create/recipes/crafting/logistics/brass_tunnel.json new file mode 100644 index 0000000000..ca7c809609 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/logistics/brass_tunnel.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "tag": "forge:ingots/brass" + }, + "E": { + "item": "create:electron_tube" + }, + "K": { + "item": "minecraft:dried_kelp" + } + }, + "pattern": [ + "E ", + "AA", + "KK" + ], + "result": { + "count": 2, + "item": "create:brass_tunnel" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/content_observer.json b/src/generated/resources/data/create/recipes/crafting/logistics/content_observer.json new file mode 100644 index 0000000000..b645791237 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/logistics/content_observer.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "item": "create:brass_casing" + }, + "I": { + "item": "minecraft:observer" + }, + "R": { + "item": "create:electron_tube" + } + }, + "pattern": [ + "R", + "B", + "I" + ], + "result": { + "item": "create:content_observer" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/display_link.json b/src/generated/resources/data/create/recipes/crafting/logistics/display_link.json new file mode 100644 index 0000000000..732f777c54 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/logistics/display_link.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "tag": "forge:plates/copper" + }, + "C": { + "item": "minecraft:redstone_torch" + }, + "S": { + "item": "create:brass_casing" + } + }, + "pattern": [ + "C", + "S", + "A" + ], + "result": { + "item": "create:display_link" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/powered_latch.json b/src/generated/resources/data/create/recipes/crafting/logistics/powered_latch.json new file mode 100644 index 0000000000..b20572d7f6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/logistics/powered_latch.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "minecraft:lever" + }, + "R": { + "tag": "forge:dusts/redstone" + }, + "S": { + "tag": "forge:stone" + }, + "T": { + "item": "minecraft:redstone_torch" + } + }, + "pattern": [ + " T ", + "RCR", + "SSS" + ], + "result": { + "item": "create:powered_latch" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/powered_toggle_latch.json b/src/generated/resources/data/create/recipes/crafting/logistics/powered_toggle_latch.json new file mode 100644 index 0000000000..0e13decb43 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/logistics/powered_toggle_latch.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "minecraft:lever" + }, + "S": { + "tag": "forge:stone" + }, + "T": { + "item": "minecraft:redstone_torch" + } + }, + "pattern": [ + " T ", + " C ", + "SSS" + ], + "result": { + "item": "create:powered_toggle_latch" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/pulse_extender.json b/src/generated/resources/data/create/recipes/crafting/logistics/pulse_extender.json new file mode 100644 index 0000000000..00e0736bc0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/logistics/pulse_extender.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "tag": "forge:plates/brass" + }, + "R": { + "tag": "forge:dusts/redstone" + }, + "S": { + "tag": "forge:stone" + }, + "T": { + "item": "minecraft:redstone_torch" + } + }, + "pattern": [ + " T", + "RCT", + "SSS" + ], + "result": { + "item": "create:pulse_extender" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/pulse_repeater.json b/src/generated/resources/data/create/recipes/crafting/logistics/pulse_repeater.json new file mode 100644 index 0000000000..b131f3620d --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/logistics/pulse_repeater.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "tag": "forge:plates/brass" + }, + "R": { + "tag": "forge:dusts/redstone" + }, + "S": { + "tag": "forge:stone" + }, + "T": { + "item": "minecraft:redstone_torch" + } + }, + "pattern": [ + "RCT", + "SSS" + ], + "result": { + "item": "create:pulse_repeater" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/redstone_contact.json b/src/generated/resources/data/create/recipes/crafting/logistics/redstone_contact.json new file mode 100644 index 0000000000..72e4848df5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/logistics/redstone_contact.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "minecraft:cobblestone" + }, + "S": { + "tag": "forge:plates/iron" + }, + "W": { + "tag": "forge:dusts/redstone" + } + }, + "pattern": [ + " S ", + "CWC", + "CCC" + ], + "result": { + "count": 2, + "item": "create:redstone_contact" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/redstone_link.json b/src/generated/resources/data/create/recipes/crafting/logistics/redstone_link.json new file mode 100644 index 0000000000..02a41b4213 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/logistics/redstone_link.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "minecraft:redstone_torch" + }, + "S": { + "item": "create:brass_casing" + } + }, + "pattern": [ + "C", + "S" + ], + "result": { + "count": 2, + "item": "create:redstone_link" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/logistics/stockpile_switch.json b/src/generated/resources/data/create/recipes/crafting/logistics/stockpile_switch.json new file mode 100644 index 0000000000..5d9359a083 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/logistics/stockpile_switch.json @@ -0,0 +1,22 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "B": { + "item": "create:brass_casing" + }, + "I": { + "item": "minecraft:comparator" + }, + "R": { + "item": "create:electron_tube" + } + }, + "pattern": [ + "R", + "B", + "I" + ], + "result": { + "item": "create:stockpile_switch" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy.json b/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy.json new file mode 100644 index 0000000000..18797e8d8c --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "minecraft:andesite" + }, + "B": { + "tag": "forge:nuggets/iron" + } + }, + "pattern": [ + "BA", + "AB" + ], + "result": { + "item": "create:andesite_alloy" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy_block.json b/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy_block.json new file mode 100644 index 0000000000..aa7ad19ce0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:andesite_alloy" + } + }, + "pattern": [ + "CCC", + "CCC", + "CCC" + ], + "result": { + "item": "create:andesite_alloy_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy_from_block.json b/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy_from_block.json new file mode 100644 index 0000000000..8767555fc1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy_from_block.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:andesite_alloy_block" + } + ], + "result": { + "count": 9, + "item": "create:andesite_alloy" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy_from_zinc.json b/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy_from_zinc.json new file mode 100644 index 0000000000..92376a5013 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/andesite_alloy_from_zinc.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "minecraft:andesite" + }, + "B": { + "tag": "forge:nuggets/zinc" + } + }, + "pattern": [ + "BA", + "AB" + ], + "result": { + "item": "create:andesite_alloy" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/brass_block_from_compacting.json b/src/generated/resources/data/create/recipes/crafting/materials/brass_block_from_compacting.json new file mode 100644 index 0000000000..45343a8591 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/brass_block_from_compacting.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "#": { + "tag": "forge:ingots/brass" + } + }, + "pattern": [ + "###", + "###", + "###" + ], + "result": { + "item": "create:brass_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/brass_ingot_from_compacting.json b/src/generated/resources/data/create/recipes/crafting/materials/brass_ingot_from_compacting.json new file mode 100644 index 0000000000..15ebfbc9a1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/brass_ingot_from_compacting.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "#": { + "tag": "forge:nuggets/brass" + } + }, + "pattern": [ + "###", + "###", + "###" + ], + "result": { + "item": "create:brass_ingot" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/brass_ingot_from_decompacting.json b/src/generated/resources/data/create/recipes/crafting/materials/brass_ingot_from_decompacting.json new file mode 100644 index 0000000000..3affb4ddf2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/brass_ingot_from_decompacting.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "forge:storage_blocks/brass" + } + ], + "result": { + "count": 9, + "item": "create:brass_ingot" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/brass_nugget_from_decompacting.json b/src/generated/resources/data/create/recipes/crafting/materials/brass_nugget_from_decompacting.json new file mode 100644 index 0000000000..4c29fbe565 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/brass_nugget_from_decompacting.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "forge:ingots/brass" + } + ], + "result": { + "count": 9, + "item": "create:brass_nugget" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/copper_ingot.json b/src/generated/resources/data/create/recipes/crafting/materials/copper_ingot.json new file mode 100644 index 0000000000..544a25b1b9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/copper_ingot.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "tag": "forge:nuggets/copper" + } + }, + "pattern": [ + "CCC", + "CCC", + "CCC" + ], + "result": { + "item": "minecraft:copper_ingot" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/copper_nugget.json b/src/generated/resources/data/create/recipes/crafting/materials/copper_nugget.json new file mode 100644 index 0000000000..f30483e28e --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/copper_nugget.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:copper_ingot" + } + ], + "result": { + "count": 9, + "item": "create:copper_nugget" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/electron_tube.json b/src/generated/resources/data/create/recipes/crafting/materials/electron_tube.json new file mode 100644 index 0000000000..d58a11edc5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/electron_tube.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "L": { + "item": "create:polished_rose_quartz" + }, + "N": { + "tag": "forge:plates/iron" + } + }, + "pattern": [ + "L", + "N" + ], + "result": { + "item": "create:electron_tube" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc.json b/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc.json new file mode 100644 index 0000000000..3edc8f3975 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:raw_zinc_block" + } + ], + "result": { + "count": 9, + "item": "create:raw_zinc" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc_block.json b/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc_block.json new file mode 100644 index 0000000000..7d622eec89 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/raw_zinc_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "C": { + "item": "create:raw_zinc" + } + }, + "pattern": [ + "CCC", + "CCC", + "CCC" + ], + "result": { + "item": "create:raw_zinc_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/red_sand_paper.json b/src/generated/resources/data/create/recipes/crafting/materials/red_sand_paper.json new file mode 100644 index 0000000000..c0e22c4a7a --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/red_sand_paper.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:paper" + }, + { + "tag": "forge:sand/red" + } + ], + "result": { + "item": "create:red_sand_paper" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/rose_quartz.json b/src/generated/resources/data/create/recipes/crafting/materials/rose_quartz.json new file mode 100644 index 0000000000..fb32d50132 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/rose_quartz.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "forge:gems/quartz" + }, + { + "tag": "forge:dusts/redstone" + }, + { + "tag": "forge:dusts/redstone" + }, + { + "tag": "forge:dusts/redstone" + }, + { + "tag": "forge:dusts/redstone" + }, + { + "tag": "forge:dusts/redstone" + }, + { + "tag": "forge:dusts/redstone" + }, + { + "tag": "forge:dusts/redstone" + }, + { + "tag": "forge:dusts/redstone" + } + ], + "result": { + "item": "create:rose_quartz" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/rose_quartz_tilesfrom_conversion.json b/src/generated/resources/data/create/recipes/crafting/materials/rose_quartz_tilesfrom_conversion.json new file mode 100644 index 0000000000..c996b6d6c8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/rose_quartz_tilesfrom_conversion.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:small_rose_quartz_tiles" + } + ], + "result": { + "item": "create:rose_quartz_tiles" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/sand_paper.json b/src/generated/resources/data/create/recipes/crafting/materials/sand_paper.json new file mode 100644 index 0000000000..945b1abd6b --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/sand_paper.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:paper" + }, + { + "tag": "forge:sand/colorless" + } + ], + "result": { + "item": "create:sand_paper" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/small_rose_quartz_tilesfrom_conversion.json b/src/generated/resources/data/create/recipes/crafting/materials/small_rose_quartz_tilesfrom_conversion.json new file mode 100644 index 0000000000..3b9bb941db --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/small_rose_quartz_tilesfrom_conversion.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:rose_quartz_tiles" + } + ], + "result": { + "item": "create:small_rose_quartz_tiles" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/zinc_block_from_compacting.json b/src/generated/resources/data/create/recipes/crafting/materials/zinc_block_from_compacting.json new file mode 100644 index 0000000000..e6b4d718e0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/zinc_block_from_compacting.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "#": { + "tag": "forge:ingots/zinc" + } + }, + "pattern": [ + "###", + "###", + "###" + ], + "result": { + "item": "create:zinc_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/zinc_ingot_from_compacting.json b/src/generated/resources/data/create/recipes/crafting/materials/zinc_ingot_from_compacting.json new file mode 100644 index 0000000000..5104998f2d --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/zinc_ingot_from_compacting.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "#": { + "tag": "forge:nuggets/zinc" + } + }, + "pattern": [ + "###", + "###", + "###" + ], + "result": { + "item": "create:zinc_ingot" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/zinc_ingot_from_decompacting.json b/src/generated/resources/data/create/recipes/crafting/materials/zinc_ingot_from_decompacting.json new file mode 100644 index 0000000000..f38d5ace18 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/zinc_ingot_from_decompacting.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "forge:storage_blocks/zinc" + } + ], + "result": { + "count": 9, + "item": "create:zinc_ingot" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/zinc_nugget_from_decompacting.json b/src/generated/resources/data/create/recipes/crafting/materials/zinc_nugget_from_decompacting.json new file mode 100644 index 0000000000..b7686e9769 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/materials/zinc_nugget_from_decompacting.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "forge:ingots/zinc" + } + ], + "result": { + "count": 9, + "item": "create:zinc_nugget" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/palettes/scorchia.json b/src/generated/resources/data/create/recipes/crafting/palettes/scorchia.json new file mode 100644 index 0000000000..53bd84275c --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/palettes/scorchia.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "#": { + "item": "create:scoria" + }, + "D": { + "tag": "forge:dyes/black" + } + }, + "pattern": [ + "###", + "#D#", + "###" + ], + "result": { + "count": 8, + "item": "create:scorchia" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/schematics/empty_schematic.json b/src/generated/resources/data/create/recipes/crafting/schematics/empty_schematic.json new file mode 100644 index 0000000000..796802d8b8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/schematics/empty_schematic.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:paper" + }, + { + "tag": "forge:dyes/light_blue" + } + ], + "result": { + "item": "create:empty_schematic" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/schematics/schematic_and_quill.json b/src/generated/resources/data/create/recipes/crafting/schematics/schematic_and_quill.json new file mode 100644 index 0000000000..d43ec9ef34 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/schematics/schematic_and_quill.json @@ -0,0 +1,14 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:empty_schematic" + }, + { + "tag": "forge:feathers" + } + ], + "result": { + "item": "create:schematic_and_quill" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/schematics/schematic_table.json b/src/generated/resources/data/create/recipes/crafting/schematics/schematic_table.json new file mode 100644 index 0000000000..db950da35e --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/schematics/schematic_table.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "S": { + "item": "minecraft:smooth_stone" + }, + "W": { + "tag": "minecraft:wooden_slabs" + } + }, + "pattern": [ + "WWW", + " S ", + " S " + ], + "result": { + "item": "create:schematic_table" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/schematics/schematicannon.json b/src/generated/resources/data/create/recipes/crafting/schematics/schematicannon.json new file mode 100644 index 0000000000..78b947b87f --- /dev/null +++ b/src/generated/resources/data/create/recipes/crafting/schematics/schematicannon.json @@ -0,0 +1,25 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "D": { + "item": "minecraft:dispenser" + }, + "I": { + "item": "minecraft:iron_block" + }, + "L": { + "tag": "minecraft:logs" + }, + "S": { + "item": "minecraft:smooth_stone" + } + }, + "pattern": [ + " I ", + "LIL", + "SDS" + ], + "result": { + "item": "create:schematicannon" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/aluminum_ore.json b/src/generated/resources/data/create/recipes/crushing/aluminum_ore.json new file mode 100644 index 0000000000..813f3744a1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/aluminum_ore.json @@ -0,0 +1,31 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/aluminum" + } + } + ], + "ingredients": [ + { + "tag": "forge:ores/aluminum" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_aluminum_ore" + }, + { + "chance": 0.75, + "item": "create:crushed_aluminum_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/amethyst_block.json b/src/generated/resources/data/create/recipes/crushing/amethyst_block.json new file mode 100644 index 0000000000..bb5793e967 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/amethyst_block.json @@ -0,0 +1,19 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:amethyst_block" + } + ], + "processingTime": 150, + "results": [ + { + "count": 3, + "item": "minecraft:amethyst_shard" + }, + { + "chance": 0.5, + "item": "minecraft:amethyst_shard" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/amethyst_cluster.json b/src/generated/resources/data/create/recipes/crushing/amethyst_cluster.json new file mode 100644 index 0000000000..87e80efbe3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/amethyst_cluster.json @@ -0,0 +1,19 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:amethyst_cluster" + } + ], + "processingTime": 150, + "results": [ + { + "count": 7, + "item": "minecraft:amethyst_shard" + }, + { + "chance": 0.5, + "item": "minecraft:amethyst_shard" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/asurine.json b/src/generated/resources/data/create/recipes/crushing/asurine.json new file mode 100644 index 0000000000..c25ab2297d --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/asurine.json @@ -0,0 +1,19 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "create:asurine" + } + ], + "processingTime": 250, + "results": [ + { + "chance": 0.3, + "item": "create:crushed_zinc_ore" + }, + { + "chance": 0.3, + "item": "create:zinc_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/asurine_recycling.json b/src/generated/resources/data/create/recipes/crushing/asurine_recycling.json new file mode 100644 index 0000000000..588f84c71a --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/asurine_recycling.json @@ -0,0 +1,19 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "tag": "create:stone_types/asurine" + } + ], + "processingTime": 250, + "results": [ + { + "chance": 0.3, + "item": "create:crushed_zinc_ore" + }, + { + "chance": 0.3, + "item": "create:zinc_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/blaze_rod.json b/src/generated/resources/data/create/recipes/crushing/blaze_rod.json new file mode 100644 index 0000000000..4fe5f06121 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/blaze_rod.json @@ -0,0 +1,20 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:blaze_rod" + } + ], + "processingTime": 100, + "results": [ + { + "count": 3, + "item": "minecraft:blaze_powder" + }, + { + "chance": 0.25, + "count": 3, + "item": "minecraft:blaze_powder" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/coal_ore.json b/src/generated/resources/data/create/recipes/crushing/coal_ore.json new file mode 100644 index 0000000000..51d3bf57f3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/coal_ore.json @@ -0,0 +1,26 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:coal_ore" + } + ], + "processingTime": 150, + "results": [ + { + "item": "minecraft:coal" + }, + { + "chance": 0.75, + "item": "minecraft:coal" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/copper_ore.json b/src/generated/resources/data/create/recipes/crushing/copper_ore.json new file mode 100644 index 0000000000..9e06a17ebd --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/copper_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:copper_ore" + } + ], + "processingTime": 250, + "results": [ + { + "count": 5, + "item": "create:crushed_copper_ore" + }, + { + "chance": 0.25, + "item": "create:crushed_copper_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/crimsite.json b/src/generated/resources/data/create/recipes/crushing/crimsite.json new file mode 100644 index 0000000000..63d5a0a2da --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/crimsite.json @@ -0,0 +1,19 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "create:crimsite" + } + ], + "processingTime": 250, + "results": [ + { + "chance": 0.4, + "item": "create:crushed_iron_ore" + }, + { + "chance": 0.4, + "item": "minecraft:iron_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/crimsite_recycling.json b/src/generated/resources/data/create/recipes/crushing/crimsite_recycling.json new file mode 100644 index 0000000000..6d61990bd9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/crimsite_recycling.json @@ -0,0 +1,19 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "tag": "create:stone_types/crimsite" + } + ], + "processingTime": 250, + "results": [ + { + "chance": 0.4, + "item": "create:crushed_iron_ore" + }, + { + "chance": 0.4, + "item": "minecraft:iron_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_coal_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_coal_ore.json new file mode 100644 index 0000000000..79ccd97475 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_coal_ore.json @@ -0,0 +1,26 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:deepslate_coal_ore" + } + ], + "processingTime": 250, + "results": [ + { + "item": "minecraft:coal" + }, + { + "chance": 0.75, + "item": "minecraft:coal" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_copper_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_copper_ore.json new file mode 100644 index 0000000000..0b4dbfdb1b --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_copper_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:deepslate_copper_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 7, + "item": "create:crushed_copper_ore" + }, + { + "chance": 0.25, + "item": "create:crushed_copper_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_diamond_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_diamond_ore.json new file mode 100644 index 0000000000..1a197371f2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_diamond_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:deepslate_diamond_ore" + } + ], + "processingTime": 450, + "results": [ + { + "count": 2, + "item": "minecraft:diamond" + }, + { + "chance": 0.25, + "item": "minecraft:diamond" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_emerald_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_emerald_ore.json new file mode 100644 index 0000000000..0ee91ed69b --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_emerald_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:deepslate_emerald_ore" + } + ], + "processingTime": 450, + "results": [ + { + "count": 2, + "item": "minecraft:emerald" + }, + { + "chance": 0.25, + "item": "minecraft:emerald" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_gold_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_gold_ore.json new file mode 100644 index 0000000000..bf38fd5cbf --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_gold_ore.json @@ -0,0 +1,28 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:deepslate_gold_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 2, + "item": "create:crushed_gold_ore" + }, + { + "chance": 0.25, + "item": "create:crushed_gold_ore" + }, + { + "chance": 0.75, + "count": 2, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_iron_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_iron_ore.json new file mode 100644 index 0000000000..7dc20a4507 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_iron_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:deepslate_iron_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 2, + "item": "create:crushed_iron_ore" + }, + { + "chance": 0.25, + "item": "create:crushed_iron_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_lapis_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_lapis_ore.json new file mode 100644 index 0000000000..e2cf328ba4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_lapis_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:deepslate_lapis_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 12, + "item": "minecraft:lapis_lazuli" + }, + { + "chance": 0.5, + "item": "minecraft:lapis_lazuli" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_redstone_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_redstone_ore.json new file mode 100644 index 0000000000..e4f0d59a86 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_redstone_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:deepslate_redstone_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 7, + "item": "minecraft:redstone" + }, + { + "chance": 0.5, + "item": "minecraft:redstone" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/deepslate_zinc_ore.json b/src/generated/resources/data/create/recipes/crushing/deepslate_zinc_ore.json new file mode 100644 index 0000000000..75673fadc3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/deepslate_zinc_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "create:deepslate_zinc_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 2, + "item": "create:crushed_zinc_ore" + }, + { + "chance": 0.25, + "item": "create:crushed_zinc_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobbled_deepslate" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/diamond_horse_armor.json b/src/generated/resources/data/create/recipes/crushing/diamond_horse_armor.json new file mode 100644 index 0000000000..877fc1dd46 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/diamond_horse_armor.json @@ -0,0 +1,29 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:diamond_horse_armor" + } + ], + "processingTime": 200, + "results": [ + { + "item": "minecraft:diamond" + }, + { + "chance": 0.5, + "count": 2, + "item": "minecraft:leather" + }, + { + "chance": 0.1, + "count": 3, + "item": "minecraft:diamond" + }, + { + "chance": 0.25, + "count": 2, + "item": "minecraft:string" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/diamond_ore.json b/src/generated/resources/data/create/recipes/crushing/diamond_ore.json new file mode 100644 index 0000000000..5a8cf7cd3b --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/diamond_ore.json @@ -0,0 +1,26 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:diamond_ore" + } + ], + "processingTime": 350, + "results": [ + { + "item": "minecraft:diamond" + }, + { + "chance": 0.75, + "item": "minecraft:diamond" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/diorite.json b/src/generated/resources/data/create/recipes/crushing/diorite.json new file mode 100644 index 0000000000..b6aa817a93 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/diorite.json @@ -0,0 +1,15 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:diorite" + } + ], + "processingTime": 350, + "results": [ + { + "chance": 0.25, + "item": "minecraft:quartz" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/diorite_recycling.json b/src/generated/resources/data/create/recipes/crushing/diorite_recycling.json new file mode 100644 index 0000000000..2c91afd959 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/diorite_recycling.json @@ -0,0 +1,15 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "tag": "create:stone_types/diorite" + } + ], + "processingTime": 350, + "results": [ + { + "chance": 0.25, + "item": "minecraft:quartz" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/emerald_ore.json b/src/generated/resources/data/create/recipes/crushing/emerald_ore.json new file mode 100644 index 0000000000..d5b99e79ca --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/emerald_ore.json @@ -0,0 +1,26 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:emerald_ore" + } + ], + "processingTime": 350, + "results": [ + { + "item": "minecraft:emerald" + }, + { + "chance": 0.75, + "item": "minecraft:emerald" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/glowstone.json b/src/generated/resources/data/create/recipes/crushing/glowstone.json new file mode 100644 index 0000000000..4590198097 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/glowstone.json @@ -0,0 +1,19 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:glowstone" + } + ], + "processingTime": 150, + "results": [ + { + "count": 3, + "item": "minecraft:glowstone_dust" + }, + { + "chance": 0.5, + "item": "minecraft:glowstone_dust" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/gold_ore.json b/src/generated/resources/data/create/recipes/crushing/gold_ore.json new file mode 100644 index 0000000000..c22a680152 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/gold_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:gold_ore" + } + ], + "processingTime": 250, + "results": [ + { + "item": "create:crushed_gold_ore" + }, + { + "chance": 0.75, + "item": "create:crushed_gold_ore" + }, + { + "chance": 0.75, + "count": 2, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/golden_horse_armor.json b/src/generated/resources/data/create/recipes/crushing/golden_horse_armor.json new file mode 100644 index 0000000000..1f2b8af8c0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/golden_horse_armor.json @@ -0,0 +1,35 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:golden_horse_armor" + } + ], + "processingTime": 200, + "results": [ + { + "count": 2, + "item": "minecraft:gold_ingot" + }, + { + "chance": 0.5, + "count": 2, + "item": "minecraft:leather" + }, + { + "chance": 0.5, + "count": 2, + "item": "minecraft:gold_ingot" + }, + { + "chance": 0.25, + "count": 2, + "item": "minecraft:string" + }, + { + "chance": 0.25, + "count": 8, + "item": "minecraft:gold_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/gravel.json b/src/generated/resources/data/create/recipes/crushing/gravel.json new file mode 100644 index 0000000000..2fe2124267 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/gravel.json @@ -0,0 +1,22 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:gravel" + } + ], + "processingTime": 250, + "results": [ + { + "item": "minecraft:sand" + }, + { + "chance": 0.1, + "item": "minecraft:flint" + }, + { + "chance": 0.05, + "item": "minecraft:clay_ball" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/iron_horse_armor.json b/src/generated/resources/data/create/recipes/crushing/iron_horse_armor.json new file mode 100644 index 0000000000..23e257d142 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/iron_horse_armor.json @@ -0,0 +1,33 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:iron_horse_armor" + } + ], + "processingTime": 200, + "results": [ + { + "count": 2, + "item": "minecraft:iron_ingot" + }, + { + "chance": 0.5, + "item": "minecraft:leather" + }, + { + "chance": 0.5, + "item": "minecraft:iron_ingot" + }, + { + "chance": 0.25, + "count": 2, + "item": "minecraft:string" + }, + { + "chance": 0.25, + "count": 4, + "item": "minecraft:iron_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/iron_ore.json b/src/generated/resources/data/create/recipes/crushing/iron_ore.json new file mode 100644 index 0000000000..25411ca07b --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/iron_ore.json @@ -0,0 +1,26 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:iron_ore" + } + ], + "processingTime": 250, + "results": [ + { + "item": "create:crushed_iron_ore" + }, + { + "chance": 0.75, + "item": "create:crushed_iron_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/lapis_ore.json b/src/generated/resources/data/create/recipes/crushing/lapis_ore.json new file mode 100644 index 0000000000..e06fefd286 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/lapis_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:lapis_ore" + } + ], + "processingTime": 250, + "results": [ + { + "count": 10, + "item": "minecraft:lapis_lazuli" + }, + { + "chance": 0.5, + "item": "minecraft:lapis_lazuli" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/lead_ore.json b/src/generated/resources/data/create/recipes/crushing/lead_ore.json new file mode 100644 index 0000000000..d431e754a4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/lead_ore.json @@ -0,0 +1,31 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/lead" + } + } + ], + "ingredients": [ + { + "tag": "forge:ores/lead" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_lead_ore" + }, + { + "chance": 0.75, + "item": "create:crushed_lead_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/leather_horse_armor.json b/src/generated/resources/data/create/recipes/crushing/leather_horse_armor.json new file mode 100644 index 0000000000..5a4cb8f0d7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/leather_horse_armor.json @@ -0,0 +1,20 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:leather_horse_armor" + } + ], + "processingTime": 200, + "results": [ + { + "count": 2, + "item": "minecraft:leather" + }, + { + "chance": 0.5, + "count": 2, + "item": "minecraft:leather" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/nether_gold_ore.json b/src/generated/resources/data/create/recipes/crushing/nether_gold_ore.json new file mode 100644 index 0000000000..01419f8309 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/nether_gold_ore.json @@ -0,0 +1,23 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:nether_gold_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 18, + "item": "minecraft:gold_nugget" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:netherrack" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/nether_quartz_ore.json b/src/generated/resources/data/create/recipes/crushing/nether_quartz_ore.json new file mode 100644 index 0000000000..a2d5c51142 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/nether_quartz_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:nether_quartz_ore" + } + ], + "processingTime": 350, + "results": [ + { + "count": 2, + "item": "minecraft:quartz" + }, + { + "chance": 0.25, + "item": "minecraft:quartz" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:netherrack" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/nether_wart_block.json b/src/generated/resources/data/create/recipes/crushing/nether_wart_block.json new file mode 100644 index 0000000000..390d721293 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/nether_wart_block.json @@ -0,0 +1,15 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:nether_wart_block" + } + ], + "processingTime": 150, + "results": [ + { + "chance": 0.25, + "item": "minecraft:nether_wart" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/netherrack.json b/src/generated/resources/data/create/recipes/crushing/netherrack.json new file mode 100644 index 0000000000..d51f72e635 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/netherrack.json @@ -0,0 +1,18 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:netherrack" + } + ], + "processingTime": 250, + "results": [ + { + "item": "create:cinder_flour" + }, + { + "chance": 0.5, + "item": "create:cinder_flour" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/nickel_ore.json b/src/generated/resources/data/create/recipes/crushing/nickel_ore.json new file mode 100644 index 0000000000..cd85d2c1ac --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/nickel_ore.json @@ -0,0 +1,31 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/nickel" + } + } + ], + "ingredients": [ + { + "tag": "forge:ores/nickel" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_nickel_ore" + }, + { + "chance": 0.75, + "item": "create:crushed_nickel_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/obsidian.json b/src/generated/resources/data/create/recipes/crushing/obsidian.json new file mode 100644 index 0000000000..68fe41c92f --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/obsidian.json @@ -0,0 +1,18 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:obsidian" + } + ], + "processingTime": 500, + "results": [ + { + "item": "create:powdered_obsidian" + }, + { + "chance": 0.75, + "item": "minecraft:obsidian" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/ochrum.json b/src/generated/resources/data/create/recipes/crushing/ochrum.json new file mode 100644 index 0000000000..738f1eb2e6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/ochrum.json @@ -0,0 +1,19 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "create:ochrum" + } + ], + "processingTime": 250, + "results": [ + { + "chance": 0.2, + "item": "create:crushed_gold_ore" + }, + { + "chance": 0.2, + "item": "minecraft:gold_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/ochrum_recycling.json b/src/generated/resources/data/create/recipes/crushing/ochrum_recycling.json new file mode 100644 index 0000000000..95510608b2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/ochrum_recycling.json @@ -0,0 +1,19 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "tag": "create:stone_types/ochrum" + } + ], + "processingTime": 250, + "results": [ + { + "chance": 0.2, + "item": "create:crushed_gold_ore" + }, + { + "chance": 0.2, + "item": "minecraft:gold_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/osmium_ore.json b/src/generated/resources/data/create/recipes/crushing/osmium_ore.json new file mode 100644 index 0000000000..6cba4b5d4b --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/osmium_ore.json @@ -0,0 +1,31 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/osmium" + } + } + ], + "ingredients": [ + { + "tag": "forge:ores/osmium" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_osmium_ore" + }, + { + "chance": 0.75, + "item": "create:crushed_osmium_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/platinum_ore.json b/src/generated/resources/data/create/recipes/crushing/platinum_ore.json new file mode 100644 index 0000000000..bf126bce52 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/platinum_ore.json @@ -0,0 +1,31 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/platinum" + } + } + ], + "ingredients": [ + { + "tag": "forge:ores/platinum" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_platinum_ore" + }, + { + "chance": 0.75, + "item": "create:crushed_platinum_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/prismarine_crystals.json b/src/generated/resources/data/create/recipes/crushing/prismarine_crystals.json new file mode 100644 index 0000000000..61e5873149 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/prismarine_crystals.json @@ -0,0 +1,24 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:prismarine_crystals" + } + ], + "processingTime": 150, + "results": [ + { + "item": "minecraft:quartz" + }, + { + "chance": 0.5, + "count": 2, + "item": "minecraft:quartz" + }, + { + "chance": 0.1, + "count": 2, + "item": "minecraft:glowstone_dust" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/quicksilver_ore.json b/src/generated/resources/data/create/recipes/crushing/quicksilver_ore.json new file mode 100644 index 0000000000..9dc6405509 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/quicksilver_ore.json @@ -0,0 +1,31 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/quicksilver" + } + } + ], + "ingredients": [ + { + "tag": "forge:ores/quicksilver" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_quicksilver_ore" + }, + { + "chance": 0.75, + "item": "create:crushed_quicksilver_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_aluminum_block.json b/src/generated/resources/data/create/recipes/crushing/raw_aluminum_block.json new file mode 100644 index 0000000000..10e11e3de1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_aluminum_block.json @@ -0,0 +1,29 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_aluminum" + } + } + ], + "ingredients": [ + { + "tag": "forge:storage_blocks/raw_aluminum" + } + ], + "processingTime": 400, + "results": [ + { + "count": 9, + "item": "create:crushed_aluminum_ore" + }, + { + "chance": 0.75, + "count": 9, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_aluminum_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_aluminum_ore.json new file mode 100644 index 0000000000..cb20a6dfe8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_aluminum_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/aluminum" + } + } + ], + "ingredients": [ + { + "tag": "forge:raw_materials/aluminum" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_aluminum_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_copper.json b/src/generated/resources/data/create/recipes/crushing/raw_copper.json new file mode 100644 index 0000000000..4a7f005714 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_copper.json @@ -0,0 +1,18 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:raw_copper" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_copper_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_copper_block.json b/src/generated/resources/data/create/recipes/crushing/raw_copper_block.json new file mode 100644 index 0000000000..a1f4260cd7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_copper_block.json @@ -0,0 +1,20 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:raw_copper_block" + } + ], + "processingTime": 400, + "results": [ + { + "count": 9, + "item": "create:crushed_copper_ore" + }, + { + "chance": 0.75, + "count": 9, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_gold.json b/src/generated/resources/data/create/recipes/crushing/raw_gold.json new file mode 100644 index 0000000000..689edc713a --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_gold.json @@ -0,0 +1,19 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:raw_gold" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_gold_ore" + }, + { + "chance": 0.75, + "count": 2, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_gold_block.json b/src/generated/resources/data/create/recipes/crushing/raw_gold_block.json new file mode 100644 index 0000000000..b2b77be6e4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_gold_block.json @@ -0,0 +1,20 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:raw_gold_block" + } + ], + "processingTime": 400, + "results": [ + { + "count": 9, + "item": "create:crushed_gold_ore" + }, + { + "chance": 0.75, + "count": 18, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_iron.json b/src/generated/resources/data/create/recipes/crushing/raw_iron.json new file mode 100644 index 0000000000..1e595a8f92 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_iron.json @@ -0,0 +1,18 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:raw_iron" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_iron_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_iron_block.json b/src/generated/resources/data/create/recipes/crushing/raw_iron_block.json new file mode 100644 index 0000000000..805f85b547 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_iron_block.json @@ -0,0 +1,20 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:raw_iron_block" + } + ], + "processingTime": 400, + "results": [ + { + "count": 9, + "item": "create:crushed_iron_ore" + }, + { + "chance": 0.75, + "count": 9, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_lead_block.json b/src/generated/resources/data/create/recipes/crushing/raw_lead_block.json new file mode 100644 index 0000000000..99f7eb9bf2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_lead_block.json @@ -0,0 +1,29 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_lead" + } + } + ], + "ingredients": [ + { + "tag": "forge:storage_blocks/raw_lead" + } + ], + "processingTime": 400, + "results": [ + { + "count": 9, + "item": "create:crushed_lead_ore" + }, + { + "chance": 0.75, + "count": 9, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_lead_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_lead_ore.json new file mode 100644 index 0000000000..a12b4b4793 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_lead_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/lead" + } + } + ], + "ingredients": [ + { + "tag": "forge:raw_materials/lead" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_lead_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_nickel_block.json b/src/generated/resources/data/create/recipes/crushing/raw_nickel_block.json new file mode 100644 index 0000000000..f1b8cd54ec --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_nickel_block.json @@ -0,0 +1,29 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_nickel" + } + } + ], + "ingredients": [ + { + "tag": "forge:storage_blocks/raw_nickel" + } + ], + "processingTime": 400, + "results": [ + { + "count": 9, + "item": "create:crushed_nickel_ore" + }, + { + "chance": 0.75, + "count": 9, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_nickel_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_nickel_ore.json new file mode 100644 index 0000000000..6eac61ef99 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_nickel_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/nickel" + } + } + ], + "ingredients": [ + { + "tag": "forge:raw_materials/nickel" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_nickel_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_osmium_block.json b/src/generated/resources/data/create/recipes/crushing/raw_osmium_block.json new file mode 100644 index 0000000000..15e2645ef0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_osmium_block.json @@ -0,0 +1,29 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_osmium" + } + } + ], + "ingredients": [ + { + "tag": "forge:storage_blocks/raw_osmium" + } + ], + "processingTime": 400, + "results": [ + { + "count": 9, + "item": "create:crushed_osmium_ore" + }, + { + "chance": 0.75, + "count": 9, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_osmium_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_osmium_ore.json new file mode 100644 index 0000000000..898c3a843f --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_osmium_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/osmium" + } + } + ], + "ingredients": [ + { + "tag": "forge:raw_materials/osmium" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_osmium_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_platinum_block.json b/src/generated/resources/data/create/recipes/crushing/raw_platinum_block.json new file mode 100644 index 0000000000..c0c56177b8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_platinum_block.json @@ -0,0 +1,29 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_platinum" + } + } + ], + "ingredients": [ + { + "tag": "forge:storage_blocks/raw_platinum" + } + ], + "processingTime": 400, + "results": [ + { + "count": 9, + "item": "create:crushed_platinum_ore" + }, + { + "chance": 0.75, + "count": 9, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_platinum_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_platinum_ore.json new file mode 100644 index 0000000000..da99df7cf0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_platinum_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/platinum" + } + } + ], + "ingredients": [ + { + "tag": "forge:raw_materials/platinum" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_platinum_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_quicksilver_block.json b/src/generated/resources/data/create/recipes/crushing/raw_quicksilver_block.json new file mode 100644 index 0000000000..f51cf11658 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_quicksilver_block.json @@ -0,0 +1,29 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_quicksilver" + } + } + ], + "ingredients": [ + { + "tag": "forge:storage_blocks/raw_quicksilver" + } + ], + "processingTime": 400, + "results": [ + { + "count": 9, + "item": "create:crushed_quicksilver_ore" + }, + { + "chance": 0.75, + "count": 9, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_quicksilver_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_quicksilver_ore.json new file mode 100644 index 0000000000..818ca0dd69 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_quicksilver_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/quicksilver" + } + } + ], + "ingredients": [ + { + "tag": "forge:raw_materials/quicksilver" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_quicksilver_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_silver_block.json b/src/generated/resources/data/create/recipes/crushing/raw_silver_block.json new file mode 100644 index 0000000000..224a47a314 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_silver_block.json @@ -0,0 +1,29 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_silver" + } + } + ], + "ingredients": [ + { + "tag": "forge:storage_blocks/raw_silver" + } + ], + "processingTime": 400, + "results": [ + { + "count": 9, + "item": "create:crushed_silver_ore" + }, + { + "chance": 0.75, + "count": 9, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_silver_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_silver_ore.json new file mode 100644 index 0000000000..ab3a0e2015 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_silver_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/silver" + } + } + ], + "ingredients": [ + { + "tag": "forge:raw_materials/silver" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_silver_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_tin_block.json b/src/generated/resources/data/create/recipes/crushing/raw_tin_block.json new file mode 100644 index 0000000000..2c5a37734b --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_tin_block.json @@ -0,0 +1,29 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_tin" + } + } + ], + "ingredients": [ + { + "tag": "forge:storage_blocks/raw_tin" + } + ], + "processingTime": 400, + "results": [ + { + "count": 9, + "item": "create:crushed_tin_ore" + }, + { + "chance": 0.75, + "count": 9, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_tin_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_tin_ore.json new file mode 100644 index 0000000000..9a57c327ae --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_tin_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/tin" + } + } + ], + "ingredients": [ + { + "tag": "forge:raw_materials/tin" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_tin_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_uranium_block.json b/src/generated/resources/data/create/recipes/crushing/raw_uranium_block.json new file mode 100644 index 0000000000..6f3c1f6e83 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_uranium_block.json @@ -0,0 +1,29 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:storage_blocks/raw_uranium" + } + } + ], + "ingredients": [ + { + "tag": "forge:storage_blocks/raw_uranium" + } + ], + "processingTime": 400, + "results": [ + { + "count": 9, + "item": "create:crushed_uranium_ore" + }, + { + "chance": 0.75, + "count": 9, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_uranium_ore.json b/src/generated/resources/data/create/recipes/crushing/raw_uranium_ore.json new file mode 100644 index 0000000000..562198822e --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_uranium_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:raw_materials/uranium" + } + } + ], + "ingredients": [ + { + "tag": "forge:raw_materials/uranium" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_uranium_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_zinc.json b/src/generated/resources/data/create/recipes/crushing/raw_zinc.json new file mode 100644 index 0000000000..18c35d5636 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_zinc.json @@ -0,0 +1,18 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "create:raw_zinc" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_zinc_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/raw_zinc_block.json b/src/generated/resources/data/create/recipes/crushing/raw_zinc_block.json new file mode 100644 index 0000000000..551dd2bcbc --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/raw_zinc_block.json @@ -0,0 +1,20 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "create:raw_zinc_block" + } + ], + "processingTime": 400, + "results": [ + { + "count": 9, + "item": "create:crushed_zinc_ore" + }, + { + "chance": 0.75, + "count": 9, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/redstone_ore.json b/src/generated/resources/data/create/recipes/crushing/redstone_ore.json new file mode 100644 index 0000000000..ac7173112b --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/redstone_ore.json @@ -0,0 +1,27 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:redstone_ore" + } + ], + "processingTime": 250, + "results": [ + { + "count": 6, + "item": "minecraft:redstone" + }, + { + "chance": 0.5, + "item": "minecraft:redstone" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/silver_ore.json b/src/generated/resources/data/create/recipes/crushing/silver_ore.json new file mode 100644 index 0000000000..e63f4ac090 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/silver_ore.json @@ -0,0 +1,31 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/silver" + } + } + ], + "ingredients": [ + { + "tag": "forge:ores/silver" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_silver_ore" + }, + { + "chance": 0.75, + "item": "create:crushed_silver_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/tin_ore.json b/src/generated/resources/data/create/recipes/crushing/tin_ore.json new file mode 100644 index 0000000000..95ec06c1a1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/tin_ore.json @@ -0,0 +1,31 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/tin" + } + } + ], + "ingredients": [ + { + "tag": "forge:ores/tin" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_tin_ore" + }, + { + "chance": 0.75, + "item": "create:crushed_tin_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/tuff.json b/src/generated/resources/data/create/recipes/crushing/tuff.json new file mode 100644 index 0000000000..9e31bc4600 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/tuff.json @@ -0,0 +1,31 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "minecraft:tuff" + } + ], + "processingTime": 350, + "results": [ + { + "chance": 0.25, + "item": "minecraft:flint" + }, + { + "chance": 0.1, + "item": "minecraft:gold_nugget" + }, + { + "chance": 0.1, + "item": "create:copper_nugget" + }, + { + "chance": 0.1, + "item": "create:zinc_nugget" + }, + { + "chance": 0.1, + "item": "minecraft:iron_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/tuff_recycling.json b/src/generated/resources/data/create/recipes/crushing/tuff_recycling.json new file mode 100644 index 0000000000..120a3f6661 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/tuff_recycling.json @@ -0,0 +1,31 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "tag": "create:stone_types/tuff" + } + ], + "processingTime": 350, + "results": [ + { + "chance": 0.25, + "item": "minecraft:flint" + }, + { + "chance": 0.1, + "item": "minecraft:gold_nugget" + }, + { + "chance": 0.1, + "item": "create:copper_nugget" + }, + { + "chance": 0.1, + "item": "create:zinc_nugget" + }, + { + "chance": 0.1, + "item": "minecraft:iron_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/uranium_ore.json b/src/generated/resources/data/create/recipes/crushing/uranium_ore.json new file mode 100644 index 0000000000..f7177af0c5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/uranium_ore.json @@ -0,0 +1,31 @@ +{ + "type": "create:crushing", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:tag_empty", + "tag": "forge:ores/uranium" + } + } + ], + "ingredients": [ + { + "tag": "forge:ores/uranium" + } + ], + "processingTime": 400, + "results": [ + { + "item": "create:crushed_uranium_ore" + }, + { + "chance": 0.75, + "item": "create:crushed_uranium_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/veridium.json b/src/generated/resources/data/create/recipes/crushing/veridium.json new file mode 100644 index 0000000000..432c905152 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/veridium.json @@ -0,0 +1,19 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "create:veridium" + } + ], + "processingTime": 250, + "results": [ + { + "chance": 0.8, + "item": "create:crushed_copper_ore" + }, + { + "chance": 0.8, + "item": "create:copper_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/veridium_recycling.json b/src/generated/resources/data/create/recipes/crushing/veridium_recycling.json new file mode 100644 index 0000000000..61f678183e --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/veridium_recycling.json @@ -0,0 +1,19 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "tag": "create:stone_types/veridium" + } + ], + "processingTime": 250, + "results": [ + { + "chance": 0.8, + "item": "create:crushed_copper_ore" + }, + { + "chance": 0.8, + "item": "create:copper_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/wool.json b/src/generated/resources/data/create/recipes/crushing/wool.json new file mode 100644 index 0000000000..5ba8b9863b --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/wool.json @@ -0,0 +1,19 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "tag": "minecraft:wool" + } + ], + "processingTime": 100, + "results": [ + { + "count": 2, + "item": "minecraft:string" + }, + { + "chance": 0.5, + "item": "minecraft:string" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crushing/zinc_ore.json b/src/generated/resources/data/create/recipes/crushing/zinc_ore.json new file mode 100644 index 0000000000..b21bc3c6e2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/crushing/zinc_ore.json @@ -0,0 +1,26 @@ +{ + "type": "create:crushing", + "ingredients": [ + { + "item": "create:zinc_ore" + } + ], + "processingTime": 250, + "results": [ + { + "item": "create:crushed_zinc_ore" + }, + { + "chance": 0.75, + "item": "create:crushed_zinc_ore" + }, + { + "chance": 0.75, + "item": "create:experience_nugget" + }, + { + "chance": 0.125, + "item": "minecraft:cobblestone" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/acacia_log.json b/src/generated/resources/data/create/recipes/cutting/acacia_log.json new file mode 100644 index 0000000000..180bfe30a4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/acacia_log.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:acacia_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_acacia_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/acacia_wood.json b/src/generated/resources/data/create/recipes/cutting/acacia_wood.json new file mode 100644 index 0000000000..1832e3b5f6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/acacia_wood.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:acacia_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_acacia_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/andesite_alloy.json b/src/generated/resources/data/create/recipes/cutting/andesite_alloy.json new file mode 100644 index 0000000000..23536f3c27 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/andesite_alloy.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "create:andesite_alloy" + } + ], + "processingTime": 200, + "results": [ + { + "count": 6, + "item": "create:shaft" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/birch_log.json b/src/generated/resources/data/create/recipes/cutting/birch_log.json new file mode 100644 index 0000000000..9aae8a8c29 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/birch_log.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:birch_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_birch_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/birch_wood.json b/src/generated/resources/data/create/recipes/cutting/birch_wood.json new file mode 100644 index 0000000000..727e50fefb --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/birch_wood.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:birch_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_birch_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/stripped_twisted_log.json b/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/stripped_twisted_log.json new file mode 100644 index 0000000000..b956d8920e --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/stripped_twisted_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "architects_palette" + } + ], + "ingredients": [ + { + "item": "architects_palette:stripped_twisted_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "architects_palette:twisted_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/stripped_twisted_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/stripped_twisted_wood.json new file mode 100644 index 0000000000..a4e1df53f8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/stripped_twisted_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "architects_palette" + } + ], + "ingredients": [ + { + "item": "architects_palette:stripped_twisted_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "architects_palette:twisted_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/twisted_log.json b/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/twisted_log.json new file mode 100644 index 0000000000..154c98ca9c --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/twisted_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "architects_palette" + } + ], + "ingredients": [ + { + "item": "architects_palette:twisted_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "architects_palette:stripped_twisted_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/twisted_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/twisted_wood.json new file mode 100644 index 0000000000..039d74fdf7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/architects_palette/twisted_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "architects_palette" + } + ], + "ingredients": [ + { + "item": "architects_palette:twisted_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "architects_palette:stripped_twisted_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_log.json new file mode 100644 index 0000000000..58468d641d --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], + "ingredients": [ + { + "item": "ars_nouveau:blue_archwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "ars_nouveau:stripped_blue_archwood_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_wood.json new file mode 100644 index 0000000000..05722102db --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/blue_archwood_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], + "ingredients": [ + { + "item": "ars_nouveau:blue_archwood_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "ars_nouveau:stripped_blue_archwood_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/green_archwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/green_archwood_log.json new file mode 100644 index 0000000000..0012113bbf --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/green_archwood_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], + "ingredients": [ + { + "item": "ars_nouveau:green_archwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "ars_nouveau:stripped_green_archwood_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/green_archwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/green_archwood_wood.json new file mode 100644 index 0000000000..c8b770205e --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/green_archwood_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], + "ingredients": [ + { + "item": "ars_nouveau:green_archwood_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "ars_nouveau:stripped_green_archwood_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_log.json new file mode 100644 index 0000000000..557c0c3650 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], + "ingredients": [ + { + "item": "ars_nouveau:purple_archwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "ars_nouveau:stripped_purple_archwood_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_wood.json new file mode 100644 index 0000000000..30b774a288 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/purple_archwood_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], + "ingredients": [ + { + "item": "ars_nouveau:purple_archwood_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "ars_nouveau:stripped_purple_archwood_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/red_archwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/red_archwood_log.json new file mode 100644 index 0000000000..9656d2dae3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/red_archwood_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], + "ingredients": [ + { + "item": "ars_nouveau:red_archwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "ars_nouveau:stripped_red_archwood_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/red_archwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/red_archwood_wood.json new file mode 100644 index 0000000000..72017e3ad8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/red_archwood_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], + "ingredients": [ + { + "item": "ars_nouveau:red_archwood_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "ars_nouveau:stripped_red_archwood_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json new file mode 100644 index 0000000000..9c5fe6e0b7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], + "ingredients": [ + { + "item": "ars_nouveau:stripped_blue_archwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "ars_nouveau:archwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json new file mode 100644 index 0000000000..037a5c475b --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_blue_archwood_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], + "ingredients": [ + { + "item": "ars_nouveau:stripped_blue_archwood_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "ars_nouveau:archwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_log.json new file mode 100644 index 0000000000..3a376778d3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], + "ingredients": [ + { + "item": "ars_nouveau:stripped_green_archwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "ars_nouveau:archwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json new file mode 100644 index 0000000000..72de7c3a04 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_green_archwood_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], + "ingredients": [ + { + "item": "ars_nouveau:stripped_green_archwood_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "ars_nouveau:archwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json new file mode 100644 index 0000000000..faaae83054 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], + "ingredients": [ + { + "item": "ars_nouveau:stripped_purple_archwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "ars_nouveau:archwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json new file mode 100644 index 0000000000..a852900da6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_purple_archwood_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], + "ingredients": [ + { + "item": "ars_nouveau:stripped_purple_archwood_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "ars_nouveau:archwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_log.json new file mode 100644 index 0000000000..d19c683275 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], + "ingredients": [ + { + "item": "ars_nouveau:stripped_red_archwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "ars_nouveau:archwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json new file mode 100644 index 0000000000..07025d2bd5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ars_nouveau/stripped_red_archwood_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ars_nouveau" + } + ], + "ingredients": [ + { + "item": "ars_nouveau:stripped_red_archwood_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "ars_nouveau:archwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/cherry_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/cherry_log.json new file mode 100644 index 0000000000..437fcd31dd --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/cherry_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:cherry_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_cherry_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/cherry_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/cherry_wood.json new file mode 100644 index 0000000000..84be1f3a30 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/cherry_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:cherry_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_cherry_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/dead_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/dead_log.json new file mode 100644 index 0000000000..b3615b45f8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/dead_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:dead_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_dead_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/dead_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/dead_wood.json new file mode 100644 index 0000000000..5022a39a5b --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/dead_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:dead_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_dead_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/fir_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/fir_log.json new file mode 100644 index 0000000000..d7ee6f9959 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/fir_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:fir_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_fir_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/fir_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/fir_wood.json new file mode 100644 index 0000000000..1848e65b5f --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/fir_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:fir_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_fir_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/hellbark_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/hellbark_log.json new file mode 100644 index 0000000000..d5cbcd748f --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/hellbark_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:hellbark_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_hellbark_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/hellbark_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/hellbark_wood.json new file mode 100644 index 0000000000..4f38f736d2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/hellbark_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:hellbark_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_hellbark_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/jacaranda_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/jacaranda_log.json new file mode 100644 index 0000000000..681a55c1e8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/jacaranda_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:jacaranda_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_jacaranda_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/jacaranda_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/jacaranda_wood.json new file mode 100644 index 0000000000..23a4f5d343 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/jacaranda_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:jacaranda_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_jacaranda_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/magic_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/magic_log.json new file mode 100644 index 0000000000..237abded87 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/magic_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:magic_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_magic_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/magic_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/magic_wood.json new file mode 100644 index 0000000000..2528982b36 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/magic_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:magic_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_magic_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/mahogany_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/mahogany_log.json new file mode 100644 index 0000000000..4a1e5deda5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/mahogany_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:mahogany_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_mahogany_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/mahogany_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/mahogany_wood.json new file mode 100644 index 0000000000..332666981b --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/mahogany_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:mahogany_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_mahogany_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/palm_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/palm_log.json new file mode 100644 index 0000000000..86fa921923 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/palm_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:palm_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_palm_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/palm_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/palm_wood.json new file mode 100644 index 0000000000..39ffc171e9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/palm_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:palm_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_palm_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/redwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/redwood_log.json new file mode 100644 index 0000000000..2c754fc51c --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/redwood_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:redwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_redwood_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/redwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/redwood_wood.json new file mode 100644 index 0000000000..eaa8ac592c --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/redwood_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:redwood_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_redwood_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_log.json new file mode 100644 index 0000000000..aa9d207ae4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_cherry_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:cherry_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_wood.json new file mode 100644 index 0000000000..8f19cb98ea --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_cherry_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_cherry_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:cherry_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_log.json new file mode 100644 index 0000000000..90ebc73a61 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_dead_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:dead_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_wood.json new file mode 100644 index 0000000000..1493e8265e --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_dead_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_dead_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:dead_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_log.json new file mode 100644 index 0000000000..10c5538977 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_fir_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:fir_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_wood.json new file mode 100644 index 0000000000..8c6b76bdea --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_fir_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_fir_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:fir_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_log.json new file mode 100644 index 0000000000..1c44191003 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_hellbark_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:hellbark_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_wood.json new file mode 100644 index 0000000000..75a5356c84 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_hellbark_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_hellbark_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:hellbark_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_log.json new file mode 100644 index 0000000000..32c8fc6868 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_jacaranda_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:jacaranda_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_wood.json new file mode 100644 index 0000000000..279204ec72 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_jacaranda_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_jacaranda_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:jacaranda_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_log.json new file mode 100644 index 0000000000..26618e2932 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_magic_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:magic_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_wood.json new file mode 100644 index 0000000000..10f02907cf --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_magic_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_magic_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:magic_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_log.json new file mode 100644 index 0000000000..39bcfc2e7e --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_mahogany_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:mahogany_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_wood.json new file mode 100644 index 0000000000..5a9a5c86fb --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_mahogany_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_mahogany_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:mahogany_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_log.json new file mode 100644 index 0000000000..cde979e13d --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_palm_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:palm_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_wood.json new file mode 100644 index 0000000000..8b13809543 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_palm_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_palm_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:palm_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_log.json new file mode 100644 index 0000000000..8536b80e8a --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_redwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:redwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_wood.json new file mode 100644 index 0000000000..dd6241be57 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_redwood_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_redwood_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:redwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_log.json new file mode 100644 index 0000000000..c5f63f05bb --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_umbran_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:umbran_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_wood.json new file mode 100644 index 0000000000..9aca280726 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_umbran_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_umbran_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:umbran_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_log.json new file mode 100644 index 0000000000..b192aebc2f --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_willow_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:willow_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_wood.json new file mode 100644 index 0000000000..eef0c2313a --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/stripped_willow_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:stripped_willow_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "biomesoplenty:willow_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/umbran_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/umbran_log.json new file mode 100644 index 0000000000..a02692be37 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/umbran_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:umbran_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_umbran_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/umbran_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/umbran_wood.json new file mode 100644 index 0000000000..629bce7c5d --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/umbran_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:umbran_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_umbran_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/willow_log.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/willow_log.json new file mode 100644 index 0000000000..38ee3bc682 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/willow_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:willow_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_willow_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/willow_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/willow_wood.json new file mode 100644 index 0000000000..2bcf4650cb --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/biomesoplenty/willow_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "biomesoplenty" + } + ], + "ingredients": [ + { + "item": "biomesoplenty:willow_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "biomesoplenty:stripped_willow_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/bluebright_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/bluebright_log.json new file mode 100644 index 0000000000..5b531994e4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/bluebright_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:bluebright_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "blue_skies:stripped_bluebright_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/bluebright_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/bluebright_wood.json new file mode 100644 index 0000000000..e8bc9e7954 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/bluebright_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:bluebright_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "blue_skies:stripped_bluebright_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/cherry_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/cherry_log.json new file mode 100644 index 0000000000..31eb122c73 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/cherry_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:cherry_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "blue_skies:stripped_cherry_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/cherry_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/cherry_wood.json new file mode 100644 index 0000000000..a6df130f7b --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/cherry_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:cherry_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "blue_skies:stripped_cherry_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/crystallized_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/crystallized_log.json new file mode 100644 index 0000000000..64e4db8f5f --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/crystallized_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:crystallized_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "blue_skies:crystallized_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/crystallized_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/crystallized_wood.json new file mode 100644 index 0000000000..96d0e1b032 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/crystallized_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:crystallized_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "blue_skies:crystallized_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/dusk_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/dusk_log.json new file mode 100644 index 0000000000..5cac874ea5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/dusk_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:dusk_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "blue_skies:stripped_dusk_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/dusk_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/dusk_wood.json new file mode 100644 index 0000000000..480fa95760 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/dusk_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:dusk_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "blue_skies:stripped_dusk_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/frostbright_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/frostbright_log.json new file mode 100644 index 0000000000..949c81e6d8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/frostbright_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:frostbright_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "blue_skies:stripped_frostbright_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/frostbright_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/frostbright_wood.json new file mode 100644 index 0000000000..644b93ef58 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/frostbright_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:frostbright_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "blue_skies:stripped_frostbright_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/lunar_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/lunar_log.json new file mode 100644 index 0000000000..d592df227e --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/lunar_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:lunar_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "blue_skies:stripped_lunar_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/lunar_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/lunar_wood.json new file mode 100644 index 0000000000..2f0771e71a --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/lunar_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:lunar_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "blue_skies:stripped_lunar_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/maple_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/maple_log.json new file mode 100644 index 0000000000..2e81668852 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/maple_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:maple_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "blue_skies:stripped_maple_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/maple_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/maple_wood.json new file mode 100644 index 0000000000..b1121cd1f8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/maple_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:maple_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "blue_skies:stripped_maple_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/starlit_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/starlit_log.json new file mode 100644 index 0000000000..886c89a38c --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/starlit_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:starlit_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "blue_skies:stripped_starlit_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/starlit_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/starlit_wood.json new file mode 100644 index 0000000000..1e46281116 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/starlit_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:starlit_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "blue_skies:stripped_starlit_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_log.json new file mode 100644 index 0000000000..4af14fe8dd --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:stripped_bluebright_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "blue_skies:bluebright_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_wood.json new file mode 100644 index 0000000000..55e85cbbc6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_bluebright_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:stripped_bluebright_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "blue_skies:bluebright_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_cherry_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_cherry_log.json new file mode 100644 index 0000000000..25107696c6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_cherry_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:stripped_cherry_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "blue_skies:cherry_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_cherry_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_cherry_wood.json new file mode 100644 index 0000000000..c848f788b9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_cherry_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:stripped_cherry_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "blue_skies:cherry_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_dusk_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_dusk_log.json new file mode 100644 index 0000000000..dce73b8958 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_dusk_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:stripped_dusk_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "blue_skies:dusk_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_dusk_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_dusk_wood.json new file mode 100644 index 0000000000..39f1907122 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_dusk_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:stripped_dusk_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "blue_skies:dusk_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_log.json new file mode 100644 index 0000000000..94bedaf647 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:stripped_frostbright_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "blue_skies:frostbright_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_wood.json new file mode 100644 index 0000000000..0b04be828a --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_frostbright_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:stripped_frostbright_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "blue_skies:frostbright_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_lunar_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_lunar_log.json new file mode 100644 index 0000000000..84520fdc31 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_lunar_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:stripped_lunar_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "blue_skies:lunar_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_lunar_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_lunar_wood.json new file mode 100644 index 0000000000..06dd123880 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_lunar_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:stripped_lunar_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "blue_skies:lunar_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_maple_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_maple_log.json new file mode 100644 index 0000000000..6f9b9b8165 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_maple_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:stripped_maple_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "blue_skies:maple_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_maple_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_maple_wood.json new file mode 100644 index 0000000000..fecc4dd4f6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_maple_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:stripped_maple_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "blue_skies:maple_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_starlit_log.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_starlit_log.json new file mode 100644 index 0000000000..e56362453d --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_starlit_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:stripped_starlit_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "blue_skies:starlit_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_starlit_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_starlit_wood.json new file mode 100644 index 0000000000..36fad622f9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/blue_skies/stripped_starlit_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "blue_skies" + } + ], + "ingredients": [ + { + "item": "blue_skies:stripped_starlit_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "blue_skies:starlit_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/dreamwood.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/dreamwood.json new file mode 100644 index 0000000000..5615d862ff --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/dreamwood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "ingredients": [ + { + "item": "botania:dreamwood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "botania:stripped_dreamwood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/dreamwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/dreamwood_log.json new file mode 100644 index 0000000000..d58105eaf1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/dreamwood_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "ingredients": [ + { + "item": "botania:dreamwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "botania:stripped_dreamwood_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_dreamwood.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_dreamwood.json new file mode 100644 index 0000000000..7a56cc7992 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_dreamwood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "ingredients": [ + { + "item": "botania:glimmering_dreamwood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "botania:glimmering_stripped_dreamwood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_dreamwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_dreamwood_log.json new file mode 100644 index 0000000000..62b83d4bb2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_dreamwood_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "ingredients": [ + { + "item": "botania:glimmering_dreamwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "botania:glimmering_stripped_dreamwood_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_livingwood.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_livingwood.json new file mode 100644 index 0000000000..175d5c86f0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_livingwood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "ingredients": [ + { + "item": "botania:glimmering_livingwood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "botania:glimmering_stripped_livingwood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_livingwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_livingwood_log.json new file mode 100644 index 0000000000..406e393eae --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_livingwood_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "ingredients": [ + { + "item": "botania:glimmering_livingwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "botania:glimmering_stripped_livingwood_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood.json new file mode 100644 index 0000000000..d3820d7ac1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "ingredients": [ + { + "item": "botania:glimmering_stripped_dreamwood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "botania:dreamwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood_log.json new file mode 100644 index 0000000000..3dc8ea13c5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_dreamwood_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "ingredients": [ + { + "item": "botania:glimmering_stripped_dreamwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "botania:dreamwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood.json new file mode 100644 index 0000000000..8b89443935 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "ingredients": [ + { + "item": "botania:glimmering_stripped_livingwood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "botania:livingwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood_log.json new file mode 100644 index 0000000000..de57b7c843 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/glimmering_stripped_livingwood_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "ingredients": [ + { + "item": "botania:glimmering_stripped_livingwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "botania:livingwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/livingwood.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/livingwood.json new file mode 100644 index 0000000000..9b82792484 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/livingwood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "ingredients": [ + { + "item": "botania:livingwood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "botania:stripped_livingwood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/livingwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/livingwood_log.json new file mode 100644 index 0000000000..485759f46c --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/livingwood_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "ingredients": [ + { + "item": "botania:livingwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "botania:stripped_livingwood_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_dreamwood.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_dreamwood.json new file mode 100644 index 0000000000..954b1f5c7f --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_dreamwood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "ingredients": [ + { + "item": "botania:stripped_dreamwood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "botania:dreamwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_dreamwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_dreamwood_log.json new file mode 100644 index 0000000000..de771deef9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_dreamwood_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "ingredients": [ + { + "item": "botania:stripped_dreamwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "botania:dreamwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_livingwood.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_livingwood.json new file mode 100644 index 0000000000..78bf75fe6b --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_livingwood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "ingredients": [ + { + "item": "botania:stripped_livingwood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "botania:livingwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_livingwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_livingwood_log.json new file mode 100644 index 0000000000..91539af7b8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/botania/stripped_livingwood_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "botania" + } + ], + "ingredients": [ + { + "item": "botania:stripped_livingwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "botania:livingwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/aspen_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/aspen_log.json new file mode 100644 index 0000000000..38ac271757 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/aspen_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:aspen_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_aspen_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/aspen_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/aspen_wood.json new file mode 100644 index 0000000000..bb8419cec5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/aspen_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:aspen_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_aspen_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/baobab_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/baobab_log.json new file mode 100644 index 0000000000..e4a71eebaf --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/baobab_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:baobab_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_baobab_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/baobab_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/baobab_wood.json new file mode 100644 index 0000000000..bcac7e7d99 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/baobab_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:baobab_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_baobab_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/blue_enchanted_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/blue_enchanted_log.json new file mode 100644 index 0000000000..d5b4776223 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/blue_enchanted_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:blue_enchanted_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_blue_enchanted_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/blue_enchanted_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/blue_enchanted_wood.json new file mode 100644 index 0000000000..d6b369036c --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/blue_enchanted_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:blue_enchanted_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_blue_enchanted_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/bulbis_stem.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/bulbis_stem.json new file mode 100644 index 0000000000..9d95a5c010 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/bulbis_stem.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:bulbis_stem" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_bulbis_stem" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/bulbis_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/bulbis_wood.json new file mode 100644 index 0000000000..349a4f7fb6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/bulbis_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:bulbis_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_bulbis_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/cherry_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/cherry_log.json new file mode 100644 index 0000000000..a11961c6d6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/cherry_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:cherry_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_cherry_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/cherry_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/cherry_wood.json new file mode 100644 index 0000000000..99273503b7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/cherry_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:cherry_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_cherry_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/cika_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/cika_log.json new file mode 100644 index 0000000000..f6f2a625f1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/cika_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:cika_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_cika_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/cika_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/cika_wood.json new file mode 100644 index 0000000000..d41bf162b8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/cika_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:cika_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_cika_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/cypress_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/cypress_log.json new file mode 100644 index 0000000000..726a5aabf3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/cypress_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:cypress_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_cypress_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/cypress_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/cypress_wood.json new file mode 100644 index 0000000000..e9a187c885 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/cypress_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:cypress_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_cypress_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/ebony_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/ebony_log.json new file mode 100644 index 0000000000..c06c7f964e --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/ebony_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:ebony_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_ebony_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/ebony_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/ebony_wood.json new file mode 100644 index 0000000000..8e7e009132 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/ebony_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:ebony_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_ebony_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/ether_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/ether_log.json new file mode 100644 index 0000000000..3bc2e1565d --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/ether_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:ether_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_ether_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/ether_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/ether_wood.json new file mode 100644 index 0000000000..7dfcdc18d0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/ether_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:ether_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_ether_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/fir_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/fir_log.json new file mode 100644 index 0000000000..212d415c72 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/fir_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:fir_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_fir_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/fir_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/fir_wood.json new file mode 100644 index 0000000000..d93e8c277e --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/fir_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:fir_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_fir_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/fungal_imparius_hyphae.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/fungal_imparius_hyphae.json new file mode 100644 index 0000000000..38220ef5b6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/fungal_imparius_hyphae.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:fungal_imparius_hyphae" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:imparius_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/fungal_imparius_stem.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/fungal_imparius_stem.json new file mode 100644 index 0000000000..20e12e1c39 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/fungal_imparius_stem.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:fungal_imparius_stem" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:imparius_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/green_enchanted_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/green_enchanted_log.json new file mode 100644 index 0000000000..2d6e1749e0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/green_enchanted_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:green_enchanted_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_green_enchanted_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/green_enchanted_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/green_enchanted_wood.json new file mode 100644 index 0000000000..855cc1bb52 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/green_enchanted_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:green_enchanted_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_green_enchanted_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/holly_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/holly_log.json new file mode 100644 index 0000000000..d0ecaf51d0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/holly_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:holly_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_holly_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/holly_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/holly_wood.json new file mode 100644 index 0000000000..1192769b2d --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/holly_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:holly_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_holly_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/imparius_hyphae.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/imparius_hyphae.json new file mode 100644 index 0000000000..07d330aad6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/imparius_hyphae.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:imparius_hyphae" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:imparius_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/imparius_stem.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/imparius_stem.json new file mode 100644 index 0000000000..702991b5ef --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/imparius_stem.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:imparius_stem" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:imparius_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/jacaranda_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/jacaranda_log.json new file mode 100644 index 0000000000..4a4277f7be --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/jacaranda_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:jacaranda_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_jacaranda_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/jacaranda_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/jacaranda_wood.json new file mode 100644 index 0000000000..c59c82607d --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/jacaranda_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:jacaranda_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_jacaranda_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/lament_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/lament_log.json new file mode 100644 index 0000000000..d1e9771136 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/lament_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:lament_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_lament_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/lament_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/lament_wood.json new file mode 100644 index 0000000000..42e55d2b90 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/lament_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:lament_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_lament_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/mahogany_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/mahogany_log.json new file mode 100644 index 0000000000..cc6480a7d2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/mahogany_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:mahogany_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_mahogany_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/mahogany_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/mahogany_wood.json new file mode 100644 index 0000000000..1b0a2777fe --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/mahogany_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:mahogany_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_mahogany_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_log.json new file mode 100644 index 0000000000..0f4b24e336 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:mangrove_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_mangrove_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_wood.json new file mode 100644 index 0000000000..bc78983ccc --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/mangrove_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:mangrove_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_mangrove_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/maple_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/maple_log.json new file mode 100644 index 0000000000..cd46fac058 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/maple_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:maple_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_maple_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/maple_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/maple_wood.json new file mode 100644 index 0000000000..19a873bd25 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/maple_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:maple_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_maple_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/nightshade_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/nightshade_log.json new file mode 100644 index 0000000000..6678c7b053 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/nightshade_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:nightshade_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_nightshade_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/nightshade_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/nightshade_wood.json new file mode 100644 index 0000000000..1e1525a9d4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/nightshade_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:nightshade_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_nightshade_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/palm_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/palm_log.json new file mode 100644 index 0000000000..6f7181eb3a --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/palm_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:palm_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_palm_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/palm_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/palm_wood.json new file mode 100644 index 0000000000..f4b764e06c --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/palm_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:palm_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_palm_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/palo_verde_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/palo_verde_log.json new file mode 100644 index 0000000000..6e1efc0fe3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/palo_verde_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:palo_verde_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_palo_verde_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/palo_verde_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/palo_verde_wood.json new file mode 100644 index 0000000000..fba40199c8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/palo_verde_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:palo_verde_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_palo_verde_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/pine_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/pine_log.json new file mode 100644 index 0000000000..e61d51c101 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/pine_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:pine_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_pine_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/pine_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/pine_wood.json new file mode 100644 index 0000000000..ba190ecff0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/pine_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:pine_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_pine_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_log.json new file mode 100644 index 0000000000..0af3ef3709 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:rainbow_eucalyptus_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_rainbow_eucalyptus_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_wood.json new file mode 100644 index 0000000000..60c72f3302 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/rainbow_eucalyptus_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:rainbow_eucalyptus_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_rainbow_eucalyptus_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/redwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/redwood_log.json new file mode 100644 index 0000000000..8bdf07ae92 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/redwood_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:redwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_redwood_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/redwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/redwood_wood.json new file mode 100644 index 0000000000..c7235f1262 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/redwood_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:redwood_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_redwood_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/skyris_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/skyris_log.json new file mode 100644 index 0000000000..d1f37be95e --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/skyris_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:skyris_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_skyris_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/skyris_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/skyris_wood.json new file mode 100644 index 0000000000..473946580b --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/skyris_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:skyris_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_skyris_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_aspen_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_aspen_log.json new file mode 100644 index 0000000000..cca3ab802c --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_aspen_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_aspen_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:aspen_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_aspen_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_aspen_wood.json new file mode 100644 index 0000000000..b2f679fac0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_aspen_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_aspen_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:aspen_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_baobab_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_baobab_log.json new file mode 100644 index 0000000000..ffc8c1dcbb --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_baobab_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_baobab_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:baobab_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_baobab_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_baobab_wood.json new file mode 100644 index 0000000000..3eb03b0d6f --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_baobab_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_baobab_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:baobab_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_log.json new file mode 100644 index 0000000000..f91b3c6df7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_blue_enchanted_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:blue_enchanted_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_wood.json new file mode 100644 index 0000000000..2c1450fa94 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_blue_enchanted_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_blue_enchanted_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:blue_enchanted_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_bulbis_stem.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_bulbis_stem.json new file mode 100644 index 0000000000..4336a89882 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_bulbis_stem.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_bulbis_stem" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:bulbis_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_bulbis_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_bulbis_wood.json new file mode 100644 index 0000000000..8a9856965b --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_bulbis_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_bulbis_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:bulbis_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cherry_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cherry_log.json new file mode 100644 index 0000000000..2a43b4fe44 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cherry_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_cherry_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:cherry_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cherry_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cherry_wood.json new file mode 100644 index 0000000000..73ad04605a --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cherry_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_cherry_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:cherry_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cika_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cika_log.json new file mode 100644 index 0000000000..56d5314433 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cika_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_cika_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:cika_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cika_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cika_wood.json new file mode 100644 index 0000000000..b17ca3f5c0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cika_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_cika_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:cika_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cypress_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cypress_log.json new file mode 100644 index 0000000000..b9c88f7000 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cypress_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_cypress_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:cypress_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cypress_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cypress_wood.json new file mode 100644 index 0000000000..9682334294 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_cypress_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_cypress_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:cypress_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ebony_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ebony_log.json new file mode 100644 index 0000000000..0b858bc86d --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ebony_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_ebony_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:ebony_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ebony_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ebony_wood.json new file mode 100644 index 0000000000..89c855237f --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ebony_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_ebony_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:ebony_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ether_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ether_log.json new file mode 100644 index 0000000000..d934c094ad --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ether_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_ether_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:ether_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ether_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ether_wood.json new file mode 100644 index 0000000000..c1a7142073 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_ether_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_ether_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:ether_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_fir_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_fir_log.json new file mode 100644 index 0000000000..fef32165d5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_fir_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_fir_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:fir_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_fir_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_fir_wood.json new file mode 100644 index 0000000000..d16eede3b9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_fir_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_fir_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:fir_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_green_enchanted_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_green_enchanted_log.json new file mode 100644 index 0000000000..f6dfcd2bb4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_green_enchanted_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_green_enchanted_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:green_enchanted_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_green_enchanted_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_green_enchanted_wood.json new file mode 100644 index 0000000000..c9d6a595f6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_green_enchanted_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_green_enchanted_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:green_enchanted_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_holly_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_holly_log.json new file mode 100644 index 0000000000..fcd99fa620 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_holly_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_holly_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:holly_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_holly_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_holly_wood.json new file mode 100644 index 0000000000..5ee1551cd7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_holly_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_holly_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:holly_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_jacaranda_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_jacaranda_log.json new file mode 100644 index 0000000000..902745e370 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_jacaranda_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_jacaranda_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:jacaranda_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_jacaranda_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_jacaranda_wood.json new file mode 100644 index 0000000000..4b8ba0caeb --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_jacaranda_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_jacaranda_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:jacaranda_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_lament_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_lament_log.json new file mode 100644 index 0000000000..6ef18abe89 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_lament_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_lament_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:lament_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_lament_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_lament_wood.json new file mode 100644 index 0000000000..4dee034e15 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_lament_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_lament_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:lament_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mahogany_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mahogany_log.json new file mode 100644 index 0000000000..2c9b10a420 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mahogany_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_mahogany_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:mahogany_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mahogany_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mahogany_wood.json new file mode 100644 index 0000000000..c07aa2a49b --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mahogany_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_mahogany_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:mahogany_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_log.json new file mode 100644 index 0000000000..901ef74a75 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_mangrove_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:mangrove_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_wood.json new file mode 100644 index 0000000000..dea6c7065c --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_mangrove_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_mangrove_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:mangrove_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_maple_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_maple_log.json new file mode 100644 index 0000000000..e6110edcf7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_maple_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_maple_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:maple_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_maple_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_maple_wood.json new file mode 100644 index 0000000000..c5ba863802 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_maple_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_maple_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:maple_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_nightshade_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_nightshade_log.json new file mode 100644 index 0000000000..d059a6709b --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_nightshade_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_nightshade_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:nightshade_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_nightshade_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_nightshade_wood.json new file mode 100644 index 0000000000..2f6e73d19b --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_nightshade_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_nightshade_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:nightshade_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_palm_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_palm_log.json new file mode 100644 index 0000000000..2127276be4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_palm_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_palm_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:palm_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_palm_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_palm_wood.json new file mode 100644 index 0000000000..c290027927 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_palm_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_palm_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:palm_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_pine_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_pine_log.json new file mode 100644 index 0000000000..e513a123de --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_pine_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_pine_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:pine_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_pine_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_pine_wood.json new file mode 100644 index 0000000000..fb67fe0cd7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_pine_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_pine_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:pine_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_log.json new file mode 100644 index 0000000000..dd69ef7b0c --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_rainbow_eucalyptus_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:rainbow_eucalyptus_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_wood.json new file mode 100644 index 0000000000..222e1e3bc8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_rainbow_eucalyptus_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_rainbow_eucalyptus_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:rainbow_eucalyptus_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_redwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_redwood_log.json new file mode 100644 index 0000000000..c274d9971b --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_redwood_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_redwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:redwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_redwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_redwood_wood.json new file mode 100644 index 0000000000..f4f1e121ef --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_redwood_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_redwood_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:redwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_skyris_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_skyris_log.json new file mode 100644 index 0000000000..4034a1c7b6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_skyris_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_skyris_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:skyris_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_skyris_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_skyris_wood.json new file mode 100644 index 0000000000..6b90fabf0e --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_skyris_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_skyris_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:skyris_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_willow_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_willow_log.json new file mode 100644 index 0000000000..793ba2cc4c --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_willow_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_willow_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:willow_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_willow_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_willow_wood.json new file mode 100644 index 0000000000..271fae9b28 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_willow_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_willow_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:willow_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_witch_hazel_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_witch_hazel_log.json new file mode 100644 index 0000000000..8e0ef4f46a --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_witch_hazel_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_witch_hazel_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:witch_hazel_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_witch_hazel_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_witch_hazel_wood.json new file mode 100644 index 0000000000..5f55d0b129 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_witch_hazel_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_witch_hazel_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:witch_hazel_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_zelkova_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_zelkova_log.json new file mode 100644 index 0000000000..5d9890c3ea --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_zelkova_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_zelkova_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:zelkova_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_zelkova_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_zelkova_wood.json new file mode 100644 index 0000000000..cdb6c3031d --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/stripped_zelkova_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:stripped_zelkova_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "byg:zelkova_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/willow_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/willow_log.json new file mode 100644 index 0000000000..ae0353481a --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/willow_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:willow_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_willow_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/willow_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/willow_wood.json new file mode 100644 index 0000000000..e5b0799584 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/willow_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:willow_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_willow_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/witch_hazel_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/witch_hazel_log.json new file mode 100644 index 0000000000..9170e87c7a --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/witch_hazel_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:witch_hazel_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_witch_hazel_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/witch_hazel_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/witch_hazel_wood.json new file mode 100644 index 0000000000..0c745044b4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/witch_hazel_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:witch_hazel_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_witch_hazel_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/zelkova_log.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/zelkova_log.json new file mode 100644 index 0000000000..39f2bc7ed2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/zelkova_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:zelkova_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_zelkova_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/byg/zelkova_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/byg/zelkova_wood.json new file mode 100644 index 0000000000..2b7f8fc9e6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/byg/zelkova_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "byg" + } + ], + "ingredients": [ + { + "item": "byg:zelkova_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "byg:stripped_zelkova_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/azalea_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/azalea_log.json new file mode 100644 index 0000000000..33dd82f5d6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/azalea_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], + "ingredients": [ + { + "item": "ecologics:azalea_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "ecologics:stripped_azalea_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/azalea_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/azalea_wood.json new file mode 100644 index 0000000000..11d149a17d --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/azalea_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], + "ingredients": [ + { + "item": "ecologics:azalea_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "ecologics:stripped_azalea_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/coconut_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/coconut_log.json new file mode 100644 index 0000000000..01cb069601 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/coconut_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], + "ingredients": [ + { + "item": "ecologics:coconut_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "ecologics:stripped_coconut_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/coconut_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/coconut_wood.json new file mode 100644 index 0000000000..a2d89906e0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/coconut_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], + "ingredients": [ + { + "item": "ecologics:coconut_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "ecologics:stripped_coconut_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/flowering_azalea_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/flowering_azalea_log.json new file mode 100644 index 0000000000..92dd72d170 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/flowering_azalea_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], + "ingredients": [ + { + "item": "ecologics:flowering_azalea_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "ecologics:stripped_azalea_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/flowering_azalea_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/flowering_azalea_wood.json new file mode 100644 index 0000000000..083c7efb33 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/flowering_azalea_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], + "ingredients": [ + { + "item": "ecologics:flowering_azalea_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "ecologics:stripped_azalea_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_azalea_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_azalea_log.json new file mode 100644 index 0000000000..b3f912a44f --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_azalea_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], + "ingredients": [ + { + "item": "ecologics:stripped_azalea_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "ecologics:azalea_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_azalea_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_azalea_wood.json new file mode 100644 index 0000000000..2b21a5ad0e --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_azalea_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], + "ingredients": [ + { + "item": "ecologics:stripped_azalea_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "ecologics:azalea_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_coconut_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_coconut_log.json new file mode 100644 index 0000000000..e1f9ee5341 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_coconut_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], + "ingredients": [ + { + "item": "ecologics:stripped_coconut_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "ecologics:coconut_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_coconut_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_coconut_wood.json new file mode 100644 index 0000000000..5cd8b05da1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_coconut_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], + "ingredients": [ + { + "item": "ecologics:stripped_coconut_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "ecologics:coconut_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_walnut_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_walnut_log.json new file mode 100644 index 0000000000..f32e747d37 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_walnut_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], + "ingredients": [ + { + "item": "ecologics:stripped_walnut_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "ecologics:walnut_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_walnut_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_walnut_wood.json new file mode 100644 index 0000000000..15e0c23e75 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/stripped_walnut_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], + "ingredients": [ + { + "item": "ecologics:stripped_walnut_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "ecologics:walnut_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/walnut_log.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/walnut_log.json new file mode 100644 index 0000000000..77a1366aa3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/walnut_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], + "ingredients": [ + { + "item": "ecologics:walnut_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "ecologics:stripped_walnut_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/ecologics/walnut_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/walnut_wood.json new file mode 100644 index 0000000000..b385aa9365 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/ecologics/walnut_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "ecologics" + } + ], + "ingredients": [ + { + "item": "ecologics:walnut_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "ecologics:stripped_walnut_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood.json b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood.json new file mode 100644 index 0000000000..aa4f617296 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forbidden_arcanus" + } + ], + "ingredients": [ + { + "item": "forbidden_arcanus:cherrywood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "forbidden_arcanus:stripped_cherrywood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood_log.json new file mode 100644 index 0000000000..7d6b44ce90 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/cherrywood_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forbidden_arcanus" + } + ], + "ingredients": [ + { + "item": "forbidden_arcanus:cherrywood_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "forbidden_arcanus:stripped_cherrywood_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood.json b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood.json new file mode 100644 index 0000000000..812b2d060d --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forbidden_arcanus" + } + ], + "ingredients": [ + { + "item": "forbidden_arcanus:mysterywood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "forbidden_arcanus:stripped_mysterywood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood_log.json new file mode 100644 index 0000000000..ed41c1933f --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/mysterywood_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forbidden_arcanus" + } + ], + "ingredients": [ + { + "item": "forbidden_arcanus:mysterywood_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "forbidden_arcanus:stripped_mysterywood_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood.json b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood.json new file mode 100644 index 0000000000..781886ed72 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forbidden_arcanus" + } + ], + "ingredients": [ + { + "item": "forbidden_arcanus:stripped_cherrywood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "forbidden_arcanus:cherrywood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood_log.json new file mode 100644 index 0000000000..1d2a731116 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forbidden_arcanus" + } + ], + "ingredients": [ + { + "item": "forbidden_arcanus:stripped_cherrywood_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "forbidden_arcanus:cherrywood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood.json b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood.json new file mode 100644 index 0000000000..b5bd435f8a --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forbidden_arcanus" + } + ], + "ingredients": [ + { + "item": "forbidden_arcanus:stripped_mysterywood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "forbidden_arcanus:mysterywood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood_log.json new file mode 100644 index 0000000000..24bc02de7f --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "forbidden_arcanus" + } + ], + "ingredients": [ + { + "item": "forbidden_arcanus:stripped_mysterywood_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "forbidden_arcanus:mysterywood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log.json b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log.json new file mode 100644 index 0000000000..b7b4d8fe74 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "hexcasting" + } + ], + "ingredients": [ + { + "item": "hexcasting:akashic_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "hexcasting:akashic_log_stripped" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log_stripped.json b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log_stripped.json new file mode 100644 index 0000000000..d0d29307b1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log_stripped.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "hexcasting" + } + ], + "ingredients": [ + { + "item": "hexcasting:akashic_log_stripped" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "hexcasting:akashic_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood.json new file mode 100644 index 0000000000..f19a72719c --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "hexcasting" + } + ], + "ingredients": [ + { + "item": "hexcasting:akashic_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "hexcasting:akashic_wood_stripped" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood_stripped.json b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood_stripped.json new file mode 100644 index 0000000000..f2cd27eb33 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood_stripped.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "hexcasting" + } + ], + "ingredients": [ + { + "item": "hexcasting:akashic_wood_stripped" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "hexcasting:akashic_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_log.json b/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_log.json new file mode 100644 index 0000000000..58d743125c --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "integrateddynamics" + } + ], + "ingredients": [ + { + "item": "integrateddynamics:menril_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "integrateddynamics:menril_log_stripped" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_log_stripped.json b/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_log_stripped.json new file mode 100644 index 0000000000..b3ae38d0f5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_log_stripped.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "integrateddynamics" + } + ], + "ingredients": [ + { + "item": "integrateddynamics:menril_log_stripped" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "integrateddynamics:menril_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_wood.json new file mode 100644 index 0000000000..09ede5a795 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "integrateddynamics" + } + ], + "ingredients": [ + { + "item": "integrateddynamics:menril_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "integrateddynamics:menril_wood_stripped" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_wood_stripped.json b/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_wood_stripped.json new file mode 100644 index 0000000000..2fc49fd838 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/integrateddynamics/menril_wood_stripped.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "integrateddynamics" + } + ], + "ingredients": [ + { + "item": "integrateddynamics:menril_wood_stripped" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "integrateddynamics:menril_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/quark/azalea_log.json b/src/generated/resources/data/create/recipes/cutting/compat/quark/azalea_log.json new file mode 100644 index 0000000000..016d074acf --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/quark/azalea_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "quark" + } + ], + "ingredients": [ + { + "item": "quark:azalea_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "quark:stripped_azalea_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/quark/azalea_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/quark/azalea_wood.json new file mode 100644 index 0000000000..bba137f8dc --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/quark/azalea_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "quark" + } + ], + "ingredients": [ + { + "item": "quark:azalea_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "quark:stripped_azalea_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/quark/blossom_log.json b/src/generated/resources/data/create/recipes/cutting/compat/quark/blossom_log.json new file mode 100644 index 0000000000..8a7bc6e8e6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/quark/blossom_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "quark" + } + ], + "ingredients": [ + { + "item": "quark:blossom_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "quark:stripped_blossom_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/quark/blossom_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/quark/blossom_wood.json new file mode 100644 index 0000000000..ebd796db37 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/quark/blossom_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "quark" + } + ], + "ingredients": [ + { + "item": "quark:blossom_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "quark:stripped_blossom_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_azalea_log.json b/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_azalea_log.json new file mode 100644 index 0000000000..f7276bef07 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_azalea_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "quark" + } + ], + "ingredients": [ + { + "item": "quark:stripped_azalea_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "quark:azalea_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_azalea_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_azalea_wood.json new file mode 100644 index 0000000000..fc5ee7e387 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_azalea_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "quark" + } + ], + "ingredients": [ + { + "item": "quark:stripped_azalea_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "quark:azalea_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_blossom_log.json b/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_blossom_log.json new file mode 100644 index 0000000000..5ae6d6b1fd --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_blossom_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "quark" + } + ], + "ingredients": [ + { + "item": "quark:stripped_blossom_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "quark:blossom_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_blossom_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_blossom_wood.json new file mode 100644 index 0000000000..ec05738d80 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/quark/stripped_blossom_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "quark" + } + ], + "ingredients": [ + { + "item": "quark:stripped_blossom_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "quark:blossom_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/silentgear/netherwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/silentgear/netherwood_log.json new file mode 100644 index 0000000000..3186af2426 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/silentgear/netherwood_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "silentgear" + } + ], + "ingredients": [ + { + "item": "silentgear:netherwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "silentgear:stripped_netherwood_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/silentgear/netherwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/silentgear/netherwood_wood.json new file mode 100644 index 0000000000..375090f72d --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/silentgear/netherwood_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "silentgear" + } + ], + "ingredients": [ + { + "item": "silentgear:netherwood_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "silentgear:stripped_netherwood_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/silentgear/stripped_netherwood_log.json b/src/generated/resources/data/create/recipes/cutting/compat/silentgear/stripped_netherwood_log.json new file mode 100644 index 0000000000..17aa616812 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/silentgear/stripped_netherwood_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "silentgear" + } + ], + "ingredients": [ + { + "item": "silentgear:stripped_netherwood_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "silentgear:netherwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/silentgear/stripped_netherwood_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/silentgear/stripped_netherwood_wood.json new file mode 100644 index 0000000000..c52fc33de5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/silentgear/stripped_netherwood_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "silentgear" + } + ], + "ingredients": [ + { + "item": "silentgear:stripped_netherwood_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "silentgear:netherwood_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/bloodshroom_log.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/bloodshroom_log.json new file mode 100644 index 0000000000..e6464015c8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/bloodshroom_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], + "ingredients": [ + { + "item": "tconstruct:bloodshroom_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "tconstruct:stripped_bloodshroom_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/bloodshroom_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/bloodshroom_wood.json new file mode 100644 index 0000000000..e4cbfd9178 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/bloodshroom_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], + "ingredients": [ + { + "item": "tconstruct:bloodshroom_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "tconstruct:stripped_bloodshroom_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/greenheart_log.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/greenheart_log.json new file mode 100644 index 0000000000..7bfb20b446 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/greenheart_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], + "ingredients": [ + { + "item": "tconstruct:greenheart_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "tconstruct:stripped_greenheart_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/greenheart_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/greenheart_wood.json new file mode 100644 index 0000000000..a85deb49f4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/greenheart_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], + "ingredients": [ + { + "item": "tconstruct:greenheart_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "tconstruct:stripped_greenheart_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/skyroot_log.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/skyroot_log.json new file mode 100644 index 0000000000..8e5f3943aa --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/skyroot_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], + "ingredients": [ + { + "item": "tconstruct:skyroot_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "tconstruct:stripped_skyroot_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/skyroot_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/skyroot_wood.json new file mode 100644 index 0000000000..ee4a40d2ba --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/skyroot_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], + "ingredients": [ + { + "item": "tconstruct:skyroot_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "tconstruct:stripped_skyroot_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_log.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_log.json new file mode 100644 index 0000000000..533a17f146 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], + "ingredients": [ + { + "item": "tconstruct:stripped_bloodshroom_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "tconstruct:bloodshroom_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_wood.json new file mode 100644 index 0000000000..a617bc9078 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_bloodshroom_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], + "ingredients": [ + { + "item": "tconstruct:stripped_bloodshroom_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "tconstruct:bloodshroom_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_log.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_log.json new file mode 100644 index 0000000000..a0aecfa9df --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], + "ingredients": [ + { + "item": "tconstruct:stripped_greenheart_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "tconstruct:greenheart_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_wood.json new file mode 100644 index 0000000000..50ecd35181 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_greenheart_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], + "ingredients": [ + { + "item": "tconstruct:stripped_greenheart_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "tconstruct:greenheart_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_log.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_log.json new file mode 100644 index 0000000000..4a77a6619f --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], + "ingredients": [ + { + "item": "tconstruct:stripped_skyroot_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "tconstruct:skyroot_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_wood.json new file mode 100644 index 0000000000..b19bb73aa2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/tconstruct/stripped_skyroot_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "tconstruct" + } + ], + "ingredients": [ + { + "item": "tconstruct:stripped_skyroot_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "tconstruct:skyroot_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/canopy_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/canopy_log.json new file mode 100644 index 0000000000..4579174595 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/canopy_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:canopy_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "twilightforest:stripped_canopy_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/canopy_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/canopy_wood.json new file mode 100644 index 0000000000..72091dde87 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/canopy_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:canopy_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "twilightforest:stripped_canopy_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/dark_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/dark_log.json new file mode 100644 index 0000000000..ee9a643903 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/dark_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:dark_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "twilightforest:stripped_dark_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/dark_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/dark_wood.json new file mode 100644 index 0000000000..97f5cd0790 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/dark_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:dark_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "twilightforest:stripped_dark_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mangrove_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mangrove_log.json new file mode 100644 index 0000000000..4f111257f1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mangrove_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:mangrove_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "twilightforest:stripped_mangrove_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mangrove_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mangrove_wood.json new file mode 100644 index 0000000000..3f08971bef --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mangrove_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:mangrove_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "twilightforest:stripped_mangrove_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mining_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mining_log.json new file mode 100644 index 0000000000..d4765bc65c --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mining_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:mining_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "twilightforest:stripped_mining_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mining_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mining_wood.json new file mode 100644 index 0000000000..17c5ba4a8e --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/mining_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:mining_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "twilightforest:stripped_mining_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/sorting_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/sorting_log.json new file mode 100644 index 0000000000..bb622c9edc --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/sorting_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:sorting_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "twilightforest:stripped_sorting_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/sorting_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/sorting_wood.json new file mode 100644 index 0000000000..1510ed2e84 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/sorting_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:sorting_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "twilightforest:stripped_sorting_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_canopy_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_canopy_log.json new file mode 100644 index 0000000000..7aa4f32fd3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_canopy_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:stripped_canopy_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "twilightforest:canopy_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_canopy_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_canopy_wood.json new file mode 100644 index 0000000000..8869d89135 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_canopy_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:stripped_canopy_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "twilightforest:canopy_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_dark_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_dark_log.json new file mode 100644 index 0000000000..1fd4679e48 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_dark_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:stripped_dark_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "twilightforest:dark_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_dark_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_dark_wood.json new file mode 100644 index 0000000000..c177affed6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_dark_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:stripped_dark_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "twilightforest:dark_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_log.json new file mode 100644 index 0000000000..9643574c29 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:stripped_mangrove_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "twilightforest:mangrove_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_wood.json new file mode 100644 index 0000000000..108a00a422 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mangrove_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:stripped_mangrove_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "twilightforest:mangrove_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mining_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mining_log.json new file mode 100644 index 0000000000..42c8cd84b1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mining_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:stripped_mining_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "twilightforest:mining_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mining_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mining_wood.json new file mode 100644 index 0000000000..91ee2ff568 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_mining_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:stripped_mining_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "twilightforest:mining_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_sorting_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_sorting_log.json new file mode 100644 index 0000000000..1ad0b02926 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_sorting_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:stripped_sorting_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "twilightforest:sorting_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_sorting_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_sorting_wood.json new file mode 100644 index 0000000000..08898a47bb --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_sorting_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:stripped_sorting_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "twilightforest:sorting_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_time_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_time_log.json new file mode 100644 index 0000000000..084bf94eb0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_time_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:stripped_time_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "twilightforest:time_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_time_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_time_wood.json new file mode 100644 index 0000000000..4e10fe9a98 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_time_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:stripped_time_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "twilightforest:time_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_transformation_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_transformation_log.json new file mode 100644 index 0000000000..9cb7472504 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_transformation_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:stripped_transformation_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "twilightforest:transformation_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_transformation_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_transformation_wood.json new file mode 100644 index 0000000000..2a205236f6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_transformation_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:stripped_transformation_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "twilightforest:transformation_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_log.json new file mode 100644 index 0000000000..793d8b76ea --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_log.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:stripped_twilight_oak_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "twilightforest:twilight_oak_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_wood.json new file mode 100644 index 0000000000..a3ddb2fa30 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/stripped_twilight_oak_wood.json @@ -0,0 +1,21 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:stripped_twilight_oak_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "twilightforest:twilight_oak_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/time_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/time_log.json new file mode 100644 index 0000000000..05fef47890 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/time_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:time_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "twilightforest:stripped_time_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/time_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/time_wood.json new file mode 100644 index 0000000000..c9f3d20e6c --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/time_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:time_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "twilightforest:stripped_time_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/transformation_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/transformation_log.json new file mode 100644 index 0000000000..11c7ae694e --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/transformation_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:transformation_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "twilightforest:stripped_transformation_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/transformation_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/transformation_wood.json new file mode 100644 index 0000000000..e17c52aae4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/transformation_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:transformation_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "twilightforest:stripped_transformation_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/twilight_oak_log.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/twilight_oak_log.json new file mode 100644 index 0000000000..40ec9a7775 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/twilight_oak_log.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:twilight_oak_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "twilightforest:stripped_twilight_oak_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/twilight_oak_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/twilight_oak_wood.json new file mode 100644 index 0000000000..07d815e465 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/compat/twilightforest/twilight_oak_wood.json @@ -0,0 +1,20 @@ +{ + "type": "create:cutting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "twilightforest" + } + ], + "ingredients": [ + { + "item": "twilightforest:twilight_oak_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "twilightforest:stripped_twilight_oak_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/crimson_hyphae.json b/src/generated/resources/data/create/recipes/cutting/crimson_hyphae.json new file mode 100644 index 0000000000..b21c061783 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/crimson_hyphae.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:crimson_hyphae" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_crimson_hyphae" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/crimson_stem.json b/src/generated/resources/data/create/recipes/cutting/crimson_stem.json new file mode 100644 index 0000000000..1b01540571 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/crimson_stem.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:crimson_stem" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_crimson_stem" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/dark_oak_log.json b/src/generated/resources/data/create/recipes/cutting/dark_oak_log.json new file mode 100644 index 0000000000..f487973f98 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/dark_oak_log.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:dark_oak_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_dark_oak_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/dark_oak_wood.json b/src/generated/resources/data/create/recipes/cutting/dark_oak_wood.json new file mode 100644 index 0000000000..d427cd9762 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/dark_oak_wood.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:dark_oak_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_dark_oak_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/jungle_log.json b/src/generated/resources/data/create/recipes/cutting/jungle_log.json new file mode 100644 index 0000000000..4b50fd5396 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/jungle_log.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:jungle_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_jungle_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/jungle_wood.json b/src/generated/resources/data/create/recipes/cutting/jungle_wood.json new file mode 100644 index 0000000000..3192c1488e --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/jungle_wood.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:jungle_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_jungle_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/mangrove_log.json b/src/generated/resources/data/create/recipes/cutting/mangrove_log.json new file mode 100644 index 0000000000..a21afe6e5a --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/mangrove_log.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:mangrove_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_mangrove_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/mangrove_wood.json b/src/generated/resources/data/create/recipes/cutting/mangrove_wood.json new file mode 100644 index 0000000000..63f7a1e9c2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/mangrove_wood.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:mangrove_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_mangrove_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/oak_log.json b/src/generated/resources/data/create/recipes/cutting/oak_log.json new file mode 100644 index 0000000000..7b144262c4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/oak_log.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:oak_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_oak_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/oak_wood.json b/src/generated/resources/data/create/recipes/cutting/oak_wood.json new file mode 100644 index 0000000000..67e805f35e --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/oak_wood.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:oak_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_oak_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/spruce_log.json b/src/generated/resources/data/create/recipes/cutting/spruce_log.json new file mode 100644 index 0000000000..c3d2404e81 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/spruce_log.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:spruce_log" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_spruce_log" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/spruce_wood.json b/src/generated/resources/data/create/recipes/cutting/spruce_wood.json new file mode 100644 index 0000000000..dc51b9db76 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/spruce_wood.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:spruce_wood" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_spruce_wood" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_acacia_log.json b/src/generated/resources/data/create/recipes/cutting/stripped_acacia_log.json new file mode 100644 index 0000000000..ec91b0d934 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_acacia_log.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_acacia_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:acacia_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_acacia_wood.json b/src/generated/resources/data/create/recipes/cutting/stripped_acacia_wood.json new file mode 100644 index 0000000000..a70d781848 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_acacia_wood.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_acacia_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:acacia_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_birch_log.json b/src/generated/resources/data/create/recipes/cutting/stripped_birch_log.json new file mode 100644 index 0000000000..600ac2e8e9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_birch_log.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_birch_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:birch_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_birch_wood.json b/src/generated/resources/data/create/recipes/cutting/stripped_birch_wood.json new file mode 100644 index 0000000000..573f915ab2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_birch_wood.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_birch_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:birch_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_crimson_hyphae.json b/src/generated/resources/data/create/recipes/cutting/stripped_crimson_hyphae.json new file mode 100644 index 0000000000..4de07e2ab8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_crimson_hyphae.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_crimson_hyphae" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:crimson_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_crimson_stem.json b/src/generated/resources/data/create/recipes/cutting/stripped_crimson_stem.json new file mode 100644 index 0000000000..8398ebb1a0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_crimson_stem.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_crimson_stem" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:crimson_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_dark_oak_log.json b/src/generated/resources/data/create/recipes/cutting/stripped_dark_oak_log.json new file mode 100644 index 0000000000..6776a3694f --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_dark_oak_log.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_dark_oak_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:dark_oak_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_dark_oak_wood.json b/src/generated/resources/data/create/recipes/cutting/stripped_dark_oak_wood.json new file mode 100644 index 0000000000..a2c28047df --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_dark_oak_wood.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_dark_oak_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:dark_oak_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_jungle_log.json b/src/generated/resources/data/create/recipes/cutting/stripped_jungle_log.json new file mode 100644 index 0000000000..b6ba3bbf8a --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_jungle_log.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_jungle_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:jungle_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_jungle_wood.json b/src/generated/resources/data/create/recipes/cutting/stripped_jungle_wood.json new file mode 100644 index 0000000000..49c81da966 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_jungle_wood.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_jungle_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:jungle_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_mangrove_log.json b/src/generated/resources/data/create/recipes/cutting/stripped_mangrove_log.json new file mode 100644 index 0000000000..753258cb3b --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_mangrove_log.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_mangrove_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:mangrove_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_mangrove_wood.json b/src/generated/resources/data/create/recipes/cutting/stripped_mangrove_wood.json new file mode 100644 index 0000000000..99c6cc88c1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_mangrove_wood.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_mangrove_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:mangrove_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_oak_log.json b/src/generated/resources/data/create/recipes/cutting/stripped_oak_log.json new file mode 100644 index 0000000000..a76c5db55b --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_oak_log.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_oak_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:oak_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_oak_wood.json b/src/generated/resources/data/create/recipes/cutting/stripped_oak_wood.json new file mode 100644 index 0000000000..9e9f35a301 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_oak_wood.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_oak_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:oak_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_spruce_log.json b/src/generated/resources/data/create/recipes/cutting/stripped_spruce_log.json new file mode 100644 index 0000000000..8e986bdb9c --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_spruce_log.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_spruce_log" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:spruce_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_spruce_wood.json b/src/generated/resources/data/create/recipes/cutting/stripped_spruce_wood.json new file mode 100644 index 0000000000..34e0ba2354 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_spruce_wood.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_spruce_wood" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:spruce_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_warped_hyphae.json b/src/generated/resources/data/create/recipes/cutting/stripped_warped_hyphae.json new file mode 100644 index 0000000000..6e01df1272 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_warped_hyphae.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_warped_hyphae" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:warped_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/stripped_warped_stem.json b/src/generated/resources/data/create/recipes/cutting/stripped_warped_stem.json new file mode 100644 index 0000000000..cbdc4026bb --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/stripped_warped_stem.json @@ -0,0 +1,15 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:stripped_warped_stem" + } + ], + "processingTime": 50, + "results": [ + { + "count": 6, + "item": "minecraft:warped_planks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/warped_hyphae.json b/src/generated/resources/data/create/recipes/cutting/warped_hyphae.json new file mode 100644 index 0000000000..0f8519d621 --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/warped_hyphae.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:warped_hyphae" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_warped_hyphae" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/warped_stem.json b/src/generated/resources/data/create/recipes/cutting/warped_stem.json new file mode 100644 index 0000000000..da21a0e47e --- /dev/null +++ b/src/generated/resources/data/create/recipes/cutting/warped_stem.json @@ -0,0 +1,14 @@ +{ + "type": "create:cutting", + "ingredients": [ + { + "item": "minecraft:warped_stem" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:stripped_warped_stem" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/cogwheel.json b/src/generated/resources/data/create/recipes/deploying/cogwheel.json new file mode 100644 index 0000000000..59980eb52b --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/cogwheel.json @@ -0,0 +1,16 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:shaft" + }, + { + "tag": "minecraft:planks" + } + ], + "results": [ + { + "item": "create:cogwheel" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/large_cogwheel.json b/src/generated/resources/data/create/recipes/deploying/large_cogwheel.json new file mode 100644 index 0000000000..adbdb38554 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/large_cogwheel.json @@ -0,0 +1,16 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:cogwheel" + }, + { + "tag": "minecraft:planks" + } + ], + "results": [ + { + "item": "create:large_cogwheel" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_copper_block_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_copper_block_from_adding_wax.json new file mode 100644 index 0000000000..6d78b4e603 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_copper_block_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:copper_block" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "minecraft:waxed_copper_block" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingle_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingle_slab_from_adding_wax.json new file mode 100644 index 0000000000..6d09b1d36f --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingle_slab_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:copper_shingle_slab" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_copper_shingle_slab" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingle_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingle_stairs_from_adding_wax.json new file mode 100644 index 0000000000..fe01c34ede --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingle_stairs_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:copper_shingle_stairs" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_copper_shingle_stairs" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingles_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingles_from_adding_wax.json new file mode 100644 index 0000000000..0843767617 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_copper_shingles_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:copper_shingles" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_copper_shingles" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_copper_tile_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_copper_tile_slab_from_adding_wax.json new file mode 100644 index 0000000000..b9a315947f --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_copper_tile_slab_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:copper_tile_slab" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_copper_tile_slab" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_copper_tile_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_copper_tile_stairs_from_adding_wax.json new file mode 100644 index 0000000000..84507438a9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_copper_tile_stairs_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:copper_tile_stairs" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_copper_tile_stairs" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_copper_tiles_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_copper_tiles_from_adding_wax.json new file mode 100644 index 0000000000..c7606f303f --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_copper_tiles_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:copper_tiles" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_copper_tiles" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_from_adding_wax.json new file mode 100644 index 0000000000..c6d865ee83 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:cut_copper" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "minecraft:waxed_cut_copper" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_slab_from_adding_wax.json new file mode 100644 index 0000000000..e9f2aaeec6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_slab_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:cut_copper_slab" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "minecraft:waxed_cut_copper_slab" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_stairs_from_adding_wax.json new file mode 100644 index 0000000000..4c6a8940d9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_cut_copper_stairs_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:cut_copper_stairs" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "minecraft:waxed_cut_copper_stairs" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_from_adding_wax.json new file mode 100644 index 0000000000..4a36a83cc3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:exposed_copper" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "minecraft:waxed_exposed_copper" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json new file mode 100644 index 0000000000..30fd17f1a6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingle_slab_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:exposed_copper_shingle_slab" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_exposed_copper_shingle_slab" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json new file mode 100644 index 0000000000..96aae59d51 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingle_stairs_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:exposed_copper_shingle_stairs" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_exposed_copper_shingle_stairs" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingles_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingles_from_adding_wax.json new file mode 100644 index 0000000000..6d84bcf9b4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_shingles_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:exposed_copper_shingles" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_exposed_copper_shingles" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json new file mode 100644 index 0000000000..0d456da743 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tile_slab_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:exposed_copper_tile_slab" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_exposed_copper_tile_slab" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json new file mode 100644 index 0000000000..af8d9002d3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tile_stairs_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:exposed_copper_tile_stairs" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_exposed_copper_tile_stairs" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tiles_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tiles_from_adding_wax.json new file mode 100644 index 0000000000..8a51eceb81 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_copper_tiles_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:exposed_copper_tiles" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_exposed_copper_tiles" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_from_adding_wax.json new file mode 100644 index 0000000000..2405dbd4be --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:exposed_cut_copper" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "minecraft:waxed_exposed_cut_copper" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json new file mode 100644 index 0000000000..e2774a3000 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_slab_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:exposed_cut_copper_slab" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "minecraft:waxed_exposed_cut_copper_slab" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json new file mode 100644 index 0000000000..371904368f --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_exposed_cut_copper_stairs_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:exposed_cut_copper_stairs" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "minecraft:waxed_exposed_cut_copper_stairs" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_from_adding_wax.json new file mode 100644 index 0000000000..01b1f2bd7e --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:oxidized_copper" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "minecraft:waxed_oxidized_copper" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json new file mode 100644 index 0000000000..ac3a5d7ffb --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingle_slab_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:oxidized_copper_shingle_slab" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_oxidized_copper_shingle_slab" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json new file mode 100644 index 0000000000..fdb93fd7f0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingle_stairs_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:oxidized_copper_shingle_stairs" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_oxidized_copper_shingle_stairs" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json new file mode 100644 index 0000000000..da19d2cdd3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_shingles_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:oxidized_copper_shingles" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_oxidized_copper_shingles" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json new file mode 100644 index 0000000000..bc27ca38fc --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tile_slab_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:oxidized_copper_tile_slab" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_oxidized_copper_tile_slab" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json new file mode 100644 index 0000000000..3ebce043c1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tile_stairs_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:oxidized_copper_tile_stairs" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_oxidized_copper_tile_stairs" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json new file mode 100644 index 0000000000..c05c18e0c8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_copper_tiles_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:oxidized_copper_tiles" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_oxidized_copper_tiles" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_from_adding_wax.json new file mode 100644 index 0000000000..a3616b94e8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:oxidized_cut_copper" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "minecraft:waxed_oxidized_cut_copper" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json new file mode 100644 index 0000000000..dd0a413404 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_slab_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:oxidized_cut_copper_slab" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "minecraft:waxed_oxidized_cut_copper_slab" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json new file mode 100644 index 0000000000..70c63e2611 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_oxidized_cut_copper_stairs_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:oxidized_cut_copper_stairs" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "minecraft:waxed_oxidized_cut_copper_stairs" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_from_adding_wax.json new file mode 100644 index 0000000000..cd84f31390 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:weathered_copper" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "minecraft:waxed_weathered_copper" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json new file mode 100644 index 0000000000..8478473341 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingle_slab_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:weathered_copper_shingle_slab" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_weathered_copper_shingle_slab" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json new file mode 100644 index 0000000000..d4ee412789 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingle_stairs_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:weathered_copper_shingle_stairs" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_weathered_copper_shingle_stairs" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingles_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingles_from_adding_wax.json new file mode 100644 index 0000000000..f98fa5ac47 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_shingles_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:weathered_copper_shingles" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_weathered_copper_shingles" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json new file mode 100644 index 0000000000..fd990ed932 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tile_slab_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:weathered_copper_tile_slab" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_weathered_copper_tile_slab" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json new file mode 100644 index 0000000000..04c0dd094d --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tile_stairs_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:weathered_copper_tile_stairs" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_weathered_copper_tile_stairs" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tiles_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tiles_from_adding_wax.json new file mode 100644 index 0000000000..b212123927 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_copper_tiles_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "create:weathered_copper_tiles" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "create:waxed_weathered_copper_tiles" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_from_adding_wax.json new file mode 100644 index 0000000000..7e0c961149 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:weathered_cut_copper" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "minecraft:waxed_weathered_cut_copper" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json new file mode 100644 index 0000000000..89ac18c47d --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_slab_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:weathered_cut_copper_slab" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "minecraft:waxed_weathered_cut_copper_slab" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json new file mode 100644 index 0000000000..001bde67d6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/deploying/waxed_weathered_cut_copper_stairs_from_adding_wax.json @@ -0,0 +1,17 @@ +{ + "type": "create:deploying", + "ingredients": [ + { + "item": "minecraft:weathered_cut_copper_stairs" + }, + { + "item": "minecraft:honeycomb_block" + } + ], + "keepHeldItem": true, + "results": [ + { + "item": "minecraft:waxed_weathered_cut_copper_stairs" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/emptying/builders_tea.json b/src/generated/resources/data/create/recipes/emptying/builders_tea.json new file mode 100644 index 0000000000..4d8bb46297 --- /dev/null +++ b/src/generated/resources/data/create/recipes/emptying/builders_tea.json @@ -0,0 +1,17 @@ +{ + "type": "create:emptying", + "ingredients": [ + { + "item": "create:builders_tea" + } + ], + "results": [ + { + "item": "minecraft:glass_bottle" + }, + { + "amount": 250, + "fluid": "create:tea" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/emptying/compat/farmersdelight/milk_bottle.json b/src/generated/resources/data/create/recipes/emptying/compat/farmersdelight/milk_bottle.json new file mode 100644 index 0000000000..ebe9459712 --- /dev/null +++ b/src/generated/resources/data/create/recipes/emptying/compat/farmersdelight/milk_bottle.json @@ -0,0 +1,23 @@ +{ + "type": "create:emptying", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "farmersdelight" + } + ], + "ingredients": [ + { + "item": "farmersdelight:milk_bottle" + } + ], + "results": [ + { + "item": "minecraft:glass_bottle" + }, + { + "amount": 250, + "fluid": "minecraft:milk" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/emptying/honey_bottle.json b/src/generated/resources/data/create/recipes/emptying/honey_bottle.json new file mode 100644 index 0000000000..5c7a531f02 --- /dev/null +++ b/src/generated/resources/data/create/recipes/emptying/honey_bottle.json @@ -0,0 +1,17 @@ +{ + "type": "create:emptying", + "ingredients": [ + { + "item": "minecraft:honey_bottle" + } + ], + "results": [ + { + "item": "minecraft:glass_bottle" + }, + { + "amount": 250, + "fluid": "create:honey" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/filling/blaze_cake.json b/src/generated/resources/data/create/recipes/filling/blaze_cake.json new file mode 100644 index 0000000000..589cf852c8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/filling/blaze_cake.json @@ -0,0 +1,18 @@ +{ + "type": "create:filling", + "ingredients": [ + { + "item": "create:blaze_cake_base" + }, + { + "amount": 250, + "fluid": "minecraft:lava", + "nbt": {} + } + ], + "results": [ + { + "item": "create:blaze_cake" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/filling/builders_tea.json b/src/generated/resources/data/create/recipes/filling/builders_tea.json new file mode 100644 index 0000000000..7bbf69498c --- /dev/null +++ b/src/generated/resources/data/create/recipes/filling/builders_tea.json @@ -0,0 +1,18 @@ +{ + "type": "create:filling", + "ingredients": [ + { + "item": "minecraft:glass_bottle" + }, + { + "amount": 250, + "fluid": "create:tea", + "nbt": {} + } + ], + "results": [ + { + "item": "create:builders_tea" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/filling/chocolate_glazed_berries.json b/src/generated/resources/data/create/recipes/filling/chocolate_glazed_berries.json new file mode 100644 index 0000000000..43f234d5b7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/filling/chocolate_glazed_berries.json @@ -0,0 +1,18 @@ +{ + "type": "create:filling", + "ingredients": [ + { + "item": "minecraft:sweet_berries" + }, + { + "amount": 250, + "fluid": "create:chocolate", + "nbt": {} + } + ], + "results": [ + { + "item": "create:chocolate_glazed_berries" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/filling/compat/farmersdelight/milk_bottle.json b/src/generated/resources/data/create/recipes/filling/compat/farmersdelight/milk_bottle.json new file mode 100644 index 0000000000..5780625bac --- /dev/null +++ b/src/generated/resources/data/create/recipes/filling/compat/farmersdelight/milk_bottle.json @@ -0,0 +1,23 @@ +{ + "type": "create:filling", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "farmersdelight" + } + ], + "ingredients": [ + { + "item": "minecraft:glass_bottle" + }, + { + "amount": 250, + "fluidTag": "forge:milk" + } + ], + "results": [ + { + "item": "farmersdelight:milk_bottle" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/filling/glowstone.json b/src/generated/resources/data/create/recipes/filling/glowstone.json new file mode 100644 index 0000000000..c3ce1a2c65 --- /dev/null +++ b/src/generated/resources/data/create/recipes/filling/glowstone.json @@ -0,0 +1,21 @@ +{ + "type": "create:filling", + "ingredients": [ + { + "item": "create:cinder_flour" + }, + { + "amount": 25, + "fluid": "create:potion", + "nbt": { + "Bottle": "REGULAR", + "Potion": "minecraft:night_vision" + } + } + ], + "results": [ + { + "item": "minecraft:glowstone_dust" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/filling/grass_block.json b/src/generated/resources/data/create/recipes/filling/grass_block.json new file mode 100644 index 0000000000..24b35a081f --- /dev/null +++ b/src/generated/resources/data/create/recipes/filling/grass_block.json @@ -0,0 +1,18 @@ +{ + "type": "create:filling", + "ingredients": [ + { + "item": "minecraft:dirt" + }, + { + "amount": 500, + "fluid": "minecraft:water", + "nbt": {} + } + ], + "results": [ + { + "item": "minecraft:grass_block" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/filling/gunpowder.json b/src/generated/resources/data/create/recipes/filling/gunpowder.json new file mode 100644 index 0000000000..27b487b766 --- /dev/null +++ b/src/generated/resources/data/create/recipes/filling/gunpowder.json @@ -0,0 +1,21 @@ +{ + "type": "create:filling", + "ingredients": [ + { + "item": "create:cinder_flour" + }, + { + "amount": 25, + "fluid": "create:potion", + "nbt": { + "Bottle": "REGULAR", + "Potion": "minecraft:harming" + } + } + ], + "results": [ + { + "item": "minecraft:gunpowder" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/filling/honey_bottle.json b/src/generated/resources/data/create/recipes/filling/honey_bottle.json new file mode 100644 index 0000000000..cf7dda674d --- /dev/null +++ b/src/generated/resources/data/create/recipes/filling/honey_bottle.json @@ -0,0 +1,17 @@ +{ + "type": "create:filling", + "ingredients": [ + { + "item": "minecraft:glass_bottle" + }, + { + "amount": 250, + "fluidTag": "forge:honey" + } + ], + "results": [ + { + "item": "minecraft:honey_bottle" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/filling/honeyed_apple.json b/src/generated/resources/data/create/recipes/filling/honeyed_apple.json new file mode 100644 index 0000000000..6d9c8a6122 --- /dev/null +++ b/src/generated/resources/data/create/recipes/filling/honeyed_apple.json @@ -0,0 +1,17 @@ +{ + "type": "create:filling", + "ingredients": [ + { + "item": "minecraft:apple" + }, + { + "amount": 250, + "fluidTag": "forge:honey" + } + ], + "results": [ + { + "item": "create:honeyed_apple" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/filling/redstone.json b/src/generated/resources/data/create/recipes/filling/redstone.json new file mode 100644 index 0000000000..960ae0319f --- /dev/null +++ b/src/generated/resources/data/create/recipes/filling/redstone.json @@ -0,0 +1,21 @@ +{ + "type": "create:filling", + "ingredients": [ + { + "item": "create:cinder_flour" + }, + { + "amount": 25, + "fluid": "create:potion", + "nbt": { + "Bottle": "REGULAR", + "Potion": "minecraft:strength" + } + } + ], + "results": [ + { + "item": "minecraft:redstone" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/filling/sweet_roll.json b/src/generated/resources/data/create/recipes/filling/sweet_roll.json new file mode 100644 index 0000000000..c2de065460 --- /dev/null +++ b/src/generated/resources/data/create/recipes/filling/sweet_roll.json @@ -0,0 +1,17 @@ +{ + "type": "create:filling", + "ingredients": [ + { + "item": "minecraft:bread" + }, + { + "amount": 250, + "fluidTag": "forge:milk" + } + ], + "results": [ + { + "item": "create:sweet_roll" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/blackstone.json b/src/generated/resources/data/create/recipes/haunting/blackstone.json new file mode 100644 index 0000000000..4066312fc9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/blackstone.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "tag": "forge:cobblestone" + } + ], + "results": [ + { + "item": "minecraft:blackstone" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/crimson_fungus.json b/src/generated/resources/data/create/recipes/haunting/crimson_fungus.json new file mode 100644 index 0000000000..12bc0f7b90 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/crimson_fungus.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:red_mushroom" + } + ], + "results": [ + { + "item": "minecraft:crimson_fungus" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/glow_berries.json b/src/generated/resources/data/create/recipes/haunting/glow_berries.json new file mode 100644 index 0000000000..c99484cde8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/glow_berries.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:sweet_berries" + } + ], + "results": [ + { + "item": "minecraft:glow_berries" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/glow_ink_sac.json b/src/generated/resources/data/create/recipes/haunting/glow_ink_sac.json new file mode 100644 index 0000000000..4f26a70aac --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/glow_ink_sac.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:ink_sac" + } + ], + "results": [ + { + "item": "minecraft:glow_ink_sac" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/haunted_bell.json b/src/generated/resources/data/create/recipes/haunting/haunted_bell.json new file mode 100644 index 0000000000..54ded8fe05 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/haunted_bell.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "create:peculiar_bell" + } + ], + "results": [ + { + "item": "create:haunted_bell" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/infested_chiseled_stone_bricks.json b/src/generated/resources/data/create/recipes/haunting/infested_chiseled_stone_bricks.json new file mode 100644 index 0000000000..0b1ce9d1f7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/infested_chiseled_stone_bricks.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:chiseled_stone_bricks" + } + ], + "results": [ + { + "item": "minecraft:infested_chiseled_stone_bricks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/infested_cracked_stone_bricks.json b/src/generated/resources/data/create/recipes/haunting/infested_cracked_stone_bricks.json new file mode 100644 index 0000000000..20f5af9f23 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/infested_cracked_stone_bricks.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:cracked_stone_bricks" + } + ], + "results": [ + { + "item": "minecraft:infested_cracked_stone_bricks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/infested_deepslate.json b/src/generated/resources/data/create/recipes/haunting/infested_deepslate.json new file mode 100644 index 0000000000..7d6d5d9d15 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/infested_deepslate.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:deepslate" + } + ], + "results": [ + { + "item": "minecraft:infested_deepslate" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/infested_mossy_stone_bricks.json b/src/generated/resources/data/create/recipes/haunting/infested_mossy_stone_bricks.json new file mode 100644 index 0000000000..bb8f6cca31 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/infested_mossy_stone_bricks.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:mossy_stone_bricks" + } + ], + "results": [ + { + "item": "minecraft:infested_mossy_stone_bricks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/infested_stone.json b/src/generated/resources/data/create/recipes/haunting/infested_stone.json new file mode 100644 index 0000000000..45805cf372 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/infested_stone.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:stone" + } + ], + "results": [ + { + "item": "minecraft:infested_stone" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/infested_stone_bricks.json b/src/generated/resources/data/create/recipes/haunting/infested_stone_bricks.json new file mode 100644 index 0000000000..7b8571673d --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/infested_stone_bricks.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:stone_bricks" + } + ], + "results": [ + { + "item": "minecraft:infested_stone_bricks" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/lapis_recycling.json b/src/generated/resources/data/create/recipes/haunting/lapis_recycling.json new file mode 100644 index 0000000000..9abebcaaa8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/lapis_recycling.json @@ -0,0 +1,18 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "tag": "forge:gems/lapis" + } + ], + "results": [ + { + "chance": 0.75, + "item": "minecraft:prismarine_shard" + }, + { + "chance": 0.125, + "item": "minecraft:prismarine_crystals" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/nether_brick.json b/src/generated/resources/data/create/recipes/haunting/nether_brick.json new file mode 100644 index 0000000000..eb51971fc6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/nether_brick.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:brick" + } + ], + "results": [ + { + "item": "minecraft:nether_brick" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/poisonous_potato.json b/src/generated/resources/data/create/recipes/haunting/poisonous_potato.json new file mode 100644 index 0000000000..1be8db48f5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/poisonous_potato.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:potato" + } + ], + "results": [ + { + "item": "minecraft:poisonous_potato" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/soul_campfire.json b/src/generated/resources/data/create/recipes/haunting/soul_campfire.json new file mode 100644 index 0000000000..1f210d47f5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/soul_campfire.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:campfire" + } + ], + "results": [ + { + "item": "minecraft:soul_campfire" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/soul_lantern.json b/src/generated/resources/data/create/recipes/haunting/soul_lantern.json new file mode 100644 index 0000000000..a70b611f99 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/soul_lantern.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:lantern" + } + ], + "results": [ + { + "item": "minecraft:soul_lantern" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/soul_sand.json b/src/generated/resources/data/create/recipes/haunting/soul_sand.json new file mode 100644 index 0000000000..0b73202e96 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/soul_sand.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "tag": "minecraft:sand" + } + ], + "results": [ + { + "item": "minecraft:soul_sand" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/soul_soil.json b/src/generated/resources/data/create/recipes/haunting/soul_soil.json new file mode 100644 index 0000000000..d95918ecf8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/soul_soil.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "tag": "minecraft:dirt" + } + ], + "results": [ + { + "item": "minecraft:soul_soil" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/soul_torch.json b/src/generated/resources/data/create/recipes/haunting/soul_torch.json new file mode 100644 index 0000000000..be72da91a9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/soul_torch.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:torch" + } + ], + "results": [ + { + "item": "minecraft:soul_torch" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/haunting/warped_fungus.json b/src/generated/resources/data/create/recipes/haunting/warped_fungus.json new file mode 100644 index 0000000000..2403cc7a68 --- /dev/null +++ b/src/generated/resources/data/create/recipes/haunting/warped_fungus.json @@ -0,0 +1,13 @@ +{ + "type": "create:haunting", + "ingredients": [ + { + "item": "minecraft:brown_mushroom" + } + ], + "results": [ + { + "item": "minecraft:warped_fungus" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/item_application/andesite_casing_from_log.json b/src/generated/resources/data/create/recipes/item_application/andesite_casing_from_log.json new file mode 100644 index 0000000000..b565be1bca --- /dev/null +++ b/src/generated/resources/data/create/recipes/item_application/andesite_casing_from_log.json @@ -0,0 +1,16 @@ +{ + "type": "create:item_application", + "ingredients": [ + { + "tag": "forge:stripped_logs" + }, + { + "item": "create:andesite_alloy" + } + ], + "results": [ + { + "item": "create:andesite_casing" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/item_application/andesite_casing_from_wood.json b/src/generated/resources/data/create/recipes/item_application/andesite_casing_from_wood.json new file mode 100644 index 0000000000..c7af601083 --- /dev/null +++ b/src/generated/resources/data/create/recipes/item_application/andesite_casing_from_wood.json @@ -0,0 +1,16 @@ +{ + "type": "create:item_application", + "ingredients": [ + { + "tag": "forge:stripped_wood" + }, + { + "item": "create:andesite_alloy" + } + ], + "results": [ + { + "item": "create:andesite_casing" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/item_application/brass_casing_from_log.json b/src/generated/resources/data/create/recipes/item_application/brass_casing_from_log.json new file mode 100644 index 0000000000..f63861d7d1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/item_application/brass_casing_from_log.json @@ -0,0 +1,16 @@ +{ + "type": "create:item_application", + "ingredients": [ + { + "tag": "forge:stripped_logs" + }, + { + "tag": "forge:ingots/brass" + } + ], + "results": [ + { + "item": "create:brass_casing" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/item_application/brass_casing_from_wood.json b/src/generated/resources/data/create/recipes/item_application/brass_casing_from_wood.json new file mode 100644 index 0000000000..167b6c551b --- /dev/null +++ b/src/generated/resources/data/create/recipes/item_application/brass_casing_from_wood.json @@ -0,0 +1,16 @@ +{ + "type": "create:item_application", + "ingredients": [ + { + "tag": "forge:stripped_wood" + }, + { + "tag": "forge:ingots/brass" + } + ], + "results": [ + { + "item": "create:brass_casing" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/item_application/copper_casing_from_log.json b/src/generated/resources/data/create/recipes/item_application/copper_casing_from_log.json new file mode 100644 index 0000000000..a73f234362 --- /dev/null +++ b/src/generated/resources/data/create/recipes/item_application/copper_casing_from_log.json @@ -0,0 +1,16 @@ +{ + "type": "create:item_application", + "ingredients": [ + { + "tag": "forge:stripped_logs" + }, + { + "item": "minecraft:copper_ingot" + } + ], + "results": [ + { + "item": "create:copper_casing" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/item_application/copper_casing_from_wood.json b/src/generated/resources/data/create/recipes/item_application/copper_casing_from_wood.json new file mode 100644 index 0000000000..6bfdb72c89 --- /dev/null +++ b/src/generated/resources/data/create/recipes/item_application/copper_casing_from_wood.json @@ -0,0 +1,16 @@ +{ + "type": "create:item_application", + "ingredients": [ + { + "tag": "forge:stripped_wood" + }, + { + "item": "minecraft:copper_ingot" + } + ], + "results": [ + { + "item": "create:copper_casing" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/item_application/railway_casing.json b/src/generated/resources/data/create/recipes/item_application/railway_casing.json new file mode 100644 index 0000000000..0821b265d2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/item_application/railway_casing.json @@ -0,0 +1,16 @@ +{ + "type": "create:item_application", + "ingredients": [ + { + "item": "create:brass_casing" + }, + { + "tag": "forge:plates/obsidian" + } + ], + "results": [ + { + "item": "create:railway_casing" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mechanical_crafting/crushing_wheel.json b/src/generated/resources/data/create/recipes/mechanical_crafting/crushing_wheel.json new file mode 100644 index 0000000000..bfdfb9a32c --- /dev/null +++ b/src/generated/resources/data/create/recipes/mechanical_crafting/crushing_wheel.json @@ -0,0 +1,26 @@ +{ + "type": "create:mechanical_crafting", + "acceptMirrored": false, + "key": { + "A": { + "item": "create:andesite_alloy" + }, + "P": { + "tag": "minecraft:planks" + }, + "S": { + "tag": "forge:stone" + } + }, + "pattern": [ + " AAA ", + "AAPAA", + "APSPA", + "AAPAA", + " AAA " + ], + "result": { + "count": 2, + "item": "create:crushing_wheel" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mechanical_crafting/extendo_grip.json b/src/generated/resources/data/create/recipes/mechanical_crafting/extendo_grip.json new file mode 100644 index 0000000000..87c14df651 --- /dev/null +++ b/src/generated/resources/data/create/recipes/mechanical_crafting/extendo_grip.json @@ -0,0 +1,28 @@ +{ + "type": "create:mechanical_crafting", + "acceptMirrored": false, + "key": { + "H": { + "item": "create:brass_hand" + }, + "L": { + "tag": "forge:ingots/brass" + }, + "R": { + "item": "create:precision_mechanism" + }, + "S": { + "tag": "forge:rods/wooden" + } + }, + "pattern": [ + " L ", + " R ", + "SSS", + "SSS", + " H " + ], + "result": { + "item": "create:extendo_grip" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mechanical_crafting/potato_cannon.json b/src/generated/resources/data/create/recipes/mechanical_crafting/potato_cannon.json new file mode 100644 index 0000000000..1397f1af44 --- /dev/null +++ b/src/generated/resources/data/create/recipes/mechanical_crafting/potato_cannon.json @@ -0,0 +1,25 @@ +{ + "type": "create:mechanical_crafting", + "acceptMirrored": true, + "key": { + "C": { + "item": "minecraft:copper_ingot" + }, + "L": { + "item": "create:andesite_alloy" + }, + "R": { + "item": "create:precision_mechanism" + }, + "S": { + "item": "create:fluid_pipe" + } + }, + "pattern": [ + "LRSSS", + "CC " + ], + "result": { + "item": "create:potato_cannon" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mechanical_crafting/wand_of_symmetry.json b/src/generated/resources/data/create/recipes/mechanical_crafting/wand_of_symmetry.json new file mode 100644 index 0000000000..f5ac8c4af7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/mechanical_crafting/wand_of_symmetry.json @@ -0,0 +1,31 @@ +{ + "type": "create:mechanical_crafting", + "acceptMirrored": true, + "key": { + "B": { + "tag": "forge:ingots/brass" + }, + "E": { + "tag": "forge:ender_pearls" + }, + "G": { + "tag": "forge:glass" + }, + "O": { + "tag": "forge:obsidian" + }, + "P": { + "item": "create:precision_mechanism" + } + }, + "pattern": [ + " G ", + "GEG", + " P ", + " B ", + " O " + ], + "result": { + "item": "create:wand_of_symmetry" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/allium.json b/src/generated/resources/data/create/recipes/milling/allium.json new file mode 100644 index 0000000000..5f267cc628 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/allium.json @@ -0,0 +1,24 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:allium" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:magenta_dye" + }, + { + "chance": 0.1, + "count": 2, + "item": "minecraft:purple_dye" + }, + { + "chance": 0.1, + "item": "minecraft:pink_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/andesite.json b/src/generated/resources/data/create/recipes/milling/andesite.json new file mode 100644 index 0000000000..27ccd7c246 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/andesite.json @@ -0,0 +1,14 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:andesite" + } + ], + "processingTime": 200, + "results": [ + { + "item": "minecraft:cobblestone" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/azure_bluet.json b/src/generated/resources/data/create/recipes/milling/azure_bluet.json new file mode 100644 index 0000000000..b389326b2c --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/azure_bluet.json @@ -0,0 +1,20 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:azure_bluet" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:light_gray_dye" + }, + { + "chance": 0.1, + "count": 2, + "item": "minecraft:white_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/beetroot.json b/src/generated/resources/data/create/recipes/milling/beetroot.json new file mode 100644 index 0000000000..ce5073e2a9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/beetroot.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:beetroot" + } + ], + "processingTime": 70, + "results": [ + { + "count": 2, + "item": "minecraft:red_dye" + }, + { + "chance": 0.1, + "item": "minecraft:beetroot_seeds" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/blue_orchid.json b/src/generated/resources/data/create/recipes/milling/blue_orchid.json new file mode 100644 index 0000000000..238cd7c923 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/blue_orchid.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:blue_orchid" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:light_blue_dye" + }, + { + "chance": 0.05, + "item": "minecraft:light_gray_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/bone.json b/src/generated/resources/data/create/recipes/milling/bone.json new file mode 100644 index 0000000000..8d9eb7b2da --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/bone.json @@ -0,0 +1,24 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:bone" + } + ], + "processingTime": 100, + "results": [ + { + "count": 3, + "item": "minecraft:bone_meal" + }, + { + "chance": 0.25, + "item": "minecraft:white_dye" + }, + { + "chance": 0.25, + "count": 3, + "item": "minecraft:bone_meal" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/bone_meal.json b/src/generated/resources/data/create/recipes/milling/bone_meal.json new file mode 100644 index 0000000000..467a81e86a --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/bone_meal.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:bone_meal" + } + ], + "processingTime": 70, + "results": [ + { + "count": 2, + "item": "minecraft:white_dye" + }, + { + "chance": 0.1, + "item": "minecraft:light_gray_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/cactus.json b/src/generated/resources/data/create/recipes/milling/cactus.json new file mode 100644 index 0000000000..091fe39bc6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/cactus.json @@ -0,0 +1,28 @@ +{ + "type": "create:milling", + "conditions": [ + { + "type": "forge:not", + "value": { + "type": "forge:mod_loaded", + "modid": "quark" + } + } + ], + "ingredients": [ + { + "item": "minecraft:cactus" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:green_dye" + }, + { + "chance": 0.1, + "item": "minecraft:green_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/calcite.json b/src/generated/resources/data/create/recipes/milling/calcite.json new file mode 100644 index 0000000000..314b314bf0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/calcite.json @@ -0,0 +1,15 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:calcite" + } + ], + "processingTime": 250, + "results": [ + { + "chance": 0.75, + "item": "minecraft:bone_meal" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/charcoal.json b/src/generated/resources/data/create/recipes/milling/charcoal.json new file mode 100644 index 0000000000..fde94ed47e --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/charcoal.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:charcoal" + } + ], + "processingTime": 100, + "results": [ + { + "item": "minecraft:black_dye" + }, + { + "chance": 0.1, + "count": 2, + "item": "minecraft:gray_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/clay.json b/src/generated/resources/data/create/recipes/milling/clay.json new file mode 100644 index 0000000000..d3081b3df9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/clay.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:clay" + } + ], + "processingTime": 50, + "results": [ + { + "count": 3, + "item": "minecraft:clay_ball" + }, + { + "chance": 0.5, + "item": "minecraft:clay_ball" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/coal.json b/src/generated/resources/data/create/recipes/milling/coal.json new file mode 100644 index 0000000000..672f32c7b9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/coal.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:coal" + } + ], + "processingTime": 100, + "results": [ + { + "count": 2, + "item": "minecraft:black_dye" + }, + { + "chance": 0.1, + "item": "minecraft:gray_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/cobblestone.json b/src/generated/resources/data/create/recipes/milling/cobblestone.json new file mode 100644 index 0000000000..8ff97b8a48 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/cobblestone.json @@ -0,0 +1,14 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:cobblestone" + } + ], + "processingTime": 250, + "results": [ + { + "item": "minecraft:gravel" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/cocoa_beans.json b/src/generated/resources/data/create/recipes/milling/cocoa_beans.json new file mode 100644 index 0000000000..1b96637c26 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/cocoa_beans.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:cocoa_beans" + } + ], + "processingTime": 70, + "results": [ + { + "count": 2, + "item": "minecraft:brown_dye" + }, + { + "chance": 0.1, + "item": "minecraft:brown_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/cornflower.json b/src/generated/resources/data/create/recipes/milling/cornflower.json new file mode 100644 index 0000000000..7c6b70bb2b --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/cornflower.json @@ -0,0 +1,15 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:cornflower" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:blue_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/dandelion.json b/src/generated/resources/data/create/recipes/milling/dandelion.json new file mode 100644 index 0000000000..315c6a47f4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/dandelion.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:dandelion" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:yellow_dye" + }, + { + "chance": 0.05, + "item": "minecraft:yellow_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/dripstone_block.json b/src/generated/resources/data/create/recipes/milling/dripstone_block.json new file mode 100644 index 0000000000..4336e4a51e --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/dripstone_block.json @@ -0,0 +1,14 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:dripstone_block" + } + ], + "processingTime": 250, + "results": [ + { + "item": "minecraft:clay_ball" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/fern.json b/src/generated/resources/data/create/recipes/milling/fern.json new file mode 100644 index 0000000000..98da6bb9ce --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/fern.json @@ -0,0 +1,18 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:fern" + } + ], + "processingTime": 50, + "results": [ + { + "item": "minecraft:green_dye" + }, + { + "chance": 0.1, + "item": "minecraft:wheat_seeds" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/granite.json b/src/generated/resources/data/create/recipes/milling/granite.json new file mode 100644 index 0000000000..46d030e04e --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/granite.json @@ -0,0 +1,14 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:granite" + } + ], + "processingTime": 200, + "results": [ + { + "item": "minecraft:red_sand" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/grass.json b/src/generated/resources/data/create/recipes/milling/grass.json new file mode 100644 index 0000000000..5fc172dcdb --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/grass.json @@ -0,0 +1,15 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:grass" + } + ], + "processingTime": 50, + "results": [ + { + "chance": 0.25, + "item": "minecraft:wheat_seeds" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/gravel.json b/src/generated/resources/data/create/recipes/milling/gravel.json new file mode 100644 index 0000000000..8c5b507910 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/gravel.json @@ -0,0 +1,14 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:gravel" + } + ], + "processingTime": 250, + "results": [ + { + "item": "minecraft:flint" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/ink_sac.json b/src/generated/resources/data/create/recipes/milling/ink_sac.json new file mode 100644 index 0000000000..82da47c8bf --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/ink_sac.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:ink_sac" + } + ], + "processingTime": 100, + "results": [ + { + "count": 2, + "item": "minecraft:black_dye" + }, + { + "chance": 0.1, + "item": "minecraft:gray_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/lapis_lazuli.json b/src/generated/resources/data/create/recipes/milling/lapis_lazuli.json new file mode 100644 index 0000000000..26ff643115 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/lapis_lazuli.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:lapis_lazuli" + } + ], + "processingTime": 100, + "results": [ + { + "count": 2, + "item": "minecraft:blue_dye" + }, + { + "chance": 0.1, + "item": "minecraft:blue_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/large_fern.json b/src/generated/resources/data/create/recipes/milling/large_fern.json new file mode 100644 index 0000000000..cf6199dbe6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/large_fern.json @@ -0,0 +1,23 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:large_fern" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:green_dye" + }, + { + "chance": 0.5, + "item": "minecraft:green_dye" + }, + { + "chance": 0.1, + "item": "minecraft:wheat_seeds" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/lilac.json b/src/generated/resources/data/create/recipes/milling/lilac.json new file mode 100644 index 0000000000..c998c7a441 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/lilac.json @@ -0,0 +1,23 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:lilac" + } + ], + "processingTime": 100, + "results": [ + { + "count": 3, + "item": "minecraft:magenta_dye" + }, + { + "chance": 0.25, + "item": "minecraft:magenta_dye" + }, + { + "chance": 0.25, + "item": "minecraft:purple_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/lily_of_the_valley.json b/src/generated/resources/data/create/recipes/milling/lily_of_the_valley.json new file mode 100644 index 0000000000..8608eeb7c3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/lily_of_the_valley.json @@ -0,0 +1,23 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:lily_of_the_valley" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:white_dye" + }, + { + "chance": 0.1, + "item": "minecraft:lime_dye" + }, + { + "chance": 0.1, + "item": "minecraft:white_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/orange_tulip.json b/src/generated/resources/data/create/recipes/milling/orange_tulip.json new file mode 100644 index 0000000000..a79a6ea1e6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/orange_tulip.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:orange_tulip" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:orange_dye" + }, + { + "chance": 0.1, + "item": "minecraft:lime_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/oxeye_daisy.json b/src/generated/resources/data/create/recipes/milling/oxeye_daisy.json new file mode 100644 index 0000000000..b3a21e9e8a --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/oxeye_daisy.json @@ -0,0 +1,23 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:oxeye_daisy" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:light_gray_dye" + }, + { + "chance": 0.2, + "item": "minecraft:white_dye" + }, + { + "chance": 0.05, + "item": "minecraft:yellow_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/peony.json b/src/generated/resources/data/create/recipes/milling/peony.json new file mode 100644 index 0000000000..7fd3fa9f73 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/peony.json @@ -0,0 +1,23 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:peony" + } + ], + "processingTime": 100, + "results": [ + { + "count": 3, + "item": "minecraft:pink_dye" + }, + { + "chance": 0.25, + "item": "minecraft:magenta_dye" + }, + { + "chance": 0.25, + "item": "minecraft:pink_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/pink_tulip.json b/src/generated/resources/data/create/recipes/milling/pink_tulip.json new file mode 100644 index 0000000000..3c4f7df450 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/pink_tulip.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:pink_tulip" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:pink_dye" + }, + { + "chance": 0.1, + "item": "minecraft:lime_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/poppy.json b/src/generated/resources/data/create/recipes/milling/poppy.json new file mode 100644 index 0000000000..bc7ed84ce4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/poppy.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:poppy" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:red_dye" + }, + { + "chance": 0.05, + "item": "minecraft:green_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/red_tulip.json b/src/generated/resources/data/create/recipes/milling/red_tulip.json new file mode 100644 index 0000000000..c3e2561716 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/red_tulip.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:red_tulip" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:red_dye" + }, + { + "chance": 0.1, + "item": "minecraft:lime_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/rose_bush.json b/src/generated/resources/data/create/recipes/milling/rose_bush.json new file mode 100644 index 0000000000..eb5c1aeb75 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/rose_bush.json @@ -0,0 +1,25 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:rose_bush" + } + ], + "processingTime": 50, + "results": [ + { + "count": 3, + "item": "minecraft:red_dye" + }, + { + "chance": 0.05, + "count": 2, + "item": "minecraft:green_dye" + }, + { + "chance": 0.25, + "count": 2, + "item": "minecraft:red_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/saddle.json b/src/generated/resources/data/create/recipes/milling/saddle.json new file mode 100644 index 0000000000..5ab84972be --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/saddle.json @@ -0,0 +1,20 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:saddle" + } + ], + "processingTime": 200, + "results": [ + { + "count": 2, + "item": "minecraft:leather" + }, + { + "chance": 0.5, + "count": 2, + "item": "minecraft:leather" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/sandstone.json b/src/generated/resources/data/create/recipes/milling/sandstone.json new file mode 100644 index 0000000000..11b0be4849 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/sandstone.json @@ -0,0 +1,14 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:sandstone" + } + ], + "processingTime": 150, + "results": [ + { + "item": "minecraft:sand" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/sea_pickle.json b/src/generated/resources/data/create/recipes/milling/sea_pickle.json new file mode 100644 index 0000000000..b50142af87 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/sea_pickle.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:sea_pickle" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:lime_dye" + }, + { + "chance": 0.1, + "item": "minecraft:green_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/sugar_cane.json b/src/generated/resources/data/create/recipes/milling/sugar_cane.json new file mode 100644 index 0000000000..8434f20578 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/sugar_cane.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:sugar_cane" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:sugar" + }, + { + "chance": 0.1, + "item": "minecraft:sugar" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/sunflower.json b/src/generated/resources/data/create/recipes/milling/sunflower.json new file mode 100644 index 0000000000..a0a229b3b9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/sunflower.json @@ -0,0 +1,23 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:sunflower" + } + ], + "processingTime": 100, + "results": [ + { + "count": 3, + "item": "minecraft:yellow_dye" + }, + { + "chance": 0.25, + "item": "minecraft:orange_dye" + }, + { + "chance": 0.25, + "item": "minecraft:yellow_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/tall_grass.json b/src/generated/resources/data/create/recipes/milling/tall_grass.json new file mode 100644 index 0000000000..bdc224049b --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/tall_grass.json @@ -0,0 +1,15 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:tall_grass" + } + ], + "processingTime": 100, + "results": [ + { + "chance": 0.5, + "item": "minecraft:wheat_seeds" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/terracotta.json b/src/generated/resources/data/create/recipes/milling/terracotta.json new file mode 100644 index 0000000000..e690c9d340 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/terracotta.json @@ -0,0 +1,14 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:terracotta" + } + ], + "processingTime": 200, + "results": [ + { + "item": "minecraft:red_sand" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/wheat.json b/src/generated/resources/data/create/recipes/milling/wheat.json new file mode 100644 index 0000000000..61caee7864 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/wheat.json @@ -0,0 +1,23 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:wheat" + } + ], + "processingTime": 150, + "results": [ + { + "item": "create:wheat_flour" + }, + { + "chance": 0.25, + "count": 2, + "item": "create:wheat_flour" + }, + { + "chance": 0.25, + "item": "minecraft:wheat_seeds" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/white_tulip.json b/src/generated/resources/data/create/recipes/milling/white_tulip.json new file mode 100644 index 0000000000..3e5985f596 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/white_tulip.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:white_tulip" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:white_dye" + }, + { + "chance": 0.1, + "item": "minecraft:lime_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/wither_rose.json b/src/generated/resources/data/create/recipes/milling/wither_rose.json new file mode 100644 index 0000000000..9e41b04dfd --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/wither_rose.json @@ -0,0 +1,19 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "item": "minecraft:wither_rose" + } + ], + "processingTime": 50, + "results": [ + { + "count": 2, + "item": "minecraft:black_dye" + }, + { + "chance": 0.1, + "item": "minecraft:black_dye" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/milling/wool.json b/src/generated/resources/data/create/recipes/milling/wool.json new file mode 100644 index 0000000000..e741119427 --- /dev/null +++ b/src/generated/resources/data/create/recipes/milling/wool.json @@ -0,0 +1,14 @@ +{ + "type": "create:milling", + "ingredients": [ + { + "tag": "minecraft:wool" + } + ], + "processingTime": 100, + "results": [ + { + "item": "minecraft:string" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mixing/andesite_alloy.json b/src/generated/resources/data/create/recipes/mixing/andesite_alloy.json new file mode 100644 index 0000000000..544783f51d --- /dev/null +++ b/src/generated/resources/data/create/recipes/mixing/andesite_alloy.json @@ -0,0 +1,16 @@ +{ + "type": "create:mixing", + "ingredients": [ + { + "item": "minecraft:andesite" + }, + { + "tag": "forge:nuggets/iron" + } + ], + "results": [ + { + "item": "create:andesite_alloy" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mixing/andesite_alloy_from_zinc.json b/src/generated/resources/data/create/recipes/mixing/andesite_alloy_from_zinc.json new file mode 100644 index 0000000000..1f7b7d93ee --- /dev/null +++ b/src/generated/resources/data/create/recipes/mixing/andesite_alloy_from_zinc.json @@ -0,0 +1,16 @@ +{ + "type": "create:mixing", + "ingredients": [ + { + "item": "minecraft:andesite" + }, + { + "tag": "forge:nuggets/zinc" + } + ], + "results": [ + { + "item": "create:andesite_alloy" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mixing/brass_ingot.json b/src/generated/resources/data/create/recipes/mixing/brass_ingot.json new file mode 100644 index 0000000000..fb3c03521c --- /dev/null +++ b/src/generated/resources/data/create/recipes/mixing/brass_ingot.json @@ -0,0 +1,18 @@ +{ + "type": "create:mixing", + "heatRequirement": "heated", + "ingredients": [ + { + "item": "minecraft:copper_ingot" + }, + { + "tag": "forge:ingots/zinc" + } + ], + "results": [ + { + "count": 2, + "item": "create:brass_ingot" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mixing/chocolate.json b/src/generated/resources/data/create/recipes/mixing/chocolate.json new file mode 100644 index 0000000000..cdf1308a93 --- /dev/null +++ b/src/generated/resources/data/create/recipes/mixing/chocolate.json @@ -0,0 +1,22 @@ +{ + "type": "create:mixing", + "heatRequirement": "heated", + "ingredients": [ + { + "item": "minecraft:sugar" + }, + { + "item": "minecraft:cocoa_beans" + }, + { + "amount": 250, + "fluidTag": "forge:milk" + } + ], + "results": [ + { + "amount": 250, + "fluid": "create:chocolate" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mixing/chocolate_melting.json b/src/generated/resources/data/create/recipes/mixing/chocolate_melting.json new file mode 100644 index 0000000000..37ae358d1f --- /dev/null +++ b/src/generated/resources/data/create/recipes/mixing/chocolate_melting.json @@ -0,0 +1,15 @@ +{ + "type": "create:mixing", + "heatRequirement": "heated", + "ingredients": [ + { + "item": "create:bar_of_chocolate" + } + ], + "results": [ + { + "amount": 250, + "fluid": "create:chocolate" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mixing/dough_by_mixing.json b/src/generated/resources/data/create/recipes/mixing/dough_by_mixing.json new file mode 100644 index 0000000000..b1329379fa --- /dev/null +++ b/src/generated/resources/data/create/recipes/mixing/dough_by_mixing.json @@ -0,0 +1,18 @@ +{ + "type": "create:mixing", + "ingredients": [ + { + "tag": "forge:flour/wheat" + }, + { + "amount": 1000, + "fluid": "minecraft:water", + "nbt": {} + } + ], + "results": [ + { + "item": "create:dough" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mixing/honey.json b/src/generated/resources/data/create/recipes/mixing/honey.json new file mode 100644 index 0000000000..0165c90f0b --- /dev/null +++ b/src/generated/resources/data/create/recipes/mixing/honey.json @@ -0,0 +1,15 @@ +{ + "type": "create:mixing", + "heatRequirement": "heated", + "ingredients": [ + { + "item": "minecraft:honey_block" + } + ], + "results": [ + { + "amount": 1000, + "fluid": "create:honey" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mixing/lava_from_cobble.json b/src/generated/resources/data/create/recipes/mixing/lava_from_cobble.json new file mode 100644 index 0000000000..127c2bfe92 --- /dev/null +++ b/src/generated/resources/data/create/recipes/mixing/lava_from_cobble.json @@ -0,0 +1,15 @@ +{ + "type": "create:mixing", + "heatRequirement": "superheated", + "ingredients": [ + { + "tag": "forge:cobblestone" + } + ], + "results": [ + { + "amount": 50, + "fluid": "minecraft:lava" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mixing/mud_by_mixing.json b/src/generated/resources/data/create/recipes/mixing/mud_by_mixing.json new file mode 100644 index 0000000000..12921c0469 --- /dev/null +++ b/src/generated/resources/data/create/recipes/mixing/mud_by_mixing.json @@ -0,0 +1,19 @@ +{ + "type": "create:mixing", + "ingredients": [ + { + "type": "create:block_tag_ingredient", + "tag": "minecraft:convertable_to_mud" + }, + { + "amount": 250, + "fluid": "minecraft:water", + "nbt": {} + } + ], + "results": [ + { + "item": "minecraft:mud" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mixing/tea.json b/src/generated/resources/data/create/recipes/mixing/tea.json new file mode 100644 index 0000000000..db46698368 --- /dev/null +++ b/src/generated/resources/data/create/recipes/mixing/tea.json @@ -0,0 +1,24 @@ +{ + "type": "create:mixing", + "heatRequirement": "heated", + "ingredients": [ + { + "tag": "minecraft:leaves" + }, + { + "amount": 250, + "fluid": "minecraft:water", + "nbt": {} + }, + { + "amount": 250, + "fluidTag": "forge:milk" + } + ], + "results": [ + { + "amount": 500, + "fluid": "create:tea" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/pressing/brass_ingot.json b/src/generated/resources/data/create/recipes/pressing/brass_ingot.json new file mode 100644 index 0000000000..65e8c94f29 --- /dev/null +++ b/src/generated/resources/data/create/recipes/pressing/brass_ingot.json @@ -0,0 +1,13 @@ +{ + "type": "create:pressing", + "ingredients": [ + { + "tag": "forge:ingots/brass" + } + ], + "results": [ + { + "item": "create:brass_sheet" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/pressing/copper_ingot.json b/src/generated/resources/data/create/recipes/pressing/copper_ingot.json new file mode 100644 index 0000000000..c8afab5455 --- /dev/null +++ b/src/generated/resources/data/create/recipes/pressing/copper_ingot.json @@ -0,0 +1,13 @@ +{ + "type": "create:pressing", + "ingredients": [ + { + "item": "minecraft:copper_ingot" + } + ], + "results": [ + { + "item": "create:copper_sheet" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/pressing/gold_ingot.json b/src/generated/resources/data/create/recipes/pressing/gold_ingot.json new file mode 100644 index 0000000000..ff5c488006 --- /dev/null +++ b/src/generated/resources/data/create/recipes/pressing/gold_ingot.json @@ -0,0 +1,13 @@ +{ + "type": "create:pressing", + "ingredients": [ + { + "tag": "forge:ingots/gold" + } + ], + "results": [ + { + "item": "create:golden_sheet" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/pressing/iron_ingot.json b/src/generated/resources/data/create/recipes/pressing/iron_ingot.json new file mode 100644 index 0000000000..0bf57eb5fe --- /dev/null +++ b/src/generated/resources/data/create/recipes/pressing/iron_ingot.json @@ -0,0 +1,13 @@ +{ + "type": "create:pressing", + "ingredients": [ + { + "tag": "forge:ingots/iron" + } + ], + "results": [ + { + "item": "create:iron_sheet" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/pressing/path.json b/src/generated/resources/data/create/recipes/pressing/path.json new file mode 100644 index 0000000000..e81480ed2c --- /dev/null +++ b/src/generated/resources/data/create/recipes/pressing/path.json @@ -0,0 +1,18 @@ +{ + "type": "create:pressing", + "ingredients": [ + [ + { + "item": "minecraft:grass_block" + }, + { + "item": "minecraft:dirt" + } + ] + ], + "results": [ + { + "item": "minecraft:dirt_path" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/pressing/sugar_cane.json b/src/generated/resources/data/create/recipes/pressing/sugar_cane.json new file mode 100644 index 0000000000..4dc282598a --- /dev/null +++ b/src/generated/resources/data/create/recipes/pressing/sugar_cane.json @@ -0,0 +1,13 @@ +{ + "type": "create:pressing", + "ingredients": [ + { + "item": "minecraft:sugar_cane" + } + ], + "results": [ + { + "item": "minecraft:paper" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/sandpaper_polishing/rose_quartz.json b/src/generated/resources/data/create/recipes/sandpaper_polishing/rose_quartz.json new file mode 100644 index 0000000000..2b97eb1d75 --- /dev/null +++ b/src/generated/resources/data/create/recipes/sandpaper_polishing/rose_quartz.json @@ -0,0 +1,13 @@ +{ + "type": "create:sandpaper_polishing", + "ingredients": [ + { + "item": "create:rose_quartz" + } + ], + "results": [ + { + "item": "create:polished_rose_quartz" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/sequenced_assembly/precision_mechanism.json b/src/generated/resources/data/create/recipes/sequenced_assembly/precision_mechanism.json new file mode 100644 index 0000000000..7a258e05a5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/sequenced_assembly/precision_mechanism.json @@ -0,0 +1,96 @@ +{ + "type": "create:sequenced_assembly", + "ingredient": { + "tag": "forge:plates/gold" + }, + "loops": 5, + "results": [ + { + "chance": 120.0, + "item": "create:precision_mechanism" + }, + { + "chance": 8.0, + "item": "create:golden_sheet" + }, + { + "chance": 8.0, + "item": "create:andesite_alloy" + }, + { + "chance": 5.0, + "item": "create:cogwheel" + }, + { + "chance": 3.0, + "item": "minecraft:gold_nugget" + }, + { + "chance": 2.0, + "item": "create:shaft" + }, + { + "chance": 2.0, + "item": "create:crushed_gold_ore" + }, + { + "item": "minecraft:iron_ingot" + }, + { + "item": "minecraft:clock" + } + ], + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "create:incomplete_precision_mechanism" + }, + { + "item": "create:cogwheel" + } + ], + "results": [ + { + "item": "create:incomplete_precision_mechanism" + } + ] + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "create:incomplete_precision_mechanism" + }, + { + "item": "create:large_cogwheel" + } + ], + "results": [ + { + "item": "create:incomplete_precision_mechanism" + } + ] + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "create:incomplete_precision_mechanism" + }, + { + "tag": "forge:nuggets/iron" + } + ], + "results": [ + { + "item": "create:incomplete_precision_mechanism" + } + ] + } + ], + "transitionalItem": { + "item": "create:incomplete_precision_mechanism" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/sequenced_assembly/sturdy_sheet.json b/src/generated/resources/data/create/recipes/sequenced_assembly/sturdy_sheet.json new file mode 100644 index 0000000000..17735f302d --- /dev/null +++ b/src/generated/resources/data/create/recipes/sequenced_assembly/sturdy_sheet.json @@ -0,0 +1,61 @@ +{ + "type": "create:sequenced_assembly", + "ingredient": { + "item": "create:powdered_obsidian" + }, + "loops": 1, + "results": [ + { + "item": "create:sturdy_sheet" + } + ], + "sequence": [ + { + "type": "create:filling", + "ingredients": [ + { + "item": "create:unprocessed_obsidian_sheet" + }, + { + "amount": 500, + "fluid": "minecraft:lava", + "nbt": {} + } + ], + "results": [ + { + "item": "create:unprocessed_obsidian_sheet" + } + ] + }, + { + "type": "create:pressing", + "ingredients": [ + { + "item": "create:unprocessed_obsidian_sheet" + } + ], + "results": [ + { + "item": "create:unprocessed_obsidian_sheet" + } + ] + }, + { + "type": "create:pressing", + "ingredients": [ + { + "item": "create:unprocessed_obsidian_sheet" + } + ], + "results": [ + { + "item": "create:unprocessed_obsidian_sheet" + } + ] + } + ], + "transitionalItem": { + "item": "create:unprocessed_obsidian_sheet" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/sequenced_assembly/track.json b/src/generated/resources/data/create/recipes/sequenced_assembly/track.json new file mode 100644 index 0000000000..6fff8ad858 --- /dev/null +++ b/src/generated/resources/data/create/recipes/sequenced_assembly/track.json @@ -0,0 +1,72 @@ +{ + "type": "create:sequenced_assembly", + "ingredient": { + "tag": "create:sleepers" + }, + "loops": 1, + "results": [ + { + "item": "create:track" + } + ], + "sequence": [ + { + "type": "create:deploying", + "ingredients": [ + { + "item": "create:incomplete_track" + }, + [ + { + "tag": "forge:nuggets/iron" + }, + { + "tag": "forge:nuggets/zinc" + } + ] + ], + "results": [ + { + "item": "create:incomplete_track" + } + ] + }, + { + "type": "create:deploying", + "ingredients": [ + { + "item": "create:incomplete_track" + }, + [ + { + "tag": "forge:nuggets/iron" + }, + { + "tag": "forge:nuggets/zinc" + } + ] + ], + "results": [ + { + "item": "create:incomplete_track" + } + ] + }, + { + "type": "create:pressing", + "ingredients": [ + { + "item": "create:incomplete_track" + } + ], + "results": [ + { + "item": "create:incomplete_track" + } + ] + } + ], + "transitionalItem": { + "item": "create:incomplete_track" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/bread.json b/src/generated/resources/data/create/recipes/smelting/bread.json new file mode 100644 index 0000000000..1d7b0f7215 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/bread.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 200, + "experience": 0.0, + "ingredient": { + "item": "create:dough" + }, + "result": "minecraft:bread" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/copper_ingot_from_crushed.json b/src/generated/resources/data/create/recipes/smelting/copper_ingot_from_crushed.json new file mode 100644 index 0000000000..94c8690508 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/copper_ingot_from_crushed.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_copper_ore" + }, + "result": "minecraft:copper_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/glass_from_framed_glass.json b/src/generated/resources/data/create/recipes/smelting/glass_from_framed_glass.json new file mode 100644 index 0000000000..cc785411f4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/glass_from_framed_glass.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 50, + "experience": 0.0, + "ingredient": { + "item": "create:framed_glass" + }, + "result": "minecraft:glass" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/glass_from_horizontal_framed_glass.json b/src/generated/resources/data/create/recipes/smelting/glass_from_horizontal_framed_glass.json new file mode 100644 index 0000000000..58e4892cd9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/glass_from_horizontal_framed_glass.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 50, + "experience": 0.0, + "ingredient": { + "item": "create:horizontal_framed_glass" + }, + "result": "minecraft:glass" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/glass_from_tiled_glass.json b/src/generated/resources/data/create/recipes/smelting/glass_from_tiled_glass.json new file mode 100644 index 0000000000..4dadc19aee --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/glass_from_tiled_glass.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 50, + "experience": 0.0, + "ingredient": { + "item": "create:tiled_glass" + }, + "result": "minecraft:glass" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/glass_from_vertical_framed_glass.json b/src/generated/resources/data/create/recipes/smelting/glass_from_vertical_framed_glass.json new file mode 100644 index 0000000000..0d3dbb4ef8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/glass_from_vertical_framed_glass.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 50, + "experience": 0.0, + "ingredient": { + "item": "create:vertical_framed_glass" + }, + "result": "minecraft:glass" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/glass_pane_from_framed_glass_pane.json b/src/generated/resources/data/create/recipes/smelting/glass_pane_from_framed_glass_pane.json new file mode 100644 index 0000000000..4d7243899f --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/glass_pane_from_framed_glass_pane.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 50, + "experience": 0.0, + "ingredient": { + "item": "create:framed_glass_pane" + }, + "result": "minecraft:glass_pane" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/glass_pane_from_horizontal_framed_glass_pane.json b/src/generated/resources/data/create/recipes/smelting/glass_pane_from_horizontal_framed_glass_pane.json new file mode 100644 index 0000000000..cbe84bba4d --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/glass_pane_from_horizontal_framed_glass_pane.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 50, + "experience": 0.0, + "ingredient": { + "item": "create:horizontal_framed_glass_pane" + }, + "result": "minecraft:glass_pane" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/glass_pane_from_tiled_glass_pane.json b/src/generated/resources/data/create/recipes/smelting/glass_pane_from_tiled_glass_pane.json new file mode 100644 index 0000000000..d04b9c4c2a --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/glass_pane_from_tiled_glass_pane.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 50, + "experience": 0.0, + "ingredient": { + "item": "create:tiled_glass_pane" + }, + "result": "minecraft:glass_pane" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/glass_pane_from_vertical_framed_glass_pane.json b/src/generated/resources/data/create/recipes/smelting/glass_pane_from_vertical_framed_glass_pane.json new file mode 100644 index 0000000000..b3ac6a4b11 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/glass_pane_from_vertical_framed_glass_pane.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 50, + "experience": 0.0, + "ingredient": { + "item": "create:vertical_framed_glass_pane" + }, + "result": "minecraft:glass_pane" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/gold_ingot_from_crushed.json b/src/generated/resources/data/create/recipes/smelting/gold_ingot_from_crushed.json new file mode 100644 index 0000000000..a676fb4a66 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/gold_ingot_from_crushed.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_gold_ore" + }, + "result": "minecraft:gold_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_aluminum_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/smelting/ingot_aluminum_compat_immersiveengineering.json new file mode 100644 index 0000000000..7dc1e3ef9e --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/ingot_aluminum_compat_immersiveengineering.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_aluminum_ore" + }, + "result": "immersiveengineering:ingot_aluminum" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_lead_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/smelting/ingot_lead_compat_immersiveengineering.json new file mode 100644 index 0000000000..48894e412d --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/ingot_lead_compat_immersiveengineering.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_lead_ore" + }, + "result": "immersiveengineering:ingot_lead" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_lead_compat_mekanism.json b/src/generated/resources/data/create/recipes/smelting/ingot_lead_compat_mekanism.json new file mode 100644 index 0000000000..48a1c3ded2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/ingot_lead_compat_mekanism.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_lead_ore" + }, + "result": "mekanism:ingot_lead" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_nickel_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/smelting/ingot_nickel_compat_immersiveengineering.json new file mode 100644 index 0000000000..dd0d428944 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/ingot_nickel_compat_immersiveengineering.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_nickel_ore" + }, + "result": "immersiveengineering:ingot_nickel" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_osmium_compat_mekanism.json b/src/generated/resources/data/create/recipes/smelting/ingot_osmium_compat_mekanism.json new file mode 100644 index 0000000000..064206646e --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/ingot_osmium_compat_mekanism.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_osmium_ore" + }, + "result": "mekanism:ingot_osmium" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_silver_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/smelting/ingot_silver_compat_immersiveengineering.json new file mode 100644 index 0000000000..f9c7b868f6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/ingot_silver_compat_immersiveengineering.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_silver_ore" + }, + "result": "immersiveengineering:ingot_silver" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_tin_compat_mekanism.json b/src/generated/resources/data/create/recipes/smelting/ingot_tin_compat_mekanism.json new file mode 100644 index 0000000000..aafcf268bb --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/ingot_tin_compat_mekanism.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_tin_ore" + }, + "result": "mekanism:ingot_tin" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_uranium_compat_immersiveengineering.json b/src/generated/resources/data/create/recipes/smelting/ingot_uranium_compat_immersiveengineering.json new file mode 100644 index 0000000000..7e6620ea8b --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/ingot_uranium_compat_immersiveengineering.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_uranium_ore" + }, + "result": "immersiveengineering:ingot_uranium" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/ingot_uranium_compat_mekanism.json b/src/generated/resources/data/create/recipes/smelting/ingot_uranium_compat_mekanism.json new file mode 100644 index 0000000000..cf57b36977 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/ingot_uranium_compat_mekanism.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_uranium_ore" + }, + "result": "mekanism:ingot_uranium" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/iron_ingot_from_crushed.json b/src/generated/resources/data/create/recipes/smelting/iron_ingot_from_crushed.json new file mode 100644 index 0000000000..89a085a95f --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/iron_ingot_from_crushed.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_iron_ore" + }, + "result": "minecraft:iron_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/lead_ingot_compat_thermal.json b/src/generated/resources/data/create/recipes/smelting/lead_ingot_compat_thermal.json new file mode 100644 index 0000000000..078c762cc0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/lead_ingot_compat_thermal.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_lead_ore" + }, + "result": "thermal:lead_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/nickel_ingot_compat_thermal.json b/src/generated/resources/data/create/recipes/smelting/nickel_ingot_compat_thermal.json new file mode 100644 index 0000000000..8188c96a42 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/nickel_ingot_compat_thermal.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_nickel_ore" + }, + "result": "thermal:nickel_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/scoria.json b/src/generated/resources/data/create/recipes/smelting/scoria.json new file mode 100644 index 0000000000..2ce6dcac65 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/scoria.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 200, + "experience": 0.0, + "ingredient": { + "item": "minecraft:soul_sand" + }, + "result": "create:scoria" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/silver_ingot_compat_thermal.json b/src/generated/resources/data/create/recipes/smelting/silver_ingot_compat_thermal.json new file mode 100644 index 0000000000..4d1a315369 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/silver_ingot_compat_thermal.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_silver_ore" + }, + "result": "thermal:silver_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/tin_ingot_compat_thermal.json b/src/generated/resources/data/create/recipes/smelting/tin_ingot_compat_thermal.json new file mode 100644 index 0000000000..56a8ab3542 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/tin_ingot_compat_thermal.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:smelting", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_tin_ore" + }, + "result": "thermal:tin_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_crushed.json b/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_crushed.json new file mode 100644 index 0000000000..2ae8330434 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_crushed.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 200, + "experience": 0.1, + "ingredient": { + "item": "create:crushed_zinc_ore" + }, + "result": "create:zinc_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_ore.json b/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_ore.json new file mode 100644 index 0000000000..13bc2fb1d9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 200, + "experience": 1.0, + "ingredient": { + "tag": "forge:ores/zinc" + }, + "result": "create:zinc_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_raw_ore.json b/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_raw_ore.json new file mode 100644 index 0000000000..a60b800250 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smelting/zinc_ingot_from_raw_ore.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "cookingtime": 200, + "experience": 0.7, + "ingredient": { + "item": "create:raw_zinc" + }, + "result": "create:zinc_ingot" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/smoking/bread.json b/src/generated/resources/data/create/recipes/smoking/bread.json new file mode 100644 index 0000000000..5405f76551 --- /dev/null +++ b/src/generated/resources/data/create/recipes/smoking/bread.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smoking", + "cookingtime": 100, + "experience": 0.0, + "ingredient": { + "item": "create:dough" + }, + "result": "minecraft:bread" +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/black_concrete_powder.json b/src/generated/resources/data/create/recipes/splashing/black_concrete_powder.json new file mode 100644 index 0000000000..8d5f5ff489 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/black_concrete_powder.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:black_concrete_powder" + } + ], + "results": [ + { + "item": "minecraft:black_concrete" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/blue_concrete_powder.json b/src/generated/resources/data/create/recipes/splashing/blue_concrete_powder.json new file mode 100644 index 0000000000..99a659f47a --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/blue_concrete_powder.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:blue_concrete_powder" + } + ], + "results": [ + { + "item": "minecraft:blue_concrete" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/brown_concrete_powder.json b/src/generated/resources/data/create/recipes/splashing/brown_concrete_powder.json new file mode 100644 index 0000000000..c4e4c6d706 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/brown_concrete_powder.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:brown_concrete_powder" + } + ], + "results": [ + { + "item": "minecraft:brown_concrete" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/crushed_copper_ore.json b/src/generated/resources/data/create/recipes/splashing/crushed_copper_ore.json new file mode 100644 index 0000000000..2927004220 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/crushed_copper_ore.json @@ -0,0 +1,18 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "create:crushed_copper_ore" + } + ], + "results": [ + { + "count": 9, + "item": "create:copper_nugget" + }, + { + "chance": 0.5, + "item": "minecraft:clay_ball" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/crushed_gold_ore.json b/src/generated/resources/data/create/recipes/splashing/crushed_gold_ore.json new file mode 100644 index 0000000000..11cb279112 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/crushed_gold_ore.json @@ -0,0 +1,18 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "create:crushed_gold_ore" + } + ], + "results": [ + { + "count": 9, + "item": "minecraft:gold_nugget" + }, + { + "chance": 0.5, + "item": "minecraft:quartz" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/crushed_iron_ore.json b/src/generated/resources/data/create/recipes/splashing/crushed_iron_ore.json new file mode 100644 index 0000000000..4edd733028 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/crushed_iron_ore.json @@ -0,0 +1,18 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "create:crushed_iron_ore" + } + ], + "results": [ + { + "count": 9, + "item": "minecraft:iron_nugget" + }, + { + "chance": 0.75, + "item": "minecraft:redstone" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/crushed_zinc_ore.json b/src/generated/resources/data/create/recipes/splashing/crushed_zinc_ore.json new file mode 100644 index 0000000000..500398ec1a --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/crushed_zinc_ore.json @@ -0,0 +1,18 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "create:crushed_zinc_ore" + } + ], + "results": [ + { + "count": 9, + "item": "create:zinc_nugget" + }, + { + "chance": 0.25, + "item": "minecraft:gunpowder" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/cyan_concrete_powder.json b/src/generated/resources/data/create/recipes/splashing/cyan_concrete_powder.json new file mode 100644 index 0000000000..e98f3d894b --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/cyan_concrete_powder.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:cyan_concrete_powder" + } + ], + "results": [ + { + "item": "minecraft:cyan_concrete" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/gravel.json b/src/generated/resources/data/create/recipes/splashing/gravel.json new file mode 100644 index 0000000000..3ec0ed9ba7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/gravel.json @@ -0,0 +1,18 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:gravel" + } + ], + "results": [ + { + "chance": 0.25, + "item": "minecraft:flint" + }, + { + "chance": 0.125, + "item": "minecraft:iron_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/gray_concrete_powder.json b/src/generated/resources/data/create/recipes/splashing/gray_concrete_powder.json new file mode 100644 index 0000000000..0985ce78d0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/gray_concrete_powder.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:gray_concrete_powder" + } + ], + "results": [ + { + "item": "minecraft:gray_concrete" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/green_concrete_powder.json b/src/generated/resources/data/create/recipes/splashing/green_concrete_powder.json new file mode 100644 index 0000000000..a45b2eae7d --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/green_concrete_powder.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:green_concrete_powder" + } + ], + "results": [ + { + "item": "minecraft:green_concrete" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/ice.json b/src/generated/resources/data/create/recipes/splashing/ice.json new file mode 100644 index 0000000000..52d0b4a393 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/ice.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:ice" + } + ], + "results": [ + { + "item": "minecraft:packed_ice" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_aluminum_ore.json b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_aluminum_ore.json new file mode 100644 index 0000000000..0de64e7f2c --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_aluminum_ore.json @@ -0,0 +1,20 @@ +{ + "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "ingredients": [ + { + "item": "create:crushed_aluminum_ore" + } + ], + "results": [ + { + "count": 9, + "item": "immersiveengineering:nugget_aluminum" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_lead_ore.json b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_lead_ore.json new file mode 100644 index 0000000000..c46081a77b --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_lead_ore.json @@ -0,0 +1,20 @@ +{ + "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "ingredients": [ + { + "item": "create:crushed_lead_ore" + } + ], + "results": [ + { + "count": 9, + "item": "immersiveengineering:nugget_lead" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_nickel_ore.json b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_nickel_ore.json new file mode 100644 index 0000000000..e6d8eb77fe --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_nickel_ore.json @@ -0,0 +1,20 @@ +{ + "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "ingredients": [ + { + "item": "create:crushed_nickel_ore" + } + ], + "results": [ + { + "count": 9, + "item": "immersiveengineering:nugget_nickel" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_silver_ore.json b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_silver_ore.json new file mode 100644 index 0000000000..23828e45d0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_silver_ore.json @@ -0,0 +1,20 @@ +{ + "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "ingredients": [ + { + "item": "create:crushed_silver_ore" + } + ], + "results": [ + { + "count": 9, + "item": "immersiveengineering:nugget_silver" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_uranium_ore.json b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_uranium_ore.json new file mode 100644 index 0000000000..2e83536fb9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/immersiveengineering/crushed_uranium_ore.json @@ -0,0 +1,20 @@ +{ + "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "immersiveengineering" + } + ], + "ingredients": [ + { + "item": "create:crushed_uranium_ore" + } + ], + "results": [ + { + "count": 9, + "item": "immersiveengineering:nugget_uranium" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/light_blue_concrete_powder.json b/src/generated/resources/data/create/recipes/splashing/light_blue_concrete_powder.json new file mode 100644 index 0000000000..12399826bd --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/light_blue_concrete_powder.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:light_blue_concrete_powder" + } + ], + "results": [ + { + "item": "minecraft:light_blue_concrete" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/light_gray_concrete_powder.json b/src/generated/resources/data/create/recipes/splashing/light_gray_concrete_powder.json new file mode 100644 index 0000000000..91e6a801ab --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/light_gray_concrete_powder.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:light_gray_concrete_powder" + } + ], + "results": [ + { + "item": "minecraft:light_gray_concrete" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/lime_concrete_powder.json b/src/generated/resources/data/create/recipes/splashing/lime_concrete_powder.json new file mode 100644 index 0000000000..6e3ec7eb57 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/lime_concrete_powder.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:lime_concrete_powder" + } + ], + "results": [ + { + "item": "minecraft:lime_concrete" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/magenta_concrete_powder.json b/src/generated/resources/data/create/recipes/splashing/magenta_concrete_powder.json new file mode 100644 index 0000000000..942a187e91 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/magenta_concrete_powder.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:magenta_concrete_powder" + } + ], + "results": [ + { + "item": "minecraft:magenta_concrete" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/magma_block.json b/src/generated/resources/data/create/recipes/splashing/magma_block.json new file mode 100644 index 0000000000..94ed7270a7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/magma_block.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:magma_block" + } + ], + "results": [ + { + "item": "minecraft:obsidian" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_lead_ore.json b/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_lead_ore.json new file mode 100644 index 0000000000..a5588d8f91 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_lead_ore.json @@ -0,0 +1,20 @@ +{ + "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "ingredients": [ + { + "item": "create:crushed_lead_ore" + } + ], + "results": [ + { + "count": 9, + "item": "mekanism:nugget_lead" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_osmium_ore.json b/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_osmium_ore.json new file mode 100644 index 0000000000..87dc5af82e --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_osmium_ore.json @@ -0,0 +1,20 @@ +{ + "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "ingredients": [ + { + "item": "create:crushed_osmium_ore" + } + ], + "results": [ + { + "count": 9, + "item": "mekanism:nugget_osmium" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_tin_ore.json b/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_tin_ore.json new file mode 100644 index 0000000000..4ae97cde55 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_tin_ore.json @@ -0,0 +1,20 @@ +{ + "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "ingredients": [ + { + "item": "create:crushed_tin_ore" + } + ], + "results": [ + { + "count": 9, + "item": "mekanism:nugget_tin" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_uranium_ore.json b/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_uranium_ore.json new file mode 100644 index 0000000000..3659c8c107 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/mekanism/crushed_uranium_ore.json @@ -0,0 +1,20 @@ +{ + "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "mekanism" + } + ], + "ingredients": [ + { + "item": "create:crushed_uranium_ore" + } + ], + "results": [ + { + "count": 9, + "item": "mekanism:nugget_uranium" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/orange_concrete_powder.json b/src/generated/resources/data/create/recipes/splashing/orange_concrete_powder.json new file mode 100644 index 0000000000..b297de66b3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/orange_concrete_powder.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:orange_concrete_powder" + } + ], + "results": [ + { + "item": "minecraft:orange_concrete" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/pink_concrete_powder.json b/src/generated/resources/data/create/recipes/splashing/pink_concrete_powder.json new file mode 100644 index 0000000000..068f82a40f --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/pink_concrete_powder.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:pink_concrete_powder" + } + ], + "results": [ + { + "item": "minecraft:pink_concrete" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/purple_concrete_powder.json b/src/generated/resources/data/create/recipes/splashing/purple_concrete_powder.json new file mode 100644 index 0000000000..cbfdfda1e3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/purple_concrete_powder.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:purple_concrete_powder" + } + ], + "results": [ + { + "item": "minecraft:purple_concrete" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/red_concrete_powder.json b/src/generated/resources/data/create/recipes/splashing/red_concrete_powder.json new file mode 100644 index 0000000000..e9564f59f2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/red_concrete_powder.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:red_concrete_powder" + } + ], + "results": [ + { + "item": "minecraft:red_concrete" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/red_sand.json b/src/generated/resources/data/create/recipes/splashing/red_sand.json new file mode 100644 index 0000000000..95d997c3f9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/red_sand.json @@ -0,0 +1,19 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:red_sand" + } + ], + "results": [ + { + "chance": 0.125, + "count": 3, + "item": "minecraft:gold_nugget" + }, + { + "chance": 0.05, + "item": "minecraft:dead_bush" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/sand.json b/src/generated/resources/data/create/recipes/splashing/sand.json new file mode 100644 index 0000000000..00c1e6c190 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/sand.json @@ -0,0 +1,14 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:sand" + } + ], + "results": [ + { + "chance": 0.25, + "item": "minecraft:clay_ball" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/soul_sand.json b/src/generated/resources/data/create/recipes/splashing/soul_sand.json new file mode 100644 index 0000000000..4d741b2ee3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/soul_sand.json @@ -0,0 +1,19 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:soul_sand" + } + ], + "results": [ + { + "chance": 0.125, + "count": 4, + "item": "minecraft:quartz" + }, + { + "chance": 0.02, + "item": "minecraft:gold_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/stained_glass.json b/src/generated/resources/data/create/recipes/splashing/stained_glass.json new file mode 100644 index 0000000000..8adea4a15d --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/stained_glass.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "tag": "forge:stained_glass" + } + ], + "results": [ + { + "item": "minecraft:glass" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/stained_glass_pane.json b/src/generated/resources/data/create/recipes/splashing/stained_glass_pane.json new file mode 100644 index 0000000000..456d1df386 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/stained_glass_pane.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "tag": "forge:stained_glass_panes" + } + ], + "results": [ + { + "item": "minecraft:glass_pane" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/thermal/crushed_lead_ore.json b/src/generated/resources/data/create/recipes/splashing/thermal/crushed_lead_ore.json new file mode 100644 index 0000000000..b08880adf9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/thermal/crushed_lead_ore.json @@ -0,0 +1,20 @@ +{ + "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "ingredients": [ + { + "item": "create:crushed_lead_ore" + } + ], + "results": [ + { + "count": 9, + "item": "thermal:lead_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/thermal/crushed_nickel_ore.json b/src/generated/resources/data/create/recipes/splashing/thermal/crushed_nickel_ore.json new file mode 100644 index 0000000000..739bac5e33 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/thermal/crushed_nickel_ore.json @@ -0,0 +1,20 @@ +{ + "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "ingredients": [ + { + "item": "create:crushed_nickel_ore" + } + ], + "results": [ + { + "count": 9, + "item": "thermal:nickel_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/thermal/crushed_silver_ore.json b/src/generated/resources/data/create/recipes/splashing/thermal/crushed_silver_ore.json new file mode 100644 index 0000000000..daacf4f6fe --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/thermal/crushed_silver_ore.json @@ -0,0 +1,20 @@ +{ + "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "ingredients": [ + { + "item": "create:crushed_silver_ore" + } + ], + "results": [ + { + "count": 9, + "item": "thermal:silver_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/thermal/crushed_tin_ore.json b/src/generated/resources/data/create/recipes/splashing/thermal/crushed_tin_ore.json new file mode 100644 index 0000000000..14dcec5c8c --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/thermal/crushed_tin_ore.json @@ -0,0 +1,20 @@ +{ + "type": "create:splashing", + "conditions": [ + { + "type": "forge:mod_loaded", + "modid": "thermal" + } + ], + "ingredients": [ + { + "item": "create:crushed_tin_ore" + } + ], + "results": [ + { + "count": 9, + "item": "thermal:tin_nugget" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/wheat_flour.json b/src/generated/resources/data/create/recipes/splashing/wheat_flour.json new file mode 100644 index 0000000000..3401bbb120 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/wheat_flour.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "tag": "forge:flour/wheat" + } + ], + "results": [ + { + "item": "create:dough" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/white_concrete_powder.json b/src/generated/resources/data/create/recipes/splashing/white_concrete_powder.json new file mode 100644 index 0000000000..eef7261c77 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/white_concrete_powder.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:white_concrete_powder" + } + ], + "results": [ + { + "item": "minecraft:white_concrete" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/wool.json b/src/generated/resources/data/create/recipes/splashing/wool.json new file mode 100644 index 0000000000..9d859392f5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/wool.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "tag": "minecraft:wool" + } + ], + "results": [ + { + "item": "minecraft:white_wool" + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/splashing/yellow_concrete_powder.json b/src/generated/resources/data/create/recipes/splashing/yellow_concrete_powder.json new file mode 100644 index 0000000000..2e319a600b --- /dev/null +++ b/src/generated/resources/data/create/recipes/splashing/yellow_concrete_powder.json @@ -0,0 +1,13 @@ +{ + "type": "create:splashing", + "ingredients": [ + { + "item": "minecraft:yellow_concrete_powder" + } + ], + "results": [ + { + "item": "minecraft:yellow_concrete" + } + ] +} \ No newline at end of file diff --git a/src/main/java/com/simibubi/create/content/curiosities/frames/CopycatModel.java b/src/main/java/com/simibubi/create/content/curiosities/frames/CopycatModel.java index 85ce11763d..7bc53409b2 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/frames/CopycatModel.java +++ b/src/main/java/com/simibubi/create/content/curiosities/frames/CopycatModel.java @@ -95,10 +95,10 @@ public abstract class CopycatModel extends BakedModelWrapperWithData { ModelData wrappedData = data.get(WRAPPED_DATA_PROPERTY); if (wrappedData == null) wrappedData = ModelData.EMPTY; - if (renderType != null && Minecraft.getInstance() + if (renderType != null && !Minecraft.getInstance() .getBlockRenderer() - .getBlockModel(state) - .getRenderTypes(state, rand, wrappedData) + .getBlockModel(material) + .getRenderTypes(material, rand, wrappedData) .contains(renderType)) return super.getQuads(state, side, rand, data, renderType); From f201e26f6b46cdefffb0676e526a011b81a06b44 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Mon, 8 May 2023 18:44:24 +0200 Subject: [PATCH 36/51] Late Arrivals - Added Mangrove Windows --- .../8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 | 28 +++++-- .../9b718366ce2ebddbc65bf65c103939e2cf56b4af | 4 +- .../create/blockstates/mangrove_window.json | 7 ++ .../blockstates/mangrove_window_pane.json | 77 ++++++++++++++++++ .../resources/assets/create/lang/en_ud.json | 2 + .../resources/assets/create/lang/en_us.json | 2 + .../create/models/block/mangrove_window.json | 7 ++ .../block/mangrove_window_pane_noside.json | 7 ++ .../mangrove_window_pane_noside_alt.json | 7 ++ .../block/mangrove_window_pane_post.json | 7 ++ .../block/mangrove_window_pane_side.json | 7 ++ .../block/mangrove_window_pane_side_alt.json | 7 ++ .../create/models/item/mangrove_window.json | 3 + .../models/item/mangrove_window_pane.json | 7 ++ .../create.palettes/mangrove_window.json | 34 ++++++++ .../create.palettes/mangrove_window_pane.json | 34 ++++++++ .../loot_tables/blocks/mangrove_window.json | 30 +++++++ .../blocks/mangrove_window_pane.json | 30 +++++++ .../data/create/recipes/mangrove_window.json | 19 +++++ .../create/recipes/mangrove_window_pane.json | 16 ++++ .../data/forge/tags/blocks/glass_panes.json | 1 + .../data/forge/tags/items/glass_panes.json | 1 + .../minecraft/tags/blocks/impermeable.json | 1 + .../com/simibubi/create/AllSpriteShifts.java | 2 +- .../content/palettes/AllPaletteBlocks.java | 2 + .../block/palettes/mangrove_window.png | Bin 0 -> 287 bytes .../palettes/mangrove_window_connected.png | Bin 0 -> 372 bytes 27 files changed, 333 insertions(+), 9 deletions(-) create mode 100644 src/generated/resources/assets/create/blockstates/mangrove_window.json create mode 100644 src/generated/resources/assets/create/blockstates/mangrove_window_pane.json create mode 100644 src/generated/resources/assets/create/models/block/mangrove_window.json create mode 100644 src/generated/resources/assets/create/models/block/mangrove_window_pane_noside.json create mode 100644 src/generated/resources/assets/create/models/block/mangrove_window_pane_noside_alt.json create mode 100644 src/generated/resources/assets/create/models/block/mangrove_window_pane_post.json create mode 100644 src/generated/resources/assets/create/models/block/mangrove_window_pane_side.json create mode 100644 src/generated/resources/assets/create/models/block/mangrove_window_pane_side_alt.json create mode 100644 src/generated/resources/assets/create/models/item/mangrove_window.json create mode 100644 src/generated/resources/assets/create/models/item/mangrove_window_pane.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/mangrove_window.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/mangrove_window_pane.json create mode 100644 src/generated/resources/data/create/loot_tables/blocks/mangrove_window.json create mode 100644 src/generated/resources/data/create/loot_tables/blocks/mangrove_window_pane.json create mode 100644 src/generated/resources/data/create/recipes/mangrove_window.json create mode 100644 src/generated/resources/data/create/recipes/mangrove_window_pane.json create mode 100644 src/main/resources/assets/create/textures/block/palettes/mangrove_window.png create mode 100644 src/main/resources/assets/create/textures/block/palettes/mangrove_window_connected.png diff --git a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 index f10f9088e6..c69ed92eb6 100644 --- a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 +++ b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-08T18:06:22.2311246 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] +// 1.19.2 2023-05-08T18:33:12.7571465 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] 60bbdf92d2ac9824ea6144955c74043a6005f79d assets/create/blockstates/acacia_window.json 6a67703c2697d81b7dc83e9d72a66f9c9ff08383 assets/create/blockstates/acacia_window_pane.json c3ae87b62e81d8e9476eccd793bb1548d74c66a1 assets/create/blockstates/adjustable_chain_gearshift.json @@ -305,6 +305,8 @@ f150922cbed1c05fb3892d4ac91eb471234252e2 assets/create/blockstates/magenta_sail. bb1ab5c70647933400b3a99ef9d166ba5e3d4709 assets/create/blockstates/magenta_seat.json fcd226c7863262d98765c701538bf9e44d2b177e assets/create/blockstates/magenta_toolbox.json ecf670d95969a33a738f59e08393299891f78847 assets/create/blockstates/magenta_valve_handle.json +8a30c1ed277ec60963abbcb24cce6efd162d02d3 assets/create/blockstates/mangrove_window.json +ed1afa8eec6824928332aed7f75c07ba6754c760 assets/create/blockstates/mangrove_window_pane.json 9386361f50a60bb14f397821285e64d33ed21fd2 assets/create/blockstates/mechanical_arm.json aafb4c62ae10fd65003f05160f3e1fbddbb01c5e assets/create/blockstates/mechanical_bearing.json be119eeeb8e0d9a9a5515dd2c49eaf91268d49b3 assets/create/blockstates/mechanical_crafter.json @@ -582,8 +584,8 @@ b0d8f08968763a5f74e5cd5644377a76a9f39753 assets/create/blockstates/yellow_toolbo fe8c497aacc641c2f01cec90bba9f19e59cc2ed2 assets/create/blockstates/yellow_valve_handle.json e819e93fdcbe9fd9c050a052d2718ff3b3539365 assets/create/blockstates/zinc_block.json 64121dcb216381c83b4fe28aa361ea07c24c9ad0 assets/create/blockstates/zinc_ore.json -6c3df97e22df92ea8bd338b564f7e311345d0277 assets/create/lang/en_ud.json -f55c05ea74b1450d97d95384b899aea28d7e270f assets/create/lang/en_us.json +4fbf6fad8444b526c35552e8cae76fac037dcb6a assets/create/lang/en_ud.json +9c63efe509cff853228fd2626f0ec48085a206d5 assets/create/lang/en_us.json a97e1060e00ae701a02e39cd4ef8054cf345fac4 assets/create/models/block/acacia_window.json 103e032c0b1a0a6a27c67da8c91179a564bd281c assets/create/models/block/acacia_window_pane_noside.json fb00b627abda76ad4fea867ca57dbfadd24fffa3 assets/create/models/block/acacia_window_pane_noside_alt.json @@ -1181,6 +1183,12 @@ f885acc0ba705cfa9c65b62626ab4007f3b6e329 assets/create/models/block/linear_chass b5cd13b021400b3c37499ec4ef22e560c721ac54 assets/create/models/block/magenta_seat.json d7b2b16ba2d6a0b2441aeaf7faa76f61fbdc35e7 assets/create/models/block/magenta_toolbox.json c0d29851d48cebd376b3b6e8f0454e0369d0e265 assets/create/models/block/magenta_valve_handle.json +026384a699d592160624bb7a1606e31fb77751be assets/create/models/block/mangrove_window.json +fefcd6368357f1ad324b07a082fcd059900e0a39 assets/create/models/block/mangrove_window_pane_noside.json +166268a91f073f60e86af3e39a85dc0f4eb23368 assets/create/models/block/mangrove_window_pane_noside_alt.json +cf77590316c06bfea1c11fb39626f49888bf61b6 assets/create/models/block/mangrove_window_pane_post.json +dfd365f73424f4ffd1915822ae0c4d5538922ed1 assets/create/models/block/mangrove_window_pane_side.json +a8fb21f2d2f10b0c46bea41c9dd41eb9c5a9c5fe assets/create/models/block/mangrove_window_pane_side_alt.json 5a6d44dbf914c22065d8f32519defc93ce124c49 assets/create/models/block/mechanical_bearing.json 2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/nixie_tube.json e298cb8398f551c5af5f563f95123b18f39d4753 assets/create/models/block/oak_window.json @@ -1986,6 +1994,8 @@ d0f4148bdb0a905e68f54b5dfd829fd47e528fea assets/create/models/item/lime_valve_ha ad6fd371ee989c9c3c21e762273e8a4e903f0af8 assets/create/models/item/magenta_seat.json 7c0e3f91e5ab029473736deffb2b2aab9d4763c7 assets/create/models/item/magenta_toolbox.json 6d82582e5afea919927606b20a74cbda5223956f assets/create/models/item/magenta_valve_handle.json +a4ecba2ee36699401de661b89065bf0738487a87 assets/create/models/item/mangrove_window.json +474c896c4ca4e6547fac225cc204bbc0b287c5ea assets/create/models/item/mangrove_window_pane.json d5b1665cdcf03baef41a8d3fbbdcc747cd6867f8 assets/create/models/item/mechanical_arm.json 95d437fffd455e5a22d288bb7683fbdce211fa8a assets/create/models/item/mechanical_bearing.json 08dcab9d0cdb7fb6426b8dee508eecc3f5d71fb1 assets/create/models/item/mechanical_crafter.json @@ -2666,6 +2676,8 @@ e5feef288669aa930ae12cf9a783d620af7d91b4 data/create/advancements/recipes/create dfb4f2e119b8017d5db975fb541713048703e2c6 data/create/advancements/recipes/create.palettes/layered_veridium_from_stone_types_veridium_stonecutting.json 395ac94e392ba5e84588593808411b58439fa00b data/create/advancements/recipes/create.palettes/limestone_from_stone_types_limestone_stonecutting.json de18b7fbe72ebab8664dc8bad74b11c8f963d201 data/create/advancements/recipes/create.palettes/limestone_pillar_from_stone_types_limestone_stonecutting.json +297cef748e21b0615fba6d89e917ca95744eb72c data/create/advancements/recipes/create.palettes/mangrove_window.json +caae52c615f4f73e6197a0f64530d65e032ee86c data/create/advancements/recipes/create.palettes/mangrove_window_pane.json 72a0bf990de9157649f4a35d107691336ac251cd data/create/advancements/recipes/create.palettes/oak_window.json 0df92ddbd45927fffcd6e7dd64e23a9c1a480987 data/create/advancements/recipes/create.palettes/oak_window_pane.json 3af97ef889363105d623983041bc542e42262a81 data/create/advancements/recipes/create.palettes/ochrum_from_stone_types_ochrum_stonecutting.json @@ -3233,6 +3245,8 @@ f4a50c2bcfc2483168a661d5af233bd043d1ea51 data/create/loot_tables/blocks/magenta_ ccae04c0e944f9f3909c3210ae3eb910207cd57c data/create/loot_tables/blocks/magenta_seat.json dbdcad9959ec94b2f214f121a0361f2eeac5cab9 data/create/loot_tables/blocks/magenta_toolbox.json 6020e533ed7121ee33409a4422a8098295af49d0 data/create/loot_tables/blocks/magenta_valve_handle.json +acb87cf1aa3236529a9322e3d04155da16747e1f data/create/loot_tables/blocks/mangrove_window.json +544741628cabdf548d6185bd1e1b3d2675a7c7bb data/create/loot_tables/blocks/mangrove_window_pane.json e86b6745d61732cfd95356df84e71cae8b9be10d data/create/loot_tables/blocks/mechanical_arm.json 6ffb8f41c3c42d57c9ff9ce8520b2327f51e2731 data/create/loot_tables/blocks/mechanical_bearing.json 1f166934a75ea3d1bdcf65394632636e6f9cf5ff data/create/loot_tables/blocks/mechanical_crafter.json @@ -3882,6 +3896,8 @@ efcbb602a5274a037af323bf5ef40756cbb8683c data/create/recipes/layered_tuff_from_s 6861c7c7d75d669a948a3dc617137759fb387d49 data/create/recipes/layered_veridium_from_stone_types_veridium_stonecutting.json 9882a276da633a82f42cbd809c0a104d2137f7ca data/create/recipes/limestone_from_stone_types_limestone_stonecutting.json 923e6a5bec0018849c1bf9e5714195ab7f839f44 data/create/recipes/limestone_pillar_from_stone_types_limestone_stonecutting.json +7bc8b7787f0e60e521c68953607b8851a53294f4 data/create/recipes/mangrove_window.json +2ea63a3c31aa3b4e2ea2620e24a23ee9c3044421 data/create/recipes/mangrove_window_pane.json 106f5e57b11aeb799eef2d485c047701e23adad6 data/create/recipes/oak_window.json 050fab7045837fef1a2c7c2471058b641f0c99fc data/create/recipes/oak_window_pane.json 9e1eaa83597afe00485940018be874885f02b1f7 data/create/recipes/ochrum_from_stone_types_ochrum_stonecutting.json @@ -4199,7 +4215,7 @@ da739ad2160e7df4e0e5cc89587670ce5e9450c3 data/create/tags/items/valve_handles.js 03989b943d729293db75c8f681c490c55f594d53 data/create/tags/items/vanilla_stripped_logs.json a82f75a9af4c0b28f08de8dfcaea2dce2accda28 data/create/tags/items/vanilla_stripped_wood.json 10d5f0c1763f80860a39398ecc33dbbe43099471 data/forge/tags/blocks/glass/colorless.json -3101d4cdeb57fae0e777ed7a773eccbd7d757b76 data/forge/tags/blocks/glass_panes.json +de1fc89be6a52473d526d3efe0204b9b8489058c data/forge/tags/blocks/glass_panes.json 81b107ada9c6ac5679a21f8c6a006bf230f69c39 data/forge/tags/blocks/ores.json 81b107ada9c6ac5679a21f8c6a006bf230f69c39 data/forge/tags/blocks/ores/zinc.json e475ad1c52bffedfc544e5331a87c1f5c45149fd data/forge/tags/blocks/ores_in_ground/deepslate.json @@ -4219,7 +4235,7 @@ cca816b34ac2e9b7933df680aa9778ff2cfe9605 data/forge/tags/fluids/tea.json 745512f10c4ba52f2c224607377e41011fb2ecfe data/forge/tags/items/flour.json 745512f10c4ba52f2c224607377e41011fb2ecfe data/forge/tags/items/flour/wheat.json 10d5f0c1763f80860a39398ecc33dbbe43099471 data/forge/tags/items/glass/colorless.json -3101d4cdeb57fae0e777ed7a773eccbd7d757b76 data/forge/tags/items/glass_panes.json +de1fc89be6a52473d526d3efe0204b9b8489058c data/forge/tags/items/glass_panes.json 01d32d3b7b033aff44c047bf289d696de0b0c715 data/forge/tags/items/ingots.json 5a7bffd1d604bc6ea8b35714ef02b95773240f90 data/forge/tags/items/ingots/brass.json ccf5b08295f6362a3f6b3b595f1de1bba4b224ec data/forge/tags/items/ingots/zinc.json @@ -4252,7 +4268,7 @@ c741ba83b562ae3459d7c4f2db69537f549ea411 data/forge/tags/items/tools/wrench.json 82274e06b6a9f3bfd83c8b59be38dee4a15b8bf3 data/minecraft/tags/blocks/climbable.json 71aef080a900d9e86818cf579438c3d826d6567e data/minecraft/tags/blocks/doors.json 515a1c773e617dd7e38aa1b893acc7db2dd30e08 data/minecraft/tags/blocks/dripstone_replaceable_blocks.json -84c712d8f5ec8ba4e0d9de9a0485af5115a5cfe2 data/minecraft/tags/blocks/impermeable.json +e3321ff14704c031a2c16953b7e391f4f24dd70b data/minecraft/tags/blocks/impermeable.json 515a1c773e617dd7e38aa1b893acc7db2dd30e08 data/minecraft/tags/blocks/lush_ground_replaceable.json 5a030817b2322e363edc8f5376f7c9de73df8b48 data/minecraft/tags/blocks/mineable/axe.json e7d7eb2ad92056c587caf7e0dd691315241845e8 data/minecraft/tags/blocks/mineable/pickaxe.json diff --git a/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af index 1f57ba85de..15ea221368 100644 --- a/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af +++ b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af @@ -1,2 +1,2 @@ -// 1.19.2 2023-05-08T18:06:22.2301281 Create's lang merger -e911c27c508c1d67d4c915daeccfa9d9f0afba81 assets/create/lang/en_us.json +// 1.19.2 2023-05-08T18:33:12.7561491 Create's lang merger +ea950145f523432317da10a40a1f761bcb10a8dd assets/create/lang/en_us.json diff --git a/src/generated/resources/assets/create/blockstates/mangrove_window.json b/src/generated/resources/assets/create/blockstates/mangrove_window.json new file mode 100644 index 0000000000..937ec8d854 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/mangrove_window.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "create:block/mangrove_window" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mangrove_window_pane.json b/src/generated/resources/assets/create/blockstates/mangrove_window_pane.json new file mode 100644 index 0000000000..f459d6f8d8 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/mangrove_window_pane.json @@ -0,0 +1,77 @@ +{ + "multipart": [ + { + "apply": { + "model": "create:block/mangrove_window_pane_post" + } + }, + { + "apply": { + "model": "create:block/mangrove_window_pane_side" + }, + "when": { + "north": "true" + } + }, + { + "apply": { + "model": "create:block/mangrove_window_pane_noside" + }, + "when": { + "north": "false" + } + }, + { + "apply": { + "model": "create:block/mangrove_window_pane_side_alt" + }, + "when": { + "south": "true" + } + }, + { + "apply": { + "model": "create:block/mangrove_window_pane_noside_alt", + "y": 90 + }, + "when": { + "south": "false" + } + }, + { + "apply": { + "model": "create:block/mangrove_window_pane_side_alt", + "y": 90 + }, + "when": { + "west": "true" + } + }, + { + "apply": { + "model": "create:block/mangrove_window_pane_noside", + "y": 270 + }, + "when": { + "west": "false" + } + }, + { + "apply": { + "model": "create:block/mangrove_window_pane_side", + "y": 90 + }, + "when": { + "east": "true" + } + }, + { + "apply": { + "model": "create:block/mangrove_window_pane_noside_alt" + }, + "when": { + "east": "false" + } + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/lang/en_ud.json b/src/generated/resources/assets/create/lang/en_ud.json index 257b365441..b7077e9184 100644 --- a/src/generated/resources/assets/create/lang/en_ud.json +++ b/src/generated/resources/assets/create/lang/en_ud.json @@ -305,6 +305,8 @@ "block.create.magenta_seat": "ʇɐǝS ɐʇuǝbɐW", "block.create.magenta_toolbox": "xoqןoo⟘ ɐʇuǝbɐW", "block.create.magenta_valve_handle": "ǝןpuɐH ǝʌןɐΛ ɐʇuǝbɐW", + "block.create.mangrove_window": "ʍopuıM ǝʌoɹbuɐW", + "block.create.mangrove_window_pane": "ǝuɐԀ ʍopuıM ǝʌoɹbuɐW", "block.create.mechanical_arm": "ɯɹⱯ ןɐɔıuɐɥɔǝW", "block.create.mechanical_bearing": "buıɹɐǝᗺ ןɐɔıuɐɥɔǝW", "block.create.mechanical_crafter": "ɹǝʇɟɐɹƆ ןɐɔıuɐɥɔǝW", diff --git a/src/generated/resources/assets/create/lang/en_us.json b/src/generated/resources/assets/create/lang/en_us.json index 6c79dfa860..adebf5f68a 100644 --- a/src/generated/resources/assets/create/lang/en_us.json +++ b/src/generated/resources/assets/create/lang/en_us.json @@ -308,6 +308,8 @@ "block.create.magenta_seat": "Magenta Seat", "block.create.magenta_toolbox": "Magenta Toolbox", "block.create.magenta_valve_handle": "Magenta Valve Handle", + "block.create.mangrove_window": "Mangrove Window", + "block.create.mangrove_window_pane": "Mangrove Window Pane", "block.create.mechanical_arm": "Mechanical Arm", "block.create.mechanical_bearing": "Mechanical Bearing", "block.create.mechanical_crafter": "Mechanical Crafter", diff --git a/src/generated/resources/assets/create/models/block/mangrove_window.json b/src/generated/resources/assets/create/models/block/mangrove_window.json new file mode 100644 index 0000000000..142956d8a1 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/mangrove_window.json @@ -0,0 +1,7 @@ +{ + "parent": "minecraft:block/cube_column", + "textures": { + "end": "minecraft:block/mangrove_planks", + "side": "create:block/palettes/mangrove_window" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/mangrove_window_pane_noside.json b/src/generated/resources/assets/create/models/block/mangrove_window_pane_noside.json new file mode 100644 index 0000000000..61852efde7 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/mangrove_window_pane_noside.json @@ -0,0 +1,7 @@ +{ + "parent": "create:block/connected_glass_pane/noside", + "textures": { + "edge": "minecraft:block/mangrove_planks", + "pane": "create:block/palettes/mangrove_window" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/mangrove_window_pane_noside_alt.json b/src/generated/resources/assets/create/models/block/mangrove_window_pane_noside_alt.json new file mode 100644 index 0000000000..903a019299 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/mangrove_window_pane_noside_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "create:block/connected_glass_pane/noside_alt", + "textures": { + "edge": "minecraft:block/mangrove_planks", + "pane": "create:block/palettes/mangrove_window" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/mangrove_window_pane_post.json b/src/generated/resources/assets/create/models/block/mangrove_window_pane_post.json new file mode 100644 index 0000000000..230bc4703d --- /dev/null +++ b/src/generated/resources/assets/create/models/block/mangrove_window_pane_post.json @@ -0,0 +1,7 @@ +{ + "parent": "create:block/connected_glass_pane/post", + "textures": { + "edge": "minecraft:block/mangrove_planks", + "pane": "create:block/palettes/mangrove_window" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/mangrove_window_pane_side.json b/src/generated/resources/assets/create/models/block/mangrove_window_pane_side.json new file mode 100644 index 0000000000..ae91e5005f --- /dev/null +++ b/src/generated/resources/assets/create/models/block/mangrove_window_pane_side.json @@ -0,0 +1,7 @@ +{ + "parent": "create:block/connected_glass_pane/side", + "textures": { + "edge": "minecraft:block/mangrove_planks", + "pane": "create:block/palettes/mangrove_window" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/mangrove_window_pane_side_alt.json b/src/generated/resources/assets/create/models/block/mangrove_window_pane_side_alt.json new file mode 100644 index 0000000000..1044018d23 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/mangrove_window_pane_side_alt.json @@ -0,0 +1,7 @@ +{ + "parent": "create:block/connected_glass_pane/side_alt", + "textures": { + "edge": "minecraft:block/mangrove_planks", + "pane": "create:block/palettes/mangrove_window" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/mangrove_window.json b/src/generated/resources/assets/create/models/item/mangrove_window.json new file mode 100644 index 0000000000..5780c9a18b --- /dev/null +++ b/src/generated/resources/assets/create/models/item/mangrove_window.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/mangrove_window" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/mangrove_window_pane.json b/src/generated/resources/assets/create/models/item/mangrove_window_pane.json new file mode 100644 index 0000000000..e34b9714e4 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/mangrove_window_pane.json @@ -0,0 +1,7 @@ +{ + "parent": "create:item/pane", + "textures": { + "edge": "minecraft:block/mangrove_planks", + "pane": "create:block/palettes/mangrove_window" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/mangrove_window.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/mangrove_window.json new file mode 100644 index 0000000000..73115a8794 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/mangrove_window.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_ingredient": { + "conditions": { + "items": [ + { + "items": [ + "minecraft:mangrove_planks" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:mangrove_window" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:mangrove_window" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/mangrove_window_pane.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/mangrove_window_pane.json new file mode 100644 index 0000000000..e3f7dfb93b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/mangrove_window_pane.json @@ -0,0 +1,34 @@ +{ + "parent": "minecraft:recipes/root", + "criteria": { + "has_ingredient": { + "conditions": { + "items": [ + { + "items": [ + "create:mangrove_window" + ] + } + ] + }, + "trigger": "minecraft:inventory_changed" + }, + "has_the_recipe": { + "conditions": { + "recipe": "create:mangrove_window_pane" + }, + "trigger": "minecraft:recipe_unlocked" + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ], + "rewards": { + "recipes": [ + "create:mangrove_window_pane" + ] + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mangrove_window.json b/src/generated/resources/data/create/loot_tables/blocks/mangrove_window.json new file mode 100644 index 0000000000..fbffc276ed --- /dev/null +++ b/src/generated/resources/data/create/loot_tables/blocks/mangrove_window.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:mangrove_window" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mangrove_window_pane.json b/src/generated/resources/data/create/loot_tables/blocks/mangrove_window_pane.json new file mode 100644 index 0000000000..9cd224a491 --- /dev/null +++ b/src/generated/resources/data/create/loot_tables/blocks/mangrove_window_pane.json @@ -0,0 +1,30 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "create:mangrove_window_pane" + } + ], + "rolls": 1.0 + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mangrove_window.json b/src/generated/resources/data/create/recipes/mangrove_window.json new file mode 100644 index 0000000000..49fe868682 --- /dev/null +++ b/src/generated/resources/data/create/recipes/mangrove_window.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "#": { + "item": "minecraft:mangrove_planks" + }, + "X": { + "tag": "forge:glass/colorless" + } + }, + "pattern": [ + " # ", + "#X#" + ], + "result": { + "count": 2, + "item": "create:mangrove_window" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mangrove_window_pane.json b/src/generated/resources/data/create/recipes/mangrove_window_pane.json new file mode 100644 index 0000000000..f92ae0f4fd --- /dev/null +++ b/src/generated/resources/data/create/recipes/mangrove_window_pane.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "#": { + "item": "create:mangrove_window" + } + }, + "pattern": [ + "###", + "###" + ], + "result": { + "count": 16, + "item": "create:mangrove_window_pane" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/forge/tags/blocks/glass_panes.json b/src/generated/resources/data/forge/tags/blocks/glass_panes.json index 1e77aae5c9..ec99a30f53 100644 --- a/src/generated/resources/data/forge/tags/blocks/glass_panes.json +++ b/src/generated/resources/data/forge/tags/blocks/glass_panes.json @@ -10,6 +10,7 @@ "create:jungle_window_pane", "create:acacia_window_pane", "create:dark_oak_window_pane", + "create:mangrove_window_pane", "create:crimson_window_pane", "create:warped_window_pane", "create:ornate_iron_window_pane" diff --git a/src/generated/resources/data/forge/tags/items/glass_panes.json b/src/generated/resources/data/forge/tags/items/glass_panes.json index 1e77aae5c9..ec99a30f53 100644 --- a/src/generated/resources/data/forge/tags/items/glass_panes.json +++ b/src/generated/resources/data/forge/tags/items/glass_panes.json @@ -10,6 +10,7 @@ "create:jungle_window_pane", "create:acacia_window_pane", "create:dark_oak_window_pane", + "create:mangrove_window_pane", "create:crimson_window_pane", "create:warped_window_pane", "create:ornate_iron_window_pane" diff --git a/src/generated/resources/data/minecraft/tags/blocks/impermeable.json b/src/generated/resources/data/minecraft/tags/blocks/impermeable.json index 5cbfb7ca6d..f6c6369fb4 100644 --- a/src/generated/resources/data/minecraft/tags/blocks/impermeable.json +++ b/src/generated/resources/data/minecraft/tags/blocks/impermeable.json @@ -10,6 +10,7 @@ "create:jungle_window", "create:acacia_window", "create:dark_oak_window", + "create:mangrove_window", "create:crimson_window", "create:warped_window", "create:ornate_iron_window" diff --git a/src/main/java/com/simibubi/create/AllSpriteShifts.java b/src/main/java/com/simibubi/create/AllSpriteShifts.java index 7d767013f5..f79047f465 100644 --- a/src/main/java/com/simibubi/create/AllSpriteShifts.java +++ b/src/main/java/com/simibubi/create/AllSpriteShifts.java @@ -85,7 +85,7 @@ public class AllSpriteShifts { private static void populateMaps() { WoodType[] supportedWoodTypes = new WoodType[] { WoodType.OAK, WoodType.SPRUCE, WoodType.BIRCH, WoodType.ACACIA, - WoodType.JUNGLE, WoodType.DARK_OAK, WoodType.CRIMSON, WoodType.WARPED }; + WoodType.JUNGLE, WoodType.DARK_OAK, WoodType.MANGROVE, WoodType.CRIMSON, WoodType.WARPED }; Arrays.stream(supportedWoodTypes) .forEach(woodType -> WOODEN_WINDOWS.put(woodType, vertical("palettes/" + woodType.name() + "_window"))); diff --git a/src/main/java/com/simibubi/create/content/palettes/AllPaletteBlocks.java b/src/main/java/com/simibubi/create/content/palettes/AllPaletteBlocks.java index f087029522..d728acc5b2 100644 --- a/src/main/java/com/simibubi/create/content/palettes/AllPaletteBlocks.java +++ b/src/main/java/com/simibubi/create/content/palettes/AllPaletteBlocks.java @@ -71,6 +71,7 @@ public class AllPaletteBlocks { JUNGLE_WINDOW = woodenWindowBlock(WoodType.JUNGLE, Blocks.JUNGLE_PLANKS), ACACIA_WINDOW = woodenWindowBlock(WoodType.ACACIA, Blocks.ACACIA_PLANKS), DARK_OAK_WINDOW = woodenWindowBlock(WoodType.DARK_OAK, Blocks.DARK_OAK_PLANKS), + MANGROVE_WINDOW = woodenWindowBlock(WoodType.MANGROVE, Blocks.MANGROVE_PLANKS), CRIMSON_WINDOW = woodenWindowBlock(WoodType.CRIMSON, Blocks.CRIMSON_PLANKS), WARPED_WINDOW = woodenWindowBlock(WoodType.WARPED, Blocks.WARPED_PLANKS), ORNATE_IRON_WINDOW = @@ -84,6 +85,7 @@ public class AllPaletteBlocks { JUNGLE_WINDOW_PANE = woodenWindowPane(WoodType.JUNGLE, JUNGLE_WINDOW), ACACIA_WINDOW_PANE = woodenWindowPane(WoodType.ACACIA, ACACIA_WINDOW), DARK_OAK_WINDOW_PANE = woodenWindowPane(WoodType.DARK_OAK, DARK_OAK_WINDOW), + MANGROVE_WINDOW_PANE = woodenWindowPane(WoodType.MANGROVE, MANGROVE_WINDOW), CRIMSON_WINDOW_PANE = woodenWindowPane(WoodType.CRIMSON, CRIMSON_WINDOW), WARPED_WINDOW_PANE = woodenWindowPane(WoodType.WARPED, WARPED_WINDOW), ORNATE_IRON_WINDOW_PANE = customWindowPane("ornate_iron_window", ORNATE_IRON_WINDOW, diff --git a/src/main/resources/assets/create/textures/block/palettes/mangrove_window.png b/src/main/resources/assets/create/textures/block/palettes/mangrove_window.png new file mode 100644 index 0000000000000000000000000000000000000000..ac94598b5d13f84b496e4f3b18a6e198a0a77754 GIT binary patch literal 287 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%G}H0G|-oZeOcvkR|YP6=@UDzS?9KMth0N`m}? z|HA;orZYO{fufuR9+AZi419+{nDKc2iWHz=iKmNWh(>T|f3#4G0S8N?WW?V8t#duM zg#A_)oz>#*B39DkaY1}T;bk7xgW}O8{V(&Dxh5`Sd9MFT#I-ZzWznC>g%{l|?24yd zka^vHBv1R`dW8vn{mXR)EnJ*UAFw{~H40AJe_;i8uinCK-?^V}tH_n4bAekbT7PmIVHpasO0*A{%jz{RTAVE z{2vAwHl5Kq4;1Ar@Q5sCVBk9p!i>lBSEK+1PkOpIhFJK&ofIwPWXR#{?Y#P3{b99` z^oF_}jGqgSH!nP#%`^K!dH~yV{!cZnIi2h^j~BmXev*@5WV2FA$x;7}>f60{XEoXw zY`nIlM)q*bc15Mjk{fa&lB^rqnYAvR*x9z;@&Ej7dCsq*L%VGYc~-IHH8ZQ#%`>xJ z{k~CstKj6T>Dq-_WYBRjK}jk*LJQrWzW-Q{$RGCV)^q4UxA)t@O1TaS?83{ F1OT- Date: Tue, 9 May 2023 17:40:55 +0200 Subject: [PATCH 37/51] Connect-a-block - Properly integrate both copycat blocks and the connected texture system with forge's built-in 'facade' api --- .../curiosities/frames/CopycatBlock.java | 40 +++++----- .../curiosities/frames/CopycatModel.java | 16 ++-- .../curiosities/frames/CopycatPanelBlock.java | 53 ++++++------- .../curiosities/frames/CopycatStepBlock.java | 77 ++++++++----------- .../frames/FilteredBlockAndTintGetter.java | 74 ++++++++++++++++++ .../connected/ConnectedTextureBehaviour.java | 45 +++++------ 6 files changed, 179 insertions(+), 126 deletions(-) create mode 100644 src/main/java/com/simibubi/create/content/curiosities/frames/FilteredBlockAndTintGetter.java diff --git a/src/main/java/com/simibubi/create/content/curiosities/frames/CopycatBlock.java b/src/main/java/com/simibubi/create/content/curiosities/frames/CopycatBlock.java index 1d28699c9f..9e1647a107 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/frames/CopycatBlock.java +++ b/src/main/java/com/simibubi/create/content/curiosities/frames/CopycatBlock.java @@ -48,6 +48,7 @@ import net.minecraft.world.phys.shapes.Shapes; import net.minecraft.world.phys.shapes.VoxelShape; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; +import net.minecraftforge.client.model.data.ModelDataManager; public abstract class CopycatBlock extends Block implements IBE, IWrenchable { @@ -161,7 +162,7 @@ public abstract class CopycatBlock extends Block implements IBE - * Return null if the 'from' state shouldn't connect to this block/face - * - * @param from - * @param reader - * @param targetPos - * @param face - * @return - */ - public abstract BlockState getConnectiveMaterial(BlockAndTintGetter reader, BlockState otherState, Direction face, - BlockPos fromPos, BlockPos toPos); + @Override + @OnlyIn(Dist.CLIENT) + public BlockState getAppearance(BlockState state, BlockAndTintGetter level, BlockPos pos, Direction side, + BlockState queryState, BlockPos queryPos) { - public boolean isUnblockableConnectivitySide(BlockAndTintGetter reader, BlockState state, Direction face, - BlockPos fromPos, BlockPos toPos) { - return false; + if (isIgnoredConnectivitySide(level, state, side, pos, queryPos)) + return state; + + ModelDataManager modelDataManager = level.getModelDataManager(); + if (modelDataManager == null) + return getMaterial(level, pos); + return CopycatModel.getMaterial(modelDataManager.getAt(pos)); } public boolean isIgnoredConnectivitySide(BlockAndTintGetter reader, BlockState state, Direction face, @@ -269,8 +264,13 @@ public abstract class CopycatBlock extends Block implements IBE copycatBlock.canConnectTexturesToward(world, pos, targetPos, state)), + pos, material, ModelData.EMPTY); return builder.with(WRAPPED_DATA_PROPERTY, wrappedData); } diff --git a/src/main/java/com/simibubi/create/content/curiosities/frames/CopycatPanelBlock.java b/src/main/java/com/simibubi/create/content/curiosities/frames/CopycatPanelBlock.java index 4a1d076721..31e7d33f26 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/frames/CopycatPanelBlock.java +++ b/src/main/java/com/simibubi/create/content/curiosities/frames/CopycatPanelBlock.java @@ -88,12 +88,6 @@ public class CopycatPanelBlock extends WaterloggedCopycatBlock { return super.use(state, world, pos, player, hand, ray); } - @Override - public boolean isUnblockableConnectivitySide(BlockAndTintGetter reader, BlockState state, Direction face, - BlockPos fromPos, BlockPos toPos) { - return true; - } - @Override public boolean isIgnoredConnectivitySide(BlockAndTintGetter reader, BlockState state, Direction face, BlockPos fromPos, BlockPos toPos) { @@ -112,6 +106,31 @@ public class CopycatPanelBlock extends WaterloggedCopycatBlock { .getStep()); } + @Override + public boolean canConnectTexturesToward(BlockAndTintGetter reader, BlockPos fromPos, BlockPos toPos, + BlockState state) { + Direction facing = state.getValue(FACING); + BlockState toState = reader.getBlockState(toPos); + + if (toPos.equals(fromPos.relative(facing))) + return false; + + BlockPos diff = fromPos.subtract(toPos); + int coord = facing.getAxis() + .choose(diff.getX(), diff.getY(), diff.getZ()); + + if (!toState.is(this)) + return coord != -facing.getAxisDirection() + .getStep(); + + if (isOccluded(state, toState, facing)) + return true; + if (toState.setValue(WATERLOGGED, false) == state.setValue(WATERLOGGED, false) && coord == 0) + return true; + + return false; + } + @Override public boolean canFaceBeOccluded(BlockState state, Direction face) { return state.getValue(FACING) @@ -123,28 +142,6 @@ public class CopycatPanelBlock extends WaterloggedCopycatBlock { return canFaceBeOccluded(state, face.getOpposite()); } - @Override - public BlockState getConnectiveMaterial(BlockAndTintGetter reader, BlockState otherState, Direction face, - BlockPos fromPos, BlockPos toPos) { - BlockState panelState = reader.getBlockState(toPos); - Direction facing = panelState.getValue(FACING); - - if (!otherState.is(this)) - return facing == face.getOpposite() ? getMaterial(reader, toPos) : null; - - if (isOccluded(panelState, otherState, facing)) - return getMaterial(reader, toPos); - - BlockPos diff = fromPos.subtract(toPos); - int coord = facing.getAxis() - .choose(diff.getX(), diff.getY(), diff.getZ()); - - if (otherState.setValue(WATERLOGGED, false) == panelState.setValue(WATERLOGGED, false) && coord == 0) - return getMaterial(reader, toPos); - - return null; - } - @Override public BlockState getStateForPlacement(BlockPlaceContext pContext) { BlockState stateForPlacement = super.getStateForPlacement(pContext); diff --git a/src/main/java/com/simibubi/create/content/curiosities/frames/CopycatStepBlock.java b/src/main/java/com/simibubi/create/content/curiosities/frames/CopycatStepBlock.java index 375aa40613..4ac193e9f4 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/frames/CopycatStepBlock.java +++ b/src/main/java/com/simibubi/create/content/curiosities/frames/CopycatStepBlock.java @@ -4,7 +4,6 @@ import java.util.function.Predicate; import com.simibubi.create.AllBlocks; import com.simibubi.create.AllShapes; -import com.simibubi.create.foundation.utility.Iterate; import com.simibubi.create.foundation.utility.VoxelShaper; import com.simibubi.create.foundation.utility.placement.IPlacementHelper; import com.simibubi.create.foundation.utility.placement.PlacementHelpers; @@ -64,54 +63,13 @@ public class CopycatStepBlock extends WaterloggedCopycatBlock { return super.use(state, world, pos, player, hand, ray); } - @Override - public BlockState getConnectiveMaterial(BlockAndTintGetter reader, BlockState otherState, Direction face, - BlockPos fromPos, BlockPos toPos) { - if (!otherState.is(this)) - return null; - - BlockState stepState = reader.getBlockState(toPos); - Direction facing = stepState.getValue(FACING); - BlockPos diff = fromPos.subtract(toPos); - - if (diff.getY() != 0) { - if (isOccluded(stepState, otherState, diff.getY() > 0 ? Direction.UP : Direction.DOWN)) - return getMaterial(reader, toPos); - return null; - } - - if (isOccluded(stepState, otherState, facing)) - return getMaterial(reader, toPos); - - int coord = facing.getAxis() - .choose(diff.getX(), diff.getY(), diff.getZ()); - - if (otherState.setValue(WATERLOGGED, false) == stepState.setValue(WATERLOGGED, false) && coord == 0) - return getMaterial(reader, toPos); - - return null; - } - - @Override - public boolean isUnblockableConnectivitySide(BlockAndTintGetter reader, BlockState state, Direction face, - BlockPos fromPos, BlockPos toPos) { - return true; - } - @Override public boolean isIgnoredConnectivitySide(BlockAndTintGetter reader, BlockState state, Direction face, BlockPos fromPos, BlockPos toPos) { BlockState toState = reader.getBlockState(toPos); - if (!toState.is(this)) { - if (!canFaceBeOccluded(state, face.getOpposite())) - return true; - for (Direction d : Iterate.directions) - if (fromPos.relative(d) - .equals(toPos) && !canFaceBeOccluded(state, d)) - return true; - return false; - } + if (!toState.is(this)) + return true; Direction facing = state.getValue(FACING); BlockPos diff = fromPos.subtract(toPos); @@ -128,13 +86,42 @@ public class CopycatStepBlock extends WaterloggedCopycatBlock { .getStep()); } + @Override + public boolean canConnectTexturesToward(BlockAndTintGetter reader, BlockPos fromPos, BlockPos toPos, + BlockState state) { + Direction facing = state.getValue(FACING); + BlockState toState = reader.getBlockState(toPos); + BlockPos diff = fromPos.subtract(toPos); + + if (fromPos.equals(toPos.relative(facing))) + return false; + if (!toState.is(this)) + return false; + + if (diff.getY() != 0) { + if (isOccluded(toState, state, diff.getY() > 0 ? Direction.UP : Direction.DOWN)) + return true; + return false; + } + + if (isOccluded(state, toState, facing)) + return true; + + int coord = facing.getAxis() + .choose(diff.getX(), diff.getY(), diff.getZ()); + if (state.setValue(WATERLOGGED, false) == toState.setValue(WATERLOGGED, false) && coord == 0) + return true; + + return false; + } + @Override public boolean canFaceBeOccluded(BlockState state, Direction face) { if (face.getAxis() == Axis.Y) return (state.getValue(HALF) == Half.TOP) == (face == Direction.UP); return state.getValue(FACING) == face; } - + @Override public boolean shouldFaceAlwaysRender(BlockState state, Direction face) { return canFaceBeOccluded(state, face.getOpposite()); diff --git a/src/main/java/com/simibubi/create/content/curiosities/frames/FilteredBlockAndTintGetter.java b/src/main/java/com/simibubi/create/content/curiosities/frames/FilteredBlockAndTintGetter.java new file mode 100644 index 0000000000..6649f06bf8 --- /dev/null +++ b/src/main/java/com/simibubi/create/content/curiosities/frames/FilteredBlockAndTintGetter.java @@ -0,0 +1,74 @@ +package com.simibubi.create.content.curiosities.frames; + +import java.util.function.Predicate; + +import org.jetbrains.annotations.Nullable; + +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.world.level.BlockAndTintGetter; +import net.minecraft.world.level.ColorResolver; +import net.minecraft.world.level.block.Blocks; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.lighting.LevelLightEngine; +import net.minecraft.world.level.material.FluidState; +import net.minecraft.world.level.material.Fluids; +import net.minecraftforge.client.model.data.ModelDataManager; + +public class FilteredBlockAndTintGetter implements BlockAndTintGetter { + + private BlockAndTintGetter wrapped; + private Predicate filter; + + public FilteredBlockAndTintGetter(BlockAndTintGetter wrapped, Predicate filter) { + this.wrapped = wrapped; + this.filter = filter; + } + + @Override + public BlockEntity getBlockEntity(BlockPos pPos) { + return filter.test(pPos) ? wrapped.getBlockEntity(pPos) : null; + } + + @Override + public BlockState getBlockState(BlockPos pPos) { + return filter.test(pPos) ? wrapped.getBlockState(pPos) : Blocks.AIR.defaultBlockState(); + } + + @Override + public FluidState getFluidState(BlockPos pPos) { + return filter.test(pPos) ? wrapped.getFluidState(pPos) : Fluids.EMPTY.defaultFluidState(); + } + + @Override + public int getHeight() { + return wrapped.getHeight(); + } + + @Override + public int getMinBuildHeight() { + return wrapped.getMinBuildHeight(); + } + + @Override + public float getShade(Direction pDirection, boolean pShade) { + return wrapped.getShade(pDirection, pShade); + } + + @Override + public LevelLightEngine getLightEngine() { + return wrapped.getLightEngine(); + } + + @Override + public int getBlockTint(BlockPos pBlockPos, ColorResolver pColorResolver) { + return wrapped.getBlockTint(pBlockPos, pColorResolver); + } + + @Override + public @Nullable ModelDataManager getModelDataManager() { + return wrapped.getModelDataManager(); + } + +} diff --git a/src/main/java/com/simibubi/create/foundation/block/connected/ConnectedTextureBehaviour.java b/src/main/java/com/simibubi/create/foundation/block/connected/ConnectedTextureBehaviour.java index 19ab70b892..14ddabc41a 100644 --- a/src/main/java/com/simibubi/create/foundation/block/connected/ConnectedTextureBehaviour.java +++ b/src/main/java/com/simibubi/create/foundation/block/connected/ConnectedTextureBehaviour.java @@ -3,14 +3,13 @@ package com.simibubi.create.foundation.block.connected; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; -import com.simibubi.create.content.curiosities.frames.CopycatBlock; - import net.minecraft.client.renderer.texture.TextureAtlasSprite; import net.minecraft.core.BlockPos; import net.minecraft.core.Direction; import net.minecraft.core.Direction.Axis; import net.minecraft.core.Direction.AxisDirection; import net.minecraft.world.level.BlockAndTintGetter; +import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.state.BlockState; public abstract class ConnectedTextureBehaviour { @@ -31,17 +30,18 @@ public abstract class ConnectedTextureBehaviour { Direction face) { BlockPos blockingPos = otherPos.relative(face); BlockState blockState = reader.getBlockState(pos); + BlockState blockingState = reader.getBlockState(blockingPos); - if (blockState.getBlock() instanceof CopycatBlock ufb - && ufb.isUnblockableConnectivitySide(reader, blockState, face, pos, otherPos)) + if (!Block.isFaceFull(blockingState.getShape(reader, blockingPos), face.getOpposite())) + return false; + if (face.getAxis() + .choose(pos.getX(), pos.getY(), pos.getZ()) != face.getAxis() + .choose(otherPos.getX(), otherPos.getY(), otherPos.getZ())) return false; - return face.getAxis() - .choose(pos.getX(), pos.getY(), pos.getZ()) == face.getAxis() - .choose(otherPos.getX(), otherPos.getY(), otherPos.getZ()) - && connectsTo(state, - getCTBlockState(reader, blockState, face.getOpposite(), pos.relative(face), blockingPos), reader, pos, - blockingPos, face); + return connectsTo(state, + getCTBlockState(reader, blockState, face.getOpposite(), pos.relative(face), blockingPos), reader, pos, + blockingPos, face); } public boolean connectsTo(BlockState state, BlockState other, BlockAndTintGetter reader, BlockPos pos, @@ -54,17 +54,14 @@ public abstract class ConnectedTextureBehaviour { return !isBeingBlocked(state, reader, pos, otherPos, face) && state.getBlock() == other.getBlock(); } - private boolean testConnection(BlockAndTintGetter reader, BlockPos pos, BlockState state, Direction face, - final Direction horizontal, final Direction vertical, int sh, int sv) { - BlockPos p = pos.relative(horizontal, sh) + private boolean testConnection(BlockAndTintGetter reader, BlockPos currentPos, BlockState connectiveCurrentState, + Direction textureSide, final Direction horizontal, final Direction vertical, int sh, int sv) { + BlockState trueCurrentState = reader.getBlockState(currentPos); + BlockPos targetPos = currentPos.relative(horizontal, sh) .relative(vertical, sv); - BlockState blockState = reader.getBlockState(pos); - - if (blockState.getBlock() instanceof CopycatBlock ufb - && ufb.isIgnoredConnectivitySide(reader, blockState, face, pos, p)) - return false; - - return connectsTo(state, getCTBlockState(reader, blockState, face, pos, p), reader, pos, p, face, + BlockState connectiveTargetState = + getCTBlockState(reader, trueCurrentState, textureSide, currentPos, targetPos); + return connectsTo(connectiveCurrentState, connectiveTargetState, reader, currentPos, targetPos, textureSide, sh == 0 ? null : sh == -1 ? horizontal.getOpposite() : horizontal, sv == 0 ? null : sv == -1 ? vertical.getOpposite() : vertical); } @@ -72,13 +69,7 @@ public abstract class ConnectedTextureBehaviour { public BlockState getCTBlockState(BlockAndTintGetter reader, BlockState reference, Direction face, BlockPos fromPos, BlockPos toPos) { BlockState blockState = reader.getBlockState(toPos); - - if (blockState.getBlock() instanceof CopycatBlock ufb) { - BlockState connectiveMaterial = ufb.getConnectiveMaterial(reader, reference, face, fromPos, toPos); - return connectiveMaterial == null ? blockState : connectiveMaterial; - } - - return blockState; + return blockState.getAppearance(reader, toPos, face, reference, fromPos); } protected boolean reverseUVs(BlockState state, Direction face) { From b6003ea6a46a409971bf3cf0e865674bcbd61c82 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Fri, 12 May 2023 23:04:13 +0200 Subject: [PATCH 38/51] Port new Changes --- gradle.properties | 4 ++-- .../.cache/12afe0d97856fb2040b8407470e6d13529994eaa | 2 +- .../.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba | 2 +- .../.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 | 2 +- .../.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 | 2 +- .../.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 | 9 +++++++-- .../.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af | 4 ++-- .../.cache/b256105d8411632b0d585496ea8944a751a08034 | 2 +- .../.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 | 2 +- .../data/create/tags/blocks/girdable_tracks.json | 1 - .../resources/data/create/tags/blocks/tracks.json | 1 - .../resources/data/forge/tags/items/armors/boots.json | 1 - .../data/forge/tags/items/armors/chestplates.json | 1 - .../resources/data/forge/tags/items/armors/helmets.json | 1 - .../computercraft/implementation/ComputerBehaviour.java | 5 +++-- .../contraptions/fluids/actors/SpoutRenderer.java | 4 ++-- .../create/foundation/mixin/TestCommandMixin.java | 2 +- .../create/foundation/ponder/content/PonderIndex.java | 4 ++-- .../gametest/infrastructure/CreateTestFunction.java | 2 +- .../com/simibubi/create/gametest/tests/TestFluids.java | 4 ++-- 20 files changed, 28 insertions(+), 27 deletions(-) diff --git a/gradle.properties b/gradle.properties index a90f4e935c..c4ceeaee45 100644 --- a/gradle.properties +++ b/gradle.properties @@ -28,8 +28,8 @@ curios_minecraft_version = 1.19.2 curios_version = 5.1.1.0 cc_tweaked_enable = true -cc_tweaked_minecraft_version = 1.18.2 -cc_tweaked_version = 1.100.10 +cc_tweaked_minecraft_version = 1.19.2 +cc_tweaked_version = 1.101.2 # curseforge information projectId = 328085 diff --git a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa index 4a7e42e0a9..20b4bec632 100644 --- a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa +++ b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-08T18:06:22.2221491 Create's Sequenced Assembly Recipes +// 1.19.2 2023-05-12T22:58:02.8585521 Create's Sequenced Assembly Recipes e6efd0d76dc451a44b663a453cef6e6656ad523f data/create/recipes/sequenced_assembly/precision_mechanism.json 0cdbd4f583aa0a2aa8f3ca2827199bede1732722 data/create/recipes/sequenced_assembly/sturdy_sheet.json 1274315b5c570722d6f5b2ed7f5e53fe01b6288a data/create/recipes/sequenced_assembly/track.json diff --git a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba index 9ab85dff74..e1d7a3d416 100644 --- a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba +++ b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-08T18:06:22.2241431 Create's Advancements +// 1.19.2 2023-05-12T22:58:02.8136721 Create's Advancements 2079ae09cf699108a8035ced7ca712fed4ab1577 data/create/advancements/andesite_alloy.json 082d3987c5e074ed50be4a94a6fdc17120af241b data/create/advancements/andesite_casing.json 4618109cfb4550fd8e19dc9d794ef24398b10a61 data/create/advancements/anvil_plough.json diff --git a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 index 528b0634a8..b123181c69 100644 --- a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 +++ b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-08T18:06:22.2251406 Create's Mechanical Crafting Recipes +// 1.19.2 2023-05-12T22:58:02.8116781 Create's Mechanical Crafting Recipes f076d64d9f30709bed34775136c9241097b28aa9 data/create/recipes/mechanical_crafting/crushing_wheel.json 694dca9dcff246bb7f560b3304fcc244c53217d5 data/create/recipes/mechanical_crafting/extendo_grip.json 3b2837b08607c1ca466fa3eb418209b2e55da6ba data/create/recipes/mechanical_crafting/potato_cannon.json diff --git a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 index 2401bf4394..f6e7fd5fc5 100644 --- a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 +++ b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-08T18:06:22.2181597 Create's Standard Recipes +// 1.19.2 2023-05-12T22:58:02.8515708 Create's Standard Recipes b397254b7cdb19d1c64ed1c30e1f6aa5c8af7270 data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json c14aec90afe9450b7dd472ff612e2f8013d09abf data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json fd9a8eb94364c8424f23c510900ef9cd0904b53e data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json diff --git a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 index c69ed92eb6..635fc8f1d4 100644 --- a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 +++ b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-08T18:33:12.7571465 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] +// 1.19.2 2023-05-12T22:58:02.8146697 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] 60bbdf92d2ac9824ea6144955c74043a6005f79d assets/create/blockstates/acacia_window.json 6a67703c2697d81b7dc83e9d72a66f9c9ff08383 assets/create/blockstates/acacia_window_pane.json c3ae87b62e81d8e9476eccd793bb1548d74c66a1 assets/create/blockstates/adjustable_chain_gearshift.json @@ -4169,13 +4169,15 @@ f1a03ac86925e26cbec6aeeada2eafb40008fc8e data/create/recipes/weathered_copper_ti c7ec0dbc18e9c1b58e568ed925287b89df11a136 data/create/tags/blocks/copycat_allow.json 876eb9210f4a14898a2fe6d225699c66b5bdfeef data/create/tags/blocks/copycat_deny.json 6858173c670bb593664ac3c62ded726d57d581f1 data/create/tags/blocks/fan_transparent.json +2589b135c0e96ad29076569e144528fe32ea5b39 data/create/tags/blocks/girdable_tracks.json a1e21c22f32354fd1a82a1b0a59dd786c0deaba0 data/create/tags/blocks/movable_empty_collider.json 4970078b49ddac1b1d500ed0469cedf42bdc3d35 data/create/tags/blocks/non_movable.json 06e13efbb7b0d09ff7ecd1a7dc45a0760b91ad67 data/create/tags/blocks/ore_override_stone.json a5874f73c7dc0a3ae12999e6ae8abf45bc7fb9be data/create/tags/blocks/passive_boiler_heaters.json -fcbbbcf25ccdc51889ec80825a9864e9e5a127cb data/create/tags/blocks/safe_nbt.json +5944581660e37a1f6e83d600af6e920446124904 data/create/tags/blocks/safe_nbt.json 79418bd729cef417b322cef9b491e7ae83317d61 data/create/tags/blocks/seats.json 5def5088f7fd31b80e6f28c1c4ea146aa9d7d15b data/create/tags/blocks/toolboxes.json +2589b135c0e96ad29076569e144528fe32ea5b39 data/create/tags/blocks/tracks.json 1b6977d9a399cf6ee042e3f8f5e64e4d3cda5489 data/create/tags/blocks/tree_attachments.json da739ad2160e7df4e0e5cc89587670ce5e9450c3 data/create/tags/blocks/valve_handles.json 72143286fb5cb372a0696550e2eac76ca50e6fbc data/create/tags/blocks/windmill_sails.json @@ -4229,6 +4231,9 @@ bcd593714f43bc6a0aefbd714c24db3cf9e71250 data/forge/tags/blocks/storage_blocks/r 8140415f1c16f09167f41eeee25c09706a944be0 data/forge/tags/fluids/chocolate.json 0ccc9ff76001cdd7db1b79c1371f59d3283abe64 data/forge/tags/fluids/honey.json cca816b34ac2e9b7933df680aa9778ff2cfe9605 data/forge/tags/fluids/tea.json +00c856dcfa4368cca671ee5d93c4900835991d68 data/forge/tags/items/armors/boots.json +695d75b352fd190b303c724d1aaee9bb786a903b data/forge/tags/items/armors/chestplates.json +3580dae058fc75b45fab4c4ebbd1b01573ba9e11 data/forge/tags/items/armors/helmets.json 06ebf72e8f6c081862236d4b068b5dfb275a8385 data/forge/tags/items/buckets/honey.json 801d097b0af7153e0c5c72a924d61f8afb4cf264 data/forge/tags/items/dough.json 801d097b0af7153e0c5c72a924d61f8afb4cf264 data/forge/tags/items/dough/wheat.json diff --git a/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af index 15ea221368..270ce7c3c4 100644 --- a/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af +++ b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af @@ -1,2 +1,2 @@ -// 1.19.2 2023-05-08T18:33:12.7561491 Create's lang merger -ea950145f523432317da10a40a1f761bcb10a8dd assets/create/lang/en_us.json +// 1.19.2 2023-05-12T22:58:02.812675 Create's lang merger +820c6f8c791062e9f0f5c45d88a4b772aaed5402 assets/create/lang/en_us.json diff --git a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 index 1f32bba158..a255f137db 100644 --- a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 +++ b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-08T18:06:22.2251406 Create's Processing Recipes +// 1.19.2 2023-05-12T22:58:02.8475812 Create's Processing Recipes 3c94326fb730f68c1e44fe1e2ef09c9db6ffd92b data/create/recipes/compacting/andesite_from_flint.json 8d3d5b31f3601b9f681ff710e0545a483a1494c6 data/create/recipes/compacting/blaze_cake.json 8bd7f4e3a686ab520b2d55594d2018d0e9a50c91 data/create/recipes/compacting/chocolate.json diff --git a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 index 060ff933e1..5377606285 100644 --- a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 +++ b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 @@ -1,2 +1,2 @@ -// 1.19.2 2023-05-08T18:06:22.2231462 Create's Custom Sounds +// 1.19.2 2023-05-12T22:58:02.812675 Create's Custom Sounds 043955db25ffe58e7debb9a4f11e41a9571376e6 assets/create/sounds.json diff --git a/src/generated/resources/data/create/tags/blocks/girdable_tracks.json b/src/generated/resources/data/create/tags/blocks/girdable_tracks.json index ef33e72efb..259661af42 100644 --- a/src/generated/resources/data/create/tags/blocks/girdable_tracks.json +++ b/src/generated/resources/data/create/tags/blocks/girdable_tracks.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:track" ] diff --git a/src/generated/resources/data/create/tags/blocks/tracks.json b/src/generated/resources/data/create/tags/blocks/tracks.json index ef33e72efb..259661af42 100644 --- a/src/generated/resources/data/create/tags/blocks/tracks.json +++ b/src/generated/resources/data/create/tags/blocks/tracks.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:track" ] diff --git a/src/generated/resources/data/forge/tags/items/armors/boots.json b/src/generated/resources/data/forge/tags/items/armors/boots.json index 7da61d8caa..892f0dd355 100644 --- a/src/generated/resources/data/forge/tags/items/armors/boots.json +++ b/src/generated/resources/data/forge/tags/items/armors/boots.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:copper_diving_boots", "create:netherite_diving_boots" diff --git a/src/generated/resources/data/forge/tags/items/armors/chestplates.json b/src/generated/resources/data/forge/tags/items/armors/chestplates.json index 3b3bbadd02..f930557b8f 100644 --- a/src/generated/resources/data/forge/tags/items/armors/chestplates.json +++ b/src/generated/resources/data/forge/tags/items/armors/chestplates.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:copper_backtank", "create:netherite_backtank" diff --git a/src/generated/resources/data/forge/tags/items/armors/helmets.json b/src/generated/resources/data/forge/tags/items/armors/helmets.json index 42f6e845e9..b8690643ea 100644 --- a/src/generated/resources/data/forge/tags/items/armors/helmets.json +++ b/src/generated/resources/data/forge/tags/items/armors/helmets.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:copper_diving_helmet", "create:netherite_diving_helmet" diff --git a/src/main/java/com/simibubi/create/compat/computercraft/implementation/ComputerBehaviour.java b/src/main/java/com/simibubi/create/compat/computercraft/implementation/ComputerBehaviour.java index 43c8a72117..4005f591d6 100644 --- a/src/main/java/com/simibubi/create/compat/computercraft/implementation/ComputerBehaviour.java +++ b/src/main/java/com/simibubi/create/compat/computercraft/implementation/ComputerBehaviour.java @@ -21,6 +21,7 @@ import net.minecraftforge.common.capabilities.CapabilityManager; import net.minecraftforge.common.capabilities.CapabilityToken; import net.minecraftforge.common.util.LazyOptional; import net.minecraftforge.common.util.NonNullSupplier; +import net.minecraftforge.registries.ForgeRegistries; public class ComputerBehaviour extends AbstractComputerBehaviour { @@ -49,8 +50,8 @@ public class ComputerBehaviour extends AbstractComputerBehaviour { if (te instanceof StationBlockEntity ste) return () -> new StationPeripheral(ste); - throw new IllegalArgumentException("No peripheral available for " + te.getType() - .getRegistryName()); + throw new IllegalArgumentException( + "No peripheral available for " + ForgeRegistries.BLOCK_ENTITY_TYPES.getKey(te.getType())); } @Override diff --git a/src/main/java/com/simibubi/create/content/contraptions/fluids/actors/SpoutRenderer.java b/src/main/java/com/simibubi/create/content/contraptions/fluids/actors/SpoutRenderer.java index 45fe2475aa..26d8e655ab 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/fluids/actors/SpoutRenderer.java +++ b/src/main/java/com/simibubi/create/content/contraptions/fluids/actors/SpoutRenderer.java @@ -39,8 +39,8 @@ public class SpoutRenderer extends SafeBlockEntityRenderer { if (!fluidStack.isEmpty() && level != 0) { boolean top = fluidStack.getFluid() - .getAttributes() - .isLighterThanAir(); + .getFluidType() + .isLighterThanAir(); level = Math.max(level, 0.175f); float min = 2.5f / 16f; diff --git a/src/main/java/com/simibubi/create/foundation/mixin/TestCommandMixin.java b/src/main/java/com/simibubi/create/foundation/mixin/TestCommandMixin.java index f78936a548..0afcc3a1ef 100644 --- a/src/main/java/com/simibubi/create/foundation/mixin/TestCommandMixin.java +++ b/src/main/java/com/simibubi/create/foundation/mixin/TestCommandMixin.java @@ -34,7 +34,7 @@ public class TestCommandMixin { private static TestFunction create$getCorrectTestFunction(String testName, ServerLevel level, BlockPos pos, @Nullable MultipleTestTracker tracker) { StructureBlockEntity be = (StructureBlockEntity) level.getBlockEntity(pos); - CompoundTag data = be.getTileData(); + CompoundTag data = be.getPersistentData(); if (!data.contains("CreateTestFunction", Tag.TAG_STRING)) return GameTestRegistry.getTestFunction(testName); String name = data.getString("CreateTestFunction"); diff --git a/src/main/java/com/simibubi/create/foundation/ponder/content/PonderIndex.java b/src/main/java/com/simibubi/create/foundation/ponder/content/PonderIndex.java index ce9678e958..47864bd018 100644 --- a/src/main/java/com/simibubi/create/foundation/ponder/content/PonderIndex.java +++ b/src/main/java/com/simibubi/create/foundation/ponder/content/PonderIndex.java @@ -333,8 +333,8 @@ public class PonderIndex { .map((trackSupplier) -> new BlockEntry( // note: these blocks probably WON'T be in the Create Registrate, but a simple // code trace reveals the Entry's registrate isn't used - Create.REGISTRATE, RegistryObject.create(trackSupplier.get() - .getRegistryName(), ForgeRegistries.BLOCKS))) + Create.REGISTRATE, + RegistryObject.create(ForgeRegistries.BLOCKS.getKey(trackSupplier.get()), ForgeRegistries.BLOCKS))) .toList()) .addStoryBoard("train_track/placement", TrackScenes::placement) .addStoryBoard("train_track/portal", TrackScenes::portal) diff --git a/src/main/java/com/simibubi/create/gametest/infrastructure/CreateTestFunction.java b/src/main/java/com/simibubi/create/gametest/infrastructure/CreateTestFunction.java index 16cfcd163f..88d4edcf2c 100644 --- a/src/main/java/com/simibubi/create/gametest/infrastructure/CreateTestFunction.java +++ b/src/main/java/com/simibubi/create/gametest/infrastructure/CreateTestFunction.java @@ -116,7 +116,7 @@ public class CreateTestFunction extends TestFunction { public void run(@NotNull GameTestHelper helper) { // give structure block test info StructureBlockEntity be = (StructureBlockEntity) helper.getBlockEntity(BlockPos.ZERO); - be.getTileData().putString("CreateTestFunction", fullName); + be.getPersistentData().putString("CreateTestFunction", fullName); super.run(CreateGameTestHelper.of(helper)); } } diff --git a/src/main/java/com/simibubi/create/gametest/tests/TestFluids.java b/src/main/java/com/simibubi/create/gametest/tests/TestFluids.java index 8e4d06f066..deff50a420 100644 --- a/src/main/java/com/simibubi/create/gametest/tests/TestFluids.java +++ b/src/main/java/com/simibubi/create/gametest/tests/TestFluids.java @@ -15,8 +15,8 @@ import net.minecraft.world.level.block.RedStoneWireBlock; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.block.state.properties.RedstoneSide; import net.minecraft.world.level.material.Fluids; -import net.minecraftforge.fluids.FluidAttributes; import net.minecraftforge.fluids.FluidStack; +import net.minecraftforge.fluids.FluidType; import net.minecraftforge.fluids.capability.IFluidHandler; import net.minecraftforge.fluids.capability.IFluidHandler.FluidAction; @@ -78,7 +78,7 @@ public class TestFluids { BlockPos pumpPos = new BlockPos(3, 2, 2); BlockPos basinPos = pumpPos.east(); BlockPos waterPos = pumpPos.west(); - FluidStack expectedResult = new FluidStack(Fluids.WATER, FluidAttributes.BUCKET_VOLUME); + FluidStack expectedResult = new FluidStack(Fluids.WATER, FluidType.BUCKET_VOLUME); helper.flipBlock(pumpPos); helper.succeedWhen(() -> { helper.assertBlockPresent(Blocks.AIR, waterPos); From f8324f135ea9197ed943522ae0da4e673da9954e Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Fri, 12 May 2023 23:12:07 +0200 Subject: [PATCH 39/51] Fixed OBJ logspam --- .../assets/create/models/block/crushing_wheel/block.json | 2 +- .../assets/create/models/block/crushing_wheel/item.json | 2 +- .../assets/create/models/block/large_water_wheel/block.json | 2 +- .../create/models/block/large_water_wheel/block_extension.json | 2 +- .../assets/create/models/block/large_water_wheel/item.json | 2 +- .../assets/create/models/block/mechanical_roller/item.json | 2 +- .../assets/create/models/block/mechanical_roller/wheel.json | 2 +- .../assets/create/models/block/track/segment_left.json | 2 +- .../assets/create/models/block/track/segment_right.json | 2 +- src/main/resources/assets/create/models/block/track/tie.json | 2 +- src/main/resources/assets/create/models/block/valve_handle.json | 2 +- .../resources/assets/create/models/block/water_wheel/item.json | 2 +- .../resources/assets/create/models/block/water_wheel/wheel.json | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/main/resources/assets/create/models/block/crushing_wheel/block.json b/src/main/resources/assets/create/models/block/crushing_wheel/block.json index 8d0371a760..c72d2d588c 100644 --- a/src/main/resources/assets/create/models/block/crushing_wheel/block.json +++ b/src/main/resources/assets/create/models/block/crushing_wheel/block.json @@ -1,6 +1,6 @@ { "parent": "create:block/crushing_wheel/textures", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/crushing_wheel/crushing_wheel.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/crushing_wheel/item.json b/src/main/resources/assets/create/models/block/crushing_wheel/item.json index f136383452..0e8df46717 100644 --- a/src/main/resources/assets/create/models/block/crushing_wheel/item.json +++ b/src/main/resources/assets/create/models/block/crushing_wheel/item.json @@ -1,7 +1,7 @@ { "parent": "create:block/crushing_wheel/textures", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/crushing_wheel/crushing_wheel.obj", "display": { "gui": { diff --git a/src/main/resources/assets/create/models/block/large_water_wheel/block.json b/src/main/resources/assets/create/models/block/large_water_wheel/block.json index f3546aa91e..cb7cc45a0e 100644 --- a/src/main/resources/assets/create/models/block/large_water_wheel/block.json +++ b/src/main/resources/assets/create/models/block/large_water_wheel/block.json @@ -1,6 +1,6 @@ { "parent": "create:block/large_water_wheel/textures", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/large_water_wheel/waterwheel_large.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/large_water_wheel/block_extension.json b/src/main/resources/assets/create/models/block/large_water_wheel/block_extension.json index ae3424c587..615a47d9e3 100644 --- a/src/main/resources/assets/create/models/block/large_water_wheel/block_extension.json +++ b/src/main/resources/assets/create/models/block/large_water_wheel/block_extension.json @@ -1,6 +1,6 @@ { "parent": "create:block/large_water_wheel/textures", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/large_water_wheel/waterwheel_large_extension.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/large_water_wheel/item.json b/src/main/resources/assets/create/models/block/large_water_wheel/item.json index 8d3c917207..2a551e7570 100644 --- a/src/main/resources/assets/create/models/block/large_water_wheel/item.json +++ b/src/main/resources/assets/create/models/block/large_water_wheel/item.json @@ -1,7 +1,7 @@ { "parent": "create:block/large_water_wheel/textures", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/large_water_wheel/waterwheel_large.obj", "textures": { "log": "block/spruce_log", diff --git a/src/main/resources/assets/create/models/block/mechanical_roller/item.json b/src/main/resources/assets/create/models/block/mechanical_roller/item.json index 61be8f20d6..7330d55222 100644 --- a/src/main/resources/assets/create/models/block/mechanical_roller/item.json +++ b/src/main/resources/assets/create/models/block/mechanical_roller/item.json @@ -1,7 +1,7 @@ { "parent": "block/block", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/mechanical_roller/item.obj", "textures": { "wheel": "create:block/roller_wheel", diff --git a/src/main/resources/assets/create/models/block/mechanical_roller/wheel.json b/src/main/resources/assets/create/models/block/mechanical_roller/wheel.json index b9c0451a58..a18ef646f0 100644 --- a/src/main/resources/assets/create/models/block/mechanical_roller/wheel.json +++ b/src/main/resources/assets/create/models/block/mechanical_roller/wheel.json @@ -1,7 +1,7 @@ { "parent": "block/block", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/mechanical_roller/wheel.obj", "textures": { "wheel": "create:block/roller_wheel" diff --git a/src/main/resources/assets/create/models/block/track/segment_left.json b/src/main/resources/assets/create/models/block/track/segment_left.json index e418fc3956..58c7a5d8a6 100644 --- a/src/main/resources/assets/create/models/block/track/segment_left.json +++ b/src/main/resources/assets/create/models/block/track/segment_left.json @@ -1,6 +1,6 @@ { "parent": "create:block/track/obj_track", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/segment_left.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/track/segment_right.json b/src/main/resources/assets/create/models/block/track/segment_right.json index 913ce36000..aefb43ab2b 100644 --- a/src/main/resources/assets/create/models/block/track/segment_right.json +++ b/src/main/resources/assets/create/models/block/track/segment_right.json @@ -1,6 +1,6 @@ { "parent": "create:block/track/obj_track", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/segment_right.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/track/tie.json b/src/main/resources/assets/create/models/block/track/tie.json index 046605fa3d..3f199f4797 100644 --- a/src/main/resources/assets/create/models/block/track/tie.json +++ b/src/main/resources/assets/create/models/block/track/tie.json @@ -1,6 +1,6 @@ { "parent": "create:block/track/obj_track", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/track/tie.obj" } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/block/valve_handle.json b/src/main/resources/assets/create/models/block/valve_handle.json index ac3d3394d0..b72d9682ac 100644 --- a/src/main/resources/assets/create/models/block/valve_handle.json +++ b/src/main/resources/assets/create/models/block/valve_handle.json @@ -1,7 +1,7 @@ { "parent": "block/block", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/valve_handle/valve_handle.obj", "textures": { "3": "create:block/valve_handle/valve_handle_copper", diff --git a/src/main/resources/assets/create/models/block/water_wheel/item.json b/src/main/resources/assets/create/models/block/water_wheel/item.json index 0db7442d18..0b3f400773 100644 --- a/src/main/resources/assets/create/models/block/water_wheel/item.json +++ b/src/main/resources/assets/create/models/block/water_wheel/item.json @@ -1,7 +1,7 @@ { "parent": "create:block/water_wheel/textures", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/water_wheel/water_wheel_item.obj", "textures": { "log": "block/spruce_log", diff --git a/src/main/resources/assets/create/models/block/water_wheel/wheel.json b/src/main/resources/assets/create/models/block/water_wheel/wheel.json index 98250a8f4d..e4e9bccaeb 100644 --- a/src/main/resources/assets/create/models/block/water_wheel/wheel.json +++ b/src/main/resources/assets/create/models/block/water_wheel/wheel.json @@ -1,6 +1,6 @@ { "parent": "create:block/water_wheel/textures", "loader": "forge:obj", - "flip-v": true, + "flip_v": true, "model": "create:models/block/water_wheel/water_wheel.obj" } \ No newline at end of file From a11261fc3609124cfc75466c1ba4ee90015ac23d Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Fri, 12 May 2023 23:17:30 +0200 Subject: [PATCH 40/51] Datagen --- .../resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa | 2 +- .../resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba | 2 +- .../resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 | 2 +- .../resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 | 2 +- .../resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 | 2 +- .../resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af | 2 +- .../resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa index 20b4bec632..4dcb91cb38 100644 --- a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa +++ b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-12T22:58:02.8585521 Create's Sequenced Assembly Recipes +// 1.19.2 2023-05-12T23:16:42.5300373 Create's Sequenced Assembly Recipes e6efd0d76dc451a44b663a453cef6e6656ad523f data/create/recipes/sequenced_assembly/precision_mechanism.json 0cdbd4f583aa0a2aa8f3ca2827199bede1732722 data/create/recipes/sequenced_assembly/sturdy_sheet.json 1274315b5c570722d6f5b2ed7f5e53fe01b6288a data/create/recipes/sequenced_assembly/track.json diff --git a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba index e1d7a3d416..9c28216b40 100644 --- a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba +++ b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-12T22:58:02.8136721 Create's Advancements +// 1.19.2 2023-05-12T23:16:42.6008465 Create's Advancements 2079ae09cf699108a8035ced7ca712fed4ab1577 data/create/advancements/andesite_alloy.json 082d3987c5e074ed50be4a94a6fdc17120af241b data/create/advancements/andesite_casing.json 4618109cfb4550fd8e19dc9d794ef24398b10a61 data/create/advancements/anvil_plough.json diff --git a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 index b123181c69..8b67e64434 100644 --- a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 +++ b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-12T22:58:02.8116781 Create's Mechanical Crafting Recipes +// 1.19.2 2023-05-12T23:16:42.6018439 Create's Mechanical Crafting Recipes f076d64d9f30709bed34775136c9241097b28aa9 data/create/recipes/mechanical_crafting/crushing_wheel.json 694dca9dcff246bb7f560b3304fcc244c53217d5 data/create/recipes/mechanical_crafting/extendo_grip.json 3b2837b08607c1ca466fa3eb418209b2e55da6ba data/create/recipes/mechanical_crafting/potato_cannon.json diff --git a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 index f6e7fd5fc5..87a07b3653 100644 --- a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 +++ b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-12T22:58:02.8515708 Create's Standard Recipes +// 1.19.2 2023-05-12T23:16:42.59586 Create's Standard Recipes b397254b7cdb19d1c64ed1c30e1f6aa5c8af7270 data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json c14aec90afe9450b7dd472ff612e2f8013d09abf data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json fd9a8eb94364c8424f23c510900ef9cd0904b53e data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json diff --git a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 index 635fc8f1d4..38c249fbb6 100644 --- a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 +++ b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-12T22:58:02.8146697 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] +// 1.19.2 2023-05-12T23:16:42.5320315 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] 60bbdf92d2ac9824ea6144955c74043a6005f79d assets/create/blockstates/acacia_window.json 6a67703c2697d81b7dc83e9d72a66f9c9ff08383 assets/create/blockstates/acacia_window_pane.json c3ae87b62e81d8e9476eccd793bb1548d74c66a1 assets/create/blockstates/adjustable_chain_gearshift.json diff --git a/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af index 270ce7c3c4..c03a0493f1 100644 --- a/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af +++ b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af @@ -1,2 +1,2 @@ -// 1.19.2 2023-05-12T22:58:02.812675 Create's lang merger +// 1.19.2 2023-05-12T23:16:42.5998489 Create's lang merger 820c6f8c791062e9f0f5c45d88a4b772aaed5402 assets/create/lang/en_us.json diff --git a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 index 5377606285..152d4eec26 100644 --- a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 +++ b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 @@ -1,2 +1,2 @@ -// 1.19.2 2023-05-12T22:58:02.812675 Create's Custom Sounds +// 1.19.2 2023-05-12T23:16:42.6018439 Create's Custom Sounds 043955db25ffe58e7debb9a4f11e41a9571376e6 assets/create/sounds.json From 5eb100d0f3828a11949d559bf0adb983ce263e56 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Sun, 14 May 2023 00:33:25 +0200 Subject: [PATCH 41/51] Merge fixup --- .../relays/advanced/sequencer/SequencedGearshiftScreen.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/simibubi/create/content/contraptions/relays/advanced/sequencer/SequencedGearshiftScreen.java b/src/main/java/com/simibubi/create/content/contraptions/relays/advanced/sequencer/SequencedGearshiftScreen.java index 6d703a69c2..4c5d206202 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/relays/advanced/sequencer/SequencedGearshiftScreen.java +++ b/src/main/java/com/simibubi/create/content/contraptions/relays/advanced/sequencer/SequencedGearshiftScreen.java @@ -150,7 +150,7 @@ public class SequencedGearshiftScreen extends AbstractSimiScreen { AllGuiTextures toDraw = AllGuiTextures.SEQUENCER_EMPTY; int yOffset = toDraw.height * row; - toDraw.render(ms, x, y + 14 + yOffset, this); + toDraw.render(ms, x, y + 16 + yOffset, this); } for (int row = 0; row < instructions.capacity(); row++) { From d57fb72411812918b7d59e059e781c82f77729d3 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Tue, 16 May 2023 15:42:23 +0200 Subject: [PATCH 42/51] git pls --- .../EntityContraptionInteractionMixin.java | 194 ------------------ .../EntityContraptionInteractionMixin.java | 4 +- 2 files changed, 2 insertions(+), 196 deletions(-) delete mode 100644 src/main/java/com/simibubi/create/foundation/mixin/EntityContraptionInteractionMixin.java diff --git a/src/main/java/com/simibubi/create/foundation/mixin/EntityContraptionInteractionMixin.java b/src/main/java/com/simibubi/create/foundation/mixin/EntityContraptionInteractionMixin.java deleted file mode 100644 index 0f057b9cfa..0000000000 --- a/src/main/java/com/simibubi/create/foundation/mixin/EntityContraptionInteractionMixin.java +++ /dev/null @@ -1,194 +0,0 @@ -package com.simibubi.create.foundation.mixin; - -import java.lang.ref.Reference; -import java.util.Set; -import java.util.concurrent.atomic.AtomicBoolean; -import java.util.stream.Collectors; -import java.util.stream.Stream; - -import org.apache.logging.log4j.util.TriConsumer; -import org.spongepowered.asm.mixin.Final; -import org.spongepowered.asm.mixin.Mixin; -import org.spongepowered.asm.mixin.Shadow; -import org.spongepowered.asm.mixin.injection.At; -import org.spongepowered.asm.mixin.injection.Inject; -import org.spongepowered.asm.mixin.injection.callback.CallbackInfo; - -import com.simibubi.create.content.contraptions.components.structureMovement.AbstractContraptionEntity; -import com.simibubi.create.content.contraptions.components.structureMovement.Contraption; -import com.simibubi.create.content.contraptions.components.structureMovement.ContraptionCollider; -import com.simibubi.create.content.contraptions.components.structureMovement.ContraptionHandler; - -import net.minecraft.core.BlockPos; -import net.minecraft.core.particles.BlockParticleOption; -import net.minecraft.core.particles.ParticleTypes; -import net.minecraft.sounds.SoundEvent; -import net.minecraft.util.RandomSource; -import net.minecraft.world.entity.Entity; -import net.minecraft.world.entity.MoverType; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.level.block.RenderShape; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.level.levelgen.structure.templatesystem.StructureTemplate; -import net.minecraft.world.phys.Vec3; -import net.minecraftforge.common.capabilities.CapabilityProvider; - -@Mixin(Entity.class) -public abstract class EntityContraptionInteractionMixin extends CapabilityProvider { - private EntityContraptionInteractionMixin(Class baseClass) { - super(baseClass); - } - - private final Entity self = (Entity) (Object) this; - - private AbstractContraptionEntity contraption; - - @Final - @Shadow - protected RandomSource random; - - @Shadow - private float nextStep; - - @Shadow - protected abstract float nextStep(); - - @Shadow - protected abstract void playStepSound(BlockPos p_180429_1_, BlockState p_180429_2_); - - private Set getIntersectingContraptions() { - Set contraptions = getIntersectionContraptionsStream().collect(Collectors.toSet()); - - contraptions.addAll(self.level.getEntitiesOfClass(AbstractContraptionEntity.class, self.getBoundingBox() - .inflate(1f))); - return contraptions; - } - - private Stream getIntersectionContraptionsStream() { - return ContraptionHandler.loadedContraptions.get(self.level) - .values() - .stream() - .map(Reference::get) - .filter(cEntity -> cEntity != null && cEntity.collidingEntities.containsKey(self)); - } - - private void forCollision(Vec3 anchorPos, TriConsumer action) { - getIntersectingContraptions().forEach(cEntity -> { - Vec3 localPos = ContraptionCollider.getWorldToLocalTranslation(anchorPos, cEntity); - - localPos = anchorPos.add(localPos); - - BlockPos blockPos = new BlockPos(localPos); - Contraption contraption = cEntity.getContraption(); - StructureTemplate.StructureBlockInfo info = contraption.getBlocks() - .get(blockPos); - - if (info != null) { - BlockState blockstate = info.state; - action.accept(contraption, blockstate, blockPos); - } - }); - } - - @Inject(at = @At(value = "JUMP", opcode = 154, // IFNE line 661 injecting before `!blockstate.isAir(this.world, blockpos)` - ordinal = 7), method = "move") - private void movementStepMixin(MoverType mover, Vec3 movement, CallbackInfo ci) { // involves block step sounds on contraptions - Vec3 worldPos = self.position() - .add(0, -0.2, 0); - AtomicBoolean stepped = new AtomicBoolean(false); - - forCollision(worldPos, (contraption, blockstate, blockPos) -> { - bindContraption(contraption); - playStepSound(blockPos, blockstate); - unbindContraption(); - stepped.set(true); - }); - - if (stepped.get()) - this.nextStep = this.nextStep(); - } - - @Inject(at = @At(value = "TAIL"), method = "move") - private void movementMixin(MoverType mover, Vec3 movement, CallbackInfo ci) { - // involves client-side view bobbing animation on contraptions - if (!self.level.isClientSide) - return; - if (self.isOnGround()) - return; - if (self.isPassenger()) - return; - - Vec3 worldPos = self.position() - .add(0, -0.2, 0); - boolean onAtLeastOneContraption = getIntersectionContraptionsStream().anyMatch(cEntity -> { - Vec3 localPos = ContraptionCollider.getWorldToLocalTranslation(worldPos, cEntity); - - localPos = worldPos.add(localPos); - - BlockPos blockPos = new BlockPos(localPos); - Contraption contraption = cEntity.getContraption(); - StructureTemplate.StructureBlockInfo info = contraption.getBlocks() - .get(blockPos); - - if (info == null) - return false; - - cEntity.registerColliding(self); - return true; - }); - - if (!onAtLeastOneContraption) - return; - - self.setOnGround(true); - self.getPersistentData() - .putBoolean("ContraptionGrounded", true); - } - - @Inject(method = { "spawnSprintParticle" }, at = @At(value = "TAIL")) - private void createRunningParticlesMixin(CallbackInfo ci) { - Vec3 worldPos = self.position() - .add(0, -0.2, 0); - BlockPos pos = new BlockPos(worldPos); // pos where particles are spawned - - forCollision(worldPos, (contraption, blockstate, blockpos) -> { - if (!blockstate.addRunningEffects(self.level, blockpos, self) - && blockstate.getRenderShape() != RenderShape.INVISIBLE) { - Vec3 vec3d = self.getDeltaMovement(); - self.level.addParticle(new BlockParticleOption(ParticleTypes.BLOCK, blockstate).setPos(pos), - self.getX() + ((double) random.nextFloat() - 0.5D) * (double) self.getBbWidth(), self.getY() + 0.1D, - self.getZ() + ((double) random.nextFloat() - 0.5D) * (double) self.getBbWidth(), vec3d.x * -4.0D, 1.5D, - vec3d.z * -4.0D); - } - }); - } - - @Inject(method = "playSound", at = @At("HEAD"), cancellable = true) - private void playSoundShifted(SoundEvent event, float pitch, float volume, CallbackInfo ci) { - if (this.contraption != null && (!self.isSilent() || self instanceof Player)) { - double x = self.getX(); - double y = self.getY(); - double z = self.getZ(); - Vec3 worldPos = ContraptionCollider.getWorldToLocalTranslation(new Vec3(x, y, z), this.contraption); - - worldPos = worldPos.add(x, y, z); - - self.level.playSound(null, worldPos.x + x, worldPos.y + y, worldPos.z + z, event, self.getSoundSource(), - pitch, volume); - - ci.cancel(); - } - } - - private void bindContraption(Contraption contraption) { - bindContraption(contraption.entity); - } - - private void bindContraption(AbstractContraptionEntity contraption) { - this.contraption = contraption; - } - - private void unbindContraption() { - this.contraption = null; - } -} diff --git a/src/main/java/com/simibubi/create/foundation/mixin/client/EntityContraptionInteractionMixin.java b/src/main/java/com/simibubi/create/foundation/mixin/client/EntityContraptionInteractionMixin.java index 18ca205c78..6248d4cd6a 100644 --- a/src/main/java/com/simibubi/create/foundation/mixin/client/EntityContraptionInteractionMixin.java +++ b/src/main/java/com/simibubi/create/foundation/mixin/client/EntityContraptionInteractionMixin.java @@ -1,7 +1,6 @@ package com.simibubi.create.foundation.mixin.client; import java.lang.ref.Reference; -import java.util.Random; import java.util.Set; import java.util.stream.Collectors; import java.util.stream.Stream; @@ -25,6 +24,7 @@ import com.simibubi.create.content.contraptions.components.structureMovement.Con import net.minecraft.core.BlockPos; import net.minecraft.core.particles.BlockParticleOption; import net.minecraft.core.particles.ParticleTypes; +import net.minecraft.util.RandomSource; import net.minecraft.world.entity.Entity; import net.minecraft.world.entity.EntityDimensions; import net.minecraft.world.entity.MoverType; @@ -52,7 +52,7 @@ public abstract class EntityContraptionInteractionMixin extends CapabilityProvid @Shadow @Final - protected Random random; + protected RandomSource random; @Shadow private EntityDimensions dimensions; From 1b76b147b12ec7be8d0eff1f046c5170636ae8d7 Mon Sep 17 00:00:00 2001 From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Date: Tue, 16 May 2023 07:12:08 -0700 Subject: [PATCH 43/51] 1.19 is enchanting - Remove EnchantmentHelperMixin and use 1.19 enchantment extensions instead - Bump minimum Forge requirement to 43.2.3 --- .../curiosities/armor/DivingHelmetItem.java | 17 ++++++++++++++ .../mixin/EnchantmentHelperMixin.java | 23 ------------------- src/main/resources/META-INF/mods.toml | 2 +- src/main/resources/create.mixins.json | 1 - 4 files changed, 18 insertions(+), 25 deletions(-) delete mode 100644 src/main/java/com/simibubi/create/foundation/mixin/EnchantmentHelperMixin.java diff --git a/src/main/java/com/simibubi/create/content/curiosities/armor/DivingHelmetItem.java b/src/main/java/com/simibubi/create/content/curiosities/armor/DivingHelmetItem.java index 5bda149ae6..f827996ae9 100644 --- a/src/main/java/com/simibubi/create/content/curiosities/armor/DivingHelmetItem.java +++ b/src/main/java/com/simibubi/create/content/curiosities/armor/DivingHelmetItem.java @@ -1,5 +1,7 @@ package com.simibubi.create.content.curiosities.armor; +import java.util.Map; + import org.jetbrains.annotations.Nullable; import com.simibubi.create.foundation.advancement.AllAdvancements; @@ -38,6 +40,21 @@ public class DivingHelmetItem extends BaseArmorItem { return super.canApplyAtEnchantingTable(stack, enchantment); } + @Override + public int getEnchantmentLevel(ItemStack stack, Enchantment enchantment) { + if (enchantment == Enchantments.AQUA_AFFINITY) { + return 1; + } + return super.getEnchantmentLevel(stack, enchantment); + } + + @Override + public Map getAllEnchantments(ItemStack stack) { + Map map = super.getAllEnchantments(stack); + map.put(Enchantments.AQUA_AFFINITY, 1); + return map; + } + public static boolean isWornBy(Entity entity, boolean fireproof) { ItemStack stack = getWornItem(entity); if (stack == null) diff --git a/src/main/java/com/simibubi/create/foundation/mixin/EnchantmentHelperMixin.java b/src/main/java/com/simibubi/create/foundation/mixin/EnchantmentHelperMixin.java deleted file mode 100644 index 46c6eb12f4..0000000000 --- a/src/main/java/com/simibubi/create/foundation/mixin/EnchantmentHelperMixin.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.simibubi.create.foundation.mixin; - -import org.spongepowered.asm.mixin.Mixin; -import org.spongepowered.asm.mixin.injection.At; -import org.spongepowered.asm.mixin.injection.Inject; -import org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable; - -import com.simibubi.create.content.curiosities.armor.DivingHelmetItem; - -import net.minecraft.world.item.ItemStack; -import net.minecraft.world.item.enchantment.Enchantment; -import net.minecraft.world.item.enchantment.EnchantmentHelper; -import net.minecraft.world.item.enchantment.Enchantments; - -@Mixin(EnchantmentHelper.class) -public class EnchantmentHelperMixin { - @Inject(method = "getItemEnchantmentLevel(Lnet/minecraft/world/item/enchantment/Enchantment;Lnet/minecraft/world/item/ItemStack;)I", at = @At("HEAD"), cancellable = true) - private static void create$onGetItemEnchantmentLevel(Enchantment enchantment, ItemStack stack, CallbackInfoReturnable cir) { - if (enchantment == Enchantments.AQUA_AFFINITY && stack.getItem() instanceof DivingHelmetItem) { - cir.setReturnValue(1); - } - } -} diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index bbfd85ead8..51173d415e 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -19,7 +19,7 @@ Technology that empowers the player.''' [[dependencies.create]] modId="forge" mandatory=true - versionRange="[43.0.0,)" + versionRange="[43.2.3,)" ordering="NONE" side="BOTH" diff --git a/src/main/resources/create.mixins.json b/src/main/resources/create.mixins.json index 37bdb0006b..9a85238fca 100644 --- a/src/main/resources/create.mixins.json +++ b/src/main/resources/create.mixins.json @@ -9,7 +9,6 @@ "ContraptionDriverInteractMixin", "WaterWheelFluidSpreadMixin", "CustomItemUseEffectsMixin", - "EnchantmentHelperMixin", "EntityMixin", "LavaSwimmingMixin", "MainMixin", From 3698b4473a06a8a23efc065422c4faa82e591fae Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Sun, 21 May 2023 10:35:11 +0200 Subject: [PATCH 44/51] Quick bucks - Fixed a merge error causing container items to be added to basin outputs twice --- .../create/content/contraptions/processing/BasinRecipe.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/java/com/simibubi/create/content/contraptions/processing/BasinRecipe.java b/src/main/java/com/simibubi/create/content/contraptions/processing/BasinRecipe.java index 0f04f7ad5c..fefcfe78bb 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/processing/BasinRecipe.java +++ b/src/main/java/com/simibubi/create/content/contraptions/processing/BasinRecipe.java @@ -106,9 +106,6 @@ public class BasinRecipe extends ProcessingRecipe { continue Ingredients; if (!simulate) availableItems.extractItem(slot, 1, false); - else if (extracted.hasCraftingRemainingItem()) - recipeOutputItems.add(extracted.getCraftingRemainingItem() - .copy()); extractedItemsFromSlot[slot]++; continue Ingredients; } From 4bd99be024f6696017534b7154023f4f57d3f75b Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Sun, 21 May 2023 22:33:21 +0200 Subject: [PATCH 45/51] Port new Changes --- .../12afe0d97856fb2040b8407470e6d13529994eaa | 4 +- .../455c485c9c8ef171bbc1ce4d435b3110ba1557ba | 2 +- .../6ec3b5a261c9ae3df674f7595dc66530ce54feb9 | 2 +- .../82992cbf8f2794d83ac94034835eac0acd7915b9 | 142 +++++++++--------- .../8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 | 47 +++--- .../9b718366ce2ebddbc65bf65c103939e2cf56b4af | 4 +- .../b256105d8411632b0d585496ea8944a751a08034 | 138 ++++++++--------- .../c24b4d2b8d15abff51c78bd94f4403d9eae6c139 | 2 +- .../experience_nugget_from_block.json | 20 +-- .../crafting/materials/experience_block.json | 20 +-- .../loot_tables/blocks/experience_block.json | 12 +- .../crafting/materials/experience_block.json | 10 +- .../experience_nugget_from_block.json | 4 +- .../tags/items/crushed_raw_materials.json | 1 - .../kinetics/mechanicalArm/ArmItem.java | 2 +- .../content/logistics/depot/EjectorItem.java | 2 +- .../content/materials/ExperienceBlock.java | 5 +- 17 files changed, 211 insertions(+), 206 deletions(-) diff --git a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa index 4dcb91cb38..0a9a164838 100644 --- a/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa +++ b/src/generated/resources/.cache/12afe0d97856fb2040b8407470e6d13529994eaa @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-12T23:16:42.5300373 Create's Sequenced Assembly Recipes -e6efd0d76dc451a44b663a453cef6e6656ad523f data/create/recipes/sequenced_assembly/precision_mechanism.json +// 1.19.2 2023-05-21T22:23:35.9793713 Create's Sequenced Assembly Recipes +dbaca5a5aa312f3bc7b826e51e665d32e798a5d7 data/create/recipes/sequenced_assembly/precision_mechanism.json 0cdbd4f583aa0a2aa8f3ca2827199bede1732722 data/create/recipes/sequenced_assembly/sturdy_sheet.json 1274315b5c570722d6f5b2ed7f5e53fe01b6288a data/create/recipes/sequenced_assembly/track.json diff --git a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba index 9c28216b40..389c1ff4a5 100644 --- a/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba +++ b/src/generated/resources/.cache/455c485c9c8ef171bbc1ce4d435b3110ba1557ba @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-12T23:16:42.6008465 Create's Advancements +// 1.19.2 2023-05-21T22:23:36.0591568 Create's Advancements 2079ae09cf699108a8035ced7ca712fed4ab1577 data/create/advancements/andesite_alloy.json 082d3987c5e074ed50be4a94a6fdc17120af241b data/create/advancements/andesite_casing.json 4618109cfb4550fd8e19dc9d794ef24398b10a61 data/create/advancements/anvil_plough.json diff --git a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 index 8b67e64434..cdd9ecf1c0 100644 --- a/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 +++ b/src/generated/resources/.cache/6ec3b5a261c9ae3df674f7595dc66530ce54feb9 @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-12T23:16:42.6018439 Create's Mechanical Crafting Recipes +// 1.19.2 2023-05-21T22:23:36.0521757 Create's Mechanical Crafting Recipes f076d64d9f30709bed34775136c9241097b28aa9 data/create/recipes/mechanical_crafting/crushing_wheel.json 694dca9dcff246bb7f560b3304fcc244c53217d5 data/create/recipes/mechanical_crafting/extendo_grip.json 3b2837b08607c1ca466fa3eb418209b2e55da6ba data/create/recipes/mechanical_crafting/potato_cannon.json diff --git a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 index 87a07b3653..abc9612dec 100644 --- a/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 +++ b/src/generated/resources/.cache/82992cbf8f2794d83ac94034835eac0acd7915b9 @@ -1,35 +1,35 @@ -// 1.19.2 2023-05-12T23:16:42.59586 Create's Standard Recipes -b397254b7cdb19d1c64ed1c30e1f6aa5c8af7270 data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json -c14aec90afe9450b7dd472ff612e2f8013d09abf data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json -fd9a8eb94364c8424f23c510900ef9cd0904b53e data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json -6ace306d3b83e6cc0f3c958fbfb5b0338ddc9142 data/create/advancements/recipes/building_blocks/blasting/ingot_nickel_compat_immersiveengineering.json -33f823ee80bbe8d9a1f32ce3590887670cdc3210 data/create/advancements/recipes/building_blocks/blasting/ingot_osmium_compat_mekanism.json -60525ff76c59ccf23906a95e16d2b601285845b3 data/create/advancements/recipes/building_blocks/blasting/ingot_silver_compat_immersiveengineering.json -0cb0a85bf670779e53df79e168e4fc9c1beecae1 data/create/advancements/recipes/building_blocks/blasting/ingot_tin_compat_mekanism.json -335bd0bb7eb3536e753cae1fec5d4c3f1b98ff1f data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_immersiveengineering.json -85d5b8d2299cce40661d978a3ef9e621b25ef31f data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_mekanism.json -c4593c1179944d2363b3ef758fc1c3e448862f0d data/create/advancements/recipes/building_blocks/blasting/lead_ingot_compat_thermal.json -d171dcc76bee96f91e9f86d2f773c40ce2a0df8a data/create/advancements/recipes/building_blocks/blasting/nickel_ingot_compat_thermal.json -b659e790ee00e6c610846825a103ec33b9728854 data/create/advancements/recipes/building_blocks/blasting/silver_ingot_compat_thermal.json -f009abec013a0be4b6d091a73cd24726df5247bb data/create/advancements/recipes/building_blocks/blasting/tin_ingot_compat_thermal.json +// 1.19.2 2023-05-21T22:23:36.0541715 Create's Standard Recipes +ff6a181c36dba79ed4fe7945823f7529bd7913fe data/create/advancements/recipes/building_blocks/blasting/ingot_aluminum_compat_immersiveengineering.json +106354a9eb7379a53eae40a1775f43bf67225919 data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_immersiveengineering.json +bb548877a89f41e1bdfe987dd3ec05b6023daa81 data/create/advancements/recipes/building_blocks/blasting/ingot_lead_compat_mekanism.json +960ef229b3d284fbc9001e00145ef2a01df38525 data/create/advancements/recipes/building_blocks/blasting/ingot_nickel_compat_immersiveengineering.json +b0241594379674d8da9f84bed32e44fd46dabc28 data/create/advancements/recipes/building_blocks/blasting/ingot_osmium_compat_mekanism.json +9a2dad54bbd339741815800ac0b2004d5e159a34 data/create/advancements/recipes/building_blocks/blasting/ingot_silver_compat_immersiveengineering.json +af6c91d27c21c75dd79c56f3e20eb98bace21ee5 data/create/advancements/recipes/building_blocks/blasting/ingot_tin_compat_mekanism.json +7a92e711d29d749348dca778bd65a7a43c2f3e90 data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_immersiveengineering.json +80814471952348a0fb5bcd298c30e22a20f5b343 data/create/advancements/recipes/building_blocks/blasting/ingot_uranium_compat_mekanism.json +8b5c113733ed0c08ab823d98854a60ab3c144b3d data/create/advancements/recipes/building_blocks/blasting/lead_ingot_compat_thermal.json +1007a146a88c5a7adf5b5017edf570032beaa8ae data/create/advancements/recipes/building_blocks/blasting/nickel_ingot_compat_thermal.json +ac1adc1221ae5e6f5c6a9a6f6b1d28eb51756207 data/create/advancements/recipes/building_blocks/blasting/silver_ingot_compat_thermal.json +34efb445714c7e1ff6ab0dbefb58ce946c565209 data/create/advancements/recipes/building_blocks/blasting/tin_ingot_compat_thermal.json f0570274cf54c73b95d9665ea17432b63b2da525 data/create/advancements/recipes/building_blocks/smelting/glass_from_framed_glass.json 7c5a7a087bc6644b0944fd37211d4e69a863a8c2 data/create/advancements/recipes/building_blocks/smelting/glass_from_horizontal_framed_glass.json e83398ba06339e3bd559b839c725de4f7535be5e data/create/advancements/recipes/building_blocks/smelting/glass_from_tiled_glass.json 94ebf2a541daade4b3b6a50e13c6306418025c77 data/create/advancements/recipes/building_blocks/smelting/glass_from_vertical_framed_glass.json -dcdb226aa6c01e980167875165b728b108a17e16 data/create/advancements/recipes/building_blocks/smelting/ingot_aluminum_compat_immersiveengineering.json -584fd95f54abebf25128b2fcbe74e40bde27e754 data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_immersiveengineering.json -482afbd502aa06474485c7d72dd61d88cef071b0 data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_mekanism.json -ddbe38ae24f3acb73f1245b6c85fcc4f84072b70 data/create/advancements/recipes/building_blocks/smelting/ingot_nickel_compat_immersiveengineering.json -4f599f5d0b8161efe5bf80d4a20868b8221f0880 data/create/advancements/recipes/building_blocks/smelting/ingot_osmium_compat_mekanism.json -62cb2511311b46230aaaf01edf078623c4537f3a data/create/advancements/recipes/building_blocks/smelting/ingot_silver_compat_immersiveengineering.json -4f2073e10a7aa2fc04c98af87f2f75ddee299f63 data/create/advancements/recipes/building_blocks/smelting/ingot_tin_compat_mekanism.json -1019b83a4a49d6f4012ee7b684c96e70a85505a2 data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_immersiveengineering.json -aed63497f7722be9f5076627820e02abfb5f2197 data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_mekanism.json -ebc50e0c5b1e8ad8ac78f312aba6fd191352ad87 data/create/advancements/recipes/building_blocks/smelting/lead_ingot_compat_thermal.json -9b8d60765a963debcd4cc4f8955523b79736ae27 data/create/advancements/recipes/building_blocks/smelting/nickel_ingot_compat_thermal.json -8487c9879fc1e3ff9c10e4d590810c0dc752ebbd data/create/advancements/recipes/building_blocks/smelting/silver_ingot_compat_thermal.json -cecd6d02b0d0a2c6be92a8c7bbc60cf8fa45b9b9 data/create/advancements/recipes/building_blocks/smelting/tin_ingot_compat_thermal.json -1c0d9e8b8f722121435e8d142cbc81489d46bb4a data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_crushed.json +cf1480247e325842aca707d2cfd1ce58aa922f30 data/create/advancements/recipes/building_blocks/smelting/ingot_aluminum_compat_immersiveengineering.json +fe585f32461cd784fda4832d727985a0e20e7cb3 data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_immersiveengineering.json +847d5dc5141fd0cea5763466c092507771909054 data/create/advancements/recipes/building_blocks/smelting/ingot_lead_compat_mekanism.json +9f25d73ad5aa1ee47a58ad25232a24399ed8c370 data/create/advancements/recipes/building_blocks/smelting/ingot_nickel_compat_immersiveengineering.json +a3366fc5504f42470bee56fb77255041c7f036a6 data/create/advancements/recipes/building_blocks/smelting/ingot_osmium_compat_mekanism.json +ac28e15859e2e918342bc7498ca27debadcb8886 data/create/advancements/recipes/building_blocks/smelting/ingot_silver_compat_immersiveengineering.json +3b0ce9691e7b9606d81d4cab6a60e37a39de1352 data/create/advancements/recipes/building_blocks/smelting/ingot_tin_compat_mekanism.json +e8b886a019146ac897e7bd8f606c403c02ae7608 data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_immersiveengineering.json +40ad78682d7ca04d714cb47253f0edd90c566ad9 data/create/advancements/recipes/building_blocks/smelting/ingot_uranium_compat_mekanism.json +83e01b2c6edfd14f2c5f8eb786819da27dbf9780 data/create/advancements/recipes/building_blocks/smelting/lead_ingot_compat_thermal.json +824767e900b6cd06bc84a2a9d1ddfc3a8d687e82 data/create/advancements/recipes/building_blocks/smelting/nickel_ingot_compat_thermal.json +170d4d6ecd99d99e1d670e206c908cc988b72d01 data/create/advancements/recipes/building_blocks/smelting/silver_ingot_compat_thermal.json +a1be6232f3d3a4b02ff9417c2cb5203d228206be data/create/advancements/recipes/building_blocks/smelting/tin_ingot_compat_thermal.json +0cbe8ac095dde3586eae7e4363b3886ffd0c463c data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_crushed.json 7afe4a5f978a1c3a4224ca9d71b88f5e92e4a74b data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_ore.json faeca323b9061761f494a1ad5e9d3eca2b268583 data/create/advancements/recipes/create.base/blasting/zinc_ingot_from_raw_ore.json 9678042d96351f38df2dd538181c711b7319ac4e data/create/advancements/recipes/create.base/crafting/appliances/attribute_filter_clear.json @@ -176,6 +176,7 @@ e8db20956f6bbf0a895e3d790672ae52d198fc7a data/create/advancements/recipes/create d2823e614d4a333f725d3dce3e543f047f3adbcb data/create/advancements/recipes/create.base/crafting/materials/brass_nugget_from_decompacting.json f7207947160f3aa549e953bc95e3a64d13bc974c data/create/advancements/recipes/create.base/crafting/materials/copper_nugget.json 2da087da9ad33e060e8122e260474d5a2ca3575c data/create/advancements/recipes/create.base/crafting/materials/electron_tube.json +494ff67507741956a0f02f73f341b192c66a92f4 data/create/advancements/recipes/create.base/crafting/materials/experience_nugget_from_block.json 43333df116133be43c8c164ddd611e2f74e5e540 data/create/advancements/recipes/create.base/crafting/materials/raw_zinc.json e59ad68feb5898d04394970ba9d57566b9c19d7e data/create/advancements/recipes/create.base/crafting/materials/red_sand_paper.json 43dc5381b6df36905e086e63ed497f36eff8e45d data/create/advancements/recipes/create.base/crafting/materials/rose_quartz.json @@ -187,7 +188,7 @@ ce2986087f7be38db504c202876c8a3c2c885555 data/create/advancements/recipes/create 4180e78185f03013d8affe9d54fc761280abf8d3 data/create/advancements/recipes/create.base/crafting/schematics/schematicannon.json 8379bfe85932f3681f4a59061a1c76192c565c3c data/create/advancements/recipes/create.base/crafting/schematics/schematic_and_quill.json ae2e2c9a612d818eab78f140799159fbc5ec0159 data/create/advancements/recipes/create.base/crafting/schematics/schematic_table.json -b3e591920caf8a45511cdfa73a24ece466bd019d data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_crushed.json +2181cb41ab36db7d73514cfb80feb5b5ec67f56a data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_crushed.json de8a70a51962a8a79c67cc8d71d9855b7ec68f12 data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_ore.json d4b80705766e648ca07c682ef53c5e7a8b5011bb data/create/advancements/recipes/create.base/smelting/zinc_ingot_from_raw_ore.json 9e6d2bd857680a6c6371deaa0c60a492c86225e7 data/create/advancements/recipes/create.palettes/crafting/kinetics/andesite_door.json @@ -200,6 +201,7 @@ d32c2625d6dd15ad1978211c41521887f95e7577 data/create/advancements/recipes/create d74de1be1e383c3d5814bd7e42cc0a60ea75e30e data/create/advancements/recipes/create.palettes/crafting/kinetics/train_trapdoor.json 6d547e7c3dad06dd4d3ff64d0aac380683d26a11 data/create/advancements/recipes/create.palettes/crafting/materials/andesite_alloy_block.json e35662919f851ca1c27b56cf71e61cce611a00d7 data/create/advancements/recipes/create.palettes/crafting/materials/brass_block_from_compacting.json +80edd0fbd082a4b75814f812c635733295206549 data/create/advancements/recipes/create.palettes/crafting/materials/experience_block.json 2d34f50774357f9ac8a4ae2e23fb668757e09daa data/create/advancements/recipes/create.palettes/crafting/materials/raw_zinc_block.json a5130418a2b8f2354fe9fd77e7c83b26e2892330 data/create/advancements/recipes/create.palettes/crafting/materials/rose_quartz_tilesfrom_conversion.json 30522b55773b9f94b46345478efeff4426f88757 data/create/advancements/recipes/create.palettes/crafting/materials/small_rose_quartz_tilesfrom_conversion.json @@ -214,33 +216,33 @@ c070b31d39acd1f9a1f5ee9ec23d8e977a2a2be4 data/create/advancements/recipes/food/c ca0dbfc3222435fb25e9c188bd1c2e44375ca8e0 data/create/advancements/recipes/food/crafting/curiosities/cake.json 745addcb7d24943c9aa05f16ae1e3d645425093f data/create/advancements/recipes/food/smelting/bread.json d4012346e139ef643ac4c83713cbe6b5a5beac8a data/create/advancements/recipes/food/smoking/bread.json -58edc0e6eadb9fdd15113d313e331deb15867ab1 data/create/advancements/recipes/misc/blasting/copper_ingot_from_crushed.json -c5c7a524b797c47093c17f363a805df18765e5d1 data/create/advancements/recipes/misc/blasting/gold_ingot_from_crushed.json -7330c11fcdd6de110f141ac97b497d57c4e6291b data/create/advancements/recipes/misc/blasting/iron_ingot_from_crushed.json +67e218f34cf2eb55ad069628ea215fa93979cdb9 data/create/advancements/recipes/misc/blasting/copper_ingot_from_crushed.json +3d26689c362908cd665fc66cf628e2b1a117457d data/create/advancements/recipes/misc/blasting/gold_ingot_from_crushed.json +8770c28909fce8196117a541c045eb5a7fc4d0e4 data/create/advancements/recipes/misc/blasting/iron_ingot_from_crushed.json 37b0c39f4cd0f1c983b78f6d6c0bafd766595da5 data/create/advancements/recipes/misc/crafting/appliances/slime_ball.json 1c4b5bceed1aed2f09c4544cefe71fae4d1fc1bb data/create/advancements/recipes/misc/crafting/materials/copper_ingot.json -22506522c5debb2db0f9dc6df6094aadcc0a3aa1 data/create/advancements/recipes/misc/smelting/copper_ingot_from_crushed.json -57ac07b3fb4e1213b02eb81ff914be19e53ae174 data/create/advancements/recipes/misc/smelting/gold_ingot_from_crushed.json -adf07902937c70d3e19fbaf1bdfa368e1ce4b8bf data/create/advancements/recipes/misc/smelting/iron_ingot_from_crushed.json +646003d927eed232ebfd817fe5af533f55ca5e17 data/create/advancements/recipes/misc/smelting/copper_ingot_from_crushed.json +09f0bef676bc7635fab11f670aa422c8c3f3f1d5 data/create/advancements/recipes/misc/smelting/gold_ingot_from_crushed.json +5cc981625fae8340071022b8a27babb36e51eecf data/create/advancements/recipes/misc/smelting/iron_ingot_from_crushed.json 5fb61ed3f88a2da15705f5672d2eca002b44b065 data/create/advancements/recipes/transportation/crafting/kinetics/furnace_minecart_from_contraption_cart.json ab7d109fd99b2e6b84941955529941eea15196af data/create/advancements/recipes/transportation/crafting/kinetics/minecart_from_contraption_cart.json -b29b0c1fe62f6c95b6d4a21275f1586f40013bcf data/create/recipes/blasting/copper_ingot_from_crushed.json -c2368a9a8dde7619cd987ce3c33d2c2deb629b16 data/create/recipes/blasting/gold_ingot_from_crushed.json -bb8c899cde88835ee342e38374b3d548b2b0f340 data/create/recipes/blasting/ingot_aluminum_compat_immersiveengineering.json -1313322fabd87f36511c922392f0da0645ac1351 data/create/recipes/blasting/ingot_lead_compat_immersiveengineering.json -7e3956eab328182a87fc98ddce6b30730a48e2e7 data/create/recipes/blasting/ingot_lead_compat_mekanism.json -2cac4e1a6a054e21f731d80cc2618bf7de3ebfb6 data/create/recipes/blasting/ingot_nickel_compat_immersiveengineering.json -2497eccaa755824cd072795ab8feca07f4c6735b data/create/recipes/blasting/ingot_osmium_compat_mekanism.json -a7055293499be92fd4ace8a420a7d8a18b95f77e data/create/recipes/blasting/ingot_silver_compat_immersiveengineering.json -c6d21bf023babf8bb9508ec25eb6679ae0a2460e data/create/recipes/blasting/ingot_tin_compat_mekanism.json -e68cade928372eb2fe095b3b8478d7aff473d70a data/create/recipes/blasting/ingot_uranium_compat_immersiveengineering.json -276e808ad08755d674b59ba725145e2bf8e2d606 data/create/recipes/blasting/ingot_uranium_compat_mekanism.json -678f1908befd670340c0f378c316627df5f3e2e7 data/create/recipes/blasting/iron_ingot_from_crushed.json -90d632ac74100f1fb1f6027b39d28d2ae90fd882 data/create/recipes/blasting/lead_ingot_compat_thermal.json -de4bdaadcde996179423bde3fb41067c28384613 data/create/recipes/blasting/nickel_ingot_compat_thermal.json -b0e7daa083c4e5cbe6865ec808b720d920dd7f21 data/create/recipes/blasting/silver_ingot_compat_thermal.json -c0d6b87a541e6d01be4a358bf6ae4a845e9c7933 data/create/recipes/blasting/tin_ingot_compat_thermal.json -6314d1aed3105209d01533e60ff768a0c54c5712 data/create/recipes/blasting/zinc_ingot_from_crushed.json +d6b68a6fb4b7872f800585a8616cfe1ff1a0428c data/create/recipes/blasting/copper_ingot_from_crushed.json +2f24bbc0a6197232c7df975cefa76f8bededb2e3 data/create/recipes/blasting/gold_ingot_from_crushed.json +403992a2ecfe88e639c0165b78d41c3baea5fc83 data/create/recipes/blasting/ingot_aluminum_compat_immersiveengineering.json +c48b2f2981a7a45629bcb9b9dc3fad9150dd39a5 data/create/recipes/blasting/ingot_lead_compat_immersiveengineering.json +10b1df3b14d2854e3d7948b27f0b8703fde48012 data/create/recipes/blasting/ingot_lead_compat_mekanism.json +53e2061883385cc4cffff69a8b4d41e6f0e6d533 data/create/recipes/blasting/ingot_nickel_compat_immersiveengineering.json +2a83dd769ab014ad31c67cb4666fce4f2888ace3 data/create/recipes/blasting/ingot_osmium_compat_mekanism.json +06109d98234bd7d6897661179c7467b8d443ec40 data/create/recipes/blasting/ingot_silver_compat_immersiveengineering.json +1e1db27dbc85323f99bccf163d46b9c6c69544aa data/create/recipes/blasting/ingot_tin_compat_mekanism.json +586989f3e7f8b39a8e145ceeac3bd63e3297e007 data/create/recipes/blasting/ingot_uranium_compat_immersiveengineering.json +1a4e639ff3ed4749eedd0591e07e18a1ba8d0847 data/create/recipes/blasting/ingot_uranium_compat_mekanism.json +9b20753f359219e37bc10bdc11136782fcede2fd data/create/recipes/blasting/iron_ingot_from_crushed.json +d53f7304f2a85b70ce95f7e48e5708b11e69b946 data/create/recipes/blasting/lead_ingot_compat_thermal.json +f1839da26ba1db016ffff94fe60bf2830379599e data/create/recipes/blasting/nickel_ingot_compat_thermal.json +da45b142e2c4f13b5df06c1a45c6c500ecf44334 data/create/recipes/blasting/silver_ingot_compat_thermal.json +883d9aaa0a05d8b7d1f6c7c09fe5e60d830ee68e data/create/recipes/blasting/tin_ingot_compat_thermal.json +f298705939b5ade9f866a8c08f7d8d74afe3e2ee data/create/recipes/blasting/zinc_ingot_from_crushed.json 3cb807025b9ba230848119fc82ffcb704a557f37 data/create/recipes/blasting/zinc_ingot_from_ore.json 495b514e749f6325c8cd51b7ed64fcf18777f5a2 data/create/recipes/blasting/zinc_ingot_from_raw_ore.json 1ccff315d6b56db32a4843d48b369459aa0ad86d data/create/recipes/campfire_cooking/bread.json @@ -404,6 +406,8 @@ e046761f97081d6660671e88a728d06d88336fdb data/create/recipes/crafting/materials/ 3a520ea04d0f40b55ae30ed6457f8372946db5c8 data/create/recipes/crafting/materials/copper_ingot.json fd8a5b6c12d7efa480f0701647d7a44bcbf31b72 data/create/recipes/crafting/materials/copper_nugget.json 8d4048e6ec6567a806f156631f74c8e162662dec data/create/recipes/crafting/materials/electron_tube.json +d61811ef374939b60b9ecdcd56ded69a73ad35f8 data/create/recipes/crafting/materials/experience_block.json +725e2577704649be2a44743d06cb577664af229d data/create/recipes/crafting/materials/experience_nugget_from_block.json 12d038c14062f754103ac727375908450158258e data/create/recipes/crafting/materials/raw_zinc.json a7c498009bd0809a6e25406e78ea6c274111ca6d data/create/recipes/crafting/materials/raw_zinc_block.json 833b7e849421269b8d0f117028a628e5bd518e86 data/create/recipes/crafting/materials/red_sand_paper.json @@ -421,7 +425,7 @@ e59abb7feba1ad23b8802fef4240ba3de01ec9e9 data/create/recipes/crafting/palettes/s cae056792a0dfca680970b745057b50323e722ba data/create/recipes/crafting/schematics/schematic_and_quill.json f9a52bde9335db96923867d3ea5d5bceae6331c3 data/create/recipes/crafting/schematics/schematic_table.json 3be566c8348edd56e7f0a5abb66e9b0ebc6730e5 data/create/recipes/smelting/bread.json -7b07239bfff25c1ee802ce74dfd1300eca7dfc90 data/create/recipes/smelting/copper_ingot_from_crushed.json +7317c59fd42225022ecb7a953dca96d4162c2d19 data/create/recipes/smelting/copper_ingot_from_crushed.json b43d736230229587b24693f4059c974c83c99832 data/create/recipes/smelting/glass_from_framed_glass.json 2f4d1a869eacab3a96ea3c66fd419e7dff4b1d56 data/create/recipes/smelting/glass_from_horizontal_framed_glass.json 9e4bf66d04caf9cc9102e4f2b10d381b32be5554 data/create/recipes/smelting/glass_from_tiled_glass.json @@ -430,23 +434,23 @@ b43d736230229587b24693f4059c974c83c99832 data/create/recipes/smelting/glass_from 9f94ad24c77fd4f578c03599e334218f57c1c1aa data/create/recipes/smelting/glass_pane_from_horizontal_framed_glass_pane.json ac8519dc87331facee57802dad374c0b32b8bf0c data/create/recipes/smelting/glass_pane_from_tiled_glass_pane.json 1cfea94ee0c921056a6aee8ca381be4f84b9e2e1 data/create/recipes/smelting/glass_pane_from_vertical_framed_glass_pane.json -e967f8e402bcdccf549ca0cc1adf63942ba773ea data/create/recipes/smelting/gold_ingot_from_crushed.json -6b1825325c5c4725e6d2766c8c37f6e1462ada28 data/create/recipes/smelting/ingot_aluminum_compat_immersiveengineering.json -4a9b9ec951f2bd28b2175ae8483c22e4f01a5ca3 data/create/recipes/smelting/ingot_lead_compat_immersiveengineering.json -4fbae02a1a5e31eaebe984da4b89ecf0588b8038 data/create/recipes/smelting/ingot_lead_compat_mekanism.json -2bd5ee952ee239268810faf4f775cf1cc6bd55ce data/create/recipes/smelting/ingot_nickel_compat_immersiveengineering.json -dd5505531154976c871d90adfb1e2068fb062872 data/create/recipes/smelting/ingot_osmium_compat_mekanism.json -69e16e594b634a1d0c36d976aab81a4db82762f3 data/create/recipes/smelting/ingot_silver_compat_immersiveengineering.json -f07da9dc059e0b34c8ae76b358ddc0dac3b70cdb data/create/recipes/smelting/ingot_tin_compat_mekanism.json -8769483e70a7433e8fff8032e9e00083f87bc078 data/create/recipes/smelting/ingot_uranium_compat_immersiveengineering.json -00a4e6438750a7aeadfeb656a622146110142ac0 data/create/recipes/smelting/ingot_uranium_compat_mekanism.json -080766dbc942e19e68927092deb9c247d670b755 data/create/recipes/smelting/iron_ingot_from_crushed.json -5f8104c7904280023ef6274f13929a8aef0811eb data/create/recipes/smelting/lead_ingot_compat_thermal.json -0799cca80e89b6d05e7bad5b790184d788be532d data/create/recipes/smelting/nickel_ingot_compat_thermal.json +3a2656e86cdf82e99682242da9aa977031049ea1 data/create/recipes/smelting/gold_ingot_from_crushed.json +b223054970e6571768319bb866d61635d726dce5 data/create/recipes/smelting/ingot_aluminum_compat_immersiveengineering.json +78467cf924ebeb24c53ef0ea10fca3eb180f914c data/create/recipes/smelting/ingot_lead_compat_immersiveengineering.json +bd7bffd4bbd69abc1ee5e437c3f1098c075892fe data/create/recipes/smelting/ingot_lead_compat_mekanism.json +bd528f31bb97fa877aada98380c1e1954115293e data/create/recipes/smelting/ingot_nickel_compat_immersiveengineering.json +4ac8a67e16efa3869062801eda7b6a3892093c4b data/create/recipes/smelting/ingot_osmium_compat_mekanism.json +fb7e89596dcb9662f179f3c516846267e9985750 data/create/recipes/smelting/ingot_silver_compat_immersiveengineering.json +99a530375613f5a4cd8ede54fa5712c8b159fa43 data/create/recipes/smelting/ingot_tin_compat_mekanism.json +a6f5349b5edb5751404eade36fea2718e2802742 data/create/recipes/smelting/ingot_uranium_compat_immersiveengineering.json +381e8baa569e2e742c217df58606b426a4dac2b1 data/create/recipes/smelting/ingot_uranium_compat_mekanism.json +70aa1f37a4c17b59ef098ecd2565733af37c74cd data/create/recipes/smelting/iron_ingot_from_crushed.json +870350305775edc04cba887174b4b8210f9c532a data/create/recipes/smelting/lead_ingot_compat_thermal.json +64ff40ba9dec46a234a777ec4f6214586f74feca data/create/recipes/smelting/nickel_ingot_compat_thermal.json c6527e3de9bc1de66d5540343aec49b4008cd242 data/create/recipes/smelting/scoria.json -cae57936d7bff825e12fd9a77c014e061e2eff86 data/create/recipes/smelting/silver_ingot_compat_thermal.json -44eb009ee0f8d0c59cbbe23d0cf712e679cf9e8c data/create/recipes/smelting/tin_ingot_compat_thermal.json -cb758bb5b8e811aad041f991fce2af66fffd2ce1 data/create/recipes/smelting/zinc_ingot_from_crushed.json +3b0fbe479cbe3757b6aac7c1ada7c59beccc6b85 data/create/recipes/smelting/silver_ingot_compat_thermal.json +8a7f36f11ba991c0ee8c4ec617fa605fb81e6c5a data/create/recipes/smelting/tin_ingot_compat_thermal.json +8c0a3fd06a5279d349da59fcca5f163ba96ba36f data/create/recipes/smelting/zinc_ingot_from_crushed.json 5e5e4c2fcd75a47e7c20a698f45ad637c6630ef8 data/create/recipes/smelting/zinc_ingot_from_ore.json c14b00614519e77736e14ff03ef77218f1a83948 data/create/recipes/smelting/zinc_ingot_from_raw_ore.json 47768ba669cabe491e8b9da71ac7fb9766f12186 data/create/recipes/smoking/bread.json diff --git a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 index 38c249fbb6..47005a790c 100644 --- a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 +++ b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-12T23:16:42.5320315 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] +// 1.19.2 2023-05-21T22:23:35.9903415 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] 60bbdf92d2ac9824ea6144955c74043a6005f79d assets/create/blockstates/acacia_window.json 6a67703c2697d81b7dc83e9d72a66f9c9ff08383 assets/create/blockstates/acacia_window_pane.json c3ae87b62e81d8e9476eccd793bb1548d74c66a1 assets/create/blockstates/adjustable_chain_gearshift.json @@ -221,6 +221,7 @@ f7f5df9086c71688cbdb5d05c394dc5acb8fb338 assets/create/blockstates/elevator_cont 2fa96f480365dcbd867635eaa665d1ad5936ca65 assets/create/blockstates/encased_chain_drive.json d47bc65703e9582cc710e6408fb565e16d3514a6 assets/create/blockstates/encased_fan.json 651f9fdb11f56d887d131be8f936f508d0b2fc1d assets/create/blockstates/encased_fluid_pipe.json +489ad4daeaed702d231a3f175f7b66846f5789a6 assets/create/blockstates/experience_block.json 5f6c60a30889b043709066707e80a21081d98155 assets/create/blockstates/exposed_copper_shingles.json 74c8a72db3dd3fa919e29baaa8c5865f13490461 assets/create/blockstates/exposed_copper_shingle_slab.json 4e0b5a9be15f0c2861f5f6bd71bd9c2a4db2a21d assets/create/blockstates/exposed_copper_shingle_stairs.json @@ -584,8 +585,8 @@ b0d8f08968763a5f74e5cd5644377a76a9f39753 assets/create/blockstates/yellow_toolbo fe8c497aacc641c2f01cec90bba9f19e59cc2ed2 assets/create/blockstates/yellow_valve_handle.json e819e93fdcbe9fd9c050a052d2718ff3b3539365 assets/create/blockstates/zinc_block.json 64121dcb216381c83b4fe28aa361ea07c24c9ad0 assets/create/blockstates/zinc_ore.json -4fbf6fad8444b526c35552e8cae76fac037dcb6a assets/create/lang/en_ud.json -9c63efe509cff853228fd2626f0ec48085a206d5 assets/create/lang/en_us.json +3a1e0c68a9f1d6a252f47b3f7311278711f2aae0 assets/create/lang/en_ud.json +a0c0e4f23540bef4b1796ad9f4e4ace609d2919b assets/create/lang/en_us.json a97e1060e00ae701a02e39cd4ef8054cf345fac4 assets/create/models/block/acacia_window.json 103e032c0b1a0a6a27c67da8c91179a564bd281c assets/create/models/block/acacia_window_pane_noside.json fb00b627abda76ad4fea867ca57dbfadd24fffa3 assets/create/models/block/acacia_window_pane_noside_alt.json @@ -1767,19 +1768,19 @@ ad620bd5eb32a41b0a8a130f49ab3dbb398907e5 assets/create/models/item/creative_moto e432e359b77e7129e18c1d4daf68d11c4a661110 assets/create/models/item/crimsite_pillar.json 9c77e6d7d56310b34468a6d52080e477e893494d assets/create/models/item/crimson_window.json 43625514f941a61cfbae339419d0de4b22db9662 assets/create/models/item/crimson_window_pane.json -5ca45663ebe86fa950422dbb9b01466b7481fb61 assets/create/models/item/crushed_aluminum_ore.json -2444b785037622848eba0e4c28a4b08e721d092c assets/create/models/item/crushed_copper_ore.json -66ac146278a0f6fbd8786ef54973de43774938e9 assets/create/models/item/crushed_gold_ore.json -1eb56f88fadc6e59ab2a99d4e695f4b6f0b45170 assets/create/models/item/crushed_iron_ore.json -9d5a2184c2cd323ca2b85b7e20f306af4e57d855 assets/create/models/item/crushed_lead_ore.json -9eb46a88b86076c907dadab3e3bfa1bacd721f90 assets/create/models/item/crushed_nickel_ore.json -086bbb62b3d04cba493e6ea79283a6425bdfcd1c assets/create/models/item/crushed_osmium_ore.json -dd716a4af46045021fe5ff8a7a497efc00277dc0 assets/create/models/item/crushed_platinum_ore.json -392262ebebe5f36b14136df479f2a7e111888586 assets/create/models/item/crushed_quicksilver_ore.json -fc1d202bb318061ae8d9f30993bc5aa84d428e66 assets/create/models/item/crushed_silver_ore.json -5b6cb4201eb3af671e415f6b263f80e6d186c9e0 assets/create/models/item/crushed_tin_ore.json -9659c432fdf348c81aaf39b8745eb796eca93c11 assets/create/models/item/crushed_uranium_ore.json -1c5eb12c78687fa35c075845febddff1dadb1d4e assets/create/models/item/crushed_zinc_ore.json +189ddf2f3c83608ddfe9e8d2fe88d8b4610ade13 assets/create/models/item/crushed_raw_aluminum.json +4e74e066349d0311064e21fd72aa40e249e2e830 assets/create/models/item/crushed_raw_copper.json +513ccb83879e523f8df66a4ad8aee0ecab1ba003 assets/create/models/item/crushed_raw_gold.json +31c4057bbfd7b031f2af98372a18e9e56bbb0d47 assets/create/models/item/crushed_raw_iron.json +f99ca9b4a25aba1ad42f5a704e70a698eb6503e8 assets/create/models/item/crushed_raw_lead.json +22392367f1b654af8551c837b88fbe3e32d20a02 assets/create/models/item/crushed_raw_nickel.json +71127952d026df479327d27c5e4cf8fb521627c2 assets/create/models/item/crushed_raw_osmium.json +0a3e076dd93d08ab874407b542b144c202b75732 assets/create/models/item/crushed_raw_platinum.json +def1684a021949093ab01c638e25cb914f0c085b assets/create/models/item/crushed_raw_quicksilver.json +7af5c88e0218aa446bfb6bfd49fb4d50d79da841 assets/create/models/item/crushed_raw_silver.json +aca5ad87a4e9e3d9518fb89f86c0174b96a7bdca assets/create/models/item/crushed_raw_tin.json +06d5aa86789155cfd00dbd281f2ad281b28822b5 assets/create/models/item/crushed_raw_uranium.json +b6acd86be9e6cac8b9ed2bc6297d27941ca05f46 assets/create/models/item/crushed_raw_zinc.json b67e95801010eab58de02f2b0160bff3f008bd18 assets/create/models/item/crushing_wheel.json af189b0c04482064520d84546d81af8154824292 assets/create/models/item/cuckoo_clock.json 314fb287c7b16a6478fbefde0da80de8828b684e assets/create/models/item/cut_andesite.json @@ -1915,6 +1916,7 @@ d6c1c5ff9506a60fbdde4580dad39d97fc1832d3 assets/create/models/item/elevator_pull badd4326fac0b0a1590a2e9bce7c2cdd4e4562f3 assets/create/models/item/empty_schematic.json 5daa4b49db850923319916aaa9842c33f99e0a00 assets/create/models/item/encased_chain_drive.json 7ec3ed4aaab72d76f6414447bbb3ad7887adf61f assets/create/models/item/encased_fan.json +3e1fdcc80fd68199b1890bcc830f78c48e7c0e43 assets/create/models/item/experience_block.json 9775e83414c0febb5c5b832437b0580e91bcbff3 assets/create/models/item/experience_nugget.json 87add851ae3271d733c9e6888865c288b6716f3b assets/create/models/item/exposed_copper_shingles.json 721c8ac46bf23abec2bbf4cff6dbfdf96cc569a6 assets/create/models/item/exposed_copper_shingle_slab.json @@ -3162,6 +3164,7 @@ e46f3f710972d17bccb9244f22fb267082b2ec7c data/create/loot_tables/blocks/display_ 6df2d9239e5d8897033cb1d7b95b3094654af745 data/create/loot_tables/blocks/encased_chain_drive.json 66008f776f345a3fa3f740790bbc0bf4013bdcd6 data/create/loot_tables/blocks/encased_fan.json 3b11d74298e8f808207d85ce6426d597d51cceef data/create/loot_tables/blocks/encased_fluid_pipe.json +d0278de519828539c2f55f8f1ec320cd620a52fd data/create/loot_tables/blocks/experience_block.json dad8f04e24e5da8b693d4de0e00e5cfafb64cf7b data/create/loot_tables/blocks/exposed_copper_shingles.json dcccb5082e6fbae664c00946402daa1b081c0748 data/create/loot_tables/blocks/exposed_copper_shingle_slab.json c1324ca2cf242708be48c211e411e56c8c3d7c78 data/create/loot_tables/blocks/exposed_copper_shingle_stairs.json @@ -4189,7 +4192,7 @@ da739ad2160e7df4e0e5cc89587670ce5e9450c3 data/create/tags/blocks/valve_handles.j 8b6c0b444b15f7fb2d55b9cbcb68537c1269f877 data/create/tags/items/casing.json f43cac8216e2a9347e48cf93a43de95dd810ca20 data/create/tags/items/contraption_controlled.json d371dfd35e49a7bef19f59c03e7f4ae20992f03d data/create/tags/items/create_ingots.json -878b7281fa78d0ef5f873322281da8f5ebbb782c data/create/tags/items/crushed_ores.json +910d0f5ccbc4c84b224eca1f1588b1695f41447b data/create/tags/items/crushed_raw_materials.json 0fa526e7e742573b603ad26b09526cf724efa1dc data/create/tags/items/deployable_drink.json 29ca12609f7c419c5c06338a86c7f4ba1fc7390e data/create/tags/items/modded_stripped_logs.json ae63f7dc5d9221890ee593ff03cd2aff8cd6a356 data/create/tags/items/modded_stripped_wood.json @@ -4223,7 +4226,7 @@ de1fc89be6a52473d526d3efe0204b9b8489058c data/forge/tags/blocks/glass_panes.json e475ad1c52bffedfc544e5331a87c1f5c45149fd data/forge/tags/blocks/ores_in_ground/deepslate.json 2f6068972e364599b6849dc46fcb0724d4219d53 data/forge/tags/blocks/ores_in_ground/stone.json 2589b135c0e96ad29076569e144528fe32ea5b39 data/forge/tags/blocks/relocation_not_supported.json -0ae6198b6bc54e9d7e5134e3a554d828e011badf data/forge/tags/blocks/storage_blocks.json +b3af02a6fa3dc41bc3f4db933485f22b202deea3 data/forge/tags/blocks/storage_blocks.json 7d10cdf9e46a79753d4437c7bb958e3ab8bf0c89 data/forge/tags/blocks/storage_blocks/andesite_alloy.json 70bba470740dc7a77f51b4cb1747a105b62d4bde data/forge/tags/blocks/storage_blocks/brass.json bcd593714f43bc6a0aefbd714c24db3cf9e71250 data/forge/tags/blocks/storage_blocks/raw_zinc.json @@ -4260,7 +4263,7 @@ ef5256892a9d4167bf7371c7138a933a107a123a data/forge/tags/items/plates/copper.jso 07a6e69488ff6994a9ef1cca75b6e911bc3e3358 data/forge/tags/items/plates/obsidian.json 30496416fffaf4f845052a264023e64e52894ee7 data/forge/tags/items/raw_materials.json 30496416fffaf4f845052a264023e64e52894ee7 data/forge/tags/items/raw_materials/zinc.json -0ae6198b6bc54e9d7e5134e3a554d828e011badf data/forge/tags/items/storage_blocks.json +b3af02a6fa3dc41bc3f4db933485f22b202deea3 data/forge/tags/items/storage_blocks.json 7d10cdf9e46a79753d4437c7bb958e3ab8bf0c89 data/forge/tags/items/storage_blocks/andesite_alloy.json 70bba470740dc7a77f51b4cb1747a105b62d4bde data/forge/tags/items/storage_blocks/brass.json bcd593714f43bc6a0aefbd714c24db3cf9e71250 data/forge/tags/items/storage_blocks/raw_zinc.json @@ -4269,14 +4272,14 @@ b69fcc7227d44fc000c8ab94524230f55b89aa27 data/forge/tags/items/stripped_logs.jso 1ac851b8f78458339cf09ad498d14e783615eb3d data/forge/tags/items/stripped_wood.json c741ba83b562ae3459d7c4f2db69537f549ea411 data/forge/tags/items/tools/wrench.json 515a1c773e617dd7e38aa1b893acc7db2dd30e08 data/minecraft/tags/blocks/azalea_root_replaceable.json -4030577647f1d28385f7fca1426b43848263264d data/minecraft/tags/blocks/beacon_base_blocks.json +529fa4332dd12a11ebb04e183121a2c63f866761 data/minecraft/tags/blocks/beacon_base_blocks.json 82274e06b6a9f3bfd83c8b59be38dee4a15b8bf3 data/minecraft/tags/blocks/climbable.json 71aef080a900d9e86818cf579438c3d826d6567e data/minecraft/tags/blocks/doors.json 515a1c773e617dd7e38aa1b893acc7db2dd30e08 data/minecraft/tags/blocks/dripstone_replaceable_blocks.json e3321ff14704c031a2c16953b7e391f4f24dd70b data/minecraft/tags/blocks/impermeable.json 515a1c773e617dd7e38aa1b893acc7db2dd30e08 data/minecraft/tags/blocks/lush_ground_replaceable.json 5a030817b2322e363edc8f5376f7c9de73df8b48 data/minecraft/tags/blocks/mineable/axe.json -e7d7eb2ad92056c587caf7e0dd691315241845e8 data/minecraft/tags/blocks/mineable/pickaxe.json +ab62160b054ce4ac41d2643845f3760f2451618b data/minecraft/tags/blocks/mineable/pickaxe.json 515a1c773e617dd7e38aa1b893acc7db2dd30e08 data/minecraft/tags/blocks/moss_replaceable.json 0c13aae0eeb99e89febe8dbe5e002af2ff843a9e data/minecraft/tags/blocks/needs_iron_tool.json 3cb2a92cbdf32ed5978f740dc378d363306c3e84 data/minecraft/tags/blocks/needs_stone_tool.json @@ -4288,7 +4291,7 @@ dafa3bdb72fef5e6c0201c05846db3f2b214e587 data/minecraft/tags/blocks/stairs.json 71aef080a900d9e86818cf579438c3d826d6567e data/minecraft/tags/blocks/wooden_doors.json 01d32d3b7b033aff44c047bf289d696de0b0c715 data/minecraft/tags/items/beacon_payment_items.json 71aef080a900d9e86818cf579438c3d826d6567e data/minecraft/tags/items/doors.json -a4b539d506b2273020e043c895d7ecc8a2e1064e data/minecraft/tags/items/piglin_loved.json +0fd9f0786777d613ba7186ec00f9f972d0317c3f data/minecraft/tags/items/piglin_loved.json 1ac7c46815461cbec0d4d97f25c085fdc8375dab data/minecraft/tags/items/slabs.json dafa3bdb72fef5e6c0201c05846db3f2b214e587 data/minecraft/tags/items/stairs.json 11427a72e181857e22ec37a22462bc652e127cc5 data/minecraft/tags/items/trapdoors.json diff --git a/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af index c03a0493f1..9d683059e2 100644 --- a/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af +++ b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af @@ -1,2 +1,2 @@ -// 1.19.2 2023-05-12T23:16:42.5998489 Create's lang merger -820c6f8c791062e9f0f5c45d88a4b772aaed5402 assets/create/lang/en_us.json +// 1.19.2 2023-05-21T22:23:35.989344 Create's lang merger +719fad376df144f879db19714e2d225beacb4a7d assets/create/lang/en_us.json diff --git a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 index c9ccdbaea6..4133d38474 100644 --- a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 +++ b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 @@ -1,29 +1,29 @@ -// 1.19.2 2023-05-12T23:16:42.6028413 Create's Processing Recipes +// 1.19.2 2023-05-21T22:23:35.981366 Create's Processing Recipes 3c94326fb730f68c1e44fe1e2ef09c9db6ffd92b data/create/recipes/compacting/andesite_from_flint.json 8d3d5b31f3601b9f681ff710e0545a483a1494c6 data/create/recipes/compacting/blaze_cake.json 8bd7f4e3a686ab520b2d55594d2018d0e9a50c91 data/create/recipes/compacting/chocolate.json 5e2514e027cc0dbad48160e6b8e5bf0f25eba8f0 data/create/recipes/compacting/diorite_from_flint.json 54c94ae8d964dba1de2441088f6a312c687cbf71 data/create/recipes/compacting/granite_from_flint.json c558dddeacf6f8bfa29d74b68093ecfea619d43f data/create/recipes/compacting/honey.json -636b8147ff2f133e473df6fd277f5d0400ea9fbc data/create/recipes/crushing/aluminum_ore.json +e00be6905b6bcf72de937e3fe8bbceee6440a6b1 data/create/recipes/crushing/aluminum_ore.json 60262e911676a7f8309408fd15b373f1498493b9 data/create/recipes/crushing/amethyst_block.json 8e20ddc94fda889dbac25de59e7a3158984098c3 data/create/recipes/crushing/amethyst_cluster.json -c9265011e7953d9edb7d58663bbc608bea0c235a data/create/recipes/crushing/asurine.json -a158bc7f2d3d0a7e15600ac3cd5fc5f636a71119 data/create/recipes/crushing/asurine_recycling.json +419e80e49fc24da0b5c6aa1fbdee1a1dc01960fb data/create/recipes/crushing/asurine.json +c444abdd432670f6a2b508c513302e119cb07186 data/create/recipes/crushing/asurine_recycling.json 66b51fd1036641802667338a1d79a825a338077c data/create/recipes/crushing/blaze_rod.json 29e7e74108755e0a07b1d3d1e8d4dcaf2b401572 data/create/recipes/crushing/coal_ore.json -2c24633f90cd5349b65bd1d132545bafe405d711 data/create/recipes/crushing/copper_ore.json -548215e02e7dbe83d94002bd95e500123eeb4427 data/create/recipes/crushing/crimsite.json -e6bd623592a604751e5559dbc78f964ab1779a86 data/create/recipes/crushing/crimsite_recycling.json +ad91e6a560bdb8ef311862a0fee1f316529ed439 data/create/recipes/crushing/copper_ore.json +0ff7fa09b2ae808bc29c4d87985deccab5de2de5 data/create/recipes/crushing/crimsite.json +50c9a45e77d266852317fa1bac6c17443cfd986c data/create/recipes/crushing/crimsite_recycling.json b6995978092ed3080efd49e52571ff59205f7c85 data/create/recipes/crushing/deepslate_coal_ore.json -bbc5320b1441b6873c48545fa272eecc537e88ab data/create/recipes/crushing/deepslate_copper_ore.json +9aa9bcd71da7ebb25301211426e988e71c9bff97 data/create/recipes/crushing/deepslate_copper_ore.json 4afc9cc723bdee47ed2176f32323f1fca152765f data/create/recipes/crushing/deepslate_diamond_ore.json 94d706cac7779cf8dc3aa8822605a4ee9d0ba047 data/create/recipes/crushing/deepslate_emerald_ore.json -c84152b2c9d3436f8b48982c7e57e2a568f07db9 data/create/recipes/crushing/deepslate_gold_ore.json -6d4f5d66dff59118515e23ae8434075236da6a5c data/create/recipes/crushing/deepslate_iron_ore.json +9922535a4b41d6af68df94168276abf308ea432c data/create/recipes/crushing/deepslate_gold_ore.json +e266d091252d692dcd0618f34754536fe0aa98b3 data/create/recipes/crushing/deepslate_iron_ore.json 8b721de1578798a8996d2f8dec61b3bc03b8064d data/create/recipes/crushing/deepslate_lapis_ore.json 26365dd1f80ecc859dc510cd5278907d2fa6f2f7 data/create/recipes/crushing/deepslate_redstone_ore.json -4815670dfd6a51ff8b018d95dccbc8bc2f7074d8 data/create/recipes/crushing/deepslate_zinc_ore.json +64688579de20cbc0f4a7e4a589140fbbce408fcf data/create/recipes/crushing/deepslate_zinc_ore.json 69e0a401b424cb82ab3387a0b23bd7241f80f56e data/create/recipes/crushing/diamond_horse_armor.json 35cff9ebc59e837a2beafd2d4ec80e088459344c data/create/recipes/crushing/diamond_ore.json a0511a15499653d983ad8b85b9f763643cca3aca data/create/recipes/crushing/diorite.json @@ -31,61 +31,61 @@ df364151c75a7d84446b2c6213e339115bc9d298 data/create/recipes/crushing/diorite_re 9e89294e53a94a05af47948c21ad192ef18f7710 data/create/recipes/crushing/emerald_ore.json 3c4c78e3a7137022f8f6e90324af6c8f97050e80 data/create/recipes/crushing/glowstone.json 95b76da439260151355fff74b3b7398ce13d6968 data/create/recipes/crushing/golden_horse_armor.json -61e84aefedda000711f39754dd39df7fd7ea4770 data/create/recipes/crushing/gold_ore.json +b036b1654d2deec20aca95ff43b60c7d0b28b2fc data/create/recipes/crushing/gold_ore.json cc939ba59b95db1c7a034df6f9e656772074a5fd data/create/recipes/crushing/gravel.json 17ab2d789c9c2df122b6a96ab06bbe2c02592a93 data/create/recipes/crushing/iron_horse_armor.json -cf3a2fc0ff89209f4503f1f5a1a3020e73e8be61 data/create/recipes/crushing/iron_ore.json +c9a47b29ba75ba29c8cb630fe32c4bf2f1f1d1ae data/create/recipes/crushing/iron_ore.json 855b6655dea911724ee68d07b993f17440ac422e data/create/recipes/crushing/lapis_ore.json -06a4b918304db3e72240848fd0c7f6553f86a4f4 data/create/recipes/crushing/lead_ore.json +492827ab3d55ca3edfef5eb006b1f77d62e1b446 data/create/recipes/crushing/lead_ore.json e170bc17a796c73a05d2d77a85c086cfaac55c31 data/create/recipes/crushing/leather_horse_armor.json 4317165fc125d179cfbe66d15ba6368cdf1d7811 data/create/recipes/crushing/netherrack.json 07e8991a2161aab4dd73bb74900fd0c70aad2847 data/create/recipes/crushing/nether_gold_ore.json c7c0d94707c2858a87d01cff6b284d7fb85acdbe data/create/recipes/crushing/nether_quartz_ore.json 0380b9416b263de2ee6a6cd1f4064df2e243c047 data/create/recipes/crushing/nether_wart_block.json -28fbbccacd4ad5dee14c3240a0e29d533061ec4b data/create/recipes/crushing/nickel_ore.json +d3534d606382ec7c1d34275c5f069543d0955906 data/create/recipes/crushing/nickel_ore.json 66f75530e30d8572bdbf4696a32edc5a7850ac00 data/create/recipes/crushing/obsidian.json -fd82103848126334c3dcca9dbb59bd4802c7e1ae data/create/recipes/crushing/ochrum.json -076c3c8f1cfeb13ae0926e0613074c9e90a4e8a2 data/create/recipes/crushing/ochrum_recycling.json -386493bbd6435079a1c7fc88e9d2970fe10e4388 data/create/recipes/crushing/osmium_ore.json -fde0abe21825c231937c4cd5ed08bebd0bef48f6 data/create/recipes/crushing/platinum_ore.json +17cacb19493b9bbe7236b19a2a50a817c449a915 data/create/recipes/crushing/ochrum.json +5db58119de29083c865ef86f824fe7dd15e6507f data/create/recipes/crushing/ochrum_recycling.json +1bcd6676fe2dc3715b7aab0411962c81dd3797ce data/create/recipes/crushing/osmium_ore.json +d391ef171a3ece91ae72697ceba36b71b19f4fae data/create/recipes/crushing/platinum_ore.json acb785fd57d14ac337beacc0a0a0651d75dd45da data/create/recipes/crushing/prismarine_crystals.json -d0b4791661e13d0f2b660e99fc3ddc03e9d8ad35 data/create/recipes/crushing/quicksilver_ore.json -e24db46d1709bf8b36dbcc6bbac19f84a6652349 data/create/recipes/crushing/raw_aluminum_block.json -be8178791bd977ca9f085fe2d3e716bb65314def data/create/recipes/crushing/raw_aluminum_ore.json -e670e09323c301f2246e3f896a2523180e8d3adc data/create/recipes/crushing/raw_copper.json -1bccbf51b1452309a4cd0299bfc6c4aaa9f933c3 data/create/recipes/crushing/raw_copper_block.json -57eb8b199c09551c872c3caed9f7d83db5689160 data/create/recipes/crushing/raw_gold.json -e9d5446e05484b3a6538247191fa0a78b11a7da8 data/create/recipes/crushing/raw_gold_block.json -b207fbee07bc36c8bebaca0384e4ac956fa29c99 data/create/recipes/crushing/raw_iron.json -1b747fad32f8a660c8beb2a7f25da40683f4f562 data/create/recipes/crushing/raw_iron_block.json -cba8acb9c98438a8711a20082a9e02efb9e1a087 data/create/recipes/crushing/raw_lead_block.json -7123b82799c75944e305b961cfcbdfe781a137a0 data/create/recipes/crushing/raw_lead_ore.json -676d32c3d34dcb777a05a1df29f78ea16a573f99 data/create/recipes/crushing/raw_nickel_block.json -f06197145fa972a4fdbe91553f3bd24b6e907193 data/create/recipes/crushing/raw_nickel_ore.json -934dab7a0a7aaaf44c6e309c7dc3ab46bc438212 data/create/recipes/crushing/raw_osmium_block.json -7514b24afa93d6aeee7a89bc87e1ef10c2c784b3 data/create/recipes/crushing/raw_osmium_ore.json -009da27a12e0191ca88c2aebc25380206a25b3ac data/create/recipes/crushing/raw_platinum_block.json -e4be847fe279dd906992020348a5ff2f28dc6be8 data/create/recipes/crushing/raw_platinum_ore.json -c2fdb33f73b63b17bfa24e7018d21b955b1eae85 data/create/recipes/crushing/raw_quicksilver_block.json -847049b925146f2af7cbfddfd24a488e27bf43bf data/create/recipes/crushing/raw_quicksilver_ore.json -e0ca95946955ade59f0ed4272b556facd6e29daa data/create/recipes/crushing/raw_silver_block.json -a6cffb8fa65a55876105295c18bfc8f00317dcec data/create/recipes/crushing/raw_silver_ore.json -d92c7cbaaee6c0d082a50f5b1629d62edd944151 data/create/recipes/crushing/raw_tin_block.json -0ac72f60b0de26b051cdc54243b501640cc4173e data/create/recipes/crushing/raw_tin_ore.json -da12942204f6aee63d7a8112a410e6aec74370e5 data/create/recipes/crushing/raw_uranium_block.json -4e90a98768c0c462b4bdf1c827461af17b5d8561 data/create/recipes/crushing/raw_uranium_ore.json -5a3bb980c8583e2e8bc3484e20d3ee0932d48b61 data/create/recipes/crushing/raw_zinc.json -628dcdf4d230362ef574be978e0e38a6fadc5824 data/create/recipes/crushing/raw_zinc_block.json +1126e9f29bf15c56917168d53e9f533c171ad2fb data/create/recipes/crushing/quicksilver_ore.json +a0a9e118317e2aabdafc94d19dedb05ccc751630 data/create/recipes/crushing/raw_aluminum_block.json +00c7c3bc45245749ad7cc4ba3ae4b1958bd6bab7 data/create/recipes/crushing/raw_aluminum_ore.json +b490b3ef4f62e2d225c82693955f9a3e70a33e32 data/create/recipes/crushing/raw_copper.json +efa4c84119f0aa998a6b3f477884f81b28d8bd91 data/create/recipes/crushing/raw_copper_block.json +26577895a8ac3c61187171784c5aa30d334ddc17 data/create/recipes/crushing/raw_gold.json +94606b52a715c2118afa63d0df4791167ec78570 data/create/recipes/crushing/raw_gold_block.json +f48f8f1702697f04f420008a002561a96087d424 data/create/recipes/crushing/raw_iron.json +f77190f83190cb0491d77c79f618c7ecb1169dd9 data/create/recipes/crushing/raw_iron_block.json +bb958be3f923c7b921b1fe4e1fffaf612313bc3b data/create/recipes/crushing/raw_lead_block.json +8bcbe26c99259814cda03c7e702cb2b9cdb703be data/create/recipes/crushing/raw_lead_ore.json +b32aeba202cb46ca597c45b321df087629b0d529 data/create/recipes/crushing/raw_nickel_block.json +fe4987e15391a89865021c8ffc39f552d972ce6c data/create/recipes/crushing/raw_nickel_ore.json +ba9ac5dac3bebb11ca29c31da6929c1e4bc42a82 data/create/recipes/crushing/raw_osmium_block.json +f170312878e061b588780f694b3069b07c6a9145 data/create/recipes/crushing/raw_osmium_ore.json +7862c43aeabec2ce7f9c57237f12cb1e57ba19f3 data/create/recipes/crushing/raw_platinum_block.json +948c8d58b5ff186e1a6822ea30310f8fb2d04c0a data/create/recipes/crushing/raw_platinum_ore.json +44f93dc5967c395116f2f88440b6551ae37492fd data/create/recipes/crushing/raw_quicksilver_block.json +a47988609aa65204f28a08f92330947264bae99c data/create/recipes/crushing/raw_quicksilver_ore.json +edb7cd8356c53e9d6c26385e7daba2477d1c0fc3 data/create/recipes/crushing/raw_silver_block.json +c76409d69a9639c32bd95988bc6ae937d2b9ab3d data/create/recipes/crushing/raw_silver_ore.json +7a7aebffec77b5735ff94b36ea7d624012129b36 data/create/recipes/crushing/raw_tin_block.json +1416215d01c218bcf9138368237ad49a7e3401f7 data/create/recipes/crushing/raw_tin_ore.json +537963e4b7d514c6829091f80454d3722cdc1b66 data/create/recipes/crushing/raw_uranium_block.json +4614b1f29655509da43e7b9bf0b2dc25c1a5968e data/create/recipes/crushing/raw_uranium_ore.json +29b1755e48b902c1123eafa75a8fa00325bd3b8b data/create/recipes/crushing/raw_zinc.json +79775097db26ca297b8b1ab1b0f6a1666df0c39e data/create/recipes/crushing/raw_zinc_block.json 268f64d9d7f99e12d0a8228d3455c70e436ebd7f data/create/recipes/crushing/redstone_ore.json -e1181a36ecf2b628c3630031ccd2e21d0c16c49f data/create/recipes/crushing/silver_ore.json -8468739f330361e9fadbd2dcfc71372d30718d16 data/create/recipes/crushing/tin_ore.json +6ae95e2551fe11bceea7f473c04b158c0518508e data/create/recipes/crushing/silver_ore.json +caffc0003ad99160c866ee0e71a345dbe7f696b2 data/create/recipes/crushing/tin_ore.json 97beb27a8fb05f799c215a4cb5691d4e03a6820e data/create/recipes/crushing/tuff.json d16603ecf47014f2f8c6d9b5ce0ec5a5a398978f data/create/recipes/crushing/tuff_recycling.json -e80e766d07a0ab4ab6308749efa33ca1b930136d data/create/recipes/crushing/uranium_ore.json -37267cc5414a10929dcf1a6632f88557bd28547e data/create/recipes/crushing/veridium.json -560634c216c8bd55e72007a81cd2acb6d56f955f data/create/recipes/crushing/veridium_recycling.json +91dfb90e0efc81de398477039a6670a8ac30ab36 data/create/recipes/crushing/uranium_ore.json +e4cdcc67baffa90e27a73a2ba59ec92b323e1d4f data/create/recipes/crushing/veridium.json +bfd5baa72a48ef29c3141b57a88f5ead0f723614 data/create/recipes/crushing/veridium_recycling.json b135e3faf6afef4b6a5f00197997b47ff8e90568 data/create/recipes/crushing/wool.json -b62894fb1442ad947a976284bd7c1b23a6143798 data/create/recipes/crushing/zinc_ore.json +931a66992ccb5accdb435dca6fe6532e86250c0d data/create/recipes/crushing/zinc_ore.json b5c33d039e3c9771b3ffc322aadae7e75a823635 data/create/recipes/cutting/acacia_log.json b45b88bf2ac614b2518437656746f8e8a465d693 data/create/recipes/cutting/acacia_wood.json cdb26cd91feeda5901f31f57c16517dda5287810 data/create/recipes/cutting/andesite_alloy.json @@ -572,29 +572,29 @@ eaff1b1f905b1073366cb8b504f0ae68a59ad3a3 data/create/recipes/sandpaper_polishing 1eb8656f14fffd3e6c3791465e6880ab8c179765 data/create/recipes/splashing/black_concrete_powder.json 5215f9b283ba582e1029de2b21cac5986c1eadbd data/create/recipes/splashing/blue_concrete_powder.json 3ce6bc6cfbdeb52c2514f5620db9f0b95ee18d3a data/create/recipes/splashing/brown_concrete_powder.json -d2aad9e39b79334927d96a00a4ad6b090ca9f506 data/create/recipes/splashing/crushed_copper_ore.json -52eb840345f866a62b8d75501699eb8b8603415c data/create/recipes/splashing/crushed_gold_ore.json -8f2216a9038deaaf0ffe606024ea1e1ce6f5c6d5 data/create/recipes/splashing/crushed_iron_ore.json -f5f7c1ca90e474ae1803120953bcf94f1a016111 data/create/recipes/splashing/crushed_zinc_ore.json +20fa6574bd8903f2cc0e352bcd8fd6580b598365 data/create/recipes/splashing/crushed_raw_copper.json +909331cf4a04345ad4be47848d2850f0133240bd data/create/recipes/splashing/crushed_raw_gold.json +7f516ebd70fd756ae6d0f07c625ab72bf1859cb2 data/create/recipes/splashing/crushed_raw_iron.json +84fa67d901de38656af11bbcf644361abf651ebb data/create/recipes/splashing/crushed_raw_zinc.json e0746e69dbfee5a7e226980d496490b534f848a9 data/create/recipes/splashing/cyan_concrete_powder.json 64535aaa3a5d4b98791337b1a8ce50ad3d39a8ac data/create/recipes/splashing/gravel.json dd9508767f68cc8b5cc2f642690961e0c22c9985 data/create/recipes/splashing/gray_concrete_powder.json 8908b452e6bc1290ebb8cfefc2c066460de93bff data/create/recipes/splashing/green_concrete_powder.json 32d3cbf2d10b97a40c9f1f70b004c720782eabda data/create/recipes/splashing/ice.json -ad4f0b1d7b4217a9f42aaab32e49a9eb87fdae33 data/create/recipes/splashing/immersiveengineering/crushed_aluminum_ore.json -19078e218768b271e7cd15fbd8e5c931af6725b9 data/create/recipes/splashing/immersiveengineering/crushed_lead_ore.json -90830efd768c4fc4977420a19aa3bfa831e1b947 data/create/recipes/splashing/immersiveengineering/crushed_nickel_ore.json -261cfdeb96c717eb08abe51260a69f7b32a2ad60 data/create/recipes/splashing/immersiveengineering/crushed_silver_ore.json -b674384fde3e03b72f73cb8191c5d827d69e0ca6 data/create/recipes/splashing/immersiveengineering/crushed_uranium_ore.json +856e240d49ecf0b722ed13f8310d93f388ffcede data/create/recipes/splashing/immersiveengineering/crushed_raw_aluminum.json +5dd083b9e4cf459b9567ee17f2ad71ca31161200 data/create/recipes/splashing/immersiveengineering/crushed_raw_lead.json +6707b4319280ce28e1edd594e58549f65cd8376c data/create/recipes/splashing/immersiveengineering/crushed_raw_nickel.json +d379607eda7fba5048751d806a245d58e91acc1f data/create/recipes/splashing/immersiveengineering/crushed_raw_silver.json +8afc0810a0166a62d8d394f2841d27e7f7a3e6c5 data/create/recipes/splashing/immersiveengineering/crushed_raw_uranium.json 676a409aadcbf2497b366234c5186c6192a67c8d data/create/recipes/splashing/light_blue_concrete_powder.json d4053dba524524329f43df5bdde81d9ee07838b5 data/create/recipes/splashing/light_gray_concrete_powder.json 3d87975758344a4e420c3c5a138dd300e97cf3c4 data/create/recipes/splashing/lime_concrete_powder.json a7d14062310d6c34aebd20dc7ea1f81d8877fe5f data/create/recipes/splashing/magenta_concrete_powder.json 8d787ccbb817d773616405afc255e298803c9573 data/create/recipes/splashing/magma_block.json -95738b9fbf01d379e349b15d8c7794e60e29bdee data/create/recipes/splashing/mekanism/crushed_lead_ore.json -d390c3cf34ae98508be18c2841ccd99a82ee2229 data/create/recipes/splashing/mekanism/crushed_osmium_ore.json -d621005642e070acfa7b3f589bd680e6263f9d52 data/create/recipes/splashing/mekanism/crushed_tin_ore.json -8bbd37609e1d95b623e7421027a9966f090c5e4e data/create/recipes/splashing/mekanism/crushed_uranium_ore.json +a5a73229d315571f28660a23a93a4581061a1809 data/create/recipes/splashing/mekanism/crushed_raw_lead.json +ba674b07d9f6b288ab79917c21e435b7205cbf4f data/create/recipes/splashing/mekanism/crushed_raw_osmium.json +44ffc1132df9ea418453dc580d8250107c34b1a2 data/create/recipes/splashing/mekanism/crushed_raw_tin.json +7960240bceacdbba1458e354823ae5b4e076d4d0 data/create/recipes/splashing/mekanism/crushed_raw_uranium.json 33010500d02167a49b9e697fdeba3c169a80dee3 data/create/recipes/splashing/orange_concrete_powder.json bead7ac4cb59e935f62bb87c077494fcbca6f18f data/create/recipes/splashing/pink_concrete_powder.json 2b2404f137bb0fac204abddd4259e916a0b1c7b5 data/create/recipes/splashing/purple_concrete_powder.json @@ -604,10 +604,10 @@ cccf4ef0891992687dcb7ce5c644499d93210b8a data/create/recipes/splashing/sand.json 5f830a62c14cfa86fdc59d3405ac79fa626c53ea data/create/recipes/splashing/soul_sand.json 0ee6d52e8966b6189f2841bcdf41417df1ab072c data/create/recipes/splashing/stained_glass.json f241ec6a8ad063b28281c18e1fbb03c482d7af8b data/create/recipes/splashing/stained_glass_pane.json -f1f13577f5c652994badea98607a62ec9eb16723 data/create/recipes/splashing/thermal/crushed_lead_ore.json -371cc9440b2eb4fb3a5a669092e66fb75d822a58 data/create/recipes/splashing/thermal/crushed_nickel_ore.json -8c0c0a2dc62f48478cec15b78445d0f6bb02e3f2 data/create/recipes/splashing/thermal/crushed_silver_ore.json -52820b76b21e2c58c615f6c52ee53245118448b2 data/create/recipes/splashing/thermal/crushed_tin_ore.json +43bcc2f22cca830f11a48f4b48f699001f4ffbb5 data/create/recipes/splashing/thermal/crushed_raw_lead.json +4bc875e07f963f417e0a427ca7a6f9f9a40213ac data/create/recipes/splashing/thermal/crushed_raw_nickel.json +0ceeb253b478dde532e4de01d1ff60ed09819388 data/create/recipes/splashing/thermal/crushed_raw_silver.json +5fa818c04cb65048be0246ade3946cc1e01a0772 data/create/recipes/splashing/thermal/crushed_raw_tin.json 23d70b869e50a1e11df264f3640becac4ec9100d data/create/recipes/splashing/wheat_flour.json a883796342143a5f2b5bc68d230b725964abdb8f data/create/recipes/splashing/white_concrete_powder.json d09bcaa2334e05e6cce37b7342c7de84ce954bb9 data/create/recipes/splashing/wool.json diff --git a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 index 152d4eec26..c4af233da6 100644 --- a/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 +++ b/src/generated/resources/.cache/c24b4d2b8d15abff51c78bd94f4403d9eae6c139 @@ -1,2 +1,2 @@ -// 1.19.2 2023-05-12T23:16:42.6018439 Create's Custom Sounds +// 1.19.2 2023-05-21T22:23:36.0531731 Create's Custom Sounds 043955db25ffe58e7debb9a4f11e41a9571376e6 assets/create/sounds.json diff --git a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/experience_nugget_from_block.json b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/experience_nugget_from_block.json index cd7cdb595f..6b1f24785c 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/experience_nugget_from_block.json +++ b/src/generated/resources/data/create/advancements/recipes/create.base/crafting/materials/experience_nugget_from_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/experience_nugget_from_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/experience_nugget_from_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/experience_nugget_from_block" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/experience_block.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/experience_block.json index 41d286ae4e..a2e7b0fcdb 100644 --- a/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/experience_block.json +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/crafting/materials/experience_block.json @@ -1,13 +1,7 @@ { "parent": "minecraft:recipes/root", - "rewards": { - "recipes": [ - "create:crafting/materials/experience_block" - ] - }, "criteria": { "has_item": { - "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { @@ -16,13 +10,14 @@ ] } ] - } + }, + "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { - "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "create:crafting/materials/experience_block" - } + }, + "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ @@ -30,5 +25,10 @@ "has_item", "has_the_recipe" ] - ] + ], + "rewards": { + "recipes": [ + "create:crafting/materials/experience_block" + ] + } } \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/experience_block.json b/src/generated/resources/data/create/loot_tables/blocks/experience_block.json index 4460120de9..40231da417 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/experience_block.json +++ b/src/generated/resources/data/create/loot_tables/blocks/experience_block.json @@ -2,19 +2,19 @@ "type": "minecraft:block", "pools": [ { - "rolls": 1.0, "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], "entries": [ { "type": "minecraft:item", "name": "create:experience_block" } ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] + "rolls": 1.0 } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/crafting/materials/experience_block.json b/src/generated/resources/data/create/recipes/crafting/materials/experience_block.json index be3191b6d3..f265943307 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/experience_block.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/experience_block.json @@ -1,15 +1,15 @@ { "type": "minecraft:crafting_shaped", - "pattern": [ - "CCC", - "CCC", - "CCC" - ], "key": { "C": { "item": "create:experience_nugget" } }, + "pattern": [ + "CCC", + "CCC", + "CCC" + ], "result": { "item": "create:experience_block" } diff --git a/src/generated/resources/data/create/recipes/crafting/materials/experience_nugget_from_block.json b/src/generated/resources/data/create/recipes/crafting/materials/experience_nugget_from_block.json index adc3f4b57d..39287d8404 100644 --- a/src/generated/resources/data/create/recipes/crafting/materials/experience_nugget_from_block.json +++ b/src/generated/resources/data/create/recipes/crafting/materials/experience_nugget_from_block.json @@ -6,7 +6,7 @@ } ], "result": { - "item": "create:experience_nugget", - "count": 9 + "count": 9, + "item": "create:experience_nugget" } } \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/items/crushed_raw_materials.json b/src/generated/resources/data/create/tags/items/crushed_raw_materials.json index c29ba64272..405bf381e9 100644 --- a/src/generated/resources/data/create/tags/items/crushed_raw_materials.json +++ b/src/generated/resources/data/create/tags/items/crushed_raw_materials.json @@ -1,5 +1,4 @@ { - "replace": false, "values": [ "create:crushed_raw_iron", "create:crushed_raw_gold", diff --git a/src/main/java/com/simibubi/create/content/kinetics/mechanicalArm/ArmItem.java b/src/main/java/com/simibubi/create/content/kinetics/mechanicalArm/ArmItem.java index 4754113e0c..cd50a8b775 100644 --- a/src/main/java/com/simibubi/create/content/kinetics/mechanicalArm/ArmItem.java +++ b/src/main/java/com/simibubi/create/content/kinetics/mechanicalArm/ArmItem.java @@ -1,6 +1,6 @@ package com.simibubi.create.content.kinetics.mechanicalArm; -import com.simibubi.create.foundation.networking.AllPackets; +import com.simibubi.create.AllPackets; import net.minecraft.core.BlockPos; import net.minecraft.server.level.ServerPlayer; diff --git a/src/main/java/com/simibubi/create/content/logistics/depot/EjectorItem.java b/src/main/java/com/simibubi/create/content/logistics/depot/EjectorItem.java index 0a43a9db84..d1f59d6265 100644 --- a/src/main/java/com/simibubi/create/content/logistics/depot/EjectorItem.java +++ b/src/main/java/com/simibubi/create/content/logistics/depot/EjectorItem.java @@ -1,6 +1,6 @@ package com.simibubi.create.content.logistics.depot; -import com.simibubi.create.foundation.networking.AllPackets; +import com.simibubi.create.AllPackets; import net.minecraft.core.BlockPos; import net.minecraft.server.level.ServerPlayer; diff --git a/src/main/java/com/simibubi/create/content/materials/ExperienceBlock.java b/src/main/java/com/simibubi/create/content/materials/ExperienceBlock.java index 42a90b1948..442deccce6 100644 --- a/src/main/java/com/simibubi/create/content/materials/ExperienceBlock.java +++ b/src/main/java/com/simibubi/create/content/materials/ExperienceBlock.java @@ -1,11 +1,10 @@ package com.simibubi.create.content.materials; -import java.util.Random; - import com.simibubi.create.foundation.utility.VecHelper; import net.minecraft.core.BlockPos; import net.minecraft.core.particles.ParticleTypes; +import net.minecraft.util.RandomSource; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.Block; import net.minecraft.world.level.block.state.BlockState; @@ -18,7 +17,7 @@ public class ExperienceBlock extends Block { } @Override - public void animateTick(BlockState pState, Level pLevel, BlockPos pPos, Random pRand) { + public void animateTick(BlockState pState, Level pLevel, BlockPos pPos, RandomSource pRand) { if (pRand.nextInt(5) != 0) return; Vec3 vec3 = VecHelper.clampComponentWise(VecHelper.offsetRandomly(Vec3.ZERO, pRand, .75f), .55f) From 3f72ce0ad5e344ee42cc20028c2e6a013fe40a38 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Wed, 24 May 2023 18:09:55 +0200 Subject: [PATCH 46/51] Datagen --- .../8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 | 42 +++++++++---------- .../9b718366ce2ebddbc65bf65c103939e2cf56b4af | 4 +- .../resources/assets/create/lang/en_us.json | 3 -- .../assets/create/lang/default/interface.json | 3 -- 4 files changed, 23 insertions(+), 29 deletions(-) diff --git a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 index 47005a790c..bbe475ba54 100644 --- a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 +++ b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-21T22:23:35.9903415 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] +// 1.19.2 2023-05-24T18:02:06.5272361 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] 60bbdf92d2ac9824ea6144955c74043a6005f79d assets/create/blockstates/acacia_window.json 6a67703c2697d81b7dc83e9d72a66f9c9ff08383 assets/create/blockstates/acacia_window_pane.json c3ae87b62e81d8e9476eccd793bb1548d74c66a1 assets/create/blockstates/adjustable_chain_gearshift.json @@ -612,8 +612,8 @@ d4ffa3f167dfa03728ed760db7b72480ac78da71 assets/create/models/block/andesite_bel 6cf7d3d9d8e6a9e92fc4622ca6aaf2e2accdd65f assets/create/models/block/andesite_belt_funnel_pushing_unpowered.json 56ab231c317040a02bf8588096c414c043062e0d assets/create/models/block/andesite_belt_funnel_retracted_powered.json 593b75f5d1ef34fd479e87228cd9b84404966d6e assets/create/models/block/andesite_belt_funnel_retracted_unpowered.json -10421a5e00c36da999661dcd1f6127ab1eced4bf assets/create/models/block/andesite_cap.json -788028ad9b297a806389a479a6a4b2912f012faf assets/create/models/block/andesite_cap_alt.json +63dc5d1d36eda5131f6163d1c051ff5b5d60b1f5 assets/create/models/block/andesite_cap.json +088c4433e9199faf6a09032f443d1c5529c1f117 assets/create/models/block/andesite_cap_alt.json b69b845d2a5f93ec3c2339fd5d38fa8e1360a3ee assets/create/models/block/andesite_casing.json 7f3e4636d521a67eb621d5d27d6b175d455179f8 assets/create/models/block/andesite_encased_cogwheel.json 5a5a3aac31c44030880774b96cfecc40568abe75 assets/create/models/block/andesite_encased_cogwheel_bottom.json @@ -634,12 +634,12 @@ dcbf18e7c49d8058e6ad9309b2473ef3bc1d5519 assets/create/models/block/andesite_fun b39661fd20e4b3f5ab2b20cbd51af4ca98e2410e assets/create/models/block/andesite_ladder.json 338ecc4d7d7c71fec17c8370a1313049d5179bb3 assets/create/models/block/andesite_pillar.json 46d6434572f5514e9af63c7234f581d6b2a873fb assets/create/models/block/andesite_pillar_horizontal.json -8d0bb2c6a6f47f8065294bbb371c67370efd913e assets/create/models/block/andesite_post.json -e9b21e62529f23db3a97b908082e74500287bf06 assets/create/models/block/andesite_post_ends.json +3819c8da4fa1074e05de1e18317530c543ed4504 assets/create/models/block/andesite_post.json +3127d8ac32a3283797cd6f4784c5bbdcbc6d01b7 assets/create/models/block/andesite_post_ends.json 167d94c692f94f49c2f33d59008b0d10c435c570 assets/create/models/block/andesite_scaffolding.json 32551174974fde322de14af09afb160673c4ed23 assets/create/models/block/andesite_scaffolding_horizontal.json -cdb5eed76bf8b93ad24420aa443aa8ffd26e7b25 assets/create/models/block/andesite_side.json -27e3fe8b8d395baef08692b300dfb362a355e933 assets/create/models/block/andesite_side_alt.json +e20105b4d1762fbfe67377e08cdb8c7ff9a62128 assets/create/models/block/andesite_side.json +b58e7204eef795080abf9fffa41ba11ec2e12426 assets/create/models/block/andesite_side_alt.json 378df94de8cbce28cd3c2dc30fd3a30dfc451cdd assets/create/models/block/asurine_natural_0.json d6eb7105dd9b42adde48bd70e3f2fba70751c1db assets/create/models/block/asurine_natural_1.json 6d77d2591579619aa1ebb7b2f0e2c939e1648e4a assets/create/models/block/asurine_natural_2.json @@ -683,8 +683,8 @@ baaaaf87b9b883ef028fbf42e4f8b1fe89f79acf assets/create/models/block/brass_belt_f 052ce8de93d149988688f465efd7381d8e5aa942 assets/create/models/block/brass_belt_funnel_retracted_powered.json 59da0fcd09fda595825c34509aa97b64b539f424 assets/create/models/block/brass_belt_funnel_retracted_unpowered.json 4ef8482fd79248ebae907a60355cc630737a4b69 assets/create/models/block/brass_block.json -6c8a025fdeeae955fcdf3659cc349887aff78170 assets/create/models/block/brass_cap.json -68cc58f274ecd55b9c856ba853dc9a91c40e0394 assets/create/models/block/brass_cap_alt.json +f96d0c4880b15e2b85c3d3428e7a5db502d2a668 assets/create/models/block/brass_cap.json +0686785f47d3360012dab59291271a30ad039603 assets/create/models/block/brass_cap_alt.json d2c11a9d736b8cb17b7face08f00202ecb12b4df assets/create/models/block/brass_casing.json bf9a54257daa3e2787c8dcd84d42b9eb72503b5b assets/create/models/block/brass_encased_cogwheel.json ef13822bd18d37e7cf5d2c37e3fd3207cf2c58c1 assets/create/models/block/brass_encased_cogwheel_bottom.json @@ -703,12 +703,12 @@ cf63ef853a4f1c4e83c95f7485b9ef7ce02fdf51 assets/create/models/block/brass_funnel 4b88543d2db333ccad092ac508b20f8c241e976a assets/create/models/block/brass_funnel_vertical_push_powered.json 48e734cd25a835993c6fba210d4ad1889c48aa41 assets/create/models/block/brass_funnel_vertical_push_unpowered.json 4e4ac84ae8d864cc8a7d8e2c4d002be7d5c08304 assets/create/models/block/brass_ladder.json -b48c875024f8463448af77ef399f6cbec00d7abf assets/create/models/block/brass_post.json -057c20fa1aaf270ad2dcfd064ec809bbb7175eed assets/create/models/block/brass_post_ends.json +8725b8d89416b5fcfc02a69038046067e834bf48 assets/create/models/block/brass_post.json +b2a95218042586aae38dff9278f3ee3f159bc73e assets/create/models/block/brass_post_ends.json 0fe59cd0ec75eeb44115bb0e2127acde25be100a assets/create/models/block/brass_scaffolding.json 62d99236e09b11af9a24d3c667fb1167cf8db0b0 assets/create/models/block/brass_scaffolding_horizontal.json -74e5f5af0d762411ac9573691203ed11dd08331a assets/create/models/block/brass_side.json -a53836065b4f172a85cccd992d63a585cfbf72f6 assets/create/models/block/brass_side_alt.json +ec81e9c237ec98b30a3de22e12cb9720922478eb assets/create/models/block/brass_side.json +c697cace1f4097468ff34254c4ff6450d9d52f91 assets/create/models/block/brass_side_alt.json 2f040681214af58a97e70d3a6e77a0fc2e02c624 assets/create/models/block/brown_nixie_tube.json 50a054d1e0660d16e86cf7a520b9bf36e38401b6 assets/create/models/block/brown_sail.json 0616de192825246e6036d1f69911170438a83b81 assets/create/models/block/brown_seat.json @@ -718,12 +718,12 @@ a53836065b4f172a85cccd992d63a585cfbf72f6 assets/create/models/block/brass_side_a 141fc72bb7296c6b5a13499622c0c7384179a7fa assets/create/models/block/calcite_pillar_horizontal.json e9d61ba17fa2619af01ef604c3f65cbe9272f010 assets/create/models/block/chocolate.json d8339ab47ffa828985c7da27c37794a95aba8b42 assets/create/models/block/clockwork_bearing.json -c8d874d0e198380bdf9b2cac527fc21c2bd9ca71 assets/create/models/block/copper_cap.json -121367f46e9995677e7f3799901d923f796d87d9 assets/create/models/block/copper_cap_alt.json +8afe6afaff33b94c1fcee68fdaf842d525eec212 assets/create/models/block/copper_cap.json +58e6ed1f765ba67ca5d8a446af357f311587e431 assets/create/models/block/copper_cap_alt.json d8053f194ee9331288aadac94bc23fff5a63ae9c assets/create/models/block/copper_casing.json 2606721928394e80b24b5f0ff7011c1c552cfe7c assets/create/models/block/copper_ladder.json -3087145fe235e80bdead963ad72d4523d178cb85 assets/create/models/block/copper_post.json -4cb6a6960033bb92ad1e36de0e855586dd4feff0 assets/create/models/block/copper_post_ends.json +d063df8e9b974c11fc7810ce176b02d7d924e15b assets/create/models/block/copper_post.json +2b5aed4a917694beb33d9b0ecbc800dcbc143ee9 assets/create/models/block/copper_post_ends.json bac7566a726b0fe6d537c744aec4afb383dc165c assets/create/models/block/copper_scaffolding.json dbee65c129740f3b99c07e754b3224d3f9f8c242 assets/create/models/block/copper_scaffolding_horizontal.json 32fdb85b5b62d5a0fb41732874c854788cdd2ba1 assets/create/models/block/copper_shingles.json @@ -732,8 +732,8 @@ fb7fb6deebd502946ab57f1b8a9f4a6b5dd48da3 assets/create/models/block/copper_shing 5d74be967bbe9feba4b630751f13af817a733d1d assets/create/models/block/copper_shingle_stairs.json 35cb89f29ce3f8d8af13602c08ecd7afbb7cf56a assets/create/models/block/copper_shingle_stairs_inner.json fcb9295f4f388e6d439ec9a3906ca326b6d69077 assets/create/models/block/copper_shingle_stairs_outer.json -ef6033affc2b813f49eb7ddd7165c63e9308a7e9 assets/create/models/block/copper_side.json -ad4b0dcbd8696d942b57d0c447fcf47fa9308375 assets/create/models/block/copper_side_alt.json +cb218a725f82db34ffe58a5208266e1c768cfc05 assets/create/models/block/copper_side.json +d9b4652ca8f1e65007f42d946ecfb38acc3f168f assets/create/models/block/copper_side_alt.json 32f06f39d0b34e4431795aa6e64f87e58dc1597b assets/create/models/block/copper_tiles.json 298c6100de02ed9f813397d8ba38c46f35035c69 assets/create/models/block/copper_tile_slab.json d4422c2d96fb329087d1be70d8b983a8cf6c7f01 assets/create/models/block/copper_tile_slab_top.json @@ -4177,7 +4177,7 @@ a1e21c22f32354fd1a82a1b0a59dd786c0deaba0 data/create/tags/blocks/movable_empty_c 4970078b49ddac1b1d500ed0469cedf42bdc3d35 data/create/tags/blocks/non_movable.json 06e13efbb7b0d09ff7ecd1a7dc45a0760b91ad67 data/create/tags/blocks/ore_override_stone.json a5874f73c7dc0a3ae12999e6ae8abf45bc7fb9be data/create/tags/blocks/passive_boiler_heaters.json -5944581660e37a1f6e83d600af6e920446124904 data/create/tags/blocks/safe_nbt.json +3928cfdba3f941456bb05005fa0c36966a3aa880 data/create/tags/blocks/safe_nbt.json 79418bd729cef417b322cef9b491e7ae83317d61 data/create/tags/blocks/seats.json 5def5088f7fd31b80e6f28c1c4ea146aa9d7d15b data/create/tags/blocks/toolboxes.json 2589b135c0e96ad29076569e144528fe32ea5b39 data/create/tags/blocks/tracks.json @@ -4279,7 +4279,7 @@ c741ba83b562ae3459d7c4f2db69537f549ea411 data/forge/tags/items/tools/wrench.json e3321ff14704c031a2c16953b7e391f4f24dd70b data/minecraft/tags/blocks/impermeable.json 515a1c773e617dd7e38aa1b893acc7db2dd30e08 data/minecraft/tags/blocks/lush_ground_replaceable.json 5a030817b2322e363edc8f5376f7c9de73df8b48 data/minecraft/tags/blocks/mineable/axe.json -ab62160b054ce4ac41d2643845f3760f2451618b data/minecraft/tags/blocks/mineable/pickaxe.json +d794a156fdc9ec9e7c935b3b8962206b7b82eb79 data/minecraft/tags/blocks/mineable/pickaxe.json 515a1c773e617dd7e38aa1b893acc7db2dd30e08 data/minecraft/tags/blocks/moss_replaceable.json 0c13aae0eeb99e89febe8dbe5e002af2ff843a9e data/minecraft/tags/blocks/needs_iron_tool.json 3cb2a92cbdf32ed5978f740dc378d363306c3e84 data/minecraft/tags/blocks/needs_stone_tool.json diff --git a/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af index 9d683059e2..0a218373ee 100644 --- a/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af +++ b/src/generated/resources/.cache/9b718366ce2ebddbc65bf65c103939e2cf56b4af @@ -1,2 +1,2 @@ -// 1.19.2 2023-05-21T22:23:35.989344 Create's lang merger -719fad376df144f879db19714e2d225beacb4a7d assets/create/lang/en_us.json +// 1.19.2 2023-05-24T18:02:06.5252419 Create's lang merger +12da996b104ab0e5ce956c963fbdae7e59e72f79 assets/create/lang/en_us.json diff --git a/src/generated/resources/assets/create/lang/en_us.json b/src/generated/resources/assets/create/lang/en_us.json index 8ae6e4687d..6d5b564e2c 100644 --- a/src/generated/resources/assets/create/lang/en_us.json +++ b/src/generated/resources/assets/create/lang/en_us.json @@ -890,9 +890,6 @@ "itemGroup.create.base": "Create", "itemGroup.create.palettes": "Create's Building Blocks", - "block.create.mangrove_window": "Mangrove Window", - "block.create.mangrove_window_pane": "Mangrove Window Pane", - "death.attack.create.crush": "%1$s was processed by Crushing Wheels", "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", diff --git a/src/main/resources/assets/create/lang/default/interface.json b/src/main/resources/assets/create/lang/default/interface.json index 7f88b4ecdd..8379e82578 100644 --- a/src/main/resources/assets/create/lang/default/interface.json +++ b/src/main/resources/assets/create/lang/default/interface.json @@ -3,9 +3,6 @@ "itemGroup.create.base": "Create", "itemGroup.create.palettes": "Create's Building Blocks", - "block.create.mangrove_window": "Mangrove Window", - "block.create.mangrove_window_pane": "Mangrove Window Pane", - "death.attack.create.crush": "%1$s was processed by Crushing Wheels", "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", From 4cbac61c05ac9a58610346380f2c7ff9fc9da87d Mon Sep 17 00:00:00 2001 From: TropheusJ Date: Fri, 30 Jun 2023 01:37:07 -0400 Subject: [PATCH 47/51] update bucket volume constant --- .../create/infrastructure/gametest/tests/TestFluids.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/java/com/simibubi/create/infrastructure/gametest/tests/TestFluids.java b/src/main/java/com/simibubi/create/infrastructure/gametest/tests/TestFluids.java index d037f4578b..b4c0eef541 100644 --- a/src/main/java/com/simibubi/create/infrastructure/gametest/tests/TestFluids.java +++ b/src/main/java/com/simibubi/create/infrastructure/gametest/tests/TestFluids.java @@ -14,8 +14,6 @@ import com.simibubi.create.infrastructure.gametest.CreateGameTestHelper; import com.simibubi.create.infrastructure.gametest.GameTestGroup; import net.minecraft.core.BlockPos; -import net.minecraft.core.Holder; -import net.minecraft.core.Registry; import net.minecraft.gametest.framework.GameTest; import net.minecraft.gametest.framework.GameTestAssertException; import net.minecraft.tags.BlockTags; @@ -254,7 +252,7 @@ public class TestFluids { BlockPos lever = new BlockPos(3, 3, 1); BlockPos output = new BlockPos(3, 4, 4); BlockPos tankOutput = new BlockPos(1, 2, 4); - FluidStack expected = new FluidStack(Fluids.WATER, 2 * FluidAttributes.BUCKET_VOLUME); + FluidStack expected = new FluidStack(Fluids.WATER, 2 * FluidType.BUCKET_VOLUME); helper.pullLever(lever); helper.succeedWhen(() -> { helper.assertFluidPresent(expected, tankOutput); From 364ad6edf257307a165ab961f8adbdc732d63374 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Tue, 4 Jul 2023 12:43:50 +0200 Subject: [PATCH 48/51] Honey Vision - Moved fluid fog distance and colour handling to their fluid types - Bumped Flywheel --- gradle.properties | 2 +- .../java/com/simibubi/create/AllFluids.java | 82 +++++++++++++++++-- .../foundation/events/ClientEvents.java | 43 ---------- 3 files changed, 75 insertions(+), 52 deletions(-) diff --git a/gradle.properties b/gradle.properties index 37a2a771d1..2a7df783be 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ use_parchment = true # dependency versions registrate_version = MC1.19-1.1.5 flywheel_minecraft_version = 1.19.2 -flywheel_version = 0.6.9-17 +flywheel_version = 0.6.9-18 jei_minecraft_version = 1.19.2 jei_version = 11.2.0.254 curios_minecraft_version = 1.19.2 diff --git a/src/main/java/com/simibubi/create/AllFluids.java b/src/main/java/com/simibubi/create/AllFluids.java index 3a5765df5e..d978e0192c 100644 --- a/src/main/java/com/simibubi/create/AllFluids.java +++ b/src/main/java/com/simibubi/create/AllFluids.java @@ -3,16 +3,28 @@ package com.simibubi.create; import static com.simibubi.create.Create.REGISTRATE; import java.util.function.Consumer; +import java.util.function.Supplier; import javax.annotation.Nullable; +import org.jetbrains.annotations.NotNull; + +import com.mojang.blaze3d.shaders.FogShape; +import com.mojang.blaze3d.systems.RenderSystem; +import com.mojang.math.Vector3f; import com.simibubi.create.AllTags.AllFluidTags; import com.simibubi.create.content.decoration.palettes.AllPaletteStoneTypes; import com.simibubi.create.content.fluids.VirtualFluid; import com.simibubi.create.content.fluids.potion.PotionFluid; import com.simibubi.create.content.fluids.potion.PotionFluid.PotionFluidType; +import com.simibubi.create.foundation.utility.Color; +import com.simibubi.create.infrastructure.config.AllConfigs; +import com.tterrag.registrate.builders.FluidBuilder.FluidTypeFactory; import com.tterrag.registrate.util.entry.FluidEntry; +import net.minecraft.client.Camera; +import net.minecraft.client.multiplayer.ClientLevel; +import net.minecraft.client.renderer.FogRenderer.FogMode; import net.minecraft.core.BlockPos; import net.minecraft.resources.ResourceLocation; import net.minecraft.world.level.BlockAndTintGetter; @@ -41,7 +53,9 @@ public class AllFluids { .register(); public static final FluidEntry HONEY = - REGISTRATE.standardFluid("honey", NoColorFluidAttributes::new) + REGISTRATE.standardFluid("honey", + SolidRenderedPlaceableFluidType.create(0xEAAE2F, + () -> 1f / 8f * AllConfigs.client().honeyTransparencyMultiplier.getF())) .lang("Honey") .properties(b -> b.viscosity(2000) .density(1400)) @@ -57,7 +71,9 @@ public class AllFluids { .register(); public static final FluidEntry CHOCOLATE = - REGISTRATE.standardFluid("chocolate", NoColorFluidAttributes::new) + REGISTRATE.standardFluid("chocolate", + SolidRenderedPlaceableFluidType.create(0x622020, + () -> 1f / 32f * AllConfigs.client().chocolateTransparencyMultiplier.getF())) .lang("Chocolate") .tag(AllTags.forgeFluidTag("chocolate")) .properties(b -> b.viscosity(1500) @@ -149,6 +165,25 @@ public class AllFluids { public int getTintColor(FluidState state, BlockAndTintGetter getter, BlockPos pos) { return TintedFluidType.this.getTintColor(state, getter, pos); } + + @Override + public @NotNull Vector3f modifyFogColor(Camera camera, float partialTick, ClientLevel level, + int renderDistance, float darkenWorldAmount, Vector3f fluidFogColor) { + Vector3f customFogColor = TintedFluidType.this.getCustomFogColor(); + return customFogColor == null ? fluidFogColor : customFogColor; + } + + @Override + public void modifyFogRender(Camera camera, FogMode mode, float renderDistance, float partialTick, + float nearDistance, float farDistance, FogShape shape) { + float modifier = TintedFluidType.this.getFogDistanceModifier(); + float baseWaterFog = 96.0f; + if (modifier != 1f) { + RenderSystem.setShaderFogShape(FogShape.CYLINDER); + RenderSystem.setShaderFogStart(-8); + RenderSystem.setShaderFogEnd(baseWaterFog * modifier); + } + } }); } @@ -156,16 +191,32 @@ public class AllFluids { protected abstract int getTintColor(FluidStack stack); protected abstract int getTintColor(FluidState state, BlockAndTintGetter getter, BlockPos pos); + + protected Vector3f getCustomFogColor() { + return null; + } + + protected float getFogDistanceModifier() { + return 1f; + } } - /** - * Removing alpha from tint prevents optifine from forcibly applying biome - * colors to modded fluids (Makes translucent fluids disappear) - */ - private static class NoColorFluidAttributes extends TintedFluidType { + private static class SolidRenderedPlaceableFluidType extends TintedFluidType { - public NoColorFluidAttributes(Properties properties, ResourceLocation stillTexture, + private Vector3f fogColor; + private Supplier fogDistance; + + public static FluidTypeFactory create(int fogColor, Supplier fogDistance) { + return (p, s, f) -> { + SolidRenderedPlaceableFluidType fluidType = new SolidRenderedPlaceableFluidType(p, s, f); + fluidType.fogColor = new Color(fogColor, false).asVectorF(); + fluidType.fogDistance = fogDistance; + return fluidType; + }; + } + + private SolidRenderedPlaceableFluidType(Properties properties, ResourceLocation stillTexture, ResourceLocation flowingTexture) { super(properties, stillTexture, flowingTexture); } @@ -175,10 +226,25 @@ public class AllFluids { return NO_TINT; } + /* + * Removing alpha from tint prevents optifine from forcibly applying biome + * colors to modded fluids (this workaround only works for fluids in the solid + * render layer) + */ @Override public int getTintColor(FluidState state, BlockAndTintGetter world, BlockPos pos) { return 0x00ffffff; } + + @Override + protected Vector3f getCustomFogColor() { + return fogColor; + } + + @Override + protected float getFogDistanceModifier() { + return fogDistance.get(); + } } diff --git a/src/main/java/com/simibubi/create/foundation/events/ClientEvents.java b/src/main/java/com/simibubi/create/foundation/events/ClientEvents.java index d88e23c72b..a76500733f 100644 --- a/src/main/java/com/simibubi/create/foundation/events/ClientEvents.java +++ b/src/main/java/com/simibubi/create/foundation/events/ClientEvents.java @@ -2,7 +2,6 @@ package com.simibubi.create.foundation.events; import com.mojang.blaze3d.systems.RenderSystem; import com.mojang.blaze3d.vertex.PoseStack; -import com.simibubi.create.AllFluids; import com.simibubi.create.AllItems; import com.simibubi.create.AllPackets; import com.simibubi.create.Create; @@ -298,20 +297,6 @@ public class ClientEvents { Fluid fluid = fluidState.getType(); Entity entity = camera.getEntity(); - if (AllFluids.CHOCOLATE.get() - .isSame(fluid)) { - event.scaleFarPlaneDistance(1f / 32f * AllConfigs.client().chocolateTransparencyMultiplier.getF()); - event.setCanceled(true); - return; - } - - if (AllFluids.HONEY.get() - .isSame(fluid)) { - event.scaleFarPlaneDistance(1f / 8f * AllConfigs.client().honeyTransparencyMultiplier.getF()); - event.setCanceled(true); - return; - } - if (entity.isSpectator()) return; @@ -330,34 +315,6 @@ public class ClientEvents { } } - @SubscribeEvent - public static void getFogColor(ViewportEvent.ComputeFogColor event) { - Camera info = event.getCamera(); - Level level = Minecraft.getInstance().level; - BlockPos blockPos = info.getBlockPosition(); - FluidState fluidState = level.getFluidState(blockPos); - if (info.getPosition().y > blockPos.getY() + fluidState.getHeight(level, blockPos)) - return; - - Fluid fluid = fluidState.getType(); - - if (AllFluids.CHOCOLATE.get() - .isSame(fluid)) { - event.setRed(98 / 255f); - event.setGreen(32 / 255f); - event.setBlue(32 / 255f); - return; - } - - if (AllFluids.HONEY.get() - .isSame(fluid)) { - event.setRed(234 / 255f); - event.setGreen(174 / 255f); - event.setBlue(47 / 255f); - return; - } - } - @SubscribeEvent public static void leftClickEmpty(PlayerInteractEvent.LeftClickEmpty event) { ItemStack stack = event.getItemStack(); From a6a4078356251992d41bcb51584892875ff6ca24 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Tue, 4 Jul 2023 13:28:09 +0200 Subject: [PATCH 49/51] Fixed wood cutting compat for HexCasting #5058 --- .../.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 | 6 +++--- .../.cache/b256105d8411632b0d585496ea8944a751a08034 | 10 +++++----- .../hexcasting/{akashic_log.json => edified_log.json} | 4 ++-- .../{akashic_wood.json => edified_wood.json} | 4 ++-- ...hic_log_stripped.json => stripped_edified_log.json} | 4 ++-- ...c_wood_stripped.json => stripped_edified_wood.json} | 4 ++-- .../data/create/tags/items/modded_stripped_logs.json | 2 +- .../data/create/tags/items/modded_stripped_wood.json | 2 +- .../foundation/data/recipe/CuttingRecipeGen.java | 2 +- .../simibubi/create/foundation/data/recipe/Mods.java | 2 +- 10 files changed, 20 insertions(+), 20 deletions(-) rename src/generated/resources/data/create/recipes/cutting/compat/hexcasting/{akashic_log.json => edified_log.json} (71%) rename src/generated/resources/data/create/recipes/cutting/compat/hexcasting/{akashic_wood.json => edified_wood.json} (71%) rename src/generated/resources/data/create/recipes/cutting/compat/hexcasting/{akashic_log_stripped.json => stripped_edified_log.json} (72%) rename src/generated/resources/data/create/recipes/cutting/compat/hexcasting/{akashic_wood_stripped.json => stripped_edified_wood.json} (72%) diff --git a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 index e901e29e9c..5562122a05 100644 --- a/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 +++ b/src/generated/resources/.cache/8e794e243511ea3d808ffb90a97ef5ee71d8d5f9 @@ -1,4 +1,4 @@ -// 1.19.2 2023-07-03T14:12:56.5498328 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] +// 1.19.2 2023-07-04T13:25:50.900324 Registrate Provider for create [Recipes, Advancements, Loot tables, Tags (blocks), Tags (items), Tags (fluids), Tags (entity_types), Blockstates, Item models, Lang (en_us/en_ud)] 60bbdf92d2ac9824ea6144955c74043a6005f79d assets/create/blockstates/acacia_window.json 6a67703c2697d81b7dc83e9d72a66f9c9ff08383 assets/create/blockstates/acacia_window_pane.json c3ae87b62e81d8e9476eccd793bb1548d74c66a1 assets/create/blockstates/adjustable_chain_gearshift.json @@ -4195,8 +4195,8 @@ f43cac8216e2a9347e48cf93a43de95dd810ca20 data/create/tags/items/contraption_cont d371dfd35e49a7bef19f59c03e7f4ae20992f03d data/create/tags/items/create_ingots.json 910d0f5ccbc4c84b224eca1f1588b1695f41447b data/create/tags/items/crushed_raw_materials.json 0fa526e7e742573b603ad26b09526cf724efa1dc data/create/tags/items/deployable_drink.json -29ca12609f7c419c5c06338a86c7f4ba1fc7390e data/create/tags/items/modded_stripped_logs.json -ae63f7dc5d9221890ee593ff03cd2aff8cd6a356 data/create/tags/items/modded_stripped_wood.json +99d3f12c67bd4c1f14fa9e6cbc1de5ed209ef402 data/create/tags/items/modded_stripped_logs.json +b49ad07e47fbb4b12c1d95d72f752e6e6839a815 data/create/tags/items/modded_stripped_wood.json 695d75b352fd190b303c724d1aaee9bb786a903b data/create/tags/items/pressurized_air_sources.json 2cd3adffd8b151354df137a990dcb97996a665bb data/create/tags/items/sandpaper.json 79418bd729cef417b322cef9b491e7ae83317d61 data/create/tags/items/seats.json diff --git a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 index 4133d38474..09de275aca 100644 --- a/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 +++ b/src/generated/resources/.cache/b256105d8411632b0d585496ea8944a751a08034 @@ -1,4 +1,4 @@ -// 1.19.2 2023-05-21T22:23:35.981366 Create's Processing Recipes +// 1.19.2 2023-07-04T13:25:50.9302443 Create's Processing Recipes 3c94326fb730f68c1e44fe1e2ef09c9db6ffd92b data/create/recipes/compacting/andesite_from_flint.json 8d3d5b31f3601b9f681ff710e0545a483a1494c6 data/create/recipes/compacting/blaze_cake.json 8bd7f4e3a686ab520b2d55594d2018d0e9a50c91 data/create/recipes/compacting/chocolate.json @@ -329,10 +329,10 @@ e5c3b98a78aa3995654583f3ce1c70e7cf8c2130 data/create/recipes/cutting/compat/forb 4b2e710b98a3fd0a883cf5be9ec75835f8e4631b data/create/recipes/cutting/compat/forbidden_arcanus/stripped_cherrywood_log.json a3035cdad141574294844b8aaa41b92ac76dac2e data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood.json 20e75208dcb1720de5bbf629911f52b95612227f data/create/recipes/cutting/compat/forbidden_arcanus/stripped_mysterywood_log.json -4bfafcc6fe8372535420dde28fcb3670cf171ad6 data/create/recipes/cutting/compat/hexcasting/akashic_log.json -ff7713c6899e7c4cd921f0e72d1cfc26f506ada5 data/create/recipes/cutting/compat/hexcasting/akashic_log_stripped.json -0bb9d6dd590881c9b8c4b7297694e78196cd9f85 data/create/recipes/cutting/compat/hexcasting/akashic_wood.json -e01ed96c30daba091c4f435858795f1aa088f1be data/create/recipes/cutting/compat/hexcasting/akashic_wood_stripped.json +3a9be23a966c2737c5059474c17a86566bc5505f data/create/recipes/cutting/compat/hexcasting/edified_log.json +3f3879c426acb1753f2985ed19f0a905bdbd3797 data/create/recipes/cutting/compat/hexcasting/edified_wood.json +68d80d00d15d6ad14100025eecbd76c1fa8e3a52 data/create/recipes/cutting/compat/hexcasting/stripped_edified_log.json +9e665be213a1eca08df0dcf38766d2ce3a76de8a data/create/recipes/cutting/compat/hexcasting/stripped_edified_wood.json f87872a26b790bd29abfc036486474c5db8ee518 data/create/recipes/cutting/compat/integrateddynamics/menril_log.json cd568df5168a0cfccbdaaf767ec63d71871ba3ba data/create/recipes/cutting/compat/integrateddynamics/menril_log_stripped.json b5573785c73cbf3b2c2bd096bb0a12b054819b74 data/create/recipes/cutting/compat/integrateddynamics/menril_wood.json diff --git a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log.json b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/edified_log.json similarity index 71% rename from src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log.json rename to src/generated/resources/data/create/recipes/cutting/compat/hexcasting/edified_log.json index b7b4d8fe74..2caaf5516d 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/edified_log.json @@ -8,13 +8,13 @@ ], "ingredients": [ { - "item": "hexcasting:akashic_log" + "item": "hexcasting:edified_log" } ], "processingTime": 50, "results": [ { - "item": "hexcasting:akashic_log_stripped" + "item": "hexcasting:stripped_edified_log" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood.json b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/edified_wood.json similarity index 71% rename from src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood.json rename to src/generated/resources/data/create/recipes/cutting/compat/hexcasting/edified_wood.json index f19a72719c..ccb3794265 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/edified_wood.json @@ -8,13 +8,13 @@ ], "ingredients": [ { - "item": "hexcasting:akashic_wood" + "item": "hexcasting:edified_wood" } ], "processingTime": 50, "results": [ { - "item": "hexcasting:akashic_wood_stripped" + "item": "hexcasting:stripped_edified_wood" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log_stripped.json b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/stripped_edified_log.json similarity index 72% rename from src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log_stripped.json rename to src/generated/resources/data/create/recipes/cutting/compat/hexcasting/stripped_edified_log.json index d0d29307b1..6dc80b52df 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_log_stripped.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/stripped_edified_log.json @@ -8,14 +8,14 @@ ], "ingredients": [ { - "item": "hexcasting:akashic_log_stripped" + "item": "hexcasting:stripped_edified_log" } ], "processingTime": 50, "results": [ { "count": 6, - "item": "hexcasting:akashic_planks" + "item": "hexcasting:edified_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood_stripped.json b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/stripped_edified_wood.json similarity index 72% rename from src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood_stripped.json rename to src/generated/resources/data/create/recipes/cutting/compat/hexcasting/stripped_edified_wood.json index f2cd27eb33..2757bd0c49 100644 --- a/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/akashic_wood_stripped.json +++ b/src/generated/resources/data/create/recipes/cutting/compat/hexcasting/stripped_edified_wood.json @@ -8,14 +8,14 @@ ], "ingredients": [ { - "item": "hexcasting:akashic_wood_stripped" + "item": "hexcasting:stripped_edified_wood" } ], "processingTime": 50, "results": [ { "count": 6, - "item": "hexcasting:akashic_planks" + "item": "hexcasting:edified_planks" } ] } \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/items/modded_stripped_logs.json b/src/generated/resources/data/create/tags/items/modded_stripped_logs.json index caa6ee108d..c839e91cc4 100644 --- a/src/generated/resources/data/create/tags/items/modded_stripped_logs.json +++ b/src/generated/resources/data/create/tags/items/modded_stripped_logs.json @@ -33,7 +33,7 @@ "required": false }, { - "id": "hexcasting:akashic_log_stripped", + "id": "hexcasting:stripped_akashic_log", "required": false }, { diff --git a/src/generated/resources/data/create/tags/items/modded_stripped_wood.json b/src/generated/resources/data/create/tags/items/modded_stripped_wood.json index 855895d638..0f6689dd57 100644 --- a/src/generated/resources/data/create/tags/items/modded_stripped_wood.json +++ b/src/generated/resources/data/create/tags/items/modded_stripped_wood.json @@ -33,7 +33,7 @@ "required": false }, { - "id": "hexcasting:akashic_wood_stripped", + "id": "hexcasting:stripped_akashic_wood", "required": false }, { diff --git a/src/main/java/com/simibubi/create/foundation/data/recipe/CuttingRecipeGen.java b/src/main/java/com/simibubi/create/foundation/data/recipe/CuttingRecipeGen.java index 334dcefa9c..469f3de449 100644 --- a/src/main/java/com/simibubi/create/foundation/data/recipe/CuttingRecipeGen.java +++ b/src/main/java/com/simibubi/create/foundation/data/recipe/CuttingRecipeGen.java @@ -56,7 +56,7 @@ public class CuttingRecipeGen extends ProcessingRecipeGen { FA = cuttingCompat(Mods.FA, "cherrywood", "mysterywood"), // Hexcasting (stripped is a suffix here) - HEX = cuttingCompat(Mods.HEX, "akashic"), + HEX = cuttingCompat(Mods.HEX, "edified"), // Integrated Dynamics (stripped is a suffix here also) ID = cuttingCompat(Mods.ID, "menril"), diff --git a/src/main/java/com/simibubi/create/foundation/data/recipe/Mods.java b/src/main/java/com/simibubi/create/foundation/data/recipe/Mods.java index b89e5498e9..bf168b880e 100644 --- a/src/main/java/com/simibubi/create/foundation/data/recipe/Mods.java +++ b/src/main/java/com/simibubi/create/foundation/data/recipe/Mods.java @@ -15,7 +15,7 @@ public enum Mods { BSK("blue_skies"), BTN("botania", b -> b.omitWoodSuffix()), FA("forbidden_arcanus", b -> b.omitWoodSuffix()), - HEX("hexcasting", b -> b.strippedWoodIsSuffix()), + HEX("hexcasting"), ID("integrateddynamics", b -> b.strippedWoodIsSuffix()), BYG("byg"), SG("silentgear"), From 064dc1e2476b7e68277bd41ec5a142e065063c41 Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Tue, 4 Jul 2023 17:56:30 +0200 Subject: [PATCH 50/51] More NPE Guards --- .../create/content/decoration/copycat/CopycatModel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/simibubi/create/content/decoration/copycat/CopycatModel.java b/src/main/java/com/simibubi/create/content/decoration/copycat/CopycatModel.java index 7bd452d99c..65280d5ab8 100644 --- a/src/main/java/com/simibubi/create/content/decoration/copycat/CopycatModel.java +++ b/src/main/java/com/simibubi/create/content/decoration/copycat/CopycatModel.java @@ -137,7 +137,7 @@ public abstract class CopycatModel extends BakedModelWrapperWithData { @Nullable public static BlockState getMaterial(ModelData data) { - BlockState material = data.get(MATERIAL_PROPERTY); + BlockState material = data == null ? null : data.get(MATERIAL_PROPERTY); return material == null ? AllBlocks.COPYCAT_BASE.getDefaultState() : material; } From dc2b7c599d43331d077d8dcb4bc986a03b535f58 Mon Sep 17 00:00:00 2001 From: PepperCode1 <44146161+PepperCode1@users.noreply.github.com> Date: Sun, 6 Aug 2023 20:22:11 -0600 Subject: [PATCH 51/51] Remove incorrectly merged CreateRegistry This class was renamed to AttachedRegistry during the 0.5.1 update. --- .../foundation/utility/CreateRegistry.java | 107 ------------------ 1 file changed, 107 deletions(-) delete mode 100644 src/main/java/com/simibubi/create/foundation/utility/CreateRegistry.java diff --git a/src/main/java/com/simibubi/create/foundation/utility/CreateRegistry.java b/src/main/java/com/simibubi/create/foundation/utility/CreateRegistry.java deleted file mode 100644 index 3012d74639..0000000000 --- a/src/main/java/com/simibubi/create/foundation/utility/CreateRegistry.java +++ /dev/null @@ -1,107 +0,0 @@ -package com.simibubi.create.foundation.utility; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.IdentityHashMap; -import java.util.List; -import java.util.Map; - -import org.jetbrains.annotations.Nullable; - -import com.simibubi.create.Create; - -import net.minecraft.resources.ResourceLocation; -import net.minecraftforge.registries.IForgeRegistry; - -public class CreateRegistry { - private static final List> ALL = new ArrayList<>(); - - protected final IForgeRegistry objectRegistry; - protected final Map locationMap = new HashMap<>(); - protected final Map objectMap = new IdentityHashMap<>(); - protected boolean unwrapped = false; - - public CreateRegistry(IForgeRegistry objectRegistry) { - this.objectRegistry = objectRegistry; - ALL.add(this); - } - - public void register(ResourceLocation location, V value) { - if (!unwrapped) { - locationMap.put(location, value); - } else { - K object = objectRegistry.getValue(location); - if (object != null) { - objectMap.put(object, value); - } else { - Create.LOGGER.warn("Could not get object for location '" + location + "' in CreateRegistry after unwrapping!"); - } - } - } - - public void register(K object, V value) { - if (unwrapped) { - objectMap.put(object, value); - } else { - ResourceLocation location = objectRegistry.getKey(object); - if (location != null) { - locationMap.put(location, value); - } else { - Create.LOGGER.warn("Could not get location of object '" + object + "' in CreateRegistry before unwrapping!"); - } - } - } - - @Nullable - public V get(ResourceLocation location) { - if (!unwrapped) { - return locationMap.get(location); - } else { - K object = objectRegistry.getValue(location); - if (object != null) { - return objectMap.get(object); - } else { - Create.LOGGER.warn("Could not get object for location '" + location + "' in CreateRegistry after unwrapping!"); - return null; - } - } - } - - @Nullable - public V get(K object) { - if (unwrapped) { - return objectMap.get(object); - } else { - ResourceLocation location = objectRegistry.getKey(object); - if (location != null) { - return locationMap.get(location); - } else { - Create.LOGGER.warn("Could not get location of object '" + object + "' in CreateRegistry before unwrapping!"); - return null; - } - } - } - - public boolean isUnwrapped() { - return unwrapped; - } - - protected void unwrap() { - for (Map.Entry entry : locationMap.entrySet()) { - ResourceLocation location = entry.getKey(); - K object = objectRegistry.getValue(location); - if (object != null) { - objectMap.put(object, entry.getValue()); - } else { - Create.LOGGER.warn("Could not get object for location '" + location + "' in CreateRegistry during unwrapping!"); - } - } - unwrapped = true; - } - - public static void unwrapAll() { - for (CreateRegistry registry : ALL) { - registry.unwrap(); - } - } -}